@sc-360-v2/storefront-cms-library 0.5.53 → 0.5.54
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/allocationDetails.scss +9 -248
- package/dist/allocations-quota-details.scss +451 -0
- package/dist/allocations.scss +112 -0
- package/dist/builder.js +1 -1
- package/dist/hotspot.scss +1 -1
- package/dist/language-selector.scss +4 -4
- package/dist/login.scss +49 -9
- package/dist/order-status.scss +228 -136
- package/dist/repeater-item.scss +2 -2
- package/dist/request-for-quotes.scss +1 -1
- package/dist/types/builder/tools/element-edit/cartSummary.d.ts +187 -0
- package/dist/types/builder/tools/element-edit/icon-list.d.ts +22 -0
- package/dist/types/builder/tools/element-edit/language-menu.d.ts +0 -1
- package/dist/types/builder/tools/element-edit/orderStatus.d.ts +320 -187
- package/dist/types/builder/tools/element-edit/userElements.d.ts +192 -7
- package/dist/user-elements.scss +253 -221
- package/package.json +1 -1
|
@@ -25,7 +25,8 @@ export declare enum orderSelectorKeysEnum {
|
|
|
25
25
|
SHIPPING_METHOD = "shippingMethod",
|
|
26
26
|
BREAK_UP_DETAILS = "breakUpDetails",
|
|
27
27
|
QUICK_ACTIONS = "quickActions",
|
|
28
|
-
|
|
28
|
+
QUICK_ACTIONS_WRAPPER = "quickActionsWrapper",
|
|
29
|
+
QUICK_ACTIONS_CONTAINER = "quickActionsContainer",
|
|
29
30
|
QUICK_HEADER = "quickHeader",
|
|
30
31
|
ACTIONS = "actions",
|
|
31
32
|
PRODUCT_WIDGET = "productWidget",
|
|
@@ -60,45 +61,6 @@ export declare const getDefaultData: () => {
|
|
|
60
61
|
margin: import("../../interfaces/global").CSSPaddingValues | undefined;
|
|
61
62
|
positionType: import("../../interfaces/global").CMSIBCommonInterface | undefined;
|
|
62
63
|
};
|
|
63
|
-
content: {
|
|
64
|
-
selectorKey: orderSelectorKeysEnum;
|
|
65
|
-
showHeader: {
|
|
66
|
-
value: boolean;
|
|
67
|
-
propertyType: CMSElementEditTypes;
|
|
68
|
-
};
|
|
69
|
-
showToastMessage: {
|
|
70
|
-
value: boolean;
|
|
71
|
-
propertyType: CMSElementEditTypes;
|
|
72
|
-
};
|
|
73
|
-
orderDetails: {
|
|
74
|
-
value: boolean;
|
|
75
|
-
propertyType: CMSElementEditTypes;
|
|
76
|
-
};
|
|
77
|
-
quickActions: {
|
|
78
|
-
value: boolean;
|
|
79
|
-
propertyType: CMSElementEditTypes;
|
|
80
|
-
};
|
|
81
|
-
cartItems: {
|
|
82
|
-
value: boolean;
|
|
83
|
-
propertyType: CMSElementEditTypes;
|
|
84
|
-
};
|
|
85
|
-
statusTitle: {
|
|
86
|
-
value: string;
|
|
87
|
-
propertyType: CMSElementEditTypes;
|
|
88
|
-
};
|
|
89
|
-
statusDescription: {
|
|
90
|
-
value: string;
|
|
91
|
-
propertyType: CMSElementEditTypes;
|
|
92
|
-
};
|
|
93
|
-
orderAttributes: {
|
|
94
|
-
value: boolean;
|
|
95
|
-
propertyType: CMSElementEditTypes;
|
|
96
|
-
};
|
|
97
|
-
continueShopping: {
|
|
98
|
-
value: null;
|
|
99
|
-
propertyType: CMSElementEditTypes;
|
|
100
|
-
};
|
|
101
|
-
};
|
|
102
64
|
design: {
|
|
103
65
|
selectorKey: orderSelectorKeysEnum;
|
|
104
66
|
orderWidget: {
|
|
@@ -108,6 +70,13 @@ export declare const getDefaultData: () => {
|
|
|
108
70
|
property: string;
|
|
109
71
|
propertyType: CMSElementEditTypes;
|
|
110
72
|
};
|
|
73
|
+
textTransform: {
|
|
74
|
+
value: string;
|
|
75
|
+
property: string;
|
|
76
|
+
propertyType: CMSElementEditTypes;
|
|
77
|
+
};
|
|
78
|
+
wordWrap: import("../../interfaces/global").CMSIBCommonInterface;
|
|
79
|
+
wordBreak: import("../../interfaces/global").CMSIBCommonInterface;
|
|
111
80
|
theme: import("../../interfaces/global").CMSIBCommonInterface;
|
|
112
81
|
font: import("../../interfaces/global").CMSIBCommonInterface;
|
|
113
82
|
fontSize: import("../../interfaces/global").CMSIBSizeInterface;
|
|
@@ -139,118 +108,14 @@ export declare const getDefaultData: () => {
|
|
|
139
108
|
shadows: import("../../interfaces/global").CMSIBSizeInterface;
|
|
140
109
|
selectorKey: orderSelectorKeysEnum;
|
|
141
110
|
};
|
|
142
|
-
headerContainer: {
|
|
143
|
-
selectorKey: orderSelectorKeysEnum;
|
|
144
|
-
headerWrapper: {
|
|
145
|
-
itemGap: {
|
|
146
|
-
value: CMSCSSUnitTypesEnums;
|
|
147
|
-
unit: CMSCSSUnitTypesEnums;
|
|
148
|
-
property: string;
|
|
149
|
-
propertyType: CMSElementEditTypes;
|
|
150
|
-
};
|
|
151
|
-
theme: import("../../interfaces/global").CMSIBCommonInterface;
|
|
152
|
-
font: import("../../interfaces/global").CMSIBCommonInterface;
|
|
153
|
-
fontSize: import("../../interfaces/global").CMSIBSizeInterface;
|
|
154
|
-
textColor: import("../../interfaces/global").CMSIBCommonInterface;
|
|
155
|
-
bold: import("../../interfaces/global").CMSIBCommonInterface;
|
|
156
|
-
italic: import("../../interfaces/global").CMSIBCommonInterface;
|
|
157
|
-
linethrough: import("../../interfaces/global").CMSIBCommonInterface;
|
|
158
|
-
underline: import("../../interfaces/global").CMSIBCommonInterface;
|
|
159
|
-
textAlign: import("../../interfaces/global").CMSIBCommonInterface;
|
|
160
|
-
characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
|
|
161
|
-
lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
|
|
162
|
-
backgroundColor: import("../../interfaces/global").CMSIBCommonInterface;
|
|
163
|
-
padding: any;
|
|
164
|
-
margin: import("../../interfaces/global").CSSPaddingValues | undefined;
|
|
165
|
-
borderColor: import("../../interfaces/global").CMSIBCommonInterface;
|
|
166
|
-
borderStyle: import("../../interfaces/global").CMSIBCommonInterface;
|
|
167
|
-
borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
|
|
168
|
-
showBorder: import("../../interfaces/global").CMSIBCommonInterface;
|
|
169
|
-
showShadow: import("../../interfaces/global").CMSIBCommonInterface;
|
|
170
|
-
shadowColor: import("../../interfaces/global").CMSIBCommonInterface;
|
|
171
|
-
blur: import("../../interfaces/global").CMSIBSizeInterface;
|
|
172
|
-
spread: import("../../interfaces/global").CMSIBSizeInterface;
|
|
173
|
-
angle: import("../../interfaces/global").CMSIBSizeInterface;
|
|
174
|
-
borderRadius: import("../../interfaces/global").CSSPaddingValues;
|
|
175
|
-
exposure: import("../../interfaces/global").CMSIBSizeInterface;
|
|
176
|
-
contrast: import("../../interfaces/global").CMSIBSizeInterface;
|
|
177
|
-
saturation: import("../../interfaces/global").CMSIBSizeInterface;
|
|
178
|
-
highlights: import("../../interfaces/global").CMSIBSizeInterface;
|
|
179
|
-
shadows: import("../../interfaces/global").CMSIBSizeInterface;
|
|
180
|
-
selectorKey: orderSelectorKeysEnum;
|
|
181
|
-
};
|
|
182
|
-
title: {
|
|
183
|
-
padding: any;
|
|
184
|
-
theme: import("../../interfaces/global").CMSIBCommonInterface;
|
|
185
|
-
font: import("../../interfaces/global").CMSIBCommonInterface;
|
|
186
|
-
fontSize: import("../../interfaces/global").CMSIBSizeInterface;
|
|
187
|
-
textColor: import("../../interfaces/global").CMSIBCommonInterface;
|
|
188
|
-
bold: import("../../interfaces/global").CMSIBCommonInterface;
|
|
189
|
-
italic: import("../../interfaces/global").CMSIBCommonInterface;
|
|
190
|
-
linethrough: import("../../interfaces/global").CMSIBCommonInterface;
|
|
191
|
-
underline: import("../../interfaces/global").CMSIBCommonInterface;
|
|
192
|
-
textAlign: import("../../interfaces/global").CMSIBCommonInterface;
|
|
193
|
-
characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
|
|
194
|
-
lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
|
|
195
|
-
backgroundColor: import("../../interfaces/global").CMSIBCommonInterface;
|
|
196
|
-
margin: import("../../interfaces/global").CSSPaddingValues | undefined;
|
|
197
|
-
borderColor: import("../../interfaces/global").CMSIBCommonInterface;
|
|
198
|
-
borderStyle: import("../../interfaces/global").CMSIBCommonInterface;
|
|
199
|
-
borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
|
|
200
|
-
showBorder: import("../../interfaces/global").CMSIBCommonInterface;
|
|
201
|
-
showShadow: import("../../interfaces/global").CMSIBCommonInterface;
|
|
202
|
-
shadowColor: import("../../interfaces/global").CMSIBCommonInterface;
|
|
203
|
-
blur: import("../../interfaces/global").CMSIBSizeInterface;
|
|
204
|
-
spread: import("../../interfaces/global").CMSIBSizeInterface;
|
|
205
|
-
angle: import("../../interfaces/global").CMSIBSizeInterface;
|
|
206
|
-
borderRadius: import("../../interfaces/global").CSSPaddingValues;
|
|
207
|
-
exposure: import("../../interfaces/global").CMSIBSizeInterface;
|
|
208
|
-
contrast: import("../../interfaces/global").CMSIBSizeInterface;
|
|
209
|
-
saturation: import("../../interfaces/global").CMSIBSizeInterface;
|
|
210
|
-
highlights: import("../../interfaces/global").CMSIBSizeInterface;
|
|
211
|
-
shadows: import("../../interfaces/global").CMSIBSizeInterface;
|
|
212
|
-
selectorKey: orderSelectorKeysEnum;
|
|
213
|
-
};
|
|
214
|
-
employeeDetails: {
|
|
215
|
-
padding: any;
|
|
216
|
-
itemGap: {
|
|
217
|
-
value: CMSCSSUnitTypesEnums;
|
|
218
|
-
unit: CMSCSSUnitTypesEnums;
|
|
219
|
-
property: string;
|
|
220
|
-
propertyType: CMSElementEditTypes;
|
|
221
|
-
};
|
|
222
|
-
theme: import("../../interfaces/global").CMSIBCommonInterface;
|
|
223
|
-
font: import("../../interfaces/global").CMSIBCommonInterface;
|
|
224
|
-
fontSize: import("../../interfaces/global").CMSIBSizeInterface;
|
|
225
|
-
textColor: import("../../interfaces/global").CMSIBCommonInterface;
|
|
226
|
-
bold: import("../../interfaces/global").CMSIBCommonInterface;
|
|
227
|
-
italic: import("../../interfaces/global").CMSIBCommonInterface;
|
|
228
|
-
linethrough: import("../../interfaces/global").CMSIBCommonInterface;
|
|
229
|
-
underline: import("../../interfaces/global").CMSIBCommonInterface;
|
|
230
|
-
textAlign: import("../../interfaces/global").CMSIBCommonInterface;
|
|
231
|
-
characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
|
|
232
|
-
lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
|
|
233
|
-
backgroundColor: import("../../interfaces/global").CMSIBCommonInterface;
|
|
234
|
-
margin: import("../../interfaces/global").CSSPaddingValues | undefined;
|
|
235
|
-
borderColor: import("../../interfaces/global").CMSIBCommonInterface;
|
|
236
|
-
borderStyle: import("../../interfaces/global").CMSIBCommonInterface;
|
|
237
|
-
borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
|
|
238
|
-
showBorder: import("../../interfaces/global").CMSIBCommonInterface;
|
|
239
|
-
showShadow: import("../../interfaces/global").CMSIBCommonInterface;
|
|
240
|
-
shadowColor: import("../../interfaces/global").CMSIBCommonInterface;
|
|
241
|
-
blur: import("../../interfaces/global").CMSIBSizeInterface;
|
|
242
|
-
spread: import("../../interfaces/global").CMSIBSizeInterface;
|
|
243
|
-
angle: import("../../interfaces/global").CMSIBSizeInterface;
|
|
244
|
-
borderRadius: import("../../interfaces/global").CSSPaddingValues;
|
|
245
|
-
exposure: import("../../interfaces/global").CMSIBSizeInterface;
|
|
246
|
-
contrast: import("../../interfaces/global").CMSIBSizeInterface;
|
|
247
|
-
saturation: import("../../interfaces/global").CMSIBSizeInterface;
|
|
248
|
-
highlights: import("../../interfaces/global").CMSIBSizeInterface;
|
|
249
|
-
shadows: import("../../interfaces/global").CMSIBSizeInterface;
|
|
250
|
-
selectorKey: orderSelectorKeysEnum;
|
|
251
|
-
};
|
|
252
|
-
};
|
|
253
111
|
orderContainer: {
|
|
112
|
+
selectorKey: orderSelectorKeysEnum;
|
|
113
|
+
borderColor: import("../../interfaces/global").CMSIBCommonInterface;
|
|
114
|
+
borderStyle: import("../../interfaces/global").CMSIBCommonInterface;
|
|
115
|
+
borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
|
|
116
|
+
showBorder: import("../../interfaces/global").CMSIBCommonInterface;
|
|
117
|
+
backgroundColor: import("../../interfaces/global").CMSIBCommonInterface;
|
|
118
|
+
borderRadius: import("../../interfaces/global").CSSPaddingValues;
|
|
254
119
|
padding: any;
|
|
255
120
|
itemGap: {
|
|
256
121
|
value: CMSCSSUnitTypesEnums;
|
|
@@ -258,24 +123,6 @@ export declare const getDefaultData: () => {
|
|
|
258
123
|
property: string;
|
|
259
124
|
propertyType: CMSElementEditTypes;
|
|
260
125
|
};
|
|
261
|
-
margin: import("../../interfaces/global").CSSPaddingValues | undefined;
|
|
262
|
-
borderColor: import("../../interfaces/global").CMSIBCommonInterface;
|
|
263
|
-
borderStyle: import("../../interfaces/global").CMSIBCommonInterface;
|
|
264
|
-
borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
|
|
265
|
-
showBorder: import("../../interfaces/global").CMSIBCommonInterface;
|
|
266
|
-
backgroundColor: import("../../interfaces/global").CMSIBCommonInterface;
|
|
267
|
-
showShadow: import("../../interfaces/global").CMSIBCommonInterface;
|
|
268
|
-
shadowColor: import("../../interfaces/global").CMSIBCommonInterface;
|
|
269
|
-
blur: import("../../interfaces/global").CMSIBSizeInterface;
|
|
270
|
-
spread: import("../../interfaces/global").CMSIBSizeInterface;
|
|
271
|
-
angle: import("../../interfaces/global").CMSIBSizeInterface;
|
|
272
|
-
borderRadius: import("../../interfaces/global").CSSPaddingValues;
|
|
273
|
-
exposure: import("../../interfaces/global").CMSIBSizeInterface;
|
|
274
|
-
contrast: import("../../interfaces/global").CMSIBSizeInterface;
|
|
275
|
-
saturation: import("../../interfaces/global").CMSIBSizeInterface;
|
|
276
|
-
highlights: import("../../interfaces/global").CMSIBSizeInterface;
|
|
277
|
-
shadows: import("../../interfaces/global").CMSIBSizeInterface;
|
|
278
|
-
selectorKey: orderSelectorKeysEnum;
|
|
279
126
|
};
|
|
280
127
|
orderInfo: {
|
|
281
128
|
selectorKey: orderSelectorKeysEnum;
|
|
@@ -334,6 +181,24 @@ export declare const getDefaultData: () => {
|
|
|
334
181
|
selectorKey: orderSelectorKeysEnum;
|
|
335
182
|
};
|
|
336
183
|
orderInfoHeader: {
|
|
184
|
+
textOverflow: {
|
|
185
|
+
value: boolean;
|
|
186
|
+
property: string;
|
|
187
|
+
propertyType: CMSElementEditTypes;
|
|
188
|
+
};
|
|
189
|
+
numberOfDisplayedLines: {
|
|
190
|
+
unit: CMSCSSUnitTypesEnums;
|
|
191
|
+
value: number;
|
|
192
|
+
property: string;
|
|
193
|
+
propertyType: CMSElementEditTypes;
|
|
194
|
+
};
|
|
195
|
+
textTransform: {
|
|
196
|
+
value: string;
|
|
197
|
+
property: string;
|
|
198
|
+
propertyType: CMSElementEditTypes;
|
|
199
|
+
};
|
|
200
|
+
wordWrap: import("../../interfaces/global").CMSIBCommonInterface;
|
|
201
|
+
wordBreak: import("../../interfaces/global").CMSIBCommonInterface;
|
|
337
202
|
theme: import("../../interfaces/global").CMSIBCommonInterface;
|
|
338
203
|
font: import("../../interfaces/global").CMSIBCommonInterface;
|
|
339
204
|
fontSize: import("../../interfaces/global").CMSIBSizeInterface;
|
|
@@ -367,6 +232,24 @@ export declare const getDefaultData: () => {
|
|
|
367
232
|
};
|
|
368
233
|
orderName: {
|
|
369
234
|
padding: any;
|
|
235
|
+
textOverflow: {
|
|
236
|
+
value: boolean;
|
|
237
|
+
property: string;
|
|
238
|
+
propertyType: CMSElementEditTypes;
|
|
239
|
+
};
|
|
240
|
+
numberOfDisplayedLines: {
|
|
241
|
+
unit: CMSCSSUnitTypesEnums;
|
|
242
|
+
value: number;
|
|
243
|
+
property: string;
|
|
244
|
+
propertyType: CMSElementEditTypes;
|
|
245
|
+
};
|
|
246
|
+
textTransform: {
|
|
247
|
+
value: string;
|
|
248
|
+
property: string;
|
|
249
|
+
propertyType: CMSElementEditTypes;
|
|
250
|
+
};
|
|
251
|
+
wordWrap: import("../../interfaces/global").CMSIBCommonInterface;
|
|
252
|
+
wordBreak: import("../../interfaces/global").CMSIBCommonInterface;
|
|
370
253
|
theme: import("../../interfaces/global").CMSIBCommonInterface;
|
|
371
254
|
font: import("../../interfaces/global").CMSIBCommonInterface;
|
|
372
255
|
fontSize: import("../../interfaces/global").CMSIBSizeInterface;
|
|
@@ -405,6 +288,24 @@ export declare const getDefaultData: () => {
|
|
|
405
288
|
property: string;
|
|
406
289
|
propertyType: CMSElementEditTypes;
|
|
407
290
|
};
|
|
291
|
+
textOverflow: {
|
|
292
|
+
value: boolean;
|
|
293
|
+
property: string;
|
|
294
|
+
propertyType: CMSElementEditTypes;
|
|
295
|
+
};
|
|
296
|
+
numberOfDisplayedLines: {
|
|
297
|
+
unit: CMSCSSUnitTypesEnums;
|
|
298
|
+
value: number;
|
|
299
|
+
property: string;
|
|
300
|
+
propertyType: CMSElementEditTypes;
|
|
301
|
+
};
|
|
302
|
+
textTransform: {
|
|
303
|
+
value: string;
|
|
304
|
+
property: string;
|
|
305
|
+
propertyType: CMSElementEditTypes;
|
|
306
|
+
};
|
|
307
|
+
wordWrap: import("../../interfaces/global").CMSIBCommonInterface;
|
|
308
|
+
wordBreak: import("../../interfaces/global").CMSIBCommonInterface;
|
|
408
309
|
theme: import("../../interfaces/global").CMSIBCommonInterface;
|
|
409
310
|
font: import("../../interfaces/global").CMSIBCommonInterface;
|
|
410
311
|
fontSize: import("../../interfaces/global").CMSIBSizeInterface;
|
|
@@ -437,12 +338,24 @@ export declare const getDefaultData: () => {
|
|
|
437
338
|
};
|
|
438
339
|
orderDate: {
|
|
439
340
|
padding: any;
|
|
440
|
-
|
|
441
|
-
value:
|
|
341
|
+
textOverflow: {
|
|
342
|
+
value: boolean;
|
|
343
|
+
property: string;
|
|
344
|
+
propertyType: CMSElementEditTypes;
|
|
345
|
+
};
|
|
346
|
+
numberOfDisplayedLines: {
|
|
442
347
|
unit: CMSCSSUnitTypesEnums;
|
|
348
|
+
value: number;
|
|
349
|
+
property: string;
|
|
350
|
+
propertyType: CMSElementEditTypes;
|
|
351
|
+
};
|
|
352
|
+
textTransform: {
|
|
353
|
+
value: string;
|
|
443
354
|
property: string;
|
|
444
355
|
propertyType: CMSElementEditTypes;
|
|
445
356
|
};
|
|
357
|
+
wordWrap: import("../../interfaces/global").CMSIBCommonInterface;
|
|
358
|
+
wordBreak: import("../../interfaces/global").CMSIBCommonInterface;
|
|
446
359
|
theme: import("../../interfaces/global").CMSIBCommonInterface;
|
|
447
360
|
font: import("../../interfaces/global").CMSIBCommonInterface;
|
|
448
361
|
fontSize: import("../../interfaces/global").CMSIBSizeInterface;
|
|
@@ -475,12 +388,24 @@ export declare const getDefaultData: () => {
|
|
|
475
388
|
};
|
|
476
389
|
shippingMethod: {
|
|
477
390
|
padding: any;
|
|
478
|
-
|
|
479
|
-
value:
|
|
391
|
+
textOverflow: {
|
|
392
|
+
value: boolean;
|
|
393
|
+
property: string;
|
|
394
|
+
propertyType: CMSElementEditTypes;
|
|
395
|
+
};
|
|
396
|
+
numberOfDisplayedLines: {
|
|
480
397
|
unit: CMSCSSUnitTypesEnums;
|
|
398
|
+
value: number;
|
|
481
399
|
property: string;
|
|
482
400
|
propertyType: CMSElementEditTypes;
|
|
483
401
|
};
|
|
402
|
+
textTransform: {
|
|
403
|
+
value: string;
|
|
404
|
+
property: string;
|
|
405
|
+
propertyType: CMSElementEditTypes;
|
|
406
|
+
};
|
|
407
|
+
wordWrap: import("../../interfaces/global").CMSIBCommonInterface;
|
|
408
|
+
wordBreak: import("../../interfaces/global").CMSIBCommonInterface;
|
|
484
409
|
theme: import("../../interfaces/global").CMSIBCommonInterface;
|
|
485
410
|
font: import("../../interfaces/global").CMSIBCommonInterface;
|
|
486
411
|
fontSize: import("../../interfaces/global").CMSIBSizeInterface;
|
|
@@ -737,7 +662,34 @@ export declare const getDefaultData: () => {
|
|
|
737
662
|
};
|
|
738
663
|
quickActions: {
|
|
739
664
|
selectorKey: orderSelectorKeysEnum;
|
|
740
|
-
|
|
665
|
+
quickActionsWrapper: {
|
|
666
|
+
padding: any;
|
|
667
|
+
itemGap: {
|
|
668
|
+
value: CMSCSSUnitTypesEnums;
|
|
669
|
+
unit: CMSCSSUnitTypesEnums;
|
|
670
|
+
property: string;
|
|
671
|
+
propertyType: CMSElementEditTypes;
|
|
672
|
+
};
|
|
673
|
+
margin: import("../../interfaces/global").CSSPaddingValues | undefined;
|
|
674
|
+
borderColor: import("../../interfaces/global").CMSIBCommonInterface;
|
|
675
|
+
borderStyle: import("../../interfaces/global").CMSIBCommonInterface;
|
|
676
|
+
borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
|
|
677
|
+
showBorder: import("../../interfaces/global").CMSIBCommonInterface;
|
|
678
|
+
backgroundColor: import("../../interfaces/global").CMSIBCommonInterface;
|
|
679
|
+
showShadow: import("../../interfaces/global").CMSIBCommonInterface;
|
|
680
|
+
shadowColor: import("../../interfaces/global").CMSIBCommonInterface;
|
|
681
|
+
blur: import("../../interfaces/global").CMSIBSizeInterface;
|
|
682
|
+
spread: import("../../interfaces/global").CMSIBSizeInterface;
|
|
683
|
+
angle: import("../../interfaces/global").CMSIBSizeInterface;
|
|
684
|
+
borderRadius: import("../../interfaces/global").CSSPaddingValues;
|
|
685
|
+
exposure: import("../../interfaces/global").CMSIBSizeInterface;
|
|
686
|
+
contrast: import("../../interfaces/global").CMSIBSizeInterface;
|
|
687
|
+
saturation: import("../../interfaces/global").CMSIBSizeInterface;
|
|
688
|
+
highlights: import("../../interfaces/global").CMSIBSizeInterface;
|
|
689
|
+
shadows: import("../../interfaces/global").CMSIBSizeInterface;
|
|
690
|
+
selectorKey: orderSelectorKeysEnum;
|
|
691
|
+
};
|
|
692
|
+
quickActionsContainer: {
|
|
741
693
|
padding: any;
|
|
742
694
|
itemGap: {
|
|
743
695
|
value: CMSCSSUnitTypesEnums;
|
|
@@ -765,6 +717,24 @@ export declare const getDefaultData: () => {
|
|
|
765
717
|
selectorKey: orderSelectorKeysEnum;
|
|
766
718
|
};
|
|
767
719
|
quickHeader: {
|
|
720
|
+
textOverflow: {
|
|
721
|
+
value: boolean;
|
|
722
|
+
property: string;
|
|
723
|
+
propertyType: CMSElementEditTypes;
|
|
724
|
+
};
|
|
725
|
+
numberOfDisplayedLines: {
|
|
726
|
+
unit: CMSCSSUnitTypesEnums;
|
|
727
|
+
value: number;
|
|
728
|
+
property: string;
|
|
729
|
+
propertyType: CMSElementEditTypes;
|
|
730
|
+
};
|
|
731
|
+
textTransform: {
|
|
732
|
+
value: string;
|
|
733
|
+
property: string;
|
|
734
|
+
propertyType: CMSElementEditTypes;
|
|
735
|
+
};
|
|
736
|
+
wordWrap: import("../../interfaces/global").CMSIBCommonInterface;
|
|
737
|
+
wordBreak: import("../../interfaces/global").CMSIBCommonInterface;
|
|
768
738
|
theme: import("../../interfaces/global").CMSIBCommonInterface;
|
|
769
739
|
font: import("../../interfaces/global").CMSIBCommonInterface;
|
|
770
740
|
fontSize: import("../../interfaces/global").CMSIBSizeInterface;
|
|
@@ -806,6 +776,24 @@ export declare const getDefaultData: () => {
|
|
|
806
776
|
propertyType: CMSElementEditTypes;
|
|
807
777
|
};
|
|
808
778
|
defaultState: {
|
|
779
|
+
textOverflow: {
|
|
780
|
+
value: boolean;
|
|
781
|
+
property: string;
|
|
782
|
+
propertyType: CMSElementEditTypes;
|
|
783
|
+
};
|
|
784
|
+
numberOfDisplayedLines: {
|
|
785
|
+
unit: CMSCSSUnitTypesEnums;
|
|
786
|
+
value: number;
|
|
787
|
+
property: string;
|
|
788
|
+
propertyType: CMSElementEditTypes;
|
|
789
|
+
};
|
|
790
|
+
textTransform: {
|
|
791
|
+
value: string;
|
|
792
|
+
property: string;
|
|
793
|
+
propertyType: CMSElementEditTypes;
|
|
794
|
+
};
|
|
795
|
+
wordWrap: import("../../interfaces/global").CMSIBCommonInterface;
|
|
796
|
+
wordBreak: import("../../interfaces/global").CMSIBCommonInterface;
|
|
809
797
|
theme: import("../../interfaces/global").CMSIBCommonInterface;
|
|
810
798
|
font: import("../../interfaces/global").CMSIBCommonInterface;
|
|
811
799
|
fontSize: import("../../interfaces/global").CMSIBSizeInterface;
|
|
@@ -838,6 +826,13 @@ export declare const getDefaultData: () => {
|
|
|
838
826
|
selectorKey: orderSelectorKeysEnum;
|
|
839
827
|
};
|
|
840
828
|
hoverState: {
|
|
829
|
+
textTransform: {
|
|
830
|
+
value: string;
|
|
831
|
+
property: string;
|
|
832
|
+
propertyType: CMSElementEditTypes;
|
|
833
|
+
};
|
|
834
|
+
wordWrap: import("../../interfaces/global").CMSIBCommonInterface;
|
|
835
|
+
wordBreak: import("../../interfaces/global").CMSIBCommonInterface;
|
|
841
836
|
theme: import("../../interfaces/global").CMSIBCommonInterface;
|
|
842
837
|
font: import("../../interfaces/global").CMSIBCommonInterface;
|
|
843
838
|
fontSize: import("../../interfaces/global").CMSIBSizeInterface;
|
|
@@ -928,6 +923,13 @@ export declare const getDefaultData: () => {
|
|
|
928
923
|
selectorKey: orderSelectorKeysEnum;
|
|
929
924
|
};
|
|
930
925
|
productTitle: {
|
|
926
|
+
textTransform: {
|
|
927
|
+
value: string;
|
|
928
|
+
property: string;
|
|
929
|
+
propertyType: CMSElementEditTypes;
|
|
930
|
+
};
|
|
931
|
+
wordWrap: import("../../interfaces/global").CMSIBCommonInterface;
|
|
932
|
+
wordBreak: import("../../interfaces/global").CMSIBCommonInterface;
|
|
931
933
|
theme: import("../../interfaces/global").CMSIBCommonInterface;
|
|
932
934
|
font: import("../../interfaces/global").CMSIBCommonInterface;
|
|
933
935
|
fontSize: import("../../interfaces/global").CMSIBSizeInterface;
|
|
@@ -960,6 +962,24 @@ export declare const getDefaultData: () => {
|
|
|
960
962
|
selectorKey: orderSelectorKeysEnum;
|
|
961
963
|
};
|
|
962
964
|
productName: {
|
|
965
|
+
textOverflow: {
|
|
966
|
+
value: boolean;
|
|
967
|
+
property: string;
|
|
968
|
+
propertyType: CMSElementEditTypes;
|
|
969
|
+
};
|
|
970
|
+
numberOfDisplayedLines: {
|
|
971
|
+
unit: CMSCSSUnitTypesEnums;
|
|
972
|
+
value: number;
|
|
973
|
+
property: string;
|
|
974
|
+
propertyType: CMSElementEditTypes;
|
|
975
|
+
};
|
|
976
|
+
textTransform: {
|
|
977
|
+
value: string;
|
|
978
|
+
property: string;
|
|
979
|
+
propertyType: CMSElementEditTypes;
|
|
980
|
+
};
|
|
981
|
+
wordWrap: import("../../interfaces/global").CMSIBCommonInterface;
|
|
982
|
+
wordBreak: import("../../interfaces/global").CMSIBCommonInterface;
|
|
963
983
|
theme: import("../../interfaces/global").CMSIBCommonInterface;
|
|
964
984
|
font: import("../../interfaces/global").CMSIBCommonInterface;
|
|
965
985
|
fontSize: import("../../interfaces/global").CMSIBSizeInterface;
|
|
@@ -992,6 +1012,24 @@ export declare const getDefaultData: () => {
|
|
|
992
1012
|
selectorKey: orderSelectorKeysEnum;
|
|
993
1013
|
};
|
|
994
1014
|
productCode: {
|
|
1015
|
+
textOverflow: {
|
|
1016
|
+
value: boolean;
|
|
1017
|
+
property: string;
|
|
1018
|
+
propertyType: CMSElementEditTypes;
|
|
1019
|
+
};
|
|
1020
|
+
numberOfDisplayedLines: {
|
|
1021
|
+
unit: CMSCSSUnitTypesEnums;
|
|
1022
|
+
value: number;
|
|
1023
|
+
property: string;
|
|
1024
|
+
propertyType: CMSElementEditTypes;
|
|
1025
|
+
};
|
|
1026
|
+
textTransform: {
|
|
1027
|
+
value: string;
|
|
1028
|
+
property: string;
|
|
1029
|
+
propertyType: CMSElementEditTypes;
|
|
1030
|
+
};
|
|
1031
|
+
wordWrap: import("../../interfaces/global").CMSIBCommonInterface;
|
|
1032
|
+
wordBreak: import("../../interfaces/global").CMSIBCommonInterface;
|
|
995
1033
|
theme: import("../../interfaces/global").CMSIBCommonInterface;
|
|
996
1034
|
font: import("../../interfaces/global").CMSIBCommonInterface;
|
|
997
1035
|
fontSize: import("../../interfaces/global").CMSIBSizeInterface;
|
|
@@ -1024,6 +1062,50 @@ export declare const getDefaultData: () => {
|
|
|
1024
1062
|
selectorKey: orderSelectorKeysEnum;
|
|
1025
1063
|
};
|
|
1026
1064
|
productQty: {
|
|
1065
|
+
textOverflowDesc: {
|
|
1066
|
+
value: boolean;
|
|
1067
|
+
property: string;
|
|
1068
|
+
propertyType: CMSElementEditTypes;
|
|
1069
|
+
};
|
|
1070
|
+
numberOfDisplayedLinesDesc: {
|
|
1071
|
+
unit: CMSCSSUnitTypesEnums;
|
|
1072
|
+
value: number;
|
|
1073
|
+
property: string;
|
|
1074
|
+
propertyType: CMSElementEditTypes;
|
|
1075
|
+
};
|
|
1076
|
+
textOverflow: {
|
|
1077
|
+
value: boolean;
|
|
1078
|
+
property: string;
|
|
1079
|
+
propertyType: CMSElementEditTypes;
|
|
1080
|
+
};
|
|
1081
|
+
numberOfDisplayedLines: {
|
|
1082
|
+
unit: CMSCSSUnitTypesEnums;
|
|
1083
|
+
value: number;
|
|
1084
|
+
property: string;
|
|
1085
|
+
propertyType: CMSElementEditTypes;
|
|
1086
|
+
};
|
|
1087
|
+
textTransformDesc: {
|
|
1088
|
+
value: string;
|
|
1089
|
+
property: string;
|
|
1090
|
+
propertyType: CMSElementEditTypes;
|
|
1091
|
+
};
|
|
1092
|
+
wordWrapDesc: {
|
|
1093
|
+
value: string;
|
|
1094
|
+
property: string;
|
|
1095
|
+
propertyType: CMSElementEditTypes;
|
|
1096
|
+
};
|
|
1097
|
+
wordBreakDesc: {
|
|
1098
|
+
value: string;
|
|
1099
|
+
property: string;
|
|
1100
|
+
propertyType: CMSElementEditTypes;
|
|
1101
|
+
};
|
|
1102
|
+
textTransform: {
|
|
1103
|
+
value: string;
|
|
1104
|
+
property: string;
|
|
1105
|
+
propertyType: CMSElementEditTypes;
|
|
1106
|
+
};
|
|
1107
|
+
wordWrap: import("../../interfaces/global").CMSIBCommonInterface;
|
|
1108
|
+
wordBreak: import("../../interfaces/global").CMSIBCommonInterface;
|
|
1027
1109
|
themeDesc: {
|
|
1028
1110
|
value: string;
|
|
1029
1111
|
property: string;
|
|
@@ -1247,6 +1329,50 @@ export declare const getDefaultData: () => {
|
|
|
1247
1329
|
selectorKey: orderSelectorKeysEnum;
|
|
1248
1330
|
};
|
|
1249
1331
|
productEstimatedDate: {
|
|
1332
|
+
textOverflowDesc: {
|
|
1333
|
+
value: boolean;
|
|
1334
|
+
property: string;
|
|
1335
|
+
propertyType: CMSElementEditTypes;
|
|
1336
|
+
};
|
|
1337
|
+
numberOfDisplayedLinesDesc: {
|
|
1338
|
+
unit: CMSCSSUnitTypesEnums;
|
|
1339
|
+
value: number;
|
|
1340
|
+
property: string;
|
|
1341
|
+
propertyType: CMSElementEditTypes;
|
|
1342
|
+
};
|
|
1343
|
+
textOverflow: {
|
|
1344
|
+
value: boolean;
|
|
1345
|
+
property: string;
|
|
1346
|
+
propertyType: CMSElementEditTypes;
|
|
1347
|
+
};
|
|
1348
|
+
numberOfDisplayedLines: {
|
|
1349
|
+
unit: CMSCSSUnitTypesEnums;
|
|
1350
|
+
value: number;
|
|
1351
|
+
property: string;
|
|
1352
|
+
propertyType: CMSElementEditTypes;
|
|
1353
|
+
};
|
|
1354
|
+
textTransformDesc: {
|
|
1355
|
+
value: string;
|
|
1356
|
+
property: string;
|
|
1357
|
+
propertyType: CMSElementEditTypes;
|
|
1358
|
+
};
|
|
1359
|
+
wordWrapDesc: {
|
|
1360
|
+
value: string;
|
|
1361
|
+
property: string;
|
|
1362
|
+
propertyType: CMSElementEditTypes;
|
|
1363
|
+
};
|
|
1364
|
+
wordBreakDesc: {
|
|
1365
|
+
value: string;
|
|
1366
|
+
property: string;
|
|
1367
|
+
propertyType: CMSElementEditTypes;
|
|
1368
|
+
};
|
|
1369
|
+
textTransform: {
|
|
1370
|
+
value: string;
|
|
1371
|
+
property: string;
|
|
1372
|
+
propertyType: CMSElementEditTypes;
|
|
1373
|
+
};
|
|
1374
|
+
wordWrap: import("../../interfaces/global").CMSIBCommonInterface;
|
|
1375
|
+
wordBreak: import("../../interfaces/global").CMSIBCommonInterface;
|
|
1250
1376
|
themeDesc: {
|
|
1251
1377
|
value: string;
|
|
1252
1378
|
property: string;
|
|
@@ -1470,27 +1596,34 @@ export declare const getDefaultData: () => {
|
|
|
1470
1596
|
selectorKey: orderSelectorKeysEnum;
|
|
1471
1597
|
};
|
|
1472
1598
|
productImage: {
|
|
1473
|
-
|
|
1474
|
-
margin: import("../../interfaces/global").CSSPaddingValues | undefined;
|
|
1599
|
+
selectorKey: orderSelectorKeysEnum;
|
|
1475
1600
|
borderColor: import("../../interfaces/global").CMSIBCommonInterface;
|
|
1476
1601
|
borderStyle: import("../../interfaces/global").CMSIBCommonInterface;
|
|
1477
1602
|
borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
|
|
1478
1603
|
showBorder: import("../../interfaces/global").CMSIBCommonInterface;
|
|
1479
1604
|
backgroundColor: import("../../interfaces/global").CMSIBCommonInterface;
|
|
1480
|
-
showShadow: import("../../interfaces/global").CMSIBCommonInterface;
|
|
1481
|
-
shadowColor: import("../../interfaces/global").CMSIBCommonInterface;
|
|
1482
|
-
blur: import("../../interfaces/global").CMSIBSizeInterface;
|
|
1483
|
-
spread: import("../../interfaces/global").CMSIBSizeInterface;
|
|
1484
|
-
angle: import("../../interfaces/global").CMSIBSizeInterface;
|
|
1485
1605
|
borderRadius: import("../../interfaces/global").CSSPaddingValues;
|
|
1486
|
-
|
|
1487
|
-
contrast: import("../../interfaces/global").CMSIBSizeInterface;
|
|
1488
|
-
saturation: import("../../interfaces/global").CMSIBSizeInterface;
|
|
1489
|
-
highlights: import("../../interfaces/global").CMSIBSizeInterface;
|
|
1490
|
-
shadows: import("../../interfaces/global").CMSIBSizeInterface;
|
|
1491
|
-
selectorKey: orderSelectorKeysEnum;
|
|
1606
|
+
padding: any;
|
|
1492
1607
|
};
|
|
1493
1608
|
productPrice: {
|
|
1609
|
+
textOverflow: {
|
|
1610
|
+
value: boolean;
|
|
1611
|
+
property: string;
|
|
1612
|
+
propertyType: CMSElementEditTypes;
|
|
1613
|
+
};
|
|
1614
|
+
numberOfDisplayedLines: {
|
|
1615
|
+
unit: CMSCSSUnitTypesEnums;
|
|
1616
|
+
value: number;
|
|
1617
|
+
property: string;
|
|
1618
|
+
propertyType: CMSElementEditTypes;
|
|
1619
|
+
};
|
|
1620
|
+
textTransform: {
|
|
1621
|
+
value: string;
|
|
1622
|
+
property: string;
|
|
1623
|
+
propertyType: CMSElementEditTypes;
|
|
1624
|
+
};
|
|
1625
|
+
wordWrap: import("../../interfaces/global").CMSIBCommonInterface;
|
|
1626
|
+
wordBreak: import("../../interfaces/global").CMSIBCommonInterface;
|
|
1494
1627
|
theme: import("../../interfaces/global").CMSIBCommonInterface;
|
|
1495
1628
|
font: import("../../interfaces/global").CMSIBCommonInterface;
|
|
1496
1629
|
fontSize: import("../../interfaces/global").CMSIBSizeInterface;
|