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