@ibiz-template/vue3-components 0.7.16 → 0.7.17

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 (57) hide show
  1. package/dist/index-7bnGd6Fk.js +4 -0
  2. package/dist/index-8ZKxthh5.js +1 -0
  3. package/dist/index-EgqQMBU4.js +1 -0
  4. package/dist/index.min.css +1 -1
  5. package/dist/index.system.min.js +1 -1
  6. package/dist/{xlsx-util-AIEyudtA.js → xlsx-util-e9YRtb2T.js} +1 -1
  7. package/es/common/action-toolbar/action-toolbar.mjs +25 -6
  8. package/es/control/app-menu/app-menu.css +1 -1
  9. package/es/control/app-menu/app-menu.d.ts +4 -0
  10. package/es/control/app-menu/app-menu.mjs +83 -17
  11. package/es/control/app-menu/custom-menu-design/custom-menu-design.css +1 -0
  12. package/es/control/app-menu/custom-menu-design/custom-menu-design.d.ts +43 -0
  13. package/es/control/app-menu/custom-menu-design/custom-menu-design.mjs +280 -0
  14. package/es/control/app-menu/index.d.ts +4 -0
  15. package/es/control/app-menu/index.mjs +2 -0
  16. package/es/control/kanban/kanban.mjs +2 -2
  17. package/es/control/toolbar/toolbar.css +1 -1
  18. package/es/control/toolbar/toolbar.mjs +1 -0
  19. package/es/control/tree/el-tree-util.d.ts +1 -1
  20. package/es/control/tree/index.d.ts +1 -1
  21. package/es/control/tree/tree.d.ts +1 -1
  22. package/es/locale/en/index.d.ts +495 -390
  23. package/es/locale/en/index.mjs +20 -565
  24. package/es/locale/zh-CN/index.d.ts +495 -390
  25. package/es/locale/zh-CN/index.mjs +20 -563
  26. package/es/panel-component/auth-userinfo/auth-userinfo.css +1 -1
  27. package/es/panel-component/auth-userinfo/auth-userinfo.mjs +2 -2
  28. package/es/panel-component/panel-app-title/panel-app-title.controller.mjs +3 -1
  29. package/es/panel-component/panel-app-title/panel-app-title.css +1 -1
  30. package/es/panel-component/panel-app-title/panel-app-title.mjs +42 -22
  31. package/es/panel-component/user-action/index.d.ts +1 -1
  32. package/es/panel-component/user-action/user-action.d.ts +1 -1
  33. package/es/panel-component/user-action/user-action.mjs +5 -3
  34. package/es/util/app-util/app-util.d.ts +2 -2
  35. package/es/util/app-util/app-util.mjs +8 -7
  36. package/lib/common/action-toolbar/action-toolbar.cjs +25 -6
  37. package/lib/control/app-menu/app-menu.cjs +83 -17
  38. package/lib/control/app-menu/app-menu.css +1 -1
  39. package/lib/control/app-menu/custom-menu-design/custom-menu-design.cjs +282 -0
  40. package/lib/control/app-menu/custom-menu-design/custom-menu-design.css +1 -0
  41. package/lib/control/app-menu/index.cjs +2 -0
  42. package/lib/control/kanban/kanban.cjs +2 -2
  43. package/lib/control/toolbar/toolbar.cjs +1 -0
  44. package/lib/control/toolbar/toolbar.css +1 -1
  45. package/lib/locale/en/index.cjs +20 -565
  46. package/lib/locale/zh-CN/index.cjs +20 -563
  47. package/lib/panel-component/auth-userinfo/auth-userinfo.cjs +2 -2
  48. package/lib/panel-component/auth-userinfo/auth-userinfo.css +1 -1
  49. package/lib/panel-component/panel-app-title/panel-app-title.cjs +42 -22
  50. package/lib/panel-component/panel-app-title/panel-app-title.controller.cjs +3 -1
  51. package/lib/panel-component/panel-app-title/panel-app-title.css +1 -1
  52. package/lib/panel-component/user-action/user-action.cjs +5 -3
  53. package/lib/util/app-util/app-util.cjs +8 -7
  54. package/package.json +5 -5
  55. package/dist/index-8VqjTY2N.js +0 -4
  56. package/dist/index-B_FGiHpY.js +0 -1
  57. package/dist/index-Q8y2iWnX.js +0 -1
@@ -1,409 +1,133 @@
1
1
  declare const _default: {
2
- app: {
3
- logout: string;
4
- error: string;
5
- success: string;
6
- confirm: string;
7
- cancel: string;
8
- return: string;
9
- noData: string;
10
- refresh: string;
11
- noSupport: string;
12
- add: string;
13
- delete: string;
14
- save: string;
15
- edit: string;
16
- complete: string;
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;
2
+ modelHelper: {
3
+ utils: {
4
+ noFoundEntity: string;
5
+ maximumTier: string;
6
+ circularRecursive: string;
7
+ calculatedEntities: string;
8
+ };
9
+ noInitialized: string;
10
+ noFoundEntity: string;
11
+ noFoundView: string;
12
+ noSupported: string;
26
13
  };
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;
14
+ core: {
15
+ command: {
16
+ unregisteredCommand: string;
49
17
  };
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;
18
+ error: {
19
+ networkAbnormality: string;
20
+ modelMsg: string;
21
+ unsupportedModels: string;
22
+ modelConfigurationMissing: string;
78
23
  };
79
- unauthorizedHandler: {
80
- noFoundEnvParams: string;
24
+ utils: {
25
+ powerOfTwo: string;
26
+ targetElement: string;
27
+ cannotFindWindow: string;
28
+ unrealized: string;
29
+ remoteStylesheet: string;
30
+ notMatchLockUnlock: string;
31
+ multiApplicationMode: string;
32
+ uploadFailed: string;
33
+ invalidInputValue: string;
81
34
  };
35
+ noReInstall: string;
82
36
  };
83
- control: {
37
+ vue3Util: {
84
38
  common: {
85
- determine: string;
86
- retreat: string;
87
- forward: string;
88
- noSupportItem: string;
89
- noFoundNode: string;
90
- itemsSelected: string;
91
- citeErrMessage: string;
92
- noDomErrMessage: string;
93
- noPopErrMessage: string;
94
- currentNoData: string;
95
- updateSuccess: string;
96
- newSuccCreated: string;
97
- deleteSuccess: string;
98
- };
99
- menu: {
100
- noSupportAlign: string;
101
- noFoundModel: string;
102
- noFoundFunction: string;
103
- };
104
- calendar: {
105
- lastYear: string;
106
- lastMonth: string;
107
- today: string;
108
- nextMonth: string;
109
- nextYear: string;
110
- };
111
- chart: {
112
- chartPlaceholder: string;
113
- };
114
- dashboard: {
115
- customDashboardContainer: {
116
- portalCustomPrompt: string;
117
- };
118
- dashboardDesign: {
119
- global: string;
120
- add: string;
121
- customPortal: string;
122
- colNum: string;
123
- cellHeight: string;
124
- restoreDefault: string;
125
- save: string;
126
- };
127
- };
128
- form: {
129
- noSupportDetailType: string;
130
- formDruipart: {
131
- saveFirst: string;
132
- };
133
- formGroupPanel: {
134
- showMore: string;
135
- };
136
- formMDctrlForm: {
137
- noFindProvider: string;
138
- };
139
- formMDctrlRepeater: {
140
- noSupportStyle: string;
141
- };
142
- repeaterGrid: {
143
- promptInformation: string;
144
- absentOrLoad: string;
145
- };
146
- repeaterSingleForm: {
147
- errorMessage: string;
39
+ undefined: string;
40
+ onFoundCorrespondingPart: string;
41
+ noFoundViewModel: string;
42
+ noSupportLoadingDynamic: string;
43
+ };
44
+ control: {
45
+ unsupportedPanel: string;
46
+ };
47
+ panelComponent: {
48
+ noConfiguardDataObject: string;
49
+ noSupportedDataSourceType: string;
50
+ noConfiguredEntityLogic: string;
51
+ noConfiguredEntity: string;
52
+ noReturnValue: string;
53
+ noAttribute: string;
54
+ noConfiguerdEntityBehanior: string;
55
+ sessionView: string;
56
+ viewStateAttribute: string;
57
+ noImplementMethod: string;
58
+ noProvidedSlot: string;
59
+ cannotEmpty: string;
60
+ unadaptedLayout: string;
61
+ placeholderIdentifier: string;
62
+ };
63
+ plugin: {
64
+ failureConfigurationLoad: string;
65
+ failedRemotePluginLoad: string;
66
+ fileContentFormat: string;
67
+ };
68
+ use: {
69
+ control: {
70
+ parameterChanges: string;
71
+ stateChange: string;
148
72
  };
149
- mdCtrlContainer: {
150
- promptInformation: string;
151
- noSlot: string;
73
+ focusBlur: {
74
+ noFocus: string;
152
75
  };
153
- formMDctrl: {
154
- errorMessage: string;
76
+ view: {
77
+ stateChange: string;
155
78
  };
156
79
  };
157
- gantt: {
158
- complete: string;
159
- total: string;
160
- deadline: string;
161
- };
162
- kanban: {
163
- selectAll: string;
164
- selectedDataCount: string;
165
- natchOperation: string;
80
+ util: {
81
+ noInjected: string;
82
+ convertString: string;
83
+ viewIdentifiers: string;
84
+ noFoundView: string;
85
+ routeCorrectly: string;
86
+ };
87
+ view: {
88
+ redirectionProgress: string;
89
+ viewType: string;
90
+ noTeleportTag: string;
91
+ embeddedRedirectionView: string;
92
+ insufficientRedirection: string;
93
+ toDoList: string;
166
94
  };
167
- reportPanel: {
95
+ };
96
+ runtime: {
97
+ common: {
168
98
  unrealized: string;
169
99
  };
170
- searchBar: {
171
- saveGroup: string;
172
- filter: string;
173
- filterTree: {
174
- addItem: string;
175
- };
176
- searchGroups: {
177
- groupValueRule: string;
178
- errorMessage: string;
179
- noEditPrompt: string;
180
- savePrompt: string;
181
- delTitle: string;
182
- confirmDelPrompt: string;
183
- unrecoverablePrompt: string;
184
- newGroup: string;
185
- groupManage: string;
186
- groupName: string;
187
- enterPrompt: string;
188
- editGroup: string;
189
- manageTips: string;
190
- name: string;
191
- show: string;
192
- operate: string;
193
- dialogCancel: string;
194
- dialogDetermine: string;
100
+ command: {
101
+ app: {
102
+ noFindApplicationFunction: string;
103
+ noFindApplicationFunctionYype: string;
104
+ noFindApplicationView: string;
105
+ unsupportedPopup: string;
106
+ unsupportedPopupapp: string;
107
+ missingEvent: string;
195
108
  };
196
109
  };
197
- toolbar: {
198
- exportExcel: {
199
- exportAll: string;
200
- expCurrentPage: string;
201
- expCurrentSelect: string;
202
- page: string;
203
- export: string;
204
- };
205
- };
206
- tree: {
207
- noFoundInstance: string;
208
- noSupported: string;
209
- };
210
- treeGridEx: {
211
- noFoundMessage: string;
212
- };
213
- };
214
- component: {
215
- indexSearch: {
216
- placeholder: string;
217
- };
218
- dataImport: {
219
- startImport: string;
220
- importSuccess: string;
221
- importData: string;
222
- clickToUpload: string;
223
- importResults: string;
224
- downloadTemplate: string;
225
- templateFile: string;
226
- continue: string;
227
- };
228
- dataImport2: {
229
- atLastOne: string;
230
- uploadPlease: string;
231
- fileName: string;
232
- saveMode: string;
233
- reUpload: string;
234
- fileUpload: string;
235
- import: string;
236
- selectProperties: string;
237
- };
238
- dataImport2Select: {
239
- selectMode: string;
240
- edit: string;
241
- };
242
- dataImport2Table: {
243
- selectAttribute: string;
244
- };
245
- doingNotice: {
246
- jobInProgress: string;
247
- };
248
- extendActionTimeLine: {
249
- processTime: string;
250
- comments: string;
251
- reject: string;
252
- };
253
- mapChart: {
254
- high: string;
255
- low: string;
256
- };
257
- pagination: {
258
- display: string;
259
- piece: string;
260
- total: string;
261
- pieceData: string;
262
- };
263
- rawItem: {
264
- errorConfig: string;
265
- noSupportVideo: string;
266
- };
267
- gridSetting: {
268
- hideControl: string;
269
- };
270
- actionToolbar: {
271
- more: string;
272
- };
273
- };
274
- editor: {
275
- common: {
276
- entityConfigErr: string;
277
- selectViewConfigErr: string;
278
- linkViewConfigErr: string;
279
- confirmCancelPrompt: string;
280
- cancelEditPrompt: string;
281
- confirmCancel: string;
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
- };
371
- };
372
- runtime: {
373
- common: {
374
- unrealized: string;
375
- };
376
- command: {
377
- app: {
378
- noFindApplicationFunction: string;
379
- noFindApplicationFunctionYype: string;
380
- noFindApplicationView: string;
381
- unsupportedPopup: string;
382
- unsupportedPopupapp: string;
383
- missingEvent: string;
384
- };
385
- };
386
- controller: {
387
- common: {
388
- control: {
389
- componentActivation: string;
390
- componentPause: string;
391
- unsupportedType: string;
392
- uncheckedData: string;
393
- dataDeletion: string;
394
- confirmDataDeletion: string;
395
- noImportModel: string;
396
- };
397
- editor: {
398
- editorNoConfigured: string;
399
- };
400
- view: {
401
- viewActivation: string;
402
- viewPause: string;
403
- viewDestroy: string;
404
- noFoundViewEngine: string;
405
- noSupportBehavior: string;
406
- };
110
+ controller: {
111
+ common: {
112
+ control: {
113
+ componentActivation: string;
114
+ componentPause: string;
115
+ unsupportedType: string;
116
+ uncheckedData: string;
117
+ dataDeletion: string;
118
+ confirmDataDeletion: string;
119
+ noImportModel: string;
120
+ };
121
+ editor: {
122
+ editorNoConfigured: string;
123
+ };
124
+ view: {
125
+ viewActivation: string;
126
+ viewPause: string;
127
+ viewDestroy: string;
128
+ noFoundViewEngine: string;
129
+ noSupportBehavior: string;
130
+ };
407
131
  };
408
132
  control: {
409
133
  menu: {
@@ -555,6 +279,7 @@ declare const _default: {
555
279
  decrement: string;
556
280
  };
557
281
  dataFileUtil: {
282
+ startImport: string;
558
283
  noExist: string;
559
284
  loadError: string;
560
285
  importData: string;
@@ -798,6 +523,7 @@ declare const _default: {
798
523
  exportRequestFailed: string;
799
524
  noEntityExportsFound: string;
800
525
  lackNativeEvent: string;
526
+ logout: string;
801
527
  wantLogout: string;
802
528
  operationConfirmation: string;
803
529
  viewParameterModalOption: string;
@@ -838,6 +564,9 @@ declare const _default: {
838
564
  message: string;
839
565
  yes: string;
840
566
  no: string;
567
+ determine: string;
568
+ cancel: string;
569
+ noSupportItem: string;
841
570
  interfaceLogicNodeFrontendPlugin: string;
842
571
  interfaceLogicNodePreparationParameter: string;
843
572
  noTargetParameter: string;
@@ -930,5 +659,381 @@ declare const _default: {
930
659
  firstregister: string;
931
660
  };
932
661
  };
662
+ app: {
663
+ logout: string;
664
+ error: string;
665
+ success: string;
666
+ confirm: string;
667
+ cancel: string;
668
+ return: string;
669
+ noData: string;
670
+ refresh: string;
671
+ noSupport: string;
672
+ add: string;
673
+ delete: string;
674
+ save: string;
675
+ edit: string;
676
+ complete: string;
677
+ more: string;
678
+ close: string;
679
+ newlyBuild: string;
680
+ reset: string;
681
+ search: string;
682
+ rememberMe: string;
683
+ retract: string;
684
+ pleaseEnterAccount: string;
685
+ pleaseEnterPassword: string;
686
+ };
687
+ view: {
688
+ common: {
689
+ backHomepage: string;
690
+ continueBrowsing: string;
691
+ };
692
+ noPermissionView: {
693
+ noPermissionPrompt: string;
694
+ noPermission: string;
695
+ };
696
+ noResourcesView: {
697
+ noResourcePrompt: string;
698
+ resourceNoExist: string;
699
+ };
700
+ errorView: {
701
+ noExistPrompt: string;
702
+ };
703
+ loginView: {
704
+ passwordLength: string;
705
+ login: string;
706
+ };
707
+ subAppRefView: {
708
+ jump: string;
709
+ };
710
+ };
711
+ viewEngine: {
712
+ closeRemind: string;
713
+ confirmClosePrompt: string;
714
+ noExistVersionErr: string;
715
+ browseMsg: string;
716
+ editMsg: string;
717
+ updateMsg: string;
718
+ someone: string;
719
+ refreshPrompt: string;
720
+ refreshPagePrompt: string;
721
+ refreshRemind: string;
722
+ confirmRefreshPrompt: string;
723
+ missingErr: string;
724
+ noFoundViewId: string;
725
+ firstPieceOfData: string;
726
+ lastPieceOfData: string;
727
+ subclassAchieve: string;
728
+ missingConfigErr: string;
729
+ noFoundLayoutOccupied: string;
730
+ noFoundLayoutContainer: string;
731
+ noFoundFormModel: string;
732
+ missingToolbarModel: string;
733
+ };
734
+ webApp: {
735
+ authGuard: {
736
+ loginFailed: string;
737
+ noPermission: string;
738
+ };
739
+ unauthorizedHandler: {
740
+ noFoundEnvParams: string;
741
+ };
742
+ };
743
+ control: {
744
+ common: {
745
+ determine: string;
746
+ retreat: string;
747
+ forward: string;
748
+ noSupportItem: string;
749
+ noFoundNode: string;
750
+ itemsSelected: string;
751
+ citeErrMessage: string;
752
+ noDomErrMessage: string;
753
+ noPopErrMessage: string;
754
+ currentNoData: string;
755
+ updateSuccess: string;
756
+ newSuccCreated: string;
757
+ deleteSuccess: string;
758
+ };
759
+ menu: {
760
+ noSupportAlign: string;
761
+ noFoundModel: string;
762
+ noFoundFunction: string;
763
+ menuSetting: string;
764
+ };
765
+ menuDesign: {
766
+ customMenu: string;
767
+ reset: string;
768
+ save: string;
769
+ };
770
+ calendar: {
771
+ lastYear: string;
772
+ lastMonth: string;
773
+ today: string;
774
+ nextMonth: string;
775
+ nextYear: string;
776
+ };
777
+ chart: {
778
+ chartPlaceholder: string;
779
+ };
780
+ dashboard: {
781
+ customDashboardContainer: {
782
+ portalCustomPrompt: string;
783
+ };
784
+ dashboardDesign: {
785
+ global: string;
786
+ add: string;
787
+ customPortal: string;
788
+ colNum: string;
789
+ cellHeight: string;
790
+ restoreDefault: string;
791
+ save: string;
792
+ };
793
+ };
794
+ form: {
795
+ noSupportDetailType: string;
796
+ formDruipart: {
797
+ saveFirst: string;
798
+ };
799
+ formGroupPanel: {
800
+ showMore: string;
801
+ };
802
+ formMDctrlForm: {
803
+ noFindProvider: string;
804
+ };
805
+ formMDctrlRepeater: {
806
+ noSupportStyle: string;
807
+ };
808
+ repeaterGrid: {
809
+ promptInformation: string;
810
+ absentOrLoad: string;
811
+ };
812
+ repeaterSingleForm: {
813
+ errorMessage: string;
814
+ };
815
+ mdCtrlContainer: {
816
+ promptInformation: string;
817
+ noSlot: string;
818
+ };
819
+ formMDctrl: {
820
+ errorMessage: string;
821
+ };
822
+ };
823
+ gantt: {
824
+ complete: string;
825
+ total: string;
826
+ deadline: string;
827
+ };
828
+ kanban: {
829
+ selectAll: string;
830
+ selectedDataCount: string;
831
+ natchOperation: string;
832
+ };
833
+ reportPanel: {
834
+ unrealized: string;
835
+ };
836
+ searchBar: {
837
+ saveGroup: string;
838
+ filter: string;
839
+ filterTree: {
840
+ addItem: string;
841
+ };
842
+ searchGroups: {
843
+ groupValueRule: string;
844
+ errorMessage: string;
845
+ noEditPrompt: string;
846
+ savePrompt: string;
847
+ delTitle: string;
848
+ confirmDelPrompt: string;
849
+ unrecoverablePrompt: string;
850
+ newGroup: string;
851
+ groupManage: string;
852
+ groupName: string;
853
+ enterPrompt: string;
854
+ editGroup: string;
855
+ manageTips: string;
856
+ name: string;
857
+ show: string;
858
+ operate: string;
859
+ dialogCancel: string;
860
+ dialogDetermine: string;
861
+ };
862
+ };
863
+ toolbar: {
864
+ exportExcel: {
865
+ exportAll: string;
866
+ expCurrentPage: string;
867
+ expCurrentSelect: string;
868
+ page: string;
869
+ export: string;
870
+ };
871
+ };
872
+ tree: {
873
+ noFoundInstance: string;
874
+ noSupported: string;
875
+ };
876
+ treeGridEx: {
877
+ noFoundMessage: string;
878
+ };
879
+ };
880
+ component: {
881
+ indexSearch: {
882
+ placeholder: string;
883
+ };
884
+ dataImport: {
885
+ startImport: string;
886
+ importSuccess: string;
887
+ importData: string;
888
+ clickToUpload: string;
889
+ importResults: string;
890
+ downloadTemplate: string;
891
+ templateFile: string;
892
+ continue: string;
893
+ };
894
+ dataImport2: {
895
+ atLastOne: string;
896
+ uploadPlease: string;
897
+ fileName: string;
898
+ saveMode: string;
899
+ reUpload: string;
900
+ fileUpload: string;
901
+ import: string;
902
+ selectProperties: string;
903
+ };
904
+ dataImport2Select: {
905
+ selectMode: string;
906
+ edit: string;
907
+ };
908
+ dataImport2Table: {
909
+ selectAttribute: string;
910
+ };
911
+ doingNotice: {
912
+ jobInProgress: string;
913
+ };
914
+ extendActionTimeLine: {
915
+ processTime: string;
916
+ comments: string;
917
+ reject: string;
918
+ };
919
+ mapChart: {
920
+ high: string;
921
+ low: string;
922
+ };
923
+ pagination: {
924
+ display: string;
925
+ piece: string;
926
+ total: string;
927
+ pieceData: string;
928
+ };
929
+ rawItem: {
930
+ errorConfig: string;
931
+ noSupportVideo: string;
932
+ };
933
+ gridSetting: {
934
+ hideControl: string;
935
+ };
936
+ actionToolbar: {
937
+ more: string;
938
+ };
939
+ };
940
+ editor: {
941
+ common: {
942
+ entityConfigErr: string;
943
+ selectViewConfigErr: string;
944
+ linkViewConfigErr: string;
945
+ confirmCancelPrompt: string;
946
+ cancelEditPrompt: string;
947
+ confirmCancel: string;
948
+ };
949
+ cascader: {
950
+ ibizCascader: {
951
+ title: string;
952
+ };
953
+ };
954
+ code: {
955
+ readOnlyPrompt: string;
956
+ };
957
+ dateRange: {
958
+ rangeSeparator: string;
959
+ };
960
+ html: {
961
+ wangEditor: {
962
+ customTips: string;
963
+ };
964
+ };
965
+ markdown: {
966
+ uploadJsonFormatErr: string;
967
+ exportJsonFormatErr: string;
968
+ };
969
+ notSupportedEditor: {
970
+ unsupportedType: string;
971
+ };
972
+ preset: {
973
+ ibizPresetRawitem: {
974
+ noSupportType: string;
975
+ };
976
+ };
977
+ textBox: {
978
+ warningMessage: string;
979
+ };
980
+ upload: {
981
+ uploadFiles: string;
982
+ };
983
+ };
984
+ panelComponent: {
985
+ authUserinfo: {
986
+ visitor: string;
987
+ };
988
+ navPosIndex: {
989
+ noSupportPrompt: string;
990
+ };
991
+ navTabs: {
992
+ closeAll: string;
993
+ closeOther: string;
994
+ };
995
+ searchformButtons: {
996
+ errMessage: string;
997
+ enterPrompt: string;
998
+ queryPrompt: string;
999
+ saveCondition: string;
1000
+ };
1001
+ shortCut: {
1002
+ expandToolbar: string;
1003
+ };
1004
+ userMessage: {
1005
+ notice: string;
1006
+ backendTasks: string;
1007
+ allRead: string;
1008
+ asyncActionPreview: {
1009
+ downloadFailedErr: string;
1010
+ noExistentErr: string;
1011
+ importDetailPrompt: string;
1012
+ parseImportInfoErr: string;
1013
+ downloadErrFile: string;
1014
+ importTime: string;
1015
+ importTotal: string;
1016
+ successImport: string;
1017
+ ImportFailed: string;
1018
+ };
1019
+ asyncActionTab: {
1020
+ noSupportType: string;
1021
+ noAsyncAction: string;
1022
+ };
1023
+ internalMessageContainer: {
1024
+ markAsRead: string;
1025
+ };
1026
+ internalMessageJson: {
1027
+ jumpToView: string;
1028
+ missingHtml: string;
1029
+ };
1030
+ internalMessageTab: {
1031
+ noSupportType: string;
1032
+ notificationYet: string;
1033
+ loadMore: string;
1034
+ onlyShowUnread: string;
1035
+ };
1036
+ };
1037
+ };
933
1038
  };
934
1039
  export default _default;