@genesislcap/foundation-ui 14.419.1 → 14.419.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.
@@ -1423,34 +1423,11 @@
1423
1423
  },
1424
1424
  {
1425
1425
  "kind": "javascript-module",
1426
- "path": "src/actions-menu/actions-menu.styles.ts",
1426
+ "path": "src/accordion-item/accordion-item.styles.ts",
1427
1427
  "declarations": [
1428
1428
  {
1429
1429
  "kind": "function",
1430
- "name": "actionsMenuBaseStyles",
1431
- "return": {
1432
- "type": {
1433
- "text": "ElementStyles"
1434
- }
1435
- },
1436
- "parameters": [
1437
- {
1438
- "name": "context",
1439
- "type": {
1440
- "text": "ElementDefinitionContext"
1441
- }
1442
- },
1443
- {
1444
- "name": "definition",
1445
- "type": {
1446
- "text": "FoundationElementDefinition"
1447
- }
1448
- }
1449
- ]
1450
- },
1451
- {
1452
- "kind": "function",
1453
- "name": "foundationActionsMenuStyles",
1430
+ "name": "foundationAccordionItemStyles",
1454
1431
  "return": {
1455
1432
  "type": {
1456
1433
  "text": "ElementStyles"
@@ -1475,339 +1452,226 @@
1475
1452
  "exports": [
1476
1453
  {
1477
1454
  "kind": "js",
1478
- "name": "actionsMenuBaseStyles",
1479
- "declaration": {
1480
- "name": "actionsMenuBaseStyles",
1481
- "module": "src/actions-menu/actions-menu.styles.ts"
1482
- }
1483
- },
1484
- {
1485
- "kind": "js",
1486
- "name": "foundationActionsMenuStyles",
1455
+ "name": "foundationAccordionItemStyles",
1487
1456
  "declaration": {
1488
- "name": "foundationActionsMenuStyles",
1489
- "module": "src/actions-menu/actions-menu.styles.ts"
1457
+ "name": "foundationAccordionItemStyles",
1458
+ "module": "src/accordion-item/accordion-item.styles.ts"
1490
1459
  }
1491
1460
  }
1492
1461
  ]
1493
1462
  },
1494
1463
  {
1495
1464
  "kind": "javascript-module",
1496
- "path": "src/actions-menu/actions-menu.template.ts",
1465
+ "path": "src/accordion-item/accordion-item.template.ts",
1497
1466
  "declarations": [
1498
1467
  {
1499
1468
  "kind": "function",
1500
- "name": "menuTemplate",
1469
+ "name": "foundationAccordionItemTemplate",
1470
+ "return": {
1471
+ "type": {
1472
+ "text": "ViewTemplate<AccordionItem>"
1473
+ }
1474
+ },
1501
1475
  "parameters": [
1502
1476
  {
1503
- "name": "prefix",
1477
+ "name": "context",
1504
1478
  "type": {
1505
- "text": "string"
1479
+ "text": "ElementDefinitionContext"
1506
1480
  }
1507
- }
1508
- ]
1509
- },
1510
- {
1511
- "kind": "function",
1512
- "name": "singleOptionTemplate",
1513
- "parameters": [
1481
+ },
1514
1482
  {
1515
- "name": "prefix",
1483
+ "name": "definition",
1516
1484
  "type": {
1517
- "text": "string"
1485
+ "text": "FoundationElementDefinition"
1518
1486
  }
1519
1487
  }
1520
1488
  ]
1521
- },
1522
- {
1523
- "kind": "variable",
1524
- "name": "foundationActionsMenuTemplate",
1525
- "type": {
1526
- "text": "ViewTemplate<ActionsMenu>"
1527
- },
1528
- "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`"
1529
1489
  }
1530
1490
  ],
1531
1491
  "exports": [
1532
1492
  {
1533
1493
  "kind": "js",
1534
- "name": "menuTemplate",
1535
- "declaration": {
1536
- "name": "menuTemplate",
1537
- "module": "src/actions-menu/actions-menu.template.ts"
1538
- }
1539
- },
1540
- {
1541
- "kind": "js",
1542
- "name": "singleOptionTemplate",
1543
- "declaration": {
1544
- "name": "singleOptionTemplate",
1545
- "module": "src/actions-menu/actions-menu.template.ts"
1546
- }
1547
- },
1548
- {
1549
- "kind": "js",
1550
- "name": "foundationActionsMenuTemplate",
1494
+ "name": "foundationAccordionItemTemplate",
1551
1495
  "declaration": {
1552
- "name": "foundationActionsMenuTemplate",
1553
- "module": "src/actions-menu/actions-menu.template.ts"
1496
+ "name": "foundationAccordionItemTemplate",
1497
+ "module": "src/accordion-item/accordion-item.template.ts"
1554
1498
  }
1555
1499
  }
1556
1500
  ]
1557
1501
  },
1558
1502
  {
1559
1503
  "kind": "javascript-module",
1560
- "path": "src/actions-menu/actions-menu.ts",
1504
+ "path": "src/accordion-item/accordion-item.ts",
1561
1505
  "declarations": [
1562
1506
  {
1563
1507
  "kind": "class",
1564
1508
  "description": "",
1565
- "name": "ActionsMenu",
1566
- "members": [
1509
+ "name": "AccordionItem",
1510
+ "superclass": {
1511
+ "name": "FASTAccordionItem",
1512
+ "package": "@microsoft/fast-components"
1513
+ },
1514
+ "tagName": "%%prefix%%-accordion-item",
1515
+ "customElement": true,
1516
+ "attributes": [
1567
1517
  {
1568
- "kind": "field",
1569
- "name": "actions",
1518
+ "name": "heading-level",
1570
1519
  "type": {
1571
- "text": "ActionMenuItem[]"
1520
+ "text": "1 | 2 | 3 | 4 | 5 | 6"
1521
+ },
1522
+ "default": "2",
1523
+ "description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
1524
+ "fieldName": "headinglevel",
1525
+ "inheritedFrom": {
1526
+ "name": "AccordionItem",
1527
+ "module": "src/accordion-item/accordion-item.ts"
1572
1528
  }
1573
1529
  },
1574
1530
  {
1575
- "kind": "field",
1576
- "name": "isVertical",
1577
1531
  "type": {
1578
1532
  "text": "boolean"
1579
1533
  },
1580
- "default": "false"
1534
+ "default": "false",
1535
+ "description": "Expands or collapses the item.",
1536
+ "fieldName": "expanded",
1537
+ "inheritedFrom": {
1538
+ "name": "AccordionItem",
1539
+ "module": "src/accordion-item/accordion-item.ts"
1540
+ }
1581
1541
  },
1582
1542
  {
1583
- "kind": "field",
1584
- "name": "addDefaultActions",
1543
+ "name": "id",
1585
1544
  "type": {
1586
- "text": "boolean"
1545
+ "text": "string"
1587
1546
  },
1588
- "default": "true"
1589
- },
1547
+ "description": "The item ID",
1548
+ "fieldName": "id",
1549
+ "inheritedFrom": {
1550
+ "name": "AccordionItem",
1551
+ "module": "src/accordion-item/accordion-item.ts"
1552
+ }
1553
+ }
1554
+ ],
1555
+ "members": [
1590
1556
  {
1591
1557
  "kind": "field",
1592
- "name": "autoCloseOnAction",
1558
+ "name": "headinglevel",
1593
1559
  "type": {
1594
- "text": "boolean"
1560
+ "text": "1 | 2 | 3 | 4 | 5 | 6"
1595
1561
  },
1596
- "default": "true"
1597
- },
1598
- {
1599
- "kind": "field",
1600
- "name": "classNames",
1601
- "type": {
1602
- "text": "string"
1562
+ "privacy": "public",
1563
+ "default": "2",
1564
+ "description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
1565
+ "inheritedFrom": {
1566
+ "name": "AccordionItem",
1567
+ "module": "src/accordion-item/accordion-item.ts"
1603
1568
  }
1604
1569
  },
1605
1570
  {
1606
1571
  "kind": "field",
1607
- "name": "definition",
1572
+ "name": "expanded",
1608
1573
  "type": {
1609
- "text": "any"
1574
+ "text": "boolean"
1575
+ },
1576
+ "privacy": "public",
1577
+ "default": "false",
1578
+ "description": "Expands or collapses the item.",
1579
+ "inheritedFrom": {
1580
+ "name": "AccordionItem",
1581
+ "module": "src/accordion-item/accordion-item.ts"
1610
1582
  }
1611
1583
  },
1612
1584
  {
1613
1585
  "kind": "field",
1614
- "name": "name",
1586
+ "name": "id",
1615
1587
  "type": {
1616
1588
  "text": "string"
1617
1589
  },
1618
- "default": "'Actions'"
1590
+ "privacy": "public",
1591
+ "description": "The item ID",
1592
+ "inheritedFrom": {
1593
+ "name": "AccordionItem",
1594
+ "module": "src/accordion-item/accordion-item.ts"
1595
+ }
1619
1596
  },
1620
1597
  {
1621
1598
  "kind": "field",
1622
- "name": "open",
1623
- "type": {
1624
- "text": "boolean"
1625
- },
1626
- "default": "false"
1599
+ "name": "change",
1600
+ "privacy": "private",
1601
+ "inheritedFrom": {
1602
+ "name": "AccordionItem",
1603
+ "module": "src/accordion-item/accordion-item.ts"
1604
+ }
1627
1605
  },
1628
1606
  {
1629
1607
  "kind": "field",
1630
- "name": "buttonAppearance",
1608
+ "name": "_presentation",
1631
1609
  "type": {
1632
- "text": "string"
1610
+ "text": "ComponentPresentation | null | undefined"
1611
+ },
1612
+ "privacy": "private",
1613
+ "default": "void 0",
1614
+ "inheritedFrom": {
1615
+ "name": "FoundationElement",
1616
+ "module": "src/foundation-element/foundation-element.ts"
1633
1617
  }
1634
1618
  },
1635
1619
  {
1636
1620
  "kind": "field",
1637
- "name": "hideDisabled",
1621
+ "name": "$presentation",
1638
1622
  "type": {
1639
- "text": "boolean"
1623
+ "text": "ComponentPresentation | null"
1640
1624
  },
1641
- "default": "false"
1625
+ "privacy": "public",
1626
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
1627
+ "inheritedFrom": {
1628
+ "name": "FoundationElement",
1629
+ "module": "src/foundation-element/foundation-element.ts"
1630
+ }
1642
1631
  },
1643
1632
  {
1644
1633
  "kind": "field",
1645
- "name": "hideMenuSingleOption",
1634
+ "name": "template",
1646
1635
  "type": {
1647
- "text": "boolean"
1636
+ "text": "ElementViewTemplate | void | null"
1648
1637
  },
1649
- "default": "false"
1638
+ "privacy": "public",
1639
+ "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.",
1640
+ "inheritedFrom": {
1641
+ "name": "FoundationElement",
1642
+ "module": "src/foundation-element/foundation-element.ts"
1643
+ }
1650
1644
  },
1651
1645
  {
1652
- "kind": "field",
1653
- "name": "singleOption",
1654
- "type": {
1655
- "text": "ActionMenuItem"
1646
+ "kind": "method",
1647
+ "name": "templateChanged",
1648
+ "privacy": "protected",
1649
+ "return": {
1650
+ "type": {
1651
+ "text": "void"
1652
+ }
1653
+ },
1654
+ "inheritedFrom": {
1655
+ "name": "FoundationElement",
1656
+ "module": "src/foundation-element/foundation-element.ts"
1656
1657
  }
1657
1658
  },
1658
1659
  {
1659
1660
  "kind": "field",
1660
- "name": "actionsMenu",
1661
+ "name": "styles",
1661
1662
  "type": {
1662
- "text": "HTMLElement"
1663
+ "text": "ElementStyles | void | null"
1664
+ },
1665
+ "privacy": "public",
1666
+ "description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
1667
+ "inheritedFrom": {
1668
+ "name": "FoundationElement",
1669
+ "module": "src/foundation-element/foundation-element.ts"
1663
1670
  }
1664
1671
  },
1665
1672
  {
1666
1673
  "kind": "method",
1667
- "name": "definitionChanged",
1668
- "privacy": "protected",
1669
- "parameters": [
1670
- {
1671
- "name": "oldValue",
1672
- "type": {
1673
- "text": "any"
1674
- }
1675
- },
1676
- {
1677
- "name": "newValue",
1678
- "type": {
1679
- "text": "any"
1680
- }
1681
- }
1682
- ]
1683
- },
1684
- {
1685
- "kind": "method",
1686
- "name": "openChanged",
1687
- "privacy": "protected"
1688
- },
1689
- {
1690
- "kind": "method",
1691
- "name": "toggleActionsMenuVisibility"
1692
- },
1693
- {
1694
- "kind": "method",
1695
- "name": "onActionMenuItemClick",
1696
- "parameters": [
1697
- {
1698
- "name": "callback",
1699
- "type": {
1700
- "text": "(rowData) => void | any"
1701
- }
1702
- }
1703
- ]
1704
- },
1705
- {
1706
- "kind": "field",
1707
- "name": "allActions",
1708
- "type": {
1709
- "text": "ActionMenuItem[]"
1710
- },
1711
- "readonly": true
1712
- },
1713
- {
1714
- "kind": "field",
1715
- "name": "rowData",
1716
- "readonly": true
1717
- },
1718
- {
1719
- "kind": "method",
1720
- "name": "getLabel",
1721
- "parameters": [
1722
- {
1723
- "name": "name",
1724
- "type": {
1725
- "text": "string | ((rowData: any) => string)"
1726
- }
1727
- }
1728
- ]
1729
- },
1730
- {
1731
- "kind": "method",
1732
- "name": "getTemplate",
1733
- "parameters": [
1734
- {
1735
- "name": "prefix",
1736
- "type": {
1737
- "text": "string"
1738
- }
1739
- }
1740
- ]
1741
- },
1742
- {
1743
- "kind": "field",
1744
- "name": "_presentation",
1745
- "type": {
1746
- "text": "ComponentPresentation | null | undefined"
1747
- },
1748
- "privacy": "private",
1749
- "default": "void 0",
1750
- "inheritedFrom": {
1751
- "name": "FoundationElement",
1752
- "module": "src/foundation-element/foundation-element.ts"
1753
- }
1754
- },
1755
- {
1756
- "kind": "field",
1757
- "name": "$presentation",
1758
- "type": {
1759
- "text": "ComponentPresentation | null"
1760
- },
1761
- "privacy": "public",
1762
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
1763
- "inheritedFrom": {
1764
- "name": "FoundationElement",
1765
- "module": "src/foundation-element/foundation-element.ts"
1766
- }
1767
- },
1768
- {
1769
- "kind": "field",
1770
- "name": "template",
1771
- "type": {
1772
- "text": "ElementViewTemplate | void | null"
1773
- },
1774
- "privacy": "public",
1775
- "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.",
1776
- "inheritedFrom": {
1777
- "name": "FoundationElement",
1778
- "module": "src/foundation-element/foundation-element.ts"
1779
- }
1780
- },
1781
- {
1782
- "kind": "method",
1783
- "name": "templateChanged",
1784
- "privacy": "protected",
1785
- "return": {
1786
- "type": {
1787
- "text": "void"
1788
- }
1789
- },
1790
- "inheritedFrom": {
1791
- "name": "FoundationElement",
1792
- "module": "src/foundation-element/foundation-element.ts"
1793
- }
1794
- },
1795
- {
1796
- "kind": "field",
1797
- "name": "styles",
1798
- "type": {
1799
- "text": "ElementStyles | void | null"
1800
- },
1801
- "privacy": "public",
1802
- "description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
1803
- "inheritedFrom": {
1804
- "name": "FoundationElement",
1805
- "module": "src/foundation-element/foundation-element.ts"
1806
- }
1807
- },
1808
- {
1809
- "kind": "method",
1810
- "name": "stylesChanged",
1674
+ "name": "stylesChanged",
1811
1675
  "privacy": "protected",
1812
1676
  "return": {
1813
1677
  "type": {
@@ -1851,107 +1715,78 @@
1851
1715
  }
1852
1716
  }
1853
1717
  ],
1854
- "attributes": [
1855
- {
1856
- "name": "is-vertical",
1857
- "type": {
1858
- "text": "boolean"
1859
- },
1860
- "default": "false",
1861
- "fieldName": "isVertical"
1862
- },
1863
- {
1864
- "name": "add-default-actions",
1865
- "type": {
1866
- "text": "boolean"
1867
- },
1868
- "default": "true",
1869
- "fieldName": "addDefaultActions"
1870
- },
1871
- {
1872
- "name": "auto-close-on-action",
1873
- "type": {
1874
- "text": "boolean"
1875
- },
1876
- "default": "true",
1877
- "fieldName": "autoCloseOnAction"
1878
- },
1879
- {
1880
- "name": "name",
1881
- "type": {
1882
- "text": "string"
1883
- },
1884
- "default": "'Actions'",
1885
- "fieldName": "name"
1886
- },
1887
- {
1888
- "name": "open",
1889
- "type": {
1890
- "text": "boolean"
1891
- },
1892
- "default": "false",
1893
- "fieldName": "open"
1894
- },
1895
- {
1896
- "name": "buttonAppearance",
1897
- "type": {
1898
- "text": "string"
1899
- },
1900
- "fieldName": "buttonAppearance"
1901
- },
1902
- {
1903
- "name": "hide-disabled",
1904
- "type": {
1905
- "text": "boolean"
1906
- },
1907
- "default": "false",
1908
- "fieldName": "hideDisabled"
1909
- },
1718
+ "events": [
1910
1719
  {
1911
- "name": "hide-menu-single-option",
1912
- "type": {
1913
- "text": "boolean"
1914
- },
1915
- "default": "false",
1916
- "fieldName": "hideMenuSingleOption"
1720
+ "description": "Fires a custom 'change' event when the button is invoked",
1721
+ "name": "change",
1722
+ "inheritedFrom": {
1723
+ "name": "AccordionItem",
1724
+ "module": "src/accordion-item/accordion-item.ts"
1725
+ }
1917
1726
  }
1918
- ],
1919
- "superclass": {
1920
- "name": "FoundationElement",
1921
- "package": "@microsoft/fast-foundation"
1727
+ ]
1728
+ },
1729
+ {
1730
+ "kind": "variable",
1731
+ "name": "foundationAccordionItemShadowOptions",
1732
+ "type": {
1733
+ "text": "ShadowRootInit"
1922
1734
  },
1923
- "tagName": "%%prefix%%-actions-menu",
1924
- "customElement": true
1735
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
1925
1736
  },
1926
1737
  {
1927
1738
  "kind": "variable",
1928
- "name": "foundationActionsMenu",
1929
- "description": "The Foundation Actions Menu",
1739
+ "name": "defaultAccordionItemConfig",
1740
+ "type": {
1741
+ "text": "object"
1742
+ },
1743
+ "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}"
1744
+ },
1745
+ {
1746
+ "kind": "variable",
1747
+ "name": "foundationAccordionItem",
1748
+ "description": "The Foundation Accordion Item",
1930
1749
  "privacy": "public"
1931
1750
  }
1932
1751
  ],
1933
1752
  "exports": [
1934
1753
  {
1935
1754
  "kind": "js",
1936
- "name": "ActionsMenu",
1755
+ "name": "AccordionItem",
1937
1756
  "declaration": {
1938
- "name": "ActionsMenu",
1939
- "module": "src/actions-menu/actions-menu.ts"
1757
+ "name": "AccordionItem",
1758
+ "module": "src/accordion-item/accordion-item.ts"
1940
1759
  }
1941
1760
  },
1942
1761
  {
1943
1762
  "kind": "js",
1944
- "name": "foundationActionsMenu",
1763
+ "name": "foundationAccordionItemShadowOptions",
1945
1764
  "declaration": {
1946
- "name": "foundationActionsMenu",
1947
- "module": "src/actions-menu/actions-menu.ts"
1765
+ "name": "foundationAccordionItemShadowOptions",
1766
+ "module": "src/accordion-item/accordion-item.ts"
1767
+ }
1768
+ },
1769
+ {
1770
+ "kind": "js",
1771
+ "name": "defaultAccordionItemConfig",
1772
+ "declaration": {
1773
+ "name": "defaultAccordionItemConfig",
1774
+ "module": "src/accordion-item/accordion-item.ts"
1775
+ }
1776
+ },
1777
+ {
1778
+ "kind": "js",
1779
+ "name": "foundationAccordionItem",
1780
+ "declaration": {
1781
+ "name": "foundationAccordionItem",
1782
+ "module": "src/accordion-item/accordion-item.ts"
1948
1783
  }
1949
1784
  }
1950
1785
  ]
1951
1786
  },
1952
1787
  {
1953
1788
  "kind": "javascript-module",
1954
- "path": "src/actions-menu/index.ts",
1789
+ "path": "src/accordion-item/index.ts",
1955
1790
  "declarations": [],
1956
1791
  "exports": [
1957
1792
  {
@@ -1959,7 +1794,7 @@
1959
1794
  "name": "*",
1960
1795
  "declaration": {
1961
1796
  "name": "*",
1962
- "package": "./actions-menu.styles"
1797
+ "package": "./accordion-item.template"
1963
1798
  }
1964
1799
  },
1965
1800
  {
@@ -1967,7 +1802,7 @@
1967
1802
  "name": "*",
1968
1803
  "declaration": {
1969
1804
  "name": "*",
1970
- "package": "./actions-menu.template"
1805
+ "package": "./accordion-item.styles"
1971
1806
  }
1972
1807
  },
1973
1808
  {
@@ -1975,18 +1810,41 @@
1975
1810
  "name": "*",
1976
1811
  "declaration": {
1977
1812
  "name": "*",
1978
- "package": "./actions-menu"
1813
+ "package": "./accordion-item"
1979
1814
  }
1980
1815
  }
1981
1816
  ]
1982
1817
  },
1983
1818
  {
1984
1819
  "kind": "javascript-module",
1985
- "path": "src/accordion-item/accordion-item.styles.ts",
1820
+ "path": "src/actions-menu/actions-menu.styles.ts",
1986
1821
  "declarations": [
1987
1822
  {
1988
1823
  "kind": "function",
1989
- "name": "foundationAccordionItemStyles",
1824
+ "name": "actionsMenuBaseStyles",
1825
+ "return": {
1826
+ "type": {
1827
+ "text": "ElementStyles"
1828
+ }
1829
+ },
1830
+ "parameters": [
1831
+ {
1832
+ "name": "context",
1833
+ "type": {
1834
+ "text": "ElementDefinitionContext"
1835
+ }
1836
+ },
1837
+ {
1838
+ "name": "definition",
1839
+ "type": {
1840
+ "text": "FoundationElementDefinition"
1841
+ }
1842
+ }
1843
+ ]
1844
+ },
1845
+ {
1846
+ "kind": "function",
1847
+ "name": "foundationActionsMenuStyles",
1990
1848
  "return": {
1991
1849
  "type": {
1992
1850
  "text": "ElementStyles"
@@ -2011,157 +1869,270 @@
2011
1869
  "exports": [
2012
1870
  {
2013
1871
  "kind": "js",
2014
- "name": "foundationAccordionItemStyles",
1872
+ "name": "actionsMenuBaseStyles",
2015
1873
  "declaration": {
2016
- "name": "foundationAccordionItemStyles",
2017
- "module": "src/accordion-item/accordion-item.styles.ts"
1874
+ "name": "actionsMenuBaseStyles",
1875
+ "module": "src/actions-menu/actions-menu.styles.ts"
1876
+ }
1877
+ },
1878
+ {
1879
+ "kind": "js",
1880
+ "name": "foundationActionsMenuStyles",
1881
+ "declaration": {
1882
+ "name": "foundationActionsMenuStyles",
1883
+ "module": "src/actions-menu/actions-menu.styles.ts"
2018
1884
  }
2019
1885
  }
2020
1886
  ]
2021
1887
  },
2022
1888
  {
2023
1889
  "kind": "javascript-module",
2024
- "path": "src/accordion-item/accordion-item.template.ts",
1890
+ "path": "src/actions-menu/actions-menu.template.ts",
2025
1891
  "declarations": [
2026
1892
  {
2027
1893
  "kind": "function",
2028
- "name": "foundationAccordionItemTemplate",
2029
- "return": {
2030
- "type": {
2031
- "text": "ViewTemplate<AccordionItem>"
2032
- }
2033
- },
1894
+ "name": "menuTemplate",
2034
1895
  "parameters": [
2035
1896
  {
2036
- "name": "context",
1897
+ "name": "prefix",
2037
1898
  "type": {
2038
- "text": "ElementDefinitionContext"
1899
+ "text": "string"
2039
1900
  }
2040
- },
1901
+ }
1902
+ ]
1903
+ },
1904
+ {
1905
+ "kind": "function",
1906
+ "name": "singleOptionTemplate",
1907
+ "parameters": [
2041
1908
  {
2042
- "name": "definition",
1909
+ "name": "prefix",
2043
1910
  "type": {
2044
- "text": "FoundationElementDefinition"
1911
+ "text": "string"
2045
1912
  }
2046
1913
  }
2047
1914
  ]
1915
+ },
1916
+ {
1917
+ "kind": "variable",
1918
+ "name": "foundationActionsMenuTemplate",
1919
+ "type": {
1920
+ "text": "ViewTemplate<ActionsMenu>"
1921
+ },
1922
+ "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`"
2048
1923
  }
2049
1924
  ],
2050
1925
  "exports": [
2051
1926
  {
2052
1927
  "kind": "js",
2053
- "name": "foundationAccordionItemTemplate",
1928
+ "name": "menuTemplate",
2054
1929
  "declaration": {
2055
- "name": "foundationAccordionItemTemplate",
2056
- "module": "src/accordion-item/accordion-item.template.ts"
1930
+ "name": "menuTemplate",
1931
+ "module": "src/actions-menu/actions-menu.template.ts"
1932
+ }
1933
+ },
1934
+ {
1935
+ "kind": "js",
1936
+ "name": "singleOptionTemplate",
1937
+ "declaration": {
1938
+ "name": "singleOptionTemplate",
1939
+ "module": "src/actions-menu/actions-menu.template.ts"
1940
+ }
1941
+ },
1942
+ {
1943
+ "kind": "js",
1944
+ "name": "foundationActionsMenuTemplate",
1945
+ "declaration": {
1946
+ "name": "foundationActionsMenuTemplate",
1947
+ "module": "src/actions-menu/actions-menu.template.ts"
2057
1948
  }
2058
1949
  }
2059
1950
  ]
2060
1951
  },
2061
1952
  {
2062
1953
  "kind": "javascript-module",
2063
- "path": "src/accordion-item/accordion-item.ts",
1954
+ "path": "src/actions-menu/actions-menu.ts",
2064
1955
  "declarations": [
2065
1956
  {
2066
1957
  "kind": "class",
2067
1958
  "description": "",
2068
- "name": "AccordionItem",
2069
- "superclass": {
2070
- "name": "FASTAccordionItem",
2071
- "package": "@microsoft/fast-components"
2072
- },
2073
- "tagName": "%%prefix%%-accordion-item",
2074
- "customElement": true,
2075
- "attributes": [
1959
+ "name": "ActionsMenu",
1960
+ "members": [
1961
+ {
1962
+ "kind": "field",
1963
+ "name": "actions",
1964
+ "type": {
1965
+ "text": "ActionMenuItem[]"
1966
+ }
1967
+ },
1968
+ {
1969
+ "kind": "field",
1970
+ "name": "isVertical",
1971
+ "type": {
1972
+ "text": "boolean"
1973
+ },
1974
+ "default": "false"
1975
+ },
1976
+ {
1977
+ "kind": "field",
1978
+ "name": "addDefaultActions",
1979
+ "type": {
1980
+ "text": "boolean"
1981
+ },
1982
+ "default": "true"
1983
+ },
1984
+ {
1985
+ "kind": "field",
1986
+ "name": "autoCloseOnAction",
1987
+ "type": {
1988
+ "text": "boolean"
1989
+ },
1990
+ "default": "true"
1991
+ },
2076
1992
  {
2077
- "name": "heading-level",
1993
+ "kind": "field",
1994
+ "name": "classNames",
2078
1995
  "type": {
2079
- "text": "1 | 2 | 3 | 4 | 5 | 6"
2080
- },
2081
- "default": "2",
2082
- "description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
2083
- "fieldName": "headinglevel",
2084
- "inheritedFrom": {
2085
- "name": "AccordionItem",
2086
- "module": "src/accordion-item/accordion-item.ts"
1996
+ "text": "string"
2087
1997
  }
2088
1998
  },
2089
1999
  {
2000
+ "kind": "field",
2001
+ "name": "definition",
2090
2002
  "type": {
2091
- "text": "boolean"
2092
- },
2093
- "default": "false",
2094
- "description": "Expands or collapses the item.",
2095
- "fieldName": "expanded",
2096
- "inheritedFrom": {
2097
- "name": "AccordionItem",
2098
- "module": "src/accordion-item/accordion-item.ts"
2003
+ "text": "any"
2099
2004
  }
2100
2005
  },
2101
2006
  {
2102
- "name": "id",
2007
+ "kind": "field",
2008
+ "name": "name",
2103
2009
  "type": {
2104
2010
  "text": "string"
2105
2011
  },
2106
- "description": "The item ID",
2107
- "fieldName": "id",
2108
- "inheritedFrom": {
2109
- "name": "AccordionItem",
2110
- "module": "src/accordion-item/accordion-item.ts"
2111
- }
2112
- }
2113
- ],
2114
- "members": [
2012
+ "default": "'Actions'"
2013
+ },
2115
2014
  {
2116
2015
  "kind": "field",
2117
- "name": "headinglevel",
2016
+ "name": "open",
2118
2017
  "type": {
2119
- "text": "1 | 2 | 3 | 4 | 5 | 6"
2018
+ "text": "boolean"
2120
2019
  },
2121
- "privacy": "public",
2122
- "default": "2",
2123
- "description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
2124
- "inheritedFrom": {
2125
- "name": "AccordionItem",
2126
- "module": "src/accordion-item/accordion-item.ts"
2020
+ "default": "false"
2021
+ },
2022
+ {
2023
+ "kind": "field",
2024
+ "name": "buttonAppearance",
2025
+ "type": {
2026
+ "text": "string"
2127
2027
  }
2128
2028
  },
2129
2029
  {
2130
2030
  "kind": "field",
2131
- "name": "expanded",
2031
+ "name": "hideDisabled",
2132
2032
  "type": {
2133
2033
  "text": "boolean"
2134
2034
  },
2135
- "privacy": "public",
2136
- "default": "false",
2137
- "description": "Expands or collapses the item.",
2138
- "inheritedFrom": {
2139
- "name": "AccordionItem",
2140
- "module": "src/accordion-item/accordion-item.ts"
2141
- }
2035
+ "default": "false"
2142
2036
  },
2143
2037
  {
2144
2038
  "kind": "field",
2145
- "name": "id",
2039
+ "name": "hideMenuSingleOption",
2146
2040
  "type": {
2147
- "text": "string"
2041
+ "text": "boolean"
2148
2042
  },
2149
- "privacy": "public",
2150
- "description": "The item ID",
2151
- "inheritedFrom": {
2152
- "name": "AccordionItem",
2153
- "module": "src/accordion-item/accordion-item.ts"
2043
+ "default": "false"
2044
+ },
2045
+ {
2046
+ "kind": "field",
2047
+ "name": "singleOption",
2048
+ "type": {
2049
+ "text": "ActionMenuItem"
2154
2050
  }
2155
2051
  },
2156
2052
  {
2157
2053
  "kind": "field",
2158
- "name": "change",
2159
- "privacy": "private",
2160
- "inheritedFrom": {
2161
- "name": "AccordionItem",
2162
- "module": "src/accordion-item/accordion-item.ts"
2054
+ "name": "actionsMenu",
2055
+ "type": {
2056
+ "text": "HTMLElement"
2163
2057
  }
2164
2058
  },
2059
+ {
2060
+ "kind": "method",
2061
+ "name": "definitionChanged",
2062
+ "privacy": "protected",
2063
+ "parameters": [
2064
+ {
2065
+ "name": "oldValue",
2066
+ "type": {
2067
+ "text": "any"
2068
+ }
2069
+ },
2070
+ {
2071
+ "name": "newValue",
2072
+ "type": {
2073
+ "text": "any"
2074
+ }
2075
+ }
2076
+ ]
2077
+ },
2078
+ {
2079
+ "kind": "method",
2080
+ "name": "openChanged",
2081
+ "privacy": "protected"
2082
+ },
2083
+ {
2084
+ "kind": "method",
2085
+ "name": "toggleActionsMenuVisibility"
2086
+ },
2087
+ {
2088
+ "kind": "method",
2089
+ "name": "onActionMenuItemClick",
2090
+ "parameters": [
2091
+ {
2092
+ "name": "callback",
2093
+ "type": {
2094
+ "text": "(rowData) => void | any"
2095
+ }
2096
+ }
2097
+ ]
2098
+ },
2099
+ {
2100
+ "kind": "field",
2101
+ "name": "allActions",
2102
+ "type": {
2103
+ "text": "ActionMenuItem[]"
2104
+ },
2105
+ "readonly": true
2106
+ },
2107
+ {
2108
+ "kind": "field",
2109
+ "name": "rowData",
2110
+ "readonly": true
2111
+ },
2112
+ {
2113
+ "kind": "method",
2114
+ "name": "getLabel",
2115
+ "parameters": [
2116
+ {
2117
+ "name": "name",
2118
+ "type": {
2119
+ "text": "string | ((rowData: any) => string)"
2120
+ }
2121
+ }
2122
+ ]
2123
+ },
2124
+ {
2125
+ "kind": "method",
2126
+ "name": "getTemplate",
2127
+ "parameters": [
2128
+ {
2129
+ "name": "prefix",
2130
+ "type": {
2131
+ "text": "string"
2132
+ }
2133
+ }
2134
+ ]
2135
+ },
2165
2136
  {
2166
2137
  "kind": "field",
2167
2138
  "name": "_presentation",
@@ -2274,78 +2245,107 @@
2274
2245
  }
2275
2246
  }
2276
2247
  ],
2277
- "events": [
2248
+ "attributes": [
2278
2249
  {
2279
- "description": "Fires a custom 'change' event when the button is invoked",
2280
- "name": "change",
2281
- "inheritedFrom": {
2282
- "name": "AccordionItem",
2283
- "module": "src/accordion-item/accordion-item.ts"
2284
- }
2250
+ "name": "is-vertical",
2251
+ "type": {
2252
+ "text": "boolean"
2253
+ },
2254
+ "default": "false",
2255
+ "fieldName": "isVertical"
2256
+ },
2257
+ {
2258
+ "name": "add-default-actions",
2259
+ "type": {
2260
+ "text": "boolean"
2261
+ },
2262
+ "default": "true",
2263
+ "fieldName": "addDefaultActions"
2264
+ },
2265
+ {
2266
+ "name": "auto-close-on-action",
2267
+ "type": {
2268
+ "text": "boolean"
2269
+ },
2270
+ "default": "true",
2271
+ "fieldName": "autoCloseOnAction"
2272
+ },
2273
+ {
2274
+ "name": "name",
2275
+ "type": {
2276
+ "text": "string"
2277
+ },
2278
+ "default": "'Actions'",
2279
+ "fieldName": "name"
2280
+ },
2281
+ {
2282
+ "name": "open",
2283
+ "type": {
2284
+ "text": "boolean"
2285
+ },
2286
+ "default": "false",
2287
+ "fieldName": "open"
2288
+ },
2289
+ {
2290
+ "name": "buttonAppearance",
2291
+ "type": {
2292
+ "text": "string"
2293
+ },
2294
+ "fieldName": "buttonAppearance"
2295
+ },
2296
+ {
2297
+ "name": "hide-disabled",
2298
+ "type": {
2299
+ "text": "boolean"
2300
+ },
2301
+ "default": "false",
2302
+ "fieldName": "hideDisabled"
2303
+ },
2304
+ {
2305
+ "name": "hide-menu-single-option",
2306
+ "type": {
2307
+ "text": "boolean"
2308
+ },
2309
+ "default": "false",
2310
+ "fieldName": "hideMenuSingleOption"
2285
2311
  }
2286
- ]
2287
- },
2288
- {
2289
- "kind": "variable",
2290
- "name": "foundationAccordionItemShadowOptions",
2291
- "type": {
2292
- "text": "ShadowRootInit"
2293
- },
2294
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
2295
- },
2296
- {
2297
- "kind": "variable",
2298
- "name": "defaultAccordionItemConfig",
2299
- "type": {
2300
- "text": "object"
2312
+ ],
2313
+ "superclass": {
2314
+ "name": "FoundationElement",
2315
+ "package": "@microsoft/fast-foundation"
2301
2316
  },
2302
- "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}"
2317
+ "tagName": "%%prefix%%-actions-menu",
2318
+ "customElement": true
2303
2319
  },
2304
2320
  {
2305
2321
  "kind": "variable",
2306
- "name": "foundationAccordionItem",
2307
- "description": "The Foundation Accordion Item",
2322
+ "name": "foundationActionsMenu",
2323
+ "description": "The Foundation Actions Menu",
2308
2324
  "privacy": "public"
2309
2325
  }
2310
2326
  ],
2311
2327
  "exports": [
2312
2328
  {
2313
2329
  "kind": "js",
2314
- "name": "AccordionItem",
2315
- "declaration": {
2316
- "name": "AccordionItem",
2317
- "module": "src/accordion-item/accordion-item.ts"
2318
- }
2319
- },
2320
- {
2321
- "kind": "js",
2322
- "name": "foundationAccordionItemShadowOptions",
2323
- "declaration": {
2324
- "name": "foundationAccordionItemShadowOptions",
2325
- "module": "src/accordion-item/accordion-item.ts"
2326
- }
2327
- },
2328
- {
2329
- "kind": "js",
2330
- "name": "defaultAccordionItemConfig",
2330
+ "name": "ActionsMenu",
2331
2331
  "declaration": {
2332
- "name": "defaultAccordionItemConfig",
2333
- "module": "src/accordion-item/accordion-item.ts"
2332
+ "name": "ActionsMenu",
2333
+ "module": "src/actions-menu/actions-menu.ts"
2334
2334
  }
2335
2335
  },
2336
2336
  {
2337
2337
  "kind": "js",
2338
- "name": "foundationAccordionItem",
2338
+ "name": "foundationActionsMenu",
2339
2339
  "declaration": {
2340
- "name": "foundationAccordionItem",
2341
- "module": "src/accordion-item/accordion-item.ts"
2340
+ "name": "foundationActionsMenu",
2341
+ "module": "src/actions-menu/actions-menu.ts"
2342
2342
  }
2343
2343
  }
2344
2344
  ]
2345
2345
  },
2346
2346
  {
2347
2347
  "kind": "javascript-module",
2348
- "path": "src/accordion-item/index.ts",
2348
+ "path": "src/actions-menu/index.ts",
2349
2349
  "declarations": [],
2350
2350
  "exports": [
2351
2351
  {
@@ -2353,7 +2353,7 @@
2353
2353
  "name": "*",
2354
2354
  "declaration": {
2355
2355
  "name": "*",
2356
- "package": "./accordion-item.template"
2356
+ "package": "./actions-menu.styles"
2357
2357
  }
2358
2358
  },
2359
2359
  {
@@ -2361,7 +2361,7 @@
2361
2361
  "name": "*",
2362
2362
  "declaration": {
2363
2363
  "name": "*",
2364
- "package": "./accordion-item.styles"
2364
+ "package": "./actions-menu.template"
2365
2365
  }
2366
2366
  },
2367
2367
  {
@@ -2369,7 +2369,7 @@
2369
2369
  "name": "*",
2370
2370
  "declaration": {
2371
2371
  "name": "*",
2372
- "package": "./accordion-item"
2372
+ "package": "./actions-menu"
2373
2373
  }
2374
2374
  }
2375
2375
  ]
@@ -2927,11 +2927,11 @@
2927
2927
  },
2928
2928
  {
2929
2929
  "kind": "javascript-module",
2930
- "path": "src/ai-indicator/ai-indicator.styles.ts",
2930
+ "path": "src/accordion/accordion.styles.ts",
2931
2931
  "declarations": [
2932
2932
  {
2933
2933
  "kind": "function",
2934
- "name": "foundationAiIndicatorStyles",
2934
+ "name": "foundationAccordionStyles",
2935
2935
  "return": {
2936
2936
  "type": {
2937
2937
  "text": "ElementStyles"
@@ -2956,214 +2956,276 @@
2956
2956
  "exports": [
2957
2957
  {
2958
2958
  "kind": "js",
2959
- "name": "foundationAiIndicatorStyles",
2959
+ "name": "foundationAccordionStyles",
2960
2960
  "declaration": {
2961
- "name": "foundationAiIndicatorStyles",
2962
- "module": "src/ai-indicator/ai-indicator.styles.ts"
2961
+ "name": "foundationAccordionStyles",
2962
+ "module": "src/accordion/accordion.styles.ts"
2963
2963
  }
2964
2964
  }
2965
2965
  ]
2966
2966
  },
2967
2967
  {
2968
2968
  "kind": "javascript-module",
2969
- "path": "src/ai-indicator/ai-indicator.template.ts",
2969
+ "path": "src/accordion/accordion.template.ts",
2970
2970
  "declarations": [
2971
2971
  {
2972
- "kind": "variable",
2973
- "name": "foundationAiIndicatorTemplate",
2974
- "type": {
2975
- "text": "ViewTemplate<AiIndicator>"
2972
+ "kind": "function",
2973
+ "name": "foundationAccordionTemplate",
2974
+ "return": {
2975
+ "type": {
2976
+ "text": "ViewTemplate<Accordion>"
2977
+ }
2976
2978
  },
2977
- "default": "html`\n ${(x) => aiIndicatorTemplate(getPrefix(x))}\n`"
2979
+ "parameters": [
2980
+ {
2981
+ "name": "context",
2982
+ "type": {
2983
+ "text": "ElementDefinitionContext"
2984
+ }
2985
+ },
2986
+ {
2987
+ "name": "definition",
2988
+ "type": {
2989
+ "text": "FoundationElementDefinition"
2990
+ }
2991
+ }
2992
+ ]
2978
2993
  }
2979
2994
  ],
2980
2995
  "exports": [
2981
2996
  {
2982
2997
  "kind": "js",
2983
- "name": "foundationAiIndicatorTemplate",
2998
+ "name": "foundationAccordionTemplate",
2984
2999
  "declaration": {
2985
- "name": "foundationAiIndicatorTemplate",
2986
- "module": "src/ai-indicator/ai-indicator.template.ts"
3000
+ "name": "foundationAccordionTemplate",
3001
+ "module": "src/accordion/accordion.template.ts"
2987
3002
  }
2988
3003
  }
2989
3004
  ]
2990
3005
  },
2991
3006
  {
2992
3007
  "kind": "javascript-module",
2993
- "path": "src/ai-indicator/ai-indicator.ts",
3008
+ "path": "src/accordion/accordion.ts",
2994
3009
  "declarations": [
2995
3010
  {
2996
3011
  "kind": "class",
2997
3012
  "description": "",
2998
- "name": "AiIndicator",
2999
- "members": [
3000
- {
3001
- "kind": "field",
3002
- "name": "aiProvider",
3003
- "type": {
3004
- "text": "AIProvider"
3005
- }
3006
- },
3013
+ "name": "Accordion",
3014
+ "superclass": {
3015
+ "name": "FASTAccordion",
3016
+ "package": "@microsoft/fast-foundation"
3017
+ },
3018
+ "tagName": "%%prefix%%-accordion",
3019
+ "customElement": true,
3020
+ "attributes": [
3007
3021
  {
3008
- "kind": "field",
3009
- "name": "status",
3022
+ "name": "expand-mode",
3010
3023
  "type": {
3011
- "text": "AIStatus | null"
3024
+ "text": "AccordionExpandMode"
3012
3025
  },
3013
- "default": "null"
3014
- },
3026
+ "description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
3027
+ "fieldName": "expandmode",
3028
+ "inheritedFrom": {
3029
+ "name": "Accordion",
3030
+ "module": "src/accordion/accordion.ts"
3031
+ }
3032
+ }
3033
+ ],
3034
+ "members": [
3015
3035
  {
3016
3036
  "kind": "field",
3017
- "name": "open",
3037
+ "name": "expandmode",
3018
3038
  "type": {
3019
- "text": "boolean"
3039
+ "text": "AccordionExpandMode"
3020
3040
  },
3021
- "default": "false"
3041
+ "privacy": "public",
3042
+ "description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
3043
+ "inheritedFrom": {
3044
+ "name": "Accordion",
3045
+ "module": "src/accordion/accordion.ts"
3046
+ }
3022
3047
  },
3023
3048
  {
3024
3049
  "kind": "field",
3025
- "name": "state",
3050
+ "name": "activeid",
3026
3051
  "type": {
3027
- "text": "AIIndicatorState"
3052
+ "text": "string | null"
3028
3053
  },
3029
- "default": "'none'"
3054
+ "privacy": "private",
3055
+ "inheritedFrom": {
3056
+ "name": "Accordion",
3057
+ "module": "src/accordion/accordion.ts"
3058
+ }
3030
3059
  },
3031
3060
  {
3032
3061
  "kind": "field",
3033
- "name": "isInstalling",
3062
+ "name": "activeItemIndex",
3034
3063
  "type": {
3035
- "text": "boolean"
3064
+ "text": "number"
3036
3065
  },
3037
- "default": "false"
3066
+ "privacy": "private",
3067
+ "default": "0",
3068
+ "inheritedFrom": {
3069
+ "name": "Accordion",
3070
+ "module": "src/accordion/accordion.ts"
3071
+ }
3038
3072
  },
3039
3073
  {
3040
3074
  "kind": "field",
3041
- "name": "pollTimer",
3075
+ "name": "accordionIds",
3042
3076
  "type": {
3043
- "text": "ReturnType<typeof setInterval> | null"
3077
+ "text": "Array<string | null>"
3044
3078
  },
3045
3079
  "privacy": "private",
3046
- "default": "null"
3047
- },
3048
- {
3049
- "kind": "field",
3050
- "name": "clickOutside",
3051
- "privacy": "private"
3080
+ "inheritedFrom": {
3081
+ "name": "Accordion",
3082
+ "module": "src/accordion/accordion.ts"
3083
+ }
3052
3084
  },
3053
3085
  {
3054
3086
  "kind": "field",
3055
- "name": "chromeStatusLabel",
3056
- "type": {
3057
- "text": "string | null"
3058
- },
3059
- "readonly": true
3087
+ "name": "change",
3088
+ "privacy": "private",
3089
+ "inheritedFrom": {
3090
+ "name": "Accordion",
3091
+ "module": "src/accordion/accordion.ts"
3092
+ }
3060
3093
  },
3061
3094
  {
3062
- "kind": "field",
3063
- "name": "canInstall",
3064
- "type": {
3065
- "text": "boolean"
3095
+ "kind": "method",
3096
+ "name": "findExpandedItem",
3097
+ "privacy": "private",
3098
+ "return": {
3099
+ "type": {
3100
+ "text": "AccordionItem | null"
3101
+ }
3066
3102
  },
3067
- "readonly": true
3103
+ "inheritedFrom": {
3104
+ "name": "Accordion",
3105
+ "module": "src/accordion/accordion.ts"
3106
+ }
3068
3107
  },
3069
3108
  {
3070
3109
  "kind": "field",
3071
- "name": "isDownloading",
3072
- "type": {
3073
- "text": "boolean"
3074
- },
3075
- "readonly": true
3110
+ "name": "setItems",
3111
+ "privacy": "private",
3112
+ "inheritedFrom": {
3113
+ "name": "Accordion",
3114
+ "module": "src/accordion/accordion.ts"
3115
+ }
3076
3116
  },
3077
3117
  {
3078
3118
  "kind": "method",
3079
- "name": "openChanged",
3119
+ "name": "resetItems",
3120
+ "privacy": "private",
3080
3121
  "return": {
3081
3122
  "type": {
3082
3123
  "text": "void"
3083
3124
  }
3125
+ },
3126
+ "inheritedFrom": {
3127
+ "name": "Accordion",
3128
+ "module": "src/accordion/accordion.ts"
3084
3129
  }
3085
3130
  },
3086
3131
  {
3087
- "kind": "method",
3088
- "name": "handleClickOutside",
3132
+ "kind": "field",
3133
+ "name": "removeItemListeners",
3089
3134
  "privacy": "private",
3090
- "parameters": [
3091
- {
3092
- "name": "event",
3093
- "type": {
3094
- "text": "MouseEvent"
3095
- }
3096
- }
3097
- ]
3135
+ "inheritedFrom": {
3136
+ "name": "Accordion",
3137
+ "module": "src/accordion/accordion.ts"
3138
+ }
3098
3139
  },
3099
3140
  {
3100
- "kind": "method",
3101
- "name": "toggleDropdown"
3141
+ "kind": "field",
3142
+ "name": "activeItemChange",
3143
+ "privacy": "private",
3144
+ "inheritedFrom": {
3145
+ "name": "Accordion",
3146
+ "module": "src/accordion/accordion.ts"
3147
+ }
3102
3148
  },
3103
3149
  {
3104
3150
  "kind": "method",
3105
- "name": "refreshStatus",
3151
+ "name": "getItemIds",
3152
+ "privacy": "private",
3106
3153
  "return": {
3107
3154
  "type": {
3108
- "text": "Promise<void>"
3155
+ "text": "Array<string | null>"
3109
3156
  }
3157
+ },
3158
+ "inheritedFrom": {
3159
+ "name": "Accordion",
3160
+ "module": "src/accordion/accordion.ts"
3110
3161
  }
3111
3162
  },
3112
3163
  {
3113
3164
  "kind": "method",
3114
- "name": "deriveState",
3165
+ "name": "isSingleExpandMode",
3115
3166
  "privacy": "private",
3116
3167
  "return": {
3117
3168
  "type": {
3118
- "text": "AIIndicatorState"
3169
+ "text": "boolean"
3119
3170
  }
3120
3171
  },
3121
- "parameters": [
3122
- {
3123
- "name": "s",
3124
- "type": {
3125
- "text": "AIStatus | null"
3126
- }
3127
- }
3128
- ]
3172
+ "inheritedFrom": {
3173
+ "name": "Accordion",
3174
+ "module": "src/accordion/accordion.ts"
3175
+ }
3129
3176
  },
3130
3177
  {
3131
- "kind": "method",
3132
- "name": "maybeStartPolling",
3178
+ "kind": "field",
3179
+ "name": "handleItemKeyDown",
3133
3180
  "privacy": "private",
3134
- "return": {
3135
- "type": {
3136
- "text": "void"
3137
- }
3181
+ "inheritedFrom": {
3182
+ "name": "Accordion",
3183
+ "module": "src/accordion/accordion.ts"
3138
3184
  }
3139
3185
  },
3140
3186
  {
3141
- "kind": "method",
3142
- "name": "startPolling",
3187
+ "kind": "field",
3188
+ "name": "handleItemFocus",
3143
3189
  "privacy": "private",
3144
- "return": {
3145
- "type": {
3146
- "text": "void"
3147
- }
3190
+ "inheritedFrom": {
3191
+ "name": "Accordion",
3192
+ "module": "src/accordion/accordion.ts"
3148
3193
  }
3149
3194
  },
3150
3195
  {
3151
3196
  "kind": "method",
3152
- "name": "stopPolling",
3197
+ "name": "adjust",
3153
3198
  "privacy": "private",
3154
3199
  "return": {
3155
3200
  "type": {
3156
3201
  "text": "void"
3157
3202
  }
3203
+ },
3204
+ "parameters": [
3205
+ {
3206
+ "name": "adjustment",
3207
+ "type": {
3208
+ "text": "number"
3209
+ }
3210
+ }
3211
+ ],
3212
+ "inheritedFrom": {
3213
+ "name": "Accordion",
3214
+ "module": "src/accordion/accordion.ts"
3158
3215
  }
3159
3216
  },
3160
3217
  {
3161
3218
  "kind": "method",
3162
- "name": "onInstall",
3219
+ "name": "focusItem",
3220
+ "privacy": "private",
3163
3221
  "return": {
3164
3222
  "type": {
3165
- "text": "Promise<void>"
3223
+ "text": "void"
3166
3224
  }
3225
+ },
3226
+ "inheritedFrom": {
3227
+ "name": "Accordion",
3228
+ "module": "src/accordion/accordion.ts"
3167
3229
  }
3168
3230
  },
3169
3231
  {
@@ -3278,99 +3340,113 @@
3278
3340
  }
3279
3341
  }
3280
3342
  ],
3281
- "superclass": {
3282
- "name": "FoundationElement",
3283
- "package": "@microsoft/fast-foundation"
3343
+ "events": [
3344
+ {
3345
+ "description": "Fires a custom 'change' event when the active item changes",
3346
+ "name": "change",
3347
+ "inheritedFrom": {
3348
+ "name": "Accordion",
3349
+ "module": "src/accordion/accordion.ts"
3350
+ }
3351
+ }
3352
+ ]
3353
+ },
3354
+ {
3355
+ "kind": "variable",
3356
+ "name": "foundationAccordionShadowOptions",
3357
+ "type": {
3358
+ "text": "ShadowRootInit"
3284
3359
  },
3285
- "tagName": "%%prefix%%-ai-indicator",
3286
- "customElement": true
3360
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
3287
3361
  },
3288
3362
  {
3289
3363
  "kind": "variable",
3290
- "name": "foundationAiIndicator"
3364
+ "name": "defaultAccordionConfig",
3365
+ "type": {
3366
+ "text": "object"
3367
+ },
3368
+ "default": "{}"
3369
+ },
3370
+ {
3371
+ "kind": "variable",
3372
+ "name": "foundationAccordion",
3373
+ "description": "The Foundation Accordion",
3374
+ "privacy": "public"
3291
3375
  }
3292
3376
  ],
3293
3377
  "exports": [
3294
3378
  {
3295
3379
  "kind": "js",
3296
- "name": "AiIndicator",
3380
+ "name": "Accordion",
3297
3381
  "declaration": {
3298
- "name": "AiIndicator",
3299
- "module": "src/ai-indicator/ai-indicator.ts"
3382
+ "name": "Accordion",
3383
+ "module": "src/accordion/accordion.ts"
3300
3384
  }
3301
3385
  },
3302
3386
  {
3303
3387
  "kind": "js",
3304
- "name": "foundationAiIndicator",
3305
- "declaration": {
3306
- "name": "foundationAiIndicator",
3307
- "module": "src/ai-indicator/ai-indicator.ts"
3308
- }
3309
- }
3310
- ]
3311
- },
3312
- {
3313
- "kind": "javascript-module",
3314
- "path": "src/ai-indicator/index.ts",
3315
- "declarations": [],
3316
- "exports": [
3317
- {
3318
- "kind": "js",
3319
- "name": "AiIndicator",
3388
+ "name": "foundationAccordionShadowOptions",
3320
3389
  "declaration": {
3321
- "name": "AiIndicator",
3322
- "module": "./ai-indicator"
3390
+ "name": "foundationAccordionShadowOptions",
3391
+ "module": "src/accordion/accordion.ts"
3323
3392
  }
3324
3393
  },
3325
3394
  {
3326
3395
  "kind": "js",
3327
- "name": "foundationAiIndicator",
3396
+ "name": "defaultAccordionConfig",
3328
3397
  "declaration": {
3329
- "name": "foundationAiIndicator",
3330
- "module": "./ai-indicator"
3398
+ "name": "defaultAccordionConfig",
3399
+ "module": "src/accordion/accordion.ts"
3331
3400
  }
3332
3401
  },
3333
3402
  {
3334
3403
  "kind": "js",
3335
- "name": "type",
3404
+ "name": "foundationAccordion",
3336
3405
  "declaration": {
3337
- "name": "type",
3338
- "module": "./ai-indicator"
3406
+ "name": "foundationAccordion",
3407
+ "module": "src/accordion/accordion.ts"
3339
3408
  }
3340
- },
3409
+ }
3410
+ ]
3411
+ },
3412
+ {
3413
+ "kind": "javascript-module",
3414
+ "path": "src/accordion/index.ts",
3415
+ "declarations": [],
3416
+ "exports": [
3341
3417
  {
3342
3418
  "kind": "js",
3343
- "name": "AIIndicatorState",
3419
+ "name": "*",
3344
3420
  "declaration": {
3345
- "name": "AIIndicatorState",
3346
- "module": "./ai-indicator"
3421
+ "name": "*",
3422
+ "package": "./accordion.template"
3347
3423
  }
3348
3424
  },
3349
3425
  {
3350
3426
  "kind": "js",
3351
- "name": "foundationAiIndicatorTemplate",
3427
+ "name": "*",
3352
3428
  "declaration": {
3353
- "name": "foundationAiIndicatorTemplate",
3354
- "module": "./ai-indicator.template"
3429
+ "name": "*",
3430
+ "package": "./accordion.styles"
3355
3431
  }
3356
3432
  },
3357
3433
  {
3358
3434
  "kind": "js",
3359
- "name": "foundationAiIndicatorStyles",
3435
+ "name": "*",
3360
3436
  "declaration": {
3361
- "name": "foundationAiIndicatorStyles",
3362
- "module": "./ai-indicator.styles"
3437
+ "name": "*",
3438
+ "package": "./accordion"
3363
3439
  }
3364
3440
  }
3365
3441
  ]
3366
3442
  },
3367
3443
  {
3368
3444
  "kind": "javascript-module",
3369
- "path": "src/accordion/accordion.styles.ts",
3445
+ "path": "src/ai-indicator/ai-indicator.styles.ts",
3370
3446
  "declarations": [
3371
3447
  {
3372
3448
  "kind": "function",
3373
- "name": "foundationAccordionStyles",
3449
+ "name": "foundationAiIndicatorStyles",
3374
3450
  "return": {
3375
3451
  "type": {
3376
3452
  "text": "ElementStyles"
@@ -3395,276 +3471,214 @@
3395
3471
  "exports": [
3396
3472
  {
3397
3473
  "kind": "js",
3398
- "name": "foundationAccordionStyles",
3474
+ "name": "foundationAiIndicatorStyles",
3399
3475
  "declaration": {
3400
- "name": "foundationAccordionStyles",
3401
- "module": "src/accordion/accordion.styles.ts"
3476
+ "name": "foundationAiIndicatorStyles",
3477
+ "module": "src/ai-indicator/ai-indicator.styles.ts"
3402
3478
  }
3403
3479
  }
3404
3480
  ]
3405
3481
  },
3406
3482
  {
3407
3483
  "kind": "javascript-module",
3408
- "path": "src/accordion/accordion.template.ts",
3484
+ "path": "src/ai-indicator/ai-indicator.template.ts",
3409
3485
  "declarations": [
3410
3486
  {
3411
- "kind": "function",
3412
- "name": "foundationAccordionTemplate",
3413
- "return": {
3414
- "type": {
3415
- "text": "ViewTemplate<Accordion>"
3416
- }
3487
+ "kind": "variable",
3488
+ "name": "foundationAiIndicatorTemplate",
3489
+ "type": {
3490
+ "text": "ViewTemplate<AiIndicator>"
3417
3491
  },
3418
- "parameters": [
3419
- {
3420
- "name": "context",
3421
- "type": {
3422
- "text": "ElementDefinitionContext"
3423
- }
3424
- },
3425
- {
3426
- "name": "definition",
3427
- "type": {
3428
- "text": "FoundationElementDefinition"
3429
- }
3430
- }
3431
- ]
3492
+ "default": "html`\n ${(x) => aiIndicatorTemplate(getPrefix(x))}\n`"
3432
3493
  }
3433
3494
  ],
3434
3495
  "exports": [
3435
3496
  {
3436
3497
  "kind": "js",
3437
- "name": "foundationAccordionTemplate",
3498
+ "name": "foundationAiIndicatorTemplate",
3438
3499
  "declaration": {
3439
- "name": "foundationAccordionTemplate",
3440
- "module": "src/accordion/accordion.template.ts"
3500
+ "name": "foundationAiIndicatorTemplate",
3501
+ "module": "src/ai-indicator/ai-indicator.template.ts"
3441
3502
  }
3442
3503
  }
3443
3504
  ]
3444
3505
  },
3445
3506
  {
3446
3507
  "kind": "javascript-module",
3447
- "path": "src/accordion/accordion.ts",
3508
+ "path": "src/ai-indicator/ai-indicator.ts",
3448
3509
  "declarations": [
3449
3510
  {
3450
3511
  "kind": "class",
3451
3512
  "description": "",
3452
- "name": "Accordion",
3453
- "superclass": {
3454
- "name": "FASTAccordion",
3455
- "package": "@microsoft/fast-foundation"
3456
- },
3457
- "tagName": "%%prefix%%-accordion",
3458
- "customElement": true,
3459
- "attributes": [
3513
+ "name": "AiIndicator",
3514
+ "members": [
3460
3515
  {
3461
- "name": "expand-mode",
3516
+ "kind": "field",
3517
+ "name": "aiProvider",
3462
3518
  "type": {
3463
- "text": "AccordionExpandMode"
3464
- },
3465
- "description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
3466
- "fieldName": "expandmode",
3467
- "inheritedFrom": {
3468
- "name": "Accordion",
3469
- "module": "src/accordion/accordion.ts"
3519
+ "text": "AIProvider"
3470
3520
  }
3471
- }
3472
- ],
3473
- "members": [
3521
+ },
3474
3522
  {
3475
3523
  "kind": "field",
3476
- "name": "expandmode",
3524
+ "name": "status",
3477
3525
  "type": {
3478
- "text": "AccordionExpandMode"
3526
+ "text": "AIStatus | null"
3479
3527
  },
3480
- "privacy": "public",
3481
- "description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
3482
- "inheritedFrom": {
3483
- "name": "Accordion",
3484
- "module": "src/accordion/accordion.ts"
3485
- }
3528
+ "default": "null"
3486
3529
  },
3487
3530
  {
3488
3531
  "kind": "field",
3489
- "name": "activeid",
3532
+ "name": "open",
3490
3533
  "type": {
3491
- "text": "string | null"
3534
+ "text": "boolean"
3492
3535
  },
3493
- "privacy": "private",
3494
- "inheritedFrom": {
3495
- "name": "Accordion",
3496
- "module": "src/accordion/accordion.ts"
3497
- }
3536
+ "default": "false"
3498
3537
  },
3499
3538
  {
3500
3539
  "kind": "field",
3501
- "name": "activeItemIndex",
3540
+ "name": "state",
3502
3541
  "type": {
3503
- "text": "number"
3542
+ "text": "AIIndicatorState"
3504
3543
  },
3505
- "privacy": "private",
3506
- "default": "0",
3507
- "inheritedFrom": {
3508
- "name": "Accordion",
3509
- "module": "src/accordion/accordion.ts"
3510
- }
3544
+ "default": "'none'"
3545
+ },
3546
+ {
3547
+ "kind": "field",
3548
+ "name": "isInstalling",
3549
+ "type": {
3550
+ "text": "boolean"
3551
+ },
3552
+ "default": "false"
3511
3553
  },
3512
3554
  {
3513
3555
  "kind": "field",
3514
- "name": "accordionIds",
3556
+ "name": "pollTimer",
3515
3557
  "type": {
3516
- "text": "Array<string | null>"
3558
+ "text": "ReturnType<typeof setInterval> | null"
3517
3559
  },
3518
3560
  "privacy": "private",
3519
- "inheritedFrom": {
3520
- "name": "Accordion",
3521
- "module": "src/accordion/accordion.ts"
3522
- }
3561
+ "default": "null"
3523
3562
  },
3524
3563
  {
3525
3564
  "kind": "field",
3526
- "name": "change",
3527
- "privacy": "private",
3528
- "inheritedFrom": {
3529
- "name": "Accordion",
3530
- "module": "src/accordion/accordion.ts"
3531
- }
3565
+ "name": "clickOutside",
3566
+ "privacy": "private"
3532
3567
  },
3533
3568
  {
3534
- "kind": "method",
3535
- "name": "findExpandedItem",
3536
- "privacy": "private",
3537
- "return": {
3538
- "type": {
3539
- "text": "AccordionItem | null"
3540
- }
3569
+ "kind": "field",
3570
+ "name": "chromeStatusLabel",
3571
+ "type": {
3572
+ "text": "string | null"
3541
3573
  },
3542
- "inheritedFrom": {
3543
- "name": "Accordion",
3544
- "module": "src/accordion/accordion.ts"
3545
- }
3574
+ "readonly": true
3546
3575
  },
3547
3576
  {
3548
3577
  "kind": "field",
3549
- "name": "setItems",
3550
- "privacy": "private",
3551
- "inheritedFrom": {
3552
- "name": "Accordion",
3553
- "module": "src/accordion/accordion.ts"
3554
- }
3578
+ "name": "canInstall",
3579
+ "type": {
3580
+ "text": "boolean"
3581
+ },
3582
+ "readonly": true
3583
+ },
3584
+ {
3585
+ "kind": "field",
3586
+ "name": "isDownloading",
3587
+ "type": {
3588
+ "text": "boolean"
3589
+ },
3590
+ "readonly": true
3555
3591
  },
3556
3592
  {
3557
3593
  "kind": "method",
3558
- "name": "resetItems",
3559
- "privacy": "private",
3594
+ "name": "openChanged",
3560
3595
  "return": {
3561
3596
  "type": {
3562
3597
  "text": "void"
3563
3598
  }
3564
- },
3565
- "inheritedFrom": {
3566
- "name": "Accordion",
3567
- "module": "src/accordion/accordion.ts"
3568
3599
  }
3569
3600
  },
3570
3601
  {
3571
- "kind": "field",
3572
- "name": "removeItemListeners",
3602
+ "kind": "method",
3603
+ "name": "handleClickOutside",
3573
3604
  "privacy": "private",
3574
- "inheritedFrom": {
3575
- "name": "Accordion",
3576
- "module": "src/accordion/accordion.ts"
3577
- }
3605
+ "parameters": [
3606
+ {
3607
+ "name": "event",
3608
+ "type": {
3609
+ "text": "MouseEvent"
3610
+ }
3611
+ }
3612
+ ]
3578
3613
  },
3579
3614
  {
3580
- "kind": "field",
3581
- "name": "activeItemChange",
3582
- "privacy": "private",
3583
- "inheritedFrom": {
3584
- "name": "Accordion",
3585
- "module": "src/accordion/accordion.ts"
3586
- }
3615
+ "kind": "method",
3616
+ "name": "toggleDropdown"
3587
3617
  },
3588
3618
  {
3589
3619
  "kind": "method",
3590
- "name": "getItemIds",
3591
- "privacy": "private",
3620
+ "name": "refreshStatus",
3592
3621
  "return": {
3593
3622
  "type": {
3594
- "text": "Array<string | null>"
3623
+ "text": "Promise<void>"
3595
3624
  }
3596
- },
3597
- "inheritedFrom": {
3598
- "name": "Accordion",
3599
- "module": "src/accordion/accordion.ts"
3600
3625
  }
3601
3626
  },
3602
3627
  {
3603
3628
  "kind": "method",
3604
- "name": "isSingleExpandMode",
3629
+ "name": "deriveState",
3605
3630
  "privacy": "private",
3606
3631
  "return": {
3607
3632
  "type": {
3608
- "text": "boolean"
3633
+ "text": "AIIndicatorState"
3609
3634
  }
3610
3635
  },
3611
- "inheritedFrom": {
3612
- "name": "Accordion",
3613
- "module": "src/accordion/accordion.ts"
3614
- }
3636
+ "parameters": [
3637
+ {
3638
+ "name": "s",
3639
+ "type": {
3640
+ "text": "AIStatus | null"
3641
+ }
3642
+ }
3643
+ ]
3615
3644
  },
3616
3645
  {
3617
- "kind": "field",
3618
- "name": "handleItemKeyDown",
3646
+ "kind": "method",
3647
+ "name": "maybeStartPolling",
3619
3648
  "privacy": "private",
3620
- "inheritedFrom": {
3621
- "name": "Accordion",
3622
- "module": "src/accordion/accordion.ts"
3649
+ "return": {
3650
+ "type": {
3651
+ "text": "void"
3652
+ }
3623
3653
  }
3624
3654
  },
3625
3655
  {
3626
- "kind": "field",
3627
- "name": "handleItemFocus",
3656
+ "kind": "method",
3657
+ "name": "startPolling",
3628
3658
  "privacy": "private",
3629
- "inheritedFrom": {
3630
- "name": "Accordion",
3631
- "module": "src/accordion/accordion.ts"
3659
+ "return": {
3660
+ "type": {
3661
+ "text": "void"
3662
+ }
3632
3663
  }
3633
3664
  },
3634
3665
  {
3635
3666
  "kind": "method",
3636
- "name": "adjust",
3667
+ "name": "stopPolling",
3637
3668
  "privacy": "private",
3638
3669
  "return": {
3639
3670
  "type": {
3640
3671
  "text": "void"
3641
3672
  }
3642
- },
3643
- "parameters": [
3644
- {
3645
- "name": "adjustment",
3646
- "type": {
3647
- "text": "number"
3648
- }
3649
- }
3650
- ],
3651
- "inheritedFrom": {
3652
- "name": "Accordion",
3653
- "module": "src/accordion/accordion.ts"
3654
3673
  }
3655
3674
  },
3656
3675
  {
3657
3676
  "kind": "method",
3658
- "name": "focusItem",
3659
- "privacy": "private",
3677
+ "name": "onInstall",
3660
3678
  "return": {
3661
3679
  "type": {
3662
- "text": "void"
3680
+ "text": "Promise<void>"
3663
3681
  }
3664
- },
3665
- "inheritedFrom": {
3666
- "name": "Accordion",
3667
- "module": "src/accordion/accordion.ts"
3668
3682
  }
3669
3683
  },
3670
3684
  {
@@ -3779,102 +3793,88 @@
3779
3793
  }
3780
3794
  }
3781
3795
  ],
3782
- "events": [
3783
- {
3784
- "description": "Fires a custom 'change' event when the active item changes",
3785
- "name": "change",
3786
- "inheritedFrom": {
3787
- "name": "Accordion",
3788
- "module": "src/accordion/accordion.ts"
3789
- }
3790
- }
3791
- ]
3792
- },
3793
- {
3794
- "kind": "variable",
3795
- "name": "foundationAccordionShadowOptions",
3796
- "type": {
3797
- "text": "ShadowRootInit"
3798
- },
3799
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
3800
- },
3801
- {
3802
- "kind": "variable",
3803
- "name": "defaultAccordionConfig",
3804
- "type": {
3805
- "text": "object"
3796
+ "superclass": {
3797
+ "name": "FoundationElement",
3798
+ "package": "@microsoft/fast-foundation"
3806
3799
  },
3807
- "default": "{}"
3800
+ "tagName": "%%prefix%%-ai-indicator",
3801
+ "customElement": true
3808
3802
  },
3809
3803
  {
3810
3804
  "kind": "variable",
3811
- "name": "foundationAccordion",
3812
- "description": "The Foundation Accordion",
3813
- "privacy": "public"
3805
+ "name": "foundationAiIndicator"
3814
3806
  }
3815
3807
  ],
3816
3808
  "exports": [
3817
3809
  {
3818
3810
  "kind": "js",
3819
- "name": "Accordion",
3811
+ "name": "AiIndicator",
3820
3812
  "declaration": {
3821
- "name": "Accordion",
3822
- "module": "src/accordion/accordion.ts"
3813
+ "name": "AiIndicator",
3814
+ "module": "src/ai-indicator/ai-indicator.ts"
3823
3815
  }
3824
3816
  },
3825
3817
  {
3826
3818
  "kind": "js",
3827
- "name": "foundationAccordionShadowOptions",
3819
+ "name": "foundationAiIndicator",
3828
3820
  "declaration": {
3829
- "name": "foundationAccordionShadowOptions",
3830
- "module": "src/accordion/accordion.ts"
3821
+ "name": "foundationAiIndicator",
3822
+ "module": "src/ai-indicator/ai-indicator.ts"
3823
+ }
3824
+ }
3825
+ ]
3826
+ },
3827
+ {
3828
+ "kind": "javascript-module",
3829
+ "path": "src/ai-indicator/index.ts",
3830
+ "declarations": [],
3831
+ "exports": [
3832
+ {
3833
+ "kind": "js",
3834
+ "name": "AiIndicator",
3835
+ "declaration": {
3836
+ "name": "AiIndicator",
3837
+ "module": "./ai-indicator"
3831
3838
  }
3832
3839
  },
3833
3840
  {
3834
3841
  "kind": "js",
3835
- "name": "defaultAccordionConfig",
3842
+ "name": "foundationAiIndicator",
3836
3843
  "declaration": {
3837
- "name": "defaultAccordionConfig",
3838
- "module": "src/accordion/accordion.ts"
3844
+ "name": "foundationAiIndicator",
3845
+ "module": "./ai-indicator"
3839
3846
  }
3840
3847
  },
3841
3848
  {
3842
3849
  "kind": "js",
3843
- "name": "foundationAccordion",
3850
+ "name": "type",
3844
3851
  "declaration": {
3845
- "name": "foundationAccordion",
3846
- "module": "src/accordion/accordion.ts"
3852
+ "name": "type",
3853
+ "module": "./ai-indicator"
3847
3854
  }
3848
- }
3849
- ]
3850
- },
3851
- {
3852
- "kind": "javascript-module",
3853
- "path": "src/accordion/index.ts",
3854
- "declarations": [],
3855
- "exports": [
3855
+ },
3856
3856
  {
3857
3857
  "kind": "js",
3858
- "name": "*",
3858
+ "name": "AIIndicatorState",
3859
3859
  "declaration": {
3860
- "name": "*",
3861
- "package": "./accordion.template"
3860
+ "name": "AIIndicatorState",
3861
+ "module": "./ai-indicator"
3862
3862
  }
3863
3863
  },
3864
3864
  {
3865
3865
  "kind": "js",
3866
- "name": "*",
3866
+ "name": "foundationAiIndicatorTemplate",
3867
3867
  "declaration": {
3868
- "name": "*",
3869
- "package": "./accordion.styles"
3868
+ "name": "foundationAiIndicatorTemplate",
3869
+ "module": "./ai-indicator.template"
3870
3870
  }
3871
3871
  },
3872
3872
  {
3873
3873
  "kind": "js",
3874
- "name": "*",
3874
+ "name": "foundationAiIndicatorStyles",
3875
3875
  "declaration": {
3876
- "name": "*",
3877
- "package": "./accordion"
3876
+ "name": "foundationAiIndicatorStyles",
3877
+ "module": "./ai-indicator.styles"
3878
3878
  }
3879
3879
  }
3880
3880
  ]