@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,29 +21,29 @@ var _default = exports.default = {
|
|
|
21
21
|
// 根节点
|
|
22
22
|
isBusiObjContainer: false,
|
|
23
23
|
isContainer: false,
|
|
24
|
-
label:
|
|
24
|
+
label: '页面',
|
|
25
25
|
props: {
|
|
26
26
|
pageDynamicFlag: false,
|
|
27
27
|
catalogItemId: -1,
|
|
28
28
|
ignoreLogin: false,
|
|
29
29
|
searchParams: [{
|
|
30
|
-
name:
|
|
30
|
+
name: '业务主键',
|
|
31
31
|
code: 'bizId'
|
|
32
32
|
}, {
|
|
33
|
-
name:
|
|
33
|
+
name: '业务场景',
|
|
34
34
|
code: 'sceneCode'
|
|
35
35
|
}, {
|
|
36
|
-
name:
|
|
36
|
+
name: '业务数据',
|
|
37
37
|
code: 'bizData'
|
|
38
38
|
}],
|
|
39
39
|
compState: [{
|
|
40
|
-
name:
|
|
40
|
+
name: '业务主键',
|
|
41
41
|
code: 'bizId'
|
|
42
42
|
}, {
|
|
43
|
-
name:
|
|
43
|
+
name: '业务场景',
|
|
44
44
|
code: 'sceneCode'
|
|
45
45
|
}, {
|
|
46
|
-
name:
|
|
46
|
+
name: '业务数据',
|
|
47
47
|
code: 'bizData'
|
|
48
48
|
}]
|
|
49
49
|
},
|
|
@@ -56,47 +56,47 @@ var _default = exports.default = {
|
|
|
56
56
|
groupsName: 'root',
|
|
57
57
|
todoActionList: [{
|
|
58
58
|
key: 'showMessage',
|
|
59
|
-
label:
|
|
59
|
+
label: '消息提示',
|
|
60
60
|
todoOptions: [{
|
|
61
61
|
key: 'type',
|
|
62
|
-
label:
|
|
62
|
+
label: '类型',
|
|
63
63
|
type: 'Select',
|
|
64
64
|
defaultValue: 'success',
|
|
65
65
|
props: {
|
|
66
66
|
options: [{
|
|
67
|
-
title:
|
|
67
|
+
title: '成功',
|
|
68
68
|
value: 'success'
|
|
69
69
|
}, {
|
|
70
|
-
title:
|
|
70
|
+
title: '提示',
|
|
71
71
|
value: 'info'
|
|
72
72
|
}, {
|
|
73
|
-
title:
|
|
73
|
+
title: '警告',
|
|
74
74
|
value: 'warn'
|
|
75
75
|
}, {
|
|
76
|
-
title:
|
|
76
|
+
title: '错误',
|
|
77
77
|
value: 'error'
|
|
78
78
|
}, {
|
|
79
|
-
title:
|
|
79
|
+
title: '加载动画',
|
|
80
80
|
value: 'loading'
|
|
81
81
|
}]
|
|
82
82
|
}
|
|
83
83
|
}, {
|
|
84
84
|
key: 'icon',
|
|
85
|
-
label:
|
|
85
|
+
label: '自定义图标',
|
|
86
86
|
type: 'ChooseIcon',
|
|
87
87
|
props: {
|
|
88
|
-
placeholder:
|
|
88
|
+
placeholder: '请选择图标'
|
|
89
89
|
}
|
|
90
90
|
}, {
|
|
91
91
|
key: 'value',
|
|
92
|
-
label:
|
|
92
|
+
label: '内容',
|
|
93
93
|
type: 'SetExpression'
|
|
94
94
|
}, {
|
|
95
95
|
key: 'duration',
|
|
96
|
-
label:
|
|
96
|
+
label: '加载时长',
|
|
97
97
|
type: 'InputNumber',
|
|
98
98
|
props: {
|
|
99
|
-
addonAfter:
|
|
99
|
+
addonAfter: '秒',
|
|
100
100
|
step: '0.01',
|
|
101
101
|
formatter: function formatter(val) {
|
|
102
102
|
return val ? val.match(/^\d+(?:\.\d{0,2})?/) : undefined;
|
|
@@ -117,12 +117,12 @@ var _default = exports.default = {
|
|
|
117
117
|
value: 'modal'
|
|
118
118
|
}],
|
|
119
119
|
remarks: [{
|
|
120
|
-
label:
|
|
120
|
+
label: '注意事项',
|
|
121
121
|
content: localeKey('todoActionList.showMessage.remarks.0.content')
|
|
122
122
|
}]
|
|
123
123
|
}].concat(_toConsumableArray((0, _todoActionList.getSystemTodoActionList)('pc')), [{
|
|
124
124
|
key: 'previewFile',
|
|
125
|
-
label:
|
|
125
|
+
label: '文件预览',
|
|
126
126
|
todoOptions: [{
|
|
127
127
|
key: 'fileId',
|
|
128
128
|
label: localeKey('todoActionList.previewFile.todoOptions.fileId.label'),
|
|
@@ -130,24 +130,24 @@ var _default = exports.default = {
|
|
|
130
130
|
labelTip: localeKey('todoActionList.previewFile.todoOptions.fileId.labelTip')
|
|
131
131
|
}, {
|
|
132
132
|
key: 'viewMode',
|
|
133
|
-
label:
|
|
133
|
+
label: '预览方式',
|
|
134
134
|
type: 'RadioButton',
|
|
135
135
|
defaultValue: 'popUp',
|
|
136
136
|
props: {
|
|
137
137
|
options: [{
|
|
138
|
-
title:
|
|
138
|
+
title: '页面弹窗',
|
|
139
139
|
value: 'popUp'
|
|
140
140
|
}, {
|
|
141
|
-
title:
|
|
141
|
+
title: '新标签页',
|
|
142
142
|
value: 'newTab'
|
|
143
143
|
}, {
|
|
144
|
-
title:
|
|
144
|
+
title: '新窗口',
|
|
145
145
|
value: 'window'
|
|
146
146
|
}]
|
|
147
147
|
}
|
|
148
148
|
}, {
|
|
149
149
|
key: 'modalWidth',
|
|
150
|
-
label:
|
|
150
|
+
label: '窗口宽度',
|
|
151
151
|
type: 'SetExpression',
|
|
152
152
|
defaultValue: '960',
|
|
153
153
|
visibleFlag: 'viewMode',
|
|
@@ -155,7 +155,7 @@ var _default = exports.default = {
|
|
|
155
155
|
visibleFlagValue: ['window']
|
|
156
156
|
}, {
|
|
157
157
|
key: 'modalHeight',
|
|
158
|
-
label:
|
|
158
|
+
label: '窗口高度',
|
|
159
159
|
type: 'SetExpression',
|
|
160
160
|
defaultValue: '648',
|
|
161
161
|
visibleFlag: 'viewMode',
|
|
@@ -163,7 +163,7 @@ var _default = exports.default = {
|
|
|
163
163
|
visibleFlagValue: ['window']
|
|
164
164
|
}],
|
|
165
165
|
classification: [{
|
|
166
|
-
label:
|
|
166
|
+
label: '页面类',
|
|
167
167
|
value: 'page'
|
|
168
168
|
}]
|
|
169
169
|
}]),
|
|
@@ -175,7 +175,7 @@ var _default = exports.default = {
|
|
|
175
175
|
label: localeKey('todoEvents.stateChange.label')
|
|
176
176
|
}, {
|
|
177
177
|
value: 'willUnmount',
|
|
178
|
-
label:
|
|
178
|
+
label: '页面退出'
|
|
179
179
|
}, {
|
|
180
180
|
value: 'onPageCacheRefresh',
|
|
181
181
|
label: localeKey('todoEvents.onPageCacheRefresh.label'),
|
|
@@ -191,26 +191,26 @@ var _default = exports.default = {
|
|
|
191
191
|
value: 'usePageEndRequest',
|
|
192
192
|
label: localeKey('todoEvents.usePageEndRequest.label'),
|
|
193
193
|
remarks: [{
|
|
194
|
-
label:
|
|
194
|
+
label: '场景描述',
|
|
195
195
|
content: localeKey('todoEvents.usePageEndRequest.remarks.0.content')
|
|
196
196
|
}, {
|
|
197
|
-
label:
|
|
197
|
+
label: '适用场景',
|
|
198
198
|
content: localeKey('todoEvents.usePageEndRequest.remarks.1.content')
|
|
199
199
|
}]
|
|
200
200
|
}],
|
|
201
201
|
todoProps: {
|
|
202
202
|
pageName: {
|
|
203
|
-
label:
|
|
203
|
+
label: '名称',
|
|
204
204
|
type: 'Input',
|
|
205
|
-
groupsName:
|
|
205
|
+
groupsName: '基础',
|
|
206
206
|
props: {
|
|
207
207
|
required: true
|
|
208
208
|
}
|
|
209
209
|
},
|
|
210
210
|
pagePath: {
|
|
211
|
-
label:
|
|
211
|
+
label: '路径',
|
|
212
212
|
type: 'UrlInput',
|
|
213
|
-
groupsName:
|
|
213
|
+
groupsName: '基础',
|
|
214
214
|
props: {
|
|
215
215
|
required: true,
|
|
216
216
|
placeholder: localeKey('todoProps.pagePath.props.placeholder'),
|
|
@@ -222,9 +222,9 @@ var _default = exports.default = {
|
|
|
222
222
|
}
|
|
223
223
|
},
|
|
224
224
|
catalogItemId: {
|
|
225
|
-
label:
|
|
225
|
+
label: '分组',
|
|
226
226
|
type: 'CatalogTreeSelect',
|
|
227
|
-
groupsName:
|
|
227
|
+
groupsName: '基础',
|
|
228
228
|
props: {
|
|
229
229
|
required: true,
|
|
230
230
|
options: [],
|
|
@@ -234,57 +234,57 @@ var _default = exports.default = {
|
|
|
234
234
|
}
|
|
235
235
|
},
|
|
236
236
|
scenarioList: {
|
|
237
|
-
label:
|
|
237
|
+
label: '适用场景',
|
|
238
238
|
type: 'SelectScenarioPopover',
|
|
239
|
-
groupsName:
|
|
239
|
+
groupsName: '基础',
|
|
240
240
|
props: {
|
|
241
241
|
options: []
|
|
242
242
|
}
|
|
243
243
|
},
|
|
244
244
|
remark: {
|
|
245
|
-
label:
|
|
245
|
+
label: '描述',
|
|
246
246
|
type: 'Input',
|
|
247
|
-
groupsName:
|
|
247
|
+
groupsName: '基础',
|
|
248
248
|
props: {}
|
|
249
249
|
},
|
|
250
250
|
chooseFuncComp: {
|
|
251
|
-
label:
|
|
251
|
+
label: '功能组件',
|
|
252
252
|
type: 'FuncCompSelect',
|
|
253
|
-
groupsName:
|
|
253
|
+
groupsName: '基础',
|
|
254
254
|
props: {}
|
|
255
255
|
},
|
|
256
256
|
ignoreLogin: {
|
|
257
|
-
label:
|
|
257
|
+
label: '免登录',
|
|
258
258
|
type: 'Switch',
|
|
259
|
-
groupsName:
|
|
259
|
+
groupsName: '基础',
|
|
260
260
|
props: {}
|
|
261
261
|
},
|
|
262
262
|
pageDynamicFlag: {
|
|
263
|
-
label:
|
|
263
|
+
label: '页面缓存',
|
|
264
264
|
type: 'Switch',
|
|
265
|
-
groupsName:
|
|
265
|
+
groupsName: '基础',
|
|
266
266
|
props: {
|
|
267
267
|
required: false,
|
|
268
268
|
description: localeKey('todoProps.pageDynamicFlag.props.description')
|
|
269
269
|
}
|
|
270
270
|
},
|
|
271
271
|
isMenu: {
|
|
272
|
-
label:
|
|
272
|
+
label: '设置为菜单',
|
|
273
273
|
type: 'MenuSwitch',
|
|
274
|
-
groupsName:
|
|
274
|
+
groupsName: '基础',
|
|
275
275
|
props: {
|
|
276
276
|
description: localeKey('todoProps.isMenu.props.description')
|
|
277
277
|
}
|
|
278
278
|
},
|
|
279
279
|
labels: {
|
|
280
|
-
label:
|
|
280
|
+
label: '标签',
|
|
281
281
|
type: 'ChooseTag',
|
|
282
|
-
groupsName:
|
|
282
|
+
groupsName: '基础'
|
|
283
283
|
},
|
|
284
284
|
compState: {
|
|
285
|
-
label:
|
|
285
|
+
label: '组件状态',
|
|
286
286
|
type: 'ParamsDefine',
|
|
287
|
-
groupsName:
|
|
287
|
+
groupsName: '组件状态'
|
|
288
288
|
},
|
|
289
289
|
searchParams: {
|
|
290
290
|
label: localeKey('todoProps.searchParams.label'),
|
|
@@ -302,9 +302,9 @@ var _default = exports.default = {
|
|
|
302
302
|
// groupsName: '页面出参',
|
|
303
303
|
// },
|
|
304
304
|
routerData: {
|
|
305
|
-
label:
|
|
305
|
+
label: '路由数据',
|
|
306
306
|
type: 'ParamsDefine',
|
|
307
|
-
groupsName:
|
|
307
|
+
groupsName: '路由数据'
|
|
308
308
|
}
|
|
309
309
|
},
|
|
310
310
|
todoStyles: {}
|