@lingxiteam/assets 4.2.1-alpha.2 → 4.3.2-alpha.1
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 +199 -0
- package/es/rootConfig/locales/enus/config-locales-es.pc.d.ts +2 -0
- package/es/rootConfig/locales/enus/config-locales-es.pc.js +49 -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 +1293 -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 +21 -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 +339 -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 +199 -0
- package/es/rootConfig/locales/zhcn/config-locales-cn.pc.d.ts +2 -0
- package/es/rootConfig/locales/zhcn/config-locales-cn.pc.js +385 -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 +1297 -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 +21 -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 +339 -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 +199 -0
- package/es/rootConfig/locales/zhhk/config-locales-hk.pc.d.ts +2 -0
- package/es/rootConfig/locales/zhhk/config-locales-hk.pc.js +385 -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 +1297 -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 +21 -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 +339 -0
- package/es/rootConfig/mobile/BusiComp.d.ts +0 -1
- package/es/rootConfig/mobile/BusiComp.js +35 -32
- package/es/rootConfig/mobile/MobileModal.js +62 -57
- package/es/rootConfig/mobile/MobilePopover.d.ts +0 -2
- package/es/rootConfig/mobile/MobilePopover.js +37 -34
- package/es/rootConfig/mobile/index.js +4 -4
- package/es/rootConfig/mobile/page.d.ts +17 -2
- package/es/rootConfig/mobile/page.js +85 -78
- package/es/rootConfig/pc/BusiComp.js +110 -40
- package/es/rootConfig/pc/Drawer.d.ts +8 -9
- package/es/rootConfig/pc/Drawer.js +161 -91
- package/es/rootConfig/pc/Modal.d.ts +0 -1
- package/es/rootConfig/pc/Modal.js +140 -70
- package/es/rootConfig/pc/Popover.d.ts +0 -1
- package/es/rootConfig/pc/Popover.js +114 -44
- package/es/rootConfig/pc/index.js +5 -5
- package/es/rootConfig/pc/page.d.ts +0 -2
- package/es/rootConfig/pc/page.js +133 -64
- package/es/rootConfig/todoActionList.d.ts +1 -0
- package/es/rootConfig/todoActionList.js +2363 -1237
- 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 +400 -401
- 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 +205 -0
- package/lib/rootConfig/locales/enus/config-locales-es.pc.d.ts +2 -0
- package/lib/rootConfig/locales/enus/config-locales-es.pc.js +55 -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 +1299 -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 +27 -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 +345 -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 +205 -0
- package/lib/rootConfig/locales/zhcn/config-locales-cn.pc.d.ts +2 -0
- package/lib/rootConfig/locales/zhcn/config-locales-cn.pc.js +391 -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 +1303 -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 +27 -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 +345 -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 +205 -0
- package/lib/rootConfig/locales/zhhk/config-locales-hk.pc.d.ts +2 -0
- package/lib/rootConfig/locales/zhhk/config-locales-hk.pc.js +391 -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 +1303 -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 +27 -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 +345 -0
- package/lib/rootConfig/mobile/BusiComp.d.ts +0 -1
- package/lib/rootConfig/mobile/BusiComp.js +36 -34
- package/lib/rootConfig/mobile/MobileModal.js +63 -59
- package/lib/rootConfig/mobile/MobilePopover.d.ts +0 -2
- package/lib/rootConfig/mobile/MobilePopover.js +38 -36
- package/lib/rootConfig/mobile/page.d.ts +17 -2
- package/lib/rootConfig/mobile/page.js +86 -80
- package/lib/rootConfig/pc/BusiComp.js +111 -42
- package/lib/rootConfig/pc/Drawer.d.ts +8 -9
- package/lib/rootConfig/pc/Drawer.js +162 -93
- package/lib/rootConfig/pc/Modal.d.ts +0 -1
- package/lib/rootConfig/pc/Modal.js +141 -72
- package/lib/rootConfig/pc/Popover.d.ts +0 -1
- package/lib/rootConfig/pc/Popover.js +115 -46
- package/lib/rootConfig/pc/page.d.ts +0 -2
- package/lib/rootConfig/pc/page.js +134 -66
- package/lib/rootConfig/todoActionList.d.ts +1 -0
- package/lib/rootConfig/todoActionList.js +2364 -1244
- 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 +401 -403
- 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
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.todoCallbackEnUS = exports.default = void 0;
|
|
7
|
+
var todoCallbackEnUS = exports.todoCallbackEnUS = {
|
|
8
|
+
// todo/callback (shared callbacks)
|
|
9
|
+
'todo.callback.form.values.title': 'Form Values',
|
|
10
|
+
'todo.callback.form.values.description': 'Form data object, including: field code and value',
|
|
11
|
+
'todo.callback.form.values.dataSuffix': 'Data',
|
|
12
|
+
'todo.callback.form.type.Form': 'Form',
|
|
13
|
+
'todo.callback.form.type.QueryForm': 'Query Form',
|
|
14
|
+
'todo.callback.form.type.FormList': 'Subform',
|
|
15
|
+
'todo.callback.form.range.begin': 'Start Time',
|
|
16
|
+
'todo.callback.form.range.end': 'End Time',
|
|
17
|
+
'todo.callback.form.range.beginDesc': 'Start time of',
|
|
18
|
+
'todo.callback.form.range.endDesc': 'End time of',
|
|
19
|
+
'todo.callback.form.range.description': 'Formatted output according to the specified "value format"',
|
|
20
|
+
'todo.callback.form.validate.failResult': 'Form Failure Result',
|
|
21
|
+
'todo.callback.form.validate.failFirstError': 'First Error of Form Failure Result',
|
|
22
|
+
'todo.callback.form.validate.firstError.description': 'Error message returned when validation fails',
|
|
23
|
+
'todo.callback.form.validate.description': 'Form data object and failure information, including: field code, field value, failed field code, and error message',
|
|
24
|
+
'todo.callback.postObject.returnObjectPrefix': 'Return Object-',
|
|
25
|
+
'todo.callback.ai.actionName': 'Call Agent Service'
|
|
26
|
+
};
|
|
27
|
+
var _default = exports.default = todoCallbackEnUS;
|
|
@@ -0,0 +1,345 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.todoOptionListEnUS = exports.default = void 0;
|
|
7
|
+
var todoOptionListEnUS = exports.todoOptionListEnUS = {
|
|
8
|
+
// todo/optionList (shared options) - batch 1
|
|
9
|
+
'todo.optionList.url.label': 'Request URL',
|
|
10
|
+
'todo.optionList.sqlServiceCode.label': 'Select SQL Query Service',
|
|
11
|
+
'todo.optionList.sqlServiceFields.label': 'Export Fields',
|
|
12
|
+
'todo.optionList.target.label': 'Linkage Source',
|
|
13
|
+
'todo.optionList.arelStaticData.label': 'A-side Static Data',
|
|
14
|
+
'todo.optionList.zrelStaticData.label': 'Z-side Static Data',
|
|
15
|
+
'todo.optionList.staticData.label': 'Static Data',
|
|
16
|
+
'todo.optionList.custTargetVal.label': 'Custom Trigger Value',
|
|
17
|
+
'todo.optionList.visible.label': 'Visibility Settings',
|
|
18
|
+
'todo.optionList.visible.props.options.0.title': 'Show',
|
|
19
|
+
'todo.optionList.visible.props.options.1.title': 'Hide',
|
|
20
|
+
'todo.optionList.visible.props.options.2.title': 'Toggle',
|
|
21
|
+
'todo.optionList.readonly.label': 'Edit State Settings',
|
|
22
|
+
'todo.optionList.readonly.props.options.0.title': 'Read-only',
|
|
23
|
+
'todo.optionList.readonly.props.options.1.title': 'Enable',
|
|
24
|
+
'todo.optionList.readonly.props.options.2.title': 'Toggle',
|
|
25
|
+
'todo.optionList.bsSelectType.label': 'Control Type',
|
|
26
|
+
'todo.optionList.bsSelectType.props.options.0.title': 'Unique Field Code',
|
|
27
|
+
'todo.optionList.bsSelectType.props.options.1.title': 'Loop Item Index',
|
|
28
|
+
'todo.optionList.editor.label': 'Editable',
|
|
29
|
+
'todo.optionList.editor.props.options.0.title': 'Yes',
|
|
30
|
+
'todo.optionList.editor.props.options.1.title': 'No',
|
|
31
|
+
'todo.optionList.value.label': 'Content',
|
|
32
|
+
'todo.optionList.valueArray.label': 'Content',
|
|
33
|
+
'todo.optionList.startVal.label': 'Start Value',
|
|
34
|
+
'todo.optionList.startVal.props.placeholder': 'Please enter time in YYYY-MM-DD format',
|
|
35
|
+
'todo.optionList.endVal.label': 'End Value',
|
|
36
|
+
'todo.optionList.endVal.props.placeholder': 'Please enter time in YYYY-MM-DD format',
|
|
37
|
+
'todo.optionList.loading.label': 'Loading',
|
|
38
|
+
'todo.optionList.loading.props.options.0.title': 'Yes',
|
|
39
|
+
'todo.optionList.loading.props.options.1.title': 'No',
|
|
40
|
+
'todo.optionList.msgType.label': 'Type',
|
|
41
|
+
'todo.optionList.msgType.props.options.0.title': 'Success',
|
|
42
|
+
'todo.optionList.msgType.props.options.1.title': 'Info',
|
|
43
|
+
'todo.optionList.msgType.props.options.2.title': 'Warning',
|
|
44
|
+
'todo.optionList.msgType.props.options.3.title': 'Error',
|
|
45
|
+
'todo.optionList.msgType.props.options.4.title': 'Loading',
|
|
46
|
+
'todo.optionList.duration.label': 'Loading Duration',
|
|
47
|
+
'todo.optionList.duration.props.unit': 'Seconds',
|
|
48
|
+
'todo.optionList.swiperIndex.label': 'Index',
|
|
49
|
+
'todo.optionList.validateType.label': 'Validation Type',
|
|
50
|
+
'todo.optionList.validateType.props.options.0.title': 'Success',
|
|
51
|
+
'todo.optionList.validateType.props.options.1.title': 'Info',
|
|
52
|
+
'todo.optionList.validateType.props.options.2.title': 'Error',
|
|
53
|
+
'todo.optionList.validateType.props.options.3.title': 'Warning',
|
|
54
|
+
'todo.optionList.validateType.props.options.4.title': 'Normal',
|
|
55
|
+
'todo.optionList.validateMsg.label': 'Validation Message',
|
|
56
|
+
'todo.optionList.validateMsg.props.placeholder': 'Please enter',
|
|
57
|
+
'todo.optionList.expType.label': 'Type',
|
|
58
|
+
'todo.optionList.expType.props.options.0.title': 'PDF',
|
|
59
|
+
'todo.optionList.expType.props.options.1.title': 'Image',
|
|
60
|
+
'todo.optionList.expFileName.label': 'File Name',
|
|
61
|
+
'todo.optionList.expFileName.props.placeholder': 'Please enter the export file name',
|
|
62
|
+
'todo.optionList.modalType.label': 'Type',
|
|
63
|
+
'todo.optionList.modalType.props.options.0.title': 'Success',
|
|
64
|
+
'todo.optionList.modalType.props.options.1.title': 'Info',
|
|
65
|
+
'todo.optionList.modalType.props.options.2.title': 'Warning',
|
|
66
|
+
'todo.optionList.modalType.props.options.3.title': 'Error',
|
|
67
|
+
'todo.optionList.modalType.props.options.4.title': 'Confirm',
|
|
68
|
+
// todo.optionList - batch A
|
|
69
|
+
'todo.optionList.okText.label': 'OK Button Text',
|
|
70
|
+
'todo.optionList.cancelText.label': 'Cancel Button Text',
|
|
71
|
+
'todo.optionList.historyType.label': 'Type',
|
|
72
|
+
'todo.optionList.historyType.props.options.0.title': 'Route Navigation',
|
|
73
|
+
'todo.optionList.historyType.props.options.1.title': 'Route Replace',
|
|
74
|
+
'todo.optionList.timerType.label': 'Timer Type',
|
|
75
|
+
'todo.optionList.timerType.props.options.0.title': 'Single Timer',
|
|
76
|
+
'todo.optionList.timerType.props.options.1.title': 'Interval Timer',
|
|
77
|
+
'todo.optionList.title.label': 'Title',
|
|
78
|
+
'todo.optionList.content.label': 'Content',
|
|
79
|
+
'todo.optionList.params.label': 'Parameter Assignment',
|
|
80
|
+
'todo.optionList.setParams.label': 'Parameters',
|
|
81
|
+
'todo.optionList.actionType.label': 'Form Type',
|
|
82
|
+
'todo.optionList.actionType.props.placeholder': 'Add-add, Edit-edit, Detail-detail',
|
|
83
|
+
// todo.optionList - batch B
|
|
84
|
+
'todo.optionList.pathname.label': 'Page',
|
|
85
|
+
'todo.optionList.dropPathname.label': 'Page',
|
|
86
|
+
'todo.optionList.searchParams.label': 'URL Parameters',
|
|
87
|
+
'todo.optionList.routerData.label': 'Router Data',
|
|
88
|
+
'todo.optionList.modalname.label': 'Modal',
|
|
89
|
+
'todo.optionList.drawerPath.label': 'Drawer',
|
|
90
|
+
'todo.optionList.compState.label': 'Component State',
|
|
91
|
+
'todo.optionList.activeTabKey.label': 'Active Tab Key',
|
|
92
|
+
'todo.optionList.downloadUrl.label': 'Download Link URL',
|
|
93
|
+
'todo.optionList.uploadProps.label': 'Upload Parameters',
|
|
94
|
+
'todo.optionList.inlineeditnow.label': 'Enable Inline Edit After Adding',
|
|
95
|
+
'todo.optionList.inlineeditnow.props.options.0.title': 'No',
|
|
96
|
+
'todo.optionList.inlineeditnow.props.options.1.title': 'Yes',
|
|
97
|
+
'todo.optionList.disabled.label': 'State Settings',
|
|
98
|
+
'todo.optionList.disabled.props.options.0.title': 'Enable',
|
|
99
|
+
'todo.optionList.disabled.props.options.1.title': 'Disable',
|
|
100
|
+
'todo.optionList.disabled.props.options.2.title': 'Toggle',
|
|
101
|
+
'todo.optionList.required.label': 'Required Settings',
|
|
102
|
+
'todo.optionList.required.props.options.0.title': 'Required',
|
|
103
|
+
'todo.optionList.required.props.options.1.title': 'Optional',
|
|
104
|
+
'todo.optionList.required.props.options.2.title': 'Toggle',
|
|
105
|
+
'todo.optionList.fileName.label': 'Custom File Name',
|
|
106
|
+
'todo.optionList.fileName.labelTip': 'When file name is not set, the original file name will be used',
|
|
107
|
+
'todo.optionList.fileName.props.placeholder': 'Including extension, e.g.: table.xls',
|
|
108
|
+
'todo.optionList.loadmoreKey.label': 'Update Parameters',
|
|
109
|
+
'todo.optionList.wechatappId.props.placeholder': 'e.g.: wx_xxxxx',
|
|
110
|
+
'todo.optionList.jsonId.label': 'Page',
|
|
111
|
+
'todo.optionList.fileId.label': 'File ID',
|
|
112
|
+
'todo.optionList.fileId.labelTip': 'File preview formats supported: pdf, jpg, jpeg, png, svg, mp4, mov, txt, html, js, doc, xlsx, docx, wps, ppt, etc. Note: If it is an external URL, cross-domain issues may exist! Note: If it is an external URL, cross-domain issues may exist!',
|
|
113
|
+
'todo.optionList.loadMoreTotal.label': 'Total Count',
|
|
114
|
+
'todo.optionList.loadMoreData.label': 'Data Source',
|
|
115
|
+
'todo.optionList.aliasPageNum.label': 'Page Number Field Name',
|
|
116
|
+
// todo.optionList - batch C (flow related)
|
|
117
|
+
'todo.optionList.flowUrl.label': 'Flow Request API',
|
|
118
|
+
'todo.optionList.flowType.label': 'Flow Type',
|
|
119
|
+
'todo.optionList.flowType.props.options.0.title': 'Start',
|
|
120
|
+
'todo.optionList.flowType.props.options.1.title': 'Approve',
|
|
121
|
+
'todo.optionList.flowType.props.options.2.title': 'Reject',
|
|
122
|
+
'todo.optionList.flowType.props.options.3.title': 'Transfer',
|
|
123
|
+
'todo.optionList.flowType.props.options.4.title': 'General',
|
|
124
|
+
'todo.optionList.flowWorkOrderId.label': 'Business Work Order ID',
|
|
125
|
+
'todo.optionList.flowCode.label': 'Select Flow',
|
|
126
|
+
'todo.optionList.workOrderType.label': 'Business Work Order Type',
|
|
127
|
+
'todo.optionList.flowAuditDesc.label': 'Audit Comment',
|
|
128
|
+
'todo.optionList.flowFileId.label': 'Attachment ID',
|
|
129
|
+
'todo.optionList.configDealUserId.label': 'Assigned Handler',
|
|
130
|
+
'todo.optionList.flowBtnActionType.label': 'Button Action Type',
|
|
131
|
+
'todo.optionList.flowWorkId.label': 'Flow Instance ID',
|
|
132
|
+
'todo.optionList.flowTabStepVisible.label': 'Display Flow Instance Diagram',
|
|
133
|
+
'todo.optionList.flowTimelineVisible.label': 'Display Flow Timeline',
|
|
134
|
+
'todo.optionList.flowCustParams.label': 'Custom Parameters',
|
|
135
|
+
'todo.optionList.workItemId.label': 'Work Item ID',
|
|
136
|
+
'todo.optionList.flowExtraParams.label': 'Target Node',
|
|
137
|
+
'todo.optionList.diagramType.label': 'Select Instance Diagram Type',
|
|
138
|
+
'todo.optionList.diagramType.props.options.0.title': 'Current Flow Instance Diagram',
|
|
139
|
+
'todo.optionList.diagramType.props.options.1.title': 'Specified Main Flow Instance Diagram',
|
|
140
|
+
'todo.optionList.diagramFlowCode.label': 'Select Flow',
|
|
141
|
+
'todo.optionList.diagramWorkOrderId.label': 'Business Order ID',
|
|
142
|
+
// todo.optionList - batch D (export/import related)
|
|
143
|
+
'todo.optionList.objectFields.label': 'Export Fields',
|
|
144
|
+
'todo.optionList.objectFields.props.options.customKeyMap.fieldData': 'Field Data',
|
|
145
|
+
'todo.optionList.objectFields.props.options.customKeyMap.attrCode': 'Field Code',
|
|
146
|
+
'todo.optionList.objectFields.props.options.customKeyMap.attrName': 'Field Name',
|
|
147
|
+
'todo.optionList.exportSheet.label': 'Sheet Settings',
|
|
148
|
+
'todo.optionList.exportSheet.props.options.0.label': 'Sheet Name',
|
|
149
|
+
'todo.optionList.exportSheet.props.options.1.label': 'Data Source',
|
|
150
|
+
'todo.optionList.exportSheet.props.options.2.label': 'Query Conditions',
|
|
151
|
+
'todo.optionList.exportSheet.props.options.3.label': 'Export Fields',
|
|
152
|
+
'todo.optionList.exportSheet.props.options.3.props.options.customKeyMap.fieldData': 'Field Data',
|
|
153
|
+
'todo.optionList.exportSheet.props.options.3.props.options.customKeyMap.attrCode': 'Field Code',
|
|
154
|
+
'todo.optionList.exportSheet.props.options.3.props.options.customKeyMap.attrName': 'Field Name',
|
|
155
|
+
'todo.optionList.serviceData.label': 'Data Source',
|
|
156
|
+
// todo.optionList - batch E1 (general and map/location)
|
|
157
|
+
'todo.optionList.accept.label': 'File Type',
|
|
158
|
+
'todo.optionList.custTplUrl.label': 'Specify Template URL (Optional)',
|
|
159
|
+
'todo.optionList.name.label': 'Modify Name',
|
|
160
|
+
'todo.optionList.name.props.placeholder': 'Please enter name',
|
|
161
|
+
'todo.optionList.icon.label': 'Modify Icon',
|
|
162
|
+
'todo.optionList.icon.props.placeholder': 'Please select icon',
|
|
163
|
+
'todo.optionList.editorCode.label': 'Custom Content',
|
|
164
|
+
'todo.optionList.actionTitle.label': 'Action Description',
|
|
165
|
+
'todo.optionList.actionTitle.props.placeholder': 'Please enter action description',
|
|
166
|
+
'todo.optionList.sync.label': 'Data Loading Method',
|
|
167
|
+
'todo.optionList.sync.props.options.0.title': 'Asynchronous Loading',
|
|
168
|
+
'todo.optionList.sync.props.options.1.title': 'Synchronous Loading',
|
|
169
|
+
'todo.optionList.setItemKey.label': 'Field Name',
|
|
170
|
+
'todo.optionList.setItemKey.props.placeholder': 'Please enter field name, must be in English',
|
|
171
|
+
'todo.optionList.mapKey.label': 'Map Key',
|
|
172
|
+
'todo.optionList.mapKey.props.placeholder': 'Please enter map key',
|
|
173
|
+
'todo.optionList.locationAlways.label': 'Continuous Location',
|
|
174
|
+
'todo.optionList.locationOutputType.label': 'Location Output Coordinate System',
|
|
175
|
+
'todo.optionList.locationOutputType.props.options.0.title': 'WGS84 Coordinate System',
|
|
176
|
+
'todo.optionList.locationOutputType.props.options.1.title': 'GCJ-02 Coordinate System',
|
|
177
|
+
'todo.optionList.locationOutputType.props.options.2.title': 'BD-09 Coordinate System',
|
|
178
|
+
'todo.optionList.appTableData.label': 'Table Header Data',
|
|
179
|
+
'todo.optionList.appTableDataSource.label': 'Table Data',
|
|
180
|
+
'todo.optionList.locationAddress.label': 'Need Address Information',
|
|
181
|
+
'todo.optionList.addTransferValue.label': 'Content',
|
|
182
|
+
'todo.optionList.addTransferValue.props.placeholder': 'Please enter values to add, separated by commas, e.g.: 1,2,3',
|
|
183
|
+
'todo.optionList.removeTransferValue.label': 'Content',
|
|
184
|
+
'todo.optionList.removeTransferValue.props.placeholder': 'Please enter values to remove, separated by commas, e.g.: 1,2,3',
|
|
185
|
+
'todo.optionList.defaultOpenKey.label': 'Content',
|
|
186
|
+
'todo.optionList.inlineCollapsed.label': 'Collapsed',
|
|
187
|
+
'todo.optionList.inlineCollapsed.props.options.0.title': 'Collapse',
|
|
188
|
+
'todo.optionList.inlineCollapsed.props.options.1.title': 'Expand',
|
|
189
|
+
'todo.optionList.inlineCollapsed.props.options.2.title': 'Toggle',
|
|
190
|
+
// todo.optionList - batch E2 (charts/media/view)
|
|
191
|
+
'todo.optionList.xLineName.label': 'X-axis Field Name',
|
|
192
|
+
'todo.optionList.yLineName.label': 'Y-axis Field Name',
|
|
193
|
+
'todo.optionList.lineChartData.label': 'Data Source',
|
|
194
|
+
'todo.optionList.spCount.label': 'Current Count',
|
|
195
|
+
'todo.optionList.spTotal.label': 'Total Count',
|
|
196
|
+
'todo.optionList.spRightNode.label': 'Right Text',
|
|
197
|
+
'todo.optionList.donutX.label': 'X-axis Field Name',
|
|
198
|
+
'todo.optionList.donutY.label': 'Y-axis Field Name',
|
|
199
|
+
'todo.optionList.donutData.label': 'Data Source',
|
|
200
|
+
'todo.optionList.donutSumText.label': 'Total Data',
|
|
201
|
+
'todo.optionList.mpData.label': 'Data Source',
|
|
202
|
+
'todo.optionList.mpData.props.placeholder': 'Format: [{count:xx, color:xx, label:xx},...]',
|
|
203
|
+
'todo.optionList.gcXName.label': 'X-axis Field Name',
|
|
204
|
+
'todo.optionList.gcLegendParams.label': 'Legend Content',
|
|
205
|
+
'todo.optionList.gcLegendParams.props.placeholder': 'Format: [{label:xx(description), value:xx(corresponding data source field)},...]',
|
|
206
|
+
'todo.optionList.gcData.label': 'Data Source',
|
|
207
|
+
'todo.optionList.gcData.props.placeholder': 'Format: [{name:xx, xx:xx, xx:xx, ...},...]',
|
|
208
|
+
'todo.optionList.scXName.label': 'X-axis Field Name',
|
|
209
|
+
'todo.optionList.scYName.label': 'Y-axis Field Name',
|
|
210
|
+
'todo.optionList.scData.label': 'Data Source',
|
|
211
|
+
'todo.optionList.scData.props.placeholder': 'Format: [{xx:xx, xx:xx, color:xx(set this parameter to specify color) },...]',
|
|
212
|
+
'todo.optionList.stcXName.label': 'X-axis Field Name',
|
|
213
|
+
'todo.optionList.stcLegendParams.label': 'Legend Content',
|
|
214
|
+
'todo.optionList.stcLegendParams.props.placeholder': 'Format: [{label:xx, value:xx},...]',
|
|
215
|
+
'todo.optionList.stcData.label': 'Data Source',
|
|
216
|
+
'todo.optionList.stcData.props.placeholder': 'Format: [{xx:xx, xx:xx, ... },...]',
|
|
217
|
+
'todo.optionList.valueMapKey.label': 'Value Mapping Field',
|
|
218
|
+
'todo.optionList.labelMapKey.label': 'Label Mapping Field',
|
|
219
|
+
'todo.optionList.selectDescriptionKey.label': 'Option Description Field',
|
|
220
|
+
'todo.optionList.selectDisabledKey.label': 'Option Disabled Field',
|
|
221
|
+
'todo.optionList.setSelectorDisabelItems.label': 'Value/Index',
|
|
222
|
+
'todo.optionList.updateMediaState.label': 'State Settings',
|
|
223
|
+
'todo.optionList.updateMediaState.props.options.0.title': 'Play',
|
|
224
|
+
'todo.optionList.updateMediaState.props.options.1.title': 'Pause',
|
|
225
|
+
'todo.optionList.updateMediaState.props.options.2.title': 'Toggle',
|
|
226
|
+
'todo.optionList.customGroup.label': 'Custom Header Template',
|
|
227
|
+
'todo.optionList.customGroup.labelTip': 'You can customize the export template header based on selected fields',
|
|
228
|
+
'todo.optionList.exception.label': 'Import Exception Configuration',
|
|
229
|
+
'todo.optionList.exception.props.options.0.title': 'Support Partial Import',
|
|
230
|
+
'todo.optionList.viewMode.label': 'Preview Mode',
|
|
231
|
+
'todo.optionList.viewMode.props.options.0.title': 'Page Modal',
|
|
232
|
+
'todo.optionList.viewMode.props.options.1.title': 'Tab',
|
|
233
|
+
'todo.optionList.viewMode.props.options.2.title': 'New Window',
|
|
234
|
+
'todo.optionList.modalWidth.label': 'Modal Width',
|
|
235
|
+
'todo.optionList.modalWidth.labelTip': 'Different browsers have different minimum limits. Avoid setting too small sizes. When width and height are not set, it defaults to full screen',
|
|
236
|
+
'todo.optionList.modalHeight.label': 'Modal Height',
|
|
237
|
+
'todo.optionList.modalHeight.labelTip': 'Different browsers have different minimum limits. Avoid setting too small sizes. When width and height are not set, it defaults to full screen',
|
|
238
|
+
// todo.optionList - batch F (remaining general/import/service/advanced)
|
|
239
|
+
'todo.optionList.rProps.label': 'Set Custom Component Properties',
|
|
240
|
+
'todo.optionList.hasEventExtService.label': 'Need to Enable Service Extension',
|
|
241
|
+
'todo.optionList.hasEventExtService.props.options.0.title': 'Yes',
|
|
242
|
+
'todo.optionList.hasEventExtService.props.options.1.title': 'No',
|
|
243
|
+
'todo.optionList.eventExtService.label': 'Select Business Scenario to Extend Service',
|
|
244
|
+
'todo.optionList.tempName.label': 'Set Template Name',
|
|
245
|
+
'todo.optionList.tempName.props.placeholder': 'Please enter template name',
|
|
246
|
+
'todo.optionList.busiObjectId.label': 'Select Business Object',
|
|
247
|
+
'todo.optionList.busiObjectFilterParams.label': 'Query Conditions',
|
|
248
|
+
'todo.optionList.filterParams.label': 'Query Conditions',
|
|
249
|
+
'todo.optionList.busiObjectFields.label': 'Filter Fields',
|
|
250
|
+
'todo.optionList.showOnly.label': 'Parse Only Without Saving',
|
|
251
|
+
'todo.optionList.showOnly.props.options.0.title': 'Yes',
|
|
252
|
+
'todo.optionList.showOnly.props.options.1.title': 'No',
|
|
253
|
+
'todo.optionList.custFileName.label': 'Custom File Name',
|
|
254
|
+
'todo.optionList.custSheetName.label': 'Sheet Name',
|
|
255
|
+
'todo.optionList.className.label': 'Class Name',
|
|
256
|
+
'todo.optionList.funcName.label': 'Function Name',
|
|
257
|
+
'todo.optionList.funcParams.label': 'Custom Input Parameters',
|
|
258
|
+
'todo.optionList.valueList.label': 'Component Assignment',
|
|
259
|
+
'todo.optionList.customFuncName.label': 'Custom Event',
|
|
260
|
+
'todo.optionList.customFuncParams.label': 'Event Input Parameters',
|
|
261
|
+
'todo.optionList.custUrl.label': 'Import Service',
|
|
262
|
+
'todo.optionList.custUrl.props.options.serviceTabs.0.description': 'Only orchestration services with file input parameters are shown here. Service input parameters must include the impFile (file type) field for receiving files and the param (object type, optional) field for receiving custom parameters',
|
|
263
|
+
'todo.optionList.custUrl.props.options.serviceTabs.1.description': 'Only request layer services used in upload controls are shown here. Service input parameters must include the impFile (file type) field for receiving files and the param (object type, optional) field for receiving custom parameters',
|
|
264
|
+
'todo.optionList.compToPrint.label': 'Custom Print Area (Optional)',
|
|
265
|
+
'todo.optionList.custTpl.label': 'Configure Import Template',
|
|
266
|
+
'todo.optionList.returnType.label': 'Return Type',
|
|
267
|
+
'todo.optionList.returnType.labelTip': '1. Value: Used for data return, such as getting page form data and passing data after exit;<br />2. Success: Used for success flag return, will trigger the success callback of the caller;<br />3. Failure: Used for failure flag return, will trigger the failure callback of the caller.',
|
|
268
|
+
'todo.optionList.returnType.props.options.0.title': 'Value',
|
|
269
|
+
'todo.optionList.returnType.props.options.1.title': 'Success',
|
|
270
|
+
'todo.optionList.returnType.props.options.2.title': 'Failure',
|
|
271
|
+
'todo.optionList.returnValue.label': 'Return Content (Optional)',
|
|
272
|
+
'todo.optionList.isPreventDefault.label': 'Prevent Default Action (Advanced)',
|
|
273
|
+
'todo.optionList.isPreventDefault.props.options.0.title': 'Yes',
|
|
274
|
+
'todo.optionList.isPreventDefault.props.options.1.title': 'No',
|
|
275
|
+
'todo.optionList.isPreventDefault.labelTip': 'Prevents browser default behavior:<br />Such as preventing file selector opening, file download, etc.',
|
|
276
|
+
'todo.optionList.isStopPropagation.label': 'Stop Event Propagation (Advanced)',
|
|
277
|
+
'todo.optionList.isStopPropagation.labelTip': 'Only triggers the event configured for the current component:<br />For example, if a button is placed in a blank container, and both the blank container and button have click events configured, normally clicking the button will trigger both click events. However, stopping event propagation will prevent the blank container\'s click event from executing.',
|
|
278
|
+
'todo.optionList.isStopPropagation.props.options.0.title': 'Yes',
|
|
279
|
+
'todo.optionList.isStopPropagation.props.options.1.title': 'No',
|
|
280
|
+
'todo.optionList.verificationCodeUrl.label': 'Verification Code Image URL',
|
|
281
|
+
// todo.optionList - batch G (additional option labels)
|
|
282
|
+
'todo.optionList.selectValueKeyForRC.label': 'Display Value Field',
|
|
283
|
+
'todo.optionList.selectLabelKeyForRC.label': 'Display Label Field',
|
|
284
|
+
'todo.optionList.total.label': 'Total Count',
|
|
285
|
+
'todo.optionList.curPage.label': 'Update Page Number',
|
|
286
|
+
'todo.optionList.colName.label': 'Translation Field',
|
|
287
|
+
'todo.optionList.colNameForEdit.label': 'Field',
|
|
288
|
+
'todo.optionList.nodeKey.label': 'Operation Node Key',
|
|
289
|
+
'todo.optionList.valueKey.label': 'Node Key Value Field',
|
|
290
|
+
'todo.optionList.titleKey.label': 'Node Name Value Field',
|
|
291
|
+
'todo.optionList.stateName.label': 'Custom Property Name',
|
|
292
|
+
'todo.optionList.inlineeditrow.label': 'Specify Row ID',
|
|
293
|
+
'todo.optionList.stateval.label': 'Content',
|
|
294
|
+
'todo.optionList.timername.label': 'Timer Name (Must be unique within page)',
|
|
295
|
+
'todo.optionList.interval.label': 'Time Interval',
|
|
296
|
+
'todo.optionList.interval.props.unit': 'Milliseconds',
|
|
297
|
+
'todo.optionList.targettimer.label': 'Timer Name',
|
|
298
|
+
'todo.optionList.customCallback.label': 'Callback',
|
|
299
|
+
'todo.optionList.stepsCurrent.label': 'Current Step',
|
|
300
|
+
'todo.optionList.compId.label': 'Component Selection',
|
|
301
|
+
'todo.optionList.selectComp.label': 'Component Selection',
|
|
302
|
+
'todo.optionList.dataSource.label': 'Content',
|
|
303
|
+
'todo.optionList.parentKey.label': 'Operation Node Key',
|
|
304
|
+
'todo.optionList.dataSourceFileId.label': 'File ID',
|
|
305
|
+
'todo.optionList.dataSourceFileId.labelTip': 'Supports comma-separated or array format for multiple file downloads, e.g.: 1,2 or $[1,2]$',
|
|
306
|
+
'todo.optionList.labelKey.label': 'Node Name Value Field',
|
|
307
|
+
'todo.optionList.nodeValueKey.label': 'Node Key Value Field',
|
|
308
|
+
'todo.optionList.urlValueKey.label': 'Node URL Value Field',
|
|
309
|
+
'todo.optionList.selectable.label': 'Node Selectable Field Code',
|
|
310
|
+
'todo.optionList.selectable.labelTip': 'Use case: Need to control whether the current node can be selected, and the backend service needs to have a field that indicates whether it is selectable;\nProcessing logic: When the node\'s field code value is a boolean false, or a string \'false\' or empty string, it is considered unselectable, otherwise it is considered selectable.',
|
|
311
|
+
'todo.optionList.childrenKey.label': 'Children List Value Field',
|
|
312
|
+
'todo.optionList.childrenKey.labelTip': 'Use case: When querying all data at once, you need to set the value field for the next level list data;\nExample: For the following parameters, when querying all data, you need to mark that the next level list data is obtained from the children field;\n{\n "resultObject": [{\n "children": [{\n "children": [],\n "parent_id": "10700",\n "name": "2-1",\n "id": "10900",\n }],\n "parent_id": "-1",\n "name": "Second Tree",\n "id": "10700",\n }]\n}',
|
|
313
|
+
'todo.optionList.selectValueKey.label': 'Option Value Field',
|
|
314
|
+
'todo.optionList.selectLabelKey.label': 'Option Label Field',
|
|
315
|
+
'todo.optionList.jsBridgeMethod.label': 'Method Name',
|
|
316
|
+
'todo.optionList.jsBridgeMethod.props.placeholder': 'e.g.: openCamera',
|
|
317
|
+
'todo.optionList.androidWebName.label': 'Android Container Name',
|
|
318
|
+
'todo.optionList.androidWebName.props.placeholder': 'Default: Android',
|
|
319
|
+
'todo.optionList.androidSuccessFunName.label': 'Android Success Callback Method Name',
|
|
320
|
+
'todo.optionList.androidSuccessFunName.props.placeholder': 'e.g.: openCameraSuccess[Used for Android success callback to H5]',
|
|
321
|
+
'todo.optionList.iOSSuccessFunName.label': 'iOS Success Callback Method Name',
|
|
322
|
+
'todo.optionList.iOSSuccessFunName.props.placeholder': 'e.g.: openCameraSuccess[Used for iOS success callback to H5]',
|
|
323
|
+
'todo.optionList.androidFailFunName.label': 'Android Failure Callback Method Name',
|
|
324
|
+
'todo.optionList.androidFailFunName.props.placeholder': 'e.g.: openCameraFail[Used for Android failure callback to H5]',
|
|
325
|
+
'todo.optionList.iOSFailFunName.label': 'iOS Failure Callback Method Name',
|
|
326
|
+
'todo.optionList.iOSFailFunName.props.placeholder': 'e.g.: openCameraFail[Used for iOS failure callback to H5]',
|
|
327
|
+
'todo.optionList.customParams.label': 'Custom Input Parameters',
|
|
328
|
+
'todo.optionList.selectScene.label': 'Select Scenario',
|
|
329
|
+
'todo.optionList.selectServerDataSource.label': 'Select Data Source',
|
|
330
|
+
'todo.optionList.selectAllDataSource.label': 'Select Data Source',
|
|
331
|
+
'todo.optionList.selectCompFunc.label': 'Method',
|
|
332
|
+
'todo.optionList.setCompParams.label': 'Parameters',
|
|
333
|
+
'todo.optionList.dataSourceReloadFilter.label': 'Data Source Assignment',
|
|
334
|
+
'todo.optionList.dataSourceSetValue.label': 'Data Source Assignment',
|
|
335
|
+
'todo.optionList.onlySetPatch.label': 'Assignment Scope',
|
|
336
|
+
'todo.optionList.onlySetPatch.props.options.0.title': 'Partial Assignment',
|
|
337
|
+
'todo.optionList.onlySetPatch.props.options.1.title': 'Full Assignment',
|
|
338
|
+
'todo.optionList.selectObjectDataSource.label': 'Select Business Object Data Source',
|
|
339
|
+
'todo.optionList.iframeData.label': 'Send Content',
|
|
340
|
+
'todo.optionList.iframeOrigin.label': 'Send Target Origin',
|
|
341
|
+
'todo.optionList.copyText.label': 'Copy Content',
|
|
342
|
+
'todo.optionList.tripleFormId.label': 'Detail ID',
|
|
343
|
+
'todo.optionList.custParams.label': 'Custom Parameters'
|
|
344
|
+
};
|
|
345
|
+
var _default = exports.default = todoOptionListEnUS;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = exports.configZhCN = void 0;
|
|
7
|
+
var _configLocalesCn = require("./config-locales-cn.todo-actionList");
|
|
8
|
+
var _configLocalesCn2 = require("./config-locales-cn.mobile");
|
|
9
|
+
var _configLocalesCn3 = require("./config-locales-cn.pc");
|
|
10
|
+
var _configLocalesCn4 = require("./config-locales-cn.todo-callback");
|
|
11
|
+
var _configLocalesCn5 = require("./config-locales-cn.todo-optionList");
|
|
12
|
+
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
13
|
+
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
14
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
15
|
+
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
16
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
|
|
17
|
+
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
18
|
+
var configZhCN = exports.configZhCN = _objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread({}, _configLocalesCn.todoActionListZhCN), _configLocalesCn2.mobileZhCN), _configLocalesCn3.pcZhCN), _configLocalesCn4.todoCallbackZhCN), _configLocalesCn5.todoOptionListZhCN);
|
|
19
|
+
var _default = exports.default = configZhCN;
|