@sc-360-v2/storefront-cms-library 0.5.8 → 0.5.9

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.
@@ -15,6 +15,8 @@ interface selfLayoutInterface {
15
15
  swatchTypeDisplayStyle: {
16
16
  selectorKey: string;
17
17
  displayValues: CMSIBCommonInterface;
18
+ showLabel: CMSIBCommonInterface;
19
+ showNoOfOptions: CMSIBCommonInterface;
18
20
  itemPadding: CMSIBCommonInterface;
19
21
  itemSpacing: CMSIBCommonInterface;
20
22
  maxItemsToDisplay: CMSIBCommonInterface;
@@ -25,6 +27,8 @@ interface selfLayoutInterface {
25
27
  singleSelectDisplayStyle: {
26
28
  selectorKey: string;
27
29
  displayValues: CMSIBCommonInterface;
30
+ showLabel: CMSIBCommonInterface;
31
+ showNoOfOptions: CMSIBCommonInterface;
28
32
  itemSpacing: CMSIBCommonInterface;
29
33
  itemPadding: CMSIBCommonInterface;
30
34
  maxItemsToDisplay: CMSIBCommonInterface;
@@ -4,6 +4,7 @@ interface selfLayoutInterface {
4
4
  itemSpacing: CMSIBCommonInterface;
5
5
  showOptionsToSelect: CMSIBCommonInterface;
6
6
  showNoOfOptions: CMSIBCommonInterface;
7
+ showLabel: CMSIBCommonInterface;
7
8
  noOfOptionsToShowUpfront: CMSIBCommonInterface;
8
9
  showRemainingOptionsAs: CMSIBCommonInterface;
9
10
  whenClicked: CMSIBCommonInterface;
@@ -17,6 +17,8 @@ interface selfLayoutInterface {
17
17
  swatchTypeDisplayStyle: {
18
18
  selectorKey: string;
19
19
  displayValues: CMSIBCommonInterface;
20
+ showLabel: CMSIBCommonInterface;
21
+ showNoOfOptions: CMSIBCommonInterface;
20
22
  itemPadding: CMSIBCommonInterface;
21
23
  itemSpacing: CMSIBCommonInterface;
22
24
  maxItemsToDisplay: CMSIBCommonInterface;
@@ -27,6 +29,8 @@ interface selfLayoutInterface {
27
29
  singleSelectDisplayStyle: {
28
30
  selectorKey: string;
29
31
  displayValues: CMSIBCommonInterface;
32
+ showLabel: CMSIBCommonInterface;
33
+ showNoOfOptions: CMSIBCommonInterface;
30
34
  itemSpacing: CMSIBCommonInterface;
31
35
  itemPadding: CMSIBCommonInterface;
32
36
  maxItemsToDisplay: CMSIBCommonInterface;
@@ -105,6 +109,16 @@ export declare const ControlsInstances: {
105
109
  property: string;
106
110
  propertyType: CMSElementEditTypes;
107
111
  };
112
+ showLabel: {
113
+ value: boolean;
114
+ property: string;
115
+ propertyType: CMSElementEditTypes;
116
+ };
117
+ showNoOfOptions: {
118
+ value: boolean;
119
+ property: string;
120
+ propertyType: CMSElementEditTypes;
121
+ };
108
122
  dividerBetweenItems: {
109
123
  value: boolean;
110
124
  property: string;