@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
@@ -21,29 +21,29 @@ var _default = exports.default = {
21
21
  // 根节点
22
22
  isBusiObjContainer: false,
23
23
  isContainer: false,
24
- label: localeKey('label'),
24
+ label: '页面',
25
25
  props: {
26
26
  pageDynamicFlag: false,
27
27
  catalogItemId: -1,
28
28
  ignoreLogin: false,
29
29
  searchParams: [{
30
- name: localeKey('props.searchParams.0.name'),
30
+ name: '业务主键',
31
31
  code: 'bizId'
32
32
  }, {
33
- name: localeKey('props.searchParams.1.name'),
33
+ name: '业务场景',
34
34
  code: 'sceneCode'
35
35
  }, {
36
- name: localeKey('props.searchParams.2.name'),
36
+ name: '业务数据',
37
37
  code: 'bizData'
38
38
  }],
39
39
  compState: [{
40
- name: localeKey('props.compState.0.name'),
40
+ name: '业务主键',
41
41
  code: 'bizId'
42
42
  }, {
43
- name: localeKey('props.compState.1.name'),
43
+ name: '业务场景',
44
44
  code: 'sceneCode'
45
45
  }, {
46
- name: localeKey('props.compState.2.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: localeKey('todoActionList.showMessage.label'),
59
+ label: '消息提示',
60
60
  todoOptions: [{
61
61
  key: 'type',
62
- label: localeKey('todoActionList.showMessage.todoOptions.type.label'),
62
+ label: '类型',
63
63
  type: 'Select',
64
64
  defaultValue: 'success',
65
65
  props: {
66
66
  options: [{
67
- title: localeKey('todoActionList.showMessage.todoOptions.type.props.options.0.title'),
67
+ title: '成功',
68
68
  value: 'success'
69
69
  }, {
70
- title: localeKey('todoActionList.showMessage.todoOptions.type.props.options.1.title'),
70
+ title: '提示',
71
71
  value: 'info'
72
72
  }, {
73
- title: localeKey('todoActionList.showMessage.todoOptions.type.props.options.2.title'),
73
+ title: '警告',
74
74
  value: 'warn'
75
75
  }, {
76
- title: localeKey('todoActionList.showMessage.todoOptions.type.props.options.3.title'),
76
+ title: '错误',
77
77
  value: 'error'
78
78
  }, {
79
- title: localeKey('todoActionList.showMessage.todoOptions.type.props.options.4.title'),
79
+ title: '加载动画',
80
80
  value: 'loading'
81
81
  }]
82
82
  }
83
83
  }, {
84
84
  key: 'icon',
85
- label: localeKey('todoActionList.showMessage.todoOptions.icon.label'),
85
+ label: '自定义图标',
86
86
  type: 'ChooseIcon',
87
87
  props: {
88
- placeholder: localeKey('todoActionList.showMessage.todoOptions.icon.props.placeholder')
88
+ placeholder: '请选择图标'
89
89
  }
90
90
  }, {
91
91
  key: 'value',
92
- label: localeKey('todoActionList.showMessage.todoOptions.value.label'),
92
+ label: '内容',
93
93
  type: 'SetExpression'
94
94
  }, {
95
95
  key: 'duration',
96
- label: localeKey('todoActionList.showMessage.todoOptions.duration.label'),
96
+ label: '加载时长',
97
97
  type: 'InputNumber',
98
98
  props: {
99
- addonAfter: localeKey('todoActionList.showMessage.todoOptions.duration.props.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: localeKey('todoActionList.showMessage.remarks.0.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: localeKey('todoActionList.previewFile.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: localeKey('todoActionList.previewFile.todoOptions.viewMode.label'),
133
+ label: '预览方式',
134
134
  type: 'RadioButton',
135
135
  defaultValue: 'popUp',
136
136
  props: {
137
137
  options: [{
138
- title: localeKey('todoActionList.previewFile.todoOptions.viewMode.props.options.0.title'),
138
+ title: '页面弹窗',
139
139
  value: 'popUp'
140
140
  }, {
141
- title: localeKey('todoActionList.previewFile.todoOptions.viewMode.props.options.1.title'),
141
+ title: '新标签页',
142
142
  value: 'newTab'
143
143
  }, {
144
- title: localeKey('todoActionList.previewFile.todoOptions.viewMode.props.options.2.title'),
144
+ title: '新窗口',
145
145
  value: 'window'
146
146
  }]
147
147
  }
148
148
  }, {
149
149
  key: 'modalWidth',
150
- label: localeKey('todoActionList.previewFile.todoOptions.modalWidth.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: localeKey('todoActionList.previewFile.todoOptions.modalHeight.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: localeKey('todoActionList.previewFile.classification.page.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: localeKey('todoEvents.willUnmount.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: localeKey('todoEvents.usePageEndRequest.remarks.0.label'),
194
+ label: '场景描述',
195
195
  content: localeKey('todoEvents.usePageEndRequest.remarks.0.content')
196
196
  }, {
197
- label: localeKey('todoEvents.usePageEndRequest.remarks.1.label'),
197
+ label: '适用场景',
198
198
  content: localeKey('todoEvents.usePageEndRequest.remarks.1.content')
199
199
  }]
200
200
  }],
201
201
  todoProps: {
202
202
  pageName: {
203
- label: localeKey('todoProps.pageName.label'),
203
+ label: '名称',
204
204
  type: 'Input',
205
- groupsName: localeKey('todoProps.pageName.groupsName'),
205
+ groupsName: '基础',
206
206
  props: {
207
207
  required: true
208
208
  }
209
209
  },
210
210
  pagePath: {
211
- label: localeKey('todoProps.pagePath.label'),
211
+ label: '路径',
212
212
  type: 'UrlInput',
213
- groupsName: localeKey('todoProps.pagePath.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: localeKey('todoProps.catalogItemId.label'),
225
+ label: '分组',
226
226
  type: 'CatalogTreeSelect',
227
- groupsName: localeKey('todoProps.catalogItemId.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: localeKey('todoProps.scenarioList.label'),
237
+ label: '适用场景',
238
238
  type: 'SelectScenarioPopover',
239
- groupsName: localeKey('todoProps.scenarioList.groupsName'),
239
+ groupsName: '基础',
240
240
  props: {
241
241
  options: []
242
242
  }
243
243
  },
244
244
  remark: {
245
- label: localeKey('todoProps.remark.label'),
245
+ label: '描述',
246
246
  type: 'Input',
247
- groupsName: localeKey('todoProps.remark.groupsName'),
247
+ groupsName: '基础',
248
248
  props: {}
249
249
  },
250
250
  chooseFuncComp: {
251
- label: localeKey('todoProps.chooseFuncComp.label'),
251
+ label: '功能组件',
252
252
  type: 'FuncCompSelect',
253
- groupsName: localeKey('todoProps.chooseFuncComp.groupsName'),
253
+ groupsName: '基础',
254
254
  props: {}
255
255
  },
256
256
  ignoreLogin: {
257
- label: localeKey('todoProps.ignoreLogin.label'),
257
+ label: '免登录',
258
258
  type: 'Switch',
259
- groupsName: localeKey('todoProps.ignoreLogin.groupsName'),
259
+ groupsName: '基础',
260
260
  props: {}
261
261
  },
262
262
  pageDynamicFlag: {
263
- label: localeKey('todoProps.pageDynamicFlag.label'),
263
+ label: '页面缓存',
264
264
  type: 'Switch',
265
- groupsName: localeKey('todoProps.pageDynamicFlag.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: localeKey('todoProps.isMenu.label'),
272
+ label: '设置为菜单',
273
273
  type: 'MenuSwitch',
274
- groupsName: localeKey('todoProps.isMenu.groupsName'),
274
+ groupsName: '基础',
275
275
  props: {
276
276
  description: localeKey('todoProps.isMenu.props.description')
277
277
  }
278
278
  },
279
279
  labels: {
280
- label: localeKey('todoProps.labels.label'),
280
+ label: '标签',
281
281
  type: 'ChooseTag',
282
- groupsName: localeKey('todoProps.labels.groupsName')
282
+ groupsName: '基础'
283
283
  },
284
284
  compState: {
285
- label: localeKey('todoProps.compState.label'),
285
+ label: '组件状态',
286
286
  type: 'ParamsDefine',
287
- groupsName: localeKey('todoProps.compState.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: localeKey('todoProps.routerData.label'),
305
+ label: '路由数据',
306
306
  type: 'ParamsDefine',
307
- groupsName: localeKey('todoProps.routerData.groupsName')
307
+ groupsName: '路由数据'
308
308
  }
309
309
  },
310
310
  todoStyles: {}