@genesislcap/foundation-ui 14.492.0-GENC-1462.1 → 14.492.0

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.
@@ -1408,11 +1408,34 @@
1408
1408
  },
1409
1409
  {
1410
1410
  "kind": "javascript-module",
1411
- "path": "src/accordion-item/accordion-item.styles.ts",
1411
+ "path": "src/actions-menu/actions-menu.styles.ts",
1412
1412
  "declarations": [
1413
1413
  {
1414
1414
  "kind": "function",
1415
- "name": "foundationAccordionItemStyles",
1415
+ "name": "actionsMenuBaseStyles",
1416
+ "return": {
1417
+ "type": {
1418
+ "text": "ElementStyles"
1419
+ }
1420
+ },
1421
+ "parameters": [
1422
+ {
1423
+ "name": "context",
1424
+ "type": {
1425
+ "text": "ElementDefinitionContext"
1426
+ }
1427
+ },
1428
+ {
1429
+ "name": "definition",
1430
+ "type": {
1431
+ "text": "FoundationElementDefinition"
1432
+ }
1433
+ }
1434
+ ]
1435
+ },
1436
+ {
1437
+ "kind": "function",
1438
+ "name": "foundationActionsMenuStyles",
1416
1439
  "return": {
1417
1440
  "type": {
1418
1441
  "text": "ElementStyles"
@@ -1437,157 +1460,270 @@
1437
1460
  "exports": [
1438
1461
  {
1439
1462
  "kind": "js",
1440
- "name": "foundationAccordionItemStyles",
1463
+ "name": "actionsMenuBaseStyles",
1441
1464
  "declaration": {
1442
- "name": "foundationAccordionItemStyles",
1443
- "module": "src/accordion-item/accordion-item.styles.ts"
1465
+ "name": "actionsMenuBaseStyles",
1466
+ "module": "src/actions-menu/actions-menu.styles.ts"
1467
+ }
1468
+ },
1469
+ {
1470
+ "kind": "js",
1471
+ "name": "foundationActionsMenuStyles",
1472
+ "declaration": {
1473
+ "name": "foundationActionsMenuStyles",
1474
+ "module": "src/actions-menu/actions-menu.styles.ts"
1444
1475
  }
1445
1476
  }
1446
1477
  ]
1447
1478
  },
1448
1479
  {
1449
1480
  "kind": "javascript-module",
1450
- "path": "src/accordion-item/accordion-item.template.ts",
1481
+ "path": "src/actions-menu/actions-menu.template.ts",
1451
1482
  "declarations": [
1452
1483
  {
1453
1484
  "kind": "function",
1454
- "name": "foundationAccordionItemTemplate",
1455
- "return": {
1456
- "type": {
1457
- "text": "ViewTemplate<AccordionItem>"
1458
- }
1459
- },
1485
+ "name": "menuTemplate",
1460
1486
  "parameters": [
1461
1487
  {
1462
- "name": "context",
1488
+ "name": "prefix",
1463
1489
  "type": {
1464
- "text": "ElementDefinitionContext"
1490
+ "text": "string"
1465
1491
  }
1466
- },
1492
+ }
1493
+ ]
1494
+ },
1495
+ {
1496
+ "kind": "function",
1497
+ "name": "singleOptionTemplate",
1498
+ "parameters": [
1467
1499
  {
1468
- "name": "definition",
1500
+ "name": "prefix",
1469
1501
  "type": {
1470
- "text": "FoundationElementDefinition"
1502
+ "text": "string"
1471
1503
  }
1472
1504
  }
1473
1505
  ]
1506
+ },
1507
+ {
1508
+ "kind": "variable",
1509
+ "name": "foundationActionsMenuTemplate",
1510
+ "type": {
1511
+ "text": "ViewTemplate<ActionsMenu>"
1512
+ },
1513
+ "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`"
1474
1514
  }
1475
1515
  ],
1476
1516
  "exports": [
1477
1517
  {
1478
1518
  "kind": "js",
1479
- "name": "foundationAccordionItemTemplate",
1519
+ "name": "menuTemplate",
1480
1520
  "declaration": {
1481
- "name": "foundationAccordionItemTemplate",
1482
- "module": "src/accordion-item/accordion-item.template.ts"
1521
+ "name": "menuTemplate",
1522
+ "module": "src/actions-menu/actions-menu.template.ts"
1523
+ }
1524
+ },
1525
+ {
1526
+ "kind": "js",
1527
+ "name": "singleOptionTemplate",
1528
+ "declaration": {
1529
+ "name": "singleOptionTemplate",
1530
+ "module": "src/actions-menu/actions-menu.template.ts"
1531
+ }
1532
+ },
1533
+ {
1534
+ "kind": "js",
1535
+ "name": "foundationActionsMenuTemplate",
1536
+ "declaration": {
1537
+ "name": "foundationActionsMenuTemplate",
1538
+ "module": "src/actions-menu/actions-menu.template.ts"
1483
1539
  }
1484
1540
  }
1485
1541
  ]
1486
1542
  },
1487
1543
  {
1488
1544
  "kind": "javascript-module",
1489
- "path": "src/accordion-item/accordion-item.ts",
1545
+ "path": "src/actions-menu/actions-menu.ts",
1490
1546
  "declarations": [
1491
1547
  {
1492
1548
  "kind": "class",
1493
1549
  "description": "",
1494
- "name": "AccordionItem",
1495
- "superclass": {
1496
- "name": "FASTAccordionItem",
1497
- "package": "@microsoft/fast-components"
1498
- },
1499
- "tagName": "%%prefix%%-accordion-item",
1500
- "customElement": true,
1501
- "attributes": [
1550
+ "name": "ActionsMenu",
1551
+ "members": [
1502
1552
  {
1503
- "name": "heading-level",
1553
+ "kind": "field",
1554
+ "name": "actions",
1504
1555
  "type": {
1505
- "text": "1 | 2 | 3 | 4 | 5 | 6"
1506
- },
1507
- "default": "2",
1508
- "description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
1509
- "fieldName": "headinglevel",
1510
- "inheritedFrom": {
1511
- "name": "AccordionItem",
1512
- "module": "src/accordion-item/accordion-item.ts"
1556
+ "text": "ActionMenuItem[]"
1513
1557
  }
1514
1558
  },
1515
1559
  {
1560
+ "kind": "field",
1561
+ "name": "isVertical",
1516
1562
  "type": {
1517
1563
  "text": "boolean"
1518
1564
  },
1519
- "default": "false",
1520
- "description": "Expands or collapses the item.",
1521
- "fieldName": "expanded",
1522
- "inheritedFrom": {
1523
- "name": "AccordionItem",
1524
- "module": "src/accordion-item/accordion-item.ts"
1565
+ "default": "false"
1566
+ },
1567
+ {
1568
+ "kind": "field",
1569
+ "name": "addDefaultActions",
1570
+ "type": {
1571
+ "text": "boolean"
1572
+ },
1573
+ "default": "true"
1574
+ },
1575
+ {
1576
+ "kind": "field",
1577
+ "name": "autoCloseOnAction",
1578
+ "type": {
1579
+ "text": "boolean"
1580
+ },
1581
+ "default": "true"
1582
+ },
1583
+ {
1584
+ "kind": "field",
1585
+ "name": "classNames",
1586
+ "type": {
1587
+ "text": "string"
1525
1588
  }
1526
1589
  },
1527
1590
  {
1528
- "name": "id",
1591
+ "kind": "field",
1592
+ "name": "definition",
1593
+ "type": {
1594
+ "text": "any"
1595
+ }
1596
+ },
1597
+ {
1598
+ "kind": "field",
1599
+ "name": "name",
1529
1600
  "type": {
1530
1601
  "text": "string"
1531
1602
  },
1532
- "description": "The item ID",
1533
- "fieldName": "id",
1534
- "inheritedFrom": {
1535
- "name": "AccordionItem",
1536
- "module": "src/accordion-item/accordion-item.ts"
1537
- }
1538
- }
1539
- ],
1540
- "members": [
1603
+ "default": "'Actions'"
1604
+ },
1541
1605
  {
1542
1606
  "kind": "field",
1543
- "name": "headinglevel",
1607
+ "name": "open",
1544
1608
  "type": {
1545
- "text": "1 | 2 | 3 | 4 | 5 | 6"
1609
+ "text": "boolean"
1546
1610
  },
1547
- "privacy": "public",
1548
- "default": "2",
1549
- "description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
1550
- "inheritedFrom": {
1551
- "name": "AccordionItem",
1552
- "module": "src/accordion-item/accordion-item.ts"
1611
+ "default": "false"
1612
+ },
1613
+ {
1614
+ "kind": "field",
1615
+ "name": "buttonAppearance",
1616
+ "type": {
1617
+ "text": "string"
1553
1618
  }
1554
1619
  },
1555
1620
  {
1556
1621
  "kind": "field",
1557
- "name": "expanded",
1622
+ "name": "hideDisabled",
1558
1623
  "type": {
1559
1624
  "text": "boolean"
1560
1625
  },
1561
- "privacy": "public",
1562
- "default": "false",
1563
- "description": "Expands or collapses the item.",
1564
- "inheritedFrom": {
1565
- "name": "AccordionItem",
1566
- "module": "src/accordion-item/accordion-item.ts"
1567
- }
1626
+ "default": "false"
1568
1627
  },
1569
1628
  {
1570
1629
  "kind": "field",
1571
- "name": "id",
1630
+ "name": "hideMenuSingleOption",
1572
1631
  "type": {
1573
- "text": "string"
1632
+ "text": "boolean"
1574
1633
  },
1575
- "privacy": "public",
1576
- "description": "The item ID",
1577
- "inheritedFrom": {
1578
- "name": "AccordionItem",
1579
- "module": "src/accordion-item/accordion-item.ts"
1634
+ "default": "false"
1635
+ },
1636
+ {
1637
+ "kind": "field",
1638
+ "name": "singleOption",
1639
+ "type": {
1640
+ "text": "ActionMenuItem"
1580
1641
  }
1581
1642
  },
1582
1643
  {
1583
1644
  "kind": "field",
1584
- "name": "change",
1585
- "privacy": "private",
1586
- "inheritedFrom": {
1587
- "name": "AccordionItem",
1588
- "module": "src/accordion-item/accordion-item.ts"
1645
+ "name": "actionsMenu",
1646
+ "type": {
1647
+ "text": "HTMLElement"
1589
1648
  }
1590
1649
  },
1650
+ {
1651
+ "kind": "method",
1652
+ "name": "definitionChanged",
1653
+ "privacy": "protected",
1654
+ "parameters": [
1655
+ {
1656
+ "name": "oldValue",
1657
+ "type": {
1658
+ "text": "any"
1659
+ }
1660
+ },
1661
+ {
1662
+ "name": "newValue",
1663
+ "type": {
1664
+ "text": "any"
1665
+ }
1666
+ }
1667
+ ]
1668
+ },
1669
+ {
1670
+ "kind": "method",
1671
+ "name": "openChanged",
1672
+ "privacy": "protected"
1673
+ },
1674
+ {
1675
+ "kind": "method",
1676
+ "name": "toggleActionsMenuVisibility"
1677
+ },
1678
+ {
1679
+ "kind": "method",
1680
+ "name": "onActionMenuItemClick",
1681
+ "parameters": [
1682
+ {
1683
+ "name": "callback",
1684
+ "type": {
1685
+ "text": "(rowData) => void | any"
1686
+ }
1687
+ }
1688
+ ]
1689
+ },
1690
+ {
1691
+ "kind": "field",
1692
+ "name": "allActions",
1693
+ "type": {
1694
+ "text": "ActionMenuItem[]"
1695
+ },
1696
+ "readonly": true
1697
+ },
1698
+ {
1699
+ "kind": "field",
1700
+ "name": "rowData",
1701
+ "readonly": true
1702
+ },
1703
+ {
1704
+ "kind": "method",
1705
+ "name": "getLabel",
1706
+ "parameters": [
1707
+ {
1708
+ "name": "name",
1709
+ "type": {
1710
+ "text": "string | ((rowData: any) => string)"
1711
+ }
1712
+ }
1713
+ ]
1714
+ },
1715
+ {
1716
+ "kind": "method",
1717
+ "name": "getTemplate",
1718
+ "parameters": [
1719
+ {
1720
+ "name": "prefix",
1721
+ "type": {
1722
+ "text": "string"
1723
+ }
1724
+ }
1725
+ ]
1726
+ },
1591
1727
  {
1592
1728
  "kind": "field",
1593
1729
  "name": "_presentation",
@@ -1700,78 +1836,107 @@
1700
1836
  }
1701
1837
  }
1702
1838
  ],
1703
- "events": [
1839
+ "attributes": [
1704
1840
  {
1705
- "description": "Fires a custom 'change' event when the button is invoked",
1706
- "name": "change",
1707
- "inheritedFrom": {
1708
- "name": "AccordionItem",
1709
- "module": "src/accordion-item/accordion-item.ts"
1710
- }
1841
+ "name": "is-vertical",
1842
+ "type": {
1843
+ "text": "boolean"
1844
+ },
1845
+ "default": "false",
1846
+ "fieldName": "isVertical"
1847
+ },
1848
+ {
1849
+ "name": "add-default-actions",
1850
+ "type": {
1851
+ "text": "boolean"
1852
+ },
1853
+ "default": "true",
1854
+ "fieldName": "addDefaultActions"
1855
+ },
1856
+ {
1857
+ "name": "auto-close-on-action",
1858
+ "type": {
1859
+ "text": "boolean"
1860
+ },
1861
+ "default": "true",
1862
+ "fieldName": "autoCloseOnAction"
1863
+ },
1864
+ {
1865
+ "name": "name",
1866
+ "type": {
1867
+ "text": "string"
1868
+ },
1869
+ "default": "'Actions'",
1870
+ "fieldName": "name"
1871
+ },
1872
+ {
1873
+ "name": "open",
1874
+ "type": {
1875
+ "text": "boolean"
1876
+ },
1877
+ "default": "false",
1878
+ "fieldName": "open"
1879
+ },
1880
+ {
1881
+ "name": "buttonAppearance",
1882
+ "type": {
1883
+ "text": "string"
1884
+ },
1885
+ "fieldName": "buttonAppearance"
1886
+ },
1887
+ {
1888
+ "name": "hide-disabled",
1889
+ "type": {
1890
+ "text": "boolean"
1891
+ },
1892
+ "default": "false",
1893
+ "fieldName": "hideDisabled"
1894
+ },
1895
+ {
1896
+ "name": "hide-menu-single-option",
1897
+ "type": {
1898
+ "text": "boolean"
1899
+ },
1900
+ "default": "false",
1901
+ "fieldName": "hideMenuSingleOption"
1711
1902
  }
1712
- ]
1713
- },
1714
- {
1715
- "kind": "variable",
1716
- "name": "foundationAccordionItemShadowOptions",
1717
- "type": {
1718
- "text": "ShadowRootInit"
1719
- },
1720
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
1721
- },
1722
- {
1723
- "kind": "variable",
1724
- "name": "defaultAccordionItemConfig",
1725
- "type": {
1726
- "text": "object"
1903
+ ],
1904
+ "superclass": {
1905
+ "name": "FoundationElement",
1906
+ "package": "@microsoft/fast-foundation"
1727
1907
  },
1728
- "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}"
1908
+ "tagName": "%%prefix%%-actions-menu",
1909
+ "customElement": true
1729
1910
  },
1730
1911
  {
1731
1912
  "kind": "variable",
1732
- "name": "foundationAccordionItem",
1733
- "description": "The Foundation Accordion Item",
1913
+ "name": "foundationActionsMenu",
1914
+ "description": "The Foundation Actions Menu",
1734
1915
  "privacy": "public"
1735
1916
  }
1736
1917
  ],
1737
1918
  "exports": [
1738
1919
  {
1739
1920
  "kind": "js",
1740
- "name": "AccordionItem",
1741
- "declaration": {
1742
- "name": "AccordionItem",
1743
- "module": "src/accordion-item/accordion-item.ts"
1744
- }
1745
- },
1746
- {
1747
- "kind": "js",
1748
- "name": "foundationAccordionItemShadowOptions",
1749
- "declaration": {
1750
- "name": "foundationAccordionItemShadowOptions",
1751
- "module": "src/accordion-item/accordion-item.ts"
1752
- }
1753
- },
1754
- {
1755
- "kind": "js",
1756
- "name": "defaultAccordionItemConfig",
1921
+ "name": "ActionsMenu",
1757
1922
  "declaration": {
1758
- "name": "defaultAccordionItemConfig",
1759
- "module": "src/accordion-item/accordion-item.ts"
1923
+ "name": "ActionsMenu",
1924
+ "module": "src/actions-menu/actions-menu.ts"
1760
1925
  }
1761
1926
  },
1762
1927
  {
1763
1928
  "kind": "js",
1764
- "name": "foundationAccordionItem",
1929
+ "name": "foundationActionsMenu",
1765
1930
  "declaration": {
1766
- "name": "foundationAccordionItem",
1767
- "module": "src/accordion-item/accordion-item.ts"
1931
+ "name": "foundationActionsMenu",
1932
+ "module": "src/actions-menu/actions-menu.ts"
1768
1933
  }
1769
1934
  }
1770
1935
  ]
1771
1936
  },
1772
1937
  {
1773
1938
  "kind": "javascript-module",
1774
- "path": "src/accordion-item/index.ts",
1939
+ "path": "src/actions-menu/index.ts",
1775
1940
  "declarations": [],
1776
1941
  "exports": [
1777
1942
  {
@@ -1779,7 +1944,7 @@
1779
1944
  "name": "*",
1780
1945
  "declaration": {
1781
1946
  "name": "*",
1782
- "package": "./accordion-item.template"
1947
+ "package": "./actions-menu.styles"
1783
1948
  }
1784
1949
  },
1785
1950
  {
@@ -1787,7 +1952,7 @@
1787
1952
  "name": "*",
1788
1953
  "declaration": {
1789
1954
  "name": "*",
1790
- "package": "./accordion-item.styles"
1955
+ "package": "./actions-menu.template"
1791
1956
  }
1792
1957
  },
1793
1958
  {
@@ -1795,18 +1960,18 @@
1795
1960
  "name": "*",
1796
1961
  "declaration": {
1797
1962
  "name": "*",
1798
- "package": "./accordion-item"
1963
+ "package": "./actions-menu"
1799
1964
  }
1800
1965
  }
1801
1966
  ]
1802
1967
  },
1803
1968
  {
1804
1969
  "kind": "javascript-module",
1805
- "path": "src/accordion/accordion.styles.ts",
1970
+ "path": "src/accordion-item/accordion-item.styles.ts",
1806
1971
  "declarations": [
1807
1972
  {
1808
1973
  "kind": "function",
1809
- "name": "foundationAccordionStyles",
1974
+ "name": "foundationAccordionItemStyles",
1810
1975
  "return": {
1811
1976
  "type": {
1812
1977
  "text": "ElementStyles"
@@ -1831,24 +1996,24 @@
1831
1996
  "exports": [
1832
1997
  {
1833
1998
  "kind": "js",
1834
- "name": "foundationAccordionStyles",
1999
+ "name": "foundationAccordionItemStyles",
1835
2000
  "declaration": {
1836
- "name": "foundationAccordionStyles",
1837
- "module": "src/accordion/accordion.styles.ts"
2001
+ "name": "foundationAccordionItemStyles",
2002
+ "module": "src/accordion-item/accordion-item.styles.ts"
1838
2003
  }
1839
2004
  }
1840
2005
  ]
1841
2006
  },
1842
2007
  {
1843
2008
  "kind": "javascript-module",
1844
- "path": "src/accordion/accordion.template.ts",
2009
+ "path": "src/accordion-item/accordion-item.template.ts",
1845
2010
  "declarations": [
1846
2011
  {
1847
2012
  "kind": "function",
1848
- "name": "foundationAccordionTemplate",
2013
+ "name": "foundationAccordionItemTemplate",
1849
2014
  "return": {
1850
2015
  "type": {
1851
- "text": "ViewTemplate<Accordion>"
2016
+ "text": "ViewTemplate<AccordionItem>"
1852
2017
  }
1853
2018
  },
1854
2019
  "parameters": [
@@ -1870,237 +2035,116 @@
1870
2035
  "exports": [
1871
2036
  {
1872
2037
  "kind": "js",
1873
- "name": "foundationAccordionTemplate",
2038
+ "name": "foundationAccordionItemTemplate",
1874
2039
  "declaration": {
1875
- "name": "foundationAccordionTemplate",
1876
- "module": "src/accordion/accordion.template.ts"
2040
+ "name": "foundationAccordionItemTemplate",
2041
+ "module": "src/accordion-item/accordion-item.template.ts"
1877
2042
  }
1878
2043
  }
1879
2044
  ]
1880
2045
  },
1881
2046
  {
1882
2047
  "kind": "javascript-module",
1883
- "path": "src/accordion/accordion.ts",
2048
+ "path": "src/accordion-item/accordion-item.ts",
1884
2049
  "declarations": [
1885
2050
  {
1886
2051
  "kind": "class",
1887
2052
  "description": "",
1888
- "name": "Accordion",
2053
+ "name": "AccordionItem",
1889
2054
  "superclass": {
1890
- "name": "FASTAccordion",
1891
- "package": "@microsoft/fast-foundation"
2055
+ "name": "FASTAccordionItem",
2056
+ "package": "@microsoft/fast-components"
1892
2057
  },
1893
- "tagName": "%%prefix%%-accordion",
2058
+ "tagName": "%%prefix%%-accordion-item",
1894
2059
  "customElement": true,
1895
2060
  "attributes": [
1896
2061
  {
1897
- "name": "expand-mode",
2062
+ "name": "heading-level",
1898
2063
  "type": {
1899
- "text": "AccordionExpandMode"
2064
+ "text": "1 | 2 | 3 | 4 | 5 | 6"
1900
2065
  },
1901
- "description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
1902
- "fieldName": "expandmode",
2066
+ "default": "2",
2067
+ "description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
2068
+ "fieldName": "headinglevel",
1903
2069
  "inheritedFrom": {
1904
- "name": "Accordion",
1905
- "module": "src/accordion/accordion.ts"
2070
+ "name": "AccordionItem",
2071
+ "module": "src/accordion-item/accordion-item.ts"
1906
2072
  }
1907
- }
1908
- ],
1909
- "members": [
2073
+ },
1910
2074
  {
1911
- "kind": "field",
1912
- "name": "expandmode",
1913
2075
  "type": {
1914
- "text": "AccordionExpandMode"
2076
+ "text": "boolean"
1915
2077
  },
1916
- "privacy": "public",
1917
- "description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
2078
+ "default": "false",
2079
+ "description": "Expands or collapses the item.",
2080
+ "fieldName": "expanded",
1918
2081
  "inheritedFrom": {
1919
- "name": "Accordion",
1920
- "module": "src/accordion/accordion.ts"
2082
+ "name": "AccordionItem",
2083
+ "module": "src/accordion-item/accordion-item.ts"
1921
2084
  }
1922
2085
  },
1923
2086
  {
1924
- "kind": "field",
1925
- "name": "activeid",
2087
+ "name": "id",
1926
2088
  "type": {
1927
- "text": "string | null"
2089
+ "text": "string"
1928
2090
  },
1929
- "privacy": "private",
2091
+ "description": "The item ID",
2092
+ "fieldName": "id",
1930
2093
  "inheritedFrom": {
1931
- "name": "Accordion",
1932
- "module": "src/accordion/accordion.ts"
2094
+ "name": "AccordionItem",
2095
+ "module": "src/accordion-item/accordion-item.ts"
1933
2096
  }
1934
- },
2097
+ }
2098
+ ],
2099
+ "members": [
1935
2100
  {
1936
2101
  "kind": "field",
1937
- "name": "activeItemIndex",
2102
+ "name": "headinglevel",
1938
2103
  "type": {
1939
- "text": "number"
2104
+ "text": "1 | 2 | 3 | 4 | 5 | 6"
1940
2105
  },
1941
- "privacy": "private",
1942
- "default": "0",
2106
+ "privacy": "public",
2107
+ "default": "2",
2108
+ "description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
1943
2109
  "inheritedFrom": {
1944
- "name": "Accordion",
1945
- "module": "src/accordion/accordion.ts"
2110
+ "name": "AccordionItem",
2111
+ "module": "src/accordion-item/accordion-item.ts"
1946
2112
  }
1947
2113
  },
1948
2114
  {
1949
2115
  "kind": "field",
1950
- "name": "accordionIds",
2116
+ "name": "expanded",
1951
2117
  "type": {
1952
- "text": "Array<string | null>"
1953
- },
1954
- "privacy": "private",
1955
- "inheritedFrom": {
1956
- "name": "Accordion",
1957
- "module": "src/accordion/accordion.ts"
1958
- }
1959
- },
1960
- {
1961
- "kind": "field",
1962
- "name": "change",
1963
- "privacy": "private",
1964
- "inheritedFrom": {
1965
- "name": "Accordion",
1966
- "module": "src/accordion/accordion.ts"
1967
- }
1968
- },
1969
- {
1970
- "kind": "method",
1971
- "name": "findExpandedItem",
1972
- "privacy": "private",
1973
- "return": {
1974
- "type": {
1975
- "text": "AccordionItem | null"
1976
- }
1977
- },
1978
- "inheritedFrom": {
1979
- "name": "Accordion",
1980
- "module": "src/accordion/accordion.ts"
1981
- }
1982
- },
1983
- {
1984
- "kind": "field",
1985
- "name": "setItems",
1986
- "privacy": "private",
1987
- "inheritedFrom": {
1988
- "name": "Accordion",
1989
- "module": "src/accordion/accordion.ts"
1990
- }
1991
- },
1992
- {
1993
- "kind": "method",
1994
- "name": "resetItems",
1995
- "privacy": "private",
1996
- "return": {
1997
- "type": {
1998
- "text": "void"
1999
- }
2118
+ "text": "boolean"
2000
2119
  },
2120
+ "privacy": "public",
2121
+ "default": "false",
2122
+ "description": "Expands or collapses the item.",
2001
2123
  "inheritedFrom": {
2002
- "name": "Accordion",
2003
- "module": "src/accordion/accordion.ts"
2004
- }
2005
- },
2006
- {
2007
- "kind": "field",
2008
- "name": "removeItemListeners",
2009
- "privacy": "private",
2010
- "inheritedFrom": {
2011
- "name": "Accordion",
2012
- "module": "src/accordion/accordion.ts"
2124
+ "name": "AccordionItem",
2125
+ "module": "src/accordion-item/accordion-item.ts"
2013
2126
  }
2014
2127
  },
2015
2128
  {
2016
2129
  "kind": "field",
2017
- "name": "activeItemChange",
2018
- "privacy": "private",
2019
- "inheritedFrom": {
2020
- "name": "Accordion",
2021
- "module": "src/accordion/accordion.ts"
2022
- }
2023
- },
2024
- {
2025
- "kind": "method",
2026
- "name": "getItemIds",
2027
- "privacy": "private",
2028
- "return": {
2029
- "type": {
2030
- "text": "Array<string | null>"
2031
- }
2032
- },
2033
- "inheritedFrom": {
2034
- "name": "Accordion",
2035
- "module": "src/accordion/accordion.ts"
2036
- }
2037
- },
2038
- {
2039
- "kind": "method",
2040
- "name": "isSingleExpandMode",
2041
- "privacy": "private",
2042
- "return": {
2043
- "type": {
2044
- "text": "boolean"
2045
- }
2130
+ "name": "id",
2131
+ "type": {
2132
+ "text": "string"
2046
2133
  },
2134
+ "privacy": "public",
2135
+ "description": "The item ID",
2047
2136
  "inheritedFrom": {
2048
- "name": "Accordion",
2049
- "module": "src/accordion/accordion.ts"
2050
- }
2051
- },
2052
- {
2053
- "kind": "field",
2054
- "name": "handleItemKeyDown",
2055
- "privacy": "private",
2056
- "inheritedFrom": {
2057
- "name": "Accordion",
2058
- "module": "src/accordion/accordion.ts"
2137
+ "name": "AccordionItem",
2138
+ "module": "src/accordion-item/accordion-item.ts"
2059
2139
  }
2060
2140
  },
2061
2141
  {
2062
2142
  "kind": "field",
2063
- "name": "handleItemFocus",
2064
- "privacy": "private",
2065
- "inheritedFrom": {
2066
- "name": "Accordion",
2067
- "module": "src/accordion/accordion.ts"
2068
- }
2069
- },
2070
- {
2071
- "kind": "method",
2072
- "name": "adjust",
2073
- "privacy": "private",
2074
- "return": {
2075
- "type": {
2076
- "text": "void"
2077
- }
2078
- },
2079
- "parameters": [
2080
- {
2081
- "name": "adjustment",
2082
- "type": {
2083
- "text": "number"
2084
- }
2085
- }
2086
- ],
2087
- "inheritedFrom": {
2088
- "name": "Accordion",
2089
- "module": "src/accordion/accordion.ts"
2090
- }
2091
- },
2092
- {
2093
- "kind": "method",
2094
- "name": "focusItem",
2143
+ "name": "change",
2095
2144
  "privacy": "private",
2096
- "return": {
2097
- "type": {
2098
- "text": "void"
2099
- }
2100
- },
2101
2145
  "inheritedFrom": {
2102
- "name": "Accordion",
2103
- "module": "src/accordion/accordion.ts"
2146
+ "name": "AccordionItem",
2147
+ "module": "src/accordion-item/accordion-item.ts"
2104
2148
  }
2105
2149
  },
2106
2150
  {
@@ -2217,18 +2261,18 @@
2217
2261
  ],
2218
2262
  "events": [
2219
2263
  {
2220
- "description": "Fires a custom 'change' event when the active item changes",
2264
+ "description": "Fires a custom 'change' event when the button is invoked",
2221
2265
  "name": "change",
2222
2266
  "inheritedFrom": {
2223
- "name": "Accordion",
2224
- "module": "src/accordion/accordion.ts"
2267
+ "name": "AccordionItem",
2268
+ "module": "src/accordion-item/accordion-item.ts"
2225
2269
  }
2226
2270
  }
2227
2271
  ]
2228
2272
  },
2229
2273
  {
2230
2274
  "kind": "variable",
2231
- "name": "foundationAccordionShadowOptions",
2275
+ "name": "foundationAccordionItemShadowOptions",
2232
2276
  "type": {
2233
2277
  "text": "ShadowRootInit"
2234
2278
  },
@@ -2236,88 +2280,57 @@
2236
2280
  },
2237
2281
  {
2238
2282
  "kind": "variable",
2239
- "name": "defaultAccordionConfig",
2283
+ "name": "defaultAccordionItemConfig",
2240
2284
  "type": {
2241
2285
  "text": "object"
2242
2286
  },
2243
- "default": "{}"
2287
+ "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}"
2244
2288
  },
2245
2289
  {
2246
2290
  "kind": "variable",
2247
- "name": "foundationAccordion",
2248
- "description": "The Foundation Accordion",
2291
+ "name": "foundationAccordionItem",
2292
+ "description": "The Foundation Accordion Item",
2249
2293
  "privacy": "public"
2250
2294
  }
2251
2295
  ],
2252
2296
  "exports": [
2253
2297
  {
2254
2298
  "kind": "js",
2255
- "name": "Accordion",
2256
- "declaration": {
2257
- "name": "Accordion",
2258
- "module": "src/accordion/accordion.ts"
2259
- }
2260
- },
2261
- {
2262
- "kind": "js",
2263
- "name": "foundationAccordionShadowOptions",
2264
- "declaration": {
2265
- "name": "foundationAccordionShadowOptions",
2266
- "module": "src/accordion/accordion.ts"
2267
- }
2268
- },
2269
- {
2270
- "kind": "js",
2271
- "name": "defaultAccordionConfig",
2299
+ "name": "AccordionItem",
2272
2300
  "declaration": {
2273
- "name": "defaultAccordionConfig",
2274
- "module": "src/accordion/accordion.ts"
2301
+ "name": "AccordionItem",
2302
+ "module": "src/accordion-item/accordion-item.ts"
2275
2303
  }
2276
2304
  },
2277
2305
  {
2278
2306
  "kind": "js",
2279
- "name": "foundationAccordion",
2280
- "declaration": {
2281
- "name": "foundationAccordion",
2282
- "module": "src/accordion/accordion.ts"
2283
- }
2284
- }
2285
- ]
2286
- },
2287
- {
2288
- "kind": "javascript-module",
2289
- "path": "src/accordion/index.ts",
2290
- "declarations": [],
2291
- "exports": [
2292
- {
2293
- "kind": "js",
2294
- "name": "*",
2307
+ "name": "foundationAccordionItemShadowOptions",
2295
2308
  "declaration": {
2296
- "name": "*",
2297
- "package": "./accordion.template"
2309
+ "name": "foundationAccordionItemShadowOptions",
2310
+ "module": "src/accordion-item/accordion-item.ts"
2298
2311
  }
2299
2312
  },
2300
2313
  {
2301
2314
  "kind": "js",
2302
- "name": "*",
2315
+ "name": "defaultAccordionItemConfig",
2303
2316
  "declaration": {
2304
- "name": "*",
2305
- "package": "./accordion.styles"
2317
+ "name": "defaultAccordionItemConfig",
2318
+ "module": "src/accordion-item/accordion-item.ts"
2306
2319
  }
2307
2320
  },
2308
2321
  {
2309
2322
  "kind": "js",
2310
- "name": "*",
2323
+ "name": "foundationAccordionItem",
2311
2324
  "declaration": {
2312
- "name": "*",
2313
- "package": "./accordion"
2325
+ "name": "foundationAccordionItem",
2326
+ "module": "src/accordion-item/accordion-item.ts"
2314
2327
  }
2315
2328
  }
2316
2329
  ]
2317
2330
  },
2318
2331
  {
2319
2332
  "kind": "javascript-module",
2320
- "path": "src/_config/index.ts",
2333
+ "path": "src/accordion-item/index.ts",
2321
2334
  "declarations": [],
2322
2335
  "exports": [
2323
2336
  {
@@ -2325,7 +2338,7 @@
2325
2338
  "name": "*",
2326
2339
  "declaration": {
2327
2340
  "name": "*",
2328
- "package": "./styles"
2341
+ "package": "./accordion-item.template"
2329
2342
  }
2330
2343
  },
2331
2344
  {
@@ -2333,7 +2346,7 @@
2333
2346
  "name": "*",
2334
2347
  "declaration": {
2335
2348
  "name": "*",
2336
- "package": "./tokens"
2349
+ "package": "./accordion-item.styles"
2337
2350
  }
2338
2351
  },
2339
2352
  {
@@ -2341,210 +2354,122 @@
2341
2354
  "name": "*",
2342
2355
  "declaration": {
2343
2356
  "name": "*",
2344
- "package": "./values"
2357
+ "package": "./accordion-item"
2345
2358
  }
2346
2359
  }
2347
2360
  ]
2348
2361
  },
2349
2362
  {
2350
2363
  "kind": "javascript-module",
2351
- "path": "src/actions-menu/actions-menu.styles.ts",
2364
+ "path": "src/ai-criteria-search/ai-criteria-search.styles.ts",
2352
2365
  "declarations": [
2353
2366
  {
2354
- "kind": "function",
2355
- "name": "actionsMenuBaseStyles",
2356
- "return": {
2357
- "type": {
2358
- "text": "ElementStyles"
2359
- }
2360
- },
2361
- "parameters": [
2362
- {
2363
- "name": "context",
2364
- "type": {
2365
- "text": "ElementDefinitionContext"
2366
- }
2367
- },
2368
- {
2369
- "name": "definition",
2370
- "type": {
2371
- "text": "FoundationElementDefinition"
2372
- }
2373
- }
2374
- ]
2375
- },
2376
- {
2377
- "kind": "function",
2378
- "name": "foundationActionsMenuStyles",
2379
- "return": {
2380
- "type": {
2381
- "text": "ElementStyles"
2382
- }
2383
- },
2384
- "parameters": [
2385
- {
2386
- "name": "context",
2387
- "type": {
2388
- "text": "ElementDefinitionContext"
2389
- }
2390
- },
2391
- {
2392
- "name": "definition",
2393
- "type": {
2394
- "text": "FoundationElementDefinition"
2395
- }
2396
- }
2397
- ]
2367
+ "kind": "variable",
2368
+ "name": "foundationAiCriteriaSearchStyles",
2369
+ "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`"
2398
2370
  }
2399
2371
  ],
2400
2372
  "exports": [
2401
2373
  {
2402
2374
  "kind": "js",
2403
- "name": "actionsMenuBaseStyles",
2404
- "declaration": {
2405
- "name": "actionsMenuBaseStyles",
2406
- "module": "src/actions-menu/actions-menu.styles.ts"
2407
- }
2408
- },
2409
- {
2410
- "kind": "js",
2411
- "name": "foundationActionsMenuStyles",
2375
+ "name": "foundationAiCriteriaSearchStyles",
2412
2376
  "declaration": {
2413
- "name": "foundationActionsMenuStyles",
2414
- "module": "src/actions-menu/actions-menu.styles.ts"
2377
+ "name": "foundationAiCriteriaSearchStyles",
2378
+ "module": "src/ai-criteria-search/ai-criteria-search.styles.ts"
2415
2379
  }
2416
2380
  }
2417
2381
  ]
2418
2382
  },
2419
2383
  {
2420
2384
  "kind": "javascript-module",
2421
- "path": "src/actions-menu/actions-menu.template.ts",
2385
+ "path": "src/ai-criteria-search/ai-criteria-search.template.ts",
2422
2386
  "declarations": [
2423
- {
2424
- "kind": "function",
2425
- "name": "menuTemplate",
2426
- "parameters": [
2427
- {
2428
- "name": "prefix",
2429
- "type": {
2430
- "text": "string"
2431
- }
2432
- }
2433
- ]
2434
- },
2435
- {
2436
- "kind": "function",
2437
- "name": "singleOptionTemplate",
2438
- "parameters": [
2439
- {
2440
- "name": "prefix",
2441
- "type": {
2442
- "text": "string"
2443
- }
2444
- }
2445
- ]
2446
- },
2447
2387
  {
2448
2388
  "kind": "variable",
2449
- "name": "foundationActionsMenuTemplate",
2389
+ "name": "foundationAiCriteriaSearchTemplate",
2450
2390
  "type": {
2451
- "text": "ViewTemplate<ActionsMenu>"
2391
+ "text": "ViewTemplate<AiCriteriaSearch>"
2452
2392
  },
2453
- "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`"
2393
+ "default": "html`\n ${(x) => aiCriteriaSearchTemplate(getPrefix(x))}\n`"
2454
2394
  }
2455
2395
  ],
2456
2396
  "exports": [
2457
2397
  {
2458
2398
  "kind": "js",
2459
- "name": "menuTemplate",
2460
- "declaration": {
2461
- "name": "menuTemplate",
2462
- "module": "src/actions-menu/actions-menu.template.ts"
2463
- }
2464
- },
2465
- {
2466
- "kind": "js",
2467
- "name": "singleOptionTemplate",
2468
- "declaration": {
2469
- "name": "singleOptionTemplate",
2470
- "module": "src/actions-menu/actions-menu.template.ts"
2471
- }
2472
- },
2473
- {
2474
- "kind": "js",
2475
- "name": "foundationActionsMenuTemplate",
2399
+ "name": "foundationAiCriteriaSearchTemplate",
2476
2400
  "declaration": {
2477
- "name": "foundationActionsMenuTemplate",
2478
- "module": "src/actions-menu/actions-menu.template.ts"
2401
+ "name": "foundationAiCriteriaSearchTemplate",
2402
+ "module": "src/ai-criteria-search/ai-criteria-search.template.ts"
2479
2403
  }
2480
2404
  }
2481
2405
  ]
2482
2406
  },
2483
2407
  {
2484
2408
  "kind": "javascript-module",
2485
- "path": "src/actions-menu/actions-menu.ts",
2409
+ "path": "src/ai-criteria-search/ai-criteria-search.ts",
2486
2410
  "declarations": [
2487
2411
  {
2488
2412
  "kind": "class",
2489
- "description": "",
2490
- "name": "ActionsMenu",
2413
+ "description": "Natural-language criteria search input with AI interpretation.",
2414
+ "name": "AiCriteriaSearch",
2491
2415
  "members": [
2492
2416
  {
2493
2417
  "kind": "field",
2494
- "name": "actions",
2418
+ "name": "providerRegistry",
2495
2419
  "type": {
2496
- "text": "ActionMenuItem[]"
2420
+ "text": "AIProviderRegistry"
2497
2421
  }
2498
2422
  },
2499
2423
  {
2500
2424
  "kind": "field",
2501
- "name": "isVertical",
2425
+ "name": "placeholder",
2502
2426
  "type": {
2503
- "text": "boolean"
2427
+ "text": "string"
2504
2428
  },
2505
- "default": "false"
2429
+ "default": "'Describe your search criteria in natural language...'"
2506
2430
  },
2507
2431
  {
2508
2432
  "kind": "field",
2509
- "name": "addDefaultActions",
2433
+ "name": "disabled",
2510
2434
  "type": {
2511
2435
  "text": "boolean"
2512
- },
2513
- "default": "true"
2436
+ }
2514
2437
  },
2515
2438
  {
2516
2439
  "kind": "field",
2517
- "name": "autoCloseOnAction",
2440
+ "name": "inputValue",
2518
2441
  "type": {
2519
- "text": "boolean"
2442
+ "text": "string"
2520
2443
  },
2521
- "default": "true"
2444
+ "default": "''"
2522
2445
  },
2523
2446
  {
2524
2447
  "kind": "field",
2525
- "name": "classNames",
2448
+ "name": "isInterpreting",
2526
2449
  "type": {
2527
- "text": "string"
2528
- }
2450
+ "text": "boolean"
2451
+ },
2452
+ "default": "false"
2529
2453
  },
2530
2454
  {
2531
2455
  "kind": "field",
2532
- "name": "definition",
2456
+ "name": "lastValidCriteria",
2533
2457
  "type": {
2534
- "text": "any"
2535
- }
2458
+ "text": "string | null"
2459
+ },
2460
+ "default": "null"
2536
2461
  },
2537
2462
  {
2538
2463
  "kind": "field",
2539
- "name": "name",
2464
+ "name": "activeGroups",
2540
2465
  "type": {
2541
- "text": "string"
2466
+ "text": "CriteriaGroup[]"
2542
2467
  },
2543
- "default": "'Actions'"
2468
+ "default": "[]"
2544
2469
  },
2545
2470
  {
2546
2471
  "kind": "field",
2547
- "name": "open",
2472
+ "name": "showingChips",
2548
2473
  "type": {
2549
2474
  "text": "boolean"
2550
2475
  },
@@ -2552,14 +2477,15 @@
2552
2477
  },
2553
2478
  {
2554
2479
  "kind": "field",
2555
- "name": "buttonAppearance",
2480
+ "name": "fieldMetadata",
2556
2481
  "type": {
2557
- "text": "string"
2558
- }
2482
+ "text": "MetadataDetail[] | string[]"
2483
+ },
2484
+ "default": "[]"
2559
2485
  },
2560
2486
  {
2561
2487
  "kind": "field",
2562
- "name": "hideDisabled",
2488
+ "name": "isRecording",
2563
2489
  "type": {
2564
2490
  "text": "boolean"
2565
2491
  },
@@ -2567,97 +2493,58 @@
2567
2493
  },
2568
2494
  {
2569
2495
  "kind": "field",
2570
- "name": "hideMenuSingleOption",
2496
+ "name": "textAreaRef",
2571
2497
  "type": {
2572
- "text": "boolean"
2498
+ "text": "HTMLTextAreaElement"
2573
2499
  },
2574
- "default": "false"
2500
+ "privacy": "public"
2575
2501
  },
2576
2502
  {
2577
2503
  "kind": "field",
2578
- "name": "singleOption",
2504
+ "name": "stopRecording",
2579
2505
  "type": {
2580
- "text": "ActionMenuItem"
2581
- }
2506
+ "text": "(() => void) | null"
2507
+ },
2508
+ "privacy": "private",
2509
+ "default": "null"
2582
2510
  },
2583
2511
  {
2584
2512
  "kind": "field",
2585
- "name": "actionsMenu",
2513
+ "name": "speechApplyDebounceTimer",
2586
2514
  "type": {
2587
- "text": "HTMLElement"
2588
- }
2589
- },
2590
- {
2591
- "kind": "method",
2592
- "name": "definitionChanged",
2593
- "privacy": "protected",
2594
- "parameters": [
2595
- {
2596
- "name": "oldValue",
2597
- "type": {
2598
- "text": "any"
2599
- }
2600
- },
2601
- {
2602
- "name": "newValue",
2603
- "type": {
2604
- "text": "any"
2605
- }
2606
- }
2607
- ]
2608
- },
2609
- {
2610
- "kind": "method",
2611
- "name": "openChanged",
2612
- "privacy": "protected"
2613
- },
2614
- {
2615
- "kind": "method",
2616
- "name": "toggleActionsMenuVisibility"
2617
- },
2618
- {
2619
- "kind": "method",
2620
- "name": "onActionMenuItemClick",
2621
- "parameters": [
2622
- {
2623
- "name": "callback",
2624
- "type": {
2625
- "text": "(rowData) => void | any"
2626
- }
2627
- }
2628
- ]
2515
+ "text": "ReturnType<typeof setTimeout> | null"
2516
+ },
2517
+ "privacy": "private",
2518
+ "default": "null"
2629
2519
  },
2630
2520
  {
2631
2521
  "kind": "field",
2632
- "name": "allActions",
2522
+ "name": "speechAvailable",
2633
2523
  "type": {
2634
- "text": "ActionMenuItem[]"
2524
+ "text": "boolean"
2635
2525
  },
2636
2526
  "readonly": true
2637
2527
  },
2638
2528
  {
2639
2529
  "kind": "field",
2640
- "name": "rowData",
2530
+ "name": "criteriaChips",
2531
+ "type": {
2532
+ "text": "CriteriaChip[]"
2533
+ },
2641
2534
  "readonly": true
2642
2535
  },
2643
2536
  {
2644
2537
  "kind": "method",
2645
- "name": "getLabel",
2646
- "parameters": [
2647
- {
2648
- "name": "name",
2649
- "type": {
2650
- "text": "string | ((rowData: any) => string)"
2651
- }
2538
+ "name": "getFieldLabel",
2539
+ "privacy": "private",
2540
+ "return": {
2541
+ "type": {
2542
+ "text": "string"
2652
2543
  }
2653
- ]
2654
- },
2655
- {
2656
- "kind": "method",
2657
- "name": "getTemplate",
2544
+ },
2658
2545
  "parameters": [
2659
2546
  {
2660
- "name": "prefix",
2547
+ "name": "fieldName",
2661
2548
  "type": {
2662
2549
  "text": "string"
2663
2550
  }
@@ -2665,7 +2552,69 @@
2665
2552
  ]
2666
2553
  },
2667
2554
  {
2668
- "kind": "field",
2555
+ "kind": "method",
2556
+ "name": "toggleCriteriaView",
2557
+ "return": {
2558
+ "type": {
2559
+ "text": "void"
2560
+ }
2561
+ }
2562
+ },
2563
+ {
2564
+ "kind": "method",
2565
+ "name": "removeChip",
2566
+ "return": {
2567
+ "type": {
2568
+ "text": "void"
2569
+ }
2570
+ },
2571
+ "parameters": [
2572
+ {
2573
+ "name": "groupIndex",
2574
+ "type": {
2575
+ "text": "number"
2576
+ }
2577
+ },
2578
+ {
2579
+ "name": "clauseIndex",
2580
+ "type": {
2581
+ "text": "number"
2582
+ }
2583
+ }
2584
+ ]
2585
+ },
2586
+ {
2587
+ "kind": "method",
2588
+ "name": "clearChips",
2589
+ "return": {
2590
+ "type": {
2591
+ "text": "void"
2592
+ }
2593
+ }
2594
+ },
2595
+ {
2596
+ "kind": "method",
2597
+ "name": "handleSubmit"
2598
+ },
2599
+ {
2600
+ "kind": "method",
2601
+ "name": "handleBlur"
2602
+ },
2603
+ {
2604
+ "kind": "method",
2605
+ "name": "clear"
2606
+ },
2607
+ {
2608
+ "kind": "method",
2609
+ "name": "toggleSpeechInput"
2610
+ },
2611
+ {
2612
+ "kind": "method",
2613
+ "name": "clearSpeechApplyDebounce",
2614
+ "privacy": "private"
2615
+ },
2616
+ {
2617
+ "kind": "field",
2669
2618
  "name": "_presentation",
2670
2619
  "type": {
2671
2620
  "text": "ComponentPresentation | null | undefined"
@@ -2776,107 +2725,252 @@
2776
2725
  }
2777
2726
  }
2778
2727
  ],
2779
- "attributes": [
2780
- {
2781
- "name": "is-vertical",
2782
- "type": {
2783
- "text": "boolean"
2784
- },
2785
- "default": "false",
2786
- "fieldName": "isVertical"
2787
- },
2728
+ "events": [
2788
2729
  {
2789
- "name": "add-default-actions",
2790
- "type": {
2791
- "text": "boolean"
2792
- },
2793
- "default": "true",
2794
- "fieldName": "addDefaultActions"
2730
+ "description": "Fired when interpreted criteria is applied or cleared. detail: `string | null`",
2731
+ "name": "criteria-changed"
2795
2732
  },
2796
2733
  {
2797
- "name": "auto-close-on-action",
2798
- "type": {
2799
- "text": "boolean"
2800
- },
2801
- "default": "true",
2802
- "fieldName": "autoCloseOnAction"
2803
- },
2734
+ "description": "Fired when interpreted criteria contains invalid clauses. detail: `ValidationError[]`",
2735
+ "name": "validation-errors"
2736
+ }
2737
+ ],
2738
+ "attributes": [
2804
2739
  {
2805
- "name": "name",
2740
+ "name": "placeholder",
2806
2741
  "type": {
2807
2742
  "text": "string"
2808
2743
  },
2809
- "default": "'Actions'",
2810
- "fieldName": "name"
2744
+ "default": "'Describe your search criteria in natural language...'",
2745
+ "fieldName": "placeholder"
2811
2746
  },
2812
2747
  {
2813
- "name": "open",
2814
2748
  "type": {
2815
2749
  "text": "boolean"
2816
2750
  },
2817
- "default": "false",
2818
- "fieldName": "open"
2819
- },
2751
+ "fieldName": "disabled"
2752
+ }
2753
+ ],
2754
+ "superclass": {
2755
+ "name": "FoundationElement",
2756
+ "package": "@microsoft/fast-foundation"
2757
+ },
2758
+ "tagName": "%%prefix%%-ai-criteria-search",
2759
+ "customElement": true
2760
+ },
2761
+ {
2762
+ "kind": "variable",
2763
+ "name": "foundationAiCriteriaSearchShadowOptions",
2764
+ "type": {
2765
+ "text": "ShadowRootInit"
2766
+ },
2767
+ "default": "undefined"
2768
+ },
2769
+ {
2770
+ "kind": "variable",
2771
+ "name": "defaultAiCriteriaSearchConfig",
2772
+ "type": {
2773
+ "text": "object"
2774
+ },
2775
+ "default": "{}"
2776
+ },
2777
+ {
2778
+ "kind": "variable",
2779
+ "name": "foundationAiCriteriaSearch"
2780
+ }
2781
+ ],
2782
+ "exports": [
2783
+ {
2784
+ "kind": "js",
2785
+ "name": "AiCriteriaSearch",
2786
+ "declaration": {
2787
+ "name": "AiCriteriaSearch",
2788
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
2789
+ }
2790
+ },
2791
+ {
2792
+ "kind": "js",
2793
+ "name": "foundationAiCriteriaSearchShadowOptions",
2794
+ "declaration": {
2795
+ "name": "foundationAiCriteriaSearchShadowOptions",
2796
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
2797
+ }
2798
+ },
2799
+ {
2800
+ "kind": "js",
2801
+ "name": "defaultAiCriteriaSearchConfig",
2802
+ "declaration": {
2803
+ "name": "defaultAiCriteriaSearchConfig",
2804
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
2805
+ }
2806
+ },
2807
+ {
2808
+ "kind": "js",
2809
+ "name": "foundationAiCriteriaSearch",
2810
+ "declaration": {
2811
+ "name": "foundationAiCriteriaSearch",
2812
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
2813
+ }
2814
+ }
2815
+ ]
2816
+ },
2817
+ {
2818
+ "kind": "javascript-module",
2819
+ "path": "src/ai-criteria-search/index.ts",
2820
+ "declarations": [],
2821
+ "exports": [
2822
+ {
2823
+ "kind": "js",
2824
+ "name": "AiCriteriaSearch",
2825
+ "declaration": {
2826
+ "name": "AiCriteriaSearch",
2827
+ "module": "./ai-criteria-search"
2828
+ }
2829
+ },
2830
+ {
2831
+ "kind": "js",
2832
+ "name": "defaultAiCriteriaSearchConfig",
2833
+ "declaration": {
2834
+ "name": "defaultAiCriteriaSearchConfig",
2835
+ "module": "./ai-criteria-search"
2836
+ }
2837
+ },
2838
+ {
2839
+ "kind": "js",
2840
+ "name": "foundationAiCriteriaSearch",
2841
+ "declaration": {
2842
+ "name": "foundationAiCriteriaSearch",
2843
+ "module": "./ai-criteria-search"
2844
+ }
2845
+ },
2846
+ {
2847
+ "kind": "js",
2848
+ "name": "foundationAiCriteriaSearchShadowOptions",
2849
+ "declaration": {
2850
+ "name": "foundationAiCriteriaSearchShadowOptions",
2851
+ "module": "./ai-criteria-search"
2852
+ }
2853
+ },
2854
+ {
2855
+ "kind": "js",
2856
+ "name": "foundationAiCriteriaSearchStyles",
2857
+ "declaration": {
2858
+ "name": "foundationAiCriteriaSearchStyles",
2859
+ "module": "./ai-criteria-search.styles"
2860
+ }
2861
+ },
2862
+ {
2863
+ "kind": "js",
2864
+ "name": "foundationAiCriteriaSearchTemplate",
2865
+ "declaration": {
2866
+ "name": "foundationAiCriteriaSearchTemplate",
2867
+ "module": "./ai-criteria-search.template"
2868
+ }
2869
+ },
2870
+ {
2871
+ "kind": "js",
2872
+ "name": "*",
2873
+ "declaration": {
2874
+ "name": "*",
2875
+ "package": "./validation/criteria-ir"
2876
+ }
2877
+ },
2878
+ {
2879
+ "kind": "js",
2880
+ "name": "*",
2881
+ "declaration": {
2882
+ "name": "*",
2883
+ "package": "./validation/operator-map"
2884
+ }
2885
+ },
2886
+ {
2887
+ "kind": "js",
2888
+ "name": "*",
2889
+ "declaration": {
2890
+ "name": "*",
2891
+ "package": "./validation/schema-validator"
2892
+ }
2893
+ }
2894
+ ]
2895
+ },
2896
+ {
2897
+ "kind": "javascript-module",
2898
+ "path": "src/ai-criteria-search/validation-error-notification.ts",
2899
+ "declarations": [
2900
+ {
2901
+ "kind": "function",
2902
+ "name": "formatValidationErrors",
2903
+ "return": {
2904
+ "type": {
2905
+ "text": "string"
2906
+ }
2907
+ },
2908
+ "parameters": [
2820
2909
  {
2821
- "name": "buttonAppearance",
2910
+ "name": "errors",
2911
+ "type": {
2912
+ "text": "ValidationError[]"
2913
+ }
2914
+ }
2915
+ ],
2916
+ "description": "Formats validation errors into a user-friendly message."
2917
+ },
2918
+ {
2919
+ "kind": "function",
2920
+ "name": "showCriteriaError",
2921
+ "return": {
2922
+ "type": {
2923
+ "text": "void"
2924
+ }
2925
+ },
2926
+ "parameters": [
2927
+ {
2928
+ "name": "title",
2822
2929
  "type": {
2823
2930
  "text": "string"
2824
2931
  },
2825
- "fieldName": "buttonAppearance"
2932
+ "description": "Notification title (e.g. \"Criteria validation error\")"
2826
2933
  },
2827
2934
  {
2828
- "name": "hide-disabled",
2935
+ "name": "body",
2829
2936
  "type": {
2830
- "text": "boolean"
2937
+ "text": "string"
2831
2938
  },
2832
- "default": "false",
2833
- "fieldName": "hideDisabled"
2939
+ "description": "Error message to display"
2834
2940
  },
2835
2941
  {
2836
- "name": "hide-menu-single-option",
2942
+ "name": "tagName",
2837
2943
  "type": {
2838
- "text": "boolean"
2944
+ "text": "string"
2839
2945
  },
2840
- "default": "false",
2841
- "fieldName": "hideMenuSingleOption"
2946
+ "description": "Design system prefix (e.g. \"rapid\", \"foundation\")"
2842
2947
  }
2843
2948
  ],
2844
- "superclass": {
2845
- "name": "FoundationElement",
2846
- "package": "@microsoft/fast-foundation"
2847
- },
2848
- "tagName": "%%prefix%%-actions-menu",
2849
- "customElement": true
2850
- },
2851
- {
2852
- "kind": "variable",
2853
- "name": "foundationActionsMenu",
2854
- "description": "The Foundation Actions Menu",
2855
- "privacy": "public"
2949
+ "description": "Shows a criteria error as a toast notification."
2856
2950
  }
2857
2951
  ],
2858
2952
  "exports": [
2859
2953
  {
2860
2954
  "kind": "js",
2861
- "name": "ActionsMenu",
2955
+ "name": "formatValidationErrors",
2862
2956
  "declaration": {
2863
- "name": "ActionsMenu",
2864
- "module": "src/actions-menu/actions-menu.ts"
2957
+ "name": "formatValidationErrors",
2958
+ "module": "src/ai-criteria-search/validation-error-notification.ts"
2865
2959
  }
2866
2960
  },
2867
2961
  {
2868
2962
  "kind": "js",
2869
- "name": "foundationActionsMenu",
2963
+ "name": "showCriteriaError",
2870
2964
  "declaration": {
2871
- "name": "foundationActionsMenu",
2872
- "module": "src/actions-menu/actions-menu.ts"
2965
+ "name": "showCriteriaError",
2966
+ "module": "src/ai-criteria-search/validation-error-notification.ts"
2873
2967
  }
2874
2968
  }
2875
2969
  ]
2876
2970
  },
2877
2971
  {
2878
2972
  "kind": "javascript-module",
2879
- "path": "src/actions-menu/index.ts",
2973
+ "path": "src/_config/index.ts",
2880
2974
  "declarations": [],
2881
2975
  "exports": [
2882
2976
  {
@@ -2884,7 +2978,7 @@
2884
2978
  "name": "*",
2885
2979
  "declaration": {
2886
2980
  "name": "*",
2887
- "package": "./actions-menu.styles"
2981
+ "package": "./styles"
2888
2982
  }
2889
2983
  },
2890
2984
  {
@@ -2892,7 +2986,7 @@
2892
2986
  "name": "*",
2893
2987
  "declaration": {
2894
2988
  "name": "*",
2895
- "package": "./actions-menu.template"
2989
+ "package": "./tokens"
2896
2990
  }
2897
2991
  },
2898
2992
  {
@@ -2900,64 +2994,82 @@
2900
2994
  "name": "*",
2901
2995
  "declaration": {
2902
2996
  "name": "*",
2903
- "package": "./actions-menu"
2997
+ "package": "./values"
2904
2998
  }
2905
2999
  }
2906
3000
  ]
2907
3001
  },
2908
3002
  {
2909
3003
  "kind": "javascript-module",
2910
- "path": "src/ai-criteria-search/ai-criteria-search.styles.ts",
3004
+ "path": "src/ai-indicator/ai-indicator.styles.ts",
2911
3005
  "declarations": [
2912
3006
  {
2913
- "kind": "variable",
2914
- "name": "foundationAiCriteriaSearchStyles",
2915
- "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`"
3007
+ "kind": "function",
3008
+ "name": "foundationAiIndicatorStyles",
3009
+ "return": {
3010
+ "type": {
3011
+ "text": "ElementStyles"
3012
+ }
3013
+ },
3014
+ "parameters": [
3015
+ {
3016
+ "name": "context",
3017
+ "type": {
3018
+ "text": "ElementDefinitionContext"
3019
+ }
3020
+ },
3021
+ {
3022
+ "name": "definition",
3023
+ "type": {
3024
+ "text": "FoundationElementDefinition"
3025
+ }
3026
+ }
3027
+ ]
2916
3028
  }
2917
3029
  ],
2918
3030
  "exports": [
2919
3031
  {
2920
3032
  "kind": "js",
2921
- "name": "foundationAiCriteriaSearchStyles",
3033
+ "name": "foundationAiIndicatorStyles",
2922
3034
  "declaration": {
2923
- "name": "foundationAiCriteriaSearchStyles",
2924
- "module": "src/ai-criteria-search/ai-criteria-search.styles.ts"
3035
+ "name": "foundationAiIndicatorStyles",
3036
+ "module": "src/ai-indicator/ai-indicator.styles.ts"
2925
3037
  }
2926
3038
  }
2927
3039
  ]
2928
3040
  },
2929
3041
  {
2930
3042
  "kind": "javascript-module",
2931
- "path": "src/ai-criteria-search/ai-criteria-search.template.ts",
3043
+ "path": "src/ai-indicator/ai-indicator.template.ts",
2932
3044
  "declarations": [
2933
3045
  {
2934
3046
  "kind": "variable",
2935
- "name": "foundationAiCriteriaSearchTemplate",
3047
+ "name": "foundationAiIndicatorTemplate",
2936
3048
  "type": {
2937
- "text": "ViewTemplate<AiCriteriaSearch>"
3049
+ "text": "ViewTemplate<AiIndicator>"
2938
3050
  },
2939
- "default": "html`\n ${(x) => aiCriteriaSearchTemplate(getPrefix(x))}\n`"
3051
+ "default": "html`\n ${(x) => aiIndicatorTemplate(getPrefix(x))}\n`"
2940
3052
  }
2941
3053
  ],
2942
3054
  "exports": [
2943
3055
  {
2944
3056
  "kind": "js",
2945
- "name": "foundationAiCriteriaSearchTemplate",
3057
+ "name": "foundationAiIndicatorTemplate",
2946
3058
  "declaration": {
2947
- "name": "foundationAiCriteriaSearchTemplate",
2948
- "module": "src/ai-criteria-search/ai-criteria-search.template.ts"
3059
+ "name": "foundationAiIndicatorTemplate",
3060
+ "module": "src/ai-indicator/ai-indicator.template.ts"
2949
3061
  }
2950
3062
  }
2951
3063
  ]
2952
3064
  },
2953
3065
  {
2954
3066
  "kind": "javascript-module",
2955
- "path": "src/ai-criteria-search/ai-criteria-search.ts",
3067
+ "path": "src/ai-indicator/ai-indicator.ts",
2956
3068
  "declarations": [
2957
3069
  {
2958
3070
  "kind": "class",
2959
- "description": "Natural-language criteria search input with AI interpretation.",
2960
- "name": "AiCriteriaSearch",
3071
+ "description": "",
3072
+ "name": "AiIndicator",
2961
3073
  "members": [
2962
3074
  {
2963
3075
  "kind": "field",
@@ -2968,54 +3080,25 @@
2968
3080
  },
2969
3081
  {
2970
3082
  "kind": "field",
2971
- "name": "placeholder",
2972
- "type": {
2973
- "text": "string"
2974
- },
2975
- "default": "'Describe your search criteria in natural language...'"
2976
- },
2977
- {
2978
- "kind": "field",
2979
- "name": "disabled",
2980
- "type": {
2981
- "text": "boolean"
2982
- }
2983
- },
2984
- {
2985
- "kind": "field",
2986
- "name": "inputValue",
2987
- "type": {
2988
- "text": "string"
2989
- },
2990
- "default": "''"
2991
- },
2992
- {
2993
- "kind": "field",
2994
- "name": "isInterpreting",
3083
+ "name": "aiProvider",
2995
3084
  "type": {
2996
- "text": "boolean"
3085
+ "text": "AIProvider | undefined"
2997
3086
  },
2998
- "default": "false"
3087
+ "privacy": "private",
3088
+ "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.",
3089
+ "readonly": true
2999
3090
  },
3000
3091
  {
3001
3092
  "kind": "field",
3002
- "name": "lastValidCriteria",
3093
+ "name": "status",
3003
3094
  "type": {
3004
- "text": "string | null"
3095
+ "text": "AIStatus | null"
3005
3096
  },
3006
3097
  "default": "null"
3007
3098
  },
3008
3099
  {
3009
3100
  "kind": "field",
3010
- "name": "activeGroups",
3011
- "type": {
3012
- "text": "CriteriaGroup[]"
3013
- },
3014
- "default": "[]"
3015
- },
3016
- {
3017
- "kind": "field",
3018
- "name": "showingChips",
3101
+ "name": "open",
3019
3102
  "type": {
3020
3103
  "text": "boolean"
3021
3104
  },
@@ -3023,15 +3106,15 @@
3023
3106
  },
3024
3107
  {
3025
3108
  "kind": "field",
3026
- "name": "fieldMetadata",
3109
+ "name": "state",
3027
3110
  "type": {
3028
- "text": "MetadataDetail[] | string[]"
3111
+ "text": "AIIndicatorState"
3029
3112
  },
3030
- "default": "[]"
3113
+ "default": "'none'"
3031
3114
  },
3032
3115
  {
3033
3116
  "kind": "field",
3034
- "name": "isRecording",
3117
+ "name": "isInstalling",
3035
3118
  "type": {
3036
3119
  "text": "boolean"
3037
3120
  },
@@ -3039,33 +3122,29 @@
3039
3122
  },
3040
3123
  {
3041
3124
  "kind": "field",
3042
- "name": "textAreaRef",
3125
+ "name": "pollTimer",
3043
3126
  "type": {
3044
- "text": "HTMLTextAreaElement"
3127
+ "text": "ReturnType<typeof setInterval> | null"
3045
3128
  },
3046
- "privacy": "public"
3129
+ "privacy": "private",
3130
+ "default": "null"
3047
3131
  },
3048
3132
  {
3049
3133
  "kind": "field",
3050
- "name": "stopRecording",
3051
- "type": {
3052
- "text": "(() => void) | null"
3053
- },
3054
- "privacy": "private",
3055
- "default": "null"
3134
+ "name": "clickOutside",
3135
+ "privacy": "private"
3056
3136
  },
3057
3137
  {
3058
3138
  "kind": "field",
3059
- "name": "speechApplyDebounceTimer",
3139
+ "name": "chromeStatusLabel",
3060
3140
  "type": {
3061
- "text": "ReturnType<typeof setTimeout> | null"
3141
+ "text": "string | null"
3062
3142
  },
3063
- "privacy": "private",
3064
- "default": "null"
3143
+ "readonly": true
3065
3144
  },
3066
3145
  {
3067
3146
  "kind": "field",
3068
- "name": "speechAvailable",
3147
+ "name": "canInstall",
3069
3148
  "type": {
3070
3149
  "text": "boolean"
3071
3150
  },
@@ -3073,65 +3152,69 @@
3073
3152
  },
3074
3153
  {
3075
3154
  "kind": "field",
3076
- "name": "criteriaChips",
3155
+ "name": "isDownloading",
3077
3156
  "type": {
3078
- "text": "CriteriaChip[]"
3157
+ "text": "boolean"
3079
3158
  },
3080
3159
  "readonly": true
3081
3160
  },
3082
3161
  {
3083
3162
  "kind": "method",
3084
- "name": "getFieldLabel",
3085
- "privacy": "private",
3163
+ "name": "openChanged",
3086
3164
  "return": {
3087
3165
  "type": {
3088
- "text": "string"
3166
+ "text": "void"
3089
3167
  }
3090
- },
3168
+ }
3169
+ },
3170
+ {
3171
+ "kind": "method",
3172
+ "name": "handleClickOutside",
3173
+ "privacy": "private",
3091
3174
  "parameters": [
3092
3175
  {
3093
- "name": "fieldName",
3176
+ "name": "event",
3094
3177
  "type": {
3095
- "text": "string"
3178
+ "text": "MouseEvent"
3096
3179
  }
3097
3180
  }
3098
3181
  ]
3099
3182
  },
3100
3183
  {
3101
3184
  "kind": "method",
3102
- "name": "toggleCriteriaView",
3185
+ "name": "toggleDropdown"
3186
+ },
3187
+ {
3188
+ "kind": "method",
3189
+ "name": "refreshStatus",
3103
3190
  "return": {
3104
3191
  "type": {
3105
- "text": "void"
3192
+ "text": "Promise<void>"
3106
3193
  }
3107
3194
  }
3108
3195
  },
3109
3196
  {
3110
3197
  "kind": "method",
3111
- "name": "removeChip",
3198
+ "name": "deriveState",
3199
+ "privacy": "private",
3112
3200
  "return": {
3113
3201
  "type": {
3114
- "text": "void"
3202
+ "text": "AIIndicatorState"
3115
3203
  }
3116
3204
  },
3117
3205
  "parameters": [
3118
3206
  {
3119
- "name": "groupIndex",
3120
- "type": {
3121
- "text": "number"
3122
- }
3123
- },
3124
- {
3125
- "name": "clauseIndex",
3207
+ "name": "s",
3126
3208
  "type": {
3127
- "text": "number"
3209
+ "text": "AIStatus | null"
3128
3210
  }
3129
3211
  }
3130
3212
  ]
3131
3213
  },
3132
3214
  {
3133
3215
  "kind": "method",
3134
- "name": "clearChips",
3216
+ "name": "maybeStartPolling",
3217
+ "privacy": "private",
3135
3218
  "return": {
3136
3219
  "type": {
3137
3220
  "text": "void"
@@ -3140,24 +3223,32 @@
3140
3223
  },
3141
3224
  {
3142
3225
  "kind": "method",
3143
- "name": "handleSubmit"
3144
- },
3145
- {
3146
- "kind": "method",
3147
- "name": "handleBlur"
3148
- },
3149
- {
3150
- "kind": "method",
3151
- "name": "clear"
3226
+ "name": "startPolling",
3227
+ "privacy": "private",
3228
+ "return": {
3229
+ "type": {
3230
+ "text": "void"
3231
+ }
3232
+ }
3152
3233
  },
3153
3234
  {
3154
3235
  "kind": "method",
3155
- "name": "toggleSpeechInput"
3236
+ "name": "stopPolling",
3237
+ "privacy": "private",
3238
+ "return": {
3239
+ "type": {
3240
+ "text": "void"
3241
+ }
3242
+ }
3156
3243
  },
3157
3244
  {
3158
3245
  "kind": "method",
3159
- "name": "clearSpeechApplyDebounce",
3160
- "privacy": "private"
3246
+ "name": "onInstall",
3247
+ "return": {
3248
+ "type": {
3249
+ "text": "Promise<void>"
3250
+ }
3251
+ }
3161
3252
  },
3162
3253
  {
3163
3254
  "kind": "field",
@@ -3271,259 +3362,141 @@
3271
3362
  }
3272
3363
  }
3273
3364
  ],
3274
- "events": [
3275
- {
3276
- "description": "Fired when interpreted criteria is applied or cleared. detail: `string | null`",
3277
- "name": "criteria-changed"
3278
- },
3279
- {
3280
- "description": "Fired when interpreted criteria contains invalid clauses. detail: `ValidationError[]`",
3281
- "name": "validation-errors"
3282
- }
3283
- ],
3284
- "attributes": [
3285
- {
3286
- "name": "placeholder",
3287
- "type": {
3288
- "text": "string"
3289
- },
3290
- "default": "'Describe your search criteria in natural language...'",
3291
- "fieldName": "placeholder"
3292
- },
3293
- {
3294
- "type": {
3295
- "text": "boolean"
3296
- },
3297
- "fieldName": "disabled"
3298
- }
3299
- ],
3300
3365
  "superclass": {
3301
- "name": "FoundationElement",
3302
- "package": "@microsoft/fast-foundation"
3303
- },
3304
- "tagName": "%%prefix%%-ai-criteria-search",
3305
- "customElement": true
3306
- },
3307
- {
3308
- "kind": "variable",
3309
- "name": "foundationAiCriteriaSearchShadowOptions",
3310
- "type": {
3311
- "text": "ShadowRootInit"
3312
- },
3313
- "default": "undefined"
3314
- },
3315
- {
3316
- "kind": "variable",
3317
- "name": "defaultAiCriteriaSearchConfig",
3318
- "type": {
3319
- "text": "object"
3320
- },
3321
- "default": "{}"
3322
- },
3323
- {
3324
- "kind": "variable",
3325
- "name": "foundationAiCriteriaSearch"
3326
- }
3327
- ],
3328
- "exports": [
3329
- {
3330
- "kind": "js",
3331
- "name": "AiCriteriaSearch",
3332
- "declaration": {
3333
- "name": "AiCriteriaSearch",
3334
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
3335
- }
3336
- },
3337
- {
3338
- "kind": "js",
3339
- "name": "foundationAiCriteriaSearchShadowOptions",
3340
- "declaration": {
3341
- "name": "foundationAiCriteriaSearchShadowOptions",
3342
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
3343
- }
3366
+ "name": "FoundationElement",
3367
+ "package": "@microsoft/fast-foundation"
3368
+ },
3369
+ "tagName": "%%prefix%%-ai-indicator",
3370
+ "customElement": true
3344
3371
  },
3372
+ {
3373
+ "kind": "variable",
3374
+ "name": "foundationAiIndicator"
3375
+ }
3376
+ ],
3377
+ "exports": [
3345
3378
  {
3346
3379
  "kind": "js",
3347
- "name": "defaultAiCriteriaSearchConfig",
3380
+ "name": "AiIndicator",
3348
3381
  "declaration": {
3349
- "name": "defaultAiCriteriaSearchConfig",
3350
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
3382
+ "name": "AiIndicator",
3383
+ "module": "src/ai-indicator/ai-indicator.ts"
3351
3384
  }
3352
3385
  },
3353
3386
  {
3354
3387
  "kind": "js",
3355
- "name": "foundationAiCriteriaSearch",
3388
+ "name": "foundationAiIndicator",
3356
3389
  "declaration": {
3357
- "name": "foundationAiCriteriaSearch",
3358
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
3390
+ "name": "foundationAiIndicator",
3391
+ "module": "src/ai-indicator/ai-indicator.ts"
3359
3392
  }
3360
3393
  }
3361
3394
  ]
3362
3395
  },
3363
3396
  {
3364
3397
  "kind": "javascript-module",
3365
- "path": "src/ai-criteria-search/index.ts",
3398
+ "path": "src/ai-indicator/index.ts",
3366
3399
  "declarations": [],
3367
3400
  "exports": [
3368
3401
  {
3369
3402
  "kind": "js",
3370
- "name": "AiCriteriaSearch",
3371
- "declaration": {
3372
- "name": "AiCriteriaSearch",
3373
- "module": "./ai-criteria-search"
3374
- }
3375
- },
3376
- {
3377
- "kind": "js",
3378
- "name": "defaultAiCriteriaSearchConfig",
3379
- "declaration": {
3380
- "name": "defaultAiCriteriaSearchConfig",
3381
- "module": "./ai-criteria-search"
3382
- }
3383
- },
3384
- {
3385
- "kind": "js",
3386
- "name": "foundationAiCriteriaSearch",
3387
- "declaration": {
3388
- "name": "foundationAiCriteriaSearch",
3389
- "module": "./ai-criteria-search"
3390
- }
3391
- },
3392
- {
3393
- "kind": "js",
3394
- "name": "foundationAiCriteriaSearchShadowOptions",
3403
+ "name": "AiIndicator",
3395
3404
  "declaration": {
3396
- "name": "foundationAiCriteriaSearchShadowOptions",
3397
- "module": "./ai-criteria-search"
3405
+ "name": "AiIndicator",
3406
+ "module": "./ai-indicator"
3398
3407
  }
3399
3408
  },
3400
3409
  {
3401
3410
  "kind": "js",
3402
- "name": "foundationAiCriteriaSearchStyles",
3411
+ "name": "foundationAiIndicator",
3403
3412
  "declaration": {
3404
- "name": "foundationAiCriteriaSearchStyles",
3405
- "module": "./ai-criteria-search.styles"
3413
+ "name": "foundationAiIndicator",
3414
+ "module": "./ai-indicator"
3406
3415
  }
3407
3416
  },
3408
3417
  {
3409
3418
  "kind": "js",
3410
- "name": "foundationAiCriteriaSearchTemplate",
3419
+ "name": "type",
3411
3420
  "declaration": {
3412
- "name": "foundationAiCriteriaSearchTemplate",
3413
- "module": "./ai-criteria-search.template"
3421
+ "name": "type",
3422
+ "module": "./ai-indicator"
3414
3423
  }
3415
3424
  },
3416
3425
  {
3417
3426
  "kind": "js",
3418
- "name": "*",
3427
+ "name": "AIIndicatorState",
3419
3428
  "declaration": {
3420
- "name": "*",
3421
- "package": "./validation/criteria-ir"
3429
+ "name": "AIIndicatorState",
3430
+ "module": "./ai-indicator"
3422
3431
  }
3423
3432
  },
3424
3433
  {
3425
3434
  "kind": "js",
3426
- "name": "*",
3435
+ "name": "foundationAiIndicatorTemplate",
3427
3436
  "declaration": {
3428
- "name": "*",
3429
- "package": "./validation/operator-map"
3437
+ "name": "foundationAiIndicatorTemplate",
3438
+ "module": "./ai-indicator.template"
3430
3439
  }
3431
3440
  },
3432
3441
  {
3433
3442
  "kind": "js",
3434
- "name": "*",
3443
+ "name": "foundationAiIndicatorStyles",
3435
3444
  "declaration": {
3436
- "name": "*",
3437
- "package": "./validation/schema-validator"
3445
+ "name": "foundationAiIndicatorStyles",
3446
+ "module": "./ai-indicator.styles"
3438
3447
  }
3439
3448
  }
3440
3449
  ]
3441
3450
  },
3442
3451
  {
3443
3452
  "kind": "javascript-module",
3444
- "path": "src/ai-criteria-search/validation-error-notification.ts",
3453
+ "path": "src/accordion/accordion.styles.ts",
3445
3454
  "declarations": [
3446
3455
  {
3447
3456
  "kind": "function",
3448
- "name": "formatValidationErrors",
3457
+ "name": "foundationAccordionStyles",
3449
3458
  "return": {
3450
3459
  "type": {
3451
- "text": "string"
3460
+ "text": "ElementStyles"
3452
3461
  }
3453
3462
  },
3454
3463
  "parameters": [
3455
3464
  {
3456
- "name": "errors",
3465
+ "name": "context",
3457
3466
  "type": {
3458
- "text": "ValidationError[]"
3467
+ "text": "ElementDefinitionContext"
3459
3468
  }
3460
- }
3461
- ],
3462
- "description": "Formats validation errors into a user-friendly message."
3463
- },
3464
- {
3465
- "kind": "function",
3466
- "name": "showCriteriaError",
3467
- "return": {
3468
- "type": {
3469
- "text": "void"
3470
- }
3471
- },
3472
- "parameters": [
3473
- {
3474
- "name": "title",
3475
- "type": {
3476
- "text": "string"
3477
- },
3478
- "description": "Notification title (e.g. \"Criteria validation error\")"
3479
- },
3480
- {
3481
- "name": "body",
3482
- "type": {
3483
- "text": "string"
3484
- },
3485
- "description": "Error message to display"
3486
3469
  },
3487
3470
  {
3488
- "name": "tagName",
3471
+ "name": "definition",
3489
3472
  "type": {
3490
- "text": "string"
3491
- },
3492
- "description": "Design system prefix (e.g. \"rapid\", \"foundation\")"
3473
+ "text": "FoundationElementDefinition"
3474
+ }
3493
3475
  }
3494
- ],
3495
- "description": "Shows a criteria error as a toast notification."
3476
+ ]
3496
3477
  }
3497
3478
  ],
3498
3479
  "exports": [
3499
3480
  {
3500
3481
  "kind": "js",
3501
- "name": "formatValidationErrors",
3502
- "declaration": {
3503
- "name": "formatValidationErrors",
3504
- "module": "src/ai-criteria-search/validation-error-notification.ts"
3505
- }
3506
- },
3507
- {
3508
- "kind": "js",
3509
- "name": "showCriteriaError",
3482
+ "name": "foundationAccordionStyles",
3510
3483
  "declaration": {
3511
- "name": "showCriteriaError",
3512
- "module": "src/ai-criteria-search/validation-error-notification.ts"
3484
+ "name": "foundationAccordionStyles",
3485
+ "module": "src/accordion/accordion.styles.ts"
3513
3486
  }
3514
3487
  }
3515
3488
  ]
3516
3489
  },
3517
3490
  {
3518
3491
  "kind": "javascript-module",
3519
- "path": "src/ai-indicator/ai-indicator.styles.ts",
3492
+ "path": "src/accordion/accordion.template.ts",
3520
3493
  "declarations": [
3521
3494
  {
3522
3495
  "kind": "function",
3523
- "name": "foundationAiIndicatorStyles",
3496
+ "name": "foundationAccordionTemplate",
3524
3497
  "return": {
3525
3498
  "type": {
3526
- "text": "ElementStyles"
3499
+ "text": "ViewTemplate<Accordion>"
3527
3500
  }
3528
3501
  },
3529
3502
  "parameters": [
@@ -3545,224 +3518,237 @@
3545
3518
  "exports": [
3546
3519
  {
3547
3520
  "kind": "js",
3548
- "name": "foundationAiIndicatorStyles",
3549
- "declaration": {
3550
- "name": "foundationAiIndicatorStyles",
3551
- "module": "src/ai-indicator/ai-indicator.styles.ts"
3552
- }
3553
- }
3554
- ]
3555
- },
3556
- {
3557
- "kind": "javascript-module",
3558
- "path": "src/ai-indicator/ai-indicator.template.ts",
3559
- "declarations": [
3560
- {
3561
- "kind": "variable",
3562
- "name": "foundationAiIndicatorTemplate",
3563
- "type": {
3564
- "text": "ViewTemplate<AiIndicator>"
3565
- },
3566
- "default": "html`\n ${(x) => aiIndicatorTemplate(getPrefix(x))}\n`"
3567
- }
3568
- ],
3569
- "exports": [
3570
- {
3571
- "kind": "js",
3572
- "name": "foundationAiIndicatorTemplate",
3521
+ "name": "foundationAccordionTemplate",
3573
3522
  "declaration": {
3574
- "name": "foundationAiIndicatorTemplate",
3575
- "module": "src/ai-indicator/ai-indicator.template.ts"
3523
+ "name": "foundationAccordionTemplate",
3524
+ "module": "src/accordion/accordion.template.ts"
3576
3525
  }
3577
3526
  }
3578
3527
  ]
3579
3528
  },
3580
3529
  {
3581
3530
  "kind": "javascript-module",
3582
- "path": "src/ai-indicator/ai-indicator.ts",
3531
+ "path": "src/accordion/accordion.ts",
3583
3532
  "declarations": [
3584
3533
  {
3585
3534
  "kind": "class",
3586
3535
  "description": "",
3587
- "name": "AiIndicator",
3588
- "members": [
3589
- {
3590
- "kind": "field",
3591
- "name": "providerRegistry",
3592
- "type": {
3593
- "text": "AIProviderRegistry"
3594
- }
3595
- },
3596
- {
3597
- "kind": "field",
3598
- "name": "aiProvider",
3599
- "type": {
3600
- "text": "AIProvider | undefined"
3601
- },
3602
- "privacy": "private",
3603
- "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.",
3604
- "readonly": true
3605
- },
3536
+ "name": "Accordion",
3537
+ "superclass": {
3538
+ "name": "FASTAccordion",
3539
+ "package": "@microsoft/fast-foundation"
3540
+ },
3541
+ "tagName": "%%prefix%%-accordion",
3542
+ "customElement": true,
3543
+ "attributes": [
3606
3544
  {
3607
- "kind": "field",
3608
- "name": "status",
3545
+ "name": "expand-mode",
3609
3546
  "type": {
3610
- "text": "AIStatus | null"
3547
+ "text": "AccordionExpandMode"
3611
3548
  },
3612
- "default": "null"
3613
- },
3549
+ "description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
3550
+ "fieldName": "expandmode",
3551
+ "inheritedFrom": {
3552
+ "name": "Accordion",
3553
+ "module": "src/accordion/accordion.ts"
3554
+ }
3555
+ }
3556
+ ],
3557
+ "members": [
3614
3558
  {
3615
3559
  "kind": "field",
3616
- "name": "open",
3560
+ "name": "expandmode",
3617
3561
  "type": {
3618
- "text": "boolean"
3562
+ "text": "AccordionExpandMode"
3619
3563
  },
3620
- "default": "false"
3564
+ "privacy": "public",
3565
+ "description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
3566
+ "inheritedFrom": {
3567
+ "name": "Accordion",
3568
+ "module": "src/accordion/accordion.ts"
3569
+ }
3621
3570
  },
3622
3571
  {
3623
3572
  "kind": "field",
3624
- "name": "state",
3573
+ "name": "activeid",
3625
3574
  "type": {
3626
- "text": "AIIndicatorState"
3575
+ "text": "string | null"
3627
3576
  },
3628
- "default": "'none'"
3577
+ "privacy": "private",
3578
+ "inheritedFrom": {
3579
+ "name": "Accordion",
3580
+ "module": "src/accordion/accordion.ts"
3581
+ }
3629
3582
  },
3630
3583
  {
3631
3584
  "kind": "field",
3632
- "name": "isInstalling",
3585
+ "name": "activeItemIndex",
3633
3586
  "type": {
3634
- "text": "boolean"
3587
+ "text": "number"
3635
3588
  },
3636
- "default": "false"
3589
+ "privacy": "private",
3590
+ "default": "0",
3591
+ "inheritedFrom": {
3592
+ "name": "Accordion",
3593
+ "module": "src/accordion/accordion.ts"
3594
+ }
3637
3595
  },
3638
3596
  {
3639
3597
  "kind": "field",
3640
- "name": "pollTimer",
3598
+ "name": "accordionIds",
3641
3599
  "type": {
3642
- "text": "ReturnType<typeof setInterval> | null"
3600
+ "text": "Array<string | null>"
3643
3601
  },
3644
3602
  "privacy": "private",
3645
- "default": "null"
3646
- },
3647
- {
3648
- "kind": "field",
3649
- "name": "clickOutside",
3650
- "privacy": "private"
3603
+ "inheritedFrom": {
3604
+ "name": "Accordion",
3605
+ "module": "src/accordion/accordion.ts"
3606
+ }
3651
3607
  },
3652
3608
  {
3653
3609
  "kind": "field",
3654
- "name": "chromeStatusLabel",
3655
- "type": {
3656
- "text": "string | null"
3657
- },
3658
- "readonly": true
3610
+ "name": "change",
3611
+ "privacy": "private",
3612
+ "inheritedFrom": {
3613
+ "name": "Accordion",
3614
+ "module": "src/accordion/accordion.ts"
3615
+ }
3659
3616
  },
3660
3617
  {
3661
- "kind": "field",
3662
- "name": "canInstall",
3663
- "type": {
3664
- "text": "boolean"
3618
+ "kind": "method",
3619
+ "name": "findExpandedItem",
3620
+ "privacy": "private",
3621
+ "return": {
3622
+ "type": {
3623
+ "text": "AccordionItem | null"
3624
+ }
3665
3625
  },
3666
- "readonly": true
3626
+ "inheritedFrom": {
3627
+ "name": "Accordion",
3628
+ "module": "src/accordion/accordion.ts"
3629
+ }
3667
3630
  },
3668
3631
  {
3669
3632
  "kind": "field",
3670
- "name": "isDownloading",
3671
- "type": {
3672
- "text": "boolean"
3673
- },
3674
- "readonly": true
3633
+ "name": "setItems",
3634
+ "privacy": "private",
3635
+ "inheritedFrom": {
3636
+ "name": "Accordion",
3637
+ "module": "src/accordion/accordion.ts"
3638
+ }
3675
3639
  },
3676
3640
  {
3677
3641
  "kind": "method",
3678
- "name": "openChanged",
3642
+ "name": "resetItems",
3643
+ "privacy": "private",
3679
3644
  "return": {
3680
3645
  "type": {
3681
3646
  "text": "void"
3682
3647
  }
3648
+ },
3649
+ "inheritedFrom": {
3650
+ "name": "Accordion",
3651
+ "module": "src/accordion/accordion.ts"
3683
3652
  }
3684
3653
  },
3685
3654
  {
3686
- "kind": "method",
3687
- "name": "handleClickOutside",
3655
+ "kind": "field",
3656
+ "name": "removeItemListeners",
3688
3657
  "privacy": "private",
3689
- "parameters": [
3690
- {
3691
- "name": "event",
3692
- "type": {
3693
- "text": "MouseEvent"
3694
- }
3695
- }
3696
- ]
3658
+ "inheritedFrom": {
3659
+ "name": "Accordion",
3660
+ "module": "src/accordion/accordion.ts"
3661
+ }
3697
3662
  },
3698
3663
  {
3699
- "kind": "method",
3700
- "name": "toggleDropdown"
3664
+ "kind": "field",
3665
+ "name": "activeItemChange",
3666
+ "privacy": "private",
3667
+ "inheritedFrom": {
3668
+ "name": "Accordion",
3669
+ "module": "src/accordion/accordion.ts"
3670
+ }
3701
3671
  },
3702
3672
  {
3703
3673
  "kind": "method",
3704
- "name": "refreshStatus",
3674
+ "name": "getItemIds",
3675
+ "privacy": "private",
3705
3676
  "return": {
3706
3677
  "type": {
3707
- "text": "Promise<void>"
3678
+ "text": "Array<string | null>"
3708
3679
  }
3680
+ },
3681
+ "inheritedFrom": {
3682
+ "name": "Accordion",
3683
+ "module": "src/accordion/accordion.ts"
3709
3684
  }
3710
3685
  },
3711
3686
  {
3712
3687
  "kind": "method",
3713
- "name": "deriveState",
3688
+ "name": "isSingleExpandMode",
3714
3689
  "privacy": "private",
3715
3690
  "return": {
3716
3691
  "type": {
3717
- "text": "AIIndicatorState"
3692
+ "text": "boolean"
3718
3693
  }
3719
3694
  },
3720
- "parameters": [
3721
- {
3722
- "name": "s",
3723
- "type": {
3724
- "text": "AIStatus | null"
3725
- }
3726
- }
3727
- ]
3695
+ "inheritedFrom": {
3696
+ "name": "Accordion",
3697
+ "module": "src/accordion/accordion.ts"
3698
+ }
3728
3699
  },
3729
3700
  {
3730
- "kind": "method",
3731
- "name": "maybeStartPolling",
3701
+ "kind": "field",
3702
+ "name": "handleItemKeyDown",
3732
3703
  "privacy": "private",
3733
- "return": {
3734
- "type": {
3735
- "text": "void"
3736
- }
3704
+ "inheritedFrom": {
3705
+ "name": "Accordion",
3706
+ "module": "src/accordion/accordion.ts"
3737
3707
  }
3738
3708
  },
3739
3709
  {
3740
- "kind": "method",
3741
- "name": "startPolling",
3710
+ "kind": "field",
3711
+ "name": "handleItemFocus",
3742
3712
  "privacy": "private",
3743
- "return": {
3744
- "type": {
3745
- "text": "void"
3746
- }
3713
+ "inheritedFrom": {
3714
+ "name": "Accordion",
3715
+ "module": "src/accordion/accordion.ts"
3747
3716
  }
3748
3717
  },
3749
3718
  {
3750
3719
  "kind": "method",
3751
- "name": "stopPolling",
3720
+ "name": "adjust",
3752
3721
  "privacy": "private",
3753
3722
  "return": {
3754
3723
  "type": {
3755
3724
  "text": "void"
3756
3725
  }
3726
+ },
3727
+ "parameters": [
3728
+ {
3729
+ "name": "adjustment",
3730
+ "type": {
3731
+ "text": "number"
3732
+ }
3733
+ }
3734
+ ],
3735
+ "inheritedFrom": {
3736
+ "name": "Accordion",
3737
+ "module": "src/accordion/accordion.ts"
3757
3738
  }
3758
3739
  },
3759
3740
  {
3760
3741
  "kind": "method",
3761
- "name": "onInstall",
3742
+ "name": "focusItem",
3743
+ "privacy": "private",
3762
3744
  "return": {
3763
3745
  "type": {
3764
- "text": "Promise<void>"
3746
+ "text": "void"
3765
3747
  }
3748
+ },
3749
+ "inheritedFrom": {
3750
+ "name": "Accordion",
3751
+ "module": "src/accordion/accordion.ts"
3766
3752
  }
3767
3753
  },
3768
3754
  {
@@ -3877,88 +3863,102 @@
3877
3863
  }
3878
3864
  }
3879
3865
  ],
3880
- "superclass": {
3881
- "name": "FoundationElement",
3882
- "package": "@microsoft/fast-foundation"
3866
+ "events": [
3867
+ {
3868
+ "description": "Fires a custom 'change' event when the active item changes",
3869
+ "name": "change",
3870
+ "inheritedFrom": {
3871
+ "name": "Accordion",
3872
+ "module": "src/accordion/accordion.ts"
3873
+ }
3874
+ }
3875
+ ]
3876
+ },
3877
+ {
3878
+ "kind": "variable",
3879
+ "name": "foundationAccordionShadowOptions",
3880
+ "type": {
3881
+ "text": "ShadowRootInit"
3883
3882
  },
3884
- "tagName": "%%prefix%%-ai-indicator",
3885
- "customElement": true
3883
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
3886
3884
  },
3887
3885
  {
3888
3886
  "kind": "variable",
3889
- "name": "foundationAiIndicator"
3887
+ "name": "defaultAccordionConfig",
3888
+ "type": {
3889
+ "text": "object"
3890
+ },
3891
+ "default": "{}"
3892
+ },
3893
+ {
3894
+ "kind": "variable",
3895
+ "name": "foundationAccordion",
3896
+ "description": "The Foundation Accordion",
3897
+ "privacy": "public"
3890
3898
  }
3891
3899
  ],
3892
3900
  "exports": [
3893
3901
  {
3894
3902
  "kind": "js",
3895
- "name": "AiIndicator",
3903
+ "name": "Accordion",
3896
3904
  "declaration": {
3897
- "name": "AiIndicator",
3898
- "module": "src/ai-indicator/ai-indicator.ts"
3905
+ "name": "Accordion",
3906
+ "module": "src/accordion/accordion.ts"
3899
3907
  }
3900
3908
  },
3901
3909
  {
3902
3910
  "kind": "js",
3903
- "name": "foundationAiIndicator",
3904
- "declaration": {
3905
- "name": "foundationAiIndicator",
3906
- "module": "src/ai-indicator/ai-indicator.ts"
3907
- }
3908
- }
3909
- ]
3910
- },
3911
- {
3912
- "kind": "javascript-module",
3913
- "path": "src/ai-indicator/index.ts",
3914
- "declarations": [],
3915
- "exports": [
3916
- {
3917
- "kind": "js",
3918
- "name": "AiIndicator",
3911
+ "name": "foundationAccordionShadowOptions",
3919
3912
  "declaration": {
3920
- "name": "AiIndicator",
3921
- "module": "./ai-indicator"
3913
+ "name": "foundationAccordionShadowOptions",
3914
+ "module": "src/accordion/accordion.ts"
3922
3915
  }
3923
3916
  },
3924
3917
  {
3925
3918
  "kind": "js",
3926
- "name": "foundationAiIndicator",
3919
+ "name": "defaultAccordionConfig",
3927
3920
  "declaration": {
3928
- "name": "foundationAiIndicator",
3929
- "module": "./ai-indicator"
3921
+ "name": "defaultAccordionConfig",
3922
+ "module": "src/accordion/accordion.ts"
3930
3923
  }
3931
3924
  },
3932
3925
  {
3933
3926
  "kind": "js",
3934
- "name": "type",
3927
+ "name": "foundationAccordion",
3935
3928
  "declaration": {
3936
- "name": "type",
3937
- "module": "./ai-indicator"
3929
+ "name": "foundationAccordion",
3930
+ "module": "src/accordion/accordion.ts"
3938
3931
  }
3939
- },
3932
+ }
3933
+ ]
3934
+ },
3935
+ {
3936
+ "kind": "javascript-module",
3937
+ "path": "src/accordion/index.ts",
3938
+ "declarations": [],
3939
+ "exports": [
3940
3940
  {
3941
3941
  "kind": "js",
3942
- "name": "AIIndicatorState",
3942
+ "name": "*",
3943
3943
  "declaration": {
3944
- "name": "AIIndicatorState",
3945
- "module": "./ai-indicator"
3944
+ "name": "*",
3945
+ "package": "./accordion.template"
3946
3946
  }
3947
3947
  },
3948
3948
  {
3949
3949
  "kind": "js",
3950
- "name": "foundationAiIndicatorTemplate",
3950
+ "name": "*",
3951
3951
  "declaration": {
3952
- "name": "foundationAiIndicatorTemplate",
3953
- "module": "./ai-indicator.template"
3952
+ "name": "*",
3953
+ "package": "./accordion.styles"
3954
3954
  }
3955
3955
  },
3956
3956
  {
3957
3957
  "kind": "js",
3958
- "name": "foundationAiIndicatorStyles",
3958
+ "name": "*",
3959
3959
  "declaration": {
3960
- "name": "foundationAiIndicatorStyles",
3961
- "module": "./ai-indicator.styles"
3960
+ "name": "*",
3961
+ "package": "./accordion"
3962
3962
  }
3963
3963
  }
3964
3964
  ]
@@ -58649,6 +58649,197 @@
58649
58649
  }
58650
58650
  ]
58651
58651
  },
58652
+ {
58653
+ "kind": "javascript-module",
58654
+ "path": "src/ai-criteria-search/validation/criteria-ir.ts",
58655
+ "declarations": [],
58656
+ "exports": []
58657
+ },
58658
+ {
58659
+ "kind": "javascript-module",
58660
+ "path": "src/ai-criteria-search/validation/operator-map.ts",
58661
+ "declarations": [
58662
+ {
58663
+ "kind": "function",
58664
+ "name": "groupsToCriteria",
58665
+ "return": {
58666
+ "type": {
58667
+ "text": "string"
58668
+ }
58669
+ },
58670
+ "parameters": [
58671
+ {
58672
+ "name": "groups",
58673
+ "type": {
58674
+ "text": "CriteriaGroup[]"
58675
+ }
58676
+ }
58677
+ ],
58678
+ "description": "Converts validated CriteriaGroup[] to a Groovy criteria string using CriteriaBuilder.\nGroups are AND-ed at top level. Within each group, clauses use group.logic (and/or).\nIf group.negated is true, the group's combined expression is wrapped in NOT."
58679
+ },
58680
+ {
58681
+ "kind": "variable",
58682
+ "name": "STRING_OPERATORS",
58683
+ "type": {
58684
+ "text": "CriteriaOperator[]"
58685
+ },
58686
+ "default": "[\n 'contains',\n 'equals',\n 'startsWith',\n 'endsWith',\n 'notEqual',\n]"
58687
+ },
58688
+ {
58689
+ "kind": "variable",
58690
+ "name": "NUMERIC_OPERATORS",
58691
+ "type": {
58692
+ "text": "CriteriaOperator[]"
58693
+ },
58694
+ "default": "[\n 'equals',\n 'greaterThan',\n 'lessThan',\n 'greaterThanOrEqual',\n 'lessThanOrEqual',\n 'notEqual',\n]"
58695
+ },
58696
+ {
58697
+ "kind": "variable",
58698
+ "name": "DATE_OPERATORS",
58699
+ "type": {
58700
+ "text": "CriteriaOperator[]"
58701
+ },
58702
+ "default": "[\n 'dateIsToday',\n 'dateIsAfter',\n 'dateIsBefore',\n 'dateIsEqual',\n 'dateIsGreaterEqual',\n 'dateIsLessEqual',\n]"
58703
+ },
58704
+ {
58705
+ "kind": "variable",
58706
+ "name": "DATETIME_OPERATORS",
58707
+ "type": {
58708
+ "text": "CriteriaOperator[]"
58709
+ },
58710
+ "default": "[\n 'dateTimeIsAfter',\n 'dateTimeIsBefore',\n 'dateTimeIsGreaterEqual',\n 'dateTimeIsLessEqual',\n]"
58711
+ },
58712
+ {
58713
+ "kind": "variable",
58714
+ "name": "OPERATOR_DISPLAY_LABEL",
58715
+ "type": {
58716
+ "text": "Record<CriteriaOperator, string>"
58717
+ },
58718
+ "default": "{\n contains: 'contains',\n equals: '=',\n startsWith: 'starts with',\n endsWith: 'ends with',\n notEqual: '≠',\n greaterThan: '>',\n lessThan: '<',\n greaterThanOrEqual: '≥',\n lessThanOrEqual: '≤',\n dateIsToday: 'is today',\n dateIsAfter: 'after',\n dateIsBefore: 'before',\n dateIsEqual: '=',\n dateIsGreaterEqual: '≥',\n dateIsLessEqual: '≤',\n dateTimeIsAfter: 'after',\n dateTimeIsBefore: 'before',\n dateTimeIsGreaterEqual: '≥',\n dateTimeIsLessEqual: '≤',\n}"
58719
+ }
58720
+ ],
58721
+ "exports": [
58722
+ {
58723
+ "kind": "js",
58724
+ "name": "groupsToCriteria",
58725
+ "declaration": {
58726
+ "name": "groupsToCriteria",
58727
+ "module": "src/ai-criteria-search/validation/operator-map.ts"
58728
+ }
58729
+ },
58730
+ {
58731
+ "kind": "js",
58732
+ "name": "STRING_OPERATORS",
58733
+ "declaration": {
58734
+ "name": "STRING_OPERATORS",
58735
+ "module": "src/ai-criteria-search/validation/operator-map.ts"
58736
+ }
58737
+ },
58738
+ {
58739
+ "kind": "js",
58740
+ "name": "NUMERIC_OPERATORS",
58741
+ "declaration": {
58742
+ "name": "NUMERIC_OPERATORS",
58743
+ "module": "src/ai-criteria-search/validation/operator-map.ts"
58744
+ }
58745
+ },
58746
+ {
58747
+ "kind": "js",
58748
+ "name": "DATE_OPERATORS",
58749
+ "declaration": {
58750
+ "name": "DATE_OPERATORS",
58751
+ "module": "src/ai-criteria-search/validation/operator-map.ts"
58752
+ }
58753
+ },
58754
+ {
58755
+ "kind": "js",
58756
+ "name": "DATETIME_OPERATORS",
58757
+ "declaration": {
58758
+ "name": "DATETIME_OPERATORS",
58759
+ "module": "src/ai-criteria-search/validation/operator-map.ts"
58760
+ }
58761
+ },
58762
+ {
58763
+ "kind": "js",
58764
+ "name": "OPERATOR_DISPLAY_LABEL",
58765
+ "declaration": {
58766
+ "name": "OPERATOR_DISPLAY_LABEL",
58767
+ "module": "src/ai-criteria-search/validation/operator-map.ts"
58768
+ }
58769
+ }
58770
+ ]
58771
+ },
58772
+ {
58773
+ "kind": "javascript-module",
58774
+ "path": "src/ai-criteria-search/validation/schema-validator.ts",
58775
+ "declarations": [
58776
+ {
58777
+ "kind": "function",
58778
+ "name": "validateClauses",
58779
+ "return": {
58780
+ "type": {
58781
+ "text": "ValidationResult"
58782
+ }
58783
+ },
58784
+ "parameters": [
58785
+ {
58786
+ "name": "clauses",
58787
+ "type": {
58788
+ "text": "CriteriaClause[]"
58789
+ }
58790
+ },
58791
+ {
58792
+ "name": "fieldMetadata",
58793
+ "type": {
58794
+ "text": "MetadataDetail[] | string[]"
58795
+ }
58796
+ }
58797
+ ]
58798
+ },
58799
+ {
58800
+ "kind": "function",
58801
+ "name": "validateGroups",
58802
+ "return": {
58803
+ "type": {
58804
+ "text": "GroupsValidationResult"
58805
+ }
58806
+ },
58807
+ "parameters": [
58808
+ {
58809
+ "name": "groups",
58810
+ "type": {
58811
+ "text": "CriteriaGroup[]"
58812
+ }
58813
+ },
58814
+ {
58815
+ "name": "fieldMetadata",
58816
+ "type": {
58817
+ "text": "MetadataDetail[] | string[]"
58818
+ }
58819
+ }
58820
+ ],
58821
+ "description": "Validates groups of criteria clauses. Each group's clauses are validated\nusing the same per-clause logic as validateClauses."
58822
+ }
58823
+ ],
58824
+ "exports": [
58825
+ {
58826
+ "kind": "js",
58827
+ "name": "validateClauses",
58828
+ "declaration": {
58829
+ "name": "validateClauses",
58830
+ "module": "src/ai-criteria-search/validation/schema-validator.ts"
58831
+ }
58832
+ },
58833
+ {
58834
+ "kind": "js",
58835
+ "name": "validateGroups",
58836
+ "declaration": {
58837
+ "name": "validateGroups",
58838
+ "module": "src/ai-criteria-search/validation/schema-validator.ts"
58839
+ }
58840
+ }
58841
+ ]
58842
+ },
58652
58843
  {
58653
58844
  "kind": "javascript-module",
58654
58845
  "path": "src/_config/styles/colors.ts",
@@ -60021,197 +60212,6 @@
60021
60212
  "declarations": [],
60022
60213
  "exports": []
60023
60214
  },
60024
- {
60025
- "kind": "javascript-module",
60026
- "path": "src/ai-criteria-search/validation/criteria-ir.ts",
60027
- "declarations": [],
60028
- "exports": []
60029
- },
60030
- {
60031
- "kind": "javascript-module",
60032
- "path": "src/ai-criteria-search/validation/operator-map.ts",
60033
- "declarations": [
60034
- {
60035
- "kind": "function",
60036
- "name": "groupsToCriteria",
60037
- "return": {
60038
- "type": {
60039
- "text": "string"
60040
- }
60041
- },
60042
- "parameters": [
60043
- {
60044
- "name": "groups",
60045
- "type": {
60046
- "text": "CriteriaGroup[]"
60047
- }
60048
- }
60049
- ],
60050
- "description": "Converts validated CriteriaGroup[] to a Groovy criteria string using CriteriaBuilder.\nGroups are AND-ed at top level. Within each group, clauses use group.logic (and/or).\nIf group.negated is true, the group's combined expression is wrapped in NOT."
60051
- },
60052
- {
60053
- "kind": "variable",
60054
- "name": "STRING_OPERATORS",
60055
- "type": {
60056
- "text": "CriteriaOperator[]"
60057
- },
60058
- "default": "[\n 'contains',\n 'equals',\n 'startsWith',\n 'endsWith',\n 'notEqual',\n]"
60059
- },
60060
- {
60061
- "kind": "variable",
60062
- "name": "NUMERIC_OPERATORS",
60063
- "type": {
60064
- "text": "CriteriaOperator[]"
60065
- },
60066
- "default": "[\n 'equals',\n 'greaterThan',\n 'lessThan',\n 'greaterThanOrEqual',\n 'lessThanOrEqual',\n 'notEqual',\n]"
60067
- },
60068
- {
60069
- "kind": "variable",
60070
- "name": "DATE_OPERATORS",
60071
- "type": {
60072
- "text": "CriteriaOperator[]"
60073
- },
60074
- "default": "[\n 'dateIsToday',\n 'dateIsAfter',\n 'dateIsBefore',\n 'dateIsEqual',\n 'dateIsGreaterEqual',\n 'dateIsLessEqual',\n]"
60075
- },
60076
- {
60077
- "kind": "variable",
60078
- "name": "DATETIME_OPERATORS",
60079
- "type": {
60080
- "text": "CriteriaOperator[]"
60081
- },
60082
- "default": "[\n 'dateTimeIsAfter',\n 'dateTimeIsBefore',\n 'dateTimeIsGreaterEqual',\n 'dateTimeIsLessEqual',\n]"
60083
- },
60084
- {
60085
- "kind": "variable",
60086
- "name": "OPERATOR_DISPLAY_LABEL",
60087
- "type": {
60088
- "text": "Record<CriteriaOperator, string>"
60089
- },
60090
- "default": "{\n contains: 'contains',\n equals: '=',\n startsWith: 'starts with',\n endsWith: 'ends with',\n notEqual: '≠',\n greaterThan: '>',\n lessThan: '<',\n greaterThanOrEqual: '≥',\n lessThanOrEqual: '≤',\n dateIsToday: 'is today',\n dateIsAfter: 'after',\n dateIsBefore: 'before',\n dateIsEqual: '=',\n dateIsGreaterEqual: '≥',\n dateIsLessEqual: '≤',\n dateTimeIsAfter: 'after',\n dateTimeIsBefore: 'before',\n dateTimeIsGreaterEqual: '≥',\n dateTimeIsLessEqual: '≤',\n}"
60091
- }
60092
- ],
60093
- "exports": [
60094
- {
60095
- "kind": "js",
60096
- "name": "groupsToCriteria",
60097
- "declaration": {
60098
- "name": "groupsToCriteria",
60099
- "module": "src/ai-criteria-search/validation/operator-map.ts"
60100
- }
60101
- },
60102
- {
60103
- "kind": "js",
60104
- "name": "STRING_OPERATORS",
60105
- "declaration": {
60106
- "name": "STRING_OPERATORS",
60107
- "module": "src/ai-criteria-search/validation/operator-map.ts"
60108
- }
60109
- },
60110
- {
60111
- "kind": "js",
60112
- "name": "NUMERIC_OPERATORS",
60113
- "declaration": {
60114
- "name": "NUMERIC_OPERATORS",
60115
- "module": "src/ai-criteria-search/validation/operator-map.ts"
60116
- }
60117
- },
60118
- {
60119
- "kind": "js",
60120
- "name": "DATE_OPERATORS",
60121
- "declaration": {
60122
- "name": "DATE_OPERATORS",
60123
- "module": "src/ai-criteria-search/validation/operator-map.ts"
60124
- }
60125
- },
60126
- {
60127
- "kind": "js",
60128
- "name": "DATETIME_OPERATORS",
60129
- "declaration": {
60130
- "name": "DATETIME_OPERATORS",
60131
- "module": "src/ai-criteria-search/validation/operator-map.ts"
60132
- }
60133
- },
60134
- {
60135
- "kind": "js",
60136
- "name": "OPERATOR_DISPLAY_LABEL",
60137
- "declaration": {
60138
- "name": "OPERATOR_DISPLAY_LABEL",
60139
- "module": "src/ai-criteria-search/validation/operator-map.ts"
60140
- }
60141
- }
60142
- ]
60143
- },
60144
- {
60145
- "kind": "javascript-module",
60146
- "path": "src/ai-criteria-search/validation/schema-validator.ts",
60147
- "declarations": [
60148
- {
60149
- "kind": "function",
60150
- "name": "validateClauses",
60151
- "return": {
60152
- "type": {
60153
- "text": "ValidationResult"
60154
- }
60155
- },
60156
- "parameters": [
60157
- {
60158
- "name": "clauses",
60159
- "type": {
60160
- "text": "CriteriaClause[]"
60161
- }
60162
- },
60163
- {
60164
- "name": "fieldMetadata",
60165
- "type": {
60166
- "text": "MetadataDetail[] | string[]"
60167
- }
60168
- }
60169
- ]
60170
- },
60171
- {
60172
- "kind": "function",
60173
- "name": "validateGroups",
60174
- "return": {
60175
- "type": {
60176
- "text": "GroupsValidationResult"
60177
- }
60178
- },
60179
- "parameters": [
60180
- {
60181
- "name": "groups",
60182
- "type": {
60183
- "text": "CriteriaGroup[]"
60184
- }
60185
- },
60186
- {
60187
- "name": "fieldMetadata",
60188
- "type": {
60189
- "text": "MetadataDetail[] | string[]"
60190
- }
60191
- }
60192
- ],
60193
- "description": "Validates groups of criteria clauses. Each group's clauses are validated\nusing the same per-clause logic as validateClauses."
60194
- }
60195
- ],
60196
- "exports": [
60197
- {
60198
- "kind": "js",
60199
- "name": "validateClauses",
60200
- "declaration": {
60201
- "name": "validateClauses",
60202
- "module": "src/ai-criteria-search/validation/schema-validator.ts"
60203
- }
60204
- },
60205
- {
60206
- "kind": "js",
60207
- "name": "validateGroups",
60208
- "declaration": {
60209
- "name": "validateGroups",
60210
- "module": "src/ai-criteria-search/validation/schema-validator.ts"
60211
- }
60212
- }
60213
- ]
60214
- },
60215
60215
  {
60216
60216
  "kind": "javascript-module",
60217
60217
  "path": "src/environment-indicator/utils/configure.ts",