pangea-lib 4.0.355 → 4.0.357
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 +1765 -1765
- package/dist/main.css +1 -1
- package/dist/main.es.js +16621 -16613
- package/dist/types/i18n/i18n.d.ts +442 -1
- package/dist/types/i18n/messages/index.d.ts +7 -0
- package/dist/types/notifications/notifications.i18n.d.ts +8 -0
- package/dist/types/notifications/notifications.store.d.ts +1 -1
- package/package.json +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const useI18n: <FN extends "alert" | "authHelpers" | "datetime" | "apiConnectionsError" | "apiConnectionsSuccess" | "pgaButton" | "pgaCalendar" | "pgaDisplay" | "pgaEditor" | "pgaFile" | "pgaForm" | "pgaLayout" | "pgaModal" | "pgaTable" | "validations", MP extends ({
|
|
1
|
+
export declare const useI18n: <FN extends "alert" | "authHelpers" | "datetime" | "notifications" | "apiConnectionsError" | "apiConnectionsSuccess" | "pgaButton" | "pgaCalendar" | "pgaDisplay" | "pgaEditor" | "pgaFile" | "pgaForm" | "pgaLayout" | "pgaModal" | "pgaTable" | "validations", MP extends ({
|
|
2
2
|
authHelpers: {
|
|
3
3
|
es: {
|
|
4
4
|
successfulLogout: string;
|
|
@@ -18,6 +18,13 @@ export declare const useI18n: <FN extends "alert" | "authHelpers" | "datetime" |
|
|
|
18
18
|
acceptBtn: string;
|
|
19
19
|
};
|
|
20
20
|
};
|
|
21
|
+
notifications: {
|
|
22
|
+
es: {
|
|
23
|
+
success: string;
|
|
24
|
+
warning: string;
|
|
25
|
+
danger: string;
|
|
26
|
+
};
|
|
27
|
+
};
|
|
21
28
|
apiConnectionsError: {
|
|
22
29
|
es: {
|
|
23
30
|
INTERNAL_SERVER_ERROR: string;
|
|
@@ -175,6 +182,13 @@ export declare const useI18n: <FN extends "alert" | "authHelpers" | "datetime" |
|
|
|
175
182
|
acceptBtn: string;
|
|
176
183
|
};
|
|
177
184
|
};
|
|
185
|
+
notifications: {
|
|
186
|
+
es: {
|
|
187
|
+
success: string;
|
|
188
|
+
warning: string;
|
|
189
|
+
danger: string;
|
|
190
|
+
};
|
|
191
|
+
};
|
|
178
192
|
apiConnectionsError: {
|
|
179
193
|
es: {
|
|
180
194
|
INTERNAL_SERVER_ERROR: string;
|
|
@@ -332,6 +346,13 @@ export declare const useI18n: <FN extends "alert" | "authHelpers" | "datetime" |
|
|
|
332
346
|
acceptBtn: string;
|
|
333
347
|
};
|
|
334
348
|
};
|
|
349
|
+
notifications: {
|
|
350
|
+
es: {
|
|
351
|
+
success: string;
|
|
352
|
+
warning: string;
|
|
353
|
+
danger: string;
|
|
354
|
+
};
|
|
355
|
+
};
|
|
335
356
|
apiConnectionsError: {
|
|
336
357
|
es: {
|
|
337
358
|
INTERNAL_SERVER_ERROR: string;
|
|
@@ -489,6 +510,13 @@ export declare const useI18n: <FN extends "alert" | "authHelpers" | "datetime" |
|
|
|
489
510
|
acceptBtn: string;
|
|
490
511
|
};
|
|
491
512
|
};
|
|
513
|
+
notifications: {
|
|
514
|
+
es: {
|
|
515
|
+
success: string;
|
|
516
|
+
warning: string;
|
|
517
|
+
danger: string;
|
|
518
|
+
};
|
|
519
|
+
};
|
|
492
520
|
apiConnectionsError: {
|
|
493
521
|
es: {
|
|
494
522
|
INTERNAL_SERVER_ERROR: string;
|
|
@@ -646,6 +674,13 @@ export declare const useI18n: <FN extends "alert" | "authHelpers" | "datetime" |
|
|
|
646
674
|
acceptBtn: string;
|
|
647
675
|
};
|
|
648
676
|
};
|
|
677
|
+
notifications: {
|
|
678
|
+
es: {
|
|
679
|
+
success: string;
|
|
680
|
+
warning: string;
|
|
681
|
+
danger: string;
|
|
682
|
+
};
|
|
683
|
+
};
|
|
649
684
|
apiConnectionsError: {
|
|
650
685
|
es: {
|
|
651
686
|
INTERNAL_SERVER_ERROR: string;
|
|
@@ -803,6 +838,13 @@ export declare const useI18n: <FN extends "alert" | "authHelpers" | "datetime" |
|
|
|
803
838
|
acceptBtn: string;
|
|
804
839
|
};
|
|
805
840
|
};
|
|
841
|
+
notifications: {
|
|
842
|
+
es: {
|
|
843
|
+
success: string;
|
|
844
|
+
warning: string;
|
|
845
|
+
danger: string;
|
|
846
|
+
};
|
|
847
|
+
};
|
|
806
848
|
apiConnectionsError: {
|
|
807
849
|
es: {
|
|
808
850
|
INTERNAL_SERVER_ERROR: string;
|
|
@@ -960,6 +1002,13 @@ export declare const useI18n: <FN extends "alert" | "authHelpers" | "datetime" |
|
|
|
960
1002
|
acceptBtn: string;
|
|
961
1003
|
};
|
|
962
1004
|
};
|
|
1005
|
+
notifications: {
|
|
1006
|
+
es: {
|
|
1007
|
+
success: string;
|
|
1008
|
+
warning: string;
|
|
1009
|
+
danger: string;
|
|
1010
|
+
};
|
|
1011
|
+
};
|
|
963
1012
|
apiConnectionsError: {
|
|
964
1013
|
es: {
|
|
965
1014
|
INTERNAL_SERVER_ERROR: string;
|
|
@@ -1117,6 +1166,13 @@ export declare const useI18n: <FN extends "alert" | "authHelpers" | "datetime" |
|
|
|
1117
1166
|
acceptBtn: string;
|
|
1118
1167
|
};
|
|
1119
1168
|
};
|
|
1169
|
+
notifications: {
|
|
1170
|
+
es: {
|
|
1171
|
+
success: string;
|
|
1172
|
+
warning: string;
|
|
1173
|
+
danger: string;
|
|
1174
|
+
};
|
|
1175
|
+
};
|
|
1120
1176
|
apiConnectionsError: {
|
|
1121
1177
|
es: {
|
|
1122
1178
|
INTERNAL_SERVER_ERROR: string;
|
|
@@ -1274,6 +1330,13 @@ export declare const useI18n: <FN extends "alert" | "authHelpers" | "datetime" |
|
|
|
1274
1330
|
acceptBtn: string;
|
|
1275
1331
|
};
|
|
1276
1332
|
};
|
|
1333
|
+
notifications: {
|
|
1334
|
+
es: {
|
|
1335
|
+
success: string;
|
|
1336
|
+
warning: string;
|
|
1337
|
+
danger: string;
|
|
1338
|
+
};
|
|
1339
|
+
};
|
|
1277
1340
|
apiConnectionsError: {
|
|
1278
1341
|
es: {
|
|
1279
1342
|
INTERNAL_SERVER_ERROR: string;
|
|
@@ -1431,6 +1494,13 @@ export declare const useI18n: <FN extends "alert" | "authHelpers" | "datetime" |
|
|
|
1431
1494
|
acceptBtn: string;
|
|
1432
1495
|
};
|
|
1433
1496
|
};
|
|
1497
|
+
notifications: {
|
|
1498
|
+
es: {
|
|
1499
|
+
success: string;
|
|
1500
|
+
warning: string;
|
|
1501
|
+
danger: string;
|
|
1502
|
+
};
|
|
1503
|
+
};
|
|
1434
1504
|
apiConnectionsError: {
|
|
1435
1505
|
es: {
|
|
1436
1506
|
INTERNAL_SERVER_ERROR: string;
|
|
@@ -1588,6 +1658,13 @@ export declare const useI18n: <FN extends "alert" | "authHelpers" | "datetime" |
|
|
|
1588
1658
|
acceptBtn: string;
|
|
1589
1659
|
};
|
|
1590
1660
|
};
|
|
1661
|
+
notifications: {
|
|
1662
|
+
es: {
|
|
1663
|
+
success: string;
|
|
1664
|
+
warning: string;
|
|
1665
|
+
danger: string;
|
|
1666
|
+
};
|
|
1667
|
+
};
|
|
1591
1668
|
apiConnectionsError: {
|
|
1592
1669
|
es: {
|
|
1593
1670
|
INTERNAL_SERVER_ERROR: string;
|
|
@@ -1745,6 +1822,13 @@ export declare const useI18n: <FN extends "alert" | "authHelpers" | "datetime" |
|
|
|
1745
1822
|
acceptBtn: string;
|
|
1746
1823
|
};
|
|
1747
1824
|
};
|
|
1825
|
+
notifications: {
|
|
1826
|
+
es: {
|
|
1827
|
+
success: string;
|
|
1828
|
+
warning: string;
|
|
1829
|
+
danger: string;
|
|
1830
|
+
};
|
|
1831
|
+
};
|
|
1748
1832
|
apiConnectionsError: {
|
|
1749
1833
|
es: {
|
|
1750
1834
|
INTERNAL_SERVER_ERROR: string;
|
|
@@ -1902,6 +1986,13 @@ export declare const useI18n: <FN extends "alert" | "authHelpers" | "datetime" |
|
|
|
1902
1986
|
acceptBtn: string;
|
|
1903
1987
|
};
|
|
1904
1988
|
};
|
|
1989
|
+
notifications: {
|
|
1990
|
+
es: {
|
|
1991
|
+
success: string;
|
|
1992
|
+
warning: string;
|
|
1993
|
+
danger: string;
|
|
1994
|
+
};
|
|
1995
|
+
};
|
|
1905
1996
|
apiConnectionsError: {
|
|
1906
1997
|
es: {
|
|
1907
1998
|
INTERNAL_SERVER_ERROR: string;
|
|
@@ -2059,6 +2150,13 @@ export declare const useI18n: <FN extends "alert" | "authHelpers" | "datetime" |
|
|
|
2059
2150
|
acceptBtn: string;
|
|
2060
2151
|
};
|
|
2061
2152
|
};
|
|
2153
|
+
notifications: {
|
|
2154
|
+
es: {
|
|
2155
|
+
success: string;
|
|
2156
|
+
warning: string;
|
|
2157
|
+
danger: string;
|
|
2158
|
+
};
|
|
2159
|
+
};
|
|
2062
2160
|
apiConnectionsError: {
|
|
2063
2161
|
es: {
|
|
2064
2162
|
INTERNAL_SERVER_ERROR: string;
|
|
@@ -2216,6 +2314,13 @@ export declare const useI18n: <FN extends "alert" | "authHelpers" | "datetime" |
|
|
|
2216
2314
|
acceptBtn: string;
|
|
2217
2315
|
};
|
|
2218
2316
|
};
|
|
2317
|
+
notifications: {
|
|
2318
|
+
es: {
|
|
2319
|
+
success: string;
|
|
2320
|
+
warning: string;
|
|
2321
|
+
danger: string;
|
|
2322
|
+
};
|
|
2323
|
+
};
|
|
2219
2324
|
apiConnectionsError: {
|
|
2220
2325
|
es: {
|
|
2221
2326
|
INTERNAL_SERVER_ERROR: string;
|
|
@@ -2373,6 +2478,13 @@ export declare const useI18n: <FN extends "alert" | "authHelpers" | "datetime" |
|
|
|
2373
2478
|
acceptBtn: string;
|
|
2374
2479
|
};
|
|
2375
2480
|
};
|
|
2481
|
+
notifications: {
|
|
2482
|
+
es: {
|
|
2483
|
+
success: string;
|
|
2484
|
+
warning: string;
|
|
2485
|
+
danger: string;
|
|
2486
|
+
};
|
|
2487
|
+
};
|
|
2376
2488
|
apiConnectionsError: {
|
|
2377
2489
|
es: {
|
|
2378
2490
|
INTERNAL_SERVER_ERROR: string;
|
|
@@ -2530,6 +2642,13 @@ export declare const useI18n: <FN extends "alert" | "authHelpers" | "datetime" |
|
|
|
2530
2642
|
acceptBtn: string;
|
|
2531
2643
|
};
|
|
2532
2644
|
};
|
|
2645
|
+
notifications: {
|
|
2646
|
+
es: {
|
|
2647
|
+
success: string;
|
|
2648
|
+
warning: string;
|
|
2649
|
+
danger: string;
|
|
2650
|
+
};
|
|
2651
|
+
};
|
|
2533
2652
|
apiConnectionsError: {
|
|
2534
2653
|
es: {
|
|
2535
2654
|
INTERNAL_SERVER_ERROR: string;
|
|
@@ -2687,6 +2806,13 @@ export declare const useI18n: <FN extends "alert" | "authHelpers" | "datetime" |
|
|
|
2687
2806
|
acceptBtn: string;
|
|
2688
2807
|
};
|
|
2689
2808
|
};
|
|
2809
|
+
notifications: {
|
|
2810
|
+
es: {
|
|
2811
|
+
success: string;
|
|
2812
|
+
warning: string;
|
|
2813
|
+
danger: string;
|
|
2814
|
+
};
|
|
2815
|
+
};
|
|
2690
2816
|
apiConnectionsError: {
|
|
2691
2817
|
es: {
|
|
2692
2818
|
INTERNAL_SERVER_ERROR: string;
|
|
@@ -2844,6 +2970,13 @@ export declare const useI18n: <FN extends "alert" | "authHelpers" | "datetime" |
|
|
|
2844
2970
|
acceptBtn: string;
|
|
2845
2971
|
};
|
|
2846
2972
|
};
|
|
2973
|
+
notifications: {
|
|
2974
|
+
es: {
|
|
2975
|
+
success: string;
|
|
2976
|
+
warning: string;
|
|
2977
|
+
danger: string;
|
|
2978
|
+
};
|
|
2979
|
+
};
|
|
2847
2980
|
apiConnectionsError: {
|
|
2848
2981
|
es: {
|
|
2849
2982
|
INTERNAL_SERVER_ERROR: string;
|
|
@@ -3001,6 +3134,13 @@ export declare const useI18n: <FN extends "alert" | "authHelpers" | "datetime" |
|
|
|
3001
3134
|
acceptBtn: string;
|
|
3002
3135
|
};
|
|
3003
3136
|
};
|
|
3137
|
+
notifications: {
|
|
3138
|
+
es: {
|
|
3139
|
+
success: string;
|
|
3140
|
+
warning: string;
|
|
3141
|
+
danger: string;
|
|
3142
|
+
};
|
|
3143
|
+
};
|
|
3004
3144
|
apiConnectionsError: {
|
|
3005
3145
|
es: {
|
|
3006
3146
|
INTERNAL_SERVER_ERROR: string;
|
|
@@ -3158,6 +3298,13 @@ export declare const useI18n: <FN extends "alert" | "authHelpers" | "datetime" |
|
|
|
3158
3298
|
acceptBtn: string;
|
|
3159
3299
|
};
|
|
3160
3300
|
};
|
|
3301
|
+
notifications: {
|
|
3302
|
+
es: {
|
|
3303
|
+
success: string;
|
|
3304
|
+
warning: string;
|
|
3305
|
+
danger: string;
|
|
3306
|
+
};
|
|
3307
|
+
};
|
|
3161
3308
|
apiConnectionsError: {
|
|
3162
3309
|
es: {
|
|
3163
3310
|
INTERNAL_SERVER_ERROR: string;
|
|
@@ -3315,6 +3462,13 @@ export declare const useI18n: <FN extends "alert" | "authHelpers" | "datetime" |
|
|
|
3315
3462
|
acceptBtn: string;
|
|
3316
3463
|
};
|
|
3317
3464
|
};
|
|
3465
|
+
notifications: {
|
|
3466
|
+
es: {
|
|
3467
|
+
success: string;
|
|
3468
|
+
warning: string;
|
|
3469
|
+
danger: string;
|
|
3470
|
+
};
|
|
3471
|
+
};
|
|
3318
3472
|
apiConnectionsError: {
|
|
3319
3473
|
es: {
|
|
3320
3474
|
INTERNAL_SERVER_ERROR: string;
|
|
@@ -3472,6 +3626,13 @@ export declare const useI18n: <FN extends "alert" | "authHelpers" | "datetime" |
|
|
|
3472
3626
|
acceptBtn: string;
|
|
3473
3627
|
};
|
|
3474
3628
|
};
|
|
3629
|
+
notifications: {
|
|
3630
|
+
es: {
|
|
3631
|
+
success: string;
|
|
3632
|
+
warning: string;
|
|
3633
|
+
danger: string;
|
|
3634
|
+
};
|
|
3635
|
+
};
|
|
3475
3636
|
apiConnectionsError: {
|
|
3476
3637
|
es: {
|
|
3477
3638
|
INTERNAL_SERVER_ERROR: string;
|
|
@@ -3629,6 +3790,13 @@ export declare const useI18n: <FN extends "alert" | "authHelpers" | "datetime" |
|
|
|
3629
3790
|
acceptBtn: string;
|
|
3630
3791
|
};
|
|
3631
3792
|
};
|
|
3793
|
+
notifications: {
|
|
3794
|
+
es: {
|
|
3795
|
+
success: string;
|
|
3796
|
+
warning: string;
|
|
3797
|
+
danger: string;
|
|
3798
|
+
};
|
|
3799
|
+
};
|
|
3632
3800
|
apiConnectionsError: {
|
|
3633
3801
|
es: {
|
|
3634
3802
|
INTERNAL_SERVER_ERROR: string;
|
|
@@ -3786,6 +3954,13 @@ export declare const useI18n: <FN extends "alert" | "authHelpers" | "datetime" |
|
|
|
3786
3954
|
acceptBtn: string;
|
|
3787
3955
|
};
|
|
3788
3956
|
};
|
|
3957
|
+
notifications: {
|
|
3958
|
+
es: {
|
|
3959
|
+
success: string;
|
|
3960
|
+
warning: string;
|
|
3961
|
+
danger: string;
|
|
3962
|
+
};
|
|
3963
|
+
};
|
|
3789
3964
|
apiConnectionsError: {
|
|
3790
3965
|
es: {
|
|
3791
3966
|
INTERNAL_SERVER_ERROR: string;
|
|
@@ -3943,6 +4118,13 @@ export declare const useI18n: <FN extends "alert" | "authHelpers" | "datetime" |
|
|
|
3943
4118
|
acceptBtn: string;
|
|
3944
4119
|
};
|
|
3945
4120
|
};
|
|
4121
|
+
notifications: {
|
|
4122
|
+
es: {
|
|
4123
|
+
success: string;
|
|
4124
|
+
warning: string;
|
|
4125
|
+
danger: string;
|
|
4126
|
+
};
|
|
4127
|
+
};
|
|
3946
4128
|
apiConnectionsError: {
|
|
3947
4129
|
es: {
|
|
3948
4130
|
INTERNAL_SERVER_ERROR: string;
|
|
@@ -4100,6 +4282,13 @@ export declare const useI18n: <FN extends "alert" | "authHelpers" | "datetime" |
|
|
|
4100
4282
|
acceptBtn: string;
|
|
4101
4283
|
};
|
|
4102
4284
|
};
|
|
4285
|
+
notifications: {
|
|
4286
|
+
es: {
|
|
4287
|
+
success: string;
|
|
4288
|
+
warning: string;
|
|
4289
|
+
danger: string;
|
|
4290
|
+
};
|
|
4291
|
+
};
|
|
4103
4292
|
apiConnectionsError: {
|
|
4104
4293
|
es: {
|
|
4105
4294
|
INTERNAL_SERVER_ERROR: string;
|
|
@@ -4257,6 +4446,13 @@ export declare const useI18n: <FN extends "alert" | "authHelpers" | "datetime" |
|
|
|
4257
4446
|
acceptBtn: string;
|
|
4258
4447
|
};
|
|
4259
4448
|
};
|
|
4449
|
+
notifications: {
|
|
4450
|
+
es: {
|
|
4451
|
+
success: string;
|
|
4452
|
+
warning: string;
|
|
4453
|
+
danger: string;
|
|
4454
|
+
};
|
|
4455
|
+
};
|
|
4260
4456
|
apiConnectionsError: {
|
|
4261
4457
|
es: {
|
|
4262
4458
|
INTERNAL_SERVER_ERROR: string;
|
|
@@ -4414,6 +4610,13 @@ export declare const useI18n: <FN extends "alert" | "authHelpers" | "datetime" |
|
|
|
4414
4610
|
acceptBtn: string;
|
|
4415
4611
|
};
|
|
4416
4612
|
};
|
|
4613
|
+
notifications: {
|
|
4614
|
+
es: {
|
|
4615
|
+
success: string;
|
|
4616
|
+
warning: string;
|
|
4617
|
+
danger: string;
|
|
4618
|
+
};
|
|
4619
|
+
};
|
|
4417
4620
|
apiConnectionsError: {
|
|
4418
4621
|
es: {
|
|
4419
4622
|
INTERNAL_SERVER_ERROR: string;
|
|
@@ -4571,6 +4774,13 @@ export declare const useI18n: <FN extends "alert" | "authHelpers" | "datetime" |
|
|
|
4571
4774
|
acceptBtn: string;
|
|
4572
4775
|
};
|
|
4573
4776
|
};
|
|
4777
|
+
notifications: {
|
|
4778
|
+
es: {
|
|
4779
|
+
success: string;
|
|
4780
|
+
warning: string;
|
|
4781
|
+
danger: string;
|
|
4782
|
+
};
|
|
4783
|
+
};
|
|
4574
4784
|
apiConnectionsError: {
|
|
4575
4785
|
es: {
|
|
4576
4786
|
INTERNAL_SERVER_ERROR: string;
|
|
@@ -4728,6 +4938,13 @@ export declare const useI18n: <FN extends "alert" | "authHelpers" | "datetime" |
|
|
|
4728
4938
|
acceptBtn: string;
|
|
4729
4939
|
};
|
|
4730
4940
|
};
|
|
4941
|
+
notifications: {
|
|
4942
|
+
es: {
|
|
4943
|
+
success: string;
|
|
4944
|
+
warning: string;
|
|
4945
|
+
danger: string;
|
|
4946
|
+
};
|
|
4947
|
+
};
|
|
4731
4948
|
apiConnectionsError: {
|
|
4732
4949
|
es: {
|
|
4733
4950
|
INTERNAL_SERVER_ERROR: string;
|
|
@@ -4885,6 +5102,13 @@ export declare const useI18n: <FN extends "alert" | "authHelpers" | "datetime" |
|
|
|
4885
5102
|
acceptBtn: string;
|
|
4886
5103
|
};
|
|
4887
5104
|
};
|
|
5105
|
+
notifications: {
|
|
5106
|
+
es: {
|
|
5107
|
+
success: string;
|
|
5108
|
+
warning: string;
|
|
5109
|
+
danger: string;
|
|
5110
|
+
};
|
|
5111
|
+
};
|
|
4888
5112
|
apiConnectionsError: {
|
|
4889
5113
|
es: {
|
|
4890
5114
|
INTERNAL_SERVER_ERROR: string;
|
|
@@ -5042,6 +5266,13 @@ export declare const useI18n: <FN extends "alert" | "authHelpers" | "datetime" |
|
|
|
5042
5266
|
acceptBtn: string;
|
|
5043
5267
|
};
|
|
5044
5268
|
};
|
|
5269
|
+
notifications: {
|
|
5270
|
+
es: {
|
|
5271
|
+
success: string;
|
|
5272
|
+
warning: string;
|
|
5273
|
+
danger: string;
|
|
5274
|
+
};
|
|
5275
|
+
};
|
|
5045
5276
|
apiConnectionsError: {
|
|
5046
5277
|
es: {
|
|
5047
5278
|
INTERNAL_SERVER_ERROR: string;
|
|
@@ -5199,6 +5430,13 @@ export declare const useI18n: <FN extends "alert" | "authHelpers" | "datetime" |
|
|
|
5199
5430
|
acceptBtn: string;
|
|
5200
5431
|
};
|
|
5201
5432
|
};
|
|
5433
|
+
notifications: {
|
|
5434
|
+
es: {
|
|
5435
|
+
success: string;
|
|
5436
|
+
warning: string;
|
|
5437
|
+
danger: string;
|
|
5438
|
+
};
|
|
5439
|
+
};
|
|
5202
5440
|
apiConnectionsError: {
|
|
5203
5441
|
es: {
|
|
5204
5442
|
INTERNAL_SERVER_ERROR: string;
|
|
@@ -5356,6 +5594,13 @@ export declare const useI18n: <FN extends "alert" | "authHelpers" | "datetime" |
|
|
|
5356
5594
|
acceptBtn: string;
|
|
5357
5595
|
};
|
|
5358
5596
|
};
|
|
5597
|
+
notifications: {
|
|
5598
|
+
es: {
|
|
5599
|
+
success: string;
|
|
5600
|
+
warning: string;
|
|
5601
|
+
danger: string;
|
|
5602
|
+
};
|
|
5603
|
+
};
|
|
5359
5604
|
apiConnectionsError: {
|
|
5360
5605
|
es: {
|
|
5361
5606
|
INTERNAL_SERVER_ERROR: string;
|
|
@@ -5513,6 +5758,13 @@ export declare const useI18n: <FN extends "alert" | "authHelpers" | "datetime" |
|
|
|
5513
5758
|
acceptBtn: string;
|
|
5514
5759
|
};
|
|
5515
5760
|
};
|
|
5761
|
+
notifications: {
|
|
5762
|
+
es: {
|
|
5763
|
+
success: string;
|
|
5764
|
+
warning: string;
|
|
5765
|
+
danger: string;
|
|
5766
|
+
};
|
|
5767
|
+
};
|
|
5516
5768
|
apiConnectionsError: {
|
|
5517
5769
|
es: {
|
|
5518
5770
|
INTERNAL_SERVER_ERROR: string;
|
|
@@ -5670,6 +5922,13 @@ export declare const useI18n: <FN extends "alert" | "authHelpers" | "datetime" |
|
|
|
5670
5922
|
acceptBtn: string;
|
|
5671
5923
|
};
|
|
5672
5924
|
};
|
|
5925
|
+
notifications: {
|
|
5926
|
+
es: {
|
|
5927
|
+
success: string;
|
|
5928
|
+
warning: string;
|
|
5929
|
+
danger: string;
|
|
5930
|
+
};
|
|
5931
|
+
};
|
|
5673
5932
|
apiConnectionsError: {
|
|
5674
5933
|
es: {
|
|
5675
5934
|
INTERNAL_SERVER_ERROR: string;
|
|
@@ -5827,6 +6086,13 @@ export declare const useI18n: <FN extends "alert" | "authHelpers" | "datetime" |
|
|
|
5827
6086
|
acceptBtn: string;
|
|
5828
6087
|
};
|
|
5829
6088
|
};
|
|
6089
|
+
notifications: {
|
|
6090
|
+
es: {
|
|
6091
|
+
success: string;
|
|
6092
|
+
warning: string;
|
|
6093
|
+
danger: string;
|
|
6094
|
+
};
|
|
6095
|
+
};
|
|
5830
6096
|
apiConnectionsError: {
|
|
5831
6097
|
es: {
|
|
5832
6098
|
INTERNAL_SERVER_ERROR: string;
|
|
@@ -5984,6 +6250,13 @@ export declare const useI18n: <FN extends "alert" | "authHelpers" | "datetime" |
|
|
|
5984
6250
|
acceptBtn: string;
|
|
5985
6251
|
};
|
|
5986
6252
|
};
|
|
6253
|
+
notifications: {
|
|
6254
|
+
es: {
|
|
6255
|
+
success: string;
|
|
6256
|
+
warning: string;
|
|
6257
|
+
danger: string;
|
|
6258
|
+
};
|
|
6259
|
+
};
|
|
5987
6260
|
apiConnectionsError: {
|
|
5988
6261
|
es: {
|
|
5989
6262
|
INTERNAL_SERVER_ERROR: string;
|
|
@@ -6141,6 +6414,13 @@ export declare const useI18n: <FN extends "alert" | "authHelpers" | "datetime" |
|
|
|
6141
6414
|
acceptBtn: string;
|
|
6142
6415
|
};
|
|
6143
6416
|
};
|
|
6417
|
+
notifications: {
|
|
6418
|
+
es: {
|
|
6419
|
+
success: string;
|
|
6420
|
+
warning: string;
|
|
6421
|
+
danger: string;
|
|
6422
|
+
};
|
|
6423
|
+
};
|
|
6144
6424
|
apiConnectionsError: {
|
|
6145
6425
|
es: {
|
|
6146
6426
|
INTERNAL_SERVER_ERROR: string;
|
|
@@ -6298,6 +6578,13 @@ export declare const useI18n: <FN extends "alert" | "authHelpers" | "datetime" |
|
|
|
6298
6578
|
acceptBtn: string;
|
|
6299
6579
|
};
|
|
6300
6580
|
};
|
|
6581
|
+
notifications: {
|
|
6582
|
+
es: {
|
|
6583
|
+
success: string;
|
|
6584
|
+
warning: string;
|
|
6585
|
+
danger: string;
|
|
6586
|
+
};
|
|
6587
|
+
};
|
|
6301
6588
|
apiConnectionsError: {
|
|
6302
6589
|
es: {
|
|
6303
6590
|
INTERNAL_SERVER_ERROR: string;
|
|
@@ -6455,6 +6742,13 @@ export declare const useI18n: <FN extends "alert" | "authHelpers" | "datetime" |
|
|
|
6455
6742
|
acceptBtn: string;
|
|
6456
6743
|
};
|
|
6457
6744
|
};
|
|
6745
|
+
notifications: {
|
|
6746
|
+
es: {
|
|
6747
|
+
success: string;
|
|
6748
|
+
warning: string;
|
|
6749
|
+
danger: string;
|
|
6750
|
+
};
|
|
6751
|
+
};
|
|
6458
6752
|
apiConnectionsError: {
|
|
6459
6753
|
es: {
|
|
6460
6754
|
INTERNAL_SERVER_ERROR: string;
|
|
@@ -6612,6 +6906,13 @@ export declare const useI18n: <FN extends "alert" | "authHelpers" | "datetime" |
|
|
|
6612
6906
|
acceptBtn: string;
|
|
6613
6907
|
};
|
|
6614
6908
|
};
|
|
6909
|
+
notifications: {
|
|
6910
|
+
es: {
|
|
6911
|
+
success: string;
|
|
6912
|
+
warning: string;
|
|
6913
|
+
danger: string;
|
|
6914
|
+
};
|
|
6915
|
+
};
|
|
6615
6916
|
apiConnectionsError: {
|
|
6616
6917
|
es: {
|
|
6617
6918
|
INTERNAL_SERVER_ERROR: string;
|
|
@@ -6769,6 +7070,13 @@ export declare const useI18n: <FN extends "alert" | "authHelpers" | "datetime" |
|
|
|
6769
7070
|
acceptBtn: string;
|
|
6770
7071
|
};
|
|
6771
7072
|
};
|
|
7073
|
+
notifications: {
|
|
7074
|
+
es: {
|
|
7075
|
+
success: string;
|
|
7076
|
+
warning: string;
|
|
7077
|
+
danger: string;
|
|
7078
|
+
};
|
|
7079
|
+
};
|
|
6772
7080
|
apiConnectionsError: {
|
|
6773
7081
|
es: {
|
|
6774
7082
|
INTERNAL_SERVER_ERROR: string;
|
|
@@ -6926,6 +7234,13 @@ export declare const useI18n: <FN extends "alert" | "authHelpers" | "datetime" |
|
|
|
6926
7234
|
acceptBtn: string;
|
|
6927
7235
|
};
|
|
6928
7236
|
};
|
|
7237
|
+
notifications: {
|
|
7238
|
+
es: {
|
|
7239
|
+
success: string;
|
|
7240
|
+
warning: string;
|
|
7241
|
+
danger: string;
|
|
7242
|
+
};
|
|
7243
|
+
};
|
|
6929
7244
|
apiConnectionsError: {
|
|
6930
7245
|
es: {
|
|
6931
7246
|
INTERNAL_SERVER_ERROR: string;
|
|
@@ -7083,6 +7398,13 @@ export declare const useI18n: <FN extends "alert" | "authHelpers" | "datetime" |
|
|
|
7083
7398
|
acceptBtn: string;
|
|
7084
7399
|
};
|
|
7085
7400
|
};
|
|
7401
|
+
notifications: {
|
|
7402
|
+
es: {
|
|
7403
|
+
success: string;
|
|
7404
|
+
warning: string;
|
|
7405
|
+
danger: string;
|
|
7406
|
+
};
|
|
7407
|
+
};
|
|
7086
7408
|
apiConnectionsError: {
|
|
7087
7409
|
es: {
|
|
7088
7410
|
INTERNAL_SERVER_ERROR: string;
|
|
@@ -7240,6 +7562,13 @@ export declare const useI18n: <FN extends "alert" | "authHelpers" | "datetime" |
|
|
|
7240
7562
|
acceptBtn: string;
|
|
7241
7563
|
};
|
|
7242
7564
|
};
|
|
7565
|
+
notifications: {
|
|
7566
|
+
es: {
|
|
7567
|
+
success: string;
|
|
7568
|
+
warning: string;
|
|
7569
|
+
danger: string;
|
|
7570
|
+
};
|
|
7571
|
+
};
|
|
7243
7572
|
apiConnectionsError: {
|
|
7244
7573
|
es: {
|
|
7245
7574
|
INTERNAL_SERVER_ERROR: string;
|
|
@@ -7397,6 +7726,13 @@ export declare const useI18n: <FN extends "alert" | "authHelpers" | "datetime" |
|
|
|
7397
7726
|
acceptBtn: string;
|
|
7398
7727
|
};
|
|
7399
7728
|
};
|
|
7729
|
+
notifications: {
|
|
7730
|
+
es: {
|
|
7731
|
+
success: string;
|
|
7732
|
+
warning: string;
|
|
7733
|
+
danger: string;
|
|
7734
|
+
};
|
|
7735
|
+
};
|
|
7400
7736
|
apiConnectionsError: {
|
|
7401
7737
|
es: {
|
|
7402
7738
|
INTERNAL_SERVER_ERROR: string;
|
|
@@ -7554,6 +7890,13 @@ export declare const useI18n: <FN extends "alert" | "authHelpers" | "datetime" |
|
|
|
7554
7890
|
acceptBtn: string;
|
|
7555
7891
|
};
|
|
7556
7892
|
};
|
|
7893
|
+
notifications: {
|
|
7894
|
+
es: {
|
|
7895
|
+
success: string;
|
|
7896
|
+
warning: string;
|
|
7897
|
+
danger: string;
|
|
7898
|
+
};
|
|
7899
|
+
};
|
|
7557
7900
|
apiConnectionsError: {
|
|
7558
7901
|
es: {
|
|
7559
7902
|
INTERNAL_SERVER_ERROR: string;
|
|
@@ -7711,6 +8054,13 @@ export declare const useI18n: <FN extends "alert" | "authHelpers" | "datetime" |
|
|
|
7711
8054
|
acceptBtn: string;
|
|
7712
8055
|
};
|
|
7713
8056
|
};
|
|
8057
|
+
notifications: {
|
|
8058
|
+
es: {
|
|
8059
|
+
success: string;
|
|
8060
|
+
warning: string;
|
|
8061
|
+
danger: string;
|
|
8062
|
+
};
|
|
8063
|
+
};
|
|
7714
8064
|
apiConnectionsError: {
|
|
7715
8065
|
es: {
|
|
7716
8066
|
INTERNAL_SERVER_ERROR: string;
|
|
@@ -7868,6 +8218,13 @@ export declare const useI18n: <FN extends "alert" | "authHelpers" | "datetime" |
|
|
|
7868
8218
|
acceptBtn: string;
|
|
7869
8219
|
};
|
|
7870
8220
|
};
|
|
8221
|
+
notifications: {
|
|
8222
|
+
es: {
|
|
8223
|
+
success: string;
|
|
8224
|
+
warning: string;
|
|
8225
|
+
danger: string;
|
|
8226
|
+
};
|
|
8227
|
+
};
|
|
7871
8228
|
apiConnectionsError: {
|
|
7872
8229
|
es: {
|
|
7873
8230
|
INTERNAL_SERVER_ERROR: string;
|
|
@@ -8025,6 +8382,13 @@ export declare const useI18n: <FN extends "alert" | "authHelpers" | "datetime" |
|
|
|
8025
8382
|
acceptBtn: string;
|
|
8026
8383
|
};
|
|
8027
8384
|
};
|
|
8385
|
+
notifications: {
|
|
8386
|
+
es: {
|
|
8387
|
+
success: string;
|
|
8388
|
+
warning: string;
|
|
8389
|
+
danger: string;
|
|
8390
|
+
};
|
|
8391
|
+
};
|
|
8028
8392
|
apiConnectionsError: {
|
|
8029
8393
|
es: {
|
|
8030
8394
|
INTERNAL_SERVER_ERROR: string;
|
|
@@ -8182,6 +8546,13 @@ export declare const useI18n: <FN extends "alert" | "authHelpers" | "datetime" |
|
|
|
8182
8546
|
acceptBtn: string;
|
|
8183
8547
|
};
|
|
8184
8548
|
};
|
|
8549
|
+
notifications: {
|
|
8550
|
+
es: {
|
|
8551
|
+
success: string;
|
|
8552
|
+
warning: string;
|
|
8553
|
+
danger: string;
|
|
8554
|
+
};
|
|
8555
|
+
};
|
|
8185
8556
|
apiConnectionsError: {
|
|
8186
8557
|
es: {
|
|
8187
8558
|
INTERNAL_SERVER_ERROR: string;
|
|
@@ -8339,6 +8710,13 @@ export declare const useI18n: <FN extends "alert" | "authHelpers" | "datetime" |
|
|
|
8339
8710
|
acceptBtn: string;
|
|
8340
8711
|
};
|
|
8341
8712
|
};
|
|
8713
|
+
notifications: {
|
|
8714
|
+
es: {
|
|
8715
|
+
success: string;
|
|
8716
|
+
warning: string;
|
|
8717
|
+
danger: string;
|
|
8718
|
+
};
|
|
8719
|
+
};
|
|
8342
8720
|
apiConnectionsError: {
|
|
8343
8721
|
es: {
|
|
8344
8722
|
INTERNAL_SERVER_ERROR: string;
|
|
@@ -8496,6 +8874,13 @@ export declare const useI18n: <FN extends "alert" | "authHelpers" | "datetime" |
|
|
|
8496
8874
|
acceptBtn: string;
|
|
8497
8875
|
};
|
|
8498
8876
|
};
|
|
8877
|
+
notifications: {
|
|
8878
|
+
es: {
|
|
8879
|
+
success: string;
|
|
8880
|
+
warning: string;
|
|
8881
|
+
danger: string;
|
|
8882
|
+
};
|
|
8883
|
+
};
|
|
8499
8884
|
apiConnectionsError: {
|
|
8500
8885
|
es: {
|
|
8501
8886
|
INTERNAL_SERVER_ERROR: string;
|
|
@@ -8653,6 +9038,13 @@ export declare const useI18n: <FN extends "alert" | "authHelpers" | "datetime" |
|
|
|
8653
9038
|
acceptBtn: string;
|
|
8654
9039
|
};
|
|
8655
9040
|
};
|
|
9041
|
+
notifications: {
|
|
9042
|
+
es: {
|
|
9043
|
+
success: string;
|
|
9044
|
+
warning: string;
|
|
9045
|
+
danger: string;
|
|
9046
|
+
};
|
|
9047
|
+
};
|
|
8656
9048
|
apiConnectionsError: {
|
|
8657
9049
|
es: {
|
|
8658
9050
|
INTERNAL_SERVER_ERROR: string;
|
|
@@ -8810,6 +9202,13 @@ export declare const useI18n: <FN extends "alert" | "authHelpers" | "datetime" |
|
|
|
8810
9202
|
acceptBtn: string;
|
|
8811
9203
|
};
|
|
8812
9204
|
};
|
|
9205
|
+
notifications: {
|
|
9206
|
+
es: {
|
|
9207
|
+
success: string;
|
|
9208
|
+
warning: string;
|
|
9209
|
+
danger: string;
|
|
9210
|
+
};
|
|
9211
|
+
};
|
|
8813
9212
|
apiConnectionsError: {
|
|
8814
9213
|
es: {
|
|
8815
9214
|
INTERNAL_SERVER_ERROR: string;
|
|
@@ -8967,6 +9366,13 @@ export declare const useI18n: <FN extends "alert" | "authHelpers" | "datetime" |
|
|
|
8967
9366
|
acceptBtn: string;
|
|
8968
9367
|
};
|
|
8969
9368
|
};
|
|
9369
|
+
notifications: {
|
|
9370
|
+
es: {
|
|
9371
|
+
success: string;
|
|
9372
|
+
warning: string;
|
|
9373
|
+
danger: string;
|
|
9374
|
+
};
|
|
9375
|
+
};
|
|
8970
9376
|
apiConnectionsError: {
|
|
8971
9377
|
es: {
|
|
8972
9378
|
INTERNAL_SERVER_ERROR: string;
|
|
@@ -9124,6 +9530,13 @@ export declare const useI18n: <FN extends "alert" | "authHelpers" | "datetime" |
|
|
|
9124
9530
|
acceptBtn: string;
|
|
9125
9531
|
};
|
|
9126
9532
|
};
|
|
9533
|
+
notifications: {
|
|
9534
|
+
es: {
|
|
9535
|
+
success: string;
|
|
9536
|
+
warning: string;
|
|
9537
|
+
danger: string;
|
|
9538
|
+
};
|
|
9539
|
+
};
|
|
9127
9540
|
apiConnectionsError: {
|
|
9128
9541
|
es: {
|
|
9129
9542
|
INTERNAL_SERVER_ERROR: string;
|
|
@@ -9281,6 +9694,13 @@ export declare const useI18n: <FN extends "alert" | "authHelpers" | "datetime" |
|
|
|
9281
9694
|
acceptBtn: string;
|
|
9282
9695
|
};
|
|
9283
9696
|
};
|
|
9697
|
+
notifications: {
|
|
9698
|
+
es: {
|
|
9699
|
+
success: string;
|
|
9700
|
+
warning: string;
|
|
9701
|
+
danger: string;
|
|
9702
|
+
};
|
|
9703
|
+
};
|
|
9284
9704
|
apiConnectionsError: {
|
|
9285
9705
|
es: {
|
|
9286
9706
|
INTERNAL_SERVER_ERROR: string;
|
|
@@ -9438,6 +9858,13 @@ export declare const useI18n: <FN extends "alert" | "authHelpers" | "datetime" |
|
|
|
9438
9858
|
acceptBtn: string;
|
|
9439
9859
|
};
|
|
9440
9860
|
};
|
|
9861
|
+
notifications: {
|
|
9862
|
+
es: {
|
|
9863
|
+
success: string;
|
|
9864
|
+
warning: string;
|
|
9865
|
+
danger: string;
|
|
9866
|
+
};
|
|
9867
|
+
};
|
|
9441
9868
|
apiConnectionsError: {
|
|
9442
9869
|
es: {
|
|
9443
9870
|
INTERNAL_SERVER_ERROR: string;
|
|
@@ -9595,6 +10022,13 @@ export declare const useI18n: <FN extends "alert" | "authHelpers" | "datetime" |
|
|
|
9595
10022
|
acceptBtn: string;
|
|
9596
10023
|
};
|
|
9597
10024
|
};
|
|
10025
|
+
notifications: {
|
|
10026
|
+
es: {
|
|
10027
|
+
success: string;
|
|
10028
|
+
warning: string;
|
|
10029
|
+
danger: string;
|
|
10030
|
+
};
|
|
10031
|
+
};
|
|
9598
10032
|
apiConnectionsError: {
|
|
9599
10033
|
es: {
|
|
9600
10034
|
INTERNAL_SERVER_ERROR: string;
|
|
@@ -9752,6 +10186,13 @@ export declare const useI18n: <FN extends "alert" | "authHelpers" | "datetime" |
|
|
|
9752
10186
|
acceptBtn: string;
|
|
9753
10187
|
};
|
|
9754
10188
|
};
|
|
10189
|
+
notifications: {
|
|
10190
|
+
es: {
|
|
10191
|
+
success: string;
|
|
10192
|
+
warning: string;
|
|
10193
|
+
danger: string;
|
|
10194
|
+
};
|
|
10195
|
+
};
|
|
9755
10196
|
apiConnectionsError: {
|
|
9756
10197
|
es: {
|
|
9757
10198
|
INTERNAL_SERVER_ERROR: string;
|