@genesislcap/foundation-ui 14.317.1 → 14.319.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 +1024 -1024
  2. package/package.json +18 -18
@@ -1255,6 +1255,188 @@
1255
1255
  }
1256
1256
  ]
1257
1257
  },
1258
+ {
1259
+ "kind": "javascript-module",
1260
+ "path": "src/accordion/accordion.styles.ts",
1261
+ "declarations": [
1262
+ {
1263
+ "kind": "function",
1264
+ "name": "foundationAccordionStyles",
1265
+ "return": {
1266
+ "type": {
1267
+ "text": "ElementStyles"
1268
+ }
1269
+ },
1270
+ "parameters": [
1271
+ {
1272
+ "name": "context",
1273
+ "type": {
1274
+ "text": "ElementDefinitionContext"
1275
+ }
1276
+ },
1277
+ {
1278
+ "name": "definition",
1279
+ "type": {
1280
+ "text": "FoundationElementDefinition"
1281
+ }
1282
+ }
1283
+ ]
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": [
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
+ },
1258
1440
  {
1259
1441
  "kind": "javascript-module",
1260
1442
  "path": "src/_config/index.ts",
@@ -1288,11 +1470,11 @@
1288
1470
  },
1289
1471
  {
1290
1472
  "kind": "javascript-module",
1291
- "path": "src/accordion-item/accordion-item.styles.ts",
1473
+ "path": "src/actions-menu/actions-menu.styles.ts",
1292
1474
  "declarations": [
1293
1475
  {
1294
1476
  "kind": "function",
1295
- "name": "foundationAccordionItemStyles",
1477
+ "name": "actionsMenuBaseStyles",
1296
1478
  "return": {
1297
1479
  "type": {
1298
1480
  "text": "ElementStyles"
@@ -1312,29 +1494,13 @@
1312
1494
  }
1313
1495
  }
1314
1496
  ]
1315
- }
1316
- ],
1317
- "exports": [
1318
- {
1319
- "kind": "js",
1320
- "name": "foundationAccordionItemStyles",
1321
- "declaration": {
1322
- "name": "foundationAccordionItemStyles",
1323
- "module": "src/accordion-item/accordion-item.styles.ts"
1324
- }
1325
- }
1326
- ]
1327
- },
1328
- {
1329
- "kind": "javascript-module",
1330
- "path": "src/accordion-item/accordion-item.template.ts",
1331
- "declarations": [
1497
+ },
1332
1498
  {
1333
1499
  "kind": "function",
1334
- "name": "foundationAccordionItemTemplate",
1500
+ "name": "foundationActionsMenuStyles",
1335
1501
  "return": {
1336
1502
  "type": {
1337
- "text": "ViewTemplate<AccordionItem>"
1503
+ "text": "ElementStyles"
1338
1504
  }
1339
1505
  },
1340
1506
  "parameters": [
@@ -1356,118 +1522,270 @@
1356
1522
  "exports": [
1357
1523
  {
1358
1524
  "kind": "js",
1359
- "name": "foundationAccordionItemTemplate",
1525
+ "name": "actionsMenuBaseStyles",
1360
1526
  "declaration": {
1361
- "name": "foundationAccordionItemTemplate",
1362
- "module": "src/accordion-item/accordion-item.template.ts"
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"
1363
1537
  }
1364
1538
  }
1365
1539
  ]
1366
1540
  },
1367
1541
  {
1368
1542
  "kind": "javascript-module",
1369
- "path": "src/accordion-item/accordion-item.ts",
1543
+ "path": "src/actions-menu/actions-menu.template.ts",
1370
1544
  "declarations": [
1371
1545
  {
1372
- "kind": "class",
1373
- "description": "",
1374
- "name": "AccordionItem",
1375
- "superclass": {
1376
- "name": "FASTAccordionItem",
1377
- "package": "@microsoft/fast-components"
1378
- },
1379
- "tagName": "%%prefix%%-accordion-item",
1380
- "customElement": true,
1381
- "attributes": [
1546
+ "kind": "function",
1547
+ "name": "menuTemplate",
1548
+ "parameters": [
1382
1549
  {
1383
- "name": "heading-level",
1550
+ "name": "prefix",
1384
1551
  "type": {
1385
- "text": "1 | 2 | 3 | 4 | 5 | 6"
1386
- },
1387
- "default": "2",
1388
- "description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
1389
- "fieldName": "headinglevel",
1390
- "inheritedFrom": {
1391
- "name": "AccordionItem",
1392
- "module": "src/accordion-item/accordion-item.ts"
1552
+ "text": "string"
1393
1553
  }
1394
- },
1554
+ }
1555
+ ]
1556
+ },
1557
+ {
1558
+ "kind": "function",
1559
+ "name": "singleOptionTemplate",
1560
+ "parameters": [
1395
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",
1598
+ "declaration": {
1599
+ "name": "foundationActionsMenuTemplate",
1600
+ "module": "src/actions-menu/actions-menu.template.ts"
1601
+ }
1602
+ }
1603
+ ]
1604
+ },
1605
+ {
1606
+ "kind": "javascript-module",
1607
+ "path": "src/actions-menu/actions-menu.ts",
1608
+ "declarations": [
1609
+ {
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",
1396
1624
  "type": {
1397
1625
  "text": "boolean"
1398
1626
  },
1399
- "default": "false",
1400
- "description": "Expands or collapses the item.",
1401
- "fieldName": "expanded",
1402
- "inheritedFrom": {
1403
- "name": "AccordionItem",
1404
- "module": "src/accordion-item/accordion-item.ts"
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"
1405
1650
  }
1406
1651
  },
1407
1652
  {
1408
- "name": "id",
1653
+ "kind": "field",
1654
+ "name": "definition",
1655
+ "type": {
1656
+ "text": "any"
1657
+ }
1658
+ },
1659
+ {
1660
+ "kind": "field",
1661
+ "name": "name",
1409
1662
  "type": {
1410
1663
  "text": "string"
1411
1664
  },
1412
- "description": "The item ID",
1413
- "fieldName": "id",
1414
- "inheritedFrom": {
1415
- "name": "AccordionItem",
1416
- "module": "src/accordion-item/accordion-item.ts"
1417
- }
1418
- }
1419
- ],
1420
- "members": [
1665
+ "default": "'Actions'"
1666
+ },
1421
1667
  {
1422
1668
  "kind": "field",
1423
- "name": "headinglevel",
1669
+ "name": "open",
1424
1670
  "type": {
1425
- "text": "1 | 2 | 3 | 4 | 5 | 6"
1671
+ "text": "boolean"
1426
1672
  },
1427
- "privacy": "public",
1428
- "default": "2",
1429
- "description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
1430
- "inheritedFrom": {
1431
- "name": "AccordionItem",
1432
- "module": "src/accordion-item/accordion-item.ts"
1673
+ "default": "false"
1674
+ },
1675
+ {
1676
+ "kind": "field",
1677
+ "name": "buttonAppearance",
1678
+ "type": {
1679
+ "text": "string"
1433
1680
  }
1434
1681
  },
1435
1682
  {
1436
1683
  "kind": "field",
1437
- "name": "expanded",
1684
+ "name": "hideDisabled",
1438
1685
  "type": {
1439
1686
  "text": "boolean"
1440
1687
  },
1441
- "privacy": "public",
1442
- "default": "false",
1443
- "description": "Expands or collapses the item.",
1444
- "inheritedFrom": {
1445
- "name": "AccordionItem",
1446
- "module": "src/accordion-item/accordion-item.ts"
1447
- }
1688
+ "default": "false"
1448
1689
  },
1449
1690
  {
1450
1691
  "kind": "field",
1451
- "name": "id",
1692
+ "name": "hideMenuSingleOption",
1452
1693
  "type": {
1453
- "text": "string"
1694
+ "text": "boolean"
1454
1695
  },
1455
- "privacy": "public",
1456
- "description": "The item ID",
1457
- "inheritedFrom": {
1458
- "name": "AccordionItem",
1459
- "module": "src/accordion-item/accordion-item.ts"
1696
+ "default": "false"
1697
+ },
1698
+ {
1699
+ "kind": "field",
1700
+ "name": "singleOption",
1701
+ "type": {
1702
+ "text": "ActionMenuItem"
1460
1703
  }
1461
1704
  },
1462
1705
  {
1463
1706
  "kind": "field",
1464
- "name": "change",
1465
- "privacy": "private",
1466
- "inheritedFrom": {
1467
- "name": "AccordionItem",
1468
- "module": "src/accordion-item/accordion-item.ts"
1707
+ "name": "actionsMenu",
1708
+ "type": {
1709
+ "text": "HTMLElement"
1469
1710
  }
1470
1711
  },
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
+ {
1753
+ "kind": "field",
1754
+ "name": "allActions",
1755
+ "type": {
1756
+ "text": "ActionMenuItem[]"
1757
+ },
1758
+ "readonly": true
1759
+ },
1760
+ {
1761
+ "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
+ ]
1788
+ },
1471
1789
  {
1472
1790
  "kind": "field",
1473
1791
  "name": "_presentation",
@@ -1580,78 +1898,107 @@
1580
1898
  }
1581
1899
  }
1582
1900
  ],
1583
- "events": [
1901
+ "attributes": [
1584
1902
  {
1585
- "description": "Fires a custom 'change' event when the button is invoked",
1586
- "name": "change",
1587
- "inheritedFrom": {
1588
- "name": "AccordionItem",
1589
- "module": "src/accordion-item/accordion-item.ts"
1590
- }
1591
- }
1592
- ]
1593
- },
1594
- {
1595
- "kind": "variable",
1596
- "name": "foundationAccordionItemShadowOptions",
1597
- "type": {
1598
- "text": "ShadowRootInit"
1599
- },
1600
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
1601
- },
1602
- {
1603
- "kind": "variable",
1604
- "name": "defaultAccordionItemConfig",
1605
- "type": {
1606
- "text": "object"
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"
1956
+ },
1957
+ {
1958
+ "name": "hide-menu-single-option",
1959
+ "type": {
1960
+ "text": "boolean"
1961
+ },
1962
+ "default": "false",
1963
+ "fieldName": "hideMenuSingleOption"
1964
+ }
1965
+ ],
1966
+ "superclass": {
1967
+ "name": "FoundationElement",
1968
+ "package": "@microsoft/fast-foundation"
1607
1969
  },
1608
- "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}"
1970
+ "tagName": "%%prefix%%-actions-menu",
1971
+ "customElement": true
1609
1972
  },
1610
1973
  {
1611
1974
  "kind": "variable",
1612
- "name": "foundationAccordionItem",
1613
- "description": "The Foundation Accordion Item",
1975
+ "name": "foundationActionsMenu",
1976
+ "description": "The Foundation Actions Menu",
1614
1977
  "privacy": "public"
1615
1978
  }
1616
1979
  ],
1617
1980
  "exports": [
1618
1981
  {
1619
1982
  "kind": "js",
1620
- "name": "AccordionItem",
1621
- "declaration": {
1622
- "name": "AccordionItem",
1623
- "module": "src/accordion-item/accordion-item.ts"
1624
- }
1625
- },
1626
- {
1627
- "kind": "js",
1628
- "name": "foundationAccordionItemShadowOptions",
1629
- "declaration": {
1630
- "name": "foundationAccordionItemShadowOptions",
1631
- "module": "src/accordion-item/accordion-item.ts"
1632
- }
1633
- },
1634
- {
1635
- "kind": "js",
1636
- "name": "defaultAccordionItemConfig",
1983
+ "name": "ActionsMenu",
1637
1984
  "declaration": {
1638
- "name": "defaultAccordionItemConfig",
1639
- "module": "src/accordion-item/accordion-item.ts"
1985
+ "name": "ActionsMenu",
1986
+ "module": "src/actions-menu/actions-menu.ts"
1640
1987
  }
1641
1988
  },
1642
1989
  {
1643
1990
  "kind": "js",
1644
- "name": "foundationAccordionItem",
1991
+ "name": "foundationActionsMenu",
1645
1992
  "declaration": {
1646
- "name": "foundationAccordionItem",
1647
- "module": "src/accordion-item/accordion-item.ts"
1993
+ "name": "foundationActionsMenu",
1994
+ "module": "src/actions-menu/actions-menu.ts"
1648
1995
  }
1649
1996
  }
1650
1997
  ]
1651
1998
  },
1652
1999
  {
1653
2000
  "kind": "javascript-module",
1654
- "path": "src/accordion-item/index.ts",
2001
+ "path": "src/actions-menu/index.ts",
1655
2002
  "declarations": [],
1656
2003
  "exports": [
1657
2004
  {
@@ -1659,7 +2006,7 @@
1659
2006
  "name": "*",
1660
2007
  "declaration": {
1661
2008
  "name": "*",
1662
- "package": "./accordion-item.template"
2009
+ "package": "./actions-menu.styles"
1663
2010
  }
1664
2011
  },
1665
2012
  {
@@ -1667,7 +2014,7 @@
1667
2014
  "name": "*",
1668
2015
  "declaration": {
1669
2016
  "name": "*",
1670
- "package": "./accordion-item.styles"
2017
+ "package": "./actions-menu.template"
1671
2018
  }
1672
2019
  },
1673
2020
  {
@@ -1675,18 +2022,18 @@
1675
2022
  "name": "*",
1676
2023
  "declaration": {
1677
2024
  "name": "*",
1678
- "package": "./accordion-item"
2025
+ "package": "./actions-menu"
1679
2026
  }
1680
2027
  }
1681
2028
  ]
1682
2029
  },
1683
2030
  {
1684
2031
  "kind": "javascript-module",
1685
- "path": "src/accordion/accordion.styles.ts",
2032
+ "path": "src/anchor/anchor.styles.ts",
1686
2033
  "declarations": [
1687
2034
  {
1688
2035
  "kind": "function",
1689
- "name": "foundationAccordionStyles",
2036
+ "name": "foundationAnchorStyles",
1690
2037
  "return": {
1691
2038
  "type": {
1692
2039
  "text": "ElementStyles"
@@ -1711,24 +2058,24 @@
1711
2058
  "exports": [
1712
2059
  {
1713
2060
  "kind": "js",
1714
- "name": "foundationAccordionStyles",
2061
+ "name": "foundationAnchorStyles",
1715
2062
  "declaration": {
1716
- "name": "foundationAccordionStyles",
1717
- "module": "src/accordion/accordion.styles.ts"
2063
+ "name": "foundationAnchorStyles",
2064
+ "module": "src/anchor/anchor.styles.ts"
1718
2065
  }
1719
2066
  }
1720
2067
  ]
1721
2068
  },
1722
2069
  {
1723
2070
  "kind": "javascript-module",
1724
- "path": "src/accordion/accordion.template.ts",
2071
+ "path": "src/anchor/anchor.template.ts",
1725
2072
  "declarations": [
1726
2073
  {
1727
2074
  "kind": "function",
1728
- "name": "foundationAccordionTemplate",
2075
+ "name": "foundationAnchorTemplate",
1729
2076
  "return": {
1730
2077
  "type": {
1731
- "text": "ViewTemplate<Accordion>"
2078
+ "text": "ViewTemplate<Anchor>"
1732
2079
  }
1733
2080
  },
1734
2081
  "parameters": [
@@ -1750,770 +2097,29 @@
1750
2097
  "exports": [
1751
2098
  {
1752
2099
  "kind": "js",
1753
- "name": "foundationAccordionTemplate",
2100
+ "name": "foundationAnchorTemplate",
1754
2101
  "declaration": {
1755
- "name": "foundationAccordionTemplate",
1756
- "module": "src/accordion/accordion.template.ts"
2102
+ "name": "foundationAnchorTemplate",
2103
+ "module": "src/anchor/anchor.template.ts"
1757
2104
  }
1758
2105
  }
1759
2106
  ]
1760
2107
  },
1761
2108
  {
1762
2109
  "kind": "javascript-module",
1763
- "path": "src/accordion/accordion.ts",
2110
+ "path": "src/anchor/anchor.ts",
1764
2111
  "declarations": [
1765
2112
  {
1766
2113
  "kind": "class",
1767
2114
  "description": "",
1768
- "name": "Accordion",
2115
+ "name": "Anchor",
1769
2116
  "superclass": {
1770
- "name": "FASTAccordion",
1771
- "package": "@microsoft/fast-foundation"
1772
- },
1773
- "tagName": "%%prefix%%-accordion",
1774
- "customElement": true
1775
- },
1776
- {
1777
- "kind": "variable",
1778
- "name": "foundationAccordionShadowOptions",
1779
- "type": {
1780
- "text": "ShadowRootInit"
1781
- },
1782
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
1783
- },
1784
- {
1785
- "kind": "variable",
1786
- "name": "defaultAccordionConfig",
1787
- "type": {
1788
- "text": "object"
1789
- },
1790
- "default": "{}"
1791
- },
1792
- {
1793
- "kind": "variable",
1794
- "name": "foundationAccordion",
1795
- "description": "The Foundation Accordion",
1796
- "privacy": "public"
1797
- }
1798
- ],
1799
- "exports": [
1800
- {
1801
- "kind": "js",
1802
- "name": "Accordion",
1803
- "declaration": {
1804
- "name": "Accordion",
1805
- "module": "src/accordion/accordion.ts"
1806
- }
1807
- },
1808
- {
1809
- "kind": "js",
1810
- "name": "foundationAccordionShadowOptions",
1811
- "declaration": {
1812
- "name": "foundationAccordionShadowOptions",
1813
- "module": "src/accordion/accordion.ts"
1814
- }
1815
- },
1816
- {
1817
- "kind": "js",
1818
- "name": "defaultAccordionConfig",
1819
- "declaration": {
1820
- "name": "defaultAccordionConfig",
1821
- "module": "src/accordion/accordion.ts"
1822
- }
1823
- },
1824
- {
1825
- "kind": "js",
1826
- "name": "foundationAccordion",
1827
- "declaration": {
1828
- "name": "foundationAccordion",
1829
- "module": "src/accordion/accordion.ts"
1830
- }
1831
- }
1832
- ]
1833
- },
1834
- {
1835
- "kind": "javascript-module",
1836
- "path": "src/accordion/index.ts",
1837
- "declarations": [],
1838
- "exports": [
1839
- {
1840
- "kind": "js",
1841
- "name": "*",
1842
- "declaration": {
1843
- "name": "*",
1844
- "package": "./accordion.template"
1845
- }
1846
- },
1847
- {
1848
- "kind": "js",
1849
- "name": "*",
1850
- "declaration": {
1851
- "name": "*",
1852
- "package": "./accordion.styles"
1853
- }
1854
- },
1855
- {
1856
- "kind": "js",
1857
- "name": "*",
1858
- "declaration": {
1859
- "name": "*",
1860
- "package": "./accordion"
1861
- }
1862
- }
1863
- ]
1864
- },
1865
- {
1866
- "kind": "javascript-module",
1867
- "path": "src/actions-menu/actions-menu.styles.ts",
1868
- "declarations": [
1869
- {
1870
- "kind": "function",
1871
- "name": "actionsMenuBaseStyles",
1872
- "return": {
1873
- "type": {
1874
- "text": "ElementStyles"
1875
- }
2117
+ "name": "FASTAnchor",
2118
+ "package": "@microsoft/fast-components"
1876
2119
  },
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",
1895
- "return": {
1896
- "type": {
1897
- "text": "ElementStyles"
1898
- }
1899
- },
1900
- "parameters": [
1901
- {
1902
- "name": "context",
1903
- "type": {
1904
- "text": "ElementDefinitionContext"
1905
- }
1906
- },
1907
- {
1908
- "name": "definition",
1909
- "type": {
1910
- "text": "FoundationElementDefinition"
1911
- }
1912
- }
1913
- ]
1914
- }
1915
- ],
1916
- "exports": [
1917
- {
1918
- "kind": "js",
1919
- "name": "actionsMenuBaseStyles",
1920
- "declaration": {
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"
1931
- }
1932
- }
1933
- ]
1934
- },
1935
- {
1936
- "kind": "javascript-module",
1937
- "path": "src/actions-menu/actions-menu.template.ts",
1938
- "declarations": [
1939
- {
1940
- "kind": "function",
1941
- "name": "menuTemplate",
1942
- "parameters": [
1943
- {
1944
- "name": "prefix",
1945
- "type": {
1946
- "text": "string"
1947
- }
1948
- }
1949
- ]
1950
- },
1951
- {
1952
- "kind": "function",
1953
- "name": "singleOptionTemplate",
1954
- "parameters": [
1955
- {
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",
2042
- "type": {
2043
- "text": "string"
2044
- }
2045
- },
2046
- {
2047
- "kind": "field",
2048
- "name": "definition",
2049
- "type": {
2050
- "text": "any"
2051
- }
2052
- },
2053
- {
2054
- "kind": "field",
2055
- "name": "name",
2056
- "type": {
2057
- "text": "string"
2058
- },
2059
- "default": "'Actions'"
2060
- },
2061
- {
2062
- "kind": "field",
2063
- "name": "open",
2064
- "type": {
2065
- "text": "boolean"
2066
- },
2067
- "default": "false"
2068
- },
2069
- {
2070
- "kind": "field",
2071
- "name": "buttonAppearance",
2072
- "type": {
2073
- "text": "string"
2074
- }
2075
- },
2076
- {
2077
- "kind": "field",
2078
- "name": "hideDisabled",
2079
- "type": {
2080
- "text": "boolean"
2081
- },
2082
- "default": "false"
2083
- },
2084
- {
2085
- "kind": "field",
2086
- "name": "hideMenuSingleOption",
2087
- "type": {
2088
- "text": "boolean"
2089
- },
2090
- "default": "false"
2091
- },
2092
- {
2093
- "kind": "field",
2094
- "name": "singleOption",
2095
- "type": {
2096
- "text": "ActionMenuItem"
2097
- }
2098
- },
2099
- {
2100
- "kind": "field",
2101
- "name": "actionsMenu",
2102
- "type": {
2103
- "text": "HTMLElement"
2104
- }
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
- },
2183
- {
2184
- "kind": "field",
2185
- "name": "_presentation",
2186
- "type": {
2187
- "text": "ComponentPresentation | null | undefined"
2188
- },
2189
- "privacy": "private",
2190
- "default": "void 0",
2191
- "inheritedFrom": {
2192
- "name": "FoundationElement",
2193
- "module": "src/foundation-element/foundation-element.ts"
2194
- }
2195
- },
2196
- {
2197
- "kind": "field",
2198
- "name": "$presentation",
2199
- "type": {
2200
- "text": "ComponentPresentation | null"
2201
- },
2202
- "privacy": "public",
2203
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
2204
- "inheritedFrom": {
2205
- "name": "FoundationElement",
2206
- "module": "src/foundation-element/foundation-element.ts"
2207
- }
2208
- },
2209
- {
2210
- "kind": "field",
2211
- "name": "template",
2212
- "type": {
2213
- "text": "ElementViewTemplate | void | null"
2214
- },
2215
- "privacy": "public",
2216
- "description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
2217
- "inheritedFrom": {
2218
- "name": "FoundationElement",
2219
- "module": "src/foundation-element/foundation-element.ts"
2220
- }
2221
- },
2222
- {
2223
- "kind": "method",
2224
- "name": "templateChanged",
2225
- "privacy": "protected",
2226
- "return": {
2227
- "type": {
2228
- "text": "void"
2229
- }
2230
- },
2231
- "inheritedFrom": {
2232
- "name": "FoundationElement",
2233
- "module": "src/foundation-element/foundation-element.ts"
2234
- }
2235
- },
2236
- {
2237
- "kind": "field",
2238
- "name": "styles",
2239
- "type": {
2240
- "text": "ElementStyles | void | null"
2241
- },
2242
- "privacy": "public",
2243
- "description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
2244
- "inheritedFrom": {
2245
- "name": "FoundationElement",
2246
- "module": "src/foundation-element/foundation-element.ts"
2247
- }
2248
- },
2249
- {
2250
- "kind": "method",
2251
- "name": "stylesChanged",
2252
- "privacy": "protected",
2253
- "return": {
2254
- "type": {
2255
- "text": "void"
2256
- }
2257
- },
2258
- "inheritedFrom": {
2259
- "name": "FoundationElement",
2260
- "module": "src/foundation-element/foundation-element.ts"
2261
- }
2262
- },
2263
- {
2264
- "kind": "method",
2265
- "name": "compose",
2266
- "privacy": "public",
2267
- "static": true,
2268
- "return": {
2269
- "type": {
2270
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
2271
- }
2272
- },
2273
- "parameters": [
2274
- {
2275
- "name": "this",
2276
- "type": {
2277
- "text": "K"
2278
- }
2279
- },
2280
- {
2281
- "name": "elementDefinition",
2282
- "type": {
2283
- "text": "T"
2284
- },
2285
- "description": "The definition of the element to create the registry\nfunction for."
2286
- }
2287
- ],
2288
- "description": "Defines an element registry function with a set of element definition defaults.",
2289
- "inheritedFrom": {
2290
- "name": "FoundationElement",
2291
- "module": "src/foundation-element/foundation-element.ts"
2292
- }
2293
- }
2294
- ],
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
- },
2351
- {
2352
- "name": "hide-menu-single-option",
2353
- "type": {
2354
- "text": "boolean"
2355
- },
2356
- "default": "false",
2357
- "fieldName": "hideMenuSingleOption"
2358
- }
2359
- ],
2360
- "superclass": {
2361
- "name": "FoundationElement",
2362
- "package": "@microsoft/fast-foundation"
2363
- },
2364
- "tagName": "%%prefix%%-actions-menu",
2365
- "customElement": true
2366
- },
2367
- {
2368
- "kind": "variable",
2369
- "name": "foundationActionsMenu",
2370
- "description": "The Foundation Actions Menu",
2371
- "privacy": "public"
2372
- }
2373
- ],
2374
- "exports": [
2375
- {
2376
- "kind": "js",
2377
- "name": "ActionsMenu",
2378
- "declaration": {
2379
- "name": "ActionsMenu",
2380
- "module": "src/actions-menu/actions-menu.ts"
2381
- }
2382
- },
2383
- {
2384
- "kind": "js",
2385
- "name": "foundationActionsMenu",
2386
- "declaration": {
2387
- "name": "foundationActionsMenu",
2388
- "module": "src/actions-menu/actions-menu.ts"
2389
- }
2390
- }
2391
- ]
2392
- },
2393
- {
2394
- "kind": "javascript-module",
2395
- "path": "src/actions-menu/index.ts",
2396
- "declarations": [],
2397
- "exports": [
2398
- {
2399
- "kind": "js",
2400
- "name": "*",
2401
- "declaration": {
2402
- "name": "*",
2403
- "package": "./actions-menu.styles"
2404
- }
2405
- },
2406
- {
2407
- "kind": "js",
2408
- "name": "*",
2409
- "declaration": {
2410
- "name": "*",
2411
- "package": "./actions-menu.template"
2412
- }
2413
- },
2414
- {
2415
- "kind": "js",
2416
- "name": "*",
2417
- "declaration": {
2418
- "name": "*",
2419
- "package": "./actions-menu"
2420
- }
2421
- }
2422
- ]
2423
- },
2424
- {
2425
- "kind": "javascript-module",
2426
- "path": "src/anchor/anchor.styles.ts",
2427
- "declarations": [
2428
- {
2429
- "kind": "function",
2430
- "name": "foundationAnchorStyles",
2431
- "return": {
2432
- "type": {
2433
- "text": "ElementStyles"
2434
- }
2435
- },
2436
- "parameters": [
2437
- {
2438
- "name": "context",
2439
- "type": {
2440
- "text": "ElementDefinitionContext"
2441
- }
2442
- },
2443
- {
2444
- "name": "definition",
2445
- "type": {
2446
- "text": "FoundationElementDefinition"
2447
- }
2448
- }
2449
- ]
2450
- }
2451
- ],
2452
- "exports": [
2453
- {
2454
- "kind": "js",
2455
- "name": "foundationAnchorStyles",
2456
- "declaration": {
2457
- "name": "foundationAnchorStyles",
2458
- "module": "src/anchor/anchor.styles.ts"
2459
- }
2460
- }
2461
- ]
2462
- },
2463
- {
2464
- "kind": "javascript-module",
2465
- "path": "src/anchor/anchor.template.ts",
2466
- "declarations": [
2467
- {
2468
- "kind": "function",
2469
- "name": "foundationAnchorTemplate",
2470
- "return": {
2471
- "type": {
2472
- "text": "ViewTemplate<Anchor>"
2473
- }
2474
- },
2475
- "parameters": [
2476
- {
2477
- "name": "context",
2478
- "type": {
2479
- "text": "ElementDefinitionContext"
2480
- }
2481
- },
2482
- {
2483
- "name": "definition",
2484
- "type": {
2485
- "text": "FoundationElementDefinition"
2486
- }
2487
- }
2488
- ]
2489
- }
2490
- ],
2491
- "exports": [
2492
- {
2493
- "kind": "js",
2494
- "name": "foundationAnchorTemplate",
2495
- "declaration": {
2496
- "name": "foundationAnchorTemplate",
2497
- "module": "src/anchor/anchor.template.ts"
2498
- }
2499
- }
2500
- ]
2501
- },
2502
- {
2503
- "kind": "javascript-module",
2504
- "path": "src/anchor/anchor.ts",
2505
- "declarations": [
2506
- {
2507
- "kind": "class",
2508
- "description": "",
2509
- "name": "Anchor",
2510
- "superclass": {
2511
- "name": "FASTAnchor",
2512
- "package": "@microsoft/fast-components"
2513
- },
2514
- "tagName": "%%prefix%%-anchor",
2515
- "customElement": true,
2516
- "attributes": [
2120
+ "tagName": "%%prefix%%-anchor",
2121
+ "customElement": true,
2122
+ "attributes": [
2517
2123
  {
2518
2124
  "name": "download",
2519
2125
  "type": {
@@ -4103,9 +3709,139 @@
4103
3709
  },
4104
3710
  {
4105
3711
  "kind": "field",
4106
- "name": "startObservers",
3712
+ "name": "startObservers",
3713
+ "privacy": "private",
3714
+ "description": "starts observers",
3715
+ "inheritedFrom": {
3716
+ "name": "AnchoredRegion",
3717
+ "module": "src/anchored-region/anchored-region.ts"
3718
+ }
3719
+ },
3720
+ {
3721
+ "kind": "field",
3722
+ "name": "requestPositionUpdates",
3723
+ "privacy": "private",
3724
+ "description": "get position updates",
3725
+ "inheritedFrom": {
3726
+ "name": "AnchoredRegion",
3727
+ "module": "src/anchored-region/anchored-region.ts"
3728
+ }
3729
+ },
3730
+ {
3731
+ "kind": "field",
3732
+ "name": "stopObservers",
3733
+ "privacy": "private",
3734
+ "description": "stops observers",
3735
+ "inheritedFrom": {
3736
+ "name": "AnchoredRegion",
3737
+ "module": "src/anchored-region/anchored-region.ts"
3738
+ }
3739
+ },
3740
+ {
3741
+ "kind": "field",
3742
+ "name": "getViewport",
3743
+ "privacy": "private",
3744
+ "description": "Gets the viewport element by id, or defaults to document root",
3745
+ "inheritedFrom": {
3746
+ "name": "AnchoredRegion",
3747
+ "module": "src/anchored-region/anchored-region.ts"
3748
+ }
3749
+ },
3750
+ {
3751
+ "kind": "field",
3752
+ "name": "getAnchor",
3753
+ "privacy": "private",
3754
+ "description": "Gets the anchor element by id",
3755
+ "inheritedFrom": {
3756
+ "name": "AnchoredRegion",
3757
+ "module": "src/anchored-region/anchored-region.ts"
3758
+ }
3759
+ },
3760
+ {
3761
+ "kind": "field",
3762
+ "name": "handleIntersection",
3763
+ "privacy": "private",
3764
+ "description": "Handle intersections",
3765
+ "inheritedFrom": {
3766
+ "name": "AnchoredRegion",
3767
+ "module": "src/anchored-region/anchored-region.ts"
3768
+ }
3769
+ },
3770
+ {
3771
+ "kind": "field",
3772
+ "name": "applyIntersectionEntries",
3773
+ "privacy": "private",
3774
+ "description": "iterate through intersection entries and apply data",
3775
+ "inheritedFrom": {
3776
+ "name": "AnchoredRegion",
3777
+ "module": "src/anchored-region/anchored-region.ts"
3778
+ }
3779
+ },
3780
+ {
3781
+ "kind": "field",
3782
+ "name": "updateRegionOffset",
3783
+ "privacy": "private",
3784
+ "description": "Update the offset values",
3785
+ "inheritedFrom": {
3786
+ "name": "AnchoredRegion",
3787
+ "module": "src/anchored-region/anchored-region.ts"
3788
+ }
3789
+ },
3790
+ {
3791
+ "kind": "field",
3792
+ "name": "isRectDifferent",
3793
+ "privacy": "private",
3794
+ "description": "compare rects to see if there is enough change to justify a DOM update",
3795
+ "inheritedFrom": {
3796
+ "name": "AnchoredRegion",
3797
+ "module": "src/anchored-region/anchored-region.ts"
3798
+ }
3799
+ },
3800
+ {
3801
+ "kind": "field",
3802
+ "name": "handleResize",
3803
+ "privacy": "private",
3804
+ "description": "Handle resize events",
3805
+ "inheritedFrom": {
3806
+ "name": "AnchoredRegion",
3807
+ "module": "src/anchored-region/anchored-region.ts"
3808
+ }
3809
+ },
3810
+ {
3811
+ "kind": "field",
3812
+ "name": "reset",
3813
+ "privacy": "private",
3814
+ "description": "resets the component",
3815
+ "inheritedFrom": {
3816
+ "name": "AnchoredRegion",
3817
+ "module": "src/anchored-region/anchored-region.ts"
3818
+ }
3819
+ },
3820
+ {
3821
+ "kind": "field",
3822
+ "name": "updateLayout",
3823
+ "privacy": "private",
3824
+ "description": "Recalculate layout related state values",
3825
+ "inheritedFrom": {
3826
+ "name": "AnchoredRegion",
3827
+ "module": "src/anchored-region/anchored-region.ts"
3828
+ }
3829
+ },
3830
+ {
3831
+ "kind": "field",
3832
+ "name": "updateRegionStyle",
3833
+ "privacy": "private",
3834
+ "description": "Updates the style string applied to the region element as well as the css classes attached\nto the root element",
3835
+ "inheritedFrom": {
3836
+ "name": "AnchoredRegion",
3837
+ "module": "src/anchored-region/anchored-region.ts"
3838
+ }
3839
+ },
3840
+ {
3841
+ "kind": "field",
3842
+ "name": "updatePositionClasses",
4107
3843
  "privacy": "private",
4108
- "description": "starts observers",
3844
+ "description": "Updates the css classes that reflect the current position of the element",
4109
3845
  "inheritedFrom": {
4110
3846
  "name": "AnchoredRegion",
4111
3847
  "module": "src/anchored-region/anchored-region.ts"
@@ -4113,9 +3849,9 @@
4113
3849
  },
4114
3850
  {
4115
3851
  "kind": "field",
4116
- "name": "requestPositionUpdates",
3852
+ "name": "setHorizontalPosition",
4117
3853
  "privacy": "private",
4118
- "description": "get position updates",
3854
+ "description": "Get horizontal positioning state based on desired position",
4119
3855
  "inheritedFrom": {
4120
3856
  "name": "AnchoredRegion",
4121
3857
  "module": "src/anchored-region/anchored-region.ts"
@@ -4123,9 +3859,9 @@
4123
3859
  },
4124
3860
  {
4125
3861
  "kind": "field",
4126
- "name": "stopObservers",
3862
+ "name": "setVerticalPosition",
4127
3863
  "privacy": "private",
4128
- "description": "stops observers",
3864
+ "description": "Set vertical positioning state based on desired position",
4129
3865
  "inheritedFrom": {
4130
3866
  "name": "AnchoredRegion",
4131
3867
  "module": "src/anchored-region/anchored-region.ts"
@@ -4133,9 +3869,9 @@
4133
3869
  },
4134
3870
  {
4135
3871
  "kind": "field",
4136
- "name": "getViewport",
3872
+ "name": "getPositioningOptions",
4137
3873
  "privacy": "private",
4138
- "description": "Gets the viewport element by id, or defaults to document root",
3874
+ "description": "Get available positions based on positioning mode",
4139
3875
  "inheritedFrom": {
4140
3876
  "name": "AnchoredRegion",
4141
3877
  "module": "src/anchored-region/anchored-region.ts"
@@ -4143,9 +3879,9 @@
4143
3879
  },
4144
3880
  {
4145
3881
  "kind": "field",
4146
- "name": "getAnchor",
3882
+ "name": "getAvailableSpace",
4147
3883
  "privacy": "private",
4148
- "description": "Gets the anchor element by id",
3884
+ "description": "Get the space available for a particular relative position",
4149
3885
  "inheritedFrom": {
4150
3886
  "name": "AnchoredRegion",
4151
3887
  "module": "src/anchored-region/anchored-region.ts"
@@ -4153,9 +3889,9 @@
4153
3889
  },
4154
3890
  {
4155
3891
  "kind": "field",
4156
- "name": "handleIntersection",
3892
+ "name": "getNextRegionDimension",
4157
3893
  "privacy": "private",
4158
- "description": "Handle intersections",
3894
+ "description": "Get region dimensions",
4159
3895
  "inheritedFrom": {
4160
3896
  "name": "AnchoredRegion",
4161
3897
  "module": "src/anchored-region/anchored-region.ts"
@@ -4163,9 +3899,9 @@
4163
3899
  },
4164
3900
  {
4165
3901
  "kind": "field",
4166
- "name": "applyIntersectionEntries",
3902
+ "name": "startAutoUpdateEventListeners",
4167
3903
  "privacy": "private",
4168
- "description": "iterate through intersection entries and apply data",
3904
+ "description": "starts event listeners that can trigger auto updating",
4169
3905
  "inheritedFrom": {
4170
3906
  "name": "AnchoredRegion",
4171
3907
  "module": "src/anchored-region/anchored-region.ts"
@@ -4173,9 +3909,9 @@
4173
3909
  },
4174
3910
  {
4175
3911
  "kind": "field",
4176
- "name": "updateRegionOffset",
3912
+ "name": "stopAutoUpdateEventListeners",
4177
3913
  "privacy": "private",
4178
- "description": "Update the offset values",
3914
+ "description": "stops event listeners that can trigger auto updating",
4179
3915
  "inheritedFrom": {
4180
3916
  "name": "AnchoredRegion",
4181
3917
  "module": "src/anchored-region/anchored-region.ts"
@@ -4183,132 +3919,404 @@
4183
3919
  },
4184
3920
  {
4185
3921
  "kind": "field",
4186
- "name": "isRectDifferent",
3922
+ "name": "_presentation",
3923
+ "type": {
3924
+ "text": "ComponentPresentation | null | undefined"
3925
+ },
4187
3926
  "privacy": "private",
4188
- "description": "compare rects to see if there is enough change to justify a DOM update",
3927
+ "default": "void 0",
4189
3928
  "inheritedFrom": {
4190
- "name": "AnchoredRegion",
4191
- "module": "src/anchored-region/anchored-region.ts"
3929
+ "name": "FoundationElement",
3930
+ "module": "src/foundation-element/foundation-element.ts"
4192
3931
  }
4193
3932
  },
4194
3933
  {
4195
3934
  "kind": "field",
4196
- "name": "handleResize",
4197
- "privacy": "private",
4198
- "description": "Handle resize events",
3935
+ "name": "$presentation",
3936
+ "type": {
3937
+ "text": "ComponentPresentation | null"
3938
+ },
3939
+ "privacy": "public",
3940
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
3941
+ "inheritedFrom": {
3942
+ "name": "FoundationElement",
3943
+ "module": "src/foundation-element/foundation-element.ts"
3944
+ }
3945
+ },
3946
+ {
3947
+ "kind": "field",
3948
+ "name": "template",
3949
+ "type": {
3950
+ "text": "ElementViewTemplate | void | null"
3951
+ },
3952
+ "privacy": "public",
3953
+ "description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
3954
+ "inheritedFrom": {
3955
+ "name": "FoundationElement",
3956
+ "module": "src/foundation-element/foundation-element.ts"
3957
+ }
3958
+ },
3959
+ {
3960
+ "kind": "method",
3961
+ "name": "templateChanged",
3962
+ "privacy": "protected",
3963
+ "return": {
3964
+ "type": {
3965
+ "text": "void"
3966
+ }
3967
+ },
3968
+ "inheritedFrom": {
3969
+ "name": "FoundationElement",
3970
+ "module": "src/foundation-element/foundation-element.ts"
3971
+ }
3972
+ },
3973
+ {
3974
+ "kind": "field",
3975
+ "name": "styles",
3976
+ "type": {
3977
+ "text": "ElementStyles | void | null"
3978
+ },
3979
+ "privacy": "public",
3980
+ "description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
3981
+ "inheritedFrom": {
3982
+ "name": "FoundationElement",
3983
+ "module": "src/foundation-element/foundation-element.ts"
3984
+ }
3985
+ },
3986
+ {
3987
+ "kind": "method",
3988
+ "name": "stylesChanged",
3989
+ "privacy": "protected",
3990
+ "return": {
3991
+ "type": {
3992
+ "text": "void"
3993
+ }
3994
+ },
3995
+ "inheritedFrom": {
3996
+ "name": "FoundationElement",
3997
+ "module": "src/foundation-element/foundation-element.ts"
3998
+ }
3999
+ },
4000
+ {
4001
+ "kind": "method",
4002
+ "name": "compose",
4003
+ "privacy": "public",
4004
+ "static": true,
4005
+ "return": {
4006
+ "type": {
4007
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
4008
+ }
4009
+ },
4010
+ "parameters": [
4011
+ {
4012
+ "name": "this",
4013
+ "type": {
4014
+ "text": "K"
4015
+ }
4016
+ },
4017
+ {
4018
+ "name": "elementDefinition",
4019
+ "type": {
4020
+ "text": "T"
4021
+ },
4022
+ "description": "The definition of the element to create the registry\nfunction for."
4023
+ }
4024
+ ],
4025
+ "description": "Defines an element registry function with a set of element definition defaults.",
4026
+ "inheritedFrom": {
4027
+ "name": "FoundationElement",
4028
+ "module": "src/foundation-element/foundation-element.ts"
4029
+ }
4030
+ }
4031
+ ],
4032
+ "events": [
4033
+ {
4034
+ "description": "Fires a custom 'loaded' event when the region is loaded and visible",
4035
+ "name": "loaded",
4199
4036
  "inheritedFrom": {
4200
4037
  "name": "AnchoredRegion",
4201
4038
  "module": "src/anchored-region/anchored-region.ts"
4202
4039
  }
4203
4040
  },
4204
4041
  {
4205
- "kind": "field",
4206
- "name": "reset",
4207
- "privacy": "private",
4208
- "description": "resets the component",
4209
- "inheritedFrom": {
4210
- "name": "AnchoredRegion",
4211
- "module": "src/anchored-region/anchored-region.ts"
4042
+ "description": "Fires a custom 'positionchange' event when the position has changed",
4043
+ "name": "positionchange",
4044
+ "inheritedFrom": {
4045
+ "name": "AnchoredRegion",
4046
+ "module": "src/anchored-region/anchored-region.ts"
4047
+ }
4048
+ }
4049
+ ]
4050
+ },
4051
+ {
4052
+ "kind": "variable",
4053
+ "name": "foundationAnchoredRegionShadowOptions",
4054
+ "type": {
4055
+ "text": "ShadowRootInit"
4056
+ },
4057
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
4058
+ },
4059
+ {
4060
+ "kind": "variable",
4061
+ "name": "defaultAnchoredRegionConfig",
4062
+ "type": {
4063
+ "text": "object"
4064
+ },
4065
+ "default": "{}"
4066
+ },
4067
+ {
4068
+ "kind": "variable",
4069
+ "name": "foundationAnchoredRegion",
4070
+ "description": "The Foundation Anchored Region",
4071
+ "privacy": "public"
4072
+ }
4073
+ ],
4074
+ "exports": [
4075
+ {
4076
+ "kind": "js",
4077
+ "name": "AnchoredRegion",
4078
+ "declaration": {
4079
+ "name": "AnchoredRegion",
4080
+ "module": "src/anchored-region/anchored-region.ts"
4081
+ }
4082
+ },
4083
+ {
4084
+ "kind": "js",
4085
+ "name": "foundationAnchoredRegionShadowOptions",
4086
+ "declaration": {
4087
+ "name": "foundationAnchoredRegionShadowOptions",
4088
+ "module": "src/anchored-region/anchored-region.ts"
4089
+ }
4090
+ },
4091
+ {
4092
+ "kind": "js",
4093
+ "name": "defaultAnchoredRegionConfig",
4094
+ "declaration": {
4095
+ "name": "defaultAnchoredRegionConfig",
4096
+ "module": "src/anchored-region/anchored-region.ts"
4097
+ }
4098
+ },
4099
+ {
4100
+ "kind": "js",
4101
+ "name": "foundationAnchoredRegion",
4102
+ "declaration": {
4103
+ "name": "foundationAnchoredRegion",
4104
+ "module": "src/anchored-region/anchored-region.ts"
4105
+ }
4106
+ }
4107
+ ]
4108
+ },
4109
+ {
4110
+ "kind": "javascript-module",
4111
+ "path": "src/anchored-region/index.ts",
4112
+ "declarations": [],
4113
+ "exports": [
4114
+ {
4115
+ "kind": "js",
4116
+ "name": "*",
4117
+ "declaration": {
4118
+ "name": "*",
4119
+ "package": "./anchor-region.template"
4120
+ }
4121
+ },
4122
+ {
4123
+ "kind": "js",
4124
+ "name": "*",
4125
+ "declaration": {
4126
+ "name": "*",
4127
+ "package": "./anchored-region.styles"
4128
+ }
4129
+ },
4130
+ {
4131
+ "kind": "js",
4132
+ "name": "*",
4133
+ "declaration": {
4134
+ "name": "*",
4135
+ "package": "./anchored-region"
4136
+ }
4137
+ }
4138
+ ]
4139
+ },
4140
+ {
4141
+ "kind": "javascript-module",
4142
+ "path": "src/accordion-item/accordion-item.styles.ts",
4143
+ "declarations": [
4144
+ {
4145
+ "kind": "function",
4146
+ "name": "foundationAccordionItemStyles",
4147
+ "return": {
4148
+ "type": {
4149
+ "text": "ElementStyles"
4150
+ }
4151
+ },
4152
+ "parameters": [
4153
+ {
4154
+ "name": "context",
4155
+ "type": {
4156
+ "text": "ElementDefinitionContext"
4212
4157
  }
4213
4158
  },
4214
4159
  {
4215
- "kind": "field",
4216
- "name": "updateLayout",
4217
- "privacy": "private",
4218
- "description": "Recalculate layout related state values",
4219
- "inheritedFrom": {
4220
- "name": "AnchoredRegion",
4221
- "module": "src/anchored-region/anchored-region.ts"
4160
+ "name": "definition",
4161
+ "type": {
4162
+ "text": "FoundationElementDefinition"
4222
4163
  }
4223
- },
4164
+ }
4165
+ ]
4166
+ }
4167
+ ],
4168
+ "exports": [
4169
+ {
4170
+ "kind": "js",
4171
+ "name": "foundationAccordionItemStyles",
4172
+ "declaration": {
4173
+ "name": "foundationAccordionItemStyles",
4174
+ "module": "src/accordion-item/accordion-item.styles.ts"
4175
+ }
4176
+ }
4177
+ ]
4178
+ },
4179
+ {
4180
+ "kind": "javascript-module",
4181
+ "path": "src/accordion-item/accordion-item.template.ts",
4182
+ "declarations": [
4183
+ {
4184
+ "kind": "function",
4185
+ "name": "foundationAccordionItemTemplate",
4186
+ "return": {
4187
+ "type": {
4188
+ "text": "ViewTemplate<AccordionItem>"
4189
+ }
4190
+ },
4191
+ "parameters": [
4224
4192
  {
4225
- "kind": "field",
4226
- "name": "updateRegionStyle",
4227
- "privacy": "private",
4228
- "description": "Updates the style string applied to the region element as well as the css classes attached\nto the root element",
4229
- "inheritedFrom": {
4230
- "name": "AnchoredRegion",
4231
- "module": "src/anchored-region/anchored-region.ts"
4193
+ "name": "context",
4194
+ "type": {
4195
+ "text": "ElementDefinitionContext"
4232
4196
  }
4233
4197
  },
4234
4198
  {
4235
- "kind": "field",
4236
- "name": "updatePositionClasses",
4237
- "privacy": "private",
4238
- "description": "Updates the css classes that reflect the current position of the element",
4239
- "inheritedFrom": {
4240
- "name": "AnchoredRegion",
4241
- "module": "src/anchored-region/anchored-region.ts"
4199
+ "name": "definition",
4200
+ "type": {
4201
+ "text": "FoundationElementDefinition"
4242
4202
  }
4243
- },
4203
+ }
4204
+ ]
4205
+ }
4206
+ ],
4207
+ "exports": [
4208
+ {
4209
+ "kind": "js",
4210
+ "name": "foundationAccordionItemTemplate",
4211
+ "declaration": {
4212
+ "name": "foundationAccordionItemTemplate",
4213
+ "module": "src/accordion-item/accordion-item.template.ts"
4214
+ }
4215
+ }
4216
+ ]
4217
+ },
4218
+ {
4219
+ "kind": "javascript-module",
4220
+ "path": "src/accordion-item/accordion-item.ts",
4221
+ "declarations": [
4222
+ {
4223
+ "kind": "class",
4224
+ "description": "",
4225
+ "name": "AccordionItem",
4226
+ "superclass": {
4227
+ "name": "FASTAccordionItem",
4228
+ "package": "@microsoft/fast-components"
4229
+ },
4230
+ "tagName": "%%prefix%%-accordion-item",
4231
+ "customElement": true,
4232
+ "attributes": [
4244
4233
  {
4245
- "kind": "field",
4246
- "name": "setHorizontalPosition",
4247
- "privacy": "private",
4248
- "description": "Get horizontal positioning state based on desired position",
4234
+ "name": "heading-level",
4235
+ "type": {
4236
+ "text": "1 | 2 | 3 | 4 | 5 | 6"
4237
+ },
4238
+ "default": "2",
4239
+ "description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
4240
+ "fieldName": "headinglevel",
4249
4241
  "inheritedFrom": {
4250
- "name": "AnchoredRegion",
4251
- "module": "src/anchored-region/anchored-region.ts"
4242
+ "name": "AccordionItem",
4243
+ "module": "src/accordion-item/accordion-item.ts"
4252
4244
  }
4253
4245
  },
4254
4246
  {
4255
- "kind": "field",
4256
- "name": "setVerticalPosition",
4257
- "privacy": "private",
4258
- "description": "Set vertical positioning state based on desired position",
4247
+ "type": {
4248
+ "text": "boolean"
4249
+ },
4250
+ "default": "false",
4251
+ "description": "Expands or collapses the item.",
4252
+ "fieldName": "expanded",
4259
4253
  "inheritedFrom": {
4260
- "name": "AnchoredRegion",
4261
- "module": "src/anchored-region/anchored-region.ts"
4254
+ "name": "AccordionItem",
4255
+ "module": "src/accordion-item/accordion-item.ts"
4262
4256
  }
4263
4257
  },
4264
4258
  {
4265
- "kind": "field",
4266
- "name": "getPositioningOptions",
4267
- "privacy": "private",
4268
- "description": "Get available positions based on positioning mode",
4259
+ "name": "id",
4260
+ "type": {
4261
+ "text": "string"
4262
+ },
4263
+ "description": "The item ID",
4264
+ "fieldName": "id",
4269
4265
  "inheritedFrom": {
4270
- "name": "AnchoredRegion",
4271
- "module": "src/anchored-region/anchored-region.ts"
4266
+ "name": "AccordionItem",
4267
+ "module": "src/accordion-item/accordion-item.ts"
4272
4268
  }
4273
- },
4269
+ }
4270
+ ],
4271
+ "members": [
4274
4272
  {
4275
4273
  "kind": "field",
4276
- "name": "getAvailableSpace",
4277
- "privacy": "private",
4278
- "description": "Get the space available for a particular relative position",
4274
+ "name": "headinglevel",
4275
+ "type": {
4276
+ "text": "1 | 2 | 3 | 4 | 5 | 6"
4277
+ },
4278
+ "privacy": "public",
4279
+ "default": "2",
4280
+ "description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
4279
4281
  "inheritedFrom": {
4280
- "name": "AnchoredRegion",
4281
- "module": "src/anchored-region/anchored-region.ts"
4282
+ "name": "AccordionItem",
4283
+ "module": "src/accordion-item/accordion-item.ts"
4282
4284
  }
4283
4285
  },
4284
4286
  {
4285
4287
  "kind": "field",
4286
- "name": "getNextRegionDimension",
4287
- "privacy": "private",
4288
- "description": "Get region dimensions",
4288
+ "name": "expanded",
4289
+ "type": {
4290
+ "text": "boolean"
4291
+ },
4292
+ "privacy": "public",
4293
+ "default": "false",
4294
+ "description": "Expands or collapses the item.",
4289
4295
  "inheritedFrom": {
4290
- "name": "AnchoredRegion",
4291
- "module": "src/anchored-region/anchored-region.ts"
4296
+ "name": "AccordionItem",
4297
+ "module": "src/accordion-item/accordion-item.ts"
4292
4298
  }
4293
4299
  },
4294
4300
  {
4295
4301
  "kind": "field",
4296
- "name": "startAutoUpdateEventListeners",
4297
- "privacy": "private",
4298
- "description": "starts event listeners that can trigger auto updating",
4302
+ "name": "id",
4303
+ "type": {
4304
+ "text": "string"
4305
+ },
4306
+ "privacy": "public",
4307
+ "description": "The item ID",
4299
4308
  "inheritedFrom": {
4300
- "name": "AnchoredRegion",
4301
- "module": "src/anchored-region/anchored-region.ts"
4309
+ "name": "AccordionItem",
4310
+ "module": "src/accordion-item/accordion-item.ts"
4302
4311
  }
4303
4312
  },
4304
4313
  {
4305
4314
  "kind": "field",
4306
- "name": "stopAutoUpdateEventListeners",
4315
+ "name": "change",
4307
4316
  "privacy": "private",
4308
- "description": "stops event listeners that can trigger auto updating",
4309
4317
  "inheritedFrom": {
4310
- "name": "AnchoredRegion",
4311
- "module": "src/anchored-region/anchored-region.ts"
4318
+ "name": "AccordionItem",
4319
+ "module": "src/accordion-item/accordion-item.ts"
4312
4320
  }
4313
4321
  },
4314
4322
  {
@@ -4425,26 +4433,18 @@
4425
4433
  ],
4426
4434
  "events": [
4427
4435
  {
4428
- "description": "Fires a custom 'loaded' event when the region is loaded and visible",
4429
- "name": "loaded",
4430
- "inheritedFrom": {
4431
- "name": "AnchoredRegion",
4432
- "module": "src/anchored-region/anchored-region.ts"
4433
- }
4434
- },
4435
- {
4436
- "description": "Fires a custom 'positionchange' event when the position has changed",
4437
- "name": "positionchange",
4436
+ "description": "Fires a custom 'change' event when the button is invoked",
4437
+ "name": "change",
4438
4438
  "inheritedFrom": {
4439
- "name": "AnchoredRegion",
4440
- "module": "src/anchored-region/anchored-region.ts"
4439
+ "name": "AccordionItem",
4440
+ "module": "src/accordion-item/accordion-item.ts"
4441
4441
  }
4442
4442
  }
4443
4443
  ]
4444
4444
  },
4445
4445
  {
4446
4446
  "kind": "variable",
4447
- "name": "foundationAnchoredRegionShadowOptions",
4447
+ "name": "foundationAccordionItemShadowOptions",
4448
4448
  "type": {
4449
4449
  "text": "ShadowRootInit"
4450
4450
  },
@@ -4452,57 +4452,57 @@
4452
4452
  },
4453
4453
  {
4454
4454
  "kind": "variable",
4455
- "name": "defaultAnchoredRegionConfig",
4455
+ "name": "defaultAccordionItemConfig",
4456
4456
  "type": {
4457
4457
  "text": "object"
4458
4458
  },
4459
- "default": "{}"
4459
+ "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}"
4460
4460
  },
4461
4461
  {
4462
4462
  "kind": "variable",
4463
- "name": "foundationAnchoredRegion",
4464
- "description": "The Foundation Anchored Region",
4463
+ "name": "foundationAccordionItem",
4464
+ "description": "The Foundation Accordion Item",
4465
4465
  "privacy": "public"
4466
4466
  }
4467
4467
  ],
4468
4468
  "exports": [
4469
4469
  {
4470
4470
  "kind": "js",
4471
- "name": "AnchoredRegion",
4471
+ "name": "AccordionItem",
4472
4472
  "declaration": {
4473
- "name": "AnchoredRegion",
4474
- "module": "src/anchored-region/anchored-region.ts"
4473
+ "name": "AccordionItem",
4474
+ "module": "src/accordion-item/accordion-item.ts"
4475
4475
  }
4476
4476
  },
4477
4477
  {
4478
4478
  "kind": "js",
4479
- "name": "foundationAnchoredRegionShadowOptions",
4479
+ "name": "foundationAccordionItemShadowOptions",
4480
4480
  "declaration": {
4481
- "name": "foundationAnchoredRegionShadowOptions",
4482
- "module": "src/anchored-region/anchored-region.ts"
4481
+ "name": "foundationAccordionItemShadowOptions",
4482
+ "module": "src/accordion-item/accordion-item.ts"
4483
4483
  }
4484
4484
  },
4485
4485
  {
4486
4486
  "kind": "js",
4487
- "name": "defaultAnchoredRegionConfig",
4487
+ "name": "defaultAccordionItemConfig",
4488
4488
  "declaration": {
4489
- "name": "defaultAnchoredRegionConfig",
4490
- "module": "src/anchored-region/anchored-region.ts"
4489
+ "name": "defaultAccordionItemConfig",
4490
+ "module": "src/accordion-item/accordion-item.ts"
4491
4491
  }
4492
4492
  },
4493
4493
  {
4494
4494
  "kind": "js",
4495
- "name": "foundationAnchoredRegion",
4495
+ "name": "foundationAccordionItem",
4496
4496
  "declaration": {
4497
- "name": "foundationAnchoredRegion",
4498
- "module": "src/anchored-region/anchored-region.ts"
4497
+ "name": "foundationAccordionItem",
4498
+ "module": "src/accordion-item/accordion-item.ts"
4499
4499
  }
4500
4500
  }
4501
4501
  ]
4502
4502
  },
4503
4503
  {
4504
4504
  "kind": "javascript-module",
4505
- "path": "src/anchored-region/index.ts",
4505
+ "path": "src/accordion-item/index.ts",
4506
4506
  "declarations": [],
4507
4507
  "exports": [
4508
4508
  {
@@ -4510,7 +4510,7 @@
4510
4510
  "name": "*",
4511
4511
  "declaration": {
4512
4512
  "name": "*",
4513
- "package": "./anchor-region.template"
4513
+ "package": "./accordion-item.template"
4514
4514
  }
4515
4515
  },
4516
4516
  {
@@ -4518,7 +4518,7 @@
4518
4518
  "name": "*",
4519
4519
  "declaration": {
4520
4520
  "name": "*",
4521
- "package": "./anchored-region.styles"
4521
+ "package": "./accordion-item.styles"
4522
4522
  }
4523
4523
  },
4524
4524
  {
@@ -4526,7 +4526,7 @@
4526
4526
  "name": "*",
4527
4527
  "declaration": {
4528
4528
  "name": "*",
4529
- "package": "./anchored-region"
4529
+ "package": "./accordion-item"
4530
4530
  }
4531
4531
  }
4532
4532
  ]