@lingxiteam/assets 4.3.2-alpha.1 → 4.3.2-alpha.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (55) hide show
  1. package/es/rootConfig/locales/enus/config-locales-es.mobile.js +51 -144
  2. package/es/rootConfig/locales/enus/config-locales-es.pc.js +30 -37
  3. package/es/rootConfig/locales/enus/config-locales-es.todo-actionList.js +293 -721
  4. package/es/rootConfig/locales/enus/config-locales-es.todo-callback.js +8 -9
  5. package/es/rootConfig/locales/enus/config-locales-es.todo-optionList.js +141 -214
  6. package/es/rootConfig/locales/zhcn/config-locales-cn.mobile.js +1 -143
  7. package/es/rootConfig/locales/zhcn/config-locales-cn.pc.js +1 -289
  8. package/es/rootConfig/locales/zhcn/config-locales-cn.todo-actionList.js +0 -714
  9. package/es/rootConfig/locales/zhcn/config-locales-cn.todo-callback.js +0 -8
  10. package/es/rootConfig/locales/zhcn/config-locales-cn.todo-optionList.js +2 -214
  11. package/es/rootConfig/locales/zhhk/config-locales-hk.mobile.js +49 -142
  12. package/es/rootConfig/locales/zhhk/config-locales-hk.pc.js +77 -288
  13. package/es/rootConfig/locales/zhhk/config-locales-hk.todo-actionList.js +287 -715
  14. package/es/rootConfig/locales/zhhk/config-locales-hk.todo-callback.js +8 -9
  15. package/es/rootConfig/locales/zhhk/config-locales-hk.todo-optionList.js +140 -213
  16. package/es/rootConfig/mobile/BusiComp.js +22 -22
  17. package/es/rootConfig/mobile/MobileModal.js +38 -38
  18. package/es/rootConfig/mobile/MobilePopover.js +22 -22
  19. package/es/rootConfig/mobile/page.js +42 -42
  20. package/es/rootConfig/pc/BusiComp.js +41 -41
  21. package/es/rootConfig/pc/Drawer.js +64 -64
  22. package/es/rootConfig/pc/Modal.js +63 -63
  23. package/es/rootConfig/pc/Popover.js +42 -42
  24. package/es/rootConfig/pc/page.js +55 -55
  25. package/es/rootConfig/todoActionList.js +691 -691
  26. package/es/rootConfig/todoCallback.js +9 -9
  27. package/es/rootConfig/todoOptionList.js +203 -203
  28. package/lib/rootConfig/locales/enus/config-locales-es.mobile.js +51 -144
  29. package/lib/rootConfig/locales/enus/config-locales-es.pc.js +30 -37
  30. package/lib/rootConfig/locales/enus/config-locales-es.todo-actionList.js +293 -721
  31. package/lib/rootConfig/locales/enus/config-locales-es.todo-callback.js +8 -9
  32. package/lib/rootConfig/locales/enus/config-locales-es.todo-optionList.js +141 -214
  33. package/lib/rootConfig/locales/zhcn/config-locales-cn.mobile.js +1 -143
  34. package/lib/rootConfig/locales/zhcn/config-locales-cn.pc.js +1 -289
  35. package/lib/rootConfig/locales/zhcn/config-locales-cn.todo-actionList.js +0 -714
  36. package/lib/rootConfig/locales/zhcn/config-locales-cn.todo-callback.js +0 -8
  37. package/lib/rootConfig/locales/zhcn/config-locales-cn.todo-optionList.js +2 -214
  38. package/lib/rootConfig/locales/zhhk/config-locales-hk.mobile.js +49 -142
  39. package/lib/rootConfig/locales/zhhk/config-locales-hk.pc.js +77 -288
  40. package/lib/rootConfig/locales/zhhk/config-locales-hk.todo-actionList.js +287 -715
  41. package/lib/rootConfig/locales/zhhk/config-locales-hk.todo-callback.js +8 -9
  42. package/lib/rootConfig/locales/zhhk/config-locales-hk.todo-optionList.js +140 -213
  43. package/lib/rootConfig/mobile/BusiComp.js +22 -22
  44. package/lib/rootConfig/mobile/MobileModal.js +38 -38
  45. package/lib/rootConfig/mobile/MobilePopover.js +22 -22
  46. package/lib/rootConfig/mobile/page.js +42 -42
  47. package/lib/rootConfig/pc/BusiComp.js +41 -41
  48. package/lib/rootConfig/pc/Drawer.js +64 -64
  49. package/lib/rootConfig/pc/Modal.js +63 -63
  50. package/lib/rootConfig/pc/Popover.js +42 -42
  51. package/lib/rootConfig/pc/page.js +55 -55
  52. package/lib/rootConfig/todoActionList.js +691 -691
  53. package/lib/rootConfig/todoCallback.js +9 -9
  54. package/lib/rootConfig/todoOptionList.js +203 -203
  55. package/package.json +1 -1
@@ -5,88 +5,49 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.todoActionListEnUS = exports.default = void 0;
7
7
  var todoActionListEnUS = exports.todoActionListEnUS = {
8
- 'todo.actionList.setFormValues.todoOptions.params.props.titleLink.2.title': 'Clear Assignment',
9
- 'todo.actionList.resetForm.label': 'Reset Form',
10
8
  'todo.actionList.setTripleFormAction.label': 'Set Form External Data',
11
- 'todo.actionList.setTripleFormAction.todoOptions.actionType.label': 'Form Type',
12
9
  'todo.actionList.setTripleFormAction.todoOptions.actionType.props.placeholder': 'Add-add, Edit-edit, Detail-detail',
13
10
  'todo.actionList.setTripleFormAction.todoOptions.tripleFormId.label': 'Detail ID',
14
11
  'todo.actionList.validateCurrentForm.label': 'Validate Current Form and Get Values',
15
12
  'todo.actionList.getCurrentFormValues.label': 'Get Current Form Values',
16
13
  'todo.actionList.setCurrentFormValues.label': 'Set Current Form Data',
17
- 'todo.actionList.setCurrentFormValues.todoOptions.params.label': 'Parameter Assignment',
18
- 'todo.actionList.setCurrentFormValues.todoOptions.params.props.titleLink.0.title': 'Switch to Property',
19
- 'todo.actionList.setCurrentFormValues.todoOptions.params.props.titleLink.1.title': 'Switch to Root Node',
20
- 'todo.actionList.setCurrentFormValues.todoOptions.params.props.titleLink.2.title': 'Clear Assignment',
21
14
  'todo.actionList.resetCurrentForm.label': 'Reset Current Form',
22
15
  'todo.actionList.validateAllForm.label': 'Validate All Forms and Get Values',
23
- 'todo.actionList.validateAllForm.classification.setData.label': 'Data Settings',
24
16
  'todo.actionList.getAllFormValues.label': 'Get All Form Values',
25
- 'todo.actionList.getAllFormValues.classification.setData.label': 'Data Settings',
26
17
  'todo.actionList.resetAllForm.label': 'Reset All Forms',
27
- 'todo.actionList.resetAllForm.classification.setData.label': 'Data Settings',
28
18
  'todo.actionList.validateGridViewForms.label': 'Validate Grid View Forms and Get Values',
29
19
  'todo.actionList.getGridViewFormValues.label': 'Get Grid View Form Values',
30
20
  'todo.actionList.setCustomState.label': 'Set Custom Page Data',
31
21
  'todo.actionList.setCustomState.todoOptions.stateName.label': 'Custom Property Name',
32
- 'todo.actionList.setCustomState.todoOptions.stateval.label': 'Content',
33
- 'todo.actionList.setCustomState.classification.setData.label': 'Data Settings',
34
22
  'todo.actionList.getCustomState.label': 'Get Custom Page Data',
35
23
  'todo.actionList.getCustomState.todoOptions.stateName.label': 'Custom Property Name',
36
24
  'todo.actionList.getCustomState.todoCallbacks.callback1.fields.0.titlePrefix': 'Custom Page Data: ',
37
25
  'todo.actionList.getCustomState.todoCallbacks.callback1.fields.0.description': 'Retrieved Page Data',
38
- 'todo.actionList.getCustomState.classification.setData.label': 'Data Settings',
39
26
  'todo.actionList.setCompNestedState.label': 'Set Component Property Data',
40
27
  'todo.actionList.setCompNestedState.todoOptions.stateName.label': 'Custom Property Name',
41
- 'todo.actionList.setCompNestedState.todoOptions.stateval.label': 'Content',
42
- 'todo.actionList.setCompNestedState.classification.setData.label': 'Data Settings',
43
28
  'todo.actionList.getCompNestedState.label': 'Get Component Property Data',
44
29
  'todo.actionList.getCompNestedState.todoOptions.stateName.label': 'Custom Property Name',
45
- 'todo.actionList.getCompNestedState.classification.setData.label': 'Data Settings',
46
30
  'todo.actionList.okCallbackData.label': 'Trigger Parent Page Confirm Callback',
47
- 'todo.actionList.okCallbackData.todoOptions.params.label': 'Parameters',
48
- 'todo.actionList.okCallbackData.classification.callback.label': 'Callback',
49
31
  'todo.actionList.closeModal.label': 'Close Current Modal/Drawer',
50
32
  'todo.actionList.closeModal.classification.modal.label': 'Message & Modal',
51
33
  'todo.actionList.closePopover.label': 'Close Popover',
52
34
  'todo.actionList.closePopover.classification.modal.label': 'Message & Modal',
53
- 'todo.actionList.reloadTableData.label': 'Load Data',
54
- 'todo.actionList.reloadTableData.todoOptions.data.label': 'Content',
55
- 'todo.actionList.reloadTableData.todoOptions.total.label': 'Total Count',
56
- 'todo.actionList.reloadTableData.todoOptions.current.label': 'Update Page Number',
57
35
  'todo.actionList.reloadColServiceData.label': 'Load Field Translation Data',
58
- 'todo.actionList.reloadColServiceData.todoOptions.colName.label': 'Translation Field',
59
- 'todo.actionList.reloadColServiceData.todoOptions.data.label': 'Content',
60
36
  'todo.actionList.reloadColServiceDataForEdit.label': 'Load Field Data',
61
- 'todo.actionList.reloadColServiceDataForEdit.todoOptions.colNameForEdit.label': 'Field',
62
- 'todo.actionList.reloadColServiceDataForEdit.todoOptions.data.label': 'Content',
63
- 'todo.actionList.reloadRCData.label': 'Load Data',
64
- 'todo.actionList.reloadRCData.todoOptions.data.label': 'Content',
65
37
  'todo.actionList.reloadRCData.todoOptions.labelKey.label': 'Display Content Field',
66
- 'todo.actionList.reloadRCData.todoOptions.valueKey.label': 'Display Value Field',
67
- 'todo.actionList.reloadSelectData.label': 'Load Data',
68
- 'todo.actionList.reloadSelectData.todoOptions.data.label': 'Content',
69
38
  'todo.actionList.reloadSelectData.todoOptions.labelKey.label': 'Option Content Field',
70
- 'todo.actionList.reloadSelectData.todoOptions.valueKey.label': 'Option Value Field',
71
- 'todo.actionList.reloadDescData.label': 'Load Data',
72
- 'todo.actionList.reloadDescData.todoOptions.data.label': 'Content',
73
- 'todo.actionList.reloadData.label': 'Load Data',
74
- 'todo.actionList.reloadData.todoOptions.data.label': 'Content',
75
39
  'todo.actionList.reloadData.todoOptions.labelKey.label': 'Node Name Value Field',
76
40
  'todo.actionList.reloadData.todoOptions.nodeValueKey.label': 'Node Key Value Field',
77
41
  'todo.actionList.reloadData.todoOptions.selectable.label': 'Node Selectable Field Code',
78
42
  'todo.actionList.reloadData.todoOptions.childrenKey.label': 'Child List Value Field',
79
43
  'todo.actionList.reloadData.todoOptions.childrenKey.labelTip': 'Use case: When querying all data at once, need to set the value field for the next level list data;\n Example: As shown in the following parameters, when querying all data, need to mark the data obtained from the children field for the child list;\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 }\n ',
80
44
  'todo.actionList.reloadChildData.label': 'Load Child Node Data',
81
- 'todo.actionList.reloadChildData.todoOptions.data.label': 'Content',
82
45
  'todo.actionList.reloadChildData.todoOptions.parentKey.label': 'Operation Node Key',
83
46
  'todo.actionList.reloadChildData.todoOptions.labelKey.label': 'Node Name Value Field',
84
47
  'todo.actionList.reloadChildData.todoOptions.nodeValueKey.label': 'Node Key Value Field',
85
48
  'todo.actionList.reloadChildData.todoOptions.selectable.label': 'Node Selectable Field Code',
86
49
  'todo.actionList.reloadChildData.todoOptions.childrenKey.label': 'Child List Value Field',
87
50
  'todo.actionList.reloadChildData.todoOptions.childrenKey.labelTip': 'Use case: When querying all data at once, need to set the value field for the next level list data;\n Example: As shown in the following parameters, when querying all data, need to mark the data obtained from the children field for the child list;\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 }\n ',
88
- 'todo.actionList.reloadMenuData.label': 'Load Data',
89
- 'todo.actionList.reloadMenuData.todoOptions.data.label': 'Content',
90
51
  'todo.actionList.reloadMenuData.todoOptions.labelKey.label': 'Node Name Value Field',
91
52
  'todo.actionList.reloadMenuData.todoOptions.nodeValueKey.label': 'Node Key Value Field',
92
53
  'todo.actionList.reloadMenuData.todoOptions.urlValueKey.label': 'Node URL Value Field',
@@ -94,13 +55,11 @@ var todoActionListEnUS = exports.todoActionListEnUS = {
94
55
  'todo.actionList.reloadMenuData.todoOptions.childrenKey.label': 'Child List Value Field',
95
56
  'todo.actionList.reloadMenuData.todoOptions.childrenKey.labelTip': 'Use case: When querying all data at once, need to set the value field for the next level list data;\n Example: As shown in the following parameters, when querying all data, need to mark the data obtained from the children field for the child list;\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 }\n ',
96
57
  'todo.actionList.appendTreeNode.label': 'Load Child Node Data',
97
- 'todo.actionList.appendTreeNode.todoOptions.data.label': 'Content',
98
58
  'todo.actionList.appendTreeNode.todoOptions.nodeKey.label': 'Operation Node Key',
99
59
  'todo.actionList.appendTreeNode.todoOptions.title.label': 'Node Name Value Field',
100
60
  'todo.actionList.appendTreeNode.todoOptions.key.label': 'Node Key Value Field',
101
61
  'todo.actionList.appendTreeNode.todoOptions.selectable.label': 'Node Selectable Field Code',
102
62
  'todo.actionList.appendMenuNodeData.label': 'Load Menu Child Item Data',
103
- 'todo.actionList.appendMenuNodeData.todoOptions.data.label': 'Content',
104
63
  'todo.actionList.appendMenuNodeData.todoOptions.title.label': 'Node Name Value Field',
105
64
  'todo.actionList.appendMenuNodeData.todoOptions.key.label': 'Node Key Value Field',
106
65
  'todo.actionList.appendMenuNodeData.todoOptions.childrenKey.label': 'Child List Value Field',
@@ -117,7 +76,6 @@ var todoActionListEnUS = exports.todoActionListEnUS = {
117
76
  'todo.actionList.validateAllForm.todoCallbacks.callback1.fields.0.description': 'Data of all fields after all forms on the page pass validation',
118
77
  'todo.actionList.getAllFormValues.todoCallbacks.callback1.fields.0.title': 'All Form Data',
119
78
  'todo.actionList.getAllFormValues.todoCallbacks.callback1.fields.0.description': 'All forms on the page, data of all fields',
120
- 'todo.actionList.getTableSelected.label': 'Get Selected Row',
121
79
  'todo.actionList.getTableSelected.todoCallbacks.callback1.fields.0.title': 'Table Selected Row (Single)(@{name})',
122
80
  'todo.actionList.getTableSelected.todoCallbacks.callback1.fields.0.description': 'In a single-select table, the data of the currently selected row',
123
81
  'todo.actionList.getTableSelected.todoCallbacks.callback1.fields.1.title': 'Table Selected Row (Multiple)(Array)(@{name})',
@@ -145,25 +103,14 @@ var todoActionListEnUS = exports.todoActionListEnUS = {
145
103
  'todo.actionList.getPageNum.todoCallbacks.callback1.fields.0.description': 'In a paginated table, the currently displayed page number',
146
104
  'todo.actionList.addTableRow.label': 'Add Blank Row',
147
105
  'todo.actionList.addTableRow.todoOptions.inlineeditnow.label': 'Enable Inline Edit After Adding',
148
- 'todo.actionList.addTableRow.todoOptions.inlineeditnow.props.options.0.title': 'No',
149
- 'todo.actionList.addTableRow.todoOptions.inlineeditnow.props.options.1.title': 'Yes',
150
106
  'todo.actionList.addTableRowData.label': 'Add Row Data',
151
- 'todo.actionList.addTableRowData.todoOptions.params.label': 'Parameter Assignment',
152
- 'todo.actionList.addTableRowData.todoOptions.params.props.titleLink.0.title': 'Switch to Property',
153
- 'todo.actionList.addTableRowData.todoOptions.params.props.titleLink.1.title': 'Switch to Root Node',
154
- 'todo.actionList.addTableRowData.todoOptions.params.props.titleLink.2.title': 'Clear Assignment',
155
107
  'todo.actionList.delTableRow.label': 'Delete Specified Row Data',
156
- 'todo.actionList.delTableRow.todoOptions.params.label': 'Parameter Assignment',
157
- 'todo.actionList.setSelectedRowKeys.label': 'Set Selected Row',
158
- 'todo.actionList.setSelectedRowKeys.todoOptions.value.label': 'Content',
159
108
  'todo.actionList.clearTableSelected.label': 'Clear Selected Data',
160
109
  'todo.actionList.validateTableData.label': 'Get Current Page Data and Validate',
161
110
  'todo.actionList.validateTableData.todoCallbacks.callback1.fields.0.title': 'Table Data(@{name})',
162
111
  'todo.actionList.validateTableData.todoCallbacks.callback1.fields.0.description': 'In a paginated table, the data list of the current page',
163
112
  'todo.actionList.validateTableRowData.label': 'Validate Current Saved Row Data',
164
113
  'todo.actionList.reloadAppTableData.label': 'Bind Table Data',
165
- 'todo.actionList.reloadAppTableData.todoOptions.appTableData.label': 'Table Header Data',
166
- 'todo.actionList.reloadAppTableData.todoOptions.appTableDataSource.label': 'Table Data',
167
114
  'todo.actionList.getAppTableData.label': 'Get Table Data',
168
115
  'todo.actionList.getAppTableData.todoCallbacks.callback1.fields.0.title': 'Get Data Success @{name}',
169
116
  'todo.actionList.getAppTableData.todoCallbacks.callback1.fields.0.description': '',
@@ -176,8 +123,6 @@ var todoActionListEnUS = exports.todoActionListEnUS = {
176
123
  'todo.actionList.getSelectedData.todoCallbacks.callback1.select.multiple.titlePrefix': 'Dropdown Selected Data (Multiple)',
177
124
  'todo.actionList.getSelectedData.todoCallbacks.callback1.selector.titlePrefix': 'Selected Node Data',
178
125
  'todo.actionList.setTreeSelectedKey.label': 'Set Selected Node',
179
- 'todo.actionList.setTreeSelectedKey.todoOptions.value.label': 'Content',
180
- 'todo.actionList.clearTreeSelectedKey.label': 'Clear Selected Items',
181
126
  'todo.actionList.getTreeEditingKey.label': 'Get Currently Operating Node Key',
182
127
  'todo.actionList.getTreeEditingKey.todoCallbacks.callback1.fields.0.title': 'Currently Operating Tree Node Key(@{name})',
183
128
  'todo.actionList.getTreeEditingKey.todoCallbacks.callback1.fields.0.description': 'The unique identifier of the tree node corresponding to clicking the operation button related to the tree node (such as add)',
@@ -187,404 +132,155 @@ var todoActionListEnUS = exports.todoActionListEnUS = {
187
132
  'todo.actionList.getCheckedKey.todoCallbacks.callback1.fields.1.title': 'Checked Node Key (Multiple)(@{name})',
188
133
  'todo.actionList.getCheckedKey.todoCallbacks.callback1.fields.1.description': 'Collection of unique identifiers of checked nodes',
189
134
  'todo.actionList.setCheckedKey.label': 'Set Checkbox Selected Value',
190
- 'todo.actionList.setCheckedKey.todoOptions.value.label': 'Content',
191
135
  'todo.actionList.clearTreeCheckedKey.label': 'Clear Checkbox Selected Items',
192
136
  'todo.actionList.setSelectAll.label': 'Set All Selected',
193
137
  'todo.actionList.callFuncComp.label': 'Call Functional Component Capability',
194
- 'todo.actionList.callFuncComp.todoOptions.selectCompFunc.label': 'Method',
195
- 'todo.actionList.callFuncComp.todoOptions.uploadProps.label': 'Parameters',
196
138
  'todo.actionList.callFuncComp.todoCallbacks.callback1.titlePrefix': 'Functional Component Callback Parameters',
197
- 'todo.actionList.callFuncComp.classification.communicate.label': 'Data Communication',
198
139
  'todo.actionList.addEventListenerParentMessage.label': 'Receive Parent Container Message',
199
140
  'todo.actionList.addEventListenerParentMessage.todoCallbacks.callback1.fields.0.title': 'Received Parent Container Message',
200
141
  'todo.actionList.addEventListenerParentMessage.todoCallbacks.callback1.fields.0.description': 'Message content received from parent container',
201
- 'todo.actionList.addEventListenerParentMessage.classification.communicate.label': 'Data Communication',
202
142
  'todo.actionList.postParentMessage.label': 'Send Message to Parent Container',
203
- 'todo.actionList.postParentMessage.todoOptions.iframeData.label': 'Send Content',
204
- 'todo.actionList.postParentMessage.todoOptions.iframeOrigin.label': 'Send Target Origin',
205
- 'todo.actionList.postParentMessage.classification.communicate.label': 'Data Communication',
206
143
  'todo.actionList.setRemoteCompProps.label': 'Set Component Properties',
207
144
  'todo.actionList.setRemoteCompProps.todoOptions.rProps.label': 'Set Custom Component Properties',
208
145
  'todo.actionList.sysSetFormItemStatus.label': 'Set Form Control Status',
209
- 'todo.actionList.sysSetFormItemStatus.classification.0.label': 'Common',
210
- 'todo.actionList.sysSetFormItemStatus.classification.1.label': 'Data Settings',
211
- 'todo.actionList.sysSetFormItemStatus.todoOptions.compid.label': 'Component Configuration',
212
- 'todo.actionList.sysSetFormItemStatus.todoOptions.compid.props.options.0.label': 'Component Selection',
213
146
  'todo.actionList.sysSetFormItemStatus.todoOptions.compid.props.options.0.description': '仅支持选择非渲染容器下的“表单”组件',
214
- 'todo.actionList.sysSetFormItemStatus.todoOptions.compid.props.options.0.props.titleLink.0.title': 'Clear Selected',
215
- 'todo.actionList.sysSetFormItemStatus.todoOptions.compid.props.options.0.props.titleLink.1.prefix': 'Display',
216
- 'todo.actionList.sysSetFormItemStatus.todoOptions.compid.props.options.0.props.titleLink.1.selected': 'Selected',
217
- 'todo.actionList.sysSetFormItemStatus.todoOptions.compid.props.options.0.props.titleLink.1.all': 'All',
218
- 'todo.actionList.sysSetFormItemStatus.todoOptions.compid.props.options.1.label': 'Content',
219
147
  'todo.actionList.sysSetFormItemStatus.todoOptions.compid.props.options.1.description': 'Need to accept an object array in the format [{"attrCode": "item_order_name","status": 2}]',
220
148
  'todo.actionList.sysSetFormItemStatus.todoOptions.compid.props.options.2.label': 'Option Form Code Field',
221
149
  'todo.actionList.sysSetFormItemStatus.todoOptions.compid.props.options.2.description': 'Node alias of form code field attrCode',
222
- 'todo.actionList.sysSetFormItemStatus.todoOptions.compid.props.options.3.label': 'Option Value Field',
223
150
  'todo.actionList.sysSetFormItemStatus.todoOptions.compid.props.options.3.description': 'Node alias of form status field status (1 edit, 2 hidden, 3 disabled, 4 read-only)',
224
- 'todo.actionList.sysSetFormItemStatus.todoOptions.compid.props.titlePrefix': 'Content Configuration',
225
- 'todo.actionList.sysSetFormItemStatus.remarks.0.label': 'Use Case',
226
151
  'todo.actionList.sysSetFormItemStatus.remarks.0.content': 'Supports batch status control of controls within forms, for example: return field codes and status values through services or other methods, and set whether corresponding controls within forms are editable, hidden, etc. based on status values. Status values are: 1 edit, 2 hidden, 3 disabled, 4 read-only \n\n Only supports current page forms. If you need to control forms in business components or other containers, please configure in business components',
227
- 'todo.actionList.sysSetFormItemStatus.remarks.1.label': 'Configuration Description',
228
152
  'todo.actionList.sysSetFormItemStatus.remarks.1.content': 'Select the content node of the returned data, set the value fields for field codes and status values, and set the control status based on status values',
229
153
  'todo.actionList.customPrintOrExport.label': 'Custom Print/Export',
230
- 'todo.actionList.customPrintOrExport.todoOptions.operateType.label': 'Operation Type',
231
154
  'todo.actionList.customPrintOrExport.todoOptions.customSelectComp.label': 'Select Print Component',
232
- 'todo.actionList.customPrintOrExport.todoOptions.waterMarkFlag.label': 'Export Watermark',
233
155
  'todo.actionList.customPrintOrExport.todoOptions.waterMarkFlag.labelTip': 'Only takes effect when the application enables watermark function, My Application - Settings - Application Settings - Watermark Settings',
234
156
  'todo.actionList.customPrintOrExport.todoOptions.fileName.label': 'Custom File Name',
235
157
  'todo.actionList.customPrintOrExport.todoOptions.fileName.labelTip': 'When file name is not set, it will be the page name, excluding suffix, e.g.: Custom File Name',
236
- 'todo.actionList.customPrintOrExport.classification.common.label': 'Common',
237
- 'todo.actionList.getValue.label': 'Get Current Value',
238
158
  'todo.actionList.getValue.todoCallbacks.callback1.fields.select.titlePrefix': 'Dropdown Selected Value',
239
159
  'todo.actionList.getValue.todoCallbacks.callback1.fields.select.description': 'Property value of currently selected item',
240
160
  'todo.actionList.getValue.todoCallbacks.callback1.fields.tabs.titlePrefix': 'Tab Selected Key',
241
161
  'todo.actionList.getValue.todoCallbacks.callback1.fields.tabs.description': 'Unique identifier of currently selected tab',
242
- 'todo.actionList.getValue.todoCallbacks.callback1.fields.default.titlePrefix': 'Current Value',
243
162
  'todo.actionList.reloadOptions.label': 'Reload Options',
244
- 'todo.actionList.clearOptions.label': 'Clear Options',
245
- 'todo.actionList.clearValue.label': 'Clear Value',
246
- 'todo.actionList.setLoading.label': 'Control Loading',
247
- 'todo.actionList.setLoading.todoOptions.loading.label': 'Is Loading',
248
- 'todo.actionList.setLoading.todoOptions.loading.props.options.0.title': 'Yes',
249
- 'todo.actionList.setLoading.todoOptions.loading.props.options.1.title': 'No',
250
- 'todo.actionList.setValue.label': 'Control Assignment',
251
- 'todo.actionList.setValue.todoOptions.compid.label': 'Component Selection',
252
- 'todo.actionList.setValue.todoOptions.compid.props.titleLink.0.title': 'Clear Selected',
253
- 'todo.actionList.setValue.todoOptions.valueList.label': 'Component Assignment',
254
- 'todo.actionList.setValue.todoOptions.valueList.props.titleLink.0.title': 'Clear Assignment',
255
- 'todo.actionList.setModalSelectValue.label': 'Control Assignment',
256
- 'todo.actionList.setModalSelectValue.todoOptions.value.label': 'Content',
257
163
  'todo.actionList.setModalSelectValue.todoOptions.labelKey.label': 'Content Mapping Field',
258
- 'todo.actionList.setModalSelectValue.todoOptions.valueKey.label': 'Value Mapping Field',
259
- 'todo.actionList.setBadgeValue.label': 'Set Badge Value',
260
- 'todo.actionList.setBadgeValue.todoOptions.value.label': 'Content',
261
164
  'todo.actionList.triggerRelDataSource.label': 'Linkage Set Dropdown Options',
262
- 'todo.actionList.triggerRelDataSource.todoOptions.target.label': 'Linkage Source',
263
165
  'todo.actionList.triggerRelDataSource.todoOptions.arelStaticData.label': 'A End Static Data',
264
166
  'todo.actionList.triggerRelDataSource.todoOptions.zrelStaticData.label': 'Z End Static Data',
265
167
  'todo.actionList.triggerRelDataSource.todoOptions.custTargetVal.label': 'Custom Trigger Value',
266
- 'todo.actionList.validateMsg.label': 'Validation Message',
267
- 'todo.actionList.validateMsg.todoOptions.validateStatus.label': 'Validation Type',
268
- 'todo.actionList.validateMsg.todoOptions.validateStatus.props.options.0.title': 'Success',
269
- 'todo.actionList.validateMsg.todoOptions.validateStatus.props.options.1.title': 'Info',
270
- 'todo.actionList.validateMsg.todoOptions.validateStatus.props.options.2.title': 'Error',
271
- 'todo.actionList.validateMsg.todoOptions.validateStatus.props.options.3.title': 'Warning',
272
- 'todo.actionList.validateMsg.todoOptions.validateStatus.props.options.4.title': 'Normal',
273
- 'todo.actionList.validateMsg.todoOptions.help.label': 'Validation Text',
274
- 'todo.actionList.validateMsg.todoOptions.help.props.placeholder': 'Please Enter',
275
168
  'todo.actionList.setActiveTabPane.label': 'Set Tabs Selected Panel',
276
169
  'todo.actionList.setActiveTabPane.todoOptions.activeTabKey.label': 'Tab Selected Key',
277
- 'todo.actionList.setDisable.label': 'Disabled State',
278
- 'todo.actionList.setDisable.todoOptions.compid.label': 'Component Selection',
279
- 'todo.actionList.setDisable.todoOptions.compid.props.titleLink.0.title': 'Clear Selected',
280
- 'todo.actionList.setDisable.todoOptions.compValueList.label': 'Is Required',
281
- 'todo.actionList.setDisable.todoOptions.compValueList.props.options.0.title': 'Start',
282
- 'todo.actionList.setDisable.todoOptions.compValueList.props.options.1.title': 'Disable',
283
- 'todo.actionList.setDisable.todoOptions.compValueList.props.options.2.title': 'Toggle',
284
- 'todo.actionList.setRequired.label': 'Set Required',
285
- 'todo.actionList.setRequired.todoOptions.compid.label': 'Component Selection',
286
- 'todo.actionList.setRequired.todoOptions.compid.props.titleLink.0.title': 'Clear Selected',
287
- 'todo.actionList.setRequired.todoOptions.compValueList.label': 'Is Required',
288
- 'todo.actionList.setRequired.todoOptions.compValueList.props.options.0.title': 'Required',
289
- 'todo.actionList.setRequired.todoOptions.compValueList.props.options.1.title': 'Not Required',
290
- 'todo.actionList.setRequired.todoOptions.compValueList.props.options.2.title': 'Toggle',
291
- 'todo.actionList.setVisible.label': 'Control Visibility',
292
- 'todo.actionList.setVisible.todoOptions.compid.label': 'Component Selection',
293
- 'todo.actionList.setVisible.todoOptions.compid.props.titleLink.0.title': 'Clear Selected',
294
- 'todo.actionList.setVisible.todoOptions.compValueList.label': 'Is Required',
295
- 'todo.actionList.setVisible.todoOptions.compValueList.props.options.0.title': 'Display',
296
- 'todo.actionList.setVisible.todoOptions.compValueList.props.options.1.title': 'Hide',
297
- 'todo.actionList.setVisible.todoOptions.compValueList.props.options.2.title': 'Toggle',
298
170
  'todo.actionList.editInlineRow.label': 'Enable Inline Edit for Specified Row',
299
171
  'todo.actionList.editInlineRow.todoOptions.inlineeditrow.label': 'Specified Row ID',
300
172
  'todo.actionList.saveInlineRow.label': 'Save Current Inline Edit Row',
301
173
  'todo.actionList.restoreInlineRow.label': 'Revert All Inline Edit Rows',
302
174
  'todo.actionList.setDownloadResponse.label': 'Open/Download Link',
303
175
  'todo.actionList.setDownloadResponse.todoOptions.downloadUrl.label': 'Download Link Address',
304
- 'todo.actionList.setDownloadResponse.classification.download.label': 'Download',
305
- 'todo.actionList.saveBlobFile.label': 'File Save',
306
- 'todo.actionList.saveBlobFile.todoOptions.data.label': 'Content',
307
176
  'todo.actionList.saveBlobFile.todoOptions.fileName.label': 'Custom File Name',
308
177
  'todo.actionList.saveBlobFile.todoOptions.fileName.labelTip': 'When file name is not set, it will be the original file name',
309
178
  'todo.actionList.saveBlobFile.todoOptions.fileName.props.placeholder': 'Including suffix, e.g.: Table.xls',
310
- 'todo.actionList.saveBlobFile.classification.download.label': 'Download',
311
- 'todo.actionList.downloadByFileId.label': 'File Download',
312
179
  'todo.actionList.downloadByFileId.todoOptions.fileResourceType.label': 'File Resource Type',
313
- 'todo.actionList.downloadByFileId.todoOptions.fileResourceType.props.options.0.title': 'Server Resource',
314
- 'todo.actionList.downloadByFileId.todoOptions.fileResourceType.props.options.1.title': 'File Resource',
315
- 'todo.actionList.downloadByFileId.todoOptions.fileCode.label': 'File Code',
316
180
  'todo.actionList.downloadByFileId.todoOptions.data.label': 'File ID',
317
181
  'todo.actionList.downloadByFileId.todoOptions.data.labelTip': 'Supports multi-file download in comma-separated or array format, e.g.: 1,2 or $[1,2]$',
318
182
  'todo.actionList.downloadByFileId.todoOptions.fileName.label': 'Custom File Name',
319
183
  'todo.actionList.downloadByFileId.todoOptions.fileName.labelTip': 'When file name is not set, it will be the original file name',
320
184
  'todo.actionList.downloadByFileId.todoOptions.fileName.props.placeholder': 'Including suffix, e.g.: Table.xls',
321
- 'todo.actionList.downloadByFileId.todoOptions.zip.label': 'Single File Compression',
322
185
  'todo.actionList.downloadByFileId.todoOptions.zip.labelTip': '默认为单文件不压缩,多文件压缩,若开启单文件压缩为“是”,则不区分单文件/多文件,都压缩。',
323
- 'todo.actionList.downloadByFileId.classification.download.label': 'Download',
324
- 'todo.actionList.downloadByFileId.remarks.0.label': 'Configuration Tip',
325
- 'todo.actionList.downloadByFileId.remarks.0.content': 'If you need to download files uploaded in the configuration state (Page - File Resources) function, please select File Resource. Otherwise, if you need to select file resources in the current platform\'s file server (generally resources uploaded after running the runtime application), please select Server Resource',
326
- 'todo.actionList.downloadByFileId.remarks.1.label': 'Notes',
186
+ 'todo.actionList.downloadByFileId.remarks.0.content': "If you need to download files uploaded in the configuration state (Page - File Resources) function, please select File Resource. Otherwise, if you need to select file resources in the current platform's file server (generally resources uploaded after running the runtime application), please select Server Resource",
327
187
  'todo.actionList.downloadByFileId.remarks.1.content': 'File download only supports file resources within the low-code platform, external URL download is not currently supported',
328
188
  'todo.actionList.callSelfFunc.label': 'Call Page Custom Event',
329
- 'todo.actionList.callSelfFunc.todoOptions.customFuncName.label': 'Custom Event',
330
- 'todo.actionList.callSelfFunc.todoOptions.customFuncParams.label': 'Event Input Parameters',
331
- 'todo.actionList.callSelfFunc.todoOptions.customFuncParams.props.titleLink.0.title': 'Switch to Property',
332
- 'todo.actionList.callSelfFunc.todoOptions.customFuncParams.props.titleLink.1.title': 'Switch to Root Node',
333
- 'todo.actionList.callSelfFunc.todoOptions.customFuncParams.props.titleLink.2.title': 'Clear Assignment',
334
189
  'todo.actionList.callSelfFunc.todoCallbacks.callback1.fields.0.title': 'Custom Event Callback(@{options.customFuncName})',
335
190
  'todo.actionList.callSelfFunc.todoCallbacks.callback1.fields.0.description': 'Page custom event callback data',
336
- 'todo.actionList.callSelfFunc.classification.communicate.label': 'Data Communication',
337
191
  'todo.actionList.callParentCustomFunc.label': 'Call Parent Page Custom Event',
338
- 'todo.actionList.callParentCustomFunc.todoOptions.pathname.label': 'Page',
339
- 'todo.actionList.callParentCustomFunc.todoOptions.customFuncName.label': 'Custom Event',
340
- 'todo.actionList.callParentCustomFunc.todoOptions.customFuncName.props.titleLink.0.title': 'Refresh',
341
- 'todo.actionList.callParentCustomFunc.todoOptions.customFuncParams.label': 'Event Input Parameters',
342
- 'todo.actionList.callParentCustomFunc.todoOptions.customFuncParams.props.titleLink.0.title': 'Switch to Property',
343
- 'todo.actionList.callParentCustomFunc.todoOptions.customFuncParams.props.titleLink.1.title': 'Switch to Root Node',
344
- 'todo.actionList.callParentCustomFunc.todoOptions.customFuncParams.props.titleLink.2.title': 'Clear Assignment',
345
192
  'todo.actionList.callParentCustomFunc.todoCallbacks.callback1.fields.0.title': 'Parent Page Custom Event Callback(@{options.customFuncName})',
346
193
  'todo.actionList.callParentCustomFunc.todoCallbacks.callback1.fields.0.description': 'Parent page custom event callback data',
347
- 'todo.actionList.callParentCustomFunc.classification.communicate.label': 'Data Communication',
348
- 'todo.actionList.callParentCustomFunc.remarks.0.label': 'Use Case',
349
194
  'todo.actionList.callParentCustomFunc.remarks.0.content': 'Scenario 1: When Page A loads Page B through page container/business component, this event supports Page B calling Page A events \n Scenario 2: When Page A opens a modal/drawer/popover that is Page B, this event supports Page B calling Page A events \n Scenario 3: When Page A (Page A has page cache enabled) navigates to Page B, this event supports Page B calling Page A events',
350
195
  'todo.actionList.callCustomPageFunc.label': 'Call Any Page Custom Event',
351
- 'todo.actionList.callCustomPageFunc.todoOptions.actionTitle.label': 'Action Description',
352
196
  'todo.actionList.callCustomPageFunc.todoOptions.actionTitle.props.placeholder': 'Please enter action description',
353
- 'todo.actionList.callCustomPageFunc.todoOptions.pathname.label': 'Page',
354
- 'todo.actionList.callCustomPageFunc.todoOptions.customFuncName.label': 'Custom Event',
355
- 'todo.actionList.callCustomPageFunc.todoOptions.customFuncName.props.titleLink.0.title': 'Refresh',
356
- 'todo.actionList.callCustomPageFunc.todoOptions.customFuncParams.label': 'Event Input Parameters',
357
- 'todo.actionList.callCustomPageFunc.todoOptions.customFuncParams.props.titleLink.0.title': 'Switch to Property',
358
- 'todo.actionList.callCustomPageFunc.todoOptions.customFuncParams.props.titleLink.1.title': 'Switch to Root Node',
359
- 'todo.actionList.callCustomPageFunc.todoOptions.customFuncParams.props.titleLink.2.title': 'Clear Assignment',
360
197
  'todo.actionList.callCustomPageFunc.todoCallbacks.callback1.fields.0.title': 'Any Page Custom Event Callback(@{options.customFuncName})',
361
198
  'todo.actionList.callCustomPageFunc.todoCallbacks.callback1.fields.0.description': 'Page custom event callback data',
362
- 'todo.actionList.callCustomPageFunc.classification.communicate.label': 'Data Communication',
363
- 'todo.actionList.callCustomPageFunc.remarks.0.label': 'Notes',
364
199
  'todo.actionList.callCustomPageFunc.remarks.0.content': 'The selected page needs to enable caching (e.g., if Page A navigates to Page B and Page B needs to call a custom event on Page A, then Page A must enable caching);',
365
- 'todo.actionList.exportPage.label': 'Page Export',
366
- 'todo.actionList.exportPage.todoOptions.fileName.label': 'File Name',
367
200
  'todo.actionList.exportPage.todoOptions.fileName.props.placeholder': 'Please enter the exported file name',
368
- 'todo.actionList.exportPage.todoOptions.type.label': 'Type',
369
201
  'todo.actionList.exportPage.todoOptions.type.props.options.0.title': 'PDF',
370
- 'todo.actionList.exportPage.todoOptions.type.props.options.1.title': 'Image',
371
- 'todo.actionList.exportPage.classification.export.label': 'Import & Export',
372
202
  'todo.actionList.importCustomData.label': 'Custom Import Data',
373
- 'todo.actionList.importCustomData.todoOptions.custUrl.label': 'Import Service',
374
203
  'todo.actionList.importCustomData.todoOptions.custUrl.props.options.serviceTabs.0.description': 'Only shows orchestration services with file input parameters enabled. Service input parameters need to include impFile (file type) field to receive files and param (object type, optional) field to receive custom parameters',
375
204
  'todo.actionList.importCustomData.todoOptions.custUrl.props.options.serviceTabs.1.description': 'Only shows request layer services used in upload controls. Service input parameters need to include impFile (file type) field to receive files and param (object type, optional) field to receive custom parameters',
376
205
  'todo.actionList.importCustomData.todoOptions.accept.label': 'Allowed Upload Files',
377
206
  'todo.actionList.importCustomData.todoOptions.accept.labelTip': 'Please enter file extensions, multiple extensions separated by commas, e.g.: .xlsx,.xls,.csv',
378
207
  'todo.actionList.importCustomData.todoOptions.custTpl.label': 'Configure Import Template',
379
- 'todo.actionList.importCustomData.todoOptions.custParams.label': 'Custom Parameters',
380
208
  'todo.actionList.importCustomData.todoOptions.custTplUrl.label': 'Specify Template Address (Optional)',
381
209
  'todo.actionList.importCustomData.todoCallbacks.callback1.fields.0.title': 'Import Result (resultObject)',
382
210
  'todo.actionList.importCustomData.todoCallbacks.callback1.fields.1.title': 'Import Message (resultMsg)',
383
- 'todo.actionList.importCustomData.classification.export.label': 'Import & Export',
384
211
  'todo.actionList.setTimeout.label': 'Set Single Timer',
385
212
  'todo.actionList.setTimeout.todoOptions.timername.label': 'Timer Name (must be unique within page)',
386
- 'todo.actionList.setTimeout.todoOptions.interval.label': 'Time Interval',
387
- 'todo.actionList.setTimeout.todoOptions.interval.props.addonAfter': 'milliseconds',
388
- 'todo.actionList.setTimeout.classification.timer.label': 'Timer',
389
213
  'todo.actionList.setInterval.label': 'Set Interval Timer',
390
214
  'todo.actionList.setInterval.todoOptions.timername.label': 'Timer Name (must be unique within page)',
391
- 'todo.actionList.setInterval.todoOptions.interval.label': 'Time Interval',
392
- 'todo.actionList.setInterval.todoOptions.interval.props.addonAfter': 'milliseconds',
393
- 'todo.actionList.setTimer.label': 'Timer',
394
- 'todo.actionList.setTimer.todoOptions.type.label': 'Timer Type',
395
- 'todo.actionList.setTimer.todoOptions.type.props.options.0.title': 'Single Timer',
396
- 'todo.actionList.setTimer.todoOptions.type.props.options.1.title': 'Interval Timer',
397
215
  'todo.actionList.setTimer.todoOptions.timername.label': 'Timer Name (must be unique within page)',
398
- 'todo.actionList.setTimer.todoOptions.interval.label': 'Time Interval',
399
- 'todo.actionList.setTimer.todoOptions.interval.props.addonAfter': 'milliseconds',
400
- 'todo.actionList.setTimer.classification.timer.label': 'Timer',
401
- 'todo.actionList.clearTimer.label': 'Close Timer',
402
- 'todo.actionList.clearTimer.todoOptions.targettimer.label': 'Timer Name',
403
- 'todo.actionList.clearTimer.classification.timer.label': 'Timer',
404
- 'todo.actionList.clearData.label': 'Clear Data',
405
- 'todo.actionList.previewFile.label': 'File Preview',
406
216
  'todo.actionList.previewFile.todoOptions.fileId.label': 'File ID/URL',
407
- 'todo.actionList.previewFile.classification.page.label': 'Page',
408
- 'todo.actionList.print.label': 'Page Print',
409
217
  'todo.actionList.print.todoOptions.compToPrint.label': 'Custom Print Area (Optional)',
410
- 'todo.actionList.print.todoOptions.compToPrint.props.titleLink.0.title': 'Clear Selected',
411
- 'todo.actionList.print.classification.page.label': 'Page',
412
- 'todo.actionList.return.label': 'Exit Event',
413
- 'todo.actionList.return.todoOptions.returnType.label': 'Return Type',
414
- 'todo.actionList.return.todoOptions.returnType.labelTip': '1. Value: Used for data return, such as getting page form data and passing data after exit;<br />\n2. Success: Used for success flag return, will trigger the caller\'s success callback;<br />\n3. Failure: Used for failure flag return, will trigger the caller\'s failure callback.',
415
- 'todo.actionList.return.todoOptions.returnType.props.options.0.title': 'Value',
416
- 'todo.actionList.return.todoOptions.returnType.props.options.1.title': 'Success',
417
- 'todo.actionList.return.todoOptions.returnType.props.options.2.title': 'Failure',
218
+ 'todo.actionList.return.todoOptions.returnType.labelTip': "1. Value: Used for data return, such as getting page form data and passing data after exit;<br />\n2. Success: Used for success flag return, will trigger the caller's success callback;<br />\n3. Failure: Used for failure flag return, will trigger the caller's failure callback.",
418
219
  'todo.actionList.return.todoOptions.returnValue.label': 'Return Content (Optional)',
419
220
  'todo.actionList.return.todoOptions.isPreventDefault.label': 'Prevent Default Action (Advanced)',
420
- 'todo.actionList.return.todoOptions.isPreventDefault.props.options.0.title': 'Yes',
421
- 'todo.actionList.return.todoOptions.isPreventDefault.props.options.1.title': 'No',
422
221
  'todo.actionList.return.todoOptions.isPreventDefault.labelTip': 'Refers to preventing browser default behavior:<br />\nSuch as preventing opening file picker, preventing file download, etc.',
423
222
  'todo.actionList.return.todoOptions.isStopPropagation.label': 'Stop Event Propagation (Advanced)',
424
- 'todo.actionList.return.todoOptions.isStopPropagation.props.options.0.title': 'Yes',
425
- 'todo.actionList.return.todoOptions.isStopPropagation.props.options.1.title': 'No',
426
- 'todo.actionList.return.todoOptions.isStopPropagation.labelTip': 'Refers to only triggering events configured for the current component:<br />\nFor 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 triggers two click events, but stopping event propagation will not execute the blank container\'s click event.',
427
- 'todo.actionList.return.classification.others.label': 'Others',
223
+ 'todo.actionList.return.todoOptions.isStopPropagation.labelTip': "Refers to only triggering events configured for the current component:<br />\nFor 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 triggers two click events, but stopping event propagation will not execute the blank container's click event.",
428
224
  'todo.actionList.copyToClipboard.label': 'Copy to Clipboard',
429
- 'todo.actionList.copyToClipboard.todoOptions.copyText.label': 'Copy Content',
430
- 'todo.actionList.copyToClipboard.classification.others.label': 'Common',
431
225
  'todo.actionList.setCompState.label': 'Set Business Component State',
432
- 'todo.actionList.setCompState.todoOptions.componentState.label': 'Component State',
433
- 'todo.actionList.setCompState.todoOptions.componentState.extraGroups.0.subLabel': 'Component Refresh',
434
226
  'todo.actionList.setStepsCurrentValue.label': 'Set Current Step',
435
- 'todo.actionList.setStepsCurrentValue.todoOptions.current.label': 'Current Step',
436
227
  'todo.actionList.getStepsCurrentValue.label': 'Get Current Step',
437
- 'todo.actionList.getStepsCurrentValue.todoCallbacks.callback1.fields.0.title': 'Current Step',
438
228
  'todo.actionList.getStepsCurrentValue.todoCallbacks.callback1.fields.0.description': 'Index value of current step, counted from 0, used to locate the position of current tab',
439
229
  'todo.actionList.refreshLoadMore.label': 'Refresh LoadMore',
440
- 'todo.actionList.refreshLoadMore.todoOptions.loadmoreKey.label': 'Update Parameters',
441
230
  'todo.actionList.setDynamicFormValues.label': 'Set Form Data',
442
- 'todo.actionList.setDynamicFormValues.todoOptions.params.label': 'Parameter Assignment',
443
231
  'todo.actionList.clearDynamicFormValues.label': 'Reset Form Data',
444
232
  'todo.actionList.validateAllAppForm.label': 'Validate All Forms and Get Values',
445
233
  'todo.actionList.validateAllAppForm.todoCallbacks.callback1.fields.0.title': 'All Form Data',
446
234
  'todo.actionList.validateAllAppForm.todoCallbacks.callback2.fields.0.title': 'First Error Message of Form Validation Failure',
447
- 'todo.actionList.validateAllAppForm.classification.setData.label': 'Data Settings',
448
235
  'todo.actionList.setCompFileId.label': 'Set File ID',
449
236
  'todo.actionList.setCompFileId.todoOptions.fileId.label': 'File ID',
450
237
  'todo.actionList.loadMoreRequest.label': 'Bind Network Request',
451
238
  'todo.actionList.loadMoreRequest.todoOptions.url.label': 'Request Address (URL)',
452
- 'todo.actionList.loadMoreRequest.todoOptions.params.label': 'Parameter Assignment',
453
- 'todo.actionList.loadMoreRequest.todoOptions.params.props.titleLink.0.title': 'Clear Assignment',
454
- 'todo.actionList.loadMoreRequest.todoOptions.pageNum.label': 'Page Number Field Name',
455
- 'todo.actionList.loadMoreDataSource.label': 'Load Data Source',
456
- 'todo.actionList.loadMoreDataSource.todoOptions.total.label': 'Total Count',
457
- 'todo.actionList.loadMoreDataSource.todoOptions.data.label': 'Data Source',
458
239
  'todo.actionList.dFormSubmit.label': 'Get Form Values After Validation',
459
240
  'todo.actionList.dFormSubmit.todoCallbacks.callback1.description': 'Form data object, including: field codes and values',
460
- 'todo.actionList.dFormGetFieldsValue.label': 'Get Form Values',
461
241
  'todo.actionList.dFormGetFieldsValue.todoCallbacks.callback1.description': 'Form data object, including: field codes and values',
462
242
  'todo.actionList.dFormAllDisabled.label': 'Set Form Editable Status',
463
- 'todo.actionList.dFormAllDisabled.todoOptions.editor.label': 'Is Editable',
464
- 'todo.actionList.dFormAllDisabled.todoOptions.editor.props.options.0.title': 'Yes',
465
- 'todo.actionList.dFormAllDisabled.todoOptions.editor.props.options.1.title': 'No',
466
- 'todo.actionList.setCompChildrenValue.label': 'Assignment',
467
- 'todo.actionList.setCompChildrenValue.todoOptions.value.label': 'Content',
468
- 'todo.actionList.setCompContentValue.label': 'Set Content',
469
- 'todo.actionList.setCompContentValue.todoOptions.value.label': 'Content',
470
243
  'todo.actionList.setPageSrc.label': 'Set Page Address',
471
- 'todo.actionList.setPageSrc.todoOptions.pathname.label': 'Page',
472
- 'todo.actionList.setPageSrc.todoOptions.componentState.label': 'Component State',
473
- 'todo.actionList.setPageSrc.todoOptions.componentState.extraGroups.0.subLabel': 'Component Refresh',
474
244
  'todo.actionList.setSrc.label': 'Set Resource Address',
475
- 'todo.actionList.setSrc.todoOptions.value.label': 'Content',
476
- 'todo.actionList.setRangeValue.label': 'Set Time Range',
477
- 'todo.actionList.setRangeValue.todoOptions.startVal.label': 'Start Value',
478
245
  'todo.actionList.setRangeValue.todoOptions.startVal.props.placeholder': 'Please enter time in YYYY-MM-DD format',
479
- 'todo.actionList.setRangeValue.todoOptions.endVal.label': 'End Value',
480
246
  'todo.actionList.setRangeValue.todoOptions.endVal.props.placeholder': 'Please enter time in YYYY-MM-DD format',
481
- 'todo.actionList.pushScenePage.label': 'Navigate to Scene',
482
- 'todo.actionList.pushScenePage.todoOptions.scene.label': 'Select Scene',
483
- 'todo.actionList.pushScenePage.classification.scene.label': 'Scene',
484
- 'todo.actionList.reloadDataSource.label': 'Refresh Data Source',
485
- 'todo.actionList.reloadDataSource.todoOptions.selectServerDataSource.label': 'Select Data Source',
486
247
  'todo.actionList.reloadDataSource.todoOptions.sync.label': 'Data Loading Method',
487
- 'todo.actionList.reloadDataSource.todoOptions.sync.props.options.0.title': 'Async Load',
488
- 'todo.actionList.reloadDataSource.todoOptions.sync.props.options.1.title': 'Sync Load',
489
- 'todo.actionList.reloadDataSource.todoOptions.dataSourceReloadFilter.label': 'Data Source Assignment',
490
- 'todo.actionList.reloadDataSource.todoOptions.dataSourceReloadFilter.props.titleLink.0.title': 'Clear Assignment',
491
- 'todo.actionList.reloadDataSource.classification.common.label': 'Common',
492
- 'todo.actionList.reloadDataSource.classification.dataSource.label': 'Data Source',
493
248
  'todo.actionList.setDataSource.label': 'Set Data Source Value',
494
- 'todo.actionList.setDataSource.todoOptions.selectAllDataSource.label': 'Select Data Source',
495
- 'todo.actionList.setDataSource.todoOptions.dataSourceSetValue.label': 'Data Source Assignment',
496
- 'todo.actionList.setDataSource.todoOptions.dataSourceSetValue.props.titleLink.0.title': 'Clear Assignment',
497
- 'todo.actionList.setDataSource.todoOptions.onlySetPatch.label': 'Assignment Range',
498
- 'todo.actionList.setDataSource.todoOptions.onlySetPatch.props.options.0.title': 'Partial Assignment',
499
- 'todo.actionList.setDataSource.todoOptions.onlySetPatch.props.options.1.title': 'Full Assignment',
500
- 'todo.actionList.setDataSource.classification.common.label': 'Common',
501
- 'todo.actionList.setDataSource.classification.dataSource.label': 'Data Source',
502
249
  'todo.actionList.resetDataSource.label': 'Clear Data Source Value',
503
- 'todo.actionList.resetDataSource.todoOptions.selectAllDataSource.label': 'Select Data Source',
504
- 'todo.actionList.resetDataSource.classification.common.label': 'Common',
505
- 'todo.actionList.resetDataSource.classification.dataSource.label': 'Data Source',
506
250
  'todo.actionList.sendMessageIframe.label': 'Send Message to Web Container',
507
- 'todo.actionList.sendMessageIframe.todoOptions.value.label': 'Content',
508
- 'todo.actionList.sendMessageIframe.remarks.0.label': 'Use Case',
509
251
  'todo.actionList.sendMessageIframe.remarks.0.content': 'Used for message interaction with Web container, need to coordinate with Web container developers.',
510
252
  'todo.actionList.getLocalLocation.label': 'Get Current Location',
511
- 'todo.actionList.getLocalLocation.todoOptions.mapType.label': 'Preview Method',
512
- 'todo.actionList.getLocalLocation.todoOptions.mapType.props.options.0.title': 'Baidu Map',
513
- 'todo.actionList.getLocalLocation.todoOptions.mapType.props.options.1.title': 'Amap',
514
- 'todo.actionList.getLocalLocation.todoOptions.mapKey.label': 'Map Key',
515
253
  'todo.actionList.getLocalLocation.todoOptions.mapKey.props.placeholder': 'Please enter map key',
516
254
  'todo.actionList.getLocalLocation.todoOptions.securityKey.label': 'Security Key (Amap)',
517
255
  'todo.actionList.getLocalLocation.todoOptions.securityKey.props.placeholder': 'Please enter map security key',
518
256
  'todo.actionList.getLocalLocation.todoOptions.locationAlways.label': 'Continuous Location',
519
257
  'todo.actionList.getLocalLocation.todoOptions.locationOutputType.label': 'Location Output Coordinate System',
520
- 'todo.actionList.getLocalLocation.todoOptions.locationOutputType.props.options.0.title': 'Geodetic Coordinate System',
521
- 'todo.actionList.getLocalLocation.todoOptions.locationOutputType.props.options.1.title': 'Mars Coordinate System',
522
- 'todo.actionList.getLocalLocation.todoOptions.locationOutputType.props.options.2.title': 'Baidu Coordinate System',
523
258
  'todo.actionList.getLocalLocation.todoOptions.locationAddress.label': 'Need Address Information',
524
259
  'todo.actionList.getLocalLocation.todoCallbacks.callback1.fields.0.title': 'Location Success Callback',
525
260
  'todo.actionList.getLocalLocation.todoCallbacks.callback2.fields.0.title': 'Location Failure Callback',
526
- 'todo.actionList.getLocalLocation.classification.others.label': 'Others',
527
- 'todo.actionList.getLocalLocation.remarks.0.label': 'Use Case',
528
261
  'todo.actionList.getLocalLocation.remarks.0.content': 'Using Baidu/Amap JS-SDK for location positioning has accuracy issues. If your scenario requires high precision, such as in APP, please use JS to call native APP to get location information.',
529
- 'todo.actionList.getLocalLocation.remarks.1.label': 'Notes',
530
- 'todo.actionList.getLocalLocation.remarks.1.content': 'In browser or APP, please enable corresponding location permissions! Since Chrome, iOS10, etc. no longer support browser location requests for non-secure domains, to ensure location success rate and accuracy, please upgrade your site to HTTPS as soon as possible (Baidu Map official address: https://lbsyun.baidu.com/index.php?title=jspopular3.0/guide/getkey \nAmap official address: https://lbs.amap.com/api/javascript-api/guide/abc/prepare). According to legal regulations, conversion of any type of coordinates to GPS coordinates is not supported. When "Location Output Coordinate System" selects geodetic coordinate system, the output is the map\'s native coordinate system.\nWhen map type is Amap and address information is needed, Amap map security key must be entered, otherwise address information cannot be obtained.',
531
- 'todo.actionList.startVerificationCodeCountdown.label': 'Start Countdown',
532
- 'todo.actionList.resetVerificationCodeCountdown.label': 'Reset Countdown',
262
+ 'todo.actionList.getLocalLocation.remarks.1.content': "In browser or APP, please enable corresponding location permissions! Since Chrome, iOS10, etc. no longer support browser location requests for non-secure domains, to ensure location success rate and accuracy, please upgrade your site to HTTPS as soon as possible (Baidu Map official address: https://lbsyun.baidu.com/index.php?title=jspopular3.0/guide/getkey \nAmap official address: https://lbs.amap.com/api/javascript-api/guide/abc/prepare). According to legal regulations, conversion of any type of coordinates to GPS coordinates is not supported. When \"Location Output Coordinate System\" selects geodetic coordinate system, the output is the map's native coordinate system.\nWhen map type is Amap and address information is needed, Amap map security key must be entered, otherwise address information cannot be obtained.",
533
263
  'todo.actionList.setVerificationCodeImageUrl.label': 'Set Image Address',
534
264
  'todo.actionList.setVerificationCodeImageUrl.todoOptions.verificationCodeUrl.label': 'Verification Code Image Address',
535
265
  'todo.actionList.removeTransferKeys.label': 'Remove Right List Values',
536
- 'todo.actionList.removeTransferKeys.todoOptions.transferValue.label': 'Content',
537
266
  'todo.actionList.removeTransferKeys.todoOptions.transferValue.props.placeholder': 'Please enter values to delete, multiple values separated by commas, e.g.: 1,2,3',
538
267
  'todo.actionList.addTransferKeys.label': 'Set Right List Values',
539
- 'todo.actionList.addTransferKeys.todoOptions.transferValue.label': 'Content',
540
268
  'todo.actionList.addTransferKeys.todoOptions.transferValue.props.placeholder': 'Please enter values to add, multiple values separated by commas, e.g.: 1,2,3',
541
- 'todo.actionList.setTransferLeftTitle.label': 'Set Left Title',
542
- 'todo.actionList.setTransferLeftTitle.todoOptions.value.label': 'Content',
543
- 'todo.actionList.setTransferRightTitle.label': 'Set Right Title',
544
- 'todo.actionList.setTransferRightTitle.todoOptions.value.label': 'Content',
545
- 'todo.actionList.loadLineChartData.label': 'Load Data',
546
269
  'todo.actionList.loadLineChartData.todoOptions.xLineName.label': 'X Axis Field Name',
547
270
  'todo.actionList.loadLineChartData.todoOptions.yLineName.label': 'Y Axis Field Name',
548
- 'todo.actionList.loadLineChartData.todoOptions.lineChartData.label': 'Data Source',
549
- 'todo.actionList.loadSingleProgressData.label': 'Load Data',
550
- 'todo.actionList.loadSingleProgressData.todoOptions.spCount.label': 'Current Count',
551
- 'todo.actionList.loadSingleProgressData.todoOptions.spTotal.label': 'Total Count',
552
- 'todo.actionList.loadSingleProgressData.todoOptions.spRightNode.label': 'Right Text',
553
- 'todo.actionList.loadDonutChartData.label': 'Load Data',
554
271
  'todo.actionList.loadDonutChartData.todoOptions.donutX.label': 'X Axis Field Name',
555
272
  'todo.actionList.loadDonutChartData.todoOptions.donutY.label': 'Y Axis Field Name',
556
- 'todo.actionList.loadDonutChartData.todoOptions.donutData.label': 'Data Source',
557
- 'todo.actionList.loadDonutChartData.todoOptions.donutSumText.label': 'Total Data',
558
- 'todo.actionList.loadMultipleProgressData.label': 'Load Data',
559
- 'todo.actionList.loadMultipleProgressData.todoOptions.mpData.label': 'Data Source',
560
273
  'todo.actionList.loadMultipleProgressData.todoOptions.mpData.props.placeholder': 'Format: [{count:xx, color:xx, label:xx},...]',
561
- 'todo.actionList.loadGroupColumnData.label': 'Load Data',
562
274
  'todo.actionList.loadGroupColumnData.todoOptions.gcXName.label': 'X Axis Field Name',
563
- 'todo.actionList.loadGroupColumnData.todoOptions.gcLegendParams.label': 'Legend Content',
564
275
  'todo.actionList.loadGroupColumnData.todoOptions.gcLegendParams.props.placeholder': 'Format: [{label:xx(description), value:xx(corresponding data source value field)},...]',
565
- 'todo.actionList.loadGroupColumnData.todoOptions.gcData.label': 'Data Source',
566
276
  'todo.actionList.loadGroupColumnData.todoOptions.gcData.props.placeholder': 'Format: [{name:xx, xx:xx, xx:xx, ...},...]',
567
- 'todo.actionList.loadSmallColumnarData.label': 'Load Data',
568
277
  'todo.actionList.loadSmallColumnarData.todoOptions.scXName.label': 'X Axis Field Name',
569
278
  'todo.actionList.loadSmallColumnarData.todoOptions.scYName.label': 'Y Axis Field Name',
570
- 'todo.actionList.loadSmallColumnarData.todoOptions.scData.label': 'Data Source',
571
279
  'todo.actionList.loadSmallColumnarData.todoOptions.scData.props.placeholder': 'Format: [{xx:xx, xx:xx, color:xx(set this parameter when color needs to be specified) },...]',
572
- 'todo.actionList.loadStackColumnData.label': 'Load Data',
573
280
  'todo.actionList.loadStackColumnData.todoOptions.stcXName.label': 'X Axis Field Name',
574
- 'todo.actionList.loadStackColumnData.todoOptions.stcLegendParams.label': 'Legend Content',
575
281
  'todo.actionList.loadStackColumnData.todoOptions.stcLegendParams.props.placeholder': 'Format: [{label:xx, value:xx},...]',
576
- 'todo.actionList.loadStackColumnData.todoOptions.stcData.label': 'Data Source',
577
282
  'todo.actionList.loadStackColumnData.todoOptions.stcData.props.placeholder': 'Format: [{xx:xx, xx:xx, ... },...]',
578
- 'todo.actionList.setMenuOpenKey.label': 'Set Expanded Items',
579
- 'todo.actionList.setMenuOpenKey.todoOptions.value.label': 'Content',
580
- 'todo.actionList.clearMenuOpenKey.label': 'Clear Expanded Items',
581
283
  'todo.actionList.setInlineCollapsed.label': 'Toggle Inline Menu',
582
- 'todo.actionList.setInlineCollapsed.todoOptions.inlineCollapsed.label': 'Is Collapsed',
583
- 'todo.actionList.setInlineCollapsed.todoOptions.inlineCollapsed.props.options.0.title': 'Collapse',
584
- 'todo.actionList.setInlineCollapsed.todoOptions.inlineCollapsed.props.options.1.title': 'Expand',
585
- 'todo.actionList.setInlineCollapsed.todoOptions.inlineCollapsed.props.options.2.title': 'Toggle',
586
- 'todo.actionList.reloadTransferData.label': 'Load Data',
587
- 'todo.actionList.getLoopListValues.label': '获取选中项',
588
284
  'todo.actionList.getLoopListValues.todoCallbacks.callback1.fields.0.title': 'Selected Key(@{name})',
589
285
  'todo.actionList.getLoopListValues.todoCallbacks.callback1.fields.0.description': 'In loop list selection mode, the identifier collection of currently selected data',
590
286
  'todo.actionList.getLoopListValues.todoCallbacks.callback1.fields.1.title': 'Selected Data(@{name})',
@@ -593,13 +289,8 @@ var todoActionListEnUS = exports.todoActionListEnUS = {
593
289
  'todo.actionList.getLoopListValues.todoCallbacks.callback1.fields.2.description': 'Index value collection of clicked loop item in the list, counted from 0, used to locate the position of clicked item in the list',
594
290
  'todo.actionList.setSelectAllValues.label': 'Set All Selected',
595
291
  'todo.actionList.setExpandedKey.label': 'Expand Specified Node',
596
- 'todo.actionList.setExpandedKey.todoOptions.value.label': 'Content',
597
292
  'todo.actionList.closeExpandedKey.label': 'Collapse Specified Node',
598
- 'todo.actionList.closeExpandedKey.todoOptions.value.label': 'Content',
599
- 'todo.actionList.reloadSelectorData.label': 'Load Data',
600
- 'todo.actionList.reloadSelectorData.todoOptions.data.label': 'Content',
601
293
  'todo.actionList.reloadSelectorData.todoOptions.labelKey.label': 'Option Content Field',
602
- 'todo.actionList.reloadSelectorData.todoOptions.valueKey.label': 'Option Value Field',
603
294
  'todo.actionList.reloadSelectorData.todoOptions.descriptionKey.label': 'Option Description Field',
604
295
  'todo.actionList.reloadSelectorData.todoOptions.disabledKey.label': 'Option Disabled Field',
605
296
  'todo.actionList.setSelectorDisabelItems.label': 'Set Option Disabled',
@@ -607,143 +298,46 @@ var todoActionListEnUS = exports.todoActionListEnUS = {
607
298
  'todo.actionList.swipeNext.label': 'Switch to Next',
608
299
  'todo.actionList.swipePrev.label': 'Switch to Previous',
609
300
  'todo.actionList.swipeTo.label': 'Switch to Specified Index',
610
- 'todo.actionList.swipeTo.todoOptions.swiperIndex.label': 'Index',
611
- 'todo.actionList.swipeTo.todoOptions.swiperIndex.props.placeholder': 'Please Enter',
612
- 'todo.actionList.refreshPictureVerifyCode.label': 'Refresh Verification Code',
613
- 'todo.actionList.mediaControl.label': 'Media Control',
614
- 'todo.actionList.mediaControl.todoOptions.updateMediaState.label': 'State Settings',
615
- 'todo.actionList.mediaControl.todoOptions.updateMediaState.props.options.0.title': 'Play',
616
- 'todo.actionList.mediaControl.todoOptions.updateMediaState.props.options.1.title': 'Pause',
617
- 'todo.actionList.mediaControl.todoOptions.updateMediaState.props.options.2.title': 'Toggle',
618
301
  'todo.actionList.setBlockSelectData.label': 'Set Loop Block Data Source',
619
- 'todo.actionList.setBlockSelectData.todoOptions.value.label': 'Content',
620
- 'todo.actionList.setBlockSelectSelectedData.label': 'Set Selected Items',
621
- 'todo.actionList.setBlockSelectSelectedData.todoOptions.selectType.label': 'Control Type',
622
302
  'todo.actionList.setBlockSelectSelectedData.todoOptions.selectType.props.options.0.title': 'Unique Field Code',
623
- 'todo.actionList.setBlockSelectSelectedData.todoOptions.selectType.props.options.1.title': 'Loop Item Index',
624
- 'todo.actionList.setBlockSelectSelectedData.todoOptions.value.label': 'Content',
625
- 'todo.actionList.setBlockSelectHiddenData.label': 'Control Visibility',
626
- 'todo.actionList.setBlockSelectHiddenData.todoOptions.visible.label': 'Visibility Settings',
627
- 'todo.actionList.setBlockSelectHiddenData.todoOptions.visible.props.options.0.title': 'Display',
628
- 'todo.actionList.setBlockSelectHiddenData.todoOptions.visible.props.options.1.title': 'Hide',
629
- 'todo.actionList.setBlockSelectHiddenData.todoOptions.visible.props.options.2.title': 'Toggle',
630
- 'todo.actionList.setBlockSelectHiddenData.todoOptions.selectType.label': 'Control Type',
631
303
  'todo.actionList.setBlockSelectHiddenData.todoOptions.selectType.props.options.0.title': 'Unique Field Code',
632
- 'todo.actionList.setBlockSelectHiddenData.todoOptions.selectType.props.options.1.title': 'Loop Item Index',
633
- 'todo.actionList.setBlockSelectHiddenData.todoOptions.value.label': 'Content',
634
304
  'todo.actionList.setBlockSelectStateData.label': 'Set Loop Item Status',
635
- 'todo.actionList.setBlockSelectStateData.todoOptions.disabled.label': 'State Settings',
636
- 'todo.actionList.setBlockSelectStateData.todoOptions.disabled.props.options.0.title': 'Start',
637
- 'todo.actionList.setBlockSelectStateData.todoOptions.disabled.props.options.1.title': 'Disable',
638
- 'todo.actionList.setBlockSelectStateData.todoOptions.disabled.props.options.2.title': 'Toggle',
639
- 'todo.actionList.setBlockSelectStateData.todoOptions.selectType.label': 'Control Type',
640
305
  'todo.actionList.setBlockSelectStateData.todoOptions.selectType.props.options.0.title': 'Unique Field Code',
641
- 'todo.actionList.setBlockSelectStateData.todoOptions.selectType.props.options.1.title': 'Loop Item Index',
642
- 'todo.actionList.setBlockSelectStateData.todoOptions.value.label': 'Content',
643
306
  'todo.actionList.reloadGanttData.label': 'Load Project Implementation Progress Data',
644
- 'todo.actionList.reloadGanttData.todoOptions.data.label': 'Content',
645
- 'todo.actionList.value.label': 'Get Value',
646
307
  'todo.actionList.value.todoCallbacks.callback1.fields.0.title': 'Current Value(@{name})',
647
308
  'todo.actionList.value.todoCallbacks.callback1.fields.0.description': 'Content of current control',
648
- 'todo.actionList.clearMobileValue.label': 'Clear Value',
649
- 'todo.actionList.setMobileValue.label': 'Control Assignment',
650
- 'todo.actionList.setMobileValue.todoOptions.compid.label': 'Component Selection',
651
- 'todo.actionList.setMobileValue.todoOptions.compid.props.titleLink.0.title': 'Clear Selected',
652
- 'todo.actionList.setMobileValue.todoOptions.valueList.label': 'Component Assignment',
653
- 'todo.actionList.setMobileValue.todoOptions.valueList.props.titleLink.0.title': 'Clear Assignment',
654
- 'todo.actionList.setMobileFormDisabled.label': 'Disabled State',
655
- 'todo.actionList.setMobileFormEditor.label': 'Edit State',
656
- 'todo.actionList.setEditor.label': 'Edit State',
657
- 'todo.actionList.setMobileFormVisible.label': 'Control Visibility',
658
- 'todo.actionList.setMobileFormVisible.todoOptions.visible.label': 'Visibility Settings',
659
- 'todo.actionList.setMobileFormVisible.todoOptions.visible.props.options.0.title': 'Display',
660
- 'todo.actionList.setMobileFormVisible.todoOptions.visible.props.options.1.title': 'Hide',
661
- 'todo.actionList.setMobileFormVisible.todoOptions.visible.props.options.2.title': 'Toggle',
662
- 'todo.actionList.setFormItemDataSource.label': 'Set Option Values',
663
- 'todo.actionList.setFormItemDataSource.todoOptions.data.label': 'Content',
664
309
  'todo.actionList.getFormItemValue.label': 'Get Selected Data Object',
665
310
  'todo.actionList.getFormItemValue.todoCallbacks.callback1.fields.0.title': 'Selected Data @{name}',
666
311
  'todo.actionList.getFormItemValue.todoCallbacks.callback1.fields.0.description': 'Data list of currently selected values',
667
312
  'todo.actionList.addDebugger.label': 'Add Breakpoint (Use with Caution)',
668
- 'todo.actionList.addDebugger.classification.debug.label': 'Debug',
669
- 'todo.actionList.reload.label': 'Page Refresh',
670
- 'todo.actionList.reload.classification.page.label': 'Page',
671
- 'todo.actionList.switchAppTabs.label': 'Switch Page',
672
- 'todo.actionList.switchAppTabs.todoOptions.value.label': 'Content',
673
313
  'todo.actionList.switchAppTabs.todoCallbacks.callback1.fields.0.title': 'Current Page Index @{name}',
674
314
  'todo.actionList.switchAppTabs.todoCallbacks.callback1.fields.0.description': 'Tab index, counted from 0, used to locate the position of current tab',
675
- 'todo.actionList.changeContent.label': 'Modify Content',
676
- 'todo.actionList.changeContent.todoOptions.name.label': 'Modify Name',
677
- 'todo.actionList.changeContent.todoOptions.name.props.placeholder': 'Please enter name',
678
- 'todo.actionList.changeContent.todoOptions.icon.label': 'Modify Icon',
679
- 'todo.actionList.changeContent.todoOptions.icon.props.placeholder': 'Please select icon',
680
315
  'todo.actionList.getDformStatus.label': 'Get Form Edit Status',
681
316
  'todo.actionList.getDformStatus.todoCallbacks.callback1.fields.0.title': 'Form Edit Status',
682
317
  'todo.actionList.getDformStatus.todoCallbacks.callback1.fields.0.description': 'Form current edit status: true(disabled), false(editable)',
683
318
  'todo.actionList.customActionCode.label': 'Custom Code Block',
684
- 'todo.actionList.customActionCode.todoOptions.actionTitle.label': 'Action Description',
685
319
  'todo.actionList.customActionCode.todoOptions.actionTitle.props.placeholder': 'Please enter action description',
686
- 'todo.actionList.customActionCode.todoOptions.editorCode.label': 'Custom Content',
687
- 'todo.actionList.customActionCode.todoCallbacks.callback1.fields.0.title': 'Success Callback Value',
688
- 'todo.actionList.customActionCode.todoCallbacks.callback2.fields.0.title': 'Failure Callback Value',
689
- 'todo.actionList.customActionCode.classification.others.label': 'Others',
690
- 'todo.actionList.customActionCode.remarks.0.label': 'Notes',
691
320
  'todo.actionList.customActionCode.remarks.0.content': 'If you need to work with exit event, please add return true in the code block',
692
321
  'todo.actionList.getItemFromLocalStorage.label': 'Get Local Data',
693
322
  'todo.actionList.getItemFromLocalStorage.todoOptions.key.label': 'Node Key Value Field',
694
- 'todo.actionList.getItemFromLocalStorage.todoCallbacks.callback1.fields.0.title': 'Local Data Value',
695
- 'todo.actionList.getItemFromLocalStorage.classification.others.label': 'Others',
696
323
  'todo.actionList.setItemToLocalStorage.label': 'Save Local Data',
697
- 'todo.actionList.setItemToLocalStorage.todoOptions.key.label': 'Field Name',
698
324
  'todo.actionList.setItemToLocalStorage.todoOptions.key.props.placeholder': 'Please enter field name value, must be in English',
699
- 'todo.actionList.setItemToLocalStorage.todoOptions.value.label': 'Content',
700
- 'todo.actionList.setItemToLocalStorage.classification.others.label': 'Others',
701
- 'todo.actionList.prev.label': 'Previous',
702
- 'todo.actionList.next.label': 'Next',
703
- 'todo.actionList.goTo.label': 'Go to Page',
704
- 'todo.actionList.goTo.todoOptions.value.label': 'Content',
705
- 'todo.actionList.reloadTransferData.todoOptions.data.label': 'Content',
706
325
  'todo.actionList.swipeNext.todoCallbacks.success.fields.0.title': '@{name} Target Index',
707
326
  'todo.actionList.swipeNext.todoCallbacks.success.fields.1.title': '@{name} Target Item',
708
327
  'todo.actionList.swipeNext.todoCallbacks.fail.fields.0.title': '@{name} Error Message',
709
- 'todo.actionList.sysSetFormItemStatus.todoOptions.compid.props.titleLink.0.title': 'Clear Selected',
710
- 'todo.actionList.sysSetFormItemStatus.todoOptions.compid.props.titleLink.1.title.selected': 'Show Selected',
711
- 'todo.actionList.sysSetFormItemStatus.todoOptions.compid.props.titleLink.1.title.all': 'Show All',
712
- 'todo.actionList.sysSetFormItemStatus.todoOptions.formItemList.label': 'Content',
713
328
  'todo.actionList.sysSetFormItemStatus.todoOptions.formItemList.description': 'Need to accept an object array in the format [{"attrCode": "item_order_name","status": 2}]',
714
329
  'todo.actionList.sysSetFormItemStatus.todoOptions.labelKey.label': 'Option Form Code Field',
715
330
  'todo.actionList.sysSetFormItemStatus.todoOptions.labelKey.description': 'Node alias of form code field attrCode',
716
- 'todo.actionList.sysSetFormItemStatus.todoOptions.valueKey.label': 'Option Value Field',
717
331
  'todo.actionList.sysSetFormItemStatus.todoOptions.valueKey.description': 'Node alias of form status field status (1 edit, 2 hidden, 3 disabled, 4 read-only)',
718
- 'todo.actionList.customPrintOrExport.classification.0.label': 'Common',
719
- 'todo.actionList.showMessage.todoOptions.type.label': 'Type',
720
- 'todo.actionList.showMessage.todoOptions.type.props.options.0.title': 'Success',
721
- 'todo.actionList.showMessage.todoOptions.type.props.options.1.title': 'Info',
722
- 'todo.actionList.showMessage.todoOptions.type.props.options.2.title': 'Warning',
723
- 'todo.actionList.showMessage.todoOptions.type.props.options.3.title': 'Error',
724
- 'todo.actionList.showMessage.todoOptions.type.props.options.4.title': '加载动画',
725
- 'todo.actionList.showMessage.todoOptions.value.label': 'Content',
726
- 'todo.actionList.showMessage.todoOptions.duration.label': 'Loading Duration',
727
- 'todo.actionList.showMessage.todoOptions.duration.props.addonAfter': 'seconds',
728
332
  'todo.actionList.showMessage.classification.modal.label': 'Message & Modal',
729
- 'todo.actionList.showMessage.remarks.0.label': 'Notes',
730
333
  'todo.actionList.showMessage.remarks.0.content': 'When loading duration is 0, it means always show loading. When loading duration is greater than 0, it means show loading for the set time',
731
334
  'todo.actionList.hideMessage.label': 'Close Message Prompt',
732
335
  'todo.actionList.hideMessage.classification.modal.label': 'Message & Modal',
733
- 'todo.actionList.apiRequest.label': 'Send Request',
734
- 'todo.actionList.apiRequest.todoOptions.actionTitle.label': 'Action Description',
735
336
  'todo.actionList.apiRequest.todoOptions.actionTitle.props.placeholder': 'Please enter action description',
736
337
  'todo.actionList.apiRequest.todoOptions.sync.label': 'Data Loading Method',
737
- 'todo.actionList.apiRequest.todoOptions.sync.props.options.0.title': 'Async Load',
738
- 'todo.actionList.apiRequest.todoOptions.sync.props.options.1.title': 'Sync Load',
739
338
  'todo.actionList.apiRequest.todoOptions.url.label': 'Request Address (URL)',
740
339
  'todo.actionList.apiRequest.todoOptions.relatedObjectList.label': 'Select Related Object',
741
- 'todo.actionList.apiRequest.todoOptions.params.label': 'Parameter Assignment',
742
- 'todo.actionList.apiRequest.todoOptions.params.extraGroups.0.subLabel': 'Clear Assignment',
743
- 'todo.actionList.apiRequest.classification.0.label': 'Common',
744
- 'todo.actionList.apiRequest.classification.1.label': 'Service Request',
745
340
  'todo.actionList.JSBridge.label': 'JS Call Native Method',
746
- 'todo.actionList.JSBridge.todoOptions.method.label': 'Method Name',
747
341
  'todo.actionList.JSBridge.todoOptions.method.props.placeholder': 'e.g.: openCamera',
748
342
  'todo.actionList.JSBridge.todoOptions.androidWebName.label': 'Android Container Name',
749
343
  'todo.actionList.JSBridge.todoOptions.androidWebName.props.placeholder': 'Default: Android',
@@ -755,194 +349,64 @@ var todoActionListEnUS = exports.todoActionListEnUS = {
755
349
  'todo.actionList.JSBridge.todoOptions.androidFailFunName.props.placeholder': 'e.g.: openCameraFail[for Android failure callback H5]',
756
350
  'todo.actionList.JSBridge.todoOptions.iOSFailFunName.label': 'iOS Failure Callback Method Name',
757
351
  'todo.actionList.JSBridge.todoOptions.iOSFailFunName.props.placeholder': 'e.g.: openCameraFail[for iOS failure callback H5]',
758
- 'todo.actionList.JSBridge.todoOptions.flowCustParams.label': 'Custom Parameters',
759
352
  'todo.actionList.JSBridge.todoCallbacks.callback1.title': 'Native Method Success Callback Parameters',
760
353
  'todo.actionList.JSBridge.todoCallbacks.callback2.title': 'Native Method Failure Callback Parameters',
761
- 'todo.actionList.JSBridge.classification.others.label': 'Others',
762
354
  'todo.actionList.sysSetState.label': 'Set Component Status',
763
- 'todo.actionList.sysSetState.todoOptions.compid.label': 'Component Selection',
764
355
  'todo.actionList.sysSetState.todoOptions.compid.labelTip': '组件无“状态”属性时,组件不能选中',
765
- 'todo.actionList.sysSetState.todoOptions.compid.props.titleLink.0.title': 'Clear Selected',
766
356
  'todo.actionList.sysSetState.todoOptions.compValueList.label': 'Set Component Status',
767
357
  'todo.actionList.sysSetState.todoOptions.compValueList.labelTip': '1. Component status settings have no order requirement</br>2. If form component has status set and components within form do not have status set, then form component status applies; conversely, if components within form have status set, then component status applies',
768
- 'todo.actionList.sysSetState.todoOptions.compValueList.props.options.0.title': 'Normal',
769
- 'todo.actionList.sysSetState.todoOptions.compValueList.props.options.1.title': 'Hide',
770
- 'todo.actionList.sysSetState.todoOptions.compValueList.props.options.2.title': 'Disable',
771
- 'todo.actionList.sysSetState.todoOptions.compValueList.props.options.3.title': 'Read-only',
772
- 'todo.actionList.sysSetState.classification.0.label': 'Common',
773
358
  'todo.actionList.sysSetState.classification.1.label': 'Show/Hide',
774
359
  'todo.actionList.callCurrentFunc.label': 'Call Custom Event',
775
- 'todo.actionList.callCurrentFunc.todoOptions.pathname.label': 'Page',
776
- 'todo.actionList.callCurrentFunc.todoOptions.customFuncName.label': 'Custom Event',
777
- 'todo.actionList.callCurrentFunc.todoOptions.customFuncName.props.titleLink.0.title': 'Refresh',
778
- 'todo.actionList.callCurrentFunc.todoOptions.customFuncParams.label': 'Event Input Parameters',
779
- 'todo.actionList.callCurrentFunc.todoOptions.customFuncParams.props.titleLink.0.title': 'Switch to Property',
780
- 'todo.actionList.callCurrentFunc.todoOptions.customFuncParams.props.titleLink.1.title': 'Switch to Root Node',
781
- 'todo.actionList.callCurrentFunc.todoOptions.customFuncParams.props.titleLink.2.title': 'Clear Assignment',
782
360
  'todo.actionList.callCurrentFunc.todoCallbacks.callback1.fields.0.title': 'Custom Event Callback(@{options.customFuncName})',
783
361
  'todo.actionList.callCurrentFunc.todoCallbacks.callback1.fields.0.description': 'Page custom event callback data',
784
362
  'todo.actionList.scanCode.label': 'Scan QR Code/Barcode',
785
- 'todo.actionList.scanCode.todoOptions.scanType.label': 'Image Type',
786
363
  'todo.actionList.scanCode.todoOptions.scanType.labelTip': 'Different image types have different decoders, please select image type according to actual scenario.',
787
- 'todo.actionList.scanCode.todoOptions.scanType.props.options.0.title': 'QR Code',
788
- 'todo.actionList.scanCode.todoOptions.scanType.props.options.1.title': 'Barcode',
789
- 'todo.actionList.scanCode.todoOptions.scanTarget.label': 'Scan Target',
790
- 'todo.actionList.scanCode.todoOptions.scanTarget.labelTip': 'Page Component: Applicable when scan target is [Image Component] and is in current page.\nImage ID: Applicable when scan target is [uploaded image], can be parsed after upload. Uploaded to platform\'s built-in file server.\nImage Address: Applicable when scan target is image link address, e.g.: image link address returned after uploading to business party\'s file system.\nOther: Currently supports images in base64 format.',
791
- 'todo.actionList.scanCode.todoOptions.scanTarget.props.options.0.title': 'Page Component',
364
+ 'todo.actionList.scanCode.todoOptions.scanTarget.labelTip': "Page Component: Applicable when scan target is [Image Component] and is in current page.\nImage ID: Applicable when scan target is [uploaded image], can be parsed after upload. Uploaded to platform's built-in file server.\nImage Address: Applicable when scan target is image link address, e.g.: image link address returned after uploading to business party's file system.\nOther: Currently supports images in base64 format.",
792
365
  'todo.actionList.scanCode.todoOptions.scanTarget.props.options.1.title': 'Image ID',
793
- 'todo.actionList.scanCode.todoOptions.scanTarget.props.options.2.title': 'Image Address',
794
- 'todo.actionList.scanCode.todoOptions.scanTarget.props.options.3.title': 'Others',
795
- 'todo.actionList.scanCode.todoOptions.scanSource.comp.label': 'Page Component',
796
366
  'todo.actionList.scanCode.todoOptions.scanSource.comp.props.placeholder': 'Please select image component',
797
- 'todo.actionList.scanCode.todoOptions.scanSource.comp.props.titleLink.0.title': 'Clear Selected',
798
367
  'todo.actionList.scanCode.todoOptions.scanSource.fileId.label': 'Image ID',
799
- 'todo.actionList.scanCode.todoOptions.scanSource.url.label': 'Image Address',
800
- 'todo.actionList.scanCode.todoOptions.scanSource.other.label': 'Others',
801
- 'todo.actionList.scanCode.todoCallbacks.callback1.fields.0.title': 'Scan Content',
802
- 'todo.actionList.scanCode.classification.scan.label': 'Scan',
803
- 'todo.actionList.scanCode.remarks.0.label': 'Use Case',
804
368
  'todo.actionList.scanCode.remarks.0.content': 'This function is not supported in IE. Supported barcode encoding formats are: code_128_reader (default), ean_reader, ean_8_reader, code_39_reader, code_39_vin_reader, codabar_reader, upc_reader, upc_e_reader, i2of5_reader, 2of5_reader, code_93_reade;\nQR code images outside QR-Code format do not support Chinese character recognition;',
805
- 'todo.actionList.apiRequestByFlow.label': 'Trigger Workflow',
806
369
  'todo.actionList.apiRequestByFlow.todoOptions.sync.label': 'Data Loading Method',
807
- 'todo.actionList.apiRequestByFlow.todoOptions.sync.props.options.0.title': 'Async Load',
808
- 'todo.actionList.apiRequestByFlow.todoOptions.sync.props.options.1.title': 'Sync Load',
809
370
  'todo.actionList.apiRequestByFlow.todoOptions.flowUrl.label': 'Workflow Request Interface',
810
- 'todo.actionList.apiRequestByFlow.todoOptions.flowType.label': 'Workflow Type',
811
- 'todo.actionList.apiRequestByFlow.todoOptions.flowType.props.options.0.title': 'Start',
812
- 'todo.actionList.apiRequestByFlow.todoOptions.flowType.props.options.1.title': 'Approve',
813
- 'todo.actionList.apiRequestByFlow.todoOptions.flowType.props.options.2.title': 'Reject',
814
- 'todo.actionList.apiRequestByFlow.todoOptions.flowType.props.options.3.title': 'Transfer',
815
- 'todo.actionList.apiRequestByFlow.todoOptions.flowType.props.options.4.title': 'General',
816
- 'todo.actionList.apiRequestByFlow.todoOptions.flowCode.label': 'Select Workflow',
817
371
  'todo.actionList.apiRequestByFlow.todoOptions.flowWorkOrderId.label': 'Business Work Order ID',
818
372
  'todo.actionList.apiRequestByFlow.todoOptions.workOrderType.label': 'Business Work Order Type',
819
- 'todo.actionList.apiRequestByFlow.todoOptions.configDealUserId.label': 'Specify Handler',
820
373
  'todo.actionList.apiRequestByFlow.todoOptions.flowBtnActionType.label': 'Button Action Type',
821
- 'todo.actionList.apiRequestByFlow.todoOptions.flowAuditDesc.label': 'Approval Comment',
822
374
  'todo.actionList.apiRequestByFlow.todoOptions.flowFileId.label': 'Attachment ID',
823
- 'todo.actionList.apiRequestByFlow.classification.request.label': 'Service Request',
824
375
  'todo.actionList.openFlowPage.label': 'Workflow Page Navigation',
825
376
  'todo.actionList.openFlowPage.todoOptions.flowWorkId.label': 'Workflow Instance ID',
826
377
  'todo.actionList.openFlowPage.todoOptions.workItemId.label': 'Work Order ID',
827
378
  'todo.actionList.openFlowPage.todoOptions.flowTabStepVisible.label': 'Show Workflow Instance Diagram',
828
379
  'todo.actionList.openFlowPage.todoOptions.flowTimelineVisible.label': 'Show Workflow Trail',
829
- 'todo.actionList.openFlowPage.todoOptions.flowCustParams.label': 'Custom Parameters',
830
- 'todo.actionList.openFlowPage.classification.page.label': 'Page',
831
- 'todo.actionList.rollbackFlow.label': 'Workflow Rollback',
832
- 'todo.actionList.rollbackFlow.todoOptions.flowExtraParams.label': 'Target Node',
833
- 'todo.actionList.rollbackFlow.classification.page.label': 'Page',
834
380
  'todo.actionList.openFlowDiagram.label': 'Open Workflow Instance Diagram',
835
381
  'todo.actionList.openFlowDiagram.todoOptions.diagramType.label': 'Select Instance Diagram Type',
836
382
  'todo.actionList.openFlowDiagram.todoOptions.diagramType.props.options.0.title': 'Current Workflow Instance Diagram',
837
383
  'todo.actionList.openFlowDiagram.todoOptions.diagramType.props.options.1.title': 'Specified Main Workflow Instance Diagram',
838
- 'todo.actionList.openFlowDiagram.todoOptions.diagramFlowCode.label': 'Select Workflow',
839
384
  'todo.actionList.openFlowDiagram.todoOptions.diagramWorkOrderId.label': 'Business Order ID',
840
- 'todo.actionList.openFlowDiagram.classification.page.label': 'Page',
841
- 'todo.actionList.console.label': 'Print Log',
842
- 'todo.actionList.console.todoOptions.value.label': 'Content',
843
- 'todo.actionList.console.classification.debug.label': 'Debug',
844
- 'todo.actionList.sysSetVisible.label': 'Control Visibility',
845
- 'todo.actionList.sysSetVisible.todoOptions.compid.label': 'Component Selection',
846
- 'todo.actionList.sysSetVisible.todoOptions.compid.props.titleLink.0.title': 'Clear Selected',
847
- 'todo.actionList.sysSetVisible.todoOptions.compValueList.label': 'Is Visible',
848
- 'todo.actionList.sysSetVisible.todoOptions.compValueList.props.options.0.title': 'Display',
849
- 'todo.actionList.sysSetVisible.todoOptions.compValueList.props.options.1.title': 'Hide',
850
- 'todo.actionList.sysSetVisible.todoOptions.compValueList.props.options.2.title': 'Toggle',
851
- 'todo.actionList.sysSetVisible.classification.0.label': 'Common',
852
385
  'todo.actionList.sysSetVisible.classification.1.label': 'Show/Hide',
853
- 'todo.actionList.sysSetValue.label': 'Control Assignment',
854
- 'todo.actionList.sysSetValue.todoOptions.compid.label': 'Component Selection',
855
- 'todo.actionList.sysSetValue.todoOptions.compid.props.titleLink.0.title': 'Clear Selected',
856
- 'todo.actionList.sysSetValue.todoOptions.valueList.label': 'Component Assignment',
857
- 'todo.actionList.sysSetValue.todoOptions.valueList.props.titleLink.0.title': 'Clear Assignment',
858
- 'todo.actionList.sysSetValue.classification.0.label': 'Common',
859
- 'todo.actionList.sysSetValue.classification.1.label': 'Data Settings',
860
- 'todo.actionList.setDownloadResponse.classification.0.label': 'Download',
861
- 'todo.actionList.saveBlobFile.classification.0.label': 'Download',
862
- 'todo.actionList.downloadByFileId.classification.0.label': 'Download',
863
386
  'todo.actionList.setUploadProps.label': '设置上传参数',
864
387
  'todo.actionList.setUploadProps.todoOptions.url.label': 'Request Address (URL)',
865
- 'todo.actionList.setUploadProps.todoOptions.uploadProps.label': '上传参数',
866
- 'todo.actionList.setUploadChange.label': '上传值改变',
867
388
  'todo.actionList.setUploadChange.todoOptions.url.label': 'Request Address (URL)',
868
- 'todo.actionList.setTimeout.classification.0.label': 'Timer',
869
- 'todo.actionList.setTimer.classification.0.label': 'Timer',
870
- 'todo.actionList.clearTimer.classification.0.label': 'Timer',
871
- 'todo.actionList.validateAllAppForm.classification.0.label': 'Data Settings',
872
- 'todo.actionList.sysSetDisable.label': 'Disabled State',
873
- 'todo.actionList.sysSetDisable.todoOptions.compid.label': 'Component Selection',
874
- 'todo.actionList.sysSetDisable.todoOptions.compid.props.titleLink.0.title': 'Clear Selected',
875
- 'todo.actionList.sysSetDisable.todoOptions.compValueList.label': '是否禁用',
876
- 'todo.actionList.sysSetDisable.todoOptions.compValueList.props.options.0.title': 'Start',
877
- 'todo.actionList.sysSetDisable.todoOptions.compValueList.props.options.1.title': 'Disable',
878
- 'todo.actionList.sysSetDisable.todoOptions.compValueList.props.options.2.title': 'Toggle',
879
- 'todo.actionList.sysSetDisable.classification.0.label': 'Common',
880
- 'todo.actionList.sysSetDisable.classification.1.label': 'Data Settings',
881
- 'todo.actionList.sysSetRequired.label': 'Set Required',
882
- 'todo.actionList.sysSetRequired.todoOptions.compid.label': 'Component Selection',
883
- 'todo.actionList.sysSetRequired.todoOptions.compid.props.titleLink.0.title': 'Clear Selected',
884
- 'todo.actionList.sysSetRequired.todoOptions.compValueList.label': 'Is Required',
885
- 'todo.actionList.sysSetRequired.todoOptions.compValueList.props.options.0.title': 'Required',
886
- 'todo.actionList.sysSetRequired.todoOptions.compValueList.props.options.1.title': 'Not Required',
887
- 'todo.actionList.sysSetRequired.todoOptions.compValueList.props.options.2.title': 'Toggle',
888
- 'todo.actionList.sysSetRequired.classification.0.label': 'Common',
889
- 'todo.actionList.sysSetRequired.classification.1.label': 'Data Settings',
890
- 'todo.actionList.pushScenePage.classification.0.label': 'Scene',
891
- 'todo.actionList.reloadDataSource.classification.0.label': 'Common',
892
- 'todo.actionList.reloadDataSource.classification.1.label': 'Data Source',
893
- 'todo.actionList.setDataSource.classification.0.label': 'Common',
894
- 'todo.actionList.setDataSource.classification.1.label': 'Data Source',
895
- 'todo.actionList.resetDataSource.classification.0.label': 'Common',
896
- 'todo.actionList.resetDataSource.classification.1.label': 'Data Source',
897
389
  'todo.actionList.postObjectData.label': '提交业务对象数据',
898
390
  'todo.actionList.postObjectData.todoOptions.sync.label': 'Data Loading Method',
899
- 'todo.actionList.postObjectData.todoOptions.sync.props.options.0.title': 'Async Load',
900
- 'todo.actionList.postObjectData.todoOptions.sync.props.options.1.title': 'Sync Load',
901
391
  'todo.actionList.postObjectData.todoOptions.selectObjectDataSource.label': '选择业务对象数据源',
902
392
  'todo.actionList.postObjectData.todoOptions.hasEventExtService.label': '需要开启服务扩展',
903
- 'todo.actionList.postObjectData.todoOptions.hasEventExtService.props.options.0.title': 'Yes',
904
- 'todo.actionList.postObjectData.todoOptions.hasEventExtService.props.options.1.title': 'No',
905
393
  'todo.actionList.postObjectData.todoOptions.eventExtService.label': '选择业务场景来扩展服务',
906
- 'todo.actionList.postObjectData.classification.0.label': 'Common',
907
- 'todo.actionList.postObjectData.classification.1.label': 'Service Request',
908
- 'todo.actionList.postObjectData.remarks.0.label': 'Use Case',
909
394
  'todo.actionList.postObjectData.remarks.0.content': '支持快速的进行对象的增加和修改(注意:表单数据源必须绑定对象生成的数据源才能使用该功能)',
910
- 'todo.actionList.postObjectData.remarks.1.label': 'Configuration Description',
911
395
  'todo.actionList.postObjectData.remarks.1.content': '如果传入的业务场景(sceneCode)是M表示修改,可以提交当前数据源或者表单绑定数据源后的数据(不支持全局数据源的绑定,表单将会校验后获取值),将会自动进行修改',
912
396
  'todo.actionList.postObjectAndStartFlow.label': '提交业务对象并发起流程',
913
397
  'todo.actionList.postObjectAndStartFlow.todoOptions.sync.label': 'Data Loading Method',
914
- 'todo.actionList.postObjectAndStartFlow.todoOptions.sync.props.options.0.title': 'Async Load',
915
- 'todo.actionList.postObjectAndStartFlow.todoOptions.sync.props.options.1.title': 'Sync Load',
916
398
  'todo.actionList.postObjectAndStartFlow.todoOptions.selectObjectDataSource.label': '选择业务对象数据源',
917
- 'todo.actionList.postObjectAndStartFlow.todoOptions.packageCode.label': '流程编码',
918
399
  'todo.actionList.postObjectAndStartFlow.todoOptions.debugFlowPackageCode.label': '调试用流程编码',
919
- 'todo.actionList.postObjectAndStartFlow.todoOptions.flowForm.label': '业务表单',
920
400
  'todo.actionList.postObjectAndStartFlow.todoOptions.flowForm.props.placeholder': '请选择业务表单',
921
- 'todo.actionList.postObjectAndStartFlow.todoOptions.flowForm.props.titleLink.0.title': 'Clear Selected',
922
401
  'todo.actionList.postObjectAndStartFlow.todoOptions.dealPartyType.label': '下节点处理人类型',
923
- 'todo.actionList.postObjectAndStartFlow.todoOptions.dealPartyType.props.options.0.title': '人员',
924
- 'todo.actionList.postObjectAndStartFlow.todoOptions.dealPartyType.props.options.1.title': '组织',
925
- 'todo.actionList.postObjectAndStartFlow.todoOptions.dealPartyType.props.options.2.title': '岗位',
926
402
  'todo.actionList.postObjectAndStartFlow.todoOptions.dealPartyId.label': '下节点处理人ID',
927
403
  'todo.actionList.postObjectAndStartFlow.todoOptions.hasEventExtService.label': '需要开启服务扩展',
928
- 'todo.actionList.postObjectAndStartFlow.todoOptions.hasEventExtService.props.options.0.title': 'Yes',
929
- 'todo.actionList.postObjectAndStartFlow.todoOptions.hasEventExtService.props.options.1.title': 'No',
930
404
  'todo.actionList.postObjectAndStartFlow.todoOptions.eventExtService.label': '选择业务场景来扩展服务',
931
- 'todo.actionList.postObjectAndStartFlow.classification.flow.label': '流程类',
932
- 'todo.actionList.postObjectAndStartFlow.remarks.0.label': 'Use Case',
933
405
  'todo.actionList.postObjectAndStartFlow.remarks.0.content': '支持快速的进行对象的增加和修改(注意:表单数据源必须绑定对象生成的数据源才能使用该功能)',
934
- 'todo.actionList.postObjectAndStartFlow.remarks.1.label': '配置规则',
935
406
  'todo.actionList.postObjectAndStartFlow.remarks.1.content': '如果传入的业务场景(sceneCode)是M表示修改,可以提交当前数据源或者表单绑定数据源后的数据(不支持全局数据源的绑定,表单将会校验后获取值),将会自动进行修改',
936
407
  'todo.actionList.updateObjectAndChangeFlow.label': '更新业务对象并流转流程',
937
408
  'todo.actionList.updateObjectAndChangeFlow.todoOptions.sync.label': 'Data Loading Method',
938
- 'todo.actionList.updateObjectAndChangeFlow.todoOptions.sync.props.options.0.title': 'Async Load',
939
- 'todo.actionList.updateObjectAndChangeFlow.todoOptions.sync.props.options.1.title': 'Sync Load',
940
409
  'todo.actionList.updateObjectAndChangeFlow.todoOptions.selectObjectDataSource.label': '选择业务对象数据源',
941
- 'todo.actionList.updateObjectAndChangeFlow.todoOptions.runType.label': '流转动作',
942
- 'todo.actionList.updateObjectAndChangeFlow.todoOptions.runType.props.options.0.title': '正常流转',
943
- 'todo.actionList.updateObjectAndChangeFlow.todoOptions.runType.props.options.1.title': '回退',
944
- 'todo.actionList.updateObjectAndChangeFlow.todoOptions.runType.props.options.2.title': '自由流转',
945
- 'todo.actionList.updateObjectAndChangeFlow.todoOptions.operType.label': '回退类型',
946
410
  'todo.actionList.updateObjectAndChangeFlow.todoOptions.operType.labelTip': 'ra:回退到发起节点<br />rb:回退到配置态指定的节点<br />rc:回退到用户指定的节点(选此类型,则节点ID或节点业务编码必填其一)<br />rdo:回退到上一次处理的节点<br />re:回退到上游节点<br />rf:结束流程',
947
411
  'todo.actionList.updateObjectAndChangeFlow.todoOptions.operType.props.extendCtxOptions.0.title': '回退发起节点',
948
412
  'todo.actionList.updateObjectAndChangeFlow.todoOptions.operType.props.extendCtxOptions.1.title': '指定回退节点',
@@ -952,252 +416,115 @@ var todoActionListEnUS = exports.todoActionListEnUS = {
952
416
  'todo.actionList.updateObjectAndChangeFlow.todoOptions.operType.props.extendCtxOptions.5.title': '回退上游节点',
953
417
  'todo.actionList.updateObjectAndChangeFlow.todoOptions.workOrderId.label': 'Work Order ID',
954
418
  'todo.actionList.updateObjectAndChangeFlow.todoOptions.orderId.label': '定单ID',
955
- 'todo.actionList.updateObjectAndChangeFlow.todoOptions.flowForm.label': '业务表单',
956
419
  'todo.actionList.updateObjectAndChangeFlow.todoOptions.flowForm.props.placeholder': '请选择业务表单',
957
- 'todo.actionList.updateObjectAndChangeFlow.todoOptions.flowForm.props.titleLink.0.title': 'Clear Selected',
958
- 'todo.actionList.updateObjectAndChangeFlow.todoOptions.approvalForm.label': '审批表单',
959
420
  'todo.actionList.updateObjectAndChangeFlow.todoOptions.approvalForm.props.placeholder': '请选择审批表单',
960
- 'todo.actionList.updateObjectAndChangeFlow.todoOptions.approvalForm.props.titleLink.0.title': 'Clear Selected',
961
421
  'todo.actionList.updateObjectAndChangeFlow.todoOptions.directReceiptFlag.label': '本节点其他工单是否自动回单',
962
- 'todo.actionList.updateObjectAndChangeFlow.todoOptions.directReceiptFlag.props.options.0.title': 'Yes',
963
- 'todo.actionList.updateObjectAndChangeFlow.todoOptions.directReceiptFlag.props.options.1.title': 'No',
964
422
  'todo.actionList.updateObjectAndChangeFlow.todoOptions.targetTacheId.label': '节点ID(和节点业务编码选填一个即可)',
965
423
  'todo.actionList.updateObjectAndChangeFlow.todoOptions.targetBusiTacheCode.label': '节点业务编码',
966
424
  'todo.actionList.updateObjectAndChangeFlow.todoOptions.jumpToTacheId.label': '跳转目标节点ID(和跳转目标节点业务编码选填一个即可)',
967
425
  'todo.actionList.updateObjectAndChangeFlow.todoOptions.jumpBusiTacheCode.label': '跳转目标节点业务编码',
968
426
  'todo.actionList.updateObjectAndChangeFlow.todoOptions.nextNodeHandlerType.label': '下节点处理人类型',
969
- 'todo.actionList.updateObjectAndChangeFlow.todoOptions.nextNodeHandlerType.props.options.0.title': '人员',
970
- 'todo.actionList.updateObjectAndChangeFlow.todoOptions.nextNodeHandlerType.props.options.1.title': '组织',
971
- 'todo.actionList.updateObjectAndChangeFlow.todoOptions.nextNodeHandlerType.props.options.2.title': '岗位',
972
427
  'todo.actionList.updateObjectAndChangeFlow.todoOptions.nextNodeHandlerId.label': '下节点处理人ID',
973
428
  'todo.actionList.updateObjectAndChangeFlow.todoOptions.hasEventExtService.label': '需要开启服务扩展',
974
- 'todo.actionList.updateObjectAndChangeFlow.todoOptions.hasEventExtService.props.options.0.title': 'Yes',
975
- 'todo.actionList.updateObjectAndChangeFlow.todoOptions.hasEventExtService.props.options.1.title': 'No',
976
429
  'todo.actionList.updateObjectAndChangeFlow.todoOptions.eventExtService.label': '选择业务场景来扩展服务',
977
- 'todo.actionList.updateObjectAndChangeFlow.classification.flow.label': '流程类',
978
- 'todo.actionList.updateObjectAndChangeFlow.remarks.0.label': 'Use Case',
979
430
  'todo.actionList.updateObjectAndChangeFlow.remarks.0.content': '支持快速的进行对象的增加和修改(注意:表单数据源必须绑定对象生成的数据源才能使用该功能)',
980
- 'todo.actionList.updateObjectAndChangeFlow.remarks.1.label': '配置规则',
981
431
  'todo.actionList.updateObjectAndChangeFlow.remarks.1.content': '如果传入的业务场景(sceneCode)是M表示修改,可以提交当前数据源或者表单绑定数据源后的数据(不支持全局数据源的绑定,表单将会校验后获取值),将会自动进行修改',
982
432
  'todo.actionList.applyWeChatUserInfo.label': '申请微信用户信息授权',
983
433
  'todo.actionList.applyWeChatUserInfo.todoOptions.url.label': '授权后重定向的回调链接地址',
984
- 'todo.actionList.applyWeChatUserInfo.todoCallbacks.callback2.fields.0.title': '失败回调',
985
434
  'todo.actionList.applyWeChatUserInfo.classification.wxAbility.label': '微信公众能力',
986
- 'todo.actionList.applyWeChatUserInfo.remarks.0.label': 'Use Case',
987
435
  'todo.actionList.applyWeChatUserInfo.remarks.0.content': '用于在微信环境里申请用户信息的授权,授权后在重定向回调页面的页面事件(获取微信授权信息)中获取对应的用户信息。',
988
- 'todo.actionList.applyWeChatUserInfo.remarks.1.label': 'Configuration Description',
989
436
  'todo.actionList.applyWeChatUserInfo.remarks.1.content': '重定向回调的链接地址需使用域名地址,且该域名需要在微信公众平台官网中的「设置与开发」-「功能设置」-「网页授权域名」里已配置。',
990
437
  'todo.actionList.wxUpdateAppMessageShareData.label': '自定义“分享给朋友”及“分享到QQ”的内容',
991
- 'todo.actionList.wxUpdateAppMessageShareData.todoOptions.title.label': '分享标题',
992
- 'todo.actionList.wxUpdateAppMessageShareData.todoOptions.desc.label': '分享描述',
993
- 'todo.actionList.wxUpdateAppMessageShareData.todoOptions.link.label': '分享链接',
994
438
  'todo.actionList.wxUpdateAppMessageShareData.todoOptions.imgUrl.label': '分享图标(url链接)',
995
- 'todo.actionList.wxUpdateAppMessageShareData.todoCallbacks.callback2.fields.0.title': '失败回调',
996
439
  'todo.actionList.wxUpdateAppMessageShareData.classification.wxAbility.label': '微信公众能力',
997
- 'todo.actionList.wxUpdateAppMessageShareData.remarks.0.label': 'Use Case',
998
440
  'todo.actionList.wxUpdateAppMessageShareData.remarks.0.content': '用于在微信环境里,自定义“分享给朋友”及“分享到QQ”的内容,该方法需要在用户点击分享前调用',
999
- 'todo.actionList.wxUpdateAppMessageShareData.remarks.1.label': 'Configuration Description',
1000
441
  'todo.actionList.wxUpdateAppMessageShareData.remarks.1.content': '分享链接及调用该方法的域名或路径必须与当前应用对应的公众号JS安全域名一致',
1001
442
  'todo.actionList.wxUpdateTimelineShareData.label': '自定义“分享到朋友圈”及“分享到QQ空间”的内容',
1002
- 'todo.actionList.wxUpdateTimelineShareData.todoOptions.title.label': '分享标题',
1003
- 'todo.actionList.wxUpdateTimelineShareData.todoOptions.link.label': '分享链接',
1004
443
  'todo.actionList.wxUpdateTimelineShareData.todoOptions.imgUrl.label': '分享图标(url链接)',
1005
- 'todo.actionList.wxUpdateTimelineShareData.todoCallbacks.callback2.fields.0.title': '失败回调',
1006
444
  'todo.actionList.wxUpdateTimelineShareData.classification.wxAbility.label': '微信公众能力',
1007
- 'todo.actionList.wxUpdateTimelineShareData.remarks.0.label': 'Use Case',
1008
445
  'todo.actionList.wxUpdateTimelineShareData.remarks.0.content': '用于在微信环境里,自定义“分享到朋友圈”及“分享到QQ空间”的内容,该方法需要在用户点击分享前调用',
1009
- 'todo.actionList.wxUpdateTimelineShareData.remarks.1.label': 'Configuration Description',
1010
446
  'todo.actionList.wxUpdateTimelineShareData.remarks.1.content': '分享链接及调用该方法的域名或路径必须与当前页面对应的公众号JS安全域名一致',
1011
447
  'todo.actionList.wxOpenLocation.label': '使用微信内置地图查看位置',
1012
- 'todo.actionList.wxOpenLocation.todoOptions.latitude.label': '纬度',
1013
- 'todo.actionList.wxOpenLocation.todoOptions.longitude.label': '经度',
1014
- 'todo.actionList.wxOpenLocation.todoOptions.name.label': '位置名称',
1015
448
  'todo.actionList.wxOpenLocation.todoOptions.address.label': '地址详情说明',
1016
449
  'todo.actionList.wxOpenLocation.todoOptions.scale.label': '地图缩放级别(范围从1~28。默认为最大)',
1017
- 'todo.actionList.wxOpenLocation.todoCallbacks.callback2.fields.0.title': '失败回调',
1018
450
  'todo.actionList.wxOpenLocation.classification.wxAbility.label': '微信公众能力',
1019
- 'todo.actionList.wxOpenLocation.remarks.0.label': 'Use Case',
1020
451
  'todo.actionList.wxOpenLocation.remarks.0.content': '用于在微信环境里,使用微信内置地图查看位置接口',
1021
452
  'todo.actionList.wxGetLocation.label': '获取微信定位信息',
1022
- 'todo.actionList.wxGetLocation.todoOptions.locationType.label': '坐标类型',
1023
453
  'todo.actionList.wxGetLocation.todoOptions.locationType.props.options.0.title': 'GPS坐标',
1024
- 'todo.actionList.wxGetLocation.todoOptions.locationType.props.options.1.title': '火星坐标',
1025
- 'todo.actionList.wxGetLocation.todoCallbacks.callback1.fields.0.title': '成功败回调',
1026
454
  'todo.actionList.wxGetLocation.todoCallbacks.callback1.fields.0.description': 'latitude:纬度,longitude:经度,speed:速度(米/每秒),accuracy:位置精度',
1027
- 'todo.actionList.wxGetLocation.todoCallbacks.callback2.fields.0.title': '失败回调',
1028
455
  'todo.actionList.wxGetLocation.classification.wxAbility.label': '微信公众能力',
1029
- 'todo.actionList.wxGetLocation.remarks.0.label': 'Use Case',
1030
456
  'todo.actionList.wxGetLocation.remarks.0.content': '用于在微信环境里,获取微信定位信息。',
1031
457
  'todo.actionList.wxChooseImage.label': '微信拍照或从相册获取照片',
1032
458
  'todo.actionList.wxChooseImage.todoOptions.count.label': '照片选择数量(最多9张)',
1033
- 'todo.actionList.wxChooseImage.todoOptions.sourceType.label': '图片来源',
1034
- 'todo.actionList.wxChooseImage.todoOptions.sourceType.props.options.0.title': '相册',
1035
- 'todo.actionList.wxChooseImage.todoOptions.sourceType.props.options.1.title': '相机',
1036
- 'todo.actionList.wxChooseImage.todoCallbacks.callback1.fields.0.title': '成功败回调',
1037
459
  'todo.actionList.wxChooseImage.todoCallbacks.callback1.fields.0.description': 'localIds: 返回选定照片的本地ID列表。localId可以作为img标签的src属性显示图片',
1038
- 'todo.actionList.wxChooseImage.todoCallbacks.callback2.fields.0.title': '失败回调',
1039
460
  'todo.actionList.wxChooseImage.classification.wxAbility.label': '微信公众能力',
1040
- 'todo.actionList.wxChooseImage.remarks.0.label': 'Use Case',
1041
461
  'todo.actionList.wxChooseImage.remarks.0.content': '用于在微信环境里,拍照或从手机相册中选图接口',
1042
462
  'todo.actionList.wxPreviewImage.label': '微信预览图片',
1043
463
  'todo.actionList.wxPreviewImage.todoOptions.current.label': '当前显示图片的http链接',
1044
464
  'todo.actionList.wxPreviewImage.todoOptions.urls.label': '需要预览的图片http链接列表',
1045
- 'todo.actionList.wxPreviewImage.todoCallbacks.callback2.fields.0.title': '失败回调',
1046
465
  'todo.actionList.wxPreviewImage.classification.wxAbility.label': '微信公众能力',
1047
- 'todo.actionList.wxPreviewImage.remarks.0.label': 'Use Case',
1048
466
  'todo.actionList.wxPreviewImage.remarks.0.content': '用于在微信环境里,调用微信能力预览图片',
1049
467
  'todo.actionList.wxUploadImage.label': '微信上传图片',
1050
468
  'todo.actionList.wxUploadImage.todoOptions.localId.label': '上传的图片的本地ID(由“微信拍照或从相册获取照片”事件获得)',
1051
469
  'todo.actionList.wxUploadImage.todoOptions.isShowProgressTips.label': '显示进度提示',
1052
- 'todo.actionList.wxUploadImage.todoCallbacks.callback1.fields.0.title': '成功败回调',
1053
470
  'todo.actionList.wxUploadImage.todoCallbacks.callback1.fields.0.description': 'serverId:图片的服务器端ID',
1054
- 'todo.actionList.wxUploadImage.todoCallbacks.callback2.fields.0.title': '失败回调',
1055
471
  'todo.actionList.wxUploadImage.classification.wxAbility.label': '微信公众能力',
1056
- 'todo.actionList.wxUploadImage.remarks.0.label': 'Use Case',
1057
472
  'todo.actionList.wxUploadImage.remarks.0.content': '用于在微信环境里,上传图片到微信服务器。上传图片有效期3天,可用微信多媒体接口下载图片到自己的服务器,此处获得的 serverId 即 media_id, 也可用“微信下载图片”方法下载图片到本地。',
1058
473
  'todo.actionList.wxDownloadImage.label': '微信下载图片',
1059
474
  'todo.actionList.wxDownloadImage.todoOptions.serverId.label': '需要下载的图片的服务器端ID(由“微信上传图片”事件获得)',
1060
475
  'todo.actionList.wxDownloadImage.todoOptions.isShowProgressTips.label': '显示进度提示',
1061
- 'todo.actionList.wxDownloadImage.todoCallbacks.callback1.fields.0.title': '成功败回调',
1062
476
  'todo.actionList.wxDownloadImage.todoCallbacks.callback1.fields.0.description': 'localId:图片下载后的本地ID',
1063
- 'todo.actionList.wxDownloadImage.todoCallbacks.callback2.fields.0.title': '失败回调',
1064
477
  'todo.actionList.wxDownloadImage.classification.wxAbility.label': '微信公众能力',
1065
- 'todo.actionList.wxDownloadImage.remarks.0.label': 'Use Case',
1066
478
  'todo.actionList.wxDownloadImage.remarks.0.content': '用于在微信环境里,将存在微信服务器里的图片下载到本地浏览器缓存中。',
1067
479
  'todo.actionList.wxGetLocalImgData.label': '微信获取本地图片数据',
1068
480
  'todo.actionList.wxGetLocalImgData.todoOptions.localId.label': '图片的本地ID(由“微信拍照或从相册获取照片”或“微信下载图片”获得)',
1069
481
  'todo.actionList.wxGetLocalImgData.todoOptions.compressionRatio.label': '压缩比例(0~1)',
1070
- 'todo.actionList.wxGetLocalImgData.todoCallbacks.callback1.fields.0.title': '成功败回调',
1071
482
  'todo.actionList.wxGetLocalImgData.todoCallbacks.callback1.fields.0.description': 'localData: 图片的base64数据,可以用img标签显示。',
1072
- 'todo.actionList.wxGetLocalImgData.todoCallbacks.callback2.fields.0.title': '失败回调',
1073
483
  'todo.actionList.wxGetLocalImgData.classification.wxAbility.label': '微信公众能力',
1074
- 'todo.actionList.wxGetLocalImgData.remarks.0.label': '注意',
1075
484
  'todo.actionList.wxGetLocalImgData.remarks.0.content': '此接口仅在 iOS WKWebview 下提供,用于兼容 iOS WKWebview 不支持 localId 直接显示图片的问题。',
1076
485
  'todo.actionList.openFloatWindow.label': '打开悬浮窗口',
1077
- 'todo.actionList.openFloatWindow.todoOptions.location.label': '浮窗位置',
1078
- 'todo.actionList.openFloatWindow.todoOptions.location.props.options.0.title': '左侧',
1079
- 'todo.actionList.openFloatWindow.todoOptions.location.props.options.1.title': '右侧',
1080
- 'todo.actionList.openFloatWindow.todoOptions.size.label': '窗口尺寸',
1081
- 'todo.actionList.openFloatWindow.todoOptions.windowPage.label': '选择页面',
1082
- 'todo.actionList.openFloatWindow.todoOptions.componentState.label': 'Component State',
1083
- 'todo.actionList.openFloatWindow.todoOptions.componentState.extraGroups.0.subLabel': 'Component Refresh',
1084
- 'todo.actionList.openFloatWindow.classification.page.label': 'Page',
1085
- 'todo.actionList.openFloatWindow.remarks.0.label': 'Configuration Description',
1086
486
  'todo.actionList.openFloatWindow.remarks.0.content': '悬浮于页面一侧,适用于快速获取帮助,无需切换页面,如客服助手。',
1087
487
  'todo.actionList.callAiService.label': 'Call AI Service',
1088
- 'todo.actionList.callAiService.todoOptions.actionTitle.label': 'Action Description',
1089
488
  'todo.actionList.callAiService.todoOptions.actionTitle.props.placeholder': 'Please enter action description',
1090
- 'todo.actionList.callAiService.todoOptions.url.label': 'Select Service',
1091
489
  'todo.actionList.callAiService.todoOptions.compid.label': 'Content Display Component',
1092
490
  'todo.actionList.callAiService.todoOptions.compid.props.placeholder': 'Please select component to display streaming return content',
1093
- 'todo.actionList.callAiService.todoOptions.compid.props.titleLink.0.title': 'Clear Selected',
1094
- 'todo.actionList.callAiService.todoOptions.params.label': 'Parameter Assignment',
1095
- 'todo.actionList.callAiService.todoOptions.params.extraGroups.0.subLabel': 'Clear Assignment',
1096
- 'todo.actionList.callAiService.classification.request.label': 'Service Request',
1097
491
  'todo.actionList.closeAiService.label': 'Close AI Service',
1098
- 'todo.actionList.closeAiService.todoOptions.actionTitle.label': 'Action Description',
1099
492
  'todo.actionList.closeAiService.todoOptions.actionTitle.props.placeholder': 'Please enter action description',
1100
- 'todo.actionList.closeAiService.todoOptions.url.label': 'Select Service',
1101
- 'todo.actionList.closeAiService.classification.request.label': 'Service Request',
1102
493
  'todo.actionList.callFuncComp.todoCallbacks.callback1.fields.titlePrefix': 'Functional Component Callback Parameters',
1103
494
  'todo.actionList.setSubTabsData.label': 'Set Sub Tab Data',
1104
- 'todo.actionList.setSubTabsData.todoOptions.data.label': 'Content',
1105
495
  'todo.actionList.setTabsData.label': 'Set Tab Content',
1106
- 'todo.actionList.setTabsData.todoOptions.data.label': 'Content',
1107
496
  'todo.actionList.setTabsData.todoOptions.key.label': 'Key Field',
1108
- 'todo.actionList.setTabsData.todoOptions.title.label': 'Title Field',
1109
- 'todo.actionList.setTabsData.todoOptions.status.label': 'Status Field',
1110
- 'todo.actionList.setTabsData.todoOptions.badge.label': 'Badge Value Field',
1111
- 'todo.actionList.setTabsData.remarks.0.label': 'Use Case',
1112
497
  'todo.actionList.setTabsData.remarks.0.content': 'Supports dynamic loading of title, status, etc. For example: return title, status, badge value by key value through service or other methods, tab displays data according to key value. Status values are: 1 display, 2 hide',
1113
- 'todo.actionList.setTabsData.remarks.1.label': 'Configuration Description',
1114
498
  'todo.actionList.setTabsData.remarks.1.content': 'Select the content node of returned data (object array type), set value fields for key, title, status. Values can be obtained from custom, page values, context, data source, etc.',
1115
499
  'todo.actionList.setHref.label': 'Set Link Address',
1116
- 'todo.actionList.setHref.todoOptions.value.label': 'Content',
1117
- 'todo.actionList.setData.label': 'Set Data',
1118
- 'todo.actionList.setData.todoOptions.value.label': 'Content',
1119
500
  'todo.actionList.callFishParentFunc.label': 'Call Parent Window Method',
1120
- 'todo.actionList.callFishParentFunc.todoOptions.funcName.label': 'Function Name',
1121
- 'todo.actionList.callFishParentFunc.todoOptions.funcParams.label': 'Custom Input Parameters',
1122
- 'todo.actionList.callFishParentFunc.classification.communicate.label': 'Data Communication',
1123
- 'todo.actionList.callFishParentFunc.remarks.0.label': 'Notes',
1124
501
  'todo.actionList.callFishParentFunc.remarks.0.content': 'Trigger callback: By default, success callback function (successCallback) and failure callback function (failCallback) are passed as additional parameters to the method for call triggering, or can be triggered by returning a Promise object.',
1125
- 'todo.actionList.showModal.label': 'Open Alert',
1126
- 'todo.actionList.showModal.todoOptions.type.label': 'Type',
1127
- 'todo.actionList.showModal.todoOptions.type.props.options.0.title': 'Success',
1128
- 'todo.actionList.showModal.todoOptions.type.props.options.1.title': 'Info',
1129
- 'todo.actionList.showModal.todoOptions.type.props.options.2.title': 'Warning',
1130
- 'todo.actionList.showModal.todoOptions.type.props.options.3.title': 'Error',
1131
- 'todo.actionList.showModal.todoOptions.type.props.options.4.title': '确认',
1132
- 'todo.actionList.showModal.todoOptions.title.label': 'Title',
1133
- 'todo.actionList.showModal.todoOptions.content.label': 'Content',
1134
502
  'todo.actionList.showModal.todoOptions.okText.label': 'Confirm Button Text',
1135
503
  'todo.actionList.showModal.todoOptions.cancelText.label': 'Cancel Button Text',
1136
- 'todo.actionList.showModal.classification.0.label': 'Common',
1137
504
  'todo.actionList.showModal.classification.1.label': 'Message & Modal',
1138
505
  'todo.actionList.showCustomModal.label': 'Open Modal/Drawer',
1139
506
  'todo.actionList.showCustomModal.todoOptions.modalname.label': 'Modal/Drawer',
1140
- 'todo.actionList.showCustomModal.todoOptions.componentState.label': 'Component State',
1141
- 'todo.actionList.showCustomModal.todoOptions.componentState.extraGroups.0.subLabel': 'Component Refresh',
1142
- 'todo.actionList.showCustomModal.classification.0.label': 'Common',
1143
507
  'todo.actionList.showCustomModal.classification.1.label': 'Message & Modal',
1144
- 'todo.actionList.showAppCustomModal.label': 'Open Modal',
1145
- 'todo.actionList.showAppCustomModal.todoOptions.modalname.label': 'Modal',
1146
- 'todo.actionList.showAppCustomModal.todoOptions.componentState.label': 'Component State',
1147
- 'todo.actionList.showAppCustomModal.todoOptions.componentState.extraGroups.0.subLabel': 'Component Refresh',
1148
508
  'todo.actionList.showAppCustomModal.classification.modal.label': 'Message & Modal',
1149
- 'todo.actionList.showAppCustomModal.remarks.0.label': 'Configuration Suggestion',
1150
509
  'todo.actionList.showAppCustomModal.remarks.0.content': 'Confirm callback event execution: In modal page orchestration, selecting trigger parent page confirm callback event will trigger confirm callback event; \n\n Execute when modal disappears: Each time modal disappears will trigger this callback',
1151
510
  'todo.actionList.setModalTitle.label': 'Set Modal Title',
1152
- 'todo.actionList.setModalTitle.todoOptions.title.label': 'Modal Title',
1153
511
  'todo.actionList.setModalTitle.classification.modal.label': 'Message & Modal',
1154
512
  'todo.actionList.showDrawer.label': 'Open Modal/Drawer',
1155
513
  'todo.actionList.showDrawer.todoOptions.drawerPath.label': 'Modal/Drawer',
1156
- 'todo.actionList.showDrawer.todoOptions.compState.label': 'Component State',
1157
514
  'todo.actionList.showDrawer.classification.modal.label': 'Message & Modal',
1158
- 'todo.actionList.showDrawer.remarks.0.label': 'Configuration Suggestion',
1159
515
  'todo.actionList.showDrawer.remarks.0.content': 'Click confirm execution: In modal page orchestration, selecting trigger parent page confirm callback event will trigger confirm callback event; \n Click cancel execution: Clicking cancel will trigger this callback',
1160
516
  'todo.actionList.setDrawerTitle.label': 'Set Drawer Title',
1161
- 'todo.actionList.setDrawerTitle.todoOptions.title.label': 'Drawer Title',
1162
517
  'todo.actionList.setDrawerTitle.classification.modal.label': 'Message & Modal',
1163
518
  'todo.actionList.setPublicState.label': 'Set Page Output Parameters',
1164
- 'todo.actionList.setPublicState.todoOptions.value.label': 'Content',
1165
519
  'todo.actionList.getPublicState.label': 'Get Page Output Parameters',
1166
- 'todo.actionList.getPublicState.todoOptions.jsonId.label': 'Page',
1167
- 'todo.actionList.getPublicState.classification.setData.label': 'Data Settings',
1168
- 'todo.actionList.historyPush.label': 'Route Navigation',
1169
- 'todo.actionList.historyPush.todoOptions.pathname.label': 'Page',
1170
520
  'todo.actionList.historyPush.todoOptions.search.label': 'URL Parameters',
1171
- 'todo.actionList.historyPush.todoOptions.routerData.label': 'Route Data',
1172
521
  'todo.actionList.historyPush.todoOptions.routerData.labelTip': 'Use case: Large data transfer between two page navigations, please first go to the target page to declare corresponding route data! ',
1173
- 'todo.actionList.historyReplace.label': 'Route Replace',
1174
- 'todo.actionList.historyReplace.todoOptions.pathname.label': 'Page',
1175
522
  'todo.actionList.historyReplace.todoOptions.search.label': 'URL Parameters',
1176
- 'todo.actionList.historyReplace.todoOptions.routerData.label': 'Route Data',
1177
- 'todo.actionList.history.label': 'Page Navigation',
1178
- 'todo.actionList.history.todoOptions.type.label': 'Type',
1179
- 'todo.actionList.history.todoOptions.type.props.options.0.title': 'Route Navigation',
1180
- 'todo.actionList.history.todoOptions.type.props.options.1.title': 'Route Replace',
1181
- 'todo.actionList.history.todoOptions.type.props.options.2.title': 'New Window',
1182
- 'todo.actionList.history.todoOptions.type.props.options.3.title': 'Portal Navigation',
1183
- 'todo.actionList.history.todoOptions.pathname.label': 'Page',
1184
523
  'todo.actionList.history.todoOptions.search.label': 'URL Parameters',
1185
- 'todo.actionList.history.todoOptions.routerData.label': 'Route Data',
1186
- 'todo.actionList.history.classification.page.label': 'Page',
1187
- 'todo.actionList.history.remarks.0.label': 'Configuration Description',
1188
524
  'todo.actionList.history.remarks.0.content': 'Route Navigation: Page navigation within Lingxi application;\nRoute Replace: Page will be replaced and reloaded, cannot go back;\nNew Window: Will open a new tab in browser (cannot pass route data);\nPortal Navigation: Within Lingxi platform portal, will create a new tab for navigation (cannot pass route data). ',
1189
525
  'todo.actionList.dropPageByCatch.label': 'Page Cache Clear',
1190
- 'todo.actionList.dropPageByCatch.todoOptions.dropPathname.label': 'Page',
1191
- 'todo.actionList.dropPageByCatch.classification.page.label': 'Page',
1192
- 'todo.actionList.historyGoBack.label': 'Page Back',
1193
- 'todo.actionList.historyGoBack.todoOptions.custParams.label': 'Custom Parameters',
1194
- 'todo.actionList.historyGoBack.classification.page.label': 'Page',
1195
526
  'todo.actionList.validateForm.label': 'Validate Form and Get Values',
1196
- 'todo.actionList.getFormValue.label': 'Get Form Values',
1197
527
  'todo.actionList.setFormValues.label': 'Set Form Data',
1198
- 'todo.actionList.setFormValues.todoOptions.params.label': 'Parameter Assignment',
1199
- 'todo.actionList.setFormValues.todoOptions.params.props.titleLink.0.title': 'Switch to Property',
1200
- 'todo.actionList.setFormValues.todoOptions.params.props.titleLink.1.title': 'Switch to Root Node',
1201
528
  'todo.actionList.setTripleFormAction.todoOptions.detailId.label': 'Detail ID',
1202
529
  'todo.actionList.validateCurrentForm.todoCallbacks.callback1.description': 'Data of all fields in the current form',
1203
530
  'todo.actionList.getCurrentFormValues.todoCallbacks.callback1.description': 'Data of all fields in the current form',
@@ -1208,33 +535,15 @@ var todoActionListEnUS = exports.todoActionListEnUS = {
1208
535
  'todo.actionList.exportBusiObjectData.label': 'Export Business Object Data',
1209
536
  'todo.actionList.exportBusiObjectData.todoOptions.busiObjectId.label': 'Select Business Object',
1210
537
  'todo.actionList.exportBusiObjectData.todoOptions.relatedObjectList.label': 'Select Related Object',
1211
- 'todo.actionList.exportBusiObjectData.todoOptions.async.label': 'Async Export',
1212
538
  'todo.actionList.exportBusiObjectData.todoOptions.async.labelTip': 'If quantity exceeds 10,000, please check to use async export',
1213
- 'todo.actionList.exportBusiObjectData.todoOptions.async.props.options.0.title': 'Enable',
1214
- 'todo.actionList.exportBusiObjectData.todoOptions.async.props.options.1.title': 'Disable',
1215
- 'todo.actionList.exportBusiObjectData.todoOptions.busiObjectFilterParams.label': 'Export Conditions',
1216
- 'todo.actionList.exportBusiObjectData.todoOptions.busiObjectFilterParams.extraMenus.0.label': 'Query Conditions',
1217
- 'todo.actionList.exportBusiObjectData.todoOptions.busiObjectFilterParams.extraMenus.1.label': 'Row Primary Key',
1218
- 'todo.actionList.exportBusiObjectData.todoOptions.busiObjectFilterParams.extraGroups.0.subLabel': 'Clear Assignment',
1219
539
  'todo.actionList.exportBusiObjectData.todoOptions.custFileName.label': 'Custom File Name',
1220
- 'todo.actionList.exportBusiObjectData.classification.export.label': 'Import & Export',
1221
540
  'todo.actionList.exportCustomData.label': 'Custom Export Data',
1222
541
  'todo.actionList.exportCustomData.todoOptions.custFileName.label': 'Custom File Name',
1223
- 'todo.actionList.exportCustomData.todoOptions.async.label': 'Async Export',
1224
542
  'todo.actionList.exportCustomData.todoOptions.async.labelTip': 'If quantity exceeds 10,000, please check to use async export',
1225
- 'todo.actionList.exportCustomData.todoOptions.async.props.options.0.title': 'Enable',
1226
- 'todo.actionList.exportCustomData.todoOptions.async.props.options.1.title': 'Disable',
1227
543
  'todo.actionList.exportCustomData.todoOptions.exportSheet.label': 'Sheet Page Settings',
1228
544
  'todo.actionList.exportCustomData.todoOptions.exportSheet.props.options.0.custSheetName.label': 'Sheet Page Name',
1229
- 'todo.actionList.exportCustomData.todoOptions.exportSheet.props.options.1.serviceData.label': 'Data Source',
1230
- 'todo.actionList.exportCustomData.todoOptions.exportSheet.props.options.2.filterParams.label': 'Query Conditions',
1231
- 'todo.actionList.exportCustomData.todoOptions.exportSheet.props.options.3.objectFields.label': 'Export Fields',
1232
- 'todo.actionList.exportCustomData.todoOptions.exportSheet.props.options.3.objectFields.props.options.customKeyMap.fieldData': 'Field Data',
1233
- 'todo.actionList.exportCustomData.todoOptions.exportSheet.props.options.3.objectFields.props.options.customKeyMap.attrCode': 'Field Code',
1234
- 'todo.actionList.exportCustomData.todoOptions.exportSheet.props.options.3.objectFields.props.options.customKeyMap.attrName': 'Field Name',
1235
545
  'todo.actionList.exportCustomData.todoOptions.exportSheet.props.options.4.customGroup.label': 'Custom Header Template',
1236
546
  'todo.actionList.exportCustomData.todoOptions.exportSheet.props.options.4.customGroup.labelTip': 'Can customize export template header based on selected fields',
1237
- 'todo.actionList.exportCustomData.classification.export.label': 'Import & Export',
1238
547
  'todo.actionList.importBusiObjectData.label': 'Import Business Object Data',
1239
548
  'todo.actionList.importBusiObjectData.todoOptions.name.label': 'Set Template Name',
1240
549
  'todo.actionList.importBusiObjectData.todoOptions.name.props.placeholder': 'Please enter template name',
@@ -1244,56 +553,319 @@ var todoActionListEnUS = exports.todoActionListEnUS = {
1244
553
  'todo.actionList.importBusiObjectData.todoOptions.exception.props.options.0.title': 'Support Partial Import',
1245
554
  'todo.actionList.importBusiObjectData.todoCallbacks.callback1.fields.0.title': 'Import Result (resultObject)',
1246
555
  'todo.actionList.importBusiObjectData.todoCallbacks.callback1.fields.1.title': 'Import Message (resultMsg)',
1247
- 'todo.actionList.importBusiObjectData.classification.export.label': 'Import & Export',
1248
556
  'todo.actionList.exportSQLServiceData.label': 'Export SQL Query Service Data',
1249
557
  'todo.actionList.exportSQLServiceData.todoOptions.sqlServiceCode.label': 'Select SQL Query Service',
1250
- 'todo.actionList.exportSQLServiceData.todoOptions.async.label': 'Async Export',
1251
558
  'todo.actionList.exportSQLServiceData.todoOptions.async.labelTip': 'If quantity exceeds 10,000, please check to use async export',
1252
- 'todo.actionList.exportSQLServiceData.todoOptions.async.props.options.0.title': 'Enable',
1253
- 'todo.actionList.exportSQLServiceData.todoOptions.async.props.options.1.title': 'Disable',
1254
- 'todo.actionList.exportSQLServiceData.todoOptions.sqlServiceFields.label': 'Export Fields',
1255
- 'todo.actionList.exportSQLServiceData.todoOptions.busiObjectFilterParams.label': 'Query Conditions',
1256
- 'todo.actionList.exportSQLServiceData.todoOptions.busiObjectFilterParams.extraGroups.0.subLabel': 'Clear Assignment',
1257
559
  'todo.actionList.exportSQLServiceData.todoOptions.custFileName.label': 'Custom File Name',
1258
- 'todo.actionList.exportSQLServiceData.classification.export.label': 'Import & Export',
1259
560
  'todo.actionList.importCustomBusiObjectData.label': 'Custom Import Business Object Data',
1260
561
  'todo.actionList.importCustomBusiObjectData.todoOptions.name.label': 'Set Template Name',
1261
562
  'todo.actionList.importCustomBusiObjectData.todoOptions.name.props.placeholder': 'Please enter template name',
1262
563
  'todo.actionList.importCustomBusiObjectData.todoOptions.busiObjectId.label': 'Select Business Object',
1263
564
  'todo.actionList.importCustomBusiObjectData.todoOptions.relatedObjectList.label': 'Select Related Object',
1264
565
  'todo.actionList.importCustomBusiObjectData.todoOptions.busiObjectFields.label': 'Import Field Settings',
1265
- 'todo.actionList.importCustomBusiObjectData.todoOptions.busiObjectFields.props.titleLink.0.title.collapse': 'Quick Collapse',
1266
- 'todo.actionList.importCustomBusiObjectData.todoOptions.busiObjectFields.props.titleLink.0.title.expand': 'Quick Expand',
1267
566
  'todo.actionList.importCustomBusiObjectData.todoOptions.showOnly.label': 'Parse Only, Do Not Save',
1268
- 'todo.actionList.importCustomBusiObjectData.todoOptions.showOnly.props.options.0.title': 'Yes',
1269
- 'todo.actionList.importCustomBusiObjectData.todoOptions.showOnly.props.options.1.title': 'No',
1270
567
  'todo.actionList.importCustomBusiObjectData.todoOptions.customGroup.label': 'Custom Header Template',
1271
568
  'todo.actionList.importCustomBusiObjectData.todoOptions.customGroup.labelTip': 'Can customize export template header based on selected fields',
1272
569
  'todo.actionList.importCustomBusiObjectData.todoOptions.templateData.label': 'Template Example Data',
1273
- 'todo.actionList.importCustomBusiObjectData.todoOptions.templateData.labelTip': 'When importing, the user\'s template file should include example data configuration so users can clearly understand how to correctly fill in data',
570
+ 'todo.actionList.importCustomBusiObjectData.todoOptions.templateData.labelTip': "When importing, the user's template file should include example data configuration so users can clearly understand how to correctly fill in data",
1274
571
  'todo.actionList.importCustomBusiObjectData.todoOptions.exception.label': 'Import Exception Configuration',
1275
572
  'todo.actionList.importCustomBusiObjectData.todoOptions.exception.props.options.0.title': 'Support Partial Import',
1276
573
  'todo.actionList.importCustomBusiObjectData.todoCallbacks.callback1.fields.0.title': 'Import Result (resultObject)',
1277
574
  'todo.actionList.importCustomBusiObjectData.todoCallbacks.callback1.fields.1.title': 'Import Message (resultMsg)',
1278
- 'todo.actionList.importCustomBusiObjectData.classification.export.label': 'Import & Export',
1279
575
  'todo.actionList.exportCustomBusiObjectData.label': 'Custom Export Business Object Data',
1280
576
  'todo.actionList.exportCustomBusiObjectData.todoOptions.busiObjectId.label': 'Select Business Object',
1281
577
  'todo.actionList.exportCustomBusiObjectData.todoOptions.relatedObjectList.label': 'Select Related Object',
1282
- 'todo.actionList.exportCustomBusiObjectData.todoOptions.async.label': 'Async Export',
1283
578
  'todo.actionList.exportCustomBusiObjectData.todoOptions.async.labelTip': 'If quantity exceeds 10,000, please check to use async export',
1284
- 'todo.actionList.exportCustomBusiObjectData.todoOptions.async.props.options.0.title': 'Enable',
1285
- 'todo.actionList.exportCustomBusiObjectData.todoOptions.async.props.options.1.title': 'Disable',
1286
- 'todo.actionList.exportCustomBusiObjectData.todoOptions.busiObjectFields.label': 'Export Fields',
1287
- 'todo.actionList.exportCustomBusiObjectData.todoOptions.busiObjectFilterParams.label': 'Query Conditions',
1288
- 'todo.actionList.exportCustomBusiObjectData.todoOptions.busiObjectFilterParams.extraMenus.0.label': 'Query Conditions',
1289
- 'todo.actionList.exportCustomBusiObjectData.todoOptions.busiObjectFilterParams.extraMenus.1.label': 'Row Primary Key',
1290
- 'todo.actionList.exportCustomBusiObjectData.todoOptions.busiObjectFilterParams.extraGroups.0.subLabel': 'Clear Assignment',
1291
579
  'todo.actionList.exportCustomBusiObjectData.todoOptions.custFileName.label': 'Custom File Name',
1292
- 'todo.actionList.exportCustomBusiObjectData.classification.export.label': 'Import & Export',
1293
580
  'todo.actionList.importCustomData.todoOptions.custUrl.props.options.serviceTabs.std.description': 'Only shows orchestration services with file input parameters enabled. Service input parameters need to include impFile (file type) field to receive files and param (object type, optional) field to receive custom parameters',
1294
581
  'todo.actionList.importCustomData.todoOptions.custUrl.props.options.serviceTabs.inner.description': 'Only shows request layer services used in upload controls. Service input parameters need to include impFile (file type) field to receive files and param (object type, optional) field to receive custom parameters',
1295
- 'todo.actionList.getBlockSelectValues.label': '获取选中项',
1296
582
  'todo.actionList.getBlockSelectValues.todoCallbacks.callback1.fields.0.title': 'Selected Data Key @{name}',
1297
- 'todo.actionList.getBlockSelectValues.todoCallbacks.callback1.fields.1.title': 'Selected Data @{name}'
583
+ 'todo.actionList.getBlockSelectValues.todoCallbacks.callback1.fields.1.title': 'Selected Data @{name}',
584
+ 清空赋值: 'Clear Assignment',
585
+ 重置表单: 'Reset Form',
586
+ 表单类型: 'Form Type',
587
+ 参数赋值: 'Parameter Assignment',
588
+ 切换到属性: 'Switch to Property',
589
+ 切换根节点: 'Switch to Root Node',
590
+ 数据设置: 'Data Settings',
591
+ 内容: 'Content',
592
+ 参数: 'Parameters',
593
+ 回调: 'Callback',
594
+ 加载数据: 'Load Data',
595
+ 总条数: 'Total Count',
596
+ 更新页码: 'Update Page Number',
597
+ 翻译字段: 'Translation Field',
598
+ 字段: 'Field',
599
+ 显示值字段: 'Display Value Field',
600
+ 选项值字段: 'Option Value Field',
601
+ 获取选中行: 'Get Selected Row',
602
+ 否: 'No',
603
+ 是: 'Yes',
604
+ 设置选中行: 'Set Selected Row',
605
+ 表头数据: 'Table Header Data',
606
+ 表格数据: 'Table Data',
607
+ 清空选中项: 'Clear Selected Items',
608
+ 方法: 'Method',
609
+ 数据通信: 'Data Communication',
610
+ 发送内容: 'Send Content',
611
+ 发送目标源: 'Send Target Origin',
612
+ 常用: 'Common',
613
+ 组件配置: 'Component Configuration',
614
+ 组件选择: 'Component Selection',
615
+ 清空已选: 'Clear Selected',
616
+ 显示: 'Display',
617
+ 已选: 'Selected',
618
+ 全部: 'All',
619
+ 内容配置: 'Content Configuration',
620
+ 适用场景: 'Use Case',
621
+ 配置说明: 'Configuration Description',
622
+ 操作类型: 'Operation Type',
623
+ 导出水印: 'Export Watermark',
624
+ 获取当前值: 'Get Current Value',
625
+ 当前值: 'Current Value',
626
+ 清空选项: 'Clear Options',
627
+ 清空值: 'Clear Value',
628
+ 控制加载中: 'Control Loading',
629
+ 是否加载中: 'Is Loading',
630
+ 控件赋值: 'Control Assignment',
631
+ 组件赋值: 'Component Assignment',
632
+ 值映射字段: 'Value Mapping Field',
633
+ 设置角标值: 'Set Badge Value',
634
+ 联动来源: 'Linkage Source',
635
+ 校验提示: 'Validation Message',
636
+ 校验类型: 'Validation Type',
637
+ 成功: 'Success',
638
+ 提示: 'Info',
639
+ 错误: 'Error',
640
+ 警告: 'Warning',
641
+ 正常: 'Normal',
642
+ 校验文案: 'Validation Text',
643
+ 请输入: 'Please Enter',
644
+ 禁用状态: 'Disabled State',
645
+ 是否必填: 'Is Required',
646
+ 启动: 'Start',
647
+ 禁用: 'Disable',
648
+ 切换: 'Toggle',
649
+ 设置必填: 'Set Required',
650
+ 必填: 'Required',
651
+ 非必填: 'Not Required',
652
+ 控制显隐: 'Control Visibility',
653
+ 隐藏: 'Hide',
654
+ 下载: 'Download',
655
+ 文件保存: 'File Save',
656
+ 文件下载: 'File Download',
657
+ 服务器资源: 'Server Resource',
658
+ 文件资源: 'File Resource',
659
+ 文件编码: 'File Code',
660
+ 单文件压缩: 'Single File Compression',
661
+ 配置提示: 'Configuration Tip',
662
+ 注意事项: 'Notes',
663
+ 自定义事件: 'Custom Event',
664
+ 事件入参: 'Event Input Parameters',
665
+ 页面: 'Page',
666
+ 刷新: 'Refresh',
667
+ 动作说明: 'Action Description',
668
+ 页面导出: 'Page Export',
669
+ 文件名: 'File Name',
670
+ 类型: 'Type',
671
+ 图片: 'Image',
672
+ 导入导出: 'Import & Export',
673
+ 导入服务: 'Import Service',
674
+ 自定义参数: 'Custom Parameters',
675
+ 时间间隔: 'Time Interval',
676
+ 毫秒: 'milliseconds',
677
+ 定时器: 'Timer',
678
+ 定时器类型: 'Timer Type',
679
+ 单次定时器: 'Single Timer',
680
+ 循环定时器: 'Interval Timer',
681
+ 关闭定时器: 'Close Timer',
682
+ 定时器名称: 'Timer Name',
683
+ 清空数据: 'Clear Data',
684
+ 文件预览: 'File Preview',
685
+ 页面类: 'Page',
686
+ 页面打印: 'Page Print',
687
+ 退出事件: 'Exit Event',
688
+ 返回类型: 'Return Type',
689
+ 值: 'Value',
690
+ 失败: 'Failure',
691
+ 其他: 'Others',
692
+ 复制内容: 'Copy Content',
693
+ 组件状态: 'Component State',
694
+ 组件刷新: 'Component Refresh',
695
+ 当前步骤: 'Current Step',
696
+ 更新参数: 'Update Parameters',
697
+ 页码字段名: 'Page Number Field Name',
698
+ 加载数据源: 'Load Data Source',
699
+ 数据源: 'Data Source',
700
+ 获取表单值: 'Get Form Values',
701
+ 是否可编辑: 'Is Editable',
702
+ 赋值: 'Assignment',
703
+ 设置内容: 'Set Content',
704
+ 设置时间段: 'Set Time Range',
705
+ 开始值: 'Start Value',
706
+ 结束值: 'End Value',
707
+ 跳转到场景: 'Navigate to Scene',
708
+ 选择场景: 'Select Scene',
709
+ 场景类: 'Scene',
710
+ 刷新数据源: 'Refresh Data Source',
711
+ 选择数据源: 'Select Data Source',
712
+ 异步加载: 'Async Load',
713
+ 同步加载: 'Sync Load',
714
+ 数据源赋值: 'Data Source Assignment',
715
+ 赋值范围: 'Assignment Range',
716
+ 局部赋值: 'Partial Assignment',
717
+ 全部赋值: 'Full Assignment',
718
+ 预览方式: 'Preview Method',
719
+ 百度地图: 'Baidu Map',
720
+ 高德地图: 'Amap',
721
+ 地图秘钥: 'Map Key',
722
+ 大地坐标系: 'Geodetic Coordinate System',
723
+ 火星坐标系: 'Mars Coordinate System',
724
+ 百度坐标系: 'Baidu Coordinate System',
725
+ 开始倒计时: 'Start Countdown',
726
+ 重置倒计时: 'Reset Countdown',
727
+ 设置左标题: 'Set Left Title',
728
+ 设置右标题: 'Set Right Title',
729
+ 当前数量: 'Current Count',
730
+ 总数量: 'Total Count',
731
+ 右侧文字: 'Right Text',
732
+ 总数据: 'Total Data',
733
+ 图例内容: 'Legend Content',
734
+ 设置展开项: 'Set Expanded Items',
735
+ 清空展开项: 'Clear Expanded Items',
736
+ 是否收缩: 'Is Collapsed',
737
+ 缩起: 'Collapse',
738
+ 展开: 'Expand',
739
+ 获取选中项: '获取选中项',
740
+ 索引: 'Index',
741
+ 刷新验证码: 'Refresh Verification Code',
742
+ 播放控制: 'Media Control',
743
+ 状态设置: 'State Settings',
744
+ 播放: 'Play',
745
+ 暂停: 'Pause',
746
+ 设置选中项: 'Set Selected Items',
747
+ 控制类型: 'Control Type',
748
+ 循环项索引: 'Loop Item Index',
749
+ 显隐设置: 'Visibility Settings',
750
+ 获取值: 'Get Value',
751
+ 编辑状态: 'Edit State',
752
+ 设置选项值: 'Set Option Values',
753
+ 调试类: 'Debug',
754
+ 页面刷新: 'Page Refresh',
755
+ 切换页面: 'Switch Page',
756
+ 修改内容: 'Modify Content',
757
+ 修改名称: 'Modify Name',
758
+ 请输入名称: 'Please enter name',
759
+ 修改图标: 'Modify Icon',
760
+ 请选择图标: 'Please select icon',
761
+ 自定义内容: 'Custom Content',
762
+ 成功回调值: 'Success Callback Value',
763
+ 失败回调值: 'Failure Callback Value',
764
+ 本地数据值: 'Local Data Value',
765
+ 字段名称: 'Field Name',
766
+ 上一张: 'Previous',
767
+ 下一张: 'Next',
768
+ 去第几页: 'Go to Page',
769
+ 显示已选: 'Show Selected',
770
+ 显示全部: 'Show All',
771
+ 加载动画: '加载动画',
772
+ 加载时长: 'Loading Duration',
773
+ 秒: 'seconds',
774
+ 发送请求: 'Send Request',
775
+ 服务请求类: 'Service Request',
776
+ 方法名: 'Method Name',
777
+ 普通: 'Normal',
778
+ 只读: 'Read-only',
779
+ 图形类型: 'Image Type',
780
+ 二维码: 'QR Code',
781
+ 条形码: 'Barcode',
782
+ 识别目标: 'Scan Target',
783
+ 页面组件: 'Page Component',
784
+ 图片地址: 'Image Address',
785
+ 扫描内容: 'Scan Content',
786
+ 扫描类: 'Scan',
787
+ 触发流程: 'Trigger Workflow',
788
+ 流程类型: 'Workflow Type',
789
+ 通过: 'Approve',
790
+ 拒绝: 'Reject',
791
+ 转派: 'Transfer',
792
+ 通用: 'General',
793
+ 选择流程: 'Select Workflow',
794
+ 指定处理人: 'Specify Handler',
795
+ 审核意见: 'Approval Comment',
796
+ 流程回退: 'Workflow Rollback',
797
+ 目标环节: 'Target Node',
798
+ 打印日志: 'Print Log',
799
+ 是否显隐: 'Is Visible',
800
+ 上传参数: '上传参数',
801
+ 上传值改变: '上传值改变',
802
+ 是否禁用: '是否禁用',
803
+ 流程编码: '流程编码',
804
+ 业务表单: '业务表单',
805
+ 人员: '人员',
806
+ 组织: '组织',
807
+ 岗位: '岗位',
808
+ 流程类: '流程类',
809
+ 配置规则: '配置规则',
810
+ 流转动作: '流转动作',
811
+ 正常流转: '正常流转',
812
+ 回退: '回退',
813
+ 自由流转: '自由流转',
814
+ 回退类型: '回退类型',
815
+ 审批表单: '审批表单',
816
+ 失败回调: '失败回调',
817
+ 分享标题: '分享标题',
818
+ 分享描述: '分享描述',
819
+ 分享链接: '分享链接',
820
+ 纬度: '纬度',
821
+ 经度: '经度',
822
+ 位置名称: '位置名称',
823
+ 坐标类型: '坐标类型',
824
+ 火星坐标: '火星坐标',
825
+ 成功败回调: '成功败回调',
826
+ 图片来源: '图片来源',
827
+ 相册: '相册',
828
+ 相机: '相机',
829
+ 注意: '注意',
830
+ 浮窗位置: '浮窗位置',
831
+ 左侧: '左侧',
832
+ 右侧: '右侧',
833
+ 窗口尺寸: '窗口尺寸',
834
+ 选择页面: '选择页面',
835
+ 选择服务: 'Select Service',
836
+ 标题字段: 'Title Field',
837
+ 状态字段: 'Status Field',
838
+ 角标值字段: 'Badge Value Field',
839
+ 设置数据: 'Set Data',
840
+ 函数名称: 'Function Name',
841
+ 自定义入参: 'Custom Input Parameters',
842
+ 打开提示框: 'Open Alert',
843
+ 确认: '确认',
844
+ 标题: 'Title',
845
+ 打开弹窗: 'Open Modal',
846
+ 弹窗: 'Modal',
847
+ 配置建议: 'Configuration Suggestion',
848
+ 弹窗标题: 'Modal Title',
849
+ 推拉门标题: 'Drawer Title',
850
+ 路由跳转: 'Route Navigation',
851
+ 路由数据: 'Route Data',
852
+ 路由替换: 'Route Replace',
853
+ 页面跳转: 'Page Navigation',
854
+ 新窗口: 'New Window',
855
+ 门户跳转: 'Portal Navigation',
856
+ 页面返回: 'Page Back',
857
+ 表单取值: 'Get Form Values',
858
+ 异步导出: 'Async Export',
859
+ 开启: 'Enable',
860
+ 关闭: 'Disable',
861
+ 导出条件: 'Export Conditions',
862
+ 查询条件: 'Query Conditions',
863
+ 行主键: 'Row Primary Key',
864
+ 数据来源: 'Data Source',
865
+ 导出字段: 'Export Fields',
866
+ 字段数据: 'Field Data',
867
+ 字段编码: 'Field Code',
868
+ 快速收起: 'Quick Collapse',
869
+ 快速展开: 'Quick Expand'
1298
870
  };
1299
871
  var _default = exports.default = todoActionListEnUS;