@prismicio/types-internal 3.4.0-alpha.2 → 3.4.0-alpha.3
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/lib/customtypes/CustomType.d.ts +18 -0
- package/lib/customtypes/Section.d.ts +18 -0
- package/lib/customtypes/diff/SharedSlice.d.ts +8 -0
- package/lib/customtypes/diff/Variation.d.ts +8 -0
- package/lib/customtypes/widgets/Group.d.ts +6 -0
- package/lib/customtypes/widgets/Widget.d.ts +21 -0
- package/lib/customtypes/widgets/nestable/NestableWidget.d.ts +1 -0
- package/lib/customtypes/widgets/nestable/Table.d.ts +1 -0
- package/lib/customtypes/widgets/nestable/Table.js +1 -0
- package/lib/customtypes/widgets/slices/CompositeSlice.d.ts +2 -0
- package/lib/customtypes/widgets/slices/LegacySlice.d.ts +2 -0
- package/lib/customtypes/widgets/slices/SharedSlice.d.ts +8 -0
- package/lib/customtypes/widgets/slices/SlicePrimaryWidget.d.ts +6 -0
- package/lib/customtypes/widgets/slices/Slices.d.ts +28 -0
- package/package.json +1 -1
- package/src/customtypes/widgets/nestable/Table.ts +1 -0
|
@@ -162,6 +162,7 @@ export declare const StaticCustomType: t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
|
162
162
|
}) | ({
|
|
163
163
|
type: "Table";
|
|
164
164
|
} & {
|
|
165
|
+
fieldset?: string | null | undefined;
|
|
165
166
|
config?: {
|
|
166
167
|
label?: string | null | undefined;
|
|
167
168
|
};
|
|
@@ -337,6 +338,7 @@ export declare const StaticCustomType: t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
|
337
338
|
}) | ({
|
|
338
339
|
type: "Table";
|
|
339
340
|
} & {
|
|
341
|
+
fieldset?: string | null | undefined;
|
|
340
342
|
config?: {
|
|
341
343
|
label?: string | null | undefined;
|
|
342
344
|
};
|
|
@@ -512,6 +514,7 @@ export declare const StaticCustomType: t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
|
512
514
|
}) | ({
|
|
513
515
|
type: "Table";
|
|
514
516
|
} & {
|
|
517
|
+
fieldset?: string | null | undefined;
|
|
515
518
|
config?: {
|
|
516
519
|
label?: string | null | undefined;
|
|
517
520
|
};
|
|
@@ -697,6 +700,7 @@ export declare const StaticCustomType: t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
|
697
700
|
}) | ({
|
|
698
701
|
type: "Table";
|
|
699
702
|
} & {
|
|
703
|
+
fieldset?: string | null | undefined;
|
|
700
704
|
config?: {
|
|
701
705
|
label?: string | null | undefined;
|
|
702
706
|
};
|
|
@@ -872,6 +876,7 @@ export declare const StaticCustomType: t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
|
872
876
|
}) | ({
|
|
873
877
|
type: "Table";
|
|
874
878
|
} & {
|
|
879
|
+
fieldset?: string | null | undefined;
|
|
875
880
|
config?: {
|
|
876
881
|
label?: string | null | undefined;
|
|
877
882
|
};
|
|
@@ -1048,6 +1053,7 @@ export declare const StaticCustomType: t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
|
1048
1053
|
}) | ({
|
|
1049
1054
|
type: "Table";
|
|
1050
1055
|
} & {
|
|
1056
|
+
fieldset?: string | null | undefined;
|
|
1051
1057
|
config?: {
|
|
1052
1058
|
label?: string | null | undefined;
|
|
1053
1059
|
};
|
|
@@ -1216,6 +1222,7 @@ export declare const StaticCustomType: t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
|
1216
1222
|
}) | ({
|
|
1217
1223
|
type: "Table";
|
|
1218
1224
|
} & {
|
|
1225
|
+
fieldset?: string | null | undefined;
|
|
1219
1226
|
config?: {
|
|
1220
1227
|
label?: string | null | undefined;
|
|
1221
1228
|
};
|
|
@@ -1400,6 +1407,7 @@ export declare const StaticCustomType: t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
|
1400
1407
|
}) | ({
|
|
1401
1408
|
type: "Table";
|
|
1402
1409
|
} & {
|
|
1410
|
+
fieldset?: string | null | undefined;
|
|
1403
1411
|
config?: {
|
|
1404
1412
|
label?: string | null | undefined;
|
|
1405
1413
|
};
|
|
@@ -1575,6 +1583,7 @@ export declare const StaticCustomType: t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
|
1575
1583
|
}) | ({
|
|
1576
1584
|
type: "Table";
|
|
1577
1585
|
} & {
|
|
1586
|
+
fieldset?: string | null | undefined;
|
|
1578
1587
|
config?: {
|
|
1579
1588
|
label?: string | null | undefined;
|
|
1580
1589
|
};
|
|
@@ -1750,6 +1759,7 @@ export declare const StaticCustomType: t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
|
1750
1759
|
}) | ({
|
|
1751
1760
|
type: "Table";
|
|
1752
1761
|
} & {
|
|
1762
|
+
fieldset?: string | null | undefined;
|
|
1753
1763
|
config?: {
|
|
1754
1764
|
label?: string | null | undefined;
|
|
1755
1765
|
};
|
|
@@ -1924,6 +1934,7 @@ export declare const StaticCustomType: t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
|
1924
1934
|
}) | ({
|
|
1925
1935
|
type: "Table";
|
|
1926
1936
|
} & {
|
|
1937
|
+
fieldset?: string | null | undefined;
|
|
1927
1938
|
config?: {
|
|
1928
1939
|
label?: string | null | undefined;
|
|
1929
1940
|
};
|
|
@@ -2124,6 +2135,7 @@ export declare const CustomType: t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
|
2124
2135
|
}) | ({
|
|
2125
2136
|
type: "Table";
|
|
2126
2137
|
} & {
|
|
2138
|
+
fieldset?: string | null | undefined;
|
|
2127
2139
|
config?: {
|
|
2128
2140
|
label?: string | null | undefined;
|
|
2129
2141
|
};
|
|
@@ -2299,6 +2311,7 @@ export declare const CustomType: t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
|
2299
2311
|
}) | ({
|
|
2300
2312
|
type: "Table";
|
|
2301
2313
|
} & {
|
|
2314
|
+
fieldset?: string | null | undefined;
|
|
2302
2315
|
config?: {
|
|
2303
2316
|
label?: string | null | undefined;
|
|
2304
2317
|
};
|
|
@@ -2474,6 +2487,7 @@ export declare const CustomType: t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
|
2474
2487
|
}) | ({
|
|
2475
2488
|
type: "Table";
|
|
2476
2489
|
} & {
|
|
2490
|
+
fieldset?: string | null | undefined;
|
|
2477
2491
|
config?: {
|
|
2478
2492
|
label?: string | null | undefined;
|
|
2479
2493
|
};
|
|
@@ -2659,6 +2673,7 @@ export declare const CustomType: t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
|
2659
2673
|
}) | ({
|
|
2660
2674
|
type: "Table";
|
|
2661
2675
|
} & {
|
|
2676
|
+
fieldset?: string | null | undefined;
|
|
2662
2677
|
config?: {
|
|
2663
2678
|
label?: string | null | undefined;
|
|
2664
2679
|
};
|
|
@@ -2834,6 +2849,7 @@ export declare const CustomType: t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
|
2834
2849
|
}) | ({
|
|
2835
2850
|
type: "Table";
|
|
2836
2851
|
} & {
|
|
2852
|
+
fieldset?: string | null | undefined;
|
|
2837
2853
|
config?: {
|
|
2838
2854
|
label?: string | null | undefined;
|
|
2839
2855
|
};
|
|
@@ -3010,6 +3026,7 @@ export declare const CustomType: t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
|
3010
3026
|
}) | ({
|
|
3011
3027
|
type: "Table";
|
|
3012
3028
|
} & {
|
|
3029
|
+
fieldset?: string | null | undefined;
|
|
3013
3030
|
config?: {
|
|
3014
3031
|
label?: string | null | undefined;
|
|
3015
3032
|
};
|
|
@@ -3178,6 +3195,7 @@ export declare const CustomType: t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
|
3178
3195
|
}) | ({
|
|
3179
3196
|
type: "Table";
|
|
3180
3197
|
} & {
|
|
3198
|
+
fieldset?: string | null | undefined;
|
|
3181
3199
|
config?: {
|
|
3182
3200
|
label?: string | null | undefined;
|
|
3183
3201
|
};
|
|
@@ -146,6 +146,7 @@ export declare const StaticSection: t.RecordC<t.Type<string, string, unknown>, t
|
|
|
146
146
|
}) | ({
|
|
147
147
|
type: "Table";
|
|
148
148
|
} & {
|
|
149
|
+
fieldset?: string | null | undefined;
|
|
149
150
|
config?: {
|
|
150
151
|
label?: string | null | undefined;
|
|
151
152
|
};
|
|
@@ -321,6 +322,7 @@ export declare const StaticSection: t.RecordC<t.Type<string, string, unknown>, t
|
|
|
321
322
|
}) | ({
|
|
322
323
|
type: "Table";
|
|
323
324
|
} & {
|
|
325
|
+
fieldset?: string | null | undefined;
|
|
324
326
|
config?: {
|
|
325
327
|
label?: string | null | undefined;
|
|
326
328
|
};
|
|
@@ -496,6 +498,7 @@ export declare const StaticSection: t.RecordC<t.Type<string, string, unknown>, t
|
|
|
496
498
|
}) | ({
|
|
497
499
|
type: "Table";
|
|
498
500
|
} & {
|
|
501
|
+
fieldset?: string | null | undefined;
|
|
499
502
|
config?: {
|
|
500
503
|
label?: string | null | undefined;
|
|
501
504
|
};
|
|
@@ -681,6 +684,7 @@ export declare const StaticSection: t.RecordC<t.Type<string, string, unknown>, t
|
|
|
681
684
|
}) | ({
|
|
682
685
|
type: "Table";
|
|
683
686
|
} & {
|
|
687
|
+
fieldset?: string | null | undefined;
|
|
684
688
|
config?: {
|
|
685
689
|
label?: string | null | undefined;
|
|
686
690
|
};
|
|
@@ -856,6 +860,7 @@ export declare const StaticSection: t.RecordC<t.Type<string, string, unknown>, t
|
|
|
856
860
|
}) | ({
|
|
857
861
|
type: "Table";
|
|
858
862
|
} & {
|
|
863
|
+
fieldset?: string | null | undefined;
|
|
859
864
|
config?: {
|
|
860
865
|
label?: string | null | undefined;
|
|
861
866
|
};
|
|
@@ -1032,6 +1037,7 @@ export declare const StaticSection: t.RecordC<t.Type<string, string, unknown>, t
|
|
|
1032
1037
|
}) | ({
|
|
1033
1038
|
type: "Table";
|
|
1034
1039
|
} & {
|
|
1040
|
+
fieldset?: string | null | undefined;
|
|
1035
1041
|
config?: {
|
|
1036
1042
|
label?: string | null | undefined;
|
|
1037
1043
|
};
|
|
@@ -1200,6 +1206,7 @@ export declare const StaticSection: t.RecordC<t.Type<string, string, unknown>, t
|
|
|
1200
1206
|
}) | ({
|
|
1201
1207
|
type: "Table";
|
|
1202
1208
|
} & {
|
|
1209
|
+
fieldset?: string | null | undefined;
|
|
1203
1210
|
config?: {
|
|
1204
1211
|
label?: string | null | undefined;
|
|
1205
1212
|
};
|
|
@@ -1384,6 +1391,7 @@ export declare const StaticSection: t.RecordC<t.Type<string, string, unknown>, t
|
|
|
1384
1391
|
}) | ({
|
|
1385
1392
|
type: "Table";
|
|
1386
1393
|
} & {
|
|
1394
|
+
fieldset?: string | null | undefined;
|
|
1387
1395
|
config?: {
|
|
1388
1396
|
label?: string | null | undefined;
|
|
1389
1397
|
};
|
|
@@ -1559,6 +1567,7 @@ export declare const StaticSection: t.RecordC<t.Type<string, string, unknown>, t
|
|
|
1559
1567
|
}) | ({
|
|
1560
1568
|
type: "Table";
|
|
1561
1569
|
} & {
|
|
1570
|
+
fieldset?: string | null | undefined;
|
|
1562
1571
|
config?: {
|
|
1563
1572
|
label?: string | null | undefined;
|
|
1564
1573
|
};
|
|
@@ -1734,6 +1743,7 @@ export declare const StaticSection: t.RecordC<t.Type<string, string, unknown>, t
|
|
|
1734
1743
|
}) | ({
|
|
1735
1744
|
type: "Table";
|
|
1736
1745
|
} & {
|
|
1746
|
+
fieldset?: string | null | undefined;
|
|
1737
1747
|
config?: {
|
|
1738
1748
|
label?: string | null | undefined;
|
|
1739
1749
|
};
|
|
@@ -1908,6 +1918,7 @@ export declare const StaticSection: t.RecordC<t.Type<string, string, unknown>, t
|
|
|
1908
1918
|
}) | ({
|
|
1909
1919
|
type: "Table";
|
|
1910
1920
|
} & {
|
|
1921
|
+
fieldset?: string | null | undefined;
|
|
1911
1922
|
config?: {
|
|
1912
1923
|
label?: string | null | undefined;
|
|
1913
1924
|
};
|
|
@@ -2095,6 +2106,7 @@ export declare const DynamicSection: t.RecordC<t.Type<string, string, unknown>,
|
|
|
2095
2106
|
}) | ({
|
|
2096
2107
|
type: "Table";
|
|
2097
2108
|
} & {
|
|
2109
|
+
fieldset?: string | null | undefined;
|
|
2098
2110
|
config?: {
|
|
2099
2111
|
label?: string | null | undefined;
|
|
2100
2112
|
};
|
|
@@ -2270,6 +2282,7 @@ export declare const DynamicSection: t.RecordC<t.Type<string, string, unknown>,
|
|
|
2270
2282
|
}) | ({
|
|
2271
2283
|
type: "Table";
|
|
2272
2284
|
} & {
|
|
2285
|
+
fieldset?: string | null | undefined;
|
|
2273
2286
|
config?: {
|
|
2274
2287
|
label?: string | null | undefined;
|
|
2275
2288
|
};
|
|
@@ -2445,6 +2458,7 @@ export declare const DynamicSection: t.RecordC<t.Type<string, string, unknown>,
|
|
|
2445
2458
|
}) | ({
|
|
2446
2459
|
type: "Table";
|
|
2447
2460
|
} & {
|
|
2461
|
+
fieldset?: string | null | undefined;
|
|
2448
2462
|
config?: {
|
|
2449
2463
|
label?: string | null | undefined;
|
|
2450
2464
|
};
|
|
@@ -2630,6 +2644,7 @@ export declare const DynamicSection: t.RecordC<t.Type<string, string, unknown>,
|
|
|
2630
2644
|
}) | ({
|
|
2631
2645
|
type: "Table";
|
|
2632
2646
|
} & {
|
|
2647
|
+
fieldset?: string | null | undefined;
|
|
2633
2648
|
config?: {
|
|
2634
2649
|
label?: string | null | undefined;
|
|
2635
2650
|
};
|
|
@@ -2805,6 +2820,7 @@ export declare const DynamicSection: t.RecordC<t.Type<string, string, unknown>,
|
|
|
2805
2820
|
}) | ({
|
|
2806
2821
|
type: "Table";
|
|
2807
2822
|
} & {
|
|
2823
|
+
fieldset?: string | null | undefined;
|
|
2808
2824
|
config?: {
|
|
2809
2825
|
label?: string | null | undefined;
|
|
2810
2826
|
};
|
|
@@ -2981,6 +2997,7 @@ export declare const DynamicSection: t.RecordC<t.Type<string, string, unknown>,
|
|
|
2981
2997
|
}) | ({
|
|
2982
2998
|
type: "Table";
|
|
2983
2999
|
} & {
|
|
3000
|
+
fieldset?: string | null | undefined;
|
|
2984
3001
|
config?: {
|
|
2985
3002
|
label?: string | null | undefined;
|
|
2986
3003
|
};
|
|
@@ -3149,6 +3166,7 @@ export declare const DynamicSection: t.RecordC<t.Type<string, string, unknown>,
|
|
|
3149
3166
|
}) | ({
|
|
3150
3167
|
type: "Table";
|
|
3151
3168
|
} & {
|
|
3169
|
+
fieldset?: string | null | undefined;
|
|
3152
3170
|
config?: {
|
|
3153
3171
|
label?: string | null | undefined;
|
|
3154
3172
|
};
|
|
@@ -164,6 +164,7 @@ export declare const SliceComparator: {
|
|
|
164
164
|
}) | ({
|
|
165
165
|
type: "Table";
|
|
166
166
|
} & {
|
|
167
|
+
fieldset?: string | null | undefined;
|
|
167
168
|
config?: {
|
|
168
169
|
label?: string | null | undefined;
|
|
169
170
|
};
|
|
@@ -339,6 +340,7 @@ export declare const SliceComparator: {
|
|
|
339
340
|
}) | ({
|
|
340
341
|
type: "Table";
|
|
341
342
|
} & {
|
|
343
|
+
fieldset?: string | null | undefined;
|
|
342
344
|
config?: {
|
|
343
345
|
label?: string | null | undefined;
|
|
344
346
|
};
|
|
@@ -514,6 +516,7 @@ export declare const SliceComparator: {
|
|
|
514
516
|
}) | ({
|
|
515
517
|
type: "Table";
|
|
516
518
|
} & {
|
|
519
|
+
fieldset?: string | null | undefined;
|
|
517
520
|
config?: {
|
|
518
521
|
label?: string | null | undefined;
|
|
519
522
|
};
|
|
@@ -688,6 +691,7 @@ export declare const SliceComparator: {
|
|
|
688
691
|
}) | ({
|
|
689
692
|
type: "Table";
|
|
690
693
|
} & {
|
|
694
|
+
fieldset?: string | null | undefined;
|
|
691
695
|
config?: {
|
|
692
696
|
label?: string | null | undefined;
|
|
693
697
|
};
|
|
@@ -875,6 +879,7 @@ export declare const SliceComparator: {
|
|
|
875
879
|
}) | ({
|
|
876
880
|
type: "Table";
|
|
877
881
|
} & {
|
|
882
|
+
fieldset?: string | null | undefined;
|
|
878
883
|
config?: {
|
|
879
884
|
label?: string | null | undefined;
|
|
880
885
|
};
|
|
@@ -1050,6 +1055,7 @@ export declare const SliceComparator: {
|
|
|
1050
1055
|
}) | ({
|
|
1051
1056
|
type: "Table";
|
|
1052
1057
|
} & {
|
|
1058
|
+
fieldset?: string | null | undefined;
|
|
1053
1059
|
config?: {
|
|
1054
1060
|
label?: string | null | undefined;
|
|
1055
1061
|
};
|
|
@@ -1225,6 +1231,7 @@ export declare const SliceComparator: {
|
|
|
1225
1231
|
}) | ({
|
|
1226
1232
|
type: "Table";
|
|
1227
1233
|
} & {
|
|
1234
|
+
fieldset?: string | null | undefined;
|
|
1228
1235
|
config?: {
|
|
1229
1236
|
label?: string | null | undefined;
|
|
1230
1237
|
};
|
|
@@ -1399,6 +1406,7 @@ export declare const SliceComparator: {
|
|
|
1399
1406
|
}) | ({
|
|
1400
1407
|
type: "Table";
|
|
1401
1408
|
} & {
|
|
1409
|
+
fieldset?: string | null | undefined;
|
|
1402
1410
|
config?: {
|
|
1403
1411
|
label?: string | null | undefined;
|
|
1404
1412
|
};
|
|
@@ -161,6 +161,7 @@ export declare const VariationComparator: {
|
|
|
161
161
|
}) | ({
|
|
162
162
|
type: "Table";
|
|
163
163
|
} & {
|
|
164
|
+
fieldset?: string | null | undefined;
|
|
164
165
|
config?: {
|
|
165
166
|
label?: string | null | undefined;
|
|
166
167
|
};
|
|
@@ -336,6 +337,7 @@ export declare const VariationComparator: {
|
|
|
336
337
|
}) | ({
|
|
337
338
|
type: "Table";
|
|
338
339
|
} & {
|
|
340
|
+
fieldset?: string | null | undefined;
|
|
339
341
|
config?: {
|
|
340
342
|
label?: string | null | undefined;
|
|
341
343
|
};
|
|
@@ -511,6 +513,7 @@ export declare const VariationComparator: {
|
|
|
511
513
|
}) | ({
|
|
512
514
|
type: "Table";
|
|
513
515
|
} & {
|
|
516
|
+
fieldset?: string | null | undefined;
|
|
514
517
|
config?: {
|
|
515
518
|
label?: string | null | undefined;
|
|
516
519
|
};
|
|
@@ -685,6 +688,7 @@ export declare const VariationComparator: {
|
|
|
685
688
|
}) | ({
|
|
686
689
|
type: "Table";
|
|
687
690
|
} & {
|
|
691
|
+
fieldset?: string | null | undefined;
|
|
688
692
|
config?: {
|
|
689
693
|
label?: string | null | undefined;
|
|
690
694
|
};
|
|
@@ -862,6 +866,7 @@ export declare const VariationComparator: {
|
|
|
862
866
|
}) | ({
|
|
863
867
|
type: "Table";
|
|
864
868
|
} & {
|
|
869
|
+
fieldset?: string | null | undefined;
|
|
865
870
|
config?: {
|
|
866
871
|
label?: string | null | undefined;
|
|
867
872
|
};
|
|
@@ -1037,6 +1042,7 @@ export declare const VariationComparator: {
|
|
|
1037
1042
|
}) | ({
|
|
1038
1043
|
type: "Table";
|
|
1039
1044
|
} & {
|
|
1045
|
+
fieldset?: string | null | undefined;
|
|
1040
1046
|
config?: {
|
|
1041
1047
|
label?: string | null | undefined;
|
|
1042
1048
|
};
|
|
@@ -1212,6 +1218,7 @@ export declare const VariationComparator: {
|
|
|
1212
1218
|
}) | ({
|
|
1213
1219
|
type: "Table";
|
|
1214
1220
|
} & {
|
|
1221
|
+
fieldset?: string | null | undefined;
|
|
1215
1222
|
config?: {
|
|
1216
1223
|
label?: string | null | undefined;
|
|
1217
1224
|
};
|
|
@@ -1386,6 +1393,7 @@ export declare const VariationComparator: {
|
|
|
1386
1393
|
}) | ({
|
|
1387
1394
|
type: "Table";
|
|
1388
1395
|
} & {
|
|
1396
|
+
fieldset?: string | null | undefined;
|
|
1389
1397
|
config?: {
|
|
1390
1398
|
label?: string | null | undefined;
|
|
1391
1399
|
};
|
|
@@ -103,6 +103,7 @@ export declare const NestedGroupConfig: t.ExactC<t.PartialC<{
|
|
|
103
103
|
}>]>>, t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
104
104
|
type: t.LiteralC<"Table">;
|
|
105
105
|
}>, t.PartialC<{
|
|
106
|
+
fieldset: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
106
107
|
config: t.ExactC<t.PartialC<{
|
|
107
108
|
label: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
108
109
|
}>>;
|
|
@@ -280,6 +281,7 @@ export declare const NestedGroup: t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
|
280
281
|
}>]>>, t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
281
282
|
type: t.LiteralC<"Table">;
|
|
282
283
|
}>, t.PartialC<{
|
|
284
|
+
fieldset: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
283
285
|
config: t.ExactC<t.PartialC<{
|
|
284
286
|
label: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
285
287
|
}>>;
|
|
@@ -452,6 +454,7 @@ export declare const GroupConfig: t.ExactC<t.PartialC<{
|
|
|
452
454
|
}>]>>, t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
453
455
|
type: t.LiteralC<"Table">;
|
|
454
456
|
}>, t.PartialC<{
|
|
457
|
+
fieldset: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
455
458
|
config: t.ExactC<t.PartialC<{
|
|
456
459
|
label: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
457
460
|
}>>;
|
|
@@ -626,6 +629,7 @@ export declare const GroupConfig: t.ExactC<t.PartialC<{
|
|
|
626
629
|
}>]>>, t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
627
630
|
type: t.LiteralC<"Table">;
|
|
628
631
|
}>, t.PartialC<{
|
|
632
|
+
fieldset: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
629
633
|
config: t.ExactC<t.PartialC<{
|
|
630
634
|
label: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
631
635
|
}>>;
|
|
@@ -805,6 +809,7 @@ export declare const Group: t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
|
805
809
|
}>]>>, t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
806
810
|
type: t.LiteralC<"Table">;
|
|
807
811
|
}>, t.PartialC<{
|
|
812
|
+
fieldset: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
808
813
|
config: t.ExactC<t.PartialC<{
|
|
809
814
|
label: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
810
815
|
}>>;
|
|
@@ -979,6 +984,7 @@ export declare const Group: t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
|
979
984
|
}>]>>, t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
980
985
|
type: t.LiteralC<"Table">;
|
|
981
986
|
}>, t.PartialC<{
|
|
987
|
+
fieldset: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
982
988
|
config: t.ExactC<t.PartialC<{
|
|
983
989
|
label: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
984
990
|
}>>;
|
|
@@ -110,6 +110,7 @@ export declare function widgetReader<T extends StaticSlices | DynamicSlices>(cod
|
|
|
110
110
|
}>]>>, t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
111
111
|
type: t.LiteralC<"Table">;
|
|
112
112
|
}>, t.PartialC<{
|
|
113
|
+
fieldset: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
113
114
|
config: t.ExactC<t.PartialC<{
|
|
114
115
|
label: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
115
116
|
}>>;
|
|
@@ -284,6 +285,7 @@ export declare function widgetReader<T extends StaticSlices | DynamicSlices>(cod
|
|
|
284
285
|
}>]>>, t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
285
286
|
type: t.LiteralC<"Table">;
|
|
286
287
|
}>, t.PartialC<{
|
|
288
|
+
fieldset: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
287
289
|
config: t.ExactC<t.PartialC<{
|
|
288
290
|
label: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
289
291
|
}>>;
|
|
@@ -458,6 +460,7 @@ export declare function widgetReader<T extends StaticSlices | DynamicSlices>(cod
|
|
|
458
460
|
}>]>>, t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
459
461
|
type: t.LiteralC<"Table">;
|
|
460
462
|
}>, t.PartialC<{
|
|
463
|
+
fieldset: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
461
464
|
config: t.ExactC<t.PartialC<{
|
|
462
465
|
label: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
463
466
|
}>>;
|
|
@@ -637,6 +640,7 @@ export declare const StaticWidget: t.UnionC<[t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
|
637
640
|
}>]>>, t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
638
641
|
type: t.LiteralC<"Table">;
|
|
639
642
|
}>, t.PartialC<{
|
|
643
|
+
fieldset: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
640
644
|
config: t.ExactC<t.PartialC<{
|
|
641
645
|
label: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
642
646
|
}>>;
|
|
@@ -811,6 +815,7 @@ export declare const StaticWidget: t.UnionC<[t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
|
811
815
|
}>]>>, t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
812
816
|
type: t.LiteralC<"Table">;
|
|
813
817
|
}>, t.PartialC<{
|
|
818
|
+
fieldset: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
814
819
|
config: t.ExactC<t.PartialC<{
|
|
815
820
|
label: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
816
821
|
}>>;
|
|
@@ -985,6 +990,7 @@ export declare const StaticWidget: t.UnionC<[t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
|
985
990
|
}>]>>, t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
986
991
|
type: t.LiteralC<"Table">;
|
|
987
992
|
}>, t.PartialC<{
|
|
993
|
+
fieldset: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
988
994
|
config: t.ExactC<t.PartialC<{
|
|
989
995
|
label: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
990
996
|
}>>;
|
|
@@ -1212,6 +1218,7 @@ export declare const StaticWidget: t.UnionC<[t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
|
1212
1218
|
}) | ({
|
|
1213
1219
|
type: "Table";
|
|
1214
1220
|
} & {
|
|
1221
|
+
fieldset?: string | null | undefined;
|
|
1215
1222
|
config?: {
|
|
1216
1223
|
label?: string | null | undefined;
|
|
1217
1224
|
};
|
|
@@ -1387,6 +1394,7 @@ export declare const StaticWidget: t.UnionC<[t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
|
1387
1394
|
}) | ({
|
|
1388
1395
|
type: "Table";
|
|
1389
1396
|
} & {
|
|
1397
|
+
fieldset?: string | null | undefined;
|
|
1390
1398
|
config?: {
|
|
1391
1399
|
label?: string | null | undefined;
|
|
1392
1400
|
};
|
|
@@ -1563,6 +1571,7 @@ export declare const StaticWidget: t.UnionC<[t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
|
1563
1571
|
}) | ({
|
|
1564
1572
|
type: "Table";
|
|
1565
1573
|
} & {
|
|
1574
|
+
fieldset?: string | null | undefined;
|
|
1566
1575
|
config?: {
|
|
1567
1576
|
label?: string | null | undefined;
|
|
1568
1577
|
};
|
|
@@ -1731,6 +1740,7 @@ export declare const StaticWidget: t.UnionC<[t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
|
1731
1740
|
}) | ({
|
|
1732
1741
|
type: "Table";
|
|
1733
1742
|
} & {
|
|
1743
|
+
fieldset?: string | null | undefined;
|
|
1734
1744
|
config?: {
|
|
1735
1745
|
label?: string | null | undefined;
|
|
1736
1746
|
};
|
|
@@ -1915,6 +1925,7 @@ export declare const StaticWidget: t.UnionC<[t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
|
1915
1925
|
}) | ({
|
|
1916
1926
|
type: "Table";
|
|
1917
1927
|
} & {
|
|
1928
|
+
fieldset?: string | null | undefined;
|
|
1918
1929
|
config?: {
|
|
1919
1930
|
label?: string | null | undefined;
|
|
1920
1931
|
};
|
|
@@ -2090,6 +2101,7 @@ export declare const StaticWidget: t.UnionC<[t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
|
2090
2101
|
}) | ({
|
|
2091
2102
|
type: "Table";
|
|
2092
2103
|
} & {
|
|
2104
|
+
fieldset?: string | null | undefined;
|
|
2093
2105
|
config?: {
|
|
2094
2106
|
label?: string | null | undefined;
|
|
2095
2107
|
};
|
|
@@ -2265,6 +2277,7 @@ export declare const StaticWidget: t.UnionC<[t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
|
2265
2277
|
}) | ({
|
|
2266
2278
|
type: "Table";
|
|
2267
2279
|
} & {
|
|
2280
|
+
fieldset?: string | null | undefined;
|
|
2268
2281
|
config?: {
|
|
2269
2282
|
label?: string | null | undefined;
|
|
2270
2283
|
};
|
|
@@ -2439,6 +2452,7 @@ export declare const StaticWidget: t.UnionC<[t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
|
2439
2452
|
}) | ({
|
|
2440
2453
|
type: "Table";
|
|
2441
2454
|
} & {
|
|
2455
|
+
fieldset?: string | null | undefined;
|
|
2442
2456
|
config?: {
|
|
2443
2457
|
label?: string | null | undefined;
|
|
2444
2458
|
};
|
|
@@ -2582,6 +2596,7 @@ export declare const DynamicWidget: t.UnionC<[t.ExactC<t.IntersectionC<[t.TypeC<
|
|
|
2582
2596
|
}>]>>, t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
2583
2597
|
type: t.LiteralC<"Table">;
|
|
2584
2598
|
}>, t.PartialC<{
|
|
2599
|
+
fieldset: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
2585
2600
|
config: t.ExactC<t.PartialC<{
|
|
2586
2601
|
label: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
2587
2602
|
}>>;
|
|
@@ -2756,6 +2771,7 @@ export declare const DynamicWidget: t.UnionC<[t.ExactC<t.IntersectionC<[t.TypeC<
|
|
|
2756
2771
|
}>]>>, t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
2757
2772
|
type: t.LiteralC<"Table">;
|
|
2758
2773
|
}>, t.PartialC<{
|
|
2774
|
+
fieldset: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
2759
2775
|
config: t.ExactC<t.PartialC<{
|
|
2760
2776
|
label: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
2761
2777
|
}>>;
|
|
@@ -2930,6 +2946,7 @@ export declare const DynamicWidget: t.UnionC<[t.ExactC<t.IntersectionC<[t.TypeC<
|
|
|
2930
2946
|
}>]>>, t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
2931
2947
|
type: t.LiteralC<"Table">;
|
|
2932
2948
|
}>, t.PartialC<{
|
|
2949
|
+
fieldset: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
2933
2950
|
config: t.ExactC<t.PartialC<{
|
|
2934
2951
|
label: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
2935
2952
|
}>>;
|
|
@@ -3157,6 +3174,7 @@ export declare const DynamicWidget: t.UnionC<[t.ExactC<t.IntersectionC<[t.TypeC<
|
|
|
3157
3174
|
}) | ({
|
|
3158
3175
|
type: "Table";
|
|
3159
3176
|
} & {
|
|
3177
|
+
fieldset?: string | null | undefined;
|
|
3160
3178
|
config?: {
|
|
3161
3179
|
label?: string | null | undefined;
|
|
3162
3180
|
};
|
|
@@ -3332,6 +3350,7 @@ export declare const DynamicWidget: t.UnionC<[t.ExactC<t.IntersectionC<[t.TypeC<
|
|
|
3332
3350
|
}) | ({
|
|
3333
3351
|
type: "Table";
|
|
3334
3352
|
} & {
|
|
3353
|
+
fieldset?: string | null | undefined;
|
|
3335
3354
|
config?: {
|
|
3336
3355
|
label?: string | null | undefined;
|
|
3337
3356
|
};
|
|
@@ -3508,6 +3527,7 @@ export declare const DynamicWidget: t.UnionC<[t.ExactC<t.IntersectionC<[t.TypeC<
|
|
|
3508
3527
|
}) | ({
|
|
3509
3528
|
type: "Table";
|
|
3510
3529
|
} & {
|
|
3530
|
+
fieldset?: string | null | undefined;
|
|
3511
3531
|
config?: {
|
|
3512
3532
|
label?: string | null | undefined;
|
|
3513
3533
|
};
|
|
@@ -3676,6 +3696,7 @@ export declare const DynamicWidget: t.UnionC<[t.ExactC<t.IntersectionC<[t.TypeC<
|
|
|
3676
3696
|
}) | ({
|
|
3677
3697
|
type: "Table";
|
|
3678
3698
|
} & {
|
|
3699
|
+
fieldset?: string | null | undefined;
|
|
3679
3700
|
config?: {
|
|
3680
3701
|
label?: string | null | undefined;
|
|
3681
3702
|
};
|
|
@@ -99,6 +99,7 @@ export declare const NestableWidget: t.UnionC<[t.ExactC<t.IntersectionC<[t.TypeC
|
|
|
99
99
|
}>]>>, t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
100
100
|
type: t.LiteralC<"Table">;
|
|
101
101
|
}>, t.PartialC<{
|
|
102
|
+
fieldset: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
102
103
|
config: t.ExactC<t.PartialC<{
|
|
103
104
|
label: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
104
105
|
}>>;
|
|
@@ -7,6 +7,7 @@ export declare type TableConfig = t.TypeOf<typeof TableConfig>;
|
|
|
7
7
|
export declare const Table: t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
8
8
|
type: t.LiteralC<"Table">;
|
|
9
9
|
}>, t.PartialC<{
|
|
10
|
+
fieldset: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
10
11
|
config: t.ExactC<t.PartialC<{
|
|
11
12
|
label: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
12
13
|
}>>;
|
|
@@ -112,6 +112,7 @@ export declare const CompositeSlice: t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
|
112
112
|
}>]>>, t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
113
113
|
type: t.LiteralC<"Table">;
|
|
114
114
|
}>, t.PartialC<{
|
|
115
|
+
fieldset: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
115
116
|
config: t.ExactC<t.PartialC<{
|
|
116
117
|
label: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
117
118
|
}>>;
|
|
@@ -278,6 +279,7 @@ export declare const CompositeSlice: t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
|
278
279
|
}>]>>, t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
279
280
|
type: t.LiteralC<"Table">;
|
|
280
281
|
}>, t.PartialC<{
|
|
282
|
+
fieldset: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
281
283
|
config: t.ExactC<t.PartialC<{
|
|
282
284
|
label: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
283
285
|
}>>;
|
|
@@ -100,6 +100,7 @@ export declare const LegacySlice: t.UnionC<[t.UnionC<[t.ExactC<t.IntersectionC<[
|
|
|
100
100
|
}>]>>, t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
101
101
|
type: t.LiteralC<"Table">;
|
|
102
102
|
}>, t.PartialC<{
|
|
103
|
+
fieldset: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
103
104
|
config: t.ExactC<t.PartialC<{
|
|
104
105
|
label: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
105
106
|
}>>;
|
|
@@ -274,6 +275,7 @@ export declare const LegacySlice: t.UnionC<[t.UnionC<[t.ExactC<t.IntersectionC<[
|
|
|
274
275
|
}>]>>, t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
275
276
|
type: t.LiteralC<"Table">;
|
|
276
277
|
}>, t.PartialC<{
|
|
278
|
+
fieldset: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
277
279
|
config: t.ExactC<t.PartialC<{
|
|
278
280
|
label: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
279
281
|
}>>;
|
|
@@ -110,6 +110,7 @@ export declare const Variation: t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
|
110
110
|
}>]>>, t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
111
111
|
type: t.LiteralC<"Table">;
|
|
112
112
|
}>, t.PartialC<{
|
|
113
|
+
fieldset: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
113
114
|
config: t.ExactC<t.PartialC<{
|
|
114
115
|
label: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
115
116
|
}>>;
|
|
@@ -284,6 +285,7 @@ export declare const Variation: t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
|
284
285
|
}>]>>, t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
285
286
|
type: t.LiteralC<"Table">;
|
|
286
287
|
}>, t.PartialC<{
|
|
288
|
+
fieldset: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
287
289
|
config: t.ExactC<t.PartialC<{
|
|
288
290
|
label: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
289
291
|
}>>;
|
|
@@ -458,6 +460,7 @@ export declare const Variation: t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
|
458
460
|
}>]>>, t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
459
461
|
type: t.LiteralC<"Table">;
|
|
460
462
|
}>, t.PartialC<{
|
|
463
|
+
fieldset: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
461
464
|
config: t.ExactC<t.PartialC<{
|
|
462
465
|
label: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
463
466
|
}>>;
|
|
@@ -628,6 +631,7 @@ export declare const Variation: t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
|
628
631
|
}>]>>, t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
629
632
|
type: t.LiteralC<"Table">;
|
|
630
633
|
}>, t.PartialC<{
|
|
634
|
+
fieldset: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
631
635
|
config: t.ExactC<t.PartialC<{
|
|
632
636
|
label: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
633
637
|
}>>;
|
|
@@ -816,6 +820,7 @@ export declare const SharedSlice: t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
|
816
820
|
}>]>>, t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
817
821
|
type: t.LiteralC<"Table">;
|
|
818
822
|
}>, t.PartialC<{
|
|
823
|
+
fieldset: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
819
824
|
config: t.ExactC<t.PartialC<{
|
|
820
825
|
label: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
821
826
|
}>>;
|
|
@@ -990,6 +995,7 @@ export declare const SharedSlice: t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
|
990
995
|
}>]>>, t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
991
996
|
type: t.LiteralC<"Table">;
|
|
992
997
|
}>, t.PartialC<{
|
|
998
|
+
fieldset: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
993
999
|
config: t.ExactC<t.PartialC<{
|
|
994
1000
|
label: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
995
1001
|
}>>;
|
|
@@ -1164,6 +1170,7 @@ export declare const SharedSlice: t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
|
1164
1170
|
}>]>>, t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
1165
1171
|
type: t.LiteralC<"Table">;
|
|
1166
1172
|
}>, t.PartialC<{
|
|
1173
|
+
fieldset: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
1167
1174
|
config: t.ExactC<t.PartialC<{
|
|
1168
1175
|
label: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
1169
1176
|
}>>;
|
|
@@ -1334,6 +1341,7 @@ export declare const SharedSlice: t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
|
1334
1341
|
}>]>>, t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
1335
1342
|
type: t.LiteralC<"Table">;
|
|
1336
1343
|
}>, t.PartialC<{
|
|
1344
|
+
fieldset: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
1337
1345
|
config: t.ExactC<t.PartialC<{
|
|
1338
1346
|
label: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
1339
1347
|
}>>;
|
|
@@ -99,6 +99,7 @@ export declare const SlicePrimaryWidget: t.UnionC<[t.UnionC<[t.ExactC<t.Intersec
|
|
|
99
99
|
}>]>>, t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
100
100
|
type: t.LiteralC<"Table">;
|
|
101
101
|
}>, t.PartialC<{
|
|
102
|
+
fieldset: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
102
103
|
config: t.ExactC<t.PartialC<{
|
|
103
104
|
label: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
104
105
|
}>>;
|
|
@@ -273,6 +274,7 @@ export declare const SlicePrimaryWidget: t.UnionC<[t.UnionC<[t.ExactC<t.Intersec
|
|
|
273
274
|
}>]>>, t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
274
275
|
type: t.LiteralC<"Table">;
|
|
275
276
|
}>, t.PartialC<{
|
|
277
|
+
fieldset: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
276
278
|
config: t.ExactC<t.PartialC<{
|
|
277
279
|
label: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
278
280
|
}>>;
|
|
@@ -447,6 +449,7 @@ export declare const SlicePrimaryWidget: t.UnionC<[t.UnionC<[t.ExactC<t.Intersec
|
|
|
447
449
|
}>]>>, t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
448
450
|
type: t.LiteralC<"Table">;
|
|
449
451
|
}>, t.PartialC<{
|
|
452
|
+
fieldset: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
450
453
|
config: t.ExactC<t.PartialC<{
|
|
451
454
|
label: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
452
455
|
}>>;
|
|
@@ -663,6 +666,7 @@ export declare const isSlicePrimaryWidget: (u: unknown) => u is ({
|
|
|
663
666
|
}) | ({
|
|
664
667
|
type: "Table";
|
|
665
668
|
} & {
|
|
669
|
+
fieldset?: string | null | undefined;
|
|
666
670
|
config?: {
|
|
667
671
|
label?: string | null | undefined;
|
|
668
672
|
};
|
|
@@ -838,6 +842,7 @@ export declare const isSlicePrimaryWidget: (u: unknown) => u is ({
|
|
|
838
842
|
}) | ({
|
|
839
843
|
type: "Table";
|
|
840
844
|
} & {
|
|
845
|
+
fieldset?: string | null | undefined;
|
|
841
846
|
config?: {
|
|
842
847
|
label?: string | null | undefined;
|
|
843
848
|
};
|
|
@@ -1013,6 +1018,7 @@ export declare const isSlicePrimaryWidget: (u: unknown) => u is ({
|
|
|
1013
1018
|
}) | ({
|
|
1014
1019
|
type: "Table";
|
|
1015
1020
|
} & {
|
|
1021
|
+
fieldset?: string | null | undefined;
|
|
1016
1022
|
config?: {
|
|
1017
1023
|
label?: string | null | undefined;
|
|
1018
1024
|
};
|
|
@@ -116,6 +116,7 @@ export declare function slicesConfigReader<T extends SharedSlice | SharedSliceRe
|
|
|
116
116
|
}>]>>, t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
117
117
|
type: t.LiteralC<"Table">;
|
|
118
118
|
}>, t.PartialC<{
|
|
119
|
+
fieldset: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
119
120
|
config: t.ExactC<t.PartialC<{
|
|
120
121
|
label: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
121
122
|
}>>;
|
|
@@ -290,6 +291,7 @@ export declare function slicesConfigReader<T extends SharedSlice | SharedSliceRe
|
|
|
290
291
|
}>]>>, t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
291
292
|
type: t.LiteralC<"Table">;
|
|
292
293
|
}>, t.PartialC<{
|
|
294
|
+
fieldset: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
293
295
|
config: t.ExactC<t.PartialC<{
|
|
294
296
|
label: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
295
297
|
}>>;
|
|
@@ -464,6 +466,7 @@ export declare function slicesConfigReader<T extends SharedSlice | SharedSliceRe
|
|
|
464
466
|
}>]>>, t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
465
467
|
type: t.LiteralC<"Table">;
|
|
466
468
|
}>, t.PartialC<{
|
|
469
|
+
fieldset: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
467
470
|
config: t.ExactC<t.PartialC<{
|
|
468
471
|
label: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
469
472
|
}>>;
|
|
@@ -630,6 +633,7 @@ export declare function slicesConfigReader<T extends SharedSlice | SharedSliceRe
|
|
|
630
633
|
}>]>>, t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
631
634
|
type: t.LiteralC<"Table">;
|
|
632
635
|
}>, t.PartialC<{
|
|
636
|
+
fieldset: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
633
637
|
config: t.ExactC<t.PartialC<{
|
|
634
638
|
label: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
635
639
|
}>>;
|
|
@@ -808,6 +812,7 @@ export declare const StaticSlicesConfig: t.ExactC<t.PartialC<{
|
|
|
808
812
|
}>]>>, t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
809
813
|
type: t.LiteralC<"Table">;
|
|
810
814
|
}>, t.PartialC<{
|
|
815
|
+
fieldset: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
811
816
|
config: t.ExactC<t.PartialC<{
|
|
812
817
|
label: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
813
818
|
}>>;
|
|
@@ -982,6 +987,7 @@ export declare const StaticSlicesConfig: t.ExactC<t.PartialC<{
|
|
|
982
987
|
}>]>>, t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
983
988
|
type: t.LiteralC<"Table">;
|
|
984
989
|
}>, t.PartialC<{
|
|
990
|
+
fieldset: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
985
991
|
config: t.ExactC<t.PartialC<{
|
|
986
992
|
label: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
987
993
|
}>>;
|
|
@@ -1156,6 +1162,7 @@ export declare const StaticSlicesConfig: t.ExactC<t.PartialC<{
|
|
|
1156
1162
|
}>]>>, t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
1157
1163
|
type: t.LiteralC<"Table">;
|
|
1158
1164
|
}>, t.PartialC<{
|
|
1165
|
+
fieldset: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
1159
1166
|
config: t.ExactC<t.PartialC<{
|
|
1160
1167
|
label: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
1161
1168
|
}>>;
|
|
@@ -1322,6 +1329,7 @@ export declare const StaticSlicesConfig: t.ExactC<t.PartialC<{
|
|
|
1322
1329
|
}>]>>, t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
1323
1330
|
type: t.LiteralC<"Table">;
|
|
1324
1331
|
}>, t.PartialC<{
|
|
1332
|
+
fieldset: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
1325
1333
|
config: t.ExactC<t.PartialC<{
|
|
1326
1334
|
label: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
1327
1335
|
}>>;
|
|
@@ -1549,6 +1557,7 @@ export declare const StaticSlicesConfig: t.ExactC<t.PartialC<{
|
|
|
1549
1557
|
}) | ({
|
|
1550
1558
|
type: "Table";
|
|
1551
1559
|
} & {
|
|
1560
|
+
fieldset?: string | null | undefined;
|
|
1552
1561
|
config?: {
|
|
1553
1562
|
label?: string | null | undefined;
|
|
1554
1563
|
};
|
|
@@ -1724,6 +1733,7 @@ export declare const StaticSlicesConfig: t.ExactC<t.PartialC<{
|
|
|
1724
1733
|
}) | ({
|
|
1725
1734
|
type: "Table";
|
|
1726
1735
|
} & {
|
|
1736
|
+
fieldset?: string | null | undefined;
|
|
1727
1737
|
config?: {
|
|
1728
1738
|
label?: string | null | undefined;
|
|
1729
1739
|
};
|
|
@@ -1899,6 +1909,7 @@ export declare const StaticSlicesConfig: t.ExactC<t.PartialC<{
|
|
|
1899
1909
|
}) | ({
|
|
1900
1910
|
type: "Table";
|
|
1901
1911
|
} & {
|
|
1912
|
+
fieldset?: string | null | undefined;
|
|
1902
1913
|
config?: {
|
|
1903
1914
|
label?: string | null | undefined;
|
|
1904
1915
|
};
|
|
@@ -2073,6 +2084,7 @@ export declare const StaticSlicesConfig: t.ExactC<t.PartialC<{
|
|
|
2073
2084
|
}) | ({
|
|
2074
2085
|
type: "Table";
|
|
2075
2086
|
} & {
|
|
2087
|
+
fieldset?: string | null | undefined;
|
|
2076
2088
|
config?: {
|
|
2077
2089
|
label?: string | null | undefined;
|
|
2078
2090
|
};
|
|
@@ -2212,6 +2224,7 @@ export declare const DynamicSlicesConfig: t.ExactC<t.PartialC<{
|
|
|
2212
2224
|
}>]>>, t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
2213
2225
|
type: t.LiteralC<"Table">;
|
|
2214
2226
|
}>, t.PartialC<{
|
|
2227
|
+
fieldset: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
2215
2228
|
config: t.ExactC<t.PartialC<{
|
|
2216
2229
|
label: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
2217
2230
|
}>>;
|
|
@@ -2386,6 +2399,7 @@ export declare const DynamicSlicesConfig: t.ExactC<t.PartialC<{
|
|
|
2386
2399
|
}>]>>, t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
2387
2400
|
type: t.LiteralC<"Table">;
|
|
2388
2401
|
}>, t.PartialC<{
|
|
2402
|
+
fieldset: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
2389
2403
|
config: t.ExactC<t.PartialC<{
|
|
2390
2404
|
label: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
2391
2405
|
}>>;
|
|
@@ -2560,6 +2574,7 @@ export declare const DynamicSlicesConfig: t.ExactC<t.PartialC<{
|
|
|
2560
2574
|
}>]>>, t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
2561
2575
|
type: t.LiteralC<"Table">;
|
|
2562
2576
|
}>, t.PartialC<{
|
|
2577
|
+
fieldset: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
2563
2578
|
config: t.ExactC<t.PartialC<{
|
|
2564
2579
|
label: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
2565
2580
|
}>>;
|
|
@@ -2726,6 +2741,7 @@ export declare const DynamicSlicesConfig: t.ExactC<t.PartialC<{
|
|
|
2726
2741
|
}>]>>, t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
2727
2742
|
type: t.LiteralC<"Table">;
|
|
2728
2743
|
}>, t.PartialC<{
|
|
2744
|
+
fieldset: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
2729
2745
|
config: t.ExactC<t.PartialC<{
|
|
2730
2746
|
label: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
2731
2747
|
}>>;
|
|
@@ -2970,6 +2986,7 @@ export declare const StaticSlices: t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
|
2970
2986
|
}) | ({
|
|
2971
2987
|
type: "Table";
|
|
2972
2988
|
} & {
|
|
2989
|
+
fieldset?: string | null | undefined;
|
|
2973
2990
|
config?: {
|
|
2974
2991
|
label?: string | null | undefined;
|
|
2975
2992
|
};
|
|
@@ -3145,6 +3162,7 @@ export declare const StaticSlices: t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
|
3145
3162
|
}) | ({
|
|
3146
3163
|
type: "Table";
|
|
3147
3164
|
} & {
|
|
3165
|
+
fieldset?: string | null | undefined;
|
|
3148
3166
|
config?: {
|
|
3149
3167
|
label?: string | null | undefined;
|
|
3150
3168
|
};
|
|
@@ -3321,6 +3339,7 @@ export declare const StaticSlices: t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
|
3321
3339
|
}) | ({
|
|
3322
3340
|
type: "Table";
|
|
3323
3341
|
} & {
|
|
3342
|
+
fieldset?: string | null | undefined;
|
|
3324
3343
|
config?: {
|
|
3325
3344
|
label?: string | null | undefined;
|
|
3326
3345
|
};
|
|
@@ -3489,6 +3508,7 @@ export declare const StaticSlices: t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
|
3489
3508
|
}) | ({
|
|
3490
3509
|
type: "Table";
|
|
3491
3510
|
} & {
|
|
3511
|
+
fieldset?: string | null | undefined;
|
|
3492
3512
|
config?: {
|
|
3493
3513
|
label?: string | null | undefined;
|
|
3494
3514
|
};
|
|
@@ -3673,6 +3693,7 @@ export declare const StaticSlices: t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
|
3673
3693
|
}) | ({
|
|
3674
3694
|
type: "Table";
|
|
3675
3695
|
} & {
|
|
3696
|
+
fieldset?: string | null | undefined;
|
|
3676
3697
|
config?: {
|
|
3677
3698
|
label?: string | null | undefined;
|
|
3678
3699
|
};
|
|
@@ -3848,6 +3869,7 @@ export declare const StaticSlices: t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
|
3848
3869
|
}) | ({
|
|
3849
3870
|
type: "Table";
|
|
3850
3871
|
} & {
|
|
3872
|
+
fieldset?: string | null | undefined;
|
|
3851
3873
|
config?: {
|
|
3852
3874
|
label?: string | null | undefined;
|
|
3853
3875
|
};
|
|
@@ -4023,6 +4045,7 @@ export declare const StaticSlices: t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
|
4023
4045
|
}) | ({
|
|
4024
4046
|
type: "Table";
|
|
4025
4047
|
} & {
|
|
4048
|
+
fieldset?: string | null | undefined;
|
|
4026
4049
|
config?: {
|
|
4027
4050
|
label?: string | null | undefined;
|
|
4028
4051
|
};
|
|
@@ -4197,6 +4220,7 @@ export declare const StaticSlices: t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
|
4197
4220
|
}) | ({
|
|
4198
4221
|
type: "Table";
|
|
4199
4222
|
} & {
|
|
4223
|
+
fieldset?: string | null | undefined;
|
|
4200
4224
|
config?: {
|
|
4201
4225
|
label?: string | null | undefined;
|
|
4202
4226
|
};
|
|
@@ -4392,6 +4416,7 @@ export declare const DynamicSlices: t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
|
4392
4416
|
}) | ({
|
|
4393
4417
|
type: "Table";
|
|
4394
4418
|
} & {
|
|
4419
|
+
fieldset?: string | null | undefined;
|
|
4395
4420
|
config?: {
|
|
4396
4421
|
label?: string | null | undefined;
|
|
4397
4422
|
};
|
|
@@ -4567,6 +4592,7 @@ export declare const DynamicSlices: t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
|
4567
4592
|
}) | ({
|
|
4568
4593
|
type: "Table";
|
|
4569
4594
|
} & {
|
|
4595
|
+
fieldset?: string | null | undefined;
|
|
4570
4596
|
config?: {
|
|
4571
4597
|
label?: string | null | undefined;
|
|
4572
4598
|
};
|
|
@@ -4743,6 +4769,7 @@ export declare const DynamicSlices: t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
|
4743
4769
|
}) | ({
|
|
4744
4770
|
type: "Table";
|
|
4745
4771
|
} & {
|
|
4772
|
+
fieldset?: string | null | undefined;
|
|
4746
4773
|
config?: {
|
|
4747
4774
|
label?: string | null | undefined;
|
|
4748
4775
|
};
|
|
@@ -4911,6 +4938,7 @@ export declare const DynamicSlices: t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
|
4911
4938
|
}) | ({
|
|
4912
4939
|
type: "Table";
|
|
4913
4940
|
} & {
|
|
4941
|
+
fieldset?: string | null | undefined;
|
|
4914
4942
|
config?: {
|
|
4915
4943
|
label?: string | null | undefined;
|
|
4916
4944
|
};
|
package/package.json
CHANGED