@genesislcap/foundation-ui 14.427.1-TAM-8.26-patch.1 → 14.427.1-TAM.8.26-patch.2

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