@genesislcap/foundation-ui 14.307.1 → 14.307.3

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.
@@ -1257,11 +1257,11 @@
1257
1257
  },
1258
1258
  {
1259
1259
  "kind": "javascript-module",
1260
- "path": "src/accordion/accordion.styles.ts",
1260
+ "path": "src/accordion-item/accordion-item.styles.ts",
1261
1261
  "declarations": [
1262
1262
  {
1263
1263
  "kind": "function",
1264
- "name": "foundationAccordionStyles",
1264
+ "name": "foundationAccordionItemStyles",
1265
1265
  "return": {
1266
1266
  "type": {
1267
1267
  "text": "ElementStyles"
@@ -1286,221 +1286,24 @@
1286
1286
  "exports": [
1287
1287
  {
1288
1288
  "kind": "js",
1289
- "name": "foundationAccordionStyles",
1290
- "declaration": {
1291
- "name": "foundationAccordionStyles",
1292
- "module": "src/accordion/accordion.styles.ts"
1293
- }
1294
- }
1295
- ]
1296
- },
1297
- {
1298
- "kind": "javascript-module",
1299
- "path": "src/accordion/accordion.template.ts",
1300
- "declarations": [
1301
- {
1302
- "kind": "function",
1303
- "name": "foundationAccordionTemplate",
1304
- "return": {
1305
- "type": {
1306
- "text": "ViewTemplate<Accordion>"
1307
- }
1308
- },
1309
- "parameters": [
1310
- {
1311
- "name": "context",
1312
- "type": {
1313
- "text": "ElementDefinitionContext"
1314
- }
1315
- },
1316
- {
1317
- "name": "definition",
1318
- "type": {
1319
- "text": "FoundationElementDefinition"
1320
- }
1321
- }
1322
- ]
1323
- }
1324
- ],
1325
- "exports": [
1326
- {
1327
- "kind": "js",
1328
- "name": "foundationAccordionTemplate",
1329
- "declaration": {
1330
- "name": "foundationAccordionTemplate",
1331
- "module": "src/accordion/accordion.template.ts"
1332
- }
1333
- }
1334
- ]
1335
- },
1336
- {
1337
- "kind": "javascript-module",
1338
- "path": "src/accordion/accordion.ts",
1339
- "declarations": [
1340
- {
1341
- "kind": "class",
1342
- "description": "",
1343
- "name": "Accordion",
1344
- "superclass": {
1345
- "name": "FASTAccordion",
1346
- "package": "@microsoft/fast-foundation"
1347
- },
1348
- "tagName": "%%prefix%%-accordion",
1349
- "customElement": true
1350
- },
1351
- {
1352
- "kind": "variable",
1353
- "name": "foundationAccordionShadowOptions",
1354
- "type": {
1355
- "text": "ShadowRootInit"
1356
- },
1357
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
1358
- },
1359
- {
1360
- "kind": "variable",
1361
- "name": "defaultAccordionConfig",
1362
- "type": {
1363
- "text": "object"
1364
- },
1365
- "default": "{}"
1366
- },
1367
- {
1368
- "kind": "variable",
1369
- "name": "foundationAccordion",
1370
- "description": "The Foundation Accordion",
1371
- "privacy": "public"
1372
- }
1373
- ],
1374
- "exports": [
1375
- {
1376
- "kind": "js",
1377
- "name": "Accordion",
1378
- "declaration": {
1379
- "name": "Accordion",
1380
- "module": "src/accordion/accordion.ts"
1381
- }
1382
- },
1383
- {
1384
- "kind": "js",
1385
- "name": "foundationAccordionShadowOptions",
1386
- "declaration": {
1387
- "name": "foundationAccordionShadowOptions",
1388
- "module": "src/accordion/accordion.ts"
1389
- }
1390
- },
1391
- {
1392
- "kind": "js",
1393
- "name": "defaultAccordionConfig",
1394
- "declaration": {
1395
- "name": "defaultAccordionConfig",
1396
- "module": "src/accordion/accordion.ts"
1397
- }
1398
- },
1399
- {
1400
- "kind": "js",
1401
- "name": "foundationAccordion",
1402
- "declaration": {
1403
- "name": "foundationAccordion",
1404
- "module": "src/accordion/accordion.ts"
1405
- }
1406
- }
1407
- ]
1408
- },
1409
- {
1410
- "kind": "javascript-module",
1411
- "path": "src/accordion/index.ts",
1412
- "declarations": [],
1413
- "exports": [
1414
- {
1415
- "kind": "js",
1416
- "name": "*",
1417
- "declaration": {
1418
- "name": "*",
1419
- "package": "./accordion.template"
1420
- }
1421
- },
1422
- {
1423
- "kind": "js",
1424
- "name": "*",
1425
- "declaration": {
1426
- "name": "*",
1427
- "package": "./accordion.styles"
1428
- }
1429
- },
1430
- {
1431
- "kind": "js",
1432
- "name": "*",
1433
- "declaration": {
1434
- "name": "*",
1435
- "package": "./accordion"
1436
- }
1437
- }
1438
- ]
1439
- },
1440
- {
1441
- "kind": "javascript-module",
1442
- "path": "src/_config/index.ts",
1443
- "declarations": [],
1444
- "exports": [
1445
- {
1446
- "kind": "js",
1447
- "name": "*",
1448
- "declaration": {
1449
- "name": "*",
1450
- "package": "./styles"
1451
- }
1452
- },
1453
- {
1454
- "kind": "js",
1455
- "name": "*",
1456
- "declaration": {
1457
- "name": "*",
1458
- "package": "./tokens"
1459
- }
1460
- },
1461
- {
1462
- "kind": "js",
1463
- "name": "*",
1289
+ "name": "foundationAccordionItemStyles",
1464
1290
  "declaration": {
1465
- "name": "*",
1466
- "package": "./values"
1291
+ "name": "foundationAccordionItemStyles",
1292
+ "module": "src/accordion-item/accordion-item.styles.ts"
1467
1293
  }
1468
1294
  }
1469
1295
  ]
1470
1296
  },
1471
1297
  {
1472
1298
  "kind": "javascript-module",
1473
- "path": "src/actions-menu/actions-menu.styles.ts",
1299
+ "path": "src/accordion-item/accordion-item.template.ts",
1474
1300
  "declarations": [
1475
1301
  {
1476
1302
  "kind": "function",
1477
- "name": "actionsMenuBaseStyles",
1478
- "return": {
1479
- "type": {
1480
- "text": "ElementStyles"
1481
- }
1482
- },
1483
- "parameters": [
1484
- {
1485
- "name": "context",
1486
- "type": {
1487
- "text": "ElementDefinitionContext"
1488
- }
1489
- },
1490
- {
1491
- "name": "definition",
1492
- "type": {
1493
- "text": "FoundationElementDefinition"
1494
- }
1495
- }
1496
- ]
1497
- },
1498
- {
1499
- "kind": "function",
1500
- "name": "foundationActionsMenuStyles",
1303
+ "name": "foundationAccordionItemTemplate",
1501
1304
  "return": {
1502
1305
  "type": {
1503
- "text": "ElementStyles"
1306
+ "text": "ViewTemplate<AccordionItem>"
1504
1307
  }
1505
1308
  },
1506
1309
  "parameters": [
@@ -1522,269 +1325,117 @@
1522
1325
  "exports": [
1523
1326
  {
1524
1327
  "kind": "js",
1525
- "name": "actionsMenuBaseStyles",
1526
- "declaration": {
1527
- "name": "actionsMenuBaseStyles",
1528
- "module": "src/actions-menu/actions-menu.styles.ts"
1529
- }
1530
- },
1531
- {
1532
- "kind": "js",
1533
- "name": "foundationActionsMenuStyles",
1534
- "declaration": {
1535
- "name": "foundationActionsMenuStyles",
1536
- "module": "src/actions-menu/actions-menu.styles.ts"
1537
- }
1538
- }
1539
- ]
1540
- },
1541
- {
1542
- "kind": "javascript-module",
1543
- "path": "src/actions-menu/actions-menu.template.ts",
1544
- "declarations": [
1545
- {
1546
- "kind": "function",
1547
- "name": "menuTemplate",
1548
- "parameters": [
1549
- {
1550
- "name": "prefix",
1551
- "type": {
1552
- "text": "string"
1553
- }
1554
- }
1555
- ]
1556
- },
1557
- {
1558
- "kind": "function",
1559
- "name": "singleOptionTemplate",
1560
- "parameters": [
1561
- {
1562
- "name": "prefix",
1563
- "type": {
1564
- "text": "string"
1565
- }
1566
- }
1567
- ]
1568
- },
1569
- {
1570
- "kind": "variable",
1571
- "name": "foundationActionsMenuTemplate",
1572
- "type": {
1573
- "text": "ViewTemplate<ActionsMenu>"
1574
- },
1575
- "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`"
1576
- }
1577
- ],
1578
- "exports": [
1579
- {
1580
- "kind": "js",
1581
- "name": "menuTemplate",
1582
- "declaration": {
1583
- "name": "menuTemplate",
1584
- "module": "src/actions-menu/actions-menu.template.ts"
1585
- }
1586
- },
1587
- {
1588
- "kind": "js",
1589
- "name": "singleOptionTemplate",
1590
- "declaration": {
1591
- "name": "singleOptionTemplate",
1592
- "module": "src/actions-menu/actions-menu.template.ts"
1593
- }
1594
- },
1595
- {
1596
- "kind": "js",
1597
- "name": "foundationActionsMenuTemplate",
1328
+ "name": "foundationAccordionItemTemplate",
1598
1329
  "declaration": {
1599
- "name": "foundationActionsMenuTemplate",
1600
- "module": "src/actions-menu/actions-menu.template.ts"
1330
+ "name": "foundationAccordionItemTemplate",
1331
+ "module": "src/accordion-item/accordion-item.template.ts"
1601
1332
  }
1602
1333
  }
1603
1334
  ]
1604
1335
  },
1605
1336
  {
1606
1337
  "kind": "javascript-module",
1607
- "path": "src/actions-menu/actions-menu.ts",
1338
+ "path": "src/accordion-item/accordion-item.ts",
1608
1339
  "declarations": [
1609
1340
  {
1610
- "kind": "class",
1611
- "description": "",
1612
- "name": "ActionsMenu",
1613
- "members": [
1614
- {
1615
- "kind": "field",
1616
- "name": "actions",
1617
- "type": {
1618
- "text": "ActionMenuItem[]"
1619
- }
1620
- },
1621
- {
1622
- "kind": "field",
1623
- "name": "isVertical",
1624
- "type": {
1625
- "text": "boolean"
1626
- },
1627
- "default": "false"
1628
- },
1629
- {
1630
- "kind": "field",
1631
- "name": "addDefaultActions",
1632
- "type": {
1633
- "text": "boolean"
1634
- },
1635
- "default": "true"
1636
- },
1637
- {
1638
- "kind": "field",
1639
- "name": "autoCloseOnAction",
1640
- "type": {
1641
- "text": "boolean"
1642
- },
1643
- "default": "true"
1644
- },
1645
- {
1646
- "kind": "field",
1647
- "name": "classNames",
1648
- "type": {
1649
- "text": "string"
1650
- }
1651
- },
1652
- {
1653
- "kind": "field",
1654
- "name": "definition",
1655
- "type": {
1656
- "text": "any"
1657
- }
1658
- },
1341
+ "kind": "class",
1342
+ "description": "",
1343
+ "name": "AccordionItem",
1344
+ "superclass": {
1345
+ "name": "FASTAccordionItem",
1346
+ "package": "@microsoft/fast-components"
1347
+ },
1348
+ "tagName": "%%prefix%%-accordion-item",
1349
+ "customElement": true,
1350
+ "attributes": [
1659
1351
  {
1660
- "kind": "field",
1661
- "name": "name",
1352
+ "name": "heading-level",
1662
1353
  "type": {
1663
- "text": "string"
1354
+ "text": "1 | 2 | 3 | 4 | 5 | 6"
1664
1355
  },
1665
- "default": "'Actions'"
1356
+ "default": "2",
1357
+ "description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
1358
+ "fieldName": "headinglevel",
1359
+ "inheritedFrom": {
1360
+ "name": "AccordionItem",
1361
+ "module": "src/accordion-item/accordion-item.ts"
1362
+ }
1666
1363
  },
1667
1364
  {
1668
- "kind": "field",
1669
- "name": "open",
1670
1365
  "type": {
1671
1366
  "text": "boolean"
1672
1367
  },
1673
- "default": "false"
1368
+ "default": "false",
1369
+ "description": "Expands or collapses the item.",
1370
+ "fieldName": "expanded",
1371
+ "inheritedFrom": {
1372
+ "name": "AccordionItem",
1373
+ "module": "src/accordion-item/accordion-item.ts"
1374
+ }
1674
1375
  },
1675
1376
  {
1676
- "kind": "field",
1677
- "name": "buttonAppearance",
1377
+ "name": "id",
1678
1378
  "type": {
1679
1379
  "text": "string"
1380
+ },
1381
+ "description": "The item ID",
1382
+ "fieldName": "id",
1383
+ "inheritedFrom": {
1384
+ "name": "AccordionItem",
1385
+ "module": "src/accordion-item/accordion-item.ts"
1680
1386
  }
1681
- },
1387
+ }
1388
+ ],
1389
+ "members": [
1682
1390
  {
1683
1391
  "kind": "field",
1684
- "name": "hideDisabled",
1392
+ "name": "headinglevel",
1685
1393
  "type": {
1686
- "text": "boolean"
1394
+ "text": "1 | 2 | 3 | 4 | 5 | 6"
1687
1395
  },
1688
- "default": "false"
1396
+ "privacy": "public",
1397
+ "default": "2",
1398
+ "description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
1399
+ "inheritedFrom": {
1400
+ "name": "AccordionItem",
1401
+ "module": "src/accordion-item/accordion-item.ts"
1402
+ }
1689
1403
  },
1690
1404
  {
1691
1405
  "kind": "field",
1692
- "name": "hideMenuSingleOption",
1406
+ "name": "expanded",
1693
1407
  "type": {
1694
1408
  "text": "boolean"
1695
1409
  },
1696
- "default": "false"
1697
- },
1698
- {
1699
- "kind": "field",
1700
- "name": "singleOption",
1701
- "type": {
1702
- "text": "ActionMenuItem"
1703
- }
1704
- },
1705
- {
1706
- "kind": "field",
1707
- "name": "actionsMenu",
1708
- "type": {
1709
- "text": "HTMLElement"
1410
+ "privacy": "public",
1411
+ "default": "false",
1412
+ "description": "Expands or collapses the item.",
1413
+ "inheritedFrom": {
1414
+ "name": "AccordionItem",
1415
+ "module": "src/accordion-item/accordion-item.ts"
1710
1416
  }
1711
1417
  },
1712
- {
1713
- "kind": "method",
1714
- "name": "definitionChanged",
1715
- "privacy": "protected",
1716
- "parameters": [
1717
- {
1718
- "name": "oldValue",
1719
- "type": {
1720
- "text": "any"
1721
- }
1722
- },
1723
- {
1724
- "name": "newValue",
1725
- "type": {
1726
- "text": "any"
1727
- }
1728
- }
1729
- ]
1730
- },
1731
- {
1732
- "kind": "method",
1733
- "name": "openChanged",
1734
- "privacy": "protected"
1735
- },
1736
- {
1737
- "kind": "method",
1738
- "name": "toggleActionsMenuVisibility"
1739
- },
1740
- {
1741
- "kind": "method",
1742
- "name": "onActionMenuItemClick",
1743
- "parameters": [
1744
- {
1745
- "name": "callback",
1746
- "type": {
1747
- "text": "(rowData) => void | any"
1748
- }
1749
- }
1750
- ]
1751
- },
1752
1418
  {
1753
1419
  "kind": "field",
1754
- "name": "allActions",
1420
+ "name": "id",
1755
1421
  "type": {
1756
- "text": "ActionMenuItem[]"
1422
+ "text": "string"
1757
1423
  },
1758
- "readonly": true
1424
+ "privacy": "public",
1425
+ "description": "The item ID",
1426
+ "inheritedFrom": {
1427
+ "name": "AccordionItem",
1428
+ "module": "src/accordion-item/accordion-item.ts"
1429
+ }
1759
1430
  },
1760
1431
  {
1761
1432
  "kind": "field",
1762
- "name": "rowData",
1763
- "readonly": true
1764
- },
1765
- {
1766
- "kind": "method",
1767
- "name": "getLabel",
1768
- "parameters": [
1769
- {
1770
- "name": "name",
1771
- "type": {
1772
- "text": "string | ((rowData: any) => string)"
1773
- }
1774
- }
1775
- ]
1776
- },
1777
- {
1778
- "kind": "method",
1779
- "name": "getTemplate",
1780
- "parameters": [
1781
- {
1782
- "name": "prefix",
1783
- "type": {
1784
- "text": "string"
1785
- }
1786
- }
1787
- ]
1433
+ "name": "change",
1434
+ "privacy": "private",
1435
+ "inheritedFrom": {
1436
+ "name": "AccordionItem",
1437
+ "module": "src/accordion-item/accordion-item.ts"
1438
+ }
1788
1439
  },
1789
1440
  {
1790
1441
  "kind": "field",
@@ -1860,145 +1511,116 @@
1860
1511
  "type": {
1861
1512
  "text": "void"
1862
1513
  }
1863
- },
1864
- "inheritedFrom": {
1865
- "name": "FoundationElement",
1866
- "module": "src/foundation-element/foundation-element.ts"
1867
- }
1868
- },
1869
- {
1870
- "kind": "method",
1871
- "name": "compose",
1872
- "privacy": "public",
1873
- "static": true,
1874
- "return": {
1875
- "type": {
1876
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
1877
- }
1878
- },
1879
- "parameters": [
1880
- {
1881
- "name": "this",
1882
- "type": {
1883
- "text": "K"
1884
- }
1885
- },
1886
- {
1887
- "name": "elementDefinition",
1888
- "type": {
1889
- "text": "T"
1890
- },
1891
- "description": "The definition of the element to create the registry\nfunction for."
1892
- }
1893
- ],
1894
- "description": "Defines an element registry function with a set of element definition defaults.",
1895
- "inheritedFrom": {
1896
- "name": "FoundationElement",
1897
- "module": "src/foundation-element/foundation-element.ts"
1898
- }
1899
- }
1900
- ],
1901
- "attributes": [
1902
- {
1903
- "name": "is-vertical",
1904
- "type": {
1905
- "text": "boolean"
1906
- },
1907
- "default": "false",
1908
- "fieldName": "isVertical"
1909
- },
1910
- {
1911
- "name": "add-default-actions",
1912
- "type": {
1913
- "text": "boolean"
1914
- },
1915
- "default": "true",
1916
- "fieldName": "addDefaultActions"
1917
- },
1918
- {
1919
- "name": "auto-close-on-action",
1920
- "type": {
1921
- "text": "boolean"
1922
- },
1923
- "default": "true",
1924
- "fieldName": "autoCloseOnAction"
1925
- },
1926
- {
1927
- "name": "name",
1928
- "type": {
1929
- "text": "string"
1930
- },
1931
- "default": "'Actions'",
1932
- "fieldName": "name"
1933
- },
1934
- {
1935
- "name": "open",
1936
- "type": {
1937
- "text": "boolean"
1938
- },
1939
- "default": "false",
1940
- "fieldName": "open"
1941
- },
1942
- {
1943
- "name": "buttonAppearance",
1944
- "type": {
1945
- "text": "string"
1946
- },
1947
- "fieldName": "buttonAppearance"
1948
- },
1949
- {
1950
- "name": "hide-disabled",
1951
- "type": {
1952
- "text": "boolean"
1953
- },
1954
- "default": "false",
1955
- "fieldName": "hideDisabled"
1514
+ },
1515
+ "inheritedFrom": {
1516
+ "name": "FoundationElement",
1517
+ "module": "src/foundation-element/foundation-element.ts"
1518
+ }
1956
1519
  },
1957
1520
  {
1958
- "name": "hide-menu-single-option",
1959
- "type": {
1960
- "text": "boolean"
1521
+ "kind": "method",
1522
+ "name": "compose",
1523
+ "privacy": "public",
1524
+ "static": true,
1525
+ "return": {
1526
+ "type": {
1527
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
1528
+ }
1961
1529
  },
1962
- "default": "false",
1963
- "fieldName": "hideMenuSingleOption"
1530
+ "parameters": [
1531
+ {
1532
+ "name": "this",
1533
+ "type": {
1534
+ "text": "K"
1535
+ }
1536
+ },
1537
+ {
1538
+ "name": "elementDefinition",
1539
+ "type": {
1540
+ "text": "T"
1541
+ },
1542
+ "description": "The definition of the element to create the registry\nfunction for."
1543
+ }
1544
+ ],
1545
+ "description": "Defines an element registry function with a set of element definition defaults.",
1546
+ "inheritedFrom": {
1547
+ "name": "FoundationElement",
1548
+ "module": "src/foundation-element/foundation-element.ts"
1549
+ }
1964
1550
  }
1965
1551
  ],
1966
- "superclass": {
1967
- "name": "FoundationElement",
1968
- "package": "@microsoft/fast-foundation"
1552
+ "events": [
1553
+ {
1554
+ "description": "Fires a custom 'change' event when the button is invoked",
1555
+ "name": "change",
1556
+ "inheritedFrom": {
1557
+ "name": "AccordionItem",
1558
+ "module": "src/accordion-item/accordion-item.ts"
1559
+ }
1560
+ }
1561
+ ]
1562
+ },
1563
+ {
1564
+ "kind": "variable",
1565
+ "name": "foundationAccordionItemShadowOptions",
1566
+ "type": {
1567
+ "text": "ShadowRootInit"
1969
1568
  },
1970
- "tagName": "%%prefix%%-actions-menu",
1971
- "customElement": true
1569
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
1972
1570
  },
1973
1571
  {
1974
1572
  "kind": "variable",
1975
- "name": "foundationActionsMenu",
1976
- "description": "The Foundation Actions Menu",
1573
+ "name": "defaultAccordionItemConfig",
1574
+ "type": {
1575
+ "text": "object"
1576
+ },
1577
+ "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}"
1578
+ },
1579
+ {
1580
+ "kind": "variable",
1581
+ "name": "foundationAccordionItem",
1582
+ "description": "The Foundation Accordion Item",
1977
1583
  "privacy": "public"
1978
1584
  }
1979
1585
  ],
1980
1586
  "exports": [
1981
1587
  {
1982
1588
  "kind": "js",
1983
- "name": "ActionsMenu",
1589
+ "name": "AccordionItem",
1984
1590
  "declaration": {
1985
- "name": "ActionsMenu",
1986
- "module": "src/actions-menu/actions-menu.ts"
1591
+ "name": "AccordionItem",
1592
+ "module": "src/accordion-item/accordion-item.ts"
1987
1593
  }
1988
1594
  },
1989
1595
  {
1990
1596
  "kind": "js",
1991
- "name": "foundationActionsMenu",
1597
+ "name": "foundationAccordionItemShadowOptions",
1992
1598
  "declaration": {
1993
- "name": "foundationActionsMenu",
1994
- "module": "src/actions-menu/actions-menu.ts"
1599
+ "name": "foundationAccordionItemShadowOptions",
1600
+ "module": "src/accordion-item/accordion-item.ts"
1601
+ }
1602
+ },
1603
+ {
1604
+ "kind": "js",
1605
+ "name": "defaultAccordionItemConfig",
1606
+ "declaration": {
1607
+ "name": "defaultAccordionItemConfig",
1608
+ "module": "src/accordion-item/accordion-item.ts"
1609
+ }
1610
+ },
1611
+ {
1612
+ "kind": "js",
1613
+ "name": "foundationAccordionItem",
1614
+ "declaration": {
1615
+ "name": "foundationAccordionItem",
1616
+ "module": "src/accordion-item/accordion-item.ts"
1995
1617
  }
1996
1618
  }
1997
1619
  ]
1998
1620
  },
1999
1621
  {
2000
1622
  "kind": "javascript-module",
2001
- "path": "src/actions-menu/index.ts",
1623
+ "path": "src/accordion-item/index.ts",
2002
1624
  "declarations": [],
2003
1625
  "exports": [
2004
1626
  {
@@ -2006,7 +1628,7 @@
2006
1628
  "name": "*",
2007
1629
  "declaration": {
2008
1630
  "name": "*",
2009
- "package": "./actions-menu.styles"
1631
+ "package": "./accordion-item.template"
2010
1632
  }
2011
1633
  },
2012
1634
  {
@@ -2014,7 +1636,7 @@
2014
1636
  "name": "*",
2015
1637
  "declaration": {
2016
1638
  "name": "*",
2017
- "package": "./actions-menu.template"
1639
+ "package": "./accordion-item.styles"
2018
1640
  }
2019
1641
  },
2020
1642
  {
@@ -2022,18 +1644,41 @@
2022
1644
  "name": "*",
2023
1645
  "declaration": {
2024
1646
  "name": "*",
2025
- "package": "./actions-menu"
1647
+ "package": "./accordion-item"
2026
1648
  }
2027
1649
  }
2028
1650
  ]
2029
1651
  },
2030
1652
  {
2031
1653
  "kind": "javascript-module",
2032
- "path": "src/accordion-item/accordion-item.styles.ts",
1654
+ "path": "src/actions-menu/actions-menu.styles.ts",
2033
1655
  "declarations": [
2034
1656
  {
2035
1657
  "kind": "function",
2036
- "name": "foundationAccordionItemStyles",
1658
+ "name": "actionsMenuBaseStyles",
1659
+ "return": {
1660
+ "type": {
1661
+ "text": "ElementStyles"
1662
+ }
1663
+ },
1664
+ "parameters": [
1665
+ {
1666
+ "name": "context",
1667
+ "type": {
1668
+ "text": "ElementDefinitionContext"
1669
+ }
1670
+ },
1671
+ {
1672
+ "name": "definition",
1673
+ "type": {
1674
+ "text": "FoundationElementDefinition"
1675
+ }
1676
+ }
1677
+ ]
1678
+ },
1679
+ {
1680
+ "kind": "function",
1681
+ "name": "foundationActionsMenuStyles",
2037
1682
  "return": {
2038
1683
  "type": {
2039
1684
  "text": "ElementStyles"
@@ -2058,157 +1703,270 @@
2058
1703
  "exports": [
2059
1704
  {
2060
1705
  "kind": "js",
2061
- "name": "foundationAccordionItemStyles",
1706
+ "name": "actionsMenuBaseStyles",
2062
1707
  "declaration": {
2063
- "name": "foundationAccordionItemStyles",
2064
- "module": "src/accordion-item/accordion-item.styles.ts"
1708
+ "name": "actionsMenuBaseStyles",
1709
+ "module": "src/actions-menu/actions-menu.styles.ts"
1710
+ }
1711
+ },
1712
+ {
1713
+ "kind": "js",
1714
+ "name": "foundationActionsMenuStyles",
1715
+ "declaration": {
1716
+ "name": "foundationActionsMenuStyles",
1717
+ "module": "src/actions-menu/actions-menu.styles.ts"
2065
1718
  }
2066
1719
  }
2067
1720
  ]
2068
1721
  },
2069
1722
  {
2070
1723
  "kind": "javascript-module",
2071
- "path": "src/accordion-item/accordion-item.template.ts",
1724
+ "path": "src/actions-menu/actions-menu.template.ts",
2072
1725
  "declarations": [
2073
1726
  {
2074
1727
  "kind": "function",
2075
- "name": "foundationAccordionItemTemplate",
2076
- "return": {
2077
- "type": {
2078
- "text": "ViewTemplate<AccordionItem>"
1728
+ "name": "menuTemplate",
1729
+ "parameters": [
1730
+ {
1731
+ "name": "prefix",
1732
+ "type": {
1733
+ "text": "string"
1734
+ }
2079
1735
  }
2080
- },
1736
+ ]
1737
+ },
1738
+ {
1739
+ "kind": "function",
1740
+ "name": "singleOptionTemplate",
2081
1741
  "parameters": [
2082
1742
  {
2083
- "name": "context",
1743
+ "name": "prefix",
2084
1744
  "type": {
2085
- "text": "ElementDefinitionContext"
1745
+ "text": "string"
1746
+ }
1747
+ }
1748
+ ]
1749
+ },
1750
+ {
1751
+ "kind": "variable",
1752
+ "name": "foundationActionsMenuTemplate",
1753
+ "type": {
1754
+ "text": "ViewTemplate<ActionsMenu>"
1755
+ },
1756
+ "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`"
1757
+ }
1758
+ ],
1759
+ "exports": [
1760
+ {
1761
+ "kind": "js",
1762
+ "name": "menuTemplate",
1763
+ "declaration": {
1764
+ "name": "menuTemplate",
1765
+ "module": "src/actions-menu/actions-menu.template.ts"
1766
+ }
1767
+ },
1768
+ {
1769
+ "kind": "js",
1770
+ "name": "singleOptionTemplate",
1771
+ "declaration": {
1772
+ "name": "singleOptionTemplate",
1773
+ "module": "src/actions-menu/actions-menu.template.ts"
1774
+ }
1775
+ },
1776
+ {
1777
+ "kind": "js",
1778
+ "name": "foundationActionsMenuTemplate",
1779
+ "declaration": {
1780
+ "name": "foundationActionsMenuTemplate",
1781
+ "module": "src/actions-menu/actions-menu.template.ts"
1782
+ }
1783
+ }
1784
+ ]
1785
+ },
1786
+ {
1787
+ "kind": "javascript-module",
1788
+ "path": "src/actions-menu/actions-menu.ts",
1789
+ "declarations": [
1790
+ {
1791
+ "kind": "class",
1792
+ "description": "",
1793
+ "name": "ActionsMenu",
1794
+ "members": [
1795
+ {
1796
+ "kind": "field",
1797
+ "name": "actions",
1798
+ "type": {
1799
+ "text": "ActionMenuItem[]"
1800
+ }
1801
+ },
1802
+ {
1803
+ "kind": "field",
1804
+ "name": "isVertical",
1805
+ "type": {
1806
+ "text": "boolean"
1807
+ },
1808
+ "default": "false"
1809
+ },
1810
+ {
1811
+ "kind": "field",
1812
+ "name": "addDefaultActions",
1813
+ "type": {
1814
+ "text": "boolean"
1815
+ },
1816
+ "default": "true"
1817
+ },
1818
+ {
1819
+ "kind": "field",
1820
+ "name": "autoCloseOnAction",
1821
+ "type": {
1822
+ "text": "boolean"
1823
+ },
1824
+ "default": "true"
1825
+ },
1826
+ {
1827
+ "kind": "field",
1828
+ "name": "classNames",
1829
+ "type": {
1830
+ "text": "string"
2086
1831
  }
2087
1832
  },
2088
1833
  {
1834
+ "kind": "field",
2089
1835
  "name": "definition",
2090
1836
  "type": {
2091
- "text": "FoundationElementDefinition"
1837
+ "text": "any"
2092
1838
  }
2093
- }
2094
- ]
2095
- }
2096
- ],
2097
- "exports": [
2098
- {
2099
- "kind": "js",
2100
- "name": "foundationAccordionItemTemplate",
2101
- "declaration": {
2102
- "name": "foundationAccordionItemTemplate",
2103
- "module": "src/accordion-item/accordion-item.template.ts"
2104
- }
2105
- }
2106
- ]
2107
- },
2108
- {
2109
- "kind": "javascript-module",
2110
- "path": "src/accordion-item/accordion-item.ts",
2111
- "declarations": [
2112
- {
2113
- "kind": "class",
2114
- "description": "",
2115
- "name": "AccordionItem",
2116
- "superclass": {
2117
- "name": "FASTAccordionItem",
2118
- "package": "@microsoft/fast-components"
2119
- },
2120
- "tagName": "%%prefix%%-accordion-item",
2121
- "customElement": true,
2122
- "attributes": [
1839
+ },
2123
1840
  {
2124
- "name": "heading-level",
1841
+ "kind": "field",
1842
+ "name": "name",
2125
1843
  "type": {
2126
- "text": "1 | 2 | 3 | 4 | 5 | 6"
1844
+ "text": "string"
2127
1845
  },
2128
- "default": "2",
2129
- "description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
2130
- "fieldName": "headinglevel",
2131
- "inheritedFrom": {
2132
- "name": "AccordionItem",
2133
- "module": "src/accordion-item/accordion-item.ts"
2134
- }
1846
+ "default": "'Actions'"
2135
1847
  },
2136
1848
  {
1849
+ "kind": "field",
1850
+ "name": "open",
2137
1851
  "type": {
2138
1852
  "text": "boolean"
2139
1853
  },
2140
- "default": "false",
2141
- "description": "Expands or collapses the item.",
2142
- "fieldName": "expanded",
2143
- "inheritedFrom": {
2144
- "name": "AccordionItem",
2145
- "module": "src/accordion-item/accordion-item.ts"
2146
- }
1854
+ "default": "false"
2147
1855
  },
2148
1856
  {
2149
- "name": "id",
1857
+ "kind": "field",
1858
+ "name": "buttonAppearance",
2150
1859
  "type": {
2151
1860
  "text": "string"
2152
- },
2153
- "description": "The item ID",
2154
- "fieldName": "id",
2155
- "inheritedFrom": {
2156
- "name": "AccordionItem",
2157
- "module": "src/accordion-item/accordion-item.ts"
2158
1861
  }
2159
- }
2160
- ],
2161
- "members": [
1862
+ },
2162
1863
  {
2163
1864
  "kind": "field",
2164
- "name": "headinglevel",
1865
+ "name": "hideDisabled",
2165
1866
  "type": {
2166
- "text": "1 | 2 | 3 | 4 | 5 | 6"
1867
+ "text": "boolean"
2167
1868
  },
2168
- "privacy": "public",
2169
- "default": "2",
2170
- "description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
2171
- "inheritedFrom": {
2172
- "name": "AccordionItem",
2173
- "module": "src/accordion-item/accordion-item.ts"
2174
- }
1869
+ "default": "false"
2175
1870
  },
2176
1871
  {
2177
1872
  "kind": "field",
2178
- "name": "expanded",
1873
+ "name": "hideMenuSingleOption",
2179
1874
  "type": {
2180
1875
  "text": "boolean"
2181
1876
  },
2182
- "privacy": "public",
2183
- "default": "false",
2184
- "description": "Expands or collapses the item.",
2185
- "inheritedFrom": {
2186
- "name": "AccordionItem",
2187
- "module": "src/accordion-item/accordion-item.ts"
2188
- }
1877
+ "default": "false"
2189
1878
  },
2190
1879
  {
2191
1880
  "kind": "field",
2192
- "name": "id",
1881
+ "name": "singleOption",
2193
1882
  "type": {
2194
- "text": "string"
2195
- },
2196
- "privacy": "public",
2197
- "description": "The item ID",
2198
- "inheritedFrom": {
2199
- "name": "AccordionItem",
2200
- "module": "src/accordion-item/accordion-item.ts"
1883
+ "text": "ActionMenuItem"
2201
1884
  }
2202
1885
  },
2203
1886
  {
2204
1887
  "kind": "field",
2205
- "name": "change",
2206
- "privacy": "private",
2207
- "inheritedFrom": {
2208
- "name": "AccordionItem",
2209
- "module": "src/accordion-item/accordion-item.ts"
1888
+ "name": "actionsMenu",
1889
+ "type": {
1890
+ "text": "HTMLElement"
2210
1891
  }
2211
1892
  },
1893
+ {
1894
+ "kind": "method",
1895
+ "name": "definitionChanged",
1896
+ "privacy": "protected",
1897
+ "parameters": [
1898
+ {
1899
+ "name": "oldValue",
1900
+ "type": {
1901
+ "text": "any"
1902
+ }
1903
+ },
1904
+ {
1905
+ "name": "newValue",
1906
+ "type": {
1907
+ "text": "any"
1908
+ }
1909
+ }
1910
+ ]
1911
+ },
1912
+ {
1913
+ "kind": "method",
1914
+ "name": "openChanged",
1915
+ "privacy": "protected"
1916
+ },
1917
+ {
1918
+ "kind": "method",
1919
+ "name": "toggleActionsMenuVisibility"
1920
+ },
1921
+ {
1922
+ "kind": "method",
1923
+ "name": "onActionMenuItemClick",
1924
+ "parameters": [
1925
+ {
1926
+ "name": "callback",
1927
+ "type": {
1928
+ "text": "(rowData) => void | any"
1929
+ }
1930
+ }
1931
+ ]
1932
+ },
1933
+ {
1934
+ "kind": "field",
1935
+ "name": "allActions",
1936
+ "type": {
1937
+ "text": "ActionMenuItem[]"
1938
+ },
1939
+ "readonly": true
1940
+ },
1941
+ {
1942
+ "kind": "field",
1943
+ "name": "rowData",
1944
+ "readonly": true
1945
+ },
1946
+ {
1947
+ "kind": "method",
1948
+ "name": "getLabel",
1949
+ "parameters": [
1950
+ {
1951
+ "name": "name",
1952
+ "type": {
1953
+ "text": "string | ((rowData: any) => string)"
1954
+ }
1955
+ }
1956
+ ]
1957
+ },
1958
+ {
1959
+ "kind": "method",
1960
+ "name": "getTemplate",
1961
+ "parameters": [
1962
+ {
1963
+ "name": "prefix",
1964
+ "type": {
1965
+ "text": "string"
1966
+ }
1967
+ }
1968
+ ]
1969
+ },
2212
1970
  {
2213
1971
  "kind": "field",
2214
1972
  "name": "_presentation",
@@ -2321,78 +2079,138 @@
2321
2079
  }
2322
2080
  }
2323
2081
  ],
2324
- "events": [
2082
+ "attributes": [
2325
2083
  {
2326
- "description": "Fires a custom 'change' event when the button is invoked",
2327
- "name": "change",
2328
- "inheritedFrom": {
2329
- "name": "AccordionItem",
2330
- "module": "src/accordion-item/accordion-item.ts"
2331
- }
2084
+ "name": "is-vertical",
2085
+ "type": {
2086
+ "text": "boolean"
2087
+ },
2088
+ "default": "false",
2089
+ "fieldName": "isVertical"
2090
+ },
2091
+ {
2092
+ "name": "add-default-actions",
2093
+ "type": {
2094
+ "text": "boolean"
2095
+ },
2096
+ "default": "true",
2097
+ "fieldName": "addDefaultActions"
2098
+ },
2099
+ {
2100
+ "name": "auto-close-on-action",
2101
+ "type": {
2102
+ "text": "boolean"
2103
+ },
2104
+ "default": "true",
2105
+ "fieldName": "autoCloseOnAction"
2106
+ },
2107
+ {
2108
+ "name": "name",
2109
+ "type": {
2110
+ "text": "string"
2111
+ },
2112
+ "default": "'Actions'",
2113
+ "fieldName": "name"
2114
+ },
2115
+ {
2116
+ "name": "open",
2117
+ "type": {
2118
+ "text": "boolean"
2119
+ },
2120
+ "default": "false",
2121
+ "fieldName": "open"
2122
+ },
2123
+ {
2124
+ "name": "buttonAppearance",
2125
+ "type": {
2126
+ "text": "string"
2127
+ },
2128
+ "fieldName": "buttonAppearance"
2129
+ },
2130
+ {
2131
+ "name": "hide-disabled",
2132
+ "type": {
2133
+ "text": "boolean"
2134
+ },
2135
+ "default": "false",
2136
+ "fieldName": "hideDisabled"
2137
+ },
2138
+ {
2139
+ "name": "hide-menu-single-option",
2140
+ "type": {
2141
+ "text": "boolean"
2142
+ },
2143
+ "default": "false",
2144
+ "fieldName": "hideMenuSingleOption"
2332
2145
  }
2333
- ]
2334
- },
2335
- {
2336
- "kind": "variable",
2337
- "name": "foundationAccordionItemShadowOptions",
2338
- "type": {
2339
- "text": "ShadowRootInit"
2340
- },
2341
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
2342
- },
2343
- {
2344
- "kind": "variable",
2345
- "name": "defaultAccordionItemConfig",
2346
- "type": {
2347
- "text": "object"
2146
+ ],
2147
+ "superclass": {
2148
+ "name": "FoundationElement",
2149
+ "package": "@microsoft/fast-foundation"
2348
2150
  },
2349
- "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}"
2151
+ "tagName": "%%prefix%%-actions-menu",
2152
+ "customElement": true
2350
2153
  },
2351
2154
  {
2352
2155
  "kind": "variable",
2353
- "name": "foundationAccordionItem",
2354
- "description": "The Foundation Accordion Item",
2156
+ "name": "foundationActionsMenu",
2157
+ "description": "The Foundation Actions Menu",
2355
2158
  "privacy": "public"
2356
2159
  }
2357
2160
  ],
2358
2161
  "exports": [
2359
2162
  {
2360
2163
  "kind": "js",
2361
- "name": "AccordionItem",
2164
+ "name": "ActionsMenu",
2362
2165
  "declaration": {
2363
- "name": "AccordionItem",
2364
- "module": "src/accordion-item/accordion-item.ts"
2166
+ "name": "ActionsMenu",
2167
+ "module": "src/actions-menu/actions-menu.ts"
2365
2168
  }
2366
2169
  },
2367
2170
  {
2368
2171
  "kind": "js",
2369
- "name": "foundationAccordionItemShadowOptions",
2172
+ "name": "foundationActionsMenu",
2370
2173
  "declaration": {
2371
- "name": "foundationAccordionItemShadowOptions",
2372
- "module": "src/accordion-item/accordion-item.ts"
2174
+ "name": "foundationActionsMenu",
2175
+ "module": "src/actions-menu/actions-menu.ts"
2176
+ }
2177
+ }
2178
+ ]
2179
+ },
2180
+ {
2181
+ "kind": "javascript-module",
2182
+ "path": "src/actions-menu/index.ts",
2183
+ "declarations": [],
2184
+ "exports": [
2185
+ {
2186
+ "kind": "js",
2187
+ "name": "*",
2188
+ "declaration": {
2189
+ "name": "*",
2190
+ "package": "./actions-menu.styles"
2373
2191
  }
2374
2192
  },
2375
2193
  {
2376
2194
  "kind": "js",
2377
- "name": "defaultAccordionItemConfig",
2195
+ "name": "*",
2378
2196
  "declaration": {
2379
- "name": "defaultAccordionItemConfig",
2380
- "module": "src/accordion-item/accordion-item.ts"
2197
+ "name": "*",
2198
+ "package": "./actions-menu.template"
2381
2199
  }
2382
2200
  },
2383
2201
  {
2384
2202
  "kind": "js",
2385
- "name": "foundationAccordionItem",
2203
+ "name": "*",
2386
2204
  "declaration": {
2387
- "name": "foundationAccordionItem",
2388
- "module": "src/accordion-item/accordion-item.ts"
2205
+ "name": "*",
2206
+ "package": "./actions-menu"
2389
2207
  }
2390
2208
  }
2391
2209
  ]
2392
2210
  },
2393
2211
  {
2394
2212
  "kind": "javascript-module",
2395
- "path": "src/accordion-item/index.ts",
2213
+ "path": "src/_config/index.ts",
2396
2214
  "declarations": [],
2397
2215
  "exports": [
2398
2216
  {
@@ -2400,7 +2218,7 @@
2400
2218
  "name": "*",
2401
2219
  "declaration": {
2402
2220
  "name": "*",
2403
- "package": "./accordion-item.template"
2221
+ "package": "./styles"
2404
2222
  }
2405
2223
  },
2406
2224
  {
@@ -2408,7 +2226,7 @@
2408
2226
  "name": "*",
2409
2227
  "declaration": {
2410
2228
  "name": "*",
2411
- "package": "./accordion-item.styles"
2229
+ "package": "./tokens"
2412
2230
  }
2413
2231
  },
2414
2232
  {
@@ -2416,7 +2234,7 @@
2416
2234
  "name": "*",
2417
2235
  "declaration": {
2418
2236
  "name": "*",
2419
- "package": "./accordion-item"
2237
+ "package": "./values"
2420
2238
  }
2421
2239
  }
2422
2240
  ]
@@ -2941,6 +2759,188 @@
2941
2759
  }
2942
2760
  ]
2943
2761
  },
2762
+ {
2763
+ "kind": "javascript-module",
2764
+ "path": "src/accordion/accordion.styles.ts",
2765
+ "declarations": [
2766
+ {
2767
+ "kind": "function",
2768
+ "name": "foundationAccordionStyles",
2769
+ "return": {
2770
+ "type": {
2771
+ "text": "ElementStyles"
2772
+ }
2773
+ },
2774
+ "parameters": [
2775
+ {
2776
+ "name": "context",
2777
+ "type": {
2778
+ "text": "ElementDefinitionContext"
2779
+ }
2780
+ },
2781
+ {
2782
+ "name": "definition",
2783
+ "type": {
2784
+ "text": "FoundationElementDefinition"
2785
+ }
2786
+ }
2787
+ ]
2788
+ }
2789
+ ],
2790
+ "exports": [
2791
+ {
2792
+ "kind": "js",
2793
+ "name": "foundationAccordionStyles",
2794
+ "declaration": {
2795
+ "name": "foundationAccordionStyles",
2796
+ "module": "src/accordion/accordion.styles.ts"
2797
+ }
2798
+ }
2799
+ ]
2800
+ },
2801
+ {
2802
+ "kind": "javascript-module",
2803
+ "path": "src/accordion/accordion.template.ts",
2804
+ "declarations": [
2805
+ {
2806
+ "kind": "function",
2807
+ "name": "foundationAccordionTemplate",
2808
+ "return": {
2809
+ "type": {
2810
+ "text": "ViewTemplate<Accordion>"
2811
+ }
2812
+ },
2813
+ "parameters": [
2814
+ {
2815
+ "name": "context",
2816
+ "type": {
2817
+ "text": "ElementDefinitionContext"
2818
+ }
2819
+ },
2820
+ {
2821
+ "name": "definition",
2822
+ "type": {
2823
+ "text": "FoundationElementDefinition"
2824
+ }
2825
+ }
2826
+ ]
2827
+ }
2828
+ ],
2829
+ "exports": [
2830
+ {
2831
+ "kind": "js",
2832
+ "name": "foundationAccordionTemplate",
2833
+ "declaration": {
2834
+ "name": "foundationAccordionTemplate",
2835
+ "module": "src/accordion/accordion.template.ts"
2836
+ }
2837
+ }
2838
+ ]
2839
+ },
2840
+ {
2841
+ "kind": "javascript-module",
2842
+ "path": "src/accordion/accordion.ts",
2843
+ "declarations": [
2844
+ {
2845
+ "kind": "class",
2846
+ "description": "",
2847
+ "name": "Accordion",
2848
+ "superclass": {
2849
+ "name": "FASTAccordion",
2850
+ "package": "@microsoft/fast-foundation"
2851
+ },
2852
+ "tagName": "%%prefix%%-accordion",
2853
+ "customElement": true
2854
+ },
2855
+ {
2856
+ "kind": "variable",
2857
+ "name": "foundationAccordionShadowOptions",
2858
+ "type": {
2859
+ "text": "ShadowRootInit"
2860
+ },
2861
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
2862
+ },
2863
+ {
2864
+ "kind": "variable",
2865
+ "name": "defaultAccordionConfig",
2866
+ "type": {
2867
+ "text": "object"
2868
+ },
2869
+ "default": "{}"
2870
+ },
2871
+ {
2872
+ "kind": "variable",
2873
+ "name": "foundationAccordion",
2874
+ "description": "The Foundation Accordion",
2875
+ "privacy": "public"
2876
+ }
2877
+ ],
2878
+ "exports": [
2879
+ {
2880
+ "kind": "js",
2881
+ "name": "Accordion",
2882
+ "declaration": {
2883
+ "name": "Accordion",
2884
+ "module": "src/accordion/accordion.ts"
2885
+ }
2886
+ },
2887
+ {
2888
+ "kind": "js",
2889
+ "name": "foundationAccordionShadowOptions",
2890
+ "declaration": {
2891
+ "name": "foundationAccordionShadowOptions",
2892
+ "module": "src/accordion/accordion.ts"
2893
+ }
2894
+ },
2895
+ {
2896
+ "kind": "js",
2897
+ "name": "defaultAccordionConfig",
2898
+ "declaration": {
2899
+ "name": "defaultAccordionConfig",
2900
+ "module": "src/accordion/accordion.ts"
2901
+ }
2902
+ },
2903
+ {
2904
+ "kind": "js",
2905
+ "name": "foundationAccordion",
2906
+ "declaration": {
2907
+ "name": "foundationAccordion",
2908
+ "module": "src/accordion/accordion.ts"
2909
+ }
2910
+ }
2911
+ ]
2912
+ },
2913
+ {
2914
+ "kind": "javascript-module",
2915
+ "path": "src/accordion/index.ts",
2916
+ "declarations": [],
2917
+ "exports": [
2918
+ {
2919
+ "kind": "js",
2920
+ "name": "*",
2921
+ "declaration": {
2922
+ "name": "*",
2923
+ "package": "./accordion.template"
2924
+ }
2925
+ },
2926
+ {
2927
+ "kind": "js",
2928
+ "name": "*",
2929
+ "declaration": {
2930
+ "name": "*",
2931
+ "package": "./accordion.styles"
2932
+ }
2933
+ },
2934
+ {
2935
+ "kind": "js",
2936
+ "name": "*",
2937
+ "declaration": {
2938
+ "name": "*",
2939
+ "package": "./accordion"
2940
+ }
2941
+ }
2942
+ ]
2943
+ },
2944
2944
  {
2945
2945
  "kind": "javascript-module",
2946
2946
  "path": "src/anchored-region/anchor-region.template.ts",