pangea-lib 2.12.70 → 2.12.71
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 +40 -40
- package/dist/main.css +2 -2
- package/dist/main.es.js +11187 -11163
- package/dist/types/components/_i18n/pga-editor.i18n.d.ts +2 -1
- package/dist/types/components/display/PgaDisplayText.vue.d.ts +19 -3
- package/dist/types/i18n/i18n.d.ts +186 -93
- package/dist/types/i18n/messages/index.d.ts +2 -1
- package/package.json +1 -1
|
@@ -79,7 +79,8 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
79
79
|
};
|
|
80
80
|
pgaEditor: {
|
|
81
81
|
es: {
|
|
82
|
-
|
|
82
|
+
savedMsg: string;
|
|
83
|
+
saveErrorMsg: string;
|
|
83
84
|
};
|
|
84
85
|
};
|
|
85
86
|
pgaLayout: {
|
|
@@ -210,7 +211,8 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
210
211
|
};
|
|
211
212
|
pgaEditor: {
|
|
212
213
|
es: {
|
|
213
|
-
|
|
214
|
+
savedMsg: string;
|
|
215
|
+
saveErrorMsg: string;
|
|
214
216
|
};
|
|
215
217
|
};
|
|
216
218
|
pgaLayout: {
|
|
@@ -341,7 +343,8 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
341
343
|
};
|
|
342
344
|
pgaEditor: {
|
|
343
345
|
es: {
|
|
344
|
-
|
|
346
|
+
savedMsg: string;
|
|
347
|
+
saveErrorMsg: string;
|
|
345
348
|
};
|
|
346
349
|
};
|
|
347
350
|
pgaLayout: {
|
|
@@ -472,7 +475,8 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
472
475
|
};
|
|
473
476
|
pgaEditor: {
|
|
474
477
|
es: {
|
|
475
|
-
|
|
478
|
+
savedMsg: string;
|
|
479
|
+
saveErrorMsg: string;
|
|
476
480
|
};
|
|
477
481
|
};
|
|
478
482
|
pgaLayout: {
|
|
@@ -603,7 +607,8 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
603
607
|
};
|
|
604
608
|
pgaEditor: {
|
|
605
609
|
es: {
|
|
606
|
-
|
|
610
|
+
savedMsg: string;
|
|
611
|
+
saveErrorMsg: string;
|
|
607
612
|
};
|
|
608
613
|
};
|
|
609
614
|
pgaLayout: {
|
|
@@ -734,7 +739,8 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
734
739
|
};
|
|
735
740
|
pgaEditor: {
|
|
736
741
|
es: {
|
|
737
|
-
|
|
742
|
+
savedMsg: string;
|
|
743
|
+
saveErrorMsg: string;
|
|
738
744
|
};
|
|
739
745
|
};
|
|
740
746
|
pgaLayout: {
|
|
@@ -865,7 +871,8 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
865
871
|
};
|
|
866
872
|
pgaEditor: {
|
|
867
873
|
es: {
|
|
868
|
-
|
|
874
|
+
savedMsg: string;
|
|
875
|
+
saveErrorMsg: string;
|
|
869
876
|
};
|
|
870
877
|
};
|
|
871
878
|
pgaLayout: {
|
|
@@ -996,7 +1003,8 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
996
1003
|
};
|
|
997
1004
|
pgaEditor: {
|
|
998
1005
|
es: {
|
|
999
|
-
|
|
1006
|
+
savedMsg: string;
|
|
1007
|
+
saveErrorMsg: string;
|
|
1000
1008
|
};
|
|
1001
1009
|
};
|
|
1002
1010
|
pgaLayout: {
|
|
@@ -1127,7 +1135,8 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
1127
1135
|
};
|
|
1128
1136
|
pgaEditor: {
|
|
1129
1137
|
es: {
|
|
1130
|
-
|
|
1138
|
+
savedMsg: string;
|
|
1139
|
+
saveErrorMsg: string;
|
|
1131
1140
|
};
|
|
1132
1141
|
};
|
|
1133
1142
|
pgaLayout: {
|
|
@@ -1258,7 +1267,8 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
1258
1267
|
};
|
|
1259
1268
|
pgaEditor: {
|
|
1260
1269
|
es: {
|
|
1261
|
-
|
|
1270
|
+
savedMsg: string;
|
|
1271
|
+
saveErrorMsg: string;
|
|
1262
1272
|
};
|
|
1263
1273
|
};
|
|
1264
1274
|
pgaLayout: {
|
|
@@ -1389,7 +1399,8 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
1389
1399
|
};
|
|
1390
1400
|
pgaEditor: {
|
|
1391
1401
|
es: {
|
|
1392
|
-
|
|
1402
|
+
savedMsg: string;
|
|
1403
|
+
saveErrorMsg: string;
|
|
1393
1404
|
};
|
|
1394
1405
|
};
|
|
1395
1406
|
pgaLayout: {
|
|
@@ -1520,7 +1531,8 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
1520
1531
|
};
|
|
1521
1532
|
pgaEditor: {
|
|
1522
1533
|
es: {
|
|
1523
|
-
|
|
1534
|
+
savedMsg: string;
|
|
1535
|
+
saveErrorMsg: string;
|
|
1524
1536
|
};
|
|
1525
1537
|
};
|
|
1526
1538
|
pgaLayout: {
|
|
@@ -1651,7 +1663,8 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
1651
1663
|
};
|
|
1652
1664
|
pgaEditor: {
|
|
1653
1665
|
es: {
|
|
1654
|
-
|
|
1666
|
+
savedMsg: string;
|
|
1667
|
+
saveErrorMsg: string;
|
|
1655
1668
|
};
|
|
1656
1669
|
};
|
|
1657
1670
|
pgaLayout: {
|
|
@@ -1782,7 +1795,8 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
1782
1795
|
};
|
|
1783
1796
|
pgaEditor: {
|
|
1784
1797
|
es: {
|
|
1785
|
-
|
|
1798
|
+
savedMsg: string;
|
|
1799
|
+
saveErrorMsg: string;
|
|
1786
1800
|
};
|
|
1787
1801
|
};
|
|
1788
1802
|
pgaLayout: {
|
|
@@ -1913,7 +1927,8 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
1913
1927
|
};
|
|
1914
1928
|
pgaEditor: {
|
|
1915
1929
|
es: {
|
|
1916
|
-
|
|
1930
|
+
savedMsg: string;
|
|
1931
|
+
saveErrorMsg: string;
|
|
1917
1932
|
};
|
|
1918
1933
|
};
|
|
1919
1934
|
pgaLayout: {
|
|
@@ -2044,7 +2059,8 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
2044
2059
|
};
|
|
2045
2060
|
pgaEditor: {
|
|
2046
2061
|
es: {
|
|
2047
|
-
|
|
2062
|
+
savedMsg: string;
|
|
2063
|
+
saveErrorMsg: string;
|
|
2048
2064
|
};
|
|
2049
2065
|
};
|
|
2050
2066
|
pgaLayout: {
|
|
@@ -2175,7 +2191,8 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
2175
2191
|
};
|
|
2176
2192
|
pgaEditor: {
|
|
2177
2193
|
es: {
|
|
2178
|
-
|
|
2194
|
+
savedMsg: string;
|
|
2195
|
+
saveErrorMsg: string;
|
|
2179
2196
|
};
|
|
2180
2197
|
};
|
|
2181
2198
|
pgaLayout: {
|
|
@@ -2306,7 +2323,8 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
2306
2323
|
};
|
|
2307
2324
|
pgaEditor: {
|
|
2308
2325
|
es: {
|
|
2309
|
-
|
|
2326
|
+
savedMsg: string;
|
|
2327
|
+
saveErrorMsg: string;
|
|
2310
2328
|
};
|
|
2311
2329
|
};
|
|
2312
2330
|
pgaLayout: {
|
|
@@ -2437,7 +2455,8 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
2437
2455
|
};
|
|
2438
2456
|
pgaEditor: {
|
|
2439
2457
|
es: {
|
|
2440
|
-
|
|
2458
|
+
savedMsg: string;
|
|
2459
|
+
saveErrorMsg: string;
|
|
2441
2460
|
};
|
|
2442
2461
|
};
|
|
2443
2462
|
pgaLayout: {
|
|
@@ -2568,7 +2587,8 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
2568
2587
|
};
|
|
2569
2588
|
pgaEditor: {
|
|
2570
2589
|
es: {
|
|
2571
|
-
|
|
2590
|
+
savedMsg: string;
|
|
2591
|
+
saveErrorMsg: string;
|
|
2572
2592
|
};
|
|
2573
2593
|
};
|
|
2574
2594
|
pgaLayout: {
|
|
@@ -2699,7 +2719,8 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
2699
2719
|
};
|
|
2700
2720
|
pgaEditor: {
|
|
2701
2721
|
es: {
|
|
2702
|
-
|
|
2722
|
+
savedMsg: string;
|
|
2723
|
+
saveErrorMsg: string;
|
|
2703
2724
|
};
|
|
2704
2725
|
};
|
|
2705
2726
|
pgaLayout: {
|
|
@@ -2830,7 +2851,8 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
2830
2851
|
};
|
|
2831
2852
|
pgaEditor: {
|
|
2832
2853
|
es: {
|
|
2833
|
-
|
|
2854
|
+
savedMsg: string;
|
|
2855
|
+
saveErrorMsg: string;
|
|
2834
2856
|
};
|
|
2835
2857
|
};
|
|
2836
2858
|
pgaLayout: {
|
|
@@ -2961,7 +2983,8 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
2961
2983
|
};
|
|
2962
2984
|
pgaEditor: {
|
|
2963
2985
|
es: {
|
|
2964
|
-
|
|
2986
|
+
savedMsg: string;
|
|
2987
|
+
saveErrorMsg: string;
|
|
2965
2988
|
};
|
|
2966
2989
|
};
|
|
2967
2990
|
pgaLayout: {
|
|
@@ -3092,7 +3115,8 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
3092
3115
|
};
|
|
3093
3116
|
pgaEditor: {
|
|
3094
3117
|
es: {
|
|
3095
|
-
|
|
3118
|
+
savedMsg: string;
|
|
3119
|
+
saveErrorMsg: string;
|
|
3096
3120
|
};
|
|
3097
3121
|
};
|
|
3098
3122
|
pgaLayout: {
|
|
@@ -3223,7 +3247,8 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
3223
3247
|
};
|
|
3224
3248
|
pgaEditor: {
|
|
3225
3249
|
es: {
|
|
3226
|
-
|
|
3250
|
+
savedMsg: string;
|
|
3251
|
+
saveErrorMsg: string;
|
|
3227
3252
|
};
|
|
3228
3253
|
};
|
|
3229
3254
|
pgaLayout: {
|
|
@@ -3354,7 +3379,8 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
3354
3379
|
};
|
|
3355
3380
|
pgaEditor: {
|
|
3356
3381
|
es: {
|
|
3357
|
-
|
|
3382
|
+
savedMsg: string;
|
|
3383
|
+
saveErrorMsg: string;
|
|
3358
3384
|
};
|
|
3359
3385
|
};
|
|
3360
3386
|
pgaLayout: {
|
|
@@ -3485,7 +3511,8 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
3485
3511
|
};
|
|
3486
3512
|
pgaEditor: {
|
|
3487
3513
|
es: {
|
|
3488
|
-
|
|
3514
|
+
savedMsg: string;
|
|
3515
|
+
saveErrorMsg: string;
|
|
3489
3516
|
};
|
|
3490
3517
|
};
|
|
3491
3518
|
pgaLayout: {
|
|
@@ -3616,7 +3643,8 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
3616
3643
|
};
|
|
3617
3644
|
pgaEditor: {
|
|
3618
3645
|
es: {
|
|
3619
|
-
|
|
3646
|
+
savedMsg: string;
|
|
3647
|
+
saveErrorMsg: string;
|
|
3620
3648
|
};
|
|
3621
3649
|
};
|
|
3622
3650
|
pgaLayout: {
|
|
@@ -3747,7 +3775,8 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
3747
3775
|
};
|
|
3748
3776
|
pgaEditor: {
|
|
3749
3777
|
es: {
|
|
3750
|
-
|
|
3778
|
+
savedMsg: string;
|
|
3779
|
+
saveErrorMsg: string;
|
|
3751
3780
|
};
|
|
3752
3781
|
};
|
|
3753
3782
|
pgaLayout: {
|
|
@@ -3878,7 +3907,8 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
3878
3907
|
};
|
|
3879
3908
|
pgaEditor: {
|
|
3880
3909
|
es: {
|
|
3881
|
-
|
|
3910
|
+
savedMsg: string;
|
|
3911
|
+
saveErrorMsg: string;
|
|
3882
3912
|
};
|
|
3883
3913
|
};
|
|
3884
3914
|
pgaLayout: {
|
|
@@ -4009,7 +4039,8 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
4009
4039
|
};
|
|
4010
4040
|
pgaEditor: {
|
|
4011
4041
|
es: {
|
|
4012
|
-
|
|
4042
|
+
savedMsg: string;
|
|
4043
|
+
saveErrorMsg: string;
|
|
4013
4044
|
};
|
|
4014
4045
|
};
|
|
4015
4046
|
pgaLayout: {
|
|
@@ -4140,7 +4171,8 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
4140
4171
|
};
|
|
4141
4172
|
pgaEditor: {
|
|
4142
4173
|
es: {
|
|
4143
|
-
|
|
4174
|
+
savedMsg: string;
|
|
4175
|
+
saveErrorMsg: string;
|
|
4144
4176
|
};
|
|
4145
4177
|
};
|
|
4146
4178
|
pgaLayout: {
|
|
@@ -4271,7 +4303,8 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
4271
4303
|
};
|
|
4272
4304
|
pgaEditor: {
|
|
4273
4305
|
es: {
|
|
4274
|
-
|
|
4306
|
+
savedMsg: string;
|
|
4307
|
+
saveErrorMsg: string;
|
|
4275
4308
|
};
|
|
4276
4309
|
};
|
|
4277
4310
|
pgaLayout: {
|
|
@@ -4402,7 +4435,8 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
4402
4435
|
};
|
|
4403
4436
|
pgaEditor: {
|
|
4404
4437
|
es: {
|
|
4405
|
-
|
|
4438
|
+
savedMsg: string;
|
|
4439
|
+
saveErrorMsg: string;
|
|
4406
4440
|
};
|
|
4407
4441
|
};
|
|
4408
4442
|
pgaLayout: {
|
|
@@ -4533,7 +4567,8 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
4533
4567
|
};
|
|
4534
4568
|
pgaEditor: {
|
|
4535
4569
|
es: {
|
|
4536
|
-
|
|
4570
|
+
savedMsg: string;
|
|
4571
|
+
saveErrorMsg: string;
|
|
4537
4572
|
};
|
|
4538
4573
|
};
|
|
4539
4574
|
pgaLayout: {
|
|
@@ -4664,7 +4699,8 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
4664
4699
|
};
|
|
4665
4700
|
pgaEditor: {
|
|
4666
4701
|
es: {
|
|
4667
|
-
|
|
4702
|
+
savedMsg: string;
|
|
4703
|
+
saveErrorMsg: string;
|
|
4668
4704
|
};
|
|
4669
4705
|
};
|
|
4670
4706
|
pgaLayout: {
|
|
@@ -4795,7 +4831,8 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
4795
4831
|
};
|
|
4796
4832
|
pgaEditor: {
|
|
4797
4833
|
es: {
|
|
4798
|
-
|
|
4834
|
+
savedMsg: string;
|
|
4835
|
+
saveErrorMsg: string;
|
|
4799
4836
|
};
|
|
4800
4837
|
};
|
|
4801
4838
|
pgaLayout: {
|
|
@@ -4926,7 +4963,8 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
4926
4963
|
};
|
|
4927
4964
|
pgaEditor: {
|
|
4928
4965
|
es: {
|
|
4929
|
-
|
|
4966
|
+
savedMsg: string;
|
|
4967
|
+
saveErrorMsg: string;
|
|
4930
4968
|
};
|
|
4931
4969
|
};
|
|
4932
4970
|
pgaLayout: {
|
|
@@ -5057,7 +5095,8 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
5057
5095
|
};
|
|
5058
5096
|
pgaEditor: {
|
|
5059
5097
|
es: {
|
|
5060
|
-
|
|
5098
|
+
savedMsg: string;
|
|
5099
|
+
saveErrorMsg: string;
|
|
5061
5100
|
};
|
|
5062
5101
|
};
|
|
5063
5102
|
pgaLayout: {
|
|
@@ -5188,7 +5227,8 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
5188
5227
|
};
|
|
5189
5228
|
pgaEditor: {
|
|
5190
5229
|
es: {
|
|
5191
|
-
|
|
5230
|
+
savedMsg: string;
|
|
5231
|
+
saveErrorMsg: string;
|
|
5192
5232
|
};
|
|
5193
5233
|
};
|
|
5194
5234
|
pgaLayout: {
|
|
@@ -5319,7 +5359,8 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
5319
5359
|
};
|
|
5320
5360
|
pgaEditor: {
|
|
5321
5361
|
es: {
|
|
5322
|
-
|
|
5362
|
+
savedMsg: string;
|
|
5363
|
+
saveErrorMsg: string;
|
|
5323
5364
|
};
|
|
5324
5365
|
};
|
|
5325
5366
|
pgaLayout: {
|
|
@@ -5450,7 +5491,8 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
5450
5491
|
};
|
|
5451
5492
|
pgaEditor: {
|
|
5452
5493
|
es: {
|
|
5453
|
-
|
|
5494
|
+
savedMsg: string;
|
|
5495
|
+
saveErrorMsg: string;
|
|
5454
5496
|
};
|
|
5455
5497
|
};
|
|
5456
5498
|
pgaLayout: {
|
|
@@ -5581,7 +5623,8 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
5581
5623
|
};
|
|
5582
5624
|
pgaEditor: {
|
|
5583
5625
|
es: {
|
|
5584
|
-
|
|
5626
|
+
savedMsg: string;
|
|
5627
|
+
saveErrorMsg: string;
|
|
5585
5628
|
};
|
|
5586
5629
|
};
|
|
5587
5630
|
pgaLayout: {
|
|
@@ -5712,7 +5755,8 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
5712
5755
|
};
|
|
5713
5756
|
pgaEditor: {
|
|
5714
5757
|
es: {
|
|
5715
|
-
|
|
5758
|
+
savedMsg: string;
|
|
5759
|
+
saveErrorMsg: string;
|
|
5716
5760
|
};
|
|
5717
5761
|
};
|
|
5718
5762
|
pgaLayout: {
|
|
@@ -5843,7 +5887,8 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
5843
5887
|
};
|
|
5844
5888
|
pgaEditor: {
|
|
5845
5889
|
es: {
|
|
5846
|
-
|
|
5890
|
+
savedMsg: string;
|
|
5891
|
+
saveErrorMsg: string;
|
|
5847
5892
|
};
|
|
5848
5893
|
};
|
|
5849
5894
|
pgaLayout: {
|
|
@@ -5974,7 +6019,8 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
5974
6019
|
};
|
|
5975
6020
|
pgaEditor: {
|
|
5976
6021
|
es: {
|
|
5977
|
-
|
|
6022
|
+
savedMsg: string;
|
|
6023
|
+
saveErrorMsg: string;
|
|
5978
6024
|
};
|
|
5979
6025
|
};
|
|
5980
6026
|
pgaLayout: {
|
|
@@ -6105,7 +6151,8 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
6105
6151
|
};
|
|
6106
6152
|
pgaEditor: {
|
|
6107
6153
|
es: {
|
|
6108
|
-
|
|
6154
|
+
savedMsg: string;
|
|
6155
|
+
saveErrorMsg: string;
|
|
6109
6156
|
};
|
|
6110
6157
|
};
|
|
6111
6158
|
pgaLayout: {
|
|
@@ -6236,7 +6283,8 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
6236
6283
|
};
|
|
6237
6284
|
pgaEditor: {
|
|
6238
6285
|
es: {
|
|
6239
|
-
|
|
6286
|
+
savedMsg: string;
|
|
6287
|
+
saveErrorMsg: string;
|
|
6240
6288
|
};
|
|
6241
6289
|
};
|
|
6242
6290
|
pgaLayout: {
|
|
@@ -6367,7 +6415,8 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
6367
6415
|
};
|
|
6368
6416
|
pgaEditor: {
|
|
6369
6417
|
es: {
|
|
6370
|
-
|
|
6418
|
+
savedMsg: string;
|
|
6419
|
+
saveErrorMsg: string;
|
|
6371
6420
|
};
|
|
6372
6421
|
};
|
|
6373
6422
|
pgaLayout: {
|
|
@@ -6498,7 +6547,8 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
6498
6547
|
};
|
|
6499
6548
|
pgaEditor: {
|
|
6500
6549
|
es: {
|
|
6501
|
-
|
|
6550
|
+
savedMsg: string;
|
|
6551
|
+
saveErrorMsg: string;
|
|
6502
6552
|
};
|
|
6503
6553
|
};
|
|
6504
6554
|
pgaLayout: {
|
|
@@ -6629,7 +6679,8 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
6629
6679
|
};
|
|
6630
6680
|
pgaEditor: {
|
|
6631
6681
|
es: {
|
|
6632
|
-
|
|
6682
|
+
savedMsg: string;
|
|
6683
|
+
saveErrorMsg: string;
|
|
6633
6684
|
};
|
|
6634
6685
|
};
|
|
6635
6686
|
pgaLayout: {
|
|
@@ -6760,7 +6811,8 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
6760
6811
|
};
|
|
6761
6812
|
pgaEditor: {
|
|
6762
6813
|
es: {
|
|
6763
|
-
|
|
6814
|
+
savedMsg: string;
|
|
6815
|
+
saveErrorMsg: string;
|
|
6764
6816
|
};
|
|
6765
6817
|
};
|
|
6766
6818
|
pgaLayout: {
|
|
@@ -6891,7 +6943,8 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
6891
6943
|
};
|
|
6892
6944
|
pgaEditor: {
|
|
6893
6945
|
es: {
|
|
6894
|
-
|
|
6946
|
+
savedMsg: string;
|
|
6947
|
+
saveErrorMsg: string;
|
|
6895
6948
|
};
|
|
6896
6949
|
};
|
|
6897
6950
|
pgaLayout: {
|
|
@@ -7022,7 +7075,8 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
7022
7075
|
};
|
|
7023
7076
|
pgaEditor: {
|
|
7024
7077
|
es: {
|
|
7025
|
-
|
|
7078
|
+
savedMsg: string;
|
|
7079
|
+
saveErrorMsg: string;
|
|
7026
7080
|
};
|
|
7027
7081
|
};
|
|
7028
7082
|
pgaLayout: {
|
|
@@ -7153,7 +7207,8 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
7153
7207
|
};
|
|
7154
7208
|
pgaEditor: {
|
|
7155
7209
|
es: {
|
|
7156
|
-
|
|
7210
|
+
savedMsg: string;
|
|
7211
|
+
saveErrorMsg: string;
|
|
7157
7212
|
};
|
|
7158
7213
|
};
|
|
7159
7214
|
pgaLayout: {
|
|
@@ -7284,7 +7339,8 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
7284
7339
|
};
|
|
7285
7340
|
pgaEditor: {
|
|
7286
7341
|
es: {
|
|
7287
|
-
|
|
7342
|
+
savedMsg: string;
|
|
7343
|
+
saveErrorMsg: string;
|
|
7288
7344
|
};
|
|
7289
7345
|
};
|
|
7290
7346
|
pgaLayout: {
|
|
@@ -7415,7 +7471,8 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
7415
7471
|
};
|
|
7416
7472
|
pgaEditor: {
|
|
7417
7473
|
es: {
|
|
7418
|
-
|
|
7474
|
+
savedMsg: string;
|
|
7475
|
+
saveErrorMsg: string;
|
|
7419
7476
|
};
|
|
7420
7477
|
};
|
|
7421
7478
|
pgaLayout: {
|
|
@@ -7546,7 +7603,8 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
7546
7603
|
};
|
|
7547
7604
|
pgaEditor: {
|
|
7548
7605
|
es: {
|
|
7549
|
-
|
|
7606
|
+
savedMsg: string;
|
|
7607
|
+
saveErrorMsg: string;
|
|
7550
7608
|
};
|
|
7551
7609
|
};
|
|
7552
7610
|
pgaLayout: {
|
|
@@ -7677,7 +7735,8 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
7677
7735
|
};
|
|
7678
7736
|
pgaEditor: {
|
|
7679
7737
|
es: {
|
|
7680
|
-
|
|
7738
|
+
savedMsg: string;
|
|
7739
|
+
saveErrorMsg: string;
|
|
7681
7740
|
};
|
|
7682
7741
|
};
|
|
7683
7742
|
pgaLayout: {
|
|
@@ -7808,7 +7867,8 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
7808
7867
|
};
|
|
7809
7868
|
pgaEditor: {
|
|
7810
7869
|
es: {
|
|
7811
|
-
|
|
7870
|
+
savedMsg: string;
|
|
7871
|
+
saveErrorMsg: string;
|
|
7812
7872
|
};
|
|
7813
7873
|
};
|
|
7814
7874
|
pgaLayout: {
|
|
@@ -7939,7 +7999,8 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
7939
7999
|
};
|
|
7940
8000
|
pgaEditor: {
|
|
7941
8001
|
es: {
|
|
7942
|
-
|
|
8002
|
+
savedMsg: string;
|
|
8003
|
+
saveErrorMsg: string;
|
|
7943
8004
|
};
|
|
7944
8005
|
};
|
|
7945
8006
|
pgaLayout: {
|
|
@@ -8070,7 +8131,8 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
8070
8131
|
};
|
|
8071
8132
|
pgaEditor: {
|
|
8072
8133
|
es: {
|
|
8073
|
-
|
|
8134
|
+
savedMsg: string;
|
|
8135
|
+
saveErrorMsg: string;
|
|
8074
8136
|
};
|
|
8075
8137
|
};
|
|
8076
8138
|
pgaLayout: {
|
|
@@ -8201,7 +8263,8 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
8201
8263
|
};
|
|
8202
8264
|
pgaEditor: {
|
|
8203
8265
|
es: {
|
|
8204
|
-
|
|
8266
|
+
savedMsg: string;
|
|
8267
|
+
saveErrorMsg: string;
|
|
8205
8268
|
};
|
|
8206
8269
|
};
|
|
8207
8270
|
pgaLayout: {
|
|
@@ -8332,7 +8395,8 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
8332
8395
|
};
|
|
8333
8396
|
pgaEditor: {
|
|
8334
8397
|
es: {
|
|
8335
|
-
|
|
8398
|
+
savedMsg: string;
|
|
8399
|
+
saveErrorMsg: string;
|
|
8336
8400
|
};
|
|
8337
8401
|
};
|
|
8338
8402
|
pgaLayout: {
|
|
@@ -8463,7 +8527,8 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
8463
8527
|
};
|
|
8464
8528
|
pgaEditor: {
|
|
8465
8529
|
es: {
|
|
8466
|
-
|
|
8530
|
+
savedMsg: string;
|
|
8531
|
+
saveErrorMsg: string;
|
|
8467
8532
|
};
|
|
8468
8533
|
};
|
|
8469
8534
|
pgaLayout: {
|
|
@@ -8594,7 +8659,8 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
8594
8659
|
};
|
|
8595
8660
|
pgaEditor: {
|
|
8596
8661
|
es: {
|
|
8597
|
-
|
|
8662
|
+
savedMsg: string;
|
|
8663
|
+
saveErrorMsg: string;
|
|
8598
8664
|
};
|
|
8599
8665
|
};
|
|
8600
8666
|
pgaLayout: {
|
|
@@ -8725,7 +8791,8 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
8725
8791
|
};
|
|
8726
8792
|
pgaEditor: {
|
|
8727
8793
|
es: {
|
|
8728
|
-
|
|
8794
|
+
savedMsg: string;
|
|
8795
|
+
saveErrorMsg: string;
|
|
8729
8796
|
};
|
|
8730
8797
|
};
|
|
8731
8798
|
pgaLayout: {
|
|
@@ -8856,7 +8923,8 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
8856
8923
|
};
|
|
8857
8924
|
pgaEditor: {
|
|
8858
8925
|
es: {
|
|
8859
|
-
|
|
8926
|
+
savedMsg: string;
|
|
8927
|
+
saveErrorMsg: string;
|
|
8860
8928
|
};
|
|
8861
8929
|
};
|
|
8862
8930
|
pgaLayout: {
|
|
@@ -8987,7 +9055,8 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
8987
9055
|
};
|
|
8988
9056
|
pgaEditor: {
|
|
8989
9057
|
es: {
|
|
8990
|
-
|
|
9058
|
+
savedMsg: string;
|
|
9059
|
+
saveErrorMsg: string;
|
|
8991
9060
|
};
|
|
8992
9061
|
};
|
|
8993
9062
|
pgaLayout: {
|
|
@@ -9118,7 +9187,8 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
9118
9187
|
};
|
|
9119
9188
|
pgaEditor: {
|
|
9120
9189
|
es: {
|
|
9121
|
-
|
|
9190
|
+
savedMsg: string;
|
|
9191
|
+
saveErrorMsg: string;
|
|
9122
9192
|
};
|
|
9123
9193
|
};
|
|
9124
9194
|
pgaLayout: {
|
|
@@ -9249,7 +9319,8 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
9249
9319
|
};
|
|
9250
9320
|
pgaEditor: {
|
|
9251
9321
|
es: {
|
|
9252
|
-
|
|
9322
|
+
savedMsg: string;
|
|
9323
|
+
saveErrorMsg: string;
|
|
9253
9324
|
};
|
|
9254
9325
|
};
|
|
9255
9326
|
pgaLayout: {
|
|
@@ -9380,7 +9451,8 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
9380
9451
|
};
|
|
9381
9452
|
pgaEditor: {
|
|
9382
9453
|
es: {
|
|
9383
|
-
|
|
9454
|
+
savedMsg: string;
|
|
9455
|
+
saveErrorMsg: string;
|
|
9384
9456
|
};
|
|
9385
9457
|
};
|
|
9386
9458
|
pgaLayout: {
|
|
@@ -9511,7 +9583,8 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
9511
9583
|
};
|
|
9512
9584
|
pgaEditor: {
|
|
9513
9585
|
es: {
|
|
9514
|
-
|
|
9586
|
+
savedMsg: string;
|
|
9587
|
+
saveErrorMsg: string;
|
|
9515
9588
|
};
|
|
9516
9589
|
};
|
|
9517
9590
|
pgaLayout: {
|
|
@@ -9642,7 +9715,8 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
9642
9715
|
};
|
|
9643
9716
|
pgaEditor: {
|
|
9644
9717
|
es: {
|
|
9645
|
-
|
|
9718
|
+
savedMsg: string;
|
|
9719
|
+
saveErrorMsg: string;
|
|
9646
9720
|
};
|
|
9647
9721
|
};
|
|
9648
9722
|
pgaLayout: {
|
|
@@ -9773,7 +9847,8 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
9773
9847
|
};
|
|
9774
9848
|
pgaEditor: {
|
|
9775
9849
|
es: {
|
|
9776
|
-
|
|
9850
|
+
savedMsg: string;
|
|
9851
|
+
saveErrorMsg: string;
|
|
9777
9852
|
};
|
|
9778
9853
|
};
|
|
9779
9854
|
pgaLayout: {
|
|
@@ -9904,7 +9979,8 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
9904
9979
|
};
|
|
9905
9980
|
pgaEditor: {
|
|
9906
9981
|
es: {
|
|
9907
|
-
|
|
9982
|
+
savedMsg: string;
|
|
9983
|
+
saveErrorMsg: string;
|
|
9908
9984
|
};
|
|
9909
9985
|
};
|
|
9910
9986
|
pgaLayout: {
|
|
@@ -10035,7 +10111,8 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
10035
10111
|
};
|
|
10036
10112
|
pgaEditor: {
|
|
10037
10113
|
es: {
|
|
10038
|
-
|
|
10114
|
+
savedMsg: string;
|
|
10115
|
+
saveErrorMsg: string;
|
|
10039
10116
|
};
|
|
10040
10117
|
};
|
|
10041
10118
|
pgaLayout: {
|
|
@@ -10166,7 +10243,8 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
10166
10243
|
};
|
|
10167
10244
|
pgaEditor: {
|
|
10168
10245
|
es: {
|
|
10169
|
-
|
|
10246
|
+
savedMsg: string;
|
|
10247
|
+
saveErrorMsg: string;
|
|
10170
10248
|
};
|
|
10171
10249
|
};
|
|
10172
10250
|
pgaLayout: {
|
|
@@ -10297,7 +10375,8 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
10297
10375
|
};
|
|
10298
10376
|
pgaEditor: {
|
|
10299
10377
|
es: {
|
|
10300
|
-
|
|
10378
|
+
savedMsg: string;
|
|
10379
|
+
saveErrorMsg: string;
|
|
10301
10380
|
};
|
|
10302
10381
|
};
|
|
10303
10382
|
pgaLayout: {
|
|
@@ -10428,7 +10507,8 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
10428
10507
|
};
|
|
10429
10508
|
pgaEditor: {
|
|
10430
10509
|
es: {
|
|
10431
|
-
|
|
10510
|
+
savedMsg: string;
|
|
10511
|
+
saveErrorMsg: string;
|
|
10432
10512
|
};
|
|
10433
10513
|
};
|
|
10434
10514
|
pgaLayout: {
|
|
@@ -10559,7 +10639,8 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
10559
10639
|
};
|
|
10560
10640
|
pgaEditor: {
|
|
10561
10641
|
es: {
|
|
10562
|
-
|
|
10642
|
+
savedMsg: string;
|
|
10643
|
+
saveErrorMsg: string;
|
|
10563
10644
|
};
|
|
10564
10645
|
};
|
|
10565
10646
|
pgaLayout: {
|
|
@@ -10690,7 +10771,8 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
10690
10771
|
};
|
|
10691
10772
|
pgaEditor: {
|
|
10692
10773
|
es: {
|
|
10693
|
-
|
|
10774
|
+
savedMsg: string;
|
|
10775
|
+
saveErrorMsg: string;
|
|
10694
10776
|
};
|
|
10695
10777
|
};
|
|
10696
10778
|
pgaLayout: {
|
|
@@ -10821,7 +10903,8 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
10821
10903
|
};
|
|
10822
10904
|
pgaEditor: {
|
|
10823
10905
|
es: {
|
|
10824
|
-
|
|
10906
|
+
savedMsg: string;
|
|
10907
|
+
saveErrorMsg: string;
|
|
10825
10908
|
};
|
|
10826
10909
|
};
|
|
10827
10910
|
pgaLayout: {
|
|
@@ -10952,7 +11035,8 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
10952
11035
|
};
|
|
10953
11036
|
pgaEditor: {
|
|
10954
11037
|
es: {
|
|
10955
|
-
|
|
11038
|
+
savedMsg: string;
|
|
11039
|
+
saveErrorMsg: string;
|
|
10956
11040
|
};
|
|
10957
11041
|
};
|
|
10958
11042
|
pgaLayout: {
|
|
@@ -11083,7 +11167,8 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
11083
11167
|
};
|
|
11084
11168
|
pgaEditor: {
|
|
11085
11169
|
es: {
|
|
11086
|
-
|
|
11170
|
+
savedMsg: string;
|
|
11171
|
+
saveErrorMsg: string;
|
|
11087
11172
|
};
|
|
11088
11173
|
};
|
|
11089
11174
|
pgaLayout: {
|
|
@@ -11214,7 +11299,8 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
11214
11299
|
};
|
|
11215
11300
|
pgaEditor: {
|
|
11216
11301
|
es: {
|
|
11217
|
-
|
|
11302
|
+
savedMsg: string;
|
|
11303
|
+
saveErrorMsg: string;
|
|
11218
11304
|
};
|
|
11219
11305
|
};
|
|
11220
11306
|
pgaLayout: {
|
|
@@ -11345,7 +11431,8 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
11345
11431
|
};
|
|
11346
11432
|
pgaEditor: {
|
|
11347
11433
|
es: {
|
|
11348
|
-
|
|
11434
|
+
savedMsg: string;
|
|
11435
|
+
saveErrorMsg: string;
|
|
11349
11436
|
};
|
|
11350
11437
|
};
|
|
11351
11438
|
pgaLayout: {
|
|
@@ -11476,7 +11563,8 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
11476
11563
|
};
|
|
11477
11564
|
pgaEditor: {
|
|
11478
11565
|
es: {
|
|
11479
|
-
|
|
11566
|
+
savedMsg: string;
|
|
11567
|
+
saveErrorMsg: string;
|
|
11480
11568
|
};
|
|
11481
11569
|
};
|
|
11482
11570
|
pgaLayout: {
|
|
@@ -11607,7 +11695,8 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
11607
11695
|
};
|
|
11608
11696
|
pgaEditor: {
|
|
11609
11697
|
es: {
|
|
11610
|
-
|
|
11698
|
+
savedMsg: string;
|
|
11699
|
+
saveErrorMsg: string;
|
|
11611
11700
|
};
|
|
11612
11701
|
};
|
|
11613
11702
|
pgaLayout: {
|
|
@@ -11738,7 +11827,8 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
11738
11827
|
};
|
|
11739
11828
|
pgaEditor: {
|
|
11740
11829
|
es: {
|
|
11741
|
-
|
|
11830
|
+
savedMsg: string;
|
|
11831
|
+
saveErrorMsg: string;
|
|
11742
11832
|
};
|
|
11743
11833
|
};
|
|
11744
11834
|
pgaLayout: {
|
|
@@ -11869,7 +11959,8 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
11869
11959
|
};
|
|
11870
11960
|
pgaEditor: {
|
|
11871
11961
|
es: {
|
|
11872
|
-
|
|
11962
|
+
savedMsg: string;
|
|
11963
|
+
saveErrorMsg: string;
|
|
11873
11964
|
};
|
|
11874
11965
|
};
|
|
11875
11966
|
pgaLayout: {
|
|
@@ -12000,7 +12091,8 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
12000
12091
|
};
|
|
12001
12092
|
pgaEditor: {
|
|
12002
12093
|
es: {
|
|
12003
|
-
|
|
12094
|
+
savedMsg: string;
|
|
12095
|
+
saveErrorMsg: string;
|
|
12004
12096
|
};
|
|
12005
12097
|
};
|
|
12006
12098
|
pgaLayout: {
|
|
@@ -12131,7 +12223,8 @@ export declare const useI18n: <FN extends "authHelpers" | "alert" | "apiConnecti
|
|
|
12131
12223
|
};
|
|
12132
12224
|
pgaEditor: {
|
|
12133
12225
|
es: {
|
|
12134
|
-
|
|
12226
|
+
savedMsg: string;
|
|
12227
|
+
saveErrorMsg: string;
|
|
12135
12228
|
};
|
|
12136
12229
|
};
|
|
12137
12230
|
pgaLayout: {
|