amis-editor 4.2.0-beta.2 → 5.1.9
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/6dbcbb49b6fd405190a9.png +0 -0
- package/dist/component/Control/APIControl.d.ts +1101 -447
- package/dist/component/Control/ActionAPIControl.d.ts +1158 -0
- package/dist/component/Control/BadgeControl.d.ts +133 -0
- package/dist/component/Control/BaseControl.d.ts +248 -0
- package/dist/component/Control/DataBindingControl.d.ts +14 -0
- package/dist/component/Control/DataPickerControl.d.ts +13 -0
- package/dist/component/Control/DateShortCutControl.d.ts +83 -0
- package/dist/component/Control/FormulaControl.d.ts +51 -0
- package/dist/component/Control/OptionControl.d.ts +23 -34
- package/dist/component/Control/StatusControl.d.ts +39 -0
- package/dist/component/Control/SwitchMoreControl.d.ts +224 -0
- package/dist/component/Control/ValidationControl.d.ts +50 -15
- package/dist/component/Control/ValidationItem.d.ts +46 -0
- package/dist/component/Control/style-control/Background.d.ts +17 -0
- package/dist/component/Control/style-control/Border.d.ts +18 -0
- package/dist/component/Control/style-control/BoxModel.d.ts +17 -0
- package/dist/component/Control/style-control/BoxShadow.d.ts +18 -0
- package/dist/component/Control/style-control/Display.d.ts +14 -0
- package/dist/component/Control/style-control/Font.d.ts +16 -0
- package/dist/component/Control/style-control/font-family.d.ts +11 -0
- package/dist/component/Control/style-control/transformation.d.ts +29 -0
- package/dist/component/Control/style-control/types.d.ts +8 -0
- package/dist/component/Editor.d.ts +16 -0
- package/dist/component/RegionWrapper.d.ts +10 -0
- package/dist/component/VRenderer.d.ts +10 -0
- package/dist/component/schemaTpl.d.ts +8 -0
- package/dist/component/validator.d.ts +62 -0
- package/dist/dnd/index.d.ts +1 -1
- package/dist/event-action/action-config-panel.d.ts +8 -0
- package/dist/event-action/actions.d.ts +3 -0
- package/dist/event-action/comp-action-select.d.ts +11 -0
- package/dist/event-action/config.d.ts +13 -0
- package/dist/event-action/index.d.ts +459 -0
- package/dist/event-action/schema.d.ts +32 -0
- package/dist/exports.min.js +1 -1
- package/dist/index.d.ts +23 -5
- package/dist/index.min.js +1 -1
- package/dist/manager.d.ts +46 -1
- package/dist/plugin/Alert.d.ts +4 -2
- package/dist/plugin/Button.d.ts +5 -1
- package/dist/plugin/ButtonGroup.d.ts +13 -34
- package/dist/plugin/ButtonToolbar.d.ts +4 -10
- package/dist/plugin/CRUD.d.ts +2 -0
- package/dist/plugin/Chart.d.ts +2 -0
- package/dist/plugin/Collapse.d.ts +1 -0
- package/dist/plugin/CollapseGroup.d.ts +28 -4
- package/dist/plugin/Container.d.ts +2 -1
- package/dist/plugin/Dialog.d.ts +12 -2
- package/dist/plugin/Drawer.d.ts +12 -2
- package/dist/plugin/DropDownButton.d.ts +11 -11
- package/dist/plugin/Form/ButtonGroupSelect.d.ts +7 -2
- package/dist/plugin/Form/ButtonToolbar.d.ts +8 -7
- package/dist/plugin/Form/ChainedSelect.d.ts +3 -0
- package/dist/plugin/Form/Checkbox.d.ts +7 -2
- package/dist/plugin/Form/Checkboxes.d.ts +8 -2
- package/dist/plugin/Form/CodeEditor.d.ts +7 -22
- package/dist/plugin/Form/Combo.d.ts +3 -0
- package/dist/plugin/Form/Control.d.ts +6 -2
- package/dist/plugin/Form/DiffEditor.d.ts +7 -1
- package/dist/plugin/Form/Form.d.ts +6 -0
- package/dist/plugin/Form/Formula.d.ts +1 -25
- package/dist/plugin/Form/InputDate.d.ts +8 -2
- package/dist/plugin/Form/InputDateRange.d.ts +8 -2
- package/dist/plugin/Form/InputDateTime.d.ts +4 -4
- package/dist/plugin/Form/InputDateTimeRange.d.ts +4 -4
- package/dist/plugin/Form/InputEmail.d.ts +1 -0
- package/dist/plugin/Form/InputExcel.d.ts +6 -41
- package/dist/plugin/Form/InputFile.d.ts +7 -3
- package/dist/plugin/Form/InputKV.d.ts +6 -0
- package/dist/plugin/Form/InputMonth.d.ts +1 -0
- package/dist/plugin/Form/InputMonthRange.d.ts +4 -4
- package/dist/plugin/Form/InputPassword.d.ts +1 -0
- package/dist/plugin/Form/InputQuarter.d.ts +1 -0
- package/dist/plugin/Form/InputQuarterRange.d.ts +4 -4
- package/dist/plugin/Form/InputRange.d.ts +3 -0
- package/dist/plugin/Form/InputRating.d.ts +9 -3
- package/dist/plugin/Form/InputText.d.ts +24 -2
- package/dist/plugin/Form/InputTime.d.ts +3 -3
- package/dist/plugin/Form/InputTimeRange.d.ts +20 -0
- package/dist/plugin/Form/InputTree.d.ts +6 -2
- package/dist/plugin/Form/InputURL.d.ts +1 -0
- package/dist/plugin/Form/InputYear.d.ts +1 -0
- package/dist/plugin/Form/InputYearRange.d.ts +20 -0
- package/dist/plugin/Form/ListSelect.d.ts +6 -2
- package/dist/plugin/Form/LocationPicker.d.ts +1 -31
- package/dist/plugin/Form/NestedSelect.d.ts +5 -2
- package/dist/plugin/Form/Radios.d.ts +7 -2
- package/dist/plugin/Form/Select.d.ts +7 -2
- package/dist/plugin/Form/Switch.d.ts +7 -2
- package/dist/plugin/Form/TabsTransfer.d.ts +5 -2
- package/dist/plugin/Form/Textarea.d.ts +7 -1
- package/dist/plugin/Form/Transfer.d.ts +5 -2
- package/dist/plugin/Form/TreeSelect.d.ts +6 -2
- package/dist/plugin/IFrame.d.ts +2 -2
- package/dist/plugin/Nav.d.ts +1 -116
- package/dist/plugin/Others/Action.d.ts +5 -1
- package/dist/plugin/Page.d.ts +5 -2
- package/dist/plugin/Progress.d.ts +5 -1
- package/dist/plugin/Table.d.ts +2 -0
- package/dist/plugin/Tabs.d.ts +33 -2
- package/dist/plugin/TooltipWrapper.d.ts +10 -0
- package/dist/plugin/Tpl.d.ts +2 -1
- package/dist/plugin/Wizard.d.ts +4 -1
- package/dist/plugin.d.ts +37 -1
- package/dist/store/editor.d.ts +65 -38
- package/dist/store/node.d.ts +16 -0
- package/dist/style.css +1 -1
- package/dist/util.d.ts +36 -3
- package/package.json +14 -8
- package/src/component/schemaTpl.tsx +1198 -474
- package/src/plugin/.DS_Store +0 -0
- package/src/plugin/Alert.tsx +69 -48
- package/src/plugin/AnchorNav.tsx +1 -0
- package/src/plugin/Audio.tsx +9 -15
- package/src/plugin/Avatar.tsx +2 -1
- package/src/plugin/Breadcrumb.tsx +2 -1
- package/src/plugin/Button.tsx +257 -188
- package/src/plugin/ButtonGroup.tsx +99 -38
- package/src/plugin/ButtonToolbar.tsx +7 -13
- package/src/plugin/CRUD.tsx +77 -135
- package/src/plugin/Card.tsx +1 -0
- package/src/plugin/Cards.tsx +8 -14
- package/src/plugin/Carousel.tsx +1 -1
- package/src/plugin/Chart.tsx +26 -14
- package/src/plugin/Collapse.tsx +78 -78
- package/src/plugin/CollapseGroup.tsx +165 -83
- package/src/plugin/Container.tsx +59 -6
- package/src/plugin/Custom.tsx +2 -8
- package/src/plugin/CustomRegion.tsx +4 -3
- package/src/plugin/Dialog.tsx +55 -24
- package/src/plugin/Drawer.tsx +65 -35
- package/src/plugin/DropDownButton.tsx +95 -79
- package/src/plugin/Flex.tsx +123 -65
- package/src/plugin/Form/ButtonGroupSelect.tsx +114 -26
- package/src/plugin/Form/ButtonToolbar.tsx +62 -55
- package/src/plugin/Form/ChainedSelect.tsx +45 -0
- package/src/plugin/Form/Checkbox.tsx +122 -33
- package/src/plugin/Form/Checkboxes.tsx +154 -87
- package/src/plugin/Form/CodeEditor.tsx +163 -34
- package/src/plugin/Form/Combo.tsx +104 -65
- package/src/plugin/Form/Control.tsx +16 -70
- package/src/plugin/Form/DiffEditor.tsx +158 -54
- package/src/plugin/Form/FieldSet.tsx +6 -11
- package/src/plugin/Form/Form.tsx +277 -70
- package/src/plugin/Form/Formula.tsx +8 -14
- package/src/plugin/Form/InputArray.tsx +7 -16
- package/src/plugin/Form/InputCity.tsx +1 -1
- package/src/plugin/Form/InputDate.tsx +344 -121
- package/src/plugin/Form/InputDateRange.tsx +303 -161
- package/src/plugin/Form/InputDateTime.tsx +6 -150
- package/src/plugin/Form/InputDateTimeRange.tsx +7 -187
- package/src/plugin/Form/InputEmail.tsx +1 -0
- package/src/plugin/Form/InputExcel.tsx +70 -27
- package/src/plugin/Form/InputFile.tsx +326 -152
- package/src/plugin/Form/InputImage.tsx +1 -1
- package/src/plugin/Form/InputKV.tsx +61 -0
- package/src/plugin/Form/InputMonth.tsx +3 -1
- package/src/plugin/Form/InputMonthRange.tsx +6 -160
- package/src/plugin/Form/InputNumber.tsx +1 -1
- package/src/plugin/Form/InputPassword.tsx +2 -0
- package/src/plugin/Form/InputQuarter.tsx +3 -1
- package/src/plugin/Form/InputQuarterRange.tsx +6 -160
- package/src/plugin/Form/InputRange.tsx +74 -4
- package/src/plugin/Form/InputRating.tsx +347 -35
- package/src/plugin/Form/InputRichText.tsx +2 -3
- package/src/plugin/Form/InputTable.tsx +33 -49
- package/src/plugin/Form/InputTag.tsx +1 -1
- package/src/plugin/Form/InputText.tsx +310 -132
- package/src/plugin/Form/InputTime.tsx +4 -53
- package/src/plugin/Form/InputTimeRange.tsx +41 -0
- package/src/plugin/Form/InputTree.tsx +196 -46
- package/src/plugin/Form/InputURL.tsx +2 -0
- package/src/plugin/Form/InputYear.tsx +2 -0
- package/src/plugin/Form/InputYearRange.tsx +41 -0
- package/src/plugin/Form/Item.tsx +17 -18
- package/src/plugin/Form/ListSelect.tsx +75 -20
- package/src/plugin/Form/LocationPicker.tsx +2 -7
- package/src/plugin/Form/MatrixCheckboxes.tsx +1 -1
- package/src/plugin/Form/NestedSelect.tsx +110 -43
- package/src/plugin/Form/Picker.tsx +2 -5
- package/src/plugin/Form/Radios.tsx +122 -52
- package/src/plugin/Form/Select.tsx +239 -168
- package/src/plugin/Form/Static.tsx +1 -1
- package/src/plugin/Form/Switch.tsx +170 -58
- package/src/plugin/Form/TabsTransfer.tsx +175 -79
- package/src/plugin/Form/Textarea.tsx +146 -36
- package/src/plugin/Form/Transfer.tsx +295 -233
- package/src/plugin/Form/TreeSelect.tsx +287 -146
- package/src/plugin/Grid.tsx +340 -312
- package/src/plugin/HBox.tsx +1 -0
- package/src/plugin/IFrame.tsx +21 -12
- package/src/plugin/Image.tsx +7 -12
- package/src/plugin/Images.tsx +7 -12
- package/src/plugin/Link.tsx +6 -12
- package/src/plugin/List.tsx +6 -10
- package/src/plugin/ListItem.tsx +1 -0
- package/src/plugin/Nav.tsx +7 -9
- package/src/plugin/Others/Action.tsx +16 -10
- package/src/plugin/Others/BasicToolbar.tsx +4 -1
- package/src/plugin/Others/TableCell.tsx +19 -39
- package/src/plugin/Page.tsx +315 -229
- package/src/plugin/Panel.tsx +6 -7
- package/src/plugin/Plain.tsx +3 -6
- package/src/plugin/Progress.tsx +234 -94
- package/src/plugin/Service.tsx +10 -6
- package/src/plugin/Table.tsx +49 -20
- package/src/plugin/TableView.tsx +212 -106
- package/src/plugin/Tabs.tsx +306 -146
- package/src/plugin/TooltipWrapper.tsx +231 -135
- package/src/plugin/Tpl.tsx +68 -52
- package/src/plugin/Video.tsx +9 -20
- package/src/plugin/Wizard.tsx +537 -336
- package/src/plugin/Wrapper.tsx +82 -61
- package/src/plugin.ts +66 -4
- package/static/empty.png +0 -0
@@ -1,15 +1,12 @@
|
|
1
|
-
import
|
2
|
-
import {Button} from 'amis';
|
3
|
-
import {defaultValue, getSchemaTpl} from '../../component/schemaTpl';
|
1
|
+
import {getSchemaTpl} from '../../component/schemaTpl';
|
4
2
|
import {registerEditorPlugin} from '../../manager';
|
5
|
-
import {
|
6
|
-
BasePlugin,
|
7
|
-
BasicSubRenderInfo,
|
8
|
-
RendererEventContext,
|
9
|
-
SubRendererInfo
|
10
|
-
} from '../../plugin';
|
3
|
+
import {BasePlugin, BaseEventContext} from '../../plugin';
|
11
4
|
import isArray from 'lodash/isArray';
|
12
5
|
|
6
|
+
import {ValidatorTag} from '../../component/validator';
|
7
|
+
import {getEventControlConfig} from '../../util';
|
8
|
+
import {RendererAction, RendererEvent} from '../../event-action';
|
9
|
+
|
13
10
|
export class SelectControlPlugin extends BasePlugin {
|
14
11
|
// 关联渲染器名字
|
15
12
|
rendererName = 'select';
|
@@ -52,182 +49,256 @@ export class SelectControlPlugin extends BasePlugin {
|
|
52
49
|
]
|
53
50
|
};
|
54
51
|
|
52
|
+
notRenderFormZone = true;
|
53
|
+
|
55
54
|
panelTitle = '下拉框';
|
56
|
-
panelBody = [
|
57
|
-
getSchemaTpl('switchDefaultValue'),
|
58
55
|
|
56
|
+
// 事件定义
|
57
|
+
events: RendererEvent[] = [
|
59
58
|
{
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
59
|
+
eventName: 'change',
|
60
|
+
eventLabel: '值变化',
|
61
|
+
description: '选中值变化时触发',
|
62
|
+
dataSchema: [
|
63
|
+
{
|
64
|
+
type: 'object',
|
65
|
+
properties: {
|
66
|
+
'event.data.value': {
|
67
|
+
type: 'string',
|
68
|
+
title: '选中值'
|
69
|
+
}
|
70
|
+
}
|
71
|
+
}
|
72
|
+
]
|
65
73
|
},
|
66
|
-
|
67
74
|
{
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
75
|
+
eventName: 'focus',
|
76
|
+
eventLabel: '获取焦点',
|
77
|
+
description: '输入框获取焦点时触发',
|
78
|
+
dataSchema: [
|
79
|
+
{
|
80
|
+
type: 'object',
|
81
|
+
properties: {
|
82
|
+
'event.data.value': {
|
83
|
+
type: 'string',
|
84
|
+
title: '选中值'
|
85
|
+
}
|
86
|
+
}
|
87
|
+
}
|
88
|
+
]
|
74
89
|
},
|
75
|
-
|
76
|
-
getSchemaTpl('clearable'),
|
77
90
|
{
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
91
|
+
eventName: 'blur',
|
92
|
+
eventLabel: '失去焦点',
|
93
|
+
description: '输入框失去焦点时触发',
|
94
|
+
dataSchema: [
|
95
|
+
{
|
96
|
+
type: 'object',
|
97
|
+
properties: {
|
98
|
+
'event.data.value': {
|
99
|
+
type: 'string',
|
100
|
+
title: '选中值'
|
101
|
+
}
|
102
|
+
}
|
103
|
+
}
|
104
|
+
]
|
83
105
|
},
|
84
|
-
|
85
106
|
{
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
className: 'w-full'
|
91
|
-
},
|
92
|
-
|
93
|
-
getSchemaTpl('fieldSet', {
|
94
|
-
title: '选项',
|
95
|
-
body: [
|
96
|
-
getSchemaTpl('multiple'),
|
107
|
+
eventName: 'add',
|
108
|
+
eventLabel: '新增选项',
|
109
|
+
description: '新增选项',
|
110
|
+
dataSchema: [
|
97
111
|
{
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
type: 'switch',
|
109
|
-
mode: 'inline',
|
110
|
-
value: false,
|
111
|
-
className: 'w-full',
|
112
|
-
onChange: (value: any, origin: any, item: any, form: any) => {
|
113
|
-
// 开启 “可全选” 时,需关联开启多选模式
|
114
|
-
value && form.setValueByName('multiple', true);
|
112
|
+
type: 'object',
|
113
|
+
properties: {
|
114
|
+
'event.data.value': {
|
115
|
+
type: 'object',
|
116
|
+
title: '新增的选项'
|
117
|
+
},
|
118
|
+
'event.data.options': {
|
119
|
+
type: 'array',
|
120
|
+
title: '选项集合'
|
121
|
+
}
|
115
122
|
}
|
116
|
-
}
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
name: 'defaultCheckAll',
|
125
|
-
type: 'switch',
|
126
|
-
value: false,
|
127
|
-
visibleOn: 'this.checkAll',
|
128
|
-
mode: 'inline',
|
129
|
-
className: 'w-full'
|
130
|
-
},
|
123
|
+
}
|
124
|
+
]
|
125
|
+
},
|
126
|
+
{
|
127
|
+
eventName: 'edit',
|
128
|
+
eventLabel: '编辑选项',
|
129
|
+
description: '编辑选项',
|
130
|
+
dataSchema: [
|
131
131
|
{
|
132
|
-
type: '
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
|
141
|
-
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
|
147
|
-
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
getSchemaTpl('creatable'),
|
152
|
-
getSchemaTpl('createBtnLabel', {
|
153
|
-
visibleOn: 'data.creatable'
|
154
|
-
}),
|
155
|
-
getSchemaTpl('api', {
|
156
|
-
label: '新增选项接口',
|
157
|
-
name: 'addApi',
|
158
|
-
visibleOn: 'data.creatable'
|
159
|
-
}),
|
132
|
+
type: 'object',
|
133
|
+
properties: {
|
134
|
+
'event.data.value': {
|
135
|
+
type: 'object',
|
136
|
+
title: '编辑的选项'
|
137
|
+
},
|
138
|
+
'event.data.options': {
|
139
|
+
type: 'array',
|
140
|
+
title: '选项集合'
|
141
|
+
}
|
142
|
+
}
|
143
|
+
}
|
144
|
+
]
|
145
|
+
},
|
146
|
+
{
|
147
|
+
eventName: 'delete',
|
148
|
+
eventLabel: '删除选项',
|
149
|
+
description: '删除选项',
|
150
|
+
dataSchema: [
|
160
151
|
{
|
161
|
-
|
162
|
-
|
163
|
-
|
164
|
-
|
165
|
-
|
166
|
-
|
167
|
-
|
168
|
-
|
152
|
+
type: 'object',
|
153
|
+
properties: {
|
154
|
+
'event.data.value': {
|
155
|
+
type: 'object',
|
156
|
+
title: '删除的选项'
|
157
|
+
},
|
158
|
+
'event.data.options': {
|
159
|
+
type: 'array',
|
160
|
+
title: '选项集合'
|
169
161
|
}
|
170
|
-
|
171
|
-
|
172
|
-
|
173
|
-
|
174
|
-
|
175
|
-
|
176
|
-
|
177
|
-
|
178
|
-
|
179
|
-
|
162
|
+
}
|
163
|
+
}
|
164
|
+
]
|
165
|
+
}
|
166
|
+
];
|
167
|
+
|
168
|
+
// 动作定义
|
169
|
+
actions: RendererAction[] = [
|
170
|
+
{
|
171
|
+
actionType: 'clear',
|
172
|
+
actionLabel: '清空',
|
173
|
+
description: '清除选中值'
|
174
|
+
},
|
175
|
+
{
|
176
|
+
actionType: 'reset',
|
177
|
+
actionLabel: '重置',
|
178
|
+
description: '将值重置为resetValue,若没有配置resetValue,则清空'
|
179
|
+
},
|
180
|
+
{
|
181
|
+
actionType: 'reload',
|
182
|
+
actionLabel: '重新加载',
|
183
|
+
description: '触发组件数据刷新并重新渲染'
|
184
|
+
},
|
185
|
+
{
|
186
|
+
actionType: 'setValue',
|
187
|
+
actionLabel: '赋值',
|
188
|
+
description: '触发组件数据更新'
|
189
|
+
}
|
190
|
+
];
|
191
|
+
|
192
|
+
panelJustify = true;
|
193
|
+
panelBodyCreator = (context: BaseEventContext) => {
|
194
|
+
return getSchemaTpl('tabs', [
|
195
|
+
{
|
196
|
+
title: '属性',
|
197
|
+
body: getSchemaTpl('collapseGroup', [
|
198
|
+
{
|
199
|
+
title: '基本',
|
200
|
+
body: [
|
201
|
+
getSchemaTpl('formItemName', {
|
202
|
+
required: true
|
203
|
+
}),
|
204
|
+
getSchemaTpl('label'),
|
205
|
+
getSchemaTpl('clearable'),
|
206
|
+
getSchemaTpl('searchable'),
|
207
|
+
getSchemaTpl('multiple', {
|
208
|
+
popMore: [
|
209
|
+
getSchemaTpl('switch', {
|
210
|
+
label: '单行显示选中值',
|
211
|
+
name: 'valuesNoWrap'
|
212
|
+
})
|
213
|
+
]
|
214
|
+
}),
|
215
|
+
getSchemaTpl('checkAll'),
|
216
|
+
getSchemaTpl('labelRemark'),
|
217
|
+
getSchemaTpl('remark'),
|
218
|
+
getSchemaTpl('placeholder'),
|
219
|
+
getSchemaTpl('description')
|
220
|
+
]
|
221
|
+
},
|
222
|
+
{
|
223
|
+
title: '选项',
|
224
|
+
body: [
|
225
|
+
getSchemaTpl('optionControl'),
|
226
|
+
getSchemaTpl('menuTpl'),
|
227
|
+
getSchemaTpl('value', {
|
228
|
+
visibleOn: 'this.options == null'
|
229
|
+
}),
|
230
|
+
getSchemaTpl('creatable', {
|
231
|
+
formType: 'extend',
|
232
|
+
hiddenOnDefault: true,
|
233
|
+
form: {
|
180
234
|
body: [
|
181
|
-
|
182
|
-
|
183
|
-
|
184
|
-
|
185
|
-
|
186
|
-
|
235
|
+
getSchemaTpl('createBtnLabel'),
|
236
|
+
getSchemaTpl('addApi')
|
237
|
+
// {
|
238
|
+
// label: '按钮位置',
|
239
|
+
// name: 'valueType',
|
240
|
+
// type: 'button-group-select',
|
241
|
+
// size: 'sm',
|
242
|
+
// tiled: true,
|
243
|
+
// value: 'asUpload',
|
244
|
+
// mode: 'row',
|
245
|
+
// options: [
|
246
|
+
// {
|
247
|
+
// label: '顶部',
|
248
|
+
// value: ''
|
249
|
+
// },
|
250
|
+
// {
|
251
|
+
// label: '底部',
|
252
|
+
// value: ''
|
253
|
+
// },
|
254
|
+
// ],
|
255
|
+
// },
|
187
256
|
]
|
188
|
-
};
|
189
|
-
if (params.value && params.value.body && isArray(params.value.body)) {
|
190
|
-
defaultValue.body = params.value.body;
|
191
|
-
} else if (params.value && isArray(params.value)) {
|
192
|
-
defaultValue.body = params.value;
|
193
257
|
}
|
194
|
-
|
195
|
-
|
196
|
-
|
197
|
-
|
198
|
-
|
199
|
-
|
200
|
-
|
201
|
-
|
202
|
-
|
203
|
-
|
204
|
-
|
205
|
-
|
206
|
-
|
207
|
-
|
208
|
-
|
209
|
-
|
210
|
-
|
211
|
-
|
212
|
-
|
213
|
-
|
214
|
-
)
|
215
|
-
|
216
|
-
|
217
|
-
|
218
|
-
|
219
|
-
|
220
|
-
|
221
|
-
|
222
|
-
|
223
|
-
|
224
|
-
|
225
|
-
|
226
|
-
|
227
|
-
|
228
|
-
|
229
|
-
|
230
|
-
|
258
|
+
}),
|
259
|
+
getSchemaTpl('editable', {
|
260
|
+
type: 'ae-Switch-More',
|
261
|
+
formType: 'extend',
|
262
|
+
hiddenOnDefault: true,
|
263
|
+
form: {
|
264
|
+
body: [getSchemaTpl('editApi')]
|
265
|
+
}
|
266
|
+
}),
|
267
|
+
getSchemaTpl('removable', {
|
268
|
+
type: 'ae-Switch-More',
|
269
|
+
formType: 'extend',
|
270
|
+
hiddenOnDefault: true,
|
271
|
+
form: {
|
272
|
+
body: [getSchemaTpl('deleteApi')]
|
273
|
+
}
|
274
|
+
})
|
275
|
+
]
|
276
|
+
},
|
277
|
+
getSchemaTpl('status', {isFormItem: true}),
|
278
|
+
getSchemaTpl('validation', {tag: ValidatorTag.MultiSelect})
|
279
|
+
])
|
280
|
+
},
|
281
|
+
{
|
282
|
+
title: '外观',
|
283
|
+
body: [
|
284
|
+
getSchemaTpl('collapseGroup', [
|
285
|
+
getSchemaTpl('style:formItem', {renderer: context.info.renderer}),
|
286
|
+
getSchemaTpl('style:classNames')
|
287
|
+
])
|
288
|
+
]
|
289
|
+
},
|
290
|
+
{
|
291
|
+
title: '事件',
|
292
|
+
className: 'p-none',
|
293
|
+
body: [
|
294
|
+
getSchemaTpl('eventControl', {
|
295
|
+
name: 'onEvent',
|
296
|
+
...getEventControlConfig(this.manager, context)
|
297
|
+
})
|
298
|
+
]
|
299
|
+
}
|
300
|
+
]);
|
301
|
+
};
|
231
302
|
}
|
232
303
|
|
233
304
|
registerEditorPlugin(SelectControlPlugin);
|