@prismicio/types-internal 3.10.0-alpha.1 → 3.10.0
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 +144 -378
- package/lib/customtypes/Section.d.ts +144 -378
- package/lib/customtypes/diff/SharedSlice.d.ts +64 -168
- package/lib/customtypes/diff/Variation.d.ts +64 -168
- package/lib/customtypes/widgets/Group.d.ts +90 -246
- package/lib/customtypes/widgets/Widget.d.ts +231 -621
- package/lib/customtypes/widgets/nestable/Link.d.ts +30 -82
- package/lib/customtypes/widgets/nestable/Link.js +19 -43
- package/lib/customtypes/widgets/nestable/NestableWidget.d.ts +15 -41
- package/lib/customtypes/widgets/slices/CompositeSlice.d.ts +30 -82
- package/lib/customtypes/widgets/slices/LegacySlice.d.ts +30 -82
- package/lib/customtypes/widgets/slices/SharedSlice.d.ts +120 -328
- package/lib/customtypes/widgets/slices/SlicePrimaryWidget.d.ts +69 -186
- package/lib/customtypes/widgets/slices/Slices.d.ts +308 -828
- package/package.json +1 -1
- package/src/customtypes/widgets/nestable/Link.ts +24 -85
|
@@ -98,31 +98,18 @@ export declare const SliceComparator: {
|
|
|
98
98
|
useAsTitle?: boolean;
|
|
99
99
|
placeholder?: string;
|
|
100
100
|
select?: "media" | "document" | "web" | null;
|
|
101
|
-
customtypes?: readonly (string | {
|
|
101
|
+
customtypes?: readonly (string | ({
|
|
102
102
|
id: string;
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
customtypes: readonly (string | {
|
|
106
|
-
id: string;
|
|
107
|
-
fields: readonly (string | {
|
|
108
|
-
id: string;
|
|
109
|
-
fields: readonly string[];
|
|
110
|
-
})[];
|
|
111
|
-
})[];
|
|
112
|
-
} | {
|
|
103
|
+
} & {
|
|
104
|
+
fields?: readonly (string | {
|
|
113
105
|
id: string;
|
|
114
|
-
|
|
106
|
+
customtypes: readonly (string | ({
|
|
115
107
|
id: string;
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
id: string;
|
|
120
|
-
fields: readonly string[];
|
|
121
|
-
})[];
|
|
122
|
-
})[];
|
|
123
|
-
})[];
|
|
108
|
+
} & {
|
|
109
|
+
fields?: readonly string[];
|
|
110
|
+
}))[];
|
|
124
111
|
})[];
|
|
125
|
-
})[];
|
|
112
|
+
}))[];
|
|
126
113
|
masks?: readonly string[];
|
|
127
114
|
tags?: readonly string[];
|
|
128
115
|
allowTargetBlank?: boolean;
|
|
@@ -297,31 +284,18 @@ export declare const SliceComparator: {
|
|
|
297
284
|
useAsTitle?: boolean;
|
|
298
285
|
placeholder?: string;
|
|
299
286
|
select?: "media" | "document" | "web" | null;
|
|
300
|
-
customtypes?: readonly (string | {
|
|
287
|
+
customtypes?: readonly (string | ({
|
|
301
288
|
id: string;
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
customtypes: readonly (string | {
|
|
305
|
-
id: string;
|
|
306
|
-
fields: readonly (string | {
|
|
307
|
-
id: string;
|
|
308
|
-
fields: readonly string[];
|
|
309
|
-
})[];
|
|
310
|
-
})[];
|
|
311
|
-
} | {
|
|
289
|
+
} & {
|
|
290
|
+
fields?: readonly (string | {
|
|
312
291
|
id: string;
|
|
313
|
-
|
|
292
|
+
customtypes: readonly (string | ({
|
|
314
293
|
id: string;
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
id: string;
|
|
319
|
-
fields: readonly string[];
|
|
320
|
-
})[];
|
|
321
|
-
})[];
|
|
322
|
-
})[];
|
|
294
|
+
} & {
|
|
295
|
+
fields?: readonly string[];
|
|
296
|
+
}))[];
|
|
323
297
|
})[];
|
|
324
|
-
})[];
|
|
298
|
+
}))[];
|
|
325
299
|
masks?: readonly string[];
|
|
326
300
|
tags?: readonly string[];
|
|
327
301
|
allowTargetBlank?: boolean;
|
|
@@ -496,31 +470,18 @@ export declare const SliceComparator: {
|
|
|
496
470
|
useAsTitle?: boolean;
|
|
497
471
|
placeholder?: string;
|
|
498
472
|
select?: "media" | "document" | "web" | null;
|
|
499
|
-
customtypes?: readonly (string | {
|
|
473
|
+
customtypes?: readonly (string | ({
|
|
500
474
|
id: string;
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
customtypes: readonly (string | {
|
|
504
|
-
id: string;
|
|
505
|
-
fields: readonly (string | {
|
|
506
|
-
id: string;
|
|
507
|
-
fields: readonly string[];
|
|
508
|
-
})[];
|
|
509
|
-
})[];
|
|
510
|
-
} | {
|
|
475
|
+
} & {
|
|
476
|
+
fields?: readonly (string | {
|
|
511
477
|
id: string;
|
|
512
|
-
|
|
478
|
+
customtypes: readonly (string | ({
|
|
513
479
|
id: string;
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
id: string;
|
|
518
|
-
fields: readonly string[];
|
|
519
|
-
})[];
|
|
520
|
-
})[];
|
|
521
|
-
})[];
|
|
480
|
+
} & {
|
|
481
|
+
fields?: readonly string[];
|
|
482
|
+
}))[];
|
|
522
483
|
})[];
|
|
523
|
-
})[];
|
|
484
|
+
}))[];
|
|
524
485
|
masks?: readonly string[];
|
|
525
486
|
tags?: readonly string[];
|
|
526
487
|
allowTargetBlank?: boolean;
|
|
@@ -694,31 +655,18 @@ export declare const SliceComparator: {
|
|
|
694
655
|
useAsTitle?: boolean;
|
|
695
656
|
placeholder?: string;
|
|
696
657
|
select?: "media" | "document" | "web" | null;
|
|
697
|
-
customtypes?: readonly (string | {
|
|
658
|
+
customtypes?: readonly (string | ({
|
|
698
659
|
id: string;
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
customtypes: readonly (string | {
|
|
702
|
-
id: string;
|
|
703
|
-
fields: readonly (string | {
|
|
704
|
-
id: string;
|
|
705
|
-
fields: readonly string[];
|
|
706
|
-
})[];
|
|
707
|
-
})[];
|
|
708
|
-
} | {
|
|
660
|
+
} & {
|
|
661
|
+
fields?: readonly (string | {
|
|
709
662
|
id: string;
|
|
710
|
-
|
|
663
|
+
customtypes: readonly (string | ({
|
|
711
664
|
id: string;
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
id: string;
|
|
716
|
-
fields: readonly string[];
|
|
717
|
-
})[];
|
|
718
|
-
})[];
|
|
719
|
-
})[];
|
|
665
|
+
} & {
|
|
666
|
+
fields?: readonly string[];
|
|
667
|
+
}))[];
|
|
720
668
|
})[];
|
|
721
|
-
})[];
|
|
669
|
+
}))[];
|
|
722
670
|
masks?: readonly string[];
|
|
723
671
|
tags?: readonly string[];
|
|
724
672
|
allowTargetBlank?: boolean;
|
|
@@ -905,31 +853,18 @@ export declare const SliceComparator: {
|
|
|
905
853
|
useAsTitle?: boolean;
|
|
906
854
|
placeholder?: string;
|
|
907
855
|
select?: "media" | "document" | "web" | null;
|
|
908
|
-
customtypes?: readonly (string | {
|
|
856
|
+
customtypes?: readonly (string | ({
|
|
909
857
|
id: string;
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
customtypes: readonly (string | {
|
|
913
|
-
id: string;
|
|
914
|
-
fields: readonly (string | {
|
|
915
|
-
id: string;
|
|
916
|
-
fields: readonly string[];
|
|
917
|
-
})[];
|
|
918
|
-
})[];
|
|
919
|
-
} | {
|
|
858
|
+
} & {
|
|
859
|
+
fields?: readonly (string | {
|
|
920
860
|
id: string;
|
|
921
|
-
|
|
861
|
+
customtypes: readonly (string | ({
|
|
922
862
|
id: string;
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
id: string;
|
|
927
|
-
fields: readonly string[];
|
|
928
|
-
})[];
|
|
929
|
-
})[];
|
|
930
|
-
})[];
|
|
863
|
+
} & {
|
|
864
|
+
fields?: readonly string[];
|
|
865
|
+
}))[];
|
|
931
866
|
})[];
|
|
932
|
-
})[];
|
|
867
|
+
}))[];
|
|
933
868
|
masks?: readonly string[];
|
|
934
869
|
tags?: readonly string[];
|
|
935
870
|
allowTargetBlank?: boolean;
|
|
@@ -1104,31 +1039,18 @@ export declare const SliceComparator: {
|
|
|
1104
1039
|
useAsTitle?: boolean;
|
|
1105
1040
|
placeholder?: string;
|
|
1106
1041
|
select?: "media" | "document" | "web" | null;
|
|
1107
|
-
customtypes?: readonly (string | {
|
|
1042
|
+
customtypes?: readonly (string | ({
|
|
1108
1043
|
id: string;
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
customtypes: readonly (string | {
|
|
1112
|
-
id: string;
|
|
1113
|
-
fields: readonly (string | {
|
|
1114
|
-
id: string;
|
|
1115
|
-
fields: readonly string[];
|
|
1116
|
-
})[];
|
|
1117
|
-
})[];
|
|
1118
|
-
} | {
|
|
1044
|
+
} & {
|
|
1045
|
+
fields?: readonly (string | {
|
|
1119
1046
|
id: string;
|
|
1120
|
-
|
|
1047
|
+
customtypes: readonly (string | ({
|
|
1121
1048
|
id: string;
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
id: string;
|
|
1126
|
-
fields: readonly string[];
|
|
1127
|
-
})[];
|
|
1128
|
-
})[];
|
|
1129
|
-
})[];
|
|
1049
|
+
} & {
|
|
1050
|
+
fields?: readonly string[];
|
|
1051
|
+
}))[];
|
|
1130
1052
|
})[];
|
|
1131
|
-
})[];
|
|
1053
|
+
}))[];
|
|
1132
1054
|
masks?: readonly string[];
|
|
1133
1055
|
tags?: readonly string[];
|
|
1134
1056
|
allowTargetBlank?: boolean;
|
|
@@ -1303,31 +1225,18 @@ export declare const SliceComparator: {
|
|
|
1303
1225
|
useAsTitle?: boolean;
|
|
1304
1226
|
placeholder?: string;
|
|
1305
1227
|
select?: "media" | "document" | "web" | null;
|
|
1306
|
-
customtypes?: readonly (string | {
|
|
1228
|
+
customtypes?: readonly (string | ({
|
|
1307
1229
|
id: string;
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
customtypes: readonly (string | {
|
|
1311
|
-
id: string;
|
|
1312
|
-
fields: readonly (string | {
|
|
1313
|
-
id: string;
|
|
1314
|
-
fields: readonly string[];
|
|
1315
|
-
})[];
|
|
1316
|
-
})[];
|
|
1317
|
-
} | {
|
|
1230
|
+
} & {
|
|
1231
|
+
fields?: readonly (string | {
|
|
1318
1232
|
id: string;
|
|
1319
|
-
|
|
1233
|
+
customtypes: readonly (string | ({
|
|
1320
1234
|
id: string;
|
|
1321
|
-
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
id: string;
|
|
1325
|
-
fields: readonly string[];
|
|
1326
|
-
})[];
|
|
1327
|
-
})[];
|
|
1328
|
-
})[];
|
|
1235
|
+
} & {
|
|
1236
|
+
fields?: readonly string[];
|
|
1237
|
+
}))[];
|
|
1329
1238
|
})[];
|
|
1330
|
-
})[];
|
|
1239
|
+
}))[];
|
|
1331
1240
|
masks?: readonly string[];
|
|
1332
1241
|
tags?: readonly string[];
|
|
1333
1242
|
allowTargetBlank?: boolean;
|
|
@@ -1501,31 +1410,18 @@ export declare const SliceComparator: {
|
|
|
1501
1410
|
useAsTitle?: boolean;
|
|
1502
1411
|
placeholder?: string;
|
|
1503
1412
|
select?: "media" | "document" | "web" | null;
|
|
1504
|
-
customtypes?: readonly (string | {
|
|
1413
|
+
customtypes?: readonly (string | ({
|
|
1505
1414
|
id: string;
|
|
1506
|
-
|
|
1507
|
-
|
|
1508
|
-
customtypes: readonly (string | {
|
|
1509
|
-
id: string;
|
|
1510
|
-
fields: readonly (string | {
|
|
1511
|
-
id: string;
|
|
1512
|
-
fields: readonly string[];
|
|
1513
|
-
})[];
|
|
1514
|
-
})[];
|
|
1515
|
-
} | {
|
|
1415
|
+
} & {
|
|
1416
|
+
fields?: readonly (string | {
|
|
1516
1417
|
id: string;
|
|
1517
|
-
|
|
1418
|
+
customtypes: readonly (string | ({
|
|
1518
1419
|
id: string;
|
|
1519
|
-
|
|
1520
|
-
|
|
1521
|
-
|
|
1522
|
-
id: string;
|
|
1523
|
-
fields: readonly string[];
|
|
1524
|
-
})[];
|
|
1525
|
-
})[];
|
|
1526
|
-
})[];
|
|
1420
|
+
} & {
|
|
1421
|
+
fields?: readonly string[];
|
|
1422
|
+
}))[];
|
|
1527
1423
|
})[];
|
|
1528
|
-
})[];
|
|
1424
|
+
}))[];
|
|
1529
1425
|
masks?: readonly string[];
|
|
1530
1426
|
tags?: readonly string[];
|
|
1531
1427
|
allowTargetBlank?: boolean;
|
|
@@ -95,31 +95,18 @@ export declare const VariationComparator: {
|
|
|
95
95
|
useAsTitle?: boolean;
|
|
96
96
|
placeholder?: string;
|
|
97
97
|
select?: "media" | "document" | "web" | null;
|
|
98
|
-
customtypes?: readonly (string | {
|
|
98
|
+
customtypes?: readonly (string | ({
|
|
99
99
|
id: string;
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
customtypes: readonly (string | {
|
|
103
|
-
id: string;
|
|
104
|
-
fields: readonly (string | {
|
|
105
|
-
id: string;
|
|
106
|
-
fields: readonly string[];
|
|
107
|
-
})[];
|
|
108
|
-
})[];
|
|
109
|
-
} | {
|
|
100
|
+
} & {
|
|
101
|
+
fields?: readonly (string | {
|
|
110
102
|
id: string;
|
|
111
|
-
|
|
103
|
+
customtypes: readonly (string | ({
|
|
112
104
|
id: string;
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
id: string;
|
|
117
|
-
fields: readonly string[];
|
|
118
|
-
})[];
|
|
119
|
-
})[];
|
|
120
|
-
})[];
|
|
105
|
+
} & {
|
|
106
|
+
fields?: readonly string[];
|
|
107
|
+
}))[];
|
|
121
108
|
})[];
|
|
122
|
-
})[];
|
|
109
|
+
}))[];
|
|
123
110
|
masks?: readonly string[];
|
|
124
111
|
tags?: readonly string[];
|
|
125
112
|
allowTargetBlank?: boolean;
|
|
@@ -294,31 +281,18 @@ export declare const VariationComparator: {
|
|
|
294
281
|
useAsTitle?: boolean;
|
|
295
282
|
placeholder?: string;
|
|
296
283
|
select?: "media" | "document" | "web" | null;
|
|
297
|
-
customtypes?: readonly (string | {
|
|
284
|
+
customtypes?: readonly (string | ({
|
|
298
285
|
id: string;
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
customtypes: readonly (string | {
|
|
302
|
-
id: string;
|
|
303
|
-
fields: readonly (string | {
|
|
304
|
-
id: string;
|
|
305
|
-
fields: readonly string[];
|
|
306
|
-
})[];
|
|
307
|
-
})[];
|
|
308
|
-
} | {
|
|
286
|
+
} & {
|
|
287
|
+
fields?: readonly (string | {
|
|
309
288
|
id: string;
|
|
310
|
-
|
|
289
|
+
customtypes: readonly (string | ({
|
|
311
290
|
id: string;
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
id: string;
|
|
316
|
-
fields: readonly string[];
|
|
317
|
-
})[];
|
|
318
|
-
})[];
|
|
319
|
-
})[];
|
|
291
|
+
} & {
|
|
292
|
+
fields?: readonly string[];
|
|
293
|
+
}))[];
|
|
320
294
|
})[];
|
|
321
|
-
})[];
|
|
295
|
+
}))[];
|
|
322
296
|
masks?: readonly string[];
|
|
323
297
|
tags?: readonly string[];
|
|
324
298
|
allowTargetBlank?: boolean;
|
|
@@ -493,31 +467,18 @@ export declare const VariationComparator: {
|
|
|
493
467
|
useAsTitle?: boolean;
|
|
494
468
|
placeholder?: string;
|
|
495
469
|
select?: "media" | "document" | "web" | null;
|
|
496
|
-
customtypes?: readonly (string | {
|
|
470
|
+
customtypes?: readonly (string | ({
|
|
497
471
|
id: string;
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
customtypes: readonly (string | {
|
|
501
|
-
id: string;
|
|
502
|
-
fields: readonly (string | {
|
|
503
|
-
id: string;
|
|
504
|
-
fields: readonly string[];
|
|
505
|
-
})[];
|
|
506
|
-
})[];
|
|
507
|
-
} | {
|
|
472
|
+
} & {
|
|
473
|
+
fields?: readonly (string | {
|
|
508
474
|
id: string;
|
|
509
|
-
|
|
475
|
+
customtypes: readonly (string | ({
|
|
510
476
|
id: string;
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
id: string;
|
|
515
|
-
fields: readonly string[];
|
|
516
|
-
})[];
|
|
517
|
-
})[];
|
|
518
|
-
})[];
|
|
477
|
+
} & {
|
|
478
|
+
fields?: readonly string[];
|
|
479
|
+
}))[];
|
|
519
480
|
})[];
|
|
520
|
-
})[];
|
|
481
|
+
}))[];
|
|
521
482
|
masks?: readonly string[];
|
|
522
483
|
tags?: readonly string[];
|
|
523
484
|
allowTargetBlank?: boolean;
|
|
@@ -691,31 +652,18 @@ export declare const VariationComparator: {
|
|
|
691
652
|
useAsTitle?: boolean;
|
|
692
653
|
placeholder?: string;
|
|
693
654
|
select?: "media" | "document" | "web" | null;
|
|
694
|
-
customtypes?: readonly (string | {
|
|
655
|
+
customtypes?: readonly (string | ({
|
|
695
656
|
id: string;
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
customtypes: readonly (string | {
|
|
699
|
-
id: string;
|
|
700
|
-
fields: readonly (string | {
|
|
701
|
-
id: string;
|
|
702
|
-
fields: readonly string[];
|
|
703
|
-
})[];
|
|
704
|
-
})[];
|
|
705
|
-
} | {
|
|
657
|
+
} & {
|
|
658
|
+
fields?: readonly (string | {
|
|
706
659
|
id: string;
|
|
707
|
-
|
|
660
|
+
customtypes: readonly (string | ({
|
|
708
661
|
id: string;
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
id: string;
|
|
713
|
-
fields: readonly string[];
|
|
714
|
-
})[];
|
|
715
|
-
})[];
|
|
716
|
-
})[];
|
|
662
|
+
} & {
|
|
663
|
+
fields?: readonly string[];
|
|
664
|
+
}))[];
|
|
717
665
|
})[];
|
|
718
|
-
})[];
|
|
666
|
+
}))[];
|
|
719
667
|
masks?: readonly string[];
|
|
720
668
|
tags?: readonly string[];
|
|
721
669
|
allowTargetBlank?: boolean;
|
|
@@ -892,31 +840,18 @@ export declare const VariationComparator: {
|
|
|
892
840
|
useAsTitle?: boolean;
|
|
893
841
|
placeholder?: string;
|
|
894
842
|
select?: "media" | "document" | "web" | null;
|
|
895
|
-
customtypes?: readonly (string | {
|
|
843
|
+
customtypes?: readonly (string | ({
|
|
896
844
|
id: string;
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
customtypes: readonly (string | {
|
|
900
|
-
id: string;
|
|
901
|
-
fields: readonly (string | {
|
|
902
|
-
id: string;
|
|
903
|
-
fields: readonly string[];
|
|
904
|
-
})[];
|
|
905
|
-
})[];
|
|
906
|
-
} | {
|
|
845
|
+
} & {
|
|
846
|
+
fields?: readonly (string | {
|
|
907
847
|
id: string;
|
|
908
|
-
|
|
848
|
+
customtypes: readonly (string | ({
|
|
909
849
|
id: string;
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
id: string;
|
|
914
|
-
fields: readonly string[];
|
|
915
|
-
})[];
|
|
916
|
-
})[];
|
|
917
|
-
})[];
|
|
850
|
+
} & {
|
|
851
|
+
fields?: readonly string[];
|
|
852
|
+
}))[];
|
|
918
853
|
})[];
|
|
919
|
-
})[];
|
|
854
|
+
}))[];
|
|
920
855
|
masks?: readonly string[];
|
|
921
856
|
tags?: readonly string[];
|
|
922
857
|
allowTargetBlank?: boolean;
|
|
@@ -1091,31 +1026,18 @@ export declare const VariationComparator: {
|
|
|
1091
1026
|
useAsTitle?: boolean;
|
|
1092
1027
|
placeholder?: string;
|
|
1093
1028
|
select?: "media" | "document" | "web" | null;
|
|
1094
|
-
customtypes?: readonly (string | {
|
|
1029
|
+
customtypes?: readonly (string | ({
|
|
1095
1030
|
id: string;
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
customtypes: readonly (string | {
|
|
1099
|
-
id: string;
|
|
1100
|
-
fields: readonly (string | {
|
|
1101
|
-
id: string;
|
|
1102
|
-
fields: readonly string[];
|
|
1103
|
-
})[];
|
|
1104
|
-
})[];
|
|
1105
|
-
} | {
|
|
1031
|
+
} & {
|
|
1032
|
+
fields?: readonly (string | {
|
|
1106
1033
|
id: string;
|
|
1107
|
-
|
|
1034
|
+
customtypes: readonly (string | ({
|
|
1108
1035
|
id: string;
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
id: string;
|
|
1113
|
-
fields: readonly string[];
|
|
1114
|
-
})[];
|
|
1115
|
-
})[];
|
|
1116
|
-
})[];
|
|
1036
|
+
} & {
|
|
1037
|
+
fields?: readonly string[];
|
|
1038
|
+
}))[];
|
|
1117
1039
|
})[];
|
|
1118
|
-
})[];
|
|
1040
|
+
}))[];
|
|
1119
1041
|
masks?: readonly string[];
|
|
1120
1042
|
tags?: readonly string[];
|
|
1121
1043
|
allowTargetBlank?: boolean;
|
|
@@ -1290,31 +1212,18 @@ export declare const VariationComparator: {
|
|
|
1290
1212
|
useAsTitle?: boolean;
|
|
1291
1213
|
placeholder?: string;
|
|
1292
1214
|
select?: "media" | "document" | "web" | null;
|
|
1293
|
-
customtypes?: readonly (string | {
|
|
1215
|
+
customtypes?: readonly (string | ({
|
|
1294
1216
|
id: string;
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
customtypes: readonly (string | {
|
|
1298
|
-
id: string;
|
|
1299
|
-
fields: readonly (string | {
|
|
1300
|
-
id: string;
|
|
1301
|
-
fields: readonly string[];
|
|
1302
|
-
})[];
|
|
1303
|
-
})[];
|
|
1304
|
-
} | {
|
|
1217
|
+
} & {
|
|
1218
|
+
fields?: readonly (string | {
|
|
1305
1219
|
id: string;
|
|
1306
|
-
|
|
1220
|
+
customtypes: readonly (string | ({
|
|
1307
1221
|
id: string;
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
id: string;
|
|
1312
|
-
fields: readonly string[];
|
|
1313
|
-
})[];
|
|
1314
|
-
})[];
|
|
1315
|
-
})[];
|
|
1222
|
+
} & {
|
|
1223
|
+
fields?: readonly string[];
|
|
1224
|
+
}))[];
|
|
1316
1225
|
})[];
|
|
1317
|
-
})[];
|
|
1226
|
+
}))[];
|
|
1318
1227
|
masks?: readonly string[];
|
|
1319
1228
|
tags?: readonly string[];
|
|
1320
1229
|
allowTargetBlank?: boolean;
|
|
@@ -1488,31 +1397,18 @@ export declare const VariationComparator: {
|
|
|
1488
1397
|
useAsTitle?: boolean;
|
|
1489
1398
|
placeholder?: string;
|
|
1490
1399
|
select?: "media" | "document" | "web" | null;
|
|
1491
|
-
customtypes?: readonly (string | {
|
|
1400
|
+
customtypes?: readonly (string | ({
|
|
1492
1401
|
id: string;
|
|
1493
|
-
|
|
1494
|
-
|
|
1495
|
-
customtypes: readonly (string | {
|
|
1496
|
-
id: string;
|
|
1497
|
-
fields: readonly (string | {
|
|
1498
|
-
id: string;
|
|
1499
|
-
fields: readonly string[];
|
|
1500
|
-
})[];
|
|
1501
|
-
})[];
|
|
1502
|
-
} | {
|
|
1402
|
+
} & {
|
|
1403
|
+
fields?: readonly (string | {
|
|
1503
1404
|
id: string;
|
|
1504
|
-
|
|
1405
|
+
customtypes: readonly (string | ({
|
|
1505
1406
|
id: string;
|
|
1506
|
-
|
|
1507
|
-
|
|
1508
|
-
|
|
1509
|
-
id: string;
|
|
1510
|
-
fields: readonly string[];
|
|
1511
|
-
})[];
|
|
1512
|
-
})[];
|
|
1513
|
-
})[];
|
|
1407
|
+
} & {
|
|
1408
|
+
fields?: readonly string[];
|
|
1409
|
+
}))[];
|
|
1514
1410
|
})[];
|
|
1515
|
-
})[];
|
|
1411
|
+
}))[];
|
|
1516
1412
|
masks?: readonly string[];
|
|
1517
1413
|
tags?: readonly string[];
|
|
1518
1414
|
allowTargetBlank?: boolean;
|