@genesislcap/foundation-ui 14.479.0 → 14.480.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.
@@ -1431,34 +1431,11 @@
1431
1431
  },
1432
1432
  {
1433
1433
  "kind": "javascript-module",
1434
- "path": "src/actions-menu/actions-menu.styles.ts",
1434
+ "path": "src/accordion-item/accordion-item.styles.ts",
1435
1435
  "declarations": [
1436
1436
  {
1437
1437
  "kind": "function",
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",
1438
+ "name": "foundationAccordionItemStyles",
1462
1439
  "return": {
1463
1440
  "type": {
1464
1441
  "text": "ElementStyles"
@@ -1483,339 +1460,226 @@
1483
1460
  "exports": [
1484
1461
  {
1485
1462
  "kind": "js",
1486
- "name": "actionsMenuBaseStyles",
1487
- "declaration": {
1488
- "name": "actionsMenuBaseStyles",
1489
- "module": "src/actions-menu/actions-menu.styles.ts"
1490
- }
1491
- },
1492
- {
1493
- "kind": "js",
1494
- "name": "foundationActionsMenuStyles",
1463
+ "name": "foundationAccordionItemStyles",
1495
1464
  "declaration": {
1496
- "name": "foundationActionsMenuStyles",
1497
- "module": "src/actions-menu/actions-menu.styles.ts"
1465
+ "name": "foundationAccordionItemStyles",
1466
+ "module": "src/accordion-item/accordion-item.styles.ts"
1498
1467
  }
1499
1468
  }
1500
1469
  ]
1501
1470
  },
1502
1471
  {
1503
1472
  "kind": "javascript-module",
1504
- "path": "src/actions-menu/actions-menu.template.ts",
1473
+ "path": "src/accordion-item/accordion-item.template.ts",
1505
1474
  "declarations": [
1506
1475
  {
1507
1476
  "kind": "function",
1508
- "name": "menuTemplate",
1477
+ "name": "foundationAccordionItemTemplate",
1478
+ "return": {
1479
+ "type": {
1480
+ "text": "ViewTemplate<AccordionItem>"
1481
+ }
1482
+ },
1509
1483
  "parameters": [
1510
1484
  {
1511
- "name": "prefix",
1485
+ "name": "context",
1512
1486
  "type": {
1513
- "text": "string"
1487
+ "text": "ElementDefinitionContext"
1514
1488
  }
1515
- }
1516
- ]
1517
- },
1518
- {
1519
- "kind": "function",
1520
- "name": "singleOptionTemplate",
1521
- "parameters": [
1489
+ },
1522
1490
  {
1523
- "name": "prefix",
1491
+ "name": "definition",
1524
1492
  "type": {
1525
- "text": "string"
1493
+ "text": "FoundationElementDefinition"
1526
1494
  }
1527
1495
  }
1528
1496
  ]
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`"
1537
1497
  }
1538
1498
  ],
1539
1499
  "exports": [
1540
1500
  {
1541
1501
  "kind": "js",
1542
- "name": "menuTemplate",
1543
- "declaration": {
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",
1502
+ "name": "foundationAccordionItemTemplate",
1559
1503
  "declaration": {
1560
- "name": "foundationActionsMenuTemplate",
1561
- "module": "src/actions-menu/actions-menu.template.ts"
1504
+ "name": "foundationAccordionItemTemplate",
1505
+ "module": "src/accordion-item/accordion-item.template.ts"
1562
1506
  }
1563
1507
  }
1564
1508
  ]
1565
1509
  },
1566
1510
  {
1567
1511
  "kind": "javascript-module",
1568
- "path": "src/actions-menu/actions-menu.ts",
1512
+ "path": "src/accordion-item/accordion-item.ts",
1569
1513
  "declarations": [
1570
1514
  {
1571
1515
  "kind": "class",
1572
1516
  "description": "",
1573
- "name": "ActionsMenu",
1574
- "members": [
1517
+ "name": "AccordionItem",
1518
+ "superclass": {
1519
+ "name": "FASTAccordionItem",
1520
+ "package": "@microsoft/fast-components"
1521
+ },
1522
+ "tagName": "%%prefix%%-accordion-item",
1523
+ "customElement": true,
1524
+ "attributes": [
1575
1525
  {
1576
- "kind": "field",
1577
- "name": "actions",
1526
+ "name": "heading-level",
1578
1527
  "type": {
1579
- "text": "ActionMenuItem[]"
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"
1580
1536
  }
1581
1537
  },
1582
1538
  {
1583
- "kind": "field",
1584
- "name": "isVertical",
1585
1539
  "type": {
1586
1540
  "text": "boolean"
1587
1541
  },
1588
- "default": "false"
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
+ }
1589
1549
  },
1590
1550
  {
1591
- "kind": "field",
1592
- "name": "addDefaultActions",
1551
+ "name": "id",
1593
1552
  "type": {
1594
- "text": "boolean"
1553
+ "text": "string"
1595
1554
  },
1596
- "default": "true"
1597
- },
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": [
1598
1564
  {
1599
1565
  "kind": "field",
1600
- "name": "autoCloseOnAction",
1566
+ "name": "headinglevel",
1601
1567
  "type": {
1602
- "text": "boolean"
1568
+ "text": "1 | 2 | 3 | 4 | 5 | 6"
1603
1569
  },
1604
- "default": "true"
1605
- },
1606
- {
1607
- "kind": "field",
1608
- "name": "classNames",
1609
- "type": {
1610
- "text": "string"
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"
1611
1576
  }
1612
1577
  },
1613
1578
  {
1614
1579
  "kind": "field",
1615
- "name": "definition",
1580
+ "name": "expanded",
1616
1581
  "type": {
1617
- "text": "any"
1582
+ "text": "boolean"
1583
+ },
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"
1618
1590
  }
1619
1591
  },
1620
1592
  {
1621
1593
  "kind": "field",
1622
- "name": "name",
1594
+ "name": "id",
1623
1595
  "type": {
1624
1596
  "text": "string"
1625
1597
  },
1626
- "default": "'Actions'"
1598
+ "privacy": "public",
1599
+ "description": "The item ID",
1600
+ "inheritedFrom": {
1601
+ "name": "AccordionItem",
1602
+ "module": "src/accordion-item/accordion-item.ts"
1603
+ }
1627
1604
  },
1628
1605
  {
1629
1606
  "kind": "field",
1630
- "name": "open",
1631
- "type": {
1632
- "text": "boolean"
1633
- },
1634
- "default": "false"
1607
+ "name": "change",
1608
+ "privacy": "private",
1609
+ "inheritedFrom": {
1610
+ "name": "AccordionItem",
1611
+ "module": "src/accordion-item/accordion-item.ts"
1612
+ }
1635
1613
  },
1636
1614
  {
1637
1615
  "kind": "field",
1638
- "name": "buttonAppearance",
1616
+ "name": "_presentation",
1639
1617
  "type": {
1640
- "text": "string"
1618
+ "text": "ComponentPresentation | null | undefined"
1619
+ },
1620
+ "privacy": "private",
1621
+ "default": "void 0",
1622
+ "inheritedFrom": {
1623
+ "name": "FoundationElement",
1624
+ "module": "src/foundation-element/foundation-element.ts"
1641
1625
  }
1642
1626
  },
1643
1627
  {
1644
1628
  "kind": "field",
1645
- "name": "hideDisabled",
1629
+ "name": "$presentation",
1646
1630
  "type": {
1647
- "text": "boolean"
1631
+ "text": "ComponentPresentation | null"
1648
1632
  },
1649
- "default": "false"
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"
1638
+ }
1650
1639
  },
1651
1640
  {
1652
1641
  "kind": "field",
1653
- "name": "hideMenuSingleOption",
1642
+ "name": "template",
1654
1643
  "type": {
1655
- "text": "boolean"
1644
+ "text": "ElementViewTemplate | void | null"
1656
1645
  },
1657
- "default": "false"
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
+ }
1658
1652
  },
1659
1653
  {
1660
- "kind": "field",
1661
- "name": "singleOption",
1662
- "type": {
1663
- "text": "ActionMenuItem"
1654
+ "kind": "method",
1655
+ "name": "templateChanged",
1656
+ "privacy": "protected",
1657
+ "return": {
1658
+ "type": {
1659
+ "text": "void"
1660
+ }
1661
+ },
1662
+ "inheritedFrom": {
1663
+ "name": "FoundationElement",
1664
+ "module": "src/foundation-element/foundation-element.ts"
1664
1665
  }
1665
1666
  },
1666
1667
  {
1667
1668
  "kind": "field",
1668
- "name": "actionsMenu",
1669
+ "name": "styles",
1669
1670
  "type": {
1670
- "text": "HTMLElement"
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"
1671
1678
  }
1672
1679
  },
1673
1680
  {
1674
1681
  "kind": "method",
1675
- "name": "definitionChanged",
1676
- "privacy": "protected",
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",
1682
+ "name": "stylesChanged",
1819
1683
  "privacy": "protected",
1820
1684
  "return": {
1821
1685
  "type": {
@@ -1859,107 +1723,78 @@
1859
1723
  }
1860
1724
  }
1861
1725
  ],
1862
- "attributes": [
1863
- {
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
- },
1726
+ "events": [
1918
1727
  {
1919
- "name": "hide-menu-single-option",
1920
- "type": {
1921
- "text": "boolean"
1922
- },
1923
- "default": "false",
1924
- "fieldName": "hideMenuSingleOption"
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
+ }
1925
1734
  }
1926
- ],
1927
- "superclass": {
1928
- "name": "FoundationElement",
1929
- "package": "@microsoft/fast-foundation"
1735
+ ]
1736
+ },
1737
+ {
1738
+ "kind": "variable",
1739
+ "name": "foundationAccordionItemShadowOptions",
1740
+ "type": {
1741
+ "text": "ShadowRootInit"
1930
1742
  },
1931
- "tagName": "%%prefix%%-actions-menu",
1932
- "customElement": true
1743
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
1933
1744
  },
1934
1745
  {
1935
1746
  "kind": "variable",
1936
- "name": "foundationActionsMenu",
1937
- "description": "The Foundation Actions Menu",
1747
+ "name": "defaultAccordionItemConfig",
1748
+ "type": {
1749
+ "text": "object"
1750
+ },
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}"
1752
+ },
1753
+ {
1754
+ "kind": "variable",
1755
+ "name": "foundationAccordionItem",
1756
+ "description": "The Foundation Accordion Item",
1938
1757
  "privacy": "public"
1939
1758
  }
1940
1759
  ],
1941
1760
  "exports": [
1942
1761
  {
1943
1762
  "kind": "js",
1944
- "name": "ActionsMenu",
1763
+ "name": "AccordionItem",
1945
1764
  "declaration": {
1946
- "name": "ActionsMenu",
1947
- "module": "src/actions-menu/actions-menu.ts"
1765
+ "name": "AccordionItem",
1766
+ "module": "src/accordion-item/accordion-item.ts"
1948
1767
  }
1949
1768
  },
1950
1769
  {
1951
1770
  "kind": "js",
1952
- "name": "foundationActionsMenu",
1771
+ "name": "foundationAccordionItemShadowOptions",
1953
1772
  "declaration": {
1954
- "name": "foundationActionsMenu",
1955
- "module": "src/actions-menu/actions-menu.ts"
1773
+ "name": "foundationAccordionItemShadowOptions",
1774
+ "module": "src/accordion-item/accordion-item.ts"
1775
+ }
1776
+ },
1777
+ {
1778
+ "kind": "js",
1779
+ "name": "defaultAccordionItemConfig",
1780
+ "declaration": {
1781
+ "name": "defaultAccordionItemConfig",
1782
+ "module": "src/accordion-item/accordion-item.ts"
1783
+ }
1784
+ },
1785
+ {
1786
+ "kind": "js",
1787
+ "name": "foundationAccordionItem",
1788
+ "declaration": {
1789
+ "name": "foundationAccordionItem",
1790
+ "module": "src/accordion-item/accordion-item.ts"
1956
1791
  }
1957
1792
  }
1958
1793
  ]
1959
1794
  },
1960
1795
  {
1961
1796
  "kind": "javascript-module",
1962
- "path": "src/actions-menu/index.ts",
1797
+ "path": "src/accordion-item/index.ts",
1963
1798
  "declarations": [],
1964
1799
  "exports": [
1965
1800
  {
@@ -1967,7 +1802,7 @@
1967
1802
  "name": "*",
1968
1803
  "declaration": {
1969
1804
  "name": "*",
1970
- "package": "./actions-menu.styles"
1805
+ "package": "./accordion-item.template"
1971
1806
  }
1972
1807
  },
1973
1808
  {
@@ -1975,7 +1810,7 @@
1975
1810
  "name": "*",
1976
1811
  "declaration": {
1977
1812
  "name": "*",
1978
- "package": "./actions-menu.template"
1813
+ "package": "./accordion-item.styles"
1979
1814
  }
1980
1815
  },
1981
1816
  {
@@ -1983,18 +1818,41 @@
1983
1818
  "name": "*",
1984
1819
  "declaration": {
1985
1820
  "name": "*",
1986
- "package": "./actions-menu"
1821
+ "package": "./accordion-item"
1987
1822
  }
1988
1823
  }
1989
1824
  ]
1990
1825
  },
1991
1826
  {
1992
1827
  "kind": "javascript-module",
1993
- "path": "src/accordion-item/accordion-item.styles.ts",
1828
+ "path": "src/actions-menu/actions-menu.styles.ts",
1994
1829
  "declarations": [
1995
1830
  {
1996
1831
  "kind": "function",
1997
- "name": "foundationAccordionItemStyles",
1832
+ "name": "actionsMenuBaseStyles",
1833
+ "return": {
1834
+ "type": {
1835
+ "text": "ElementStyles"
1836
+ }
1837
+ },
1838
+ "parameters": [
1839
+ {
1840
+ "name": "context",
1841
+ "type": {
1842
+ "text": "ElementDefinitionContext"
1843
+ }
1844
+ },
1845
+ {
1846
+ "name": "definition",
1847
+ "type": {
1848
+ "text": "FoundationElementDefinition"
1849
+ }
1850
+ }
1851
+ ]
1852
+ },
1853
+ {
1854
+ "kind": "function",
1855
+ "name": "foundationActionsMenuStyles",
1998
1856
  "return": {
1999
1857
  "type": {
2000
1858
  "text": "ElementStyles"
@@ -2019,157 +1877,270 @@
2019
1877
  "exports": [
2020
1878
  {
2021
1879
  "kind": "js",
2022
- "name": "foundationAccordionItemStyles",
1880
+ "name": "actionsMenuBaseStyles",
2023
1881
  "declaration": {
2024
- "name": "foundationAccordionItemStyles",
2025
- "module": "src/accordion-item/accordion-item.styles.ts"
1882
+ "name": "actionsMenuBaseStyles",
1883
+ "module": "src/actions-menu/actions-menu.styles.ts"
1884
+ }
1885
+ },
1886
+ {
1887
+ "kind": "js",
1888
+ "name": "foundationActionsMenuStyles",
1889
+ "declaration": {
1890
+ "name": "foundationActionsMenuStyles",
1891
+ "module": "src/actions-menu/actions-menu.styles.ts"
2026
1892
  }
2027
1893
  }
2028
1894
  ]
2029
1895
  },
2030
1896
  {
2031
1897
  "kind": "javascript-module",
2032
- "path": "src/accordion-item/accordion-item.template.ts",
1898
+ "path": "src/actions-menu/actions-menu.template.ts",
2033
1899
  "declarations": [
2034
1900
  {
2035
1901
  "kind": "function",
2036
- "name": "foundationAccordionItemTemplate",
2037
- "return": {
2038
- "type": {
2039
- "text": "ViewTemplate<AccordionItem>"
2040
- }
2041
- },
1902
+ "name": "menuTemplate",
2042
1903
  "parameters": [
2043
1904
  {
2044
- "name": "context",
1905
+ "name": "prefix",
2045
1906
  "type": {
2046
- "text": "ElementDefinitionContext"
1907
+ "text": "string"
2047
1908
  }
2048
- },
1909
+ }
1910
+ ]
1911
+ },
1912
+ {
1913
+ "kind": "function",
1914
+ "name": "singleOptionTemplate",
1915
+ "parameters": [
2049
1916
  {
2050
- "name": "definition",
1917
+ "name": "prefix",
2051
1918
  "type": {
2052
- "text": "FoundationElementDefinition"
1919
+ "text": "string"
2053
1920
  }
2054
1921
  }
2055
1922
  ]
1923
+ },
1924
+ {
1925
+ "kind": "variable",
1926
+ "name": "foundationActionsMenuTemplate",
1927
+ "type": {
1928
+ "text": "ViewTemplate<ActionsMenu>"
1929
+ },
1930
+ "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`"
2056
1931
  }
2057
1932
  ],
2058
1933
  "exports": [
2059
1934
  {
2060
1935
  "kind": "js",
2061
- "name": "foundationAccordionItemTemplate",
1936
+ "name": "menuTemplate",
2062
1937
  "declaration": {
2063
- "name": "foundationAccordionItemTemplate",
2064
- "module": "src/accordion-item/accordion-item.template.ts"
1938
+ "name": "menuTemplate",
1939
+ "module": "src/actions-menu/actions-menu.template.ts"
1940
+ }
1941
+ },
1942
+ {
1943
+ "kind": "js",
1944
+ "name": "singleOptionTemplate",
1945
+ "declaration": {
1946
+ "name": "singleOptionTemplate",
1947
+ "module": "src/actions-menu/actions-menu.template.ts"
1948
+ }
1949
+ },
1950
+ {
1951
+ "kind": "js",
1952
+ "name": "foundationActionsMenuTemplate",
1953
+ "declaration": {
1954
+ "name": "foundationActionsMenuTemplate",
1955
+ "module": "src/actions-menu/actions-menu.template.ts"
2065
1956
  }
2066
1957
  }
2067
1958
  ]
2068
1959
  },
2069
1960
  {
2070
1961
  "kind": "javascript-module",
2071
- "path": "src/accordion-item/accordion-item.ts",
1962
+ "path": "src/actions-menu/actions-menu.ts",
2072
1963
  "declarations": [
2073
1964
  {
2074
1965
  "kind": "class",
2075
1966
  "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": [
1967
+ "name": "ActionsMenu",
1968
+ "members": [
2084
1969
  {
2085
- "name": "heading-level",
1970
+ "kind": "field",
1971
+ "name": "actions",
2086
1972
  "type": {
2087
- "text": "1 | 2 | 3 | 4 | 5 | 6"
1973
+ "text": "ActionMenuItem[]"
1974
+ }
1975
+ },
1976
+ {
1977
+ "kind": "field",
1978
+ "name": "isVertical",
1979
+ "type": {
1980
+ "text": "boolean"
2088
1981
  },
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",
2092
- "inheritedFrom": {
2093
- "name": "AccordionItem",
2094
- "module": "src/accordion-item/accordion-item.ts"
1982
+ "default": "false"
1983
+ },
1984
+ {
1985
+ "kind": "field",
1986
+ "name": "addDefaultActions",
1987
+ "type": {
1988
+ "text": "boolean"
1989
+ },
1990
+ "default": "true"
1991
+ },
1992
+ {
1993
+ "kind": "field",
1994
+ "name": "autoCloseOnAction",
1995
+ "type": {
1996
+ "text": "boolean"
1997
+ },
1998
+ "default": "true"
1999
+ },
2000
+ {
2001
+ "kind": "field",
2002
+ "name": "classNames",
2003
+ "type": {
2004
+ "text": "string"
2095
2005
  }
2096
2006
  },
2097
2007
  {
2008
+ "kind": "field",
2009
+ "name": "definition",
2010
+ "type": {
2011
+ "text": "any"
2012
+ }
2013
+ },
2014
+ {
2015
+ "kind": "field",
2016
+ "name": "name",
2017
+ "type": {
2018
+ "text": "string"
2019
+ },
2020
+ "default": "'Actions'"
2021
+ },
2022
+ {
2023
+ "kind": "field",
2024
+ "name": "open",
2098
2025
  "type": {
2099
2026
  "text": "boolean"
2100
2027
  },
2101
- "default": "false",
2102
- "description": "Expands or collapses the item.",
2103
- "fieldName": "expanded",
2104
- "inheritedFrom": {
2105
- "name": "AccordionItem",
2106
- "module": "src/accordion-item/accordion-item.ts"
2107
- }
2028
+ "default": "false"
2108
2029
  },
2109
2030
  {
2110
- "name": "id",
2031
+ "kind": "field",
2032
+ "name": "buttonAppearance",
2111
2033
  "type": {
2112
2034
  "text": "string"
2113
- },
2114
- "description": "The item ID",
2115
- "fieldName": "id",
2116
- "inheritedFrom": {
2117
- "name": "AccordionItem",
2118
- "module": "src/accordion-item/accordion-item.ts"
2119
2035
  }
2120
- }
2121
- ],
2122
- "members": [
2036
+ },
2123
2037
  {
2124
2038
  "kind": "field",
2125
- "name": "headinglevel",
2039
+ "name": "hideDisabled",
2126
2040
  "type": {
2127
- "text": "1 | 2 | 3 | 4 | 5 | 6"
2041
+ "text": "boolean"
2128
2042
  },
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.",
2132
- "inheritedFrom": {
2133
- "name": "AccordionItem",
2134
- "module": "src/accordion-item/accordion-item.ts"
2135
- }
2043
+ "default": "false"
2136
2044
  },
2137
2045
  {
2138
2046
  "kind": "field",
2139
- "name": "expanded",
2047
+ "name": "hideMenuSingleOption",
2140
2048
  "type": {
2141
2049
  "text": "boolean"
2142
2050
  },
2143
- "privacy": "public",
2144
- "default": "false",
2145
- "description": "Expands or collapses the item.",
2146
- "inheritedFrom": {
2147
- "name": "AccordionItem",
2148
- "module": "src/accordion-item/accordion-item.ts"
2149
- }
2051
+ "default": "false"
2150
2052
  },
2151
2053
  {
2152
2054
  "kind": "field",
2153
- "name": "id",
2055
+ "name": "singleOption",
2154
2056
  "type": {
2155
- "text": "string"
2156
- },
2157
- "privacy": "public",
2158
- "description": "The item ID",
2159
- "inheritedFrom": {
2160
- "name": "AccordionItem",
2161
- "module": "src/accordion-item/accordion-item.ts"
2057
+ "text": "ActionMenuItem"
2162
2058
  }
2163
2059
  },
2164
2060
  {
2165
2061
  "kind": "field",
2166
- "name": "change",
2167
- "privacy": "private",
2168
- "inheritedFrom": {
2169
- "name": "AccordionItem",
2170
- "module": "src/accordion-item/accordion-item.ts"
2062
+ "name": "actionsMenu",
2063
+ "type": {
2064
+ "text": "HTMLElement"
2171
2065
  }
2172
2066
  },
2067
+ {
2068
+ "kind": "method",
2069
+ "name": "definitionChanged",
2070
+ "privacy": "protected",
2071
+ "parameters": [
2072
+ {
2073
+ "name": "oldValue",
2074
+ "type": {
2075
+ "text": "any"
2076
+ }
2077
+ },
2078
+ {
2079
+ "name": "newValue",
2080
+ "type": {
2081
+ "text": "any"
2082
+ }
2083
+ }
2084
+ ]
2085
+ },
2086
+ {
2087
+ "kind": "method",
2088
+ "name": "openChanged",
2089
+ "privacy": "protected"
2090
+ },
2091
+ {
2092
+ "kind": "method",
2093
+ "name": "toggleActionsMenuVisibility"
2094
+ },
2095
+ {
2096
+ "kind": "method",
2097
+ "name": "onActionMenuItemClick",
2098
+ "parameters": [
2099
+ {
2100
+ "name": "callback",
2101
+ "type": {
2102
+ "text": "(rowData) => void | any"
2103
+ }
2104
+ }
2105
+ ]
2106
+ },
2107
+ {
2108
+ "kind": "field",
2109
+ "name": "allActions",
2110
+ "type": {
2111
+ "text": "ActionMenuItem[]"
2112
+ },
2113
+ "readonly": true
2114
+ },
2115
+ {
2116
+ "kind": "field",
2117
+ "name": "rowData",
2118
+ "readonly": true
2119
+ },
2120
+ {
2121
+ "kind": "method",
2122
+ "name": "getLabel",
2123
+ "parameters": [
2124
+ {
2125
+ "name": "name",
2126
+ "type": {
2127
+ "text": "string | ((rowData: any) => string)"
2128
+ }
2129
+ }
2130
+ ]
2131
+ },
2132
+ {
2133
+ "kind": "method",
2134
+ "name": "getTemplate",
2135
+ "parameters": [
2136
+ {
2137
+ "name": "prefix",
2138
+ "type": {
2139
+ "text": "string"
2140
+ }
2141
+ }
2142
+ ]
2143
+ },
2173
2144
  {
2174
2145
  "kind": "field",
2175
2146
  "name": "_presentation",
@@ -2282,78 +2253,107 @@
2282
2253
  }
2283
2254
  }
2284
2255
  ],
2285
- "events": [
2256
+ "attributes": [
2286
2257
  {
2287
- "description": "Fires a custom 'change' event when the button is invoked",
2288
- "name": "change",
2289
- "inheritedFrom": {
2290
- "name": "AccordionItem",
2291
- "module": "src/accordion-item/accordion-item.ts"
2292
- }
2258
+ "name": "is-vertical",
2259
+ "type": {
2260
+ "text": "boolean"
2261
+ },
2262
+ "default": "false",
2263
+ "fieldName": "isVertical"
2264
+ },
2265
+ {
2266
+ "name": "add-default-actions",
2267
+ "type": {
2268
+ "text": "boolean"
2269
+ },
2270
+ "default": "true",
2271
+ "fieldName": "addDefaultActions"
2272
+ },
2273
+ {
2274
+ "name": "auto-close-on-action",
2275
+ "type": {
2276
+ "text": "boolean"
2277
+ },
2278
+ "default": "true",
2279
+ "fieldName": "autoCloseOnAction"
2280
+ },
2281
+ {
2282
+ "name": "name",
2283
+ "type": {
2284
+ "text": "string"
2285
+ },
2286
+ "default": "'Actions'",
2287
+ "fieldName": "name"
2288
+ },
2289
+ {
2290
+ "name": "open",
2291
+ "type": {
2292
+ "text": "boolean"
2293
+ },
2294
+ "default": "false",
2295
+ "fieldName": "open"
2296
+ },
2297
+ {
2298
+ "name": "buttonAppearance",
2299
+ "type": {
2300
+ "text": "string"
2301
+ },
2302
+ "fieldName": "buttonAppearance"
2303
+ },
2304
+ {
2305
+ "name": "hide-disabled",
2306
+ "type": {
2307
+ "text": "boolean"
2308
+ },
2309
+ "default": "false",
2310
+ "fieldName": "hideDisabled"
2311
+ },
2312
+ {
2313
+ "name": "hide-menu-single-option",
2314
+ "type": {
2315
+ "text": "boolean"
2316
+ },
2317
+ "default": "false",
2318
+ "fieldName": "hideMenuSingleOption"
2293
2319
  }
2294
- ]
2295
- },
2296
- {
2297
- "kind": "variable",
2298
- "name": "foundationAccordionItemShadowOptions",
2299
- "type": {
2300
- "text": "ShadowRootInit"
2301
- },
2302
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
2303
- },
2304
- {
2305
- "kind": "variable",
2306
- "name": "defaultAccordionItemConfig",
2307
- "type": {
2308
- "text": "object"
2320
+ ],
2321
+ "superclass": {
2322
+ "name": "FoundationElement",
2323
+ "package": "@microsoft/fast-foundation"
2309
2324
  },
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}"
2325
+ "tagName": "%%prefix%%-actions-menu",
2326
+ "customElement": true
2311
2327
  },
2312
2328
  {
2313
2329
  "kind": "variable",
2314
- "name": "foundationAccordionItem",
2315
- "description": "The Foundation Accordion Item",
2330
+ "name": "foundationActionsMenu",
2331
+ "description": "The Foundation Actions Menu",
2316
2332
  "privacy": "public"
2317
2333
  }
2318
2334
  ],
2319
2335
  "exports": [
2320
2336
  {
2321
2337
  "kind": "js",
2322
- "name": "AccordionItem",
2323
- "declaration": {
2324
- "name": "AccordionItem",
2325
- "module": "src/accordion-item/accordion-item.ts"
2326
- }
2327
- },
2328
- {
2329
- "kind": "js",
2330
- "name": "foundationAccordionItemShadowOptions",
2331
- "declaration": {
2332
- "name": "foundationAccordionItemShadowOptions",
2333
- "module": "src/accordion-item/accordion-item.ts"
2334
- }
2335
- },
2336
- {
2337
- "kind": "js",
2338
- "name": "defaultAccordionItemConfig",
2338
+ "name": "ActionsMenu",
2339
2339
  "declaration": {
2340
- "name": "defaultAccordionItemConfig",
2341
- "module": "src/accordion-item/accordion-item.ts"
2340
+ "name": "ActionsMenu",
2341
+ "module": "src/actions-menu/actions-menu.ts"
2342
2342
  }
2343
2343
  },
2344
2344
  {
2345
2345
  "kind": "js",
2346
- "name": "foundationAccordionItem",
2346
+ "name": "foundationActionsMenu",
2347
2347
  "declaration": {
2348
- "name": "foundationAccordionItem",
2349
- "module": "src/accordion-item/accordion-item.ts"
2348
+ "name": "foundationActionsMenu",
2349
+ "module": "src/actions-menu/actions-menu.ts"
2350
2350
  }
2351
2351
  }
2352
2352
  ]
2353
2353
  },
2354
2354
  {
2355
2355
  "kind": "javascript-module",
2356
- "path": "src/accordion-item/index.ts",
2356
+ "path": "src/actions-menu/index.ts",
2357
2357
  "declarations": [],
2358
2358
  "exports": [
2359
2359
  {
@@ -2361,7 +2361,7 @@
2361
2361
  "name": "*",
2362
2362
  "declaration": {
2363
2363
  "name": "*",
2364
- "package": "./accordion-item.template"
2364
+ "package": "./actions-menu.styles"
2365
2365
  }
2366
2366
  },
2367
2367
  {
@@ -2369,7 +2369,7 @@
2369
2369
  "name": "*",
2370
2370
  "declaration": {
2371
2371
  "name": "*",
2372
- "package": "./accordion-item.styles"
2372
+ "package": "./actions-menu.template"
2373
2373
  }
2374
2374
  },
2375
2375
  {
@@ -2377,7 +2377,7 @@
2377
2377
  "name": "*",
2378
2378
  "declaration": {
2379
2379
  "name": "*",
2380
- "package": "./accordion-item"
2380
+ "package": "./actions-menu"
2381
2381
  }
2382
2382
  }
2383
2383
  ]
@@ -2993,11 +2993,11 @@
2993
2993
  },
2994
2994
  {
2995
2995
  "kind": "javascript-module",
2996
- "path": "src/ai-indicator/ai-indicator.styles.ts",
2996
+ "path": "src/accordion/accordion.styles.ts",
2997
2997
  "declarations": [
2998
2998
  {
2999
2999
  "kind": "function",
3000
- "name": "foundationAiIndicatorStyles",
3000
+ "name": "foundationAccordionStyles",
3001
3001
  "return": {
3002
3002
  "type": {
3003
3003
  "text": "ElementStyles"
@@ -3022,224 +3022,276 @@
3022
3022
  "exports": [
3023
3023
  {
3024
3024
  "kind": "js",
3025
- "name": "foundationAiIndicatorStyles",
3025
+ "name": "foundationAccordionStyles",
3026
3026
  "declaration": {
3027
- "name": "foundationAiIndicatorStyles",
3028
- "module": "src/ai-indicator/ai-indicator.styles.ts"
3027
+ "name": "foundationAccordionStyles",
3028
+ "module": "src/accordion/accordion.styles.ts"
3029
3029
  }
3030
3030
  }
3031
3031
  ]
3032
3032
  },
3033
3033
  {
3034
3034
  "kind": "javascript-module",
3035
- "path": "src/ai-indicator/ai-indicator.template.ts",
3035
+ "path": "src/accordion/accordion.template.ts",
3036
3036
  "declarations": [
3037
3037
  {
3038
- "kind": "variable",
3039
- "name": "foundationAiIndicatorTemplate",
3040
- "type": {
3041
- "text": "ViewTemplate<AiIndicator>"
3038
+ "kind": "function",
3039
+ "name": "foundationAccordionTemplate",
3040
+ "return": {
3041
+ "type": {
3042
+ "text": "ViewTemplate<Accordion>"
3043
+ }
3042
3044
  },
3043
- "default": "html`\n ${(x) => aiIndicatorTemplate(getPrefix(x))}\n`"
3045
+ "parameters": [
3046
+ {
3047
+ "name": "context",
3048
+ "type": {
3049
+ "text": "ElementDefinitionContext"
3050
+ }
3051
+ },
3052
+ {
3053
+ "name": "definition",
3054
+ "type": {
3055
+ "text": "FoundationElementDefinition"
3056
+ }
3057
+ }
3058
+ ]
3044
3059
  }
3045
3060
  ],
3046
3061
  "exports": [
3047
3062
  {
3048
3063
  "kind": "js",
3049
- "name": "foundationAiIndicatorTemplate",
3064
+ "name": "foundationAccordionTemplate",
3050
3065
  "declaration": {
3051
- "name": "foundationAiIndicatorTemplate",
3052
- "module": "src/ai-indicator/ai-indicator.template.ts"
3066
+ "name": "foundationAccordionTemplate",
3067
+ "module": "src/accordion/accordion.template.ts"
3053
3068
  }
3054
3069
  }
3055
3070
  ]
3056
3071
  },
3057
3072
  {
3058
3073
  "kind": "javascript-module",
3059
- "path": "src/ai-indicator/ai-indicator.ts",
3074
+ "path": "src/accordion/accordion.ts",
3060
3075
  "declarations": [
3061
3076
  {
3062
3077
  "kind": "class",
3063
3078
  "description": "",
3064
- "name": "AiIndicator",
3065
- "members": [
3066
- {
3067
- "kind": "field",
3068
- "name": "providerRegistry",
3069
- "type": {
3070
- "text": "AIProviderRegistry"
3071
- }
3072
- },
3073
- {
3074
- "kind": "field",
3075
- "name": "aiProvider",
3076
- "type": {
3077
- "text": "AIProvider | undefined"
3078
- },
3079
- "privacy": "private",
3080
- "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.",
3081
- "readonly": true
3082
- },
3079
+ "name": "Accordion",
3080
+ "superclass": {
3081
+ "name": "FASTAccordion",
3082
+ "package": "@microsoft/fast-foundation"
3083
+ },
3084
+ "tagName": "%%prefix%%-accordion",
3085
+ "customElement": true,
3086
+ "attributes": [
3083
3087
  {
3084
- "kind": "field",
3085
- "name": "status",
3088
+ "name": "expand-mode",
3086
3089
  "type": {
3087
- "text": "AIStatus | null"
3090
+ "text": "AccordionExpandMode"
3088
3091
  },
3089
- "default": "null"
3090
- },
3092
+ "description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
3093
+ "fieldName": "expandmode",
3094
+ "inheritedFrom": {
3095
+ "name": "Accordion",
3096
+ "module": "src/accordion/accordion.ts"
3097
+ }
3098
+ }
3099
+ ],
3100
+ "members": [
3091
3101
  {
3092
3102
  "kind": "field",
3093
- "name": "open",
3103
+ "name": "expandmode",
3094
3104
  "type": {
3095
- "text": "boolean"
3105
+ "text": "AccordionExpandMode"
3096
3106
  },
3097
- "default": "false"
3107
+ "privacy": "public",
3108
+ "description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
3109
+ "inheritedFrom": {
3110
+ "name": "Accordion",
3111
+ "module": "src/accordion/accordion.ts"
3112
+ }
3098
3113
  },
3099
3114
  {
3100
3115
  "kind": "field",
3101
- "name": "state",
3116
+ "name": "activeid",
3102
3117
  "type": {
3103
- "text": "AIIndicatorState"
3118
+ "text": "string | null"
3104
3119
  },
3105
- "default": "'none'"
3120
+ "privacy": "private",
3121
+ "inheritedFrom": {
3122
+ "name": "Accordion",
3123
+ "module": "src/accordion/accordion.ts"
3124
+ }
3106
3125
  },
3107
3126
  {
3108
3127
  "kind": "field",
3109
- "name": "isInstalling",
3128
+ "name": "activeItemIndex",
3110
3129
  "type": {
3111
- "text": "boolean"
3130
+ "text": "number"
3112
3131
  },
3113
- "default": "false"
3132
+ "privacy": "private",
3133
+ "default": "0",
3134
+ "inheritedFrom": {
3135
+ "name": "Accordion",
3136
+ "module": "src/accordion/accordion.ts"
3137
+ }
3114
3138
  },
3115
3139
  {
3116
3140
  "kind": "field",
3117
- "name": "pollTimer",
3141
+ "name": "accordionIds",
3118
3142
  "type": {
3119
- "text": "ReturnType<typeof setInterval> | null"
3143
+ "text": "Array<string | null>"
3120
3144
  },
3121
3145
  "privacy": "private",
3122
- "default": "null"
3123
- },
3124
- {
3125
- "kind": "field",
3126
- "name": "clickOutside",
3127
- "privacy": "private"
3146
+ "inheritedFrom": {
3147
+ "name": "Accordion",
3148
+ "module": "src/accordion/accordion.ts"
3149
+ }
3128
3150
  },
3129
3151
  {
3130
3152
  "kind": "field",
3131
- "name": "chromeStatusLabel",
3132
- "type": {
3133
- "text": "string | null"
3134
- },
3135
- "readonly": true
3153
+ "name": "change",
3154
+ "privacy": "private",
3155
+ "inheritedFrom": {
3156
+ "name": "Accordion",
3157
+ "module": "src/accordion/accordion.ts"
3158
+ }
3136
3159
  },
3137
3160
  {
3138
- "kind": "field",
3139
- "name": "canInstall",
3140
- "type": {
3141
- "text": "boolean"
3161
+ "kind": "method",
3162
+ "name": "findExpandedItem",
3163
+ "privacy": "private",
3164
+ "return": {
3165
+ "type": {
3166
+ "text": "AccordionItem | null"
3167
+ }
3142
3168
  },
3143
- "readonly": true
3169
+ "inheritedFrom": {
3170
+ "name": "Accordion",
3171
+ "module": "src/accordion/accordion.ts"
3172
+ }
3144
3173
  },
3145
3174
  {
3146
3175
  "kind": "field",
3147
- "name": "isDownloading",
3148
- "type": {
3149
- "text": "boolean"
3150
- },
3151
- "readonly": true
3176
+ "name": "setItems",
3177
+ "privacy": "private",
3178
+ "inheritedFrom": {
3179
+ "name": "Accordion",
3180
+ "module": "src/accordion/accordion.ts"
3181
+ }
3152
3182
  },
3153
3183
  {
3154
3184
  "kind": "method",
3155
- "name": "openChanged",
3185
+ "name": "resetItems",
3186
+ "privacy": "private",
3156
3187
  "return": {
3157
3188
  "type": {
3158
3189
  "text": "void"
3159
3190
  }
3191
+ },
3192
+ "inheritedFrom": {
3193
+ "name": "Accordion",
3194
+ "module": "src/accordion/accordion.ts"
3160
3195
  }
3161
3196
  },
3162
3197
  {
3163
- "kind": "method",
3164
- "name": "handleClickOutside",
3198
+ "kind": "field",
3199
+ "name": "removeItemListeners",
3165
3200
  "privacy": "private",
3166
- "parameters": [
3167
- {
3168
- "name": "event",
3169
- "type": {
3170
- "text": "MouseEvent"
3171
- }
3172
- }
3173
- ]
3201
+ "inheritedFrom": {
3202
+ "name": "Accordion",
3203
+ "module": "src/accordion/accordion.ts"
3204
+ }
3174
3205
  },
3175
3206
  {
3176
- "kind": "method",
3177
- "name": "toggleDropdown"
3207
+ "kind": "field",
3208
+ "name": "activeItemChange",
3209
+ "privacy": "private",
3210
+ "inheritedFrom": {
3211
+ "name": "Accordion",
3212
+ "module": "src/accordion/accordion.ts"
3213
+ }
3178
3214
  },
3179
3215
  {
3180
3216
  "kind": "method",
3181
- "name": "refreshStatus",
3217
+ "name": "getItemIds",
3218
+ "privacy": "private",
3182
3219
  "return": {
3183
3220
  "type": {
3184
- "text": "Promise<void>"
3221
+ "text": "Array<string | null>"
3185
3222
  }
3223
+ },
3224
+ "inheritedFrom": {
3225
+ "name": "Accordion",
3226
+ "module": "src/accordion/accordion.ts"
3186
3227
  }
3187
3228
  },
3188
3229
  {
3189
3230
  "kind": "method",
3190
- "name": "deriveState",
3231
+ "name": "isSingleExpandMode",
3191
3232
  "privacy": "private",
3192
3233
  "return": {
3193
3234
  "type": {
3194
- "text": "AIIndicatorState"
3235
+ "text": "boolean"
3195
3236
  }
3196
3237
  },
3197
- "parameters": [
3198
- {
3199
- "name": "s",
3200
- "type": {
3201
- "text": "AIStatus | null"
3202
- }
3203
- }
3204
- ]
3238
+ "inheritedFrom": {
3239
+ "name": "Accordion",
3240
+ "module": "src/accordion/accordion.ts"
3241
+ }
3205
3242
  },
3206
3243
  {
3207
- "kind": "method",
3208
- "name": "maybeStartPolling",
3209
- "privacy": "private",
3210
- "return": {
3211
- "type": {
3212
- "text": "void"
3213
- }
3244
+ "kind": "field",
3245
+ "name": "handleItemKeyDown",
3246
+ "privacy": "private",
3247
+ "inheritedFrom": {
3248
+ "name": "Accordion",
3249
+ "module": "src/accordion/accordion.ts"
3214
3250
  }
3215
3251
  },
3216
3252
  {
3217
- "kind": "method",
3218
- "name": "startPolling",
3253
+ "kind": "field",
3254
+ "name": "handleItemFocus",
3219
3255
  "privacy": "private",
3220
- "return": {
3221
- "type": {
3222
- "text": "void"
3223
- }
3256
+ "inheritedFrom": {
3257
+ "name": "Accordion",
3258
+ "module": "src/accordion/accordion.ts"
3224
3259
  }
3225
3260
  },
3226
3261
  {
3227
3262
  "kind": "method",
3228
- "name": "stopPolling",
3263
+ "name": "adjust",
3229
3264
  "privacy": "private",
3230
3265
  "return": {
3231
3266
  "type": {
3232
3267
  "text": "void"
3233
3268
  }
3269
+ },
3270
+ "parameters": [
3271
+ {
3272
+ "name": "adjustment",
3273
+ "type": {
3274
+ "text": "number"
3275
+ }
3276
+ }
3277
+ ],
3278
+ "inheritedFrom": {
3279
+ "name": "Accordion",
3280
+ "module": "src/accordion/accordion.ts"
3234
3281
  }
3235
3282
  },
3236
3283
  {
3237
3284
  "kind": "method",
3238
- "name": "onInstall",
3285
+ "name": "focusItem",
3286
+ "privacy": "private",
3239
3287
  "return": {
3240
3288
  "type": {
3241
- "text": "Promise<void>"
3289
+ "text": "void"
3242
3290
  }
3291
+ },
3292
+ "inheritedFrom": {
3293
+ "name": "Accordion",
3294
+ "module": "src/accordion/accordion.ts"
3243
3295
  }
3244
3296
  },
3245
3297
  {
@@ -3354,99 +3406,113 @@
3354
3406
  }
3355
3407
  }
3356
3408
  ],
3357
- "superclass": {
3358
- "name": "FoundationElement",
3359
- "package": "@microsoft/fast-foundation"
3409
+ "events": [
3410
+ {
3411
+ "description": "Fires a custom 'change' event when the active item changes",
3412
+ "name": "change",
3413
+ "inheritedFrom": {
3414
+ "name": "Accordion",
3415
+ "module": "src/accordion/accordion.ts"
3416
+ }
3417
+ }
3418
+ ]
3419
+ },
3420
+ {
3421
+ "kind": "variable",
3422
+ "name": "foundationAccordionShadowOptions",
3423
+ "type": {
3424
+ "text": "ShadowRootInit"
3360
3425
  },
3361
- "tagName": "%%prefix%%-ai-indicator",
3362
- "customElement": true
3426
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
3363
3427
  },
3364
3428
  {
3365
3429
  "kind": "variable",
3366
- "name": "foundationAiIndicator"
3430
+ "name": "defaultAccordionConfig",
3431
+ "type": {
3432
+ "text": "object"
3433
+ },
3434
+ "default": "{}"
3435
+ },
3436
+ {
3437
+ "kind": "variable",
3438
+ "name": "foundationAccordion",
3439
+ "description": "The Foundation Accordion",
3440
+ "privacy": "public"
3367
3441
  }
3368
3442
  ],
3369
3443
  "exports": [
3370
3444
  {
3371
3445
  "kind": "js",
3372
- "name": "AiIndicator",
3446
+ "name": "Accordion",
3373
3447
  "declaration": {
3374
- "name": "AiIndicator",
3375
- "module": "src/ai-indicator/ai-indicator.ts"
3448
+ "name": "Accordion",
3449
+ "module": "src/accordion/accordion.ts"
3376
3450
  }
3377
3451
  },
3378
3452
  {
3379
3453
  "kind": "js",
3380
- "name": "foundationAiIndicator",
3381
- "declaration": {
3382
- "name": "foundationAiIndicator",
3383
- "module": "src/ai-indicator/ai-indicator.ts"
3384
- }
3385
- }
3386
- ]
3387
- },
3388
- {
3389
- "kind": "javascript-module",
3390
- "path": "src/ai-indicator/index.ts",
3391
- "declarations": [],
3392
- "exports": [
3393
- {
3394
- "kind": "js",
3395
- "name": "AiIndicator",
3454
+ "name": "foundationAccordionShadowOptions",
3396
3455
  "declaration": {
3397
- "name": "AiIndicator",
3398
- "module": "./ai-indicator"
3456
+ "name": "foundationAccordionShadowOptions",
3457
+ "module": "src/accordion/accordion.ts"
3399
3458
  }
3400
3459
  },
3401
3460
  {
3402
3461
  "kind": "js",
3403
- "name": "foundationAiIndicator",
3462
+ "name": "defaultAccordionConfig",
3404
3463
  "declaration": {
3405
- "name": "foundationAiIndicator",
3406
- "module": "./ai-indicator"
3464
+ "name": "defaultAccordionConfig",
3465
+ "module": "src/accordion/accordion.ts"
3407
3466
  }
3408
3467
  },
3409
3468
  {
3410
3469
  "kind": "js",
3411
- "name": "type",
3470
+ "name": "foundationAccordion",
3412
3471
  "declaration": {
3413
- "name": "type",
3414
- "module": "./ai-indicator"
3472
+ "name": "foundationAccordion",
3473
+ "module": "src/accordion/accordion.ts"
3415
3474
  }
3416
- },
3475
+ }
3476
+ ]
3477
+ },
3478
+ {
3479
+ "kind": "javascript-module",
3480
+ "path": "src/accordion/index.ts",
3481
+ "declarations": [],
3482
+ "exports": [
3417
3483
  {
3418
3484
  "kind": "js",
3419
- "name": "AIIndicatorState",
3485
+ "name": "*",
3420
3486
  "declaration": {
3421
- "name": "AIIndicatorState",
3422
- "module": "./ai-indicator"
3487
+ "name": "*",
3488
+ "package": "./accordion.template"
3423
3489
  }
3424
3490
  },
3425
3491
  {
3426
3492
  "kind": "js",
3427
- "name": "foundationAiIndicatorTemplate",
3493
+ "name": "*",
3428
3494
  "declaration": {
3429
- "name": "foundationAiIndicatorTemplate",
3430
- "module": "./ai-indicator.template"
3495
+ "name": "*",
3496
+ "package": "./accordion.styles"
3431
3497
  }
3432
3498
  },
3433
3499
  {
3434
3500
  "kind": "js",
3435
- "name": "foundationAiIndicatorStyles",
3501
+ "name": "*",
3436
3502
  "declaration": {
3437
- "name": "foundationAiIndicatorStyles",
3438
- "module": "./ai-indicator.styles"
3503
+ "name": "*",
3504
+ "package": "./accordion"
3439
3505
  }
3440
3506
  }
3441
3507
  ]
3442
3508
  },
3443
3509
  {
3444
3510
  "kind": "javascript-module",
3445
- "path": "src/accordion/accordion.styles.ts",
3511
+ "path": "src/ai-indicator/ai-indicator.styles.ts",
3446
3512
  "declarations": [
3447
3513
  {
3448
3514
  "kind": "function",
3449
- "name": "foundationAccordionStyles",
3515
+ "name": "foundationAiIndicatorStyles",
3450
3516
  "return": {
3451
3517
  "type": {
3452
3518
  "text": "ElementStyles"
@@ -3471,276 +3537,224 @@
3471
3537
  "exports": [
3472
3538
  {
3473
3539
  "kind": "js",
3474
- "name": "foundationAccordionStyles",
3540
+ "name": "foundationAiIndicatorStyles",
3475
3541
  "declaration": {
3476
- "name": "foundationAccordionStyles",
3477
- "module": "src/accordion/accordion.styles.ts"
3542
+ "name": "foundationAiIndicatorStyles",
3543
+ "module": "src/ai-indicator/ai-indicator.styles.ts"
3478
3544
  }
3479
3545
  }
3480
3546
  ]
3481
3547
  },
3482
3548
  {
3483
3549
  "kind": "javascript-module",
3484
- "path": "src/accordion/accordion.template.ts",
3550
+ "path": "src/ai-indicator/ai-indicator.template.ts",
3485
3551
  "declarations": [
3486
3552
  {
3487
- "kind": "function",
3488
- "name": "foundationAccordionTemplate",
3489
- "return": {
3490
- "type": {
3491
- "text": "ViewTemplate<Accordion>"
3492
- }
3553
+ "kind": "variable",
3554
+ "name": "foundationAiIndicatorTemplate",
3555
+ "type": {
3556
+ "text": "ViewTemplate<AiIndicator>"
3493
3557
  },
3494
- "parameters": [
3495
- {
3496
- "name": "context",
3497
- "type": {
3498
- "text": "ElementDefinitionContext"
3499
- }
3500
- },
3501
- {
3502
- "name": "definition",
3503
- "type": {
3504
- "text": "FoundationElementDefinition"
3505
- }
3506
- }
3507
- ]
3558
+ "default": "html`\n ${(x) => aiIndicatorTemplate(getPrefix(x))}\n`"
3508
3559
  }
3509
3560
  ],
3510
3561
  "exports": [
3511
3562
  {
3512
3563
  "kind": "js",
3513
- "name": "foundationAccordionTemplate",
3564
+ "name": "foundationAiIndicatorTemplate",
3514
3565
  "declaration": {
3515
- "name": "foundationAccordionTemplate",
3516
- "module": "src/accordion/accordion.template.ts"
3566
+ "name": "foundationAiIndicatorTemplate",
3567
+ "module": "src/ai-indicator/ai-indicator.template.ts"
3517
3568
  }
3518
3569
  }
3519
3570
  ]
3520
3571
  },
3521
3572
  {
3522
3573
  "kind": "javascript-module",
3523
- "path": "src/accordion/accordion.ts",
3574
+ "path": "src/ai-indicator/ai-indicator.ts",
3524
3575
  "declarations": [
3525
3576
  {
3526
3577
  "kind": "class",
3527
3578
  "description": "",
3528
- "name": "Accordion",
3529
- "superclass": {
3530
- "name": "FASTAccordion",
3531
- "package": "@microsoft/fast-foundation"
3532
- },
3533
- "tagName": "%%prefix%%-accordion",
3534
- "customElement": true,
3535
- "attributes": [
3579
+ "name": "AiIndicator",
3580
+ "members": [
3536
3581
  {
3537
- "name": "expand-mode",
3582
+ "kind": "field",
3583
+ "name": "providerRegistry",
3538
3584
  "type": {
3539
- "text": "AccordionExpandMode"
3540
- },
3541
- "description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
3542
- "fieldName": "expandmode",
3543
- "inheritedFrom": {
3544
- "name": "Accordion",
3545
- "module": "src/accordion/accordion.ts"
3585
+ "text": "AIProviderRegistry"
3546
3586
  }
3547
- }
3548
- ],
3549
- "members": [
3587
+ },
3550
3588
  {
3551
3589
  "kind": "field",
3552
- "name": "expandmode",
3590
+ "name": "aiProvider",
3553
3591
  "type": {
3554
- "text": "AccordionExpandMode"
3592
+ "text": "AIProvider | undefined"
3555
3593
  },
3556
- "privacy": "public",
3557
- "description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
3558
- "inheritedFrom": {
3559
- "name": "Accordion",
3560
- "module": "src/accordion/accordion.ts"
3561
- }
3594
+ "privacy": "private",
3595
+ "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.",
3596
+ "readonly": true
3562
3597
  },
3563
3598
  {
3564
3599
  "kind": "field",
3565
- "name": "activeid",
3600
+ "name": "status",
3566
3601
  "type": {
3567
- "text": "string | null"
3602
+ "text": "AIStatus | null"
3568
3603
  },
3569
- "privacy": "private",
3570
- "inheritedFrom": {
3571
- "name": "Accordion",
3572
- "module": "src/accordion/accordion.ts"
3573
- }
3604
+ "default": "null"
3574
3605
  },
3575
3606
  {
3576
3607
  "kind": "field",
3577
- "name": "activeItemIndex",
3608
+ "name": "open",
3578
3609
  "type": {
3579
- "text": "number"
3610
+ "text": "boolean"
3580
3611
  },
3581
- "privacy": "private",
3582
- "default": "0",
3583
- "inheritedFrom": {
3584
- "name": "Accordion",
3585
- "module": "src/accordion/accordion.ts"
3586
- }
3612
+ "default": "false"
3613
+ },
3614
+ {
3615
+ "kind": "field",
3616
+ "name": "state",
3617
+ "type": {
3618
+ "text": "AIIndicatorState"
3619
+ },
3620
+ "default": "'none'"
3621
+ },
3622
+ {
3623
+ "kind": "field",
3624
+ "name": "isInstalling",
3625
+ "type": {
3626
+ "text": "boolean"
3627
+ },
3628
+ "default": "false"
3587
3629
  },
3588
3630
  {
3589
3631
  "kind": "field",
3590
- "name": "accordionIds",
3632
+ "name": "pollTimer",
3591
3633
  "type": {
3592
- "text": "Array<string | null>"
3634
+ "text": "ReturnType<typeof setInterval> | null"
3593
3635
  },
3594
3636
  "privacy": "private",
3595
- "inheritedFrom": {
3596
- "name": "Accordion",
3597
- "module": "src/accordion/accordion.ts"
3598
- }
3637
+ "default": "null"
3599
3638
  },
3600
3639
  {
3601
3640
  "kind": "field",
3602
- "name": "change",
3603
- "privacy": "private",
3604
- "inheritedFrom": {
3605
- "name": "Accordion",
3606
- "module": "src/accordion/accordion.ts"
3607
- }
3641
+ "name": "clickOutside",
3642
+ "privacy": "private"
3608
3643
  },
3609
3644
  {
3610
- "kind": "method",
3611
- "name": "findExpandedItem",
3612
- "privacy": "private",
3613
- "return": {
3614
- "type": {
3615
- "text": "AccordionItem | null"
3616
- }
3645
+ "kind": "field",
3646
+ "name": "chromeStatusLabel",
3647
+ "type": {
3648
+ "text": "string | null"
3617
3649
  },
3618
- "inheritedFrom": {
3619
- "name": "Accordion",
3620
- "module": "src/accordion/accordion.ts"
3621
- }
3650
+ "readonly": true
3622
3651
  },
3623
3652
  {
3624
3653
  "kind": "field",
3625
- "name": "setItems",
3626
- "privacy": "private",
3627
- "inheritedFrom": {
3628
- "name": "Accordion",
3629
- "module": "src/accordion/accordion.ts"
3630
- }
3654
+ "name": "canInstall",
3655
+ "type": {
3656
+ "text": "boolean"
3657
+ },
3658
+ "readonly": true
3659
+ },
3660
+ {
3661
+ "kind": "field",
3662
+ "name": "isDownloading",
3663
+ "type": {
3664
+ "text": "boolean"
3665
+ },
3666
+ "readonly": true
3631
3667
  },
3632
3668
  {
3633
3669
  "kind": "method",
3634
- "name": "resetItems",
3635
- "privacy": "private",
3670
+ "name": "openChanged",
3636
3671
  "return": {
3637
3672
  "type": {
3638
3673
  "text": "void"
3639
3674
  }
3640
- },
3641
- "inheritedFrom": {
3642
- "name": "Accordion",
3643
- "module": "src/accordion/accordion.ts"
3644
3675
  }
3645
3676
  },
3646
3677
  {
3647
- "kind": "field",
3648
- "name": "removeItemListeners",
3678
+ "kind": "method",
3679
+ "name": "handleClickOutside",
3649
3680
  "privacy": "private",
3650
- "inheritedFrom": {
3651
- "name": "Accordion",
3652
- "module": "src/accordion/accordion.ts"
3653
- }
3681
+ "parameters": [
3682
+ {
3683
+ "name": "event",
3684
+ "type": {
3685
+ "text": "MouseEvent"
3686
+ }
3687
+ }
3688
+ ]
3654
3689
  },
3655
3690
  {
3656
- "kind": "field",
3657
- "name": "activeItemChange",
3658
- "privacy": "private",
3659
- "inheritedFrom": {
3660
- "name": "Accordion",
3661
- "module": "src/accordion/accordion.ts"
3662
- }
3691
+ "kind": "method",
3692
+ "name": "toggleDropdown"
3663
3693
  },
3664
3694
  {
3665
3695
  "kind": "method",
3666
- "name": "getItemIds",
3667
- "privacy": "private",
3696
+ "name": "refreshStatus",
3668
3697
  "return": {
3669
3698
  "type": {
3670
- "text": "Array<string | null>"
3699
+ "text": "Promise<void>"
3671
3700
  }
3672
- },
3673
- "inheritedFrom": {
3674
- "name": "Accordion",
3675
- "module": "src/accordion/accordion.ts"
3676
3701
  }
3677
3702
  },
3678
3703
  {
3679
3704
  "kind": "method",
3680
- "name": "isSingleExpandMode",
3705
+ "name": "deriveState",
3681
3706
  "privacy": "private",
3682
3707
  "return": {
3683
3708
  "type": {
3684
- "text": "boolean"
3709
+ "text": "AIIndicatorState"
3685
3710
  }
3686
3711
  },
3687
- "inheritedFrom": {
3688
- "name": "Accordion",
3689
- "module": "src/accordion/accordion.ts"
3690
- }
3712
+ "parameters": [
3713
+ {
3714
+ "name": "s",
3715
+ "type": {
3716
+ "text": "AIStatus | null"
3717
+ }
3718
+ }
3719
+ ]
3691
3720
  },
3692
3721
  {
3693
- "kind": "field",
3694
- "name": "handleItemKeyDown",
3722
+ "kind": "method",
3723
+ "name": "maybeStartPolling",
3695
3724
  "privacy": "private",
3696
- "inheritedFrom": {
3697
- "name": "Accordion",
3698
- "module": "src/accordion/accordion.ts"
3725
+ "return": {
3726
+ "type": {
3727
+ "text": "void"
3728
+ }
3699
3729
  }
3700
3730
  },
3701
3731
  {
3702
- "kind": "field",
3703
- "name": "handleItemFocus",
3732
+ "kind": "method",
3733
+ "name": "startPolling",
3704
3734
  "privacy": "private",
3705
- "inheritedFrom": {
3706
- "name": "Accordion",
3707
- "module": "src/accordion/accordion.ts"
3735
+ "return": {
3736
+ "type": {
3737
+ "text": "void"
3738
+ }
3708
3739
  }
3709
3740
  },
3710
3741
  {
3711
3742
  "kind": "method",
3712
- "name": "adjust",
3743
+ "name": "stopPolling",
3713
3744
  "privacy": "private",
3714
3745
  "return": {
3715
3746
  "type": {
3716
3747
  "text": "void"
3717
3748
  }
3718
- },
3719
- "parameters": [
3720
- {
3721
- "name": "adjustment",
3722
- "type": {
3723
- "text": "number"
3724
- }
3725
- }
3726
- ],
3727
- "inheritedFrom": {
3728
- "name": "Accordion",
3729
- "module": "src/accordion/accordion.ts"
3730
3749
  }
3731
3750
  },
3732
3751
  {
3733
3752
  "kind": "method",
3734
- "name": "focusItem",
3735
- "privacy": "private",
3753
+ "name": "onInstall",
3736
3754
  "return": {
3737
3755
  "type": {
3738
- "text": "void"
3756
+ "text": "Promise<void>"
3739
3757
  }
3740
- },
3741
- "inheritedFrom": {
3742
- "name": "Accordion",
3743
- "module": "src/accordion/accordion.ts"
3744
3758
  }
3745
3759
  },
3746
3760
  {
@@ -3855,102 +3869,88 @@
3855
3869
  }
3856
3870
  }
3857
3871
  ],
3858
- "events": [
3859
- {
3860
- "description": "Fires a custom 'change' event when the active item changes",
3861
- "name": "change",
3862
- "inheritedFrom": {
3863
- "name": "Accordion",
3864
- "module": "src/accordion/accordion.ts"
3865
- }
3866
- }
3867
- ]
3868
- },
3869
- {
3870
- "kind": "variable",
3871
- "name": "foundationAccordionShadowOptions",
3872
- "type": {
3873
- "text": "ShadowRootInit"
3874
- },
3875
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
3876
- },
3877
- {
3878
- "kind": "variable",
3879
- "name": "defaultAccordionConfig",
3880
- "type": {
3881
- "text": "object"
3872
+ "superclass": {
3873
+ "name": "FoundationElement",
3874
+ "package": "@microsoft/fast-foundation"
3882
3875
  },
3883
- "default": "{}"
3876
+ "tagName": "%%prefix%%-ai-indicator",
3877
+ "customElement": true
3884
3878
  },
3885
3879
  {
3886
3880
  "kind": "variable",
3887
- "name": "foundationAccordion",
3888
- "description": "The Foundation Accordion",
3889
- "privacy": "public"
3881
+ "name": "foundationAiIndicator"
3890
3882
  }
3891
3883
  ],
3892
3884
  "exports": [
3893
3885
  {
3894
3886
  "kind": "js",
3895
- "name": "Accordion",
3887
+ "name": "AiIndicator",
3896
3888
  "declaration": {
3897
- "name": "Accordion",
3898
- "module": "src/accordion/accordion.ts"
3889
+ "name": "AiIndicator",
3890
+ "module": "src/ai-indicator/ai-indicator.ts"
3899
3891
  }
3900
3892
  },
3901
3893
  {
3902
3894
  "kind": "js",
3903
- "name": "foundationAccordionShadowOptions",
3895
+ "name": "foundationAiIndicator",
3904
3896
  "declaration": {
3905
- "name": "foundationAccordionShadowOptions",
3906
- "module": "src/accordion/accordion.ts"
3897
+ "name": "foundationAiIndicator",
3898
+ "module": "src/ai-indicator/ai-indicator.ts"
3899
+ }
3900
+ }
3901
+ ]
3902
+ },
3903
+ {
3904
+ "kind": "javascript-module",
3905
+ "path": "src/ai-indicator/index.ts",
3906
+ "declarations": [],
3907
+ "exports": [
3908
+ {
3909
+ "kind": "js",
3910
+ "name": "AiIndicator",
3911
+ "declaration": {
3912
+ "name": "AiIndicator",
3913
+ "module": "./ai-indicator"
3907
3914
  }
3908
3915
  },
3909
3916
  {
3910
3917
  "kind": "js",
3911
- "name": "defaultAccordionConfig",
3918
+ "name": "foundationAiIndicator",
3912
3919
  "declaration": {
3913
- "name": "defaultAccordionConfig",
3914
- "module": "src/accordion/accordion.ts"
3920
+ "name": "foundationAiIndicator",
3921
+ "module": "./ai-indicator"
3915
3922
  }
3916
3923
  },
3917
3924
  {
3918
3925
  "kind": "js",
3919
- "name": "foundationAccordion",
3926
+ "name": "type",
3920
3927
  "declaration": {
3921
- "name": "foundationAccordion",
3922
- "module": "src/accordion/accordion.ts"
3928
+ "name": "type",
3929
+ "module": "./ai-indicator"
3923
3930
  }
3924
- }
3925
- ]
3926
- },
3927
- {
3928
- "kind": "javascript-module",
3929
- "path": "src/accordion/index.ts",
3930
- "declarations": [],
3931
- "exports": [
3931
+ },
3932
3932
  {
3933
3933
  "kind": "js",
3934
- "name": "*",
3934
+ "name": "AIIndicatorState",
3935
3935
  "declaration": {
3936
- "name": "*",
3937
- "package": "./accordion.template"
3936
+ "name": "AIIndicatorState",
3937
+ "module": "./ai-indicator"
3938
3938
  }
3939
3939
  },
3940
3940
  {
3941
3941
  "kind": "js",
3942
- "name": "*",
3942
+ "name": "foundationAiIndicatorTemplate",
3943
3943
  "declaration": {
3944
- "name": "*",
3945
- "package": "./accordion.styles"
3944
+ "name": "foundationAiIndicatorTemplate",
3945
+ "module": "./ai-indicator.template"
3946
3946
  }
3947
3947
  },
3948
3948
  {
3949
3949
  "kind": "js",
3950
- "name": "*",
3950
+ "name": "foundationAiIndicatorStyles",
3951
3951
  "declaration": {
3952
- "name": "*",
3953
- "package": "./accordion"
3952
+ "name": "foundationAiIndicatorStyles",
3953
+ "module": "./ai-indicator.styles"
3954
3954
  }
3955
3955
  }
3956
3956
  ]