@genesislcap/foundation-ui 14.434.0 → 14.436.0-FUI-2489.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (52) hide show
  1. package/dist/custom-elements.json +651 -651
  2. package/dist/dts/combobox/combobox.d.ts.map +1 -1
  3. package/dist/dts/connection-indicator/connection-indicator.styles.d.ts.map +1 -1
  4. package/dist/dts/connection-indicator/connection-indicator.template.d.ts.map +1 -1
  5. package/dist/dts/date-picker/date-picker.d.ts +1 -1
  6. package/dist/dts/date-picker/date-picker.template.d.ts.map +1 -1
  7. package/dist/dts/date-picker/month.d.ts.map +1 -1
  8. package/dist/dts/design-system-provider/design-system-provider.utils.d.ts +1 -2
  9. package/dist/dts/design-system-provider/design-system-provider.utils.d.ts.map +1 -1
  10. package/dist/dts/dialog/dialog.d.ts.map +1 -1
  11. package/dist/dts/filter/filter.d.ts.map +1 -1
  12. package/dist/dts/filter/filter.template.d.ts.map +1 -1
  13. package/dist/dts/grid-layout-item/grid-layout-item.template.d.ts.map +1 -1
  14. package/dist/dts/notification-listener/notification-listener.d.ts.map +1 -1
  15. package/dist/dts/options-datasource/multiselect-datasource.d.ts.map +1 -1
  16. package/dist/dts/options-datasource/options-datasource.d.ts.map +1 -1
  17. package/dist/dts/popper/popper.d.ts.map +1 -1
  18. package/dist/dts/react.d.ts +12 -12
  19. package/dist/dts/router/events.d.ts +1 -1
  20. package/dist/dts/router/navigation.d.ts +5 -5
  21. package/dist/dts/router/navigation.d.ts.map +1 -1
  22. package/dist/dts/scheduler-cron-builder/scheduler-cron-builder.d.ts +1 -1
  23. package/dist/dts/scheduler-cron-builder/scheduler-cron-builder.d.ts.map +1 -1
  24. package/dist/dts/scheduler-cron-builder/weekly-recurrence/weekly-recurrence.d.ts.map +1 -1
  25. package/dist/dts/search-bar/search-bar-combobox.template.d.ts.map +1 -1
  26. package/dist/dts/tabs/tabs.d.ts.map +1 -1
  27. package/dist/dts/toast/toast.d.ts.map +1 -1
  28. package/dist/dts/toast/toast.template.d.ts.map +1 -1
  29. package/dist/esm/combobox/combobox.js +1 -2
  30. package/dist/esm/connection-indicator/connection-indicator.styles.js +2 -5
  31. package/dist/esm/connection-indicator/connection-indicator.template.js +1 -2
  32. package/dist/esm/date-picker/date-picker.template.js +1 -2
  33. package/dist/esm/date-picker/day.util.js +1 -1
  34. package/dist/esm/date-picker/month.js +1 -1
  35. package/dist/esm/dialog/dialog.js +1 -0
  36. package/dist/esm/filter/filter.js +1 -1
  37. package/dist/esm/filter/filter.template.js +1 -0
  38. package/dist/esm/grid-layout-item/grid-layout-item.template.js +0 -3
  39. package/dist/esm/notification-listener/notification-listener.js +2 -3
  40. package/dist/esm/options-datasource/options-datasource.js +1 -2
  41. package/dist/esm/popper/popper.js +1 -0
  42. package/dist/esm/router/navigation.js +4 -1
  43. package/dist/esm/scheduler-cron-builder/scheduler-cron-builder.js +2 -3
  44. package/dist/esm/scheduler-cron-builder/weekly-recurrence/weekly-recurrence.js +1 -3
  45. package/dist/esm/search-bar/search-bar-combobox.template.js +1 -2
  46. package/dist/esm/tabs/tabs.js +1 -0
  47. package/dist/esm/toast/toast.js +1 -1
  48. package/dist/esm/toast/toast.template.js +3 -1
  49. package/dist/react.cjs +9 -9
  50. package/dist/react.mjs +6 -6
  51. package/package.json +19 -19
  52. package/public/ag-grid/preview.html +468 -432
@@ -1400,34 +1400,42 @@
1400
1400
  },
1401
1401
  {
1402
1402
  "kind": "javascript-module",
1403
- "path": "src/actions-menu/actions-menu.styles.ts",
1404
- "declarations": [
1403
+ "path": "src/_config/index.ts",
1404
+ "declarations": [],
1405
+ "exports": [
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
- ]
1407
+ "kind": "js",
1408
+ "name": "*",
1409
+ "declaration": {
1410
+ "name": "*",
1411
+ "package": "./styles"
1412
+ }
1427
1413
  },
1414
+ {
1415
+ "kind": "js",
1416
+ "name": "*",
1417
+ "declaration": {
1418
+ "name": "*",
1419
+ "package": "./tokens"
1420
+ }
1421
+ },
1422
+ {
1423
+ "kind": "js",
1424
+ "name": "*",
1425
+ "declaration": {
1426
+ "name": "*",
1427
+ "package": "./values"
1428
+ }
1429
+ }
1430
+ ]
1431
+ },
1432
+ {
1433
+ "kind": "javascript-module",
1434
+ "path": "src/accordion/accordion.styles.ts",
1435
+ "declarations": [
1428
1436
  {
1429
1437
  "kind": "function",
1430
- "name": "foundationActionsMenuStyles",
1438
+ "name": "foundationAccordionStyles",
1431
1439
  "return": {
1432
1440
  "type": {
1433
1441
  "text": "ElementStyles"
@@ -1452,269 +1460,277 @@
1452
1460
  "exports": [
1453
1461
  {
1454
1462
  "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",
1463
+ "name": "foundationAccordionStyles",
1464
1464
  "declaration": {
1465
- "name": "foundationActionsMenuStyles",
1466
- "module": "src/actions-menu/actions-menu.styles.ts"
1465
+ "name": "foundationAccordionStyles",
1466
+ "module": "src/accordion/accordion.styles.ts"
1467
1467
  }
1468
1468
  }
1469
1469
  ]
1470
1470
  },
1471
1471
  {
1472
1472
  "kind": "javascript-module",
1473
- "path": "src/actions-menu/actions-menu.template.ts",
1473
+ "path": "src/accordion/accordion.template.ts",
1474
1474
  "declarations": [
1475
1475
  {
1476
1476
  "kind": "function",
1477
- "name": "menuTemplate",
1477
+ "name": "foundationAccordionTemplate",
1478
+ "return": {
1479
+ "type": {
1480
+ "text": "ViewTemplate<Accordion>"
1481
+ }
1482
+ },
1478
1483
  "parameters": [
1479
1484
  {
1480
- "name": "prefix",
1485
+ "name": "context",
1481
1486
  "type": {
1482
- "text": "string"
1487
+ "text": "ElementDefinitionContext"
1483
1488
  }
1484
- }
1485
- ]
1486
- },
1487
- {
1488
- "kind": "function",
1489
- "name": "singleOptionTemplate",
1490
- "parameters": [
1489
+ },
1491
1490
  {
1492
- "name": "prefix",
1491
+ "name": "definition",
1493
1492
  "type": {
1494
- "text": "string"
1493
+ "text": "FoundationElementDefinition"
1495
1494
  }
1496
1495
  }
1497
1496
  ]
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
1497
  }
1507
1498
  ],
1508
1499
  "exports": [
1509
1500
  {
1510
1501
  "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",
1502
+ "name": "foundationAccordionTemplate",
1528
1503
  "declaration": {
1529
- "name": "foundationActionsMenuTemplate",
1530
- "module": "src/actions-menu/actions-menu.template.ts"
1504
+ "name": "foundationAccordionTemplate",
1505
+ "module": "src/accordion/accordion.template.ts"
1531
1506
  }
1532
1507
  }
1533
1508
  ]
1534
1509
  },
1535
1510
  {
1536
1511
  "kind": "javascript-module",
1537
- "path": "src/actions-menu/actions-menu.ts",
1512
+ "path": "src/accordion/accordion.ts",
1538
1513
  "declarations": [
1539
1514
  {
1540
1515
  "kind": "class",
1541
1516
  "description": "",
1542
- "name": "ActionsMenu",
1543
- "members": [
1517
+ "name": "Accordion",
1518
+ "superclass": {
1519
+ "name": "FASTAccordion",
1520
+ "package": "@microsoft/fast-foundation"
1521
+ },
1522
+ "tagName": "%%prefix%%-accordion",
1523
+ "customElement": true,
1524
+ "attributes": [
1544
1525
  {
1545
- "kind": "field",
1546
- "name": "actions",
1526
+ "name": "expand-mode",
1547
1527
  "type": {
1548
- "text": "ActionMenuItem[]"
1528
+ "text": "AccordionExpandMode"
1529
+ },
1530
+ "description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
1531
+ "fieldName": "expandmode",
1532
+ "inheritedFrom": {
1533
+ "name": "Accordion",
1534
+ "module": "src/accordion/accordion.ts"
1549
1535
  }
1550
- },
1536
+ }
1537
+ ],
1538
+ "members": [
1551
1539
  {
1552
1540
  "kind": "field",
1553
- "name": "isVertical",
1541
+ "name": "expandmode",
1554
1542
  "type": {
1555
- "text": "boolean"
1543
+ "text": "AccordionExpandMode"
1556
1544
  },
1557
- "default": "false"
1545
+ "privacy": "public",
1546
+ "description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
1547
+ "inheritedFrom": {
1548
+ "name": "Accordion",
1549
+ "module": "src/accordion/accordion.ts"
1550
+ }
1558
1551
  },
1559
1552
  {
1560
1553
  "kind": "field",
1561
- "name": "addDefaultActions",
1554
+ "name": "activeid",
1562
1555
  "type": {
1563
- "text": "boolean"
1556
+ "text": "string | null"
1564
1557
  },
1565
- "default": "true"
1558
+ "privacy": "private",
1559
+ "inheritedFrom": {
1560
+ "name": "Accordion",
1561
+ "module": "src/accordion/accordion.ts"
1562
+ }
1566
1563
  },
1567
1564
  {
1568
1565
  "kind": "field",
1569
- "name": "autoCloseOnAction",
1566
+ "name": "activeItemIndex",
1570
1567
  "type": {
1571
- "text": "boolean"
1568
+ "text": "number"
1572
1569
  },
1573
- "default": "true"
1574
- },
1575
- {
1576
- "kind": "field",
1577
- "name": "classNames",
1578
- "type": {
1579
- "text": "string"
1570
+ "privacy": "private",
1571
+ "default": "0",
1572
+ "inheritedFrom": {
1573
+ "name": "Accordion",
1574
+ "module": "src/accordion/accordion.ts"
1580
1575
  }
1581
1576
  },
1582
1577
  {
1583
1578
  "kind": "field",
1584
- "name": "definition",
1579
+ "name": "accordionIds",
1585
1580
  "type": {
1586
- "text": "any"
1581
+ "text": "Array<string | null>"
1582
+ },
1583
+ "privacy": "private",
1584
+ "inheritedFrom": {
1585
+ "name": "Accordion",
1586
+ "module": "src/accordion/accordion.ts"
1587
1587
  }
1588
1588
  },
1589
1589
  {
1590
1590
  "kind": "field",
1591
- "name": "name",
1592
- "type": {
1593
- "text": "string"
1594
- },
1595
- "default": "'Actions'"
1591
+ "name": "change",
1592
+ "privacy": "private",
1593
+ "inheritedFrom": {
1594
+ "name": "Accordion",
1595
+ "module": "src/accordion/accordion.ts"
1596
+ }
1596
1597
  },
1597
1598
  {
1598
- "kind": "field",
1599
- "name": "open",
1600
- "type": {
1601
- "text": "boolean"
1599
+ "kind": "method",
1600
+ "name": "findExpandedItem",
1601
+ "privacy": "private",
1602
+ "return": {
1603
+ "type": {
1604
+ "text": "AccordionItem | null"
1605
+ }
1602
1606
  },
1603
- "default": "false"
1604
- },
1605
- {
1606
- "kind": "field",
1607
- "name": "buttonAppearance",
1608
- "type": {
1609
- "text": "string"
1607
+ "inheritedFrom": {
1608
+ "name": "Accordion",
1609
+ "module": "src/accordion/accordion.ts"
1610
1610
  }
1611
1611
  },
1612
1612
  {
1613
1613
  "kind": "field",
1614
- "name": "hideDisabled",
1615
- "type": {
1616
- "text": "boolean"
1617
- },
1618
- "default": "false"
1614
+ "name": "setItems",
1615
+ "privacy": "private",
1616
+ "inheritedFrom": {
1617
+ "name": "Accordion",
1618
+ "module": "src/accordion/accordion.ts"
1619
+ }
1619
1620
  },
1620
1621
  {
1621
- "kind": "field",
1622
- "name": "hideMenuSingleOption",
1623
- "type": {
1624
- "text": "boolean"
1622
+ "kind": "method",
1623
+ "name": "resetItems",
1624
+ "privacy": "private",
1625
+ "return": {
1626
+ "type": {
1627
+ "text": "void"
1628
+ }
1625
1629
  },
1626
- "default": "false"
1630
+ "inheritedFrom": {
1631
+ "name": "Accordion",
1632
+ "module": "src/accordion/accordion.ts"
1633
+ }
1627
1634
  },
1628
1635
  {
1629
1636
  "kind": "field",
1630
- "name": "singleOption",
1631
- "type": {
1632
- "text": "ActionMenuItem"
1637
+ "name": "removeItemListeners",
1638
+ "privacy": "private",
1639
+ "inheritedFrom": {
1640
+ "name": "Accordion",
1641
+ "module": "src/accordion/accordion.ts"
1633
1642
  }
1634
1643
  },
1635
1644
  {
1636
1645
  "kind": "field",
1637
- "name": "actionsMenu",
1638
- "type": {
1639
- "text": "HTMLElement"
1646
+ "name": "activeItemChange",
1647
+ "privacy": "private",
1648
+ "inheritedFrom": {
1649
+ "name": "Accordion",
1650
+ "module": "src/accordion/accordion.ts"
1640
1651
  }
1641
1652
  },
1642
1653
  {
1643
1654
  "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
- }
1655
+ "name": "getItemIds",
1656
+ "privacy": "private",
1657
+ "return": {
1658
+ "type": {
1659
+ "text": "Array<string | null>"
1658
1660
  }
1659
- ]
1660
- },
1661
- {
1662
- "kind": "method",
1663
- "name": "openChanged",
1664
- "privacy": "protected"
1665
- },
1666
- {
1667
- "kind": "method",
1668
- "name": "toggleActionsMenuVisibility"
1661
+ },
1662
+ "inheritedFrom": {
1663
+ "name": "Accordion",
1664
+ "module": "src/accordion/accordion.ts"
1665
+ }
1669
1666
  },
1670
1667
  {
1671
1668
  "kind": "method",
1672
- "name": "onActionMenuItemClick",
1673
- "parameters": [
1674
- {
1675
- "name": "callback",
1676
- "type": {
1677
- "text": "(rowData) => void | any"
1678
- }
1669
+ "name": "isSingleExpandMode",
1670
+ "privacy": "private",
1671
+ "return": {
1672
+ "type": {
1673
+ "text": "boolean"
1679
1674
  }
1680
- ]
1675
+ },
1676
+ "inheritedFrom": {
1677
+ "name": "Accordion",
1678
+ "module": "src/accordion/accordion.ts"
1679
+ }
1681
1680
  },
1682
1681
  {
1683
1682
  "kind": "field",
1684
- "name": "allActions",
1685
- "type": {
1686
- "text": "ActionMenuItem[]"
1687
- },
1688
- "readonly": true
1683
+ "name": "handleItemKeyDown",
1684
+ "privacy": "private",
1685
+ "inheritedFrom": {
1686
+ "name": "Accordion",
1687
+ "module": "src/accordion/accordion.ts"
1688
+ }
1689
1689
  },
1690
1690
  {
1691
1691
  "kind": "field",
1692
- "name": "rowData",
1693
- "readonly": true
1692
+ "name": "handleItemFocus",
1693
+ "privacy": "private",
1694
+ "inheritedFrom": {
1695
+ "name": "Accordion",
1696
+ "module": "src/accordion/accordion.ts"
1697
+ }
1694
1698
  },
1695
1699
  {
1696
1700
  "kind": "method",
1697
- "name": "getLabel",
1701
+ "name": "adjust",
1702
+ "privacy": "private",
1703
+ "return": {
1704
+ "type": {
1705
+ "text": "void"
1706
+ }
1707
+ },
1698
1708
  "parameters": [
1699
1709
  {
1700
- "name": "name",
1710
+ "name": "adjustment",
1701
1711
  "type": {
1702
- "text": "string | ((rowData: any) => string)"
1712
+ "text": "number"
1703
1713
  }
1704
1714
  }
1705
- ]
1715
+ ],
1716
+ "inheritedFrom": {
1717
+ "name": "Accordion",
1718
+ "module": "src/accordion/accordion.ts"
1719
+ }
1706
1720
  },
1707
1721
  {
1708
1722
  "kind": "method",
1709
- "name": "getTemplate",
1710
- "parameters": [
1711
- {
1712
- "name": "prefix",
1713
- "type": {
1714
- "text": "string"
1715
- }
1723
+ "name": "focusItem",
1724
+ "privacy": "private",
1725
+ "return": {
1726
+ "type": {
1727
+ "text": "void"
1716
1728
  }
1717
- ]
1729
+ },
1730
+ "inheritedFrom": {
1731
+ "name": "Accordion",
1732
+ "module": "src/accordion/accordion.ts"
1733
+ }
1718
1734
  },
1719
1735
  {
1720
1736
  "kind": "field",
@@ -1828,107 +1844,78 @@
1828
1844
  }
1829
1845
  }
1830
1846
  ],
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
- },
1847
+ "events": [
1887
1848
  {
1888
- "name": "hide-menu-single-option",
1889
- "type": {
1890
- "text": "boolean"
1891
- },
1892
- "default": "false",
1893
- "fieldName": "hideMenuSingleOption"
1849
+ "description": "Fires a custom 'change' event when the active item changes",
1850
+ "name": "change",
1851
+ "inheritedFrom": {
1852
+ "name": "Accordion",
1853
+ "module": "src/accordion/accordion.ts"
1854
+ }
1894
1855
  }
1895
- ],
1896
- "superclass": {
1897
- "name": "FoundationElement",
1898
- "package": "@microsoft/fast-foundation"
1856
+ ]
1857
+ },
1858
+ {
1859
+ "kind": "variable",
1860
+ "name": "foundationAccordionShadowOptions",
1861
+ "type": {
1862
+ "text": "ShadowRootInit"
1899
1863
  },
1900
- "tagName": "%%prefix%%-actions-menu",
1901
- "customElement": true
1864
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
1902
1865
  },
1903
1866
  {
1904
1867
  "kind": "variable",
1905
- "name": "foundationActionsMenu",
1906
- "description": "The Foundation Actions Menu",
1868
+ "name": "defaultAccordionConfig",
1869
+ "type": {
1870
+ "text": "object"
1871
+ },
1872
+ "default": "{}"
1873
+ },
1874
+ {
1875
+ "kind": "variable",
1876
+ "name": "foundationAccordion",
1877
+ "description": "The Foundation Accordion",
1907
1878
  "privacy": "public"
1908
1879
  }
1909
1880
  ],
1910
1881
  "exports": [
1911
1882
  {
1912
1883
  "kind": "js",
1913
- "name": "ActionsMenu",
1884
+ "name": "Accordion",
1914
1885
  "declaration": {
1915
- "name": "ActionsMenu",
1916
- "module": "src/actions-menu/actions-menu.ts"
1886
+ "name": "Accordion",
1887
+ "module": "src/accordion/accordion.ts"
1917
1888
  }
1918
1889
  },
1919
1890
  {
1920
1891
  "kind": "js",
1921
- "name": "foundationActionsMenu",
1892
+ "name": "foundationAccordionShadowOptions",
1922
1893
  "declaration": {
1923
- "name": "foundationActionsMenu",
1924
- "module": "src/actions-menu/actions-menu.ts"
1894
+ "name": "foundationAccordionShadowOptions",
1895
+ "module": "src/accordion/accordion.ts"
1896
+ }
1897
+ },
1898
+ {
1899
+ "kind": "js",
1900
+ "name": "defaultAccordionConfig",
1901
+ "declaration": {
1902
+ "name": "defaultAccordionConfig",
1903
+ "module": "src/accordion/accordion.ts"
1904
+ }
1905
+ },
1906
+ {
1907
+ "kind": "js",
1908
+ "name": "foundationAccordion",
1909
+ "declaration": {
1910
+ "name": "foundationAccordion",
1911
+ "module": "src/accordion/accordion.ts"
1925
1912
  }
1926
1913
  }
1927
1914
  ]
1928
1915
  },
1929
1916
  {
1930
1917
  "kind": "javascript-module",
1931
- "path": "src/actions-menu/index.ts",
1918
+ "path": "src/accordion/index.ts",
1932
1919
  "declarations": [],
1933
1920
  "exports": [
1934
1921
  {
@@ -1936,7 +1923,7 @@
1936
1923
  "name": "*",
1937
1924
  "declaration": {
1938
1925
  "name": "*",
1939
- "package": "./actions-menu.styles"
1926
+ "package": "./accordion.template"
1940
1927
  }
1941
1928
  },
1942
1929
  {
@@ -1944,7 +1931,7 @@
1944
1931
  "name": "*",
1945
1932
  "declaration": {
1946
1933
  "name": "*",
1947
- "package": "./actions-menu.template"
1934
+ "package": "./accordion.styles"
1948
1935
  }
1949
1936
  },
1950
1937
  {
@@ -1952,7 +1939,7 @@
1952
1939
  "name": "*",
1953
1940
  "declaration": {
1954
1941
  "name": "*",
1955
- "package": "./actions-menu"
1942
+ "package": "./accordion"
1956
1943
  }
1957
1944
  }
1958
1945
  ]
@@ -2353,42 +2340,34 @@
2353
2340
  },
2354
2341
  {
2355
2342
  "kind": "javascript-module",
2356
- "path": "src/_config/index.ts",
2357
- "declarations": [],
2358
- "exports": [
2359
- {
2360
- "kind": "js",
2361
- "name": "*",
2362
- "declaration": {
2363
- "name": "*",
2364
- "package": "./styles"
2365
- }
2366
- },
2343
+ "path": "src/actions-menu/actions-menu.styles.ts",
2344
+ "declarations": [
2367
2345
  {
2368
- "kind": "js",
2369
- "name": "*",
2370
- "declaration": {
2371
- "name": "*",
2372
- "package": "./tokens"
2373
- }
2346
+ "kind": "function",
2347
+ "name": "actionsMenuBaseStyles",
2348
+ "return": {
2349
+ "type": {
2350
+ "text": "ElementStyles"
2351
+ }
2352
+ },
2353
+ "parameters": [
2354
+ {
2355
+ "name": "context",
2356
+ "type": {
2357
+ "text": "ElementDefinitionContext"
2358
+ }
2359
+ },
2360
+ {
2361
+ "name": "definition",
2362
+ "type": {
2363
+ "text": "FoundationElementDefinition"
2364
+ }
2365
+ }
2366
+ ]
2374
2367
  },
2375
- {
2376
- "kind": "js",
2377
- "name": "*",
2378
- "declaration": {
2379
- "name": "*",
2380
- "package": "./values"
2381
- }
2382
- }
2383
- ]
2384
- },
2385
- {
2386
- "kind": "javascript-module",
2387
- "path": "src/ai-indicator/ai-indicator.styles.ts",
2388
- "declarations": [
2389
2368
  {
2390
2369
  "kind": "function",
2391
- "name": "foundationAiIndicatorStyles",
2370
+ "name": "foundationActionsMenuStyles",
2392
2371
  "return": {
2393
2372
  "type": {
2394
2373
  "text": "ElementStyles"
@@ -2413,215 +2392,269 @@
2413
2392
  "exports": [
2414
2393
  {
2415
2394
  "kind": "js",
2416
- "name": "foundationAiIndicatorStyles",
2395
+ "name": "actionsMenuBaseStyles",
2417
2396
  "declaration": {
2418
- "name": "foundationAiIndicatorStyles",
2419
- "module": "src/ai-indicator/ai-indicator.styles.ts"
2397
+ "name": "actionsMenuBaseStyles",
2398
+ "module": "src/actions-menu/actions-menu.styles.ts"
2399
+ }
2400
+ },
2401
+ {
2402
+ "kind": "js",
2403
+ "name": "foundationActionsMenuStyles",
2404
+ "declaration": {
2405
+ "name": "foundationActionsMenuStyles",
2406
+ "module": "src/actions-menu/actions-menu.styles.ts"
2420
2407
  }
2421
2408
  }
2422
2409
  ]
2423
2410
  },
2424
2411
  {
2425
2412
  "kind": "javascript-module",
2426
- "path": "src/ai-indicator/ai-indicator.template.ts",
2413
+ "path": "src/actions-menu/actions-menu.template.ts",
2427
2414
  "declarations": [
2415
+ {
2416
+ "kind": "function",
2417
+ "name": "menuTemplate",
2418
+ "parameters": [
2419
+ {
2420
+ "name": "prefix",
2421
+ "type": {
2422
+ "text": "string"
2423
+ }
2424
+ }
2425
+ ]
2426
+ },
2427
+ {
2428
+ "kind": "function",
2429
+ "name": "singleOptionTemplate",
2430
+ "parameters": [
2431
+ {
2432
+ "name": "prefix",
2433
+ "type": {
2434
+ "text": "string"
2435
+ }
2436
+ }
2437
+ ]
2438
+ },
2428
2439
  {
2429
2440
  "kind": "variable",
2430
- "name": "foundationAiIndicatorTemplate",
2441
+ "name": "foundationActionsMenuTemplate",
2431
2442
  "type": {
2432
- "text": "ViewTemplate<AiIndicator>"
2443
+ "text": "ViewTemplate<ActionsMenu>"
2433
2444
  },
2434
- "default": "html`\n ${(x) => aiIndicatorTemplate(getPrefix(x))}\n`"
2445
+ "default": "html`\n <div\n class=\"actions-container${(x) => (x.isVertical ? ' actions-vertical' : '')}\"\n part=\"actions-container\"\n >\n ${(x) => x.getTemplate(getPrefix(x))}\n </div>\n`"
2435
2446
  }
2436
2447
  ],
2437
2448
  "exports": [
2438
2449
  {
2439
2450
  "kind": "js",
2440
- "name": "foundationAiIndicatorTemplate",
2451
+ "name": "menuTemplate",
2441
2452
  "declaration": {
2442
- "name": "foundationAiIndicatorTemplate",
2443
- "module": "src/ai-indicator/ai-indicator.template.ts"
2453
+ "name": "menuTemplate",
2454
+ "module": "src/actions-menu/actions-menu.template.ts"
2455
+ }
2456
+ },
2457
+ {
2458
+ "kind": "js",
2459
+ "name": "singleOptionTemplate",
2460
+ "declaration": {
2461
+ "name": "singleOptionTemplate",
2462
+ "module": "src/actions-menu/actions-menu.template.ts"
2463
+ }
2464
+ },
2465
+ {
2466
+ "kind": "js",
2467
+ "name": "foundationActionsMenuTemplate",
2468
+ "declaration": {
2469
+ "name": "foundationActionsMenuTemplate",
2470
+ "module": "src/actions-menu/actions-menu.template.ts"
2444
2471
  }
2445
2472
  }
2446
2473
  ]
2447
2474
  },
2448
2475
  {
2449
2476
  "kind": "javascript-module",
2450
- "path": "src/ai-indicator/ai-indicator.ts",
2477
+ "path": "src/actions-menu/actions-menu.ts",
2451
2478
  "declarations": [
2452
2479
  {
2453
2480
  "kind": "class",
2454
2481
  "description": "",
2455
- "name": "AiIndicator",
2482
+ "name": "ActionsMenu",
2456
2483
  "members": [
2457
2484
  {
2458
2485
  "kind": "field",
2459
- "name": "aiProvider",
2486
+ "name": "actions",
2460
2487
  "type": {
2461
- "text": "AIProvider"
2488
+ "text": "ActionMenuItem[]"
2462
2489
  }
2463
2490
  },
2464
2491
  {
2465
2492
  "kind": "field",
2466
- "name": "status",
2493
+ "name": "isVertical",
2467
2494
  "type": {
2468
- "text": "AIStatus | null"
2495
+ "text": "boolean"
2469
2496
  },
2470
- "default": "null"
2497
+ "default": "false"
2471
2498
  },
2472
2499
  {
2473
2500
  "kind": "field",
2474
- "name": "open",
2501
+ "name": "addDefaultActions",
2475
2502
  "type": {
2476
2503
  "text": "boolean"
2477
2504
  },
2478
- "default": "false"
2505
+ "default": "true"
2479
2506
  },
2480
2507
  {
2481
2508
  "kind": "field",
2482
- "name": "state",
2509
+ "name": "autoCloseOnAction",
2483
2510
  "type": {
2484
- "text": "AIIndicatorState"
2511
+ "text": "boolean"
2485
2512
  },
2486
- "default": "'none'"
2513
+ "default": "true"
2487
2514
  },
2488
2515
  {
2489
2516
  "kind": "field",
2490
- "name": "isInstalling",
2517
+ "name": "classNames",
2491
2518
  "type": {
2492
- "text": "boolean"
2493
- },
2494
- "default": "false"
2519
+ "text": "string"
2520
+ }
2495
2521
  },
2496
2522
  {
2497
2523
  "kind": "field",
2498
- "name": "pollTimer",
2524
+ "name": "definition",
2499
2525
  "type": {
2500
- "text": "ReturnType<typeof setInterval> | null"
2501
- },
2502
- "privacy": "private",
2503
- "default": "null"
2526
+ "text": "any"
2527
+ }
2504
2528
  },
2505
2529
  {
2506
2530
  "kind": "field",
2507
- "name": "clickOutside",
2508
- "privacy": "private"
2531
+ "name": "name",
2532
+ "type": {
2533
+ "text": "string"
2534
+ },
2535
+ "default": "'Actions'"
2509
2536
  },
2510
2537
  {
2511
2538
  "kind": "field",
2512
- "name": "chromeStatusLabel",
2539
+ "name": "open",
2513
2540
  "type": {
2514
- "text": "string | null"
2541
+ "text": "boolean"
2515
2542
  },
2516
- "readonly": true
2543
+ "default": "false"
2517
2544
  },
2518
2545
  {
2519
2546
  "kind": "field",
2520
- "name": "canInstall",
2547
+ "name": "buttonAppearance",
2548
+ "type": {
2549
+ "text": "string"
2550
+ }
2551
+ },
2552
+ {
2553
+ "kind": "field",
2554
+ "name": "hideDisabled",
2521
2555
  "type": {
2522
2556
  "text": "boolean"
2523
2557
  },
2524
- "readonly": true
2558
+ "default": "false"
2525
2559
  },
2526
2560
  {
2527
2561
  "kind": "field",
2528
- "name": "isDownloading",
2562
+ "name": "hideMenuSingleOption",
2529
2563
  "type": {
2530
2564
  "text": "boolean"
2531
2565
  },
2532
- "readonly": true
2566
+ "default": "false"
2533
2567
  },
2534
2568
  {
2535
- "kind": "method",
2536
- "name": "openChanged",
2537
- "return": {
2538
- "type": {
2539
- "text": "void"
2540
- }
2569
+ "kind": "field",
2570
+ "name": "singleOption",
2571
+ "type": {
2572
+ "text": "ActionMenuItem"
2573
+ }
2574
+ },
2575
+ {
2576
+ "kind": "field",
2577
+ "name": "actionsMenu",
2578
+ "type": {
2579
+ "text": "HTMLElement"
2541
2580
  }
2542
2581
  },
2543
2582
  {
2544
2583
  "kind": "method",
2545
- "name": "handleClickOutside",
2546
- "privacy": "private",
2584
+ "name": "definitionChanged",
2585
+ "privacy": "protected",
2547
2586
  "parameters": [
2548
2587
  {
2549
- "name": "event",
2588
+ "name": "oldValue",
2550
2589
  "type": {
2551
- "text": "MouseEvent"
2590
+ "text": "any"
2591
+ }
2592
+ },
2593
+ {
2594
+ "name": "newValue",
2595
+ "type": {
2596
+ "text": "any"
2552
2597
  }
2553
2598
  }
2554
2599
  ]
2555
2600
  },
2556
2601
  {
2557
2602
  "kind": "method",
2558
- "name": "toggleDropdown"
2603
+ "name": "openChanged",
2604
+ "privacy": "protected"
2559
2605
  },
2560
2606
  {
2561
2607
  "kind": "method",
2562
- "name": "refreshStatus",
2563
- "return": {
2564
- "type": {
2565
- "text": "Promise<void>"
2566
- }
2567
- }
2608
+ "name": "toggleActionsMenuVisibility"
2568
2609
  },
2569
2610
  {
2570
2611
  "kind": "method",
2571
- "name": "deriveState",
2572
- "privacy": "private",
2573
- "return": {
2574
- "type": {
2575
- "text": "AIIndicatorState"
2576
- }
2577
- },
2612
+ "name": "onActionMenuItemClick",
2578
2613
  "parameters": [
2579
2614
  {
2580
- "name": "s",
2615
+ "name": "callback",
2581
2616
  "type": {
2582
- "text": "AIStatus | null"
2617
+ "text": "(rowData) => void | any"
2583
2618
  }
2584
2619
  }
2585
2620
  ]
2586
2621
  },
2587
2622
  {
2588
- "kind": "method",
2589
- "name": "maybeStartPolling",
2590
- "privacy": "private",
2591
- "return": {
2592
- "type": {
2593
- "text": "void"
2594
- }
2595
- }
2623
+ "kind": "field",
2624
+ "name": "allActions",
2625
+ "type": {
2626
+ "text": "ActionMenuItem[]"
2627
+ },
2628
+ "readonly": true
2596
2629
  },
2597
2630
  {
2598
- "kind": "method",
2599
- "name": "startPolling",
2600
- "privacy": "private",
2601
- "return": {
2602
- "type": {
2603
- "text": "void"
2604
- }
2605
- }
2631
+ "kind": "field",
2632
+ "name": "rowData",
2633
+ "readonly": true
2606
2634
  },
2607
2635
  {
2608
2636
  "kind": "method",
2609
- "name": "stopPolling",
2610
- "privacy": "private",
2611
- "return": {
2612
- "type": {
2613
- "text": "void"
2637
+ "name": "getLabel",
2638
+ "parameters": [
2639
+ {
2640
+ "name": "name",
2641
+ "type": {
2642
+ "text": "string | ((rowData: any) => string)"
2643
+ }
2614
2644
  }
2615
- }
2645
+ ]
2616
2646
  },
2617
2647
  {
2618
2648
  "kind": "method",
2619
- "name": "onInstall",
2620
- "return": {
2621
- "type": {
2622
- "text": "Promise<void>"
2649
+ "name": "getTemplate",
2650
+ "parameters": [
2651
+ {
2652
+ "name": "prefix",
2653
+ "type": {
2654
+ "text": "string"
2655
+ }
2623
2656
  }
2624
- }
2657
+ ]
2625
2658
  },
2626
2659
  {
2627
2660
  "kind": "field",
@@ -2735,88 +2768,131 @@
2735
2768
  }
2736
2769
  }
2737
2770
  ],
2771
+ "attributes": [
2772
+ {
2773
+ "name": "is-vertical",
2774
+ "type": {
2775
+ "text": "boolean"
2776
+ },
2777
+ "default": "false",
2778
+ "fieldName": "isVertical"
2779
+ },
2780
+ {
2781
+ "name": "add-default-actions",
2782
+ "type": {
2783
+ "text": "boolean"
2784
+ },
2785
+ "default": "true",
2786
+ "fieldName": "addDefaultActions"
2787
+ },
2788
+ {
2789
+ "name": "auto-close-on-action",
2790
+ "type": {
2791
+ "text": "boolean"
2792
+ },
2793
+ "default": "true",
2794
+ "fieldName": "autoCloseOnAction"
2795
+ },
2796
+ {
2797
+ "name": "name",
2798
+ "type": {
2799
+ "text": "string"
2800
+ },
2801
+ "default": "'Actions'",
2802
+ "fieldName": "name"
2803
+ },
2804
+ {
2805
+ "name": "open",
2806
+ "type": {
2807
+ "text": "boolean"
2808
+ },
2809
+ "default": "false",
2810
+ "fieldName": "open"
2811
+ },
2812
+ {
2813
+ "name": "buttonAppearance",
2814
+ "type": {
2815
+ "text": "string"
2816
+ },
2817
+ "fieldName": "buttonAppearance"
2818
+ },
2819
+ {
2820
+ "name": "hide-disabled",
2821
+ "type": {
2822
+ "text": "boolean"
2823
+ },
2824
+ "default": "false",
2825
+ "fieldName": "hideDisabled"
2826
+ },
2827
+ {
2828
+ "name": "hide-menu-single-option",
2829
+ "type": {
2830
+ "text": "boolean"
2831
+ },
2832
+ "default": "false",
2833
+ "fieldName": "hideMenuSingleOption"
2834
+ }
2835
+ ],
2738
2836
  "superclass": {
2739
2837
  "name": "FoundationElement",
2740
2838
  "package": "@microsoft/fast-foundation"
2741
2839
  },
2742
- "tagName": "%%prefix%%-ai-indicator",
2840
+ "tagName": "%%prefix%%-actions-menu",
2743
2841
  "customElement": true
2744
2842
  },
2745
2843
  {
2746
2844
  "kind": "variable",
2747
- "name": "foundationAiIndicator"
2845
+ "name": "foundationActionsMenu",
2846
+ "description": "The Foundation Actions Menu",
2847
+ "privacy": "public"
2748
2848
  }
2749
2849
  ],
2750
2850
  "exports": [
2751
2851
  {
2752
2852
  "kind": "js",
2753
- "name": "AiIndicator",
2853
+ "name": "ActionsMenu",
2754
2854
  "declaration": {
2755
- "name": "AiIndicator",
2756
- "module": "src/ai-indicator/ai-indicator.ts"
2855
+ "name": "ActionsMenu",
2856
+ "module": "src/actions-menu/actions-menu.ts"
2757
2857
  }
2758
2858
  },
2759
2859
  {
2760
2860
  "kind": "js",
2761
- "name": "foundationAiIndicator",
2861
+ "name": "foundationActionsMenu",
2762
2862
  "declaration": {
2763
- "name": "foundationAiIndicator",
2764
- "module": "src/ai-indicator/ai-indicator.ts"
2863
+ "name": "foundationActionsMenu",
2864
+ "module": "src/actions-menu/actions-menu.ts"
2765
2865
  }
2766
2866
  }
2767
2867
  ]
2768
2868
  },
2769
2869
  {
2770
2870
  "kind": "javascript-module",
2771
- "path": "src/ai-indicator/index.ts",
2871
+ "path": "src/actions-menu/index.ts",
2772
2872
  "declarations": [],
2773
2873
  "exports": [
2774
2874
  {
2775
2875
  "kind": "js",
2776
- "name": "AiIndicator",
2777
- "declaration": {
2778
- "name": "AiIndicator",
2779
- "module": "./ai-indicator"
2780
- }
2781
- },
2782
- {
2783
- "kind": "js",
2784
- "name": "foundationAiIndicator",
2785
- "declaration": {
2786
- "name": "foundationAiIndicator",
2787
- "module": "./ai-indicator"
2788
- }
2789
- },
2790
- {
2791
- "kind": "js",
2792
- "name": "type",
2793
- "declaration": {
2794
- "name": "type",
2795
- "module": "./ai-indicator"
2796
- }
2797
- },
2798
- {
2799
- "kind": "js",
2800
- "name": "AIIndicatorState",
2876
+ "name": "*",
2801
2877
  "declaration": {
2802
- "name": "AIIndicatorState",
2803
- "module": "./ai-indicator"
2878
+ "name": "*",
2879
+ "package": "./actions-menu.styles"
2804
2880
  }
2805
2881
  },
2806
2882
  {
2807
2883
  "kind": "js",
2808
- "name": "foundationAiIndicatorTemplate",
2884
+ "name": "*",
2809
2885
  "declaration": {
2810
- "name": "foundationAiIndicatorTemplate",
2811
- "module": "./ai-indicator.template"
2886
+ "name": "*",
2887
+ "package": "./actions-menu.template"
2812
2888
  }
2813
2889
  },
2814
2890
  {
2815
2891
  "kind": "js",
2816
- "name": "foundationAiIndicatorStyles",
2892
+ "name": "*",
2817
2893
  "declaration": {
2818
- "name": "foundationAiIndicatorStyles",
2819
- "module": "./ai-indicator.styles"
2894
+ "name": "*",
2895
+ "package": "./actions-menu"
2820
2896
  }
2821
2897
  }
2822
2898
  ]
@@ -3432,11 +3508,11 @@
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'"
3577
3611
  },
3578
3612
  {
3579
3613
  "kind": "field",
3580
- "name": "accordionIds",
3614
+ "name": "isInstalling",
3581
3615
  "type": {
3582
- "text": "Array<string | null>"
3616
+ "text": "boolean"
3583
3617
  },
3584
- "privacy": "private",
3585
- "inheritedFrom": {
3586
- "name": "Accordion",
3587
- "module": "src/accordion/accordion.ts"
3588
- }
3618
+ "default": "false"
3589
3619
  },
3590
3620
  {
3591
3621
  "kind": "field",
3592
- "name": "change",
3622
+ "name": "pollTimer",
3623
+ "type": {
3624
+ "text": "ReturnType<typeof setInterval> | null"
3625
+ },
3593
3626
  "privacy": "private",
3594
- "inheritedFrom": {
3595
- "name": "Accordion",
3596
- "module": "src/accordion/accordion.ts"
3597
- }
3627
+ "default": "null"
3598
3628
  },
3599
3629
  {
3600
- "kind": "method",
3601
- "name": "findExpandedItem",
3602
- "privacy": "private",
3603
- "return": {
3604
- "type": {
3605
- "text": "AccordionItem | null"
3606
- }
3630
+ "kind": "field",
3631
+ "name": "clickOutside",
3632
+ "privacy": "private"
3633
+ },
3634
+ {
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
  ]
@@ -26283,7 +26283,7 @@
26283
26283
  "type": {
26284
26284
  "text": "ViewTemplate<GridLayoutItem>"
26285
26285
  },
26286
- "default": "html`\n <template>\n <style>\n :host {\n width: 100%;\n height: 100%;\n ${(x) => x.setGridItemProperties(x.colNumber, x.rowNumber, x.width, x.height)}\n }\n\n @media only screen and (min-width: 1025px) {\n :host {\n ${(x) => x.setGridItemProperties(x.colLgNumber, x.rowLgNumber, x.widthLg, x.heightLg)}\n }\n }\n\n @media only screen and (min-width: 641px) and (max-width: 1024px) {\n :host {\n ${(x) => x.setGridItemProperties(x.colMdNumber, x.rowMdNumber, x.widthSm, x.heightMd)}\n }\n }\n\n @media only screen and (max-width: 640px) {\n :host {\n ${(x) => x.setGridItemProperties(x.colSmNumber, x.rowSmNumber, x.widthSm, x.heightSm)}\n }\n }\n </style>\n <slot></slot>\n </template>\n`"
26286
+ "default": "html`\n <template>\n <style>\n :host {\n width: 100%;\n height: 100%;\n ${(x) => x.setGridItemProperties(x.colNumber, x.rowNumber, x.width, x.height)}\n }\n @media only screen and (min-width: 1025px) {\n :host {\n ${(x) => x.setGridItemProperties(x.colLgNumber, x.rowLgNumber, x.widthLg, x.heightLg)}\n }\n }\n @media only screen and (min-width: 641px) and (max-width: 1024px) {\n :host {\n ${(x) => x.setGridItemProperties(x.colMdNumber, x.rowMdNumber, x.widthSm, x.heightMd)}\n }\n }\n @media only screen and (max-width: 640px) {\n :host {\n ${(x) => x.setGridItemProperties(x.colSmNumber, x.rowSmNumber, x.widthSm, x.heightSm)}\n }\n }\n </style>\n <slot></slot>\n </template>\n`"
26287
26287
  }
26288
26288
  ],
26289
26289
  "exports": [
@@ -40017,7 +40017,7 @@
40017
40017
  "kind": "field",
40018
40018
  "name": "frequencyList",
40019
40019
  "type": {
40020
- "text": "Array<Number>"
40020
+ "text": "Array<number>"
40021
40021
  },
40022
40022
  "description": "The frequency dropdown list",
40023
40023
  "readonly": true