@lingxiteam/assets 4.2.1-alpha.2 → 4.3.2-alpha.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (175) hide show
  1. package/es/IconSvg/index.js +8 -7
  2. package/es/error/errorCatch/index.js +1 -1
  3. package/es/error/errorDisplay/Mobile/Drawer/Drawer.js +99 -77
  4. package/es/error/errorDisplay/Mobile/Drawer/index.js +26 -26
  5. package/es/error/errorDisplay/Mobile/ErrorMsg/index.js +127 -129
  6. package/es/error/errorDisplay/Mobile/Modal/Modal.js +46 -31
  7. package/es/error/errorDisplay/Mobile/Modal/index.js +24 -24
  8. package/es/error/errorDisplay/Mobile/defaultGlobalConfig.js +2 -2
  9. package/es/error/errorDisplay/Web/Drawer/Drawer.js +183 -145
  10. package/es/error/errorDisplay/Web/Drawer/DrawerConnect.js +43 -46
  11. package/es/error/errorDisplay/Web/Drawer/index.js +15 -15
  12. package/es/error/errorDisplay/Web/ErrorMsg/index.js +341 -327
  13. package/es/error/errorDisplay/Web/Notification/Notice.js +78 -65
  14. package/es/error/errorDisplay/Web/Notification/Notification.js +15 -15
  15. package/es/error/errorDisplay/Web/Notification/index.js +36 -38
  16. package/es/error/errorDisplay/Web/defaultGlobalConfig.js +2 -2
  17. package/es/error/errorDisplay/compUtils.js +6 -6
  18. package/es/error/errorDisplay/http.js +7 -7
  19. package/es/error/index.js +6 -6
  20. package/es/index.js +5 -5
  21. package/es/rootConfig/index.d.ts +1 -1
  22. package/es/rootConfig/index.js +5 -5
  23. package/es/rootConfig/locales/enus/config-locales-es.d.ts +2 -0
  24. package/es/rootConfig/locales/enus/config-locales-es.js +13 -0
  25. package/es/rootConfig/locales/enus/config-locales-es.mobile.d.ts +2 -0
  26. package/es/rootConfig/locales/enus/config-locales-es.mobile.js +199 -0
  27. package/es/rootConfig/locales/enus/config-locales-es.pc.d.ts +2 -0
  28. package/es/rootConfig/locales/enus/config-locales-es.pc.js +49 -0
  29. package/es/rootConfig/locales/enus/config-locales-es.todo-actionList.d.ts +2 -0
  30. package/es/rootConfig/locales/enus/config-locales-es.todo-actionList.js +1293 -0
  31. package/es/rootConfig/locales/enus/config-locales-es.todo-callback.d.ts +2 -0
  32. package/es/rootConfig/locales/enus/config-locales-es.todo-callback.js +21 -0
  33. package/es/rootConfig/locales/enus/config-locales-es.todo-optionList.d.ts +2 -0
  34. package/es/rootConfig/locales/enus/config-locales-es.todo-optionList.js +339 -0
  35. package/es/rootConfig/locales/zhcn/config-locales-cn.d.ts +2 -0
  36. package/es/rootConfig/locales/zhcn/config-locales-cn.js +13 -0
  37. package/es/rootConfig/locales/zhcn/config-locales-cn.mobile.d.ts +2 -0
  38. package/es/rootConfig/locales/zhcn/config-locales-cn.mobile.js +199 -0
  39. package/es/rootConfig/locales/zhcn/config-locales-cn.pc.d.ts +2 -0
  40. package/es/rootConfig/locales/zhcn/config-locales-cn.pc.js +385 -0
  41. package/es/rootConfig/locales/zhcn/config-locales-cn.todo-actionList.d.ts +2 -0
  42. package/es/rootConfig/locales/zhcn/config-locales-cn.todo-actionList.js +1297 -0
  43. package/es/rootConfig/locales/zhcn/config-locales-cn.todo-callback.d.ts +2 -0
  44. package/es/rootConfig/locales/zhcn/config-locales-cn.todo-callback.js +21 -0
  45. package/es/rootConfig/locales/zhcn/config-locales-cn.todo-optionList.d.ts +2 -0
  46. package/es/rootConfig/locales/zhcn/config-locales-cn.todo-optionList.js +339 -0
  47. package/es/rootConfig/locales/zhhk/config-locales-hk.d.ts +2 -0
  48. package/es/rootConfig/locales/zhhk/config-locales-hk.js +13 -0
  49. package/es/rootConfig/locales/zhhk/config-locales-hk.mobile.d.ts +2 -0
  50. package/es/rootConfig/locales/zhhk/config-locales-hk.mobile.js +199 -0
  51. package/es/rootConfig/locales/zhhk/config-locales-hk.pc.d.ts +2 -0
  52. package/es/rootConfig/locales/zhhk/config-locales-hk.pc.js +385 -0
  53. package/es/rootConfig/locales/zhhk/config-locales-hk.todo-actionList.d.ts +2 -0
  54. package/es/rootConfig/locales/zhhk/config-locales-hk.todo-actionList.js +1297 -0
  55. package/es/rootConfig/locales/zhhk/config-locales-hk.todo-callback.d.ts +2 -0
  56. package/es/rootConfig/locales/zhhk/config-locales-hk.todo-callback.js +21 -0
  57. package/es/rootConfig/locales/zhhk/config-locales-hk.todo-optionList.d.ts +2 -0
  58. package/es/rootConfig/locales/zhhk/config-locales-hk.todo-optionList.js +339 -0
  59. package/es/rootConfig/mobile/BusiComp.d.ts +0 -1
  60. package/es/rootConfig/mobile/BusiComp.js +35 -32
  61. package/es/rootConfig/mobile/MobileModal.js +62 -57
  62. package/es/rootConfig/mobile/MobilePopover.d.ts +0 -2
  63. package/es/rootConfig/mobile/MobilePopover.js +37 -34
  64. package/es/rootConfig/mobile/index.js +4 -4
  65. package/es/rootConfig/mobile/page.d.ts +17 -2
  66. package/es/rootConfig/mobile/page.js +85 -78
  67. package/es/rootConfig/pc/BusiComp.js +110 -40
  68. package/es/rootConfig/pc/Drawer.d.ts +8 -9
  69. package/es/rootConfig/pc/Drawer.js +161 -91
  70. package/es/rootConfig/pc/Modal.d.ts +0 -1
  71. package/es/rootConfig/pc/Modal.js +140 -70
  72. package/es/rootConfig/pc/Popover.d.ts +0 -1
  73. package/es/rootConfig/pc/Popover.js +114 -44
  74. package/es/rootConfig/pc/index.js +5 -5
  75. package/es/rootConfig/pc/page.d.ts +0 -2
  76. package/es/rootConfig/pc/page.js +133 -64
  77. package/es/rootConfig/todoActionList.d.ts +1 -0
  78. package/es/rootConfig/todoActionList.js +2363 -1237
  79. package/es/rootConfig/todoCallback.d.ts +12 -1
  80. package/es/rootConfig/todoCallback.js +175 -103
  81. package/es/rootConfig/todoOptionList.d.ts +0 -66
  82. package/es/rootConfig/todoOptionList.js +400 -401
  83. package/es/theme/index.js +18 -20
  84. package/es/theme/src/default/index.js +7 -7
  85. package/es/theme/utils/renderColors.js +1 -1
  86. package/es/utils/url.js +8 -7
  87. package/lib/IconSvg/index.js +10 -9
  88. package/lib/error/errorCatch/index.js +2 -3
  89. package/lib/error/errorDisplay/Mobile/Drawer/Drawer.js +99 -79
  90. package/lib/error/errorDisplay/Mobile/Drawer/index.js +25 -26
  91. package/lib/error/errorDisplay/Mobile/ErrorMsg/index.js +123 -126
  92. package/lib/error/errorDisplay/Mobile/Modal/Modal.js +45 -33
  93. package/lib/error/errorDisplay/Mobile/Modal/index.js +23 -24
  94. package/lib/error/errorDisplay/Mobile/defaultGlobalConfig.js +3 -5
  95. package/lib/error/errorDisplay/SVGstring.js +6 -12
  96. package/lib/error/errorDisplay/Web/Drawer/Drawer.js +181 -146
  97. package/lib/error/errorDisplay/Web/Drawer/DrawerConnect.js +44 -48
  98. package/lib/error/errorDisplay/Web/Drawer/index.js +18 -20
  99. package/lib/error/errorDisplay/Web/ErrorMsg/index.js +336 -324
  100. package/lib/error/errorDisplay/Web/Notification/Notice.js +79 -68
  101. package/lib/error/errorDisplay/Web/Notification/Notification.js +15 -16
  102. package/lib/error/errorDisplay/Web/Notification/index.js +37 -41
  103. package/lib/error/errorDisplay/Web/defaultGlobalConfig.js +3 -5
  104. package/lib/error/errorDisplay/compUtils.js +9 -12
  105. package/lib/error/errorDisplay/const.js +7 -13
  106. package/lib/error/errorDisplay/http.js +8 -9
  107. package/lib/index.js +3 -6
  108. package/lib/rootConfig/index.d.ts +1 -1
  109. package/lib/rootConfig/index.js +9 -3
  110. package/lib/rootConfig/locales/enus/config-locales-es.d.ts +2 -0
  111. package/lib/rootConfig/locales/enus/config-locales-es.js +19 -0
  112. package/lib/rootConfig/locales/enus/config-locales-es.mobile.d.ts +2 -0
  113. package/lib/rootConfig/locales/enus/config-locales-es.mobile.js +205 -0
  114. package/lib/rootConfig/locales/enus/config-locales-es.pc.d.ts +2 -0
  115. package/lib/rootConfig/locales/enus/config-locales-es.pc.js +55 -0
  116. package/lib/rootConfig/locales/enus/config-locales-es.todo-actionList.d.ts +2 -0
  117. package/lib/rootConfig/locales/enus/config-locales-es.todo-actionList.js +1299 -0
  118. package/lib/rootConfig/locales/enus/config-locales-es.todo-callback.d.ts +2 -0
  119. package/lib/rootConfig/locales/enus/config-locales-es.todo-callback.js +27 -0
  120. package/lib/rootConfig/locales/enus/config-locales-es.todo-optionList.d.ts +2 -0
  121. package/lib/rootConfig/locales/enus/config-locales-es.todo-optionList.js +345 -0
  122. package/lib/rootConfig/locales/zhcn/config-locales-cn.d.ts +2 -0
  123. package/lib/rootConfig/locales/zhcn/config-locales-cn.js +19 -0
  124. package/lib/rootConfig/locales/zhcn/config-locales-cn.mobile.d.ts +2 -0
  125. package/lib/rootConfig/locales/zhcn/config-locales-cn.mobile.js +205 -0
  126. package/lib/rootConfig/locales/zhcn/config-locales-cn.pc.d.ts +2 -0
  127. package/lib/rootConfig/locales/zhcn/config-locales-cn.pc.js +391 -0
  128. package/lib/rootConfig/locales/zhcn/config-locales-cn.todo-actionList.d.ts +2 -0
  129. package/lib/rootConfig/locales/zhcn/config-locales-cn.todo-actionList.js +1303 -0
  130. package/lib/rootConfig/locales/zhcn/config-locales-cn.todo-callback.d.ts +2 -0
  131. package/lib/rootConfig/locales/zhcn/config-locales-cn.todo-callback.js +27 -0
  132. package/lib/rootConfig/locales/zhcn/config-locales-cn.todo-optionList.d.ts +2 -0
  133. package/lib/rootConfig/locales/zhcn/config-locales-cn.todo-optionList.js +345 -0
  134. package/lib/rootConfig/locales/zhhk/config-locales-hk.d.ts +2 -0
  135. package/lib/rootConfig/locales/zhhk/config-locales-hk.js +19 -0
  136. package/lib/rootConfig/locales/zhhk/config-locales-hk.mobile.d.ts +2 -0
  137. package/lib/rootConfig/locales/zhhk/config-locales-hk.mobile.js +205 -0
  138. package/lib/rootConfig/locales/zhhk/config-locales-hk.pc.d.ts +2 -0
  139. package/lib/rootConfig/locales/zhhk/config-locales-hk.pc.js +391 -0
  140. package/lib/rootConfig/locales/zhhk/config-locales-hk.todo-actionList.d.ts +2 -0
  141. package/lib/rootConfig/locales/zhhk/config-locales-hk.todo-actionList.js +1303 -0
  142. package/lib/rootConfig/locales/zhhk/config-locales-hk.todo-callback.d.ts +2 -0
  143. package/lib/rootConfig/locales/zhhk/config-locales-hk.todo-callback.js +27 -0
  144. package/lib/rootConfig/locales/zhhk/config-locales-hk.todo-optionList.d.ts +2 -0
  145. package/lib/rootConfig/locales/zhhk/config-locales-hk.todo-optionList.js +345 -0
  146. package/lib/rootConfig/mobile/BusiComp.d.ts +0 -1
  147. package/lib/rootConfig/mobile/BusiComp.js +36 -34
  148. package/lib/rootConfig/mobile/MobileModal.js +63 -59
  149. package/lib/rootConfig/mobile/MobilePopover.d.ts +0 -2
  150. package/lib/rootConfig/mobile/MobilePopover.js +38 -36
  151. package/lib/rootConfig/mobile/page.d.ts +17 -2
  152. package/lib/rootConfig/mobile/page.js +86 -80
  153. package/lib/rootConfig/pc/BusiComp.js +111 -42
  154. package/lib/rootConfig/pc/Drawer.d.ts +8 -9
  155. package/lib/rootConfig/pc/Drawer.js +162 -93
  156. package/lib/rootConfig/pc/Modal.d.ts +0 -1
  157. package/lib/rootConfig/pc/Modal.js +141 -72
  158. package/lib/rootConfig/pc/Popover.d.ts +0 -1
  159. package/lib/rootConfig/pc/Popover.js +115 -46
  160. package/lib/rootConfig/pc/page.d.ts +0 -2
  161. package/lib/rootConfig/pc/page.js +134 -66
  162. package/lib/rootConfig/todoActionList.d.ts +1 -0
  163. package/lib/rootConfig/todoActionList.js +2364 -1244
  164. package/lib/rootConfig/todoCallback.d.ts +12 -1
  165. package/lib/rootConfig/todoCallback.js +182 -116
  166. package/lib/rootConfig/todoOptionList.d.ts +0 -66
  167. package/lib/rootConfig/todoOptionList.js +401 -403
  168. package/lib/theme/bin/default/modalWidth.js +1 -2
  169. package/lib/theme/index.js +19 -22
  170. package/lib/theme/src/default/index.js +7 -7
  171. package/lib/theme/utils/renderColors.js +1 -1
  172. package/lib/utils/cookieUtil.js +1 -2
  173. package/lib/utils/img.js +2 -3
  174. package/lib/utils/url.js +13 -16
  175. package/package.json +3 -4
@@ -0,0 +1,2 @@
1
+ export declare const todoCallbackZhCN: Record<string, string>;
2
+ export default todoCallbackZhCN;
@@ -0,0 +1,27 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.todoCallbackZhCN = exports.default = void 0;
7
+ var todoCallbackZhCN = exports.todoCallbackZhCN = {
8
+ // todo/callback (shared callbacks)
9
+ 'todo.callback.form.values.title': '表单取值',
10
+ '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
+ 'todo.callback.form.range.beginDesc': '的开始时间,',
18
+ 'todo.callback.form.range.endDesc': '的结束时间,',
19
+ 'todo.callback.form.range.description': '按照指定的“取值格式”进行格式化输出',
20
+ 'todo.callback.form.validate.failResult': '表单失败结果',
21
+ 'todo.callback.form.validate.failFirstError': '表单失败结果首个错误信息',
22
+ 'todo.callback.form.validate.firstError.description': '校验失败返回的错误提示信息',
23
+ 'todo.callback.form.validate.description': '表单数据对象和失败信息,包括:字段编码、字段值、校验失败的字段编码和错误提示信息',
24
+ 'todo.callback.postObject.returnObjectPrefix': '返回对象-',
25
+ 'todo.callback.ai.actionName': '调用智能体服务'
26
+ };
27
+ var _default = exports.default = todoCallbackZhCN;
@@ -0,0 +1,2 @@
1
+ export declare const todoOptionListZhCN: Record<string, string>;
2
+ export default todoOptionListZhCN;
@@ -0,0 +1,345 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.todoOptionListZhCN = exports.default = void 0;
7
+ var todoOptionListZhCN = exports.todoOptionListZhCN = {
8
+ // todo/optionList (shared options) - batch 1
9
+ 'todo.optionList.url.label': '请求地址(URL)',
10
+ 'todo.optionList.sqlServiceCode.label': '选择SQL查询服务',
11
+ 'todo.optionList.sqlServiceFields.label': '导出字段',
12
+ 'todo.optionList.target.label': '联动来源',
13
+ 'todo.optionList.arelStaticData.label': 'A端静态数据',
14
+ 'todo.optionList.zrelStaticData.label': 'Z端静态数据',
15
+ 'todo.optionList.staticData.label': '静态数据',
16
+ '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
+ '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
+ '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
+ 'todo.optionList.startVal.props.placeholder': '请输入YYYY-MM-DD格式的时间',
35
+ 'todo.optionList.endVal.label': '结束值',
36
+ '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
+ 'todo.optionList.expType.props.options.0.title': 'PDF',
59
+ 'todo.optionList.expType.props.options.1.title': '图片',
60
+ 'todo.optionList.expFileName.label': '文件名',
61
+ '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
+ 'todo.optionList.okText.label': '确认按钮文本',
70
+ '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
+ 'todo.optionList.actionType.props.placeholder': '新增-add, 编辑-edit, 详情-detail',
83
+ // todo.optionList - batch B
84
+ 'todo.optionList.pathname.label': '页面',
85
+ 'todo.optionList.dropPathname.label': '页面',
86
+ '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
+ 'todo.optionList.activeTabKey.label': 'Tab选中key',
92
+ 'todo.optionList.downloadUrl.label': '下载链接地址',
93
+ 'todo.optionList.uploadProps.label': '上传参数',
94
+ '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
+ 'todo.optionList.fileName.label': '自定义文件名称',
106
+ 'todo.optionList.fileName.labelTip': '未设置文件名称时,则为文件原本的名称',
107
+ 'todo.optionList.fileName.props.placeholder': '包括后缀,如: 表格.xls',
108
+ 'todo.optionList.loadmoreKey.label': '更新参数',
109
+ 'todo.optionList.wechatappId.props.placeholder': '如:wx_xxxxx',
110
+ 'todo.optionList.jsonId.label': '页面',
111
+ 'todo.optionList.fileId.label': '文件ID',
112
+ '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
+ '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
+ 'todo.optionList.flowWorkOrderId.label': '业务工单 ID',
125
+ 'todo.optionList.flowCode.label': '选择流程',
126
+ 'todo.optionList.workOrderType.label': '业务工单类型',
127
+ 'todo.optionList.flowAuditDesc.label': '审核意见',
128
+ 'todo.optionList.flowFileId.label': '附件ID',
129
+ 'todo.optionList.configDealUserId.label': '指定处理人',
130
+ 'todo.optionList.flowBtnActionType.label': '按钮动作类型',
131
+ 'todo.optionList.flowWorkId.label': '流程实例ID',
132
+ 'todo.optionList.flowTabStepVisible.label': '展示流程实例图',
133
+ 'todo.optionList.flowTimelineVisible.label': '展示流程轨迹',
134
+ 'todo.optionList.flowCustParams.label': '自定义参数',
135
+ 'todo.optionList.workItemId.label': '工单ID',
136
+ 'todo.optionList.flowExtraParams.label': '目标环节',
137
+ 'todo.optionList.diagramType.label': '选择实例图类型',
138
+ 'todo.optionList.diagramType.props.options.0.title': '当前流程实例图',
139
+ 'todo.optionList.diagramType.props.options.1.title': '指定主干流程实例图',
140
+ 'todo.optionList.diagramFlowCode.label': '选择流程',
141
+ '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
+ 'todo.optionList.exportSheet.label': 'sheet页设置',
148
+ '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
+ '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
+ 'todo.optionList.actionTitle.props.placeholder': '请输入动作说明',
166
+ '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
+ 'todo.optionList.setItemKey.props.placeholder': '请输入字段名值, 必须为英文',
171
+ 'todo.optionList.mapKey.label': '地图秘钥',
172
+ 'todo.optionList.mapKey.props.placeholder': '请输入地图的秘钥',
173
+ 'todo.optionList.locationAlways.label': '是否持续定位',
174
+ '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
+ 'todo.optionList.locationAddress.label': '是否需要地址信息',
181
+ 'todo.optionList.addTransferValue.label': '内容',
182
+ 'todo.optionList.addTransferValue.props.placeholder': '请输入添加值,多个用英文逗号拼接,例如:1,2,3',
183
+ 'todo.optionList.removeTransferValue.label': '内容',
184
+ '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
+ 'todo.optionList.xLineName.label': 'x轴字段名',
192
+ '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
+ 'todo.optionList.donutX.label': 'x轴字段名',
198
+ 'todo.optionList.donutY.label': 'y轴字段名',
199
+ 'todo.optionList.donutData.label': '数据源',
200
+ 'todo.optionList.donutSumText.label': '总数据',
201
+ 'todo.optionList.mpData.label': '数据源',
202
+ 'todo.optionList.mpData.props.placeholder': '格式为:[{count:xx, color:xx, label:xx},...]',
203
+ 'todo.optionList.gcXName.label': 'x轴字段名',
204
+ 'todo.optionList.gcLegendParams.label': '图例内容',
205
+ 'todo.optionList.gcLegendParams.props.placeholder': '格式为:[{label:xx(说明), value:xx(对应数据源取值字段)},...]',
206
+ 'todo.optionList.gcData.label': '数据源',
207
+ 'todo.optionList.gcData.props.placeholder': '格式为:[{name:xx, xx:xx, xx:xx, ...},...]',
208
+ 'todo.optionList.scXName.label': 'x轴字段名',
209
+ 'todo.optionList.scYName.label': 'y轴字段名',
210
+ 'todo.optionList.scData.label': '数据源',
211
+ 'todo.optionList.scData.props.placeholder': '格式为:[{xx:xx, xx:xx, color:xx(需要指定颜色时设置该参数) },...]',
212
+ 'todo.optionList.stcXName.label': 'x轴字段名',
213
+ 'todo.optionList.stcLegendParams.label': '图例内容',
214
+ 'todo.optionList.stcLegendParams.props.placeholder': '格式为:[{label:xx, value:xx},...]',
215
+ 'todo.optionList.stcData.label': '数据源',
216
+ 'todo.optionList.stcData.props.placeholder': '格式为:[{xx:xx, xx:xx, ... },...]',
217
+ 'todo.optionList.valueMapKey.label': '值映射字段',
218
+ 'todo.optionList.labelMapKey.label': '内容映射字段',
219
+ 'todo.optionList.selectDescriptionKey.label': '选项描述字段',
220
+ 'todo.optionList.selectDisabledKey.label': '选项禁用字段',
221
+ '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
+ 'todo.optionList.customGroup.label': '自定义表头模板',
227
+ 'todo.optionList.customGroup.labelTip': '可以根据选择的字段自定义导出模板的表头',
228
+ 'todo.optionList.exception.label': '导入异常配置',
229
+ '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
+ 'todo.optionList.modalWidth.labelTip': '不同浏览器有不同的最小限制,请避免设置过小尺寸,当不设置宽高时,默认为全屏',
236
+ 'todo.optionList.modalHeight.label': '窗口高度',
237
+ 'todo.optionList.modalHeight.labelTip': '不同浏览器有不同的最小限制,请避免设置过小尺寸,当不设置宽高时,默认为全屏',
238
+ // todo.optionList - batch F (remaining general/import/service/advanced)
239
+ 'todo.optionList.rProps.label': '设置自定义组件属性',
240
+ 'todo.optionList.hasEventExtService.label': '需要开启服务扩展',
241
+ 'todo.optionList.hasEventExtService.props.options.0.title': '是',
242
+ 'todo.optionList.hasEventExtService.props.options.1.title': '否',
243
+ 'todo.optionList.eventExtService.label': '选择业务场景来扩展服务',
244
+ 'todo.optionList.tempName.label': '设置模板名称',
245
+ 'todo.optionList.tempName.props.placeholder': '请输入模板名称',
246
+ 'todo.optionList.busiObjectId.label': '选择业务对象',
247
+ 'todo.optionList.busiObjectFilterParams.label': '查询条件',
248
+ 'todo.optionList.filterParams.label': '查询条件',
249
+ 'todo.optionList.busiObjectFields.label': '筛选字段',
250
+ 'todo.optionList.showOnly.label': '只解析不入库',
251
+ 'todo.optionList.showOnly.props.options.0.title': '是',
252
+ 'todo.optionList.showOnly.props.options.1.title': '否',
253
+ 'todo.optionList.custFileName.label': '自定义文件名',
254
+ '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
+ 'todo.optionList.custUrl.props.options.serviceTabs.0.description': '此处仅展示开启文件入参的编排服务,服务入参需包含impFile(文件类型)字段用于接收文件和param(对象类型,非必须)字段接收自定义参数',
263
+ 'todo.optionList.custUrl.props.options.serviceTabs.1.description': '此处仅展示开启上传控件中使用的请求层服务,服务入参需包含impFile(文件类型)字段用于接收文件和param(对象类型,非必须)字段接收自定义参数',
264
+ 'todo.optionList.compToPrint.label': '自定义打印区域(可选)',
265
+ 'todo.optionList.custTpl.label': '配置导入模板',
266
+ 'todo.optionList.returnType.label': '返回类型',
267
+ '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
+ 'todo.optionList.returnValue.label': '返回内容(可选)',
272
+ 'todo.optionList.isPreventDefault.label': '中止默认动作(高级)',
273
+ 'todo.optionList.isPreventDefault.props.options.0.title': '是',
274
+ 'todo.optionList.isPreventDefault.props.options.1.title': '否',
275
+ 'todo.optionList.isPreventDefault.labelTip': '指中止浏览器默认行为:<br />比如中止打开文件选择器、中止文件下载等行为。',
276
+ 'todo.optionList.isStopPropagation.label': '阻止事件冒泡(高级)',
277
+ 'todo.optionList.isStopPropagation.labelTip': '指只触发当前组件配置的事件:<br />比如空白容器里放置按钮, 空白容器和按钮都配置点击事件,正常点击按钮的时候就触发两个点击事件,但阻止事件冒泡就不会执行到空白容器的点击事件。',
278
+ 'todo.optionList.isStopPropagation.props.options.0.title': '是',
279
+ 'todo.optionList.isStopPropagation.props.options.1.title': '否',
280
+ 'todo.optionList.verificationCodeUrl.label': '验证码图片地址',
281
+ // todo.optionList - batch G (additional option labels)
282
+ 'todo.optionList.selectValueKeyForRC.label': '显示值字段',
283
+ '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
+ 'todo.optionList.nodeKey.label': '操作节点key',
289
+ 'todo.optionList.valueKey.label': '节点key取值字段',
290
+ 'todo.optionList.titleKey.label': '节点名称取值字段',
291
+ 'todo.optionList.stateName.label': '自定义属性名',
292
+ 'todo.optionList.inlineeditrow.label': '指定行id',
293
+ 'todo.optionList.stateval.label': '内容',
294
+ '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
+ 'todo.optionList.parentKey.label': '操作节点key',
304
+ 'todo.optionList.dataSourceFileId.label': '文件ID',
305
+ 'todo.optionList.dataSourceFileId.labelTip': '支持逗号分隔或者数组形式的多文件下载,如:1,2或者$[1,2]$',
306
+ 'todo.optionList.labelKey.label': '节点名称取值字段',
307
+ 'todo.optionList.nodeValueKey.label': '节点key取值字段',
308
+ 'todo.optionList.urlValueKey.label': '节点url取值字段',
309
+ 'todo.optionList.selectable.label': '节点可选字段编码',
310
+ 'todo.optionList.selectable.labelTip': '适用场景:需要控制当前节点是否能够选择,且需后端服务有字段标识出是否可选;\n处理逻辑:当节点的字段编码值为布尔类型的false,或者字符串类型为\'false\'、\n空字符串时,都认为不可选,否则认为可选。',
311
+ 'todo.optionList.childrenKey.label': '下级列表取值字段',
312
+ '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
+ 'todo.optionList.selectLabelKey.label': '选项内容字段',
315
+ 'todo.optionList.jsBridgeMethod.label': '方法名',
316
+ 'todo.optionList.jsBridgeMethod.props.placeholder': '例如:openCamera',
317
+ 'todo.optionList.androidWebName.label': '安卓容器名称',
318
+ 'todo.optionList.androidWebName.props.placeholder': '默认:Android',
319
+ 'todo.optionList.androidSuccessFunName.label': '安卓端成功回调方法名',
320
+ 'todo.optionList.androidSuccessFunName.props.placeholder': '例如:openCameraSuccess[用于Android成功回调H5]',
321
+ 'todo.optionList.iOSSuccessFunName.label': 'iOS端成功回调方法名',
322
+ 'todo.optionList.iOSSuccessFunName.props.placeholder': '例如:openCameraSuccess[用于iOS成功回调H5]',
323
+ 'todo.optionList.androidFailFunName.label': '安卓端失败回调方法名',
324
+ 'todo.optionList.androidFailFunName.props.placeholder': '例如:openCameraFail[用于Android失败的回调H5]',
325
+ 'todo.optionList.iOSFailFunName.label': 'iOS端失败回调方法名',
326
+ '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
+ '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': '自定义参数'
344
+ };
345
+ var _default = exports.default = todoOptionListZhCN;
@@ -0,0 +1,2 @@
1
+ export declare const configZhHK: Record<string, string>;
2
+ export default configZhHK;
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = exports.configZhHK = void 0;
7
+ var _configLocalesHk = require("./config-locales-hk.todo-actionList");
8
+ var _configLocalesHk2 = require("./config-locales-hk.mobile");
9
+ var _configLocalesHk3 = require("./config-locales-hk.pc");
10
+ var _configLocalesHk4 = require("./config-locales-hk.todo-callback");
11
+ var _configLocalesHk5 = require("./config-locales-hk.todo-optionList");
12
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
13
+ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
14
+ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
15
+ function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
16
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
17
+ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
18
+ var configZhHK = exports.configZhHK = _objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread({}, _configLocalesHk.todoActionListZhHK), _configLocalesHk2.mobileZhHK), _configLocalesHk3.pcZhHK), _configLocalesHk4.todoCallbackZhHK), _configLocalesHk5.todoOptionListZhHK);
19
+ var _default = exports.default = configZhHK;
@@ -0,0 +1,2 @@
1
+ export declare const mobileZhHK: Record<string, string>;
2
+ export default mobileZhHK;