@genesislcap/foundation-ui 14.403.0 → 14.406.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1320,11 +1320,34 @@
1320
1320
  },
1321
1321
  {
1322
1322
  "kind": "javascript-module",
1323
- "path": "src/accordion-item/accordion-item.styles.ts",
1323
+ "path": "src/actions-menu/actions-menu.styles.ts",
1324
1324
  "declarations": [
1325
1325
  {
1326
1326
  "kind": "function",
1327
- "name": "foundationAccordionItemStyles",
1327
+ "name": "actionsMenuBaseStyles",
1328
+ "return": {
1329
+ "type": {
1330
+ "text": "ElementStyles"
1331
+ }
1332
+ },
1333
+ "parameters": [
1334
+ {
1335
+ "name": "context",
1336
+ "type": {
1337
+ "text": "ElementDefinitionContext"
1338
+ }
1339
+ },
1340
+ {
1341
+ "name": "definition",
1342
+ "type": {
1343
+ "text": "FoundationElementDefinition"
1344
+ }
1345
+ }
1346
+ ]
1347
+ },
1348
+ {
1349
+ "kind": "function",
1350
+ "name": "foundationActionsMenuStyles",
1328
1351
  "return": {
1329
1352
  "type": {
1330
1353
  "text": "ElementStyles"
@@ -1349,157 +1372,270 @@
1349
1372
  "exports": [
1350
1373
  {
1351
1374
  "kind": "js",
1352
- "name": "foundationAccordionItemStyles",
1375
+ "name": "actionsMenuBaseStyles",
1353
1376
  "declaration": {
1354
- "name": "foundationAccordionItemStyles",
1355
- "module": "src/accordion-item/accordion-item.styles.ts"
1377
+ "name": "actionsMenuBaseStyles",
1378
+ "module": "src/actions-menu/actions-menu.styles.ts"
1379
+ }
1380
+ },
1381
+ {
1382
+ "kind": "js",
1383
+ "name": "foundationActionsMenuStyles",
1384
+ "declaration": {
1385
+ "name": "foundationActionsMenuStyles",
1386
+ "module": "src/actions-menu/actions-menu.styles.ts"
1356
1387
  }
1357
1388
  }
1358
1389
  ]
1359
1390
  },
1360
1391
  {
1361
1392
  "kind": "javascript-module",
1362
- "path": "src/accordion-item/accordion-item.template.ts",
1393
+ "path": "src/actions-menu/actions-menu.template.ts",
1363
1394
  "declarations": [
1364
1395
  {
1365
1396
  "kind": "function",
1366
- "name": "foundationAccordionItemTemplate",
1367
- "return": {
1368
- "type": {
1369
- "text": "ViewTemplate<AccordionItem>"
1370
- }
1371
- },
1397
+ "name": "menuTemplate",
1372
1398
  "parameters": [
1373
1399
  {
1374
- "name": "context",
1400
+ "name": "prefix",
1375
1401
  "type": {
1376
- "text": "ElementDefinitionContext"
1402
+ "text": "string"
1377
1403
  }
1378
- },
1404
+ }
1405
+ ]
1406
+ },
1407
+ {
1408
+ "kind": "function",
1409
+ "name": "singleOptionTemplate",
1410
+ "parameters": [
1379
1411
  {
1380
- "name": "definition",
1412
+ "name": "prefix",
1381
1413
  "type": {
1382
- "text": "FoundationElementDefinition"
1414
+ "text": "string"
1383
1415
  }
1384
1416
  }
1385
1417
  ]
1418
+ },
1419
+ {
1420
+ "kind": "variable",
1421
+ "name": "foundationActionsMenuTemplate",
1422
+ "type": {
1423
+ "text": "ViewTemplate<ActionsMenu>"
1424
+ },
1425
+ "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`"
1386
1426
  }
1387
1427
  ],
1388
1428
  "exports": [
1389
1429
  {
1390
1430
  "kind": "js",
1391
- "name": "foundationAccordionItemTemplate",
1431
+ "name": "menuTemplate",
1392
1432
  "declaration": {
1393
- "name": "foundationAccordionItemTemplate",
1394
- "module": "src/accordion-item/accordion-item.template.ts"
1433
+ "name": "menuTemplate",
1434
+ "module": "src/actions-menu/actions-menu.template.ts"
1435
+ }
1436
+ },
1437
+ {
1438
+ "kind": "js",
1439
+ "name": "singleOptionTemplate",
1440
+ "declaration": {
1441
+ "name": "singleOptionTemplate",
1442
+ "module": "src/actions-menu/actions-menu.template.ts"
1443
+ }
1444
+ },
1445
+ {
1446
+ "kind": "js",
1447
+ "name": "foundationActionsMenuTemplate",
1448
+ "declaration": {
1449
+ "name": "foundationActionsMenuTemplate",
1450
+ "module": "src/actions-menu/actions-menu.template.ts"
1395
1451
  }
1396
1452
  }
1397
1453
  ]
1398
1454
  },
1399
1455
  {
1400
1456
  "kind": "javascript-module",
1401
- "path": "src/accordion-item/accordion-item.ts",
1457
+ "path": "src/actions-menu/actions-menu.ts",
1402
1458
  "declarations": [
1403
1459
  {
1404
1460
  "kind": "class",
1405
1461
  "description": "",
1406
- "name": "AccordionItem",
1407
- "superclass": {
1408
- "name": "FASTAccordionItem",
1409
- "package": "@microsoft/fast-components"
1410
- },
1411
- "tagName": "%%prefix%%-accordion-item",
1412
- "customElement": true,
1413
- "attributes": [
1462
+ "name": "ActionsMenu",
1463
+ "members": [
1414
1464
  {
1415
- "name": "heading-level",
1465
+ "kind": "field",
1466
+ "name": "actions",
1416
1467
  "type": {
1417
- "text": "1 | 2 | 3 | 4 | 5 | 6"
1418
- },
1419
- "default": "2",
1420
- "description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
1421
- "fieldName": "headinglevel",
1422
- "inheritedFrom": {
1423
- "name": "AccordionItem",
1424
- "module": "src/accordion-item/accordion-item.ts"
1468
+ "text": "ActionMenuItem[]"
1425
1469
  }
1426
1470
  },
1427
1471
  {
1472
+ "kind": "field",
1473
+ "name": "isVertical",
1428
1474
  "type": {
1429
1475
  "text": "boolean"
1430
1476
  },
1431
- "default": "false",
1432
- "description": "Expands or collapses the item.",
1433
- "fieldName": "expanded",
1434
- "inheritedFrom": {
1435
- "name": "AccordionItem",
1436
- "module": "src/accordion-item/accordion-item.ts"
1477
+ "default": "false"
1478
+ },
1479
+ {
1480
+ "kind": "field",
1481
+ "name": "addDefaultActions",
1482
+ "type": {
1483
+ "text": "boolean"
1484
+ },
1485
+ "default": "true"
1486
+ },
1487
+ {
1488
+ "kind": "field",
1489
+ "name": "autoCloseOnAction",
1490
+ "type": {
1491
+ "text": "boolean"
1492
+ },
1493
+ "default": "true"
1494
+ },
1495
+ {
1496
+ "kind": "field",
1497
+ "name": "classNames",
1498
+ "type": {
1499
+ "text": "string"
1437
1500
  }
1438
1501
  },
1439
1502
  {
1440
- "name": "id",
1503
+ "kind": "field",
1504
+ "name": "definition",
1505
+ "type": {
1506
+ "text": "any"
1507
+ }
1508
+ },
1509
+ {
1510
+ "kind": "field",
1511
+ "name": "name",
1441
1512
  "type": {
1442
1513
  "text": "string"
1443
1514
  },
1444
- "description": "The item ID",
1445
- "fieldName": "id",
1446
- "inheritedFrom": {
1447
- "name": "AccordionItem",
1448
- "module": "src/accordion-item/accordion-item.ts"
1449
- }
1450
- }
1451
- ],
1452
- "members": [
1515
+ "default": "'Actions'"
1516
+ },
1453
1517
  {
1454
1518
  "kind": "field",
1455
- "name": "headinglevel",
1519
+ "name": "open",
1456
1520
  "type": {
1457
- "text": "1 | 2 | 3 | 4 | 5 | 6"
1521
+ "text": "boolean"
1458
1522
  },
1459
- "privacy": "public",
1460
- "default": "2",
1461
- "description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
1462
- "inheritedFrom": {
1463
- "name": "AccordionItem",
1464
- "module": "src/accordion-item/accordion-item.ts"
1523
+ "default": "false"
1524
+ },
1525
+ {
1526
+ "kind": "field",
1527
+ "name": "buttonAppearance",
1528
+ "type": {
1529
+ "text": "string"
1465
1530
  }
1466
1531
  },
1467
1532
  {
1468
1533
  "kind": "field",
1469
- "name": "expanded",
1534
+ "name": "hideDisabled",
1470
1535
  "type": {
1471
1536
  "text": "boolean"
1472
1537
  },
1473
- "privacy": "public",
1474
- "default": "false",
1475
- "description": "Expands or collapses the item.",
1476
- "inheritedFrom": {
1477
- "name": "AccordionItem",
1478
- "module": "src/accordion-item/accordion-item.ts"
1479
- }
1538
+ "default": "false"
1480
1539
  },
1481
1540
  {
1482
1541
  "kind": "field",
1483
- "name": "id",
1542
+ "name": "hideMenuSingleOption",
1484
1543
  "type": {
1485
- "text": "string"
1544
+ "text": "boolean"
1486
1545
  },
1487
- "privacy": "public",
1488
- "description": "The item ID",
1489
- "inheritedFrom": {
1490
- "name": "AccordionItem",
1491
- "module": "src/accordion-item/accordion-item.ts"
1546
+ "default": "false"
1547
+ },
1548
+ {
1549
+ "kind": "field",
1550
+ "name": "singleOption",
1551
+ "type": {
1552
+ "text": "ActionMenuItem"
1492
1553
  }
1493
1554
  },
1494
1555
  {
1495
1556
  "kind": "field",
1496
- "name": "change",
1497
- "privacy": "private",
1498
- "inheritedFrom": {
1499
- "name": "AccordionItem",
1500
- "module": "src/accordion-item/accordion-item.ts"
1557
+ "name": "actionsMenu",
1558
+ "type": {
1559
+ "text": "HTMLElement"
1501
1560
  }
1502
1561
  },
1562
+ {
1563
+ "kind": "method",
1564
+ "name": "definitionChanged",
1565
+ "privacy": "protected",
1566
+ "parameters": [
1567
+ {
1568
+ "name": "oldValue",
1569
+ "type": {
1570
+ "text": "any"
1571
+ }
1572
+ },
1573
+ {
1574
+ "name": "newValue",
1575
+ "type": {
1576
+ "text": "any"
1577
+ }
1578
+ }
1579
+ ]
1580
+ },
1581
+ {
1582
+ "kind": "method",
1583
+ "name": "openChanged",
1584
+ "privacy": "protected"
1585
+ },
1586
+ {
1587
+ "kind": "method",
1588
+ "name": "toggleActionsMenuVisibility"
1589
+ },
1590
+ {
1591
+ "kind": "method",
1592
+ "name": "onActionMenuItemClick",
1593
+ "parameters": [
1594
+ {
1595
+ "name": "callback",
1596
+ "type": {
1597
+ "text": "(rowData) => void | any"
1598
+ }
1599
+ }
1600
+ ]
1601
+ },
1602
+ {
1603
+ "kind": "field",
1604
+ "name": "allActions",
1605
+ "type": {
1606
+ "text": "ActionMenuItem[]"
1607
+ },
1608
+ "readonly": true
1609
+ },
1610
+ {
1611
+ "kind": "field",
1612
+ "name": "rowData",
1613
+ "readonly": true
1614
+ },
1615
+ {
1616
+ "kind": "method",
1617
+ "name": "getLabel",
1618
+ "parameters": [
1619
+ {
1620
+ "name": "name",
1621
+ "type": {
1622
+ "text": "string | ((rowData: any) => string)"
1623
+ }
1624
+ }
1625
+ ]
1626
+ },
1627
+ {
1628
+ "kind": "method",
1629
+ "name": "getTemplate",
1630
+ "parameters": [
1631
+ {
1632
+ "name": "prefix",
1633
+ "type": {
1634
+ "text": "string"
1635
+ }
1636
+ }
1637
+ ]
1638
+ },
1503
1639
  {
1504
1640
  "kind": "field",
1505
1641
  "name": "_presentation",
@@ -1612,260 +1748,107 @@
1612
1748
  }
1613
1749
  }
1614
1750
  ],
1615
- "events": [
1751
+ "attributes": [
1616
1752
  {
1617
- "description": "Fires a custom 'change' event when the button is invoked",
1618
- "name": "change",
1619
- "inheritedFrom": {
1620
- "name": "AccordionItem",
1621
- "module": "src/accordion-item/accordion-item.ts"
1622
- }
1623
- }
1624
- ]
1625
- },
1626
- {
1627
- "kind": "variable",
1628
- "name": "foundationAccordionItemShadowOptions",
1629
- "type": {
1630
- "text": "ShadowRootInit"
1631
- },
1632
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
1633
- },
1634
- {
1635
- "kind": "variable",
1636
- "name": "defaultAccordionItemConfig",
1637
- "type": {
1638
- "text": "object"
1639
- },
1640
- "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}"
1641
- },
1642
- {
1643
- "kind": "variable",
1644
- "name": "foundationAccordionItem",
1645
- "description": "The Foundation Accordion Item",
1646
- "privacy": "public"
1647
- }
1648
- ],
1649
- "exports": [
1650
- {
1651
- "kind": "js",
1652
- "name": "AccordionItem",
1653
- "declaration": {
1654
- "name": "AccordionItem",
1655
- "module": "src/accordion-item/accordion-item.ts"
1656
- }
1657
- },
1658
- {
1659
- "kind": "js",
1660
- "name": "foundationAccordionItemShadowOptions",
1661
- "declaration": {
1662
- "name": "foundationAccordionItemShadowOptions",
1663
- "module": "src/accordion-item/accordion-item.ts"
1664
- }
1665
- },
1666
- {
1667
- "kind": "js",
1668
- "name": "defaultAccordionItemConfig",
1669
- "declaration": {
1670
- "name": "defaultAccordionItemConfig",
1671
- "module": "src/accordion-item/accordion-item.ts"
1672
- }
1673
- },
1674
- {
1675
- "kind": "js",
1676
- "name": "foundationAccordionItem",
1677
- "declaration": {
1678
- "name": "foundationAccordionItem",
1679
- "module": "src/accordion-item/accordion-item.ts"
1680
- }
1681
- }
1682
- ]
1683
- },
1684
- {
1685
- "kind": "javascript-module",
1686
- "path": "src/accordion-item/index.ts",
1687
- "declarations": [],
1688
- "exports": [
1689
- {
1690
- "kind": "js",
1691
- "name": "*",
1692
- "declaration": {
1693
- "name": "*",
1694
- "package": "./accordion-item.template"
1695
- }
1696
- },
1697
- {
1698
- "kind": "js",
1699
- "name": "*",
1700
- "declaration": {
1701
- "name": "*",
1702
- "package": "./accordion-item.styles"
1703
- }
1704
- },
1705
- {
1706
- "kind": "js",
1707
- "name": "*",
1708
- "declaration": {
1709
- "name": "*",
1710
- "package": "./accordion-item"
1711
- }
1712
- }
1713
- ]
1714
- },
1715
- {
1716
- "kind": "javascript-module",
1717
- "path": "src/accordion/accordion.styles.ts",
1718
- "declarations": [
1719
- {
1720
- "kind": "function",
1721
- "name": "foundationAccordionStyles",
1722
- "return": {
1723
- "type": {
1724
- "text": "ElementStyles"
1725
- }
1726
- },
1727
- "parameters": [
1753
+ "name": "is-vertical",
1754
+ "type": {
1755
+ "text": "boolean"
1756
+ },
1757
+ "default": "false",
1758
+ "fieldName": "isVertical"
1759
+ },
1728
1760
  {
1729
- "name": "context",
1761
+ "name": "add-default-actions",
1730
1762
  "type": {
1731
- "text": "ElementDefinitionContext"
1732
- }
1763
+ "text": "boolean"
1764
+ },
1765
+ "default": "true",
1766
+ "fieldName": "addDefaultActions"
1733
1767
  },
1734
1768
  {
1735
- "name": "definition",
1769
+ "name": "auto-close-on-action",
1736
1770
  "type": {
1737
- "text": "FoundationElementDefinition"
1738
- }
1739
- }
1740
- ]
1741
- }
1742
- ],
1743
- "exports": [
1744
- {
1745
- "kind": "js",
1746
- "name": "foundationAccordionStyles",
1747
- "declaration": {
1748
- "name": "foundationAccordionStyles",
1749
- "module": "src/accordion/accordion.styles.ts"
1750
- }
1751
- }
1752
- ]
1753
- },
1754
- {
1755
- "kind": "javascript-module",
1756
- "path": "src/accordion/accordion.template.ts",
1757
- "declarations": [
1758
- {
1759
- "kind": "function",
1760
- "name": "foundationAccordionTemplate",
1761
- "return": {
1762
- "type": {
1763
- "text": "ViewTemplate<Accordion>"
1764
- }
1765
- },
1766
- "parameters": [
1771
+ "text": "boolean"
1772
+ },
1773
+ "default": "true",
1774
+ "fieldName": "autoCloseOnAction"
1775
+ },
1767
1776
  {
1768
- "name": "context",
1777
+ "name": "name",
1769
1778
  "type": {
1770
- "text": "ElementDefinitionContext"
1771
- }
1779
+ "text": "string"
1780
+ },
1781
+ "default": "'Actions'",
1782
+ "fieldName": "name"
1772
1783
  },
1773
1784
  {
1774
- "name": "definition",
1785
+ "name": "open",
1775
1786
  "type": {
1776
- "text": "FoundationElementDefinition"
1777
- }
1787
+ "text": "boolean"
1788
+ },
1789
+ "default": "false",
1790
+ "fieldName": "open"
1791
+ },
1792
+ {
1793
+ "name": "buttonAppearance",
1794
+ "type": {
1795
+ "text": "string"
1796
+ },
1797
+ "fieldName": "buttonAppearance"
1798
+ },
1799
+ {
1800
+ "name": "hide-disabled",
1801
+ "type": {
1802
+ "text": "boolean"
1803
+ },
1804
+ "default": "false",
1805
+ "fieldName": "hideDisabled"
1806
+ },
1807
+ {
1808
+ "name": "hide-menu-single-option",
1809
+ "type": {
1810
+ "text": "boolean"
1811
+ },
1812
+ "default": "false",
1813
+ "fieldName": "hideMenuSingleOption"
1778
1814
  }
1779
- ]
1780
- }
1781
- ],
1782
- "exports": [
1783
- {
1784
- "kind": "js",
1785
- "name": "foundationAccordionTemplate",
1786
- "declaration": {
1787
- "name": "foundationAccordionTemplate",
1788
- "module": "src/accordion/accordion.template.ts"
1789
- }
1790
- }
1791
- ]
1792
- },
1793
- {
1794
- "kind": "javascript-module",
1795
- "path": "src/accordion/accordion.ts",
1796
- "declarations": [
1797
- {
1798
- "kind": "class",
1799
- "description": "",
1800
- "name": "Accordion",
1815
+ ],
1801
1816
  "superclass": {
1802
- "name": "FASTAccordion",
1817
+ "name": "FoundationElement",
1803
1818
  "package": "@microsoft/fast-foundation"
1804
1819
  },
1805
- "tagName": "%%prefix%%-accordion",
1820
+ "tagName": "%%prefix%%-actions-menu",
1806
1821
  "customElement": true
1807
1822
  },
1808
1823
  {
1809
1824
  "kind": "variable",
1810
- "name": "foundationAccordionShadowOptions",
1811
- "type": {
1812
- "text": "ShadowRootInit"
1813
- },
1814
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
1815
- },
1816
- {
1817
- "kind": "variable",
1818
- "name": "defaultAccordionConfig",
1819
- "type": {
1820
- "text": "object"
1821
- },
1822
- "default": "{}"
1823
- },
1824
- {
1825
- "kind": "variable",
1826
- "name": "foundationAccordion",
1827
- "description": "The Foundation Accordion",
1825
+ "name": "foundationActionsMenu",
1826
+ "description": "The Foundation Actions Menu",
1828
1827
  "privacy": "public"
1829
1828
  }
1830
1829
  ],
1831
1830
  "exports": [
1832
1831
  {
1833
1832
  "kind": "js",
1834
- "name": "Accordion",
1835
- "declaration": {
1836
- "name": "Accordion",
1837
- "module": "src/accordion/accordion.ts"
1838
- }
1839
- },
1840
- {
1841
- "kind": "js",
1842
- "name": "foundationAccordionShadowOptions",
1843
- "declaration": {
1844
- "name": "foundationAccordionShadowOptions",
1845
- "module": "src/accordion/accordion.ts"
1846
- }
1847
- },
1848
- {
1849
- "kind": "js",
1850
- "name": "defaultAccordionConfig",
1833
+ "name": "ActionsMenu",
1851
1834
  "declaration": {
1852
- "name": "defaultAccordionConfig",
1853
- "module": "src/accordion/accordion.ts"
1835
+ "name": "ActionsMenu",
1836
+ "module": "src/actions-menu/actions-menu.ts"
1854
1837
  }
1855
1838
  },
1856
1839
  {
1857
1840
  "kind": "js",
1858
- "name": "foundationAccordion",
1841
+ "name": "foundationActionsMenu",
1859
1842
  "declaration": {
1860
- "name": "foundationAccordion",
1861
- "module": "src/accordion/accordion.ts"
1843
+ "name": "foundationActionsMenu",
1844
+ "module": "src/actions-menu/actions-menu.ts"
1862
1845
  }
1863
1846
  }
1864
1847
  ]
1865
1848
  },
1866
1849
  {
1867
1850
  "kind": "javascript-module",
1868
- "path": "src/accordion/index.ts",
1851
+ "path": "src/actions-menu/index.ts",
1869
1852
  "declarations": [],
1870
1853
  "exports": [
1871
1854
  {
@@ -1873,7 +1856,7 @@
1873
1856
  "name": "*",
1874
1857
  "declaration": {
1875
1858
  "name": "*",
1876
- "package": "./accordion.template"
1859
+ "package": "./actions-menu.styles"
1877
1860
  }
1878
1861
  },
1879
1862
  {
@@ -1881,7 +1864,7 @@
1881
1864
  "name": "*",
1882
1865
  "declaration": {
1883
1866
  "name": "*",
1884
- "package": "./accordion.styles"
1867
+ "package": "./actions-menu.template"
1885
1868
  }
1886
1869
  },
1887
1870
  {
@@ -1889,41 +1872,18 @@
1889
1872
  "name": "*",
1890
1873
  "declaration": {
1891
1874
  "name": "*",
1892
- "package": "./accordion"
1875
+ "package": "./actions-menu"
1893
1876
  }
1894
1877
  }
1895
1878
  ]
1896
1879
  },
1897
1880
  {
1898
1881
  "kind": "javascript-module",
1899
- "path": "src/actions-menu/actions-menu.styles.ts",
1882
+ "path": "src/accordion-item/accordion-item.styles.ts",
1900
1883
  "declarations": [
1901
1884
  {
1902
1885
  "kind": "function",
1903
- "name": "actionsMenuBaseStyles",
1904
- "return": {
1905
- "type": {
1906
- "text": "ElementStyles"
1907
- }
1908
- },
1909
- "parameters": [
1910
- {
1911
- "name": "context",
1912
- "type": {
1913
- "text": "ElementDefinitionContext"
1914
- }
1915
- },
1916
- {
1917
- "name": "definition",
1918
- "type": {
1919
- "text": "FoundationElementDefinition"
1920
- }
1921
- }
1922
- ]
1923
- },
1924
- {
1925
- "kind": "function",
1926
- "name": "foundationActionsMenuStyles",
1886
+ "name": "foundationAccordionItemStyles",
1927
1887
  "return": {
1928
1888
  "type": {
1929
1889
  "text": "ElementStyles"
@@ -1948,270 +1908,157 @@
1948
1908
  "exports": [
1949
1909
  {
1950
1910
  "kind": "js",
1951
- "name": "actionsMenuBaseStyles",
1952
- "declaration": {
1953
- "name": "actionsMenuBaseStyles",
1954
- "module": "src/actions-menu/actions-menu.styles.ts"
1955
- }
1956
- },
1957
- {
1958
- "kind": "js",
1959
- "name": "foundationActionsMenuStyles",
1911
+ "name": "foundationAccordionItemStyles",
1960
1912
  "declaration": {
1961
- "name": "foundationActionsMenuStyles",
1962
- "module": "src/actions-menu/actions-menu.styles.ts"
1913
+ "name": "foundationAccordionItemStyles",
1914
+ "module": "src/accordion-item/accordion-item.styles.ts"
1963
1915
  }
1964
1916
  }
1965
1917
  ]
1966
1918
  },
1967
1919
  {
1968
1920
  "kind": "javascript-module",
1969
- "path": "src/actions-menu/actions-menu.template.ts",
1921
+ "path": "src/accordion-item/accordion-item.template.ts",
1970
1922
  "declarations": [
1971
1923
  {
1972
1924
  "kind": "function",
1973
- "name": "menuTemplate",
1925
+ "name": "foundationAccordionItemTemplate",
1926
+ "return": {
1927
+ "type": {
1928
+ "text": "ViewTemplate<AccordionItem>"
1929
+ }
1930
+ },
1974
1931
  "parameters": [
1975
1932
  {
1976
- "name": "prefix",
1933
+ "name": "context",
1977
1934
  "type": {
1978
- "text": "string"
1935
+ "text": "ElementDefinitionContext"
1979
1936
  }
1980
- }
1981
- ]
1982
- },
1983
- {
1984
- "kind": "function",
1985
- "name": "singleOptionTemplate",
1986
- "parameters": [
1937
+ },
1987
1938
  {
1988
- "name": "prefix",
1939
+ "name": "definition",
1989
1940
  "type": {
1990
- "text": "string"
1941
+ "text": "FoundationElementDefinition"
1991
1942
  }
1992
1943
  }
1993
1944
  ]
1994
- },
1995
- {
1996
- "kind": "variable",
1997
- "name": "foundationActionsMenuTemplate",
1998
- "type": {
1999
- "text": "ViewTemplate<ActionsMenu>"
2000
- },
2001
- "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`"
2002
1945
  }
2003
1946
  ],
2004
1947
  "exports": [
2005
1948
  {
2006
1949
  "kind": "js",
2007
- "name": "menuTemplate",
2008
- "declaration": {
2009
- "name": "menuTemplate",
2010
- "module": "src/actions-menu/actions-menu.template.ts"
2011
- }
2012
- },
2013
- {
2014
- "kind": "js",
2015
- "name": "singleOptionTemplate",
2016
- "declaration": {
2017
- "name": "singleOptionTemplate",
2018
- "module": "src/actions-menu/actions-menu.template.ts"
2019
- }
2020
- },
2021
- {
2022
- "kind": "js",
2023
- "name": "foundationActionsMenuTemplate",
1950
+ "name": "foundationAccordionItemTemplate",
2024
1951
  "declaration": {
2025
- "name": "foundationActionsMenuTemplate",
2026
- "module": "src/actions-menu/actions-menu.template.ts"
1952
+ "name": "foundationAccordionItemTemplate",
1953
+ "module": "src/accordion-item/accordion-item.template.ts"
2027
1954
  }
2028
1955
  }
2029
1956
  ]
2030
1957
  },
2031
1958
  {
2032
1959
  "kind": "javascript-module",
2033
- "path": "src/actions-menu/actions-menu.ts",
1960
+ "path": "src/accordion-item/accordion-item.ts",
2034
1961
  "declarations": [
2035
1962
  {
2036
1963
  "kind": "class",
2037
1964
  "description": "",
2038
- "name": "ActionsMenu",
2039
- "members": [
2040
- {
2041
- "kind": "field",
2042
- "name": "actions",
2043
- "type": {
2044
- "text": "ActionMenuItem[]"
2045
- }
2046
- },
2047
- {
2048
- "kind": "field",
2049
- "name": "isVertical",
2050
- "type": {
2051
- "text": "boolean"
2052
- },
2053
- "default": "false"
2054
- },
1965
+ "name": "AccordionItem",
1966
+ "superclass": {
1967
+ "name": "FASTAccordionItem",
1968
+ "package": "@microsoft/fast-components"
1969
+ },
1970
+ "tagName": "%%prefix%%-accordion-item",
1971
+ "customElement": true,
1972
+ "attributes": [
2055
1973
  {
2056
- "kind": "field",
2057
- "name": "addDefaultActions",
1974
+ "name": "heading-level",
2058
1975
  "type": {
2059
- "text": "boolean"
1976
+ "text": "1 | 2 | 3 | 4 | 5 | 6"
2060
1977
  },
2061
- "default": "true"
1978
+ "default": "2",
1979
+ "description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
1980
+ "fieldName": "headinglevel",
1981
+ "inheritedFrom": {
1982
+ "name": "AccordionItem",
1983
+ "module": "src/accordion-item/accordion-item.ts"
1984
+ }
2062
1985
  },
2063
1986
  {
2064
- "kind": "field",
2065
- "name": "autoCloseOnAction",
2066
1987
  "type": {
2067
1988
  "text": "boolean"
2068
1989
  },
2069
- "default": "true"
2070
- },
2071
- {
2072
- "kind": "field",
2073
- "name": "classNames",
2074
- "type": {
2075
- "text": "string"
2076
- }
2077
- },
2078
- {
2079
- "kind": "field",
2080
- "name": "definition",
2081
- "type": {
2082
- "text": "any"
1990
+ "default": "false",
1991
+ "description": "Expands or collapses the item.",
1992
+ "fieldName": "expanded",
1993
+ "inheritedFrom": {
1994
+ "name": "AccordionItem",
1995
+ "module": "src/accordion-item/accordion-item.ts"
2083
1996
  }
2084
1997
  },
2085
1998
  {
2086
- "kind": "field",
2087
- "name": "name",
1999
+ "name": "id",
2088
2000
  "type": {
2089
2001
  "text": "string"
2090
2002
  },
2091
- "default": "'Actions'"
2092
- },
2003
+ "description": "The item ID",
2004
+ "fieldName": "id",
2005
+ "inheritedFrom": {
2006
+ "name": "AccordionItem",
2007
+ "module": "src/accordion-item/accordion-item.ts"
2008
+ }
2009
+ }
2010
+ ],
2011
+ "members": [
2093
2012
  {
2094
2013
  "kind": "field",
2095
- "name": "open",
2014
+ "name": "headinglevel",
2096
2015
  "type": {
2097
- "text": "boolean"
2016
+ "text": "1 | 2 | 3 | 4 | 5 | 6"
2098
2017
  },
2099
- "default": "false"
2100
- },
2101
- {
2102
- "kind": "field",
2103
- "name": "buttonAppearance",
2104
- "type": {
2105
- "text": "string"
2018
+ "privacy": "public",
2019
+ "default": "2",
2020
+ "description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
2021
+ "inheritedFrom": {
2022
+ "name": "AccordionItem",
2023
+ "module": "src/accordion-item/accordion-item.ts"
2106
2024
  }
2107
2025
  },
2108
2026
  {
2109
2027
  "kind": "field",
2110
- "name": "hideDisabled",
2028
+ "name": "expanded",
2111
2029
  "type": {
2112
2030
  "text": "boolean"
2113
2031
  },
2114
- "default": "false"
2032
+ "privacy": "public",
2033
+ "default": "false",
2034
+ "description": "Expands or collapses the item.",
2035
+ "inheritedFrom": {
2036
+ "name": "AccordionItem",
2037
+ "module": "src/accordion-item/accordion-item.ts"
2038
+ }
2115
2039
  },
2116
2040
  {
2117
2041
  "kind": "field",
2118
- "name": "hideMenuSingleOption",
2042
+ "name": "id",
2119
2043
  "type": {
2120
- "text": "boolean"
2044
+ "text": "string"
2121
2045
  },
2122
- "default": "false"
2123
- },
2124
- {
2125
- "kind": "field",
2126
- "name": "singleOption",
2127
- "type": {
2128
- "text": "ActionMenuItem"
2046
+ "privacy": "public",
2047
+ "description": "The item ID",
2048
+ "inheritedFrom": {
2049
+ "name": "AccordionItem",
2050
+ "module": "src/accordion-item/accordion-item.ts"
2129
2051
  }
2130
2052
  },
2131
2053
  {
2132
2054
  "kind": "field",
2133
- "name": "actionsMenu",
2134
- "type": {
2135
- "text": "HTMLElement"
2055
+ "name": "change",
2056
+ "privacy": "private",
2057
+ "inheritedFrom": {
2058
+ "name": "AccordionItem",
2059
+ "module": "src/accordion-item/accordion-item.ts"
2136
2060
  }
2137
2061
  },
2138
- {
2139
- "kind": "method",
2140
- "name": "definitionChanged",
2141
- "privacy": "protected",
2142
- "parameters": [
2143
- {
2144
- "name": "oldValue",
2145
- "type": {
2146
- "text": "any"
2147
- }
2148
- },
2149
- {
2150
- "name": "newValue",
2151
- "type": {
2152
- "text": "any"
2153
- }
2154
- }
2155
- ]
2156
- },
2157
- {
2158
- "kind": "method",
2159
- "name": "openChanged",
2160
- "privacy": "protected"
2161
- },
2162
- {
2163
- "kind": "method",
2164
- "name": "toggleActionsMenuVisibility"
2165
- },
2166
- {
2167
- "kind": "method",
2168
- "name": "onActionMenuItemClick",
2169
- "parameters": [
2170
- {
2171
- "name": "callback",
2172
- "type": {
2173
- "text": "(rowData) => void | any"
2174
- }
2175
- }
2176
- ]
2177
- },
2178
- {
2179
- "kind": "field",
2180
- "name": "allActions",
2181
- "type": {
2182
- "text": "ActionMenuItem[]"
2183
- },
2184
- "readonly": true
2185
- },
2186
- {
2187
- "kind": "field",
2188
- "name": "rowData",
2189
- "readonly": true
2190
- },
2191
- {
2192
- "kind": "method",
2193
- "name": "getLabel",
2194
- "parameters": [
2195
- {
2196
- "name": "name",
2197
- "type": {
2198
- "text": "string | ((rowData: any) => string)"
2199
- }
2200
- }
2201
- ]
2202
- },
2203
- {
2204
- "kind": "method",
2205
- "name": "getTemplate",
2206
- "parameters": [
2207
- {
2208
- "name": "prefix",
2209
- "type": {
2210
- "text": "string"
2211
- }
2212
- }
2213
- ]
2214
- },
2215
2062
  {
2216
2063
  "kind": "field",
2217
2064
  "name": "_presentation",
@@ -2324,107 +2171,78 @@
2324
2171
  }
2325
2172
  }
2326
2173
  ],
2327
- "attributes": [
2328
- {
2329
- "name": "is-vertical",
2330
- "type": {
2331
- "text": "boolean"
2332
- },
2333
- "default": "false",
2334
- "fieldName": "isVertical"
2335
- },
2336
- {
2337
- "name": "add-default-actions",
2338
- "type": {
2339
- "text": "boolean"
2340
- },
2341
- "default": "true",
2342
- "fieldName": "addDefaultActions"
2343
- },
2344
- {
2345
- "name": "auto-close-on-action",
2346
- "type": {
2347
- "text": "boolean"
2348
- },
2349
- "default": "true",
2350
- "fieldName": "autoCloseOnAction"
2351
- },
2352
- {
2353
- "name": "name",
2354
- "type": {
2355
- "text": "string"
2356
- },
2357
- "default": "'Actions'",
2358
- "fieldName": "name"
2359
- },
2360
- {
2361
- "name": "open",
2362
- "type": {
2363
- "text": "boolean"
2364
- },
2365
- "default": "false",
2366
- "fieldName": "open"
2367
- },
2368
- {
2369
- "name": "buttonAppearance",
2370
- "type": {
2371
- "text": "string"
2372
- },
2373
- "fieldName": "buttonAppearance"
2374
- },
2375
- {
2376
- "name": "hide-disabled",
2377
- "type": {
2378
- "text": "boolean"
2379
- },
2380
- "default": "false",
2381
- "fieldName": "hideDisabled"
2382
- },
2174
+ "events": [
2383
2175
  {
2384
- "name": "hide-menu-single-option",
2385
- "type": {
2386
- "text": "boolean"
2387
- },
2388
- "default": "false",
2389
- "fieldName": "hideMenuSingleOption"
2176
+ "description": "Fires a custom 'change' event when the button is invoked",
2177
+ "name": "change",
2178
+ "inheritedFrom": {
2179
+ "name": "AccordionItem",
2180
+ "module": "src/accordion-item/accordion-item.ts"
2181
+ }
2390
2182
  }
2391
- ],
2392
- "superclass": {
2393
- "name": "FoundationElement",
2394
- "package": "@microsoft/fast-foundation"
2183
+ ]
2184
+ },
2185
+ {
2186
+ "kind": "variable",
2187
+ "name": "foundationAccordionItemShadowOptions",
2188
+ "type": {
2189
+ "text": "ShadowRootInit"
2395
2190
  },
2396
- "tagName": "%%prefix%%-actions-menu",
2397
- "customElement": true
2191
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
2398
2192
  },
2399
2193
  {
2400
2194
  "kind": "variable",
2401
- "name": "foundationActionsMenu",
2402
- "description": "The Foundation Actions Menu",
2195
+ "name": "defaultAccordionItemConfig",
2196
+ "type": {
2197
+ "text": "object"
2198
+ },
2199
+ "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}"
2200
+ },
2201
+ {
2202
+ "kind": "variable",
2203
+ "name": "foundationAccordionItem",
2204
+ "description": "The Foundation Accordion Item",
2403
2205
  "privacy": "public"
2404
2206
  }
2405
2207
  ],
2406
2208
  "exports": [
2407
2209
  {
2408
2210
  "kind": "js",
2409
- "name": "ActionsMenu",
2211
+ "name": "AccordionItem",
2410
2212
  "declaration": {
2411
- "name": "ActionsMenu",
2412
- "module": "src/actions-menu/actions-menu.ts"
2213
+ "name": "AccordionItem",
2214
+ "module": "src/accordion-item/accordion-item.ts"
2413
2215
  }
2414
2216
  },
2415
2217
  {
2416
2218
  "kind": "js",
2417
- "name": "foundationActionsMenu",
2219
+ "name": "foundationAccordionItemShadowOptions",
2418
2220
  "declaration": {
2419
- "name": "foundationActionsMenu",
2420
- "module": "src/actions-menu/actions-menu.ts"
2221
+ "name": "foundationAccordionItemShadowOptions",
2222
+ "module": "src/accordion-item/accordion-item.ts"
2223
+ }
2224
+ },
2225
+ {
2226
+ "kind": "js",
2227
+ "name": "defaultAccordionItemConfig",
2228
+ "declaration": {
2229
+ "name": "defaultAccordionItemConfig",
2230
+ "module": "src/accordion-item/accordion-item.ts"
2231
+ }
2232
+ },
2233
+ {
2234
+ "kind": "js",
2235
+ "name": "foundationAccordionItem",
2236
+ "declaration": {
2237
+ "name": "foundationAccordionItem",
2238
+ "module": "src/accordion-item/accordion-item.ts"
2421
2239
  }
2422
2240
  }
2423
2241
  ]
2424
2242
  },
2425
2243
  {
2426
2244
  "kind": "javascript-module",
2427
- "path": "src/actions-menu/index.ts",
2245
+ "path": "src/accordion-item/index.ts",
2428
2246
  "declarations": [],
2429
2247
  "exports": [
2430
2248
  {
@@ -2432,7 +2250,7 @@
2432
2250
  "name": "*",
2433
2251
  "declaration": {
2434
2252
  "name": "*",
2435
- "package": "./actions-menu.styles"
2253
+ "package": "./accordion-item.template"
2436
2254
  }
2437
2255
  },
2438
2256
  {
@@ -2440,7 +2258,7 @@
2440
2258
  "name": "*",
2441
2259
  "declaration": {
2442
2260
  "name": "*",
2443
- "package": "./actions-menu.template"
2261
+ "package": "./accordion-item.styles"
2444
2262
  }
2445
2263
  },
2446
2264
  {
@@ -2448,7 +2266,7 @@
2448
2266
  "name": "*",
2449
2267
  "declaration": {
2450
2268
  "name": "*",
2451
- "package": "./actions-menu"
2269
+ "package": "./accordion-item"
2452
2270
  }
2453
2271
  }
2454
2272
  ]
@@ -3433,6 +3251,188 @@
3433
3251
  }
3434
3252
  ]
3435
3253
  },
3254
+ {
3255
+ "kind": "javascript-module",
3256
+ "path": "src/accordion/accordion.styles.ts",
3257
+ "declarations": [
3258
+ {
3259
+ "kind": "function",
3260
+ "name": "foundationAccordionStyles",
3261
+ "return": {
3262
+ "type": {
3263
+ "text": "ElementStyles"
3264
+ }
3265
+ },
3266
+ "parameters": [
3267
+ {
3268
+ "name": "context",
3269
+ "type": {
3270
+ "text": "ElementDefinitionContext"
3271
+ }
3272
+ },
3273
+ {
3274
+ "name": "definition",
3275
+ "type": {
3276
+ "text": "FoundationElementDefinition"
3277
+ }
3278
+ }
3279
+ ]
3280
+ }
3281
+ ],
3282
+ "exports": [
3283
+ {
3284
+ "kind": "js",
3285
+ "name": "foundationAccordionStyles",
3286
+ "declaration": {
3287
+ "name": "foundationAccordionStyles",
3288
+ "module": "src/accordion/accordion.styles.ts"
3289
+ }
3290
+ }
3291
+ ]
3292
+ },
3293
+ {
3294
+ "kind": "javascript-module",
3295
+ "path": "src/accordion/accordion.template.ts",
3296
+ "declarations": [
3297
+ {
3298
+ "kind": "function",
3299
+ "name": "foundationAccordionTemplate",
3300
+ "return": {
3301
+ "type": {
3302
+ "text": "ViewTemplate<Accordion>"
3303
+ }
3304
+ },
3305
+ "parameters": [
3306
+ {
3307
+ "name": "context",
3308
+ "type": {
3309
+ "text": "ElementDefinitionContext"
3310
+ }
3311
+ },
3312
+ {
3313
+ "name": "definition",
3314
+ "type": {
3315
+ "text": "FoundationElementDefinition"
3316
+ }
3317
+ }
3318
+ ]
3319
+ }
3320
+ ],
3321
+ "exports": [
3322
+ {
3323
+ "kind": "js",
3324
+ "name": "foundationAccordionTemplate",
3325
+ "declaration": {
3326
+ "name": "foundationAccordionTemplate",
3327
+ "module": "src/accordion/accordion.template.ts"
3328
+ }
3329
+ }
3330
+ ]
3331
+ },
3332
+ {
3333
+ "kind": "javascript-module",
3334
+ "path": "src/accordion/accordion.ts",
3335
+ "declarations": [
3336
+ {
3337
+ "kind": "class",
3338
+ "description": "",
3339
+ "name": "Accordion",
3340
+ "superclass": {
3341
+ "name": "FASTAccordion",
3342
+ "package": "@microsoft/fast-foundation"
3343
+ },
3344
+ "tagName": "%%prefix%%-accordion",
3345
+ "customElement": true
3346
+ },
3347
+ {
3348
+ "kind": "variable",
3349
+ "name": "foundationAccordionShadowOptions",
3350
+ "type": {
3351
+ "text": "ShadowRootInit"
3352
+ },
3353
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
3354
+ },
3355
+ {
3356
+ "kind": "variable",
3357
+ "name": "defaultAccordionConfig",
3358
+ "type": {
3359
+ "text": "object"
3360
+ },
3361
+ "default": "{}"
3362
+ },
3363
+ {
3364
+ "kind": "variable",
3365
+ "name": "foundationAccordion",
3366
+ "description": "The Foundation Accordion",
3367
+ "privacy": "public"
3368
+ }
3369
+ ],
3370
+ "exports": [
3371
+ {
3372
+ "kind": "js",
3373
+ "name": "Accordion",
3374
+ "declaration": {
3375
+ "name": "Accordion",
3376
+ "module": "src/accordion/accordion.ts"
3377
+ }
3378
+ },
3379
+ {
3380
+ "kind": "js",
3381
+ "name": "foundationAccordionShadowOptions",
3382
+ "declaration": {
3383
+ "name": "foundationAccordionShadowOptions",
3384
+ "module": "src/accordion/accordion.ts"
3385
+ }
3386
+ },
3387
+ {
3388
+ "kind": "js",
3389
+ "name": "defaultAccordionConfig",
3390
+ "declaration": {
3391
+ "name": "defaultAccordionConfig",
3392
+ "module": "src/accordion/accordion.ts"
3393
+ }
3394
+ },
3395
+ {
3396
+ "kind": "js",
3397
+ "name": "foundationAccordion",
3398
+ "declaration": {
3399
+ "name": "foundationAccordion",
3400
+ "module": "src/accordion/accordion.ts"
3401
+ }
3402
+ }
3403
+ ]
3404
+ },
3405
+ {
3406
+ "kind": "javascript-module",
3407
+ "path": "src/accordion/index.ts",
3408
+ "declarations": [],
3409
+ "exports": [
3410
+ {
3411
+ "kind": "js",
3412
+ "name": "*",
3413
+ "declaration": {
3414
+ "name": "*",
3415
+ "package": "./accordion.template"
3416
+ }
3417
+ },
3418
+ {
3419
+ "kind": "js",
3420
+ "name": "*",
3421
+ "declaration": {
3422
+ "name": "*",
3423
+ "package": "./accordion.styles"
3424
+ }
3425
+ },
3426
+ {
3427
+ "kind": "js",
3428
+ "name": "*",
3429
+ "declaration": {
3430
+ "name": "*",
3431
+ "package": "./accordion"
3432
+ }
3433
+ }
3434
+ ]
3435
+ },
3436
3436
  {
3437
3437
  "kind": "javascript-module",
3438
3438
  "path": "src/anchor/anchor.styles.ts",
@@ -48323,6 +48323,16 @@
48323
48323
  "description": "",
48324
48324
  "name": "Tabs",
48325
48325
  "members": [
48326
+ {
48327
+ "kind": "field",
48328
+ "name": "scrollable",
48329
+ "type": {
48330
+ "text": "boolean"
48331
+ },
48332
+ "default": "false",
48333
+ "description": "When true, the tab list becomes horizontally scrollable when its\ncontents exceed the width of the container.",
48334
+ "privacy": "public"
48335
+ },
48326
48336
  {
48327
48337
  "kind": "field",
48328
48338
  "name": "currentTabIndex",
@@ -48789,50 +48799,50 @@
48789
48799
  }
48790
48800
  }
48791
48801
  ],
48792
- "superclass": {
48793
- "name": "FASTTabs",
48794
- "package": "@microsoft/fast-components"
48795
- },
48796
- "tagName": "%%prefix%%-tabs",
48797
- "customElement": true,
48798
48802
  "attributes": [
48799
48803
  {
48800
- "name": "orientation",
48801
48804
  "type": {
48802
- "text": "TabsOrientation"
48805
+ "text": "boolean"
48803
48806
  },
48804
- "description": "The orientation",
48805
- "fieldName": "orientation",
48807
+ "default": "false",
48808
+ "description": "When true, the tab list becomes horizontally scrollable when its\ncontents exceed the width of the container.",
48809
+ "fieldName": "scrollable",
48806
48810
  "inheritedFrom": {
48807
48811
  "name": "Tabs",
48808
48812
  "module": "src/tabs/tabs.ts"
48809
48813
  }
48810
48814
  },
48811
48815
  {
48812
- "name": "activeid",
48816
+ "name": "orientation",
48813
48817
  "type": {
48814
- "text": "string"
48818
+ "text": "TabsOrientation"
48815
48819
  },
48816
- "description": "The id of the active tab",
48817
- "fieldName": "activeid",
48820
+ "description": "The orientation",
48821
+ "fieldName": "orientation",
48818
48822
  "inheritedFrom": {
48819
48823
  "name": "Tabs",
48820
48824
  "module": "src/tabs/tabs.ts"
48821
48825
  }
48822
48826
  },
48823
48827
  {
48828
+ "name": "activeid",
48824
48829
  "type": {
48825
- "text": "boolean"
48830
+ "text": "string"
48826
48831
  },
48827
- "default": "true",
48828
- "description": "Whether or not to show the active indicator",
48829
- "fieldName": "activeindicator",
48832
+ "description": "The id of the active tab",
48833
+ "fieldName": "activeid",
48830
48834
  "inheritedFrom": {
48831
48835
  "name": "Tabs",
48832
48836
  "module": "src/tabs/tabs.ts"
48833
48837
  }
48834
48838
  }
48835
48839
  ],
48840
+ "superclass": {
48841
+ "name": "FASTTabs",
48842
+ "package": "@microsoft/fast-components"
48843
+ },
48844
+ "tagName": "%%prefix%%-tabs",
48845
+ "customElement": true,
48836
48846
  "events": [
48837
48847
  {
48838
48848
  "description": "Fires a custom 'change' event when a tab is clicked or during keyboard navigation",