mamba-layout 0.1.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.
Files changed (169) hide show
  1. package/README.md +47 -0
  2. package/dist/_virtual/_plugin-vue_export-helper.js +9 -0
  3. package/dist/assets/logo.png.js +4 -0
  4. package/dist/components/UserAvatar/index.d.ts +2 -0
  5. package/dist/components/UserAvatar/index.js +5 -0
  6. package/dist/components/UserAvatar/src/UserAvatar.css +1 -0
  7. package/dist/components/UserAvatar/src/UserAvatar.vue.d.ts +9 -0
  8. package/dist/components/UserAvatar/src/UserAvatar.vue.js +7 -0
  9. package/dist/components/UserAvatar/src/UserAvatar.vue2.js +61 -0
  10. package/dist/components/index.d.ts +2 -0
  11. package/dist/components/index.js +51 -0
  12. package/dist/index.d.ts +13 -0
  13. package/dist/index.js +80 -0
  14. package/dist/layout/BaseLayout.css +1 -0
  15. package/dist/layout/BaseLayout.vue.d.ts +23 -0
  16. package/dist/layout/BaseLayout.vue.js +7 -0
  17. package/dist/layout/BaseLayout.vue2.js +75 -0
  18. package/dist/layout/components/AppSelect.css +1 -0
  19. package/dist/layout/components/AppSelect.vue.d.ts +2 -0
  20. package/dist/layout/components/AppSelect.vue.js +7 -0
  21. package/dist/layout/components/AppSelect.vue2.js +69 -0
  22. package/dist/layout/components/AsideBar.css +1 -0
  23. package/dist/layout/components/AsideBar.vue.d.ts +21 -0
  24. package/dist/layout/components/AsideBar.vue.js +7 -0
  25. package/dist/layout/components/AsideBar.vue2.js +49 -0
  26. package/dist/layout/components/AsideSubMenuItem.vue.d.ts +25 -0
  27. package/dist/layout/components/AsideSubMenuItem.vue.js +84 -0
  28. package/dist/layout/components/AsideSubMenuItem.vue2.js +4 -0
  29. package/dist/layout/components/AsideSubMenus.vue.d.ts +16 -0
  30. package/dist/layout/components/AsideSubMenus.vue.js +36 -0
  31. package/dist/layout/components/AsideSubMenus.vue2.js +4 -0
  32. package/dist/layout/components/AsideTabMenus.vue.d.ts +2 -0
  33. package/dist/layout/components/AsideTabMenus.vue.js +41 -0
  34. package/dist/layout/components/AsideTabMenus.vue2.js +4 -0
  35. package/dist/layout/components/AsideUser.vue.d.ts +2 -0
  36. package/dist/layout/components/AsideUser.vue.js +58 -0
  37. package/dist/layout/components/AsideUser.vue2.js +4 -0
  38. package/dist/layout/components/HeaderBar.css +1 -0
  39. package/dist/layout/components/HeaderBar.vue.d.ts +17 -0
  40. package/dist/layout/components/HeaderBar.vue.js +7 -0
  41. package/dist/layout/components/HeaderBar.vue2.js +55 -0
  42. package/dist/layout/components/HeaderMenuToggle.vue.d.ts +25 -0
  43. package/dist/layout/components/HeaderMenuToggle.vue.js +40 -0
  44. package/dist/layout/components/HeaderMenuToggle.vue2.js +4 -0
  45. package/dist/layout/components/LanguageSelect.css +1 -0
  46. package/dist/layout/components/LanguageSelect.vue.d.ts +22 -0
  47. package/dist/layout/components/LanguageSelect.vue.js +8 -0
  48. package/dist/layout/components/LanguageSelect.vue2.js +101 -0
  49. package/dist/layout/components/LanguageSelect2.css +1 -0
  50. package/dist/layout/components/LayoutBreadcrumb.css +1 -0
  51. package/dist/layout/components/LayoutBreadcrumb.vue.d.ts +29 -0
  52. package/dist/layout/components/LayoutBreadcrumb.vue.js +7 -0
  53. package/dist/layout/components/LayoutBreadcrumb.vue2.js +189 -0
  54. package/dist/layout/components/MenuDrawer.css +1 -0
  55. package/dist/layout/components/MenuDrawer.vue.d.ts +12 -0
  56. package/dist/layout/components/MenuDrawer.vue.js +163 -0
  57. package/dist/layout/components/MenuDrawer.vue3.js +5 -0
  58. package/dist/layout/components/MenuItemIcon.css +1 -0
  59. package/dist/layout/components/MenuItemIcon.vue.d.ts +7 -0
  60. package/dist/layout/components/MenuItemIcon.vue.js +7 -0
  61. package/dist/layout/components/MenuItemIcon.vue2.js +23 -0
  62. package/dist/layout/components/NavIconBtn.css +1 -0
  63. package/dist/layout/components/NavIconBtn.vue.d.ts +26 -0
  64. package/dist/layout/components/NavIconBtn.vue.js +7 -0
  65. package/dist/layout/components/NavIconBtn.vue2.js +23 -0
  66. package/dist/layout/components/SHeaderRight.css +1 -0
  67. package/dist/layout/components/SHeaderRight.vue.d.ts +2 -0
  68. package/dist/layout/components/SHeaderRight.vue.js +7 -0
  69. package/dist/layout/components/SHeaderRight.vue2.js +80 -0
  70. package/dist/layout/components/ThemeToggle.css +1 -0
  71. package/dist/layout/components/ThemeToggle.vue.d.ts +2 -0
  72. package/dist/layout/components/ThemeToggle.vue.js +7 -0
  73. package/dist/layout/components/ThemeToggle.vue2.js +30 -0
  74. package/dist/layout/components/TimezoneSelect.css +1 -0
  75. package/dist/layout/components/TimezoneSelect.vue.d.ts +7 -0
  76. package/dist/layout/components/TimezoneSelect.vue.js +8 -0
  77. package/dist/layout/components/TimezoneSelect.vue2.js +78 -0
  78. package/dist/layout/components/TimezoneSelect2.css +1 -0
  79. package/dist/layout/components/UserInfo.css +1 -0
  80. package/dist/layout/components/UserInfo.vue.d.ts +2 -0
  81. package/dist/layout/components/UserInfo.vue.js +8 -0
  82. package/dist/layout/components/UserInfo.vue2.js +111 -0
  83. package/dist/layout/components/UserInfo2.css +1 -0
  84. package/dist/layout/components/index.d.ts +23 -0
  85. package/dist/layout/components/index.js +49 -0
  86. package/dist/layout/components/mobile/AppSelectMobile.vue.d.ts +2 -0
  87. package/dist/layout/components/mobile/AppSelectMobile.vue.js +60 -0
  88. package/dist/layout/components/mobile/AppSelectMobile.vue2.js +4 -0
  89. package/dist/layout/components/mobile/AsideBarMobile.css +1 -0
  90. package/dist/layout/components/mobile/AsideBarMobile.vue.d.ts +21 -0
  91. package/dist/layout/components/mobile/AsideBarMobile.vue.js +7 -0
  92. package/dist/layout/components/mobile/AsideBarMobile.vue2.js +47 -0
  93. package/dist/layout/components/mobile/AsideUserMobile.css +1 -0
  94. package/dist/layout/components/mobile/AsideUserMobile.vue.d.ts +2 -0
  95. package/dist/layout/components/mobile/AsideUserMobile.vue.js +7 -0
  96. package/dist/layout/components/mobile/AsideUserMobile.vue2.js +56 -0
  97. package/dist/layout/components/mobile/AsideUserMobilePopover.css +1 -0
  98. package/dist/layout/components/mobile/AsideUserMobilePopover.vue.d.ts +17 -0
  99. package/dist/layout/components/mobile/AsideUserMobilePopover.vue.js +7 -0
  100. package/dist/layout/components/mobile/AsideUserMobilePopover.vue2.js +52 -0
  101. package/dist/layout/components/mobile/HeaderRightMobile.css +1 -0
  102. package/dist/layout/components/mobile/HeaderRightMobile.vue.d.ts +2 -0
  103. package/dist/layout/components/mobile/HeaderRightMobile.vue.js +7 -0
  104. package/dist/layout/components/mobile/HeaderRightMobile.vue2.js +50 -0
  105. package/dist/layout/components/mobile/MobileMenuToggle.css +1 -0
  106. package/dist/layout/components/mobile/MobileMenuToggle.vue.d.ts +2 -0
  107. package/dist/layout/components/mobile/MobileMenuToggle.vue.js +7 -0
  108. package/dist/layout/components/mobile/MobileMenuToggle.vue2.js +31 -0
  109. package/dist/layout/hooks/index.d.ts +4 -0
  110. package/dist/layout/hooks/index.js +17 -0
  111. package/dist/layout/hooks/useApp.d.ts +6 -0
  112. package/dist/layout/hooks/useApp.js +20 -0
  113. package/dist/layout/hooks/useSetting.d.ts +62 -0
  114. package/dist/layout/hooks/useSetting.js +24 -0
  115. package/dist/layout/hooks/useState.d.ts +763 -0
  116. package/dist/layout/hooks/useState.js +99 -0
  117. package/dist/layout/hooks/useTheme.d.ts +15 -0
  118. package/dist/layout/hooks/useTheme.js +44 -0
  119. package/dist/layout/utils/index.d.ts +7 -0
  120. package/dist/layout/utils/index.js +59 -0
  121. package/dist/layout.css +1 -0
  122. package/dist/layout.es.js +53770 -0
  123. package/dist/layout.global.js +78 -0
  124. package/dist/locales/en/account.d.ts +10 -0
  125. package/dist/locales/en/account.js +12 -0
  126. package/dist/locales/en/admin.d.ts +207 -0
  127. package/dist/locales/en/admin.js +209 -0
  128. package/dist/locales/en/common.d.ts +40 -0
  129. package/dist/locales/en/common.js +42 -0
  130. package/dist/locales/en/components.d.ts +37 -0
  131. package/dist/locales/en/components.js +39 -0
  132. package/dist/locales/en/constant.d.ts +151 -0
  133. package/dist/locales/en/constant.js +153 -0
  134. package/dist/locales/en/filterBox.d.ts +11 -0
  135. package/dist/locales/en/filterBox.js +13 -0
  136. package/dist/locales/en/index.d.ts +487 -0
  137. package/dist/locales/en/index.js +22 -0
  138. package/dist/locales/en/instanceForm.d.ts +17 -0
  139. package/dist/locales/en/instanceForm.js +19 -0
  140. package/dist/locales/en/password.d.ts +18 -0
  141. package/dist/locales/en/password.js +20 -0
  142. package/dist/locales/index.d.ts +973 -0
  143. package/dist/locales/index.js +12 -0
  144. package/dist/locales/messages.d.ts +973 -0
  145. package/dist/locales/messages.js +9 -0
  146. package/dist/locales/zh-cn/account.d.ts +10 -0
  147. package/dist/locales/zh-cn/account.js +12 -0
  148. package/dist/locales/zh-cn/admin.d.ts +205 -0
  149. package/dist/locales/zh-cn/admin.js +207 -0
  150. package/dist/locales/zh-cn/common.d.ts +40 -0
  151. package/dist/locales/zh-cn/common.js +42 -0
  152. package/dist/locales/zh-cn/components.d.ts +37 -0
  153. package/dist/locales/zh-cn/components.js +39 -0
  154. package/dist/locales/zh-cn/constant.d.ts +151 -0
  155. package/dist/locales/zh-cn/constant.js +153 -0
  156. package/dist/locales/zh-cn/filterBox.d.ts +11 -0
  157. package/dist/locales/zh-cn/filterBox.js +13 -0
  158. package/dist/locales/zh-cn/index.d.ts +485 -0
  159. package/dist/locales/zh-cn/index.js +22 -0
  160. package/dist/locales/zh-cn/instanceForm.d.ts +17 -0
  161. package/dist/locales/zh-cn/instanceForm.js +19 -0
  162. package/dist/locales/zh-cn/password.d.ts +18 -0
  163. package/dist/locales/zh-cn/password.js +20 -0
  164. package/dist/standalone.d.ts +0 -0
  165. package/dist/utils/createContext.d.ts +8 -0
  166. package/dist/utils/createContext.js +14 -0
  167. package/dist/utils/repoUtils.d.ts +59 -0
  168. package/dist/utils/repoUtils.js +160 -0
  169. package/package.json +110 -0
@@ -0,0 +1,487 @@
1
+ declare const _default: {
2
+ name: string;
3
+ common: {
4
+ btn: {
5
+ agree: string;
6
+ disagree: string;
7
+ create: string;
8
+ add: string;
9
+ delete: string;
10
+ save: string;
11
+ edit: string;
12
+ cancel: string;
13
+ upload: string;
14
+ copy: string;
15
+ selectAll: string;
16
+ modify: string;
17
+ confirm: string;
18
+ logout: string;
19
+ login: string;
20
+ loginLoading: string;
21
+ operation: string;
22
+ };
23
+ rule: {
24
+ formatError: string;
25
+ };
26
+ label: {
27
+ all: string;
28
+ operation: string;
29
+ tip: string;
30
+ search: string;
31
+ };
32
+ msg: {
33
+ pleaseSelect: string;
34
+ success: string;
35
+ pleaseEnter: string;
36
+ confirmDelete: string;
37
+ fail: string;
38
+ };
39
+ pleaseSelect: string;
40
+ seeMore: string;
41
+ };
42
+ account: {
43
+ label: {
44
+ clickToChangeImage: string;
45
+ };
46
+ msg: {
47
+ uploadIng: string;
48
+ agreementTip1: string;
49
+ };
50
+ };
51
+ admin: {
52
+ label: {
53
+ agreement: string;
54
+ and: string;
55
+ privacy: string;
56
+ userPolicy: string;
57
+ profile: string;
58
+ dataValue: string;
59
+ tagName: string;
60
+ sort: string;
61
+ notes: string;
62
+ query: string;
63
+ type: string;
64
+ describe: string;
65
+ creationTime: string;
66
+ description: string;
67
+ status: string;
68
+ user: string;
69
+ userId: string;
70
+ userName: string;
71
+ fullName: string;
72
+ contactNum: string;
73
+ email: string;
74
+ password: string;
75
+ confirmPassword: string;
76
+ role: string;
77
+ companyName: string;
78
+ tenantId: string;
79
+ adminUsername: string;
80
+ adminName: string;
81
+ adminPhone: string;
82
+ adminEmail: string;
83
+ adminInfo: string;
84
+ belongService: string;
85
+ roleName: string;
86
+ roleCode: string;
87
+ roleDesc: string;
88
+ roleAuth: string;
89
+ menuAuth: string;
90
+ menuName: string;
91
+ menu: string;
92
+ button: string;
93
+ rootMenu: string;
94
+ parent: string;
95
+ menuPath: string;
96
+ icon: string;
97
+ permission: string;
98
+ name: string;
99
+ menuPermissionAuth: string;
100
+ available: string;
101
+ unavailable: string;
102
+ categoryName: string;
103
+ path: string;
104
+ normal: string;
105
+ abnormal: string;
106
+ title: string;
107
+ ipAddress: string;
108
+ method: string;
109
+ timeCons: string;
110
+ requestTime: string;
111
+ operator: string;
112
+ configType: string;
113
+ dictType: string;
114
+ accountPassword: string;
115
+ accountLogin: string;
116
+ fastLogin: string;
117
+ loginAccount: string;
118
+ phoneNum: string;
119
+ verifyCode: string;
120
+ application: string;
121
+ basicInfo: string;
122
+ isHide: string;
123
+ page: string;
124
+ enterpriseDisplayName: string;
125
+ register: string;
126
+ effective: string;
127
+ ineffective: string;
128
+ emailLogin: string;
129
+ welcomeLogin: string;
130
+ welcomeRegister: string;
131
+ multilingual: string;
132
+ userInfo: string;
133
+ securityInfo: string;
134
+ personalInfo: string;
135
+ isPublicMenu: string;
136
+ oldPrefix: string;
137
+ newPrefix: string;
138
+ aiInfra: string;
139
+ licenseValidity: string;
140
+ license: string;
141
+ updateLicense: string;
142
+ activated: string;
143
+ notActivated: string;
144
+ expired: string;
145
+ productCode: string;
146
+ expireTime: string;
147
+ remainingValidity: string;
148
+ days: string;
149
+ managedInstanceCount: string;
150
+ managedGpuCount: string;
151
+ modelProxyCount: string;
152
+ usageRate: string;
153
+ managedInstanceCountDesc: string;
154
+ managedGpuCountDesc: string;
155
+ modelProxyCountDesc: string;
156
+ efficientComputing: string;
157
+ dataSecurity: string;
158
+ intelligentAnalysis: string;
159
+ processManagement: string;
160
+ passwordLoginShort: string;
161
+ emailCodeLogin: string;
162
+ usernameOrEmail: string;
163
+ workEmail: string;
164
+ sixDigitCode: string;
165
+ readAndAgree: string;
166
+ privacyPolicy: string;
167
+ termsOfService: string;
168
+ backToSignIn: string;
169
+ createYourAccount: string;
170
+ createAccount: string;
171
+ confirmPasswordShort: string;
172
+ signInToAGIOne: string;
173
+ home: string;
174
+ };
175
+ btn: {
176
+ cancel: string;
177
+ changePassword: string;
178
+ createApiKey: string;
179
+ disable: string;
180
+ enable: string;
181
+ auth: string;
182
+ batchAdd: string;
183
+ permission: string;
184
+ createTenant: string;
185
+ resetPassword: string;
186
+ confirmPassword: string;
187
+ oldPassword: string;
188
+ newPassword: string;
189
+ registerAccount: string;
190
+ getCode: string;
191
+ loginAccount: string;
192
+ register: string;
193
+ signIn: string;
194
+ sendCode: string;
195
+ createAccount: string;
196
+ batchReplacePrefix: string;
197
+ copyJson: string;
198
+ importJson: string;
199
+ };
200
+ msg: {
201
+ nameRule1: string;
202
+ nameRule2: string;
203
+ nameRule3: string;
204
+ nameRuleError: string;
205
+ pleaseEnterPassword: string;
206
+ newPasswordNotEmpty: string;
207
+ passwordNotSame: string;
208
+ confirmPasswordNotEmpty: string;
209
+ confirmDeleteUser: string;
210
+ userNameLengthError: string;
211
+ adminUsernameLengthError: string;
212
+ adminUsernameRule3: string;
213
+ confirmDeleteRole: string;
214
+ adminUsernameRule5: string;
215
+ batchAddSuccess: string;
216
+ importMenuTitle: string;
217
+ pasteJson: string;
218
+ pasteJsonPlaceholder: string;
219
+ invalidMenuFormat: string;
220
+ importSuccess: string;
221
+ importFailed: string;
222
+ pleaseEnterPhoneNum: string;
223
+ usernameOrPasswordEmpty: string;
224
+ loginSuccess: string;
225
+ confirmPasswordError: string;
226
+ registerSuccess: string;
227
+ getCodeSuccess: string;
228
+ identifierRegistered: string;
229
+ getCodeAgain: string;
230
+ signingIn: string;
231
+ retrySendCode: string;
232
+ pleaseEnterEmail: string;
233
+ enableMenu: string;
234
+ disableMenu: string;
235
+ langMsg1: string;
236
+ pleaseEnterLicense: string;
237
+ apiKeyCreated: string;
238
+ accessKey: string;
239
+ secretKey: string;
240
+ copy: string;
241
+ apiKeySecretNotice: string;
242
+ dynamicKey: string;
243
+ authToken: string;
244
+ extendAmount: string;
245
+ timeUnit: string;
246
+ year: string;
247
+ month: string;
248
+ day: string;
249
+ hour: string;
250
+ keyTypeTooltip: string;
251
+ aiInfra: string;
252
+ aiInfraDesc: string;
253
+ loginHeroTitle: string;
254
+ loginHeroDesc: string;
255
+ };
256
+ };
257
+ components: {
258
+ notFound: {
259
+ title: string;
260
+ description: string;
261
+ backToHome: string;
262
+ };
263
+ exportImport: {
264
+ selectExportTemplate: string;
265
+ selectImportMethod: string;
266
+ selectZipFile: string;
267
+ selectFolder: string;
268
+ unsupportedFileFormat: string;
269
+ importSuccess: string;
270
+ importComplete: string;
271
+ importStats: string;
272
+ total: string;
273
+ success: string;
274
+ failed: string;
275
+ skipped: string;
276
+ retry: string;
277
+ import: string;
278
+ cancel: string;
279
+ clear: string;
280
+ pleaseUploadFile: string;
281
+ uploadWarning: string;
282
+ };
283
+ layout: {
284
+ docsCenter: string;
285
+ };
286
+ fileSelector: {
287
+ dragOrClick: string;
288
+ selectFile: string;
289
+ folder: string;
290
+ file: string;
291
+ };
292
+ };
293
+ constant: {
294
+ label: {
295
+ languageModel: string;
296
+ };
297
+ dialogueSource: {
298
+ 1: string;
299
+ 2: string;
300
+ 3: string;
301
+ 4: string;
302
+ 5: string;
303
+ };
304
+ versionStatus: {
305
+ 0: string;
306
+ 1: string;
307
+ 2: string;
308
+ 3: string;
309
+ 4: string;
310
+ 5: string;
311
+ 6: string;
312
+ 7: string;
313
+ 8: string;
314
+ };
315
+ releaseAuditStatus: {
316
+ 0: string;
317
+ 1: string;
318
+ 2: string;
319
+ 3: string;
320
+ };
321
+ shelfStatus: {
322
+ 0: string;
323
+ 1: string;
324
+ 2: string;
325
+ 3: string;
326
+ };
327
+ isFree: {
328
+ 0: string;
329
+ 1: string;
330
+ };
331
+ modelType: {
332
+ 1: string;
333
+ 2: string;
334
+ 3: string;
335
+ 4: string;
336
+ 5: string;
337
+ 6: string;
338
+ };
339
+ modelSubType: {
340
+ 1: string;
341
+ 2: string;
342
+ 3: string;
343
+ 4: string;
344
+ 5: string;
345
+ };
346
+ appShareType: {
347
+ 1: string;
348
+ 2: string;
349
+ };
350
+ labelType: {
351
+ 1: string;
352
+ 2: string;
353
+ 3: string;
354
+ };
355
+ applicationType: {
356
+ 1: string;
357
+ 2: string;
358
+ };
359
+ applicationAuditStatus: {
360
+ 1: string;
361
+ 2: string;
362
+ 3: string;
363
+ };
364
+ trueOrFalse: {
365
+ true: string;
366
+ false: string;
367
+ };
368
+ templateType: {
369
+ 1: string;
370
+ 2: string;
371
+ };
372
+ useable: {
373
+ 1: string;
374
+ 2: string;
375
+ };
376
+ enable: {
377
+ 1: string;
378
+ 2: string;
379
+ };
380
+ tenantStatus: {
381
+ 1: string;
382
+ 2: string;
383
+ 3: string;
384
+ 4: string;
385
+ 5: string;
386
+ };
387
+ modelAuditStatus: {
388
+ 0: string;
389
+ 1: string;
390
+ 2: string;
391
+ 3: string;
392
+ 4: string;
393
+ 5: string;
394
+ 6: string;
395
+ 7: string;
396
+ 8: string;
397
+ };
398
+ modelStatus: {
399
+ 0: string;
400
+ 1: string;
401
+ 2: string;
402
+ 3: string;
403
+ };
404
+ userType: {
405
+ 0: string;
406
+ 1: string;
407
+ 2: string;
408
+ };
409
+ isActivity: {
410
+ 0: string;
411
+ 1: string;
412
+ };
413
+ isLimit: {
414
+ 1: string;
415
+ 0: string;
416
+ };
417
+ versionType: {
418
+ 1: string;
419
+ 2: string;
420
+ 3: string;
421
+ };
422
+ appTemplateType: {
423
+ 1: string;
424
+ 7: string;
425
+ };
426
+ auditStatus: {
427
+ 0: string;
428
+ 1: string;
429
+ 2: string;
430
+ 3: string;
431
+ };
432
+ onlineStatus: {
433
+ 0: string;
434
+ 1: string;
435
+ 2: string;
436
+ 3: string;
437
+ };
438
+ currency: {
439
+ CNY: string;
440
+ USD: string;
441
+ };
442
+ };
443
+ filterBox: {
444
+ label: {};
445
+ btn: {
446
+ search: string;
447
+ reset: string;
448
+ collapse: string;
449
+ expand: string;
450
+ };
451
+ msg: {};
452
+ };
453
+ password: {
454
+ label: {};
455
+ btn: {};
456
+ msg: {
457
+ lengthTip: string;
458
+ charTip: string;
459
+ charTypeTip: string;
460
+ charTypeUpper: string;
461
+ charTypeLower: string;
462
+ charNum: string;
463
+ charSpecial: string;
464
+ placeholder: string;
465
+ lengthError: string;
466
+ charError: string;
467
+ charTypeError: string;
468
+ };
469
+ };
470
+ instanceForm: {
471
+ label: {
472
+ otherConfig: string;
473
+ };
474
+ btn: {
475
+ prevStep: string;
476
+ nextStep: string;
477
+ submit: string;
478
+ };
479
+ msg: {
480
+ checkParams: string;
481
+ };
482
+ StaticPrefixInput: {
483
+ notEmpty: string;
484
+ };
485
+ };
486
+ };
487
+ export default _default;
@@ -0,0 +1,22 @@
1
+ import o from "./account.js";
2
+ import m from "./admin.js";
3
+ import r from "./common.js";
4
+ import t from "./components.js";
5
+ import n from "./constant.js";
6
+ import i from "./filterBox.js";
7
+ import p from "./instanceForm.js";
8
+ import f from "./password.js";
9
+ const g = {
10
+ name: "English",
11
+ common: r,
12
+ account: o,
13
+ admin: m,
14
+ components: t,
15
+ constant: n,
16
+ filterBox: i,
17
+ password: f,
18
+ instanceForm: p
19
+ };
20
+ export {
21
+ g as default
22
+ };
@@ -0,0 +1,17 @@
1
+ declare const _default: {
2
+ label: {
3
+ otherConfig: string;
4
+ };
5
+ btn: {
6
+ prevStep: string;
7
+ nextStep: string;
8
+ submit: string;
9
+ };
10
+ msg: {
11
+ checkParams: string;
12
+ };
13
+ StaticPrefixInput: {
14
+ notEmpty: string;
15
+ };
16
+ };
17
+ export default _default;
@@ -0,0 +1,19 @@
1
+ const t = {
2
+ label: {
3
+ otherConfig: "Other Settings"
4
+ },
5
+ btn: {
6
+ prevStep: "Previous",
7
+ nextStep: "Next",
8
+ submit: "Submit"
9
+ },
10
+ msg: {
11
+ checkParams: "Please check the submit parameters"
12
+ },
13
+ StaticPrefixInput: {
14
+ notEmpty: "Cannot be empty"
15
+ }
16
+ };
17
+ export {
18
+ t as default
19
+ };
@@ -0,0 +1,18 @@
1
+ declare const _default: {
2
+ label: {};
3
+ btn: {};
4
+ msg: {
5
+ lengthTip: string;
6
+ charTip: string;
7
+ charTypeTip: string;
8
+ charTypeUpper: string;
9
+ charTypeLower: string;
10
+ charNum: string;
11
+ charSpecial: string;
12
+ placeholder: string;
13
+ lengthError: string;
14
+ charError: string;
15
+ charTypeError: string;
16
+ };
17
+ };
18
+ export default _default;
@@ -0,0 +1,20 @@
1
+ const e = {
2
+ label: {},
3
+ btn: {},
4
+ msg: {
5
+ lengthTip: "Length between 6-32 characters",
6
+ charTip: `Letters, numbers !{'@'}#$%^&*()-_=+{'{'}{'}'}[]{'|'}:;"'<>,.?/~)`,
7
+ charTypeTip: "Must include at least the following three types",
8
+ charTypeUpper: "Uppercase letter",
9
+ charTypeLower: "Lowercase letters",
10
+ charNum: "Number",
11
+ charSpecial: "Special symbol",
12
+ placeholder: "Please enter password (required)",
13
+ lengthError: "The password length is 6-32 characters",
14
+ charError: "Passwords must contain letters, numbers, and special symbols",
15
+ charTypeError: "The password must contain at least three types: uppercase letters, lowercase letters, numbers, and special symbols"
16
+ }
17
+ };
18
+ export {
19
+ e as default
20
+ };