@sc-360-v2/storefront-cms-library 0.5.59 → 0.5.61
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 +2 -8
- package/dist/allocation-header-quota-details.scss +9 -4
- package/dist/allocationDetails.scss +167 -164
- package/dist/allocations-quota-details.scss +9 -4
- package/dist/allocations.scss +1 -4
- package/dist/animation-control.scss +23 -23
- package/dist/builder.js +1 -1
- package/dist/builderLite.js +1 -1
- package/dist/bulk-variant-picker.scss +24 -26
- package/dist/bundle copy.scss +235 -0
- package/dist/bundle.scss +10 -10
- package/dist/bundleCategories.scss +301 -0
- package/dist/bundleDetails.scss +10 -1
- package/dist/button copy.scss +28 -0
- package/dist/buy-for-tabs-container-item.scss +80 -80
- package/dist/buyForHeaders.scss +3 -12
- package/dist/cart-details.scss +23 -4
- package/dist/cart-products-sidebar.scss +211 -211
- package/dist/cart-summary.scss +82 -10
- package/dist/cart-wrapper.scss +127 -127
- package/dist/cart.scss +2 -2
- package/dist/cartDropdownOverlay.scss +10 -1
- package/dist/cartGrouping.scss +89 -89
- package/dist/category-groups-product-grid.scss +143 -155
- package/dist/category-groups-product-image.scss +1372 -2010
- package/dist/category-groups-product-options.scss +680 -1054
- package/dist/category-groups-product-price.scss +2742 -4997
- package/dist/category-groups-quota-details.scss +7 -2
- package/dist/categoryDetails.scss +61 -61
- package/dist/categoryWidget.scss +34 -34
- package/dist/checkbox-radio.scss +124 -124
- package/dist/checkout.scss +1850 -4170
- package/dist/common-element.scss +35 -35
- package/dist/confirmationModal.scss +139 -139
- package/dist/coupon.scss +352 -714
- package/dist/custom-fonts.scss +100 -100
- package/dist/embroider-preview-element.scss +94 -94
- package/dist/emtpy-templates.scss +165 -165
- package/dist/faq.scss +7 -11
- package/dist/flex-text-editor.scss +271 -271
- package/dist/functions.scss +36 -0
- package/dist/gallery-slider-temp.scss +42 -5
- package/dist/hotspot.scss +1 -4
- package/dist/icon-list.scss +30 -59
- package/dist/image-for-product.scss +21 -21
- package/dist/image-temp.scss +18 -3
- package/dist/language-selector.scss +29 -21
- package/dist/last-x-orders.scss +6 -13
- package/dist/layouter-item.scss +3 -1
- package/dist/layouter.scss +164 -29
- package/dist/lightbox.scss +78 -78
- package/dist/line.scss +29 -70
- package/dist/loader.scss +37 -37
- package/dist/login.scss +49 -41
- package/dist/map.scss +23 -9
- package/dist/mega-menu.scss +1 -4
- package/dist/menu-item.scss +19 -19
- package/dist/myTemplates.scss +3 -0
- package/dist/order-processing.scss +61 -61
- package/dist/overflow-module.scss +63 -63
- package/dist/pickup-locations.scss +6 -3
- package/dist/position-module.scss +95 -95
- package/dist/prefix-list.scss +86 -86
- package/dist/product-actions.scss +6 -9
- package/dist/product-highlights.scss +40 -12
- package/dist/product-image-bundles.scss +12 -33
- package/dist/product-image.scss +341 -724
- package/dist/product-labels.scss +10 -8
- package/dist/product-options.scss +270 -125
- package/dist/product-price.scss +8 -2
- package/dist/productDetails.scss +2 -1
- package/dist/profile.scss +28 -0
- package/dist/quick-inventory-check.scss +6 -13
- package/dist/quick-links.scss +4 -0
- package/dist/quick-order-pad.scss +2 -2
- package/dist/quota-details.scss +11 -15
- package/dist/repeater copy.scss +24 -0
- package/dist/repeater-embla-controls.scss +13 -4
- package/dist/repeater.scss +161 -7
- package/dist/responsive-behaviour.scss +29 -29
- package/dist/scroll.scss +31 -1
- package/dist/shareCartSideBar.scss +254 -254
- package/dist/shipping-estimator.scss +41 -41
- package/dist/simple-list.scss +67 -0
- package/dist/social.scss +2 -2
- package/dist/sort.scss +89 -89
- package/dist/static-text.scss +52 -52
- package/dist/store-locations.scss +10 -8
- package/dist/sub-category.scss +74 -74
- package/dist/submit-quote.scss +275 -275
- package/dist/tab-container-item.scss +80 -80
- package/dist/tab-v2.scss +277 -604
- package/dist/table-common.scss +2 -2
- package/dist/table.scss +2 -2
- package/dist/text-temp-v2.scss +12 -23
- package/dist/text-temp.scss +109 -109
- package/dist/toggle-button.scss +32 -32
- package/dist/transform-properties-module.scss +20 -20
- package/dist/types/builder/elements/bundle-categories/index.d.ts +30 -0
- package/dist/types/builder/enums/index.d.ts +1 -0
- package/dist/types/builder/index.d.ts +2 -1
- package/dist/types/builder/tools/element-edit/addProductsTab.d.ts +108 -0
- package/dist/types/builder/tools/element-edit/breadcrumbs.d.ts +6 -0
- package/dist/types/builder/tools/element-edit/bundle.d.ts +22 -0
- package/dist/types/builder/tools/element-edit/bundleCategories.d.ts +115 -0
- package/dist/types/builder/tools/element-edit/bundleDetails.d.ts +64 -0
- package/dist/types/builder/tools/element-edit/button.d.ts +1 -0
- package/dist/types/builder/tools/element-edit/buttonInstance.d.ts +10 -0
- package/dist/types/builder/tools/element-edit/buyForWithTab.d.ts +84 -0
- package/dist/types/builder/tools/element-edit/cart.d.ts +6 -0
- package/dist/types/builder/tools/element-edit/cartAttributes.d.ts +60 -0
- package/dist/types/builder/tools/element-edit/cartDetails.d.ts +16 -0
- package/dist/types/builder/tools/element-edit/cartSummary.d.ts +1325 -74
- package/dist/types/builder/tools/element-edit/categoryGroups.d.ts +158 -0
- package/dist/types/builder/tools/element-edit/checkout.d.ts +172 -0
- package/dist/types/builder/tools/element-edit/common.d.ts +2 -0
- package/dist/types/builder/tools/element-edit/countdown.d.ts +44 -0
- package/dist/types/builder/tools/element-edit/coupon.d.ts +28 -0
- package/dist/types/builder/tools/element-edit/embroidery.d.ts +37 -0
- package/dist/types/builder/tools/element-edit/filterResults.d.ts +4 -0
- package/dist/types/builder/tools/element-edit/icon-list.d.ts +11 -0
- package/dist/types/builder/tools/element-edit/index.d.ts +2 -1
- package/dist/types/builder/tools/element-edit/itemStock.d.ts +2 -0
- package/dist/types/builder/tools/element-edit/kitDetails.d.ts +66 -0
- package/dist/types/builder/tools/element-edit/kits.d.ts +4 -0
- package/dist/types/builder/tools/element-edit/layouter.d.ts +33 -1
- package/dist/types/builder/tools/element-edit/map.d.ts +5 -1
- package/dist/types/builder/tools/element-edit/marchandiserSets.d.ts +2 -0
- package/dist/types/builder/tools/element-edit/orderStatus.d.ts +17 -0
- package/dist/types/builder/tools/element-edit/paymentMethods.d.ts +6 -0
- package/dist/types/builder/tools/element-edit/productCustomizations.d.ts +14 -0
- package/dist/types/builder/tools/element-edit/productOptions.d.ts +3 -1
- package/dist/types/builder/tools/element-edit/productPrice.d.ts +1 -0
- package/dist/types/builder/tools/element-edit/quickLinks.d.ts +26 -0
- package/dist/types/builder/tools/element-edit/repeater.d.ts +45 -1
- package/dist/types/builder/tools/element-edit/scroll.d.ts +8 -11
- package/dist/types/builder/tools/element-edit/search.d.ts +1 -0
- package/dist/types/builder/tools/element-edit/searchResultsHeading.d.ts +6 -0
- package/dist/types/builder/tools/element-edit/shipping-payments.d.ts +72 -0
- package/dist/types/builder/tools/element-edit/shippingEstimator.d.ts +4 -0
- package/dist/types/builder/tools/element-edit/social.d.ts +2 -0
- package/dist/types/builder/tools/element-edit/spotlight.d.ts +2 -0
- package/dist/types/builder/tools/element-edit/table.d.ts +10 -0
- package/dist/types/builder/tools/element-edit/tabs.d.ts +6 -0
- package/dist/types/builder/tools/element-edit/typographyInstance.d.ts +110 -0
- package/dist/types/builder/tools/element-edit/userElements.d.ts +62 -22
- package/dist/types/builder/tools/element-edit/variantPicker.d.ts +4 -0
- package/dist/types/builder/tools/element-edit/video.d.ts +22 -0
- package/dist/uom-selector.scss +8 -2
- package/dist/user-elements.scss +133 -104
- package/dist/variant-picker.scss +1 -4
- package/dist/video.scss +147 -325
- package/dist/volume-pricing.scss +2 -2
- package/dist/website.js +1 -1
- package/dist/wishlist-overlay.scss +48 -48
- package/package.json +131 -131
|
@@ -196,6 +196,8 @@ export declare const getDefaultData: () => {
|
|
|
196
196
|
characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
|
|
197
197
|
lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
|
|
198
198
|
backgroundColor: CMSIBCommonInterface;
|
|
199
|
+
textOverflow: any;
|
|
200
|
+
numberOfDisplayedLines: any;
|
|
199
201
|
selectorKey: SelectorKeysEnum;
|
|
200
202
|
};
|
|
201
203
|
allocation: {
|
|
@@ -228,6 +230,8 @@ export declare const getDefaultData: () => {
|
|
|
228
230
|
characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
|
|
229
231
|
lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
|
|
230
232
|
backgroundColor: CMSIBCommonInterface;
|
|
233
|
+
textOverflow: any;
|
|
234
|
+
numberOfDisplayedLines: any;
|
|
231
235
|
selectorKey: SelectorKeysEnum;
|
|
232
236
|
};
|
|
233
237
|
quotaLeft: {
|
|
@@ -258,6 +262,8 @@ export declare const getDefaultData: () => {
|
|
|
258
262
|
characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
|
|
259
263
|
lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
|
|
260
264
|
backgroundColor: CMSIBCommonInterface;
|
|
265
|
+
textOverflow: any;
|
|
266
|
+
numberOfDisplayedLines: any;
|
|
261
267
|
selectorKey: SelectorKeysEnum;
|
|
262
268
|
};
|
|
263
269
|
eligiblePaymentMethod: {
|
|
@@ -288,6 +294,8 @@ export declare const getDefaultData: () => {
|
|
|
288
294
|
characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
|
|
289
295
|
lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
|
|
290
296
|
backgroundColor: CMSIBCommonInterface;
|
|
297
|
+
textOverflow: any;
|
|
298
|
+
numberOfDisplayedLines: any;
|
|
291
299
|
selectorKey: SelectorKeysEnum;
|
|
292
300
|
};
|
|
293
301
|
};
|
|
@@ -486,6 +494,8 @@ export declare const getDefaultData: () => {
|
|
|
486
494
|
property: string;
|
|
487
495
|
propertyType: CMSElementEditTypes;
|
|
488
496
|
};
|
|
497
|
+
textOverflow: any;
|
|
498
|
+
numberOfDisplayedLines: any;
|
|
489
499
|
buttonStyle: {
|
|
490
500
|
parentRef: string;
|
|
491
501
|
propertyType: CMSElementEditTypes;
|
|
@@ -724,6 +734,8 @@ export declare const getDefaultData: () => {
|
|
|
724
734
|
property: string;
|
|
725
735
|
propertyType: CMSElementEditTypes;
|
|
726
736
|
};
|
|
737
|
+
textOverflow: any;
|
|
738
|
+
numberOfDisplayedLines: any;
|
|
727
739
|
buttonStyle: {
|
|
728
740
|
parentRef: string;
|
|
729
741
|
propertyType: CMSElementEditTypes;
|
|
@@ -790,6 +802,8 @@ export declare const getDefaultData: () => {
|
|
|
790
802
|
characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
|
|
791
803
|
lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
|
|
792
804
|
backgroundColor: CMSIBCommonInterface;
|
|
805
|
+
textOverflow: any;
|
|
806
|
+
numberOfDisplayedLines: any;
|
|
793
807
|
selectorKey: SelectorKeysEnum;
|
|
794
808
|
};
|
|
795
809
|
productCardTitle: {
|
|
@@ -821,6 +835,8 @@ export declare const getDefaultData: () => {
|
|
|
821
835
|
characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
|
|
822
836
|
lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
|
|
823
837
|
backgroundColor: CMSIBCommonInterface;
|
|
838
|
+
textOverflow: any;
|
|
839
|
+
numberOfDisplayedLines: any;
|
|
824
840
|
selectorKey: SelectorKeysEnum;
|
|
825
841
|
};
|
|
826
842
|
productCardDescription: {
|
|
@@ -852,6 +868,8 @@ export declare const getDefaultData: () => {
|
|
|
852
868
|
characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
|
|
853
869
|
lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
|
|
854
870
|
backgroundColor: CMSIBCommonInterface;
|
|
871
|
+
textOverflow: any;
|
|
872
|
+
numberOfDisplayedLines: any;
|
|
855
873
|
selectorKey: SelectorKeysEnum;
|
|
856
874
|
};
|
|
857
875
|
productCardPrice: {
|
|
@@ -883,6 +901,8 @@ export declare const getDefaultData: () => {
|
|
|
883
901
|
characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
|
|
884
902
|
lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
|
|
885
903
|
backgroundColor: CMSIBCommonInterface;
|
|
904
|
+
textOverflow: any;
|
|
905
|
+
numberOfDisplayedLines: any;
|
|
886
906
|
selectorKey: SelectorKeysEnum;
|
|
887
907
|
};
|
|
888
908
|
productCardInfo: {
|
|
@@ -914,6 +934,8 @@ export declare const getDefaultData: () => {
|
|
|
914
934
|
characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
|
|
915
935
|
lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
|
|
916
936
|
backgroundColor: CMSIBCommonInterface;
|
|
937
|
+
textOverflow: any;
|
|
938
|
+
numberOfDisplayedLines: any;
|
|
917
939
|
selectorKey: SelectorKeysEnum;
|
|
918
940
|
};
|
|
919
941
|
};
|
|
@@ -962,6 +984,8 @@ export declare const getDefaultData: () => {
|
|
|
962
984
|
characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
|
|
963
985
|
lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
|
|
964
986
|
backgroundColor: CMSIBCommonInterface;
|
|
987
|
+
textOverflow: any;
|
|
988
|
+
numberOfDisplayedLines: any;
|
|
965
989
|
borderColor: CMSIBCommonInterface;
|
|
966
990
|
borderStyle: CMSIBCommonInterface;
|
|
967
991
|
borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
|
|
@@ -993,6 +1017,8 @@ export declare const getDefaultData: () => {
|
|
|
993
1017
|
characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
|
|
994
1018
|
lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
|
|
995
1019
|
backgroundColor: CMSIBCommonInterface;
|
|
1020
|
+
textOverflow: any;
|
|
1021
|
+
numberOfDisplayedLines: any;
|
|
996
1022
|
borderColor: CMSIBCommonInterface;
|
|
997
1023
|
borderStyle: CMSIBCommonInterface;
|
|
998
1024
|
borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
|
|
@@ -1024,6 +1050,8 @@ export declare const getDefaultData: () => {
|
|
|
1024
1050
|
characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
|
|
1025
1051
|
lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
|
|
1026
1052
|
backgroundColor: CMSIBCommonInterface;
|
|
1053
|
+
textOverflow: any;
|
|
1054
|
+
numberOfDisplayedLines: any;
|
|
1027
1055
|
borderColor: CMSIBCommonInterface;
|
|
1028
1056
|
borderStyle: CMSIBCommonInterface;
|
|
1029
1057
|
borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
|
|
@@ -1055,6 +1083,8 @@ export declare const getDefaultData: () => {
|
|
|
1055
1083
|
characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
|
|
1056
1084
|
lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
|
|
1057
1085
|
backgroundColor: CMSIBCommonInterface;
|
|
1086
|
+
textOverflow: any;
|
|
1087
|
+
numberOfDisplayedLines: any;
|
|
1058
1088
|
borderColor: CMSIBCommonInterface;
|
|
1059
1089
|
borderStyle: CMSIBCommonInterface;
|
|
1060
1090
|
borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
|
|
@@ -1086,6 +1116,8 @@ export declare const getDefaultData: () => {
|
|
|
1086
1116
|
characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
|
|
1087
1117
|
lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
|
|
1088
1118
|
backgroundColor: CMSIBCommonInterface;
|
|
1119
|
+
textOverflow: any;
|
|
1120
|
+
numberOfDisplayedLines: any;
|
|
1089
1121
|
borderColor: CMSIBCommonInterface;
|
|
1090
1122
|
borderStyle: CMSIBCommonInterface;
|
|
1091
1123
|
borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
|
|
@@ -1156,6 +1188,8 @@ export declare const getDefaultData: () => {
|
|
|
1156
1188
|
characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
|
|
1157
1189
|
lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
|
|
1158
1190
|
backgroundColor: CMSIBCommonInterface;
|
|
1191
|
+
textOverflow: any;
|
|
1192
|
+
numberOfDisplayedLines: any;
|
|
1159
1193
|
selectorKey: SelectorKeysEnum;
|
|
1160
1194
|
};
|
|
1161
1195
|
};
|
|
@@ -1174,6 +1208,8 @@ export declare const getDefaultData: () => {
|
|
|
1174
1208
|
characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
|
|
1175
1209
|
lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
|
|
1176
1210
|
backgroundColor: CMSIBCommonInterface;
|
|
1211
|
+
textOverflow: any;
|
|
1212
|
+
numberOfDisplayedLines: any;
|
|
1177
1213
|
selectorKey: SelectorKeysEnum;
|
|
1178
1214
|
};
|
|
1179
1215
|
categoryCardInfoDesign: {
|
|
@@ -1189,6 +1225,8 @@ export declare const getDefaultData: () => {
|
|
|
1189
1225
|
characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
|
|
1190
1226
|
lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
|
|
1191
1227
|
backgroundColor: CMSIBCommonInterface;
|
|
1228
|
+
textOverflow: any;
|
|
1229
|
+
numberOfDisplayedLines: any;
|
|
1192
1230
|
selectorKey: SelectorKeysEnum;
|
|
1193
1231
|
};
|
|
1194
1232
|
categoryCardDesign: {
|
|
@@ -1321,6 +1359,8 @@ export declare const getDefaultData: () => {
|
|
|
1321
1359
|
characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
|
|
1322
1360
|
lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
|
|
1323
1361
|
backgroundColor: CMSIBCommonInterface;
|
|
1362
|
+
textOverflow: any;
|
|
1363
|
+
numberOfDisplayedLines: any;
|
|
1324
1364
|
selectorKey: SelectorKeysEnum;
|
|
1325
1365
|
};
|
|
1326
1366
|
productCardInfoDesign: {
|
|
@@ -1336,6 +1376,8 @@ export declare const getDefaultData: () => {
|
|
|
1336
1376
|
characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
|
|
1337
1377
|
lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
|
|
1338
1378
|
backgroundColor: CMSIBCommonInterface;
|
|
1379
|
+
textOverflow: any;
|
|
1380
|
+
numberOfDisplayedLines: any;
|
|
1339
1381
|
selectorKey: SelectorKeysEnum;
|
|
1340
1382
|
};
|
|
1341
1383
|
productCardPriceDesign: {
|
|
@@ -1351,6 +1393,8 @@ export declare const getDefaultData: () => {
|
|
|
1351
1393
|
characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
|
|
1352
1394
|
lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
|
|
1353
1395
|
backgroundColor: CMSIBCommonInterface;
|
|
1396
|
+
textOverflow: any;
|
|
1397
|
+
numberOfDisplayedLines: any;
|
|
1354
1398
|
selectorKey: SelectorKeysEnum;
|
|
1355
1399
|
};
|
|
1356
1400
|
};
|
|
@@ -1410,6 +1454,8 @@ export declare const getDefaultData: () => {
|
|
|
1410
1454
|
characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
|
|
1411
1455
|
lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
|
|
1412
1456
|
backgroundColor: CMSIBCommonInterface;
|
|
1457
|
+
textOverflow: any;
|
|
1458
|
+
numberOfDisplayedLines: any;
|
|
1413
1459
|
selectorKey: SelectorKeysEnum;
|
|
1414
1460
|
};
|
|
1415
1461
|
productNameDesign: {
|
|
@@ -1425,6 +1471,8 @@ export declare const getDefaultData: () => {
|
|
|
1425
1471
|
characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
|
|
1426
1472
|
lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
|
|
1427
1473
|
backgroundColor: CMSIBCommonInterface;
|
|
1474
|
+
textOverflow: any;
|
|
1475
|
+
numberOfDisplayedLines: any;
|
|
1428
1476
|
selectorKey: SelectorKeysEnum;
|
|
1429
1477
|
};
|
|
1430
1478
|
productPriceDesign: {
|
|
@@ -1440,6 +1488,8 @@ export declare const getDefaultData: () => {
|
|
|
1440
1488
|
characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
|
|
1441
1489
|
lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
|
|
1442
1490
|
backgroundColor: CMSIBCommonInterface;
|
|
1491
|
+
textOverflow: any;
|
|
1492
|
+
numberOfDisplayedLines: any;
|
|
1443
1493
|
selectorKey: SelectorKeysEnum;
|
|
1444
1494
|
};
|
|
1445
1495
|
productInfoDesign: {
|
|
@@ -1455,6 +1505,8 @@ export declare const getDefaultData: () => {
|
|
|
1455
1505
|
characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
|
|
1456
1506
|
lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
|
|
1457
1507
|
backgroundColor: CMSIBCommonInterface;
|
|
1508
|
+
textOverflow: any;
|
|
1509
|
+
numberOfDisplayedLines: any;
|
|
1458
1510
|
selectorKey: SelectorKeysEnum;
|
|
1459
1511
|
};
|
|
1460
1512
|
selectButtonDesign: {
|
|
@@ -1487,6 +1539,8 @@ export declare const getDefaultData: () => {
|
|
|
1487
1539
|
characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
|
|
1488
1540
|
lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
|
|
1489
1541
|
backgroundColor: CMSIBCommonInterface;
|
|
1542
|
+
textOverflow: any;
|
|
1543
|
+
numberOfDisplayedLines: any;
|
|
1490
1544
|
selectorKey: SelectorKeysEnum;
|
|
1491
1545
|
};
|
|
1492
1546
|
hoverState: {
|
|
@@ -1686,6 +1740,8 @@ export declare const getDefaultData: () => {
|
|
|
1686
1740
|
property: string;
|
|
1687
1741
|
propertyType: CMSElementEditTypes;
|
|
1688
1742
|
};
|
|
1743
|
+
textOverflow: any;
|
|
1744
|
+
numberOfDisplayedLines: any;
|
|
1689
1745
|
buttonStyle: {
|
|
1690
1746
|
parentRef: string;
|
|
1691
1747
|
propertyType: CMSElementEditTypes;
|
|
@@ -1913,6 +1969,8 @@ export declare const getDefaultData: () => {
|
|
|
1913
1969
|
property: string;
|
|
1914
1970
|
propertyType: CMSElementEditTypes;
|
|
1915
1971
|
};
|
|
1972
|
+
textOverflow: any;
|
|
1973
|
+
numberOfDisplayedLines: any;
|
|
1916
1974
|
buttonStyle: {
|
|
1917
1975
|
parentRef: string;
|
|
1918
1976
|
propertyType: CMSElementEditTypes;
|
|
@@ -1991,6 +2049,8 @@ export declare const getDefaultData: () => {
|
|
|
1991
2049
|
characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
|
|
1992
2050
|
lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
|
|
1993
2051
|
backgroundColor: CMSIBCommonInterface;
|
|
2052
|
+
textOverflow: any;
|
|
2053
|
+
numberOfDisplayedLines: any;
|
|
1994
2054
|
selectorKey: SelectorKeysEnum;
|
|
1995
2055
|
};
|
|
1996
2056
|
hoverState: {
|
|
@@ -2190,6 +2250,8 @@ export declare const getDefaultData: () => {
|
|
|
2190
2250
|
property: string;
|
|
2191
2251
|
propertyType: CMSElementEditTypes;
|
|
2192
2252
|
};
|
|
2253
|
+
textOverflow: any;
|
|
2254
|
+
numberOfDisplayedLines: any;
|
|
2193
2255
|
buttonStyle: {
|
|
2194
2256
|
parentRef: string;
|
|
2195
2257
|
propertyType: CMSElementEditTypes;
|
|
@@ -2417,6 +2479,8 @@ export declare const getDefaultData: () => {
|
|
|
2417
2479
|
property: string;
|
|
2418
2480
|
propertyType: CMSElementEditTypes;
|
|
2419
2481
|
};
|
|
2482
|
+
textOverflow: any;
|
|
2483
|
+
numberOfDisplayedLines: any;
|
|
2420
2484
|
buttonStyle: {
|
|
2421
2485
|
parentRef: string;
|
|
2422
2486
|
propertyType: CMSElementEditTypes;
|
|
@@ -2593,6 +2657,17 @@ export declare const getDefaultData: () => {
|
|
|
2593
2657
|
propertyType: CMSElementEditTypes;
|
|
2594
2658
|
parentRef: string;
|
|
2595
2659
|
};
|
|
2660
|
+
textOverflow: {
|
|
2661
|
+
value: boolean;
|
|
2662
|
+
property: string;
|
|
2663
|
+
propertyType: CMSElementEditTypes;
|
|
2664
|
+
};
|
|
2665
|
+
numberOfDisplayedLines: {
|
|
2666
|
+
value: number;
|
|
2667
|
+
unit: number;
|
|
2668
|
+
property: string;
|
|
2669
|
+
propertyType: CMSElementEditTypes;
|
|
2670
|
+
};
|
|
2596
2671
|
selectorKey: SelectorKeysEnum;
|
|
2597
2672
|
padding: any;
|
|
2598
2673
|
backgroundColor: CMSIBCommonInterface;
|
|
@@ -2709,6 +2784,17 @@ export declare const getDefaultData: () => {
|
|
|
2709
2784
|
propertyType: CMSElementEditTypes;
|
|
2710
2785
|
parentRef: string;
|
|
2711
2786
|
};
|
|
2787
|
+
textOverflow: {
|
|
2788
|
+
value: boolean;
|
|
2789
|
+
property: string;
|
|
2790
|
+
propertyType: CMSElementEditTypes;
|
|
2791
|
+
};
|
|
2792
|
+
numberOfDisplayedLines: {
|
|
2793
|
+
value: number;
|
|
2794
|
+
unit: number;
|
|
2795
|
+
property: string;
|
|
2796
|
+
propertyType: CMSElementEditTypes;
|
|
2797
|
+
};
|
|
2712
2798
|
selectorKey: SelectorKeysEnum;
|
|
2713
2799
|
backgroundColor: CMSIBCommonInterface;
|
|
2714
2800
|
borderColor: CMSIBCommonInterface;
|
|
@@ -2909,6 +2995,17 @@ export declare const getDefaultData: () => {
|
|
|
2909
2995
|
propertyType: CMSElementEditTypes;
|
|
2910
2996
|
parentRef: string;
|
|
2911
2997
|
};
|
|
2998
|
+
textOverflow: {
|
|
2999
|
+
value: boolean;
|
|
3000
|
+
property: string;
|
|
3001
|
+
propertyType: CMSElementEditTypes;
|
|
3002
|
+
};
|
|
3003
|
+
numberOfDisplayedLines: {
|
|
3004
|
+
value: number;
|
|
3005
|
+
unit: number;
|
|
3006
|
+
property: string;
|
|
3007
|
+
propertyType: CMSElementEditTypes;
|
|
3008
|
+
};
|
|
2912
3009
|
selectorKey: SelectorKeysEnum;
|
|
2913
3010
|
padding: any;
|
|
2914
3011
|
backgroundColor: CMSIBCommonInterface;
|
|
@@ -3025,6 +3122,17 @@ export declare const getDefaultData: () => {
|
|
|
3025
3122
|
propertyType: CMSElementEditTypes;
|
|
3026
3123
|
parentRef: string;
|
|
3027
3124
|
};
|
|
3125
|
+
textOverflow: {
|
|
3126
|
+
value: boolean;
|
|
3127
|
+
property: string;
|
|
3128
|
+
propertyType: CMSElementEditTypes;
|
|
3129
|
+
};
|
|
3130
|
+
numberOfDisplayedLines: {
|
|
3131
|
+
value: number;
|
|
3132
|
+
unit: number;
|
|
3133
|
+
property: string;
|
|
3134
|
+
propertyType: CMSElementEditTypes;
|
|
3135
|
+
};
|
|
3028
3136
|
selectorKey: SelectorKeysEnum;
|
|
3029
3137
|
padding: any;
|
|
3030
3138
|
backgroundColor: CMSIBCommonInterface;
|
|
@@ -160,6 +160,8 @@ export declare const getDefaultData: () => {
|
|
|
160
160
|
};
|
|
161
161
|
wordWrap: CMSIBCommonInterface;
|
|
162
162
|
wordBreak: CMSIBCommonInterface;
|
|
163
|
+
textOverflow: any;
|
|
164
|
+
numberOfDisplayedLines: any;
|
|
163
165
|
borderColor: CMSIBCommonInterface;
|
|
164
166
|
borderStyle: CMSIBCommonInterface;
|
|
165
167
|
borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
|
|
@@ -221,6 +223,8 @@ export declare const getDefaultData: () => {
|
|
|
221
223
|
};
|
|
222
224
|
wordWrap: CMSIBCommonInterface;
|
|
223
225
|
wordBreak: CMSIBCommonInterface;
|
|
226
|
+
textOverflow: any;
|
|
227
|
+
numberOfDisplayedLines: any;
|
|
224
228
|
borderColor: CMSIBCommonInterface;
|
|
225
229
|
borderStyle: CMSIBCommonInterface;
|
|
226
230
|
borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
|
|
@@ -282,6 +286,8 @@ export declare const getDefaultData: () => {
|
|
|
282
286
|
};
|
|
283
287
|
wordWrap: CMSIBCommonInterface;
|
|
284
288
|
wordBreak: CMSIBCommonInterface;
|
|
289
|
+
textOverflow: any;
|
|
290
|
+
numberOfDisplayedLines: any;
|
|
285
291
|
borderColor: CMSIBCommonInterface;
|
|
286
292
|
borderStyle: CMSIBCommonInterface;
|
|
287
293
|
borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
|
|
@@ -236,6 +236,8 @@ export declare const getDefaultData: () => {
|
|
|
236
236
|
textAlign: CMSIBCommonInterface;
|
|
237
237
|
characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
|
|
238
238
|
lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
|
|
239
|
+
textOverflow: any;
|
|
240
|
+
numberOfDisplayedLines: any;
|
|
239
241
|
selectorKey: SelectorKeysEnum;
|
|
240
242
|
};
|
|
241
243
|
descriptionDesign: {
|
|
@@ -266,6 +268,8 @@ export declare const getDefaultData: () => {
|
|
|
266
268
|
textAlign: CMSIBCommonInterface;
|
|
267
269
|
characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
|
|
268
270
|
lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
|
|
271
|
+
textOverflow: any;
|
|
272
|
+
numberOfDisplayedLines: any;
|
|
269
273
|
selectorKey: SelectorKeysEnum;
|
|
270
274
|
};
|
|
271
275
|
productNameDesign: {
|
|
@@ -520,6 +524,8 @@ export declare const getDefaultData: () => {
|
|
|
520
524
|
property: string;
|
|
521
525
|
propertyType: CMSElementEditTypes;
|
|
522
526
|
};
|
|
527
|
+
textOverflow: any;
|
|
528
|
+
numberOfDisplayedLines: any;
|
|
523
529
|
buttonStyle: {
|
|
524
530
|
parentRef: string;
|
|
525
531
|
propertyType: CMSElementEditTypes;
|
|
@@ -758,6 +764,8 @@ export declare const getDefaultData: () => {
|
|
|
758
764
|
property: string;
|
|
759
765
|
propertyType: CMSElementEditTypes;
|
|
760
766
|
};
|
|
767
|
+
textOverflow: any;
|
|
768
|
+
numberOfDisplayedLines: any;
|
|
761
769
|
buttonStyle: {
|
|
762
770
|
parentRef: string;
|
|
763
771
|
propertyType: CMSElementEditTypes;
|
|
@@ -985,6 +993,8 @@ export declare const getDefaultData: () => {
|
|
|
985
993
|
property: string;
|
|
986
994
|
propertyType: CMSElementEditTypes;
|
|
987
995
|
};
|
|
996
|
+
textOverflow: any;
|
|
997
|
+
numberOfDisplayedLines: any;
|
|
988
998
|
buttonStyle: {
|
|
989
999
|
parentRef: string;
|
|
990
1000
|
propertyType: CMSElementEditTypes;
|
|
@@ -1223,6 +1233,8 @@ export declare const getDefaultData: () => {
|
|
|
1223
1233
|
property: string;
|
|
1224
1234
|
propertyType: CMSElementEditTypes;
|
|
1225
1235
|
};
|
|
1236
|
+
textOverflow: any;
|
|
1237
|
+
numberOfDisplayedLines: any;
|
|
1226
1238
|
buttonStyle: {
|
|
1227
1239
|
parentRef: string;
|
|
1228
1240
|
propertyType: CMSElementEditTypes;
|
|
@@ -1348,6 +1360,8 @@ export declare const getDefaultData: () => {
|
|
|
1348
1360
|
textAlign: CMSIBCommonInterface;
|
|
1349
1361
|
characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
|
|
1350
1362
|
lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
|
|
1363
|
+
textOverflow: any;
|
|
1364
|
+
numberOfDisplayedLines: any;
|
|
1351
1365
|
selectorKey: SelectorKeysEnum;
|
|
1352
1366
|
};
|
|
1353
1367
|
divider: {
|
|
@@ -1577,6 +1591,8 @@ export declare const getDefaultData: () => {
|
|
|
1577
1591
|
property: string;
|
|
1578
1592
|
propertyType: CMSElementEditTypes;
|
|
1579
1593
|
};
|
|
1594
|
+
textOverflow: any;
|
|
1595
|
+
numberOfDisplayedLines: any;
|
|
1580
1596
|
selectorKey: SelectorKeysEnum;
|
|
1581
1597
|
padding: any;
|
|
1582
1598
|
};
|
|
@@ -1772,6 +1788,8 @@ export declare const getDefaultData: () => {
|
|
|
1772
1788
|
property: string;
|
|
1773
1789
|
propertyType: CMSElementEditTypes;
|
|
1774
1790
|
};
|
|
1791
|
+
textOverflow: any;
|
|
1792
|
+
numberOfDisplayedLines: any;
|
|
1775
1793
|
selectorKey: SelectorKeysEnum;
|
|
1776
1794
|
padding: any;
|
|
1777
1795
|
};
|
|
@@ -1984,6 +2002,8 @@ export declare const getDefaultData: () => {
|
|
|
1984
2002
|
property: string;
|
|
1985
2003
|
propertyType: CMSElementEditTypes;
|
|
1986
2004
|
};
|
|
2005
|
+
textOverflow: any;
|
|
2006
|
+
numberOfDisplayedLines: any;
|
|
1987
2007
|
selectorKey: SelectorKeysEnum;
|
|
1988
2008
|
padding: any;
|
|
1989
2009
|
};
|
|
@@ -2179,6 +2199,8 @@ export declare const getDefaultData: () => {
|
|
|
2179
2199
|
property: string;
|
|
2180
2200
|
propertyType: CMSElementEditTypes;
|
|
2181
2201
|
};
|
|
2202
|
+
textOverflow: any;
|
|
2203
|
+
numberOfDisplayedLines: any;
|
|
2182
2204
|
selectorKey: SelectorKeysEnum;
|
|
2183
2205
|
padding: any;
|
|
2184
2206
|
};
|
|
@@ -0,0 +1,115 @@
|
|
|
1
|
+
import { CMSCSSUnitTypesEnums, CMSElementEditTypes } from "../../enums";
|
|
2
|
+
export declare enum SelectorKeysEnum {
|
|
3
|
+
LAYOUT = "layout",
|
|
4
|
+
CONTENT = "content",
|
|
5
|
+
DESIGN = "design",
|
|
6
|
+
DATA_CONNECTOR = "dataConnector"
|
|
7
|
+
}
|
|
8
|
+
/**
|
|
9
|
+
* Category strip for a bundle built from CMS elements. Deliberately thin: the
|
|
10
|
+
* counts and completion state are derived at runtime from the bundle and the
|
|
11
|
+
* shared selection, so there is nothing here to configure but presentation and
|
|
12
|
+
* which parts to show.
|
|
13
|
+
*/
|
|
14
|
+
export declare const getDefaultData: () => {
|
|
15
|
+
layout: {
|
|
16
|
+
selectorKey: SelectorKeysEnum;
|
|
17
|
+
width: {
|
|
18
|
+
value: number;
|
|
19
|
+
property: string;
|
|
20
|
+
unit: CMSCSSUnitTypesEnums;
|
|
21
|
+
propertyType: CMSElementEditTypes;
|
|
22
|
+
};
|
|
23
|
+
height: {
|
|
24
|
+
value: number;
|
|
25
|
+
property: string;
|
|
26
|
+
unit: CMSCSSUnitTypesEnums;
|
|
27
|
+
propertyType: CMSElementEditTypes;
|
|
28
|
+
};
|
|
29
|
+
margin: import("../../interfaces/global").CSSPaddingValues | undefined;
|
|
30
|
+
padding: any;
|
|
31
|
+
itemGap: {
|
|
32
|
+
value: number;
|
|
33
|
+
unit: number;
|
|
34
|
+
property: string;
|
|
35
|
+
propertyType: CMSElementEditTypes;
|
|
36
|
+
};
|
|
37
|
+
showArrows: {
|
|
38
|
+
value: boolean;
|
|
39
|
+
property: string;
|
|
40
|
+
propertyType: CMSElementEditTypes;
|
|
41
|
+
};
|
|
42
|
+
loopItems: {
|
|
43
|
+
value: boolean;
|
|
44
|
+
property: string;
|
|
45
|
+
propertyType: CMSElementEditTypes;
|
|
46
|
+
};
|
|
47
|
+
allowAutoScroll: {
|
|
48
|
+
value: boolean;
|
|
49
|
+
property: string;
|
|
50
|
+
propertyType: CMSElementEditTypes;
|
|
51
|
+
};
|
|
52
|
+
positionType: import("../../interfaces/global").CMSIBCommonInterface | undefined;
|
|
53
|
+
pinTo: import("../../interfaces/global").CMSIBCommonInterface | undefined;
|
|
54
|
+
};
|
|
55
|
+
content: {
|
|
56
|
+
selectorKey: SelectorKeysEnum;
|
|
57
|
+
showBundleName: {
|
|
58
|
+
value: boolean;
|
|
59
|
+
property: string;
|
|
60
|
+
propertyType: CMSElementEditTypes;
|
|
61
|
+
};
|
|
62
|
+
showProductCount: {
|
|
63
|
+
value: boolean;
|
|
64
|
+
property: string;
|
|
65
|
+
propertyType: CMSElementEditTypes;
|
|
66
|
+
};
|
|
67
|
+
showSelectedCount: {
|
|
68
|
+
value: boolean;
|
|
69
|
+
property: string;
|
|
70
|
+
propertyType: CMSElementEditTypes;
|
|
71
|
+
};
|
|
72
|
+
showCategoryImage: {
|
|
73
|
+
value: boolean;
|
|
74
|
+
property: string;
|
|
75
|
+
propertyType: CMSElementEditTypes;
|
|
76
|
+
};
|
|
77
|
+
};
|
|
78
|
+
design: {
|
|
79
|
+
gradientType: import("../../interfaces/global").CMSIBSizeInterface;
|
|
80
|
+
gradientStartColor: import("../../interfaces/global").CMSIBCommonInterface;
|
|
81
|
+
gradientEndColor: import("../../interfaces/global").CMSIBCommonInterface;
|
|
82
|
+
gradientFlip: import("../../interfaces/global").CMSIBCommonInterface;
|
|
83
|
+
gradientAngle: import("../../interfaces/global").CMSIBCommonInterface;
|
|
84
|
+
gradientPosition: import("../../interfaces/global").CMSIBCommonInterface;
|
|
85
|
+
gradientStartPosition: import("../../interfaces/global").CMSIBCommonInterface;
|
|
86
|
+
gradientEndPosition: import("../../interfaces/global").CMSIBCommonInterface;
|
|
87
|
+
backgroundColor: import("../../interfaces/global").CMSIBCommonInterface;
|
|
88
|
+
backgroundRepeat: import("../../interfaces/global").CMSIBCommonInterface;
|
|
89
|
+
backgroundSize: import("../../interfaces/global").CMSIBCommonInterface;
|
|
90
|
+
backgroundAttachment: import("../../interfaces/global").CMSIBCommonInterface;
|
|
91
|
+
backgroundPosition: import("../../interfaces/global").CMSIBCommonInterface;
|
|
92
|
+
backgroundPositionX: import("../../interfaces/global").CMSIBCommonInterface;
|
|
93
|
+
backgroundPositionY: import("../../interfaces/global").CMSIBCommonInterface;
|
|
94
|
+
backgroundImage: import("../../interfaces/global").CMSIBCommonInterface;
|
|
95
|
+
selectorKey: SelectorKeysEnum;
|
|
96
|
+
borderColor: import("../../interfaces/global").CMSIBCommonInterface;
|
|
97
|
+
borderStyle: import("../../interfaces/global").CMSIBCommonInterface;
|
|
98
|
+
showBorder: import("../../interfaces/global").CMSIBCommonInterface;
|
|
99
|
+
showShadow: import("../../interfaces/global").CMSIBCommonInterface;
|
|
100
|
+
shadowColor: import("../../interfaces/global").CMSIBCommonInterface;
|
|
101
|
+
blur: import("../../interfaces/global").CMSIBSizeInterface;
|
|
102
|
+
spread: import("../../interfaces/global").CMSIBSizeInterface;
|
|
103
|
+
angle: import("../../interfaces/global").CMSIBSizeInterface;
|
|
104
|
+
borderRadius: import("../../interfaces/global").CSSPaddingValues;
|
|
105
|
+
};
|
|
106
|
+
dataConnector: {
|
|
107
|
+
selectorKey: SelectorKeysEnum;
|
|
108
|
+
dataConnector: any;
|
|
109
|
+
dynamicData: {
|
|
110
|
+
value: null;
|
|
111
|
+
property: string;
|
|
112
|
+
propertyType: CMSElementEditTypes;
|
|
113
|
+
};
|
|
114
|
+
};
|
|
115
|
+
};
|