Browse Source
* commit '47afc547fb759e8e0804fad02bfbe42b1a982c33': (37 commits) REPORT-113703 FineOne 新前端样式统一 弹窗-FR.Msg.Alert() REPORT-112276 公共数据取数简道云数据连接部分适配 补充下ts类型 REPORT-112276 公共数据取数简道云数据连接部分适配 引用lodash.uniqWith REPORT-112276 公共数据取数简道云数据连接部分适配 补充下ts类型 BI-142512 fix: 年份控件切换成动态时间少了横线 REPORT-112276 公共数据取数简道云数据连接部分适配 引用lodash.uniqWith BI-142531 fix: 缓存清空且hasNext为false时仍然显示加载更多数据 BI-142512 fix: 年份控件切换成动态时间少了横线 update font BI-142225 fix: 再次添加过滤条件,参数值三个字会标红 无jira任务 fix:补充MultiLayerDownListCombo的抛出事件 BI-137665 fix: popover和message高度改28 无jira任务 优化布局 BI-141781 feat: 下拉框接收tipText BI-129824 fix: 多提交 BI-129824 fix: 控件优化 BI-129824 fix: 控件优化 BI-137665 feat: 修改弹窗样式 无JIRA任务 form不传label时展示内容 update font ...research/test
superman
11 months ago
36 changed files with 449 additions and 313 deletions
Binary file not shown.
Before Width: | Height: | Size: 1010 KiB After Width: | Height: | Size: 1015 KiB |
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,6 +1,11 @@ |
|||||||
import { BasicButton } from "../../base/single/button/button.basic"; |
import { BasicButton } from "../../base/single/button/button.basic"; |
||||||
|
|
||||||
export declare class Switch extends BasicButton { |
export declare class Switch extends BasicButton { |
||||||
|
|
||||||
|
props: { |
||||||
|
textGap: number; |
||||||
|
} & BasicButton['props'] |
||||||
|
|
||||||
static xtype: string; |
static xtype: string; |
||||||
static EVENT_CHANGE: string; |
static EVENT_CHANGE: string; |
||||||
} |
} |
||||||
|
Loading…
Reference in new issue