@genesislcap/foundation-ui 15.3.1 → 15.3.2
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/custom-elements.json +450 -438
- package/dist/dts/actions-menu/actions-menu.d.ts +3 -0
- package/dist/dts/actions-menu/actions-menu.d.ts.map +1 -1
- package/dist/dts/actions-menu/actions-menu.styles.d.ts.map +1 -1
- package/dist/dts/actions-menu/actions-menu.template.d.ts.map +1 -1
- package/dist/dts/react.d.ts +8 -8
- package/dist/esm/actions-menu/actions-menu.js +22 -0
- package/dist/esm/actions-menu/actions-menu.styles.js +1 -0
- package/dist/esm/actions-menu/actions-menu.template.js +2 -1
- package/dist/foundation-ui.api.json +62 -0
- package/dist/foundation-ui.d.ts +3 -0
- package/dist/react.cjs +5 -5
- package/dist/react.mjs +4 -4
- package/package.json +19 -19
|
@@ -1424,11 +1424,34 @@
|
|
|
1424
1424
|
},
|
|
1425
1425
|
{
|
|
1426
1426
|
"kind": "javascript-module",
|
|
1427
|
-
"path": "src/
|
|
1427
|
+
"path": "src/actions-menu/actions-menu.styles.ts",
|
|
1428
1428
|
"declarations": [
|
|
1429
1429
|
{
|
|
1430
1430
|
"kind": "function",
|
|
1431
|
-
"name": "
|
|
1431
|
+
"name": "actionsMenuBaseStyles",
|
|
1432
|
+
"return": {
|
|
1433
|
+
"type": {
|
|
1434
|
+
"text": "ElementStyles"
|
|
1435
|
+
}
|
|
1436
|
+
},
|
|
1437
|
+
"parameters": [
|
|
1438
|
+
{
|
|
1439
|
+
"name": "context",
|
|
1440
|
+
"type": {
|
|
1441
|
+
"text": "ElementDefinitionContext"
|
|
1442
|
+
}
|
|
1443
|
+
},
|
|
1444
|
+
{
|
|
1445
|
+
"name": "definition",
|
|
1446
|
+
"type": {
|
|
1447
|
+
"text": "FoundationElementDefinition"
|
|
1448
|
+
}
|
|
1449
|
+
}
|
|
1450
|
+
]
|
|
1451
|
+
},
|
|
1452
|
+
{
|
|
1453
|
+
"kind": "function",
|
|
1454
|
+
"name": "foundationActionsMenuStyles",
|
|
1432
1455
|
"return": {
|
|
1433
1456
|
"type": {
|
|
1434
1457
|
"text": "ElementStyles"
|
|
@@ -1453,157 +1476,282 @@
|
|
|
1453
1476
|
"exports": [
|
|
1454
1477
|
{
|
|
1455
1478
|
"kind": "js",
|
|
1456
|
-
"name": "
|
|
1479
|
+
"name": "actionsMenuBaseStyles",
|
|
1457
1480
|
"declaration": {
|
|
1458
|
-
"name": "
|
|
1459
|
-
"module": "src/
|
|
1481
|
+
"name": "actionsMenuBaseStyles",
|
|
1482
|
+
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
1483
|
+
}
|
|
1484
|
+
},
|
|
1485
|
+
{
|
|
1486
|
+
"kind": "js",
|
|
1487
|
+
"name": "foundationActionsMenuStyles",
|
|
1488
|
+
"declaration": {
|
|
1489
|
+
"name": "foundationActionsMenuStyles",
|
|
1490
|
+
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
1460
1491
|
}
|
|
1461
1492
|
}
|
|
1462
1493
|
]
|
|
1463
1494
|
},
|
|
1464
1495
|
{
|
|
1465
1496
|
"kind": "javascript-module",
|
|
1466
|
-
"path": "src/
|
|
1497
|
+
"path": "src/actions-menu/actions-menu.template.ts",
|
|
1467
1498
|
"declarations": [
|
|
1468
1499
|
{
|
|
1469
1500
|
"kind": "function",
|
|
1470
|
-
"name": "
|
|
1471
|
-
"return": {
|
|
1472
|
-
"type": {
|
|
1473
|
-
"text": "ViewTemplate<AccordionItem>"
|
|
1474
|
-
}
|
|
1475
|
-
},
|
|
1501
|
+
"name": "menuTemplate",
|
|
1476
1502
|
"parameters": [
|
|
1477
1503
|
{
|
|
1478
|
-
"name": "
|
|
1504
|
+
"name": "prefix",
|
|
1479
1505
|
"type": {
|
|
1480
|
-
"text": "
|
|
1506
|
+
"text": "string"
|
|
1481
1507
|
}
|
|
1482
|
-
}
|
|
1508
|
+
}
|
|
1509
|
+
]
|
|
1510
|
+
},
|
|
1511
|
+
{
|
|
1512
|
+
"kind": "function",
|
|
1513
|
+
"name": "singleOptionTemplate",
|
|
1514
|
+
"parameters": [
|
|
1483
1515
|
{
|
|
1484
|
-
"name": "
|
|
1516
|
+
"name": "prefix",
|
|
1485
1517
|
"type": {
|
|
1486
|
-
"text": "
|
|
1518
|
+
"text": "string"
|
|
1487
1519
|
}
|
|
1488
1520
|
}
|
|
1489
1521
|
]
|
|
1522
|
+
},
|
|
1523
|
+
{
|
|
1524
|
+
"kind": "variable",
|
|
1525
|
+
"name": "foundationActionsMenuTemplate",
|
|
1526
|
+
"type": {
|
|
1527
|
+
"text": "ViewTemplate<ActionsMenu>"
|
|
1528
|
+
},
|
|
1529
|
+
"default": "html`\n <div\n class=\"actions-container${(x) => (x.isVertical ? ' actions-vertical' : '')}\"\n part=\"actions-container\"\n >\n ${(x) => x.getTemplate(getPrefix(x))}\n </div>\n`"
|
|
1490
1530
|
}
|
|
1491
1531
|
],
|
|
1492
1532
|
"exports": [
|
|
1493
1533
|
{
|
|
1494
1534
|
"kind": "js",
|
|
1495
|
-
"name": "
|
|
1535
|
+
"name": "menuTemplate",
|
|
1496
1536
|
"declaration": {
|
|
1497
|
-
"name": "
|
|
1498
|
-
"module": "src/
|
|
1537
|
+
"name": "menuTemplate",
|
|
1538
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1539
|
+
}
|
|
1540
|
+
},
|
|
1541
|
+
{
|
|
1542
|
+
"kind": "js",
|
|
1543
|
+
"name": "singleOptionTemplate",
|
|
1544
|
+
"declaration": {
|
|
1545
|
+
"name": "singleOptionTemplate",
|
|
1546
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1547
|
+
}
|
|
1548
|
+
},
|
|
1549
|
+
{
|
|
1550
|
+
"kind": "js",
|
|
1551
|
+
"name": "foundationActionsMenuTemplate",
|
|
1552
|
+
"declaration": {
|
|
1553
|
+
"name": "foundationActionsMenuTemplate",
|
|
1554
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1499
1555
|
}
|
|
1500
1556
|
}
|
|
1501
1557
|
]
|
|
1502
1558
|
},
|
|
1503
1559
|
{
|
|
1504
1560
|
"kind": "javascript-module",
|
|
1505
|
-
"path": "src/
|
|
1561
|
+
"path": "src/actions-menu/actions-menu.ts",
|
|
1506
1562
|
"declarations": [
|
|
1507
1563
|
{
|
|
1508
1564
|
"kind": "class",
|
|
1509
1565
|
"description": "",
|
|
1510
|
-
"name": "
|
|
1511
|
-
"
|
|
1512
|
-
"name": "FASTAccordionItem",
|
|
1513
|
-
"package": "@microsoft/fast-components"
|
|
1514
|
-
},
|
|
1515
|
-
"tagName": "%%prefix%%-accordion-item",
|
|
1516
|
-
"customElement": true,
|
|
1517
|
-
"attributes": [
|
|
1566
|
+
"name": "ActionsMenu",
|
|
1567
|
+
"members": [
|
|
1518
1568
|
{
|
|
1519
|
-
"
|
|
1569
|
+
"kind": "field",
|
|
1570
|
+
"name": "actions",
|
|
1520
1571
|
"type": {
|
|
1521
|
-
"text": "
|
|
1522
|
-
},
|
|
1523
|
-
"default": "2",
|
|
1524
|
-
"description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
|
|
1525
|
-
"fieldName": "headinglevel",
|
|
1526
|
-
"inheritedFrom": {
|
|
1527
|
-
"name": "AccordionItem",
|
|
1528
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1572
|
+
"text": "ActionMenuItem[]"
|
|
1529
1573
|
}
|
|
1530
1574
|
},
|
|
1531
1575
|
{
|
|
1576
|
+
"kind": "field",
|
|
1577
|
+
"name": "isVertical",
|
|
1532
1578
|
"type": {
|
|
1533
1579
|
"text": "boolean"
|
|
1534
1580
|
},
|
|
1535
|
-
"default": "false"
|
|
1536
|
-
|
|
1537
|
-
|
|
1538
|
-
"
|
|
1539
|
-
|
|
1540
|
-
|
|
1581
|
+
"default": "false"
|
|
1582
|
+
},
|
|
1583
|
+
{
|
|
1584
|
+
"kind": "field",
|
|
1585
|
+
"name": "addDefaultActions",
|
|
1586
|
+
"type": {
|
|
1587
|
+
"text": "boolean"
|
|
1588
|
+
},
|
|
1589
|
+
"default": "true"
|
|
1590
|
+
},
|
|
1591
|
+
{
|
|
1592
|
+
"kind": "field",
|
|
1593
|
+
"name": "autoCloseOnAction",
|
|
1594
|
+
"type": {
|
|
1595
|
+
"text": "boolean"
|
|
1596
|
+
},
|
|
1597
|
+
"default": "true"
|
|
1598
|
+
},
|
|
1599
|
+
{
|
|
1600
|
+
"kind": "field",
|
|
1601
|
+
"name": "classNames",
|
|
1602
|
+
"type": {
|
|
1603
|
+
"text": "string"
|
|
1541
1604
|
}
|
|
1542
1605
|
},
|
|
1543
1606
|
{
|
|
1544
|
-
"
|
|
1607
|
+
"kind": "field",
|
|
1608
|
+
"name": "definition",
|
|
1609
|
+
"type": {
|
|
1610
|
+
"text": "any"
|
|
1611
|
+
}
|
|
1612
|
+
},
|
|
1613
|
+
{
|
|
1614
|
+
"kind": "field",
|
|
1615
|
+
"name": "name",
|
|
1545
1616
|
"type": {
|
|
1546
1617
|
"text": "string"
|
|
1547
1618
|
},
|
|
1548
|
-
"
|
|
1549
|
-
|
|
1550
|
-
"inheritedFrom": {
|
|
1551
|
-
"name": "AccordionItem",
|
|
1552
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1553
|
-
}
|
|
1554
|
-
}
|
|
1555
|
-
],
|
|
1556
|
-
"members": [
|
|
1619
|
+
"default": "'Actions'"
|
|
1620
|
+
},
|
|
1557
1621
|
{
|
|
1558
1622
|
"kind": "field",
|
|
1559
|
-
"name": "
|
|
1623
|
+
"name": "open",
|
|
1560
1624
|
"type": {
|
|
1561
|
-
"text": "
|
|
1625
|
+
"text": "boolean"
|
|
1562
1626
|
},
|
|
1563
|
-
"
|
|
1564
|
-
|
|
1565
|
-
|
|
1566
|
-
"
|
|
1567
|
-
|
|
1568
|
-
|
|
1627
|
+
"default": "false"
|
|
1628
|
+
},
|
|
1629
|
+
{
|
|
1630
|
+
"kind": "field",
|
|
1631
|
+
"name": "buttonAppearance",
|
|
1632
|
+
"type": {
|
|
1633
|
+
"text": "string"
|
|
1569
1634
|
}
|
|
1570
1635
|
},
|
|
1571
1636
|
{
|
|
1572
1637
|
"kind": "field",
|
|
1573
|
-
"name": "
|
|
1638
|
+
"name": "hideDisabled",
|
|
1574
1639
|
"type": {
|
|
1575
1640
|
"text": "boolean"
|
|
1576
1641
|
},
|
|
1577
|
-
"
|
|
1578
|
-
"default": "false",
|
|
1579
|
-
"description": "Expands or collapses the item.",
|
|
1580
|
-
"inheritedFrom": {
|
|
1581
|
-
"name": "AccordionItem",
|
|
1582
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1583
|
-
}
|
|
1642
|
+
"default": "false"
|
|
1584
1643
|
},
|
|
1585
1644
|
{
|
|
1586
1645
|
"kind": "field",
|
|
1587
|
-
"name": "
|
|
1646
|
+
"name": "hideMenuSingleOption",
|
|
1588
1647
|
"type": {
|
|
1589
|
-
"text": "
|
|
1648
|
+
"text": "boolean"
|
|
1590
1649
|
},
|
|
1591
|
-
"
|
|
1592
|
-
|
|
1593
|
-
|
|
1594
|
-
|
|
1595
|
-
|
|
1650
|
+
"default": "false"
|
|
1651
|
+
},
|
|
1652
|
+
{
|
|
1653
|
+
"kind": "field",
|
|
1654
|
+
"name": "singleOption",
|
|
1655
|
+
"type": {
|
|
1656
|
+
"text": "ActionMenuItem"
|
|
1596
1657
|
}
|
|
1597
1658
|
},
|
|
1598
1659
|
{
|
|
1599
1660
|
"kind": "field",
|
|
1600
|
-
"name": "
|
|
1601
|
-
"
|
|
1602
|
-
|
|
1603
|
-
"name": "AccordionItem",
|
|
1604
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1661
|
+
"name": "actionsMenu",
|
|
1662
|
+
"type": {
|
|
1663
|
+
"text": "HTMLElement"
|
|
1605
1664
|
}
|
|
1606
1665
|
},
|
|
1666
|
+
{
|
|
1667
|
+
"kind": "field",
|
|
1668
|
+
"name": "actionsOpener",
|
|
1669
|
+
"type": {
|
|
1670
|
+
"text": "HTMLElement"
|
|
1671
|
+
}
|
|
1672
|
+
},
|
|
1673
|
+
{
|
|
1674
|
+
"kind": "method",
|
|
1675
|
+
"name": "updateMenuPosition",
|
|
1676
|
+
"privacy": "private"
|
|
1677
|
+
},
|
|
1678
|
+
{
|
|
1679
|
+
"kind": "method",
|
|
1680
|
+
"name": "definitionChanged",
|
|
1681
|
+
"privacy": "protected",
|
|
1682
|
+
"parameters": [
|
|
1683
|
+
{
|
|
1684
|
+
"name": "oldValue",
|
|
1685
|
+
"type": {
|
|
1686
|
+
"text": "any"
|
|
1687
|
+
}
|
|
1688
|
+
},
|
|
1689
|
+
{
|
|
1690
|
+
"name": "newValue",
|
|
1691
|
+
"type": {
|
|
1692
|
+
"text": "any"
|
|
1693
|
+
}
|
|
1694
|
+
}
|
|
1695
|
+
]
|
|
1696
|
+
},
|
|
1697
|
+
{
|
|
1698
|
+
"kind": "method",
|
|
1699
|
+
"name": "openChanged",
|
|
1700
|
+
"privacy": "protected"
|
|
1701
|
+
},
|
|
1702
|
+
{
|
|
1703
|
+
"kind": "method",
|
|
1704
|
+
"name": "toggleActionsMenuVisibility"
|
|
1705
|
+
},
|
|
1706
|
+
{
|
|
1707
|
+
"kind": "method",
|
|
1708
|
+
"name": "onActionMenuItemClick",
|
|
1709
|
+
"parameters": [
|
|
1710
|
+
{
|
|
1711
|
+
"name": "callback",
|
|
1712
|
+
"type": {
|
|
1713
|
+
"text": "(rowData) => void | any"
|
|
1714
|
+
}
|
|
1715
|
+
}
|
|
1716
|
+
]
|
|
1717
|
+
},
|
|
1718
|
+
{
|
|
1719
|
+
"kind": "field",
|
|
1720
|
+
"name": "allActions",
|
|
1721
|
+
"type": {
|
|
1722
|
+
"text": "ActionMenuItem[]"
|
|
1723
|
+
},
|
|
1724
|
+
"readonly": true
|
|
1725
|
+
},
|
|
1726
|
+
{
|
|
1727
|
+
"kind": "field",
|
|
1728
|
+
"name": "rowData",
|
|
1729
|
+
"readonly": true
|
|
1730
|
+
},
|
|
1731
|
+
{
|
|
1732
|
+
"kind": "method",
|
|
1733
|
+
"name": "getLabel",
|
|
1734
|
+
"parameters": [
|
|
1735
|
+
{
|
|
1736
|
+
"name": "name",
|
|
1737
|
+
"type": {
|
|
1738
|
+
"text": "string | ((rowData: any) => string)"
|
|
1739
|
+
}
|
|
1740
|
+
}
|
|
1741
|
+
]
|
|
1742
|
+
},
|
|
1743
|
+
{
|
|
1744
|
+
"kind": "method",
|
|
1745
|
+
"name": "getTemplate",
|
|
1746
|
+
"parameters": [
|
|
1747
|
+
{
|
|
1748
|
+
"name": "prefix",
|
|
1749
|
+
"type": {
|
|
1750
|
+
"text": "string"
|
|
1751
|
+
}
|
|
1752
|
+
}
|
|
1753
|
+
]
|
|
1754
|
+
},
|
|
1607
1755
|
{
|
|
1608
1756
|
"kind": "field",
|
|
1609
1757
|
"name": "_presentation",
|
|
@@ -1716,78 +1864,107 @@
|
|
|
1716
1864
|
}
|
|
1717
1865
|
}
|
|
1718
1866
|
],
|
|
1719
|
-
"
|
|
1720
|
-
{
|
|
1721
|
-
"
|
|
1722
|
-
"
|
|
1723
|
-
|
|
1724
|
-
|
|
1725
|
-
|
|
1726
|
-
|
|
1727
|
-
}
|
|
1728
|
-
|
|
1729
|
-
|
|
1730
|
-
|
|
1731
|
-
|
|
1732
|
-
|
|
1733
|
-
|
|
1734
|
-
|
|
1735
|
-
|
|
1736
|
-
|
|
1737
|
-
|
|
1738
|
-
|
|
1739
|
-
|
|
1740
|
-
|
|
1741
|
-
|
|
1742
|
-
|
|
1867
|
+
"attributes": [
|
|
1868
|
+
{
|
|
1869
|
+
"name": "is-vertical",
|
|
1870
|
+
"type": {
|
|
1871
|
+
"text": "boolean"
|
|
1872
|
+
},
|
|
1873
|
+
"default": "false",
|
|
1874
|
+
"fieldName": "isVertical"
|
|
1875
|
+
},
|
|
1876
|
+
{
|
|
1877
|
+
"name": "add-default-actions",
|
|
1878
|
+
"type": {
|
|
1879
|
+
"text": "boolean"
|
|
1880
|
+
},
|
|
1881
|
+
"default": "true",
|
|
1882
|
+
"fieldName": "addDefaultActions"
|
|
1883
|
+
},
|
|
1884
|
+
{
|
|
1885
|
+
"name": "auto-close-on-action",
|
|
1886
|
+
"type": {
|
|
1887
|
+
"text": "boolean"
|
|
1888
|
+
},
|
|
1889
|
+
"default": "true",
|
|
1890
|
+
"fieldName": "autoCloseOnAction"
|
|
1891
|
+
},
|
|
1892
|
+
{
|
|
1893
|
+
"name": "name",
|
|
1894
|
+
"type": {
|
|
1895
|
+
"text": "string"
|
|
1896
|
+
},
|
|
1897
|
+
"default": "'Actions'",
|
|
1898
|
+
"fieldName": "name"
|
|
1899
|
+
},
|
|
1900
|
+
{
|
|
1901
|
+
"name": "open",
|
|
1902
|
+
"type": {
|
|
1903
|
+
"text": "boolean"
|
|
1904
|
+
},
|
|
1905
|
+
"default": "false",
|
|
1906
|
+
"fieldName": "open"
|
|
1907
|
+
},
|
|
1908
|
+
{
|
|
1909
|
+
"name": "buttonAppearance",
|
|
1910
|
+
"type": {
|
|
1911
|
+
"text": "string"
|
|
1912
|
+
},
|
|
1913
|
+
"fieldName": "buttonAppearance"
|
|
1914
|
+
},
|
|
1915
|
+
{
|
|
1916
|
+
"name": "hide-disabled",
|
|
1917
|
+
"type": {
|
|
1918
|
+
"text": "boolean"
|
|
1919
|
+
},
|
|
1920
|
+
"default": "false",
|
|
1921
|
+
"fieldName": "hideDisabled"
|
|
1922
|
+
},
|
|
1923
|
+
{
|
|
1924
|
+
"name": "hide-menu-single-option",
|
|
1925
|
+
"type": {
|
|
1926
|
+
"text": "boolean"
|
|
1927
|
+
},
|
|
1928
|
+
"default": "false",
|
|
1929
|
+
"fieldName": "hideMenuSingleOption"
|
|
1930
|
+
}
|
|
1931
|
+
],
|
|
1932
|
+
"superclass": {
|
|
1933
|
+
"name": "FoundationElement",
|
|
1934
|
+
"package": "@microsoft/fast-foundation"
|
|
1743
1935
|
},
|
|
1744
|
-
"
|
|
1936
|
+
"tagName": "%%prefix%%-actions-menu",
|
|
1937
|
+
"customElement": true
|
|
1745
1938
|
},
|
|
1746
1939
|
{
|
|
1747
1940
|
"kind": "variable",
|
|
1748
|
-
"name": "
|
|
1749
|
-
"description": "The Foundation
|
|
1941
|
+
"name": "foundationActionsMenu",
|
|
1942
|
+
"description": "The Foundation Actions Menu",
|
|
1750
1943
|
"privacy": "public"
|
|
1751
1944
|
}
|
|
1752
1945
|
],
|
|
1753
1946
|
"exports": [
|
|
1754
1947
|
{
|
|
1755
1948
|
"kind": "js",
|
|
1756
|
-
"name": "
|
|
1757
|
-
"declaration": {
|
|
1758
|
-
"name": "AccordionItem",
|
|
1759
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1760
|
-
}
|
|
1761
|
-
},
|
|
1762
|
-
{
|
|
1763
|
-
"kind": "js",
|
|
1764
|
-
"name": "foundationAccordionItemShadowOptions",
|
|
1765
|
-
"declaration": {
|
|
1766
|
-
"name": "foundationAccordionItemShadowOptions",
|
|
1767
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1768
|
-
}
|
|
1769
|
-
},
|
|
1770
|
-
{
|
|
1771
|
-
"kind": "js",
|
|
1772
|
-
"name": "defaultAccordionItemConfig",
|
|
1949
|
+
"name": "ActionsMenu",
|
|
1773
1950
|
"declaration": {
|
|
1774
|
-
"name": "
|
|
1775
|
-
"module": "src/
|
|
1951
|
+
"name": "ActionsMenu",
|
|
1952
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1776
1953
|
}
|
|
1777
1954
|
},
|
|
1778
1955
|
{
|
|
1779
1956
|
"kind": "js",
|
|
1780
|
-
"name": "
|
|
1957
|
+
"name": "foundationActionsMenu",
|
|
1781
1958
|
"declaration": {
|
|
1782
|
-
"name": "
|
|
1783
|
-
"module": "src/
|
|
1959
|
+
"name": "foundationActionsMenu",
|
|
1960
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1784
1961
|
}
|
|
1785
1962
|
}
|
|
1786
1963
|
]
|
|
1787
1964
|
},
|
|
1788
1965
|
{
|
|
1789
1966
|
"kind": "javascript-module",
|
|
1790
|
-
"path": "src/
|
|
1967
|
+
"path": "src/actions-menu/index.ts",
|
|
1791
1968
|
"declarations": [],
|
|
1792
1969
|
"exports": [
|
|
1793
1970
|
{
|
|
@@ -1795,7 +1972,7 @@
|
|
|
1795
1972
|
"name": "*",
|
|
1796
1973
|
"declaration": {
|
|
1797
1974
|
"name": "*",
|
|
1798
|
-
"package": "./
|
|
1975
|
+
"package": "./actions-menu.styles"
|
|
1799
1976
|
}
|
|
1800
1977
|
},
|
|
1801
1978
|
{
|
|
@@ -1803,7 +1980,7 @@
|
|
|
1803
1980
|
"name": "*",
|
|
1804
1981
|
"declaration": {
|
|
1805
1982
|
"name": "*",
|
|
1806
|
-
"package": "./
|
|
1983
|
+
"package": "./actions-menu.template"
|
|
1807
1984
|
}
|
|
1808
1985
|
},
|
|
1809
1986
|
{
|
|
@@ -1811,7 +1988,7 @@
|
|
|
1811
1988
|
"name": "*",
|
|
1812
1989
|
"declaration": {
|
|
1813
1990
|
"name": "*",
|
|
1814
|
-
"package": "./
|
|
1991
|
+
"package": "./actions-menu"
|
|
1815
1992
|
}
|
|
1816
1993
|
}
|
|
1817
1994
|
]
|
|
@@ -1849,34 +2026,11 @@
|
|
|
1849
2026
|
},
|
|
1850
2027
|
{
|
|
1851
2028
|
"kind": "javascript-module",
|
|
1852
|
-
"path": "src/
|
|
2029
|
+
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
1853
2030
|
"declarations": [
|
|
1854
2031
|
{
|
|
1855
2032
|
"kind": "function",
|
|
1856
|
-
"name": "
|
|
1857
|
-
"return": {
|
|
1858
|
-
"type": {
|
|
1859
|
-
"text": "ElementStyles"
|
|
1860
|
-
}
|
|
1861
|
-
},
|
|
1862
|
-
"parameters": [
|
|
1863
|
-
{
|
|
1864
|
-
"name": "context",
|
|
1865
|
-
"type": {
|
|
1866
|
-
"text": "ElementDefinitionContext"
|
|
1867
|
-
}
|
|
1868
|
-
},
|
|
1869
|
-
{
|
|
1870
|
-
"name": "definition",
|
|
1871
|
-
"type": {
|
|
1872
|
-
"text": "FoundationElementDefinition"
|
|
1873
|
-
}
|
|
1874
|
-
}
|
|
1875
|
-
]
|
|
1876
|
-
},
|
|
1877
|
-
{
|
|
1878
|
-
"kind": "function",
|
|
1879
|
-
"name": "foundationActionsMenuStyles",
|
|
2033
|
+
"name": "foundationAccordionItemStyles",
|
|
1880
2034
|
"return": {
|
|
1881
2035
|
"type": {
|
|
1882
2036
|
"text": "ElementStyles"
|
|
@@ -1901,269 +2055,156 @@
|
|
|
1901
2055
|
"exports": [
|
|
1902
2056
|
{
|
|
1903
2057
|
"kind": "js",
|
|
1904
|
-
"name": "
|
|
1905
|
-
"declaration": {
|
|
1906
|
-
"name": "actionsMenuBaseStyles",
|
|
1907
|
-
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
1908
|
-
}
|
|
1909
|
-
},
|
|
1910
|
-
{
|
|
1911
|
-
"kind": "js",
|
|
1912
|
-
"name": "foundationActionsMenuStyles",
|
|
2058
|
+
"name": "foundationAccordionItemStyles",
|
|
1913
2059
|
"declaration": {
|
|
1914
|
-
"name": "
|
|
1915
|
-
"module": "src/
|
|
2060
|
+
"name": "foundationAccordionItemStyles",
|
|
2061
|
+
"module": "src/accordion-item/accordion-item.styles.ts"
|
|
1916
2062
|
}
|
|
1917
2063
|
}
|
|
1918
2064
|
]
|
|
1919
2065
|
},
|
|
1920
2066
|
{
|
|
1921
2067
|
"kind": "javascript-module",
|
|
1922
|
-
"path": "src/
|
|
2068
|
+
"path": "src/accordion-item/accordion-item.template.ts",
|
|
1923
2069
|
"declarations": [
|
|
1924
2070
|
{
|
|
1925
2071
|
"kind": "function",
|
|
1926
|
-
"name": "
|
|
2072
|
+
"name": "foundationAccordionItemTemplate",
|
|
2073
|
+
"return": {
|
|
2074
|
+
"type": {
|
|
2075
|
+
"text": "ViewTemplate<AccordionItem>"
|
|
2076
|
+
}
|
|
2077
|
+
},
|
|
1927
2078
|
"parameters": [
|
|
1928
2079
|
{
|
|
1929
|
-
"name": "
|
|
2080
|
+
"name": "context",
|
|
1930
2081
|
"type": {
|
|
1931
|
-
"text": "
|
|
2082
|
+
"text": "ElementDefinitionContext"
|
|
1932
2083
|
}
|
|
1933
|
-
}
|
|
1934
|
-
]
|
|
1935
|
-
},
|
|
1936
|
-
{
|
|
1937
|
-
"kind": "function",
|
|
1938
|
-
"name": "singleOptionTemplate",
|
|
1939
|
-
"parameters": [
|
|
2084
|
+
},
|
|
1940
2085
|
{
|
|
1941
|
-
"name": "
|
|
2086
|
+
"name": "definition",
|
|
1942
2087
|
"type": {
|
|
1943
|
-
"text": "
|
|
2088
|
+
"text": "FoundationElementDefinition"
|
|
1944
2089
|
}
|
|
1945
2090
|
}
|
|
1946
2091
|
]
|
|
1947
|
-
},
|
|
1948
|
-
{
|
|
1949
|
-
"kind": "variable",
|
|
1950
|
-
"name": "foundationActionsMenuTemplate",
|
|
1951
|
-
"type": {
|
|
1952
|
-
"text": "ViewTemplate<ActionsMenu>"
|
|
1953
|
-
},
|
|
1954
|
-
"default": "html`\n <div\n class=\"actions-container${(x) => (x.isVertical ? ' actions-vertical' : '')}\"\n part=\"actions-container\"\n >\n ${(x) => x.getTemplate(getPrefix(x))}\n </div>\n`"
|
|
1955
2092
|
}
|
|
1956
2093
|
],
|
|
1957
2094
|
"exports": [
|
|
1958
2095
|
{
|
|
1959
2096
|
"kind": "js",
|
|
1960
|
-
"name": "
|
|
1961
|
-
"declaration": {
|
|
1962
|
-
"name": "menuTemplate",
|
|
1963
|
-
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1964
|
-
}
|
|
1965
|
-
},
|
|
1966
|
-
{
|
|
1967
|
-
"kind": "js",
|
|
1968
|
-
"name": "singleOptionTemplate",
|
|
1969
|
-
"declaration": {
|
|
1970
|
-
"name": "singleOptionTemplate",
|
|
1971
|
-
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1972
|
-
}
|
|
1973
|
-
},
|
|
1974
|
-
{
|
|
1975
|
-
"kind": "js",
|
|
1976
|
-
"name": "foundationActionsMenuTemplate",
|
|
2097
|
+
"name": "foundationAccordionItemTemplate",
|
|
1977
2098
|
"declaration": {
|
|
1978
|
-
"name": "
|
|
1979
|
-
"module": "src/
|
|
2099
|
+
"name": "foundationAccordionItemTemplate",
|
|
2100
|
+
"module": "src/accordion-item/accordion-item.template.ts"
|
|
1980
2101
|
}
|
|
1981
2102
|
}
|
|
1982
2103
|
]
|
|
1983
2104
|
},
|
|
1984
2105
|
{
|
|
1985
2106
|
"kind": "javascript-module",
|
|
1986
|
-
"path": "src/
|
|
2107
|
+
"path": "src/accordion-item/accordion-item.ts",
|
|
1987
2108
|
"declarations": [
|
|
1988
2109
|
{
|
|
1989
2110
|
"kind": "class",
|
|
1990
2111
|
"description": "",
|
|
1991
|
-
"name": "
|
|
1992
|
-
"
|
|
1993
|
-
|
|
1994
|
-
|
|
1995
|
-
|
|
1996
|
-
|
|
1997
|
-
|
|
1998
|
-
|
|
1999
|
-
},
|
|
2000
|
-
{
|
|
2001
|
-
"kind": "field",
|
|
2002
|
-
"name": "isVertical",
|
|
2003
|
-
"type": {
|
|
2004
|
-
"text": "boolean"
|
|
2005
|
-
},
|
|
2006
|
-
"default": "false"
|
|
2007
|
-
},
|
|
2008
|
-
{
|
|
2009
|
-
"kind": "field",
|
|
2010
|
-
"name": "addDefaultActions",
|
|
2011
|
-
"type": {
|
|
2012
|
-
"text": "boolean"
|
|
2013
|
-
},
|
|
2014
|
-
"default": "true"
|
|
2015
|
-
},
|
|
2016
|
-
{
|
|
2017
|
-
"kind": "field",
|
|
2018
|
-
"name": "autoCloseOnAction",
|
|
2019
|
-
"type": {
|
|
2020
|
-
"text": "boolean"
|
|
2021
|
-
},
|
|
2022
|
-
"default": "true"
|
|
2023
|
-
},
|
|
2024
|
-
{
|
|
2025
|
-
"kind": "field",
|
|
2026
|
-
"name": "classNames",
|
|
2027
|
-
"type": {
|
|
2028
|
-
"text": "string"
|
|
2029
|
-
}
|
|
2030
|
-
},
|
|
2031
|
-
{
|
|
2032
|
-
"kind": "field",
|
|
2033
|
-
"name": "definition",
|
|
2034
|
-
"type": {
|
|
2035
|
-
"text": "any"
|
|
2036
|
-
}
|
|
2037
|
-
},
|
|
2038
|
-
{
|
|
2039
|
-
"kind": "field",
|
|
2040
|
-
"name": "name",
|
|
2041
|
-
"type": {
|
|
2042
|
-
"text": "string"
|
|
2043
|
-
},
|
|
2044
|
-
"default": "'Actions'"
|
|
2045
|
-
},
|
|
2112
|
+
"name": "AccordionItem",
|
|
2113
|
+
"superclass": {
|
|
2114
|
+
"name": "FASTAccordionItem",
|
|
2115
|
+
"package": "@microsoft/fast-components"
|
|
2116
|
+
},
|
|
2117
|
+
"tagName": "%%prefix%%-accordion-item",
|
|
2118
|
+
"customElement": true,
|
|
2119
|
+
"attributes": [
|
|
2046
2120
|
{
|
|
2047
|
-
"
|
|
2048
|
-
"name": "open",
|
|
2121
|
+
"name": "heading-level",
|
|
2049
2122
|
"type": {
|
|
2050
|
-
"text": "
|
|
2123
|
+
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
2051
2124
|
},
|
|
2052
|
-
"default": "
|
|
2053
|
-
|
|
2054
|
-
|
|
2055
|
-
"
|
|
2056
|
-
|
|
2057
|
-
|
|
2058
|
-
"text": "string"
|
|
2125
|
+
"default": "2",
|
|
2126
|
+
"description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
|
|
2127
|
+
"fieldName": "headinglevel",
|
|
2128
|
+
"inheritedFrom": {
|
|
2129
|
+
"name": "AccordionItem",
|
|
2130
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2059
2131
|
}
|
|
2060
2132
|
},
|
|
2061
2133
|
{
|
|
2062
|
-
"kind": "field",
|
|
2063
|
-
"name": "hideDisabled",
|
|
2064
2134
|
"type": {
|
|
2065
2135
|
"text": "boolean"
|
|
2066
2136
|
},
|
|
2067
|
-
"default": "false"
|
|
2137
|
+
"default": "false",
|
|
2138
|
+
"description": "Expands or collapses the item.",
|
|
2139
|
+
"fieldName": "expanded",
|
|
2140
|
+
"inheritedFrom": {
|
|
2141
|
+
"name": "AccordionItem",
|
|
2142
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2143
|
+
}
|
|
2068
2144
|
},
|
|
2069
2145
|
{
|
|
2070
|
-
"
|
|
2071
|
-
"name": "hideMenuSingleOption",
|
|
2146
|
+
"name": "id",
|
|
2072
2147
|
"type": {
|
|
2073
|
-
"text": "
|
|
2148
|
+
"text": "string"
|
|
2074
2149
|
},
|
|
2075
|
-
"
|
|
2076
|
-
|
|
2150
|
+
"description": "The item ID",
|
|
2151
|
+
"fieldName": "id",
|
|
2152
|
+
"inheritedFrom": {
|
|
2153
|
+
"name": "AccordionItem",
|
|
2154
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2155
|
+
}
|
|
2156
|
+
}
|
|
2157
|
+
],
|
|
2158
|
+
"members": [
|
|
2077
2159
|
{
|
|
2078
2160
|
"kind": "field",
|
|
2079
|
-
"name": "
|
|
2161
|
+
"name": "headinglevel",
|
|
2080
2162
|
"type": {
|
|
2081
|
-
"text": "
|
|
2163
|
+
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
2164
|
+
},
|
|
2165
|
+
"privacy": "public",
|
|
2166
|
+
"default": "2",
|
|
2167
|
+
"description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
|
|
2168
|
+
"inheritedFrom": {
|
|
2169
|
+
"name": "AccordionItem",
|
|
2170
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2082
2171
|
}
|
|
2083
2172
|
},
|
|
2084
2173
|
{
|
|
2085
2174
|
"kind": "field",
|
|
2086
|
-
"name": "
|
|
2175
|
+
"name": "expanded",
|
|
2087
2176
|
"type": {
|
|
2088
|
-
"text": "
|
|
2177
|
+
"text": "boolean"
|
|
2178
|
+
},
|
|
2179
|
+
"privacy": "public",
|
|
2180
|
+
"default": "false",
|
|
2181
|
+
"description": "Expands or collapses the item.",
|
|
2182
|
+
"inheritedFrom": {
|
|
2183
|
+
"name": "AccordionItem",
|
|
2184
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2089
2185
|
}
|
|
2090
2186
|
},
|
|
2091
|
-
{
|
|
2092
|
-
"kind": "method",
|
|
2093
|
-
"name": "definitionChanged",
|
|
2094
|
-
"privacy": "protected",
|
|
2095
|
-
"parameters": [
|
|
2096
|
-
{
|
|
2097
|
-
"name": "oldValue",
|
|
2098
|
-
"type": {
|
|
2099
|
-
"text": "any"
|
|
2100
|
-
}
|
|
2101
|
-
},
|
|
2102
|
-
{
|
|
2103
|
-
"name": "newValue",
|
|
2104
|
-
"type": {
|
|
2105
|
-
"text": "any"
|
|
2106
|
-
}
|
|
2107
|
-
}
|
|
2108
|
-
]
|
|
2109
|
-
},
|
|
2110
|
-
{
|
|
2111
|
-
"kind": "method",
|
|
2112
|
-
"name": "openChanged",
|
|
2113
|
-
"privacy": "protected"
|
|
2114
|
-
},
|
|
2115
|
-
{
|
|
2116
|
-
"kind": "method",
|
|
2117
|
-
"name": "toggleActionsMenuVisibility"
|
|
2118
|
-
},
|
|
2119
|
-
{
|
|
2120
|
-
"kind": "method",
|
|
2121
|
-
"name": "onActionMenuItemClick",
|
|
2122
|
-
"parameters": [
|
|
2123
|
-
{
|
|
2124
|
-
"name": "callback",
|
|
2125
|
-
"type": {
|
|
2126
|
-
"text": "(rowData) => void | any"
|
|
2127
|
-
}
|
|
2128
|
-
}
|
|
2129
|
-
]
|
|
2130
|
-
},
|
|
2131
2187
|
{
|
|
2132
2188
|
"kind": "field",
|
|
2133
|
-
"name": "
|
|
2189
|
+
"name": "id",
|
|
2134
2190
|
"type": {
|
|
2135
|
-
"text": "
|
|
2191
|
+
"text": "string"
|
|
2136
2192
|
},
|
|
2137
|
-
"
|
|
2193
|
+
"privacy": "public",
|
|
2194
|
+
"description": "The item ID",
|
|
2195
|
+
"inheritedFrom": {
|
|
2196
|
+
"name": "AccordionItem",
|
|
2197
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2198
|
+
}
|
|
2138
2199
|
},
|
|
2139
2200
|
{
|
|
2140
2201
|
"kind": "field",
|
|
2141
|
-
"name": "
|
|
2142
|
-
"
|
|
2143
|
-
|
|
2144
|
-
|
|
2145
|
-
|
|
2146
|
-
|
|
2147
|
-
"parameters": [
|
|
2148
|
-
{
|
|
2149
|
-
"name": "name",
|
|
2150
|
-
"type": {
|
|
2151
|
-
"text": "string | ((rowData: any) => string)"
|
|
2152
|
-
}
|
|
2153
|
-
}
|
|
2154
|
-
]
|
|
2155
|
-
},
|
|
2156
|
-
{
|
|
2157
|
-
"kind": "method",
|
|
2158
|
-
"name": "getTemplate",
|
|
2159
|
-
"parameters": [
|
|
2160
|
-
{
|
|
2161
|
-
"name": "prefix",
|
|
2162
|
-
"type": {
|
|
2163
|
-
"text": "string"
|
|
2164
|
-
}
|
|
2165
|
-
}
|
|
2166
|
-
]
|
|
2202
|
+
"name": "change",
|
|
2203
|
+
"privacy": "private",
|
|
2204
|
+
"inheritedFrom": {
|
|
2205
|
+
"name": "AccordionItem",
|
|
2206
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2207
|
+
}
|
|
2167
2208
|
},
|
|
2168
2209
|
{
|
|
2169
2210
|
"kind": "field",
|
|
@@ -2277,107 +2318,78 @@
|
|
|
2277
2318
|
}
|
|
2278
2319
|
}
|
|
2279
2320
|
],
|
|
2280
|
-
"
|
|
2281
|
-
{
|
|
2282
|
-
"name": "is-vertical",
|
|
2283
|
-
"type": {
|
|
2284
|
-
"text": "boolean"
|
|
2285
|
-
},
|
|
2286
|
-
"default": "false",
|
|
2287
|
-
"fieldName": "isVertical"
|
|
2288
|
-
},
|
|
2289
|
-
{
|
|
2290
|
-
"name": "add-default-actions",
|
|
2291
|
-
"type": {
|
|
2292
|
-
"text": "boolean"
|
|
2293
|
-
},
|
|
2294
|
-
"default": "true",
|
|
2295
|
-
"fieldName": "addDefaultActions"
|
|
2296
|
-
},
|
|
2297
|
-
{
|
|
2298
|
-
"name": "auto-close-on-action",
|
|
2299
|
-
"type": {
|
|
2300
|
-
"text": "boolean"
|
|
2301
|
-
},
|
|
2302
|
-
"default": "true",
|
|
2303
|
-
"fieldName": "autoCloseOnAction"
|
|
2304
|
-
},
|
|
2305
|
-
{
|
|
2306
|
-
"name": "name",
|
|
2307
|
-
"type": {
|
|
2308
|
-
"text": "string"
|
|
2309
|
-
},
|
|
2310
|
-
"default": "'Actions'",
|
|
2311
|
-
"fieldName": "name"
|
|
2312
|
-
},
|
|
2313
|
-
{
|
|
2314
|
-
"name": "open",
|
|
2315
|
-
"type": {
|
|
2316
|
-
"text": "boolean"
|
|
2317
|
-
},
|
|
2318
|
-
"default": "false",
|
|
2319
|
-
"fieldName": "open"
|
|
2320
|
-
},
|
|
2321
|
-
{
|
|
2322
|
-
"name": "buttonAppearance",
|
|
2323
|
-
"type": {
|
|
2324
|
-
"text": "string"
|
|
2325
|
-
},
|
|
2326
|
-
"fieldName": "buttonAppearance"
|
|
2327
|
-
},
|
|
2328
|
-
{
|
|
2329
|
-
"name": "hide-disabled",
|
|
2330
|
-
"type": {
|
|
2331
|
-
"text": "boolean"
|
|
2332
|
-
},
|
|
2333
|
-
"default": "false",
|
|
2334
|
-
"fieldName": "hideDisabled"
|
|
2335
|
-
},
|
|
2321
|
+
"events": [
|
|
2336
2322
|
{
|
|
2337
|
-
"
|
|
2338
|
-
"
|
|
2339
|
-
|
|
2340
|
-
|
|
2341
|
-
|
|
2342
|
-
|
|
2323
|
+
"description": "Fires a custom 'change' event when the button is invoked",
|
|
2324
|
+
"name": "change",
|
|
2325
|
+
"inheritedFrom": {
|
|
2326
|
+
"name": "AccordionItem",
|
|
2327
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2328
|
+
}
|
|
2343
2329
|
}
|
|
2344
|
-
]
|
|
2345
|
-
|
|
2346
|
-
|
|
2347
|
-
|
|
2330
|
+
]
|
|
2331
|
+
},
|
|
2332
|
+
{
|
|
2333
|
+
"kind": "variable",
|
|
2334
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
2335
|
+
"type": {
|
|
2336
|
+
"text": "ShadowRootInit"
|
|
2348
2337
|
},
|
|
2349
|
-
"
|
|
2350
|
-
"customElement": true
|
|
2338
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
2351
2339
|
},
|
|
2352
2340
|
{
|
|
2353
2341
|
"kind": "variable",
|
|
2354
|
-
"name": "
|
|
2355
|
-
"
|
|
2342
|
+
"name": "defaultAccordionItemConfig",
|
|
2343
|
+
"type": {
|
|
2344
|
+
"text": "object"
|
|
2345
|
+
},
|
|
2346
|
+
"default": "{\n collapsedIcon: `<svg width=\"16\" height=\"16\" viewBox=\"0 0 18 18\" xmlns=\"http://www.w3.org/2000/svg\" slot=\"collapsed-icon\">\n <path d=\"M15.2222 1H2.77778C1.79594 1 1 1.79594 1 2.77778V15.2222C1 16.2041 1.79594 17 2.77778 17H15.2222C16.2041 17 17 16.2041 17 15.2222V2.77778C17 1.79594 16.2041 1 15.2222 1Z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n <path class=\"plus-sign\" d=\"M9 5.44446V12.5556\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n <path class=\"plus-sign\" d=\"M5.44446 9H12.5556\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n </svg>`,\n expandedIcon: `<svg width=\"16\" height=\"16\" viewBox=\"0 0 18 18\" xmlns=\"http://www.w3.org/2000/svg\" slot=\"expanded-icon\">\n <path d=\"M15.2222 1H2.77778C1.79594 1 1 1.79594 1 2.77778V15.2222C1 16.2041 1.79594 17 2.77778 17H15.2222C16.2041 17 17 16.2041 17 15.2222V2.77778C17 1.79594 16.2041 1 15.2222 1Z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n <path class=\"minus-sign\" d=\"M5.44446 9H12.5556\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n </svg>`,\n}"
|
|
2347
|
+
},
|
|
2348
|
+
{
|
|
2349
|
+
"kind": "variable",
|
|
2350
|
+
"name": "foundationAccordionItem",
|
|
2351
|
+
"description": "The Foundation Accordion Item",
|
|
2356
2352
|
"privacy": "public"
|
|
2357
2353
|
}
|
|
2358
2354
|
],
|
|
2359
2355
|
"exports": [
|
|
2360
2356
|
{
|
|
2361
2357
|
"kind": "js",
|
|
2362
|
-
"name": "
|
|
2358
|
+
"name": "AccordionItem",
|
|
2363
2359
|
"declaration": {
|
|
2364
|
-
"name": "
|
|
2365
|
-
"module": "src/
|
|
2360
|
+
"name": "AccordionItem",
|
|
2361
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2366
2362
|
}
|
|
2367
2363
|
},
|
|
2368
2364
|
{
|
|
2369
2365
|
"kind": "js",
|
|
2370
|
-
"name": "
|
|
2366
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
2371
2367
|
"declaration": {
|
|
2372
|
-
"name": "
|
|
2373
|
-
"module": "src/
|
|
2368
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
2369
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2370
|
+
}
|
|
2371
|
+
},
|
|
2372
|
+
{
|
|
2373
|
+
"kind": "js",
|
|
2374
|
+
"name": "defaultAccordionItemConfig",
|
|
2375
|
+
"declaration": {
|
|
2376
|
+
"name": "defaultAccordionItemConfig",
|
|
2377
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2378
|
+
}
|
|
2379
|
+
},
|
|
2380
|
+
{
|
|
2381
|
+
"kind": "js",
|
|
2382
|
+
"name": "foundationAccordionItem",
|
|
2383
|
+
"declaration": {
|
|
2384
|
+
"name": "foundationAccordionItem",
|
|
2385
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2374
2386
|
}
|
|
2375
2387
|
}
|
|
2376
2388
|
]
|
|
2377
2389
|
},
|
|
2378
2390
|
{
|
|
2379
2391
|
"kind": "javascript-module",
|
|
2380
|
-
"path": "src/
|
|
2392
|
+
"path": "src/accordion-item/index.ts",
|
|
2381
2393
|
"declarations": [],
|
|
2382
2394
|
"exports": [
|
|
2383
2395
|
{
|
|
@@ -2385,7 +2397,7 @@
|
|
|
2385
2397
|
"name": "*",
|
|
2386
2398
|
"declaration": {
|
|
2387
2399
|
"name": "*",
|
|
2388
|
-
"package": "./
|
|
2400
|
+
"package": "./accordion-item.template"
|
|
2389
2401
|
}
|
|
2390
2402
|
},
|
|
2391
2403
|
{
|
|
@@ -2393,7 +2405,7 @@
|
|
|
2393
2405
|
"name": "*",
|
|
2394
2406
|
"declaration": {
|
|
2395
2407
|
"name": "*",
|
|
2396
|
-
"package": "./
|
|
2408
|
+
"package": "./accordion-item.styles"
|
|
2397
2409
|
}
|
|
2398
2410
|
},
|
|
2399
2411
|
{
|
|
@@ -2401,7 +2413,7 @@
|
|
|
2401
2413
|
"name": "*",
|
|
2402
2414
|
"declaration": {
|
|
2403
2415
|
"name": "*",
|
|
2404
|
-
"package": "./
|
|
2416
|
+
"package": "./accordion-item"
|
|
2405
2417
|
}
|
|
2406
2418
|
}
|
|
2407
2419
|
]
|