@ibiz-template/vue3-components 0.7.10 → 0.7.12

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 (250) hide show
  1. package/dist/{chart-jfPZ04eU.js → chart-Wh3LMgZ1.js} +1 -1
  2. package/dist/index-3xonNDdv.js +4 -0
  3. package/dist/index-WP6TUdg-.js +1 -0
  4. package/dist/index-kgWpXafW.js +1 -0
  5. package/dist/index.min.css +1 -1
  6. package/dist/index.system.min.js +1 -1
  7. package/dist/map-chart-A4-TpWet.js +1 -0
  8. package/dist/wang-editor-PQvDXaA9.js +1 -0
  9. package/dist/{xlsx-util-my1qbty8.js → xlsx-util-Zf9d2PeX.js} +1 -1
  10. package/es/common/data-import2/data-import2.mjs +1 -1
  11. package/es/common/doing-notice/doing-notice.mjs +7 -5
  12. package/es/common/map-chart/map-chart.util.mjs +4 -1
  13. package/es/common/view-message/view-message.css +1 -1
  14. package/es/common/view-message/view-message.d.ts +848 -1
  15. package/es/common/view-message/view-message.mjs +52 -22
  16. package/es/control/app-menu/app-menu.mjs +6 -2
  17. package/es/control/calendar/calendar.mjs +1 -1
  18. package/es/control/chart/chart.mjs +1 -1
  19. package/es/control/dashboard/custom-dashboard-container/custom-dashboard-container.d.ts +19002 -27
  20. package/es/control/dashboard/custom-dashboard-container/custom-dashboard-container.mjs +1 -1
  21. package/es/control/form/form-detail/form-group-panel/form-group-panel.mjs +1 -1
  22. package/es/control/form/form-detail/form-mdctrl/form-mdctrl-form/form-mdctrl-form.mjs +1 -1
  23. package/es/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/form-mdctrl-repeater.mjs +4 -2
  24. package/es/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-grid/repeater-grid.d.ts +66 -0
  25. package/es/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-grid/repeater-grid.mjs +14 -11
  26. package/es/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-single-form/repeater-single-form.mjs +1 -1
  27. package/es/control/form/form-detail/form-mdctrl/form-mdctrl.mjs +2 -2
  28. package/es/control/form/form-detail/form-mdctrl/form-mdctrl.provider.mjs +3 -1
  29. package/es/control/form/form-detail/form-mdctrl/mdctrl-container/mdctrl-container.mjs +17 -11
  30. package/es/control/gantt/gantt.d.ts +1 -0
  31. package/es/control/gantt/gantt.mjs +15 -4
  32. package/es/control/gantt/index.d.ts +1 -0
  33. package/es/control/grid/grid/grid.mjs +3 -2
  34. package/es/control/grid/grid-column/grid-field-edit-column/grid-field-edit-column.mjs +3 -1
  35. package/es/control/grid/row-edit-popover/row-edit-popover.mjs +9 -5
  36. package/es/control/grid/row-edit-popover/use-row-edit-popover.mjs +3 -3
  37. package/es/control/kanban/kanban.mjs +17 -9
  38. package/es/control/list/list.mjs +2 -2
  39. package/es/control/report-panel/report-detail/user2-report-panel/user2-report-panel.mjs +2 -2
  40. package/es/control/report-panel/report-panel.mjs +2 -2
  41. package/es/control/search-bar/filter-tree/filter-tree.mjs +7 -5
  42. package/es/control/search-bar/search-bar.mjs +2 -2
  43. package/es/control/search-bar/search-groups/edit-group-util.mjs +10 -2
  44. package/es/control/search-bar/search-groups/new-group-util.mjs +13 -3
  45. package/es/control/search-bar/search-groups/search-groups.d.ts +1 -1
  46. package/es/control/search-bar/search-groups/search-groups.mjs +47 -38
  47. package/es/control/toolbar/export-excel/export-excel.mjs +23 -21
  48. package/es/control/tree/el-tree-util.mjs +4 -2
  49. package/es/control/tree/tree.mjs +3 -1
  50. package/es/control/tree-grid/tree-grid.mjs +3 -1
  51. package/es/control/tree-grid-ex/tree-grid-ex-column/tree-grid-ex-edit-column/tree-grid-ex-edit-column.mjs +3 -1
  52. package/es/control/tree-grid-ex/tree-grid-ex.mjs +6 -2
  53. package/es/control/tree-grid-ex/use-row-edit-popover.mjs +3 -3
  54. package/es/control/wizard-panel/wizard-panel.mjs +3 -3
  55. package/es/editor/autocomplete/autocomplete-editor.controller.mjs +4 -1
  56. package/es/editor/cascader/ibiz-cascader/ibiz-cascader.mjs +3 -1
  57. package/es/editor/code/monaco-editor/monaco-editor.mjs +3 -3
  58. package/es/editor/data-picker/ibiz-mpicker/ibiz-mpicker.mjs +2 -1
  59. package/es/editor/data-picker/ibiz-picker-dropdown/ibiz-picker-dropdown.mjs +1 -1
  60. package/es/editor/data-picker/ibiz-picker-select-view/ibiz-picker-select-view.mjs +2 -1
  61. package/es/editor/data-picker/picker-editor.controller.mjs +12 -3
  62. package/es/editor/date-range/ibiz-date-range-picker/ibiz-date-range-picker.mjs +1 -1
  63. package/es/editor/html/wang-editor/ai/ai-modules.mjs +1 -1
  64. package/es/editor/html/wang-editor/wang-editor.mjs +18 -12
  65. package/es/editor/list-box/list-box-picker-editor.controller.mjs +4 -1
  66. package/es/editor/markdown/markdown-editor.controller.mjs +2 -2
  67. package/es/editor/not-supported-editor/not-supported-editor.mjs +4 -2
  68. package/es/editor/preset/preset-rawitem/ibiz-preset-rawitem/ibiz-preset-rawitem.mjs +4 -2
  69. package/es/editor/span/span-editor.controller.mjs +4 -1
  70. package/es/editor/text-box/ibiz-input-ip/ibiz-input-ip.mjs +3 -1
  71. package/es/editor/text-box/text-box-editor.controller.mjs +4 -4
  72. package/es/editor/upload/ibiz-file-upload/ibiz-file-upload.mjs +7 -3
  73. package/es/editor/user/ibiz-searchcond-edit/ibiz-searchcond-edit.mjs +1 -1
  74. package/es/index.mjs +1 -0
  75. package/es/locale/en/index.d.ts +656 -42
  76. package/es/locale/en/index.mjs +672 -58
  77. package/es/locale/zh-CN/index.d.ts +654 -42
  78. package/es/locale/zh-CN/index.mjs +660 -48
  79. package/es/panel-component/auth-captcha/auth-captcha.controller.d.ts +37 -0
  80. package/es/panel-component/auth-captcha/auth-captcha.controller.mjs +69 -0
  81. package/es/panel-component/auth-captcha/auth-captcha.css +1 -0
  82. package/es/panel-component/auth-captcha/auth-captcha.d.ts +28 -0
  83. package/es/panel-component/auth-captcha/auth-captcha.mjs +63 -0
  84. package/es/panel-component/auth-captcha/auth-captcha.provider.d.ts +14 -0
  85. package/es/panel-component/auth-captcha/auth-captcha.provider.mjs +21 -0
  86. package/es/panel-component/auth-captcha/auth-captcha.state.d.ts +38 -0
  87. package/es/panel-component/auth-captcha/auth-captcha.state.mjs +44 -0
  88. package/es/panel-component/auth-captcha/index.d.ts +25 -0
  89. package/es/panel-component/auth-captcha/index.mjs +15 -0
  90. package/es/panel-component/auth-userinfo/auth-userinfo.mjs +1 -1
  91. package/es/panel-component/index.mjs +4 -0
  92. package/es/panel-component/nav-pos-index/nav-pos-index.mjs +2 -2
  93. package/es/panel-component/nav-tabs/nav-tabs.mjs +4 -4
  94. package/es/panel-component/panel-remember-me/panel-remember-me.mjs +1 -1
  95. package/es/panel-component/panel-tab-panel/index.d.ts +4 -2
  96. package/es/panel-component/panel-tab-panel/panel-tab-panel.controller.d.ts +31 -0
  97. package/es/panel-component/panel-tab-panel/panel-tab-panel.controller.mjs +42 -0
  98. package/es/panel-component/panel-tab-panel/panel-tab-panel.d.ts +5 -3
  99. package/es/panel-component/panel-tab-panel/panel-tab-panel.mjs +14 -5
  100. package/es/panel-component/panel-tab-panel/panel-tab-panel.provider.d.ts +2 -1
  101. package/es/panel-component/panel-tab-panel/panel-tab-panel.provider.mjs +2 -2
  102. package/es/panel-component/panel-tab-panel/panel-tab-panel.state.d.ts +20 -0
  103. package/es/panel-component/panel-tab-panel/panel-tab-panel.state.mjs +24 -0
  104. package/es/panel-component/searchform-buttons/searchform-buttons.controller.mjs +3 -1
  105. package/es/panel-component/searchform-buttons/searchform-buttons.mjs +16 -11
  106. package/es/panel-component/short-cut/index.d.ts +43 -0
  107. package/es/panel-component/short-cut/index.mjs +12 -0
  108. package/es/panel-component/short-cut/short-cut.css +1 -0
  109. package/es/panel-component/short-cut/short-cut.d.ts +46 -0
  110. package/es/panel-component/short-cut/short-cut.mjs +190 -0
  111. package/es/panel-component/short-cut/short-cut.provider.d.ts +12 -0
  112. package/es/panel-component/short-cut/short-cut.provider.mjs +21 -0
  113. package/es/panel-component/user-message/async-action/async-action-preview/async-action-preview.mjs +20 -14
  114. package/es/panel-component/user-message/async-action/async-action-tab/async-action-tab.mjs +5 -3
  115. package/es/panel-component/user-message/internal-message/common/internal-message-container/internal-message-container.mjs +1 -1
  116. package/es/panel-component/user-message/internal-message/internal-message-json/internal-message-json.mjs +3 -3
  117. package/es/panel-component/user-message/internal-message/internal-message-tab/internal-message-tab.mjs +9 -5
  118. package/es/panel-component/user-message/user-message.mjs +4 -4
  119. package/es/panel-component/view-msg-pos/view-msg-pos.mjs +4 -1
  120. package/es/util/index.d.ts +1 -0
  121. package/es/util/index.mjs +1 -0
  122. package/es/util/render-util/render-util.d.ts +48 -0
  123. package/es/util/render-util/render-util.mjs +60 -0
  124. package/es/view/403-view/403-view.mjs +4 -4
  125. package/es/view/404-view/404-view.mjs +4 -4
  126. package/es/view/error-view/error-view.mjs +3 -1
  127. package/es/view/login-view/login-view.mjs +27 -23
  128. package/es/view/sub-app-ref-view/sub-app-ref-view.mjs +1 -1
  129. package/es/view-engine/edit-view.engine.mjs +22 -18
  130. package/es/view-engine/exp-view.engine.mjs +1 -1
  131. package/es/view-engine/login-view.engine.mjs +18 -3
  132. package/es/view-engine/mpickup-view-engine.mjs +1 -1
  133. package/es/view-engine/opt-view.engine.mjs +2 -2
  134. package/es/view-engine/tab-exp-view.engine.mjs +2 -2
  135. package/es/view-engine/wf-dyna-edit-view.engine.mjs +5 -2
  136. package/es/web-app/guard/auth-guard/auth-guard.mjs +8 -6
  137. package/es/web-app/main.mjs +2 -0
  138. package/es/web-app/util/unauthorized-handler/unauthorized-handler.mjs +3 -1
  139. package/lib/common/data-import2/data-import2.cjs +1 -1
  140. package/lib/common/doing-notice/doing-notice.cjs +6 -4
  141. package/lib/common/map-chart/map-chart.util.cjs +4 -1
  142. package/lib/common/view-message/view-message.cjs +52 -22
  143. package/lib/common/view-message/view-message.css +1 -1
  144. package/lib/control/app-menu/app-menu.cjs +6 -2
  145. package/lib/control/calendar/calendar.cjs +1 -1
  146. package/lib/control/chart/chart.cjs +1 -1
  147. package/lib/control/dashboard/custom-dashboard-container/custom-dashboard-container.cjs +1 -1
  148. package/lib/control/form/form-detail/form-group-panel/form-group-panel.cjs +1 -1
  149. package/lib/control/form/form-detail/form-mdctrl/form-mdctrl-form/form-mdctrl-form.cjs +1 -1
  150. package/lib/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/form-mdctrl-repeater.cjs +3 -1
  151. package/lib/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-grid/repeater-grid.cjs +13 -10
  152. package/lib/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-single-form/repeater-single-form.cjs +1 -1
  153. package/lib/control/form/form-detail/form-mdctrl/form-mdctrl.cjs +1 -1
  154. package/lib/control/form/form-detail/form-mdctrl/form-mdctrl.provider.cjs +3 -1
  155. package/lib/control/form/form-detail/form-mdctrl/mdctrl-container/mdctrl-container.cjs +16 -10
  156. package/lib/control/gantt/gantt.cjs +14 -3
  157. package/lib/control/grid/grid/grid.cjs +3 -2
  158. package/lib/control/grid/grid-column/grid-field-edit-column/grid-field-edit-column.cjs +3 -1
  159. package/lib/control/grid/row-edit-popover/row-edit-popover.cjs +8 -4
  160. package/lib/control/grid/row-edit-popover/use-row-edit-popover.cjs +3 -3
  161. package/lib/control/kanban/kanban.cjs +16 -8
  162. package/lib/control/list/list.cjs +1 -1
  163. package/lib/control/report-panel/report-detail/user2-report-panel/user2-report-panel.cjs +1 -1
  164. package/lib/control/report-panel/report-panel.cjs +1 -1
  165. package/lib/control/search-bar/filter-tree/filter-tree.cjs +7 -5
  166. package/lib/control/search-bar/search-bar.cjs +2 -2
  167. package/lib/control/search-bar/search-groups/edit-group-util.cjs +10 -2
  168. package/lib/control/search-bar/search-groups/new-group-util.cjs +13 -3
  169. package/lib/control/search-bar/search-groups/search-groups.cjs +46 -37
  170. package/lib/control/toolbar/export-excel/export-excel.cjs +23 -21
  171. package/lib/control/tree/el-tree-util.cjs +4 -2
  172. package/lib/control/tree/tree.cjs +3 -1
  173. package/lib/control/tree-grid/tree-grid.cjs +3 -1
  174. package/lib/control/tree-grid-ex/tree-grid-ex-column/tree-grid-ex-edit-column/tree-grid-ex-edit-column.cjs +3 -1
  175. package/lib/control/tree-grid-ex/tree-grid-ex.cjs +6 -2
  176. package/lib/control/tree-grid-ex/use-row-edit-popover.cjs +3 -3
  177. package/lib/control/wizard-panel/wizard-panel.cjs +3 -3
  178. package/lib/editor/autocomplete/autocomplete-editor.controller.cjs +4 -1
  179. package/lib/editor/cascader/ibiz-cascader/ibiz-cascader.cjs +3 -1
  180. package/lib/editor/code/monaco-editor/monaco-editor.cjs +3 -3
  181. package/lib/editor/data-picker/ibiz-mpicker/ibiz-mpicker.cjs +2 -1
  182. package/lib/editor/data-picker/ibiz-picker-dropdown/ibiz-picker-dropdown.cjs +1 -1
  183. package/lib/editor/data-picker/ibiz-picker-select-view/ibiz-picker-select-view.cjs +2 -1
  184. package/lib/editor/data-picker/picker-editor.controller.cjs +12 -3
  185. package/lib/editor/date-range/ibiz-date-range-picker/ibiz-date-range-picker.cjs +1 -1
  186. package/lib/editor/html/wang-editor/ai/ai-modules.cjs +1 -1
  187. package/lib/editor/html/wang-editor/wang-editor.cjs +17 -11
  188. package/lib/editor/list-box/list-box-picker-editor.controller.cjs +4 -1
  189. package/lib/editor/markdown/markdown-editor.controller.cjs +2 -2
  190. package/lib/editor/not-supported-editor/not-supported-editor.cjs +3 -1
  191. package/lib/editor/preset/preset-rawitem/ibiz-preset-rawitem/ibiz-preset-rawitem.cjs +3 -1
  192. package/lib/editor/span/span-editor.controller.cjs +4 -1
  193. package/lib/editor/text-box/ibiz-input-ip/ibiz-input-ip.cjs +3 -1
  194. package/lib/editor/text-box/text-box-editor.controller.cjs +4 -4
  195. package/lib/editor/upload/ibiz-file-upload/ibiz-file-upload.cjs +6 -2
  196. package/lib/editor/user/ibiz-searchcond-edit/ibiz-searchcond-edit.cjs +1 -1
  197. package/lib/index.cjs +2 -0
  198. package/lib/locale/en/index.cjs +672 -58
  199. package/lib/locale/zh-CN/index.cjs +660 -48
  200. package/lib/panel-component/auth-captcha/auth-captcha.cjs +65 -0
  201. package/lib/panel-component/auth-captcha/auth-captcha.controller.cjs +71 -0
  202. package/lib/panel-component/auth-captcha/auth-captcha.css +1 -0
  203. package/lib/panel-component/auth-captcha/auth-captcha.provider.cjs +23 -0
  204. package/lib/panel-component/auth-captcha/auth-captcha.state.cjs +46 -0
  205. package/lib/panel-component/auth-captcha/index.cjs +20 -0
  206. package/lib/panel-component/auth-userinfo/auth-userinfo.cjs +1 -1
  207. package/lib/panel-component/index.cjs +4 -0
  208. package/lib/panel-component/nav-pos-index/nav-pos-index.cjs +1 -1
  209. package/lib/panel-component/nav-tabs/nav-tabs.cjs +3 -3
  210. package/lib/panel-component/panel-remember-me/panel-remember-me.cjs +1 -1
  211. package/lib/panel-component/panel-tab-panel/panel-tab-panel.cjs +14 -5
  212. package/lib/panel-component/panel-tab-panel/panel-tab-panel.controller.cjs +44 -0
  213. package/lib/panel-component/panel-tab-panel/panel-tab-panel.provider.cjs +2 -2
  214. package/lib/panel-component/panel-tab-panel/panel-tab-panel.state.cjs +26 -0
  215. package/lib/panel-component/searchform-buttons/searchform-buttons.cjs +15 -10
  216. package/lib/panel-component/searchform-buttons/searchform-buttons.controller.cjs +3 -1
  217. package/lib/panel-component/short-cut/index.cjs +17 -0
  218. package/lib/panel-component/short-cut/short-cut.cjs +192 -0
  219. package/lib/panel-component/short-cut/short-cut.css +1 -0
  220. package/lib/panel-component/short-cut/short-cut.provider.cjs +23 -0
  221. package/lib/panel-component/user-message/async-action/async-action-preview/async-action-preview.cjs +19 -13
  222. package/lib/panel-component/user-message/async-action/async-action-tab/async-action-tab.cjs +4 -2
  223. package/lib/panel-component/user-message/internal-message/common/internal-message-container/internal-message-container.cjs +1 -1
  224. package/lib/panel-component/user-message/internal-message/internal-message-json/internal-message-json.cjs +2 -2
  225. package/lib/panel-component/user-message/internal-message/internal-message-tab/internal-message-tab.cjs +8 -4
  226. package/lib/panel-component/user-message/user-message.cjs +4 -4
  227. package/lib/panel-component/view-msg-pos/view-msg-pos.cjs +4 -1
  228. package/lib/util/index.cjs +2 -0
  229. package/lib/util/render-util/render-util.cjs +62 -0
  230. package/lib/view/403-view/403-view.cjs +3 -3
  231. package/lib/view/404-view/404-view.cjs +3 -3
  232. package/lib/view/error-view/error-view.cjs +3 -1
  233. package/lib/view/login-view/login-view.cjs +26 -22
  234. package/lib/view/sub-app-ref-view/sub-app-ref-view.cjs +1 -1
  235. package/lib/view-engine/edit-view.engine.cjs +22 -18
  236. package/lib/view-engine/exp-view.engine.cjs +1 -1
  237. package/lib/view-engine/login-view.engine.cjs +18 -3
  238. package/lib/view-engine/mpickup-view-engine.cjs +1 -1
  239. package/lib/view-engine/opt-view.engine.cjs +2 -2
  240. package/lib/view-engine/tab-exp-view.engine.cjs +2 -2
  241. package/lib/view-engine/wf-dyna-edit-view.engine.cjs +5 -2
  242. package/lib/web-app/guard/auth-guard/auth-guard.cjs +8 -6
  243. package/lib/web-app/main.cjs +2 -0
  244. package/lib/web-app/util/unauthorized-handler/unauthorized-handler.cjs +3 -1
  245. package/package.json +7 -6
  246. package/dist/index-GoU343c8.js +0 -4
  247. package/dist/index-dsmTOMa5.js +0 -1
  248. package/dist/index-sGpuIVYT.js +0 -1
  249. package/dist/map-chart-cmVrWpPw.js +0 -1
  250. package/dist/wang-editor-Vch7U079.js +0 -1
@@ -13,32 +13,118 @@ var index = {
13
13
  noSupport: "Not supported currently",
14
14
  add: "Add",
15
15
  delete: "Delete",
16
- save: "Save"
16
+ save: "Save",
17
+ edit: "Edit",
18
+ complete: "Complete",
19
+ more: "More",
20
+ close: "Close",
21
+ newlyBuild: "Newly build",
22
+ reset: "Reset",
23
+ search: "Search",
24
+ rememberMe: "Remember me",
25
+ retract: "Retract",
26
+ pleaseEnterAccount: "Please enter account number",
27
+ pleaseEnterPassword: "Please enter password"
17
28
  },
18
29
  // 视图
19
- view: {},
30
+ view: {
31
+ common: {
32
+ backHomepage: "Back to home page",
33
+ continueBrowsing: "Continue browsing"
34
+ },
35
+ noPermissionView: {
36
+ noPermissionPrompt: "Sorry, you do not have permission to access this page",
37
+ noPermission: "You do not have permission to access this page. Please"
38
+ },
39
+ noResourcesView: {
40
+ noResourcePrompt: "Sorry, the resource you are accessing does not exist",
41
+ resourceNoExist: "The resource you are looking for does not exist. Please"
42
+ },
43
+ errorView: {
44
+ noExistPrompt: "Error view does not exist {code}"
45
+ },
46
+ loginView: {
47
+ passwordLength: "The password length cannot be less than 6 digits",
48
+ login: "Login"
49
+ },
50
+ subAppRefView: {
51
+ jump: "Redirect"
52
+ }
53
+ },
54
+ viewEngine: {
55
+ closeRemind: "Close reminder",
56
+ confirmClosePrompt: "The form data has been modified, are you sure you want to close it?",
57
+ noExistVersionErr: "The current workflow version does not exist",
58
+ browseMsg: "Browsed",
59
+ editMsg: "Edited",
60
+ updateMsg: "Updated",
61
+ someone: "Someone",
62
+ refreshPrompt: "Do you want to refresh",
63
+ refreshPagePrompt: "The data has been modified. Do you want to refresh the page?",
64
+ refreshRemind: "Refresh reminder",
65
+ confirmRefreshPrompt: "The form data has been modified. Are you sure you want to refresh it?",
66
+ missingErr: "context missing srfpaginationviewid",
67
+ noFoundViewId: "Cannot find the view whose id is {id}",
68
+ firstPieceOfData: "This is already the first piece of data",
69
+ lastPieceOfData: "This is already the last piece of data",
70
+ subclassAchieve: "Subclass implementation",
71
+ missingConfigErr: "Missing configuration for a list component called simplelist",
72
+ noFoundLayoutOccupied: "No tabexppanel layout placeholders found",
73
+ noFoundLayoutContainer: "No {name} layout container found",
74
+ noFoundFormModel: "Unable to find the model for form {name}",
75
+ missingToolbarModel: "Missing toolbar component model"
76
+ },
77
+ webApp: {
78
+ authGuard: {
79
+ loginFailed: "Anonymous user login failed",
80
+ noPermission: "No permission to access!"
81
+ },
82
+ unauthorizedHandler: {
83
+ noFoundEnvParams: "Unable to find environment parameter casLoginUrl"
84
+ }
85
+ },
20
86
  // 部件
21
87
  control: {
88
+ common: {
89
+ determine: "Determine",
90
+ retreat: "Retreat",
91
+ forward: "Forward",
92
+ noSupportItem: "{name} is currently not supported",
93
+ noFoundNode: "Node with _uuid {id} not found",
94
+ itemsSelected: "{length} items selected",
95
+ citeErrMessage: "Unable to find table component reference",
96
+ noDomErrMessage: "Unable to find corresponding table row dom element",
97
+ noPopErrMessage: "Unable to obtain an instance of the pop component",
98
+ currentNoData: "Current no data",
99
+ updateSuccess: "Update success",
100
+ newSuccCreated: "New successfully created",
101
+ deleteSuccess: "Delete successful"
102
+ },
22
103
  menu: {
23
- noSupportAlign: "The menu direction {align} is not supported temporarily"
104
+ noSupportAlign: "The menu direction {align} is not supported temporarily",
105
+ noFoundModel: "no find the menu item model {menuKey}",
106
+ noFoundFunction: "The adapter for {menuKey} does not have a renderText method"
24
107
  },
25
108
  calendar: {
26
- lastYear: "Last Year",
27
- lastMonth: "Last Month",
109
+ lastYear: "Last year",
110
+ lastMonth: "Last month",
28
111
  today: "Today",
29
- nextMonth: "Next Month",
30
- nextYear: "Next Year"
112
+ nextMonth: "Next month",
113
+ nextYear: "Next year"
31
114
  },
32
115
  chart: {
33
- chartPlaceholder: "chart"
116
+ chartPlaceholder: "Chart"
34
117
  },
35
118
  dashboard: {
119
+ customDashboardContainer: {
120
+ portalCustomPrompt: "Portal customization"
121
+ },
36
122
  dashboardDesign: {
37
123
  global: "Global level",
38
124
  add: "Add",
39
125
  customPortal: "Customize portal",
40
126
  colNum: "Column number",
41
- cellHeight: "Cell Height",
127
+ cellHeight: "Cell height",
42
128
  restoreDefault: "Restore default",
43
129
  save: "Save"
44
130
  }
@@ -49,12 +135,84 @@ var index = {
49
135
  saveFirst: "Please save the master data first"
50
136
  },
51
137
  formGroupPanel: {
52
- showMore: "Show More",
53
- putAway: "Put Away"
138
+ showMore: "Show More"
54
139
  },
55
140
  formMDctrlForm: {
56
- notFindProvider: "Provider not found for form"
141
+ noFindProvider: "Provider not found for form"
142
+ },
143
+ formMDctrlRepeater: {
144
+ noSupportStyle: "Repeater style {repeaterStyle} is currently not supported"
145
+ },
146
+ repeaterGrid: {
147
+ promptInformation: "Do you want to delete the selected item",
148
+ absentOrLoad: "Not present or loading"
149
+ },
150
+ repeaterSingleForm: {
151
+ errorMessage: "No repeatedForm"
152
+ },
153
+ mdCtrlContainer: {
154
+ promptInformation: "Do you want to delete the selected item",
155
+ noSlot: "Item slot not provided"
156
+ },
157
+ formMDctrl: {
158
+ errorMessage: "The content type is currently not supported as {contentType}"
57
159
  }
160
+ },
161
+ gantt: {
162
+ complete: "Completed amount",
163
+ total: "Total",
164
+ deadline: "Deadline"
165
+ },
166
+ kanban: {
167
+ selectAll: "Select all",
168
+ selectedDataCount: "Selected <span>{length}</span> pieces of data",
169
+ natchOperation: "Batch operation"
170
+ },
171
+ reportPanel: {
172
+ unrealized: "Unrealized"
173
+ },
174
+ searchBar: {
175
+ saveGroup: "Save group",
176
+ filter: "Filter",
177
+ filterTree: {
178
+ addItem: "Add item"
179
+ },
180
+ searchGroups: {
181
+ groupValueRule: "Group name cannot be empty",
182
+ errorMessage: "Group name cannot be duplicate\uFF01",
183
+ noEditPrompt: "The configured grouping is not editable",
184
+ savePrompt: "Please save the group first",
185
+ delTitle: "Confirm delete",
186
+ confirmDelPrompt: "Are you sure to delete group <span>{itemName}</span\uFF1F",
187
+ unrecoverablePrompt: "Cannot recover after group deletion",
188
+ newGroup: "New group",
189
+ groupManage: "Group manage",
190
+ groupName: "Group Name",
191
+ enterPrompt: "Please enter the group name",
192
+ editGroup: "Edit grouping",
193
+ manageTips: "Tips\uFF1AManage grouping of search bars",
194
+ name: "Name",
195
+ show: "Show",
196
+ operate: "Operate",
197
+ dialogCancel: "Cancel",
198
+ dialogDetermine: "Determine"
199
+ }
200
+ },
201
+ toolbar: {
202
+ exportExcel: {
203
+ exportAll: "Export all(Export up to 1000 rows)",
204
+ expCurrentPage: "Export current page",
205
+ expCurrentSelect: "Export the current selection",
206
+ page: "Page",
207
+ export: "Export"
208
+ }
209
+ },
210
+ tree: {
211
+ noFoundInstance: "Unable to find el tree instance object",
212
+ noSupported: "Not currently supported dropType:{dropType}"
213
+ },
214
+ treeGridEx: {
215
+ noFoundMessage: "Unable to find row data object for {id}"
58
216
  }
59
217
  },
60
218
  // 组件
@@ -79,7 +237,8 @@ var index = {
79
237
  saveMode: "Import Mode Save",
80
238
  reUpload: "Re upload files",
81
239
  fileUpload: "File upload",
82
- import: "Import"
240
+ import: "Import",
241
+ selectProperties: "Please select column import properties!"
83
242
  },
84
243
  dataImport2Select: {
85
244
  selectMode: "Select import mode",
@@ -88,15 +247,23 @@ var index = {
88
247
  dataImport2Table: {
89
248
  selectAttribute: "Select the import attribute corresponding to the current column"
90
249
  },
250
+ doingNotice: {
251
+ jobInProgress: "There are <span class={class}>{num}</span> backend jobs currently executing, please wait"
252
+ },
91
253
  extendActionTimeLine: {
92
- processTime: "processing time",
93
- comments: "Approval opinions"
254
+ processTime: "Processing time",
255
+ comments: "Approval opinions",
256
+ reject: "Reject"
257
+ },
258
+ mapChart: {
259
+ high: "High",
260
+ low: "Low"
94
261
  },
95
262
  pagination: {
96
263
  display: "Display",
97
- piece: "piece",
98
- total: "total",
99
- pieceData: "piece of data"
264
+ piece: "Piece",
265
+ total: "Total",
266
+ pieceData: "Piece of data"
100
267
  },
101
268
  rawItem: {
102
269
  errorConfig: "{type} type custom parameter configuration error",
@@ -111,11 +278,101 @@ var index = {
111
278
  },
112
279
  // 编辑器
113
280
  editor: {
114
- code: {
115
- readOnlyPrompt: "Currently in read-only mode, not editable",
281
+ common: {
282
+ entityConfigErr: "Please configure entities and entity datasets",
283
+ selectViewConfigErr: "Please configure the data selection view",
284
+ linkViewConfigErr: "Please configure the data link view",
116
285
  confirmCancelPrompt: "Are you sure you want to cancel editing?",
117
286
  cancelEditPrompt: "Canceling editing will prevent the modified content from being saved and cannot be retrieved.",
118
287
  confirmCancel: "Confirm cancel"
288
+ },
289
+ cascader: {
290
+ ibizCascader: {
291
+ title: "Title {index}"
292
+ }
293
+ },
294
+ code: {
295
+ readOnlyPrompt: "Currently in read-only mode, not editable"
296
+ },
297
+ dateRange: {
298
+ rangeSeparator: "To"
299
+ },
300
+ html: {
301
+ wangEditor: {
302
+ customTips: "Custom tip"
303
+ }
304
+ },
305
+ markdown: {
306
+ uploadJsonFormatErr: "The configuration of uploadparams did not follow the standard JSON format",
307
+ exportJsonFormatErr: "The configuration of exportparams did not follow the standard JSON format"
308
+ },
309
+ notSupportedEditor: {
310
+ unsupportedType: "Unsupported editor types - {editorType}"
311
+ },
312
+ preset: {
313
+ ibizPresetRawitem: {
314
+ noSupportType: "Not supported currently {type}"
315
+ }
316
+ },
317
+ textBox: {
318
+ warningMessage: "Ip format verification failed, paragraph {num} ip reset to old value"
319
+ },
320
+ upload: {
321
+ uploadFiles: "Upload files"
322
+ }
323
+ },
324
+ panelComponent: {
325
+ authUserinfo: {
326
+ visitor: "Visitor"
327
+ },
328
+ navPosIndex: {
329
+ noSupportPrompt: "Non-routing mode navigation placeholder is not supported"
330
+ },
331
+ navTabs: {
332
+ closeAll: "Close all",
333
+ closeOther: "Close other"
334
+ },
335
+ searchformButtons: {
336
+ errMessage: "No search form called searchform found in the current view",
337
+ enterPrompt: "Please enter the custom query name to store:",
338
+ queryPrompt: "Store custom queries",
339
+ saveCondition: "Save condition"
340
+ },
341
+ shortCut: {
342
+ expandToolbar: "Expand the shortcut toolbar"
343
+ },
344
+ userMessage: {
345
+ notice: "Notice",
346
+ backendTasks: "Backend tasks",
347
+ allRead: "All read",
348
+ asyncActionPreview: {
349
+ downloadFailedErr: "Download file failed",
350
+ noExistentErr: "The file stream data does not exist",
351
+ importDetailPrompt: "Import data details-{name}",
352
+ parseImportInfoErr: "Abnormal parsing of import information",
353
+ downloadErrFile: "Download error file",
354
+ importTime: "Import time: ",
355
+ importTotal: "Total number of imports: ",
356
+ successImport: "Number of successful imports: ",
357
+ ImportFailed: "Number of import failures: "
358
+ },
359
+ asyncActionTab: {
360
+ noSupportType: "Asynchronous operation type {type} is not supported currently",
361
+ noAsyncAction: "There are currently no asynchronous operations available"
362
+ },
363
+ internalMessageContainer: {
364
+ markAsRead: "Mark as read"
365
+ },
366
+ internalMessageJson: {
367
+ jumpToView: "Jump to view",
368
+ missingHtml: "Missing HTML in the content of the data"
369
+ },
370
+ internalMessageTab: {
371
+ noSupportType: "The message type {type} on the site is not currently supported",
372
+ notificationYet: "Current no notification",
373
+ loadMore: "Load more({length})",
374
+ onlyShowUnread: "Only show unread"
375
+ }
119
376
  }
120
377
  },
121
378
  // runtime
@@ -125,9 +382,12 @@ var index = {
125
382
  },
126
383
  command: {
127
384
  app: {
128
- notFindApplicationFunction: "An app feature called {appFuncId} cannot be found",
129
- notFindApplicationFunctionYype: "Unsupported application function type: {appFuncType}",
130
- notFindApplicationView: "The application view [{appViewId}] does not exist"
385
+ noFindApplicationFunction: "An app feature called {appFuncId} cannot be found",
386
+ noFindApplicationFunctionYype: "Unsupported application function type: {appFuncType}",
387
+ noFindApplicationView: "The application view [{appViewId}] does not exist",
388
+ unsupportedPopup: "Unsupported view opening modes: POPUP",
389
+ unsupportedPopupapp: "Unsupported view opening modes: POPUPAPP",
390
+ missingEvent: "Bubble opening missing event"
131
391
  }
132
392
  },
133
393
  controller: {
@@ -142,46 +402,46 @@ var index = {
142
402
  noImportModel: "No import model is configured!"
143
403
  },
144
404
  editor: {
145
- editorNotConfigured: "Editor type [{editorType}], code table not configured"
405
+ editorNoConfigured: "Editor type [{editorType}], code table not configured"
146
406
  },
147
407
  view: {
148
408
  viewActivation: "View [{name}] ({id}) is active",
149
409
  viewPause: "View [{name}] ({id}) is pause",
150
410
  viewDestroy: "View [{name}] ({id}) is destroy",
151
- notFoundViewEngine: "The View Engine implementation was not found:",
411
+ noFoundViewEngine: "The View Engine implementation was not found:",
152
412
  noSupportBehavior: "No engine support for pre-built interface behavior {key}"
153
413
  }
154
414
  },
155
415
  control: {
156
416
  menu: {
157
- notFindMenu: "Cannot find menu item named {id}",
417
+ noFindMenu: "Cannot find menu item named {id}",
158
418
  noConfigured: "No application functionality configured"
159
419
  },
160
420
  calendar: {
161
421
  missingViewLogic: "Missing {itemType}_opendata view logic",
162
- notFoundModel: "Calendar item model not found"
422
+ noFoundModel: "Calendar item model not found"
163
423
  },
164
424
  chart: {
165
- notConfiguredX: "Sequence is not configured with X-axis",
166
- notConfiguredY: "Sequence is not configured with Y-axis",
425
+ noConfiguredX: "Sequence is not configured with X-axis",
426
+ noConfiguredY: "Sequence is not configured with Y-axis",
167
427
  missingClassification: "Missing classification attribute configuration",
168
428
  missingValue: "Missing value attribute configuration",
169
- notSupportSequence: "Charts do not support sequence types at this time {seriesType}",
170
- notFindSequence: "Cannot find generator for {seriesIndex} sequence!",
171
- notInitialised: "The chart object is not properly initialised",
172
- notCalculated: "Options have not been calculated."
429
+ noSupportSequence: "Charts do not support sequence types at this time {seriesType}",
430
+ noFindSequence: "Cannot find generator for {seriesIndex} sequence!",
431
+ noInitialised: "The chart object is not properly initialised",
432
+ noCalculated: "Options have not been calculated."
173
433
  },
174
434
  dataView: {
175
435
  noBehaviourGroup: "No interface behaviour group is configured for the action",
176
436
  noBehaviourGroupAction: "No interface behaviour is configured for the action item interface behaviour group",
177
- propertiesNotConfigured: "Grouping properties are not configured",
178
- tableNotConfigured: "The grouping code table is not configured",
437
+ propertiesNoConfigured: "Grouping properties are not configured",
438
+ tableNoConfigured: "The grouping code table is not configured",
179
439
  sortingItems: "Items with sorting enabled must be associated with an entity attribute"
180
440
  },
181
441
  expBar: {
182
442
  unableMore: "Unable to get multiple data widgets [{xdataControlName}] controller",
183
443
  multiNode: "Multi-node views are implemented by subclasses",
184
- notFindNodeModel: "Cannot find node model for {nodeId}"
444
+ noFindNodeModel: "Cannot find node model for {nodeId}"
185
445
  },
186
446
  form: {
187
447
  formCompletion: "Please check the form completion!",
@@ -198,40 +458,40 @@ var index = {
198
458
  unconfiguredWidgets: "Multi-data widgets unconfigured content widgets",
199
459
  noFoundFormController: "No form controller corresponding to {id} found",
200
460
  multiDataAddData: "Multi-data widget type {contentType} does not support adding data at the moment",
201
- mdControllerNotExist: "mdController does not exist",
202
- repeaterNotSupported: "Repeater styles are not supported at this time {detailStyle}",
461
+ mdControllerNoExist: "mdController does not exist",
462
+ repeaterNoSupported: "Repeater styles are not supported at this time {detailStyle}",
203
463
  searchTerms: "No search terms found to apply",
204
464
  saveSearch: "No saved search criteria found"
205
465
  },
206
466
  gantt: {
207
- notNode: "Not entity gantt node data",
467
+ noNode: "Not entity gantt node data",
208
468
  rowData: "Row data does not exist",
209
469
  simpleMode: "Simple mode, no saving",
210
470
  nonentity: "Non-entity node data cannot be saved",
211
- notChange: "The value has not changed",
471
+ noChange: "The value has not changed",
212
472
  dataDeleted: "Data [{str}] deleted successfully!",
213
473
  firstComplete: "Please complete the current line in the line editor first",
214
- notSupport: "{treeNodeType} node type not supported"
474
+ noSupport: "{treeNodeType} node type not supported"
215
475
  },
216
476
  grid: {
217
477
  unsupported: "Unsupported types {type}",
218
478
  attributeColumns: "Attribute columns with no grouping attributes configured",
219
- notCodeTable: "The attribute column {groupFieldName} of the grouping attribute does not have a configuration code table",
479
+ noCodeTable: "The attribute column {groupFieldName} of the grouping attribute does not have a configuration code table",
220
480
  configureFirstColumn: "Please configure the grouping attribute column {groupFieldName} as the first column",
221
481
  requiresCodeTable: "Code table grouping mode requires code table configuration",
222
- notMatchCodeTable: "The grouping code table does not match the code table for the attribute column {groupFieldName}",
482
+ noMatchCodeTable: "The grouping code table does not match the code table for the attribute column {groupFieldName}",
223
483
  convertedValue: "The sort attribute of {srfmajortext} cannot be converted to a value",
224
484
  missingConfiguration: "Missing configuration of aggregated entities or aggregated datasets",
225
485
  newRows: "New rows are not supported",
226
486
  saveCancel: "Row data validation failed, save cancel",
227
- notSupportRowEditing: "The current form does not support row editing, and you cannot toggle on row editing.",
487
+ noSupportRowEditing: "The current form does not support row editing, and you cannot toggle on row editing.",
228
488
  lineEditing: "Only one line can be open for line editing at the same time",
229
489
  updateColumns: "No {updateId} edit columns found for update",
230
490
  exported: "No exported data",
231
491
  tabularColumns: "No tabular columns",
232
492
  corresponding: "Corresponding table data item not found [{deField}].",
233
493
  pickedUpData: "The value of {valueItem} is not picked up in the row data.",
234
- notSupportedMode: "Attribute column aggregation mode {aggMode} is not supported yet.",
494
+ noSupportedMode: "Attribute column aggregation mode {aggMode} is not supported yet.",
235
495
  remoteAggregation: "Remote aggregation is not supported yet",
236
496
  aggregateMode: "Aggregate mode is not supported yet {aggMode}",
237
497
  formattingError: "{aggValue} value formatting error",
@@ -244,7 +504,7 @@ var index = {
244
504
  sortDirection: "Sort direction is not configured",
245
505
  groupedOn: "Kanban components must be grouped on",
246
506
  adjustmentsGroup: "The current Kanban does not allow adjustments to the grouping!",
247
- notAllowReorder: "Current Kanban does not allow reordering!"
507
+ noAllowReorder: "Current Kanban does not allow reordering!"
248
508
  },
249
509
  meditViewPanel: {
250
510
  DraftNew: "Draft - New",
@@ -255,33 +515,33 @@ var index = {
255
515
  },
256
516
  reportPanel: {
257
517
  reportType: "Report panel generator factory parameter error, report panel does not specify report type",
258
- notImplemented: "Specify the report {reportType} type report panel generator not implemented yet"
518
+ noImplemented: "Specify the report {reportType} type report panel generator not implemented yet"
259
519
  },
260
520
  searchBar: {
261
- notFoundEntity: "Cannot find the associated entity corresponding to the attribute {targetField}.",
521
+ noFoundEntity: "Cannot find the associated entity corresponding to the attribute {targetField}.",
262
522
  missingModel: "Missing editor model",
263
523
  JSONFormat: "{data} non-standard JSON format:"
264
524
  },
265
525
  toolbar: {
266
- notFound: "Interface behavior model {actionId} not found"
526
+ noFound: "Interface behavior model {actionId} not found"
267
527
  },
268
528
  tree: {
269
- notFoundTreeData: "Cannot find corresponding tree node data",
529
+ noFoundTreeData: "Cannot find corresponding tree node data",
270
530
  sortAttribute: "Missing Configuration Sort Attribute",
271
531
  editMode: "The tree node is not configured for edit mode: name",
272
532
  nodeData: "Not entity tree node data",
273
- notFoundTreeNode: "Tree node not found"
533
+ noFoundTreeNode: "Tree node not found"
274
534
  },
275
535
  treeGrid: {
276
536
  columnsSchema: "TreeTable Unvalued Columns Schema",
277
537
  columnMode: "Tree table without parent column mode"
278
538
  },
279
539
  treeGridEx: {
280
- notConfigured: "The node is not configured with a data item that corresponds to the table column {name}",
540
+ noConfigured: "The node is not configured with a data item that corresponds to the table column {name}",
281
541
  editItem: "Edit item model corresponding to table column {name} was not found",
282
- notPickedUp: "The value of {valueItem} is not picked up in the row data.",
542
+ noPickedUp: "The value of {valueItem} is not picked up in the row data.",
283
543
  behaviorGroup: "The {id} action column does not have an interface behavior group configured.",
284
- notSupportCreation: "Does not support the creation of new",
544
+ noSupportCreation: "Does not support the creation of new",
285
545
  updateBehavior: "Tree nodes are not configured to update entity behavior"
286
546
  },
287
547
  wizardPanel: {
@@ -302,13 +562,13 @@ var index = {
302
562
  decrement: "Decrement cannot be called for a count of 0!"
303
563
  },
304
564
  dataFileUtil: {
305
- notExist: "ibiz.util.getExportExcel does not exist",
565
+ noExist: "ibiz.util.getExportExcel does not exist",
306
566
  loadError: "Export module loading error",
307
567
  importData: "No corresponding import data model was found"
308
568
  },
309
569
  valueDefault: {
310
- notExist: "appdata.context does not exist",
311
- notsupported: "Default value type [{valueType}] not supported"
570
+ noExist: "appdata.context does not exist",
571
+ nosupported: "Default value type [{valueType}] not supported"
312
572
  },
313
573
  valueEx: {
314
574
  objectNameField: "Missing objectNameField"
@@ -318,9 +578,363 @@ var index = {
318
578
  },
319
579
  viewMsg: {
320
580
  message: "Cannot find model for view message group {msgGroupId}",
321
- noFound: "No {message} view message model found"
581
+ noFound: "No {message} view message model found",
582
+ unconfigured: "Unconfigured entity dataset",
583
+ unconfiguredEntities: "Application entities not configured"
322
584
  }
323
585
  }
586
+ },
587
+ deLogic: {
588
+ deLogicLink: {
589
+ connectionConditional: "Interface Connection Conditional Logic Group Unconfigured Logic Item",
590
+ entityConnectionConditional: "Entity Logic Connection Condition Group Name: {name} - Condition Group Identifier: {id} - Run Result:",
591
+ missingConditionValue: "The current condition value type is [Data object attribute], and the configuration condition value is missing.",
592
+ sourceDataMissingConditionValue: "The current condition value type is [Source Data Object Attribute], and the configuration condition value is missing.",
593
+ noSupportedTime: "Conditional value type [current time] is not supported at this time",
594
+ entityLogicalConnection: "Entity Logical Connection Condition Item: {name} - Condition Value Type: {type} - Source Attribute Name: {dstField} - Source Object Value:",
595
+ comparisonCondition: "-comparison condition: {op}",
596
+ comparisonValue: "-comparison value",
597
+ compareResults: "-Compare and contrast results:"
598
+ },
599
+ deLogicNode: {
600
+ missingTargetParameter: "Missing target parameter object or source parameter object configuration",
601
+ additionalParameter: "Entity logic node (appended to the array): {id} - additional parameter:",
602
+ addedValue: "-Added value:",
603
+ logicNodeParameterName: "Entity Logic Node (Binding Parameters): {id} - Parameter Name: {dstDELogicParamId} - Value:",
604
+ copyParameter: "Entity logic node (copy parameter): {id} - parameter name: {dstDELogicParamId} - value:",
605
+ dataSet: "Entity Logic Node (Data Set): {id} - Dataset Entity Id: {dstAppDataEntityId} - Dataset Id: {dstAppDEDataSetId} - Parameter Name: {retDELogicParamId} - Value:",
606
+ unspecifiedEntity: "Unspecified application entity",
607
+ unspecifiedBehavior: "Behavior of unspecified entities",
608
+ entityActions: "Entity Logic Node (Entity Actions): {id} - Entity to which the interface action belongs: {dstAppDataEntityId} - Entity Activity Identifier: {dstAppDEActionId} - Parameter Name: {retDELogicParamId} - Value:",
609
+ unsupportedReturnType: "Unsupported end node return type: {returnType}",
610
+ endNode: "Entity logic node (end node): {id} - return value type: {returnType} - return value:",
611
+ noSupportedLogic: "Logic handling of parameter actions {paramAction} is not supported at this time.",
612
+ preparationParameter: "Entity Logic Node (Preparation Parameter): {id} - Parameter Processing Action: {paramAction} - Target Logic Parameter: {dstDELogicParamId} - Source Parameter (value):",
613
+ targetParameter: "-Target parameter (value):",
614
+ missingConfiguration: "Missing target parameter object configuration",
615
+ rebuildParameter: "Entity Logic Node (rebuild parameter): {id} - rebuild parameter: {dstDELogicParamId}",
616
+ resetParameter: "Entity logic node (reset parameter): {id} - reset parameter: {dstDELogicParamId}",
617
+ missingParameterProperty: "Missing target parameter object or target property configuration",
618
+ sortedArrayParameters: "Entity Logic Node (Sorted Array Parameters): {id} - Sort Attribute: {dstFieldName} - Sort Mode: {dstSortDir} - Parameter Name: {dstDELogicParamId} - Sorted Array:",
619
+ startupNode: "Entity logical node (startup node): {id}",
620
+ throwsException: "Entity Logic Node (throws exception): {id} - Error Code: {errorCode} - Error Message: {errorInfo}",
621
+ environmentVariables: "Unsupported logical parameter types: system environment variables",
622
+ fileObjectListVariable: "Unsupported logical parameter type: file object list variable",
623
+ fileObjectVariables: "Unsupported logical parameter types: file object variables",
624
+ filterObjectVariables: "Unsupported logical parameter types: filter object variables",
625
+ finalDataVariables: "Unsupported logical parameter types: final data variables",
626
+ rawDataObjects: "Unsupported logical parameter types: Raw Data Objects",
627
+ operationSessionVariables: "Unsupported Logical Parameter Types: Operation Session Variables",
628
+ calculateEntity: "Calculated entity logic parameter, identifier: {tag}",
629
+ value: "-value:",
630
+ recreatingVariables: "Unsupported logical parameter types recreating variables",
631
+ reEstablish: "Re-establish the entity logic parameter, identifier: {tag}",
632
+ expressionEmpty: "Expression is empty",
633
+ sourceValueType: "The source value type {srcValueType} is not supported yet.",
634
+ fetchingAttribute: "Fetching the attribute {srcField} from the source parameter reports an error, source parameter:",
635
+ noScriptCode: "Script code mode has no script code configured",
636
+ noConfigurationLogicNode: "The entity logic does not have a configuration logic node",
637
+ unsupportedLogical: "Unsupported logical node types: {logicNodeType}",
638
+ noSetStartNode: "No start node set",
639
+ startExecuting: "Start executing entity logic, logic identifier: {id} - logic name: {name}",
640
+ endExecution: "End execution entity logic, logic identifier: {id} - logic name: {name}",
641
+ noFoundEntityLogic: "{dataEntityId} entity logic not found {deDELogicId}"
642
+ }
643
+ },
644
+ engine: {
645
+ correspondingEngine: "There is no {key} corresponding engine",
646
+ logicOpendata: "Missing view logic for opendata",
647
+ logicNewdata: "Missing view logic for newdata",
648
+ deleteModel: "{codeName} Delete model: {name}",
649
+ childComponentsMounted: "The child components of {id}: {childName} are mounted.",
650
+ minimization: "The current view is opened in [{mode}], minimization is not supported!",
651
+ loadEntityData: "The view has no entities and cannot load entity data"
652
+ },
653
+ global: {
654
+ noImplemented: "Getting application global variables is not implemented",
655
+ noImplementedRouting: "Getting view routing parameter variables is not implemented"
656
+ },
657
+ hub: {
658
+ failedParse: "View parameter modalOption failed to parse: {error}",
659
+ noExist: "View [{id}] does not exist"
660
+ },
661
+ logicScheduler: {
662
+ executor: {
663
+ noConfiguredLogic: "No entity interface logic is configured",
664
+ missingTrigger: "Missing trigger application entity interface behavior id in logic",
665
+ noActionableData: "There is no actionable data for opendata!",
666
+ defaultOpendataViewLogic: "opendata view logic is not configured to open the view by default",
667
+ noActuallyReference: "The default open view for opendata view logic does not actually reference the view",
668
+ attributeConfiguration: "{codeName}[Multiple Form Entity] or [Index Entity] missing type attribute configuration",
669
+ entityAttributeValues: "Data Source No Form Type Applied Entity Attribute Values",
670
+ editViews: "No edit views were found for the entity associated with the form type {formTypeValue}.",
671
+ selectionView: "Selection view that needs to be opened for batch add was not found",
672
+ noSupportedBatchAddOnly: "batchAddOnly is not supported yet.",
673
+ newdataViewLogic: "The newdata view logic is not configured to default to a new data view",
674
+ indexEntity: "Missing Default Index Entity Selection View",
675
+ checkOne: "Please check one piece of data",
676
+ entitiesAssociated: "No edit view found for entities associated with index type {indexType}",
677
+ relationships: "Entities do not have a collection of relationships from!",
678
+ foreignKey: "No foreign key attribute found for {pickParentDeName} in the current entity",
679
+ mappingProperties: "Batch New Conversion Mapping Properties",
680
+ newCreationData: "Batch new creation data",
681
+ logicType: "Logic type {logicType} Not supported yet!",
682
+ noImplementedMethod: "Method not implemented."
683
+ },
684
+ trigger: {
685
+ triggerType: "The trigger type for the predefined logical type {type} can only be a script",
686
+ noSupportedType: "Trigger type {triggerType} Not supported yet!",
687
+ noExecutorBound: "{id} No executor bound.",
688
+ timerLacks: "Timer lacks timing intervals",
689
+ parameterCallback: "Timer missing default parameter callback"
690
+ }
691
+ },
692
+ model: {
693
+ utils: {
694
+ noFoundApplication: "Application not found",
695
+ unconfiguredPlugins: "Apply unconfigured plug-ins",
696
+ noFound: "Plugin not found {id}"
697
+ },
698
+ view: {
699
+ engineClassifications: "Unsupported engine classifications: {engineType}"
700
+ }
701
+ },
702
+ platform: {
703
+ failedDownload: "Failed to download file",
704
+ fileStreamData: "File stream data does not exist"
705
+ },
706
+ register: {
707
+ helper: {
708
+ adapter: "Cannot find the adapter corresponding to the system counter plugin {pluginKey}.",
709
+ customizedSystemAdapter: "Cannot find the adapter corresponding to the customized system counter {codeName}.",
710
+ noFoundSystemCounter: "Adapter for system counter type {counterType} is not found.",
711
+ applicationMenu: "Cannot find the adapter corresponding to the application menu item plugin {pluginKey}.",
712
+ asynchronousAction: "Find the adapter that does not correspond to the asynchronous action type {actiontype}.",
713
+ matchedPlugin: "Not matched to plugin [{pluginId}] model",
714
+ customRegistration: "Cannot find an adapter with a custom registration ID of [{registerKey}].",
715
+ widgetPlugin: "Cannot find the adapter corresponding to the widget plugin {pluginKey}.",
716
+ widgetStyleType: "Cannot find the adapter corresponding to the widget style: [{controlStyle}] for the widget type: [{controlType}].",
717
+ widgetType: "Cannot find an adapter for widget type {controlType}.",
718
+ entityBehaviorPlugin: "Cannot find the adapter corresponding to the entity behavior plugin {pluginKey}.",
719
+ entityBehaviorMethod: "Find adapters that donnot have an entity behavior method type of {methodType}",
720
+ editorPlugin: "Cannot find the adapter corresponding to the editor plugin {pluginKey}.",
721
+ editorStyleType: "Cannot find the adapter corresponding to editor style: [{editorStyle}] for editor type: [{editorType}].",
722
+ editorTypePredefinedType: "Cannot find an adapter corresponding to editorType: [{editorType}] for predefinedType: [{predefinedType}].",
723
+ editorType: "Cannot find the adapter corresponding to editor type {editorType}.",
724
+ formMemberPlugin: "Cannot find the adapter corresponding to the form member plugin {pluginKey}.",
725
+ formMemberType: "Cannot find an adapter for form member type {detailType}.",
726
+ tableColumnPlugin: "Cannot find the adapter corresponding to the table column plugin {pluginKey}.",
727
+ tableColumnType: "Cannot find an adapter for table column type {key}.",
728
+ messageType: "Cannot find the adapter corresponding to the message type {content_type}.",
729
+ panelMemberPlugin: "The adapter corresponding to the panel member plugin {pluginKey} could not be found.",
730
+ panelContainerPredefined: "Cannot find an adapter with panel container predefined type {predefinedType}, registered key {key}",
731
+ panelMemberDirectContent: "Cannot find adapter with panel member direct content predefined type {predefinedType}, registered key {key}",
732
+ panelMemberType: "The adapter corresponding to the panel member type {itemType} could not be found.",
733
+ portalWidgetPlugin: "Cannot find the adapter corresponding to the portal widget plugin {pluginKey}.",
734
+ portalWidgetMemberType: "Adapter corresponding to portal widget member type {portletType} not found",
735
+ treeTableColumnPlugin: "Cannot find the adapter corresponding to the tree table column plugin {pluginKey}.",
736
+ interfaceBehaviorPlugin: "Cannot find the adapter corresponding to the interface behavior plugin {pluginKey}.",
737
+ interfaceBehaviorMode: "Find the adapter that does not correspond to the interface behavior mode {uiactionMode}.",
738
+ frontEndPluginNode: "Cannot find interface logic front-end plugin node, plugin {pluginKey} corresponding adapter",
739
+ viewPlugin: "Cannot find the adapter corresponding to the view plugin {pluginKey}.",
740
+ correspondViewTypeStyle: "Cannot find an adapter for view type: [{viewType}] corresponding to view style: [{viewStyle}]."
741
+ }
742
+ },
743
+ service: {
744
+ noConfiguredPrimary: "Entity [{codeName}] is not configured with a primary key field",
745
+ noConfiguredField: "Entity [{codeName}] is not configured with a primary text field",
746
+ convertedNumber: "{value} cannot be converted to a number.",
747
+ subRelationships: "Sub-relationships not configured with a nested relational dataset will result in a recursive query death loop, please configure it!",
748
+ unsupportedMethod: "Unsupported application entity method input attribute type: {type}",
749
+ noFoundUsernamePassword: "Anonymous login configuration username or password not found",
750
+ loginFailure: "Login Failure",
751
+ logoutFailure: "Logout failure",
752
+ noFound: "Application entity not found [{id}]",
753
+ masterState: "{codeName} entity does not exist or is enabled for master state, return true",
754
+ operationIdentifier: "Operation identifier {dataAccessAction} main state calculation started",
755
+ matchMasterState: "Match master state",
756
+ masterStatePermissions: "Collection of allowed master state permissions",
757
+ noMatchedState: "Returns false if the main state is not matched.",
758
+ permissionCalculation: "Operation identifier {dataAccessAction} end of permission calculation: {result}",
759
+ noFindCodeList: "Cannot find {tag} code list",
760
+ noConfiguredCounters: "Application counters not configured!",
761
+ lackEntityLogic: "Lack of entity handling logic",
762
+ createBehavior: "The create behavior does not pass data",
763
+ updateBehavior: "The update behavior does not pass data",
764
+ deletionDeletion: "Currently, only [DER1N] relationship type association deletion deletion is supported.",
765
+ unableDelete: "Unable to delete [{logicName}-{srfmajortext}], data referenced by [{modelLogicName}-{msg}].",
766
+ noSupportedDataSource: "Data source type {dataSetType} not supported yet",
767
+ sourceCodeTable: "No data is specified for the source code table",
768
+ requestMethods: "Unsupported request methods: {requestMethod}",
769
+ noConfiguredRequestMethod: "Request method not configured",
770
+ unsupportedBehaviorTypes: "Unsupported Behavior Types [{actionType}]",
771
+ noFoundServiceMethod: "Service method not found: {id}",
772
+ UnsupportedServiceMethod: "Unsupported service method types: {methodType}",
773
+ noSupportedMethod: "The \u300C{id}\u300D method is not supported by {codeName}.",
774
+ noFoundStorageEntity: "Application function [{name}] storage entity not found [{stoageAppDataEntityId}]",
775
+ noExist: "Application function [{name}] does not exist",
776
+ noFoundEntity: "Storage Entity Not Found [{stoageAppDataEntityId}]",
777
+ noImplemented: "\u300C{methodName}\u300D is not implemented.",
778
+ noImplementedCounter: "Counter loading method not implemented",
779
+ noFoundCounterBehavior: "Get counter behavior not found!",
780
+ createPrimaryKeyData: "Failed to create new joint primary key data with existing primary key {srfkey}",
781
+ updatePrimaryKeyData: "Failed to update joint primary key data with existing primary key {srfkey}",
782
+ noExistNoUpdated: "Data does not exist and cannot be updated!",
783
+ dataNoExistNoUpdated: "Data [{srfdename}-{srfmajortext}({srfkey})] does not exist and cannot be updated!",
784
+ noDeleted: "The following data \u300C{notRemoveKey}\u300D was not found and could not be deleted!",
785
+ noAttributeName: "No attribute name is specified",
786
+ noContextParameterName: "No context parameter name is specified",
787
+ conditionalObjects: "Unrecognizable Conditional Objects",
788
+ mustArray: "The value must be an array",
789
+ unsupportedQueryTypes: "Unsupported query types: {condType}",
790
+ predefinedType: "Predefined type {predefinedType} is not supported at this time.",
791
+ dynamicCodeTable: "The return value of a dynamic code table data property is not an object-formatted string and cannot be converted!",
792
+ unconfiguredDataset: "Unconfigured dataset",
793
+ processedWithout: "Execution of \u300C{funcName}\u300D cannot be processed without \u300Csrfkey\u300D.",
794
+ noExistProcessed: "Execution of \u300C{funcName}\u300D does not exist and \u300Csrfsessionid\u300D cannot be processed.",
795
+ missingDetreeColumnId: "Model exception missing detreeColumnId or dataItemName."
796
+ },
797
+ uiAction: {
798
+ noEntityOrBehavior: "No entity or entity behavior configured",
799
+ noConfiguredopenView: "Not configured to open the view",
800
+ frontProcessingModes: "Unsupported front processing modes [{frontProcessType}]",
801
+ missingConfigurationScriptCode: "Custom types are missing configuration script code",
802
+ dataPrimaryKey: "Data primary key not found",
803
+ printFailure: "print failure",
804
+ physicalPrint: "No physical print items found",
805
+ exportRequestFailed: "Export request failed",
806
+ noEntityExportsFound: "No entity exports found",
807
+ lackNativeEvent: "Lack of native JS event objects",
808
+ wantLogout: "Are you sure you want to log out?",
809
+ operationConfirmation: "Operation Confirmation",
810
+ viewParameterModalOption: "View parameter modalOption failed to parse: {error}",
811
+ withdrawalConfirmed: "Is the execution of the withdrawal confirmed?",
812
+ noFoundBehaviorModel: "No interface behavior model found for {actionId}."
813
+ },
814
+ uiLogic: {
815
+ interfaceConnectionConditional: "Interface Connection Conditional Logic Group Unconfigured Logic Item",
816
+ connectionConditionGroup: "Interface Logic Connection Condition Group Name: {name} - Condition Group Identifier: {id} - Run Result:",
817
+ currentConditionValue: "The current condition value type is [Data object attribute], and the configuration condition value is missing.",
818
+ sourceDataObjectAttribute: "The current condition value type is [Source Data Object Attribute], and the configuration condition value is missing.",
819
+ currentTime: "Conditional value type [current time] is not supported at this time",
820
+ interfaceConnectionConditionalTypeName: "Interface Logic Connection Condition Item: {name} - Condition Value Type: {type} - Source Property Name: {dstField} - Source Object Value:",
821
+ asynchronousTermination: "Unsupported logical connection type: asynchronous termination",
822
+ asynchronousRejection: "Unsupported logical connection type: asynchronous rejection",
823
+ exceptionHandling: "Unsupported Logical Connection Type: Exception Handling",
824
+ logicalLinkTypes: "Unsupported logical link types:{linkMode}",
825
+ missingTargetParameter: "Missing target parameter object or source parameter object configuration",
826
+ appendedArray: "Interface logic node (appended to the array): {id} - additional parameter:",
827
+ bindingParameters: "Interface Logic Node (Binding Parameters): {id} - Parameter Name: {dstDEUILogicParamId} - Value:",
828
+ copyParameter: "Interface logic node (copy parameter): {id} - parameter name: {dstDEUILogicParamId} - value:",
829
+ missingfilter: "Missing configuration filter parameters",
830
+ interfaceLogicNodeDataSet: "Interface Logic Node (Data Set): {id} - Dataset Entity Identifier: {dstAppDataEntityId} - Dataset Identifier: {dstAppDEDataSetId} - Parameter Name: {retDEUILogicParamId} - Value:",
831
+ interfaceLogicNodeEntityActions: "Interface Logic Node (Entity Actions): {id} - Entity to which the interface action belongs: {dstAppDataEntityId} - Entity Activity Identifier: {dstAppDEActionId} - Parameter Name: {retDEUILogicParamId} - Value:",
832
+ noConfiguredInterfaceBehavior: "Interface behavior not configured",
833
+ interfaceLogicNodeEntityInterfaceAction: "Interface Logic Node (Entity Interface Action): {id} - Interface Action Identifier: {dstAppDEUIActionId} - Entity to which the Interface Action belongs: {dstAppDataEntityId} - Target Logic Parameter Object: {dstDEUILogicParamId}",
834
+ logicalNodeOperation: "Logical node {name} operation parameter value:",
835
+ unsupportedEndNode: "Unsupported end node return value types: {returnType}",
836
+ interfaceLogicNodeEndNode: "Interface logic node (end node): {id} - return value type: {returnType} - return value:",
837
+ noEntityConfigured: "No entity configured",
838
+ noEntityLogicConfigured: "No entity logic configured",
839
+ noIncomingLogic: "No incoming logic parameters are configured",
840
+ passedParameter: "Passed parameter {dstDEUILogicParamId} not found",
841
+ interfaceLogicNodeExecutingEntityLogic: "Interface logic node (executing entity logic): {id} - entity logic identifier: {dstAppDELogicId} - entity to which the entity logic belongs: {dstAppDataEntityId} - parameter name: {retDEUILogicParamId} - value:",
842
+ missingMessageTypeConfiguration: "Missing message type configuration",
843
+ missingButtonTypeConfiguration: "Missing button type configuration",
844
+ interfaceLogicNodeMessagePopup: "Interface logic node (message popup): {id} - message type: {type} - message: {message}",
845
+ message: "messages",
846
+ yes: "yes",
847
+ no: "no",
848
+ interfaceLogicNodeFrontendPlugin: "Interface Logic Node (Frontend Plugin): {id} - Plugin Id: {sysPFPluginId}",
849
+ interfaceLogicNodePreparationParameter: "Interface Logic Node (Preparation Parameter): {id} - Parameter Processing Action: {paramAction} - Target Logic Parameter: {dstDEUILogicParamId} - Source Parameter (value):",
850
+ noTargetParameter: "No target parameter object id",
851
+ targetParameter: "Assigning a value to the target parameter attribute {dstFieldName} reports an error, target parameter:",
852
+ interfaceLogicNodeDirectCode: "Interface logic node (direct code): {id}-direct code:",
853
+ interfaceLogicNodeRebuildParameter: "Interface Logic Node (rebuild parameter): {id} - rebuild parameter: {dstDEUILogicParamId}",
854
+ interfaceLogicNodeResetParameter: "Interface Logic Node (Reset Parameter): {id} - Reset Parameter: {dstDEUILogicParamId}",
855
+ interfaceLogicNodeSortedArrayParameters: "Interface Logic Node (Sorted Array Parameters): {id} - Sort Attribute: {dstFieldName} - Sort Mode: {dstSortDir} - Parameter Name: {dstDEUILogicParamId} - Sorted Array:",
856
+ interfaceLogicNodeStartupNode: "Interface logic node (startup node): {id}",
857
+ interfaceLogicNodeThrowingExceptions: "Interface Logic node (throwing exceptions): {id} - error message: {errorInfo}",
858
+ noConfiguredTriggerObject: "No trigger object is configured",
859
+ noConfiguredEvent: "The event name parameter is not configured",
860
+ noConfiguredEventParameters: "No event parameters are configured",
861
+ noFoundTriggerObject: "Trigger object not found {fireCtrlId}",
862
+ noFoundEventParameterObject: "Event parameter object not found {eventParamId}",
863
+ interfaceLogicNodeViewWidgetEventTriggerLogic: "Interface logic node (view widget event trigger logic): {id} - name of the calling view widget: {fireCtrlId} - name of the triggering event: {eventName} - triggering parameters:",
864
+ noConfiguredInterfaceObject: "No interface object is configured",
865
+ noConfiguredOperatingParameters: "No operating parameters are configured",
866
+ noConfiguredCallMethod: "No call method is configured",
867
+ noFoundOperationParameter: "The operation parameter {invokeParamId} was not found.",
868
+ noFoundInterfaceObject: "Interface object {invokeCtrlId} was not found.",
869
+ noFoundInvokeMethod: "The invoke method {invokeMethod} was not found.",
870
+ interfaceLogicNodeViewWidgetInvocation: "Interface logic node (view widget invocation): {id} - name of the invoking view widget: {invokeCtrlId} - name of the invoking method: {invokeMethod} - trigger parameter:",
871
+ viewLogicInitializationParameter: "View logic initialization parameter, {codeName} specified widget object not found",
872
+ calculateInterfaceLogicParameters: "Calculate interface logic parameters, identifier: {tag}",
873
+ restablishInterfaceLogic: "Re-establish the interface logic parameters, identifying: {tag}",
874
+ interfaceLogic: "Interface logic {deUILogicId} for entity {appDataEntityId} not found",
875
+ startExecutingInterfaceLogic: "Start executing the interface logic, entity: {appDataEntityId} - logic name: {name}",
876
+ endExecutionInterfaceLogic: "End execution interface logic, entity: {appDataEntityId} - logic name: {name}",
877
+ noLogicalNodesConfigured: "The interface logic has no logical nodes configured"
878
+ },
879
+ utils: {
880
+ anime: {
881
+ noExistEndpointElement: "The endpoint element does not exist",
882
+ noExistAnimationElement: "Animation element does not exist",
883
+ noClone: "Cannot clone a null or undefined element."
884
+ },
885
+ errorHandler: {
886
+ noPermissionless: "No permissionless error handler registered",
887
+ noProcessor: "No processor was found that can handle this error"
888
+ },
889
+ fileUtil: {
890
+ fileUploadFailed: "File upload failed"
891
+ },
892
+ handlebars: {
893
+ noInitHandlebars: "handlebars not init"
894
+ },
895
+ modal: {
896
+ externalClosureCapability: "External closure capability not registered",
897
+ shouldDismissResult: "The result of shouldDismiss is false, closing the interrupt."
898
+ },
899
+ openRedirectView: {
900
+ parseSrfnavctxParameter: "Failed to parse srfnavctx parameter in redirection [{urlStr}].",
901
+ missingEntityName: "Entity name missing from redirection parameter",
902
+ noFoundSpecifiedEntity: "CodeName not found for the specified entity: {deName}",
903
+ unsupportedLinkUrl: "Unsupported linkUrl format: {linkUrl}",
904
+ noConfiguredActualReference: "Actual reference view not configured",
905
+ redirectingViewReferences: "Redirecting view references there:",
906
+ redirectionIdentifier: "Redirection identifier [{rdTag}] or [{deRdTag}] or workflow [{wfRdTag}] corresponding to view not found",
907
+ noMatchActualReferenceView: "Identifies that [{rdTag}] did not match the actual reference view",
908
+ redirectionView: "Redirection view [{name}] custom category attribute [{typeFieldId}] value is null"
909
+ },
910
+ script: {
911
+ errorReportingScript: "Error Reporting Script"
912
+ },
913
+ shortCut: {
914
+ invalidIndexNewIndex: "Invalid index newIndex: {newIndex}, oldIndex: {oldIndex}, current array length {length}"
915
+ },
916
+ uiDomain: {
917
+ transactionOpen: "Transaction has been opened, only one transaction can be opened for a single interface domain.",
918
+ currentTransaction: "The current transaction has not been committed and cannot be closed directly."
919
+ },
920
+ uiDomainManager: {
921
+ invalidInterfaceDomain: "Invalid interface domain identifier [{id}]"
922
+ },
923
+ verify: {
924
+ contentConform: "Content must conform to value rules",
925
+ scopeRules: "Content length must conform to scope rules",
926
+ valueNull: "The value is null",
927
+ regularRules: "The value must conform to the regular rules",
928
+ rangeRules: "Values must conform to the value range rules",
929
+ scriptRules: "The value must conform to the script rules",
930
+ emptyLogicGroups: "Empty logic groups were found and the logic could not be executed properly!",
931
+ unsupportedLogicTypes: "Unsupported logic types {logicType}",
932
+ emptyLogicGroupsProperly: "Empty logic groups were found and the logic could not be executed properly!",
933
+ valueOperations: "Value operations: {op}, not yet supported",
934
+ noCompared: "{value} and {value2} cannot be compared.",
935
+ conditionalValues: "Conditional values for range comparisons do not exist or are not strings"
936
+ },
937
+ firstregister: "Please register the model loading adapter first"
324
938
  }
325
939
  }
326
940
  };