@genesislcap/foundation-ui 14.393.2 → 14.393.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/custom-elements.json +704 -704
- package/package.json +18 -18
|
@@ -1271,188 +1271,6 @@
|
|
|
1271
1271
|
}
|
|
1272
1272
|
]
|
|
1273
1273
|
},
|
|
1274
|
-
{
|
|
1275
|
-
"kind": "javascript-module",
|
|
1276
|
-
"path": "src/accordion/accordion.styles.ts",
|
|
1277
|
-
"declarations": [
|
|
1278
|
-
{
|
|
1279
|
-
"kind": "function",
|
|
1280
|
-
"name": "foundationAccordionStyles",
|
|
1281
|
-
"return": {
|
|
1282
|
-
"type": {
|
|
1283
|
-
"text": "ElementStyles"
|
|
1284
|
-
}
|
|
1285
|
-
},
|
|
1286
|
-
"parameters": [
|
|
1287
|
-
{
|
|
1288
|
-
"name": "context",
|
|
1289
|
-
"type": {
|
|
1290
|
-
"text": "ElementDefinitionContext"
|
|
1291
|
-
}
|
|
1292
|
-
},
|
|
1293
|
-
{
|
|
1294
|
-
"name": "definition",
|
|
1295
|
-
"type": {
|
|
1296
|
-
"text": "FoundationElementDefinition"
|
|
1297
|
-
}
|
|
1298
|
-
}
|
|
1299
|
-
]
|
|
1300
|
-
}
|
|
1301
|
-
],
|
|
1302
|
-
"exports": [
|
|
1303
|
-
{
|
|
1304
|
-
"kind": "js",
|
|
1305
|
-
"name": "foundationAccordionStyles",
|
|
1306
|
-
"declaration": {
|
|
1307
|
-
"name": "foundationAccordionStyles",
|
|
1308
|
-
"module": "src/accordion/accordion.styles.ts"
|
|
1309
|
-
}
|
|
1310
|
-
}
|
|
1311
|
-
]
|
|
1312
|
-
},
|
|
1313
|
-
{
|
|
1314
|
-
"kind": "javascript-module",
|
|
1315
|
-
"path": "src/accordion/accordion.template.ts",
|
|
1316
|
-
"declarations": [
|
|
1317
|
-
{
|
|
1318
|
-
"kind": "function",
|
|
1319
|
-
"name": "foundationAccordionTemplate",
|
|
1320
|
-
"return": {
|
|
1321
|
-
"type": {
|
|
1322
|
-
"text": "ViewTemplate<Accordion>"
|
|
1323
|
-
}
|
|
1324
|
-
},
|
|
1325
|
-
"parameters": [
|
|
1326
|
-
{
|
|
1327
|
-
"name": "context",
|
|
1328
|
-
"type": {
|
|
1329
|
-
"text": "ElementDefinitionContext"
|
|
1330
|
-
}
|
|
1331
|
-
},
|
|
1332
|
-
{
|
|
1333
|
-
"name": "definition",
|
|
1334
|
-
"type": {
|
|
1335
|
-
"text": "FoundationElementDefinition"
|
|
1336
|
-
}
|
|
1337
|
-
}
|
|
1338
|
-
]
|
|
1339
|
-
}
|
|
1340
|
-
],
|
|
1341
|
-
"exports": [
|
|
1342
|
-
{
|
|
1343
|
-
"kind": "js",
|
|
1344
|
-
"name": "foundationAccordionTemplate",
|
|
1345
|
-
"declaration": {
|
|
1346
|
-
"name": "foundationAccordionTemplate",
|
|
1347
|
-
"module": "src/accordion/accordion.template.ts"
|
|
1348
|
-
}
|
|
1349
|
-
}
|
|
1350
|
-
]
|
|
1351
|
-
},
|
|
1352
|
-
{
|
|
1353
|
-
"kind": "javascript-module",
|
|
1354
|
-
"path": "src/accordion/accordion.ts",
|
|
1355
|
-
"declarations": [
|
|
1356
|
-
{
|
|
1357
|
-
"kind": "class",
|
|
1358
|
-
"description": "",
|
|
1359
|
-
"name": "Accordion",
|
|
1360
|
-
"superclass": {
|
|
1361
|
-
"name": "FASTAccordion",
|
|
1362
|
-
"package": "@microsoft/fast-foundation"
|
|
1363
|
-
},
|
|
1364
|
-
"tagName": "%%prefix%%-accordion",
|
|
1365
|
-
"customElement": true
|
|
1366
|
-
},
|
|
1367
|
-
{
|
|
1368
|
-
"kind": "variable",
|
|
1369
|
-
"name": "foundationAccordionShadowOptions",
|
|
1370
|
-
"type": {
|
|
1371
|
-
"text": "ShadowRootInit"
|
|
1372
|
-
},
|
|
1373
|
-
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
1374
|
-
},
|
|
1375
|
-
{
|
|
1376
|
-
"kind": "variable",
|
|
1377
|
-
"name": "defaultAccordionConfig",
|
|
1378
|
-
"type": {
|
|
1379
|
-
"text": "object"
|
|
1380
|
-
},
|
|
1381
|
-
"default": "{}"
|
|
1382
|
-
},
|
|
1383
|
-
{
|
|
1384
|
-
"kind": "variable",
|
|
1385
|
-
"name": "foundationAccordion",
|
|
1386
|
-
"description": "The Foundation Accordion",
|
|
1387
|
-
"privacy": "public"
|
|
1388
|
-
}
|
|
1389
|
-
],
|
|
1390
|
-
"exports": [
|
|
1391
|
-
{
|
|
1392
|
-
"kind": "js",
|
|
1393
|
-
"name": "Accordion",
|
|
1394
|
-
"declaration": {
|
|
1395
|
-
"name": "Accordion",
|
|
1396
|
-
"module": "src/accordion/accordion.ts"
|
|
1397
|
-
}
|
|
1398
|
-
},
|
|
1399
|
-
{
|
|
1400
|
-
"kind": "js",
|
|
1401
|
-
"name": "foundationAccordionShadowOptions",
|
|
1402
|
-
"declaration": {
|
|
1403
|
-
"name": "foundationAccordionShadowOptions",
|
|
1404
|
-
"module": "src/accordion/accordion.ts"
|
|
1405
|
-
}
|
|
1406
|
-
},
|
|
1407
|
-
{
|
|
1408
|
-
"kind": "js",
|
|
1409
|
-
"name": "defaultAccordionConfig",
|
|
1410
|
-
"declaration": {
|
|
1411
|
-
"name": "defaultAccordionConfig",
|
|
1412
|
-
"module": "src/accordion/accordion.ts"
|
|
1413
|
-
}
|
|
1414
|
-
},
|
|
1415
|
-
{
|
|
1416
|
-
"kind": "js",
|
|
1417
|
-
"name": "foundationAccordion",
|
|
1418
|
-
"declaration": {
|
|
1419
|
-
"name": "foundationAccordion",
|
|
1420
|
-
"module": "src/accordion/accordion.ts"
|
|
1421
|
-
}
|
|
1422
|
-
}
|
|
1423
|
-
]
|
|
1424
|
-
},
|
|
1425
|
-
{
|
|
1426
|
-
"kind": "javascript-module",
|
|
1427
|
-
"path": "src/accordion/index.ts",
|
|
1428
|
-
"declarations": [],
|
|
1429
|
-
"exports": [
|
|
1430
|
-
{
|
|
1431
|
-
"kind": "js",
|
|
1432
|
-
"name": "*",
|
|
1433
|
-
"declaration": {
|
|
1434
|
-
"name": "*",
|
|
1435
|
-
"package": "./accordion.template"
|
|
1436
|
-
}
|
|
1437
|
-
},
|
|
1438
|
-
{
|
|
1439
|
-
"kind": "js",
|
|
1440
|
-
"name": "*",
|
|
1441
|
-
"declaration": {
|
|
1442
|
-
"name": "*",
|
|
1443
|
-
"package": "./accordion.styles"
|
|
1444
|
-
}
|
|
1445
|
-
},
|
|
1446
|
-
{
|
|
1447
|
-
"kind": "js",
|
|
1448
|
-
"name": "*",
|
|
1449
|
-
"declaration": {
|
|
1450
|
-
"name": "*",
|
|
1451
|
-
"package": "./accordion"
|
|
1452
|
-
}
|
|
1453
|
-
}
|
|
1454
|
-
]
|
|
1455
|
-
},
|
|
1456
1274
|
{
|
|
1457
1275
|
"kind": "javascript-module",
|
|
1458
1276
|
"path": "src/_config/index.ts",
|
|
@@ -1880,11 +1698,11 @@
|
|
|
1880
1698
|
},
|
|
1881
1699
|
{
|
|
1882
1700
|
"kind": "javascript-module",
|
|
1883
|
-
"path": "src/
|
|
1701
|
+
"path": "src/anchor/anchor.styles.ts",
|
|
1884
1702
|
"declarations": [
|
|
1885
1703
|
{
|
|
1886
1704
|
"kind": "function",
|
|
1887
|
-
"name": "
|
|
1705
|
+
"name": "foundationAnchorStyles",
|
|
1888
1706
|
"return": {
|
|
1889
1707
|
"type": {
|
|
1890
1708
|
"text": "ElementStyles"
|
|
@@ -1904,13 +1722,29 @@
|
|
|
1904
1722
|
}
|
|
1905
1723
|
}
|
|
1906
1724
|
]
|
|
1907
|
-
}
|
|
1725
|
+
}
|
|
1726
|
+
],
|
|
1727
|
+
"exports": [
|
|
1728
|
+
{
|
|
1729
|
+
"kind": "js",
|
|
1730
|
+
"name": "foundationAnchorStyles",
|
|
1731
|
+
"declaration": {
|
|
1732
|
+
"name": "foundationAnchorStyles",
|
|
1733
|
+
"module": "src/anchor/anchor.styles.ts"
|
|
1734
|
+
}
|
|
1735
|
+
}
|
|
1736
|
+
]
|
|
1737
|
+
},
|
|
1738
|
+
{
|
|
1739
|
+
"kind": "javascript-module",
|
|
1740
|
+
"path": "src/anchor/anchor.template.ts",
|
|
1741
|
+
"declarations": [
|
|
1908
1742
|
{
|
|
1909
1743
|
"kind": "function",
|
|
1910
|
-
"name": "
|
|
1744
|
+
"name": "foundationAnchorTemplate",
|
|
1911
1745
|
"return": {
|
|
1912
1746
|
"type": {
|
|
1913
|
-
"text": "
|
|
1747
|
+
"text": "ViewTemplate<Anchor>"
|
|
1914
1748
|
}
|
|
1915
1749
|
},
|
|
1916
1750
|
"parameters": [
|
|
@@ -1932,269 +1766,253 @@
|
|
|
1932
1766
|
"exports": [
|
|
1933
1767
|
{
|
|
1934
1768
|
"kind": "js",
|
|
1935
|
-
"name": "
|
|
1936
|
-
"declaration": {
|
|
1937
|
-
"name": "actionsMenuBaseStyles",
|
|
1938
|
-
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
1939
|
-
}
|
|
1940
|
-
},
|
|
1941
|
-
{
|
|
1942
|
-
"kind": "js",
|
|
1943
|
-
"name": "foundationActionsMenuStyles",
|
|
1769
|
+
"name": "foundationAnchorTemplate",
|
|
1944
1770
|
"declaration": {
|
|
1945
|
-
"name": "
|
|
1946
|
-
"module": "src/
|
|
1771
|
+
"name": "foundationAnchorTemplate",
|
|
1772
|
+
"module": "src/anchor/anchor.template.ts"
|
|
1947
1773
|
}
|
|
1948
1774
|
}
|
|
1949
1775
|
]
|
|
1950
1776
|
},
|
|
1951
1777
|
{
|
|
1952
1778
|
"kind": "javascript-module",
|
|
1953
|
-
"path": "src/
|
|
1779
|
+
"path": "src/anchor/anchor.ts",
|
|
1954
1780
|
"declarations": [
|
|
1955
1781
|
{
|
|
1956
|
-
"kind": "
|
|
1957
|
-
"
|
|
1958
|
-
"
|
|
1782
|
+
"kind": "class",
|
|
1783
|
+
"description": "",
|
|
1784
|
+
"name": "Anchor",
|
|
1785
|
+
"superclass": {
|
|
1786
|
+
"name": "FASTAnchor",
|
|
1787
|
+
"package": "@microsoft/fast-components"
|
|
1788
|
+
},
|
|
1789
|
+
"tagName": "%%prefix%%-anchor",
|
|
1790
|
+
"customElement": true,
|
|
1791
|
+
"attributes": [
|
|
1959
1792
|
{
|
|
1960
|
-
"name": "
|
|
1793
|
+
"name": "download",
|
|
1961
1794
|
"type": {
|
|
1962
1795
|
"text": "string"
|
|
1796
|
+
},
|
|
1797
|
+
"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.",
|
|
1798
|
+
"fieldName": "download",
|
|
1799
|
+
"inheritedFrom": {
|
|
1800
|
+
"name": "Anchor",
|
|
1801
|
+
"module": "src/anchor/anchor.ts"
|
|
1963
1802
|
}
|
|
1964
|
-
}
|
|
1965
|
-
]
|
|
1966
|
-
},
|
|
1967
|
-
{
|
|
1968
|
-
"kind": "function",
|
|
1969
|
-
"name": "singleOptionTemplate",
|
|
1970
|
-
"parameters": [
|
|
1803
|
+
},
|
|
1971
1804
|
{
|
|
1972
|
-
"name": "
|
|
1805
|
+
"name": "href",
|
|
1973
1806
|
"type": {
|
|
1974
1807
|
"text": "string"
|
|
1975
|
-
}
|
|
1976
|
-
|
|
1977
|
-
|
|
1978
|
-
|
|
1979
|
-
|
|
1980
|
-
|
|
1981
|
-
"name": "foundationActionsMenuTemplate",
|
|
1982
|
-
"type": {
|
|
1983
|
-
"text": "ViewTemplate<ActionsMenu>"
|
|
1984
|
-
},
|
|
1985
|
-
"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`"
|
|
1986
|
-
}
|
|
1987
|
-
],
|
|
1988
|
-
"exports": [
|
|
1989
|
-
{
|
|
1990
|
-
"kind": "js",
|
|
1991
|
-
"name": "menuTemplate",
|
|
1992
|
-
"declaration": {
|
|
1993
|
-
"name": "menuTemplate",
|
|
1994
|
-
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1995
|
-
}
|
|
1996
|
-
},
|
|
1997
|
-
{
|
|
1998
|
-
"kind": "js",
|
|
1999
|
-
"name": "singleOptionTemplate",
|
|
2000
|
-
"declaration": {
|
|
2001
|
-
"name": "singleOptionTemplate",
|
|
2002
|
-
"module": "src/actions-menu/actions-menu.template.ts"
|
|
2003
|
-
}
|
|
2004
|
-
},
|
|
2005
|
-
{
|
|
2006
|
-
"kind": "js",
|
|
2007
|
-
"name": "foundationActionsMenuTemplate",
|
|
2008
|
-
"declaration": {
|
|
2009
|
-
"name": "foundationActionsMenuTemplate",
|
|
2010
|
-
"module": "src/actions-menu/actions-menu.template.ts"
|
|
2011
|
-
}
|
|
2012
|
-
}
|
|
2013
|
-
]
|
|
2014
|
-
},
|
|
2015
|
-
{
|
|
2016
|
-
"kind": "javascript-module",
|
|
2017
|
-
"path": "src/actions-menu/actions-menu.ts",
|
|
2018
|
-
"declarations": [
|
|
2019
|
-
{
|
|
2020
|
-
"kind": "class",
|
|
2021
|
-
"description": "",
|
|
2022
|
-
"name": "ActionsMenu",
|
|
2023
|
-
"members": [
|
|
2024
|
-
{
|
|
2025
|
-
"kind": "field",
|
|
2026
|
-
"name": "actions",
|
|
2027
|
-
"type": {
|
|
2028
|
-
"text": "ActionMenuItem[]"
|
|
1808
|
+
},
|
|
1809
|
+
"description": "The URL the hyperlink references. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
1810
|
+
"fieldName": "href",
|
|
1811
|
+
"inheritedFrom": {
|
|
1812
|
+
"name": "Anchor",
|
|
1813
|
+
"module": "src/anchor/anchor.ts"
|
|
2029
1814
|
}
|
|
2030
1815
|
},
|
|
2031
1816
|
{
|
|
2032
|
-
"
|
|
2033
|
-
"name": "isVertical",
|
|
1817
|
+
"name": "hreflang",
|
|
2034
1818
|
"type": {
|
|
2035
|
-
"text": "
|
|
1819
|
+
"text": "string"
|
|
2036
1820
|
},
|
|
2037
|
-
"
|
|
1821
|
+
"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.",
|
|
1822
|
+
"fieldName": "hreflang",
|
|
1823
|
+
"inheritedFrom": {
|
|
1824
|
+
"name": "Anchor",
|
|
1825
|
+
"module": "src/anchor/anchor.ts"
|
|
1826
|
+
}
|
|
2038
1827
|
},
|
|
2039
1828
|
{
|
|
2040
|
-
"
|
|
2041
|
-
"name": "addDefaultActions",
|
|
1829
|
+
"name": "ping",
|
|
2042
1830
|
"type": {
|
|
2043
|
-
"text": "
|
|
1831
|
+
"text": "string"
|
|
2044
1832
|
},
|
|
2045
|
-
"
|
|
1833
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
1834
|
+
"fieldName": "ping",
|
|
1835
|
+
"inheritedFrom": {
|
|
1836
|
+
"name": "Anchor",
|
|
1837
|
+
"module": "src/anchor/anchor.ts"
|
|
1838
|
+
}
|
|
2046
1839
|
},
|
|
2047
1840
|
{
|
|
2048
|
-
"
|
|
2049
|
-
"name": "autoCloseOnAction",
|
|
1841
|
+
"name": "referrerpolicy",
|
|
2050
1842
|
"type": {
|
|
2051
|
-
"text": "
|
|
1843
|
+
"text": "string"
|
|
2052
1844
|
},
|
|
2053
|
-
"
|
|
1845
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
1846
|
+
"fieldName": "referrerpolicy",
|
|
1847
|
+
"inheritedFrom": {
|
|
1848
|
+
"name": "Anchor",
|
|
1849
|
+
"module": "src/anchor/anchor.ts"
|
|
1850
|
+
}
|
|
2054
1851
|
},
|
|
2055
1852
|
{
|
|
2056
|
-
"
|
|
2057
|
-
"name": "classNames",
|
|
1853
|
+
"name": "rel",
|
|
2058
1854
|
"type": {
|
|
2059
1855
|
"text": "string"
|
|
1856
|
+
},
|
|
1857
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
1858
|
+
"fieldName": "rel",
|
|
1859
|
+
"inheritedFrom": {
|
|
1860
|
+
"name": "Anchor",
|
|
1861
|
+
"module": "src/anchor/anchor.ts"
|
|
2060
1862
|
}
|
|
2061
1863
|
},
|
|
2062
1864
|
{
|
|
2063
|
-
"
|
|
2064
|
-
"name": "definition",
|
|
1865
|
+
"name": "target",
|
|
2065
1866
|
"type": {
|
|
2066
|
-
"text": "
|
|
1867
|
+
"text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
|
|
1868
|
+
},
|
|
1869
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
1870
|
+
"fieldName": "target",
|
|
1871
|
+
"inheritedFrom": {
|
|
1872
|
+
"name": "Anchor",
|
|
1873
|
+
"module": "src/anchor/anchor.ts"
|
|
2067
1874
|
}
|
|
2068
1875
|
},
|
|
2069
1876
|
{
|
|
2070
|
-
"
|
|
2071
|
-
"name": "name",
|
|
1877
|
+
"name": "type",
|
|
2072
1878
|
"type": {
|
|
2073
1879
|
"text": "string"
|
|
2074
1880
|
},
|
|
2075
|
-
"
|
|
2076
|
-
|
|
1881
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
1882
|
+
"fieldName": "type",
|
|
1883
|
+
"inheritedFrom": {
|
|
1884
|
+
"name": "Anchor",
|
|
1885
|
+
"module": "src/anchor/anchor.ts"
|
|
1886
|
+
}
|
|
1887
|
+
}
|
|
1888
|
+
],
|
|
1889
|
+
"members": [
|
|
2077
1890
|
{
|
|
2078
1891
|
"kind": "field",
|
|
2079
|
-
"name": "
|
|
1892
|
+
"name": "download",
|
|
2080
1893
|
"type": {
|
|
2081
|
-
"text": "
|
|
1894
|
+
"text": "string"
|
|
2082
1895
|
},
|
|
2083
|
-
"
|
|
1896
|
+
"privacy": "public",
|
|
1897
|
+
"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.",
|
|
1898
|
+
"inheritedFrom": {
|
|
1899
|
+
"name": "Anchor",
|
|
1900
|
+
"module": "src/anchor/anchor.ts"
|
|
1901
|
+
}
|
|
2084
1902
|
},
|
|
2085
1903
|
{
|
|
2086
1904
|
"kind": "field",
|
|
2087
|
-
"name": "
|
|
1905
|
+
"name": "href",
|
|
2088
1906
|
"type": {
|
|
2089
1907
|
"text": "string"
|
|
1908
|
+
},
|
|
1909
|
+
"privacy": "public",
|
|
1910
|
+
"description": "The URL the hyperlink references. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
1911
|
+
"inheritedFrom": {
|
|
1912
|
+
"name": "Anchor",
|
|
1913
|
+
"module": "src/anchor/anchor.ts"
|
|
2090
1914
|
}
|
|
2091
1915
|
},
|
|
2092
1916
|
{
|
|
2093
1917
|
"kind": "field",
|
|
2094
|
-
"name": "
|
|
1918
|
+
"name": "hreflang",
|
|
2095
1919
|
"type": {
|
|
2096
|
-
"text": "
|
|
1920
|
+
"text": "string"
|
|
2097
1921
|
},
|
|
2098
|
-
"
|
|
1922
|
+
"privacy": "public",
|
|
1923
|
+
"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.",
|
|
1924
|
+
"inheritedFrom": {
|
|
1925
|
+
"name": "Anchor",
|
|
1926
|
+
"module": "src/anchor/anchor.ts"
|
|
1927
|
+
}
|
|
2099
1928
|
},
|
|
2100
1929
|
{
|
|
2101
1930
|
"kind": "field",
|
|
2102
|
-
"name": "
|
|
1931
|
+
"name": "ping",
|
|
2103
1932
|
"type": {
|
|
2104
|
-
"text": "
|
|
1933
|
+
"text": "string"
|
|
2105
1934
|
},
|
|
2106
|
-
"
|
|
1935
|
+
"privacy": "public",
|
|
1936
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
1937
|
+
"inheritedFrom": {
|
|
1938
|
+
"name": "Anchor",
|
|
1939
|
+
"module": "src/anchor/anchor.ts"
|
|
1940
|
+
}
|
|
2107
1941
|
},
|
|
2108
1942
|
{
|
|
2109
1943
|
"kind": "field",
|
|
2110
|
-
"name": "
|
|
1944
|
+
"name": "referrerpolicy",
|
|
2111
1945
|
"type": {
|
|
2112
|
-
"text": "
|
|
1946
|
+
"text": "string"
|
|
1947
|
+
},
|
|
1948
|
+
"privacy": "public",
|
|
1949
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
1950
|
+
"inheritedFrom": {
|
|
1951
|
+
"name": "Anchor",
|
|
1952
|
+
"module": "src/anchor/anchor.ts"
|
|
2113
1953
|
}
|
|
2114
1954
|
},
|
|
2115
1955
|
{
|
|
2116
1956
|
"kind": "field",
|
|
2117
|
-
"name": "
|
|
1957
|
+
"name": "rel",
|
|
2118
1958
|
"type": {
|
|
2119
|
-
"text": "
|
|
1959
|
+
"text": "string"
|
|
1960
|
+
},
|
|
1961
|
+
"privacy": "public",
|
|
1962
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
1963
|
+
"inheritedFrom": {
|
|
1964
|
+
"name": "Anchor",
|
|
1965
|
+
"module": "src/anchor/anchor.ts"
|
|
2120
1966
|
}
|
|
2121
1967
|
},
|
|
2122
|
-
{
|
|
2123
|
-
"kind": "method",
|
|
2124
|
-
"name": "definitionChanged",
|
|
2125
|
-
"privacy": "protected",
|
|
2126
|
-
"parameters": [
|
|
2127
|
-
{
|
|
2128
|
-
"name": "oldValue",
|
|
2129
|
-
"type": {
|
|
2130
|
-
"text": "any"
|
|
2131
|
-
}
|
|
2132
|
-
},
|
|
2133
|
-
{
|
|
2134
|
-
"name": "newValue",
|
|
2135
|
-
"type": {
|
|
2136
|
-
"text": "any"
|
|
2137
|
-
}
|
|
2138
|
-
}
|
|
2139
|
-
]
|
|
2140
|
-
},
|
|
2141
|
-
{
|
|
2142
|
-
"kind": "method",
|
|
2143
|
-
"name": "openChanged",
|
|
2144
|
-
"privacy": "protected"
|
|
2145
|
-
},
|
|
2146
|
-
{
|
|
2147
|
-
"kind": "method",
|
|
2148
|
-
"name": "toggleActionsMenuVisibility"
|
|
2149
|
-
},
|
|
2150
|
-
{
|
|
2151
|
-
"kind": "method",
|
|
2152
|
-
"name": "onActionMenuItemClick",
|
|
2153
|
-
"parameters": [
|
|
2154
|
-
{
|
|
2155
|
-
"name": "callback",
|
|
2156
|
-
"type": {
|
|
2157
|
-
"text": "(rowData) => void | any"
|
|
2158
|
-
}
|
|
2159
|
-
}
|
|
2160
|
-
]
|
|
2161
|
-
},
|
|
2162
1968
|
{
|
|
2163
1969
|
"kind": "field",
|
|
2164
|
-
"name": "
|
|
1970
|
+
"name": "target",
|
|
2165
1971
|
"type": {
|
|
2166
|
-
"text": "
|
|
1972
|
+
"text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
|
|
2167
1973
|
},
|
|
2168
|
-
"
|
|
1974
|
+
"privacy": "public",
|
|
1975
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
1976
|
+
"inheritedFrom": {
|
|
1977
|
+
"name": "Anchor",
|
|
1978
|
+
"module": "src/anchor/anchor.ts"
|
|
1979
|
+
}
|
|
2169
1980
|
},
|
|
2170
1981
|
{
|
|
2171
1982
|
"kind": "field",
|
|
2172
|
-
"name": "
|
|
2173
|
-
"
|
|
1983
|
+
"name": "type",
|
|
1984
|
+
"type": {
|
|
1985
|
+
"text": "string"
|
|
1986
|
+
},
|
|
1987
|
+
"privacy": "public",
|
|
1988
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
1989
|
+
"inheritedFrom": {
|
|
1990
|
+
"name": "Anchor",
|
|
1991
|
+
"module": "src/anchor/anchor.ts"
|
|
1992
|
+
}
|
|
2174
1993
|
},
|
|
2175
1994
|
{
|
|
2176
|
-
"kind": "
|
|
2177
|
-
"name": "
|
|
2178
|
-
"
|
|
2179
|
-
|
|
2180
|
-
|
|
2181
|
-
|
|
2182
|
-
|
|
2183
|
-
|
|
2184
|
-
|
|
2185
|
-
|
|
1995
|
+
"kind": "field",
|
|
1996
|
+
"name": "control",
|
|
1997
|
+
"type": {
|
|
1998
|
+
"text": "HTMLAnchorElement | undefined"
|
|
1999
|
+
},
|
|
2000
|
+
"privacy": "public",
|
|
2001
|
+
"description": "References the root element",
|
|
2002
|
+
"inheritedFrom": {
|
|
2003
|
+
"name": "Anchor",
|
|
2004
|
+
"module": "src/anchor/anchor.ts"
|
|
2005
|
+
}
|
|
2186
2006
|
},
|
|
2187
2007
|
{
|
|
2188
|
-
"kind": "
|
|
2189
|
-
"name": "
|
|
2190
|
-
"
|
|
2191
|
-
|
|
2192
|
-
|
|
2193
|
-
|
|
2194
|
-
|
|
2195
|
-
|
|
2196
|
-
}
|
|
2197
|
-
]
|
|
2008
|
+
"kind": "field",
|
|
2009
|
+
"name": "handleUnsupportedDelegatesFocus",
|
|
2010
|
+
"privacy": "private",
|
|
2011
|
+
"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",
|
|
2012
|
+
"inheritedFrom": {
|
|
2013
|
+
"name": "Anchor",
|
|
2014
|
+
"module": "src/anchor/anchor.ts"
|
|
2015
|
+
}
|
|
2198
2016
|
},
|
|
2199
2017
|
{
|
|
2200
2018
|
"kind": "field",
|
|
@@ -2276,139 +2094,100 @@
|
|
|
2276
2094
|
"module": "src/foundation-element/foundation-element.ts"
|
|
2277
2095
|
}
|
|
2278
2096
|
},
|
|
2279
|
-
{
|
|
2280
|
-
"kind": "method",
|
|
2281
|
-
"name": "compose",
|
|
2282
|
-
"privacy": "public",
|
|
2283
|
-
"static": true,
|
|
2284
|
-
"return": {
|
|
2285
|
-
"type": {
|
|
2286
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
2287
|
-
}
|
|
2288
|
-
},
|
|
2289
|
-
"parameters": [
|
|
2290
|
-
{
|
|
2291
|
-
"name": "this",
|
|
2292
|
-
"type": {
|
|
2293
|
-
"text": "K"
|
|
2294
|
-
}
|
|
2295
|
-
},
|
|
2296
|
-
{
|
|
2297
|
-
"name": "elementDefinition",
|
|
2298
|
-
"type": {
|
|
2299
|
-
"text": "T"
|
|
2300
|
-
},
|
|
2301
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
2302
|
-
}
|
|
2303
|
-
],
|
|
2304
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
2305
|
-
"inheritedFrom": {
|
|
2306
|
-
"name": "FoundationElement",
|
|
2307
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2308
|
-
}
|
|
2309
|
-
}
|
|
2310
|
-
],
|
|
2311
|
-
"attributes": [
|
|
2312
|
-
{
|
|
2313
|
-
"name": "is-vertical",
|
|
2314
|
-
"type": {
|
|
2315
|
-
"text": "boolean"
|
|
2316
|
-
},
|
|
2317
|
-
"default": "false",
|
|
2318
|
-
"fieldName": "isVertical"
|
|
2319
|
-
},
|
|
2320
|
-
{
|
|
2321
|
-
"name": "add-default-actions",
|
|
2322
|
-
"type": {
|
|
2323
|
-
"text": "boolean"
|
|
2324
|
-
},
|
|
2325
|
-
"default": "true",
|
|
2326
|
-
"fieldName": "addDefaultActions"
|
|
2327
|
-
},
|
|
2328
|
-
{
|
|
2329
|
-
"name": "auto-close-on-action",
|
|
2330
|
-
"type": {
|
|
2331
|
-
"text": "boolean"
|
|
2332
|
-
},
|
|
2333
|
-
"default": "true",
|
|
2334
|
-
"fieldName": "autoCloseOnAction"
|
|
2335
|
-
},
|
|
2336
|
-
{
|
|
2337
|
-
"name": "name",
|
|
2338
|
-
"type": {
|
|
2339
|
-
"text": "string"
|
|
2340
|
-
},
|
|
2341
|
-
"default": "'Actions'",
|
|
2342
|
-
"fieldName": "name"
|
|
2343
|
-
},
|
|
2344
|
-
{
|
|
2345
|
-
"name": "open",
|
|
2346
|
-
"type": {
|
|
2347
|
-
"text": "boolean"
|
|
2348
|
-
},
|
|
2349
|
-
"default": "false",
|
|
2350
|
-
"fieldName": "open"
|
|
2351
|
-
},
|
|
2352
|
-
{
|
|
2353
|
-
"name": "buttonAppearance",
|
|
2354
|
-
"type": {
|
|
2355
|
-
"text": "string"
|
|
2356
|
-
},
|
|
2357
|
-
"fieldName": "buttonAppearance"
|
|
2358
|
-
},
|
|
2359
|
-
{
|
|
2360
|
-
"name": "hide-disabled",
|
|
2361
|
-
"type": {
|
|
2362
|
-
"text": "boolean"
|
|
2363
|
-
},
|
|
2364
|
-
"default": "false",
|
|
2365
|
-
"fieldName": "hideDisabled"
|
|
2366
|
-
},
|
|
2367
|
-
{
|
|
2368
|
-
"name": "hide-menu-single-option",
|
|
2369
|
-
"type": {
|
|
2370
|
-
"text": "boolean"
|
|
2097
|
+
{
|
|
2098
|
+
"kind": "method",
|
|
2099
|
+
"name": "compose",
|
|
2100
|
+
"privacy": "public",
|
|
2101
|
+
"static": true,
|
|
2102
|
+
"return": {
|
|
2103
|
+
"type": {
|
|
2104
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
2105
|
+
}
|
|
2371
2106
|
},
|
|
2372
|
-
"
|
|
2373
|
-
|
|
2107
|
+
"parameters": [
|
|
2108
|
+
{
|
|
2109
|
+
"name": "this",
|
|
2110
|
+
"type": {
|
|
2111
|
+
"text": "K"
|
|
2112
|
+
}
|
|
2113
|
+
},
|
|
2114
|
+
{
|
|
2115
|
+
"name": "elementDefinition",
|
|
2116
|
+
"type": {
|
|
2117
|
+
"text": "T"
|
|
2118
|
+
},
|
|
2119
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
2120
|
+
}
|
|
2121
|
+
],
|
|
2122
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
2123
|
+
"inheritedFrom": {
|
|
2124
|
+
"name": "FoundationElement",
|
|
2125
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2126
|
+
}
|
|
2374
2127
|
}
|
|
2375
|
-
]
|
|
2376
|
-
|
|
2377
|
-
|
|
2378
|
-
|
|
2128
|
+
]
|
|
2129
|
+
},
|
|
2130
|
+
{
|
|
2131
|
+
"kind": "variable",
|
|
2132
|
+
"name": "foundationAnchorShadowOptions",
|
|
2133
|
+
"type": {
|
|
2134
|
+
"text": "ShadowRootInit"
|
|
2379
2135
|
},
|
|
2380
|
-
"
|
|
2381
|
-
"customElement": true
|
|
2136
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
2382
2137
|
},
|
|
2383
2138
|
{
|
|
2384
2139
|
"kind": "variable",
|
|
2385
|
-
"name": "
|
|
2386
|
-
"
|
|
2140
|
+
"name": "defaultAnchorConfig",
|
|
2141
|
+
"type": {
|
|
2142
|
+
"text": "object"
|
|
2143
|
+
},
|
|
2144
|
+
"default": "{}"
|
|
2145
|
+
},
|
|
2146
|
+
{
|
|
2147
|
+
"kind": "variable",
|
|
2148
|
+
"name": "foundationAnchor",
|
|
2149
|
+
"description": "The Foundation Anchor",
|
|
2387
2150
|
"privacy": "public"
|
|
2388
2151
|
}
|
|
2389
2152
|
],
|
|
2390
2153
|
"exports": [
|
|
2391
2154
|
{
|
|
2392
2155
|
"kind": "js",
|
|
2393
|
-
"name": "
|
|
2156
|
+
"name": "Anchor",
|
|
2394
2157
|
"declaration": {
|
|
2395
|
-
"name": "
|
|
2396
|
-
"module": "src/
|
|
2158
|
+
"name": "Anchor",
|
|
2159
|
+
"module": "src/anchor/anchor.ts"
|
|
2397
2160
|
}
|
|
2398
2161
|
},
|
|
2399
2162
|
{
|
|
2400
2163
|
"kind": "js",
|
|
2401
|
-
"name": "
|
|
2164
|
+
"name": "foundationAnchorShadowOptions",
|
|
2402
2165
|
"declaration": {
|
|
2403
|
-
"name": "
|
|
2404
|
-
"module": "src/
|
|
2166
|
+
"name": "foundationAnchorShadowOptions",
|
|
2167
|
+
"module": "src/anchor/anchor.ts"
|
|
2168
|
+
}
|
|
2169
|
+
},
|
|
2170
|
+
{
|
|
2171
|
+
"kind": "js",
|
|
2172
|
+
"name": "defaultAnchorConfig",
|
|
2173
|
+
"declaration": {
|
|
2174
|
+
"name": "defaultAnchorConfig",
|
|
2175
|
+
"module": "src/anchor/anchor.ts"
|
|
2176
|
+
}
|
|
2177
|
+
},
|
|
2178
|
+
{
|
|
2179
|
+
"kind": "js",
|
|
2180
|
+
"name": "foundationAnchor",
|
|
2181
|
+
"declaration": {
|
|
2182
|
+
"name": "foundationAnchor",
|
|
2183
|
+
"module": "src/anchor/anchor.ts"
|
|
2405
2184
|
}
|
|
2406
2185
|
}
|
|
2407
2186
|
]
|
|
2408
2187
|
},
|
|
2409
2188
|
{
|
|
2410
2189
|
"kind": "javascript-module",
|
|
2411
|
-
"path": "src/
|
|
2190
|
+
"path": "src/anchor/index.ts",
|
|
2412
2191
|
"declarations": [],
|
|
2413
2192
|
"exports": [
|
|
2414
2193
|
{
|
|
@@ -2416,7 +2195,7 @@
|
|
|
2416
2195
|
"name": "*",
|
|
2417
2196
|
"declaration": {
|
|
2418
2197
|
"name": "*",
|
|
2419
|
-
"package": "./
|
|
2198
|
+
"package": "./anchor.template"
|
|
2420
2199
|
}
|
|
2421
2200
|
},
|
|
2422
2201
|
{
|
|
@@ -2424,7 +2203,7 @@
|
|
|
2424
2203
|
"name": "*",
|
|
2425
2204
|
"declaration": {
|
|
2426
2205
|
"name": "*",
|
|
2427
|
-
"package": "./
|
|
2206
|
+
"package": "./anchor.styles"
|
|
2428
2207
|
}
|
|
2429
2208
|
},
|
|
2430
2209
|
{
|
|
@@ -2432,18 +2211,18 @@
|
|
|
2432
2211
|
"name": "*",
|
|
2433
2212
|
"declaration": {
|
|
2434
2213
|
"name": "*",
|
|
2435
|
-
"package": "./
|
|
2214
|
+
"package": "./anchor"
|
|
2436
2215
|
}
|
|
2437
2216
|
}
|
|
2438
2217
|
]
|
|
2439
2218
|
},
|
|
2440
2219
|
{
|
|
2441
2220
|
"kind": "javascript-module",
|
|
2442
|
-
"path": "src/
|
|
2221
|
+
"path": "src/actions-menu/actions-menu.styles.ts",
|
|
2443
2222
|
"declarations": [
|
|
2444
2223
|
{
|
|
2445
2224
|
"kind": "function",
|
|
2446
|
-
"name": "
|
|
2225
|
+
"name": "actionsMenuBaseStyles",
|
|
2447
2226
|
"return": {
|
|
2448
2227
|
"type": {
|
|
2449
2228
|
"text": "ElementStyles"
|
|
@@ -2463,29 +2242,13 @@
|
|
|
2463
2242
|
}
|
|
2464
2243
|
}
|
|
2465
2244
|
]
|
|
2466
|
-
}
|
|
2467
|
-
],
|
|
2468
|
-
"exports": [
|
|
2469
|
-
{
|
|
2470
|
-
"kind": "js",
|
|
2471
|
-
"name": "foundationAnchorStyles",
|
|
2472
|
-
"declaration": {
|
|
2473
|
-
"name": "foundationAnchorStyles",
|
|
2474
|
-
"module": "src/anchor/anchor.styles.ts"
|
|
2475
|
-
}
|
|
2476
|
-
}
|
|
2477
|
-
]
|
|
2478
|
-
},
|
|
2479
|
-
{
|
|
2480
|
-
"kind": "javascript-module",
|
|
2481
|
-
"path": "src/anchor/anchor.template.ts",
|
|
2482
|
-
"declarations": [
|
|
2245
|
+
},
|
|
2483
2246
|
{
|
|
2484
2247
|
"kind": "function",
|
|
2485
|
-
"name": "
|
|
2248
|
+
"name": "foundationActionsMenuStyles",
|
|
2486
2249
|
"return": {
|
|
2487
2250
|
"type": {
|
|
2488
|
-
"text": "
|
|
2251
|
+
"text": "ElementStyles"
|
|
2489
2252
|
}
|
|
2490
2253
|
},
|
|
2491
2254
|
"parameters": [
|
|
@@ -2507,253 +2270,269 @@
|
|
|
2507
2270
|
"exports": [
|
|
2508
2271
|
{
|
|
2509
2272
|
"kind": "js",
|
|
2510
|
-
"name": "
|
|
2273
|
+
"name": "actionsMenuBaseStyles",
|
|
2511
2274
|
"declaration": {
|
|
2512
|
-
"name": "
|
|
2513
|
-
"module": "src/
|
|
2275
|
+
"name": "actionsMenuBaseStyles",
|
|
2276
|
+
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
2277
|
+
}
|
|
2278
|
+
},
|
|
2279
|
+
{
|
|
2280
|
+
"kind": "js",
|
|
2281
|
+
"name": "foundationActionsMenuStyles",
|
|
2282
|
+
"declaration": {
|
|
2283
|
+
"name": "foundationActionsMenuStyles",
|
|
2284
|
+
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
2514
2285
|
}
|
|
2515
2286
|
}
|
|
2516
2287
|
]
|
|
2517
2288
|
},
|
|
2518
2289
|
{
|
|
2519
2290
|
"kind": "javascript-module",
|
|
2520
|
-
"path": "src/
|
|
2291
|
+
"path": "src/actions-menu/actions-menu.template.ts",
|
|
2521
2292
|
"declarations": [
|
|
2522
2293
|
{
|
|
2523
|
-
"kind": "
|
|
2524
|
-
"
|
|
2525
|
-
"
|
|
2526
|
-
"superclass": {
|
|
2527
|
-
"name": "FASTAnchor",
|
|
2528
|
-
"package": "@microsoft/fast-components"
|
|
2529
|
-
},
|
|
2530
|
-
"tagName": "%%prefix%%-anchor",
|
|
2531
|
-
"customElement": true,
|
|
2532
|
-
"attributes": [
|
|
2533
|
-
{
|
|
2534
|
-
"name": "download",
|
|
2535
|
-
"type": {
|
|
2536
|
-
"text": "string"
|
|
2537
|
-
},
|
|
2538
|
-
"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.",
|
|
2539
|
-
"fieldName": "download",
|
|
2540
|
-
"inheritedFrom": {
|
|
2541
|
-
"name": "Anchor",
|
|
2542
|
-
"module": "src/anchor/anchor.ts"
|
|
2543
|
-
}
|
|
2544
|
-
},
|
|
2294
|
+
"kind": "function",
|
|
2295
|
+
"name": "menuTemplate",
|
|
2296
|
+
"parameters": [
|
|
2545
2297
|
{
|
|
2546
|
-
"name": "
|
|
2298
|
+
"name": "prefix",
|
|
2547
2299
|
"type": {
|
|
2548
2300
|
"text": "string"
|
|
2549
|
-
},
|
|
2550
|
-
"description": "The URL the hyperlink references. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
2551
|
-
"fieldName": "href",
|
|
2552
|
-
"inheritedFrom": {
|
|
2553
|
-
"name": "Anchor",
|
|
2554
|
-
"module": "src/anchor/anchor.ts"
|
|
2555
2301
|
}
|
|
2556
|
-
}
|
|
2302
|
+
}
|
|
2303
|
+
]
|
|
2304
|
+
},
|
|
2305
|
+
{
|
|
2306
|
+
"kind": "function",
|
|
2307
|
+
"name": "singleOptionTemplate",
|
|
2308
|
+
"parameters": [
|
|
2557
2309
|
{
|
|
2558
|
-
"name": "
|
|
2310
|
+
"name": "prefix",
|
|
2559
2311
|
"type": {
|
|
2560
2312
|
"text": "string"
|
|
2561
|
-
},
|
|
2562
|
-
"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.",
|
|
2563
|
-
"fieldName": "hreflang",
|
|
2564
|
-
"inheritedFrom": {
|
|
2565
|
-
"name": "Anchor",
|
|
2566
|
-
"module": "src/anchor/anchor.ts"
|
|
2567
2313
|
}
|
|
2568
|
-
}
|
|
2314
|
+
}
|
|
2315
|
+
]
|
|
2316
|
+
},
|
|
2317
|
+
{
|
|
2318
|
+
"kind": "variable",
|
|
2319
|
+
"name": "foundationActionsMenuTemplate",
|
|
2320
|
+
"type": {
|
|
2321
|
+
"text": "ViewTemplate<ActionsMenu>"
|
|
2322
|
+
},
|
|
2323
|
+
"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`"
|
|
2324
|
+
}
|
|
2325
|
+
],
|
|
2326
|
+
"exports": [
|
|
2327
|
+
{
|
|
2328
|
+
"kind": "js",
|
|
2329
|
+
"name": "menuTemplate",
|
|
2330
|
+
"declaration": {
|
|
2331
|
+
"name": "menuTemplate",
|
|
2332
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
2333
|
+
}
|
|
2334
|
+
},
|
|
2335
|
+
{
|
|
2336
|
+
"kind": "js",
|
|
2337
|
+
"name": "singleOptionTemplate",
|
|
2338
|
+
"declaration": {
|
|
2339
|
+
"name": "singleOptionTemplate",
|
|
2340
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
2341
|
+
}
|
|
2342
|
+
},
|
|
2343
|
+
{
|
|
2344
|
+
"kind": "js",
|
|
2345
|
+
"name": "foundationActionsMenuTemplate",
|
|
2346
|
+
"declaration": {
|
|
2347
|
+
"name": "foundationActionsMenuTemplate",
|
|
2348
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
2349
|
+
}
|
|
2350
|
+
}
|
|
2351
|
+
]
|
|
2352
|
+
},
|
|
2353
|
+
{
|
|
2354
|
+
"kind": "javascript-module",
|
|
2355
|
+
"path": "src/actions-menu/actions-menu.ts",
|
|
2356
|
+
"declarations": [
|
|
2357
|
+
{
|
|
2358
|
+
"kind": "class",
|
|
2359
|
+
"description": "",
|
|
2360
|
+
"name": "ActionsMenu",
|
|
2361
|
+
"members": [
|
|
2569
2362
|
{
|
|
2570
|
-
"
|
|
2363
|
+
"kind": "field",
|
|
2364
|
+
"name": "actions",
|
|
2571
2365
|
"type": {
|
|
2572
|
-
"text": "
|
|
2573
|
-
},
|
|
2574
|
-
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
2575
|
-
"fieldName": "ping",
|
|
2576
|
-
"inheritedFrom": {
|
|
2577
|
-
"name": "Anchor",
|
|
2578
|
-
"module": "src/anchor/anchor.ts"
|
|
2366
|
+
"text": "ActionMenuItem[]"
|
|
2579
2367
|
}
|
|
2580
2368
|
},
|
|
2581
2369
|
{
|
|
2582
|
-
"
|
|
2370
|
+
"kind": "field",
|
|
2371
|
+
"name": "isVertical",
|
|
2583
2372
|
"type": {
|
|
2584
|
-
"text": "
|
|
2585
|
-
},
|
|
2586
|
-
"
|
|
2587
|
-
"fieldName": "referrerpolicy",
|
|
2588
|
-
"inheritedFrom": {
|
|
2589
|
-
"name": "Anchor",
|
|
2590
|
-
"module": "src/anchor/anchor.ts"
|
|
2591
|
-
}
|
|
2373
|
+
"text": "boolean"
|
|
2374
|
+
},
|
|
2375
|
+
"default": "false"
|
|
2592
2376
|
},
|
|
2593
2377
|
{
|
|
2594
|
-
"
|
|
2378
|
+
"kind": "field",
|
|
2379
|
+
"name": "addDefaultActions",
|
|
2595
2380
|
"type": {
|
|
2596
|
-
"text": "
|
|
2381
|
+
"text": "boolean"
|
|
2597
2382
|
},
|
|
2598
|
-
"
|
|
2599
|
-
"fieldName": "rel",
|
|
2600
|
-
"inheritedFrom": {
|
|
2601
|
-
"name": "Anchor",
|
|
2602
|
-
"module": "src/anchor/anchor.ts"
|
|
2603
|
-
}
|
|
2383
|
+
"default": "true"
|
|
2604
2384
|
},
|
|
2605
2385
|
{
|
|
2606
|
-
"
|
|
2386
|
+
"kind": "field",
|
|
2387
|
+
"name": "autoCloseOnAction",
|
|
2607
2388
|
"type": {
|
|
2608
|
-
"text": "
|
|
2389
|
+
"text": "boolean"
|
|
2609
2390
|
},
|
|
2610
|
-
"
|
|
2611
|
-
"fieldName": "target",
|
|
2612
|
-
"inheritedFrom": {
|
|
2613
|
-
"name": "Anchor",
|
|
2614
|
-
"module": "src/anchor/anchor.ts"
|
|
2615
|
-
}
|
|
2391
|
+
"default": "true"
|
|
2616
2392
|
},
|
|
2617
2393
|
{
|
|
2618
|
-
"
|
|
2394
|
+
"kind": "field",
|
|
2395
|
+
"name": "classNames",
|
|
2619
2396
|
"type": {
|
|
2620
2397
|
"text": "string"
|
|
2621
|
-
},
|
|
2622
|
-
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
2623
|
-
"fieldName": "type",
|
|
2624
|
-
"inheritedFrom": {
|
|
2625
|
-
"name": "Anchor",
|
|
2626
|
-
"module": "src/anchor/anchor.ts"
|
|
2627
2398
|
}
|
|
2628
|
-
}
|
|
2629
|
-
],
|
|
2630
|
-
"members": [
|
|
2399
|
+
},
|
|
2631
2400
|
{
|
|
2632
2401
|
"kind": "field",
|
|
2633
|
-
"name": "
|
|
2402
|
+
"name": "definition",
|
|
2634
2403
|
"type": {
|
|
2635
|
-
"text": "
|
|
2636
|
-
},
|
|
2637
|
-
"privacy": "public",
|
|
2638
|
-
"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.",
|
|
2639
|
-
"inheritedFrom": {
|
|
2640
|
-
"name": "Anchor",
|
|
2641
|
-
"module": "src/anchor/anchor.ts"
|
|
2404
|
+
"text": "any"
|
|
2642
2405
|
}
|
|
2643
2406
|
},
|
|
2644
2407
|
{
|
|
2645
2408
|
"kind": "field",
|
|
2646
|
-
"name": "
|
|
2409
|
+
"name": "name",
|
|
2647
2410
|
"type": {
|
|
2648
2411
|
"text": "string"
|
|
2649
2412
|
},
|
|
2650
|
-
"
|
|
2651
|
-
"description": "The URL the hyperlink references. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2652
|
-
"inheritedFrom": {
|
|
2653
|
-
"name": "Anchor",
|
|
2654
|
-
"module": "src/anchor/anchor.ts"
|
|
2655
|
-
}
|
|
2413
|
+
"default": "'Actions'"
|
|
2656
2414
|
},
|
|
2657
2415
|
{
|
|
2658
2416
|
"kind": "field",
|
|
2659
|
-
"name": "
|
|
2417
|
+
"name": "open",
|
|
2660
2418
|
"type": {
|
|
2661
|
-
"text": "
|
|
2419
|
+
"text": "boolean"
|
|
2662
2420
|
},
|
|
2663
|
-
"
|
|
2664
|
-
"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.",
|
|
2665
|
-
"inheritedFrom": {
|
|
2666
|
-
"name": "Anchor",
|
|
2667
|
-
"module": "src/anchor/anchor.ts"
|
|
2668
|
-
}
|
|
2421
|
+
"default": "false"
|
|
2669
2422
|
},
|
|
2670
2423
|
{
|
|
2671
2424
|
"kind": "field",
|
|
2672
|
-
"name": "
|
|
2425
|
+
"name": "buttonAppearance",
|
|
2673
2426
|
"type": {
|
|
2674
2427
|
"text": "string"
|
|
2675
|
-
},
|
|
2676
|
-
"privacy": "public",
|
|
2677
|
-
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2678
|
-
"inheritedFrom": {
|
|
2679
|
-
"name": "Anchor",
|
|
2680
|
-
"module": "src/anchor/anchor.ts"
|
|
2681
2428
|
}
|
|
2682
2429
|
},
|
|
2683
2430
|
{
|
|
2684
2431
|
"kind": "field",
|
|
2685
|
-
"name": "
|
|
2432
|
+
"name": "hideDisabled",
|
|
2686
2433
|
"type": {
|
|
2687
|
-
"text": "
|
|
2434
|
+
"text": "boolean"
|
|
2688
2435
|
},
|
|
2689
|
-
"
|
|
2690
|
-
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2691
|
-
"inheritedFrom": {
|
|
2692
|
-
"name": "Anchor",
|
|
2693
|
-
"module": "src/anchor/anchor.ts"
|
|
2694
|
-
}
|
|
2436
|
+
"default": "false"
|
|
2695
2437
|
},
|
|
2696
2438
|
{
|
|
2697
2439
|
"kind": "field",
|
|
2698
|
-
"name": "
|
|
2440
|
+
"name": "hideMenuSingleOption",
|
|
2699
2441
|
"type": {
|
|
2700
|
-
"text": "
|
|
2442
|
+
"text": "boolean"
|
|
2701
2443
|
},
|
|
2702
|
-
"
|
|
2703
|
-
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2704
|
-
"inheritedFrom": {
|
|
2705
|
-
"name": "Anchor",
|
|
2706
|
-
"module": "src/anchor/anchor.ts"
|
|
2707
|
-
}
|
|
2444
|
+
"default": "false"
|
|
2708
2445
|
},
|
|
2709
2446
|
{
|
|
2710
2447
|
"kind": "field",
|
|
2711
|
-
"name": "
|
|
2448
|
+
"name": "singleOption",
|
|
2712
2449
|
"type": {
|
|
2713
|
-
"text": "
|
|
2714
|
-
},
|
|
2715
|
-
"privacy": "public",
|
|
2716
|
-
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2717
|
-
"inheritedFrom": {
|
|
2718
|
-
"name": "Anchor",
|
|
2719
|
-
"module": "src/anchor/anchor.ts"
|
|
2450
|
+
"text": "ActionMenuItem"
|
|
2720
2451
|
}
|
|
2721
2452
|
},
|
|
2722
2453
|
{
|
|
2723
2454
|
"kind": "field",
|
|
2724
|
-
"name": "
|
|
2455
|
+
"name": "actionsMenu",
|
|
2725
2456
|
"type": {
|
|
2726
|
-
"text": "
|
|
2727
|
-
},
|
|
2728
|
-
"privacy": "public",
|
|
2729
|
-
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2730
|
-
"inheritedFrom": {
|
|
2731
|
-
"name": "Anchor",
|
|
2732
|
-
"module": "src/anchor/anchor.ts"
|
|
2457
|
+
"text": "HTMLElement"
|
|
2733
2458
|
}
|
|
2734
2459
|
},
|
|
2460
|
+
{
|
|
2461
|
+
"kind": "method",
|
|
2462
|
+
"name": "definitionChanged",
|
|
2463
|
+
"privacy": "protected",
|
|
2464
|
+
"parameters": [
|
|
2465
|
+
{
|
|
2466
|
+
"name": "oldValue",
|
|
2467
|
+
"type": {
|
|
2468
|
+
"text": "any"
|
|
2469
|
+
}
|
|
2470
|
+
},
|
|
2471
|
+
{
|
|
2472
|
+
"name": "newValue",
|
|
2473
|
+
"type": {
|
|
2474
|
+
"text": "any"
|
|
2475
|
+
}
|
|
2476
|
+
}
|
|
2477
|
+
]
|
|
2478
|
+
},
|
|
2479
|
+
{
|
|
2480
|
+
"kind": "method",
|
|
2481
|
+
"name": "openChanged",
|
|
2482
|
+
"privacy": "protected"
|
|
2483
|
+
},
|
|
2484
|
+
{
|
|
2485
|
+
"kind": "method",
|
|
2486
|
+
"name": "toggleActionsMenuVisibility"
|
|
2487
|
+
},
|
|
2488
|
+
{
|
|
2489
|
+
"kind": "method",
|
|
2490
|
+
"name": "onActionMenuItemClick",
|
|
2491
|
+
"parameters": [
|
|
2492
|
+
{
|
|
2493
|
+
"name": "callback",
|
|
2494
|
+
"type": {
|
|
2495
|
+
"text": "(rowData) => void | any"
|
|
2496
|
+
}
|
|
2497
|
+
}
|
|
2498
|
+
]
|
|
2499
|
+
},
|
|
2735
2500
|
{
|
|
2736
2501
|
"kind": "field",
|
|
2737
|
-
"name": "
|
|
2502
|
+
"name": "allActions",
|
|
2738
2503
|
"type": {
|
|
2739
|
-
"text": "
|
|
2504
|
+
"text": "ActionMenuItem[]"
|
|
2740
2505
|
},
|
|
2741
|
-
"
|
|
2742
|
-
"description": "References the root element",
|
|
2743
|
-
"inheritedFrom": {
|
|
2744
|
-
"name": "Anchor",
|
|
2745
|
-
"module": "src/anchor/anchor.ts"
|
|
2746
|
-
}
|
|
2506
|
+
"readonly": true
|
|
2747
2507
|
},
|
|
2748
2508
|
{
|
|
2749
2509
|
"kind": "field",
|
|
2750
|
-
"name": "
|
|
2751
|
-
"
|
|
2752
|
-
|
|
2753
|
-
|
|
2754
|
-
|
|
2755
|
-
|
|
2756
|
-
|
|
2510
|
+
"name": "rowData",
|
|
2511
|
+
"readonly": true
|
|
2512
|
+
},
|
|
2513
|
+
{
|
|
2514
|
+
"kind": "method",
|
|
2515
|
+
"name": "getLabel",
|
|
2516
|
+
"parameters": [
|
|
2517
|
+
{
|
|
2518
|
+
"name": "name",
|
|
2519
|
+
"type": {
|
|
2520
|
+
"text": "string | ((rowData: any) => string)"
|
|
2521
|
+
}
|
|
2522
|
+
}
|
|
2523
|
+
]
|
|
2524
|
+
},
|
|
2525
|
+
{
|
|
2526
|
+
"kind": "method",
|
|
2527
|
+
"name": "getTemplate",
|
|
2528
|
+
"parameters": [
|
|
2529
|
+
{
|
|
2530
|
+
"name": "prefix",
|
|
2531
|
+
"type": {
|
|
2532
|
+
"text": "string"
|
|
2533
|
+
}
|
|
2534
|
+
}
|
|
2535
|
+
]
|
|
2757
2536
|
},
|
|
2758
2537
|
{
|
|
2759
2538
|
"kind": "field",
|
|
@@ -2866,69 +2645,108 @@
|
|
|
2866
2645
|
"module": "src/foundation-element/foundation-element.ts"
|
|
2867
2646
|
}
|
|
2868
2647
|
}
|
|
2869
|
-
]
|
|
2870
|
-
|
|
2871
|
-
|
|
2872
|
-
|
|
2873
|
-
|
|
2874
|
-
|
|
2875
|
-
|
|
2876
|
-
|
|
2877
|
-
|
|
2878
|
-
|
|
2879
|
-
|
|
2880
|
-
|
|
2881
|
-
|
|
2882
|
-
|
|
2883
|
-
|
|
2648
|
+
],
|
|
2649
|
+
"attributes": [
|
|
2650
|
+
{
|
|
2651
|
+
"name": "is-vertical",
|
|
2652
|
+
"type": {
|
|
2653
|
+
"text": "boolean"
|
|
2654
|
+
},
|
|
2655
|
+
"default": "false",
|
|
2656
|
+
"fieldName": "isVertical"
|
|
2657
|
+
},
|
|
2658
|
+
{
|
|
2659
|
+
"name": "add-default-actions",
|
|
2660
|
+
"type": {
|
|
2661
|
+
"text": "boolean"
|
|
2662
|
+
},
|
|
2663
|
+
"default": "true",
|
|
2664
|
+
"fieldName": "addDefaultActions"
|
|
2665
|
+
},
|
|
2666
|
+
{
|
|
2667
|
+
"name": "auto-close-on-action",
|
|
2668
|
+
"type": {
|
|
2669
|
+
"text": "boolean"
|
|
2670
|
+
},
|
|
2671
|
+
"default": "true",
|
|
2672
|
+
"fieldName": "autoCloseOnAction"
|
|
2673
|
+
},
|
|
2674
|
+
{
|
|
2675
|
+
"name": "name",
|
|
2676
|
+
"type": {
|
|
2677
|
+
"text": "string"
|
|
2678
|
+
},
|
|
2679
|
+
"default": "'Actions'",
|
|
2680
|
+
"fieldName": "name"
|
|
2681
|
+
},
|
|
2682
|
+
{
|
|
2683
|
+
"name": "open",
|
|
2684
|
+
"type": {
|
|
2685
|
+
"text": "boolean"
|
|
2686
|
+
},
|
|
2687
|
+
"default": "false",
|
|
2688
|
+
"fieldName": "open"
|
|
2689
|
+
},
|
|
2690
|
+
{
|
|
2691
|
+
"name": "buttonAppearance",
|
|
2692
|
+
"type": {
|
|
2693
|
+
"text": "string"
|
|
2694
|
+
},
|
|
2695
|
+
"fieldName": "buttonAppearance"
|
|
2696
|
+
},
|
|
2697
|
+
{
|
|
2698
|
+
"name": "hide-disabled",
|
|
2699
|
+
"type": {
|
|
2700
|
+
"text": "boolean"
|
|
2701
|
+
},
|
|
2702
|
+
"default": "false",
|
|
2703
|
+
"fieldName": "hideDisabled"
|
|
2704
|
+
},
|
|
2705
|
+
{
|
|
2706
|
+
"name": "hide-menu-single-option",
|
|
2707
|
+
"type": {
|
|
2708
|
+
"text": "boolean"
|
|
2709
|
+
},
|
|
2710
|
+
"default": "false",
|
|
2711
|
+
"fieldName": "hideMenuSingleOption"
|
|
2712
|
+
}
|
|
2713
|
+
],
|
|
2714
|
+
"superclass": {
|
|
2715
|
+
"name": "FoundationElement",
|
|
2716
|
+
"package": "@microsoft/fast-foundation"
|
|
2884
2717
|
},
|
|
2885
|
-
"
|
|
2718
|
+
"tagName": "%%prefix%%-actions-menu",
|
|
2719
|
+
"customElement": true
|
|
2886
2720
|
},
|
|
2887
2721
|
{
|
|
2888
2722
|
"kind": "variable",
|
|
2889
|
-
"name": "
|
|
2890
|
-
"description": "The Foundation
|
|
2723
|
+
"name": "foundationActionsMenu",
|
|
2724
|
+
"description": "The Foundation Actions Menu",
|
|
2891
2725
|
"privacy": "public"
|
|
2892
2726
|
}
|
|
2893
2727
|
],
|
|
2894
2728
|
"exports": [
|
|
2895
2729
|
{
|
|
2896
2730
|
"kind": "js",
|
|
2897
|
-
"name": "
|
|
2898
|
-
"declaration": {
|
|
2899
|
-
"name": "Anchor",
|
|
2900
|
-
"module": "src/anchor/anchor.ts"
|
|
2901
|
-
}
|
|
2902
|
-
},
|
|
2903
|
-
{
|
|
2904
|
-
"kind": "js",
|
|
2905
|
-
"name": "foundationAnchorShadowOptions",
|
|
2906
|
-
"declaration": {
|
|
2907
|
-
"name": "foundationAnchorShadowOptions",
|
|
2908
|
-
"module": "src/anchor/anchor.ts"
|
|
2909
|
-
}
|
|
2910
|
-
},
|
|
2911
|
-
{
|
|
2912
|
-
"kind": "js",
|
|
2913
|
-
"name": "defaultAnchorConfig",
|
|
2731
|
+
"name": "ActionsMenu",
|
|
2914
2732
|
"declaration": {
|
|
2915
|
-
"name": "
|
|
2916
|
-
"module": "src/
|
|
2733
|
+
"name": "ActionsMenu",
|
|
2734
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2917
2735
|
}
|
|
2918
2736
|
},
|
|
2919
2737
|
{
|
|
2920
2738
|
"kind": "js",
|
|
2921
|
-
"name": "
|
|
2739
|
+
"name": "foundationActionsMenu",
|
|
2922
2740
|
"declaration": {
|
|
2923
|
-
"name": "
|
|
2924
|
-
"module": "src/
|
|
2741
|
+
"name": "foundationActionsMenu",
|
|
2742
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2925
2743
|
}
|
|
2926
2744
|
}
|
|
2927
2745
|
]
|
|
2928
2746
|
},
|
|
2929
2747
|
{
|
|
2930
2748
|
"kind": "javascript-module",
|
|
2931
|
-
"path": "src/
|
|
2749
|
+
"path": "src/actions-menu/index.ts",
|
|
2932
2750
|
"declarations": [],
|
|
2933
2751
|
"exports": [
|
|
2934
2752
|
{
|
|
@@ -2936,7 +2754,7 @@
|
|
|
2936
2754
|
"name": "*",
|
|
2937
2755
|
"declaration": {
|
|
2938
2756
|
"name": "*",
|
|
2939
|
-
"package": "./
|
|
2757
|
+
"package": "./actions-menu.styles"
|
|
2940
2758
|
}
|
|
2941
2759
|
},
|
|
2942
2760
|
{
|
|
@@ -2944,7 +2762,7 @@
|
|
|
2944
2762
|
"name": "*",
|
|
2945
2763
|
"declaration": {
|
|
2946
2764
|
"name": "*",
|
|
2947
|
-
"package": "./
|
|
2765
|
+
"package": "./actions-menu.template"
|
|
2948
2766
|
}
|
|
2949
2767
|
},
|
|
2950
2768
|
{
|
|
@@ -2952,7 +2770,7 @@
|
|
|
2952
2770
|
"name": "*",
|
|
2953
2771
|
"declaration": {
|
|
2954
2772
|
"name": "*",
|
|
2955
|
-
"package": "./
|
|
2773
|
+
"package": "./actions-menu"
|
|
2956
2774
|
}
|
|
2957
2775
|
}
|
|
2958
2776
|
]
|
|
@@ -4547,6 +4365,188 @@
|
|
|
4547
4365
|
}
|
|
4548
4366
|
]
|
|
4549
4367
|
},
|
|
4368
|
+
{
|
|
4369
|
+
"kind": "javascript-module",
|
|
4370
|
+
"path": "src/accordion/accordion.styles.ts",
|
|
4371
|
+
"declarations": [
|
|
4372
|
+
{
|
|
4373
|
+
"kind": "function",
|
|
4374
|
+
"name": "foundationAccordionStyles",
|
|
4375
|
+
"return": {
|
|
4376
|
+
"type": {
|
|
4377
|
+
"text": "ElementStyles"
|
|
4378
|
+
}
|
|
4379
|
+
},
|
|
4380
|
+
"parameters": [
|
|
4381
|
+
{
|
|
4382
|
+
"name": "context",
|
|
4383
|
+
"type": {
|
|
4384
|
+
"text": "ElementDefinitionContext"
|
|
4385
|
+
}
|
|
4386
|
+
},
|
|
4387
|
+
{
|
|
4388
|
+
"name": "definition",
|
|
4389
|
+
"type": {
|
|
4390
|
+
"text": "FoundationElementDefinition"
|
|
4391
|
+
}
|
|
4392
|
+
}
|
|
4393
|
+
]
|
|
4394
|
+
}
|
|
4395
|
+
],
|
|
4396
|
+
"exports": [
|
|
4397
|
+
{
|
|
4398
|
+
"kind": "js",
|
|
4399
|
+
"name": "foundationAccordionStyles",
|
|
4400
|
+
"declaration": {
|
|
4401
|
+
"name": "foundationAccordionStyles",
|
|
4402
|
+
"module": "src/accordion/accordion.styles.ts"
|
|
4403
|
+
}
|
|
4404
|
+
}
|
|
4405
|
+
]
|
|
4406
|
+
},
|
|
4407
|
+
{
|
|
4408
|
+
"kind": "javascript-module",
|
|
4409
|
+
"path": "src/accordion/accordion.template.ts",
|
|
4410
|
+
"declarations": [
|
|
4411
|
+
{
|
|
4412
|
+
"kind": "function",
|
|
4413
|
+
"name": "foundationAccordionTemplate",
|
|
4414
|
+
"return": {
|
|
4415
|
+
"type": {
|
|
4416
|
+
"text": "ViewTemplate<Accordion>"
|
|
4417
|
+
}
|
|
4418
|
+
},
|
|
4419
|
+
"parameters": [
|
|
4420
|
+
{
|
|
4421
|
+
"name": "context",
|
|
4422
|
+
"type": {
|
|
4423
|
+
"text": "ElementDefinitionContext"
|
|
4424
|
+
}
|
|
4425
|
+
},
|
|
4426
|
+
{
|
|
4427
|
+
"name": "definition",
|
|
4428
|
+
"type": {
|
|
4429
|
+
"text": "FoundationElementDefinition"
|
|
4430
|
+
}
|
|
4431
|
+
}
|
|
4432
|
+
]
|
|
4433
|
+
}
|
|
4434
|
+
],
|
|
4435
|
+
"exports": [
|
|
4436
|
+
{
|
|
4437
|
+
"kind": "js",
|
|
4438
|
+
"name": "foundationAccordionTemplate",
|
|
4439
|
+
"declaration": {
|
|
4440
|
+
"name": "foundationAccordionTemplate",
|
|
4441
|
+
"module": "src/accordion/accordion.template.ts"
|
|
4442
|
+
}
|
|
4443
|
+
}
|
|
4444
|
+
]
|
|
4445
|
+
},
|
|
4446
|
+
{
|
|
4447
|
+
"kind": "javascript-module",
|
|
4448
|
+
"path": "src/accordion/accordion.ts",
|
|
4449
|
+
"declarations": [
|
|
4450
|
+
{
|
|
4451
|
+
"kind": "class",
|
|
4452
|
+
"description": "",
|
|
4453
|
+
"name": "Accordion",
|
|
4454
|
+
"superclass": {
|
|
4455
|
+
"name": "FASTAccordion",
|
|
4456
|
+
"package": "@microsoft/fast-foundation"
|
|
4457
|
+
},
|
|
4458
|
+
"tagName": "%%prefix%%-accordion",
|
|
4459
|
+
"customElement": true
|
|
4460
|
+
},
|
|
4461
|
+
{
|
|
4462
|
+
"kind": "variable",
|
|
4463
|
+
"name": "foundationAccordionShadowOptions",
|
|
4464
|
+
"type": {
|
|
4465
|
+
"text": "ShadowRootInit"
|
|
4466
|
+
},
|
|
4467
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
4468
|
+
},
|
|
4469
|
+
{
|
|
4470
|
+
"kind": "variable",
|
|
4471
|
+
"name": "defaultAccordionConfig",
|
|
4472
|
+
"type": {
|
|
4473
|
+
"text": "object"
|
|
4474
|
+
},
|
|
4475
|
+
"default": "{}"
|
|
4476
|
+
},
|
|
4477
|
+
{
|
|
4478
|
+
"kind": "variable",
|
|
4479
|
+
"name": "foundationAccordion",
|
|
4480
|
+
"description": "The Foundation Accordion",
|
|
4481
|
+
"privacy": "public"
|
|
4482
|
+
}
|
|
4483
|
+
],
|
|
4484
|
+
"exports": [
|
|
4485
|
+
{
|
|
4486
|
+
"kind": "js",
|
|
4487
|
+
"name": "Accordion",
|
|
4488
|
+
"declaration": {
|
|
4489
|
+
"name": "Accordion",
|
|
4490
|
+
"module": "src/accordion/accordion.ts"
|
|
4491
|
+
}
|
|
4492
|
+
},
|
|
4493
|
+
{
|
|
4494
|
+
"kind": "js",
|
|
4495
|
+
"name": "foundationAccordionShadowOptions",
|
|
4496
|
+
"declaration": {
|
|
4497
|
+
"name": "foundationAccordionShadowOptions",
|
|
4498
|
+
"module": "src/accordion/accordion.ts"
|
|
4499
|
+
}
|
|
4500
|
+
},
|
|
4501
|
+
{
|
|
4502
|
+
"kind": "js",
|
|
4503
|
+
"name": "defaultAccordionConfig",
|
|
4504
|
+
"declaration": {
|
|
4505
|
+
"name": "defaultAccordionConfig",
|
|
4506
|
+
"module": "src/accordion/accordion.ts"
|
|
4507
|
+
}
|
|
4508
|
+
},
|
|
4509
|
+
{
|
|
4510
|
+
"kind": "js",
|
|
4511
|
+
"name": "foundationAccordion",
|
|
4512
|
+
"declaration": {
|
|
4513
|
+
"name": "foundationAccordion",
|
|
4514
|
+
"module": "src/accordion/accordion.ts"
|
|
4515
|
+
}
|
|
4516
|
+
}
|
|
4517
|
+
]
|
|
4518
|
+
},
|
|
4519
|
+
{
|
|
4520
|
+
"kind": "javascript-module",
|
|
4521
|
+
"path": "src/accordion/index.ts",
|
|
4522
|
+
"declarations": [],
|
|
4523
|
+
"exports": [
|
|
4524
|
+
{
|
|
4525
|
+
"kind": "js",
|
|
4526
|
+
"name": "*",
|
|
4527
|
+
"declaration": {
|
|
4528
|
+
"name": "*",
|
|
4529
|
+
"package": "./accordion.template"
|
|
4530
|
+
}
|
|
4531
|
+
},
|
|
4532
|
+
{
|
|
4533
|
+
"kind": "js",
|
|
4534
|
+
"name": "*",
|
|
4535
|
+
"declaration": {
|
|
4536
|
+
"name": "*",
|
|
4537
|
+
"package": "./accordion.styles"
|
|
4538
|
+
}
|
|
4539
|
+
},
|
|
4540
|
+
{
|
|
4541
|
+
"kind": "js",
|
|
4542
|
+
"name": "*",
|
|
4543
|
+
"declaration": {
|
|
4544
|
+
"name": "*",
|
|
4545
|
+
"package": "./accordion"
|
|
4546
|
+
}
|
|
4547
|
+
}
|
|
4548
|
+
]
|
|
4549
|
+
},
|
|
4550
4550
|
{
|
|
4551
4551
|
"kind": "javascript-module",
|
|
4552
4552
|
"path": "src/avatar/avatar.styles.ts",
|