@lingxiteam/assets 4.2.1-alpha.2 → 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.
- package/es/IconSvg/index.js +8 -7
- package/es/error/errorCatch/index.js +1 -1
- package/es/error/errorDisplay/Mobile/Drawer/Drawer.js +99 -77
- package/es/error/errorDisplay/Mobile/Drawer/index.js +26 -26
- package/es/error/errorDisplay/Mobile/ErrorMsg/index.js +127 -129
- package/es/error/errorDisplay/Mobile/Modal/Modal.js +46 -31
- package/es/error/errorDisplay/Mobile/Modal/index.js +24 -24
- package/es/error/errorDisplay/Mobile/defaultGlobalConfig.js +2 -2
- package/es/error/errorDisplay/Web/Drawer/Drawer.js +183 -145
- package/es/error/errorDisplay/Web/Drawer/DrawerConnect.js +43 -46
- package/es/error/errorDisplay/Web/Drawer/index.js +15 -15
- package/es/error/errorDisplay/Web/ErrorMsg/index.js +341 -327
- package/es/error/errorDisplay/Web/Notification/Notice.js +78 -65
- package/es/error/errorDisplay/Web/Notification/Notification.js +15 -15
- package/es/error/errorDisplay/Web/Notification/index.js +36 -38
- package/es/error/errorDisplay/Web/defaultGlobalConfig.js +2 -2
- package/es/error/errorDisplay/compUtils.js +6 -6
- package/es/error/errorDisplay/http.js +7 -7
- package/es/error/index.js +6 -6
- package/es/index.js +5 -5
- package/es/rootConfig/index.d.ts +1 -1
- package/es/rootConfig/index.js +5 -5
- package/es/rootConfig/locales/enus/config-locales-es.d.ts +2 -0
- package/es/rootConfig/locales/enus/config-locales-es.js +13 -0
- package/es/rootConfig/locales/enus/config-locales-es.mobile.d.ts +2 -0
- package/es/rootConfig/locales/enus/config-locales-es.mobile.js +106 -0
- package/es/rootConfig/locales/enus/config-locales-es.pc.d.ts +2 -0
- package/es/rootConfig/locales/enus/config-locales-es.pc.js +42 -0
- package/es/rootConfig/locales/enus/config-locales-es.todo-actionList.d.ts +2 -0
- package/es/rootConfig/locales/enus/config-locales-es.todo-actionList.js +865 -0
- package/es/rootConfig/locales/enus/config-locales-es.todo-callback.d.ts +2 -0
- package/es/rootConfig/locales/enus/config-locales-es.todo-callback.js +20 -0
- package/es/rootConfig/locales/enus/config-locales-es.todo-optionList.d.ts +2 -0
- package/es/rootConfig/locales/enus/config-locales-es.todo-optionList.js +266 -0
- package/es/rootConfig/locales/zhcn/config-locales-cn.d.ts +2 -0
- package/es/rootConfig/locales/zhcn/config-locales-cn.js +13 -0
- package/es/rootConfig/locales/zhcn/config-locales-cn.mobile.d.ts +2 -0
- package/es/rootConfig/locales/zhcn/config-locales-cn.mobile.js +57 -0
- package/es/rootConfig/locales/zhcn/config-locales-cn.pc.d.ts +2 -0
- package/es/rootConfig/locales/zhcn/config-locales-cn.pc.js +97 -0
- package/es/rootConfig/locales/zhcn/config-locales-cn.todo-actionList.d.ts +2 -0
- package/es/rootConfig/locales/zhcn/config-locales-cn.todo-actionList.js +583 -0
- package/es/rootConfig/locales/zhcn/config-locales-cn.todo-callback.d.ts +2 -0
- package/es/rootConfig/locales/zhcn/config-locales-cn.todo-callback.js +13 -0
- package/es/rootConfig/locales/zhcn/config-locales-cn.todo-optionList.d.ts +2 -0
- package/es/rootConfig/locales/zhcn/config-locales-cn.todo-optionList.js +127 -0
- package/es/rootConfig/locales/zhhk/config-locales-hk.d.ts +2 -0
- package/es/rootConfig/locales/zhhk/config-locales-hk.js +13 -0
- package/es/rootConfig/locales/zhhk/config-locales-hk.mobile.d.ts +2 -0
- package/es/rootConfig/locales/zhhk/config-locales-hk.mobile.js +106 -0
- package/es/rootConfig/locales/zhhk/config-locales-hk.pc.d.ts +2 -0
- package/es/rootConfig/locales/zhhk/config-locales-hk.pc.js +174 -0
- package/es/rootConfig/locales/zhhk/config-locales-hk.todo-actionList.d.ts +2 -0
- package/es/rootConfig/locales/zhhk/config-locales-hk.todo-actionList.js +869 -0
- package/es/rootConfig/locales/zhhk/config-locales-hk.todo-callback.d.ts +2 -0
- package/es/rootConfig/locales/zhhk/config-locales-hk.todo-callback.js +20 -0
- package/es/rootConfig/locales/zhhk/config-locales-hk.todo-optionList.d.ts +2 -0
- package/es/rootConfig/locales/zhhk/config-locales-hk.todo-optionList.js +266 -0
- package/es/rootConfig/mobile/BusiComp.d.ts +0 -1
- package/es/rootConfig/mobile/BusiComp.js +13 -10
- package/es/rootConfig/mobile/MobileModal.js +32 -27
- package/es/rootConfig/mobile/MobilePopover.d.ts +0 -2
- package/es/rootConfig/mobile/MobilePopover.js +16 -13
- package/es/rootConfig/mobile/index.js +4 -4
- package/es/rootConfig/mobile/page.d.ts +17 -2
- package/es/rootConfig/mobile/page.js +45 -38
- package/es/rootConfig/pc/BusiComp.js +82 -12
- package/es/rootConfig/pc/Drawer.d.ts +8 -9
- package/es/rootConfig/pc/Drawer.js +116 -46
- package/es/rootConfig/pc/Modal.d.ts +0 -1
- package/es/rootConfig/pc/Modal.js +90 -20
- package/es/rootConfig/pc/Popover.d.ts +0 -1
- package/es/rootConfig/pc/Popover.js +85 -15
- package/es/rootConfig/pc/index.js +5 -5
- package/es/rootConfig/pc/page.d.ts +0 -2
- package/es/rootConfig/pc/page.js +91 -22
- package/es/rootConfig/todoActionList.d.ts +1 -0
- package/es/rootConfig/todoActionList.js +1845 -719
- package/es/rootConfig/todoCallback.d.ts +12 -1
- package/es/rootConfig/todoCallback.js +175 -103
- package/es/rootConfig/todoOptionList.d.ts +0 -66
- package/es/rootConfig/todoOptionList.js +197 -198
- package/es/theme/index.js +18 -20
- package/es/theme/src/default/index.js +7 -7
- package/es/theme/utils/renderColors.js +1 -1
- package/es/utils/url.js +8 -7
- package/lib/IconSvg/index.js +10 -9
- package/lib/error/errorCatch/index.js +2 -3
- package/lib/error/errorDisplay/Mobile/Drawer/Drawer.js +99 -79
- package/lib/error/errorDisplay/Mobile/Drawer/index.js +25 -26
- package/lib/error/errorDisplay/Mobile/ErrorMsg/index.js +123 -126
- package/lib/error/errorDisplay/Mobile/Modal/Modal.js +45 -33
- package/lib/error/errorDisplay/Mobile/Modal/index.js +23 -24
- package/lib/error/errorDisplay/Mobile/defaultGlobalConfig.js +3 -5
- package/lib/error/errorDisplay/SVGstring.js +6 -12
- package/lib/error/errorDisplay/Web/Drawer/Drawer.js +181 -146
- package/lib/error/errorDisplay/Web/Drawer/DrawerConnect.js +44 -48
- package/lib/error/errorDisplay/Web/Drawer/index.js +18 -20
- package/lib/error/errorDisplay/Web/ErrorMsg/index.js +336 -324
- package/lib/error/errorDisplay/Web/Notification/Notice.js +79 -68
- package/lib/error/errorDisplay/Web/Notification/Notification.js +15 -16
- package/lib/error/errorDisplay/Web/Notification/index.js +37 -41
- package/lib/error/errorDisplay/Web/defaultGlobalConfig.js +3 -5
- package/lib/error/errorDisplay/compUtils.js +9 -12
- package/lib/error/errorDisplay/const.js +7 -13
- package/lib/error/errorDisplay/http.js +8 -9
- package/lib/index.js +3 -6
- package/lib/rootConfig/index.d.ts +1 -1
- package/lib/rootConfig/index.js +9 -3
- package/lib/rootConfig/locales/enus/config-locales-es.d.ts +2 -0
- package/lib/rootConfig/locales/enus/config-locales-es.js +19 -0
- package/lib/rootConfig/locales/enus/config-locales-es.mobile.d.ts +2 -0
- package/lib/rootConfig/locales/enus/config-locales-es.mobile.js +112 -0
- package/lib/rootConfig/locales/enus/config-locales-es.pc.d.ts +2 -0
- package/lib/rootConfig/locales/enus/config-locales-es.pc.js +48 -0
- package/lib/rootConfig/locales/enus/config-locales-es.todo-actionList.d.ts +2 -0
- package/lib/rootConfig/locales/enus/config-locales-es.todo-actionList.js +871 -0
- package/lib/rootConfig/locales/enus/config-locales-es.todo-callback.d.ts +2 -0
- package/lib/rootConfig/locales/enus/config-locales-es.todo-callback.js +26 -0
- package/lib/rootConfig/locales/enus/config-locales-es.todo-optionList.d.ts +2 -0
- package/lib/rootConfig/locales/enus/config-locales-es.todo-optionList.js +272 -0
- package/lib/rootConfig/locales/zhcn/config-locales-cn.d.ts +2 -0
- package/lib/rootConfig/locales/zhcn/config-locales-cn.js +19 -0
- package/lib/rootConfig/locales/zhcn/config-locales-cn.mobile.d.ts +2 -0
- package/lib/rootConfig/locales/zhcn/config-locales-cn.mobile.js +63 -0
- package/lib/rootConfig/locales/zhcn/config-locales-cn.pc.d.ts +2 -0
- package/lib/rootConfig/locales/zhcn/config-locales-cn.pc.js +103 -0
- package/lib/rootConfig/locales/zhcn/config-locales-cn.todo-actionList.d.ts +2 -0
- package/lib/rootConfig/locales/zhcn/config-locales-cn.todo-actionList.js +589 -0
- package/lib/rootConfig/locales/zhcn/config-locales-cn.todo-callback.d.ts +2 -0
- package/lib/rootConfig/locales/zhcn/config-locales-cn.todo-callback.js +19 -0
- package/lib/rootConfig/locales/zhcn/config-locales-cn.todo-optionList.d.ts +2 -0
- package/lib/rootConfig/locales/zhcn/config-locales-cn.todo-optionList.js +133 -0
- package/lib/rootConfig/locales/zhhk/config-locales-hk.d.ts +2 -0
- package/lib/rootConfig/locales/zhhk/config-locales-hk.js +19 -0
- package/lib/rootConfig/locales/zhhk/config-locales-hk.mobile.d.ts +2 -0
- package/lib/rootConfig/locales/zhhk/config-locales-hk.mobile.js +112 -0
- package/lib/rootConfig/locales/zhhk/config-locales-hk.pc.d.ts +2 -0
- package/lib/rootConfig/locales/zhhk/config-locales-hk.pc.js +180 -0
- package/lib/rootConfig/locales/zhhk/config-locales-hk.todo-actionList.d.ts +2 -0
- package/lib/rootConfig/locales/zhhk/config-locales-hk.todo-actionList.js +875 -0
- package/lib/rootConfig/locales/zhhk/config-locales-hk.todo-callback.d.ts +2 -0
- package/lib/rootConfig/locales/zhhk/config-locales-hk.todo-callback.js +26 -0
- package/lib/rootConfig/locales/zhhk/config-locales-hk.todo-optionList.d.ts +2 -0
- package/lib/rootConfig/locales/zhhk/config-locales-hk.todo-optionList.js +272 -0
- package/lib/rootConfig/mobile/BusiComp.d.ts +0 -1
- package/lib/rootConfig/mobile/BusiComp.js +14 -12
- package/lib/rootConfig/mobile/MobileModal.js +33 -29
- package/lib/rootConfig/mobile/MobilePopover.d.ts +0 -2
- package/lib/rootConfig/mobile/MobilePopover.js +17 -15
- package/lib/rootConfig/mobile/page.d.ts +17 -2
- package/lib/rootConfig/mobile/page.js +46 -40
- package/lib/rootConfig/pc/BusiComp.js +83 -14
- package/lib/rootConfig/pc/Drawer.d.ts +8 -9
- package/lib/rootConfig/pc/Drawer.js +117 -48
- package/lib/rootConfig/pc/Modal.d.ts +0 -1
- package/lib/rootConfig/pc/Modal.js +91 -22
- package/lib/rootConfig/pc/Popover.d.ts +0 -1
- package/lib/rootConfig/pc/Popover.js +86 -17
- package/lib/rootConfig/pc/page.d.ts +0 -2
- package/lib/rootConfig/pc/page.js +92 -24
- package/lib/rootConfig/todoActionList.d.ts +1 -0
- package/lib/rootConfig/todoActionList.js +1815 -695
- package/lib/rootConfig/todoCallback.d.ts +12 -1
- package/lib/rootConfig/todoCallback.js +182 -116
- package/lib/rootConfig/todoOptionList.d.ts +0 -66
- package/lib/rootConfig/todoOptionList.js +198 -200
- package/lib/theme/bin/default/modalWidth.js +1 -2
- package/lib/theme/index.js +19 -22
- package/lib/theme/src/default/index.js +7 -7
- package/lib/theme/utils/renderColors.js +1 -1
- package/lib/utils/cookieUtil.js +1 -2
- package/lib/utils/img.js +2 -3
- package/lib/utils/url.js +13 -16
- package/package.json +3 -4
|
@@ -10,19 +10,22 @@ function _nonIterableSpread() { throw new TypeError("Invalid attempt to spread n
|
|
|
10
10
|
function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
|
|
11
11
|
function _iterableToArray(iter) { if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter); }
|
|
12
12
|
function _arrayWithoutHoles(arr) { if (Array.isArray(arr)) return _arrayLikeToArray(arr); }
|
|
13
|
-
function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++)
|
|
14
|
-
var
|
|
13
|
+
function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
|
|
14
|
+
var PC_PAGE_LOCALE_PREFIX = 'pc.page';
|
|
15
|
+
var localeKey = function localeKey(suffix) {
|
|
16
|
+
return "".concat(PC_PAGE_LOCALE_PREFIX, ".").concat(suffix);
|
|
17
|
+
};
|
|
18
|
+
var _default = exports.default = {
|
|
15
19
|
compLib: 'root',
|
|
16
20
|
compType: -1,
|
|
21
|
+
// 根节点
|
|
17
22
|
isBusiObjContainer: false,
|
|
18
23
|
isContainer: false,
|
|
19
24
|
label: '页面',
|
|
20
25
|
props: {
|
|
21
|
-
pageLayout: 'BaseLayout',
|
|
22
26
|
pageDynamicFlag: false,
|
|
23
27
|
catalogItemId: -1,
|
|
24
28
|
ignoreLogin: false,
|
|
25
|
-
layout: 'BaseLayout',
|
|
26
29
|
searchParams: [{
|
|
27
30
|
name: '业务主键',
|
|
28
31
|
code: 'bizId'
|
|
@@ -51,14 +54,80 @@ var _default = {
|
|
|
51
54
|
description: '',
|
|
52
55
|
image: '',
|
|
53
56
|
groupsName: 'root',
|
|
54
|
-
todoActionList: [
|
|
57
|
+
todoActionList: [{
|
|
58
|
+
key: 'showMessage',
|
|
59
|
+
label: '消息提示',
|
|
60
|
+
todoOptions: [{
|
|
61
|
+
key: 'type',
|
|
62
|
+
label: '类型',
|
|
63
|
+
type: 'Select',
|
|
64
|
+
defaultValue: 'success',
|
|
65
|
+
props: {
|
|
66
|
+
options: [{
|
|
67
|
+
title: '成功',
|
|
68
|
+
value: 'success'
|
|
69
|
+
}, {
|
|
70
|
+
title: '提示',
|
|
71
|
+
value: 'info'
|
|
72
|
+
}, {
|
|
73
|
+
title: '警告',
|
|
74
|
+
value: 'warn'
|
|
75
|
+
}, {
|
|
76
|
+
title: '错误',
|
|
77
|
+
value: 'error'
|
|
78
|
+
}, {
|
|
79
|
+
title: '加载动画',
|
|
80
|
+
value: 'loading'
|
|
81
|
+
}]
|
|
82
|
+
}
|
|
83
|
+
}, {
|
|
84
|
+
key: 'icon',
|
|
85
|
+
label: '自定义图标',
|
|
86
|
+
type: 'ChooseIcon',
|
|
87
|
+
props: {
|
|
88
|
+
placeholder: '请选择图标'
|
|
89
|
+
}
|
|
90
|
+
}, {
|
|
91
|
+
key: 'value',
|
|
92
|
+
label: '内容',
|
|
93
|
+
type: 'SetExpression'
|
|
94
|
+
}, {
|
|
95
|
+
key: 'duration',
|
|
96
|
+
label: '加载时长',
|
|
97
|
+
type: 'InputNumber',
|
|
98
|
+
props: {
|
|
99
|
+
addonAfter: '秒',
|
|
100
|
+
step: '0.01',
|
|
101
|
+
formatter: function formatter(val) {
|
|
102
|
+
return val ? val.match(/^\d+(?:\.\d{0,2})?/) : undefined;
|
|
103
|
+
}
|
|
104
|
+
}
|
|
105
|
+
}, {
|
|
106
|
+
key: 'okText',
|
|
107
|
+
label: localeKey('todoActionList.showMessage.todoOptions.okText.label'),
|
|
108
|
+
type: 'Input'
|
|
109
|
+
}, {
|
|
110
|
+
key: 'cancelText',
|
|
111
|
+
label: localeKey('todoActionList.showMessage.todoOptions.cancelText.label'),
|
|
112
|
+
type: 'Input'
|
|
113
|
+
}],
|
|
114
|
+
todoCallbacks: ['callback1', 'callback2'],
|
|
115
|
+
classification: [{
|
|
116
|
+
label: localeKey('todoActionList.showMessage.classification.modal.label'),
|
|
117
|
+
value: 'modal'
|
|
118
|
+
}],
|
|
119
|
+
remarks: [{
|
|
120
|
+
label: '注意事项',
|
|
121
|
+
content: localeKey('todoActionList.showMessage.remarks.0.content')
|
|
122
|
+
}]
|
|
123
|
+
}].concat(_toConsumableArray((0, _todoActionList.getSystemTodoActionList)('pc')), [{
|
|
55
124
|
key: 'previewFile',
|
|
56
125
|
label: '文件预览',
|
|
57
126
|
todoOptions: [{
|
|
58
127
|
key: 'fileId',
|
|
59
|
-
label: '
|
|
128
|
+
label: localeKey('todoActionList.previewFile.todoOptions.fileId.label'),
|
|
60
129
|
type: 'SetExpression',
|
|
61
|
-
labelTip: '
|
|
130
|
+
labelTip: localeKey('todoActionList.previewFile.todoOptions.fileId.labelTip')
|
|
62
131
|
}, {
|
|
63
132
|
key: 'viewMode',
|
|
64
133
|
label: '预览方式',
|
|
@@ -82,7 +151,7 @@ var _default = {
|
|
|
82
151
|
type: 'SetExpression',
|
|
83
152
|
defaultValue: '960',
|
|
84
153
|
visibleFlag: 'viewMode',
|
|
85
|
-
labelTip: '
|
|
154
|
+
labelTip: localeKey('todoActionList.previewFile.todoOptions.modalWidth.labelTip'),
|
|
86
155
|
visibleFlagValue: ['window']
|
|
87
156
|
}, {
|
|
88
157
|
key: 'modalHeight',
|
|
@@ -90,7 +159,7 @@ var _default = {
|
|
|
90
159
|
type: 'SetExpression',
|
|
91
160
|
defaultValue: '648',
|
|
92
161
|
visibleFlag: 'viewMode',
|
|
93
|
-
labelTip: '
|
|
162
|
+
labelTip: localeKey('todoActionList.previewFile.todoOptions.modalHeight.labelTip'),
|
|
94
163
|
visibleFlagValue: ['window']
|
|
95
164
|
}],
|
|
96
165
|
classification: [{
|
|
@@ -100,33 +169,33 @@ var _default = {
|
|
|
100
169
|
}]),
|
|
101
170
|
todoEvents: [{
|
|
102
171
|
value: 'useEffect',
|
|
103
|
-
label: '
|
|
172
|
+
label: localeKey('todoEvents.useEffect.label')
|
|
104
173
|
}, {
|
|
105
174
|
value: 'stateChange',
|
|
106
|
-
label: '
|
|
175
|
+
label: localeKey('todoEvents.stateChange.label')
|
|
107
176
|
}, {
|
|
108
177
|
value: 'willUnmount',
|
|
109
178
|
label: '页面退出'
|
|
110
179
|
}, {
|
|
111
180
|
value: 'onPageCacheRefresh',
|
|
112
|
-
label: '
|
|
181
|
+
label: localeKey('todoEvents.onPageCacheRefresh.label'),
|
|
113
182
|
dependProps: {
|
|
114
183
|
pageDynamicFlag: true
|
|
115
184
|
},
|
|
116
185
|
params: [{
|
|
117
|
-
title: '
|
|
186
|
+
title: localeKey('todoEvents.onPageCacheRefresh.params.0.title'),
|
|
118
187
|
name: 'pageBackData',
|
|
119
188
|
value: '$pageBackData$'
|
|
120
189
|
}]
|
|
121
190
|
}, {
|
|
122
191
|
value: 'usePageEndRequest',
|
|
123
|
-
label: '
|
|
192
|
+
label: localeKey('todoEvents.usePageEndRequest.label'),
|
|
124
193
|
remarks: [{
|
|
125
194
|
label: '场景描述',
|
|
126
|
-
content: '
|
|
195
|
+
content: localeKey('todoEvents.usePageEndRequest.remarks.0.content')
|
|
127
196
|
}, {
|
|
128
197
|
label: '适用场景',
|
|
129
|
-
content: '
|
|
198
|
+
content: localeKey('todoEvents.usePageEndRequest.remarks.1.content')
|
|
130
199
|
}]
|
|
131
200
|
}],
|
|
132
201
|
todoProps: {
|
|
@@ -144,11 +213,11 @@ var _default = {
|
|
|
144
213
|
groupsName: '基础',
|
|
145
214
|
props: {
|
|
146
215
|
required: true,
|
|
147
|
-
placeholder: '
|
|
216
|
+
placeholder: localeKey('todoProps.pagePath.props.placeholder'),
|
|
148
217
|
regex: {
|
|
149
218
|
// eslint-disable-next-line
|
|
150
219
|
pattern: /^(\/[0-9A-Za-z]([_-]+[0-9A-Za-z]|[0-9A-Za-z])*)+$/i,
|
|
151
|
-
message: '
|
|
220
|
+
message: localeKey('todoProps.pagePath.props.regex.message')
|
|
152
221
|
}
|
|
153
222
|
}
|
|
154
223
|
},
|
|
@@ -196,7 +265,7 @@ var _default = {
|
|
|
196
265
|
groupsName: '基础',
|
|
197
266
|
props: {
|
|
198
267
|
required: false,
|
|
199
|
-
description: '
|
|
268
|
+
description: localeKey('todoProps.pageDynamicFlag.props.description')
|
|
200
269
|
}
|
|
201
270
|
},
|
|
202
271
|
isMenu: {
|
|
@@ -204,7 +273,7 @@ var _default = {
|
|
|
204
273
|
type: 'MenuSwitch',
|
|
205
274
|
groupsName: '基础',
|
|
206
275
|
props: {
|
|
207
|
-
description: '
|
|
276
|
+
description: localeKey('todoProps.isMenu.props.description')
|
|
208
277
|
}
|
|
209
278
|
},
|
|
210
279
|
labels: {
|
|
@@ -218,9 +287,9 @@ var _default = {
|
|
|
218
287
|
groupsName: '组件状态'
|
|
219
288
|
},
|
|
220
289
|
searchParams: {
|
|
221
|
-
label: '
|
|
290
|
+
label: localeKey('todoProps.searchParams.label'),
|
|
222
291
|
type: 'ParamsDefine',
|
|
223
|
-
groupsName: '
|
|
292
|
+
groupsName: localeKey('todoProps.searchParams.groupsName')
|
|
224
293
|
},
|
|
225
294
|
// pageParams: {
|
|
226
295
|
// label: '页面入参',
|
|
@@ -239,5 +308,4 @@ var _default = {
|
|
|
239
308
|
}
|
|
240
309
|
},
|
|
241
310
|
todoStyles: {}
|
|
242
|
-
};
|
|
243
|
-
exports.default = _default;
|
|
311
|
+
};
|