@lightspeed/crane-api 2.4.0-rc.0 → 2.4.1-rc.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/CHANGELOG.md +13 -1
- package/dist/index.d.mts +1863 -144
- package/dist/index.d.ts +1863 -144
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -313,6 +313,96 @@ declare const DescriptorSchema: z.ZodObject<{
|
|
|
313
313
|
type: z.ZodLiteral<"PRODUCT_SELECTOR">;
|
|
314
314
|
}, z.core.$strict>, z.ZodObject<{
|
|
315
315
|
type: z.ZodLiteral<"CATEGORY_SELECTOR">;
|
|
316
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
317
|
+
type: z.ZodLiteral<"DECK">;
|
|
318
|
+
cards: z.ZodArray<z.ZodObject<{
|
|
319
|
+
settings: z.ZodRecord<z.ZodString, z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
320
|
+
type: z.ZodLiteral<"INPUTBOX">;
|
|
321
|
+
text: z.ZodString;
|
|
322
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
323
|
+
type: z.ZodLiteral<"TEXTAREA">;
|
|
324
|
+
text: z.ZodString;
|
|
325
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
326
|
+
type: z.ZodLiteral<"BUTTON">;
|
|
327
|
+
title: z.ZodString;
|
|
328
|
+
buttonType: z.ZodEnum<{
|
|
329
|
+
SCROLL_TO_TILE: "SCROLL_TO_TILE";
|
|
330
|
+
HYPER_LINK: "HYPER_LINK";
|
|
331
|
+
MAIL_LINK: "MAIL_LINK";
|
|
332
|
+
TEL_LINK: "TEL_LINK";
|
|
333
|
+
GO_TO_STORE: "GO_TO_STORE";
|
|
334
|
+
GO_TO_STORE_LINK: "GO_TO_STORE_LINK";
|
|
335
|
+
GO_TO_PAGE: "GO_TO_PAGE";
|
|
336
|
+
GO_TO_CATEGORY: "GO_TO_CATEGORY";
|
|
337
|
+
GO_TO_CATEGORY_LINK: "GO_TO_CATEGORY_LINK";
|
|
338
|
+
}>;
|
|
339
|
+
link: z.ZodOptional<z.ZodString>;
|
|
340
|
+
linkTarget: z.ZodOptional<z.ZodString>;
|
|
341
|
+
email: z.ZodOptional<z.ZodString>;
|
|
342
|
+
phone: z.ZodOptional<z.ZodString>;
|
|
343
|
+
tileId: z.ZodOptional<z.ZodString>;
|
|
344
|
+
categoryId: z.ZodOptional<z.ZodNumber>;
|
|
345
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
346
|
+
type: z.ZodLiteral<"IMAGE">;
|
|
347
|
+
imageData: z.ZodObject<{
|
|
348
|
+
set: z.ZodObject<{
|
|
349
|
+
ORIGINAL: z.ZodOptional<z.ZodObject<{
|
|
350
|
+
url: z.ZodString;
|
|
351
|
+
width: z.ZodOptional<z.ZodInt>;
|
|
352
|
+
height: z.ZodOptional<z.ZodInt>;
|
|
353
|
+
}, z.core.$strict>>;
|
|
354
|
+
WEBP_LOW_RES: z.ZodOptional<z.ZodObject<{
|
|
355
|
+
url: z.ZodString;
|
|
356
|
+
width: z.ZodOptional<z.ZodInt>;
|
|
357
|
+
height: z.ZodOptional<z.ZodInt>;
|
|
358
|
+
}, z.core.$strict>>;
|
|
359
|
+
WEBP_HI_2X_RES: z.ZodOptional<z.ZodObject<{
|
|
360
|
+
url: z.ZodString;
|
|
361
|
+
width: z.ZodOptional<z.ZodInt>;
|
|
362
|
+
height: z.ZodOptional<z.ZodInt>;
|
|
363
|
+
}, z.core.$strict>>;
|
|
364
|
+
MOBILE_WEBP_LOW_RES: z.ZodOptional<z.ZodObject<{
|
|
365
|
+
url: z.ZodString;
|
|
366
|
+
width: z.ZodOptional<z.ZodInt>;
|
|
367
|
+
height: z.ZodOptional<z.ZodInt>;
|
|
368
|
+
}, z.core.$strict>>;
|
|
369
|
+
MOBILE_WEBP_HI_RES: z.ZodOptional<z.ZodObject<{
|
|
370
|
+
url: z.ZodString;
|
|
371
|
+
width: z.ZodOptional<z.ZodInt>;
|
|
372
|
+
height: z.ZodOptional<z.ZodInt>;
|
|
373
|
+
}, z.core.$strict>>;
|
|
374
|
+
}, z.core.$strict>;
|
|
375
|
+
borderInfo: z.ZodOptional<z.ZodObject<{
|
|
376
|
+
homogeneity: z.ZodOptional<z.ZodBoolean>;
|
|
377
|
+
color: z.ZodOptional<z.ZodObject<{
|
|
378
|
+
r: z.ZodNumber;
|
|
379
|
+
g: z.ZodNumber;
|
|
380
|
+
b: z.ZodNumber;
|
|
381
|
+
a: z.ZodNumber;
|
|
382
|
+
}, z.core.$strict>>;
|
|
383
|
+
}, z.core.$strict>>;
|
|
384
|
+
}, z.core.$strict>;
|
|
385
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
386
|
+
type: z.ZodLiteral<"TOGGLE">;
|
|
387
|
+
enabled: z.ZodBoolean;
|
|
388
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
389
|
+
type: z.ZodLiteral<"SELECTBOX">;
|
|
390
|
+
value: z.ZodString;
|
|
391
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
392
|
+
type: z.ZodLiteral<"DIVIDER">;
|
|
393
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
394
|
+
type: z.ZodLiteral<"INFO">;
|
|
395
|
+
text: z.ZodOptional<z.ZodString>;
|
|
396
|
+
button: z.ZodOptional<z.ZodObject<{
|
|
397
|
+
title: z.ZodOptional<z.ZodString>;
|
|
398
|
+
link: z.ZodOptional<z.ZodString>;
|
|
399
|
+
}, z.core.$strict>>;
|
|
400
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
401
|
+
type: z.ZodLiteral<"PRODUCT_SELECTOR">;
|
|
402
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
403
|
+
type: z.ZodLiteral<"CATEGORY_SELECTOR">;
|
|
404
|
+
}, z.core.$strict>], "type">>;
|
|
405
|
+
}, z.core.$strict>>;
|
|
316
406
|
}, z.core.$strict>], "type">>;
|
|
317
407
|
}, z.core.$strict>>;
|
|
318
408
|
}, z.core.$strict>, z.ZodObject<{
|
|
@@ -816,6 +906,96 @@ declare const CollectionDescriptorSchema: z.ZodObject<{
|
|
|
816
906
|
type: z.ZodLiteral<"PRODUCT_SELECTOR">;
|
|
817
907
|
}, z.core.$strict>, z.ZodObject<{
|
|
818
908
|
type: z.ZodLiteral<"CATEGORY_SELECTOR">;
|
|
909
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
910
|
+
type: z.ZodLiteral<"DECK">;
|
|
911
|
+
cards: z.ZodArray<z.ZodObject<{
|
|
912
|
+
settings: z.ZodRecord<z.ZodString, z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
913
|
+
type: z.ZodLiteral<"INPUTBOX">;
|
|
914
|
+
text: z.ZodString;
|
|
915
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
916
|
+
type: z.ZodLiteral<"TEXTAREA">;
|
|
917
|
+
text: z.ZodString;
|
|
918
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
919
|
+
type: z.ZodLiteral<"BUTTON">;
|
|
920
|
+
title: z.ZodString;
|
|
921
|
+
buttonType: z.ZodEnum<{
|
|
922
|
+
SCROLL_TO_TILE: "SCROLL_TO_TILE";
|
|
923
|
+
HYPER_LINK: "HYPER_LINK";
|
|
924
|
+
MAIL_LINK: "MAIL_LINK";
|
|
925
|
+
TEL_LINK: "TEL_LINK";
|
|
926
|
+
GO_TO_STORE: "GO_TO_STORE";
|
|
927
|
+
GO_TO_STORE_LINK: "GO_TO_STORE_LINK";
|
|
928
|
+
GO_TO_PAGE: "GO_TO_PAGE";
|
|
929
|
+
GO_TO_CATEGORY: "GO_TO_CATEGORY";
|
|
930
|
+
GO_TO_CATEGORY_LINK: "GO_TO_CATEGORY_LINK";
|
|
931
|
+
}>;
|
|
932
|
+
link: z.ZodOptional<z.ZodString>;
|
|
933
|
+
linkTarget: z.ZodOptional<z.ZodString>;
|
|
934
|
+
email: z.ZodOptional<z.ZodString>;
|
|
935
|
+
phone: z.ZodOptional<z.ZodString>;
|
|
936
|
+
tileId: z.ZodOptional<z.ZodString>;
|
|
937
|
+
categoryId: z.ZodOptional<z.ZodNumber>;
|
|
938
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
939
|
+
type: z.ZodLiteral<"IMAGE">;
|
|
940
|
+
imageData: z.ZodObject<{
|
|
941
|
+
set: z.ZodObject<{
|
|
942
|
+
ORIGINAL: z.ZodOptional<z.ZodObject<{
|
|
943
|
+
url: z.ZodString;
|
|
944
|
+
width: z.ZodOptional<z.ZodInt>;
|
|
945
|
+
height: z.ZodOptional<z.ZodInt>;
|
|
946
|
+
}, z.core.$strict>>;
|
|
947
|
+
WEBP_LOW_RES: z.ZodOptional<z.ZodObject<{
|
|
948
|
+
url: z.ZodString;
|
|
949
|
+
width: z.ZodOptional<z.ZodInt>;
|
|
950
|
+
height: z.ZodOptional<z.ZodInt>;
|
|
951
|
+
}, z.core.$strict>>;
|
|
952
|
+
WEBP_HI_2X_RES: z.ZodOptional<z.ZodObject<{
|
|
953
|
+
url: z.ZodString;
|
|
954
|
+
width: z.ZodOptional<z.ZodInt>;
|
|
955
|
+
height: z.ZodOptional<z.ZodInt>;
|
|
956
|
+
}, z.core.$strict>>;
|
|
957
|
+
MOBILE_WEBP_LOW_RES: z.ZodOptional<z.ZodObject<{
|
|
958
|
+
url: z.ZodString;
|
|
959
|
+
width: z.ZodOptional<z.ZodInt>;
|
|
960
|
+
height: z.ZodOptional<z.ZodInt>;
|
|
961
|
+
}, z.core.$strict>>;
|
|
962
|
+
MOBILE_WEBP_HI_RES: z.ZodOptional<z.ZodObject<{
|
|
963
|
+
url: z.ZodString;
|
|
964
|
+
width: z.ZodOptional<z.ZodInt>;
|
|
965
|
+
height: z.ZodOptional<z.ZodInt>;
|
|
966
|
+
}, z.core.$strict>>;
|
|
967
|
+
}, z.core.$strict>;
|
|
968
|
+
borderInfo: z.ZodOptional<z.ZodObject<{
|
|
969
|
+
homogeneity: z.ZodOptional<z.ZodBoolean>;
|
|
970
|
+
color: z.ZodOptional<z.ZodObject<{
|
|
971
|
+
r: z.ZodNumber;
|
|
972
|
+
g: z.ZodNumber;
|
|
973
|
+
b: z.ZodNumber;
|
|
974
|
+
a: z.ZodNumber;
|
|
975
|
+
}, z.core.$strict>>;
|
|
976
|
+
}, z.core.$strict>>;
|
|
977
|
+
}, z.core.$strict>;
|
|
978
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
979
|
+
type: z.ZodLiteral<"TOGGLE">;
|
|
980
|
+
enabled: z.ZodBoolean;
|
|
981
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
982
|
+
type: z.ZodLiteral<"SELECTBOX">;
|
|
983
|
+
value: z.ZodString;
|
|
984
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
985
|
+
type: z.ZodLiteral<"DIVIDER">;
|
|
986
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
987
|
+
type: z.ZodLiteral<"INFO">;
|
|
988
|
+
text: z.ZodOptional<z.ZodString>;
|
|
989
|
+
button: z.ZodOptional<z.ZodObject<{
|
|
990
|
+
title: z.ZodOptional<z.ZodString>;
|
|
991
|
+
link: z.ZodOptional<z.ZodString>;
|
|
992
|
+
}, z.core.$strict>>;
|
|
993
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
994
|
+
type: z.ZodLiteral<"PRODUCT_SELECTOR">;
|
|
995
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
996
|
+
type: z.ZodLiteral<"CATEGORY_SELECTOR">;
|
|
997
|
+
}, z.core.$strict>], "type">>;
|
|
998
|
+
}, z.core.$strict>>;
|
|
819
999
|
}, z.core.$strict>], "type">>;
|
|
820
1000
|
}, z.core.$strict>>;
|
|
821
1001
|
}, z.core.$strict>, z.ZodObject<{
|
|
@@ -1350,7 +1530,7 @@ interface CategorySelectorContent {
|
|
|
1350
1530
|
hasCategories: boolean;
|
|
1351
1531
|
/** Array of selected category IDs */
|
|
1352
1532
|
categoryIds: Array<number>;
|
|
1353
|
-
/** `true` if
|
|
1533
|
+
/** `true` if there are categories to render */
|
|
1354
1534
|
hasContent: boolean;
|
|
1355
1535
|
}
|
|
1356
1536
|
|
|
@@ -2150,7 +2330,7 @@ interface ProductSelectorContent {
|
|
|
2150
2330
|
categories: CategoryListComponentItem[];
|
|
2151
2331
|
/** Selected category ID (when using category selection) */
|
|
2152
2332
|
categoryId?: number;
|
|
2153
|
-
/** `true` if
|
|
2333
|
+
/** `true` if there are products to render */
|
|
2154
2334
|
hasContent: boolean;
|
|
2155
2335
|
}
|
|
2156
2336
|
|
|
@@ -2574,7 +2754,92 @@ type LogoContentEditorDefaults = z.infer<typeof LogoContentEditorDefaultsSchema>
|
|
|
2574
2754
|
type ProductSelectorContentEditorDefaults = z.infer<typeof ProductSelectorContentEditorDefaultsSchema>;
|
|
2575
2755
|
type CategorySelectorContentEditorDefaults = z.infer<typeof CategorySelectorContentEditorDefaultsSchema>;
|
|
2576
2756
|
|
|
2577
|
-
declare const
|
|
2757
|
+
declare const ContentEditorDefaultsWithNestedDeckSchemaUnion: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
2758
|
+
type: z.ZodLiteral<"INPUTBOX">;
|
|
2759
|
+
text: z.ZodString;
|
|
2760
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
2761
|
+
type: z.ZodLiteral<"TEXTAREA">;
|
|
2762
|
+
text: z.ZodString;
|
|
2763
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
2764
|
+
type: z.ZodLiteral<"BUTTON">;
|
|
2765
|
+
title: z.ZodString;
|
|
2766
|
+
buttonType: z.ZodEnum<{
|
|
2767
|
+
SCROLL_TO_TILE: "SCROLL_TO_TILE";
|
|
2768
|
+
HYPER_LINK: "HYPER_LINK";
|
|
2769
|
+
MAIL_LINK: "MAIL_LINK";
|
|
2770
|
+
TEL_LINK: "TEL_LINK";
|
|
2771
|
+
GO_TO_STORE: "GO_TO_STORE";
|
|
2772
|
+
GO_TO_STORE_LINK: "GO_TO_STORE_LINK";
|
|
2773
|
+
GO_TO_PAGE: "GO_TO_PAGE";
|
|
2774
|
+
GO_TO_CATEGORY: "GO_TO_CATEGORY";
|
|
2775
|
+
GO_TO_CATEGORY_LINK: "GO_TO_CATEGORY_LINK";
|
|
2776
|
+
}>;
|
|
2777
|
+
link: z.ZodOptional<z.ZodString>;
|
|
2778
|
+
linkTarget: z.ZodOptional<z.ZodString>;
|
|
2779
|
+
email: z.ZodOptional<z.ZodString>;
|
|
2780
|
+
phone: z.ZodOptional<z.ZodString>;
|
|
2781
|
+
tileId: z.ZodOptional<z.ZodString>;
|
|
2782
|
+
categoryId: z.ZodOptional<z.ZodNumber>;
|
|
2783
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
2784
|
+
type: z.ZodLiteral<"IMAGE">;
|
|
2785
|
+
imageData: z.ZodObject<{
|
|
2786
|
+
set: z.ZodObject<{
|
|
2787
|
+
ORIGINAL: z.ZodOptional<z.ZodObject<{
|
|
2788
|
+
url: z.ZodString;
|
|
2789
|
+
width: z.ZodOptional<z.ZodInt>;
|
|
2790
|
+
height: z.ZodOptional<z.ZodInt>;
|
|
2791
|
+
}, z.core.$strict>>;
|
|
2792
|
+
WEBP_LOW_RES: z.ZodOptional<z.ZodObject<{
|
|
2793
|
+
url: z.ZodString;
|
|
2794
|
+
width: z.ZodOptional<z.ZodInt>;
|
|
2795
|
+
height: z.ZodOptional<z.ZodInt>;
|
|
2796
|
+
}, z.core.$strict>>;
|
|
2797
|
+
WEBP_HI_2X_RES: z.ZodOptional<z.ZodObject<{
|
|
2798
|
+
url: z.ZodString;
|
|
2799
|
+
width: z.ZodOptional<z.ZodInt>;
|
|
2800
|
+
height: z.ZodOptional<z.ZodInt>;
|
|
2801
|
+
}, z.core.$strict>>;
|
|
2802
|
+
MOBILE_WEBP_LOW_RES: z.ZodOptional<z.ZodObject<{
|
|
2803
|
+
url: z.ZodString;
|
|
2804
|
+
width: z.ZodOptional<z.ZodInt>;
|
|
2805
|
+
height: z.ZodOptional<z.ZodInt>;
|
|
2806
|
+
}, z.core.$strict>>;
|
|
2807
|
+
MOBILE_WEBP_HI_RES: z.ZodOptional<z.ZodObject<{
|
|
2808
|
+
url: z.ZodString;
|
|
2809
|
+
width: z.ZodOptional<z.ZodInt>;
|
|
2810
|
+
height: z.ZodOptional<z.ZodInt>;
|
|
2811
|
+
}, z.core.$strict>>;
|
|
2812
|
+
}, z.core.$strict>;
|
|
2813
|
+
borderInfo: z.ZodOptional<z.ZodObject<{
|
|
2814
|
+
homogeneity: z.ZodOptional<z.ZodBoolean>;
|
|
2815
|
+
color: z.ZodOptional<z.ZodObject<{
|
|
2816
|
+
r: z.ZodNumber;
|
|
2817
|
+
g: z.ZodNumber;
|
|
2818
|
+
b: z.ZodNumber;
|
|
2819
|
+
a: z.ZodNumber;
|
|
2820
|
+
}, z.core.$strict>>;
|
|
2821
|
+
}, z.core.$strict>>;
|
|
2822
|
+
}, z.core.$strict>;
|
|
2823
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
2824
|
+
type: z.ZodLiteral<"TOGGLE">;
|
|
2825
|
+
enabled: z.ZodBoolean;
|
|
2826
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
2827
|
+
type: z.ZodLiteral<"SELECTBOX">;
|
|
2828
|
+
value: z.ZodString;
|
|
2829
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
2830
|
+
type: z.ZodLiteral<"DIVIDER">;
|
|
2831
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
2832
|
+
type: z.ZodLiteral<"INFO">;
|
|
2833
|
+
text: z.ZodOptional<z.ZodString>;
|
|
2834
|
+
button: z.ZodOptional<z.ZodObject<{
|
|
2835
|
+
title: z.ZodOptional<z.ZodString>;
|
|
2836
|
+
link: z.ZodOptional<z.ZodString>;
|
|
2837
|
+
}, z.core.$strict>>;
|
|
2838
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
2839
|
+
type: z.ZodLiteral<"PRODUCT_SELECTOR">;
|
|
2840
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
2841
|
+
type: z.ZodLiteral<"CATEGORY_SELECTOR">;
|
|
2842
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
2578
2843
|
type: z.ZodLiteral<"DECK">;
|
|
2579
2844
|
cards: z.ZodArray<z.ZodObject<{
|
|
2580
2845
|
settings: z.ZodRecord<z.ZodString, z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
@@ -2664,54 +2929,235 @@ declare const DeckShowcaseContentEditorDefaultsSchema: z.ZodObject<{
|
|
|
2664
2929
|
type: z.ZodLiteral<"CATEGORY_SELECTOR">;
|
|
2665
2930
|
}, z.core.$strict>], "type">>;
|
|
2666
2931
|
}, z.core.$strict>>;
|
|
2667
|
-
}, z.core.$strict>;
|
|
2668
|
-
declare const
|
|
2932
|
+
}, z.core.$strict>], "type">;
|
|
2933
|
+
declare const DeckShowcaseContentEditorDefaultsSchema: z.ZodObject<{
|
|
2669
2934
|
type: z.ZodLiteral<"DECK">;
|
|
2670
|
-
|
|
2671
|
-
|
|
2672
|
-
|
|
2673
|
-
|
|
2674
|
-
|
|
2675
|
-
|
|
2676
|
-
|
|
2677
|
-
|
|
2678
|
-
|
|
2679
|
-
|
|
2680
|
-
|
|
2681
|
-
|
|
2682
|
-
|
|
2683
|
-
|
|
2684
|
-
|
|
2685
|
-
|
|
2686
|
-
|
|
2687
|
-
|
|
2688
|
-
|
|
2689
|
-
|
|
2690
|
-
|
|
2691
|
-
|
|
2692
|
-
|
|
2693
|
-
|
|
2694
|
-
|
|
2695
|
-
|
|
2696
|
-
|
|
2697
|
-
|
|
2698
|
-
|
|
2699
|
-
|
|
2700
|
-
|
|
2701
|
-
|
|
2702
|
-
|
|
2703
|
-
|
|
2704
|
-
|
|
2705
|
-
|
|
2706
|
-
|
|
2707
|
-
|
|
2708
|
-
|
|
2709
|
-
|
|
2710
|
-
|
|
2711
|
-
|
|
2712
|
-
|
|
2713
|
-
|
|
2714
|
-
|
|
2935
|
+
cards: z.ZodArray<z.ZodObject<{
|
|
2936
|
+
settings: z.ZodRecord<z.ZodString, z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
2937
|
+
type: z.ZodLiteral<"INPUTBOX">;
|
|
2938
|
+
text: z.ZodString;
|
|
2939
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
2940
|
+
type: z.ZodLiteral<"TEXTAREA">;
|
|
2941
|
+
text: z.ZodString;
|
|
2942
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
2943
|
+
type: z.ZodLiteral<"BUTTON">;
|
|
2944
|
+
title: z.ZodString;
|
|
2945
|
+
buttonType: z.ZodEnum<{
|
|
2946
|
+
SCROLL_TO_TILE: "SCROLL_TO_TILE";
|
|
2947
|
+
HYPER_LINK: "HYPER_LINK";
|
|
2948
|
+
MAIL_LINK: "MAIL_LINK";
|
|
2949
|
+
TEL_LINK: "TEL_LINK";
|
|
2950
|
+
GO_TO_STORE: "GO_TO_STORE";
|
|
2951
|
+
GO_TO_STORE_LINK: "GO_TO_STORE_LINK";
|
|
2952
|
+
GO_TO_PAGE: "GO_TO_PAGE";
|
|
2953
|
+
GO_TO_CATEGORY: "GO_TO_CATEGORY";
|
|
2954
|
+
GO_TO_CATEGORY_LINK: "GO_TO_CATEGORY_LINK";
|
|
2955
|
+
}>;
|
|
2956
|
+
link: z.ZodOptional<z.ZodString>;
|
|
2957
|
+
linkTarget: z.ZodOptional<z.ZodString>;
|
|
2958
|
+
email: z.ZodOptional<z.ZodString>;
|
|
2959
|
+
phone: z.ZodOptional<z.ZodString>;
|
|
2960
|
+
tileId: z.ZodOptional<z.ZodString>;
|
|
2961
|
+
categoryId: z.ZodOptional<z.ZodNumber>;
|
|
2962
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
2963
|
+
type: z.ZodLiteral<"IMAGE">;
|
|
2964
|
+
imageData: z.ZodObject<{
|
|
2965
|
+
set: z.ZodObject<{
|
|
2966
|
+
ORIGINAL: z.ZodOptional<z.ZodObject<{
|
|
2967
|
+
url: z.ZodString;
|
|
2968
|
+
width: z.ZodOptional<z.ZodInt>;
|
|
2969
|
+
height: z.ZodOptional<z.ZodInt>;
|
|
2970
|
+
}, z.core.$strict>>;
|
|
2971
|
+
WEBP_LOW_RES: z.ZodOptional<z.ZodObject<{
|
|
2972
|
+
url: z.ZodString;
|
|
2973
|
+
width: z.ZodOptional<z.ZodInt>;
|
|
2974
|
+
height: z.ZodOptional<z.ZodInt>;
|
|
2975
|
+
}, z.core.$strict>>;
|
|
2976
|
+
WEBP_HI_2X_RES: z.ZodOptional<z.ZodObject<{
|
|
2977
|
+
url: z.ZodString;
|
|
2978
|
+
width: z.ZodOptional<z.ZodInt>;
|
|
2979
|
+
height: z.ZodOptional<z.ZodInt>;
|
|
2980
|
+
}, z.core.$strict>>;
|
|
2981
|
+
MOBILE_WEBP_LOW_RES: z.ZodOptional<z.ZodObject<{
|
|
2982
|
+
url: z.ZodString;
|
|
2983
|
+
width: z.ZodOptional<z.ZodInt>;
|
|
2984
|
+
height: z.ZodOptional<z.ZodInt>;
|
|
2985
|
+
}, z.core.$strict>>;
|
|
2986
|
+
MOBILE_WEBP_HI_RES: z.ZodOptional<z.ZodObject<{
|
|
2987
|
+
url: z.ZodString;
|
|
2988
|
+
width: z.ZodOptional<z.ZodInt>;
|
|
2989
|
+
height: z.ZodOptional<z.ZodInt>;
|
|
2990
|
+
}, z.core.$strict>>;
|
|
2991
|
+
}, z.core.$strict>;
|
|
2992
|
+
borderInfo: z.ZodOptional<z.ZodObject<{
|
|
2993
|
+
homogeneity: z.ZodOptional<z.ZodBoolean>;
|
|
2994
|
+
color: z.ZodOptional<z.ZodObject<{
|
|
2995
|
+
r: z.ZodNumber;
|
|
2996
|
+
g: z.ZodNumber;
|
|
2997
|
+
b: z.ZodNumber;
|
|
2998
|
+
a: z.ZodNumber;
|
|
2999
|
+
}, z.core.$strict>>;
|
|
3000
|
+
}, z.core.$strict>>;
|
|
3001
|
+
}, z.core.$strict>;
|
|
3002
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
3003
|
+
type: z.ZodLiteral<"TOGGLE">;
|
|
3004
|
+
enabled: z.ZodBoolean;
|
|
3005
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
3006
|
+
type: z.ZodLiteral<"SELECTBOX">;
|
|
3007
|
+
value: z.ZodString;
|
|
3008
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
3009
|
+
type: z.ZodLiteral<"DIVIDER">;
|
|
3010
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
3011
|
+
type: z.ZodLiteral<"INFO">;
|
|
3012
|
+
text: z.ZodOptional<z.ZodString>;
|
|
3013
|
+
button: z.ZodOptional<z.ZodObject<{
|
|
3014
|
+
title: z.ZodOptional<z.ZodString>;
|
|
3015
|
+
link: z.ZodOptional<z.ZodString>;
|
|
3016
|
+
}, z.core.$strict>>;
|
|
3017
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
3018
|
+
type: z.ZodLiteral<"PRODUCT_SELECTOR">;
|
|
3019
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
3020
|
+
type: z.ZodLiteral<"CATEGORY_SELECTOR">;
|
|
3021
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
3022
|
+
type: z.ZodLiteral<"DECK">;
|
|
3023
|
+
cards: z.ZodArray<z.ZodObject<{
|
|
3024
|
+
settings: z.ZodRecord<z.ZodString, z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
3025
|
+
type: z.ZodLiteral<"INPUTBOX">;
|
|
3026
|
+
text: z.ZodString;
|
|
3027
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
3028
|
+
type: z.ZodLiteral<"TEXTAREA">;
|
|
3029
|
+
text: z.ZodString;
|
|
3030
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
3031
|
+
type: z.ZodLiteral<"BUTTON">;
|
|
3032
|
+
title: z.ZodString;
|
|
3033
|
+
buttonType: z.ZodEnum<{
|
|
3034
|
+
SCROLL_TO_TILE: "SCROLL_TO_TILE";
|
|
3035
|
+
HYPER_LINK: "HYPER_LINK";
|
|
3036
|
+
MAIL_LINK: "MAIL_LINK";
|
|
3037
|
+
TEL_LINK: "TEL_LINK";
|
|
3038
|
+
GO_TO_STORE: "GO_TO_STORE";
|
|
3039
|
+
GO_TO_STORE_LINK: "GO_TO_STORE_LINK";
|
|
3040
|
+
GO_TO_PAGE: "GO_TO_PAGE";
|
|
3041
|
+
GO_TO_CATEGORY: "GO_TO_CATEGORY";
|
|
3042
|
+
GO_TO_CATEGORY_LINK: "GO_TO_CATEGORY_LINK";
|
|
3043
|
+
}>;
|
|
3044
|
+
link: z.ZodOptional<z.ZodString>;
|
|
3045
|
+
linkTarget: z.ZodOptional<z.ZodString>;
|
|
3046
|
+
email: z.ZodOptional<z.ZodString>;
|
|
3047
|
+
phone: z.ZodOptional<z.ZodString>;
|
|
3048
|
+
tileId: z.ZodOptional<z.ZodString>;
|
|
3049
|
+
categoryId: z.ZodOptional<z.ZodNumber>;
|
|
3050
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
3051
|
+
type: z.ZodLiteral<"IMAGE">;
|
|
3052
|
+
imageData: z.ZodObject<{
|
|
3053
|
+
set: z.ZodObject<{
|
|
3054
|
+
ORIGINAL: z.ZodOptional<z.ZodObject<{
|
|
3055
|
+
url: z.ZodString;
|
|
3056
|
+
width: z.ZodOptional<z.ZodInt>;
|
|
3057
|
+
height: z.ZodOptional<z.ZodInt>;
|
|
3058
|
+
}, z.core.$strict>>;
|
|
3059
|
+
WEBP_LOW_RES: z.ZodOptional<z.ZodObject<{
|
|
3060
|
+
url: z.ZodString;
|
|
3061
|
+
width: z.ZodOptional<z.ZodInt>;
|
|
3062
|
+
height: z.ZodOptional<z.ZodInt>;
|
|
3063
|
+
}, z.core.$strict>>;
|
|
3064
|
+
WEBP_HI_2X_RES: z.ZodOptional<z.ZodObject<{
|
|
3065
|
+
url: z.ZodString;
|
|
3066
|
+
width: z.ZodOptional<z.ZodInt>;
|
|
3067
|
+
height: z.ZodOptional<z.ZodInt>;
|
|
3068
|
+
}, z.core.$strict>>;
|
|
3069
|
+
MOBILE_WEBP_LOW_RES: z.ZodOptional<z.ZodObject<{
|
|
3070
|
+
url: z.ZodString;
|
|
3071
|
+
width: z.ZodOptional<z.ZodInt>;
|
|
3072
|
+
height: z.ZodOptional<z.ZodInt>;
|
|
3073
|
+
}, z.core.$strict>>;
|
|
3074
|
+
MOBILE_WEBP_HI_RES: z.ZodOptional<z.ZodObject<{
|
|
3075
|
+
url: z.ZodString;
|
|
3076
|
+
width: z.ZodOptional<z.ZodInt>;
|
|
3077
|
+
height: z.ZodOptional<z.ZodInt>;
|
|
3078
|
+
}, z.core.$strict>>;
|
|
3079
|
+
}, z.core.$strict>;
|
|
3080
|
+
borderInfo: z.ZodOptional<z.ZodObject<{
|
|
3081
|
+
homogeneity: z.ZodOptional<z.ZodBoolean>;
|
|
3082
|
+
color: z.ZodOptional<z.ZodObject<{
|
|
3083
|
+
r: z.ZodNumber;
|
|
3084
|
+
g: z.ZodNumber;
|
|
3085
|
+
b: z.ZodNumber;
|
|
3086
|
+
a: z.ZodNumber;
|
|
3087
|
+
}, z.core.$strict>>;
|
|
3088
|
+
}, z.core.$strict>>;
|
|
3089
|
+
}, z.core.$strict>;
|
|
3090
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
3091
|
+
type: z.ZodLiteral<"TOGGLE">;
|
|
3092
|
+
enabled: z.ZodBoolean;
|
|
3093
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
3094
|
+
type: z.ZodLiteral<"SELECTBOX">;
|
|
3095
|
+
value: z.ZodString;
|
|
3096
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
3097
|
+
type: z.ZodLiteral<"DIVIDER">;
|
|
3098
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
3099
|
+
type: z.ZodLiteral<"INFO">;
|
|
3100
|
+
text: z.ZodOptional<z.ZodString>;
|
|
3101
|
+
button: z.ZodOptional<z.ZodObject<{
|
|
3102
|
+
title: z.ZodOptional<z.ZodString>;
|
|
3103
|
+
link: z.ZodOptional<z.ZodString>;
|
|
3104
|
+
}, z.core.$strict>>;
|
|
3105
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
3106
|
+
type: z.ZodLiteral<"PRODUCT_SELECTOR">;
|
|
3107
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
3108
|
+
type: z.ZodLiteral<"CATEGORY_SELECTOR">;
|
|
3109
|
+
}, z.core.$strict>], "type">>;
|
|
3110
|
+
}, z.core.$strict>>;
|
|
3111
|
+
}, z.core.$strict>], "type">>;
|
|
3112
|
+
}, z.core.$strict>>;
|
|
3113
|
+
}, z.core.$strict>;
|
|
3114
|
+
declare const DeckContentEditorSchema: z.ZodObject<{
|
|
3115
|
+
type: z.ZodLiteral<"DECK">;
|
|
3116
|
+
label: z.ZodString;
|
|
3117
|
+
addButtonLabel: z.ZodString;
|
|
3118
|
+
maxCards: z.ZodInt;
|
|
3119
|
+
cards: z.ZodObject<{
|
|
3120
|
+
defaultCardContent: z.ZodObject<{
|
|
3121
|
+
label: z.ZodString;
|
|
3122
|
+
settings: z.ZodRecord<z.ZodString, z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
3123
|
+
type: z.ZodLiteral<"INPUTBOX">;
|
|
3124
|
+
label: z.ZodString;
|
|
3125
|
+
placeholder: z.ZodString;
|
|
3126
|
+
defaults: z.ZodOptional<z.ZodObject<{
|
|
3127
|
+
type: z.ZodLiteral<"INPUTBOX">;
|
|
3128
|
+
text: z.ZodString;
|
|
3129
|
+
}, z.core.$strict>>;
|
|
3130
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
3131
|
+
type: z.ZodLiteral<"TEXTAREA">;
|
|
3132
|
+
label: z.ZodString;
|
|
3133
|
+
placeholder: z.ZodString;
|
|
3134
|
+
defaults: z.ZodOptional<z.ZodObject<{
|
|
3135
|
+
type: z.ZodLiteral<"TEXTAREA">;
|
|
3136
|
+
text: z.ZodString;
|
|
3137
|
+
}, z.core.$strict>>;
|
|
3138
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
3139
|
+
type: z.ZodLiteral<"BUTTON">;
|
|
3140
|
+
label: z.ZodString;
|
|
3141
|
+
defaults: z.ZodOptional<z.ZodObject<{
|
|
3142
|
+
type: z.ZodLiteral<"BUTTON">;
|
|
3143
|
+
title: z.ZodString;
|
|
3144
|
+
buttonType: z.ZodEnum<{
|
|
3145
|
+
SCROLL_TO_TILE: "SCROLL_TO_TILE";
|
|
3146
|
+
HYPER_LINK: "HYPER_LINK";
|
|
3147
|
+
MAIL_LINK: "MAIL_LINK";
|
|
3148
|
+
TEL_LINK: "TEL_LINK";
|
|
3149
|
+
GO_TO_STORE: "GO_TO_STORE";
|
|
3150
|
+
GO_TO_STORE_LINK: "GO_TO_STORE_LINK";
|
|
3151
|
+
GO_TO_PAGE: "GO_TO_PAGE";
|
|
3152
|
+
GO_TO_CATEGORY: "GO_TO_CATEGORY";
|
|
3153
|
+
GO_TO_CATEGORY_LINK: "GO_TO_CATEGORY_LINK";
|
|
3154
|
+
}>;
|
|
3155
|
+
link: z.ZodOptional<z.ZodString>;
|
|
3156
|
+
linkTarget: z.ZodOptional<z.ZodString>;
|
|
3157
|
+
email: z.ZodOptional<z.ZodString>;
|
|
3158
|
+
phone: z.ZodOptional<z.ZodString>;
|
|
3159
|
+
tileId: z.ZodOptional<z.ZodString>;
|
|
3160
|
+
categoryId: z.ZodOptional<z.ZodNumber>;
|
|
2715
3161
|
}, z.core.$strict>>;
|
|
2716
3162
|
}, z.core.$strict>, z.ZodObject<{
|
|
2717
3163
|
type: z.ZodLiteral<"IMAGE">;
|
|
@@ -4391,36 +4837,126 @@ declare const ShowcaseContentEditorDefaultsSchema: z.ZodDiscriminatedUnion<[z.Zo
|
|
|
4391
4837
|
type: z.ZodLiteral<"PRODUCT_SELECTOR">;
|
|
4392
4838
|
}, z.core.$strict>, z.ZodObject<{
|
|
4393
4839
|
type: z.ZodLiteral<"CATEGORY_SELECTOR">;
|
|
4394
|
-
}, z.core.$strict
|
|
4395
|
-
|
|
4396
|
-
|
|
4397
|
-
|
|
4398
|
-
|
|
4399
|
-
|
|
4400
|
-
}, z.core.$strict
|
|
4401
|
-
|
|
4402
|
-
|
|
4403
|
-
|
|
4404
|
-
|
|
4405
|
-
|
|
4406
|
-
|
|
4407
|
-
|
|
4408
|
-
|
|
4409
|
-
|
|
4410
|
-
|
|
4411
|
-
|
|
4412
|
-
|
|
4413
|
-
|
|
4414
|
-
|
|
4415
|
-
|
|
4416
|
-
|
|
4417
|
-
|
|
4418
|
-
|
|
4419
|
-
|
|
4420
|
-
|
|
4421
|
-
|
|
4422
|
-
|
|
4423
|
-
|
|
4840
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
4841
|
+
type: z.ZodLiteral<"DECK">;
|
|
4842
|
+
cards: z.ZodArray<z.ZodObject<{
|
|
4843
|
+
settings: z.ZodRecord<z.ZodString, z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
4844
|
+
type: z.ZodLiteral<"INPUTBOX">;
|
|
4845
|
+
text: z.ZodString;
|
|
4846
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
4847
|
+
type: z.ZodLiteral<"TEXTAREA">;
|
|
4848
|
+
text: z.ZodString;
|
|
4849
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
4850
|
+
type: z.ZodLiteral<"BUTTON">;
|
|
4851
|
+
title: z.ZodString;
|
|
4852
|
+
buttonType: z.ZodEnum<{
|
|
4853
|
+
SCROLL_TO_TILE: "SCROLL_TO_TILE";
|
|
4854
|
+
HYPER_LINK: "HYPER_LINK";
|
|
4855
|
+
MAIL_LINK: "MAIL_LINK";
|
|
4856
|
+
TEL_LINK: "TEL_LINK";
|
|
4857
|
+
GO_TO_STORE: "GO_TO_STORE";
|
|
4858
|
+
GO_TO_STORE_LINK: "GO_TO_STORE_LINK";
|
|
4859
|
+
GO_TO_PAGE: "GO_TO_PAGE";
|
|
4860
|
+
GO_TO_CATEGORY: "GO_TO_CATEGORY";
|
|
4861
|
+
GO_TO_CATEGORY_LINK: "GO_TO_CATEGORY_LINK";
|
|
4862
|
+
}>;
|
|
4863
|
+
link: z.ZodOptional<z.ZodString>;
|
|
4864
|
+
linkTarget: z.ZodOptional<z.ZodString>;
|
|
4865
|
+
email: z.ZodOptional<z.ZodString>;
|
|
4866
|
+
phone: z.ZodOptional<z.ZodString>;
|
|
4867
|
+
tileId: z.ZodOptional<z.ZodString>;
|
|
4868
|
+
categoryId: z.ZodOptional<z.ZodNumber>;
|
|
4869
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
4870
|
+
type: z.ZodLiteral<"IMAGE">;
|
|
4871
|
+
imageData: z.ZodObject<{
|
|
4872
|
+
set: z.ZodObject<{
|
|
4873
|
+
ORIGINAL: z.ZodOptional<z.ZodObject<{
|
|
4874
|
+
url: z.ZodString;
|
|
4875
|
+
width: z.ZodOptional<z.ZodInt>;
|
|
4876
|
+
height: z.ZodOptional<z.ZodInt>;
|
|
4877
|
+
}, z.core.$strict>>;
|
|
4878
|
+
WEBP_LOW_RES: z.ZodOptional<z.ZodObject<{
|
|
4879
|
+
url: z.ZodString;
|
|
4880
|
+
width: z.ZodOptional<z.ZodInt>;
|
|
4881
|
+
height: z.ZodOptional<z.ZodInt>;
|
|
4882
|
+
}, z.core.$strict>>;
|
|
4883
|
+
WEBP_HI_2X_RES: z.ZodOptional<z.ZodObject<{
|
|
4884
|
+
url: z.ZodString;
|
|
4885
|
+
width: z.ZodOptional<z.ZodInt>;
|
|
4886
|
+
height: z.ZodOptional<z.ZodInt>;
|
|
4887
|
+
}, z.core.$strict>>;
|
|
4888
|
+
MOBILE_WEBP_LOW_RES: z.ZodOptional<z.ZodObject<{
|
|
4889
|
+
url: z.ZodString;
|
|
4890
|
+
width: z.ZodOptional<z.ZodInt>;
|
|
4891
|
+
height: z.ZodOptional<z.ZodInt>;
|
|
4892
|
+
}, z.core.$strict>>;
|
|
4893
|
+
MOBILE_WEBP_HI_RES: z.ZodOptional<z.ZodObject<{
|
|
4894
|
+
url: z.ZodString;
|
|
4895
|
+
width: z.ZodOptional<z.ZodInt>;
|
|
4896
|
+
height: z.ZodOptional<z.ZodInt>;
|
|
4897
|
+
}, z.core.$strict>>;
|
|
4898
|
+
}, z.core.$strict>;
|
|
4899
|
+
borderInfo: z.ZodOptional<z.ZodObject<{
|
|
4900
|
+
homogeneity: z.ZodOptional<z.ZodBoolean>;
|
|
4901
|
+
color: z.ZodOptional<z.ZodObject<{
|
|
4902
|
+
r: z.ZodNumber;
|
|
4903
|
+
g: z.ZodNumber;
|
|
4904
|
+
b: z.ZodNumber;
|
|
4905
|
+
a: z.ZodNumber;
|
|
4906
|
+
}, z.core.$strict>>;
|
|
4907
|
+
}, z.core.$strict>>;
|
|
4908
|
+
}, z.core.$strict>;
|
|
4909
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
4910
|
+
type: z.ZodLiteral<"TOGGLE">;
|
|
4911
|
+
enabled: z.ZodBoolean;
|
|
4912
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
4913
|
+
type: z.ZodLiteral<"SELECTBOX">;
|
|
4914
|
+
value: z.ZodString;
|
|
4915
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
4916
|
+
type: z.ZodLiteral<"DIVIDER">;
|
|
4917
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
4918
|
+
type: z.ZodLiteral<"INFO">;
|
|
4919
|
+
text: z.ZodOptional<z.ZodString>;
|
|
4920
|
+
button: z.ZodOptional<z.ZodObject<{
|
|
4921
|
+
title: z.ZodOptional<z.ZodString>;
|
|
4922
|
+
link: z.ZodOptional<z.ZodString>;
|
|
4923
|
+
}, z.core.$strict>>;
|
|
4924
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
4925
|
+
type: z.ZodLiteral<"PRODUCT_SELECTOR">;
|
|
4926
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
4927
|
+
type: z.ZodLiteral<"CATEGORY_SELECTOR">;
|
|
4928
|
+
}, z.core.$strict>], "type">>;
|
|
4929
|
+
}, z.core.$strict>>;
|
|
4930
|
+
}, z.core.$strict>], "type">>;
|
|
4931
|
+
}, z.core.$strict>>;
|
|
4932
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
4933
|
+
type: z.ZodLiteral<"PRODUCT_SELECTOR">;
|
|
4934
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
4935
|
+
type: z.ZodLiteral<"CATEGORY_SELECTOR">;
|
|
4936
|
+
}, z.core.$strict>], "type">;
|
|
4937
|
+
declare const DesignEditorDefaultsSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
4938
|
+
type: z.ZodLiteral<"TEXT">;
|
|
4939
|
+
font: z.ZodOptional<z.ZodString>;
|
|
4940
|
+
size: z.ZodOptional<z.ZodCustom<number | GlobalTextSizeValue, number | GlobalTextSizeValue>>;
|
|
4941
|
+
bold: z.ZodOptional<z.ZodBoolean>;
|
|
4942
|
+
italic: z.ZodOptional<z.ZodBoolean>;
|
|
4943
|
+
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
4944
|
+
visible: z.ZodOptional<z.ZodBoolean>;
|
|
4945
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
4946
|
+
type: z.ZodLiteral<"BUTTON">;
|
|
4947
|
+
appearance: z.ZodOptional<z.ZodEnum<{
|
|
4948
|
+
TEXT: "TEXT";
|
|
4949
|
+
SOLID: "SOLID";
|
|
4950
|
+
OUTLINE: "OUTLINE";
|
|
4951
|
+
}>>;
|
|
4952
|
+
size: z.ZodOptional<z.ZodEnum<{
|
|
4953
|
+
SMALL: "SMALL";
|
|
4954
|
+
MEDIUM: "MEDIUM";
|
|
4955
|
+
LARGE: "LARGE";
|
|
4956
|
+
}>>;
|
|
4957
|
+
shape: z.ZodOptional<z.ZodEnum<{
|
|
4958
|
+
ROUND_CORNER: "ROUND_CORNER";
|
|
4959
|
+
RECTANGLE: "RECTANGLE";
|
|
4424
4960
|
PILL: "PILL";
|
|
4425
4961
|
}>>;
|
|
4426
4962
|
font: z.ZodOptional<z.ZodString>;
|
|
@@ -4585,6 +5121,7 @@ type CategorySelectorContentEditor = z.infer<typeof CategorySelectorContentEdito
|
|
|
4585
5121
|
type ContentEditor = z.infer<typeof ContentEditorSchema>;
|
|
4586
5122
|
type ContentSettings = z.infer<typeof ContentSettingsSchema>;
|
|
4587
5123
|
type ContentEditorDefaults = z.infer<typeof ShowcaseContentEditorDefaultsSchema>;
|
|
5124
|
+
type ContentEditorDefaultsWithNestedDeckUnion = z.infer<typeof ContentEditorDefaultsWithNestedDeckSchemaUnion>;
|
|
4588
5125
|
|
|
4589
5126
|
type MandatoryContentSettings = {
|
|
4590
5127
|
menu: NavigationMenuContentEditor;
|
|
@@ -8069,6 +8606,96 @@ declare const ManifestSchema: z.ZodObject<{
|
|
|
8069
8606
|
type: z.ZodLiteral<"PRODUCT_SELECTOR">;
|
|
8070
8607
|
}, z.core.$strict>, z.ZodObject<{
|
|
8071
8608
|
type: z.ZodLiteral<"CATEGORY_SELECTOR">;
|
|
8609
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
8610
|
+
type: z.ZodLiteral<"DECK">;
|
|
8611
|
+
cards: z.ZodArray<z.ZodObject<{
|
|
8612
|
+
settings: z.ZodRecord<z.ZodString, z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
8613
|
+
type: z.ZodLiteral<"INPUTBOX">;
|
|
8614
|
+
text: z.ZodString;
|
|
8615
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
8616
|
+
type: z.ZodLiteral<"TEXTAREA">;
|
|
8617
|
+
text: z.ZodString;
|
|
8618
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
8619
|
+
type: z.ZodLiteral<"BUTTON">;
|
|
8620
|
+
title: z.ZodString;
|
|
8621
|
+
buttonType: z.ZodEnum<{
|
|
8622
|
+
SCROLL_TO_TILE: "SCROLL_TO_TILE";
|
|
8623
|
+
HYPER_LINK: "HYPER_LINK";
|
|
8624
|
+
MAIL_LINK: "MAIL_LINK";
|
|
8625
|
+
TEL_LINK: "TEL_LINK";
|
|
8626
|
+
GO_TO_STORE: "GO_TO_STORE";
|
|
8627
|
+
GO_TO_STORE_LINK: "GO_TO_STORE_LINK";
|
|
8628
|
+
GO_TO_PAGE: "GO_TO_PAGE";
|
|
8629
|
+
GO_TO_CATEGORY: "GO_TO_CATEGORY";
|
|
8630
|
+
GO_TO_CATEGORY_LINK: "GO_TO_CATEGORY_LINK";
|
|
8631
|
+
}>;
|
|
8632
|
+
link: z.ZodOptional<z.ZodString>;
|
|
8633
|
+
linkTarget: z.ZodOptional<z.ZodString>;
|
|
8634
|
+
email: z.ZodOptional<z.ZodString>;
|
|
8635
|
+
phone: z.ZodOptional<z.ZodString>;
|
|
8636
|
+
tileId: z.ZodOptional<z.ZodString>;
|
|
8637
|
+
categoryId: z.ZodOptional<z.ZodNumber>;
|
|
8638
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
8639
|
+
type: z.ZodLiteral<"IMAGE">;
|
|
8640
|
+
imageData: z.ZodObject<{
|
|
8641
|
+
set: z.ZodObject<{
|
|
8642
|
+
ORIGINAL: z.ZodOptional<z.ZodObject<{
|
|
8643
|
+
url: z.ZodString;
|
|
8644
|
+
width: z.ZodOptional<z.ZodInt>;
|
|
8645
|
+
height: z.ZodOptional<z.ZodInt>;
|
|
8646
|
+
}, z.core.$strict>>;
|
|
8647
|
+
WEBP_LOW_RES: z.ZodOptional<z.ZodObject<{
|
|
8648
|
+
url: z.ZodString;
|
|
8649
|
+
width: z.ZodOptional<z.ZodInt>;
|
|
8650
|
+
height: z.ZodOptional<z.ZodInt>;
|
|
8651
|
+
}, z.core.$strict>>;
|
|
8652
|
+
WEBP_HI_2X_RES: z.ZodOptional<z.ZodObject<{
|
|
8653
|
+
url: z.ZodString;
|
|
8654
|
+
width: z.ZodOptional<z.ZodInt>;
|
|
8655
|
+
height: z.ZodOptional<z.ZodInt>;
|
|
8656
|
+
}, z.core.$strict>>;
|
|
8657
|
+
MOBILE_WEBP_LOW_RES: z.ZodOptional<z.ZodObject<{
|
|
8658
|
+
url: z.ZodString;
|
|
8659
|
+
width: z.ZodOptional<z.ZodInt>;
|
|
8660
|
+
height: z.ZodOptional<z.ZodInt>;
|
|
8661
|
+
}, z.core.$strict>>;
|
|
8662
|
+
MOBILE_WEBP_HI_RES: z.ZodOptional<z.ZodObject<{
|
|
8663
|
+
url: z.ZodString;
|
|
8664
|
+
width: z.ZodOptional<z.ZodInt>;
|
|
8665
|
+
height: z.ZodOptional<z.ZodInt>;
|
|
8666
|
+
}, z.core.$strict>>;
|
|
8667
|
+
}, z.core.$strict>;
|
|
8668
|
+
borderInfo: z.ZodOptional<z.ZodObject<{
|
|
8669
|
+
homogeneity: z.ZodOptional<z.ZodBoolean>;
|
|
8670
|
+
color: z.ZodOptional<z.ZodObject<{
|
|
8671
|
+
r: z.ZodNumber;
|
|
8672
|
+
g: z.ZodNumber;
|
|
8673
|
+
b: z.ZodNumber;
|
|
8674
|
+
a: z.ZodNumber;
|
|
8675
|
+
}, z.core.$strict>>;
|
|
8676
|
+
}, z.core.$strict>>;
|
|
8677
|
+
}, z.core.$strict>;
|
|
8678
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
8679
|
+
type: z.ZodLiteral<"TOGGLE">;
|
|
8680
|
+
enabled: z.ZodBoolean;
|
|
8681
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
8682
|
+
type: z.ZodLiteral<"SELECTBOX">;
|
|
8683
|
+
value: z.ZodString;
|
|
8684
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
8685
|
+
type: z.ZodLiteral<"DIVIDER">;
|
|
8686
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
8687
|
+
type: z.ZodLiteral<"INFO">;
|
|
8688
|
+
text: z.ZodOptional<z.ZodString>;
|
|
8689
|
+
button: z.ZodOptional<z.ZodObject<{
|
|
8690
|
+
title: z.ZodOptional<z.ZodString>;
|
|
8691
|
+
link: z.ZodOptional<z.ZodString>;
|
|
8692
|
+
}, z.core.$strict>>;
|
|
8693
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
8694
|
+
type: z.ZodLiteral<"PRODUCT_SELECTOR">;
|
|
8695
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
8696
|
+
type: z.ZodLiteral<"CATEGORY_SELECTOR">;
|
|
8697
|
+
}, z.core.$strict>], "type">>;
|
|
8698
|
+
}, z.core.$strict>>;
|
|
8072
8699
|
}, z.core.$strict>], "type">>;
|
|
8073
8700
|
}, z.core.$strict>>;
|
|
8074
8701
|
}, z.core.$strict>, z.ZodObject<{
|
|
@@ -8574,6 +9201,62 @@ declare const ManifestSchema: z.ZodObject<{
|
|
|
8574
9201
|
type: z.ZodLiteral<"PRODUCT_SELECTOR">;
|
|
8575
9202
|
}, z.core.$strict>, z.ZodObject<{
|
|
8576
9203
|
type: z.ZodLiteral<"CATEGORY_SELECTOR">;
|
|
9204
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
9205
|
+
type: z.ZodLiteral<"DECK">;
|
|
9206
|
+
cards: z.ZodArray<z.ZodObject<{
|
|
9207
|
+
settings: z.ZodRecord<z.ZodString, z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
9208
|
+
type: z.ZodLiteral<"INPUTBOX">;
|
|
9209
|
+
text: z.ZodString;
|
|
9210
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
9211
|
+
type: z.ZodLiteral<"TEXTAREA">;
|
|
9212
|
+
text: z.ZodString;
|
|
9213
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
9214
|
+
type: z.ZodLiteral<"BUTTON">;
|
|
9215
|
+
title: z.ZodString;
|
|
9216
|
+
buttonType: z.ZodEnum<{
|
|
9217
|
+
SCROLL_TO_TILE: "SCROLL_TO_TILE";
|
|
9218
|
+
HYPER_LINK: "HYPER_LINK";
|
|
9219
|
+
MAIL_LINK: "MAIL_LINK";
|
|
9220
|
+
TEL_LINK: "TEL_LINK";
|
|
9221
|
+
GO_TO_STORE: "GO_TO_STORE";
|
|
9222
|
+
GO_TO_STORE_LINK: "GO_TO_STORE_LINK";
|
|
9223
|
+
GO_TO_PAGE: "GO_TO_PAGE";
|
|
9224
|
+
GO_TO_CATEGORY: "GO_TO_CATEGORY";
|
|
9225
|
+
GO_TO_CATEGORY_LINK: "GO_TO_CATEGORY_LINK";
|
|
9226
|
+
}>;
|
|
9227
|
+
link: z.ZodOptional<z.ZodString>;
|
|
9228
|
+
linkTarget: z.ZodOptional<z.ZodString>;
|
|
9229
|
+
email: z.ZodOptional<z.ZodString>;
|
|
9230
|
+
phone: z.ZodOptional<z.ZodString>;
|
|
9231
|
+
tileId: z.ZodOptional<z.ZodString>;
|
|
9232
|
+
categoryId: z.ZodOptional<z.ZodNumber>;
|
|
9233
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
9234
|
+
type: z.ZodLiteral<"IMAGE">;
|
|
9235
|
+
imageData: z.ZodObject<{
|
|
9236
|
+
set: z.ZodObject</*elided*/ any, z.core.$strict>;
|
|
9237
|
+
borderInfo: z.ZodOptional<z.ZodObject</*elided*/ any, z.core.$strict>>;
|
|
9238
|
+
}, z.core.$strict>;
|
|
9239
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
9240
|
+
type: z.ZodLiteral<"TOGGLE">;
|
|
9241
|
+
enabled: z.ZodBoolean;
|
|
9242
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
9243
|
+
type: z.ZodLiteral<"SELECTBOX">;
|
|
9244
|
+
value: z.ZodString;
|
|
9245
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
9246
|
+
type: z.ZodLiteral<"DIVIDER">;
|
|
9247
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
9248
|
+
type: z.ZodLiteral<"INFO">;
|
|
9249
|
+
text: z.ZodOptional<z.ZodString>;
|
|
9250
|
+
button: z.ZodOptional<z.ZodObject<{
|
|
9251
|
+
title: z.ZodOptional<z.ZodString>;
|
|
9252
|
+
link: z.ZodOptional<z.ZodString>;
|
|
9253
|
+
}, z.core.$strict>>;
|
|
9254
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
9255
|
+
type: z.ZodLiteral<"PRODUCT_SELECTOR">;
|
|
9256
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
9257
|
+
type: z.ZodLiteral<"CATEGORY_SELECTOR">;
|
|
9258
|
+
}, z.core.$strict>], "type">>;
|
|
9259
|
+
}, z.core.$strict>>;
|
|
8577
9260
|
}, z.core.$strict>], "type">>;
|
|
8578
9261
|
}, z.core.$strict>>;
|
|
8579
9262
|
}, z.core.$strict>, z.ZodObject<{
|
|
@@ -9021,9 +9704,65 @@ declare const ManifestSchema: z.ZodObject<{
|
|
|
9021
9704
|
type: z.ZodLiteral<"PRODUCT_SELECTOR">;
|
|
9022
9705
|
}, z.core.$strict>, z.ZodObject<{
|
|
9023
9706
|
type: z.ZodLiteral<"CATEGORY_SELECTOR">;
|
|
9024
|
-
}, z.core.$strict
|
|
9025
|
-
|
|
9026
|
-
|
|
9707
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
9708
|
+
type: z.ZodLiteral<"DECK">;
|
|
9709
|
+
cards: z.ZodArray<z.ZodObject<{
|
|
9710
|
+
settings: z.ZodRecord<z.ZodString, z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
9711
|
+
type: z.ZodLiteral<"INPUTBOX">;
|
|
9712
|
+
text: z.ZodString;
|
|
9713
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
9714
|
+
type: z.ZodLiteral<"TEXTAREA">;
|
|
9715
|
+
text: z.ZodString;
|
|
9716
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
9717
|
+
type: z.ZodLiteral<"BUTTON">;
|
|
9718
|
+
title: z.ZodString;
|
|
9719
|
+
buttonType: z.ZodEnum<{
|
|
9720
|
+
SCROLL_TO_TILE: "SCROLL_TO_TILE";
|
|
9721
|
+
HYPER_LINK: "HYPER_LINK";
|
|
9722
|
+
MAIL_LINK: "MAIL_LINK";
|
|
9723
|
+
TEL_LINK: "TEL_LINK";
|
|
9724
|
+
GO_TO_STORE: "GO_TO_STORE";
|
|
9725
|
+
GO_TO_STORE_LINK: "GO_TO_STORE_LINK";
|
|
9726
|
+
GO_TO_PAGE: "GO_TO_PAGE";
|
|
9727
|
+
GO_TO_CATEGORY: "GO_TO_CATEGORY";
|
|
9728
|
+
GO_TO_CATEGORY_LINK: "GO_TO_CATEGORY_LINK";
|
|
9729
|
+
}>;
|
|
9730
|
+
link: z.ZodOptional<z.ZodString>;
|
|
9731
|
+
linkTarget: z.ZodOptional<z.ZodString>;
|
|
9732
|
+
email: z.ZodOptional<z.ZodString>;
|
|
9733
|
+
phone: z.ZodOptional<z.ZodString>;
|
|
9734
|
+
tileId: z.ZodOptional<z.ZodString>;
|
|
9735
|
+
categoryId: z.ZodOptional<z.ZodNumber>;
|
|
9736
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
9737
|
+
type: z.ZodLiteral<"IMAGE">;
|
|
9738
|
+
imageData: z.ZodObject<{
|
|
9739
|
+
set: z.ZodObject</*elided*/ any, z.core.$strict>;
|
|
9740
|
+
borderInfo: z.ZodOptional<z.ZodObject</*elided*/ any, z.core.$strict>>;
|
|
9741
|
+
}, z.core.$strict>;
|
|
9742
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
9743
|
+
type: z.ZodLiteral<"TOGGLE">;
|
|
9744
|
+
enabled: z.ZodBoolean;
|
|
9745
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
9746
|
+
type: z.ZodLiteral<"SELECTBOX">;
|
|
9747
|
+
value: z.ZodString;
|
|
9748
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
9749
|
+
type: z.ZodLiteral<"DIVIDER">;
|
|
9750
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
9751
|
+
type: z.ZodLiteral<"INFO">;
|
|
9752
|
+
text: z.ZodOptional<z.ZodString>;
|
|
9753
|
+
button: z.ZodOptional<z.ZodObject<{
|
|
9754
|
+
title: z.ZodOptional<z.ZodString>;
|
|
9755
|
+
link: z.ZodOptional<z.ZodString>;
|
|
9756
|
+
}, z.core.$strict>>;
|
|
9757
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
9758
|
+
type: z.ZodLiteral<"PRODUCT_SELECTOR">;
|
|
9759
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
9760
|
+
type: z.ZodLiteral<"CATEGORY_SELECTOR">;
|
|
9761
|
+
}, z.core.$strict>], "type">>;
|
|
9762
|
+
}, z.core.$strict>>;
|
|
9763
|
+
}, z.core.$strict>], "type">>;
|
|
9764
|
+
}, z.core.$strict>>;
|
|
9765
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
9027
9766
|
type: z.ZodLiteral<"PRODUCT_SELECTOR">;
|
|
9028
9767
|
}, z.core.$strict>, z.ZodObject<{
|
|
9029
9768
|
type: z.ZodLiteral<"CATEGORY_SELECTOR">;
|
|
@@ -9473,6 +10212,71 @@ declare const ManifestSchema: z.ZodObject<{
|
|
|
9473
10212
|
type: z.ZodLiteral<"PRODUCT_SELECTOR">;
|
|
9474
10213
|
}, z.core.$strict>, z.ZodObject<{
|
|
9475
10214
|
type: z.ZodLiteral<"CATEGORY_SELECTOR">;
|
|
10215
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
10216
|
+
type: z.ZodLiteral<"DECK">;
|
|
10217
|
+
cards: z.ZodArray<z.ZodObject<{
|
|
10218
|
+
settings: z.ZodRecord<z.ZodString, z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
10219
|
+
type: z.ZodLiteral<"INPUTBOX">;
|
|
10220
|
+
text: z.ZodString;
|
|
10221
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
10222
|
+
type: z.ZodLiteral<"TEXTAREA">;
|
|
10223
|
+
text: z.ZodString;
|
|
10224
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
10225
|
+
type: z.ZodLiteral<"BUTTON">;
|
|
10226
|
+
title: z.ZodString;
|
|
10227
|
+
buttonType: z.ZodEnum<{
|
|
10228
|
+
SCROLL_TO_TILE: "SCROLL_TO_TILE";
|
|
10229
|
+
HYPER_LINK: "HYPER_LINK";
|
|
10230
|
+
MAIL_LINK: "MAIL_LINK";
|
|
10231
|
+
TEL_LINK: "TEL_LINK";
|
|
10232
|
+
GO_TO_STORE: "GO_TO_STORE";
|
|
10233
|
+
GO_TO_STORE_LINK: "GO_TO_STORE_LINK";
|
|
10234
|
+
GO_TO_PAGE: "GO_TO_PAGE";
|
|
10235
|
+
GO_TO_CATEGORY: "GO_TO_CATEGORY";
|
|
10236
|
+
GO_TO_CATEGORY_LINK: "GO_TO_CATEGORY_LINK";
|
|
10237
|
+
}>;
|
|
10238
|
+
link: z.ZodOptional<z.ZodString>;
|
|
10239
|
+
linkTarget: z.ZodOptional<z.ZodString>;
|
|
10240
|
+
email: z.ZodOptional<z.ZodString>;
|
|
10241
|
+
phone: z.ZodOptional<z.ZodString>;
|
|
10242
|
+
tileId: z.ZodOptional<z.ZodString>;
|
|
10243
|
+
categoryId: z.ZodOptional<z.ZodNumber>;
|
|
10244
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
10245
|
+
type: z.ZodLiteral<"IMAGE">;
|
|
10246
|
+
imageData: z.ZodObject<{
|
|
10247
|
+
set: z.ZodObject<{
|
|
10248
|
+
ORIGINAL: z.ZodOptional<z.ZodObject</*elided*/ any, z.core.$strict>>;
|
|
10249
|
+
WEBP_LOW_RES: z.ZodOptional<z.ZodObject</*elided*/ any, z.core.$strict>>;
|
|
10250
|
+
WEBP_HI_2X_RES: z.ZodOptional<z.ZodObject</*elided*/ any, z.core.$strict>>;
|
|
10251
|
+
MOBILE_WEBP_LOW_RES: z.ZodOptional<z.ZodObject</*elided*/ any, z.core.$strict>>;
|
|
10252
|
+
MOBILE_WEBP_HI_RES: z.ZodOptional<z.ZodObject</*elided*/ any, z.core.$strict>>;
|
|
10253
|
+
}, z.core.$strict>;
|
|
10254
|
+
borderInfo: z.ZodOptional<z.ZodObject<{
|
|
10255
|
+
homogeneity: z.ZodOptional<z.ZodBoolean>;
|
|
10256
|
+
color: z.ZodOptional<z.ZodObject</*elided*/ any, z.core.$strict>>;
|
|
10257
|
+
}, z.core.$strict>>;
|
|
10258
|
+
}, z.core.$strict>;
|
|
10259
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
10260
|
+
type: z.ZodLiteral<"TOGGLE">;
|
|
10261
|
+
enabled: z.ZodBoolean;
|
|
10262
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
10263
|
+
type: z.ZodLiteral<"SELECTBOX">;
|
|
10264
|
+
value: z.ZodString;
|
|
10265
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
10266
|
+
type: z.ZodLiteral<"DIVIDER">;
|
|
10267
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
10268
|
+
type: z.ZodLiteral<"INFO">;
|
|
10269
|
+
text: z.ZodOptional<z.ZodString>;
|
|
10270
|
+
button: z.ZodOptional<z.ZodObject<{
|
|
10271
|
+
title: z.ZodOptional<z.ZodString>;
|
|
10272
|
+
link: z.ZodOptional<z.ZodString>;
|
|
10273
|
+
}, z.core.$strict>>;
|
|
10274
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
10275
|
+
type: z.ZodLiteral<"PRODUCT_SELECTOR">;
|
|
10276
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
10277
|
+
type: z.ZodLiteral<"CATEGORY_SELECTOR">;
|
|
10278
|
+
}, z.core.$strict>], "type">>;
|
|
10279
|
+
}, z.core.$strict>>;
|
|
9476
10280
|
}, z.core.$strict>], "type">>;
|
|
9477
10281
|
}, z.core.$strict>>;
|
|
9478
10282
|
}, z.core.$strict>, z.ZodObject<{
|
|
@@ -11054,6 +11858,71 @@ declare const ManifestSchema: z.ZodObject<{
|
|
|
11054
11858
|
type: z.ZodLiteral<"PRODUCT_SELECTOR">;
|
|
11055
11859
|
}, z.core.$strict>, z.ZodObject<{
|
|
11056
11860
|
type: z.ZodLiteral<"CATEGORY_SELECTOR">;
|
|
11861
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
11862
|
+
type: z.ZodLiteral<"DECK">;
|
|
11863
|
+
cards: z.ZodArray<z.ZodObject<{
|
|
11864
|
+
settings: z.ZodRecord<z.ZodString, z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
11865
|
+
type: z.ZodLiteral<"INPUTBOX">;
|
|
11866
|
+
text: z.ZodString;
|
|
11867
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
11868
|
+
type: z.ZodLiteral<"TEXTAREA">;
|
|
11869
|
+
text: z.ZodString;
|
|
11870
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
11871
|
+
type: z.ZodLiteral<"BUTTON">;
|
|
11872
|
+
title: z.ZodString;
|
|
11873
|
+
buttonType: z.ZodEnum<{
|
|
11874
|
+
SCROLL_TO_TILE: "SCROLL_TO_TILE";
|
|
11875
|
+
HYPER_LINK: "HYPER_LINK";
|
|
11876
|
+
MAIL_LINK: "MAIL_LINK";
|
|
11877
|
+
TEL_LINK: "TEL_LINK";
|
|
11878
|
+
GO_TO_STORE: "GO_TO_STORE";
|
|
11879
|
+
GO_TO_STORE_LINK: "GO_TO_STORE_LINK";
|
|
11880
|
+
GO_TO_PAGE: "GO_TO_PAGE";
|
|
11881
|
+
GO_TO_CATEGORY: "GO_TO_CATEGORY";
|
|
11882
|
+
GO_TO_CATEGORY_LINK: "GO_TO_CATEGORY_LINK";
|
|
11883
|
+
}>;
|
|
11884
|
+
link: z.ZodOptional<z.ZodString>;
|
|
11885
|
+
linkTarget: z.ZodOptional<z.ZodString>;
|
|
11886
|
+
email: z.ZodOptional<z.ZodString>;
|
|
11887
|
+
phone: z.ZodOptional<z.ZodString>;
|
|
11888
|
+
tileId: z.ZodOptional<z.ZodString>;
|
|
11889
|
+
categoryId: z.ZodOptional<z.ZodNumber>;
|
|
11890
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
11891
|
+
type: z.ZodLiteral<"IMAGE">;
|
|
11892
|
+
imageData: z.ZodObject<{
|
|
11893
|
+
set: z.ZodObject<{
|
|
11894
|
+
ORIGINAL: z.ZodOptional<z.ZodObject</*elided*/ any, z.core.$strict>>;
|
|
11895
|
+
WEBP_LOW_RES: z.ZodOptional<z.ZodObject</*elided*/ any, z.core.$strict>>;
|
|
11896
|
+
WEBP_HI_2X_RES: z.ZodOptional<z.ZodObject</*elided*/ any, z.core.$strict>>;
|
|
11897
|
+
MOBILE_WEBP_LOW_RES: z.ZodOptional<z.ZodObject</*elided*/ any, z.core.$strict>>;
|
|
11898
|
+
MOBILE_WEBP_HI_RES: z.ZodOptional<z.ZodObject</*elided*/ any, z.core.$strict>>;
|
|
11899
|
+
}, z.core.$strict>;
|
|
11900
|
+
borderInfo: z.ZodOptional<z.ZodObject<{
|
|
11901
|
+
homogeneity: z.ZodOptional<z.ZodBoolean>;
|
|
11902
|
+
color: z.ZodOptional<z.ZodObject</*elided*/ any, z.core.$strict>>;
|
|
11903
|
+
}, z.core.$strict>>;
|
|
11904
|
+
}, z.core.$strict>;
|
|
11905
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
11906
|
+
type: z.ZodLiteral<"TOGGLE">;
|
|
11907
|
+
enabled: z.ZodBoolean;
|
|
11908
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
11909
|
+
type: z.ZodLiteral<"SELECTBOX">;
|
|
11910
|
+
value: z.ZodString;
|
|
11911
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
11912
|
+
type: z.ZodLiteral<"DIVIDER">;
|
|
11913
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
11914
|
+
type: z.ZodLiteral<"INFO">;
|
|
11915
|
+
text: z.ZodOptional<z.ZodString>;
|
|
11916
|
+
button: z.ZodOptional<z.ZodObject<{
|
|
11917
|
+
title: z.ZodOptional<z.ZodString>;
|
|
11918
|
+
link: z.ZodOptional<z.ZodString>;
|
|
11919
|
+
}, z.core.$strict>>;
|
|
11920
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
11921
|
+
type: z.ZodLiteral<"PRODUCT_SELECTOR">;
|
|
11922
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
11923
|
+
type: z.ZodLiteral<"CATEGORY_SELECTOR">;
|
|
11924
|
+
}, z.core.$strict>], "type">>;
|
|
11925
|
+
}, z.core.$strict>>;
|
|
11057
11926
|
}, z.core.$strict>], "type">>;
|
|
11058
11927
|
}, z.core.$strict>>;
|
|
11059
11928
|
}, z.core.$strict>, z.ZodObject<{
|
|
@@ -11540,6 +12409,96 @@ declare const CustomSectionSchema: z.ZodObject<{
|
|
|
11540
12409
|
type: z.ZodLiteral<"PRODUCT_SELECTOR">;
|
|
11541
12410
|
}, z.core.$strict>, z.ZodObject<{
|
|
11542
12411
|
type: z.ZodLiteral<"CATEGORY_SELECTOR">;
|
|
12412
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
12413
|
+
type: z.ZodLiteral<"DECK">;
|
|
12414
|
+
cards: z.ZodArray<z.ZodObject<{
|
|
12415
|
+
settings: z.ZodRecord<z.ZodString, z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
12416
|
+
type: z.ZodLiteral<"INPUTBOX">;
|
|
12417
|
+
text: z.ZodString;
|
|
12418
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
12419
|
+
type: z.ZodLiteral<"TEXTAREA">;
|
|
12420
|
+
text: z.ZodString;
|
|
12421
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
12422
|
+
type: z.ZodLiteral<"BUTTON">;
|
|
12423
|
+
title: z.ZodString;
|
|
12424
|
+
buttonType: z.ZodEnum<{
|
|
12425
|
+
SCROLL_TO_TILE: "SCROLL_TO_TILE";
|
|
12426
|
+
HYPER_LINK: "HYPER_LINK";
|
|
12427
|
+
MAIL_LINK: "MAIL_LINK";
|
|
12428
|
+
TEL_LINK: "TEL_LINK";
|
|
12429
|
+
GO_TO_STORE: "GO_TO_STORE";
|
|
12430
|
+
GO_TO_STORE_LINK: "GO_TO_STORE_LINK";
|
|
12431
|
+
GO_TO_PAGE: "GO_TO_PAGE";
|
|
12432
|
+
GO_TO_CATEGORY: "GO_TO_CATEGORY";
|
|
12433
|
+
GO_TO_CATEGORY_LINK: "GO_TO_CATEGORY_LINK";
|
|
12434
|
+
}>;
|
|
12435
|
+
link: z.ZodOptional<z.ZodString>;
|
|
12436
|
+
linkTarget: z.ZodOptional<z.ZodString>;
|
|
12437
|
+
email: z.ZodOptional<z.ZodString>;
|
|
12438
|
+
phone: z.ZodOptional<z.ZodString>;
|
|
12439
|
+
tileId: z.ZodOptional<z.ZodString>;
|
|
12440
|
+
categoryId: z.ZodOptional<z.ZodNumber>;
|
|
12441
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
12442
|
+
type: z.ZodLiteral<"IMAGE">;
|
|
12443
|
+
imageData: z.ZodObject<{
|
|
12444
|
+
set: z.ZodObject<{
|
|
12445
|
+
ORIGINAL: z.ZodOptional<z.ZodObject<{
|
|
12446
|
+
url: z.ZodString;
|
|
12447
|
+
width: z.ZodOptional<z.ZodInt>;
|
|
12448
|
+
height: z.ZodOptional<z.ZodInt>;
|
|
12449
|
+
}, z.core.$strict>>;
|
|
12450
|
+
WEBP_LOW_RES: z.ZodOptional<z.ZodObject<{
|
|
12451
|
+
url: z.ZodString;
|
|
12452
|
+
width: z.ZodOptional<z.ZodInt>;
|
|
12453
|
+
height: z.ZodOptional<z.ZodInt>;
|
|
12454
|
+
}, z.core.$strict>>;
|
|
12455
|
+
WEBP_HI_2X_RES: z.ZodOptional<z.ZodObject<{
|
|
12456
|
+
url: z.ZodString;
|
|
12457
|
+
width: z.ZodOptional<z.ZodInt>;
|
|
12458
|
+
height: z.ZodOptional<z.ZodInt>;
|
|
12459
|
+
}, z.core.$strict>>;
|
|
12460
|
+
MOBILE_WEBP_LOW_RES: z.ZodOptional<z.ZodObject<{
|
|
12461
|
+
url: z.ZodString;
|
|
12462
|
+
width: z.ZodOptional<z.ZodInt>;
|
|
12463
|
+
height: z.ZodOptional<z.ZodInt>;
|
|
12464
|
+
}, z.core.$strict>>;
|
|
12465
|
+
MOBILE_WEBP_HI_RES: z.ZodOptional<z.ZodObject<{
|
|
12466
|
+
url: z.ZodString;
|
|
12467
|
+
width: z.ZodOptional<z.ZodInt>;
|
|
12468
|
+
height: z.ZodOptional<z.ZodInt>;
|
|
12469
|
+
}, z.core.$strict>>;
|
|
12470
|
+
}, z.core.$strict>;
|
|
12471
|
+
borderInfo: z.ZodOptional<z.ZodObject<{
|
|
12472
|
+
homogeneity: z.ZodOptional<z.ZodBoolean>;
|
|
12473
|
+
color: z.ZodOptional<z.ZodObject<{
|
|
12474
|
+
r: z.ZodNumber;
|
|
12475
|
+
g: z.ZodNumber;
|
|
12476
|
+
b: z.ZodNumber;
|
|
12477
|
+
a: z.ZodNumber;
|
|
12478
|
+
}, z.core.$strict>>;
|
|
12479
|
+
}, z.core.$strict>>;
|
|
12480
|
+
}, z.core.$strict>;
|
|
12481
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
12482
|
+
type: z.ZodLiteral<"TOGGLE">;
|
|
12483
|
+
enabled: z.ZodBoolean;
|
|
12484
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
12485
|
+
type: z.ZodLiteral<"SELECTBOX">;
|
|
12486
|
+
value: z.ZodString;
|
|
12487
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
12488
|
+
type: z.ZodLiteral<"DIVIDER">;
|
|
12489
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
12490
|
+
type: z.ZodLiteral<"INFO">;
|
|
12491
|
+
text: z.ZodOptional<z.ZodString>;
|
|
12492
|
+
button: z.ZodOptional<z.ZodObject<{
|
|
12493
|
+
title: z.ZodOptional<z.ZodString>;
|
|
12494
|
+
link: z.ZodOptional<z.ZodString>;
|
|
12495
|
+
}, z.core.$strict>>;
|
|
12496
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
12497
|
+
type: z.ZodLiteral<"PRODUCT_SELECTOR">;
|
|
12498
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
12499
|
+
type: z.ZodLiteral<"CATEGORY_SELECTOR">;
|
|
12500
|
+
}, z.core.$strict>], "type">>;
|
|
12501
|
+
}, z.core.$strict>>;
|
|
11543
12502
|
}, z.core.$strict>], "type">>;
|
|
11544
12503
|
}, z.core.$strict>>;
|
|
11545
12504
|
}, z.core.$strict>, z.ZodObject<{
|
|
@@ -11991,44 +12950,134 @@ declare const SectionSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
11991
12950
|
type: z.ZodLiteral<"PRODUCT_SELECTOR">;
|
|
11992
12951
|
}, z.core.$strict>, z.ZodObject<{
|
|
11993
12952
|
type: z.ZodLiteral<"CATEGORY_SELECTOR">;
|
|
11994
|
-
}, z.core.$strict
|
|
11995
|
-
|
|
11996
|
-
|
|
11997
|
-
|
|
11998
|
-
|
|
11999
|
-
|
|
12000
|
-
|
|
12001
|
-
|
|
12002
|
-
|
|
12003
|
-
|
|
12004
|
-
|
|
12005
|
-
|
|
12006
|
-
|
|
12007
|
-
|
|
12008
|
-
|
|
12009
|
-
|
|
12010
|
-
|
|
12011
|
-
|
|
12012
|
-
|
|
12013
|
-
|
|
12014
|
-
|
|
12015
|
-
|
|
12016
|
-
|
|
12017
|
-
|
|
12018
|
-
|
|
12019
|
-
|
|
12020
|
-
|
|
12021
|
-
|
|
12022
|
-
|
|
12023
|
-
|
|
12024
|
-
|
|
12025
|
-
|
|
12026
|
-
|
|
12027
|
-
|
|
12028
|
-
|
|
12029
|
-
|
|
12030
|
-
|
|
12031
|
-
|
|
12953
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
12954
|
+
type: z.ZodLiteral<"DECK">;
|
|
12955
|
+
cards: z.ZodArray<z.ZodObject<{
|
|
12956
|
+
settings: z.ZodRecord<z.ZodString, z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
12957
|
+
type: z.ZodLiteral<"INPUTBOX">;
|
|
12958
|
+
text: z.ZodString;
|
|
12959
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
12960
|
+
type: z.ZodLiteral<"TEXTAREA">;
|
|
12961
|
+
text: z.ZodString;
|
|
12962
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
12963
|
+
type: z.ZodLiteral<"BUTTON">;
|
|
12964
|
+
title: z.ZodString;
|
|
12965
|
+
buttonType: z.ZodEnum<{
|
|
12966
|
+
SCROLL_TO_TILE: "SCROLL_TO_TILE";
|
|
12967
|
+
HYPER_LINK: "HYPER_LINK";
|
|
12968
|
+
MAIL_LINK: "MAIL_LINK";
|
|
12969
|
+
TEL_LINK: "TEL_LINK";
|
|
12970
|
+
GO_TO_STORE: "GO_TO_STORE";
|
|
12971
|
+
GO_TO_STORE_LINK: "GO_TO_STORE_LINK";
|
|
12972
|
+
GO_TO_PAGE: "GO_TO_PAGE";
|
|
12973
|
+
GO_TO_CATEGORY: "GO_TO_CATEGORY";
|
|
12974
|
+
GO_TO_CATEGORY_LINK: "GO_TO_CATEGORY_LINK";
|
|
12975
|
+
}>;
|
|
12976
|
+
link: z.ZodOptional<z.ZodString>;
|
|
12977
|
+
linkTarget: z.ZodOptional<z.ZodString>;
|
|
12978
|
+
email: z.ZodOptional<z.ZodString>;
|
|
12979
|
+
phone: z.ZodOptional<z.ZodString>;
|
|
12980
|
+
tileId: z.ZodOptional<z.ZodString>;
|
|
12981
|
+
categoryId: z.ZodOptional<z.ZodNumber>;
|
|
12982
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
12983
|
+
type: z.ZodLiteral<"IMAGE">;
|
|
12984
|
+
imageData: z.ZodObject<{
|
|
12985
|
+
set: z.ZodObject<{
|
|
12986
|
+
ORIGINAL: z.ZodOptional<z.ZodObject<{
|
|
12987
|
+
url: z.ZodString;
|
|
12988
|
+
width: z.ZodOptional<z.ZodInt>;
|
|
12989
|
+
height: z.ZodOptional<z.ZodInt>;
|
|
12990
|
+
}, z.core.$strict>>;
|
|
12991
|
+
WEBP_LOW_RES: z.ZodOptional<z.ZodObject<{
|
|
12992
|
+
url: z.ZodString;
|
|
12993
|
+
width: z.ZodOptional<z.ZodInt>;
|
|
12994
|
+
height: z.ZodOptional<z.ZodInt>;
|
|
12995
|
+
}, z.core.$strict>>;
|
|
12996
|
+
WEBP_HI_2X_RES: z.ZodOptional<z.ZodObject<{
|
|
12997
|
+
url: z.ZodString;
|
|
12998
|
+
width: z.ZodOptional<z.ZodInt>;
|
|
12999
|
+
height: z.ZodOptional<z.ZodInt>;
|
|
13000
|
+
}, z.core.$strict>>;
|
|
13001
|
+
MOBILE_WEBP_LOW_RES: z.ZodOptional<z.ZodObject<{
|
|
13002
|
+
url: z.ZodString;
|
|
13003
|
+
width: z.ZodOptional<z.ZodInt>;
|
|
13004
|
+
height: z.ZodOptional<z.ZodInt>;
|
|
13005
|
+
}, z.core.$strict>>;
|
|
13006
|
+
MOBILE_WEBP_HI_RES: z.ZodOptional<z.ZodObject<{
|
|
13007
|
+
url: z.ZodString;
|
|
13008
|
+
width: z.ZodOptional<z.ZodInt>;
|
|
13009
|
+
height: z.ZodOptional<z.ZodInt>;
|
|
13010
|
+
}, z.core.$strict>>;
|
|
13011
|
+
}, z.core.$strict>;
|
|
13012
|
+
borderInfo: z.ZodOptional<z.ZodObject<{
|
|
13013
|
+
homogeneity: z.ZodOptional<z.ZodBoolean>;
|
|
13014
|
+
color: z.ZodOptional<z.ZodObject<{
|
|
13015
|
+
r: z.ZodNumber;
|
|
13016
|
+
g: z.ZodNumber;
|
|
13017
|
+
b: z.ZodNumber;
|
|
13018
|
+
a: z.ZodNumber;
|
|
13019
|
+
}, z.core.$strict>>;
|
|
13020
|
+
}, z.core.$strict>>;
|
|
13021
|
+
}, z.core.$strict>;
|
|
13022
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
13023
|
+
type: z.ZodLiteral<"TOGGLE">;
|
|
13024
|
+
enabled: z.ZodBoolean;
|
|
13025
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
13026
|
+
type: z.ZodLiteral<"SELECTBOX">;
|
|
13027
|
+
value: z.ZodString;
|
|
13028
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
13029
|
+
type: z.ZodLiteral<"DIVIDER">;
|
|
13030
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
13031
|
+
type: z.ZodLiteral<"INFO">;
|
|
13032
|
+
text: z.ZodOptional<z.ZodString>;
|
|
13033
|
+
button: z.ZodOptional<z.ZodObject<{
|
|
13034
|
+
title: z.ZodOptional<z.ZodString>;
|
|
13035
|
+
link: z.ZodOptional<z.ZodString>;
|
|
13036
|
+
}, z.core.$strict>>;
|
|
13037
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
13038
|
+
type: z.ZodLiteral<"PRODUCT_SELECTOR">;
|
|
13039
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
13040
|
+
type: z.ZodLiteral<"CATEGORY_SELECTOR">;
|
|
13041
|
+
}, z.core.$strict>], "type">>;
|
|
13042
|
+
}, z.core.$strict>>;
|
|
13043
|
+
}, z.core.$strict>], "type">>;
|
|
13044
|
+
}, z.core.$strict>>;
|
|
13045
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
13046
|
+
type: z.ZodLiteral<"PRODUCT_SELECTOR">;
|
|
13047
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
13048
|
+
type: z.ZodLiteral<"CATEGORY_SELECTOR">;
|
|
13049
|
+
}, z.core.$strict>], "type">>>;
|
|
13050
|
+
design: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
13051
|
+
type: z.ZodLiteral<"TEXT">;
|
|
13052
|
+
font: z.ZodOptional<z.ZodString>;
|
|
13053
|
+
size: z.ZodOptional<z.ZodCustom<number | GlobalTextSizeValue, number | GlobalTextSizeValue>>;
|
|
13054
|
+
bold: z.ZodOptional<z.ZodBoolean>;
|
|
13055
|
+
italic: z.ZodOptional<z.ZodBoolean>;
|
|
13056
|
+
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
13057
|
+
visible: z.ZodOptional<z.ZodBoolean>;
|
|
13058
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
13059
|
+
type: z.ZodLiteral<"BUTTON">;
|
|
13060
|
+
appearance: z.ZodOptional<z.ZodEnum<{
|
|
13061
|
+
TEXT: "TEXT";
|
|
13062
|
+
SOLID: "SOLID";
|
|
13063
|
+
OUTLINE: "OUTLINE";
|
|
13064
|
+
}>>;
|
|
13065
|
+
size: z.ZodOptional<z.ZodEnum<{
|
|
13066
|
+
SMALL: "SMALL";
|
|
13067
|
+
MEDIUM: "MEDIUM";
|
|
13068
|
+
LARGE: "LARGE";
|
|
13069
|
+
}>>;
|
|
13070
|
+
shape: z.ZodOptional<z.ZodEnum<{
|
|
13071
|
+
ROUND_CORNER: "ROUND_CORNER";
|
|
13072
|
+
RECTANGLE: "RECTANGLE";
|
|
13073
|
+
PILL: "PILL";
|
|
13074
|
+
}>>;
|
|
13075
|
+
font: z.ZodOptional<z.ZodString>;
|
|
13076
|
+
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
13077
|
+
visible: z.ZodOptional<z.ZodBoolean>;
|
|
13078
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
13079
|
+
type: z.ZodLiteral<"IMAGE">;
|
|
13080
|
+
overlay: z.ZodOptional<z.ZodEnum<{
|
|
12032
13081
|
COLOR: "COLOR";
|
|
12033
13082
|
GRADIENT: "GRADIENT";
|
|
12034
13083
|
NONE: "NONE";
|
|
@@ -12445,6 +13494,96 @@ declare const TemplatePageSchema: z.ZodObject<{
|
|
|
12445
13494
|
type: z.ZodLiteral<"PRODUCT_SELECTOR">;
|
|
12446
13495
|
}, z.core.$strict>, z.ZodObject<{
|
|
12447
13496
|
type: z.ZodLiteral<"CATEGORY_SELECTOR">;
|
|
13497
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
13498
|
+
type: z.ZodLiteral<"DECK">;
|
|
13499
|
+
cards: z.ZodArray<z.ZodObject<{
|
|
13500
|
+
settings: z.ZodRecord<z.ZodString, z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
13501
|
+
type: z.ZodLiteral<"INPUTBOX">;
|
|
13502
|
+
text: z.ZodString;
|
|
13503
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
13504
|
+
type: z.ZodLiteral<"TEXTAREA">;
|
|
13505
|
+
text: z.ZodString;
|
|
13506
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
13507
|
+
type: z.ZodLiteral<"BUTTON">;
|
|
13508
|
+
title: z.ZodString;
|
|
13509
|
+
buttonType: z.ZodEnum<{
|
|
13510
|
+
SCROLL_TO_TILE: "SCROLL_TO_TILE";
|
|
13511
|
+
HYPER_LINK: "HYPER_LINK";
|
|
13512
|
+
MAIL_LINK: "MAIL_LINK";
|
|
13513
|
+
TEL_LINK: "TEL_LINK";
|
|
13514
|
+
GO_TO_STORE: "GO_TO_STORE";
|
|
13515
|
+
GO_TO_STORE_LINK: "GO_TO_STORE_LINK";
|
|
13516
|
+
GO_TO_PAGE: "GO_TO_PAGE";
|
|
13517
|
+
GO_TO_CATEGORY: "GO_TO_CATEGORY";
|
|
13518
|
+
GO_TO_CATEGORY_LINK: "GO_TO_CATEGORY_LINK";
|
|
13519
|
+
}>;
|
|
13520
|
+
link: z.ZodOptional<z.ZodString>;
|
|
13521
|
+
linkTarget: z.ZodOptional<z.ZodString>;
|
|
13522
|
+
email: z.ZodOptional<z.ZodString>;
|
|
13523
|
+
phone: z.ZodOptional<z.ZodString>;
|
|
13524
|
+
tileId: z.ZodOptional<z.ZodString>;
|
|
13525
|
+
categoryId: z.ZodOptional<z.ZodNumber>;
|
|
13526
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
13527
|
+
type: z.ZodLiteral<"IMAGE">;
|
|
13528
|
+
imageData: z.ZodObject<{
|
|
13529
|
+
set: z.ZodObject<{
|
|
13530
|
+
ORIGINAL: z.ZodOptional<z.ZodObject<{
|
|
13531
|
+
url: z.ZodString;
|
|
13532
|
+
width: z.ZodOptional<z.ZodInt>;
|
|
13533
|
+
height: z.ZodOptional<z.ZodInt>;
|
|
13534
|
+
}, z.core.$strict>>;
|
|
13535
|
+
WEBP_LOW_RES: z.ZodOptional<z.ZodObject<{
|
|
13536
|
+
url: z.ZodString;
|
|
13537
|
+
width: z.ZodOptional<z.ZodInt>;
|
|
13538
|
+
height: z.ZodOptional<z.ZodInt>;
|
|
13539
|
+
}, z.core.$strict>>;
|
|
13540
|
+
WEBP_HI_2X_RES: z.ZodOptional<z.ZodObject<{
|
|
13541
|
+
url: z.ZodString;
|
|
13542
|
+
width: z.ZodOptional<z.ZodInt>;
|
|
13543
|
+
height: z.ZodOptional<z.ZodInt>;
|
|
13544
|
+
}, z.core.$strict>>;
|
|
13545
|
+
MOBILE_WEBP_LOW_RES: z.ZodOptional<z.ZodObject<{
|
|
13546
|
+
url: z.ZodString;
|
|
13547
|
+
width: z.ZodOptional<z.ZodInt>;
|
|
13548
|
+
height: z.ZodOptional<z.ZodInt>;
|
|
13549
|
+
}, z.core.$strict>>;
|
|
13550
|
+
MOBILE_WEBP_HI_RES: z.ZodOptional<z.ZodObject<{
|
|
13551
|
+
url: z.ZodString;
|
|
13552
|
+
width: z.ZodOptional<z.ZodInt>;
|
|
13553
|
+
height: z.ZodOptional<z.ZodInt>;
|
|
13554
|
+
}, z.core.$strict>>;
|
|
13555
|
+
}, z.core.$strict>;
|
|
13556
|
+
borderInfo: z.ZodOptional<z.ZodObject<{
|
|
13557
|
+
homogeneity: z.ZodOptional<z.ZodBoolean>;
|
|
13558
|
+
color: z.ZodOptional<z.ZodObject<{
|
|
13559
|
+
r: z.ZodNumber;
|
|
13560
|
+
g: z.ZodNumber;
|
|
13561
|
+
b: z.ZodNumber;
|
|
13562
|
+
a: z.ZodNumber;
|
|
13563
|
+
}, z.core.$strict>>;
|
|
13564
|
+
}, z.core.$strict>>;
|
|
13565
|
+
}, z.core.$strict>;
|
|
13566
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
13567
|
+
type: z.ZodLiteral<"TOGGLE">;
|
|
13568
|
+
enabled: z.ZodBoolean;
|
|
13569
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
13570
|
+
type: z.ZodLiteral<"SELECTBOX">;
|
|
13571
|
+
value: z.ZodString;
|
|
13572
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
13573
|
+
type: z.ZodLiteral<"DIVIDER">;
|
|
13574
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
13575
|
+
type: z.ZodLiteral<"INFO">;
|
|
13576
|
+
text: z.ZodOptional<z.ZodString>;
|
|
13577
|
+
button: z.ZodOptional<z.ZodObject<{
|
|
13578
|
+
title: z.ZodOptional<z.ZodString>;
|
|
13579
|
+
link: z.ZodOptional<z.ZodString>;
|
|
13580
|
+
}, z.core.$strict>>;
|
|
13581
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
13582
|
+
type: z.ZodLiteral<"PRODUCT_SELECTOR">;
|
|
13583
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
13584
|
+
type: z.ZodLiteral<"CATEGORY_SELECTOR">;
|
|
13585
|
+
}, z.core.$strict>], "type">>;
|
|
13586
|
+
}, z.core.$strict>>;
|
|
12448
13587
|
}, z.core.$strict>], "type">>;
|
|
12449
13588
|
}, z.core.$strict>>;
|
|
12450
13589
|
}, z.core.$strict>, z.ZodObject<{
|
|
@@ -12900,6 +14039,96 @@ declare const TemplatePageNamedSchema: z.ZodObject<{
|
|
|
12900
14039
|
type: z.ZodLiteral<"PRODUCT_SELECTOR">;
|
|
12901
14040
|
}, z.core.$strict>, z.ZodObject<{
|
|
12902
14041
|
type: z.ZodLiteral<"CATEGORY_SELECTOR">;
|
|
14042
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
14043
|
+
type: z.ZodLiteral<"DECK">;
|
|
14044
|
+
cards: z.ZodArray<z.ZodObject<{
|
|
14045
|
+
settings: z.ZodRecord<z.ZodString, z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
14046
|
+
type: z.ZodLiteral<"INPUTBOX">;
|
|
14047
|
+
text: z.ZodString;
|
|
14048
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
14049
|
+
type: z.ZodLiteral<"TEXTAREA">;
|
|
14050
|
+
text: z.ZodString;
|
|
14051
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
14052
|
+
type: z.ZodLiteral<"BUTTON">;
|
|
14053
|
+
title: z.ZodString;
|
|
14054
|
+
buttonType: z.ZodEnum<{
|
|
14055
|
+
SCROLL_TO_TILE: "SCROLL_TO_TILE";
|
|
14056
|
+
HYPER_LINK: "HYPER_LINK";
|
|
14057
|
+
MAIL_LINK: "MAIL_LINK";
|
|
14058
|
+
TEL_LINK: "TEL_LINK";
|
|
14059
|
+
GO_TO_STORE: "GO_TO_STORE";
|
|
14060
|
+
GO_TO_STORE_LINK: "GO_TO_STORE_LINK";
|
|
14061
|
+
GO_TO_PAGE: "GO_TO_PAGE";
|
|
14062
|
+
GO_TO_CATEGORY: "GO_TO_CATEGORY";
|
|
14063
|
+
GO_TO_CATEGORY_LINK: "GO_TO_CATEGORY_LINK";
|
|
14064
|
+
}>;
|
|
14065
|
+
link: z.ZodOptional<z.ZodString>;
|
|
14066
|
+
linkTarget: z.ZodOptional<z.ZodString>;
|
|
14067
|
+
email: z.ZodOptional<z.ZodString>;
|
|
14068
|
+
phone: z.ZodOptional<z.ZodString>;
|
|
14069
|
+
tileId: z.ZodOptional<z.ZodString>;
|
|
14070
|
+
categoryId: z.ZodOptional<z.ZodNumber>;
|
|
14071
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
14072
|
+
type: z.ZodLiteral<"IMAGE">;
|
|
14073
|
+
imageData: z.ZodObject<{
|
|
14074
|
+
set: z.ZodObject<{
|
|
14075
|
+
ORIGINAL: z.ZodOptional<z.ZodObject<{
|
|
14076
|
+
url: z.ZodString;
|
|
14077
|
+
width: z.ZodOptional<z.ZodInt>;
|
|
14078
|
+
height: z.ZodOptional<z.ZodInt>;
|
|
14079
|
+
}, z.core.$strict>>;
|
|
14080
|
+
WEBP_LOW_RES: z.ZodOptional<z.ZodObject<{
|
|
14081
|
+
url: z.ZodString;
|
|
14082
|
+
width: z.ZodOptional<z.ZodInt>;
|
|
14083
|
+
height: z.ZodOptional<z.ZodInt>;
|
|
14084
|
+
}, z.core.$strict>>;
|
|
14085
|
+
WEBP_HI_2X_RES: z.ZodOptional<z.ZodObject<{
|
|
14086
|
+
url: z.ZodString;
|
|
14087
|
+
width: z.ZodOptional<z.ZodInt>;
|
|
14088
|
+
height: z.ZodOptional<z.ZodInt>;
|
|
14089
|
+
}, z.core.$strict>>;
|
|
14090
|
+
MOBILE_WEBP_LOW_RES: z.ZodOptional<z.ZodObject<{
|
|
14091
|
+
url: z.ZodString;
|
|
14092
|
+
width: z.ZodOptional<z.ZodInt>;
|
|
14093
|
+
height: z.ZodOptional<z.ZodInt>;
|
|
14094
|
+
}, z.core.$strict>>;
|
|
14095
|
+
MOBILE_WEBP_HI_RES: z.ZodOptional<z.ZodObject<{
|
|
14096
|
+
url: z.ZodString;
|
|
14097
|
+
width: z.ZodOptional<z.ZodInt>;
|
|
14098
|
+
height: z.ZodOptional<z.ZodInt>;
|
|
14099
|
+
}, z.core.$strict>>;
|
|
14100
|
+
}, z.core.$strict>;
|
|
14101
|
+
borderInfo: z.ZodOptional<z.ZodObject<{
|
|
14102
|
+
homogeneity: z.ZodOptional<z.ZodBoolean>;
|
|
14103
|
+
color: z.ZodOptional<z.ZodObject<{
|
|
14104
|
+
r: z.ZodNumber;
|
|
14105
|
+
g: z.ZodNumber;
|
|
14106
|
+
b: z.ZodNumber;
|
|
14107
|
+
a: z.ZodNumber;
|
|
14108
|
+
}, z.core.$strict>>;
|
|
14109
|
+
}, z.core.$strict>>;
|
|
14110
|
+
}, z.core.$strict>;
|
|
14111
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
14112
|
+
type: z.ZodLiteral<"TOGGLE">;
|
|
14113
|
+
enabled: z.ZodBoolean;
|
|
14114
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
14115
|
+
type: z.ZodLiteral<"SELECTBOX">;
|
|
14116
|
+
value: z.ZodString;
|
|
14117
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
14118
|
+
type: z.ZodLiteral<"DIVIDER">;
|
|
14119
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
14120
|
+
type: z.ZodLiteral<"INFO">;
|
|
14121
|
+
text: z.ZodOptional<z.ZodString>;
|
|
14122
|
+
button: z.ZodOptional<z.ZodObject<{
|
|
14123
|
+
title: z.ZodOptional<z.ZodString>;
|
|
14124
|
+
link: z.ZodOptional<z.ZodString>;
|
|
14125
|
+
}, z.core.$strict>>;
|
|
14126
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
14127
|
+
type: z.ZodLiteral<"PRODUCT_SELECTOR">;
|
|
14128
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
14129
|
+
type: z.ZodLiteral<"CATEGORY_SELECTOR">;
|
|
14130
|
+
}, z.core.$strict>], "type">>;
|
|
14131
|
+
}, z.core.$strict>>;
|
|
12903
14132
|
}, z.core.$strict>], "type">>;
|
|
12904
14133
|
}, z.core.$strict>>;
|
|
12905
14134
|
}, z.core.$strict>, z.ZodObject<{
|
|
@@ -13415,6 +14644,96 @@ declare const TemplateConfigurationSectionSchema: z.ZodDiscriminatedUnion<[z.Zod
|
|
|
13415
14644
|
type: z.ZodLiteral<"PRODUCT_SELECTOR">;
|
|
13416
14645
|
}, z.core.$strict>, z.ZodObject<{
|
|
13417
14646
|
type: z.ZodLiteral<"CATEGORY_SELECTOR">;
|
|
14647
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
14648
|
+
type: z.ZodLiteral<"DECK">;
|
|
14649
|
+
cards: z.ZodArray<z.ZodObject<{
|
|
14650
|
+
settings: z.ZodRecord<z.ZodString, z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
14651
|
+
type: z.ZodLiteral<"INPUTBOX">;
|
|
14652
|
+
text: z.ZodString;
|
|
14653
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
14654
|
+
type: z.ZodLiteral<"TEXTAREA">;
|
|
14655
|
+
text: z.ZodString;
|
|
14656
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
14657
|
+
type: z.ZodLiteral<"BUTTON">;
|
|
14658
|
+
title: z.ZodString;
|
|
14659
|
+
buttonType: z.ZodEnum<{
|
|
14660
|
+
SCROLL_TO_TILE: "SCROLL_TO_TILE";
|
|
14661
|
+
HYPER_LINK: "HYPER_LINK";
|
|
14662
|
+
MAIL_LINK: "MAIL_LINK";
|
|
14663
|
+
TEL_LINK: "TEL_LINK";
|
|
14664
|
+
GO_TO_STORE: "GO_TO_STORE";
|
|
14665
|
+
GO_TO_STORE_LINK: "GO_TO_STORE_LINK";
|
|
14666
|
+
GO_TO_PAGE: "GO_TO_PAGE";
|
|
14667
|
+
GO_TO_CATEGORY: "GO_TO_CATEGORY";
|
|
14668
|
+
GO_TO_CATEGORY_LINK: "GO_TO_CATEGORY_LINK";
|
|
14669
|
+
}>;
|
|
14670
|
+
link: z.ZodOptional<z.ZodString>;
|
|
14671
|
+
linkTarget: z.ZodOptional<z.ZodString>;
|
|
14672
|
+
email: z.ZodOptional<z.ZodString>;
|
|
14673
|
+
phone: z.ZodOptional<z.ZodString>;
|
|
14674
|
+
tileId: z.ZodOptional<z.ZodString>;
|
|
14675
|
+
categoryId: z.ZodOptional<z.ZodNumber>;
|
|
14676
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
14677
|
+
type: z.ZodLiteral<"IMAGE">;
|
|
14678
|
+
imageData: z.ZodObject<{
|
|
14679
|
+
set: z.ZodObject<{
|
|
14680
|
+
ORIGINAL: z.ZodOptional<z.ZodObject<{
|
|
14681
|
+
url: z.ZodString;
|
|
14682
|
+
width: z.ZodOptional<z.ZodInt>;
|
|
14683
|
+
height: z.ZodOptional<z.ZodInt>;
|
|
14684
|
+
}, z.core.$strict>>;
|
|
14685
|
+
WEBP_LOW_RES: z.ZodOptional<z.ZodObject<{
|
|
14686
|
+
url: z.ZodString;
|
|
14687
|
+
width: z.ZodOptional<z.ZodInt>;
|
|
14688
|
+
height: z.ZodOptional<z.ZodInt>;
|
|
14689
|
+
}, z.core.$strict>>;
|
|
14690
|
+
WEBP_HI_2X_RES: z.ZodOptional<z.ZodObject<{
|
|
14691
|
+
url: z.ZodString;
|
|
14692
|
+
width: z.ZodOptional<z.ZodInt>;
|
|
14693
|
+
height: z.ZodOptional<z.ZodInt>;
|
|
14694
|
+
}, z.core.$strict>>;
|
|
14695
|
+
MOBILE_WEBP_LOW_RES: z.ZodOptional<z.ZodObject<{
|
|
14696
|
+
url: z.ZodString;
|
|
14697
|
+
width: z.ZodOptional<z.ZodInt>;
|
|
14698
|
+
height: z.ZodOptional<z.ZodInt>;
|
|
14699
|
+
}, z.core.$strict>>;
|
|
14700
|
+
MOBILE_WEBP_HI_RES: z.ZodOptional<z.ZodObject<{
|
|
14701
|
+
url: z.ZodString;
|
|
14702
|
+
width: z.ZodOptional<z.ZodInt>;
|
|
14703
|
+
height: z.ZodOptional<z.ZodInt>;
|
|
14704
|
+
}, z.core.$strict>>;
|
|
14705
|
+
}, z.core.$strict>;
|
|
14706
|
+
borderInfo: z.ZodOptional<z.ZodObject<{
|
|
14707
|
+
homogeneity: z.ZodOptional<z.ZodBoolean>;
|
|
14708
|
+
color: z.ZodOptional<z.ZodObject<{
|
|
14709
|
+
r: z.ZodNumber;
|
|
14710
|
+
g: z.ZodNumber;
|
|
14711
|
+
b: z.ZodNumber;
|
|
14712
|
+
a: z.ZodNumber;
|
|
14713
|
+
}, z.core.$strict>>;
|
|
14714
|
+
}, z.core.$strict>>;
|
|
14715
|
+
}, z.core.$strict>;
|
|
14716
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
14717
|
+
type: z.ZodLiteral<"TOGGLE">;
|
|
14718
|
+
enabled: z.ZodBoolean;
|
|
14719
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
14720
|
+
type: z.ZodLiteral<"SELECTBOX">;
|
|
14721
|
+
value: z.ZodString;
|
|
14722
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
14723
|
+
type: z.ZodLiteral<"DIVIDER">;
|
|
14724
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
14725
|
+
type: z.ZodLiteral<"INFO">;
|
|
14726
|
+
text: z.ZodOptional<z.ZodString>;
|
|
14727
|
+
button: z.ZodOptional<z.ZodObject<{
|
|
14728
|
+
title: z.ZodOptional<z.ZodString>;
|
|
14729
|
+
link: z.ZodOptional<z.ZodString>;
|
|
14730
|
+
}, z.core.$strict>>;
|
|
14731
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
14732
|
+
type: z.ZodLiteral<"PRODUCT_SELECTOR">;
|
|
14733
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
14734
|
+
type: z.ZodLiteral<"CATEGORY_SELECTOR">;
|
|
14735
|
+
}, z.core.$strict>], "type">>;
|
|
14736
|
+
}, z.core.$strict>>;
|
|
13418
14737
|
}, z.core.$strict>], "type">>;
|
|
13419
14738
|
}, z.core.$strict>>;
|
|
13420
14739
|
}, z.core.$strict>, z.ZodObject<{
|
|
@@ -13898,27 +15217,117 @@ declare const TemplateConfigurationSchema: z.ZodObject<{
|
|
|
13898
15217
|
b: z.ZodNumber;
|
|
13899
15218
|
a: z.ZodNumber;
|
|
13900
15219
|
}, z.core.$strict>>;
|
|
13901
|
-
}, z.core.$strict>>;
|
|
13902
|
-
}, z.core.$strict>;
|
|
13903
|
-
}, z.core.$strict>, z.ZodObject<{
|
|
13904
|
-
type: z.ZodLiteral<"TOGGLE">;
|
|
13905
|
-
enabled: z.ZodBoolean;
|
|
13906
|
-
}, z.core.$strict>, z.ZodObject<{
|
|
13907
|
-
type: z.ZodLiteral<"SELECTBOX">;
|
|
13908
|
-
value: z.ZodString;
|
|
13909
|
-
}, z.core.$strict>, z.ZodObject<{
|
|
13910
|
-
type: z.ZodLiteral<"DIVIDER">;
|
|
13911
|
-
}, z.core.$strict>, z.ZodObject<{
|
|
13912
|
-
type: z.ZodLiteral<"INFO">;
|
|
13913
|
-
text: z.ZodOptional<z.ZodString>;
|
|
13914
|
-
button: z.ZodOptional<z.ZodObject<{
|
|
13915
|
-
title: z.ZodOptional<z.ZodString>;
|
|
13916
|
-
link: z.ZodOptional<z.ZodString>;
|
|
15220
|
+
}, z.core.$strict>>;
|
|
15221
|
+
}, z.core.$strict>;
|
|
15222
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
15223
|
+
type: z.ZodLiteral<"TOGGLE">;
|
|
15224
|
+
enabled: z.ZodBoolean;
|
|
15225
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
15226
|
+
type: z.ZodLiteral<"SELECTBOX">;
|
|
15227
|
+
value: z.ZodString;
|
|
15228
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
15229
|
+
type: z.ZodLiteral<"DIVIDER">;
|
|
15230
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
15231
|
+
type: z.ZodLiteral<"INFO">;
|
|
15232
|
+
text: z.ZodOptional<z.ZodString>;
|
|
15233
|
+
button: z.ZodOptional<z.ZodObject<{
|
|
15234
|
+
title: z.ZodOptional<z.ZodString>;
|
|
15235
|
+
link: z.ZodOptional<z.ZodString>;
|
|
15236
|
+
}, z.core.$strict>>;
|
|
15237
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
15238
|
+
type: z.ZodLiteral<"PRODUCT_SELECTOR">;
|
|
15239
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
15240
|
+
type: z.ZodLiteral<"CATEGORY_SELECTOR">;
|
|
15241
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
15242
|
+
type: z.ZodLiteral<"DECK">;
|
|
15243
|
+
cards: z.ZodArray<z.ZodObject<{
|
|
15244
|
+
settings: z.ZodRecord<z.ZodString, z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
15245
|
+
type: z.ZodLiteral<"INPUTBOX">;
|
|
15246
|
+
text: z.ZodString;
|
|
15247
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
15248
|
+
type: z.ZodLiteral<"TEXTAREA">;
|
|
15249
|
+
text: z.ZodString;
|
|
15250
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
15251
|
+
type: z.ZodLiteral<"BUTTON">;
|
|
15252
|
+
title: z.ZodString;
|
|
15253
|
+
buttonType: z.ZodEnum<{
|
|
15254
|
+
SCROLL_TO_TILE: "SCROLL_TO_TILE";
|
|
15255
|
+
HYPER_LINK: "HYPER_LINK";
|
|
15256
|
+
MAIL_LINK: "MAIL_LINK";
|
|
15257
|
+
TEL_LINK: "TEL_LINK";
|
|
15258
|
+
GO_TO_STORE: "GO_TO_STORE";
|
|
15259
|
+
GO_TO_STORE_LINK: "GO_TO_STORE_LINK";
|
|
15260
|
+
GO_TO_PAGE: "GO_TO_PAGE";
|
|
15261
|
+
GO_TO_CATEGORY: "GO_TO_CATEGORY";
|
|
15262
|
+
GO_TO_CATEGORY_LINK: "GO_TO_CATEGORY_LINK";
|
|
15263
|
+
}>;
|
|
15264
|
+
link: z.ZodOptional<z.ZodString>;
|
|
15265
|
+
linkTarget: z.ZodOptional<z.ZodString>;
|
|
15266
|
+
email: z.ZodOptional<z.ZodString>;
|
|
15267
|
+
phone: z.ZodOptional<z.ZodString>;
|
|
15268
|
+
tileId: z.ZodOptional<z.ZodString>;
|
|
15269
|
+
categoryId: z.ZodOptional<z.ZodNumber>;
|
|
15270
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
15271
|
+
type: z.ZodLiteral<"IMAGE">;
|
|
15272
|
+
imageData: z.ZodObject<{
|
|
15273
|
+
set: z.ZodObject<{
|
|
15274
|
+
ORIGINAL: z.ZodOptional<z.ZodObject<{
|
|
15275
|
+
url: z.ZodString;
|
|
15276
|
+
width: z.ZodOptional<z.ZodInt>;
|
|
15277
|
+
height: z.ZodOptional<z.ZodInt>;
|
|
15278
|
+
}, z.core.$strict>>;
|
|
15279
|
+
WEBP_LOW_RES: z.ZodOptional<z.ZodObject<{
|
|
15280
|
+
url: z.ZodString;
|
|
15281
|
+
width: z.ZodOptional<z.ZodInt>;
|
|
15282
|
+
height: z.ZodOptional<z.ZodInt>;
|
|
15283
|
+
}, z.core.$strict>>;
|
|
15284
|
+
WEBP_HI_2X_RES: z.ZodOptional<z.ZodObject<{
|
|
15285
|
+
url: z.ZodString;
|
|
15286
|
+
width: z.ZodOptional<z.ZodInt>;
|
|
15287
|
+
height: z.ZodOptional<z.ZodInt>;
|
|
15288
|
+
}, z.core.$strict>>;
|
|
15289
|
+
MOBILE_WEBP_LOW_RES: z.ZodOptional<z.ZodObject<{
|
|
15290
|
+
url: z.ZodString;
|
|
15291
|
+
width: z.ZodOptional<z.ZodInt>;
|
|
15292
|
+
height: z.ZodOptional<z.ZodInt>;
|
|
15293
|
+
}, z.core.$strict>>;
|
|
15294
|
+
MOBILE_WEBP_HI_RES: z.ZodOptional<z.ZodObject<{
|
|
15295
|
+
url: z.ZodString;
|
|
15296
|
+
width: z.ZodOptional<z.ZodInt>;
|
|
15297
|
+
height: z.ZodOptional<z.ZodInt>;
|
|
15298
|
+
}, z.core.$strict>>;
|
|
15299
|
+
}, z.core.$strict>;
|
|
15300
|
+
borderInfo: z.ZodOptional<z.ZodObject<{
|
|
15301
|
+
homogeneity: z.ZodOptional<z.ZodBoolean>;
|
|
15302
|
+
color: z.ZodOptional<z.ZodObject<{
|
|
15303
|
+
r: z.ZodNumber;
|
|
15304
|
+
g: z.ZodNumber;
|
|
15305
|
+
b: z.ZodNumber;
|
|
15306
|
+
a: z.ZodNumber;
|
|
15307
|
+
}, z.core.$strict>>;
|
|
15308
|
+
}, z.core.$strict>>;
|
|
15309
|
+
}, z.core.$strict>;
|
|
15310
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
15311
|
+
type: z.ZodLiteral<"TOGGLE">;
|
|
15312
|
+
enabled: z.ZodBoolean;
|
|
15313
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
15314
|
+
type: z.ZodLiteral<"SELECTBOX">;
|
|
15315
|
+
value: z.ZodString;
|
|
15316
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
15317
|
+
type: z.ZodLiteral<"DIVIDER">;
|
|
15318
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
15319
|
+
type: z.ZodLiteral<"INFO">;
|
|
15320
|
+
text: z.ZodOptional<z.ZodString>;
|
|
15321
|
+
button: z.ZodOptional<z.ZodObject<{
|
|
15322
|
+
title: z.ZodOptional<z.ZodString>;
|
|
15323
|
+
link: z.ZodOptional<z.ZodString>;
|
|
15324
|
+
}, z.core.$strict>>;
|
|
15325
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
15326
|
+
type: z.ZodLiteral<"PRODUCT_SELECTOR">;
|
|
15327
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
15328
|
+
type: z.ZodLiteral<"CATEGORY_SELECTOR">;
|
|
15329
|
+
}, z.core.$strict>], "type">>;
|
|
13917
15330
|
}, z.core.$strict>>;
|
|
13918
|
-
}, z.core.$strict>, z.ZodObject<{
|
|
13919
|
-
type: z.ZodLiteral<"PRODUCT_SELECTOR">;
|
|
13920
|
-
}, z.core.$strict>, z.ZodObject<{
|
|
13921
|
-
type: z.ZodLiteral<"CATEGORY_SELECTOR">;
|
|
13922
15331
|
}, z.core.$strict>], "type">>;
|
|
13923
15332
|
}, z.core.$strict>>;
|
|
13924
15333
|
}, z.core.$strict>, z.ZodObject<{
|
|
@@ -14366,6 +15775,96 @@ declare const TemplateConfigurationSchema: z.ZodObject<{
|
|
|
14366
15775
|
type: z.ZodLiteral<"PRODUCT_SELECTOR">;
|
|
14367
15776
|
}, z.core.$strict>, z.ZodObject<{
|
|
14368
15777
|
type: z.ZodLiteral<"CATEGORY_SELECTOR">;
|
|
15778
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
15779
|
+
type: z.ZodLiteral<"DECK">;
|
|
15780
|
+
cards: z.ZodArray<z.ZodObject<{
|
|
15781
|
+
settings: z.ZodRecord<z.ZodString, z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
15782
|
+
type: z.ZodLiteral<"INPUTBOX">;
|
|
15783
|
+
text: z.ZodString;
|
|
15784
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
15785
|
+
type: z.ZodLiteral<"TEXTAREA">;
|
|
15786
|
+
text: z.ZodString;
|
|
15787
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
15788
|
+
type: z.ZodLiteral<"BUTTON">;
|
|
15789
|
+
title: z.ZodString;
|
|
15790
|
+
buttonType: z.ZodEnum<{
|
|
15791
|
+
SCROLL_TO_TILE: "SCROLL_TO_TILE";
|
|
15792
|
+
HYPER_LINK: "HYPER_LINK";
|
|
15793
|
+
MAIL_LINK: "MAIL_LINK";
|
|
15794
|
+
TEL_LINK: "TEL_LINK";
|
|
15795
|
+
GO_TO_STORE: "GO_TO_STORE";
|
|
15796
|
+
GO_TO_STORE_LINK: "GO_TO_STORE_LINK";
|
|
15797
|
+
GO_TO_PAGE: "GO_TO_PAGE";
|
|
15798
|
+
GO_TO_CATEGORY: "GO_TO_CATEGORY";
|
|
15799
|
+
GO_TO_CATEGORY_LINK: "GO_TO_CATEGORY_LINK";
|
|
15800
|
+
}>;
|
|
15801
|
+
link: z.ZodOptional<z.ZodString>;
|
|
15802
|
+
linkTarget: z.ZodOptional<z.ZodString>;
|
|
15803
|
+
email: z.ZodOptional<z.ZodString>;
|
|
15804
|
+
phone: z.ZodOptional<z.ZodString>;
|
|
15805
|
+
tileId: z.ZodOptional<z.ZodString>;
|
|
15806
|
+
categoryId: z.ZodOptional<z.ZodNumber>;
|
|
15807
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
15808
|
+
type: z.ZodLiteral<"IMAGE">;
|
|
15809
|
+
imageData: z.ZodObject<{
|
|
15810
|
+
set: z.ZodObject<{
|
|
15811
|
+
ORIGINAL: z.ZodOptional<z.ZodObject<{
|
|
15812
|
+
url: z.ZodString;
|
|
15813
|
+
width: z.ZodOptional<z.ZodInt>;
|
|
15814
|
+
height: z.ZodOptional<z.ZodInt>;
|
|
15815
|
+
}, z.core.$strict>>;
|
|
15816
|
+
WEBP_LOW_RES: z.ZodOptional<z.ZodObject<{
|
|
15817
|
+
url: z.ZodString;
|
|
15818
|
+
width: z.ZodOptional<z.ZodInt>;
|
|
15819
|
+
height: z.ZodOptional<z.ZodInt>;
|
|
15820
|
+
}, z.core.$strict>>;
|
|
15821
|
+
WEBP_HI_2X_RES: z.ZodOptional<z.ZodObject<{
|
|
15822
|
+
url: z.ZodString;
|
|
15823
|
+
width: z.ZodOptional<z.ZodInt>;
|
|
15824
|
+
height: z.ZodOptional<z.ZodInt>;
|
|
15825
|
+
}, z.core.$strict>>;
|
|
15826
|
+
MOBILE_WEBP_LOW_RES: z.ZodOptional<z.ZodObject<{
|
|
15827
|
+
url: z.ZodString;
|
|
15828
|
+
width: z.ZodOptional<z.ZodInt>;
|
|
15829
|
+
height: z.ZodOptional<z.ZodInt>;
|
|
15830
|
+
}, z.core.$strict>>;
|
|
15831
|
+
MOBILE_WEBP_HI_RES: z.ZodOptional<z.ZodObject<{
|
|
15832
|
+
url: z.ZodString;
|
|
15833
|
+
width: z.ZodOptional<z.ZodInt>;
|
|
15834
|
+
height: z.ZodOptional<z.ZodInt>;
|
|
15835
|
+
}, z.core.$strict>>;
|
|
15836
|
+
}, z.core.$strict>;
|
|
15837
|
+
borderInfo: z.ZodOptional<z.ZodObject<{
|
|
15838
|
+
homogeneity: z.ZodOptional<z.ZodBoolean>;
|
|
15839
|
+
color: z.ZodOptional<z.ZodObject<{
|
|
15840
|
+
r: z.ZodNumber;
|
|
15841
|
+
g: z.ZodNumber;
|
|
15842
|
+
b: z.ZodNumber;
|
|
15843
|
+
a: z.ZodNumber;
|
|
15844
|
+
}, z.core.$strict>>;
|
|
15845
|
+
}, z.core.$strict>>;
|
|
15846
|
+
}, z.core.$strict>;
|
|
15847
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
15848
|
+
type: z.ZodLiteral<"TOGGLE">;
|
|
15849
|
+
enabled: z.ZodBoolean;
|
|
15850
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
15851
|
+
type: z.ZodLiteral<"SELECTBOX">;
|
|
15852
|
+
value: z.ZodString;
|
|
15853
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
15854
|
+
type: z.ZodLiteral<"DIVIDER">;
|
|
15855
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
15856
|
+
type: z.ZodLiteral<"INFO">;
|
|
15857
|
+
text: z.ZodOptional<z.ZodString>;
|
|
15858
|
+
button: z.ZodOptional<z.ZodObject<{
|
|
15859
|
+
title: z.ZodOptional<z.ZodString>;
|
|
15860
|
+
link: z.ZodOptional<z.ZodString>;
|
|
15861
|
+
}, z.core.$strict>>;
|
|
15862
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
15863
|
+
type: z.ZodLiteral<"PRODUCT_SELECTOR">;
|
|
15864
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
15865
|
+
type: z.ZodLiteral<"CATEGORY_SELECTOR">;
|
|
15866
|
+
}, z.core.$strict>], "type">>;
|
|
15867
|
+
}, z.core.$strict>>;
|
|
14369
15868
|
}, z.core.$strict>], "type">>;
|
|
14370
15869
|
}, z.core.$strict>>;
|
|
14371
15870
|
}, z.core.$strict>, z.ZodObject<{
|
|
@@ -14877,6 +16376,71 @@ declare const TemplateSchema: z.ZodObject<{
|
|
|
14877
16376
|
type: z.ZodLiteral<"PRODUCT_SELECTOR">;
|
|
14878
16377
|
}, z.core.$strict>, z.ZodObject<{
|
|
14879
16378
|
type: z.ZodLiteral<"CATEGORY_SELECTOR">;
|
|
16379
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
16380
|
+
type: z.ZodLiteral<"DECK">;
|
|
16381
|
+
cards: z.ZodArray<z.ZodObject<{
|
|
16382
|
+
settings: z.ZodRecord<z.ZodString, z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
16383
|
+
type: z.ZodLiteral<"INPUTBOX">;
|
|
16384
|
+
text: z.ZodString;
|
|
16385
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
16386
|
+
type: z.ZodLiteral<"TEXTAREA">;
|
|
16387
|
+
text: z.ZodString;
|
|
16388
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
16389
|
+
type: z.ZodLiteral<"BUTTON">;
|
|
16390
|
+
title: z.ZodString;
|
|
16391
|
+
buttonType: z.ZodEnum<{
|
|
16392
|
+
SCROLL_TO_TILE: "SCROLL_TO_TILE";
|
|
16393
|
+
HYPER_LINK: "HYPER_LINK";
|
|
16394
|
+
MAIL_LINK: "MAIL_LINK";
|
|
16395
|
+
TEL_LINK: "TEL_LINK";
|
|
16396
|
+
GO_TO_STORE: "GO_TO_STORE";
|
|
16397
|
+
GO_TO_STORE_LINK: "GO_TO_STORE_LINK";
|
|
16398
|
+
GO_TO_PAGE: "GO_TO_PAGE";
|
|
16399
|
+
GO_TO_CATEGORY: "GO_TO_CATEGORY";
|
|
16400
|
+
GO_TO_CATEGORY_LINK: "GO_TO_CATEGORY_LINK";
|
|
16401
|
+
}>;
|
|
16402
|
+
link: z.ZodOptional<z.ZodString>;
|
|
16403
|
+
linkTarget: z.ZodOptional<z.ZodString>;
|
|
16404
|
+
email: z.ZodOptional<z.ZodString>;
|
|
16405
|
+
phone: z.ZodOptional<z.ZodString>;
|
|
16406
|
+
tileId: z.ZodOptional<z.ZodString>;
|
|
16407
|
+
categoryId: z.ZodOptional<z.ZodNumber>;
|
|
16408
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
16409
|
+
type: z.ZodLiteral<"IMAGE">;
|
|
16410
|
+
imageData: z.ZodObject<{
|
|
16411
|
+
set: z.ZodObject<{
|
|
16412
|
+
ORIGINAL: z.ZodOptional<z.ZodObject</*elided*/ any, z.core.$strict>>;
|
|
16413
|
+
WEBP_LOW_RES: z.ZodOptional<z.ZodObject</*elided*/ any, z.core.$strict>>;
|
|
16414
|
+
WEBP_HI_2X_RES: z.ZodOptional<z.ZodObject</*elided*/ any, z.core.$strict>>;
|
|
16415
|
+
MOBILE_WEBP_LOW_RES: z.ZodOptional<z.ZodObject</*elided*/ any, z.core.$strict>>;
|
|
16416
|
+
MOBILE_WEBP_HI_RES: z.ZodOptional<z.ZodObject</*elided*/ any, z.core.$strict>>;
|
|
16417
|
+
}, z.core.$strict>;
|
|
16418
|
+
borderInfo: z.ZodOptional<z.ZodObject<{
|
|
16419
|
+
homogeneity: z.ZodOptional<z.ZodBoolean>;
|
|
16420
|
+
color: z.ZodOptional<z.ZodObject</*elided*/ any, z.core.$strict>>;
|
|
16421
|
+
}, z.core.$strict>>;
|
|
16422
|
+
}, z.core.$strict>;
|
|
16423
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
16424
|
+
type: z.ZodLiteral<"TOGGLE">;
|
|
16425
|
+
enabled: z.ZodBoolean;
|
|
16426
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
16427
|
+
type: z.ZodLiteral<"SELECTBOX">;
|
|
16428
|
+
value: z.ZodString;
|
|
16429
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
16430
|
+
type: z.ZodLiteral<"DIVIDER">;
|
|
16431
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
16432
|
+
type: z.ZodLiteral<"INFO">;
|
|
16433
|
+
text: z.ZodOptional<z.ZodString>;
|
|
16434
|
+
button: z.ZodOptional<z.ZodObject<{
|
|
16435
|
+
title: z.ZodOptional<z.ZodString>;
|
|
16436
|
+
link: z.ZodOptional<z.ZodString>;
|
|
16437
|
+
}, z.core.$strict>>;
|
|
16438
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
16439
|
+
type: z.ZodLiteral<"PRODUCT_SELECTOR">;
|
|
16440
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
16441
|
+
type: z.ZodLiteral<"CATEGORY_SELECTOR">;
|
|
16442
|
+
}, z.core.$strict>], "type">>;
|
|
16443
|
+
}, z.core.$strict>>;
|
|
14880
16444
|
}, z.core.$strict>], "type">>;
|
|
14881
16445
|
}, z.core.$strict>>;
|
|
14882
16446
|
}, z.core.$strict>, z.ZodObject<{
|
|
@@ -15324,6 +16888,71 @@ declare const TemplateSchema: z.ZodObject<{
|
|
|
15324
16888
|
type: z.ZodLiteral<"PRODUCT_SELECTOR">;
|
|
15325
16889
|
}, z.core.$strict>, z.ZodObject<{
|
|
15326
16890
|
type: z.ZodLiteral<"CATEGORY_SELECTOR">;
|
|
16891
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
16892
|
+
type: z.ZodLiteral<"DECK">;
|
|
16893
|
+
cards: z.ZodArray<z.ZodObject<{
|
|
16894
|
+
settings: z.ZodRecord<z.ZodString, z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
16895
|
+
type: z.ZodLiteral<"INPUTBOX">;
|
|
16896
|
+
text: z.ZodString;
|
|
16897
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
16898
|
+
type: z.ZodLiteral<"TEXTAREA">;
|
|
16899
|
+
text: z.ZodString;
|
|
16900
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
16901
|
+
type: z.ZodLiteral<"BUTTON">;
|
|
16902
|
+
title: z.ZodString;
|
|
16903
|
+
buttonType: z.ZodEnum<{
|
|
16904
|
+
SCROLL_TO_TILE: "SCROLL_TO_TILE";
|
|
16905
|
+
HYPER_LINK: "HYPER_LINK";
|
|
16906
|
+
MAIL_LINK: "MAIL_LINK";
|
|
16907
|
+
TEL_LINK: "TEL_LINK";
|
|
16908
|
+
GO_TO_STORE: "GO_TO_STORE";
|
|
16909
|
+
GO_TO_STORE_LINK: "GO_TO_STORE_LINK";
|
|
16910
|
+
GO_TO_PAGE: "GO_TO_PAGE";
|
|
16911
|
+
GO_TO_CATEGORY: "GO_TO_CATEGORY";
|
|
16912
|
+
GO_TO_CATEGORY_LINK: "GO_TO_CATEGORY_LINK";
|
|
16913
|
+
}>;
|
|
16914
|
+
link: z.ZodOptional<z.ZodString>;
|
|
16915
|
+
linkTarget: z.ZodOptional<z.ZodString>;
|
|
16916
|
+
email: z.ZodOptional<z.ZodString>;
|
|
16917
|
+
phone: z.ZodOptional<z.ZodString>;
|
|
16918
|
+
tileId: z.ZodOptional<z.ZodString>;
|
|
16919
|
+
categoryId: z.ZodOptional<z.ZodNumber>;
|
|
16920
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
16921
|
+
type: z.ZodLiteral<"IMAGE">;
|
|
16922
|
+
imageData: z.ZodObject<{
|
|
16923
|
+
set: z.ZodObject<{
|
|
16924
|
+
ORIGINAL: z.ZodOptional<z.ZodObject</*elided*/ any, z.core.$strict>>;
|
|
16925
|
+
WEBP_LOW_RES: z.ZodOptional<z.ZodObject</*elided*/ any, z.core.$strict>>;
|
|
16926
|
+
WEBP_HI_2X_RES: z.ZodOptional<z.ZodObject</*elided*/ any, z.core.$strict>>;
|
|
16927
|
+
MOBILE_WEBP_LOW_RES: z.ZodOptional<z.ZodObject</*elided*/ any, z.core.$strict>>;
|
|
16928
|
+
MOBILE_WEBP_HI_RES: z.ZodOptional<z.ZodObject</*elided*/ any, z.core.$strict>>;
|
|
16929
|
+
}, z.core.$strict>;
|
|
16930
|
+
borderInfo: z.ZodOptional<z.ZodObject<{
|
|
16931
|
+
homogeneity: z.ZodOptional<z.ZodBoolean>;
|
|
16932
|
+
color: z.ZodOptional<z.ZodObject</*elided*/ any, z.core.$strict>>;
|
|
16933
|
+
}, z.core.$strict>>;
|
|
16934
|
+
}, z.core.$strict>;
|
|
16935
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
16936
|
+
type: z.ZodLiteral<"TOGGLE">;
|
|
16937
|
+
enabled: z.ZodBoolean;
|
|
16938
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
16939
|
+
type: z.ZodLiteral<"SELECTBOX">;
|
|
16940
|
+
value: z.ZodString;
|
|
16941
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
16942
|
+
type: z.ZodLiteral<"DIVIDER">;
|
|
16943
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
16944
|
+
type: z.ZodLiteral<"INFO">;
|
|
16945
|
+
text: z.ZodOptional<z.ZodString>;
|
|
16946
|
+
button: z.ZodOptional<z.ZodObject<{
|
|
16947
|
+
title: z.ZodOptional<z.ZodString>;
|
|
16948
|
+
link: z.ZodOptional<z.ZodString>;
|
|
16949
|
+
}, z.core.$strict>>;
|
|
16950
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
16951
|
+
type: z.ZodLiteral<"PRODUCT_SELECTOR">;
|
|
16952
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
16953
|
+
type: z.ZodLiteral<"CATEGORY_SELECTOR">;
|
|
16954
|
+
}, z.core.$strict>], "type">>;
|
|
16955
|
+
}, z.core.$strict>>;
|
|
15327
16956
|
}, z.core.$strict>], "type">>;
|
|
15328
16957
|
}, z.core.$strict>>;
|
|
15329
16958
|
}, z.core.$strict>, z.ZodObject<{
|
|
@@ -15776,6 +17405,96 @@ declare const TemplateSchema: z.ZodObject<{
|
|
|
15776
17405
|
type: z.ZodLiteral<"PRODUCT_SELECTOR">;
|
|
15777
17406
|
}, z.core.$strict>, z.ZodObject<{
|
|
15778
17407
|
type: z.ZodLiteral<"CATEGORY_SELECTOR">;
|
|
17408
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
17409
|
+
type: z.ZodLiteral<"DECK">;
|
|
17410
|
+
cards: z.ZodArray<z.ZodObject<{
|
|
17411
|
+
settings: z.ZodRecord<z.ZodString, z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
17412
|
+
type: z.ZodLiteral<"INPUTBOX">;
|
|
17413
|
+
text: z.ZodString;
|
|
17414
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
17415
|
+
type: z.ZodLiteral<"TEXTAREA">;
|
|
17416
|
+
text: z.ZodString;
|
|
17417
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
17418
|
+
type: z.ZodLiteral<"BUTTON">;
|
|
17419
|
+
title: z.ZodString;
|
|
17420
|
+
buttonType: z.ZodEnum<{
|
|
17421
|
+
SCROLL_TO_TILE: "SCROLL_TO_TILE";
|
|
17422
|
+
HYPER_LINK: "HYPER_LINK";
|
|
17423
|
+
MAIL_LINK: "MAIL_LINK";
|
|
17424
|
+
TEL_LINK: "TEL_LINK";
|
|
17425
|
+
GO_TO_STORE: "GO_TO_STORE";
|
|
17426
|
+
GO_TO_STORE_LINK: "GO_TO_STORE_LINK";
|
|
17427
|
+
GO_TO_PAGE: "GO_TO_PAGE";
|
|
17428
|
+
GO_TO_CATEGORY: "GO_TO_CATEGORY";
|
|
17429
|
+
GO_TO_CATEGORY_LINK: "GO_TO_CATEGORY_LINK";
|
|
17430
|
+
}>;
|
|
17431
|
+
link: z.ZodOptional<z.ZodString>;
|
|
17432
|
+
linkTarget: z.ZodOptional<z.ZodString>;
|
|
17433
|
+
email: z.ZodOptional<z.ZodString>;
|
|
17434
|
+
phone: z.ZodOptional<z.ZodString>;
|
|
17435
|
+
tileId: z.ZodOptional<z.ZodString>;
|
|
17436
|
+
categoryId: z.ZodOptional<z.ZodNumber>;
|
|
17437
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
17438
|
+
type: z.ZodLiteral<"IMAGE">;
|
|
17439
|
+
imageData: z.ZodObject<{
|
|
17440
|
+
set: z.ZodObject<{
|
|
17441
|
+
ORIGINAL: z.ZodOptional<z.ZodObject<{
|
|
17442
|
+
url: z.ZodString;
|
|
17443
|
+
width: z.ZodOptional<z.ZodInt>;
|
|
17444
|
+
height: z.ZodOptional<z.ZodInt>;
|
|
17445
|
+
}, z.core.$strict>>;
|
|
17446
|
+
WEBP_LOW_RES: z.ZodOptional<z.ZodObject<{
|
|
17447
|
+
url: z.ZodString;
|
|
17448
|
+
width: z.ZodOptional<z.ZodInt>;
|
|
17449
|
+
height: z.ZodOptional<z.ZodInt>;
|
|
17450
|
+
}, z.core.$strict>>;
|
|
17451
|
+
WEBP_HI_2X_RES: z.ZodOptional<z.ZodObject<{
|
|
17452
|
+
url: z.ZodString;
|
|
17453
|
+
width: z.ZodOptional<z.ZodInt>;
|
|
17454
|
+
height: z.ZodOptional<z.ZodInt>;
|
|
17455
|
+
}, z.core.$strict>>;
|
|
17456
|
+
MOBILE_WEBP_LOW_RES: z.ZodOptional<z.ZodObject<{
|
|
17457
|
+
url: z.ZodString;
|
|
17458
|
+
width: z.ZodOptional<z.ZodInt>;
|
|
17459
|
+
height: z.ZodOptional<z.ZodInt>;
|
|
17460
|
+
}, z.core.$strict>>;
|
|
17461
|
+
MOBILE_WEBP_HI_RES: z.ZodOptional<z.ZodObject<{
|
|
17462
|
+
url: z.ZodString;
|
|
17463
|
+
width: z.ZodOptional<z.ZodInt>;
|
|
17464
|
+
height: z.ZodOptional<z.ZodInt>;
|
|
17465
|
+
}, z.core.$strict>>;
|
|
17466
|
+
}, z.core.$strict>;
|
|
17467
|
+
borderInfo: z.ZodOptional<z.ZodObject<{
|
|
17468
|
+
homogeneity: z.ZodOptional<z.ZodBoolean>;
|
|
17469
|
+
color: z.ZodOptional<z.ZodObject<{
|
|
17470
|
+
r: z.ZodNumber;
|
|
17471
|
+
g: z.ZodNumber;
|
|
17472
|
+
b: z.ZodNumber;
|
|
17473
|
+
a: z.ZodNumber;
|
|
17474
|
+
}, z.core.$strict>>;
|
|
17475
|
+
}, z.core.$strict>>;
|
|
17476
|
+
}, z.core.$strict>;
|
|
17477
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
17478
|
+
type: z.ZodLiteral<"TOGGLE">;
|
|
17479
|
+
enabled: z.ZodBoolean;
|
|
17480
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
17481
|
+
type: z.ZodLiteral<"SELECTBOX">;
|
|
17482
|
+
value: z.ZodString;
|
|
17483
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
17484
|
+
type: z.ZodLiteral<"DIVIDER">;
|
|
17485
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
17486
|
+
type: z.ZodLiteral<"INFO">;
|
|
17487
|
+
text: z.ZodOptional<z.ZodString>;
|
|
17488
|
+
button: z.ZodOptional<z.ZodObject<{
|
|
17489
|
+
title: z.ZodOptional<z.ZodString>;
|
|
17490
|
+
link: z.ZodOptional<z.ZodString>;
|
|
17491
|
+
}, z.core.$strict>>;
|
|
17492
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
17493
|
+
type: z.ZodLiteral<"PRODUCT_SELECTOR">;
|
|
17494
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
17495
|
+
type: z.ZodLiteral<"CATEGORY_SELECTOR">;
|
|
17496
|
+
}, z.core.$strict>], "type">>;
|
|
17497
|
+
}, z.core.$strict>>;
|
|
15779
17498
|
}, z.core.$strict>], "type">>;
|
|
15780
17499
|
}, z.core.$strict>>;
|
|
15781
17500
|
}, z.core.$strict>, z.ZodObject<{
|
|
@@ -16488,7 +18207,7 @@ declare function useButtonElementContent<CONTENT>(elementName: string, externalC
|
|
|
16488
18207
|
* @returns `Reactive<CategorySelector>` — reactive object with:
|
|
16489
18208
|
* - `categories: ComputedRef<CategoryListComponentItem[]>` — array of category objects with `id`, `name`, `url`, `imageUrl`, etc.
|
|
16490
18209
|
* - `categoryIds: ComputedRef<Array<number>>` — array of selected category IDs
|
|
16491
|
-
* - `hasContent: ComputedRef<boolean>` — `true` if
|
|
18210
|
+
* - `hasContent: ComputedRef<boolean>` — `true` if there are categories to render
|
|
16492
18211
|
* - `hasCategories: ComputedRef<boolean>` — `true` if at least one category is selected
|
|
16493
18212
|
*
|
|
16494
18213
|
* @see {@link CategorySelectorContent}
|
|
@@ -16714,7 +18433,7 @@ declare function useNavigationMenuElementContent<CONTENT>(): {
|
|
|
16714
18433
|
* - `products: ComputedRef<ProductListComponentItem[]>` — array of product objects with `id`, `name`, `price`, `imageUrl`, etc.
|
|
16715
18434
|
* - `categories: ComputedRef<CategoryListComponentItem[]>` — array of categories (when using category selection)
|
|
16716
18435
|
* - `categoryId: ComputedRef<number>` — selected category ID (when using category selection)
|
|
16717
|
-
* - `hasContent: ComputedRef<boolean>` — `true` if
|
|
18436
|
+
* - `hasContent: ComputedRef<boolean>` — `true` if there are products to render
|
|
16718
18437
|
* - `hasProducts: ComputedRef<boolean>` — `true` if at least one product is selected
|
|
16719
18438
|
*
|
|
16720
18439
|
* @see {@link ProductSelectorContent}
|
|
@@ -18072,4 +19791,4 @@ declare const translation: {
|
|
|
18072
19791
|
};
|
|
18073
19792
|
|
|
18074
19793
|
export { ActionLinkTypeEnum, BackgroundStyleEnum, ButtonAppearanceEnum, ButtonShapeEnum, ButtonSizeEnum, ButtonTypeEnum, CatalogLayoutSlot, CategoryLayoutSlot, Color$1 as Color, ConfigTypeEnum, DesignEditorType, EditorTypes, ImageSet, InstantsiteJsEvent, LogoTypeEnum, OverlayType, OverlayTypeEnum, PluginTypeEnum, ProductLayoutSlot, SectionTypeEnum, TemplateCategoriesList, ValidationTypeEnum, asStructuredColor, collection, content, createLayoutApp, createTextStyle, createVueClientApp, createVueServerApp, design, getBackgroundStyle, getColorHex, getContrastTextColor, getCurrentLanguageCode, isColorDark, layout, section, showcase, template, translation, useAccordionElementDesign, useBackgroundElementDesign, useBackgroundStyle, useButtonElementContent, useButtonElementDesign, useButtonStyles, useCategorySelectorElementContent, useCurrentLanguage, useDeckElementContent, useImageElementContent, useImageElementDesign, useInputboxElementContent, useInstantsiteJsApi, useLayoutElementDesign, useLogoElementContent, useLogoElementDesign, useMenuElementContent, useNavigationMenuElementContent, useProductSelectorElementContent, useSelectboxElementContent, useSelectboxElementDesign, useTextElementDesign, useTextareaElementContent, useTextareaElementDesign, useToggleElementContent, useToggleElementDesign, useTranslation, useVueBaseProps };
|
|
18075
|
-
export type { AccordionDesignData, AccordionDesignEditor, AccordionDesignEditorDefaults, AccordionDesignItemData, AccordionItem, AccordionShowcaseDesignEditorDefaults, ActionLink, AppBaseContext, AppBaseData, AppBaseState, Background, BackgroundDesignData$1 as BackgroundDesignData, BackgroundDesignEditor, BackgroundDesignEditorDefaults, BackgroundDesignEditorDefaultsTransformed, BackgroundStyleOptions, BackgroundTransformed, BackgroundType, ButtonAppearance, ButtonContentData, ButtonContentEditor, ButtonContentEditorDefaults, ButtonDesignData$1 as ButtonDesignData, ButtonDesignEditor, ButtonDesignEditorDefaults, ButtonDesignEditorDefaultsTransformed, ButtonSize, ButtonSizeStyles, ButtonStyle, CapitalizationType, Card, CategorySelectorContent, CategorySelectorContentEditor, CategorySelectorContentEditorDefaults, CategorySelectorData, CollectionDescriptor, CollectionDescriptorContent, CollectionDescriptorMetadata, ColorPickerDesignEditor, ColorPickerDesignEditorDefaults, ColorPickerDesignEditorDefaultsTransformed, ContentEditor, ContentEditorDefaults, ContentSettings, CustomSection, Deck, DeckContent, DeckContentEditor, DefaultSection, DesignEditor, DesignEditorDefaults, DesignEditorDefaultsTransformed, DesignSettings, DividerContentEditor, DividerContentEditorDefaults, DividerDesignEditor, Font, Frame, GlobalColorsString, GlobalDesign$1 as GlobalDesign, GlobalFontsString, GlobalTextSizeString, GradientColor, GradientColorTransformed, HSLColor, ImageBorderInfoData, ImageContent, ImageContentData, ImageContentEditor, ImageContentEditorDefaults, ImageDesignData$1 as ImageDesignData, ImageDesignEditor, ImageDesignEditorDefaults, ImageDesignEditorDefaultsTransformed, ImageInfoData, InfoContentEditor, InfoContentEditorDefaults, InfoDesignEditor, InfoDesignEditorDefaults, InputBoxContent, InputboxContentEditor, InputboxContentEditorDefaults, InstantsiteJSAPI$1 as InstantsiteJSAPI, InstantsiteTilePromise$1 as InstantsiteTilePromise, InternalColor, LayoutDesignData, LayoutDesignOverride, LayoutSettings, LogoContent, LogoContentData, LogoContentEditor, LogoContentEditorDefaults, LogoDesignData$1 as LogoDesignData, LogoDesignEditor, LogoDesignEditorDefaults, LogoDesignEditorDefaultsTransformed, LogoType, MandatoryContentSettings, MandatoryDesignSettings, Manifest, MenuContent, MenuContentData, MenuContentEditor, MenuItem, NavigationMenuContentEditor, Overlay, OverlayTransformed, ProductSelectorContent, ProductSelectorContentEditor, ProductSelectorContentEditorDefaults, ProductSelectorData, RGBAColor, Section, SelectBoxContent, SelectboxContentEditor, SelectboxContentEditorDefaults, SelectboxContentOption, SelectboxDesignData, SelectboxDesignEditor, SelectboxDesignEditorDefaults, SelectboxDesignEditorDefaultsTransformed, Showcase, ShowcaseAccordionItem, ShowcaseContentEditorsDefaults, ShowcaseDeckContentEditorDefaults, ShowcaseImageContentEditorDefaults, ShowcaseInputboxContentEditorDefaults, ShowcaseLogoContentEditorDefaults, ShowcaseMenuContentEditorDefaults, ShowcaseNavigationMenuContentEditorDefaults, ShowcaseOverride, ShowcaseTextareaContentEditorDefaults, SolidColor, SolidColorTransformed, StorePageConfiguration, StorefrontSection, StorefrontSectionId, Template, TemplateConfiguration, TemplateConfigurationSection, TemplateCustomSection, TemplateDefaultSection, TemplateMetadata, TemplatePage, TemplatePageNamed, TemplateStorefrontSection, TextAreaContent, TextDesignData$1 as TextDesignData, TextDesignEditor, TextDesignEditorDefaults, TextDesignEditorDefaultsTransformed, TextSize, TextStyleOptions, TextareaContentEditor, TextareaContentEditorDefaults, TextareaDesignData$1 as TextareaDesignData, ToggleContent, ToggleContentData, ToggleContentEditor, ToggleContentEditorDefaults, ToggleDesignData, ToggleDesignEditor, ToggleDesignEditorDefaults, ToggleDesignEditorDefaultsTransformed, TransformedFrame, TranslationSettings, UseButtonStylesOptions, UseCurrentLanguageReturn, VuegaPageId };
|
|
19794
|
+
export type { AccordionDesignData, AccordionDesignEditor, AccordionDesignEditorDefaults, AccordionDesignItemData, AccordionItem, AccordionShowcaseDesignEditorDefaults, ActionLink, AppBaseContext, AppBaseData, AppBaseState, Background, BackgroundDesignData$1 as BackgroundDesignData, BackgroundDesignEditor, BackgroundDesignEditorDefaults, BackgroundDesignEditorDefaultsTransformed, BackgroundStyleOptions, BackgroundTransformed, BackgroundType, ButtonAppearance, ButtonContentData, ButtonContentEditor, ButtonContentEditorDefaults, ButtonDesignData$1 as ButtonDesignData, ButtonDesignEditor, ButtonDesignEditorDefaults, ButtonDesignEditorDefaultsTransformed, ButtonSize, ButtonSizeStyles, ButtonStyle, CapitalizationType, Card, CategorySelectorContent, CategorySelectorContentEditor, CategorySelectorContentEditorDefaults, CategorySelectorData, CollectionDescriptor, CollectionDescriptorContent, CollectionDescriptorMetadata, ColorPickerDesignEditor, ColorPickerDesignEditorDefaults, ColorPickerDesignEditorDefaultsTransformed, ContentEditor, ContentEditorDefaults, ContentEditorDefaultsWithNestedDeckUnion, ContentSettings, CustomSection, Deck, DeckContent, DeckContentEditor, DefaultSection, DesignEditor, DesignEditorDefaults, DesignEditorDefaultsTransformed, DesignSettings, DividerContentEditor, DividerContentEditorDefaults, DividerDesignEditor, Font, Frame, GlobalColorsString, GlobalDesign$1 as GlobalDesign, GlobalFontsString, GlobalTextSizeString, GradientColor, GradientColorTransformed, HSLColor, ImageBorderInfoData, ImageContent, ImageContentData, ImageContentEditor, ImageContentEditorDefaults, ImageDesignData$1 as ImageDesignData, ImageDesignEditor, ImageDesignEditorDefaults, ImageDesignEditorDefaultsTransformed, ImageInfoData, InfoContentEditor, InfoContentEditorDefaults, InfoDesignEditor, InfoDesignEditorDefaults, InputBoxContent, InputboxContentEditor, InputboxContentEditorDefaults, InstantsiteJSAPI$1 as InstantsiteJSAPI, InstantsiteTilePromise$1 as InstantsiteTilePromise, InternalColor, LayoutDesignData, LayoutDesignOverride, LayoutSettings, LogoContent, LogoContentData, LogoContentEditor, LogoContentEditorDefaults, LogoDesignData$1 as LogoDesignData, LogoDesignEditor, LogoDesignEditorDefaults, LogoDesignEditorDefaultsTransformed, LogoType, MandatoryContentSettings, MandatoryDesignSettings, Manifest, MenuContent, MenuContentData, MenuContentEditor, MenuItem, NavigationMenuContentEditor, Overlay, OverlayTransformed, ProductSelectorContent, ProductSelectorContentEditor, ProductSelectorContentEditorDefaults, ProductSelectorData, RGBAColor, Section, SelectBoxContent, SelectboxContentEditor, SelectboxContentEditorDefaults, SelectboxContentOption, SelectboxDesignData, SelectboxDesignEditor, SelectboxDesignEditorDefaults, SelectboxDesignEditorDefaultsTransformed, Showcase, ShowcaseAccordionItem, ShowcaseContentEditorsDefaults, ShowcaseDeckContentEditorDefaults, ShowcaseImageContentEditorDefaults, ShowcaseInputboxContentEditorDefaults, ShowcaseLogoContentEditorDefaults, ShowcaseMenuContentEditorDefaults, ShowcaseNavigationMenuContentEditorDefaults, ShowcaseOverride, ShowcaseTextareaContentEditorDefaults, SolidColor, SolidColorTransformed, StorePageConfiguration, StorefrontSection, StorefrontSectionId, Template, TemplateConfiguration, TemplateConfigurationSection, TemplateCustomSection, TemplateDefaultSection, TemplateMetadata, TemplatePage, TemplatePageNamed, TemplateStorefrontSection, TextAreaContent, TextDesignData$1 as TextDesignData, TextDesignEditor, TextDesignEditorDefaults, TextDesignEditorDefaultsTransformed, TextSize, TextStyleOptions, TextareaContentEditor, TextareaContentEditorDefaults, TextareaDesignData$1 as TextareaDesignData, ToggleContent, ToggleContentData, ToggleContentEditor, ToggleContentEditorDefaults, ToggleDesignData, ToggleDesignEditor, ToggleDesignEditorDefaults, ToggleDesignEditorDefaultsTransformed, TransformedFrame, TranslationSettings, UseButtonStylesOptions, UseCurrentLanguageReturn, VuegaPageId };
|