@genesislcap/foundation-ui 14.451.5-alpha-a976431.0 → 14.452.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.
@@ -1400,11 +1400,11 @@
1400
1400
  },
1401
1401
  {
1402
1402
  "kind": "javascript-module",
1403
- "path": "src/accordion/accordion.styles.ts",
1403
+ "path": "src/accordion-item/accordion-item.styles.ts",
1404
1404
  "declarations": [
1405
1405
  {
1406
1406
  "kind": "function",
1407
- "name": "foundationAccordionStyles",
1407
+ "name": "foundationAccordionItemStyles",
1408
1408
  "return": {
1409
1409
  "type": {
1410
1410
  "text": "ElementStyles"
@@ -1429,24 +1429,24 @@
1429
1429
  "exports": [
1430
1430
  {
1431
1431
  "kind": "js",
1432
- "name": "foundationAccordionStyles",
1432
+ "name": "foundationAccordionItemStyles",
1433
1433
  "declaration": {
1434
- "name": "foundationAccordionStyles",
1435
- "module": "src/accordion/accordion.styles.ts"
1434
+ "name": "foundationAccordionItemStyles",
1435
+ "module": "src/accordion-item/accordion-item.styles.ts"
1436
1436
  }
1437
1437
  }
1438
1438
  ]
1439
1439
  },
1440
1440
  {
1441
1441
  "kind": "javascript-module",
1442
- "path": "src/accordion/accordion.template.ts",
1442
+ "path": "src/accordion-item/accordion-item.template.ts",
1443
1443
  "declarations": [
1444
1444
  {
1445
1445
  "kind": "function",
1446
- "name": "foundationAccordionTemplate",
1446
+ "name": "foundationAccordionItemTemplate",
1447
1447
  "return": {
1448
1448
  "type": {
1449
- "text": "ViewTemplate<Accordion>"
1449
+ "text": "ViewTemplate<AccordionItem>"
1450
1450
  }
1451
1451
  },
1452
1452
  "parameters": [
@@ -1468,237 +1468,116 @@
1468
1468
  "exports": [
1469
1469
  {
1470
1470
  "kind": "js",
1471
- "name": "foundationAccordionTemplate",
1471
+ "name": "foundationAccordionItemTemplate",
1472
1472
  "declaration": {
1473
- "name": "foundationAccordionTemplate",
1474
- "module": "src/accordion/accordion.template.ts"
1473
+ "name": "foundationAccordionItemTemplate",
1474
+ "module": "src/accordion-item/accordion-item.template.ts"
1475
1475
  }
1476
1476
  }
1477
1477
  ]
1478
1478
  },
1479
1479
  {
1480
1480
  "kind": "javascript-module",
1481
- "path": "src/accordion/accordion.ts",
1481
+ "path": "src/accordion-item/accordion-item.ts",
1482
1482
  "declarations": [
1483
1483
  {
1484
1484
  "kind": "class",
1485
1485
  "description": "",
1486
- "name": "Accordion",
1486
+ "name": "AccordionItem",
1487
1487
  "superclass": {
1488
- "name": "FASTAccordion",
1489
- "package": "@microsoft/fast-foundation"
1488
+ "name": "FASTAccordionItem",
1489
+ "package": "@microsoft/fast-components"
1490
1490
  },
1491
- "tagName": "%%prefix%%-accordion",
1491
+ "tagName": "%%prefix%%-accordion-item",
1492
1492
  "customElement": true,
1493
1493
  "attributes": [
1494
1494
  {
1495
- "name": "expand-mode",
1496
- "type": {
1497
- "text": "AccordionExpandMode"
1498
- },
1499
- "description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
1500
- "fieldName": "expandmode",
1501
- "inheritedFrom": {
1502
- "name": "Accordion",
1503
- "module": "src/accordion/accordion.ts"
1504
- }
1505
- }
1506
- ],
1507
- "members": [
1508
- {
1509
- "kind": "field",
1510
- "name": "expandmode",
1495
+ "name": "heading-level",
1511
1496
  "type": {
1512
- "text": "AccordionExpandMode"
1497
+ "text": "1 | 2 | 3 | 4 | 5 | 6"
1513
1498
  },
1514
- "privacy": "public",
1515
- "description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
1499
+ "default": "2",
1500
+ "description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
1501
+ "fieldName": "headinglevel",
1516
1502
  "inheritedFrom": {
1517
- "name": "Accordion",
1518
- "module": "src/accordion/accordion.ts"
1503
+ "name": "AccordionItem",
1504
+ "module": "src/accordion-item/accordion-item.ts"
1519
1505
  }
1520
1506
  },
1521
1507
  {
1522
- "kind": "field",
1523
- "name": "activeid",
1524
1508
  "type": {
1525
- "text": "string | null"
1509
+ "text": "boolean"
1526
1510
  },
1527
- "privacy": "private",
1511
+ "default": "false",
1512
+ "description": "Expands or collapses the item.",
1513
+ "fieldName": "expanded",
1528
1514
  "inheritedFrom": {
1529
- "name": "Accordion",
1530
- "module": "src/accordion/accordion.ts"
1515
+ "name": "AccordionItem",
1516
+ "module": "src/accordion-item/accordion-item.ts"
1531
1517
  }
1532
1518
  },
1533
1519
  {
1534
- "kind": "field",
1535
- "name": "activeItemIndex",
1520
+ "name": "id",
1536
1521
  "type": {
1537
- "text": "number"
1522
+ "text": "string"
1538
1523
  },
1539
- "privacy": "private",
1540
- "default": "0",
1524
+ "description": "The item ID",
1525
+ "fieldName": "id",
1541
1526
  "inheritedFrom": {
1542
- "name": "Accordion",
1543
- "module": "src/accordion/accordion.ts"
1527
+ "name": "AccordionItem",
1528
+ "module": "src/accordion-item/accordion-item.ts"
1544
1529
  }
1545
- },
1530
+ }
1531
+ ],
1532
+ "members": [
1546
1533
  {
1547
1534
  "kind": "field",
1548
- "name": "accordionIds",
1535
+ "name": "headinglevel",
1549
1536
  "type": {
1550
- "text": "Array<string | null>"
1551
- },
1552
- "privacy": "private",
1553
- "inheritedFrom": {
1554
- "name": "Accordion",
1555
- "module": "src/accordion/accordion.ts"
1556
- }
1557
- },
1558
- {
1559
- "kind": "field",
1560
- "name": "change",
1561
- "privacy": "private",
1562
- "inheritedFrom": {
1563
- "name": "Accordion",
1564
- "module": "src/accordion/accordion.ts"
1565
- }
1566
- },
1567
- {
1568
- "kind": "method",
1569
- "name": "findExpandedItem",
1570
- "privacy": "private",
1571
- "return": {
1572
- "type": {
1573
- "text": "AccordionItem | null"
1574
- }
1537
+ "text": "1 | 2 | 3 | 4 | 5 | 6"
1575
1538
  },
1539
+ "privacy": "public",
1540
+ "default": "2",
1541
+ "description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
1576
1542
  "inheritedFrom": {
1577
- "name": "Accordion",
1578
- "module": "src/accordion/accordion.ts"
1543
+ "name": "AccordionItem",
1544
+ "module": "src/accordion-item/accordion-item.ts"
1579
1545
  }
1580
1546
  },
1581
1547
  {
1582
1548
  "kind": "field",
1583
- "name": "setItems",
1584
- "privacy": "private",
1585
- "inheritedFrom": {
1586
- "name": "Accordion",
1587
- "module": "src/accordion/accordion.ts"
1588
- }
1589
- },
1590
- {
1591
- "kind": "method",
1592
- "name": "resetItems",
1593
- "privacy": "private",
1594
- "return": {
1595
- "type": {
1596
- "text": "void"
1597
- }
1549
+ "name": "expanded",
1550
+ "type": {
1551
+ "text": "boolean"
1598
1552
  },
1553
+ "privacy": "public",
1554
+ "default": "false",
1555
+ "description": "Expands or collapses the item.",
1599
1556
  "inheritedFrom": {
1600
- "name": "Accordion",
1601
- "module": "src/accordion/accordion.ts"
1602
- }
1603
- },
1604
- {
1605
- "kind": "field",
1606
- "name": "removeItemListeners",
1607
- "privacy": "private",
1608
- "inheritedFrom": {
1609
- "name": "Accordion",
1610
- "module": "src/accordion/accordion.ts"
1557
+ "name": "AccordionItem",
1558
+ "module": "src/accordion-item/accordion-item.ts"
1611
1559
  }
1612
1560
  },
1613
1561
  {
1614
1562
  "kind": "field",
1615
- "name": "activeItemChange",
1616
- "privacy": "private",
1617
- "inheritedFrom": {
1618
- "name": "Accordion",
1619
- "module": "src/accordion/accordion.ts"
1620
- }
1621
- },
1622
- {
1623
- "kind": "method",
1624
- "name": "getItemIds",
1625
- "privacy": "private",
1626
- "return": {
1627
- "type": {
1628
- "text": "Array<string | null>"
1629
- }
1630
- },
1631
- "inheritedFrom": {
1632
- "name": "Accordion",
1633
- "module": "src/accordion/accordion.ts"
1634
- }
1635
- },
1636
- {
1637
- "kind": "method",
1638
- "name": "isSingleExpandMode",
1639
- "privacy": "private",
1640
- "return": {
1641
- "type": {
1642
- "text": "boolean"
1643
- }
1563
+ "name": "id",
1564
+ "type": {
1565
+ "text": "string"
1644
1566
  },
1567
+ "privacy": "public",
1568
+ "description": "The item ID",
1645
1569
  "inheritedFrom": {
1646
- "name": "Accordion",
1647
- "module": "src/accordion/accordion.ts"
1648
- }
1649
- },
1650
- {
1651
- "kind": "field",
1652
- "name": "handleItemKeyDown",
1653
- "privacy": "private",
1654
- "inheritedFrom": {
1655
- "name": "Accordion",
1656
- "module": "src/accordion/accordion.ts"
1570
+ "name": "AccordionItem",
1571
+ "module": "src/accordion-item/accordion-item.ts"
1657
1572
  }
1658
1573
  },
1659
1574
  {
1660
1575
  "kind": "field",
1661
- "name": "handleItemFocus",
1662
- "privacy": "private",
1663
- "inheritedFrom": {
1664
- "name": "Accordion",
1665
- "module": "src/accordion/accordion.ts"
1666
- }
1667
- },
1668
- {
1669
- "kind": "method",
1670
- "name": "adjust",
1671
- "privacy": "private",
1672
- "return": {
1673
- "type": {
1674
- "text": "void"
1675
- }
1676
- },
1677
- "parameters": [
1678
- {
1679
- "name": "adjustment",
1680
- "type": {
1681
- "text": "number"
1682
- }
1683
- }
1684
- ],
1685
- "inheritedFrom": {
1686
- "name": "Accordion",
1687
- "module": "src/accordion/accordion.ts"
1688
- }
1689
- },
1690
- {
1691
- "kind": "method",
1692
- "name": "focusItem",
1576
+ "name": "change",
1693
1577
  "privacy": "private",
1694
- "return": {
1695
- "type": {
1696
- "text": "void"
1697
- }
1698
- },
1699
1578
  "inheritedFrom": {
1700
- "name": "Accordion",
1701
- "module": "src/accordion/accordion.ts"
1579
+ "name": "AccordionItem",
1580
+ "module": "src/accordion-item/accordion-item.ts"
1702
1581
  }
1703
1582
  },
1704
1583
  {
@@ -1815,18 +1694,18 @@
1815
1694
  ],
1816
1695
  "events": [
1817
1696
  {
1818
- "description": "Fires a custom 'change' event when the active item changes",
1697
+ "description": "Fires a custom 'change' event when the button is invoked",
1819
1698
  "name": "change",
1820
1699
  "inheritedFrom": {
1821
- "name": "Accordion",
1822
- "module": "src/accordion/accordion.ts"
1700
+ "name": "AccordionItem",
1701
+ "module": "src/accordion-item/accordion-item.ts"
1823
1702
  }
1824
1703
  }
1825
1704
  ]
1826
1705
  },
1827
1706
  {
1828
1707
  "kind": "variable",
1829
- "name": "foundationAccordionShadowOptions",
1708
+ "name": "foundationAccordionItemShadowOptions",
1830
1709
  "type": {
1831
1710
  "text": "ShadowRootInit"
1832
1711
  },
@@ -1834,57 +1713,57 @@
1834
1713
  },
1835
1714
  {
1836
1715
  "kind": "variable",
1837
- "name": "defaultAccordionConfig",
1716
+ "name": "defaultAccordionItemConfig",
1838
1717
  "type": {
1839
1718
  "text": "object"
1840
1719
  },
1841
- "default": "{}"
1720
+ "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}"
1842
1721
  },
1843
1722
  {
1844
1723
  "kind": "variable",
1845
- "name": "foundationAccordion",
1846
- "description": "The Foundation Accordion",
1724
+ "name": "foundationAccordionItem",
1725
+ "description": "The Foundation Accordion Item",
1847
1726
  "privacy": "public"
1848
1727
  }
1849
1728
  ],
1850
1729
  "exports": [
1851
1730
  {
1852
1731
  "kind": "js",
1853
- "name": "Accordion",
1732
+ "name": "AccordionItem",
1854
1733
  "declaration": {
1855
- "name": "Accordion",
1856
- "module": "src/accordion/accordion.ts"
1734
+ "name": "AccordionItem",
1735
+ "module": "src/accordion-item/accordion-item.ts"
1857
1736
  }
1858
1737
  },
1859
1738
  {
1860
1739
  "kind": "js",
1861
- "name": "foundationAccordionShadowOptions",
1740
+ "name": "foundationAccordionItemShadowOptions",
1862
1741
  "declaration": {
1863
- "name": "foundationAccordionShadowOptions",
1864
- "module": "src/accordion/accordion.ts"
1742
+ "name": "foundationAccordionItemShadowOptions",
1743
+ "module": "src/accordion-item/accordion-item.ts"
1865
1744
  }
1866
1745
  },
1867
1746
  {
1868
1747
  "kind": "js",
1869
- "name": "defaultAccordionConfig",
1748
+ "name": "defaultAccordionItemConfig",
1870
1749
  "declaration": {
1871
- "name": "defaultAccordionConfig",
1872
- "module": "src/accordion/accordion.ts"
1750
+ "name": "defaultAccordionItemConfig",
1751
+ "module": "src/accordion-item/accordion-item.ts"
1873
1752
  }
1874
1753
  },
1875
1754
  {
1876
1755
  "kind": "js",
1877
- "name": "foundationAccordion",
1756
+ "name": "foundationAccordionItem",
1878
1757
  "declaration": {
1879
- "name": "foundationAccordion",
1880
- "module": "src/accordion/accordion.ts"
1758
+ "name": "foundationAccordionItem",
1759
+ "module": "src/accordion-item/accordion-item.ts"
1881
1760
  }
1882
1761
  }
1883
1762
  ]
1884
1763
  },
1885
1764
  {
1886
1765
  "kind": "javascript-module",
1887
- "path": "src/accordion/index.ts",
1766
+ "path": "src/accordion-item/index.ts",
1888
1767
  "declarations": [],
1889
1768
  "exports": [
1890
1769
  {
@@ -1892,7 +1771,7 @@
1892
1771
  "name": "*",
1893
1772
  "declaration": {
1894
1773
  "name": "*",
1895
- "package": "./accordion.template"
1774
+ "package": "./accordion-item.template"
1896
1775
  }
1897
1776
  },
1898
1777
  {
@@ -1900,7 +1779,7 @@
1900
1779
  "name": "*",
1901
1780
  "declaration": {
1902
1781
  "name": "*",
1903
- "package": "./accordion.styles"
1782
+ "package": "./accordion-item.styles"
1904
1783
  }
1905
1784
  },
1906
1785
  {
@@ -1908,18 +1787,41 @@
1908
1787
  "name": "*",
1909
1788
  "declaration": {
1910
1789
  "name": "*",
1911
- "package": "./accordion"
1790
+ "package": "./accordion-item"
1912
1791
  }
1913
1792
  }
1914
1793
  ]
1915
1794
  },
1916
1795
  {
1917
1796
  "kind": "javascript-module",
1918
- "path": "src/accordion-item/accordion-item.styles.ts",
1797
+ "path": "src/actions-menu/actions-menu.styles.ts",
1919
1798
  "declarations": [
1920
1799
  {
1921
1800
  "kind": "function",
1922
- "name": "foundationAccordionItemStyles",
1801
+ "name": "actionsMenuBaseStyles",
1802
+ "return": {
1803
+ "type": {
1804
+ "text": "ElementStyles"
1805
+ }
1806
+ },
1807
+ "parameters": [
1808
+ {
1809
+ "name": "context",
1810
+ "type": {
1811
+ "text": "ElementDefinitionContext"
1812
+ }
1813
+ },
1814
+ {
1815
+ "name": "definition",
1816
+ "type": {
1817
+ "text": "FoundationElementDefinition"
1818
+ }
1819
+ }
1820
+ ]
1821
+ },
1822
+ {
1823
+ "kind": "function",
1824
+ "name": "foundationActionsMenuStyles",
1923
1825
  "return": {
1924
1826
  "type": {
1925
1827
  "text": "ElementStyles"
@@ -1944,500 +1846,166 @@
1944
1846
  "exports": [
1945
1847
  {
1946
1848
  "kind": "js",
1947
- "name": "foundationAccordionItemStyles",
1849
+ "name": "actionsMenuBaseStyles",
1948
1850
  "declaration": {
1949
- "name": "foundationAccordionItemStyles",
1950
- "module": "src/accordion-item/accordion-item.styles.ts"
1851
+ "name": "actionsMenuBaseStyles",
1852
+ "module": "src/actions-menu/actions-menu.styles.ts"
1853
+ }
1854
+ },
1855
+ {
1856
+ "kind": "js",
1857
+ "name": "foundationActionsMenuStyles",
1858
+ "declaration": {
1859
+ "name": "foundationActionsMenuStyles",
1860
+ "module": "src/actions-menu/actions-menu.styles.ts"
1951
1861
  }
1952
1862
  }
1953
1863
  ]
1954
1864
  },
1955
1865
  {
1956
1866
  "kind": "javascript-module",
1957
- "path": "src/accordion-item/accordion-item.template.ts",
1867
+ "path": "src/actions-menu/actions-menu.template.ts",
1958
1868
  "declarations": [
1959
1869
  {
1960
1870
  "kind": "function",
1961
- "name": "foundationAccordionItemTemplate",
1962
- "return": {
1963
- "type": {
1964
- "text": "ViewTemplate<AccordionItem>"
1965
- }
1966
- },
1871
+ "name": "menuTemplate",
1967
1872
  "parameters": [
1968
1873
  {
1969
- "name": "context",
1874
+ "name": "prefix",
1970
1875
  "type": {
1971
- "text": "ElementDefinitionContext"
1876
+ "text": "string"
1972
1877
  }
1973
- },
1878
+ }
1879
+ ]
1880
+ },
1881
+ {
1882
+ "kind": "function",
1883
+ "name": "singleOptionTemplate",
1884
+ "parameters": [
1974
1885
  {
1975
- "name": "definition",
1886
+ "name": "prefix",
1976
1887
  "type": {
1977
- "text": "FoundationElementDefinition"
1888
+ "text": "string"
1978
1889
  }
1979
1890
  }
1980
1891
  ]
1892
+ },
1893
+ {
1894
+ "kind": "variable",
1895
+ "name": "foundationActionsMenuTemplate",
1896
+ "type": {
1897
+ "text": "ViewTemplate<ActionsMenu>"
1898
+ },
1899
+ "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`"
1981
1900
  }
1982
1901
  ],
1983
1902
  "exports": [
1984
1903
  {
1985
1904
  "kind": "js",
1986
- "name": "foundationAccordionItemTemplate",
1905
+ "name": "menuTemplate",
1987
1906
  "declaration": {
1988
- "name": "foundationAccordionItemTemplate",
1989
- "module": "src/accordion-item/accordion-item.template.ts"
1907
+ "name": "menuTemplate",
1908
+ "module": "src/actions-menu/actions-menu.template.ts"
1909
+ }
1910
+ },
1911
+ {
1912
+ "kind": "js",
1913
+ "name": "singleOptionTemplate",
1914
+ "declaration": {
1915
+ "name": "singleOptionTemplate",
1916
+ "module": "src/actions-menu/actions-menu.template.ts"
1917
+ }
1918
+ },
1919
+ {
1920
+ "kind": "js",
1921
+ "name": "foundationActionsMenuTemplate",
1922
+ "declaration": {
1923
+ "name": "foundationActionsMenuTemplate",
1924
+ "module": "src/actions-menu/actions-menu.template.ts"
1990
1925
  }
1991
1926
  }
1992
1927
  ]
1993
1928
  },
1994
1929
  {
1995
1930
  "kind": "javascript-module",
1996
- "path": "src/accordion-item/accordion-item.ts",
1931
+ "path": "src/actions-menu/actions-menu.ts",
1997
1932
  "declarations": [
1998
1933
  {
1999
1934
  "kind": "class",
2000
1935
  "description": "",
2001
- "name": "AccordionItem",
2002
- "superclass": {
2003
- "name": "FASTAccordionItem",
2004
- "package": "@microsoft/fast-components"
2005
- },
2006
- "tagName": "%%prefix%%-accordion-item",
2007
- "customElement": true,
2008
- "attributes": [
1936
+ "name": "ActionsMenu",
1937
+ "members": [
2009
1938
  {
2010
- "name": "heading-level",
1939
+ "kind": "field",
1940
+ "name": "actions",
2011
1941
  "type": {
2012
- "text": "1 | 2 | 3 | 4 | 5 | 6"
2013
- },
2014
- "default": "2",
2015
- "description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
2016
- "fieldName": "headinglevel",
2017
- "inheritedFrom": {
2018
- "name": "AccordionItem",
2019
- "module": "src/accordion-item/accordion-item.ts"
1942
+ "text": "ActionMenuItem[]"
2020
1943
  }
2021
1944
  },
2022
1945
  {
1946
+ "kind": "field",
1947
+ "name": "isVertical",
2023
1948
  "type": {
2024
1949
  "text": "boolean"
2025
1950
  },
2026
- "default": "false",
2027
- "description": "Expands or collapses the item.",
2028
- "fieldName": "expanded",
2029
- "inheritedFrom": {
2030
- "name": "AccordionItem",
2031
- "module": "src/accordion-item/accordion-item.ts"
2032
- }
1951
+ "default": "false"
2033
1952
  },
2034
- {
2035
- "name": "id",
2036
- "type": {
2037
- "text": "string"
2038
- },
2039
- "description": "The item ID",
2040
- "fieldName": "id",
2041
- "inheritedFrom": {
2042
- "name": "AccordionItem",
2043
- "module": "src/accordion-item/accordion-item.ts"
2044
- }
2045
- }
2046
- ],
2047
- "members": [
2048
1953
  {
2049
1954
  "kind": "field",
2050
- "name": "headinglevel",
1955
+ "name": "addDefaultActions",
2051
1956
  "type": {
2052
- "text": "1 | 2 | 3 | 4 | 5 | 6"
1957
+ "text": "boolean"
2053
1958
  },
2054
- "privacy": "public",
2055
- "default": "2",
2056
- "description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
2057
- "inheritedFrom": {
2058
- "name": "AccordionItem",
2059
- "module": "src/accordion-item/accordion-item.ts"
2060
- }
1959
+ "default": "true"
2061
1960
  },
2062
1961
  {
2063
1962
  "kind": "field",
2064
- "name": "expanded",
1963
+ "name": "autoCloseOnAction",
2065
1964
  "type": {
2066
1965
  "text": "boolean"
2067
1966
  },
2068
- "privacy": "public",
2069
- "default": "false",
2070
- "description": "Expands or collapses the item.",
2071
- "inheritedFrom": {
2072
- "name": "AccordionItem",
2073
- "module": "src/accordion-item/accordion-item.ts"
2074
- }
1967
+ "default": "true"
2075
1968
  },
2076
1969
  {
2077
1970
  "kind": "field",
2078
- "name": "id",
1971
+ "name": "classNames",
2079
1972
  "type": {
2080
1973
  "text": "string"
2081
- },
2082
- "privacy": "public",
2083
- "description": "The item ID",
2084
- "inheritedFrom": {
2085
- "name": "AccordionItem",
2086
- "module": "src/accordion-item/accordion-item.ts"
2087
1974
  }
2088
1975
  },
2089
1976
  {
2090
1977
  "kind": "field",
2091
- "name": "change",
2092
- "privacy": "private",
2093
- "inheritedFrom": {
2094
- "name": "AccordionItem",
2095
- "module": "src/accordion-item/accordion-item.ts"
1978
+ "name": "definition",
1979
+ "type": {
1980
+ "text": "any"
2096
1981
  }
2097
1982
  },
2098
1983
  {
2099
1984
  "kind": "field",
2100
- "name": "_presentation",
1985
+ "name": "name",
2101
1986
  "type": {
2102
- "text": "ComponentPresentation | null | undefined"
1987
+ "text": "string"
2103
1988
  },
2104
- "privacy": "private",
2105
- "default": "void 0",
2106
- "inheritedFrom": {
2107
- "name": "FoundationElement",
2108
- "module": "src/foundation-element/foundation-element.ts"
2109
- }
1989
+ "default": "'Actions'"
2110
1990
  },
2111
1991
  {
2112
1992
  "kind": "field",
2113
- "name": "$presentation",
1993
+ "name": "open",
2114
1994
  "type": {
2115
- "text": "ComponentPresentation | null"
1995
+ "text": "boolean"
2116
1996
  },
2117
- "privacy": "public",
2118
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
2119
- "inheritedFrom": {
2120
- "name": "FoundationElement",
2121
- "module": "src/foundation-element/foundation-element.ts"
2122
- }
1997
+ "default": "false"
2123
1998
  },
2124
1999
  {
2125
2000
  "kind": "field",
2126
- "name": "template",
2001
+ "name": "buttonAppearance",
2127
2002
  "type": {
2128
- "text": "ElementViewTemplate | void | null"
2129
- },
2130
- "privacy": "public",
2131
- "description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
2132
- "inheritedFrom": {
2133
- "name": "FoundationElement",
2134
- "module": "src/foundation-element/foundation-element.ts"
2135
- }
2136
- },
2137
- {
2138
- "kind": "method",
2139
- "name": "templateChanged",
2140
- "privacy": "protected",
2141
- "return": {
2142
- "type": {
2143
- "text": "void"
2144
- }
2145
- },
2146
- "inheritedFrom": {
2147
- "name": "FoundationElement",
2148
- "module": "src/foundation-element/foundation-element.ts"
2003
+ "text": "string"
2149
2004
  }
2150
2005
  },
2151
2006
  {
2152
2007
  "kind": "field",
2153
- "name": "styles",
2154
- "type": {
2155
- "text": "ElementStyles | void | null"
2156
- },
2157
- "privacy": "public",
2158
- "description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
2159
- "inheritedFrom": {
2160
- "name": "FoundationElement",
2161
- "module": "src/foundation-element/foundation-element.ts"
2162
- }
2163
- },
2164
- {
2165
- "kind": "method",
2166
- "name": "stylesChanged",
2167
- "privacy": "protected",
2168
- "return": {
2169
- "type": {
2170
- "text": "void"
2171
- }
2172
- },
2173
- "inheritedFrom": {
2174
- "name": "FoundationElement",
2175
- "module": "src/foundation-element/foundation-element.ts"
2176
- }
2177
- },
2178
- {
2179
- "kind": "method",
2180
- "name": "compose",
2181
- "privacy": "public",
2182
- "static": true,
2183
- "return": {
2184
- "type": {
2185
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
2186
- }
2187
- },
2188
- "parameters": [
2189
- {
2190
- "name": "this",
2191
- "type": {
2192
- "text": "K"
2193
- }
2194
- },
2195
- {
2196
- "name": "elementDefinition",
2197
- "type": {
2198
- "text": "T"
2199
- },
2200
- "description": "The definition of the element to create the registry\nfunction for."
2201
- }
2202
- ],
2203
- "description": "Defines an element registry function with a set of element definition defaults.",
2204
- "inheritedFrom": {
2205
- "name": "FoundationElement",
2206
- "module": "src/foundation-element/foundation-element.ts"
2207
- }
2208
- }
2209
- ],
2210
- "events": [
2211
- {
2212
- "description": "Fires a custom 'change' event when the button is invoked",
2213
- "name": "change",
2214
- "inheritedFrom": {
2215
- "name": "AccordionItem",
2216
- "module": "src/accordion-item/accordion-item.ts"
2217
- }
2218
- }
2219
- ]
2220
- },
2221
- {
2222
- "kind": "variable",
2223
- "name": "foundationAccordionItemShadowOptions",
2224
- "type": {
2225
- "text": "ShadowRootInit"
2226
- },
2227
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
2228
- },
2229
- {
2230
- "kind": "variable",
2231
- "name": "defaultAccordionItemConfig",
2232
- "type": {
2233
- "text": "object"
2234
- },
2235
- "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}"
2236
- },
2237
- {
2238
- "kind": "variable",
2239
- "name": "foundationAccordionItem",
2240
- "description": "The Foundation Accordion Item",
2241
- "privacy": "public"
2242
- }
2243
- ],
2244
- "exports": [
2245
- {
2246
- "kind": "js",
2247
- "name": "AccordionItem",
2248
- "declaration": {
2249
- "name": "AccordionItem",
2250
- "module": "src/accordion-item/accordion-item.ts"
2251
- }
2252
- },
2253
- {
2254
- "kind": "js",
2255
- "name": "foundationAccordionItemShadowOptions",
2256
- "declaration": {
2257
- "name": "foundationAccordionItemShadowOptions",
2258
- "module": "src/accordion-item/accordion-item.ts"
2259
- }
2260
- },
2261
- {
2262
- "kind": "js",
2263
- "name": "defaultAccordionItemConfig",
2264
- "declaration": {
2265
- "name": "defaultAccordionItemConfig",
2266
- "module": "src/accordion-item/accordion-item.ts"
2267
- }
2268
- },
2269
- {
2270
- "kind": "js",
2271
- "name": "foundationAccordionItem",
2272
- "declaration": {
2273
- "name": "foundationAccordionItem",
2274
- "module": "src/accordion-item/accordion-item.ts"
2275
- }
2276
- }
2277
- ]
2278
- },
2279
- {
2280
- "kind": "javascript-module",
2281
- "path": "src/accordion-item/index.ts",
2282
- "declarations": [],
2283
- "exports": [
2284
- {
2285
- "kind": "js",
2286
- "name": "*",
2287
- "declaration": {
2288
- "name": "*",
2289
- "package": "./accordion-item.template"
2290
- }
2291
- },
2292
- {
2293
- "kind": "js",
2294
- "name": "*",
2295
- "declaration": {
2296
- "name": "*",
2297
- "package": "./accordion-item.styles"
2298
- }
2299
- },
2300
- {
2301
- "kind": "js",
2302
- "name": "*",
2303
- "declaration": {
2304
- "name": "*",
2305
- "package": "./accordion-item"
2306
- }
2307
- }
2308
- ]
2309
- },
2310
- {
2311
- "kind": "javascript-module",
2312
- "path": "src/_config/index.ts",
2313
- "declarations": [],
2314
- "exports": [
2315
- {
2316
- "kind": "js",
2317
- "name": "*",
2318
- "declaration": {
2319
- "name": "*",
2320
- "package": "./styles"
2321
- }
2322
- },
2323
- {
2324
- "kind": "js",
2325
- "name": "*",
2326
- "declaration": {
2327
- "name": "*",
2328
- "package": "./tokens"
2329
- }
2330
- },
2331
- {
2332
- "kind": "js",
2333
- "name": "*",
2334
- "declaration": {
2335
- "name": "*",
2336
- "package": "./values"
2337
- }
2338
- }
2339
- ]
2340
- },
2341
- {
2342
- "kind": "javascript-module",
2343
- "path": "src/ai-indicator/ai-indicator.styles.ts",
2344
- "declarations": [
2345
- {
2346
- "kind": "function",
2347
- "name": "foundationAiIndicatorStyles",
2348
- "return": {
2349
- "type": {
2350
- "text": "ElementStyles"
2351
- }
2352
- },
2353
- "parameters": [
2354
- {
2355
- "name": "context",
2356
- "type": {
2357
- "text": "ElementDefinitionContext"
2358
- }
2359
- },
2360
- {
2361
- "name": "definition",
2362
- "type": {
2363
- "text": "FoundationElementDefinition"
2364
- }
2365
- }
2366
- ]
2367
- }
2368
- ],
2369
- "exports": [
2370
- {
2371
- "kind": "js",
2372
- "name": "foundationAiIndicatorStyles",
2373
- "declaration": {
2374
- "name": "foundationAiIndicatorStyles",
2375
- "module": "src/ai-indicator/ai-indicator.styles.ts"
2376
- }
2377
- }
2378
- ]
2379
- },
2380
- {
2381
- "kind": "javascript-module",
2382
- "path": "src/ai-indicator/ai-indicator.template.ts",
2383
- "declarations": [
2384
- {
2385
- "kind": "variable",
2386
- "name": "foundationAiIndicatorTemplate",
2387
- "type": {
2388
- "text": "ViewTemplate<AiIndicator>"
2389
- },
2390
- "default": "html`\n ${(x) => aiIndicatorTemplate(getPrefix(x))}\n`"
2391
- }
2392
- ],
2393
- "exports": [
2394
- {
2395
- "kind": "js",
2396
- "name": "foundationAiIndicatorTemplate",
2397
- "declaration": {
2398
- "name": "foundationAiIndicatorTemplate",
2399
- "module": "src/ai-indicator/ai-indicator.template.ts"
2400
- }
2401
- }
2402
- ]
2403
- },
2404
- {
2405
- "kind": "javascript-module",
2406
- "path": "src/ai-indicator/ai-indicator.ts",
2407
- "declarations": [
2408
- {
2409
- "kind": "class",
2410
- "description": "",
2411
- "name": "AiIndicator",
2412
- "members": [
2413
- {
2414
- "kind": "field",
2415
- "name": "providerRegistry",
2416
- "type": {
2417
- "text": "AIProviderRegistry"
2418
- }
2419
- },
2420
- {
2421
- "kind": "field",
2422
- "name": "aiProvider",
2423
- "type": {
2424
- "text": "AIProvider | undefined"
2425
- },
2426
- "privacy": "private",
2427
- "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.",
2428
- "readonly": true
2429
- },
2430
- {
2431
- "kind": "field",
2432
- "name": "status",
2433
- "type": {
2434
- "text": "AIStatus | null"
2435
- },
2436
- "default": "null"
2437
- },
2438
- {
2439
- "kind": "field",
2440
- "name": "open",
2008
+ "name": "hideDisabled",
2441
2009
  "type": {
2442
2010
  "text": "boolean"
2443
2011
  },
@@ -2445,15 +2013,7 @@
2445
2013
  },
2446
2014
  {
2447
2015
  "kind": "field",
2448
- "name": "state",
2449
- "type": {
2450
- "text": "AIIndicatorState"
2451
- },
2452
- "default": "'none'"
2453
- },
2454
- {
2455
- "kind": "field",
2456
- "name": "isInstalling",
2016
+ "name": "hideMenuSingleOption",
2457
2017
  "type": {
2458
2018
  "text": "boolean"
2459
2019
  },
@@ -2461,133 +2021,94 @@
2461
2021
  },
2462
2022
  {
2463
2023
  "kind": "field",
2464
- "name": "pollTimer",
2465
- "type": {
2466
- "text": "ReturnType<typeof setInterval> | null"
2467
- },
2468
- "privacy": "private",
2469
- "default": "null"
2470
- },
2471
- {
2472
- "kind": "field",
2473
- "name": "clickOutside",
2474
- "privacy": "private"
2475
- },
2476
- {
2477
- "kind": "field",
2478
- "name": "chromeStatusLabel",
2479
- "type": {
2480
- "text": "string | null"
2481
- },
2482
- "readonly": true
2483
- },
2484
- {
2485
- "kind": "field",
2486
- "name": "canInstall",
2024
+ "name": "singleOption",
2487
2025
  "type": {
2488
- "text": "boolean"
2489
- },
2490
- "readonly": true
2026
+ "text": "ActionMenuItem"
2027
+ }
2491
2028
  },
2492
2029
  {
2493
2030
  "kind": "field",
2494
- "name": "isDownloading",
2031
+ "name": "actionsMenu",
2495
2032
  "type": {
2496
- "text": "boolean"
2497
- },
2498
- "readonly": true
2499
- },
2500
- {
2501
- "kind": "method",
2502
- "name": "openChanged",
2503
- "return": {
2504
- "type": {
2505
- "text": "void"
2506
- }
2033
+ "text": "HTMLElement"
2507
2034
  }
2508
2035
  },
2509
2036
  {
2510
2037
  "kind": "method",
2511
- "name": "handleClickOutside",
2512
- "privacy": "private",
2038
+ "name": "definitionChanged",
2039
+ "privacy": "protected",
2513
2040
  "parameters": [
2514
2041
  {
2515
- "name": "event",
2042
+ "name": "oldValue",
2516
2043
  "type": {
2517
- "text": "MouseEvent"
2044
+ "text": "any"
2045
+ }
2046
+ },
2047
+ {
2048
+ "name": "newValue",
2049
+ "type": {
2050
+ "text": "any"
2518
2051
  }
2519
2052
  }
2520
2053
  ]
2521
2054
  },
2522
2055
  {
2523
2056
  "kind": "method",
2524
- "name": "toggleDropdown"
2057
+ "name": "openChanged",
2058
+ "privacy": "protected"
2525
2059
  },
2526
2060
  {
2527
2061
  "kind": "method",
2528
- "name": "refreshStatus",
2529
- "return": {
2530
- "type": {
2531
- "text": "Promise<void>"
2532
- }
2533
- }
2062
+ "name": "toggleActionsMenuVisibility"
2534
2063
  },
2535
2064
  {
2536
2065
  "kind": "method",
2537
- "name": "deriveState",
2538
- "privacy": "private",
2539
- "return": {
2540
- "type": {
2541
- "text": "AIIndicatorState"
2542
- }
2543
- },
2066
+ "name": "onActionMenuItemClick",
2544
2067
  "parameters": [
2545
2068
  {
2546
- "name": "s",
2069
+ "name": "callback",
2547
2070
  "type": {
2548
- "text": "AIStatus | null"
2071
+ "text": "(rowData) => void | any"
2549
2072
  }
2550
2073
  }
2551
2074
  ]
2552
2075
  },
2553
2076
  {
2554
- "kind": "method",
2555
- "name": "maybeStartPolling",
2556
- "privacy": "private",
2557
- "return": {
2558
- "type": {
2559
- "text": "void"
2560
- }
2561
- }
2077
+ "kind": "field",
2078
+ "name": "allActions",
2079
+ "type": {
2080
+ "text": "ActionMenuItem[]"
2081
+ },
2082
+ "readonly": true
2562
2083
  },
2563
2084
  {
2564
- "kind": "method",
2565
- "name": "startPolling",
2566
- "privacy": "private",
2567
- "return": {
2568
- "type": {
2569
- "text": "void"
2570
- }
2571
- }
2085
+ "kind": "field",
2086
+ "name": "rowData",
2087
+ "readonly": true
2572
2088
  },
2573
2089
  {
2574
2090
  "kind": "method",
2575
- "name": "stopPolling",
2576
- "privacy": "private",
2577
- "return": {
2578
- "type": {
2579
- "text": "void"
2091
+ "name": "getLabel",
2092
+ "parameters": [
2093
+ {
2094
+ "name": "name",
2095
+ "type": {
2096
+ "text": "string | ((rowData: any) => string)"
2097
+ }
2580
2098
  }
2581
- }
2099
+ ]
2582
2100
  },
2583
2101
  {
2584
2102
  "kind": "method",
2585
- "name": "onInstall",
2586
- "return": {
2587
- "type": {
2588
- "text": "Promise<void>"
2103
+ "name": "getTemplate",
2104
+ "parameters": [
2105
+ {
2106
+ "name": "prefix",
2107
+ "type": {
2108
+ "text": "string"
2109
+ }
2589
2110
  }
2590
- }
2111
+ ]
2591
2112
  },
2592
2113
  {
2593
2114
  "kind": "field",
@@ -2701,88 +2222,131 @@
2701
2222
  }
2702
2223
  }
2703
2224
  ],
2225
+ "attributes": [
2226
+ {
2227
+ "name": "is-vertical",
2228
+ "type": {
2229
+ "text": "boolean"
2230
+ },
2231
+ "default": "false",
2232
+ "fieldName": "isVertical"
2233
+ },
2234
+ {
2235
+ "name": "add-default-actions",
2236
+ "type": {
2237
+ "text": "boolean"
2238
+ },
2239
+ "default": "true",
2240
+ "fieldName": "addDefaultActions"
2241
+ },
2242
+ {
2243
+ "name": "auto-close-on-action",
2244
+ "type": {
2245
+ "text": "boolean"
2246
+ },
2247
+ "default": "true",
2248
+ "fieldName": "autoCloseOnAction"
2249
+ },
2250
+ {
2251
+ "name": "name",
2252
+ "type": {
2253
+ "text": "string"
2254
+ },
2255
+ "default": "'Actions'",
2256
+ "fieldName": "name"
2257
+ },
2258
+ {
2259
+ "name": "open",
2260
+ "type": {
2261
+ "text": "boolean"
2262
+ },
2263
+ "default": "false",
2264
+ "fieldName": "open"
2265
+ },
2266
+ {
2267
+ "name": "buttonAppearance",
2268
+ "type": {
2269
+ "text": "string"
2270
+ },
2271
+ "fieldName": "buttonAppearance"
2272
+ },
2273
+ {
2274
+ "name": "hide-disabled",
2275
+ "type": {
2276
+ "text": "boolean"
2277
+ },
2278
+ "default": "false",
2279
+ "fieldName": "hideDisabled"
2280
+ },
2281
+ {
2282
+ "name": "hide-menu-single-option",
2283
+ "type": {
2284
+ "text": "boolean"
2285
+ },
2286
+ "default": "false",
2287
+ "fieldName": "hideMenuSingleOption"
2288
+ }
2289
+ ],
2704
2290
  "superclass": {
2705
2291
  "name": "FoundationElement",
2706
2292
  "package": "@microsoft/fast-foundation"
2707
2293
  },
2708
- "tagName": "%%prefix%%-ai-indicator",
2294
+ "tagName": "%%prefix%%-actions-menu",
2709
2295
  "customElement": true
2710
2296
  },
2711
2297
  {
2712
2298
  "kind": "variable",
2713
- "name": "foundationAiIndicator"
2299
+ "name": "foundationActionsMenu",
2300
+ "description": "The Foundation Actions Menu",
2301
+ "privacy": "public"
2714
2302
  }
2715
2303
  ],
2716
2304
  "exports": [
2717
2305
  {
2718
2306
  "kind": "js",
2719
- "name": "AiIndicator",
2307
+ "name": "ActionsMenu",
2720
2308
  "declaration": {
2721
- "name": "AiIndicator",
2722
- "module": "src/ai-indicator/ai-indicator.ts"
2309
+ "name": "ActionsMenu",
2310
+ "module": "src/actions-menu/actions-menu.ts"
2723
2311
  }
2724
2312
  },
2725
2313
  {
2726
2314
  "kind": "js",
2727
- "name": "foundationAiIndicator",
2315
+ "name": "foundationActionsMenu",
2728
2316
  "declaration": {
2729
- "name": "foundationAiIndicator",
2730
- "module": "src/ai-indicator/ai-indicator.ts"
2317
+ "name": "foundationActionsMenu",
2318
+ "module": "src/actions-menu/actions-menu.ts"
2731
2319
  }
2732
2320
  }
2733
2321
  ]
2734
2322
  },
2735
2323
  {
2736
2324
  "kind": "javascript-module",
2737
- "path": "src/ai-indicator/index.ts",
2325
+ "path": "src/actions-menu/index.ts",
2738
2326
  "declarations": [],
2739
2327
  "exports": [
2740
2328
  {
2741
2329
  "kind": "js",
2742
- "name": "AiIndicator",
2743
- "declaration": {
2744
- "name": "AiIndicator",
2745
- "module": "./ai-indicator"
2746
- }
2747
- },
2748
- {
2749
- "kind": "js",
2750
- "name": "foundationAiIndicator",
2751
- "declaration": {
2752
- "name": "foundationAiIndicator",
2753
- "module": "./ai-indicator"
2754
- }
2755
- },
2756
- {
2757
- "kind": "js",
2758
- "name": "type",
2759
- "declaration": {
2760
- "name": "type",
2761
- "module": "./ai-indicator"
2762
- }
2763
- },
2764
- {
2765
- "kind": "js",
2766
- "name": "AIIndicatorState",
2330
+ "name": "*",
2767
2331
  "declaration": {
2768
- "name": "AIIndicatorState",
2769
- "module": "./ai-indicator"
2332
+ "name": "*",
2333
+ "package": "./actions-menu.styles"
2770
2334
  }
2771
2335
  },
2772
2336
  {
2773
2337
  "kind": "js",
2774
- "name": "foundationAiIndicatorTemplate",
2338
+ "name": "*",
2775
2339
  "declaration": {
2776
- "name": "foundationAiIndicatorTemplate",
2777
- "module": "./ai-indicator.template"
2340
+ "name": "*",
2341
+ "package": "./actions-menu.template"
2778
2342
  }
2779
2343
  },
2780
2344
  {
2781
2345
  "kind": "js",
2782
- "name": "foundationAiIndicatorStyles",
2346
+ "name": "*",
2783
2347
  "declaration": {
2784
- "name": "foundationAiIndicatorStyles",
2785
- "module": "./ai-indicator.styles"
2348
+ "name": "*",
2349
+ "package": "./actions-menu"
2786
2350
  }
2787
2351
  }
2788
2352
  ]
@@ -3398,11 +2962,11 @@
3398
2962
  },
3399
2963
  {
3400
2964
  "kind": "javascript-module",
3401
- "path": "src/actions-menu/actions-menu.styles.ts",
2965
+ "path": "src/ai-indicator/ai-indicator.styles.ts",
3402
2966
  "declarations": [
3403
2967
  {
3404
2968
  "kind": "function",
3405
- "name": "actionsMenuBaseStyles",
2969
+ "name": "foundationAiIndicatorStyles",
3406
2970
  "return": {
3407
2971
  "type": {
3408
2972
  "text": "ElementStyles"
@@ -3422,10 +2986,436 @@
3422
2986
  }
3423
2987
  }
3424
2988
  ]
2989
+ }
2990
+ ],
2991
+ "exports": [
2992
+ {
2993
+ "kind": "js",
2994
+ "name": "foundationAiIndicatorStyles",
2995
+ "declaration": {
2996
+ "name": "foundationAiIndicatorStyles",
2997
+ "module": "src/ai-indicator/ai-indicator.styles.ts"
2998
+ }
2999
+ }
3000
+ ]
3001
+ },
3002
+ {
3003
+ "kind": "javascript-module",
3004
+ "path": "src/ai-indicator/ai-indicator.template.ts",
3005
+ "declarations": [
3006
+ {
3007
+ "kind": "variable",
3008
+ "name": "foundationAiIndicatorTemplate",
3009
+ "type": {
3010
+ "text": "ViewTemplate<AiIndicator>"
3011
+ },
3012
+ "default": "html`\n ${(x) => aiIndicatorTemplate(getPrefix(x))}\n`"
3013
+ }
3014
+ ],
3015
+ "exports": [
3016
+ {
3017
+ "kind": "js",
3018
+ "name": "foundationAiIndicatorTemplate",
3019
+ "declaration": {
3020
+ "name": "foundationAiIndicatorTemplate",
3021
+ "module": "src/ai-indicator/ai-indicator.template.ts"
3022
+ }
3023
+ }
3024
+ ]
3025
+ },
3026
+ {
3027
+ "kind": "javascript-module",
3028
+ "path": "src/ai-indicator/ai-indicator.ts",
3029
+ "declarations": [
3030
+ {
3031
+ "kind": "class",
3032
+ "description": "",
3033
+ "name": "AiIndicator",
3034
+ "members": [
3035
+ {
3036
+ "kind": "field",
3037
+ "name": "providerRegistry",
3038
+ "type": {
3039
+ "text": "AIProviderRegistry"
3040
+ }
3041
+ },
3042
+ {
3043
+ "kind": "field",
3044
+ "name": "aiProvider",
3045
+ "type": {
3046
+ "text": "AIProvider | undefined"
3047
+ },
3048
+ "privacy": "private",
3049
+ "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.",
3050
+ "readonly": true
3051
+ },
3052
+ {
3053
+ "kind": "field",
3054
+ "name": "status",
3055
+ "type": {
3056
+ "text": "AIStatus | null"
3057
+ },
3058
+ "default": "null"
3059
+ },
3060
+ {
3061
+ "kind": "field",
3062
+ "name": "open",
3063
+ "type": {
3064
+ "text": "boolean"
3065
+ },
3066
+ "default": "false"
3067
+ },
3068
+ {
3069
+ "kind": "field",
3070
+ "name": "state",
3071
+ "type": {
3072
+ "text": "AIIndicatorState"
3073
+ },
3074
+ "default": "'none'"
3075
+ },
3076
+ {
3077
+ "kind": "field",
3078
+ "name": "isInstalling",
3079
+ "type": {
3080
+ "text": "boolean"
3081
+ },
3082
+ "default": "false"
3083
+ },
3084
+ {
3085
+ "kind": "field",
3086
+ "name": "pollTimer",
3087
+ "type": {
3088
+ "text": "ReturnType<typeof setInterval> | null"
3089
+ },
3090
+ "privacy": "private",
3091
+ "default": "null"
3092
+ },
3093
+ {
3094
+ "kind": "field",
3095
+ "name": "clickOutside",
3096
+ "privacy": "private"
3097
+ },
3098
+ {
3099
+ "kind": "field",
3100
+ "name": "chromeStatusLabel",
3101
+ "type": {
3102
+ "text": "string | null"
3103
+ },
3104
+ "readonly": true
3105
+ },
3106
+ {
3107
+ "kind": "field",
3108
+ "name": "canInstall",
3109
+ "type": {
3110
+ "text": "boolean"
3111
+ },
3112
+ "readonly": true
3113
+ },
3114
+ {
3115
+ "kind": "field",
3116
+ "name": "isDownloading",
3117
+ "type": {
3118
+ "text": "boolean"
3119
+ },
3120
+ "readonly": true
3121
+ },
3122
+ {
3123
+ "kind": "method",
3124
+ "name": "openChanged",
3125
+ "return": {
3126
+ "type": {
3127
+ "text": "void"
3128
+ }
3129
+ }
3130
+ },
3131
+ {
3132
+ "kind": "method",
3133
+ "name": "handleClickOutside",
3134
+ "privacy": "private",
3135
+ "parameters": [
3136
+ {
3137
+ "name": "event",
3138
+ "type": {
3139
+ "text": "MouseEvent"
3140
+ }
3141
+ }
3142
+ ]
3143
+ },
3144
+ {
3145
+ "kind": "method",
3146
+ "name": "toggleDropdown"
3147
+ },
3148
+ {
3149
+ "kind": "method",
3150
+ "name": "refreshStatus",
3151
+ "return": {
3152
+ "type": {
3153
+ "text": "Promise<void>"
3154
+ }
3155
+ }
3156
+ },
3157
+ {
3158
+ "kind": "method",
3159
+ "name": "deriveState",
3160
+ "privacy": "private",
3161
+ "return": {
3162
+ "type": {
3163
+ "text": "AIIndicatorState"
3164
+ }
3165
+ },
3166
+ "parameters": [
3167
+ {
3168
+ "name": "s",
3169
+ "type": {
3170
+ "text": "AIStatus | null"
3171
+ }
3172
+ }
3173
+ ]
3174
+ },
3175
+ {
3176
+ "kind": "method",
3177
+ "name": "maybeStartPolling",
3178
+ "privacy": "private",
3179
+ "return": {
3180
+ "type": {
3181
+ "text": "void"
3182
+ }
3183
+ }
3184
+ },
3185
+ {
3186
+ "kind": "method",
3187
+ "name": "startPolling",
3188
+ "privacy": "private",
3189
+ "return": {
3190
+ "type": {
3191
+ "text": "void"
3192
+ }
3193
+ }
3194
+ },
3195
+ {
3196
+ "kind": "method",
3197
+ "name": "stopPolling",
3198
+ "privacy": "private",
3199
+ "return": {
3200
+ "type": {
3201
+ "text": "void"
3202
+ }
3203
+ }
3204
+ },
3205
+ {
3206
+ "kind": "method",
3207
+ "name": "onInstall",
3208
+ "return": {
3209
+ "type": {
3210
+ "text": "Promise<void>"
3211
+ }
3212
+ }
3213
+ },
3214
+ {
3215
+ "kind": "field",
3216
+ "name": "_presentation",
3217
+ "type": {
3218
+ "text": "ComponentPresentation | null | undefined"
3219
+ },
3220
+ "privacy": "private",
3221
+ "default": "void 0",
3222
+ "inheritedFrom": {
3223
+ "name": "FoundationElement",
3224
+ "module": "src/foundation-element/foundation-element.ts"
3225
+ }
3226
+ },
3227
+ {
3228
+ "kind": "field",
3229
+ "name": "$presentation",
3230
+ "type": {
3231
+ "text": "ComponentPresentation | null"
3232
+ },
3233
+ "privacy": "public",
3234
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
3235
+ "inheritedFrom": {
3236
+ "name": "FoundationElement",
3237
+ "module": "src/foundation-element/foundation-element.ts"
3238
+ }
3239
+ },
3240
+ {
3241
+ "kind": "field",
3242
+ "name": "template",
3243
+ "type": {
3244
+ "text": "ElementViewTemplate | void | null"
3245
+ },
3246
+ "privacy": "public",
3247
+ "description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
3248
+ "inheritedFrom": {
3249
+ "name": "FoundationElement",
3250
+ "module": "src/foundation-element/foundation-element.ts"
3251
+ }
3252
+ },
3253
+ {
3254
+ "kind": "method",
3255
+ "name": "templateChanged",
3256
+ "privacy": "protected",
3257
+ "return": {
3258
+ "type": {
3259
+ "text": "void"
3260
+ }
3261
+ },
3262
+ "inheritedFrom": {
3263
+ "name": "FoundationElement",
3264
+ "module": "src/foundation-element/foundation-element.ts"
3265
+ }
3266
+ },
3267
+ {
3268
+ "kind": "field",
3269
+ "name": "styles",
3270
+ "type": {
3271
+ "text": "ElementStyles | void | null"
3272
+ },
3273
+ "privacy": "public",
3274
+ "description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
3275
+ "inheritedFrom": {
3276
+ "name": "FoundationElement",
3277
+ "module": "src/foundation-element/foundation-element.ts"
3278
+ }
3279
+ },
3280
+ {
3281
+ "kind": "method",
3282
+ "name": "stylesChanged",
3283
+ "privacy": "protected",
3284
+ "return": {
3285
+ "type": {
3286
+ "text": "void"
3287
+ }
3288
+ },
3289
+ "inheritedFrom": {
3290
+ "name": "FoundationElement",
3291
+ "module": "src/foundation-element/foundation-element.ts"
3292
+ }
3293
+ },
3294
+ {
3295
+ "kind": "method",
3296
+ "name": "compose",
3297
+ "privacy": "public",
3298
+ "static": true,
3299
+ "return": {
3300
+ "type": {
3301
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
3302
+ }
3303
+ },
3304
+ "parameters": [
3305
+ {
3306
+ "name": "this",
3307
+ "type": {
3308
+ "text": "K"
3309
+ }
3310
+ },
3311
+ {
3312
+ "name": "elementDefinition",
3313
+ "type": {
3314
+ "text": "T"
3315
+ },
3316
+ "description": "The definition of the element to create the registry\nfunction for."
3317
+ }
3318
+ ],
3319
+ "description": "Defines an element registry function with a set of element definition defaults.",
3320
+ "inheritedFrom": {
3321
+ "name": "FoundationElement",
3322
+ "module": "src/foundation-element/foundation-element.ts"
3323
+ }
3324
+ }
3325
+ ],
3326
+ "superclass": {
3327
+ "name": "FoundationElement",
3328
+ "package": "@microsoft/fast-foundation"
3329
+ },
3330
+ "tagName": "%%prefix%%-ai-indicator",
3331
+ "customElement": true
3332
+ },
3333
+ {
3334
+ "kind": "variable",
3335
+ "name": "foundationAiIndicator"
3336
+ }
3337
+ ],
3338
+ "exports": [
3339
+ {
3340
+ "kind": "js",
3341
+ "name": "AiIndicator",
3342
+ "declaration": {
3343
+ "name": "AiIndicator",
3344
+ "module": "src/ai-indicator/ai-indicator.ts"
3345
+ }
3346
+ },
3347
+ {
3348
+ "kind": "js",
3349
+ "name": "foundationAiIndicator",
3350
+ "declaration": {
3351
+ "name": "foundationAiIndicator",
3352
+ "module": "src/ai-indicator/ai-indicator.ts"
3353
+ }
3354
+ }
3355
+ ]
3356
+ },
3357
+ {
3358
+ "kind": "javascript-module",
3359
+ "path": "src/ai-indicator/index.ts",
3360
+ "declarations": [],
3361
+ "exports": [
3362
+ {
3363
+ "kind": "js",
3364
+ "name": "AiIndicator",
3365
+ "declaration": {
3366
+ "name": "AiIndicator",
3367
+ "module": "./ai-indicator"
3368
+ }
3369
+ },
3370
+ {
3371
+ "kind": "js",
3372
+ "name": "foundationAiIndicator",
3373
+ "declaration": {
3374
+ "name": "foundationAiIndicator",
3375
+ "module": "./ai-indicator"
3376
+ }
3377
+ },
3378
+ {
3379
+ "kind": "js",
3380
+ "name": "type",
3381
+ "declaration": {
3382
+ "name": "type",
3383
+ "module": "./ai-indicator"
3384
+ }
3385
+ },
3386
+ {
3387
+ "kind": "js",
3388
+ "name": "AIIndicatorState",
3389
+ "declaration": {
3390
+ "name": "AIIndicatorState",
3391
+ "module": "./ai-indicator"
3392
+ }
3393
+ },
3394
+ {
3395
+ "kind": "js",
3396
+ "name": "foundationAiIndicatorTemplate",
3397
+ "declaration": {
3398
+ "name": "foundationAiIndicatorTemplate",
3399
+ "module": "./ai-indicator.template"
3400
+ }
3425
3401
  },
3402
+ {
3403
+ "kind": "js",
3404
+ "name": "foundationAiIndicatorStyles",
3405
+ "declaration": {
3406
+ "name": "foundationAiIndicatorStyles",
3407
+ "module": "./ai-indicator.styles"
3408
+ }
3409
+ }
3410
+ ]
3411
+ },
3412
+ {
3413
+ "kind": "javascript-module",
3414
+ "path": "src/accordion/accordion.styles.ts",
3415
+ "declarations": [
3426
3416
  {
3427
3417
  "kind": "function",
3428
- "name": "foundationActionsMenuStyles",
3418
+ "name": "foundationAccordionStyles",
3429
3419
  "return": {
3430
3420
  "type": {
3431
3421
  "text": "ElementStyles"
@@ -3450,269 +3440,277 @@
3450
3440
  "exports": [
3451
3441
  {
3452
3442
  "kind": "js",
3453
- "name": "actionsMenuBaseStyles",
3454
- "declaration": {
3455
- "name": "actionsMenuBaseStyles",
3456
- "module": "src/actions-menu/actions-menu.styles.ts"
3457
- }
3458
- },
3459
- {
3460
- "kind": "js",
3461
- "name": "foundationActionsMenuStyles",
3443
+ "name": "foundationAccordionStyles",
3462
3444
  "declaration": {
3463
- "name": "foundationActionsMenuStyles",
3464
- "module": "src/actions-menu/actions-menu.styles.ts"
3445
+ "name": "foundationAccordionStyles",
3446
+ "module": "src/accordion/accordion.styles.ts"
3465
3447
  }
3466
3448
  }
3467
3449
  ]
3468
3450
  },
3469
3451
  {
3470
3452
  "kind": "javascript-module",
3471
- "path": "src/actions-menu/actions-menu.template.ts",
3453
+ "path": "src/accordion/accordion.template.ts",
3472
3454
  "declarations": [
3473
3455
  {
3474
3456
  "kind": "function",
3475
- "name": "menuTemplate",
3457
+ "name": "foundationAccordionTemplate",
3458
+ "return": {
3459
+ "type": {
3460
+ "text": "ViewTemplate<Accordion>"
3461
+ }
3462
+ },
3476
3463
  "parameters": [
3477
3464
  {
3478
- "name": "prefix",
3465
+ "name": "context",
3479
3466
  "type": {
3480
- "text": "string"
3467
+ "text": "ElementDefinitionContext"
3481
3468
  }
3482
- }
3483
- ]
3484
- },
3485
- {
3486
- "kind": "function",
3487
- "name": "singleOptionTemplate",
3488
- "parameters": [
3469
+ },
3489
3470
  {
3490
- "name": "prefix",
3471
+ "name": "definition",
3491
3472
  "type": {
3492
- "text": "string"
3473
+ "text": "FoundationElementDefinition"
3493
3474
  }
3494
3475
  }
3495
3476
  ]
3496
- },
3497
- {
3498
- "kind": "variable",
3499
- "name": "foundationActionsMenuTemplate",
3500
- "type": {
3501
- "text": "ViewTemplate<ActionsMenu>"
3502
- },
3503
- "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`"
3504
3477
  }
3505
3478
  ],
3506
3479
  "exports": [
3507
3480
  {
3508
3481
  "kind": "js",
3509
- "name": "menuTemplate",
3510
- "declaration": {
3511
- "name": "menuTemplate",
3512
- "module": "src/actions-menu/actions-menu.template.ts"
3513
- }
3514
- },
3515
- {
3516
- "kind": "js",
3517
- "name": "singleOptionTemplate",
3518
- "declaration": {
3519
- "name": "singleOptionTemplate",
3520
- "module": "src/actions-menu/actions-menu.template.ts"
3521
- }
3522
- },
3523
- {
3524
- "kind": "js",
3525
- "name": "foundationActionsMenuTemplate",
3482
+ "name": "foundationAccordionTemplate",
3526
3483
  "declaration": {
3527
- "name": "foundationActionsMenuTemplate",
3528
- "module": "src/actions-menu/actions-menu.template.ts"
3484
+ "name": "foundationAccordionTemplate",
3485
+ "module": "src/accordion/accordion.template.ts"
3529
3486
  }
3530
3487
  }
3531
3488
  ]
3532
3489
  },
3533
3490
  {
3534
3491
  "kind": "javascript-module",
3535
- "path": "src/actions-menu/actions-menu.ts",
3492
+ "path": "src/accordion/accordion.ts",
3536
3493
  "declarations": [
3537
3494
  {
3538
3495
  "kind": "class",
3539
3496
  "description": "",
3540
- "name": "ActionsMenu",
3541
- "members": [
3497
+ "name": "Accordion",
3498
+ "superclass": {
3499
+ "name": "FASTAccordion",
3500
+ "package": "@microsoft/fast-foundation"
3501
+ },
3502
+ "tagName": "%%prefix%%-accordion",
3503
+ "customElement": true,
3504
+ "attributes": [
3542
3505
  {
3543
- "kind": "field",
3544
- "name": "actions",
3506
+ "name": "expand-mode",
3545
3507
  "type": {
3546
- "text": "ActionMenuItem[]"
3508
+ "text": "AccordionExpandMode"
3509
+ },
3510
+ "description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
3511
+ "fieldName": "expandmode",
3512
+ "inheritedFrom": {
3513
+ "name": "Accordion",
3514
+ "module": "src/accordion/accordion.ts"
3547
3515
  }
3548
- },
3516
+ }
3517
+ ],
3518
+ "members": [
3549
3519
  {
3550
3520
  "kind": "field",
3551
- "name": "isVertical",
3521
+ "name": "expandmode",
3552
3522
  "type": {
3553
- "text": "boolean"
3523
+ "text": "AccordionExpandMode"
3554
3524
  },
3555
- "default": "false"
3525
+ "privacy": "public",
3526
+ "description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
3527
+ "inheritedFrom": {
3528
+ "name": "Accordion",
3529
+ "module": "src/accordion/accordion.ts"
3530
+ }
3556
3531
  },
3557
3532
  {
3558
3533
  "kind": "field",
3559
- "name": "addDefaultActions",
3534
+ "name": "activeid",
3560
3535
  "type": {
3561
- "text": "boolean"
3536
+ "text": "string | null"
3562
3537
  },
3563
- "default": "true"
3538
+ "privacy": "private",
3539
+ "inheritedFrom": {
3540
+ "name": "Accordion",
3541
+ "module": "src/accordion/accordion.ts"
3542
+ }
3564
3543
  },
3565
3544
  {
3566
3545
  "kind": "field",
3567
- "name": "autoCloseOnAction",
3546
+ "name": "activeItemIndex",
3568
3547
  "type": {
3569
- "text": "boolean"
3548
+ "text": "number"
3570
3549
  },
3571
- "default": "true"
3572
- },
3573
- {
3574
- "kind": "field",
3575
- "name": "classNames",
3576
- "type": {
3577
- "text": "string"
3550
+ "privacy": "private",
3551
+ "default": "0",
3552
+ "inheritedFrom": {
3553
+ "name": "Accordion",
3554
+ "module": "src/accordion/accordion.ts"
3578
3555
  }
3579
3556
  },
3580
3557
  {
3581
3558
  "kind": "field",
3582
- "name": "definition",
3559
+ "name": "accordionIds",
3583
3560
  "type": {
3584
- "text": "any"
3561
+ "text": "Array<string | null>"
3562
+ },
3563
+ "privacy": "private",
3564
+ "inheritedFrom": {
3565
+ "name": "Accordion",
3566
+ "module": "src/accordion/accordion.ts"
3585
3567
  }
3586
3568
  },
3587
3569
  {
3588
3570
  "kind": "field",
3589
- "name": "name",
3590
- "type": {
3591
- "text": "string"
3592
- },
3593
- "default": "'Actions'"
3571
+ "name": "change",
3572
+ "privacy": "private",
3573
+ "inheritedFrom": {
3574
+ "name": "Accordion",
3575
+ "module": "src/accordion/accordion.ts"
3576
+ }
3594
3577
  },
3595
3578
  {
3596
- "kind": "field",
3597
- "name": "open",
3598
- "type": {
3599
- "text": "boolean"
3579
+ "kind": "method",
3580
+ "name": "findExpandedItem",
3581
+ "privacy": "private",
3582
+ "return": {
3583
+ "type": {
3584
+ "text": "AccordionItem | null"
3585
+ }
3600
3586
  },
3601
- "default": "false"
3602
- },
3603
- {
3604
- "kind": "field",
3605
- "name": "buttonAppearance",
3606
- "type": {
3607
- "text": "string"
3587
+ "inheritedFrom": {
3588
+ "name": "Accordion",
3589
+ "module": "src/accordion/accordion.ts"
3608
3590
  }
3609
3591
  },
3610
3592
  {
3611
3593
  "kind": "field",
3612
- "name": "hideDisabled",
3613
- "type": {
3614
- "text": "boolean"
3615
- },
3616
- "default": "false"
3594
+ "name": "setItems",
3595
+ "privacy": "private",
3596
+ "inheritedFrom": {
3597
+ "name": "Accordion",
3598
+ "module": "src/accordion/accordion.ts"
3599
+ }
3617
3600
  },
3618
3601
  {
3619
- "kind": "field",
3620
- "name": "hideMenuSingleOption",
3621
- "type": {
3622
- "text": "boolean"
3602
+ "kind": "method",
3603
+ "name": "resetItems",
3604
+ "privacy": "private",
3605
+ "return": {
3606
+ "type": {
3607
+ "text": "void"
3608
+ }
3623
3609
  },
3624
- "default": "false"
3610
+ "inheritedFrom": {
3611
+ "name": "Accordion",
3612
+ "module": "src/accordion/accordion.ts"
3613
+ }
3625
3614
  },
3626
3615
  {
3627
3616
  "kind": "field",
3628
- "name": "singleOption",
3629
- "type": {
3630
- "text": "ActionMenuItem"
3617
+ "name": "removeItemListeners",
3618
+ "privacy": "private",
3619
+ "inheritedFrom": {
3620
+ "name": "Accordion",
3621
+ "module": "src/accordion/accordion.ts"
3631
3622
  }
3632
3623
  },
3633
3624
  {
3634
3625
  "kind": "field",
3635
- "name": "actionsMenu",
3636
- "type": {
3637
- "text": "HTMLElement"
3626
+ "name": "activeItemChange",
3627
+ "privacy": "private",
3628
+ "inheritedFrom": {
3629
+ "name": "Accordion",
3630
+ "module": "src/accordion/accordion.ts"
3638
3631
  }
3639
3632
  },
3640
3633
  {
3641
3634
  "kind": "method",
3642
- "name": "definitionChanged",
3643
- "privacy": "protected",
3644
- "parameters": [
3645
- {
3646
- "name": "oldValue",
3647
- "type": {
3648
- "text": "any"
3649
- }
3650
- },
3651
- {
3652
- "name": "newValue",
3653
- "type": {
3654
- "text": "any"
3655
- }
3635
+ "name": "getItemIds",
3636
+ "privacy": "private",
3637
+ "return": {
3638
+ "type": {
3639
+ "text": "Array<string | null>"
3656
3640
  }
3657
- ]
3658
- },
3659
- {
3660
- "kind": "method",
3661
- "name": "openChanged",
3662
- "privacy": "protected"
3663
- },
3664
- {
3665
- "kind": "method",
3666
- "name": "toggleActionsMenuVisibility"
3641
+ },
3642
+ "inheritedFrom": {
3643
+ "name": "Accordion",
3644
+ "module": "src/accordion/accordion.ts"
3645
+ }
3667
3646
  },
3668
3647
  {
3669
3648
  "kind": "method",
3670
- "name": "onActionMenuItemClick",
3671
- "parameters": [
3672
- {
3673
- "name": "callback",
3674
- "type": {
3675
- "text": "(rowData) => void | any"
3676
- }
3649
+ "name": "isSingleExpandMode",
3650
+ "privacy": "private",
3651
+ "return": {
3652
+ "type": {
3653
+ "text": "boolean"
3677
3654
  }
3678
- ]
3655
+ },
3656
+ "inheritedFrom": {
3657
+ "name": "Accordion",
3658
+ "module": "src/accordion/accordion.ts"
3659
+ }
3679
3660
  },
3680
3661
  {
3681
3662
  "kind": "field",
3682
- "name": "allActions",
3683
- "type": {
3684
- "text": "ActionMenuItem[]"
3685
- },
3686
- "readonly": true
3663
+ "name": "handleItemKeyDown",
3664
+ "privacy": "private",
3665
+ "inheritedFrom": {
3666
+ "name": "Accordion",
3667
+ "module": "src/accordion/accordion.ts"
3668
+ }
3687
3669
  },
3688
3670
  {
3689
3671
  "kind": "field",
3690
- "name": "rowData",
3691
- "readonly": true
3672
+ "name": "handleItemFocus",
3673
+ "privacy": "private",
3674
+ "inheritedFrom": {
3675
+ "name": "Accordion",
3676
+ "module": "src/accordion/accordion.ts"
3677
+ }
3692
3678
  },
3693
3679
  {
3694
3680
  "kind": "method",
3695
- "name": "getLabel",
3681
+ "name": "adjust",
3682
+ "privacy": "private",
3683
+ "return": {
3684
+ "type": {
3685
+ "text": "void"
3686
+ }
3687
+ },
3696
3688
  "parameters": [
3697
3689
  {
3698
- "name": "name",
3690
+ "name": "adjustment",
3699
3691
  "type": {
3700
- "text": "string | ((rowData: any) => string)"
3692
+ "text": "number"
3701
3693
  }
3702
3694
  }
3703
- ]
3695
+ ],
3696
+ "inheritedFrom": {
3697
+ "name": "Accordion",
3698
+ "module": "src/accordion/accordion.ts"
3699
+ }
3704
3700
  },
3705
3701
  {
3706
3702
  "kind": "method",
3707
- "name": "getTemplate",
3708
- "parameters": [
3709
- {
3710
- "name": "prefix",
3711
- "type": {
3712
- "text": "string"
3713
- }
3703
+ "name": "focusItem",
3704
+ "privacy": "private",
3705
+ "return": {
3706
+ "type": {
3707
+ "text": "void"
3714
3708
  }
3715
- ]
3709
+ },
3710
+ "inheritedFrom": {
3711
+ "name": "Accordion",
3712
+ "module": "src/accordion/accordion.ts"
3713
+ }
3716
3714
  },
3717
3715
  {
3718
3716
  "kind": "field",
@@ -3826,107 +3824,78 @@
3826
3824
  }
3827
3825
  }
3828
3826
  ],
3829
- "attributes": [
3830
- {
3831
- "name": "is-vertical",
3832
- "type": {
3833
- "text": "boolean"
3834
- },
3835
- "default": "false",
3836
- "fieldName": "isVertical"
3837
- },
3838
- {
3839
- "name": "add-default-actions",
3840
- "type": {
3841
- "text": "boolean"
3842
- },
3843
- "default": "true",
3844
- "fieldName": "addDefaultActions"
3845
- },
3846
- {
3847
- "name": "auto-close-on-action",
3848
- "type": {
3849
- "text": "boolean"
3850
- },
3851
- "default": "true",
3852
- "fieldName": "autoCloseOnAction"
3853
- },
3854
- {
3855
- "name": "name",
3856
- "type": {
3857
- "text": "string"
3858
- },
3859
- "default": "'Actions'",
3860
- "fieldName": "name"
3861
- },
3862
- {
3863
- "name": "open",
3864
- "type": {
3865
- "text": "boolean"
3866
- },
3867
- "default": "false",
3868
- "fieldName": "open"
3869
- },
3870
- {
3871
- "name": "buttonAppearance",
3872
- "type": {
3873
- "text": "string"
3874
- },
3875
- "fieldName": "buttonAppearance"
3876
- },
3877
- {
3878
- "name": "hide-disabled",
3879
- "type": {
3880
- "text": "boolean"
3881
- },
3882
- "default": "false",
3883
- "fieldName": "hideDisabled"
3884
- },
3827
+ "events": [
3885
3828
  {
3886
- "name": "hide-menu-single-option",
3887
- "type": {
3888
- "text": "boolean"
3889
- },
3890
- "default": "false",
3891
- "fieldName": "hideMenuSingleOption"
3829
+ "description": "Fires a custom 'change' event when the active item changes",
3830
+ "name": "change",
3831
+ "inheritedFrom": {
3832
+ "name": "Accordion",
3833
+ "module": "src/accordion/accordion.ts"
3834
+ }
3892
3835
  }
3893
- ],
3894
- "superclass": {
3895
- "name": "FoundationElement",
3896
- "package": "@microsoft/fast-foundation"
3836
+ ]
3837
+ },
3838
+ {
3839
+ "kind": "variable",
3840
+ "name": "foundationAccordionShadowOptions",
3841
+ "type": {
3842
+ "text": "ShadowRootInit"
3897
3843
  },
3898
- "tagName": "%%prefix%%-actions-menu",
3899
- "customElement": true
3844
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
3900
3845
  },
3901
3846
  {
3902
3847
  "kind": "variable",
3903
- "name": "foundationActionsMenu",
3904
- "description": "The Foundation Actions Menu",
3848
+ "name": "defaultAccordionConfig",
3849
+ "type": {
3850
+ "text": "object"
3851
+ },
3852
+ "default": "{}"
3853
+ },
3854
+ {
3855
+ "kind": "variable",
3856
+ "name": "foundationAccordion",
3857
+ "description": "The Foundation Accordion",
3905
3858
  "privacy": "public"
3906
3859
  }
3907
3860
  ],
3908
3861
  "exports": [
3909
3862
  {
3910
3863
  "kind": "js",
3911
- "name": "ActionsMenu",
3864
+ "name": "Accordion",
3912
3865
  "declaration": {
3913
- "name": "ActionsMenu",
3914
- "module": "src/actions-menu/actions-menu.ts"
3866
+ "name": "Accordion",
3867
+ "module": "src/accordion/accordion.ts"
3915
3868
  }
3916
3869
  },
3917
3870
  {
3918
3871
  "kind": "js",
3919
- "name": "foundationActionsMenu",
3872
+ "name": "foundationAccordionShadowOptions",
3920
3873
  "declaration": {
3921
- "name": "foundationActionsMenu",
3922
- "module": "src/actions-menu/actions-menu.ts"
3874
+ "name": "foundationAccordionShadowOptions",
3875
+ "module": "src/accordion/accordion.ts"
3876
+ }
3877
+ },
3878
+ {
3879
+ "kind": "js",
3880
+ "name": "defaultAccordionConfig",
3881
+ "declaration": {
3882
+ "name": "defaultAccordionConfig",
3883
+ "module": "src/accordion/accordion.ts"
3884
+ }
3885
+ },
3886
+ {
3887
+ "kind": "js",
3888
+ "name": "foundationAccordion",
3889
+ "declaration": {
3890
+ "name": "foundationAccordion",
3891
+ "module": "src/accordion/accordion.ts"
3923
3892
  }
3924
3893
  }
3925
3894
  ]
3926
3895
  },
3927
3896
  {
3928
3897
  "kind": "javascript-module",
3929
- "path": "src/actions-menu/index.ts",
3898
+ "path": "src/accordion/index.ts",
3930
3899
  "declarations": [],
3931
3900
  "exports": [
3932
3901
  {
@@ -3934,7 +3903,7 @@
3934
3903
  "name": "*",
3935
3904
  "declaration": {
3936
3905
  "name": "*",
3937
- "package": "./actions-menu.styles"
3906
+ "package": "./accordion.template"
3938
3907
  }
3939
3908
  },
3940
3909
  {
@@ -3942,7 +3911,7 @@
3942
3911
  "name": "*",
3943
3912
  "declaration": {
3944
3913
  "name": "*",
3945
- "package": "./actions-menu.template"
3914
+ "package": "./accordion.styles"
3946
3915
  }
3947
3916
  },
3948
3917
  {
@@ -3950,7 +3919,38 @@
3950
3919
  "name": "*",
3951
3920
  "declaration": {
3952
3921
  "name": "*",
3953
- "package": "./actions-menu"
3922
+ "package": "./accordion"
3923
+ }
3924
+ }
3925
+ ]
3926
+ },
3927
+ {
3928
+ "kind": "javascript-module",
3929
+ "path": "src/_config/index.ts",
3930
+ "declarations": [],
3931
+ "exports": [
3932
+ {
3933
+ "kind": "js",
3934
+ "name": "*",
3935
+ "declaration": {
3936
+ "name": "*",
3937
+ "package": "./styles"
3938
+ }
3939
+ },
3940
+ {
3941
+ "kind": "js",
3942
+ "name": "*",
3943
+ "declaration": {
3944
+ "name": "*",
3945
+ "package": "./tokens"
3946
+ }
3947
+ },
3948
+ {
3949
+ "kind": "js",
3950
+ "name": "*",
3951
+ "declaration": {
3952
+ "name": "*",
3953
+ "package": "./values"
3954
3954
  }
3955
3955
  }
3956
3956
  ]
@@ -57677,6 +57677,197 @@
57677
57677
  }
57678
57678
  ]
57679
57679
  },
57680
+ {
57681
+ "kind": "javascript-module",
57682
+ "path": "src/ai-criteria-search/validation/criteria-ir.ts",
57683
+ "declarations": [],
57684
+ "exports": []
57685
+ },
57686
+ {
57687
+ "kind": "javascript-module",
57688
+ "path": "src/ai-criteria-search/validation/operator-map.ts",
57689
+ "declarations": [
57690
+ {
57691
+ "kind": "function",
57692
+ "name": "groupsToCriteria",
57693
+ "return": {
57694
+ "type": {
57695
+ "text": "string"
57696
+ }
57697
+ },
57698
+ "parameters": [
57699
+ {
57700
+ "name": "groups",
57701
+ "type": {
57702
+ "text": "CriteriaGroup[]"
57703
+ }
57704
+ }
57705
+ ],
57706
+ "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."
57707
+ },
57708
+ {
57709
+ "kind": "variable",
57710
+ "name": "STRING_OPERATORS",
57711
+ "type": {
57712
+ "text": "CriteriaOperator[]"
57713
+ },
57714
+ "default": "[\n 'contains',\n 'equals',\n 'startsWith',\n 'endsWith',\n 'notEqual',\n]"
57715
+ },
57716
+ {
57717
+ "kind": "variable",
57718
+ "name": "NUMERIC_OPERATORS",
57719
+ "type": {
57720
+ "text": "CriteriaOperator[]"
57721
+ },
57722
+ "default": "[\n 'equals',\n 'greaterThan',\n 'lessThan',\n 'greaterThanOrEqual',\n 'lessThanOrEqual',\n 'notEqual',\n]"
57723
+ },
57724
+ {
57725
+ "kind": "variable",
57726
+ "name": "DATE_OPERATORS",
57727
+ "type": {
57728
+ "text": "CriteriaOperator[]"
57729
+ },
57730
+ "default": "[\n 'dateIsToday',\n 'dateIsAfter',\n 'dateIsBefore',\n 'dateIsEqual',\n 'dateIsGreaterEqual',\n 'dateIsLessEqual',\n]"
57731
+ },
57732
+ {
57733
+ "kind": "variable",
57734
+ "name": "DATETIME_OPERATORS",
57735
+ "type": {
57736
+ "text": "CriteriaOperator[]"
57737
+ },
57738
+ "default": "[\n 'dateTimeIsAfter',\n 'dateTimeIsBefore',\n 'dateTimeIsGreaterEqual',\n 'dateTimeIsLessEqual',\n]"
57739
+ },
57740
+ {
57741
+ "kind": "variable",
57742
+ "name": "OPERATOR_DISPLAY_LABEL",
57743
+ "type": {
57744
+ "text": "Record<CriteriaOperator, string>"
57745
+ },
57746
+ "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}"
57747
+ }
57748
+ ],
57749
+ "exports": [
57750
+ {
57751
+ "kind": "js",
57752
+ "name": "groupsToCriteria",
57753
+ "declaration": {
57754
+ "name": "groupsToCriteria",
57755
+ "module": "src/ai-criteria-search/validation/operator-map.ts"
57756
+ }
57757
+ },
57758
+ {
57759
+ "kind": "js",
57760
+ "name": "STRING_OPERATORS",
57761
+ "declaration": {
57762
+ "name": "STRING_OPERATORS",
57763
+ "module": "src/ai-criteria-search/validation/operator-map.ts"
57764
+ }
57765
+ },
57766
+ {
57767
+ "kind": "js",
57768
+ "name": "NUMERIC_OPERATORS",
57769
+ "declaration": {
57770
+ "name": "NUMERIC_OPERATORS",
57771
+ "module": "src/ai-criteria-search/validation/operator-map.ts"
57772
+ }
57773
+ },
57774
+ {
57775
+ "kind": "js",
57776
+ "name": "DATE_OPERATORS",
57777
+ "declaration": {
57778
+ "name": "DATE_OPERATORS",
57779
+ "module": "src/ai-criteria-search/validation/operator-map.ts"
57780
+ }
57781
+ },
57782
+ {
57783
+ "kind": "js",
57784
+ "name": "DATETIME_OPERATORS",
57785
+ "declaration": {
57786
+ "name": "DATETIME_OPERATORS",
57787
+ "module": "src/ai-criteria-search/validation/operator-map.ts"
57788
+ }
57789
+ },
57790
+ {
57791
+ "kind": "js",
57792
+ "name": "OPERATOR_DISPLAY_LABEL",
57793
+ "declaration": {
57794
+ "name": "OPERATOR_DISPLAY_LABEL",
57795
+ "module": "src/ai-criteria-search/validation/operator-map.ts"
57796
+ }
57797
+ }
57798
+ ]
57799
+ },
57800
+ {
57801
+ "kind": "javascript-module",
57802
+ "path": "src/ai-criteria-search/validation/schema-validator.ts",
57803
+ "declarations": [
57804
+ {
57805
+ "kind": "function",
57806
+ "name": "validateClauses",
57807
+ "return": {
57808
+ "type": {
57809
+ "text": "ValidationResult"
57810
+ }
57811
+ },
57812
+ "parameters": [
57813
+ {
57814
+ "name": "clauses",
57815
+ "type": {
57816
+ "text": "CriteriaClause[]"
57817
+ }
57818
+ },
57819
+ {
57820
+ "name": "fieldMetadata",
57821
+ "type": {
57822
+ "text": "MetadataDetail[] | string[]"
57823
+ }
57824
+ }
57825
+ ]
57826
+ },
57827
+ {
57828
+ "kind": "function",
57829
+ "name": "validateGroups",
57830
+ "return": {
57831
+ "type": {
57832
+ "text": "GroupsValidationResult"
57833
+ }
57834
+ },
57835
+ "parameters": [
57836
+ {
57837
+ "name": "groups",
57838
+ "type": {
57839
+ "text": "CriteriaGroup[]"
57840
+ }
57841
+ },
57842
+ {
57843
+ "name": "fieldMetadata",
57844
+ "type": {
57845
+ "text": "MetadataDetail[] | string[]"
57846
+ }
57847
+ }
57848
+ ],
57849
+ "description": "Validates groups of criteria clauses. Each group's clauses are validated\nusing the same per-clause logic as validateClauses."
57850
+ }
57851
+ ],
57852
+ "exports": [
57853
+ {
57854
+ "kind": "js",
57855
+ "name": "validateClauses",
57856
+ "declaration": {
57857
+ "name": "validateClauses",
57858
+ "module": "src/ai-criteria-search/validation/schema-validator.ts"
57859
+ }
57860
+ },
57861
+ {
57862
+ "kind": "js",
57863
+ "name": "validateGroups",
57864
+ "declaration": {
57865
+ "name": "validateGroups",
57866
+ "module": "src/ai-criteria-search/validation/schema-validator.ts"
57867
+ }
57868
+ }
57869
+ ]
57870
+ },
57680
57871
  {
57681
57872
  "kind": "javascript-module",
57682
57873
  "path": "src/_config/styles/colors.ts",
@@ -59049,197 +59240,6 @@
59049
59240
  "declarations": [],
59050
59241
  "exports": []
59051
59242
  },
59052
- {
59053
- "kind": "javascript-module",
59054
- "path": "src/ai-criteria-search/validation/criteria-ir.ts",
59055
- "declarations": [],
59056
- "exports": []
59057
- },
59058
- {
59059
- "kind": "javascript-module",
59060
- "path": "src/ai-criteria-search/validation/operator-map.ts",
59061
- "declarations": [
59062
- {
59063
- "kind": "function",
59064
- "name": "groupsToCriteria",
59065
- "return": {
59066
- "type": {
59067
- "text": "string"
59068
- }
59069
- },
59070
- "parameters": [
59071
- {
59072
- "name": "groups",
59073
- "type": {
59074
- "text": "CriteriaGroup[]"
59075
- }
59076
- }
59077
- ],
59078
- "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."
59079
- },
59080
- {
59081
- "kind": "variable",
59082
- "name": "STRING_OPERATORS",
59083
- "type": {
59084
- "text": "CriteriaOperator[]"
59085
- },
59086
- "default": "[\n 'contains',\n 'equals',\n 'startsWith',\n 'endsWith',\n 'notEqual',\n]"
59087
- },
59088
- {
59089
- "kind": "variable",
59090
- "name": "NUMERIC_OPERATORS",
59091
- "type": {
59092
- "text": "CriteriaOperator[]"
59093
- },
59094
- "default": "[\n 'equals',\n 'greaterThan',\n 'lessThan',\n 'greaterThanOrEqual',\n 'lessThanOrEqual',\n 'notEqual',\n]"
59095
- },
59096
- {
59097
- "kind": "variable",
59098
- "name": "DATE_OPERATORS",
59099
- "type": {
59100
- "text": "CriteriaOperator[]"
59101
- },
59102
- "default": "[\n 'dateIsToday',\n 'dateIsAfter',\n 'dateIsBefore',\n 'dateIsEqual',\n 'dateIsGreaterEqual',\n 'dateIsLessEqual',\n]"
59103
- },
59104
- {
59105
- "kind": "variable",
59106
- "name": "DATETIME_OPERATORS",
59107
- "type": {
59108
- "text": "CriteriaOperator[]"
59109
- },
59110
- "default": "[\n 'dateTimeIsAfter',\n 'dateTimeIsBefore',\n 'dateTimeIsGreaterEqual',\n 'dateTimeIsLessEqual',\n]"
59111
- },
59112
- {
59113
- "kind": "variable",
59114
- "name": "OPERATOR_DISPLAY_LABEL",
59115
- "type": {
59116
- "text": "Record<CriteriaOperator, string>"
59117
- },
59118
- "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}"
59119
- }
59120
- ],
59121
- "exports": [
59122
- {
59123
- "kind": "js",
59124
- "name": "groupsToCriteria",
59125
- "declaration": {
59126
- "name": "groupsToCriteria",
59127
- "module": "src/ai-criteria-search/validation/operator-map.ts"
59128
- }
59129
- },
59130
- {
59131
- "kind": "js",
59132
- "name": "STRING_OPERATORS",
59133
- "declaration": {
59134
- "name": "STRING_OPERATORS",
59135
- "module": "src/ai-criteria-search/validation/operator-map.ts"
59136
- }
59137
- },
59138
- {
59139
- "kind": "js",
59140
- "name": "NUMERIC_OPERATORS",
59141
- "declaration": {
59142
- "name": "NUMERIC_OPERATORS",
59143
- "module": "src/ai-criteria-search/validation/operator-map.ts"
59144
- }
59145
- },
59146
- {
59147
- "kind": "js",
59148
- "name": "DATE_OPERATORS",
59149
- "declaration": {
59150
- "name": "DATE_OPERATORS",
59151
- "module": "src/ai-criteria-search/validation/operator-map.ts"
59152
- }
59153
- },
59154
- {
59155
- "kind": "js",
59156
- "name": "DATETIME_OPERATORS",
59157
- "declaration": {
59158
- "name": "DATETIME_OPERATORS",
59159
- "module": "src/ai-criteria-search/validation/operator-map.ts"
59160
- }
59161
- },
59162
- {
59163
- "kind": "js",
59164
- "name": "OPERATOR_DISPLAY_LABEL",
59165
- "declaration": {
59166
- "name": "OPERATOR_DISPLAY_LABEL",
59167
- "module": "src/ai-criteria-search/validation/operator-map.ts"
59168
- }
59169
- }
59170
- ]
59171
- },
59172
- {
59173
- "kind": "javascript-module",
59174
- "path": "src/ai-criteria-search/validation/schema-validator.ts",
59175
- "declarations": [
59176
- {
59177
- "kind": "function",
59178
- "name": "validateClauses",
59179
- "return": {
59180
- "type": {
59181
- "text": "ValidationResult"
59182
- }
59183
- },
59184
- "parameters": [
59185
- {
59186
- "name": "clauses",
59187
- "type": {
59188
- "text": "CriteriaClause[]"
59189
- }
59190
- },
59191
- {
59192
- "name": "fieldMetadata",
59193
- "type": {
59194
- "text": "MetadataDetail[] | string[]"
59195
- }
59196
- }
59197
- ]
59198
- },
59199
- {
59200
- "kind": "function",
59201
- "name": "validateGroups",
59202
- "return": {
59203
- "type": {
59204
- "text": "GroupsValidationResult"
59205
- }
59206
- },
59207
- "parameters": [
59208
- {
59209
- "name": "groups",
59210
- "type": {
59211
- "text": "CriteriaGroup[]"
59212
- }
59213
- },
59214
- {
59215
- "name": "fieldMetadata",
59216
- "type": {
59217
- "text": "MetadataDetail[] | string[]"
59218
- }
59219
- }
59220
- ],
59221
- "description": "Validates groups of criteria clauses. Each group's clauses are validated\nusing the same per-clause logic as validateClauses."
59222
- }
59223
- ],
59224
- "exports": [
59225
- {
59226
- "kind": "js",
59227
- "name": "validateClauses",
59228
- "declaration": {
59229
- "name": "validateClauses",
59230
- "module": "src/ai-criteria-search/validation/schema-validator.ts"
59231
- }
59232
- },
59233
- {
59234
- "kind": "js",
59235
- "name": "validateGroups",
59236
- "declaration": {
59237
- "name": "validateGroups",
59238
- "module": "src/ai-criteria-search/validation/schema-validator.ts"
59239
- }
59240
- }
59241
- ]
59242
- },
59243
59243
  {
59244
59244
  "kind": "javascript-module",
59245
59245
  "path": "src/environment-indicator/utils/configure.ts",