@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.
- package/dist/index-PC3JcJ3h.js +4 -0
- package/dist/index-d8pCzmlk.js +1 -0
- package/dist/index-tSpp-ef8.js +1 -0
- package/dist/index.min.css +1 -1
- package/dist/index.system.min.js +1 -1
- package/dist/{xlsx-util-AIEyudtA.js → xlsx-util-GyD7bt4p.js} +1 -1
- package/es/locale/en/index.d.ts +489 -390
- package/es/locale/en/index.mjs +13 -564
- package/es/locale/zh-CN/index.d.ts +489 -390
- package/es/locale/zh-CN/index.mjs +13 -562
- package/es/panel-component/user-action/index.d.ts +1 -1
- package/es/panel-component/user-action/user-action.d.ts +1 -1
- package/es/panel-component/user-action/user-action.mjs +5 -3
- package/es/util/app-util/app-util.d.ts +2 -2
- package/es/util/app-util/app-util.mjs +8 -7
- package/lib/locale/en/index.cjs +13 -564
- package/lib/locale/zh-CN/index.cjs +13 -562
- package/lib/panel-component/user-action/user-action.cjs +5 -3
- package/lib/util/app-util/app-util.cjs +8 -7
- package/package.json +5 -5
- package/dist/index-8VqjTY2N.js +0 -4
- package/dist/index-B_FGiHpY.js +0 -1
- package/dist/index-Q8y2iWnX.js +0 -1
|
@@ -1,409 +1,133 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
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
|
-
|
|
28
|
-
|
|
29
|
-
|
|
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
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
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
|
-
|
|
80
|
-
|
|
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
|
-
|
|
37
|
+
vue3Util: {
|
|
84
38
|
common: {
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
};
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
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
|
-
|
|
150
|
-
|
|
151
|
-
noSlot: string;
|
|
73
|
+
focusBlur: {
|
|
74
|
+
noFocus: string;
|
|
152
75
|
};
|
|
153
|
-
|
|
154
|
-
|
|
76
|
+
view: {
|
|
77
|
+
stateChange: string;
|
|
155
78
|
};
|
|
156
79
|
};
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
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
|
-
|
|
95
|
+
};
|
|
96
|
+
runtime: {
|
|
97
|
+
common: {
|
|
168
98
|
unrealized: string;
|
|
169
99
|
};
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
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
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
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,375 @@ 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
|
+
};
|
|
764
|
+
calendar: {
|
|
765
|
+
lastYear: string;
|
|
766
|
+
lastMonth: string;
|
|
767
|
+
today: string;
|
|
768
|
+
nextMonth: string;
|
|
769
|
+
nextYear: string;
|
|
770
|
+
};
|
|
771
|
+
chart: {
|
|
772
|
+
chartPlaceholder: string;
|
|
773
|
+
};
|
|
774
|
+
dashboard: {
|
|
775
|
+
customDashboardContainer: {
|
|
776
|
+
portalCustomPrompt: string;
|
|
777
|
+
};
|
|
778
|
+
dashboardDesign: {
|
|
779
|
+
global: string;
|
|
780
|
+
add: string;
|
|
781
|
+
customPortal: string;
|
|
782
|
+
colNum: string;
|
|
783
|
+
cellHeight: string;
|
|
784
|
+
restoreDefault: string;
|
|
785
|
+
save: string;
|
|
786
|
+
};
|
|
787
|
+
};
|
|
788
|
+
form: {
|
|
789
|
+
noSupportDetailType: string;
|
|
790
|
+
formDruipart: {
|
|
791
|
+
saveFirst: string;
|
|
792
|
+
};
|
|
793
|
+
formGroupPanel: {
|
|
794
|
+
showMore: string;
|
|
795
|
+
};
|
|
796
|
+
formMDctrlForm: {
|
|
797
|
+
noFindProvider: string;
|
|
798
|
+
};
|
|
799
|
+
formMDctrlRepeater: {
|
|
800
|
+
noSupportStyle: string;
|
|
801
|
+
};
|
|
802
|
+
repeaterGrid: {
|
|
803
|
+
promptInformation: string;
|
|
804
|
+
absentOrLoad: string;
|
|
805
|
+
};
|
|
806
|
+
repeaterSingleForm: {
|
|
807
|
+
errorMessage: string;
|
|
808
|
+
};
|
|
809
|
+
mdCtrlContainer: {
|
|
810
|
+
promptInformation: string;
|
|
811
|
+
noSlot: string;
|
|
812
|
+
};
|
|
813
|
+
formMDctrl: {
|
|
814
|
+
errorMessage: string;
|
|
815
|
+
};
|
|
816
|
+
};
|
|
817
|
+
gantt: {
|
|
818
|
+
complete: string;
|
|
819
|
+
total: string;
|
|
820
|
+
deadline: string;
|
|
821
|
+
};
|
|
822
|
+
kanban: {
|
|
823
|
+
selectAll: string;
|
|
824
|
+
selectedDataCount: string;
|
|
825
|
+
natchOperation: string;
|
|
826
|
+
};
|
|
827
|
+
reportPanel: {
|
|
828
|
+
unrealized: string;
|
|
829
|
+
};
|
|
830
|
+
searchBar: {
|
|
831
|
+
saveGroup: string;
|
|
832
|
+
filter: string;
|
|
833
|
+
filterTree: {
|
|
834
|
+
addItem: string;
|
|
835
|
+
};
|
|
836
|
+
searchGroups: {
|
|
837
|
+
groupValueRule: string;
|
|
838
|
+
errorMessage: string;
|
|
839
|
+
noEditPrompt: string;
|
|
840
|
+
savePrompt: string;
|
|
841
|
+
delTitle: string;
|
|
842
|
+
confirmDelPrompt: string;
|
|
843
|
+
unrecoverablePrompt: string;
|
|
844
|
+
newGroup: string;
|
|
845
|
+
groupManage: string;
|
|
846
|
+
groupName: string;
|
|
847
|
+
enterPrompt: string;
|
|
848
|
+
editGroup: string;
|
|
849
|
+
manageTips: string;
|
|
850
|
+
name: string;
|
|
851
|
+
show: string;
|
|
852
|
+
operate: string;
|
|
853
|
+
dialogCancel: string;
|
|
854
|
+
dialogDetermine: string;
|
|
855
|
+
};
|
|
856
|
+
};
|
|
857
|
+
toolbar: {
|
|
858
|
+
exportExcel: {
|
|
859
|
+
exportAll: string;
|
|
860
|
+
expCurrentPage: string;
|
|
861
|
+
expCurrentSelect: string;
|
|
862
|
+
page: string;
|
|
863
|
+
export: string;
|
|
864
|
+
};
|
|
865
|
+
};
|
|
866
|
+
tree: {
|
|
867
|
+
noFoundInstance: string;
|
|
868
|
+
noSupported: string;
|
|
869
|
+
};
|
|
870
|
+
treeGridEx: {
|
|
871
|
+
noFoundMessage: string;
|
|
872
|
+
};
|
|
873
|
+
};
|
|
874
|
+
component: {
|
|
875
|
+
indexSearch: {
|
|
876
|
+
placeholder: string;
|
|
877
|
+
};
|
|
878
|
+
dataImport: {
|
|
879
|
+
startImport: string;
|
|
880
|
+
importSuccess: string;
|
|
881
|
+
importData: string;
|
|
882
|
+
clickToUpload: string;
|
|
883
|
+
importResults: string;
|
|
884
|
+
downloadTemplate: string;
|
|
885
|
+
templateFile: string;
|
|
886
|
+
continue: string;
|
|
887
|
+
};
|
|
888
|
+
dataImport2: {
|
|
889
|
+
atLastOne: string;
|
|
890
|
+
uploadPlease: string;
|
|
891
|
+
fileName: string;
|
|
892
|
+
saveMode: string;
|
|
893
|
+
reUpload: string;
|
|
894
|
+
fileUpload: string;
|
|
895
|
+
import: string;
|
|
896
|
+
selectProperties: string;
|
|
897
|
+
};
|
|
898
|
+
dataImport2Select: {
|
|
899
|
+
selectMode: string;
|
|
900
|
+
edit: string;
|
|
901
|
+
};
|
|
902
|
+
dataImport2Table: {
|
|
903
|
+
selectAttribute: string;
|
|
904
|
+
};
|
|
905
|
+
doingNotice: {
|
|
906
|
+
jobInProgress: string;
|
|
907
|
+
};
|
|
908
|
+
extendActionTimeLine: {
|
|
909
|
+
processTime: string;
|
|
910
|
+
comments: string;
|
|
911
|
+
reject: string;
|
|
912
|
+
};
|
|
913
|
+
mapChart: {
|
|
914
|
+
high: string;
|
|
915
|
+
low: string;
|
|
916
|
+
};
|
|
917
|
+
pagination: {
|
|
918
|
+
display: string;
|
|
919
|
+
piece: string;
|
|
920
|
+
total: string;
|
|
921
|
+
pieceData: string;
|
|
922
|
+
};
|
|
923
|
+
rawItem: {
|
|
924
|
+
errorConfig: string;
|
|
925
|
+
noSupportVideo: string;
|
|
926
|
+
};
|
|
927
|
+
gridSetting: {
|
|
928
|
+
hideControl: string;
|
|
929
|
+
};
|
|
930
|
+
actionToolbar: {
|
|
931
|
+
more: string;
|
|
932
|
+
};
|
|
933
|
+
};
|
|
934
|
+
editor: {
|
|
935
|
+
common: {
|
|
936
|
+
entityConfigErr: string;
|
|
937
|
+
selectViewConfigErr: string;
|
|
938
|
+
linkViewConfigErr: string;
|
|
939
|
+
confirmCancelPrompt: string;
|
|
940
|
+
cancelEditPrompt: string;
|
|
941
|
+
confirmCancel: string;
|
|
942
|
+
};
|
|
943
|
+
cascader: {
|
|
944
|
+
ibizCascader: {
|
|
945
|
+
title: string;
|
|
946
|
+
};
|
|
947
|
+
};
|
|
948
|
+
code: {
|
|
949
|
+
readOnlyPrompt: string;
|
|
950
|
+
};
|
|
951
|
+
dateRange: {
|
|
952
|
+
rangeSeparator: string;
|
|
953
|
+
};
|
|
954
|
+
html: {
|
|
955
|
+
wangEditor: {
|
|
956
|
+
customTips: string;
|
|
957
|
+
};
|
|
958
|
+
};
|
|
959
|
+
markdown: {
|
|
960
|
+
uploadJsonFormatErr: string;
|
|
961
|
+
exportJsonFormatErr: string;
|
|
962
|
+
};
|
|
963
|
+
notSupportedEditor: {
|
|
964
|
+
unsupportedType: string;
|
|
965
|
+
};
|
|
966
|
+
preset: {
|
|
967
|
+
ibizPresetRawitem: {
|
|
968
|
+
noSupportType: string;
|
|
969
|
+
};
|
|
970
|
+
};
|
|
971
|
+
textBox: {
|
|
972
|
+
warningMessage: string;
|
|
973
|
+
};
|
|
974
|
+
upload: {
|
|
975
|
+
uploadFiles: string;
|
|
976
|
+
};
|
|
977
|
+
};
|
|
978
|
+
panelComponent: {
|
|
979
|
+
authUserinfo: {
|
|
980
|
+
visitor: string;
|
|
981
|
+
};
|
|
982
|
+
navPosIndex: {
|
|
983
|
+
noSupportPrompt: string;
|
|
984
|
+
};
|
|
985
|
+
navTabs: {
|
|
986
|
+
closeAll: string;
|
|
987
|
+
closeOther: string;
|
|
988
|
+
};
|
|
989
|
+
searchformButtons: {
|
|
990
|
+
errMessage: string;
|
|
991
|
+
enterPrompt: string;
|
|
992
|
+
queryPrompt: string;
|
|
993
|
+
saveCondition: string;
|
|
994
|
+
};
|
|
995
|
+
shortCut: {
|
|
996
|
+
expandToolbar: string;
|
|
997
|
+
};
|
|
998
|
+
userMessage: {
|
|
999
|
+
notice: string;
|
|
1000
|
+
backendTasks: string;
|
|
1001
|
+
allRead: string;
|
|
1002
|
+
asyncActionPreview: {
|
|
1003
|
+
downloadFailedErr: string;
|
|
1004
|
+
noExistentErr: string;
|
|
1005
|
+
importDetailPrompt: string;
|
|
1006
|
+
parseImportInfoErr: string;
|
|
1007
|
+
downloadErrFile: string;
|
|
1008
|
+
importTime: string;
|
|
1009
|
+
importTotal: string;
|
|
1010
|
+
successImport: string;
|
|
1011
|
+
ImportFailed: string;
|
|
1012
|
+
};
|
|
1013
|
+
asyncActionTab: {
|
|
1014
|
+
noSupportType: string;
|
|
1015
|
+
noAsyncAction: string;
|
|
1016
|
+
};
|
|
1017
|
+
internalMessageContainer: {
|
|
1018
|
+
markAsRead: string;
|
|
1019
|
+
};
|
|
1020
|
+
internalMessageJson: {
|
|
1021
|
+
jumpToView: string;
|
|
1022
|
+
missingHtml: string;
|
|
1023
|
+
};
|
|
1024
|
+
internalMessageTab: {
|
|
1025
|
+
noSupportType: string;
|
|
1026
|
+
notificationYet: string;
|
|
1027
|
+
loadMore: string;
|
|
1028
|
+
onlyShowUnread: string;
|
|
1029
|
+
};
|
|
1030
|
+
};
|
|
1031
|
+
};
|
|
933
1032
|
};
|
|
934
1033
|
export default _default;
|