@sc-360-v2/storefront-cms-library 0.3.43 → 0.3.44

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,3 +1,4 @@
1
+ import { CMSElementEditTypes } from "../../enums/index";
1
2
  import { CMSIBCommonInterface } from "../../interfaces/global";
2
3
  import { CMSElementEditPopupDesignInterface, CMSElementEditPopupInterface, CMSElementEditPopupLayoutInterface } from "./common";
3
4
  interface selfLayoutInterface {
@@ -104,6 +105,908 @@ interface selfLayoutInterface {
104
105
  groupHeaderAndOptionSpacing: CMSIBCommonInterface;
105
106
  };
106
107
  }
108
+ export declare const ControlsInstances: {
109
+ optionSelection: {
110
+ value: boolean;
111
+ property: string;
112
+ propertyType: CMSElementEditTypes;
113
+ };
114
+ displayOutOfStockValues: {
115
+ value: boolean;
116
+ property: string;
117
+ propertyType: CMSElementEditTypes;
118
+ };
119
+ dividerBetweenItems: {
120
+ value: boolean;
121
+ property: string;
122
+ propertyType: CMSElementEditTypes;
123
+ };
124
+ showMoreRows: {
125
+ value: string;
126
+ property: string;
127
+ propertyType: CMSElementEditTypes;
128
+ };
129
+ notifyMeButton: {
130
+ value: boolean;
131
+ property: string;
132
+ propertyType: CMSElementEditTypes;
133
+ };
134
+ quantitySelectorForVariantSelector: {
135
+ value: boolean;
136
+ property: string;
137
+ propertyType: CMSElementEditTypes;
138
+ };
139
+ canCollapseGroups: {
140
+ value: boolean;
141
+ property: string;
142
+ propertyType: CMSElementEditTypes;
143
+ };
144
+ displayStyle: {
145
+ value: string;
146
+ property: string;
147
+ propertyType: CMSElementEditTypes;
148
+ };
149
+ collapseIconPosition: {
150
+ value: string;
151
+ property: string;
152
+ propertyType: CMSElementEditTypes;
153
+ };
154
+ displayValues: {
155
+ value: string;
156
+ property: string;
157
+ propertyType: CMSElementEditTypes;
158
+ };
159
+ itemSpacing: {
160
+ value: string;
161
+ property: string;
162
+ unit: number;
163
+ propertyType: CMSElementEditTypes;
164
+ };
165
+ optionTitleValueSpacing: {
166
+ value: string;
167
+ unit: number;
168
+ property: string;
169
+ propertyType: CMSElementEditTypes;
170
+ };
171
+ itemPadding: {
172
+ value: string;
173
+ unit: number;
174
+ property: string;
175
+ propertyType: CMSElementEditTypes;
176
+ };
177
+ maxItemsToDisplay: {
178
+ value: string;
179
+ property: string;
180
+ propertyType: CMSElementEditTypes;
181
+ };
182
+ overflowItems: {
183
+ value: string;
184
+ property: string;
185
+ propertyType: CMSElementEditTypes;
186
+ };
187
+ swatchImageType: {
188
+ value: string;
189
+ property: string;
190
+ propertyType: CMSElementEditTypes;
191
+ };
192
+ itemSize: {
193
+ value: number;
194
+ property: string;
195
+ unit: number;
196
+ propertyType: CMSElementEditTypes;
197
+ };
198
+ imageBehaviour: {
199
+ value: string;
200
+ property: string;
201
+ propertyType: CMSElementEditTypes;
202
+ };
203
+ itemsPerRow: {
204
+ value: string;
205
+ property: string;
206
+ propertyType: CMSElementEditTypes;
207
+ };
208
+ itemContentAlignment: {
209
+ value: string;
210
+ property: string;
211
+ propertyType: CMSElementEditTypes;
212
+ };
213
+ overflowDirection: {
214
+ value: string;
215
+ property: string;
216
+ propertyType: CMSElementEditTypes;
217
+ };
218
+ dropdownStyle: {
219
+ value: string;
220
+ property: string;
221
+ propertyType: CMSElementEditTypes;
222
+ };
223
+ dropdownOptionsSpacing: {
224
+ value: string;
225
+ unit: number;
226
+ property: string;
227
+ propertyType: CMSElementEditTypes;
228
+ };
229
+ dropdownOptionsPadding: {
230
+ value: string;
231
+ unit: number;
232
+ property: string;
233
+ propertyType: CMSElementEditTypes;
234
+ };
235
+ optionAndListSpacing: {
236
+ value: string;
237
+ unit: number;
238
+ property: string;
239
+ propertyType: CMSElementEditTypes;
240
+ };
241
+ dropdownListItemSpacing: {
242
+ value: string;
243
+ unit: number;
244
+ property: string;
245
+ propertyType: CMSElementEditTypes;
246
+ };
247
+ dropdownListItemPadding: {
248
+ value: string;
249
+ unit: number;
250
+ property: string;
251
+ propertyType: CMSElementEditTypes;
252
+ };
253
+ groupsDisplayStyle: {
254
+ value: string;
255
+ property: string;
256
+ propertyType: CMSElementEditTypes;
257
+ };
258
+ dividerBetweenListItems: {
259
+ value: boolean;
260
+ property: string;
261
+ propertyType: CMSElementEditTypes;
262
+ };
263
+ groupSpacing: {
264
+ value: string;
265
+ unit: number;
266
+ property: string;
267
+ propertyType: CMSElementEditTypes;
268
+ };
269
+ groupPadding: {
270
+ value: string;
271
+ unit: number;
272
+ property: string;
273
+ propertyType: CMSElementEditTypes;
274
+ };
275
+ groupHeaderAndOptionSpacing: {
276
+ value: string;
277
+ unit: number;
278
+ property: string;
279
+ propertyType: CMSElementEditTypes;
280
+ };
281
+ tabDirection: {
282
+ value: string;
283
+ property: string;
284
+ propertyType: CMSElementEditTypes;
285
+ };
286
+ tabLayout: {
287
+ value: string;
288
+ property: string;
289
+ propertyType: CMSElementEditTypes;
290
+ };
291
+ tabAlignment: {
292
+ value: string;
293
+ property: string;
294
+ propertyType: CMSElementEditTypes;
295
+ };
296
+ tabSpacing: {
297
+ value: string;
298
+ unit: number;
299
+ property: string;
300
+ propertyType: CMSElementEditTypes;
301
+ };
302
+ tabAndContainerSpacing: {
303
+ value: string;
304
+ unit: number;
305
+ property: string;
306
+ propertyType: CMSElementEditTypes;
307
+ };
308
+ tabHorizontalPadding: {
309
+ value: string;
310
+ unit: number;
311
+ property: string;
312
+ propertyType: CMSElementEditTypes;
313
+ };
314
+ tabVerticalPadding: {
315
+ value: string;
316
+ unit: number;
317
+ property: string;
318
+ propertyType: CMSElementEditTypes;
319
+ };
320
+ containerPadding: {
321
+ value: string;
322
+ unit: number;
323
+ property: string;
324
+ propertyType: CMSElementEditTypes;
325
+ };
326
+ tabRowSpacing: {
327
+ value: string;
328
+ unit: number;
329
+ property: string;
330
+ propertyType: CMSElementEditTypes;
331
+ };
332
+ remainingDisplayStyle: {
333
+ value: string;
334
+ property: string;
335
+ propertyType: CMSElementEditTypes;
336
+ };
337
+ expandIconPosition: {
338
+ value: string;
339
+ property: string;
340
+ propertyType: CMSElementEditTypes;
341
+ };
342
+ expandFirstItemByDefault: {
343
+ value: boolean;
344
+ property: string;
345
+ propertyType: CMSElementEditTypes;
346
+ };
347
+ allowMultipleOpenItems: {
348
+ value: boolean;
349
+ property: string;
350
+ propertyType: CMSElementEditTypes;
351
+ };
352
+ itemDividers: {
353
+ value: boolean;
354
+ property: string;
355
+ propertyType: CMSElementEditTypes;
356
+ };
357
+ allowUserToSearch: {
358
+ value: boolean;
359
+ property: string;
360
+ propertyType: CMSElementEditTypes;
361
+ };
362
+ allowUserToFilter: {
363
+ value: boolean;
364
+ property: string;
365
+ propertyType: CMSElementEditTypes;
366
+ };
367
+ header: {
368
+ value: boolean;
369
+ property: string;
370
+ propertyType: CMSElementEditTypes;
371
+ };
372
+ headerHeight: {
373
+ value: string;
374
+ unit: number;
375
+ property: string;
376
+ propertyType: CMSElementEditTypes;
377
+ };
378
+ rowHeight: {
379
+ value: string;
380
+ unit: number;
381
+ property: string;
382
+ propertyType: CMSElementEditTypes;
383
+ };
384
+ accordionSpacing: {
385
+ value: string;
386
+ unit: number;
387
+ property: string;
388
+ propertyType: CMSElementEditTypes;
389
+ };
390
+ accordionAndContainerSpacing: {
391
+ value: string;
392
+ unit: number;
393
+ property: string;
394
+ propertyType: CMSElementEditTypes;
395
+ };
396
+ accordionHorizontalPadding: {
397
+ value: string;
398
+ unit: number;
399
+ property: string;
400
+ propertyType: CMSElementEditTypes;
401
+ };
402
+ accordionVerticalPadding: {
403
+ value: string;
404
+ unit: number;
405
+ property: string;
406
+ propertyType: CMSElementEditTypes;
407
+ };
408
+ headerDivider: {
409
+ value: boolean;
410
+ property: string;
411
+ propertyType: CMSElementEditTypes;
412
+ };
413
+ rowDivider: {
414
+ value: boolean;
415
+ property: string;
416
+ propertyType: CMSElementEditTypes;
417
+ };
418
+ columnDivider: {
419
+ value: boolean;
420
+ property: string;
421
+ propertyType: CMSElementEditTypes;
422
+ };
423
+ alternativeRowColors: {
424
+ value: boolean;
425
+ property: string;
426
+ propertyType: CMSElementEditTypes;
427
+ };
428
+ headerCellPadding: {
429
+ value: string;
430
+ unit: number;
431
+ property: string;
432
+ propertyType: CMSElementEditTypes;
433
+ };
434
+ rowCellPadding: {
435
+ value: string;
436
+ unit: number;
437
+ property: string;
438
+ propertyType: CMSElementEditTypes;
439
+ };
440
+ contentAlignment: {
441
+ value: string;
442
+ property: string;
443
+ propertyType: CMSElementEditTypes;
444
+ };
445
+ paginationAlignment: {
446
+ value: string;
447
+ property: string;
448
+ propertyType: CMSElementEditTypes;
449
+ };
450
+ groupHorizontalPadding: {
451
+ value: string;
452
+ unit: number;
453
+ property: string;
454
+ propertyType: CMSElementEditTypes;
455
+ };
456
+ groupVerticalPadding: {
457
+ value: string;
458
+ unit: number;
459
+ property: string;
460
+ propertyType: CMSElementEditTypes;
461
+ };
462
+ groupAndContainerSpacing: {
463
+ value: string;
464
+ unit: number;
465
+ property: string;
466
+ propertyType: CMSElementEditTypes;
467
+ };
468
+ rowsPerPage: {
469
+ value: string;
470
+ property: string;
471
+ propertyType: CMSElementEditTypes;
472
+ };
473
+ overflowControl: {
474
+ value: string;
475
+ property: string;
476
+ propertyType: CMSElementEditTypes;
477
+ };
478
+ paginationType: {
479
+ value: string;
480
+ property: string;
481
+ propertyType: CMSElementEditTypes;
482
+ };
483
+ priceFormat: {
484
+ value: string;
485
+ property: string;
486
+ propertyType: CMSElementEditTypes;
487
+ };
488
+ noOfOptionValues: {
489
+ value: boolean;
490
+ property: string;
491
+ propertyType: CMSElementEditTypes;
492
+ };
493
+ optionProperties: {
494
+ value: boolean;
495
+ property: string;
496
+ propertyType: CMSElementEditTypes;
497
+ };
498
+ optionValueProperties: {
499
+ value: boolean;
500
+ property: string;
501
+ propertyType: CMSElementEditTypes;
502
+ };
503
+ optionName: {
504
+ value: boolean;
505
+ property: string;
506
+ propertyType: CMSElementEditTypes;
507
+ };
508
+ optionValueName: {
509
+ value: boolean;
510
+ property: string;
511
+ propertyType: CMSElementEditTypes;
512
+ };
513
+ optionValueCode: {
514
+ value: boolean;
515
+ property: string;
516
+ propertyType: CMSElementEditTypes;
517
+ };
518
+ optionPrice: {
519
+ value: boolean;
520
+ property: string;
521
+ propertyType: CMSElementEditTypes;
522
+ };
523
+ showSelectedVariant: {
524
+ value: boolean;
525
+ property: string;
526
+ propertyType: CMSElementEditTypes;
527
+ };
528
+ swatchImage: {
529
+ value: boolean;
530
+ property: string;
531
+ propertyType: CMSElementEditTypes;
532
+ };
533
+ noOfVariantsAvailable: {
534
+ value: boolean;
535
+ property: string;
536
+ propertyType: CMSElementEditTypes;
537
+ };
538
+ optionValuePrice: {
539
+ value: boolean;
540
+ property: string;
541
+ propertyType: CMSElementEditTypes;
542
+ };
543
+ showAvailableInventory: {
544
+ value: boolean;
545
+ property: string;
546
+ propertyType: CMSElementEditTypes;
547
+ };
548
+ showTotalPriceOfAddedItems: {
549
+ value: boolean;
550
+ property: string;
551
+ propertyType: CMSElementEditTypes;
552
+ };
553
+ horizontalPadding: {
554
+ value: string;
555
+ unit: number;
556
+ property: string;
557
+ propertyType: CMSElementEditTypes;
558
+ };
559
+ verticalPadding: {
560
+ value: string;
561
+ property: string;
562
+ unit: number;
563
+ propertyType: CMSElementEditTypes;
564
+ };
565
+ buttonStyle: {
566
+ value: string;
567
+ parentRef: string;
568
+ propertyType: CMSElementEditTypes;
569
+ };
570
+ buttonText: {
571
+ value: string;
572
+ property: string;
573
+ propertyType: CMSElementEditTypes;
574
+ };
575
+ icon: {
576
+ value: string;
577
+ property: string;
578
+ propertyType: CMSElementEditTypes;
579
+ };
580
+ iconPosition: {
581
+ value: string;
582
+ parentRef: string;
583
+ propertyType: CMSElementEditTypes;
584
+ };
585
+ iconAndTextSpacing: {
586
+ value: number;
587
+ property: string;
588
+ unit: number;
589
+ parentRef: string;
590
+ propertyType: CMSElementEditTypes;
591
+ };
592
+ alignment: {
593
+ value: string;
594
+ property: string;
595
+ parentRef: string;
596
+ propertyType: CMSElementEditTypes;
597
+ };
598
+ iconPadding: {
599
+ value: number;
600
+ unit: number;
601
+ property: string;
602
+ parentRef: string;
603
+ propertyType: CMSElementEditTypes;
604
+ };
605
+ buttonType: {
606
+ value: string;
607
+ propertyType: CMSElementEditTypes;
608
+ };
609
+ showIcon: {
610
+ value: boolean;
611
+ property: string;
612
+ propertyType: CMSElementEditTypes;
613
+ };
614
+ arrowIconStyle: {
615
+ value: string;
616
+ propertyType: CMSElementEditTypes;
617
+ };
618
+ rightArrowIconStyle: {
619
+ value: string;
620
+ propertyType: CMSElementEditTypes;
621
+ };
622
+ leftArrowIconStyle: {
623
+ value: string;
624
+ propertyType: CMSElementEditTypes;
625
+ };
626
+ backgroundShape: {
627
+ value: string;
628
+ propertyType: CMSElementEditTypes;
629
+ };
630
+ swatchShape: {
631
+ value: string;
632
+ propertyType: CMSElementEditTypes;
633
+ };
634
+ arrowSize: {
635
+ value: number;
636
+ property: string;
637
+ unit: number;
638
+ propertyType: CMSElementEditTypes;
639
+ };
640
+ arrowColor: {
641
+ value: {
642
+ hex: string;
643
+ rgb: {
644
+ r: string;
645
+ g: string;
646
+ b: string;
647
+ a: number;
648
+ };
649
+ };
650
+ property: string;
651
+ propertyType: CMSElementEditTypes;
652
+ };
653
+ dotSize: {
654
+ value: number;
655
+ property: string;
656
+ unit: number;
657
+ propertyType: CMSElementEditTypes;
658
+ };
659
+ currentDotColor: {
660
+ value: {
661
+ hex: string;
662
+ rgb: {
663
+ r: string;
664
+ g: string;
665
+ b: string;
666
+ a: number;
667
+ };
668
+ };
669
+ property: string;
670
+ propertyType: CMSElementEditTypes;
671
+ };
672
+ otherDotColor: {
673
+ value: {
674
+ hex: string;
675
+ rgb: {
676
+ r: string;
677
+ g: string;
678
+ b: string;
679
+ a: number;
680
+ };
681
+ };
682
+ property: string;
683
+ propertyType: CMSElementEditTypes;
684
+ };
685
+ currentLineColor: {
686
+ value: {
687
+ hex: string;
688
+ rgb: {
689
+ r: string;
690
+ g: string;
691
+ b: string;
692
+ a: number;
693
+ };
694
+ };
695
+ property: string;
696
+ propertyType: CMSElementEditTypes;
697
+ };
698
+ otherLineColor: {
699
+ value: {
700
+ hex: string;
701
+ rgb: {
702
+ r: string;
703
+ g: string;
704
+ b: string;
705
+ a: number;
706
+ };
707
+ };
708
+ property: string;
709
+ propertyType: CMSElementEditTypes;
710
+ };
711
+ lineHeight: {
712
+ value: number;
713
+ property: string;
714
+ unit: number;
715
+ propertyType: CMSElementEditTypes;
716
+ };
717
+ lineWidth: {
718
+ value: number;
719
+ property: string;
720
+ unit: number;
721
+ propertyType: CMSElementEditTypes;
722
+ };
723
+ design: {
724
+ table: {
725
+ borderColor: {
726
+ value: {
727
+ hex: string;
728
+ rgb: {
729
+ r: string;
730
+ g: string;
731
+ b: string;
732
+ a: number;
733
+ };
734
+ };
735
+ property: string;
736
+ propertyType: CMSElementEditTypes;
737
+ };
738
+ borderStyle: {
739
+ value: string;
740
+ property: string;
741
+ propertyType: CMSElementEditTypes;
742
+ };
743
+ borderPerSlide: {
744
+ isAll: boolean;
745
+ sides: {
746
+ top: {
747
+ value: number;
748
+ unit: number;
749
+ };
750
+ right: {
751
+ value: number;
752
+ unit: number;
753
+ };
754
+ bottom: {
755
+ value: number;
756
+ unit: number;
757
+ };
758
+ left: {
759
+ value: number;
760
+ unit: number;
761
+ };
762
+ };
763
+ property: string;
764
+ propertyType: CMSElementEditTypes;
765
+ };
766
+ };
767
+ rowAndHeaderDividers: {
768
+ rowDivider: {
769
+ value: {
770
+ hex: string;
771
+ rgb: {
772
+ r: string;
773
+ g: string;
774
+ b: string;
775
+ a: number;
776
+ };
777
+ };
778
+ property: string;
779
+ propertyType: CMSElementEditTypes;
780
+ parentRef: string;
781
+ };
782
+ columnDivider: {
783
+ value: {
784
+ hex: string;
785
+ rgb: {
786
+ r: string;
787
+ g: string;
788
+ b: string;
789
+ a: number;
790
+ };
791
+ };
792
+ property: string;
793
+ propertyType: CMSElementEditTypes;
794
+ parentRef: string;
795
+ };
796
+ headerDivider: {
797
+ value: {
798
+ hex: string;
799
+ rgb: {
800
+ r: string;
801
+ g: string;
802
+ b: string;
803
+ a: number;
804
+ };
805
+ };
806
+ property: string;
807
+ propertyType: CMSElementEditTypes;
808
+ parentRef: string;
809
+ };
810
+ };
811
+ headerText: {
812
+ font: {
813
+ value: string;
814
+ propertyType: CMSElementEditTypes;
815
+ };
816
+ fontSize: {
817
+ value: string;
818
+ propertyType: CMSElementEditTypes;
819
+ unit: number;
820
+ };
821
+ textColor: {
822
+ value: string;
823
+ propertyType: CMSElementEditTypes;
824
+ };
825
+ textHighlight: {
826
+ value: string;
827
+ propertyType: CMSElementEditTypes;
828
+ };
829
+ characterSpacing: {
830
+ value: string;
831
+ propertyType: CMSElementEditTypes;
832
+ unit: number;
833
+ };
834
+ defaultCharacterSpacing: {
835
+ value: string;
836
+ propertyType: CMSElementEditTypes;
837
+ unit: number;
838
+ };
839
+ lineHeight: {
840
+ value: string;
841
+ propertyType: CMSElementEditTypes;
842
+ unit: number;
843
+ };
844
+ paragraphSpacing: {
845
+ value: string;
846
+ propertyType: CMSElementEditTypes;
847
+ unit: number;
848
+ };
849
+ };
850
+ rowText: {
851
+ font: {
852
+ value: string;
853
+ propertyType: CMSElementEditTypes;
854
+ };
855
+ fontSize: {
856
+ value: string;
857
+ propertyType: CMSElementEditTypes;
858
+ unit: number;
859
+ };
860
+ textColor: {
861
+ value: string;
862
+ propertyType: CMSElementEditTypes;
863
+ };
864
+ textHighlight: {
865
+ value: string;
866
+ propertyType: CMSElementEditTypes;
867
+ };
868
+ characterSpacing: {
869
+ value: string;
870
+ propertyType: CMSElementEditTypes;
871
+ unit: number;
872
+ };
873
+ lineHeight: {
874
+ value: string;
875
+ propertyType: CMSElementEditTypes;
876
+ unit: number;
877
+ };
878
+ paragraphSpacing: {
879
+ value: string;
880
+ propertyType: CMSElementEditTypes;
881
+ unit: number;
882
+ };
883
+ };
884
+ scrollBar: {
885
+ scrollBarWidth: {
886
+ value: string;
887
+ propertyType: CMSElementEditTypes;
888
+ unit: number;
889
+ property: string;
890
+ };
891
+ scrollBarColor: {
892
+ value: {
893
+ hex: string;
894
+ rgb: {
895
+ r: string;
896
+ g: string;
897
+ b: string;
898
+ a: number;
899
+ };
900
+ };
901
+ property: string;
902
+ propertyType: CMSElementEditTypes;
903
+ parentRef: string;
904
+ };
905
+ };
906
+ pagination: {
907
+ pagination: {
908
+ value: string;
909
+ propertyType: CMSElementEditTypes;
910
+ };
911
+ paginationStyle: {
912
+ value: string;
913
+ propertyType: CMSElementEditTypes;
914
+ };
915
+ arrowIconStyle: {
916
+ value: string;
917
+ propertyType: CMSElementEditTypes;
918
+ };
919
+ arrowSize: {
920
+ value: string;
921
+ propertyType: CMSElementEditTypes;
922
+ unit: number;
923
+ };
924
+ arrowColor: {
925
+ value: string;
926
+ propertyType: CMSElementEditTypes;
927
+ };
928
+ backgroundShape: {
929
+ value: string;
930
+ propertyType: CMSElementEditTypes;
931
+ };
932
+ backgroundColor: {
933
+ value: string;
934
+ propertyType: CMSElementEditTypes;
935
+ };
936
+ font: {
937
+ value: string;
938
+ propertyType: CMSElementEditTypes;
939
+ };
940
+ fontSize: {
941
+ value: string;
942
+ propertyType: CMSElementEditTypes;
943
+ unit: number;
944
+ };
945
+ textColor: {
946
+ value: string;
947
+ propertyType: CMSElementEditTypes;
948
+ property: string;
949
+ };
950
+ textHighlight: {
951
+ value: string;
952
+ propertyType: CMSElementEditTypes;
953
+ };
954
+ hoverBackgroundShape: {
955
+ value: string;
956
+ propertyType: CMSElementEditTypes;
957
+ };
958
+ hoverBackgroundColor: {
959
+ value: string;
960
+ propertyType: CMSElementEditTypes;
961
+ };
962
+ hoverFont: {
963
+ value: string;
964
+ propertyType: CMSElementEditTypes;
965
+ };
966
+ hoverFontSize: {
967
+ value: string;
968
+ propertyType: CMSElementEditTypes;
969
+ unit: number;
970
+ };
971
+ hoverTextColor: {
972
+ value: string;
973
+ propertyType: CMSElementEditTypes;
974
+ };
975
+ hoverTextHighlight: {
976
+ value: string;
977
+ propertyType: CMSElementEditTypes;
978
+ };
979
+ previousIcon: {
980
+ value: string;
981
+ propertyType: CMSElementEditTypes;
982
+ };
983
+ nextIcon: {
984
+ value: string;
985
+ propertyType: CMSElementEditTypes;
986
+ };
987
+ iconSize: {
988
+ value: string;
989
+ propertyType: CMSElementEditTypes;
990
+ unit: number;
991
+ property: string;
992
+ };
993
+ iconColor: {
994
+ value: {
995
+ hex: string;
996
+ rgb: {
997
+ r: string;
998
+ g: string;
999
+ b: string;
1000
+ a: number;
1001
+ };
1002
+ };
1003
+ property: string;
1004
+ propertyType: CMSElementEditTypes;
1005
+ parentRef: string;
1006
+ };
1007
+ };
1008
+ };
1009
+ };
107
1010
  interface selfDesignInterface {
108
1011
  selectorKey: string;
109
1012
  optionStyle: {