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