@genesislcap/foundation-ui 14.417.0 → 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,11 +1382,34 @@
1382
1382
  },
1383
1383
  {
1384
1384
  "kind": "javascript-module",
1385
- "path": "src/accordion-item/accordion-item.styles.ts",
1385
+ "path": "src/actions-menu/actions-menu.styles.ts",
1386
1386
  "declarations": [
1387
1387
  {
1388
1388
  "kind": "function",
1389
- "name": "foundationAccordionItemStyles",
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
+ ]
1409
+ },
1410
+ {
1411
+ "kind": "function",
1412
+ "name": "foundationActionsMenuStyles",
1390
1413
  "return": {
1391
1414
  "type": {
1392
1415
  "text": "ElementStyles"
@@ -1411,157 +1434,270 @@
1411
1434
  "exports": [
1412
1435
  {
1413
1436
  "kind": "js",
1414
- "name": "foundationAccordionItemStyles",
1437
+ "name": "actionsMenuBaseStyles",
1415
1438
  "declaration": {
1416
- "name": "foundationAccordionItemStyles",
1417
- "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"
1418
1449
  }
1419
1450
  }
1420
1451
  ]
1421
1452
  },
1422
1453
  {
1423
1454
  "kind": "javascript-module",
1424
- "path": "src/accordion-item/accordion-item.template.ts",
1455
+ "path": "src/actions-menu/actions-menu.template.ts",
1425
1456
  "declarations": [
1426
1457
  {
1427
1458
  "kind": "function",
1428
- "name": "foundationAccordionItemTemplate",
1429
- "return": {
1430
- "type": {
1431
- "text": "ViewTemplate<AccordionItem>"
1432
- }
1433
- },
1459
+ "name": "menuTemplate",
1434
1460
  "parameters": [
1435
1461
  {
1436
- "name": "context",
1462
+ "name": "prefix",
1437
1463
  "type": {
1438
- "text": "ElementDefinitionContext"
1464
+ "text": "string"
1439
1465
  }
1440
- },
1466
+ }
1467
+ ]
1468
+ },
1469
+ {
1470
+ "kind": "function",
1471
+ "name": "singleOptionTemplate",
1472
+ "parameters": [
1441
1473
  {
1442
- "name": "definition",
1474
+ "name": "prefix",
1443
1475
  "type": {
1444
- "text": "FoundationElementDefinition"
1476
+ "text": "string"
1445
1477
  }
1446
1478
  }
1447
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`"
1448
1488
  }
1449
1489
  ],
1450
1490
  "exports": [
1451
1491
  {
1452
1492
  "kind": "js",
1453
- "name": "foundationAccordionItemTemplate",
1493
+ "name": "menuTemplate",
1454
1494
  "declaration": {
1455
- "name": "foundationAccordionItemTemplate",
1456
- "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"
1457
1513
  }
1458
1514
  }
1459
1515
  ]
1460
1516
  },
1461
1517
  {
1462
1518
  "kind": "javascript-module",
1463
- "path": "src/accordion-item/accordion-item.ts",
1519
+ "path": "src/actions-menu/actions-menu.ts",
1464
1520
  "declarations": [
1465
1521
  {
1466
1522
  "kind": "class",
1467
1523
  "description": "",
1468
- "name": "AccordionItem",
1469
- "superclass": {
1470
- "name": "FASTAccordionItem",
1471
- "package": "@microsoft/fast-components"
1472
- },
1473
- "tagName": "%%prefix%%-accordion-item",
1474
- "customElement": true,
1475
- "attributes": [
1524
+ "name": "ActionsMenu",
1525
+ "members": [
1476
1526
  {
1477
- "name": "heading-level",
1527
+ "kind": "field",
1528
+ "name": "actions",
1478
1529
  "type": {
1479
- "text": "1 | 2 | 3 | 4 | 5 | 6"
1480
- },
1481
- "default": "2",
1482
- "description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
1483
- "fieldName": "headinglevel",
1484
- "inheritedFrom": {
1485
- "name": "AccordionItem",
1486
- "module": "src/accordion-item/accordion-item.ts"
1530
+ "text": "ActionMenuItem[]"
1487
1531
  }
1488
1532
  },
1489
1533
  {
1534
+ "kind": "field",
1535
+ "name": "isVertical",
1490
1536
  "type": {
1491
1537
  "text": "boolean"
1492
1538
  },
1493
- "default": "false",
1494
- "description": "Expands or collapses the item.",
1495
- "fieldName": "expanded",
1496
- "inheritedFrom": {
1497
- "name": "AccordionItem",
1498
- "module": "src/accordion-item/accordion-item.ts"
1539
+ "default": "false"
1540
+ },
1541
+ {
1542
+ "kind": "field",
1543
+ "name": "addDefaultActions",
1544
+ "type": {
1545
+ "text": "boolean"
1546
+ },
1547
+ "default": "true"
1548
+ },
1549
+ {
1550
+ "kind": "field",
1551
+ "name": "autoCloseOnAction",
1552
+ "type": {
1553
+ "text": "boolean"
1554
+ },
1555
+ "default": "true"
1556
+ },
1557
+ {
1558
+ "kind": "field",
1559
+ "name": "classNames",
1560
+ "type": {
1561
+ "text": "string"
1499
1562
  }
1500
1563
  },
1501
1564
  {
1502
- "name": "id",
1565
+ "kind": "field",
1566
+ "name": "definition",
1567
+ "type": {
1568
+ "text": "any"
1569
+ }
1570
+ },
1571
+ {
1572
+ "kind": "field",
1573
+ "name": "name",
1503
1574
  "type": {
1504
1575
  "text": "string"
1505
1576
  },
1506
- "description": "The item ID",
1507
- "fieldName": "id",
1508
- "inheritedFrom": {
1509
- "name": "AccordionItem",
1510
- "module": "src/accordion-item/accordion-item.ts"
1511
- }
1512
- }
1513
- ],
1514
- "members": [
1577
+ "default": "'Actions'"
1578
+ },
1515
1579
  {
1516
1580
  "kind": "field",
1517
- "name": "headinglevel",
1581
+ "name": "open",
1518
1582
  "type": {
1519
- "text": "1 | 2 | 3 | 4 | 5 | 6"
1583
+ "text": "boolean"
1520
1584
  },
1521
- "privacy": "public",
1522
- "default": "2",
1523
- "description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
1524
- "inheritedFrom": {
1525
- "name": "AccordionItem",
1526
- "module": "src/accordion-item/accordion-item.ts"
1585
+ "default": "false"
1586
+ },
1587
+ {
1588
+ "kind": "field",
1589
+ "name": "buttonAppearance",
1590
+ "type": {
1591
+ "text": "string"
1527
1592
  }
1528
1593
  },
1529
1594
  {
1530
1595
  "kind": "field",
1531
- "name": "expanded",
1596
+ "name": "hideDisabled",
1532
1597
  "type": {
1533
1598
  "text": "boolean"
1534
1599
  },
1535
- "privacy": "public",
1536
- "default": "false",
1537
- "description": "Expands or collapses the item.",
1538
- "inheritedFrom": {
1539
- "name": "AccordionItem",
1540
- "module": "src/accordion-item/accordion-item.ts"
1541
- }
1600
+ "default": "false"
1542
1601
  },
1543
1602
  {
1544
1603
  "kind": "field",
1545
- "name": "id",
1604
+ "name": "hideMenuSingleOption",
1546
1605
  "type": {
1547
- "text": "string"
1606
+ "text": "boolean"
1548
1607
  },
1549
- "privacy": "public",
1550
- "description": "The item ID",
1551
- "inheritedFrom": {
1552
- "name": "AccordionItem",
1553
- "module": "src/accordion-item/accordion-item.ts"
1608
+ "default": "false"
1609
+ },
1610
+ {
1611
+ "kind": "field",
1612
+ "name": "singleOption",
1613
+ "type": {
1614
+ "text": "ActionMenuItem"
1554
1615
  }
1555
1616
  },
1556
1617
  {
1557
1618
  "kind": "field",
1558
- "name": "change",
1559
- "privacy": "private",
1560
- "inheritedFrom": {
1561
- "name": "AccordionItem",
1562
- "module": "src/accordion-item/accordion-item.ts"
1619
+ "name": "actionsMenu",
1620
+ "type": {
1621
+ "text": "HTMLElement"
1563
1622
  }
1564
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
+ },
1565
1701
  {
1566
1702
  "kind": "field",
1567
1703
  "name": "_presentation",
@@ -1674,78 +1810,107 @@
1674
1810
  }
1675
1811
  }
1676
1812
  ],
1677
- "events": [
1813
+ "attributes": [
1814
+ {
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
+ },
1678
1861
  {
1679
- "description": "Fires a custom 'change' event when the button is invoked",
1680
- "name": "change",
1681
- "inheritedFrom": {
1682
- "name": "AccordionItem",
1683
- "module": "src/accordion-item/accordion-item.ts"
1684
- }
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"
1685
1876
  }
1686
- ]
1687
- },
1688
- {
1689
- "kind": "variable",
1690
- "name": "foundationAccordionItemShadowOptions",
1691
- "type": {
1692
- "text": "ShadowRootInit"
1693
- },
1694
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
1695
- },
1696
- {
1697
- "kind": "variable",
1698
- "name": "defaultAccordionItemConfig",
1699
- "type": {
1700
- "text": "object"
1877
+ ],
1878
+ "superclass": {
1879
+ "name": "FoundationElement",
1880
+ "package": "@microsoft/fast-foundation"
1701
1881
  },
1702
- "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
1703
1884
  },
1704
1885
  {
1705
1886
  "kind": "variable",
1706
- "name": "foundationAccordionItem",
1707
- "description": "The Foundation Accordion Item",
1887
+ "name": "foundationActionsMenu",
1888
+ "description": "The Foundation Actions Menu",
1708
1889
  "privacy": "public"
1709
1890
  }
1710
1891
  ],
1711
1892
  "exports": [
1712
1893
  {
1713
1894
  "kind": "js",
1714
- "name": "AccordionItem",
1715
- "declaration": {
1716
- "name": "AccordionItem",
1717
- "module": "src/accordion-item/accordion-item.ts"
1718
- }
1719
- },
1720
- {
1721
- "kind": "js",
1722
- "name": "foundationAccordionItemShadowOptions",
1723
- "declaration": {
1724
- "name": "foundationAccordionItemShadowOptions",
1725
- "module": "src/accordion-item/accordion-item.ts"
1726
- }
1727
- },
1728
- {
1729
- "kind": "js",
1730
- "name": "defaultAccordionItemConfig",
1895
+ "name": "ActionsMenu",
1731
1896
  "declaration": {
1732
- "name": "defaultAccordionItemConfig",
1733
- "module": "src/accordion-item/accordion-item.ts"
1897
+ "name": "ActionsMenu",
1898
+ "module": "src/actions-menu/actions-menu.ts"
1734
1899
  }
1735
1900
  },
1736
1901
  {
1737
1902
  "kind": "js",
1738
- "name": "foundationAccordionItem",
1903
+ "name": "foundationActionsMenu",
1739
1904
  "declaration": {
1740
- "name": "foundationAccordionItem",
1741
- "module": "src/accordion-item/accordion-item.ts"
1905
+ "name": "foundationActionsMenu",
1906
+ "module": "src/actions-menu/actions-menu.ts"
1742
1907
  }
1743
1908
  }
1744
1909
  ]
1745
1910
  },
1746
1911
  {
1747
1912
  "kind": "javascript-module",
1748
- "path": "src/accordion-item/index.ts",
1913
+ "path": "src/actions-menu/index.ts",
1749
1914
  "declarations": [],
1750
1915
  "exports": [
1751
1916
  {
@@ -1753,7 +1918,7 @@
1753
1918
  "name": "*",
1754
1919
  "declaration": {
1755
1920
  "name": "*",
1756
- "package": "./accordion-item.template"
1921
+ "package": "./actions-menu.styles"
1757
1922
  }
1758
1923
  },
1759
1924
  {
@@ -1761,7 +1926,7 @@
1761
1926
  "name": "*",
1762
1927
  "declaration": {
1763
1928
  "name": "*",
1764
- "package": "./accordion-item.styles"
1929
+ "package": "./actions-menu.template"
1765
1930
  }
1766
1931
  },
1767
1932
  {
@@ -1769,7 +1934,7 @@
1769
1934
  "name": "*",
1770
1935
  "declaration": {
1771
1936
  "name": "*",
1772
- "package": "./accordion-item"
1937
+ "package": "./actions-menu"
1773
1938
  }
1774
1939
  }
1775
1940
  ]
@@ -1807,34 +1972,11 @@
1807
1972
  },
1808
1973
  {
1809
1974
  "kind": "javascript-module",
1810
- "path": "src/actions-menu/actions-menu.styles.ts",
1975
+ "path": "src/accordion-item/accordion-item.styles.ts",
1811
1976
  "declarations": [
1812
1977
  {
1813
1978
  "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
- ]
1834
- },
1835
- {
1836
- "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
- },
1974
- {
1975
- "kind": "field",
1976
- "name": "autoCloseOnAction",
1977
- "type": {
1978
- "text": "boolean"
1979
- },
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"
1994
- }
1995
- },
1996
- {
1997
- "kind": "field",
1998
- "name": "name",
1999
- "type": {
2000
- "text": "string"
2001
- },
2002
- "default": "'Actions'"
2003
- },
2004
- {
2005
- "kind": "field",
2006
- "name": "open",
2007
- "type": {
2008
- "text": "boolean"
2009
- },
2010
- "default": "false"
2011
- },
2058
+ "name": "AccordionItem",
2059
+ "superclass": {
2060
+ "name": "FASTAccordionItem",
2061
+ "package": "@microsoft/fast-components"
2062
+ },
2063
+ "tagName": "%%prefix%%-accordion-item",
2064
+ "customElement": true,
2065
+ "attributes": [
2012
2066
  {
2013
- "kind": "field",
2014
- "name": "buttonAppearance",
2067
+ "name": "heading-level",
2015
2068
  "type": {
2016
- "text": "string"
2069
+ "text": "1 | 2 | 3 | 4 | 5 | 6"
2070
+ },
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"
2017
2077
  }
2018
2078
  },
2019
2079
  {
2020
- "kind": "field",
2021
- "name": "hideDisabled",
2022
2080
  "type": {
2023
2081
  "text": "boolean"
2024
2082
  },
2025
- "default": "false"
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"
2089
+ }
2026
2090
  },
2027
2091
  {
2028
- "kind": "field",
2029
- "name": "hideMenuSingleOption",
2092
+ "name": "id",
2030
2093
  "type": {
2031
- "text": "boolean"
2094
+ "text": "string"
2032
2095
  },
2033
- "default": "false"
2034
- },
2096
+ "description": "The item ID",
2097
+ "fieldName": "id",
2098
+ "inheritedFrom": {
2099
+ "name": "AccordionItem",
2100
+ "module": "src/accordion-item/accordion-item.ts"
2101
+ }
2102
+ }
2103
+ ],
2104
+ "members": [
2035
2105
  {
2036
2106
  "kind": "field",
2037
- "name": "singleOption",
2107
+ "name": "headinglevel",
2038
2108
  "type": {
2039
- "text": "ActionMenuItem"
2109
+ "text": "1 | 2 | 3 | 4 | 5 | 6"
2110
+ },
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"
2040
2117
  }
2041
2118
  },
2042
2119
  {
2043
2120
  "kind": "field",
2044
- "name": "actionsMenu",
2121
+ "name": "expanded",
2045
2122
  "type": {
2046
- "text": "HTMLElement"
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"
2047
2131
  }
2048
2132
  },
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
- },
2089
2133
  {
2090
2134
  "kind": "field",
2091
- "name": "allActions",
2135
+ "name": "id",
2092
2136
  "type": {
2093
- "text": "ActionMenuItem[]"
2137
+ "text": "string"
2094
2138
  },
2095
- "readonly": true
2139
+ "privacy": "public",
2140
+ "description": "The item ID",
2141
+ "inheritedFrom": {
2142
+ "name": "AccordionItem",
2143
+ "module": "src/accordion-item/accordion-item.ts"
2144
+ }
2096
2145
  },
2097
2146
  {
2098
2147
  "kind": "field",
2099
- "name": "rowData",
2100
- "readonly": true
2101
- },
2102
- {
2103
- "kind": "method",
2104
- "name": "getLabel",
2105
- "parameters": [
2106
- {
2107
- "name": "name",
2108
- "type": {
2109
- "text": "string | ((rowData: any) => string)"
2110
- }
2111
- }
2112
- ]
2113
- },
2114
- {
2115
- "kind": "method",
2116
- "name": "getTemplate",
2117
- "parameters": [
2118
- {
2119
- "name": "prefix",
2120
- "type": {
2121
- "text": "string"
2122
- }
2123
- }
2124
- ]
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,107 +2264,78 @@
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
- },
2267
+ "events": [
2294
2268
  {
2295
- "name": "hide-menu-single-option",
2296
- "type": {
2297
- "text": "boolean"
2298
- },
2299
- "default": "false",
2300
- "fieldName": "hideMenuSingleOption"
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"
2274
+ }
2301
2275
  }
2302
- ],
2303
- "superclass": {
2304
- "name": "FoundationElement",
2305
- "package": "@microsoft/fast-foundation"
2276
+ ]
2277
+ },
2278
+ {
2279
+ "kind": "variable",
2280
+ "name": "foundationAccordionItemShadowOptions",
2281
+ "type": {
2282
+ "text": "ShadowRootInit"
2306
2283
  },
2307
- "tagName": "%%prefix%%-actions-menu",
2308
- "customElement": true
2284
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
2285
+ },
2286
+ {
2287
+ "kind": "variable",
2288
+ "name": "defaultAccordionItemConfig",
2289
+ "type": {
2290
+ "text": "object"
2291
+ },
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}"
2293
+ },
2294
+ {
2295
+ "kind": "variable",
2296
+ "name": "foundationAccordionItem",
2297
+ "description": "The Foundation Accordion Item",
2298
+ "privacy": "public"
2299
+ }
2300
+ ],
2301
+ "exports": [
2302
+ {
2303
+ "kind": "js",
2304
+ "name": "AccordionItem",
2305
+ "declaration": {
2306
+ "name": "AccordionItem",
2307
+ "module": "src/accordion-item/accordion-item.ts"
2308
+ }
2309
+ },
2310
+ {
2311
+ "kind": "js",
2312
+ "name": "foundationAccordionItemShadowOptions",
2313
+ "declaration": {
2314
+ "name": "foundationAccordionItemShadowOptions",
2315
+ "module": "src/accordion-item/accordion-item.ts"
2316
+ }
2309
2317
  },
2310
- {
2311
- "kind": "variable",
2312
- "name": "foundationActionsMenu",
2313
- "description": "The Foundation Actions Menu",
2314
- "privacy": "public"
2315
- }
2316
- ],
2317
- "exports": [
2318
2318
  {
2319
2319
  "kind": "js",
2320
- "name": "ActionsMenu",
2320
+ "name": "defaultAccordionItemConfig",
2321
2321
  "declaration": {
2322
- "name": "ActionsMenu",
2323
- "module": "src/actions-menu/actions-menu.ts"
2322
+ "name": "defaultAccordionItemConfig",
2323
+ "module": "src/accordion-item/accordion-item.ts"
2324
2324
  }
2325
2325
  },
2326
2326
  {
2327
2327
  "kind": "js",
2328
- "name": "foundationActionsMenu",
2328
+ "name": "foundationAccordionItem",
2329
2329
  "declaration": {
2330
- "name": "foundationActionsMenu",
2331
- "module": "src/actions-menu/actions-menu.ts"
2330
+ "name": "foundationAccordionItem",
2331
+ "module": "src/accordion-item/accordion-item.ts"
2332
2332
  }
2333
2333
  }
2334
2334
  ]
2335
2335
  },
2336
2336
  {
2337
2337
  "kind": "javascript-module",
2338
- "path": "src/actions-menu/index.ts",
2338
+ "path": "src/accordion-item/index.ts",
2339
2339
  "declarations": [],
2340
2340
  "exports": [
2341
2341
  {
@@ -2343,7 +2343,7 @@
2343
2343
  "name": "*",
2344
2344
  "declaration": {
2345
2345
  "name": "*",
2346
- "package": "./actions-menu.styles"
2346
+ "package": "./accordion-item.template"
2347
2347
  }
2348
2348
  },
2349
2349
  {
@@ -2351,7 +2351,7 @@
2351
2351
  "name": "*",
2352
2352
  "declaration": {
2353
2353
  "name": "*",
2354
- "package": "./actions-menu.template"
2354
+ "package": "./accordion-item.styles"
2355
2355
  }
2356
2356
  },
2357
2357
  {
@@ -2359,7 +2359,7 @@
2359
2359
  "name": "*",
2360
2360
  "declaration": {
2361
2361
  "name": "*",
2362
- "package": "./actions-menu"
2362
+ "package": "./accordion-item"
2363
2363
  }
2364
2364
  }
2365
2365
  ]
@@ -2832,257 +2832,75 @@
2832
2832
  },
2833
2833
  {
2834
2834
  "kind": "javascript-module",
2835
- "path": "src/ai-criteria-search/validation-error-notification.ts",
2836
- "declarations": [
2837
- {
2838
- "kind": "function",
2839
- "name": "formatValidationErrors",
2840
- "return": {
2841
- "type": {
2842
- "text": "string"
2843
- }
2844
- },
2845
- "parameters": [
2846
- {
2847
- "name": "errors",
2848
- "type": {
2849
- "text": "ValidationError[]"
2850
- }
2851
- }
2852
- ],
2853
- "description": "Formats validation errors into a user-friendly message."
2854
- },
2855
- {
2856
- "kind": "function",
2857
- "name": "showCriteriaError",
2858
- "return": {
2859
- "type": {
2860
- "text": "void"
2861
- }
2862
- },
2863
- "parameters": [
2864
- {
2865
- "name": "title",
2866
- "type": {
2867
- "text": "string"
2868
- },
2869
- "description": "Notification title (e.g. \"Criteria validation error\")"
2870
- },
2871
- {
2872
- "name": "body",
2873
- "type": {
2874
- "text": "string"
2875
- },
2876
- "description": "Error message to display"
2877
- },
2878
- {
2879
- "name": "tagName",
2880
- "type": {
2881
- "text": "string"
2882
- },
2883
- "description": "Design system prefix (e.g. \"rapid\", \"foundation\")"
2884
- }
2885
- ],
2886
- "description": "Shows a criteria error as a toast notification."
2887
- }
2888
- ],
2889
- "exports": [
2890
- {
2891
- "kind": "js",
2892
- "name": "formatValidationErrors",
2893
- "declaration": {
2894
- "name": "formatValidationErrors",
2895
- "module": "src/ai-criteria-search/validation-error-notification.ts"
2896
- }
2897
- },
2898
- {
2899
- "kind": "js",
2900
- "name": "showCriteriaError",
2901
- "declaration": {
2902
- "name": "showCriteriaError",
2903
- "module": "src/ai-criteria-search/validation-error-notification.ts"
2904
- }
2905
- }
2906
- ]
2907
- },
2908
- {
2909
- "kind": "javascript-module",
2910
- "path": "src/accordion/accordion.styles.ts",
2911
- "declarations": [
2912
- {
2913
- "kind": "function",
2914
- "name": "foundationAccordionStyles",
2915
- "return": {
2916
- "type": {
2917
- "text": "ElementStyles"
2918
- }
2919
- },
2920
- "parameters": [
2921
- {
2922
- "name": "context",
2923
- "type": {
2924
- "text": "ElementDefinitionContext"
2925
- }
2926
- },
2927
- {
2928
- "name": "definition",
2929
- "type": {
2930
- "text": "FoundationElementDefinition"
2931
- }
2932
- }
2933
- ]
2934
- }
2935
- ],
2936
- "exports": [
2937
- {
2938
- "kind": "js",
2939
- "name": "foundationAccordionStyles",
2940
- "declaration": {
2941
- "name": "foundationAccordionStyles",
2942
- "module": "src/accordion/accordion.styles.ts"
2943
- }
2944
- }
2945
- ]
2946
- },
2947
- {
2948
- "kind": "javascript-module",
2949
- "path": "src/accordion/accordion.template.ts",
2950
- "declarations": [
2951
- {
2952
- "kind": "function",
2953
- "name": "foundationAccordionTemplate",
2954
- "return": {
2955
- "type": {
2956
- "text": "ViewTemplate<Accordion>"
2957
- }
2958
- },
2959
- "parameters": [
2960
- {
2961
- "name": "context",
2962
- "type": {
2963
- "text": "ElementDefinitionContext"
2964
- }
2965
- },
2966
- {
2967
- "name": "definition",
2968
- "type": {
2969
- "text": "FoundationElementDefinition"
2970
- }
2971
- }
2972
- ]
2973
- }
2974
- ],
2975
- "exports": [
2976
- {
2977
- "kind": "js",
2978
- "name": "foundationAccordionTemplate",
2979
- "declaration": {
2980
- "name": "foundationAccordionTemplate",
2981
- "module": "src/accordion/accordion.template.ts"
2982
- }
2983
- }
2984
- ]
2985
- },
2986
- {
2987
- "kind": "javascript-module",
2988
- "path": "src/accordion/accordion.ts",
2989
- "declarations": [
2990
- {
2991
- "kind": "class",
2992
- "description": "",
2993
- "name": "Accordion",
2994
- "superclass": {
2995
- "name": "FASTAccordion",
2996
- "package": "@microsoft/fast-foundation"
2997
- },
2998
- "tagName": "%%prefix%%-accordion",
2999
- "customElement": true
3000
- },
3001
- {
3002
- "kind": "variable",
3003
- "name": "foundationAccordionShadowOptions",
3004
- "type": {
3005
- "text": "ShadowRootInit"
3006
- },
3007
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
3008
- },
3009
- {
3010
- "kind": "variable",
3011
- "name": "defaultAccordionConfig",
3012
- "type": {
3013
- "text": "object"
3014
- },
3015
- "default": "{}"
3016
- },
3017
- {
3018
- "kind": "variable",
3019
- "name": "foundationAccordion",
3020
- "description": "The Foundation Accordion",
3021
- "privacy": "public"
3022
- }
3023
- ],
3024
- "exports": [
3025
- {
3026
- "kind": "js",
3027
- "name": "Accordion",
3028
- "declaration": {
3029
- "name": "Accordion",
3030
- "module": "src/accordion/accordion.ts"
3031
- }
3032
- },
3033
- {
3034
- "kind": "js",
3035
- "name": "foundationAccordionShadowOptions",
3036
- "declaration": {
3037
- "name": "foundationAccordionShadowOptions",
3038
- "module": "src/accordion/accordion.ts"
3039
- }
3040
- },
3041
- {
3042
- "kind": "js",
3043
- "name": "defaultAccordionConfig",
3044
- "declaration": {
3045
- "name": "defaultAccordionConfig",
3046
- "module": "src/accordion/accordion.ts"
3047
- }
3048
- },
3049
- {
3050
- "kind": "js",
3051
- "name": "foundationAccordion",
3052
- "declaration": {
3053
- "name": "foundationAccordion",
3054
- "module": "src/accordion/accordion.ts"
3055
- }
3056
- }
3057
- ]
3058
- },
3059
- {
3060
- "kind": "javascript-module",
3061
- "path": "src/accordion/index.ts",
3062
- "declarations": [],
3063
- "exports": [
2835
+ "path": "src/ai-criteria-search/validation-error-notification.ts",
2836
+ "declarations": [
3064
2837
  {
3065
- "kind": "js",
3066
- "name": "*",
3067
- "declaration": {
3068
- "name": "*",
3069
- "package": "./accordion.template"
3070
- }
2838
+ "kind": "function",
2839
+ "name": "formatValidationErrors",
2840
+ "return": {
2841
+ "type": {
2842
+ "text": "string"
2843
+ }
2844
+ },
2845
+ "parameters": [
2846
+ {
2847
+ "name": "errors",
2848
+ "type": {
2849
+ "text": "ValidationError[]"
2850
+ }
2851
+ }
2852
+ ],
2853
+ "description": "Formats validation errors into a user-friendly message."
3071
2854
  },
2855
+ {
2856
+ "kind": "function",
2857
+ "name": "showCriteriaError",
2858
+ "return": {
2859
+ "type": {
2860
+ "text": "void"
2861
+ }
2862
+ },
2863
+ "parameters": [
2864
+ {
2865
+ "name": "title",
2866
+ "type": {
2867
+ "text": "string"
2868
+ },
2869
+ "description": "Notification title (e.g. \"Criteria validation error\")"
2870
+ },
2871
+ {
2872
+ "name": "body",
2873
+ "type": {
2874
+ "text": "string"
2875
+ },
2876
+ "description": "Error message to display"
2877
+ },
2878
+ {
2879
+ "name": "tagName",
2880
+ "type": {
2881
+ "text": "string"
2882
+ },
2883
+ "description": "Design system prefix (e.g. \"rapid\", \"foundation\")"
2884
+ }
2885
+ ],
2886
+ "description": "Shows a criteria error as a toast notification."
2887
+ }
2888
+ ],
2889
+ "exports": [
3072
2890
  {
3073
2891
  "kind": "js",
3074
- "name": "*",
2892
+ "name": "formatValidationErrors",
3075
2893
  "declaration": {
3076
- "name": "*",
3077
- "package": "./accordion.styles"
2894
+ "name": "formatValidationErrors",
2895
+ "module": "src/ai-criteria-search/validation-error-notification.ts"
3078
2896
  }
3079
2897
  },
3080
2898
  {
3081
2899
  "kind": "js",
3082
- "name": "*",
2900
+ "name": "showCriteriaError",
3083
2901
  "declaration": {
3084
- "name": "*",
3085
- "package": "./accordion"
2902
+ "name": "showCriteriaError",
2903
+ "module": "src/ai-criteria-search/validation-error-notification.ts"
3086
2904
  }
3087
2905
  }
3088
2906
  ]
@@ -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",