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

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.
@@ -10,11 +10,32 @@ export declare enum orderSelectorKeysEnum {
10
10
  DESIGN = "design",
11
11
  CONTENT = "content",
12
12
  DESIGN_ORDER_WIDGET = "orderWidget",
13
- DESIGN_HEADER_STYLES = "designHeader",
14
- DESIGN_TOAST_STYLES = "designToast",
15
- DESIGN_DETAILS_STYLES = "designDetails",
16
- DESIGN_QUICK_ACTIONS_STYLES = "designQuickActions",
17
- DESIGN_CART_ITEMS_STYLES = "designCartItems"
13
+ HEADER_CONTAINER = "headerContainer",
14
+ HEADER_WRAPPER = "headerWrapper",
15
+ TITLE = "title",
16
+ EMPLOYEE_DETAILS = "employeeDetails",
17
+ ORDER_CONTAINER = "orderContainer",
18
+ ORDER_INFO = "orderInfo",
19
+ ORDER_INFO_Wrapper = "orderInfoWrapper",
20
+ ORDER_INFO_CONTAINER = "orderInfoContainer",
21
+ ORDER_INFO_HEADER = "orderInfoHeader",
22
+ ORDER_NAME = "orderName",
23
+ ORDER_ID = "orderId",
24
+ ORDER_DATE = "orderDate",
25
+ QUICK_ACTIONS = "quickActions",
26
+ CONTAINER = "container",
27
+ QUICK_HEADER = "quickHeader",
28
+ ACTIONS = "actions",
29
+ PRODUCT_WIDGET = "productWidget",
30
+ PRODUCT_WIDGET_WRAPPER = "productWidgetWrapper",
31
+ PRODUCT_WIDGET_ITEM = "productWidgetItem",
32
+ PRODUCT_TITLE = "productTitle",
33
+ PRODUCT_NAME = "productName",
34
+ PRODUCT_CODE = "productCode",
35
+ PRODUCT_QTY = "productQty",
36
+ PRODUCT_ESTIMATED_DATE = "productEstimatedDate",
37
+ PRODUCT_IMAGE = "productImage",
38
+ PRODUCT_PRICE = "productPrice"
18
39
  }
19
40
  export declare const getDefaultData: () => {
20
41
  layout: {
@@ -81,59 +102,12 @@ export declare const getDefaultData: () => {
81
102
  design: {
82
103
  selectorKey: orderSelectorKeysEnum;
83
104
  orderWidget: {
84
- padding: import("../../interfaces/global").CSSPaddingValues | undefined;
85
- margin: import("../../interfaces/global").CSSPaddingValues | undefined;
86
- borderColor: import("../../interfaces/global").CMSIBCommonInterface;
87
- borderStyle: import("../../interfaces/global").CMSIBCommonInterface;
88
- borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
89
- showBorder: import("../../interfaces/global").CMSIBCommonInterface;
90
- backgroundColor: import("../../interfaces/global").CMSIBCommonInterface;
91
- showShadow: import("../../interfaces/global").CMSIBCommonInterface;
92
- shadowColor: import("../../interfaces/global").CMSIBCommonInterface;
93
- blur: import("../../interfaces/global").CMSIBSizeInterface;
94
- spread: import("../../interfaces/global").CMSIBSizeInterface;
95
- angle: import("../../interfaces/global").CMSIBSizeInterface;
96
- borderRadius: import("../../interfaces/global").CSSPaddingValues;
97
- exposure: import("../../interfaces/global").CMSIBSizeInterface;
98
- contrast: import("../../interfaces/global").CMSIBSizeInterface;
99
- saturation: import("../../interfaces/global").CMSIBSizeInterface;
100
- highlights: import("../../interfaces/global").CMSIBSizeInterface;
101
- shadows: import("../../interfaces/global").CMSIBSizeInterface;
102
- selectorKey: orderSelectorKeysEnum;
103
- };
104
- designHeader: {
105
- padding: import("../../interfaces/global").CSSPaddingValues | undefined;
106
- margin: import("../../interfaces/global").CSSPaddingValues | undefined;
107
- borderColor: import("../../interfaces/global").CMSIBCommonInterface;
108
- borderStyle: import("../../interfaces/global").CMSIBCommonInterface;
109
- borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
110
- showBorder: import("../../interfaces/global").CMSIBCommonInterface;
111
- backgroundColor: import("../../interfaces/global").CMSIBCommonInterface;
112
- showShadow: import("../../interfaces/global").CMSIBCommonInterface;
113
- shadowColor: import("../../interfaces/global").CMSIBCommonInterface;
114
- blur: import("../../interfaces/global").CMSIBSizeInterface;
115
- spread: import("../../interfaces/global").CMSIBSizeInterface;
116
- angle: import("../../interfaces/global").CMSIBSizeInterface;
117
- borderRadius: import("../../interfaces/global").CSSPaddingValues;
118
- exposure: import("../../interfaces/global").CMSIBSizeInterface;
119
- contrast: import("../../interfaces/global").CMSIBSizeInterface;
120
- saturation: import("../../interfaces/global").CMSIBSizeInterface;
121
- highlights: import("../../interfaces/global").CMSIBSizeInterface;
122
- shadows: import("../../interfaces/global").CMSIBSizeInterface;
123
- selectorKey: orderSelectorKeysEnum;
124
- };
125
- designToast: {
126
- themeDesc: import("../../interfaces/global").CMSIBCommonInterface;
127
- fontDesc: import("../../interfaces/global").CMSIBCommonInterface;
128
- fontSizeDesc: import("../../interfaces/global").CMSIBSizeInterface;
129
- textColorDesc: import("../../interfaces/global").CMSIBCommonInterface;
130
- boldDesc: import("../../interfaces/global").CMSIBCommonInterface;
131
- italicDesc: import("../../interfaces/global").CMSIBCommonInterface;
132
- linethroughDesc: import("../../interfaces/global").CMSIBCommonInterface;
133
- underlineDesc: import("../../interfaces/global").CMSIBCommonInterface;
134
- textAlignDesc: import("../../interfaces/global").CMSIBCommonInterface;
135
- characterSpacingDesc: import("../../interfaces/global").CMSIBSizeInterface | undefined;
136
- lineHeightDesc: import("../../interfaces/global").CMSIBSizeInterface;
105
+ itemGap: {
106
+ value: CMSCSSUnitTypesEnums;
107
+ unit: CMSCSSUnitTypesEnums;
108
+ property: string;
109
+ propertyType: CMSElementEditTypes;
110
+ };
137
111
  theme: import("../../interfaces/global").CMSIBCommonInterface;
138
112
  font: import("../../interfaces/global").CMSIBCommonInterface;
139
113
  fontSize: import("../../interfaces/global").CMSIBSizeInterface;
@@ -146,10 +120,6 @@ export declare const getDefaultData: () => {
146
120
  characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
147
121
  lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
148
122
  backgroundColor: import("../../interfaces/global").CMSIBCommonInterface;
149
- icon: import("../../interfaces/global").CMSIBIconInterface | undefined;
150
- showIcon: import("../../interfaces/global").CMSIBCommonInterface | undefined;
151
- iconSize: import("../../interfaces/global").CMSIBSizeInterface;
152
- iconColor: import("../../interfaces/global").CMSIBCommonInterface;
153
123
  padding: import("../../interfaces/global").CSSPaddingValues | undefined;
154
124
  margin: import("../../interfaces/global").CSSPaddingValues | undefined;
155
125
  borderColor: import("../../interfaces/global").CMSIBCommonInterface;
@@ -169,28 +139,125 @@ export declare const getDefaultData: () => {
169
139
  shadows: import("../../interfaces/global").CMSIBSizeInterface;
170
140
  selectorKey: orderSelectorKeysEnum;
171
141
  };
172
- designDetails: {
173
- padding: import("../../interfaces/global").CSSPaddingValues | undefined;
174
- margin: import("../../interfaces/global").CSSPaddingValues | undefined;
175
- borderColor: import("../../interfaces/global").CMSIBCommonInterface;
176
- borderStyle: import("../../interfaces/global").CMSIBCommonInterface;
177
- borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
178
- showBorder: import("../../interfaces/global").CMSIBCommonInterface;
179
- backgroundColor: import("../../interfaces/global").CMSIBCommonInterface;
180
- showShadow: import("../../interfaces/global").CMSIBCommonInterface;
181
- shadowColor: import("../../interfaces/global").CMSIBCommonInterface;
182
- blur: import("../../interfaces/global").CMSIBSizeInterface;
183
- spread: import("../../interfaces/global").CMSIBSizeInterface;
184
- angle: import("../../interfaces/global").CMSIBSizeInterface;
185
- borderRadius: import("../../interfaces/global").CSSPaddingValues;
186
- exposure: import("../../interfaces/global").CMSIBSizeInterface;
187
- contrast: import("../../interfaces/global").CMSIBSizeInterface;
188
- saturation: import("../../interfaces/global").CMSIBSizeInterface;
189
- highlights: import("../../interfaces/global").CMSIBSizeInterface;
190
- shadows: import("../../interfaces/global").CMSIBSizeInterface;
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: import("../../interfaces/global").CSSPaddingValues | undefined;
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: import("../../interfaces/global").CSSPaddingValues | undefined;
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: import("../../interfaces/global").CSSPaddingValues | undefined;
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
+ };
191
252
  };
192
- designQuickActions: {
253
+ orderContainer: {
193
254
  padding: import("../../interfaces/global").CSSPaddingValues | undefined;
255
+ itemGap: {
256
+ value: CMSCSSUnitTypesEnums;
257
+ unit: CMSCSSUnitTypesEnums;
258
+ property: string;
259
+ propertyType: CMSElementEditTypes;
260
+ };
194
261
  margin: import("../../interfaces/global").CSSPaddingValues | undefined;
195
262
  borderColor: import("../../interfaces/global").CMSIBCommonInterface;
196
263
  borderStyle: import("../../interfaces/global").CMSIBCommonInterface;
@@ -210,26 +277,934 @@ export declare const getDefaultData: () => {
210
277
  shadows: import("../../interfaces/global").CMSIBSizeInterface;
211
278
  selectorKey: orderSelectorKeysEnum;
212
279
  };
213
- designCartItems: {
214
- padding: import("../../interfaces/global").CSSPaddingValues | undefined;
215
- margin: import("../../interfaces/global").CSSPaddingValues | undefined;
216
- borderColor: import("../../interfaces/global").CMSIBCommonInterface;
217
- borderStyle: import("../../interfaces/global").CMSIBCommonInterface;
218
- borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
219
- showBorder: import("../../interfaces/global").CMSIBCommonInterface;
220
- backgroundColor: import("../../interfaces/global").CMSIBCommonInterface;
221
- showShadow: import("../../interfaces/global").CMSIBCommonInterface;
222
- shadowColor: import("../../interfaces/global").CMSIBCommonInterface;
223
- blur: import("../../interfaces/global").CMSIBSizeInterface;
224
- spread: import("../../interfaces/global").CMSIBSizeInterface;
225
- angle: import("../../interfaces/global").CMSIBSizeInterface;
226
- borderRadius: import("../../interfaces/global").CSSPaddingValues;
227
- exposure: import("../../interfaces/global").CMSIBSizeInterface;
228
- contrast: import("../../interfaces/global").CMSIBSizeInterface;
229
- saturation: import("../../interfaces/global").CMSIBSizeInterface;
230
- highlights: import("../../interfaces/global").CMSIBSizeInterface;
231
- shadows: import("../../interfaces/global").CMSIBSizeInterface;
280
+ orderInfo: {
281
+ selectorKey: orderSelectorKeysEnum;
282
+ orderInfoWrapper: {
283
+ padding: import("../../interfaces/global").CSSPaddingValues | undefined;
284
+ itemGap: {
285
+ value: CMSCSSUnitTypesEnums;
286
+ unit: CMSCSSUnitTypesEnums;
287
+ property: string;
288
+ propertyType: CMSElementEditTypes;
289
+ };
290
+ margin: import("../../interfaces/global").CSSPaddingValues | undefined;
291
+ borderColor: import("../../interfaces/global").CMSIBCommonInterface;
292
+ borderStyle: import("../../interfaces/global").CMSIBCommonInterface;
293
+ borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
294
+ showBorder: import("../../interfaces/global").CMSIBCommonInterface;
295
+ backgroundColor: import("../../interfaces/global").CMSIBCommonInterface;
296
+ showShadow: import("../../interfaces/global").CMSIBCommonInterface;
297
+ shadowColor: import("../../interfaces/global").CMSIBCommonInterface;
298
+ blur: import("../../interfaces/global").CMSIBSizeInterface;
299
+ spread: import("../../interfaces/global").CMSIBSizeInterface;
300
+ angle: import("../../interfaces/global").CMSIBSizeInterface;
301
+ borderRadius: import("../../interfaces/global").CSSPaddingValues;
302
+ exposure: import("../../interfaces/global").CMSIBSizeInterface;
303
+ contrast: import("../../interfaces/global").CMSIBSizeInterface;
304
+ saturation: import("../../interfaces/global").CMSIBSizeInterface;
305
+ highlights: import("../../interfaces/global").CMSIBSizeInterface;
306
+ shadows: import("../../interfaces/global").CMSIBSizeInterface;
307
+ selectorKey: orderSelectorKeysEnum;
308
+ };
309
+ orderInfoContainer: {
310
+ padding: import("../../interfaces/global").CSSPaddingValues | undefined;
311
+ itemGap: {
312
+ value: CMSCSSUnitTypesEnums;
313
+ unit: CMSCSSUnitTypesEnums;
314
+ property: string;
315
+ propertyType: CMSElementEditTypes;
316
+ };
317
+ margin: import("../../interfaces/global").CSSPaddingValues | undefined;
318
+ borderColor: import("../../interfaces/global").CMSIBCommonInterface;
319
+ borderStyle: import("../../interfaces/global").CMSIBCommonInterface;
320
+ borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
321
+ showBorder: import("../../interfaces/global").CMSIBCommonInterface;
322
+ backgroundColor: import("../../interfaces/global").CMSIBCommonInterface;
323
+ showShadow: import("../../interfaces/global").CMSIBCommonInterface;
324
+ shadowColor: import("../../interfaces/global").CMSIBCommonInterface;
325
+ blur: import("../../interfaces/global").CMSIBSizeInterface;
326
+ spread: import("../../interfaces/global").CMSIBSizeInterface;
327
+ angle: import("../../interfaces/global").CMSIBSizeInterface;
328
+ borderRadius: import("../../interfaces/global").CSSPaddingValues;
329
+ exposure: import("../../interfaces/global").CMSIBSizeInterface;
330
+ contrast: import("../../interfaces/global").CMSIBSizeInterface;
331
+ saturation: import("../../interfaces/global").CMSIBSizeInterface;
332
+ highlights: import("../../interfaces/global").CMSIBSizeInterface;
333
+ shadows: import("../../interfaces/global").CMSIBSizeInterface;
334
+ selectorKey: orderSelectorKeysEnum;
335
+ };
336
+ orderInfoHeader: {
337
+ theme: import("../../interfaces/global").CMSIBCommonInterface;
338
+ font: import("../../interfaces/global").CMSIBCommonInterface;
339
+ fontSize: import("../../interfaces/global").CMSIBSizeInterface;
340
+ textColor: import("../../interfaces/global").CMSIBCommonInterface;
341
+ bold: import("../../interfaces/global").CMSIBCommonInterface;
342
+ italic: import("../../interfaces/global").CMSIBCommonInterface;
343
+ linethrough: import("../../interfaces/global").CMSIBCommonInterface;
344
+ underline: import("../../interfaces/global").CMSIBCommonInterface;
345
+ textAlign: import("../../interfaces/global").CMSIBCommonInterface;
346
+ characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
347
+ lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
348
+ backgroundColor: import("../../interfaces/global").CMSIBCommonInterface;
349
+ padding: import("../../interfaces/global").CSSPaddingValues | undefined;
350
+ margin: import("../../interfaces/global").CSSPaddingValues | undefined;
351
+ borderColor: import("../../interfaces/global").CMSIBCommonInterface;
352
+ borderStyle: import("../../interfaces/global").CMSIBCommonInterface;
353
+ borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
354
+ showBorder: import("../../interfaces/global").CMSIBCommonInterface;
355
+ showShadow: import("../../interfaces/global").CMSIBCommonInterface;
356
+ shadowColor: import("../../interfaces/global").CMSIBCommonInterface;
357
+ blur: import("../../interfaces/global").CMSIBSizeInterface;
358
+ spread: import("../../interfaces/global").CMSIBSizeInterface;
359
+ angle: import("../../interfaces/global").CMSIBSizeInterface;
360
+ borderRadius: import("../../interfaces/global").CSSPaddingValues;
361
+ exposure: import("../../interfaces/global").CMSIBSizeInterface;
362
+ contrast: import("../../interfaces/global").CMSIBSizeInterface;
363
+ saturation: import("../../interfaces/global").CMSIBSizeInterface;
364
+ highlights: import("../../interfaces/global").CMSIBSizeInterface;
365
+ shadows: import("../../interfaces/global").CMSIBSizeInterface;
366
+ selectorKey: orderSelectorKeysEnum;
367
+ };
368
+ orderName: {
369
+ padding: import("../../interfaces/global").CSSPaddingValues | undefined;
370
+ theme: import("../../interfaces/global").CMSIBCommonInterface;
371
+ font: import("../../interfaces/global").CMSIBCommonInterface;
372
+ fontSize: import("../../interfaces/global").CMSIBSizeInterface;
373
+ textColor: import("../../interfaces/global").CMSIBCommonInterface;
374
+ bold: import("../../interfaces/global").CMSIBCommonInterface;
375
+ italic: import("../../interfaces/global").CMSIBCommonInterface;
376
+ linethrough: import("../../interfaces/global").CMSIBCommonInterface;
377
+ underline: import("../../interfaces/global").CMSIBCommonInterface;
378
+ textAlign: import("../../interfaces/global").CMSIBCommonInterface;
379
+ characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
380
+ lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
381
+ backgroundColor: import("../../interfaces/global").CMSIBCommonInterface;
382
+ margin: import("../../interfaces/global").CSSPaddingValues | undefined;
383
+ borderColor: import("../../interfaces/global").CMSIBCommonInterface;
384
+ borderStyle: import("../../interfaces/global").CMSIBCommonInterface;
385
+ borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
386
+ showBorder: import("../../interfaces/global").CMSIBCommonInterface;
387
+ showShadow: import("../../interfaces/global").CMSIBCommonInterface;
388
+ shadowColor: import("../../interfaces/global").CMSIBCommonInterface;
389
+ blur: import("../../interfaces/global").CMSIBSizeInterface;
390
+ spread: import("../../interfaces/global").CMSIBSizeInterface;
391
+ angle: import("../../interfaces/global").CMSIBSizeInterface;
392
+ borderRadius: import("../../interfaces/global").CSSPaddingValues;
393
+ exposure: import("../../interfaces/global").CMSIBSizeInterface;
394
+ contrast: import("../../interfaces/global").CMSIBSizeInterface;
395
+ saturation: import("../../interfaces/global").CMSIBSizeInterface;
396
+ highlights: import("../../interfaces/global").CMSIBSizeInterface;
397
+ shadows: import("../../interfaces/global").CMSIBSizeInterface;
398
+ selectorKey: orderSelectorKeysEnum;
399
+ };
400
+ orderId: {
401
+ padding: import("../../interfaces/global").CSSPaddingValues | undefined;
402
+ itemGap: {
403
+ value: CMSCSSUnitTypesEnums;
404
+ unit: CMSCSSUnitTypesEnums;
405
+ property: string;
406
+ propertyType: CMSElementEditTypes;
407
+ };
408
+ theme: import("../../interfaces/global").CMSIBCommonInterface;
409
+ font: import("../../interfaces/global").CMSIBCommonInterface;
410
+ fontSize: import("../../interfaces/global").CMSIBSizeInterface;
411
+ textColor: import("../../interfaces/global").CMSIBCommonInterface;
412
+ bold: import("../../interfaces/global").CMSIBCommonInterface;
413
+ italic: import("../../interfaces/global").CMSIBCommonInterface;
414
+ linethrough: import("../../interfaces/global").CMSIBCommonInterface;
415
+ underline: import("../../interfaces/global").CMSIBCommonInterface;
416
+ textAlign: import("../../interfaces/global").CMSIBCommonInterface;
417
+ characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
418
+ lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
419
+ backgroundColor: import("../../interfaces/global").CMSIBCommonInterface;
420
+ margin: import("../../interfaces/global").CSSPaddingValues | undefined;
421
+ borderColor: import("../../interfaces/global").CMSIBCommonInterface;
422
+ borderStyle: import("../../interfaces/global").CMSIBCommonInterface;
423
+ borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
424
+ showBorder: import("../../interfaces/global").CMSIBCommonInterface;
425
+ showShadow: import("../../interfaces/global").CMSIBCommonInterface;
426
+ shadowColor: import("../../interfaces/global").CMSIBCommonInterface;
427
+ blur: import("../../interfaces/global").CMSIBSizeInterface;
428
+ spread: import("../../interfaces/global").CMSIBSizeInterface;
429
+ angle: import("../../interfaces/global").CMSIBSizeInterface;
430
+ borderRadius: import("../../interfaces/global").CSSPaddingValues;
431
+ exposure: import("../../interfaces/global").CMSIBSizeInterface;
432
+ contrast: import("../../interfaces/global").CMSIBSizeInterface;
433
+ saturation: import("../../interfaces/global").CMSIBSizeInterface;
434
+ highlights: import("../../interfaces/global").CMSIBSizeInterface;
435
+ shadows: import("../../interfaces/global").CMSIBSizeInterface;
436
+ selectorKey: orderSelectorKeysEnum;
437
+ };
438
+ orderDate: {
439
+ padding: import("../../interfaces/global").CSSPaddingValues | undefined;
440
+ itemGap: {
441
+ value: CMSCSSUnitTypesEnums;
442
+ unit: CMSCSSUnitTypesEnums;
443
+ property: string;
444
+ propertyType: CMSElementEditTypes;
445
+ };
446
+ theme: import("../../interfaces/global").CMSIBCommonInterface;
447
+ font: import("../../interfaces/global").CMSIBCommonInterface;
448
+ fontSize: import("../../interfaces/global").CMSIBSizeInterface;
449
+ textColor: import("../../interfaces/global").CMSIBCommonInterface;
450
+ bold: import("../../interfaces/global").CMSIBCommonInterface;
451
+ italic: import("../../interfaces/global").CMSIBCommonInterface;
452
+ linethrough: import("../../interfaces/global").CMSIBCommonInterface;
453
+ underline: import("../../interfaces/global").CMSIBCommonInterface;
454
+ textAlign: import("../../interfaces/global").CMSIBCommonInterface;
455
+ characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
456
+ lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
457
+ backgroundColor: import("../../interfaces/global").CMSIBCommonInterface;
458
+ margin: import("../../interfaces/global").CSSPaddingValues | undefined;
459
+ borderColor: import("../../interfaces/global").CMSIBCommonInterface;
460
+ borderStyle: import("../../interfaces/global").CMSIBCommonInterface;
461
+ borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
462
+ showBorder: import("../../interfaces/global").CMSIBCommonInterface;
463
+ showShadow: import("../../interfaces/global").CMSIBCommonInterface;
464
+ shadowColor: import("../../interfaces/global").CMSIBCommonInterface;
465
+ blur: import("../../interfaces/global").CMSIBSizeInterface;
466
+ spread: import("../../interfaces/global").CMSIBSizeInterface;
467
+ angle: import("../../interfaces/global").CMSIBSizeInterface;
468
+ borderRadius: import("../../interfaces/global").CSSPaddingValues;
469
+ exposure: import("../../interfaces/global").CMSIBSizeInterface;
470
+ contrast: import("../../interfaces/global").CMSIBSizeInterface;
471
+ saturation: import("../../interfaces/global").CMSIBSizeInterface;
472
+ highlights: import("../../interfaces/global").CMSIBSizeInterface;
473
+ shadows: import("../../interfaces/global").CMSIBSizeInterface;
474
+ selectorKey: orderSelectorKeysEnum;
475
+ };
476
+ };
477
+ quickActions: {
478
+ selectorKey: orderSelectorKeysEnum;
479
+ container: {
480
+ padding: import("../../interfaces/global").CSSPaddingValues | undefined;
481
+ itemGap: {
482
+ value: CMSCSSUnitTypesEnums;
483
+ unit: CMSCSSUnitTypesEnums;
484
+ property: string;
485
+ propertyType: CMSElementEditTypes;
486
+ };
487
+ margin: import("../../interfaces/global").CSSPaddingValues | undefined;
488
+ borderColor: import("../../interfaces/global").CMSIBCommonInterface;
489
+ borderStyle: import("../../interfaces/global").CMSIBCommonInterface;
490
+ borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
491
+ showBorder: import("../../interfaces/global").CMSIBCommonInterface;
492
+ backgroundColor: import("../../interfaces/global").CMSIBCommonInterface;
493
+ showShadow: import("../../interfaces/global").CMSIBCommonInterface;
494
+ shadowColor: import("../../interfaces/global").CMSIBCommonInterface;
495
+ blur: import("../../interfaces/global").CMSIBSizeInterface;
496
+ spread: import("../../interfaces/global").CMSIBSizeInterface;
497
+ angle: import("../../interfaces/global").CMSIBSizeInterface;
498
+ borderRadius: import("../../interfaces/global").CSSPaddingValues;
499
+ exposure: import("../../interfaces/global").CMSIBSizeInterface;
500
+ contrast: import("../../interfaces/global").CMSIBSizeInterface;
501
+ saturation: import("../../interfaces/global").CMSIBSizeInterface;
502
+ highlights: import("../../interfaces/global").CMSIBSizeInterface;
503
+ shadows: import("../../interfaces/global").CMSIBSizeInterface;
504
+ selectorKey: orderSelectorKeysEnum;
505
+ };
506
+ quickHeader: {
507
+ theme: import("../../interfaces/global").CMSIBCommonInterface;
508
+ font: import("../../interfaces/global").CMSIBCommonInterface;
509
+ fontSize: import("../../interfaces/global").CMSIBSizeInterface;
510
+ textColor: import("../../interfaces/global").CMSIBCommonInterface;
511
+ bold: import("../../interfaces/global").CMSIBCommonInterface;
512
+ italic: import("../../interfaces/global").CMSIBCommonInterface;
513
+ linethrough: import("../../interfaces/global").CMSIBCommonInterface;
514
+ underline: import("../../interfaces/global").CMSIBCommonInterface;
515
+ textAlign: import("../../interfaces/global").CMSIBCommonInterface;
516
+ characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
517
+ lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
518
+ backgroundColor: import("../../interfaces/global").CMSIBCommonInterface;
519
+ padding: import("../../interfaces/global").CSSPaddingValues | undefined;
520
+ margin: import("../../interfaces/global").CSSPaddingValues | undefined;
521
+ borderColor: import("../../interfaces/global").CMSIBCommonInterface;
522
+ borderStyle: import("../../interfaces/global").CMSIBCommonInterface;
523
+ borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
524
+ showBorder: import("../../interfaces/global").CMSIBCommonInterface;
525
+ showShadow: import("../../interfaces/global").CMSIBCommonInterface;
526
+ shadowColor: import("../../interfaces/global").CMSIBCommonInterface;
527
+ blur: import("../../interfaces/global").CMSIBSizeInterface;
528
+ spread: import("../../interfaces/global").CMSIBSizeInterface;
529
+ angle: import("../../interfaces/global").CMSIBSizeInterface;
530
+ borderRadius: import("../../interfaces/global").CSSPaddingValues;
531
+ exposure: import("../../interfaces/global").CMSIBSizeInterface;
532
+ contrast: import("../../interfaces/global").CMSIBSizeInterface;
533
+ saturation: import("../../interfaces/global").CMSIBSizeInterface;
534
+ highlights: import("../../interfaces/global").CMSIBSizeInterface;
535
+ shadows: import("../../interfaces/global").CMSIBSizeInterface;
536
+ selectorKey: orderSelectorKeysEnum;
537
+ };
538
+ actions: {
539
+ padding: import("../../interfaces/global").CSSPaddingValues | undefined;
540
+ itemGap: {
541
+ value: CMSCSSUnitTypesEnums;
542
+ unit: CMSCSSUnitTypesEnums;
543
+ property: string;
544
+ propertyType: CMSElementEditTypes;
545
+ };
546
+ theme: import("../../interfaces/global").CMSIBCommonInterface;
547
+ font: import("../../interfaces/global").CMSIBCommonInterface;
548
+ fontSize: import("../../interfaces/global").CMSIBSizeInterface;
549
+ textColor: import("../../interfaces/global").CMSIBCommonInterface;
550
+ bold: import("../../interfaces/global").CMSIBCommonInterface;
551
+ italic: import("../../interfaces/global").CMSIBCommonInterface;
552
+ linethrough: import("../../interfaces/global").CMSIBCommonInterface;
553
+ underline: import("../../interfaces/global").CMSIBCommonInterface;
554
+ textAlign: import("../../interfaces/global").CMSIBCommonInterface;
555
+ characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
556
+ lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
557
+ backgroundColor: import("../../interfaces/global").CMSIBCommonInterface;
558
+ margin: import("../../interfaces/global").CSSPaddingValues | undefined;
559
+ borderColor: import("../../interfaces/global").CMSIBCommonInterface;
560
+ borderStyle: import("../../interfaces/global").CMSIBCommonInterface;
561
+ borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
562
+ showBorder: import("../../interfaces/global").CMSIBCommonInterface;
563
+ showShadow: import("../../interfaces/global").CMSIBCommonInterface;
564
+ shadowColor: import("../../interfaces/global").CMSIBCommonInterface;
565
+ blur: import("../../interfaces/global").CMSIBSizeInterface;
566
+ spread: import("../../interfaces/global").CMSIBSizeInterface;
567
+ angle: import("../../interfaces/global").CMSIBSizeInterface;
568
+ borderRadius: import("../../interfaces/global").CSSPaddingValues;
569
+ exposure: import("../../interfaces/global").CMSIBSizeInterface;
570
+ contrast: import("../../interfaces/global").CMSIBSizeInterface;
571
+ saturation: import("../../interfaces/global").CMSIBSizeInterface;
572
+ highlights: import("../../interfaces/global").CMSIBSizeInterface;
573
+ shadows: import("../../interfaces/global").CMSIBSizeInterface;
574
+ selectorKey: orderSelectorKeysEnum;
575
+ };
576
+ };
577
+ productWidget: {
232
578
  selectorKey: orderSelectorKeysEnum;
579
+ productWidgetWrapper: {
580
+ padding: import("../../interfaces/global").CSSPaddingValues | undefined;
581
+ itemGap: {
582
+ value: CMSCSSUnitTypesEnums;
583
+ unit: CMSCSSUnitTypesEnums;
584
+ property: string;
585
+ propertyType: CMSElementEditTypes;
586
+ };
587
+ margin: import("../../interfaces/global").CSSPaddingValues | undefined;
588
+ borderColor: import("../../interfaces/global").CMSIBCommonInterface;
589
+ borderStyle: import("../../interfaces/global").CMSIBCommonInterface;
590
+ borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
591
+ showBorder: import("../../interfaces/global").CMSIBCommonInterface;
592
+ backgroundColor: import("../../interfaces/global").CMSIBCommonInterface;
593
+ showShadow: import("../../interfaces/global").CMSIBCommonInterface;
594
+ shadowColor: import("../../interfaces/global").CMSIBCommonInterface;
595
+ blur: import("../../interfaces/global").CMSIBSizeInterface;
596
+ spread: import("../../interfaces/global").CMSIBSizeInterface;
597
+ angle: import("../../interfaces/global").CMSIBSizeInterface;
598
+ borderRadius: import("../../interfaces/global").CSSPaddingValues;
599
+ exposure: import("../../interfaces/global").CMSIBSizeInterface;
600
+ contrast: import("../../interfaces/global").CMSIBSizeInterface;
601
+ saturation: import("../../interfaces/global").CMSIBSizeInterface;
602
+ highlights: import("../../interfaces/global").CMSIBSizeInterface;
603
+ shadows: import("../../interfaces/global").CMSIBSizeInterface;
604
+ selectorKey: orderSelectorKeysEnum;
605
+ };
606
+ productWidgetItem: {
607
+ itemGap: {
608
+ value: CMSCSSUnitTypesEnums;
609
+ unit: CMSCSSUnitTypesEnums;
610
+ property: string;
611
+ propertyType: CMSElementEditTypes;
612
+ };
613
+ padding: import("../../interfaces/global").CSSPaddingValues | undefined;
614
+ margin: import("../../interfaces/global").CSSPaddingValues | undefined;
615
+ borderColor: import("../../interfaces/global").CMSIBCommonInterface;
616
+ borderStyle: import("../../interfaces/global").CMSIBCommonInterface;
617
+ borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
618
+ showBorder: import("../../interfaces/global").CMSIBCommonInterface;
619
+ backgroundColor: import("../../interfaces/global").CMSIBCommonInterface;
620
+ showShadow: import("../../interfaces/global").CMSIBCommonInterface;
621
+ shadowColor: import("../../interfaces/global").CMSIBCommonInterface;
622
+ blur: import("../../interfaces/global").CMSIBSizeInterface;
623
+ spread: import("../../interfaces/global").CMSIBSizeInterface;
624
+ angle: import("../../interfaces/global").CMSIBSizeInterface;
625
+ borderRadius: import("../../interfaces/global").CSSPaddingValues;
626
+ exposure: import("../../interfaces/global").CMSIBSizeInterface;
627
+ contrast: import("../../interfaces/global").CMSIBSizeInterface;
628
+ saturation: import("../../interfaces/global").CMSIBSizeInterface;
629
+ highlights: import("../../interfaces/global").CMSIBSizeInterface;
630
+ shadows: import("../../interfaces/global").CMSIBSizeInterface;
631
+ selectorKey: orderSelectorKeysEnum;
632
+ };
633
+ productTitle: {
634
+ theme: import("../../interfaces/global").CMSIBCommonInterface;
635
+ font: import("../../interfaces/global").CMSIBCommonInterface;
636
+ fontSize: import("../../interfaces/global").CMSIBSizeInterface;
637
+ textColor: import("../../interfaces/global").CMSIBCommonInterface;
638
+ bold: import("../../interfaces/global").CMSIBCommonInterface;
639
+ italic: import("../../interfaces/global").CMSIBCommonInterface;
640
+ linethrough: import("../../interfaces/global").CMSIBCommonInterface;
641
+ underline: import("../../interfaces/global").CMSIBCommonInterface;
642
+ textAlign: import("../../interfaces/global").CMSIBCommonInterface;
643
+ characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
644
+ lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
645
+ backgroundColor: import("../../interfaces/global").CMSIBCommonInterface;
646
+ padding: import("../../interfaces/global").CSSPaddingValues | undefined;
647
+ margin: import("../../interfaces/global").CSSPaddingValues | undefined;
648
+ borderColor: import("../../interfaces/global").CMSIBCommonInterface;
649
+ borderStyle: import("../../interfaces/global").CMSIBCommonInterface;
650
+ borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
651
+ showBorder: import("../../interfaces/global").CMSIBCommonInterface;
652
+ showShadow: import("../../interfaces/global").CMSIBCommonInterface;
653
+ shadowColor: import("../../interfaces/global").CMSIBCommonInterface;
654
+ blur: import("../../interfaces/global").CMSIBSizeInterface;
655
+ spread: import("../../interfaces/global").CMSIBSizeInterface;
656
+ angle: import("../../interfaces/global").CMSIBSizeInterface;
657
+ borderRadius: import("../../interfaces/global").CSSPaddingValues;
658
+ exposure: import("../../interfaces/global").CMSIBSizeInterface;
659
+ contrast: import("../../interfaces/global").CMSIBSizeInterface;
660
+ saturation: import("../../interfaces/global").CMSIBSizeInterface;
661
+ highlights: import("../../interfaces/global").CMSIBSizeInterface;
662
+ shadows: import("../../interfaces/global").CMSIBSizeInterface;
663
+ selectorKey: orderSelectorKeysEnum;
664
+ };
665
+ productName: {
666
+ theme: import("../../interfaces/global").CMSIBCommonInterface;
667
+ font: import("../../interfaces/global").CMSIBCommonInterface;
668
+ fontSize: import("../../interfaces/global").CMSIBSizeInterface;
669
+ textColor: import("../../interfaces/global").CMSIBCommonInterface;
670
+ bold: import("../../interfaces/global").CMSIBCommonInterface;
671
+ italic: import("../../interfaces/global").CMSIBCommonInterface;
672
+ linethrough: import("../../interfaces/global").CMSIBCommonInterface;
673
+ underline: import("../../interfaces/global").CMSIBCommonInterface;
674
+ textAlign: import("../../interfaces/global").CMSIBCommonInterface;
675
+ characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
676
+ lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
677
+ backgroundColor: import("../../interfaces/global").CMSIBCommonInterface;
678
+ padding: import("../../interfaces/global").CSSPaddingValues | undefined;
679
+ margin: import("../../interfaces/global").CSSPaddingValues | undefined;
680
+ borderColor: import("../../interfaces/global").CMSIBCommonInterface;
681
+ borderStyle: import("../../interfaces/global").CMSIBCommonInterface;
682
+ borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
683
+ showBorder: import("../../interfaces/global").CMSIBCommonInterface;
684
+ showShadow: import("../../interfaces/global").CMSIBCommonInterface;
685
+ shadowColor: import("../../interfaces/global").CMSIBCommonInterface;
686
+ blur: import("../../interfaces/global").CMSIBSizeInterface;
687
+ spread: import("../../interfaces/global").CMSIBSizeInterface;
688
+ angle: import("../../interfaces/global").CMSIBSizeInterface;
689
+ borderRadius: import("../../interfaces/global").CSSPaddingValues;
690
+ exposure: import("../../interfaces/global").CMSIBSizeInterface;
691
+ contrast: import("../../interfaces/global").CMSIBSizeInterface;
692
+ saturation: import("../../interfaces/global").CMSIBSizeInterface;
693
+ highlights: import("../../interfaces/global").CMSIBSizeInterface;
694
+ shadows: import("../../interfaces/global").CMSIBSizeInterface;
695
+ selectorKey: orderSelectorKeysEnum;
696
+ };
697
+ productCode: {
698
+ theme: import("../../interfaces/global").CMSIBCommonInterface;
699
+ font: import("../../interfaces/global").CMSIBCommonInterface;
700
+ fontSize: import("../../interfaces/global").CMSIBSizeInterface;
701
+ textColor: import("../../interfaces/global").CMSIBCommonInterface;
702
+ bold: import("../../interfaces/global").CMSIBCommonInterface;
703
+ italic: import("../../interfaces/global").CMSIBCommonInterface;
704
+ linethrough: import("../../interfaces/global").CMSIBCommonInterface;
705
+ underline: import("../../interfaces/global").CMSIBCommonInterface;
706
+ textAlign: import("../../interfaces/global").CMSIBCommonInterface;
707
+ characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
708
+ lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
709
+ backgroundColor: import("../../interfaces/global").CMSIBCommonInterface;
710
+ padding: import("../../interfaces/global").CSSPaddingValues | undefined;
711
+ margin: import("../../interfaces/global").CSSPaddingValues | undefined;
712
+ borderColor: import("../../interfaces/global").CMSIBCommonInterface;
713
+ borderStyle: import("../../interfaces/global").CMSIBCommonInterface;
714
+ borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
715
+ showBorder: import("../../interfaces/global").CMSIBCommonInterface;
716
+ showShadow: import("../../interfaces/global").CMSIBCommonInterface;
717
+ shadowColor: import("../../interfaces/global").CMSIBCommonInterface;
718
+ blur: import("../../interfaces/global").CMSIBSizeInterface;
719
+ spread: import("../../interfaces/global").CMSIBSizeInterface;
720
+ angle: import("../../interfaces/global").CMSIBSizeInterface;
721
+ borderRadius: import("../../interfaces/global").CSSPaddingValues;
722
+ exposure: import("../../interfaces/global").CMSIBSizeInterface;
723
+ contrast: import("../../interfaces/global").CMSIBSizeInterface;
724
+ saturation: import("../../interfaces/global").CMSIBSizeInterface;
725
+ highlights: import("../../interfaces/global").CMSIBSizeInterface;
726
+ shadows: import("../../interfaces/global").CMSIBSizeInterface;
727
+ selectorKey: orderSelectorKeysEnum;
728
+ };
729
+ productQty: {
730
+ themeDesc: {
731
+ value: string;
732
+ property: string;
733
+ propertyType: CMSElementEditTypes;
734
+ };
735
+ fontDesc: {
736
+ value: string;
737
+ property: string;
738
+ propertyType: CMSElementEditTypes;
739
+ parentRef: string;
740
+ };
741
+ fontSizeDesc: {
742
+ value: number;
743
+ unit: number;
744
+ property: string;
745
+ propertyType: CMSElementEditTypes;
746
+ parentRef: string;
747
+ };
748
+ textColorDesc: {
749
+ value: {
750
+ hex: string;
751
+ rgb: {
752
+ r: string;
753
+ g: string;
754
+ b: string;
755
+ a: number;
756
+ };
757
+ };
758
+ property: string;
759
+ propertyType: CMSElementEditTypes;
760
+ parentRef: string;
761
+ };
762
+ textHighlightDesc: {
763
+ value: {
764
+ hex: string;
765
+ rgb: {
766
+ r: string;
767
+ g: string;
768
+ b: string;
769
+ a: number;
770
+ };
771
+ };
772
+ property: string;
773
+ propertyType: CMSElementEditTypes;
774
+ };
775
+ boldDesc: {
776
+ value: string;
777
+ property: string;
778
+ propertyType: CMSElementEditTypes;
779
+ parentRef: string;
780
+ };
781
+ italicDesc: {
782
+ value: string;
783
+ property: string;
784
+ propertyType: CMSElementEditTypes;
785
+ parentRef: string;
786
+ };
787
+ linethroughDesc: {
788
+ value: string;
789
+ property: string;
790
+ propertyType: CMSElementEditTypes;
791
+ parentRef: string;
792
+ };
793
+ underlineDesc: {
794
+ value: string;
795
+ property: string;
796
+ propertyType: CMSElementEditTypes;
797
+ parentRef: string;
798
+ };
799
+ textAlignDesc: {
800
+ value: string;
801
+ property: string;
802
+ propertyType: CMSElementEditTypes;
803
+ parentRef: string;
804
+ };
805
+ characterSpacingDesc: {
806
+ value: number;
807
+ unit: number;
808
+ property: string;
809
+ propertyType: CMSElementEditTypes;
810
+ parentRef: string;
811
+ };
812
+ lineHeightDesc: {
813
+ value: number;
814
+ unit: number;
815
+ property: string;
816
+ propertyType: CMSElementEditTypes;
817
+ parentRef: string;
818
+ };
819
+ paragraphSpacingDesc: {
820
+ value: number;
821
+ unit: number;
822
+ property: string;
823
+ propertyType: CMSElementEditTypes;
824
+ parentRef: string;
825
+ };
826
+ theme: {
827
+ value: string;
828
+ property: string;
829
+ propertyType: CMSElementEditTypes;
830
+ };
831
+ font: {
832
+ value: string;
833
+ property: string;
834
+ propertyType: CMSElementEditTypes;
835
+ parentRef: string;
836
+ };
837
+ fontSize: {
838
+ value: number;
839
+ unit: number;
840
+ property: string;
841
+ propertyType: CMSElementEditTypes;
842
+ parentRef: string;
843
+ };
844
+ textColor: {
845
+ value: {
846
+ hex: string;
847
+ rgb: {
848
+ r: string;
849
+ g: string;
850
+ b: string;
851
+ a: number;
852
+ };
853
+ };
854
+ property: string;
855
+ propertyType: CMSElementEditTypes;
856
+ parentRef: string;
857
+ };
858
+ textHighlight: {
859
+ value: {
860
+ hex: string;
861
+ rgb: {
862
+ r: string;
863
+ g: string;
864
+ b: string;
865
+ a: number;
866
+ };
867
+ };
868
+ property: string;
869
+ propertyType: CMSElementEditTypes;
870
+ };
871
+ bold: {
872
+ value: string;
873
+ property: string;
874
+ propertyType: CMSElementEditTypes;
875
+ parentRef: string;
876
+ };
877
+ italic: {
878
+ value: string;
879
+ property: string;
880
+ propertyType: CMSElementEditTypes;
881
+ parentRef: string;
882
+ };
883
+ linethrough: {
884
+ value: string;
885
+ property: string;
886
+ propertyType: CMSElementEditTypes;
887
+ parentRef: string;
888
+ };
889
+ underline: {
890
+ value: string;
891
+ property: string;
892
+ propertyType: CMSElementEditTypes;
893
+ parentRef: string;
894
+ };
895
+ textAlign: {
896
+ value: string;
897
+ property: string;
898
+ propertyType: CMSElementEditTypes;
899
+ parentRef: string;
900
+ };
901
+ characterSpacing: {
902
+ value: number;
903
+ unit: number;
904
+ property: string;
905
+ propertyType: CMSElementEditTypes;
906
+ parentRef: string;
907
+ };
908
+ lineHeight: {
909
+ value: number;
910
+ unit: number;
911
+ property: string;
912
+ propertyType: CMSElementEditTypes;
913
+ parentRef: string;
914
+ };
915
+ paragraphSpacing: {
916
+ value: number;
917
+ unit: number;
918
+ property: string;
919
+ propertyType: CMSElementEditTypes;
920
+ parentRef: string;
921
+ };
922
+ padding: import("../../interfaces/global").CSSPaddingValues | undefined;
923
+ margin: import("../../interfaces/global").CSSPaddingValues | undefined;
924
+ borderColor: import("../../interfaces/global").CMSIBCommonInterface;
925
+ borderStyle: import("../../interfaces/global").CMSIBCommonInterface;
926
+ borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
927
+ showBorder: import("../../interfaces/global").CMSIBCommonInterface;
928
+ backgroundColor: import("../../interfaces/global").CMSIBCommonInterface;
929
+ showShadow: import("../../interfaces/global").CMSIBCommonInterface;
930
+ shadowColor: import("../../interfaces/global").CMSIBCommonInterface;
931
+ blur: import("../../interfaces/global").CMSIBSizeInterface;
932
+ spread: import("../../interfaces/global").CMSIBSizeInterface;
933
+ angle: import("../../interfaces/global").CMSIBSizeInterface;
934
+ borderRadius: import("../../interfaces/global").CSSPaddingValues;
935
+ exposure: import("../../interfaces/global").CMSIBSizeInterface;
936
+ contrast: import("../../interfaces/global").CMSIBSizeInterface;
937
+ saturation: import("../../interfaces/global").CMSIBSizeInterface;
938
+ highlights: import("../../interfaces/global").CMSIBSizeInterface;
939
+ shadows: import("../../interfaces/global").CMSIBSizeInterface;
940
+ selectorKey: orderSelectorKeysEnum;
941
+ };
942
+ productEstimatedDate: {
943
+ themeDesc: {
944
+ value: string;
945
+ property: string;
946
+ propertyType: CMSElementEditTypes;
947
+ };
948
+ fontDesc: {
949
+ value: string;
950
+ property: string;
951
+ propertyType: CMSElementEditTypes;
952
+ parentRef: string;
953
+ };
954
+ fontSizeDesc: {
955
+ value: number;
956
+ unit: number;
957
+ property: string;
958
+ propertyType: CMSElementEditTypes;
959
+ parentRef: string;
960
+ };
961
+ textColorDesc: {
962
+ value: {
963
+ hex: string;
964
+ rgb: {
965
+ r: string;
966
+ g: string;
967
+ b: string;
968
+ a: number;
969
+ };
970
+ };
971
+ property: string;
972
+ propertyType: CMSElementEditTypes;
973
+ parentRef: string;
974
+ };
975
+ textHighlightDesc: {
976
+ value: {
977
+ hex: string;
978
+ rgb: {
979
+ r: string;
980
+ g: string;
981
+ b: string;
982
+ a: number;
983
+ };
984
+ };
985
+ property: string;
986
+ propertyType: CMSElementEditTypes;
987
+ };
988
+ boldDesc: {
989
+ value: string;
990
+ property: string;
991
+ propertyType: CMSElementEditTypes;
992
+ parentRef: string;
993
+ };
994
+ italicDesc: {
995
+ value: string;
996
+ property: string;
997
+ propertyType: CMSElementEditTypes;
998
+ parentRef: string;
999
+ };
1000
+ linethroughDesc: {
1001
+ value: string;
1002
+ property: string;
1003
+ propertyType: CMSElementEditTypes;
1004
+ parentRef: string;
1005
+ };
1006
+ underlineDesc: {
1007
+ value: string;
1008
+ property: string;
1009
+ propertyType: CMSElementEditTypes;
1010
+ parentRef: string;
1011
+ };
1012
+ textAlignDesc: {
1013
+ value: string;
1014
+ property: string;
1015
+ propertyType: CMSElementEditTypes;
1016
+ parentRef: string;
1017
+ };
1018
+ characterSpacingDesc: {
1019
+ value: number;
1020
+ unit: number;
1021
+ property: string;
1022
+ propertyType: CMSElementEditTypes;
1023
+ parentRef: string;
1024
+ };
1025
+ lineHeightDesc: {
1026
+ value: number;
1027
+ unit: number;
1028
+ property: string;
1029
+ propertyType: CMSElementEditTypes;
1030
+ parentRef: string;
1031
+ };
1032
+ paragraphSpacingDesc: {
1033
+ value: number;
1034
+ unit: number;
1035
+ property: string;
1036
+ propertyType: CMSElementEditTypes;
1037
+ parentRef: string;
1038
+ };
1039
+ theme: {
1040
+ value: string;
1041
+ property: string;
1042
+ propertyType: CMSElementEditTypes;
1043
+ };
1044
+ font: {
1045
+ value: string;
1046
+ property: string;
1047
+ propertyType: CMSElementEditTypes;
1048
+ parentRef: string;
1049
+ };
1050
+ fontSize: {
1051
+ value: number;
1052
+ unit: number;
1053
+ property: string;
1054
+ propertyType: CMSElementEditTypes;
1055
+ parentRef: string;
1056
+ };
1057
+ textColor: {
1058
+ value: {
1059
+ hex: string;
1060
+ rgb: {
1061
+ r: string;
1062
+ g: string;
1063
+ b: string;
1064
+ a: number;
1065
+ };
1066
+ };
1067
+ property: string;
1068
+ propertyType: CMSElementEditTypes;
1069
+ parentRef: string;
1070
+ };
1071
+ textHighlight: {
1072
+ value: {
1073
+ hex: string;
1074
+ rgb: {
1075
+ r: string;
1076
+ g: string;
1077
+ b: string;
1078
+ a: number;
1079
+ };
1080
+ };
1081
+ property: string;
1082
+ propertyType: CMSElementEditTypes;
1083
+ };
1084
+ bold: {
1085
+ value: string;
1086
+ property: string;
1087
+ propertyType: CMSElementEditTypes;
1088
+ parentRef: string;
1089
+ };
1090
+ italic: {
1091
+ value: string;
1092
+ property: string;
1093
+ propertyType: CMSElementEditTypes;
1094
+ parentRef: string;
1095
+ };
1096
+ linethrough: {
1097
+ value: string;
1098
+ property: string;
1099
+ propertyType: CMSElementEditTypes;
1100
+ parentRef: string;
1101
+ };
1102
+ underline: {
1103
+ value: string;
1104
+ property: string;
1105
+ propertyType: CMSElementEditTypes;
1106
+ parentRef: string;
1107
+ };
1108
+ textAlign: {
1109
+ value: string;
1110
+ property: string;
1111
+ propertyType: CMSElementEditTypes;
1112
+ parentRef: string;
1113
+ };
1114
+ characterSpacing: {
1115
+ value: number;
1116
+ unit: number;
1117
+ property: string;
1118
+ propertyType: CMSElementEditTypes;
1119
+ parentRef: string;
1120
+ };
1121
+ lineHeight: {
1122
+ value: number;
1123
+ unit: number;
1124
+ property: string;
1125
+ propertyType: CMSElementEditTypes;
1126
+ parentRef: string;
1127
+ };
1128
+ paragraphSpacing: {
1129
+ value: number;
1130
+ unit: number;
1131
+ property: string;
1132
+ propertyType: CMSElementEditTypes;
1133
+ parentRef: string;
1134
+ };
1135
+ padding: import("../../interfaces/global").CSSPaddingValues | undefined;
1136
+ margin: import("../../interfaces/global").CSSPaddingValues | undefined;
1137
+ borderColor: import("../../interfaces/global").CMSIBCommonInterface;
1138
+ borderStyle: import("../../interfaces/global").CMSIBCommonInterface;
1139
+ borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
1140
+ showBorder: import("../../interfaces/global").CMSIBCommonInterface;
1141
+ backgroundColor: import("../../interfaces/global").CMSIBCommonInterface;
1142
+ showShadow: import("../../interfaces/global").CMSIBCommonInterface;
1143
+ shadowColor: import("../../interfaces/global").CMSIBCommonInterface;
1144
+ blur: import("../../interfaces/global").CMSIBSizeInterface;
1145
+ spread: import("../../interfaces/global").CMSIBSizeInterface;
1146
+ angle: import("../../interfaces/global").CMSIBSizeInterface;
1147
+ borderRadius: import("../../interfaces/global").CSSPaddingValues;
1148
+ exposure: import("../../interfaces/global").CMSIBSizeInterface;
1149
+ contrast: import("../../interfaces/global").CMSIBSizeInterface;
1150
+ saturation: import("../../interfaces/global").CMSIBSizeInterface;
1151
+ highlights: import("../../interfaces/global").CMSIBSizeInterface;
1152
+ shadows: import("../../interfaces/global").CMSIBSizeInterface;
1153
+ selectorKey: orderSelectorKeysEnum;
1154
+ };
1155
+ productImage: {
1156
+ padding: import("../../interfaces/global").CSSPaddingValues | undefined;
1157
+ margin: import("../../interfaces/global").CSSPaddingValues | undefined;
1158
+ borderColor: import("../../interfaces/global").CMSIBCommonInterface;
1159
+ borderStyle: import("../../interfaces/global").CMSIBCommonInterface;
1160
+ borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
1161
+ showBorder: import("../../interfaces/global").CMSIBCommonInterface;
1162
+ backgroundColor: import("../../interfaces/global").CMSIBCommonInterface;
1163
+ showShadow: import("../../interfaces/global").CMSIBCommonInterface;
1164
+ shadowColor: import("../../interfaces/global").CMSIBCommonInterface;
1165
+ blur: import("../../interfaces/global").CMSIBSizeInterface;
1166
+ spread: import("../../interfaces/global").CMSIBSizeInterface;
1167
+ angle: import("../../interfaces/global").CMSIBSizeInterface;
1168
+ borderRadius: import("../../interfaces/global").CSSPaddingValues;
1169
+ exposure: import("../../interfaces/global").CMSIBSizeInterface;
1170
+ contrast: import("../../interfaces/global").CMSIBSizeInterface;
1171
+ saturation: import("../../interfaces/global").CMSIBSizeInterface;
1172
+ highlights: import("../../interfaces/global").CMSIBSizeInterface;
1173
+ shadows: import("../../interfaces/global").CMSIBSizeInterface;
1174
+ selectorKey: orderSelectorKeysEnum;
1175
+ };
1176
+ productPrice: {
1177
+ theme: import("../../interfaces/global").CMSIBCommonInterface;
1178
+ font: import("../../interfaces/global").CMSIBCommonInterface;
1179
+ fontSize: import("../../interfaces/global").CMSIBSizeInterface;
1180
+ textColor: import("../../interfaces/global").CMSIBCommonInterface;
1181
+ bold: import("../../interfaces/global").CMSIBCommonInterface;
1182
+ italic: import("../../interfaces/global").CMSIBCommonInterface;
1183
+ linethrough: import("../../interfaces/global").CMSIBCommonInterface;
1184
+ underline: import("../../interfaces/global").CMSIBCommonInterface;
1185
+ textAlign: import("../../interfaces/global").CMSIBCommonInterface;
1186
+ characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
1187
+ lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
1188
+ backgroundColor: import("../../interfaces/global").CMSIBCommonInterface;
1189
+ padding: import("../../interfaces/global").CSSPaddingValues | undefined;
1190
+ margin: import("../../interfaces/global").CSSPaddingValues | undefined;
1191
+ borderColor: import("../../interfaces/global").CMSIBCommonInterface;
1192
+ borderStyle: import("../../interfaces/global").CMSIBCommonInterface;
1193
+ borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
1194
+ showBorder: import("../../interfaces/global").CMSIBCommonInterface;
1195
+ showShadow: import("../../interfaces/global").CMSIBCommonInterface;
1196
+ shadowColor: import("../../interfaces/global").CMSIBCommonInterface;
1197
+ blur: import("../../interfaces/global").CMSIBSizeInterface;
1198
+ spread: import("../../interfaces/global").CMSIBSizeInterface;
1199
+ angle: import("../../interfaces/global").CMSIBSizeInterface;
1200
+ borderRadius: import("../../interfaces/global").CSSPaddingValues;
1201
+ exposure: import("../../interfaces/global").CMSIBSizeInterface;
1202
+ contrast: import("../../interfaces/global").CMSIBSizeInterface;
1203
+ saturation: import("../../interfaces/global").CMSIBSizeInterface;
1204
+ highlights: import("../../interfaces/global").CMSIBSizeInterface;
1205
+ shadows: import("../../interfaces/global").CMSIBSizeInterface;
1206
+ selectorKey: orderSelectorKeysEnum;
1207
+ };
233
1208
  };
234
1209
  };
235
1210
  };