pangea-lib 4.0.174 → 4.0.176

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.
@@ -1,4 +1,4 @@
1
- export declare const useI18n: <FN extends "authHelpers" | "datetime" | "alert" | "apiConnectionsError" | "apiConnectionsSuccess" | "pgaButton" | "pgaDisplay" | "pgaEditor" | "pgaFile" | "pgaForm" | "pgaLayout" | "pgaModal" | "pgaTable" | "notifications" | "validations", MP extends ({
1
+ export declare const useI18n: <FN extends "authHelpers" | "datetime" | "alert" | "apiConnectionsError" | "apiConnectionsSuccess" | "pgaButton" | "pgaCalendar" | "pgaDisplay" | "pgaEditor" | "pgaFile" | "pgaForm" | "pgaLayout" | "pgaModal" | "pgaTable" | "notifications" | "validations", MP extends ({
2
2
  authHelpers: {
3
3
  es: {
4
4
  successfulLogout: string;
@@ -49,6 +49,20 @@ export declare const useI18n: <FN extends "authHelpers" | "datetime" | "alert" |
49
49
  seeDetailsBtn: string;
50
50
  };
51
51
  };
52
+ pgaCalendar: {
53
+ es: {
54
+ createEvent: string;
55
+ openConfig: string;
56
+ day: string;
57
+ week: string;
58
+ month: string;
59
+ configModalTitle: string;
60
+ hideWeekends: string;
61
+ timeFrom: string;
62
+ timeTo: string;
63
+ timeStep: string;
64
+ };
65
+ };
52
66
  pgaDisplay: {
53
67
  es: {
54
68
  noItemsText: string;
@@ -191,6 +205,20 @@ export declare const useI18n: <FN extends "authHelpers" | "datetime" | "alert" |
191
205
  seeDetailsBtn: string;
192
206
  };
193
207
  };
208
+ pgaCalendar: {
209
+ es: {
210
+ createEvent: string;
211
+ openConfig: string;
212
+ day: string;
213
+ week: string;
214
+ month: string;
215
+ configModalTitle: string;
216
+ hideWeekends: string;
217
+ timeFrom: string;
218
+ timeTo: string;
219
+ timeStep: string;
220
+ };
221
+ };
194
222
  pgaDisplay: {
195
223
  es: {
196
224
  noItemsText: string;
@@ -333,6 +361,20 @@ export declare const useI18n: <FN extends "authHelpers" | "datetime" | "alert" |
333
361
  seeDetailsBtn: string;
334
362
  };
335
363
  };
364
+ pgaCalendar: {
365
+ es: {
366
+ createEvent: string;
367
+ openConfig: string;
368
+ day: string;
369
+ week: string;
370
+ month: string;
371
+ configModalTitle: string;
372
+ hideWeekends: string;
373
+ timeFrom: string;
374
+ timeTo: string;
375
+ timeStep: string;
376
+ };
377
+ };
336
378
  pgaDisplay: {
337
379
  es: {
338
380
  noItemsText: string;
@@ -475,6 +517,20 @@ export declare const useI18n: <FN extends "authHelpers" | "datetime" | "alert" |
475
517
  seeDetailsBtn: string;
476
518
  };
477
519
  };
520
+ pgaCalendar: {
521
+ es: {
522
+ createEvent: string;
523
+ openConfig: string;
524
+ day: string;
525
+ week: string;
526
+ month: string;
527
+ configModalTitle: string;
528
+ hideWeekends: string;
529
+ timeFrom: string;
530
+ timeTo: string;
531
+ timeStep: string;
532
+ };
533
+ };
478
534
  pgaDisplay: {
479
535
  es: {
480
536
  noItemsText: string;
@@ -617,6 +673,20 @@ export declare const useI18n: <FN extends "authHelpers" | "datetime" | "alert" |
617
673
  seeDetailsBtn: string;
618
674
  };
619
675
  };
676
+ pgaCalendar: {
677
+ es: {
678
+ createEvent: string;
679
+ openConfig: string;
680
+ day: string;
681
+ week: string;
682
+ month: string;
683
+ configModalTitle: string;
684
+ hideWeekends: string;
685
+ timeFrom: string;
686
+ timeTo: string;
687
+ timeStep: string;
688
+ };
689
+ };
620
690
  pgaDisplay: {
621
691
  es: {
622
692
  noItemsText: string;
@@ -759,6 +829,20 @@ export declare const useI18n: <FN extends "authHelpers" | "datetime" | "alert" |
759
829
  seeDetailsBtn: string;
760
830
  };
761
831
  };
832
+ pgaCalendar: {
833
+ es: {
834
+ createEvent: string;
835
+ openConfig: string;
836
+ day: string;
837
+ week: string;
838
+ month: string;
839
+ configModalTitle: string;
840
+ hideWeekends: string;
841
+ timeFrom: string;
842
+ timeTo: string;
843
+ timeStep: string;
844
+ };
845
+ };
762
846
  pgaDisplay: {
763
847
  es: {
764
848
  noItemsText: string;
@@ -901,6 +985,20 @@ export declare const useI18n: <FN extends "authHelpers" | "datetime" | "alert" |
901
985
  seeDetailsBtn: string;
902
986
  };
903
987
  };
988
+ pgaCalendar: {
989
+ es: {
990
+ createEvent: string;
991
+ openConfig: string;
992
+ day: string;
993
+ week: string;
994
+ month: string;
995
+ configModalTitle: string;
996
+ hideWeekends: string;
997
+ timeFrom: string;
998
+ timeTo: string;
999
+ timeStep: string;
1000
+ };
1001
+ };
904
1002
  pgaDisplay: {
905
1003
  es: {
906
1004
  noItemsText: string;
@@ -1043,6 +1141,20 @@ export declare const useI18n: <FN extends "authHelpers" | "datetime" | "alert" |
1043
1141
  seeDetailsBtn: string;
1044
1142
  };
1045
1143
  };
1144
+ pgaCalendar: {
1145
+ es: {
1146
+ createEvent: string;
1147
+ openConfig: string;
1148
+ day: string;
1149
+ week: string;
1150
+ month: string;
1151
+ configModalTitle: string;
1152
+ hideWeekends: string;
1153
+ timeFrom: string;
1154
+ timeTo: string;
1155
+ timeStep: string;
1156
+ };
1157
+ };
1046
1158
  pgaDisplay: {
1047
1159
  es: {
1048
1160
  noItemsText: string;
@@ -1185,6 +1297,20 @@ export declare const useI18n: <FN extends "authHelpers" | "datetime" | "alert" |
1185
1297
  seeDetailsBtn: string;
1186
1298
  };
1187
1299
  };
1300
+ pgaCalendar: {
1301
+ es: {
1302
+ createEvent: string;
1303
+ openConfig: string;
1304
+ day: string;
1305
+ week: string;
1306
+ month: string;
1307
+ configModalTitle: string;
1308
+ hideWeekends: string;
1309
+ timeFrom: string;
1310
+ timeTo: string;
1311
+ timeStep: string;
1312
+ };
1313
+ };
1188
1314
  pgaDisplay: {
1189
1315
  es: {
1190
1316
  noItemsText: string;
@@ -1327,6 +1453,20 @@ export declare const useI18n: <FN extends "authHelpers" | "datetime" | "alert" |
1327
1453
  seeDetailsBtn: string;
1328
1454
  };
1329
1455
  };
1456
+ pgaCalendar: {
1457
+ es: {
1458
+ createEvent: string;
1459
+ openConfig: string;
1460
+ day: string;
1461
+ week: string;
1462
+ month: string;
1463
+ configModalTitle: string;
1464
+ hideWeekends: string;
1465
+ timeFrom: string;
1466
+ timeTo: string;
1467
+ timeStep: string;
1468
+ };
1469
+ };
1330
1470
  pgaDisplay: {
1331
1471
  es: {
1332
1472
  noItemsText: string;
@@ -1469,6 +1609,20 @@ export declare const useI18n: <FN extends "authHelpers" | "datetime" | "alert" |
1469
1609
  seeDetailsBtn: string;
1470
1610
  };
1471
1611
  };
1612
+ pgaCalendar: {
1613
+ es: {
1614
+ createEvent: string;
1615
+ openConfig: string;
1616
+ day: string;
1617
+ week: string;
1618
+ month: string;
1619
+ configModalTitle: string;
1620
+ hideWeekends: string;
1621
+ timeFrom: string;
1622
+ timeTo: string;
1623
+ timeStep: string;
1624
+ };
1625
+ };
1472
1626
  pgaDisplay: {
1473
1627
  es: {
1474
1628
  noItemsText: string;
@@ -1611,6 +1765,20 @@ export declare const useI18n: <FN extends "authHelpers" | "datetime" | "alert" |
1611
1765
  seeDetailsBtn: string;
1612
1766
  };
1613
1767
  };
1768
+ pgaCalendar: {
1769
+ es: {
1770
+ createEvent: string;
1771
+ openConfig: string;
1772
+ day: string;
1773
+ week: string;
1774
+ month: string;
1775
+ configModalTitle: string;
1776
+ hideWeekends: string;
1777
+ timeFrom: string;
1778
+ timeTo: string;
1779
+ timeStep: string;
1780
+ };
1781
+ };
1614
1782
  pgaDisplay: {
1615
1783
  es: {
1616
1784
  noItemsText: string;
@@ -1753,6 +1921,20 @@ export declare const useI18n: <FN extends "authHelpers" | "datetime" | "alert" |
1753
1921
  seeDetailsBtn: string;
1754
1922
  };
1755
1923
  };
1924
+ pgaCalendar: {
1925
+ es: {
1926
+ createEvent: string;
1927
+ openConfig: string;
1928
+ day: string;
1929
+ week: string;
1930
+ month: string;
1931
+ configModalTitle: string;
1932
+ hideWeekends: string;
1933
+ timeFrom: string;
1934
+ timeTo: string;
1935
+ timeStep: string;
1936
+ };
1937
+ };
1756
1938
  pgaDisplay: {
1757
1939
  es: {
1758
1940
  noItemsText: string;
@@ -1895,6 +2077,20 @@ export declare const useI18n: <FN extends "authHelpers" | "datetime" | "alert" |
1895
2077
  seeDetailsBtn: string;
1896
2078
  };
1897
2079
  };
2080
+ pgaCalendar: {
2081
+ es: {
2082
+ createEvent: string;
2083
+ openConfig: string;
2084
+ day: string;
2085
+ week: string;
2086
+ month: string;
2087
+ configModalTitle: string;
2088
+ hideWeekends: string;
2089
+ timeFrom: string;
2090
+ timeTo: string;
2091
+ timeStep: string;
2092
+ };
2093
+ };
1898
2094
  pgaDisplay: {
1899
2095
  es: {
1900
2096
  noItemsText: string;
@@ -2037,6 +2233,20 @@ export declare const useI18n: <FN extends "authHelpers" | "datetime" | "alert" |
2037
2233
  seeDetailsBtn: string;
2038
2234
  };
2039
2235
  };
2236
+ pgaCalendar: {
2237
+ es: {
2238
+ createEvent: string;
2239
+ openConfig: string;
2240
+ day: string;
2241
+ week: string;
2242
+ month: string;
2243
+ configModalTitle: string;
2244
+ hideWeekends: string;
2245
+ timeFrom: string;
2246
+ timeTo: string;
2247
+ timeStep: string;
2248
+ };
2249
+ };
2040
2250
  pgaDisplay: {
2041
2251
  es: {
2042
2252
  noItemsText: string;
@@ -2179,6 +2389,20 @@ export declare const useI18n: <FN extends "authHelpers" | "datetime" | "alert" |
2179
2389
  seeDetailsBtn: string;
2180
2390
  };
2181
2391
  };
2392
+ pgaCalendar: {
2393
+ es: {
2394
+ createEvent: string;
2395
+ openConfig: string;
2396
+ day: string;
2397
+ week: string;
2398
+ month: string;
2399
+ configModalTitle: string;
2400
+ hideWeekends: string;
2401
+ timeFrom: string;
2402
+ timeTo: string;
2403
+ timeStep: string;
2404
+ };
2405
+ };
2182
2406
  pgaDisplay: {
2183
2407
  es: {
2184
2408
  noItemsText: string;
@@ -2321,6 +2545,20 @@ export declare const useI18n: <FN extends "authHelpers" | "datetime" | "alert" |
2321
2545
  seeDetailsBtn: string;
2322
2546
  };
2323
2547
  };
2548
+ pgaCalendar: {
2549
+ es: {
2550
+ createEvent: string;
2551
+ openConfig: string;
2552
+ day: string;
2553
+ week: string;
2554
+ month: string;
2555
+ configModalTitle: string;
2556
+ hideWeekends: string;
2557
+ timeFrom: string;
2558
+ timeTo: string;
2559
+ timeStep: string;
2560
+ };
2561
+ };
2324
2562
  pgaDisplay: {
2325
2563
  es: {
2326
2564
  noItemsText: string;
@@ -2463,6 +2701,20 @@ export declare const useI18n: <FN extends "authHelpers" | "datetime" | "alert" |
2463
2701
  seeDetailsBtn: string;
2464
2702
  };
2465
2703
  };
2704
+ pgaCalendar: {
2705
+ es: {
2706
+ createEvent: string;
2707
+ openConfig: string;
2708
+ day: string;
2709
+ week: string;
2710
+ month: string;
2711
+ configModalTitle: string;
2712
+ hideWeekends: string;
2713
+ timeFrom: string;
2714
+ timeTo: string;
2715
+ timeStep: string;
2716
+ };
2717
+ };
2466
2718
  pgaDisplay: {
2467
2719
  es: {
2468
2720
  noItemsText: string;
@@ -2605,6 +2857,20 @@ export declare const useI18n: <FN extends "authHelpers" | "datetime" | "alert" |
2605
2857
  seeDetailsBtn: string;
2606
2858
  };
2607
2859
  };
2860
+ pgaCalendar: {
2861
+ es: {
2862
+ createEvent: string;
2863
+ openConfig: string;
2864
+ day: string;
2865
+ week: string;
2866
+ month: string;
2867
+ configModalTitle: string;
2868
+ hideWeekends: string;
2869
+ timeFrom: string;
2870
+ timeTo: string;
2871
+ timeStep: string;
2872
+ };
2873
+ };
2608
2874
  pgaDisplay: {
2609
2875
  es: {
2610
2876
  noItemsText: string;
@@ -2747,6 +3013,20 @@ export declare const useI18n: <FN extends "authHelpers" | "datetime" | "alert" |
2747
3013
  seeDetailsBtn: string;
2748
3014
  };
2749
3015
  };
3016
+ pgaCalendar: {
3017
+ es: {
3018
+ createEvent: string;
3019
+ openConfig: string;
3020
+ day: string;
3021
+ week: string;
3022
+ month: string;
3023
+ configModalTitle: string;
3024
+ hideWeekends: string;
3025
+ timeFrom: string;
3026
+ timeTo: string;
3027
+ timeStep: string;
3028
+ };
3029
+ };
2750
3030
  pgaDisplay: {
2751
3031
  es: {
2752
3032
  noItemsText: string;
@@ -2889,6 +3169,20 @@ export declare const useI18n: <FN extends "authHelpers" | "datetime" | "alert" |
2889
3169
  seeDetailsBtn: string;
2890
3170
  };
2891
3171
  };
3172
+ pgaCalendar: {
3173
+ es: {
3174
+ createEvent: string;
3175
+ openConfig: string;
3176
+ day: string;
3177
+ week: string;
3178
+ month: string;
3179
+ configModalTitle: string;
3180
+ hideWeekends: string;
3181
+ timeFrom: string;
3182
+ timeTo: string;
3183
+ timeStep: string;
3184
+ };
3185
+ };
2892
3186
  pgaDisplay: {
2893
3187
  es: {
2894
3188
  noItemsText: string;
@@ -3031,6 +3325,20 @@ export declare const useI18n: <FN extends "authHelpers" | "datetime" | "alert" |
3031
3325
  seeDetailsBtn: string;
3032
3326
  };
3033
3327
  };
3328
+ pgaCalendar: {
3329
+ es: {
3330
+ createEvent: string;
3331
+ openConfig: string;
3332
+ day: string;
3333
+ week: string;
3334
+ month: string;
3335
+ configModalTitle: string;
3336
+ hideWeekends: string;
3337
+ timeFrom: string;
3338
+ timeTo: string;
3339
+ timeStep: string;
3340
+ };
3341
+ };
3034
3342
  pgaDisplay: {
3035
3343
  es: {
3036
3344
  noItemsText: string;
@@ -3173,6 +3481,20 @@ export declare const useI18n: <FN extends "authHelpers" | "datetime" | "alert" |
3173
3481
  seeDetailsBtn: string;
3174
3482
  };
3175
3483
  };
3484
+ pgaCalendar: {
3485
+ es: {
3486
+ createEvent: string;
3487
+ openConfig: string;
3488
+ day: string;
3489
+ week: string;
3490
+ month: string;
3491
+ configModalTitle: string;
3492
+ hideWeekends: string;
3493
+ timeFrom: string;
3494
+ timeTo: string;
3495
+ timeStep: string;
3496
+ };
3497
+ };
3176
3498
  pgaDisplay: {
3177
3499
  es: {
3178
3500
  noItemsText: string;
@@ -3315,6 +3637,20 @@ export declare const useI18n: <FN extends "authHelpers" | "datetime" | "alert" |
3315
3637
  seeDetailsBtn: string;
3316
3638
  };
3317
3639
  };
3640
+ pgaCalendar: {
3641
+ es: {
3642
+ createEvent: string;
3643
+ openConfig: string;
3644
+ day: string;
3645
+ week: string;
3646
+ month: string;
3647
+ configModalTitle: string;
3648
+ hideWeekends: string;
3649
+ timeFrom: string;
3650
+ timeTo: string;
3651
+ timeStep: string;
3652
+ };
3653
+ };
3318
3654
  pgaDisplay: {
3319
3655
  es: {
3320
3656
  noItemsText: string;
@@ -3457,6 +3793,20 @@ export declare const useI18n: <FN extends "authHelpers" | "datetime" | "alert" |
3457
3793
  seeDetailsBtn: string;
3458
3794
  };
3459
3795
  };
3796
+ pgaCalendar: {
3797
+ es: {
3798
+ createEvent: string;
3799
+ openConfig: string;
3800
+ day: string;
3801
+ week: string;
3802
+ month: string;
3803
+ configModalTitle: string;
3804
+ hideWeekends: string;
3805
+ timeFrom: string;
3806
+ timeTo: string;
3807
+ timeStep: string;
3808
+ };
3809
+ };
3460
3810
  pgaDisplay: {
3461
3811
  es: {
3462
3812
  noItemsText: string;
@@ -3599,6 +3949,20 @@ export declare const useI18n: <FN extends "authHelpers" | "datetime" | "alert" |
3599
3949
  seeDetailsBtn: string;
3600
3950
  };
3601
3951
  };
3952
+ pgaCalendar: {
3953
+ es: {
3954
+ createEvent: string;
3955
+ openConfig: string;
3956
+ day: string;
3957
+ week: string;
3958
+ month: string;
3959
+ configModalTitle: string;
3960
+ hideWeekends: string;
3961
+ timeFrom: string;
3962
+ timeTo: string;
3963
+ timeStep: string;
3964
+ };
3965
+ };
3602
3966
  pgaDisplay: {
3603
3967
  es: {
3604
3968
  noItemsText: string;
@@ -3741,6 +4105,20 @@ export declare const useI18n: <FN extends "authHelpers" | "datetime" | "alert" |
3741
4105
  seeDetailsBtn: string;
3742
4106
  };
3743
4107
  };
4108
+ pgaCalendar: {
4109
+ es: {
4110
+ createEvent: string;
4111
+ openConfig: string;
4112
+ day: string;
4113
+ week: string;
4114
+ month: string;
4115
+ configModalTitle: string;
4116
+ hideWeekends: string;
4117
+ timeFrom: string;
4118
+ timeTo: string;
4119
+ timeStep: string;
4120
+ };
4121
+ };
3744
4122
  pgaDisplay: {
3745
4123
  es: {
3746
4124
  noItemsText: string;
@@ -3883,6 +4261,20 @@ export declare const useI18n: <FN extends "authHelpers" | "datetime" | "alert" |
3883
4261
  seeDetailsBtn: string;
3884
4262
  };
3885
4263
  };
4264
+ pgaCalendar: {
4265
+ es: {
4266
+ createEvent: string;
4267
+ openConfig: string;
4268
+ day: string;
4269
+ week: string;
4270
+ month: string;
4271
+ configModalTitle: string;
4272
+ hideWeekends: string;
4273
+ timeFrom: string;
4274
+ timeTo: string;
4275
+ timeStep: string;
4276
+ };
4277
+ };
3886
4278
  pgaDisplay: {
3887
4279
  es: {
3888
4280
  noItemsText: string;
@@ -4025,6 +4417,20 @@ export declare const useI18n: <FN extends "authHelpers" | "datetime" | "alert" |
4025
4417
  seeDetailsBtn: string;
4026
4418
  };
4027
4419
  };
4420
+ pgaCalendar: {
4421
+ es: {
4422
+ createEvent: string;
4423
+ openConfig: string;
4424
+ day: string;
4425
+ week: string;
4426
+ month: string;
4427
+ configModalTitle: string;
4428
+ hideWeekends: string;
4429
+ timeFrom: string;
4430
+ timeTo: string;
4431
+ timeStep: string;
4432
+ };
4433
+ };
4028
4434
  pgaDisplay: {
4029
4435
  es: {
4030
4436
  noItemsText: string;
@@ -4167,6 +4573,20 @@ export declare const useI18n: <FN extends "authHelpers" | "datetime" | "alert" |
4167
4573
  seeDetailsBtn: string;
4168
4574
  };
4169
4575
  };
4576
+ pgaCalendar: {
4577
+ es: {
4578
+ createEvent: string;
4579
+ openConfig: string;
4580
+ day: string;
4581
+ week: string;
4582
+ month: string;
4583
+ configModalTitle: string;
4584
+ hideWeekends: string;
4585
+ timeFrom: string;
4586
+ timeTo: string;
4587
+ timeStep: string;
4588
+ };
4589
+ };
4170
4590
  pgaDisplay: {
4171
4591
  es: {
4172
4592
  noItemsText: string;
@@ -4309,6 +4729,20 @@ export declare const useI18n: <FN extends "authHelpers" | "datetime" | "alert" |
4309
4729
  seeDetailsBtn: string;
4310
4730
  };
4311
4731
  };
4732
+ pgaCalendar: {
4733
+ es: {
4734
+ createEvent: string;
4735
+ openConfig: string;
4736
+ day: string;
4737
+ week: string;
4738
+ month: string;
4739
+ configModalTitle: string;
4740
+ hideWeekends: string;
4741
+ timeFrom: string;
4742
+ timeTo: string;
4743
+ timeStep: string;
4744
+ };
4745
+ };
4312
4746
  pgaDisplay: {
4313
4747
  es: {
4314
4748
  noItemsText: string;
@@ -4451,6 +4885,20 @@ export declare const useI18n: <FN extends "authHelpers" | "datetime" | "alert" |
4451
4885
  seeDetailsBtn: string;
4452
4886
  };
4453
4887
  };
4888
+ pgaCalendar: {
4889
+ es: {
4890
+ createEvent: string;
4891
+ openConfig: string;
4892
+ day: string;
4893
+ week: string;
4894
+ month: string;
4895
+ configModalTitle: string;
4896
+ hideWeekends: string;
4897
+ timeFrom: string;
4898
+ timeTo: string;
4899
+ timeStep: string;
4900
+ };
4901
+ };
4454
4902
  pgaDisplay: {
4455
4903
  es: {
4456
4904
  noItemsText: string;
@@ -4593,6 +5041,20 @@ export declare const useI18n: <FN extends "authHelpers" | "datetime" | "alert" |
4593
5041
  seeDetailsBtn: string;
4594
5042
  };
4595
5043
  };
5044
+ pgaCalendar: {
5045
+ es: {
5046
+ createEvent: string;
5047
+ openConfig: string;
5048
+ day: string;
5049
+ week: string;
5050
+ month: string;
5051
+ configModalTitle: string;
5052
+ hideWeekends: string;
5053
+ timeFrom: string;
5054
+ timeTo: string;
5055
+ timeStep: string;
5056
+ };
5057
+ };
4596
5058
  pgaDisplay: {
4597
5059
  es: {
4598
5060
  noItemsText: string;
@@ -4735,6 +5197,20 @@ export declare const useI18n: <FN extends "authHelpers" | "datetime" | "alert" |
4735
5197
  seeDetailsBtn: string;
4736
5198
  };
4737
5199
  };
5200
+ pgaCalendar: {
5201
+ es: {
5202
+ createEvent: string;
5203
+ openConfig: string;
5204
+ day: string;
5205
+ week: string;
5206
+ month: string;
5207
+ configModalTitle: string;
5208
+ hideWeekends: string;
5209
+ timeFrom: string;
5210
+ timeTo: string;
5211
+ timeStep: string;
5212
+ };
5213
+ };
4738
5214
  pgaDisplay: {
4739
5215
  es: {
4740
5216
  noItemsText: string;
@@ -4877,6 +5353,20 @@ export declare const useI18n: <FN extends "authHelpers" | "datetime" | "alert" |
4877
5353
  seeDetailsBtn: string;
4878
5354
  };
4879
5355
  };
5356
+ pgaCalendar: {
5357
+ es: {
5358
+ createEvent: string;
5359
+ openConfig: string;
5360
+ day: string;
5361
+ week: string;
5362
+ month: string;
5363
+ configModalTitle: string;
5364
+ hideWeekends: string;
5365
+ timeFrom: string;
5366
+ timeTo: string;
5367
+ timeStep: string;
5368
+ };
5369
+ };
4880
5370
  pgaDisplay: {
4881
5371
  es: {
4882
5372
  noItemsText: string;
@@ -5019,6 +5509,20 @@ export declare const useI18n: <FN extends "authHelpers" | "datetime" | "alert" |
5019
5509
  seeDetailsBtn: string;
5020
5510
  };
5021
5511
  };
5512
+ pgaCalendar: {
5513
+ es: {
5514
+ createEvent: string;
5515
+ openConfig: string;
5516
+ day: string;
5517
+ week: string;
5518
+ month: string;
5519
+ configModalTitle: string;
5520
+ hideWeekends: string;
5521
+ timeFrom: string;
5522
+ timeTo: string;
5523
+ timeStep: string;
5524
+ };
5525
+ };
5022
5526
  pgaDisplay: {
5023
5527
  es: {
5024
5528
  noItemsText: string;
@@ -5161,6 +5665,20 @@ export declare const useI18n: <FN extends "authHelpers" | "datetime" | "alert" |
5161
5665
  seeDetailsBtn: string;
5162
5666
  };
5163
5667
  };
5668
+ pgaCalendar: {
5669
+ es: {
5670
+ createEvent: string;
5671
+ openConfig: string;
5672
+ day: string;
5673
+ week: string;
5674
+ month: string;
5675
+ configModalTitle: string;
5676
+ hideWeekends: string;
5677
+ timeFrom: string;
5678
+ timeTo: string;
5679
+ timeStep: string;
5680
+ };
5681
+ };
5164
5682
  pgaDisplay: {
5165
5683
  es: {
5166
5684
  noItemsText: string;
@@ -5303,6 +5821,20 @@ export declare const useI18n: <FN extends "authHelpers" | "datetime" | "alert" |
5303
5821
  seeDetailsBtn: string;
5304
5822
  };
5305
5823
  };
5824
+ pgaCalendar: {
5825
+ es: {
5826
+ createEvent: string;
5827
+ openConfig: string;
5828
+ day: string;
5829
+ week: string;
5830
+ month: string;
5831
+ configModalTitle: string;
5832
+ hideWeekends: string;
5833
+ timeFrom: string;
5834
+ timeTo: string;
5835
+ timeStep: string;
5836
+ };
5837
+ };
5306
5838
  pgaDisplay: {
5307
5839
  es: {
5308
5840
  noItemsText: string;
@@ -5445,6 +5977,20 @@ export declare const useI18n: <FN extends "authHelpers" | "datetime" | "alert" |
5445
5977
  seeDetailsBtn: string;
5446
5978
  };
5447
5979
  };
5980
+ pgaCalendar: {
5981
+ es: {
5982
+ createEvent: string;
5983
+ openConfig: string;
5984
+ day: string;
5985
+ week: string;
5986
+ month: string;
5987
+ configModalTitle: string;
5988
+ hideWeekends: string;
5989
+ timeFrom: string;
5990
+ timeTo: string;
5991
+ timeStep: string;
5992
+ };
5993
+ };
5448
5994
  pgaDisplay: {
5449
5995
  es: {
5450
5996
  noItemsText: string;
@@ -5587,6 +6133,20 @@ export declare const useI18n: <FN extends "authHelpers" | "datetime" | "alert" |
5587
6133
  seeDetailsBtn: string;
5588
6134
  };
5589
6135
  };
6136
+ pgaCalendar: {
6137
+ es: {
6138
+ createEvent: string;
6139
+ openConfig: string;
6140
+ day: string;
6141
+ week: string;
6142
+ month: string;
6143
+ configModalTitle: string;
6144
+ hideWeekends: string;
6145
+ timeFrom: string;
6146
+ timeTo: string;
6147
+ timeStep: string;
6148
+ };
6149
+ };
5590
6150
  pgaDisplay: {
5591
6151
  es: {
5592
6152
  noItemsText: string;
@@ -5729,6 +6289,20 @@ export declare const useI18n: <FN extends "authHelpers" | "datetime" | "alert" |
5729
6289
  seeDetailsBtn: string;
5730
6290
  };
5731
6291
  };
6292
+ pgaCalendar: {
6293
+ es: {
6294
+ createEvent: string;
6295
+ openConfig: string;
6296
+ day: string;
6297
+ week: string;
6298
+ month: string;
6299
+ configModalTitle: string;
6300
+ hideWeekends: string;
6301
+ timeFrom: string;
6302
+ timeTo: string;
6303
+ timeStep: string;
6304
+ };
6305
+ };
5732
6306
  pgaDisplay: {
5733
6307
  es: {
5734
6308
  noItemsText: string;
@@ -5871,6 +6445,20 @@ export declare const useI18n: <FN extends "authHelpers" | "datetime" | "alert" |
5871
6445
  seeDetailsBtn: string;
5872
6446
  };
5873
6447
  };
6448
+ pgaCalendar: {
6449
+ es: {
6450
+ createEvent: string;
6451
+ openConfig: string;
6452
+ day: string;
6453
+ week: string;
6454
+ month: string;
6455
+ configModalTitle: string;
6456
+ hideWeekends: string;
6457
+ timeFrom: string;
6458
+ timeTo: string;
6459
+ timeStep: string;
6460
+ };
6461
+ };
5874
6462
  pgaDisplay: {
5875
6463
  es: {
5876
6464
  noItemsText: string;
@@ -6013,6 +6601,20 @@ export declare const useI18n: <FN extends "authHelpers" | "datetime" | "alert" |
6013
6601
  seeDetailsBtn: string;
6014
6602
  };
6015
6603
  };
6604
+ pgaCalendar: {
6605
+ es: {
6606
+ createEvent: string;
6607
+ openConfig: string;
6608
+ day: string;
6609
+ week: string;
6610
+ month: string;
6611
+ configModalTitle: string;
6612
+ hideWeekends: string;
6613
+ timeFrom: string;
6614
+ timeTo: string;
6615
+ timeStep: string;
6616
+ };
6617
+ };
6016
6618
  pgaDisplay: {
6017
6619
  es: {
6018
6620
  noItemsText: string;
@@ -6155,6 +6757,20 @@ export declare const useI18n: <FN extends "authHelpers" | "datetime" | "alert" |
6155
6757
  seeDetailsBtn: string;
6156
6758
  };
6157
6759
  };
6760
+ pgaCalendar: {
6761
+ es: {
6762
+ createEvent: string;
6763
+ openConfig: string;
6764
+ day: string;
6765
+ week: string;
6766
+ month: string;
6767
+ configModalTitle: string;
6768
+ hideWeekends: string;
6769
+ timeFrom: string;
6770
+ timeTo: string;
6771
+ timeStep: string;
6772
+ };
6773
+ };
6158
6774
  pgaDisplay: {
6159
6775
  es: {
6160
6776
  noItemsText: string;
@@ -6297,6 +6913,20 @@ export declare const useI18n: <FN extends "authHelpers" | "datetime" | "alert" |
6297
6913
  seeDetailsBtn: string;
6298
6914
  };
6299
6915
  };
6916
+ pgaCalendar: {
6917
+ es: {
6918
+ createEvent: string;
6919
+ openConfig: string;
6920
+ day: string;
6921
+ week: string;
6922
+ month: string;
6923
+ configModalTitle: string;
6924
+ hideWeekends: string;
6925
+ timeFrom: string;
6926
+ timeTo: string;
6927
+ timeStep: string;
6928
+ };
6929
+ };
6300
6930
  pgaDisplay: {
6301
6931
  es: {
6302
6932
  noItemsText: string;
@@ -6439,6 +7069,20 @@ export declare const useI18n: <FN extends "authHelpers" | "datetime" | "alert" |
6439
7069
  seeDetailsBtn: string;
6440
7070
  };
6441
7071
  };
7072
+ pgaCalendar: {
7073
+ es: {
7074
+ createEvent: string;
7075
+ openConfig: string;
7076
+ day: string;
7077
+ week: string;
7078
+ month: string;
7079
+ configModalTitle: string;
7080
+ hideWeekends: string;
7081
+ timeFrom: string;
7082
+ timeTo: string;
7083
+ timeStep: string;
7084
+ };
7085
+ };
6442
7086
  pgaDisplay: {
6443
7087
  es: {
6444
7088
  noItemsText: string;
@@ -6581,6 +7225,20 @@ export declare const useI18n: <FN extends "authHelpers" | "datetime" | "alert" |
6581
7225
  seeDetailsBtn: string;
6582
7226
  };
6583
7227
  };
7228
+ pgaCalendar: {
7229
+ es: {
7230
+ createEvent: string;
7231
+ openConfig: string;
7232
+ day: string;
7233
+ week: string;
7234
+ month: string;
7235
+ configModalTitle: string;
7236
+ hideWeekends: string;
7237
+ timeFrom: string;
7238
+ timeTo: string;
7239
+ timeStep: string;
7240
+ };
7241
+ };
6584
7242
  pgaDisplay: {
6585
7243
  es: {
6586
7244
  noItemsText: string;
@@ -6723,6 +7381,20 @@ export declare const useI18n: <FN extends "authHelpers" | "datetime" | "alert" |
6723
7381
  seeDetailsBtn: string;
6724
7382
  };
6725
7383
  };
7384
+ pgaCalendar: {
7385
+ es: {
7386
+ createEvent: string;
7387
+ openConfig: string;
7388
+ day: string;
7389
+ week: string;
7390
+ month: string;
7391
+ configModalTitle: string;
7392
+ hideWeekends: string;
7393
+ timeFrom: string;
7394
+ timeTo: string;
7395
+ timeStep: string;
7396
+ };
7397
+ };
6726
7398
  pgaDisplay: {
6727
7399
  es: {
6728
7400
  noItemsText: string;
@@ -6865,6 +7537,20 @@ export declare const useI18n: <FN extends "authHelpers" | "datetime" | "alert" |
6865
7537
  seeDetailsBtn: string;
6866
7538
  };
6867
7539
  };
7540
+ pgaCalendar: {
7541
+ es: {
7542
+ createEvent: string;
7543
+ openConfig: string;
7544
+ day: string;
7545
+ week: string;
7546
+ month: string;
7547
+ configModalTitle: string;
7548
+ hideWeekends: string;
7549
+ timeFrom: string;
7550
+ timeTo: string;
7551
+ timeStep: string;
7552
+ };
7553
+ };
6868
7554
  pgaDisplay: {
6869
7555
  es: {
6870
7556
  noItemsText: string;
@@ -7007,6 +7693,20 @@ export declare const useI18n: <FN extends "authHelpers" | "datetime" | "alert" |
7007
7693
  seeDetailsBtn: string;
7008
7694
  };
7009
7695
  };
7696
+ pgaCalendar: {
7697
+ es: {
7698
+ createEvent: string;
7699
+ openConfig: string;
7700
+ day: string;
7701
+ week: string;
7702
+ month: string;
7703
+ configModalTitle: string;
7704
+ hideWeekends: string;
7705
+ timeFrom: string;
7706
+ timeTo: string;
7707
+ timeStep: string;
7708
+ };
7709
+ };
7010
7710
  pgaDisplay: {
7011
7711
  es: {
7012
7712
  noItemsText: string;
@@ -7149,6 +7849,20 @@ export declare const useI18n: <FN extends "authHelpers" | "datetime" | "alert" |
7149
7849
  seeDetailsBtn: string;
7150
7850
  };
7151
7851
  };
7852
+ pgaCalendar: {
7853
+ es: {
7854
+ createEvent: string;
7855
+ openConfig: string;
7856
+ day: string;
7857
+ week: string;
7858
+ month: string;
7859
+ configModalTitle: string;
7860
+ hideWeekends: string;
7861
+ timeFrom: string;
7862
+ timeTo: string;
7863
+ timeStep: string;
7864
+ };
7865
+ };
7152
7866
  pgaDisplay: {
7153
7867
  es: {
7154
7868
  noItemsText: string;
@@ -7291,6 +8005,20 @@ export declare const useI18n: <FN extends "authHelpers" | "datetime" | "alert" |
7291
8005
  seeDetailsBtn: string;
7292
8006
  };
7293
8007
  };
8008
+ pgaCalendar: {
8009
+ es: {
8010
+ createEvent: string;
8011
+ openConfig: string;
8012
+ day: string;
8013
+ week: string;
8014
+ month: string;
8015
+ configModalTitle: string;
8016
+ hideWeekends: string;
8017
+ timeFrom: string;
8018
+ timeTo: string;
8019
+ timeStep: string;
8020
+ };
8021
+ };
7294
8022
  pgaDisplay: {
7295
8023
  es: {
7296
8024
  noItemsText: string;
@@ -7433,6 +8161,20 @@ export declare const useI18n: <FN extends "authHelpers" | "datetime" | "alert" |
7433
8161
  seeDetailsBtn: string;
7434
8162
  };
7435
8163
  };
8164
+ pgaCalendar: {
8165
+ es: {
8166
+ createEvent: string;
8167
+ openConfig: string;
8168
+ day: string;
8169
+ week: string;
8170
+ month: string;
8171
+ configModalTitle: string;
8172
+ hideWeekends: string;
8173
+ timeFrom: string;
8174
+ timeTo: string;
8175
+ timeStep: string;
8176
+ };
8177
+ };
7436
8178
  pgaDisplay: {
7437
8179
  es: {
7438
8180
  noItemsText: string;
@@ -7575,6 +8317,20 @@ export declare const useI18n: <FN extends "authHelpers" | "datetime" | "alert" |
7575
8317
  seeDetailsBtn: string;
7576
8318
  };
7577
8319
  };
8320
+ pgaCalendar: {
8321
+ es: {
8322
+ createEvent: string;
8323
+ openConfig: string;
8324
+ day: string;
8325
+ week: string;
8326
+ month: string;
8327
+ configModalTitle: string;
8328
+ hideWeekends: string;
8329
+ timeFrom: string;
8330
+ timeTo: string;
8331
+ timeStep: string;
8332
+ };
8333
+ };
7578
8334
  pgaDisplay: {
7579
8335
  es: {
7580
8336
  noItemsText: string;
@@ -7717,6 +8473,20 @@ export declare const useI18n: <FN extends "authHelpers" | "datetime" | "alert" |
7717
8473
  seeDetailsBtn: string;
7718
8474
  };
7719
8475
  };
8476
+ pgaCalendar: {
8477
+ es: {
8478
+ createEvent: string;
8479
+ openConfig: string;
8480
+ day: string;
8481
+ week: string;
8482
+ month: string;
8483
+ configModalTitle: string;
8484
+ hideWeekends: string;
8485
+ timeFrom: string;
8486
+ timeTo: string;
8487
+ timeStep: string;
8488
+ };
8489
+ };
7720
8490
  pgaDisplay: {
7721
8491
  es: {
7722
8492
  noItemsText: string;
@@ -7859,6 +8629,20 @@ export declare const useI18n: <FN extends "authHelpers" | "datetime" | "alert" |
7859
8629
  seeDetailsBtn: string;
7860
8630
  };
7861
8631
  };
8632
+ pgaCalendar: {
8633
+ es: {
8634
+ createEvent: string;
8635
+ openConfig: string;
8636
+ day: string;
8637
+ week: string;
8638
+ month: string;
8639
+ configModalTitle: string;
8640
+ hideWeekends: string;
8641
+ timeFrom: string;
8642
+ timeTo: string;
8643
+ timeStep: string;
8644
+ };
8645
+ };
7862
8646
  pgaDisplay: {
7863
8647
  es: {
7864
8648
  noItemsText: string;
@@ -8001,6 +8785,20 @@ export declare const useI18n: <FN extends "authHelpers" | "datetime" | "alert" |
8001
8785
  seeDetailsBtn: string;
8002
8786
  };
8003
8787
  };
8788
+ pgaCalendar: {
8789
+ es: {
8790
+ createEvent: string;
8791
+ openConfig: string;
8792
+ day: string;
8793
+ week: string;
8794
+ month: string;
8795
+ configModalTitle: string;
8796
+ hideWeekends: string;
8797
+ timeFrom: string;
8798
+ timeTo: string;
8799
+ timeStep: string;
8800
+ };
8801
+ };
8004
8802
  pgaDisplay: {
8005
8803
  es: {
8006
8804
  noItemsText: string;
@@ -8143,6 +8941,20 @@ export declare const useI18n: <FN extends "authHelpers" | "datetime" | "alert" |
8143
8941
  seeDetailsBtn: string;
8144
8942
  };
8145
8943
  };
8944
+ pgaCalendar: {
8945
+ es: {
8946
+ createEvent: string;
8947
+ openConfig: string;
8948
+ day: string;
8949
+ week: string;
8950
+ month: string;
8951
+ configModalTitle: string;
8952
+ hideWeekends: string;
8953
+ timeFrom: string;
8954
+ timeTo: string;
8955
+ timeStep: string;
8956
+ };
8957
+ };
8146
8958
  pgaDisplay: {
8147
8959
  es: {
8148
8960
  noItemsText: string;
@@ -8285,6 +9097,20 @@ export declare const useI18n: <FN extends "authHelpers" | "datetime" | "alert" |
8285
9097
  seeDetailsBtn: string;
8286
9098
  };
8287
9099
  };
9100
+ pgaCalendar: {
9101
+ es: {
9102
+ createEvent: string;
9103
+ openConfig: string;
9104
+ day: string;
9105
+ week: string;
9106
+ month: string;
9107
+ configModalTitle: string;
9108
+ hideWeekends: string;
9109
+ timeFrom: string;
9110
+ timeTo: string;
9111
+ timeStep: string;
9112
+ };
9113
+ };
8288
9114
  pgaDisplay: {
8289
9115
  es: {
8290
9116
  noItemsText: string;
@@ -8427,6 +9253,20 @@ export declare const useI18n: <FN extends "authHelpers" | "datetime" | "alert" |
8427
9253
  seeDetailsBtn: string;
8428
9254
  };
8429
9255
  };
9256
+ pgaCalendar: {
9257
+ es: {
9258
+ createEvent: string;
9259
+ openConfig: string;
9260
+ day: string;
9261
+ week: string;
9262
+ month: string;
9263
+ configModalTitle: string;
9264
+ hideWeekends: string;
9265
+ timeFrom: string;
9266
+ timeTo: string;
9267
+ timeStep: string;
9268
+ };
9269
+ };
8430
9270
  pgaDisplay: {
8431
9271
  es: {
8432
9272
  noItemsText: string;
@@ -8569,6 +9409,20 @@ export declare const useI18n: <FN extends "authHelpers" | "datetime" | "alert" |
8569
9409
  seeDetailsBtn: string;
8570
9410
  };
8571
9411
  };
9412
+ pgaCalendar: {
9413
+ es: {
9414
+ createEvent: string;
9415
+ openConfig: string;
9416
+ day: string;
9417
+ week: string;
9418
+ month: string;
9419
+ configModalTitle: string;
9420
+ hideWeekends: string;
9421
+ timeFrom: string;
9422
+ timeTo: string;
9423
+ timeStep: string;
9424
+ };
9425
+ };
8572
9426
  pgaDisplay: {
8573
9427
  es: {
8574
9428
  noItemsText: string;
@@ -8711,6 +9565,20 @@ export declare const useI18n: <FN extends "authHelpers" | "datetime" | "alert" |
8711
9565
  seeDetailsBtn: string;
8712
9566
  };
8713
9567
  };
9568
+ pgaCalendar: {
9569
+ es: {
9570
+ createEvent: string;
9571
+ openConfig: string;
9572
+ day: string;
9573
+ week: string;
9574
+ month: string;
9575
+ configModalTitle: string;
9576
+ hideWeekends: string;
9577
+ timeFrom: string;
9578
+ timeTo: string;
9579
+ timeStep: string;
9580
+ };
9581
+ };
8714
9582
  pgaDisplay: {
8715
9583
  es: {
8716
9584
  noItemsText: string;
@@ -8853,6 +9721,20 @@ export declare const useI18n: <FN extends "authHelpers" | "datetime" | "alert" |
8853
9721
  seeDetailsBtn: string;
8854
9722
  };
8855
9723
  };
9724
+ pgaCalendar: {
9725
+ es: {
9726
+ createEvent: string;
9727
+ openConfig: string;
9728
+ day: string;
9729
+ week: string;
9730
+ month: string;
9731
+ configModalTitle: string;
9732
+ hideWeekends: string;
9733
+ timeFrom: string;
9734
+ timeTo: string;
9735
+ timeStep: string;
9736
+ };
9737
+ };
8856
9738
  pgaDisplay: {
8857
9739
  es: {
8858
9740
  noItemsText: string;