@genesislcap/foundation-ui 14.417.0-FUI-0-react-renderers.1 → 14.417.1-alpha-2d3f259.0

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.
@@ -1382,42 +1382,34 @@
1382
1382
  },
1383
1383
  {
1384
1384
  "kind": "javascript-module",
1385
- "path": "src/_config/index.ts",
1386
- "declarations": [],
1387
- "exports": [
1388
- {
1389
- "kind": "js",
1390
- "name": "*",
1391
- "declaration": {
1392
- "name": "*",
1393
- "package": "./styles"
1394
- }
1395
- },
1385
+ "path": "src/actions-menu/actions-menu.styles.ts",
1386
+ "declarations": [
1396
1387
  {
1397
- "kind": "js",
1398
- "name": "*",
1399
- "declaration": {
1400
- "name": "*",
1401
- "package": "./tokens"
1402
- }
1388
+ "kind": "function",
1389
+ "name": "actionsMenuBaseStyles",
1390
+ "return": {
1391
+ "type": {
1392
+ "text": "ElementStyles"
1393
+ }
1394
+ },
1395
+ "parameters": [
1396
+ {
1397
+ "name": "context",
1398
+ "type": {
1399
+ "text": "ElementDefinitionContext"
1400
+ }
1401
+ },
1402
+ {
1403
+ "name": "definition",
1404
+ "type": {
1405
+ "text": "FoundationElementDefinition"
1406
+ }
1407
+ }
1408
+ ]
1403
1409
  },
1404
- {
1405
- "kind": "js",
1406
- "name": "*",
1407
- "declaration": {
1408
- "name": "*",
1409
- "package": "./values"
1410
- }
1411
- }
1412
- ]
1413
- },
1414
- {
1415
- "kind": "javascript-module",
1416
- "path": "src/accordion-item/accordion-item.styles.ts",
1417
- "declarations": [
1418
1410
  {
1419
1411
  "kind": "function",
1420
- "name": "foundationAccordionItemStyles",
1412
+ "name": "foundationActionsMenuStyles",
1421
1413
  "return": {
1422
1414
  "type": {
1423
1415
  "text": "ElementStyles"
@@ -1442,198 +1434,311 @@
1442
1434
  "exports": [
1443
1435
  {
1444
1436
  "kind": "js",
1445
- "name": "foundationAccordionItemStyles",
1437
+ "name": "actionsMenuBaseStyles",
1446
1438
  "declaration": {
1447
- "name": "foundationAccordionItemStyles",
1448
- "module": "src/accordion-item/accordion-item.styles.ts"
1439
+ "name": "actionsMenuBaseStyles",
1440
+ "module": "src/actions-menu/actions-menu.styles.ts"
1441
+ }
1442
+ },
1443
+ {
1444
+ "kind": "js",
1445
+ "name": "foundationActionsMenuStyles",
1446
+ "declaration": {
1447
+ "name": "foundationActionsMenuStyles",
1448
+ "module": "src/actions-menu/actions-menu.styles.ts"
1449
1449
  }
1450
1450
  }
1451
1451
  ]
1452
1452
  },
1453
1453
  {
1454
1454
  "kind": "javascript-module",
1455
- "path": "src/accordion-item/accordion-item.template.ts",
1455
+ "path": "src/actions-menu/actions-menu.template.ts",
1456
1456
  "declarations": [
1457
1457
  {
1458
1458
  "kind": "function",
1459
- "name": "foundationAccordionItemTemplate",
1460
- "return": {
1461
- "type": {
1462
- "text": "ViewTemplate<AccordionItem>"
1463
- }
1464
- },
1459
+ "name": "menuTemplate",
1465
1460
  "parameters": [
1466
1461
  {
1467
- "name": "context",
1462
+ "name": "prefix",
1468
1463
  "type": {
1469
- "text": "ElementDefinitionContext"
1464
+ "text": "string"
1470
1465
  }
1471
- },
1466
+ }
1467
+ ]
1468
+ },
1469
+ {
1470
+ "kind": "function",
1471
+ "name": "singleOptionTemplate",
1472
+ "parameters": [
1472
1473
  {
1473
- "name": "definition",
1474
+ "name": "prefix",
1474
1475
  "type": {
1475
- "text": "FoundationElementDefinition"
1476
+ "text": "string"
1476
1477
  }
1477
1478
  }
1478
1479
  ]
1480
+ },
1481
+ {
1482
+ "kind": "variable",
1483
+ "name": "foundationActionsMenuTemplate",
1484
+ "type": {
1485
+ "text": "ViewTemplate<ActionsMenu>"
1486
+ },
1487
+ "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`"
1479
1488
  }
1480
1489
  ],
1481
1490
  "exports": [
1482
1491
  {
1483
1492
  "kind": "js",
1484
- "name": "foundationAccordionItemTemplate",
1493
+ "name": "menuTemplate",
1485
1494
  "declaration": {
1486
- "name": "foundationAccordionItemTemplate",
1487
- "module": "src/accordion-item/accordion-item.template.ts"
1495
+ "name": "menuTemplate",
1496
+ "module": "src/actions-menu/actions-menu.template.ts"
1497
+ }
1498
+ },
1499
+ {
1500
+ "kind": "js",
1501
+ "name": "singleOptionTemplate",
1502
+ "declaration": {
1503
+ "name": "singleOptionTemplate",
1504
+ "module": "src/actions-menu/actions-menu.template.ts"
1505
+ }
1506
+ },
1507
+ {
1508
+ "kind": "js",
1509
+ "name": "foundationActionsMenuTemplate",
1510
+ "declaration": {
1511
+ "name": "foundationActionsMenuTemplate",
1512
+ "module": "src/actions-menu/actions-menu.template.ts"
1488
1513
  }
1489
1514
  }
1490
1515
  ]
1491
1516
  },
1492
1517
  {
1493
1518
  "kind": "javascript-module",
1494
- "path": "src/accordion-item/accordion-item.ts",
1519
+ "path": "src/actions-menu/actions-menu.ts",
1495
1520
  "declarations": [
1496
1521
  {
1497
1522
  "kind": "class",
1498
1523
  "description": "",
1499
- "name": "AccordionItem",
1500
- "superclass": {
1501
- "name": "FASTAccordionItem",
1502
- "package": "@microsoft/fast-components"
1503
- },
1504
- "tagName": "%%prefix%%-accordion-item",
1505
- "customElement": true,
1506
- "attributes": [
1524
+ "name": "ActionsMenu",
1525
+ "members": [
1507
1526
  {
1508
- "name": "heading-level",
1527
+ "kind": "field",
1528
+ "name": "actions",
1509
1529
  "type": {
1510
- "text": "1 | 2 | 3 | 4 | 5 | 6"
1511
- },
1512
- "default": "2",
1513
- "description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
1514
- "fieldName": "headinglevel",
1515
- "inheritedFrom": {
1516
- "name": "AccordionItem",
1517
- "module": "src/accordion-item/accordion-item.ts"
1530
+ "text": "ActionMenuItem[]"
1518
1531
  }
1519
1532
  },
1520
1533
  {
1534
+ "kind": "field",
1535
+ "name": "isVertical",
1521
1536
  "type": {
1522
1537
  "text": "boolean"
1523
1538
  },
1524
- "default": "false",
1525
- "description": "Expands or collapses the item.",
1526
- "fieldName": "expanded",
1527
- "inheritedFrom": {
1528
- "name": "AccordionItem",
1529
- "module": "src/accordion-item/accordion-item.ts"
1530
- }
1539
+ "default": "false"
1531
1540
  },
1532
1541
  {
1533
- "name": "id",
1542
+ "kind": "field",
1543
+ "name": "addDefaultActions",
1534
1544
  "type": {
1535
- "text": "string"
1545
+ "text": "boolean"
1536
1546
  },
1537
- "description": "The item ID",
1538
- "fieldName": "id",
1539
- "inheritedFrom": {
1540
- "name": "AccordionItem",
1541
- "module": "src/accordion-item/accordion-item.ts"
1542
- }
1543
- }
1544
- ],
1545
- "members": [
1547
+ "default": "true"
1548
+ },
1546
1549
  {
1547
1550
  "kind": "field",
1548
- "name": "headinglevel",
1551
+ "name": "autoCloseOnAction",
1549
1552
  "type": {
1550
- "text": "1 | 2 | 3 | 4 | 5 | 6"
1553
+ "text": "boolean"
1551
1554
  },
1552
- "privacy": "public",
1553
- "default": "2",
1554
- "description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
1555
- "inheritedFrom": {
1556
- "name": "AccordionItem",
1557
- "module": "src/accordion-item/accordion-item.ts"
1555
+ "default": "true"
1556
+ },
1557
+ {
1558
+ "kind": "field",
1559
+ "name": "classNames",
1560
+ "type": {
1561
+ "text": "string"
1558
1562
  }
1559
1563
  },
1560
1564
  {
1561
1565
  "kind": "field",
1562
- "name": "expanded",
1566
+ "name": "definition",
1563
1567
  "type": {
1564
- "text": "boolean"
1565
- },
1566
- "privacy": "public",
1567
- "default": "false",
1568
- "description": "Expands or collapses the item.",
1569
- "inheritedFrom": {
1570
- "name": "AccordionItem",
1571
- "module": "src/accordion-item/accordion-item.ts"
1568
+ "text": "any"
1572
1569
  }
1573
1570
  },
1574
1571
  {
1575
1572
  "kind": "field",
1576
- "name": "id",
1573
+ "name": "name",
1577
1574
  "type": {
1578
1575
  "text": "string"
1579
1576
  },
1580
- "privacy": "public",
1581
- "description": "The item ID",
1582
- "inheritedFrom": {
1583
- "name": "AccordionItem",
1584
- "module": "src/accordion-item/accordion-item.ts"
1585
- }
1577
+ "default": "'Actions'"
1586
1578
  },
1587
1579
  {
1588
1580
  "kind": "field",
1589
- "name": "change",
1590
- "privacy": "private",
1591
- "inheritedFrom": {
1592
- "name": "AccordionItem",
1593
- "module": "src/accordion-item/accordion-item.ts"
1594
- }
1581
+ "name": "open",
1582
+ "type": {
1583
+ "text": "boolean"
1584
+ },
1585
+ "default": "false"
1595
1586
  },
1596
1587
  {
1597
1588
  "kind": "field",
1598
- "name": "_presentation",
1589
+ "name": "buttonAppearance",
1599
1590
  "type": {
1600
- "text": "ComponentPresentation | null | undefined"
1601
- },
1602
- "privacy": "private",
1603
- "default": "void 0",
1604
- "inheritedFrom": {
1605
- "name": "FoundationElement",
1606
- "module": "src/foundation-element/foundation-element.ts"
1591
+ "text": "string"
1607
1592
  }
1608
1593
  },
1609
1594
  {
1610
1595
  "kind": "field",
1611
- "name": "$presentation",
1596
+ "name": "hideDisabled",
1612
1597
  "type": {
1613
- "text": "ComponentPresentation | null"
1598
+ "text": "boolean"
1614
1599
  },
1615
- "privacy": "public",
1616
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
1617
- "inheritedFrom": {
1618
- "name": "FoundationElement",
1619
- "module": "src/foundation-element/foundation-element.ts"
1620
- }
1600
+ "default": "false"
1621
1601
  },
1622
1602
  {
1623
1603
  "kind": "field",
1624
- "name": "template",
1604
+ "name": "hideMenuSingleOption",
1625
1605
  "type": {
1626
- "text": "ElementViewTemplate | void | null"
1606
+ "text": "boolean"
1627
1607
  },
1628
- "privacy": "public",
1629
- "description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
1630
- "inheritedFrom": {
1631
- "name": "FoundationElement",
1632
- "module": "src/foundation-element/foundation-element.ts"
1633
- }
1608
+ "default": "false"
1634
1609
  },
1635
1610
  {
1636
- "kind": "method",
1611
+ "kind": "field",
1612
+ "name": "singleOption",
1613
+ "type": {
1614
+ "text": "ActionMenuItem"
1615
+ }
1616
+ },
1617
+ {
1618
+ "kind": "field",
1619
+ "name": "actionsMenu",
1620
+ "type": {
1621
+ "text": "HTMLElement"
1622
+ }
1623
+ },
1624
+ {
1625
+ "kind": "method",
1626
+ "name": "definitionChanged",
1627
+ "privacy": "protected",
1628
+ "parameters": [
1629
+ {
1630
+ "name": "oldValue",
1631
+ "type": {
1632
+ "text": "any"
1633
+ }
1634
+ },
1635
+ {
1636
+ "name": "newValue",
1637
+ "type": {
1638
+ "text": "any"
1639
+ }
1640
+ }
1641
+ ]
1642
+ },
1643
+ {
1644
+ "kind": "method",
1645
+ "name": "openChanged",
1646
+ "privacy": "protected"
1647
+ },
1648
+ {
1649
+ "kind": "method",
1650
+ "name": "toggleActionsMenuVisibility"
1651
+ },
1652
+ {
1653
+ "kind": "method",
1654
+ "name": "onActionMenuItemClick",
1655
+ "parameters": [
1656
+ {
1657
+ "name": "callback",
1658
+ "type": {
1659
+ "text": "(rowData) => void | any"
1660
+ }
1661
+ }
1662
+ ]
1663
+ },
1664
+ {
1665
+ "kind": "field",
1666
+ "name": "allActions",
1667
+ "type": {
1668
+ "text": "ActionMenuItem[]"
1669
+ },
1670
+ "readonly": true
1671
+ },
1672
+ {
1673
+ "kind": "field",
1674
+ "name": "rowData",
1675
+ "readonly": true
1676
+ },
1677
+ {
1678
+ "kind": "method",
1679
+ "name": "getLabel",
1680
+ "parameters": [
1681
+ {
1682
+ "name": "name",
1683
+ "type": {
1684
+ "text": "string | ((rowData: any) => string)"
1685
+ }
1686
+ }
1687
+ ]
1688
+ },
1689
+ {
1690
+ "kind": "method",
1691
+ "name": "getTemplate",
1692
+ "parameters": [
1693
+ {
1694
+ "name": "prefix",
1695
+ "type": {
1696
+ "text": "string"
1697
+ }
1698
+ }
1699
+ ]
1700
+ },
1701
+ {
1702
+ "kind": "field",
1703
+ "name": "_presentation",
1704
+ "type": {
1705
+ "text": "ComponentPresentation | null | undefined"
1706
+ },
1707
+ "privacy": "private",
1708
+ "default": "void 0",
1709
+ "inheritedFrom": {
1710
+ "name": "FoundationElement",
1711
+ "module": "src/foundation-element/foundation-element.ts"
1712
+ }
1713
+ },
1714
+ {
1715
+ "kind": "field",
1716
+ "name": "$presentation",
1717
+ "type": {
1718
+ "text": "ComponentPresentation | null"
1719
+ },
1720
+ "privacy": "public",
1721
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
1722
+ "inheritedFrom": {
1723
+ "name": "FoundationElement",
1724
+ "module": "src/foundation-element/foundation-element.ts"
1725
+ }
1726
+ },
1727
+ {
1728
+ "kind": "field",
1729
+ "name": "template",
1730
+ "type": {
1731
+ "text": "ElementViewTemplate | void | null"
1732
+ },
1733
+ "privacy": "public",
1734
+ "description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
1735
+ "inheritedFrom": {
1736
+ "name": "FoundationElement",
1737
+ "module": "src/foundation-element/foundation-element.ts"
1738
+ }
1739
+ },
1740
+ {
1741
+ "kind": "method",
1637
1742
  "name": "templateChanged",
1638
1743
  "privacy": "protected",
1639
1744
  "return": {
@@ -1705,78 +1810,107 @@
1705
1810
  }
1706
1811
  }
1707
1812
  ],
1708
- "events": [
1813
+ "attributes": [
1709
1814
  {
1710
- "description": "Fires a custom 'change' event when the button is invoked",
1711
- "name": "change",
1712
- "inheritedFrom": {
1713
- "name": "AccordionItem",
1714
- "module": "src/accordion-item/accordion-item.ts"
1715
- }
1815
+ "name": "is-vertical",
1816
+ "type": {
1817
+ "text": "boolean"
1818
+ },
1819
+ "default": "false",
1820
+ "fieldName": "isVertical"
1821
+ },
1822
+ {
1823
+ "name": "add-default-actions",
1824
+ "type": {
1825
+ "text": "boolean"
1826
+ },
1827
+ "default": "true",
1828
+ "fieldName": "addDefaultActions"
1829
+ },
1830
+ {
1831
+ "name": "auto-close-on-action",
1832
+ "type": {
1833
+ "text": "boolean"
1834
+ },
1835
+ "default": "true",
1836
+ "fieldName": "autoCloseOnAction"
1837
+ },
1838
+ {
1839
+ "name": "name",
1840
+ "type": {
1841
+ "text": "string"
1842
+ },
1843
+ "default": "'Actions'",
1844
+ "fieldName": "name"
1845
+ },
1846
+ {
1847
+ "name": "open",
1848
+ "type": {
1849
+ "text": "boolean"
1850
+ },
1851
+ "default": "false",
1852
+ "fieldName": "open"
1853
+ },
1854
+ {
1855
+ "name": "buttonAppearance",
1856
+ "type": {
1857
+ "text": "string"
1858
+ },
1859
+ "fieldName": "buttonAppearance"
1860
+ },
1861
+ {
1862
+ "name": "hide-disabled",
1863
+ "type": {
1864
+ "text": "boolean"
1865
+ },
1866
+ "default": "false",
1867
+ "fieldName": "hideDisabled"
1868
+ },
1869
+ {
1870
+ "name": "hide-menu-single-option",
1871
+ "type": {
1872
+ "text": "boolean"
1873
+ },
1874
+ "default": "false",
1875
+ "fieldName": "hideMenuSingleOption"
1716
1876
  }
1717
- ]
1718
- },
1719
- {
1720
- "kind": "variable",
1721
- "name": "foundationAccordionItemShadowOptions",
1722
- "type": {
1723
- "text": "ShadowRootInit"
1724
- },
1725
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
1726
- },
1727
- {
1728
- "kind": "variable",
1729
- "name": "defaultAccordionItemConfig",
1730
- "type": {
1731
- "text": "object"
1877
+ ],
1878
+ "superclass": {
1879
+ "name": "FoundationElement",
1880
+ "package": "@microsoft/fast-foundation"
1732
1881
  },
1733
- "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}"
1882
+ "tagName": "%%prefix%%-actions-menu",
1883
+ "customElement": true
1734
1884
  },
1735
1885
  {
1736
1886
  "kind": "variable",
1737
- "name": "foundationAccordionItem",
1738
- "description": "The Foundation Accordion Item",
1887
+ "name": "foundationActionsMenu",
1888
+ "description": "The Foundation Actions Menu",
1739
1889
  "privacy": "public"
1740
1890
  }
1741
1891
  ],
1742
1892
  "exports": [
1743
1893
  {
1744
1894
  "kind": "js",
1745
- "name": "AccordionItem",
1746
- "declaration": {
1747
- "name": "AccordionItem",
1748
- "module": "src/accordion-item/accordion-item.ts"
1749
- }
1750
- },
1751
- {
1752
- "kind": "js",
1753
- "name": "foundationAccordionItemShadowOptions",
1754
- "declaration": {
1755
- "name": "foundationAccordionItemShadowOptions",
1756
- "module": "src/accordion-item/accordion-item.ts"
1757
- }
1758
- },
1759
- {
1760
- "kind": "js",
1761
- "name": "defaultAccordionItemConfig",
1895
+ "name": "ActionsMenu",
1762
1896
  "declaration": {
1763
- "name": "defaultAccordionItemConfig",
1764
- "module": "src/accordion-item/accordion-item.ts"
1897
+ "name": "ActionsMenu",
1898
+ "module": "src/actions-menu/actions-menu.ts"
1765
1899
  }
1766
1900
  },
1767
1901
  {
1768
1902
  "kind": "js",
1769
- "name": "foundationAccordionItem",
1903
+ "name": "foundationActionsMenu",
1770
1904
  "declaration": {
1771
- "name": "foundationAccordionItem",
1772
- "module": "src/accordion-item/accordion-item.ts"
1905
+ "name": "foundationActionsMenu",
1906
+ "module": "src/actions-menu/actions-menu.ts"
1773
1907
  }
1774
1908
  }
1775
1909
  ]
1776
1910
  },
1777
1911
  {
1778
1912
  "kind": "javascript-module",
1779
- "path": "src/accordion-item/index.ts",
1913
+ "path": "src/actions-menu/index.ts",
1780
1914
  "declarations": [],
1781
1915
  "exports": [
1782
1916
  {
@@ -1784,7 +1918,7 @@
1784
1918
  "name": "*",
1785
1919
  "declaration": {
1786
1920
  "name": "*",
1787
- "package": "./accordion-item.template"
1921
+ "package": "./actions-menu.styles"
1788
1922
  }
1789
1923
  },
1790
1924
  {
@@ -1792,7 +1926,7 @@
1792
1926
  "name": "*",
1793
1927
  "declaration": {
1794
1928
  "name": "*",
1795
- "package": "./accordion-item.styles"
1929
+ "package": "./actions-menu.template"
1796
1930
  }
1797
1931
  },
1798
1932
  {
@@ -1800,41 +1934,49 @@
1800
1934
  "name": "*",
1801
1935
  "declaration": {
1802
1936
  "name": "*",
1803
- "package": "./accordion-item"
1937
+ "package": "./actions-menu"
1804
1938
  }
1805
1939
  }
1806
1940
  ]
1807
1941
  },
1808
1942
  {
1809
1943
  "kind": "javascript-module",
1810
- "path": "src/actions-menu/actions-menu.styles.ts",
1811
- "declarations": [
1944
+ "path": "src/_config/index.ts",
1945
+ "declarations": [],
1946
+ "exports": [
1812
1947
  {
1813
- "kind": "function",
1814
- "name": "actionsMenuBaseStyles",
1815
- "return": {
1816
- "type": {
1817
- "text": "ElementStyles"
1818
- }
1819
- },
1820
- "parameters": [
1821
- {
1822
- "name": "context",
1823
- "type": {
1824
- "text": "ElementDefinitionContext"
1825
- }
1826
- },
1827
- {
1828
- "name": "definition",
1829
- "type": {
1830
- "text": "FoundationElementDefinition"
1831
- }
1832
- }
1833
- ]
1948
+ "kind": "js",
1949
+ "name": "*",
1950
+ "declaration": {
1951
+ "name": "*",
1952
+ "package": "./styles"
1953
+ }
1954
+ },
1955
+ {
1956
+ "kind": "js",
1957
+ "name": "*",
1958
+ "declaration": {
1959
+ "name": "*",
1960
+ "package": "./tokens"
1961
+ }
1834
1962
  },
1963
+ {
1964
+ "kind": "js",
1965
+ "name": "*",
1966
+ "declaration": {
1967
+ "name": "*",
1968
+ "package": "./values"
1969
+ }
1970
+ }
1971
+ ]
1972
+ },
1973
+ {
1974
+ "kind": "javascript-module",
1975
+ "path": "src/accordion-item/accordion-item.styles.ts",
1976
+ "declarations": [
1835
1977
  {
1836
1978
  "kind": "function",
1837
- "name": "foundationActionsMenuStyles",
1979
+ "name": "foundationAccordionItemStyles",
1838
1980
  "return": {
1839
1981
  "type": {
1840
1982
  "text": "ElementStyles"
@@ -1859,269 +2001,156 @@
1859
2001
  "exports": [
1860
2002
  {
1861
2003
  "kind": "js",
1862
- "name": "actionsMenuBaseStyles",
1863
- "declaration": {
1864
- "name": "actionsMenuBaseStyles",
1865
- "module": "src/actions-menu/actions-menu.styles.ts"
1866
- }
1867
- },
1868
- {
1869
- "kind": "js",
1870
- "name": "foundationActionsMenuStyles",
2004
+ "name": "foundationAccordionItemStyles",
1871
2005
  "declaration": {
1872
- "name": "foundationActionsMenuStyles",
1873
- "module": "src/actions-menu/actions-menu.styles.ts"
2006
+ "name": "foundationAccordionItemStyles",
2007
+ "module": "src/accordion-item/accordion-item.styles.ts"
1874
2008
  }
1875
2009
  }
1876
2010
  ]
1877
2011
  },
1878
2012
  {
1879
2013
  "kind": "javascript-module",
1880
- "path": "src/actions-menu/actions-menu.template.ts",
2014
+ "path": "src/accordion-item/accordion-item.template.ts",
1881
2015
  "declarations": [
1882
2016
  {
1883
2017
  "kind": "function",
1884
- "name": "menuTemplate",
2018
+ "name": "foundationAccordionItemTemplate",
2019
+ "return": {
2020
+ "type": {
2021
+ "text": "ViewTemplate<AccordionItem>"
2022
+ }
2023
+ },
1885
2024
  "parameters": [
1886
2025
  {
1887
- "name": "prefix",
2026
+ "name": "context",
1888
2027
  "type": {
1889
- "text": "string"
2028
+ "text": "ElementDefinitionContext"
1890
2029
  }
1891
- }
1892
- ]
1893
- },
1894
- {
1895
- "kind": "function",
1896
- "name": "singleOptionTemplate",
1897
- "parameters": [
2030
+ },
1898
2031
  {
1899
- "name": "prefix",
2032
+ "name": "definition",
1900
2033
  "type": {
1901
- "text": "string"
2034
+ "text": "FoundationElementDefinition"
1902
2035
  }
1903
2036
  }
1904
2037
  ]
1905
- },
1906
- {
1907
- "kind": "variable",
1908
- "name": "foundationActionsMenuTemplate",
1909
- "type": {
1910
- "text": "ViewTemplate<ActionsMenu>"
1911
- },
1912
- "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`"
1913
2038
  }
1914
2039
  ],
1915
2040
  "exports": [
1916
2041
  {
1917
2042
  "kind": "js",
1918
- "name": "menuTemplate",
1919
- "declaration": {
1920
- "name": "menuTemplate",
1921
- "module": "src/actions-menu/actions-menu.template.ts"
1922
- }
1923
- },
1924
- {
1925
- "kind": "js",
1926
- "name": "singleOptionTemplate",
1927
- "declaration": {
1928
- "name": "singleOptionTemplate",
1929
- "module": "src/actions-menu/actions-menu.template.ts"
1930
- }
1931
- },
1932
- {
1933
- "kind": "js",
1934
- "name": "foundationActionsMenuTemplate",
2043
+ "name": "foundationAccordionItemTemplate",
1935
2044
  "declaration": {
1936
- "name": "foundationActionsMenuTemplate",
1937
- "module": "src/actions-menu/actions-menu.template.ts"
2045
+ "name": "foundationAccordionItemTemplate",
2046
+ "module": "src/accordion-item/accordion-item.template.ts"
1938
2047
  }
1939
2048
  }
1940
2049
  ]
1941
2050
  },
1942
2051
  {
1943
2052
  "kind": "javascript-module",
1944
- "path": "src/actions-menu/actions-menu.ts",
2053
+ "path": "src/accordion-item/accordion-item.ts",
1945
2054
  "declarations": [
1946
2055
  {
1947
2056
  "kind": "class",
1948
2057
  "description": "",
1949
- "name": "ActionsMenu",
1950
- "members": [
1951
- {
1952
- "kind": "field",
1953
- "name": "actions",
1954
- "type": {
1955
- "text": "ActionMenuItem[]"
1956
- }
1957
- },
1958
- {
1959
- "kind": "field",
1960
- "name": "isVertical",
1961
- "type": {
1962
- "text": "boolean"
1963
- },
1964
- "default": "false"
1965
- },
1966
- {
1967
- "kind": "field",
1968
- "name": "addDefaultActions",
1969
- "type": {
1970
- "text": "boolean"
1971
- },
1972
- "default": "true"
1973
- },
2058
+ "name": "AccordionItem",
2059
+ "superclass": {
2060
+ "name": "FASTAccordionItem",
2061
+ "package": "@microsoft/fast-components"
2062
+ },
2063
+ "tagName": "%%prefix%%-accordion-item",
2064
+ "customElement": true,
2065
+ "attributes": [
1974
2066
  {
1975
- "kind": "field",
1976
- "name": "autoCloseOnAction",
2067
+ "name": "heading-level",
1977
2068
  "type": {
1978
- "text": "boolean"
2069
+ "text": "1 | 2 | 3 | 4 | 5 | 6"
1979
2070
  },
1980
- "default": "true"
1981
- },
1982
- {
1983
- "kind": "field",
1984
- "name": "classNames",
1985
- "type": {
1986
- "text": "string"
1987
- }
1988
- },
1989
- {
1990
- "kind": "field",
1991
- "name": "definition",
1992
- "type": {
1993
- "text": "any"
2071
+ "default": "2",
2072
+ "description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
2073
+ "fieldName": "headinglevel",
2074
+ "inheritedFrom": {
2075
+ "name": "AccordionItem",
2076
+ "module": "src/accordion-item/accordion-item.ts"
1994
2077
  }
1995
2078
  },
1996
2079
  {
1997
- "kind": "field",
1998
- "name": "name",
1999
- "type": {
2000
- "text": "string"
2001
- },
2002
- "default": "'Actions'"
2003
- },
2004
- {
2005
- "kind": "field",
2006
- "name": "open",
2007
2080
  "type": {
2008
2081
  "text": "boolean"
2009
2082
  },
2010
- "default": "false"
2011
- },
2012
- {
2013
- "kind": "field",
2014
- "name": "buttonAppearance",
2015
- "type": {
2016
- "text": "string"
2083
+ "default": "false",
2084
+ "description": "Expands or collapses the item.",
2085
+ "fieldName": "expanded",
2086
+ "inheritedFrom": {
2087
+ "name": "AccordionItem",
2088
+ "module": "src/accordion-item/accordion-item.ts"
2017
2089
  }
2018
2090
  },
2019
2091
  {
2020
- "kind": "field",
2021
- "name": "hideDisabled",
2022
- "type": {
2023
- "text": "boolean"
2024
- },
2025
- "default": "false"
2026
- },
2027
- {
2028
- "kind": "field",
2029
- "name": "hideMenuSingleOption",
2092
+ "name": "id",
2030
2093
  "type": {
2031
- "text": "boolean"
2094
+ "text": "string"
2032
2095
  },
2033
- "default": "false"
2034
- },
2035
- {
2036
- "kind": "field",
2037
- "name": "singleOption",
2038
- "type": {
2039
- "text": "ActionMenuItem"
2040
- }
2041
- },
2042
- {
2043
- "kind": "field",
2044
- "name": "actionsMenu",
2045
- "type": {
2046
- "text": "HTMLElement"
2096
+ "description": "The item ID",
2097
+ "fieldName": "id",
2098
+ "inheritedFrom": {
2099
+ "name": "AccordionItem",
2100
+ "module": "src/accordion-item/accordion-item.ts"
2047
2101
  }
2048
- },
2049
- {
2050
- "kind": "method",
2051
- "name": "definitionChanged",
2052
- "privacy": "protected",
2053
- "parameters": [
2054
- {
2055
- "name": "oldValue",
2056
- "type": {
2057
- "text": "any"
2058
- }
2059
- },
2060
- {
2061
- "name": "newValue",
2062
- "type": {
2063
- "text": "any"
2064
- }
2065
- }
2066
- ]
2067
- },
2068
- {
2069
- "kind": "method",
2070
- "name": "openChanged",
2071
- "privacy": "protected"
2072
- },
2073
- {
2074
- "kind": "method",
2075
- "name": "toggleActionsMenuVisibility"
2076
- },
2077
- {
2078
- "kind": "method",
2079
- "name": "onActionMenuItemClick",
2080
- "parameters": [
2081
- {
2082
- "name": "callback",
2083
- "type": {
2084
- "text": "(rowData) => void | any"
2085
- }
2086
- }
2087
- ]
2088
- },
2102
+ }
2103
+ ],
2104
+ "members": [
2089
2105
  {
2090
2106
  "kind": "field",
2091
- "name": "allActions",
2107
+ "name": "headinglevel",
2092
2108
  "type": {
2093
- "text": "ActionMenuItem[]"
2109
+ "text": "1 | 2 | 3 | 4 | 5 | 6"
2094
2110
  },
2095
- "readonly": true
2111
+ "privacy": "public",
2112
+ "default": "2",
2113
+ "description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
2114
+ "inheritedFrom": {
2115
+ "name": "AccordionItem",
2116
+ "module": "src/accordion-item/accordion-item.ts"
2117
+ }
2096
2118
  },
2097
2119
  {
2098
2120
  "kind": "field",
2099
- "name": "rowData",
2100
- "readonly": true
2121
+ "name": "expanded",
2122
+ "type": {
2123
+ "text": "boolean"
2124
+ },
2125
+ "privacy": "public",
2126
+ "default": "false",
2127
+ "description": "Expands or collapses the item.",
2128
+ "inheritedFrom": {
2129
+ "name": "AccordionItem",
2130
+ "module": "src/accordion-item/accordion-item.ts"
2131
+ }
2101
2132
  },
2102
2133
  {
2103
- "kind": "method",
2104
- "name": "getLabel",
2105
- "parameters": [
2106
- {
2107
- "name": "name",
2108
- "type": {
2109
- "text": "string | ((rowData: any) => string)"
2110
- }
2111
- }
2112
- ]
2134
+ "kind": "field",
2135
+ "name": "id",
2136
+ "type": {
2137
+ "text": "string"
2138
+ },
2139
+ "privacy": "public",
2140
+ "description": "The item ID",
2141
+ "inheritedFrom": {
2142
+ "name": "AccordionItem",
2143
+ "module": "src/accordion-item/accordion-item.ts"
2144
+ }
2113
2145
  },
2114
2146
  {
2115
- "kind": "method",
2116
- "name": "getTemplate",
2117
- "parameters": [
2118
- {
2119
- "name": "prefix",
2120
- "type": {
2121
- "text": "string"
2122
- }
2123
- }
2124
- ]
2147
+ "kind": "field",
2148
+ "name": "change",
2149
+ "privacy": "private",
2150
+ "inheritedFrom": {
2151
+ "name": "AccordionItem",
2152
+ "module": "src/accordion-item/accordion-item.ts"
2153
+ }
2125
2154
  },
2126
2155
  {
2127
2156
  "kind": "field",
@@ -2235,231 +2264,20 @@
2235
2264
  }
2236
2265
  }
2237
2266
  ],
2238
- "attributes": [
2239
- {
2240
- "name": "is-vertical",
2241
- "type": {
2242
- "text": "boolean"
2243
- },
2244
- "default": "false",
2245
- "fieldName": "isVertical"
2246
- },
2247
- {
2248
- "name": "add-default-actions",
2249
- "type": {
2250
- "text": "boolean"
2251
- },
2252
- "default": "true",
2253
- "fieldName": "addDefaultActions"
2254
- },
2255
- {
2256
- "name": "auto-close-on-action",
2257
- "type": {
2258
- "text": "boolean"
2259
- },
2260
- "default": "true",
2261
- "fieldName": "autoCloseOnAction"
2262
- },
2263
- {
2264
- "name": "name",
2265
- "type": {
2266
- "text": "string"
2267
- },
2268
- "default": "'Actions'",
2269
- "fieldName": "name"
2270
- },
2271
- {
2272
- "name": "open",
2273
- "type": {
2274
- "text": "boolean"
2275
- },
2276
- "default": "false",
2277
- "fieldName": "open"
2278
- },
2279
- {
2280
- "name": "buttonAppearance",
2281
- "type": {
2282
- "text": "string"
2283
- },
2284
- "fieldName": "buttonAppearance"
2285
- },
2286
- {
2287
- "name": "hide-disabled",
2288
- "type": {
2289
- "text": "boolean"
2290
- },
2291
- "default": "false",
2292
- "fieldName": "hideDisabled"
2293
- },
2294
- {
2295
- "name": "hide-menu-single-option",
2296
- "type": {
2297
- "text": "boolean"
2298
- },
2299
- "default": "false",
2300
- "fieldName": "hideMenuSingleOption"
2301
- }
2302
- ],
2303
- "superclass": {
2304
- "name": "FoundationElement",
2305
- "package": "@microsoft/fast-foundation"
2306
- },
2307
- "tagName": "%%prefix%%-actions-menu",
2308
- "customElement": true
2309
- },
2310
- {
2311
- "kind": "variable",
2312
- "name": "foundationActionsMenu",
2313
- "description": "The Foundation Actions Menu",
2314
- "privacy": "public"
2315
- }
2316
- ],
2317
- "exports": [
2318
- {
2319
- "kind": "js",
2320
- "name": "ActionsMenu",
2321
- "declaration": {
2322
- "name": "ActionsMenu",
2323
- "module": "src/actions-menu/actions-menu.ts"
2324
- }
2325
- },
2326
- {
2327
- "kind": "js",
2328
- "name": "foundationActionsMenu",
2329
- "declaration": {
2330
- "name": "foundationActionsMenu",
2331
- "module": "src/actions-menu/actions-menu.ts"
2332
- }
2333
- }
2334
- ]
2335
- },
2336
- {
2337
- "kind": "javascript-module",
2338
- "path": "src/actions-menu/index.ts",
2339
- "declarations": [],
2340
- "exports": [
2341
- {
2342
- "kind": "js",
2343
- "name": "*",
2344
- "declaration": {
2345
- "name": "*",
2346
- "package": "./actions-menu.styles"
2347
- }
2348
- },
2349
- {
2350
- "kind": "js",
2351
- "name": "*",
2352
- "declaration": {
2353
- "name": "*",
2354
- "package": "./actions-menu.template"
2355
- }
2356
- },
2357
- {
2358
- "kind": "js",
2359
- "name": "*",
2360
- "declaration": {
2361
- "name": "*",
2362
- "package": "./actions-menu"
2363
- }
2364
- }
2365
- ]
2366
- },
2367
- {
2368
- "kind": "javascript-module",
2369
- "path": "src/accordion/accordion.styles.ts",
2370
- "declarations": [
2371
- {
2372
- "kind": "function",
2373
- "name": "foundationAccordionStyles",
2374
- "return": {
2375
- "type": {
2376
- "text": "ElementStyles"
2377
- }
2378
- },
2379
- "parameters": [
2380
- {
2381
- "name": "context",
2382
- "type": {
2383
- "text": "ElementDefinitionContext"
2384
- }
2385
- },
2386
- {
2387
- "name": "definition",
2388
- "type": {
2389
- "text": "FoundationElementDefinition"
2390
- }
2391
- }
2392
- ]
2393
- }
2394
- ],
2395
- "exports": [
2396
- {
2397
- "kind": "js",
2398
- "name": "foundationAccordionStyles",
2399
- "declaration": {
2400
- "name": "foundationAccordionStyles",
2401
- "module": "src/accordion/accordion.styles.ts"
2402
- }
2403
- }
2404
- ]
2405
- },
2406
- {
2407
- "kind": "javascript-module",
2408
- "path": "src/accordion/accordion.template.ts",
2409
- "declarations": [
2410
- {
2411
- "kind": "function",
2412
- "name": "foundationAccordionTemplate",
2413
- "return": {
2414
- "type": {
2415
- "text": "ViewTemplate<Accordion>"
2416
- }
2417
- },
2418
- "parameters": [
2419
- {
2420
- "name": "context",
2421
- "type": {
2422
- "text": "ElementDefinitionContext"
2423
- }
2424
- },
2267
+ "events": [
2425
2268
  {
2426
- "name": "definition",
2427
- "type": {
2428
- "text": "FoundationElementDefinition"
2269
+ "description": "Fires a custom 'change' event when the button is invoked",
2270
+ "name": "change",
2271
+ "inheritedFrom": {
2272
+ "name": "AccordionItem",
2273
+ "module": "src/accordion-item/accordion-item.ts"
2429
2274
  }
2430
2275
  }
2431
2276
  ]
2432
- }
2433
- ],
2434
- "exports": [
2435
- {
2436
- "kind": "js",
2437
- "name": "foundationAccordionTemplate",
2438
- "declaration": {
2439
- "name": "foundationAccordionTemplate",
2440
- "module": "src/accordion/accordion.template.ts"
2441
- }
2442
- }
2443
- ]
2444
- },
2445
- {
2446
- "kind": "javascript-module",
2447
- "path": "src/accordion/accordion.ts",
2448
- "declarations": [
2449
- {
2450
- "kind": "class",
2451
- "description": "",
2452
- "name": "Accordion",
2453
- "superclass": {
2454
- "name": "FASTAccordion",
2455
- "package": "@microsoft/fast-foundation"
2456
- },
2457
- "tagName": "%%prefix%%-accordion",
2458
- "customElement": true
2459
2277
  },
2460
2278
  {
2461
2279
  "kind": "variable",
2462
- "name": "foundationAccordionShadowOptions",
2280
+ "name": "foundationAccordionItemShadowOptions",
2463
2281
  "type": {
2464
2282
  "text": "ShadowRootInit"
2465
2283
  },
@@ -2467,57 +2285,57 @@
2467
2285
  },
2468
2286
  {
2469
2287
  "kind": "variable",
2470
- "name": "defaultAccordionConfig",
2288
+ "name": "defaultAccordionItemConfig",
2471
2289
  "type": {
2472
2290
  "text": "object"
2473
2291
  },
2474
- "default": "{}"
2292
+ "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}"
2475
2293
  },
2476
2294
  {
2477
2295
  "kind": "variable",
2478
- "name": "foundationAccordion",
2479
- "description": "The Foundation Accordion",
2296
+ "name": "foundationAccordionItem",
2297
+ "description": "The Foundation Accordion Item",
2480
2298
  "privacy": "public"
2481
2299
  }
2482
2300
  ],
2483
2301
  "exports": [
2484
2302
  {
2485
2303
  "kind": "js",
2486
- "name": "Accordion",
2304
+ "name": "AccordionItem",
2487
2305
  "declaration": {
2488
- "name": "Accordion",
2489
- "module": "src/accordion/accordion.ts"
2306
+ "name": "AccordionItem",
2307
+ "module": "src/accordion-item/accordion-item.ts"
2490
2308
  }
2491
2309
  },
2492
2310
  {
2493
2311
  "kind": "js",
2494
- "name": "foundationAccordionShadowOptions",
2312
+ "name": "foundationAccordionItemShadowOptions",
2495
2313
  "declaration": {
2496
- "name": "foundationAccordionShadowOptions",
2497
- "module": "src/accordion/accordion.ts"
2314
+ "name": "foundationAccordionItemShadowOptions",
2315
+ "module": "src/accordion-item/accordion-item.ts"
2498
2316
  }
2499
2317
  },
2500
2318
  {
2501
2319
  "kind": "js",
2502
- "name": "defaultAccordionConfig",
2320
+ "name": "defaultAccordionItemConfig",
2503
2321
  "declaration": {
2504
- "name": "defaultAccordionConfig",
2505
- "module": "src/accordion/accordion.ts"
2322
+ "name": "defaultAccordionItemConfig",
2323
+ "module": "src/accordion-item/accordion-item.ts"
2506
2324
  }
2507
2325
  },
2508
2326
  {
2509
2327
  "kind": "js",
2510
- "name": "foundationAccordion",
2328
+ "name": "foundationAccordionItem",
2511
2329
  "declaration": {
2512
- "name": "foundationAccordion",
2513
- "module": "src/accordion/accordion.ts"
2330
+ "name": "foundationAccordionItem",
2331
+ "module": "src/accordion-item/accordion-item.ts"
2514
2332
  }
2515
2333
  }
2516
2334
  ]
2517
2335
  },
2518
2336
  {
2519
2337
  "kind": "javascript-module",
2520
- "path": "src/accordion/index.ts",
2338
+ "path": "src/accordion-item/index.ts",
2521
2339
  "declarations": [],
2522
2340
  "exports": [
2523
2341
  {
@@ -2525,7 +2343,7 @@
2525
2343
  "name": "*",
2526
2344
  "declaration": {
2527
2345
  "name": "*",
2528
- "package": "./accordion.template"
2346
+ "package": "./accordion-item.template"
2529
2347
  }
2530
2348
  },
2531
2349
  {
@@ -2533,7 +2351,7 @@
2533
2351
  "name": "*",
2534
2352
  "declaration": {
2535
2353
  "name": "*",
2536
- "package": "./accordion.styles"
2354
+ "package": "./accordion-item.styles"
2537
2355
  }
2538
2356
  },
2539
2357
  {
@@ -2541,7 +2359,7 @@
2541
2359
  "name": "*",
2542
2360
  "declaration": {
2543
2361
  "name": "*",
2544
- "package": "./accordion"
2362
+ "package": "./accordion-item"
2545
2363
  }
2546
2364
  }
2547
2365
  ]
@@ -3526,6 +3344,188 @@
3526
3344
  }
3527
3345
  ]
3528
3346
  },
3347
+ {
3348
+ "kind": "javascript-module",
3349
+ "path": "src/accordion/accordion.styles.ts",
3350
+ "declarations": [
3351
+ {
3352
+ "kind": "function",
3353
+ "name": "foundationAccordionStyles",
3354
+ "return": {
3355
+ "type": {
3356
+ "text": "ElementStyles"
3357
+ }
3358
+ },
3359
+ "parameters": [
3360
+ {
3361
+ "name": "context",
3362
+ "type": {
3363
+ "text": "ElementDefinitionContext"
3364
+ }
3365
+ },
3366
+ {
3367
+ "name": "definition",
3368
+ "type": {
3369
+ "text": "FoundationElementDefinition"
3370
+ }
3371
+ }
3372
+ ]
3373
+ }
3374
+ ],
3375
+ "exports": [
3376
+ {
3377
+ "kind": "js",
3378
+ "name": "foundationAccordionStyles",
3379
+ "declaration": {
3380
+ "name": "foundationAccordionStyles",
3381
+ "module": "src/accordion/accordion.styles.ts"
3382
+ }
3383
+ }
3384
+ ]
3385
+ },
3386
+ {
3387
+ "kind": "javascript-module",
3388
+ "path": "src/accordion/accordion.template.ts",
3389
+ "declarations": [
3390
+ {
3391
+ "kind": "function",
3392
+ "name": "foundationAccordionTemplate",
3393
+ "return": {
3394
+ "type": {
3395
+ "text": "ViewTemplate<Accordion>"
3396
+ }
3397
+ },
3398
+ "parameters": [
3399
+ {
3400
+ "name": "context",
3401
+ "type": {
3402
+ "text": "ElementDefinitionContext"
3403
+ }
3404
+ },
3405
+ {
3406
+ "name": "definition",
3407
+ "type": {
3408
+ "text": "FoundationElementDefinition"
3409
+ }
3410
+ }
3411
+ ]
3412
+ }
3413
+ ],
3414
+ "exports": [
3415
+ {
3416
+ "kind": "js",
3417
+ "name": "foundationAccordionTemplate",
3418
+ "declaration": {
3419
+ "name": "foundationAccordionTemplate",
3420
+ "module": "src/accordion/accordion.template.ts"
3421
+ }
3422
+ }
3423
+ ]
3424
+ },
3425
+ {
3426
+ "kind": "javascript-module",
3427
+ "path": "src/accordion/accordion.ts",
3428
+ "declarations": [
3429
+ {
3430
+ "kind": "class",
3431
+ "description": "",
3432
+ "name": "Accordion",
3433
+ "superclass": {
3434
+ "name": "FASTAccordion",
3435
+ "package": "@microsoft/fast-foundation"
3436
+ },
3437
+ "tagName": "%%prefix%%-accordion",
3438
+ "customElement": true
3439
+ },
3440
+ {
3441
+ "kind": "variable",
3442
+ "name": "foundationAccordionShadowOptions",
3443
+ "type": {
3444
+ "text": "ShadowRootInit"
3445
+ },
3446
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
3447
+ },
3448
+ {
3449
+ "kind": "variable",
3450
+ "name": "defaultAccordionConfig",
3451
+ "type": {
3452
+ "text": "object"
3453
+ },
3454
+ "default": "{}"
3455
+ },
3456
+ {
3457
+ "kind": "variable",
3458
+ "name": "foundationAccordion",
3459
+ "description": "The Foundation Accordion",
3460
+ "privacy": "public"
3461
+ }
3462
+ ],
3463
+ "exports": [
3464
+ {
3465
+ "kind": "js",
3466
+ "name": "Accordion",
3467
+ "declaration": {
3468
+ "name": "Accordion",
3469
+ "module": "src/accordion/accordion.ts"
3470
+ }
3471
+ },
3472
+ {
3473
+ "kind": "js",
3474
+ "name": "foundationAccordionShadowOptions",
3475
+ "declaration": {
3476
+ "name": "foundationAccordionShadowOptions",
3477
+ "module": "src/accordion/accordion.ts"
3478
+ }
3479
+ },
3480
+ {
3481
+ "kind": "js",
3482
+ "name": "defaultAccordionConfig",
3483
+ "declaration": {
3484
+ "name": "defaultAccordionConfig",
3485
+ "module": "src/accordion/accordion.ts"
3486
+ }
3487
+ },
3488
+ {
3489
+ "kind": "js",
3490
+ "name": "foundationAccordion",
3491
+ "declaration": {
3492
+ "name": "foundationAccordion",
3493
+ "module": "src/accordion/accordion.ts"
3494
+ }
3495
+ }
3496
+ ]
3497
+ },
3498
+ {
3499
+ "kind": "javascript-module",
3500
+ "path": "src/accordion/index.ts",
3501
+ "declarations": [],
3502
+ "exports": [
3503
+ {
3504
+ "kind": "js",
3505
+ "name": "*",
3506
+ "declaration": {
3507
+ "name": "*",
3508
+ "package": "./accordion.template"
3509
+ }
3510
+ },
3511
+ {
3512
+ "kind": "js",
3513
+ "name": "*",
3514
+ "declaration": {
3515
+ "name": "*",
3516
+ "package": "./accordion.styles"
3517
+ }
3518
+ },
3519
+ {
3520
+ "kind": "js",
3521
+ "name": "*",
3522
+ "declaration": {
3523
+ "name": "*",
3524
+ "package": "./accordion"
3525
+ }
3526
+ }
3527
+ ]
3528
+ },
3529
3529
  {
3530
3530
  "kind": "javascript-module",
3531
3531
  "path": "src/anchor/anchor.styles.ts",