@prismicio/types-internal 3.4.0-alpha.2 → 3.4.0-alpha.4
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/content/Document.d.ts +3305 -3323
- package/lib/content/fields/RepeatableContent.d.ts +51 -123
- package/lib/content/fields/RepeatableContent.js +10 -14
- package/lib/content/fields/WidgetContent.d.ts +3046 -3064
- package/lib/content/fields/nestable/NestableContent.d.ts +501 -504
- package/lib/content/fields/nestable/NestableContent.js +0 -7
- package/lib/content/fields/nestable/RichTextContent/Block.d.ts +1036 -0
- package/lib/content/fields/nestable/RichTextContent/Block.js +31 -0
- package/lib/content/fields/nestable/RichTextContent/EmbedBlock.d.ts +60 -0
- package/lib/content/fields/nestable/RichTextContent/EmbedBlock.js +53 -0
- package/lib/content/fields/nestable/RichTextContent/ImageBlock.d.ts +203 -0
- package/lib/content/fields/nestable/RichTextContent/ImageBlock.js +36 -0
- package/lib/content/fields/nestable/RichTextContent/TableBlock.d.ts +500 -0
- package/lib/content/fields/nestable/RichTextContent/TableBlock.js +21 -0
- package/lib/content/fields/nestable/RichTextContent/TextBlock.d.ts +590 -0
- package/lib/content/fields/nestable/RichTextContent/TextBlock.js +80 -0
- package/lib/content/fields/nestable/RichTextContent/index.d.ts +637 -9
- package/lib/content/fields/nestable/RichTextContent/index.js +4 -4
- package/lib/content/fields/nestable/TableContent.d.ts +245 -12
- package/lib/content/fields/nestable/TableContent.js +7 -7
- package/lib/content/fields/slices/Slice/CompositeSliceContent.d.ts +1013 -1019
- package/lib/content/fields/slices/Slice/RepeatableContent.d.ts +234 -235
- package/lib/content/fields/slices/Slice/SharedSliceContent.d.ts +1013 -1019
- package/lib/content/fields/slices/Slice/SimpleSliceContent.d.ts +501 -504
- package/lib/content/fields/slices/Slice/SlicePrimaryContent.d.ts +499 -502
- package/lib/content/fields/slices/Slice/index.d.ts +1852 -1862
- package/lib/content/fields/slices/SliceItem.d.ts +1957 -1967
- package/lib/content/fields/slices/SlicesContent.d.ts +2619 -2634
- package/lib/customtypes/CustomType.d.ts +0 -108
- package/lib/customtypes/Section.d.ts +0 -108
- package/lib/customtypes/diff/SharedSlice.d.ts +0 -48
- package/lib/customtypes/diff/Variation.d.ts +0 -48
- package/lib/customtypes/widgets/Group.d.ts +0 -36
- package/lib/customtypes/widgets/Widget.d.ts +0 -126
- package/lib/customtypes/widgets/nestable/NestableWidget.d.ts +0 -6
- package/lib/customtypes/widgets/nestable/NestableWidget.js +0 -2
- package/lib/customtypes/widgets/nestable/RichText.d.ts +2 -0
- package/lib/customtypes/widgets/nestable/RichText.js +2 -0
- package/lib/customtypes/widgets/slices/CompositeSlice.d.ts +0 -12
- package/lib/customtypes/widgets/slices/LegacySlice.d.ts +0 -12
- package/lib/customtypes/widgets/slices/SharedSlice.d.ts +0 -48
- package/lib/customtypes/widgets/slices/SlicePrimaryWidget.d.ts +0 -36
- package/lib/customtypes/widgets/slices/Slices.d.ts +0 -168
- package/package.json +1 -1
- package/src/content/fields/nestable/NestableContent.ts +0 -12
- package/src/content/fields/nestable/RichTextContent/Block.ts +35 -0
- package/src/content/fields/nestable/RichTextContent/EmbedBlock.ts +81 -0
- package/src/content/fields/nestable/RichTextContent/ImageBlock.ts +42 -0
- package/src/content/fields/nestable/RichTextContent/TableBlock.ts +36 -0
- package/src/content/fields/nestable/RichTextContent/TextBlock.ts +108 -0
- package/src/content/fields/nestable/RichTextContent/index.ts +2 -2
- package/src/content/fields/nestable/TableContent.ts +6 -6
- package/src/customtypes/widgets/nestable/NestableWidget.ts +0 -2
- package/src/customtypes/widgets/nestable/RichText.ts +2 -0
- package/src/content/fields/nestable/RichTextContent/Blocks.ts +0 -238
|
@@ -159,12 +159,6 @@ export declare const StaticCustomType: t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
|
159
159
|
config?: {
|
|
160
160
|
label?: string | null | undefined;
|
|
161
161
|
};
|
|
162
|
-
}) | ({
|
|
163
|
-
type: "Table";
|
|
164
|
-
} & {
|
|
165
|
-
config?: {
|
|
166
|
-
label?: string | null | undefined;
|
|
167
|
-
};
|
|
168
162
|
}) | ({
|
|
169
163
|
type: "Text";
|
|
170
164
|
} & {
|
|
@@ -334,12 +328,6 @@ export declare const StaticCustomType: t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
|
334
328
|
config?: {
|
|
335
329
|
label?: string | null | undefined;
|
|
336
330
|
};
|
|
337
|
-
}) | ({
|
|
338
|
-
type: "Table";
|
|
339
|
-
} & {
|
|
340
|
-
config?: {
|
|
341
|
-
label?: string | null | undefined;
|
|
342
|
-
};
|
|
343
331
|
}) | ({
|
|
344
332
|
type: "Text";
|
|
345
333
|
} & {
|
|
@@ -509,12 +497,6 @@ export declare const StaticCustomType: t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
|
509
497
|
config?: {
|
|
510
498
|
label?: string | null | undefined;
|
|
511
499
|
};
|
|
512
|
-
}) | ({
|
|
513
|
-
type: "Table";
|
|
514
|
-
} & {
|
|
515
|
-
config?: {
|
|
516
|
-
label?: string | null | undefined;
|
|
517
|
-
};
|
|
518
500
|
}) | ({
|
|
519
501
|
type: "Text";
|
|
520
502
|
} & {
|
|
@@ -694,12 +676,6 @@ export declare const StaticCustomType: t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
|
694
676
|
config?: {
|
|
695
677
|
label?: string | null | undefined;
|
|
696
678
|
};
|
|
697
|
-
}) | ({
|
|
698
|
-
type: "Table";
|
|
699
|
-
} & {
|
|
700
|
-
config?: {
|
|
701
|
-
label?: string | null | undefined;
|
|
702
|
-
};
|
|
703
679
|
}) | ({
|
|
704
680
|
type: "Text";
|
|
705
681
|
} & {
|
|
@@ -869,12 +845,6 @@ export declare const StaticCustomType: t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
|
869
845
|
config?: {
|
|
870
846
|
label?: string | null | undefined;
|
|
871
847
|
};
|
|
872
|
-
}) | ({
|
|
873
|
-
type: "Table";
|
|
874
|
-
} & {
|
|
875
|
-
config?: {
|
|
876
|
-
label?: string | null | undefined;
|
|
877
|
-
};
|
|
878
848
|
}) | ({
|
|
879
849
|
type: "Text";
|
|
880
850
|
} & {
|
|
@@ -1045,12 +1015,6 @@ export declare const StaticCustomType: t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
|
1045
1015
|
config?: {
|
|
1046
1016
|
label?: string | null | undefined;
|
|
1047
1017
|
};
|
|
1048
|
-
}) | ({
|
|
1049
|
-
type: "Table";
|
|
1050
|
-
} & {
|
|
1051
|
-
config?: {
|
|
1052
|
-
label?: string | null | undefined;
|
|
1053
|
-
};
|
|
1054
1018
|
}) | ({
|
|
1055
1019
|
type: "Text";
|
|
1056
1020
|
} & {
|
|
@@ -1213,12 +1177,6 @@ export declare const StaticCustomType: t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
|
1213
1177
|
config?: {
|
|
1214
1178
|
label?: string | null | undefined;
|
|
1215
1179
|
};
|
|
1216
|
-
}) | ({
|
|
1217
|
-
type: "Table";
|
|
1218
|
-
} & {
|
|
1219
|
-
config?: {
|
|
1220
|
-
label?: string | null | undefined;
|
|
1221
|
-
};
|
|
1222
1180
|
}) | ({
|
|
1223
1181
|
type: "Text";
|
|
1224
1182
|
} & {
|
|
@@ -1397,12 +1355,6 @@ export declare const StaticCustomType: t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
|
1397
1355
|
config?: {
|
|
1398
1356
|
label?: string | null | undefined;
|
|
1399
1357
|
};
|
|
1400
|
-
}) | ({
|
|
1401
|
-
type: "Table";
|
|
1402
|
-
} & {
|
|
1403
|
-
config?: {
|
|
1404
|
-
label?: string | null | undefined;
|
|
1405
|
-
};
|
|
1406
1358
|
}) | ({
|
|
1407
1359
|
type: "Text";
|
|
1408
1360
|
} & {
|
|
@@ -1572,12 +1524,6 @@ export declare const StaticCustomType: t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
|
1572
1524
|
config?: {
|
|
1573
1525
|
label?: string | null | undefined;
|
|
1574
1526
|
};
|
|
1575
|
-
}) | ({
|
|
1576
|
-
type: "Table";
|
|
1577
|
-
} & {
|
|
1578
|
-
config?: {
|
|
1579
|
-
label?: string | null | undefined;
|
|
1580
|
-
};
|
|
1581
1527
|
}) | ({
|
|
1582
1528
|
type: "Text";
|
|
1583
1529
|
} & {
|
|
@@ -1747,12 +1693,6 @@ export declare const StaticCustomType: t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
|
1747
1693
|
config?: {
|
|
1748
1694
|
label?: string | null | undefined;
|
|
1749
1695
|
};
|
|
1750
|
-
}) | ({
|
|
1751
|
-
type: "Table";
|
|
1752
|
-
} & {
|
|
1753
|
-
config?: {
|
|
1754
|
-
label?: string | null | undefined;
|
|
1755
|
-
};
|
|
1756
1696
|
}) | ({
|
|
1757
1697
|
type: "Text";
|
|
1758
1698
|
} & {
|
|
@@ -1921,12 +1861,6 @@ export declare const StaticCustomType: t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
|
1921
1861
|
config?: {
|
|
1922
1862
|
label?: string | null | undefined;
|
|
1923
1863
|
};
|
|
1924
|
-
}) | ({
|
|
1925
|
-
type: "Table";
|
|
1926
|
-
} & {
|
|
1927
|
-
config?: {
|
|
1928
|
-
label?: string | null | undefined;
|
|
1929
|
-
};
|
|
1930
1864
|
}) | ({
|
|
1931
1865
|
type: "Text";
|
|
1932
1866
|
} & {
|
|
@@ -2121,12 +2055,6 @@ export declare const CustomType: t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
|
2121
2055
|
config?: {
|
|
2122
2056
|
label?: string | null | undefined;
|
|
2123
2057
|
};
|
|
2124
|
-
}) | ({
|
|
2125
|
-
type: "Table";
|
|
2126
|
-
} & {
|
|
2127
|
-
config?: {
|
|
2128
|
-
label?: string | null | undefined;
|
|
2129
|
-
};
|
|
2130
2058
|
}) | ({
|
|
2131
2059
|
type: "Text";
|
|
2132
2060
|
} & {
|
|
@@ -2296,12 +2224,6 @@ export declare const CustomType: t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
|
2296
2224
|
config?: {
|
|
2297
2225
|
label?: string | null | undefined;
|
|
2298
2226
|
};
|
|
2299
|
-
}) | ({
|
|
2300
|
-
type: "Table";
|
|
2301
|
-
} & {
|
|
2302
|
-
config?: {
|
|
2303
|
-
label?: string | null | undefined;
|
|
2304
|
-
};
|
|
2305
2227
|
}) | ({
|
|
2306
2228
|
type: "Text";
|
|
2307
2229
|
} & {
|
|
@@ -2471,12 +2393,6 @@ export declare const CustomType: t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
|
2471
2393
|
config?: {
|
|
2472
2394
|
label?: string | null | undefined;
|
|
2473
2395
|
};
|
|
2474
|
-
}) | ({
|
|
2475
|
-
type: "Table";
|
|
2476
|
-
} & {
|
|
2477
|
-
config?: {
|
|
2478
|
-
label?: string | null | undefined;
|
|
2479
|
-
};
|
|
2480
2396
|
}) | ({
|
|
2481
2397
|
type: "Text";
|
|
2482
2398
|
} & {
|
|
@@ -2656,12 +2572,6 @@ export declare const CustomType: t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
|
2656
2572
|
config?: {
|
|
2657
2573
|
label?: string | null | undefined;
|
|
2658
2574
|
};
|
|
2659
|
-
}) | ({
|
|
2660
|
-
type: "Table";
|
|
2661
|
-
} & {
|
|
2662
|
-
config?: {
|
|
2663
|
-
label?: string | null | undefined;
|
|
2664
|
-
};
|
|
2665
2575
|
}) | ({
|
|
2666
2576
|
type: "Text";
|
|
2667
2577
|
} & {
|
|
@@ -2831,12 +2741,6 @@ export declare const CustomType: t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
|
2831
2741
|
config?: {
|
|
2832
2742
|
label?: string | null | undefined;
|
|
2833
2743
|
};
|
|
2834
|
-
}) | ({
|
|
2835
|
-
type: "Table";
|
|
2836
|
-
} & {
|
|
2837
|
-
config?: {
|
|
2838
|
-
label?: string | null | undefined;
|
|
2839
|
-
};
|
|
2840
2744
|
}) | ({
|
|
2841
2745
|
type: "Text";
|
|
2842
2746
|
} & {
|
|
@@ -3007,12 +2911,6 @@ export declare const CustomType: t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
|
3007
2911
|
config?: {
|
|
3008
2912
|
label?: string | null | undefined;
|
|
3009
2913
|
};
|
|
3010
|
-
}) | ({
|
|
3011
|
-
type: "Table";
|
|
3012
|
-
} & {
|
|
3013
|
-
config?: {
|
|
3014
|
-
label?: string | null | undefined;
|
|
3015
|
-
};
|
|
3016
2914
|
}) | ({
|
|
3017
2915
|
type: "Text";
|
|
3018
2916
|
} & {
|
|
@@ -3175,12 +3073,6 @@ export declare const CustomType: t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
|
3175
3073
|
config?: {
|
|
3176
3074
|
label?: string | null | undefined;
|
|
3177
3075
|
};
|
|
3178
|
-
}) | ({
|
|
3179
|
-
type: "Table";
|
|
3180
|
-
} & {
|
|
3181
|
-
config?: {
|
|
3182
|
-
label?: string | null | undefined;
|
|
3183
|
-
};
|
|
3184
3076
|
}) | ({
|
|
3185
3077
|
type: "Text";
|
|
3186
3078
|
} & {
|
|
@@ -143,12 +143,6 @@ export declare const StaticSection: t.RecordC<t.Type<string, string, unknown>, t
|
|
|
143
143
|
config?: {
|
|
144
144
|
label?: string | null | undefined;
|
|
145
145
|
};
|
|
146
|
-
}) | ({
|
|
147
|
-
type: "Table";
|
|
148
|
-
} & {
|
|
149
|
-
config?: {
|
|
150
|
-
label?: string | null | undefined;
|
|
151
|
-
};
|
|
152
146
|
}) | ({
|
|
153
147
|
type: "Text";
|
|
154
148
|
} & {
|
|
@@ -318,12 +312,6 @@ export declare const StaticSection: t.RecordC<t.Type<string, string, unknown>, t
|
|
|
318
312
|
config?: {
|
|
319
313
|
label?: string | null | undefined;
|
|
320
314
|
};
|
|
321
|
-
}) | ({
|
|
322
|
-
type: "Table";
|
|
323
|
-
} & {
|
|
324
|
-
config?: {
|
|
325
|
-
label?: string | null | undefined;
|
|
326
|
-
};
|
|
327
315
|
}) | ({
|
|
328
316
|
type: "Text";
|
|
329
317
|
} & {
|
|
@@ -493,12 +481,6 @@ export declare const StaticSection: t.RecordC<t.Type<string, string, unknown>, t
|
|
|
493
481
|
config?: {
|
|
494
482
|
label?: string | null | undefined;
|
|
495
483
|
};
|
|
496
|
-
}) | ({
|
|
497
|
-
type: "Table";
|
|
498
|
-
} & {
|
|
499
|
-
config?: {
|
|
500
|
-
label?: string | null | undefined;
|
|
501
|
-
};
|
|
502
484
|
}) | ({
|
|
503
485
|
type: "Text";
|
|
504
486
|
} & {
|
|
@@ -678,12 +660,6 @@ export declare const StaticSection: t.RecordC<t.Type<string, string, unknown>, t
|
|
|
678
660
|
config?: {
|
|
679
661
|
label?: string | null | undefined;
|
|
680
662
|
};
|
|
681
|
-
}) | ({
|
|
682
|
-
type: "Table";
|
|
683
|
-
} & {
|
|
684
|
-
config?: {
|
|
685
|
-
label?: string | null | undefined;
|
|
686
|
-
};
|
|
687
663
|
}) | ({
|
|
688
664
|
type: "Text";
|
|
689
665
|
} & {
|
|
@@ -853,12 +829,6 @@ export declare const StaticSection: t.RecordC<t.Type<string, string, unknown>, t
|
|
|
853
829
|
config?: {
|
|
854
830
|
label?: string | null | undefined;
|
|
855
831
|
};
|
|
856
|
-
}) | ({
|
|
857
|
-
type: "Table";
|
|
858
|
-
} & {
|
|
859
|
-
config?: {
|
|
860
|
-
label?: string | null | undefined;
|
|
861
|
-
};
|
|
862
832
|
}) | ({
|
|
863
833
|
type: "Text";
|
|
864
834
|
} & {
|
|
@@ -1029,12 +999,6 @@ export declare const StaticSection: t.RecordC<t.Type<string, string, unknown>, t
|
|
|
1029
999
|
config?: {
|
|
1030
1000
|
label?: string | null | undefined;
|
|
1031
1001
|
};
|
|
1032
|
-
}) | ({
|
|
1033
|
-
type: "Table";
|
|
1034
|
-
} & {
|
|
1035
|
-
config?: {
|
|
1036
|
-
label?: string | null | undefined;
|
|
1037
|
-
};
|
|
1038
1002
|
}) | ({
|
|
1039
1003
|
type: "Text";
|
|
1040
1004
|
} & {
|
|
@@ -1197,12 +1161,6 @@ export declare const StaticSection: t.RecordC<t.Type<string, string, unknown>, t
|
|
|
1197
1161
|
config?: {
|
|
1198
1162
|
label?: string | null | undefined;
|
|
1199
1163
|
};
|
|
1200
|
-
}) | ({
|
|
1201
|
-
type: "Table";
|
|
1202
|
-
} & {
|
|
1203
|
-
config?: {
|
|
1204
|
-
label?: string | null | undefined;
|
|
1205
|
-
};
|
|
1206
1164
|
}) | ({
|
|
1207
1165
|
type: "Text";
|
|
1208
1166
|
} & {
|
|
@@ -1381,12 +1339,6 @@ export declare const StaticSection: t.RecordC<t.Type<string, string, unknown>, t
|
|
|
1381
1339
|
config?: {
|
|
1382
1340
|
label?: string | null | undefined;
|
|
1383
1341
|
};
|
|
1384
|
-
}) | ({
|
|
1385
|
-
type: "Table";
|
|
1386
|
-
} & {
|
|
1387
|
-
config?: {
|
|
1388
|
-
label?: string | null | undefined;
|
|
1389
|
-
};
|
|
1390
1342
|
}) | ({
|
|
1391
1343
|
type: "Text";
|
|
1392
1344
|
} & {
|
|
@@ -1556,12 +1508,6 @@ export declare const StaticSection: t.RecordC<t.Type<string, string, unknown>, t
|
|
|
1556
1508
|
config?: {
|
|
1557
1509
|
label?: string | null | undefined;
|
|
1558
1510
|
};
|
|
1559
|
-
}) | ({
|
|
1560
|
-
type: "Table";
|
|
1561
|
-
} & {
|
|
1562
|
-
config?: {
|
|
1563
|
-
label?: string | null | undefined;
|
|
1564
|
-
};
|
|
1565
1511
|
}) | ({
|
|
1566
1512
|
type: "Text";
|
|
1567
1513
|
} & {
|
|
@@ -1731,12 +1677,6 @@ export declare const StaticSection: t.RecordC<t.Type<string, string, unknown>, t
|
|
|
1731
1677
|
config?: {
|
|
1732
1678
|
label?: string | null | undefined;
|
|
1733
1679
|
};
|
|
1734
|
-
}) | ({
|
|
1735
|
-
type: "Table";
|
|
1736
|
-
} & {
|
|
1737
|
-
config?: {
|
|
1738
|
-
label?: string | null | undefined;
|
|
1739
|
-
};
|
|
1740
1680
|
}) | ({
|
|
1741
1681
|
type: "Text";
|
|
1742
1682
|
} & {
|
|
@@ -1905,12 +1845,6 @@ export declare const StaticSection: t.RecordC<t.Type<string, string, unknown>, t
|
|
|
1905
1845
|
config?: {
|
|
1906
1846
|
label?: string | null | undefined;
|
|
1907
1847
|
};
|
|
1908
|
-
}) | ({
|
|
1909
|
-
type: "Table";
|
|
1910
|
-
} & {
|
|
1911
|
-
config?: {
|
|
1912
|
-
label?: string | null | undefined;
|
|
1913
|
-
};
|
|
1914
1848
|
}) | ({
|
|
1915
1849
|
type: "Text";
|
|
1916
1850
|
} & {
|
|
@@ -2092,12 +2026,6 @@ export declare const DynamicSection: t.RecordC<t.Type<string, string, unknown>,
|
|
|
2092
2026
|
config?: {
|
|
2093
2027
|
label?: string | null | undefined;
|
|
2094
2028
|
};
|
|
2095
|
-
}) | ({
|
|
2096
|
-
type: "Table";
|
|
2097
|
-
} & {
|
|
2098
|
-
config?: {
|
|
2099
|
-
label?: string | null | undefined;
|
|
2100
|
-
};
|
|
2101
2029
|
}) | ({
|
|
2102
2030
|
type: "Text";
|
|
2103
2031
|
} & {
|
|
@@ -2267,12 +2195,6 @@ export declare const DynamicSection: t.RecordC<t.Type<string, string, unknown>,
|
|
|
2267
2195
|
config?: {
|
|
2268
2196
|
label?: string | null | undefined;
|
|
2269
2197
|
};
|
|
2270
|
-
}) | ({
|
|
2271
|
-
type: "Table";
|
|
2272
|
-
} & {
|
|
2273
|
-
config?: {
|
|
2274
|
-
label?: string | null | undefined;
|
|
2275
|
-
};
|
|
2276
2198
|
}) | ({
|
|
2277
2199
|
type: "Text";
|
|
2278
2200
|
} & {
|
|
@@ -2442,12 +2364,6 @@ export declare const DynamicSection: t.RecordC<t.Type<string, string, unknown>,
|
|
|
2442
2364
|
config?: {
|
|
2443
2365
|
label?: string | null | undefined;
|
|
2444
2366
|
};
|
|
2445
|
-
}) | ({
|
|
2446
|
-
type: "Table";
|
|
2447
|
-
} & {
|
|
2448
|
-
config?: {
|
|
2449
|
-
label?: string | null | undefined;
|
|
2450
|
-
};
|
|
2451
2367
|
}) | ({
|
|
2452
2368
|
type: "Text";
|
|
2453
2369
|
} & {
|
|
@@ -2627,12 +2543,6 @@ export declare const DynamicSection: t.RecordC<t.Type<string, string, unknown>,
|
|
|
2627
2543
|
config?: {
|
|
2628
2544
|
label?: string | null | undefined;
|
|
2629
2545
|
};
|
|
2630
|
-
}) | ({
|
|
2631
|
-
type: "Table";
|
|
2632
|
-
} & {
|
|
2633
|
-
config?: {
|
|
2634
|
-
label?: string | null | undefined;
|
|
2635
|
-
};
|
|
2636
2546
|
}) | ({
|
|
2637
2547
|
type: "Text";
|
|
2638
2548
|
} & {
|
|
@@ -2802,12 +2712,6 @@ export declare const DynamicSection: t.RecordC<t.Type<string, string, unknown>,
|
|
|
2802
2712
|
config?: {
|
|
2803
2713
|
label?: string | null | undefined;
|
|
2804
2714
|
};
|
|
2805
|
-
}) | ({
|
|
2806
|
-
type: "Table";
|
|
2807
|
-
} & {
|
|
2808
|
-
config?: {
|
|
2809
|
-
label?: string | null | undefined;
|
|
2810
|
-
};
|
|
2811
2715
|
}) | ({
|
|
2812
2716
|
type: "Text";
|
|
2813
2717
|
} & {
|
|
@@ -2978,12 +2882,6 @@ export declare const DynamicSection: t.RecordC<t.Type<string, string, unknown>,
|
|
|
2978
2882
|
config?: {
|
|
2979
2883
|
label?: string | null | undefined;
|
|
2980
2884
|
};
|
|
2981
|
-
}) | ({
|
|
2982
|
-
type: "Table";
|
|
2983
|
-
} & {
|
|
2984
|
-
config?: {
|
|
2985
|
-
label?: string | null | undefined;
|
|
2986
|
-
};
|
|
2987
2885
|
}) | ({
|
|
2988
2886
|
type: "Text";
|
|
2989
2887
|
} & {
|
|
@@ -3146,12 +3044,6 @@ export declare const DynamicSection: t.RecordC<t.Type<string, string, unknown>,
|
|
|
3146
3044
|
config?: {
|
|
3147
3045
|
label?: string | null | undefined;
|
|
3148
3046
|
};
|
|
3149
|
-
}) | ({
|
|
3150
|
-
type: "Table";
|
|
3151
|
-
} & {
|
|
3152
|
-
config?: {
|
|
3153
|
-
label?: string | null | undefined;
|
|
3154
|
-
};
|
|
3155
3047
|
}) | ({
|
|
3156
3048
|
type: "Text";
|
|
3157
3049
|
} & {
|
|
@@ -161,12 +161,6 @@ export declare const SliceComparator: {
|
|
|
161
161
|
config?: {
|
|
162
162
|
label?: string | null | undefined;
|
|
163
163
|
};
|
|
164
|
-
}) | ({
|
|
165
|
-
type: "Table";
|
|
166
|
-
} & {
|
|
167
|
-
config?: {
|
|
168
|
-
label?: string | null | undefined;
|
|
169
|
-
};
|
|
170
164
|
}) | ({
|
|
171
165
|
type: "Text";
|
|
172
166
|
} & {
|
|
@@ -336,12 +330,6 @@ export declare const SliceComparator: {
|
|
|
336
330
|
config?: {
|
|
337
331
|
label?: string | null | undefined;
|
|
338
332
|
};
|
|
339
|
-
}) | ({
|
|
340
|
-
type: "Table";
|
|
341
|
-
} & {
|
|
342
|
-
config?: {
|
|
343
|
-
label?: string | null | undefined;
|
|
344
|
-
};
|
|
345
333
|
}) | ({
|
|
346
334
|
type: "Text";
|
|
347
335
|
} & {
|
|
@@ -511,12 +499,6 @@ export declare const SliceComparator: {
|
|
|
511
499
|
config?: {
|
|
512
500
|
label?: string | null | undefined;
|
|
513
501
|
};
|
|
514
|
-
}) | ({
|
|
515
|
-
type: "Table";
|
|
516
|
-
} & {
|
|
517
|
-
config?: {
|
|
518
|
-
label?: string | null | undefined;
|
|
519
|
-
};
|
|
520
502
|
}) | ({
|
|
521
503
|
type: "Text";
|
|
522
504
|
} & {
|
|
@@ -685,12 +667,6 @@ export declare const SliceComparator: {
|
|
|
685
667
|
config?: {
|
|
686
668
|
label?: string | null | undefined;
|
|
687
669
|
};
|
|
688
|
-
}) | ({
|
|
689
|
-
type: "Table";
|
|
690
|
-
} & {
|
|
691
|
-
config?: {
|
|
692
|
-
label?: string | null | undefined;
|
|
693
|
-
};
|
|
694
670
|
}) | ({
|
|
695
671
|
type: "Text";
|
|
696
672
|
} & {
|
|
@@ -872,12 +848,6 @@ export declare const SliceComparator: {
|
|
|
872
848
|
config?: {
|
|
873
849
|
label?: string | null | undefined;
|
|
874
850
|
};
|
|
875
|
-
}) | ({
|
|
876
|
-
type: "Table";
|
|
877
|
-
} & {
|
|
878
|
-
config?: {
|
|
879
|
-
label?: string | null | undefined;
|
|
880
|
-
};
|
|
881
851
|
}) | ({
|
|
882
852
|
type: "Text";
|
|
883
853
|
} & {
|
|
@@ -1047,12 +1017,6 @@ export declare const SliceComparator: {
|
|
|
1047
1017
|
config?: {
|
|
1048
1018
|
label?: string | null | undefined;
|
|
1049
1019
|
};
|
|
1050
|
-
}) | ({
|
|
1051
|
-
type: "Table";
|
|
1052
|
-
} & {
|
|
1053
|
-
config?: {
|
|
1054
|
-
label?: string | null | undefined;
|
|
1055
|
-
};
|
|
1056
1020
|
}) | ({
|
|
1057
1021
|
type: "Text";
|
|
1058
1022
|
} & {
|
|
@@ -1222,12 +1186,6 @@ export declare const SliceComparator: {
|
|
|
1222
1186
|
config?: {
|
|
1223
1187
|
label?: string | null | undefined;
|
|
1224
1188
|
};
|
|
1225
|
-
}) | ({
|
|
1226
|
-
type: "Table";
|
|
1227
|
-
} & {
|
|
1228
|
-
config?: {
|
|
1229
|
-
label?: string | null | undefined;
|
|
1230
|
-
};
|
|
1231
1189
|
}) | ({
|
|
1232
1190
|
type: "Text";
|
|
1233
1191
|
} & {
|
|
@@ -1396,12 +1354,6 @@ export declare const SliceComparator: {
|
|
|
1396
1354
|
config?: {
|
|
1397
1355
|
label?: string | null | undefined;
|
|
1398
1356
|
};
|
|
1399
|
-
}) | ({
|
|
1400
|
-
type: "Table";
|
|
1401
|
-
} & {
|
|
1402
|
-
config?: {
|
|
1403
|
-
label?: string | null | undefined;
|
|
1404
|
-
};
|
|
1405
1357
|
}) | ({
|
|
1406
1358
|
type: "Text";
|
|
1407
1359
|
} & {
|
|
@@ -158,12 +158,6 @@ export declare const VariationComparator: {
|
|
|
158
158
|
config?: {
|
|
159
159
|
label?: string | null | undefined;
|
|
160
160
|
};
|
|
161
|
-
}) | ({
|
|
162
|
-
type: "Table";
|
|
163
|
-
} & {
|
|
164
|
-
config?: {
|
|
165
|
-
label?: string | null | undefined;
|
|
166
|
-
};
|
|
167
161
|
}) | ({
|
|
168
162
|
type: "Text";
|
|
169
163
|
} & {
|
|
@@ -333,12 +327,6 @@ export declare const VariationComparator: {
|
|
|
333
327
|
config?: {
|
|
334
328
|
label?: string | null | undefined;
|
|
335
329
|
};
|
|
336
|
-
}) | ({
|
|
337
|
-
type: "Table";
|
|
338
|
-
} & {
|
|
339
|
-
config?: {
|
|
340
|
-
label?: string | null | undefined;
|
|
341
|
-
};
|
|
342
330
|
}) | ({
|
|
343
331
|
type: "Text";
|
|
344
332
|
} & {
|
|
@@ -508,12 +496,6 @@ export declare const VariationComparator: {
|
|
|
508
496
|
config?: {
|
|
509
497
|
label?: string | null | undefined;
|
|
510
498
|
};
|
|
511
|
-
}) | ({
|
|
512
|
-
type: "Table";
|
|
513
|
-
} & {
|
|
514
|
-
config?: {
|
|
515
|
-
label?: string | null | undefined;
|
|
516
|
-
};
|
|
517
499
|
}) | ({
|
|
518
500
|
type: "Text";
|
|
519
501
|
} & {
|
|
@@ -682,12 +664,6 @@ export declare const VariationComparator: {
|
|
|
682
664
|
config?: {
|
|
683
665
|
label?: string | null | undefined;
|
|
684
666
|
};
|
|
685
|
-
}) | ({
|
|
686
|
-
type: "Table";
|
|
687
|
-
} & {
|
|
688
|
-
config?: {
|
|
689
|
-
label?: string | null | undefined;
|
|
690
|
-
};
|
|
691
667
|
}) | ({
|
|
692
668
|
type: "Text";
|
|
693
669
|
} & {
|
|
@@ -859,12 +835,6 @@ export declare const VariationComparator: {
|
|
|
859
835
|
config?: {
|
|
860
836
|
label?: string | null | undefined;
|
|
861
837
|
};
|
|
862
|
-
}) | ({
|
|
863
|
-
type: "Table";
|
|
864
|
-
} & {
|
|
865
|
-
config?: {
|
|
866
|
-
label?: string | null | undefined;
|
|
867
|
-
};
|
|
868
838
|
}) | ({
|
|
869
839
|
type: "Text";
|
|
870
840
|
} & {
|
|
@@ -1034,12 +1004,6 @@ export declare const VariationComparator: {
|
|
|
1034
1004
|
config?: {
|
|
1035
1005
|
label?: string | null | undefined;
|
|
1036
1006
|
};
|
|
1037
|
-
}) | ({
|
|
1038
|
-
type: "Table";
|
|
1039
|
-
} & {
|
|
1040
|
-
config?: {
|
|
1041
|
-
label?: string | null | undefined;
|
|
1042
|
-
};
|
|
1043
1007
|
}) | ({
|
|
1044
1008
|
type: "Text";
|
|
1045
1009
|
} & {
|
|
@@ -1209,12 +1173,6 @@ export declare const VariationComparator: {
|
|
|
1209
1173
|
config?: {
|
|
1210
1174
|
label?: string | null | undefined;
|
|
1211
1175
|
};
|
|
1212
|
-
}) | ({
|
|
1213
|
-
type: "Table";
|
|
1214
|
-
} & {
|
|
1215
|
-
config?: {
|
|
1216
|
-
label?: string | null | undefined;
|
|
1217
|
-
};
|
|
1218
1176
|
}) | ({
|
|
1219
1177
|
type: "Text";
|
|
1220
1178
|
} & {
|
|
@@ -1383,12 +1341,6 @@ export declare const VariationComparator: {
|
|
|
1383
1341
|
config?: {
|
|
1384
1342
|
label?: string | null | undefined;
|
|
1385
1343
|
};
|
|
1386
|
-
}) | ({
|
|
1387
|
-
type: "Table";
|
|
1388
|
-
} & {
|
|
1389
|
-
config?: {
|
|
1390
|
-
label?: string | null | undefined;
|
|
1391
|
-
};
|
|
1392
1344
|
}) | ({
|
|
1393
1345
|
type: "Text";
|
|
1394
1346
|
} & {
|