@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,7 +21,7 @@ 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
  catalogItemId: -1,
27
27
  width: 624,
@@ -30,13 +30,13 @@ var _default = exports.default = {
30
30
  closeOnClickOverlay: false,
31
31
  footer: 1,
32
32
  compState: [{
33
- name: localeKey('props.compState.0.name'),
33
+ name: '业务主键',
34
34
  code: 'bizId'
35
35
  }, {
36
- name: localeKey('props.compState.1.name'),
36
+ name: '业务场景',
37
37
  code: 'sceneCode'
38
38
  }, {
39
- name: localeKey('props.compState.2.name'),
39
+ name: '业务数据',
40
40
  code: 'bizData'
41
41
  }]
42
42
  },
@@ -49,47 +49,47 @@ var _default = exports.default = {
49
49
  groupsName: 'root',
50
50
  todoActionList: [{
51
51
  key: 'showMessage',
52
- label: localeKey('todoActionList.showMessage.label'),
52
+ label: '消息提示',
53
53
  todoOptions: [{
54
54
  key: 'type',
55
- label: localeKey('todoActionList.showMessage.todoOptions.type.label'),
55
+ label: '类型',
56
56
  type: 'Select',
57
57
  defaultValue: 'success',
58
58
  props: {
59
59
  options: [{
60
- title: localeKey('todoActionList.showMessage.todoOptions.type.props.options.0.title'),
60
+ title: '成功',
61
61
  value: 'success'
62
62
  }, {
63
- title: localeKey('todoActionList.showMessage.todoOptions.type.props.options.1.title'),
63
+ title: '提示',
64
64
  value: 'info'
65
65
  }, {
66
- title: localeKey('todoActionList.showMessage.todoOptions.type.props.options.2.title'),
66
+ title: '警告',
67
67
  value: 'warn'
68
68
  }, {
69
- title: localeKey('todoActionList.showMessage.todoOptions.type.props.options.3.title'),
69
+ title: '错误',
70
70
  value: 'error'
71
71
  }, {
72
- title: localeKey('todoActionList.showMessage.todoOptions.type.props.options.4.title'),
72
+ title: '加载动画',
73
73
  value: 'loading'
74
74
  }]
75
75
  }
76
76
  }, {
77
77
  key: 'icon',
78
- label: localeKey('todoActionList.showMessage.todoOptions.icon.label'),
78
+ label: '自定义图标',
79
79
  type: 'ChooseIcon',
80
80
  props: {
81
- placeholder: localeKey('todoActionList.showMessage.todoOptions.icon.props.placeholder')
81
+ placeholder: '请选择图标'
82
82
  }
83
83
  }, {
84
84
  key: 'value',
85
- label: localeKey('todoActionList.showMessage.todoOptions.value.label'),
85
+ label: '内容',
86
86
  type: 'SetExpression'
87
87
  }, {
88
88
  key: 'duration',
89
- label: localeKey('todoActionList.showMessage.todoOptions.duration.label'),
89
+ label: '加载时长',
90
90
  type: 'InputNumber',
91
91
  props: {
92
- addonAfter: localeKey('todoActionList.showMessage.todoOptions.duration.props.addonAfter'),
92
+ addonAfter: '',
93
93
  step: '0.01',
94
94
  formatter: function formatter(val) {
95
95
  return val ? val.match(/^\d+(?:\.\d{0,2})?/) : undefined;
@@ -110,12 +110,12 @@ var _default = exports.default = {
110
110
  value: 'modal'
111
111
  }],
112
112
  remarks: [{
113
- label: localeKey('todoActionList.showMessage.remarks.0.label'),
113
+ label: '注意事项',
114
114
  content: localeKey('todoActionList.showMessage.remarks.0.content')
115
115
  }]
116
116
  }].concat(_toConsumableArray((0, _todoActionList.getSystemTodoActionList)('pc', 'Modal')), [{
117
117
  key: 'previewFile',
118
- label: localeKey('todoActionList.previewFile.label'),
118
+ label: '文件预览',
119
119
  todoOptions: [{
120
120
  key: 'fileId',
121
121
  label: localeKey('todoActionList.previewFile.todoOptions.fileId.label'),
@@ -123,24 +123,24 @@ var _default = exports.default = {
123
123
  labelTip: localeKey('todoActionList.previewFile.todoOptions.fileId.labelTip')
124
124
  }, {
125
125
  key: 'viewMode',
126
- label: localeKey('todoActionList.previewFile.todoOptions.viewMode.label'),
126
+ label: '预览方式',
127
127
  type: 'RadioButton',
128
128
  defaultValue: 'popUp',
129
129
  props: {
130
130
  options: [{
131
- title: localeKey('todoActionList.previewFile.todoOptions.viewMode.props.options.0.title'),
131
+ title: '页面弹窗',
132
132
  value: 'popUp'
133
133
  }, {
134
- title: localeKey('todoActionList.previewFile.todoOptions.viewMode.props.options.1.title'),
134
+ title: '新标签页',
135
135
  value: 'newTab'
136
136
  }, {
137
- title: localeKey('todoActionList.previewFile.todoOptions.viewMode.props.options.2.title'),
137
+ title: '新窗口',
138
138
  value: 'window'
139
139
  }]
140
140
  }
141
141
  }, {
142
142
  key: 'modalWidth',
143
- label: localeKey('todoActionList.previewFile.todoOptions.modalWidth.label'),
143
+ label: '窗口宽度',
144
144
  type: 'SetExpression',
145
145
  defaultValue: '960',
146
146
  visibleFlag: 'viewMode',
@@ -148,7 +148,7 @@ var _default = exports.default = {
148
148
  visibleFlagValue: ['window']
149
149
  }, {
150
150
  key: 'modalHeight',
151
- label: localeKey('todoActionList.previewFile.todoOptions.modalHeight.label'),
151
+ label: '窗口高度',
152
152
  type: 'SetExpression',
153
153
  defaultValue: '648',
154
154
  visibleFlag: 'viewMode',
@@ -156,22 +156,22 @@ var _default = exports.default = {
156
156
  visibleFlagValue: ['window']
157
157
  }],
158
158
  classification: [{
159
- label: localeKey('todoActionList.previewFile.classification.page.label'),
159
+ label: '页面类',
160
160
  value: 'page'
161
161
  }]
162
162
  }]),
163
163
  todoEvents: [{
164
164
  value: 'useEffect',
165
- label: localeKey('todoEvents.useEffect.label')
165
+ label: '弹窗打开后'
166
166
  }, {
167
167
  value: 'willUnmount',
168
- label: localeKey('todoEvents.willUnmount.label')
168
+ label: '弹窗关闭前'
169
169
  }, {
170
170
  value: 'onOk',
171
- label: localeKey('todoEvents.onOk.label')
171
+ label: '点击确认'
172
172
  }, {
173
173
  value: 'onCancel',
174
- label: localeKey('todoEvents.onCancel.label')
174
+ label: '点击取消'
175
175
  }, {
176
176
  value: 'stateChange',
177
177
  label: localeKey('todoEvents.stateChange.label')
@@ -179,26 +179,26 @@ var _default = exports.default = {
179
179
  value: 'usePageEndRequest',
180
180
  label: localeKey('todoEvents.usePageEndRequest.label'),
181
181
  remarks: [{
182
- label: localeKey('todoEvents.usePageEndRequest.remarks.0.label'),
182
+ label: '场景描述',
183
183
  content: localeKey('todoEvents.usePageEndRequest.remarks.0.content')
184
184
  }, {
185
- label: localeKey('todoEvents.usePageEndRequest.remarks.1.label'),
185
+ label: '适用场景',
186
186
  content: localeKey('todoEvents.usePageEndRequest.remarks.1.content')
187
187
  }]
188
188
  }],
189
189
  todoProps: {
190
190
  pageName: {
191
- label: localeKey('todoProps.pageName.label'),
191
+ label: '名称',
192
192
  type: 'Input',
193
- groupsName: localeKey('todoProps.pageName.groupsName'),
193
+ groupsName: '基础',
194
194
  props: {
195
195
  required: true
196
196
  }
197
197
  },
198
198
  pagePath: {
199
- label: localeKey('todoProps.pagePath.label'),
199
+ label: '路径',
200
200
  type: 'UrlInput',
201
- groupsName: localeKey('todoProps.pagePath.groupsName'),
201
+ groupsName: '基础',
202
202
  props: {
203
203
  required: true,
204
204
  placeholder: localeKey('todoProps.pagePath.props.placeholder'),
@@ -210,9 +210,9 @@ var _default = exports.default = {
210
210
  }
211
211
  },
212
212
  catalogItemId: {
213
- label: localeKey('todoProps.catalogItemId.label'),
213
+ label: '分组',
214
214
  type: 'CatalogTreeSelect',
215
- groupsName: localeKey('todoProps.catalogItemId.groupsName'),
215
+ groupsName: '基础',
216
216
  props: {
217
217
  required: true,
218
218
  options: [],
@@ -222,17 +222,17 @@ var _default = exports.default = {
222
222
  }
223
223
  },
224
224
  modalTitle: {
225
- label: localeKey('todoProps.modalTitle.label'),
225
+ label: '弹窗标题',
226
226
  type: 'Input',
227
- groupsName: localeKey('todoProps.modalTitle.groupsName'),
227
+ groupsName: '基础',
228
228
  istodoBind: true,
229
229
  props: {},
230
230
  enableI18n: true
231
231
  },
232
232
  width: {
233
- label: localeKey('todoProps.width.label'),
233
+ label: '弹窗大小',
234
234
  type: 'Select',
235
- groupsName: localeKey('todoProps.width.groupsName'),
235
+ groupsName: '基础',
236
236
  props: {
237
237
  options: [{
238
238
  value: 560,
@@ -248,14 +248,14 @@ var _default = exports.default = {
248
248
  title: localeKey('todoProps.width.props.options.3.title')
249
249
  }, {
250
250
  value: 'custom',
251
- title: localeKey('todoProps.width.props.options.4.title')
251
+ title: '自定义'
252
252
  }]
253
253
  }
254
254
  },
255
255
  customWidth: {
256
- label: localeKey('todoProps.customWidth.label'),
256
+ label: '宽度',
257
257
  type: 'InputNumber',
258
- groupsName: localeKey('todoProps.customWidth.groupsName'),
258
+ groupsName: '基础',
259
259
  props: {
260
260
  min: 1,
261
261
  max: 3000,
@@ -264,9 +264,9 @@ var _default = exports.default = {
264
264
  }
265
265
  },
266
266
  customHeight: {
267
- label: localeKey('todoProps.customHeight.label'),
267
+ label: '高度',
268
268
  type: 'InputNumber',
269
- groupsName: localeKey('todoProps.customHeight.groupsName'),
269
+ groupsName: '基础',
270
270
  props: {
271
271
  min: 1,
272
272
  max: 3000,
@@ -275,42 +275,42 @@ var _default = exports.default = {
275
275
  }
276
276
  },
277
277
  footer: {
278
- label: localeKey('todoProps.footer.label'),
278
+ label: '底部内容',
279
279
  type: 'Select',
280
- groupsName: localeKey('todoProps.footer.groupsName'),
280
+ groupsName: '基础',
281
281
  props: {
282
282
  options: [{
283
- title: localeKey('todoProps.footer.props.options.0.title'),
283
+ title: '显示',
284
284
  value: 1
285
285
  }, {
286
- title: localeKey('todoProps.footer.props.options.1.title'),
286
+ title: '隐藏',
287
287
  value: 0
288
288
  }]
289
289
  }
290
290
  },
291
291
  okText: {
292
- label: localeKey('todoProps.okText.label'),
292
+ label: '主按钮文本',
293
293
  type: 'Input',
294
- groupsName: localeKey('todoProps.okText.groupsName'),
294
+ groupsName: '基础',
295
295
  props: {},
296
296
  enableI18n: true
297
297
  },
298
298
  cancelText: {
299
- label: localeKey('todoProps.cancelText.label'),
299
+ label: '次按钮文本',
300
300
  type: 'Input',
301
- groupsName: localeKey('todoProps.cancelText.groupsName'),
301
+ groupsName: '基础',
302
302
  enableI18n: true
303
303
  },
304
304
  scenarioList: {
305
- label: localeKey('todoProps.scenarioList.label'),
305
+ label: '适用场景',
306
306
  type: 'SelectScenarioPopover',
307
- groupsName: localeKey('todoProps.scenarioList.groupsName'),
307
+ groupsName: '基础',
308
308
  props: {
309
309
  options: []
310
310
  }
311
311
  },
312
312
  closeOnClickOverlay: {
313
- label: localeKey('todoProps.closeOnClickOverlay.label'),
313
+ label: '关闭方式',
314
314
  type: 'Select',
315
315
  props: {
316
316
  inhibitBtn: true,
@@ -324,20 +324,20 @@ var _default = exports.default = {
324
324
  }
325
325
  },
326
326
  ignoreLogin: {
327
- label: localeKey('todoProps.ignoreLogin.label'),
327
+ label: '免登录',
328
328
  type: 'Switch',
329
- groupsName: localeKey('todoProps.ignoreLogin.groupsName'),
329
+ groupsName: '基础',
330
330
  props: {}
331
331
  },
332
332
  labels: {
333
- label: localeKey('todoProps.labels.label'),
333
+ label: '标签',
334
334
  type: 'ChooseTag',
335
- groupsName: localeKey('todoProps.labels.groupsName')
335
+ groupsName: '基础'
336
336
  },
337
337
  compState: {
338
- label: localeKey('todoProps.compState.label'),
338
+ label: '组件状态',
339
339
  type: 'ParamsDefine',
340
- groupsName: localeKey('todoProps.compState.groupsName')
340
+ groupsName: '组件状态'
341
341
  }
342
342
  },
343
343
  todoStyles: {}
@@ -21,7 +21,7 @@ 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
  catalogItemId: -1,
27
27
  width: 624,
@@ -30,7 +30,7 @@ var _default = exports.default = {
30
30
  closeOnClickOverlay: true,
31
31
  footer: 1,
32
32
  compState: [{
33
- name: localeKey('props.compState.0.name'),
33
+ name: '业务主键',
34
34
  code: 'bizId'
35
35
  }]
36
36
  },
@@ -43,47 +43,47 @@ var _default = exports.default = {
43
43
  groupsName: 'root',
44
44
  todoActionList: [{
45
45
  key: 'showMessage',
46
- label: localeKey('todoActionList.showMessage.label'),
46
+ label: '消息提示',
47
47
  todoOptions: [{
48
48
  key: 'type',
49
- label: localeKey('todoActionList.showMessage.todoOptions.type.label'),
49
+ label: '类型',
50
50
  type: 'Select',
51
51
  defaultValue: 'success',
52
52
  props: {
53
53
  options: [{
54
- title: localeKey('todoActionList.showMessage.todoOptions.type.props.options.0.title'),
54
+ title: '成功',
55
55
  value: 'success'
56
56
  }, {
57
- title: localeKey('todoActionList.showMessage.todoOptions.type.props.options.1.title'),
57
+ title: '提示',
58
58
  value: 'info'
59
59
  }, {
60
- title: localeKey('todoActionList.showMessage.todoOptions.type.props.options.2.title'),
60
+ title: '警告',
61
61
  value: 'warn'
62
62
  }, {
63
- title: localeKey('todoActionList.showMessage.todoOptions.type.props.options.3.title'),
63
+ title: '错误',
64
64
  value: 'error'
65
65
  }, {
66
- title: localeKey('todoActionList.showMessage.todoOptions.type.props.options.4.title'),
66
+ title: '加载动画',
67
67
  value: 'loading'
68
68
  }]
69
69
  }
70
70
  }, {
71
71
  key: 'icon',
72
- label: localeKey('todoActionList.showMessage.todoOptions.icon.label'),
72
+ label: '自定义图标',
73
73
  type: 'ChooseIcon',
74
74
  props: {
75
- placeholder: localeKey('todoActionList.showMessage.todoOptions.icon.props.placeholder')
75
+ placeholder: '请选择图标'
76
76
  }
77
77
  }, {
78
78
  key: 'value',
79
- label: localeKey('todoActionList.showMessage.todoOptions.value.label'),
79
+ label: '内容',
80
80
  type: 'SetExpression'
81
81
  }, {
82
82
  key: 'duration',
83
- label: localeKey('todoActionList.showMessage.todoOptions.duration.label'),
83
+ label: '加载时长',
84
84
  type: 'InputNumber',
85
85
  props: {
86
- addonAfter: localeKey('todoActionList.showMessage.todoOptions.duration.props.addonAfter'),
86
+ addonAfter: '',
87
87
  step: '0.01',
88
88
  formatter: function formatter(val) {
89
89
  return val ? val.match(/^\d+(?:\.\d{0,2})?/) : undefined;
@@ -104,12 +104,12 @@ var _default = exports.default = {
104
104
  value: 'modal'
105
105
  }],
106
106
  remarks: [{
107
- label: localeKey('todoActionList.showMessage.remarks.0.label'),
107
+ label: '注意事项',
108
108
  content: localeKey('todoActionList.showMessage.remarks.0.content')
109
109
  }]
110
110
  }].concat(_toConsumableArray((0, _todoActionList.getSystemTodoActionList)('pc')), [{
111
111
  key: 'previewFile',
112
- label: localeKey('todoActionList.previewFile.label'),
112
+ label: '文件预览',
113
113
  todoOptions: [{
114
114
  key: 'fileId',
115
115
  label: localeKey('todoActionList.previewFile.todoOptions.fileId.label'),
@@ -117,24 +117,24 @@ var _default = exports.default = {
117
117
  labelTip: localeKey('todoActionList.previewFile.todoOptions.fileId.labelTip')
118
118
  }, {
119
119
  key: 'viewMode',
120
- label: localeKey('todoActionList.previewFile.todoOptions.viewMode.label'),
120
+ label: '预览方式',
121
121
  type: 'RadioButton',
122
122
  defaultValue: 'popUp',
123
123
  props: {
124
124
  options: [{
125
- title: localeKey('todoActionList.previewFile.todoOptions.viewMode.props.options.0.title'),
125
+ title: '页面弹窗',
126
126
  value: 'popUp'
127
127
  }, {
128
- title: localeKey('todoActionList.previewFile.todoOptions.viewMode.props.options.1.title'),
128
+ title: '新标签页',
129
129
  value: 'newTab'
130
130
  }, {
131
- title: localeKey('todoActionList.previewFile.todoOptions.viewMode.props.options.2.title'),
131
+ title: '新窗口',
132
132
  value: 'window'
133
133
  }]
134
134
  }
135
135
  }, {
136
136
  key: 'modalWidth',
137
- label: localeKey('todoActionList.previewFile.todoOptions.modalWidth.label'),
137
+ label: '窗口宽度',
138
138
  type: 'SetExpression',
139
139
  defaultValue: '960',
140
140
  visibleFlag: 'viewMode',
@@ -142,7 +142,7 @@ var _default = exports.default = {
142
142
  visibleFlagValue: ['window']
143
143
  }, {
144
144
  key: 'modalHeight',
145
- label: localeKey('todoActionList.previewFile.todoOptions.modalHeight.label'),
145
+ label: '窗口高度',
146
146
  type: 'SetExpression',
147
147
  defaultValue: '648',
148
148
  visibleFlag: 'viewMode',
@@ -150,7 +150,7 @@ var _default = exports.default = {
150
150
  visibleFlagValue: ['window']
151
151
  }],
152
152
  classification: [{
153
- label: localeKey('todoActionList.previewFile.classification.page.label'),
153
+ label: '页面类',
154
154
  value: 'page'
155
155
  }]
156
156
  }]),
@@ -162,36 +162,36 @@ var _default = exports.default = {
162
162
  label: localeKey('todoEvents.stateChange.label')
163
163
  }, {
164
164
  value: 'willUnmount',
165
- label: localeKey('todoEvents.willUnmount.label')
165
+ label: '浮窗关闭'
166
166
  }, {
167
167
  value: 'usePageEndRequest',
168
168
  label: localeKey('todoEvents.usePageEndRequest.label'),
169
169
  remarks: [{
170
- label: localeKey('todoEvents.usePageEndRequest.remarks.0.label'),
170
+ label: '场景描述',
171
171
  content: localeKey('todoEvents.usePageEndRequest.remarks.0.content')
172
172
  }, {
173
- label: localeKey('todoEvents.usePageEndRequest.remarks.1.label'),
173
+ label: '适用场景',
174
174
  content: localeKey('todoEvents.usePageEndRequest.remarks.1.content')
175
175
  }]
176
176
  }],
177
177
  todoProps: {
178
178
  showTitle: {
179
- label: localeKey('todoProps.showTitle.label'),
179
+ label: '显示标题',
180
180
  type: 'Checkbox',
181
- groupsName: localeKey('todoProps.showTitle.groupsName')
181
+ groupsName: '基础'
182
182
  },
183
183
  pageName: {
184
- label: localeKey('todoProps.pageName.label'),
184
+ label: '名称',
185
185
  type: 'Input',
186
- groupsName: localeKey('todoProps.pageName.groupsName'),
186
+ groupsName: '基础',
187
187
  props: {
188
188
  required: true
189
189
  }
190
190
  },
191
191
  pagePath: {
192
- label: localeKey('todoProps.pagePath.label'),
192
+ label: '路径',
193
193
  type: 'UrlInput',
194
- groupsName: localeKey('todoProps.pagePath.groupsName'),
194
+ groupsName: '基础',
195
195
  props: {
196
196
  required: true,
197
197
  placeholder: localeKey('todoProps.pagePath.props.placeholder'),
@@ -203,9 +203,9 @@ var _default = exports.default = {
203
203
  }
204
204
  },
205
205
  catalogItemId: {
206
- label: localeKey('todoProps.catalogItemId.label'),
206
+ label: '分组',
207
207
  type: 'CatalogTreeSelect',
208
- groupsName: localeKey('todoProps.catalogItemId.groupsName'),
208
+ groupsName: '基础',
209
209
  props: {
210
210
  required: true,
211
211
  options: [],
@@ -215,28 +215,28 @@ var _default = exports.default = {
215
215
  }
216
216
  },
217
217
  scenarioList: {
218
- label: localeKey('todoProps.scenarioList.label'),
218
+ label: '适用场景',
219
219
  type: 'SelectScenarioPopover',
220
- groupsName: localeKey('todoProps.scenarioList.groupsName'),
220
+ groupsName: '基础',
221
221
  props: {
222
222
  options: []
223
223
  }
224
224
  },
225
225
  ignoreLogin: {
226
- label: localeKey('todoProps.ignoreLogin.label'),
226
+ label: '免登录',
227
227
  type: 'Switch',
228
- groupsName: localeKey('todoProps.ignoreLogin.groupsName'),
228
+ groupsName: '基础',
229
229
  props: {}
230
230
  },
231
231
  labels: {
232
- label: localeKey('todoProps.labels.label'),
232
+ label: '标签',
233
233
  type: 'ChooseTag',
234
- groupsName: localeKey('todoProps.labels.groupsName')
234
+ groupsName: '基础'
235
235
  },
236
236
  compState: {
237
- label: localeKey('todoProps.compState.label'),
237
+ label: '组件状态',
238
238
  type: 'ParamsDefine',
239
- groupsName: localeKey('todoProps.compState.groupsName')
239
+ groupsName: '组件状态'
240
240
  }
241
241
  },
242
242
  todoStyles: {}