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