@sc-360-v2/storefront-cms-library 0.5.53 → 0.5.54
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/allocationDetails.scss +9 -248
- package/dist/allocations-quota-details.scss +451 -0
- package/dist/allocations.scss +112 -0
- package/dist/builder.js +1 -1
- package/dist/hotspot.scss +1 -1
- package/dist/language-selector.scss +4 -4
- package/dist/login.scss +49 -9
- package/dist/order-status.scss +228 -136
- package/dist/repeater-item.scss +2 -2
- package/dist/request-for-quotes.scss +1 -1
- package/dist/types/builder/tools/element-edit/cartSummary.d.ts +187 -0
- package/dist/types/builder/tools/element-edit/icon-list.d.ts +22 -0
- package/dist/types/builder/tools/element-edit/language-menu.d.ts +0 -1
- package/dist/types/builder/tools/element-edit/orderStatus.d.ts +320 -187
- package/dist/types/builder/tools/element-edit/userElements.d.ts +192 -7
- package/dist/user-elements.scss +253 -221
- package/package.json +1 -1
|
@@ -281,6 +281,11 @@ export declare const getDefaultData: () => {
|
|
|
281
281
|
property: string;
|
|
282
282
|
propertyType: CMSElementEditTypes;
|
|
283
283
|
};
|
|
284
|
+
textTransform: {
|
|
285
|
+
value: string;
|
|
286
|
+
property: string;
|
|
287
|
+
propertyType: CMSElementEditTypes;
|
|
288
|
+
};
|
|
284
289
|
theme: CMSIBCommonInterface;
|
|
285
290
|
font: CMSIBCommonInterface;
|
|
286
291
|
fontSize: import("../../interfaces/global").CMSIBSizeInterface;
|
|
@@ -376,6 +381,11 @@ export declare const getDefaultData: () => {
|
|
|
376
381
|
property: string;
|
|
377
382
|
propertyType: CMSElementEditTypes;
|
|
378
383
|
};
|
|
384
|
+
textTransform: {
|
|
385
|
+
value: string;
|
|
386
|
+
property: string;
|
|
387
|
+
propertyType: CMSElementEditTypes;
|
|
388
|
+
};
|
|
379
389
|
theme: CMSIBCommonInterface;
|
|
380
390
|
font: CMSIBCommonInterface;
|
|
381
391
|
fontSize: import("../../interfaces/global").CMSIBSizeInterface;
|
|
@@ -407,6 +417,11 @@ export declare const getDefaultData: () => {
|
|
|
407
417
|
selectorKey: SelectorKeysEnum;
|
|
408
418
|
};
|
|
409
419
|
productCode: {
|
|
420
|
+
textTransform: {
|
|
421
|
+
value: string;
|
|
422
|
+
property: string;
|
|
423
|
+
propertyType: CMSElementEditTypes;
|
|
424
|
+
};
|
|
410
425
|
theme: CMSIBCommonInterface;
|
|
411
426
|
font: CMSIBCommonInterface;
|
|
412
427
|
fontSize: import("../../interfaces/global").CMSIBSizeInterface;
|
|
@@ -438,6 +453,16 @@ export declare const getDefaultData: () => {
|
|
|
438
453
|
selectorKey: SelectorKeysEnum;
|
|
439
454
|
};
|
|
440
455
|
productQty: {
|
|
456
|
+
textTransformDesc: {
|
|
457
|
+
value: string;
|
|
458
|
+
property: string;
|
|
459
|
+
propertyType: CMSElementEditTypes;
|
|
460
|
+
};
|
|
461
|
+
textTransform: {
|
|
462
|
+
value: string;
|
|
463
|
+
property: string;
|
|
464
|
+
propertyType: CMSElementEditTypes;
|
|
465
|
+
};
|
|
441
466
|
themeDesc: {
|
|
442
467
|
value: string;
|
|
443
468
|
property: string;
|
|
@@ -660,6 +685,16 @@ export declare const getDefaultData: () => {
|
|
|
660
685
|
selectorKey: SelectorKeysEnum;
|
|
661
686
|
};
|
|
662
687
|
productEstimatedDate: {
|
|
688
|
+
textTransformDesc: {
|
|
689
|
+
value: string;
|
|
690
|
+
property: string;
|
|
691
|
+
propertyType: CMSElementEditTypes;
|
|
692
|
+
};
|
|
693
|
+
textTransform: {
|
|
694
|
+
value: string;
|
|
695
|
+
property: string;
|
|
696
|
+
propertyType: CMSElementEditTypes;
|
|
697
|
+
};
|
|
663
698
|
themeDesc: {
|
|
664
699
|
value: string;
|
|
665
700
|
property: string;
|
|
@@ -902,6 +937,11 @@ export declare const getDefaultData: () => {
|
|
|
902
937
|
selectorKey: SelectorKeysEnum;
|
|
903
938
|
};
|
|
904
939
|
productPrice: {
|
|
940
|
+
textTransform: {
|
|
941
|
+
value: string;
|
|
942
|
+
property: string;
|
|
943
|
+
propertyType: CMSElementEditTypes;
|
|
944
|
+
};
|
|
905
945
|
theme: CMSIBCommonInterface;
|
|
906
946
|
font: CMSIBCommonInterface;
|
|
907
947
|
fontSize: import("../../interfaces/global").CMSIBSizeInterface;
|
|
@@ -935,6 +975,16 @@ export declare const getDefaultData: () => {
|
|
|
935
975
|
};
|
|
936
976
|
numberOfItems: {
|
|
937
977
|
padding: any;
|
|
978
|
+
textTransformDesc: {
|
|
979
|
+
value: string;
|
|
980
|
+
property: string;
|
|
981
|
+
propertyType: CMSElementEditTypes;
|
|
982
|
+
};
|
|
983
|
+
textTransform: {
|
|
984
|
+
value: string;
|
|
985
|
+
property: string;
|
|
986
|
+
propertyType: CMSElementEditTypes;
|
|
987
|
+
};
|
|
938
988
|
themeDesc: {
|
|
939
989
|
value: string;
|
|
940
990
|
property: string;
|
|
@@ -1157,6 +1207,16 @@ export declare const getDefaultData: () => {
|
|
|
1157
1207
|
};
|
|
1158
1208
|
shippingCharges: {
|
|
1159
1209
|
padding: any;
|
|
1210
|
+
textTransformDesc: {
|
|
1211
|
+
value: string;
|
|
1212
|
+
property: string;
|
|
1213
|
+
propertyType: CMSElementEditTypes;
|
|
1214
|
+
};
|
|
1215
|
+
textTransform: {
|
|
1216
|
+
value: string;
|
|
1217
|
+
property: string;
|
|
1218
|
+
propertyType: CMSElementEditTypes;
|
|
1219
|
+
};
|
|
1160
1220
|
themeDesc: {
|
|
1161
1221
|
value: string;
|
|
1162
1222
|
property: string;
|
|
@@ -1379,6 +1439,16 @@ export declare const getDefaultData: () => {
|
|
|
1379
1439
|
};
|
|
1380
1440
|
tax: {
|
|
1381
1441
|
padding: any;
|
|
1442
|
+
textTransformDesc: {
|
|
1443
|
+
value: string;
|
|
1444
|
+
property: string;
|
|
1445
|
+
propertyType: CMSElementEditTypes;
|
|
1446
|
+
};
|
|
1447
|
+
textTransform: {
|
|
1448
|
+
value: string;
|
|
1449
|
+
property: string;
|
|
1450
|
+
propertyType: CMSElementEditTypes;
|
|
1451
|
+
};
|
|
1382
1452
|
themeDesc: {
|
|
1383
1453
|
value: string;
|
|
1384
1454
|
property: string;
|
|
@@ -1601,6 +1671,11 @@ export declare const getDefaultData: () => {
|
|
|
1601
1671
|
};
|
|
1602
1672
|
taxExempt: {
|
|
1603
1673
|
padding: any;
|
|
1674
|
+
textTransform: {
|
|
1675
|
+
value: string;
|
|
1676
|
+
property: string;
|
|
1677
|
+
propertyType: CMSElementEditTypes;
|
|
1678
|
+
};
|
|
1604
1679
|
theme: CMSIBCommonInterface;
|
|
1605
1680
|
font: CMSIBCommonInterface;
|
|
1606
1681
|
fontSize: import("../../interfaces/global").CMSIBSizeInterface;
|
|
@@ -1632,6 +1707,11 @@ export declare const getDefaultData: () => {
|
|
|
1632
1707
|
};
|
|
1633
1708
|
couponCode: {
|
|
1634
1709
|
padding: any;
|
|
1710
|
+
textTransform: {
|
|
1711
|
+
value: string;
|
|
1712
|
+
property: string;
|
|
1713
|
+
propertyType: CMSElementEditTypes;
|
|
1714
|
+
};
|
|
1635
1715
|
theme: CMSIBCommonInterface;
|
|
1636
1716
|
font: CMSIBCommonInterface;
|
|
1637
1717
|
fontSize: import("../../interfaces/global").CMSIBSizeInterface;
|
|
@@ -1663,6 +1743,16 @@ export declare const getDefaultData: () => {
|
|
|
1663
1743
|
};
|
|
1664
1744
|
showCouponCodeLabel: {
|
|
1665
1745
|
padding: any;
|
|
1746
|
+
textTransformDesc: {
|
|
1747
|
+
value: string;
|
|
1748
|
+
property: string;
|
|
1749
|
+
propertyType: CMSElementEditTypes;
|
|
1750
|
+
};
|
|
1751
|
+
textTransform: {
|
|
1752
|
+
value: string;
|
|
1753
|
+
property: string;
|
|
1754
|
+
propertyType: CMSElementEditTypes;
|
|
1755
|
+
};
|
|
1666
1756
|
themeDesc: {
|
|
1667
1757
|
value: string;
|
|
1668
1758
|
property: string;
|
|
@@ -1884,6 +1974,16 @@ export declare const getDefaultData: () => {
|
|
|
1884
1974
|
selectorKey: SelectorKeysEnum;
|
|
1885
1975
|
};
|
|
1886
1976
|
subTotal: {
|
|
1977
|
+
textTransformDesc: {
|
|
1978
|
+
value: string;
|
|
1979
|
+
property: string;
|
|
1980
|
+
propertyType: CMSElementEditTypes;
|
|
1981
|
+
};
|
|
1982
|
+
textTransform: {
|
|
1983
|
+
value: string;
|
|
1984
|
+
property: string;
|
|
1985
|
+
propertyType: CMSElementEditTypes;
|
|
1986
|
+
};
|
|
1887
1987
|
themeDesc: {
|
|
1888
1988
|
value: string;
|
|
1889
1989
|
property: string;
|
|
@@ -2106,6 +2206,16 @@ export declare const getDefaultData: () => {
|
|
|
2106
2206
|
selectorKey: SelectorKeysEnum;
|
|
2107
2207
|
};
|
|
2108
2208
|
total: {
|
|
2209
|
+
textTransformDesc: {
|
|
2210
|
+
value: string;
|
|
2211
|
+
property: string;
|
|
2212
|
+
propertyType: CMSElementEditTypes;
|
|
2213
|
+
};
|
|
2214
|
+
textTransform: {
|
|
2215
|
+
value: string;
|
|
2216
|
+
property: string;
|
|
2217
|
+
propertyType: CMSElementEditTypes;
|
|
2218
|
+
};
|
|
2109
2219
|
themeDesc: {
|
|
2110
2220
|
value: string;
|
|
2111
2221
|
property: string;
|
|
@@ -2332,6 +2442,17 @@ export declare const getDefaultData: () => {
|
|
|
2332
2442
|
checkout: {
|
|
2333
2443
|
selectorKey: SelectorKeysEnum;
|
|
2334
2444
|
defaultState: {
|
|
2445
|
+
textOverflow: {
|
|
2446
|
+
value: boolean;
|
|
2447
|
+
property: string;
|
|
2448
|
+
propertyType: CMSElementEditTypes;
|
|
2449
|
+
};
|
|
2450
|
+
numberOfDisplayedLines: {
|
|
2451
|
+
unit: CMSCSSUnitTypesEnums;
|
|
2452
|
+
value: number;
|
|
2453
|
+
property: string;
|
|
2454
|
+
propertyType: CMSElementEditTypes;
|
|
2455
|
+
};
|
|
2335
2456
|
backgroundColor: {
|
|
2336
2457
|
parentRef: string;
|
|
2337
2458
|
value?: any;
|
|
@@ -2788,6 +2909,17 @@ export declare const getDefaultData: () => {
|
|
|
2788
2909
|
placeOrder: {
|
|
2789
2910
|
selectorKey: SelectorKeysEnum;
|
|
2790
2911
|
defaultState: {
|
|
2912
|
+
textOverflow: {
|
|
2913
|
+
value: boolean;
|
|
2914
|
+
property: string;
|
|
2915
|
+
propertyType: CMSElementEditTypes;
|
|
2916
|
+
};
|
|
2917
|
+
numberOfDisplayedLines: {
|
|
2918
|
+
unit: CMSCSSUnitTypesEnums;
|
|
2919
|
+
value: number;
|
|
2920
|
+
property: string;
|
|
2921
|
+
propertyType: CMSElementEditTypes;
|
|
2922
|
+
};
|
|
2791
2923
|
backgroundColor: {
|
|
2792
2924
|
parentRef: string;
|
|
2793
2925
|
value?: any;
|
|
@@ -3244,6 +3376,17 @@ export declare const getDefaultData: () => {
|
|
|
3244
3376
|
requestQuote: {
|
|
3245
3377
|
selectorKey: SelectorKeysEnum;
|
|
3246
3378
|
defaultState: {
|
|
3379
|
+
textOverflow: {
|
|
3380
|
+
value: boolean;
|
|
3381
|
+
property: string;
|
|
3382
|
+
propertyType: CMSElementEditTypes;
|
|
3383
|
+
};
|
|
3384
|
+
numberOfDisplayedLines: {
|
|
3385
|
+
unit: CMSCSSUnitTypesEnums;
|
|
3386
|
+
value: number;
|
|
3387
|
+
property: string;
|
|
3388
|
+
propertyType: CMSElementEditTypes;
|
|
3389
|
+
};
|
|
3247
3390
|
backgroundColor: {
|
|
3248
3391
|
parentRef: string;
|
|
3249
3392
|
value?: any;
|
|
@@ -3700,6 +3843,17 @@ export declare const getDefaultData: () => {
|
|
|
3700
3843
|
reviewOrder: {
|
|
3701
3844
|
selectorKey: SelectorKeysEnum;
|
|
3702
3845
|
defaultState: {
|
|
3846
|
+
textOverflow: {
|
|
3847
|
+
value: boolean;
|
|
3848
|
+
property: string;
|
|
3849
|
+
propertyType: CMSElementEditTypes;
|
|
3850
|
+
};
|
|
3851
|
+
numberOfDisplayedLines: {
|
|
3852
|
+
unit: CMSCSSUnitTypesEnums;
|
|
3853
|
+
value: number;
|
|
3854
|
+
property: string;
|
|
3855
|
+
propertyType: CMSElementEditTypes;
|
|
3856
|
+
};
|
|
3703
3857
|
backgroundColor: {
|
|
3704
3858
|
parentRef: string;
|
|
3705
3859
|
value?: any;
|
|
@@ -4156,6 +4310,17 @@ export declare const getDefaultData: () => {
|
|
|
4156
4310
|
createSubOrders: {
|
|
4157
4311
|
selectorKey: SelectorKeysEnum;
|
|
4158
4312
|
defaultState: {
|
|
4313
|
+
textOverflow: {
|
|
4314
|
+
value: boolean;
|
|
4315
|
+
property: string;
|
|
4316
|
+
propertyType: CMSElementEditTypes;
|
|
4317
|
+
};
|
|
4318
|
+
numberOfDisplayedLines: {
|
|
4319
|
+
unit: CMSCSSUnitTypesEnums;
|
|
4320
|
+
value: number;
|
|
4321
|
+
property: string;
|
|
4322
|
+
propertyType: CMSElementEditTypes;
|
|
4323
|
+
};
|
|
4159
4324
|
backgroundColor: {
|
|
4160
4325
|
parentRef: string;
|
|
4161
4326
|
value?: any;
|
|
@@ -4612,6 +4777,17 @@ export declare const getDefaultData: () => {
|
|
|
4612
4777
|
submitQuote: {
|
|
4613
4778
|
selectorKey: SelectorKeysEnum;
|
|
4614
4779
|
defaultState: {
|
|
4780
|
+
textOverflow: {
|
|
4781
|
+
value: boolean;
|
|
4782
|
+
property: string;
|
|
4783
|
+
propertyType: CMSElementEditTypes;
|
|
4784
|
+
};
|
|
4785
|
+
numberOfDisplayedLines: {
|
|
4786
|
+
unit: CMSCSSUnitTypesEnums;
|
|
4787
|
+
value: number;
|
|
4788
|
+
property: string;
|
|
4789
|
+
propertyType: CMSElementEditTypes;
|
|
4790
|
+
};
|
|
4615
4791
|
backgroundColor: {
|
|
4616
4792
|
parentRef: string;
|
|
4617
4793
|
value?: any;
|
|
@@ -5068,6 +5244,17 @@ export declare const getDefaultData: () => {
|
|
|
5068
5244
|
signUp: {
|
|
5069
5245
|
selectorKey: SelectorKeysEnum;
|
|
5070
5246
|
defaultState: {
|
|
5247
|
+
textOverflow: {
|
|
5248
|
+
value: boolean;
|
|
5249
|
+
property: string;
|
|
5250
|
+
propertyType: CMSElementEditTypes;
|
|
5251
|
+
};
|
|
5252
|
+
numberOfDisplayedLines: {
|
|
5253
|
+
unit: CMSCSSUnitTypesEnums;
|
|
5254
|
+
value: number;
|
|
5255
|
+
property: string;
|
|
5256
|
+
propertyType: CMSElementEditTypes;
|
|
5257
|
+
};
|
|
5071
5258
|
backgroundColor: {
|
|
5072
5259
|
parentRef: string;
|
|
5073
5260
|
value?: any;
|
|
@@ -212,6 +212,17 @@ export declare const getDefaultData: () => {
|
|
|
212
212
|
text: {
|
|
213
213
|
selectorKey: SelectorKeysEnum;
|
|
214
214
|
defaultState: {
|
|
215
|
+
textOverflow: {
|
|
216
|
+
value: boolean;
|
|
217
|
+
property: string;
|
|
218
|
+
propertyType: CMSElementEditTypes;
|
|
219
|
+
};
|
|
220
|
+
numberOfDisplayedLines: {
|
|
221
|
+
unit: CMSCSSUnitTypesEnums;
|
|
222
|
+
value: number;
|
|
223
|
+
property: string;
|
|
224
|
+
propertyType: CMSElementEditTypes;
|
|
225
|
+
};
|
|
215
226
|
wordWrap: CMSIBCommonInterface;
|
|
216
227
|
wordBreak: CMSIBCommonInterface;
|
|
217
228
|
textTransform: {
|
|
@@ -435,6 +446,17 @@ export declare const getDefaultData: () => {
|
|
|
435
446
|
};
|
|
436
447
|
};
|
|
437
448
|
description: {
|
|
449
|
+
textOverflow: {
|
|
450
|
+
value: boolean;
|
|
451
|
+
property: string;
|
|
452
|
+
propertyType: CMSElementEditTypes;
|
|
453
|
+
};
|
|
454
|
+
numberOfDisplayedLines: {
|
|
455
|
+
unit: CMSCSSUnitTypesEnums;
|
|
456
|
+
value: number;
|
|
457
|
+
property: string;
|
|
458
|
+
propertyType: CMSElementEditTypes;
|
|
459
|
+
};
|
|
438
460
|
wordWrap: CMSIBCommonInterface;
|
|
439
461
|
wordBreak: CMSIBCommonInterface;
|
|
440
462
|
theme: {
|
|
@@ -84,7 +84,6 @@ export declare enum selfEnums {
|
|
|
84
84
|
MINI_CART_TEXT = "miniSearchText",
|
|
85
85
|
DROPDOWN_DISPLAY_STYLE = "dropdownDisplayStyle",
|
|
86
86
|
WIDGET_STYLE = "widgetStyle",
|
|
87
|
-
WIDGET_PLACEHOLDER_TEXT = "widgetPlaceholderText",
|
|
88
87
|
WIDGET_DROPDOWN = "widgetDropdown",
|
|
89
88
|
OPTION_STYLE = "optionStyle",
|
|
90
89
|
HOVER_STATE = "hover",
|