@sc-360-v2/storefront-cms-library 0.3.68 → 0.3.70
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 +45 -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/modal.scss +7 -0
- package/dist/my-templates.scss +284 -70
- 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/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 +12 -3
- 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
|
@@ -70,7 +70,7 @@ export declare const getDefaultData: () => {
|
|
|
70
70
|
unit: CMSCSSUnitTypesEnums;
|
|
71
71
|
};
|
|
72
72
|
margin: import("../../interfaces/global").CSSPaddingValues | undefined;
|
|
73
|
-
padding:
|
|
73
|
+
padding: any;
|
|
74
74
|
overflowContent: import("../../interfaces/global").CMSIBCommonInterface | undefined;
|
|
75
75
|
signInTemplate: {
|
|
76
76
|
value: string;
|
|
@@ -108,13 +108,7 @@ export declare const getDefaultData: () => {
|
|
|
108
108
|
propertyType: CMSElementEditTypes;
|
|
109
109
|
unit: number;
|
|
110
110
|
};
|
|
111
|
-
accordianPadding:
|
|
112
|
-
property: string;
|
|
113
|
-
isAll?: boolean | undefined;
|
|
114
|
-
sides?: import("../../interfaces/global").PaddingSides | import("../../interfaces/global").BorderSides | undefined;
|
|
115
|
-
iscss?: boolean | undefined;
|
|
116
|
-
propertyType?: any;
|
|
117
|
-
};
|
|
111
|
+
accordianPadding: any;
|
|
118
112
|
savedShippingAddressLineGap: {
|
|
119
113
|
value: number;
|
|
120
114
|
property: string;
|
|
@@ -175,13 +169,7 @@ export declare const getDefaultData: () => {
|
|
|
175
169
|
propertyType: CMSElementEditTypes;
|
|
176
170
|
unit: number;
|
|
177
171
|
};
|
|
178
|
-
paymentOptionsPadding:
|
|
179
|
-
property: string;
|
|
180
|
-
isAll?: boolean | undefined;
|
|
181
|
-
sides?: import("../../interfaces/global").PaddingSides | import("../../interfaces/global").BorderSides | undefined;
|
|
182
|
-
iscss?: boolean | undefined;
|
|
183
|
-
propertyType?: any;
|
|
184
|
-
};
|
|
172
|
+
paymentOptionsPadding: any;
|
|
185
173
|
paymentOptionsImageWidth: {
|
|
186
174
|
value: number;
|
|
187
175
|
property: string;
|
|
@@ -194,18 +182,12 @@ export declare const getDefaultData: () => {
|
|
|
194
182
|
propertyType: CMSElementEditTypes;
|
|
195
183
|
unit: number;
|
|
196
184
|
};
|
|
197
|
-
paymentOptionsNotePadding:
|
|
198
|
-
property: string;
|
|
199
|
-
isAll?: boolean | undefined;
|
|
200
|
-
sides?: import("../../interfaces/global").PaddingSides | import("../../interfaces/global").BorderSides | undefined;
|
|
201
|
-
iscss?: boolean | undefined;
|
|
202
|
-
propertyType?: any;
|
|
203
|
-
};
|
|
185
|
+
paymentOptionsNotePadding: any;
|
|
204
186
|
};
|
|
205
187
|
design: {
|
|
206
188
|
selectorKey: SelectorKeysEnum;
|
|
207
189
|
checkoutTitle: {
|
|
208
|
-
padding:
|
|
190
|
+
padding: any;
|
|
209
191
|
theme: import("../../interfaces/global").CMSIBCommonInterface;
|
|
210
192
|
font: import("../../interfaces/global").CMSIBCommonInterface;
|
|
211
193
|
fontSize: import("../../interfaces/global").CMSIBSizeInterface;
|
|
@@ -247,7 +229,7 @@ export declare const getDefaultData: () => {
|
|
|
247
229
|
property: string;
|
|
248
230
|
propertyType: CMSElementEditTypes;
|
|
249
231
|
};
|
|
250
|
-
padding:
|
|
232
|
+
padding: any;
|
|
251
233
|
theme: import("../../interfaces/global").CMSIBCommonInterface;
|
|
252
234
|
font: import("../../interfaces/global").CMSIBCommonInterface;
|
|
253
235
|
fontSize: import("../../interfaces/global").CMSIBSizeInterface;
|
|
@@ -283,7 +265,7 @@ export declare const getDefaultData: () => {
|
|
|
283
265
|
property: string;
|
|
284
266
|
propertyType: CMSElementEditTypes;
|
|
285
267
|
};
|
|
286
|
-
padding:
|
|
268
|
+
padding: any;
|
|
287
269
|
theme: import("../../interfaces/global").CMSIBCommonInterface;
|
|
288
270
|
font: import("../../interfaces/global").CMSIBCommonInterface;
|
|
289
271
|
fontSize: import("../../interfaces/global").CMSIBSizeInterface;
|
|
@@ -322,7 +304,7 @@ export declare const getDefaultData: () => {
|
|
|
322
304
|
property: string;
|
|
323
305
|
propertyType: CMSElementEditTypes;
|
|
324
306
|
};
|
|
325
|
-
padding:
|
|
307
|
+
padding: any;
|
|
326
308
|
theme: import("../../interfaces/global").CMSIBCommonInterface;
|
|
327
309
|
font: import("../../interfaces/global").CMSIBCommonInterface;
|
|
328
310
|
fontSize: import("../../interfaces/global").CMSIBSizeInterface;
|
|
@@ -358,7 +340,7 @@ export declare const getDefaultData: () => {
|
|
|
358
340
|
property: string;
|
|
359
341
|
propertyType: CMSElementEditTypes;
|
|
360
342
|
};
|
|
361
|
-
padding:
|
|
343
|
+
padding: any;
|
|
362
344
|
theme: import("../../interfaces/global").CMSIBCommonInterface;
|
|
363
345
|
font: import("../../interfaces/global").CMSIBCommonInterface;
|
|
364
346
|
fontSize: import("../../interfaces/global").CMSIBSizeInterface;
|
|
@@ -392,7 +374,7 @@ export declare const getDefaultData: () => {
|
|
|
392
374
|
formWrapper: {
|
|
393
375
|
selectorKey: SelectorKeysEnum;
|
|
394
376
|
formContainer: {
|
|
395
|
-
padding:
|
|
377
|
+
padding: any;
|
|
396
378
|
itemGap: {
|
|
397
379
|
value: CMSCSSUnitTypesEnums;
|
|
398
380
|
unit: CMSCSSUnitTypesEnums;
|
|
@@ -428,7 +410,7 @@ export declare const getDefaultData: () => {
|
|
|
428
410
|
selectorKey: SelectorKeysEnum;
|
|
429
411
|
};
|
|
430
412
|
formTitle: {
|
|
431
|
-
padding:
|
|
413
|
+
padding: any;
|
|
432
414
|
theme: import("../../interfaces/global").CMSIBCommonInterface;
|
|
433
415
|
font: import("../../interfaces/global").CMSIBCommonInterface;
|
|
434
416
|
fontSize: import("../../interfaces/global").CMSIBSizeInterface;
|
|
@@ -458,7 +440,7 @@ export declare const getDefaultData: () => {
|
|
|
458
440
|
selectorKey: SelectorKeysEnum;
|
|
459
441
|
};
|
|
460
442
|
labels: {
|
|
461
|
-
padding:
|
|
443
|
+
padding: any;
|
|
462
444
|
theme: import("../../interfaces/global").CMSIBCommonInterface;
|
|
463
445
|
font: import("../../interfaces/global").CMSIBCommonInterface;
|
|
464
446
|
fontSize: import("../../interfaces/global").CMSIBSizeInterface;
|
|
@@ -488,7 +470,7 @@ export declare const getDefaultData: () => {
|
|
|
488
470
|
selectorKey: SelectorKeysEnum;
|
|
489
471
|
};
|
|
490
472
|
inputs: {
|
|
491
|
-
padding:
|
|
473
|
+
padding: any;
|
|
492
474
|
theme: import("../../interfaces/global").CMSIBCommonInterface;
|
|
493
475
|
font: import("../../interfaces/global").CMSIBCommonInterface;
|
|
494
476
|
fontSize: import("../../interfaces/global").CMSIBSizeInterface;
|
|
@@ -519,7 +501,7 @@ export declare const getDefaultData: () => {
|
|
|
519
501
|
};
|
|
520
502
|
};
|
|
521
503
|
accordionHeader: {
|
|
522
|
-
padding:
|
|
504
|
+
padding: any;
|
|
523
505
|
itemGap: {
|
|
524
506
|
value: CMSCSSUnitTypesEnums;
|
|
525
507
|
unit: CMSCSSUnitTypesEnums;
|
|
@@ -563,7 +545,7 @@ export declare const getDefaultData: () => {
|
|
|
563
545
|
addressWrapper: {
|
|
564
546
|
selectorKey: SelectorKeysEnum;
|
|
565
547
|
addressContainer: {
|
|
566
|
-
padding:
|
|
548
|
+
padding: any;
|
|
567
549
|
itemGap: {
|
|
568
550
|
value: CMSCSSUnitTypesEnums;
|
|
569
551
|
unit: CMSCSSUnitTypesEnums;
|
|
@@ -599,7 +581,7 @@ export declare const getDefaultData: () => {
|
|
|
599
581
|
selectorKey: SelectorKeysEnum;
|
|
600
582
|
};
|
|
601
583
|
addressTitle: {
|
|
602
|
-
padding:
|
|
584
|
+
padding: any;
|
|
603
585
|
theme: import("../../interfaces/global").CMSIBCommonInterface;
|
|
604
586
|
font: import("../../interfaces/global").CMSIBCommonInterface;
|
|
605
587
|
fontSize: import("../../interfaces/global").CMSIBSizeInterface;
|
|
@@ -629,7 +611,7 @@ export declare const getDefaultData: () => {
|
|
|
629
611
|
selectorKey: SelectorKeysEnum;
|
|
630
612
|
};
|
|
631
613
|
detailsInfo: {
|
|
632
|
-
padding:
|
|
614
|
+
padding: any;
|
|
633
615
|
theme: import("../../interfaces/global").CMSIBCommonInterface;
|
|
634
616
|
font: import("../../interfaces/global").CMSIBCommonInterface;
|
|
635
617
|
fontSize: import("../../interfaces/global").CMSIBSizeInterface;
|
|
@@ -851,7 +833,7 @@ export declare const getDefaultData: () => {
|
|
|
851
833
|
propertyType: CMSElementEditTypes;
|
|
852
834
|
parentRef: string;
|
|
853
835
|
};
|
|
854
|
-
padding:
|
|
836
|
+
padding: any;
|
|
855
837
|
borderColor: import("../../interfaces/global").CMSIBCommonInterface;
|
|
856
838
|
borderStyle: import("../../interfaces/global").CMSIBCommonInterface;
|
|
857
839
|
borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
|
|
@@ -871,7 +853,7 @@ export declare const getDefaultData: () => {
|
|
|
871
853
|
selectorKey: SelectorKeysEnum;
|
|
872
854
|
};
|
|
873
855
|
actions: {
|
|
874
|
-
padding:
|
|
856
|
+
padding: any;
|
|
875
857
|
itemGap: {
|
|
876
858
|
value: CMSCSSUnitTypesEnums;
|
|
877
859
|
unit: CMSCSSUnitTypesEnums;
|
|
@@ -909,7 +891,7 @@ export declare const getDefaultData: () => {
|
|
|
909
891
|
};
|
|
910
892
|
productWidget: {
|
|
911
893
|
productWrapper: {
|
|
912
|
-
padding:
|
|
894
|
+
padding: any;
|
|
913
895
|
itemGap: {
|
|
914
896
|
value: CMSCSSUnitTypesEnums;
|
|
915
897
|
unit: CMSCSSUnitTypesEnums;
|
|
@@ -947,7 +929,7 @@ export declare const getDefaultData: () => {
|
|
|
947
929
|
productDetails: {
|
|
948
930
|
selectorKey: SelectorKeysEnum;
|
|
949
931
|
productName: {
|
|
950
|
-
padding:
|
|
932
|
+
padding: any;
|
|
951
933
|
theme: import("../../interfaces/global").CMSIBCommonInterface;
|
|
952
934
|
font: import("../../interfaces/global").CMSIBCommonInterface;
|
|
953
935
|
fontSize: import("../../interfaces/global").CMSIBSizeInterface;
|
|
@@ -977,7 +959,7 @@ export declare const getDefaultData: () => {
|
|
|
977
959
|
selectorKey: SelectorKeysEnum;
|
|
978
960
|
};
|
|
979
961
|
variantDetails: {
|
|
980
|
-
padding:
|
|
962
|
+
padding: any;
|
|
981
963
|
theme: import("../../interfaces/global").CMSIBCommonInterface;
|
|
982
964
|
font: import("../../interfaces/global").CMSIBCommonInterface;
|
|
983
965
|
fontSize: import("../../interfaces/global").CMSIBSizeInterface;
|
|
@@ -1007,7 +989,7 @@ export declare const getDefaultData: () => {
|
|
|
1007
989
|
selectorKey: SelectorKeysEnum;
|
|
1008
990
|
};
|
|
1009
991
|
qty: {
|
|
1010
|
-
padding:
|
|
992
|
+
padding: any;
|
|
1011
993
|
theme: import("../../interfaces/global").CMSIBCommonInterface;
|
|
1012
994
|
font: import("../../interfaces/global").CMSIBCommonInterface;
|
|
1013
995
|
fontSize: import("../../interfaces/global").CMSIBSizeInterface;
|
|
@@ -1037,7 +1019,7 @@ export declare const getDefaultData: () => {
|
|
|
1037
1019
|
selectorKey: SelectorKeysEnum;
|
|
1038
1020
|
};
|
|
1039
1021
|
price: {
|
|
1040
|
-
padding:
|
|
1022
|
+
padding: any;
|
|
1041
1023
|
theme: import("../../interfaces/global").CMSIBCommonInterface;
|
|
1042
1024
|
font: import("../../interfaces/global").CMSIBCommonInterface;
|
|
1043
1025
|
fontSize: import("../../interfaces/global").CMSIBSizeInterface;
|
|
@@ -1072,7 +1054,7 @@ export declare const getDefaultData: () => {
|
|
|
1072
1054
|
shippingMethod: {
|
|
1073
1055
|
selectorKey: SelectorKeysEnum;
|
|
1074
1056
|
shippingMethodContainer: {
|
|
1075
|
-
padding:
|
|
1057
|
+
padding: any;
|
|
1076
1058
|
itemGap: {
|
|
1077
1059
|
value: CMSCSSUnitTypesEnums;
|
|
1078
1060
|
unit: CMSCSSUnitTypesEnums;
|
|
@@ -1110,7 +1092,7 @@ export declare const getDefaultData: () => {
|
|
|
1110
1092
|
singleLevel: {
|
|
1111
1093
|
selectorKey: SelectorKeysEnum;
|
|
1112
1094
|
methodLabel: {
|
|
1113
|
-
padding:
|
|
1095
|
+
padding: any;
|
|
1114
1096
|
theme: import("../../interfaces/global").CMSIBCommonInterface;
|
|
1115
1097
|
font: import("../../interfaces/global").CMSIBCommonInterface;
|
|
1116
1098
|
fontSize: import("../../interfaces/global").CMSIBSizeInterface;
|
|
@@ -1332,7 +1314,7 @@ export declare const getDefaultData: () => {
|
|
|
1332
1314
|
propertyType: CMSElementEditTypes;
|
|
1333
1315
|
parentRef: string;
|
|
1334
1316
|
};
|
|
1335
|
-
padding:
|
|
1317
|
+
padding: any;
|
|
1336
1318
|
borderColor: import("../../interfaces/global").CMSIBCommonInterface;
|
|
1337
1319
|
borderStyle: import("../../interfaces/global").CMSIBCommonInterface;
|
|
1338
1320
|
borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
|
|
@@ -1355,7 +1337,7 @@ export declare const getDefaultData: () => {
|
|
|
1355
1337
|
multiLevel: {
|
|
1356
1338
|
selectorKey: SelectorKeysEnum;
|
|
1357
1339
|
multiLevelContainer: {
|
|
1358
|
-
padding:
|
|
1340
|
+
padding: any;
|
|
1359
1341
|
itemGap: {
|
|
1360
1342
|
value: CMSCSSUnitTypesEnums;
|
|
1361
1343
|
unit: CMSCSSUnitTypesEnums;
|
|
@@ -1612,7 +1594,7 @@ export declare const getDefaultData: () => {
|
|
|
1612
1594
|
propertyType: CMSElementEditTypes;
|
|
1613
1595
|
parentRef: string;
|
|
1614
1596
|
};
|
|
1615
|
-
padding:
|
|
1597
|
+
padding: any;
|
|
1616
1598
|
borderColor: import("../../interfaces/global").CMSIBCommonInterface;
|
|
1617
1599
|
borderStyle: import("../../interfaces/global").CMSIBCommonInterface;
|
|
1618
1600
|
borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
|
|
@@ -1636,7 +1618,7 @@ export declare const getDefaultData: () => {
|
|
|
1636
1618
|
paymentMethod: {
|
|
1637
1619
|
selectorKey: SelectorKeysEnum;
|
|
1638
1620
|
paymentMethodWrapper: {
|
|
1639
|
-
padding:
|
|
1621
|
+
padding: any;
|
|
1640
1622
|
itemGap: {
|
|
1641
1623
|
value: CMSCSSUnitTypesEnums;
|
|
1642
1624
|
unit: CMSCSSUnitTypesEnums;
|
|
@@ -1674,7 +1656,7 @@ export declare const getDefaultData: () => {
|
|
|
1674
1656
|
paymentProgram: {
|
|
1675
1657
|
selectorKey: SelectorKeysEnum;
|
|
1676
1658
|
programTitle: {
|
|
1677
|
-
padding:
|
|
1659
|
+
padding: any;
|
|
1678
1660
|
theme: import("../../interfaces/global").CMSIBCommonInterface;
|
|
1679
1661
|
font: import("../../interfaces/global").CMSIBCommonInterface;
|
|
1680
1662
|
fontSize: import("../../interfaces/global").CMSIBSizeInterface;
|
|
@@ -1896,7 +1878,7 @@ export declare const getDefaultData: () => {
|
|
|
1896
1878
|
propertyType: CMSElementEditTypes;
|
|
1897
1879
|
parentRef: string;
|
|
1898
1880
|
};
|
|
1899
|
-
padding:
|
|
1881
|
+
padding: any;
|
|
1900
1882
|
borderColor: import("../../interfaces/global").CMSIBCommonInterface;
|
|
1901
1883
|
borderStyle: import("../../interfaces/global").CMSIBCommonInterface;
|
|
1902
1884
|
borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
|
|
@@ -1919,7 +1901,7 @@ export declare const getDefaultData: () => {
|
|
|
1919
1901
|
paymentPreference: {
|
|
1920
1902
|
selectorKey: SelectorKeysEnum;
|
|
1921
1903
|
preferenceHeader: {
|
|
1922
|
-
padding:
|
|
1904
|
+
padding: any;
|
|
1923
1905
|
itemGap: {
|
|
1924
1906
|
value: CMSCSSUnitTypesEnums;
|
|
1925
1907
|
unit: CMSCSSUnitTypesEnums;
|
|
@@ -1957,7 +1939,7 @@ export declare const getDefaultData: () => {
|
|
|
1957
1939
|
panelBody: {
|
|
1958
1940
|
selectorKey: SelectorKeysEnum;
|
|
1959
1941
|
panelContainer: {
|
|
1960
|
-
padding:
|
|
1942
|
+
padding: any;
|
|
1961
1943
|
itemGap: {
|
|
1962
1944
|
value: CMSCSSUnitTypesEnums;
|
|
1963
1945
|
unit: CMSCSSUnitTypesEnums;
|
|
@@ -1993,7 +1975,7 @@ export declare const getDefaultData: () => {
|
|
|
1993
1975
|
selectorKey: SelectorKeysEnum;
|
|
1994
1976
|
};
|
|
1995
1977
|
panelItems: {
|
|
1996
|
-
padding:
|
|
1978
|
+
padding: any;
|
|
1997
1979
|
itemGap: {
|
|
1998
1980
|
value: CMSCSSUnitTypesEnums;
|
|
1999
1981
|
unit: CMSCSSUnitTypesEnums;
|
|
@@ -2029,7 +2011,7 @@ export declare const getDefaultData: () => {
|
|
|
2029
2011
|
selectorKey: SelectorKeysEnum;
|
|
2030
2012
|
};
|
|
2031
2013
|
panelTitle: {
|
|
2032
|
-
padding:
|
|
2014
|
+
padding: any;
|
|
2033
2015
|
theme: import("../../interfaces/global").CMSIBCommonInterface;
|
|
2034
2016
|
font: import("../../interfaces/global").CMSIBCommonInterface;
|
|
2035
2017
|
fontSize: import("../../interfaces/global").CMSIBSizeInterface;
|
|
@@ -2059,7 +2041,7 @@ export declare const getDefaultData: () => {
|
|
|
2059
2041
|
selectorKey: SelectorKeysEnum;
|
|
2060
2042
|
};
|
|
2061
2043
|
panelInfo: {
|
|
2062
|
-
padding:
|
|
2044
|
+
padding: any;
|
|
2063
2045
|
themeDesc: {
|
|
2064
2046
|
value: string;
|
|
2065
2047
|
property: string;
|
|
@@ -2276,7 +2258,7 @@ export declare const getDefaultData: () => {
|
|
|
2276
2258
|
billingAddress: {
|
|
2277
2259
|
selectorKey: SelectorKeysEnum;
|
|
2278
2260
|
billingAddressContainer: {
|
|
2279
|
-
padding:
|
|
2261
|
+
padding: any;
|
|
2280
2262
|
itemGap: {
|
|
2281
2263
|
value: CMSCSSUnitTypesEnums;
|
|
2282
2264
|
unit: CMSCSSUnitTypesEnums;
|
|
@@ -2312,7 +2294,7 @@ export declare const getDefaultData: () => {
|
|
|
2312
2294
|
selectorKey: SelectorKeysEnum;
|
|
2313
2295
|
};
|
|
2314
2296
|
billingTitle: {
|
|
2315
|
-
padding:
|
|
2297
|
+
padding: any;
|
|
2316
2298
|
theme: import("../../interfaces/global").CMSIBCommonInterface;
|
|
2317
2299
|
font: import("../../interfaces/global").CMSIBCommonInterface;
|
|
2318
2300
|
fontSize: import("../../interfaces/global").CMSIBSizeInterface;
|
|
@@ -9,7 +9,7 @@ export interface CMSElementEditPopupLayoutInterface {
|
|
|
9
9
|
minHeight?: CMSIBSizeInterface;
|
|
10
10
|
maxHeight?: CMSIBSizeInterface;
|
|
11
11
|
margin?: CSSPaddingValues;
|
|
12
|
-
padding?:
|
|
12
|
+
padding?: any;
|
|
13
13
|
overflowContent?: CMSIBCommonInterface;
|
|
14
14
|
scrollDirection?: CMSIBCommonInterface;
|
|
15
15
|
displayScrollbar?: CMSIBCommonInterface;
|
|
@@ -33,7 +33,7 @@ export declare const getDefaultData: () => {
|
|
|
33
33
|
parentRef?: string | undefined;
|
|
34
34
|
};
|
|
35
35
|
margin: import("../../interfaces/global").CSSPaddingValues | undefined;
|
|
36
|
-
padding:
|
|
36
|
+
padding: any;
|
|
37
37
|
type: {
|
|
38
38
|
value: string;
|
|
39
39
|
property: string;
|
|
@@ -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
|
positionType: CMSIBCommonInterface | undefined;
|
|
37
37
|
pinTo: CMSIBCommonInterface | undefined;
|
|
38
38
|
};
|
|
@@ -43,14 +43,7 @@ export declare const getDefaultData: () => {
|
|
|
43
43
|
backgroundColor: CMSIBCommonInterface;
|
|
44
44
|
borderColor: CMSIBCommonInterface;
|
|
45
45
|
borderStyle: CMSIBCommonInterface;
|
|
46
|
-
padding:
|
|
47
|
-
isSepcial: boolean;
|
|
48
|
-
isAll?: boolean | undefined;
|
|
49
|
-
sides?: import("../../interfaces/global").PaddingSides | import("../../interfaces/global").BorderSides | undefined;
|
|
50
|
-
property?: string | undefined;
|
|
51
|
-
iscss?: boolean | undefined;
|
|
52
|
-
propertyType?: any;
|
|
53
|
-
};
|
|
46
|
+
padding: any;
|
|
54
47
|
borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
|
|
55
48
|
showBorder: CMSIBCommonInterface;
|
|
56
49
|
showShadow: CMSIBCommonInterface;
|
|
@@ -95,14 +88,7 @@ export declare const getDefaultData: () => {
|
|
|
95
88
|
borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
|
|
96
89
|
showBorder: CMSIBCommonInterface;
|
|
97
90
|
showShadow: CMSIBCommonInterface;
|
|
98
|
-
padding:
|
|
99
|
-
isSepcial: boolean;
|
|
100
|
-
isAll?: boolean | undefined;
|
|
101
|
-
sides?: import("../../interfaces/global").PaddingSides | import("../../interfaces/global").BorderSides | undefined;
|
|
102
|
-
property?: string | undefined;
|
|
103
|
-
iscss?: boolean | undefined;
|
|
104
|
-
propertyType?: any;
|
|
105
|
-
};
|
|
91
|
+
padding: any;
|
|
106
92
|
shadowColor: CMSIBCommonInterface;
|
|
107
93
|
blur: CMSIBSizeInterface;
|
|
108
94
|
spread: CMSIBSizeInterface;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { AlignItemsValue, FlexDirectionValue, FlexWrapValue, JustifyContentValue, LayouterProDisplayStyleType, OverflowValue } from "../../../../components/global/types";
|
|
2
|
-
import { CMSIBCommonInterface
|
|
2
|
+
import { CMSIBCommonInterface } from "../../interfaces/global";
|
|
3
3
|
import { CMSElementEditPopupDesignInterface, CMSElementEditPopupInterface, CMSElementEditPopupLayoutInterface } from "./common";
|
|
4
4
|
export interface GridEditPopupInterface extends CMSElementEditPopupInterface {
|
|
5
5
|
}
|
|
@@ -11,8 +11,8 @@ interface selfLayoutInterface {
|
|
|
11
11
|
direction?: Pick<CMSIBCommonInterface, "property" | "propertyType"> & {
|
|
12
12
|
value: FlexDirectionValue;
|
|
13
13
|
};
|
|
14
|
-
rowGap: Pick<CMSIBCommonInterface, "property" | "propertyType"> &
|
|
15
|
-
columnGap: Pick<CMSIBCommonInterface, "property" | "propertyType"> &
|
|
14
|
+
rowGap: Pick<CMSIBCommonInterface, "property" | "propertyType"> & any;
|
|
15
|
+
columnGap: Pick<CMSIBCommonInterface, "property" | "propertyType"> & any;
|
|
16
16
|
justifyContent: Pick<CMSIBCommonInterface, "property" | "propertyType"> & {
|
|
17
17
|
value: JustifyContentValue;
|
|
18
18
|
};
|
|
@@ -20,14 +20,7 @@ export declare const getDefaultData: () => {
|
|
|
20
20
|
} | undefined;
|
|
21
21
|
height: import("../../interfaces/global").CMSIBSizeInterface | undefined;
|
|
22
22
|
margin: import("../../interfaces/global").CSSPaddingValues | undefined;
|
|
23
|
-
padding:
|
|
24
|
-
value: number;
|
|
25
|
-
isAll?: boolean | undefined;
|
|
26
|
-
sides?: import("../../interfaces/global").PaddingSides | import("../../interfaces/global").BorderSides | undefined;
|
|
27
|
-
property?: string | undefined;
|
|
28
|
-
iscss?: boolean | undefined;
|
|
29
|
-
propertyType?: any;
|
|
30
|
-
};
|
|
23
|
+
padding: any;
|
|
31
24
|
overflowContent: CMSIBCommonInterface | undefined;
|
|
32
25
|
scrollDirection: CMSIBCommonInterface | undefined;
|
|
33
26
|
displayScrollbar: CMSIBCommonInterface | undefined;
|
|
@@ -247,7 +240,7 @@ export declare const getDefaultData: () => {
|
|
|
247
240
|
propertyType?: any;
|
|
248
241
|
};
|
|
249
242
|
selectorKey: SelectorKeysEnum;
|
|
250
|
-
padding:
|
|
243
|
+
padding: any;
|
|
251
244
|
itemGap: {
|
|
252
245
|
value: CMSCSSUnitTypesEnums;
|
|
253
246
|
unit: CMSCSSUnitTypesEnums;
|
|
@@ -25,7 +25,7 @@ export declare const getDefaultData: () => {
|
|
|
25
25
|
parentRef?: string | undefined;
|
|
26
26
|
};
|
|
27
27
|
margin: import("../../interfaces/global").CSSPaddingValues | undefined;
|
|
28
|
-
padding:
|
|
28
|
+
padding: any;
|
|
29
29
|
positionType: CMSIBCommonInterface | undefined;
|
|
30
30
|
};
|
|
31
31
|
design: {
|
|
@@ -10,8 +10,8 @@ interface selfLayoutInterface {
|
|
|
10
10
|
direction?: Pick<CMSIBCommonInterface, "property" | "propertyType"> & {
|
|
11
11
|
value: FlexDirectionValue;
|
|
12
12
|
};
|
|
13
|
-
rowGap: Pick<CMSIBCommonInterface, "property" | "propertyType"> &
|
|
14
|
-
columnGap: Pick<CMSIBCommonInterface, "property" | "propertyType"> &
|
|
13
|
+
rowGap: Pick<CMSIBCommonInterface, "property" | "propertyType"> & any;
|
|
14
|
+
columnGap: Pick<CMSIBCommonInterface, "property" | "propertyType"> & any;
|
|
15
15
|
justifyContent: Pick<CMSIBCommonInterface, "property" | "propertyType"> & {
|
|
16
16
|
value: JustifyContentValue;
|
|
17
17
|
};
|
|
@@ -9,8 +9,8 @@ interface selfLayoutInterface {
|
|
|
9
9
|
direction?: Pick<CMSIBCommonInterface, "property" | "propertyType"> & {
|
|
10
10
|
value: FlexDirectionValue;
|
|
11
11
|
};
|
|
12
|
-
rowGap: Pick<CMSIBCommonInterface, "property" | "propertyType"> & PaddingProps;
|
|
13
|
-
columnGap: Pick<CMSIBCommonInterface, "property" | "propertyType"> & PaddingProps;
|
|
12
|
+
rowGap: Pick<CMSIBCommonInterface, "property" | "propertyType"> & PaddingProps & any;
|
|
13
|
+
columnGap: Pick<CMSIBCommonInterface, "property" | "propertyType"> & PaddingProps & any;
|
|
14
14
|
justifyContent: Pick<CMSIBCommonInterface, "property" | "propertyType"> & {
|
|
15
15
|
value: JustifyContentValue;
|
|
16
16
|
};
|
|
@@ -66,7 +66,7 @@ export declare const getDefaultData: () => {
|
|
|
66
66
|
parentRef?: string | undefined;
|
|
67
67
|
};
|
|
68
68
|
margin: import("../../interfaces/global").CSSPaddingValues | undefined;
|
|
69
|
-
padding:
|
|
69
|
+
padding: any;
|
|
70
70
|
alignment: {
|
|
71
71
|
value: string;
|
|
72
72
|
property: string;
|
|
@@ -28,7 +28,7 @@ export declare const getDefaultData: () => {
|
|
|
28
28
|
parentRef?: string | undefined;
|
|
29
29
|
};
|
|
30
30
|
margin: import("../../interfaces/global").CSSPaddingValues | undefined;
|
|
31
|
-
padding:
|
|
31
|
+
padding: any;
|
|
32
32
|
overflowContent: CMSIBCommonInterface | undefined;
|
|
33
33
|
scrollDirection: CMSIBCommonInterface | undefined;
|
|
34
34
|
displayScrollbar: CMSIBCommonInterface | undefined;
|