@sc-360-v2/storefront-cms-library 0.3.40 → 0.3.42

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