@genesislcap/foundation-ui 14.304.1 → 14.304.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 +741 -741
  2. package/package.json +18 -18
@@ -1255,219 +1255,6 @@
1255
1255
  }
1256
1256
  ]
1257
1257
  },
1258
- {
1259
- "kind": "javascript-module",
1260
- "path": "src/_config/index.ts",
1261
- "declarations": [],
1262
- "exports": [
1263
- {
1264
- "kind": "js",
1265
- "name": "*",
1266
- "declaration": {
1267
- "name": "*",
1268
- "package": "./styles"
1269
- }
1270
- },
1271
- {
1272
- "kind": "js",
1273
- "name": "*",
1274
- "declaration": {
1275
- "name": "*",
1276
- "package": "./tokens"
1277
- }
1278
- },
1279
- {
1280
- "kind": "js",
1281
- "name": "*",
1282
- "declaration": {
1283
- "name": "*",
1284
- "package": "./values"
1285
- }
1286
- }
1287
- ]
1288
- },
1289
- {
1290
- "kind": "javascript-module",
1291
- "path": "src/accordion/accordion.styles.ts",
1292
- "declarations": [
1293
- {
1294
- "kind": "function",
1295
- "name": "foundationAccordionStyles",
1296
- "return": {
1297
- "type": {
1298
- "text": "ElementStyles"
1299
- }
1300
- },
1301
- "parameters": [
1302
- {
1303
- "name": "context",
1304
- "type": {
1305
- "text": "ElementDefinitionContext"
1306
- }
1307
- },
1308
- {
1309
- "name": "definition",
1310
- "type": {
1311
- "text": "FoundationElementDefinition"
1312
- }
1313
- }
1314
- ]
1315
- }
1316
- ],
1317
- "exports": [
1318
- {
1319
- "kind": "js",
1320
- "name": "foundationAccordionStyles",
1321
- "declaration": {
1322
- "name": "foundationAccordionStyles",
1323
- "module": "src/accordion/accordion.styles.ts"
1324
- }
1325
- }
1326
- ]
1327
- },
1328
- {
1329
- "kind": "javascript-module",
1330
- "path": "src/accordion/accordion.template.ts",
1331
- "declarations": [
1332
- {
1333
- "kind": "function",
1334
- "name": "foundationAccordionTemplate",
1335
- "return": {
1336
- "type": {
1337
- "text": "ViewTemplate<Accordion>"
1338
- }
1339
- },
1340
- "parameters": [
1341
- {
1342
- "name": "context",
1343
- "type": {
1344
- "text": "ElementDefinitionContext"
1345
- }
1346
- },
1347
- {
1348
- "name": "definition",
1349
- "type": {
1350
- "text": "FoundationElementDefinition"
1351
- }
1352
- }
1353
- ]
1354
- }
1355
- ],
1356
- "exports": [
1357
- {
1358
- "kind": "js",
1359
- "name": "foundationAccordionTemplate",
1360
- "declaration": {
1361
- "name": "foundationAccordionTemplate",
1362
- "module": "src/accordion/accordion.template.ts"
1363
- }
1364
- }
1365
- ]
1366
- },
1367
- {
1368
- "kind": "javascript-module",
1369
- "path": "src/accordion/accordion.ts",
1370
- "declarations": [
1371
- {
1372
- "kind": "class",
1373
- "description": "",
1374
- "name": "Accordion",
1375
- "superclass": {
1376
- "name": "FASTAccordion",
1377
- "package": "@microsoft/fast-foundation"
1378
- },
1379
- "tagName": "%%prefix%%-accordion",
1380
- "customElement": true
1381
- },
1382
- {
1383
- "kind": "variable",
1384
- "name": "foundationAccordionShadowOptions",
1385
- "type": {
1386
- "text": "ShadowRootInit"
1387
- },
1388
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
1389
- },
1390
- {
1391
- "kind": "variable",
1392
- "name": "defaultAccordionConfig",
1393
- "type": {
1394
- "text": "object"
1395
- },
1396
- "default": "{}"
1397
- },
1398
- {
1399
- "kind": "variable",
1400
- "name": "foundationAccordion",
1401
- "description": "The Foundation Accordion",
1402
- "privacy": "public"
1403
- }
1404
- ],
1405
- "exports": [
1406
- {
1407
- "kind": "js",
1408
- "name": "Accordion",
1409
- "declaration": {
1410
- "name": "Accordion",
1411
- "module": "src/accordion/accordion.ts"
1412
- }
1413
- },
1414
- {
1415
- "kind": "js",
1416
- "name": "foundationAccordionShadowOptions",
1417
- "declaration": {
1418
- "name": "foundationAccordionShadowOptions",
1419
- "module": "src/accordion/accordion.ts"
1420
- }
1421
- },
1422
- {
1423
- "kind": "js",
1424
- "name": "defaultAccordionConfig",
1425
- "declaration": {
1426
- "name": "defaultAccordionConfig",
1427
- "module": "src/accordion/accordion.ts"
1428
- }
1429
- },
1430
- {
1431
- "kind": "js",
1432
- "name": "foundationAccordion",
1433
- "declaration": {
1434
- "name": "foundationAccordion",
1435
- "module": "src/accordion/accordion.ts"
1436
- }
1437
- }
1438
- ]
1439
- },
1440
- {
1441
- "kind": "javascript-module",
1442
- "path": "src/accordion/index.ts",
1443
- "declarations": [],
1444
- "exports": [
1445
- {
1446
- "kind": "js",
1447
- "name": "*",
1448
- "declaration": {
1449
- "name": "*",
1450
- "package": "./accordion.template"
1451
- }
1452
- },
1453
- {
1454
- "kind": "js",
1455
- "name": "*",
1456
- "declaration": {
1457
- "name": "*",
1458
- "package": "./accordion.styles"
1459
- }
1460
- },
1461
- {
1462
- "kind": "js",
1463
- "name": "*",
1464
- "declaration": {
1465
- "name": "*",
1466
- "package": "./accordion"
1467
- }
1468
- }
1469
- ]
1470
- },
1471
1258
  {
1472
1259
  "kind": "javascript-module",
1473
1260
  "path": "src/accordion-item/accordion-item.styles.ts",
@@ -1864,11 +1651,42 @@
1864
1651
  },
1865
1652
  {
1866
1653
  "kind": "javascript-module",
1867
- "path": "src/actions-menu/actions-menu.styles.ts",
1654
+ "path": "src/_config/index.ts",
1655
+ "declarations": [],
1656
+ "exports": [
1657
+ {
1658
+ "kind": "js",
1659
+ "name": "*",
1660
+ "declaration": {
1661
+ "name": "*",
1662
+ "package": "./styles"
1663
+ }
1664
+ },
1665
+ {
1666
+ "kind": "js",
1667
+ "name": "*",
1668
+ "declaration": {
1669
+ "name": "*",
1670
+ "package": "./tokens"
1671
+ }
1672
+ },
1673
+ {
1674
+ "kind": "js",
1675
+ "name": "*",
1676
+ "declaration": {
1677
+ "name": "*",
1678
+ "package": "./values"
1679
+ }
1680
+ }
1681
+ ]
1682
+ },
1683
+ {
1684
+ "kind": "javascript-module",
1685
+ "path": "src/anchor/anchor.styles.ts",
1868
1686
  "declarations": [
1869
1687
  {
1870
1688
  "kind": "function",
1871
- "name": "actionsMenuBaseStyles",
1689
+ "name": "foundationAnchorStyles",
1872
1690
  "return": {
1873
1691
  "type": {
1874
1692
  "text": "ElementStyles"
@@ -1888,297 +1706,297 @@
1888
1706
  }
1889
1707
  }
1890
1708
  ]
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
- },
1709
+ }
1710
+ ],
1711
+ "exports": [
1925
1712
  {
1926
1713
  "kind": "js",
1927
- "name": "foundationActionsMenuStyles",
1714
+ "name": "foundationAnchorStyles",
1928
1715
  "declaration": {
1929
- "name": "foundationActionsMenuStyles",
1930
- "module": "src/actions-menu/actions-menu.styles.ts"
1716
+ "name": "foundationAnchorStyles",
1717
+ "module": "src/anchor/anchor.styles.ts"
1931
1718
  }
1932
1719
  }
1933
1720
  ]
1934
1721
  },
1935
1722
  {
1936
1723
  "kind": "javascript-module",
1937
- "path": "src/actions-menu/actions-menu.template.ts",
1724
+ "path": "src/anchor/anchor.template.ts",
1938
1725
  "declarations": [
1939
1726
  {
1940
1727
  "kind": "function",
1941
- "name": "menuTemplate",
1728
+ "name": "foundationAnchorTemplate",
1729
+ "return": {
1730
+ "type": {
1731
+ "text": "ViewTemplate<Anchor>"
1732
+ }
1733
+ },
1942
1734
  "parameters": [
1943
1735
  {
1944
- "name": "prefix",
1736
+ "name": "context",
1945
1737
  "type": {
1946
- "text": "string"
1738
+ "text": "ElementDefinitionContext"
1947
1739
  }
1948
- }
1949
- ]
1950
- },
1951
- {
1952
- "kind": "function",
1953
- "name": "singleOptionTemplate",
1954
- "parameters": [
1740
+ },
1955
1741
  {
1956
- "name": "prefix",
1742
+ "name": "definition",
1957
1743
  "type": {
1958
- "text": "string"
1744
+ "text": "FoundationElementDefinition"
1959
1745
  }
1960
1746
  }
1961
1747
  ]
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
1748
  }
1971
1749
  ],
1972
1750
  "exports": [
1973
1751
  {
1974
1752
  "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",
1753
+ "name": "foundationAnchorTemplate",
1992
1754
  "declaration": {
1993
- "name": "foundationActionsMenuTemplate",
1994
- "module": "src/actions-menu/actions-menu.template.ts"
1755
+ "name": "foundationAnchorTemplate",
1756
+ "module": "src/anchor/anchor.template.ts"
1995
1757
  }
1996
1758
  }
1997
1759
  ]
1998
1760
  },
1999
1761
  {
2000
1762
  "kind": "javascript-module",
2001
- "path": "src/actions-menu/actions-menu.ts",
1763
+ "path": "src/anchor/anchor.ts",
2002
1764
  "declarations": [
2003
1765
  {
2004
1766
  "kind": "class",
2005
1767
  "description": "",
2006
- "name": "ActionsMenu",
2007
- "members": [
1768
+ "name": "Anchor",
1769
+ "superclass": {
1770
+ "name": "FASTAnchor",
1771
+ "package": "@microsoft/fast-components"
1772
+ },
1773
+ "tagName": "%%prefix%%-anchor",
1774
+ "customElement": true,
1775
+ "attributes": [
2008
1776
  {
2009
- "kind": "field",
2010
- "name": "actions",
1777
+ "name": "download",
2011
1778
  "type": {
2012
- "text": "ActionMenuItem[]"
1779
+ "text": "string"
1780
+ },
1781
+ "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.",
1782
+ "fieldName": "download",
1783
+ "inheritedFrom": {
1784
+ "name": "Anchor",
1785
+ "module": "src/anchor/anchor.ts"
2013
1786
  }
2014
1787
  },
2015
1788
  {
2016
- "kind": "field",
2017
- "name": "isVertical",
1789
+ "name": "href",
2018
1790
  "type": {
2019
- "text": "boolean"
1791
+ "text": "string"
2020
1792
  },
2021
- "default": "false"
1793
+ "description": "The URL the hyperlink references. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
1794
+ "fieldName": "href",
1795
+ "inheritedFrom": {
1796
+ "name": "Anchor",
1797
+ "module": "src/anchor/anchor.ts"
1798
+ }
2022
1799
  },
2023
1800
  {
2024
- "kind": "field",
2025
- "name": "addDefaultActions",
1801
+ "name": "hreflang",
2026
1802
  "type": {
2027
- "text": "boolean"
1803
+ "text": "string"
2028
1804
  },
2029
- "default": "true"
1805
+ "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.",
1806
+ "fieldName": "hreflang",
1807
+ "inheritedFrom": {
1808
+ "name": "Anchor",
1809
+ "module": "src/anchor/anchor.ts"
1810
+ }
2030
1811
  },
2031
1812
  {
2032
- "kind": "field",
2033
- "name": "autoCloseOnAction",
1813
+ "name": "ping",
2034
1814
  "type": {
2035
- "text": "boolean"
1815
+ "text": "string"
2036
1816
  },
2037
- "default": "true"
1817
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
1818
+ "fieldName": "ping",
1819
+ "inheritedFrom": {
1820
+ "name": "Anchor",
1821
+ "module": "src/anchor/anchor.ts"
1822
+ }
2038
1823
  },
2039
1824
  {
2040
- "kind": "field",
2041
- "name": "classNames",
1825
+ "name": "referrerpolicy",
2042
1826
  "type": {
2043
1827
  "text": "string"
1828
+ },
1829
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
1830
+ "fieldName": "referrerpolicy",
1831
+ "inheritedFrom": {
1832
+ "name": "Anchor",
1833
+ "module": "src/anchor/anchor.ts"
2044
1834
  }
2045
1835
  },
2046
1836
  {
2047
- "kind": "field",
2048
- "name": "definition",
1837
+ "name": "rel",
2049
1838
  "type": {
2050
- "text": "any"
1839
+ "text": "string"
1840
+ },
1841
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
1842
+ "fieldName": "rel",
1843
+ "inheritedFrom": {
1844
+ "name": "Anchor",
1845
+ "module": "src/anchor/anchor.ts"
2051
1846
  }
2052
1847
  },
2053
1848
  {
2054
- "kind": "field",
2055
- "name": "name",
1849
+ "name": "target",
2056
1850
  "type": {
2057
- "text": "string"
1851
+ "text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
2058
1852
  },
2059
- "default": "'Actions'"
1853
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
1854
+ "fieldName": "target",
1855
+ "inheritedFrom": {
1856
+ "name": "Anchor",
1857
+ "module": "src/anchor/anchor.ts"
1858
+ }
2060
1859
  },
1860
+ {
1861
+ "name": "type",
1862
+ "type": {
1863
+ "text": "string"
1864
+ },
1865
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
1866
+ "fieldName": "type",
1867
+ "inheritedFrom": {
1868
+ "name": "Anchor",
1869
+ "module": "src/anchor/anchor.ts"
1870
+ }
1871
+ }
1872
+ ],
1873
+ "members": [
2061
1874
  {
2062
1875
  "kind": "field",
2063
- "name": "open",
1876
+ "name": "download",
2064
1877
  "type": {
2065
- "text": "boolean"
1878
+ "text": "string"
2066
1879
  },
2067
- "default": "false"
1880
+ "privacy": "public",
1881
+ "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.",
1882
+ "inheritedFrom": {
1883
+ "name": "Anchor",
1884
+ "module": "src/anchor/anchor.ts"
1885
+ }
2068
1886
  },
2069
1887
  {
2070
1888
  "kind": "field",
2071
- "name": "buttonAppearance",
1889
+ "name": "href",
2072
1890
  "type": {
2073
1891
  "text": "string"
1892
+ },
1893
+ "privacy": "public",
1894
+ "description": "The URL the hyperlink references. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
1895
+ "inheritedFrom": {
1896
+ "name": "Anchor",
1897
+ "module": "src/anchor/anchor.ts"
2074
1898
  }
2075
1899
  },
2076
1900
  {
2077
1901
  "kind": "field",
2078
- "name": "hideDisabled",
1902
+ "name": "hreflang",
2079
1903
  "type": {
2080
- "text": "boolean"
1904
+ "text": "string"
2081
1905
  },
2082
- "default": "false"
1906
+ "privacy": "public",
1907
+ "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.",
1908
+ "inheritedFrom": {
1909
+ "name": "Anchor",
1910
+ "module": "src/anchor/anchor.ts"
1911
+ }
2083
1912
  },
2084
1913
  {
2085
1914
  "kind": "field",
2086
- "name": "hideMenuSingleOption",
1915
+ "name": "ping",
2087
1916
  "type": {
2088
- "text": "boolean"
1917
+ "text": "string"
2089
1918
  },
2090
- "default": "false"
1919
+ "privacy": "public",
1920
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
1921
+ "inheritedFrom": {
1922
+ "name": "Anchor",
1923
+ "module": "src/anchor/anchor.ts"
1924
+ }
2091
1925
  },
2092
1926
  {
2093
1927
  "kind": "field",
2094
- "name": "singleOption",
1928
+ "name": "referrerpolicy",
2095
1929
  "type": {
2096
- "text": "ActionMenuItem"
1930
+ "text": "string"
1931
+ },
1932
+ "privacy": "public",
1933
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
1934
+ "inheritedFrom": {
1935
+ "name": "Anchor",
1936
+ "module": "src/anchor/anchor.ts"
2097
1937
  }
2098
1938
  },
2099
1939
  {
2100
1940
  "kind": "field",
2101
- "name": "actionsMenu",
1941
+ "name": "rel",
2102
1942
  "type": {
2103
- "text": "HTMLElement"
1943
+ "text": "string"
1944
+ },
1945
+ "privacy": "public",
1946
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
1947
+ "inheritedFrom": {
1948
+ "name": "Anchor",
1949
+ "module": "src/anchor/anchor.ts"
2104
1950
  }
2105
1951
  },
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
1952
  {
2147
1953
  "kind": "field",
2148
- "name": "allActions",
1954
+ "name": "target",
2149
1955
  "type": {
2150
- "text": "ActionMenuItem[]"
1956
+ "text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
2151
1957
  },
2152
- "readonly": true
1958
+ "privacy": "public",
1959
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
1960
+ "inheritedFrom": {
1961
+ "name": "Anchor",
1962
+ "module": "src/anchor/anchor.ts"
1963
+ }
2153
1964
  },
2154
1965
  {
2155
1966
  "kind": "field",
2156
- "name": "rowData",
2157
- "readonly": true
1967
+ "name": "type",
1968
+ "type": {
1969
+ "text": "string"
1970
+ },
1971
+ "privacy": "public",
1972
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
1973
+ "inheritedFrom": {
1974
+ "name": "Anchor",
1975
+ "module": "src/anchor/anchor.ts"
1976
+ }
2158
1977
  },
2159
1978
  {
2160
- "kind": "method",
2161
- "name": "getLabel",
2162
- "parameters": [
2163
- {
2164
- "name": "name",
2165
- "type": {
2166
- "text": "string | ((rowData: any) => string)"
2167
- }
2168
- }
2169
- ]
1979
+ "kind": "field",
1980
+ "name": "control",
1981
+ "type": {
1982
+ "text": "HTMLAnchorElement | undefined"
1983
+ },
1984
+ "privacy": "public",
1985
+ "description": "References the root element",
1986
+ "inheritedFrom": {
1987
+ "name": "Anchor",
1988
+ "module": "src/anchor/anchor.ts"
1989
+ }
2170
1990
  },
2171
1991
  {
2172
- "kind": "method",
2173
- "name": "getTemplate",
2174
- "parameters": [
2175
- {
2176
- "name": "prefix",
2177
- "type": {
2178
- "text": "string"
2179
- }
2180
- }
2181
- ]
1992
+ "kind": "field",
1993
+ "name": "handleUnsupportedDelegatesFocus",
1994
+ "privacy": "private",
1995
+ "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",
1996
+ "inheritedFrom": {
1997
+ "name": "Anchor",
1998
+ "module": "src/anchor/anchor.ts"
1999
+ }
2182
2000
  },
2183
2001
  {
2184
2002
  "kind": "field",
@@ -2291,108 +2109,69 @@
2291
2109
  "module": "src/foundation-element/foundation-element.ts"
2292
2110
  }
2293
2111
  }
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"
2112
+ ]
2113
+ },
2114
+ {
2115
+ "kind": "variable",
2116
+ "name": "foundationAnchorShadowOptions",
2117
+ "type": {
2118
+ "text": "ShadowRootInit"
2363
2119
  },
2364
- "tagName": "%%prefix%%-actions-menu",
2365
- "customElement": true
2120
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
2366
2121
  },
2367
2122
  {
2368
2123
  "kind": "variable",
2369
- "name": "foundationActionsMenu",
2370
- "description": "The Foundation Actions Menu",
2124
+ "name": "defaultAnchorConfig",
2125
+ "type": {
2126
+ "text": "object"
2127
+ },
2128
+ "default": "{}"
2129
+ },
2130
+ {
2131
+ "kind": "variable",
2132
+ "name": "foundationAnchor",
2133
+ "description": "The Foundation Anchor",
2371
2134
  "privacy": "public"
2372
2135
  }
2373
2136
  ],
2374
2137
  "exports": [
2375
2138
  {
2376
2139
  "kind": "js",
2377
- "name": "ActionsMenu",
2140
+ "name": "Anchor",
2378
2141
  "declaration": {
2379
- "name": "ActionsMenu",
2380
- "module": "src/actions-menu/actions-menu.ts"
2142
+ "name": "Anchor",
2143
+ "module": "src/anchor/anchor.ts"
2381
2144
  }
2382
2145
  },
2383
2146
  {
2384
2147
  "kind": "js",
2385
- "name": "foundationActionsMenu",
2148
+ "name": "foundationAnchorShadowOptions",
2386
2149
  "declaration": {
2387
- "name": "foundationActionsMenu",
2388
- "module": "src/actions-menu/actions-menu.ts"
2150
+ "name": "foundationAnchorShadowOptions",
2151
+ "module": "src/anchor/anchor.ts"
2152
+ }
2153
+ },
2154
+ {
2155
+ "kind": "js",
2156
+ "name": "defaultAnchorConfig",
2157
+ "declaration": {
2158
+ "name": "defaultAnchorConfig",
2159
+ "module": "src/anchor/anchor.ts"
2160
+ }
2161
+ },
2162
+ {
2163
+ "kind": "js",
2164
+ "name": "foundationAnchor",
2165
+ "declaration": {
2166
+ "name": "foundationAnchor",
2167
+ "module": "src/anchor/anchor.ts"
2389
2168
  }
2390
2169
  }
2391
2170
  ]
2392
2171
  },
2393
2172
  {
2394
2173
  "kind": "javascript-module",
2395
- "path": "src/actions-menu/index.ts",
2174
+ "path": "src/anchor/index.ts",
2396
2175
  "declarations": [],
2397
2176
  "exports": [
2398
2177
  {
@@ -2400,7 +2179,7 @@
2400
2179
  "name": "*",
2401
2180
  "declaration": {
2402
2181
  "name": "*",
2403
- "package": "./actions-menu.styles"
2182
+ "package": "./anchor.template"
2404
2183
  }
2405
2184
  },
2406
2185
  {
@@ -2408,7 +2187,7 @@
2408
2187
  "name": "*",
2409
2188
  "declaration": {
2410
2189
  "name": "*",
2411
- "package": "./actions-menu.template"
2190
+ "package": "./anchor.styles"
2412
2191
  }
2413
2192
  },
2414
2193
  {
@@ -2416,18 +2195,18 @@
2416
2195
  "name": "*",
2417
2196
  "declaration": {
2418
2197
  "name": "*",
2419
- "package": "./actions-menu"
2198
+ "package": "./anchor"
2420
2199
  }
2421
2200
  }
2422
2201
  ]
2423
2202
  },
2424
2203
  {
2425
2204
  "kind": "javascript-module",
2426
- "path": "src/anchor/anchor.styles.ts",
2205
+ "path": "src/actions-menu/actions-menu.styles.ts",
2427
2206
  "declarations": [
2428
2207
  {
2429
2208
  "kind": "function",
2430
- "name": "foundationAnchorStyles",
2209
+ "name": "actionsMenuBaseStyles",
2431
2210
  "return": {
2432
2211
  "type": {
2433
2212
  "text": "ElementStyles"
@@ -2447,29 +2226,13 @@
2447
2226
  }
2448
2227
  }
2449
2228
  ]
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": [
2229
+ },
2467
2230
  {
2468
2231
  "kind": "function",
2469
- "name": "foundationAnchorTemplate",
2232
+ "name": "foundationActionsMenuStyles",
2470
2233
  "return": {
2471
2234
  "type": {
2472
- "text": "ViewTemplate<Anchor>"
2235
+ "text": "ElementStyles"
2473
2236
  }
2474
2237
  },
2475
2238
  "parameters": [
@@ -2491,253 +2254,269 @@
2491
2254
  "exports": [
2492
2255
  {
2493
2256
  "kind": "js",
2494
- "name": "foundationAnchorTemplate",
2257
+ "name": "actionsMenuBaseStyles",
2495
2258
  "declaration": {
2496
- "name": "foundationAnchorTemplate",
2497
- "module": "src/anchor/anchor.template.ts"
2259
+ "name": "actionsMenuBaseStyles",
2260
+ "module": "src/actions-menu/actions-menu.styles.ts"
2261
+ }
2262
+ },
2263
+ {
2264
+ "kind": "js",
2265
+ "name": "foundationActionsMenuStyles",
2266
+ "declaration": {
2267
+ "name": "foundationActionsMenuStyles",
2268
+ "module": "src/actions-menu/actions-menu.styles.ts"
2498
2269
  }
2499
2270
  }
2500
2271
  ]
2501
2272
  },
2502
2273
  {
2503
2274
  "kind": "javascript-module",
2504
- "path": "src/anchor/anchor.ts",
2275
+ "path": "src/actions-menu/actions-menu.template.ts",
2505
2276
  "declarations": [
2506
2277
  {
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": [
2278
+ "kind": "function",
2279
+ "name": "menuTemplate",
2280
+ "parameters": [
2517
2281
  {
2518
- "name": "download",
2282
+ "name": "prefix",
2519
2283
  "type": {
2520
2284
  "text": "string"
2521
- },
2522
- "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.",
2523
- "fieldName": "download",
2524
- "inheritedFrom": {
2525
- "name": "Anchor",
2526
- "module": "src/anchor/anchor.ts"
2527
2285
  }
2528
- },
2286
+ }
2287
+ ]
2288
+ },
2289
+ {
2290
+ "kind": "function",
2291
+ "name": "singleOptionTemplate",
2292
+ "parameters": [
2529
2293
  {
2530
- "name": "href",
2294
+ "name": "prefix",
2531
2295
  "type": {
2532
2296
  "text": "string"
2533
- },
2534
- "description": "The URL the hyperlink references. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
2535
- "fieldName": "href",
2536
- "inheritedFrom": {
2537
- "name": "Anchor",
2538
- "module": "src/anchor/anchor.ts"
2539
2297
  }
2540
- },
2541
- {
2542
- "name": "hreflang",
2543
- "type": {
2544
- "text": "string"
2545
- },
2546
- "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.",
2547
- "fieldName": "hreflang",
2548
- "inheritedFrom": {
2549
- "name": "Anchor",
2550
- "module": "src/anchor/anchor.ts"
2551
- }
2552
- },
2298
+ }
2299
+ ]
2300
+ },
2301
+ {
2302
+ "kind": "variable",
2303
+ "name": "foundationActionsMenuTemplate",
2304
+ "type": {
2305
+ "text": "ViewTemplate<ActionsMenu>"
2306
+ },
2307
+ "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`"
2308
+ }
2309
+ ],
2310
+ "exports": [
2311
+ {
2312
+ "kind": "js",
2313
+ "name": "menuTemplate",
2314
+ "declaration": {
2315
+ "name": "menuTemplate",
2316
+ "module": "src/actions-menu/actions-menu.template.ts"
2317
+ }
2318
+ },
2319
+ {
2320
+ "kind": "js",
2321
+ "name": "singleOptionTemplate",
2322
+ "declaration": {
2323
+ "name": "singleOptionTemplate",
2324
+ "module": "src/actions-menu/actions-menu.template.ts"
2325
+ }
2326
+ },
2327
+ {
2328
+ "kind": "js",
2329
+ "name": "foundationActionsMenuTemplate",
2330
+ "declaration": {
2331
+ "name": "foundationActionsMenuTemplate",
2332
+ "module": "src/actions-menu/actions-menu.template.ts"
2333
+ }
2334
+ }
2335
+ ]
2336
+ },
2337
+ {
2338
+ "kind": "javascript-module",
2339
+ "path": "src/actions-menu/actions-menu.ts",
2340
+ "declarations": [
2341
+ {
2342
+ "kind": "class",
2343
+ "description": "",
2344
+ "name": "ActionsMenu",
2345
+ "members": [
2553
2346
  {
2554
- "name": "ping",
2347
+ "kind": "field",
2348
+ "name": "actions",
2555
2349
  "type": {
2556
- "text": "string"
2557
- },
2558
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
2559
- "fieldName": "ping",
2560
- "inheritedFrom": {
2561
- "name": "Anchor",
2562
- "module": "src/anchor/anchor.ts"
2350
+ "text": "ActionMenuItem[]"
2563
2351
  }
2564
2352
  },
2565
2353
  {
2566
- "name": "referrerpolicy",
2354
+ "kind": "field",
2355
+ "name": "isVertical",
2567
2356
  "type": {
2568
- "text": "string"
2357
+ "text": "boolean"
2569
2358
  },
2570
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
2571
- "fieldName": "referrerpolicy",
2572
- "inheritedFrom": {
2573
- "name": "Anchor",
2574
- "module": "src/anchor/anchor.ts"
2575
- }
2359
+ "default": "false"
2576
2360
  },
2577
2361
  {
2578
- "name": "rel",
2362
+ "kind": "field",
2363
+ "name": "addDefaultActions",
2579
2364
  "type": {
2580
- "text": "string"
2365
+ "text": "boolean"
2581
2366
  },
2582
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
2583
- "fieldName": "rel",
2584
- "inheritedFrom": {
2585
- "name": "Anchor",
2586
- "module": "src/anchor/anchor.ts"
2587
- }
2367
+ "default": "true"
2588
2368
  },
2589
2369
  {
2590
- "name": "target",
2370
+ "kind": "field",
2371
+ "name": "autoCloseOnAction",
2591
2372
  "type": {
2592
- "text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
2373
+ "text": "boolean"
2593
2374
  },
2594
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
2595
- "fieldName": "target",
2596
- "inheritedFrom": {
2597
- "name": "Anchor",
2598
- "module": "src/anchor/anchor.ts"
2599
- }
2375
+ "default": "true"
2600
2376
  },
2601
2377
  {
2602
- "name": "type",
2378
+ "kind": "field",
2379
+ "name": "classNames",
2603
2380
  "type": {
2604
2381
  "text": "string"
2605
- },
2606
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
2607
- "fieldName": "type",
2608
- "inheritedFrom": {
2609
- "name": "Anchor",
2610
- "module": "src/anchor/anchor.ts"
2611
2382
  }
2612
- }
2613
- ],
2614
- "members": [
2383
+ },
2615
2384
  {
2616
2385
  "kind": "field",
2617
- "name": "download",
2386
+ "name": "definition",
2618
2387
  "type": {
2619
- "text": "string"
2620
- },
2621
- "privacy": "public",
2622
- "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.",
2623
- "inheritedFrom": {
2624
- "name": "Anchor",
2625
- "module": "src/anchor/anchor.ts"
2388
+ "text": "any"
2626
2389
  }
2627
2390
  },
2628
2391
  {
2629
2392
  "kind": "field",
2630
- "name": "href",
2393
+ "name": "name",
2631
2394
  "type": {
2632
2395
  "text": "string"
2633
2396
  },
2634
- "privacy": "public",
2635
- "description": "The URL the hyperlink references. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2636
- "inheritedFrom": {
2637
- "name": "Anchor",
2638
- "module": "src/anchor/anchor.ts"
2639
- }
2397
+ "default": "'Actions'"
2640
2398
  },
2641
2399
  {
2642
2400
  "kind": "field",
2643
- "name": "hreflang",
2401
+ "name": "open",
2644
2402
  "type": {
2645
- "text": "string"
2403
+ "text": "boolean"
2646
2404
  },
2647
- "privacy": "public",
2648
- "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.",
2649
- "inheritedFrom": {
2650
- "name": "Anchor",
2651
- "module": "src/anchor/anchor.ts"
2652
- }
2405
+ "default": "false"
2653
2406
  },
2654
2407
  {
2655
2408
  "kind": "field",
2656
- "name": "ping",
2409
+ "name": "buttonAppearance",
2657
2410
  "type": {
2658
2411
  "text": "string"
2659
- },
2660
- "privacy": "public",
2661
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2662
- "inheritedFrom": {
2663
- "name": "Anchor",
2664
- "module": "src/anchor/anchor.ts"
2665
2412
  }
2666
2413
  },
2667
2414
  {
2668
2415
  "kind": "field",
2669
- "name": "referrerpolicy",
2416
+ "name": "hideDisabled",
2670
2417
  "type": {
2671
- "text": "string"
2418
+ "text": "boolean"
2672
2419
  },
2673
- "privacy": "public",
2674
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2675
- "inheritedFrom": {
2676
- "name": "Anchor",
2677
- "module": "src/anchor/anchor.ts"
2678
- }
2420
+ "default": "false"
2679
2421
  },
2680
2422
  {
2681
2423
  "kind": "field",
2682
- "name": "rel",
2424
+ "name": "hideMenuSingleOption",
2683
2425
  "type": {
2684
- "text": "string"
2426
+ "text": "boolean"
2685
2427
  },
2686
- "privacy": "public",
2687
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2688
- "inheritedFrom": {
2689
- "name": "Anchor",
2690
- "module": "src/anchor/anchor.ts"
2691
- }
2428
+ "default": "false"
2692
2429
  },
2693
2430
  {
2694
2431
  "kind": "field",
2695
- "name": "target",
2432
+ "name": "singleOption",
2696
2433
  "type": {
2697
- "text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
2698
- },
2699
- "privacy": "public",
2700
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2701
- "inheritedFrom": {
2702
- "name": "Anchor",
2703
- "module": "src/anchor/anchor.ts"
2434
+ "text": "ActionMenuItem"
2704
2435
  }
2705
2436
  },
2706
2437
  {
2707
2438
  "kind": "field",
2708
- "name": "type",
2439
+ "name": "actionsMenu",
2709
2440
  "type": {
2710
- "text": "string"
2711
- },
2712
- "privacy": "public",
2713
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2714
- "inheritedFrom": {
2715
- "name": "Anchor",
2716
- "module": "src/anchor/anchor.ts"
2441
+ "text": "HTMLElement"
2717
2442
  }
2718
2443
  },
2444
+ {
2445
+ "kind": "method",
2446
+ "name": "definitionChanged",
2447
+ "privacy": "protected",
2448
+ "parameters": [
2449
+ {
2450
+ "name": "oldValue",
2451
+ "type": {
2452
+ "text": "any"
2453
+ }
2454
+ },
2455
+ {
2456
+ "name": "newValue",
2457
+ "type": {
2458
+ "text": "any"
2459
+ }
2460
+ }
2461
+ ]
2462
+ },
2463
+ {
2464
+ "kind": "method",
2465
+ "name": "openChanged",
2466
+ "privacy": "protected"
2467
+ },
2468
+ {
2469
+ "kind": "method",
2470
+ "name": "toggleActionsMenuVisibility"
2471
+ },
2472
+ {
2473
+ "kind": "method",
2474
+ "name": "onActionMenuItemClick",
2475
+ "parameters": [
2476
+ {
2477
+ "name": "callback",
2478
+ "type": {
2479
+ "text": "(rowData) => void | any"
2480
+ }
2481
+ }
2482
+ ]
2483
+ },
2719
2484
  {
2720
2485
  "kind": "field",
2721
- "name": "control",
2486
+ "name": "allActions",
2722
2487
  "type": {
2723
- "text": "HTMLAnchorElement | undefined"
2488
+ "text": "ActionMenuItem[]"
2724
2489
  },
2725
- "privacy": "public",
2726
- "description": "References the root element",
2727
- "inheritedFrom": {
2728
- "name": "Anchor",
2729
- "module": "src/anchor/anchor.ts"
2730
- }
2490
+ "readonly": true
2731
2491
  },
2732
2492
  {
2733
2493
  "kind": "field",
2734
- "name": "handleUnsupportedDelegatesFocus",
2735
- "privacy": "private",
2736
- "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",
2737
- "inheritedFrom": {
2738
- "name": "Anchor",
2739
- "module": "src/anchor/anchor.ts"
2740
- }
2494
+ "name": "rowData",
2495
+ "readonly": true
2496
+ },
2497
+ {
2498
+ "kind": "method",
2499
+ "name": "getLabel",
2500
+ "parameters": [
2501
+ {
2502
+ "name": "name",
2503
+ "type": {
2504
+ "text": "string | ((rowData: any) => string)"
2505
+ }
2506
+ }
2507
+ ]
2508
+ },
2509
+ {
2510
+ "kind": "method",
2511
+ "name": "getTemplate",
2512
+ "parameters": [
2513
+ {
2514
+ "name": "prefix",
2515
+ "type": {
2516
+ "text": "string"
2517
+ }
2518
+ }
2519
+ ]
2741
2520
  },
2742
2521
  {
2743
2522
  "kind": "field",
@@ -2779,82 +2558,303 @@
2779
2558
  }
2780
2559
  },
2781
2560
  {
2782
- "kind": "method",
2783
- "name": "templateChanged",
2784
- "privacy": "protected",
2785
- "return": {
2786
- "type": {
2787
- "text": "void"
2788
- }
2561
+ "kind": "method",
2562
+ "name": "templateChanged",
2563
+ "privacy": "protected",
2564
+ "return": {
2565
+ "type": {
2566
+ "text": "void"
2567
+ }
2568
+ },
2569
+ "inheritedFrom": {
2570
+ "name": "FoundationElement",
2571
+ "module": "src/foundation-element/foundation-element.ts"
2572
+ }
2573
+ },
2574
+ {
2575
+ "kind": "field",
2576
+ "name": "styles",
2577
+ "type": {
2578
+ "text": "ElementStyles | void | null"
2579
+ },
2580
+ "privacy": "public",
2581
+ "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.",
2582
+ "inheritedFrom": {
2583
+ "name": "FoundationElement",
2584
+ "module": "src/foundation-element/foundation-element.ts"
2585
+ }
2586
+ },
2587
+ {
2588
+ "kind": "method",
2589
+ "name": "stylesChanged",
2590
+ "privacy": "protected",
2591
+ "return": {
2592
+ "type": {
2593
+ "text": "void"
2594
+ }
2595
+ },
2596
+ "inheritedFrom": {
2597
+ "name": "FoundationElement",
2598
+ "module": "src/foundation-element/foundation-element.ts"
2599
+ }
2600
+ },
2601
+ {
2602
+ "kind": "method",
2603
+ "name": "compose",
2604
+ "privacy": "public",
2605
+ "static": true,
2606
+ "return": {
2607
+ "type": {
2608
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
2609
+ }
2610
+ },
2611
+ "parameters": [
2612
+ {
2613
+ "name": "this",
2614
+ "type": {
2615
+ "text": "K"
2616
+ }
2617
+ },
2618
+ {
2619
+ "name": "elementDefinition",
2620
+ "type": {
2621
+ "text": "T"
2622
+ },
2623
+ "description": "The definition of the element to create the registry\nfunction for."
2624
+ }
2625
+ ],
2626
+ "description": "Defines an element registry function with a set of element definition defaults.",
2627
+ "inheritedFrom": {
2628
+ "name": "FoundationElement",
2629
+ "module": "src/foundation-element/foundation-element.ts"
2630
+ }
2631
+ }
2632
+ ],
2633
+ "attributes": [
2634
+ {
2635
+ "name": "is-vertical",
2636
+ "type": {
2637
+ "text": "boolean"
2638
+ },
2639
+ "default": "false",
2640
+ "fieldName": "isVertical"
2641
+ },
2642
+ {
2643
+ "name": "add-default-actions",
2644
+ "type": {
2645
+ "text": "boolean"
2646
+ },
2647
+ "default": "true",
2648
+ "fieldName": "addDefaultActions"
2649
+ },
2650
+ {
2651
+ "name": "auto-close-on-action",
2652
+ "type": {
2653
+ "text": "boolean"
2654
+ },
2655
+ "default": "true",
2656
+ "fieldName": "autoCloseOnAction"
2657
+ },
2658
+ {
2659
+ "name": "name",
2660
+ "type": {
2661
+ "text": "string"
2662
+ },
2663
+ "default": "'Actions'",
2664
+ "fieldName": "name"
2665
+ },
2666
+ {
2667
+ "name": "open",
2668
+ "type": {
2669
+ "text": "boolean"
2670
+ },
2671
+ "default": "false",
2672
+ "fieldName": "open"
2673
+ },
2674
+ {
2675
+ "name": "buttonAppearance",
2676
+ "type": {
2677
+ "text": "string"
2678
+ },
2679
+ "fieldName": "buttonAppearance"
2680
+ },
2681
+ {
2682
+ "name": "hide-disabled",
2683
+ "type": {
2684
+ "text": "boolean"
2789
2685
  },
2790
- "inheritedFrom": {
2791
- "name": "FoundationElement",
2792
- "module": "src/foundation-element/foundation-element.ts"
2793
- }
2686
+ "default": "false",
2687
+ "fieldName": "hideDisabled"
2794
2688
  },
2795
2689
  {
2796
- "kind": "field",
2797
- "name": "styles",
2690
+ "name": "hide-menu-single-option",
2798
2691
  "type": {
2799
- "text": "ElementStyles | void | null"
2692
+ "text": "boolean"
2800
2693
  },
2801
- "privacy": "public",
2802
- "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.",
2803
- "inheritedFrom": {
2804
- "name": "FoundationElement",
2805
- "module": "src/foundation-element/foundation-element.ts"
2694
+ "default": "false",
2695
+ "fieldName": "hideMenuSingleOption"
2696
+ }
2697
+ ],
2698
+ "superclass": {
2699
+ "name": "FoundationElement",
2700
+ "package": "@microsoft/fast-foundation"
2701
+ },
2702
+ "tagName": "%%prefix%%-actions-menu",
2703
+ "customElement": true
2704
+ },
2705
+ {
2706
+ "kind": "variable",
2707
+ "name": "foundationActionsMenu",
2708
+ "description": "The Foundation Actions Menu",
2709
+ "privacy": "public"
2710
+ }
2711
+ ],
2712
+ "exports": [
2713
+ {
2714
+ "kind": "js",
2715
+ "name": "ActionsMenu",
2716
+ "declaration": {
2717
+ "name": "ActionsMenu",
2718
+ "module": "src/actions-menu/actions-menu.ts"
2719
+ }
2720
+ },
2721
+ {
2722
+ "kind": "js",
2723
+ "name": "foundationActionsMenu",
2724
+ "declaration": {
2725
+ "name": "foundationActionsMenu",
2726
+ "module": "src/actions-menu/actions-menu.ts"
2727
+ }
2728
+ }
2729
+ ]
2730
+ },
2731
+ {
2732
+ "kind": "javascript-module",
2733
+ "path": "src/actions-menu/index.ts",
2734
+ "declarations": [],
2735
+ "exports": [
2736
+ {
2737
+ "kind": "js",
2738
+ "name": "*",
2739
+ "declaration": {
2740
+ "name": "*",
2741
+ "package": "./actions-menu.styles"
2742
+ }
2743
+ },
2744
+ {
2745
+ "kind": "js",
2746
+ "name": "*",
2747
+ "declaration": {
2748
+ "name": "*",
2749
+ "package": "./actions-menu.template"
2750
+ }
2751
+ },
2752
+ {
2753
+ "kind": "js",
2754
+ "name": "*",
2755
+ "declaration": {
2756
+ "name": "*",
2757
+ "package": "./actions-menu"
2758
+ }
2759
+ }
2760
+ ]
2761
+ },
2762
+ {
2763
+ "kind": "javascript-module",
2764
+ "path": "src/accordion/accordion.styles.ts",
2765
+ "declarations": [
2766
+ {
2767
+ "kind": "function",
2768
+ "name": "foundationAccordionStyles",
2769
+ "return": {
2770
+ "type": {
2771
+ "text": "ElementStyles"
2772
+ }
2773
+ },
2774
+ "parameters": [
2775
+ {
2776
+ "name": "context",
2777
+ "type": {
2778
+ "text": "ElementDefinitionContext"
2806
2779
  }
2807
2780
  },
2808
2781
  {
2809
- "kind": "method",
2810
- "name": "stylesChanged",
2811
- "privacy": "protected",
2812
- "return": {
2813
- "type": {
2814
- "text": "void"
2815
- }
2816
- },
2817
- "inheritedFrom": {
2818
- "name": "FoundationElement",
2819
- "module": "src/foundation-element/foundation-element.ts"
2782
+ "name": "definition",
2783
+ "type": {
2784
+ "text": "FoundationElementDefinition"
2785
+ }
2786
+ }
2787
+ ]
2788
+ }
2789
+ ],
2790
+ "exports": [
2791
+ {
2792
+ "kind": "js",
2793
+ "name": "foundationAccordionStyles",
2794
+ "declaration": {
2795
+ "name": "foundationAccordionStyles",
2796
+ "module": "src/accordion/accordion.styles.ts"
2797
+ }
2798
+ }
2799
+ ]
2800
+ },
2801
+ {
2802
+ "kind": "javascript-module",
2803
+ "path": "src/accordion/accordion.template.ts",
2804
+ "declarations": [
2805
+ {
2806
+ "kind": "function",
2807
+ "name": "foundationAccordionTemplate",
2808
+ "return": {
2809
+ "type": {
2810
+ "text": "ViewTemplate<Accordion>"
2811
+ }
2812
+ },
2813
+ "parameters": [
2814
+ {
2815
+ "name": "context",
2816
+ "type": {
2817
+ "text": "ElementDefinitionContext"
2820
2818
  }
2821
2819
  },
2822
2820
  {
2823
- "kind": "method",
2824
- "name": "compose",
2825
- "privacy": "public",
2826
- "static": true,
2827
- "return": {
2828
- "type": {
2829
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
2830
- }
2831
- },
2832
- "parameters": [
2833
- {
2834
- "name": "this",
2835
- "type": {
2836
- "text": "K"
2837
- }
2838
- },
2839
- {
2840
- "name": "elementDefinition",
2841
- "type": {
2842
- "text": "T"
2843
- },
2844
- "description": "The definition of the element to create the registry\nfunction for."
2845
- }
2846
- ],
2847
- "description": "Defines an element registry function with a set of element definition defaults.",
2848
- "inheritedFrom": {
2849
- "name": "FoundationElement",
2850
- "module": "src/foundation-element/foundation-element.ts"
2821
+ "name": "definition",
2822
+ "type": {
2823
+ "text": "FoundationElementDefinition"
2851
2824
  }
2852
2825
  }
2853
2826
  ]
2827
+ }
2828
+ ],
2829
+ "exports": [
2830
+ {
2831
+ "kind": "js",
2832
+ "name": "foundationAccordionTemplate",
2833
+ "declaration": {
2834
+ "name": "foundationAccordionTemplate",
2835
+ "module": "src/accordion/accordion.template.ts"
2836
+ }
2837
+ }
2838
+ ]
2839
+ },
2840
+ {
2841
+ "kind": "javascript-module",
2842
+ "path": "src/accordion/accordion.ts",
2843
+ "declarations": [
2844
+ {
2845
+ "kind": "class",
2846
+ "description": "",
2847
+ "name": "Accordion",
2848
+ "superclass": {
2849
+ "name": "FASTAccordion",
2850
+ "package": "@microsoft/fast-foundation"
2851
+ },
2852
+ "tagName": "%%prefix%%-accordion",
2853
+ "customElement": true
2854
2854
  },
2855
2855
  {
2856
2856
  "kind": "variable",
2857
- "name": "foundationAnchorShadowOptions",
2857
+ "name": "foundationAccordionShadowOptions",
2858
2858
  "type": {
2859
2859
  "text": "ShadowRootInit"
2860
2860
  },
@@ -2862,7 +2862,7 @@
2862
2862
  },
2863
2863
  {
2864
2864
  "kind": "variable",
2865
- "name": "defaultAnchorConfig",
2865
+ "name": "defaultAccordionConfig",
2866
2866
  "type": {
2867
2867
  "text": "object"
2868
2868
  },
@@ -2870,49 +2870,49 @@
2870
2870
  },
2871
2871
  {
2872
2872
  "kind": "variable",
2873
- "name": "foundationAnchor",
2874
- "description": "The Foundation Anchor",
2873
+ "name": "foundationAccordion",
2874
+ "description": "The Foundation Accordion",
2875
2875
  "privacy": "public"
2876
2876
  }
2877
2877
  ],
2878
2878
  "exports": [
2879
2879
  {
2880
2880
  "kind": "js",
2881
- "name": "Anchor",
2881
+ "name": "Accordion",
2882
2882
  "declaration": {
2883
- "name": "Anchor",
2884
- "module": "src/anchor/anchor.ts"
2883
+ "name": "Accordion",
2884
+ "module": "src/accordion/accordion.ts"
2885
2885
  }
2886
2886
  },
2887
2887
  {
2888
2888
  "kind": "js",
2889
- "name": "foundationAnchorShadowOptions",
2889
+ "name": "foundationAccordionShadowOptions",
2890
2890
  "declaration": {
2891
- "name": "foundationAnchorShadowOptions",
2892
- "module": "src/anchor/anchor.ts"
2891
+ "name": "foundationAccordionShadowOptions",
2892
+ "module": "src/accordion/accordion.ts"
2893
2893
  }
2894
2894
  },
2895
2895
  {
2896
2896
  "kind": "js",
2897
- "name": "defaultAnchorConfig",
2897
+ "name": "defaultAccordionConfig",
2898
2898
  "declaration": {
2899
- "name": "defaultAnchorConfig",
2900
- "module": "src/anchor/anchor.ts"
2899
+ "name": "defaultAccordionConfig",
2900
+ "module": "src/accordion/accordion.ts"
2901
2901
  }
2902
2902
  },
2903
2903
  {
2904
2904
  "kind": "js",
2905
- "name": "foundationAnchor",
2905
+ "name": "foundationAccordion",
2906
2906
  "declaration": {
2907
- "name": "foundationAnchor",
2908
- "module": "src/anchor/anchor.ts"
2907
+ "name": "foundationAccordion",
2908
+ "module": "src/accordion/accordion.ts"
2909
2909
  }
2910
2910
  }
2911
2911
  ]
2912
2912
  },
2913
2913
  {
2914
2914
  "kind": "javascript-module",
2915
- "path": "src/anchor/index.ts",
2915
+ "path": "src/accordion/index.ts",
2916
2916
  "declarations": [],
2917
2917
  "exports": [
2918
2918
  {
@@ -2920,7 +2920,7 @@
2920
2920
  "name": "*",
2921
2921
  "declaration": {
2922
2922
  "name": "*",
2923
- "package": "./anchor.template"
2923
+ "package": "./accordion.template"
2924
2924
  }
2925
2925
  },
2926
2926
  {
@@ -2928,7 +2928,7 @@
2928
2928
  "name": "*",
2929
2929
  "declaration": {
2930
2930
  "name": "*",
2931
- "package": "./anchor.styles"
2931
+ "package": "./accordion.styles"
2932
2932
  }
2933
2933
  },
2934
2934
  {
@@ -2936,7 +2936,7 @@
2936
2936
  "name": "*",
2937
2937
  "declaration": {
2938
2938
  "name": "*",
2939
- "package": "./anchor"
2939
+ "package": "./accordion"
2940
2940
  }
2941
2941
  }
2942
2942
  ]