@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
  width: '50vw',
27
27
  height: '50vh',
@@ -32,10 +32,10 @@ var _default = exports.default = {
32
32
  destroyOnClose: true,
33
33
  showCloseButton: true,
34
34
  compState: [{
35
- name: localeKey('props.compState.0.name'),
35
+ name: '业务主键',
36
36
  code: 'bizId'
37
37
  }, {
38
- name: localeKey('props.compState.1.name'),
38
+ name: '业务场景',
39
39
  code: 'sceneCode'
40
40
  }]
41
41
  },
@@ -48,7 +48,7 @@ var _default = exports.default = {
48
48
  groupsName: 'root',
49
49
  todoActionList: [].concat(_toConsumableArray((0, _todoActionList.getSystemTodoActionList)('mobile')), [{
50
50
  key: 'previewFile',
51
- label: localeKey('todoActionList.previewFile.label'),
51
+ label: '文件预览',
52
52
  todoOptions: [{
53
53
  key: 'fileId',
54
54
  label: localeKey('todoActionList.previewFile.todoOptions.fileId.label'),
@@ -56,13 +56,13 @@ var _default = exports.default = {
56
56
  labelTip: localeKey('todoActionList.previewFile.todoOptions.fileId.labelTip')
57
57
  }],
58
58
  classification: [{
59
- label: localeKey('todoActionList.previewFile.classification.page.label'),
59
+ label: '页面类',
60
60
  value: 'page'
61
61
  }]
62
62
  }]),
63
63
  todoEvents: [{
64
64
  value: 'useEffect',
65
- label: localeKey('todoEvents.useEffect.label')
65
+ label: '弹窗打开后'
66
66
  }, {
67
67
  value: 'stateChange',
68
68
  label: localeKey('todoEvents.stateChange.label')
@@ -70,26 +70,26 @@ var _default = exports.default = {
70
70
  value: 'usePageEndRequest',
71
71
  label: localeKey('todoEvents.usePageEndRequest.label'),
72
72
  remarks: [{
73
- label: localeKey('todoEvents.usePageEndRequest.remarks.0.label'),
73
+ label: '场景描述',
74
74
  content: localeKey('todoEvents.usePageEndRequest.remarks.0.content')
75
75
  }, {
76
- label: localeKey('todoEvents.usePageEndRequest.remarks.1.label'),
76
+ label: '适用场景',
77
77
  content: localeKey('todoEvents.usePageEndRequest.remarks.1.content')
78
78
  }]
79
79
  }],
80
80
  todoProps: {
81
81
  pageName: {
82
- label: localeKey('todoProps.pageName.label'),
82
+ label: '名称',
83
83
  type: 'Input',
84
- groupsName: localeKey('todoProps.pageName.groupsName'),
84
+ groupsName: '基础',
85
85
  props: {
86
86
  required: true
87
87
  }
88
88
  },
89
89
  pagePath: {
90
- label: localeKey('todoProps.pagePath.label'),
90
+ label: '路径',
91
91
  type: 'UrlInput',
92
- groupsName: localeKey('todoProps.pagePath.groupsName'),
92
+ groupsName: '基础',
93
93
  props: {
94
94
  required: true,
95
95
  placeholder: localeKey('todoProps.pagePath.props.placeholder'),
@@ -101,9 +101,9 @@ var _default = exports.default = {
101
101
  }
102
102
  },
103
103
  catalogItemId: {
104
- label: localeKey('todoProps.catalogItemId.label'),
104
+ label: '分组',
105
105
  type: 'CatalogTreeSelect',
106
- groupsName: localeKey('todoProps.catalogItemId.groupsName'),
106
+ groupsName: '基础',
107
107
  props: {
108
108
  required: true,
109
109
  options: [],
@@ -113,39 +113,39 @@ var _default = exports.default = {
113
113
  }
114
114
  },
115
115
  scenarioList: {
116
- label: localeKey('todoProps.scenarioList.label'),
116
+ label: '适用场景',
117
117
  type: 'SelectScenarioPopover',
118
- groupsName: localeKey('todoProps.scenarioList.groupsName'),
118
+ groupsName: '基础',
119
119
  props: {
120
120
  options: []
121
121
  }
122
122
  },
123
123
  mode: {
124
- label: localeKey('todoProps.mode.label'),
124
+ label: '显示模式',
125
125
  type: 'Select',
126
- groupsName: localeKey('todoProps.mode.groupsName'),
126
+ groupsName: '基础',
127
127
  props: {
128
128
  options: [{
129
- title: localeKey('todoProps.mode.props.options.0.title'),
129
+ title: '弹窗',
130
130
  value: 'alert'
131
131
  }, {
132
- title: localeKey('todoProps.mode.props.options.1.title'),
132
+ title: '浮层',
133
133
  value: 'popup'
134
134
  }, {
135
- title: localeKey('todoProps.mode.props.options.2.title'),
135
+ title: '下拉',
136
136
  value: 'dropdown'
137
137
  }, {
138
- title: localeKey('todoProps.mode.props.options.3.title'),
138
+ title: '从左侧滑出',
139
139
  value: 'sliderLeft'
140
140
  }, {
141
- title: localeKey('todoProps.mode.props.options.4.title'),
141
+ title: '从右侧滑出',
142
142
  value: 'sliderRight'
143
143
  }]
144
144
  }
145
145
  },
146
146
  width: {
147
- label: localeKey('todoProps.width.label'),
148
- groupsName: localeKey('todoProps.width.groupsName'),
147
+ label: '宽度',
148
+ groupsName: '基础',
149
149
  type: 'HeightInput',
150
150
  props: {
151
151
  dependProps: {
@@ -164,8 +164,8 @@ var _default = exports.default = {
164
164
  }
165
165
  },
166
166
  height: {
167
- label: localeKey('todoProps.height.label'),
168
- groupsName: localeKey('todoProps.height.groupsName'),
167
+ label: '高度',
168
+ groupsName: '基础',
169
169
  type: 'HeightInput',
170
170
  props: {
171
171
  dependProps: {
@@ -184,9 +184,9 @@ var _default = exports.default = {
184
184
  }
185
185
  },
186
186
  closeOnClickOverlay: {
187
- label: localeKey('todoProps.closeOnClickOverlay.label'),
187
+ label: '关闭方式',
188
188
  type: 'Select',
189
- groupsName: localeKey('todoProps.closeOnClickOverlay.groupsName'),
189
+ groupsName: '基础',
190
190
  props: {
191
191
  inhibitBtn: true,
192
192
  options: [{
@@ -199,30 +199,30 @@ var _default = exports.default = {
199
199
  }
200
200
  },
201
201
  destroyOnClose: {
202
- label: localeKey('todoProps.destroyOnClose.label'),
202
+ label: '关闭后销毁',
203
203
  type: 'Switch',
204
- groupsName: localeKey('todoProps.destroyOnClose.groupsName')
204
+ groupsName: '基础'
205
205
  },
206
206
  showCloseButton: {
207
207
  label: localeKey('todoProps.showCloseButton.label'),
208
208
  type: 'Switch',
209
- groupsName: localeKey('todoProps.showCloseButton.groupsName')
209
+ groupsName: '基础'
210
210
  },
211
211
  ignoreLogin: {
212
- label: localeKey('todoProps.ignoreLogin.label'),
212
+ label: '免登录',
213
213
  type: 'Switch',
214
- groupsName: localeKey('todoProps.ignoreLogin.groupsName'),
214
+ groupsName: '基础',
215
215
  props: {}
216
216
  },
217
217
  labels: {
218
- label: localeKey('todoProps.labels.label'),
218
+ label: '标签',
219
219
  type: 'ChooseTag',
220
- groupsName: localeKey('todoProps.labels.groupsName')
220
+ groupsName: '基础'
221
221
  },
222
222
  compState: {
223
- label: localeKey('todoProps.compState.label'),
223
+ label: '组件状态',
224
224
  type: 'ParamsDefine',
225
- groupsName: localeKey('todoProps.compState.groupsName')
225
+ groupsName: '组件状态'
226
226
  }
227
227
  },
228
228
  todoStyles: {}
@@ -21,19 +21,19 @@ 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
  },
@@ -46,7 +46,7 @@ var _default = exports.default = {
46
46
  groupsName: 'root',
47
47
  todoActionList: [].concat(_toConsumableArray((0, _todoActionList.getSystemTodoActionList)('mobile')), [{
48
48
  key: 'previewFile',
49
- label: localeKey('todoActionList.previewFile.label'),
49
+ label: '文件预览',
50
50
  todoOptions: [{
51
51
  key: 'fileId',
52
52
  label: localeKey('todoActionList.previewFile.todoOptions.fileId.label'),
@@ -54,7 +54,7 @@ var _default = exports.default = {
54
54
  labelTip: localeKey('todoActionList.previewFile.todoOptions.fileId.labelTip')
55
55
  }],
56
56
  classification: [{
57
- label: localeKey('todoActionList.previewFile.classification.page.label'),
57
+ label: '页面类',
58
58
  value: 'page'
59
59
  }]
60
60
  }]),
@@ -65,26 +65,26 @@ var _default = exports.default = {
65
65
  value: 'usePageEndRequest',
66
66
  label: localeKey('todoEvents.usePageEndRequest.label'),
67
67
  remarks: [{
68
- label: localeKey('todoEvents.usePageEndRequest.remarks.0.label'),
68
+ label: '场景描述',
69
69
  content: localeKey('todoEvents.usePageEndRequest.remarks.0.content')
70
70
  }, {
71
- label: localeKey('todoEvents.usePageEndRequest.remarks.1.label'),
71
+ label: '适用场景',
72
72
  content: localeKey('todoEvents.usePageEndRequest.remarks.1.content')
73
73
  }]
74
74
  }],
75
75
  todoProps: {
76
76
  pageName: {
77
- label: localeKey('todoProps.pageName.label'),
77
+ label: '名称',
78
78
  type: 'Input',
79
- groupsName: localeKey('todoProps.pageName.groupsName'),
79
+ groupsName: '基础',
80
80
  props: {
81
81
  required: true
82
82
  }
83
83
  },
84
84
  pagePath: {
85
- label: localeKey('todoProps.pagePath.label'),
85
+ label: '路径',
86
86
  type: 'UrlInput',
87
- groupsName: localeKey('todoProps.pagePath.groupsName'),
87
+ groupsName: '基础',
88
88
  props: {
89
89
  required: true,
90
90
  placeholder: localeKey('todoProps.pagePath.props.placeholder'),
@@ -96,9 +96,9 @@ var _default = exports.default = {
96
96
  }
97
97
  },
98
98
  catalogItemId: {
99
- label: localeKey('todoProps.catalogItemId.label'),
99
+ label: '分组',
100
100
  type: 'CatalogTreeSelect',
101
- groupsName: localeKey('todoProps.catalogItemId.groupsName'),
101
+ groupsName: '基础',
102
102
  props: {
103
103
  required: true,
104
104
  options: [],
@@ -108,26 +108,26 @@ var _default = exports.default = {
108
108
  }
109
109
  },
110
110
  remark: {
111
- label: localeKey('todoProps.remark.label'),
111
+ label: '描述',
112
112
  type: 'Input',
113
- groupsName: localeKey('todoProps.remark.groupsName'),
113
+ groupsName: '基础',
114
114
  props: {}
115
115
  },
116
116
  ignoreLogin: {
117
- label: localeKey('todoProps.ignoreLogin.label'),
117
+ label: '免登录',
118
118
  type: 'Switch',
119
- groupsName: localeKey('todoProps.ignoreLogin.groupsName'),
119
+ groupsName: '基础',
120
120
  props: {}
121
121
  },
122
122
  labels: {
123
- label: localeKey('todoProps.labels.label'),
123
+ label: '标签',
124
124
  type: 'ChooseTag',
125
- groupsName: localeKey('todoProps.labels.groupsName')
125
+ groupsName: '基础'
126
126
  },
127
127
  compState: {
128
- label: localeKey('todoProps.compState.label'),
128
+ label: '组件状态',
129
129
  type: 'ParamsDefine',
130
- groupsName: localeKey('todoProps.compState.groupsName')
130
+ groupsName: '组件状态'
131
131
  }
132
132
  },
133
133
  todoStyles: {}
@@ -21,20 +21,20 @@ 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
  hideNavBar: false,
30
30
  searchParams: [{
31
- name: localeKey('props.searchParams.0.name'),
31
+ name: '业务主键',
32
32
  code: 'bizId'
33
33
  }, {
34
- name: localeKey('props.searchParams.1.name'),
34
+ name: '业务场景',
35
35
  code: 'sceneCode'
36
36
  }, {
37
- name: localeKey('props.searchParams.2.name'),
37
+ name: '业务数据',
38
38
  code: 'bizData'
39
39
  }],
40
40
  compState: [{
@@ -57,7 +57,7 @@ var _default = exports.default = {
57
57
  groupsName: 'root',
58
58
  todoActionList: [].concat(_toConsumableArray((0, _todoActionList.getSystemTodoActionList)('mobile')), [{
59
59
  key: 'previewFile',
60
- label: localeKey('todoActionList.previewFile.label'),
60
+ label: '文件预览',
61
61
  todoOptions: [{
62
62
  key: 'fileId',
63
63
  label: localeKey('todoActionList.previewFile.todoOptions.fileId.label'),
@@ -65,7 +65,7 @@ var _default = exports.default = {
65
65
  labelTip: localeKey('todoActionList.previewFile.todoOptions.fileId.labelTip')
66
66
  }],
67
67
  classification: [{
68
- label: localeKey('todoActionList.previewFile.classification.page.label'),
68
+ label: '页面类',
69
69
  value: 'page'
70
70
  }]
71
71
  }]),
@@ -77,7 +77,7 @@ var _default = exports.default = {
77
77
  label: localeKey('todoEvents.stateChange.label')
78
78
  }, {
79
79
  value: 'willUnmount',
80
- label: localeKey('todoEvents.willUnmount.label')
80
+ label: '页面退出'
81
81
  }, {
82
82
  value: 'onLeftClick',
83
83
  label: localeKey('todoEvents.onLeftClick.label'),
@@ -107,40 +107,40 @@ var _default = exports.default = {
107
107
  value: 'usePageEndRequest',
108
108
  label: localeKey('todoEvents.usePageEndRequest.label'),
109
109
  remarks: [{
110
- label: localeKey('todoEvents.usePageEndRequest.remarks.0.label'),
110
+ label: '场景描述',
111
111
  content: localeKey('todoEvents.usePageEndRequest.remarks.0.content')
112
112
  }, {
113
- label: localeKey('todoEvents.usePageEndRequest.remarks.1.label'),
113
+ label: '适用场景',
114
114
  content: localeKey('todoEvents.usePageEndRequest.remarks.1.content')
115
115
  }]
116
116
  }, {
117
117
  value: 'pageGetWeChatCode',
118
118
  label: localeKey('todoEvents.pageGetWeChatCode.label'),
119
119
  params: [{
120
- title: localeKey('todoEvents.pageGetWeChatCode.params.0.title'),
120
+ title: '结果详情',
121
121
  name: 'resultObject',
122
122
  value: '$resultObject$',
123
123
  type: 'object',
124
124
  description: localeKey('todoEvents.pageGetWeChatCode.params.0.description')
125
125
  }],
126
126
  remarks: [{
127
- label: localeKey('todoEvents.pageGetWeChatCode.remarks.0.label'),
127
+ label: '场景描述',
128
128
  content: localeKey('todoEvents.pageGetWeChatCode.remarks.0.content')
129
129
  }]
130
130
  }],
131
131
  todoProps: {
132
132
  pageName: {
133
- label: localeKey('todoProps.pageName.label'),
133
+ label: '名称',
134
134
  type: 'Input',
135
- groupsName: localeKey('todoProps.pageName.groupsName'),
135
+ groupsName: '基础',
136
136
  props: {
137
137
  required: true
138
138
  }
139
139
  },
140
140
  pagePath: {
141
- label: localeKey('todoProps.pagePath.label'),
141
+ label: '路径',
142
142
  type: 'UrlInput',
143
- groupsName: localeKey('todoProps.pagePath.groupsName'),
143
+ groupsName: '基础',
144
144
  props: {
145
145
  required: true,
146
146
  placeholder: localeKey('todoProps.pagePath.props.placeholder'),
@@ -152,9 +152,9 @@ var _default = exports.default = {
152
152
  }
153
153
  },
154
154
  pageTitle: {
155
- label: localeKey('todoProps.pageTitle.label'),
155
+ label: '页面标题',
156
156
  type: 'Input',
157
- groupsName: localeKey('todoProps.pageTitle.groupsName'),
157
+ groupsName: '基础',
158
158
  istodoBind: true,
159
159
  props: {
160
160
  description: localeKey('todoProps.pageTitle.props.description')
@@ -162,9 +162,9 @@ var _default = exports.default = {
162
162
  enableI18n: true
163
163
  },
164
164
  catalogItemId: {
165
- label: localeKey('todoProps.catalogItemId.label'),
165
+ label: '分组',
166
166
  type: 'CatalogTreeSelect',
167
- groupsName: localeKey('todoProps.catalogItemId.groupsName'),
167
+ groupsName: '基础',
168
168
  props: {
169
169
  required: true,
170
170
  options: [],
@@ -174,57 +174,57 @@ var _default = exports.default = {
174
174
  }
175
175
  },
176
176
  scenarioList: {
177
- label: localeKey('todoProps.scenarioList.label'),
177
+ label: '适用场景',
178
178
  type: 'SelectScenarioPopover',
179
- groupsName: localeKey('todoProps.scenarioList.groupsName'),
179
+ groupsName: '基础',
180
180
  props: {
181
181
  options: []
182
182
  }
183
183
  },
184
184
  remark: {
185
- label: localeKey('todoProps.remark.label'),
185
+ label: '描述',
186
186
  type: 'Input',
187
- groupsName: localeKey('todoProps.remark.groupsName'),
187
+ groupsName: '基础',
188
188
  props: {}
189
189
  },
190
190
  chooseFuncComp: {
191
- label: localeKey('todoProps.chooseFuncComp.label'),
191
+ label: '功能组件',
192
192
  type: 'FuncCompSelect',
193
- groupsName: localeKey('todoProps.chooseFuncComp.groupsName'),
193
+ groupsName: '基础',
194
194
  props: {}
195
195
  },
196
196
  ignoreLogin: {
197
- label: localeKey('todoProps.ignoreLogin.label'),
197
+ label: '免登录',
198
198
  type: 'Switch',
199
- groupsName: localeKey('todoProps.ignoreLogin.groupsName'),
199
+ groupsName: '基础',
200
200
  props: {}
201
201
  },
202
202
  pageDynamicFlag: {
203
- label: localeKey('todoProps.pageDynamicFlag.label'),
203
+ label: '页面缓存',
204
204
  type: 'Switch',
205
- groupsName: localeKey('todoProps.pageDynamicFlag.groupsName'),
205
+ groupsName: '基础',
206
206
  props: {
207
207
  required: false,
208
208
  description: localeKey('todoProps.pageDynamicFlag.props.description')
209
209
  }
210
210
  },
211
211
  isMenu: {
212
- label: localeKey('todoProps.isMenu.label'),
212
+ label: '设置为菜单',
213
213
  type: 'MenuSwitch',
214
- groupsName: localeKey('todoProps.isMenu.groupsName'),
214
+ groupsName: '基础',
215
215
  props: {
216
216
  description: localeKey('todoProps.isMenu.props.description')
217
217
  }
218
218
  },
219
219
  labels: {
220
- label: localeKey('todoProps.labels.label'),
220
+ label: '标签',
221
221
  type: 'ChooseTag',
222
- groupsName: localeKey('todoProps.labels.groupsName')
222
+ groupsName: '基础'
223
223
  },
224
224
  compState: {
225
- label: localeKey('todoProps.compState.label'),
225
+ label: '组件状态',
226
226
  type: 'ParamsDefine',
227
- groupsName: localeKey('todoProps.compState.groupsName')
227
+ groupsName: '组件状态'
228
228
  },
229
229
  searchParams: {
230
230
  label: localeKey('todoProps.searchParams.label'),
@@ -232,26 +232,26 @@ var _default = exports.default = {
232
232
  groupsName: localeKey('todoProps.searchParams.groupsName')
233
233
  },
234
234
  routerData: {
235
- label: localeKey('todoProps.routerData.label'),
235
+ label: '路由数据',
236
236
  type: 'ParamsDefine',
237
- groupsName: localeKey('todoProps.routerData.groupsName')
237
+ groupsName: '路由数据'
238
238
  },
239
239
  hideNavBar: {
240
- label: localeKey('todoProps.hideNavBar.label'),
240
+ label: '隐藏导航条',
241
241
  type: 'Switch',
242
- groupsName: localeKey('todoProps.hideNavBar.groupsName')
242
+ groupsName: '其他'
243
243
  }
244
244
  },
245
245
  todoStyles: {
246
246
  backgroundType: {
247
- groupsName: localeKey('todoStyles.backgroundType.groupsName'),
248
- label: localeKey('todoStyles.backgroundType.label'),
247
+ groupsName: '导航栏背景',
248
+ label: '填充类型',
249
249
  type: 'BackgroundType',
250
250
  props: {}
251
251
  },
252
252
  colorType: {
253
253
  groupsName: localeKey('todoStyles.colorType.groupsName'),
254
- label: localeKey('todoStyles.colorType.label'),
254
+ label: '填充类型',
255
255
  type: 'BackgroundType',
256
256
  props: {}
257
257
  }