pangea-lib 2.12.82 → 2.12.83
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 +3 -3
- package/dist/main.css +1 -1
- package/dist/main.es.js +69 -56
- package/dist/types/components/_i18n/form/pga-input-file.i18n.d.ts +1 -0
- package/dist/types/components/form/inputs/PgaInputFile.vue.d.ts +13 -23
- package/dist/types/i18n/i18n.d.ts +93 -0
- package/dist/types/i18n/messages/index.d.ts +1 -0
- package/package.json +1 -1
|
@@ -36,6 +36,7 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
36
36
|
pgaInputFile: {
|
|
37
37
|
es: {
|
|
38
38
|
selectFileLabel: string;
|
|
39
|
+
selectFilesLabel: string;
|
|
39
40
|
removeBtn: string;
|
|
40
41
|
newFileError: string;
|
|
41
42
|
};
|
|
@@ -168,6 +169,7 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
168
169
|
pgaInputFile: {
|
|
169
170
|
es: {
|
|
170
171
|
selectFileLabel: string;
|
|
172
|
+
selectFilesLabel: string;
|
|
171
173
|
removeBtn: string;
|
|
172
174
|
newFileError: string;
|
|
173
175
|
};
|
|
@@ -300,6 +302,7 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
300
302
|
pgaInputFile: {
|
|
301
303
|
es: {
|
|
302
304
|
selectFileLabel: string;
|
|
305
|
+
selectFilesLabel: string;
|
|
303
306
|
removeBtn: string;
|
|
304
307
|
newFileError: string;
|
|
305
308
|
};
|
|
@@ -432,6 +435,7 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
432
435
|
pgaInputFile: {
|
|
433
436
|
es: {
|
|
434
437
|
selectFileLabel: string;
|
|
438
|
+
selectFilesLabel: string;
|
|
435
439
|
removeBtn: string;
|
|
436
440
|
newFileError: string;
|
|
437
441
|
};
|
|
@@ -564,6 +568,7 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
564
568
|
pgaInputFile: {
|
|
565
569
|
es: {
|
|
566
570
|
selectFileLabel: string;
|
|
571
|
+
selectFilesLabel: string;
|
|
567
572
|
removeBtn: string;
|
|
568
573
|
newFileError: string;
|
|
569
574
|
};
|
|
@@ -696,6 +701,7 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
696
701
|
pgaInputFile: {
|
|
697
702
|
es: {
|
|
698
703
|
selectFileLabel: string;
|
|
704
|
+
selectFilesLabel: string;
|
|
699
705
|
removeBtn: string;
|
|
700
706
|
newFileError: string;
|
|
701
707
|
};
|
|
@@ -828,6 +834,7 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
828
834
|
pgaInputFile: {
|
|
829
835
|
es: {
|
|
830
836
|
selectFileLabel: string;
|
|
837
|
+
selectFilesLabel: string;
|
|
831
838
|
removeBtn: string;
|
|
832
839
|
newFileError: string;
|
|
833
840
|
};
|
|
@@ -960,6 +967,7 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
960
967
|
pgaInputFile: {
|
|
961
968
|
es: {
|
|
962
969
|
selectFileLabel: string;
|
|
970
|
+
selectFilesLabel: string;
|
|
963
971
|
removeBtn: string;
|
|
964
972
|
newFileError: string;
|
|
965
973
|
};
|
|
@@ -1092,6 +1100,7 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
1092
1100
|
pgaInputFile: {
|
|
1093
1101
|
es: {
|
|
1094
1102
|
selectFileLabel: string;
|
|
1103
|
+
selectFilesLabel: string;
|
|
1095
1104
|
removeBtn: string;
|
|
1096
1105
|
newFileError: string;
|
|
1097
1106
|
};
|
|
@@ -1224,6 +1233,7 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
1224
1233
|
pgaInputFile: {
|
|
1225
1234
|
es: {
|
|
1226
1235
|
selectFileLabel: string;
|
|
1236
|
+
selectFilesLabel: string;
|
|
1227
1237
|
removeBtn: string;
|
|
1228
1238
|
newFileError: string;
|
|
1229
1239
|
};
|
|
@@ -1356,6 +1366,7 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
1356
1366
|
pgaInputFile: {
|
|
1357
1367
|
es: {
|
|
1358
1368
|
selectFileLabel: string;
|
|
1369
|
+
selectFilesLabel: string;
|
|
1359
1370
|
removeBtn: string;
|
|
1360
1371
|
newFileError: string;
|
|
1361
1372
|
};
|
|
@@ -1488,6 +1499,7 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
1488
1499
|
pgaInputFile: {
|
|
1489
1500
|
es: {
|
|
1490
1501
|
selectFileLabel: string;
|
|
1502
|
+
selectFilesLabel: string;
|
|
1491
1503
|
removeBtn: string;
|
|
1492
1504
|
newFileError: string;
|
|
1493
1505
|
};
|
|
@@ -1620,6 +1632,7 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
1620
1632
|
pgaInputFile: {
|
|
1621
1633
|
es: {
|
|
1622
1634
|
selectFileLabel: string;
|
|
1635
|
+
selectFilesLabel: string;
|
|
1623
1636
|
removeBtn: string;
|
|
1624
1637
|
newFileError: string;
|
|
1625
1638
|
};
|
|
@@ -1752,6 +1765,7 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
1752
1765
|
pgaInputFile: {
|
|
1753
1766
|
es: {
|
|
1754
1767
|
selectFileLabel: string;
|
|
1768
|
+
selectFilesLabel: string;
|
|
1755
1769
|
removeBtn: string;
|
|
1756
1770
|
newFileError: string;
|
|
1757
1771
|
};
|
|
@@ -1884,6 +1898,7 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
1884
1898
|
pgaInputFile: {
|
|
1885
1899
|
es: {
|
|
1886
1900
|
selectFileLabel: string;
|
|
1901
|
+
selectFilesLabel: string;
|
|
1887
1902
|
removeBtn: string;
|
|
1888
1903
|
newFileError: string;
|
|
1889
1904
|
};
|
|
@@ -2016,6 +2031,7 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
2016
2031
|
pgaInputFile: {
|
|
2017
2032
|
es: {
|
|
2018
2033
|
selectFileLabel: string;
|
|
2034
|
+
selectFilesLabel: string;
|
|
2019
2035
|
removeBtn: string;
|
|
2020
2036
|
newFileError: string;
|
|
2021
2037
|
};
|
|
@@ -2148,6 +2164,7 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
2148
2164
|
pgaInputFile: {
|
|
2149
2165
|
es: {
|
|
2150
2166
|
selectFileLabel: string;
|
|
2167
|
+
selectFilesLabel: string;
|
|
2151
2168
|
removeBtn: string;
|
|
2152
2169
|
newFileError: string;
|
|
2153
2170
|
};
|
|
@@ -2280,6 +2297,7 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
2280
2297
|
pgaInputFile: {
|
|
2281
2298
|
es: {
|
|
2282
2299
|
selectFileLabel: string;
|
|
2300
|
+
selectFilesLabel: string;
|
|
2283
2301
|
removeBtn: string;
|
|
2284
2302
|
newFileError: string;
|
|
2285
2303
|
};
|
|
@@ -2412,6 +2430,7 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
2412
2430
|
pgaInputFile: {
|
|
2413
2431
|
es: {
|
|
2414
2432
|
selectFileLabel: string;
|
|
2433
|
+
selectFilesLabel: string;
|
|
2415
2434
|
removeBtn: string;
|
|
2416
2435
|
newFileError: string;
|
|
2417
2436
|
};
|
|
@@ -2544,6 +2563,7 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
2544
2563
|
pgaInputFile: {
|
|
2545
2564
|
es: {
|
|
2546
2565
|
selectFileLabel: string;
|
|
2566
|
+
selectFilesLabel: string;
|
|
2547
2567
|
removeBtn: string;
|
|
2548
2568
|
newFileError: string;
|
|
2549
2569
|
};
|
|
@@ -2676,6 +2696,7 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
2676
2696
|
pgaInputFile: {
|
|
2677
2697
|
es: {
|
|
2678
2698
|
selectFileLabel: string;
|
|
2699
|
+
selectFilesLabel: string;
|
|
2679
2700
|
removeBtn: string;
|
|
2680
2701
|
newFileError: string;
|
|
2681
2702
|
};
|
|
@@ -2808,6 +2829,7 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
2808
2829
|
pgaInputFile: {
|
|
2809
2830
|
es: {
|
|
2810
2831
|
selectFileLabel: string;
|
|
2832
|
+
selectFilesLabel: string;
|
|
2811
2833
|
removeBtn: string;
|
|
2812
2834
|
newFileError: string;
|
|
2813
2835
|
};
|
|
@@ -2940,6 +2962,7 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
2940
2962
|
pgaInputFile: {
|
|
2941
2963
|
es: {
|
|
2942
2964
|
selectFileLabel: string;
|
|
2965
|
+
selectFilesLabel: string;
|
|
2943
2966
|
removeBtn: string;
|
|
2944
2967
|
newFileError: string;
|
|
2945
2968
|
};
|
|
@@ -3072,6 +3095,7 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
3072
3095
|
pgaInputFile: {
|
|
3073
3096
|
es: {
|
|
3074
3097
|
selectFileLabel: string;
|
|
3098
|
+
selectFilesLabel: string;
|
|
3075
3099
|
removeBtn: string;
|
|
3076
3100
|
newFileError: string;
|
|
3077
3101
|
};
|
|
@@ -3204,6 +3228,7 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
3204
3228
|
pgaInputFile: {
|
|
3205
3229
|
es: {
|
|
3206
3230
|
selectFileLabel: string;
|
|
3231
|
+
selectFilesLabel: string;
|
|
3207
3232
|
removeBtn: string;
|
|
3208
3233
|
newFileError: string;
|
|
3209
3234
|
};
|
|
@@ -3336,6 +3361,7 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
3336
3361
|
pgaInputFile: {
|
|
3337
3362
|
es: {
|
|
3338
3363
|
selectFileLabel: string;
|
|
3364
|
+
selectFilesLabel: string;
|
|
3339
3365
|
removeBtn: string;
|
|
3340
3366
|
newFileError: string;
|
|
3341
3367
|
};
|
|
@@ -3468,6 +3494,7 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
3468
3494
|
pgaInputFile: {
|
|
3469
3495
|
es: {
|
|
3470
3496
|
selectFileLabel: string;
|
|
3497
|
+
selectFilesLabel: string;
|
|
3471
3498
|
removeBtn: string;
|
|
3472
3499
|
newFileError: string;
|
|
3473
3500
|
};
|
|
@@ -3600,6 +3627,7 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
3600
3627
|
pgaInputFile: {
|
|
3601
3628
|
es: {
|
|
3602
3629
|
selectFileLabel: string;
|
|
3630
|
+
selectFilesLabel: string;
|
|
3603
3631
|
removeBtn: string;
|
|
3604
3632
|
newFileError: string;
|
|
3605
3633
|
};
|
|
@@ -3732,6 +3760,7 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
3732
3760
|
pgaInputFile: {
|
|
3733
3761
|
es: {
|
|
3734
3762
|
selectFileLabel: string;
|
|
3763
|
+
selectFilesLabel: string;
|
|
3735
3764
|
removeBtn: string;
|
|
3736
3765
|
newFileError: string;
|
|
3737
3766
|
};
|
|
@@ -3864,6 +3893,7 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
3864
3893
|
pgaInputFile: {
|
|
3865
3894
|
es: {
|
|
3866
3895
|
selectFileLabel: string;
|
|
3896
|
+
selectFilesLabel: string;
|
|
3867
3897
|
removeBtn: string;
|
|
3868
3898
|
newFileError: string;
|
|
3869
3899
|
};
|
|
@@ -3996,6 +4026,7 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
3996
4026
|
pgaInputFile: {
|
|
3997
4027
|
es: {
|
|
3998
4028
|
selectFileLabel: string;
|
|
4029
|
+
selectFilesLabel: string;
|
|
3999
4030
|
removeBtn: string;
|
|
4000
4031
|
newFileError: string;
|
|
4001
4032
|
};
|
|
@@ -4128,6 +4159,7 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
4128
4159
|
pgaInputFile: {
|
|
4129
4160
|
es: {
|
|
4130
4161
|
selectFileLabel: string;
|
|
4162
|
+
selectFilesLabel: string;
|
|
4131
4163
|
removeBtn: string;
|
|
4132
4164
|
newFileError: string;
|
|
4133
4165
|
};
|
|
@@ -4260,6 +4292,7 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
4260
4292
|
pgaInputFile: {
|
|
4261
4293
|
es: {
|
|
4262
4294
|
selectFileLabel: string;
|
|
4295
|
+
selectFilesLabel: string;
|
|
4263
4296
|
removeBtn: string;
|
|
4264
4297
|
newFileError: string;
|
|
4265
4298
|
};
|
|
@@ -4392,6 +4425,7 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
4392
4425
|
pgaInputFile: {
|
|
4393
4426
|
es: {
|
|
4394
4427
|
selectFileLabel: string;
|
|
4428
|
+
selectFilesLabel: string;
|
|
4395
4429
|
removeBtn: string;
|
|
4396
4430
|
newFileError: string;
|
|
4397
4431
|
};
|
|
@@ -4524,6 +4558,7 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
4524
4558
|
pgaInputFile: {
|
|
4525
4559
|
es: {
|
|
4526
4560
|
selectFileLabel: string;
|
|
4561
|
+
selectFilesLabel: string;
|
|
4527
4562
|
removeBtn: string;
|
|
4528
4563
|
newFileError: string;
|
|
4529
4564
|
};
|
|
@@ -4656,6 +4691,7 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
4656
4691
|
pgaInputFile: {
|
|
4657
4692
|
es: {
|
|
4658
4693
|
selectFileLabel: string;
|
|
4694
|
+
selectFilesLabel: string;
|
|
4659
4695
|
removeBtn: string;
|
|
4660
4696
|
newFileError: string;
|
|
4661
4697
|
};
|
|
@@ -4788,6 +4824,7 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
4788
4824
|
pgaInputFile: {
|
|
4789
4825
|
es: {
|
|
4790
4826
|
selectFileLabel: string;
|
|
4827
|
+
selectFilesLabel: string;
|
|
4791
4828
|
removeBtn: string;
|
|
4792
4829
|
newFileError: string;
|
|
4793
4830
|
};
|
|
@@ -4920,6 +4957,7 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
4920
4957
|
pgaInputFile: {
|
|
4921
4958
|
es: {
|
|
4922
4959
|
selectFileLabel: string;
|
|
4960
|
+
selectFilesLabel: string;
|
|
4923
4961
|
removeBtn: string;
|
|
4924
4962
|
newFileError: string;
|
|
4925
4963
|
};
|
|
@@ -5052,6 +5090,7 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
5052
5090
|
pgaInputFile: {
|
|
5053
5091
|
es: {
|
|
5054
5092
|
selectFileLabel: string;
|
|
5093
|
+
selectFilesLabel: string;
|
|
5055
5094
|
removeBtn: string;
|
|
5056
5095
|
newFileError: string;
|
|
5057
5096
|
};
|
|
@@ -5184,6 +5223,7 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
5184
5223
|
pgaInputFile: {
|
|
5185
5224
|
es: {
|
|
5186
5225
|
selectFileLabel: string;
|
|
5226
|
+
selectFilesLabel: string;
|
|
5187
5227
|
removeBtn: string;
|
|
5188
5228
|
newFileError: string;
|
|
5189
5229
|
};
|
|
@@ -5316,6 +5356,7 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
5316
5356
|
pgaInputFile: {
|
|
5317
5357
|
es: {
|
|
5318
5358
|
selectFileLabel: string;
|
|
5359
|
+
selectFilesLabel: string;
|
|
5319
5360
|
removeBtn: string;
|
|
5320
5361
|
newFileError: string;
|
|
5321
5362
|
};
|
|
@@ -5448,6 +5489,7 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
5448
5489
|
pgaInputFile: {
|
|
5449
5490
|
es: {
|
|
5450
5491
|
selectFileLabel: string;
|
|
5492
|
+
selectFilesLabel: string;
|
|
5451
5493
|
removeBtn: string;
|
|
5452
5494
|
newFileError: string;
|
|
5453
5495
|
};
|
|
@@ -5580,6 +5622,7 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
5580
5622
|
pgaInputFile: {
|
|
5581
5623
|
es: {
|
|
5582
5624
|
selectFileLabel: string;
|
|
5625
|
+
selectFilesLabel: string;
|
|
5583
5626
|
removeBtn: string;
|
|
5584
5627
|
newFileError: string;
|
|
5585
5628
|
};
|
|
@@ -5712,6 +5755,7 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
5712
5755
|
pgaInputFile: {
|
|
5713
5756
|
es: {
|
|
5714
5757
|
selectFileLabel: string;
|
|
5758
|
+
selectFilesLabel: string;
|
|
5715
5759
|
removeBtn: string;
|
|
5716
5760
|
newFileError: string;
|
|
5717
5761
|
};
|
|
@@ -5844,6 +5888,7 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
5844
5888
|
pgaInputFile: {
|
|
5845
5889
|
es: {
|
|
5846
5890
|
selectFileLabel: string;
|
|
5891
|
+
selectFilesLabel: string;
|
|
5847
5892
|
removeBtn: string;
|
|
5848
5893
|
newFileError: string;
|
|
5849
5894
|
};
|
|
@@ -5976,6 +6021,7 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
5976
6021
|
pgaInputFile: {
|
|
5977
6022
|
es: {
|
|
5978
6023
|
selectFileLabel: string;
|
|
6024
|
+
selectFilesLabel: string;
|
|
5979
6025
|
removeBtn: string;
|
|
5980
6026
|
newFileError: string;
|
|
5981
6027
|
};
|
|
@@ -6108,6 +6154,7 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
6108
6154
|
pgaInputFile: {
|
|
6109
6155
|
es: {
|
|
6110
6156
|
selectFileLabel: string;
|
|
6157
|
+
selectFilesLabel: string;
|
|
6111
6158
|
removeBtn: string;
|
|
6112
6159
|
newFileError: string;
|
|
6113
6160
|
};
|
|
@@ -6240,6 +6287,7 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
6240
6287
|
pgaInputFile: {
|
|
6241
6288
|
es: {
|
|
6242
6289
|
selectFileLabel: string;
|
|
6290
|
+
selectFilesLabel: string;
|
|
6243
6291
|
removeBtn: string;
|
|
6244
6292
|
newFileError: string;
|
|
6245
6293
|
};
|
|
@@ -6372,6 +6420,7 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
6372
6420
|
pgaInputFile: {
|
|
6373
6421
|
es: {
|
|
6374
6422
|
selectFileLabel: string;
|
|
6423
|
+
selectFilesLabel: string;
|
|
6375
6424
|
removeBtn: string;
|
|
6376
6425
|
newFileError: string;
|
|
6377
6426
|
};
|
|
@@ -6504,6 +6553,7 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
6504
6553
|
pgaInputFile: {
|
|
6505
6554
|
es: {
|
|
6506
6555
|
selectFileLabel: string;
|
|
6556
|
+
selectFilesLabel: string;
|
|
6507
6557
|
removeBtn: string;
|
|
6508
6558
|
newFileError: string;
|
|
6509
6559
|
};
|
|
@@ -6636,6 +6686,7 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
6636
6686
|
pgaInputFile: {
|
|
6637
6687
|
es: {
|
|
6638
6688
|
selectFileLabel: string;
|
|
6689
|
+
selectFilesLabel: string;
|
|
6639
6690
|
removeBtn: string;
|
|
6640
6691
|
newFileError: string;
|
|
6641
6692
|
};
|
|
@@ -6768,6 +6819,7 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
6768
6819
|
pgaInputFile: {
|
|
6769
6820
|
es: {
|
|
6770
6821
|
selectFileLabel: string;
|
|
6822
|
+
selectFilesLabel: string;
|
|
6771
6823
|
removeBtn: string;
|
|
6772
6824
|
newFileError: string;
|
|
6773
6825
|
};
|
|
@@ -6900,6 +6952,7 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
6900
6952
|
pgaInputFile: {
|
|
6901
6953
|
es: {
|
|
6902
6954
|
selectFileLabel: string;
|
|
6955
|
+
selectFilesLabel: string;
|
|
6903
6956
|
removeBtn: string;
|
|
6904
6957
|
newFileError: string;
|
|
6905
6958
|
};
|
|
@@ -7032,6 +7085,7 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
7032
7085
|
pgaInputFile: {
|
|
7033
7086
|
es: {
|
|
7034
7087
|
selectFileLabel: string;
|
|
7088
|
+
selectFilesLabel: string;
|
|
7035
7089
|
removeBtn: string;
|
|
7036
7090
|
newFileError: string;
|
|
7037
7091
|
};
|
|
@@ -7164,6 +7218,7 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
7164
7218
|
pgaInputFile: {
|
|
7165
7219
|
es: {
|
|
7166
7220
|
selectFileLabel: string;
|
|
7221
|
+
selectFilesLabel: string;
|
|
7167
7222
|
removeBtn: string;
|
|
7168
7223
|
newFileError: string;
|
|
7169
7224
|
};
|
|
@@ -7296,6 +7351,7 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
7296
7351
|
pgaInputFile: {
|
|
7297
7352
|
es: {
|
|
7298
7353
|
selectFileLabel: string;
|
|
7354
|
+
selectFilesLabel: string;
|
|
7299
7355
|
removeBtn: string;
|
|
7300
7356
|
newFileError: string;
|
|
7301
7357
|
};
|
|
@@ -7428,6 +7484,7 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
7428
7484
|
pgaInputFile: {
|
|
7429
7485
|
es: {
|
|
7430
7486
|
selectFileLabel: string;
|
|
7487
|
+
selectFilesLabel: string;
|
|
7431
7488
|
removeBtn: string;
|
|
7432
7489
|
newFileError: string;
|
|
7433
7490
|
};
|
|
@@ -7560,6 +7617,7 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
7560
7617
|
pgaInputFile: {
|
|
7561
7618
|
es: {
|
|
7562
7619
|
selectFileLabel: string;
|
|
7620
|
+
selectFilesLabel: string;
|
|
7563
7621
|
removeBtn: string;
|
|
7564
7622
|
newFileError: string;
|
|
7565
7623
|
};
|
|
@@ -7692,6 +7750,7 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
7692
7750
|
pgaInputFile: {
|
|
7693
7751
|
es: {
|
|
7694
7752
|
selectFileLabel: string;
|
|
7753
|
+
selectFilesLabel: string;
|
|
7695
7754
|
removeBtn: string;
|
|
7696
7755
|
newFileError: string;
|
|
7697
7756
|
};
|
|
@@ -7824,6 +7883,7 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
7824
7883
|
pgaInputFile: {
|
|
7825
7884
|
es: {
|
|
7826
7885
|
selectFileLabel: string;
|
|
7886
|
+
selectFilesLabel: string;
|
|
7827
7887
|
removeBtn: string;
|
|
7828
7888
|
newFileError: string;
|
|
7829
7889
|
};
|
|
@@ -7956,6 +8016,7 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
7956
8016
|
pgaInputFile: {
|
|
7957
8017
|
es: {
|
|
7958
8018
|
selectFileLabel: string;
|
|
8019
|
+
selectFilesLabel: string;
|
|
7959
8020
|
removeBtn: string;
|
|
7960
8021
|
newFileError: string;
|
|
7961
8022
|
};
|
|
@@ -8088,6 +8149,7 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
8088
8149
|
pgaInputFile: {
|
|
8089
8150
|
es: {
|
|
8090
8151
|
selectFileLabel: string;
|
|
8152
|
+
selectFilesLabel: string;
|
|
8091
8153
|
removeBtn: string;
|
|
8092
8154
|
newFileError: string;
|
|
8093
8155
|
};
|
|
@@ -8220,6 +8282,7 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
8220
8282
|
pgaInputFile: {
|
|
8221
8283
|
es: {
|
|
8222
8284
|
selectFileLabel: string;
|
|
8285
|
+
selectFilesLabel: string;
|
|
8223
8286
|
removeBtn: string;
|
|
8224
8287
|
newFileError: string;
|
|
8225
8288
|
};
|
|
@@ -8352,6 +8415,7 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
8352
8415
|
pgaInputFile: {
|
|
8353
8416
|
es: {
|
|
8354
8417
|
selectFileLabel: string;
|
|
8418
|
+
selectFilesLabel: string;
|
|
8355
8419
|
removeBtn: string;
|
|
8356
8420
|
newFileError: string;
|
|
8357
8421
|
};
|
|
@@ -8484,6 +8548,7 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
8484
8548
|
pgaInputFile: {
|
|
8485
8549
|
es: {
|
|
8486
8550
|
selectFileLabel: string;
|
|
8551
|
+
selectFilesLabel: string;
|
|
8487
8552
|
removeBtn: string;
|
|
8488
8553
|
newFileError: string;
|
|
8489
8554
|
};
|
|
@@ -8616,6 +8681,7 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
8616
8681
|
pgaInputFile: {
|
|
8617
8682
|
es: {
|
|
8618
8683
|
selectFileLabel: string;
|
|
8684
|
+
selectFilesLabel: string;
|
|
8619
8685
|
removeBtn: string;
|
|
8620
8686
|
newFileError: string;
|
|
8621
8687
|
};
|
|
@@ -8748,6 +8814,7 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
8748
8814
|
pgaInputFile: {
|
|
8749
8815
|
es: {
|
|
8750
8816
|
selectFileLabel: string;
|
|
8817
|
+
selectFilesLabel: string;
|
|
8751
8818
|
removeBtn: string;
|
|
8752
8819
|
newFileError: string;
|
|
8753
8820
|
};
|
|
@@ -8880,6 +8947,7 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
8880
8947
|
pgaInputFile: {
|
|
8881
8948
|
es: {
|
|
8882
8949
|
selectFileLabel: string;
|
|
8950
|
+
selectFilesLabel: string;
|
|
8883
8951
|
removeBtn: string;
|
|
8884
8952
|
newFileError: string;
|
|
8885
8953
|
};
|
|
@@ -9012,6 +9080,7 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
9012
9080
|
pgaInputFile: {
|
|
9013
9081
|
es: {
|
|
9014
9082
|
selectFileLabel: string;
|
|
9083
|
+
selectFilesLabel: string;
|
|
9015
9084
|
removeBtn: string;
|
|
9016
9085
|
newFileError: string;
|
|
9017
9086
|
};
|
|
@@ -9144,6 +9213,7 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
9144
9213
|
pgaInputFile: {
|
|
9145
9214
|
es: {
|
|
9146
9215
|
selectFileLabel: string;
|
|
9216
|
+
selectFilesLabel: string;
|
|
9147
9217
|
removeBtn: string;
|
|
9148
9218
|
newFileError: string;
|
|
9149
9219
|
};
|
|
@@ -9276,6 +9346,7 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
9276
9346
|
pgaInputFile: {
|
|
9277
9347
|
es: {
|
|
9278
9348
|
selectFileLabel: string;
|
|
9349
|
+
selectFilesLabel: string;
|
|
9279
9350
|
removeBtn: string;
|
|
9280
9351
|
newFileError: string;
|
|
9281
9352
|
};
|
|
@@ -9408,6 +9479,7 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
9408
9479
|
pgaInputFile: {
|
|
9409
9480
|
es: {
|
|
9410
9481
|
selectFileLabel: string;
|
|
9482
|
+
selectFilesLabel: string;
|
|
9411
9483
|
removeBtn: string;
|
|
9412
9484
|
newFileError: string;
|
|
9413
9485
|
};
|
|
@@ -9540,6 +9612,7 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
9540
9612
|
pgaInputFile: {
|
|
9541
9613
|
es: {
|
|
9542
9614
|
selectFileLabel: string;
|
|
9615
|
+
selectFilesLabel: string;
|
|
9543
9616
|
removeBtn: string;
|
|
9544
9617
|
newFileError: string;
|
|
9545
9618
|
};
|
|
@@ -9672,6 +9745,7 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
9672
9745
|
pgaInputFile: {
|
|
9673
9746
|
es: {
|
|
9674
9747
|
selectFileLabel: string;
|
|
9748
|
+
selectFilesLabel: string;
|
|
9675
9749
|
removeBtn: string;
|
|
9676
9750
|
newFileError: string;
|
|
9677
9751
|
};
|
|
@@ -9804,6 +9878,7 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
9804
9878
|
pgaInputFile: {
|
|
9805
9879
|
es: {
|
|
9806
9880
|
selectFileLabel: string;
|
|
9881
|
+
selectFilesLabel: string;
|
|
9807
9882
|
removeBtn: string;
|
|
9808
9883
|
newFileError: string;
|
|
9809
9884
|
};
|
|
@@ -9936,6 +10011,7 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
9936
10011
|
pgaInputFile: {
|
|
9937
10012
|
es: {
|
|
9938
10013
|
selectFileLabel: string;
|
|
10014
|
+
selectFilesLabel: string;
|
|
9939
10015
|
removeBtn: string;
|
|
9940
10016
|
newFileError: string;
|
|
9941
10017
|
};
|
|
@@ -10068,6 +10144,7 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
10068
10144
|
pgaInputFile: {
|
|
10069
10145
|
es: {
|
|
10070
10146
|
selectFileLabel: string;
|
|
10147
|
+
selectFilesLabel: string;
|
|
10071
10148
|
removeBtn: string;
|
|
10072
10149
|
newFileError: string;
|
|
10073
10150
|
};
|
|
@@ -10200,6 +10277,7 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
10200
10277
|
pgaInputFile: {
|
|
10201
10278
|
es: {
|
|
10202
10279
|
selectFileLabel: string;
|
|
10280
|
+
selectFilesLabel: string;
|
|
10203
10281
|
removeBtn: string;
|
|
10204
10282
|
newFileError: string;
|
|
10205
10283
|
};
|
|
@@ -10332,6 +10410,7 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
10332
10410
|
pgaInputFile: {
|
|
10333
10411
|
es: {
|
|
10334
10412
|
selectFileLabel: string;
|
|
10413
|
+
selectFilesLabel: string;
|
|
10335
10414
|
removeBtn: string;
|
|
10336
10415
|
newFileError: string;
|
|
10337
10416
|
};
|
|
@@ -10464,6 +10543,7 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
10464
10543
|
pgaInputFile: {
|
|
10465
10544
|
es: {
|
|
10466
10545
|
selectFileLabel: string;
|
|
10546
|
+
selectFilesLabel: string;
|
|
10467
10547
|
removeBtn: string;
|
|
10468
10548
|
newFileError: string;
|
|
10469
10549
|
};
|
|
@@ -10596,6 +10676,7 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
10596
10676
|
pgaInputFile: {
|
|
10597
10677
|
es: {
|
|
10598
10678
|
selectFileLabel: string;
|
|
10679
|
+
selectFilesLabel: string;
|
|
10599
10680
|
removeBtn: string;
|
|
10600
10681
|
newFileError: string;
|
|
10601
10682
|
};
|
|
@@ -10728,6 +10809,7 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
10728
10809
|
pgaInputFile: {
|
|
10729
10810
|
es: {
|
|
10730
10811
|
selectFileLabel: string;
|
|
10812
|
+
selectFilesLabel: string;
|
|
10731
10813
|
removeBtn: string;
|
|
10732
10814
|
newFileError: string;
|
|
10733
10815
|
};
|
|
@@ -10860,6 +10942,7 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
10860
10942
|
pgaInputFile: {
|
|
10861
10943
|
es: {
|
|
10862
10944
|
selectFileLabel: string;
|
|
10945
|
+
selectFilesLabel: string;
|
|
10863
10946
|
removeBtn: string;
|
|
10864
10947
|
newFileError: string;
|
|
10865
10948
|
};
|
|
@@ -10992,6 +11075,7 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
10992
11075
|
pgaInputFile: {
|
|
10993
11076
|
es: {
|
|
10994
11077
|
selectFileLabel: string;
|
|
11078
|
+
selectFilesLabel: string;
|
|
10995
11079
|
removeBtn: string;
|
|
10996
11080
|
newFileError: string;
|
|
10997
11081
|
};
|
|
@@ -11124,6 +11208,7 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
11124
11208
|
pgaInputFile: {
|
|
11125
11209
|
es: {
|
|
11126
11210
|
selectFileLabel: string;
|
|
11211
|
+
selectFilesLabel: string;
|
|
11127
11212
|
removeBtn: string;
|
|
11128
11213
|
newFileError: string;
|
|
11129
11214
|
};
|
|
@@ -11256,6 +11341,7 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
11256
11341
|
pgaInputFile: {
|
|
11257
11342
|
es: {
|
|
11258
11343
|
selectFileLabel: string;
|
|
11344
|
+
selectFilesLabel: string;
|
|
11259
11345
|
removeBtn: string;
|
|
11260
11346
|
newFileError: string;
|
|
11261
11347
|
};
|
|
@@ -11388,6 +11474,7 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
11388
11474
|
pgaInputFile: {
|
|
11389
11475
|
es: {
|
|
11390
11476
|
selectFileLabel: string;
|
|
11477
|
+
selectFilesLabel: string;
|
|
11391
11478
|
removeBtn: string;
|
|
11392
11479
|
newFileError: string;
|
|
11393
11480
|
};
|
|
@@ -11520,6 +11607,7 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
11520
11607
|
pgaInputFile: {
|
|
11521
11608
|
es: {
|
|
11522
11609
|
selectFileLabel: string;
|
|
11610
|
+
selectFilesLabel: string;
|
|
11523
11611
|
removeBtn: string;
|
|
11524
11612
|
newFileError: string;
|
|
11525
11613
|
};
|
|
@@ -11652,6 +11740,7 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
11652
11740
|
pgaInputFile: {
|
|
11653
11741
|
es: {
|
|
11654
11742
|
selectFileLabel: string;
|
|
11743
|
+
selectFilesLabel: string;
|
|
11655
11744
|
removeBtn: string;
|
|
11656
11745
|
newFileError: string;
|
|
11657
11746
|
};
|
|
@@ -11784,6 +11873,7 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
11784
11873
|
pgaInputFile: {
|
|
11785
11874
|
es: {
|
|
11786
11875
|
selectFileLabel: string;
|
|
11876
|
+
selectFilesLabel: string;
|
|
11787
11877
|
removeBtn: string;
|
|
11788
11878
|
newFileError: string;
|
|
11789
11879
|
};
|
|
@@ -11916,6 +12006,7 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
11916
12006
|
pgaInputFile: {
|
|
11917
12007
|
es: {
|
|
11918
12008
|
selectFileLabel: string;
|
|
12009
|
+
selectFilesLabel: string;
|
|
11919
12010
|
removeBtn: string;
|
|
11920
12011
|
newFileError: string;
|
|
11921
12012
|
};
|
|
@@ -12048,6 +12139,7 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
12048
12139
|
pgaInputFile: {
|
|
12049
12140
|
es: {
|
|
12050
12141
|
selectFileLabel: string;
|
|
12142
|
+
selectFilesLabel: string;
|
|
12051
12143
|
removeBtn: string;
|
|
12052
12144
|
newFileError: string;
|
|
12053
12145
|
};
|
|
@@ -12180,6 +12272,7 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
12180
12272
|
pgaInputFile: {
|
|
12181
12273
|
es: {
|
|
12182
12274
|
selectFileLabel: string;
|
|
12275
|
+
selectFilesLabel: string;
|
|
12183
12276
|
removeBtn: string;
|
|
12184
12277
|
newFileError: string;
|
|
12185
12278
|
};
|