@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,18 +15,18 @@ export default {
15
15
  // 根节点
16
16
  isBusiObjContainer: false,
17
17
  isContainer: false,
18
- label: localeKey('label'),
18
+ label: '业务组件',
19
19
  props: {
20
20
  objType: 'app',
21
21
  catalogItemId: -1,
22
22
  searchParams: [{
23
- name: localeKey('props.searchParams.0.name'),
23
+ name: '业务主键',
24
24
  code: 'bizId'
25
25
  }, {
26
- name: localeKey('props.searchParams.1.name'),
26
+ name: '业务场景',
27
27
  code: 'sceneCode'
28
28
  }, {
29
- name: localeKey('props.searchParams.2.name'),
29
+ name: '业务数据',
30
30
  code: 'bizData'
31
31
  }]
32
32
  },
@@ -39,47 +39,47 @@ export default {
39
39
  groupsName: 'root',
40
40
  todoActionList: [{
41
41
  key: 'showMessage',
42
- label: localeKey('todoActionList.showMessage.label'),
42
+ label: '消息提示',
43
43
  todoOptions: [{
44
44
  key: 'type',
45
- label: localeKey('todoActionList.showMessage.todoOptions.type.label'),
45
+ label: '类型',
46
46
  type: 'Select',
47
47
  defaultValue: 'success',
48
48
  props: {
49
49
  options: [{
50
- title: localeKey('todoActionList.showMessage.todoOptions.type.props.options.0.title'),
50
+ title: '成功',
51
51
  value: 'success'
52
52
  }, {
53
- title: localeKey('todoActionList.showMessage.todoOptions.type.props.options.1.title'),
53
+ title: '提示',
54
54
  value: 'info'
55
55
  }, {
56
- title: localeKey('todoActionList.showMessage.todoOptions.type.props.options.2.title'),
56
+ title: '警告',
57
57
  value: 'warn'
58
58
  }, {
59
- title: localeKey('todoActionList.showMessage.todoOptions.type.props.options.3.title'),
59
+ title: '错误',
60
60
  value: 'error'
61
61
  }, {
62
- title: localeKey('todoActionList.showMessage.todoOptions.type.props.options.4.title'),
62
+ title: '加载动画',
63
63
  value: 'loading'
64
64
  }]
65
65
  }
66
66
  }, {
67
67
  key: 'icon',
68
- label: localeKey('todoActionList.showMessage.todoOptions.icon.label'),
68
+ label: '自定义图标',
69
69
  type: 'ChooseIcon',
70
70
  props: {
71
- placeholder: localeKey('todoActionList.showMessage.todoOptions.icon.props.placeholder')
71
+ placeholder: '请选择图标'
72
72
  }
73
73
  }, {
74
74
  key: 'value',
75
- label: localeKey('todoActionList.showMessage.todoOptions.value.label'),
75
+ label: '内容',
76
76
  type: 'SetExpression'
77
77
  }, {
78
78
  key: 'duration',
79
- label: localeKey('todoActionList.showMessage.todoOptions.duration.label'),
79
+ label: '加载时长',
80
80
  type: 'InputNumber',
81
81
  props: {
82
- addonAfter: localeKey('todoActionList.showMessage.todoOptions.duration.props.addonAfter'),
82
+ addonAfter: '',
83
83
  step: '0.01',
84
84
  formatter: function formatter(val) {
85
85
  return val ? val.match(/^\d+(?:\.\d{0,2})?/) : undefined;
@@ -100,12 +100,12 @@ export default {
100
100
  value: 'modal'
101
101
  }],
102
102
  remarks: [{
103
- label: localeKey('todoActionList.showMessage.remarks.0.label'),
103
+ label: '注意事项',
104
104
  content: localeKey('todoActionList.showMessage.remarks.0.content')
105
105
  }]
106
106
  }].concat(_toConsumableArray(getSystemTodoActionList('pc')), [{
107
107
  key: 'previewFile',
108
- label: localeKey('todoActionList.previewFile.label'),
108
+ label: '文件预览',
109
109
  todoOptions: [{
110
110
  key: 'fileId',
111
111
  label: localeKey('todoActionList.previewFile.todoOptions.fileId.label'),
@@ -113,24 +113,24 @@ export default {
113
113
  labelTip: localeKey('todoActionList.previewFile.todoOptions.fileId.labelTip')
114
114
  }, {
115
115
  key: 'viewMode',
116
- label: localeKey('todoActionList.previewFile.todoOptions.viewMode.label'),
116
+ label: '预览方式',
117
117
  type: 'RadioButton',
118
118
  defaultValue: 'popUp',
119
119
  props: {
120
120
  options: [{
121
- title: localeKey('todoActionList.previewFile.todoOptions.viewMode.props.options.0.title'),
121
+ title: '页面弹窗',
122
122
  value: 'popUp'
123
123
  }, {
124
- title: localeKey('todoActionList.previewFile.todoOptions.viewMode.props.options.1.title'),
124
+ title: '新标签页',
125
125
  value: 'newTab'
126
126
  }, {
127
- title: localeKey('todoActionList.previewFile.todoOptions.viewMode.props.options.2.title'),
127
+ title: '新窗口',
128
128
  value: 'window'
129
129
  }]
130
130
  }
131
131
  }, {
132
132
  key: 'modalWidth',
133
- label: localeKey('todoActionList.previewFile.todoOptions.modalWidth.label'),
133
+ label: '窗口宽度',
134
134
  type: 'SetExpression',
135
135
  defaultValue: '960',
136
136
  visibleFlag: 'viewMode',
@@ -138,7 +138,7 @@ export default {
138
138
  visibleFlagValue: ['window']
139
139
  }, {
140
140
  key: 'modalHeight',
141
- label: localeKey('todoActionList.previewFile.todoOptions.modalHeight.label'),
141
+ label: '窗口高度',
142
142
  type: 'SetExpression',
143
143
  defaultValue: '648',
144
144
  visibleFlag: 'viewMode',
@@ -146,7 +146,7 @@ export default {
146
146
  visibleFlagValue: ['window']
147
147
  }],
148
148
  classification: [{
149
- label: localeKey('todoActionList.previewFile.classification.page.label'),
149
+ label: '页面类',
150
150
  value: 'page'
151
151
  }]
152
152
  }, {
@@ -154,28 +154,28 @@ export default {
154
154
  label: localeKey('todoActionList.callNotStatedCustomFunc.label'),
155
155
  todoOptions: [{
156
156
  key: 'funcName',
157
- label: localeKey('todoActionList.callNotStatedCustomFunc.todoOptions.funcName.label'),
157
+ label: '事件',
158
158
  type: 'SelectCompFunction',
159
159
  props: {
160
160
  titleLink: [{
161
- title: localeKey('todoActionList.callNotStatedCustomFunc.todoOptions.funcName.props.titleLink.0.title'),
161
+ title: '刷新',
162
162
  value: 'refresh',
163
163
  key: 'refresh'
164
164
  }]
165
165
  }
166
166
  }, {
167
167
  key: 'funcParams',
168
- label: localeKey('todoActionList.callNotStatedCustomFunc.todoOptions.funcParams.label'),
168
+ label: '事件入参',
169
169
  type: 'SetCustomParams',
170
170
  props: {}
171
171
  }],
172
172
  todoCallbacks: ['callback1', 'callback2'],
173
173
  classification: [{
174
- label: localeKey('todoActionList.callNotStatedCustomFunc.classification.communicate.label'),
174
+ label: '数据通信',
175
175
  value: 'communicate'
176
176
  }],
177
177
  // remarks: [{
178
- // label: localeKey('todoActionList.callNotStatedCustomFunc.remarks.0.label'),
178
+ // label: '注意事项',
179
179
  // content: localeKey('todoActionList.callNotStatedCustomFunc.remarks.0.content'),
180
180
  // }],
181
181
  isAsync: true
@@ -188,13 +188,13 @@ export default {
188
188
  label: localeKey('todoEvents.useEffect.label')
189
189
  }, {
190
190
  value: 'willUnmount',
191
- label: localeKey('todoEvents.willUnmount.label')
191
+ label: '组件卸载'
192
192
  }],
193
193
  todoProps: {
194
194
  pageName: {
195
- label: localeKey('todoProps.pageName.label'),
195
+ label: '名称',
196
196
  type: 'Input',
197
- groupsName: localeKey('todoProps.pageName.groupsName'),
197
+ groupsName: '基础',
198
198
  props: {
199
199
  required: true
200
200
  }
@@ -214,26 +214,26 @@ export default {
214
214
  // },
215
215
  // },
216
216
  catalogItemId: {
217
- label: localeKey('todoProps.catalogItemId.label'),
217
+ label: '分组',
218
218
  type: 'CatalogTreeSelect',
219
- groupsName: localeKey('todoProps.catalogItemId.groupsName'),
219
+ groupsName: '基础',
220
220
  props: {
221
221
  required: true,
222
222
  options: []
223
223
  }
224
224
  },
225
225
  compState: {
226
- label: localeKey('todoProps.compState.label'),
226
+ label: '组件状态',
227
227
  type: 'ParamsDefine',
228
- groupsName: localeKey('todoProps.compState.groupsName')
228
+ groupsName: '组件状态'
229
229
  },
230
230
  compFunc: {
231
- label: localeKey('todoProps.compFunc.label'),
231
+ label: '方法',
232
232
  type: 'ParamsDefine',
233
- groupsName: localeKey('todoProps.compFunc.groupsName'),
233
+ groupsName: '方法',
234
234
  props: {
235
- codeLabel: localeKey('todoProps.compFunc.props.codeLabel'),
236
- nameLabel: localeKey('todoProps.compFunc.props.nameLabel')
235
+ codeLabel: '方法编码',
236
+ nameLabel: '方法名称'
237
237
  }
238
238
  }
239
239
  // busiCompAttrList: {
@@ -15,7 +15,7 @@ export default {
15
15
  // 根节点
16
16
  isBusiObjContainer: false,
17
17
  isContainer: false,
18
- label: localeKey('label'),
18
+ label: '抽屉',
19
19
  props: {
20
20
  width: 624,
21
21
  height: 300,
@@ -23,13 +23,13 @@ export default {
23
23
  footer: 1,
24
24
  closeOnClickOverlay: false,
25
25
  compState: [{
26
- name: localeKey('props.compState.0.name'),
26
+ name: '业务主键',
27
27
  code: 'bizId'
28
28
  }, {
29
- name: localeKey('props.compState.1.name'),
29
+ name: '业务场景',
30
30
  code: 'sceneCode'
31
31
  }, {
32
- name: localeKey('props.compState.2.name'),
32
+ name: '业务数据',
33
33
  code: 'bizData'
34
34
  }]
35
35
  },
@@ -42,47 +42,47 @@ export default {
42
42
  groupsName: 'root',
43
43
  todoActionList: [{
44
44
  key: 'showMessage',
45
- label: localeKey('todoActionList.showMessage.label'),
45
+ label: '消息提示',
46
46
  todoOptions: [{
47
47
  key: 'type',
48
- label: localeKey('todoActionList.showMessage.todoOptions.type.label'),
48
+ label: '类型',
49
49
  type: 'Select',
50
50
  defaultValue: 'success',
51
51
  props: {
52
52
  options: [{
53
- title: localeKey('todoActionList.showMessage.todoOptions.type.props.options.0.title'),
53
+ title: '成功',
54
54
  value: 'success'
55
55
  }, {
56
- title: localeKey('todoActionList.showMessage.todoOptions.type.props.options.1.title'),
56
+ title: '提示',
57
57
  value: 'info'
58
58
  }, {
59
- title: localeKey('todoActionList.showMessage.todoOptions.type.props.options.2.title'),
59
+ title: '警告',
60
60
  value: 'warn'
61
61
  }, {
62
- title: localeKey('todoActionList.showMessage.todoOptions.type.props.options.3.title'),
62
+ title: '错误',
63
63
  value: 'error'
64
64
  }, {
65
- title: localeKey('todoActionList.showMessage.todoOptions.type.props.options.4.title'),
65
+ title: '加载动画',
66
66
  value: 'loading'
67
67
  }]
68
68
  }
69
69
  }, {
70
70
  key: 'icon',
71
- label: localeKey('todoActionList.showMessage.todoOptions.icon.label'),
71
+ label: '自定义图标',
72
72
  type: 'ChooseIcon',
73
73
  props: {
74
- placeholder: localeKey('todoActionList.showMessage.todoOptions.icon.props.placeholder')
74
+ placeholder: '请选择图标'
75
75
  }
76
76
  }, {
77
77
  key: 'value',
78
- label: localeKey('todoActionList.showMessage.todoOptions.value.label'),
78
+ label: '内容',
79
79
  type: 'SetExpression'
80
80
  }, {
81
81
  key: 'duration',
82
- label: localeKey('todoActionList.showMessage.todoOptions.duration.label'),
82
+ label: '加载时长',
83
83
  type: 'InputNumber',
84
84
  props: {
85
- addonAfter: localeKey('todoActionList.showMessage.todoOptions.duration.props.addonAfter'),
85
+ addonAfter: '',
86
86
  step: '0.01',
87
87
  formatter: function formatter(val) {
88
88
  return val ? val.match(/^\d+(?:\.\d{0,2})?/) : undefined;
@@ -103,12 +103,12 @@ export default {
103
103
  value: 'modal'
104
104
  }],
105
105
  remarks: [{
106
- label: localeKey('todoActionList.showMessage.remarks.0.label'),
106
+ label: '注意事项',
107
107
  content: localeKey('todoActionList.showMessage.remarks.0.content')
108
108
  }]
109
109
  }].concat(_toConsumableArray(getSystemTodoActionList('pc', 'Drawer')), [{
110
110
  key: 'previewFile',
111
- label: localeKey('todoActionList.previewFile.label'),
111
+ label: '文件预览',
112
112
  todoOptions: [{
113
113
  key: 'fileId',
114
114
  label: localeKey('todoActionList.previewFile.todoOptions.fileId.label'),
@@ -116,24 +116,24 @@ export default {
116
116
  labelTip: localeKey('todoActionList.previewFile.todoOptions.fileId.labelTip')
117
117
  }, {
118
118
  key: 'viewMode',
119
- label: localeKey('todoActionList.previewFile.todoOptions.viewMode.label'),
119
+ label: '预览方式',
120
120
  type: 'RadioButton',
121
121
  defaultValue: 'popUp',
122
122
  props: {
123
123
  options: [{
124
- title: localeKey('todoActionList.previewFile.todoOptions.viewMode.props.options.0.title'),
124
+ title: '页面弹窗',
125
125
  value: 'popUp'
126
126
  }, {
127
- title: localeKey('todoActionList.previewFile.todoOptions.viewMode.props.options.1.title'),
127
+ title: '新标签页',
128
128
  value: 'newTab'
129
129
  }, {
130
- title: localeKey('todoActionList.previewFile.todoOptions.viewMode.props.options.2.title'),
130
+ title: '新窗口',
131
131
  value: 'window'
132
132
  }]
133
133
  }
134
134
  }, {
135
135
  key: 'modalWidth',
136
- label: localeKey('todoActionList.previewFile.todoOptions.modalWidth.label'),
136
+ label: '窗口宽度',
137
137
  type: 'SetExpression',
138
138
  defaultValue: '960',
139
139
  visibleFlag: 'viewMode',
@@ -141,7 +141,7 @@ export default {
141
141
  visibleFlagValue: ['window']
142
142
  }, {
143
143
  key: 'modalHeight',
144
- label: localeKey('todoActionList.previewFile.todoOptions.modalHeight.label'),
144
+ label: '窗口高度',
145
145
  type: 'SetExpression',
146
146
  defaultValue: '648',
147
147
  visibleFlag: 'viewMode',
@@ -149,7 +149,7 @@ export default {
149
149
  visibleFlagValue: ['window']
150
150
  }],
151
151
  classification: [{
152
- label: localeKey('todoActionList.previewFile.classification.page.label'),
152
+ label: '页面类',
153
153
  value: 'page'
154
154
  }]
155
155
  }]),
@@ -158,10 +158,10 @@ export default {
158
158
  label: localeKey('todoEvents.useEffect.label')
159
159
  }, {
160
160
  value: 'onOk',
161
- label: localeKey('todoEvents.onOk.label')
161
+ label: '点击确认'
162
162
  }, {
163
163
  value: 'onCancel',
164
- label: localeKey('todoEvents.onCancel.label')
164
+ label: '点击取消'
165
165
  }, {
166
166
  value: 'stateChange',
167
167
  label: localeKey('todoEvents.stateChange.label')
@@ -172,26 +172,26 @@ export default {
172
172
  value: 'usePageEndRequest',
173
173
  label: localeKey('todoEvents.usePageEndRequest.label'),
174
174
  remarks: [{
175
- label: localeKey('todoEvents.usePageEndRequest.remarks.0.label'),
175
+ label: '场景描述',
176
176
  content: localeKey('todoEvents.usePageEndRequest.remarks.0.content')
177
177
  }, {
178
- label: localeKey('todoEvents.usePageEndRequest.remarks.1.label'),
178
+ label: '适用场景',
179
179
  content: localeKey('todoEvents.usePageEndRequest.remarks.1.content')
180
180
  }]
181
181
  }],
182
182
  todoProps: {
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 @@ export 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,37 +215,37 @@ export default {
215
215
  }
216
216
  },
217
217
  drawerTitle: {
218
- label: localeKey('todoProps.drawerTitle.label'),
218
+ label: '推拉门标题',
219
219
  type: 'Input',
220
- groupsName: localeKey('todoProps.drawerTitle.groupsName'),
220
+ groupsName: '基础',
221
221
  istodoBind: true,
222
222
  props: {},
223
223
  enableI18n: true
224
224
  },
225
225
  placement: {
226
- label: localeKey('todoProps.placement.label'),
226
+ label: '抽屉方向',
227
227
  type: 'Select',
228
- groupsName: localeKey('todoProps.placement.groupsName'),
228
+ groupsName: '基础',
229
229
  props: {
230
230
  options: [{
231
231
  value: 'top',
232
- title: localeKey('todoProps.placement.props.options.0.title')
232
+ title: ''
233
233
  }, {
234
234
  value: 'right',
235
- title: localeKey('todoProps.placement.props.options.1.title')
235
+ title: ''
236
236
  }, {
237
237
  value: 'bottom',
238
- title: localeKey('todoProps.placement.props.options.2.title')
238
+ title: ''
239
239
  }, {
240
240
  value: 'left',
241
- title: localeKey('todoProps.placement.props.options.3.title')
241
+ title: ''
242
242
  }]
243
243
  }
244
244
  },
245
245
  width: {
246
- label: localeKey('todoProps.width.label'),
246
+ label: '推拉门宽度',
247
247
  type: 'Select',
248
- groupsName: localeKey('todoProps.width.groupsName'),
248
+ groupsName: '基础',
249
249
  props: {
250
250
  dependProps: {
251
251
  placement: ['right', 'left']
@@ -266,9 +266,9 @@ export default {
266
266
  }
267
267
  },
268
268
  height: {
269
- label: localeKey('todoProps.height.label'),
269
+ label: '推拉门高度',
270
270
  type: 'Select',
271
- groupsName: localeKey('todoProps.height.groupsName'),
271
+ groupsName: '基础',
272
272
  props: {
273
273
  dependProps: {
274
274
  placement: ['top', 'bottom']
@@ -289,42 +289,42 @@ export default {
289
289
  }
290
290
  },
291
291
  footer: {
292
- label: localeKey('todoProps.footer.label'),
292
+ label: '底部内容',
293
293
  type: 'Select',
294
- groupsName: localeKey('todoProps.footer.groupsName'),
294
+ groupsName: '基础',
295
295
  props: {
296
296
  options: [{
297
- title: localeKey('todoProps.footer.props.options.0.title'),
297
+ title: '显示',
298
298
  value: 1
299
299
  }, {
300
- title: localeKey('todoProps.footer.props.options.1.title'),
300
+ title: '隐藏',
301
301
  value: 0
302
302
  }]
303
303
  }
304
304
  },
305
305
  okText: {
306
- label: localeKey('todoProps.okText.label'),
306
+ label: '主按钮文本',
307
307
  type: 'Input',
308
- groupsName: localeKey('todoProps.okText.groupsName'),
308
+ groupsName: '基础',
309
309
  props: {},
310
310
  enableI18n: true
311
311
  },
312
312
  cancelText: {
313
- label: localeKey('todoProps.cancelText.label'),
313
+ label: '次按钮文本',
314
314
  type: 'Input',
315
- groupsName: localeKey('todoProps.cancelText.groupsName'),
315
+ groupsName: '基础',
316
316
  enableI18n: true
317
317
  },
318
318
  scenarioList: {
319
- label: localeKey('todoProps.scenarioList.label'),
319
+ label: '适用场景',
320
320
  type: 'SelectScenarioPopover',
321
- groupsName: localeKey('todoProps.scenarioList.groupsName'),
321
+ groupsName: '基础',
322
322
  props: {
323
323
  options: []
324
324
  }
325
325
  },
326
326
  closeOnClickOverlay: {
327
- label: localeKey('todoProps.closeOnClickOverlay.label'),
327
+ label: '关闭方式',
328
328
  type: 'Select',
329
329
  props: {
330
330
  inhibitBtn: true,
@@ -338,20 +338,20 @@ export default {
338
338
  }
339
339
  },
340
340
  ignoreLogin: {
341
- label: localeKey('todoProps.ignoreLogin.label'),
341
+ label: '免登录',
342
342
  type: 'Switch',
343
- groupsName: localeKey('todoProps.ignoreLogin.groupsName'),
343
+ groupsName: '基础',
344
344
  props: {}
345
345
  },
346
346
  labels: {
347
- label: localeKey('todoProps.labels.label'),
347
+ label: '标签',
348
348
  type: 'ChooseTag',
349
- groupsName: localeKey('todoProps.labels.groupsName')
349
+ groupsName: '基础'
350
350
  },
351
351
  compState: {
352
- label: localeKey('todoProps.compState.label'),
352
+ label: '组件状态',
353
353
  type: 'ParamsDefine',
354
- groupsName: localeKey('todoProps.compState.groupsName')
354
+ groupsName: '组件状态'
355
355
  }
356
356
  },
357
357
  todoStyles: {}