@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
@@ -15,8 +15,71 @@ declare const _default: {
15
15
  edit: string;
16
16
  complete: string;
17
17
  more: string;
18
+ close: string;
19
+ newlyBuild: string;
20
+ reset: string;
21
+ search: string;
22
+ rememberMe: string;
23
+ retract: string;
24
+ pleaseEnterAccount: string;
25
+ pleaseEnterPassword: string;
26
+ };
27
+ view: {
28
+ common: {
29
+ backHomepage: string;
30
+ continueBrowsing: string;
31
+ };
32
+ noPermissionView: {
33
+ noPermissionPrompt: string;
34
+ noPermission: string;
35
+ };
36
+ noResourcesView: {
37
+ noResourcePrompt: string;
38
+ resourceNoExist: string;
39
+ };
40
+ errorView: {
41
+ noExistPrompt: string;
42
+ };
43
+ loginView: {
44
+ passwordLength: string;
45
+ login: string;
46
+ };
47
+ subAppRefView: {
48
+ jump: string;
49
+ };
50
+ };
51
+ viewEngine: {
52
+ closeRemind: string;
53
+ confirmClosePrompt: string;
54
+ noExistVersionErr: string;
55
+ browseMsg: string;
56
+ editMsg: string;
57
+ updateMsg: string;
58
+ someone: string;
59
+ refreshPrompt: string;
60
+ refreshPagePrompt: string;
61
+ refreshRemind: string;
62
+ confirmRefreshPrompt: string;
63
+ missingErr: string;
64
+ noFoundViewId: string;
65
+ firstPieceOfData: string;
66
+ lastPieceOfData: string;
67
+ subclassAchieve: string;
68
+ missingConfigErr: string;
69
+ noFoundLayoutOccupied: string;
70
+ noFoundLayoutContainer: string;
71
+ noFoundFormModel: string;
72
+ missingToolbarModel: string;
73
+ };
74
+ webApp: {
75
+ authGuard: {
76
+ loginFailed: string;
77
+ noPermission: string;
78
+ };
79
+ unauthorizedHandler: {
80
+ noFoundEnvParams: string;
81
+ };
18
82
  };
19
- view: {};
20
83
  control: {
21
84
  common: {
22
85
  determine: string;
@@ -69,7 +132,6 @@ declare const _default: {
69
132
  };
70
133
  formGroupPanel: {
71
134
  showMore: string;
72
- putAway: string;
73
135
  };
74
136
  formMDctrlForm: {
75
137
  noFindProvider: string;
@@ -100,7 +162,6 @@ declare const _default: {
100
162
  kanban: {
101
163
  selectAll: string;
102
164
  selectedDataCount: string;
103
- newPrompt: string;
104
165
  natchOperation: string;
105
166
  };
106
167
  reportPanel: {
@@ -111,8 +172,6 @@ declare const _default: {
111
172
  filter: string;
112
173
  filterTree: {
113
174
  addItem: string;
114
- search: string;
115
- reset: string;
116
175
  };
117
176
  searchGroups: {
118
177
  groupValueRule: string;
@@ -213,12 +272,102 @@ declare const _default: {
213
272
  };
214
273
  };
215
274
  editor: {
216
- code: {
217
- readOnlyPrompt: string;
275
+ common: {
276
+ entityConfigErr: string;
277
+ selectViewConfigErr: string;
278
+ linkViewConfigErr: string;
218
279
  confirmCancelPrompt: string;
219
280
  cancelEditPrompt: string;
220
281
  confirmCancel: string;
221
282
  };
283
+ cascader: {
284
+ ibizCascader: {
285
+ title: string;
286
+ };
287
+ };
288
+ code: {
289
+ readOnlyPrompt: string;
290
+ };
291
+ dateRange: {
292
+ rangeSeparator: string;
293
+ };
294
+ html: {
295
+ wangEditor: {
296
+ customTips: string;
297
+ };
298
+ };
299
+ markdown: {
300
+ uploadJsonFormatErr: string;
301
+ exportJsonFormatErr: string;
302
+ };
303
+ notSupportedEditor: {
304
+ unsupportedType: string;
305
+ };
306
+ preset: {
307
+ ibizPresetRawitem: {
308
+ noSupportType: string;
309
+ };
310
+ };
311
+ textBox: {
312
+ warningMessage: string;
313
+ };
314
+ upload: {
315
+ uploadFiles: string;
316
+ };
317
+ };
318
+ panelComponent: {
319
+ authUserinfo: {
320
+ visitor: string;
321
+ };
322
+ navPosIndex: {
323
+ noSupportPrompt: string;
324
+ };
325
+ navTabs: {
326
+ closeAll: string;
327
+ closeOther: string;
328
+ };
329
+ searchformButtons: {
330
+ errMessage: string;
331
+ enterPrompt: string;
332
+ queryPrompt: string;
333
+ saveCondition: string;
334
+ };
335
+ shortCut: {
336
+ expandToolbar: string;
337
+ };
338
+ userMessage: {
339
+ notice: string;
340
+ backendTasks: string;
341
+ allRead: string;
342
+ asyncActionPreview: {
343
+ downloadFailedErr: string;
344
+ noExistentErr: string;
345
+ importDetailPrompt: string;
346
+ parseImportInfoErr: string;
347
+ downloadErrFile: string;
348
+ importTime: string;
349
+ importTotal: string;
350
+ successImport: string;
351
+ ImportFailed: string;
352
+ };
353
+ asyncActionTab: {
354
+ noSupportType: string;
355
+ noAsyncAction: string;
356
+ };
357
+ internalMessageContainer: {
358
+ markAsRead: string;
359
+ };
360
+ internalMessageJson: {
361
+ jumpToView: string;
362
+ missingHtml: string;
363
+ };
364
+ internalMessageTab: {
365
+ noSupportType: string;
366
+ notificationYet: string;
367
+ loadMore: string;
368
+ onlyShowUnread: string;
369
+ };
370
+ };
222
371
  };
223
372
  runtime: {
224
373
  common: {
@@ -226,9 +375,12 @@ declare const _default: {
226
375
  };
227
376
  command: {
228
377
  app: {
229
- notFindApplicationFunction: string;
230
- notFindApplicationFunctionYype: string;
231
- notFindApplicationView: string;
378
+ noFindApplicationFunction: string;
379
+ noFindApplicationFunctionYype: string;
380
+ noFindApplicationView: string;
381
+ unsupportedPopup: string;
382
+ unsupportedPopupapp: string;
383
+ missingEvent: string;
232
384
  };
233
385
  };
234
386
  controller: {
@@ -243,46 +395,46 @@ declare const _default: {
243
395
  noImportModel: string;
244
396
  };
245
397
  editor: {
246
- editorNotConfigured: string;
398
+ editorNoConfigured: string;
247
399
  };
248
400
  view: {
249
401
  viewActivation: string;
250
402
  viewPause: string;
251
403
  viewDestroy: string;
252
- notFoundViewEngine: string;
404
+ noFoundViewEngine: string;
253
405
  noSupportBehavior: string;
254
406
  };
255
407
  };
256
408
  control: {
257
409
  menu: {
258
- notFindMenu: string;
410
+ noFindMenu: string;
259
411
  noConfigured: string;
260
412
  };
261
413
  calendar: {
262
414
  missingViewLogic: string;
263
- notFoundModel: string;
415
+ noFoundModel: string;
264
416
  };
265
417
  chart: {
266
- notConfiguredX: string;
267
- notConfiguredY: string;
418
+ noConfiguredX: string;
419
+ noConfiguredY: string;
268
420
  missingClassification: string;
269
421
  missingValue: string;
270
- notSupportSequence: string;
271
- notFindSequence: string;
272
- notInitialised: string;
273
- notCalculated: string;
422
+ noSupportSequence: string;
423
+ noFindSequence: string;
424
+ noInitialised: string;
425
+ noCalculated: string;
274
426
  };
275
427
  dataView: {
276
428
  noBehaviourGroup: string;
277
429
  noBehaviourGroupAction: string;
278
- propertiesNotConfigured: string;
279
- tableNotConfigured: string;
430
+ propertiesNoConfigured: string;
431
+ tableNoConfigured: string;
280
432
  sortingItems: string;
281
433
  };
282
434
  expBar: {
283
435
  unableMore: string;
284
436
  multiNode: string;
285
- notFindNodeModel: string;
437
+ noFindNodeModel: string;
286
438
  };
287
439
  form: {
288
440
  formCompletion: string;
@@ -299,40 +451,40 @@ declare const _default: {
299
451
  unconfiguredWidgets: string;
300
452
  noFoundFormController: string;
301
453
  multiDataAddData: string;
302
- mdControllerNotExist: string;
303
- repeaterNotSupported: string;
454
+ mdControllerNoExist: string;
455
+ repeaterNoSupported: string;
304
456
  searchTerms: string;
305
457
  saveSearch: string;
306
458
  };
307
459
  gantt: {
308
- notNode: string;
460
+ noNode: string;
309
461
  rowData: string;
310
462
  simpleMode: string;
311
463
  nonentity: string;
312
- notChange: string;
464
+ noChange: string;
313
465
  dataDeleted: string;
314
466
  firstComplete: string;
315
- notSupport: string;
467
+ noSupport: string;
316
468
  };
317
469
  grid: {
318
470
  unsupported: string;
319
471
  attributeColumns: string;
320
- notCodeTable: string;
472
+ noCodeTable: string;
321
473
  configureFirstColumn: string;
322
474
  requiresCodeTable: string;
323
- notMatchCodeTable: string;
475
+ noMatchCodeTable: string;
324
476
  convertedValue: string;
325
477
  missingConfiguration: string;
326
478
  newRows: string;
327
479
  saveCancel: string;
328
- notSupportRowEditing: string;
480
+ noSupportRowEditing: string;
329
481
  lineEditing: string;
330
482
  updateColumns: string;
331
483
  exported: string;
332
484
  tabularColumns: string;
333
485
  corresponding: string;
334
486
  pickedUpData: string;
335
- notSupportedMode: string;
487
+ noSupportedMode: string;
336
488
  remoteAggregation: string;
337
489
  aggregateMode: string;
338
490
  formattingError: string;
@@ -345,7 +497,7 @@ declare const _default: {
345
497
  sortDirection: string;
346
498
  groupedOn: string;
347
499
  adjustmentsGroup: string;
348
- notAllowReorder: string;
500
+ noAllowReorder: string;
349
501
  };
350
502
  meditViewPanel: {
351
503
  DraftNew: string;
@@ -356,33 +508,33 @@ declare const _default: {
356
508
  };
357
509
  reportPanel: {
358
510
  reportType: string;
359
- notImplemented: string;
511
+ noImplemented: string;
360
512
  };
361
513
  searchBar: {
362
- notFoundEntity: string;
514
+ noFoundEntity: string;
363
515
  missingModel: string;
364
516
  JSONFormat: string;
365
517
  };
366
518
  toolbar: {
367
- notFound: string;
519
+ noFound: string;
368
520
  };
369
521
  tree: {
370
- notFoundTreeData: string;
522
+ noFoundTreeData: string;
371
523
  sortAttribute: string;
372
524
  editMode: string;
373
525
  nodeData: string;
374
- notFoundTreeNode: string;
526
+ noFoundTreeNode: string;
375
527
  };
376
528
  treeGrid: {
377
529
  columnsSchema: string;
378
530
  columnMode: string;
379
531
  };
380
532
  treeGridEx: {
381
- notConfigured: string;
533
+ noConfigured: string;
382
534
  editItem: string;
383
- notPickedUp: string;
535
+ noPickedUp: string;
384
536
  behaviorGroup: string;
385
- notSupportCreation: string;
537
+ noSupportCreation: string;
386
538
  updateBehavior: string;
387
539
  };
388
540
  wizardPanel: {
@@ -403,13 +555,13 @@ declare const _default: {
403
555
  decrement: string;
404
556
  };
405
557
  dataFileUtil: {
406
- notExist: string;
558
+ noExist: string;
407
559
  loadError: string;
408
560
  importData: string;
409
561
  };
410
562
  valueDefault: {
411
- notExist: string;
412
- notsupported: string;
563
+ noExist: string;
564
+ nosupported: string;
413
565
  };
414
566
  valueEx: {
415
567
  objectNameField: string;
@@ -420,9 +572,363 @@ declare const _default: {
420
572
  viewMsg: {
421
573
  message: string;
422
574
  noFound: string;
575
+ unconfigured: string;
576
+ unconfiguredEntities: string;
423
577
  };
424
578
  };
425
579
  };
580
+ deLogic: {
581
+ deLogicLink: {
582
+ connectionConditional: string;
583
+ entityConnectionConditional: string;
584
+ missingConditionValue: string;
585
+ sourceDataMissingConditionValue: string;
586
+ noSupportedTime: string;
587
+ entityLogicalConnection: string;
588
+ comparisonCondition: string;
589
+ comparisonValue: string;
590
+ compareResults: string;
591
+ };
592
+ deLogicNode: {
593
+ missingTargetParameter: string;
594
+ additionalParameter: string;
595
+ addedValue: string;
596
+ logicNodeParameterName: string;
597
+ copyParameter: string;
598
+ dataSet: string;
599
+ unspecifiedEntity: string;
600
+ unspecifiedBehavior: string;
601
+ entityActions: string;
602
+ unsupportedReturnType: string;
603
+ endNode: string;
604
+ noSupportedLogic: string;
605
+ preparationParameter: string;
606
+ targetParameter: string;
607
+ missingConfiguration: string;
608
+ rebuildParameter: string;
609
+ resetParameter: string;
610
+ missingParameterProperty: string;
611
+ sortedArrayParameters: string;
612
+ startupNode: string;
613
+ throwsException: string;
614
+ environmentVariables: string;
615
+ fileObjectListVariable: string;
616
+ fileObjectVariables: string;
617
+ filterObjectVariables: string;
618
+ finalDataVariables: string;
619
+ rawDataObjects: string;
620
+ operationSessionVariables: string;
621
+ calculateEntity: string;
622
+ value: string;
623
+ recreatingVariables: string;
624
+ reEstablish: string;
625
+ expressionEmpty: string;
626
+ sourceValueType: string;
627
+ fetchingAttribute: string;
628
+ noScriptCode: string;
629
+ noConfigurationLogicNode: string;
630
+ unsupportedLogical: string;
631
+ noSetStartNode: string;
632
+ startExecuting: string;
633
+ endExecution: string;
634
+ noFoundEntityLogic: string;
635
+ };
636
+ };
637
+ engine: {
638
+ correspondingEngine: string;
639
+ logicOpendata: string;
640
+ logicNewdata: string;
641
+ deleteModel: string;
642
+ childComponentsMounted: string;
643
+ minimization: string;
644
+ loadEntityData: string;
645
+ };
646
+ global: {
647
+ noImplemented: string;
648
+ noImplementedRouting: string;
649
+ };
650
+ hub: {
651
+ failedParse: string;
652
+ noExist: string;
653
+ };
654
+ logicScheduler: {
655
+ executor: {
656
+ noConfiguredLogic: string;
657
+ missingTrigger: string;
658
+ noActionableData: string;
659
+ defaultOpendataViewLogic: string;
660
+ noActuallyReference: string;
661
+ attributeConfiguration: string;
662
+ entityAttributeValues: string;
663
+ editViews: string;
664
+ selectionView: string;
665
+ noSupportedBatchAddOnly: string;
666
+ newdataViewLogic: string;
667
+ indexEntity: string;
668
+ checkOne: string;
669
+ entitiesAssociated: string;
670
+ relationships: string;
671
+ foreignKey: string;
672
+ mappingProperties: string;
673
+ newCreationData: string;
674
+ logicType: string;
675
+ noImplementedMethod: string;
676
+ };
677
+ trigger: {
678
+ triggerType: string;
679
+ noSupportedType: string;
680
+ noExecutorBound: string;
681
+ timerLacks: string;
682
+ parameterCallback: string;
683
+ };
684
+ };
685
+ model: {
686
+ utils: {
687
+ noFoundApplication: string;
688
+ unconfiguredPlugins: string;
689
+ noFound: string;
690
+ };
691
+ view: {
692
+ engineClassifications: string;
693
+ };
694
+ };
695
+ platform: {
696
+ failedDownload: string;
697
+ fileStreamData: string;
698
+ };
699
+ register: {
700
+ helper: {
701
+ adapter: string;
702
+ customizedSystemAdapter: string;
703
+ noFoundSystemCounter: string;
704
+ applicationMenu: string;
705
+ asynchronousAction: string;
706
+ matchedPlugin: string;
707
+ customRegistration: string;
708
+ widgetPlugin: string;
709
+ widgetStyleType: string;
710
+ widgetType: string;
711
+ entityBehaviorPlugin: string;
712
+ entityBehaviorMethod: string;
713
+ editorPlugin: string;
714
+ editorStyleType: string;
715
+ editorTypePredefinedType: string;
716
+ editorType: string;
717
+ formMemberPlugin: string;
718
+ formMemberType: string;
719
+ tableColumnPlugin: string;
720
+ tableColumnType: string;
721
+ messageType: string;
722
+ panelMemberPlugin: string;
723
+ panelContainerPredefined: string;
724
+ panelMemberDirectContent: string;
725
+ panelMemberType: string;
726
+ portalWidgetPlugin: string;
727
+ portalWidgetMemberType: string;
728
+ treeTableColumnPlugin: string;
729
+ interfaceBehaviorPlugin: string;
730
+ interfaceBehaviorMode: string;
731
+ frontEndPluginNode: string;
732
+ viewPlugin: string;
733
+ correspondViewTypeStyle: string;
734
+ };
735
+ };
736
+ service: {
737
+ noConfiguredPrimary: string;
738
+ noConfiguredField: string;
739
+ convertedNumber: string;
740
+ subRelationships: string;
741
+ unsupportedMethod: string;
742
+ noFoundUsernamePassword: string;
743
+ loginFailure: string;
744
+ logoutFailure: string;
745
+ noFound: string;
746
+ masterState: string;
747
+ operationIdentifier: string;
748
+ matchMasterState: string;
749
+ masterStatePermissions: string;
750
+ noMatchedState: string;
751
+ permissionCalculation: string;
752
+ noFindCodeList: string;
753
+ noConfiguredCounters: string;
754
+ lackEntityLogic: string;
755
+ createBehavior: string;
756
+ updateBehavior: string;
757
+ deletionDeletion: string;
758
+ unableDelete: string;
759
+ noSupportedDataSource: string;
760
+ sourceCodeTable: string;
761
+ requestMethods: string;
762
+ noConfiguredRequestMethod: string;
763
+ unsupportedBehaviorTypes: string;
764
+ noFoundServiceMethod: string;
765
+ UnsupportedServiceMethod: string;
766
+ noSupportedMethod: string;
767
+ noFoundStorageEntity: string;
768
+ noExist: string;
769
+ noFoundEntity: string;
770
+ noImplemented: string;
771
+ noImplementedCounter: string;
772
+ noFoundCounterBehavior: string;
773
+ createPrimaryKeyData: string;
774
+ updatePrimaryKeyData: string;
775
+ noExistNoUpdated: string;
776
+ dataNoExistNoUpdated: string;
777
+ noDeleted: string;
778
+ noAttributeName: string;
779
+ noContextParameterName: string;
780
+ conditionalObjects: string;
781
+ mustArray: string;
782
+ unsupportedQueryTypes: string;
783
+ predefinedType: string;
784
+ dynamicCodeTable: string;
785
+ unconfiguredDataset: string;
786
+ processedWithout: string;
787
+ noExistProcessed: string;
788
+ missingDetreeColumnId: string;
789
+ };
790
+ uiAction: {
791
+ noEntityOrBehavior: string;
792
+ noConfiguredopenView: string;
793
+ frontProcessingModes: string;
794
+ missingConfigurationScriptCode: string;
795
+ dataPrimaryKey: string;
796
+ printFailure: string;
797
+ physicalPrint: string;
798
+ exportRequestFailed: string;
799
+ noEntityExportsFound: string;
800
+ lackNativeEvent: string;
801
+ wantLogout: string;
802
+ operationConfirmation: string;
803
+ viewParameterModalOption: string;
804
+ withdrawalConfirmed: string;
805
+ noFoundBehaviorModel: string;
806
+ };
807
+ uiLogic: {
808
+ interfaceConnectionConditional: string;
809
+ connectionConditionGroup: string;
810
+ currentConditionValue: string;
811
+ sourceDataObjectAttribute: string;
812
+ currentTime: string;
813
+ interfaceConnectionConditionalTypeName: string;
814
+ asynchronousTermination: string;
815
+ asynchronousRejection: string;
816
+ exceptionHandling: string;
817
+ logicalLinkTypes: string;
818
+ missingTargetParameter: string;
819
+ appendedArray: string;
820
+ bindingParameters: string;
821
+ copyParameter: string;
822
+ missingfilter: string;
823
+ interfaceLogicNodeDataSet: string;
824
+ interfaceLogicNodeEntityActions: string;
825
+ noConfiguredInterfaceBehavior: string;
826
+ interfaceLogicNodeEntityInterfaceAction: string;
827
+ logicalNodeOperation: string;
828
+ unsupportedEndNode: string;
829
+ interfaceLogicNodeEndNode: string;
830
+ noEntityConfigured: string;
831
+ noEntityLogicConfigured: string;
832
+ noIncomingLogic: string;
833
+ passedParameter: string;
834
+ interfaceLogicNodeExecutingEntityLogic: string;
835
+ missingMessageTypeConfiguration: string;
836
+ missingButtonTypeConfiguration: string;
837
+ interfaceLogicNodeMessagePopup: string;
838
+ message: string;
839
+ yes: string;
840
+ no: string;
841
+ interfaceLogicNodeFrontendPlugin: string;
842
+ interfaceLogicNodePreparationParameter: string;
843
+ noTargetParameter: string;
844
+ targetParameter: string;
845
+ interfaceLogicNodeDirectCode: string;
846
+ interfaceLogicNodeRebuildParameter: string;
847
+ interfaceLogicNodeResetParameter: string;
848
+ interfaceLogicNodeSortedArrayParameters: string;
849
+ interfaceLogicNodeStartupNode: string;
850
+ interfaceLogicNodeThrowingExceptions: string;
851
+ noConfiguredTriggerObject: string;
852
+ noConfiguredEvent: string;
853
+ noConfiguredEventParameters: string;
854
+ noFoundTriggerObject: string;
855
+ noFoundEventParameterObject: string;
856
+ interfaceLogicNodeViewWidgetEventTriggerLogic: string;
857
+ noConfiguredInterfaceObject: string;
858
+ noConfiguredOperatingParameters: string;
859
+ noConfiguredCallMethod: string;
860
+ noFoundOperationParameter: string;
861
+ noFoundInterfaceObject: string;
862
+ noFoundInvokeMethod: string;
863
+ interfaceLogicNodeViewWidgetInvocation: string;
864
+ viewLogicInitializationParameter: string;
865
+ calculateInterfaceLogicParameters: string;
866
+ restablishInterfaceLogic: string;
867
+ interfaceLogic: string;
868
+ startExecutingInterfaceLogic: string;
869
+ endExecutionInterfaceLogic: string;
870
+ noLogicalNodesConfigured: string;
871
+ };
872
+ utils: {
873
+ anime: {
874
+ noExistEndpointElement: string;
875
+ noExistAnimationElement: string;
876
+ noClone: string;
877
+ };
878
+ errorHandler: {
879
+ noPermissionless: string;
880
+ noProcessor: string;
881
+ };
882
+ fileUtil: {
883
+ fileUploadFailed: string;
884
+ };
885
+ handlebars: {
886
+ noInitHandlebars: string;
887
+ };
888
+ modal: {
889
+ externalClosureCapability: string;
890
+ shouldDismissResult: string;
891
+ };
892
+ openRedirectView: {
893
+ parseSrfnavctxParameter: string;
894
+ missingEntityName: string;
895
+ noFoundSpecifiedEntity: string;
896
+ unsupportedLinkUrl: string;
897
+ noConfiguredActualReference: string;
898
+ redirectingViewReferences: string;
899
+ redirectionIdentifier: string;
900
+ noMatchActualReferenceView: string;
901
+ redirectionView: string;
902
+ };
903
+ script: {
904
+ errorReportingScript: string;
905
+ };
906
+ shortCut: {
907
+ invalidIndexNewIndex: string;
908
+ };
909
+ uiDomain: {
910
+ transactionOpen: string;
911
+ currentTransaction: string;
912
+ };
913
+ uiDomainManager: {
914
+ invalidInterfaceDomain: string;
915
+ };
916
+ verify: {
917
+ contentConform: string;
918
+ scopeRules: string;
919
+ valueNull: string;
920
+ regularRules: string;
921
+ rangeRules: string;
922
+ scriptRules: string;
923
+ emptyLogicGroups: string;
924
+ unsupportedLogicTypes: string;
925
+ emptyLogicGroupsProperly: string;
926
+ valueOperations: string;
927
+ noCompared: string;
928
+ conditionalValues: string;
929
+ };
930
+ firstregister: string;
931
+ };
426
932
  };
427
933
  };
428
934
  export default _default;