@sc-360-v2/storefront-cms-library 0.5.46 → 0.5.49
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/builder.js +1 -1
- package/dist/builderLite.js +1 -1
- package/dist/map.scss +6 -1
- package/dist/product-labels.scss +167 -752
- package/dist/types/builder/enums/index.d.ts +2 -1
- package/dist/types/builder/tools/element-edit/bundleDetails.d.ts +405 -120
- package/dist/types/builder/tools/element-edit/countdown.d.ts +6 -6
- package/dist/types/builder/tools/element-edit/map.d.ts +0 -2
- package/dist/types/builder/tools/element-edit/productLables.d.ts +13 -9
- package/dist/types/builder/tools/element-edit/repeater.d.ts +2 -0
- package/dist/types/builder/tools/element-edit/tabs.d.ts +129 -1
- package/dist/website.js +1 -1
- package/package.json +1 -1
|
@@ -22,6 +22,11 @@ export declare enum SelectorKeysEnum {
|
|
|
22
22
|
CATEGORY_NAME_DESIGN = "categoryNameDesign",
|
|
23
23
|
CATEGORY_CARD_INFO_DESIGN = "categoryCardInfoDesign",
|
|
24
24
|
CATEGORY_CARD_DESIGN = "categoryCardDesign",
|
|
25
|
+
CATEGORY_CONTAINER = "categoryContainer",
|
|
26
|
+
CATEGORY_IMAGE = "categoryImage",
|
|
27
|
+
CATEGORY_WIDGET = "categoryWidget",
|
|
28
|
+
CATEGORY_CARD = "categoryCard",
|
|
29
|
+
PAGINATION_ARROWS = "paginationArrows",
|
|
25
30
|
PRODUCT_CARDS_SCROLL_DESIGN = "productCardsScrollDesign",
|
|
26
31
|
PRODUCT_CARD_DESIGN = "productCardDesign",
|
|
27
32
|
PRODUCT_CARD_NAME_DESIGN = "productCardNameDesign",
|
|
@@ -33,6 +38,7 @@ export declare enum SelectorKeysEnum {
|
|
|
33
38
|
PRODUCT_PRICE_DESIGN = "productPriceDesign",
|
|
34
39
|
SELECT_BUTTON_DESIGN = "selectButtonDesign",
|
|
35
40
|
ADD_TO_CART_BUTTON_DESIGN = "addToCartButtonDesign",
|
|
41
|
+
VARIANT_PICKER_DESIGN = "variantPickerDesign",
|
|
36
42
|
PRODUCT_CARD_QUANTITY = "productCardQuantity",
|
|
37
43
|
QUANTITY_INPUT = "quantityInput",
|
|
38
44
|
QUANTITY_LABEL = "quantityLabel",
|
|
@@ -40,7 +46,8 @@ export declare enum SelectorKeysEnum {
|
|
|
40
46
|
ADD_TO_CART_TITLE = "addToCartTitle",
|
|
41
47
|
ADD_TO_CART_LABEL = "addToCartLabel",
|
|
42
48
|
ADD_TO_CART_QUANTITY_INPUT = "addToCartInput",
|
|
43
|
-
ADD_TO_CART_PRICE = "addToCartPrice"
|
|
49
|
+
ADD_TO_CART_PRICE = "addToCartPrice",
|
|
50
|
+
BUNDLE_HEADER_WRAPPER = "bundleHeaderWrapper"
|
|
44
51
|
}
|
|
45
52
|
export declare const getDefaultData: () => {
|
|
46
53
|
layout: {
|
|
@@ -143,6 +150,25 @@ export declare const getDefaultData: () => {
|
|
|
143
150
|
};
|
|
144
151
|
bundleDetailsHeaderDesign: {
|
|
145
152
|
selectorKey: SelectorKeysEnum;
|
|
153
|
+
bundleHeaderWrapper: {
|
|
154
|
+
borderColor: CMSIBCommonInterface;
|
|
155
|
+
borderStyle: CMSIBCommonInterface;
|
|
156
|
+
borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
|
|
157
|
+
showBorder: CMSIBCommonInterface;
|
|
158
|
+
backgroundColor: CMSIBCommonInterface;
|
|
159
|
+
showShadow: CMSIBCommonInterface;
|
|
160
|
+
shadowColor: CMSIBCommonInterface;
|
|
161
|
+
blur: import("../../interfaces/global").CMSIBSizeInterface;
|
|
162
|
+
spread: import("../../interfaces/global").CMSIBSizeInterface;
|
|
163
|
+
angle: import("../../interfaces/global").CMSIBSizeInterface;
|
|
164
|
+
borderRadius: import("../../interfaces/global").CSSPaddingValues;
|
|
165
|
+
exposure: import("../../interfaces/global").CMSIBSizeInterface;
|
|
166
|
+
contrast: import("../../interfaces/global").CMSIBSizeInterface;
|
|
167
|
+
saturation: import("../../interfaces/global").CMSIBSizeInterface;
|
|
168
|
+
highlights: import("../../interfaces/global").CMSIBSizeInterface;
|
|
169
|
+
shadows: import("../../interfaces/global").CMSIBSizeInterface;
|
|
170
|
+
selectorKey: SelectorKeysEnum;
|
|
171
|
+
};
|
|
146
172
|
bundleNameDesign: {
|
|
147
173
|
borderColor: CMSIBCommonInterface;
|
|
148
174
|
borderStyle: CMSIBCommonInterface;
|
|
@@ -206,93 +232,181 @@ export declare const getDefaultData: () => {
|
|
|
206
232
|
};
|
|
207
233
|
categorySliderCardDesign: {
|
|
208
234
|
selectorKey: SelectorKeysEnum;
|
|
209
|
-
|
|
210
|
-
theme: CMSIBCommonInterface;
|
|
211
|
-
font: CMSIBCommonInterface;
|
|
212
|
-
fontSize: import("../../interfaces/global").CMSIBSizeInterface;
|
|
213
|
-
textColor: CMSIBCommonInterface;
|
|
214
|
-
bold: CMSIBCommonInterface;
|
|
215
|
-
italic: CMSIBCommonInterface;
|
|
216
|
-
linethrough: CMSIBCommonInterface;
|
|
217
|
-
underline: CMSIBCommonInterface;
|
|
218
|
-
textAlign: CMSIBCommonInterface;
|
|
219
|
-
characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
|
|
220
|
-
lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
|
|
221
|
-
backgroundColor: CMSIBCommonInterface;
|
|
222
|
-
selectorKey: SelectorKeysEnum;
|
|
223
|
-
};
|
|
224
|
-
categoryCardInfoDesign: {
|
|
225
|
-
theme: CMSIBCommonInterface;
|
|
226
|
-
font: CMSIBCommonInterface;
|
|
227
|
-
fontSize: import("../../interfaces/global").CMSIBSizeInterface;
|
|
228
|
-
textColor: CMSIBCommonInterface;
|
|
229
|
-
bold: CMSIBCommonInterface;
|
|
230
|
-
italic: CMSIBCommonInterface;
|
|
231
|
-
linethrough: CMSIBCommonInterface;
|
|
232
|
-
underline: CMSIBCommonInterface;
|
|
233
|
-
textAlign: CMSIBCommonInterface;
|
|
234
|
-
characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
|
|
235
|
-
lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
|
|
235
|
+
categoryContainer: {
|
|
236
236
|
backgroundColor: CMSIBCommonInterface;
|
|
237
|
+
borderColor: CMSIBCommonInterface;
|
|
238
|
+
borderStyle: CMSIBCommonInterface;
|
|
239
|
+
borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
|
|
240
|
+
showBorder: CMSIBCommonInterface;
|
|
241
|
+
borderRadius: import("../../interfaces/global").CSSPaddingValues;
|
|
242
|
+
showShadow: CMSIBCommonInterface;
|
|
243
|
+
shadowColor: CMSIBCommonInterface;
|
|
244
|
+
blur: import("../../interfaces/global").CMSIBSizeInterface;
|
|
245
|
+
spread: import("../../interfaces/global").CMSIBSizeInterface;
|
|
246
|
+
angle: import("../../interfaces/global").CMSIBSizeInterface;
|
|
247
|
+
itemGap: import("../../interfaces/global").CMSIBSizeInterface;
|
|
248
|
+
padding: any;
|
|
237
249
|
selectorKey: SelectorKeysEnum;
|
|
238
250
|
};
|
|
239
|
-
|
|
251
|
+
categoryWidget: {
|
|
240
252
|
selectorKey: SelectorKeysEnum;
|
|
241
|
-
|
|
253
|
+
paginationArrows: {
|
|
254
|
+
selectorKey: SelectorKeysEnum;
|
|
255
|
+
arrowIconStyle: {
|
|
256
|
+
value: string;
|
|
257
|
+
propertyType: CMSElementEditTypes;
|
|
258
|
+
};
|
|
259
|
+
leftArrowIconStyle: {
|
|
260
|
+
value: string;
|
|
261
|
+
propertyType: CMSElementEditTypes;
|
|
262
|
+
};
|
|
263
|
+
rightArrowIconStyle: {
|
|
264
|
+
value: string;
|
|
265
|
+
propertyType: CMSElementEditTypes;
|
|
266
|
+
};
|
|
267
|
+
backgroundShape: {
|
|
268
|
+
value: string;
|
|
269
|
+
propertyType: CMSElementEditTypes;
|
|
270
|
+
};
|
|
271
|
+
arrowSize: {
|
|
272
|
+
value: number;
|
|
273
|
+
property: string;
|
|
274
|
+
unit: number;
|
|
275
|
+
propertyType: CMSElementEditTypes;
|
|
276
|
+
};
|
|
277
|
+
arrowColor: {
|
|
278
|
+
value: {
|
|
279
|
+
hex: string;
|
|
280
|
+
rgb: {
|
|
281
|
+
r: string;
|
|
282
|
+
g: string;
|
|
283
|
+
b: string;
|
|
284
|
+
a: number;
|
|
285
|
+
};
|
|
286
|
+
};
|
|
287
|
+
property: string;
|
|
288
|
+
propertyType: CMSElementEditTypes;
|
|
289
|
+
};
|
|
290
|
+
backgroundColor: {
|
|
291
|
+
value?: any;
|
|
292
|
+
property?: any;
|
|
293
|
+
propertyType?: any;
|
|
294
|
+
isReadOnly?: boolean | undefined;
|
|
295
|
+
parentRef?: string | undefined;
|
|
296
|
+
};
|
|
242
297
|
borderColor: CMSIBCommonInterface;
|
|
243
298
|
borderStyle: CMSIBCommonInterface;
|
|
244
299
|
borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
|
|
245
300
|
showBorder: CMSIBCommonInterface;
|
|
246
|
-
backgroundColor: CMSIBCommonInterface;
|
|
247
|
-
showShadow: CMSIBCommonInterface;
|
|
248
|
-
shadowColor: CMSIBCommonInterface;
|
|
249
|
-
blur: import("../../interfaces/global").CMSIBSizeInterface;
|
|
250
|
-
spread: import("../../interfaces/global").CMSIBSizeInterface;
|
|
251
|
-
angle: import("../../interfaces/global").CMSIBSizeInterface;
|
|
252
301
|
borderRadius: import("../../interfaces/global").CSSPaddingValues;
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
highlights: import("../../interfaces/global").CMSIBSizeInterface;
|
|
257
|
-
shadows: import("../../interfaces/global").CMSIBSizeInterface;
|
|
302
|
+
padding: any;
|
|
303
|
+
};
|
|
304
|
+
categoryCard: {
|
|
258
305
|
selectorKey: SelectorKeysEnum;
|
|
306
|
+
defaultState: {
|
|
307
|
+
itemGap: import("../../interfaces/global").CMSIBSizeInterface;
|
|
308
|
+
padding: any;
|
|
309
|
+
borderColor: CMSIBCommonInterface;
|
|
310
|
+
borderStyle: CMSIBCommonInterface;
|
|
311
|
+
borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
|
|
312
|
+
showBorder: CMSIBCommonInterface;
|
|
313
|
+
backgroundColor: CMSIBCommonInterface;
|
|
314
|
+
showShadow: CMSIBCommonInterface;
|
|
315
|
+
shadowColor: CMSIBCommonInterface;
|
|
316
|
+
blur: import("../../interfaces/global").CMSIBSizeInterface;
|
|
317
|
+
spread: import("../../interfaces/global").CMSIBSizeInterface;
|
|
318
|
+
angle: import("../../interfaces/global").CMSIBSizeInterface;
|
|
319
|
+
borderRadius: import("../../interfaces/global").CSSPaddingValues;
|
|
320
|
+
exposure: import("../../interfaces/global").CMSIBSizeInterface;
|
|
321
|
+
contrast: import("../../interfaces/global").CMSIBSizeInterface;
|
|
322
|
+
saturation: import("../../interfaces/global").CMSIBSizeInterface;
|
|
323
|
+
highlights: import("../../interfaces/global").CMSIBSizeInterface;
|
|
324
|
+
shadows: import("../../interfaces/global").CMSIBSizeInterface;
|
|
325
|
+
selectorKey: SelectorKeysEnum;
|
|
326
|
+
};
|
|
327
|
+
selectedState: {
|
|
328
|
+
itemGap: import("../../interfaces/global").CMSIBSizeInterface;
|
|
329
|
+
padding: any;
|
|
330
|
+
borderColor: CMSIBCommonInterface;
|
|
331
|
+
borderStyle: CMSIBCommonInterface;
|
|
332
|
+
borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
|
|
333
|
+
showBorder: CMSIBCommonInterface;
|
|
334
|
+
backgroundColor: CMSIBCommonInterface;
|
|
335
|
+
showShadow: CMSIBCommonInterface;
|
|
336
|
+
shadowColor: CMSIBCommonInterface;
|
|
337
|
+
blur: import("../../interfaces/global").CMSIBSizeInterface;
|
|
338
|
+
spread: import("../../interfaces/global").CMSIBSizeInterface;
|
|
339
|
+
angle: import("../../interfaces/global").CMSIBSizeInterface;
|
|
340
|
+
borderRadius: import("../../interfaces/global").CSSPaddingValues;
|
|
341
|
+
exposure: import("../../interfaces/global").CMSIBSizeInterface;
|
|
342
|
+
contrast: import("../../interfaces/global").CMSIBSizeInterface;
|
|
343
|
+
saturation: import("../../interfaces/global").CMSIBSizeInterface;
|
|
344
|
+
highlights: import("../../interfaces/global").CMSIBSizeInterface;
|
|
345
|
+
shadows: import("../../interfaces/global").CMSIBSizeInterface;
|
|
346
|
+
selectorKey: SelectorKeysEnum;
|
|
347
|
+
};
|
|
348
|
+
hoverState: {
|
|
349
|
+
itemGap: import("../../interfaces/global").CMSIBSizeInterface;
|
|
350
|
+
padding: any;
|
|
351
|
+
borderColor: CMSIBCommonInterface;
|
|
352
|
+
borderStyle: CMSIBCommonInterface;
|
|
353
|
+
borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
|
|
354
|
+
showBorder: CMSIBCommonInterface;
|
|
355
|
+
backgroundColor: CMSIBCommonInterface;
|
|
356
|
+
showShadow: CMSIBCommonInterface;
|
|
357
|
+
shadowColor: CMSIBCommonInterface;
|
|
358
|
+
blur: import("../../interfaces/global").CMSIBSizeInterface;
|
|
359
|
+
spread: import("../../interfaces/global").CMSIBSizeInterface;
|
|
360
|
+
angle: import("../../interfaces/global").CMSIBSizeInterface;
|
|
361
|
+
borderRadius: import("../../interfaces/global").CSSPaddingValues;
|
|
362
|
+
exposure: import("../../interfaces/global").CMSIBSizeInterface;
|
|
363
|
+
contrast: import("../../interfaces/global").CMSIBSizeInterface;
|
|
364
|
+
saturation: import("../../interfaces/global").CMSIBSizeInterface;
|
|
365
|
+
highlights: import("../../interfaces/global").CMSIBSizeInterface;
|
|
366
|
+
shadows: import("../../interfaces/global").CMSIBSizeInterface;
|
|
367
|
+
selectorKey: SelectorKeysEnum;
|
|
368
|
+
};
|
|
259
369
|
};
|
|
260
|
-
|
|
370
|
+
categoryImage: {
|
|
371
|
+
width: {
|
|
372
|
+
[key: string]: any;
|
|
373
|
+
} | undefined;
|
|
374
|
+
height: import("../../interfaces/global").CMSIBSizeInterface | undefined;
|
|
261
375
|
borderColor: CMSIBCommonInterface;
|
|
262
376
|
borderStyle: CMSIBCommonInterface;
|
|
263
377
|
borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
|
|
264
378
|
showBorder: CMSIBCommonInterface;
|
|
265
|
-
backgroundColor: CMSIBCommonInterface;
|
|
266
|
-
showShadow: CMSIBCommonInterface;
|
|
267
|
-
shadowColor: CMSIBCommonInterface;
|
|
268
|
-
blur: import("../../interfaces/global").CMSIBSizeInterface;
|
|
269
|
-
spread: import("../../interfaces/global").CMSIBSizeInterface;
|
|
270
|
-
angle: import("../../interfaces/global").CMSIBSizeInterface;
|
|
271
379
|
borderRadius: import("../../interfaces/global").CSSPaddingValues;
|
|
272
|
-
exposure: import("../../interfaces/global").CMSIBSizeInterface;
|
|
273
|
-
contrast: import("../../interfaces/global").CMSIBSizeInterface;
|
|
274
|
-
saturation: import("../../interfaces/global").CMSIBSizeInterface;
|
|
275
|
-
highlights: import("../../interfaces/global").CMSIBSizeInterface;
|
|
276
|
-
shadows: import("../../interfaces/global").CMSIBSizeInterface;
|
|
277
380
|
selectorKey: SelectorKeysEnum;
|
|
278
381
|
};
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
382
|
+
categoryNameDesign: {
|
|
383
|
+
theme: CMSIBCommonInterface;
|
|
384
|
+
font: CMSIBCommonInterface;
|
|
385
|
+
fontSize: import("../../interfaces/global").CMSIBSizeInterface;
|
|
386
|
+
textColor: CMSIBCommonInterface;
|
|
387
|
+
bold: CMSIBCommonInterface;
|
|
388
|
+
italic: CMSIBCommonInterface;
|
|
389
|
+
linethrough: CMSIBCommonInterface;
|
|
390
|
+
underline: CMSIBCommonInterface;
|
|
391
|
+
textAlign: CMSIBCommonInterface;
|
|
392
|
+
characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
|
|
393
|
+
lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
|
|
394
|
+
backgroundColor: CMSIBCommonInterface;
|
|
395
|
+
selectorKey: SelectorKeysEnum;
|
|
396
|
+
};
|
|
397
|
+
categoryCardInfoDesign: {
|
|
398
|
+
theme: CMSIBCommonInterface;
|
|
399
|
+
font: CMSIBCommonInterface;
|
|
400
|
+
fontSize: import("../../interfaces/global").CMSIBSizeInterface;
|
|
401
|
+
textColor: CMSIBCommonInterface;
|
|
402
|
+
bold: CMSIBCommonInterface;
|
|
403
|
+
italic: CMSIBCommonInterface;
|
|
404
|
+
linethrough: CMSIBCommonInterface;
|
|
405
|
+
underline: CMSIBCommonInterface;
|
|
406
|
+
textAlign: CMSIBCommonInterface;
|
|
407
|
+
characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
|
|
408
|
+
lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
|
|
284
409
|
backgroundColor: CMSIBCommonInterface;
|
|
285
|
-
showShadow: CMSIBCommonInterface;
|
|
286
|
-
shadowColor: CMSIBCommonInterface;
|
|
287
|
-
blur: import("../../interfaces/global").CMSIBSizeInterface;
|
|
288
|
-
spread: import("../../interfaces/global").CMSIBSizeInterface;
|
|
289
|
-
angle: import("../../interfaces/global").CMSIBSizeInterface;
|
|
290
|
-
borderRadius: import("../../interfaces/global").CSSPaddingValues;
|
|
291
|
-
exposure: import("../../interfaces/global").CMSIBSizeInterface;
|
|
292
|
-
contrast: import("../../interfaces/global").CMSIBSizeInterface;
|
|
293
|
-
saturation: import("../../interfaces/global").CMSIBSizeInterface;
|
|
294
|
-
highlights: import("../../interfaces/global").CMSIBSizeInterface;
|
|
295
|
-
shadows: import("../../interfaces/global").CMSIBSizeInterface;
|
|
296
410
|
selectorKey: SelectorKeysEnum;
|
|
297
411
|
};
|
|
298
412
|
};
|
|
@@ -471,33 +585,234 @@ export declare const getDefaultData: () => {
|
|
|
471
585
|
selectButtonDesign: {
|
|
472
586
|
selectorKey: SelectorKeysEnum;
|
|
473
587
|
selectedState: {
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
588
|
+
backgroundColor: {
|
|
589
|
+
parentRef: string;
|
|
590
|
+
value?: any;
|
|
591
|
+
property?: any;
|
|
592
|
+
propertyType?: any;
|
|
593
|
+
isReadOnly?: boolean | undefined;
|
|
594
|
+
};
|
|
595
|
+
borderColor: {
|
|
596
|
+
parentRef: string;
|
|
597
|
+
value?: any;
|
|
598
|
+
property?: any;
|
|
599
|
+
propertyType?: any;
|
|
600
|
+
isReadOnly?: boolean | undefined;
|
|
601
|
+
};
|
|
602
|
+
borderStyle: {
|
|
603
|
+
parentRef: string;
|
|
604
|
+
value?: any;
|
|
605
|
+
property?: any;
|
|
606
|
+
propertyType?: any;
|
|
607
|
+
isReadOnly?: boolean | undefined;
|
|
608
|
+
};
|
|
609
|
+
borderPerSlide: {
|
|
610
|
+
parentRef: string;
|
|
611
|
+
isAll: boolean;
|
|
612
|
+
sides: import("../../interfaces/global").PaddingSides | import("../../interfaces/global").BorderSides;
|
|
613
|
+
property: string;
|
|
614
|
+
iscss?: boolean | undefined;
|
|
615
|
+
propertyType?: any;
|
|
616
|
+
};
|
|
617
|
+
showBorder: {
|
|
618
|
+
value: boolean;
|
|
619
|
+
parentRef: string;
|
|
620
|
+
property?: any;
|
|
621
|
+
propertyType?: any;
|
|
622
|
+
isReadOnly?: boolean | undefined;
|
|
623
|
+
};
|
|
624
|
+
showShadow: {
|
|
625
|
+
parentRef: string;
|
|
626
|
+
value?: any;
|
|
627
|
+
property?: any;
|
|
628
|
+
propertyType?: any;
|
|
629
|
+
isReadOnly?: boolean | undefined;
|
|
630
|
+
};
|
|
631
|
+
shadowColor: {
|
|
632
|
+
parentRef: string;
|
|
633
|
+
value?: any;
|
|
634
|
+
property?: any;
|
|
635
|
+
propertyType?: any;
|
|
636
|
+
isReadOnly?: boolean | undefined;
|
|
637
|
+
};
|
|
638
|
+
blur: {
|
|
639
|
+
parentRef: string;
|
|
640
|
+
unit?: string | number | undefined;
|
|
641
|
+
value?: any;
|
|
642
|
+
property?: any;
|
|
643
|
+
propertyType?: any;
|
|
644
|
+
isReadOnly?: boolean | undefined;
|
|
645
|
+
};
|
|
646
|
+
spread: {
|
|
647
|
+
parentRef: string;
|
|
648
|
+
unit?: string | number | undefined;
|
|
649
|
+
value?: any;
|
|
650
|
+
property?: any;
|
|
651
|
+
propertyType?: any;
|
|
652
|
+
isReadOnly?: boolean | undefined;
|
|
653
|
+
};
|
|
654
|
+
angle: {
|
|
655
|
+
parentRef: string;
|
|
656
|
+
unit?: string | number | undefined;
|
|
657
|
+
value?: any;
|
|
658
|
+
property?: any;
|
|
659
|
+
propertyType?: any;
|
|
660
|
+
isReadOnly?: boolean | undefined;
|
|
661
|
+
};
|
|
662
|
+
borderRadius: {
|
|
663
|
+
parentRef: string;
|
|
664
|
+
isAll: boolean;
|
|
665
|
+
sides: import("../../interfaces/global").PaddingSides | import("../../interfaces/global").BorderSides;
|
|
666
|
+
property: string;
|
|
667
|
+
iscss?: boolean | undefined;
|
|
668
|
+
propertyType?: any;
|
|
669
|
+
};
|
|
670
|
+
font: {
|
|
671
|
+
parentRef: string;
|
|
672
|
+
value?: any;
|
|
673
|
+
property?: any;
|
|
674
|
+
propertyType?: any;
|
|
675
|
+
isReadOnly?: boolean | undefined;
|
|
676
|
+
};
|
|
677
|
+
fontSize: {
|
|
678
|
+
parentRef: string;
|
|
679
|
+
unit?: string | number | undefined;
|
|
680
|
+
value?: any;
|
|
681
|
+
property?: any;
|
|
682
|
+
propertyType?: any;
|
|
683
|
+
isReadOnly?: boolean | undefined;
|
|
684
|
+
};
|
|
685
|
+
textColor: {
|
|
686
|
+
parentRef: string;
|
|
687
|
+
value?: any;
|
|
688
|
+
property?: any;
|
|
689
|
+
propertyType?: any;
|
|
690
|
+
isReadOnly?: boolean | undefined;
|
|
691
|
+
};
|
|
692
|
+
bold: {
|
|
693
|
+
value: string;
|
|
694
|
+
parentRef: string;
|
|
695
|
+
property?: any;
|
|
696
|
+
propertyType?: any;
|
|
697
|
+
isReadOnly?: boolean | undefined;
|
|
698
|
+
};
|
|
699
|
+
italic: {
|
|
700
|
+
parentRef: string;
|
|
701
|
+
value?: any;
|
|
702
|
+
property?: any;
|
|
703
|
+
propertyType?: any;
|
|
704
|
+
isReadOnly?: boolean | undefined;
|
|
705
|
+
};
|
|
706
|
+
linethrough: {
|
|
707
|
+
parentRef: string;
|
|
708
|
+
value?: any;
|
|
709
|
+
property?: any;
|
|
710
|
+
propertyType?: any;
|
|
711
|
+
isReadOnly?: boolean | undefined;
|
|
712
|
+
};
|
|
713
|
+
underline: {
|
|
714
|
+
parentRef: string;
|
|
715
|
+
value?: any;
|
|
716
|
+
property?: any;
|
|
717
|
+
propertyType?: any;
|
|
718
|
+
isReadOnly?: boolean | undefined;
|
|
719
|
+
};
|
|
720
|
+
textAlign: {
|
|
721
|
+
parentRef: string;
|
|
722
|
+
value?: any;
|
|
723
|
+
property?: any;
|
|
724
|
+
propertyType?: any;
|
|
725
|
+
isReadOnly?: boolean | undefined;
|
|
726
|
+
};
|
|
727
|
+
characterSpacing: {
|
|
728
|
+
parentRef: string;
|
|
729
|
+
unit?: string | number | undefined;
|
|
730
|
+
value?: any;
|
|
731
|
+
property?: any;
|
|
732
|
+
propertyType?: any;
|
|
733
|
+
isReadOnly?: boolean | undefined;
|
|
734
|
+
};
|
|
735
|
+
lineHeight: {
|
|
736
|
+
parentRef: string;
|
|
737
|
+
unit?: string | number | undefined;
|
|
738
|
+
value?: any;
|
|
739
|
+
property?: any;
|
|
740
|
+
propertyType?: any;
|
|
741
|
+
isReadOnly?: boolean | undefined;
|
|
742
|
+
};
|
|
743
|
+
icon: import("../../interfaces/global").CMSIBIconInterface | undefined;
|
|
744
|
+
showIcon: {
|
|
745
|
+
parentRef: string;
|
|
746
|
+
value?: any;
|
|
747
|
+
property?: any;
|
|
748
|
+
propertyType?: any;
|
|
749
|
+
isReadOnly?: boolean | undefined;
|
|
750
|
+
};
|
|
751
|
+
iconSize: {
|
|
752
|
+
parentRef: string;
|
|
753
|
+
unit?: string | number | undefined;
|
|
754
|
+
value?: any;
|
|
755
|
+
property?: any;
|
|
756
|
+
propertyType?: any;
|
|
757
|
+
isReadOnly?: boolean | undefined;
|
|
758
|
+
};
|
|
759
|
+
iconColor: {
|
|
760
|
+
parentRef: string;
|
|
761
|
+
value?: any;
|
|
762
|
+
property?: any;
|
|
763
|
+
propertyType?: any;
|
|
764
|
+
isReadOnly?: boolean | undefined;
|
|
765
|
+
};
|
|
766
|
+
textTransform: {
|
|
767
|
+
value: string;
|
|
768
|
+
property: string;
|
|
769
|
+
propertyType: CMSElementEditTypes;
|
|
770
|
+
};
|
|
771
|
+
buttonStyle: {
|
|
772
|
+
parentRef: string;
|
|
773
|
+
propertyType: CMSElementEditTypes;
|
|
774
|
+
};
|
|
775
|
+
buttonText: {
|
|
776
|
+
value: string;
|
|
777
|
+
property: string;
|
|
778
|
+
propertyType: CMSElementEditTypes;
|
|
779
|
+
};
|
|
780
|
+
iconPadding: {
|
|
781
|
+
value: number;
|
|
782
|
+
property: string;
|
|
783
|
+
parentRef: string;
|
|
784
|
+
propertyType: CMSElementEditTypes;
|
|
785
|
+
};
|
|
786
|
+
iconPosition: {
|
|
787
|
+
parentRef: string;
|
|
788
|
+
propertyType: CMSElementEditTypes;
|
|
789
|
+
};
|
|
790
|
+
iconAndTextSpacing: {
|
|
791
|
+
property: string;
|
|
792
|
+
unit: number;
|
|
793
|
+
parentRef: string;
|
|
794
|
+
propertyType: CMSElementEditTypes;
|
|
795
|
+
};
|
|
796
|
+
alignment: {
|
|
797
|
+
property: string;
|
|
798
|
+
parentRef: string;
|
|
799
|
+
propertyType: CMSElementEditTypes;
|
|
800
|
+
};
|
|
801
|
+
buttonType: {
|
|
802
|
+
value: string;
|
|
803
|
+
propertyType: CMSElementEditTypes;
|
|
804
|
+
};
|
|
805
|
+
width: {
|
|
806
|
+
value: string;
|
|
807
|
+
unit: number;
|
|
808
|
+
};
|
|
809
|
+
padding: any;
|
|
485
810
|
exposure: import("../../interfaces/global").CMSIBSizeInterface;
|
|
486
811
|
contrast: import("../../interfaces/global").CMSIBSizeInterface;
|
|
487
812
|
saturation: import("../../interfaces/global").CMSIBSizeInterface;
|
|
488
813
|
highlights: import("../../interfaces/global").CMSIBSizeInterface;
|
|
489
814
|
shadows: import("../../interfaces/global").CMSIBSizeInterface;
|
|
490
815
|
theme: CMSIBCommonInterface;
|
|
491
|
-
font: CMSIBCommonInterface;
|
|
492
|
-
fontSize: import("../../interfaces/global").CMSIBSizeInterface;
|
|
493
|
-
textColor: CMSIBCommonInterface;
|
|
494
|
-
bold: CMSIBCommonInterface;
|
|
495
|
-
italic: CMSIBCommonInterface;
|
|
496
|
-
linethrough: CMSIBCommonInterface;
|
|
497
|
-
underline: CMSIBCommonInterface;
|
|
498
|
-
textAlign: CMSIBCommonInterface;
|
|
499
|
-
characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
|
|
500
|
-
lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
|
|
501
816
|
selectorKey: SelectorKeysEnum;
|
|
502
817
|
};
|
|
503
818
|
hoverState: {
|
|
@@ -965,36 +1280,6 @@ export declare const getDefaultData: () => {
|
|
|
965
1280
|
};
|
|
966
1281
|
addToCartButtonDesign: {
|
|
967
1282
|
selectorKey: SelectorKeysEnum;
|
|
968
|
-
selectedState: {
|
|
969
|
-
borderColor: CMSIBCommonInterface;
|
|
970
|
-
borderStyle: CMSIBCommonInterface;
|
|
971
|
-
borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
|
|
972
|
-
showBorder: CMSIBCommonInterface;
|
|
973
|
-
backgroundColor: CMSIBCommonInterface;
|
|
974
|
-
showShadow: CMSIBCommonInterface;
|
|
975
|
-
shadowColor: CMSIBCommonInterface;
|
|
976
|
-
blur: import("../../interfaces/global").CMSIBSizeInterface;
|
|
977
|
-
spread: import("../../interfaces/global").CMSIBSizeInterface;
|
|
978
|
-
angle: import("../../interfaces/global").CMSIBSizeInterface;
|
|
979
|
-
borderRadius: import("../../interfaces/global").CSSPaddingValues;
|
|
980
|
-
exposure: import("../../interfaces/global").CMSIBSizeInterface;
|
|
981
|
-
contrast: import("../../interfaces/global").CMSIBSizeInterface;
|
|
982
|
-
saturation: import("../../interfaces/global").CMSIBSizeInterface;
|
|
983
|
-
highlights: import("../../interfaces/global").CMSIBSizeInterface;
|
|
984
|
-
shadows: import("../../interfaces/global").CMSIBSizeInterface;
|
|
985
|
-
theme: CMSIBCommonInterface;
|
|
986
|
-
font: CMSIBCommonInterface;
|
|
987
|
-
fontSize: import("../../interfaces/global").CMSIBSizeInterface;
|
|
988
|
-
textColor: CMSIBCommonInterface;
|
|
989
|
-
bold: CMSIBCommonInterface;
|
|
990
|
-
italic: CMSIBCommonInterface;
|
|
991
|
-
linethrough: CMSIBCommonInterface;
|
|
992
|
-
underline: CMSIBCommonInterface;
|
|
993
|
-
textAlign: CMSIBCommonInterface;
|
|
994
|
-
characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
|
|
995
|
-
lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
|
|
996
|
-
selectorKey: SelectorKeysEnum;
|
|
997
|
-
};
|
|
998
1283
|
hoverState: {
|
|
999
1284
|
backgroundColor: {
|
|
1000
1285
|
parentRef: string;
|
|
@@ -433,6 +433,12 @@ export declare const getDefaultData: () => {
|
|
|
433
433
|
};
|
|
434
434
|
};
|
|
435
435
|
counterStyle: {
|
|
436
|
+
textAlignDesc: {
|
|
437
|
+
propertyType: CMSElementEditTypes;
|
|
438
|
+
value: string;
|
|
439
|
+
property: string;
|
|
440
|
+
parentRef: string;
|
|
441
|
+
};
|
|
436
442
|
themeDesc: {
|
|
437
443
|
value: string;
|
|
438
444
|
property: string;
|
|
@@ -507,12 +513,6 @@ export declare const getDefaultData: () => {
|
|
|
507
513
|
propertyType: CMSElementEditTypes;
|
|
508
514
|
parentRef: string;
|
|
509
515
|
};
|
|
510
|
-
textAlignDesc: {
|
|
511
|
-
value: string;
|
|
512
|
-
property: string;
|
|
513
|
-
propertyType: CMSElementEditTypes;
|
|
514
|
-
parentRef: string;
|
|
515
|
-
};
|
|
516
516
|
characterSpacingDesc: {
|
|
517
517
|
value: number;
|
|
518
518
|
unit: number;
|
|
@@ -55,8 +55,6 @@ export interface selfDesignInterface {
|
|
|
55
55
|
pinStyle: controlInterface;
|
|
56
56
|
backgroundColor: CMSIBCommonInterface;
|
|
57
57
|
shape: controlInterface;
|
|
58
|
-
animationStyle: controlInterface;
|
|
59
|
-
animationFrequency: controlInterface;
|
|
60
58
|
showBorder: CMSIBCommonInterface;
|
|
61
59
|
borderStyle: CMSIBCommonInterface;
|
|
62
60
|
borderColor: CMSIBCommonInterface;
|