@sc-360-v2/storefront-cms-library 0.5.15 → 0.5.17

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.
@@ -1,9 +1,7 @@
1
- import { CMSElementEditPopupDesignInterface, CMSElementEditPopupInterface, CMSElementEditPopupLayoutInterface } from "./common";
1
+ import { CMSCSSUnitTypesEnums, CMSElementEditTypes } from "../../enums";
2
+ import { CMSElementEditPopupInterface } from "./common";
2
3
  export interface SectionEditPopupInterface extends CMSElementEditPopupInterface {
3
4
  }
4
- interface selfLayoutInterface {
5
- selectorKey: string;
6
- }
7
5
  export interface selfDesignInterface {
8
6
  selectorKey: string;
9
7
  }
@@ -11,7 +9,2761 @@ export declare enum SelectorKeysEnum {
11
9
  LAYOUT = "layout",
12
10
  DESIGN = "design",
13
11
  CONTENT = "content",
14
- DATA_CONNECTOR = "dataConnector"
12
+ DATA_CONNECTOR = "dataConnector",
13
+ DEFAULT_STATE = "defaultState",
14
+ HOVER_STATE = "hoverState",
15
+ SELECTED_STATE = "selectedState",
16
+ SIDEBAR_DESIGN = "sidebarDesign",
17
+ SIDEBAR_CONTAINER = "sidebarContainer",
18
+ CATEGORIES_HEADING = "categoriesHeading",
19
+ CATEGORY_TREE_ITEM = "categoryTreeItem",
20
+ CATEGORY_TREE_ICON = "categoryTreeIcon",
21
+ SUBCATEGORY_TREE_ITEM = "subCategoryTreeItem",
22
+ SELECT_BUTTON = "selectButton",
23
+ SUBCATEGORY_SCROLLER_DESIGN = "subCategoryScrollerDesign",
24
+ SUBCATEGORY_CHIP = "subCategoryChip",
25
+ SUBCATEGORY_IMAGE = "subCategoryImage",
26
+ SCROLLER_ARROW = "scrollerArrow",
27
+ BREADCRUMB_DESIGN = "breadcrumbDesign",
28
+ BREADCRUMB_LAYOUT = "breadcrumbLayout",
29
+ BREADCRUMB_ITEM = "breadcrumbItem",
30
+ SEPARATOR_ICON = "separatorIcon",
31
+ MAIN_SECTION = "mainSection",
32
+ PRODUCT_GRID_DESIGN = "productGridDesign",
33
+ ALL_PRODUCTS_HEADING = "allProductsHeading",
34
+ PRODUCT_CARD = "productCard",
35
+ PRODUCT_IMAGE = "productImage",
36
+ BRAND_NAME = "brandName",
37
+ PRODUCT_NAME = "productName",
38
+ PRODUCT_PRICE = "productPrice",
39
+ PRODUCT_OPTIONS = "productOptions"
15
40
  }
16
- export declare const getDefaultData: () => CMSElementEditPopupInterface<selfLayoutInterface & CMSElementEditPopupLayoutInterface, selfDesignInterface & CMSElementEditPopupDesignInterface>;
17
- export {};
41
+ export declare const getDefaultData: () => {
42
+ layout: {
43
+ selectorKey: SelectorKeysEnum;
44
+ width: {
45
+ value: string;
46
+ unit: number;
47
+ };
48
+ height: {
49
+ value: string;
50
+ unit: number;
51
+ property?: any;
52
+ propertyType?: any;
53
+ isReadOnly?: boolean | undefined;
54
+ parentRef?: string | undefined;
55
+ };
56
+ margin: import("../../interfaces/global").CSSPaddingValues | undefined;
57
+ padding: any;
58
+ overflowContent: import("../../interfaces/global").CMSIBCommonInterface | undefined;
59
+ positionType: import("../../interfaces/global").CMSIBCommonInterface | undefined;
60
+ pinTo: import("../../interfaces/global").CMSIBCommonInterface | undefined;
61
+ };
62
+ design: {
63
+ selectorKey: SelectorKeysEnum;
64
+ widgetStyle: {
65
+ selectorKey: SelectorKeysEnum;
66
+ itemGap: {
67
+ value: number;
68
+ unit?: string | number | undefined;
69
+ property?: any;
70
+ propertyType?: any;
71
+ isReadOnly?: boolean | undefined;
72
+ parentRef?: string | undefined;
73
+ };
74
+ backgroundColor: import("../../interfaces/global").CMSIBCommonInterface;
75
+ borderColor: import("../../interfaces/global").CMSIBCommonInterface;
76
+ borderStyle: import("../../interfaces/global").CMSIBCommonInterface;
77
+ borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
78
+ showBorder: import("../../interfaces/global").CMSIBCommonInterface;
79
+ showShadow: import("../../interfaces/global").CMSIBCommonInterface;
80
+ shadowColor: import("../../interfaces/global").CMSIBCommonInterface;
81
+ blur: import("../../interfaces/global").CMSIBSizeInterface;
82
+ spread: import("../../interfaces/global").CMSIBSizeInterface;
83
+ angle: import("../../interfaces/global").CMSIBSizeInterface;
84
+ borderRadius: import("../../interfaces/global").CSSPaddingValues;
85
+ showDivider: {
86
+ value: boolean;
87
+ property: string;
88
+ propertyType: CMSElementEditTypes;
89
+ };
90
+ dividerColor: import("../../interfaces/global").CMSIBCommonInterface;
91
+ dividerWidth: import("../../interfaces/global").CMSIBSizeInterface;
92
+ };
93
+ sidebarDesign: {
94
+ selectorKey: SelectorKeysEnum;
95
+ itemGap: {
96
+ value: number;
97
+ unit?: string | number | undefined;
98
+ property?: any;
99
+ propertyType?: any;
100
+ isReadOnly?: boolean | undefined;
101
+ parentRef?: string | undefined;
102
+ };
103
+ padding: any;
104
+ sidebarContainer: {
105
+ borderColor: import("../../interfaces/global").CMSIBCommonInterface;
106
+ borderStyle: import("../../interfaces/global").CMSIBCommonInterface;
107
+ borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
108
+ showBorder: import("../../interfaces/global").CMSIBCommonInterface;
109
+ backgroundColor: import("../../interfaces/global").CMSIBCommonInterface;
110
+ showShadow: import("../../interfaces/global").CMSIBCommonInterface;
111
+ shadowColor: import("../../interfaces/global").CMSIBCommonInterface;
112
+ blur: import("../../interfaces/global").CMSIBSizeInterface;
113
+ spread: import("../../interfaces/global").CMSIBSizeInterface;
114
+ angle: import("../../interfaces/global").CMSIBSizeInterface;
115
+ borderRadius: import("../../interfaces/global").CSSPaddingValues;
116
+ selectorKey: SelectorKeysEnum;
117
+ padding: any;
118
+ itemGap: {
119
+ value: number;
120
+ unit?: string | number | undefined;
121
+ property?: any;
122
+ propertyType?: any;
123
+ isReadOnly?: boolean | undefined;
124
+ parentRef?: string | undefined;
125
+ };
126
+ categoryTreeGap: {
127
+ property: string;
128
+ value: number;
129
+ unit?: string | number | undefined;
130
+ propertyType?: any;
131
+ isReadOnly?: boolean | undefined;
132
+ parentRef?: string | undefined;
133
+ };
134
+ subCategoryGap: {
135
+ property: string;
136
+ value: number;
137
+ unit?: string | number | undefined;
138
+ propertyType?: any;
139
+ isReadOnly?: boolean | undefined;
140
+ parentRef?: string | undefined;
141
+ };
142
+ };
143
+ categoriesHeading: {
144
+ theme: {
145
+ value: string;
146
+ property: string;
147
+ propertyType: CMSElementEditTypes;
148
+ };
149
+ font: {
150
+ value: string;
151
+ property: string;
152
+ propertyType: CMSElementEditTypes;
153
+ parentRef: string;
154
+ };
155
+ fontSize: {
156
+ value: number;
157
+ unit: number;
158
+ property: string;
159
+ propertyType: CMSElementEditTypes;
160
+ parentRef: string;
161
+ };
162
+ textColor: {
163
+ value: {
164
+ hex: string;
165
+ rgb: {
166
+ r: string;
167
+ g: string;
168
+ b: string;
169
+ a: number;
170
+ };
171
+ };
172
+ property: string;
173
+ propertyType: CMSElementEditTypes;
174
+ parentRef: string;
175
+ };
176
+ textHighlight: {
177
+ value: {
178
+ hex: string;
179
+ rgb: {
180
+ r: string;
181
+ g: string;
182
+ b: string;
183
+ a: number;
184
+ };
185
+ };
186
+ property: string;
187
+ propertyType: CMSElementEditTypes;
188
+ };
189
+ bold: {
190
+ value: string;
191
+ property: string;
192
+ propertyType: CMSElementEditTypes;
193
+ parentRef: string;
194
+ };
195
+ italic: {
196
+ value: string;
197
+ property: string;
198
+ propertyType: CMSElementEditTypes;
199
+ parentRef: string;
200
+ };
201
+ linethrough: {
202
+ value: string;
203
+ property: string;
204
+ propertyType: CMSElementEditTypes;
205
+ parentRef: string;
206
+ };
207
+ underline: {
208
+ value: string;
209
+ property: string;
210
+ propertyType: CMSElementEditTypes;
211
+ parentRef: string;
212
+ };
213
+ textAlign: {
214
+ value: string;
215
+ property: string;
216
+ propertyType: CMSElementEditTypes;
217
+ parentRef: string;
218
+ };
219
+ characterSpacing: {
220
+ value: number;
221
+ unit: number;
222
+ property: string;
223
+ propertyType: CMSElementEditTypes;
224
+ parentRef: string;
225
+ };
226
+ lineHeight: {
227
+ value: number;
228
+ unit: number;
229
+ property: string;
230
+ propertyType: CMSElementEditTypes;
231
+ parentRef: string;
232
+ };
233
+ paragraphSpacing: {
234
+ value: number;
235
+ unit: number;
236
+ property: string;
237
+ propertyType: CMSElementEditTypes;
238
+ parentRef: string;
239
+ };
240
+ selectorKey: SelectorKeysEnum;
241
+ };
242
+ categoryTreeItem: {
243
+ defaultState: {
244
+ borderColor: import("../../interfaces/global").CMSIBCommonInterface;
245
+ borderStyle: import("../../interfaces/global").CMSIBCommonInterface;
246
+ borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
247
+ showBorder: import("../../interfaces/global").CMSIBCommonInterface;
248
+ backgroundColor: import("../../interfaces/global").CMSIBCommonInterface;
249
+ showShadow: import("../../interfaces/global").CMSIBCommonInterface;
250
+ shadowColor: import("../../interfaces/global").CMSIBCommonInterface;
251
+ blur: import("../../interfaces/global").CMSIBSizeInterface;
252
+ spread: import("../../interfaces/global").CMSIBSizeInterface;
253
+ angle: import("../../interfaces/global").CMSIBSizeInterface;
254
+ borderRadius: import("../../interfaces/global").CSSPaddingValues;
255
+ theme: {
256
+ value: string;
257
+ property: string;
258
+ propertyType: CMSElementEditTypes;
259
+ };
260
+ font: {
261
+ value: string;
262
+ property: string;
263
+ propertyType: CMSElementEditTypes;
264
+ parentRef: string;
265
+ };
266
+ fontSize: {
267
+ value: number;
268
+ unit: number;
269
+ property: string;
270
+ propertyType: CMSElementEditTypes;
271
+ parentRef: string;
272
+ };
273
+ textColor: {
274
+ value: {
275
+ hex: string;
276
+ rgb: {
277
+ r: string;
278
+ g: string;
279
+ b: string;
280
+ a: number;
281
+ };
282
+ };
283
+ property: string;
284
+ propertyType: CMSElementEditTypes;
285
+ parentRef: string;
286
+ };
287
+ textHighlight: {
288
+ value: {
289
+ hex: string;
290
+ rgb: {
291
+ r: string;
292
+ g: string;
293
+ b: string;
294
+ a: number;
295
+ };
296
+ };
297
+ property: string;
298
+ propertyType: CMSElementEditTypes;
299
+ };
300
+ bold: {
301
+ value: string;
302
+ property: string;
303
+ propertyType: CMSElementEditTypes;
304
+ parentRef: string;
305
+ };
306
+ italic: {
307
+ value: string;
308
+ property: string;
309
+ propertyType: CMSElementEditTypes;
310
+ parentRef: string;
311
+ };
312
+ linethrough: {
313
+ value: string;
314
+ property: string;
315
+ propertyType: CMSElementEditTypes;
316
+ parentRef: string;
317
+ };
318
+ underline: {
319
+ value: string;
320
+ property: string;
321
+ propertyType: CMSElementEditTypes;
322
+ parentRef: string;
323
+ };
324
+ textAlign: {
325
+ value: string;
326
+ property: string;
327
+ propertyType: CMSElementEditTypes;
328
+ parentRef: string;
329
+ };
330
+ characterSpacing: {
331
+ value: number;
332
+ unit: number;
333
+ property: string;
334
+ propertyType: CMSElementEditTypes;
335
+ parentRef: string;
336
+ };
337
+ lineHeight: {
338
+ value: number;
339
+ unit: number;
340
+ property: string;
341
+ propertyType: CMSElementEditTypes;
342
+ parentRef: string;
343
+ };
344
+ paragraphSpacing: {
345
+ value: number;
346
+ unit: number;
347
+ property: string;
348
+ propertyType: CMSElementEditTypes;
349
+ parentRef: string;
350
+ };
351
+ selectorKey: SelectorKeysEnum;
352
+ };
353
+ hoverState: {
354
+ borderColor: import("../../interfaces/global").CMSIBCommonInterface;
355
+ borderStyle: import("../../interfaces/global").CMSIBCommonInterface;
356
+ borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
357
+ showBorder: import("../../interfaces/global").CMSIBCommonInterface;
358
+ backgroundColor: import("../../interfaces/global").CMSIBCommonInterface;
359
+ showShadow: import("../../interfaces/global").CMSIBCommonInterface;
360
+ shadowColor: import("../../interfaces/global").CMSIBCommonInterface;
361
+ blur: import("../../interfaces/global").CMSIBSizeInterface;
362
+ spread: import("../../interfaces/global").CMSIBSizeInterface;
363
+ angle: import("../../interfaces/global").CMSIBSizeInterface;
364
+ borderRadius: import("../../interfaces/global").CSSPaddingValues;
365
+ theme: {
366
+ value: string;
367
+ property: string;
368
+ propertyType: CMSElementEditTypes;
369
+ };
370
+ font: {
371
+ value: string;
372
+ property: string;
373
+ propertyType: CMSElementEditTypes;
374
+ parentRef: string;
375
+ };
376
+ fontSize: {
377
+ value: number;
378
+ unit: number;
379
+ property: string;
380
+ propertyType: CMSElementEditTypes;
381
+ parentRef: string;
382
+ };
383
+ textColor: {
384
+ value: {
385
+ hex: string;
386
+ rgb: {
387
+ r: string;
388
+ g: string;
389
+ b: string;
390
+ a: number;
391
+ };
392
+ };
393
+ property: string;
394
+ propertyType: CMSElementEditTypes;
395
+ parentRef: string;
396
+ };
397
+ textHighlight: {
398
+ value: {
399
+ hex: string;
400
+ rgb: {
401
+ r: string;
402
+ g: string;
403
+ b: string;
404
+ a: number;
405
+ };
406
+ };
407
+ property: string;
408
+ propertyType: CMSElementEditTypes;
409
+ };
410
+ bold: {
411
+ value: string;
412
+ property: string;
413
+ propertyType: CMSElementEditTypes;
414
+ parentRef: string;
415
+ };
416
+ italic: {
417
+ value: string;
418
+ property: string;
419
+ propertyType: CMSElementEditTypes;
420
+ parentRef: string;
421
+ };
422
+ linethrough: {
423
+ value: string;
424
+ property: string;
425
+ propertyType: CMSElementEditTypes;
426
+ parentRef: string;
427
+ };
428
+ underline: {
429
+ value: string;
430
+ property: string;
431
+ propertyType: CMSElementEditTypes;
432
+ parentRef: string;
433
+ };
434
+ textAlign: {
435
+ value: string;
436
+ property: string;
437
+ propertyType: CMSElementEditTypes;
438
+ parentRef: string;
439
+ };
440
+ characterSpacing: {
441
+ value: number;
442
+ unit: number;
443
+ property: string;
444
+ propertyType: CMSElementEditTypes;
445
+ parentRef: string;
446
+ };
447
+ lineHeight: {
448
+ value: number;
449
+ unit: number;
450
+ property: string;
451
+ propertyType: CMSElementEditTypes;
452
+ parentRef: string;
453
+ };
454
+ paragraphSpacing: {
455
+ value: number;
456
+ unit: number;
457
+ property: string;
458
+ propertyType: CMSElementEditTypes;
459
+ parentRef: string;
460
+ };
461
+ selectorKey: SelectorKeysEnum;
462
+ };
463
+ selectedState: {
464
+ borderColor: import("../../interfaces/global").CMSIBCommonInterface;
465
+ borderStyle: import("../../interfaces/global").CMSIBCommonInterface;
466
+ borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
467
+ showBorder: import("../../interfaces/global").CMSIBCommonInterface;
468
+ backgroundColor: import("../../interfaces/global").CMSIBCommonInterface;
469
+ showShadow: import("../../interfaces/global").CMSIBCommonInterface;
470
+ shadowColor: import("../../interfaces/global").CMSIBCommonInterface;
471
+ blur: import("../../interfaces/global").CMSIBSizeInterface;
472
+ spread: import("../../interfaces/global").CMSIBSizeInterface;
473
+ angle: import("../../interfaces/global").CMSIBSizeInterface;
474
+ borderRadius: import("../../interfaces/global").CSSPaddingValues;
475
+ theme: {
476
+ value: string;
477
+ property: string;
478
+ propertyType: CMSElementEditTypes;
479
+ };
480
+ font: {
481
+ value: string;
482
+ property: string;
483
+ propertyType: CMSElementEditTypes;
484
+ parentRef: string;
485
+ };
486
+ fontSize: {
487
+ value: number;
488
+ unit: number;
489
+ property: string;
490
+ propertyType: CMSElementEditTypes;
491
+ parentRef: string;
492
+ };
493
+ textColor: {
494
+ value: {
495
+ hex: string;
496
+ rgb: {
497
+ r: string;
498
+ g: string;
499
+ b: string;
500
+ a: number;
501
+ };
502
+ };
503
+ property: string;
504
+ propertyType: CMSElementEditTypes;
505
+ parentRef: string;
506
+ };
507
+ textHighlight: {
508
+ value: {
509
+ hex: string;
510
+ rgb: {
511
+ r: string;
512
+ g: string;
513
+ b: string;
514
+ a: number;
515
+ };
516
+ };
517
+ property: string;
518
+ propertyType: CMSElementEditTypes;
519
+ };
520
+ bold: {
521
+ value: string;
522
+ property: string;
523
+ propertyType: CMSElementEditTypes;
524
+ parentRef: string;
525
+ };
526
+ italic: {
527
+ value: string;
528
+ property: string;
529
+ propertyType: CMSElementEditTypes;
530
+ parentRef: string;
531
+ };
532
+ linethrough: {
533
+ value: string;
534
+ property: string;
535
+ propertyType: CMSElementEditTypes;
536
+ parentRef: string;
537
+ };
538
+ underline: {
539
+ value: string;
540
+ property: string;
541
+ propertyType: CMSElementEditTypes;
542
+ parentRef: string;
543
+ };
544
+ textAlign: {
545
+ value: string;
546
+ property: string;
547
+ propertyType: CMSElementEditTypes;
548
+ parentRef: string;
549
+ };
550
+ characterSpacing: {
551
+ value: number;
552
+ unit: number;
553
+ property: string;
554
+ propertyType: CMSElementEditTypes;
555
+ parentRef: string;
556
+ };
557
+ lineHeight: {
558
+ value: number;
559
+ unit: number;
560
+ property: string;
561
+ propertyType: CMSElementEditTypes;
562
+ parentRef: string;
563
+ };
564
+ paragraphSpacing: {
565
+ value: number;
566
+ unit: number;
567
+ property: string;
568
+ propertyType: CMSElementEditTypes;
569
+ parentRef: string;
570
+ };
571
+ selectorKey: SelectorKeysEnum;
572
+ };
573
+ selectorKey: SelectorKeysEnum;
574
+ };
575
+ categoryTreeIcon: {
576
+ icon: {
577
+ value: string;
578
+ unit?: string | number | undefined;
579
+ customIcon?: {
580
+ isCustomIcon: boolean;
581
+ url: string;
582
+ name: string;
583
+ } | undefined;
584
+ property?: any;
585
+ propertyType?: any;
586
+ isReadOnly?: boolean | undefined;
587
+ parentRef?: string | undefined;
588
+ };
589
+ showIconExpanded: {
590
+ property: string;
591
+ value: boolean;
592
+ propertyType?: any;
593
+ isReadOnly?: boolean | undefined;
594
+ parentRef?: string | undefined;
595
+ };
596
+ iconExpanded: {
597
+ property: string;
598
+ value: string;
599
+ unit?: string | number | undefined;
600
+ customIcon?: {
601
+ isCustomIcon: boolean;
602
+ url: string;
603
+ name: string;
604
+ } | undefined;
605
+ propertyType?: any;
606
+ isReadOnly?: boolean | undefined;
607
+ parentRef?: string | undefined;
608
+ };
609
+ iconSizeExpanded: {
610
+ property: string;
611
+ unit?: string | number | undefined;
612
+ value?: any;
613
+ propertyType?: any;
614
+ isReadOnly?: boolean | undefined;
615
+ parentRef?: string | undefined;
616
+ };
617
+ iconColorExpanded: {
618
+ property: string;
619
+ value?: any;
620
+ propertyType?: any;
621
+ isReadOnly?: boolean | undefined;
622
+ parentRef?: string | undefined;
623
+ };
624
+ showIcon: import("../../interfaces/global").CMSIBCommonInterface | undefined;
625
+ iconSize: import("../../interfaces/global").CMSIBSizeInterface;
626
+ iconColor: import("../../interfaces/global").CMSIBCommonInterface;
627
+ selectorKey: SelectorKeysEnum;
628
+ };
629
+ subCategoryTreeItem: {
630
+ defaultState: {
631
+ borderColor: import("../../interfaces/global").CMSIBCommonInterface;
632
+ borderStyle: import("../../interfaces/global").CMSIBCommonInterface;
633
+ borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
634
+ showBorder: import("../../interfaces/global").CMSIBCommonInterface;
635
+ backgroundColor: import("../../interfaces/global").CMSIBCommonInterface;
636
+ showShadow: import("../../interfaces/global").CMSIBCommonInterface;
637
+ shadowColor: import("../../interfaces/global").CMSIBCommonInterface;
638
+ blur: import("../../interfaces/global").CMSIBSizeInterface;
639
+ spread: import("../../interfaces/global").CMSIBSizeInterface;
640
+ angle: import("../../interfaces/global").CMSIBSizeInterface;
641
+ borderRadius: import("../../interfaces/global").CSSPaddingValues;
642
+ theme: {
643
+ value: string;
644
+ property: string;
645
+ propertyType: CMSElementEditTypes;
646
+ };
647
+ font: {
648
+ value: string;
649
+ property: string;
650
+ propertyType: CMSElementEditTypes;
651
+ parentRef: string;
652
+ };
653
+ fontSize: {
654
+ value: number;
655
+ unit: number;
656
+ property: string;
657
+ propertyType: CMSElementEditTypes;
658
+ parentRef: string;
659
+ };
660
+ textColor: {
661
+ value: {
662
+ hex: string;
663
+ rgb: {
664
+ r: string;
665
+ g: string;
666
+ b: string;
667
+ a: number;
668
+ };
669
+ };
670
+ property: string;
671
+ propertyType: CMSElementEditTypes;
672
+ parentRef: string;
673
+ };
674
+ textHighlight: {
675
+ value: {
676
+ hex: string;
677
+ rgb: {
678
+ r: string;
679
+ g: string;
680
+ b: string;
681
+ a: number;
682
+ };
683
+ };
684
+ property: string;
685
+ propertyType: CMSElementEditTypes;
686
+ };
687
+ bold: {
688
+ value: string;
689
+ property: string;
690
+ propertyType: CMSElementEditTypes;
691
+ parentRef: string;
692
+ };
693
+ italic: {
694
+ value: string;
695
+ property: string;
696
+ propertyType: CMSElementEditTypes;
697
+ parentRef: string;
698
+ };
699
+ linethrough: {
700
+ value: string;
701
+ property: string;
702
+ propertyType: CMSElementEditTypes;
703
+ parentRef: string;
704
+ };
705
+ underline: {
706
+ value: string;
707
+ property: string;
708
+ propertyType: CMSElementEditTypes;
709
+ parentRef: string;
710
+ };
711
+ textAlign: {
712
+ value: string;
713
+ property: string;
714
+ propertyType: CMSElementEditTypes;
715
+ parentRef: string;
716
+ };
717
+ characterSpacing: {
718
+ value: number;
719
+ unit: number;
720
+ property: string;
721
+ propertyType: CMSElementEditTypes;
722
+ parentRef: string;
723
+ };
724
+ lineHeight: {
725
+ value: number;
726
+ unit: number;
727
+ property: string;
728
+ propertyType: CMSElementEditTypes;
729
+ parentRef: string;
730
+ };
731
+ paragraphSpacing: {
732
+ value: number;
733
+ unit: number;
734
+ property: string;
735
+ propertyType: CMSElementEditTypes;
736
+ parentRef: string;
737
+ };
738
+ selectorKey: SelectorKeysEnum;
739
+ };
740
+ hoverState: {
741
+ borderColor: import("../../interfaces/global").CMSIBCommonInterface;
742
+ borderStyle: import("../../interfaces/global").CMSIBCommonInterface;
743
+ borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
744
+ showBorder: import("../../interfaces/global").CMSIBCommonInterface;
745
+ backgroundColor: import("../../interfaces/global").CMSIBCommonInterface;
746
+ showShadow: import("../../interfaces/global").CMSIBCommonInterface;
747
+ shadowColor: import("../../interfaces/global").CMSIBCommonInterface;
748
+ blur: import("../../interfaces/global").CMSIBSizeInterface;
749
+ spread: import("../../interfaces/global").CMSIBSizeInterface;
750
+ angle: import("../../interfaces/global").CMSIBSizeInterface;
751
+ borderRadius: import("../../interfaces/global").CSSPaddingValues;
752
+ theme: {
753
+ value: string;
754
+ property: string;
755
+ propertyType: CMSElementEditTypes;
756
+ };
757
+ font: {
758
+ value: string;
759
+ property: string;
760
+ propertyType: CMSElementEditTypes;
761
+ parentRef: string;
762
+ };
763
+ fontSize: {
764
+ value: number;
765
+ unit: number;
766
+ property: string;
767
+ propertyType: CMSElementEditTypes;
768
+ parentRef: string;
769
+ };
770
+ textColor: {
771
+ value: {
772
+ hex: string;
773
+ rgb: {
774
+ r: string;
775
+ g: string;
776
+ b: string;
777
+ a: number;
778
+ };
779
+ };
780
+ property: string;
781
+ propertyType: CMSElementEditTypes;
782
+ parentRef: string;
783
+ };
784
+ textHighlight: {
785
+ value: {
786
+ hex: string;
787
+ rgb: {
788
+ r: string;
789
+ g: string;
790
+ b: string;
791
+ a: number;
792
+ };
793
+ };
794
+ property: string;
795
+ propertyType: CMSElementEditTypes;
796
+ };
797
+ bold: {
798
+ value: string;
799
+ property: string;
800
+ propertyType: CMSElementEditTypes;
801
+ parentRef: string;
802
+ };
803
+ italic: {
804
+ value: string;
805
+ property: string;
806
+ propertyType: CMSElementEditTypes;
807
+ parentRef: string;
808
+ };
809
+ linethrough: {
810
+ value: string;
811
+ property: string;
812
+ propertyType: CMSElementEditTypes;
813
+ parentRef: string;
814
+ };
815
+ underline: {
816
+ value: string;
817
+ property: string;
818
+ propertyType: CMSElementEditTypes;
819
+ parentRef: string;
820
+ };
821
+ textAlign: {
822
+ value: string;
823
+ property: string;
824
+ propertyType: CMSElementEditTypes;
825
+ parentRef: string;
826
+ };
827
+ characterSpacing: {
828
+ value: number;
829
+ unit: number;
830
+ property: string;
831
+ propertyType: CMSElementEditTypes;
832
+ parentRef: string;
833
+ };
834
+ lineHeight: {
835
+ value: number;
836
+ unit: number;
837
+ property: string;
838
+ propertyType: CMSElementEditTypes;
839
+ parentRef: string;
840
+ };
841
+ paragraphSpacing: {
842
+ value: number;
843
+ unit: number;
844
+ property: string;
845
+ propertyType: CMSElementEditTypes;
846
+ parentRef: string;
847
+ };
848
+ selectorKey: SelectorKeysEnum;
849
+ };
850
+ selectedState: {
851
+ borderColor: import("../../interfaces/global").CMSIBCommonInterface;
852
+ borderStyle: import("../../interfaces/global").CMSIBCommonInterface;
853
+ borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
854
+ showBorder: import("../../interfaces/global").CMSIBCommonInterface;
855
+ backgroundColor: import("../../interfaces/global").CMSIBCommonInterface;
856
+ showShadow: import("../../interfaces/global").CMSIBCommonInterface;
857
+ shadowColor: import("../../interfaces/global").CMSIBCommonInterface;
858
+ blur: import("../../interfaces/global").CMSIBSizeInterface;
859
+ spread: import("../../interfaces/global").CMSIBSizeInterface;
860
+ angle: import("../../interfaces/global").CMSIBSizeInterface;
861
+ borderRadius: import("../../interfaces/global").CSSPaddingValues;
862
+ theme: {
863
+ value: string;
864
+ property: string;
865
+ propertyType: CMSElementEditTypes;
866
+ };
867
+ font: {
868
+ value: string;
869
+ property: string;
870
+ propertyType: CMSElementEditTypes;
871
+ parentRef: string;
872
+ };
873
+ fontSize: {
874
+ value: number;
875
+ unit: number;
876
+ property: string;
877
+ propertyType: CMSElementEditTypes;
878
+ parentRef: string;
879
+ };
880
+ textColor: {
881
+ value: {
882
+ hex: string;
883
+ rgb: {
884
+ r: string;
885
+ g: string;
886
+ b: string;
887
+ a: number;
888
+ };
889
+ };
890
+ property: string;
891
+ propertyType: CMSElementEditTypes;
892
+ parentRef: string;
893
+ };
894
+ textHighlight: {
895
+ value: {
896
+ hex: string;
897
+ rgb: {
898
+ r: string;
899
+ g: string;
900
+ b: string;
901
+ a: number;
902
+ };
903
+ };
904
+ property: string;
905
+ propertyType: CMSElementEditTypes;
906
+ };
907
+ bold: {
908
+ value: string;
909
+ property: string;
910
+ propertyType: CMSElementEditTypes;
911
+ parentRef: string;
912
+ };
913
+ italic: {
914
+ value: string;
915
+ property: string;
916
+ propertyType: CMSElementEditTypes;
917
+ parentRef: string;
918
+ };
919
+ linethrough: {
920
+ value: string;
921
+ property: string;
922
+ propertyType: CMSElementEditTypes;
923
+ parentRef: string;
924
+ };
925
+ underline: {
926
+ value: string;
927
+ property: string;
928
+ propertyType: CMSElementEditTypes;
929
+ parentRef: string;
930
+ };
931
+ textAlign: {
932
+ value: string;
933
+ property: string;
934
+ propertyType: CMSElementEditTypes;
935
+ parentRef: string;
936
+ };
937
+ characterSpacing: {
938
+ value: number;
939
+ unit: number;
940
+ property: string;
941
+ propertyType: CMSElementEditTypes;
942
+ parentRef: string;
943
+ };
944
+ lineHeight: {
945
+ value: number;
946
+ unit: number;
947
+ property: string;
948
+ propertyType: CMSElementEditTypes;
949
+ parentRef: string;
950
+ };
951
+ paragraphSpacing: {
952
+ value: number;
953
+ unit: number;
954
+ property: string;
955
+ propertyType: CMSElementEditTypes;
956
+ parentRef: string;
957
+ };
958
+ selectorKey: SelectorKeysEnum;
959
+ };
960
+ selectorKey: SelectorKeysEnum;
961
+ };
962
+ };
963
+ subCategoryScrollerDesign: {
964
+ selectorKey: SelectorKeysEnum;
965
+ itemGap: {
966
+ value: number;
967
+ unit?: string | number | undefined;
968
+ property?: any;
969
+ propertyType?: any;
970
+ isReadOnly?: boolean | undefined;
971
+ parentRef?: string | undefined;
972
+ };
973
+ subCategoryChip: {
974
+ defaultState: {
975
+ borderColor: import("../../interfaces/global").CMSIBCommonInterface;
976
+ borderStyle: import("../../interfaces/global").CMSIBCommonInterface;
977
+ borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
978
+ showBorder: import("../../interfaces/global").CMSIBCommonInterface;
979
+ backgroundColor: import("../../interfaces/global").CMSIBCommonInterface;
980
+ showShadow: import("../../interfaces/global").CMSIBCommonInterface;
981
+ shadowColor: import("../../interfaces/global").CMSIBCommonInterface;
982
+ blur: import("../../interfaces/global").CMSIBSizeInterface;
983
+ spread: import("../../interfaces/global").CMSIBSizeInterface;
984
+ angle: import("../../interfaces/global").CMSIBSizeInterface;
985
+ borderRadius: import("../../interfaces/global").CSSPaddingValues;
986
+ theme: {
987
+ value: string;
988
+ property: string;
989
+ propertyType: CMSElementEditTypes;
990
+ };
991
+ font: {
992
+ value: string;
993
+ property: string;
994
+ propertyType: CMSElementEditTypes;
995
+ parentRef: string;
996
+ };
997
+ fontSize: {
998
+ value: number;
999
+ unit: number;
1000
+ property: string;
1001
+ propertyType: CMSElementEditTypes;
1002
+ parentRef: string;
1003
+ };
1004
+ textColor: {
1005
+ value: {
1006
+ hex: string;
1007
+ rgb: {
1008
+ r: string;
1009
+ g: string;
1010
+ b: string;
1011
+ a: number;
1012
+ };
1013
+ };
1014
+ property: string;
1015
+ propertyType: CMSElementEditTypes;
1016
+ parentRef: string;
1017
+ };
1018
+ textHighlight: {
1019
+ value: {
1020
+ hex: string;
1021
+ rgb: {
1022
+ r: string;
1023
+ g: string;
1024
+ b: string;
1025
+ a: number;
1026
+ };
1027
+ };
1028
+ property: string;
1029
+ propertyType: CMSElementEditTypes;
1030
+ };
1031
+ bold: {
1032
+ value: string;
1033
+ property: string;
1034
+ propertyType: CMSElementEditTypes;
1035
+ parentRef: string;
1036
+ };
1037
+ italic: {
1038
+ value: string;
1039
+ property: string;
1040
+ propertyType: CMSElementEditTypes;
1041
+ parentRef: string;
1042
+ };
1043
+ linethrough: {
1044
+ value: string;
1045
+ property: string;
1046
+ propertyType: CMSElementEditTypes;
1047
+ parentRef: string;
1048
+ };
1049
+ underline: {
1050
+ value: string;
1051
+ property: string;
1052
+ propertyType: CMSElementEditTypes;
1053
+ parentRef: string;
1054
+ };
1055
+ textAlign: {
1056
+ value: string;
1057
+ property: string;
1058
+ propertyType: CMSElementEditTypes;
1059
+ parentRef: string;
1060
+ };
1061
+ characterSpacing: {
1062
+ value: number;
1063
+ unit: number;
1064
+ property: string;
1065
+ propertyType: CMSElementEditTypes;
1066
+ parentRef: string;
1067
+ };
1068
+ lineHeight: {
1069
+ value: number;
1070
+ unit: number;
1071
+ property: string;
1072
+ propertyType: CMSElementEditTypes;
1073
+ parentRef: string;
1074
+ };
1075
+ paragraphSpacing: {
1076
+ value: number;
1077
+ unit: number;
1078
+ property: string;
1079
+ propertyType: CMSElementEditTypes;
1080
+ parentRef: string;
1081
+ };
1082
+ selectorKey: SelectorKeysEnum;
1083
+ };
1084
+ hoverState: {
1085
+ borderColor: import("../../interfaces/global").CMSIBCommonInterface;
1086
+ borderStyle: import("../../interfaces/global").CMSIBCommonInterface;
1087
+ borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
1088
+ showBorder: import("../../interfaces/global").CMSIBCommonInterface;
1089
+ backgroundColor: import("../../interfaces/global").CMSIBCommonInterface;
1090
+ showShadow: import("../../interfaces/global").CMSIBCommonInterface;
1091
+ shadowColor: import("../../interfaces/global").CMSIBCommonInterface;
1092
+ blur: import("../../interfaces/global").CMSIBSizeInterface;
1093
+ spread: import("../../interfaces/global").CMSIBSizeInterface;
1094
+ angle: import("../../interfaces/global").CMSIBSizeInterface;
1095
+ borderRadius: import("../../interfaces/global").CSSPaddingValues;
1096
+ theme: {
1097
+ value: string;
1098
+ property: string;
1099
+ propertyType: CMSElementEditTypes;
1100
+ };
1101
+ font: {
1102
+ value: string;
1103
+ property: string;
1104
+ propertyType: CMSElementEditTypes;
1105
+ parentRef: string;
1106
+ };
1107
+ fontSize: {
1108
+ value: number;
1109
+ unit: number;
1110
+ property: string;
1111
+ propertyType: CMSElementEditTypes;
1112
+ parentRef: string;
1113
+ };
1114
+ textColor: {
1115
+ value: {
1116
+ hex: string;
1117
+ rgb: {
1118
+ r: string;
1119
+ g: string;
1120
+ b: string;
1121
+ a: number;
1122
+ };
1123
+ };
1124
+ property: string;
1125
+ propertyType: CMSElementEditTypes;
1126
+ parentRef: string;
1127
+ };
1128
+ textHighlight: {
1129
+ value: {
1130
+ hex: string;
1131
+ rgb: {
1132
+ r: string;
1133
+ g: string;
1134
+ b: string;
1135
+ a: number;
1136
+ };
1137
+ };
1138
+ property: string;
1139
+ propertyType: CMSElementEditTypes;
1140
+ };
1141
+ bold: {
1142
+ value: string;
1143
+ property: string;
1144
+ propertyType: CMSElementEditTypes;
1145
+ parentRef: string;
1146
+ };
1147
+ italic: {
1148
+ value: string;
1149
+ property: string;
1150
+ propertyType: CMSElementEditTypes;
1151
+ parentRef: string;
1152
+ };
1153
+ linethrough: {
1154
+ value: string;
1155
+ property: string;
1156
+ propertyType: CMSElementEditTypes;
1157
+ parentRef: string;
1158
+ };
1159
+ underline: {
1160
+ value: string;
1161
+ property: string;
1162
+ propertyType: CMSElementEditTypes;
1163
+ parentRef: string;
1164
+ };
1165
+ textAlign: {
1166
+ value: string;
1167
+ property: string;
1168
+ propertyType: CMSElementEditTypes;
1169
+ parentRef: string;
1170
+ };
1171
+ characterSpacing: {
1172
+ value: number;
1173
+ unit: number;
1174
+ property: string;
1175
+ propertyType: CMSElementEditTypes;
1176
+ parentRef: string;
1177
+ };
1178
+ lineHeight: {
1179
+ value: number;
1180
+ unit: number;
1181
+ property: string;
1182
+ propertyType: CMSElementEditTypes;
1183
+ parentRef: string;
1184
+ };
1185
+ paragraphSpacing: {
1186
+ value: number;
1187
+ unit: number;
1188
+ property: string;
1189
+ propertyType: CMSElementEditTypes;
1190
+ parentRef: string;
1191
+ };
1192
+ selectorKey: SelectorKeysEnum;
1193
+ };
1194
+ selectedState: {
1195
+ borderColor: import("../../interfaces/global").CMSIBCommonInterface;
1196
+ borderStyle: import("../../interfaces/global").CMSIBCommonInterface;
1197
+ borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
1198
+ showBorder: import("../../interfaces/global").CMSIBCommonInterface;
1199
+ backgroundColor: import("../../interfaces/global").CMSIBCommonInterface;
1200
+ showShadow: import("../../interfaces/global").CMSIBCommonInterface;
1201
+ shadowColor: import("../../interfaces/global").CMSIBCommonInterface;
1202
+ blur: import("../../interfaces/global").CMSIBSizeInterface;
1203
+ spread: import("../../interfaces/global").CMSIBSizeInterface;
1204
+ angle: import("../../interfaces/global").CMSIBSizeInterface;
1205
+ borderRadius: import("../../interfaces/global").CSSPaddingValues;
1206
+ theme: {
1207
+ value: string;
1208
+ property: string;
1209
+ propertyType: CMSElementEditTypes;
1210
+ };
1211
+ font: {
1212
+ value: string;
1213
+ property: string;
1214
+ propertyType: CMSElementEditTypes;
1215
+ parentRef: string;
1216
+ };
1217
+ fontSize: {
1218
+ value: number;
1219
+ unit: number;
1220
+ property: string;
1221
+ propertyType: CMSElementEditTypes;
1222
+ parentRef: string;
1223
+ };
1224
+ textColor: {
1225
+ value: {
1226
+ hex: string;
1227
+ rgb: {
1228
+ r: string;
1229
+ g: string;
1230
+ b: string;
1231
+ a: number;
1232
+ };
1233
+ };
1234
+ property: string;
1235
+ propertyType: CMSElementEditTypes;
1236
+ parentRef: string;
1237
+ };
1238
+ textHighlight: {
1239
+ value: {
1240
+ hex: string;
1241
+ rgb: {
1242
+ r: string;
1243
+ g: string;
1244
+ b: string;
1245
+ a: number;
1246
+ };
1247
+ };
1248
+ property: string;
1249
+ propertyType: CMSElementEditTypes;
1250
+ };
1251
+ bold: {
1252
+ value: string;
1253
+ property: string;
1254
+ propertyType: CMSElementEditTypes;
1255
+ parentRef: string;
1256
+ };
1257
+ italic: {
1258
+ value: string;
1259
+ property: string;
1260
+ propertyType: CMSElementEditTypes;
1261
+ parentRef: string;
1262
+ };
1263
+ linethrough: {
1264
+ value: string;
1265
+ property: string;
1266
+ propertyType: CMSElementEditTypes;
1267
+ parentRef: string;
1268
+ };
1269
+ underline: {
1270
+ value: string;
1271
+ property: string;
1272
+ propertyType: CMSElementEditTypes;
1273
+ parentRef: string;
1274
+ };
1275
+ textAlign: {
1276
+ value: string;
1277
+ property: string;
1278
+ propertyType: CMSElementEditTypes;
1279
+ parentRef: string;
1280
+ };
1281
+ characterSpacing: {
1282
+ value: number;
1283
+ unit: number;
1284
+ property: string;
1285
+ propertyType: CMSElementEditTypes;
1286
+ parentRef: string;
1287
+ };
1288
+ lineHeight: {
1289
+ value: number;
1290
+ unit: number;
1291
+ property: string;
1292
+ propertyType: CMSElementEditTypes;
1293
+ parentRef: string;
1294
+ };
1295
+ paragraphSpacing: {
1296
+ value: number;
1297
+ unit: number;
1298
+ property: string;
1299
+ propertyType: CMSElementEditTypes;
1300
+ parentRef: string;
1301
+ };
1302
+ selectorKey: SelectorKeysEnum;
1303
+ };
1304
+ selectorKey: SelectorKeysEnum;
1305
+ };
1306
+ subCategoryImage: {
1307
+ borderColor: import("../../interfaces/global").CMSIBCommonInterface;
1308
+ borderStyle: import("../../interfaces/global").CMSIBCommonInterface;
1309
+ borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
1310
+ showBorder: import("../../interfaces/global").CMSIBCommonInterface;
1311
+ backgroundColor: import("../../interfaces/global").CMSIBCommonInterface;
1312
+ showShadow: import("../../interfaces/global").CMSIBCommonInterface;
1313
+ shadowColor: import("../../interfaces/global").CMSIBCommonInterface;
1314
+ blur: import("../../interfaces/global").CMSIBSizeInterface;
1315
+ spread: import("../../interfaces/global").CMSIBSizeInterface;
1316
+ angle: import("../../interfaces/global").CMSIBSizeInterface;
1317
+ borderRadius: import("../../interfaces/global").CSSPaddingValues;
1318
+ selectorKey: SelectorKeysEnum;
1319
+ width: {
1320
+ value: string;
1321
+ unit: number;
1322
+ propertyType: CMSElementEditTypes;
1323
+ };
1324
+ height: {
1325
+ value: string;
1326
+ unit: number;
1327
+ propertyType: CMSElementEditTypes;
1328
+ property?: any;
1329
+ isReadOnly?: boolean | undefined;
1330
+ parentRef?: string | undefined;
1331
+ };
1332
+ padding: any;
1333
+ onHover: {
1334
+ value: string;
1335
+ property: string;
1336
+ propertyType: CMSElementEditTypes;
1337
+ };
1338
+ fitOptions: {
1339
+ value: string;
1340
+ property: string;
1341
+ propertyType: CMSElementEditTypes;
1342
+ };
1343
+ objectPosition: {
1344
+ value: string;
1345
+ property: string;
1346
+ propertyType: CMSElementEditTypes;
1347
+ };
1348
+ };
1349
+ scrollerArrow: {
1350
+ selectorKey: SelectorKeysEnum;
1351
+ defaultState: {
1352
+ borderColor: import("../../interfaces/global").CMSIBCommonInterface;
1353
+ borderStyle: import("../../interfaces/global").CMSIBCommonInterface;
1354
+ borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
1355
+ showBorder: import("../../interfaces/global").CMSIBCommonInterface;
1356
+ backgroundColor: import("../../interfaces/global").CMSIBCommonInterface;
1357
+ showShadow: import("../../interfaces/global").CMSIBCommonInterface;
1358
+ shadowColor: import("../../interfaces/global").CMSIBCommonInterface;
1359
+ blur: import("../../interfaces/global").CMSIBSizeInterface;
1360
+ spread: import("../../interfaces/global").CMSIBSizeInterface;
1361
+ angle: import("../../interfaces/global").CMSIBSizeInterface;
1362
+ borderRadius: import("../../interfaces/global").CSSPaddingValues;
1363
+ icon: import("../../interfaces/global").CMSIBIconInterface | undefined;
1364
+ showIcon: import("../../interfaces/global").CMSIBCommonInterface | undefined;
1365
+ iconSize: import("../../interfaces/global").CMSIBSizeInterface;
1366
+ iconColor: import("../../interfaces/global").CMSIBCommonInterface;
1367
+ selectorKey: SelectorKeysEnum;
1368
+ padding: any;
1369
+ };
1370
+ hoverState: {
1371
+ borderColor: import("../../interfaces/global").CMSIBCommonInterface;
1372
+ borderStyle: import("../../interfaces/global").CMSIBCommonInterface;
1373
+ borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
1374
+ showBorder: import("../../interfaces/global").CMSIBCommonInterface;
1375
+ backgroundColor: import("../../interfaces/global").CMSIBCommonInterface;
1376
+ showShadow: import("../../interfaces/global").CMSIBCommonInterface;
1377
+ shadowColor: import("../../interfaces/global").CMSIBCommonInterface;
1378
+ blur: import("../../interfaces/global").CMSIBSizeInterface;
1379
+ spread: import("../../interfaces/global").CMSIBSizeInterface;
1380
+ angle: import("../../interfaces/global").CMSIBSizeInterface;
1381
+ borderRadius: import("../../interfaces/global").CSSPaddingValues;
1382
+ icon: import("../../interfaces/global").CMSIBIconInterface | undefined;
1383
+ showIcon: import("../../interfaces/global").CMSIBCommonInterface | undefined;
1384
+ iconSize: import("../../interfaces/global").CMSIBSizeInterface;
1385
+ iconColor: import("../../interfaces/global").CMSIBCommonInterface;
1386
+ selectorKey: SelectorKeysEnum;
1387
+ };
1388
+ };
1389
+ };
1390
+ selectButton: {
1391
+ selectorKey: SelectorKeysEnum;
1392
+ defaultState: {
1393
+ buttonText: {
1394
+ value: string;
1395
+ property: string;
1396
+ propertyType: CMSElementEditTypes;
1397
+ };
1398
+ backgroundColor: {
1399
+ parentRef: string;
1400
+ value?: any;
1401
+ property?: any;
1402
+ propertyType?: any;
1403
+ isReadOnly?: boolean | undefined;
1404
+ };
1405
+ borderColor: {
1406
+ parentRef: string;
1407
+ value?: any;
1408
+ property?: any;
1409
+ propertyType?: any;
1410
+ isReadOnly?: boolean | undefined;
1411
+ };
1412
+ borderStyle: {
1413
+ parentRef: string;
1414
+ value?: any;
1415
+ property?: any;
1416
+ propertyType?: any;
1417
+ isReadOnly?: boolean | undefined;
1418
+ };
1419
+ borderPerSlide: {
1420
+ parentRef: string;
1421
+ isAll: boolean;
1422
+ sides: import("../../interfaces/global").PaddingSides | import("../../interfaces/global").BorderSides;
1423
+ property: string;
1424
+ iscss?: boolean | undefined;
1425
+ propertyType?: any;
1426
+ };
1427
+ showBorder: {
1428
+ value: boolean;
1429
+ parentRef: string;
1430
+ property?: any;
1431
+ propertyType?: any;
1432
+ isReadOnly?: boolean | undefined;
1433
+ };
1434
+ showShadow: {
1435
+ parentRef: string;
1436
+ value?: any;
1437
+ property?: any;
1438
+ propertyType?: any;
1439
+ isReadOnly?: boolean | undefined;
1440
+ };
1441
+ shadowColor: {
1442
+ parentRef: string;
1443
+ value?: any;
1444
+ property?: any;
1445
+ propertyType?: any;
1446
+ isReadOnly?: boolean | undefined;
1447
+ };
1448
+ blur: {
1449
+ parentRef: string;
1450
+ unit?: string | number | undefined;
1451
+ value?: any;
1452
+ property?: any;
1453
+ propertyType?: any;
1454
+ isReadOnly?: boolean | undefined;
1455
+ };
1456
+ spread: {
1457
+ parentRef: string;
1458
+ unit?: string | number | undefined;
1459
+ value?: any;
1460
+ property?: any;
1461
+ propertyType?: any;
1462
+ isReadOnly?: boolean | undefined;
1463
+ };
1464
+ angle: {
1465
+ parentRef: string;
1466
+ unit?: string | number | undefined;
1467
+ value?: any;
1468
+ property?: any;
1469
+ propertyType?: any;
1470
+ isReadOnly?: boolean | undefined;
1471
+ };
1472
+ borderRadius: {
1473
+ parentRef: string;
1474
+ isAll: boolean;
1475
+ sides: import("../../interfaces/global").PaddingSides | import("../../interfaces/global").BorderSides;
1476
+ property: string;
1477
+ iscss?: boolean | undefined;
1478
+ propertyType?: any;
1479
+ };
1480
+ font: {
1481
+ parentRef: string;
1482
+ value?: any;
1483
+ property?: any;
1484
+ propertyType?: any;
1485
+ isReadOnly?: boolean | undefined;
1486
+ };
1487
+ fontSize: {
1488
+ parentRef: string;
1489
+ unit?: string | number | undefined;
1490
+ value?: any;
1491
+ property?: any;
1492
+ propertyType?: any;
1493
+ isReadOnly?: boolean | undefined;
1494
+ };
1495
+ textColor: {
1496
+ parentRef: string;
1497
+ value?: any;
1498
+ property?: any;
1499
+ propertyType?: any;
1500
+ isReadOnly?: boolean | undefined;
1501
+ };
1502
+ bold: {
1503
+ value: string;
1504
+ parentRef: string;
1505
+ property?: any;
1506
+ propertyType?: any;
1507
+ isReadOnly?: boolean | undefined;
1508
+ };
1509
+ italic: {
1510
+ parentRef: string;
1511
+ value?: any;
1512
+ property?: any;
1513
+ propertyType?: any;
1514
+ isReadOnly?: boolean | undefined;
1515
+ };
1516
+ linethrough: {
1517
+ parentRef: string;
1518
+ value?: any;
1519
+ property?: any;
1520
+ propertyType?: any;
1521
+ isReadOnly?: boolean | undefined;
1522
+ };
1523
+ underline: {
1524
+ parentRef: string;
1525
+ value?: any;
1526
+ property?: any;
1527
+ propertyType?: any;
1528
+ isReadOnly?: boolean | undefined;
1529
+ };
1530
+ textAlign: {
1531
+ parentRef: string;
1532
+ value?: any;
1533
+ property?: any;
1534
+ propertyType?: any;
1535
+ isReadOnly?: boolean | undefined;
1536
+ };
1537
+ characterSpacing: {
1538
+ parentRef: string;
1539
+ unit?: string | number | undefined;
1540
+ value?: any;
1541
+ property?: any;
1542
+ propertyType?: any;
1543
+ isReadOnly?: boolean | undefined;
1544
+ };
1545
+ lineHeight: {
1546
+ parentRef: string;
1547
+ unit?: string | number | undefined;
1548
+ value?: any;
1549
+ property?: any;
1550
+ propertyType?: any;
1551
+ isReadOnly?: boolean | undefined;
1552
+ };
1553
+ icon: import("../../interfaces/global").CMSIBIconInterface | undefined;
1554
+ showIcon: {
1555
+ parentRef: string;
1556
+ value?: any;
1557
+ property?: any;
1558
+ propertyType?: any;
1559
+ isReadOnly?: boolean | undefined;
1560
+ };
1561
+ iconSize: {
1562
+ parentRef: string;
1563
+ unit?: string | number | undefined;
1564
+ value?: any;
1565
+ property?: any;
1566
+ propertyType?: any;
1567
+ isReadOnly?: boolean | undefined;
1568
+ };
1569
+ iconColor: {
1570
+ parentRef: string;
1571
+ value?: any;
1572
+ property?: any;
1573
+ propertyType?: any;
1574
+ isReadOnly?: boolean | undefined;
1575
+ };
1576
+ textTransform: {
1577
+ value: string;
1578
+ property: string;
1579
+ propertyType: CMSElementEditTypes;
1580
+ };
1581
+ buttonStyle: {
1582
+ parentRef: string;
1583
+ propertyType: CMSElementEditTypes;
1584
+ };
1585
+ iconPadding: {
1586
+ value: number;
1587
+ property: string;
1588
+ parentRef: string;
1589
+ propertyType: CMSElementEditTypes;
1590
+ };
1591
+ iconPosition: {
1592
+ parentRef: string;
1593
+ propertyType: CMSElementEditTypes;
1594
+ };
1595
+ iconAndTextSpacing: {
1596
+ property: string;
1597
+ unit: number;
1598
+ parentRef: string;
1599
+ propertyType: CMSElementEditTypes;
1600
+ };
1601
+ alignment: {
1602
+ property: string;
1603
+ parentRef: string;
1604
+ propertyType: CMSElementEditTypes;
1605
+ };
1606
+ buttonType: {
1607
+ value: string;
1608
+ propertyType: CMSElementEditTypes;
1609
+ };
1610
+ width: {
1611
+ value: string;
1612
+ unit: number;
1613
+ };
1614
+ padding: any;
1615
+ selectorKey: SelectorKeysEnum;
1616
+ };
1617
+ hoverState: {
1618
+ buttonText: {
1619
+ value: string;
1620
+ property: string;
1621
+ propertyType: CMSElementEditTypes;
1622
+ };
1623
+ backgroundColor: {
1624
+ parentRef: string;
1625
+ value?: any;
1626
+ property?: any;
1627
+ propertyType?: any;
1628
+ isReadOnly?: boolean | undefined;
1629
+ };
1630
+ borderColor: {
1631
+ parentRef: string;
1632
+ value?: any;
1633
+ property?: any;
1634
+ propertyType?: any;
1635
+ isReadOnly?: boolean | undefined;
1636
+ };
1637
+ borderStyle: {
1638
+ parentRef: string;
1639
+ value?: any;
1640
+ property?: any;
1641
+ propertyType?: any;
1642
+ isReadOnly?: boolean | undefined;
1643
+ };
1644
+ borderPerSlide: {
1645
+ parentRef: string;
1646
+ isAll: boolean;
1647
+ sides: import("../../interfaces/global").PaddingSides | import("../../interfaces/global").BorderSides;
1648
+ property: string;
1649
+ iscss?: boolean | undefined;
1650
+ propertyType?: any;
1651
+ };
1652
+ showBorder: {
1653
+ value: boolean;
1654
+ parentRef: string;
1655
+ property?: any;
1656
+ propertyType?: any;
1657
+ isReadOnly?: boolean | undefined;
1658
+ };
1659
+ showShadow: {
1660
+ parentRef: string;
1661
+ value?: any;
1662
+ property?: any;
1663
+ propertyType?: any;
1664
+ isReadOnly?: boolean | undefined;
1665
+ };
1666
+ shadowColor: {
1667
+ parentRef: string;
1668
+ value?: any;
1669
+ property?: any;
1670
+ propertyType?: any;
1671
+ isReadOnly?: boolean | undefined;
1672
+ };
1673
+ blur: {
1674
+ parentRef: string;
1675
+ unit?: string | number | undefined;
1676
+ value?: any;
1677
+ property?: any;
1678
+ propertyType?: any;
1679
+ isReadOnly?: boolean | undefined;
1680
+ };
1681
+ spread: {
1682
+ parentRef: string;
1683
+ unit?: string | number | undefined;
1684
+ value?: any;
1685
+ property?: any;
1686
+ propertyType?: any;
1687
+ isReadOnly?: boolean | undefined;
1688
+ };
1689
+ angle: {
1690
+ parentRef: string;
1691
+ unit?: string | number | undefined;
1692
+ value?: any;
1693
+ property?: any;
1694
+ propertyType?: any;
1695
+ isReadOnly?: boolean | undefined;
1696
+ };
1697
+ borderRadius: {
1698
+ parentRef: string;
1699
+ isAll: boolean;
1700
+ sides: import("../../interfaces/global").PaddingSides | import("../../interfaces/global").BorderSides;
1701
+ property: string;
1702
+ iscss?: boolean | undefined;
1703
+ propertyType?: any;
1704
+ };
1705
+ font: {
1706
+ parentRef: string;
1707
+ value?: any;
1708
+ property?: any;
1709
+ propertyType?: any;
1710
+ isReadOnly?: boolean | undefined;
1711
+ };
1712
+ fontSize: {
1713
+ parentRef: string;
1714
+ unit?: string | number | undefined;
1715
+ value?: any;
1716
+ property?: any;
1717
+ propertyType?: any;
1718
+ isReadOnly?: boolean | undefined;
1719
+ };
1720
+ textColor: {
1721
+ parentRef: string;
1722
+ value?: any;
1723
+ property?: any;
1724
+ propertyType?: any;
1725
+ isReadOnly?: boolean | undefined;
1726
+ };
1727
+ bold: {
1728
+ value: string;
1729
+ parentRef: string;
1730
+ property?: any;
1731
+ propertyType?: any;
1732
+ isReadOnly?: boolean | undefined;
1733
+ };
1734
+ italic: {
1735
+ parentRef: string;
1736
+ value?: any;
1737
+ property?: any;
1738
+ propertyType?: any;
1739
+ isReadOnly?: boolean | undefined;
1740
+ };
1741
+ linethrough: {
1742
+ parentRef: string;
1743
+ value?: any;
1744
+ property?: any;
1745
+ propertyType?: any;
1746
+ isReadOnly?: boolean | undefined;
1747
+ };
1748
+ underline: {
1749
+ parentRef: string;
1750
+ value?: any;
1751
+ property?: any;
1752
+ propertyType?: any;
1753
+ isReadOnly?: boolean | undefined;
1754
+ };
1755
+ textAlign: {
1756
+ parentRef: string;
1757
+ value?: any;
1758
+ property?: any;
1759
+ propertyType?: any;
1760
+ isReadOnly?: boolean | undefined;
1761
+ };
1762
+ characterSpacing: {
1763
+ parentRef: string;
1764
+ unit?: string | number | undefined;
1765
+ value?: any;
1766
+ property?: any;
1767
+ propertyType?: any;
1768
+ isReadOnly?: boolean | undefined;
1769
+ };
1770
+ lineHeight: {
1771
+ parentRef: string;
1772
+ unit?: string | number | undefined;
1773
+ value?: any;
1774
+ property?: any;
1775
+ propertyType?: any;
1776
+ isReadOnly?: boolean | undefined;
1777
+ };
1778
+ icon: import("../../interfaces/global").CMSIBIconInterface | undefined;
1779
+ showIcon: {
1780
+ parentRef: string;
1781
+ value?: any;
1782
+ property?: any;
1783
+ propertyType?: any;
1784
+ isReadOnly?: boolean | undefined;
1785
+ };
1786
+ iconSize: {
1787
+ parentRef: string;
1788
+ unit?: string | number | undefined;
1789
+ value?: any;
1790
+ property?: any;
1791
+ propertyType?: any;
1792
+ isReadOnly?: boolean | undefined;
1793
+ };
1794
+ iconColor: {
1795
+ parentRef: string;
1796
+ value?: any;
1797
+ property?: any;
1798
+ propertyType?: any;
1799
+ isReadOnly?: boolean | undefined;
1800
+ };
1801
+ textTransform: {
1802
+ value: string;
1803
+ property: string;
1804
+ propertyType: CMSElementEditTypes;
1805
+ };
1806
+ buttonStyle: {
1807
+ parentRef: string;
1808
+ propertyType: CMSElementEditTypes;
1809
+ };
1810
+ iconPadding: {
1811
+ value: number;
1812
+ property: string;
1813
+ parentRef: string;
1814
+ propertyType: CMSElementEditTypes;
1815
+ };
1816
+ iconPosition: {
1817
+ parentRef: string;
1818
+ propertyType: CMSElementEditTypes;
1819
+ };
1820
+ iconAndTextSpacing: {
1821
+ property: string;
1822
+ unit: number;
1823
+ parentRef: string;
1824
+ propertyType: CMSElementEditTypes;
1825
+ };
1826
+ alignment: {
1827
+ property: string;
1828
+ parentRef: string;
1829
+ propertyType: CMSElementEditTypes;
1830
+ };
1831
+ buttonType: {
1832
+ value: string;
1833
+ propertyType: CMSElementEditTypes;
1834
+ };
1835
+ width: {
1836
+ value: string;
1837
+ unit: number;
1838
+ };
1839
+ padding: any;
1840
+ selectorKey: SelectorKeysEnum;
1841
+ };
1842
+ };
1843
+ breadcrumbDesign: {
1844
+ selectorKey: SelectorKeysEnum;
1845
+ breadcrumbLayout: {
1846
+ selectorKey: SelectorKeysEnum;
1847
+ itemGap: {
1848
+ value: number;
1849
+ unit: number;
1850
+ property: string;
1851
+ propertyType: CMSElementEditTypes;
1852
+ };
1853
+ maxItemsToDisplay: {
1854
+ value: number;
1855
+ property: string;
1856
+ propertyType: CMSElementEditTypes;
1857
+ };
1858
+ };
1859
+ breadcrumbItem: {
1860
+ defaultState: {
1861
+ borderColor: import("../../interfaces/global").CMSIBCommonInterface;
1862
+ borderStyle: import("../../interfaces/global").CMSIBCommonInterface;
1863
+ borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
1864
+ showBorder: import("../../interfaces/global").CMSIBCommonInterface;
1865
+ backgroundColor: import("../../interfaces/global").CMSIBCommonInterface;
1866
+ showShadow: import("../../interfaces/global").CMSIBCommonInterface;
1867
+ shadowColor: import("../../interfaces/global").CMSIBCommonInterface;
1868
+ blur: import("../../interfaces/global").CMSIBSizeInterface;
1869
+ spread: import("../../interfaces/global").CMSIBSizeInterface;
1870
+ angle: import("../../interfaces/global").CMSIBSizeInterface;
1871
+ borderRadius: import("../../interfaces/global").CSSPaddingValues;
1872
+ theme: {
1873
+ value: string;
1874
+ property: string;
1875
+ propertyType: CMSElementEditTypes;
1876
+ };
1877
+ font: {
1878
+ value: string;
1879
+ property: string;
1880
+ propertyType: CMSElementEditTypes;
1881
+ parentRef: string;
1882
+ };
1883
+ fontSize: {
1884
+ value: number;
1885
+ unit: number;
1886
+ property: string;
1887
+ propertyType: CMSElementEditTypes;
1888
+ parentRef: string;
1889
+ };
1890
+ textColor: {
1891
+ value: {
1892
+ hex: string;
1893
+ rgb: {
1894
+ r: string;
1895
+ g: string;
1896
+ b: string;
1897
+ a: number;
1898
+ };
1899
+ };
1900
+ property: string;
1901
+ propertyType: CMSElementEditTypes;
1902
+ parentRef: string;
1903
+ };
1904
+ textHighlight: {
1905
+ value: {
1906
+ hex: string;
1907
+ rgb: {
1908
+ r: string;
1909
+ g: string;
1910
+ b: string;
1911
+ a: number;
1912
+ };
1913
+ };
1914
+ property: string;
1915
+ propertyType: CMSElementEditTypes;
1916
+ };
1917
+ bold: {
1918
+ value: string;
1919
+ property: string;
1920
+ propertyType: CMSElementEditTypes;
1921
+ parentRef: string;
1922
+ };
1923
+ italic: {
1924
+ value: string;
1925
+ property: string;
1926
+ propertyType: CMSElementEditTypes;
1927
+ parentRef: string;
1928
+ };
1929
+ linethrough: {
1930
+ value: string;
1931
+ property: string;
1932
+ propertyType: CMSElementEditTypes;
1933
+ parentRef: string;
1934
+ };
1935
+ underline: {
1936
+ value: string;
1937
+ property: string;
1938
+ propertyType: CMSElementEditTypes;
1939
+ parentRef: string;
1940
+ };
1941
+ textAlign: {
1942
+ value: string;
1943
+ property: string;
1944
+ propertyType: CMSElementEditTypes;
1945
+ parentRef: string;
1946
+ };
1947
+ characterSpacing: {
1948
+ value: number;
1949
+ unit: number;
1950
+ property: string;
1951
+ propertyType: CMSElementEditTypes;
1952
+ parentRef: string;
1953
+ };
1954
+ lineHeight: {
1955
+ value: number;
1956
+ unit: number;
1957
+ property: string;
1958
+ propertyType: CMSElementEditTypes;
1959
+ parentRef: string;
1960
+ };
1961
+ paragraphSpacing: {
1962
+ value: number;
1963
+ unit: number;
1964
+ property: string;
1965
+ propertyType: CMSElementEditTypes;
1966
+ parentRef: string;
1967
+ };
1968
+ selectorKey: SelectorKeysEnum;
1969
+ };
1970
+ hoverState: {
1971
+ borderColor: import("../../interfaces/global").CMSIBCommonInterface;
1972
+ borderStyle: import("../../interfaces/global").CMSIBCommonInterface;
1973
+ borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
1974
+ showBorder: import("../../interfaces/global").CMSIBCommonInterface;
1975
+ backgroundColor: import("../../interfaces/global").CMSIBCommonInterface;
1976
+ showShadow: import("../../interfaces/global").CMSIBCommonInterface;
1977
+ shadowColor: import("../../interfaces/global").CMSIBCommonInterface;
1978
+ blur: import("../../interfaces/global").CMSIBSizeInterface;
1979
+ spread: import("../../interfaces/global").CMSIBSizeInterface;
1980
+ angle: import("../../interfaces/global").CMSIBSizeInterface;
1981
+ borderRadius: import("../../interfaces/global").CSSPaddingValues;
1982
+ theme: {
1983
+ value: string;
1984
+ property: string;
1985
+ propertyType: CMSElementEditTypes;
1986
+ };
1987
+ font: {
1988
+ value: string;
1989
+ property: string;
1990
+ propertyType: CMSElementEditTypes;
1991
+ parentRef: string;
1992
+ };
1993
+ fontSize: {
1994
+ value: number;
1995
+ unit: number;
1996
+ property: string;
1997
+ propertyType: CMSElementEditTypes;
1998
+ parentRef: string;
1999
+ };
2000
+ textColor: {
2001
+ value: {
2002
+ hex: string;
2003
+ rgb: {
2004
+ r: string;
2005
+ g: string;
2006
+ b: string;
2007
+ a: number;
2008
+ };
2009
+ };
2010
+ property: string;
2011
+ propertyType: CMSElementEditTypes;
2012
+ parentRef: string;
2013
+ };
2014
+ textHighlight: {
2015
+ value: {
2016
+ hex: string;
2017
+ rgb: {
2018
+ r: string;
2019
+ g: string;
2020
+ b: string;
2021
+ a: number;
2022
+ };
2023
+ };
2024
+ property: string;
2025
+ propertyType: CMSElementEditTypes;
2026
+ };
2027
+ bold: {
2028
+ value: string;
2029
+ property: string;
2030
+ propertyType: CMSElementEditTypes;
2031
+ parentRef: string;
2032
+ };
2033
+ italic: {
2034
+ value: string;
2035
+ property: string;
2036
+ propertyType: CMSElementEditTypes;
2037
+ parentRef: string;
2038
+ };
2039
+ linethrough: {
2040
+ value: string;
2041
+ property: string;
2042
+ propertyType: CMSElementEditTypes;
2043
+ parentRef: string;
2044
+ };
2045
+ underline: {
2046
+ value: string;
2047
+ property: string;
2048
+ propertyType: CMSElementEditTypes;
2049
+ parentRef: string;
2050
+ };
2051
+ textAlign: {
2052
+ value: string;
2053
+ property: string;
2054
+ propertyType: CMSElementEditTypes;
2055
+ parentRef: string;
2056
+ };
2057
+ characterSpacing: {
2058
+ value: number;
2059
+ unit: number;
2060
+ property: string;
2061
+ propertyType: CMSElementEditTypes;
2062
+ parentRef: string;
2063
+ };
2064
+ lineHeight: {
2065
+ value: number;
2066
+ unit: number;
2067
+ property: string;
2068
+ propertyType: CMSElementEditTypes;
2069
+ parentRef: string;
2070
+ };
2071
+ paragraphSpacing: {
2072
+ value: number;
2073
+ unit: number;
2074
+ property: string;
2075
+ propertyType: CMSElementEditTypes;
2076
+ parentRef: string;
2077
+ };
2078
+ selectorKey: SelectorKeysEnum;
2079
+ };
2080
+ selectedState: {
2081
+ borderColor: import("../../interfaces/global").CMSIBCommonInterface;
2082
+ borderStyle: import("../../interfaces/global").CMSIBCommonInterface;
2083
+ borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
2084
+ showBorder: import("../../interfaces/global").CMSIBCommonInterface;
2085
+ backgroundColor: import("../../interfaces/global").CMSIBCommonInterface;
2086
+ showShadow: import("../../interfaces/global").CMSIBCommonInterface;
2087
+ shadowColor: import("../../interfaces/global").CMSIBCommonInterface;
2088
+ blur: import("../../interfaces/global").CMSIBSizeInterface;
2089
+ spread: import("../../interfaces/global").CMSIBSizeInterface;
2090
+ angle: import("../../interfaces/global").CMSIBSizeInterface;
2091
+ borderRadius: import("../../interfaces/global").CSSPaddingValues;
2092
+ theme: {
2093
+ value: string;
2094
+ property: string;
2095
+ propertyType: CMSElementEditTypes;
2096
+ };
2097
+ font: {
2098
+ value: string;
2099
+ property: string;
2100
+ propertyType: CMSElementEditTypes;
2101
+ parentRef: string;
2102
+ };
2103
+ fontSize: {
2104
+ value: number;
2105
+ unit: number;
2106
+ property: string;
2107
+ propertyType: CMSElementEditTypes;
2108
+ parentRef: string;
2109
+ };
2110
+ textColor: {
2111
+ value: {
2112
+ hex: string;
2113
+ rgb: {
2114
+ r: string;
2115
+ g: string;
2116
+ b: string;
2117
+ a: number;
2118
+ };
2119
+ };
2120
+ property: string;
2121
+ propertyType: CMSElementEditTypes;
2122
+ parentRef: string;
2123
+ };
2124
+ textHighlight: {
2125
+ value: {
2126
+ hex: string;
2127
+ rgb: {
2128
+ r: string;
2129
+ g: string;
2130
+ b: string;
2131
+ a: number;
2132
+ };
2133
+ };
2134
+ property: string;
2135
+ propertyType: CMSElementEditTypes;
2136
+ };
2137
+ bold: {
2138
+ value: string;
2139
+ property: string;
2140
+ propertyType: CMSElementEditTypes;
2141
+ parentRef: string;
2142
+ };
2143
+ italic: {
2144
+ value: string;
2145
+ property: string;
2146
+ propertyType: CMSElementEditTypes;
2147
+ parentRef: string;
2148
+ };
2149
+ linethrough: {
2150
+ value: string;
2151
+ property: string;
2152
+ propertyType: CMSElementEditTypes;
2153
+ parentRef: string;
2154
+ };
2155
+ underline: {
2156
+ value: string;
2157
+ property: string;
2158
+ propertyType: CMSElementEditTypes;
2159
+ parentRef: string;
2160
+ };
2161
+ textAlign: {
2162
+ value: string;
2163
+ property: string;
2164
+ propertyType: CMSElementEditTypes;
2165
+ parentRef: string;
2166
+ };
2167
+ characterSpacing: {
2168
+ value: number;
2169
+ unit: number;
2170
+ property: string;
2171
+ propertyType: CMSElementEditTypes;
2172
+ parentRef: string;
2173
+ };
2174
+ lineHeight: {
2175
+ value: number;
2176
+ unit: number;
2177
+ property: string;
2178
+ propertyType: CMSElementEditTypes;
2179
+ parentRef: string;
2180
+ };
2181
+ paragraphSpacing: {
2182
+ value: number;
2183
+ unit: number;
2184
+ property: string;
2185
+ propertyType: CMSElementEditTypes;
2186
+ parentRef: string;
2187
+ };
2188
+ selectorKey: SelectorKeysEnum;
2189
+ };
2190
+ selectorKey: SelectorKeysEnum;
2191
+ };
2192
+ separatorIcon: {
2193
+ icon: {
2194
+ value: string;
2195
+ unit?: string | number | undefined;
2196
+ customIcon?: {
2197
+ isCustomIcon: boolean;
2198
+ url: string;
2199
+ name: string;
2200
+ } | undefined;
2201
+ property?: any;
2202
+ propertyType?: any;
2203
+ isReadOnly?: boolean | undefined;
2204
+ parentRef?: string | undefined;
2205
+ };
2206
+ showIcon: import("../../interfaces/global").CMSIBCommonInterface | undefined;
2207
+ iconSize: import("../../interfaces/global").CMSIBSizeInterface;
2208
+ iconColor: import("../../interfaces/global").CMSIBCommonInterface;
2209
+ selectorKey: SelectorKeysEnum;
2210
+ };
2211
+ };
2212
+ mainSection: {
2213
+ borderColor: import("../../interfaces/global").CMSIBCommonInterface;
2214
+ borderStyle: import("../../interfaces/global").CMSIBCommonInterface;
2215
+ borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
2216
+ showBorder: import("../../interfaces/global").CMSIBCommonInterface;
2217
+ backgroundColor: import("../../interfaces/global").CMSIBCommonInterface;
2218
+ showShadow: import("../../interfaces/global").CMSIBCommonInterface;
2219
+ shadowColor: import("../../interfaces/global").CMSIBCommonInterface;
2220
+ blur: import("../../interfaces/global").CMSIBSizeInterface;
2221
+ spread: import("../../interfaces/global").CMSIBSizeInterface;
2222
+ angle: import("../../interfaces/global").CMSIBSizeInterface;
2223
+ borderRadius: import("../../interfaces/global").CSSPaddingValues;
2224
+ selectorKey: SelectorKeysEnum;
2225
+ padding: any;
2226
+ itemGap: {
2227
+ value: number;
2228
+ unit?: string | number | undefined;
2229
+ property?: any;
2230
+ propertyType?: any;
2231
+ isReadOnly?: boolean | undefined;
2232
+ parentRef?: string | undefined;
2233
+ };
2234
+ };
2235
+ productGridDesign: {
2236
+ selectorKey: SelectorKeysEnum;
2237
+ layout: {
2238
+ borderColor: import("../../interfaces/global").CMSIBCommonInterface;
2239
+ borderStyle: import("../../interfaces/global").CMSIBCommonInterface;
2240
+ borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
2241
+ showBorder: import("../../interfaces/global").CMSIBCommonInterface;
2242
+ backgroundColor: import("../../interfaces/global").CMSIBCommonInterface;
2243
+ showShadow: import("../../interfaces/global").CMSIBCommonInterface;
2244
+ shadowColor: import("../../interfaces/global").CMSIBCommonInterface;
2245
+ blur: import("../../interfaces/global").CMSIBSizeInterface;
2246
+ spread: import("../../interfaces/global").CMSIBSizeInterface;
2247
+ angle: import("../../interfaces/global").CMSIBSizeInterface;
2248
+ borderRadius: import("../../interfaces/global").CSSPaddingValues;
2249
+ selectorKey: SelectorKeysEnum;
2250
+ displayStyle: {
2251
+ value: string;
2252
+ property: string;
2253
+ propertyType: CMSElementEditTypes;
2254
+ };
2255
+ padding: any;
2256
+ minColumnWidth: {
2257
+ property: string;
2258
+ propertyType: CMSElementEditTypes;
2259
+ value: number;
2260
+ unit: CMSCSSUnitTypesEnums;
2261
+ };
2262
+ minRowHeight: {
2263
+ property: string;
2264
+ propertyType: CMSElementEditTypes;
2265
+ value: number;
2266
+ unit: CMSCSSUnitTypesEnums;
2267
+ };
2268
+ setItemsPerRow: {
2269
+ property: string;
2270
+ isShow: boolean;
2271
+ value: number;
2272
+ propertyType: CMSElementEditTypes;
2273
+ };
2274
+ rowGap: {
2275
+ property: string;
2276
+ propertyType: CMSElementEditTypes;
2277
+ value: number;
2278
+ unit: CMSCSSUnitTypesEnums;
2279
+ };
2280
+ columnGap: {
2281
+ property: string;
2282
+ propertyType: CMSElementEditTypes;
2283
+ value: number;
2284
+ unit: CMSCSSUnitTypesEnums;
2285
+ };
2286
+ setItemsPerSlide: {
2287
+ property: string;
2288
+ value: number;
2289
+ propertyType: CMSElementEditTypes;
2290
+ };
2291
+ itemGap: {
2292
+ property: string;
2293
+ propertyType: CMSElementEditTypes;
2294
+ value: number;
2295
+ unit: CMSCSSUnitTypesEnums;
2296
+ };
2297
+ sliderControl: {
2298
+ property: string;
2299
+ value: string;
2300
+ propertyType: CMSElementEditTypes;
2301
+ };
2302
+ selectedSlideControlTheme: {
2303
+ value: number;
2304
+ propertyType: CMSElementEditTypes;
2305
+ };
2306
+ arrowIconSize: {
2307
+ property: string;
2308
+ value: number;
2309
+ unit: CMSCSSUnitTypesEnums;
2310
+ propertyType: CMSElementEditTypes;
2311
+ };
2312
+ dotSize: {
2313
+ property: string;
2314
+ value: number;
2315
+ unit: CMSCSSUnitTypesEnums;
2316
+ propertyType: CMSElementEditTypes;
2317
+ };
2318
+ controlActiveColor: {
2319
+ value: {
2320
+ hex: string;
2321
+ rgb: {
2322
+ r: string;
2323
+ g: string;
2324
+ b: string;
2325
+ a: number;
2326
+ };
2327
+ };
2328
+ property: string;
2329
+ propertyType: CMSElementEditTypes;
2330
+ parentRef: undefined;
2331
+ };
2332
+ autoplay: {
2333
+ value: boolean;
2334
+ propertyType: CMSElementEditTypes;
2335
+ };
2336
+ autoplayDuration: {
2337
+ value: number;
2338
+ unit: CMSCSSUnitTypesEnums;
2339
+ propertyType: CMSElementEditTypes;
2340
+ };
2341
+ stopOnMouseEnter: {
2342
+ value: boolean;
2343
+ propertyType: CMSElementEditTypes;
2344
+ };
2345
+ stopOnInteraction: {
2346
+ value: boolean;
2347
+ propertyType: CMSElementEditTypes;
2348
+ };
2349
+ };
2350
+ allProductsHeading: {
2351
+ theme: {
2352
+ value: string;
2353
+ property: string;
2354
+ propertyType: CMSElementEditTypes;
2355
+ };
2356
+ font: {
2357
+ value: string;
2358
+ property: string;
2359
+ propertyType: CMSElementEditTypes;
2360
+ parentRef: string;
2361
+ };
2362
+ fontSize: {
2363
+ value: number;
2364
+ unit: number;
2365
+ property: string;
2366
+ propertyType: CMSElementEditTypes;
2367
+ parentRef: string;
2368
+ };
2369
+ textColor: {
2370
+ value: {
2371
+ hex: string;
2372
+ rgb: {
2373
+ r: string;
2374
+ g: string;
2375
+ b: string;
2376
+ a: number;
2377
+ };
2378
+ };
2379
+ property: string;
2380
+ propertyType: CMSElementEditTypes;
2381
+ parentRef: string;
2382
+ };
2383
+ textHighlight: {
2384
+ value: {
2385
+ hex: string;
2386
+ rgb: {
2387
+ r: string;
2388
+ g: string;
2389
+ b: string;
2390
+ a: number;
2391
+ };
2392
+ };
2393
+ property: string;
2394
+ propertyType: CMSElementEditTypes;
2395
+ };
2396
+ bold: {
2397
+ value: string;
2398
+ property: string;
2399
+ propertyType: CMSElementEditTypes;
2400
+ parentRef: string;
2401
+ };
2402
+ italic: {
2403
+ value: string;
2404
+ property: string;
2405
+ propertyType: CMSElementEditTypes;
2406
+ parentRef: string;
2407
+ };
2408
+ linethrough: {
2409
+ value: string;
2410
+ property: string;
2411
+ propertyType: CMSElementEditTypes;
2412
+ parentRef: string;
2413
+ };
2414
+ underline: {
2415
+ value: string;
2416
+ property: string;
2417
+ propertyType: CMSElementEditTypes;
2418
+ parentRef: string;
2419
+ };
2420
+ textAlign: {
2421
+ value: string;
2422
+ property: string;
2423
+ propertyType: CMSElementEditTypes;
2424
+ parentRef: string;
2425
+ };
2426
+ characterSpacing: {
2427
+ value: number;
2428
+ unit: number;
2429
+ property: string;
2430
+ propertyType: CMSElementEditTypes;
2431
+ parentRef: string;
2432
+ };
2433
+ lineHeight: {
2434
+ value: number;
2435
+ unit: number;
2436
+ property: string;
2437
+ propertyType: CMSElementEditTypes;
2438
+ parentRef: string;
2439
+ };
2440
+ paragraphSpacing: {
2441
+ value: number;
2442
+ unit: number;
2443
+ property: string;
2444
+ propertyType: CMSElementEditTypes;
2445
+ parentRef: string;
2446
+ };
2447
+ selectorKey: SelectorKeysEnum;
2448
+ };
2449
+ productCard: {
2450
+ selectorKey: SelectorKeysEnum;
2451
+ defaultState: {
2452
+ padding: any;
2453
+ itemGap: {
2454
+ value: number;
2455
+ unit?: string | number | undefined;
2456
+ property?: any;
2457
+ propertyType?: any;
2458
+ isReadOnly?: boolean | undefined;
2459
+ parentRef?: string | undefined;
2460
+ };
2461
+ contentGap: {
2462
+ property: string;
2463
+ value: number;
2464
+ unit?: string | number | undefined;
2465
+ propertyType?: any;
2466
+ isReadOnly?: boolean | undefined;
2467
+ parentRef?: string | undefined;
2468
+ };
2469
+ borderColor: import("../../interfaces/global").CMSIBCommonInterface;
2470
+ borderStyle: import("../../interfaces/global").CMSIBCommonInterface;
2471
+ borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
2472
+ showBorder: import("../../interfaces/global").CMSIBCommonInterface;
2473
+ backgroundColor: import("../../interfaces/global").CMSIBCommonInterface;
2474
+ showShadow: import("../../interfaces/global").CMSIBCommonInterface;
2475
+ shadowColor: import("../../interfaces/global").CMSIBCommonInterface;
2476
+ blur: import("../../interfaces/global").CMSIBSizeInterface;
2477
+ spread: import("../../interfaces/global").CMSIBSizeInterface;
2478
+ angle: import("../../interfaces/global").CMSIBSizeInterface;
2479
+ borderRadius: import("../../interfaces/global").CSSPaddingValues;
2480
+ selectorKey: SelectorKeysEnum;
2481
+ };
2482
+ hoverState: {
2483
+ borderColor: import("../../interfaces/global").CMSIBCommonInterface;
2484
+ borderStyle: import("../../interfaces/global").CMSIBCommonInterface;
2485
+ borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
2486
+ showBorder: import("../../interfaces/global").CMSIBCommonInterface;
2487
+ backgroundColor: import("../../interfaces/global").CMSIBCommonInterface;
2488
+ showShadow: import("../../interfaces/global").CMSIBCommonInterface;
2489
+ shadowColor: import("../../interfaces/global").CMSIBCommonInterface;
2490
+ blur: import("../../interfaces/global").CMSIBSizeInterface;
2491
+ spread: import("../../interfaces/global").CMSIBSizeInterface;
2492
+ angle: import("../../interfaces/global").CMSIBSizeInterface;
2493
+ borderRadius: import("../../interfaces/global").CSSPaddingValues;
2494
+ selectorKey: SelectorKeysEnum;
2495
+ };
2496
+ };
2497
+ brandName: {
2498
+ textOverflow: {
2499
+ value: boolean;
2500
+ property: string;
2501
+ propertyType: CMSElementEditTypes;
2502
+ };
2503
+ numberOfDisplayedLines: {
2504
+ unit: CMSCSSUnitTypesEnums;
2505
+ value: number;
2506
+ property: string;
2507
+ propertyType: CMSElementEditTypes;
2508
+ };
2509
+ theme: {
2510
+ value: string;
2511
+ property: string;
2512
+ propertyType: CMSElementEditTypes;
2513
+ };
2514
+ font: {
2515
+ value: string;
2516
+ property: string;
2517
+ propertyType: CMSElementEditTypes;
2518
+ parentRef: string;
2519
+ };
2520
+ fontSize: {
2521
+ value: number;
2522
+ unit: number;
2523
+ property: string;
2524
+ propertyType: CMSElementEditTypes;
2525
+ parentRef: string;
2526
+ };
2527
+ textColor: {
2528
+ value: {
2529
+ hex: string;
2530
+ rgb: {
2531
+ r: string;
2532
+ g: string;
2533
+ b: string;
2534
+ a: number;
2535
+ };
2536
+ };
2537
+ property: string;
2538
+ propertyType: CMSElementEditTypes;
2539
+ parentRef: string;
2540
+ };
2541
+ textHighlight: {
2542
+ value: {
2543
+ hex: string;
2544
+ rgb: {
2545
+ r: string;
2546
+ g: string;
2547
+ b: string;
2548
+ a: number;
2549
+ };
2550
+ };
2551
+ property: string;
2552
+ propertyType: CMSElementEditTypes;
2553
+ };
2554
+ bold: {
2555
+ value: string;
2556
+ property: string;
2557
+ propertyType: CMSElementEditTypes;
2558
+ parentRef: string;
2559
+ };
2560
+ italic: {
2561
+ value: string;
2562
+ property: string;
2563
+ propertyType: CMSElementEditTypes;
2564
+ parentRef: string;
2565
+ };
2566
+ linethrough: {
2567
+ value: string;
2568
+ property: string;
2569
+ propertyType: CMSElementEditTypes;
2570
+ parentRef: string;
2571
+ };
2572
+ underline: {
2573
+ value: string;
2574
+ property: string;
2575
+ propertyType: CMSElementEditTypes;
2576
+ parentRef: string;
2577
+ };
2578
+ textAlign: {
2579
+ value: string;
2580
+ property: string;
2581
+ propertyType: CMSElementEditTypes;
2582
+ parentRef: string;
2583
+ };
2584
+ characterSpacing: {
2585
+ value: number;
2586
+ unit: number;
2587
+ property: string;
2588
+ propertyType: CMSElementEditTypes;
2589
+ parentRef: string;
2590
+ };
2591
+ lineHeight: {
2592
+ value: number;
2593
+ unit: number;
2594
+ property: string;
2595
+ propertyType: CMSElementEditTypes;
2596
+ parentRef: string;
2597
+ };
2598
+ paragraphSpacing: {
2599
+ value: number;
2600
+ unit: number;
2601
+ property: string;
2602
+ propertyType: CMSElementEditTypes;
2603
+ parentRef: string;
2604
+ };
2605
+ selectorKey: SelectorKeysEnum;
2606
+ };
2607
+ productName: {
2608
+ textOverflow: {
2609
+ value: boolean;
2610
+ property: string;
2611
+ propertyType: CMSElementEditTypes;
2612
+ };
2613
+ numberOfDisplayedLines: {
2614
+ unit: CMSCSSUnitTypesEnums;
2615
+ value: number;
2616
+ property: string;
2617
+ propertyType: CMSElementEditTypes;
2618
+ };
2619
+ theme: {
2620
+ value: string;
2621
+ property: string;
2622
+ propertyType: CMSElementEditTypes;
2623
+ };
2624
+ font: {
2625
+ value: string;
2626
+ property: string;
2627
+ propertyType: CMSElementEditTypes;
2628
+ parentRef: string;
2629
+ };
2630
+ fontSize: {
2631
+ value: number;
2632
+ unit: number;
2633
+ property: string;
2634
+ propertyType: CMSElementEditTypes;
2635
+ parentRef: string;
2636
+ };
2637
+ textColor: {
2638
+ value: {
2639
+ hex: string;
2640
+ rgb: {
2641
+ r: string;
2642
+ g: string;
2643
+ b: string;
2644
+ a: number;
2645
+ };
2646
+ };
2647
+ property: string;
2648
+ propertyType: CMSElementEditTypes;
2649
+ parentRef: string;
2650
+ };
2651
+ textHighlight: {
2652
+ value: {
2653
+ hex: string;
2654
+ rgb: {
2655
+ r: string;
2656
+ g: string;
2657
+ b: string;
2658
+ a: number;
2659
+ };
2660
+ };
2661
+ property: string;
2662
+ propertyType: CMSElementEditTypes;
2663
+ };
2664
+ bold: {
2665
+ value: string;
2666
+ property: string;
2667
+ propertyType: CMSElementEditTypes;
2668
+ parentRef: string;
2669
+ };
2670
+ italic: {
2671
+ value: string;
2672
+ property: string;
2673
+ propertyType: CMSElementEditTypes;
2674
+ parentRef: string;
2675
+ };
2676
+ linethrough: {
2677
+ value: string;
2678
+ property: string;
2679
+ propertyType: CMSElementEditTypes;
2680
+ parentRef: string;
2681
+ };
2682
+ underline: {
2683
+ value: string;
2684
+ property: string;
2685
+ propertyType: CMSElementEditTypes;
2686
+ parentRef: string;
2687
+ };
2688
+ textAlign: {
2689
+ value: string;
2690
+ property: string;
2691
+ propertyType: CMSElementEditTypes;
2692
+ parentRef: string;
2693
+ };
2694
+ characterSpacing: {
2695
+ value: number;
2696
+ unit: number;
2697
+ property: string;
2698
+ propertyType: CMSElementEditTypes;
2699
+ parentRef: string;
2700
+ };
2701
+ lineHeight: {
2702
+ value: number;
2703
+ unit: number;
2704
+ property: string;
2705
+ propertyType: CMSElementEditTypes;
2706
+ parentRef: string;
2707
+ };
2708
+ paragraphSpacing: {
2709
+ value: number;
2710
+ unit: number;
2711
+ property: string;
2712
+ propertyType: CMSElementEditTypes;
2713
+ parentRef: string;
2714
+ };
2715
+ selectorKey: SelectorKeysEnum;
2716
+ };
2717
+ productPrice: {
2718
+ selectorKey: SelectorKeysEnum;
2719
+ productPriceLayout: any;
2720
+ productPriceDesign: any;
2721
+ productPriceContent: any;
2722
+ };
2723
+ productOptions: {
2724
+ selectorKey: SelectorKeysEnum;
2725
+ productOptionsLayout: any;
2726
+ productOptionsDesign: any;
2727
+ };
2728
+ productImage: {
2729
+ selectorKey: SelectorKeysEnum;
2730
+ productImageLayout: any;
2731
+ productImageDesign: any;
2732
+ productImageContent: any;
2733
+ };
2734
+ };
2735
+ };
2736
+ content: {
2737
+ selectorKey: SelectorKeysEnum;
2738
+ showCategorySidebar: {
2739
+ value: boolean;
2740
+ property: string;
2741
+ propertyType: CMSElementEditTypes;
2742
+ };
2743
+ showSubCategories: {
2744
+ value: boolean;
2745
+ property: string;
2746
+ propertyType: CMSElementEditTypes;
2747
+ };
2748
+ showSubCategoryImage: {
2749
+ value: boolean;
2750
+ property: string;
2751
+ propertyType: CMSElementEditTypes;
2752
+ };
2753
+ showBrandName: {
2754
+ value: boolean;
2755
+ property: string;
2756
+ propertyType: CMSElementEditTypes;
2757
+ };
2758
+ showPrice: {
2759
+ value: boolean;
2760
+ property: string;
2761
+ propertyType: CMSElementEditTypes;
2762
+ };
2763
+ showProductOptions: {
2764
+ value: boolean;
2765
+ property: string;
2766
+ propertyType: CMSElementEditTypes;
2767
+ };
2768
+ };
2769
+ };