@genesislcap/foundation-ui 14.429.2 → 14.430.0-PA-1863.1

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