@genesislcap/foundation-ui 15.4.0 → 15.4.1-GENC-1475.5

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.
@@ -1424,11 +1424,11 @@
1424
1424
  },
1425
1425
  {
1426
1426
  "kind": "javascript-module",
1427
- "path": "src/accordion-item/accordion-item.styles.ts",
1427
+ "path": "src/accordion/accordion.styles.ts",
1428
1428
  "declarations": [
1429
1429
  {
1430
1430
  "kind": "function",
1431
- "name": "foundationAccordionItemStyles",
1431
+ "name": "foundationAccordionStyles",
1432
1432
  "return": {
1433
1433
  "type": {
1434
1434
  "text": "ElementStyles"
@@ -1453,24 +1453,24 @@
1453
1453
  "exports": [
1454
1454
  {
1455
1455
  "kind": "js",
1456
- "name": "foundationAccordionItemStyles",
1456
+ "name": "foundationAccordionStyles",
1457
1457
  "declaration": {
1458
- "name": "foundationAccordionItemStyles",
1459
- "module": "src/accordion-item/accordion-item.styles.ts"
1458
+ "name": "foundationAccordionStyles",
1459
+ "module": "src/accordion/accordion.styles.ts"
1460
1460
  }
1461
1461
  }
1462
1462
  ]
1463
1463
  },
1464
1464
  {
1465
1465
  "kind": "javascript-module",
1466
- "path": "src/accordion-item/accordion-item.template.ts",
1466
+ "path": "src/accordion/accordion.template.ts",
1467
1467
  "declarations": [
1468
1468
  {
1469
1469
  "kind": "function",
1470
- "name": "foundationAccordionItemTemplate",
1470
+ "name": "foundationAccordionTemplate",
1471
1471
  "return": {
1472
1472
  "type": {
1473
- "text": "ViewTemplate<AccordionItem>"
1473
+ "text": "ViewTemplate<Accordion>"
1474
1474
  }
1475
1475
  },
1476
1476
  "parameters": [
@@ -1492,116 +1492,237 @@
1492
1492
  "exports": [
1493
1493
  {
1494
1494
  "kind": "js",
1495
- "name": "foundationAccordionItemTemplate",
1495
+ "name": "foundationAccordionTemplate",
1496
1496
  "declaration": {
1497
- "name": "foundationAccordionItemTemplate",
1498
- "module": "src/accordion-item/accordion-item.template.ts"
1497
+ "name": "foundationAccordionTemplate",
1498
+ "module": "src/accordion/accordion.template.ts"
1499
1499
  }
1500
1500
  }
1501
1501
  ]
1502
1502
  },
1503
1503
  {
1504
1504
  "kind": "javascript-module",
1505
- "path": "src/accordion-item/accordion-item.ts",
1505
+ "path": "src/accordion/accordion.ts",
1506
1506
  "declarations": [
1507
1507
  {
1508
1508
  "kind": "class",
1509
1509
  "description": "",
1510
- "name": "AccordionItem",
1510
+ "name": "Accordion",
1511
1511
  "superclass": {
1512
- "name": "FASTAccordionItem",
1513
- "package": "@microsoft/fast-components"
1512
+ "name": "FASTAccordion",
1513
+ "package": "@microsoft/fast-foundation"
1514
1514
  },
1515
- "tagName": "%%prefix%%-accordion-item",
1515
+ "tagName": "%%prefix%%-accordion",
1516
1516
  "customElement": true,
1517
1517
  "attributes": [
1518
1518
  {
1519
- "name": "heading-level",
1519
+ "name": "expand-mode",
1520
1520
  "type": {
1521
- "text": "1 | 2 | 3 | 4 | 5 | 6"
1521
+ "text": "AccordionExpandMode"
1522
1522
  },
1523
- "default": "2",
1524
- "description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
1525
- "fieldName": "headinglevel",
1523
+ "description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
1524
+ "fieldName": "expandmode",
1526
1525
  "inheritedFrom": {
1527
- "name": "AccordionItem",
1528
- "module": "src/accordion-item/accordion-item.ts"
1526
+ "name": "Accordion",
1527
+ "module": "src/accordion/accordion.ts"
1529
1528
  }
1530
- },
1529
+ }
1530
+ ],
1531
+ "members": [
1531
1532
  {
1533
+ "kind": "field",
1534
+ "name": "expandmode",
1532
1535
  "type": {
1533
- "text": "boolean"
1536
+ "text": "AccordionExpandMode"
1534
1537
  },
1535
- "default": "false",
1536
- "description": "Expands or collapses the item.",
1537
- "fieldName": "expanded",
1538
+ "privacy": "public",
1539
+ "description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
1538
1540
  "inheritedFrom": {
1539
- "name": "AccordionItem",
1540
- "module": "src/accordion-item/accordion-item.ts"
1541
+ "name": "Accordion",
1542
+ "module": "src/accordion/accordion.ts"
1541
1543
  }
1542
1544
  },
1543
1545
  {
1544
- "name": "id",
1546
+ "kind": "field",
1547
+ "name": "activeid",
1545
1548
  "type": {
1546
- "text": "string"
1549
+ "text": "string | null"
1547
1550
  },
1548
- "description": "The item ID",
1549
- "fieldName": "id",
1551
+ "privacy": "private",
1550
1552
  "inheritedFrom": {
1551
- "name": "AccordionItem",
1552
- "module": "src/accordion-item/accordion-item.ts"
1553
+ "name": "Accordion",
1554
+ "module": "src/accordion/accordion.ts"
1553
1555
  }
1554
- }
1555
- ],
1556
- "members": [
1556
+ },
1557
1557
  {
1558
1558
  "kind": "field",
1559
- "name": "headinglevel",
1559
+ "name": "activeItemIndex",
1560
1560
  "type": {
1561
- "text": "1 | 2 | 3 | 4 | 5 | 6"
1561
+ "text": "number"
1562
1562
  },
1563
- "privacy": "public",
1564
- "default": "2",
1565
- "description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
1563
+ "privacy": "private",
1564
+ "default": "0",
1566
1565
  "inheritedFrom": {
1567
- "name": "AccordionItem",
1568
- "module": "src/accordion-item/accordion-item.ts"
1566
+ "name": "Accordion",
1567
+ "module": "src/accordion/accordion.ts"
1569
1568
  }
1570
1569
  },
1571
1570
  {
1572
1571
  "kind": "field",
1573
- "name": "expanded",
1572
+ "name": "accordionIds",
1574
1573
  "type": {
1575
- "text": "boolean"
1574
+ "text": "Array<string | null>"
1576
1575
  },
1577
- "privacy": "public",
1578
- "default": "false",
1579
- "description": "Expands or collapses the item.",
1576
+ "privacy": "private",
1580
1577
  "inheritedFrom": {
1581
- "name": "AccordionItem",
1582
- "module": "src/accordion-item/accordion-item.ts"
1578
+ "name": "Accordion",
1579
+ "module": "src/accordion/accordion.ts"
1583
1580
  }
1584
1581
  },
1585
1582
  {
1586
1583
  "kind": "field",
1587
- "name": "id",
1588
- "type": {
1589
- "text": "string"
1584
+ "name": "change",
1585
+ "privacy": "private",
1586
+ "inheritedFrom": {
1587
+ "name": "Accordion",
1588
+ "module": "src/accordion/accordion.ts"
1589
+ }
1590
+ },
1591
+ {
1592
+ "kind": "method",
1593
+ "name": "findExpandedItem",
1594
+ "privacy": "private",
1595
+ "return": {
1596
+ "type": {
1597
+ "text": "AccordionItem | null"
1598
+ }
1590
1599
  },
1591
- "privacy": "public",
1592
- "description": "The item ID",
1593
1600
  "inheritedFrom": {
1594
- "name": "AccordionItem",
1595
- "module": "src/accordion-item/accordion-item.ts"
1601
+ "name": "Accordion",
1602
+ "module": "src/accordion/accordion.ts"
1596
1603
  }
1597
1604
  },
1598
1605
  {
1599
1606
  "kind": "field",
1600
- "name": "change",
1607
+ "name": "setItems",
1601
1608
  "privacy": "private",
1602
1609
  "inheritedFrom": {
1603
- "name": "AccordionItem",
1604
- "module": "src/accordion-item/accordion-item.ts"
1610
+ "name": "Accordion",
1611
+ "module": "src/accordion/accordion.ts"
1612
+ }
1613
+ },
1614
+ {
1615
+ "kind": "method",
1616
+ "name": "resetItems",
1617
+ "privacy": "private",
1618
+ "return": {
1619
+ "type": {
1620
+ "text": "void"
1621
+ }
1622
+ },
1623
+ "inheritedFrom": {
1624
+ "name": "Accordion",
1625
+ "module": "src/accordion/accordion.ts"
1626
+ }
1627
+ },
1628
+ {
1629
+ "kind": "field",
1630
+ "name": "removeItemListeners",
1631
+ "privacy": "private",
1632
+ "inheritedFrom": {
1633
+ "name": "Accordion",
1634
+ "module": "src/accordion/accordion.ts"
1635
+ }
1636
+ },
1637
+ {
1638
+ "kind": "field",
1639
+ "name": "activeItemChange",
1640
+ "privacy": "private",
1641
+ "inheritedFrom": {
1642
+ "name": "Accordion",
1643
+ "module": "src/accordion/accordion.ts"
1644
+ }
1645
+ },
1646
+ {
1647
+ "kind": "method",
1648
+ "name": "getItemIds",
1649
+ "privacy": "private",
1650
+ "return": {
1651
+ "type": {
1652
+ "text": "Array<string | null>"
1653
+ }
1654
+ },
1655
+ "inheritedFrom": {
1656
+ "name": "Accordion",
1657
+ "module": "src/accordion/accordion.ts"
1658
+ }
1659
+ },
1660
+ {
1661
+ "kind": "method",
1662
+ "name": "isSingleExpandMode",
1663
+ "privacy": "private",
1664
+ "return": {
1665
+ "type": {
1666
+ "text": "boolean"
1667
+ }
1668
+ },
1669
+ "inheritedFrom": {
1670
+ "name": "Accordion",
1671
+ "module": "src/accordion/accordion.ts"
1672
+ }
1673
+ },
1674
+ {
1675
+ "kind": "field",
1676
+ "name": "handleItemKeyDown",
1677
+ "privacy": "private",
1678
+ "inheritedFrom": {
1679
+ "name": "Accordion",
1680
+ "module": "src/accordion/accordion.ts"
1681
+ }
1682
+ },
1683
+ {
1684
+ "kind": "field",
1685
+ "name": "handleItemFocus",
1686
+ "privacy": "private",
1687
+ "inheritedFrom": {
1688
+ "name": "Accordion",
1689
+ "module": "src/accordion/accordion.ts"
1690
+ }
1691
+ },
1692
+ {
1693
+ "kind": "method",
1694
+ "name": "adjust",
1695
+ "privacy": "private",
1696
+ "return": {
1697
+ "type": {
1698
+ "text": "void"
1699
+ }
1700
+ },
1701
+ "parameters": [
1702
+ {
1703
+ "name": "adjustment",
1704
+ "type": {
1705
+ "text": "number"
1706
+ }
1707
+ }
1708
+ ],
1709
+ "inheritedFrom": {
1710
+ "name": "Accordion",
1711
+ "module": "src/accordion/accordion.ts"
1712
+ }
1713
+ },
1714
+ {
1715
+ "kind": "method",
1716
+ "name": "focusItem",
1717
+ "privacy": "private",
1718
+ "return": {
1719
+ "type": {
1720
+ "text": "void"
1721
+ }
1722
+ },
1723
+ "inheritedFrom": {
1724
+ "name": "Accordion",
1725
+ "module": "src/accordion/accordion.ts"
1605
1726
  }
1606
1727
  },
1607
1728
  {
@@ -1718,18 +1839,18 @@
1718
1839
  ],
1719
1840
  "events": [
1720
1841
  {
1721
- "description": "Fires a custom 'change' event when the button is invoked",
1842
+ "description": "Fires a custom 'change' event when the active item changes",
1722
1843
  "name": "change",
1723
1844
  "inheritedFrom": {
1724
- "name": "AccordionItem",
1725
- "module": "src/accordion-item/accordion-item.ts"
1845
+ "name": "Accordion",
1846
+ "module": "src/accordion/accordion.ts"
1726
1847
  }
1727
1848
  }
1728
1849
  ]
1729
1850
  },
1730
1851
  {
1731
1852
  "kind": "variable",
1732
- "name": "foundationAccordionItemShadowOptions",
1853
+ "name": "foundationAccordionShadowOptions",
1733
1854
  "type": {
1734
1855
  "text": "ShadowRootInit"
1735
1856
  },
@@ -1737,88 +1858,57 @@
1737
1858
  },
1738
1859
  {
1739
1860
  "kind": "variable",
1740
- "name": "defaultAccordionItemConfig",
1861
+ "name": "defaultAccordionConfig",
1741
1862
  "type": {
1742
1863
  "text": "object"
1743
1864
  },
1744
- "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}"
1865
+ "default": "{}"
1745
1866
  },
1746
1867
  {
1747
1868
  "kind": "variable",
1748
- "name": "foundationAccordionItem",
1749
- "description": "The Foundation Accordion Item",
1869
+ "name": "foundationAccordion",
1870
+ "description": "The Foundation Accordion",
1750
1871
  "privacy": "public"
1751
1872
  }
1752
1873
  ],
1753
1874
  "exports": [
1754
1875
  {
1755
1876
  "kind": "js",
1756
- "name": "AccordionItem",
1757
- "declaration": {
1758
- "name": "AccordionItem",
1759
- "module": "src/accordion-item/accordion-item.ts"
1760
- }
1761
- },
1762
- {
1763
- "kind": "js",
1764
- "name": "foundationAccordionItemShadowOptions",
1765
- "declaration": {
1766
- "name": "foundationAccordionItemShadowOptions",
1767
- "module": "src/accordion-item/accordion-item.ts"
1768
- }
1769
- },
1770
- {
1771
- "kind": "js",
1772
- "name": "defaultAccordionItemConfig",
1877
+ "name": "Accordion",
1773
1878
  "declaration": {
1774
- "name": "defaultAccordionItemConfig",
1775
- "module": "src/accordion-item/accordion-item.ts"
1879
+ "name": "Accordion",
1880
+ "module": "src/accordion/accordion.ts"
1776
1881
  }
1777
1882
  },
1778
1883
  {
1779
1884
  "kind": "js",
1780
- "name": "foundationAccordionItem",
1781
- "declaration": {
1782
- "name": "foundationAccordionItem",
1783
- "module": "src/accordion-item/accordion-item.ts"
1784
- }
1785
- }
1786
- ]
1787
- },
1788
- {
1789
- "kind": "javascript-module",
1790
- "path": "src/accordion-item/index.ts",
1791
- "declarations": [],
1792
- "exports": [
1793
- {
1794
- "kind": "js",
1795
- "name": "*",
1885
+ "name": "foundationAccordionShadowOptions",
1796
1886
  "declaration": {
1797
- "name": "*",
1798
- "package": "./accordion-item.template"
1887
+ "name": "foundationAccordionShadowOptions",
1888
+ "module": "src/accordion/accordion.ts"
1799
1889
  }
1800
1890
  },
1801
1891
  {
1802
1892
  "kind": "js",
1803
- "name": "*",
1893
+ "name": "defaultAccordionConfig",
1804
1894
  "declaration": {
1805
- "name": "*",
1806
- "package": "./accordion-item.styles"
1895
+ "name": "defaultAccordionConfig",
1896
+ "module": "src/accordion/accordion.ts"
1807
1897
  }
1808
1898
  },
1809
1899
  {
1810
1900
  "kind": "js",
1811
- "name": "*",
1901
+ "name": "foundationAccordion",
1812
1902
  "declaration": {
1813
- "name": "*",
1814
- "package": "./accordion-item"
1903
+ "name": "foundationAccordion",
1904
+ "module": "src/accordion/accordion.ts"
1815
1905
  }
1816
1906
  }
1817
1907
  ]
1818
1908
  },
1819
1909
  {
1820
1910
  "kind": "javascript-module",
1821
- "path": "src/_config/index.ts",
1911
+ "path": "src/accordion/index.ts",
1822
1912
  "declarations": [],
1823
1913
  "exports": [
1824
1914
  {
@@ -1826,7 +1916,7 @@
1826
1916
  "name": "*",
1827
1917
  "declaration": {
1828
1918
  "name": "*",
1829
- "package": "./styles"
1919
+ "package": "./accordion.template"
1830
1920
  }
1831
1921
  },
1832
1922
  {
@@ -1834,7 +1924,7 @@
1834
1924
  "name": "*",
1835
1925
  "declaration": {
1836
1926
  "name": "*",
1837
- "package": "./tokens"
1927
+ "package": "./accordion.styles"
1838
1928
  }
1839
1929
  },
1840
1930
  {
@@ -1842,41 +1932,18 @@
1842
1932
  "name": "*",
1843
1933
  "declaration": {
1844
1934
  "name": "*",
1845
- "package": "./values"
1935
+ "package": "./accordion"
1846
1936
  }
1847
1937
  }
1848
1938
  ]
1849
1939
  },
1850
1940
  {
1851
1941
  "kind": "javascript-module",
1852
- "path": "src/actions-menu/actions-menu.styles.ts",
1942
+ "path": "src/accordion-item/accordion-item.styles.ts",
1853
1943
  "declarations": [
1854
1944
  {
1855
1945
  "kind": "function",
1856
- "name": "actionsMenuBaseStyles",
1857
- "return": {
1858
- "type": {
1859
- "text": "ElementStyles"
1860
- }
1861
- },
1862
- "parameters": [
1863
- {
1864
- "name": "context",
1865
- "type": {
1866
- "text": "ElementDefinitionContext"
1867
- }
1868
- },
1869
- {
1870
- "name": "definition",
1871
- "type": {
1872
- "text": "FoundationElementDefinition"
1873
- }
1874
- }
1875
- ]
1876
- },
1877
- {
1878
- "kind": "function",
1879
- "name": "foundationActionsMenuStyles",
1946
+ "name": "foundationAccordionItemStyles",
1880
1947
  "return": {
1881
1948
  "type": {
1882
1949
  "text": "ElementStyles"
@@ -1901,287 +1968,162 @@
1901
1968
  "exports": [
1902
1969
  {
1903
1970
  "kind": "js",
1904
- "name": "actionsMenuBaseStyles",
1905
- "declaration": {
1906
- "name": "actionsMenuBaseStyles",
1907
- "module": "src/actions-menu/actions-menu.styles.ts"
1908
- }
1909
- },
1910
- {
1911
- "kind": "js",
1912
- "name": "foundationActionsMenuStyles",
1971
+ "name": "foundationAccordionItemStyles",
1913
1972
  "declaration": {
1914
- "name": "foundationActionsMenuStyles",
1915
- "module": "src/actions-menu/actions-menu.styles.ts"
1973
+ "name": "foundationAccordionItemStyles",
1974
+ "module": "src/accordion-item/accordion-item.styles.ts"
1916
1975
  }
1917
1976
  }
1918
1977
  ]
1919
1978
  },
1920
1979
  {
1921
1980
  "kind": "javascript-module",
1922
- "path": "src/actions-menu/actions-menu.template.ts",
1981
+ "path": "src/accordion-item/accordion-item.template.ts",
1923
1982
  "declarations": [
1924
1983
  {
1925
1984
  "kind": "function",
1926
- "name": "menuTemplate",
1985
+ "name": "foundationAccordionItemTemplate",
1986
+ "return": {
1987
+ "type": {
1988
+ "text": "ViewTemplate<AccordionItem>"
1989
+ }
1990
+ },
1927
1991
  "parameters": [
1928
1992
  {
1929
- "name": "prefix",
1993
+ "name": "context",
1930
1994
  "type": {
1931
- "text": "string"
1995
+ "text": "ElementDefinitionContext"
1932
1996
  }
1933
- }
1934
- ]
1935
- },
1936
- {
1937
- "kind": "function",
1938
- "name": "singleOptionTemplate",
1939
- "parameters": [
1997
+ },
1940
1998
  {
1941
- "name": "prefix",
1999
+ "name": "definition",
1942
2000
  "type": {
1943
- "text": "string"
2001
+ "text": "FoundationElementDefinition"
1944
2002
  }
1945
2003
  }
1946
2004
  ]
1947
- },
1948
- {
1949
- "kind": "variable",
1950
- "name": "foundationActionsMenuTemplate",
1951
- "type": {
1952
- "text": "ViewTemplate<ActionsMenu>"
1953
- },
1954
- "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`"
1955
2005
  }
1956
2006
  ],
1957
2007
  "exports": [
1958
2008
  {
1959
2009
  "kind": "js",
1960
- "name": "menuTemplate",
1961
- "declaration": {
1962
- "name": "menuTemplate",
1963
- "module": "src/actions-menu/actions-menu.template.ts"
1964
- }
1965
- },
1966
- {
1967
- "kind": "js",
1968
- "name": "singleOptionTemplate",
1969
- "declaration": {
1970
- "name": "singleOptionTemplate",
1971
- "module": "src/actions-menu/actions-menu.template.ts"
1972
- }
1973
- },
1974
- {
1975
- "kind": "js",
1976
- "name": "foundationActionsMenuTemplate",
2010
+ "name": "foundationAccordionItemTemplate",
1977
2011
  "declaration": {
1978
- "name": "foundationActionsMenuTemplate",
1979
- "module": "src/actions-menu/actions-menu.template.ts"
2012
+ "name": "foundationAccordionItemTemplate",
2013
+ "module": "src/accordion-item/accordion-item.template.ts"
1980
2014
  }
1981
2015
  }
1982
2016
  ]
1983
2017
  },
1984
2018
  {
1985
2019
  "kind": "javascript-module",
1986
- "path": "src/actions-menu/actions-menu.ts",
2020
+ "path": "src/accordion-item/accordion-item.ts",
1987
2021
  "declarations": [
1988
2022
  {
1989
2023
  "kind": "class",
1990
2024
  "description": "",
1991
- "name": "ActionsMenu",
1992
- "members": [
2025
+ "name": "AccordionItem",
2026
+ "superclass": {
2027
+ "name": "FASTAccordionItem",
2028
+ "package": "@microsoft/fast-components"
2029
+ },
2030
+ "tagName": "%%prefix%%-accordion-item",
2031
+ "customElement": true,
2032
+ "attributes": [
1993
2033
  {
1994
- "kind": "field",
1995
- "name": "actions",
2034
+ "name": "heading-level",
1996
2035
  "type": {
1997
- "text": "ActionMenuItem[]"
2036
+ "text": "1 | 2 | 3 | 4 | 5 | 6"
2037
+ },
2038
+ "default": "2",
2039
+ "description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
2040
+ "fieldName": "headinglevel",
2041
+ "inheritedFrom": {
2042
+ "name": "AccordionItem",
2043
+ "module": "src/accordion-item/accordion-item.ts"
1998
2044
  }
1999
2045
  },
2000
2046
  {
2001
- "kind": "field",
2002
- "name": "isVertical",
2003
2047
  "type": {
2004
2048
  "text": "boolean"
2005
2049
  },
2006
- "default": "false"
2050
+ "default": "false",
2051
+ "description": "Expands or collapses the item.",
2052
+ "fieldName": "expanded",
2053
+ "inheritedFrom": {
2054
+ "name": "AccordionItem",
2055
+ "module": "src/accordion-item/accordion-item.ts"
2056
+ }
2007
2057
  },
2058
+ {
2059
+ "name": "id",
2060
+ "type": {
2061
+ "text": "string"
2062
+ },
2063
+ "description": "The item ID",
2064
+ "fieldName": "id",
2065
+ "inheritedFrom": {
2066
+ "name": "AccordionItem",
2067
+ "module": "src/accordion-item/accordion-item.ts"
2068
+ }
2069
+ }
2070
+ ],
2071
+ "members": [
2008
2072
  {
2009
2073
  "kind": "field",
2010
- "name": "addDefaultActions",
2074
+ "name": "headinglevel",
2011
2075
  "type": {
2012
- "text": "boolean"
2076
+ "text": "1 | 2 | 3 | 4 | 5 | 6"
2013
2077
  },
2014
- "default": "true"
2078
+ "privacy": "public",
2079
+ "default": "2",
2080
+ "description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
2081
+ "inheritedFrom": {
2082
+ "name": "AccordionItem",
2083
+ "module": "src/accordion-item/accordion-item.ts"
2084
+ }
2015
2085
  },
2016
2086
  {
2017
2087
  "kind": "field",
2018
- "name": "autoCloseOnAction",
2088
+ "name": "expanded",
2019
2089
  "type": {
2020
2090
  "text": "boolean"
2021
2091
  },
2022
- "default": "true"
2092
+ "privacy": "public",
2093
+ "default": "false",
2094
+ "description": "Expands or collapses the item.",
2095
+ "inheritedFrom": {
2096
+ "name": "AccordionItem",
2097
+ "module": "src/accordion-item/accordion-item.ts"
2098
+ }
2023
2099
  },
2024
2100
  {
2025
2101
  "kind": "field",
2026
- "name": "classNames",
2102
+ "name": "id",
2027
2103
  "type": {
2028
2104
  "text": "string"
2105
+ },
2106
+ "privacy": "public",
2107
+ "description": "The item ID",
2108
+ "inheritedFrom": {
2109
+ "name": "AccordionItem",
2110
+ "module": "src/accordion-item/accordion-item.ts"
2029
2111
  }
2030
2112
  },
2031
2113
  {
2032
2114
  "kind": "field",
2033
- "name": "definition",
2034
- "type": {
2035
- "text": "any"
2115
+ "name": "change",
2116
+ "privacy": "private",
2117
+ "inheritedFrom": {
2118
+ "name": "AccordionItem",
2119
+ "module": "src/accordion-item/accordion-item.ts"
2036
2120
  }
2037
2121
  },
2038
2122
  {
2039
2123
  "kind": "field",
2040
- "name": "name",
2124
+ "name": "_presentation",
2041
2125
  "type": {
2042
- "text": "string"
2043
- },
2044
- "default": "'Actions'"
2045
- },
2046
- {
2047
- "kind": "field",
2048
- "name": "open",
2049
- "type": {
2050
- "text": "boolean"
2051
- },
2052
- "default": "false"
2053
- },
2054
- {
2055
- "kind": "field",
2056
- "name": "buttonAppearance",
2057
- "type": {
2058
- "text": "string"
2059
- }
2060
- },
2061
- {
2062
- "kind": "field",
2063
- "name": "hideDisabled",
2064
- "type": {
2065
- "text": "boolean"
2066
- },
2067
- "default": "false"
2068
- },
2069
- {
2070
- "kind": "field",
2071
- "name": "hideMenuSingleOption",
2072
- "type": {
2073
- "text": "boolean"
2074
- },
2075
- "default": "false"
2076
- },
2077
- {
2078
- "kind": "field",
2079
- "name": "singleOption",
2080
- "type": {
2081
- "text": "ActionMenuItem"
2082
- }
2083
- },
2084
- {
2085
- "kind": "field",
2086
- "name": "actionsMenu",
2087
- "type": {
2088
- "text": "HTMLElement"
2089
- }
2090
- },
2091
- {
2092
- "kind": "field",
2093
- "name": "actionsOpener",
2094
- "type": {
2095
- "text": "HTMLElement"
2096
- }
2097
- },
2098
- {
2099
- "kind": "method",
2100
- "name": "updateMenuPosition",
2101
- "privacy": "private"
2102
- },
2103
- {
2104
- "kind": "method",
2105
- "name": "definitionChanged",
2106
- "privacy": "protected",
2107
- "parameters": [
2108
- {
2109
- "name": "oldValue",
2110
- "type": {
2111
- "text": "any"
2112
- }
2113
- },
2114
- {
2115
- "name": "newValue",
2116
- "type": {
2117
- "text": "any"
2118
- }
2119
- }
2120
- ]
2121
- },
2122
- {
2123
- "kind": "method",
2124
- "name": "openChanged",
2125
- "privacy": "protected"
2126
- },
2127
- {
2128
- "kind": "method",
2129
- "name": "toggleActionsMenuVisibility"
2130
- },
2131
- {
2132
- "kind": "method",
2133
- "name": "onActionMenuItemClick",
2134
- "parameters": [
2135
- {
2136
- "name": "callback",
2137
- "type": {
2138
- "text": "(rowData) => void | any"
2139
- }
2140
- }
2141
- ]
2142
- },
2143
- {
2144
- "kind": "field",
2145
- "name": "allActions",
2146
- "type": {
2147
- "text": "ActionMenuItem[]"
2148
- },
2149
- "readonly": true
2150
- },
2151
- {
2152
- "kind": "field",
2153
- "name": "rowData",
2154
- "readonly": true
2155
- },
2156
- {
2157
- "kind": "method",
2158
- "name": "getLabel",
2159
- "parameters": [
2160
- {
2161
- "name": "name",
2162
- "type": {
2163
- "text": "string | ((rowData: any) => string)"
2164
- }
2165
- }
2166
- ]
2167
- },
2168
- {
2169
- "kind": "method",
2170
- "name": "getTemplate",
2171
- "parameters": [
2172
- {
2173
- "name": "prefix",
2174
- "type": {
2175
- "text": "string"
2176
- }
2177
- }
2178
- ]
2179
- },
2180
- {
2181
- "kind": "field",
2182
- "name": "_presentation",
2183
- "type": {
2184
- "text": "ComponentPresentation | null | undefined"
2126
+ "text": "ComponentPresentation | null | undefined"
2185
2127
  },
2186
2128
  "privacy": "private",
2187
2129
  "default": "void 0",
@@ -2289,115 +2231,86 @@
2289
2231
  }
2290
2232
  }
2291
2233
  ],
2292
- "attributes": [
2293
- {
2294
- "name": "is-vertical",
2295
- "type": {
2296
- "text": "boolean"
2297
- },
2298
- "default": "false",
2299
- "fieldName": "isVertical"
2300
- },
2301
- {
2302
- "name": "add-default-actions",
2303
- "type": {
2304
- "text": "boolean"
2305
- },
2306
- "default": "true",
2307
- "fieldName": "addDefaultActions"
2308
- },
2309
- {
2310
- "name": "auto-close-on-action",
2311
- "type": {
2312
- "text": "boolean"
2313
- },
2314
- "default": "true",
2315
- "fieldName": "autoCloseOnAction"
2316
- },
2317
- {
2318
- "name": "name",
2319
- "type": {
2320
- "text": "string"
2321
- },
2322
- "default": "'Actions'",
2323
- "fieldName": "name"
2324
- },
2325
- {
2326
- "name": "open",
2327
- "type": {
2328
- "text": "boolean"
2329
- },
2330
- "default": "false",
2331
- "fieldName": "open"
2332
- },
2333
- {
2334
- "name": "buttonAppearance",
2335
- "type": {
2336
- "text": "string"
2337
- },
2338
- "fieldName": "buttonAppearance"
2339
- },
2340
- {
2341
- "name": "hide-disabled",
2342
- "type": {
2343
- "text": "boolean"
2344
- },
2345
- "default": "false",
2346
- "fieldName": "hideDisabled"
2347
- },
2234
+ "events": [
2348
2235
  {
2349
- "name": "hide-menu-single-option",
2350
- "type": {
2351
- "text": "boolean"
2352
- },
2353
- "default": "false",
2354
- "fieldName": "hideMenuSingleOption"
2236
+ "description": "Fires a custom 'change' event when the button is invoked",
2237
+ "name": "change",
2238
+ "inheritedFrom": {
2239
+ "name": "AccordionItem",
2240
+ "module": "src/accordion-item/accordion-item.ts"
2241
+ }
2355
2242
  }
2356
- ],
2357
- "superclass": {
2358
- "name": "FoundationElement",
2359
- "package": "@microsoft/fast-foundation"
2243
+ ]
2244
+ },
2245
+ {
2246
+ "kind": "variable",
2247
+ "name": "foundationAccordionItemShadowOptions",
2248
+ "type": {
2249
+ "text": "ShadowRootInit"
2360
2250
  },
2361
- "tagName": "%%prefix%%-actions-menu",
2362
- "customElement": true
2251
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
2363
2252
  },
2364
2253
  {
2365
2254
  "kind": "variable",
2366
- "name": "foundationActionsMenu",
2367
- "description": "The Foundation Actions Menu",
2255
+ "name": "defaultAccordionItemConfig",
2256
+ "type": {
2257
+ "text": "object"
2258
+ },
2259
+ "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}"
2260
+ },
2261
+ {
2262
+ "kind": "variable",
2263
+ "name": "foundationAccordionItem",
2264
+ "description": "The Foundation Accordion Item",
2368
2265
  "privacy": "public"
2369
2266
  }
2370
2267
  ],
2371
2268
  "exports": [
2372
2269
  {
2373
2270
  "kind": "js",
2374
- "name": "ActionsMenu",
2271
+ "name": "AccordionItem",
2375
2272
  "declaration": {
2376
- "name": "ActionsMenu",
2377
- "module": "src/actions-menu/actions-menu.ts"
2273
+ "name": "AccordionItem",
2274
+ "module": "src/accordion-item/accordion-item.ts"
2378
2275
  }
2379
2276
  },
2380
2277
  {
2381
2278
  "kind": "js",
2382
- "name": "foundationActionsMenu",
2279
+ "name": "foundationAccordionItemShadowOptions",
2383
2280
  "declaration": {
2384
- "name": "foundationActionsMenu",
2385
- "module": "src/actions-menu/actions-menu.ts"
2281
+ "name": "foundationAccordionItemShadowOptions",
2282
+ "module": "src/accordion-item/accordion-item.ts"
2386
2283
  }
2387
- }
2388
- ]
2389
- },
2390
- {
2391
- "kind": "javascript-module",
2392
- "path": "src/actions-menu/index.ts",
2393
- "declarations": [],
2284
+ },
2285
+ {
2286
+ "kind": "js",
2287
+ "name": "defaultAccordionItemConfig",
2288
+ "declaration": {
2289
+ "name": "defaultAccordionItemConfig",
2290
+ "module": "src/accordion-item/accordion-item.ts"
2291
+ }
2292
+ },
2293
+ {
2294
+ "kind": "js",
2295
+ "name": "foundationAccordionItem",
2296
+ "declaration": {
2297
+ "name": "foundationAccordionItem",
2298
+ "module": "src/accordion-item/accordion-item.ts"
2299
+ }
2300
+ }
2301
+ ]
2302
+ },
2303
+ {
2304
+ "kind": "javascript-module",
2305
+ "path": "src/accordion-item/index.ts",
2306
+ "declarations": [],
2394
2307
  "exports": [
2395
2308
  {
2396
2309
  "kind": "js",
2397
2310
  "name": "*",
2398
2311
  "declaration": {
2399
2312
  "name": "*",
2400
- "package": "./actions-menu.styles"
2313
+ "package": "./accordion-item.template"
2401
2314
  }
2402
2315
  },
2403
2316
  {
@@ -2405,7 +2318,7 @@
2405
2318
  "name": "*",
2406
2319
  "declaration": {
2407
2320
  "name": "*",
2408
- "package": "./actions-menu.template"
2321
+ "package": "./accordion-item.styles"
2409
2322
  }
2410
2323
  },
2411
2324
  {
@@ -2413,18 +2326,72 @@
2413
2326
  "name": "*",
2414
2327
  "declaration": {
2415
2328
  "name": "*",
2416
- "package": "./actions-menu"
2329
+ "package": "./accordion-item"
2417
2330
  }
2418
2331
  }
2419
2332
  ]
2420
2333
  },
2421
2334
  {
2422
2335
  "kind": "javascript-module",
2423
- "path": "src/accordion/accordion.styles.ts",
2336
+ "path": "src/_config/index.ts",
2337
+ "declarations": [],
2338
+ "exports": [
2339
+ {
2340
+ "kind": "js",
2341
+ "name": "*",
2342
+ "declaration": {
2343
+ "name": "*",
2344
+ "package": "./styles"
2345
+ }
2346
+ },
2347
+ {
2348
+ "kind": "js",
2349
+ "name": "*",
2350
+ "declaration": {
2351
+ "name": "*",
2352
+ "package": "./tokens"
2353
+ }
2354
+ },
2355
+ {
2356
+ "kind": "js",
2357
+ "name": "*",
2358
+ "declaration": {
2359
+ "name": "*",
2360
+ "package": "./values"
2361
+ }
2362
+ }
2363
+ ]
2364
+ },
2365
+ {
2366
+ "kind": "javascript-module",
2367
+ "path": "src/actions-menu/actions-menu.styles.ts",
2424
2368
  "declarations": [
2425
2369
  {
2426
2370
  "kind": "function",
2427
- "name": "foundationAccordionStyles",
2371
+ "name": "actionsMenuBaseStyles",
2372
+ "return": {
2373
+ "type": {
2374
+ "text": "ElementStyles"
2375
+ }
2376
+ },
2377
+ "parameters": [
2378
+ {
2379
+ "name": "context",
2380
+ "type": {
2381
+ "text": "ElementDefinitionContext"
2382
+ }
2383
+ },
2384
+ {
2385
+ "name": "definition",
2386
+ "type": {
2387
+ "text": "FoundationElementDefinition"
2388
+ }
2389
+ }
2390
+ ]
2391
+ },
2392
+ {
2393
+ "kind": "function",
2394
+ "name": "foundationActionsMenuStyles",
2428
2395
  "return": {
2429
2396
  "type": {
2430
2397
  "text": "ElementStyles"
@@ -2449,277 +2416,281 @@
2449
2416
  "exports": [
2450
2417
  {
2451
2418
  "kind": "js",
2452
- "name": "foundationAccordionStyles",
2419
+ "name": "actionsMenuBaseStyles",
2453
2420
  "declaration": {
2454
- "name": "foundationAccordionStyles",
2455
- "module": "src/accordion/accordion.styles.ts"
2421
+ "name": "actionsMenuBaseStyles",
2422
+ "module": "src/actions-menu/actions-menu.styles.ts"
2423
+ }
2424
+ },
2425
+ {
2426
+ "kind": "js",
2427
+ "name": "foundationActionsMenuStyles",
2428
+ "declaration": {
2429
+ "name": "foundationActionsMenuStyles",
2430
+ "module": "src/actions-menu/actions-menu.styles.ts"
2456
2431
  }
2457
2432
  }
2458
2433
  ]
2459
2434
  },
2460
2435
  {
2461
2436
  "kind": "javascript-module",
2462
- "path": "src/accordion/accordion.template.ts",
2437
+ "path": "src/actions-menu/actions-menu.template.ts",
2463
2438
  "declarations": [
2464
2439
  {
2465
2440
  "kind": "function",
2466
- "name": "foundationAccordionTemplate",
2467
- "return": {
2468
- "type": {
2469
- "text": "ViewTemplate<Accordion>"
2470
- }
2471
- },
2441
+ "name": "menuTemplate",
2472
2442
  "parameters": [
2473
2443
  {
2474
- "name": "context",
2444
+ "name": "prefix",
2475
2445
  "type": {
2476
- "text": "ElementDefinitionContext"
2446
+ "text": "string"
2477
2447
  }
2478
- },
2448
+ }
2449
+ ]
2450
+ },
2451
+ {
2452
+ "kind": "function",
2453
+ "name": "singleOptionTemplate",
2454
+ "parameters": [
2479
2455
  {
2480
- "name": "definition",
2456
+ "name": "prefix",
2481
2457
  "type": {
2482
- "text": "FoundationElementDefinition"
2458
+ "text": "string"
2483
2459
  }
2484
2460
  }
2485
2461
  ]
2462
+ },
2463
+ {
2464
+ "kind": "variable",
2465
+ "name": "foundationActionsMenuTemplate",
2466
+ "type": {
2467
+ "text": "ViewTemplate<ActionsMenu>"
2468
+ },
2469
+ "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`"
2486
2470
  }
2487
2471
  ],
2488
2472
  "exports": [
2489
2473
  {
2490
2474
  "kind": "js",
2491
- "name": "foundationAccordionTemplate",
2475
+ "name": "menuTemplate",
2492
2476
  "declaration": {
2493
- "name": "foundationAccordionTemplate",
2494
- "module": "src/accordion/accordion.template.ts"
2477
+ "name": "menuTemplate",
2478
+ "module": "src/actions-menu/actions-menu.template.ts"
2479
+ }
2480
+ },
2481
+ {
2482
+ "kind": "js",
2483
+ "name": "singleOptionTemplate",
2484
+ "declaration": {
2485
+ "name": "singleOptionTemplate",
2486
+ "module": "src/actions-menu/actions-menu.template.ts"
2487
+ }
2488
+ },
2489
+ {
2490
+ "kind": "js",
2491
+ "name": "foundationActionsMenuTemplate",
2492
+ "declaration": {
2493
+ "name": "foundationActionsMenuTemplate",
2494
+ "module": "src/actions-menu/actions-menu.template.ts"
2495
2495
  }
2496
2496
  }
2497
2497
  ]
2498
2498
  },
2499
2499
  {
2500
2500
  "kind": "javascript-module",
2501
- "path": "src/accordion/accordion.ts",
2501
+ "path": "src/actions-menu/actions-menu.ts",
2502
2502
  "declarations": [
2503
2503
  {
2504
2504
  "kind": "class",
2505
2505
  "description": "",
2506
- "name": "Accordion",
2507
- "superclass": {
2508
- "name": "FASTAccordion",
2509
- "package": "@microsoft/fast-foundation"
2510
- },
2511
- "tagName": "%%prefix%%-accordion",
2512
- "customElement": true,
2513
- "attributes": [
2506
+ "name": "ActionsMenu",
2507
+ "members": [
2514
2508
  {
2515
- "name": "expand-mode",
2509
+ "kind": "field",
2510
+ "name": "actions",
2516
2511
  "type": {
2517
- "text": "AccordionExpandMode"
2518
- },
2519
- "description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
2520
- "fieldName": "expandmode",
2521
- "inheritedFrom": {
2522
- "name": "Accordion",
2523
- "module": "src/accordion/accordion.ts"
2512
+ "text": "ActionMenuItem[]"
2524
2513
  }
2525
- }
2526
- ],
2527
- "members": [
2514
+ },
2528
2515
  {
2529
2516
  "kind": "field",
2530
- "name": "expandmode",
2517
+ "name": "isVertical",
2531
2518
  "type": {
2532
- "text": "AccordionExpandMode"
2519
+ "text": "boolean"
2533
2520
  },
2534
- "privacy": "public",
2535
- "description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
2536
- "inheritedFrom": {
2537
- "name": "Accordion",
2538
- "module": "src/accordion/accordion.ts"
2539
- }
2521
+ "default": "false"
2540
2522
  },
2541
2523
  {
2542
2524
  "kind": "field",
2543
- "name": "activeid",
2525
+ "name": "addDefaultActions",
2544
2526
  "type": {
2545
- "text": "string | null"
2527
+ "text": "boolean"
2546
2528
  },
2547
- "privacy": "private",
2548
- "inheritedFrom": {
2549
- "name": "Accordion",
2550
- "module": "src/accordion/accordion.ts"
2551
- }
2529
+ "default": "true"
2552
2530
  },
2553
2531
  {
2554
2532
  "kind": "field",
2555
- "name": "activeItemIndex",
2533
+ "name": "autoCloseOnAction",
2556
2534
  "type": {
2557
- "text": "number"
2535
+ "text": "boolean"
2558
2536
  },
2559
- "privacy": "private",
2560
- "default": "0",
2561
- "inheritedFrom": {
2562
- "name": "Accordion",
2563
- "module": "src/accordion/accordion.ts"
2564
- }
2537
+ "default": "true"
2565
2538
  },
2566
2539
  {
2567
2540
  "kind": "field",
2568
- "name": "accordionIds",
2541
+ "name": "classNames",
2569
2542
  "type": {
2570
- "text": "Array<string | null>"
2571
- },
2572
- "privacy": "private",
2573
- "inheritedFrom": {
2574
- "name": "Accordion",
2575
- "module": "src/accordion/accordion.ts"
2543
+ "text": "string"
2576
2544
  }
2577
2545
  },
2578
2546
  {
2579
2547
  "kind": "field",
2580
- "name": "change",
2581
- "privacy": "private",
2582
- "inheritedFrom": {
2583
- "name": "Accordion",
2584
- "module": "src/accordion/accordion.ts"
2548
+ "name": "definition",
2549
+ "type": {
2550
+ "text": "any"
2585
2551
  }
2586
2552
  },
2587
2553
  {
2588
- "kind": "method",
2589
- "name": "findExpandedItem",
2590
- "privacy": "private",
2591
- "return": {
2592
- "type": {
2593
- "text": "AccordionItem | null"
2594
- }
2554
+ "kind": "field",
2555
+ "name": "name",
2556
+ "type": {
2557
+ "text": "string"
2595
2558
  },
2596
- "inheritedFrom": {
2597
- "name": "Accordion",
2598
- "module": "src/accordion/accordion.ts"
2599
- }
2559
+ "default": "'Actions'"
2600
2560
  },
2601
2561
  {
2602
2562
  "kind": "field",
2603
- "name": "setItems",
2604
- "privacy": "private",
2605
- "inheritedFrom": {
2606
- "name": "Accordion",
2607
- "module": "src/accordion/accordion.ts"
2563
+ "name": "open",
2564
+ "type": {
2565
+ "text": "boolean"
2566
+ },
2567
+ "default": "false"
2568
+ },
2569
+ {
2570
+ "kind": "field",
2571
+ "name": "buttonAppearance",
2572
+ "type": {
2573
+ "text": "string"
2608
2574
  }
2609
2575
  },
2610
2576
  {
2611
- "kind": "method",
2612
- "name": "resetItems",
2613
- "privacy": "private",
2614
- "return": {
2615
- "type": {
2616
- "text": "void"
2617
- }
2577
+ "kind": "field",
2578
+ "name": "hideDisabled",
2579
+ "type": {
2580
+ "text": "boolean"
2618
2581
  },
2619
- "inheritedFrom": {
2620
- "name": "Accordion",
2621
- "module": "src/accordion/accordion.ts"
2582
+ "default": "false"
2583
+ },
2584
+ {
2585
+ "kind": "field",
2586
+ "name": "hideMenuSingleOption",
2587
+ "type": {
2588
+ "text": "boolean"
2589
+ },
2590
+ "default": "false"
2591
+ },
2592
+ {
2593
+ "kind": "field",
2594
+ "name": "singleOption",
2595
+ "type": {
2596
+ "text": "ActionMenuItem"
2622
2597
  }
2623
2598
  },
2624
2599
  {
2625
2600
  "kind": "field",
2626
- "name": "removeItemListeners",
2627
- "privacy": "private",
2628
- "inheritedFrom": {
2629
- "name": "Accordion",
2630
- "module": "src/accordion/accordion.ts"
2601
+ "name": "actionsMenu",
2602
+ "type": {
2603
+ "text": "HTMLElement"
2631
2604
  }
2632
2605
  },
2633
2606
  {
2634
2607
  "kind": "field",
2635
- "name": "activeItemChange",
2636
- "privacy": "private",
2637
- "inheritedFrom": {
2638
- "name": "Accordion",
2639
- "module": "src/accordion/accordion.ts"
2608
+ "name": "actionsOpener",
2609
+ "type": {
2610
+ "text": "HTMLElement"
2640
2611
  }
2641
2612
  },
2642
2613
  {
2643
2614
  "kind": "method",
2644
- "name": "getItemIds",
2645
- "privacy": "private",
2646
- "return": {
2647
- "type": {
2648
- "text": "Array<string | null>"
2649
- }
2650
- },
2651
- "inheritedFrom": {
2652
- "name": "Accordion",
2653
- "module": "src/accordion/accordion.ts"
2654
- }
2615
+ "name": "updateMenuPosition",
2616
+ "privacy": "private"
2655
2617
  },
2656
2618
  {
2657
2619
  "kind": "method",
2658
- "name": "isSingleExpandMode",
2659
- "privacy": "private",
2660
- "return": {
2661
- "type": {
2662
- "text": "boolean"
2620
+ "name": "definitionChanged",
2621
+ "privacy": "protected",
2622
+ "parameters": [
2623
+ {
2624
+ "name": "oldValue",
2625
+ "type": {
2626
+ "text": "any"
2627
+ }
2628
+ },
2629
+ {
2630
+ "name": "newValue",
2631
+ "type": {
2632
+ "text": "any"
2633
+ }
2663
2634
  }
2664
- },
2665
- "inheritedFrom": {
2666
- "name": "Accordion",
2667
- "module": "src/accordion/accordion.ts"
2668
- }
2635
+ ]
2669
2636
  },
2670
2637
  {
2671
- "kind": "field",
2672
- "name": "handleItemKeyDown",
2673
- "privacy": "private",
2674
- "inheritedFrom": {
2675
- "name": "Accordion",
2676
- "module": "src/accordion/accordion.ts"
2677
- }
2638
+ "kind": "method",
2639
+ "name": "openChanged",
2640
+ "privacy": "protected"
2641
+ },
2642
+ {
2643
+ "kind": "method",
2644
+ "name": "toggleActionsMenuVisibility"
2645
+ },
2646
+ {
2647
+ "kind": "method",
2648
+ "name": "onActionMenuItemClick",
2649
+ "parameters": [
2650
+ {
2651
+ "name": "callback",
2652
+ "type": {
2653
+ "text": "(rowData) => void | any"
2654
+ }
2655
+ }
2656
+ ]
2657
+ },
2658
+ {
2659
+ "kind": "field",
2660
+ "name": "allActions",
2661
+ "type": {
2662
+ "text": "ActionMenuItem[]"
2663
+ },
2664
+ "readonly": true
2678
2665
  },
2679
2666
  {
2680
2667
  "kind": "field",
2681
- "name": "handleItemFocus",
2682
- "privacy": "private",
2683
- "inheritedFrom": {
2684
- "name": "Accordion",
2685
- "module": "src/accordion/accordion.ts"
2686
- }
2668
+ "name": "rowData",
2669
+ "readonly": true
2687
2670
  },
2688
2671
  {
2689
2672
  "kind": "method",
2690
- "name": "adjust",
2691
- "privacy": "private",
2692
- "return": {
2693
- "type": {
2694
- "text": "void"
2695
- }
2696
- },
2673
+ "name": "getLabel",
2697
2674
  "parameters": [
2698
2675
  {
2699
- "name": "adjustment",
2676
+ "name": "name",
2700
2677
  "type": {
2701
- "text": "number"
2678
+ "text": "string | ((rowData: any) => string)"
2702
2679
  }
2703
2680
  }
2704
- ],
2705
- "inheritedFrom": {
2706
- "name": "Accordion",
2707
- "module": "src/accordion/accordion.ts"
2708
- }
2681
+ ]
2709
2682
  },
2710
2683
  {
2711
2684
  "kind": "method",
2712
- "name": "focusItem",
2713
- "privacy": "private",
2714
- "return": {
2715
- "type": {
2716
- "text": "void"
2685
+ "name": "getTemplate",
2686
+ "parameters": [
2687
+ {
2688
+ "name": "prefix",
2689
+ "type": {
2690
+ "text": "string"
2691
+ }
2717
2692
  }
2718
- },
2719
- "inheritedFrom": {
2720
- "name": "Accordion",
2721
- "module": "src/accordion/accordion.ts"
2722
- }
2693
+ ]
2723
2694
  },
2724
2695
  {
2725
2696
  "kind": "field",
@@ -2833,78 +2804,107 @@
2833
2804
  }
2834
2805
  }
2835
2806
  ],
2836
- "events": [
2807
+ "attributes": [
2837
2808
  {
2838
- "description": "Fires a custom 'change' event when the active item changes",
2839
- "name": "change",
2840
- "inheritedFrom": {
2841
- "name": "Accordion",
2842
- "module": "src/accordion/accordion.ts"
2843
- }
2809
+ "name": "is-vertical",
2810
+ "type": {
2811
+ "text": "boolean"
2812
+ },
2813
+ "default": "false",
2814
+ "fieldName": "isVertical"
2815
+ },
2816
+ {
2817
+ "name": "add-default-actions",
2818
+ "type": {
2819
+ "text": "boolean"
2820
+ },
2821
+ "default": "true",
2822
+ "fieldName": "addDefaultActions"
2823
+ },
2824
+ {
2825
+ "name": "auto-close-on-action",
2826
+ "type": {
2827
+ "text": "boolean"
2828
+ },
2829
+ "default": "true",
2830
+ "fieldName": "autoCloseOnAction"
2831
+ },
2832
+ {
2833
+ "name": "name",
2834
+ "type": {
2835
+ "text": "string"
2836
+ },
2837
+ "default": "'Actions'",
2838
+ "fieldName": "name"
2839
+ },
2840
+ {
2841
+ "name": "open",
2842
+ "type": {
2843
+ "text": "boolean"
2844
+ },
2845
+ "default": "false",
2846
+ "fieldName": "open"
2847
+ },
2848
+ {
2849
+ "name": "buttonAppearance",
2850
+ "type": {
2851
+ "text": "string"
2852
+ },
2853
+ "fieldName": "buttonAppearance"
2854
+ },
2855
+ {
2856
+ "name": "hide-disabled",
2857
+ "type": {
2858
+ "text": "boolean"
2859
+ },
2860
+ "default": "false",
2861
+ "fieldName": "hideDisabled"
2862
+ },
2863
+ {
2864
+ "name": "hide-menu-single-option",
2865
+ "type": {
2866
+ "text": "boolean"
2867
+ },
2868
+ "default": "false",
2869
+ "fieldName": "hideMenuSingleOption"
2844
2870
  }
2845
- ]
2846
- },
2847
- {
2848
- "kind": "variable",
2849
- "name": "foundationAccordionShadowOptions",
2850
- "type": {
2851
- "text": "ShadowRootInit"
2852
- },
2853
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
2854
- },
2855
- {
2856
- "kind": "variable",
2857
- "name": "defaultAccordionConfig",
2858
- "type": {
2859
- "text": "object"
2871
+ ],
2872
+ "superclass": {
2873
+ "name": "FoundationElement",
2874
+ "package": "@microsoft/fast-foundation"
2860
2875
  },
2861
- "default": "{}"
2876
+ "tagName": "%%prefix%%-actions-menu",
2877
+ "customElement": true
2862
2878
  },
2863
2879
  {
2864
2880
  "kind": "variable",
2865
- "name": "foundationAccordion",
2866
- "description": "The Foundation Accordion",
2881
+ "name": "foundationActionsMenu",
2882
+ "description": "The Foundation Actions Menu",
2867
2883
  "privacy": "public"
2868
2884
  }
2869
2885
  ],
2870
2886
  "exports": [
2871
2887
  {
2872
2888
  "kind": "js",
2873
- "name": "Accordion",
2874
- "declaration": {
2875
- "name": "Accordion",
2876
- "module": "src/accordion/accordion.ts"
2877
- }
2878
- },
2879
- {
2880
- "kind": "js",
2881
- "name": "foundationAccordionShadowOptions",
2882
- "declaration": {
2883
- "name": "foundationAccordionShadowOptions",
2884
- "module": "src/accordion/accordion.ts"
2885
- }
2886
- },
2887
- {
2888
- "kind": "js",
2889
- "name": "defaultAccordionConfig",
2889
+ "name": "ActionsMenu",
2890
2890
  "declaration": {
2891
- "name": "defaultAccordionConfig",
2892
- "module": "src/accordion/accordion.ts"
2891
+ "name": "ActionsMenu",
2892
+ "module": "src/actions-menu/actions-menu.ts"
2893
2893
  }
2894
2894
  },
2895
2895
  {
2896
2896
  "kind": "js",
2897
- "name": "foundationAccordion",
2897
+ "name": "foundationActionsMenu",
2898
2898
  "declaration": {
2899
- "name": "foundationAccordion",
2900
- "module": "src/accordion/accordion.ts"
2899
+ "name": "foundationActionsMenu",
2900
+ "module": "src/actions-menu/actions-menu.ts"
2901
2901
  }
2902
2902
  }
2903
2903
  ]
2904
2904
  },
2905
2905
  {
2906
2906
  "kind": "javascript-module",
2907
- "path": "src/accordion/index.ts",
2907
+ "path": "src/actions-menu/index.ts",
2908
2908
  "declarations": [],
2909
2909
  "exports": [
2910
2910
  {
@@ -2912,7 +2912,7 @@
2912
2912
  "name": "*",
2913
2913
  "declaration": {
2914
2914
  "name": "*",
2915
- "package": "./accordion.template"
2915
+ "package": "./actions-menu.styles"
2916
2916
  }
2917
2917
  },
2918
2918
  {
@@ -2920,7 +2920,7 @@
2920
2920
  "name": "*",
2921
2921
  "declaration": {
2922
2922
  "name": "*",
2923
- "package": "./accordion.styles"
2923
+ "package": "./actions-menu.template"
2924
2924
  }
2925
2925
  },
2926
2926
  {
@@ -2928,122 +2928,111 @@
2928
2928
  "name": "*",
2929
2929
  "declaration": {
2930
2930
  "name": "*",
2931
- "package": "./accordion"
2931
+ "package": "./actions-menu"
2932
2932
  }
2933
2933
  }
2934
2934
  ]
2935
2935
  },
2936
2936
  {
2937
2937
  "kind": "javascript-module",
2938
- "path": "src/ai-criteria-search/ai-criteria-search.styles.ts",
2938
+ "path": "src/ai-indicator/ai-indicator.styles.ts",
2939
2939
  "declarations": [
2940
2940
  {
2941
- "kind": "variable",
2942
- "name": "foundationAiCriteriaSearchStyles",
2943
- "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`"
2941
+ "kind": "function",
2942
+ "name": "foundationAiIndicatorStyles",
2943
+ "return": {
2944
+ "type": {
2945
+ "text": "ElementStyles"
2946
+ }
2947
+ },
2948
+ "parameters": [
2949
+ {
2950
+ "name": "context",
2951
+ "type": {
2952
+ "text": "ElementDefinitionContext"
2953
+ }
2954
+ },
2955
+ {
2956
+ "name": "definition",
2957
+ "type": {
2958
+ "text": "FoundationElementDefinition"
2959
+ }
2960
+ }
2961
+ ]
2944
2962
  }
2945
2963
  ],
2946
2964
  "exports": [
2947
2965
  {
2948
2966
  "kind": "js",
2949
- "name": "foundationAiCriteriaSearchStyles",
2967
+ "name": "foundationAiIndicatorStyles",
2950
2968
  "declaration": {
2951
- "name": "foundationAiCriteriaSearchStyles",
2952
- "module": "src/ai-criteria-search/ai-criteria-search.styles.ts"
2969
+ "name": "foundationAiIndicatorStyles",
2970
+ "module": "src/ai-indicator/ai-indicator.styles.ts"
2953
2971
  }
2954
2972
  }
2955
2973
  ]
2956
2974
  },
2957
2975
  {
2958
2976
  "kind": "javascript-module",
2959
- "path": "src/ai-criteria-search/ai-criteria-search.template.ts",
2977
+ "path": "src/ai-indicator/ai-indicator.template.ts",
2960
2978
  "declarations": [
2961
2979
  {
2962
2980
  "kind": "variable",
2963
- "name": "foundationAiCriteriaSearchTemplate",
2981
+ "name": "foundationAiIndicatorTemplate",
2964
2982
  "type": {
2965
- "text": "ViewTemplate<AiCriteriaSearch>"
2983
+ "text": "ViewTemplate<AiIndicator>"
2966
2984
  },
2967
- "default": "html`\n ${(x) => aiCriteriaSearchTemplate(getPrefix(x))}\n`"
2985
+ "default": "html`\n ${(x) => aiIndicatorTemplate(getPrefix(x))}\n`"
2968
2986
  }
2969
2987
  ],
2970
2988
  "exports": [
2971
2989
  {
2972
2990
  "kind": "js",
2973
- "name": "foundationAiCriteriaSearchTemplate",
2991
+ "name": "foundationAiIndicatorTemplate",
2974
2992
  "declaration": {
2975
- "name": "foundationAiCriteriaSearchTemplate",
2976
- "module": "src/ai-criteria-search/ai-criteria-search.template.ts"
2993
+ "name": "foundationAiIndicatorTemplate",
2994
+ "module": "src/ai-indicator/ai-indicator.template.ts"
2977
2995
  }
2978
2996
  }
2979
2997
  ]
2980
2998
  },
2981
2999
  {
2982
3000
  "kind": "javascript-module",
2983
- "path": "src/ai-criteria-search/ai-criteria-search.ts",
3001
+ "path": "src/ai-indicator/ai-indicator.ts",
2984
3002
  "declarations": [
2985
3003
  {
2986
3004
  "kind": "class",
2987
- "description": "Natural-language criteria search input with AI interpretation.",
2988
- "name": "AiCriteriaSearch",
3005
+ "description": "",
3006
+ "name": "AiIndicator",
2989
3007
  "members": [
2990
3008
  {
2991
3009
  "kind": "field",
2992
- "name": "providerRegistry",
2993
- "type": {
2994
- "text": "AIProviderRegistry"
2995
- }
2996
- },
2997
- {
2998
- "kind": "field",
2999
- "name": "placeholder",
3000
- "type": {
3001
- "text": "string"
3002
- },
3003
- "default": "'Describe your search criteria in natural language...'"
3004
- },
3005
- {
3006
- "kind": "field",
3007
- "name": "disabled",
3008
- "type": {
3009
- "text": "boolean"
3010
- }
3011
- },
3012
- {
3013
- "kind": "field",
3014
- "name": "inputValue",
3010
+ "name": "providerRegistry",
3015
3011
  "type": {
3016
- "text": "string"
3017
- },
3018
- "default": "''"
3012
+ "text": "AIProviderRegistry"
3013
+ }
3019
3014
  },
3020
3015
  {
3021
3016
  "kind": "field",
3022
- "name": "isInterpreting",
3017
+ "name": "aiProvider",
3023
3018
  "type": {
3024
- "text": "boolean"
3019
+ "text": "AIProvider | undefined"
3025
3020
  },
3026
- "default": "false"
3021
+ "privacy": "private",
3022
+ "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.",
3023
+ "readonly": true
3027
3024
  },
3028
3025
  {
3029
3026
  "kind": "field",
3030
- "name": "lastValidCriteria",
3027
+ "name": "status",
3031
3028
  "type": {
3032
- "text": "string | null"
3029
+ "text": "AIStatus | null"
3033
3030
  },
3034
3031
  "default": "null"
3035
3032
  },
3036
3033
  {
3037
3034
  "kind": "field",
3038
- "name": "activeGroups",
3039
- "type": {
3040
- "text": "CriteriaGroup[]"
3041
- },
3042
- "default": "[]"
3043
- },
3044
- {
3045
- "kind": "field",
3046
- "name": "showingChips",
3035
+ "name": "open",
3047
3036
  "type": {
3048
3037
  "text": "boolean"
3049
3038
  },
@@ -3051,15 +3040,15 @@
3051
3040
  },
3052
3041
  {
3053
3042
  "kind": "field",
3054
- "name": "fieldMetadata",
3043
+ "name": "state",
3055
3044
  "type": {
3056
- "text": "MetadataDetail[] | string[]"
3045
+ "text": "AIIndicatorState"
3057
3046
  },
3058
- "default": "[]"
3047
+ "default": "'none'"
3059
3048
  },
3060
3049
  {
3061
3050
  "kind": "field",
3062
- "name": "isRecording",
3051
+ "name": "isInstalling",
3063
3052
  "type": {
3064
3053
  "text": "boolean"
3065
3054
  },
@@ -3067,33 +3056,29 @@
3067
3056
  },
3068
3057
  {
3069
3058
  "kind": "field",
3070
- "name": "textAreaRef",
3059
+ "name": "pollTimer",
3071
3060
  "type": {
3072
- "text": "HTMLTextAreaElement"
3061
+ "text": "ReturnType<typeof setInterval> | null"
3073
3062
  },
3074
- "privacy": "public"
3063
+ "privacy": "private",
3064
+ "default": "null"
3075
3065
  },
3076
3066
  {
3077
3067
  "kind": "field",
3078
- "name": "stopRecording",
3079
- "type": {
3080
- "text": "(() => void) | null"
3081
- },
3082
- "privacy": "private",
3083
- "default": "null"
3068
+ "name": "clickOutside",
3069
+ "privacy": "private"
3084
3070
  },
3085
3071
  {
3086
3072
  "kind": "field",
3087
- "name": "speechApplyDebounceTimer",
3073
+ "name": "chromeStatusLabel",
3088
3074
  "type": {
3089
- "text": "ReturnType<typeof setTimeout> | null"
3075
+ "text": "string | null"
3090
3076
  },
3091
- "privacy": "private",
3092
- "default": "null"
3077
+ "readonly": true
3093
3078
  },
3094
3079
  {
3095
3080
  "kind": "field",
3096
- "name": "speechAvailable",
3081
+ "name": "canInstall",
3097
3082
  "type": {
3098
3083
  "text": "boolean"
3099
3084
  },
@@ -3101,65 +3086,69 @@
3101
3086
  },
3102
3087
  {
3103
3088
  "kind": "field",
3104
- "name": "criteriaChips",
3089
+ "name": "isDownloading",
3105
3090
  "type": {
3106
- "text": "CriteriaChip[]"
3091
+ "text": "boolean"
3107
3092
  },
3108
3093
  "readonly": true
3109
3094
  },
3110
3095
  {
3111
3096
  "kind": "method",
3112
- "name": "getFieldLabel",
3113
- "privacy": "private",
3097
+ "name": "openChanged",
3114
3098
  "return": {
3115
3099
  "type": {
3116
- "text": "string"
3100
+ "text": "void"
3117
3101
  }
3118
- },
3102
+ }
3103
+ },
3104
+ {
3105
+ "kind": "method",
3106
+ "name": "handleClickOutside",
3107
+ "privacy": "private",
3119
3108
  "parameters": [
3120
3109
  {
3121
- "name": "fieldName",
3110
+ "name": "event",
3122
3111
  "type": {
3123
- "text": "string"
3112
+ "text": "MouseEvent"
3124
3113
  }
3125
3114
  }
3126
3115
  ]
3127
3116
  },
3128
3117
  {
3129
3118
  "kind": "method",
3130
- "name": "toggleCriteriaView",
3119
+ "name": "toggleDropdown"
3120
+ },
3121
+ {
3122
+ "kind": "method",
3123
+ "name": "refreshStatus",
3131
3124
  "return": {
3132
3125
  "type": {
3133
- "text": "void"
3126
+ "text": "Promise<void>"
3134
3127
  }
3135
3128
  }
3136
3129
  },
3137
3130
  {
3138
3131
  "kind": "method",
3139
- "name": "removeChip",
3132
+ "name": "deriveState",
3133
+ "privacy": "private",
3140
3134
  "return": {
3141
3135
  "type": {
3142
- "text": "void"
3136
+ "text": "AIIndicatorState"
3143
3137
  }
3144
3138
  },
3145
3139
  "parameters": [
3146
3140
  {
3147
- "name": "groupIndex",
3148
- "type": {
3149
- "text": "number"
3150
- }
3151
- },
3152
- {
3153
- "name": "clauseIndex",
3141
+ "name": "s",
3154
3142
  "type": {
3155
- "text": "number"
3143
+ "text": "AIStatus | null"
3156
3144
  }
3157
3145
  }
3158
3146
  ]
3159
3147
  },
3160
3148
  {
3161
3149
  "kind": "method",
3162
- "name": "clearChips",
3150
+ "name": "maybeStartPolling",
3151
+ "privacy": "private",
3163
3152
  "return": {
3164
3153
  "type": {
3165
3154
  "text": "void"
@@ -3168,24 +3157,32 @@
3168
3157
  },
3169
3158
  {
3170
3159
  "kind": "method",
3171
- "name": "handleSubmit"
3172
- },
3173
- {
3174
- "kind": "method",
3175
- "name": "handleBlur"
3176
- },
3177
- {
3178
- "kind": "method",
3179
- "name": "clear"
3160
+ "name": "startPolling",
3161
+ "privacy": "private",
3162
+ "return": {
3163
+ "type": {
3164
+ "text": "void"
3165
+ }
3166
+ }
3180
3167
  },
3181
3168
  {
3182
3169
  "kind": "method",
3183
- "name": "toggleSpeechInput"
3170
+ "name": "stopPolling",
3171
+ "privacy": "private",
3172
+ "return": {
3173
+ "type": {
3174
+ "text": "void"
3175
+ }
3176
+ }
3184
3177
  },
3185
3178
  {
3186
3179
  "kind": "method",
3187
- "name": "clearSpeechApplyDebounce",
3188
- "privacy": "private"
3180
+ "name": "onInstall",
3181
+ "return": {
3182
+ "type": {
3183
+ "text": "Promise<void>"
3184
+ }
3185
+ }
3189
3186
  },
3190
3187
  {
3191
3188
  "kind": "field",
@@ -3299,320 +3296,145 @@
3299
3296
  }
3300
3297
  }
3301
3298
  ],
3302
- "events": [
3303
- {
3304
- "description": "Fired when interpreted criteria is applied or cleared. detail: `string | null`",
3305
- "name": "criteria-changed"
3306
- },
3307
- {
3308
- "description": "Fired when interpreted criteria contains invalid clauses. detail: `ValidationError[]`",
3309
- "name": "validation-errors"
3310
- }
3311
- ],
3312
- "attributes": [
3313
- {
3314
- "name": "placeholder",
3315
- "type": {
3316
- "text": "string"
3317
- },
3318
- "default": "'Describe your search criteria in natural language...'",
3319
- "fieldName": "placeholder"
3320
- },
3321
- {
3322
- "type": {
3323
- "text": "boolean"
3324
- },
3325
- "fieldName": "disabled"
3326
- }
3327
- ],
3328
3299
  "superclass": {
3329
3300
  "name": "FoundationElement",
3330
3301
  "package": "@microsoft/fast-foundation"
3331
3302
  },
3332
- "tagName": "%%prefix%%-ai-criteria-search",
3303
+ "tagName": "%%prefix%%-ai-indicator",
3333
3304
  "customElement": true
3334
3305
  },
3335
3306
  {
3336
3307
  "kind": "variable",
3337
- "name": "foundationAiCriteriaSearchShadowOptions",
3338
- "type": {
3339
- "text": "ShadowRootInit"
3340
- },
3341
- "default": "undefined"
3342
- },
3343
- {
3344
- "kind": "variable",
3345
- "name": "defaultAiCriteriaSearchConfig",
3346
- "type": {
3347
- "text": "object"
3348
- },
3349
- "default": "{}"
3350
- },
3351
- {
3352
- "kind": "variable",
3353
- "name": "foundationAiCriteriaSearch"
3308
+ "name": "foundationAiIndicator"
3354
3309
  }
3355
3310
  ],
3356
3311
  "exports": [
3357
3312
  {
3358
3313
  "kind": "js",
3359
- "name": "AiCriteriaSearch",
3360
- "declaration": {
3361
- "name": "AiCriteriaSearch",
3362
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
3363
- }
3364
- },
3365
- {
3366
- "kind": "js",
3367
- "name": "foundationAiCriteriaSearchShadowOptions",
3368
- "declaration": {
3369
- "name": "foundationAiCriteriaSearchShadowOptions",
3370
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
3371
- }
3372
- },
3373
- {
3374
- "kind": "js",
3375
- "name": "defaultAiCriteriaSearchConfig",
3314
+ "name": "AiIndicator",
3376
3315
  "declaration": {
3377
- "name": "defaultAiCriteriaSearchConfig",
3378
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
3316
+ "name": "AiIndicator",
3317
+ "module": "src/ai-indicator/ai-indicator.ts"
3379
3318
  }
3380
3319
  },
3381
3320
  {
3382
3321
  "kind": "js",
3383
- "name": "foundationAiCriteriaSearch",
3322
+ "name": "foundationAiIndicator",
3384
3323
  "declaration": {
3385
- "name": "foundationAiCriteriaSearch",
3386
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
3324
+ "name": "foundationAiIndicator",
3325
+ "module": "src/ai-indicator/ai-indicator.ts"
3387
3326
  }
3388
3327
  }
3389
3328
  ]
3390
3329
  },
3391
3330
  {
3392
3331
  "kind": "javascript-module",
3393
- "path": "src/ai-criteria-search/index.ts",
3332
+ "path": "src/ai-indicator/index.ts",
3394
3333
  "declarations": [],
3395
3334
  "exports": [
3396
3335
  {
3397
3336
  "kind": "js",
3398
- "name": "AiCriteriaSearch",
3399
- "declaration": {
3400
- "name": "AiCriteriaSearch",
3401
- "module": "./ai-criteria-search"
3402
- }
3403
- },
3404
- {
3405
- "kind": "js",
3406
- "name": "defaultAiCriteriaSearchConfig",
3407
- "declaration": {
3408
- "name": "defaultAiCriteriaSearchConfig",
3409
- "module": "./ai-criteria-search"
3410
- }
3411
- },
3412
- {
3413
- "kind": "js",
3414
- "name": "foundationAiCriteriaSearch",
3415
- "declaration": {
3416
- "name": "foundationAiCriteriaSearch",
3417
- "module": "./ai-criteria-search"
3418
- }
3419
- },
3420
- {
3421
- "kind": "js",
3422
- "name": "foundationAiCriteriaSearchShadowOptions",
3423
- "declaration": {
3424
- "name": "foundationAiCriteriaSearchShadowOptions",
3425
- "module": "./ai-criteria-search"
3426
- }
3427
- },
3428
- {
3429
- "kind": "js",
3430
- "name": "foundationAiCriteriaSearchStyles",
3431
- "declaration": {
3432
- "name": "foundationAiCriteriaSearchStyles",
3433
- "module": "./ai-criteria-search.styles"
3434
- }
3435
- },
3436
- {
3437
- "kind": "js",
3438
- "name": "foundationAiCriteriaSearchTemplate",
3337
+ "name": "AiIndicator",
3439
3338
  "declaration": {
3440
- "name": "foundationAiCriteriaSearchTemplate",
3441
- "module": "./ai-criteria-search.template"
3339
+ "name": "AiIndicator",
3340
+ "module": "./ai-indicator"
3442
3341
  }
3443
3342
  },
3444
3343
  {
3445
3344
  "kind": "js",
3446
- "name": "*",
3345
+ "name": "foundationAiIndicator",
3447
3346
  "declaration": {
3448
- "name": "*",
3449
- "package": "./validation/criteria-ir"
3347
+ "name": "foundationAiIndicator",
3348
+ "module": "./ai-indicator"
3450
3349
  }
3451
3350
  },
3452
3351
  {
3453
3352
  "kind": "js",
3454
- "name": "*",
3353
+ "name": "type",
3455
3354
  "declaration": {
3456
- "name": "*",
3457
- "package": "./validation/operator-map"
3355
+ "name": "type",
3356
+ "module": "./ai-indicator"
3458
3357
  }
3459
3358
  },
3460
3359
  {
3461
3360
  "kind": "js",
3462
- "name": "*",
3361
+ "name": "AIIndicatorState",
3463
3362
  "declaration": {
3464
- "name": "*",
3465
- "package": "./validation/schema-validator"
3363
+ "name": "AIIndicatorState",
3364
+ "module": "./ai-indicator"
3466
3365
  }
3467
- }
3468
- ]
3469
- },
3470
- {
3471
- "kind": "javascript-module",
3472
- "path": "src/ai-criteria-search/validation-error-notification.ts",
3473
- "declarations": [
3474
- {
3475
- "kind": "function",
3476
- "name": "formatValidationErrors",
3477
- "return": {
3478
- "type": {
3479
- "text": "string"
3480
- }
3481
- },
3482
- "parameters": [
3483
- {
3484
- "name": "errors",
3485
- "type": {
3486
- "text": "ValidationError[]"
3487
- }
3488
- }
3489
- ],
3490
- "description": "Formats validation errors into a user-friendly message."
3491
3366
  },
3492
- {
3493
- "kind": "function",
3494
- "name": "showCriteriaError",
3495
- "return": {
3496
- "type": {
3497
- "text": "void"
3498
- }
3499
- },
3500
- "parameters": [
3501
- {
3502
- "name": "title",
3503
- "type": {
3504
- "text": "string"
3505
- },
3506
- "description": "Notification title (e.g. \"Criteria validation error\")"
3507
- },
3508
- {
3509
- "name": "body",
3510
- "type": {
3511
- "text": "string"
3512
- },
3513
- "description": "Error message to display"
3514
- },
3515
- {
3516
- "name": "tagName",
3517
- "type": {
3518
- "text": "string"
3519
- },
3520
- "description": "Design system prefix (e.g. \"rapid\", \"foundation\")"
3521
- }
3522
- ],
3523
- "description": "Shows a criteria error as a toast notification."
3524
- }
3525
- ],
3526
- "exports": [
3527
3367
  {
3528
3368
  "kind": "js",
3529
- "name": "formatValidationErrors",
3369
+ "name": "foundationAiIndicatorTemplate",
3530
3370
  "declaration": {
3531
- "name": "formatValidationErrors",
3532
- "module": "src/ai-criteria-search/validation-error-notification.ts"
3371
+ "name": "foundationAiIndicatorTemplate",
3372
+ "module": "./ai-indicator.template"
3533
3373
  }
3534
3374
  },
3535
3375
  {
3536
3376
  "kind": "js",
3537
- "name": "showCriteriaError",
3377
+ "name": "foundationAiIndicatorStyles",
3538
3378
  "declaration": {
3539
- "name": "showCriteriaError",
3540
- "module": "src/ai-criteria-search/validation-error-notification.ts"
3379
+ "name": "foundationAiIndicatorStyles",
3380
+ "module": "./ai-indicator.styles"
3541
3381
  }
3542
3382
  }
3543
3383
  ]
3544
3384
  },
3545
3385
  {
3546
3386
  "kind": "javascript-module",
3547
- "path": "src/ai-indicator/ai-indicator.styles.ts",
3387
+ "path": "src/ai-criteria-search/ai-criteria-search.styles.ts",
3548
3388
  "declarations": [
3549
3389
  {
3550
- "kind": "function",
3551
- "name": "foundationAiIndicatorStyles",
3552
- "return": {
3553
- "type": {
3554
- "text": "ElementStyles"
3555
- }
3556
- },
3557
- "parameters": [
3558
- {
3559
- "name": "context",
3560
- "type": {
3561
- "text": "ElementDefinitionContext"
3562
- }
3563
- },
3564
- {
3565
- "name": "definition",
3566
- "type": {
3567
- "text": "FoundationElementDefinition"
3568
- }
3569
- }
3570
- ]
3390
+ "kind": "variable",
3391
+ "name": "foundationAiCriteriaSearchStyles",
3392
+ "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`"
3571
3393
  }
3572
3394
  ],
3573
3395
  "exports": [
3574
3396
  {
3575
3397
  "kind": "js",
3576
- "name": "foundationAiIndicatorStyles",
3398
+ "name": "foundationAiCriteriaSearchStyles",
3577
3399
  "declaration": {
3578
- "name": "foundationAiIndicatorStyles",
3579
- "module": "src/ai-indicator/ai-indicator.styles.ts"
3400
+ "name": "foundationAiCriteriaSearchStyles",
3401
+ "module": "src/ai-criteria-search/ai-criteria-search.styles.ts"
3580
3402
  }
3581
3403
  }
3582
3404
  ]
3583
3405
  },
3584
3406
  {
3585
3407
  "kind": "javascript-module",
3586
- "path": "src/ai-indicator/ai-indicator.template.ts",
3408
+ "path": "src/ai-criteria-search/ai-criteria-search.template.ts",
3587
3409
  "declarations": [
3588
3410
  {
3589
3411
  "kind": "variable",
3590
- "name": "foundationAiIndicatorTemplate",
3412
+ "name": "foundationAiCriteriaSearchTemplate",
3591
3413
  "type": {
3592
- "text": "ViewTemplate<AiIndicator>"
3414
+ "text": "ViewTemplate<AiCriteriaSearch>"
3593
3415
  },
3594
- "default": "html`\n ${(x) => aiIndicatorTemplate(getPrefix(x))}\n`"
3416
+ "default": "html`\n ${(x) => aiCriteriaSearchTemplate(getPrefix(x))}\n`"
3595
3417
  }
3596
3418
  ],
3597
3419
  "exports": [
3598
3420
  {
3599
3421
  "kind": "js",
3600
- "name": "foundationAiIndicatorTemplate",
3422
+ "name": "foundationAiCriteriaSearchTemplate",
3601
3423
  "declaration": {
3602
- "name": "foundationAiIndicatorTemplate",
3603
- "module": "src/ai-indicator/ai-indicator.template.ts"
3424
+ "name": "foundationAiCriteriaSearchTemplate",
3425
+ "module": "src/ai-criteria-search/ai-criteria-search.template.ts"
3604
3426
  }
3605
3427
  }
3606
3428
  ]
3607
3429
  },
3608
3430
  {
3609
3431
  "kind": "javascript-module",
3610
- "path": "src/ai-indicator/ai-indicator.ts",
3432
+ "path": "src/ai-criteria-search/ai-criteria-search.ts",
3611
3433
  "declarations": [
3612
3434
  {
3613
3435
  "kind": "class",
3614
- "description": "",
3615
- "name": "AiIndicator",
3436
+ "description": "Natural-language criteria search input with AI interpretation.",
3437
+ "name": "AiCriteriaSearch",
3616
3438
  "members": [
3617
3439
  {
3618
3440
  "kind": "field",
@@ -3623,25 +3445,54 @@
3623
3445
  },
3624
3446
  {
3625
3447
  "kind": "field",
3626
- "name": "aiProvider",
3448
+ "name": "placeholder",
3627
3449
  "type": {
3628
- "text": "AIProvider | undefined"
3450
+ "text": "string"
3629
3451
  },
3630
- "privacy": "private",
3631
- "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.",
3632
- "readonly": true
3452
+ "default": "'Describe your search criteria in natural language...'"
3633
3453
  },
3634
3454
  {
3635
3455
  "kind": "field",
3636
- "name": "status",
3456
+ "name": "disabled",
3637
3457
  "type": {
3638
- "text": "AIStatus | null"
3458
+ "text": "boolean"
3459
+ }
3460
+ },
3461
+ {
3462
+ "kind": "field",
3463
+ "name": "inputValue",
3464
+ "type": {
3465
+ "text": "string"
3466
+ },
3467
+ "default": "''"
3468
+ },
3469
+ {
3470
+ "kind": "field",
3471
+ "name": "isInterpreting",
3472
+ "type": {
3473
+ "text": "boolean"
3474
+ },
3475
+ "default": "false"
3476
+ },
3477
+ {
3478
+ "kind": "field",
3479
+ "name": "lastValidCriteria",
3480
+ "type": {
3481
+ "text": "string | null"
3639
3482
  },
3640
3483
  "default": "null"
3641
3484
  },
3642
3485
  {
3643
3486
  "kind": "field",
3644
- "name": "open",
3487
+ "name": "activeGroups",
3488
+ "type": {
3489
+ "text": "CriteriaGroup[]"
3490
+ },
3491
+ "default": "[]"
3492
+ },
3493
+ {
3494
+ "kind": "field",
3495
+ "name": "showingChips",
3645
3496
  "type": {
3646
3497
  "text": "boolean"
3647
3498
  },
@@ -3649,15 +3500,15 @@
3649
3500
  },
3650
3501
  {
3651
3502
  "kind": "field",
3652
- "name": "state",
3503
+ "name": "fieldMetadata",
3653
3504
  "type": {
3654
- "text": "AIIndicatorState"
3505
+ "text": "MetadataDetail[] | string[]"
3655
3506
  },
3656
- "default": "'none'"
3507
+ "default": "[]"
3657
3508
  },
3658
3509
  {
3659
3510
  "kind": "field",
3660
- "name": "isInstalling",
3511
+ "name": "isRecording",
3661
3512
  "type": {
3662
3513
  "text": "boolean"
3663
3514
  },
@@ -3665,29 +3516,33 @@
3665
3516
  },
3666
3517
  {
3667
3518
  "kind": "field",
3668
- "name": "pollTimer",
3519
+ "name": "textAreaRef",
3669
3520
  "type": {
3670
- "text": "ReturnType<typeof setInterval> | null"
3521
+ "text": "HTMLTextAreaElement"
3671
3522
  },
3672
- "privacy": "private",
3673
- "default": "null"
3523
+ "privacy": "public"
3674
3524
  },
3675
3525
  {
3676
3526
  "kind": "field",
3677
- "name": "clickOutside",
3678
- "privacy": "private"
3527
+ "name": "stopRecording",
3528
+ "type": {
3529
+ "text": "(() => void) | null"
3530
+ },
3531
+ "privacy": "private",
3532
+ "default": "null"
3679
3533
  },
3680
3534
  {
3681
3535
  "kind": "field",
3682
- "name": "chromeStatusLabel",
3536
+ "name": "speechApplyDebounceTimer",
3683
3537
  "type": {
3684
- "text": "string | null"
3538
+ "text": "ReturnType<typeof setTimeout> | null"
3685
3539
  },
3686
- "readonly": true
3540
+ "privacy": "private",
3541
+ "default": "null"
3687
3542
  },
3688
3543
  {
3689
3544
  "kind": "field",
3690
- "name": "canInstall",
3545
+ "name": "speechAvailable",
3691
3546
  "type": {
3692
3547
  "text": "boolean"
3693
3548
  },
@@ -3695,69 +3550,65 @@
3695
3550
  },
3696
3551
  {
3697
3552
  "kind": "field",
3698
- "name": "isDownloading",
3553
+ "name": "criteriaChips",
3699
3554
  "type": {
3700
- "text": "boolean"
3555
+ "text": "CriteriaChip[]"
3701
3556
  },
3702
3557
  "readonly": true
3703
3558
  },
3704
3559
  {
3705
3560
  "kind": "method",
3706
- "name": "openChanged",
3561
+ "name": "getFieldLabel",
3562
+ "privacy": "private",
3707
3563
  "return": {
3708
3564
  "type": {
3709
- "text": "void"
3565
+ "text": "string"
3710
3566
  }
3711
- }
3712
- },
3713
- {
3714
- "kind": "method",
3715
- "name": "handleClickOutside",
3716
- "privacy": "private",
3567
+ },
3717
3568
  "parameters": [
3718
3569
  {
3719
- "name": "event",
3570
+ "name": "fieldName",
3720
3571
  "type": {
3721
- "text": "MouseEvent"
3572
+ "text": "string"
3722
3573
  }
3723
3574
  }
3724
3575
  ]
3725
3576
  },
3726
3577
  {
3727
3578
  "kind": "method",
3728
- "name": "toggleDropdown"
3729
- },
3730
- {
3731
- "kind": "method",
3732
- "name": "refreshStatus",
3579
+ "name": "toggleCriteriaView",
3733
3580
  "return": {
3734
3581
  "type": {
3735
- "text": "Promise<void>"
3582
+ "text": "void"
3736
3583
  }
3737
3584
  }
3738
3585
  },
3739
3586
  {
3740
3587
  "kind": "method",
3741
- "name": "deriveState",
3742
- "privacy": "private",
3588
+ "name": "removeChip",
3743
3589
  "return": {
3744
3590
  "type": {
3745
- "text": "AIIndicatorState"
3591
+ "text": "void"
3746
3592
  }
3747
3593
  },
3748
3594
  "parameters": [
3749
3595
  {
3750
- "name": "s",
3596
+ "name": "groupIndex",
3751
3597
  "type": {
3752
- "text": "AIStatus | null"
3598
+ "text": "number"
3599
+ }
3600
+ },
3601
+ {
3602
+ "name": "clauseIndex",
3603
+ "type": {
3604
+ "text": "number"
3753
3605
  }
3754
3606
  }
3755
3607
  ]
3756
3608
  },
3757
3609
  {
3758
3610
  "kind": "method",
3759
- "name": "maybeStartPolling",
3760
- "privacy": "private",
3611
+ "name": "clearChips",
3761
3612
  "return": {
3762
3613
  "type": {
3763
3614
  "text": "void"
@@ -3766,32 +3617,24 @@
3766
3617
  },
3767
3618
  {
3768
3619
  "kind": "method",
3769
- "name": "startPolling",
3770
- "privacy": "private",
3771
- "return": {
3772
- "type": {
3773
- "text": "void"
3774
- }
3775
- }
3620
+ "name": "handleSubmit"
3776
3621
  },
3777
3622
  {
3778
3623
  "kind": "method",
3779
- "name": "stopPolling",
3780
- "privacy": "private",
3781
- "return": {
3782
- "type": {
3783
- "text": "void"
3784
- }
3785
- }
3624
+ "name": "handleBlur"
3786
3625
  },
3787
3626
  {
3788
3627
  "kind": "method",
3789
- "name": "onInstall",
3790
- "return": {
3791
- "type": {
3792
- "text": "Promise<void>"
3793
- }
3794
- }
3628
+ "name": "clear"
3629
+ },
3630
+ {
3631
+ "kind": "method",
3632
+ "name": "toggleSpeechInput"
3633
+ },
3634
+ {
3635
+ "kind": "method",
3636
+ "name": "clearSpeechApplyDebounce",
3637
+ "privacy": "private"
3795
3638
  },
3796
3639
  {
3797
3640
  "kind": "field",
@@ -3905,88 +3748,245 @@
3905
3748
  }
3906
3749
  }
3907
3750
  ],
3751
+ "events": [
3752
+ {
3753
+ "description": "Fired when interpreted criteria is applied or cleared. detail: `string | null`",
3754
+ "name": "criteria-changed"
3755
+ },
3756
+ {
3757
+ "description": "Fired when interpreted criteria contains invalid clauses. detail: `ValidationError[]`",
3758
+ "name": "validation-errors"
3759
+ }
3760
+ ],
3761
+ "attributes": [
3762
+ {
3763
+ "name": "placeholder",
3764
+ "type": {
3765
+ "text": "string"
3766
+ },
3767
+ "default": "'Describe your search criteria in natural language...'",
3768
+ "fieldName": "placeholder"
3769
+ },
3770
+ {
3771
+ "type": {
3772
+ "text": "boolean"
3773
+ },
3774
+ "fieldName": "disabled"
3775
+ }
3776
+ ],
3908
3777
  "superclass": {
3909
3778
  "name": "FoundationElement",
3910
3779
  "package": "@microsoft/fast-foundation"
3911
3780
  },
3912
- "tagName": "%%prefix%%-ai-indicator",
3781
+ "tagName": "%%prefix%%-ai-criteria-search",
3913
3782
  "customElement": true
3914
3783
  },
3915
3784
  {
3916
3785
  "kind": "variable",
3917
- "name": "foundationAiIndicator"
3786
+ "name": "foundationAiCriteriaSearchShadowOptions",
3787
+ "type": {
3788
+ "text": "ShadowRootInit"
3789
+ },
3790
+ "default": "undefined"
3791
+ },
3792
+ {
3793
+ "kind": "variable",
3794
+ "name": "defaultAiCriteriaSearchConfig",
3795
+ "type": {
3796
+ "text": "object"
3797
+ },
3798
+ "default": "{}"
3799
+ },
3800
+ {
3801
+ "kind": "variable",
3802
+ "name": "foundationAiCriteriaSearch"
3918
3803
  }
3919
3804
  ],
3920
3805
  "exports": [
3921
3806
  {
3922
3807
  "kind": "js",
3923
- "name": "AiIndicator",
3808
+ "name": "AiCriteriaSearch",
3924
3809
  "declaration": {
3925
- "name": "AiIndicator",
3926
- "module": "src/ai-indicator/ai-indicator.ts"
3810
+ "name": "AiCriteriaSearch",
3811
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
3927
3812
  }
3928
3813
  },
3929
3814
  {
3930
3815
  "kind": "js",
3931
- "name": "foundationAiIndicator",
3816
+ "name": "foundationAiCriteriaSearchShadowOptions",
3932
3817
  "declaration": {
3933
- "name": "foundationAiIndicator",
3934
- "module": "src/ai-indicator/ai-indicator.ts"
3818
+ "name": "foundationAiCriteriaSearchShadowOptions",
3819
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
3820
+ }
3821
+ },
3822
+ {
3823
+ "kind": "js",
3824
+ "name": "defaultAiCriteriaSearchConfig",
3825
+ "declaration": {
3826
+ "name": "defaultAiCriteriaSearchConfig",
3827
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
3828
+ }
3829
+ },
3830
+ {
3831
+ "kind": "js",
3832
+ "name": "foundationAiCriteriaSearch",
3833
+ "declaration": {
3834
+ "name": "foundationAiCriteriaSearch",
3835
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
3935
3836
  }
3936
3837
  }
3937
3838
  ]
3938
3839
  },
3939
3840
  {
3940
3841
  "kind": "javascript-module",
3941
- "path": "src/ai-indicator/index.ts",
3842
+ "path": "src/ai-criteria-search/index.ts",
3942
3843
  "declarations": [],
3943
3844
  "exports": [
3944
3845
  {
3945
3846
  "kind": "js",
3946
- "name": "AiIndicator",
3847
+ "name": "AiCriteriaSearch",
3947
3848
  "declaration": {
3948
- "name": "AiIndicator",
3949
- "module": "./ai-indicator"
3849
+ "name": "AiCriteriaSearch",
3850
+ "module": "./ai-criteria-search"
3950
3851
  }
3951
3852
  },
3952
3853
  {
3953
3854
  "kind": "js",
3954
- "name": "foundationAiIndicator",
3855
+ "name": "defaultAiCriteriaSearchConfig",
3955
3856
  "declaration": {
3956
- "name": "foundationAiIndicator",
3957
- "module": "./ai-indicator"
3857
+ "name": "defaultAiCriteriaSearchConfig",
3858
+ "module": "./ai-criteria-search"
3958
3859
  }
3959
3860
  },
3960
3861
  {
3961
3862
  "kind": "js",
3962
- "name": "type",
3863
+ "name": "foundationAiCriteriaSearch",
3963
3864
  "declaration": {
3964
- "name": "type",
3965
- "module": "./ai-indicator"
3865
+ "name": "foundationAiCriteriaSearch",
3866
+ "module": "./ai-criteria-search"
3966
3867
  }
3967
3868
  },
3968
3869
  {
3969
3870
  "kind": "js",
3970
- "name": "AIIndicatorState",
3871
+ "name": "foundationAiCriteriaSearchShadowOptions",
3971
3872
  "declaration": {
3972
- "name": "AIIndicatorState",
3973
- "module": "./ai-indicator"
3873
+ "name": "foundationAiCriteriaSearchShadowOptions",
3874
+ "module": "./ai-criteria-search"
3974
3875
  }
3975
3876
  },
3976
3877
  {
3977
3878
  "kind": "js",
3978
- "name": "foundationAiIndicatorTemplate",
3879
+ "name": "foundationAiCriteriaSearchStyles",
3979
3880
  "declaration": {
3980
- "name": "foundationAiIndicatorTemplate",
3981
- "module": "./ai-indicator.template"
3881
+ "name": "foundationAiCriteriaSearchStyles",
3882
+ "module": "./ai-criteria-search.styles"
3982
3883
  }
3983
3884
  },
3984
3885
  {
3985
3886
  "kind": "js",
3986
- "name": "foundationAiIndicatorStyles",
3887
+ "name": "foundationAiCriteriaSearchTemplate",
3987
3888
  "declaration": {
3988
- "name": "foundationAiIndicatorStyles",
3989
- "module": "./ai-indicator.styles"
3889
+ "name": "foundationAiCriteriaSearchTemplate",
3890
+ "module": "./ai-criteria-search.template"
3891
+ }
3892
+ },
3893
+ {
3894
+ "kind": "js",
3895
+ "name": "*",
3896
+ "declaration": {
3897
+ "name": "*",
3898
+ "package": "./validation/criteria-ir"
3899
+ }
3900
+ },
3901
+ {
3902
+ "kind": "js",
3903
+ "name": "*",
3904
+ "declaration": {
3905
+ "name": "*",
3906
+ "package": "./validation/operator-map"
3907
+ }
3908
+ },
3909
+ {
3910
+ "kind": "js",
3911
+ "name": "*",
3912
+ "declaration": {
3913
+ "name": "*",
3914
+ "package": "./validation/schema-validator"
3915
+ }
3916
+ }
3917
+ ]
3918
+ },
3919
+ {
3920
+ "kind": "javascript-module",
3921
+ "path": "src/ai-criteria-search/validation-error-notification.ts",
3922
+ "declarations": [
3923
+ {
3924
+ "kind": "function",
3925
+ "name": "formatValidationErrors",
3926
+ "return": {
3927
+ "type": {
3928
+ "text": "string"
3929
+ }
3930
+ },
3931
+ "parameters": [
3932
+ {
3933
+ "name": "errors",
3934
+ "type": {
3935
+ "text": "ValidationError[]"
3936
+ }
3937
+ }
3938
+ ],
3939
+ "description": "Formats validation errors into a user-friendly message."
3940
+ },
3941
+ {
3942
+ "kind": "function",
3943
+ "name": "showCriteriaError",
3944
+ "return": {
3945
+ "type": {
3946
+ "text": "void"
3947
+ }
3948
+ },
3949
+ "parameters": [
3950
+ {
3951
+ "name": "title",
3952
+ "type": {
3953
+ "text": "string"
3954
+ },
3955
+ "description": "Notification title (e.g. \"Criteria validation error\")"
3956
+ },
3957
+ {
3958
+ "name": "body",
3959
+ "type": {
3960
+ "text": "string"
3961
+ },
3962
+ "description": "Error message to display"
3963
+ },
3964
+ {
3965
+ "name": "tagName",
3966
+ "type": {
3967
+ "text": "string"
3968
+ },
3969
+ "description": "Design system prefix (e.g. \"rapid\", \"foundation\")"
3970
+ }
3971
+ ],
3972
+ "description": "Shows a criteria error as a toast notification."
3973
+ }
3974
+ ],
3975
+ "exports": [
3976
+ {
3977
+ "kind": "js",
3978
+ "name": "formatValidationErrors",
3979
+ "declaration": {
3980
+ "name": "formatValidationErrors",
3981
+ "module": "src/ai-criteria-search/validation-error-notification.ts"
3982
+ }
3983
+ },
3984
+ {
3985
+ "kind": "js",
3986
+ "name": "showCriteriaError",
3987
+ "declaration": {
3988
+ "name": "showCriteriaError",
3989
+ "module": "src/ai-criteria-search/validation-error-notification.ts"
3990
3990
  }
3991
3991
  }
3992
3992
  ]