@genesislcap/foundation-ui 14.329.0-notifications-icon.2 → 14.329.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.
Files changed (2) hide show
  1. package/dist/custom-elements.json +626 -626
  2. package/package.json +18 -18
@@ -1257,42 +1257,11 @@
1257
1257
  },
1258
1258
  {
1259
1259
  "kind": "javascript-module",
1260
- "path": "src/_config/index.ts",
1261
- "declarations": [],
1262
- "exports": [
1263
- {
1264
- "kind": "js",
1265
- "name": "*",
1266
- "declaration": {
1267
- "name": "*",
1268
- "package": "./styles"
1269
- }
1270
- },
1271
- {
1272
- "kind": "js",
1273
- "name": "*",
1274
- "declaration": {
1275
- "name": "*",
1276
- "package": "./tokens"
1277
- }
1278
- },
1279
- {
1280
- "kind": "js",
1281
- "name": "*",
1282
- "declaration": {
1283
- "name": "*",
1284
- "package": "./values"
1285
- }
1286
- }
1287
- ]
1288
- },
1289
- {
1290
- "kind": "javascript-module",
1291
- "path": "src/actions-menu/actions-menu.styles.ts",
1260
+ "path": "src/accordion/accordion.styles.ts",
1292
1261
  "declarations": [
1293
1262
  {
1294
1263
  "kind": "function",
1295
- "name": "actionsMenuBaseStyles",
1264
+ "name": "foundationAccordionStyles",
1296
1265
  "return": {
1297
1266
  "type": {
1298
1267
  "text": "ElementStyles"
@@ -1312,13 +1281,29 @@
1312
1281
  }
1313
1282
  }
1314
1283
  ]
1315
- },
1284
+ }
1285
+ ],
1286
+ "exports": [
1287
+ {
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": [
1316
1301
  {
1317
1302
  "kind": "function",
1318
- "name": "foundationActionsMenuStyles",
1303
+ "name": "foundationAccordionTemplate",
1319
1304
  "return": {
1320
1305
  "type": {
1321
- "text": "ElementStyles"
1306
+ "text": "ViewTemplate<Accordion>"
1322
1307
  }
1323
1308
  },
1324
1309
  "parameters": [
@@ -1340,269 +1325,299 @@
1340
1325
  "exports": [
1341
1326
  {
1342
1327
  "kind": "js",
1343
- "name": "actionsMenuBaseStyles",
1344
- "declaration": {
1345
- "name": "actionsMenuBaseStyles",
1346
- "module": "src/actions-menu/actions-menu.styles.ts"
1347
- }
1348
- },
1349
- {
1350
- "kind": "js",
1351
- "name": "foundationActionsMenuStyles",
1328
+ "name": "foundationAccordionTemplate",
1352
1329
  "declaration": {
1353
- "name": "foundationActionsMenuStyles",
1354
- "module": "src/actions-menu/actions-menu.styles.ts"
1330
+ "name": "foundationAccordionTemplate",
1331
+ "module": "src/accordion/accordion.template.ts"
1355
1332
  }
1356
1333
  }
1357
1334
  ]
1358
1335
  },
1359
1336
  {
1360
1337
  "kind": "javascript-module",
1361
- "path": "src/actions-menu/actions-menu.template.ts",
1338
+ "path": "src/accordion/accordion.ts",
1362
1339
  "declarations": [
1363
1340
  {
1364
- "kind": "function",
1365
- "name": "menuTemplate",
1366
- "parameters": [
1367
- {
1368
- "name": "prefix",
1369
- "type": {
1370
- "text": "string"
1371
- }
1372
- }
1373
- ]
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
1374
1350
  },
1375
1351
  {
1376
- "kind": "function",
1377
- "name": "singleOptionTemplate",
1378
- "parameters": [
1379
- {
1380
- "name": "prefix",
1381
- "type": {
1382
- "text": "string"
1383
- }
1384
- }
1385
- ]
1352
+ "kind": "variable",
1353
+ "name": "foundationAccordionShadowOptions",
1354
+ "type": {
1355
+ "text": "ShadowRootInit"
1356
+ },
1357
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
1386
1358
  },
1387
1359
  {
1388
1360
  "kind": "variable",
1389
- "name": "foundationActionsMenuTemplate",
1361
+ "name": "defaultAccordionConfig",
1390
1362
  "type": {
1391
- "text": "ViewTemplate<ActionsMenu>"
1363
+ "text": "object"
1392
1364
  },
1393
- "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`"
1365
+ "default": "{}"
1366
+ },
1367
+ {
1368
+ "kind": "variable",
1369
+ "name": "foundationAccordion",
1370
+ "description": "The Foundation Accordion",
1371
+ "privacy": "public"
1394
1372
  }
1395
1373
  ],
1396
1374
  "exports": [
1397
1375
  {
1398
1376
  "kind": "js",
1399
- "name": "menuTemplate",
1377
+ "name": "Accordion",
1400
1378
  "declaration": {
1401
- "name": "menuTemplate",
1402
- "module": "src/actions-menu/actions-menu.template.ts"
1379
+ "name": "Accordion",
1380
+ "module": "src/accordion/accordion.ts"
1403
1381
  }
1404
1382
  },
1405
1383
  {
1406
1384
  "kind": "js",
1407
- "name": "singleOptionTemplate",
1385
+ "name": "foundationAccordionShadowOptions",
1408
1386
  "declaration": {
1409
- "name": "singleOptionTemplate",
1410
- "module": "src/actions-menu/actions-menu.template.ts"
1387
+ "name": "foundationAccordionShadowOptions",
1388
+ "module": "src/accordion/accordion.ts"
1411
1389
  }
1412
1390
  },
1413
1391
  {
1414
1392
  "kind": "js",
1415
- "name": "foundationActionsMenuTemplate",
1393
+ "name": "defaultAccordionConfig",
1416
1394
  "declaration": {
1417
- "name": "foundationActionsMenuTemplate",
1418
- "module": "src/actions-menu/actions-menu.template.ts"
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"
1419
1405
  }
1420
1406
  }
1421
1407
  ]
1422
1408
  },
1423
1409
  {
1424
1410
  "kind": "javascript-module",
1425
- "path": "src/actions-menu/actions-menu.ts",
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/accordion-item/accordion-item.styles.ts",
1426
1443
  "declarations": [
1427
1444
  {
1428
- "kind": "class",
1429
- "description": "",
1430
- "name": "ActionsMenu",
1431
- "members": [
1445
+ "kind": "function",
1446
+ "name": "foundationAccordionItemStyles",
1447
+ "return": {
1448
+ "type": {
1449
+ "text": "ElementStyles"
1450
+ }
1451
+ },
1452
+ "parameters": [
1432
1453
  {
1433
- "kind": "field",
1434
- "name": "actions",
1454
+ "name": "context",
1435
1455
  "type": {
1436
- "text": "ActionMenuItem[]"
1456
+ "text": "ElementDefinitionContext"
1437
1457
  }
1438
1458
  },
1439
1459
  {
1440
- "kind": "field",
1441
- "name": "isVertical",
1442
- "type": {
1443
- "text": "boolean"
1444
- },
1445
- "default": "false"
1446
- },
1447
- {
1448
- "kind": "field",
1449
- "name": "addDefaultActions",
1450
- "type": {
1451
- "text": "boolean"
1452
- },
1453
- "default": "true"
1454
- },
1455
- {
1456
- "kind": "field",
1457
- "name": "autoCloseOnAction",
1460
+ "name": "definition",
1458
1461
  "type": {
1459
- "text": "boolean"
1460
- },
1461
- "default": "true"
1462
- },
1462
+ "text": "FoundationElementDefinition"
1463
+ }
1464
+ }
1465
+ ]
1466
+ }
1467
+ ],
1468
+ "exports": [
1469
+ {
1470
+ "kind": "js",
1471
+ "name": "foundationAccordionItemStyles",
1472
+ "declaration": {
1473
+ "name": "foundationAccordionItemStyles",
1474
+ "module": "src/accordion-item/accordion-item.styles.ts"
1475
+ }
1476
+ }
1477
+ ]
1478
+ },
1479
+ {
1480
+ "kind": "javascript-module",
1481
+ "path": "src/accordion-item/accordion-item.template.ts",
1482
+ "declarations": [
1483
+ {
1484
+ "kind": "function",
1485
+ "name": "foundationAccordionItemTemplate",
1486
+ "return": {
1487
+ "type": {
1488
+ "text": "ViewTemplate<AccordionItem>"
1489
+ }
1490
+ },
1491
+ "parameters": [
1463
1492
  {
1464
- "kind": "field",
1465
- "name": "classNames",
1493
+ "name": "context",
1466
1494
  "type": {
1467
- "text": "string"
1495
+ "text": "ElementDefinitionContext"
1468
1496
  }
1469
1497
  },
1470
1498
  {
1471
- "kind": "field",
1472
1499
  "name": "definition",
1473
1500
  "type": {
1474
- "text": "any"
1501
+ "text": "FoundationElementDefinition"
1475
1502
  }
1476
- },
1503
+ }
1504
+ ]
1505
+ }
1506
+ ],
1507
+ "exports": [
1508
+ {
1509
+ "kind": "js",
1510
+ "name": "foundationAccordionItemTemplate",
1511
+ "declaration": {
1512
+ "name": "foundationAccordionItemTemplate",
1513
+ "module": "src/accordion-item/accordion-item.template.ts"
1514
+ }
1515
+ }
1516
+ ]
1517
+ },
1518
+ {
1519
+ "kind": "javascript-module",
1520
+ "path": "src/accordion-item/accordion-item.ts",
1521
+ "declarations": [
1522
+ {
1523
+ "kind": "class",
1524
+ "description": "",
1525
+ "name": "AccordionItem",
1526
+ "superclass": {
1527
+ "name": "FASTAccordionItem",
1528
+ "package": "@microsoft/fast-components"
1529
+ },
1530
+ "tagName": "%%prefix%%-accordion-item",
1531
+ "customElement": true,
1532
+ "attributes": [
1477
1533
  {
1478
- "kind": "field",
1479
- "name": "name",
1534
+ "name": "heading-level",
1480
1535
  "type": {
1481
- "text": "string"
1536
+ "text": "1 | 2 | 3 | 4 | 5 | 6"
1482
1537
  },
1483
- "default": "'Actions'"
1538
+ "default": "2",
1539
+ "description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
1540
+ "fieldName": "headinglevel",
1541
+ "inheritedFrom": {
1542
+ "name": "AccordionItem",
1543
+ "module": "src/accordion-item/accordion-item.ts"
1544
+ }
1484
1545
  },
1485
1546
  {
1486
- "kind": "field",
1487
- "name": "open",
1488
1547
  "type": {
1489
1548
  "text": "boolean"
1490
1549
  },
1491
- "default": "false"
1550
+ "default": "false",
1551
+ "description": "Expands or collapses the item.",
1552
+ "fieldName": "expanded",
1553
+ "inheritedFrom": {
1554
+ "name": "AccordionItem",
1555
+ "module": "src/accordion-item/accordion-item.ts"
1556
+ }
1492
1557
  },
1493
1558
  {
1494
- "kind": "field",
1495
- "name": "buttonAppearance",
1559
+ "name": "id",
1496
1560
  "type": {
1497
1561
  "text": "string"
1562
+ },
1563
+ "description": "The item ID",
1564
+ "fieldName": "id",
1565
+ "inheritedFrom": {
1566
+ "name": "AccordionItem",
1567
+ "module": "src/accordion-item/accordion-item.ts"
1498
1568
  }
1499
- },
1569
+ }
1570
+ ],
1571
+ "members": [
1500
1572
  {
1501
1573
  "kind": "field",
1502
- "name": "hideDisabled",
1574
+ "name": "headinglevel",
1503
1575
  "type": {
1504
- "text": "boolean"
1576
+ "text": "1 | 2 | 3 | 4 | 5 | 6"
1505
1577
  },
1506
- "default": "false"
1578
+ "privacy": "public",
1579
+ "default": "2",
1580
+ "description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
1581
+ "inheritedFrom": {
1582
+ "name": "AccordionItem",
1583
+ "module": "src/accordion-item/accordion-item.ts"
1584
+ }
1507
1585
  },
1508
1586
  {
1509
1587
  "kind": "field",
1510
- "name": "hideMenuSingleOption",
1588
+ "name": "expanded",
1511
1589
  "type": {
1512
1590
  "text": "boolean"
1513
1591
  },
1514
- "default": "false"
1515
- },
1516
- {
1517
- "kind": "field",
1518
- "name": "singleOption",
1519
- "type": {
1520
- "text": "ActionMenuItem"
1521
- }
1522
- },
1523
- {
1524
- "kind": "field",
1525
- "name": "actionsMenu",
1526
- "type": {
1527
- "text": "HTMLElement"
1592
+ "privacy": "public",
1593
+ "default": "false",
1594
+ "description": "Expands or collapses the item.",
1595
+ "inheritedFrom": {
1596
+ "name": "AccordionItem",
1597
+ "module": "src/accordion-item/accordion-item.ts"
1528
1598
  }
1529
1599
  },
1530
- {
1531
- "kind": "method",
1532
- "name": "definitionChanged",
1533
- "privacy": "protected",
1534
- "parameters": [
1535
- {
1536
- "name": "oldValue",
1537
- "type": {
1538
- "text": "any"
1539
- }
1540
- },
1541
- {
1542
- "name": "newValue",
1543
- "type": {
1544
- "text": "any"
1545
- }
1546
- }
1547
- ]
1548
- },
1549
- {
1550
- "kind": "method",
1551
- "name": "openChanged",
1552
- "privacy": "protected"
1553
- },
1554
- {
1555
- "kind": "method",
1556
- "name": "toggleActionsMenuVisibility"
1557
- },
1558
- {
1559
- "kind": "method",
1560
- "name": "onActionMenuItemClick",
1561
- "parameters": [
1562
- {
1563
- "name": "callback",
1564
- "type": {
1565
- "text": "(rowData) => void | any"
1566
- }
1567
- }
1568
- ]
1569
- },
1570
1600
  {
1571
1601
  "kind": "field",
1572
- "name": "allActions",
1602
+ "name": "id",
1573
1603
  "type": {
1574
- "text": "ActionMenuItem[]"
1604
+ "text": "string"
1575
1605
  },
1576
- "readonly": true
1606
+ "privacy": "public",
1607
+ "description": "The item ID",
1608
+ "inheritedFrom": {
1609
+ "name": "AccordionItem",
1610
+ "module": "src/accordion-item/accordion-item.ts"
1611
+ }
1577
1612
  },
1578
1613
  {
1579
1614
  "kind": "field",
1580
- "name": "rowData",
1581
- "readonly": true
1582
- },
1583
- {
1584
- "kind": "method",
1585
- "name": "getLabel",
1586
- "parameters": [
1587
- {
1588
- "name": "name",
1589
- "type": {
1590
- "text": "string | ((rowData: any) => string)"
1591
- }
1592
- }
1593
- ]
1594
- },
1595
- {
1596
- "kind": "method",
1597
- "name": "getTemplate",
1598
- "parameters": [
1599
- {
1600
- "name": "prefix",
1601
- "type": {
1602
- "text": "string"
1603
- }
1604
- }
1605
- ]
1615
+ "name": "change",
1616
+ "privacy": "private",
1617
+ "inheritedFrom": {
1618
+ "name": "AccordionItem",
1619
+ "module": "src/accordion-item/accordion-item.ts"
1620
+ }
1606
1621
  },
1607
1622
  {
1608
1623
  "kind": "field",
@@ -1716,107 +1731,78 @@
1716
1731
  }
1717
1732
  }
1718
1733
  ],
1719
- "attributes": [
1720
- {
1721
- "name": "is-vertical",
1722
- "type": {
1723
- "text": "boolean"
1724
- },
1725
- "default": "false",
1726
- "fieldName": "isVertical"
1727
- },
1728
- {
1729
- "name": "add-default-actions",
1730
- "type": {
1731
- "text": "boolean"
1732
- },
1733
- "default": "true",
1734
- "fieldName": "addDefaultActions"
1735
- },
1736
- {
1737
- "name": "auto-close-on-action",
1738
- "type": {
1739
- "text": "boolean"
1740
- },
1741
- "default": "true",
1742
- "fieldName": "autoCloseOnAction"
1743
- },
1744
- {
1745
- "name": "name",
1746
- "type": {
1747
- "text": "string"
1748
- },
1749
- "default": "'Actions'",
1750
- "fieldName": "name"
1751
- },
1752
- {
1753
- "name": "open",
1754
- "type": {
1755
- "text": "boolean"
1756
- },
1757
- "default": "false",
1758
- "fieldName": "open"
1759
- },
1760
- {
1761
- "name": "buttonAppearance",
1762
- "type": {
1763
- "text": "string"
1764
- },
1765
- "fieldName": "buttonAppearance"
1766
- },
1767
- {
1768
- "name": "hide-disabled",
1769
- "type": {
1770
- "text": "boolean"
1771
- },
1772
- "default": "false",
1773
- "fieldName": "hideDisabled"
1774
- },
1734
+ "events": [
1775
1735
  {
1776
- "name": "hide-menu-single-option",
1777
- "type": {
1778
- "text": "boolean"
1779
- },
1780
- "default": "false",
1781
- "fieldName": "hideMenuSingleOption"
1736
+ "description": "Fires a custom 'change' event when the button is invoked",
1737
+ "name": "change",
1738
+ "inheritedFrom": {
1739
+ "name": "AccordionItem",
1740
+ "module": "src/accordion-item/accordion-item.ts"
1741
+ }
1782
1742
  }
1783
- ],
1784
- "superclass": {
1785
- "name": "FoundationElement",
1786
- "package": "@microsoft/fast-foundation"
1743
+ ]
1744
+ },
1745
+ {
1746
+ "kind": "variable",
1747
+ "name": "foundationAccordionItemShadowOptions",
1748
+ "type": {
1749
+ "text": "ShadowRootInit"
1787
1750
  },
1788
- "tagName": "%%prefix%%-actions-menu",
1789
- "customElement": true
1751
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
1790
1752
  },
1791
1753
  {
1792
1754
  "kind": "variable",
1793
- "name": "foundationActionsMenu",
1794
- "description": "The Foundation Actions Menu",
1755
+ "name": "defaultAccordionItemConfig",
1756
+ "type": {
1757
+ "text": "object"
1758
+ },
1759
+ "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}"
1760
+ },
1761
+ {
1762
+ "kind": "variable",
1763
+ "name": "foundationAccordionItem",
1764
+ "description": "The Foundation Accordion Item",
1795
1765
  "privacy": "public"
1796
1766
  }
1797
1767
  ],
1798
1768
  "exports": [
1799
1769
  {
1800
1770
  "kind": "js",
1801
- "name": "ActionsMenu",
1771
+ "name": "AccordionItem",
1802
1772
  "declaration": {
1803
- "name": "ActionsMenu",
1804
- "module": "src/actions-menu/actions-menu.ts"
1773
+ "name": "AccordionItem",
1774
+ "module": "src/accordion-item/accordion-item.ts"
1805
1775
  }
1806
1776
  },
1807
1777
  {
1808
1778
  "kind": "js",
1809
- "name": "foundationActionsMenu",
1779
+ "name": "foundationAccordionItemShadowOptions",
1810
1780
  "declaration": {
1811
- "name": "foundationActionsMenu",
1812
- "module": "src/actions-menu/actions-menu.ts"
1781
+ "name": "foundationAccordionItemShadowOptions",
1782
+ "module": "src/accordion-item/accordion-item.ts"
1783
+ }
1784
+ },
1785
+ {
1786
+ "kind": "js",
1787
+ "name": "defaultAccordionItemConfig",
1788
+ "declaration": {
1789
+ "name": "defaultAccordionItemConfig",
1790
+ "module": "src/accordion-item/accordion-item.ts"
1791
+ }
1792
+ },
1793
+ {
1794
+ "kind": "js",
1795
+ "name": "foundationAccordionItem",
1796
+ "declaration": {
1797
+ "name": "foundationAccordionItem",
1798
+ "module": "src/accordion-item/accordion-item.ts"
1813
1799
  }
1814
1800
  }
1815
1801
  ]
1816
1802
  },
1817
1803
  {
1818
1804
  "kind": "javascript-module",
1819
- "path": "src/actions-menu/index.ts",
1805
+ "path": "src/accordion-item/index.ts",
1820
1806
  "declarations": [],
1821
1807
  "exports": [
1822
1808
  {
@@ -1824,7 +1810,7 @@
1824
1810
  "name": "*",
1825
1811
  "declaration": {
1826
1812
  "name": "*",
1827
- "package": "./actions-menu.styles"
1813
+ "package": "./accordion-item.template"
1828
1814
  }
1829
1815
  },
1830
1816
  {
@@ -1832,7 +1818,7 @@
1832
1818
  "name": "*",
1833
1819
  "declaration": {
1834
1820
  "name": "*",
1835
- "package": "./actions-menu.template"
1821
+ "package": "./accordion-item.styles"
1836
1822
  }
1837
1823
  },
1838
1824
  {
@@ -1840,18 +1826,72 @@
1840
1826
  "name": "*",
1841
1827
  "declaration": {
1842
1828
  "name": "*",
1843
- "package": "./actions-menu"
1829
+ "package": "./accordion-item"
1844
1830
  }
1845
1831
  }
1846
1832
  ]
1847
1833
  },
1848
1834
  {
1849
1835
  "kind": "javascript-module",
1850
- "path": "src/accordion-item/accordion-item.styles.ts",
1836
+ "path": "src/_config/index.ts",
1837
+ "declarations": [],
1838
+ "exports": [
1839
+ {
1840
+ "kind": "js",
1841
+ "name": "*",
1842
+ "declaration": {
1843
+ "name": "*",
1844
+ "package": "./styles"
1845
+ }
1846
+ },
1847
+ {
1848
+ "kind": "js",
1849
+ "name": "*",
1850
+ "declaration": {
1851
+ "name": "*",
1852
+ "package": "./tokens"
1853
+ }
1854
+ },
1855
+ {
1856
+ "kind": "js",
1857
+ "name": "*",
1858
+ "declaration": {
1859
+ "name": "*",
1860
+ "package": "./values"
1861
+ }
1862
+ }
1863
+ ]
1864
+ },
1865
+ {
1866
+ "kind": "javascript-module",
1867
+ "path": "src/actions-menu/actions-menu.styles.ts",
1851
1868
  "declarations": [
1852
1869
  {
1853
1870
  "kind": "function",
1854
- "name": "foundationAccordionItemStyles",
1871
+ "name": "actionsMenuBaseStyles",
1872
+ "return": {
1873
+ "type": {
1874
+ "text": "ElementStyles"
1875
+ }
1876
+ },
1877
+ "parameters": [
1878
+ {
1879
+ "name": "context",
1880
+ "type": {
1881
+ "text": "ElementDefinitionContext"
1882
+ }
1883
+ },
1884
+ {
1885
+ "name": "definition",
1886
+ "type": {
1887
+ "text": "FoundationElementDefinition"
1888
+ }
1889
+ }
1890
+ ]
1891
+ },
1892
+ {
1893
+ "kind": "function",
1894
+ "name": "foundationActionsMenuStyles",
1855
1895
  "return": {
1856
1896
  "type": {
1857
1897
  "text": "ElementStyles"
@@ -1876,157 +1916,270 @@
1876
1916
  "exports": [
1877
1917
  {
1878
1918
  "kind": "js",
1879
- "name": "foundationAccordionItemStyles",
1919
+ "name": "actionsMenuBaseStyles",
1880
1920
  "declaration": {
1881
- "name": "foundationAccordionItemStyles",
1882
- "module": "src/accordion-item/accordion-item.styles.ts"
1921
+ "name": "actionsMenuBaseStyles",
1922
+ "module": "src/actions-menu/actions-menu.styles.ts"
1923
+ }
1924
+ },
1925
+ {
1926
+ "kind": "js",
1927
+ "name": "foundationActionsMenuStyles",
1928
+ "declaration": {
1929
+ "name": "foundationActionsMenuStyles",
1930
+ "module": "src/actions-menu/actions-menu.styles.ts"
1883
1931
  }
1884
1932
  }
1885
1933
  ]
1886
1934
  },
1887
1935
  {
1888
1936
  "kind": "javascript-module",
1889
- "path": "src/accordion-item/accordion-item.template.ts",
1937
+ "path": "src/actions-menu/actions-menu.template.ts",
1890
1938
  "declarations": [
1891
1939
  {
1892
1940
  "kind": "function",
1893
- "name": "foundationAccordionItemTemplate",
1894
- "return": {
1895
- "type": {
1896
- "text": "ViewTemplate<AccordionItem>"
1941
+ "name": "menuTemplate",
1942
+ "parameters": [
1943
+ {
1944
+ "name": "prefix",
1945
+ "type": {
1946
+ "text": "string"
1947
+ }
1897
1948
  }
1898
- },
1949
+ ]
1950
+ },
1951
+ {
1952
+ "kind": "function",
1953
+ "name": "singleOptionTemplate",
1899
1954
  "parameters": [
1900
1955
  {
1901
- "name": "context",
1956
+ "name": "prefix",
1957
+ "type": {
1958
+ "text": "string"
1959
+ }
1960
+ }
1961
+ ]
1962
+ },
1963
+ {
1964
+ "kind": "variable",
1965
+ "name": "foundationActionsMenuTemplate",
1966
+ "type": {
1967
+ "text": "ViewTemplate<ActionsMenu>"
1968
+ },
1969
+ "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`"
1970
+ }
1971
+ ],
1972
+ "exports": [
1973
+ {
1974
+ "kind": "js",
1975
+ "name": "menuTemplate",
1976
+ "declaration": {
1977
+ "name": "menuTemplate",
1978
+ "module": "src/actions-menu/actions-menu.template.ts"
1979
+ }
1980
+ },
1981
+ {
1982
+ "kind": "js",
1983
+ "name": "singleOptionTemplate",
1984
+ "declaration": {
1985
+ "name": "singleOptionTemplate",
1986
+ "module": "src/actions-menu/actions-menu.template.ts"
1987
+ }
1988
+ },
1989
+ {
1990
+ "kind": "js",
1991
+ "name": "foundationActionsMenuTemplate",
1992
+ "declaration": {
1993
+ "name": "foundationActionsMenuTemplate",
1994
+ "module": "src/actions-menu/actions-menu.template.ts"
1995
+ }
1996
+ }
1997
+ ]
1998
+ },
1999
+ {
2000
+ "kind": "javascript-module",
2001
+ "path": "src/actions-menu/actions-menu.ts",
2002
+ "declarations": [
2003
+ {
2004
+ "kind": "class",
2005
+ "description": "",
2006
+ "name": "ActionsMenu",
2007
+ "members": [
2008
+ {
2009
+ "kind": "field",
2010
+ "name": "actions",
2011
+ "type": {
2012
+ "text": "ActionMenuItem[]"
2013
+ }
2014
+ },
2015
+ {
2016
+ "kind": "field",
2017
+ "name": "isVertical",
2018
+ "type": {
2019
+ "text": "boolean"
2020
+ },
2021
+ "default": "false"
2022
+ },
2023
+ {
2024
+ "kind": "field",
2025
+ "name": "addDefaultActions",
2026
+ "type": {
2027
+ "text": "boolean"
2028
+ },
2029
+ "default": "true"
2030
+ },
2031
+ {
2032
+ "kind": "field",
2033
+ "name": "autoCloseOnAction",
2034
+ "type": {
2035
+ "text": "boolean"
2036
+ },
2037
+ "default": "true"
2038
+ },
2039
+ {
2040
+ "kind": "field",
2041
+ "name": "classNames",
1902
2042
  "type": {
1903
- "text": "ElementDefinitionContext"
2043
+ "text": "string"
1904
2044
  }
1905
2045
  },
1906
2046
  {
2047
+ "kind": "field",
1907
2048
  "name": "definition",
1908
2049
  "type": {
1909
- "text": "FoundationElementDefinition"
2050
+ "text": "any"
1910
2051
  }
1911
- }
1912
- ]
1913
- }
1914
- ],
1915
- "exports": [
1916
- {
1917
- "kind": "js",
1918
- "name": "foundationAccordionItemTemplate",
1919
- "declaration": {
1920
- "name": "foundationAccordionItemTemplate",
1921
- "module": "src/accordion-item/accordion-item.template.ts"
1922
- }
1923
- }
1924
- ]
1925
- },
1926
- {
1927
- "kind": "javascript-module",
1928
- "path": "src/accordion-item/accordion-item.ts",
1929
- "declarations": [
1930
- {
1931
- "kind": "class",
1932
- "description": "",
1933
- "name": "AccordionItem",
1934
- "superclass": {
1935
- "name": "FASTAccordionItem",
1936
- "package": "@microsoft/fast-components"
1937
- },
1938
- "tagName": "%%prefix%%-accordion-item",
1939
- "customElement": true,
1940
- "attributes": [
2052
+ },
1941
2053
  {
1942
- "name": "heading-level",
2054
+ "kind": "field",
2055
+ "name": "name",
1943
2056
  "type": {
1944
- "text": "1 | 2 | 3 | 4 | 5 | 6"
2057
+ "text": "string"
1945
2058
  },
1946
- "default": "2",
1947
- "description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
1948
- "fieldName": "headinglevel",
1949
- "inheritedFrom": {
1950
- "name": "AccordionItem",
1951
- "module": "src/accordion-item/accordion-item.ts"
1952
- }
2059
+ "default": "'Actions'"
1953
2060
  },
1954
2061
  {
2062
+ "kind": "field",
2063
+ "name": "open",
1955
2064
  "type": {
1956
2065
  "text": "boolean"
1957
2066
  },
1958
- "default": "false",
1959
- "description": "Expands or collapses the item.",
1960
- "fieldName": "expanded",
1961
- "inheritedFrom": {
1962
- "name": "AccordionItem",
1963
- "module": "src/accordion-item/accordion-item.ts"
1964
- }
2067
+ "default": "false"
1965
2068
  },
1966
2069
  {
1967
- "name": "id",
2070
+ "kind": "field",
2071
+ "name": "buttonAppearance",
1968
2072
  "type": {
1969
2073
  "text": "string"
1970
- },
1971
- "description": "The item ID",
1972
- "fieldName": "id",
1973
- "inheritedFrom": {
1974
- "name": "AccordionItem",
1975
- "module": "src/accordion-item/accordion-item.ts"
1976
2074
  }
1977
- }
1978
- ],
1979
- "members": [
2075
+ },
1980
2076
  {
1981
2077
  "kind": "field",
1982
- "name": "headinglevel",
2078
+ "name": "hideDisabled",
1983
2079
  "type": {
1984
- "text": "1 | 2 | 3 | 4 | 5 | 6"
2080
+ "text": "boolean"
1985
2081
  },
1986
- "privacy": "public",
1987
- "default": "2",
1988
- "description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
1989
- "inheritedFrom": {
1990
- "name": "AccordionItem",
1991
- "module": "src/accordion-item/accordion-item.ts"
1992
- }
2082
+ "default": "false"
1993
2083
  },
1994
2084
  {
1995
2085
  "kind": "field",
1996
- "name": "expanded",
2086
+ "name": "hideMenuSingleOption",
1997
2087
  "type": {
1998
2088
  "text": "boolean"
1999
2089
  },
2000
- "privacy": "public",
2001
- "default": "false",
2002
- "description": "Expands or collapses the item.",
2003
- "inheritedFrom": {
2004
- "name": "AccordionItem",
2005
- "module": "src/accordion-item/accordion-item.ts"
2006
- }
2090
+ "default": "false"
2007
2091
  },
2008
2092
  {
2009
2093
  "kind": "field",
2010
- "name": "id",
2094
+ "name": "singleOption",
2011
2095
  "type": {
2012
- "text": "string"
2013
- },
2014
- "privacy": "public",
2015
- "description": "The item ID",
2016
- "inheritedFrom": {
2017
- "name": "AccordionItem",
2018
- "module": "src/accordion-item/accordion-item.ts"
2096
+ "text": "ActionMenuItem"
2019
2097
  }
2020
2098
  },
2021
2099
  {
2022
2100
  "kind": "field",
2023
- "name": "change",
2024
- "privacy": "private",
2025
- "inheritedFrom": {
2026
- "name": "AccordionItem",
2027
- "module": "src/accordion-item/accordion-item.ts"
2101
+ "name": "actionsMenu",
2102
+ "type": {
2103
+ "text": "HTMLElement"
2028
2104
  }
2029
2105
  },
2106
+ {
2107
+ "kind": "method",
2108
+ "name": "definitionChanged",
2109
+ "privacy": "protected",
2110
+ "parameters": [
2111
+ {
2112
+ "name": "oldValue",
2113
+ "type": {
2114
+ "text": "any"
2115
+ }
2116
+ },
2117
+ {
2118
+ "name": "newValue",
2119
+ "type": {
2120
+ "text": "any"
2121
+ }
2122
+ }
2123
+ ]
2124
+ },
2125
+ {
2126
+ "kind": "method",
2127
+ "name": "openChanged",
2128
+ "privacy": "protected"
2129
+ },
2130
+ {
2131
+ "kind": "method",
2132
+ "name": "toggleActionsMenuVisibility"
2133
+ },
2134
+ {
2135
+ "kind": "method",
2136
+ "name": "onActionMenuItemClick",
2137
+ "parameters": [
2138
+ {
2139
+ "name": "callback",
2140
+ "type": {
2141
+ "text": "(rowData) => void | any"
2142
+ }
2143
+ }
2144
+ ]
2145
+ },
2146
+ {
2147
+ "kind": "field",
2148
+ "name": "allActions",
2149
+ "type": {
2150
+ "text": "ActionMenuItem[]"
2151
+ },
2152
+ "readonly": true
2153
+ },
2154
+ {
2155
+ "kind": "field",
2156
+ "name": "rowData",
2157
+ "readonly": true
2158
+ },
2159
+ {
2160
+ "kind": "method",
2161
+ "name": "getLabel",
2162
+ "parameters": [
2163
+ {
2164
+ "name": "name",
2165
+ "type": {
2166
+ "text": "string | ((rowData: any) => string)"
2167
+ }
2168
+ }
2169
+ ]
2170
+ },
2171
+ {
2172
+ "kind": "method",
2173
+ "name": "getTemplate",
2174
+ "parameters": [
2175
+ {
2176
+ "name": "prefix",
2177
+ "type": {
2178
+ "text": "string"
2179
+ }
2180
+ }
2181
+ ]
2182
+ },
2030
2183
  {
2031
2184
  "kind": "field",
2032
2185
  "name": "_presentation",
@@ -2139,78 +2292,107 @@
2139
2292
  }
2140
2293
  }
2141
2294
  ],
2142
- "events": [
2295
+ "attributes": [
2296
+ {
2297
+ "name": "is-vertical",
2298
+ "type": {
2299
+ "text": "boolean"
2300
+ },
2301
+ "default": "false",
2302
+ "fieldName": "isVertical"
2303
+ },
2304
+ {
2305
+ "name": "add-default-actions",
2306
+ "type": {
2307
+ "text": "boolean"
2308
+ },
2309
+ "default": "true",
2310
+ "fieldName": "addDefaultActions"
2311
+ },
2312
+ {
2313
+ "name": "auto-close-on-action",
2314
+ "type": {
2315
+ "text": "boolean"
2316
+ },
2317
+ "default": "true",
2318
+ "fieldName": "autoCloseOnAction"
2319
+ },
2320
+ {
2321
+ "name": "name",
2322
+ "type": {
2323
+ "text": "string"
2324
+ },
2325
+ "default": "'Actions'",
2326
+ "fieldName": "name"
2327
+ },
2328
+ {
2329
+ "name": "open",
2330
+ "type": {
2331
+ "text": "boolean"
2332
+ },
2333
+ "default": "false",
2334
+ "fieldName": "open"
2335
+ },
2336
+ {
2337
+ "name": "buttonAppearance",
2338
+ "type": {
2339
+ "text": "string"
2340
+ },
2341
+ "fieldName": "buttonAppearance"
2342
+ },
2343
+ {
2344
+ "name": "hide-disabled",
2345
+ "type": {
2346
+ "text": "boolean"
2347
+ },
2348
+ "default": "false",
2349
+ "fieldName": "hideDisabled"
2350
+ },
2143
2351
  {
2144
- "description": "Fires a custom 'change' event when the button is invoked",
2145
- "name": "change",
2146
- "inheritedFrom": {
2147
- "name": "AccordionItem",
2148
- "module": "src/accordion-item/accordion-item.ts"
2149
- }
2352
+ "name": "hide-menu-single-option",
2353
+ "type": {
2354
+ "text": "boolean"
2355
+ },
2356
+ "default": "false",
2357
+ "fieldName": "hideMenuSingleOption"
2150
2358
  }
2151
- ]
2152
- },
2153
- {
2154
- "kind": "variable",
2155
- "name": "foundationAccordionItemShadowOptions",
2156
- "type": {
2157
- "text": "ShadowRootInit"
2158
- },
2159
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
2160
- },
2161
- {
2162
- "kind": "variable",
2163
- "name": "defaultAccordionItemConfig",
2164
- "type": {
2165
- "text": "object"
2359
+ ],
2360
+ "superclass": {
2361
+ "name": "FoundationElement",
2362
+ "package": "@microsoft/fast-foundation"
2166
2363
  },
2167
- "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}"
2364
+ "tagName": "%%prefix%%-actions-menu",
2365
+ "customElement": true
2168
2366
  },
2169
2367
  {
2170
2368
  "kind": "variable",
2171
- "name": "foundationAccordionItem",
2172
- "description": "The Foundation Accordion Item",
2369
+ "name": "foundationActionsMenu",
2370
+ "description": "The Foundation Actions Menu",
2173
2371
  "privacy": "public"
2174
2372
  }
2175
2373
  ],
2176
2374
  "exports": [
2177
2375
  {
2178
2376
  "kind": "js",
2179
- "name": "AccordionItem",
2180
- "declaration": {
2181
- "name": "AccordionItem",
2182
- "module": "src/accordion-item/accordion-item.ts"
2183
- }
2184
- },
2185
- {
2186
- "kind": "js",
2187
- "name": "foundationAccordionItemShadowOptions",
2188
- "declaration": {
2189
- "name": "foundationAccordionItemShadowOptions",
2190
- "module": "src/accordion-item/accordion-item.ts"
2191
- }
2192
- },
2193
- {
2194
- "kind": "js",
2195
- "name": "defaultAccordionItemConfig",
2377
+ "name": "ActionsMenu",
2196
2378
  "declaration": {
2197
- "name": "defaultAccordionItemConfig",
2198
- "module": "src/accordion-item/accordion-item.ts"
2379
+ "name": "ActionsMenu",
2380
+ "module": "src/actions-menu/actions-menu.ts"
2199
2381
  }
2200
2382
  },
2201
2383
  {
2202
2384
  "kind": "js",
2203
- "name": "foundationAccordionItem",
2385
+ "name": "foundationActionsMenu",
2204
2386
  "declaration": {
2205
- "name": "foundationAccordionItem",
2206
- "module": "src/accordion-item/accordion-item.ts"
2387
+ "name": "foundationActionsMenu",
2388
+ "module": "src/actions-menu/actions-menu.ts"
2207
2389
  }
2208
2390
  }
2209
2391
  ]
2210
2392
  },
2211
2393
  {
2212
2394
  "kind": "javascript-module",
2213
- "path": "src/accordion-item/index.ts",
2395
+ "path": "src/actions-menu/index.ts",
2214
2396
  "declarations": [],
2215
2397
  "exports": [
2216
2398
  {
@@ -2218,7 +2400,7 @@
2218
2400
  "name": "*",
2219
2401
  "declaration": {
2220
2402
  "name": "*",
2221
- "package": "./accordion-item.template"
2403
+ "package": "./actions-menu.styles"
2222
2404
  }
2223
2405
  },
2224
2406
  {
@@ -2226,7 +2408,7 @@
2226
2408
  "name": "*",
2227
2409
  "declaration": {
2228
2410
  "name": "*",
2229
- "package": "./accordion-item.styles"
2411
+ "package": "./actions-menu.template"
2230
2412
  }
2231
2413
  },
2232
2414
  {
@@ -2234,7 +2416,7 @@
2234
2416
  "name": "*",
2235
2417
  "declaration": {
2236
2418
  "name": "*",
2237
- "package": "./accordion-item"
2419
+ "package": "./actions-menu"
2238
2420
  }
2239
2421
  }
2240
2422
  ]
@@ -4349,188 +4531,6 @@
4349
4531
  }
4350
4532
  ]
4351
4533
  },
4352
- {
4353
- "kind": "javascript-module",
4354
- "path": "src/accordion/accordion.styles.ts",
4355
- "declarations": [
4356
- {
4357
- "kind": "function",
4358
- "name": "foundationAccordionStyles",
4359
- "return": {
4360
- "type": {
4361
- "text": "ElementStyles"
4362
- }
4363
- },
4364
- "parameters": [
4365
- {
4366
- "name": "context",
4367
- "type": {
4368
- "text": "ElementDefinitionContext"
4369
- }
4370
- },
4371
- {
4372
- "name": "definition",
4373
- "type": {
4374
- "text": "FoundationElementDefinition"
4375
- }
4376
- }
4377
- ]
4378
- }
4379
- ],
4380
- "exports": [
4381
- {
4382
- "kind": "js",
4383
- "name": "foundationAccordionStyles",
4384
- "declaration": {
4385
- "name": "foundationAccordionStyles",
4386
- "module": "src/accordion/accordion.styles.ts"
4387
- }
4388
- }
4389
- ]
4390
- },
4391
- {
4392
- "kind": "javascript-module",
4393
- "path": "src/accordion/accordion.template.ts",
4394
- "declarations": [
4395
- {
4396
- "kind": "function",
4397
- "name": "foundationAccordionTemplate",
4398
- "return": {
4399
- "type": {
4400
- "text": "ViewTemplate<Accordion>"
4401
- }
4402
- },
4403
- "parameters": [
4404
- {
4405
- "name": "context",
4406
- "type": {
4407
- "text": "ElementDefinitionContext"
4408
- }
4409
- },
4410
- {
4411
- "name": "definition",
4412
- "type": {
4413
- "text": "FoundationElementDefinition"
4414
- }
4415
- }
4416
- ]
4417
- }
4418
- ],
4419
- "exports": [
4420
- {
4421
- "kind": "js",
4422
- "name": "foundationAccordionTemplate",
4423
- "declaration": {
4424
- "name": "foundationAccordionTemplate",
4425
- "module": "src/accordion/accordion.template.ts"
4426
- }
4427
- }
4428
- ]
4429
- },
4430
- {
4431
- "kind": "javascript-module",
4432
- "path": "src/accordion/accordion.ts",
4433
- "declarations": [
4434
- {
4435
- "kind": "class",
4436
- "description": "",
4437
- "name": "Accordion",
4438
- "superclass": {
4439
- "name": "FASTAccordion",
4440
- "package": "@microsoft/fast-foundation"
4441
- },
4442
- "tagName": "%%prefix%%-accordion",
4443
- "customElement": true
4444
- },
4445
- {
4446
- "kind": "variable",
4447
- "name": "foundationAccordionShadowOptions",
4448
- "type": {
4449
- "text": "ShadowRootInit"
4450
- },
4451
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
4452
- },
4453
- {
4454
- "kind": "variable",
4455
- "name": "defaultAccordionConfig",
4456
- "type": {
4457
- "text": "object"
4458
- },
4459
- "default": "{}"
4460
- },
4461
- {
4462
- "kind": "variable",
4463
- "name": "foundationAccordion",
4464
- "description": "The Foundation Accordion",
4465
- "privacy": "public"
4466
- }
4467
- ],
4468
- "exports": [
4469
- {
4470
- "kind": "js",
4471
- "name": "Accordion",
4472
- "declaration": {
4473
- "name": "Accordion",
4474
- "module": "src/accordion/accordion.ts"
4475
- }
4476
- },
4477
- {
4478
- "kind": "js",
4479
- "name": "foundationAccordionShadowOptions",
4480
- "declaration": {
4481
- "name": "foundationAccordionShadowOptions",
4482
- "module": "src/accordion/accordion.ts"
4483
- }
4484
- },
4485
- {
4486
- "kind": "js",
4487
- "name": "defaultAccordionConfig",
4488
- "declaration": {
4489
- "name": "defaultAccordionConfig",
4490
- "module": "src/accordion/accordion.ts"
4491
- }
4492
- },
4493
- {
4494
- "kind": "js",
4495
- "name": "foundationAccordion",
4496
- "declaration": {
4497
- "name": "foundationAccordion",
4498
- "module": "src/accordion/accordion.ts"
4499
- }
4500
- }
4501
- ]
4502
- },
4503
- {
4504
- "kind": "javascript-module",
4505
- "path": "src/accordion/index.ts",
4506
- "declarations": [],
4507
- "exports": [
4508
- {
4509
- "kind": "js",
4510
- "name": "*",
4511
- "declaration": {
4512
- "name": "*",
4513
- "package": "./accordion.template"
4514
- }
4515
- },
4516
- {
4517
- "kind": "js",
4518
- "name": "*",
4519
- "declaration": {
4520
- "name": "*",
4521
- "package": "./accordion.styles"
4522
- }
4523
- },
4524
- {
4525
- "kind": "js",
4526
- "name": "*",
4527
- "declaration": {
4528
- "name": "*",
4529
- "package": "./accordion"
4530
- }
4531
- }
4532
- ]
4533
- },
4534
4534
  {
4535
4535
  "kind": "javascript-module",
4536
4536
  "path": "src/avatar/avatar.styles.ts",