@genesislcap/foundation-ui 14.445.2 → 14.446.0-FUI-2537.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1400,11 +1400,11 @@
1400
1400
  },
1401
1401
  {
1402
1402
  "kind": "javascript-module",
1403
- "path": "src/accordion/accordion.styles.ts",
1403
+ "path": "src/accordion-item/accordion-item.styles.ts",
1404
1404
  "declarations": [
1405
1405
  {
1406
1406
  "kind": "function",
1407
- "name": "foundationAccordionStyles",
1407
+ "name": "foundationAccordionItemStyles",
1408
1408
  "return": {
1409
1409
  "type": {
1410
1410
  "text": "ElementStyles"
@@ -1429,24 +1429,24 @@
1429
1429
  "exports": [
1430
1430
  {
1431
1431
  "kind": "js",
1432
- "name": "foundationAccordionStyles",
1432
+ "name": "foundationAccordionItemStyles",
1433
1433
  "declaration": {
1434
- "name": "foundationAccordionStyles",
1435
- "module": "src/accordion/accordion.styles.ts"
1434
+ "name": "foundationAccordionItemStyles",
1435
+ "module": "src/accordion-item/accordion-item.styles.ts"
1436
1436
  }
1437
1437
  }
1438
1438
  ]
1439
1439
  },
1440
1440
  {
1441
1441
  "kind": "javascript-module",
1442
- "path": "src/accordion/accordion.template.ts",
1442
+ "path": "src/accordion-item/accordion-item.template.ts",
1443
1443
  "declarations": [
1444
1444
  {
1445
1445
  "kind": "function",
1446
- "name": "foundationAccordionTemplate",
1446
+ "name": "foundationAccordionItemTemplate",
1447
1447
  "return": {
1448
1448
  "type": {
1449
- "text": "ViewTemplate<Accordion>"
1449
+ "text": "ViewTemplate<AccordionItem>"
1450
1450
  }
1451
1451
  },
1452
1452
  "parameters": [
@@ -1468,237 +1468,116 @@
1468
1468
  "exports": [
1469
1469
  {
1470
1470
  "kind": "js",
1471
- "name": "foundationAccordionTemplate",
1471
+ "name": "foundationAccordionItemTemplate",
1472
1472
  "declaration": {
1473
- "name": "foundationAccordionTemplate",
1474
- "module": "src/accordion/accordion.template.ts"
1473
+ "name": "foundationAccordionItemTemplate",
1474
+ "module": "src/accordion-item/accordion-item.template.ts"
1475
1475
  }
1476
1476
  }
1477
1477
  ]
1478
1478
  },
1479
1479
  {
1480
1480
  "kind": "javascript-module",
1481
- "path": "src/accordion/accordion.ts",
1481
+ "path": "src/accordion-item/accordion-item.ts",
1482
1482
  "declarations": [
1483
1483
  {
1484
1484
  "kind": "class",
1485
1485
  "description": "",
1486
- "name": "Accordion",
1486
+ "name": "AccordionItem",
1487
1487
  "superclass": {
1488
- "name": "FASTAccordion",
1489
- "package": "@microsoft/fast-foundation"
1488
+ "name": "FASTAccordionItem",
1489
+ "package": "@microsoft/fast-components"
1490
1490
  },
1491
- "tagName": "%%prefix%%-accordion",
1491
+ "tagName": "%%prefix%%-accordion-item",
1492
1492
  "customElement": true,
1493
1493
  "attributes": [
1494
1494
  {
1495
- "name": "expand-mode",
1496
- "type": {
1497
- "text": "AccordionExpandMode"
1498
- },
1499
- "description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
1500
- "fieldName": "expandmode",
1501
- "inheritedFrom": {
1502
- "name": "Accordion",
1503
- "module": "src/accordion/accordion.ts"
1504
- }
1505
- }
1506
- ],
1507
- "members": [
1508
- {
1509
- "kind": "field",
1510
- "name": "expandmode",
1495
+ "name": "heading-level",
1511
1496
  "type": {
1512
- "text": "AccordionExpandMode"
1497
+ "text": "1 | 2 | 3 | 4 | 5 | 6"
1513
1498
  },
1514
- "privacy": "public",
1515
- "description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
1499
+ "default": "2",
1500
+ "description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
1501
+ "fieldName": "headinglevel",
1516
1502
  "inheritedFrom": {
1517
- "name": "Accordion",
1518
- "module": "src/accordion/accordion.ts"
1503
+ "name": "AccordionItem",
1504
+ "module": "src/accordion-item/accordion-item.ts"
1519
1505
  }
1520
1506
  },
1521
1507
  {
1522
- "kind": "field",
1523
- "name": "activeid",
1524
1508
  "type": {
1525
- "text": "string | null"
1509
+ "text": "boolean"
1526
1510
  },
1527
- "privacy": "private",
1511
+ "default": "false",
1512
+ "description": "Expands or collapses the item.",
1513
+ "fieldName": "expanded",
1528
1514
  "inheritedFrom": {
1529
- "name": "Accordion",
1530
- "module": "src/accordion/accordion.ts"
1515
+ "name": "AccordionItem",
1516
+ "module": "src/accordion-item/accordion-item.ts"
1531
1517
  }
1532
1518
  },
1533
1519
  {
1534
- "kind": "field",
1535
- "name": "activeItemIndex",
1520
+ "name": "id",
1536
1521
  "type": {
1537
- "text": "number"
1522
+ "text": "string"
1538
1523
  },
1539
- "privacy": "private",
1540
- "default": "0",
1524
+ "description": "The item ID",
1525
+ "fieldName": "id",
1541
1526
  "inheritedFrom": {
1542
- "name": "Accordion",
1543
- "module": "src/accordion/accordion.ts"
1527
+ "name": "AccordionItem",
1528
+ "module": "src/accordion-item/accordion-item.ts"
1544
1529
  }
1545
- },
1530
+ }
1531
+ ],
1532
+ "members": [
1546
1533
  {
1547
1534
  "kind": "field",
1548
- "name": "accordionIds",
1535
+ "name": "headinglevel",
1549
1536
  "type": {
1550
- "text": "Array<string | null>"
1551
- },
1552
- "privacy": "private",
1553
- "inheritedFrom": {
1554
- "name": "Accordion",
1555
- "module": "src/accordion/accordion.ts"
1556
- }
1557
- },
1558
- {
1559
- "kind": "field",
1560
- "name": "change",
1561
- "privacy": "private",
1562
- "inheritedFrom": {
1563
- "name": "Accordion",
1564
- "module": "src/accordion/accordion.ts"
1565
- }
1566
- },
1567
- {
1568
- "kind": "method",
1569
- "name": "findExpandedItem",
1570
- "privacy": "private",
1571
- "return": {
1572
- "type": {
1573
- "text": "AccordionItem | null"
1574
- }
1537
+ "text": "1 | 2 | 3 | 4 | 5 | 6"
1575
1538
  },
1539
+ "privacy": "public",
1540
+ "default": "2",
1541
+ "description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
1576
1542
  "inheritedFrom": {
1577
- "name": "Accordion",
1578
- "module": "src/accordion/accordion.ts"
1543
+ "name": "AccordionItem",
1544
+ "module": "src/accordion-item/accordion-item.ts"
1579
1545
  }
1580
1546
  },
1581
1547
  {
1582
1548
  "kind": "field",
1583
- "name": "setItems",
1584
- "privacy": "private",
1585
- "inheritedFrom": {
1586
- "name": "Accordion",
1587
- "module": "src/accordion/accordion.ts"
1588
- }
1589
- },
1590
- {
1591
- "kind": "method",
1592
- "name": "resetItems",
1593
- "privacy": "private",
1594
- "return": {
1595
- "type": {
1596
- "text": "void"
1597
- }
1549
+ "name": "expanded",
1550
+ "type": {
1551
+ "text": "boolean"
1598
1552
  },
1553
+ "privacy": "public",
1554
+ "default": "false",
1555
+ "description": "Expands or collapses the item.",
1599
1556
  "inheritedFrom": {
1600
- "name": "Accordion",
1601
- "module": "src/accordion/accordion.ts"
1602
- }
1603
- },
1604
- {
1605
- "kind": "field",
1606
- "name": "removeItemListeners",
1607
- "privacy": "private",
1608
- "inheritedFrom": {
1609
- "name": "Accordion",
1610
- "module": "src/accordion/accordion.ts"
1557
+ "name": "AccordionItem",
1558
+ "module": "src/accordion-item/accordion-item.ts"
1611
1559
  }
1612
1560
  },
1613
1561
  {
1614
1562
  "kind": "field",
1615
- "name": "activeItemChange",
1616
- "privacy": "private",
1617
- "inheritedFrom": {
1618
- "name": "Accordion",
1619
- "module": "src/accordion/accordion.ts"
1620
- }
1621
- },
1622
- {
1623
- "kind": "method",
1624
- "name": "getItemIds",
1625
- "privacy": "private",
1626
- "return": {
1627
- "type": {
1628
- "text": "Array<string | null>"
1629
- }
1630
- },
1631
- "inheritedFrom": {
1632
- "name": "Accordion",
1633
- "module": "src/accordion/accordion.ts"
1634
- }
1635
- },
1636
- {
1637
- "kind": "method",
1638
- "name": "isSingleExpandMode",
1639
- "privacy": "private",
1640
- "return": {
1641
- "type": {
1642
- "text": "boolean"
1643
- }
1563
+ "name": "id",
1564
+ "type": {
1565
+ "text": "string"
1644
1566
  },
1567
+ "privacy": "public",
1568
+ "description": "The item ID",
1645
1569
  "inheritedFrom": {
1646
- "name": "Accordion",
1647
- "module": "src/accordion/accordion.ts"
1648
- }
1649
- },
1650
- {
1651
- "kind": "field",
1652
- "name": "handleItemKeyDown",
1653
- "privacy": "private",
1654
- "inheritedFrom": {
1655
- "name": "Accordion",
1656
- "module": "src/accordion/accordion.ts"
1570
+ "name": "AccordionItem",
1571
+ "module": "src/accordion-item/accordion-item.ts"
1657
1572
  }
1658
1573
  },
1659
1574
  {
1660
1575
  "kind": "field",
1661
- "name": "handleItemFocus",
1662
- "privacy": "private",
1663
- "inheritedFrom": {
1664
- "name": "Accordion",
1665
- "module": "src/accordion/accordion.ts"
1666
- }
1667
- },
1668
- {
1669
- "kind": "method",
1670
- "name": "adjust",
1671
- "privacy": "private",
1672
- "return": {
1673
- "type": {
1674
- "text": "void"
1675
- }
1676
- },
1677
- "parameters": [
1678
- {
1679
- "name": "adjustment",
1680
- "type": {
1681
- "text": "number"
1682
- }
1683
- }
1684
- ],
1685
- "inheritedFrom": {
1686
- "name": "Accordion",
1687
- "module": "src/accordion/accordion.ts"
1688
- }
1689
- },
1690
- {
1691
- "kind": "method",
1692
- "name": "focusItem",
1576
+ "name": "change",
1693
1577
  "privacy": "private",
1694
- "return": {
1695
- "type": {
1696
- "text": "void"
1697
- }
1698
- },
1699
1578
  "inheritedFrom": {
1700
- "name": "Accordion",
1701
- "module": "src/accordion/accordion.ts"
1579
+ "name": "AccordionItem",
1580
+ "module": "src/accordion-item/accordion-item.ts"
1702
1581
  }
1703
1582
  },
1704
1583
  {
@@ -1815,18 +1694,18 @@
1815
1694
  ],
1816
1695
  "events": [
1817
1696
  {
1818
- "description": "Fires a custom 'change' event when the active item changes",
1697
+ "description": "Fires a custom 'change' event when the button is invoked",
1819
1698
  "name": "change",
1820
1699
  "inheritedFrom": {
1821
- "name": "Accordion",
1822
- "module": "src/accordion/accordion.ts"
1700
+ "name": "AccordionItem",
1701
+ "module": "src/accordion-item/accordion-item.ts"
1823
1702
  }
1824
1703
  }
1825
1704
  ]
1826
1705
  },
1827
1706
  {
1828
1707
  "kind": "variable",
1829
- "name": "foundationAccordionShadowOptions",
1708
+ "name": "foundationAccordionItemShadowOptions",
1830
1709
  "type": {
1831
1710
  "text": "ShadowRootInit"
1832
1711
  },
@@ -1834,57 +1713,57 @@
1834
1713
  },
1835
1714
  {
1836
1715
  "kind": "variable",
1837
- "name": "defaultAccordionConfig",
1716
+ "name": "defaultAccordionItemConfig",
1838
1717
  "type": {
1839
1718
  "text": "object"
1840
1719
  },
1841
- "default": "{}"
1720
+ "default": "{\n collapsedIcon: `<svg width=\"16\" height=\"16\" viewBox=\"0 0 18 18\" xmlns=\"http://www.w3.org/2000/svg\" slot=\"collapsed-icon\">\n <path d=\"M15.2222 1H2.77778C1.79594 1 1 1.79594 1 2.77778V15.2222C1 16.2041 1.79594 17 2.77778 17H15.2222C16.2041 17 17 16.2041 17 15.2222V2.77778C17 1.79594 16.2041 1 15.2222 1Z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n <path class=\"plus-sign\" d=\"M9 5.44446V12.5556\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n <path class=\"plus-sign\" d=\"M5.44446 9H12.5556\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n </svg>`,\n expandedIcon: `<svg width=\"16\" height=\"16\" viewBox=\"0 0 18 18\" xmlns=\"http://www.w3.org/2000/svg\" slot=\"expanded-icon\">\n <path d=\"M15.2222 1H2.77778C1.79594 1 1 1.79594 1 2.77778V15.2222C1 16.2041 1.79594 17 2.77778 17H15.2222C16.2041 17 17 16.2041 17 15.2222V2.77778C17 1.79594 16.2041 1 15.2222 1Z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n <path class=\"minus-sign\" d=\"M5.44446 9H12.5556\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n </svg>`,\n}"
1842
1721
  },
1843
1722
  {
1844
1723
  "kind": "variable",
1845
- "name": "foundationAccordion",
1846
- "description": "The Foundation Accordion",
1724
+ "name": "foundationAccordionItem",
1725
+ "description": "The Foundation Accordion Item",
1847
1726
  "privacy": "public"
1848
1727
  }
1849
1728
  ],
1850
1729
  "exports": [
1851
1730
  {
1852
1731
  "kind": "js",
1853
- "name": "Accordion",
1732
+ "name": "AccordionItem",
1854
1733
  "declaration": {
1855
- "name": "Accordion",
1856
- "module": "src/accordion/accordion.ts"
1734
+ "name": "AccordionItem",
1735
+ "module": "src/accordion-item/accordion-item.ts"
1857
1736
  }
1858
1737
  },
1859
1738
  {
1860
1739
  "kind": "js",
1861
- "name": "foundationAccordionShadowOptions",
1740
+ "name": "foundationAccordionItemShadowOptions",
1862
1741
  "declaration": {
1863
- "name": "foundationAccordionShadowOptions",
1864
- "module": "src/accordion/accordion.ts"
1742
+ "name": "foundationAccordionItemShadowOptions",
1743
+ "module": "src/accordion-item/accordion-item.ts"
1865
1744
  }
1866
1745
  },
1867
1746
  {
1868
1747
  "kind": "js",
1869
- "name": "defaultAccordionConfig",
1748
+ "name": "defaultAccordionItemConfig",
1870
1749
  "declaration": {
1871
- "name": "defaultAccordionConfig",
1872
- "module": "src/accordion/accordion.ts"
1750
+ "name": "defaultAccordionItemConfig",
1751
+ "module": "src/accordion-item/accordion-item.ts"
1873
1752
  }
1874
1753
  },
1875
1754
  {
1876
1755
  "kind": "js",
1877
- "name": "foundationAccordion",
1756
+ "name": "foundationAccordionItem",
1878
1757
  "declaration": {
1879
- "name": "foundationAccordion",
1880
- "module": "src/accordion/accordion.ts"
1758
+ "name": "foundationAccordionItem",
1759
+ "module": "src/accordion-item/accordion-item.ts"
1881
1760
  }
1882
1761
  }
1883
1762
  ]
1884
1763
  },
1885
1764
  {
1886
1765
  "kind": "javascript-module",
1887
- "path": "src/accordion/index.ts",
1766
+ "path": "src/accordion-item/index.ts",
1888
1767
  "declarations": [],
1889
1768
  "exports": [
1890
1769
  {
@@ -1892,7 +1771,7 @@
1892
1771
  "name": "*",
1893
1772
  "declaration": {
1894
1773
  "name": "*",
1895
- "package": "./accordion.template"
1774
+ "package": "./accordion-item.template"
1896
1775
  }
1897
1776
  },
1898
1777
  {
@@ -1900,7 +1779,7 @@
1900
1779
  "name": "*",
1901
1780
  "declaration": {
1902
1781
  "name": "*",
1903
- "package": "./accordion.styles"
1782
+ "package": "./accordion-item.styles"
1904
1783
  }
1905
1784
  },
1906
1785
  {
@@ -1908,18 +1787,72 @@
1908
1787
  "name": "*",
1909
1788
  "declaration": {
1910
1789
  "name": "*",
1911
- "package": "./accordion"
1790
+ "package": "./accordion-item"
1912
1791
  }
1913
1792
  }
1914
1793
  ]
1915
1794
  },
1916
1795
  {
1917
1796
  "kind": "javascript-module",
1918
- "path": "src/accordion-item/accordion-item.styles.ts",
1797
+ "path": "src/_config/index.ts",
1798
+ "declarations": [],
1799
+ "exports": [
1800
+ {
1801
+ "kind": "js",
1802
+ "name": "*",
1803
+ "declaration": {
1804
+ "name": "*",
1805
+ "package": "./styles"
1806
+ }
1807
+ },
1808
+ {
1809
+ "kind": "js",
1810
+ "name": "*",
1811
+ "declaration": {
1812
+ "name": "*",
1813
+ "package": "./tokens"
1814
+ }
1815
+ },
1816
+ {
1817
+ "kind": "js",
1818
+ "name": "*",
1819
+ "declaration": {
1820
+ "name": "*",
1821
+ "package": "./values"
1822
+ }
1823
+ }
1824
+ ]
1825
+ },
1826
+ {
1827
+ "kind": "javascript-module",
1828
+ "path": "src/actions-menu/actions-menu.styles.ts",
1919
1829
  "declarations": [
1920
1830
  {
1921
1831
  "kind": "function",
1922
- "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",
1923
1856
  "return": {
1924
1857
  "type": {
1925
1858
  "text": "ElementStyles"
@@ -1944,157 +1877,270 @@
1944
1877
  "exports": [
1945
1878
  {
1946
1879
  "kind": "js",
1947
- "name": "foundationAccordionItemStyles",
1880
+ "name": "actionsMenuBaseStyles",
1948
1881
  "declaration": {
1949
- "name": "foundationAccordionItemStyles",
1950
- "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"
1951
1892
  }
1952
1893
  }
1953
1894
  ]
1954
1895
  },
1955
1896
  {
1956
1897
  "kind": "javascript-module",
1957
- "path": "src/accordion-item/accordion-item.template.ts",
1898
+ "path": "src/actions-menu/actions-menu.template.ts",
1958
1899
  "declarations": [
1959
1900
  {
1960
1901
  "kind": "function",
1961
- "name": "foundationAccordionItemTemplate",
1962
- "return": {
1963
- "type": {
1964
- "text": "ViewTemplate<AccordionItem>"
1965
- }
1966
- },
1902
+ "name": "menuTemplate",
1967
1903
  "parameters": [
1968
1904
  {
1969
- "name": "context",
1905
+ "name": "prefix",
1970
1906
  "type": {
1971
- "text": "ElementDefinitionContext"
1907
+ "text": "string"
1972
1908
  }
1973
- },
1909
+ }
1910
+ ]
1911
+ },
1912
+ {
1913
+ "kind": "function",
1914
+ "name": "singleOptionTemplate",
1915
+ "parameters": [
1974
1916
  {
1975
- "name": "definition",
1917
+ "name": "prefix",
1976
1918
  "type": {
1977
- "text": "FoundationElementDefinition"
1919
+ "text": "string"
1978
1920
  }
1979
1921
  }
1980
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`"
1981
1931
  }
1982
1932
  ],
1983
1933
  "exports": [
1984
1934
  {
1985
1935
  "kind": "js",
1986
- "name": "foundationAccordionItemTemplate",
1936
+ "name": "menuTemplate",
1987
1937
  "declaration": {
1988
- "name": "foundationAccordionItemTemplate",
1989
- "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"
1990
1956
  }
1991
1957
  }
1992
1958
  ]
1993
1959
  },
1994
1960
  {
1995
1961
  "kind": "javascript-module",
1996
- "path": "src/accordion-item/accordion-item.ts",
1962
+ "path": "src/actions-menu/actions-menu.ts",
1997
1963
  "declarations": [
1998
1964
  {
1999
1965
  "kind": "class",
2000
1966
  "description": "",
2001
- "name": "AccordionItem",
2002
- "superclass": {
2003
- "name": "FASTAccordionItem",
2004
- "package": "@microsoft/fast-components"
2005
- },
2006
- "tagName": "%%prefix%%-accordion-item",
2007
- "customElement": true,
2008
- "attributes": [
1967
+ "name": "ActionsMenu",
1968
+ "members": [
2009
1969
  {
2010
- "name": "heading-level",
1970
+ "kind": "field",
1971
+ "name": "actions",
2011
1972
  "type": {
2012
- "text": "1 | 2 | 3 | 4 | 5 | 6"
2013
- },
2014
- "default": "2",
2015
- "description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
2016
- "fieldName": "headinglevel",
2017
- "inheritedFrom": {
2018
- "name": "AccordionItem",
2019
- "module": "src/accordion-item/accordion-item.ts"
1973
+ "text": "ActionMenuItem[]"
2020
1974
  }
2021
1975
  },
2022
1976
  {
1977
+ "kind": "field",
1978
+ "name": "isVertical",
2023
1979
  "type": {
2024
1980
  "text": "boolean"
2025
1981
  },
2026
- "default": "false",
2027
- "description": "Expands or collapses the item.",
2028
- "fieldName": "expanded",
2029
- "inheritedFrom": {
2030
- "name": "AccordionItem",
2031
- "module": "src/accordion-item/accordion-item.ts"
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"
2032
2005
  }
2033
2006
  },
2034
2007
  {
2035
- "name": "id",
2008
+ "kind": "field",
2009
+ "name": "definition",
2010
+ "type": {
2011
+ "text": "any"
2012
+ }
2013
+ },
2014
+ {
2015
+ "kind": "field",
2016
+ "name": "name",
2036
2017
  "type": {
2037
2018
  "text": "string"
2038
2019
  },
2039
- "description": "The item ID",
2040
- "fieldName": "id",
2041
- "inheritedFrom": {
2042
- "name": "AccordionItem",
2043
- "module": "src/accordion-item/accordion-item.ts"
2044
- }
2045
- }
2046
- ],
2047
- "members": [
2020
+ "default": "'Actions'"
2021
+ },
2048
2022
  {
2049
2023
  "kind": "field",
2050
- "name": "headinglevel",
2024
+ "name": "open",
2051
2025
  "type": {
2052
- "text": "1 | 2 | 3 | 4 | 5 | 6"
2026
+ "text": "boolean"
2053
2027
  },
2054
- "privacy": "public",
2055
- "default": "2",
2056
- "description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
2057
- "inheritedFrom": {
2058
- "name": "AccordionItem",
2059
- "module": "src/accordion-item/accordion-item.ts"
2028
+ "default": "false"
2029
+ },
2030
+ {
2031
+ "kind": "field",
2032
+ "name": "buttonAppearance",
2033
+ "type": {
2034
+ "text": "string"
2060
2035
  }
2061
2036
  },
2062
2037
  {
2063
2038
  "kind": "field",
2064
- "name": "expanded",
2039
+ "name": "hideDisabled",
2065
2040
  "type": {
2066
2041
  "text": "boolean"
2067
2042
  },
2068
- "privacy": "public",
2069
- "default": "false",
2070
- "description": "Expands or collapses the item.",
2071
- "inheritedFrom": {
2072
- "name": "AccordionItem",
2073
- "module": "src/accordion-item/accordion-item.ts"
2074
- }
2043
+ "default": "false"
2075
2044
  },
2076
2045
  {
2077
2046
  "kind": "field",
2078
- "name": "id",
2047
+ "name": "hideMenuSingleOption",
2079
2048
  "type": {
2080
- "text": "string"
2049
+ "text": "boolean"
2081
2050
  },
2082
- "privacy": "public",
2083
- "description": "The item ID",
2084
- "inheritedFrom": {
2085
- "name": "AccordionItem",
2086
- "module": "src/accordion-item/accordion-item.ts"
2051
+ "default": "false"
2052
+ },
2053
+ {
2054
+ "kind": "field",
2055
+ "name": "singleOption",
2056
+ "type": {
2057
+ "text": "ActionMenuItem"
2087
2058
  }
2088
2059
  },
2089
2060
  {
2090
2061
  "kind": "field",
2091
- "name": "change",
2092
- "privacy": "private",
2093
- "inheritedFrom": {
2094
- "name": "AccordionItem",
2095
- "module": "src/accordion-item/accordion-item.ts"
2062
+ "name": "actionsMenu",
2063
+ "type": {
2064
+ "text": "HTMLElement"
2096
2065
  }
2097
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
+ },
2098
2144
  {
2099
2145
  "kind": "field",
2100
2146
  "name": "_presentation",
@@ -2207,109 +2253,107 @@
2207
2253
  }
2208
2254
  }
2209
2255
  ],
2210
- "events": [
2256
+ "attributes": [
2211
2257
  {
2212
- "description": "Fires a custom 'change' event when the button is invoked",
2213
- "name": "change",
2214
- "inheritedFrom": {
2215
- "name": "AccordionItem",
2216
- "module": "src/accordion-item/accordion-item.ts"
2217
- }
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"
2218
2319
  }
2219
- ]
2220
- },
2221
- {
2222
- "kind": "variable",
2223
- "name": "foundationAccordionItemShadowOptions",
2224
- "type": {
2225
- "text": "ShadowRootInit"
2226
- },
2227
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
2228
- },
2229
- {
2230
- "kind": "variable",
2231
- "name": "defaultAccordionItemConfig",
2232
- "type": {
2233
- "text": "object"
2320
+ ],
2321
+ "superclass": {
2322
+ "name": "FoundationElement",
2323
+ "package": "@microsoft/fast-foundation"
2234
2324
  },
2235
- "default": "{\n collapsedIcon: `<svg width=\"16\" height=\"16\" viewBox=\"0 0 18 18\" xmlns=\"http://www.w3.org/2000/svg\" slot=\"collapsed-icon\">\n <path d=\"M15.2222 1H2.77778C1.79594 1 1 1.79594 1 2.77778V15.2222C1 16.2041 1.79594 17 2.77778 17H15.2222C16.2041 17 17 16.2041 17 15.2222V2.77778C17 1.79594 16.2041 1 15.2222 1Z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n <path class=\"plus-sign\" d=\"M9 5.44446V12.5556\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n <path class=\"plus-sign\" d=\"M5.44446 9H12.5556\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n </svg>`,\n expandedIcon: `<svg width=\"16\" height=\"16\" viewBox=\"0 0 18 18\" xmlns=\"http://www.w3.org/2000/svg\" slot=\"expanded-icon\">\n <path d=\"M15.2222 1H2.77778C1.79594 1 1 1.79594 1 2.77778V15.2222C1 16.2041 1.79594 17 2.77778 17H15.2222C16.2041 17 17 16.2041 17 15.2222V2.77778C17 1.79594 16.2041 1 15.2222 1Z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n <path class=\"minus-sign\" d=\"M5.44446 9H12.5556\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n </svg>`,\n}"
2325
+ "tagName": "%%prefix%%-actions-menu",
2326
+ "customElement": true
2236
2327
  },
2237
2328
  {
2238
2329
  "kind": "variable",
2239
- "name": "foundationAccordionItem",
2240
- "description": "The Foundation Accordion Item",
2330
+ "name": "foundationActionsMenu",
2331
+ "description": "The Foundation Actions Menu",
2241
2332
  "privacy": "public"
2242
2333
  }
2243
2334
  ],
2244
2335
  "exports": [
2245
2336
  {
2246
2337
  "kind": "js",
2247
- "name": "AccordionItem",
2248
- "declaration": {
2249
- "name": "AccordionItem",
2250
- "module": "src/accordion-item/accordion-item.ts"
2251
- }
2252
- },
2253
- {
2254
- "kind": "js",
2255
- "name": "foundationAccordionItemShadowOptions",
2256
- "declaration": {
2257
- "name": "foundationAccordionItemShadowOptions",
2258
- "module": "src/accordion-item/accordion-item.ts"
2259
- }
2260
- },
2261
- {
2262
- "kind": "js",
2263
- "name": "defaultAccordionItemConfig",
2264
- "declaration": {
2265
- "name": "defaultAccordionItemConfig",
2266
- "module": "src/accordion-item/accordion-item.ts"
2267
- }
2268
- },
2269
- {
2270
- "kind": "js",
2271
- "name": "foundationAccordionItem",
2272
- "declaration": {
2273
- "name": "foundationAccordionItem",
2274
- "module": "src/accordion-item/accordion-item.ts"
2275
- }
2276
- }
2277
- ]
2278
- },
2279
- {
2280
- "kind": "javascript-module",
2281
- "path": "src/accordion-item/index.ts",
2282
- "declarations": [],
2283
- "exports": [
2284
- {
2285
- "kind": "js",
2286
- "name": "*",
2287
- "declaration": {
2288
- "name": "*",
2289
- "package": "./accordion-item.template"
2290
- }
2291
- },
2292
- {
2293
- "kind": "js",
2294
- "name": "*",
2338
+ "name": "ActionsMenu",
2295
2339
  "declaration": {
2296
- "name": "*",
2297
- "package": "./accordion-item.styles"
2340
+ "name": "ActionsMenu",
2341
+ "module": "src/actions-menu/actions-menu.ts"
2298
2342
  }
2299
2343
  },
2300
2344
  {
2301
2345
  "kind": "js",
2302
- "name": "*",
2346
+ "name": "foundationActionsMenu",
2303
2347
  "declaration": {
2304
- "name": "*",
2305
- "package": "./accordion-item"
2348
+ "name": "foundationActionsMenu",
2349
+ "module": "src/actions-menu/actions-menu.ts"
2306
2350
  }
2307
2351
  }
2308
2352
  ]
2309
2353
  },
2310
2354
  {
2311
2355
  "kind": "javascript-module",
2312
- "path": "src/_config/index.ts",
2356
+ "path": "src/actions-menu/index.ts",
2313
2357
  "declarations": [],
2314
2358
  "exports": [
2315
2359
  {
@@ -2317,7 +2361,7 @@
2317
2361
  "name": "*",
2318
2362
  "declaration": {
2319
2363
  "name": "*",
2320
- "package": "./styles"
2364
+ "package": "./actions-menu.styles"
2321
2365
  }
2322
2366
  },
2323
2367
  {
@@ -2325,7 +2369,7 @@
2325
2369
  "name": "*",
2326
2370
  "declaration": {
2327
2371
  "name": "*",
2328
- "package": "./tokens"
2372
+ "package": "./actions-menu.template"
2329
2373
  }
2330
2374
  },
2331
2375
  {
@@ -2333,7 +2377,7 @@
2333
2377
  "name": "*",
2334
2378
  "declaration": {
2335
2379
  "name": "*",
2336
- "package": "./values"
2380
+ "package": "./actions-menu"
2337
2381
  }
2338
2382
  }
2339
2383
  ]
@@ -2949,11 +2993,11 @@
2949
2993
  },
2950
2994
  {
2951
2995
  "kind": "javascript-module",
2952
- "path": "src/ai-indicator/ai-indicator.styles.ts",
2996
+ "path": "src/accordion/accordion.styles.ts",
2953
2997
  "declarations": [
2954
2998
  {
2955
2999
  "kind": "function",
2956
- "name": "foundationAiIndicatorStyles",
3000
+ "name": "foundationAccordionStyles",
2957
3001
  "return": {
2958
3002
  "type": {
2959
3003
  "text": "ElementStyles"
@@ -2978,224 +3022,276 @@
2978
3022
  "exports": [
2979
3023
  {
2980
3024
  "kind": "js",
2981
- "name": "foundationAiIndicatorStyles",
3025
+ "name": "foundationAccordionStyles",
2982
3026
  "declaration": {
2983
- "name": "foundationAiIndicatorStyles",
2984
- "module": "src/ai-indicator/ai-indicator.styles.ts"
3027
+ "name": "foundationAccordionStyles",
3028
+ "module": "src/accordion/accordion.styles.ts"
2985
3029
  }
2986
3030
  }
2987
3031
  ]
2988
3032
  },
2989
3033
  {
2990
3034
  "kind": "javascript-module",
2991
- "path": "src/ai-indicator/ai-indicator.template.ts",
3035
+ "path": "src/accordion/accordion.template.ts",
2992
3036
  "declarations": [
2993
3037
  {
2994
- "kind": "variable",
2995
- "name": "foundationAiIndicatorTemplate",
2996
- "type": {
2997
- "text": "ViewTemplate<AiIndicator>"
3038
+ "kind": "function",
3039
+ "name": "foundationAccordionTemplate",
3040
+ "return": {
3041
+ "type": {
3042
+ "text": "ViewTemplate<Accordion>"
3043
+ }
2998
3044
  },
2999
- "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
+ ]
3000
3059
  }
3001
3060
  ],
3002
3061
  "exports": [
3003
3062
  {
3004
3063
  "kind": "js",
3005
- "name": "foundationAiIndicatorTemplate",
3064
+ "name": "foundationAccordionTemplate",
3006
3065
  "declaration": {
3007
- "name": "foundationAiIndicatorTemplate",
3008
- "module": "src/ai-indicator/ai-indicator.template.ts"
3066
+ "name": "foundationAccordionTemplate",
3067
+ "module": "src/accordion/accordion.template.ts"
3009
3068
  }
3010
3069
  }
3011
3070
  ]
3012
3071
  },
3013
3072
  {
3014
3073
  "kind": "javascript-module",
3015
- "path": "src/ai-indicator/ai-indicator.ts",
3074
+ "path": "src/accordion/accordion.ts",
3016
3075
  "declarations": [
3017
3076
  {
3018
3077
  "kind": "class",
3019
3078
  "description": "",
3020
- "name": "AiIndicator",
3021
- "members": [
3022
- {
3023
- "kind": "field",
3024
- "name": "providerRegistry",
3025
- "type": {
3026
- "text": "AIProviderRegistry"
3027
- }
3028
- },
3029
- {
3030
- "kind": "field",
3031
- "name": "aiProvider",
3032
- "type": {
3033
- "text": "AIProvider | undefined"
3034
- },
3035
- "privacy": "private",
3036
- "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.",
3037
- "readonly": true
3038
- },
3079
+ "name": "Accordion",
3080
+ "superclass": {
3081
+ "name": "FASTAccordion",
3082
+ "package": "@microsoft/fast-foundation"
3083
+ },
3084
+ "tagName": "%%prefix%%-accordion",
3085
+ "customElement": true,
3086
+ "attributes": [
3039
3087
  {
3040
- "kind": "field",
3041
- "name": "status",
3088
+ "name": "expand-mode",
3042
3089
  "type": {
3043
- "text": "AIStatus | null"
3090
+ "text": "AccordionExpandMode"
3044
3091
  },
3045
- "default": "null"
3046
- },
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": [
3047
3101
  {
3048
3102
  "kind": "field",
3049
- "name": "open",
3103
+ "name": "expandmode",
3050
3104
  "type": {
3051
- "text": "boolean"
3105
+ "text": "AccordionExpandMode"
3052
3106
  },
3053
- "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
+ }
3054
3113
  },
3055
3114
  {
3056
3115
  "kind": "field",
3057
- "name": "state",
3116
+ "name": "activeid",
3058
3117
  "type": {
3059
- "text": "AIIndicatorState"
3118
+ "text": "string | null"
3060
3119
  },
3061
- "default": "'none'"
3120
+ "privacy": "private",
3121
+ "inheritedFrom": {
3122
+ "name": "Accordion",
3123
+ "module": "src/accordion/accordion.ts"
3124
+ }
3062
3125
  },
3063
3126
  {
3064
3127
  "kind": "field",
3065
- "name": "isInstalling",
3128
+ "name": "activeItemIndex",
3066
3129
  "type": {
3067
- "text": "boolean"
3130
+ "text": "number"
3068
3131
  },
3069
- "default": "false"
3132
+ "privacy": "private",
3133
+ "default": "0",
3134
+ "inheritedFrom": {
3135
+ "name": "Accordion",
3136
+ "module": "src/accordion/accordion.ts"
3137
+ }
3070
3138
  },
3071
3139
  {
3072
3140
  "kind": "field",
3073
- "name": "pollTimer",
3141
+ "name": "accordionIds",
3074
3142
  "type": {
3075
- "text": "ReturnType<typeof setInterval> | null"
3143
+ "text": "Array<string | null>"
3076
3144
  },
3077
3145
  "privacy": "private",
3078
- "default": "null"
3079
- },
3080
- {
3081
- "kind": "field",
3082
- "name": "clickOutside",
3083
- "privacy": "private"
3146
+ "inheritedFrom": {
3147
+ "name": "Accordion",
3148
+ "module": "src/accordion/accordion.ts"
3149
+ }
3084
3150
  },
3085
3151
  {
3086
3152
  "kind": "field",
3087
- "name": "chromeStatusLabel",
3088
- "type": {
3089
- "text": "string | null"
3090
- },
3091
- "readonly": true
3153
+ "name": "change",
3154
+ "privacy": "private",
3155
+ "inheritedFrom": {
3156
+ "name": "Accordion",
3157
+ "module": "src/accordion/accordion.ts"
3158
+ }
3092
3159
  },
3093
3160
  {
3094
- "kind": "field",
3095
- "name": "canInstall",
3096
- "type": {
3097
- "text": "boolean"
3161
+ "kind": "method",
3162
+ "name": "findExpandedItem",
3163
+ "privacy": "private",
3164
+ "return": {
3165
+ "type": {
3166
+ "text": "AccordionItem | null"
3167
+ }
3098
3168
  },
3099
- "readonly": true
3169
+ "inheritedFrom": {
3170
+ "name": "Accordion",
3171
+ "module": "src/accordion/accordion.ts"
3172
+ }
3100
3173
  },
3101
3174
  {
3102
3175
  "kind": "field",
3103
- "name": "isDownloading",
3104
- "type": {
3105
- "text": "boolean"
3106
- },
3107
- "readonly": true
3176
+ "name": "setItems",
3177
+ "privacy": "private",
3178
+ "inheritedFrom": {
3179
+ "name": "Accordion",
3180
+ "module": "src/accordion/accordion.ts"
3181
+ }
3108
3182
  },
3109
3183
  {
3110
3184
  "kind": "method",
3111
- "name": "openChanged",
3185
+ "name": "resetItems",
3186
+ "privacy": "private",
3112
3187
  "return": {
3113
3188
  "type": {
3114
3189
  "text": "void"
3115
3190
  }
3191
+ },
3192
+ "inheritedFrom": {
3193
+ "name": "Accordion",
3194
+ "module": "src/accordion/accordion.ts"
3116
3195
  }
3117
3196
  },
3118
3197
  {
3119
- "kind": "method",
3120
- "name": "handleClickOutside",
3198
+ "kind": "field",
3199
+ "name": "removeItemListeners",
3121
3200
  "privacy": "private",
3122
- "parameters": [
3123
- {
3124
- "name": "event",
3125
- "type": {
3126
- "text": "MouseEvent"
3127
- }
3128
- }
3129
- ]
3201
+ "inheritedFrom": {
3202
+ "name": "Accordion",
3203
+ "module": "src/accordion/accordion.ts"
3204
+ }
3130
3205
  },
3131
3206
  {
3132
- "kind": "method",
3133
- "name": "toggleDropdown"
3207
+ "kind": "field",
3208
+ "name": "activeItemChange",
3209
+ "privacy": "private",
3210
+ "inheritedFrom": {
3211
+ "name": "Accordion",
3212
+ "module": "src/accordion/accordion.ts"
3213
+ }
3134
3214
  },
3135
3215
  {
3136
3216
  "kind": "method",
3137
- "name": "refreshStatus",
3217
+ "name": "getItemIds",
3218
+ "privacy": "private",
3138
3219
  "return": {
3139
3220
  "type": {
3140
- "text": "Promise<void>"
3221
+ "text": "Array<string | null>"
3141
3222
  }
3223
+ },
3224
+ "inheritedFrom": {
3225
+ "name": "Accordion",
3226
+ "module": "src/accordion/accordion.ts"
3142
3227
  }
3143
3228
  },
3144
3229
  {
3145
3230
  "kind": "method",
3146
- "name": "deriveState",
3231
+ "name": "isSingleExpandMode",
3147
3232
  "privacy": "private",
3148
3233
  "return": {
3149
3234
  "type": {
3150
- "text": "AIIndicatorState"
3235
+ "text": "boolean"
3151
3236
  }
3152
3237
  },
3153
- "parameters": [
3154
- {
3155
- "name": "s",
3156
- "type": {
3157
- "text": "AIStatus | null"
3158
- }
3159
- }
3160
- ]
3238
+ "inheritedFrom": {
3239
+ "name": "Accordion",
3240
+ "module": "src/accordion/accordion.ts"
3241
+ }
3161
3242
  },
3162
3243
  {
3163
- "kind": "method",
3164
- "name": "maybeStartPolling",
3244
+ "kind": "field",
3245
+ "name": "handleItemKeyDown",
3165
3246
  "privacy": "private",
3166
- "return": {
3167
- "type": {
3168
- "text": "void"
3169
- }
3247
+ "inheritedFrom": {
3248
+ "name": "Accordion",
3249
+ "module": "src/accordion/accordion.ts"
3250
+ }
3251
+ },
3252
+ {
3253
+ "kind": "field",
3254
+ "name": "handleItemFocus",
3255
+ "privacy": "private",
3256
+ "inheritedFrom": {
3257
+ "name": "Accordion",
3258
+ "module": "src/accordion/accordion.ts"
3170
3259
  }
3171
3260
  },
3172
3261
  {
3173
3262
  "kind": "method",
3174
- "name": "startPolling",
3263
+ "name": "adjust",
3175
3264
  "privacy": "private",
3176
3265
  "return": {
3177
3266
  "type": {
3178
3267
  "text": "void"
3179
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"
3180
3281
  }
3181
3282
  },
3182
3283
  {
3183
3284
  "kind": "method",
3184
- "name": "stopPolling",
3285
+ "name": "focusItem",
3185
3286
  "privacy": "private",
3186
3287
  "return": {
3187
3288
  "type": {
3188
3289
  "text": "void"
3189
3290
  }
3190
- }
3191
- },
3192
- {
3193
- "kind": "method",
3194
- "name": "onInstall",
3195
- "return": {
3196
- "type": {
3197
- "text": "Promise<void>"
3198
- }
3291
+ },
3292
+ "inheritedFrom": {
3293
+ "name": "Accordion",
3294
+ "module": "src/accordion/accordion.ts"
3199
3295
  }
3200
3296
  },
3201
3297
  {
@@ -3310,122 +3406,113 @@
3310
3406
  }
3311
3407
  }
3312
3408
  ],
3313
- "superclass": {
3314
- "name": "FoundationElement",
3315
- "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"
3316
3425
  },
3317
- "tagName": "%%prefix%%-ai-indicator",
3318
- "customElement": true
3426
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
3319
3427
  },
3320
3428
  {
3321
3429
  "kind": "variable",
3322
- "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"
3323
3441
  }
3324
3442
  ],
3325
3443
  "exports": [
3326
3444
  {
3327
3445
  "kind": "js",
3328
- "name": "AiIndicator",
3446
+ "name": "Accordion",
3329
3447
  "declaration": {
3330
- "name": "AiIndicator",
3331
- "module": "src/ai-indicator/ai-indicator.ts"
3448
+ "name": "Accordion",
3449
+ "module": "src/accordion/accordion.ts"
3332
3450
  }
3333
3451
  },
3334
3452
  {
3335
3453
  "kind": "js",
3336
- "name": "foundationAiIndicator",
3337
- "declaration": {
3338
- "name": "foundationAiIndicator",
3339
- "module": "src/ai-indicator/ai-indicator.ts"
3340
- }
3341
- }
3342
- ]
3343
- },
3344
- {
3345
- "kind": "javascript-module",
3346
- "path": "src/ai-indicator/index.ts",
3347
- "declarations": [],
3348
- "exports": [
3349
- {
3350
- "kind": "js",
3351
- "name": "AiIndicator",
3454
+ "name": "foundationAccordionShadowOptions",
3352
3455
  "declaration": {
3353
- "name": "AiIndicator",
3354
- "module": "./ai-indicator"
3456
+ "name": "foundationAccordionShadowOptions",
3457
+ "module": "src/accordion/accordion.ts"
3355
3458
  }
3356
3459
  },
3357
3460
  {
3358
3461
  "kind": "js",
3359
- "name": "foundationAiIndicator",
3462
+ "name": "defaultAccordionConfig",
3360
3463
  "declaration": {
3361
- "name": "foundationAiIndicator",
3362
- "module": "./ai-indicator"
3464
+ "name": "defaultAccordionConfig",
3465
+ "module": "src/accordion/accordion.ts"
3363
3466
  }
3364
3467
  },
3365
3468
  {
3366
3469
  "kind": "js",
3367
- "name": "type",
3470
+ "name": "foundationAccordion",
3368
3471
  "declaration": {
3369
- "name": "type",
3370
- "module": "./ai-indicator"
3472
+ "name": "foundationAccordion",
3473
+ "module": "src/accordion/accordion.ts"
3371
3474
  }
3372
- },
3475
+ }
3476
+ ]
3477
+ },
3478
+ {
3479
+ "kind": "javascript-module",
3480
+ "path": "src/accordion/index.ts",
3481
+ "declarations": [],
3482
+ "exports": [
3373
3483
  {
3374
3484
  "kind": "js",
3375
- "name": "AIIndicatorState",
3485
+ "name": "*",
3376
3486
  "declaration": {
3377
- "name": "AIIndicatorState",
3378
- "module": "./ai-indicator"
3487
+ "name": "*",
3488
+ "package": "./accordion.template"
3379
3489
  }
3380
3490
  },
3381
3491
  {
3382
3492
  "kind": "js",
3383
- "name": "foundationAiIndicatorTemplate",
3493
+ "name": "*",
3384
3494
  "declaration": {
3385
- "name": "foundationAiIndicatorTemplate",
3386
- "module": "./ai-indicator.template"
3495
+ "name": "*",
3496
+ "package": "./accordion.styles"
3387
3497
  }
3388
3498
  },
3389
3499
  {
3390
3500
  "kind": "js",
3391
- "name": "foundationAiIndicatorStyles",
3501
+ "name": "*",
3392
3502
  "declaration": {
3393
- "name": "foundationAiIndicatorStyles",
3394
- "module": "./ai-indicator.styles"
3503
+ "name": "*",
3504
+ "package": "./accordion"
3395
3505
  }
3396
3506
  }
3397
3507
  ]
3398
3508
  },
3399
3509
  {
3400
3510
  "kind": "javascript-module",
3401
- "path": "src/actions-menu/actions-menu.styles.ts",
3511
+ "path": "src/ai-indicator/ai-indicator.styles.ts",
3402
3512
  "declarations": [
3403
3513
  {
3404
3514
  "kind": "function",
3405
- "name": "actionsMenuBaseStyles",
3406
- "return": {
3407
- "type": {
3408
- "text": "ElementStyles"
3409
- }
3410
- },
3411
- "parameters": [
3412
- {
3413
- "name": "context",
3414
- "type": {
3415
- "text": "ElementDefinitionContext"
3416
- }
3417
- },
3418
- {
3419
- "name": "definition",
3420
- "type": {
3421
- "text": "FoundationElementDefinition"
3422
- }
3423
- }
3424
- ]
3425
- },
3426
- {
3427
- "kind": "function",
3428
- "name": "foundationActionsMenuStyles",
3515
+ "name": "foundationAiIndicatorStyles",
3429
3516
  "return": {
3430
3517
  "type": {
3431
3518
  "text": "ElementStyles"
@@ -3450,269 +3537,225 @@
3450
3537
  "exports": [
3451
3538
  {
3452
3539
  "kind": "js",
3453
- "name": "actionsMenuBaseStyles",
3454
- "declaration": {
3455
- "name": "actionsMenuBaseStyles",
3456
- "module": "src/actions-menu/actions-menu.styles.ts"
3457
- }
3458
- },
3459
- {
3460
- "kind": "js",
3461
- "name": "foundationActionsMenuStyles",
3540
+ "name": "foundationAiIndicatorStyles",
3462
3541
  "declaration": {
3463
- "name": "foundationActionsMenuStyles",
3464
- "module": "src/actions-menu/actions-menu.styles.ts"
3542
+ "name": "foundationAiIndicatorStyles",
3543
+ "module": "src/ai-indicator/ai-indicator.styles.ts"
3465
3544
  }
3466
3545
  }
3467
3546
  ]
3468
3547
  },
3469
3548
  {
3470
3549
  "kind": "javascript-module",
3471
- "path": "src/actions-menu/actions-menu.template.ts",
3550
+ "path": "src/ai-indicator/ai-indicator.template.ts",
3472
3551
  "declarations": [
3473
- {
3474
- "kind": "function",
3475
- "name": "menuTemplate",
3476
- "parameters": [
3477
- {
3478
- "name": "prefix",
3479
- "type": {
3480
- "text": "string"
3481
- }
3482
- }
3483
- ]
3484
- },
3485
- {
3486
- "kind": "function",
3487
- "name": "singleOptionTemplate",
3488
- "parameters": [
3489
- {
3490
- "name": "prefix",
3491
- "type": {
3492
- "text": "string"
3493
- }
3494
- }
3495
- ]
3496
- },
3497
3552
  {
3498
3553
  "kind": "variable",
3499
- "name": "foundationActionsMenuTemplate",
3554
+ "name": "foundationAiIndicatorTemplate",
3500
3555
  "type": {
3501
- "text": "ViewTemplate<ActionsMenu>"
3556
+ "text": "ViewTemplate<AiIndicator>"
3502
3557
  },
3503
- "default": "html`\n <div\n class=\"actions-container${(x) => (x.isVertical ? ' actions-vertical' : '')}\"\n part=\"actions-container\"\n >\n ${(x) => x.getTemplate(getPrefix(x))}\n </div>\n`"
3558
+ "default": "html`\n ${(x) => aiIndicatorTemplate(getPrefix(x))}\n`"
3504
3559
  }
3505
3560
  ],
3506
3561
  "exports": [
3507
3562
  {
3508
3563
  "kind": "js",
3509
- "name": "menuTemplate",
3510
- "declaration": {
3511
- "name": "menuTemplate",
3512
- "module": "src/actions-menu/actions-menu.template.ts"
3513
- }
3514
- },
3515
- {
3516
- "kind": "js",
3517
- "name": "singleOptionTemplate",
3518
- "declaration": {
3519
- "name": "singleOptionTemplate",
3520
- "module": "src/actions-menu/actions-menu.template.ts"
3521
- }
3522
- },
3523
- {
3524
- "kind": "js",
3525
- "name": "foundationActionsMenuTemplate",
3564
+ "name": "foundationAiIndicatorTemplate",
3526
3565
  "declaration": {
3527
- "name": "foundationActionsMenuTemplate",
3528
- "module": "src/actions-menu/actions-menu.template.ts"
3566
+ "name": "foundationAiIndicatorTemplate",
3567
+ "module": "src/ai-indicator/ai-indicator.template.ts"
3529
3568
  }
3530
3569
  }
3531
3570
  ]
3532
3571
  },
3533
3572
  {
3534
3573
  "kind": "javascript-module",
3535
- "path": "src/actions-menu/actions-menu.ts",
3574
+ "path": "src/ai-indicator/ai-indicator.ts",
3536
3575
  "declarations": [
3537
3576
  {
3538
3577
  "kind": "class",
3539
3578
  "description": "",
3540
- "name": "ActionsMenu",
3579
+ "name": "AiIndicator",
3541
3580
  "members": [
3542
3581
  {
3543
3582
  "kind": "field",
3544
- "name": "actions",
3583
+ "name": "providerRegistry",
3545
3584
  "type": {
3546
- "text": "ActionMenuItem[]"
3585
+ "text": "AIProviderRegistry"
3547
3586
  }
3548
3587
  },
3549
3588
  {
3550
3589
  "kind": "field",
3551
- "name": "isVertical",
3590
+ "name": "aiProvider",
3552
3591
  "type": {
3553
- "text": "boolean"
3592
+ "text": "AIProvider | undefined"
3554
3593
  },
3555
- "default": "false"
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
3556
3597
  },
3557
3598
  {
3558
3599
  "kind": "field",
3559
- "name": "addDefaultActions",
3600
+ "name": "status",
3560
3601
  "type": {
3561
- "text": "boolean"
3602
+ "text": "AIStatus | null"
3562
3603
  },
3563
- "default": "true"
3604
+ "default": "null"
3564
3605
  },
3565
3606
  {
3566
3607
  "kind": "field",
3567
- "name": "autoCloseOnAction",
3608
+ "name": "open",
3568
3609
  "type": {
3569
3610
  "text": "boolean"
3570
3611
  },
3571
- "default": "true"
3572
- },
3573
- {
3574
- "kind": "field",
3575
- "name": "classNames",
3576
- "type": {
3577
- "text": "string"
3578
- }
3612
+ "default": "false"
3579
3613
  },
3580
3614
  {
3581
3615
  "kind": "field",
3582
- "name": "definition",
3616
+ "name": "state",
3583
3617
  "type": {
3584
- "text": "any"
3585
- }
3618
+ "text": "AIIndicatorState"
3619
+ },
3620
+ "default": "'none'"
3586
3621
  },
3587
3622
  {
3588
3623
  "kind": "field",
3589
- "name": "name",
3624
+ "name": "isInstalling",
3590
3625
  "type": {
3591
- "text": "string"
3626
+ "text": "boolean"
3592
3627
  },
3593
- "default": "'Actions'"
3628
+ "default": "false"
3594
3629
  },
3595
3630
  {
3596
3631
  "kind": "field",
3597
- "name": "open",
3632
+ "name": "pollTimer",
3598
3633
  "type": {
3599
- "text": "boolean"
3634
+ "text": "ReturnType<typeof setInterval> | null"
3600
3635
  },
3601
- "default": "false"
3636
+ "privacy": "private",
3637
+ "default": "null"
3602
3638
  },
3603
3639
  {
3604
3640
  "kind": "field",
3605
- "name": "buttonAppearance",
3606
- "type": {
3607
- "text": "string"
3608
- }
3641
+ "name": "clickOutside",
3642
+ "privacy": "private"
3609
3643
  },
3610
3644
  {
3611
3645
  "kind": "field",
3612
- "name": "hideDisabled",
3646
+ "name": "chromeStatusLabel",
3613
3647
  "type": {
3614
- "text": "boolean"
3648
+ "text": "string | null"
3615
3649
  },
3616
- "default": "false"
3650
+ "readonly": true
3617
3651
  },
3618
3652
  {
3619
3653
  "kind": "field",
3620
- "name": "hideMenuSingleOption",
3654
+ "name": "canInstall",
3621
3655
  "type": {
3622
3656
  "text": "boolean"
3623
3657
  },
3624
- "default": "false"
3658
+ "readonly": true
3625
3659
  },
3626
3660
  {
3627
3661
  "kind": "field",
3628
- "name": "singleOption",
3662
+ "name": "isDownloading",
3629
3663
  "type": {
3630
- "text": "ActionMenuItem"
3631
- }
3664
+ "text": "boolean"
3665
+ },
3666
+ "readonly": true
3632
3667
  },
3633
3668
  {
3634
- "kind": "field",
3635
- "name": "actionsMenu",
3636
- "type": {
3637
- "text": "HTMLElement"
3669
+ "kind": "method",
3670
+ "name": "openChanged",
3671
+ "return": {
3672
+ "type": {
3673
+ "text": "void"
3674
+ }
3638
3675
  }
3639
3676
  },
3640
3677
  {
3641
3678
  "kind": "method",
3642
- "name": "definitionChanged",
3643
- "privacy": "protected",
3679
+ "name": "handleClickOutside",
3680
+ "privacy": "private",
3644
3681
  "parameters": [
3645
3682
  {
3646
- "name": "oldValue",
3647
- "type": {
3648
- "text": "any"
3649
- }
3650
- },
3651
- {
3652
- "name": "newValue",
3683
+ "name": "event",
3653
3684
  "type": {
3654
- "text": "any"
3685
+ "text": "MouseEvent"
3655
3686
  }
3656
3687
  }
3657
3688
  ]
3658
3689
  },
3659
3690
  {
3660
3691
  "kind": "method",
3661
- "name": "openChanged",
3662
- "privacy": "protected"
3692
+ "name": "toggleDropdown"
3663
3693
  },
3664
3694
  {
3665
3695
  "kind": "method",
3666
- "name": "toggleActionsMenuVisibility"
3696
+ "name": "refreshStatus",
3697
+ "return": {
3698
+ "type": {
3699
+ "text": "Promise<void>"
3700
+ }
3701
+ }
3667
3702
  },
3668
3703
  {
3669
3704
  "kind": "method",
3670
- "name": "onActionMenuItemClick",
3705
+ "name": "deriveState",
3706
+ "privacy": "private",
3707
+ "return": {
3708
+ "type": {
3709
+ "text": "AIIndicatorState"
3710
+ }
3711
+ },
3671
3712
  "parameters": [
3672
3713
  {
3673
- "name": "callback",
3714
+ "name": "s",
3674
3715
  "type": {
3675
- "text": "(rowData) => void | any"
3716
+ "text": "AIStatus | null"
3676
3717
  }
3677
3718
  }
3678
3719
  ]
3679
3720
  },
3680
3721
  {
3681
- "kind": "field",
3682
- "name": "allActions",
3683
- "type": {
3684
- "text": "ActionMenuItem[]"
3685
- },
3686
- "readonly": true
3722
+ "kind": "method",
3723
+ "name": "maybeStartPolling",
3724
+ "privacy": "private",
3725
+ "return": {
3726
+ "type": {
3727
+ "text": "void"
3728
+ }
3729
+ }
3687
3730
  },
3688
3731
  {
3689
- "kind": "field",
3690
- "name": "rowData",
3691
- "readonly": true
3732
+ "kind": "method",
3733
+ "name": "startPolling",
3734
+ "privacy": "private",
3735
+ "return": {
3736
+ "type": {
3737
+ "text": "void"
3738
+ }
3739
+ }
3692
3740
  },
3693
3741
  {
3694
3742
  "kind": "method",
3695
- "name": "getLabel",
3696
- "parameters": [
3697
- {
3698
- "name": "name",
3699
- "type": {
3700
- "text": "string | ((rowData: any) => string)"
3701
- }
3743
+ "name": "stopPolling",
3744
+ "privacy": "private",
3745
+ "return": {
3746
+ "type": {
3747
+ "text": "void"
3702
3748
  }
3703
- ]
3749
+ }
3704
3750
  },
3705
3751
  {
3706
3752
  "kind": "method",
3707
- "name": "getTemplate",
3708
- "parameters": [
3709
- {
3710
- "name": "prefix",
3711
- "type": {
3712
- "text": "string"
3713
- }
3753
+ "name": "onInstall",
3754
+ "return": {
3755
+ "type": {
3756
+ "text": "Promise<void>"
3714
3757
  }
3715
- ]
3758
+ }
3716
3759
  },
3717
3760
  {
3718
3761
  "kind": "field",
@@ -3826,131 +3869,88 @@
3826
3869
  }
3827
3870
  }
3828
3871
  ],
3829
- "attributes": [
3830
- {
3831
- "name": "is-vertical",
3832
- "type": {
3833
- "text": "boolean"
3834
- },
3835
- "default": "false",
3836
- "fieldName": "isVertical"
3837
- },
3838
- {
3839
- "name": "add-default-actions",
3840
- "type": {
3841
- "text": "boolean"
3842
- },
3843
- "default": "true",
3844
- "fieldName": "addDefaultActions"
3845
- },
3846
- {
3847
- "name": "auto-close-on-action",
3848
- "type": {
3849
- "text": "boolean"
3850
- },
3851
- "default": "true",
3852
- "fieldName": "autoCloseOnAction"
3853
- },
3854
- {
3855
- "name": "name",
3856
- "type": {
3857
- "text": "string"
3858
- },
3859
- "default": "'Actions'",
3860
- "fieldName": "name"
3861
- },
3862
- {
3863
- "name": "open",
3864
- "type": {
3865
- "text": "boolean"
3866
- },
3867
- "default": "false",
3868
- "fieldName": "open"
3869
- },
3870
- {
3871
- "name": "buttonAppearance",
3872
- "type": {
3873
- "text": "string"
3874
- },
3875
- "fieldName": "buttonAppearance"
3876
- },
3877
- {
3878
- "name": "hide-disabled",
3879
- "type": {
3880
- "text": "boolean"
3881
- },
3882
- "default": "false",
3883
- "fieldName": "hideDisabled"
3884
- },
3885
- {
3886
- "name": "hide-menu-single-option",
3887
- "type": {
3888
- "text": "boolean"
3889
- },
3890
- "default": "false",
3891
- "fieldName": "hideMenuSingleOption"
3892
- }
3893
- ],
3894
3872
  "superclass": {
3895
3873
  "name": "FoundationElement",
3896
3874
  "package": "@microsoft/fast-foundation"
3897
3875
  },
3898
- "tagName": "%%prefix%%-actions-menu",
3876
+ "tagName": "%%prefix%%-ai-indicator",
3899
3877
  "customElement": true
3900
3878
  },
3901
3879
  {
3902
3880
  "kind": "variable",
3903
- "name": "foundationActionsMenu",
3904
- "description": "The Foundation Actions Menu",
3905
- "privacy": "public"
3881
+ "name": "foundationAiIndicator"
3906
3882
  }
3907
3883
  ],
3908
3884
  "exports": [
3909
3885
  {
3910
3886
  "kind": "js",
3911
- "name": "ActionsMenu",
3887
+ "name": "AiIndicator",
3912
3888
  "declaration": {
3913
- "name": "ActionsMenu",
3914
- "module": "src/actions-menu/actions-menu.ts"
3889
+ "name": "AiIndicator",
3890
+ "module": "src/ai-indicator/ai-indicator.ts"
3915
3891
  }
3916
3892
  },
3917
3893
  {
3918
3894
  "kind": "js",
3919
- "name": "foundationActionsMenu",
3895
+ "name": "foundationAiIndicator",
3920
3896
  "declaration": {
3921
- "name": "foundationActionsMenu",
3922
- "module": "src/actions-menu/actions-menu.ts"
3897
+ "name": "foundationAiIndicator",
3898
+ "module": "src/ai-indicator/ai-indicator.ts"
3923
3899
  }
3924
3900
  }
3925
3901
  ]
3926
3902
  },
3927
3903
  {
3928
3904
  "kind": "javascript-module",
3929
- "path": "src/actions-menu/index.ts",
3905
+ "path": "src/ai-indicator/index.ts",
3930
3906
  "declarations": [],
3931
3907
  "exports": [
3932
3908
  {
3933
3909
  "kind": "js",
3934
- "name": "*",
3910
+ "name": "AiIndicator",
3935
3911
  "declaration": {
3936
- "name": "*",
3937
- "package": "./actions-menu.styles"
3912
+ "name": "AiIndicator",
3913
+ "module": "./ai-indicator"
3938
3914
  }
3939
3915
  },
3940
3916
  {
3941
3917
  "kind": "js",
3942
- "name": "*",
3918
+ "name": "foundationAiIndicator",
3943
3919
  "declaration": {
3944
- "name": "*",
3945
- "package": "./actions-menu.template"
3920
+ "name": "foundationAiIndicator",
3921
+ "module": "./ai-indicator"
3946
3922
  }
3947
3923
  },
3948
3924
  {
3949
3925
  "kind": "js",
3950
- "name": "*",
3926
+ "name": "type",
3951
3927
  "declaration": {
3952
- "name": "*",
3953
- "package": "./actions-menu"
3928
+ "name": "type",
3929
+ "module": "./ai-indicator"
3930
+ }
3931
+ },
3932
+ {
3933
+ "kind": "js",
3934
+ "name": "AIIndicatorState",
3935
+ "declaration": {
3936
+ "name": "AIIndicatorState",
3937
+ "module": "./ai-indicator"
3938
+ }
3939
+ },
3940
+ {
3941
+ "kind": "js",
3942
+ "name": "foundationAiIndicatorTemplate",
3943
+ "declaration": {
3944
+ "name": "foundationAiIndicatorTemplate",
3945
+ "module": "./ai-indicator.template"
3946
+ }
3947
+ },
3948
+ {
3949
+ "kind": "js",
3950
+ "name": "foundationAiIndicatorStyles",
3951
+ "declaration": {
3952
+ "name": "foundationAiIndicatorStyles",
3953
+ "module": "./ai-indicator.styles"
3954
3954
  }
3955
3955
  }
3956
3956
  ]
@@ -47682,7 +47682,7 @@
47682
47682
  {
47683
47683
  "kind": "variable",
47684
47684
  "name": "statusPillStyles",
47685
- "default": "css`\n .status-pill {\n font-size: 12px;\n display: inline-flex;\n align-items: center;\n gap: 5px;\n border-radius: 10px;\n height: 20px;\n background: grey;\n color: var(--neutral-foreground-rest);\n padding: 2px 8px;\n line-height: 1;\n }\n\n .status-pill.lg {\n height: 32px;\n border-radius: 16px;\n padding: 2px 12px;\n }\n\n .status-pill-initial {\n height: 14px;\n width: 14px;\n border-radius: 7px;\n font-weight: bold;\n font-size: 12px;\n display: flex;\n justify-content: center;\n align-items: center;\n }\n\n .status-pill-image {\n height: 14px;\n }\n`"
47685
+ "default": "css`\n .status-pill {\n font-size: var(--ag-data-font-size);\n display: inline-flex;\n align-items: center;\n gap: 5px;\n border-radius: 4px;\n height: 20px;\n background: grey;\n color: var(--neutral-foreground-rest);\n padding: 2px 8px;\n line-height: 1;\n }\n\n .status-pill.lg {\n height: 32px;\n border-radius: 16px;\n padding: 2px 12px;\n }\n\n .status-pill-initial {\n height: 14px;\n width: 14px;\n border-radius: 7px;\n font-weight: bold;\n font-size: 12px;\n display: flex;\n justify-content: center;\n align-items: center;\n }\n\n .status-pill-image {\n height: 14px;\n }\n`"
47686
47686
  }
47687
47687
  ],
47688
47688
  "exports": [