pangea-lib 2.11.721 → 2.11.723
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/main.cjs.js +47 -47
- package/dist/main.css +2 -2
- package/dist/main.es.js +25676 -25662
- package/dist/types/App.vue.d.ts +2 -0
- package/dist/types/components/_i18n/form/pga-login-form.i18n.d.ts +2 -4
- package/dist/types/components/display/PgaDisplayInfo.vue.d.ts +3 -3
- package/dist/types/components/form/PgaLoginForm.vue.d.ts +1 -22
- package/dist/types/components/form/inputs/PgaInput.vue.d.ts +6 -6
- package/dist/types/components/image/PgaImage.vue.d.ts +8 -8
- package/dist/types/font-awesome.d.ts +1 -0
- package/dist/types/i18n/i18n.d.ts +186 -372
- package/dist/types/i18n/messages/index.d.ts +2 -4
- package/dist/types/main.d.ts +5 -2
- package/dist/types/notifications/notifications.store.d.ts +1 -1
- package/dist/types/resources/refs.d.ts +7 -0
- package/dist/types/stores/pangea-options.store.d.ts +2 -2
- package/package.json +1 -1
- package/dist/types/notifications/notifications.plugin.d.ts +0 -1
|
@@ -54,10 +54,8 @@ export declare const useI18n: <FN extends "notifications" | "apiConnectionsError
|
|
|
54
54
|
};
|
|
55
55
|
pgaLoginForm: {
|
|
56
56
|
es: {
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
inputValidationErrorUsernameRequired: string;
|
|
60
|
-
inputValidationErrorPasswordRequired: string;
|
|
57
|
+
usernameLabel: string;
|
|
58
|
+
passwordLabel: string;
|
|
61
59
|
loginBtn: string;
|
|
62
60
|
};
|
|
63
61
|
};
|
|
@@ -175,10 +173,8 @@ export declare const useI18n: <FN extends "notifications" | "apiConnectionsError
|
|
|
175
173
|
};
|
|
176
174
|
pgaLoginForm: {
|
|
177
175
|
es: {
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
inputValidationErrorUsernameRequired: string;
|
|
181
|
-
inputValidationErrorPasswordRequired: string;
|
|
176
|
+
usernameLabel: string;
|
|
177
|
+
passwordLabel: string;
|
|
182
178
|
loginBtn: string;
|
|
183
179
|
};
|
|
184
180
|
};
|
|
@@ -296,10 +292,8 @@ export declare const useI18n: <FN extends "notifications" | "apiConnectionsError
|
|
|
296
292
|
};
|
|
297
293
|
pgaLoginForm: {
|
|
298
294
|
es: {
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
inputValidationErrorUsernameRequired: string;
|
|
302
|
-
inputValidationErrorPasswordRequired: string;
|
|
295
|
+
usernameLabel: string;
|
|
296
|
+
passwordLabel: string;
|
|
303
297
|
loginBtn: string;
|
|
304
298
|
};
|
|
305
299
|
};
|
|
@@ -417,10 +411,8 @@ export declare const useI18n: <FN extends "notifications" | "apiConnectionsError
|
|
|
417
411
|
};
|
|
418
412
|
pgaLoginForm: {
|
|
419
413
|
es: {
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
inputValidationErrorUsernameRequired: string;
|
|
423
|
-
inputValidationErrorPasswordRequired: string;
|
|
414
|
+
usernameLabel: string;
|
|
415
|
+
passwordLabel: string;
|
|
424
416
|
loginBtn: string;
|
|
425
417
|
};
|
|
426
418
|
};
|
|
@@ -538,10 +530,8 @@ export declare const useI18n: <FN extends "notifications" | "apiConnectionsError
|
|
|
538
530
|
};
|
|
539
531
|
pgaLoginForm: {
|
|
540
532
|
es: {
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
inputValidationErrorUsernameRequired: string;
|
|
544
|
-
inputValidationErrorPasswordRequired: string;
|
|
533
|
+
usernameLabel: string;
|
|
534
|
+
passwordLabel: string;
|
|
545
535
|
loginBtn: string;
|
|
546
536
|
};
|
|
547
537
|
};
|
|
@@ -659,10 +649,8 @@ export declare const useI18n: <FN extends "notifications" | "apiConnectionsError
|
|
|
659
649
|
};
|
|
660
650
|
pgaLoginForm: {
|
|
661
651
|
es: {
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
inputValidationErrorUsernameRequired: string;
|
|
665
|
-
inputValidationErrorPasswordRequired: string;
|
|
652
|
+
usernameLabel: string;
|
|
653
|
+
passwordLabel: string;
|
|
666
654
|
loginBtn: string;
|
|
667
655
|
};
|
|
668
656
|
};
|
|
@@ -780,10 +768,8 @@ export declare const useI18n: <FN extends "notifications" | "apiConnectionsError
|
|
|
780
768
|
};
|
|
781
769
|
pgaLoginForm: {
|
|
782
770
|
es: {
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
inputValidationErrorUsernameRequired: string;
|
|
786
|
-
inputValidationErrorPasswordRequired: string;
|
|
771
|
+
usernameLabel: string;
|
|
772
|
+
passwordLabel: string;
|
|
787
773
|
loginBtn: string;
|
|
788
774
|
};
|
|
789
775
|
};
|
|
@@ -901,10 +887,8 @@ export declare const useI18n: <FN extends "notifications" | "apiConnectionsError
|
|
|
901
887
|
};
|
|
902
888
|
pgaLoginForm: {
|
|
903
889
|
es: {
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
inputValidationErrorUsernameRequired: string;
|
|
907
|
-
inputValidationErrorPasswordRequired: string;
|
|
890
|
+
usernameLabel: string;
|
|
891
|
+
passwordLabel: string;
|
|
908
892
|
loginBtn: string;
|
|
909
893
|
};
|
|
910
894
|
};
|
|
@@ -1022,10 +1006,8 @@ export declare const useI18n: <FN extends "notifications" | "apiConnectionsError
|
|
|
1022
1006
|
};
|
|
1023
1007
|
pgaLoginForm: {
|
|
1024
1008
|
es: {
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
inputValidationErrorUsernameRequired: string;
|
|
1028
|
-
inputValidationErrorPasswordRequired: string;
|
|
1009
|
+
usernameLabel: string;
|
|
1010
|
+
passwordLabel: string;
|
|
1029
1011
|
loginBtn: string;
|
|
1030
1012
|
};
|
|
1031
1013
|
};
|
|
@@ -1143,10 +1125,8 @@ export declare const useI18n: <FN extends "notifications" | "apiConnectionsError
|
|
|
1143
1125
|
};
|
|
1144
1126
|
pgaLoginForm: {
|
|
1145
1127
|
es: {
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
inputValidationErrorUsernameRequired: string;
|
|
1149
|
-
inputValidationErrorPasswordRequired: string;
|
|
1128
|
+
usernameLabel: string;
|
|
1129
|
+
passwordLabel: string;
|
|
1150
1130
|
loginBtn: string;
|
|
1151
1131
|
};
|
|
1152
1132
|
};
|
|
@@ -1264,10 +1244,8 @@ export declare const useI18n: <FN extends "notifications" | "apiConnectionsError
|
|
|
1264
1244
|
};
|
|
1265
1245
|
pgaLoginForm: {
|
|
1266
1246
|
es: {
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
inputValidationErrorUsernameRequired: string;
|
|
1270
|
-
inputValidationErrorPasswordRequired: string;
|
|
1247
|
+
usernameLabel: string;
|
|
1248
|
+
passwordLabel: string;
|
|
1271
1249
|
loginBtn: string;
|
|
1272
1250
|
};
|
|
1273
1251
|
};
|
|
@@ -1385,10 +1363,8 @@ export declare const useI18n: <FN extends "notifications" | "apiConnectionsError
|
|
|
1385
1363
|
};
|
|
1386
1364
|
pgaLoginForm: {
|
|
1387
1365
|
es: {
|
|
1388
|
-
|
|
1389
|
-
|
|
1390
|
-
inputValidationErrorUsernameRequired: string;
|
|
1391
|
-
inputValidationErrorPasswordRequired: string;
|
|
1366
|
+
usernameLabel: string;
|
|
1367
|
+
passwordLabel: string;
|
|
1392
1368
|
loginBtn: string;
|
|
1393
1369
|
};
|
|
1394
1370
|
};
|
|
@@ -1506,10 +1482,8 @@ export declare const useI18n: <FN extends "notifications" | "apiConnectionsError
|
|
|
1506
1482
|
};
|
|
1507
1483
|
pgaLoginForm: {
|
|
1508
1484
|
es: {
|
|
1509
|
-
|
|
1510
|
-
|
|
1511
|
-
inputValidationErrorUsernameRequired: string;
|
|
1512
|
-
inputValidationErrorPasswordRequired: string;
|
|
1485
|
+
usernameLabel: string;
|
|
1486
|
+
passwordLabel: string;
|
|
1513
1487
|
loginBtn: string;
|
|
1514
1488
|
};
|
|
1515
1489
|
};
|
|
@@ -1627,10 +1601,8 @@ export declare const useI18n: <FN extends "notifications" | "apiConnectionsError
|
|
|
1627
1601
|
};
|
|
1628
1602
|
pgaLoginForm: {
|
|
1629
1603
|
es: {
|
|
1630
|
-
|
|
1631
|
-
|
|
1632
|
-
inputValidationErrorUsernameRequired: string;
|
|
1633
|
-
inputValidationErrorPasswordRequired: string;
|
|
1604
|
+
usernameLabel: string;
|
|
1605
|
+
passwordLabel: string;
|
|
1634
1606
|
loginBtn: string;
|
|
1635
1607
|
};
|
|
1636
1608
|
};
|
|
@@ -1748,10 +1720,8 @@ export declare const useI18n: <FN extends "notifications" | "apiConnectionsError
|
|
|
1748
1720
|
};
|
|
1749
1721
|
pgaLoginForm: {
|
|
1750
1722
|
es: {
|
|
1751
|
-
|
|
1752
|
-
|
|
1753
|
-
inputValidationErrorUsernameRequired: string;
|
|
1754
|
-
inputValidationErrorPasswordRequired: string;
|
|
1723
|
+
usernameLabel: string;
|
|
1724
|
+
passwordLabel: string;
|
|
1755
1725
|
loginBtn: string;
|
|
1756
1726
|
};
|
|
1757
1727
|
};
|
|
@@ -1869,10 +1839,8 @@ export declare const useI18n: <FN extends "notifications" | "apiConnectionsError
|
|
|
1869
1839
|
};
|
|
1870
1840
|
pgaLoginForm: {
|
|
1871
1841
|
es: {
|
|
1872
|
-
|
|
1873
|
-
|
|
1874
|
-
inputValidationErrorUsernameRequired: string;
|
|
1875
|
-
inputValidationErrorPasswordRequired: string;
|
|
1842
|
+
usernameLabel: string;
|
|
1843
|
+
passwordLabel: string;
|
|
1876
1844
|
loginBtn: string;
|
|
1877
1845
|
};
|
|
1878
1846
|
};
|
|
@@ -1990,10 +1958,8 @@ export declare const useI18n: <FN extends "notifications" | "apiConnectionsError
|
|
|
1990
1958
|
};
|
|
1991
1959
|
pgaLoginForm: {
|
|
1992
1960
|
es: {
|
|
1993
|
-
|
|
1994
|
-
|
|
1995
|
-
inputValidationErrorUsernameRequired: string;
|
|
1996
|
-
inputValidationErrorPasswordRequired: string;
|
|
1961
|
+
usernameLabel: string;
|
|
1962
|
+
passwordLabel: string;
|
|
1997
1963
|
loginBtn: string;
|
|
1998
1964
|
};
|
|
1999
1965
|
};
|
|
@@ -2111,10 +2077,8 @@ export declare const useI18n: <FN extends "notifications" | "apiConnectionsError
|
|
|
2111
2077
|
};
|
|
2112
2078
|
pgaLoginForm: {
|
|
2113
2079
|
es: {
|
|
2114
|
-
|
|
2115
|
-
|
|
2116
|
-
inputValidationErrorUsernameRequired: string;
|
|
2117
|
-
inputValidationErrorPasswordRequired: string;
|
|
2080
|
+
usernameLabel: string;
|
|
2081
|
+
passwordLabel: string;
|
|
2118
2082
|
loginBtn: string;
|
|
2119
2083
|
};
|
|
2120
2084
|
};
|
|
@@ -2232,10 +2196,8 @@ export declare const useI18n: <FN extends "notifications" | "apiConnectionsError
|
|
|
2232
2196
|
};
|
|
2233
2197
|
pgaLoginForm: {
|
|
2234
2198
|
es: {
|
|
2235
|
-
|
|
2236
|
-
|
|
2237
|
-
inputValidationErrorUsernameRequired: string;
|
|
2238
|
-
inputValidationErrorPasswordRequired: string;
|
|
2199
|
+
usernameLabel: string;
|
|
2200
|
+
passwordLabel: string;
|
|
2239
2201
|
loginBtn: string;
|
|
2240
2202
|
};
|
|
2241
2203
|
};
|
|
@@ -2353,10 +2315,8 @@ export declare const useI18n: <FN extends "notifications" | "apiConnectionsError
|
|
|
2353
2315
|
};
|
|
2354
2316
|
pgaLoginForm: {
|
|
2355
2317
|
es: {
|
|
2356
|
-
|
|
2357
|
-
|
|
2358
|
-
inputValidationErrorUsernameRequired: string;
|
|
2359
|
-
inputValidationErrorPasswordRequired: string;
|
|
2318
|
+
usernameLabel: string;
|
|
2319
|
+
passwordLabel: string;
|
|
2360
2320
|
loginBtn: string;
|
|
2361
2321
|
};
|
|
2362
2322
|
};
|
|
@@ -2474,10 +2434,8 @@ export declare const useI18n: <FN extends "notifications" | "apiConnectionsError
|
|
|
2474
2434
|
};
|
|
2475
2435
|
pgaLoginForm: {
|
|
2476
2436
|
es: {
|
|
2477
|
-
|
|
2478
|
-
|
|
2479
|
-
inputValidationErrorUsernameRequired: string;
|
|
2480
|
-
inputValidationErrorPasswordRequired: string;
|
|
2437
|
+
usernameLabel: string;
|
|
2438
|
+
passwordLabel: string;
|
|
2481
2439
|
loginBtn: string;
|
|
2482
2440
|
};
|
|
2483
2441
|
};
|
|
@@ -2595,10 +2553,8 @@ export declare const useI18n: <FN extends "notifications" | "apiConnectionsError
|
|
|
2595
2553
|
};
|
|
2596
2554
|
pgaLoginForm: {
|
|
2597
2555
|
es: {
|
|
2598
|
-
|
|
2599
|
-
|
|
2600
|
-
inputValidationErrorUsernameRequired: string;
|
|
2601
|
-
inputValidationErrorPasswordRequired: string;
|
|
2556
|
+
usernameLabel: string;
|
|
2557
|
+
passwordLabel: string;
|
|
2602
2558
|
loginBtn: string;
|
|
2603
2559
|
};
|
|
2604
2560
|
};
|
|
@@ -2716,10 +2672,8 @@ export declare const useI18n: <FN extends "notifications" | "apiConnectionsError
|
|
|
2716
2672
|
};
|
|
2717
2673
|
pgaLoginForm: {
|
|
2718
2674
|
es: {
|
|
2719
|
-
|
|
2720
|
-
|
|
2721
|
-
inputValidationErrorUsernameRequired: string;
|
|
2722
|
-
inputValidationErrorPasswordRequired: string;
|
|
2675
|
+
usernameLabel: string;
|
|
2676
|
+
passwordLabel: string;
|
|
2723
2677
|
loginBtn: string;
|
|
2724
2678
|
};
|
|
2725
2679
|
};
|
|
@@ -2837,10 +2791,8 @@ export declare const useI18n: <FN extends "notifications" | "apiConnectionsError
|
|
|
2837
2791
|
};
|
|
2838
2792
|
pgaLoginForm: {
|
|
2839
2793
|
es: {
|
|
2840
|
-
|
|
2841
|
-
|
|
2842
|
-
inputValidationErrorUsernameRequired: string;
|
|
2843
|
-
inputValidationErrorPasswordRequired: string;
|
|
2794
|
+
usernameLabel: string;
|
|
2795
|
+
passwordLabel: string;
|
|
2844
2796
|
loginBtn: string;
|
|
2845
2797
|
};
|
|
2846
2798
|
};
|
|
@@ -2958,10 +2910,8 @@ export declare const useI18n: <FN extends "notifications" | "apiConnectionsError
|
|
|
2958
2910
|
};
|
|
2959
2911
|
pgaLoginForm: {
|
|
2960
2912
|
es: {
|
|
2961
|
-
|
|
2962
|
-
|
|
2963
|
-
inputValidationErrorUsernameRequired: string;
|
|
2964
|
-
inputValidationErrorPasswordRequired: string;
|
|
2913
|
+
usernameLabel: string;
|
|
2914
|
+
passwordLabel: string;
|
|
2965
2915
|
loginBtn: string;
|
|
2966
2916
|
};
|
|
2967
2917
|
};
|
|
@@ -3079,10 +3029,8 @@ export declare const useI18n: <FN extends "notifications" | "apiConnectionsError
|
|
|
3079
3029
|
};
|
|
3080
3030
|
pgaLoginForm: {
|
|
3081
3031
|
es: {
|
|
3082
|
-
|
|
3083
|
-
|
|
3084
|
-
inputValidationErrorUsernameRequired: string;
|
|
3085
|
-
inputValidationErrorPasswordRequired: string;
|
|
3032
|
+
usernameLabel: string;
|
|
3033
|
+
passwordLabel: string;
|
|
3086
3034
|
loginBtn: string;
|
|
3087
3035
|
};
|
|
3088
3036
|
};
|
|
@@ -3200,10 +3148,8 @@ export declare const useI18n: <FN extends "notifications" | "apiConnectionsError
|
|
|
3200
3148
|
};
|
|
3201
3149
|
pgaLoginForm: {
|
|
3202
3150
|
es: {
|
|
3203
|
-
|
|
3204
|
-
|
|
3205
|
-
inputValidationErrorUsernameRequired: string;
|
|
3206
|
-
inputValidationErrorPasswordRequired: string;
|
|
3151
|
+
usernameLabel: string;
|
|
3152
|
+
passwordLabel: string;
|
|
3207
3153
|
loginBtn: string;
|
|
3208
3154
|
};
|
|
3209
3155
|
};
|
|
@@ -3321,10 +3267,8 @@ export declare const useI18n: <FN extends "notifications" | "apiConnectionsError
|
|
|
3321
3267
|
};
|
|
3322
3268
|
pgaLoginForm: {
|
|
3323
3269
|
es: {
|
|
3324
|
-
|
|
3325
|
-
|
|
3326
|
-
inputValidationErrorUsernameRequired: string;
|
|
3327
|
-
inputValidationErrorPasswordRequired: string;
|
|
3270
|
+
usernameLabel: string;
|
|
3271
|
+
passwordLabel: string;
|
|
3328
3272
|
loginBtn: string;
|
|
3329
3273
|
};
|
|
3330
3274
|
};
|
|
@@ -3442,10 +3386,8 @@ export declare const useI18n: <FN extends "notifications" | "apiConnectionsError
|
|
|
3442
3386
|
};
|
|
3443
3387
|
pgaLoginForm: {
|
|
3444
3388
|
es: {
|
|
3445
|
-
|
|
3446
|
-
|
|
3447
|
-
inputValidationErrorUsernameRequired: string;
|
|
3448
|
-
inputValidationErrorPasswordRequired: string;
|
|
3389
|
+
usernameLabel: string;
|
|
3390
|
+
passwordLabel: string;
|
|
3449
3391
|
loginBtn: string;
|
|
3450
3392
|
};
|
|
3451
3393
|
};
|
|
@@ -3563,10 +3505,8 @@ export declare const useI18n: <FN extends "notifications" | "apiConnectionsError
|
|
|
3563
3505
|
};
|
|
3564
3506
|
pgaLoginForm: {
|
|
3565
3507
|
es: {
|
|
3566
|
-
|
|
3567
|
-
|
|
3568
|
-
inputValidationErrorUsernameRequired: string;
|
|
3569
|
-
inputValidationErrorPasswordRequired: string;
|
|
3508
|
+
usernameLabel: string;
|
|
3509
|
+
passwordLabel: string;
|
|
3570
3510
|
loginBtn: string;
|
|
3571
3511
|
};
|
|
3572
3512
|
};
|
|
@@ -3684,10 +3624,8 @@ export declare const useI18n: <FN extends "notifications" | "apiConnectionsError
|
|
|
3684
3624
|
};
|
|
3685
3625
|
pgaLoginForm: {
|
|
3686
3626
|
es: {
|
|
3687
|
-
|
|
3688
|
-
|
|
3689
|
-
inputValidationErrorUsernameRequired: string;
|
|
3690
|
-
inputValidationErrorPasswordRequired: string;
|
|
3627
|
+
usernameLabel: string;
|
|
3628
|
+
passwordLabel: string;
|
|
3691
3629
|
loginBtn: string;
|
|
3692
3630
|
};
|
|
3693
3631
|
};
|
|
@@ -3805,10 +3743,8 @@ export declare const useI18n: <FN extends "notifications" | "apiConnectionsError
|
|
|
3805
3743
|
};
|
|
3806
3744
|
pgaLoginForm: {
|
|
3807
3745
|
es: {
|
|
3808
|
-
|
|
3809
|
-
|
|
3810
|
-
inputValidationErrorUsernameRequired: string;
|
|
3811
|
-
inputValidationErrorPasswordRequired: string;
|
|
3746
|
+
usernameLabel: string;
|
|
3747
|
+
passwordLabel: string;
|
|
3812
3748
|
loginBtn: string;
|
|
3813
3749
|
};
|
|
3814
3750
|
};
|
|
@@ -3926,10 +3862,8 @@ export declare const useI18n: <FN extends "notifications" | "apiConnectionsError
|
|
|
3926
3862
|
};
|
|
3927
3863
|
pgaLoginForm: {
|
|
3928
3864
|
es: {
|
|
3929
|
-
|
|
3930
|
-
|
|
3931
|
-
inputValidationErrorUsernameRequired: string;
|
|
3932
|
-
inputValidationErrorPasswordRequired: string;
|
|
3865
|
+
usernameLabel: string;
|
|
3866
|
+
passwordLabel: string;
|
|
3933
3867
|
loginBtn: string;
|
|
3934
3868
|
};
|
|
3935
3869
|
};
|
|
@@ -4047,10 +3981,8 @@ export declare const useI18n: <FN extends "notifications" | "apiConnectionsError
|
|
|
4047
3981
|
};
|
|
4048
3982
|
pgaLoginForm: {
|
|
4049
3983
|
es: {
|
|
4050
|
-
|
|
4051
|
-
|
|
4052
|
-
inputValidationErrorUsernameRequired: string;
|
|
4053
|
-
inputValidationErrorPasswordRequired: string;
|
|
3984
|
+
usernameLabel: string;
|
|
3985
|
+
passwordLabel: string;
|
|
4054
3986
|
loginBtn: string;
|
|
4055
3987
|
};
|
|
4056
3988
|
};
|
|
@@ -4168,10 +4100,8 @@ export declare const useI18n: <FN extends "notifications" | "apiConnectionsError
|
|
|
4168
4100
|
};
|
|
4169
4101
|
pgaLoginForm: {
|
|
4170
4102
|
es: {
|
|
4171
|
-
|
|
4172
|
-
|
|
4173
|
-
inputValidationErrorUsernameRequired: string;
|
|
4174
|
-
inputValidationErrorPasswordRequired: string;
|
|
4103
|
+
usernameLabel: string;
|
|
4104
|
+
passwordLabel: string;
|
|
4175
4105
|
loginBtn: string;
|
|
4176
4106
|
};
|
|
4177
4107
|
};
|
|
@@ -4289,10 +4219,8 @@ export declare const useI18n: <FN extends "notifications" | "apiConnectionsError
|
|
|
4289
4219
|
};
|
|
4290
4220
|
pgaLoginForm: {
|
|
4291
4221
|
es: {
|
|
4292
|
-
|
|
4293
|
-
|
|
4294
|
-
inputValidationErrorUsernameRequired: string;
|
|
4295
|
-
inputValidationErrorPasswordRequired: string;
|
|
4222
|
+
usernameLabel: string;
|
|
4223
|
+
passwordLabel: string;
|
|
4296
4224
|
loginBtn: string;
|
|
4297
4225
|
};
|
|
4298
4226
|
};
|
|
@@ -4410,10 +4338,8 @@ export declare const useI18n: <FN extends "notifications" | "apiConnectionsError
|
|
|
4410
4338
|
};
|
|
4411
4339
|
pgaLoginForm: {
|
|
4412
4340
|
es: {
|
|
4413
|
-
|
|
4414
|
-
|
|
4415
|
-
inputValidationErrorUsernameRequired: string;
|
|
4416
|
-
inputValidationErrorPasswordRequired: string;
|
|
4341
|
+
usernameLabel: string;
|
|
4342
|
+
passwordLabel: string;
|
|
4417
4343
|
loginBtn: string;
|
|
4418
4344
|
};
|
|
4419
4345
|
};
|
|
@@ -4531,10 +4457,8 @@ export declare const useI18n: <FN extends "notifications" | "apiConnectionsError
|
|
|
4531
4457
|
};
|
|
4532
4458
|
pgaLoginForm: {
|
|
4533
4459
|
es: {
|
|
4534
|
-
|
|
4535
|
-
|
|
4536
|
-
inputValidationErrorUsernameRequired: string;
|
|
4537
|
-
inputValidationErrorPasswordRequired: string;
|
|
4460
|
+
usernameLabel: string;
|
|
4461
|
+
passwordLabel: string;
|
|
4538
4462
|
loginBtn: string;
|
|
4539
4463
|
};
|
|
4540
4464
|
};
|
|
@@ -4652,10 +4576,8 @@ export declare const useI18n: <FN extends "notifications" | "apiConnectionsError
|
|
|
4652
4576
|
};
|
|
4653
4577
|
pgaLoginForm: {
|
|
4654
4578
|
es: {
|
|
4655
|
-
|
|
4656
|
-
|
|
4657
|
-
inputValidationErrorUsernameRequired: string;
|
|
4658
|
-
inputValidationErrorPasswordRequired: string;
|
|
4579
|
+
usernameLabel: string;
|
|
4580
|
+
passwordLabel: string;
|
|
4659
4581
|
loginBtn: string;
|
|
4660
4582
|
};
|
|
4661
4583
|
};
|
|
@@ -4773,10 +4695,8 @@ export declare const useI18n: <FN extends "notifications" | "apiConnectionsError
|
|
|
4773
4695
|
};
|
|
4774
4696
|
pgaLoginForm: {
|
|
4775
4697
|
es: {
|
|
4776
|
-
|
|
4777
|
-
|
|
4778
|
-
inputValidationErrorUsernameRequired: string;
|
|
4779
|
-
inputValidationErrorPasswordRequired: string;
|
|
4698
|
+
usernameLabel: string;
|
|
4699
|
+
passwordLabel: string;
|
|
4780
4700
|
loginBtn: string;
|
|
4781
4701
|
};
|
|
4782
4702
|
};
|
|
@@ -4894,10 +4814,8 @@ export declare const useI18n: <FN extends "notifications" | "apiConnectionsError
|
|
|
4894
4814
|
};
|
|
4895
4815
|
pgaLoginForm: {
|
|
4896
4816
|
es: {
|
|
4897
|
-
|
|
4898
|
-
|
|
4899
|
-
inputValidationErrorUsernameRequired: string;
|
|
4900
|
-
inputValidationErrorPasswordRequired: string;
|
|
4817
|
+
usernameLabel: string;
|
|
4818
|
+
passwordLabel: string;
|
|
4901
4819
|
loginBtn: string;
|
|
4902
4820
|
};
|
|
4903
4821
|
};
|
|
@@ -5015,10 +4933,8 @@ export declare const useI18n: <FN extends "notifications" | "apiConnectionsError
|
|
|
5015
4933
|
};
|
|
5016
4934
|
pgaLoginForm: {
|
|
5017
4935
|
es: {
|
|
5018
|
-
|
|
5019
|
-
|
|
5020
|
-
inputValidationErrorUsernameRequired: string;
|
|
5021
|
-
inputValidationErrorPasswordRequired: string;
|
|
4936
|
+
usernameLabel: string;
|
|
4937
|
+
passwordLabel: string;
|
|
5022
4938
|
loginBtn: string;
|
|
5023
4939
|
};
|
|
5024
4940
|
};
|
|
@@ -5136,10 +5052,8 @@ export declare const useI18n: <FN extends "notifications" | "apiConnectionsError
|
|
|
5136
5052
|
};
|
|
5137
5053
|
pgaLoginForm: {
|
|
5138
5054
|
es: {
|
|
5139
|
-
|
|
5140
|
-
|
|
5141
|
-
inputValidationErrorUsernameRequired: string;
|
|
5142
|
-
inputValidationErrorPasswordRequired: string;
|
|
5055
|
+
usernameLabel: string;
|
|
5056
|
+
passwordLabel: string;
|
|
5143
5057
|
loginBtn: string;
|
|
5144
5058
|
};
|
|
5145
5059
|
};
|
|
@@ -5257,10 +5171,8 @@ export declare const useI18n: <FN extends "notifications" | "apiConnectionsError
|
|
|
5257
5171
|
};
|
|
5258
5172
|
pgaLoginForm: {
|
|
5259
5173
|
es: {
|
|
5260
|
-
|
|
5261
|
-
|
|
5262
|
-
inputValidationErrorUsernameRequired: string;
|
|
5263
|
-
inputValidationErrorPasswordRequired: string;
|
|
5174
|
+
usernameLabel: string;
|
|
5175
|
+
passwordLabel: string;
|
|
5264
5176
|
loginBtn: string;
|
|
5265
5177
|
};
|
|
5266
5178
|
};
|
|
@@ -5378,10 +5290,8 @@ export declare const useI18n: <FN extends "notifications" | "apiConnectionsError
|
|
|
5378
5290
|
};
|
|
5379
5291
|
pgaLoginForm: {
|
|
5380
5292
|
es: {
|
|
5381
|
-
|
|
5382
|
-
|
|
5383
|
-
inputValidationErrorUsernameRequired: string;
|
|
5384
|
-
inputValidationErrorPasswordRequired: string;
|
|
5293
|
+
usernameLabel: string;
|
|
5294
|
+
passwordLabel: string;
|
|
5385
5295
|
loginBtn: string;
|
|
5386
5296
|
};
|
|
5387
5297
|
};
|
|
@@ -5499,10 +5409,8 @@ export declare const useI18n: <FN extends "notifications" | "apiConnectionsError
|
|
|
5499
5409
|
};
|
|
5500
5410
|
pgaLoginForm: {
|
|
5501
5411
|
es: {
|
|
5502
|
-
|
|
5503
|
-
|
|
5504
|
-
inputValidationErrorUsernameRequired: string;
|
|
5505
|
-
inputValidationErrorPasswordRequired: string;
|
|
5412
|
+
usernameLabel: string;
|
|
5413
|
+
passwordLabel: string;
|
|
5506
5414
|
loginBtn: string;
|
|
5507
5415
|
};
|
|
5508
5416
|
};
|
|
@@ -5620,10 +5528,8 @@ export declare const useI18n: <FN extends "notifications" | "apiConnectionsError
|
|
|
5620
5528
|
};
|
|
5621
5529
|
pgaLoginForm: {
|
|
5622
5530
|
es: {
|
|
5623
|
-
|
|
5624
|
-
|
|
5625
|
-
inputValidationErrorUsernameRequired: string;
|
|
5626
|
-
inputValidationErrorPasswordRequired: string;
|
|
5531
|
+
usernameLabel: string;
|
|
5532
|
+
passwordLabel: string;
|
|
5627
5533
|
loginBtn: string;
|
|
5628
5534
|
};
|
|
5629
5535
|
};
|
|
@@ -5741,10 +5647,8 @@ export declare const useI18n: <FN extends "notifications" | "apiConnectionsError
|
|
|
5741
5647
|
};
|
|
5742
5648
|
pgaLoginForm: {
|
|
5743
5649
|
es: {
|
|
5744
|
-
|
|
5745
|
-
|
|
5746
|
-
inputValidationErrorUsernameRequired: string;
|
|
5747
|
-
inputValidationErrorPasswordRequired: string;
|
|
5650
|
+
usernameLabel: string;
|
|
5651
|
+
passwordLabel: string;
|
|
5748
5652
|
loginBtn: string;
|
|
5749
5653
|
};
|
|
5750
5654
|
};
|
|
@@ -5862,10 +5766,8 @@ export declare const useI18n: <FN extends "notifications" | "apiConnectionsError
|
|
|
5862
5766
|
};
|
|
5863
5767
|
pgaLoginForm: {
|
|
5864
5768
|
es: {
|
|
5865
|
-
|
|
5866
|
-
|
|
5867
|
-
inputValidationErrorUsernameRequired: string;
|
|
5868
|
-
inputValidationErrorPasswordRequired: string;
|
|
5769
|
+
usernameLabel: string;
|
|
5770
|
+
passwordLabel: string;
|
|
5869
5771
|
loginBtn: string;
|
|
5870
5772
|
};
|
|
5871
5773
|
};
|
|
@@ -5983,10 +5885,8 @@ export declare const useI18n: <FN extends "notifications" | "apiConnectionsError
|
|
|
5983
5885
|
};
|
|
5984
5886
|
pgaLoginForm: {
|
|
5985
5887
|
es: {
|
|
5986
|
-
|
|
5987
|
-
|
|
5988
|
-
inputValidationErrorUsernameRequired: string;
|
|
5989
|
-
inputValidationErrorPasswordRequired: string;
|
|
5888
|
+
usernameLabel: string;
|
|
5889
|
+
passwordLabel: string;
|
|
5990
5890
|
loginBtn: string;
|
|
5991
5891
|
};
|
|
5992
5892
|
};
|
|
@@ -6104,10 +6004,8 @@ export declare const useI18n: <FN extends "notifications" | "apiConnectionsError
|
|
|
6104
6004
|
};
|
|
6105
6005
|
pgaLoginForm: {
|
|
6106
6006
|
es: {
|
|
6107
|
-
|
|
6108
|
-
|
|
6109
|
-
inputValidationErrorUsernameRequired: string;
|
|
6110
|
-
inputValidationErrorPasswordRequired: string;
|
|
6007
|
+
usernameLabel: string;
|
|
6008
|
+
passwordLabel: string;
|
|
6111
6009
|
loginBtn: string;
|
|
6112
6010
|
};
|
|
6113
6011
|
};
|
|
@@ -6225,10 +6123,8 @@ export declare const useI18n: <FN extends "notifications" | "apiConnectionsError
|
|
|
6225
6123
|
};
|
|
6226
6124
|
pgaLoginForm: {
|
|
6227
6125
|
es: {
|
|
6228
|
-
|
|
6229
|
-
|
|
6230
|
-
inputValidationErrorUsernameRequired: string;
|
|
6231
|
-
inputValidationErrorPasswordRequired: string;
|
|
6126
|
+
usernameLabel: string;
|
|
6127
|
+
passwordLabel: string;
|
|
6232
6128
|
loginBtn: string;
|
|
6233
6129
|
};
|
|
6234
6130
|
};
|
|
@@ -6346,10 +6242,8 @@ export declare const useI18n: <FN extends "notifications" | "apiConnectionsError
|
|
|
6346
6242
|
};
|
|
6347
6243
|
pgaLoginForm: {
|
|
6348
6244
|
es: {
|
|
6349
|
-
|
|
6350
|
-
|
|
6351
|
-
inputValidationErrorUsernameRequired: string;
|
|
6352
|
-
inputValidationErrorPasswordRequired: string;
|
|
6245
|
+
usernameLabel: string;
|
|
6246
|
+
passwordLabel: string;
|
|
6353
6247
|
loginBtn: string;
|
|
6354
6248
|
};
|
|
6355
6249
|
};
|
|
@@ -6467,10 +6361,8 @@ export declare const useI18n: <FN extends "notifications" | "apiConnectionsError
|
|
|
6467
6361
|
};
|
|
6468
6362
|
pgaLoginForm: {
|
|
6469
6363
|
es: {
|
|
6470
|
-
|
|
6471
|
-
|
|
6472
|
-
inputValidationErrorUsernameRequired: string;
|
|
6473
|
-
inputValidationErrorPasswordRequired: string;
|
|
6364
|
+
usernameLabel: string;
|
|
6365
|
+
passwordLabel: string;
|
|
6474
6366
|
loginBtn: string;
|
|
6475
6367
|
};
|
|
6476
6368
|
};
|
|
@@ -6588,10 +6480,8 @@ export declare const useI18n: <FN extends "notifications" | "apiConnectionsError
|
|
|
6588
6480
|
};
|
|
6589
6481
|
pgaLoginForm: {
|
|
6590
6482
|
es: {
|
|
6591
|
-
|
|
6592
|
-
|
|
6593
|
-
inputValidationErrorUsernameRequired: string;
|
|
6594
|
-
inputValidationErrorPasswordRequired: string;
|
|
6483
|
+
usernameLabel: string;
|
|
6484
|
+
passwordLabel: string;
|
|
6595
6485
|
loginBtn: string;
|
|
6596
6486
|
};
|
|
6597
6487
|
};
|
|
@@ -6709,10 +6599,8 @@ export declare const useI18n: <FN extends "notifications" | "apiConnectionsError
|
|
|
6709
6599
|
};
|
|
6710
6600
|
pgaLoginForm: {
|
|
6711
6601
|
es: {
|
|
6712
|
-
|
|
6713
|
-
|
|
6714
|
-
inputValidationErrorUsernameRequired: string;
|
|
6715
|
-
inputValidationErrorPasswordRequired: string;
|
|
6602
|
+
usernameLabel: string;
|
|
6603
|
+
passwordLabel: string;
|
|
6716
6604
|
loginBtn: string;
|
|
6717
6605
|
};
|
|
6718
6606
|
};
|
|
@@ -6830,10 +6718,8 @@ export declare const useI18n: <FN extends "notifications" | "apiConnectionsError
|
|
|
6830
6718
|
};
|
|
6831
6719
|
pgaLoginForm: {
|
|
6832
6720
|
es: {
|
|
6833
|
-
|
|
6834
|
-
|
|
6835
|
-
inputValidationErrorUsernameRequired: string;
|
|
6836
|
-
inputValidationErrorPasswordRequired: string;
|
|
6721
|
+
usernameLabel: string;
|
|
6722
|
+
passwordLabel: string;
|
|
6837
6723
|
loginBtn: string;
|
|
6838
6724
|
};
|
|
6839
6725
|
};
|
|
@@ -6951,10 +6837,8 @@ export declare const useI18n: <FN extends "notifications" | "apiConnectionsError
|
|
|
6951
6837
|
};
|
|
6952
6838
|
pgaLoginForm: {
|
|
6953
6839
|
es: {
|
|
6954
|
-
|
|
6955
|
-
|
|
6956
|
-
inputValidationErrorUsernameRequired: string;
|
|
6957
|
-
inputValidationErrorPasswordRequired: string;
|
|
6840
|
+
usernameLabel: string;
|
|
6841
|
+
passwordLabel: string;
|
|
6958
6842
|
loginBtn: string;
|
|
6959
6843
|
};
|
|
6960
6844
|
};
|
|
@@ -7072,10 +6956,8 @@ export declare const useI18n: <FN extends "notifications" | "apiConnectionsError
|
|
|
7072
6956
|
};
|
|
7073
6957
|
pgaLoginForm: {
|
|
7074
6958
|
es: {
|
|
7075
|
-
|
|
7076
|
-
|
|
7077
|
-
inputValidationErrorUsernameRequired: string;
|
|
7078
|
-
inputValidationErrorPasswordRequired: string;
|
|
6959
|
+
usernameLabel: string;
|
|
6960
|
+
passwordLabel: string;
|
|
7079
6961
|
loginBtn: string;
|
|
7080
6962
|
};
|
|
7081
6963
|
};
|
|
@@ -7193,10 +7075,8 @@ export declare const useI18n: <FN extends "notifications" | "apiConnectionsError
|
|
|
7193
7075
|
};
|
|
7194
7076
|
pgaLoginForm: {
|
|
7195
7077
|
es: {
|
|
7196
|
-
|
|
7197
|
-
|
|
7198
|
-
inputValidationErrorUsernameRequired: string;
|
|
7199
|
-
inputValidationErrorPasswordRequired: string;
|
|
7078
|
+
usernameLabel: string;
|
|
7079
|
+
passwordLabel: string;
|
|
7200
7080
|
loginBtn: string;
|
|
7201
7081
|
};
|
|
7202
7082
|
};
|
|
@@ -7314,10 +7194,8 @@ export declare const useI18n: <FN extends "notifications" | "apiConnectionsError
|
|
|
7314
7194
|
};
|
|
7315
7195
|
pgaLoginForm: {
|
|
7316
7196
|
es: {
|
|
7317
|
-
|
|
7318
|
-
|
|
7319
|
-
inputValidationErrorUsernameRequired: string;
|
|
7320
|
-
inputValidationErrorPasswordRequired: string;
|
|
7197
|
+
usernameLabel: string;
|
|
7198
|
+
passwordLabel: string;
|
|
7321
7199
|
loginBtn: string;
|
|
7322
7200
|
};
|
|
7323
7201
|
};
|
|
@@ -7435,10 +7313,8 @@ export declare const useI18n: <FN extends "notifications" | "apiConnectionsError
|
|
|
7435
7313
|
};
|
|
7436
7314
|
pgaLoginForm: {
|
|
7437
7315
|
es: {
|
|
7438
|
-
|
|
7439
|
-
|
|
7440
|
-
inputValidationErrorUsernameRequired: string;
|
|
7441
|
-
inputValidationErrorPasswordRequired: string;
|
|
7316
|
+
usernameLabel: string;
|
|
7317
|
+
passwordLabel: string;
|
|
7442
7318
|
loginBtn: string;
|
|
7443
7319
|
};
|
|
7444
7320
|
};
|
|
@@ -7556,10 +7432,8 @@ export declare const useI18n: <FN extends "notifications" | "apiConnectionsError
|
|
|
7556
7432
|
};
|
|
7557
7433
|
pgaLoginForm: {
|
|
7558
7434
|
es: {
|
|
7559
|
-
|
|
7560
|
-
|
|
7561
|
-
inputValidationErrorUsernameRequired: string;
|
|
7562
|
-
inputValidationErrorPasswordRequired: string;
|
|
7435
|
+
usernameLabel: string;
|
|
7436
|
+
passwordLabel: string;
|
|
7563
7437
|
loginBtn: string;
|
|
7564
7438
|
};
|
|
7565
7439
|
};
|
|
@@ -7677,10 +7551,8 @@ export declare const useI18n: <FN extends "notifications" | "apiConnectionsError
|
|
|
7677
7551
|
};
|
|
7678
7552
|
pgaLoginForm: {
|
|
7679
7553
|
es: {
|
|
7680
|
-
|
|
7681
|
-
|
|
7682
|
-
inputValidationErrorUsernameRequired: string;
|
|
7683
|
-
inputValidationErrorPasswordRequired: string;
|
|
7554
|
+
usernameLabel: string;
|
|
7555
|
+
passwordLabel: string;
|
|
7684
7556
|
loginBtn: string;
|
|
7685
7557
|
};
|
|
7686
7558
|
};
|
|
@@ -7798,10 +7670,8 @@ export declare const useI18n: <FN extends "notifications" | "apiConnectionsError
|
|
|
7798
7670
|
};
|
|
7799
7671
|
pgaLoginForm: {
|
|
7800
7672
|
es: {
|
|
7801
|
-
|
|
7802
|
-
|
|
7803
|
-
inputValidationErrorUsernameRequired: string;
|
|
7804
|
-
inputValidationErrorPasswordRequired: string;
|
|
7673
|
+
usernameLabel: string;
|
|
7674
|
+
passwordLabel: string;
|
|
7805
7675
|
loginBtn: string;
|
|
7806
7676
|
};
|
|
7807
7677
|
};
|
|
@@ -7919,10 +7789,8 @@ export declare const useI18n: <FN extends "notifications" | "apiConnectionsError
|
|
|
7919
7789
|
};
|
|
7920
7790
|
pgaLoginForm: {
|
|
7921
7791
|
es: {
|
|
7922
|
-
|
|
7923
|
-
|
|
7924
|
-
inputValidationErrorUsernameRequired: string;
|
|
7925
|
-
inputValidationErrorPasswordRequired: string;
|
|
7792
|
+
usernameLabel: string;
|
|
7793
|
+
passwordLabel: string;
|
|
7926
7794
|
loginBtn: string;
|
|
7927
7795
|
};
|
|
7928
7796
|
};
|
|
@@ -8040,10 +7908,8 @@ export declare const useI18n: <FN extends "notifications" | "apiConnectionsError
|
|
|
8040
7908
|
};
|
|
8041
7909
|
pgaLoginForm: {
|
|
8042
7910
|
es: {
|
|
8043
|
-
|
|
8044
|
-
|
|
8045
|
-
inputValidationErrorUsernameRequired: string;
|
|
8046
|
-
inputValidationErrorPasswordRequired: string;
|
|
7911
|
+
usernameLabel: string;
|
|
7912
|
+
passwordLabel: string;
|
|
8047
7913
|
loginBtn: string;
|
|
8048
7914
|
};
|
|
8049
7915
|
};
|
|
@@ -8161,10 +8027,8 @@ export declare const useI18n: <FN extends "notifications" | "apiConnectionsError
|
|
|
8161
8027
|
};
|
|
8162
8028
|
pgaLoginForm: {
|
|
8163
8029
|
es: {
|
|
8164
|
-
|
|
8165
|
-
|
|
8166
|
-
inputValidationErrorUsernameRequired: string;
|
|
8167
|
-
inputValidationErrorPasswordRequired: string;
|
|
8030
|
+
usernameLabel: string;
|
|
8031
|
+
passwordLabel: string;
|
|
8168
8032
|
loginBtn: string;
|
|
8169
8033
|
};
|
|
8170
8034
|
};
|
|
@@ -8282,10 +8146,8 @@ export declare const useI18n: <FN extends "notifications" | "apiConnectionsError
|
|
|
8282
8146
|
};
|
|
8283
8147
|
pgaLoginForm: {
|
|
8284
8148
|
es: {
|
|
8285
|
-
|
|
8286
|
-
|
|
8287
|
-
inputValidationErrorUsernameRequired: string;
|
|
8288
|
-
inputValidationErrorPasswordRequired: string;
|
|
8149
|
+
usernameLabel: string;
|
|
8150
|
+
passwordLabel: string;
|
|
8289
8151
|
loginBtn: string;
|
|
8290
8152
|
};
|
|
8291
8153
|
};
|
|
@@ -8403,10 +8265,8 @@ export declare const useI18n: <FN extends "notifications" | "apiConnectionsError
|
|
|
8403
8265
|
};
|
|
8404
8266
|
pgaLoginForm: {
|
|
8405
8267
|
es: {
|
|
8406
|
-
|
|
8407
|
-
|
|
8408
|
-
inputValidationErrorUsernameRequired: string;
|
|
8409
|
-
inputValidationErrorPasswordRequired: string;
|
|
8268
|
+
usernameLabel: string;
|
|
8269
|
+
passwordLabel: string;
|
|
8410
8270
|
loginBtn: string;
|
|
8411
8271
|
};
|
|
8412
8272
|
};
|
|
@@ -8524,10 +8384,8 @@ export declare const useI18n: <FN extends "notifications" | "apiConnectionsError
|
|
|
8524
8384
|
};
|
|
8525
8385
|
pgaLoginForm: {
|
|
8526
8386
|
es: {
|
|
8527
|
-
|
|
8528
|
-
|
|
8529
|
-
inputValidationErrorUsernameRequired: string;
|
|
8530
|
-
inputValidationErrorPasswordRequired: string;
|
|
8387
|
+
usernameLabel: string;
|
|
8388
|
+
passwordLabel: string;
|
|
8531
8389
|
loginBtn: string;
|
|
8532
8390
|
};
|
|
8533
8391
|
};
|
|
@@ -8645,10 +8503,8 @@ export declare const useI18n: <FN extends "notifications" | "apiConnectionsError
|
|
|
8645
8503
|
};
|
|
8646
8504
|
pgaLoginForm: {
|
|
8647
8505
|
es: {
|
|
8648
|
-
|
|
8649
|
-
|
|
8650
|
-
inputValidationErrorUsernameRequired: string;
|
|
8651
|
-
inputValidationErrorPasswordRequired: string;
|
|
8506
|
+
usernameLabel: string;
|
|
8507
|
+
passwordLabel: string;
|
|
8652
8508
|
loginBtn: string;
|
|
8653
8509
|
};
|
|
8654
8510
|
};
|
|
@@ -8766,10 +8622,8 @@ export declare const useI18n: <FN extends "notifications" | "apiConnectionsError
|
|
|
8766
8622
|
};
|
|
8767
8623
|
pgaLoginForm: {
|
|
8768
8624
|
es: {
|
|
8769
|
-
|
|
8770
|
-
|
|
8771
|
-
inputValidationErrorUsernameRequired: string;
|
|
8772
|
-
inputValidationErrorPasswordRequired: string;
|
|
8625
|
+
usernameLabel: string;
|
|
8626
|
+
passwordLabel: string;
|
|
8773
8627
|
loginBtn: string;
|
|
8774
8628
|
};
|
|
8775
8629
|
};
|
|
@@ -8887,10 +8741,8 @@ export declare const useI18n: <FN extends "notifications" | "apiConnectionsError
|
|
|
8887
8741
|
};
|
|
8888
8742
|
pgaLoginForm: {
|
|
8889
8743
|
es: {
|
|
8890
|
-
|
|
8891
|
-
|
|
8892
|
-
inputValidationErrorUsernameRequired: string;
|
|
8893
|
-
inputValidationErrorPasswordRequired: string;
|
|
8744
|
+
usernameLabel: string;
|
|
8745
|
+
passwordLabel: string;
|
|
8894
8746
|
loginBtn: string;
|
|
8895
8747
|
};
|
|
8896
8748
|
};
|
|
@@ -9008,10 +8860,8 @@ export declare const useI18n: <FN extends "notifications" | "apiConnectionsError
|
|
|
9008
8860
|
};
|
|
9009
8861
|
pgaLoginForm: {
|
|
9010
8862
|
es: {
|
|
9011
|
-
|
|
9012
|
-
|
|
9013
|
-
inputValidationErrorUsernameRequired: string;
|
|
9014
|
-
inputValidationErrorPasswordRequired: string;
|
|
8863
|
+
usernameLabel: string;
|
|
8864
|
+
passwordLabel: string;
|
|
9015
8865
|
loginBtn: string;
|
|
9016
8866
|
};
|
|
9017
8867
|
};
|
|
@@ -9129,10 +8979,8 @@ export declare const useI18n: <FN extends "notifications" | "apiConnectionsError
|
|
|
9129
8979
|
};
|
|
9130
8980
|
pgaLoginForm: {
|
|
9131
8981
|
es: {
|
|
9132
|
-
|
|
9133
|
-
|
|
9134
|
-
inputValidationErrorUsernameRequired: string;
|
|
9135
|
-
inputValidationErrorPasswordRequired: string;
|
|
8982
|
+
usernameLabel: string;
|
|
8983
|
+
passwordLabel: string;
|
|
9136
8984
|
loginBtn: string;
|
|
9137
8985
|
};
|
|
9138
8986
|
};
|
|
@@ -9250,10 +9098,8 @@ export declare const useI18n: <FN extends "notifications" | "apiConnectionsError
|
|
|
9250
9098
|
};
|
|
9251
9099
|
pgaLoginForm: {
|
|
9252
9100
|
es: {
|
|
9253
|
-
|
|
9254
|
-
|
|
9255
|
-
inputValidationErrorUsernameRequired: string;
|
|
9256
|
-
inputValidationErrorPasswordRequired: string;
|
|
9101
|
+
usernameLabel: string;
|
|
9102
|
+
passwordLabel: string;
|
|
9257
9103
|
loginBtn: string;
|
|
9258
9104
|
};
|
|
9259
9105
|
};
|
|
@@ -9371,10 +9217,8 @@ export declare const useI18n: <FN extends "notifications" | "apiConnectionsError
|
|
|
9371
9217
|
};
|
|
9372
9218
|
pgaLoginForm: {
|
|
9373
9219
|
es: {
|
|
9374
|
-
|
|
9375
|
-
|
|
9376
|
-
inputValidationErrorUsernameRequired: string;
|
|
9377
|
-
inputValidationErrorPasswordRequired: string;
|
|
9220
|
+
usernameLabel: string;
|
|
9221
|
+
passwordLabel: string;
|
|
9378
9222
|
loginBtn: string;
|
|
9379
9223
|
};
|
|
9380
9224
|
};
|
|
@@ -9492,10 +9336,8 @@ export declare const useI18n: <FN extends "notifications" | "apiConnectionsError
|
|
|
9492
9336
|
};
|
|
9493
9337
|
pgaLoginForm: {
|
|
9494
9338
|
es: {
|
|
9495
|
-
|
|
9496
|
-
|
|
9497
|
-
inputValidationErrorUsernameRequired: string;
|
|
9498
|
-
inputValidationErrorPasswordRequired: string;
|
|
9339
|
+
usernameLabel: string;
|
|
9340
|
+
passwordLabel: string;
|
|
9499
9341
|
loginBtn: string;
|
|
9500
9342
|
};
|
|
9501
9343
|
};
|
|
@@ -9613,10 +9455,8 @@ export declare const useI18n: <FN extends "notifications" | "apiConnectionsError
|
|
|
9613
9455
|
};
|
|
9614
9456
|
pgaLoginForm: {
|
|
9615
9457
|
es: {
|
|
9616
|
-
|
|
9617
|
-
|
|
9618
|
-
inputValidationErrorUsernameRequired: string;
|
|
9619
|
-
inputValidationErrorPasswordRequired: string;
|
|
9458
|
+
usernameLabel: string;
|
|
9459
|
+
passwordLabel: string;
|
|
9620
9460
|
loginBtn: string;
|
|
9621
9461
|
};
|
|
9622
9462
|
};
|
|
@@ -9734,10 +9574,8 @@ export declare const useI18n: <FN extends "notifications" | "apiConnectionsError
|
|
|
9734
9574
|
};
|
|
9735
9575
|
pgaLoginForm: {
|
|
9736
9576
|
es: {
|
|
9737
|
-
|
|
9738
|
-
|
|
9739
|
-
inputValidationErrorUsernameRequired: string;
|
|
9740
|
-
inputValidationErrorPasswordRequired: string;
|
|
9577
|
+
usernameLabel: string;
|
|
9578
|
+
passwordLabel: string;
|
|
9741
9579
|
loginBtn: string;
|
|
9742
9580
|
};
|
|
9743
9581
|
};
|
|
@@ -9855,10 +9693,8 @@ export declare const useI18n: <FN extends "notifications" | "apiConnectionsError
|
|
|
9855
9693
|
};
|
|
9856
9694
|
pgaLoginForm: {
|
|
9857
9695
|
es: {
|
|
9858
|
-
|
|
9859
|
-
|
|
9860
|
-
inputValidationErrorUsernameRequired: string;
|
|
9861
|
-
inputValidationErrorPasswordRequired: string;
|
|
9696
|
+
usernameLabel: string;
|
|
9697
|
+
passwordLabel: string;
|
|
9862
9698
|
loginBtn: string;
|
|
9863
9699
|
};
|
|
9864
9700
|
};
|
|
@@ -9976,10 +9812,8 @@ export declare const useI18n: <FN extends "notifications" | "apiConnectionsError
|
|
|
9976
9812
|
};
|
|
9977
9813
|
pgaLoginForm: {
|
|
9978
9814
|
es: {
|
|
9979
|
-
|
|
9980
|
-
|
|
9981
|
-
inputValidationErrorUsernameRequired: string;
|
|
9982
|
-
inputValidationErrorPasswordRequired: string;
|
|
9815
|
+
usernameLabel: string;
|
|
9816
|
+
passwordLabel: string;
|
|
9983
9817
|
loginBtn: string;
|
|
9984
9818
|
};
|
|
9985
9819
|
};
|
|
@@ -10097,10 +9931,8 @@ export declare const useI18n: <FN extends "notifications" | "apiConnectionsError
|
|
|
10097
9931
|
};
|
|
10098
9932
|
pgaLoginForm: {
|
|
10099
9933
|
es: {
|
|
10100
|
-
|
|
10101
|
-
|
|
10102
|
-
inputValidationErrorUsernameRequired: string;
|
|
10103
|
-
inputValidationErrorPasswordRequired: string;
|
|
9934
|
+
usernameLabel: string;
|
|
9935
|
+
passwordLabel: string;
|
|
10104
9936
|
loginBtn: string;
|
|
10105
9937
|
};
|
|
10106
9938
|
};
|
|
@@ -10218,10 +10050,8 @@ export declare const useI18n: <FN extends "notifications" | "apiConnectionsError
|
|
|
10218
10050
|
};
|
|
10219
10051
|
pgaLoginForm: {
|
|
10220
10052
|
es: {
|
|
10221
|
-
|
|
10222
|
-
|
|
10223
|
-
inputValidationErrorUsernameRequired: string;
|
|
10224
|
-
inputValidationErrorPasswordRequired: string;
|
|
10053
|
+
usernameLabel: string;
|
|
10054
|
+
passwordLabel: string;
|
|
10225
10055
|
loginBtn: string;
|
|
10226
10056
|
};
|
|
10227
10057
|
};
|
|
@@ -10339,10 +10169,8 @@ export declare const useI18n: <FN extends "notifications" | "apiConnectionsError
|
|
|
10339
10169
|
};
|
|
10340
10170
|
pgaLoginForm: {
|
|
10341
10171
|
es: {
|
|
10342
|
-
|
|
10343
|
-
|
|
10344
|
-
inputValidationErrorUsernameRequired: string;
|
|
10345
|
-
inputValidationErrorPasswordRequired: string;
|
|
10172
|
+
usernameLabel: string;
|
|
10173
|
+
passwordLabel: string;
|
|
10346
10174
|
loginBtn: string;
|
|
10347
10175
|
};
|
|
10348
10176
|
};
|
|
@@ -10460,10 +10288,8 @@ export declare const useI18n: <FN extends "notifications" | "apiConnectionsError
|
|
|
10460
10288
|
};
|
|
10461
10289
|
pgaLoginForm: {
|
|
10462
10290
|
es: {
|
|
10463
|
-
|
|
10464
|
-
|
|
10465
|
-
inputValidationErrorUsernameRequired: string;
|
|
10466
|
-
inputValidationErrorPasswordRequired: string;
|
|
10291
|
+
usernameLabel: string;
|
|
10292
|
+
passwordLabel: string;
|
|
10467
10293
|
loginBtn: string;
|
|
10468
10294
|
};
|
|
10469
10295
|
};
|
|
@@ -10581,10 +10407,8 @@ export declare const useI18n: <FN extends "notifications" | "apiConnectionsError
|
|
|
10581
10407
|
};
|
|
10582
10408
|
pgaLoginForm: {
|
|
10583
10409
|
es: {
|
|
10584
|
-
|
|
10585
|
-
|
|
10586
|
-
inputValidationErrorUsernameRequired: string;
|
|
10587
|
-
inputValidationErrorPasswordRequired: string;
|
|
10410
|
+
usernameLabel: string;
|
|
10411
|
+
passwordLabel: string;
|
|
10588
10412
|
loginBtn: string;
|
|
10589
10413
|
};
|
|
10590
10414
|
};
|
|
@@ -10702,10 +10526,8 @@ export declare const useI18n: <FN extends "notifications" | "apiConnectionsError
|
|
|
10702
10526
|
};
|
|
10703
10527
|
pgaLoginForm: {
|
|
10704
10528
|
es: {
|
|
10705
|
-
|
|
10706
|
-
|
|
10707
|
-
inputValidationErrorUsernameRequired: string;
|
|
10708
|
-
inputValidationErrorPasswordRequired: string;
|
|
10529
|
+
usernameLabel: string;
|
|
10530
|
+
passwordLabel: string;
|
|
10709
10531
|
loginBtn: string;
|
|
10710
10532
|
};
|
|
10711
10533
|
};
|
|
@@ -10823,10 +10645,8 @@ export declare const useI18n: <FN extends "notifications" | "apiConnectionsError
|
|
|
10823
10645
|
};
|
|
10824
10646
|
pgaLoginForm: {
|
|
10825
10647
|
es: {
|
|
10826
|
-
|
|
10827
|
-
|
|
10828
|
-
inputValidationErrorUsernameRequired: string;
|
|
10829
|
-
inputValidationErrorPasswordRequired: string;
|
|
10648
|
+
usernameLabel: string;
|
|
10649
|
+
passwordLabel: string;
|
|
10830
10650
|
loginBtn: string;
|
|
10831
10651
|
};
|
|
10832
10652
|
};
|
|
@@ -10944,10 +10764,8 @@ export declare const useI18n: <FN extends "notifications" | "apiConnectionsError
|
|
|
10944
10764
|
};
|
|
10945
10765
|
pgaLoginForm: {
|
|
10946
10766
|
es: {
|
|
10947
|
-
|
|
10948
|
-
|
|
10949
|
-
inputValidationErrorUsernameRequired: string;
|
|
10950
|
-
inputValidationErrorPasswordRequired: string;
|
|
10767
|
+
usernameLabel: string;
|
|
10768
|
+
passwordLabel: string;
|
|
10951
10769
|
loginBtn: string;
|
|
10952
10770
|
};
|
|
10953
10771
|
};
|
|
@@ -11065,10 +10883,8 @@ export declare const useI18n: <FN extends "notifications" | "apiConnectionsError
|
|
|
11065
10883
|
};
|
|
11066
10884
|
pgaLoginForm: {
|
|
11067
10885
|
es: {
|
|
11068
|
-
|
|
11069
|
-
|
|
11070
|
-
inputValidationErrorUsernameRequired: string;
|
|
11071
|
-
inputValidationErrorPasswordRequired: string;
|
|
10886
|
+
usernameLabel: string;
|
|
10887
|
+
passwordLabel: string;
|
|
11072
10888
|
loginBtn: string;
|
|
11073
10889
|
};
|
|
11074
10890
|
};
|
|
@@ -11186,10 +11002,8 @@ export declare const useI18n: <FN extends "notifications" | "apiConnectionsError
|
|
|
11186
11002
|
};
|
|
11187
11003
|
pgaLoginForm: {
|
|
11188
11004
|
es: {
|
|
11189
|
-
|
|
11190
|
-
|
|
11191
|
-
inputValidationErrorUsernameRequired: string;
|
|
11192
|
-
inputValidationErrorPasswordRequired: string;
|
|
11005
|
+
usernameLabel: string;
|
|
11006
|
+
passwordLabel: string;
|
|
11193
11007
|
loginBtn: string;
|
|
11194
11008
|
};
|
|
11195
11009
|
};
|