pangea-lib 3.1.72 → 4.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/main.cjs.js +31 -31
- package/dist/main.css +1 -1
- package/dist/main.es.js +6640 -6644
- package/dist/types/components/PgaVideos.vue.d.ts +2 -0
- package/dist/types/components/_i18n/pga-image.i18n.d.ts +1 -1
- package/dist/types/components/form/inputs/PgaInputFile.vue.d.ts +5 -5
- package/dist/types/components/form/inputs/PgaInputFileExcel.vue.d.ts +4 -2
- package/dist/types/components/image/PgaImage.vue.d.ts +8 -7
- package/dist/types/components/image/PgaImages.vue.d.ts +9 -9
- package/dist/types/components/index.d.ts +1 -0
- package/dist/types/i18n/i18n.d.ts +63 -63
- package/dist/types/i18n/messages/index.d.ts +1 -1
- package/dist/types/models/base-params.models.d.ts +11 -11
- package/dist/types/types/form.types.d.ts +0 -4
- package/dist/types/types/index.d.ts +1 -2
- package/dist/types/types/size.types.d.ts +6 -5
- package/package.json +1 -1
- package/dist/types/types/file.types.d.ts +0 -7
- package/dist/types/types/image.types.d.ts +0 -2
- /package/dist/types/components/image/{PgaImagesFullScreen.vue.d.ts → inner-components/PgaImagesFullScreen.vue.d.ts} +0 -0
|
@@ -80,7 +80,7 @@ export declare const useI18n: <FN extends "authHelpers" | "datetime" | "alert" |
|
|
|
80
80
|
};
|
|
81
81
|
pgaImage: {
|
|
82
82
|
es: {
|
|
83
|
-
|
|
83
|
+
selectImages: string;
|
|
84
84
|
confirmDeleteText: string;
|
|
85
85
|
maxImagesQuantityAlert: string;
|
|
86
86
|
};
|
|
@@ -212,7 +212,7 @@ export declare const useI18n: <FN extends "authHelpers" | "datetime" | "alert" |
|
|
|
212
212
|
};
|
|
213
213
|
pgaImage: {
|
|
214
214
|
es: {
|
|
215
|
-
|
|
215
|
+
selectImages: string;
|
|
216
216
|
confirmDeleteText: string;
|
|
217
217
|
maxImagesQuantityAlert: string;
|
|
218
218
|
};
|
|
@@ -344,7 +344,7 @@ export declare const useI18n: <FN extends "authHelpers" | "datetime" | "alert" |
|
|
|
344
344
|
};
|
|
345
345
|
pgaImage: {
|
|
346
346
|
es: {
|
|
347
|
-
|
|
347
|
+
selectImages: string;
|
|
348
348
|
confirmDeleteText: string;
|
|
349
349
|
maxImagesQuantityAlert: string;
|
|
350
350
|
};
|
|
@@ -476,7 +476,7 @@ export declare const useI18n: <FN extends "authHelpers" | "datetime" | "alert" |
|
|
|
476
476
|
};
|
|
477
477
|
pgaImage: {
|
|
478
478
|
es: {
|
|
479
|
-
|
|
479
|
+
selectImages: string;
|
|
480
480
|
confirmDeleteText: string;
|
|
481
481
|
maxImagesQuantityAlert: string;
|
|
482
482
|
};
|
|
@@ -608,7 +608,7 @@ export declare const useI18n: <FN extends "authHelpers" | "datetime" | "alert" |
|
|
|
608
608
|
};
|
|
609
609
|
pgaImage: {
|
|
610
610
|
es: {
|
|
611
|
-
|
|
611
|
+
selectImages: string;
|
|
612
612
|
confirmDeleteText: string;
|
|
613
613
|
maxImagesQuantityAlert: string;
|
|
614
614
|
};
|
|
@@ -740,7 +740,7 @@ export declare const useI18n: <FN extends "authHelpers" | "datetime" | "alert" |
|
|
|
740
740
|
};
|
|
741
741
|
pgaImage: {
|
|
742
742
|
es: {
|
|
743
|
-
|
|
743
|
+
selectImages: string;
|
|
744
744
|
confirmDeleteText: string;
|
|
745
745
|
maxImagesQuantityAlert: string;
|
|
746
746
|
};
|
|
@@ -872,7 +872,7 @@ export declare const useI18n: <FN extends "authHelpers" | "datetime" | "alert" |
|
|
|
872
872
|
};
|
|
873
873
|
pgaImage: {
|
|
874
874
|
es: {
|
|
875
|
-
|
|
875
|
+
selectImages: string;
|
|
876
876
|
confirmDeleteText: string;
|
|
877
877
|
maxImagesQuantityAlert: string;
|
|
878
878
|
};
|
|
@@ -1004,7 +1004,7 @@ export declare const useI18n: <FN extends "authHelpers" | "datetime" | "alert" |
|
|
|
1004
1004
|
};
|
|
1005
1005
|
pgaImage: {
|
|
1006
1006
|
es: {
|
|
1007
|
-
|
|
1007
|
+
selectImages: string;
|
|
1008
1008
|
confirmDeleteText: string;
|
|
1009
1009
|
maxImagesQuantityAlert: string;
|
|
1010
1010
|
};
|
|
@@ -1136,7 +1136,7 @@ export declare const useI18n: <FN extends "authHelpers" | "datetime" | "alert" |
|
|
|
1136
1136
|
};
|
|
1137
1137
|
pgaImage: {
|
|
1138
1138
|
es: {
|
|
1139
|
-
|
|
1139
|
+
selectImages: string;
|
|
1140
1140
|
confirmDeleteText: string;
|
|
1141
1141
|
maxImagesQuantityAlert: string;
|
|
1142
1142
|
};
|
|
@@ -1268,7 +1268,7 @@ export declare const useI18n: <FN extends "authHelpers" | "datetime" | "alert" |
|
|
|
1268
1268
|
};
|
|
1269
1269
|
pgaImage: {
|
|
1270
1270
|
es: {
|
|
1271
|
-
|
|
1271
|
+
selectImages: string;
|
|
1272
1272
|
confirmDeleteText: string;
|
|
1273
1273
|
maxImagesQuantityAlert: string;
|
|
1274
1274
|
};
|
|
@@ -1400,7 +1400,7 @@ export declare const useI18n: <FN extends "authHelpers" | "datetime" | "alert" |
|
|
|
1400
1400
|
};
|
|
1401
1401
|
pgaImage: {
|
|
1402
1402
|
es: {
|
|
1403
|
-
|
|
1403
|
+
selectImages: string;
|
|
1404
1404
|
confirmDeleteText: string;
|
|
1405
1405
|
maxImagesQuantityAlert: string;
|
|
1406
1406
|
};
|
|
@@ -1532,7 +1532,7 @@ export declare const useI18n: <FN extends "authHelpers" | "datetime" | "alert" |
|
|
|
1532
1532
|
};
|
|
1533
1533
|
pgaImage: {
|
|
1534
1534
|
es: {
|
|
1535
|
-
|
|
1535
|
+
selectImages: string;
|
|
1536
1536
|
confirmDeleteText: string;
|
|
1537
1537
|
maxImagesQuantityAlert: string;
|
|
1538
1538
|
};
|
|
@@ -1664,7 +1664,7 @@ export declare const useI18n: <FN extends "authHelpers" | "datetime" | "alert" |
|
|
|
1664
1664
|
};
|
|
1665
1665
|
pgaImage: {
|
|
1666
1666
|
es: {
|
|
1667
|
-
|
|
1667
|
+
selectImages: string;
|
|
1668
1668
|
confirmDeleteText: string;
|
|
1669
1669
|
maxImagesQuantityAlert: string;
|
|
1670
1670
|
};
|
|
@@ -1796,7 +1796,7 @@ export declare const useI18n: <FN extends "authHelpers" | "datetime" | "alert" |
|
|
|
1796
1796
|
};
|
|
1797
1797
|
pgaImage: {
|
|
1798
1798
|
es: {
|
|
1799
|
-
|
|
1799
|
+
selectImages: string;
|
|
1800
1800
|
confirmDeleteText: string;
|
|
1801
1801
|
maxImagesQuantityAlert: string;
|
|
1802
1802
|
};
|
|
@@ -1928,7 +1928,7 @@ export declare const useI18n: <FN extends "authHelpers" | "datetime" | "alert" |
|
|
|
1928
1928
|
};
|
|
1929
1929
|
pgaImage: {
|
|
1930
1930
|
es: {
|
|
1931
|
-
|
|
1931
|
+
selectImages: string;
|
|
1932
1932
|
confirmDeleteText: string;
|
|
1933
1933
|
maxImagesQuantityAlert: string;
|
|
1934
1934
|
};
|
|
@@ -2060,7 +2060,7 @@ export declare const useI18n: <FN extends "authHelpers" | "datetime" | "alert" |
|
|
|
2060
2060
|
};
|
|
2061
2061
|
pgaImage: {
|
|
2062
2062
|
es: {
|
|
2063
|
-
|
|
2063
|
+
selectImages: string;
|
|
2064
2064
|
confirmDeleteText: string;
|
|
2065
2065
|
maxImagesQuantityAlert: string;
|
|
2066
2066
|
};
|
|
@@ -2192,7 +2192,7 @@ export declare const useI18n: <FN extends "authHelpers" | "datetime" | "alert" |
|
|
|
2192
2192
|
};
|
|
2193
2193
|
pgaImage: {
|
|
2194
2194
|
es: {
|
|
2195
|
-
|
|
2195
|
+
selectImages: string;
|
|
2196
2196
|
confirmDeleteText: string;
|
|
2197
2197
|
maxImagesQuantityAlert: string;
|
|
2198
2198
|
};
|
|
@@ -2324,7 +2324,7 @@ export declare const useI18n: <FN extends "authHelpers" | "datetime" | "alert" |
|
|
|
2324
2324
|
};
|
|
2325
2325
|
pgaImage: {
|
|
2326
2326
|
es: {
|
|
2327
|
-
|
|
2327
|
+
selectImages: string;
|
|
2328
2328
|
confirmDeleteText: string;
|
|
2329
2329
|
maxImagesQuantityAlert: string;
|
|
2330
2330
|
};
|
|
@@ -2456,7 +2456,7 @@ export declare const useI18n: <FN extends "authHelpers" | "datetime" | "alert" |
|
|
|
2456
2456
|
};
|
|
2457
2457
|
pgaImage: {
|
|
2458
2458
|
es: {
|
|
2459
|
-
|
|
2459
|
+
selectImages: string;
|
|
2460
2460
|
confirmDeleteText: string;
|
|
2461
2461
|
maxImagesQuantityAlert: string;
|
|
2462
2462
|
};
|
|
@@ -2588,7 +2588,7 @@ export declare const useI18n: <FN extends "authHelpers" | "datetime" | "alert" |
|
|
|
2588
2588
|
};
|
|
2589
2589
|
pgaImage: {
|
|
2590
2590
|
es: {
|
|
2591
|
-
|
|
2591
|
+
selectImages: string;
|
|
2592
2592
|
confirmDeleteText: string;
|
|
2593
2593
|
maxImagesQuantityAlert: string;
|
|
2594
2594
|
};
|
|
@@ -2720,7 +2720,7 @@ export declare const useI18n: <FN extends "authHelpers" | "datetime" | "alert" |
|
|
|
2720
2720
|
};
|
|
2721
2721
|
pgaImage: {
|
|
2722
2722
|
es: {
|
|
2723
|
-
|
|
2723
|
+
selectImages: string;
|
|
2724
2724
|
confirmDeleteText: string;
|
|
2725
2725
|
maxImagesQuantityAlert: string;
|
|
2726
2726
|
};
|
|
@@ -2852,7 +2852,7 @@ export declare const useI18n: <FN extends "authHelpers" | "datetime" | "alert" |
|
|
|
2852
2852
|
};
|
|
2853
2853
|
pgaImage: {
|
|
2854
2854
|
es: {
|
|
2855
|
-
|
|
2855
|
+
selectImages: string;
|
|
2856
2856
|
confirmDeleteText: string;
|
|
2857
2857
|
maxImagesQuantityAlert: string;
|
|
2858
2858
|
};
|
|
@@ -2984,7 +2984,7 @@ export declare const useI18n: <FN extends "authHelpers" | "datetime" | "alert" |
|
|
|
2984
2984
|
};
|
|
2985
2985
|
pgaImage: {
|
|
2986
2986
|
es: {
|
|
2987
|
-
|
|
2987
|
+
selectImages: string;
|
|
2988
2988
|
confirmDeleteText: string;
|
|
2989
2989
|
maxImagesQuantityAlert: string;
|
|
2990
2990
|
};
|
|
@@ -3116,7 +3116,7 @@ export declare const useI18n: <FN extends "authHelpers" | "datetime" | "alert" |
|
|
|
3116
3116
|
};
|
|
3117
3117
|
pgaImage: {
|
|
3118
3118
|
es: {
|
|
3119
|
-
|
|
3119
|
+
selectImages: string;
|
|
3120
3120
|
confirmDeleteText: string;
|
|
3121
3121
|
maxImagesQuantityAlert: string;
|
|
3122
3122
|
};
|
|
@@ -3248,7 +3248,7 @@ export declare const useI18n: <FN extends "authHelpers" | "datetime" | "alert" |
|
|
|
3248
3248
|
};
|
|
3249
3249
|
pgaImage: {
|
|
3250
3250
|
es: {
|
|
3251
|
-
|
|
3251
|
+
selectImages: string;
|
|
3252
3252
|
confirmDeleteText: string;
|
|
3253
3253
|
maxImagesQuantityAlert: string;
|
|
3254
3254
|
};
|
|
@@ -3380,7 +3380,7 @@ export declare const useI18n: <FN extends "authHelpers" | "datetime" | "alert" |
|
|
|
3380
3380
|
};
|
|
3381
3381
|
pgaImage: {
|
|
3382
3382
|
es: {
|
|
3383
|
-
|
|
3383
|
+
selectImages: string;
|
|
3384
3384
|
confirmDeleteText: string;
|
|
3385
3385
|
maxImagesQuantityAlert: string;
|
|
3386
3386
|
};
|
|
@@ -3512,7 +3512,7 @@ export declare const useI18n: <FN extends "authHelpers" | "datetime" | "alert" |
|
|
|
3512
3512
|
};
|
|
3513
3513
|
pgaImage: {
|
|
3514
3514
|
es: {
|
|
3515
|
-
|
|
3515
|
+
selectImages: string;
|
|
3516
3516
|
confirmDeleteText: string;
|
|
3517
3517
|
maxImagesQuantityAlert: string;
|
|
3518
3518
|
};
|
|
@@ -3644,7 +3644,7 @@ export declare const useI18n: <FN extends "authHelpers" | "datetime" | "alert" |
|
|
|
3644
3644
|
};
|
|
3645
3645
|
pgaImage: {
|
|
3646
3646
|
es: {
|
|
3647
|
-
|
|
3647
|
+
selectImages: string;
|
|
3648
3648
|
confirmDeleteText: string;
|
|
3649
3649
|
maxImagesQuantityAlert: string;
|
|
3650
3650
|
};
|
|
@@ -3776,7 +3776,7 @@ export declare const useI18n: <FN extends "authHelpers" | "datetime" | "alert" |
|
|
|
3776
3776
|
};
|
|
3777
3777
|
pgaImage: {
|
|
3778
3778
|
es: {
|
|
3779
|
-
|
|
3779
|
+
selectImages: string;
|
|
3780
3780
|
confirmDeleteText: string;
|
|
3781
3781
|
maxImagesQuantityAlert: string;
|
|
3782
3782
|
};
|
|
@@ -3908,7 +3908,7 @@ export declare const useI18n: <FN extends "authHelpers" | "datetime" | "alert" |
|
|
|
3908
3908
|
};
|
|
3909
3909
|
pgaImage: {
|
|
3910
3910
|
es: {
|
|
3911
|
-
|
|
3911
|
+
selectImages: string;
|
|
3912
3912
|
confirmDeleteText: string;
|
|
3913
3913
|
maxImagesQuantityAlert: string;
|
|
3914
3914
|
};
|
|
@@ -4040,7 +4040,7 @@ export declare const useI18n: <FN extends "authHelpers" | "datetime" | "alert" |
|
|
|
4040
4040
|
};
|
|
4041
4041
|
pgaImage: {
|
|
4042
4042
|
es: {
|
|
4043
|
-
|
|
4043
|
+
selectImages: string;
|
|
4044
4044
|
confirmDeleteText: string;
|
|
4045
4045
|
maxImagesQuantityAlert: string;
|
|
4046
4046
|
};
|
|
@@ -4172,7 +4172,7 @@ export declare const useI18n: <FN extends "authHelpers" | "datetime" | "alert" |
|
|
|
4172
4172
|
};
|
|
4173
4173
|
pgaImage: {
|
|
4174
4174
|
es: {
|
|
4175
|
-
|
|
4175
|
+
selectImages: string;
|
|
4176
4176
|
confirmDeleteText: string;
|
|
4177
4177
|
maxImagesQuantityAlert: string;
|
|
4178
4178
|
};
|
|
@@ -4304,7 +4304,7 @@ export declare const useI18n: <FN extends "authHelpers" | "datetime" | "alert" |
|
|
|
4304
4304
|
};
|
|
4305
4305
|
pgaImage: {
|
|
4306
4306
|
es: {
|
|
4307
|
-
|
|
4307
|
+
selectImages: string;
|
|
4308
4308
|
confirmDeleteText: string;
|
|
4309
4309
|
maxImagesQuantityAlert: string;
|
|
4310
4310
|
};
|
|
@@ -4436,7 +4436,7 @@ export declare const useI18n: <FN extends "authHelpers" | "datetime" | "alert" |
|
|
|
4436
4436
|
};
|
|
4437
4437
|
pgaImage: {
|
|
4438
4438
|
es: {
|
|
4439
|
-
|
|
4439
|
+
selectImages: string;
|
|
4440
4440
|
confirmDeleteText: string;
|
|
4441
4441
|
maxImagesQuantityAlert: string;
|
|
4442
4442
|
};
|
|
@@ -4568,7 +4568,7 @@ export declare const useI18n: <FN extends "authHelpers" | "datetime" | "alert" |
|
|
|
4568
4568
|
};
|
|
4569
4569
|
pgaImage: {
|
|
4570
4570
|
es: {
|
|
4571
|
-
|
|
4571
|
+
selectImages: string;
|
|
4572
4572
|
confirmDeleteText: string;
|
|
4573
4573
|
maxImagesQuantityAlert: string;
|
|
4574
4574
|
};
|
|
@@ -4700,7 +4700,7 @@ export declare const useI18n: <FN extends "authHelpers" | "datetime" | "alert" |
|
|
|
4700
4700
|
};
|
|
4701
4701
|
pgaImage: {
|
|
4702
4702
|
es: {
|
|
4703
|
-
|
|
4703
|
+
selectImages: string;
|
|
4704
4704
|
confirmDeleteText: string;
|
|
4705
4705
|
maxImagesQuantityAlert: string;
|
|
4706
4706
|
};
|
|
@@ -4832,7 +4832,7 @@ export declare const useI18n: <FN extends "authHelpers" | "datetime" | "alert" |
|
|
|
4832
4832
|
};
|
|
4833
4833
|
pgaImage: {
|
|
4834
4834
|
es: {
|
|
4835
|
-
|
|
4835
|
+
selectImages: string;
|
|
4836
4836
|
confirmDeleteText: string;
|
|
4837
4837
|
maxImagesQuantityAlert: string;
|
|
4838
4838
|
};
|
|
@@ -4964,7 +4964,7 @@ export declare const useI18n: <FN extends "authHelpers" | "datetime" | "alert" |
|
|
|
4964
4964
|
};
|
|
4965
4965
|
pgaImage: {
|
|
4966
4966
|
es: {
|
|
4967
|
-
|
|
4967
|
+
selectImages: string;
|
|
4968
4968
|
confirmDeleteText: string;
|
|
4969
4969
|
maxImagesQuantityAlert: string;
|
|
4970
4970
|
};
|
|
@@ -5096,7 +5096,7 @@ export declare const useI18n: <FN extends "authHelpers" | "datetime" | "alert" |
|
|
|
5096
5096
|
};
|
|
5097
5097
|
pgaImage: {
|
|
5098
5098
|
es: {
|
|
5099
|
-
|
|
5099
|
+
selectImages: string;
|
|
5100
5100
|
confirmDeleteText: string;
|
|
5101
5101
|
maxImagesQuantityAlert: string;
|
|
5102
5102
|
};
|
|
@@ -5228,7 +5228,7 @@ export declare const useI18n: <FN extends "authHelpers" | "datetime" | "alert" |
|
|
|
5228
5228
|
};
|
|
5229
5229
|
pgaImage: {
|
|
5230
5230
|
es: {
|
|
5231
|
-
|
|
5231
|
+
selectImages: string;
|
|
5232
5232
|
confirmDeleteText: string;
|
|
5233
5233
|
maxImagesQuantityAlert: string;
|
|
5234
5234
|
};
|
|
@@ -5360,7 +5360,7 @@ export declare const useI18n: <FN extends "authHelpers" | "datetime" | "alert" |
|
|
|
5360
5360
|
};
|
|
5361
5361
|
pgaImage: {
|
|
5362
5362
|
es: {
|
|
5363
|
-
|
|
5363
|
+
selectImages: string;
|
|
5364
5364
|
confirmDeleteText: string;
|
|
5365
5365
|
maxImagesQuantityAlert: string;
|
|
5366
5366
|
};
|
|
@@ -5492,7 +5492,7 @@ export declare const useI18n: <FN extends "authHelpers" | "datetime" | "alert" |
|
|
|
5492
5492
|
};
|
|
5493
5493
|
pgaImage: {
|
|
5494
5494
|
es: {
|
|
5495
|
-
|
|
5495
|
+
selectImages: string;
|
|
5496
5496
|
confirmDeleteText: string;
|
|
5497
5497
|
maxImagesQuantityAlert: string;
|
|
5498
5498
|
};
|
|
@@ -5624,7 +5624,7 @@ export declare const useI18n: <FN extends "authHelpers" | "datetime" | "alert" |
|
|
|
5624
5624
|
};
|
|
5625
5625
|
pgaImage: {
|
|
5626
5626
|
es: {
|
|
5627
|
-
|
|
5627
|
+
selectImages: string;
|
|
5628
5628
|
confirmDeleteText: string;
|
|
5629
5629
|
maxImagesQuantityAlert: string;
|
|
5630
5630
|
};
|
|
@@ -5756,7 +5756,7 @@ export declare const useI18n: <FN extends "authHelpers" | "datetime" | "alert" |
|
|
|
5756
5756
|
};
|
|
5757
5757
|
pgaImage: {
|
|
5758
5758
|
es: {
|
|
5759
|
-
|
|
5759
|
+
selectImages: string;
|
|
5760
5760
|
confirmDeleteText: string;
|
|
5761
5761
|
maxImagesQuantityAlert: string;
|
|
5762
5762
|
};
|
|
@@ -5888,7 +5888,7 @@ export declare const useI18n: <FN extends "authHelpers" | "datetime" | "alert" |
|
|
|
5888
5888
|
};
|
|
5889
5889
|
pgaImage: {
|
|
5890
5890
|
es: {
|
|
5891
|
-
|
|
5891
|
+
selectImages: string;
|
|
5892
5892
|
confirmDeleteText: string;
|
|
5893
5893
|
maxImagesQuantityAlert: string;
|
|
5894
5894
|
};
|
|
@@ -6020,7 +6020,7 @@ export declare const useI18n: <FN extends "authHelpers" | "datetime" | "alert" |
|
|
|
6020
6020
|
};
|
|
6021
6021
|
pgaImage: {
|
|
6022
6022
|
es: {
|
|
6023
|
-
|
|
6023
|
+
selectImages: string;
|
|
6024
6024
|
confirmDeleteText: string;
|
|
6025
6025
|
maxImagesQuantityAlert: string;
|
|
6026
6026
|
};
|
|
@@ -6152,7 +6152,7 @@ export declare const useI18n: <FN extends "authHelpers" | "datetime" | "alert" |
|
|
|
6152
6152
|
};
|
|
6153
6153
|
pgaImage: {
|
|
6154
6154
|
es: {
|
|
6155
|
-
|
|
6155
|
+
selectImages: string;
|
|
6156
6156
|
confirmDeleteText: string;
|
|
6157
6157
|
maxImagesQuantityAlert: string;
|
|
6158
6158
|
};
|
|
@@ -6284,7 +6284,7 @@ export declare const useI18n: <FN extends "authHelpers" | "datetime" | "alert" |
|
|
|
6284
6284
|
};
|
|
6285
6285
|
pgaImage: {
|
|
6286
6286
|
es: {
|
|
6287
|
-
|
|
6287
|
+
selectImages: string;
|
|
6288
6288
|
confirmDeleteText: string;
|
|
6289
6289
|
maxImagesQuantityAlert: string;
|
|
6290
6290
|
};
|
|
@@ -6416,7 +6416,7 @@ export declare const useI18n: <FN extends "authHelpers" | "datetime" | "alert" |
|
|
|
6416
6416
|
};
|
|
6417
6417
|
pgaImage: {
|
|
6418
6418
|
es: {
|
|
6419
|
-
|
|
6419
|
+
selectImages: string;
|
|
6420
6420
|
confirmDeleteText: string;
|
|
6421
6421
|
maxImagesQuantityAlert: string;
|
|
6422
6422
|
};
|
|
@@ -6548,7 +6548,7 @@ export declare const useI18n: <FN extends "authHelpers" | "datetime" | "alert" |
|
|
|
6548
6548
|
};
|
|
6549
6549
|
pgaImage: {
|
|
6550
6550
|
es: {
|
|
6551
|
-
|
|
6551
|
+
selectImages: string;
|
|
6552
6552
|
confirmDeleteText: string;
|
|
6553
6553
|
maxImagesQuantityAlert: string;
|
|
6554
6554
|
};
|
|
@@ -6680,7 +6680,7 @@ export declare const useI18n: <FN extends "authHelpers" | "datetime" | "alert" |
|
|
|
6680
6680
|
};
|
|
6681
6681
|
pgaImage: {
|
|
6682
6682
|
es: {
|
|
6683
|
-
|
|
6683
|
+
selectImages: string;
|
|
6684
6684
|
confirmDeleteText: string;
|
|
6685
6685
|
maxImagesQuantityAlert: string;
|
|
6686
6686
|
};
|
|
@@ -6812,7 +6812,7 @@ export declare const useI18n: <FN extends "authHelpers" | "datetime" | "alert" |
|
|
|
6812
6812
|
};
|
|
6813
6813
|
pgaImage: {
|
|
6814
6814
|
es: {
|
|
6815
|
-
|
|
6815
|
+
selectImages: string;
|
|
6816
6816
|
confirmDeleteText: string;
|
|
6817
6817
|
maxImagesQuantityAlert: string;
|
|
6818
6818
|
};
|
|
@@ -6944,7 +6944,7 @@ export declare const useI18n: <FN extends "authHelpers" | "datetime" | "alert" |
|
|
|
6944
6944
|
};
|
|
6945
6945
|
pgaImage: {
|
|
6946
6946
|
es: {
|
|
6947
|
-
|
|
6947
|
+
selectImages: string;
|
|
6948
6948
|
confirmDeleteText: string;
|
|
6949
6949
|
maxImagesQuantityAlert: string;
|
|
6950
6950
|
};
|
|
@@ -7076,7 +7076,7 @@ export declare const useI18n: <FN extends "authHelpers" | "datetime" | "alert" |
|
|
|
7076
7076
|
};
|
|
7077
7077
|
pgaImage: {
|
|
7078
7078
|
es: {
|
|
7079
|
-
|
|
7079
|
+
selectImages: string;
|
|
7080
7080
|
confirmDeleteText: string;
|
|
7081
7081
|
maxImagesQuantityAlert: string;
|
|
7082
7082
|
};
|
|
@@ -7208,7 +7208,7 @@ export declare const useI18n: <FN extends "authHelpers" | "datetime" | "alert" |
|
|
|
7208
7208
|
};
|
|
7209
7209
|
pgaImage: {
|
|
7210
7210
|
es: {
|
|
7211
|
-
|
|
7211
|
+
selectImages: string;
|
|
7212
7212
|
confirmDeleteText: string;
|
|
7213
7213
|
maxImagesQuantityAlert: string;
|
|
7214
7214
|
};
|
|
@@ -7340,7 +7340,7 @@ export declare const useI18n: <FN extends "authHelpers" | "datetime" | "alert" |
|
|
|
7340
7340
|
};
|
|
7341
7341
|
pgaImage: {
|
|
7342
7342
|
es: {
|
|
7343
|
-
|
|
7343
|
+
selectImages: string;
|
|
7344
7344
|
confirmDeleteText: string;
|
|
7345
7345
|
maxImagesQuantityAlert: string;
|
|
7346
7346
|
};
|
|
@@ -7472,7 +7472,7 @@ export declare const useI18n: <FN extends "authHelpers" | "datetime" | "alert" |
|
|
|
7472
7472
|
};
|
|
7473
7473
|
pgaImage: {
|
|
7474
7474
|
es: {
|
|
7475
|
-
|
|
7475
|
+
selectImages: string;
|
|
7476
7476
|
confirmDeleteText: string;
|
|
7477
7477
|
maxImagesQuantityAlert: string;
|
|
7478
7478
|
};
|
|
@@ -7604,7 +7604,7 @@ export declare const useI18n: <FN extends "authHelpers" | "datetime" | "alert" |
|
|
|
7604
7604
|
};
|
|
7605
7605
|
pgaImage: {
|
|
7606
7606
|
es: {
|
|
7607
|
-
|
|
7607
|
+
selectImages: string;
|
|
7608
7608
|
confirmDeleteText: string;
|
|
7609
7609
|
maxImagesQuantityAlert: string;
|
|
7610
7610
|
};
|
|
@@ -7736,7 +7736,7 @@ export declare const useI18n: <FN extends "authHelpers" | "datetime" | "alert" |
|
|
|
7736
7736
|
};
|
|
7737
7737
|
pgaImage: {
|
|
7738
7738
|
es: {
|
|
7739
|
-
|
|
7739
|
+
selectImages: string;
|
|
7740
7740
|
confirmDeleteText: string;
|
|
7741
7741
|
maxImagesQuantityAlert: string;
|
|
7742
7742
|
};
|
|
@@ -7868,7 +7868,7 @@ export declare const useI18n: <FN extends "authHelpers" | "datetime" | "alert" |
|
|
|
7868
7868
|
};
|
|
7869
7869
|
pgaImage: {
|
|
7870
7870
|
es: {
|
|
7871
|
-
|
|
7871
|
+
selectImages: string;
|
|
7872
7872
|
confirmDeleteText: string;
|
|
7873
7873
|
maxImagesQuantityAlert: string;
|
|
7874
7874
|
};
|
|
@@ -8000,7 +8000,7 @@ export declare const useI18n: <FN extends "authHelpers" | "datetime" | "alert" |
|
|
|
8000
8000
|
};
|
|
8001
8001
|
pgaImage: {
|
|
8002
8002
|
es: {
|
|
8003
|
-
|
|
8003
|
+
selectImages: string;
|
|
8004
8004
|
confirmDeleteText: string;
|
|
8005
8005
|
maxImagesQuantityAlert: string;
|
|
8006
8006
|
};
|
|
@@ -8132,7 +8132,7 @@ export declare const useI18n: <FN extends "authHelpers" | "datetime" | "alert" |
|
|
|
8132
8132
|
};
|
|
8133
8133
|
pgaImage: {
|
|
8134
8134
|
es: {
|
|
8135
|
-
|
|
8135
|
+
selectImages: string;
|
|
8136
8136
|
confirmDeleteText: string;
|
|
8137
8137
|
maxImagesQuantityAlert: string;
|
|
8138
8138
|
};
|
|
@@ -8264,7 +8264,7 @@ export declare const useI18n: <FN extends "authHelpers" | "datetime" | "alert" |
|
|
|
8264
8264
|
};
|
|
8265
8265
|
pgaImage: {
|
|
8266
8266
|
es: {
|
|
8267
|
-
|
|
8267
|
+
selectImages: string;
|
|
8268
8268
|
confirmDeleteText: string;
|
|
8269
8269
|
maxImagesQuantityAlert: string;
|
|
8270
8270
|
};
|
|
@@ -8,18 +8,18 @@ export declare class GetManyBaseParams extends BaseParams {
|
|
|
8
8
|
search?: string;
|
|
9
9
|
constructor(params?: Partial<GetManyBaseParams>);
|
|
10
10
|
}
|
|
11
|
-
export declare class
|
|
12
|
-
|
|
11
|
+
export declare class UploadFileParams extends BaseParams {
|
|
12
|
+
file: File;
|
|
13
|
+
constructor(params?: Partial<UploadFileParams>);
|
|
13
14
|
}
|
|
14
|
-
export declare class
|
|
15
|
-
|
|
16
|
-
constructor(params?: Partial<
|
|
15
|
+
export declare class UploadFilesParams extends BaseParams {
|
|
16
|
+
file: File[];
|
|
17
|
+
constructor(params?: Partial<UploadFilesParams>);
|
|
17
18
|
}
|
|
18
|
-
export declare class
|
|
19
|
-
|
|
20
|
-
constructor(params?: Partial<UploadImageParams>);
|
|
19
|
+
export declare class RemoveFileParams extends BaseParams {
|
|
20
|
+
constructor(params?: Partial<RemoveFileParams>);
|
|
21
21
|
}
|
|
22
|
-
export declare class
|
|
23
|
-
|
|
24
|
-
constructor(params?: Partial<
|
|
22
|
+
export declare class RemoveFilesParams extends BaseParams {
|
|
23
|
+
index: number;
|
|
24
|
+
constructor(params?: Partial<RemoveFilesParams>);
|
|
25
25
|
}
|
|
@@ -6,11 +6,9 @@ export * from './button.types';
|
|
|
6
6
|
export * from './chart.types';
|
|
7
7
|
export * from './color.types';
|
|
8
8
|
export * from './dropdown.types';
|
|
9
|
-
export * from './file.types';
|
|
10
9
|
export * from './form.types';
|
|
11
10
|
export * from './i18n.types';
|
|
12
11
|
export * from './icon.types';
|
|
13
|
-
export * from './image.types';
|
|
14
12
|
export * from './router.types';
|
|
15
13
|
export * from './size.types';
|
|
16
14
|
export * from './table.types';
|
|
@@ -28,3 +26,4 @@ export type NumOrFn = OrFn<number>;
|
|
|
28
26
|
export type BoolOrFn = OrFn<boolean>;
|
|
29
27
|
export type Align = 'center' | 'left' | 'right';
|
|
30
28
|
export type DatetimeFormat = 'numeric' | 'short' | 'long';
|
|
29
|
+
export type FileSource = 'static' | 'dynamic';
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
type UnitAbsolute = 'px' | 'cm' | 'mm';
|
|
2
|
+
type UnitRelative = 'em' | 'rem' | 'vw' | 'vh' | '%';
|
|
3
|
+
type SizeAbsolute = `${number}${UnitAbsolute}`;
|
|
4
|
+
type SizeRelative = `${number}${UnitRelative}`;
|
|
5
|
+
type SizeKeyword = 'initial' | 'inherit' | 'unset' | 'revert' | 'auto' | 'none' | 'normal';
|
|
6
6
|
export type Size = SizeAbsolute | SizeRelative | SizeKeyword;
|
|
7
|
+
export {};
|
package/package.json
CHANGED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
export type ImageExtension = 'jpg' | 'jpeg' | 'png' | 'gif' | 'bmp' | 'svg' | 'tiff' | 'webp' | 'ico';
|
|
2
|
-
export type VideoExtension = 'mp4' | 'avi' | 'mov' | 'wmv' | 'mkv' | 'webm' | 'flv';
|
|
3
|
-
export type AudioExtension = 'mp3' | 'wav' | 'aac' | 'ogg' | 'flac' | 'wma' | 'm4a';
|
|
4
|
-
export type DocumentExtension = 'pdf' | 'doc' | 'docx' | 'xls' | 'xlsx' | 'ppt' | 'pptx' | 'txt' | 'rtf' | 'odt' | 'ods' | 'odp';
|
|
5
|
-
export type CompressedExtension = 'zip' | 'rar' | '7z' | 'tar' | 'gz';
|
|
6
|
-
export type CodeExtension = 'js' | 'ts' | 'css' | 'html' | 'json' | 'xml' | 'csv';
|
|
7
|
-
export type FileExtension = ImageExtension | VideoExtension | AudioExtension | DocumentExtension | CompressedExtension | CodeExtension;
|
|
File without changes
|