@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.
Files changed (55) hide show
  1. package/es/rootConfig/locales/enus/config-locales-es.mobile.js +51 -144
  2. package/es/rootConfig/locales/enus/config-locales-es.pc.js +30 -37
  3. package/es/rootConfig/locales/enus/config-locales-es.todo-actionList.js +293 -721
  4. package/es/rootConfig/locales/enus/config-locales-es.todo-callback.js +8 -9
  5. package/es/rootConfig/locales/enus/config-locales-es.todo-optionList.js +141 -214
  6. package/es/rootConfig/locales/zhcn/config-locales-cn.mobile.js +1 -143
  7. package/es/rootConfig/locales/zhcn/config-locales-cn.pc.js +1 -289
  8. package/es/rootConfig/locales/zhcn/config-locales-cn.todo-actionList.js +0 -714
  9. package/es/rootConfig/locales/zhcn/config-locales-cn.todo-callback.js +0 -8
  10. package/es/rootConfig/locales/zhcn/config-locales-cn.todo-optionList.js +2 -214
  11. package/es/rootConfig/locales/zhhk/config-locales-hk.mobile.js +49 -142
  12. package/es/rootConfig/locales/zhhk/config-locales-hk.pc.js +77 -288
  13. package/es/rootConfig/locales/zhhk/config-locales-hk.todo-actionList.js +287 -715
  14. package/es/rootConfig/locales/zhhk/config-locales-hk.todo-callback.js +8 -9
  15. package/es/rootConfig/locales/zhhk/config-locales-hk.todo-optionList.js +140 -213
  16. package/es/rootConfig/mobile/BusiComp.js +22 -22
  17. package/es/rootConfig/mobile/MobileModal.js +38 -38
  18. package/es/rootConfig/mobile/MobilePopover.js +22 -22
  19. package/es/rootConfig/mobile/page.js +42 -42
  20. package/es/rootConfig/pc/BusiComp.js +41 -41
  21. package/es/rootConfig/pc/Drawer.js +64 -64
  22. package/es/rootConfig/pc/Modal.js +63 -63
  23. package/es/rootConfig/pc/Popover.js +42 -42
  24. package/es/rootConfig/pc/page.js +55 -55
  25. package/es/rootConfig/todoActionList.js +691 -691
  26. package/es/rootConfig/todoCallback.js +9 -9
  27. package/es/rootConfig/todoOptionList.js +203 -203
  28. package/lib/rootConfig/locales/enus/config-locales-es.mobile.js +51 -144
  29. package/lib/rootConfig/locales/enus/config-locales-es.pc.js +30 -37
  30. package/lib/rootConfig/locales/enus/config-locales-es.todo-actionList.js +293 -721
  31. package/lib/rootConfig/locales/enus/config-locales-es.todo-callback.js +8 -9
  32. package/lib/rootConfig/locales/enus/config-locales-es.todo-optionList.js +141 -214
  33. package/lib/rootConfig/locales/zhcn/config-locales-cn.mobile.js +1 -143
  34. package/lib/rootConfig/locales/zhcn/config-locales-cn.pc.js +1 -289
  35. package/lib/rootConfig/locales/zhcn/config-locales-cn.todo-actionList.js +0 -714
  36. package/lib/rootConfig/locales/zhcn/config-locales-cn.todo-callback.js +0 -8
  37. package/lib/rootConfig/locales/zhcn/config-locales-cn.todo-optionList.js +2 -214
  38. package/lib/rootConfig/locales/zhhk/config-locales-hk.mobile.js +49 -142
  39. package/lib/rootConfig/locales/zhhk/config-locales-hk.pc.js +77 -288
  40. package/lib/rootConfig/locales/zhhk/config-locales-hk.todo-actionList.js +287 -715
  41. package/lib/rootConfig/locales/zhhk/config-locales-hk.todo-callback.js +8 -9
  42. package/lib/rootConfig/locales/zhhk/config-locales-hk.todo-optionList.js +140 -213
  43. package/lib/rootConfig/mobile/BusiComp.js +22 -22
  44. package/lib/rootConfig/mobile/MobileModal.js +38 -38
  45. package/lib/rootConfig/mobile/MobilePopover.js +22 -22
  46. package/lib/rootConfig/mobile/page.js +42 -42
  47. package/lib/rootConfig/pc/BusiComp.js +41 -41
  48. package/lib/rootConfig/pc/Drawer.js +64 -64
  49. package/lib/rootConfig/pc/Modal.js +63 -63
  50. package/lib/rootConfig/pc/Popover.js +42 -42
  51. package/lib/rootConfig/pc/page.js +55 -55
  52. package/lib/rootConfig/todoActionList.js +691 -691
  53. package/lib/rootConfig/todoCallback.js +9 -9
  54. package/lib/rootConfig/todoOptionList.js +203 -203
  55. package/package.json +1 -1
@@ -15,29 +15,29 @@ export default {
15
15
  // 根节点
16
16
  isBusiObjContainer: false,
17
17
  isContainer: false,
18
- label: localeKey('label'),
18
+ label: '页面',
19
19
  props: {
20
20
  pageDynamicFlag: false,
21
21
  catalogItemId: -1,
22
22
  ignoreLogin: false,
23
23
  searchParams: [{
24
- name: localeKey('props.searchParams.0.name'),
24
+ name: '业务主键',
25
25
  code: 'bizId'
26
26
  }, {
27
- name: localeKey('props.searchParams.1.name'),
27
+ name: '业务场景',
28
28
  code: 'sceneCode'
29
29
  }, {
30
- name: localeKey('props.searchParams.2.name'),
30
+ name: '业务数据',
31
31
  code: 'bizData'
32
32
  }],
33
33
  compState: [{
34
- name: localeKey('props.compState.0.name'),
34
+ name: '业务主键',
35
35
  code: 'bizId'
36
36
  }, {
37
- name: localeKey('props.compState.1.name'),
37
+ name: '业务场景',
38
38
  code: 'sceneCode'
39
39
  }, {
40
- name: localeKey('props.compState.2.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: localeKey('todoActionList.showMessage.label'),
53
+ label: '消息提示',
54
54
  todoOptions: [{
55
55
  key: 'type',
56
- label: localeKey('todoActionList.showMessage.todoOptions.type.label'),
56
+ label: '类型',
57
57
  type: 'Select',
58
58
  defaultValue: 'success',
59
59
  props: {
60
60
  options: [{
61
- title: localeKey('todoActionList.showMessage.todoOptions.type.props.options.0.title'),
61
+ title: '成功',
62
62
  value: 'success'
63
63
  }, {
64
- title: localeKey('todoActionList.showMessage.todoOptions.type.props.options.1.title'),
64
+ title: '提示',
65
65
  value: 'info'
66
66
  }, {
67
- title: localeKey('todoActionList.showMessage.todoOptions.type.props.options.2.title'),
67
+ title: '警告',
68
68
  value: 'warn'
69
69
  }, {
70
- title: localeKey('todoActionList.showMessage.todoOptions.type.props.options.3.title'),
70
+ title: '错误',
71
71
  value: 'error'
72
72
  }, {
73
- title: localeKey('todoActionList.showMessage.todoOptions.type.props.options.4.title'),
73
+ title: '加载动画',
74
74
  value: 'loading'
75
75
  }]
76
76
  }
77
77
  }, {
78
78
  key: 'icon',
79
- label: localeKey('todoActionList.showMessage.todoOptions.icon.label'),
79
+ label: '自定义图标',
80
80
  type: 'ChooseIcon',
81
81
  props: {
82
- placeholder: localeKey('todoActionList.showMessage.todoOptions.icon.props.placeholder')
82
+ placeholder: '请选择图标'
83
83
  }
84
84
  }, {
85
85
  key: 'value',
86
- label: localeKey('todoActionList.showMessage.todoOptions.value.label'),
86
+ label: '内容',
87
87
  type: 'SetExpression'
88
88
  }, {
89
89
  key: 'duration',
90
- label: localeKey('todoActionList.showMessage.todoOptions.duration.label'),
90
+ label: '加载时长',
91
91
  type: 'InputNumber',
92
92
  props: {
93
- addonAfter: localeKey('todoActionList.showMessage.todoOptions.duration.props.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: localeKey('todoActionList.showMessage.remarks.0.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: localeKey('todoActionList.previewFile.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: localeKey('todoActionList.previewFile.todoOptions.viewMode.label'),
127
+ label: '预览方式',
128
128
  type: 'RadioButton',
129
129
  defaultValue: 'popUp',
130
130
  props: {
131
131
  options: [{
132
- title: localeKey('todoActionList.previewFile.todoOptions.viewMode.props.options.0.title'),
132
+ title: '页面弹窗',
133
133
  value: 'popUp'
134
134
  }, {
135
- title: localeKey('todoActionList.previewFile.todoOptions.viewMode.props.options.1.title'),
135
+ title: '新标签页',
136
136
  value: 'newTab'
137
137
  }, {
138
- title: localeKey('todoActionList.previewFile.todoOptions.viewMode.props.options.2.title'),
138
+ title: '新窗口',
139
139
  value: 'window'
140
140
  }]
141
141
  }
142
142
  }, {
143
143
  key: 'modalWidth',
144
- label: localeKey('todoActionList.previewFile.todoOptions.modalWidth.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: localeKey('todoActionList.previewFile.todoOptions.modalHeight.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: localeKey('todoActionList.previewFile.classification.page.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: localeKey('todoEvents.willUnmount.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: localeKey('todoEvents.usePageEndRequest.remarks.0.label'),
188
+ label: '场景描述',
189
189
  content: localeKey('todoEvents.usePageEndRequest.remarks.0.content')
190
190
  }, {
191
- label: localeKey('todoEvents.usePageEndRequest.remarks.1.label'),
191
+ label: '适用场景',
192
192
  content: localeKey('todoEvents.usePageEndRequest.remarks.1.content')
193
193
  }]
194
194
  }],
195
195
  todoProps: {
196
196
  pageName: {
197
- label: localeKey('todoProps.pageName.label'),
197
+ label: '名称',
198
198
  type: 'Input',
199
- groupsName: localeKey('todoProps.pageName.groupsName'),
199
+ groupsName: '基础',
200
200
  props: {
201
201
  required: true
202
202
  }
203
203
  },
204
204
  pagePath: {
205
- label: localeKey('todoProps.pagePath.label'),
205
+ label: '路径',
206
206
  type: 'UrlInput',
207
- groupsName: localeKey('todoProps.pagePath.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: localeKey('todoProps.catalogItemId.label'),
219
+ label: '分组',
220
220
  type: 'CatalogTreeSelect',
221
- groupsName: localeKey('todoProps.catalogItemId.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: localeKey('todoProps.scenarioList.label'),
231
+ label: '适用场景',
232
232
  type: 'SelectScenarioPopover',
233
- groupsName: localeKey('todoProps.scenarioList.groupsName'),
233
+ groupsName: '基础',
234
234
  props: {
235
235
  options: []
236
236
  }
237
237
  },
238
238
  remark: {
239
- label: localeKey('todoProps.remark.label'),
239
+ label: '描述',
240
240
  type: 'Input',
241
- groupsName: localeKey('todoProps.remark.groupsName'),
241
+ groupsName: '基础',
242
242
  props: {}
243
243
  },
244
244
  chooseFuncComp: {
245
- label: localeKey('todoProps.chooseFuncComp.label'),
245
+ label: '功能组件',
246
246
  type: 'FuncCompSelect',
247
- groupsName: localeKey('todoProps.chooseFuncComp.groupsName'),
247
+ groupsName: '基础',
248
248
  props: {}
249
249
  },
250
250
  ignoreLogin: {
251
- label: localeKey('todoProps.ignoreLogin.label'),
251
+ label: '免登录',
252
252
  type: 'Switch',
253
- groupsName: localeKey('todoProps.ignoreLogin.groupsName'),
253
+ groupsName: '基础',
254
254
  props: {}
255
255
  },
256
256
  pageDynamicFlag: {
257
- label: localeKey('todoProps.pageDynamicFlag.label'),
257
+ label: '页面缓存',
258
258
  type: 'Switch',
259
- groupsName: localeKey('todoProps.pageDynamicFlag.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: localeKey('todoProps.isMenu.label'),
266
+ label: '设置为菜单',
267
267
  type: 'MenuSwitch',
268
- groupsName: localeKey('todoProps.isMenu.groupsName'),
268
+ groupsName: '基础',
269
269
  props: {
270
270
  description: localeKey('todoProps.isMenu.props.description')
271
271
  }
272
272
  },
273
273
  labels: {
274
- label: localeKey('todoProps.labels.label'),
274
+ label: '标签',
275
275
  type: 'ChooseTag',
276
- groupsName: localeKey('todoProps.labels.groupsName')
276
+ groupsName: '基础'
277
277
  },
278
278
  compState: {
279
- label: localeKey('todoProps.compState.label'),
279
+ label: '组件状态',
280
280
  type: 'ParamsDefine',
281
- groupsName: localeKey('todoProps.compState.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: localeKey('todoProps.routerData.label'),
299
+ label: '路由数据',
300
300
  type: 'ParamsDefine',
301
- groupsName: localeKey('todoProps.routerData.groupsName')
301
+ groupsName: '路由数据'
302
302
  }
303
303
  },
304
304
  todoStyles: {}