@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,21 @@
|
|
|
1
|
+
export var todoCallbackEnUS = {
|
|
2
|
+
// todo/callback (shared callbacks)
|
|
3
|
+
'todo.callback.form.values.title': 'Form Values',
|
|
4
|
+
'todo.callback.form.values.description': 'Form data object, including: field code and value',
|
|
5
|
+
'todo.callback.form.values.dataSuffix': 'Data',
|
|
6
|
+
'todo.callback.form.type.Form': 'Form',
|
|
7
|
+
'todo.callback.form.type.QueryForm': 'Query Form',
|
|
8
|
+
'todo.callback.form.type.FormList': 'Subform',
|
|
9
|
+
'todo.callback.form.range.begin': 'Start Time',
|
|
10
|
+
'todo.callback.form.range.end': 'End Time',
|
|
11
|
+
'todo.callback.form.range.beginDesc': 'Start time of',
|
|
12
|
+
'todo.callback.form.range.endDesc': 'End time of',
|
|
13
|
+
'todo.callback.form.range.description': 'Formatted output according to the specified "value format"',
|
|
14
|
+
'todo.callback.form.validate.failResult': 'Form Failure Result',
|
|
15
|
+
'todo.callback.form.validate.failFirstError': 'First Error of Form Failure Result',
|
|
16
|
+
'todo.callback.form.validate.firstError.description': 'Error message returned when validation fails',
|
|
17
|
+
'todo.callback.form.validate.description': 'Form data object and failure information, including: field code, field value, failed field code, and error message',
|
|
18
|
+
'todo.callback.postObject.returnObjectPrefix': 'Return Object-',
|
|
19
|
+
'todo.callback.ai.actionName': 'Call Agent Service'
|
|
20
|
+
};
|
|
21
|
+
export default todoCallbackEnUS;
|
|
@@ -0,0 +1,339 @@
|
|
|
1
|
+
export var todoOptionListEnUS = {
|
|
2
|
+
// todo/optionList (shared options) - batch 1
|
|
3
|
+
'todo.optionList.url.label': 'Request URL',
|
|
4
|
+
'todo.optionList.sqlServiceCode.label': 'Select SQL Query Service',
|
|
5
|
+
'todo.optionList.sqlServiceFields.label': 'Export Fields',
|
|
6
|
+
'todo.optionList.target.label': 'Linkage Source',
|
|
7
|
+
'todo.optionList.arelStaticData.label': 'A-side Static Data',
|
|
8
|
+
'todo.optionList.zrelStaticData.label': 'Z-side Static Data',
|
|
9
|
+
'todo.optionList.staticData.label': 'Static Data',
|
|
10
|
+
'todo.optionList.custTargetVal.label': 'Custom Trigger Value',
|
|
11
|
+
'todo.optionList.visible.label': 'Visibility Settings',
|
|
12
|
+
'todo.optionList.visible.props.options.0.title': 'Show',
|
|
13
|
+
'todo.optionList.visible.props.options.1.title': 'Hide',
|
|
14
|
+
'todo.optionList.visible.props.options.2.title': 'Toggle',
|
|
15
|
+
'todo.optionList.readonly.label': 'Edit State Settings',
|
|
16
|
+
'todo.optionList.readonly.props.options.0.title': 'Read-only',
|
|
17
|
+
'todo.optionList.readonly.props.options.1.title': 'Enable',
|
|
18
|
+
'todo.optionList.readonly.props.options.2.title': 'Toggle',
|
|
19
|
+
'todo.optionList.bsSelectType.label': 'Control Type',
|
|
20
|
+
'todo.optionList.bsSelectType.props.options.0.title': 'Unique Field Code',
|
|
21
|
+
'todo.optionList.bsSelectType.props.options.1.title': 'Loop Item Index',
|
|
22
|
+
'todo.optionList.editor.label': 'Editable',
|
|
23
|
+
'todo.optionList.editor.props.options.0.title': 'Yes',
|
|
24
|
+
'todo.optionList.editor.props.options.1.title': 'No',
|
|
25
|
+
'todo.optionList.value.label': 'Content',
|
|
26
|
+
'todo.optionList.valueArray.label': 'Content',
|
|
27
|
+
'todo.optionList.startVal.label': 'Start Value',
|
|
28
|
+
'todo.optionList.startVal.props.placeholder': 'Please enter time in YYYY-MM-DD format',
|
|
29
|
+
'todo.optionList.endVal.label': 'End Value',
|
|
30
|
+
'todo.optionList.endVal.props.placeholder': 'Please enter time in YYYY-MM-DD format',
|
|
31
|
+
'todo.optionList.loading.label': 'Loading',
|
|
32
|
+
'todo.optionList.loading.props.options.0.title': 'Yes',
|
|
33
|
+
'todo.optionList.loading.props.options.1.title': 'No',
|
|
34
|
+
'todo.optionList.msgType.label': 'Type',
|
|
35
|
+
'todo.optionList.msgType.props.options.0.title': 'Success',
|
|
36
|
+
'todo.optionList.msgType.props.options.1.title': 'Info',
|
|
37
|
+
'todo.optionList.msgType.props.options.2.title': 'Warning',
|
|
38
|
+
'todo.optionList.msgType.props.options.3.title': 'Error',
|
|
39
|
+
'todo.optionList.msgType.props.options.4.title': 'Loading',
|
|
40
|
+
'todo.optionList.duration.label': 'Loading Duration',
|
|
41
|
+
'todo.optionList.duration.props.unit': 'Seconds',
|
|
42
|
+
'todo.optionList.swiperIndex.label': 'Index',
|
|
43
|
+
'todo.optionList.validateType.label': 'Validation Type',
|
|
44
|
+
'todo.optionList.validateType.props.options.0.title': 'Success',
|
|
45
|
+
'todo.optionList.validateType.props.options.1.title': 'Info',
|
|
46
|
+
'todo.optionList.validateType.props.options.2.title': 'Error',
|
|
47
|
+
'todo.optionList.validateType.props.options.3.title': 'Warning',
|
|
48
|
+
'todo.optionList.validateType.props.options.4.title': 'Normal',
|
|
49
|
+
'todo.optionList.validateMsg.label': 'Validation Message',
|
|
50
|
+
'todo.optionList.validateMsg.props.placeholder': 'Please enter',
|
|
51
|
+
'todo.optionList.expType.label': 'Type',
|
|
52
|
+
'todo.optionList.expType.props.options.0.title': 'PDF',
|
|
53
|
+
'todo.optionList.expType.props.options.1.title': 'Image',
|
|
54
|
+
'todo.optionList.expFileName.label': 'File Name',
|
|
55
|
+
'todo.optionList.expFileName.props.placeholder': 'Please enter the export file name',
|
|
56
|
+
'todo.optionList.modalType.label': 'Type',
|
|
57
|
+
'todo.optionList.modalType.props.options.0.title': 'Success',
|
|
58
|
+
'todo.optionList.modalType.props.options.1.title': 'Info',
|
|
59
|
+
'todo.optionList.modalType.props.options.2.title': 'Warning',
|
|
60
|
+
'todo.optionList.modalType.props.options.3.title': 'Error',
|
|
61
|
+
'todo.optionList.modalType.props.options.4.title': 'Confirm',
|
|
62
|
+
// todo.optionList - batch A
|
|
63
|
+
'todo.optionList.okText.label': 'OK Button Text',
|
|
64
|
+
'todo.optionList.cancelText.label': 'Cancel Button Text',
|
|
65
|
+
'todo.optionList.historyType.label': 'Type',
|
|
66
|
+
'todo.optionList.historyType.props.options.0.title': 'Route Navigation',
|
|
67
|
+
'todo.optionList.historyType.props.options.1.title': 'Route Replace',
|
|
68
|
+
'todo.optionList.timerType.label': 'Timer Type',
|
|
69
|
+
'todo.optionList.timerType.props.options.0.title': 'Single Timer',
|
|
70
|
+
'todo.optionList.timerType.props.options.1.title': 'Interval Timer',
|
|
71
|
+
'todo.optionList.title.label': 'Title',
|
|
72
|
+
'todo.optionList.content.label': 'Content',
|
|
73
|
+
'todo.optionList.params.label': 'Parameter Assignment',
|
|
74
|
+
'todo.optionList.setParams.label': 'Parameters',
|
|
75
|
+
'todo.optionList.actionType.label': 'Form Type',
|
|
76
|
+
'todo.optionList.actionType.props.placeholder': 'Add-add, Edit-edit, Detail-detail',
|
|
77
|
+
// todo.optionList - batch B
|
|
78
|
+
'todo.optionList.pathname.label': 'Page',
|
|
79
|
+
'todo.optionList.dropPathname.label': 'Page',
|
|
80
|
+
'todo.optionList.searchParams.label': 'URL Parameters',
|
|
81
|
+
'todo.optionList.routerData.label': 'Router Data',
|
|
82
|
+
'todo.optionList.modalname.label': 'Modal',
|
|
83
|
+
'todo.optionList.drawerPath.label': 'Drawer',
|
|
84
|
+
'todo.optionList.compState.label': 'Component State',
|
|
85
|
+
'todo.optionList.activeTabKey.label': 'Active Tab Key',
|
|
86
|
+
'todo.optionList.downloadUrl.label': 'Download Link URL',
|
|
87
|
+
'todo.optionList.uploadProps.label': 'Upload Parameters',
|
|
88
|
+
'todo.optionList.inlineeditnow.label': 'Enable Inline Edit After Adding',
|
|
89
|
+
'todo.optionList.inlineeditnow.props.options.0.title': 'No',
|
|
90
|
+
'todo.optionList.inlineeditnow.props.options.1.title': 'Yes',
|
|
91
|
+
'todo.optionList.disabled.label': 'State Settings',
|
|
92
|
+
'todo.optionList.disabled.props.options.0.title': 'Enable',
|
|
93
|
+
'todo.optionList.disabled.props.options.1.title': 'Disable',
|
|
94
|
+
'todo.optionList.disabled.props.options.2.title': 'Toggle',
|
|
95
|
+
'todo.optionList.required.label': 'Required Settings',
|
|
96
|
+
'todo.optionList.required.props.options.0.title': 'Required',
|
|
97
|
+
'todo.optionList.required.props.options.1.title': 'Optional',
|
|
98
|
+
'todo.optionList.required.props.options.2.title': 'Toggle',
|
|
99
|
+
'todo.optionList.fileName.label': 'Custom File Name',
|
|
100
|
+
'todo.optionList.fileName.labelTip': 'When file name is not set, the original file name will be used',
|
|
101
|
+
'todo.optionList.fileName.props.placeholder': 'Including extension, e.g.: table.xls',
|
|
102
|
+
'todo.optionList.loadmoreKey.label': 'Update Parameters',
|
|
103
|
+
'todo.optionList.wechatappId.props.placeholder': 'e.g.: wx_xxxxx',
|
|
104
|
+
'todo.optionList.jsonId.label': 'Page',
|
|
105
|
+
'todo.optionList.fileId.label': 'File ID',
|
|
106
|
+
'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!',
|
|
107
|
+
'todo.optionList.loadMoreTotal.label': 'Total Count',
|
|
108
|
+
'todo.optionList.loadMoreData.label': 'Data Source',
|
|
109
|
+
'todo.optionList.aliasPageNum.label': 'Page Number Field Name',
|
|
110
|
+
// todo.optionList - batch C (flow related)
|
|
111
|
+
'todo.optionList.flowUrl.label': 'Flow Request API',
|
|
112
|
+
'todo.optionList.flowType.label': 'Flow Type',
|
|
113
|
+
'todo.optionList.flowType.props.options.0.title': 'Start',
|
|
114
|
+
'todo.optionList.flowType.props.options.1.title': 'Approve',
|
|
115
|
+
'todo.optionList.flowType.props.options.2.title': 'Reject',
|
|
116
|
+
'todo.optionList.flowType.props.options.3.title': 'Transfer',
|
|
117
|
+
'todo.optionList.flowType.props.options.4.title': 'General',
|
|
118
|
+
'todo.optionList.flowWorkOrderId.label': 'Business Work Order ID',
|
|
119
|
+
'todo.optionList.flowCode.label': 'Select Flow',
|
|
120
|
+
'todo.optionList.workOrderType.label': 'Business Work Order Type',
|
|
121
|
+
'todo.optionList.flowAuditDesc.label': 'Audit Comment',
|
|
122
|
+
'todo.optionList.flowFileId.label': 'Attachment ID',
|
|
123
|
+
'todo.optionList.configDealUserId.label': 'Assigned Handler',
|
|
124
|
+
'todo.optionList.flowBtnActionType.label': 'Button Action Type',
|
|
125
|
+
'todo.optionList.flowWorkId.label': 'Flow Instance ID',
|
|
126
|
+
'todo.optionList.flowTabStepVisible.label': 'Display Flow Instance Diagram',
|
|
127
|
+
'todo.optionList.flowTimelineVisible.label': 'Display Flow Timeline',
|
|
128
|
+
'todo.optionList.flowCustParams.label': 'Custom Parameters',
|
|
129
|
+
'todo.optionList.workItemId.label': 'Work Item ID',
|
|
130
|
+
'todo.optionList.flowExtraParams.label': 'Target Node',
|
|
131
|
+
'todo.optionList.diagramType.label': 'Select Instance Diagram Type',
|
|
132
|
+
'todo.optionList.diagramType.props.options.0.title': 'Current Flow Instance Diagram',
|
|
133
|
+
'todo.optionList.diagramType.props.options.1.title': 'Specified Main Flow Instance Diagram',
|
|
134
|
+
'todo.optionList.diagramFlowCode.label': 'Select Flow',
|
|
135
|
+
'todo.optionList.diagramWorkOrderId.label': 'Business Order ID',
|
|
136
|
+
// todo.optionList - batch D (export/import related)
|
|
137
|
+
'todo.optionList.objectFields.label': 'Export Fields',
|
|
138
|
+
'todo.optionList.objectFields.props.options.customKeyMap.fieldData': 'Field Data',
|
|
139
|
+
'todo.optionList.objectFields.props.options.customKeyMap.attrCode': 'Field Code',
|
|
140
|
+
'todo.optionList.objectFields.props.options.customKeyMap.attrName': 'Field Name',
|
|
141
|
+
'todo.optionList.exportSheet.label': 'Sheet Settings',
|
|
142
|
+
'todo.optionList.exportSheet.props.options.0.label': 'Sheet Name',
|
|
143
|
+
'todo.optionList.exportSheet.props.options.1.label': 'Data Source',
|
|
144
|
+
'todo.optionList.exportSheet.props.options.2.label': 'Query Conditions',
|
|
145
|
+
'todo.optionList.exportSheet.props.options.3.label': 'Export Fields',
|
|
146
|
+
'todo.optionList.exportSheet.props.options.3.props.options.customKeyMap.fieldData': 'Field Data',
|
|
147
|
+
'todo.optionList.exportSheet.props.options.3.props.options.customKeyMap.attrCode': 'Field Code',
|
|
148
|
+
'todo.optionList.exportSheet.props.options.3.props.options.customKeyMap.attrName': 'Field Name',
|
|
149
|
+
'todo.optionList.serviceData.label': 'Data Source',
|
|
150
|
+
// todo.optionList - batch E1 (general and map/location)
|
|
151
|
+
'todo.optionList.accept.label': 'File Type',
|
|
152
|
+
'todo.optionList.custTplUrl.label': 'Specify Template URL (Optional)',
|
|
153
|
+
'todo.optionList.name.label': 'Modify Name',
|
|
154
|
+
'todo.optionList.name.props.placeholder': 'Please enter name',
|
|
155
|
+
'todo.optionList.icon.label': 'Modify Icon',
|
|
156
|
+
'todo.optionList.icon.props.placeholder': 'Please select icon',
|
|
157
|
+
'todo.optionList.editorCode.label': 'Custom Content',
|
|
158
|
+
'todo.optionList.actionTitle.label': 'Action Description',
|
|
159
|
+
'todo.optionList.actionTitle.props.placeholder': 'Please enter action description',
|
|
160
|
+
'todo.optionList.sync.label': 'Data Loading Method',
|
|
161
|
+
'todo.optionList.sync.props.options.0.title': 'Asynchronous Loading',
|
|
162
|
+
'todo.optionList.sync.props.options.1.title': 'Synchronous Loading',
|
|
163
|
+
'todo.optionList.setItemKey.label': 'Field Name',
|
|
164
|
+
'todo.optionList.setItemKey.props.placeholder': 'Please enter field name, must be in English',
|
|
165
|
+
'todo.optionList.mapKey.label': 'Map Key',
|
|
166
|
+
'todo.optionList.mapKey.props.placeholder': 'Please enter map key',
|
|
167
|
+
'todo.optionList.locationAlways.label': 'Continuous Location',
|
|
168
|
+
'todo.optionList.locationOutputType.label': 'Location Output Coordinate System',
|
|
169
|
+
'todo.optionList.locationOutputType.props.options.0.title': 'WGS84 Coordinate System',
|
|
170
|
+
'todo.optionList.locationOutputType.props.options.1.title': 'GCJ-02 Coordinate System',
|
|
171
|
+
'todo.optionList.locationOutputType.props.options.2.title': 'BD-09 Coordinate System',
|
|
172
|
+
'todo.optionList.appTableData.label': 'Table Header Data',
|
|
173
|
+
'todo.optionList.appTableDataSource.label': 'Table Data',
|
|
174
|
+
'todo.optionList.locationAddress.label': 'Need Address Information',
|
|
175
|
+
'todo.optionList.addTransferValue.label': 'Content',
|
|
176
|
+
'todo.optionList.addTransferValue.props.placeholder': 'Please enter values to add, separated by commas, e.g.: 1,2,3',
|
|
177
|
+
'todo.optionList.removeTransferValue.label': 'Content',
|
|
178
|
+
'todo.optionList.removeTransferValue.props.placeholder': 'Please enter values to remove, separated by commas, e.g.: 1,2,3',
|
|
179
|
+
'todo.optionList.defaultOpenKey.label': 'Content',
|
|
180
|
+
'todo.optionList.inlineCollapsed.label': 'Collapsed',
|
|
181
|
+
'todo.optionList.inlineCollapsed.props.options.0.title': 'Collapse',
|
|
182
|
+
'todo.optionList.inlineCollapsed.props.options.1.title': 'Expand',
|
|
183
|
+
'todo.optionList.inlineCollapsed.props.options.2.title': 'Toggle',
|
|
184
|
+
// todo.optionList - batch E2 (charts/media/view)
|
|
185
|
+
'todo.optionList.xLineName.label': 'X-axis Field Name',
|
|
186
|
+
'todo.optionList.yLineName.label': 'Y-axis Field Name',
|
|
187
|
+
'todo.optionList.lineChartData.label': 'Data Source',
|
|
188
|
+
'todo.optionList.spCount.label': 'Current Count',
|
|
189
|
+
'todo.optionList.spTotal.label': 'Total Count',
|
|
190
|
+
'todo.optionList.spRightNode.label': 'Right Text',
|
|
191
|
+
'todo.optionList.donutX.label': 'X-axis Field Name',
|
|
192
|
+
'todo.optionList.donutY.label': 'Y-axis Field Name',
|
|
193
|
+
'todo.optionList.donutData.label': 'Data Source',
|
|
194
|
+
'todo.optionList.donutSumText.label': 'Total Data',
|
|
195
|
+
'todo.optionList.mpData.label': 'Data Source',
|
|
196
|
+
'todo.optionList.mpData.props.placeholder': 'Format: [{count:xx, color:xx, label:xx},...]',
|
|
197
|
+
'todo.optionList.gcXName.label': 'X-axis Field Name',
|
|
198
|
+
'todo.optionList.gcLegendParams.label': 'Legend Content',
|
|
199
|
+
'todo.optionList.gcLegendParams.props.placeholder': 'Format: [{label:xx(description), value:xx(corresponding data source field)},...]',
|
|
200
|
+
'todo.optionList.gcData.label': 'Data Source',
|
|
201
|
+
'todo.optionList.gcData.props.placeholder': 'Format: [{name:xx, xx:xx, xx:xx, ...},...]',
|
|
202
|
+
'todo.optionList.scXName.label': 'X-axis Field Name',
|
|
203
|
+
'todo.optionList.scYName.label': 'Y-axis Field Name',
|
|
204
|
+
'todo.optionList.scData.label': 'Data Source',
|
|
205
|
+
'todo.optionList.scData.props.placeholder': 'Format: [{xx:xx, xx:xx, color:xx(set this parameter to specify color) },...]',
|
|
206
|
+
'todo.optionList.stcXName.label': 'X-axis Field Name',
|
|
207
|
+
'todo.optionList.stcLegendParams.label': 'Legend Content',
|
|
208
|
+
'todo.optionList.stcLegendParams.props.placeholder': 'Format: [{label:xx, value:xx},...]',
|
|
209
|
+
'todo.optionList.stcData.label': 'Data Source',
|
|
210
|
+
'todo.optionList.stcData.props.placeholder': 'Format: [{xx:xx, xx:xx, ... },...]',
|
|
211
|
+
'todo.optionList.valueMapKey.label': 'Value Mapping Field',
|
|
212
|
+
'todo.optionList.labelMapKey.label': 'Label Mapping Field',
|
|
213
|
+
'todo.optionList.selectDescriptionKey.label': 'Option Description Field',
|
|
214
|
+
'todo.optionList.selectDisabledKey.label': 'Option Disabled Field',
|
|
215
|
+
'todo.optionList.setSelectorDisabelItems.label': 'Value/Index',
|
|
216
|
+
'todo.optionList.updateMediaState.label': 'State Settings',
|
|
217
|
+
'todo.optionList.updateMediaState.props.options.0.title': 'Play',
|
|
218
|
+
'todo.optionList.updateMediaState.props.options.1.title': 'Pause',
|
|
219
|
+
'todo.optionList.updateMediaState.props.options.2.title': 'Toggle',
|
|
220
|
+
'todo.optionList.customGroup.label': 'Custom Header Template',
|
|
221
|
+
'todo.optionList.customGroup.labelTip': 'You can customize the export template header based on selected fields',
|
|
222
|
+
'todo.optionList.exception.label': 'Import Exception Configuration',
|
|
223
|
+
'todo.optionList.exception.props.options.0.title': 'Support Partial Import',
|
|
224
|
+
'todo.optionList.viewMode.label': 'Preview Mode',
|
|
225
|
+
'todo.optionList.viewMode.props.options.0.title': 'Page Modal',
|
|
226
|
+
'todo.optionList.viewMode.props.options.1.title': 'Tab',
|
|
227
|
+
'todo.optionList.viewMode.props.options.2.title': 'New Window',
|
|
228
|
+
'todo.optionList.modalWidth.label': 'Modal Width',
|
|
229
|
+
'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',
|
|
230
|
+
'todo.optionList.modalHeight.label': 'Modal Height',
|
|
231
|
+
'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',
|
|
232
|
+
// todo.optionList - batch F (remaining general/import/service/advanced)
|
|
233
|
+
'todo.optionList.rProps.label': 'Set Custom Component Properties',
|
|
234
|
+
'todo.optionList.hasEventExtService.label': 'Need to Enable Service Extension',
|
|
235
|
+
'todo.optionList.hasEventExtService.props.options.0.title': 'Yes',
|
|
236
|
+
'todo.optionList.hasEventExtService.props.options.1.title': 'No',
|
|
237
|
+
'todo.optionList.eventExtService.label': 'Select Business Scenario to Extend Service',
|
|
238
|
+
'todo.optionList.tempName.label': 'Set Template Name',
|
|
239
|
+
'todo.optionList.tempName.props.placeholder': 'Please enter template name',
|
|
240
|
+
'todo.optionList.busiObjectId.label': 'Select Business Object',
|
|
241
|
+
'todo.optionList.busiObjectFilterParams.label': 'Query Conditions',
|
|
242
|
+
'todo.optionList.filterParams.label': 'Query Conditions',
|
|
243
|
+
'todo.optionList.busiObjectFields.label': 'Filter Fields',
|
|
244
|
+
'todo.optionList.showOnly.label': 'Parse Only Without Saving',
|
|
245
|
+
'todo.optionList.showOnly.props.options.0.title': 'Yes',
|
|
246
|
+
'todo.optionList.showOnly.props.options.1.title': 'No',
|
|
247
|
+
'todo.optionList.custFileName.label': 'Custom File Name',
|
|
248
|
+
'todo.optionList.custSheetName.label': 'Sheet Name',
|
|
249
|
+
'todo.optionList.className.label': 'Class Name',
|
|
250
|
+
'todo.optionList.funcName.label': 'Function Name',
|
|
251
|
+
'todo.optionList.funcParams.label': 'Custom Input Parameters',
|
|
252
|
+
'todo.optionList.valueList.label': 'Component Assignment',
|
|
253
|
+
'todo.optionList.customFuncName.label': 'Custom Event',
|
|
254
|
+
'todo.optionList.customFuncParams.label': 'Event Input Parameters',
|
|
255
|
+
'todo.optionList.custUrl.label': 'Import Service',
|
|
256
|
+
'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',
|
|
257
|
+
'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',
|
|
258
|
+
'todo.optionList.compToPrint.label': 'Custom Print Area (Optional)',
|
|
259
|
+
'todo.optionList.custTpl.label': 'Configure Import Template',
|
|
260
|
+
'todo.optionList.returnType.label': 'Return Type',
|
|
261
|
+
'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.',
|
|
262
|
+
'todo.optionList.returnType.props.options.0.title': 'Value',
|
|
263
|
+
'todo.optionList.returnType.props.options.1.title': 'Success',
|
|
264
|
+
'todo.optionList.returnType.props.options.2.title': 'Failure',
|
|
265
|
+
'todo.optionList.returnValue.label': 'Return Content (Optional)',
|
|
266
|
+
'todo.optionList.isPreventDefault.label': 'Prevent Default Action (Advanced)',
|
|
267
|
+
'todo.optionList.isPreventDefault.props.options.0.title': 'Yes',
|
|
268
|
+
'todo.optionList.isPreventDefault.props.options.1.title': 'No',
|
|
269
|
+
'todo.optionList.isPreventDefault.labelTip': 'Prevents browser default behavior:<br />Such as preventing file selector opening, file download, etc.',
|
|
270
|
+
'todo.optionList.isStopPropagation.label': 'Stop Event Propagation (Advanced)',
|
|
271
|
+
'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.',
|
|
272
|
+
'todo.optionList.isStopPropagation.props.options.0.title': 'Yes',
|
|
273
|
+
'todo.optionList.isStopPropagation.props.options.1.title': 'No',
|
|
274
|
+
'todo.optionList.verificationCodeUrl.label': 'Verification Code Image URL',
|
|
275
|
+
// todo.optionList - batch G (additional option labels)
|
|
276
|
+
'todo.optionList.selectValueKeyForRC.label': 'Display Value Field',
|
|
277
|
+
'todo.optionList.selectLabelKeyForRC.label': 'Display Label Field',
|
|
278
|
+
'todo.optionList.total.label': 'Total Count',
|
|
279
|
+
'todo.optionList.curPage.label': 'Update Page Number',
|
|
280
|
+
'todo.optionList.colName.label': 'Translation Field',
|
|
281
|
+
'todo.optionList.colNameForEdit.label': 'Field',
|
|
282
|
+
'todo.optionList.nodeKey.label': 'Operation Node Key',
|
|
283
|
+
'todo.optionList.valueKey.label': 'Node Key Value Field',
|
|
284
|
+
'todo.optionList.titleKey.label': 'Node Name Value Field',
|
|
285
|
+
'todo.optionList.stateName.label': 'Custom Property Name',
|
|
286
|
+
'todo.optionList.inlineeditrow.label': 'Specify Row ID',
|
|
287
|
+
'todo.optionList.stateval.label': 'Content',
|
|
288
|
+
'todo.optionList.timername.label': 'Timer Name (Must be unique within page)',
|
|
289
|
+
'todo.optionList.interval.label': 'Time Interval',
|
|
290
|
+
'todo.optionList.interval.props.unit': 'Milliseconds',
|
|
291
|
+
'todo.optionList.targettimer.label': 'Timer Name',
|
|
292
|
+
'todo.optionList.customCallback.label': 'Callback',
|
|
293
|
+
'todo.optionList.stepsCurrent.label': 'Current Step',
|
|
294
|
+
'todo.optionList.compId.label': 'Component Selection',
|
|
295
|
+
'todo.optionList.selectComp.label': 'Component Selection',
|
|
296
|
+
'todo.optionList.dataSource.label': 'Content',
|
|
297
|
+
'todo.optionList.parentKey.label': 'Operation Node Key',
|
|
298
|
+
'todo.optionList.dataSourceFileId.label': 'File ID',
|
|
299
|
+
'todo.optionList.dataSourceFileId.labelTip': 'Supports comma-separated or array format for multiple file downloads, e.g.: 1,2 or $[1,2]$',
|
|
300
|
+
'todo.optionList.labelKey.label': 'Node Name Value Field',
|
|
301
|
+
'todo.optionList.nodeValueKey.label': 'Node Key Value Field',
|
|
302
|
+
'todo.optionList.urlValueKey.label': 'Node URL Value Field',
|
|
303
|
+
'todo.optionList.selectable.label': 'Node Selectable Field Code',
|
|
304
|
+
'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.',
|
|
305
|
+
'todo.optionList.childrenKey.label': 'Children List Value Field',
|
|
306
|
+
'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}',
|
|
307
|
+
'todo.optionList.selectValueKey.label': 'Option Value Field',
|
|
308
|
+
'todo.optionList.selectLabelKey.label': 'Option Label Field',
|
|
309
|
+
'todo.optionList.jsBridgeMethod.label': 'Method Name',
|
|
310
|
+
'todo.optionList.jsBridgeMethod.props.placeholder': 'e.g.: openCamera',
|
|
311
|
+
'todo.optionList.androidWebName.label': 'Android Container Name',
|
|
312
|
+
'todo.optionList.androidWebName.props.placeholder': 'Default: Android',
|
|
313
|
+
'todo.optionList.androidSuccessFunName.label': 'Android Success Callback Method Name',
|
|
314
|
+
'todo.optionList.androidSuccessFunName.props.placeholder': 'e.g.: openCameraSuccess[Used for Android success callback to H5]',
|
|
315
|
+
'todo.optionList.iOSSuccessFunName.label': 'iOS Success Callback Method Name',
|
|
316
|
+
'todo.optionList.iOSSuccessFunName.props.placeholder': 'e.g.: openCameraSuccess[Used for iOS success callback to H5]',
|
|
317
|
+
'todo.optionList.androidFailFunName.label': 'Android Failure Callback Method Name',
|
|
318
|
+
'todo.optionList.androidFailFunName.props.placeholder': 'e.g.: openCameraFail[Used for Android failure callback to H5]',
|
|
319
|
+
'todo.optionList.iOSFailFunName.label': 'iOS Failure Callback Method Name',
|
|
320
|
+
'todo.optionList.iOSFailFunName.props.placeholder': 'e.g.: openCameraFail[Used for iOS failure callback to H5]',
|
|
321
|
+
'todo.optionList.customParams.label': 'Custom Input Parameters',
|
|
322
|
+
'todo.optionList.selectScene.label': 'Select Scenario',
|
|
323
|
+
'todo.optionList.selectServerDataSource.label': 'Select Data Source',
|
|
324
|
+
'todo.optionList.selectAllDataSource.label': 'Select Data Source',
|
|
325
|
+
'todo.optionList.selectCompFunc.label': 'Method',
|
|
326
|
+
'todo.optionList.setCompParams.label': 'Parameters',
|
|
327
|
+
'todo.optionList.dataSourceReloadFilter.label': 'Data Source Assignment',
|
|
328
|
+
'todo.optionList.dataSourceSetValue.label': 'Data Source Assignment',
|
|
329
|
+
'todo.optionList.onlySetPatch.label': 'Assignment Scope',
|
|
330
|
+
'todo.optionList.onlySetPatch.props.options.0.title': 'Partial Assignment',
|
|
331
|
+
'todo.optionList.onlySetPatch.props.options.1.title': 'Full Assignment',
|
|
332
|
+
'todo.optionList.selectObjectDataSource.label': 'Select Business Object Data Source',
|
|
333
|
+
'todo.optionList.iframeData.label': 'Send Content',
|
|
334
|
+
'todo.optionList.iframeOrigin.label': 'Send Target Origin',
|
|
335
|
+
'todo.optionList.copyText.label': 'Copy Content',
|
|
336
|
+
'todo.optionList.tripleFormId.label': 'Detail ID',
|
|
337
|
+
'todo.optionList.custParams.label': 'Custom Parameters'
|
|
338
|
+
};
|
|
339
|
+
export default todoOptionListEnUS;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
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); }
|
|
2
|
+
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; }
|
|
3
|
+
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; }
|
|
4
|
+
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; }
|
|
5
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
|
|
6
|
+
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); }
|
|
7
|
+
import { todoActionListZhCN } from "./config-locales-cn.todo-actionList";
|
|
8
|
+
import { mobileZhCN } from "./config-locales-cn.mobile";
|
|
9
|
+
import { pcZhCN } from "./config-locales-cn.pc";
|
|
10
|
+
import { todoCallbackZhCN } from "./config-locales-cn.todo-callback";
|
|
11
|
+
import { todoOptionListZhCN } from "./config-locales-cn.todo-optionList";
|
|
12
|
+
export var configZhCN = _objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread({}, todoActionListZhCN), mobileZhCN), pcZhCN), todoCallbackZhCN), todoOptionListZhCN);
|
|
13
|
+
export default configZhCN;
|
|
@@ -0,0 +1,199 @@
|
|
|
1
|
+
export var mobileZhCN = {
|
|
2
|
+
// mobile/BusiComp
|
|
3
|
+
'mobile.busiComp.label': '业务组件',
|
|
4
|
+
'mobile.busiComp.props.searchParams.0.name': '业务主键',
|
|
5
|
+
'mobile.busiComp.props.searchParams.1.name': '业务场景',
|
|
6
|
+
'mobile.busiComp.props.searchParams.2.name': '业务数据',
|
|
7
|
+
// todoActionList.previewFile
|
|
8
|
+
'mobile.busiComp.todoActionList.previewFile.label': '文件预览',
|
|
9
|
+
'mobile.busiComp.todoActionList.previewFile.todoOptions.fileId.label': '文件ID/URL',
|
|
10
|
+
'mobile.busiComp.todoActionList.previewFile.todoOptions.fileId.labelTip': '文件预览格式支持:pdf、jpg、jpeg、png、svg、mp4、mov、txt、html、js、doc、xlsx、docx、wps、ppt等 注意:如果是外部URL,有可能存在跨域现象!',
|
|
11
|
+
'mobile.busiComp.todoActionList.previewFile.classification.page.label': '页面类',
|
|
12
|
+
// todoActionList.callNotStatedCustomFunc
|
|
13
|
+
'mobile.busiComp.todoActionList.callNotStatedCustomFunc.label': '调用未声明自定义事件',
|
|
14
|
+
'mobile.busiComp.todoActionList.callNotStatedCustomFunc.todoOptions.funcName.label': '事件',
|
|
15
|
+
'mobile.busiComp.todoActionList.callNotStatedCustomFunc.todoOptions.funcName.props.titleLink.0.title': '刷新',
|
|
16
|
+
'mobile.busiComp.todoActionList.callNotStatedCustomFunc.todoOptions.funcParams.label': '事件入参',
|
|
17
|
+
'mobile.busiComp.todoActionList.callNotStatedCustomFunc.classification.communicate.label': '数据通信',
|
|
18
|
+
'mobile.busiComp.todoActionList.callNotStatedCustomFunc.remarks.0.label': '注意事项',
|
|
19
|
+
'mobile.busiComp.todoActionList.callNotStatedCustomFunc.remarks.0.content': '选择的页面需要开启缓存(如:A页面跳转到B页面,B页面需要调用A页面的自定义事件,那么需要A页面需开启缓存);',
|
|
20
|
+
// todoEvents
|
|
21
|
+
'mobile.busiComp.todoEvents.onLoaded.label': '组件加载完成',
|
|
22
|
+
'mobile.busiComp.todoEvents.useEffect.label': '业务组件状态变化后',
|
|
23
|
+
'mobile.busiComp.todoEvents.willUnmount.label': '组件卸载',
|
|
24
|
+
// todoProps
|
|
25
|
+
'mobile.busiComp.todoProps.pageName.label': '名称',
|
|
26
|
+
'mobile.busiComp.todoProps.pageName.groupsName': '基础',
|
|
27
|
+
'mobile.busiComp.todoProps.catalogItemId.label': '分组',
|
|
28
|
+
'mobile.busiComp.todoProps.catalogItemId.groupsName': '基础',
|
|
29
|
+
'mobile.busiComp.todoProps.compState.label': '组件状态',
|
|
30
|
+
'mobile.busiComp.todoProps.compState.groupsName': '组件状态',
|
|
31
|
+
'mobile.busiComp.todoProps.compFunc.label': '方法',
|
|
32
|
+
'mobile.busiComp.todoProps.compFunc.groupsName': '方法',
|
|
33
|
+
'mobile.busiComp.todoProps.compFunc.props.codeLabel': '方法编码',
|
|
34
|
+
'mobile.busiComp.todoProps.compFunc.props.nameLabel': '方法名称',
|
|
35
|
+
// mobile/page
|
|
36
|
+
'mobile.page.label': '页面',
|
|
37
|
+
'mobile.page.props.searchParams.0.name': '业务主键',
|
|
38
|
+
'mobile.page.props.searchParams.1.name': '业务场景',
|
|
39
|
+
'mobile.page.props.searchParams.2.name': '业务数据',
|
|
40
|
+
// mobile/page todoActionList.previewFile
|
|
41
|
+
'mobile.page.todoActionList.previewFile.label': '文件预览',
|
|
42
|
+
'mobile.page.todoActionList.previewFile.todoOptions.fileId.label': '文件ID/URL',
|
|
43
|
+
'mobile.page.todoActionList.previewFile.todoOptions.fileId.labelTip': '文件预览格式支持:pdf、jpg、jpeg、png、svg、mp4、mov、txt、html、js、doc、xlsx、docx、wps、ppt等 注意:如果是外部URL,有可能存在跨域现象!',
|
|
44
|
+
'mobile.page.todoActionList.previewFile.classification.page.label': '页面类',
|
|
45
|
+
// mobile/page todoEvents
|
|
46
|
+
'mobile.page.todoEvents.useEffect.label': '页面加载完成',
|
|
47
|
+
'mobile.page.todoEvents.stateChange.label': '组件状态变化后',
|
|
48
|
+
'mobile.page.todoEvents.willUnmount.label': '页面退出',
|
|
49
|
+
'mobile.page.todoEvents.onLeftClick.label': '页面返回点击事件',
|
|
50
|
+
'mobile.page.todoEvents.otherPageMessage.label': '接收页面信息',
|
|
51
|
+
'mobile.page.todoEvents.otherPageMessage.params.0.title': '接收数据信息',
|
|
52
|
+
'mobile.page.todoEvents.onPageCacheRefresh.label': '页面缓存刷新',
|
|
53
|
+
'mobile.page.todoEvents.onPageCacheRefresh.params.0.title': '返回页面数据信息',
|
|
54
|
+
'mobile.page.todoEvents.usePageEndRequest.label': '页面加载请求结束',
|
|
55
|
+
'mobile.page.todoEvents.usePageEndRequest.remarks.0.label': '场景描述',
|
|
56
|
+
'mobile.page.todoEvents.usePageEndRequest.remarks.0.content': '在页面加载完成事件中,所有的事件执行结束后进行回掉(包含页面加载完成事件中的异步请求(注意:定时器相关动作不计算回掉时间))',
|
|
57
|
+
'mobile.page.todoEvents.usePageEndRequest.remarks.1.label': '适用场景',
|
|
58
|
+
'mobile.page.todoEvents.usePageEndRequest.remarks.1.content': '在复杂的表单页面中,你可以在页面加载完成事件中进行页面loading的动作设置,在页面加载完成请求结束事件中取消loading,保障在复杂请求中,因异步导致数据未能及时回填,用户提交错误数据问题。',
|
|
59
|
+
'mobile.page.todoEvents.pageGetWeChatCode.label': '获取微信授权信息',
|
|
60
|
+
'mobile.page.todoEvents.pageGetWeChatCode.params.0.title': '结果详情',
|
|
61
|
+
'mobile.page.todoEvents.pageGetWeChatCode.params.0.description': '成功时返回如下用户信息: openid---用户的唯一标识,nickname---用户昵称,sex---用户的性别,值为1时是男性,值为2时是女性,值为0时是未知,province---用户个人资料填写的省份,city---普通用户个人资料填写的城市,country---国家,如中国为CN,headimgurl---用户头像,最后一个数值代表正方形头像大小(有0、46、64、96、132数值可选,0代表640*640正方形头像),用户没有头像时该项为空。若用户更换头像,原有头像URL将失效。privilege---用户特权信息,json 数组,如微信沃卡用户为(chinaunicom),unionid---只有在用户将公众号绑定到微信开放平台账号后,才会出现该字段。',
|
|
62
|
+
'mobile.page.todoEvents.pageGetWeChatCode.remarks.0.label': '场景描述',
|
|
63
|
+
'mobile.page.todoEvents.pageGetWeChatCode.remarks.0.content': '在申请微信用户信息授权成功后(动作事件-申请微信用户信息授权),调用该方法获取微信用户信息,包括用户的头像、昵称、性别、地区、语言等信息',
|
|
64
|
+
// mobile/page todoProps
|
|
65
|
+
'mobile.page.todoProps.pageName.label': '名称',
|
|
66
|
+
'mobile.page.todoProps.pageName.groupsName': '基础',
|
|
67
|
+
'mobile.page.todoProps.pagePath.label': '路径',
|
|
68
|
+
'mobile.page.todoProps.pagePath.groupsName': '基础',
|
|
69
|
+
'mobile.page.todoProps.pagePath.props.placeholder': '如:/user/list',
|
|
70
|
+
'mobile.page.todoProps.pagePath.props.regex.message': '必须为/xx/yy/..格式',
|
|
71
|
+
'mobile.page.todoProps.pageTitle.label': '页面标题',
|
|
72
|
+
'mobile.page.todoProps.pageTitle.groupsName': '基础',
|
|
73
|
+
'mobile.page.todoProps.pageTitle.props.description': '适用场景:当前页面需要动态更改页面名称的时候,可通过表达式进行绑定。默认名称',
|
|
74
|
+
'mobile.page.todoProps.catalogItemId.label': '分组',
|
|
75
|
+
'mobile.page.todoProps.catalogItemId.groupsName': '基础',
|
|
76
|
+
'mobile.page.todoProps.scenarioList.label': '适用场景',
|
|
77
|
+
'mobile.page.todoProps.scenarioList.groupsName': '基础',
|
|
78
|
+
'mobile.page.todoProps.remark.label': '描述',
|
|
79
|
+
'mobile.page.todoProps.remark.groupsName': '基础',
|
|
80
|
+
'mobile.page.todoProps.chooseFuncComp.label': '功能组件',
|
|
81
|
+
'mobile.page.todoProps.chooseFuncComp.groupsName': '基础',
|
|
82
|
+
'mobile.page.todoProps.ignoreLogin.label': '免登录',
|
|
83
|
+
'mobile.page.todoProps.ignoreLogin.groupsName': '基础',
|
|
84
|
+
'mobile.page.todoProps.pageDynamicFlag.label': '页面缓存',
|
|
85
|
+
'mobile.page.todoProps.pageDynamicFlag.groupsName': '基础',
|
|
86
|
+
'mobile.page.todoProps.pageDynamicFlag.props.description': '开启后页面将保活(重新打开页面将不会重新挂载,页面的数据将不会被销毁),可配合事件页面缓存清除自定义进行页面销毁',
|
|
87
|
+
'mobile.page.todoProps.isMenu.label': '设置为菜单',
|
|
88
|
+
'mobile.page.todoProps.isMenu.groupsName': '基础',
|
|
89
|
+
'mobile.page.todoProps.isMenu.props.description': '开启后预览页面将展示该菜单,在同步时也会将该页面当作菜单同步到基础门户',
|
|
90
|
+
'mobile.page.todoProps.labels.label': '标签',
|
|
91
|
+
'mobile.page.todoProps.labels.groupsName': '基础',
|
|
92
|
+
'mobile.page.todoProps.compState.label': '组件状态',
|
|
93
|
+
'mobile.page.todoProps.compState.groupsName': '组件状态',
|
|
94
|
+
'mobile.page.todoProps.searchParams.label': 'url参数',
|
|
95
|
+
'mobile.page.todoProps.searchParams.groupsName': 'URL参数',
|
|
96
|
+
'mobile.page.todoProps.routerData.label': '路由数据',
|
|
97
|
+
'mobile.page.todoProps.routerData.groupsName': '路由数据',
|
|
98
|
+
'mobile.page.todoProps.hideNavBar.label': '隐藏导航条',
|
|
99
|
+
'mobile.page.todoProps.hideNavBar.groupsName': '其他',
|
|
100
|
+
// mobile/page todoStyles
|
|
101
|
+
'mobile.page.todoStyles.backgroundType.groupsName': '导航栏背景',
|
|
102
|
+
'mobile.page.todoStyles.backgroundType.label': '填充类型',
|
|
103
|
+
'mobile.page.todoStyles.colorType.groupsName': '标题&返回键颜色',
|
|
104
|
+
'mobile.page.todoStyles.colorType.label': '填充类型',
|
|
105
|
+
// mobile/modal
|
|
106
|
+
'mobile.modal.label': '弹窗',
|
|
107
|
+
'mobile.modal.props.compState.0.name': '业务主键',
|
|
108
|
+
'mobile.modal.props.compState.1.name': '业务场景',
|
|
109
|
+
// mobile/modal todoActionList.previewFile
|
|
110
|
+
'mobile.modal.todoActionList.previewFile.label': '文件预览',
|
|
111
|
+
'mobile.modal.todoActionList.previewFile.todoOptions.fileId.label': '文件ID/URL',
|
|
112
|
+
'mobile.modal.todoActionList.previewFile.todoOptions.fileId.labelTip': '文件预览格式支持:pdf、jpg、jpeg、png、svg、mp4、mov、txt、html、js、doc、xlsx、docx、wps、ppt等 注意:如果是外部URL,有可能存在跨域现象!',
|
|
113
|
+
'mobile.modal.todoActionList.previewFile.classification.page.label': '页面类',
|
|
114
|
+
// mobile/modal todoEvents
|
|
115
|
+
'mobile.modal.todoEvents.useEffect.label': '弹窗打开后',
|
|
116
|
+
'mobile.modal.todoEvents.stateChange.label': '组件状态变化后',
|
|
117
|
+
'mobile.modal.todoEvents.usePageEndRequest.label': '页面加载请求结束',
|
|
118
|
+
'mobile.modal.todoEvents.usePageEndRequest.remarks.0.label': '场景描述',
|
|
119
|
+
'mobile.modal.todoEvents.usePageEndRequest.remarks.0.content': '在页面加载完成事件中,所有的事件执行结束后进行回掉(包含页面加载完成事件中的异步请求(注意:定时器相关动作不计算回掉时间))',
|
|
120
|
+
'mobile.modal.todoEvents.usePageEndRequest.remarks.1.label': '适用场景',
|
|
121
|
+
'mobile.modal.todoEvents.usePageEndRequest.remarks.1.content': '在复杂的表单页面中,你可以在页面加载完成事件中进行页面loading的动作设置,在页面加载完成请求结束事件中取消loading,保障在复杂请求中,因异步导致数据未能及时回填,用户提交错误数据问题。',
|
|
122
|
+
// mobile/modal todoProps
|
|
123
|
+
'mobile.modal.todoProps.pageName.label': '名称',
|
|
124
|
+
'mobile.modal.todoProps.pageName.groupsName': '基础',
|
|
125
|
+
'mobile.modal.todoProps.pagePath.label': '路径',
|
|
126
|
+
'mobile.modal.todoProps.pagePath.groupsName': '基础',
|
|
127
|
+
'mobile.modal.todoProps.pagePath.props.placeholder': '如:/user/list',
|
|
128
|
+
'mobile.modal.todoProps.pagePath.props.regex.message': '必须为/xx/yy/..格式',
|
|
129
|
+
'mobile.modal.todoProps.catalogItemId.label': '分组',
|
|
130
|
+
'mobile.modal.todoProps.catalogItemId.groupsName': '基础',
|
|
131
|
+
'mobile.modal.todoProps.scenarioList.label': '适用场景',
|
|
132
|
+
'mobile.modal.todoProps.scenarioList.groupsName': '基础',
|
|
133
|
+
'mobile.modal.todoProps.mode.label': '显示模式',
|
|
134
|
+
'mobile.modal.todoProps.mode.groupsName': '基础',
|
|
135
|
+
'mobile.modal.todoProps.mode.props.options.0.title': '弹窗',
|
|
136
|
+
'mobile.modal.todoProps.mode.props.options.1.title': '浮层',
|
|
137
|
+
'mobile.modal.todoProps.mode.props.options.2.title': '下拉',
|
|
138
|
+
'mobile.modal.todoProps.mode.props.options.3.title': '从左侧滑出',
|
|
139
|
+
'mobile.modal.todoProps.mode.props.options.4.title': '从右侧滑出',
|
|
140
|
+
'mobile.modal.todoProps.width.label': '宽度',
|
|
141
|
+
'mobile.modal.todoProps.width.groupsName': '基础',
|
|
142
|
+
'mobile.modal.todoProps.width.props.option.0.label': '像素(px)',
|
|
143
|
+
'mobile.modal.todoProps.width.props.option.1.label': '百分比(%)',
|
|
144
|
+
'mobile.modal.todoProps.width.props.option.2.label': '视口宽度(vw)',
|
|
145
|
+
'mobile.modal.todoProps.height.label': '高度',
|
|
146
|
+
'mobile.modal.todoProps.height.groupsName': '基础',
|
|
147
|
+
'mobile.modal.todoProps.height.props.option.0.label': '像素(px)',
|
|
148
|
+
'mobile.modal.todoProps.height.props.option.1.label': '百分比(%)',
|
|
149
|
+
'mobile.modal.todoProps.height.props.option.2.label': '视口高度(vh)',
|
|
150
|
+
'mobile.modal.todoProps.closeOnClickOverlay.label': '关闭方式',
|
|
151
|
+
'mobile.modal.todoProps.closeOnClickOverlay.groupsName': '基础',
|
|
152
|
+
'mobile.modal.todoProps.closeOnClickOverlay.props.options.0.title': '点击蒙罩关闭窗口',
|
|
153
|
+
'mobile.modal.todoProps.closeOnClickOverlay.props.options.1.title': '点击蒙罩不关闭窗口',
|
|
154
|
+
'mobile.modal.todoProps.destroyOnClose.label': '关闭后销毁',
|
|
155
|
+
'mobile.modal.todoProps.destroyOnClose.groupsName': '基础',
|
|
156
|
+
'mobile.modal.todoProps.showCloseButton.label': '显示关闭按钮',
|
|
157
|
+
'mobile.modal.todoProps.showCloseButton.groupsName': '基础',
|
|
158
|
+
'mobile.modal.todoProps.ignoreLogin.label': '免登录',
|
|
159
|
+
'mobile.modal.todoProps.ignoreLogin.groupsName': '基础',
|
|
160
|
+
'mobile.modal.todoProps.labels.label': '标签',
|
|
161
|
+
'mobile.modal.todoProps.labels.groupsName': '基础',
|
|
162
|
+
'mobile.modal.todoProps.compState.label': '组件状态',
|
|
163
|
+
'mobile.modal.todoProps.compState.groupsName': '组件状态',
|
|
164
|
+
// mobile/popover
|
|
165
|
+
'mobile.popover.label': '浮窗',
|
|
166
|
+
'mobile.popover.props.searchParams.0.name': '业务主键',
|
|
167
|
+
'mobile.popover.props.searchParams.1.name': '业务场景',
|
|
168
|
+
'mobile.popover.props.searchParams.2.name': '业务数据',
|
|
169
|
+
// mobile/popover todoActionList.previewFile
|
|
170
|
+
'mobile.popover.todoActionList.previewFile.label': '文件预览',
|
|
171
|
+
'mobile.popover.todoActionList.previewFile.todoOptions.fileId.label': '文件ID/URL',
|
|
172
|
+
'mobile.popover.todoActionList.previewFile.todoOptions.fileId.labelTip': '文件预览格式支持:pdf、jpg、jpeg、png、svg、mp4、mov、txt、html、js、doc、xlsx、docx、wps、ppt等 注意:如果是外部URL,有可能存在跨域现象!',
|
|
173
|
+
'mobile.popover.todoActionList.previewFile.classification.page.label': '页面类',
|
|
174
|
+
// mobile/popover todoEvents
|
|
175
|
+
'mobile.popover.todoEvents.stateChange.label': '组件状态变化后',
|
|
176
|
+
'mobile.popover.todoEvents.usePageEndRequest.label': '页面加载请求结束',
|
|
177
|
+
'mobile.popover.todoEvents.usePageEndRequest.remarks.0.label': '场景描述',
|
|
178
|
+
'mobile.popover.todoEvents.usePageEndRequest.remarks.0.content': '在页面加载完成事件中,所有的事件执行结束后进行回掉(包含页面加载完成事件中的异步请求(注意:定时器相关动作不计算回掉时间))',
|
|
179
|
+
'mobile.popover.todoEvents.usePageEndRequest.remarks.1.label': '适用场景',
|
|
180
|
+
'mobile.popover.todoEvents.usePageEndRequest.remarks.1.content': '在复杂的表单页面中,你可以在页面加载完成事件中进行页面loading的动作设置,在页面加载完成请求结束事件中取消loading,保障在复杂请求中,因异步导致数据未能及时回填,用户提交错误数据问题。',
|
|
181
|
+
// mobile/popover todoProps
|
|
182
|
+
'mobile.popover.todoProps.pageName.label': '名称',
|
|
183
|
+
'mobile.popover.todoProps.pageName.groupsName': '基础',
|
|
184
|
+
'mobile.popover.todoProps.pagePath.label': '路径',
|
|
185
|
+
'mobile.popover.todoProps.pagePath.groupsName': '基础',
|
|
186
|
+
'mobile.popover.todoProps.pagePath.props.placeholder': '如:/user/list',
|
|
187
|
+
'mobile.popover.todoProps.pagePath.props.regex.message': '必须为/xx/yy/..格式',
|
|
188
|
+
'mobile.popover.todoProps.catalogItemId.label': '分组',
|
|
189
|
+
'mobile.popover.todoProps.catalogItemId.groupsName': '基础',
|
|
190
|
+
'mobile.popover.todoProps.remark.label': '描述',
|
|
191
|
+
'mobile.popover.todoProps.remark.groupsName': '基础',
|
|
192
|
+
'mobile.popover.todoProps.ignoreLogin.label': '免登录',
|
|
193
|
+
'mobile.popover.todoProps.ignoreLogin.groupsName': '基础',
|
|
194
|
+
'mobile.popover.todoProps.labels.label': '标签',
|
|
195
|
+
'mobile.popover.todoProps.labels.groupsName': '基础',
|
|
196
|
+
'mobile.popover.todoProps.compState.label': '组件状态',
|
|
197
|
+
'mobile.popover.todoProps.compState.groupsName': '组件状态'
|
|
198
|
+
};
|
|
199
|
+
export default mobileZhCN;
|