forked from fanruan/fineui
Browse Source
Merge in DEC/fineui from ~JIMMY.CHAI/dec-fineui:final/11.0 to final/11.0 * commit 'd26086bafa9a5e1c87c9f609a3c3bf31682c7839': (36 commits) BI-143459 fix: 修复请求头boundary与formData中WebKitFormBoundary不一致问题 BI-143459 fix: 修复请求头boundary与formData中WebKitFormBoundary不一致问题 REPORT-113703 FineOne 新前端样式统一 弹窗-FR.Msg.Alert() REPORT-112276 公共数据取数简道云数据连接部分适配 补充下ts类型 REPORT-112276 公共数据取数简道云数据连接部分适配 引用lodash.uniqWith REPORT-112276 公共数据取数简道云数据连接部分适配 补充下ts类型 BI-142512 fix: 年份控件切换成动态时间少了横线 REPORT-112276 公共数据取数简道云数据连接部分适配 引用lodash.uniqWith BI-142512 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 BI-137665 fix: 代码优化 ...research/test
Jimmy.Chai-柴嘉明
9 months ago
30 changed files with 415 additions and 297 deletions
@ -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