@genesislcap/foundation-ui 15.39.0 → 15.40.0-canary.1

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.
@@ -1495,34 +1495,11 @@
1495
1495
  },
1496
1496
  {
1497
1497
  "kind": "javascript-module",
1498
- "path": "src/actions-menu/actions-menu.styles.ts",
1498
+ "path": "src/accordion-item/accordion-item.styles.ts",
1499
1499
  "declarations": [
1500
1500
  {
1501
1501
  "kind": "function",
1502
- "name": "actionsMenuBaseStyles",
1503
- "return": {
1504
- "type": {
1505
- "text": "ElementStyles"
1506
- }
1507
- },
1508
- "parameters": [
1509
- {
1510
- "name": "context",
1511
- "type": {
1512
- "text": "ElementDefinitionContext"
1513
- }
1514
- },
1515
- {
1516
- "name": "definition",
1517
- "type": {
1518
- "text": "FoundationElementDefinition"
1519
- }
1520
- }
1521
- ]
1522
- },
1523
- {
1524
- "kind": "function",
1525
- "name": "foundationActionsMenuStyles",
1502
+ "name": "foundationAccordionItemStyles",
1526
1503
  "return": {
1527
1504
  "type": {
1528
1505
  "text": "ElementStyles"
@@ -1547,282 +1524,157 @@
1547
1524
  "exports": [
1548
1525
  {
1549
1526
  "kind": "js",
1550
- "name": "actionsMenuBaseStyles",
1551
- "declaration": {
1552
- "name": "actionsMenuBaseStyles",
1553
- "module": "src/actions-menu/actions-menu.styles.ts"
1554
- }
1555
- },
1556
- {
1557
- "kind": "js",
1558
- "name": "foundationActionsMenuStyles",
1527
+ "name": "foundationAccordionItemStyles",
1559
1528
  "declaration": {
1560
- "name": "foundationActionsMenuStyles",
1561
- "module": "src/actions-menu/actions-menu.styles.ts"
1529
+ "name": "foundationAccordionItemStyles",
1530
+ "module": "src/accordion-item/accordion-item.styles.ts"
1562
1531
  }
1563
1532
  }
1564
1533
  ]
1565
1534
  },
1566
1535
  {
1567
1536
  "kind": "javascript-module",
1568
- "path": "src/actions-menu/actions-menu.template.ts",
1537
+ "path": "src/accordion-item/accordion-item.template.ts",
1569
1538
  "declarations": [
1570
1539
  {
1571
1540
  "kind": "function",
1572
- "name": "menuTemplate",
1541
+ "name": "foundationAccordionItemTemplate",
1542
+ "return": {
1543
+ "type": {
1544
+ "text": "ViewTemplate<AccordionItem>"
1545
+ }
1546
+ },
1573
1547
  "parameters": [
1574
1548
  {
1575
- "name": "prefix",
1549
+ "name": "context",
1576
1550
  "type": {
1577
- "text": "string"
1551
+ "text": "ElementDefinitionContext"
1578
1552
  }
1579
- }
1580
- ]
1581
- },
1582
- {
1583
- "kind": "function",
1584
- "name": "singleOptionTemplate",
1585
- "parameters": [
1553
+ },
1586
1554
  {
1587
- "name": "prefix",
1555
+ "name": "definition",
1588
1556
  "type": {
1589
- "text": "string"
1557
+ "text": "FoundationElementDefinition"
1590
1558
  }
1591
1559
  }
1592
1560
  ]
1593
- },
1594
- {
1595
- "kind": "variable",
1596
- "name": "foundationActionsMenuTemplate",
1597
- "type": {
1598
- "text": "ViewTemplate<ActionsMenu>"
1599
- },
1600
- "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`"
1601
1561
  }
1602
1562
  ],
1603
1563
  "exports": [
1604
1564
  {
1605
1565
  "kind": "js",
1606
- "name": "menuTemplate",
1607
- "declaration": {
1608
- "name": "menuTemplate",
1609
- "module": "src/actions-menu/actions-menu.template.ts"
1610
- }
1611
- },
1612
- {
1613
- "kind": "js",
1614
- "name": "singleOptionTemplate",
1615
- "declaration": {
1616
- "name": "singleOptionTemplate",
1617
- "module": "src/actions-menu/actions-menu.template.ts"
1618
- }
1619
- },
1620
- {
1621
- "kind": "js",
1622
- "name": "foundationActionsMenuTemplate",
1566
+ "name": "foundationAccordionItemTemplate",
1623
1567
  "declaration": {
1624
- "name": "foundationActionsMenuTemplate",
1625
- "module": "src/actions-menu/actions-menu.template.ts"
1568
+ "name": "foundationAccordionItemTemplate",
1569
+ "module": "src/accordion-item/accordion-item.template.ts"
1626
1570
  }
1627
1571
  }
1628
1572
  ]
1629
1573
  },
1630
1574
  {
1631
1575
  "kind": "javascript-module",
1632
- "path": "src/actions-menu/actions-menu.ts",
1576
+ "path": "src/accordion-item/accordion-item.ts",
1633
1577
  "declarations": [
1634
1578
  {
1635
1579
  "kind": "class",
1636
1580
  "description": "",
1637
- "name": "ActionsMenu",
1638
- "members": [
1639
- {
1640
- "kind": "field",
1641
- "name": "actions",
1642
- "type": {
1643
- "text": "ActionMenuItem[]"
1644
- }
1645
- },
1646
- {
1647
- "kind": "field",
1648
- "name": "isVertical",
1649
- "type": {
1650
- "text": "boolean"
1651
- },
1652
- "default": "false"
1653
- },
1581
+ "name": "AccordionItem",
1582
+ "superclass": {
1583
+ "name": "FASTAccordionItem",
1584
+ "package": "@microsoft/fast-components"
1585
+ },
1586
+ "tagName": "%%prefix%%-accordion-item",
1587
+ "customElement": true,
1588
+ "attributes": [
1654
1589
  {
1655
- "kind": "field",
1656
- "name": "addDefaultActions",
1590
+ "name": "heading-level",
1657
1591
  "type": {
1658
- "text": "boolean"
1592
+ "text": "1 | 2 | 3 | 4 | 5 | 6"
1659
1593
  },
1660
- "default": "true"
1594
+ "default": "2",
1595
+ "description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
1596
+ "fieldName": "headinglevel",
1597
+ "inheritedFrom": {
1598
+ "name": "AccordionItem",
1599
+ "module": "src/accordion-item/accordion-item.ts"
1600
+ }
1661
1601
  },
1662
1602
  {
1663
- "kind": "field",
1664
- "name": "autoCloseOnAction",
1665
1603
  "type": {
1666
1604
  "text": "boolean"
1667
1605
  },
1668
- "default": "true"
1669
- },
1670
- {
1671
- "kind": "field",
1672
- "name": "classNames",
1673
- "type": {
1674
- "text": "string"
1675
- }
1676
- },
1677
- {
1678
- "kind": "field",
1679
- "name": "definition",
1680
- "type": {
1681
- "text": "any"
1606
+ "default": "false",
1607
+ "description": "Expands or collapses the item.",
1608
+ "fieldName": "expanded",
1609
+ "inheritedFrom": {
1610
+ "name": "AccordionItem",
1611
+ "module": "src/accordion-item/accordion-item.ts"
1682
1612
  }
1683
1613
  },
1684
1614
  {
1685
- "kind": "field",
1686
- "name": "name",
1615
+ "name": "id",
1687
1616
  "type": {
1688
1617
  "text": "string"
1689
1618
  },
1690
- "default": "'Actions'"
1691
- },
1692
- {
1693
- "kind": "field",
1694
- "name": "open",
1695
- "type": {
1696
- "text": "boolean"
1697
- },
1698
- "default": "false"
1699
- },
1700
- {
1701
- "kind": "field",
1702
- "name": "buttonAppearance",
1703
- "type": {
1704
- "text": "string"
1619
+ "description": "The item ID",
1620
+ "fieldName": "id",
1621
+ "inheritedFrom": {
1622
+ "name": "AccordionItem",
1623
+ "module": "src/accordion-item/accordion-item.ts"
1705
1624
  }
1706
- },
1625
+ }
1626
+ ],
1627
+ "members": [
1707
1628
  {
1708
1629
  "kind": "field",
1709
- "name": "hideDisabled",
1630
+ "name": "headinglevel",
1710
1631
  "type": {
1711
- "text": "boolean"
1632
+ "text": "1 | 2 | 3 | 4 | 5 | 6"
1712
1633
  },
1713
- "default": "false"
1634
+ "privacy": "public",
1635
+ "default": "2",
1636
+ "description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
1637
+ "inheritedFrom": {
1638
+ "name": "AccordionItem",
1639
+ "module": "src/accordion-item/accordion-item.ts"
1640
+ }
1714
1641
  },
1715
1642
  {
1716
1643
  "kind": "field",
1717
- "name": "hideMenuSingleOption",
1644
+ "name": "expanded",
1718
1645
  "type": {
1719
1646
  "text": "boolean"
1720
1647
  },
1721
- "default": "false"
1722
- },
1723
- {
1724
- "kind": "field",
1725
- "name": "singleOption",
1726
- "type": {
1727
- "text": "ActionMenuItem"
1648
+ "privacy": "public",
1649
+ "default": "false",
1650
+ "description": "Expands or collapses the item.",
1651
+ "inheritedFrom": {
1652
+ "name": "AccordionItem",
1653
+ "module": "src/accordion-item/accordion-item.ts"
1728
1654
  }
1729
1655
  },
1730
1656
  {
1731
1657
  "kind": "field",
1732
- "name": "actionsMenu",
1658
+ "name": "id",
1733
1659
  "type": {
1734
- "text": "HTMLElement"
1660
+ "text": "string"
1661
+ },
1662
+ "privacy": "public",
1663
+ "description": "The item ID",
1664
+ "inheritedFrom": {
1665
+ "name": "AccordionItem",
1666
+ "module": "src/accordion-item/accordion-item.ts"
1735
1667
  }
1736
1668
  },
1737
1669
  {
1738
1670
  "kind": "field",
1739
- "name": "actionsOpener",
1740
- "type": {
1741
- "text": "HTMLElement"
1671
+ "name": "change",
1672
+ "privacy": "private",
1673
+ "inheritedFrom": {
1674
+ "name": "AccordionItem",
1675
+ "module": "src/accordion-item/accordion-item.ts"
1742
1676
  }
1743
1677
  },
1744
- {
1745
- "kind": "method",
1746
- "name": "updateMenuPosition",
1747
- "privacy": "private"
1748
- },
1749
- {
1750
- "kind": "method",
1751
- "name": "definitionChanged",
1752
- "privacy": "protected",
1753
- "parameters": [
1754
- {
1755
- "name": "oldValue",
1756
- "type": {
1757
- "text": "any"
1758
- }
1759
- },
1760
- {
1761
- "name": "newValue",
1762
- "type": {
1763
- "text": "any"
1764
- }
1765
- }
1766
- ]
1767
- },
1768
- {
1769
- "kind": "method",
1770
- "name": "openChanged",
1771
- "privacy": "protected"
1772
- },
1773
- {
1774
- "kind": "method",
1775
- "name": "toggleActionsMenuVisibility"
1776
- },
1777
- {
1778
- "kind": "method",
1779
- "name": "onActionMenuItemClick",
1780
- "parameters": [
1781
- {
1782
- "name": "callback",
1783
- "type": {
1784
- "text": "(rowData) => void | any"
1785
- }
1786
- }
1787
- ]
1788
- },
1789
- {
1790
- "kind": "field",
1791
- "name": "allActions",
1792
- "type": {
1793
- "text": "ActionMenuItem[]"
1794
- },
1795
- "readonly": true
1796
- },
1797
- {
1798
- "kind": "field",
1799
- "name": "rowData",
1800
- "readonly": true
1801
- },
1802
- {
1803
- "kind": "method",
1804
- "name": "getLabel",
1805
- "parameters": [
1806
- {
1807
- "name": "name",
1808
- "type": {
1809
- "text": "string | ((rowData: any) => string)"
1810
- }
1811
- }
1812
- ]
1813
- },
1814
- {
1815
- "kind": "method",
1816
- "name": "getTemplate",
1817
- "parameters": [
1818
- {
1819
- "name": "prefix",
1820
- "type": {
1821
- "text": "string"
1822
- }
1823
- }
1824
- ]
1825
- },
1826
1678
  {
1827
1679
  "kind": "field",
1828
1680
  "name": "_presentation",
@@ -1924,118 +1776,89 @@
1924
1776
  "name": "elementDefinition",
1925
1777
  "type": {
1926
1778
  "text": "T"
1927
- },
1928
- "description": "The definition of the element to create the registry\nfunction for."
1929
- }
1930
- ],
1931
- "description": "Defines an element registry function with a set of element definition defaults.",
1932
- "inheritedFrom": {
1933
- "name": "FoundationElement",
1934
- "module": "src/foundation-element/foundation-element.ts"
1935
- }
1936
- }
1937
- ],
1938
- "attributes": [
1939
- {
1940
- "name": "is-vertical",
1941
- "type": {
1942
- "text": "boolean"
1943
- },
1944
- "default": "false",
1945
- "fieldName": "isVertical"
1946
- },
1947
- {
1948
- "name": "add-default-actions",
1949
- "type": {
1950
- "text": "boolean"
1951
- },
1952
- "default": "true",
1953
- "fieldName": "addDefaultActions"
1954
- },
1955
- {
1956
- "name": "auto-close-on-action",
1957
- "type": {
1958
- "text": "boolean"
1959
- },
1960
- "default": "true",
1961
- "fieldName": "autoCloseOnAction"
1962
- },
1963
- {
1964
- "name": "name",
1965
- "type": {
1966
- "text": "string"
1967
- },
1968
- "default": "'Actions'",
1969
- "fieldName": "name"
1970
- },
1971
- {
1972
- "name": "open",
1973
- "type": {
1974
- "text": "boolean"
1975
- },
1976
- "default": "false",
1977
- "fieldName": "open"
1978
- },
1979
- {
1980
- "name": "buttonAppearance",
1981
- "type": {
1982
- "text": "string"
1983
- },
1984
- "fieldName": "buttonAppearance"
1985
- },
1986
- {
1987
- "name": "hide-disabled",
1988
- "type": {
1989
- "text": "boolean"
1990
- },
1991
- "default": "false",
1992
- "fieldName": "hideDisabled"
1993
- },
1994
- {
1995
- "name": "hide-menu-single-option",
1996
- "type": {
1997
- "text": "boolean"
1998
- },
1999
- "default": "false",
2000
- "fieldName": "hideMenuSingleOption"
1779
+ },
1780
+ "description": "The definition of the element to create the registry\nfunction for."
1781
+ }
1782
+ ],
1783
+ "description": "Defines an element registry function with a set of element definition defaults.",
1784
+ "inheritedFrom": {
1785
+ "name": "FoundationElement",
1786
+ "module": "src/foundation-element/foundation-element.ts"
1787
+ }
2001
1788
  }
2002
1789
  ],
2003
- "superclass": {
2004
- "name": "FoundationElement",
2005
- "package": "@microsoft/fast-foundation"
1790
+ "events": [
1791
+ {
1792
+ "description": "Fires a custom 'change' event when the button is invoked",
1793
+ "name": "change",
1794
+ "inheritedFrom": {
1795
+ "name": "AccordionItem",
1796
+ "module": "src/accordion-item/accordion-item.ts"
1797
+ }
1798
+ }
1799
+ ]
1800
+ },
1801
+ {
1802
+ "kind": "variable",
1803
+ "name": "foundationAccordionItemShadowOptions",
1804
+ "type": {
1805
+ "text": "ShadowRootInit"
2006
1806
  },
2007
- "tagName": "%%prefix%%-actions-menu",
2008
- "customElement": true
1807
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
2009
1808
  },
2010
1809
  {
2011
1810
  "kind": "variable",
2012
- "name": "foundationActionsMenu",
2013
- "description": "The Foundation Actions Menu",
1811
+ "name": "defaultAccordionItemConfig",
1812
+ "type": {
1813
+ "text": "object"
1814
+ },
1815
+ "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}"
1816
+ },
1817
+ {
1818
+ "kind": "variable",
1819
+ "name": "foundationAccordionItem",
1820
+ "description": "The Foundation Accordion Item",
2014
1821
  "privacy": "public"
2015
1822
  }
2016
1823
  ],
2017
1824
  "exports": [
2018
1825
  {
2019
1826
  "kind": "js",
2020
- "name": "ActionsMenu",
1827
+ "name": "AccordionItem",
2021
1828
  "declaration": {
2022
- "name": "ActionsMenu",
2023
- "module": "src/actions-menu/actions-menu.ts"
1829
+ "name": "AccordionItem",
1830
+ "module": "src/accordion-item/accordion-item.ts"
2024
1831
  }
2025
1832
  },
2026
1833
  {
2027
1834
  "kind": "js",
2028
- "name": "foundationActionsMenu",
1835
+ "name": "foundationAccordionItemShadowOptions",
2029
1836
  "declaration": {
2030
- "name": "foundationActionsMenu",
2031
- "module": "src/actions-menu/actions-menu.ts"
1837
+ "name": "foundationAccordionItemShadowOptions",
1838
+ "module": "src/accordion-item/accordion-item.ts"
1839
+ }
1840
+ },
1841
+ {
1842
+ "kind": "js",
1843
+ "name": "defaultAccordionItemConfig",
1844
+ "declaration": {
1845
+ "name": "defaultAccordionItemConfig",
1846
+ "module": "src/accordion-item/accordion-item.ts"
1847
+ }
1848
+ },
1849
+ {
1850
+ "kind": "js",
1851
+ "name": "foundationAccordionItem",
1852
+ "declaration": {
1853
+ "name": "foundationAccordionItem",
1854
+ "module": "src/accordion-item/accordion-item.ts"
2032
1855
  }
2033
1856
  }
2034
1857
  ]
2035
1858
  },
2036
1859
  {
2037
1860
  "kind": "javascript-module",
2038
- "path": "src/actions-menu/index.ts",
1861
+ "path": "src/accordion-item/index.ts",
2039
1862
  "declarations": [],
2040
1863
  "exports": [
2041
1864
  {
@@ -2043,7 +1866,7 @@
2043
1866
  "name": "*",
2044
1867
  "declaration": {
2045
1868
  "name": "*",
2046
- "package": "./actions-menu.styles"
1869
+ "package": "./accordion-item.template"
2047
1870
  }
2048
1871
  },
2049
1872
  {
@@ -2051,7 +1874,7 @@
2051
1874
  "name": "*",
2052
1875
  "declaration": {
2053
1876
  "name": "*",
2054
- "package": "./actions-menu.template"
1877
+ "package": "./accordion-item.styles"
2055
1878
  }
2056
1879
  },
2057
1880
  {
@@ -2059,7 +1882,7 @@
2059
1882
  "name": "*",
2060
1883
  "declaration": {
2061
1884
  "name": "*",
2062
- "package": "./actions-menu"
1885
+ "package": "./accordion-item"
2063
1886
  }
2064
1887
  }
2065
1888
  ]
@@ -2097,11 +1920,34 @@
2097
1920
  },
2098
1921
  {
2099
1922
  "kind": "javascript-module",
2100
- "path": "src/accordion-item/accordion-item.styles.ts",
1923
+ "path": "src/actions-menu/actions-menu.styles.ts",
2101
1924
  "declarations": [
2102
1925
  {
2103
1926
  "kind": "function",
2104
- "name": "foundationAccordionItemStyles",
1927
+ "name": "actionsMenuBaseStyles",
1928
+ "return": {
1929
+ "type": {
1930
+ "text": "ElementStyles"
1931
+ }
1932
+ },
1933
+ "parameters": [
1934
+ {
1935
+ "name": "context",
1936
+ "type": {
1937
+ "text": "ElementDefinitionContext"
1938
+ }
1939
+ },
1940
+ {
1941
+ "name": "definition",
1942
+ "type": {
1943
+ "text": "FoundationElementDefinition"
1944
+ }
1945
+ }
1946
+ ]
1947
+ },
1948
+ {
1949
+ "kind": "function",
1950
+ "name": "foundationActionsMenuStyles",
2105
1951
  "return": {
2106
1952
  "type": {
2107
1953
  "text": "ElementStyles"
@@ -2126,156 +1972,281 @@
2126
1972
  "exports": [
2127
1973
  {
2128
1974
  "kind": "js",
2129
- "name": "foundationAccordionItemStyles",
1975
+ "name": "actionsMenuBaseStyles",
2130
1976
  "declaration": {
2131
- "name": "foundationAccordionItemStyles",
2132
- "module": "src/accordion-item/accordion-item.styles.ts"
1977
+ "name": "actionsMenuBaseStyles",
1978
+ "module": "src/actions-menu/actions-menu.styles.ts"
1979
+ }
1980
+ },
1981
+ {
1982
+ "kind": "js",
1983
+ "name": "foundationActionsMenuStyles",
1984
+ "declaration": {
1985
+ "name": "foundationActionsMenuStyles",
1986
+ "module": "src/actions-menu/actions-menu.styles.ts"
2133
1987
  }
2134
1988
  }
2135
1989
  ]
2136
1990
  },
2137
1991
  {
2138
1992
  "kind": "javascript-module",
2139
- "path": "src/accordion-item/accordion-item.template.ts",
1993
+ "path": "src/actions-menu/actions-menu.template.ts",
2140
1994
  "declarations": [
2141
1995
  {
2142
1996
  "kind": "function",
2143
- "name": "foundationAccordionItemTemplate",
2144
- "return": {
2145
- "type": {
2146
- "text": "ViewTemplate<AccordionItem>"
2147
- }
2148
- },
1997
+ "name": "menuTemplate",
2149
1998
  "parameters": [
2150
1999
  {
2151
- "name": "context",
2000
+ "name": "prefix",
2152
2001
  "type": {
2153
- "text": "ElementDefinitionContext"
2002
+ "text": "string"
2154
2003
  }
2155
- },
2004
+ }
2005
+ ]
2006
+ },
2007
+ {
2008
+ "kind": "function",
2009
+ "name": "singleOptionTemplate",
2010
+ "parameters": [
2156
2011
  {
2157
- "name": "definition",
2012
+ "name": "prefix",
2158
2013
  "type": {
2159
- "text": "FoundationElementDefinition"
2014
+ "text": "string"
2160
2015
  }
2161
2016
  }
2162
2017
  ]
2018
+ },
2019
+ {
2020
+ "kind": "variable",
2021
+ "name": "foundationActionsMenuTemplate",
2022
+ "type": {
2023
+ "text": "ViewTemplate<ActionsMenu>"
2024
+ },
2025
+ "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`"
2163
2026
  }
2164
2027
  ],
2165
2028
  "exports": [
2166
2029
  {
2167
2030
  "kind": "js",
2168
- "name": "foundationAccordionItemTemplate",
2031
+ "name": "menuTemplate",
2169
2032
  "declaration": {
2170
- "name": "foundationAccordionItemTemplate",
2171
- "module": "src/accordion-item/accordion-item.template.ts"
2033
+ "name": "menuTemplate",
2034
+ "module": "src/actions-menu/actions-menu.template.ts"
2035
+ }
2036
+ },
2037
+ {
2038
+ "kind": "js",
2039
+ "name": "singleOptionTemplate",
2040
+ "declaration": {
2041
+ "name": "singleOptionTemplate",
2042
+ "module": "src/actions-menu/actions-menu.template.ts"
2043
+ }
2044
+ },
2045
+ {
2046
+ "kind": "js",
2047
+ "name": "foundationActionsMenuTemplate",
2048
+ "declaration": {
2049
+ "name": "foundationActionsMenuTemplate",
2050
+ "module": "src/actions-menu/actions-menu.template.ts"
2172
2051
  }
2173
2052
  }
2174
2053
  ]
2175
2054
  },
2176
2055
  {
2177
2056
  "kind": "javascript-module",
2178
- "path": "src/accordion-item/accordion-item.ts",
2057
+ "path": "src/actions-menu/actions-menu.ts",
2179
2058
  "declarations": [
2180
2059
  {
2181
2060
  "kind": "class",
2182
2061
  "description": "",
2183
- "name": "AccordionItem",
2184
- "superclass": {
2185
- "name": "FASTAccordionItem",
2186
- "package": "@microsoft/fast-components"
2187
- },
2188
- "tagName": "%%prefix%%-accordion-item",
2189
- "customElement": true,
2190
- "attributes": [
2062
+ "name": "ActionsMenu",
2063
+ "members": [
2191
2064
  {
2192
- "name": "heading-level",
2065
+ "kind": "field",
2066
+ "name": "actions",
2193
2067
  "type": {
2194
- "text": "1 | 2 | 3 | 4 | 5 | 6"
2068
+ "text": "ActionMenuItem[]"
2069
+ }
2070
+ },
2071
+ {
2072
+ "kind": "field",
2073
+ "name": "isVertical",
2074
+ "type": {
2075
+ "text": "boolean"
2195
2076
  },
2196
- "default": "2",
2197
- "description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
2198
- "fieldName": "headinglevel",
2199
- "inheritedFrom": {
2200
- "name": "AccordionItem",
2201
- "module": "src/accordion-item/accordion-item.ts"
2077
+ "default": "false"
2078
+ },
2079
+ {
2080
+ "kind": "field",
2081
+ "name": "addDefaultActions",
2082
+ "type": {
2083
+ "text": "boolean"
2084
+ },
2085
+ "default": "true"
2086
+ },
2087
+ {
2088
+ "kind": "field",
2089
+ "name": "autoCloseOnAction",
2090
+ "type": {
2091
+ "text": "boolean"
2092
+ },
2093
+ "default": "true"
2094
+ },
2095
+ {
2096
+ "kind": "field",
2097
+ "name": "classNames",
2098
+ "type": {
2099
+ "text": "string"
2100
+ }
2101
+ },
2102
+ {
2103
+ "kind": "field",
2104
+ "name": "definition",
2105
+ "type": {
2106
+ "text": "any"
2107
+ }
2108
+ },
2109
+ {
2110
+ "kind": "field",
2111
+ "name": "name",
2112
+ "type": {
2113
+ "text": "string"
2114
+ },
2115
+ "default": "'Actions'"
2116
+ },
2117
+ {
2118
+ "kind": "field",
2119
+ "name": "open",
2120
+ "type": {
2121
+ "text": "boolean"
2122
+ },
2123
+ "default": "false"
2124
+ },
2125
+ {
2126
+ "kind": "field",
2127
+ "name": "buttonAppearance",
2128
+ "type": {
2129
+ "text": "string"
2202
2130
  }
2203
2131
  },
2204
2132
  {
2133
+ "kind": "field",
2134
+ "name": "hideDisabled",
2205
2135
  "type": {
2206
2136
  "text": "boolean"
2207
2137
  },
2208
- "default": "false",
2209
- "description": "Expands or collapses the item.",
2210
- "fieldName": "expanded",
2211
- "inheritedFrom": {
2212
- "name": "AccordionItem",
2213
- "module": "src/accordion-item/accordion-item.ts"
2214
- }
2138
+ "default": "false"
2215
2139
  },
2216
2140
  {
2217
- "name": "id",
2141
+ "kind": "field",
2142
+ "name": "hideMenuSingleOption",
2218
2143
  "type": {
2219
- "text": "string"
2144
+ "text": "boolean"
2220
2145
  },
2221
- "description": "The item ID",
2222
- "fieldName": "id",
2223
- "inheritedFrom": {
2224
- "name": "AccordionItem",
2225
- "module": "src/accordion-item/accordion-item.ts"
2146
+ "default": "false"
2147
+ },
2148
+ {
2149
+ "kind": "field",
2150
+ "name": "singleOption",
2151
+ "type": {
2152
+ "text": "ActionMenuItem"
2226
2153
  }
2227
- }
2228
- ],
2229
- "members": [
2154
+ },
2230
2155
  {
2231
2156
  "kind": "field",
2232
- "name": "headinglevel",
2157
+ "name": "actionsMenu",
2233
2158
  "type": {
2234
- "text": "1 | 2 | 3 | 4 | 5 | 6"
2235
- },
2236
- "privacy": "public",
2237
- "default": "2",
2238
- "description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
2239
- "inheritedFrom": {
2240
- "name": "AccordionItem",
2241
- "module": "src/accordion-item/accordion-item.ts"
2159
+ "text": "HTMLElement"
2242
2160
  }
2243
2161
  },
2244
2162
  {
2245
2163
  "kind": "field",
2246
- "name": "expanded",
2164
+ "name": "actionsOpener",
2247
2165
  "type": {
2248
- "text": "boolean"
2249
- },
2250
- "privacy": "public",
2251
- "default": "false",
2252
- "description": "Expands or collapses the item.",
2253
- "inheritedFrom": {
2254
- "name": "AccordionItem",
2255
- "module": "src/accordion-item/accordion-item.ts"
2166
+ "text": "HTMLElement"
2256
2167
  }
2257
2168
  },
2169
+ {
2170
+ "kind": "method",
2171
+ "name": "updateMenuPosition",
2172
+ "privacy": "private"
2173
+ },
2174
+ {
2175
+ "kind": "method",
2176
+ "name": "definitionChanged",
2177
+ "privacy": "protected",
2178
+ "parameters": [
2179
+ {
2180
+ "name": "oldValue",
2181
+ "type": {
2182
+ "text": "any"
2183
+ }
2184
+ },
2185
+ {
2186
+ "name": "newValue",
2187
+ "type": {
2188
+ "text": "any"
2189
+ }
2190
+ }
2191
+ ]
2192
+ },
2193
+ {
2194
+ "kind": "method",
2195
+ "name": "openChanged",
2196
+ "privacy": "protected"
2197
+ },
2198
+ {
2199
+ "kind": "method",
2200
+ "name": "toggleActionsMenuVisibility"
2201
+ },
2202
+ {
2203
+ "kind": "method",
2204
+ "name": "onActionMenuItemClick",
2205
+ "parameters": [
2206
+ {
2207
+ "name": "callback",
2208
+ "type": {
2209
+ "text": "(rowData) => void | any"
2210
+ }
2211
+ }
2212
+ ]
2213
+ },
2258
2214
  {
2259
2215
  "kind": "field",
2260
- "name": "id",
2216
+ "name": "allActions",
2261
2217
  "type": {
2262
- "text": "string"
2218
+ "text": "ActionMenuItem[]"
2263
2219
  },
2264
- "privacy": "public",
2265
- "description": "The item ID",
2266
- "inheritedFrom": {
2267
- "name": "AccordionItem",
2268
- "module": "src/accordion-item/accordion-item.ts"
2269
- }
2220
+ "readonly": true
2270
2221
  },
2271
2222
  {
2272
2223
  "kind": "field",
2273
- "name": "change",
2274
- "privacy": "private",
2275
- "inheritedFrom": {
2276
- "name": "AccordionItem",
2277
- "module": "src/accordion-item/accordion-item.ts"
2278
- }
2224
+ "name": "rowData",
2225
+ "readonly": true
2226
+ },
2227
+ {
2228
+ "kind": "method",
2229
+ "name": "getLabel",
2230
+ "parameters": [
2231
+ {
2232
+ "name": "name",
2233
+ "type": {
2234
+ "text": "string | ((rowData: any) => string)"
2235
+ }
2236
+ }
2237
+ ]
2238
+ },
2239
+ {
2240
+ "kind": "method",
2241
+ "name": "getTemplate",
2242
+ "parameters": [
2243
+ {
2244
+ "name": "prefix",
2245
+ "type": {
2246
+ "text": "string"
2247
+ }
2248
+ }
2249
+ ]
2279
2250
  },
2280
2251
  {
2281
2252
  "kind": "field",
@@ -2389,78 +2360,107 @@
2389
2360
  }
2390
2361
  }
2391
2362
  ],
2392
- "events": [
2363
+ "attributes": [
2393
2364
  {
2394
- "description": "Fires a custom 'change' event when the button is invoked",
2395
- "name": "change",
2396
- "inheritedFrom": {
2397
- "name": "AccordionItem",
2398
- "module": "src/accordion-item/accordion-item.ts"
2399
- }
2365
+ "name": "is-vertical",
2366
+ "type": {
2367
+ "text": "boolean"
2368
+ },
2369
+ "default": "false",
2370
+ "fieldName": "isVertical"
2371
+ },
2372
+ {
2373
+ "name": "add-default-actions",
2374
+ "type": {
2375
+ "text": "boolean"
2376
+ },
2377
+ "default": "true",
2378
+ "fieldName": "addDefaultActions"
2379
+ },
2380
+ {
2381
+ "name": "auto-close-on-action",
2382
+ "type": {
2383
+ "text": "boolean"
2384
+ },
2385
+ "default": "true",
2386
+ "fieldName": "autoCloseOnAction"
2387
+ },
2388
+ {
2389
+ "name": "name",
2390
+ "type": {
2391
+ "text": "string"
2392
+ },
2393
+ "default": "'Actions'",
2394
+ "fieldName": "name"
2395
+ },
2396
+ {
2397
+ "name": "open",
2398
+ "type": {
2399
+ "text": "boolean"
2400
+ },
2401
+ "default": "false",
2402
+ "fieldName": "open"
2403
+ },
2404
+ {
2405
+ "name": "buttonAppearance",
2406
+ "type": {
2407
+ "text": "string"
2408
+ },
2409
+ "fieldName": "buttonAppearance"
2410
+ },
2411
+ {
2412
+ "name": "hide-disabled",
2413
+ "type": {
2414
+ "text": "boolean"
2415
+ },
2416
+ "default": "false",
2417
+ "fieldName": "hideDisabled"
2418
+ },
2419
+ {
2420
+ "name": "hide-menu-single-option",
2421
+ "type": {
2422
+ "text": "boolean"
2423
+ },
2424
+ "default": "false",
2425
+ "fieldName": "hideMenuSingleOption"
2400
2426
  }
2401
- ]
2402
- },
2403
- {
2404
- "kind": "variable",
2405
- "name": "foundationAccordionItemShadowOptions",
2406
- "type": {
2407
- "text": "ShadowRootInit"
2408
- },
2409
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
2410
- },
2411
- {
2412
- "kind": "variable",
2413
- "name": "defaultAccordionItemConfig",
2414
- "type": {
2415
- "text": "object"
2427
+ ],
2428
+ "superclass": {
2429
+ "name": "FoundationElement",
2430
+ "package": "@microsoft/fast-foundation"
2416
2431
  },
2417
- "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}"
2432
+ "tagName": "%%prefix%%-actions-menu",
2433
+ "customElement": true
2418
2434
  },
2419
2435
  {
2420
2436
  "kind": "variable",
2421
- "name": "foundationAccordionItem",
2422
- "description": "The Foundation Accordion Item",
2437
+ "name": "foundationActionsMenu",
2438
+ "description": "The Foundation Actions Menu",
2423
2439
  "privacy": "public"
2424
2440
  }
2425
2441
  ],
2426
2442
  "exports": [
2427
2443
  {
2428
2444
  "kind": "js",
2429
- "name": "AccordionItem",
2430
- "declaration": {
2431
- "name": "AccordionItem",
2432
- "module": "src/accordion-item/accordion-item.ts"
2433
- }
2434
- },
2435
- {
2436
- "kind": "js",
2437
- "name": "foundationAccordionItemShadowOptions",
2438
- "declaration": {
2439
- "name": "foundationAccordionItemShadowOptions",
2440
- "module": "src/accordion-item/accordion-item.ts"
2441
- }
2442
- },
2443
- {
2444
- "kind": "js",
2445
- "name": "defaultAccordionItemConfig",
2445
+ "name": "ActionsMenu",
2446
2446
  "declaration": {
2447
- "name": "defaultAccordionItemConfig",
2448
- "module": "src/accordion-item/accordion-item.ts"
2447
+ "name": "ActionsMenu",
2448
+ "module": "src/actions-menu/actions-menu.ts"
2449
2449
  }
2450
2450
  },
2451
2451
  {
2452
2452
  "kind": "js",
2453
- "name": "foundationAccordionItem",
2453
+ "name": "foundationActionsMenu",
2454
2454
  "declaration": {
2455
- "name": "foundationAccordionItem",
2456
- "module": "src/accordion-item/accordion-item.ts"
2455
+ "name": "foundationActionsMenu",
2456
+ "module": "src/actions-menu/actions-menu.ts"
2457
2457
  }
2458
2458
  }
2459
2459
  ]
2460
2460
  },
2461
2461
  {
2462
2462
  "kind": "javascript-module",
2463
- "path": "src/accordion-item/index.ts",
2463
+ "path": "src/actions-menu/index.ts",
2464
2464
  "declarations": [],
2465
2465
  "exports": [
2466
2466
  {
@@ -2468,7 +2468,7 @@
2468
2468
  "name": "*",
2469
2469
  "declaration": {
2470
2470
  "name": "*",
2471
- "package": "./accordion-item.template"
2471
+ "package": "./actions-menu.styles"
2472
2472
  }
2473
2473
  },
2474
2474
  {
@@ -2476,7 +2476,7 @@
2476
2476
  "name": "*",
2477
2477
  "declaration": {
2478
2478
  "name": "*",
2479
- "package": "./accordion-item.styles"
2479
+ "package": "./actions-menu.template"
2480
2480
  }
2481
2481
  },
2482
2482
  {
@@ -2484,7 +2484,7 @@
2484
2484
  "name": "*",
2485
2485
  "declaration": {
2486
2486
  "name": "*",
2487
- "package": "./accordion-item"
2487
+ "package": "./actions-menu"
2488
2488
  }
2489
2489
  }
2490
2490
  ]
@@ -3100,11 +3100,11 @@
3100
3100
  },
3101
3101
  {
3102
3102
  "kind": "javascript-module",
3103
- "path": "src/ai-indicator/ai-indicator.styles.ts",
3103
+ "path": "src/accordion/accordion.styles.ts",
3104
3104
  "declarations": [
3105
3105
  {
3106
3106
  "kind": "function",
3107
- "name": "foundationAiIndicatorStyles",
3107
+ "name": "foundationAccordionStyles",
3108
3108
  "return": {
3109
3109
  "type": {
3110
3110
  "text": "ElementStyles"
@@ -3129,224 +3129,276 @@
3129
3129
  "exports": [
3130
3130
  {
3131
3131
  "kind": "js",
3132
- "name": "foundationAiIndicatorStyles",
3132
+ "name": "foundationAccordionStyles",
3133
3133
  "declaration": {
3134
- "name": "foundationAiIndicatorStyles",
3135
- "module": "src/ai-indicator/ai-indicator.styles.ts"
3134
+ "name": "foundationAccordionStyles",
3135
+ "module": "src/accordion/accordion.styles.ts"
3136
3136
  }
3137
3137
  }
3138
3138
  ]
3139
3139
  },
3140
3140
  {
3141
3141
  "kind": "javascript-module",
3142
- "path": "src/ai-indicator/ai-indicator.template.ts",
3142
+ "path": "src/accordion/accordion.template.ts",
3143
3143
  "declarations": [
3144
3144
  {
3145
- "kind": "variable",
3146
- "name": "foundationAiIndicatorTemplate",
3147
- "type": {
3148
- "text": "ViewTemplate<AiIndicator>"
3145
+ "kind": "function",
3146
+ "name": "foundationAccordionTemplate",
3147
+ "return": {
3148
+ "type": {
3149
+ "text": "ViewTemplate<Accordion>"
3150
+ }
3149
3151
  },
3150
- "default": "html`\n ${(x) => aiIndicatorTemplate(getPrefix(x))}\n`"
3152
+ "parameters": [
3153
+ {
3154
+ "name": "context",
3155
+ "type": {
3156
+ "text": "ElementDefinitionContext"
3157
+ }
3158
+ },
3159
+ {
3160
+ "name": "definition",
3161
+ "type": {
3162
+ "text": "FoundationElementDefinition"
3163
+ }
3164
+ }
3165
+ ]
3151
3166
  }
3152
3167
  ],
3153
3168
  "exports": [
3154
3169
  {
3155
3170
  "kind": "js",
3156
- "name": "foundationAiIndicatorTemplate",
3171
+ "name": "foundationAccordionTemplate",
3157
3172
  "declaration": {
3158
- "name": "foundationAiIndicatorTemplate",
3159
- "module": "src/ai-indicator/ai-indicator.template.ts"
3173
+ "name": "foundationAccordionTemplate",
3174
+ "module": "src/accordion/accordion.template.ts"
3160
3175
  }
3161
3176
  }
3162
3177
  ]
3163
3178
  },
3164
3179
  {
3165
3180
  "kind": "javascript-module",
3166
- "path": "src/ai-indicator/ai-indicator.ts",
3181
+ "path": "src/accordion/accordion.ts",
3167
3182
  "declarations": [
3168
3183
  {
3169
3184
  "kind": "class",
3170
3185
  "description": "",
3171
- "name": "AiIndicator",
3172
- "members": [
3173
- {
3174
- "kind": "field",
3175
- "name": "providerRegistry",
3176
- "type": {
3177
- "text": "AIProviderRegistry"
3178
- }
3179
- },
3180
- {
3181
- "kind": "field",
3182
- "name": "aiProvider",
3183
- "type": {
3184
- "text": "AIProvider | undefined"
3185
- },
3186
- "privacy": "private",
3187
- "description": "The indicator reflects status for the registry's default provider only —\nper-agent provider overrides live with the assistant component, not this\ntop-level chrome.",
3188
- "readonly": true
3189
- },
3186
+ "name": "Accordion",
3187
+ "superclass": {
3188
+ "name": "FASTAccordion",
3189
+ "package": "@microsoft/fast-foundation"
3190
+ },
3191
+ "tagName": "%%prefix%%-accordion",
3192
+ "customElement": true,
3193
+ "attributes": [
3190
3194
  {
3191
- "kind": "field",
3192
- "name": "status",
3195
+ "name": "expand-mode",
3193
3196
  "type": {
3194
- "text": "AIStatus | null"
3197
+ "text": "AccordionExpandMode"
3195
3198
  },
3196
- "default": "null"
3197
- },
3199
+ "description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
3200
+ "fieldName": "expandmode",
3201
+ "inheritedFrom": {
3202
+ "name": "Accordion",
3203
+ "module": "src/accordion/accordion.ts"
3204
+ }
3205
+ }
3206
+ ],
3207
+ "members": [
3198
3208
  {
3199
3209
  "kind": "field",
3200
- "name": "open",
3210
+ "name": "expandmode",
3201
3211
  "type": {
3202
- "text": "boolean"
3212
+ "text": "AccordionExpandMode"
3203
3213
  },
3204
- "default": "false"
3214
+ "privacy": "public",
3215
+ "description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
3216
+ "inheritedFrom": {
3217
+ "name": "Accordion",
3218
+ "module": "src/accordion/accordion.ts"
3219
+ }
3205
3220
  },
3206
3221
  {
3207
3222
  "kind": "field",
3208
- "name": "state",
3223
+ "name": "activeid",
3209
3224
  "type": {
3210
- "text": "AIIndicatorState"
3225
+ "text": "string | null"
3211
3226
  },
3212
- "default": "'none'"
3227
+ "privacy": "private",
3228
+ "inheritedFrom": {
3229
+ "name": "Accordion",
3230
+ "module": "src/accordion/accordion.ts"
3231
+ }
3213
3232
  },
3214
3233
  {
3215
3234
  "kind": "field",
3216
- "name": "isInstalling",
3235
+ "name": "activeItemIndex",
3217
3236
  "type": {
3218
- "text": "boolean"
3237
+ "text": "number"
3219
3238
  },
3220
- "default": "false"
3239
+ "privacy": "private",
3240
+ "default": "0",
3241
+ "inheritedFrom": {
3242
+ "name": "Accordion",
3243
+ "module": "src/accordion/accordion.ts"
3244
+ }
3221
3245
  },
3222
3246
  {
3223
3247
  "kind": "field",
3224
- "name": "pollTimer",
3248
+ "name": "accordionIds",
3225
3249
  "type": {
3226
- "text": "ReturnType<typeof setInterval> | null"
3250
+ "text": "Array<string | null>"
3227
3251
  },
3228
3252
  "privacy": "private",
3229
- "default": "null"
3230
- },
3231
- {
3232
- "kind": "field",
3233
- "name": "clickOutside",
3234
- "privacy": "private"
3253
+ "inheritedFrom": {
3254
+ "name": "Accordion",
3255
+ "module": "src/accordion/accordion.ts"
3256
+ }
3235
3257
  },
3236
3258
  {
3237
3259
  "kind": "field",
3238
- "name": "chromeStatusLabel",
3239
- "type": {
3240
- "text": "string | null"
3241
- },
3242
- "readonly": true
3260
+ "name": "change",
3261
+ "privacy": "private",
3262
+ "inheritedFrom": {
3263
+ "name": "Accordion",
3264
+ "module": "src/accordion/accordion.ts"
3265
+ }
3243
3266
  },
3244
3267
  {
3245
- "kind": "field",
3246
- "name": "canInstall",
3247
- "type": {
3248
- "text": "boolean"
3268
+ "kind": "method",
3269
+ "name": "findExpandedItem",
3270
+ "privacy": "private",
3271
+ "return": {
3272
+ "type": {
3273
+ "text": "AccordionItem | null"
3274
+ }
3249
3275
  },
3250
- "readonly": true
3276
+ "inheritedFrom": {
3277
+ "name": "Accordion",
3278
+ "module": "src/accordion/accordion.ts"
3279
+ }
3251
3280
  },
3252
3281
  {
3253
3282
  "kind": "field",
3254
- "name": "isDownloading",
3255
- "type": {
3256
- "text": "boolean"
3257
- },
3258
- "readonly": true
3283
+ "name": "setItems",
3284
+ "privacy": "private",
3285
+ "inheritedFrom": {
3286
+ "name": "Accordion",
3287
+ "module": "src/accordion/accordion.ts"
3288
+ }
3259
3289
  },
3260
3290
  {
3261
3291
  "kind": "method",
3262
- "name": "openChanged",
3292
+ "name": "resetItems",
3293
+ "privacy": "private",
3263
3294
  "return": {
3264
3295
  "type": {
3265
3296
  "text": "void"
3266
3297
  }
3298
+ },
3299
+ "inheritedFrom": {
3300
+ "name": "Accordion",
3301
+ "module": "src/accordion/accordion.ts"
3267
3302
  }
3268
3303
  },
3269
3304
  {
3270
- "kind": "method",
3271
- "name": "handleClickOutside",
3305
+ "kind": "field",
3306
+ "name": "removeItemListeners",
3272
3307
  "privacy": "private",
3273
- "parameters": [
3274
- {
3275
- "name": "event",
3276
- "type": {
3277
- "text": "MouseEvent"
3278
- }
3279
- }
3280
- ]
3308
+ "inheritedFrom": {
3309
+ "name": "Accordion",
3310
+ "module": "src/accordion/accordion.ts"
3311
+ }
3281
3312
  },
3282
3313
  {
3283
- "kind": "method",
3284
- "name": "toggleDropdown"
3314
+ "kind": "field",
3315
+ "name": "activeItemChange",
3316
+ "privacy": "private",
3317
+ "inheritedFrom": {
3318
+ "name": "Accordion",
3319
+ "module": "src/accordion/accordion.ts"
3320
+ }
3285
3321
  },
3286
3322
  {
3287
3323
  "kind": "method",
3288
- "name": "refreshStatus",
3324
+ "name": "getItemIds",
3325
+ "privacy": "private",
3289
3326
  "return": {
3290
3327
  "type": {
3291
- "text": "Promise<void>"
3328
+ "text": "Array<string | null>"
3292
3329
  }
3330
+ },
3331
+ "inheritedFrom": {
3332
+ "name": "Accordion",
3333
+ "module": "src/accordion/accordion.ts"
3293
3334
  }
3294
3335
  },
3295
3336
  {
3296
3337
  "kind": "method",
3297
- "name": "deriveState",
3338
+ "name": "isSingleExpandMode",
3298
3339
  "privacy": "private",
3299
3340
  "return": {
3300
3341
  "type": {
3301
- "text": "AIIndicatorState"
3342
+ "text": "boolean"
3302
3343
  }
3303
3344
  },
3304
- "parameters": [
3305
- {
3306
- "name": "s",
3307
- "type": {
3308
- "text": "AIStatus | null"
3309
- }
3310
- }
3311
- ]
3345
+ "inheritedFrom": {
3346
+ "name": "Accordion",
3347
+ "module": "src/accordion/accordion.ts"
3348
+ }
3312
3349
  },
3313
3350
  {
3314
- "kind": "method",
3315
- "name": "maybeStartPolling",
3316
- "privacy": "private",
3317
- "return": {
3318
- "type": {
3319
- "text": "void"
3320
- }
3351
+ "kind": "field",
3352
+ "name": "handleItemKeyDown",
3353
+ "privacy": "private",
3354
+ "inheritedFrom": {
3355
+ "name": "Accordion",
3356
+ "module": "src/accordion/accordion.ts"
3321
3357
  }
3322
3358
  },
3323
3359
  {
3324
- "kind": "method",
3325
- "name": "startPolling",
3360
+ "kind": "field",
3361
+ "name": "handleItemFocus",
3326
3362
  "privacy": "private",
3327
- "return": {
3328
- "type": {
3329
- "text": "void"
3330
- }
3363
+ "inheritedFrom": {
3364
+ "name": "Accordion",
3365
+ "module": "src/accordion/accordion.ts"
3331
3366
  }
3332
3367
  },
3333
3368
  {
3334
3369
  "kind": "method",
3335
- "name": "stopPolling",
3370
+ "name": "adjust",
3336
3371
  "privacy": "private",
3337
3372
  "return": {
3338
3373
  "type": {
3339
3374
  "text": "void"
3340
3375
  }
3376
+ },
3377
+ "parameters": [
3378
+ {
3379
+ "name": "adjustment",
3380
+ "type": {
3381
+ "text": "number"
3382
+ }
3383
+ }
3384
+ ],
3385
+ "inheritedFrom": {
3386
+ "name": "Accordion",
3387
+ "module": "src/accordion/accordion.ts"
3341
3388
  }
3342
3389
  },
3343
3390
  {
3344
3391
  "kind": "method",
3345
- "name": "onInstall",
3392
+ "name": "focusItem",
3393
+ "privacy": "private",
3346
3394
  "return": {
3347
3395
  "type": {
3348
- "text": "Promise<void>"
3396
+ "text": "void"
3349
3397
  }
3398
+ },
3399
+ "inheritedFrom": {
3400
+ "name": "Accordion",
3401
+ "module": "src/accordion/accordion.ts"
3350
3402
  }
3351
3403
  },
3352
3404
  {
@@ -3461,99 +3513,113 @@
3461
3513
  }
3462
3514
  }
3463
3515
  ],
3464
- "superclass": {
3465
- "name": "FoundationElement",
3466
- "package": "@microsoft/fast-foundation"
3516
+ "events": [
3517
+ {
3518
+ "description": "Fires a custom 'change' event when the active item changes",
3519
+ "name": "change",
3520
+ "inheritedFrom": {
3521
+ "name": "Accordion",
3522
+ "module": "src/accordion/accordion.ts"
3523
+ }
3524
+ }
3525
+ ]
3526
+ },
3527
+ {
3528
+ "kind": "variable",
3529
+ "name": "foundationAccordionShadowOptions",
3530
+ "type": {
3531
+ "text": "ShadowRootInit"
3467
3532
  },
3468
- "tagName": "%%prefix%%-ai-indicator",
3469
- "customElement": true
3533
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
3470
3534
  },
3471
3535
  {
3472
3536
  "kind": "variable",
3473
- "name": "foundationAiIndicator"
3537
+ "name": "defaultAccordionConfig",
3538
+ "type": {
3539
+ "text": "object"
3540
+ },
3541
+ "default": "{}"
3542
+ },
3543
+ {
3544
+ "kind": "variable",
3545
+ "name": "foundationAccordion",
3546
+ "description": "The Foundation Accordion",
3547
+ "privacy": "public"
3474
3548
  }
3475
3549
  ],
3476
3550
  "exports": [
3477
3551
  {
3478
3552
  "kind": "js",
3479
- "name": "AiIndicator",
3553
+ "name": "Accordion",
3480
3554
  "declaration": {
3481
- "name": "AiIndicator",
3482
- "module": "src/ai-indicator/ai-indicator.ts"
3555
+ "name": "Accordion",
3556
+ "module": "src/accordion/accordion.ts"
3483
3557
  }
3484
3558
  },
3485
3559
  {
3486
3560
  "kind": "js",
3487
- "name": "foundationAiIndicator",
3488
- "declaration": {
3489
- "name": "foundationAiIndicator",
3490
- "module": "src/ai-indicator/ai-indicator.ts"
3491
- }
3492
- }
3493
- ]
3494
- },
3495
- {
3496
- "kind": "javascript-module",
3497
- "path": "src/ai-indicator/index.ts",
3498
- "declarations": [],
3499
- "exports": [
3500
- {
3501
- "kind": "js",
3502
- "name": "AiIndicator",
3561
+ "name": "foundationAccordionShadowOptions",
3503
3562
  "declaration": {
3504
- "name": "AiIndicator",
3505
- "module": "./ai-indicator"
3563
+ "name": "foundationAccordionShadowOptions",
3564
+ "module": "src/accordion/accordion.ts"
3506
3565
  }
3507
3566
  },
3508
3567
  {
3509
3568
  "kind": "js",
3510
- "name": "foundationAiIndicator",
3569
+ "name": "defaultAccordionConfig",
3511
3570
  "declaration": {
3512
- "name": "foundationAiIndicator",
3513
- "module": "./ai-indicator"
3571
+ "name": "defaultAccordionConfig",
3572
+ "module": "src/accordion/accordion.ts"
3514
3573
  }
3515
3574
  },
3516
3575
  {
3517
3576
  "kind": "js",
3518
- "name": "type",
3577
+ "name": "foundationAccordion",
3519
3578
  "declaration": {
3520
- "name": "type",
3521
- "module": "./ai-indicator"
3579
+ "name": "foundationAccordion",
3580
+ "module": "src/accordion/accordion.ts"
3522
3581
  }
3523
- },
3582
+ }
3583
+ ]
3584
+ },
3585
+ {
3586
+ "kind": "javascript-module",
3587
+ "path": "src/accordion/index.ts",
3588
+ "declarations": [],
3589
+ "exports": [
3524
3590
  {
3525
3591
  "kind": "js",
3526
- "name": "AIIndicatorState",
3592
+ "name": "*",
3527
3593
  "declaration": {
3528
- "name": "AIIndicatorState",
3529
- "module": "./ai-indicator"
3594
+ "name": "*",
3595
+ "package": "./accordion.template"
3530
3596
  }
3531
3597
  },
3532
3598
  {
3533
3599
  "kind": "js",
3534
- "name": "foundationAiIndicatorTemplate",
3600
+ "name": "*",
3535
3601
  "declaration": {
3536
- "name": "foundationAiIndicatorTemplate",
3537
- "module": "./ai-indicator.template"
3602
+ "name": "*",
3603
+ "package": "./accordion.styles"
3538
3604
  }
3539
3605
  },
3540
3606
  {
3541
3607
  "kind": "js",
3542
- "name": "foundationAiIndicatorStyles",
3608
+ "name": "*",
3543
3609
  "declaration": {
3544
- "name": "foundationAiIndicatorStyles",
3545
- "module": "./ai-indicator.styles"
3610
+ "name": "*",
3611
+ "package": "./accordion"
3546
3612
  }
3547
3613
  }
3548
3614
  ]
3549
3615
  },
3550
3616
  {
3551
3617
  "kind": "javascript-module",
3552
- "path": "src/accordion/accordion.styles.ts",
3618
+ "path": "src/ai-indicator/ai-indicator.styles.ts",
3553
3619
  "declarations": [
3554
3620
  {
3555
3621
  "kind": "function",
3556
- "name": "foundationAccordionStyles",
3622
+ "name": "foundationAiIndicatorStyles",
3557
3623
  "return": {
3558
3624
  "type": {
3559
3625
  "text": "ElementStyles"
@@ -3578,276 +3644,224 @@
3578
3644
  "exports": [
3579
3645
  {
3580
3646
  "kind": "js",
3581
- "name": "foundationAccordionStyles",
3647
+ "name": "foundationAiIndicatorStyles",
3582
3648
  "declaration": {
3583
- "name": "foundationAccordionStyles",
3584
- "module": "src/accordion/accordion.styles.ts"
3649
+ "name": "foundationAiIndicatorStyles",
3650
+ "module": "src/ai-indicator/ai-indicator.styles.ts"
3585
3651
  }
3586
3652
  }
3587
3653
  ]
3588
3654
  },
3589
3655
  {
3590
3656
  "kind": "javascript-module",
3591
- "path": "src/accordion/accordion.template.ts",
3657
+ "path": "src/ai-indicator/ai-indicator.template.ts",
3592
3658
  "declarations": [
3593
3659
  {
3594
- "kind": "function",
3595
- "name": "foundationAccordionTemplate",
3596
- "return": {
3597
- "type": {
3598
- "text": "ViewTemplate<Accordion>"
3599
- }
3660
+ "kind": "variable",
3661
+ "name": "foundationAiIndicatorTemplate",
3662
+ "type": {
3663
+ "text": "ViewTemplate<AiIndicator>"
3600
3664
  },
3601
- "parameters": [
3602
- {
3603
- "name": "context",
3604
- "type": {
3605
- "text": "ElementDefinitionContext"
3606
- }
3607
- },
3608
- {
3609
- "name": "definition",
3610
- "type": {
3611
- "text": "FoundationElementDefinition"
3612
- }
3613
- }
3614
- ]
3665
+ "default": "html`\n ${(x) => aiIndicatorTemplate(getPrefix(x))}\n`"
3615
3666
  }
3616
3667
  ],
3617
3668
  "exports": [
3618
3669
  {
3619
3670
  "kind": "js",
3620
- "name": "foundationAccordionTemplate",
3671
+ "name": "foundationAiIndicatorTemplate",
3621
3672
  "declaration": {
3622
- "name": "foundationAccordionTemplate",
3623
- "module": "src/accordion/accordion.template.ts"
3673
+ "name": "foundationAiIndicatorTemplate",
3674
+ "module": "src/ai-indicator/ai-indicator.template.ts"
3624
3675
  }
3625
3676
  }
3626
3677
  ]
3627
3678
  },
3628
3679
  {
3629
3680
  "kind": "javascript-module",
3630
- "path": "src/accordion/accordion.ts",
3681
+ "path": "src/ai-indicator/ai-indicator.ts",
3631
3682
  "declarations": [
3632
3683
  {
3633
3684
  "kind": "class",
3634
3685
  "description": "",
3635
- "name": "Accordion",
3636
- "superclass": {
3637
- "name": "FASTAccordion",
3638
- "package": "@microsoft/fast-foundation"
3639
- },
3640
- "tagName": "%%prefix%%-accordion",
3641
- "customElement": true,
3642
- "attributes": [
3686
+ "name": "AiIndicator",
3687
+ "members": [
3643
3688
  {
3644
- "name": "expand-mode",
3689
+ "kind": "field",
3690
+ "name": "providerRegistry",
3645
3691
  "type": {
3646
- "text": "AccordionExpandMode"
3647
- },
3648
- "description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
3649
- "fieldName": "expandmode",
3650
- "inheritedFrom": {
3651
- "name": "Accordion",
3652
- "module": "src/accordion/accordion.ts"
3692
+ "text": "AIProviderRegistry"
3653
3693
  }
3654
- }
3655
- ],
3656
- "members": [
3694
+ },
3657
3695
  {
3658
3696
  "kind": "field",
3659
- "name": "expandmode",
3697
+ "name": "aiProvider",
3660
3698
  "type": {
3661
- "text": "AccordionExpandMode"
3699
+ "text": "AIProvider | undefined"
3662
3700
  },
3663
- "privacy": "public",
3664
- "description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
3665
- "inheritedFrom": {
3666
- "name": "Accordion",
3667
- "module": "src/accordion/accordion.ts"
3668
- }
3701
+ "privacy": "private",
3702
+ "description": "The indicator reflects status for the registry's default provider only —\nper-agent provider overrides live with the assistant component, not this\ntop-level chrome.",
3703
+ "readonly": true
3669
3704
  },
3670
3705
  {
3671
3706
  "kind": "field",
3672
- "name": "activeid",
3707
+ "name": "status",
3673
3708
  "type": {
3674
- "text": "string | null"
3709
+ "text": "AIStatus | null"
3675
3710
  },
3676
- "privacy": "private",
3677
- "inheritedFrom": {
3678
- "name": "Accordion",
3679
- "module": "src/accordion/accordion.ts"
3680
- }
3711
+ "default": "null"
3681
3712
  },
3682
3713
  {
3683
3714
  "kind": "field",
3684
- "name": "activeItemIndex",
3715
+ "name": "open",
3685
3716
  "type": {
3686
- "text": "number"
3717
+ "text": "boolean"
3687
3718
  },
3688
- "privacy": "private",
3689
- "default": "0",
3690
- "inheritedFrom": {
3691
- "name": "Accordion",
3692
- "module": "src/accordion/accordion.ts"
3693
- }
3719
+ "default": "false"
3720
+ },
3721
+ {
3722
+ "kind": "field",
3723
+ "name": "state",
3724
+ "type": {
3725
+ "text": "AIIndicatorState"
3726
+ },
3727
+ "default": "'none'"
3728
+ },
3729
+ {
3730
+ "kind": "field",
3731
+ "name": "isInstalling",
3732
+ "type": {
3733
+ "text": "boolean"
3734
+ },
3735
+ "default": "false"
3694
3736
  },
3695
3737
  {
3696
3738
  "kind": "field",
3697
- "name": "accordionIds",
3739
+ "name": "pollTimer",
3698
3740
  "type": {
3699
- "text": "Array<string | null>"
3741
+ "text": "ReturnType<typeof setInterval> | null"
3700
3742
  },
3701
3743
  "privacy": "private",
3702
- "inheritedFrom": {
3703
- "name": "Accordion",
3704
- "module": "src/accordion/accordion.ts"
3705
- }
3744
+ "default": "null"
3706
3745
  },
3707
3746
  {
3708
3747
  "kind": "field",
3709
- "name": "change",
3710
- "privacy": "private",
3711
- "inheritedFrom": {
3712
- "name": "Accordion",
3713
- "module": "src/accordion/accordion.ts"
3714
- }
3748
+ "name": "clickOutside",
3749
+ "privacy": "private"
3715
3750
  },
3716
3751
  {
3717
- "kind": "method",
3718
- "name": "findExpandedItem",
3719
- "privacy": "private",
3720
- "return": {
3721
- "type": {
3722
- "text": "AccordionItem | null"
3723
- }
3752
+ "kind": "field",
3753
+ "name": "chromeStatusLabel",
3754
+ "type": {
3755
+ "text": "string | null"
3724
3756
  },
3725
- "inheritedFrom": {
3726
- "name": "Accordion",
3727
- "module": "src/accordion/accordion.ts"
3728
- }
3757
+ "readonly": true
3729
3758
  },
3730
3759
  {
3731
3760
  "kind": "field",
3732
- "name": "setItems",
3733
- "privacy": "private",
3734
- "inheritedFrom": {
3735
- "name": "Accordion",
3736
- "module": "src/accordion/accordion.ts"
3737
- }
3761
+ "name": "canInstall",
3762
+ "type": {
3763
+ "text": "boolean"
3764
+ },
3765
+ "readonly": true
3766
+ },
3767
+ {
3768
+ "kind": "field",
3769
+ "name": "isDownloading",
3770
+ "type": {
3771
+ "text": "boolean"
3772
+ },
3773
+ "readonly": true
3738
3774
  },
3739
3775
  {
3740
3776
  "kind": "method",
3741
- "name": "resetItems",
3742
- "privacy": "private",
3777
+ "name": "openChanged",
3743
3778
  "return": {
3744
3779
  "type": {
3745
3780
  "text": "void"
3746
3781
  }
3747
- },
3748
- "inheritedFrom": {
3749
- "name": "Accordion",
3750
- "module": "src/accordion/accordion.ts"
3751
3782
  }
3752
3783
  },
3753
3784
  {
3754
- "kind": "field",
3755
- "name": "removeItemListeners",
3785
+ "kind": "method",
3786
+ "name": "handleClickOutside",
3756
3787
  "privacy": "private",
3757
- "inheritedFrom": {
3758
- "name": "Accordion",
3759
- "module": "src/accordion/accordion.ts"
3760
- }
3788
+ "parameters": [
3789
+ {
3790
+ "name": "event",
3791
+ "type": {
3792
+ "text": "MouseEvent"
3793
+ }
3794
+ }
3795
+ ]
3761
3796
  },
3762
3797
  {
3763
- "kind": "field",
3764
- "name": "activeItemChange",
3765
- "privacy": "private",
3766
- "inheritedFrom": {
3767
- "name": "Accordion",
3768
- "module": "src/accordion/accordion.ts"
3769
- }
3798
+ "kind": "method",
3799
+ "name": "toggleDropdown"
3770
3800
  },
3771
3801
  {
3772
3802
  "kind": "method",
3773
- "name": "getItemIds",
3774
- "privacy": "private",
3803
+ "name": "refreshStatus",
3775
3804
  "return": {
3776
3805
  "type": {
3777
- "text": "Array<string | null>"
3806
+ "text": "Promise<void>"
3778
3807
  }
3779
- },
3780
- "inheritedFrom": {
3781
- "name": "Accordion",
3782
- "module": "src/accordion/accordion.ts"
3783
3808
  }
3784
3809
  },
3785
3810
  {
3786
3811
  "kind": "method",
3787
- "name": "isSingleExpandMode",
3812
+ "name": "deriveState",
3788
3813
  "privacy": "private",
3789
3814
  "return": {
3790
3815
  "type": {
3791
- "text": "boolean"
3816
+ "text": "AIIndicatorState"
3792
3817
  }
3793
3818
  },
3794
- "inheritedFrom": {
3795
- "name": "Accordion",
3796
- "module": "src/accordion/accordion.ts"
3797
- }
3819
+ "parameters": [
3820
+ {
3821
+ "name": "s",
3822
+ "type": {
3823
+ "text": "AIStatus | null"
3824
+ }
3825
+ }
3826
+ ]
3798
3827
  },
3799
3828
  {
3800
- "kind": "field",
3801
- "name": "handleItemKeyDown",
3829
+ "kind": "method",
3830
+ "name": "maybeStartPolling",
3802
3831
  "privacy": "private",
3803
- "inheritedFrom": {
3804
- "name": "Accordion",
3805
- "module": "src/accordion/accordion.ts"
3832
+ "return": {
3833
+ "type": {
3834
+ "text": "void"
3835
+ }
3806
3836
  }
3807
3837
  },
3808
3838
  {
3809
- "kind": "field",
3810
- "name": "handleItemFocus",
3839
+ "kind": "method",
3840
+ "name": "startPolling",
3811
3841
  "privacy": "private",
3812
- "inheritedFrom": {
3813
- "name": "Accordion",
3814
- "module": "src/accordion/accordion.ts"
3842
+ "return": {
3843
+ "type": {
3844
+ "text": "void"
3845
+ }
3815
3846
  }
3816
3847
  },
3817
3848
  {
3818
3849
  "kind": "method",
3819
- "name": "adjust",
3850
+ "name": "stopPolling",
3820
3851
  "privacy": "private",
3821
3852
  "return": {
3822
3853
  "type": {
3823
3854
  "text": "void"
3824
3855
  }
3825
- },
3826
- "parameters": [
3827
- {
3828
- "name": "adjustment",
3829
- "type": {
3830
- "text": "number"
3831
- }
3832
- }
3833
- ],
3834
- "inheritedFrom": {
3835
- "name": "Accordion",
3836
- "module": "src/accordion/accordion.ts"
3837
3856
  }
3838
3857
  },
3839
3858
  {
3840
3859
  "kind": "method",
3841
- "name": "focusItem",
3842
- "privacy": "private",
3860
+ "name": "onInstall",
3843
3861
  "return": {
3844
3862
  "type": {
3845
- "text": "void"
3863
+ "text": "Promise<void>"
3846
3864
  }
3847
- },
3848
- "inheritedFrom": {
3849
- "name": "Accordion",
3850
- "module": "src/accordion/accordion.ts"
3851
3865
  }
3852
3866
  },
3853
3867
  {
@@ -3962,102 +3976,88 @@
3962
3976
  }
3963
3977
  }
3964
3978
  ],
3965
- "events": [
3966
- {
3967
- "description": "Fires a custom 'change' event when the active item changes",
3968
- "name": "change",
3969
- "inheritedFrom": {
3970
- "name": "Accordion",
3971
- "module": "src/accordion/accordion.ts"
3972
- }
3973
- }
3974
- ]
3975
- },
3976
- {
3977
- "kind": "variable",
3978
- "name": "foundationAccordionShadowOptions",
3979
- "type": {
3980
- "text": "ShadowRootInit"
3981
- },
3982
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
3983
- },
3984
- {
3985
- "kind": "variable",
3986
- "name": "defaultAccordionConfig",
3987
- "type": {
3988
- "text": "object"
3979
+ "superclass": {
3980
+ "name": "FoundationElement",
3981
+ "package": "@microsoft/fast-foundation"
3989
3982
  },
3990
- "default": "{}"
3983
+ "tagName": "%%prefix%%-ai-indicator",
3984
+ "customElement": true
3991
3985
  },
3992
3986
  {
3993
3987
  "kind": "variable",
3994
- "name": "foundationAccordion",
3995
- "description": "The Foundation Accordion",
3996
- "privacy": "public"
3988
+ "name": "foundationAiIndicator"
3997
3989
  }
3998
3990
  ],
3999
3991
  "exports": [
4000
3992
  {
4001
3993
  "kind": "js",
4002
- "name": "Accordion",
3994
+ "name": "AiIndicator",
4003
3995
  "declaration": {
4004
- "name": "Accordion",
4005
- "module": "src/accordion/accordion.ts"
3996
+ "name": "AiIndicator",
3997
+ "module": "src/ai-indicator/ai-indicator.ts"
4006
3998
  }
4007
3999
  },
4008
4000
  {
4009
4001
  "kind": "js",
4010
- "name": "foundationAccordionShadowOptions",
4002
+ "name": "foundationAiIndicator",
4011
4003
  "declaration": {
4012
- "name": "foundationAccordionShadowOptions",
4013
- "module": "src/accordion/accordion.ts"
4004
+ "name": "foundationAiIndicator",
4005
+ "module": "src/ai-indicator/ai-indicator.ts"
4006
+ }
4007
+ }
4008
+ ]
4009
+ },
4010
+ {
4011
+ "kind": "javascript-module",
4012
+ "path": "src/ai-indicator/index.ts",
4013
+ "declarations": [],
4014
+ "exports": [
4015
+ {
4016
+ "kind": "js",
4017
+ "name": "AiIndicator",
4018
+ "declaration": {
4019
+ "name": "AiIndicator",
4020
+ "module": "./ai-indicator"
4014
4021
  }
4015
4022
  },
4016
4023
  {
4017
4024
  "kind": "js",
4018
- "name": "defaultAccordionConfig",
4025
+ "name": "foundationAiIndicator",
4019
4026
  "declaration": {
4020
- "name": "defaultAccordionConfig",
4021
- "module": "src/accordion/accordion.ts"
4027
+ "name": "foundationAiIndicator",
4028
+ "module": "./ai-indicator"
4022
4029
  }
4023
4030
  },
4024
4031
  {
4025
4032
  "kind": "js",
4026
- "name": "foundationAccordion",
4033
+ "name": "type",
4027
4034
  "declaration": {
4028
- "name": "foundationAccordion",
4029
- "module": "src/accordion/accordion.ts"
4035
+ "name": "type",
4036
+ "module": "./ai-indicator"
4030
4037
  }
4031
- }
4032
- ]
4033
- },
4034
- {
4035
- "kind": "javascript-module",
4036
- "path": "src/accordion/index.ts",
4037
- "declarations": [],
4038
- "exports": [
4038
+ },
4039
4039
  {
4040
4040
  "kind": "js",
4041
- "name": "*",
4041
+ "name": "AIIndicatorState",
4042
4042
  "declaration": {
4043
- "name": "*",
4044
- "package": "./accordion.template"
4043
+ "name": "AIIndicatorState",
4044
+ "module": "./ai-indicator"
4045
4045
  }
4046
4046
  },
4047
4047
  {
4048
4048
  "kind": "js",
4049
- "name": "*",
4049
+ "name": "foundationAiIndicatorTemplate",
4050
4050
  "declaration": {
4051
- "name": "*",
4052
- "package": "./accordion.styles"
4051
+ "name": "foundationAiIndicatorTemplate",
4052
+ "module": "./ai-indicator.template"
4053
4053
  }
4054
4054
  },
4055
4055
  {
4056
4056
  "kind": "js",
4057
- "name": "*",
4057
+ "name": "foundationAiIndicatorStyles",
4058
4058
  "declaration": {
4059
- "name": "*",
4060
- "package": "./accordion"
4059
+ "name": "foundationAiIndicatorStyles",
4060
+ "module": "./ai-indicator.styles"
4061
4061
  }
4062
4062
  }
4063
4063
  ]