@sc-360-v2/storefront-cms-library 0.5.22 → 0.5.23
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/types/builder/tools/element-edit/addProductsTab.d.ts +20 -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/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 +10 -0
- package/dist/types/website/index.d.ts +1 -0
- package/dist/website.js +1 -1
- package/package.json +1 -1
|
@@ -2469,6 +2469,11 @@ export declare const getDefaultData: () => {
|
|
|
2469
2469
|
property: string;
|
|
2470
2470
|
propertyType: CMSElementEditTypes;
|
|
2471
2471
|
};
|
|
2472
|
+
tag: {
|
|
2473
|
+
value: string;
|
|
2474
|
+
property: string;
|
|
2475
|
+
propertyType: CMSElementEditTypes;
|
|
2476
|
+
};
|
|
2472
2477
|
font: {
|
|
2473
2478
|
value: string;
|
|
2474
2479
|
property: string;
|
|
@@ -2580,6 +2585,11 @@ export declare const getDefaultData: () => {
|
|
|
2580
2585
|
property: string;
|
|
2581
2586
|
propertyType: CMSElementEditTypes;
|
|
2582
2587
|
};
|
|
2588
|
+
tag: {
|
|
2589
|
+
value: string;
|
|
2590
|
+
property: string;
|
|
2591
|
+
propertyType: CMSElementEditTypes;
|
|
2592
|
+
};
|
|
2583
2593
|
font: {
|
|
2584
2594
|
value: string;
|
|
2585
2595
|
property: string;
|
|
@@ -2775,6 +2785,11 @@ export declare const getDefaultData: () => {
|
|
|
2775
2785
|
property: string;
|
|
2776
2786
|
propertyType: CMSElementEditTypes;
|
|
2777
2787
|
};
|
|
2788
|
+
tag: {
|
|
2789
|
+
value: string;
|
|
2790
|
+
property: string;
|
|
2791
|
+
propertyType: CMSElementEditTypes;
|
|
2792
|
+
};
|
|
2778
2793
|
font: {
|
|
2779
2794
|
value: string;
|
|
2780
2795
|
property: string;
|
|
@@ -2886,6 +2901,11 @@ export declare const getDefaultData: () => {
|
|
|
2886
2901
|
property: string;
|
|
2887
2902
|
propertyType: CMSElementEditTypes;
|
|
2888
2903
|
};
|
|
2904
|
+
tag: {
|
|
2905
|
+
value: string;
|
|
2906
|
+
property: string;
|
|
2907
|
+
propertyType: CMSElementEditTypes;
|
|
2908
|
+
};
|
|
2889
2909
|
font: {
|
|
2890
2910
|
value: string;
|
|
2891
2911
|
property: string;
|
|
@@ -1626,6 +1626,11 @@ export declare const getDefaultData: () => {
|
|
|
1626
1626
|
property: string;
|
|
1627
1627
|
propertyType: CMSElementEditTypes;
|
|
1628
1628
|
};
|
|
1629
|
+
tag: {
|
|
1630
|
+
value: string;
|
|
1631
|
+
property: string;
|
|
1632
|
+
propertyType: CMSElementEditTypes;
|
|
1633
|
+
};
|
|
1629
1634
|
font: {
|
|
1630
1635
|
value: string;
|
|
1631
1636
|
property: string;
|
|
@@ -1737,6 +1742,11 @@ export declare const getDefaultData: () => {
|
|
|
1737
1742
|
property: string;
|
|
1738
1743
|
propertyType: CMSElementEditTypes;
|
|
1739
1744
|
};
|
|
1745
|
+
tag: {
|
|
1746
|
+
value: string;
|
|
1747
|
+
property: string;
|
|
1748
|
+
propertyType: CMSElementEditTypes;
|
|
1749
|
+
};
|
|
1740
1750
|
font: {
|
|
1741
1751
|
value: string;
|
|
1742
1752
|
property: string;
|
|
@@ -519,6 +519,11 @@ export declare const getDefaultData: () => {
|
|
|
519
519
|
property: string;
|
|
520
520
|
propertyType: CMSElementEditTypes;
|
|
521
521
|
};
|
|
522
|
+
tagDesc: {
|
|
523
|
+
value: string;
|
|
524
|
+
property: string;
|
|
525
|
+
propertyType: CMSElementEditTypes;
|
|
526
|
+
};
|
|
522
527
|
fontDesc: {
|
|
523
528
|
value: string;
|
|
524
529
|
property: string;
|
|
@@ -615,6 +620,11 @@ export declare const getDefaultData: () => {
|
|
|
615
620
|
property: string;
|
|
616
621
|
propertyType: CMSElementEditTypes;
|
|
617
622
|
};
|
|
623
|
+
tag: {
|
|
624
|
+
value: string;
|
|
625
|
+
property: string;
|
|
626
|
+
propertyType: CMSElementEditTypes;
|
|
627
|
+
};
|
|
618
628
|
font: {
|
|
619
629
|
value: string;
|
|
620
630
|
property: string;
|
|
@@ -740,6 +750,11 @@ export declare const getDefaultData: () => {
|
|
|
740
750
|
property: string;
|
|
741
751
|
propertyType: CMSElementEditTypes;
|
|
742
752
|
};
|
|
753
|
+
tagDesc: {
|
|
754
|
+
value: string;
|
|
755
|
+
property: string;
|
|
756
|
+
propertyType: CMSElementEditTypes;
|
|
757
|
+
};
|
|
743
758
|
fontDesc: {
|
|
744
759
|
value: string;
|
|
745
760
|
property: string;
|
|
@@ -836,6 +851,11 @@ export declare const getDefaultData: () => {
|
|
|
836
851
|
property: string;
|
|
837
852
|
propertyType: CMSElementEditTypes;
|
|
838
853
|
};
|
|
854
|
+
tag: {
|
|
855
|
+
value: string;
|
|
856
|
+
property: string;
|
|
857
|
+
propertyType: CMSElementEditTypes;
|
|
858
|
+
};
|
|
839
859
|
font: {
|
|
840
860
|
value: string;
|
|
841
861
|
property: string;
|
|
@@ -981,6 +1001,11 @@ export declare const getDefaultData: () => {
|
|
|
981
1001
|
property: string;
|
|
982
1002
|
propertyType: CMSElementEditTypes;
|
|
983
1003
|
};
|
|
1004
|
+
tagDesc: {
|
|
1005
|
+
value: string;
|
|
1006
|
+
property: string;
|
|
1007
|
+
propertyType: CMSElementEditTypes;
|
|
1008
|
+
};
|
|
984
1009
|
fontDesc: {
|
|
985
1010
|
value: string;
|
|
986
1011
|
property: string;
|
|
@@ -1077,6 +1102,11 @@ export declare const getDefaultData: () => {
|
|
|
1077
1102
|
property: string;
|
|
1078
1103
|
propertyType: CMSElementEditTypes;
|
|
1079
1104
|
};
|
|
1105
|
+
tag: {
|
|
1106
|
+
value: string;
|
|
1107
|
+
property: string;
|
|
1108
|
+
propertyType: CMSElementEditTypes;
|
|
1109
|
+
};
|
|
1080
1110
|
font: {
|
|
1081
1111
|
value: string;
|
|
1082
1112
|
property: string;
|
|
@@ -358,6 +358,11 @@ export declare const getDefaultData: () => {
|
|
|
358
358
|
property: string;
|
|
359
359
|
propertyType: CMSElementEditTypes;
|
|
360
360
|
};
|
|
361
|
+
tagDesc: {
|
|
362
|
+
value: string;
|
|
363
|
+
property: string;
|
|
364
|
+
propertyType: CMSElementEditTypes;
|
|
365
|
+
};
|
|
361
366
|
fontDesc: {
|
|
362
367
|
value: string;
|
|
363
368
|
property: string;
|
|
@@ -454,6 +459,11 @@ export declare const getDefaultData: () => {
|
|
|
454
459
|
property: string;
|
|
455
460
|
propertyType: CMSElementEditTypes;
|
|
456
461
|
};
|
|
462
|
+
tag: {
|
|
463
|
+
value: string;
|
|
464
|
+
property: string;
|
|
465
|
+
propertyType: CMSElementEditTypes;
|
|
466
|
+
};
|
|
457
467
|
font: {
|
|
458
468
|
value: string;
|
|
459
469
|
property: string;
|
|
@@ -577,6 +587,11 @@ export declare const getDefaultData: () => {
|
|
|
577
587
|
property: string;
|
|
578
588
|
propertyType: CMSElementEditTypes;
|
|
579
589
|
};
|
|
590
|
+
tagDesc: {
|
|
591
|
+
value: string;
|
|
592
|
+
property: string;
|
|
593
|
+
propertyType: CMSElementEditTypes;
|
|
594
|
+
};
|
|
580
595
|
fontDesc: {
|
|
581
596
|
value: string;
|
|
582
597
|
property: string;
|
|
@@ -673,6 +688,11 @@ export declare const getDefaultData: () => {
|
|
|
673
688
|
property: string;
|
|
674
689
|
propertyType: CMSElementEditTypes;
|
|
675
690
|
};
|
|
691
|
+
tag: {
|
|
692
|
+
value: string;
|
|
693
|
+
property: string;
|
|
694
|
+
propertyType: CMSElementEditTypes;
|
|
695
|
+
};
|
|
676
696
|
font: {
|
|
677
697
|
value: string;
|
|
678
698
|
property: string;
|
|
@@ -291,6 +291,11 @@ export declare const getDefaultData: () => {
|
|
|
291
291
|
property: string;
|
|
292
292
|
propertyType: CMSElementEditTypes;
|
|
293
293
|
};
|
|
294
|
+
tag: {
|
|
295
|
+
value: string;
|
|
296
|
+
property: string;
|
|
297
|
+
propertyType: CMSElementEditTypes;
|
|
298
|
+
};
|
|
294
299
|
font: {
|
|
295
300
|
value: string;
|
|
296
301
|
property: string;
|
|
@@ -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;
|