@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
|
@@ -21,18 +21,18 @@ var _default = exports.default = {
|
|
|
21
21
|
// 根节点
|
|
22
22
|
isBusiObjContainer: false,
|
|
23
23
|
isContainer: false,
|
|
24
|
-
label:
|
|
24
|
+
label: '业务组件',
|
|
25
25
|
props: {
|
|
26
26
|
objType: 'app',
|
|
27
27
|
catalogItemId: -1,
|
|
28
28
|
searchParams: [{
|
|
29
|
-
name:
|
|
29
|
+
name: '业务主键',
|
|
30
30
|
code: 'bizId'
|
|
31
31
|
}, {
|
|
32
|
-
name:
|
|
32
|
+
name: '业务场景',
|
|
33
33
|
code: 'sceneCode'
|
|
34
34
|
}, {
|
|
35
|
-
name:
|
|
35
|
+
name: '业务数据',
|
|
36
36
|
code: 'bizData'
|
|
37
37
|
}]
|
|
38
38
|
},
|
|
@@ -45,47 +45,47 @@ var _default = exports.default = {
|
|
|
45
45
|
groupsName: 'root',
|
|
46
46
|
todoActionList: [{
|
|
47
47
|
key: 'showMessage',
|
|
48
|
-
label:
|
|
48
|
+
label: '消息提示',
|
|
49
49
|
todoOptions: [{
|
|
50
50
|
key: 'type',
|
|
51
|
-
label:
|
|
51
|
+
label: '类型',
|
|
52
52
|
type: 'Select',
|
|
53
53
|
defaultValue: 'success',
|
|
54
54
|
props: {
|
|
55
55
|
options: [{
|
|
56
|
-
title:
|
|
56
|
+
title: '成功',
|
|
57
57
|
value: 'success'
|
|
58
58
|
}, {
|
|
59
|
-
title:
|
|
59
|
+
title: '提示',
|
|
60
60
|
value: 'info'
|
|
61
61
|
}, {
|
|
62
|
-
title:
|
|
62
|
+
title: '警告',
|
|
63
63
|
value: 'warn'
|
|
64
64
|
}, {
|
|
65
|
-
title:
|
|
65
|
+
title: '错误',
|
|
66
66
|
value: 'error'
|
|
67
67
|
}, {
|
|
68
|
-
title:
|
|
68
|
+
title: '加载动画',
|
|
69
69
|
value: 'loading'
|
|
70
70
|
}]
|
|
71
71
|
}
|
|
72
72
|
}, {
|
|
73
73
|
key: 'icon',
|
|
74
|
-
label:
|
|
74
|
+
label: '自定义图标',
|
|
75
75
|
type: 'ChooseIcon',
|
|
76
76
|
props: {
|
|
77
|
-
placeholder:
|
|
77
|
+
placeholder: '请选择图标'
|
|
78
78
|
}
|
|
79
79
|
}, {
|
|
80
80
|
key: 'value',
|
|
81
|
-
label:
|
|
81
|
+
label: '内容',
|
|
82
82
|
type: 'SetExpression'
|
|
83
83
|
}, {
|
|
84
84
|
key: 'duration',
|
|
85
|
-
label:
|
|
85
|
+
label: '加载时长',
|
|
86
86
|
type: 'InputNumber',
|
|
87
87
|
props: {
|
|
88
|
-
addonAfter:
|
|
88
|
+
addonAfter: '秒',
|
|
89
89
|
step: '0.01',
|
|
90
90
|
formatter: function formatter(val) {
|
|
91
91
|
return val ? val.match(/^\d+(?:\.\d{0,2})?/) : undefined;
|
|
@@ -106,12 +106,12 @@ var _default = exports.default = {
|
|
|
106
106
|
value: 'modal'
|
|
107
107
|
}],
|
|
108
108
|
remarks: [{
|
|
109
|
-
label:
|
|
109
|
+
label: '注意事项',
|
|
110
110
|
content: localeKey('todoActionList.showMessage.remarks.0.content')
|
|
111
111
|
}]
|
|
112
112
|
}].concat(_toConsumableArray((0, _todoActionList.getSystemTodoActionList)('pc')), [{
|
|
113
113
|
key: 'previewFile',
|
|
114
|
-
label:
|
|
114
|
+
label: '文件预览',
|
|
115
115
|
todoOptions: [{
|
|
116
116
|
key: 'fileId',
|
|
117
117
|
label: localeKey('todoActionList.previewFile.todoOptions.fileId.label'),
|
|
@@ -119,24 +119,24 @@ var _default = exports.default = {
|
|
|
119
119
|
labelTip: localeKey('todoActionList.previewFile.todoOptions.fileId.labelTip')
|
|
120
120
|
}, {
|
|
121
121
|
key: 'viewMode',
|
|
122
|
-
label:
|
|
122
|
+
label: '预览方式',
|
|
123
123
|
type: 'RadioButton',
|
|
124
124
|
defaultValue: 'popUp',
|
|
125
125
|
props: {
|
|
126
126
|
options: [{
|
|
127
|
-
title:
|
|
127
|
+
title: '页面弹窗',
|
|
128
128
|
value: 'popUp'
|
|
129
129
|
}, {
|
|
130
|
-
title:
|
|
130
|
+
title: '新标签页',
|
|
131
131
|
value: 'newTab'
|
|
132
132
|
}, {
|
|
133
|
-
title:
|
|
133
|
+
title: '新窗口',
|
|
134
134
|
value: 'window'
|
|
135
135
|
}]
|
|
136
136
|
}
|
|
137
137
|
}, {
|
|
138
138
|
key: 'modalWidth',
|
|
139
|
-
label:
|
|
139
|
+
label: '窗口宽度',
|
|
140
140
|
type: 'SetExpression',
|
|
141
141
|
defaultValue: '960',
|
|
142
142
|
visibleFlag: 'viewMode',
|
|
@@ -144,7 +144,7 @@ var _default = exports.default = {
|
|
|
144
144
|
visibleFlagValue: ['window']
|
|
145
145
|
}, {
|
|
146
146
|
key: 'modalHeight',
|
|
147
|
-
label:
|
|
147
|
+
label: '窗口高度',
|
|
148
148
|
type: 'SetExpression',
|
|
149
149
|
defaultValue: '648',
|
|
150
150
|
visibleFlag: 'viewMode',
|
|
@@ -152,7 +152,7 @@ var _default = exports.default = {
|
|
|
152
152
|
visibleFlagValue: ['window']
|
|
153
153
|
}],
|
|
154
154
|
classification: [{
|
|
155
|
-
label:
|
|
155
|
+
label: '页面类',
|
|
156
156
|
value: 'page'
|
|
157
157
|
}]
|
|
158
158
|
}, {
|
|
@@ -160,28 +160,28 @@ var _default = exports.default = {
|
|
|
160
160
|
label: localeKey('todoActionList.callNotStatedCustomFunc.label'),
|
|
161
161
|
todoOptions: [{
|
|
162
162
|
key: 'funcName',
|
|
163
|
-
label:
|
|
163
|
+
label: '事件',
|
|
164
164
|
type: 'SelectCompFunction',
|
|
165
165
|
props: {
|
|
166
166
|
titleLink: [{
|
|
167
|
-
title:
|
|
167
|
+
title: '刷新',
|
|
168
168
|
value: 'refresh',
|
|
169
169
|
key: 'refresh'
|
|
170
170
|
}]
|
|
171
171
|
}
|
|
172
172
|
}, {
|
|
173
173
|
key: 'funcParams',
|
|
174
|
-
label:
|
|
174
|
+
label: '事件入参',
|
|
175
175
|
type: 'SetCustomParams',
|
|
176
176
|
props: {}
|
|
177
177
|
}],
|
|
178
178
|
todoCallbacks: ['callback1', 'callback2'],
|
|
179
179
|
classification: [{
|
|
180
|
-
label:
|
|
180
|
+
label: '数据通信',
|
|
181
181
|
value: 'communicate'
|
|
182
182
|
}],
|
|
183
183
|
// remarks: [{
|
|
184
|
-
// label:
|
|
184
|
+
// label: '注意事项',
|
|
185
185
|
// content: localeKey('todoActionList.callNotStatedCustomFunc.remarks.0.content'),
|
|
186
186
|
// }],
|
|
187
187
|
isAsync: true
|
|
@@ -194,13 +194,13 @@ var _default = exports.default = {
|
|
|
194
194
|
label: localeKey('todoEvents.useEffect.label')
|
|
195
195
|
}, {
|
|
196
196
|
value: 'willUnmount',
|
|
197
|
-
label:
|
|
197
|
+
label: '组件卸载'
|
|
198
198
|
}],
|
|
199
199
|
todoProps: {
|
|
200
200
|
pageName: {
|
|
201
|
-
label:
|
|
201
|
+
label: '名称',
|
|
202
202
|
type: 'Input',
|
|
203
|
-
groupsName:
|
|
203
|
+
groupsName: '基础',
|
|
204
204
|
props: {
|
|
205
205
|
required: true
|
|
206
206
|
}
|
|
@@ -220,26 +220,26 @@ var _default = exports.default = {
|
|
|
220
220
|
// },
|
|
221
221
|
// },
|
|
222
222
|
catalogItemId: {
|
|
223
|
-
label:
|
|
223
|
+
label: '分组',
|
|
224
224
|
type: 'CatalogTreeSelect',
|
|
225
|
-
groupsName:
|
|
225
|
+
groupsName: '基础',
|
|
226
226
|
props: {
|
|
227
227
|
required: true,
|
|
228
228
|
options: []
|
|
229
229
|
}
|
|
230
230
|
},
|
|
231
231
|
compState: {
|
|
232
|
-
label:
|
|
232
|
+
label: '组件状态',
|
|
233
233
|
type: 'ParamsDefine',
|
|
234
|
-
groupsName:
|
|
234
|
+
groupsName: '组件状态'
|
|
235
235
|
},
|
|
236
236
|
compFunc: {
|
|
237
|
-
label:
|
|
237
|
+
label: '方法',
|
|
238
238
|
type: 'ParamsDefine',
|
|
239
|
-
groupsName:
|
|
239
|
+
groupsName: '方法',
|
|
240
240
|
props: {
|
|
241
|
-
codeLabel:
|
|
242
|
-
nameLabel:
|
|
241
|
+
codeLabel: '方法编码',
|
|
242
|
+
nameLabel: '方法名称'
|
|
243
243
|
}
|
|
244
244
|
}
|
|
245
245
|
// busiCompAttrList: {
|
|
@@ -21,7 +21,7 @@ var _default = exports.default = {
|
|
|
21
21
|
// 根节点
|
|
22
22
|
isBusiObjContainer: false,
|
|
23
23
|
isContainer: false,
|
|
24
|
-
label:
|
|
24
|
+
label: '抽屉',
|
|
25
25
|
props: {
|
|
26
26
|
width: 624,
|
|
27
27
|
height: 300,
|
|
@@ -29,13 +29,13 @@ var _default = exports.default = {
|
|
|
29
29
|
footer: 1,
|
|
30
30
|
closeOnClickOverlay: false,
|
|
31
31
|
compState: [{
|
|
32
|
-
name:
|
|
32
|
+
name: '业务主键',
|
|
33
33
|
code: 'bizId'
|
|
34
34
|
}, {
|
|
35
|
-
name:
|
|
35
|
+
name: '业务场景',
|
|
36
36
|
code: 'sceneCode'
|
|
37
37
|
}, {
|
|
38
|
-
name:
|
|
38
|
+
name: '业务数据',
|
|
39
39
|
code: 'bizData'
|
|
40
40
|
}]
|
|
41
41
|
},
|
|
@@ -48,47 +48,47 @@ var _default = exports.default = {
|
|
|
48
48
|
groupsName: 'root',
|
|
49
49
|
todoActionList: [{
|
|
50
50
|
key: 'showMessage',
|
|
51
|
-
label:
|
|
51
|
+
label: '消息提示',
|
|
52
52
|
todoOptions: [{
|
|
53
53
|
key: 'type',
|
|
54
|
-
label:
|
|
54
|
+
label: '类型',
|
|
55
55
|
type: 'Select',
|
|
56
56
|
defaultValue: 'success',
|
|
57
57
|
props: {
|
|
58
58
|
options: [{
|
|
59
|
-
title:
|
|
59
|
+
title: '成功',
|
|
60
60
|
value: 'success'
|
|
61
61
|
}, {
|
|
62
|
-
title:
|
|
62
|
+
title: '提示',
|
|
63
63
|
value: 'info'
|
|
64
64
|
}, {
|
|
65
|
-
title:
|
|
65
|
+
title: '警告',
|
|
66
66
|
value: 'warn'
|
|
67
67
|
}, {
|
|
68
|
-
title:
|
|
68
|
+
title: '错误',
|
|
69
69
|
value: 'error'
|
|
70
70
|
}, {
|
|
71
|
-
title:
|
|
71
|
+
title: '加载动画',
|
|
72
72
|
value: 'loading'
|
|
73
73
|
}]
|
|
74
74
|
}
|
|
75
75
|
}, {
|
|
76
76
|
key: 'icon',
|
|
77
|
-
label:
|
|
77
|
+
label: '自定义图标',
|
|
78
78
|
type: 'ChooseIcon',
|
|
79
79
|
props: {
|
|
80
|
-
placeholder:
|
|
80
|
+
placeholder: '请选择图标'
|
|
81
81
|
}
|
|
82
82
|
}, {
|
|
83
83
|
key: 'value',
|
|
84
|
-
label:
|
|
84
|
+
label: '内容',
|
|
85
85
|
type: 'SetExpression'
|
|
86
86
|
}, {
|
|
87
87
|
key: 'duration',
|
|
88
|
-
label:
|
|
88
|
+
label: '加载时长',
|
|
89
89
|
type: 'InputNumber',
|
|
90
90
|
props: {
|
|
91
|
-
addonAfter:
|
|
91
|
+
addonAfter: '秒',
|
|
92
92
|
step: '0.01',
|
|
93
93
|
formatter: function formatter(val) {
|
|
94
94
|
return val ? val.match(/^\d+(?:\.\d{0,2})?/) : undefined;
|
|
@@ -109,12 +109,12 @@ var _default = exports.default = {
|
|
|
109
109
|
value: 'modal'
|
|
110
110
|
}],
|
|
111
111
|
remarks: [{
|
|
112
|
-
label:
|
|
112
|
+
label: '注意事项',
|
|
113
113
|
content: localeKey('todoActionList.showMessage.remarks.0.content')
|
|
114
114
|
}]
|
|
115
115
|
}].concat(_toConsumableArray((0, _todoActionList.getSystemTodoActionList)('pc', 'Drawer')), [{
|
|
116
116
|
key: 'previewFile',
|
|
117
|
-
label:
|
|
117
|
+
label: '文件预览',
|
|
118
118
|
todoOptions: [{
|
|
119
119
|
key: 'fileId',
|
|
120
120
|
label: localeKey('todoActionList.previewFile.todoOptions.fileId.label'),
|
|
@@ -122,24 +122,24 @@ var _default = exports.default = {
|
|
|
122
122
|
labelTip: localeKey('todoActionList.previewFile.todoOptions.fileId.labelTip')
|
|
123
123
|
}, {
|
|
124
124
|
key: 'viewMode',
|
|
125
|
-
label:
|
|
125
|
+
label: '预览方式',
|
|
126
126
|
type: 'RadioButton',
|
|
127
127
|
defaultValue: 'popUp',
|
|
128
128
|
props: {
|
|
129
129
|
options: [{
|
|
130
|
-
title:
|
|
130
|
+
title: '页面弹窗',
|
|
131
131
|
value: 'popUp'
|
|
132
132
|
}, {
|
|
133
|
-
title:
|
|
133
|
+
title: '新标签页',
|
|
134
134
|
value: 'newTab'
|
|
135
135
|
}, {
|
|
136
|
-
title:
|
|
136
|
+
title: '新窗口',
|
|
137
137
|
value: 'window'
|
|
138
138
|
}]
|
|
139
139
|
}
|
|
140
140
|
}, {
|
|
141
141
|
key: 'modalWidth',
|
|
142
|
-
label:
|
|
142
|
+
label: '窗口宽度',
|
|
143
143
|
type: 'SetExpression',
|
|
144
144
|
defaultValue: '960',
|
|
145
145
|
visibleFlag: 'viewMode',
|
|
@@ -147,7 +147,7 @@ var _default = exports.default = {
|
|
|
147
147
|
visibleFlagValue: ['window']
|
|
148
148
|
}, {
|
|
149
149
|
key: 'modalHeight',
|
|
150
|
-
label:
|
|
150
|
+
label: '窗口高度',
|
|
151
151
|
type: 'SetExpression',
|
|
152
152
|
defaultValue: '648',
|
|
153
153
|
visibleFlag: 'viewMode',
|
|
@@ -155,7 +155,7 @@ var _default = exports.default = {
|
|
|
155
155
|
visibleFlagValue: ['window']
|
|
156
156
|
}],
|
|
157
157
|
classification: [{
|
|
158
|
-
label:
|
|
158
|
+
label: '页面类',
|
|
159
159
|
value: 'page'
|
|
160
160
|
}]
|
|
161
161
|
}]),
|
|
@@ -164,10 +164,10 @@ var _default = exports.default = {
|
|
|
164
164
|
label: localeKey('todoEvents.useEffect.label')
|
|
165
165
|
}, {
|
|
166
166
|
value: 'onOk',
|
|
167
|
-
label:
|
|
167
|
+
label: '点击确认'
|
|
168
168
|
}, {
|
|
169
169
|
value: 'onCancel',
|
|
170
|
-
label:
|
|
170
|
+
label: '点击取消'
|
|
171
171
|
}, {
|
|
172
172
|
value: 'stateChange',
|
|
173
173
|
label: localeKey('todoEvents.stateChange.label')
|
|
@@ -178,26 +178,26 @@ var _default = exports.default = {
|
|
|
178
178
|
value: 'usePageEndRequest',
|
|
179
179
|
label: localeKey('todoEvents.usePageEndRequest.label'),
|
|
180
180
|
remarks: [{
|
|
181
|
-
label:
|
|
181
|
+
label: '场景描述',
|
|
182
182
|
content: localeKey('todoEvents.usePageEndRequest.remarks.0.content')
|
|
183
183
|
}, {
|
|
184
|
-
label:
|
|
184
|
+
label: '适用场景',
|
|
185
185
|
content: localeKey('todoEvents.usePageEndRequest.remarks.1.content')
|
|
186
186
|
}]
|
|
187
187
|
}],
|
|
188
188
|
todoProps: {
|
|
189
189
|
pageName: {
|
|
190
|
-
label:
|
|
190
|
+
label: '名称',
|
|
191
191
|
type: 'Input',
|
|
192
|
-
groupsName:
|
|
192
|
+
groupsName: '基础',
|
|
193
193
|
props: {
|
|
194
194
|
required: true
|
|
195
195
|
}
|
|
196
196
|
},
|
|
197
197
|
pagePath: {
|
|
198
|
-
label:
|
|
198
|
+
label: '路径',
|
|
199
199
|
type: 'UrlInput',
|
|
200
|
-
groupsName:
|
|
200
|
+
groupsName: '基础',
|
|
201
201
|
props: {
|
|
202
202
|
required: true,
|
|
203
203
|
placeholder: localeKey('todoProps.pagePath.props.placeholder'),
|
|
@@ -209,9 +209,9 @@ var _default = exports.default = {
|
|
|
209
209
|
}
|
|
210
210
|
},
|
|
211
211
|
catalogItemId: {
|
|
212
|
-
label:
|
|
212
|
+
label: '分组',
|
|
213
213
|
type: 'CatalogTreeSelect',
|
|
214
|
-
groupsName:
|
|
214
|
+
groupsName: '基础',
|
|
215
215
|
props: {
|
|
216
216
|
required: true,
|
|
217
217
|
options: [],
|
|
@@ -221,37 +221,37 @@ var _default = exports.default = {
|
|
|
221
221
|
}
|
|
222
222
|
},
|
|
223
223
|
drawerTitle: {
|
|
224
|
-
label:
|
|
224
|
+
label: '推拉门标题',
|
|
225
225
|
type: 'Input',
|
|
226
|
-
groupsName:
|
|
226
|
+
groupsName: '基础',
|
|
227
227
|
istodoBind: true,
|
|
228
228
|
props: {},
|
|
229
229
|
enableI18n: true
|
|
230
230
|
},
|
|
231
231
|
placement: {
|
|
232
|
-
label:
|
|
232
|
+
label: '抽屉方向',
|
|
233
233
|
type: 'Select',
|
|
234
|
-
groupsName:
|
|
234
|
+
groupsName: '基础',
|
|
235
235
|
props: {
|
|
236
236
|
options: [{
|
|
237
237
|
value: 'top',
|
|
238
|
-
title:
|
|
238
|
+
title: '上'
|
|
239
239
|
}, {
|
|
240
240
|
value: 'right',
|
|
241
|
-
title:
|
|
241
|
+
title: '右'
|
|
242
242
|
}, {
|
|
243
243
|
value: 'bottom',
|
|
244
|
-
title:
|
|
244
|
+
title: '下'
|
|
245
245
|
}, {
|
|
246
246
|
value: 'left',
|
|
247
|
-
title:
|
|
247
|
+
title: '左'
|
|
248
248
|
}]
|
|
249
249
|
}
|
|
250
250
|
},
|
|
251
251
|
width: {
|
|
252
|
-
label:
|
|
252
|
+
label: '推拉门宽度',
|
|
253
253
|
type: 'Select',
|
|
254
|
-
groupsName:
|
|
254
|
+
groupsName: '基础',
|
|
255
255
|
props: {
|
|
256
256
|
dependProps: {
|
|
257
257
|
placement: ['right', 'left']
|
|
@@ -272,9 +272,9 @@ var _default = exports.default = {
|
|
|
272
272
|
}
|
|
273
273
|
},
|
|
274
274
|
height: {
|
|
275
|
-
label:
|
|
275
|
+
label: '推拉门高度',
|
|
276
276
|
type: 'Select',
|
|
277
|
-
groupsName:
|
|
277
|
+
groupsName: '基础',
|
|
278
278
|
props: {
|
|
279
279
|
dependProps: {
|
|
280
280
|
placement: ['top', 'bottom']
|
|
@@ -295,42 +295,42 @@ var _default = exports.default = {
|
|
|
295
295
|
}
|
|
296
296
|
},
|
|
297
297
|
footer: {
|
|
298
|
-
label:
|
|
298
|
+
label: '底部内容',
|
|
299
299
|
type: 'Select',
|
|
300
|
-
groupsName:
|
|
300
|
+
groupsName: '基础',
|
|
301
301
|
props: {
|
|
302
302
|
options: [{
|
|
303
|
-
title:
|
|
303
|
+
title: '显示',
|
|
304
304
|
value: 1
|
|
305
305
|
}, {
|
|
306
|
-
title:
|
|
306
|
+
title: '隐藏',
|
|
307
307
|
value: 0
|
|
308
308
|
}]
|
|
309
309
|
}
|
|
310
310
|
},
|
|
311
311
|
okText: {
|
|
312
|
-
label:
|
|
312
|
+
label: '主按钮文本',
|
|
313
313
|
type: 'Input',
|
|
314
|
-
groupsName:
|
|
314
|
+
groupsName: '基础',
|
|
315
315
|
props: {},
|
|
316
316
|
enableI18n: true
|
|
317
317
|
},
|
|
318
318
|
cancelText: {
|
|
319
|
-
label:
|
|
319
|
+
label: '次按钮文本',
|
|
320
320
|
type: 'Input',
|
|
321
|
-
groupsName:
|
|
321
|
+
groupsName: '基础',
|
|
322
322
|
enableI18n: true
|
|
323
323
|
},
|
|
324
324
|
scenarioList: {
|
|
325
|
-
label:
|
|
325
|
+
label: '适用场景',
|
|
326
326
|
type: 'SelectScenarioPopover',
|
|
327
|
-
groupsName:
|
|
327
|
+
groupsName: '基础',
|
|
328
328
|
props: {
|
|
329
329
|
options: []
|
|
330
330
|
}
|
|
331
331
|
},
|
|
332
332
|
closeOnClickOverlay: {
|
|
333
|
-
label:
|
|
333
|
+
label: '关闭方式',
|
|
334
334
|
type: 'Select',
|
|
335
335
|
props: {
|
|
336
336
|
inhibitBtn: true,
|
|
@@ -344,20 +344,20 @@ var _default = exports.default = {
|
|
|
344
344
|
}
|
|
345
345
|
},
|
|
346
346
|
ignoreLogin: {
|
|
347
|
-
label:
|
|
347
|
+
label: '免登录',
|
|
348
348
|
type: 'Switch',
|
|
349
|
-
groupsName:
|
|
349
|
+
groupsName: '基础',
|
|
350
350
|
props: {}
|
|
351
351
|
},
|
|
352
352
|
labels: {
|
|
353
|
-
label:
|
|
353
|
+
label: '标签',
|
|
354
354
|
type: 'ChooseTag',
|
|
355
|
-
groupsName:
|
|
355
|
+
groupsName: '基础'
|
|
356
356
|
},
|
|
357
357
|
compState: {
|
|
358
|
-
label:
|
|
358
|
+
label: '组件状态',
|
|
359
359
|
type: 'ParamsDefine',
|
|
360
|
-
groupsName:
|
|
360
|
+
groupsName: '组件状态'
|
|
361
361
|
}
|
|
362
362
|
},
|
|
363
363
|
todoStyles: {}
|