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

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