@genesislcap/foundation-ui 15.35.1 → 15.35.3

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.
@@ -1526,11 +1526,11 @@
1526
1526
  },
1527
1527
  {
1528
1528
  "kind": "javascript-module",
1529
- "path": "src/accordion-item/accordion-item.styles.ts",
1529
+ "path": "src/accordion/accordion.styles.ts",
1530
1530
  "declarations": [
1531
1531
  {
1532
1532
  "kind": "function",
1533
- "name": "foundationAccordionItemStyles",
1533
+ "name": "foundationAccordionStyles",
1534
1534
  "return": {
1535
1535
  "type": {
1536
1536
  "text": "ElementStyles"
@@ -1555,24 +1555,24 @@
1555
1555
  "exports": [
1556
1556
  {
1557
1557
  "kind": "js",
1558
- "name": "foundationAccordionItemStyles",
1558
+ "name": "foundationAccordionStyles",
1559
1559
  "declaration": {
1560
- "name": "foundationAccordionItemStyles",
1561
- "module": "src/accordion-item/accordion-item.styles.ts"
1560
+ "name": "foundationAccordionStyles",
1561
+ "module": "src/accordion/accordion.styles.ts"
1562
1562
  }
1563
1563
  }
1564
1564
  ]
1565
1565
  },
1566
1566
  {
1567
1567
  "kind": "javascript-module",
1568
- "path": "src/accordion-item/accordion-item.template.ts",
1568
+ "path": "src/accordion/accordion.template.ts",
1569
1569
  "declarations": [
1570
1570
  {
1571
1571
  "kind": "function",
1572
- "name": "foundationAccordionItemTemplate",
1572
+ "name": "foundationAccordionTemplate",
1573
1573
  "return": {
1574
1574
  "type": {
1575
- "text": "ViewTemplate<AccordionItem>"
1575
+ "text": "ViewTemplate<Accordion>"
1576
1576
  }
1577
1577
  },
1578
1578
  "parameters": [
@@ -1594,116 +1594,237 @@
1594
1594
  "exports": [
1595
1595
  {
1596
1596
  "kind": "js",
1597
- "name": "foundationAccordionItemTemplate",
1597
+ "name": "foundationAccordionTemplate",
1598
1598
  "declaration": {
1599
- "name": "foundationAccordionItemTemplate",
1600
- "module": "src/accordion-item/accordion-item.template.ts"
1599
+ "name": "foundationAccordionTemplate",
1600
+ "module": "src/accordion/accordion.template.ts"
1601
1601
  }
1602
1602
  }
1603
1603
  ]
1604
1604
  },
1605
1605
  {
1606
1606
  "kind": "javascript-module",
1607
- "path": "src/accordion-item/accordion-item.ts",
1607
+ "path": "src/accordion/accordion.ts",
1608
1608
  "declarations": [
1609
1609
  {
1610
1610
  "kind": "class",
1611
1611
  "description": "",
1612
- "name": "AccordionItem",
1612
+ "name": "Accordion",
1613
1613
  "superclass": {
1614
- "name": "FASTAccordionItem",
1615
- "package": "@microsoft/fast-components"
1614
+ "name": "FASTAccordion",
1615
+ "package": "@microsoft/fast-foundation"
1616
1616
  },
1617
- "tagName": "%%prefix%%-accordion-item",
1617
+ "tagName": "%%prefix%%-accordion",
1618
1618
  "customElement": true,
1619
1619
  "attributes": [
1620
1620
  {
1621
- "name": "heading-level",
1621
+ "name": "expand-mode",
1622
1622
  "type": {
1623
- "text": "1 | 2 | 3 | 4 | 5 | 6"
1623
+ "text": "AccordionExpandMode"
1624
1624
  },
1625
- "default": "2",
1626
- "description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
1627
- "fieldName": "headinglevel",
1625
+ "description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
1626
+ "fieldName": "expandmode",
1628
1627
  "inheritedFrom": {
1629
- "name": "AccordionItem",
1630
- "module": "src/accordion-item/accordion-item.ts"
1628
+ "name": "Accordion",
1629
+ "module": "src/accordion/accordion.ts"
1631
1630
  }
1632
- },
1631
+ }
1632
+ ],
1633
+ "members": [
1633
1634
  {
1635
+ "kind": "field",
1636
+ "name": "expandmode",
1634
1637
  "type": {
1635
- "text": "boolean"
1638
+ "text": "AccordionExpandMode"
1636
1639
  },
1637
- "default": "false",
1638
- "description": "Expands or collapses the item.",
1639
- "fieldName": "expanded",
1640
+ "privacy": "public",
1641
+ "description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
1640
1642
  "inheritedFrom": {
1641
- "name": "AccordionItem",
1642
- "module": "src/accordion-item/accordion-item.ts"
1643
+ "name": "Accordion",
1644
+ "module": "src/accordion/accordion.ts"
1643
1645
  }
1644
1646
  },
1645
1647
  {
1646
- "name": "id",
1648
+ "kind": "field",
1649
+ "name": "activeid",
1647
1650
  "type": {
1648
- "text": "string"
1651
+ "text": "string | null"
1649
1652
  },
1650
- "description": "The item ID",
1651
- "fieldName": "id",
1653
+ "privacy": "private",
1652
1654
  "inheritedFrom": {
1653
- "name": "AccordionItem",
1654
- "module": "src/accordion-item/accordion-item.ts"
1655
+ "name": "Accordion",
1656
+ "module": "src/accordion/accordion.ts"
1655
1657
  }
1656
- }
1657
- ],
1658
- "members": [
1658
+ },
1659
1659
  {
1660
1660
  "kind": "field",
1661
- "name": "headinglevel",
1661
+ "name": "activeItemIndex",
1662
1662
  "type": {
1663
- "text": "1 | 2 | 3 | 4 | 5 | 6"
1663
+ "text": "number"
1664
1664
  },
1665
- "privacy": "public",
1666
- "default": "2",
1667
- "description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
1665
+ "privacy": "private",
1666
+ "default": "0",
1668
1667
  "inheritedFrom": {
1669
- "name": "AccordionItem",
1670
- "module": "src/accordion-item/accordion-item.ts"
1668
+ "name": "Accordion",
1669
+ "module": "src/accordion/accordion.ts"
1671
1670
  }
1672
1671
  },
1673
1672
  {
1674
1673
  "kind": "field",
1675
- "name": "expanded",
1674
+ "name": "accordionIds",
1676
1675
  "type": {
1677
- "text": "boolean"
1676
+ "text": "Array<string | null>"
1678
1677
  },
1679
- "privacy": "public",
1680
- "default": "false",
1681
- "description": "Expands or collapses the item.",
1678
+ "privacy": "private",
1682
1679
  "inheritedFrom": {
1683
- "name": "AccordionItem",
1684
- "module": "src/accordion-item/accordion-item.ts"
1680
+ "name": "Accordion",
1681
+ "module": "src/accordion/accordion.ts"
1685
1682
  }
1686
1683
  },
1687
1684
  {
1688
1685
  "kind": "field",
1689
- "name": "id",
1690
- "type": {
1691
- "text": "string"
1686
+ "name": "change",
1687
+ "privacy": "private",
1688
+ "inheritedFrom": {
1689
+ "name": "Accordion",
1690
+ "module": "src/accordion/accordion.ts"
1691
+ }
1692
+ },
1693
+ {
1694
+ "kind": "method",
1695
+ "name": "findExpandedItem",
1696
+ "privacy": "private",
1697
+ "return": {
1698
+ "type": {
1699
+ "text": "AccordionItem | null"
1700
+ }
1692
1701
  },
1693
- "privacy": "public",
1694
- "description": "The item ID",
1695
1702
  "inheritedFrom": {
1696
- "name": "AccordionItem",
1697
- "module": "src/accordion-item/accordion-item.ts"
1703
+ "name": "Accordion",
1704
+ "module": "src/accordion/accordion.ts"
1698
1705
  }
1699
1706
  },
1700
1707
  {
1701
1708
  "kind": "field",
1702
- "name": "change",
1709
+ "name": "setItems",
1703
1710
  "privacy": "private",
1704
1711
  "inheritedFrom": {
1705
- "name": "AccordionItem",
1706
- "module": "src/accordion-item/accordion-item.ts"
1712
+ "name": "Accordion",
1713
+ "module": "src/accordion/accordion.ts"
1714
+ }
1715
+ },
1716
+ {
1717
+ "kind": "method",
1718
+ "name": "resetItems",
1719
+ "privacy": "private",
1720
+ "return": {
1721
+ "type": {
1722
+ "text": "void"
1723
+ }
1724
+ },
1725
+ "inheritedFrom": {
1726
+ "name": "Accordion",
1727
+ "module": "src/accordion/accordion.ts"
1728
+ }
1729
+ },
1730
+ {
1731
+ "kind": "field",
1732
+ "name": "removeItemListeners",
1733
+ "privacy": "private",
1734
+ "inheritedFrom": {
1735
+ "name": "Accordion",
1736
+ "module": "src/accordion/accordion.ts"
1737
+ }
1738
+ },
1739
+ {
1740
+ "kind": "field",
1741
+ "name": "activeItemChange",
1742
+ "privacy": "private",
1743
+ "inheritedFrom": {
1744
+ "name": "Accordion",
1745
+ "module": "src/accordion/accordion.ts"
1746
+ }
1747
+ },
1748
+ {
1749
+ "kind": "method",
1750
+ "name": "getItemIds",
1751
+ "privacy": "private",
1752
+ "return": {
1753
+ "type": {
1754
+ "text": "Array<string | null>"
1755
+ }
1756
+ },
1757
+ "inheritedFrom": {
1758
+ "name": "Accordion",
1759
+ "module": "src/accordion/accordion.ts"
1760
+ }
1761
+ },
1762
+ {
1763
+ "kind": "method",
1764
+ "name": "isSingleExpandMode",
1765
+ "privacy": "private",
1766
+ "return": {
1767
+ "type": {
1768
+ "text": "boolean"
1769
+ }
1770
+ },
1771
+ "inheritedFrom": {
1772
+ "name": "Accordion",
1773
+ "module": "src/accordion/accordion.ts"
1774
+ }
1775
+ },
1776
+ {
1777
+ "kind": "field",
1778
+ "name": "handleItemKeyDown",
1779
+ "privacy": "private",
1780
+ "inheritedFrom": {
1781
+ "name": "Accordion",
1782
+ "module": "src/accordion/accordion.ts"
1783
+ }
1784
+ },
1785
+ {
1786
+ "kind": "field",
1787
+ "name": "handleItemFocus",
1788
+ "privacy": "private",
1789
+ "inheritedFrom": {
1790
+ "name": "Accordion",
1791
+ "module": "src/accordion/accordion.ts"
1792
+ }
1793
+ },
1794
+ {
1795
+ "kind": "method",
1796
+ "name": "adjust",
1797
+ "privacy": "private",
1798
+ "return": {
1799
+ "type": {
1800
+ "text": "void"
1801
+ }
1802
+ },
1803
+ "parameters": [
1804
+ {
1805
+ "name": "adjustment",
1806
+ "type": {
1807
+ "text": "number"
1808
+ }
1809
+ }
1810
+ ],
1811
+ "inheritedFrom": {
1812
+ "name": "Accordion",
1813
+ "module": "src/accordion/accordion.ts"
1814
+ }
1815
+ },
1816
+ {
1817
+ "kind": "method",
1818
+ "name": "focusItem",
1819
+ "privacy": "private",
1820
+ "return": {
1821
+ "type": {
1822
+ "text": "void"
1823
+ }
1824
+ },
1825
+ "inheritedFrom": {
1826
+ "name": "Accordion",
1827
+ "module": "src/accordion/accordion.ts"
1707
1828
  }
1708
1829
  },
1709
1830
  {
@@ -1820,18 +1941,18 @@
1820
1941
  ],
1821
1942
  "events": [
1822
1943
  {
1823
- "description": "Fires a custom 'change' event when the button is invoked",
1944
+ "description": "Fires a custom 'change' event when the active item changes",
1824
1945
  "name": "change",
1825
1946
  "inheritedFrom": {
1826
- "name": "AccordionItem",
1827
- "module": "src/accordion-item/accordion-item.ts"
1947
+ "name": "Accordion",
1948
+ "module": "src/accordion/accordion.ts"
1828
1949
  }
1829
1950
  }
1830
1951
  ]
1831
1952
  },
1832
1953
  {
1833
1954
  "kind": "variable",
1834
- "name": "foundationAccordionItemShadowOptions",
1955
+ "name": "foundationAccordionShadowOptions",
1835
1956
  "type": {
1836
1957
  "text": "ShadowRootInit"
1837
1958
  },
@@ -1839,57 +1960,57 @@
1839
1960
  },
1840
1961
  {
1841
1962
  "kind": "variable",
1842
- "name": "defaultAccordionItemConfig",
1963
+ "name": "defaultAccordionConfig",
1843
1964
  "type": {
1844
1965
  "text": "object"
1845
1966
  },
1846
- "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}"
1967
+ "default": "{}"
1847
1968
  },
1848
1969
  {
1849
1970
  "kind": "variable",
1850
- "name": "foundationAccordionItem",
1851
- "description": "The Foundation Accordion Item",
1971
+ "name": "foundationAccordion",
1972
+ "description": "The Foundation Accordion",
1852
1973
  "privacy": "public"
1853
1974
  }
1854
1975
  ],
1855
1976
  "exports": [
1856
1977
  {
1857
1978
  "kind": "js",
1858
- "name": "AccordionItem",
1979
+ "name": "Accordion",
1859
1980
  "declaration": {
1860
- "name": "AccordionItem",
1861
- "module": "src/accordion-item/accordion-item.ts"
1981
+ "name": "Accordion",
1982
+ "module": "src/accordion/accordion.ts"
1862
1983
  }
1863
1984
  },
1864
1985
  {
1865
1986
  "kind": "js",
1866
- "name": "foundationAccordionItemShadowOptions",
1987
+ "name": "foundationAccordionShadowOptions",
1867
1988
  "declaration": {
1868
- "name": "foundationAccordionItemShadowOptions",
1869
- "module": "src/accordion-item/accordion-item.ts"
1989
+ "name": "foundationAccordionShadowOptions",
1990
+ "module": "src/accordion/accordion.ts"
1870
1991
  }
1871
1992
  },
1872
1993
  {
1873
1994
  "kind": "js",
1874
- "name": "defaultAccordionItemConfig",
1995
+ "name": "defaultAccordionConfig",
1875
1996
  "declaration": {
1876
- "name": "defaultAccordionItemConfig",
1877
- "module": "src/accordion-item/accordion-item.ts"
1997
+ "name": "defaultAccordionConfig",
1998
+ "module": "src/accordion/accordion.ts"
1878
1999
  }
1879
2000
  },
1880
2001
  {
1881
2002
  "kind": "js",
1882
- "name": "foundationAccordionItem",
2003
+ "name": "foundationAccordion",
1883
2004
  "declaration": {
1884
- "name": "foundationAccordionItem",
1885
- "module": "src/accordion-item/accordion-item.ts"
2005
+ "name": "foundationAccordion",
2006
+ "module": "src/accordion/accordion.ts"
1886
2007
  }
1887
2008
  }
1888
2009
  ]
1889
2010
  },
1890
2011
  {
1891
2012
  "kind": "javascript-module",
1892
- "path": "src/accordion-item/index.ts",
2013
+ "path": "src/accordion/index.ts",
1893
2014
  "declarations": [],
1894
2015
  "exports": [
1895
2016
  {
@@ -1897,7 +2018,7 @@
1897
2018
  "name": "*",
1898
2019
  "declaration": {
1899
2020
  "name": "*",
1900
- "package": "./accordion-item.template"
2021
+ "package": "./accordion.template"
1901
2022
  }
1902
2023
  },
1903
2024
  {
@@ -1905,7 +2026,7 @@
1905
2026
  "name": "*",
1906
2027
  "declaration": {
1907
2028
  "name": "*",
1908
- "package": "./accordion-item.styles"
2029
+ "package": "./accordion.styles"
1909
2030
  }
1910
2031
  },
1911
2032
  {
@@ -1913,41 +2034,18 @@
1913
2034
  "name": "*",
1914
2035
  "declaration": {
1915
2036
  "name": "*",
1916
- "package": "./accordion-item"
2037
+ "package": "./accordion"
1917
2038
  }
1918
2039
  }
1919
2040
  ]
1920
2041
  },
1921
2042
  {
1922
2043
  "kind": "javascript-module",
1923
- "path": "src/actions-menu/actions-menu.styles.ts",
2044
+ "path": "src/accordion-item/accordion-item.styles.ts",
1924
2045
  "declarations": [
1925
2046
  {
1926
2047
  "kind": "function",
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",
2048
+ "name": "foundationAccordionItemStyles",
1951
2049
  "return": {
1952
2050
  "type": {
1953
2051
  "text": "ElementStyles"
@@ -1972,319 +2070,194 @@
1972
2070
  "exports": [
1973
2071
  {
1974
2072
  "kind": "js",
1975
- "name": "actionsMenuBaseStyles",
1976
- "declaration": {
1977
- "name": "actionsMenuBaseStyles",
1978
- "module": "src/actions-menu/actions-menu.styles.ts"
1979
- }
1980
- },
1981
- {
1982
- "kind": "js",
1983
- "name": "foundationActionsMenuStyles",
2073
+ "name": "foundationAccordionItemStyles",
1984
2074
  "declaration": {
1985
- "name": "foundationActionsMenuStyles",
1986
- "module": "src/actions-menu/actions-menu.styles.ts"
2075
+ "name": "foundationAccordionItemStyles",
2076
+ "module": "src/accordion-item/accordion-item.styles.ts"
1987
2077
  }
1988
2078
  }
1989
2079
  ]
1990
2080
  },
1991
2081
  {
1992
2082
  "kind": "javascript-module",
1993
- "path": "src/actions-menu/actions-menu.template.ts",
2083
+ "path": "src/accordion-item/accordion-item.template.ts",
1994
2084
  "declarations": [
1995
2085
  {
1996
2086
  "kind": "function",
1997
- "name": "menuTemplate",
2087
+ "name": "foundationAccordionItemTemplate",
2088
+ "return": {
2089
+ "type": {
2090
+ "text": "ViewTemplate<AccordionItem>"
2091
+ }
2092
+ },
1998
2093
  "parameters": [
1999
2094
  {
2000
- "name": "prefix",
2095
+ "name": "context",
2001
2096
  "type": {
2002
- "text": "string"
2097
+ "text": "ElementDefinitionContext"
2003
2098
  }
2004
- }
2005
- ]
2006
- },
2007
- {
2008
- "kind": "function",
2009
- "name": "singleOptionTemplate",
2010
- "parameters": [
2099
+ },
2011
2100
  {
2012
- "name": "prefix",
2101
+ "name": "definition",
2013
2102
  "type": {
2014
- "text": "string"
2103
+ "text": "FoundationElementDefinition"
2015
2104
  }
2016
2105
  }
2017
2106
  ]
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`"
2026
2107
  }
2027
2108
  ],
2028
2109
  "exports": [
2029
2110
  {
2030
2111
  "kind": "js",
2031
- "name": "menuTemplate",
2032
- "declaration": {
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",
2112
+ "name": "foundationAccordionItemTemplate",
2048
2113
  "declaration": {
2049
- "name": "foundationActionsMenuTemplate",
2050
- "module": "src/actions-menu/actions-menu.template.ts"
2114
+ "name": "foundationAccordionItemTemplate",
2115
+ "module": "src/accordion-item/accordion-item.template.ts"
2051
2116
  }
2052
2117
  }
2053
2118
  ]
2054
2119
  },
2055
2120
  {
2056
2121
  "kind": "javascript-module",
2057
- "path": "src/actions-menu/actions-menu.ts",
2122
+ "path": "src/accordion-item/accordion-item.ts",
2058
2123
  "declarations": [
2059
2124
  {
2060
2125
  "kind": "class",
2061
2126
  "description": "",
2062
- "name": "ActionsMenu",
2063
- "members": [
2127
+ "name": "AccordionItem",
2128
+ "superclass": {
2129
+ "name": "FASTAccordionItem",
2130
+ "package": "@microsoft/fast-components"
2131
+ },
2132
+ "tagName": "%%prefix%%-accordion-item",
2133
+ "customElement": true,
2134
+ "attributes": [
2064
2135
  {
2065
- "kind": "field",
2066
- "name": "actions",
2136
+ "name": "heading-level",
2067
2137
  "type": {
2068
- "text": "ActionMenuItem[]"
2138
+ "text": "1 | 2 | 3 | 4 | 5 | 6"
2139
+ },
2140
+ "default": "2",
2141
+ "description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
2142
+ "fieldName": "headinglevel",
2143
+ "inheritedFrom": {
2144
+ "name": "AccordionItem",
2145
+ "module": "src/accordion-item/accordion-item.ts"
2069
2146
  }
2070
2147
  },
2071
2148
  {
2072
- "kind": "field",
2073
- "name": "isVertical",
2074
2149
  "type": {
2075
2150
  "text": "boolean"
2076
2151
  },
2077
- "default": "false"
2152
+ "default": "false",
2153
+ "description": "Expands or collapses the item.",
2154
+ "fieldName": "expanded",
2155
+ "inheritedFrom": {
2156
+ "name": "AccordionItem",
2157
+ "module": "src/accordion-item/accordion-item.ts"
2158
+ }
2078
2159
  },
2160
+ {
2161
+ "name": "id",
2162
+ "type": {
2163
+ "text": "string"
2164
+ },
2165
+ "description": "The item ID",
2166
+ "fieldName": "id",
2167
+ "inheritedFrom": {
2168
+ "name": "AccordionItem",
2169
+ "module": "src/accordion-item/accordion-item.ts"
2170
+ }
2171
+ }
2172
+ ],
2173
+ "members": [
2079
2174
  {
2080
2175
  "kind": "field",
2081
- "name": "addDefaultActions",
2176
+ "name": "headinglevel",
2082
2177
  "type": {
2083
- "text": "boolean"
2178
+ "text": "1 | 2 | 3 | 4 | 5 | 6"
2084
2179
  },
2085
- "default": "true"
2180
+ "privacy": "public",
2181
+ "default": "2",
2182
+ "description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
2183
+ "inheritedFrom": {
2184
+ "name": "AccordionItem",
2185
+ "module": "src/accordion-item/accordion-item.ts"
2186
+ }
2086
2187
  },
2087
2188
  {
2088
2189
  "kind": "field",
2089
- "name": "autoCloseOnAction",
2190
+ "name": "expanded",
2090
2191
  "type": {
2091
2192
  "text": "boolean"
2092
2193
  },
2093
- "default": "true"
2194
+ "privacy": "public",
2195
+ "default": "false",
2196
+ "description": "Expands or collapses the item.",
2197
+ "inheritedFrom": {
2198
+ "name": "AccordionItem",
2199
+ "module": "src/accordion-item/accordion-item.ts"
2200
+ }
2094
2201
  },
2095
2202
  {
2096
2203
  "kind": "field",
2097
- "name": "classNames",
2204
+ "name": "id",
2098
2205
  "type": {
2099
2206
  "text": "string"
2207
+ },
2208
+ "privacy": "public",
2209
+ "description": "The item ID",
2210
+ "inheritedFrom": {
2211
+ "name": "AccordionItem",
2212
+ "module": "src/accordion-item/accordion-item.ts"
2100
2213
  }
2101
2214
  },
2102
2215
  {
2103
2216
  "kind": "field",
2104
- "name": "definition",
2105
- "type": {
2106
- "text": "any"
2217
+ "name": "change",
2218
+ "privacy": "private",
2219
+ "inheritedFrom": {
2220
+ "name": "AccordionItem",
2221
+ "module": "src/accordion-item/accordion-item.ts"
2107
2222
  }
2108
2223
  },
2109
2224
  {
2110
2225
  "kind": "field",
2111
- "name": "name",
2226
+ "name": "_presentation",
2112
2227
  "type": {
2113
- "text": "string"
2228
+ "text": "ComponentPresentation | null | undefined"
2114
2229
  },
2115
- "default": "'Actions'"
2230
+ "privacy": "private",
2231
+ "default": "void 0",
2232
+ "inheritedFrom": {
2233
+ "name": "FoundationElement",
2234
+ "module": "src/foundation-element/foundation-element.ts"
2235
+ }
2116
2236
  },
2117
2237
  {
2118
2238
  "kind": "field",
2119
- "name": "open",
2239
+ "name": "$presentation",
2120
2240
  "type": {
2121
- "text": "boolean"
2241
+ "text": "ComponentPresentation | null"
2122
2242
  },
2123
- "default": "false"
2243
+ "privacy": "public",
2244
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
2245
+ "inheritedFrom": {
2246
+ "name": "FoundationElement",
2247
+ "module": "src/foundation-element/foundation-element.ts"
2248
+ }
2124
2249
  },
2125
2250
  {
2126
2251
  "kind": "field",
2127
- "name": "buttonAppearance",
2252
+ "name": "template",
2128
2253
  "type": {
2129
- "text": "string"
2130
- }
2131
- },
2132
- {
2133
- "kind": "field",
2134
- "name": "hideDisabled",
2135
- "type": {
2136
- "text": "boolean"
2137
- },
2138
- "default": "false"
2139
- },
2140
- {
2141
- "kind": "field",
2142
- "name": "hideMenuSingleOption",
2143
- "type": {
2144
- "text": "boolean"
2145
- },
2146
- "default": "false"
2147
- },
2148
- {
2149
- "kind": "field",
2150
- "name": "singleOption",
2151
- "type": {
2152
- "text": "ActionMenuItem"
2153
- }
2154
- },
2155
- {
2156
- "kind": "field",
2157
- "name": "actionsMenu",
2158
- "type": {
2159
- "text": "HTMLElement"
2160
- }
2161
- },
2162
- {
2163
- "kind": "field",
2164
- "name": "actionsOpener",
2165
- "type": {
2166
- "text": "HTMLElement"
2167
- }
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
- },
2214
- {
2215
- "kind": "field",
2216
- "name": "allActions",
2217
- "type": {
2218
- "text": "ActionMenuItem[]"
2219
- },
2220
- "readonly": true
2221
- },
2222
- {
2223
- "kind": "field",
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
- ]
2250
- },
2251
- {
2252
- "kind": "field",
2253
- "name": "_presentation",
2254
- "type": {
2255
- "text": "ComponentPresentation | null | undefined"
2256
- },
2257
- "privacy": "private",
2258
- "default": "void 0",
2259
- "inheritedFrom": {
2260
- "name": "FoundationElement",
2261
- "module": "src/foundation-element/foundation-element.ts"
2262
- }
2263
- },
2264
- {
2265
- "kind": "field",
2266
- "name": "$presentation",
2267
- "type": {
2268
- "text": "ComponentPresentation | null"
2269
- },
2270
- "privacy": "public",
2271
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
2272
- "inheritedFrom": {
2273
- "name": "FoundationElement",
2274
- "module": "src/foundation-element/foundation-element.ts"
2275
- }
2276
- },
2277
- {
2278
- "kind": "field",
2279
- "name": "template",
2280
- "type": {
2281
- "text": "ElementViewTemplate | void | null"
2282
- },
2283
- "privacy": "public",
2284
- "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.",
2285
- "inheritedFrom": {
2286
- "name": "FoundationElement",
2287
- "module": "src/foundation-element/foundation-element.ts"
2254
+ "text": "ElementViewTemplate | void | null"
2255
+ },
2256
+ "privacy": "public",
2257
+ "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.",
2258
+ "inheritedFrom": {
2259
+ "name": "FoundationElement",
2260
+ "module": "src/foundation-element/foundation-element.ts"
2288
2261
  }
2289
2262
  },
2290
2263
  {
@@ -2360,107 +2333,78 @@
2360
2333
  }
2361
2334
  }
2362
2335
  ],
2363
- "attributes": [
2364
- {
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
- },
2336
+ "events": [
2419
2337
  {
2420
- "name": "hide-menu-single-option",
2421
- "type": {
2422
- "text": "boolean"
2423
- },
2424
- "default": "false",
2425
- "fieldName": "hideMenuSingleOption"
2338
+ "description": "Fires a custom 'change' event when the button is invoked",
2339
+ "name": "change",
2340
+ "inheritedFrom": {
2341
+ "name": "AccordionItem",
2342
+ "module": "src/accordion-item/accordion-item.ts"
2343
+ }
2426
2344
  }
2427
- ],
2428
- "superclass": {
2429
- "name": "FoundationElement",
2430
- "package": "@microsoft/fast-foundation"
2345
+ ]
2346
+ },
2347
+ {
2348
+ "kind": "variable",
2349
+ "name": "foundationAccordionItemShadowOptions",
2350
+ "type": {
2351
+ "text": "ShadowRootInit"
2431
2352
  },
2432
- "tagName": "%%prefix%%-actions-menu",
2433
- "customElement": true
2353
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
2434
2354
  },
2435
2355
  {
2436
2356
  "kind": "variable",
2437
- "name": "foundationActionsMenu",
2438
- "description": "The Foundation Actions Menu",
2357
+ "name": "defaultAccordionItemConfig",
2358
+ "type": {
2359
+ "text": "object"
2360
+ },
2361
+ "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}"
2362
+ },
2363
+ {
2364
+ "kind": "variable",
2365
+ "name": "foundationAccordionItem",
2366
+ "description": "The Foundation Accordion Item",
2439
2367
  "privacy": "public"
2440
2368
  }
2441
2369
  ],
2442
2370
  "exports": [
2443
2371
  {
2444
2372
  "kind": "js",
2445
- "name": "ActionsMenu",
2373
+ "name": "AccordionItem",
2446
2374
  "declaration": {
2447
- "name": "ActionsMenu",
2448
- "module": "src/actions-menu/actions-menu.ts"
2375
+ "name": "AccordionItem",
2376
+ "module": "src/accordion-item/accordion-item.ts"
2449
2377
  }
2450
2378
  },
2451
2379
  {
2452
2380
  "kind": "js",
2453
- "name": "foundationActionsMenu",
2381
+ "name": "foundationAccordionItemShadowOptions",
2454
2382
  "declaration": {
2455
- "name": "foundationActionsMenu",
2456
- "module": "src/actions-menu/actions-menu.ts"
2383
+ "name": "foundationAccordionItemShadowOptions",
2384
+ "module": "src/accordion-item/accordion-item.ts"
2385
+ }
2386
+ },
2387
+ {
2388
+ "kind": "js",
2389
+ "name": "defaultAccordionItemConfig",
2390
+ "declaration": {
2391
+ "name": "defaultAccordionItemConfig",
2392
+ "module": "src/accordion-item/accordion-item.ts"
2393
+ }
2394
+ },
2395
+ {
2396
+ "kind": "js",
2397
+ "name": "foundationAccordionItem",
2398
+ "declaration": {
2399
+ "name": "foundationAccordionItem",
2400
+ "module": "src/accordion-item/accordion-item.ts"
2457
2401
  }
2458
2402
  }
2459
2403
  ]
2460
2404
  },
2461
2405
  {
2462
2406
  "kind": "javascript-module",
2463
- "path": "src/actions-menu/index.ts",
2407
+ "path": "src/accordion-item/index.ts",
2464
2408
  "declarations": [],
2465
2409
  "exports": [
2466
2410
  {
@@ -2468,7 +2412,7 @@
2468
2412
  "name": "*",
2469
2413
  "declaration": {
2470
2414
  "name": "*",
2471
- "package": "./actions-menu.styles"
2415
+ "package": "./accordion-item.template"
2472
2416
  }
2473
2417
  },
2474
2418
  {
@@ -2476,7 +2420,7 @@
2476
2420
  "name": "*",
2477
2421
  "declaration": {
2478
2422
  "name": "*",
2479
- "package": "./actions-menu.template"
2423
+ "package": "./accordion-item.styles"
2480
2424
  }
2481
2425
  },
2482
2426
  {
@@ -2484,122 +2428,210 @@
2484
2428
  "name": "*",
2485
2429
  "declaration": {
2486
2430
  "name": "*",
2487
- "package": "./actions-menu"
2431
+ "package": "./accordion-item"
2488
2432
  }
2489
2433
  }
2490
2434
  ]
2491
2435
  },
2492
2436
  {
2493
2437
  "kind": "javascript-module",
2494
- "path": "src/ai-criteria-search/ai-criteria-search.styles.ts",
2438
+ "path": "src/actions-menu/actions-menu.styles.ts",
2495
2439
  "declarations": [
2496
2440
  {
2497
- "kind": "variable",
2498
- "name": "foundationAiCriteriaSearchStyles",
2499
- "default": "css`\n :host {\n display: block;\n width: 800px;\n }\n\n .ai-criteria-search {\n display: flex;\n flex-direction: column;\n gap: calc(${designUnit} * 2px);\n }\n\n .ai-criteria-search-row {\n display: flex;\n flex-direction: row;\n gap: calc(${designUnit} * 2px);\n align-items: center;\n }\n\n .criteria-input {\n height: calc(((var(--base-height-multiplier) + var(--density)) * var(--design-unit) - 4) * 1px);\n flex: 1;\n min-width: 0;\n }\n\n .criteria-chips-inline {\n height: calc(((var(--base-height-multiplier) + var(--density)) * var(--design-unit) - 4) * 1px);\n flex: 1;\n min-width: 0;\n display: flex;\n align-items: center;\n gap: calc(${designUnit} * 1px);\n overflow-x: auto;\n padding: 0 calc(${designUnit} * 2px);\n background: var(--neutral-fill-input-rest);\n border: calc(var(--stroke-width) * 1px) solid var(--neutral-stroke-rest);\n border-radius: calc(var(--control-corner-radius) * 1px);\n scrollbar-width: none;\n }\n\n .criteria-chips-inline::-webkit-scrollbar {\n display: none;\n }\n\n .mic-icon {\n color: var(--neutral-foreground-rest);\n fill: currentColor;\n }\n\n .criteria-toggle-button,\n .criteria-clear-button {\n flex-shrink: 0;\n }\n\n .criteria-chip {\n display: inline-flex;\n align-items: center;\n flex-shrink: 0;\n gap: calc(${designUnit} * 1px);\n padding: calc(${designUnit} * 0.5px) calc(${designUnit} * 2px);\n background: var(--neutral-fill-rest);\n border: calc(var(--stroke-width) * 1px) solid var(--neutral-stroke-rest);\n border-radius: calc(${designUnit} * 4px);\n font-size: var(--type-ramp-minus-1-font-size);\n color: var(--neutral-foreground-rest);\n white-space: nowrap;\n }\n\n .criteria-chip-field {\n font-weight: 600;\n }\n\n .criteria-chip-operator {\n color: var(--neutral-foreground-hint, var(--neutral-foreground-rest));\n font-style: italic;\n }\n\n .criteria-chip-remove {\n display: inline-flex;\n align-items: center;\n justify-content: center;\n width: 14px;\n height: 14px;\n padding: 0;\n margin-left: calc(${designUnit} * 0.5px);\n background: none;\n border: none;\n cursor: pointer;\n color: var(--neutral-foreground-hint, var(--neutral-foreground-rest));\n font-size: 10px;\n border-radius: 50%;\n line-height: 1;\n }\n\n .criteria-chip-remove:hover {\n background: var(--neutral-fill-hover);\n color: var(--neutral-foreground-rest);\n }\n`"
2441
+ "kind": "function",
2442
+ "name": "actionsMenuBaseStyles",
2443
+ "return": {
2444
+ "type": {
2445
+ "text": "ElementStyles"
2446
+ }
2447
+ },
2448
+ "parameters": [
2449
+ {
2450
+ "name": "context",
2451
+ "type": {
2452
+ "text": "ElementDefinitionContext"
2453
+ }
2454
+ },
2455
+ {
2456
+ "name": "definition",
2457
+ "type": {
2458
+ "text": "FoundationElementDefinition"
2459
+ }
2460
+ }
2461
+ ]
2462
+ },
2463
+ {
2464
+ "kind": "function",
2465
+ "name": "foundationActionsMenuStyles",
2466
+ "return": {
2467
+ "type": {
2468
+ "text": "ElementStyles"
2469
+ }
2470
+ },
2471
+ "parameters": [
2472
+ {
2473
+ "name": "context",
2474
+ "type": {
2475
+ "text": "ElementDefinitionContext"
2476
+ }
2477
+ },
2478
+ {
2479
+ "name": "definition",
2480
+ "type": {
2481
+ "text": "FoundationElementDefinition"
2482
+ }
2483
+ }
2484
+ ]
2500
2485
  }
2501
2486
  ],
2502
2487
  "exports": [
2503
2488
  {
2504
2489
  "kind": "js",
2505
- "name": "foundationAiCriteriaSearchStyles",
2490
+ "name": "actionsMenuBaseStyles",
2506
2491
  "declaration": {
2507
- "name": "foundationAiCriteriaSearchStyles",
2508
- "module": "src/ai-criteria-search/ai-criteria-search.styles.ts"
2492
+ "name": "actionsMenuBaseStyles",
2493
+ "module": "src/actions-menu/actions-menu.styles.ts"
2494
+ }
2495
+ },
2496
+ {
2497
+ "kind": "js",
2498
+ "name": "foundationActionsMenuStyles",
2499
+ "declaration": {
2500
+ "name": "foundationActionsMenuStyles",
2501
+ "module": "src/actions-menu/actions-menu.styles.ts"
2509
2502
  }
2510
2503
  }
2511
2504
  ]
2512
2505
  },
2513
2506
  {
2514
2507
  "kind": "javascript-module",
2515
- "path": "src/ai-criteria-search/ai-criteria-search.template.ts",
2508
+ "path": "src/actions-menu/actions-menu.template.ts",
2516
2509
  "declarations": [
2510
+ {
2511
+ "kind": "function",
2512
+ "name": "menuTemplate",
2513
+ "parameters": [
2514
+ {
2515
+ "name": "prefix",
2516
+ "type": {
2517
+ "text": "string"
2518
+ }
2519
+ }
2520
+ ]
2521
+ },
2522
+ {
2523
+ "kind": "function",
2524
+ "name": "singleOptionTemplate",
2525
+ "parameters": [
2526
+ {
2527
+ "name": "prefix",
2528
+ "type": {
2529
+ "text": "string"
2530
+ }
2531
+ }
2532
+ ]
2533
+ },
2517
2534
  {
2518
2535
  "kind": "variable",
2519
- "name": "foundationAiCriteriaSearchTemplate",
2536
+ "name": "foundationActionsMenuTemplate",
2520
2537
  "type": {
2521
- "text": "ViewTemplate<AiCriteriaSearch>"
2538
+ "text": "ViewTemplate<ActionsMenu>"
2522
2539
  },
2523
- "default": "html`\n ${(x) => aiCriteriaSearchTemplate(getPrefix(x))}\n`"
2540
+ "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`"
2524
2541
  }
2525
2542
  ],
2526
2543
  "exports": [
2527
2544
  {
2528
2545
  "kind": "js",
2529
- "name": "foundationAiCriteriaSearchTemplate",
2546
+ "name": "menuTemplate",
2530
2547
  "declaration": {
2531
- "name": "foundationAiCriteriaSearchTemplate",
2532
- "module": "src/ai-criteria-search/ai-criteria-search.template.ts"
2548
+ "name": "menuTemplate",
2549
+ "module": "src/actions-menu/actions-menu.template.ts"
2550
+ }
2551
+ },
2552
+ {
2553
+ "kind": "js",
2554
+ "name": "singleOptionTemplate",
2555
+ "declaration": {
2556
+ "name": "singleOptionTemplate",
2557
+ "module": "src/actions-menu/actions-menu.template.ts"
2558
+ }
2559
+ },
2560
+ {
2561
+ "kind": "js",
2562
+ "name": "foundationActionsMenuTemplate",
2563
+ "declaration": {
2564
+ "name": "foundationActionsMenuTemplate",
2565
+ "module": "src/actions-menu/actions-menu.template.ts"
2533
2566
  }
2534
2567
  }
2535
2568
  ]
2536
2569
  },
2537
2570
  {
2538
2571
  "kind": "javascript-module",
2539
- "path": "src/ai-criteria-search/ai-criteria-search.ts",
2572
+ "path": "src/actions-menu/actions-menu.ts",
2540
2573
  "declarations": [
2541
2574
  {
2542
2575
  "kind": "class",
2543
- "description": "Natural-language criteria search input with AI interpretation.",
2544
- "name": "AiCriteriaSearch",
2576
+ "description": "",
2577
+ "name": "ActionsMenu",
2545
2578
  "members": [
2546
2579
  {
2547
2580
  "kind": "field",
2548
- "name": "providerRegistry",
2581
+ "name": "actions",
2549
2582
  "type": {
2550
- "text": "AIProviderRegistry"
2583
+ "text": "ActionMenuItem[]"
2551
2584
  }
2552
2585
  },
2553
2586
  {
2554
2587
  "kind": "field",
2555
- "name": "placeholder",
2588
+ "name": "isVertical",
2556
2589
  "type": {
2557
- "text": "string"
2590
+ "text": "boolean"
2558
2591
  },
2559
- "default": "'Describe your search criteria in natural language...'"
2592
+ "default": "false"
2560
2593
  },
2561
2594
  {
2562
2595
  "kind": "field",
2563
- "name": "disabled",
2596
+ "name": "addDefaultActions",
2564
2597
  "type": {
2565
2598
  "text": "boolean"
2566
- }
2599
+ },
2600
+ "default": "true"
2567
2601
  },
2568
2602
  {
2569
2603
  "kind": "field",
2570
- "name": "inputValue",
2604
+ "name": "autoCloseOnAction",
2571
2605
  "type": {
2572
- "text": "string"
2606
+ "text": "boolean"
2573
2607
  },
2574
- "default": "''"
2608
+ "default": "true"
2575
2609
  },
2576
2610
  {
2577
2611
  "kind": "field",
2578
- "name": "isInterpreting",
2612
+ "name": "classNames",
2579
2613
  "type": {
2580
- "text": "boolean"
2581
- },
2582
- "default": "false"
2614
+ "text": "string"
2615
+ }
2583
2616
  },
2584
2617
  {
2585
2618
  "kind": "field",
2586
- "name": "lastValidCriteria",
2619
+ "name": "definition",
2587
2620
  "type": {
2588
- "text": "string | null"
2589
- },
2590
- "default": "null"
2621
+ "text": "any"
2622
+ }
2591
2623
  },
2592
2624
  {
2593
2625
  "kind": "field",
2594
- "name": "activeGroups",
2626
+ "name": "name",
2595
2627
  "type": {
2596
- "text": "CriteriaGroup[]"
2628
+ "text": "string"
2597
2629
  },
2598
- "default": "[]"
2630
+ "default": "'Actions'"
2599
2631
  },
2600
2632
  {
2601
2633
  "kind": "field",
2602
- "name": "showingChips",
2634
+ "name": "open",
2603
2635
  "type": {
2604
2636
  "text": "boolean"
2605
2637
  },
@@ -2607,15 +2639,14 @@
2607
2639
  },
2608
2640
  {
2609
2641
  "kind": "field",
2610
- "name": "fieldMetadata",
2642
+ "name": "buttonAppearance",
2611
2643
  "type": {
2612
- "text": "MetadataDetail[] | string[]"
2613
- },
2614
- "default": "[]"
2644
+ "text": "string"
2645
+ }
2615
2646
  },
2616
2647
  {
2617
2648
  "kind": "field",
2618
- "name": "isRecording",
2649
+ "name": "hideDisabled",
2619
2650
  "type": {
2620
2651
  "text": "boolean"
2621
2652
  },
@@ -2623,125 +2654,114 @@
2623
2654
  },
2624
2655
  {
2625
2656
  "kind": "field",
2626
- "name": "textAreaRef",
2657
+ "name": "hideMenuSingleOption",
2627
2658
  "type": {
2628
- "text": "HTMLTextAreaElement"
2659
+ "text": "boolean"
2629
2660
  },
2630
- "privacy": "public"
2661
+ "default": "false"
2631
2662
  },
2632
2663
  {
2633
2664
  "kind": "field",
2634
- "name": "stopRecording",
2665
+ "name": "singleOption",
2635
2666
  "type": {
2636
- "text": "(() => void) | null"
2637
- },
2638
- "privacy": "private",
2639
- "default": "null"
2667
+ "text": "ActionMenuItem"
2668
+ }
2640
2669
  },
2641
2670
  {
2642
2671
  "kind": "field",
2643
- "name": "speechApplyDebounceTimer",
2672
+ "name": "actionsMenu",
2644
2673
  "type": {
2645
- "text": "ReturnType<typeof setTimeout> | null"
2646
- },
2647
- "privacy": "private",
2648
- "default": "null"
2674
+ "text": "HTMLElement"
2675
+ }
2649
2676
  },
2650
2677
  {
2651
2678
  "kind": "field",
2652
- "name": "speechAvailable",
2679
+ "name": "actionsOpener",
2653
2680
  "type": {
2654
- "text": "boolean"
2655
- },
2656
- "readonly": true
2681
+ "text": "HTMLElement"
2682
+ }
2657
2683
  },
2658
2684
  {
2659
- "kind": "field",
2660
- "name": "criteriaChips",
2661
- "type": {
2662
- "text": "CriteriaChip[]"
2663
- },
2664
- "readonly": true
2685
+ "kind": "method",
2686
+ "name": "updateMenuPosition",
2687
+ "privacy": "private"
2665
2688
  },
2666
2689
  {
2667
2690
  "kind": "method",
2668
- "name": "getFieldLabel",
2669
- "privacy": "private",
2670
- "return": {
2671
- "type": {
2672
- "text": "string"
2673
- }
2674
- },
2691
+ "name": "definitionChanged",
2692
+ "privacy": "protected",
2675
2693
  "parameters": [
2676
2694
  {
2677
- "name": "fieldName",
2695
+ "name": "oldValue",
2678
2696
  "type": {
2679
- "text": "string"
2697
+ "text": "any"
2698
+ }
2699
+ },
2700
+ {
2701
+ "name": "newValue",
2702
+ "type": {
2703
+ "text": "any"
2680
2704
  }
2681
2705
  }
2682
2706
  ]
2683
2707
  },
2684
2708
  {
2685
2709
  "kind": "method",
2686
- "name": "toggleCriteriaView",
2687
- "return": {
2688
- "type": {
2689
- "text": "void"
2690
- }
2691
- }
2710
+ "name": "openChanged",
2711
+ "privacy": "protected"
2692
2712
  },
2693
2713
  {
2694
2714
  "kind": "method",
2695
- "name": "removeChip",
2696
- "return": {
2697
- "type": {
2698
- "text": "void"
2699
- }
2700
- },
2715
+ "name": "toggleActionsMenuVisibility"
2716
+ },
2717
+ {
2718
+ "kind": "method",
2719
+ "name": "onActionMenuItemClick",
2701
2720
  "parameters": [
2702
2721
  {
2703
- "name": "groupIndex",
2704
- "type": {
2705
- "text": "number"
2706
- }
2707
- },
2708
- {
2709
- "name": "clauseIndex",
2722
+ "name": "callback",
2710
2723
  "type": {
2711
- "text": "number"
2724
+ "text": "(rowData) => void | any"
2712
2725
  }
2713
2726
  }
2714
2727
  ]
2715
2728
  },
2716
2729
  {
2717
- "kind": "method",
2718
- "name": "clearChips",
2719
- "return": {
2720
- "type": {
2721
- "text": "void"
2722
- }
2723
- }
2724
- },
2725
- {
2726
- "kind": "method",
2727
- "name": "handleSubmit"
2728
- },
2729
- {
2730
- "kind": "method",
2731
- "name": "handleBlur"
2730
+ "kind": "field",
2731
+ "name": "allActions",
2732
+ "type": {
2733
+ "text": "ActionMenuItem[]"
2734
+ },
2735
+ "readonly": true
2732
2736
  },
2733
2737
  {
2734
- "kind": "method",
2735
- "name": "clear"
2738
+ "kind": "field",
2739
+ "name": "rowData",
2740
+ "readonly": true
2736
2741
  },
2737
2742
  {
2738
2743
  "kind": "method",
2739
- "name": "toggleSpeechInput"
2744
+ "name": "getLabel",
2745
+ "parameters": [
2746
+ {
2747
+ "name": "name",
2748
+ "type": {
2749
+ "text": "string | ((rowData: any) => string)"
2750
+ }
2751
+ }
2752
+ ]
2740
2753
  },
2741
2754
  {
2742
2755
  "kind": "method",
2743
- "name": "clearSpeechApplyDebounce",
2744
- "privacy": "private"
2756
+ "name": "getTemplate",
2757
+ "parameters": [
2758
+ {
2759
+ "name": "prefix",
2760
+ "type": {
2761
+ "text": "string"
2762
+ }
2763
+ }
2764
+ ]
2745
2765
  },
2746
2766
  {
2747
2767
  "kind": "field",
@@ -2855,154 +2875,115 @@
2855
2875
  }
2856
2876
  }
2857
2877
  ],
2858
- "events": [
2878
+ "attributes": [
2859
2879
  {
2860
- "description": "Fired when interpreted criteria is applied or cleared. detail: `string | null`",
2861
- "name": "criteria-changed"
2880
+ "name": "is-vertical",
2881
+ "type": {
2882
+ "text": "boolean"
2883
+ },
2884
+ "default": "false",
2885
+ "fieldName": "isVertical"
2862
2886
  },
2863
2887
  {
2864
- "description": "Fired when interpreted criteria contains invalid clauses. detail: `ValidationError[]`",
2865
- "name": "validation-errors"
2866
- }
2867
- ],
2868
- "attributes": [
2888
+ "name": "add-default-actions",
2889
+ "type": {
2890
+ "text": "boolean"
2891
+ },
2892
+ "default": "true",
2893
+ "fieldName": "addDefaultActions"
2894
+ },
2869
2895
  {
2870
- "name": "placeholder",
2896
+ "name": "auto-close-on-action",
2897
+ "type": {
2898
+ "text": "boolean"
2899
+ },
2900
+ "default": "true",
2901
+ "fieldName": "autoCloseOnAction"
2902
+ },
2903
+ {
2904
+ "name": "name",
2871
2905
  "type": {
2872
2906
  "text": "string"
2873
2907
  },
2874
- "default": "'Describe your search criteria in natural language...'",
2875
- "fieldName": "placeholder"
2908
+ "default": "'Actions'",
2909
+ "fieldName": "name"
2876
2910
  },
2877
2911
  {
2912
+ "name": "open",
2878
2913
  "type": {
2879
2914
  "text": "boolean"
2880
2915
  },
2881
- "fieldName": "disabled"
2916
+ "default": "false",
2917
+ "fieldName": "open"
2918
+ },
2919
+ {
2920
+ "name": "buttonAppearance",
2921
+ "type": {
2922
+ "text": "string"
2923
+ },
2924
+ "fieldName": "buttonAppearance"
2925
+ },
2926
+ {
2927
+ "name": "hide-disabled",
2928
+ "type": {
2929
+ "text": "boolean"
2930
+ },
2931
+ "default": "false",
2932
+ "fieldName": "hideDisabled"
2933
+ },
2934
+ {
2935
+ "name": "hide-menu-single-option",
2936
+ "type": {
2937
+ "text": "boolean"
2938
+ },
2939
+ "default": "false",
2940
+ "fieldName": "hideMenuSingleOption"
2882
2941
  }
2883
2942
  ],
2884
2943
  "superclass": {
2885
2944
  "name": "FoundationElement",
2886
2945
  "package": "@microsoft/fast-foundation"
2887
2946
  },
2888
- "tagName": "%%prefix%%-ai-criteria-search",
2947
+ "tagName": "%%prefix%%-actions-menu",
2889
2948
  "customElement": true
2890
2949
  },
2891
2950
  {
2892
2951
  "kind": "variable",
2893
- "name": "foundationAiCriteriaSearchShadowOptions",
2894
- "type": {
2895
- "text": "ShadowRootInit"
2896
- },
2897
- "default": "undefined"
2898
- },
2899
- {
2900
- "kind": "variable",
2901
- "name": "defaultAiCriteriaSearchConfig",
2902
- "type": {
2903
- "text": "object"
2904
- },
2905
- "default": "{}"
2906
- },
2907
- {
2908
- "kind": "variable",
2909
- "name": "foundationAiCriteriaSearch"
2952
+ "name": "foundationActionsMenu",
2953
+ "description": "The Foundation Actions Menu",
2954
+ "privacy": "public"
2910
2955
  }
2911
2956
  ],
2912
2957
  "exports": [
2913
2958
  {
2914
2959
  "kind": "js",
2915
- "name": "AiCriteriaSearch",
2916
- "declaration": {
2917
- "name": "AiCriteriaSearch",
2918
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
2919
- }
2920
- },
2921
- {
2922
- "kind": "js",
2923
- "name": "foundationAiCriteriaSearchShadowOptions",
2924
- "declaration": {
2925
- "name": "foundationAiCriteriaSearchShadowOptions",
2926
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
2927
- }
2928
- },
2929
- {
2930
- "kind": "js",
2931
- "name": "defaultAiCriteriaSearchConfig",
2960
+ "name": "ActionsMenu",
2932
2961
  "declaration": {
2933
- "name": "defaultAiCriteriaSearchConfig",
2934
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
2962
+ "name": "ActionsMenu",
2963
+ "module": "src/actions-menu/actions-menu.ts"
2935
2964
  }
2936
2965
  },
2937
2966
  {
2938
2967
  "kind": "js",
2939
- "name": "foundationAiCriteriaSearch",
2968
+ "name": "foundationActionsMenu",
2940
2969
  "declaration": {
2941
- "name": "foundationAiCriteriaSearch",
2942
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
2970
+ "name": "foundationActionsMenu",
2971
+ "module": "src/actions-menu/actions-menu.ts"
2943
2972
  }
2944
2973
  }
2945
2974
  ]
2946
2975
  },
2947
2976
  {
2948
2977
  "kind": "javascript-module",
2949
- "path": "src/ai-criteria-search/index.ts",
2978
+ "path": "src/actions-menu/index.ts",
2950
2979
  "declarations": [],
2951
2980
  "exports": [
2952
- {
2953
- "kind": "js",
2954
- "name": "AiCriteriaSearch",
2955
- "declaration": {
2956
- "name": "AiCriteriaSearch",
2957
- "module": "./ai-criteria-search"
2958
- }
2959
- },
2960
- {
2961
- "kind": "js",
2962
- "name": "defaultAiCriteriaSearchConfig",
2963
- "declaration": {
2964
- "name": "defaultAiCriteriaSearchConfig",
2965
- "module": "./ai-criteria-search"
2966
- }
2967
- },
2968
- {
2969
- "kind": "js",
2970
- "name": "foundationAiCriteriaSearch",
2971
- "declaration": {
2972
- "name": "foundationAiCriteriaSearch",
2973
- "module": "./ai-criteria-search"
2974
- }
2975
- },
2976
- {
2977
- "kind": "js",
2978
- "name": "foundationAiCriteriaSearchShadowOptions",
2979
- "declaration": {
2980
- "name": "foundationAiCriteriaSearchShadowOptions",
2981
- "module": "./ai-criteria-search"
2982
- }
2983
- },
2984
- {
2985
- "kind": "js",
2986
- "name": "foundationAiCriteriaSearchStyles",
2987
- "declaration": {
2988
- "name": "foundationAiCriteriaSearchStyles",
2989
- "module": "./ai-criteria-search.styles"
2990
- }
2991
- },
2992
- {
2993
- "kind": "js",
2994
- "name": "foundationAiCriteriaSearchTemplate",
2995
- "declaration": {
2996
- "name": "foundationAiCriteriaSearchTemplate",
2997
- "module": "./ai-criteria-search.template"
2998
- }
2999
- },
3000
2981
  {
3001
2982
  "kind": "js",
3002
2983
  "name": "*",
3003
2984
  "declaration": {
3004
2985
  "name": "*",
3005
- "package": "./validation/criteria-ir"
2986
+ "package": "./actions-menu.styles"
3006
2987
  }
3007
2988
  },
3008
2989
  {
@@ -3010,165 +2991,72 @@
3010
2991
  "name": "*",
3011
2992
  "declaration": {
3012
2993
  "name": "*",
3013
- "package": "./validation/operator-map"
2994
+ "package": "./actions-menu.template"
3014
2995
  }
3015
2996
  },
3016
2997
  {
3017
2998
  "kind": "js",
3018
2999
  "name": "*",
3019
3000
  "declaration": {
3020
- "name": "*",
3021
- "package": "./validation/schema-validator"
3022
- }
3023
- }
3024
- ]
3025
- },
3026
- {
3027
- "kind": "javascript-module",
3028
- "path": "src/ai-criteria-search/validation-error-notification.ts",
3029
- "declarations": [
3030
- {
3031
- "kind": "function",
3032
- "name": "formatValidationErrors",
3033
- "return": {
3034
- "type": {
3035
- "text": "string"
3036
- }
3037
- },
3038
- "parameters": [
3039
- {
3040
- "name": "errors",
3041
- "type": {
3042
- "text": "ValidationError[]"
3043
- }
3044
- }
3045
- ],
3046
- "description": "Formats validation errors into a user-friendly message."
3047
- },
3048
- {
3049
- "kind": "function",
3050
- "name": "showCriteriaError",
3051
- "return": {
3052
- "type": {
3053
- "text": "void"
3054
- }
3055
- },
3056
- "parameters": [
3057
- {
3058
- "name": "title",
3059
- "type": {
3060
- "text": "string"
3061
- },
3062
- "description": "Notification title (e.g. \"Criteria validation error\")"
3063
- },
3064
- {
3065
- "name": "body",
3066
- "type": {
3067
- "text": "string"
3068
- },
3069
- "description": "Error message to display"
3070
- },
3071
- {
3072
- "name": "tagName",
3073
- "type": {
3074
- "text": "string"
3075
- },
3076
- "description": "Design system prefix (e.g. \"rapid\", \"foundation\")"
3077
- }
3078
- ],
3079
- "description": "Shows a criteria error as a toast notification."
3080
- }
3081
- ],
3082
- "exports": [
3083
- {
3084
- "kind": "js",
3085
- "name": "formatValidationErrors",
3086
- "declaration": {
3087
- "name": "formatValidationErrors",
3088
- "module": "src/ai-criteria-search/validation-error-notification.ts"
3089
- }
3090
- },
3091
- {
3092
- "kind": "js",
3093
- "name": "showCriteriaError",
3094
- "declaration": {
3095
- "name": "showCriteriaError",
3096
- "module": "src/ai-criteria-search/validation-error-notification.ts"
3097
- }
3098
- }
3099
- ]
3100
- },
3101
- {
3102
- "kind": "javascript-module",
3103
- "path": "src/ai-indicator/ai-indicator.styles.ts",
3104
- "declarations": [
3105
- {
3106
- "kind": "function",
3107
- "name": "foundationAiIndicatorStyles",
3108
- "return": {
3109
- "type": {
3110
- "text": "ElementStyles"
3111
- }
3112
- },
3113
- "parameters": [
3114
- {
3115
- "name": "context",
3116
- "type": {
3117
- "text": "ElementDefinitionContext"
3118
- }
3119
- },
3120
- {
3121
- "name": "definition",
3122
- "type": {
3123
- "text": "FoundationElementDefinition"
3124
- }
3125
- }
3126
- ]
3001
+ "name": "*",
3002
+ "package": "./actions-menu"
3003
+ }
3004
+ }
3005
+ ]
3006
+ },
3007
+ {
3008
+ "kind": "javascript-module",
3009
+ "path": "src/ai-criteria-search/ai-criteria-search.styles.ts",
3010
+ "declarations": [
3011
+ {
3012
+ "kind": "variable",
3013
+ "name": "foundationAiCriteriaSearchStyles",
3014
+ "default": "css`\n :host {\n display: block;\n width: 800px;\n }\n\n .ai-criteria-search {\n display: flex;\n flex-direction: column;\n gap: calc(${designUnit} * 2px);\n }\n\n .ai-criteria-search-row {\n display: flex;\n flex-direction: row;\n gap: calc(${designUnit} * 2px);\n align-items: center;\n }\n\n .criteria-input {\n height: calc(((var(--base-height-multiplier) + var(--density)) * var(--design-unit) - 4) * 1px);\n flex: 1;\n min-width: 0;\n }\n\n .criteria-chips-inline {\n height: calc(((var(--base-height-multiplier) + var(--density)) * var(--design-unit) - 4) * 1px);\n flex: 1;\n min-width: 0;\n display: flex;\n align-items: center;\n gap: calc(${designUnit} * 1px);\n overflow-x: auto;\n padding: 0 calc(${designUnit} * 2px);\n background: var(--neutral-fill-input-rest);\n border: calc(var(--stroke-width) * 1px) solid var(--neutral-stroke-rest);\n border-radius: calc(var(--control-corner-radius) * 1px);\n scrollbar-width: none;\n }\n\n .criteria-chips-inline::-webkit-scrollbar {\n display: none;\n }\n\n .mic-icon {\n color: var(--neutral-foreground-rest);\n fill: currentColor;\n }\n\n .criteria-toggle-button,\n .criteria-clear-button {\n flex-shrink: 0;\n }\n\n .criteria-chip {\n display: inline-flex;\n align-items: center;\n flex-shrink: 0;\n gap: calc(${designUnit} * 1px);\n padding: calc(${designUnit} * 0.5px) calc(${designUnit} * 2px);\n background: var(--neutral-fill-rest);\n border: calc(var(--stroke-width) * 1px) solid var(--neutral-stroke-rest);\n border-radius: calc(${designUnit} * 4px);\n font-size: var(--type-ramp-minus-1-font-size);\n color: var(--neutral-foreground-rest);\n white-space: nowrap;\n }\n\n .criteria-chip-field {\n font-weight: 600;\n }\n\n .criteria-chip-operator {\n color: var(--neutral-foreground-hint, var(--neutral-foreground-rest));\n font-style: italic;\n }\n\n .criteria-chip-remove {\n display: inline-flex;\n align-items: center;\n justify-content: center;\n width: 14px;\n height: 14px;\n padding: 0;\n margin-left: calc(${designUnit} * 0.5px);\n background: none;\n border: none;\n cursor: pointer;\n color: var(--neutral-foreground-hint, var(--neutral-foreground-rest));\n font-size: 10px;\n border-radius: 50%;\n line-height: 1;\n }\n\n .criteria-chip-remove:hover {\n background: var(--neutral-fill-hover);\n color: var(--neutral-foreground-rest);\n }\n`"
3127
3015
  }
3128
3016
  ],
3129
3017
  "exports": [
3130
3018
  {
3131
3019
  "kind": "js",
3132
- "name": "foundationAiIndicatorStyles",
3020
+ "name": "foundationAiCriteriaSearchStyles",
3133
3021
  "declaration": {
3134
- "name": "foundationAiIndicatorStyles",
3135
- "module": "src/ai-indicator/ai-indicator.styles.ts"
3022
+ "name": "foundationAiCriteriaSearchStyles",
3023
+ "module": "src/ai-criteria-search/ai-criteria-search.styles.ts"
3136
3024
  }
3137
3025
  }
3138
3026
  ]
3139
3027
  },
3140
3028
  {
3141
3029
  "kind": "javascript-module",
3142
- "path": "src/ai-indicator/ai-indicator.template.ts",
3030
+ "path": "src/ai-criteria-search/ai-criteria-search.template.ts",
3143
3031
  "declarations": [
3144
3032
  {
3145
3033
  "kind": "variable",
3146
- "name": "foundationAiIndicatorTemplate",
3034
+ "name": "foundationAiCriteriaSearchTemplate",
3147
3035
  "type": {
3148
- "text": "ViewTemplate<AiIndicator>"
3036
+ "text": "ViewTemplate<AiCriteriaSearch>"
3149
3037
  },
3150
- "default": "html`\n ${(x) => aiIndicatorTemplate(getPrefix(x))}\n`"
3038
+ "default": "html`\n ${(x) => aiCriteriaSearchTemplate(getPrefix(x))}\n`"
3151
3039
  }
3152
3040
  ],
3153
3041
  "exports": [
3154
3042
  {
3155
3043
  "kind": "js",
3156
- "name": "foundationAiIndicatorTemplate",
3044
+ "name": "foundationAiCriteriaSearchTemplate",
3157
3045
  "declaration": {
3158
- "name": "foundationAiIndicatorTemplate",
3159
- "module": "src/ai-indicator/ai-indicator.template.ts"
3046
+ "name": "foundationAiCriteriaSearchTemplate",
3047
+ "module": "src/ai-criteria-search/ai-criteria-search.template.ts"
3160
3048
  }
3161
3049
  }
3162
3050
  ]
3163
3051
  },
3164
3052
  {
3165
3053
  "kind": "javascript-module",
3166
- "path": "src/ai-indicator/ai-indicator.ts",
3054
+ "path": "src/ai-criteria-search/ai-criteria-search.ts",
3167
3055
  "declarations": [
3168
3056
  {
3169
3057
  "kind": "class",
3170
- "description": "",
3171
- "name": "AiIndicator",
3058
+ "description": "Natural-language criteria search input with AI interpretation.",
3059
+ "name": "AiCriteriaSearch",
3172
3060
  "members": [
3173
3061
  {
3174
3062
  "kind": "field",
@@ -3179,25 +3067,54 @@
3179
3067
  },
3180
3068
  {
3181
3069
  "kind": "field",
3182
- "name": "aiProvider",
3070
+ "name": "placeholder",
3183
3071
  "type": {
3184
- "text": "AIProvider | undefined"
3072
+ "text": "string"
3185
3073
  },
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
3074
+ "default": "'Describe your search criteria in natural language...'"
3189
3075
  },
3190
3076
  {
3191
3077
  "kind": "field",
3192
- "name": "status",
3078
+ "name": "disabled",
3193
3079
  "type": {
3194
- "text": "AIStatus | null"
3080
+ "text": "boolean"
3081
+ }
3082
+ },
3083
+ {
3084
+ "kind": "field",
3085
+ "name": "inputValue",
3086
+ "type": {
3087
+ "text": "string"
3088
+ },
3089
+ "default": "''"
3090
+ },
3091
+ {
3092
+ "kind": "field",
3093
+ "name": "isInterpreting",
3094
+ "type": {
3095
+ "text": "boolean"
3096
+ },
3097
+ "default": "false"
3098
+ },
3099
+ {
3100
+ "kind": "field",
3101
+ "name": "lastValidCriteria",
3102
+ "type": {
3103
+ "text": "string | null"
3195
3104
  },
3196
3105
  "default": "null"
3197
3106
  },
3198
3107
  {
3199
3108
  "kind": "field",
3200
- "name": "open",
3109
+ "name": "activeGroups",
3110
+ "type": {
3111
+ "text": "CriteriaGroup[]"
3112
+ },
3113
+ "default": "[]"
3114
+ },
3115
+ {
3116
+ "kind": "field",
3117
+ "name": "showingChips",
3201
3118
  "type": {
3202
3119
  "text": "boolean"
3203
3120
  },
@@ -3205,15 +3122,15 @@
3205
3122
  },
3206
3123
  {
3207
3124
  "kind": "field",
3208
- "name": "state",
3125
+ "name": "fieldMetadata",
3209
3126
  "type": {
3210
- "text": "AIIndicatorState"
3127
+ "text": "MetadataDetail[] | string[]"
3211
3128
  },
3212
- "default": "'none'"
3129
+ "default": "[]"
3213
3130
  },
3214
3131
  {
3215
3132
  "kind": "field",
3216
- "name": "isInstalling",
3133
+ "name": "isRecording",
3217
3134
  "type": {
3218
3135
  "text": "boolean"
3219
3136
  },
@@ -3221,29 +3138,33 @@
3221
3138
  },
3222
3139
  {
3223
3140
  "kind": "field",
3224
- "name": "pollTimer",
3141
+ "name": "textAreaRef",
3225
3142
  "type": {
3226
- "text": "ReturnType<typeof setInterval> | null"
3143
+ "text": "HTMLTextAreaElement"
3227
3144
  },
3228
- "privacy": "private",
3229
- "default": "null"
3145
+ "privacy": "public"
3230
3146
  },
3231
3147
  {
3232
3148
  "kind": "field",
3233
- "name": "clickOutside",
3234
- "privacy": "private"
3149
+ "name": "stopRecording",
3150
+ "type": {
3151
+ "text": "(() => void) | null"
3152
+ },
3153
+ "privacy": "private",
3154
+ "default": "null"
3235
3155
  },
3236
3156
  {
3237
3157
  "kind": "field",
3238
- "name": "chromeStatusLabel",
3158
+ "name": "speechApplyDebounceTimer",
3239
3159
  "type": {
3240
- "text": "string | null"
3160
+ "text": "ReturnType<typeof setTimeout> | null"
3241
3161
  },
3242
- "readonly": true
3162
+ "privacy": "private",
3163
+ "default": "null"
3243
3164
  },
3244
3165
  {
3245
3166
  "kind": "field",
3246
- "name": "canInstall",
3167
+ "name": "speechAvailable",
3247
3168
  "type": {
3248
3169
  "text": "boolean"
3249
3170
  },
@@ -3251,69 +3172,65 @@
3251
3172
  },
3252
3173
  {
3253
3174
  "kind": "field",
3254
- "name": "isDownloading",
3175
+ "name": "criteriaChips",
3255
3176
  "type": {
3256
- "text": "boolean"
3177
+ "text": "CriteriaChip[]"
3257
3178
  },
3258
3179
  "readonly": true
3259
3180
  },
3260
3181
  {
3261
3182
  "kind": "method",
3262
- "name": "openChanged",
3183
+ "name": "getFieldLabel",
3184
+ "privacy": "private",
3263
3185
  "return": {
3264
3186
  "type": {
3265
- "text": "void"
3187
+ "text": "string"
3266
3188
  }
3267
- }
3268
- },
3269
- {
3270
- "kind": "method",
3271
- "name": "handleClickOutside",
3272
- "privacy": "private",
3189
+ },
3273
3190
  "parameters": [
3274
3191
  {
3275
- "name": "event",
3192
+ "name": "fieldName",
3276
3193
  "type": {
3277
- "text": "MouseEvent"
3194
+ "text": "string"
3278
3195
  }
3279
3196
  }
3280
3197
  ]
3281
3198
  },
3282
3199
  {
3283
3200
  "kind": "method",
3284
- "name": "toggleDropdown"
3285
- },
3286
- {
3287
- "kind": "method",
3288
- "name": "refreshStatus",
3201
+ "name": "toggleCriteriaView",
3289
3202
  "return": {
3290
3203
  "type": {
3291
- "text": "Promise<void>"
3204
+ "text": "void"
3292
3205
  }
3293
3206
  }
3294
3207
  },
3295
3208
  {
3296
3209
  "kind": "method",
3297
- "name": "deriveState",
3298
- "privacy": "private",
3210
+ "name": "removeChip",
3299
3211
  "return": {
3300
3212
  "type": {
3301
- "text": "AIIndicatorState"
3213
+ "text": "void"
3302
3214
  }
3303
3215
  },
3304
3216
  "parameters": [
3305
3217
  {
3306
- "name": "s",
3218
+ "name": "groupIndex",
3307
3219
  "type": {
3308
- "text": "AIStatus | null"
3220
+ "text": "number"
3221
+ }
3222
+ },
3223
+ {
3224
+ "name": "clauseIndex",
3225
+ "type": {
3226
+ "text": "number"
3309
3227
  }
3310
3228
  }
3311
3229
  ]
3312
3230
  },
3313
3231
  {
3314
3232
  "kind": "method",
3315
- "name": "maybeStartPolling",
3316
- "privacy": "private",
3233
+ "name": "clearChips",
3317
3234
  "return": {
3318
3235
  "type": {
3319
3236
  "text": "void"
@@ -3322,32 +3239,24 @@
3322
3239
  },
3323
3240
  {
3324
3241
  "kind": "method",
3325
- "name": "startPolling",
3326
- "privacy": "private",
3327
- "return": {
3328
- "type": {
3329
- "text": "void"
3330
- }
3331
- }
3242
+ "name": "handleSubmit"
3332
3243
  },
3333
3244
  {
3334
3245
  "kind": "method",
3335
- "name": "stopPolling",
3336
- "privacy": "private",
3337
- "return": {
3338
- "type": {
3339
- "text": "void"
3340
- }
3341
- }
3246
+ "name": "handleBlur"
3342
3247
  },
3343
3248
  {
3344
3249
  "kind": "method",
3345
- "name": "onInstall",
3346
- "return": {
3347
- "type": {
3348
- "text": "Promise<void>"
3349
- }
3350
- }
3250
+ "name": "clear"
3251
+ },
3252
+ {
3253
+ "kind": "method",
3254
+ "name": "toggleSpeechInput"
3255
+ },
3256
+ {
3257
+ "kind": "method",
3258
+ "name": "clearSpeechApplyDebounce",
3259
+ "privacy": "private"
3351
3260
  },
3352
3261
  {
3353
3262
  "kind": "field",
@@ -3461,141 +3370,259 @@
3461
3370
  }
3462
3371
  }
3463
3372
  ],
3373
+ "events": [
3374
+ {
3375
+ "description": "Fired when interpreted criteria is applied or cleared. detail: `string | null`",
3376
+ "name": "criteria-changed"
3377
+ },
3378
+ {
3379
+ "description": "Fired when interpreted criteria contains invalid clauses. detail: `ValidationError[]`",
3380
+ "name": "validation-errors"
3381
+ }
3382
+ ],
3383
+ "attributes": [
3384
+ {
3385
+ "name": "placeholder",
3386
+ "type": {
3387
+ "text": "string"
3388
+ },
3389
+ "default": "'Describe your search criteria in natural language...'",
3390
+ "fieldName": "placeholder"
3391
+ },
3392
+ {
3393
+ "type": {
3394
+ "text": "boolean"
3395
+ },
3396
+ "fieldName": "disabled"
3397
+ }
3398
+ ],
3464
3399
  "superclass": {
3465
3400
  "name": "FoundationElement",
3466
3401
  "package": "@microsoft/fast-foundation"
3467
3402
  },
3468
- "tagName": "%%prefix%%-ai-indicator",
3403
+ "tagName": "%%prefix%%-ai-criteria-search",
3469
3404
  "customElement": true
3470
3405
  },
3471
- {
3472
- "kind": "variable",
3473
- "name": "foundationAiIndicator"
3474
- }
3475
- ],
3476
- "exports": [
3406
+ {
3407
+ "kind": "variable",
3408
+ "name": "foundationAiCriteriaSearchShadowOptions",
3409
+ "type": {
3410
+ "text": "ShadowRootInit"
3411
+ },
3412
+ "default": "undefined"
3413
+ },
3414
+ {
3415
+ "kind": "variable",
3416
+ "name": "defaultAiCriteriaSearchConfig",
3417
+ "type": {
3418
+ "text": "object"
3419
+ },
3420
+ "default": "{}"
3421
+ },
3422
+ {
3423
+ "kind": "variable",
3424
+ "name": "foundationAiCriteriaSearch"
3425
+ }
3426
+ ],
3427
+ "exports": [
3428
+ {
3429
+ "kind": "js",
3430
+ "name": "AiCriteriaSearch",
3431
+ "declaration": {
3432
+ "name": "AiCriteriaSearch",
3433
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
3434
+ }
3435
+ },
3436
+ {
3437
+ "kind": "js",
3438
+ "name": "foundationAiCriteriaSearchShadowOptions",
3439
+ "declaration": {
3440
+ "name": "foundationAiCriteriaSearchShadowOptions",
3441
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
3442
+ }
3443
+ },
3477
3444
  {
3478
3445
  "kind": "js",
3479
- "name": "AiIndicator",
3446
+ "name": "defaultAiCriteriaSearchConfig",
3480
3447
  "declaration": {
3481
- "name": "AiIndicator",
3482
- "module": "src/ai-indicator/ai-indicator.ts"
3448
+ "name": "defaultAiCriteriaSearchConfig",
3449
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
3483
3450
  }
3484
3451
  },
3485
3452
  {
3486
3453
  "kind": "js",
3487
- "name": "foundationAiIndicator",
3454
+ "name": "foundationAiCriteriaSearch",
3488
3455
  "declaration": {
3489
- "name": "foundationAiIndicator",
3490
- "module": "src/ai-indicator/ai-indicator.ts"
3456
+ "name": "foundationAiCriteriaSearch",
3457
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
3491
3458
  }
3492
3459
  }
3493
3460
  ]
3494
3461
  },
3495
3462
  {
3496
3463
  "kind": "javascript-module",
3497
- "path": "src/ai-indicator/index.ts",
3464
+ "path": "src/ai-criteria-search/index.ts",
3498
3465
  "declarations": [],
3499
3466
  "exports": [
3500
3467
  {
3501
3468
  "kind": "js",
3502
- "name": "AiIndicator",
3469
+ "name": "AiCriteriaSearch",
3503
3470
  "declaration": {
3504
- "name": "AiIndicator",
3505
- "module": "./ai-indicator"
3471
+ "name": "AiCriteriaSearch",
3472
+ "module": "./ai-criteria-search"
3506
3473
  }
3507
3474
  },
3508
3475
  {
3509
3476
  "kind": "js",
3510
- "name": "foundationAiIndicator",
3477
+ "name": "defaultAiCriteriaSearchConfig",
3511
3478
  "declaration": {
3512
- "name": "foundationAiIndicator",
3513
- "module": "./ai-indicator"
3479
+ "name": "defaultAiCriteriaSearchConfig",
3480
+ "module": "./ai-criteria-search"
3514
3481
  }
3515
3482
  },
3516
3483
  {
3517
3484
  "kind": "js",
3518
- "name": "type",
3485
+ "name": "foundationAiCriteriaSearch",
3519
3486
  "declaration": {
3520
- "name": "type",
3521
- "module": "./ai-indicator"
3487
+ "name": "foundationAiCriteriaSearch",
3488
+ "module": "./ai-criteria-search"
3522
3489
  }
3523
3490
  },
3524
3491
  {
3525
3492
  "kind": "js",
3526
- "name": "AIIndicatorState",
3493
+ "name": "foundationAiCriteriaSearchShadowOptions",
3527
3494
  "declaration": {
3528
- "name": "AIIndicatorState",
3529
- "module": "./ai-indicator"
3495
+ "name": "foundationAiCriteriaSearchShadowOptions",
3496
+ "module": "./ai-criteria-search"
3530
3497
  }
3531
3498
  },
3532
3499
  {
3533
3500
  "kind": "js",
3534
- "name": "foundationAiIndicatorTemplate",
3501
+ "name": "foundationAiCriteriaSearchStyles",
3535
3502
  "declaration": {
3536
- "name": "foundationAiIndicatorTemplate",
3537
- "module": "./ai-indicator.template"
3503
+ "name": "foundationAiCriteriaSearchStyles",
3504
+ "module": "./ai-criteria-search.styles"
3538
3505
  }
3539
3506
  },
3540
3507
  {
3541
3508
  "kind": "js",
3542
- "name": "foundationAiIndicatorStyles",
3509
+ "name": "foundationAiCriteriaSearchTemplate",
3543
3510
  "declaration": {
3544
- "name": "foundationAiIndicatorStyles",
3545
- "module": "./ai-indicator.styles"
3511
+ "name": "foundationAiCriteriaSearchTemplate",
3512
+ "module": "./ai-criteria-search.template"
3513
+ }
3514
+ },
3515
+ {
3516
+ "kind": "js",
3517
+ "name": "*",
3518
+ "declaration": {
3519
+ "name": "*",
3520
+ "package": "./validation/criteria-ir"
3521
+ }
3522
+ },
3523
+ {
3524
+ "kind": "js",
3525
+ "name": "*",
3526
+ "declaration": {
3527
+ "name": "*",
3528
+ "package": "./validation/operator-map"
3529
+ }
3530
+ },
3531
+ {
3532
+ "kind": "js",
3533
+ "name": "*",
3534
+ "declaration": {
3535
+ "name": "*",
3536
+ "package": "./validation/schema-validator"
3546
3537
  }
3547
3538
  }
3548
3539
  ]
3549
3540
  },
3550
3541
  {
3551
3542
  "kind": "javascript-module",
3552
- "path": "src/accordion/accordion.styles.ts",
3543
+ "path": "src/ai-criteria-search/validation-error-notification.ts",
3553
3544
  "declarations": [
3554
3545
  {
3555
3546
  "kind": "function",
3556
- "name": "foundationAccordionStyles",
3547
+ "name": "formatValidationErrors",
3557
3548
  "return": {
3558
3549
  "type": {
3559
- "text": "ElementStyles"
3550
+ "text": "string"
3560
3551
  }
3561
3552
  },
3562
3553
  "parameters": [
3563
3554
  {
3564
- "name": "context",
3555
+ "name": "errors",
3565
3556
  "type": {
3566
- "text": "ElementDefinitionContext"
3557
+ "text": "ValidationError[]"
3567
3558
  }
3559
+ }
3560
+ ],
3561
+ "description": "Formats validation errors into a user-friendly message."
3562
+ },
3563
+ {
3564
+ "kind": "function",
3565
+ "name": "showCriteriaError",
3566
+ "return": {
3567
+ "type": {
3568
+ "text": "void"
3569
+ }
3570
+ },
3571
+ "parameters": [
3572
+ {
3573
+ "name": "title",
3574
+ "type": {
3575
+ "text": "string"
3576
+ },
3577
+ "description": "Notification title (e.g. \"Criteria validation error\")"
3568
3578
  },
3569
3579
  {
3570
- "name": "definition",
3580
+ "name": "body",
3571
3581
  "type": {
3572
- "text": "FoundationElementDefinition"
3573
- }
3582
+ "text": "string"
3583
+ },
3584
+ "description": "Error message to display"
3585
+ },
3586
+ {
3587
+ "name": "tagName",
3588
+ "type": {
3589
+ "text": "string"
3590
+ },
3591
+ "description": "Design system prefix (e.g. \"rapid\", \"foundation\")"
3574
3592
  }
3575
- ]
3593
+ ],
3594
+ "description": "Shows a criteria error as a toast notification."
3576
3595
  }
3577
3596
  ],
3578
3597
  "exports": [
3579
3598
  {
3580
3599
  "kind": "js",
3581
- "name": "foundationAccordionStyles",
3600
+ "name": "formatValidationErrors",
3582
3601
  "declaration": {
3583
- "name": "foundationAccordionStyles",
3584
- "module": "src/accordion/accordion.styles.ts"
3602
+ "name": "formatValidationErrors",
3603
+ "module": "src/ai-criteria-search/validation-error-notification.ts"
3604
+ }
3605
+ },
3606
+ {
3607
+ "kind": "js",
3608
+ "name": "showCriteriaError",
3609
+ "declaration": {
3610
+ "name": "showCriteriaError",
3611
+ "module": "src/ai-criteria-search/validation-error-notification.ts"
3585
3612
  }
3586
3613
  }
3587
3614
  ]
3588
3615
  },
3589
3616
  {
3590
3617
  "kind": "javascript-module",
3591
- "path": "src/accordion/accordion.template.ts",
3618
+ "path": "src/ai-indicator/ai-indicator.styles.ts",
3592
3619
  "declarations": [
3593
3620
  {
3594
3621
  "kind": "function",
3595
- "name": "foundationAccordionTemplate",
3622
+ "name": "foundationAiIndicatorStyles",
3596
3623
  "return": {
3597
3624
  "type": {
3598
- "text": "ViewTemplate<Accordion>"
3625
+ "text": "ElementStyles"
3599
3626
  }
3600
3627
  },
3601
3628
  "parameters": [
@@ -3617,237 +3644,224 @@
3617
3644
  "exports": [
3618
3645
  {
3619
3646
  "kind": "js",
3620
- "name": "foundationAccordionTemplate",
3647
+ "name": "foundationAiIndicatorStyles",
3621
3648
  "declaration": {
3622
- "name": "foundationAccordionTemplate",
3623
- "module": "src/accordion/accordion.template.ts"
3649
+ "name": "foundationAiIndicatorStyles",
3650
+ "module": "src/ai-indicator/ai-indicator.styles.ts"
3624
3651
  }
3625
3652
  }
3626
3653
  ]
3627
3654
  },
3628
3655
  {
3629
3656
  "kind": "javascript-module",
3630
- "path": "src/accordion/accordion.ts",
3657
+ "path": "src/ai-indicator/ai-indicator.template.ts",
3658
+ "declarations": [
3659
+ {
3660
+ "kind": "variable",
3661
+ "name": "foundationAiIndicatorTemplate",
3662
+ "type": {
3663
+ "text": "ViewTemplate<AiIndicator>"
3664
+ },
3665
+ "default": "html`\n ${(x) => aiIndicatorTemplate(getPrefix(x))}\n`"
3666
+ }
3667
+ ],
3668
+ "exports": [
3669
+ {
3670
+ "kind": "js",
3671
+ "name": "foundationAiIndicatorTemplate",
3672
+ "declaration": {
3673
+ "name": "foundationAiIndicatorTemplate",
3674
+ "module": "src/ai-indicator/ai-indicator.template.ts"
3675
+ }
3676
+ }
3677
+ ]
3678
+ },
3679
+ {
3680
+ "kind": "javascript-module",
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
  ]