@sc-360-v2/storefront-cms-library 0.3.69 → 0.3.71
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/add-order.scss +31 -14
- package/dist/builder.js +1 -1
- package/dist/bulk-order-pad.scss +0 -5
- package/dist/bundle.scss +1 -0
- package/dist/cart-details.scss +61 -14
- package/dist/cart-summary.scss +4 -2
- package/dist/checkbox-radio.scss +16 -0
- package/dist/checkout.scss +63 -63
- package/dist/confirmationModal.scss +2 -4
- package/dist/dropdownTemplate.scss +285 -307
- package/dist/employee-bulk-order.scss +2674 -2667
- package/dist/emtpy-templates.scss +21 -17
- package/dist/login.scss +16 -10
- package/dist/modal.scss +7 -0
- package/dist/profile.scss +2 -1
- package/dist/quick-links.scss +175 -18
- package/dist/request-for-quotes.scss +348 -48
- package/dist/skeleton.scss +1 -1
- package/dist/types/builder/enums/index.d.ts +1 -0
- package/dist/types/builder/tools/element-edit/addProductsTab.d.ts +11 -11
- package/dist/types/builder/tools/element-edit/breadcrumbs.d.ts +1 -1
- package/dist/types/builder/tools/element-edit/bundle.d.ts +5 -1
- package/dist/types/builder/tools/element-edit/bundleDetails.d.ts +1 -1
- package/dist/types/builder/tools/element-edit/buttonInstance.d.ts +3 -24
- package/dist/types/builder/tools/element-edit/buyForWithTab.d.ts +18 -18
- package/dist/types/builder/tools/element-edit/cartAttributes.d.ts +10 -10
- package/dist/types/builder/tools/element-edit/cartDetails.d.ts +38 -8
- package/dist/types/builder/tools/element-edit/cartSummary.d.ts +30 -114
- package/dist/types/builder/tools/element-edit/checkout.d.ts +39 -57
- package/dist/types/builder/tools/element-edit/common.d.ts +1 -1
- package/dist/types/builder/tools/element-edit/countdown.d.ts +1 -1
- package/dist/types/builder/tools/element-edit/filterResults.d.ts +3 -17
- package/dist/types/builder/tools/element-edit/grid.d.ts +3 -3
- package/dist/types/builder/tools/element-edit/icon-list.d.ts +2 -9
- package/dist/types/builder/tools/element-edit/iconLibrary.d.ts +1 -1
- package/dist/types/builder/tools/element-edit/layouter-pro-item.d.ts +2 -2
- package/dist/types/builder/tools/element-edit/layouterPro.d.ts +2 -2
- package/dist/types/builder/tools/element-edit/line.d.ts +1 -1
- package/dist/types/builder/tools/element-edit/marchandiserSets.d.ts +1 -1
- package/dist/types/builder/tools/element-edit/orderStatus.d.ts +24 -24
- package/dist/types/builder/tools/element-edit/productCustomizations.d.ts +1 -1
- package/dist/types/builder/tools/element-edit/quickLinks.d.ts +4 -4
- package/dist/types/builder/tools/element-edit/scroll.d.ts +1 -1
- package/dist/types/builder/tools/element-edit/shipping-payments.d.ts +4 -22
- package/dist/types/builder/tools/element-edit/shippingEstimator.d.ts +1 -1
- package/dist/types/builder/tools/element-edit/social.d.ts +1 -1
- package/dist/types/builder/tools/element-edit/table.d.ts +1 -0
- package/dist/types/builder/tools/element-edit/tabs.d.ts +1 -1
- package/dist/types/builder/tools/element-edit/tabsV2.d.ts +1 -1
- package/dist/types/builder/tools/element-edit/userElements.d.ts +5 -5
- package/dist/types/builder/tools/element-edit/video.d.ts +14 -9
- package/dist/video.scss +9 -4
- package/package.json +1 -1
|
@@ -52,7 +52,7 @@ export declare const getDefaultData: () => {
|
|
|
52
52
|
isReadOnly?: boolean | undefined;
|
|
53
53
|
parentRef?: string | undefined;
|
|
54
54
|
};
|
|
55
|
-
padding:
|
|
55
|
+
padding: any;
|
|
56
56
|
margin: import("../../interfaces/global").CSSPaddingValues | undefined;
|
|
57
57
|
positionType: import("../../interfaces/global").CMSIBCommonInterface | undefined;
|
|
58
58
|
};
|
|
@@ -116,7 +116,7 @@ export declare const getDefaultData: () => {
|
|
|
116
116
|
characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
|
|
117
117
|
lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
|
|
118
118
|
backgroundColor: import("../../interfaces/global").CMSIBCommonInterface;
|
|
119
|
-
padding:
|
|
119
|
+
padding: any;
|
|
120
120
|
margin: import("../../interfaces/global").CSSPaddingValues | undefined;
|
|
121
121
|
borderColor: import("../../interfaces/global").CMSIBCommonInterface;
|
|
122
122
|
borderStyle: import("../../interfaces/global").CMSIBCommonInterface;
|
|
@@ -156,7 +156,7 @@ export declare const getDefaultData: () => {
|
|
|
156
156
|
characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
|
|
157
157
|
lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
|
|
158
158
|
backgroundColor: import("../../interfaces/global").CMSIBCommonInterface;
|
|
159
|
-
padding:
|
|
159
|
+
padding: any;
|
|
160
160
|
margin: import("../../interfaces/global").CSSPaddingValues | undefined;
|
|
161
161
|
borderColor: import("../../interfaces/global").CMSIBCommonInterface;
|
|
162
162
|
borderStyle: import("../../interfaces/global").CMSIBCommonInterface;
|
|
@@ -176,7 +176,7 @@ export declare const getDefaultData: () => {
|
|
|
176
176
|
selectorKey: orderSelectorKeysEnum;
|
|
177
177
|
};
|
|
178
178
|
title: {
|
|
179
|
-
padding:
|
|
179
|
+
padding: any;
|
|
180
180
|
theme: import("../../interfaces/global").CMSIBCommonInterface;
|
|
181
181
|
font: import("../../interfaces/global").CMSIBCommonInterface;
|
|
182
182
|
fontSize: import("../../interfaces/global").CMSIBSizeInterface;
|
|
@@ -208,7 +208,7 @@ export declare const getDefaultData: () => {
|
|
|
208
208
|
selectorKey: orderSelectorKeysEnum;
|
|
209
209
|
};
|
|
210
210
|
employeeDetails: {
|
|
211
|
-
padding:
|
|
211
|
+
padding: any;
|
|
212
212
|
itemGap: {
|
|
213
213
|
value: CMSCSSUnitTypesEnums;
|
|
214
214
|
unit: CMSCSSUnitTypesEnums;
|
|
@@ -247,7 +247,7 @@ export declare const getDefaultData: () => {
|
|
|
247
247
|
};
|
|
248
248
|
};
|
|
249
249
|
orderContainer: {
|
|
250
|
-
padding:
|
|
250
|
+
padding: any;
|
|
251
251
|
itemGap: {
|
|
252
252
|
value: CMSCSSUnitTypesEnums;
|
|
253
253
|
unit: CMSCSSUnitTypesEnums;
|
|
@@ -276,7 +276,7 @@ export declare const getDefaultData: () => {
|
|
|
276
276
|
orderInfo: {
|
|
277
277
|
selectorKey: orderSelectorKeysEnum;
|
|
278
278
|
orderInfoWrapper: {
|
|
279
|
-
padding:
|
|
279
|
+
padding: any;
|
|
280
280
|
itemGap: {
|
|
281
281
|
value: CMSCSSUnitTypesEnums;
|
|
282
282
|
unit: CMSCSSUnitTypesEnums;
|
|
@@ -303,7 +303,7 @@ export declare const getDefaultData: () => {
|
|
|
303
303
|
selectorKey: orderSelectorKeysEnum;
|
|
304
304
|
};
|
|
305
305
|
orderInfoContainer: {
|
|
306
|
-
padding:
|
|
306
|
+
padding: any;
|
|
307
307
|
itemGap: {
|
|
308
308
|
value: CMSCSSUnitTypesEnums;
|
|
309
309
|
unit: CMSCSSUnitTypesEnums;
|
|
@@ -342,7 +342,7 @@ export declare const getDefaultData: () => {
|
|
|
342
342
|
characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
|
|
343
343
|
lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
|
|
344
344
|
backgroundColor: import("../../interfaces/global").CMSIBCommonInterface;
|
|
345
|
-
padding:
|
|
345
|
+
padding: any;
|
|
346
346
|
margin: import("../../interfaces/global").CSSPaddingValues | undefined;
|
|
347
347
|
borderColor: import("../../interfaces/global").CMSIBCommonInterface;
|
|
348
348
|
borderStyle: import("../../interfaces/global").CMSIBCommonInterface;
|
|
@@ -362,7 +362,7 @@ export declare const getDefaultData: () => {
|
|
|
362
362
|
selectorKey: orderSelectorKeysEnum;
|
|
363
363
|
};
|
|
364
364
|
orderName: {
|
|
365
|
-
padding:
|
|
365
|
+
padding: any;
|
|
366
366
|
theme: import("../../interfaces/global").CMSIBCommonInterface;
|
|
367
367
|
font: import("../../interfaces/global").CMSIBCommonInterface;
|
|
368
368
|
fontSize: import("../../interfaces/global").CMSIBSizeInterface;
|
|
@@ -394,7 +394,7 @@ export declare const getDefaultData: () => {
|
|
|
394
394
|
selectorKey: orderSelectorKeysEnum;
|
|
395
395
|
};
|
|
396
396
|
orderId: {
|
|
397
|
-
padding:
|
|
397
|
+
padding: any;
|
|
398
398
|
itemGap: {
|
|
399
399
|
value: CMSCSSUnitTypesEnums;
|
|
400
400
|
unit: CMSCSSUnitTypesEnums;
|
|
@@ -432,7 +432,7 @@ export declare const getDefaultData: () => {
|
|
|
432
432
|
selectorKey: orderSelectorKeysEnum;
|
|
433
433
|
};
|
|
434
434
|
orderDate: {
|
|
435
|
-
padding:
|
|
435
|
+
padding: any;
|
|
436
436
|
itemGap: {
|
|
437
437
|
value: CMSCSSUnitTypesEnums;
|
|
438
438
|
unit: CMSCSSUnitTypesEnums;
|
|
@@ -473,7 +473,7 @@ export declare const getDefaultData: () => {
|
|
|
473
473
|
quickActions: {
|
|
474
474
|
selectorKey: orderSelectorKeysEnum;
|
|
475
475
|
container: {
|
|
476
|
-
padding:
|
|
476
|
+
padding: any;
|
|
477
477
|
itemGap: {
|
|
478
478
|
value: CMSCSSUnitTypesEnums;
|
|
479
479
|
unit: CMSCSSUnitTypesEnums;
|
|
@@ -512,7 +512,7 @@ export declare const getDefaultData: () => {
|
|
|
512
512
|
characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
|
|
513
513
|
lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
|
|
514
514
|
backgroundColor: import("../../interfaces/global").CMSIBCommonInterface;
|
|
515
|
-
padding:
|
|
515
|
+
padding: any;
|
|
516
516
|
margin: import("../../interfaces/global").CSSPaddingValues | undefined;
|
|
517
517
|
borderColor: import("../../interfaces/global").CMSIBCommonInterface;
|
|
518
518
|
borderStyle: import("../../interfaces/global").CMSIBCommonInterface;
|
|
@@ -532,7 +532,7 @@ export declare const getDefaultData: () => {
|
|
|
532
532
|
selectorKey: orderSelectorKeysEnum;
|
|
533
533
|
};
|
|
534
534
|
actions: {
|
|
535
|
-
padding:
|
|
535
|
+
padding: any;
|
|
536
536
|
itemGap: {
|
|
537
537
|
value: CMSCSSUnitTypesEnums;
|
|
538
538
|
unit: CMSCSSUnitTypesEnums;
|
|
@@ -573,7 +573,7 @@ export declare const getDefaultData: () => {
|
|
|
573
573
|
productWidget: {
|
|
574
574
|
selectorKey: orderSelectorKeysEnum;
|
|
575
575
|
productWidgetWrapper: {
|
|
576
|
-
padding:
|
|
576
|
+
padding: any;
|
|
577
577
|
itemGap: {
|
|
578
578
|
value: CMSCSSUnitTypesEnums;
|
|
579
579
|
unit: CMSCSSUnitTypesEnums;
|
|
@@ -606,7 +606,7 @@ export declare const getDefaultData: () => {
|
|
|
606
606
|
property: string;
|
|
607
607
|
propertyType: CMSElementEditTypes;
|
|
608
608
|
};
|
|
609
|
-
padding:
|
|
609
|
+
padding: any;
|
|
610
610
|
margin: import("../../interfaces/global").CSSPaddingValues | undefined;
|
|
611
611
|
borderColor: import("../../interfaces/global").CMSIBCommonInterface;
|
|
612
612
|
borderStyle: import("../../interfaces/global").CMSIBCommonInterface;
|
|
@@ -639,7 +639,7 @@ export declare const getDefaultData: () => {
|
|
|
639
639
|
characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
|
|
640
640
|
lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
|
|
641
641
|
backgroundColor: import("../../interfaces/global").CMSIBCommonInterface;
|
|
642
|
-
padding:
|
|
642
|
+
padding: any;
|
|
643
643
|
margin: import("../../interfaces/global").CSSPaddingValues | undefined;
|
|
644
644
|
borderColor: import("../../interfaces/global").CMSIBCommonInterface;
|
|
645
645
|
borderStyle: import("../../interfaces/global").CMSIBCommonInterface;
|
|
@@ -671,7 +671,7 @@ export declare const getDefaultData: () => {
|
|
|
671
671
|
characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
|
|
672
672
|
lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
|
|
673
673
|
backgroundColor: import("../../interfaces/global").CMSIBCommonInterface;
|
|
674
|
-
padding:
|
|
674
|
+
padding: any;
|
|
675
675
|
margin: import("../../interfaces/global").CSSPaddingValues | undefined;
|
|
676
676
|
borderColor: import("../../interfaces/global").CMSIBCommonInterface;
|
|
677
677
|
borderStyle: import("../../interfaces/global").CMSIBCommonInterface;
|
|
@@ -703,7 +703,7 @@ export declare const getDefaultData: () => {
|
|
|
703
703
|
characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
|
|
704
704
|
lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
|
|
705
705
|
backgroundColor: import("../../interfaces/global").CMSIBCommonInterface;
|
|
706
|
-
padding:
|
|
706
|
+
padding: any;
|
|
707
707
|
margin: import("../../interfaces/global").CSSPaddingValues | undefined;
|
|
708
708
|
borderColor: import("../../interfaces/global").CMSIBCommonInterface;
|
|
709
709
|
borderStyle: import("../../interfaces/global").CMSIBCommonInterface;
|
|
@@ -915,7 +915,7 @@ export declare const getDefaultData: () => {
|
|
|
915
915
|
propertyType: CMSElementEditTypes;
|
|
916
916
|
parentRef: string;
|
|
917
917
|
};
|
|
918
|
-
padding:
|
|
918
|
+
padding: any;
|
|
919
919
|
margin: import("../../interfaces/global").CSSPaddingValues | undefined;
|
|
920
920
|
borderColor: import("../../interfaces/global").CMSIBCommonInterface;
|
|
921
921
|
borderStyle: import("../../interfaces/global").CMSIBCommonInterface;
|
|
@@ -1128,7 +1128,7 @@ export declare const getDefaultData: () => {
|
|
|
1128
1128
|
propertyType: CMSElementEditTypes;
|
|
1129
1129
|
parentRef: string;
|
|
1130
1130
|
};
|
|
1131
|
-
padding:
|
|
1131
|
+
padding: any;
|
|
1132
1132
|
margin: import("../../interfaces/global").CSSPaddingValues | undefined;
|
|
1133
1133
|
borderColor: import("../../interfaces/global").CMSIBCommonInterface;
|
|
1134
1134
|
borderStyle: import("../../interfaces/global").CMSIBCommonInterface;
|
|
@@ -1149,7 +1149,7 @@ export declare const getDefaultData: () => {
|
|
|
1149
1149
|
selectorKey: orderSelectorKeysEnum;
|
|
1150
1150
|
};
|
|
1151
1151
|
productImage: {
|
|
1152
|
-
padding:
|
|
1152
|
+
padding: any;
|
|
1153
1153
|
margin: import("../../interfaces/global").CSSPaddingValues | undefined;
|
|
1154
1154
|
borderColor: import("../../interfaces/global").CMSIBCommonInterface;
|
|
1155
1155
|
borderStyle: import("../../interfaces/global").CMSIBCommonInterface;
|
|
@@ -1182,7 +1182,7 @@ export declare const getDefaultData: () => {
|
|
|
1182
1182
|
characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
|
|
1183
1183
|
lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
|
|
1184
1184
|
backgroundColor: import("../../interfaces/global").CMSIBCommonInterface;
|
|
1185
|
-
padding:
|
|
1185
|
+
padding: any;
|
|
1186
1186
|
margin: import("../../interfaces/global").CSSPaddingValues | undefined;
|
|
1187
1187
|
borderColor: import("../../interfaces/global").CMSIBCommonInterface;
|
|
1188
1188
|
borderStyle: import("../../interfaces/global").CMSIBCommonInterface;
|
|
@@ -32,7 +32,7 @@ export declare const getDefaultData: () => {
|
|
|
32
32
|
parentRef?: string | undefined;
|
|
33
33
|
};
|
|
34
34
|
margin: import("../../interfaces/global").CSSPaddingValues | undefined;
|
|
35
|
-
padding:
|
|
35
|
+
padding: any;
|
|
36
36
|
overflowContent: CMSIBCommonInterface | undefined;
|
|
37
37
|
scrollDirection: CMSIBCommonInterface | undefined;
|
|
38
38
|
displayScrollbar: CMSIBCommonInterface | undefined;
|
|
@@ -12,7 +12,7 @@ export declare enum QuickLinksSelectorKeysEnum {
|
|
|
12
12
|
DESIGN = "design",
|
|
13
13
|
CONTENT = "content",
|
|
14
14
|
FILL_AND_BACKGROUND = "fillAndBackground",
|
|
15
|
-
ITEM_STYLE = "
|
|
15
|
+
ITEM_STYLE = "itemStyle",
|
|
16
16
|
QuickLinks_ICONS = "QuickLinks",
|
|
17
17
|
QuickLinks_WIDGET = "quickLinksWidgetDesign",
|
|
18
18
|
QUICK_LINKS_TEXT_LAYOUT = "quickLinksTextLayout",
|
|
@@ -94,7 +94,7 @@ export declare const getDefaultData: () => {
|
|
|
94
94
|
parentRef?: string | undefined;
|
|
95
95
|
};
|
|
96
96
|
margin: import("../../interfaces/global").CSSPaddingValues | undefined;
|
|
97
|
-
padding:
|
|
97
|
+
padding: any;
|
|
98
98
|
displayStyle: {
|
|
99
99
|
value: string;
|
|
100
100
|
propertyType: CMSElementEditTypes;
|
|
@@ -366,7 +366,7 @@ export declare const getDefaultData: () => {
|
|
|
366
366
|
};
|
|
367
367
|
itemStyle: {
|
|
368
368
|
selectorKey: QuickLinksSelectorKeysEnum;
|
|
369
|
-
|
|
369
|
+
defaultState: {
|
|
370
370
|
selectorKey: QuickLinksSelectorKeysEnum;
|
|
371
371
|
backgroundColor: CMSIBCommonInterface;
|
|
372
372
|
cropRatio: CMSIBCommonInterface;
|
|
@@ -422,7 +422,7 @@ export declare const getDefaultData: () => {
|
|
|
422
422
|
parentRef: string;
|
|
423
423
|
};
|
|
424
424
|
};
|
|
425
|
-
|
|
425
|
+
hoverState: {
|
|
426
426
|
selectorKey: QuickLinksSelectorKeysEnum;
|
|
427
427
|
backgroundColor: CMSIBCommonInterface;
|
|
428
428
|
cropRatio: CMSIBCommonInterface;
|
|
@@ -64,7 +64,7 @@ export declare const getDefaultData: () => {
|
|
|
64
64
|
parentRef?: string | undefined;
|
|
65
65
|
};
|
|
66
66
|
margin: import("../../interfaces/global").CSSPaddingValues | undefined;
|
|
67
|
-
padding:
|
|
67
|
+
padding: any;
|
|
68
68
|
itemSpacing: {
|
|
69
69
|
value: string;
|
|
70
70
|
property: string;
|
|
@@ -22,7 +22,7 @@ export declare const getDefaultData: () => {
|
|
|
22
22
|
unit: CMSCSSUnitTypesEnums;
|
|
23
23
|
};
|
|
24
24
|
margin: import("../../interfaces/global").CSSPaddingValues | undefined;
|
|
25
|
-
padding:
|
|
25
|
+
padding: any;
|
|
26
26
|
overflowContent: CMSIBCommonInterface | undefined;
|
|
27
27
|
signInTemplate: {
|
|
28
28
|
value: string;
|
|
@@ -60,13 +60,7 @@ export declare const getDefaultData: () => {
|
|
|
60
60
|
propertyType: CMSElementEditTypes;
|
|
61
61
|
unit: number;
|
|
62
62
|
};
|
|
63
|
-
accordianPadding:
|
|
64
|
-
property: string;
|
|
65
|
-
isAll?: boolean | undefined;
|
|
66
|
-
sides?: import("../../interfaces/global").PaddingSides | import("../../interfaces/global").BorderSides | undefined;
|
|
67
|
-
iscss?: boolean | undefined;
|
|
68
|
-
propertyType?: any;
|
|
69
|
-
};
|
|
63
|
+
accordianPadding: any;
|
|
70
64
|
savedShippingAddressLineGap: {
|
|
71
65
|
value: number;
|
|
72
66
|
property: string;
|
|
@@ -127,13 +121,7 @@ export declare const getDefaultData: () => {
|
|
|
127
121
|
propertyType: CMSElementEditTypes;
|
|
128
122
|
unit: number;
|
|
129
123
|
};
|
|
130
|
-
paymentOptionsPadding:
|
|
131
|
-
property: string;
|
|
132
|
-
isAll?: boolean | undefined;
|
|
133
|
-
sides?: import("../../interfaces/global").PaddingSides | import("../../interfaces/global").BorderSides | undefined;
|
|
134
|
-
iscss?: boolean | undefined;
|
|
135
|
-
propertyType?: any;
|
|
136
|
-
};
|
|
124
|
+
paymentOptionsPadding: any;
|
|
137
125
|
paymentOptionsImageWidth: {
|
|
138
126
|
value: number;
|
|
139
127
|
property: string;
|
|
@@ -146,13 +134,7 @@ export declare const getDefaultData: () => {
|
|
|
146
134
|
propertyType: CMSElementEditTypes;
|
|
147
135
|
unit: number;
|
|
148
136
|
};
|
|
149
|
-
paymentOptionsNotePadding:
|
|
150
|
-
property: string;
|
|
151
|
-
isAll?: boolean | undefined;
|
|
152
|
-
sides?: import("../../interfaces/global").PaddingSides | import("../../interfaces/global").BorderSides | undefined;
|
|
153
|
-
iscss?: boolean | undefined;
|
|
154
|
-
propertyType?: any;
|
|
155
|
-
};
|
|
137
|
+
paymentOptionsNotePadding: any;
|
|
156
138
|
};
|
|
157
139
|
design: {
|
|
158
140
|
selectorKey: SelectorKeysEnum;
|
|
@@ -24,7 +24,7 @@ export declare const getDefaultData: () => {
|
|
|
24
24
|
parentRef?: string | undefined;
|
|
25
25
|
};
|
|
26
26
|
margin: import("../../interfaces/global").CSSPaddingValues | undefined;
|
|
27
|
-
padding:
|
|
27
|
+
padding: any;
|
|
28
28
|
positionType: CMSIBCommonInterface | undefined;
|
|
29
29
|
pinTo: CMSIBCommonInterface | undefined;
|
|
30
30
|
overflowContent: CMSIBCommonInterface | undefined;
|
|
@@ -89,7 +89,7 @@ export declare const getDefaultData: () => {
|
|
|
89
89
|
parentRef?: string | undefined;
|
|
90
90
|
};
|
|
91
91
|
margin: import("../../interfaces/global").CSSPaddingValues | undefined;
|
|
92
|
-
padding:
|
|
92
|
+
padding: any;
|
|
93
93
|
alignment: {
|
|
94
94
|
value: string;
|
|
95
95
|
property: string;
|
|
@@ -21,6 +21,7 @@ export interface TableControlInterface {
|
|
|
21
21
|
noOfItemsToLoad?: CMSIBCommonInterface;
|
|
22
22
|
showTitle?: CMSIBCommonInterface;
|
|
23
23
|
tableTitle?: CMSIBCommonInterface;
|
|
24
|
+
itemsCount?: CMSIBCommonInterface;
|
|
24
25
|
connetDynamicallyWith?: CMSIBCommonInterface;
|
|
25
26
|
columns?: CMSIBCommonInterface;
|
|
26
27
|
rows?: CMSIBCommonInterface;
|
|
@@ -34,7 +34,7 @@ export declare const getDefaultData: () => {
|
|
|
34
34
|
} | undefined;
|
|
35
35
|
height: import("../../interfaces/global").CMSIBSizeInterface | undefined;
|
|
36
36
|
margin: import("../../interfaces/global").CSSPaddingValues | undefined;
|
|
37
|
-
padding:
|
|
37
|
+
padding: any;
|
|
38
38
|
overflowContent: CMSIBCommonInterface | undefined;
|
|
39
39
|
scrollDirection: CMSIBCommonInterface | undefined;
|
|
40
40
|
displayScrollbar: CMSIBCommonInterface | undefined;
|
|
@@ -80,7 +80,7 @@ export declare const getDefaultData: () => {
|
|
|
80
80
|
} | undefined;
|
|
81
81
|
height: import("../../interfaces/global").CMSIBSizeInterface | undefined;
|
|
82
82
|
margin: import("../../interfaces/global").CSSPaddingValues | undefined;
|
|
83
|
-
padding:
|
|
83
|
+
padding: any;
|
|
84
84
|
};
|
|
85
85
|
design: {
|
|
86
86
|
selectorKey: SelectorKeysEnum;
|
|
@@ -45,7 +45,7 @@ export declare const getDefaultData: () => {
|
|
|
45
45
|
parentRef?: string | undefined;
|
|
46
46
|
};
|
|
47
47
|
margin: import("../../interfaces/global").CSSPaddingValues | undefined;
|
|
48
|
-
padding:
|
|
48
|
+
padding: any;
|
|
49
49
|
positionType: CMSIBCommonInterface | undefined;
|
|
50
50
|
displayType: {
|
|
51
51
|
value: string;
|
|
@@ -244,7 +244,7 @@ export declare const getDefaultData: () => {
|
|
|
244
244
|
highlights: import("../../interfaces/global").CMSIBSizeInterface;
|
|
245
245
|
shadows: import("../../interfaces/global").CMSIBSizeInterface;
|
|
246
246
|
selectorKey: SelectorKeysEnum;
|
|
247
|
-
padding:
|
|
247
|
+
padding: any;
|
|
248
248
|
};
|
|
249
249
|
userNameDesign: {
|
|
250
250
|
icon: import("../../interfaces/global").CMSIBIconInterface | undefined;
|
|
@@ -696,7 +696,7 @@ export declare const getDefaultData: () => {
|
|
|
696
696
|
parentRef: string;
|
|
697
697
|
};
|
|
698
698
|
selectorKey: SelectorKeysEnum;
|
|
699
|
-
padding:
|
|
699
|
+
padding: any;
|
|
700
700
|
backgroundColor: CMSIBCommonInterface;
|
|
701
701
|
borderColor: CMSIBCommonInterface;
|
|
702
702
|
borderStyle: CMSIBCommonInterface;
|
|
@@ -746,7 +746,7 @@ export declare const getDefaultData: () => {
|
|
|
746
746
|
parentRef?: string | undefined;
|
|
747
747
|
};
|
|
748
748
|
margin: import("../../interfaces/global").CSSPaddingValues | undefined;
|
|
749
|
-
padding:
|
|
749
|
+
padding: any;
|
|
750
750
|
whenClicked: {
|
|
751
751
|
value: string;
|
|
752
752
|
property: string;
|
|
@@ -1002,7 +1002,7 @@ export declare const getDefaultData: () => {
|
|
|
1002
1002
|
spread: import("../../interfaces/global").CMSIBSizeInterface;
|
|
1003
1003
|
angle: import("../../interfaces/global").CMSIBSizeInterface;
|
|
1004
1004
|
borderRadius: import("../../interfaces/global").CSSPaddingValues;
|
|
1005
|
-
padding:
|
|
1005
|
+
padding: any;
|
|
1006
1006
|
itemGap: import("../../interfaces/global").CMSIBSizeInterface;
|
|
1007
1007
|
};
|
|
1008
1008
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { CMSElementEditTypes } from "../../enums";
|
|
1
|
+
import { CMSCSSUnitTypesEnums, CMSElementEditTypes } from "../../enums";
|
|
2
2
|
import { CMSIBCommonInterface } from "../../interfaces/global";
|
|
3
3
|
import { CMSElementEditPopupInterface } from "./common";
|
|
4
4
|
export interface SectionEditPopupInterface extends CMSElementEditPopupInterface {
|
|
@@ -83,22 +83,27 @@ export declare const getDefaultData: () => {
|
|
|
83
83
|
};
|
|
84
84
|
height: {
|
|
85
85
|
value: string;
|
|
86
|
-
unit:
|
|
86
|
+
unit: CMSCSSUnitTypesEnums;
|
|
87
|
+
isReadOnly: boolean;
|
|
87
88
|
property?: any;
|
|
88
89
|
propertyType?: any;
|
|
89
|
-
isReadOnly?: boolean | undefined;
|
|
90
90
|
parentRef?: string | undefined;
|
|
91
91
|
};
|
|
92
|
-
|
|
93
|
-
padding: {
|
|
92
|
+
videoWidth: {
|
|
94
93
|
value: string;
|
|
95
94
|
unit: number;
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
95
|
+
property: string;
|
|
96
|
+
};
|
|
97
|
+
videoHeight: {
|
|
98
|
+
value: string;
|
|
99
|
+
unit: number;
|
|
100
|
+
property: string;
|
|
100
101
|
propertyType?: any;
|
|
102
|
+
isReadOnly?: boolean | undefined;
|
|
103
|
+
parentRef?: string | undefined;
|
|
101
104
|
};
|
|
105
|
+
margin: import("../../interfaces/global").CSSPaddingValues | undefined;
|
|
106
|
+
padding: any;
|
|
102
107
|
autoplay: {
|
|
103
108
|
value: string;
|
|
104
109
|
propertyType: CMSElementEditTypes;
|
package/dist/video.scss
CHANGED
|
@@ -306,15 +306,20 @@
|
|
|
306
306
|
|
|
307
307
|
.video__data {
|
|
308
308
|
video {
|
|
309
|
-
max-width: 100%;
|
|
310
|
-
width: 100
|
|
309
|
+
// max-width: 100%;
|
|
310
|
+
width: prepareMediaVariable(--_ctm-lt-vo-wh, 100%);
|
|
311
|
+
height: prepareMediaVariable(--_ctm-lt-vo-ht, auto);
|
|
311
312
|
}
|
|
312
313
|
}
|
|
313
314
|
.video__thumbnail {
|
|
314
315
|
position: relative;
|
|
315
|
-
width: 100%;
|
|
316
|
+
// width: 100%;
|
|
317
|
+
width: prepareMediaVariable(--_ctm-lt-vo-wh, 100%);
|
|
318
|
+
height: prepareMediaVariable(--_ctm-lt-vo-ht, auto);
|
|
316
319
|
.placeholder__img {
|
|
317
|
-
width: 100%;
|
|
320
|
+
// width: 100%;
|
|
321
|
+
width: prepareMediaVariable(--_ctm-lt-vo-wh, 100%);
|
|
322
|
+
height: prepareMediaVariable(--_ctm-lt-vo-ht, auto);
|
|
318
323
|
// position: absolute;
|
|
319
324
|
// left: 0;
|
|
320
325
|
// top: 0;
|