@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 todoCallbackZhHK: Record<string, string>;
2
+ export default todoCallbackZhHK;
@@ -0,0 +1,27 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.todoCallbackZhHK = exports.default = void 0;
7
+ var todoCallbackZhHK = exports.todoCallbackZhHK = {
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 = todoCallbackZhHK;
@@ -0,0 +1,2 @@
1
+ export declare const todoOptionListZhHK: Record<string, string>;
2
+ export default todoOptionListZhHK;
@@ -0,0 +1,345 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.todoOptionListZhHK = exports.default = void 0;
7
+ var todoOptionListZhHK = exports.todoOptionListZhHK = {
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 = todoOptionListZhHK;
@@ -7,7 +7,6 @@ declare const _default: {
7
7
  props: {
8
8
  objType: string;
9
9
  catalogItemId: number;
10
- layout: string;
11
10
  searchParams: {
12
11
  name: string;
13
12
  code: string;
@@ -10,25 +10,29 @@ function _nonIterableSpread() { throw new TypeError("Invalid attempt to spread n
10
10
  function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
11
11
  function _iterableToArray(iter) { if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter); }
12
12
  function _arrayWithoutHoles(arr) { if (Array.isArray(arr)) return _arrayLikeToArray(arr); }
13
- function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }
14
- var _default = {
13
+ function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
14
+ var BUSICOMP_LOCALE_PREFIX = 'mobile.busiComp';
15
+ var localeKey = function localeKey(suffix) {
16
+ return "".concat(BUSICOMP_LOCALE_PREFIX, ".").concat(suffix);
17
+ };
18
+ var _default = exports.default = {
15
19
  compLib: 'root',
16
20
  compType: -1,
21
+ // 根节点
17
22
  isBusiObjContainer: false,
18
23
  isContainer: false,
19
- label: '业务组件',
24
+ label: localeKey('label'),
20
25
  props: {
21
26
  objType: 'app',
22
27
  catalogItemId: -1,
23
- layout: 'BaseLayout',
24
28
  searchParams: [{
25
- name: '业务主键',
29
+ name: localeKey('props.searchParams.0.name'),
26
30
  code: 'bizId'
27
31
  }, {
28
- name: '业务场景',
32
+ name: localeKey('props.searchParams.1.name'),
29
33
  code: 'sceneCode'
30
34
  }, {
31
- name: '业务数据',
35
+ name: localeKey('props.searchParams.2.name'),
32
36
  code: 'bizData'
33
37
  }]
34
38
  },
@@ -41,63 +45,63 @@ var _default = {
41
45
  groupsName: 'root',
42
46
  todoActionList: [].concat(_toConsumableArray((0, _todoActionList.getSystemTodoActionList)('mobile')), [{
43
47
  key: 'previewFile',
44
- label: '文件预览',
48
+ label: localeKey('todoActionList.previewFile.label'),
45
49
  todoOptions: [{
46
50
  key: 'fileId',
47
- label: '文件ID/URL',
51
+ label: localeKey('todoActionList.previewFile.todoOptions.fileId.label'),
48
52
  type: 'SetExpression',
49
- labelTip: '文件预览格式支持:pdf、jpg、jpeg、png、svg、mp4、mov、txt、html、js、doc、xlsx、docx、wps、ppt等 注意:如果是外部URL,有可能存在跨域现象!'
53
+ labelTip: localeKey('todoActionList.previewFile.todoOptions.fileId.labelTip')
50
54
  }],
51
55
  classification: [{
52
- label: '页面类',
56
+ label: localeKey('todoActionList.previewFile.classification.page.label'),
53
57
  value: 'page'
54
58
  }]
55
59
  }, {
56
60
  key: 'callNotStatedCustomFunc',
57
- label: '调用未声明自定义事件',
61
+ label: localeKey('todoActionList.callNotStatedCustomFunc.label'),
58
62
  todoOptions: [{
59
63
  key: 'funcName',
60
- label: '事件',
64
+ label: localeKey('todoActionList.callNotStatedCustomFunc.todoOptions.funcName.label'),
61
65
  type: 'SelectCompFunction',
62
66
  props: {
63
67
  titleLink: [{
64
- title: '刷新',
68
+ title: localeKey('todoActionList.callNotStatedCustomFunc.todoOptions.funcName.props.titleLink.0.title'),
65
69
  value: 'refresh',
66
70
  key: 'refresh'
67
71
  }]
68
72
  }
69
73
  }, {
70
74
  key: 'funcParams',
71
- label: '事件入参',
75
+ label: localeKey('todoActionList.callNotStatedCustomFunc.todoOptions.funcParams.label'),
72
76
  type: 'SetCustomParams',
73
77
  props: {}
74
78
  }],
75
79
  todoCallbacks: ['callback1', 'callback2'],
76
80
  classification: [{
77
- label: '数据通信',
81
+ label: localeKey('todoActionList.callNotStatedCustomFunc.classification.communicate.label'),
78
82
  value: 'communicate'
79
83
  }],
80
84
  // remarks: [{
81
- // label: '注意事项',
82
- // content: '选择的页面需要开启缓存(如:A页面跳转到B页面,B页面需要调用A页面的自定义事件,那么需要A页面需开启缓存);',
85
+ // label: localeKey('todoActionList.callNotStatedCustomFunc.remarks.0.label'),
86
+ // content: localeKey('todoActionList.callNotStatedCustomFunc.remarks.0.content'),
83
87
  // }],
84
88
  isAsync: true
85
89
  }]),
86
90
  todoEvents: [{
87
91
  value: 'onLoaded',
88
- label: '组件加载完成'
92
+ label: localeKey('todoEvents.onLoaded.label')
89
93
  }, {
90
94
  value: 'useEffect',
91
- label: '业务组件状态变化后'
95
+ label: localeKey('todoEvents.useEffect.label')
92
96
  }, {
93
97
  value: 'willUnmount',
94
- label: '组件卸载'
98
+ label: localeKey('todoEvents.willUnmount.label')
95
99
  }],
96
100
  todoProps: {
97
101
  pageName: {
98
- label: '名称',
102
+ label: localeKey('todoProps.pageName.label'),
99
103
  type: 'Input',
100
- groupsName: '基础',
104
+ groupsName: localeKey('todoProps.pageName.groupsName'),
101
105
  props: {
102
106
  required: true
103
107
  }
@@ -117,26 +121,26 @@ var _default = {
117
121
  // },
118
122
  // },
119
123
  catalogItemId: {
120
- label: '分组',
124
+ label: localeKey('todoProps.catalogItemId.label'),
121
125
  type: 'CatalogTreeSelect',
122
- groupsName: '基础',
126
+ groupsName: localeKey('todoProps.catalogItemId.groupsName'),
123
127
  props: {
124
128
  required: true,
125
129
  options: []
126
130
  }
127
131
  },
128
132
  compState: {
129
- label: '组件状态',
133
+ label: localeKey('todoProps.compState.label'),
130
134
  type: 'ParamsDefine',
131
- groupsName: '组件状态'
135
+ groupsName: localeKey('todoProps.compState.groupsName')
132
136
  },
133
137
  compFunc: {
134
- label: '方法',
138
+ label: localeKey('todoProps.compFunc.label'),
135
139
  type: 'ParamsDefine',
136
- groupsName: '方法',
140
+ groupsName: localeKey('todoProps.compFunc.groupsName'),
137
141
  props: {
138
- codeLabel: '方法编码',
139
- nameLabel: '方法名称'
142
+ codeLabel: localeKey('todoProps.compFunc.props.codeLabel'),
143
+ nameLabel: localeKey('todoProps.compFunc.props.nameLabel')
140
144
  }
141
145
  }
142
146
  // busiCompAttrList: {
@@ -145,7 +149,5 @@ var _default = {
145
149
  // groupsName: '基础',
146
150
  // },
147
151
  },
148
-
149
152
  todoStyles: {}
150
- };
151
- exports.default = _default;
153
+ };