@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,15 +5,7 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.todoCallbackZhCN = exports.default = void 0;
7
7
  var todoCallbackZhCN = exports.todoCallbackZhCN = {
8
- // todo/callback (shared callbacks)
9
- 'todo.callback.form.values.title': '表单取值',
10
8
  'todo.callback.form.values.description': '表单数据对象,包括:字段编码和值',
11
- 'todo.callback.form.values.dataSuffix': '数据',
12
- 'todo.callback.form.type.Form': '表单',
13
- 'todo.callback.form.type.QueryForm': '查询表单',
14
- 'todo.callback.form.type.FormList': '子表单',
15
- 'todo.callback.form.range.begin': '开始时间',
16
- 'todo.callback.form.range.end': '结束时间',
17
9
  'todo.callback.form.range.beginDesc': '的开始时间,',
18
10
  'todo.callback.form.range.endDesc': '的结束时间,',
19
11
  'todo.callback.form.range.description': '按照指定的“取值格式”进行格式化输出',
@@ -5,301 +5,106 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.todoOptionListZhCN = exports.default = void 0;
7
7
  var todoOptionListZhCN = exports.todoOptionListZhCN = {
8
- // todo/optionList (shared options) - batch 1
9
8
  'todo.optionList.url.label': '请求地址(URL)',
10
9
  'todo.optionList.sqlServiceCode.label': '选择SQL查询服务',
11
- 'todo.optionList.sqlServiceFields.label': '导出字段',
12
- 'todo.optionList.target.label': '联动来源',
13
10
  'todo.optionList.arelStaticData.label': 'A端静态数据',
14
11
  'todo.optionList.zrelStaticData.label': 'Z端静态数据',
15
- 'todo.optionList.staticData.label': '静态数据',
16
12
  'todo.optionList.custTargetVal.label': '自定义触发值',
17
- 'todo.optionList.visible.label': '显隐设置',
18
- 'todo.optionList.visible.props.options.0.title': '显示',
19
- 'todo.optionList.visible.props.options.1.title': '隐藏',
20
- 'todo.optionList.visible.props.options.2.title': '切换',
21
13
  'todo.optionList.readonly.label': '编辑状态设置',
22
- 'todo.optionList.readonly.props.options.0.title': '只读',
23
- 'todo.optionList.readonly.props.options.1.title': '启用',
24
- 'todo.optionList.readonly.props.options.2.title': '切换',
25
- 'todo.optionList.bsSelectType.label': '控制类型',
26
14
  'todo.optionList.bsSelectType.props.options.0.title': '唯一字段编码',
27
- 'todo.optionList.bsSelectType.props.options.1.title': '循环项索引',
28
- 'todo.optionList.editor.label': '是否可编辑',
29
- 'todo.optionList.editor.props.options.0.title': '是',
30
- 'todo.optionList.editor.props.options.1.title': '否',
31
- 'todo.optionList.value.label': '内容',
32
- 'todo.optionList.valueArray.label': '内容',
33
- 'todo.optionList.startVal.label': '开始值',
34
15
  'todo.optionList.startVal.props.placeholder': '请输入YYYY-MM-DD格式的时间',
35
- 'todo.optionList.endVal.label': '结束值',
36
16
  'todo.optionList.endVal.props.placeholder': '请输入YYYY-MM-DD格式的时间',
37
- 'todo.optionList.loading.label': '是否加载中',
38
- 'todo.optionList.loading.props.options.0.title': '是',
39
- 'todo.optionList.loading.props.options.1.title': '否',
40
- 'todo.optionList.msgType.label': '类型',
41
- 'todo.optionList.msgType.props.options.0.title': '成功',
42
- 'todo.optionList.msgType.props.options.1.title': '提示',
43
- 'todo.optionList.msgType.props.options.2.title': '警告',
44
- 'todo.optionList.msgType.props.options.3.title': '错误',
45
- 'todo.optionList.msgType.props.options.4.title': '加载动画',
46
- 'todo.optionList.duration.label': '加载时长',
47
- 'todo.optionList.duration.props.unit': '秒',
48
- 'todo.optionList.swiperIndex.label': '索引',
49
- 'todo.optionList.validateType.label': '校验类型',
50
- 'todo.optionList.validateType.props.options.0.title': '成功',
51
- 'todo.optionList.validateType.props.options.1.title': '提示',
52
- 'todo.optionList.validateType.props.options.2.title': '错误',
53
- 'todo.optionList.validateType.props.options.3.title': '警告',
54
- 'todo.optionList.validateType.props.options.4.title': '正常',
55
- 'todo.optionList.validateMsg.label': '校验文案',
56
- 'todo.optionList.validateMsg.props.placeholder': '请输入',
57
- 'todo.optionList.expType.label': '类型',
58
17
  'todo.optionList.expType.props.options.0.title': 'PDF',
59
- 'todo.optionList.expType.props.options.1.title': '图片',
60
- 'todo.optionList.expFileName.label': '文件名',
61
18
  'todo.optionList.expFileName.props.placeholder': '请输入导出的文件名',
62
- 'todo.optionList.modalType.label': '类型',
63
- 'todo.optionList.modalType.props.options.0.title': '成功',
64
- 'todo.optionList.modalType.props.options.1.title': '提示',
65
- 'todo.optionList.modalType.props.options.2.title': '警告',
66
- 'todo.optionList.modalType.props.options.3.title': '错误',
67
- 'todo.optionList.modalType.props.options.4.title': '确认',
68
- // todo.optionList - batch A
69
19
  'todo.optionList.okText.label': '确认按钮文本',
70
20
  'todo.optionList.cancelText.label': '取消按钮文本',
71
- 'todo.optionList.historyType.label': '类型',
72
- 'todo.optionList.historyType.props.options.0.title': '路由跳转',
73
- 'todo.optionList.historyType.props.options.1.title': '路由替换',
74
- 'todo.optionList.timerType.label': '定时器类型',
75
- 'todo.optionList.timerType.props.options.0.title': '单次定时器',
76
- 'todo.optionList.timerType.props.options.1.title': '循环定时器',
77
- 'todo.optionList.title.label': '标题',
78
- 'todo.optionList.content.label': '内容',
79
- 'todo.optionList.params.label': '参数赋值',
80
- 'todo.optionList.setParams.label': '参数',
81
- 'todo.optionList.actionType.label': '表单类型',
82
21
  'todo.optionList.actionType.props.placeholder': '新增-add, 编辑-edit, 详情-detail',
83
- // todo.optionList - batch B
84
- 'todo.optionList.pathname.label': '页面',
85
- 'todo.optionList.dropPathname.label': '页面',
86
22
  'todo.optionList.searchParams.label': 'url参数',
87
- 'todo.optionList.routerData.label': '路由数据',
88
- 'todo.optionList.modalname.label': '弹窗',
89
- 'todo.optionList.drawerPath.label': '推拉门',
90
- 'todo.optionList.compState.label': '组件状态',
91
23
  'todo.optionList.activeTabKey.label': 'Tab选中key',
92
24
  'todo.optionList.downloadUrl.label': '下载链接地址',
93
- 'todo.optionList.uploadProps.label': '上传参数',
94
25
  'todo.optionList.inlineeditnow.label': '新增后启用行内编辑',
95
- 'todo.optionList.inlineeditnow.props.options.0.title': '否',
96
- 'todo.optionList.inlineeditnow.props.options.1.title': '是',
97
- 'todo.optionList.disabled.label': '状态设置',
98
- 'todo.optionList.disabled.props.options.0.title': '启动',
99
- 'todo.optionList.disabled.props.options.1.title': '禁用',
100
- 'todo.optionList.disabled.props.options.2.title': '切换',
101
- 'todo.optionList.required.label': '必填设置',
102
- 'todo.optionList.required.props.options.0.title': '必填',
103
- 'todo.optionList.required.props.options.1.title': '非必填',
104
- 'todo.optionList.required.props.options.2.title': '切换',
105
26
  'todo.optionList.fileName.label': '自定义文件名称',
106
27
  'todo.optionList.fileName.labelTip': '未设置文件名称时,则为文件原本的名称',
107
28
  'todo.optionList.fileName.props.placeholder': '包括后缀,如: 表格.xls',
108
- 'todo.optionList.loadmoreKey.label': '更新参数',
109
29
  'todo.optionList.wechatappId.props.placeholder': '如:wx_xxxxx',
110
- 'todo.optionList.jsonId.label': '页面',
111
30
  'todo.optionList.fileId.label': '文件ID',
112
31
  'todo.optionList.fileId.labelTip': '文件预览格式支持:pdf、jpg、jpeg、png、svg、mp4、mov、txt、html、js、doc、xlsx、docx、wps、ppt等 注意:如果是外部URL,有可能存在跨域现象! 注意:如果是外部URL,有可能存在跨域现象!',
113
- 'todo.optionList.loadMoreTotal.label': '总条数',
114
- 'todo.optionList.loadMoreData.label': '数据源',
115
- 'todo.optionList.aliasPageNum.label': '页码字段名',
116
- // todo.optionList - batch C (flow related)
117
32
  'todo.optionList.flowUrl.label': '流程请求接口',
118
- 'todo.optionList.flowType.label': '流程类型',
119
- 'todo.optionList.flowType.props.options.0.title': '启动',
120
- 'todo.optionList.flowType.props.options.1.title': '通过',
121
- 'todo.optionList.flowType.props.options.2.title': '拒绝',
122
- 'todo.optionList.flowType.props.options.3.title': '转派',
123
- 'todo.optionList.flowType.props.options.4.title': '通用',
124
33
  'todo.optionList.flowWorkOrderId.label': '业务工单 ID',
125
- 'todo.optionList.flowCode.label': '选择流程',
126
34
  'todo.optionList.workOrderType.label': '业务工单类型',
127
- 'todo.optionList.flowAuditDesc.label': '审核意见',
128
35
  'todo.optionList.flowFileId.label': '附件ID',
129
- 'todo.optionList.configDealUserId.label': '指定处理人',
130
36
  'todo.optionList.flowBtnActionType.label': '按钮动作类型',
131
37
  'todo.optionList.flowWorkId.label': '流程实例ID',
132
38
  'todo.optionList.flowTabStepVisible.label': '展示流程实例图',
133
39
  'todo.optionList.flowTimelineVisible.label': '展示流程轨迹',
134
- 'todo.optionList.flowCustParams.label': '自定义参数',
135
40
  'todo.optionList.workItemId.label': '工单ID',
136
- 'todo.optionList.flowExtraParams.label': '目标环节',
137
41
  'todo.optionList.diagramType.label': '选择实例图类型',
138
42
  'todo.optionList.diagramType.props.options.0.title': '当前流程实例图',
139
43
  'todo.optionList.diagramType.props.options.1.title': '指定主干流程实例图',
140
- 'todo.optionList.diagramFlowCode.label': '选择流程',
141
44
  'todo.optionList.diagramWorkOrderId.label': '业务单ID',
142
- // todo.optionList - batch D (export/import related)
143
- 'todo.optionList.objectFields.label': '导出字段',
144
- 'todo.optionList.objectFields.props.options.customKeyMap.fieldData': '字段数据',
145
- 'todo.optionList.objectFields.props.options.customKeyMap.attrCode': '字段编码',
146
- 'todo.optionList.objectFields.props.options.customKeyMap.attrName': '字段名称',
147
45
  'todo.optionList.exportSheet.label': 'sheet页设置',
148
46
  'todo.optionList.exportSheet.props.options.0.label': 'sheet页名称',
149
- 'todo.optionList.exportSheet.props.options.1.label': '数据来源',
150
- 'todo.optionList.exportSheet.props.options.2.label': '查询条件',
151
- 'todo.optionList.exportSheet.props.options.3.label': '导出字段',
152
- 'todo.optionList.exportSheet.props.options.3.props.options.customKeyMap.fieldData': '字段数据',
153
- 'todo.optionList.exportSheet.props.options.3.props.options.customKeyMap.attrCode': '字段编码',
154
- 'todo.optionList.exportSheet.props.options.3.props.options.customKeyMap.attrName': '字段名称',
155
- 'todo.optionList.serviceData.label': '数据来源',
156
- // todo.optionList - batch E1 (general and map/location)
157
- 'todo.optionList.accept.label': '文件类型',
158
47
  'todo.optionList.custTplUrl.label': '指定模板地址(可选)',
159
- 'todo.optionList.name.label': '修改名称',
160
- 'todo.optionList.name.props.placeholder': '请输入名称',
161
- 'todo.optionList.icon.label': '修改图标',
162
- 'todo.optionList.icon.props.placeholder': '请选择图标',
163
- 'todo.optionList.editorCode.label': '自定义内容',
164
- 'todo.optionList.actionTitle.label': '动作说明',
165
48
  'todo.optionList.actionTitle.props.placeholder': '请输入动作说明',
166
49
  'todo.optionList.sync.label': '数据加载方式',
167
- 'todo.optionList.sync.props.options.0.title': '异步加载',
168
- 'todo.optionList.sync.props.options.1.title': '同步加载',
169
- 'todo.optionList.setItemKey.label': '字段名称',
170
50
  'todo.optionList.setItemKey.props.placeholder': '请输入字段名值, 必须为英文',
171
- 'todo.optionList.mapKey.label': '地图秘钥',
172
51
  'todo.optionList.mapKey.props.placeholder': '请输入地图的秘钥',
173
52
  'todo.optionList.locationAlways.label': '是否持续定位',
174
53
  'todo.optionList.locationOutputType.label': '定位输出坐标系',
175
- 'todo.optionList.locationOutputType.props.options.0.title': '大地坐标系',
176
- 'todo.optionList.locationOutputType.props.options.1.title': '火星坐标系',
177
- 'todo.optionList.locationOutputType.props.options.2.title': '百度坐标系',
178
- 'todo.optionList.appTableData.label': '表头数据',
179
- 'todo.optionList.appTableDataSource.label': '表格数据',
180
54
  'todo.optionList.locationAddress.label': '是否需要地址信息',
181
- 'todo.optionList.addTransferValue.label': '内容',
182
55
  'todo.optionList.addTransferValue.props.placeholder': '请输入添加值,多个用英文逗号拼接,例如:1,2,3',
183
- 'todo.optionList.removeTransferValue.label': '内容',
184
56
  'todo.optionList.removeTransferValue.props.placeholder': '请输入删除值,多个用英文逗号拼接,例如:1,2,3',
185
- 'todo.optionList.defaultOpenKey.label': '内容',
186
- 'todo.optionList.inlineCollapsed.label': '是否收缩',
187
- 'todo.optionList.inlineCollapsed.props.options.0.title': '缩起',
188
- 'todo.optionList.inlineCollapsed.props.options.1.title': '展开',
189
- 'todo.optionList.inlineCollapsed.props.options.2.title': '切换',
190
- // todo.optionList - batch E2 (charts/media/view)
191
57
  'todo.optionList.xLineName.label': 'x轴字段名',
192
58
  'todo.optionList.yLineName.label': 'y轴字段名',
193
- 'todo.optionList.lineChartData.label': '数据源',
194
- 'todo.optionList.spCount.label': '当前数量',
195
- 'todo.optionList.spTotal.label': '总数量',
196
- 'todo.optionList.spRightNode.label': '右侧文字',
197
59
  'todo.optionList.donutX.label': 'x轴字段名',
198
60
  'todo.optionList.donutY.label': 'y轴字段名',
199
- 'todo.optionList.donutData.label': '数据源',
200
- 'todo.optionList.donutSumText.label': '总数据',
201
- 'todo.optionList.mpData.label': '数据源',
202
61
  'todo.optionList.mpData.props.placeholder': '格式为:[{count:xx, color:xx, label:xx},...]',
203
62
  'todo.optionList.gcXName.label': 'x轴字段名',
204
- 'todo.optionList.gcLegendParams.label': '图例内容',
205
63
  'todo.optionList.gcLegendParams.props.placeholder': '格式为:[{label:xx(说明), value:xx(对应数据源取值字段)},...]',
206
- 'todo.optionList.gcData.label': '数据源',
207
64
  'todo.optionList.gcData.props.placeholder': '格式为:[{name:xx, xx:xx, xx:xx, ...},...]',
208
65
  'todo.optionList.scXName.label': 'x轴字段名',
209
66
  'todo.optionList.scYName.label': 'y轴字段名',
210
- 'todo.optionList.scData.label': '数据源',
211
67
  'todo.optionList.scData.props.placeholder': '格式为:[{xx:xx, xx:xx, color:xx(需要指定颜色时设置该参数) },...]',
212
68
  'todo.optionList.stcXName.label': 'x轴字段名',
213
- 'todo.optionList.stcLegendParams.label': '图例内容',
214
69
  'todo.optionList.stcLegendParams.props.placeholder': '格式为:[{label:xx, value:xx},...]',
215
- 'todo.optionList.stcData.label': '数据源',
216
70
  'todo.optionList.stcData.props.placeholder': '格式为:[{xx:xx, xx:xx, ... },...]',
217
- 'todo.optionList.valueMapKey.label': '值映射字段',
218
71
  'todo.optionList.labelMapKey.label': '内容映射字段',
219
72
  'todo.optionList.selectDescriptionKey.label': '选项描述字段',
220
73
  'todo.optionList.selectDisabledKey.label': '选项禁用字段',
221
74
  'todo.optionList.setSelectorDisabelItems.label': '值/索引',
222
- 'todo.optionList.updateMediaState.label': '状态设置',
223
- 'todo.optionList.updateMediaState.props.options.0.title': '播放',
224
- 'todo.optionList.updateMediaState.props.options.1.title': '暂停',
225
- 'todo.optionList.updateMediaState.props.options.2.title': '切换',
226
75
  'todo.optionList.customGroup.label': '自定义表头模板',
227
76
  'todo.optionList.customGroup.labelTip': '可以根据选择的字段自定义导出模板的表头',
228
77
  'todo.optionList.exception.label': '导入异常配置',
229
78
  'todo.optionList.exception.props.options.0.title': '支持部分导入',
230
- 'todo.optionList.viewMode.label': '预览方式',
231
- 'todo.optionList.viewMode.props.options.0.title': '页面弹窗',
232
- 'todo.optionList.viewMode.props.options.1.title': '标签页',
233
- 'todo.optionList.viewMode.props.options.2.title': '新窗口',
234
- 'todo.optionList.modalWidth.label': '窗口宽度',
235
79
  'todo.optionList.modalWidth.labelTip': '不同浏览器有不同的最小限制,请避免设置过小尺寸,当不设置宽高时,默认为全屏',
236
- 'todo.optionList.modalHeight.label': '窗口高度',
237
80
  'todo.optionList.modalHeight.labelTip': '不同浏览器有不同的最小限制,请避免设置过小尺寸,当不设置宽高时,默认为全屏',
238
- // todo.optionList - batch F (remaining general/import/service/advanced)
239
81
  'todo.optionList.rProps.label': '设置自定义组件属性',
240
82
  'todo.optionList.hasEventExtService.label': '需要开启服务扩展',
241
- 'todo.optionList.hasEventExtService.props.options.0.title': '是',
242
- 'todo.optionList.hasEventExtService.props.options.1.title': '否',
243
83
  'todo.optionList.eventExtService.label': '选择业务场景来扩展服务',
244
84
  'todo.optionList.tempName.label': '设置模板名称',
245
85
  'todo.optionList.tempName.props.placeholder': '请输入模板名称',
246
86
  'todo.optionList.busiObjectId.label': '选择业务对象',
247
- 'todo.optionList.busiObjectFilterParams.label': '查询条件',
248
- 'todo.optionList.filterParams.label': '查询条件',
249
- 'todo.optionList.busiObjectFields.label': '筛选字段',
250
87
  'todo.optionList.showOnly.label': '只解析不入库',
251
- 'todo.optionList.showOnly.props.options.0.title': '是',
252
- 'todo.optionList.showOnly.props.options.1.title': '否',
253
88
  'todo.optionList.custFileName.label': '自定义文件名',
254
89
  'todo.optionList.custSheetName.label': 'sheet页名称',
255
- 'todo.optionList.className.label': '类名称',
256
- 'todo.optionList.funcName.label': '函数名称',
257
- 'todo.optionList.funcParams.label': '自定义入参',
258
- 'todo.optionList.valueList.label': '组件赋值',
259
- 'todo.optionList.customFuncName.label': '自定义事件',
260
- 'todo.optionList.customFuncParams.label': '事件入参',
261
- 'todo.optionList.custUrl.label': '导入服务',
262
90
  'todo.optionList.custUrl.props.options.serviceTabs.0.description': '此处仅展示开启文件入参的编排服务,服务入参需包含impFile(文件类型)字段用于接收文件和param(对象类型,非必须)字段接收自定义参数',
263
91
  'todo.optionList.custUrl.props.options.serviceTabs.1.description': '此处仅展示开启上传控件中使用的请求层服务,服务入参需包含impFile(文件类型)字段用于接收文件和param(对象类型,非必须)字段接收自定义参数',
264
92
  'todo.optionList.compToPrint.label': '自定义打印区域(可选)',
265
93
  'todo.optionList.custTpl.label': '配置导入模板',
266
- 'todo.optionList.returnType.label': '返回类型',
267
94
  'todo.optionList.returnType.labelTip': '1、值:用于数据返回,比如获取页面表单数据,退出后进行数据传递;<br />2、成功:用于成功标志返回,将触发调用方的成功回调;<br />3、失败:用于失败标志返回,将触发调用方的失败回调。',
268
- 'todo.optionList.returnType.props.options.0.title': '值',
269
- 'todo.optionList.returnType.props.options.1.title': '成功',
270
- 'todo.optionList.returnType.props.options.2.title': '失败',
271
95
  'todo.optionList.returnValue.label': '返回内容(可选)',
272
96
  'todo.optionList.isPreventDefault.label': '中止默认动作(高级)',
273
- 'todo.optionList.isPreventDefault.props.options.0.title': '是',
274
- 'todo.optionList.isPreventDefault.props.options.1.title': '否',
275
97
  'todo.optionList.isPreventDefault.labelTip': '指中止浏览器默认行为:<br />比如中止打开文件选择器、中止文件下载等行为。',
276
98
  'todo.optionList.isStopPropagation.label': '阻止事件冒泡(高级)',
277
99
  'todo.optionList.isStopPropagation.labelTip': '指只触发当前组件配置的事件:<br />比如空白容器里放置按钮, 空白容器和按钮都配置点击事件,正常点击按钮的时候就触发两个点击事件,但阻止事件冒泡就不会执行到空白容器的点击事件。',
278
- 'todo.optionList.isStopPropagation.props.options.0.title': '是',
279
- 'todo.optionList.isStopPropagation.props.options.1.title': '否',
280
100
  'todo.optionList.verificationCodeUrl.label': '验证码图片地址',
281
- // todo.optionList - batch G (additional option labels)
282
- 'todo.optionList.selectValueKeyForRC.label': '显示值字段',
283
101
  'todo.optionList.selectLabelKeyForRC.label': '显示内容字段',
284
- 'todo.optionList.total.label': '总条数',
285
- 'todo.optionList.curPage.label': '更新页码',
286
- 'todo.optionList.colName.label': '翻译字段',
287
- 'todo.optionList.colNameForEdit.label': '字段',
288
102
  'todo.optionList.nodeKey.label': '操作节点key',
289
103
  'todo.optionList.valueKey.label': '节点key取值字段',
290
104
  'todo.optionList.titleKey.label': '节点名称取值字段',
291
105
  'todo.optionList.stateName.label': '自定义属性名',
292
106
  'todo.optionList.inlineeditrow.label': '指定行id',
293
- 'todo.optionList.stateval.label': '内容',
294
107
  'todo.optionList.timername.label': '定时器命名(页面内不可重复)',
295
- 'todo.optionList.interval.label': '时间间隔',
296
- 'todo.optionList.interval.props.unit': '毫秒',
297
- 'todo.optionList.targettimer.label': '定时器名称',
298
- 'todo.optionList.customCallback.label': '回调',
299
- 'todo.optionList.stepsCurrent.label': '当前步骤',
300
- 'todo.optionList.compId.label': '组件选择',
301
- 'todo.optionList.selectComp.label': '组件选择',
302
- 'todo.optionList.dataSource.label': '内容',
303
108
  'todo.optionList.parentKey.label': '操作节点key',
304
109
  'todo.optionList.dataSourceFileId.label': '文件ID',
305
110
  'todo.optionList.dataSourceFileId.labelTip': '支持逗号分隔或者数组形式的多文件下载,如:1,2或者$[1,2]$',
@@ -307,12 +112,10 @@ var todoOptionListZhCN = exports.todoOptionListZhCN = {
307
112
  'todo.optionList.nodeValueKey.label': '节点key取值字段',
308
113
  'todo.optionList.urlValueKey.label': '节点url取值字段',
309
114
  'todo.optionList.selectable.label': '节点可选字段编码',
310
- 'todo.optionList.selectable.labelTip': '适用场景:需要控制当前节点是否能够选择,且需后端服务有字段标识出是否可选;\n处理逻辑:当节点的字段编码值为布尔类型的false,或者字符串类型为\'false\'、\n空字符串时,都认为不可选,否则认为可选。',
115
+ 'todo.optionList.selectable.labelTip': "适用场景:需要控制当前节点是否能够选择,且需后端服务有字段标识出是否可选;\n处理逻辑:当节点的字段编码值为布尔类型的false,或者字符串类型为'false'、\n空字符串时,都认为不可选,否则认为可选。",
311
116
  'todo.optionList.childrenKey.label': '下级列表取值字段',
312
117
  'todo.optionList.childrenKey.labelTip': '使用场景:一次性查询所有数据时,需要设置下一级列表数据的取值字段;\n示例说明:如下参数,当查询所有数据,需要标记出从children字段获取下级列表的数据;\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": "第二棵",\n "id": "10700",\n }]\n}',
313
- 'todo.optionList.selectValueKey.label': '选项值字段',
314
118
  'todo.optionList.selectLabelKey.label': '选项内容字段',
315
- 'todo.optionList.jsBridgeMethod.label': '方法名',
316
119
  'todo.optionList.jsBridgeMethod.props.placeholder': '例如:openCamera',
317
120
  'todo.optionList.androidWebName.label': '安卓容器名称',
318
121
  'todo.optionList.androidWebName.props.placeholder': '默认:Android',
@@ -324,22 +127,7 @@ var todoOptionListZhCN = exports.todoOptionListZhCN = {
324
127
  'todo.optionList.androidFailFunName.props.placeholder': '例如:openCameraFail[用于Android失败的回调H5]',
325
128
  'todo.optionList.iOSFailFunName.label': 'iOS端失败回调方法名',
326
129
  'todo.optionList.iOSFailFunName.props.placeholder': '例如:openCameraFail[用于iOS失败的回调H5]',
327
- 'todo.optionList.customParams.label': '自定义入参',
328
- 'todo.optionList.selectScene.label': '选择场景',
329
- 'todo.optionList.selectServerDataSource.label': '选择数据源',
330
- 'todo.optionList.selectAllDataSource.label': '选择数据源',
331
- 'todo.optionList.selectCompFunc.label': '方法',
332
- 'todo.optionList.setCompParams.label': '参数',
333
- 'todo.optionList.dataSourceReloadFilter.label': '数据源赋值',
334
- 'todo.optionList.dataSourceSetValue.label': '数据源赋值',
335
- 'todo.optionList.onlySetPatch.label': '赋值范围',
336
- 'todo.optionList.onlySetPatch.props.options.0.title': '局部赋值',
337
- 'todo.optionList.onlySetPatch.props.options.1.title': '全部赋值',
338
130
  'todo.optionList.selectObjectDataSource.label': '选择业务对象数据源',
339
- 'todo.optionList.iframeData.label': '发送内容',
340
- 'todo.optionList.iframeOrigin.label': '发送目标源',
341
- 'todo.optionList.copyText.label': '复制内容',
342
- 'todo.optionList.tripleFormId.label': '详情id',
343
- 'todo.optionList.custParams.label': '自定义参数'
131
+ 'todo.optionList.tripleFormId.label': '详情id'
344
132
  };
345
133
  var _default = exports.default = todoOptionListZhCN;
@@ -5,201 +5,108 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.mobileZhHK = exports.default = void 0;
7
7
  var mobileZhHK = exports.mobileZhHK = {
8
- // mobile/BusiComp
9
- 'mobile.busiComp.label': '業務組件',
10
- 'mobile.busiComp.props.searchParams.0.name': '業務主鍵',
11
- 'mobile.busiComp.props.searchParams.1.name': '業務場景',
12
- 'mobile.busiComp.props.searchParams.2.name': '業務數據',
13
- // todoActionList.previewFile
14
- 'mobile.busiComp.todoActionList.previewFile.label': '文件預覽',
15
8
  'mobile.busiComp.todoActionList.previewFile.todoOptions.fileId.label': '文件ID/URL',
16
9
  'mobile.busiComp.todoActionList.previewFile.todoOptions.fileId.labelTip': '文件預覽格式支持:pdf、jpg、jpeg、png、svg、mp4、mov、txt、html、js、doc、xlsx、docx、wps、ppt等 注意:如果是外部URL,有可能存在跨域現象!',
17
- 'mobile.busiComp.todoActionList.previewFile.classification.page.label': '頁面類',
18
- // todoActionList.callNotStatedCustomFunc
19
10
  'mobile.busiComp.todoActionList.callNotStatedCustomFunc.label': '調用未聲明自定義事件',
20
- 'mobile.busiComp.todoActionList.callNotStatedCustomFunc.todoOptions.funcName.label': '事件',
21
- 'mobile.busiComp.todoActionList.callNotStatedCustomFunc.todoOptions.funcName.props.titleLink.0.title': '刷新',
22
- 'mobile.busiComp.todoActionList.callNotStatedCustomFunc.todoOptions.funcParams.label': '事件入參',
23
- 'mobile.busiComp.todoActionList.callNotStatedCustomFunc.classification.communicate.label': '數據通信',
24
- 'mobile.busiComp.todoActionList.callNotStatedCustomFunc.remarks.0.label': '注意事項',
25
11
  'mobile.busiComp.todoActionList.callNotStatedCustomFunc.remarks.0.content': '選擇的頁面需要開啟緩存(如:A頁面跳轉到B頁面,B頁面需要調用A頁面的自定義事件,那麼需要A頁面需開啟緩存);',
26
- // todoEvents
27
12
  'mobile.busiComp.todoEvents.onLoaded.label': '組件加載完成',
28
13
  'mobile.busiComp.todoEvents.useEffect.label': '業務組件狀態變化後',
29
- 'mobile.busiComp.todoEvents.willUnmount.label': '組件卸載',
30
- // todoProps
31
- 'mobile.busiComp.todoProps.pageName.label': '名稱',
32
- 'mobile.busiComp.todoProps.pageName.groupsName': '基礎',
33
- 'mobile.busiComp.todoProps.catalogItemId.label': '分組',
34
- 'mobile.busiComp.todoProps.catalogItemId.groupsName': '基礎',
35
- 'mobile.busiComp.todoProps.compState.label': '組件狀態',
36
- 'mobile.busiComp.todoProps.compState.groupsName': '組件狀態',
37
- 'mobile.busiComp.todoProps.compFunc.label': '方法',
38
- 'mobile.busiComp.todoProps.compFunc.groupsName': '方法',
39
- 'mobile.busiComp.todoProps.compFunc.props.codeLabel': '方法編碼',
40
- 'mobile.busiComp.todoProps.compFunc.props.nameLabel': '方法名稱',
41
- // mobile/page
42
- 'mobile.page.label': '頁面',
43
- 'mobile.page.props.searchParams.0.name': '業務主鍵',
44
- 'mobile.page.props.searchParams.1.name': '業務場景',
45
- 'mobile.page.props.searchParams.2.name': '業務數據',
46
- // mobile/page todoActionList.previewFile
47
- 'mobile.page.todoActionList.previewFile.label': '文件預覽',
48
14
  'mobile.page.todoActionList.previewFile.todoOptions.fileId.label': '文件ID/URL',
49
15
  'mobile.page.todoActionList.previewFile.todoOptions.fileId.labelTip': '文件預覽格式支持:pdf、jpg、jpeg、png、svg、mp4、mov、txt、html、js、doc、xlsx、docx、wps、ppt等 注意:如果是外部URL,有可能存在跨域現象!',
50
- 'mobile.page.todoActionList.previewFile.classification.page.label': '頁面類',
51
- // mobile/page todoEvents
52
16
  'mobile.page.todoEvents.useEffect.label': '頁面加載完成',
53
17
  'mobile.page.todoEvents.stateChange.label': '組件狀態變化後',
54
- 'mobile.page.todoEvents.willUnmount.label': '頁面退出',
55
18
  'mobile.page.todoEvents.onLeftClick.label': '頁面返回點擊事件',
56
19
  'mobile.page.todoEvents.otherPageMessage.label': '接收頁面信息',
57
20
  'mobile.page.todoEvents.otherPageMessage.params.0.title': '接收數據信息',
58
21
  'mobile.page.todoEvents.onPageCacheRefresh.label': '頁面緩存刷新',
59
22
  'mobile.page.todoEvents.onPageCacheRefresh.params.0.title': '返回頁面數據信息',
60
23
  'mobile.page.todoEvents.usePageEndRequest.label': '頁面加載請求結束',
61
- 'mobile.page.todoEvents.usePageEndRequest.remarks.0.label': '場景描述',
62
24
  'mobile.page.todoEvents.usePageEndRequest.remarks.0.content': '在頁面加載完成事件中,所有的事件執行結束後進行回掉(包含頁面加載完成事件中的異步請求(注意:定時器相關動作不計算回掉時間))',
63
- 'mobile.page.todoEvents.usePageEndRequest.remarks.1.label': '適用場景',
64
25
  'mobile.page.todoEvents.usePageEndRequest.remarks.1.content': '在複雜的表單頁面中,你可以在頁面加載完成事件中進行頁面loading的動作設置,在頁面加載完成請求結束事件中取消loading,保障在複雜請求中,因異步導致數據未能及時回填,用戶提交錯誤數據問題。',
65
26
  'mobile.page.todoEvents.pageGetWeChatCode.label': '獲取微信授權信息',
66
- 'mobile.page.todoEvents.pageGetWeChatCode.params.0.title': '結果詳情',
67
27
  'mobile.page.todoEvents.pageGetWeChatCode.params.0.description': '成功時返回如下用戶信息: openid---用戶的唯一標識,nickname---用戶暱稱,sex---用戶的性別,值為1時是男性,值為2時是女性,值為0時是未知,province---用戶個人資料填寫的省份,city---普通用戶個人資料填寫的城市,country---國家,如中國為CN,headimgurl---用戶頭像,最後一個數值代表正方形頭像大小(有0、46、64、96、132數值可選,0代表640*640正方形頭像),用戶沒有頭像時該項為空。若用戶更換頭像,原有頭像URL將失效。privilege---用戶特權信息,json 數組,如微信沃卡用戶為(chinaunicom),unionid---只有在用戶將公眾號綁定到微信開放平台賬號後,才會出現該字段。',
68
- 'mobile.page.todoEvents.pageGetWeChatCode.remarks.0.label': '場景描述',
69
28
  'mobile.page.todoEvents.pageGetWeChatCode.remarks.0.content': '在申請微信用戶信息授權成功後(動作事件-申請微信用戶信息授權),調用該方法獲取微信用戶信息,包括用戶的頭像、暱稱、性別、地區、語言等信息',
70
- // mobile/page todoProps
71
- 'mobile.page.todoProps.pageName.label': '名稱',
72
- 'mobile.page.todoProps.pageName.groupsName': '基礎',
73
- 'mobile.page.todoProps.pagePath.label': '路徑',
74
- 'mobile.page.todoProps.pagePath.groupsName': '基礎',
75
29
  'mobile.page.todoProps.pagePath.props.placeholder': '如:/user/list',
76
30
  'mobile.page.todoProps.pagePath.props.regex.message': '必須為/xx/yy/..格式',
77
- 'mobile.page.todoProps.pageTitle.label': '頁面標題',
78
- 'mobile.page.todoProps.pageTitle.groupsName': '基礎',
79
31
  'mobile.page.todoProps.pageTitle.props.description': '適用場景:當前頁面需要動態更改頁面名稱的時候,可通過表達式進行綁定。默認名稱',
80
- 'mobile.page.todoProps.catalogItemId.label': '分組',
81
- 'mobile.page.todoProps.catalogItemId.groupsName': '基礎',
82
- 'mobile.page.todoProps.scenarioList.label': '適用場景',
83
- 'mobile.page.todoProps.scenarioList.groupsName': '基礎',
84
- 'mobile.page.todoProps.remark.label': '描述',
85
- 'mobile.page.todoProps.remark.groupsName': '基礎',
86
- 'mobile.page.todoProps.chooseFuncComp.label': '功能組件',
87
- 'mobile.page.todoProps.chooseFuncComp.groupsName': '基礎',
88
- 'mobile.page.todoProps.ignoreLogin.label': '免登錄',
89
- 'mobile.page.todoProps.ignoreLogin.groupsName': '基礎',
90
- 'mobile.page.todoProps.pageDynamicFlag.label': '頁面緩存',
91
- 'mobile.page.todoProps.pageDynamicFlag.groupsName': '基礎',
92
32
  'mobile.page.todoProps.pageDynamicFlag.props.description': '開啟後頁面將保活(重新打開頁面將不會重新掛載,頁面的數據將不會被銷毀),可配合事件頁面緩存清除自定義進行頁面銷毀',
93
- 'mobile.page.todoProps.isMenu.label': '設置為菜單',
94
- 'mobile.page.todoProps.isMenu.groupsName': '基礎',
95
33
  'mobile.page.todoProps.isMenu.props.description': '開啟後預覽頁面將展示該菜單,在同步時也會將該頁面當作菜單同步到基礎門戶',
96
- 'mobile.page.todoProps.labels.label': '標簽',
97
- 'mobile.page.todoProps.labels.groupsName': '基礎',
98
- 'mobile.page.todoProps.compState.label': '組件狀態',
99
- 'mobile.page.todoProps.compState.groupsName': '組件狀態',
100
34
  'mobile.page.todoProps.searchParams.label': 'url參數',
101
35
  'mobile.page.todoProps.searchParams.groupsName': 'URL參數',
102
- 'mobile.page.todoProps.routerData.label': '路由數據',
103
- 'mobile.page.todoProps.routerData.groupsName': '路由數據',
104
- 'mobile.page.todoProps.hideNavBar.label': '隱藏導航條',
105
- 'mobile.page.todoProps.hideNavBar.groupsName': '其他',
106
- // mobile/page todoStyles
107
- 'mobile.page.todoStyles.backgroundType.groupsName': '導航欄背景',
108
- 'mobile.page.todoStyles.backgroundType.label': '填充類型',
109
36
  'mobile.page.todoStyles.colorType.groupsName': '標題&返回鍵顏色',
110
- 'mobile.page.todoStyles.colorType.label': '填充類型',
111
- // mobile/modal
112
- 'mobile.modal.label': '彈窗',
113
- 'mobile.modal.props.compState.0.name': '業務主鍵',
114
- 'mobile.modal.props.compState.1.name': '業務場景',
115
- // mobile/modal todoActionList.previewFile
116
- 'mobile.modal.todoActionList.previewFile.label': '文件預覽',
117
37
  'mobile.modal.todoActionList.previewFile.todoOptions.fileId.label': '文件ID/URL',
118
38
  'mobile.modal.todoActionList.previewFile.todoOptions.fileId.labelTip': '文件預覽格式支持:pdf、jpg、jpeg、png、svg、mp4、mov、txt、html、js、doc、xlsx、docx、wps、ppt等 注意:如果是外部URL,有可能存在跨域現象!',
119
- 'mobile.modal.todoActionList.previewFile.classification.page.label': '頁面類',
120
- // mobile/modal todoEvents
121
- 'mobile.modal.todoEvents.useEffect.label': '彈窗打開後',
122
39
  'mobile.modal.todoEvents.stateChange.label': '組件狀態變化後',
123
40
  'mobile.modal.todoEvents.usePageEndRequest.label': '頁面加載請求結束',
124
- 'mobile.modal.todoEvents.usePageEndRequest.remarks.0.label': '場景描述',
125
41
  'mobile.modal.todoEvents.usePageEndRequest.remarks.0.content': '在頁面加載完成事件中,所有的事件執行結束後進行回掉(包含頁面加載完成事件中的異步請求(注意:定時器相關動作不計算回掉時間))',
126
- 'mobile.modal.todoEvents.usePageEndRequest.remarks.1.label': '適用場景',
127
42
  'mobile.modal.todoEvents.usePageEndRequest.remarks.1.content': '在複雜的表單頁面中,你可以在頁面加載完成事件中進行頁面loading的動作設置,在頁面加載完成請求結束事件中取消loading,保障在複雜請求中,因異步導致數據未能及時回填,用戶提交錯誤數據問題。',
128
- // mobile/modal todoProps
129
- 'mobile.modal.todoProps.pageName.label': '名稱',
130
- 'mobile.modal.todoProps.pageName.groupsName': '基礎',
131
- 'mobile.modal.todoProps.pagePath.label': '路徑',
132
- 'mobile.modal.todoProps.pagePath.groupsName': '基礎',
133
43
  'mobile.modal.todoProps.pagePath.props.placeholder': '如:/user/list',
134
44
  'mobile.modal.todoProps.pagePath.props.regex.message': '必須為/xx/yy/..格式',
135
- 'mobile.modal.todoProps.catalogItemId.label': '分組',
136
- 'mobile.modal.todoProps.catalogItemId.groupsName': '基礎',
137
- 'mobile.modal.todoProps.scenarioList.label': '適用場景',
138
- 'mobile.modal.todoProps.scenarioList.groupsName': '基礎',
139
- 'mobile.modal.todoProps.mode.label': '顯示模式',
140
- 'mobile.modal.todoProps.mode.groupsName': '基礎',
141
- 'mobile.modal.todoProps.mode.props.options.0.title': '彈窗',
142
- 'mobile.modal.todoProps.mode.props.options.1.title': '浮層',
143
- 'mobile.modal.todoProps.mode.props.options.2.title': '下拉',
144
- 'mobile.modal.todoProps.mode.props.options.3.title': '從左側滑出',
145
- 'mobile.modal.todoProps.mode.props.options.4.title': '從右側滑出',
146
- 'mobile.modal.todoProps.width.label': '寬度',
147
- 'mobile.modal.todoProps.width.groupsName': '基礎',
148
45
  'mobile.modal.todoProps.width.props.option.0.label': '像素(px)',
149
46
  'mobile.modal.todoProps.width.props.option.1.label': '百分比(%)',
150
47
  'mobile.modal.todoProps.width.props.option.2.label': '視口寬度(vw)',
151
- 'mobile.modal.todoProps.height.label': '高度',
152
- 'mobile.modal.todoProps.height.groupsName': '基礎',
153
48
  'mobile.modal.todoProps.height.props.option.0.label': '像素(px)',
154
49
  'mobile.modal.todoProps.height.props.option.1.label': '百分比(%)',
155
50
  'mobile.modal.todoProps.height.props.option.2.label': '視口高度(vh)',
156
- 'mobile.modal.todoProps.closeOnClickOverlay.label': '關閉方式',
157
- 'mobile.modal.todoProps.closeOnClickOverlay.groupsName': '基礎',
158
51
  'mobile.modal.todoProps.closeOnClickOverlay.props.options.0.title': '點擊蒙罩關閉窗口',
159
52
  'mobile.modal.todoProps.closeOnClickOverlay.props.options.1.title': '點擊蒙罩不關閉窗口',
160
- 'mobile.modal.todoProps.destroyOnClose.label': '關閉後銷毀',
161
- 'mobile.modal.todoProps.destroyOnClose.groupsName': '基礎',
162
53
  'mobile.modal.todoProps.showCloseButton.label': '顯示關閉按鈕',
163
- 'mobile.modal.todoProps.showCloseButton.groupsName': '基礎',
164
- 'mobile.modal.todoProps.ignoreLogin.label': '免登錄',
165
- 'mobile.modal.todoProps.ignoreLogin.groupsName': '基礎',
166
- 'mobile.modal.todoProps.labels.label': '標簽',
167
- 'mobile.modal.todoProps.labels.groupsName': '基礎',
168
- 'mobile.modal.todoProps.compState.label': '組件狀態',
169
- 'mobile.modal.todoProps.compState.groupsName': '組件狀態',
170
- // mobile/popover
171
- 'mobile.popover.label': '浮窗',
172
- 'mobile.popover.props.searchParams.0.name': '業務主鍵',
173
- 'mobile.popover.props.searchParams.1.name': '業務場景',
174
- 'mobile.popover.props.searchParams.2.name': '業務數據',
175
- // mobile/popover todoActionList.previewFile
176
- 'mobile.popover.todoActionList.previewFile.label': '文件預覽',
177
54
  'mobile.popover.todoActionList.previewFile.todoOptions.fileId.label': '文件ID/URL',
178
55
  'mobile.popover.todoActionList.previewFile.todoOptions.fileId.labelTip': '文件預覽格式支持:pdf、jpg、jpeg、png、svg、mp4、mov、txt、html、js、doc、xlsx、docx、wps、ppt等 注意:如果是外部URL,有可能存在跨域現象!',
179
- 'mobile.popover.todoActionList.previewFile.classification.page.label': '頁面類',
180
- // mobile/popover todoEvents
181
56
  'mobile.popover.todoEvents.stateChange.label': '組件狀態變化後',
182
57
  'mobile.popover.todoEvents.usePageEndRequest.label': '頁面加載請求結束',
183
- 'mobile.popover.todoEvents.usePageEndRequest.remarks.0.label': '場景描述',
184
58
  'mobile.popover.todoEvents.usePageEndRequest.remarks.0.content': '在頁面加載完成事件中,所有的事件執行結束後進行回掉(包含頁面加載完成事件中的異步請求(注意:定時器相關動作不計算回掉時間))',
185
- 'mobile.popover.todoEvents.usePageEndRequest.remarks.1.label': '適用場景',
186
59
  'mobile.popover.todoEvents.usePageEndRequest.remarks.1.content': '在複雜的表單頁面中,你可以在頁面加載完成事件中進行頁面loading的動作設置,在頁面加載完成請求結束事件中取消loading,保障在複雜請求中,因異步導致數據未能及時回填,用戶提交錯誤數據問題。',
187
- // mobile/popover todoProps
188
- 'mobile.popover.todoProps.pageName.label': '名稱',
189
- 'mobile.popover.todoProps.pageName.groupsName': '基礎',
190
- 'mobile.popover.todoProps.pagePath.label': '路徑',
191
- 'mobile.popover.todoProps.pagePath.groupsName': '基礎',
192
60
  'mobile.popover.todoProps.pagePath.props.placeholder': '如:/user/list',
193
61
  'mobile.popover.todoProps.pagePath.props.regex.message': '必須為/xx/yy/..格式',
194
- 'mobile.popover.todoProps.catalogItemId.label': '分組',
195
- 'mobile.popover.todoProps.catalogItemId.groupsName': '基礎',
196
- 'mobile.popover.todoProps.remark.label': '描述',
197
- 'mobile.popover.todoProps.remark.groupsName': '基礎',
198
- 'mobile.popover.todoProps.ignoreLogin.label': '免登錄',
199
- 'mobile.popover.todoProps.ignoreLogin.groupsName': '基礎',
200
- 'mobile.popover.todoProps.labels.label': '標簽',
201
- 'mobile.popover.todoProps.labels.groupsName': '基礎',
202
- 'mobile.popover.todoProps.compState.label': '組件狀態',
203
- 'mobile.popover.todoProps.compState.groupsName': '組件狀態'
62
+ 业务组件: '業務組件',
63
+ 业务主键: '業務主鍵',
64
+ 业务场景: '業務場景',
65
+ 业务数据: '業務數據',
66
+ 文件预览: '文件預覽',
67
+ 页面类: '頁面類',
68
+ 事件: '事件',
69
+ 刷新: '刷新',
70
+ 事件入参: '事件入參',
71
+ 数据通信: '數據通信',
72
+ 注意事项: '注意事項',
73
+ 组件卸载: '組件卸載',
74
+ 名称: '名稱',
75
+ 基础: '基礎',
76
+ 分组: '分組',
77
+ 组件状态: '組件狀態',
78
+ 方法: '方法',
79
+ 方法编码: '方法編碼',
80
+ 方法名称: '方法名稱',
81
+ 页面: '頁面',
82
+ 页面退出: '頁面退出',
83
+ 场景描述: '場景描述',
84
+ 适用场景: '適用場景',
85
+ 结果详情: '結果詳情',
86
+ 路径: '路徑',
87
+ 页面标题: '頁面標題',
88
+ 描述: '描述',
89
+ 功能组件: '功能組件',
90
+ 免登录: '免登錄',
91
+ 页面缓存: '頁面緩存',
92
+ 设置为菜单: '設置為菜單',
93
+ 标签: '標簽',
94
+ 路由数据: '路由數據',
95
+ 隐藏导航条: '隱藏導航條',
96
+ 其他: '其他',
97
+ 导航栏背景: '導航欄背景',
98
+ 填充类型: '填充類型',
99
+ 弹窗: '彈窗',
100
+ 弹窗打开后: '彈窗打開後',
101
+ 显示模式: '顯示模式',
102
+ 浮层: '浮層',
103
+ 下拉: '下拉',
104
+ 从左侧滑出: '從左側滑出',
105
+ 从右侧滑出: '從右側滑出',
106
+ 宽度: '寬度',
107
+ 高度: '高度',
108
+ 关闭方式: '關閉方式',
109
+ 关闭后销毁: '關閉後銷毀',
110
+ 浮窗: '浮窗'
204
111
  };
205
112
  var _default = exports.default = mobileZhHK;