@ibiz-template/vue3-components 0.7.16 → 0.7.17-alpha.0

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.
@@ -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,375 @@ 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
+ };
766
+ calendar: {
767
+ lastYear: string;
768
+ lastMonth: string;
769
+ today: string;
770
+ nextMonth: string;
771
+ nextYear: string;
772
+ };
773
+ chart: {
774
+ chartPlaceholder: string;
775
+ };
776
+ dashboard: {
777
+ customDashboardContainer: {
778
+ portalCustomPrompt: string;
779
+ };
780
+ dashboardDesign: {
781
+ global: string;
782
+ add: string;
783
+ customPortal: string;
784
+ colNum: string;
785
+ cellHeight: string;
786
+ restoreDefault: string;
787
+ save: string;
788
+ };
789
+ };
790
+ form: {
791
+ noSupportDetailType: string;
792
+ formDruipart: {
793
+ saveFirst: string;
794
+ };
795
+ formGroupPanel: {
796
+ showMore: string;
797
+ };
798
+ formMDctrlForm: {
799
+ noFindProvider: string;
800
+ };
801
+ formMDctrlRepeater: {
802
+ noSupportStyle: string;
803
+ };
804
+ repeaterGrid: {
805
+ promptInformation: string;
806
+ absentOrLoad: string;
807
+ };
808
+ repeaterSingleForm: {
809
+ errorMessage: string;
810
+ };
811
+ mdCtrlContainer: {
812
+ promptInformation: string;
813
+ noSlot: string;
814
+ };
815
+ formMDctrl: {
816
+ errorMessage: string;
817
+ };
818
+ };
819
+ gantt: {
820
+ complete: string;
821
+ total: string;
822
+ deadline: string;
823
+ };
824
+ kanban: {
825
+ selectAll: string;
826
+ selectedDataCount: string;
827
+ natchOperation: string;
828
+ };
829
+ reportPanel: {
830
+ unrealized: string;
831
+ };
832
+ searchBar: {
833
+ saveGroup: string;
834
+ filter: string;
835
+ filterTree: {
836
+ addItem: string;
837
+ };
838
+ searchGroups: {
839
+ groupValueRule: string;
840
+ errorMessage: string;
841
+ noEditPrompt: string;
842
+ savePrompt: string;
843
+ delTitle: string;
844
+ confirmDelPrompt: string;
845
+ unrecoverablePrompt: string;
846
+ newGroup: string;
847
+ groupManage: string;
848
+ groupName: string;
849
+ enterPrompt: string;
850
+ editGroup: string;
851
+ manageTips: string;
852
+ name: string;
853
+ show: string;
854
+ operate: string;
855
+ dialogCancel: string;
856
+ dialogDetermine: string;
857
+ };
858
+ };
859
+ toolbar: {
860
+ exportExcel: {
861
+ exportAll: string;
862
+ expCurrentPage: string;
863
+ expCurrentSelect: string;
864
+ page: string;
865
+ export: string;
866
+ };
867
+ };
868
+ tree: {
869
+ noFoundInstance: string;
870
+ noSupported: string;
871
+ };
872
+ treeGridEx: {
873
+ noFoundMessage: string;
874
+ };
875
+ };
876
+ component: {
877
+ indexSearch: {
878
+ placeholder: string;
879
+ };
880
+ dataImport: {
881
+ startImport: string;
882
+ importSuccess: string;
883
+ importData: string;
884
+ clickToUpload: string;
885
+ importResults: string;
886
+ downloadTemplate: string;
887
+ templateFile: string;
888
+ continue: string;
889
+ };
890
+ dataImport2: {
891
+ atLastOne: string;
892
+ uploadPlease: string;
893
+ fileName: string;
894
+ saveMode: string;
895
+ reUpload: string;
896
+ fileUpload: string;
897
+ import: string;
898
+ selectProperties: string;
899
+ };
900
+ dataImport2Select: {
901
+ selectMode: string;
902
+ edit: string;
903
+ };
904
+ dataImport2Table: {
905
+ selectAttribute: string;
906
+ };
907
+ doingNotice: {
908
+ jobInProgress: string;
909
+ };
910
+ extendActionTimeLine: {
911
+ processTime: string;
912
+ comments: string;
913
+ reject: string;
914
+ };
915
+ mapChart: {
916
+ high: string;
917
+ low: string;
918
+ };
919
+ pagination: {
920
+ display: string;
921
+ piece: string;
922
+ total: string;
923
+ pieceData: string;
924
+ };
925
+ rawItem: {
926
+ errorConfig: string;
927
+ noSupportVideo: string;
928
+ };
929
+ gridSetting: {
930
+ hideControl: string;
931
+ };
932
+ actionToolbar: {
933
+ more: string;
934
+ };
935
+ };
936
+ editor: {
937
+ common: {
938
+ entityConfigErr: string;
939
+ selectViewConfigErr: string;
940
+ linkViewConfigErr: string;
941
+ confirmCancelPrompt: string;
942
+ cancelEditPrompt: string;
943
+ confirmCancel: string;
944
+ };
945
+ cascader: {
946
+ ibizCascader: {
947
+ title: string;
948
+ };
949
+ };
950
+ code: {
951
+ readOnlyPrompt: string;
952
+ };
953
+ dateRange: {
954
+ rangeSeparator: string;
955
+ };
956
+ html: {
957
+ wangEditor: {
958
+ customTips: string;
959
+ };
960
+ };
961
+ markdown: {
962
+ uploadJsonFormatErr: string;
963
+ exportJsonFormatErr: string;
964
+ };
965
+ notSupportedEditor: {
966
+ unsupportedType: string;
967
+ };
968
+ preset: {
969
+ ibizPresetRawitem: {
970
+ noSupportType: string;
971
+ };
972
+ };
973
+ textBox: {
974
+ warningMessage: string;
975
+ };
976
+ upload: {
977
+ uploadFiles: string;
978
+ };
979
+ };
980
+ panelComponent: {
981
+ authUserinfo: {
982
+ visitor: string;
983
+ };
984
+ navPosIndex: {
985
+ noSupportPrompt: string;
986
+ };
987
+ navTabs: {
988
+ closeAll: string;
989
+ closeOther: string;
990
+ };
991
+ searchformButtons: {
992
+ errMessage: string;
993
+ enterPrompt: string;
994
+ queryPrompt: string;
995
+ saveCondition: string;
996
+ };
997
+ shortCut: {
998
+ expandToolbar: string;
999
+ };
1000
+ userMessage: {
1001
+ notice: string;
1002
+ backendTasks: string;
1003
+ allRead: string;
1004
+ asyncActionPreview: {
1005
+ downloadFailedErr: string;
1006
+ noExistentErr: string;
1007
+ importDetailPrompt: string;
1008
+ parseImportInfoErr: string;
1009
+ downloadErrFile: string;
1010
+ importTime: string;
1011
+ importTotal: string;
1012
+ successImport: string;
1013
+ ImportFailed: string;
1014
+ };
1015
+ asyncActionTab: {
1016
+ noSupportType: string;
1017
+ noAsyncAction: string;
1018
+ };
1019
+ internalMessageContainer: {
1020
+ markAsRead: string;
1021
+ };
1022
+ internalMessageJson: {
1023
+ jumpToView: string;
1024
+ missingHtml: string;
1025
+ };
1026
+ internalMessageTab: {
1027
+ noSupportType: string;
1028
+ notificationYet: string;
1029
+ loadMore: string;
1030
+ onlyShowUnread: string;
1031
+ };
1032
+ };
1033
+ };
935
1034
  };
936
1035
  export default _default;