@sc-360-v2/storefront-cms-library 0.3.47 → 0.3.49

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -27,6 +27,7 @@ export declare enum SelectorKeysEnum {
27
27
  SUB_TOTAL = "subTotal",
28
28
  TOTAL = "total",
29
29
  CHECKOUT_BUTTON = "checkoutButton",
30
+ PLACE_ORDER_BUTTON = "placeOrderButton",
30
31
  REQUEST_QUOTE_BUTTON = "requestQuoteButton",
31
32
  HOVER_STATE = "hoverState",
32
33
  DEFAULT_STATE = "defaultState"
@@ -98,6 +99,19 @@ export declare const getDefaultData: () => {
98
99
  property: string;
99
100
  propertyType: CMSElementEditTypes;
100
101
  };
102
+ showCheckoutButton: {
103
+ value: boolean;
104
+ propertyType: CMSElementEditTypes;
105
+ };
106
+ showPlaceOrderButton: {
107
+ value: boolean;
108
+ propertyType: CMSElementEditTypes;
109
+ };
110
+ showRequestQuoteButton: {
111
+ value: boolean;
112
+ propertyType: CMSElementEditTypes;
113
+ property: string;
114
+ };
101
115
  showProductImage: {
102
116
  value: boolean;
103
117
  property: string;
@@ -1995,6 +2009,71 @@ export declare const getDefaultData: () => {
1995
2009
  selectorKey: SelectorKeysEnum;
1996
2010
  };
1997
2011
  };
2012
+ placeOrderButton: {
2013
+ selectorKey: SelectorKeysEnum;
2014
+ defaultState: {
2015
+ theme: CMSIBCommonInterface;
2016
+ font: CMSIBCommonInterface;
2017
+ fontSize: import("../../interfaces/global").CMSIBSizeInterface;
2018
+ textColor: CMSIBCommonInterface;
2019
+ bold: CMSIBCommonInterface;
2020
+ italic: CMSIBCommonInterface;
2021
+ linethrough: CMSIBCommonInterface;
2022
+ underline: CMSIBCommonInterface;
2023
+ textAlign: CMSIBCommonInterface;
2024
+ characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
2025
+ lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
2026
+ borderColor: CMSIBCommonInterface;
2027
+ borderStyle: CMSIBCommonInterface;
2028
+ borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
2029
+ showBorder: CMSIBCommonInterface;
2030
+ backgroundColor: CMSIBCommonInterface;
2031
+ showShadow: CMSIBCommonInterface;
2032
+ shadowColor: CMSIBCommonInterface;
2033
+ blur: import("../../interfaces/global").CMSIBSizeInterface;
2034
+ spread: import("../../interfaces/global").CMSIBSizeInterface;
2035
+ padding: import("../../interfaces/global").CSSPaddingValues | undefined;
2036
+ angle: import("../../interfaces/global").CMSIBSizeInterface;
2037
+ borderRadius: import("../../interfaces/global").CSSPaddingValues;
2038
+ exposure: import("../../interfaces/global").CMSIBSizeInterface;
2039
+ contrast: import("../../interfaces/global").CMSIBSizeInterface;
2040
+ saturation: import("../../interfaces/global").CMSIBSizeInterface;
2041
+ highlights: import("../../interfaces/global").CMSIBSizeInterface;
2042
+ shadows: import("../../interfaces/global").CMSIBSizeInterface;
2043
+ selectorKey: SelectorKeysEnum;
2044
+ };
2045
+ hoverState: {
2046
+ theme: CMSIBCommonInterface;
2047
+ font: CMSIBCommonInterface;
2048
+ fontSize: import("../../interfaces/global").CMSIBSizeInterface;
2049
+ textColor: CMSIBCommonInterface;
2050
+ bold: CMSIBCommonInterface;
2051
+ italic: CMSIBCommonInterface;
2052
+ linethrough: CMSIBCommonInterface;
2053
+ underline: CMSIBCommonInterface;
2054
+ textAlign: CMSIBCommonInterface;
2055
+ characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
2056
+ lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
2057
+ borderColor: CMSIBCommonInterface;
2058
+ borderStyle: CMSIBCommonInterface;
2059
+ borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
2060
+ showBorder: CMSIBCommonInterface;
2061
+ backgroundColor: CMSIBCommonInterface;
2062
+ showShadow: CMSIBCommonInterface;
2063
+ shadowColor: CMSIBCommonInterface;
2064
+ blur: import("../../interfaces/global").CMSIBSizeInterface;
2065
+ spread: import("../../interfaces/global").CMSIBSizeInterface;
2066
+ padding: import("../../interfaces/global").CSSPaddingValues | undefined;
2067
+ angle: import("../../interfaces/global").CMSIBSizeInterface;
2068
+ borderRadius: import("../../interfaces/global").CSSPaddingValues;
2069
+ exposure: import("../../interfaces/global").CMSIBSizeInterface;
2070
+ contrast: import("../../interfaces/global").CMSIBSizeInterface;
2071
+ saturation: import("../../interfaces/global").CMSIBSizeInterface;
2072
+ highlights: import("../../interfaces/global").CMSIBSizeInterface;
2073
+ shadows: import("../../interfaces/global").CMSIBSizeInterface;
2074
+ selectorKey: SelectorKeysEnum;
2075
+ };
2076
+ };
1998
2077
  requestQuoteButton: {
1999
2078
  selectorKey: SelectorKeysEnum;
2000
2079
  hoverState: {
@@ -44,14 +44,6 @@ export declare const getDefaultData: () => {
44
44
  value: string;
45
45
  unit: number;
46
46
  };
47
- minHeight: {
48
- value: number;
49
- unit: CMSCSSUnitTypesEnums;
50
- property?: any;
51
- propertyType?: any;
52
- isReadOnly?: boolean | undefined;
53
- parentRef?: string | undefined;
54
- };
55
47
  height: {
56
48
  value: string;
57
49
  unit: number;
@@ -15,6 +15,7 @@ interface selfLayoutInterface {
15
15
  profileSettings: CMSIBCommonInterface;
16
16
  dropdownItemsOffsetX: CMSIBCommonInterface;
17
17
  dropdownItemsOffsetY: CMSIBCommonInterface;
18
+ textAvatarSize: CMSIBCommonInterface;
18
19
  }
19
20
  interface selfContentInterface {
20
21
  selectorKey: string;
@@ -44,6 +45,18 @@ export interface selfDesignInterface {
44
45
  selectorKey: string;
45
46
  [key: string]: any;
46
47
  };
48
+ textAvatar: {
49
+ selectorKey: string;
50
+ [key: string]: any;
51
+ };
52
+ expandIcon: {
53
+ selectorKey: string;
54
+ [key: string]: any;
55
+ };
56
+ collapseIcon: {
57
+ selectorKey: string;
58
+ [key: string]: any;
59
+ };
47
60
  profileMenuItems: {
48
61
  selectorKey: string;
49
62
  backgroundColor: CMSIBCommonInterface;
@@ -86,11 +99,14 @@ export declare enum profileSelectorKeysEnum {
86
99
  CONTENT = "content",
87
100
  profile_ELEMENT = "profileWidget",
88
101
  MINI_profile_TEXT = "profileNameText",
102
+ TEXT_AVATAR = "textAvatar",
89
103
  BEFORE_LOGIN_PROFILE_AVATAR = "beforeLoginProfileAvatar",
90
104
  AFTER_LOGIN_PROFILE_AVATAR = "afterLoginProfileAvatar",
91
105
  DROPDOWN_ITEMS = "dropdownItems",
92
106
  DROPDOWN_ITEMS_HOVER_STYLE = "dropdownItemsHoverStyle",
93
- DROPDOWN_ITEMS_DEFAULT_STYLE = "dropdownItemsDefaultStyle"
107
+ DROPDOWN_ITEMS_DEFAULT_STYLE = "dropdownItemsDefaultStyle",
108
+ EXPAND_ICON = "expandIcon",
109
+ COLLAPSE_ICON = "collapseIcon"
94
110
  }
95
111
  export declare const getDefaultData: () => CMSElementEditPopupInterface<selfLayoutInterface & CMSElementEditPopupLayoutInterface, selfDesignInterface & selfContentInterface & CMSElementEditPopupDesignInterface>;
96
112
  export {};