@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;
@@ -801,6 +526,7 @@ declare const _default: {
801
526
  noEntityExportsFound: string;
802
527
  lackNativeEvent: string;
803
528
  wantLogout: string;
529
+ logout: string;
804
530
  operationConfirmation: string;
805
531
  viewParameterModalOption: string;
806
532
  withdrawalConfirmed: string;
@@ -840,6 +566,9 @@ declare const _default: {
840
566
  message: string;
841
567
  yes: string;
842
568
  no: string;
569
+ determine: string;
570
+ cancel: string;
571
+ noSupportItem: string;
843
572
  interfaceLogicNodeFrontendPlugin: string;
844
573
  interfaceLogicNodePreparationParameter: string;
845
574
  noTargetParameter: string;
@@ -932,5 +661,381 @@ declare const _default: {
932
661
  firstregister: string;
933
662
  };
934
663
  };
664
+ app: {
665
+ logout: string;
666
+ error: string;
667
+ success: string;
668
+ confirm: string;
669
+ cancel: string;
670
+ return: string;
671
+ noData: string;
672
+ refresh: string;
673
+ noSupport: string;
674
+ add: string;
675
+ delete: string;
676
+ save: string;
677
+ edit: string;
678
+ complete: string;
679
+ more: string;
680
+ close: string;
681
+ newlyBuild: string;
682
+ reset: string;
683
+ search: string;
684
+ rememberMe: string;
685
+ retract: string;
686
+ pleaseEnterAccount: string;
687
+ pleaseEnterPassword: string;
688
+ };
689
+ view: {
690
+ common: {
691
+ backHomepage: string;
692
+ continueBrowsing: string;
693
+ };
694
+ noPermissionView: {
695
+ noPermissionPrompt: string;
696
+ noPermission: string;
697
+ };
698
+ noResourcesView: {
699
+ noResourcePrompt: string;
700
+ resourceNoExist: string;
701
+ };
702
+ errorView: {
703
+ noExistPrompt: string;
704
+ };
705
+ loginView: {
706
+ passwordLength: string;
707
+ login: string;
708
+ };
709
+ subAppRefView: {
710
+ jump: string;
711
+ };
712
+ };
713
+ viewEngine: {
714
+ closeRemind: string;
715
+ confirmClosePrompt: string;
716
+ noExistVersionErr: string;
717
+ browseMsg: string;
718
+ editMsg: string;
719
+ updateMsg: string;
720
+ someone: string;
721
+ refreshPrompt: string;
722
+ refreshPagePrompt: string;
723
+ refreshRemind: string;
724
+ confirmRefreshPrompt: string;
725
+ missingErr: string;
726
+ noFoundViewId: string;
727
+ firstPieceOfData: string;
728
+ lastPieceOfData: string;
729
+ subclassAchieve: string;
730
+ missingConfigErr: string;
731
+ noFoundLayoutOccupied: string;
732
+ noFoundLayoutContainer: string;
733
+ noFoundFormModel: string;
734
+ missingToolbarModel: string;
735
+ };
736
+ webApp: {
737
+ authGuard: {
738
+ loginFailed: string;
739
+ noPermission: string;
740
+ };
741
+ unauthorizedHandler: {
742
+ noFoundEnvParams: string;
743
+ };
744
+ };
745
+ control: {
746
+ common: {
747
+ determine: string;
748
+ retreat: string;
749
+ forward: string;
750
+ noSupportItem: string;
751
+ noFoundNode: string;
752
+ itemsSelected: string;
753
+ citeErrMessage: string;
754
+ noDomErrMessage: string;
755
+ noPopErrMessage: string;
756
+ currentNoData: string;
757
+ updateSuccess: string;
758
+ newSuccCreated: string;
759
+ deleteSuccess: string;
760
+ };
761
+ menu: {
762
+ noSupportAlign: string;
763
+ noFoundModel: string;
764
+ noFoundFunction: string;
765
+ menuSetting: string;
766
+ };
767
+ menuDesign: {
768
+ customMenu: string;
769
+ reset: string;
770
+ save: string;
771
+ };
772
+ calendar: {
773
+ lastYear: string;
774
+ lastMonth: string;
775
+ today: string;
776
+ nextMonth: string;
777
+ nextYear: string;
778
+ };
779
+ chart: {
780
+ chartPlaceholder: string;
781
+ };
782
+ dashboard: {
783
+ customDashboardContainer: {
784
+ portalCustomPrompt: string;
785
+ };
786
+ dashboardDesign: {
787
+ global: string;
788
+ add: string;
789
+ customPortal: string;
790
+ colNum: string;
791
+ cellHeight: string;
792
+ restoreDefault: string;
793
+ save: string;
794
+ };
795
+ };
796
+ form: {
797
+ noSupportDetailType: string;
798
+ formDruipart: {
799
+ saveFirst: string;
800
+ };
801
+ formGroupPanel: {
802
+ showMore: string;
803
+ };
804
+ formMDctrlForm: {
805
+ noFindProvider: string;
806
+ };
807
+ formMDctrlRepeater: {
808
+ noSupportStyle: string;
809
+ };
810
+ repeaterGrid: {
811
+ promptInformation: string;
812
+ absentOrLoad: string;
813
+ };
814
+ repeaterSingleForm: {
815
+ errorMessage: string;
816
+ };
817
+ mdCtrlContainer: {
818
+ promptInformation: string;
819
+ noSlot: string;
820
+ };
821
+ formMDctrl: {
822
+ errorMessage: string;
823
+ };
824
+ };
825
+ gantt: {
826
+ complete: string;
827
+ total: string;
828
+ deadline: string;
829
+ };
830
+ kanban: {
831
+ selectAll: string;
832
+ selectedDataCount: string;
833
+ natchOperation: string;
834
+ };
835
+ reportPanel: {
836
+ unrealized: string;
837
+ };
838
+ searchBar: {
839
+ saveGroup: string;
840
+ filter: string;
841
+ filterTree: {
842
+ addItem: string;
843
+ };
844
+ searchGroups: {
845
+ groupValueRule: string;
846
+ errorMessage: string;
847
+ noEditPrompt: string;
848
+ savePrompt: string;
849
+ delTitle: string;
850
+ confirmDelPrompt: string;
851
+ unrecoverablePrompt: string;
852
+ newGroup: string;
853
+ groupManage: string;
854
+ groupName: string;
855
+ enterPrompt: string;
856
+ editGroup: string;
857
+ manageTips: string;
858
+ name: string;
859
+ show: string;
860
+ operate: string;
861
+ dialogCancel: string;
862
+ dialogDetermine: string;
863
+ };
864
+ };
865
+ toolbar: {
866
+ exportExcel: {
867
+ exportAll: string;
868
+ expCurrentPage: string;
869
+ expCurrentSelect: string;
870
+ page: string;
871
+ export: string;
872
+ };
873
+ };
874
+ tree: {
875
+ noFoundInstance: string;
876
+ noSupported: string;
877
+ };
878
+ treeGridEx: {
879
+ noFoundMessage: string;
880
+ };
881
+ };
882
+ component: {
883
+ indexSearch: {
884
+ placeholder: string;
885
+ };
886
+ dataImport: {
887
+ startImport: string;
888
+ importSuccess: string;
889
+ importData: string;
890
+ clickToUpload: string;
891
+ importResults: string;
892
+ downloadTemplate: string;
893
+ templateFile: string;
894
+ continue: string;
895
+ };
896
+ dataImport2: {
897
+ atLastOne: string;
898
+ uploadPlease: string;
899
+ fileName: string;
900
+ saveMode: string;
901
+ reUpload: string;
902
+ fileUpload: string;
903
+ import: string;
904
+ selectProperties: string;
905
+ };
906
+ dataImport2Select: {
907
+ selectMode: string;
908
+ edit: string;
909
+ };
910
+ dataImport2Table: {
911
+ selectAttribute: string;
912
+ };
913
+ doingNotice: {
914
+ jobInProgress: string;
915
+ };
916
+ extendActionTimeLine: {
917
+ processTime: string;
918
+ comments: string;
919
+ reject: string;
920
+ };
921
+ mapChart: {
922
+ high: string;
923
+ low: string;
924
+ };
925
+ pagination: {
926
+ display: string;
927
+ piece: string;
928
+ total: string;
929
+ pieceData: string;
930
+ };
931
+ rawItem: {
932
+ errorConfig: string;
933
+ noSupportVideo: string;
934
+ };
935
+ gridSetting: {
936
+ hideControl: string;
937
+ };
938
+ actionToolbar: {
939
+ more: string;
940
+ };
941
+ };
942
+ editor: {
943
+ common: {
944
+ entityConfigErr: string;
945
+ selectViewConfigErr: string;
946
+ linkViewConfigErr: string;
947
+ confirmCancelPrompt: string;
948
+ cancelEditPrompt: string;
949
+ confirmCancel: string;
950
+ };
951
+ cascader: {
952
+ ibizCascader: {
953
+ title: string;
954
+ };
955
+ };
956
+ code: {
957
+ readOnlyPrompt: string;
958
+ };
959
+ dateRange: {
960
+ rangeSeparator: string;
961
+ };
962
+ html: {
963
+ wangEditor: {
964
+ customTips: string;
965
+ };
966
+ };
967
+ markdown: {
968
+ uploadJsonFormatErr: string;
969
+ exportJsonFormatErr: string;
970
+ };
971
+ notSupportedEditor: {
972
+ unsupportedType: string;
973
+ };
974
+ preset: {
975
+ ibizPresetRawitem: {
976
+ noSupportType: string;
977
+ };
978
+ };
979
+ textBox: {
980
+ warningMessage: string;
981
+ };
982
+ upload: {
983
+ uploadFiles: string;
984
+ };
985
+ };
986
+ panelComponent: {
987
+ authUserinfo: {
988
+ visitor: string;
989
+ };
990
+ navPosIndex: {
991
+ noSupportPrompt: string;
992
+ };
993
+ navTabs: {
994
+ closeAll: string;
995
+ closeOther: string;
996
+ };
997
+ searchformButtons: {
998
+ errMessage: string;
999
+ enterPrompt: string;
1000
+ queryPrompt: string;
1001
+ saveCondition: string;
1002
+ };
1003
+ shortCut: {
1004
+ expandToolbar: string;
1005
+ };
1006
+ userMessage: {
1007
+ notice: string;
1008
+ backendTasks: string;
1009
+ allRead: string;
1010
+ asyncActionPreview: {
1011
+ downloadFailedErr: string;
1012
+ noExistentErr: string;
1013
+ importDetailPrompt: string;
1014
+ parseImportInfoErr: string;
1015
+ downloadErrFile: string;
1016
+ importTime: string;
1017
+ importTotal: string;
1018
+ successImport: string;
1019
+ ImportFailed: string;
1020
+ };
1021
+ asyncActionTab: {
1022
+ noSupportType: string;
1023
+ noAsyncAction: string;
1024
+ };
1025
+ internalMessageContainer: {
1026
+ markAsRead: string;
1027
+ };
1028
+ internalMessageJson: {
1029
+ jumpToView: string;
1030
+ missingHtml: string;
1031
+ };
1032
+ internalMessageTab: {
1033
+ noSupportType: string;
1034
+ notificationYet: string;
1035
+ loadMore: string;
1036
+ onlyShowUnread: string;
1037
+ };
1038
+ };
1039
+ };
935
1040
  };
936
1041
  export default _default;