@ibiz-template/vue3-components 0.7.11 → 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 (159) hide show
  1. package/dist/index-3xonNDdv.js +4 -0
  2. package/dist/index-WP6TUdg-.js +1 -0
  3. package/dist/index-kgWpXafW.js +1 -0
  4. package/dist/index.min.css +1 -1
  5. package/dist/index.system.min.js +1 -1
  6. package/dist/wang-editor-PQvDXaA9.js +1 -0
  7. package/dist/{xlsx-util-lBpTaCO_.js → xlsx-util-Zf9d2PeX.js} +1 -1
  8. package/es/control/dashboard/custom-dashboard-container/custom-dashboard-container.d.ts +2 -0
  9. package/es/control/form/form-detail/form-group-panel/form-group-panel.mjs +1 -1
  10. package/es/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-grid/repeater-grid.d.ts +2 -0
  11. package/es/control/grid/grid/grid.mjs +0 -1
  12. package/es/control/kanban/kanban.mjs +1 -1
  13. package/es/control/list/list.mjs +2 -2
  14. package/es/control/search-bar/filter-tree/filter-tree.mjs +2 -2
  15. package/es/editor/autocomplete/autocomplete-editor.controller.mjs +4 -1
  16. package/es/editor/cascader/ibiz-cascader/ibiz-cascader.mjs +3 -1
  17. package/es/editor/code/monaco-editor/monaco-editor.mjs +3 -3
  18. package/es/editor/data-picker/ibiz-picker-dropdown/ibiz-picker-dropdown.mjs +1 -1
  19. package/es/editor/data-picker/ibiz-picker-select-view/ibiz-picker-select-view.mjs +2 -1
  20. package/es/editor/data-picker/picker-editor.controller.mjs +12 -3
  21. package/es/editor/date-range/ibiz-date-range-picker/ibiz-date-range-picker.mjs +1 -1
  22. package/es/editor/html/wang-editor/wang-editor.mjs +7 -7
  23. package/es/editor/list-box/list-box-picker-editor.controller.mjs +4 -1
  24. package/es/editor/markdown/markdown-editor.controller.mjs +2 -2
  25. package/es/editor/not-supported-editor/not-supported-editor.mjs +4 -2
  26. package/es/editor/preset/preset-rawitem/ibiz-preset-rawitem/ibiz-preset-rawitem.mjs +4 -2
  27. package/es/editor/span/span-editor.controller.mjs +4 -1
  28. package/es/editor/text-box/ibiz-input-ip/ibiz-input-ip.mjs +3 -1
  29. package/es/editor/text-box/text-box-editor.controller.mjs +4 -4
  30. package/es/editor/upload/ibiz-file-upload/ibiz-file-upload.mjs +7 -3
  31. package/es/editor/user/ibiz-searchcond-edit/ibiz-searchcond-edit.mjs +1 -1
  32. package/es/locale/en/index.d.ts +550 -44
  33. package/es/locale/en/index.mjs +554 -48
  34. package/es/locale/zh-CN/index.d.ts +548 -44
  35. package/es/locale/zh-CN/index.mjs +552 -48
  36. package/es/panel-component/auth-captcha/auth-captcha.controller.d.ts +37 -0
  37. package/es/panel-component/auth-captcha/auth-captcha.controller.mjs +69 -0
  38. package/es/panel-component/auth-captcha/auth-captcha.css +1 -0
  39. package/es/panel-component/auth-captcha/auth-captcha.d.ts +28 -0
  40. package/es/panel-component/auth-captcha/auth-captcha.mjs +63 -0
  41. package/es/panel-component/auth-captcha/auth-captcha.provider.d.ts +14 -0
  42. package/es/panel-component/auth-captcha/auth-captcha.provider.mjs +21 -0
  43. package/es/panel-component/auth-captcha/auth-captcha.state.d.ts +38 -0
  44. package/es/panel-component/auth-captcha/auth-captcha.state.mjs +44 -0
  45. package/es/panel-component/auth-captcha/index.d.ts +25 -0
  46. package/es/panel-component/auth-captcha/index.mjs +15 -0
  47. package/es/panel-component/auth-userinfo/auth-userinfo.mjs +1 -1
  48. package/es/panel-component/index.mjs +4 -0
  49. package/es/panel-component/nav-pos-index/nav-pos-index.mjs +2 -2
  50. package/es/panel-component/nav-tabs/nav-tabs.mjs +4 -4
  51. package/es/panel-component/panel-remember-me/panel-remember-me.mjs +1 -1
  52. package/es/panel-component/panel-tab-panel/index.d.ts +4 -2
  53. package/es/panel-component/panel-tab-panel/panel-tab-panel.controller.d.ts +31 -0
  54. package/es/panel-component/panel-tab-panel/panel-tab-panel.controller.mjs +42 -0
  55. package/es/panel-component/panel-tab-panel/panel-tab-panel.d.ts +5 -3
  56. package/es/panel-component/panel-tab-panel/panel-tab-panel.mjs +14 -5
  57. package/es/panel-component/panel-tab-panel/panel-tab-panel.provider.d.ts +2 -1
  58. package/es/panel-component/panel-tab-panel/panel-tab-panel.provider.mjs +2 -2
  59. package/es/panel-component/panel-tab-panel/panel-tab-panel.state.d.ts +20 -0
  60. package/es/panel-component/panel-tab-panel/panel-tab-panel.state.mjs +24 -0
  61. package/es/panel-component/searchform-buttons/searchform-buttons.controller.mjs +3 -1
  62. package/es/panel-component/searchform-buttons/searchform-buttons.mjs +16 -11
  63. package/es/panel-component/short-cut/index.d.ts +43 -0
  64. package/es/panel-component/short-cut/index.mjs +12 -0
  65. package/es/panel-component/short-cut/short-cut.css +1 -0
  66. package/es/panel-component/short-cut/short-cut.d.ts +46 -0
  67. package/es/panel-component/short-cut/short-cut.mjs +190 -0
  68. package/es/panel-component/short-cut/short-cut.provider.d.ts +12 -0
  69. package/es/panel-component/short-cut/short-cut.provider.mjs +21 -0
  70. package/es/panel-component/user-message/async-action/async-action-preview/async-action-preview.mjs +20 -14
  71. package/es/panel-component/user-message/async-action/async-action-tab/async-action-tab.mjs +5 -3
  72. package/es/panel-component/user-message/internal-message/common/internal-message-container/internal-message-container.mjs +1 -1
  73. package/es/panel-component/user-message/internal-message/internal-message-json/internal-message-json.mjs +3 -3
  74. package/es/panel-component/user-message/internal-message/internal-message-tab/internal-message-tab.mjs +9 -5
  75. package/es/panel-component/user-message/user-message.mjs +4 -4
  76. package/es/view/403-view/403-view.mjs +4 -4
  77. package/es/view/404-view/404-view.mjs +4 -4
  78. package/es/view/error-view/error-view.mjs +3 -1
  79. package/es/view/login-view/login-view.mjs +27 -23
  80. package/es/view/sub-app-ref-view/sub-app-ref-view.mjs +1 -1
  81. package/es/view-engine/edit-view.engine.mjs +22 -18
  82. package/es/view-engine/exp-view.engine.mjs +1 -1
  83. package/es/view-engine/login-view.engine.mjs +18 -3
  84. package/es/view-engine/mpickup-view-engine.mjs +1 -1
  85. package/es/view-engine/opt-view.engine.mjs +2 -2
  86. package/es/view-engine/tab-exp-view.engine.mjs +2 -2
  87. package/es/view-engine/wf-dyna-edit-view.engine.mjs +5 -2
  88. package/es/web-app/guard/auth-guard/auth-guard.mjs +2 -2
  89. package/es/web-app/util/unauthorized-handler/unauthorized-handler.mjs +3 -1
  90. package/lib/control/form/form-detail/form-group-panel/form-group-panel.cjs +1 -1
  91. package/lib/control/grid/grid/grid.cjs +0 -1
  92. package/lib/control/kanban/kanban.cjs +1 -1
  93. package/lib/control/list/list.cjs +1 -1
  94. package/lib/control/search-bar/filter-tree/filter-tree.cjs +2 -2
  95. package/lib/editor/autocomplete/autocomplete-editor.controller.cjs +4 -1
  96. package/lib/editor/cascader/ibiz-cascader/ibiz-cascader.cjs +3 -1
  97. package/lib/editor/code/monaco-editor/monaco-editor.cjs +3 -3
  98. package/lib/editor/data-picker/ibiz-picker-dropdown/ibiz-picker-dropdown.cjs +1 -1
  99. package/lib/editor/data-picker/ibiz-picker-select-view/ibiz-picker-select-view.cjs +2 -1
  100. package/lib/editor/data-picker/picker-editor.controller.cjs +12 -3
  101. package/lib/editor/date-range/ibiz-date-range-picker/ibiz-date-range-picker.cjs +1 -1
  102. package/lib/editor/html/wang-editor/wang-editor.cjs +6 -6
  103. package/lib/editor/list-box/list-box-picker-editor.controller.cjs +4 -1
  104. package/lib/editor/markdown/markdown-editor.controller.cjs +2 -2
  105. package/lib/editor/not-supported-editor/not-supported-editor.cjs +3 -1
  106. package/lib/editor/preset/preset-rawitem/ibiz-preset-rawitem/ibiz-preset-rawitem.cjs +3 -1
  107. package/lib/editor/span/span-editor.controller.cjs +4 -1
  108. package/lib/editor/text-box/ibiz-input-ip/ibiz-input-ip.cjs +3 -1
  109. package/lib/editor/text-box/text-box-editor.controller.cjs +4 -4
  110. package/lib/editor/upload/ibiz-file-upload/ibiz-file-upload.cjs +6 -2
  111. package/lib/editor/user/ibiz-searchcond-edit/ibiz-searchcond-edit.cjs +1 -1
  112. package/lib/locale/en/index.cjs +554 -48
  113. package/lib/locale/zh-CN/index.cjs +552 -48
  114. package/lib/panel-component/auth-captcha/auth-captcha.cjs +65 -0
  115. package/lib/panel-component/auth-captcha/auth-captcha.controller.cjs +71 -0
  116. package/lib/panel-component/auth-captcha/auth-captcha.css +1 -0
  117. package/lib/panel-component/auth-captcha/auth-captcha.provider.cjs +23 -0
  118. package/lib/panel-component/auth-captcha/auth-captcha.state.cjs +46 -0
  119. package/lib/panel-component/auth-captcha/index.cjs +20 -0
  120. package/lib/panel-component/auth-userinfo/auth-userinfo.cjs +1 -1
  121. package/lib/panel-component/index.cjs +4 -0
  122. package/lib/panel-component/nav-pos-index/nav-pos-index.cjs +1 -1
  123. package/lib/panel-component/nav-tabs/nav-tabs.cjs +3 -3
  124. package/lib/panel-component/panel-remember-me/panel-remember-me.cjs +1 -1
  125. package/lib/panel-component/panel-tab-panel/panel-tab-panel.cjs +14 -5
  126. package/lib/panel-component/panel-tab-panel/panel-tab-panel.controller.cjs +44 -0
  127. package/lib/panel-component/panel-tab-panel/panel-tab-panel.provider.cjs +2 -2
  128. package/lib/panel-component/panel-tab-panel/panel-tab-panel.state.cjs +26 -0
  129. package/lib/panel-component/searchform-buttons/searchform-buttons.cjs +15 -10
  130. package/lib/panel-component/searchform-buttons/searchform-buttons.controller.cjs +3 -1
  131. package/lib/panel-component/short-cut/index.cjs +17 -0
  132. package/lib/panel-component/short-cut/short-cut.cjs +192 -0
  133. package/lib/panel-component/short-cut/short-cut.css +1 -0
  134. package/lib/panel-component/short-cut/short-cut.provider.cjs +23 -0
  135. package/lib/panel-component/user-message/async-action/async-action-preview/async-action-preview.cjs +19 -13
  136. package/lib/panel-component/user-message/async-action/async-action-tab/async-action-tab.cjs +4 -2
  137. package/lib/panel-component/user-message/internal-message/common/internal-message-container/internal-message-container.cjs +1 -1
  138. package/lib/panel-component/user-message/internal-message/internal-message-json/internal-message-json.cjs +2 -2
  139. package/lib/panel-component/user-message/internal-message/internal-message-tab/internal-message-tab.cjs +8 -4
  140. package/lib/panel-component/user-message/user-message.cjs +4 -4
  141. package/lib/view/403-view/403-view.cjs +3 -3
  142. package/lib/view/404-view/404-view.cjs +3 -3
  143. package/lib/view/error-view/error-view.cjs +3 -1
  144. package/lib/view/login-view/login-view.cjs +26 -22
  145. package/lib/view/sub-app-ref-view/sub-app-ref-view.cjs +1 -1
  146. package/lib/view-engine/edit-view.engine.cjs +22 -18
  147. package/lib/view-engine/exp-view.engine.cjs +1 -1
  148. package/lib/view-engine/login-view.engine.cjs +18 -3
  149. package/lib/view-engine/mpickup-view-engine.cjs +1 -1
  150. package/lib/view-engine/opt-view.engine.cjs +2 -2
  151. package/lib/view-engine/tab-exp-view.engine.cjs +2 -2
  152. package/lib/view-engine/wf-dyna-edit-view.engine.cjs +5 -2
  153. package/lib/web-app/guard/auth-guard/auth-guard.cjs +2 -2
  154. package/lib/web-app/util/unauthorized-handler/unauthorized-handler.cjs +3 -1
  155. package/package.json +6 -5
  156. package/dist/index-0Z8KS6t6.js +0 -1
  157. package/dist/index-GZW20-jI.js +0 -4
  158. package/dist/index-OkS9bkdl.js +0 -1
  159. package/dist/wang-editor-HlmvPsb1.js +0 -1
@@ -16,10 +16,73 @@ var index = {
16
16
  save: "Save",
17
17
  edit: "Edit",
18
18
  complete: "Complete",
19
- more: "More"
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"
20
28
  },
21
29
  // 视图
22
- 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
+ },
23
86
  // 部件
24
87
  control: {
25
88
  common: {
@@ -72,8 +135,7 @@ var index = {
72
135
  saveFirst: "Please save the master data first"
73
136
  },
74
137
  formGroupPanel: {
75
- showMore: "Show More",
76
- putAway: "Put Away"
138
+ showMore: "Show More"
77
139
  },
78
140
  formMDctrlForm: {
79
141
  noFindProvider: "Provider not found for form"
@@ -104,7 +166,6 @@ var index = {
104
166
  kanban: {
105
167
  selectAll: "Select all",
106
168
  selectedDataCount: "Selected <span>{length}</span> pieces of data",
107
- newPrompt: "Newly build",
108
169
  natchOperation: "Batch operation"
109
170
  },
110
171
  reportPanel: {
@@ -114,9 +175,7 @@ var index = {
114
175
  saveGroup: "Save group",
115
176
  filter: "Filter",
116
177
  filterTree: {
117
- addItem: "Add item",
118
- search: "Search",
119
- reset: "Reset"
178
+ addItem: "Add item"
120
179
  },
121
180
  searchGroups: {
122
181
  groupValueRule: "Group name cannot be empty",
@@ -219,11 +278,101 @@ var index = {
219
278
  },
220
279
  // 编辑器
221
280
  editor: {
222
- code: {
223
- 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",
224
285
  confirmCancelPrompt: "Are you sure you want to cancel editing?",
225
286
  cancelEditPrompt: "Canceling editing will prevent the modified content from being saved and cannot be retrieved.",
226
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
+ }
227
376
  }
228
377
  },
229
378
  // runtime
@@ -233,9 +382,12 @@ var index = {
233
382
  },
234
383
  command: {
235
384
  app: {
236
- notFindApplicationFunction: "An app feature called {appFuncId} cannot be found",
237
- notFindApplicationFunctionYype: "Unsupported application function type: {appFuncType}",
238
- 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"
239
391
  }
240
392
  },
241
393
  controller: {
@@ -250,46 +402,46 @@ var index = {
250
402
  noImportModel: "No import model is configured!"
251
403
  },
252
404
  editor: {
253
- editorNotConfigured: "Editor type [{editorType}], code table not configured"
405
+ editorNoConfigured: "Editor type [{editorType}], code table not configured"
254
406
  },
255
407
  view: {
256
408
  viewActivation: "View [{name}] ({id}) is active",
257
409
  viewPause: "View [{name}] ({id}) is pause",
258
410
  viewDestroy: "View [{name}] ({id}) is destroy",
259
- notFoundViewEngine: "The View Engine implementation was not found:",
411
+ noFoundViewEngine: "The View Engine implementation was not found:",
260
412
  noSupportBehavior: "No engine support for pre-built interface behavior {key}"
261
413
  }
262
414
  },
263
415
  control: {
264
416
  menu: {
265
- notFindMenu: "Cannot find menu item named {id}",
417
+ noFindMenu: "Cannot find menu item named {id}",
266
418
  noConfigured: "No application functionality configured"
267
419
  },
268
420
  calendar: {
269
421
  missingViewLogic: "Missing {itemType}_opendata view logic",
270
- notFoundModel: "Calendar item model not found"
422
+ noFoundModel: "Calendar item model not found"
271
423
  },
272
424
  chart: {
273
- notConfiguredX: "Sequence is not configured with X-axis",
274
- 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",
275
427
  missingClassification: "Missing classification attribute configuration",
276
428
  missingValue: "Missing value attribute configuration",
277
- notSupportSequence: "Charts do not support sequence types at this time {seriesType}",
278
- notFindSequence: "Cannot find generator for {seriesIndex} sequence!",
279
- notInitialised: "The chart object is not properly initialised",
280
- 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."
281
433
  },
282
434
  dataView: {
283
435
  noBehaviourGroup: "No interface behaviour group is configured for the action",
284
436
  noBehaviourGroupAction: "No interface behaviour is configured for the action item interface behaviour group",
285
- propertiesNotConfigured: "Grouping properties are not configured",
286
- tableNotConfigured: "The grouping code table is not configured",
437
+ propertiesNoConfigured: "Grouping properties are not configured",
438
+ tableNoConfigured: "The grouping code table is not configured",
287
439
  sortingItems: "Items with sorting enabled must be associated with an entity attribute"
288
440
  },
289
441
  expBar: {
290
442
  unableMore: "Unable to get multiple data widgets [{xdataControlName}] controller",
291
443
  multiNode: "Multi-node views are implemented by subclasses",
292
- notFindNodeModel: "Cannot find node model for {nodeId}"
444
+ noFindNodeModel: "Cannot find node model for {nodeId}"
293
445
  },
294
446
  form: {
295
447
  formCompletion: "Please check the form completion!",
@@ -306,40 +458,40 @@ var index = {
306
458
  unconfiguredWidgets: "Multi-data widgets unconfigured content widgets",
307
459
  noFoundFormController: "No form controller corresponding to {id} found",
308
460
  multiDataAddData: "Multi-data widget type {contentType} does not support adding data at the moment",
309
- mdControllerNotExist: "mdController does not exist",
310
- 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}",
311
463
  searchTerms: "No search terms found to apply",
312
464
  saveSearch: "No saved search criteria found"
313
465
  },
314
466
  gantt: {
315
- notNode: "Not entity gantt node data",
467
+ noNode: "Not entity gantt node data",
316
468
  rowData: "Row data does not exist",
317
469
  simpleMode: "Simple mode, no saving",
318
470
  nonentity: "Non-entity node data cannot be saved",
319
- notChange: "The value has not changed",
471
+ noChange: "The value has not changed",
320
472
  dataDeleted: "Data [{str}] deleted successfully!",
321
473
  firstComplete: "Please complete the current line in the line editor first",
322
- notSupport: "{treeNodeType} node type not supported"
474
+ noSupport: "{treeNodeType} node type not supported"
323
475
  },
324
476
  grid: {
325
477
  unsupported: "Unsupported types {type}",
326
478
  attributeColumns: "Attribute columns with no grouping attributes configured",
327
- 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",
328
480
  configureFirstColumn: "Please configure the grouping attribute column {groupFieldName} as the first column",
329
481
  requiresCodeTable: "Code table grouping mode requires code table configuration",
330
- 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}",
331
483
  convertedValue: "The sort attribute of {srfmajortext} cannot be converted to a value",
332
484
  missingConfiguration: "Missing configuration of aggregated entities or aggregated datasets",
333
485
  newRows: "New rows are not supported",
334
486
  saveCancel: "Row data validation failed, save cancel",
335
- 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.",
336
488
  lineEditing: "Only one line can be open for line editing at the same time",
337
489
  updateColumns: "No {updateId} edit columns found for update",
338
490
  exported: "No exported data",
339
491
  tabularColumns: "No tabular columns",
340
492
  corresponding: "Corresponding table data item not found [{deField}].",
341
493
  pickedUpData: "The value of {valueItem} is not picked up in the row data.",
342
- notSupportedMode: "Attribute column aggregation mode {aggMode} is not supported yet.",
494
+ noSupportedMode: "Attribute column aggregation mode {aggMode} is not supported yet.",
343
495
  remoteAggregation: "Remote aggregation is not supported yet",
344
496
  aggregateMode: "Aggregate mode is not supported yet {aggMode}",
345
497
  formattingError: "{aggValue} value formatting error",
@@ -352,7 +504,7 @@ var index = {
352
504
  sortDirection: "Sort direction is not configured",
353
505
  groupedOn: "Kanban components must be grouped on",
354
506
  adjustmentsGroup: "The current Kanban does not allow adjustments to the grouping!",
355
- notAllowReorder: "Current Kanban does not allow reordering!"
507
+ noAllowReorder: "Current Kanban does not allow reordering!"
356
508
  },
357
509
  meditViewPanel: {
358
510
  DraftNew: "Draft - New",
@@ -363,33 +515,33 @@ var index = {
363
515
  },
364
516
  reportPanel: {
365
517
  reportType: "Report panel generator factory parameter error, report panel does not specify report type",
366
- 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"
367
519
  },
368
520
  searchBar: {
369
- notFoundEntity: "Cannot find the associated entity corresponding to the attribute {targetField}.",
521
+ noFoundEntity: "Cannot find the associated entity corresponding to the attribute {targetField}.",
370
522
  missingModel: "Missing editor model",
371
523
  JSONFormat: "{data} non-standard JSON format:"
372
524
  },
373
525
  toolbar: {
374
- notFound: "Interface behavior model {actionId} not found"
526
+ noFound: "Interface behavior model {actionId} not found"
375
527
  },
376
528
  tree: {
377
- notFoundTreeData: "Cannot find corresponding tree node data",
529
+ noFoundTreeData: "Cannot find corresponding tree node data",
378
530
  sortAttribute: "Missing Configuration Sort Attribute",
379
531
  editMode: "The tree node is not configured for edit mode: name",
380
532
  nodeData: "Not entity tree node data",
381
- notFoundTreeNode: "Tree node not found"
533
+ noFoundTreeNode: "Tree node not found"
382
534
  },
383
535
  treeGrid: {
384
536
  columnsSchema: "TreeTable Unvalued Columns Schema",
385
537
  columnMode: "Tree table without parent column mode"
386
538
  },
387
539
  treeGridEx: {
388
- 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}",
389
541
  editItem: "Edit item model corresponding to table column {name} was not found",
390
- 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.",
391
543
  behaviorGroup: "The {id} action column does not have an interface behavior group configured.",
392
- notSupportCreation: "Does not support the creation of new",
544
+ noSupportCreation: "Does not support the creation of new",
393
545
  updateBehavior: "Tree nodes are not configured to update entity behavior"
394
546
  },
395
547
  wizardPanel: {
@@ -410,13 +562,13 @@ var index = {
410
562
  decrement: "Decrement cannot be called for a count of 0!"
411
563
  },
412
564
  dataFileUtil: {
413
- notExist: "ibiz.util.getExportExcel does not exist",
565
+ noExist: "ibiz.util.getExportExcel does not exist",
414
566
  loadError: "Export module loading error",
415
567
  importData: "No corresponding import data model was found"
416
568
  },
417
569
  valueDefault: {
418
- notExist: "appdata.context does not exist",
419
- notsupported: "Default value type [{valueType}] not supported"
570
+ noExist: "appdata.context does not exist",
571
+ nosupported: "Default value type [{valueType}] not supported"
420
572
  },
421
573
  valueEx: {
422
574
  objectNameField: "Missing objectNameField"
@@ -426,9 +578,363 @@ var index = {
426
578
  },
427
579
  viewMsg: {
428
580
  message: "Cannot find model for view message group {msgGroupId}",
429
- 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"
430
584
  }
431
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"
432
938
  }
433
939
  }
434
940
  };