@lingxiteam/assets 4.3.2-alpha.1 → 4.3.2-alpha.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/rootConfig/locales/enus/config-locales-es.mobile.js +51 -144
- package/es/rootConfig/locales/enus/config-locales-es.pc.js +30 -37
- package/es/rootConfig/locales/enus/config-locales-es.todo-actionList.js +293 -721
- package/es/rootConfig/locales/enus/config-locales-es.todo-callback.js +8 -9
- package/es/rootConfig/locales/enus/config-locales-es.todo-optionList.js +141 -214
- package/es/rootConfig/locales/zhcn/config-locales-cn.mobile.js +1 -143
- package/es/rootConfig/locales/zhcn/config-locales-cn.pc.js +1 -289
- package/es/rootConfig/locales/zhcn/config-locales-cn.todo-actionList.js +0 -714
- package/es/rootConfig/locales/zhcn/config-locales-cn.todo-callback.js +0 -8
- package/es/rootConfig/locales/zhcn/config-locales-cn.todo-optionList.js +2 -214
- package/es/rootConfig/locales/zhhk/config-locales-hk.mobile.js +49 -142
- package/es/rootConfig/locales/zhhk/config-locales-hk.pc.js +77 -288
- package/es/rootConfig/locales/zhhk/config-locales-hk.todo-actionList.js +287 -715
- package/es/rootConfig/locales/zhhk/config-locales-hk.todo-callback.js +8 -9
- package/es/rootConfig/locales/zhhk/config-locales-hk.todo-optionList.js +140 -213
- package/es/rootConfig/mobile/BusiComp.js +22 -22
- package/es/rootConfig/mobile/MobileModal.js +38 -38
- package/es/rootConfig/mobile/MobilePopover.js +22 -22
- package/es/rootConfig/mobile/page.js +42 -42
- package/es/rootConfig/pc/BusiComp.js +41 -41
- package/es/rootConfig/pc/Drawer.js +64 -64
- package/es/rootConfig/pc/Modal.js +63 -63
- package/es/rootConfig/pc/Popover.js +42 -42
- package/es/rootConfig/pc/page.js +55 -55
- package/es/rootConfig/todoActionList.js +691 -691
- package/es/rootConfig/todoCallback.js +9 -9
- package/es/rootConfig/todoOptionList.js +203 -203
- package/lib/rootConfig/locales/enus/config-locales-es.mobile.js +51 -144
- package/lib/rootConfig/locales/enus/config-locales-es.pc.js +30 -37
- package/lib/rootConfig/locales/enus/config-locales-es.todo-actionList.js +293 -721
- package/lib/rootConfig/locales/enus/config-locales-es.todo-callback.js +8 -9
- package/lib/rootConfig/locales/enus/config-locales-es.todo-optionList.js +141 -214
- package/lib/rootConfig/locales/zhcn/config-locales-cn.mobile.js +1 -143
- package/lib/rootConfig/locales/zhcn/config-locales-cn.pc.js +1 -289
- package/lib/rootConfig/locales/zhcn/config-locales-cn.todo-actionList.js +0 -714
- package/lib/rootConfig/locales/zhcn/config-locales-cn.todo-callback.js +0 -8
- package/lib/rootConfig/locales/zhcn/config-locales-cn.todo-optionList.js +2 -214
- package/lib/rootConfig/locales/zhhk/config-locales-hk.mobile.js +49 -142
- package/lib/rootConfig/locales/zhhk/config-locales-hk.pc.js +77 -288
- package/lib/rootConfig/locales/zhhk/config-locales-hk.todo-actionList.js +287 -715
- package/lib/rootConfig/locales/zhhk/config-locales-hk.todo-callback.js +8 -9
- package/lib/rootConfig/locales/zhhk/config-locales-hk.todo-optionList.js +140 -213
- package/lib/rootConfig/mobile/BusiComp.js +22 -22
- package/lib/rootConfig/mobile/MobileModal.js +38 -38
- package/lib/rootConfig/mobile/MobilePopover.js +22 -22
- package/lib/rootConfig/mobile/page.js +42 -42
- package/lib/rootConfig/pc/BusiComp.js +41 -41
- package/lib/rootConfig/pc/Drawer.js +64 -64
- package/lib/rootConfig/pc/Modal.js +63 -63
- package/lib/rootConfig/pc/Popover.js +42 -42
- package/lib/rootConfig/pc/page.js +55 -55
- package/lib/rootConfig/todoActionList.js +691 -691
- package/lib/rootConfig/todoCallback.js +9 -9
- package/lib/rootConfig/todoOptionList.js +203 -203
- package/package.json +1 -1
|
@@ -15,18 +15,18 @@ export default {
|
|
|
15
15
|
// 根节点
|
|
16
16
|
isBusiObjContainer: false,
|
|
17
17
|
isContainer: false,
|
|
18
|
-
label:
|
|
18
|
+
label: '业务组件',
|
|
19
19
|
props: {
|
|
20
20
|
objType: 'app',
|
|
21
21
|
catalogItemId: -1,
|
|
22
22
|
searchParams: [{
|
|
23
|
-
name:
|
|
23
|
+
name: '业务主键',
|
|
24
24
|
code: 'bizId'
|
|
25
25
|
}, {
|
|
26
|
-
name:
|
|
26
|
+
name: '业务场景',
|
|
27
27
|
code: 'sceneCode'
|
|
28
28
|
}, {
|
|
29
|
-
name:
|
|
29
|
+
name: '业务数据',
|
|
30
30
|
code: 'bizData'
|
|
31
31
|
}]
|
|
32
32
|
},
|
|
@@ -39,47 +39,47 @@ export default {
|
|
|
39
39
|
groupsName: 'root',
|
|
40
40
|
todoActionList: [{
|
|
41
41
|
key: 'showMessage',
|
|
42
|
-
label:
|
|
42
|
+
label: '消息提示',
|
|
43
43
|
todoOptions: [{
|
|
44
44
|
key: 'type',
|
|
45
|
-
label:
|
|
45
|
+
label: '类型',
|
|
46
46
|
type: 'Select',
|
|
47
47
|
defaultValue: 'success',
|
|
48
48
|
props: {
|
|
49
49
|
options: [{
|
|
50
|
-
title:
|
|
50
|
+
title: '成功',
|
|
51
51
|
value: 'success'
|
|
52
52
|
}, {
|
|
53
|
-
title:
|
|
53
|
+
title: '提示',
|
|
54
54
|
value: 'info'
|
|
55
55
|
}, {
|
|
56
|
-
title:
|
|
56
|
+
title: '警告',
|
|
57
57
|
value: 'warn'
|
|
58
58
|
}, {
|
|
59
|
-
title:
|
|
59
|
+
title: '错误',
|
|
60
60
|
value: 'error'
|
|
61
61
|
}, {
|
|
62
|
-
title:
|
|
62
|
+
title: '加载动画',
|
|
63
63
|
value: 'loading'
|
|
64
64
|
}]
|
|
65
65
|
}
|
|
66
66
|
}, {
|
|
67
67
|
key: 'icon',
|
|
68
|
-
label:
|
|
68
|
+
label: '自定义图标',
|
|
69
69
|
type: 'ChooseIcon',
|
|
70
70
|
props: {
|
|
71
|
-
placeholder:
|
|
71
|
+
placeholder: '请选择图标'
|
|
72
72
|
}
|
|
73
73
|
}, {
|
|
74
74
|
key: 'value',
|
|
75
|
-
label:
|
|
75
|
+
label: '内容',
|
|
76
76
|
type: 'SetExpression'
|
|
77
77
|
}, {
|
|
78
78
|
key: 'duration',
|
|
79
|
-
label:
|
|
79
|
+
label: '加载时长',
|
|
80
80
|
type: 'InputNumber',
|
|
81
81
|
props: {
|
|
82
|
-
addonAfter:
|
|
82
|
+
addonAfter: '秒',
|
|
83
83
|
step: '0.01',
|
|
84
84
|
formatter: function formatter(val) {
|
|
85
85
|
return val ? val.match(/^\d+(?:\.\d{0,2})?/) : undefined;
|
|
@@ -100,12 +100,12 @@ export default {
|
|
|
100
100
|
value: 'modal'
|
|
101
101
|
}],
|
|
102
102
|
remarks: [{
|
|
103
|
-
label:
|
|
103
|
+
label: '注意事项',
|
|
104
104
|
content: localeKey('todoActionList.showMessage.remarks.0.content')
|
|
105
105
|
}]
|
|
106
106
|
}].concat(_toConsumableArray(getSystemTodoActionList('pc')), [{
|
|
107
107
|
key: 'previewFile',
|
|
108
|
-
label:
|
|
108
|
+
label: '文件预览',
|
|
109
109
|
todoOptions: [{
|
|
110
110
|
key: 'fileId',
|
|
111
111
|
label: localeKey('todoActionList.previewFile.todoOptions.fileId.label'),
|
|
@@ -113,24 +113,24 @@ export default {
|
|
|
113
113
|
labelTip: localeKey('todoActionList.previewFile.todoOptions.fileId.labelTip')
|
|
114
114
|
}, {
|
|
115
115
|
key: 'viewMode',
|
|
116
|
-
label:
|
|
116
|
+
label: '预览方式',
|
|
117
117
|
type: 'RadioButton',
|
|
118
118
|
defaultValue: 'popUp',
|
|
119
119
|
props: {
|
|
120
120
|
options: [{
|
|
121
|
-
title:
|
|
121
|
+
title: '页面弹窗',
|
|
122
122
|
value: 'popUp'
|
|
123
123
|
}, {
|
|
124
|
-
title:
|
|
124
|
+
title: '新标签页',
|
|
125
125
|
value: 'newTab'
|
|
126
126
|
}, {
|
|
127
|
-
title:
|
|
127
|
+
title: '新窗口',
|
|
128
128
|
value: 'window'
|
|
129
129
|
}]
|
|
130
130
|
}
|
|
131
131
|
}, {
|
|
132
132
|
key: 'modalWidth',
|
|
133
|
-
label:
|
|
133
|
+
label: '窗口宽度',
|
|
134
134
|
type: 'SetExpression',
|
|
135
135
|
defaultValue: '960',
|
|
136
136
|
visibleFlag: 'viewMode',
|
|
@@ -138,7 +138,7 @@ export default {
|
|
|
138
138
|
visibleFlagValue: ['window']
|
|
139
139
|
}, {
|
|
140
140
|
key: 'modalHeight',
|
|
141
|
-
label:
|
|
141
|
+
label: '窗口高度',
|
|
142
142
|
type: 'SetExpression',
|
|
143
143
|
defaultValue: '648',
|
|
144
144
|
visibleFlag: 'viewMode',
|
|
@@ -146,7 +146,7 @@ export default {
|
|
|
146
146
|
visibleFlagValue: ['window']
|
|
147
147
|
}],
|
|
148
148
|
classification: [{
|
|
149
|
-
label:
|
|
149
|
+
label: '页面类',
|
|
150
150
|
value: 'page'
|
|
151
151
|
}]
|
|
152
152
|
}, {
|
|
@@ -154,28 +154,28 @@ export default {
|
|
|
154
154
|
label: localeKey('todoActionList.callNotStatedCustomFunc.label'),
|
|
155
155
|
todoOptions: [{
|
|
156
156
|
key: 'funcName',
|
|
157
|
-
label:
|
|
157
|
+
label: '事件',
|
|
158
158
|
type: 'SelectCompFunction',
|
|
159
159
|
props: {
|
|
160
160
|
titleLink: [{
|
|
161
|
-
title:
|
|
161
|
+
title: '刷新',
|
|
162
162
|
value: 'refresh',
|
|
163
163
|
key: 'refresh'
|
|
164
164
|
}]
|
|
165
165
|
}
|
|
166
166
|
}, {
|
|
167
167
|
key: 'funcParams',
|
|
168
|
-
label:
|
|
168
|
+
label: '事件入参',
|
|
169
169
|
type: 'SetCustomParams',
|
|
170
170
|
props: {}
|
|
171
171
|
}],
|
|
172
172
|
todoCallbacks: ['callback1', 'callback2'],
|
|
173
173
|
classification: [{
|
|
174
|
-
label:
|
|
174
|
+
label: '数据通信',
|
|
175
175
|
value: 'communicate'
|
|
176
176
|
}],
|
|
177
177
|
// remarks: [{
|
|
178
|
-
// label:
|
|
178
|
+
// label: '注意事项',
|
|
179
179
|
// content: localeKey('todoActionList.callNotStatedCustomFunc.remarks.0.content'),
|
|
180
180
|
// }],
|
|
181
181
|
isAsync: true
|
|
@@ -188,13 +188,13 @@ export default {
|
|
|
188
188
|
label: localeKey('todoEvents.useEffect.label')
|
|
189
189
|
}, {
|
|
190
190
|
value: 'willUnmount',
|
|
191
|
-
label:
|
|
191
|
+
label: '组件卸载'
|
|
192
192
|
}],
|
|
193
193
|
todoProps: {
|
|
194
194
|
pageName: {
|
|
195
|
-
label:
|
|
195
|
+
label: '名称',
|
|
196
196
|
type: 'Input',
|
|
197
|
-
groupsName:
|
|
197
|
+
groupsName: '基础',
|
|
198
198
|
props: {
|
|
199
199
|
required: true
|
|
200
200
|
}
|
|
@@ -214,26 +214,26 @@ export default {
|
|
|
214
214
|
// },
|
|
215
215
|
// },
|
|
216
216
|
catalogItemId: {
|
|
217
|
-
label:
|
|
217
|
+
label: '分组',
|
|
218
218
|
type: 'CatalogTreeSelect',
|
|
219
|
-
groupsName:
|
|
219
|
+
groupsName: '基础',
|
|
220
220
|
props: {
|
|
221
221
|
required: true,
|
|
222
222
|
options: []
|
|
223
223
|
}
|
|
224
224
|
},
|
|
225
225
|
compState: {
|
|
226
|
-
label:
|
|
226
|
+
label: '组件状态',
|
|
227
227
|
type: 'ParamsDefine',
|
|
228
|
-
groupsName:
|
|
228
|
+
groupsName: '组件状态'
|
|
229
229
|
},
|
|
230
230
|
compFunc: {
|
|
231
|
-
label:
|
|
231
|
+
label: '方法',
|
|
232
232
|
type: 'ParamsDefine',
|
|
233
|
-
groupsName:
|
|
233
|
+
groupsName: '方法',
|
|
234
234
|
props: {
|
|
235
|
-
codeLabel:
|
|
236
|
-
nameLabel:
|
|
235
|
+
codeLabel: '方法编码',
|
|
236
|
+
nameLabel: '方法名称'
|
|
237
237
|
}
|
|
238
238
|
}
|
|
239
239
|
// busiCompAttrList: {
|
|
@@ -15,7 +15,7 @@ export default {
|
|
|
15
15
|
// 根节点
|
|
16
16
|
isBusiObjContainer: false,
|
|
17
17
|
isContainer: false,
|
|
18
|
-
label:
|
|
18
|
+
label: '抽屉',
|
|
19
19
|
props: {
|
|
20
20
|
width: 624,
|
|
21
21
|
height: 300,
|
|
@@ -23,13 +23,13 @@ export default {
|
|
|
23
23
|
footer: 1,
|
|
24
24
|
closeOnClickOverlay: false,
|
|
25
25
|
compState: [{
|
|
26
|
-
name:
|
|
26
|
+
name: '业务主键',
|
|
27
27
|
code: 'bizId'
|
|
28
28
|
}, {
|
|
29
|
-
name:
|
|
29
|
+
name: '业务场景',
|
|
30
30
|
code: 'sceneCode'
|
|
31
31
|
}, {
|
|
32
|
-
name:
|
|
32
|
+
name: '业务数据',
|
|
33
33
|
code: 'bizData'
|
|
34
34
|
}]
|
|
35
35
|
},
|
|
@@ -42,47 +42,47 @@ export default {
|
|
|
42
42
|
groupsName: 'root',
|
|
43
43
|
todoActionList: [{
|
|
44
44
|
key: 'showMessage',
|
|
45
|
-
label:
|
|
45
|
+
label: '消息提示',
|
|
46
46
|
todoOptions: [{
|
|
47
47
|
key: 'type',
|
|
48
|
-
label:
|
|
48
|
+
label: '类型',
|
|
49
49
|
type: 'Select',
|
|
50
50
|
defaultValue: 'success',
|
|
51
51
|
props: {
|
|
52
52
|
options: [{
|
|
53
|
-
title:
|
|
53
|
+
title: '成功',
|
|
54
54
|
value: 'success'
|
|
55
55
|
}, {
|
|
56
|
-
title:
|
|
56
|
+
title: '提示',
|
|
57
57
|
value: 'info'
|
|
58
58
|
}, {
|
|
59
|
-
title:
|
|
59
|
+
title: '警告',
|
|
60
60
|
value: 'warn'
|
|
61
61
|
}, {
|
|
62
|
-
title:
|
|
62
|
+
title: '错误',
|
|
63
63
|
value: 'error'
|
|
64
64
|
}, {
|
|
65
|
-
title:
|
|
65
|
+
title: '加载动画',
|
|
66
66
|
value: 'loading'
|
|
67
67
|
}]
|
|
68
68
|
}
|
|
69
69
|
}, {
|
|
70
70
|
key: 'icon',
|
|
71
|
-
label:
|
|
71
|
+
label: '自定义图标',
|
|
72
72
|
type: 'ChooseIcon',
|
|
73
73
|
props: {
|
|
74
|
-
placeholder:
|
|
74
|
+
placeholder: '请选择图标'
|
|
75
75
|
}
|
|
76
76
|
}, {
|
|
77
77
|
key: 'value',
|
|
78
|
-
label:
|
|
78
|
+
label: '内容',
|
|
79
79
|
type: 'SetExpression'
|
|
80
80
|
}, {
|
|
81
81
|
key: 'duration',
|
|
82
|
-
label:
|
|
82
|
+
label: '加载时长',
|
|
83
83
|
type: 'InputNumber',
|
|
84
84
|
props: {
|
|
85
|
-
addonAfter:
|
|
85
|
+
addonAfter: '秒',
|
|
86
86
|
step: '0.01',
|
|
87
87
|
formatter: function formatter(val) {
|
|
88
88
|
return val ? val.match(/^\d+(?:\.\d{0,2})?/) : undefined;
|
|
@@ -103,12 +103,12 @@ export default {
|
|
|
103
103
|
value: 'modal'
|
|
104
104
|
}],
|
|
105
105
|
remarks: [{
|
|
106
|
-
label:
|
|
106
|
+
label: '注意事项',
|
|
107
107
|
content: localeKey('todoActionList.showMessage.remarks.0.content')
|
|
108
108
|
}]
|
|
109
109
|
}].concat(_toConsumableArray(getSystemTodoActionList('pc', 'Drawer')), [{
|
|
110
110
|
key: 'previewFile',
|
|
111
|
-
label:
|
|
111
|
+
label: '文件预览',
|
|
112
112
|
todoOptions: [{
|
|
113
113
|
key: 'fileId',
|
|
114
114
|
label: localeKey('todoActionList.previewFile.todoOptions.fileId.label'),
|
|
@@ -116,24 +116,24 @@ export default {
|
|
|
116
116
|
labelTip: localeKey('todoActionList.previewFile.todoOptions.fileId.labelTip')
|
|
117
117
|
}, {
|
|
118
118
|
key: 'viewMode',
|
|
119
|
-
label:
|
|
119
|
+
label: '预览方式',
|
|
120
120
|
type: 'RadioButton',
|
|
121
121
|
defaultValue: 'popUp',
|
|
122
122
|
props: {
|
|
123
123
|
options: [{
|
|
124
|
-
title:
|
|
124
|
+
title: '页面弹窗',
|
|
125
125
|
value: 'popUp'
|
|
126
126
|
}, {
|
|
127
|
-
title:
|
|
127
|
+
title: '新标签页',
|
|
128
128
|
value: 'newTab'
|
|
129
129
|
}, {
|
|
130
|
-
title:
|
|
130
|
+
title: '新窗口',
|
|
131
131
|
value: 'window'
|
|
132
132
|
}]
|
|
133
133
|
}
|
|
134
134
|
}, {
|
|
135
135
|
key: 'modalWidth',
|
|
136
|
-
label:
|
|
136
|
+
label: '窗口宽度',
|
|
137
137
|
type: 'SetExpression',
|
|
138
138
|
defaultValue: '960',
|
|
139
139
|
visibleFlag: 'viewMode',
|
|
@@ -141,7 +141,7 @@ export default {
|
|
|
141
141
|
visibleFlagValue: ['window']
|
|
142
142
|
}, {
|
|
143
143
|
key: 'modalHeight',
|
|
144
|
-
label:
|
|
144
|
+
label: '窗口高度',
|
|
145
145
|
type: 'SetExpression',
|
|
146
146
|
defaultValue: '648',
|
|
147
147
|
visibleFlag: 'viewMode',
|
|
@@ -149,7 +149,7 @@ export default {
|
|
|
149
149
|
visibleFlagValue: ['window']
|
|
150
150
|
}],
|
|
151
151
|
classification: [{
|
|
152
|
-
label:
|
|
152
|
+
label: '页面类',
|
|
153
153
|
value: 'page'
|
|
154
154
|
}]
|
|
155
155
|
}]),
|
|
@@ -158,10 +158,10 @@ export default {
|
|
|
158
158
|
label: localeKey('todoEvents.useEffect.label')
|
|
159
159
|
}, {
|
|
160
160
|
value: 'onOk',
|
|
161
|
-
label:
|
|
161
|
+
label: '点击确认'
|
|
162
162
|
}, {
|
|
163
163
|
value: 'onCancel',
|
|
164
|
-
label:
|
|
164
|
+
label: '点击取消'
|
|
165
165
|
}, {
|
|
166
166
|
value: 'stateChange',
|
|
167
167
|
label: localeKey('todoEvents.stateChange.label')
|
|
@@ -172,26 +172,26 @@ export default {
|
|
|
172
172
|
value: 'usePageEndRequest',
|
|
173
173
|
label: localeKey('todoEvents.usePageEndRequest.label'),
|
|
174
174
|
remarks: [{
|
|
175
|
-
label:
|
|
175
|
+
label: '场景描述',
|
|
176
176
|
content: localeKey('todoEvents.usePageEndRequest.remarks.0.content')
|
|
177
177
|
}, {
|
|
178
|
-
label:
|
|
178
|
+
label: '适用场景',
|
|
179
179
|
content: localeKey('todoEvents.usePageEndRequest.remarks.1.content')
|
|
180
180
|
}]
|
|
181
181
|
}],
|
|
182
182
|
todoProps: {
|
|
183
183
|
pageName: {
|
|
184
|
-
label:
|
|
184
|
+
label: '名称',
|
|
185
185
|
type: 'Input',
|
|
186
|
-
groupsName:
|
|
186
|
+
groupsName: '基础',
|
|
187
187
|
props: {
|
|
188
188
|
required: true
|
|
189
189
|
}
|
|
190
190
|
},
|
|
191
191
|
pagePath: {
|
|
192
|
-
label:
|
|
192
|
+
label: '路径',
|
|
193
193
|
type: 'UrlInput',
|
|
194
|
-
groupsName:
|
|
194
|
+
groupsName: '基础',
|
|
195
195
|
props: {
|
|
196
196
|
required: true,
|
|
197
197
|
placeholder: localeKey('todoProps.pagePath.props.placeholder'),
|
|
@@ -203,9 +203,9 @@ export default {
|
|
|
203
203
|
}
|
|
204
204
|
},
|
|
205
205
|
catalogItemId: {
|
|
206
|
-
label:
|
|
206
|
+
label: '分组',
|
|
207
207
|
type: 'CatalogTreeSelect',
|
|
208
|
-
groupsName:
|
|
208
|
+
groupsName: '基础',
|
|
209
209
|
props: {
|
|
210
210
|
required: true,
|
|
211
211
|
options: [],
|
|
@@ -215,37 +215,37 @@ export default {
|
|
|
215
215
|
}
|
|
216
216
|
},
|
|
217
217
|
drawerTitle: {
|
|
218
|
-
label:
|
|
218
|
+
label: '推拉门标题',
|
|
219
219
|
type: 'Input',
|
|
220
|
-
groupsName:
|
|
220
|
+
groupsName: '基础',
|
|
221
221
|
istodoBind: true,
|
|
222
222
|
props: {},
|
|
223
223
|
enableI18n: true
|
|
224
224
|
},
|
|
225
225
|
placement: {
|
|
226
|
-
label:
|
|
226
|
+
label: '抽屉方向',
|
|
227
227
|
type: 'Select',
|
|
228
|
-
groupsName:
|
|
228
|
+
groupsName: '基础',
|
|
229
229
|
props: {
|
|
230
230
|
options: [{
|
|
231
231
|
value: 'top',
|
|
232
|
-
title:
|
|
232
|
+
title: '上'
|
|
233
233
|
}, {
|
|
234
234
|
value: 'right',
|
|
235
|
-
title:
|
|
235
|
+
title: '右'
|
|
236
236
|
}, {
|
|
237
237
|
value: 'bottom',
|
|
238
|
-
title:
|
|
238
|
+
title: '下'
|
|
239
239
|
}, {
|
|
240
240
|
value: 'left',
|
|
241
|
-
title:
|
|
241
|
+
title: '左'
|
|
242
242
|
}]
|
|
243
243
|
}
|
|
244
244
|
},
|
|
245
245
|
width: {
|
|
246
|
-
label:
|
|
246
|
+
label: '推拉门宽度',
|
|
247
247
|
type: 'Select',
|
|
248
|
-
groupsName:
|
|
248
|
+
groupsName: '基础',
|
|
249
249
|
props: {
|
|
250
250
|
dependProps: {
|
|
251
251
|
placement: ['right', 'left']
|
|
@@ -266,9 +266,9 @@ export default {
|
|
|
266
266
|
}
|
|
267
267
|
},
|
|
268
268
|
height: {
|
|
269
|
-
label:
|
|
269
|
+
label: '推拉门高度',
|
|
270
270
|
type: 'Select',
|
|
271
|
-
groupsName:
|
|
271
|
+
groupsName: '基础',
|
|
272
272
|
props: {
|
|
273
273
|
dependProps: {
|
|
274
274
|
placement: ['top', 'bottom']
|
|
@@ -289,42 +289,42 @@ export default {
|
|
|
289
289
|
}
|
|
290
290
|
},
|
|
291
291
|
footer: {
|
|
292
|
-
label:
|
|
292
|
+
label: '底部内容',
|
|
293
293
|
type: 'Select',
|
|
294
|
-
groupsName:
|
|
294
|
+
groupsName: '基础',
|
|
295
295
|
props: {
|
|
296
296
|
options: [{
|
|
297
|
-
title:
|
|
297
|
+
title: '显示',
|
|
298
298
|
value: 1
|
|
299
299
|
}, {
|
|
300
|
-
title:
|
|
300
|
+
title: '隐藏',
|
|
301
301
|
value: 0
|
|
302
302
|
}]
|
|
303
303
|
}
|
|
304
304
|
},
|
|
305
305
|
okText: {
|
|
306
|
-
label:
|
|
306
|
+
label: '主按钮文本',
|
|
307
307
|
type: 'Input',
|
|
308
|
-
groupsName:
|
|
308
|
+
groupsName: '基础',
|
|
309
309
|
props: {},
|
|
310
310
|
enableI18n: true
|
|
311
311
|
},
|
|
312
312
|
cancelText: {
|
|
313
|
-
label:
|
|
313
|
+
label: '次按钮文本',
|
|
314
314
|
type: 'Input',
|
|
315
|
-
groupsName:
|
|
315
|
+
groupsName: '基础',
|
|
316
316
|
enableI18n: true
|
|
317
317
|
},
|
|
318
318
|
scenarioList: {
|
|
319
|
-
label:
|
|
319
|
+
label: '适用场景',
|
|
320
320
|
type: 'SelectScenarioPopover',
|
|
321
|
-
groupsName:
|
|
321
|
+
groupsName: '基础',
|
|
322
322
|
props: {
|
|
323
323
|
options: []
|
|
324
324
|
}
|
|
325
325
|
},
|
|
326
326
|
closeOnClickOverlay: {
|
|
327
|
-
label:
|
|
327
|
+
label: '关闭方式',
|
|
328
328
|
type: 'Select',
|
|
329
329
|
props: {
|
|
330
330
|
inhibitBtn: true,
|
|
@@ -338,20 +338,20 @@ export default {
|
|
|
338
338
|
}
|
|
339
339
|
},
|
|
340
340
|
ignoreLogin: {
|
|
341
|
-
label:
|
|
341
|
+
label: '免登录',
|
|
342
342
|
type: 'Switch',
|
|
343
|
-
groupsName:
|
|
343
|
+
groupsName: '基础',
|
|
344
344
|
props: {}
|
|
345
345
|
},
|
|
346
346
|
labels: {
|
|
347
|
-
label:
|
|
347
|
+
label: '标签',
|
|
348
348
|
type: 'ChooseTag',
|
|
349
|
-
groupsName:
|
|
349
|
+
groupsName: '基础'
|
|
350
350
|
},
|
|
351
351
|
compState: {
|
|
352
|
-
label:
|
|
352
|
+
label: '组件状态',
|
|
353
353
|
type: 'ParamsDefine',
|
|
354
|
-
groupsName:
|
|
354
|
+
groupsName: '组件状态'
|
|
355
355
|
}
|
|
356
356
|
},
|
|
357
357
|
todoStyles: {}
|