@genesislcap/foundation-ui 14.283.1 → 14.283.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/custom-elements.json +634 -634
  2. package/package.json +18 -18
@@ -944,6 +944,188 @@
944
944
  }
945
945
  ]
946
946
  },
947
+ {
948
+ "kind": "javascript-module",
949
+ "path": "src/accordion/accordion.styles.ts",
950
+ "declarations": [
951
+ {
952
+ "kind": "function",
953
+ "name": "foundationAccordionStyles",
954
+ "return": {
955
+ "type": {
956
+ "text": "ElementStyles"
957
+ }
958
+ },
959
+ "parameters": [
960
+ {
961
+ "name": "context",
962
+ "type": {
963
+ "text": "ElementDefinitionContext"
964
+ }
965
+ },
966
+ {
967
+ "name": "definition",
968
+ "type": {
969
+ "text": "FoundationElementDefinition"
970
+ }
971
+ }
972
+ ]
973
+ }
974
+ ],
975
+ "exports": [
976
+ {
977
+ "kind": "js",
978
+ "name": "foundationAccordionStyles",
979
+ "declaration": {
980
+ "name": "foundationAccordionStyles",
981
+ "module": "src/accordion/accordion.styles.ts"
982
+ }
983
+ }
984
+ ]
985
+ },
986
+ {
987
+ "kind": "javascript-module",
988
+ "path": "src/accordion/accordion.template.ts",
989
+ "declarations": [
990
+ {
991
+ "kind": "function",
992
+ "name": "foundationAccordionTemplate",
993
+ "return": {
994
+ "type": {
995
+ "text": "ViewTemplate<Accordion>"
996
+ }
997
+ },
998
+ "parameters": [
999
+ {
1000
+ "name": "context",
1001
+ "type": {
1002
+ "text": "ElementDefinitionContext"
1003
+ }
1004
+ },
1005
+ {
1006
+ "name": "definition",
1007
+ "type": {
1008
+ "text": "FoundationElementDefinition"
1009
+ }
1010
+ }
1011
+ ]
1012
+ }
1013
+ ],
1014
+ "exports": [
1015
+ {
1016
+ "kind": "js",
1017
+ "name": "foundationAccordionTemplate",
1018
+ "declaration": {
1019
+ "name": "foundationAccordionTemplate",
1020
+ "module": "src/accordion/accordion.template.ts"
1021
+ }
1022
+ }
1023
+ ]
1024
+ },
1025
+ {
1026
+ "kind": "javascript-module",
1027
+ "path": "src/accordion/accordion.ts",
1028
+ "declarations": [
1029
+ {
1030
+ "kind": "class",
1031
+ "description": "",
1032
+ "name": "Accordion",
1033
+ "superclass": {
1034
+ "name": "FASTAccordion",
1035
+ "package": "@microsoft/fast-foundation"
1036
+ },
1037
+ "tagName": "%%prefix%%-accordion",
1038
+ "customElement": true
1039
+ },
1040
+ {
1041
+ "kind": "variable",
1042
+ "name": "foundationAccordionShadowOptions",
1043
+ "type": {
1044
+ "text": "ShadowRootInit"
1045
+ },
1046
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
1047
+ },
1048
+ {
1049
+ "kind": "variable",
1050
+ "name": "defaultAccordionConfig",
1051
+ "type": {
1052
+ "text": "object"
1053
+ },
1054
+ "default": "{}"
1055
+ },
1056
+ {
1057
+ "kind": "variable",
1058
+ "name": "foundationAccordion",
1059
+ "description": "The Foundation Accordion",
1060
+ "privacy": "public"
1061
+ }
1062
+ ],
1063
+ "exports": [
1064
+ {
1065
+ "kind": "js",
1066
+ "name": "Accordion",
1067
+ "declaration": {
1068
+ "name": "Accordion",
1069
+ "module": "src/accordion/accordion.ts"
1070
+ }
1071
+ },
1072
+ {
1073
+ "kind": "js",
1074
+ "name": "foundationAccordionShadowOptions",
1075
+ "declaration": {
1076
+ "name": "foundationAccordionShadowOptions",
1077
+ "module": "src/accordion/accordion.ts"
1078
+ }
1079
+ },
1080
+ {
1081
+ "kind": "js",
1082
+ "name": "defaultAccordionConfig",
1083
+ "declaration": {
1084
+ "name": "defaultAccordionConfig",
1085
+ "module": "src/accordion/accordion.ts"
1086
+ }
1087
+ },
1088
+ {
1089
+ "kind": "js",
1090
+ "name": "foundationAccordion",
1091
+ "declaration": {
1092
+ "name": "foundationAccordion",
1093
+ "module": "src/accordion/accordion.ts"
1094
+ }
1095
+ }
1096
+ ]
1097
+ },
1098
+ {
1099
+ "kind": "javascript-module",
1100
+ "path": "src/accordion/index.ts",
1101
+ "declarations": [],
1102
+ "exports": [
1103
+ {
1104
+ "kind": "js",
1105
+ "name": "*",
1106
+ "declaration": {
1107
+ "name": "*",
1108
+ "package": "./accordion.template"
1109
+ }
1110
+ },
1111
+ {
1112
+ "kind": "js",
1113
+ "name": "*",
1114
+ "declaration": {
1115
+ "name": "*",
1116
+ "package": "./accordion.styles"
1117
+ }
1118
+ },
1119
+ {
1120
+ "kind": "js",
1121
+ "name": "*",
1122
+ "declaration": {
1123
+ "name": "*",
1124
+ "package": "./accordion"
1125
+ }
1126
+ }
1127
+ ]
1128
+ },
947
1129
  {
948
1130
  "kind": "javascript-module",
949
1131
  "path": "src/accordion-item/accordion-item.styles.ts",
@@ -1340,11 +1522,11 @@
1340
1522
  },
1341
1523
  {
1342
1524
  "kind": "javascript-module",
1343
- "path": "src/anchor/anchor.styles.ts",
1525
+ "path": "src/actions-menu/actions-menu.styles.ts",
1344
1526
  "declarations": [
1345
1527
  {
1346
1528
  "kind": "function",
1347
- "name": "foundationAnchorStyles",
1529
+ "name": "actionsMenuBaseStyles",
1348
1530
  "return": {
1349
1531
  "type": {
1350
1532
  "text": "ElementStyles"
@@ -1364,29 +1546,13 @@
1364
1546
  }
1365
1547
  }
1366
1548
  ]
1367
- }
1368
- ],
1369
- "exports": [
1370
- {
1371
- "kind": "js",
1372
- "name": "foundationAnchorStyles",
1373
- "declaration": {
1374
- "name": "foundationAnchorStyles",
1375
- "module": "src/anchor/anchor.styles.ts"
1376
- }
1377
- }
1378
- ]
1379
- },
1380
- {
1381
- "kind": "javascript-module",
1382
- "path": "src/anchor/anchor.template.ts",
1383
- "declarations": [
1549
+ },
1384
1550
  {
1385
1551
  "kind": "function",
1386
- "name": "foundationAnchorTemplate",
1552
+ "name": "foundationActionsMenuStyles",
1387
1553
  "return": {
1388
1554
  "type": {
1389
- "text": "ViewTemplate<Anchor>"
1555
+ "text": "ElementStyles"
1390
1556
  }
1391
1557
  },
1392
1558
  "parameters": [
@@ -1408,548 +1574,44 @@
1408
1574
  "exports": [
1409
1575
  {
1410
1576
  "kind": "js",
1411
- "name": "foundationAnchorTemplate",
1577
+ "name": "actionsMenuBaseStyles",
1412
1578
  "declaration": {
1413
- "name": "foundationAnchorTemplate",
1414
- "module": "src/anchor/anchor.template.ts"
1579
+ "name": "actionsMenuBaseStyles",
1580
+ "module": "src/actions-menu/actions-menu.styles.ts"
1581
+ }
1582
+ },
1583
+ {
1584
+ "kind": "js",
1585
+ "name": "foundationActionsMenuStyles",
1586
+ "declaration": {
1587
+ "name": "foundationActionsMenuStyles",
1588
+ "module": "src/actions-menu/actions-menu.styles.ts"
1415
1589
  }
1416
1590
  }
1417
1591
  ]
1418
1592
  },
1419
1593
  {
1420
1594
  "kind": "javascript-module",
1421
- "path": "src/anchor/anchor.ts",
1595
+ "path": "src/actions-menu/actions-menu.template.ts",
1422
1596
  "declarations": [
1423
1597
  {
1424
- "kind": "class",
1425
- "description": "",
1426
- "name": "Anchor",
1427
- "superclass": {
1428
- "name": "FASTAnchor",
1429
- "package": "@microsoft/fast-components"
1430
- },
1431
- "tagName": "%%prefix%%-anchor",
1432
- "customElement": true,
1433
- "attributes": [
1598
+ "kind": "function",
1599
+ "name": "menuTemplate",
1600
+ "parameters": [
1434
1601
  {
1435
- "name": "download",
1602
+ "name": "prefix",
1436
1603
  "type": {
1437
1604
  "text": "string"
1438
- },
1439
- "description": "Prompts the user to save the linked URL. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
1440
- "fieldName": "download",
1441
- "inheritedFrom": {
1442
- "name": "Anchor",
1443
- "module": "src/anchor/anchor.ts"
1444
1605
  }
1445
- },
1606
+ }
1607
+ ]
1608
+ },
1609
+ {
1610
+ "kind": "function",
1611
+ "name": "singleOptionTemplate",
1612
+ "parameters": [
1446
1613
  {
1447
- "name": "href",
1448
- "type": {
1449
- "text": "string"
1450
- },
1451
- "description": "The URL the hyperlink references. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
1452
- "fieldName": "href",
1453
- "inheritedFrom": {
1454
- "name": "Anchor",
1455
- "module": "src/anchor/anchor.ts"
1456
- }
1457
- },
1458
- {
1459
- "name": "hreflang",
1460
- "type": {
1461
- "text": "string"
1462
- },
1463
- "description": "Hints at the language of the referenced resource. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
1464
- "fieldName": "hreflang",
1465
- "inheritedFrom": {
1466
- "name": "Anchor",
1467
- "module": "src/anchor/anchor.ts"
1468
- }
1469
- },
1470
- {
1471
- "name": "ping",
1472
- "type": {
1473
- "text": "string"
1474
- },
1475
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
1476
- "fieldName": "ping",
1477
- "inheritedFrom": {
1478
- "name": "Anchor",
1479
- "module": "src/anchor/anchor.ts"
1480
- }
1481
- },
1482
- {
1483
- "name": "referrerpolicy",
1484
- "type": {
1485
- "text": "string"
1486
- },
1487
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
1488
- "fieldName": "referrerpolicy",
1489
- "inheritedFrom": {
1490
- "name": "Anchor",
1491
- "module": "src/anchor/anchor.ts"
1492
- }
1493
- },
1494
- {
1495
- "name": "rel",
1496
- "type": {
1497
- "text": "string"
1498
- },
1499
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
1500
- "fieldName": "rel",
1501
- "inheritedFrom": {
1502
- "name": "Anchor",
1503
- "module": "src/anchor/anchor.ts"
1504
- }
1505
- },
1506
- {
1507
- "name": "target",
1508
- "type": {
1509
- "text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
1510
- },
1511
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
1512
- "fieldName": "target",
1513
- "inheritedFrom": {
1514
- "name": "Anchor",
1515
- "module": "src/anchor/anchor.ts"
1516
- }
1517
- },
1518
- {
1519
- "name": "type",
1520
- "type": {
1521
- "text": "string"
1522
- },
1523
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
1524
- "fieldName": "type",
1525
- "inheritedFrom": {
1526
- "name": "Anchor",
1527
- "module": "src/anchor/anchor.ts"
1528
- }
1529
- }
1530
- ],
1531
- "members": [
1532
- {
1533
- "kind": "field",
1534
- "name": "download",
1535
- "type": {
1536
- "text": "string"
1537
- },
1538
- "privacy": "public",
1539
- "description": "Prompts the user to save the linked URL. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
1540
- "inheritedFrom": {
1541
- "name": "Anchor",
1542
- "module": "src/anchor/anchor.ts"
1543
- }
1544
- },
1545
- {
1546
- "kind": "field",
1547
- "name": "href",
1548
- "type": {
1549
- "text": "string"
1550
- },
1551
- "privacy": "public",
1552
- "description": "The URL the hyperlink references. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
1553
- "inheritedFrom": {
1554
- "name": "Anchor",
1555
- "module": "src/anchor/anchor.ts"
1556
- }
1557
- },
1558
- {
1559
- "kind": "field",
1560
- "name": "hreflang",
1561
- "type": {
1562
- "text": "string"
1563
- },
1564
- "privacy": "public",
1565
- "description": "Hints at the language of the referenced resource. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
1566
- "inheritedFrom": {
1567
- "name": "Anchor",
1568
- "module": "src/anchor/anchor.ts"
1569
- }
1570
- },
1571
- {
1572
- "kind": "field",
1573
- "name": "ping",
1574
- "type": {
1575
- "text": "string"
1576
- },
1577
- "privacy": "public",
1578
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
1579
- "inheritedFrom": {
1580
- "name": "Anchor",
1581
- "module": "src/anchor/anchor.ts"
1582
- }
1583
- },
1584
- {
1585
- "kind": "field",
1586
- "name": "referrerpolicy",
1587
- "type": {
1588
- "text": "string"
1589
- },
1590
- "privacy": "public",
1591
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
1592
- "inheritedFrom": {
1593
- "name": "Anchor",
1594
- "module": "src/anchor/anchor.ts"
1595
- }
1596
- },
1597
- {
1598
- "kind": "field",
1599
- "name": "rel",
1600
- "type": {
1601
- "text": "string"
1602
- },
1603
- "privacy": "public",
1604
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
1605
- "inheritedFrom": {
1606
- "name": "Anchor",
1607
- "module": "src/anchor/anchor.ts"
1608
- }
1609
- },
1610
- {
1611
- "kind": "field",
1612
- "name": "target",
1613
- "type": {
1614
- "text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
1615
- },
1616
- "privacy": "public",
1617
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
1618
- "inheritedFrom": {
1619
- "name": "Anchor",
1620
- "module": "src/anchor/anchor.ts"
1621
- }
1622
- },
1623
- {
1624
- "kind": "field",
1625
- "name": "type",
1626
- "type": {
1627
- "text": "string"
1628
- },
1629
- "privacy": "public",
1630
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
1631
- "inheritedFrom": {
1632
- "name": "Anchor",
1633
- "module": "src/anchor/anchor.ts"
1634
- }
1635
- },
1636
- {
1637
- "kind": "field",
1638
- "name": "control",
1639
- "type": {
1640
- "text": "HTMLAnchorElement | undefined"
1641
- },
1642
- "privacy": "public",
1643
- "description": "References the root element",
1644
- "inheritedFrom": {
1645
- "name": "Anchor",
1646
- "module": "src/anchor/anchor.ts"
1647
- }
1648
- },
1649
- {
1650
- "kind": "field",
1651
- "name": "handleUnsupportedDelegatesFocus",
1652
- "privacy": "private",
1653
- "description": "Overrides the focus call for where delegatesFocus is unsupported.\nThis check works for Chrome, Edge Chromium, FireFox, and Safari\nRelevant PR on the Firefox browser: https://phabricator.services.mozilla.com/D123858",
1654
- "inheritedFrom": {
1655
- "name": "Anchor",
1656
- "module": "src/anchor/anchor.ts"
1657
- }
1658
- },
1659
- {
1660
- "kind": "field",
1661
- "name": "_presentation",
1662
- "type": {
1663
- "text": "ComponentPresentation | null | undefined"
1664
- },
1665
- "privacy": "private",
1666
- "default": "void 0",
1667
- "inheritedFrom": {
1668
- "name": "FoundationElement",
1669
- "module": "src/foundation-element/foundation-element.ts"
1670
- }
1671
- },
1672
- {
1673
- "kind": "field",
1674
- "name": "$presentation",
1675
- "type": {
1676
- "text": "ComponentPresentation | null"
1677
- },
1678
- "privacy": "public",
1679
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
1680
- "inheritedFrom": {
1681
- "name": "FoundationElement",
1682
- "module": "src/foundation-element/foundation-element.ts"
1683
- }
1684
- },
1685
- {
1686
- "kind": "field",
1687
- "name": "template",
1688
- "type": {
1689
- "text": "ElementViewTemplate | void | null"
1690
- },
1691
- "privacy": "public",
1692
- "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.",
1693
- "inheritedFrom": {
1694
- "name": "FoundationElement",
1695
- "module": "src/foundation-element/foundation-element.ts"
1696
- }
1697
- },
1698
- {
1699
- "kind": "method",
1700
- "name": "templateChanged",
1701
- "privacy": "protected",
1702
- "return": {
1703
- "type": {
1704
- "text": "void"
1705
- }
1706
- },
1707
- "inheritedFrom": {
1708
- "name": "FoundationElement",
1709
- "module": "src/foundation-element/foundation-element.ts"
1710
- }
1711
- },
1712
- {
1713
- "kind": "field",
1714
- "name": "styles",
1715
- "type": {
1716
- "text": "ElementStyles | void | null"
1717
- },
1718
- "privacy": "public",
1719
- "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.",
1720
- "inheritedFrom": {
1721
- "name": "FoundationElement",
1722
- "module": "src/foundation-element/foundation-element.ts"
1723
- }
1724
- },
1725
- {
1726
- "kind": "method",
1727
- "name": "stylesChanged",
1728
- "privacy": "protected",
1729
- "return": {
1730
- "type": {
1731
- "text": "void"
1732
- }
1733
- },
1734
- "inheritedFrom": {
1735
- "name": "FoundationElement",
1736
- "module": "src/foundation-element/foundation-element.ts"
1737
- }
1738
- },
1739
- {
1740
- "kind": "method",
1741
- "name": "compose",
1742
- "privacy": "public",
1743
- "static": true,
1744
- "return": {
1745
- "type": {
1746
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
1747
- }
1748
- },
1749
- "parameters": [
1750
- {
1751
- "name": "this",
1752
- "type": {
1753
- "text": "K"
1754
- }
1755
- },
1756
- {
1757
- "name": "elementDefinition",
1758
- "type": {
1759
- "text": "T"
1760
- },
1761
- "description": "The definition of the element to create the registry\nfunction for."
1762
- }
1763
- ],
1764
- "description": "Defines an element registry function with a set of element definition defaults.",
1765
- "inheritedFrom": {
1766
- "name": "FoundationElement",
1767
- "module": "src/foundation-element/foundation-element.ts"
1768
- }
1769
- }
1770
- ]
1771
- },
1772
- {
1773
- "kind": "variable",
1774
- "name": "foundationAnchorShadowOptions",
1775
- "type": {
1776
- "text": "ShadowRootInit"
1777
- },
1778
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
1779
- },
1780
- {
1781
- "kind": "variable",
1782
- "name": "defaultAnchorConfig",
1783
- "type": {
1784
- "text": "object"
1785
- },
1786
- "default": "{}"
1787
- },
1788
- {
1789
- "kind": "variable",
1790
- "name": "foundationAnchor",
1791
- "description": "The Foundation Anchor",
1792
- "privacy": "public"
1793
- }
1794
- ],
1795
- "exports": [
1796
- {
1797
- "kind": "js",
1798
- "name": "Anchor",
1799
- "declaration": {
1800
- "name": "Anchor",
1801
- "module": "src/anchor/anchor.ts"
1802
- }
1803
- },
1804
- {
1805
- "kind": "js",
1806
- "name": "foundationAnchorShadowOptions",
1807
- "declaration": {
1808
- "name": "foundationAnchorShadowOptions",
1809
- "module": "src/anchor/anchor.ts"
1810
- }
1811
- },
1812
- {
1813
- "kind": "js",
1814
- "name": "defaultAnchorConfig",
1815
- "declaration": {
1816
- "name": "defaultAnchorConfig",
1817
- "module": "src/anchor/anchor.ts"
1818
- }
1819
- },
1820
- {
1821
- "kind": "js",
1822
- "name": "foundationAnchor",
1823
- "declaration": {
1824
- "name": "foundationAnchor",
1825
- "module": "src/anchor/anchor.ts"
1826
- }
1827
- }
1828
- ]
1829
- },
1830
- {
1831
- "kind": "javascript-module",
1832
- "path": "src/anchor/index.ts",
1833
- "declarations": [],
1834
- "exports": [
1835
- {
1836
- "kind": "js",
1837
- "name": "*",
1838
- "declaration": {
1839
- "name": "*",
1840
- "package": "./anchor.template"
1841
- }
1842
- },
1843
- {
1844
- "kind": "js",
1845
- "name": "*",
1846
- "declaration": {
1847
- "name": "*",
1848
- "package": "./anchor.styles"
1849
- }
1850
- },
1851
- {
1852
- "kind": "js",
1853
- "name": "*",
1854
- "declaration": {
1855
- "name": "*",
1856
- "package": "./anchor"
1857
- }
1858
- }
1859
- ]
1860
- },
1861
- {
1862
- "kind": "javascript-module",
1863
- "path": "src/actions-menu/actions-menu.styles.ts",
1864
- "declarations": [
1865
- {
1866
- "kind": "function",
1867
- "name": "actionsMenuBaseStyles",
1868
- "return": {
1869
- "type": {
1870
- "text": "ElementStyles"
1871
- }
1872
- },
1873
- "parameters": [
1874
- {
1875
- "name": "context",
1876
- "type": {
1877
- "text": "ElementDefinitionContext"
1878
- }
1879
- },
1880
- {
1881
- "name": "definition",
1882
- "type": {
1883
- "text": "FoundationElementDefinition"
1884
- }
1885
- }
1886
- ]
1887
- },
1888
- {
1889
- "kind": "function",
1890
- "name": "foundationActionsMenuStyles",
1891
- "return": {
1892
- "type": {
1893
- "text": "ElementStyles"
1894
- }
1895
- },
1896
- "parameters": [
1897
- {
1898
- "name": "context",
1899
- "type": {
1900
- "text": "ElementDefinitionContext"
1901
- }
1902
- },
1903
- {
1904
- "name": "definition",
1905
- "type": {
1906
- "text": "FoundationElementDefinition"
1907
- }
1908
- }
1909
- ]
1910
- }
1911
- ],
1912
- "exports": [
1913
- {
1914
- "kind": "js",
1915
- "name": "actionsMenuBaseStyles",
1916
- "declaration": {
1917
- "name": "actionsMenuBaseStyles",
1918
- "module": "src/actions-menu/actions-menu.styles.ts"
1919
- }
1920
- },
1921
- {
1922
- "kind": "js",
1923
- "name": "foundationActionsMenuStyles",
1924
- "declaration": {
1925
- "name": "foundationActionsMenuStyles",
1926
- "module": "src/actions-menu/actions-menu.styles.ts"
1927
- }
1928
- }
1929
- ]
1930
- },
1931
- {
1932
- "kind": "javascript-module",
1933
- "path": "src/actions-menu/actions-menu.template.ts",
1934
- "declarations": [
1935
- {
1936
- "kind": "function",
1937
- "name": "menuTemplate",
1938
- "parameters": [
1939
- {
1940
- "name": "prefix",
1941
- "type": {
1942
- "text": "string"
1943
- }
1944
- }
1945
- ]
1946
- },
1947
- {
1948
- "kind": "function",
1949
- "name": "singleOptionTemplate",
1950
- "parameters": [
1951
- {
1952
- "name": "prefix",
1614
+ "name": "prefix",
1953
1615
  "type": {
1954
1616
  "text": "string"
1955
1617
  }
@@ -2419,11 +2081,11 @@
2419
2081
  },
2420
2082
  {
2421
2083
  "kind": "javascript-module",
2422
- "path": "src/accordion/accordion.styles.ts",
2084
+ "path": "src/anchor/anchor.styles.ts",
2423
2085
  "declarations": [
2424
2086
  {
2425
2087
  "kind": "function",
2426
- "name": "foundationAccordionStyles",
2088
+ "name": "foundationAnchorStyles",
2427
2089
  "return": {
2428
2090
  "type": {
2429
2091
  "text": "ElementStyles"
@@ -2431,88 +2093,426 @@
2431
2093
  },
2432
2094
  "parameters": [
2433
2095
  {
2434
- "name": "context",
2096
+ "name": "context",
2097
+ "type": {
2098
+ "text": "ElementDefinitionContext"
2099
+ }
2100
+ },
2101
+ {
2102
+ "name": "definition",
2103
+ "type": {
2104
+ "text": "FoundationElementDefinition"
2105
+ }
2106
+ }
2107
+ ]
2108
+ }
2109
+ ],
2110
+ "exports": [
2111
+ {
2112
+ "kind": "js",
2113
+ "name": "foundationAnchorStyles",
2114
+ "declaration": {
2115
+ "name": "foundationAnchorStyles",
2116
+ "module": "src/anchor/anchor.styles.ts"
2117
+ }
2118
+ }
2119
+ ]
2120
+ },
2121
+ {
2122
+ "kind": "javascript-module",
2123
+ "path": "src/anchor/anchor.template.ts",
2124
+ "declarations": [
2125
+ {
2126
+ "kind": "function",
2127
+ "name": "foundationAnchorTemplate",
2128
+ "return": {
2129
+ "type": {
2130
+ "text": "ViewTemplate<Anchor>"
2131
+ }
2132
+ },
2133
+ "parameters": [
2134
+ {
2135
+ "name": "context",
2136
+ "type": {
2137
+ "text": "ElementDefinitionContext"
2138
+ }
2139
+ },
2140
+ {
2141
+ "name": "definition",
2142
+ "type": {
2143
+ "text": "FoundationElementDefinition"
2144
+ }
2145
+ }
2146
+ ]
2147
+ }
2148
+ ],
2149
+ "exports": [
2150
+ {
2151
+ "kind": "js",
2152
+ "name": "foundationAnchorTemplate",
2153
+ "declaration": {
2154
+ "name": "foundationAnchorTemplate",
2155
+ "module": "src/anchor/anchor.template.ts"
2156
+ }
2157
+ }
2158
+ ]
2159
+ },
2160
+ {
2161
+ "kind": "javascript-module",
2162
+ "path": "src/anchor/anchor.ts",
2163
+ "declarations": [
2164
+ {
2165
+ "kind": "class",
2166
+ "description": "",
2167
+ "name": "Anchor",
2168
+ "superclass": {
2169
+ "name": "FASTAnchor",
2170
+ "package": "@microsoft/fast-components"
2171
+ },
2172
+ "tagName": "%%prefix%%-anchor",
2173
+ "customElement": true,
2174
+ "attributes": [
2175
+ {
2176
+ "name": "download",
2177
+ "type": {
2178
+ "text": "string"
2179
+ },
2180
+ "description": "Prompts the user to save the linked URL. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
2181
+ "fieldName": "download",
2182
+ "inheritedFrom": {
2183
+ "name": "Anchor",
2184
+ "module": "src/anchor/anchor.ts"
2185
+ }
2186
+ },
2187
+ {
2188
+ "name": "href",
2189
+ "type": {
2190
+ "text": "string"
2191
+ },
2192
+ "description": "The URL the hyperlink references. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
2193
+ "fieldName": "href",
2194
+ "inheritedFrom": {
2195
+ "name": "Anchor",
2196
+ "module": "src/anchor/anchor.ts"
2197
+ }
2198
+ },
2199
+ {
2200
+ "name": "hreflang",
2201
+ "type": {
2202
+ "text": "string"
2203
+ },
2204
+ "description": "Hints at the language of the referenced resource. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
2205
+ "fieldName": "hreflang",
2206
+ "inheritedFrom": {
2207
+ "name": "Anchor",
2208
+ "module": "src/anchor/anchor.ts"
2209
+ }
2210
+ },
2211
+ {
2212
+ "name": "ping",
2213
+ "type": {
2214
+ "text": "string"
2215
+ },
2216
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
2217
+ "fieldName": "ping",
2218
+ "inheritedFrom": {
2219
+ "name": "Anchor",
2220
+ "module": "src/anchor/anchor.ts"
2221
+ }
2222
+ },
2223
+ {
2224
+ "name": "referrerpolicy",
2225
+ "type": {
2226
+ "text": "string"
2227
+ },
2228
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
2229
+ "fieldName": "referrerpolicy",
2230
+ "inheritedFrom": {
2231
+ "name": "Anchor",
2232
+ "module": "src/anchor/anchor.ts"
2233
+ }
2234
+ },
2235
+ {
2236
+ "name": "rel",
2237
+ "type": {
2238
+ "text": "string"
2239
+ },
2240
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
2241
+ "fieldName": "rel",
2242
+ "inheritedFrom": {
2243
+ "name": "Anchor",
2244
+ "module": "src/anchor/anchor.ts"
2245
+ }
2246
+ },
2247
+ {
2248
+ "name": "target",
2249
+ "type": {
2250
+ "text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
2251
+ },
2252
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
2253
+ "fieldName": "target",
2254
+ "inheritedFrom": {
2255
+ "name": "Anchor",
2256
+ "module": "src/anchor/anchor.ts"
2257
+ }
2258
+ },
2259
+ {
2260
+ "name": "type",
2261
+ "type": {
2262
+ "text": "string"
2263
+ },
2264
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
2265
+ "fieldName": "type",
2266
+ "inheritedFrom": {
2267
+ "name": "Anchor",
2268
+ "module": "src/anchor/anchor.ts"
2269
+ }
2270
+ }
2271
+ ],
2272
+ "members": [
2273
+ {
2274
+ "kind": "field",
2275
+ "name": "download",
2276
+ "type": {
2277
+ "text": "string"
2278
+ },
2279
+ "privacy": "public",
2280
+ "description": "Prompts the user to save the linked URL. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2281
+ "inheritedFrom": {
2282
+ "name": "Anchor",
2283
+ "module": "src/anchor/anchor.ts"
2284
+ }
2285
+ },
2286
+ {
2287
+ "kind": "field",
2288
+ "name": "href",
2289
+ "type": {
2290
+ "text": "string"
2291
+ },
2292
+ "privacy": "public",
2293
+ "description": "The URL the hyperlink references. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2294
+ "inheritedFrom": {
2295
+ "name": "Anchor",
2296
+ "module": "src/anchor/anchor.ts"
2297
+ }
2298
+ },
2299
+ {
2300
+ "kind": "field",
2301
+ "name": "hreflang",
2302
+ "type": {
2303
+ "text": "string"
2304
+ },
2305
+ "privacy": "public",
2306
+ "description": "Hints at the language of the referenced resource. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2307
+ "inheritedFrom": {
2308
+ "name": "Anchor",
2309
+ "module": "src/anchor/anchor.ts"
2310
+ }
2311
+ },
2312
+ {
2313
+ "kind": "field",
2314
+ "name": "ping",
2315
+ "type": {
2316
+ "text": "string"
2317
+ },
2318
+ "privacy": "public",
2319
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2320
+ "inheritedFrom": {
2321
+ "name": "Anchor",
2322
+ "module": "src/anchor/anchor.ts"
2323
+ }
2324
+ },
2325
+ {
2326
+ "kind": "field",
2327
+ "name": "referrerpolicy",
2328
+ "type": {
2329
+ "text": "string"
2330
+ },
2331
+ "privacy": "public",
2332
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2333
+ "inheritedFrom": {
2334
+ "name": "Anchor",
2335
+ "module": "src/anchor/anchor.ts"
2336
+ }
2337
+ },
2338
+ {
2339
+ "kind": "field",
2340
+ "name": "rel",
2341
+ "type": {
2342
+ "text": "string"
2343
+ },
2344
+ "privacy": "public",
2345
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2346
+ "inheritedFrom": {
2347
+ "name": "Anchor",
2348
+ "module": "src/anchor/anchor.ts"
2349
+ }
2350
+ },
2351
+ {
2352
+ "kind": "field",
2353
+ "name": "target",
2435
2354
  "type": {
2436
- "text": "ElementDefinitionContext"
2355
+ "text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
2356
+ },
2357
+ "privacy": "public",
2358
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2359
+ "inheritedFrom": {
2360
+ "name": "Anchor",
2361
+ "module": "src/anchor/anchor.ts"
2437
2362
  }
2438
2363
  },
2439
2364
  {
2440
- "name": "definition",
2365
+ "kind": "field",
2366
+ "name": "type",
2441
2367
  "type": {
2442
- "text": "FoundationElementDefinition"
2368
+ "text": "string"
2369
+ },
2370
+ "privacy": "public",
2371
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2372
+ "inheritedFrom": {
2373
+ "name": "Anchor",
2374
+ "module": "src/anchor/anchor.ts"
2443
2375
  }
2444
- }
2445
- ]
2446
- }
2447
- ],
2448
- "exports": [
2449
- {
2450
- "kind": "js",
2451
- "name": "foundationAccordionStyles",
2452
- "declaration": {
2453
- "name": "foundationAccordionStyles",
2454
- "module": "src/accordion/accordion.styles.ts"
2455
- }
2456
- }
2457
- ]
2458
- },
2459
- {
2460
- "kind": "javascript-module",
2461
- "path": "src/accordion/accordion.template.ts",
2462
- "declarations": [
2463
- {
2464
- "kind": "function",
2465
- "name": "foundationAccordionTemplate",
2466
- "return": {
2467
- "type": {
2468
- "text": "ViewTemplate<Accordion>"
2469
- }
2470
- },
2471
- "parameters": [
2376
+ },
2472
2377
  {
2473
- "name": "context",
2378
+ "kind": "field",
2379
+ "name": "control",
2474
2380
  "type": {
2475
- "text": "ElementDefinitionContext"
2381
+ "text": "HTMLAnchorElement | undefined"
2382
+ },
2383
+ "privacy": "public",
2384
+ "description": "References the root element",
2385
+ "inheritedFrom": {
2386
+ "name": "Anchor",
2387
+ "module": "src/anchor/anchor.ts"
2476
2388
  }
2477
2389
  },
2478
2390
  {
2479
- "name": "definition",
2391
+ "kind": "field",
2392
+ "name": "handleUnsupportedDelegatesFocus",
2393
+ "privacy": "private",
2394
+ "description": "Overrides the focus call for where delegatesFocus is unsupported.\nThis check works for Chrome, Edge Chromium, FireFox, and Safari\nRelevant PR on the Firefox browser: https://phabricator.services.mozilla.com/D123858",
2395
+ "inheritedFrom": {
2396
+ "name": "Anchor",
2397
+ "module": "src/anchor/anchor.ts"
2398
+ }
2399
+ },
2400
+ {
2401
+ "kind": "field",
2402
+ "name": "_presentation",
2480
2403
  "type": {
2481
- "text": "FoundationElementDefinition"
2404
+ "text": "ComponentPresentation | null | undefined"
2405
+ },
2406
+ "privacy": "private",
2407
+ "default": "void 0",
2408
+ "inheritedFrom": {
2409
+ "name": "FoundationElement",
2410
+ "module": "src/foundation-element/foundation-element.ts"
2411
+ }
2412
+ },
2413
+ {
2414
+ "kind": "field",
2415
+ "name": "$presentation",
2416
+ "type": {
2417
+ "text": "ComponentPresentation | null"
2418
+ },
2419
+ "privacy": "public",
2420
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
2421
+ "inheritedFrom": {
2422
+ "name": "FoundationElement",
2423
+ "module": "src/foundation-element/foundation-element.ts"
2424
+ }
2425
+ },
2426
+ {
2427
+ "kind": "field",
2428
+ "name": "template",
2429
+ "type": {
2430
+ "text": "ElementViewTemplate | void | null"
2431
+ },
2432
+ "privacy": "public",
2433
+ "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.",
2434
+ "inheritedFrom": {
2435
+ "name": "FoundationElement",
2436
+ "module": "src/foundation-element/foundation-element.ts"
2437
+ }
2438
+ },
2439
+ {
2440
+ "kind": "method",
2441
+ "name": "templateChanged",
2442
+ "privacy": "protected",
2443
+ "return": {
2444
+ "type": {
2445
+ "text": "void"
2446
+ }
2447
+ },
2448
+ "inheritedFrom": {
2449
+ "name": "FoundationElement",
2450
+ "module": "src/foundation-element/foundation-element.ts"
2451
+ }
2452
+ },
2453
+ {
2454
+ "kind": "field",
2455
+ "name": "styles",
2456
+ "type": {
2457
+ "text": "ElementStyles | void | null"
2458
+ },
2459
+ "privacy": "public",
2460
+ "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.",
2461
+ "inheritedFrom": {
2462
+ "name": "FoundationElement",
2463
+ "module": "src/foundation-element/foundation-element.ts"
2464
+ }
2465
+ },
2466
+ {
2467
+ "kind": "method",
2468
+ "name": "stylesChanged",
2469
+ "privacy": "protected",
2470
+ "return": {
2471
+ "type": {
2472
+ "text": "void"
2473
+ }
2474
+ },
2475
+ "inheritedFrom": {
2476
+ "name": "FoundationElement",
2477
+ "module": "src/foundation-element/foundation-element.ts"
2478
+ }
2479
+ },
2480
+ {
2481
+ "kind": "method",
2482
+ "name": "compose",
2483
+ "privacy": "public",
2484
+ "static": true,
2485
+ "return": {
2486
+ "type": {
2487
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
2488
+ }
2489
+ },
2490
+ "parameters": [
2491
+ {
2492
+ "name": "this",
2493
+ "type": {
2494
+ "text": "K"
2495
+ }
2496
+ },
2497
+ {
2498
+ "name": "elementDefinition",
2499
+ "type": {
2500
+ "text": "T"
2501
+ },
2502
+ "description": "The definition of the element to create the registry\nfunction for."
2503
+ }
2504
+ ],
2505
+ "description": "Defines an element registry function with a set of element definition defaults.",
2506
+ "inheritedFrom": {
2507
+ "name": "FoundationElement",
2508
+ "module": "src/foundation-element/foundation-element.ts"
2482
2509
  }
2483
2510
  }
2484
2511
  ]
2485
- }
2486
- ],
2487
- "exports": [
2488
- {
2489
- "kind": "js",
2490
- "name": "foundationAccordionTemplate",
2491
- "declaration": {
2492
- "name": "foundationAccordionTemplate",
2493
- "module": "src/accordion/accordion.template.ts"
2494
- }
2495
- }
2496
- ]
2497
- },
2498
- {
2499
- "kind": "javascript-module",
2500
- "path": "src/accordion/accordion.ts",
2501
- "declarations": [
2502
- {
2503
- "kind": "class",
2504
- "description": "",
2505
- "name": "Accordion",
2506
- "superclass": {
2507
- "name": "FASTAccordion",
2508
- "package": "@microsoft/fast-foundation"
2509
- },
2510
- "tagName": "%%prefix%%-accordion",
2511
- "customElement": true
2512
2512
  },
2513
2513
  {
2514
2514
  "kind": "variable",
2515
- "name": "foundationAccordionShadowOptions",
2515
+ "name": "foundationAnchorShadowOptions",
2516
2516
  "type": {
2517
2517
  "text": "ShadowRootInit"
2518
2518
  },
@@ -2520,7 +2520,7 @@
2520
2520
  },
2521
2521
  {
2522
2522
  "kind": "variable",
2523
- "name": "defaultAccordionConfig",
2523
+ "name": "defaultAnchorConfig",
2524
2524
  "type": {
2525
2525
  "text": "object"
2526
2526
  },
@@ -2528,49 +2528,49 @@
2528
2528
  },
2529
2529
  {
2530
2530
  "kind": "variable",
2531
- "name": "foundationAccordion",
2532
- "description": "The Foundation Accordion",
2531
+ "name": "foundationAnchor",
2532
+ "description": "The Foundation Anchor",
2533
2533
  "privacy": "public"
2534
2534
  }
2535
2535
  ],
2536
2536
  "exports": [
2537
2537
  {
2538
2538
  "kind": "js",
2539
- "name": "Accordion",
2539
+ "name": "Anchor",
2540
2540
  "declaration": {
2541
- "name": "Accordion",
2542
- "module": "src/accordion/accordion.ts"
2541
+ "name": "Anchor",
2542
+ "module": "src/anchor/anchor.ts"
2543
2543
  }
2544
2544
  },
2545
2545
  {
2546
2546
  "kind": "js",
2547
- "name": "foundationAccordionShadowOptions",
2547
+ "name": "foundationAnchorShadowOptions",
2548
2548
  "declaration": {
2549
- "name": "foundationAccordionShadowOptions",
2550
- "module": "src/accordion/accordion.ts"
2549
+ "name": "foundationAnchorShadowOptions",
2550
+ "module": "src/anchor/anchor.ts"
2551
2551
  }
2552
2552
  },
2553
2553
  {
2554
2554
  "kind": "js",
2555
- "name": "defaultAccordionConfig",
2555
+ "name": "defaultAnchorConfig",
2556
2556
  "declaration": {
2557
- "name": "defaultAccordionConfig",
2558
- "module": "src/accordion/accordion.ts"
2557
+ "name": "defaultAnchorConfig",
2558
+ "module": "src/anchor/anchor.ts"
2559
2559
  }
2560
2560
  },
2561
2561
  {
2562
2562
  "kind": "js",
2563
- "name": "foundationAccordion",
2563
+ "name": "foundationAnchor",
2564
2564
  "declaration": {
2565
- "name": "foundationAccordion",
2566
- "module": "src/accordion/accordion.ts"
2565
+ "name": "foundationAnchor",
2566
+ "module": "src/anchor/anchor.ts"
2567
2567
  }
2568
2568
  }
2569
2569
  ]
2570
2570
  },
2571
2571
  {
2572
2572
  "kind": "javascript-module",
2573
- "path": "src/accordion/index.ts",
2573
+ "path": "src/anchor/index.ts",
2574
2574
  "declarations": [],
2575
2575
  "exports": [
2576
2576
  {
@@ -2578,7 +2578,7 @@
2578
2578
  "name": "*",
2579
2579
  "declaration": {
2580
2580
  "name": "*",
2581
- "package": "./accordion.template"
2581
+ "package": "./anchor.template"
2582
2582
  }
2583
2583
  },
2584
2584
  {
@@ -2586,7 +2586,7 @@
2586
2586
  "name": "*",
2587
2587
  "declaration": {
2588
2588
  "name": "*",
2589
- "package": "./accordion.styles"
2589
+ "package": "./anchor.styles"
2590
2590
  }
2591
2591
  },
2592
2592
  {
@@ -2594,7 +2594,7 @@
2594
2594
  "name": "*",
2595
2595
  "declaration": {
2596
2596
  "name": "*",
2597
- "package": "./accordion"
2597
+ "package": "./anchor"
2598
2598
  }
2599
2599
  }
2600
2600
  ]