@sc-360-v2/storefront-cms-library 0.4.39 → 0.4.42
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 +10 -6
- package/dist/add-products-tab.scss +33 -25
- package/dist/builder.js +1 -1
- package/dist/bundleDetails.scss +231 -0
- package/dist/cart-summary.scss +93 -14
- package/dist/dropdownTemplate.scss +21 -12
- package/dist/embroider-template-1-v2.scss +81 -0
- package/dist/filters.scss +1 -1
- package/dist/language-selector.scss +29 -19
- package/dist/my-templates.scss +190 -42
- package/dist/myTemplates.scss +339 -233
- package/dist/order-status.scss +158 -64
- package/dist/product-image.scss +3 -3
- package/dist/productDetails.scss +1 -1
- package/dist/repeater-grid-toggle.scss +2 -2
- package/dist/search.scss +53 -36
- package/dist/stockStatus.scss +64 -0
- package/dist/types/builder/enums/index.d.ts +1 -0
- package/dist/types/builder/tools/element-edit/bundleDetails.d.ts +227 -0
- package/dist/types/builder/tools/element-edit/cartSummary.d.ts +218 -0
- package/dist/types/builder/tools/element-edit/iconInstace.d.ts +6 -0
- package/dist/types/builder/tools/element-edit/index.d.ts +2 -1
- package/dist/types/builder/tools/element-edit/orderStatus.d.ts +68 -30
- package/dist/types/builder/tools/element-edit/productActions.d.ts +1 -0
- package/dist/types/builder/tools/element-edit/stockStatus.d.ts +15 -0
- package/dist/website.js +1 -1
- package/dist/widget.scss +1 -0
- package/package.json +1 -1
|
@@ -1347,6 +1347,233 @@ export declare const getDefaultData: () => {
|
|
|
1347
1347
|
variantDesign: any;
|
|
1348
1348
|
};
|
|
1349
1349
|
};
|
|
1350
|
+
errorMessage: {
|
|
1351
|
+
icon: import("../../interfaces/global").CMSIBIconInterface | undefined;
|
|
1352
|
+
showIcon: CMSIBCommonInterface | undefined;
|
|
1353
|
+
iconSize: import("../../interfaces/global").CMSIBSizeInterface;
|
|
1354
|
+
iconColor: CMSIBCommonInterface;
|
|
1355
|
+
theme: {
|
|
1356
|
+
value: string;
|
|
1357
|
+
property: string;
|
|
1358
|
+
propertyType: CMSElementEditTypes;
|
|
1359
|
+
};
|
|
1360
|
+
font: {
|
|
1361
|
+
value: string;
|
|
1362
|
+
property: string;
|
|
1363
|
+
propertyType: CMSElementEditTypes;
|
|
1364
|
+
parentRef: string;
|
|
1365
|
+
};
|
|
1366
|
+
fontSize: {
|
|
1367
|
+
value: number;
|
|
1368
|
+
unit: number;
|
|
1369
|
+
property: string;
|
|
1370
|
+
propertyType: CMSElementEditTypes;
|
|
1371
|
+
parentRef: string;
|
|
1372
|
+
};
|
|
1373
|
+
textColor: {
|
|
1374
|
+
value: {
|
|
1375
|
+
hex: string;
|
|
1376
|
+
rgb: {
|
|
1377
|
+
r: string;
|
|
1378
|
+
g: string;
|
|
1379
|
+
b: string;
|
|
1380
|
+
a: number;
|
|
1381
|
+
};
|
|
1382
|
+
};
|
|
1383
|
+
property: string;
|
|
1384
|
+
propertyType: CMSElementEditTypes;
|
|
1385
|
+
parentRef: string;
|
|
1386
|
+
};
|
|
1387
|
+
textHighlight: {
|
|
1388
|
+
value: {
|
|
1389
|
+
hex: string;
|
|
1390
|
+
rgb: {
|
|
1391
|
+
r: string;
|
|
1392
|
+
g: string;
|
|
1393
|
+
b: string;
|
|
1394
|
+
a: number;
|
|
1395
|
+
};
|
|
1396
|
+
};
|
|
1397
|
+
property: string;
|
|
1398
|
+
propertyType: CMSElementEditTypes;
|
|
1399
|
+
};
|
|
1400
|
+
bold: {
|
|
1401
|
+
value: string;
|
|
1402
|
+
property: string;
|
|
1403
|
+
propertyType: CMSElementEditTypes;
|
|
1404
|
+
parentRef: string;
|
|
1405
|
+
};
|
|
1406
|
+
italic: {
|
|
1407
|
+
value: string;
|
|
1408
|
+
property: string;
|
|
1409
|
+
propertyType: CMSElementEditTypes;
|
|
1410
|
+
parentRef: string;
|
|
1411
|
+
};
|
|
1412
|
+
linethrough: {
|
|
1413
|
+
value: string;
|
|
1414
|
+
property: string;
|
|
1415
|
+
propertyType: CMSElementEditTypes;
|
|
1416
|
+
parentRef: string;
|
|
1417
|
+
};
|
|
1418
|
+
underline: {
|
|
1419
|
+
value: string;
|
|
1420
|
+
property: string;
|
|
1421
|
+
propertyType: CMSElementEditTypes;
|
|
1422
|
+
parentRef: string;
|
|
1423
|
+
};
|
|
1424
|
+
textAlign: {
|
|
1425
|
+
value: string;
|
|
1426
|
+
property: string;
|
|
1427
|
+
propertyType: CMSElementEditTypes;
|
|
1428
|
+
parentRef: string;
|
|
1429
|
+
};
|
|
1430
|
+
characterSpacing: {
|
|
1431
|
+
value: number;
|
|
1432
|
+
unit: number;
|
|
1433
|
+
property: string;
|
|
1434
|
+
propertyType: CMSElementEditTypes;
|
|
1435
|
+
parentRef: string;
|
|
1436
|
+
};
|
|
1437
|
+
lineHeight: {
|
|
1438
|
+
value: number;
|
|
1439
|
+
unit: number;
|
|
1440
|
+
property: string;
|
|
1441
|
+
propertyType: CMSElementEditTypes;
|
|
1442
|
+
parentRef: string;
|
|
1443
|
+
};
|
|
1444
|
+
paragraphSpacing: {
|
|
1445
|
+
value: number;
|
|
1446
|
+
unit: number;
|
|
1447
|
+
property: string;
|
|
1448
|
+
propertyType: CMSElementEditTypes;
|
|
1449
|
+
parentRef: string;
|
|
1450
|
+
};
|
|
1451
|
+
selectorKey: SelectorKeysEnum;
|
|
1452
|
+
padding: any;
|
|
1453
|
+
backgroundColor: CMSIBCommonInterface;
|
|
1454
|
+
borderColor: CMSIBCommonInterface;
|
|
1455
|
+
borderStyle: CMSIBCommonInterface;
|
|
1456
|
+
borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
|
|
1457
|
+
showBorder: CMSIBCommonInterface;
|
|
1458
|
+
showShadow: CMSIBCommonInterface;
|
|
1459
|
+
shadowColor: CMSIBCommonInterface;
|
|
1460
|
+
blur: import("../../interfaces/global").CMSIBSizeInterface;
|
|
1461
|
+
spread: import("../../interfaces/global").CMSIBSizeInterface;
|
|
1462
|
+
angle: import("../../interfaces/global").CMSIBSizeInterface;
|
|
1463
|
+
borderRadius: import("../../interfaces/global").CSSPaddingValues;
|
|
1464
|
+
};
|
|
1465
|
+
popoverStyle: {
|
|
1466
|
+
theme: {
|
|
1467
|
+
value: string;
|
|
1468
|
+
property: string;
|
|
1469
|
+
propertyType: CMSElementEditTypes;
|
|
1470
|
+
};
|
|
1471
|
+
font: {
|
|
1472
|
+
value: string;
|
|
1473
|
+
property: string;
|
|
1474
|
+
propertyType: CMSElementEditTypes;
|
|
1475
|
+
parentRef: string;
|
|
1476
|
+
};
|
|
1477
|
+
fontSize: {
|
|
1478
|
+
value: number;
|
|
1479
|
+
unit: number;
|
|
1480
|
+
property: string;
|
|
1481
|
+
propertyType: CMSElementEditTypes;
|
|
1482
|
+
parentRef: string;
|
|
1483
|
+
};
|
|
1484
|
+
textColor: {
|
|
1485
|
+
value: {
|
|
1486
|
+
hex: string;
|
|
1487
|
+
rgb: {
|
|
1488
|
+
r: string;
|
|
1489
|
+
g: string;
|
|
1490
|
+
b: string;
|
|
1491
|
+
a: number;
|
|
1492
|
+
};
|
|
1493
|
+
};
|
|
1494
|
+
property: string;
|
|
1495
|
+
propertyType: CMSElementEditTypes;
|
|
1496
|
+
parentRef: string;
|
|
1497
|
+
};
|
|
1498
|
+
textHighlight: {
|
|
1499
|
+
value: {
|
|
1500
|
+
hex: string;
|
|
1501
|
+
rgb: {
|
|
1502
|
+
r: string;
|
|
1503
|
+
g: string;
|
|
1504
|
+
b: string;
|
|
1505
|
+
a: number;
|
|
1506
|
+
};
|
|
1507
|
+
};
|
|
1508
|
+
property: string;
|
|
1509
|
+
propertyType: CMSElementEditTypes;
|
|
1510
|
+
};
|
|
1511
|
+
bold: {
|
|
1512
|
+
value: string;
|
|
1513
|
+
property: string;
|
|
1514
|
+
propertyType: CMSElementEditTypes;
|
|
1515
|
+
parentRef: string;
|
|
1516
|
+
};
|
|
1517
|
+
italic: {
|
|
1518
|
+
value: string;
|
|
1519
|
+
property: string;
|
|
1520
|
+
propertyType: CMSElementEditTypes;
|
|
1521
|
+
parentRef: string;
|
|
1522
|
+
};
|
|
1523
|
+
linethrough: {
|
|
1524
|
+
value: string;
|
|
1525
|
+
property: string;
|
|
1526
|
+
propertyType: CMSElementEditTypes;
|
|
1527
|
+
parentRef: string;
|
|
1528
|
+
};
|
|
1529
|
+
underline: {
|
|
1530
|
+
value: string;
|
|
1531
|
+
property: string;
|
|
1532
|
+
propertyType: CMSElementEditTypes;
|
|
1533
|
+
parentRef: string;
|
|
1534
|
+
};
|
|
1535
|
+
textAlign: {
|
|
1536
|
+
value: string;
|
|
1537
|
+
property: string;
|
|
1538
|
+
propertyType: CMSElementEditTypes;
|
|
1539
|
+
parentRef: string;
|
|
1540
|
+
};
|
|
1541
|
+
characterSpacing: {
|
|
1542
|
+
value: number;
|
|
1543
|
+
unit: number;
|
|
1544
|
+
property: string;
|
|
1545
|
+
propertyType: CMSElementEditTypes;
|
|
1546
|
+
parentRef: string;
|
|
1547
|
+
};
|
|
1548
|
+
lineHeight: {
|
|
1549
|
+
value: number;
|
|
1550
|
+
unit: number;
|
|
1551
|
+
property: string;
|
|
1552
|
+
propertyType: CMSElementEditTypes;
|
|
1553
|
+
parentRef: string;
|
|
1554
|
+
};
|
|
1555
|
+
paragraphSpacing: {
|
|
1556
|
+
value: number;
|
|
1557
|
+
unit: number;
|
|
1558
|
+
property: string;
|
|
1559
|
+
propertyType: CMSElementEditTypes;
|
|
1560
|
+
parentRef: string;
|
|
1561
|
+
};
|
|
1562
|
+
selectorKey: SelectorKeysEnum;
|
|
1563
|
+
backgroundColor: CMSIBCommonInterface;
|
|
1564
|
+
borderColor: CMSIBCommonInterface;
|
|
1565
|
+
borderStyle: CMSIBCommonInterface;
|
|
1566
|
+
borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
|
|
1567
|
+
showBorder: CMSIBCommonInterface;
|
|
1568
|
+
showShadow: CMSIBCommonInterface;
|
|
1569
|
+
shadowColor: CMSIBCommonInterface;
|
|
1570
|
+
blur: import("../../interfaces/global").CMSIBSizeInterface;
|
|
1571
|
+
spread: import("../../interfaces/global").CMSIBSizeInterface;
|
|
1572
|
+
angle: import("../../interfaces/global").CMSIBSizeInterface;
|
|
1573
|
+
borderRadius: import("../../interfaces/global").CSSPaddingValues;
|
|
1574
|
+
padding: any;
|
|
1575
|
+
itemGap: import("../../interfaces/global").CMSIBSizeInterface;
|
|
1576
|
+
};
|
|
1350
1577
|
};
|
|
1351
1578
|
content: {
|
|
1352
1579
|
selectorKey: SelectorKeysEnum;
|
|
@@ -24,6 +24,7 @@ export declare enum SelectorKeysEnum {
|
|
|
24
24
|
TAX = "tax",
|
|
25
25
|
TAX_EXEMPT = "taxExempt",
|
|
26
26
|
COUPON_CODE = "couponCode",
|
|
27
|
+
SHOW_COUPON_CODE_LABEL = "showCouponCodeLabel",
|
|
27
28
|
SUB_TOTAL = "subTotal",
|
|
28
29
|
TOTAL = "total",
|
|
29
30
|
CART_ACTIONS = "cartActions",
|
|
@@ -94,6 +95,11 @@ export declare const getDefaultData: () => {
|
|
|
94
95
|
property: string;
|
|
95
96
|
propertyType: CMSElementEditTypes;
|
|
96
97
|
};
|
|
98
|
+
showCouponCodeLabel: {
|
|
99
|
+
value: boolean;
|
|
100
|
+
property: string;
|
|
101
|
+
propertyType: CMSElementEditTypes;
|
|
102
|
+
};
|
|
97
103
|
showTotal: {
|
|
98
104
|
value: boolean;
|
|
99
105
|
property: string;
|
|
@@ -1560,6 +1566,218 @@ export declare const getDefaultData: () => {
|
|
|
1560
1566
|
shadows: import("../../interfaces/global").CMSIBSizeInterface;
|
|
1561
1567
|
selectorKey: SelectorKeysEnum;
|
|
1562
1568
|
};
|
|
1569
|
+
showCouponCodeLabel: {
|
|
1570
|
+
padding: any;
|
|
1571
|
+
themeDesc: {
|
|
1572
|
+
value: string;
|
|
1573
|
+
property: string;
|
|
1574
|
+
propertyType: CMSElementEditTypes;
|
|
1575
|
+
};
|
|
1576
|
+
fontDesc: {
|
|
1577
|
+
value: string;
|
|
1578
|
+
property: string;
|
|
1579
|
+
propertyType: CMSElementEditTypes;
|
|
1580
|
+
parentRef: string;
|
|
1581
|
+
};
|
|
1582
|
+
fontSizeDesc: {
|
|
1583
|
+
value: number;
|
|
1584
|
+
unit: number;
|
|
1585
|
+
property: string;
|
|
1586
|
+
propertyType: CMSElementEditTypes;
|
|
1587
|
+
parentRef: string;
|
|
1588
|
+
};
|
|
1589
|
+
textColorDesc: {
|
|
1590
|
+
value: {
|
|
1591
|
+
hex: string;
|
|
1592
|
+
rgb: {
|
|
1593
|
+
r: string;
|
|
1594
|
+
g: string;
|
|
1595
|
+
b: string;
|
|
1596
|
+
a: number;
|
|
1597
|
+
};
|
|
1598
|
+
};
|
|
1599
|
+
property: string;
|
|
1600
|
+
propertyType: CMSElementEditTypes;
|
|
1601
|
+
parentRef: string;
|
|
1602
|
+
};
|
|
1603
|
+
textHighlightDesc: {
|
|
1604
|
+
value: {
|
|
1605
|
+
hex: string;
|
|
1606
|
+
rgb: {
|
|
1607
|
+
r: string;
|
|
1608
|
+
g: string;
|
|
1609
|
+
b: string;
|
|
1610
|
+
a: number;
|
|
1611
|
+
};
|
|
1612
|
+
};
|
|
1613
|
+
property: string;
|
|
1614
|
+
propertyType: CMSElementEditTypes;
|
|
1615
|
+
};
|
|
1616
|
+
boldDesc: {
|
|
1617
|
+
value: string;
|
|
1618
|
+
property: string;
|
|
1619
|
+
propertyType: CMSElementEditTypes;
|
|
1620
|
+
parentRef: string;
|
|
1621
|
+
};
|
|
1622
|
+
italicDesc: {
|
|
1623
|
+
value: string;
|
|
1624
|
+
property: string;
|
|
1625
|
+
propertyType: CMSElementEditTypes;
|
|
1626
|
+
parentRef: string;
|
|
1627
|
+
};
|
|
1628
|
+
linethroughDesc: {
|
|
1629
|
+
value: string;
|
|
1630
|
+
property: string;
|
|
1631
|
+
propertyType: CMSElementEditTypes;
|
|
1632
|
+
parentRef: string;
|
|
1633
|
+
};
|
|
1634
|
+
underlineDesc: {
|
|
1635
|
+
value: string;
|
|
1636
|
+
property: string;
|
|
1637
|
+
propertyType: CMSElementEditTypes;
|
|
1638
|
+
parentRef: string;
|
|
1639
|
+
};
|
|
1640
|
+
textAlignDesc: {
|
|
1641
|
+
value: string;
|
|
1642
|
+
property: string;
|
|
1643
|
+
propertyType: CMSElementEditTypes;
|
|
1644
|
+
parentRef: string;
|
|
1645
|
+
};
|
|
1646
|
+
characterSpacingDesc: {
|
|
1647
|
+
value: number;
|
|
1648
|
+
unit: number;
|
|
1649
|
+
property: string;
|
|
1650
|
+
propertyType: CMSElementEditTypes;
|
|
1651
|
+
parentRef: string;
|
|
1652
|
+
};
|
|
1653
|
+
lineHeightDesc: {
|
|
1654
|
+
value: number;
|
|
1655
|
+
unit: number;
|
|
1656
|
+
property: string;
|
|
1657
|
+
propertyType: CMSElementEditTypes;
|
|
1658
|
+
parentRef: string;
|
|
1659
|
+
};
|
|
1660
|
+
paragraphSpacingDesc: {
|
|
1661
|
+
value: number;
|
|
1662
|
+
unit: number;
|
|
1663
|
+
property: string;
|
|
1664
|
+
propertyType: CMSElementEditTypes;
|
|
1665
|
+
parentRef: string;
|
|
1666
|
+
};
|
|
1667
|
+
theme: {
|
|
1668
|
+
value: string;
|
|
1669
|
+
property: string;
|
|
1670
|
+
propertyType: CMSElementEditTypes;
|
|
1671
|
+
};
|
|
1672
|
+
font: {
|
|
1673
|
+
value: string;
|
|
1674
|
+
property: string;
|
|
1675
|
+
propertyType: CMSElementEditTypes;
|
|
1676
|
+
parentRef: string;
|
|
1677
|
+
};
|
|
1678
|
+
fontSize: {
|
|
1679
|
+
value: number;
|
|
1680
|
+
unit: number;
|
|
1681
|
+
property: string;
|
|
1682
|
+
propertyType: CMSElementEditTypes;
|
|
1683
|
+
parentRef: string;
|
|
1684
|
+
};
|
|
1685
|
+
textColor: {
|
|
1686
|
+
value: {
|
|
1687
|
+
hex: string;
|
|
1688
|
+
rgb: {
|
|
1689
|
+
r: string;
|
|
1690
|
+
g: string;
|
|
1691
|
+
b: string;
|
|
1692
|
+
a: number;
|
|
1693
|
+
};
|
|
1694
|
+
};
|
|
1695
|
+
property: string;
|
|
1696
|
+
propertyType: CMSElementEditTypes;
|
|
1697
|
+
parentRef: string;
|
|
1698
|
+
};
|
|
1699
|
+
textHighlight: {
|
|
1700
|
+
value: {
|
|
1701
|
+
hex: string;
|
|
1702
|
+
rgb: {
|
|
1703
|
+
r: string;
|
|
1704
|
+
g: string;
|
|
1705
|
+
b: string;
|
|
1706
|
+
a: number;
|
|
1707
|
+
};
|
|
1708
|
+
};
|
|
1709
|
+
property: string;
|
|
1710
|
+
propertyType: CMSElementEditTypes;
|
|
1711
|
+
};
|
|
1712
|
+
bold: {
|
|
1713
|
+
value: string;
|
|
1714
|
+
property: string;
|
|
1715
|
+
propertyType: CMSElementEditTypes;
|
|
1716
|
+
parentRef: string;
|
|
1717
|
+
};
|
|
1718
|
+
italic: {
|
|
1719
|
+
value: string;
|
|
1720
|
+
property: string;
|
|
1721
|
+
propertyType: CMSElementEditTypes;
|
|
1722
|
+
parentRef: string;
|
|
1723
|
+
};
|
|
1724
|
+
linethrough: {
|
|
1725
|
+
value: string;
|
|
1726
|
+
property: string;
|
|
1727
|
+
propertyType: CMSElementEditTypes;
|
|
1728
|
+
parentRef: string;
|
|
1729
|
+
};
|
|
1730
|
+
underline: {
|
|
1731
|
+
value: string;
|
|
1732
|
+
property: string;
|
|
1733
|
+
propertyType: CMSElementEditTypes;
|
|
1734
|
+
parentRef: string;
|
|
1735
|
+
};
|
|
1736
|
+
textAlign: {
|
|
1737
|
+
value: string;
|
|
1738
|
+
property: string;
|
|
1739
|
+
propertyType: CMSElementEditTypes;
|
|
1740
|
+
parentRef: string;
|
|
1741
|
+
};
|
|
1742
|
+
characterSpacing: {
|
|
1743
|
+
value: number;
|
|
1744
|
+
unit: number;
|
|
1745
|
+
property: string;
|
|
1746
|
+
propertyType: CMSElementEditTypes;
|
|
1747
|
+
parentRef: string;
|
|
1748
|
+
};
|
|
1749
|
+
lineHeight: {
|
|
1750
|
+
value: number;
|
|
1751
|
+
unit: number;
|
|
1752
|
+
property: string;
|
|
1753
|
+
propertyType: CMSElementEditTypes;
|
|
1754
|
+
parentRef: string;
|
|
1755
|
+
};
|
|
1756
|
+
paragraphSpacing: {
|
|
1757
|
+
value: number;
|
|
1758
|
+
unit: number;
|
|
1759
|
+
property: string;
|
|
1760
|
+
propertyType: CMSElementEditTypes;
|
|
1761
|
+
parentRef: string;
|
|
1762
|
+
};
|
|
1763
|
+
borderColor: CMSIBCommonInterface;
|
|
1764
|
+
borderStyle: CMSIBCommonInterface;
|
|
1765
|
+
borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
|
|
1766
|
+
showBorder: CMSIBCommonInterface;
|
|
1767
|
+
backgroundColor: CMSIBCommonInterface;
|
|
1768
|
+
showShadow: CMSIBCommonInterface;
|
|
1769
|
+
shadowColor: CMSIBCommonInterface;
|
|
1770
|
+
blur: import("../../interfaces/global").CMSIBSizeInterface;
|
|
1771
|
+
spread: import("../../interfaces/global").CMSIBSizeInterface;
|
|
1772
|
+
angle: import("../../interfaces/global").CMSIBSizeInterface;
|
|
1773
|
+
borderRadius: import("../../interfaces/global").CSSPaddingValues;
|
|
1774
|
+
exposure: import("../../interfaces/global").CMSIBSizeInterface;
|
|
1775
|
+
contrast: import("../../interfaces/global").CMSIBSizeInterface;
|
|
1776
|
+
saturation: import("../../interfaces/global").CMSIBSizeInterface;
|
|
1777
|
+
highlights: import("../../interfaces/global").CMSIBSizeInterface;
|
|
1778
|
+
shadows: import("../../interfaces/global").CMSIBSizeInterface;
|
|
1779
|
+
selectorKey: SelectorKeysEnum;
|
|
1780
|
+
};
|
|
1563
1781
|
subTotal: {
|
|
1564
1782
|
themeDesc: {
|
|
1565
1783
|
value: string;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export declare const iconInstance: {
|
|
2
|
+
icon: import("../../interfaces/global").CMSIBIconInterface | undefined;
|
|
3
|
+
showIcon: import("../../interfaces/global").CMSIBCommonInterface | undefined;
|
|
4
|
+
iconSize: import("../../interfaces/global").CMSIBSizeInterface;
|
|
5
|
+
iconColor: import("../../interfaces/global").CMSIBCommonInterface;
|
|
6
|
+
};
|
|
@@ -112,4 +112,5 @@ import * as myTemplates from "./my-templates";
|
|
|
112
112
|
import * as requestForQuote from "./request-for-quote";
|
|
113
113
|
import * as categoryGroups from "./categoryGroups";
|
|
114
114
|
import * as embroidery from "./embroidery";
|
|
115
|
-
|
|
115
|
+
import * as stockStatus from "./stockStatus";
|
|
116
|
+
export { amountEstimator, bulkVariantPicker, button, code, staticText, common, container, countdown, embed, faq, gallerySlider, grid, image, imageHotspot, map, paymentMethods, pickupLocations, price, productActions, productHighlights, productImage, productInventory, productPromotions, quantitySelector, scroll, section, shippingEstimator, slideShowLayouter, social, stack, storeLocations, table, tabs, text, uomSelector, variantPicker, video, volumePricing, lightbox, cart, profile, repeater, repeaterItem, product, menu, productOptions, productDetails, category, subCategory, brand, bundle, brandImage, filters, sort, pastOrders, quotes, rfqs, lightBoxV2, allocations, search, layouter, layouterItem, categoryDetails, contactUs, login, resetPassword, breadcrumbs, iconLibrary, searchResultsHeading, itemStock, cartDetails, cartSummary, checkout, allocationDetails, line, tabsV2, tabContainer, marchandiserSets, createForm, quickLinks, addOrder, buyForWithTabs, buyForTabsContainer, toaster, spotlight, bundleDetails, productCustomizations, iconList, orderStatus, menuV2, menuItem, layouterPro, layouterProItem, filterResults, productSizeChart, userElements, badge, cartAttributes, languageMenu, loader, addProductsTab, quotaDetails, shippingPayments, coupon, productDescription, megaMenu, megaMenuContainer, simpleList, cartWrapper, optionBar, myTemplates, requestForQuote, categoryGroups, embroidery, stockStatus, };
|
|
@@ -35,7 +35,9 @@ export declare enum orderSelectorKeysEnum {
|
|
|
35
35
|
PRODUCT_QTY = "productQty",
|
|
36
36
|
PRODUCT_ESTIMATED_DATE = "productEstimatedDate",
|
|
37
37
|
PRODUCT_IMAGE = "productImage",
|
|
38
|
-
PRODUCT_PRICE = "productPrice"
|
|
38
|
+
PRODUCT_PRICE = "productPrice",
|
|
39
|
+
HOVER_STATE = "hoverState",
|
|
40
|
+
DEFAULT_STATE = "defaultState"
|
|
39
41
|
}
|
|
40
42
|
export declare const getDefaultData: () => {
|
|
41
43
|
layout: {
|
|
@@ -532,6 +534,7 @@ export declare const getDefaultData: () => {
|
|
|
532
534
|
selectorKey: orderSelectorKeysEnum;
|
|
533
535
|
};
|
|
534
536
|
actions: {
|
|
537
|
+
selectorKey: orderSelectorKeysEnum;
|
|
535
538
|
padding: any;
|
|
536
539
|
itemGap: {
|
|
537
540
|
value: CMSCSSUnitTypesEnums;
|
|
@@ -539,35 +542,70 @@ export declare const getDefaultData: () => {
|
|
|
539
542
|
property: string;
|
|
540
543
|
propertyType: CMSElementEditTypes;
|
|
541
544
|
};
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
545
|
+
defaultState: {
|
|
546
|
+
theme: import("../../interfaces/global").CMSIBCommonInterface;
|
|
547
|
+
font: import("../../interfaces/global").CMSIBCommonInterface;
|
|
548
|
+
fontSize: import("../../interfaces/global").CMSIBSizeInterface;
|
|
549
|
+
textColor: import("../../interfaces/global").CMSIBCommonInterface;
|
|
550
|
+
bold: import("../../interfaces/global").CMSIBCommonInterface;
|
|
551
|
+
italic: import("../../interfaces/global").CMSIBCommonInterface;
|
|
552
|
+
linethrough: import("../../interfaces/global").CMSIBCommonInterface;
|
|
553
|
+
underline: import("../../interfaces/global").CMSIBCommonInterface;
|
|
554
|
+
textAlign: import("../../interfaces/global").CMSIBCommonInterface;
|
|
555
|
+
characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
|
|
556
|
+
lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
|
|
557
|
+
backgroundColor: import("../../interfaces/global").CMSIBCommonInterface;
|
|
558
|
+
padding: any;
|
|
559
|
+
margin: import("../../interfaces/global").CSSPaddingValues | undefined;
|
|
560
|
+
borderColor: import("../../interfaces/global").CMSIBCommonInterface;
|
|
561
|
+
borderStyle: import("../../interfaces/global").CMSIBCommonInterface;
|
|
562
|
+
borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
|
|
563
|
+
showBorder: import("../../interfaces/global").CMSIBCommonInterface;
|
|
564
|
+
showShadow: import("../../interfaces/global").CMSIBCommonInterface;
|
|
565
|
+
shadowColor: import("../../interfaces/global").CMSIBCommonInterface;
|
|
566
|
+
blur: import("../../interfaces/global").CMSIBSizeInterface;
|
|
567
|
+
spread: import("../../interfaces/global").CMSIBSizeInterface;
|
|
568
|
+
angle: import("../../interfaces/global").CMSIBSizeInterface;
|
|
569
|
+
borderRadius: import("../../interfaces/global").CSSPaddingValues;
|
|
570
|
+
exposure: import("../../interfaces/global").CMSIBSizeInterface;
|
|
571
|
+
contrast: import("../../interfaces/global").CMSIBSizeInterface;
|
|
572
|
+
saturation: import("../../interfaces/global").CMSIBSizeInterface;
|
|
573
|
+
highlights: import("../../interfaces/global").CMSIBSizeInterface;
|
|
574
|
+
shadows: import("../../interfaces/global").CMSIBSizeInterface;
|
|
575
|
+
selectorKey: orderSelectorKeysEnum;
|
|
576
|
+
};
|
|
577
|
+
hoverState: {
|
|
578
|
+
theme: import("../../interfaces/global").CMSIBCommonInterface;
|
|
579
|
+
font: import("../../interfaces/global").CMSIBCommonInterface;
|
|
580
|
+
fontSize: import("../../interfaces/global").CMSIBSizeInterface;
|
|
581
|
+
textColor: import("../../interfaces/global").CMSIBCommonInterface;
|
|
582
|
+
bold: import("../../interfaces/global").CMSIBCommonInterface;
|
|
583
|
+
italic: import("../../interfaces/global").CMSIBCommonInterface;
|
|
584
|
+
linethrough: import("../../interfaces/global").CMSIBCommonInterface;
|
|
585
|
+
underline: import("../../interfaces/global").CMSIBCommonInterface;
|
|
586
|
+
textAlign: import("../../interfaces/global").CMSIBCommonInterface;
|
|
587
|
+
characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
|
|
588
|
+
lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
|
|
589
|
+
backgroundColor: import("../../interfaces/global").CMSIBCommonInterface;
|
|
590
|
+
padding: any;
|
|
591
|
+
margin: import("../../interfaces/global").CSSPaddingValues | undefined;
|
|
592
|
+
borderColor: import("../../interfaces/global").CMSIBCommonInterface;
|
|
593
|
+
borderStyle: import("../../interfaces/global").CMSIBCommonInterface;
|
|
594
|
+
borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
|
|
595
|
+
showBorder: import("../../interfaces/global").CMSIBCommonInterface;
|
|
596
|
+
showShadow: import("../../interfaces/global").CMSIBCommonInterface;
|
|
597
|
+
shadowColor: import("../../interfaces/global").CMSIBCommonInterface;
|
|
598
|
+
blur: import("../../interfaces/global").CMSIBSizeInterface;
|
|
599
|
+
spread: import("../../interfaces/global").CMSIBSizeInterface;
|
|
600
|
+
angle: import("../../interfaces/global").CMSIBSizeInterface;
|
|
601
|
+
borderRadius: import("../../interfaces/global").CSSPaddingValues;
|
|
602
|
+
exposure: import("../../interfaces/global").CMSIBSizeInterface;
|
|
603
|
+
contrast: import("../../interfaces/global").CMSIBSizeInterface;
|
|
604
|
+
saturation: import("../../interfaces/global").CMSIBSizeInterface;
|
|
605
|
+
highlights: import("../../interfaces/global").CMSIBSizeInterface;
|
|
606
|
+
shadows: import("../../interfaces/global").CMSIBSizeInterface;
|
|
607
|
+
selectorKey: orderSelectorKeysEnum;
|
|
608
|
+
};
|
|
571
609
|
};
|
|
572
610
|
};
|
|
573
611
|
productWidget: {
|
|
@@ -28,6 +28,7 @@ export interface ButtonLayoutInterface {
|
|
|
28
28
|
wishlistMetaData: CMSIBCommonInterface;
|
|
29
29
|
itemVerticalSpacing: CMSIBCommonInterface;
|
|
30
30
|
itemsAlignment: CMSIBCommonInterface;
|
|
31
|
+
[key: string]: any;
|
|
31
32
|
}
|
|
32
33
|
export interface selfDesignInterface {
|
|
33
34
|
selectorKey: string;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { CMSElementEditPopupDesignInterface, CMSElementEditPopupInterface, CMSElementEditPopupLayoutInterface } from "./common";
|
|
2
|
+
interface selfLayoutInterface {
|
|
3
|
+
selectorKey: string;
|
|
4
|
+
textData: any;
|
|
5
|
+
}
|
|
6
|
+
export interface selfDesignInterface {
|
|
7
|
+
selectorKey: string;
|
|
8
|
+
}
|
|
9
|
+
export declare enum textSelectorKeysEnum {
|
|
10
|
+
LAYOUT = "layout",
|
|
11
|
+
DESIGN = "design",
|
|
12
|
+
DATA_CONNECTOR = "dataConnector"
|
|
13
|
+
}
|
|
14
|
+
export declare const getDefaultData: () => CMSElementEditPopupInterface<selfLayoutInterface & CMSElementEditPopupLayoutInterface, selfDesignInterface & CMSElementEditPopupDesignInterface>;
|
|
15
|
+
export {};
|