@sc-360-v2/storefront-cms-library 0.5.22 → 0.5.24
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/builder.js +1 -1
- package/dist/product-image.scss +48 -1
- package/dist/quantity-selector.scss +3 -0
- package/dist/quota-details.scss +1 -1
- package/dist/text-temp-v2.scss +141 -139
- package/dist/types/builder/tools/element-edit/addProductsTab.d.ts +20 -0
- package/dist/types/builder/tools/element-edit/breadcrumbs.d.ts +27 -0
- package/dist/types/builder/tools/element-edit/bundleDetails.d.ts +10 -0
- package/dist/types/builder/tools/element-edit/buyForWithTab.d.ts +30 -0
- package/dist/types/builder/tools/element-edit/cartAttributes.d.ts +20 -0
- package/dist/types/builder/tools/element-edit/cartDetails.d.ts +5 -0
- package/dist/types/builder/tools/element-edit/cartSummary.d.ts +80 -0
- package/dist/types/builder/tools/element-edit/categoryGroups.d.ts +80 -0
- package/dist/types/builder/tools/element-edit/checkout.d.ts +50 -0
- package/dist/types/builder/tools/element-edit/common.d.ts +10 -0
- package/dist/types/builder/tools/element-edit/countdown.d.ts +20 -0
- package/dist/types/builder/tools/element-edit/embroidery.d.ts +15 -0
- package/dist/types/builder/tools/element-edit/orderStatus.d.ts +30 -0
- package/dist/types/builder/tools/element-edit/quickLinks.d.ts +10 -0
- package/dist/types/builder/tools/element-edit/typographyInstance.d.ts +50 -0
- package/dist/types/builder/tools/element-edit/userElements.d.ts +10 -0
- package/dist/types/builder/tools/element-edit/video.d.ts +10 -0
- package/dist/types/website/enums/feature-restrictions.d.ts +12 -1
- package/dist/types/website/helper/feature-restrictions.d.ts +6 -0
- package/dist/types/website/index.d.ts +6 -0
- package/dist/website.js +1 -1
- package/package.json +1 -1
|
@@ -443,6 +443,11 @@ export declare const getDefaultData: () => {
|
|
|
443
443
|
property: string;
|
|
444
444
|
propertyType: CMSElementEditTypes;
|
|
445
445
|
};
|
|
446
|
+
tagDesc: {
|
|
447
|
+
value: string;
|
|
448
|
+
property: string;
|
|
449
|
+
propertyType: CMSElementEditTypes;
|
|
450
|
+
};
|
|
446
451
|
fontDesc: {
|
|
447
452
|
value: string;
|
|
448
453
|
property: string;
|
|
@@ -539,6 +544,11 @@ export declare const getDefaultData: () => {
|
|
|
539
544
|
property: string;
|
|
540
545
|
propertyType: CMSElementEditTypes;
|
|
541
546
|
};
|
|
547
|
+
tag: {
|
|
548
|
+
value: string;
|
|
549
|
+
property: string;
|
|
550
|
+
propertyType: CMSElementEditTypes;
|
|
551
|
+
};
|
|
542
552
|
font: {
|
|
543
553
|
value: string;
|
|
544
554
|
property: string;
|
|
@@ -655,6 +665,11 @@ export declare const getDefaultData: () => {
|
|
|
655
665
|
property: string;
|
|
656
666
|
propertyType: CMSElementEditTypes;
|
|
657
667
|
};
|
|
668
|
+
tagDesc: {
|
|
669
|
+
value: string;
|
|
670
|
+
property: string;
|
|
671
|
+
propertyType: CMSElementEditTypes;
|
|
672
|
+
};
|
|
658
673
|
fontDesc: {
|
|
659
674
|
value: string;
|
|
660
675
|
property: string;
|
|
@@ -751,6 +766,11 @@ export declare const getDefaultData: () => {
|
|
|
751
766
|
property: string;
|
|
752
767
|
propertyType: CMSElementEditTypes;
|
|
753
768
|
};
|
|
769
|
+
tag: {
|
|
770
|
+
value: string;
|
|
771
|
+
property: string;
|
|
772
|
+
propertyType: CMSElementEditTypes;
|
|
773
|
+
};
|
|
754
774
|
font: {
|
|
755
775
|
value: string;
|
|
756
776
|
property: string;
|
|
@@ -920,6 +940,11 @@ export declare const getDefaultData: () => {
|
|
|
920
940
|
property: string;
|
|
921
941
|
propertyType: CMSElementEditTypes;
|
|
922
942
|
};
|
|
943
|
+
tagDesc: {
|
|
944
|
+
value: string;
|
|
945
|
+
property: string;
|
|
946
|
+
propertyType: CMSElementEditTypes;
|
|
947
|
+
};
|
|
923
948
|
fontDesc: {
|
|
924
949
|
value: string;
|
|
925
950
|
property: string;
|
|
@@ -1016,6 +1041,11 @@ export declare const getDefaultData: () => {
|
|
|
1016
1041
|
property: string;
|
|
1017
1042
|
propertyType: CMSElementEditTypes;
|
|
1018
1043
|
};
|
|
1044
|
+
tag: {
|
|
1045
|
+
value: string;
|
|
1046
|
+
property: string;
|
|
1047
|
+
propertyType: CMSElementEditTypes;
|
|
1048
|
+
};
|
|
1019
1049
|
font: {
|
|
1020
1050
|
value: string;
|
|
1021
1051
|
property: string;
|
|
@@ -1132,6 +1162,11 @@ export declare const getDefaultData: () => {
|
|
|
1132
1162
|
property: string;
|
|
1133
1163
|
propertyType: CMSElementEditTypes;
|
|
1134
1164
|
};
|
|
1165
|
+
tagDesc: {
|
|
1166
|
+
value: string;
|
|
1167
|
+
property: string;
|
|
1168
|
+
propertyType: CMSElementEditTypes;
|
|
1169
|
+
};
|
|
1135
1170
|
fontDesc: {
|
|
1136
1171
|
value: string;
|
|
1137
1172
|
property: string;
|
|
@@ -1228,6 +1263,11 @@ export declare const getDefaultData: () => {
|
|
|
1228
1263
|
property: string;
|
|
1229
1264
|
propertyType: CMSElementEditTypes;
|
|
1230
1265
|
};
|
|
1266
|
+
tag: {
|
|
1267
|
+
value: string;
|
|
1268
|
+
property: string;
|
|
1269
|
+
propertyType: CMSElementEditTypes;
|
|
1270
|
+
};
|
|
1231
1271
|
font: {
|
|
1232
1272
|
value: string;
|
|
1233
1273
|
property: string;
|
|
@@ -1344,6 +1384,11 @@ export declare const getDefaultData: () => {
|
|
|
1344
1384
|
property: string;
|
|
1345
1385
|
propertyType: CMSElementEditTypes;
|
|
1346
1386
|
};
|
|
1387
|
+
tagDesc: {
|
|
1388
|
+
value: string;
|
|
1389
|
+
property: string;
|
|
1390
|
+
propertyType: CMSElementEditTypes;
|
|
1391
|
+
};
|
|
1347
1392
|
fontDesc: {
|
|
1348
1393
|
value: string;
|
|
1349
1394
|
property: string;
|
|
@@ -1440,6 +1485,11 @@ export declare const getDefaultData: () => {
|
|
|
1440
1485
|
property: string;
|
|
1441
1486
|
propertyType: CMSElementEditTypes;
|
|
1442
1487
|
};
|
|
1488
|
+
tag: {
|
|
1489
|
+
value: string;
|
|
1490
|
+
property: string;
|
|
1491
|
+
propertyType: CMSElementEditTypes;
|
|
1492
|
+
};
|
|
1443
1493
|
font: {
|
|
1444
1494
|
value: string;
|
|
1445
1495
|
property: string;
|
|
@@ -1618,6 +1668,11 @@ export declare const getDefaultData: () => {
|
|
|
1618
1668
|
property: string;
|
|
1619
1669
|
propertyType: CMSElementEditTypes;
|
|
1620
1670
|
};
|
|
1671
|
+
tagDesc: {
|
|
1672
|
+
value: string;
|
|
1673
|
+
property: string;
|
|
1674
|
+
propertyType: CMSElementEditTypes;
|
|
1675
|
+
};
|
|
1621
1676
|
fontDesc: {
|
|
1622
1677
|
value: string;
|
|
1623
1678
|
property: string;
|
|
@@ -1714,6 +1769,11 @@ export declare const getDefaultData: () => {
|
|
|
1714
1769
|
property: string;
|
|
1715
1770
|
propertyType: CMSElementEditTypes;
|
|
1716
1771
|
};
|
|
1772
|
+
tag: {
|
|
1773
|
+
value: string;
|
|
1774
|
+
property: string;
|
|
1775
|
+
propertyType: CMSElementEditTypes;
|
|
1776
|
+
};
|
|
1717
1777
|
font: {
|
|
1718
1778
|
value: string;
|
|
1719
1779
|
property: string;
|
|
@@ -1829,6 +1889,11 @@ export declare const getDefaultData: () => {
|
|
|
1829
1889
|
property: string;
|
|
1830
1890
|
propertyType: CMSElementEditTypes;
|
|
1831
1891
|
};
|
|
1892
|
+
tagDesc: {
|
|
1893
|
+
value: string;
|
|
1894
|
+
property: string;
|
|
1895
|
+
propertyType: CMSElementEditTypes;
|
|
1896
|
+
};
|
|
1832
1897
|
fontDesc: {
|
|
1833
1898
|
value: string;
|
|
1834
1899
|
property: string;
|
|
@@ -1925,6 +1990,11 @@ export declare const getDefaultData: () => {
|
|
|
1925
1990
|
property: string;
|
|
1926
1991
|
propertyType: CMSElementEditTypes;
|
|
1927
1992
|
};
|
|
1993
|
+
tag: {
|
|
1994
|
+
value: string;
|
|
1995
|
+
property: string;
|
|
1996
|
+
propertyType: CMSElementEditTypes;
|
|
1997
|
+
};
|
|
1928
1998
|
font: {
|
|
1929
1999
|
value: string;
|
|
1930
2000
|
property: string;
|
|
@@ -2041,6 +2111,11 @@ export declare const getDefaultData: () => {
|
|
|
2041
2111
|
property: string;
|
|
2042
2112
|
propertyType: CMSElementEditTypes;
|
|
2043
2113
|
};
|
|
2114
|
+
tagDesc: {
|
|
2115
|
+
value: string;
|
|
2116
|
+
property: string;
|
|
2117
|
+
propertyType: CMSElementEditTypes;
|
|
2118
|
+
};
|
|
2044
2119
|
fontDesc: {
|
|
2045
2120
|
value: string;
|
|
2046
2121
|
property: string;
|
|
@@ -2137,6 +2212,11 @@ export declare const getDefaultData: () => {
|
|
|
2137
2212
|
property: string;
|
|
2138
2213
|
propertyType: CMSElementEditTypes;
|
|
2139
2214
|
};
|
|
2215
|
+
tag: {
|
|
2216
|
+
value: string;
|
|
2217
|
+
property: string;
|
|
2218
|
+
propertyType: CMSElementEditTypes;
|
|
2219
|
+
};
|
|
2140
2220
|
font: {
|
|
2141
2221
|
value: string;
|
|
2142
2222
|
property: string;
|
|
@@ -146,6 +146,11 @@ export declare const getDefaultData: () => {
|
|
|
146
146
|
property: string;
|
|
147
147
|
propertyType: CMSElementEditTypes;
|
|
148
148
|
};
|
|
149
|
+
tag: {
|
|
150
|
+
value: string;
|
|
151
|
+
property: string;
|
|
152
|
+
propertyType: CMSElementEditTypes;
|
|
153
|
+
};
|
|
149
154
|
font: {
|
|
150
155
|
value: string;
|
|
151
156
|
property: string;
|
|
@@ -257,6 +262,11 @@ export declare const getDefaultData: () => {
|
|
|
257
262
|
property: string;
|
|
258
263
|
propertyType: CMSElementEditTypes;
|
|
259
264
|
};
|
|
265
|
+
tag: {
|
|
266
|
+
value: string;
|
|
267
|
+
property: string;
|
|
268
|
+
propertyType: CMSElementEditTypes;
|
|
269
|
+
};
|
|
260
270
|
font: {
|
|
261
271
|
value: string;
|
|
262
272
|
property: string;
|
|
@@ -367,6 +377,11 @@ export declare const getDefaultData: () => {
|
|
|
367
377
|
property: string;
|
|
368
378
|
propertyType: CMSElementEditTypes;
|
|
369
379
|
};
|
|
380
|
+
tag: {
|
|
381
|
+
value: string;
|
|
382
|
+
property: string;
|
|
383
|
+
propertyType: CMSElementEditTypes;
|
|
384
|
+
};
|
|
370
385
|
font: {
|
|
371
386
|
value: string;
|
|
372
387
|
property: string;
|
|
@@ -477,6 +492,11 @@ export declare const getDefaultData: () => {
|
|
|
477
492
|
property: string;
|
|
478
493
|
propertyType: CMSElementEditTypes;
|
|
479
494
|
};
|
|
495
|
+
tag: {
|
|
496
|
+
value: string;
|
|
497
|
+
property: string;
|
|
498
|
+
propertyType: CMSElementEditTypes;
|
|
499
|
+
};
|
|
480
500
|
font: {
|
|
481
501
|
value: string;
|
|
482
502
|
property: string;
|
|
@@ -644,6 +664,11 @@ export declare const getDefaultData: () => {
|
|
|
644
664
|
property: string;
|
|
645
665
|
propertyType: CMSElementEditTypes;
|
|
646
666
|
};
|
|
667
|
+
tag: {
|
|
668
|
+
value: string;
|
|
669
|
+
property: string;
|
|
670
|
+
propertyType: CMSElementEditTypes;
|
|
671
|
+
};
|
|
647
672
|
font: {
|
|
648
673
|
value: string;
|
|
649
674
|
property: string;
|
|
@@ -754,6 +779,11 @@ export declare const getDefaultData: () => {
|
|
|
754
779
|
property: string;
|
|
755
780
|
propertyType: CMSElementEditTypes;
|
|
756
781
|
};
|
|
782
|
+
tag: {
|
|
783
|
+
value: string;
|
|
784
|
+
property: string;
|
|
785
|
+
propertyType: CMSElementEditTypes;
|
|
786
|
+
};
|
|
757
787
|
font: {
|
|
758
788
|
value: string;
|
|
759
789
|
property: string;
|
|
@@ -864,6 +894,11 @@ export declare const getDefaultData: () => {
|
|
|
864
894
|
property: string;
|
|
865
895
|
propertyType: CMSElementEditTypes;
|
|
866
896
|
};
|
|
897
|
+
tag: {
|
|
898
|
+
value: string;
|
|
899
|
+
property: string;
|
|
900
|
+
propertyType: CMSElementEditTypes;
|
|
901
|
+
};
|
|
867
902
|
font: {
|
|
868
903
|
value: string;
|
|
869
904
|
property: string;
|
|
@@ -988,6 +1023,11 @@ export declare const getDefaultData: () => {
|
|
|
988
1023
|
property: string;
|
|
989
1024
|
propertyType: CMSElementEditTypes;
|
|
990
1025
|
};
|
|
1026
|
+
tag: {
|
|
1027
|
+
value: string;
|
|
1028
|
+
property: string;
|
|
1029
|
+
propertyType: CMSElementEditTypes;
|
|
1030
|
+
};
|
|
991
1031
|
font: {
|
|
992
1032
|
value: string;
|
|
993
1033
|
property: string;
|
|
@@ -1098,6 +1138,11 @@ export declare const getDefaultData: () => {
|
|
|
1098
1138
|
property: string;
|
|
1099
1139
|
propertyType: CMSElementEditTypes;
|
|
1100
1140
|
};
|
|
1141
|
+
tag: {
|
|
1142
|
+
value: string;
|
|
1143
|
+
property: string;
|
|
1144
|
+
propertyType: CMSElementEditTypes;
|
|
1145
|
+
};
|
|
1101
1146
|
font: {
|
|
1102
1147
|
value: string;
|
|
1103
1148
|
property: string;
|
|
@@ -1208,6 +1253,11 @@ export declare const getDefaultData: () => {
|
|
|
1208
1253
|
property: string;
|
|
1209
1254
|
propertyType: CMSElementEditTypes;
|
|
1210
1255
|
};
|
|
1256
|
+
tag: {
|
|
1257
|
+
value: string;
|
|
1258
|
+
property: string;
|
|
1259
|
+
propertyType: CMSElementEditTypes;
|
|
1260
|
+
};
|
|
1211
1261
|
font: {
|
|
1212
1262
|
value: string;
|
|
1213
1263
|
property: string;
|
|
@@ -1874,6 +1924,11 @@ export declare const getDefaultData: () => {
|
|
|
1874
1924
|
property: string;
|
|
1875
1925
|
propertyType: CMSElementEditTypes;
|
|
1876
1926
|
};
|
|
1927
|
+
tag: {
|
|
1928
|
+
value: string;
|
|
1929
|
+
property: string;
|
|
1930
|
+
propertyType: CMSElementEditTypes;
|
|
1931
|
+
};
|
|
1877
1932
|
font: {
|
|
1878
1933
|
value: string;
|
|
1879
1934
|
property: string;
|
|
@@ -1984,6 +2039,11 @@ export declare const getDefaultData: () => {
|
|
|
1984
2039
|
property: string;
|
|
1985
2040
|
propertyType: CMSElementEditTypes;
|
|
1986
2041
|
};
|
|
2042
|
+
tag: {
|
|
2043
|
+
value: string;
|
|
2044
|
+
property: string;
|
|
2045
|
+
propertyType: CMSElementEditTypes;
|
|
2046
|
+
};
|
|
1987
2047
|
font: {
|
|
1988
2048
|
value: string;
|
|
1989
2049
|
property: string;
|
|
@@ -2094,6 +2154,11 @@ export declare const getDefaultData: () => {
|
|
|
2094
2154
|
property: string;
|
|
2095
2155
|
propertyType: CMSElementEditTypes;
|
|
2096
2156
|
};
|
|
2157
|
+
tag: {
|
|
2158
|
+
value: string;
|
|
2159
|
+
property: string;
|
|
2160
|
+
propertyType: CMSElementEditTypes;
|
|
2161
|
+
};
|
|
2097
2162
|
font: {
|
|
2098
2163
|
value: string;
|
|
2099
2164
|
property: string;
|
|
@@ -2353,6 +2418,11 @@ export declare const getDefaultData: () => {
|
|
|
2353
2418
|
property: string;
|
|
2354
2419
|
propertyType: CMSElementEditTypes;
|
|
2355
2420
|
};
|
|
2421
|
+
tag: {
|
|
2422
|
+
value: string;
|
|
2423
|
+
property: string;
|
|
2424
|
+
propertyType: CMSElementEditTypes;
|
|
2425
|
+
};
|
|
2356
2426
|
font: {
|
|
2357
2427
|
value: string;
|
|
2358
2428
|
property: string;
|
|
@@ -2511,6 +2581,11 @@ export declare const getDefaultData: () => {
|
|
|
2511
2581
|
property: string;
|
|
2512
2582
|
propertyType: CMSElementEditTypes;
|
|
2513
2583
|
};
|
|
2584
|
+
tag: {
|
|
2585
|
+
value: string;
|
|
2586
|
+
property: string;
|
|
2587
|
+
propertyType: CMSElementEditTypes;
|
|
2588
|
+
};
|
|
2514
2589
|
font: {
|
|
2515
2590
|
value: string;
|
|
2516
2591
|
property: string;
|
|
@@ -2621,6 +2696,11 @@ export declare const getDefaultData: () => {
|
|
|
2621
2696
|
property: string;
|
|
2622
2697
|
propertyType: CMSElementEditTypes;
|
|
2623
2698
|
};
|
|
2699
|
+
tag: {
|
|
2700
|
+
value: string;
|
|
2701
|
+
property: string;
|
|
2702
|
+
propertyType: CMSElementEditTypes;
|
|
2703
|
+
};
|
|
2624
2704
|
font: {
|
|
2625
2705
|
value: string;
|
|
2626
2706
|
property: string;
|
|
@@ -646,6 +646,11 @@ export declare const getDefaultData: () => {
|
|
|
646
646
|
property: string;
|
|
647
647
|
propertyType: CMSElementEditTypes;
|
|
648
648
|
};
|
|
649
|
+
tagDesc: {
|
|
650
|
+
value: string;
|
|
651
|
+
property: string;
|
|
652
|
+
propertyType: CMSElementEditTypes;
|
|
653
|
+
};
|
|
649
654
|
fontDesc: {
|
|
650
655
|
value: string;
|
|
651
656
|
property: string;
|
|
@@ -742,6 +747,11 @@ export declare const getDefaultData: () => {
|
|
|
742
747
|
property: string;
|
|
743
748
|
propertyType: CMSElementEditTypes;
|
|
744
749
|
};
|
|
750
|
+
tag: {
|
|
751
|
+
value: string;
|
|
752
|
+
property: string;
|
|
753
|
+
propertyType: CMSElementEditTypes;
|
|
754
|
+
};
|
|
745
755
|
font: {
|
|
746
756
|
value: string;
|
|
747
757
|
property: string;
|
|
@@ -1127,6 +1137,11 @@ export declare const getDefaultData: () => {
|
|
|
1127
1137
|
property: string;
|
|
1128
1138
|
propertyType: CMSElementEditTypes;
|
|
1129
1139
|
};
|
|
1140
|
+
tagDesc: {
|
|
1141
|
+
value: string;
|
|
1142
|
+
property: string;
|
|
1143
|
+
propertyType: CMSElementEditTypes;
|
|
1144
|
+
};
|
|
1130
1145
|
fontDesc: {
|
|
1131
1146
|
value: string;
|
|
1132
1147
|
property: string;
|
|
@@ -1223,6 +1238,11 @@ export declare const getDefaultData: () => {
|
|
|
1223
1238
|
property: string;
|
|
1224
1239
|
propertyType: CMSElementEditTypes;
|
|
1225
1240
|
};
|
|
1241
|
+
tag: {
|
|
1242
|
+
value: string;
|
|
1243
|
+
property: string;
|
|
1244
|
+
propertyType: CMSElementEditTypes;
|
|
1245
|
+
};
|
|
1226
1246
|
font: {
|
|
1227
1247
|
value: string;
|
|
1228
1248
|
property: string;
|
|
@@ -1407,6 +1427,11 @@ export declare const getDefaultData: () => {
|
|
|
1407
1427
|
property: string;
|
|
1408
1428
|
propertyType: CMSElementEditTypes;
|
|
1409
1429
|
};
|
|
1430
|
+
tagDesc: {
|
|
1431
|
+
value: string;
|
|
1432
|
+
property: string;
|
|
1433
|
+
propertyType: CMSElementEditTypes;
|
|
1434
|
+
};
|
|
1410
1435
|
fontDesc: {
|
|
1411
1436
|
value: string;
|
|
1412
1437
|
property: string;
|
|
@@ -1503,6 +1528,11 @@ export declare const getDefaultData: () => {
|
|
|
1503
1528
|
property: string;
|
|
1504
1529
|
propertyType: CMSElementEditTypes;
|
|
1505
1530
|
};
|
|
1531
|
+
tag: {
|
|
1532
|
+
value: string;
|
|
1533
|
+
property: string;
|
|
1534
|
+
propertyType: CMSElementEditTypes;
|
|
1535
|
+
};
|
|
1506
1536
|
font: {
|
|
1507
1537
|
value: string;
|
|
1508
1538
|
property: string;
|
|
@@ -1691,6 +1721,11 @@ export declare const getDefaultData: () => {
|
|
|
1691
1721
|
property: string;
|
|
1692
1722
|
propertyType: CMSElementEditTypes;
|
|
1693
1723
|
};
|
|
1724
|
+
tagDesc: {
|
|
1725
|
+
value: string;
|
|
1726
|
+
property: string;
|
|
1727
|
+
propertyType: CMSElementEditTypes;
|
|
1728
|
+
};
|
|
1694
1729
|
fontDesc: {
|
|
1695
1730
|
value: string;
|
|
1696
1731
|
property: string;
|
|
@@ -1787,6 +1822,11 @@ export declare const getDefaultData: () => {
|
|
|
1787
1822
|
property: string;
|
|
1788
1823
|
propertyType: CMSElementEditTypes;
|
|
1789
1824
|
};
|
|
1825
|
+
tag: {
|
|
1826
|
+
value: string;
|
|
1827
|
+
property: string;
|
|
1828
|
+
propertyType: CMSElementEditTypes;
|
|
1829
|
+
};
|
|
1790
1830
|
font: {
|
|
1791
1831
|
value: string;
|
|
1792
1832
|
property: string;
|
|
@@ -2047,6 +2087,11 @@ export declare const getDefaultData: () => {
|
|
|
2047
2087
|
property: string;
|
|
2048
2088
|
propertyType: CMSElementEditTypes;
|
|
2049
2089
|
};
|
|
2090
|
+
tagDesc: {
|
|
2091
|
+
value: string;
|
|
2092
|
+
property: string;
|
|
2093
|
+
propertyType: CMSElementEditTypes;
|
|
2094
|
+
};
|
|
2050
2095
|
fontDesc: {
|
|
2051
2096
|
value: string;
|
|
2052
2097
|
property: string;
|
|
@@ -2143,6 +2188,11 @@ export declare const getDefaultData: () => {
|
|
|
2143
2188
|
property: string;
|
|
2144
2189
|
propertyType: CMSElementEditTypes;
|
|
2145
2190
|
};
|
|
2191
|
+
tag: {
|
|
2192
|
+
value: string;
|
|
2193
|
+
property: string;
|
|
2194
|
+
propertyType: CMSElementEditTypes;
|
|
2195
|
+
};
|
|
2146
2196
|
font: {
|
|
2147
2197
|
value: string;
|
|
2148
2198
|
property: string;
|
|
@@ -107,6 +107,16 @@ export interface CMSElementEditPopupDesignInterface {
|
|
|
107
107
|
itemSpacing: CMSIBSizeInterface;
|
|
108
108
|
itemGap: CMSIBSizeInterface;
|
|
109
109
|
gap: CMSIBSizeInterface;
|
|
110
|
+
gradientType: CMSIBSizeInterface;
|
|
111
|
+
gradientStartColor: CMSIBCommonInterface;
|
|
112
|
+
gradientEndColor: CMSIBCommonInterface;
|
|
113
|
+
gradientFlip: CMSIBCommonInterface;
|
|
114
|
+
gradientAngle: CMSIBCommonInterface;
|
|
115
|
+
gradientPosition: CMSIBCommonInterface;
|
|
116
|
+
gradientStartPosition: CMSIBCommonInterface;
|
|
117
|
+
gradientEndPosition: CMSIBCommonInterface;
|
|
118
|
+
wordWrap: CMSIBCommonInterface;
|
|
119
|
+
wordBreak: CMSIBCommonInterface;
|
|
110
120
|
}
|
|
111
121
|
export interface CMSElementEditPopupInterface<L = CMSElementEditPopupLayoutInterface, D = CMSElementEditPopupDesignInterface> {
|
|
112
122
|
layout?: L;
|
|
@@ -168,6 +168,11 @@ export declare const getDefaultData: () => {
|
|
|
168
168
|
property: string;
|
|
169
169
|
propertyType: CMSElementEditTypes;
|
|
170
170
|
};
|
|
171
|
+
tagDesc: {
|
|
172
|
+
value: string;
|
|
173
|
+
property: string;
|
|
174
|
+
propertyType: CMSElementEditTypes;
|
|
175
|
+
};
|
|
171
176
|
fontDesc: {
|
|
172
177
|
value: string;
|
|
173
178
|
property: string;
|
|
@@ -264,6 +269,11 @@ export declare const getDefaultData: () => {
|
|
|
264
269
|
property: string;
|
|
265
270
|
propertyType: CMSElementEditTypes;
|
|
266
271
|
};
|
|
272
|
+
tag: {
|
|
273
|
+
value: string;
|
|
274
|
+
property: string;
|
|
275
|
+
propertyType: CMSElementEditTypes;
|
|
276
|
+
};
|
|
267
277
|
font: {
|
|
268
278
|
value: string;
|
|
269
279
|
property: string;
|
|
@@ -428,6 +438,11 @@ export declare const getDefaultData: () => {
|
|
|
428
438
|
property: string;
|
|
429
439
|
propertyType: CMSElementEditTypes;
|
|
430
440
|
};
|
|
441
|
+
tagDesc: {
|
|
442
|
+
value: string;
|
|
443
|
+
property: string;
|
|
444
|
+
propertyType: CMSElementEditTypes;
|
|
445
|
+
};
|
|
431
446
|
fontDesc: {
|
|
432
447
|
value: string;
|
|
433
448
|
property: string;
|
|
@@ -524,6 +539,11 @@ export declare const getDefaultData: () => {
|
|
|
524
539
|
property: string;
|
|
525
540
|
propertyType: CMSElementEditTypes;
|
|
526
541
|
};
|
|
542
|
+
tag: {
|
|
543
|
+
value: string;
|
|
544
|
+
property: string;
|
|
545
|
+
propertyType: CMSElementEditTypes;
|
|
546
|
+
};
|
|
527
547
|
font: {
|
|
528
548
|
value: string;
|
|
529
549
|
property: string;
|
|
@@ -490,6 +490,11 @@ export declare const getDefaultData: () => {
|
|
|
490
490
|
property: string;
|
|
491
491
|
propertyType: CMSElementEditTypes;
|
|
492
492
|
};
|
|
493
|
+
tag: {
|
|
494
|
+
value: string;
|
|
495
|
+
property: string;
|
|
496
|
+
propertyType: CMSElementEditTypes;
|
|
497
|
+
};
|
|
493
498
|
font: {
|
|
494
499
|
value: string;
|
|
495
500
|
property: string;
|
|
@@ -589,6 +594,11 @@ export declare const getDefaultData: () => {
|
|
|
589
594
|
property: string;
|
|
590
595
|
propertyType: CMSElementEditTypes;
|
|
591
596
|
};
|
|
597
|
+
tag: {
|
|
598
|
+
value: string;
|
|
599
|
+
property: string;
|
|
600
|
+
propertyType: CMSElementEditTypes;
|
|
601
|
+
};
|
|
592
602
|
font: {
|
|
593
603
|
value: string;
|
|
594
604
|
property: string;
|
|
@@ -688,6 +698,11 @@ export declare const getDefaultData: () => {
|
|
|
688
698
|
property: string;
|
|
689
699
|
propertyType: CMSElementEditTypes;
|
|
690
700
|
};
|
|
701
|
+
tag: {
|
|
702
|
+
value: string;
|
|
703
|
+
property: string;
|
|
704
|
+
propertyType: CMSElementEditTypes;
|
|
705
|
+
};
|
|
691
706
|
font: {
|
|
692
707
|
value: string;
|
|
693
708
|
property: string;
|
|
@@ -518,6 +518,11 @@ export declare const getDefaultData: () => {
|
|
|
518
518
|
property: string;
|
|
519
519
|
propertyType: CMSElementEditTypes;
|
|
520
520
|
};
|
|
521
|
+
tagDesc: {
|
|
522
|
+
value: string;
|
|
523
|
+
property: string;
|
|
524
|
+
propertyType: CMSElementEditTypes;
|
|
525
|
+
};
|
|
521
526
|
fontDesc: {
|
|
522
527
|
value: string;
|
|
523
528
|
property: string;
|
|
@@ -614,6 +619,11 @@ export declare const getDefaultData: () => {
|
|
|
614
619
|
property: string;
|
|
615
620
|
propertyType: CMSElementEditTypes;
|
|
616
621
|
};
|
|
622
|
+
tag: {
|
|
623
|
+
value: string;
|
|
624
|
+
property: string;
|
|
625
|
+
propertyType: CMSElementEditTypes;
|
|
626
|
+
};
|
|
617
627
|
font: {
|
|
618
628
|
value: string;
|
|
619
629
|
property: string;
|
|
@@ -1019,6 +1029,11 @@ export declare const getDefaultData: () => {
|
|
|
1019
1029
|
property: string;
|
|
1020
1030
|
propertyType: CMSElementEditTypes;
|
|
1021
1031
|
};
|
|
1032
|
+
tagDesc: {
|
|
1033
|
+
value: string;
|
|
1034
|
+
property: string;
|
|
1035
|
+
propertyType: CMSElementEditTypes;
|
|
1036
|
+
};
|
|
1022
1037
|
fontDesc: {
|
|
1023
1038
|
value: string;
|
|
1024
1039
|
property: string;
|
|
@@ -1115,6 +1130,11 @@ export declare const getDefaultData: () => {
|
|
|
1115
1130
|
property: string;
|
|
1116
1131
|
propertyType: CMSElementEditTypes;
|
|
1117
1132
|
};
|
|
1133
|
+
tag: {
|
|
1134
|
+
value: string;
|
|
1135
|
+
property: string;
|
|
1136
|
+
propertyType: CMSElementEditTypes;
|
|
1137
|
+
};
|
|
1118
1138
|
font: {
|
|
1119
1139
|
value: string;
|
|
1120
1140
|
property: string;
|
|
@@ -1232,6 +1252,11 @@ export declare const getDefaultData: () => {
|
|
|
1232
1252
|
property: string;
|
|
1233
1253
|
propertyType: CMSElementEditTypes;
|
|
1234
1254
|
};
|
|
1255
|
+
tagDesc: {
|
|
1256
|
+
value: string;
|
|
1257
|
+
property: string;
|
|
1258
|
+
propertyType: CMSElementEditTypes;
|
|
1259
|
+
};
|
|
1235
1260
|
fontDesc: {
|
|
1236
1261
|
value: string;
|
|
1237
1262
|
property: string;
|
|
@@ -1328,6 +1353,11 @@ export declare const getDefaultData: () => {
|
|
|
1328
1353
|
property: string;
|
|
1329
1354
|
propertyType: CMSElementEditTypes;
|
|
1330
1355
|
};
|
|
1356
|
+
tag: {
|
|
1357
|
+
value: string;
|
|
1358
|
+
property: string;
|
|
1359
|
+
propertyType: CMSElementEditTypes;
|
|
1360
|
+
};
|
|
1331
1361
|
font: {
|
|
1332
1362
|
value: string;
|
|
1333
1363
|
property: string;
|
|
@@ -161,6 +161,11 @@ export declare const getDefaultData: () => {
|
|
|
161
161
|
property: string;
|
|
162
162
|
propertyType: CMSElementEditTypes;
|
|
163
163
|
};
|
|
164
|
+
tagDesc: {
|
|
165
|
+
value: string;
|
|
166
|
+
property: string;
|
|
167
|
+
propertyType: CMSElementEditTypes;
|
|
168
|
+
};
|
|
164
169
|
fontDesc: {
|
|
165
170
|
value: string;
|
|
166
171
|
property: string;
|
|
@@ -257,6 +262,11 @@ export declare const getDefaultData: () => {
|
|
|
257
262
|
property: string;
|
|
258
263
|
propertyType: CMSElementEditTypes;
|
|
259
264
|
};
|
|
265
|
+
tag: {
|
|
266
|
+
value: string;
|
|
267
|
+
property: string;
|
|
268
|
+
propertyType: CMSElementEditTypes;
|
|
269
|
+
};
|
|
260
270
|
font: {
|
|
261
271
|
value: string;
|
|
262
272
|
property: string;
|