@genesislcap/foundation-ui 14.371.0-FUI-2456.1 → 14.371.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/custom-elements.json +656 -656
- package/dist/dts/design-system-provider/design-system-provider.utils.d.ts +1 -1
- package/dist/dts/design-system-provider/design-system-provider.utils.d.ts.map +1 -1
- package/dist/esm/design-system-provider/design-system-provider.utils.js +6 -20
- package/package.json +18 -18
- package/dist/esm/design-system-provider/default-design-tokens.json +0 -60
|
@@ -1263,6 +1263,188 @@
|
|
|
1263
1263
|
}
|
|
1264
1264
|
]
|
|
1265
1265
|
},
|
|
1266
|
+
{
|
|
1267
|
+
"kind": "javascript-module",
|
|
1268
|
+
"path": "src/accordion/accordion.styles.ts",
|
|
1269
|
+
"declarations": [
|
|
1270
|
+
{
|
|
1271
|
+
"kind": "function",
|
|
1272
|
+
"name": "foundationAccordionStyles",
|
|
1273
|
+
"return": {
|
|
1274
|
+
"type": {
|
|
1275
|
+
"text": "ElementStyles"
|
|
1276
|
+
}
|
|
1277
|
+
},
|
|
1278
|
+
"parameters": [
|
|
1279
|
+
{
|
|
1280
|
+
"name": "context",
|
|
1281
|
+
"type": {
|
|
1282
|
+
"text": "ElementDefinitionContext"
|
|
1283
|
+
}
|
|
1284
|
+
},
|
|
1285
|
+
{
|
|
1286
|
+
"name": "definition",
|
|
1287
|
+
"type": {
|
|
1288
|
+
"text": "FoundationElementDefinition"
|
|
1289
|
+
}
|
|
1290
|
+
}
|
|
1291
|
+
]
|
|
1292
|
+
}
|
|
1293
|
+
],
|
|
1294
|
+
"exports": [
|
|
1295
|
+
{
|
|
1296
|
+
"kind": "js",
|
|
1297
|
+
"name": "foundationAccordionStyles",
|
|
1298
|
+
"declaration": {
|
|
1299
|
+
"name": "foundationAccordionStyles",
|
|
1300
|
+
"module": "src/accordion/accordion.styles.ts"
|
|
1301
|
+
}
|
|
1302
|
+
}
|
|
1303
|
+
]
|
|
1304
|
+
},
|
|
1305
|
+
{
|
|
1306
|
+
"kind": "javascript-module",
|
|
1307
|
+
"path": "src/accordion/accordion.template.ts",
|
|
1308
|
+
"declarations": [
|
|
1309
|
+
{
|
|
1310
|
+
"kind": "function",
|
|
1311
|
+
"name": "foundationAccordionTemplate",
|
|
1312
|
+
"return": {
|
|
1313
|
+
"type": {
|
|
1314
|
+
"text": "ViewTemplate<Accordion>"
|
|
1315
|
+
}
|
|
1316
|
+
},
|
|
1317
|
+
"parameters": [
|
|
1318
|
+
{
|
|
1319
|
+
"name": "context",
|
|
1320
|
+
"type": {
|
|
1321
|
+
"text": "ElementDefinitionContext"
|
|
1322
|
+
}
|
|
1323
|
+
},
|
|
1324
|
+
{
|
|
1325
|
+
"name": "definition",
|
|
1326
|
+
"type": {
|
|
1327
|
+
"text": "FoundationElementDefinition"
|
|
1328
|
+
}
|
|
1329
|
+
}
|
|
1330
|
+
]
|
|
1331
|
+
}
|
|
1332
|
+
],
|
|
1333
|
+
"exports": [
|
|
1334
|
+
{
|
|
1335
|
+
"kind": "js",
|
|
1336
|
+
"name": "foundationAccordionTemplate",
|
|
1337
|
+
"declaration": {
|
|
1338
|
+
"name": "foundationAccordionTemplate",
|
|
1339
|
+
"module": "src/accordion/accordion.template.ts"
|
|
1340
|
+
}
|
|
1341
|
+
}
|
|
1342
|
+
]
|
|
1343
|
+
},
|
|
1344
|
+
{
|
|
1345
|
+
"kind": "javascript-module",
|
|
1346
|
+
"path": "src/accordion/accordion.ts",
|
|
1347
|
+
"declarations": [
|
|
1348
|
+
{
|
|
1349
|
+
"kind": "class",
|
|
1350
|
+
"description": "",
|
|
1351
|
+
"name": "Accordion",
|
|
1352
|
+
"superclass": {
|
|
1353
|
+
"name": "FASTAccordion",
|
|
1354
|
+
"package": "@microsoft/fast-foundation"
|
|
1355
|
+
},
|
|
1356
|
+
"tagName": "%%prefix%%-accordion",
|
|
1357
|
+
"customElement": true
|
|
1358
|
+
},
|
|
1359
|
+
{
|
|
1360
|
+
"kind": "variable",
|
|
1361
|
+
"name": "foundationAccordionShadowOptions",
|
|
1362
|
+
"type": {
|
|
1363
|
+
"text": "ShadowRootInit"
|
|
1364
|
+
},
|
|
1365
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
1366
|
+
},
|
|
1367
|
+
{
|
|
1368
|
+
"kind": "variable",
|
|
1369
|
+
"name": "defaultAccordionConfig",
|
|
1370
|
+
"type": {
|
|
1371
|
+
"text": "object"
|
|
1372
|
+
},
|
|
1373
|
+
"default": "{}"
|
|
1374
|
+
},
|
|
1375
|
+
{
|
|
1376
|
+
"kind": "variable",
|
|
1377
|
+
"name": "foundationAccordion",
|
|
1378
|
+
"description": "The Foundation Accordion",
|
|
1379
|
+
"privacy": "public"
|
|
1380
|
+
}
|
|
1381
|
+
],
|
|
1382
|
+
"exports": [
|
|
1383
|
+
{
|
|
1384
|
+
"kind": "js",
|
|
1385
|
+
"name": "Accordion",
|
|
1386
|
+
"declaration": {
|
|
1387
|
+
"name": "Accordion",
|
|
1388
|
+
"module": "src/accordion/accordion.ts"
|
|
1389
|
+
}
|
|
1390
|
+
},
|
|
1391
|
+
{
|
|
1392
|
+
"kind": "js",
|
|
1393
|
+
"name": "foundationAccordionShadowOptions",
|
|
1394
|
+
"declaration": {
|
|
1395
|
+
"name": "foundationAccordionShadowOptions",
|
|
1396
|
+
"module": "src/accordion/accordion.ts"
|
|
1397
|
+
}
|
|
1398
|
+
},
|
|
1399
|
+
{
|
|
1400
|
+
"kind": "js",
|
|
1401
|
+
"name": "defaultAccordionConfig",
|
|
1402
|
+
"declaration": {
|
|
1403
|
+
"name": "defaultAccordionConfig",
|
|
1404
|
+
"module": "src/accordion/accordion.ts"
|
|
1405
|
+
}
|
|
1406
|
+
},
|
|
1407
|
+
{
|
|
1408
|
+
"kind": "js",
|
|
1409
|
+
"name": "foundationAccordion",
|
|
1410
|
+
"declaration": {
|
|
1411
|
+
"name": "foundationAccordion",
|
|
1412
|
+
"module": "src/accordion/accordion.ts"
|
|
1413
|
+
}
|
|
1414
|
+
}
|
|
1415
|
+
]
|
|
1416
|
+
},
|
|
1417
|
+
{
|
|
1418
|
+
"kind": "javascript-module",
|
|
1419
|
+
"path": "src/accordion/index.ts",
|
|
1420
|
+
"declarations": [],
|
|
1421
|
+
"exports": [
|
|
1422
|
+
{
|
|
1423
|
+
"kind": "js",
|
|
1424
|
+
"name": "*",
|
|
1425
|
+
"declaration": {
|
|
1426
|
+
"name": "*",
|
|
1427
|
+
"package": "./accordion.template"
|
|
1428
|
+
}
|
|
1429
|
+
},
|
|
1430
|
+
{
|
|
1431
|
+
"kind": "js",
|
|
1432
|
+
"name": "*",
|
|
1433
|
+
"declaration": {
|
|
1434
|
+
"name": "*",
|
|
1435
|
+
"package": "./accordion.styles"
|
|
1436
|
+
}
|
|
1437
|
+
},
|
|
1438
|
+
{
|
|
1439
|
+
"kind": "js",
|
|
1440
|
+
"name": "*",
|
|
1441
|
+
"declaration": {
|
|
1442
|
+
"name": "*",
|
|
1443
|
+
"package": "./accordion"
|
|
1444
|
+
}
|
|
1445
|
+
}
|
|
1446
|
+
]
|
|
1447
|
+
},
|
|
1266
1448
|
{
|
|
1267
1449
|
"kind": "javascript-module",
|
|
1268
1450
|
"path": "src/_config/index.ts",
|
|
@@ -1690,11 +1872,11 @@
|
|
|
1690
1872
|
},
|
|
1691
1873
|
{
|
|
1692
1874
|
"kind": "javascript-module",
|
|
1693
|
-
"path": "src/
|
|
1875
|
+
"path": "src/anchor/anchor.styles.ts",
|
|
1694
1876
|
"declarations": [
|
|
1695
1877
|
{
|
|
1696
1878
|
"kind": "function",
|
|
1697
|
-
"name": "
|
|
1879
|
+
"name": "foundationAnchorStyles",
|
|
1698
1880
|
"return": {
|
|
1699
1881
|
"type": {
|
|
1700
1882
|
"text": "ElementStyles"
|
|
@@ -1714,13 +1896,29 @@
|
|
|
1714
1896
|
}
|
|
1715
1897
|
}
|
|
1716
1898
|
]
|
|
1717
|
-
}
|
|
1899
|
+
}
|
|
1900
|
+
],
|
|
1901
|
+
"exports": [
|
|
1902
|
+
{
|
|
1903
|
+
"kind": "js",
|
|
1904
|
+
"name": "foundationAnchorStyles",
|
|
1905
|
+
"declaration": {
|
|
1906
|
+
"name": "foundationAnchorStyles",
|
|
1907
|
+
"module": "src/anchor/anchor.styles.ts"
|
|
1908
|
+
}
|
|
1909
|
+
}
|
|
1910
|
+
]
|
|
1911
|
+
},
|
|
1912
|
+
{
|
|
1913
|
+
"kind": "javascript-module",
|
|
1914
|
+
"path": "src/anchor/anchor.template.ts",
|
|
1915
|
+
"declarations": [
|
|
1718
1916
|
{
|
|
1719
1917
|
"kind": "function",
|
|
1720
|
-
"name": "
|
|
1918
|
+
"name": "foundationAnchorTemplate",
|
|
1721
1919
|
"return": {
|
|
1722
1920
|
"type": {
|
|
1723
|
-
"text": "
|
|
1921
|
+
"text": "ViewTemplate<Anchor>"
|
|
1724
1922
|
}
|
|
1725
1923
|
},
|
|
1726
1924
|
"parameters": [
|
|
@@ -1742,269 +1940,253 @@
|
|
|
1742
1940
|
"exports": [
|
|
1743
1941
|
{
|
|
1744
1942
|
"kind": "js",
|
|
1745
|
-
"name": "
|
|
1746
|
-
"declaration": {
|
|
1747
|
-
"name": "actionsMenuBaseStyles",
|
|
1748
|
-
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
1749
|
-
}
|
|
1750
|
-
},
|
|
1751
|
-
{
|
|
1752
|
-
"kind": "js",
|
|
1753
|
-
"name": "foundationActionsMenuStyles",
|
|
1943
|
+
"name": "foundationAnchorTemplate",
|
|
1754
1944
|
"declaration": {
|
|
1755
|
-
"name": "
|
|
1756
|
-
"module": "src/
|
|
1945
|
+
"name": "foundationAnchorTemplate",
|
|
1946
|
+
"module": "src/anchor/anchor.template.ts"
|
|
1757
1947
|
}
|
|
1758
1948
|
}
|
|
1759
1949
|
]
|
|
1760
1950
|
},
|
|
1761
1951
|
{
|
|
1762
1952
|
"kind": "javascript-module",
|
|
1763
|
-
"path": "src/
|
|
1953
|
+
"path": "src/anchor/anchor.ts",
|
|
1764
1954
|
"declarations": [
|
|
1765
1955
|
{
|
|
1766
|
-
"kind": "
|
|
1767
|
-
"
|
|
1768
|
-
"
|
|
1956
|
+
"kind": "class",
|
|
1957
|
+
"description": "",
|
|
1958
|
+
"name": "Anchor",
|
|
1959
|
+
"superclass": {
|
|
1960
|
+
"name": "FASTAnchor",
|
|
1961
|
+
"package": "@microsoft/fast-components"
|
|
1962
|
+
},
|
|
1963
|
+
"tagName": "%%prefix%%-anchor",
|
|
1964
|
+
"customElement": true,
|
|
1965
|
+
"attributes": [
|
|
1769
1966
|
{
|
|
1770
|
-
"name": "
|
|
1967
|
+
"name": "download",
|
|
1771
1968
|
"type": {
|
|
1772
1969
|
"text": "string"
|
|
1970
|
+
},
|
|
1971
|
+
"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.",
|
|
1972
|
+
"fieldName": "download",
|
|
1973
|
+
"inheritedFrom": {
|
|
1974
|
+
"name": "Anchor",
|
|
1975
|
+
"module": "src/anchor/anchor.ts"
|
|
1773
1976
|
}
|
|
1774
|
-
}
|
|
1775
|
-
]
|
|
1776
|
-
},
|
|
1777
|
-
{
|
|
1778
|
-
"kind": "function",
|
|
1779
|
-
"name": "singleOptionTemplate",
|
|
1780
|
-
"parameters": [
|
|
1977
|
+
},
|
|
1781
1978
|
{
|
|
1782
|
-
"name": "
|
|
1979
|
+
"name": "href",
|
|
1783
1980
|
"type": {
|
|
1784
1981
|
"text": "string"
|
|
1785
|
-
}
|
|
1786
|
-
|
|
1787
|
-
|
|
1788
|
-
|
|
1789
|
-
|
|
1790
|
-
|
|
1791
|
-
"name": "foundationActionsMenuTemplate",
|
|
1792
|
-
"type": {
|
|
1793
|
-
"text": "ViewTemplate<ActionsMenu>"
|
|
1794
|
-
},
|
|
1795
|
-
"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`"
|
|
1796
|
-
}
|
|
1797
|
-
],
|
|
1798
|
-
"exports": [
|
|
1799
|
-
{
|
|
1800
|
-
"kind": "js",
|
|
1801
|
-
"name": "menuTemplate",
|
|
1802
|
-
"declaration": {
|
|
1803
|
-
"name": "menuTemplate",
|
|
1804
|
-
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1805
|
-
}
|
|
1806
|
-
},
|
|
1807
|
-
{
|
|
1808
|
-
"kind": "js",
|
|
1809
|
-
"name": "singleOptionTemplate",
|
|
1810
|
-
"declaration": {
|
|
1811
|
-
"name": "singleOptionTemplate",
|
|
1812
|
-
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1813
|
-
}
|
|
1814
|
-
},
|
|
1815
|
-
{
|
|
1816
|
-
"kind": "js",
|
|
1817
|
-
"name": "foundationActionsMenuTemplate",
|
|
1818
|
-
"declaration": {
|
|
1819
|
-
"name": "foundationActionsMenuTemplate",
|
|
1820
|
-
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1821
|
-
}
|
|
1822
|
-
}
|
|
1823
|
-
]
|
|
1824
|
-
},
|
|
1825
|
-
{
|
|
1826
|
-
"kind": "javascript-module",
|
|
1827
|
-
"path": "src/actions-menu/actions-menu.ts",
|
|
1828
|
-
"declarations": [
|
|
1829
|
-
{
|
|
1830
|
-
"kind": "class",
|
|
1831
|
-
"description": "",
|
|
1832
|
-
"name": "ActionsMenu",
|
|
1833
|
-
"members": [
|
|
1834
|
-
{
|
|
1835
|
-
"kind": "field",
|
|
1836
|
-
"name": "actions",
|
|
1837
|
-
"type": {
|
|
1838
|
-
"text": "ActionMenuItem[]"
|
|
1982
|
+
},
|
|
1983
|
+
"description": "The URL the hyperlink references. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
1984
|
+
"fieldName": "href",
|
|
1985
|
+
"inheritedFrom": {
|
|
1986
|
+
"name": "Anchor",
|
|
1987
|
+
"module": "src/anchor/anchor.ts"
|
|
1839
1988
|
}
|
|
1840
1989
|
},
|
|
1841
1990
|
{
|
|
1842
|
-
"
|
|
1843
|
-
"name": "isVertical",
|
|
1991
|
+
"name": "hreflang",
|
|
1844
1992
|
"type": {
|
|
1845
|
-
"text": "
|
|
1993
|
+
"text": "string"
|
|
1846
1994
|
},
|
|
1847
|
-
"
|
|
1995
|
+
"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.",
|
|
1996
|
+
"fieldName": "hreflang",
|
|
1997
|
+
"inheritedFrom": {
|
|
1998
|
+
"name": "Anchor",
|
|
1999
|
+
"module": "src/anchor/anchor.ts"
|
|
2000
|
+
}
|
|
1848
2001
|
},
|
|
1849
2002
|
{
|
|
1850
|
-
"
|
|
1851
|
-
"name": "addDefaultActions",
|
|
2003
|
+
"name": "ping",
|
|
1852
2004
|
"type": {
|
|
1853
|
-
"text": "
|
|
2005
|
+
"text": "string"
|
|
1854
2006
|
},
|
|
1855
|
-
"
|
|
2007
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
2008
|
+
"fieldName": "ping",
|
|
2009
|
+
"inheritedFrom": {
|
|
2010
|
+
"name": "Anchor",
|
|
2011
|
+
"module": "src/anchor/anchor.ts"
|
|
2012
|
+
}
|
|
1856
2013
|
},
|
|
1857
2014
|
{
|
|
1858
|
-
"
|
|
1859
|
-
"name": "autoCloseOnAction",
|
|
2015
|
+
"name": "referrerpolicy",
|
|
1860
2016
|
"type": {
|
|
1861
|
-
"text": "
|
|
2017
|
+
"text": "string"
|
|
1862
2018
|
},
|
|
1863
|
-
"
|
|
2019
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
2020
|
+
"fieldName": "referrerpolicy",
|
|
2021
|
+
"inheritedFrom": {
|
|
2022
|
+
"name": "Anchor",
|
|
2023
|
+
"module": "src/anchor/anchor.ts"
|
|
2024
|
+
}
|
|
1864
2025
|
},
|
|
1865
2026
|
{
|
|
1866
|
-
"
|
|
1867
|
-
"name": "classNames",
|
|
2027
|
+
"name": "rel",
|
|
1868
2028
|
"type": {
|
|
1869
2029
|
"text": "string"
|
|
2030
|
+
},
|
|
2031
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
2032
|
+
"fieldName": "rel",
|
|
2033
|
+
"inheritedFrom": {
|
|
2034
|
+
"name": "Anchor",
|
|
2035
|
+
"module": "src/anchor/anchor.ts"
|
|
1870
2036
|
}
|
|
1871
2037
|
},
|
|
1872
2038
|
{
|
|
1873
|
-
"
|
|
1874
|
-
"name": "definition",
|
|
2039
|
+
"name": "target",
|
|
1875
2040
|
"type": {
|
|
1876
|
-
"text": "
|
|
2041
|
+
"text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
|
|
2042
|
+
},
|
|
2043
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
2044
|
+
"fieldName": "target",
|
|
2045
|
+
"inheritedFrom": {
|
|
2046
|
+
"name": "Anchor",
|
|
2047
|
+
"module": "src/anchor/anchor.ts"
|
|
1877
2048
|
}
|
|
1878
2049
|
},
|
|
1879
2050
|
{
|
|
1880
|
-
"
|
|
1881
|
-
"name": "name",
|
|
2051
|
+
"name": "type",
|
|
1882
2052
|
"type": {
|
|
1883
2053
|
"text": "string"
|
|
1884
2054
|
},
|
|
1885
|
-
"
|
|
1886
|
-
|
|
2055
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
2056
|
+
"fieldName": "type",
|
|
2057
|
+
"inheritedFrom": {
|
|
2058
|
+
"name": "Anchor",
|
|
2059
|
+
"module": "src/anchor/anchor.ts"
|
|
2060
|
+
}
|
|
2061
|
+
}
|
|
2062
|
+
],
|
|
2063
|
+
"members": [
|
|
1887
2064
|
{
|
|
1888
2065
|
"kind": "field",
|
|
1889
|
-
"name": "
|
|
2066
|
+
"name": "download",
|
|
1890
2067
|
"type": {
|
|
1891
|
-
"text": "
|
|
2068
|
+
"text": "string"
|
|
1892
2069
|
},
|
|
1893
|
-
"
|
|
2070
|
+
"privacy": "public",
|
|
2071
|
+
"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.",
|
|
2072
|
+
"inheritedFrom": {
|
|
2073
|
+
"name": "Anchor",
|
|
2074
|
+
"module": "src/anchor/anchor.ts"
|
|
2075
|
+
}
|
|
1894
2076
|
},
|
|
1895
2077
|
{
|
|
1896
2078
|
"kind": "field",
|
|
1897
|
-
"name": "
|
|
2079
|
+
"name": "href",
|
|
1898
2080
|
"type": {
|
|
1899
2081
|
"text": "string"
|
|
2082
|
+
},
|
|
2083
|
+
"privacy": "public",
|
|
2084
|
+
"description": "The URL the hyperlink references. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2085
|
+
"inheritedFrom": {
|
|
2086
|
+
"name": "Anchor",
|
|
2087
|
+
"module": "src/anchor/anchor.ts"
|
|
1900
2088
|
}
|
|
1901
2089
|
},
|
|
1902
2090
|
{
|
|
1903
2091
|
"kind": "field",
|
|
1904
|
-
"name": "
|
|
2092
|
+
"name": "hreflang",
|
|
1905
2093
|
"type": {
|
|
1906
|
-
"text": "
|
|
2094
|
+
"text": "string"
|
|
1907
2095
|
},
|
|
1908
|
-
"
|
|
2096
|
+
"privacy": "public",
|
|
2097
|
+
"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.",
|
|
2098
|
+
"inheritedFrom": {
|
|
2099
|
+
"name": "Anchor",
|
|
2100
|
+
"module": "src/anchor/anchor.ts"
|
|
2101
|
+
}
|
|
1909
2102
|
},
|
|
1910
2103
|
{
|
|
1911
2104
|
"kind": "field",
|
|
1912
|
-
"name": "
|
|
2105
|
+
"name": "ping",
|
|
1913
2106
|
"type": {
|
|
1914
|
-
"text": "
|
|
2107
|
+
"text": "string"
|
|
1915
2108
|
},
|
|
1916
|
-
"
|
|
2109
|
+
"privacy": "public",
|
|
2110
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2111
|
+
"inheritedFrom": {
|
|
2112
|
+
"name": "Anchor",
|
|
2113
|
+
"module": "src/anchor/anchor.ts"
|
|
2114
|
+
}
|
|
1917
2115
|
},
|
|
1918
2116
|
{
|
|
1919
2117
|
"kind": "field",
|
|
1920
|
-
"name": "
|
|
2118
|
+
"name": "referrerpolicy",
|
|
1921
2119
|
"type": {
|
|
1922
|
-
"text": "
|
|
2120
|
+
"text": "string"
|
|
2121
|
+
},
|
|
2122
|
+
"privacy": "public",
|
|
2123
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2124
|
+
"inheritedFrom": {
|
|
2125
|
+
"name": "Anchor",
|
|
2126
|
+
"module": "src/anchor/anchor.ts"
|
|
1923
2127
|
}
|
|
1924
2128
|
},
|
|
1925
2129
|
{
|
|
1926
2130
|
"kind": "field",
|
|
1927
|
-
"name": "
|
|
2131
|
+
"name": "rel",
|
|
1928
2132
|
"type": {
|
|
1929
|
-
"text": "
|
|
2133
|
+
"text": "string"
|
|
2134
|
+
},
|
|
2135
|
+
"privacy": "public",
|
|
2136
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2137
|
+
"inheritedFrom": {
|
|
2138
|
+
"name": "Anchor",
|
|
2139
|
+
"module": "src/anchor/anchor.ts"
|
|
1930
2140
|
}
|
|
1931
2141
|
},
|
|
1932
|
-
{
|
|
1933
|
-
"kind": "method",
|
|
1934
|
-
"name": "definitionChanged",
|
|
1935
|
-
"privacy": "protected",
|
|
1936
|
-
"parameters": [
|
|
1937
|
-
{
|
|
1938
|
-
"name": "oldValue",
|
|
1939
|
-
"type": {
|
|
1940
|
-
"text": "any"
|
|
1941
|
-
}
|
|
1942
|
-
},
|
|
1943
|
-
{
|
|
1944
|
-
"name": "newValue",
|
|
1945
|
-
"type": {
|
|
1946
|
-
"text": "any"
|
|
1947
|
-
}
|
|
1948
|
-
}
|
|
1949
|
-
]
|
|
1950
|
-
},
|
|
1951
|
-
{
|
|
1952
|
-
"kind": "method",
|
|
1953
|
-
"name": "openChanged",
|
|
1954
|
-
"privacy": "protected"
|
|
1955
|
-
},
|
|
1956
|
-
{
|
|
1957
|
-
"kind": "method",
|
|
1958
|
-
"name": "toggleActionsMenuVisibility"
|
|
1959
|
-
},
|
|
1960
|
-
{
|
|
1961
|
-
"kind": "method",
|
|
1962
|
-
"name": "onActionMenuItemClick",
|
|
1963
|
-
"parameters": [
|
|
1964
|
-
{
|
|
1965
|
-
"name": "callback",
|
|
1966
|
-
"type": {
|
|
1967
|
-
"text": "(rowData) => void | any"
|
|
1968
|
-
}
|
|
1969
|
-
}
|
|
1970
|
-
]
|
|
1971
|
-
},
|
|
1972
2142
|
{
|
|
1973
2143
|
"kind": "field",
|
|
1974
|
-
"name": "
|
|
2144
|
+
"name": "target",
|
|
1975
2145
|
"type": {
|
|
1976
|
-
"text": "
|
|
2146
|
+
"text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
|
|
1977
2147
|
},
|
|
1978
|
-
"
|
|
2148
|
+
"privacy": "public",
|
|
2149
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2150
|
+
"inheritedFrom": {
|
|
2151
|
+
"name": "Anchor",
|
|
2152
|
+
"module": "src/anchor/anchor.ts"
|
|
2153
|
+
}
|
|
1979
2154
|
},
|
|
1980
2155
|
{
|
|
1981
2156
|
"kind": "field",
|
|
1982
|
-
"name": "
|
|
1983
|
-
"
|
|
1984
|
-
|
|
1985
|
-
|
|
1986
|
-
"
|
|
1987
|
-
"
|
|
1988
|
-
"
|
|
1989
|
-
|
|
1990
|
-
|
|
1991
|
-
|
|
1992
|
-
"text": "string | ((rowData: any) => string)"
|
|
1993
|
-
}
|
|
1994
|
-
}
|
|
1995
|
-
]
|
|
2157
|
+
"name": "type",
|
|
2158
|
+
"type": {
|
|
2159
|
+
"text": "string"
|
|
2160
|
+
},
|
|
2161
|
+
"privacy": "public",
|
|
2162
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2163
|
+
"inheritedFrom": {
|
|
2164
|
+
"name": "Anchor",
|
|
2165
|
+
"module": "src/anchor/anchor.ts"
|
|
2166
|
+
}
|
|
1996
2167
|
},
|
|
1997
2168
|
{
|
|
1998
|
-
"kind": "
|
|
1999
|
-
"name": "
|
|
2000
|
-
"
|
|
2001
|
-
|
|
2002
|
-
|
|
2003
|
-
|
|
2004
|
-
|
|
2005
|
-
|
|
2006
|
-
|
|
2007
|
-
|
|
2169
|
+
"kind": "field",
|
|
2170
|
+
"name": "control",
|
|
2171
|
+
"type": {
|
|
2172
|
+
"text": "HTMLAnchorElement | undefined"
|
|
2173
|
+
},
|
|
2174
|
+
"privacy": "public",
|
|
2175
|
+
"description": "References the root element",
|
|
2176
|
+
"inheritedFrom": {
|
|
2177
|
+
"name": "Anchor",
|
|
2178
|
+
"module": "src/anchor/anchor.ts"
|
|
2179
|
+
}
|
|
2180
|
+
},
|
|
2181
|
+
{
|
|
2182
|
+
"kind": "field",
|
|
2183
|
+
"name": "handleUnsupportedDelegatesFocus",
|
|
2184
|
+
"privacy": "private",
|
|
2185
|
+
"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",
|
|
2186
|
+
"inheritedFrom": {
|
|
2187
|
+
"name": "Anchor",
|
|
2188
|
+
"module": "src/anchor/anchor.ts"
|
|
2189
|
+
}
|
|
2008
2190
|
},
|
|
2009
2191
|
{
|
|
2010
2192
|
"kind": "field",
|
|
@@ -2117,232 +2299,11 @@
|
|
|
2117
2299
|
"module": "src/foundation-element/foundation-element.ts"
|
|
2118
2300
|
}
|
|
2119
2301
|
}
|
|
2120
|
-
],
|
|
2121
|
-
"attributes": [
|
|
2122
|
-
{
|
|
2123
|
-
"name": "is-vertical",
|
|
2124
|
-
"type": {
|
|
2125
|
-
"text": "boolean"
|
|
2126
|
-
},
|
|
2127
|
-
"default": "false",
|
|
2128
|
-
"fieldName": "isVertical"
|
|
2129
|
-
},
|
|
2130
|
-
{
|
|
2131
|
-
"name": "add-default-actions",
|
|
2132
|
-
"type": {
|
|
2133
|
-
"text": "boolean"
|
|
2134
|
-
},
|
|
2135
|
-
"default": "true",
|
|
2136
|
-
"fieldName": "addDefaultActions"
|
|
2137
|
-
},
|
|
2138
|
-
{
|
|
2139
|
-
"name": "auto-close-on-action",
|
|
2140
|
-
"type": {
|
|
2141
|
-
"text": "boolean"
|
|
2142
|
-
},
|
|
2143
|
-
"default": "true",
|
|
2144
|
-
"fieldName": "autoCloseOnAction"
|
|
2145
|
-
},
|
|
2146
|
-
{
|
|
2147
|
-
"name": "name",
|
|
2148
|
-
"type": {
|
|
2149
|
-
"text": "string"
|
|
2150
|
-
},
|
|
2151
|
-
"default": "'Actions'",
|
|
2152
|
-
"fieldName": "name"
|
|
2153
|
-
},
|
|
2154
|
-
{
|
|
2155
|
-
"name": "open",
|
|
2156
|
-
"type": {
|
|
2157
|
-
"text": "boolean"
|
|
2158
|
-
},
|
|
2159
|
-
"default": "false",
|
|
2160
|
-
"fieldName": "open"
|
|
2161
|
-
},
|
|
2162
|
-
{
|
|
2163
|
-
"name": "buttonAppearance",
|
|
2164
|
-
"type": {
|
|
2165
|
-
"text": "string"
|
|
2166
|
-
},
|
|
2167
|
-
"fieldName": "buttonAppearance"
|
|
2168
|
-
},
|
|
2169
|
-
{
|
|
2170
|
-
"name": "hide-disabled",
|
|
2171
|
-
"type": {
|
|
2172
|
-
"text": "boolean"
|
|
2173
|
-
},
|
|
2174
|
-
"default": "false",
|
|
2175
|
-
"fieldName": "hideDisabled"
|
|
2176
|
-
},
|
|
2177
|
-
{
|
|
2178
|
-
"name": "hide-menu-single-option",
|
|
2179
|
-
"type": {
|
|
2180
|
-
"text": "boolean"
|
|
2181
|
-
},
|
|
2182
|
-
"default": "false",
|
|
2183
|
-
"fieldName": "hideMenuSingleOption"
|
|
2184
|
-
}
|
|
2185
|
-
],
|
|
2186
|
-
"superclass": {
|
|
2187
|
-
"name": "FoundationElement",
|
|
2188
|
-
"package": "@microsoft/fast-foundation"
|
|
2189
|
-
},
|
|
2190
|
-
"tagName": "%%prefix%%-actions-menu",
|
|
2191
|
-
"customElement": true
|
|
2192
|
-
},
|
|
2193
|
-
{
|
|
2194
|
-
"kind": "variable",
|
|
2195
|
-
"name": "foundationActionsMenu",
|
|
2196
|
-
"description": "The Foundation Actions Menu",
|
|
2197
|
-
"privacy": "public"
|
|
2198
|
-
}
|
|
2199
|
-
],
|
|
2200
|
-
"exports": [
|
|
2201
|
-
{
|
|
2202
|
-
"kind": "js",
|
|
2203
|
-
"name": "ActionsMenu",
|
|
2204
|
-
"declaration": {
|
|
2205
|
-
"name": "ActionsMenu",
|
|
2206
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
2207
|
-
}
|
|
2208
|
-
},
|
|
2209
|
-
{
|
|
2210
|
-
"kind": "js",
|
|
2211
|
-
"name": "foundationActionsMenu",
|
|
2212
|
-
"declaration": {
|
|
2213
|
-
"name": "foundationActionsMenu",
|
|
2214
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
2215
|
-
}
|
|
2216
|
-
}
|
|
2217
|
-
]
|
|
2218
|
-
},
|
|
2219
|
-
{
|
|
2220
|
-
"kind": "javascript-module",
|
|
2221
|
-
"path": "src/actions-menu/index.ts",
|
|
2222
|
-
"declarations": [],
|
|
2223
|
-
"exports": [
|
|
2224
|
-
{
|
|
2225
|
-
"kind": "js",
|
|
2226
|
-
"name": "*",
|
|
2227
|
-
"declaration": {
|
|
2228
|
-
"name": "*",
|
|
2229
|
-
"package": "./actions-menu.styles"
|
|
2230
|
-
}
|
|
2231
|
-
},
|
|
2232
|
-
{
|
|
2233
|
-
"kind": "js",
|
|
2234
|
-
"name": "*",
|
|
2235
|
-
"declaration": {
|
|
2236
|
-
"name": "*",
|
|
2237
|
-
"package": "./actions-menu.template"
|
|
2238
|
-
}
|
|
2239
|
-
},
|
|
2240
|
-
{
|
|
2241
|
-
"kind": "js",
|
|
2242
|
-
"name": "*",
|
|
2243
|
-
"declaration": {
|
|
2244
|
-
"name": "*",
|
|
2245
|
-
"package": "./actions-menu"
|
|
2246
|
-
}
|
|
2247
|
-
}
|
|
2248
|
-
]
|
|
2249
|
-
},
|
|
2250
|
-
{
|
|
2251
|
-
"kind": "javascript-module",
|
|
2252
|
-
"path": "src/accordion/accordion.styles.ts",
|
|
2253
|
-
"declarations": [
|
|
2254
|
-
{
|
|
2255
|
-
"kind": "function",
|
|
2256
|
-
"name": "foundationAccordionStyles",
|
|
2257
|
-
"return": {
|
|
2258
|
-
"type": {
|
|
2259
|
-
"text": "ElementStyles"
|
|
2260
|
-
}
|
|
2261
|
-
},
|
|
2262
|
-
"parameters": [
|
|
2263
|
-
{
|
|
2264
|
-
"name": "context",
|
|
2265
|
-
"type": {
|
|
2266
|
-
"text": "ElementDefinitionContext"
|
|
2267
|
-
}
|
|
2268
|
-
},
|
|
2269
|
-
{
|
|
2270
|
-
"name": "definition",
|
|
2271
|
-
"type": {
|
|
2272
|
-
"text": "FoundationElementDefinition"
|
|
2273
|
-
}
|
|
2274
|
-
}
|
|
2275
|
-
]
|
|
2276
|
-
}
|
|
2277
|
-
],
|
|
2278
|
-
"exports": [
|
|
2279
|
-
{
|
|
2280
|
-
"kind": "js",
|
|
2281
|
-
"name": "foundationAccordionStyles",
|
|
2282
|
-
"declaration": {
|
|
2283
|
-
"name": "foundationAccordionStyles",
|
|
2284
|
-
"module": "src/accordion/accordion.styles.ts"
|
|
2285
|
-
}
|
|
2286
|
-
}
|
|
2287
|
-
]
|
|
2288
|
-
},
|
|
2289
|
-
{
|
|
2290
|
-
"kind": "javascript-module",
|
|
2291
|
-
"path": "src/accordion/accordion.template.ts",
|
|
2292
|
-
"declarations": [
|
|
2293
|
-
{
|
|
2294
|
-
"kind": "function",
|
|
2295
|
-
"name": "foundationAccordionTemplate",
|
|
2296
|
-
"return": {
|
|
2297
|
-
"type": {
|
|
2298
|
-
"text": "ViewTemplate<Accordion>"
|
|
2299
|
-
}
|
|
2300
|
-
},
|
|
2301
|
-
"parameters": [
|
|
2302
|
-
{
|
|
2303
|
-
"name": "context",
|
|
2304
|
-
"type": {
|
|
2305
|
-
"text": "ElementDefinitionContext"
|
|
2306
|
-
}
|
|
2307
|
-
},
|
|
2308
|
-
{
|
|
2309
|
-
"name": "definition",
|
|
2310
|
-
"type": {
|
|
2311
|
-
"text": "FoundationElementDefinition"
|
|
2312
|
-
}
|
|
2313
|
-
}
|
|
2314
2302
|
]
|
|
2315
|
-
}
|
|
2316
|
-
],
|
|
2317
|
-
"exports": [
|
|
2318
|
-
{
|
|
2319
|
-
"kind": "js",
|
|
2320
|
-
"name": "foundationAccordionTemplate",
|
|
2321
|
-
"declaration": {
|
|
2322
|
-
"name": "foundationAccordionTemplate",
|
|
2323
|
-
"module": "src/accordion/accordion.template.ts"
|
|
2324
|
-
}
|
|
2325
|
-
}
|
|
2326
|
-
]
|
|
2327
|
-
},
|
|
2328
|
-
{
|
|
2329
|
-
"kind": "javascript-module",
|
|
2330
|
-
"path": "src/accordion/accordion.ts",
|
|
2331
|
-
"declarations": [
|
|
2332
|
-
{
|
|
2333
|
-
"kind": "class",
|
|
2334
|
-
"description": "",
|
|
2335
|
-
"name": "Accordion",
|
|
2336
|
-
"superclass": {
|
|
2337
|
-
"name": "FASTAccordion",
|
|
2338
|
-
"package": "@microsoft/fast-foundation"
|
|
2339
|
-
},
|
|
2340
|
-
"tagName": "%%prefix%%-accordion",
|
|
2341
|
-
"customElement": true
|
|
2342
2303
|
},
|
|
2343
2304
|
{
|
|
2344
2305
|
"kind": "variable",
|
|
2345
|
-
"name": "
|
|
2306
|
+
"name": "foundationAnchorShadowOptions",
|
|
2346
2307
|
"type": {
|
|
2347
2308
|
"text": "ShadowRootInit"
|
|
2348
2309
|
},
|
|
@@ -2350,7 +2311,7 @@
|
|
|
2350
2311
|
},
|
|
2351
2312
|
{
|
|
2352
2313
|
"kind": "variable",
|
|
2353
|
-
"name": "
|
|
2314
|
+
"name": "defaultAnchorConfig",
|
|
2354
2315
|
"type": {
|
|
2355
2316
|
"text": "object"
|
|
2356
2317
|
},
|
|
@@ -2358,49 +2319,49 @@
|
|
|
2358
2319
|
},
|
|
2359
2320
|
{
|
|
2360
2321
|
"kind": "variable",
|
|
2361
|
-
"name": "
|
|
2362
|
-
"description": "The Foundation
|
|
2322
|
+
"name": "foundationAnchor",
|
|
2323
|
+
"description": "The Foundation Anchor",
|
|
2363
2324
|
"privacy": "public"
|
|
2364
2325
|
}
|
|
2365
2326
|
],
|
|
2366
2327
|
"exports": [
|
|
2367
2328
|
{
|
|
2368
2329
|
"kind": "js",
|
|
2369
|
-
"name": "
|
|
2330
|
+
"name": "Anchor",
|
|
2370
2331
|
"declaration": {
|
|
2371
|
-
"name": "
|
|
2372
|
-
"module": "src/
|
|
2332
|
+
"name": "Anchor",
|
|
2333
|
+
"module": "src/anchor/anchor.ts"
|
|
2373
2334
|
}
|
|
2374
2335
|
},
|
|
2375
2336
|
{
|
|
2376
2337
|
"kind": "js",
|
|
2377
|
-
"name": "
|
|
2338
|
+
"name": "foundationAnchorShadowOptions",
|
|
2378
2339
|
"declaration": {
|
|
2379
|
-
"name": "
|
|
2380
|
-
"module": "src/
|
|
2340
|
+
"name": "foundationAnchorShadowOptions",
|
|
2341
|
+
"module": "src/anchor/anchor.ts"
|
|
2381
2342
|
}
|
|
2382
2343
|
},
|
|
2383
2344
|
{
|
|
2384
2345
|
"kind": "js",
|
|
2385
|
-
"name": "
|
|
2386
|
-
"declaration": {
|
|
2387
|
-
"name": "
|
|
2388
|
-
"module": "src/
|
|
2346
|
+
"name": "defaultAnchorConfig",
|
|
2347
|
+
"declaration": {
|
|
2348
|
+
"name": "defaultAnchorConfig",
|
|
2349
|
+
"module": "src/anchor/anchor.ts"
|
|
2389
2350
|
}
|
|
2390
2351
|
},
|
|
2391
2352
|
{
|
|
2392
2353
|
"kind": "js",
|
|
2393
|
-
"name": "
|
|
2354
|
+
"name": "foundationAnchor",
|
|
2394
2355
|
"declaration": {
|
|
2395
|
-
"name": "
|
|
2396
|
-
"module": "src/
|
|
2356
|
+
"name": "foundationAnchor",
|
|
2357
|
+
"module": "src/anchor/anchor.ts"
|
|
2397
2358
|
}
|
|
2398
2359
|
}
|
|
2399
2360
|
]
|
|
2400
2361
|
},
|
|
2401
2362
|
{
|
|
2402
2363
|
"kind": "javascript-module",
|
|
2403
|
-
"path": "src/
|
|
2364
|
+
"path": "src/anchor/index.ts",
|
|
2404
2365
|
"declarations": [],
|
|
2405
2366
|
"exports": [
|
|
2406
2367
|
{
|
|
@@ -2408,7 +2369,7 @@
|
|
|
2408
2369
|
"name": "*",
|
|
2409
2370
|
"declaration": {
|
|
2410
2371
|
"name": "*",
|
|
2411
|
-
"package": "./
|
|
2372
|
+
"package": "./anchor.template"
|
|
2412
2373
|
}
|
|
2413
2374
|
},
|
|
2414
2375
|
{
|
|
@@ -2416,7 +2377,7 @@
|
|
|
2416
2377
|
"name": "*",
|
|
2417
2378
|
"declaration": {
|
|
2418
2379
|
"name": "*",
|
|
2419
|
-
"package": "./
|
|
2380
|
+
"package": "./anchor.styles"
|
|
2420
2381
|
}
|
|
2421
2382
|
},
|
|
2422
2383
|
{
|
|
@@ -2424,7 +2385,7 @@
|
|
|
2424
2385
|
"name": "*",
|
|
2425
2386
|
"declaration": {
|
|
2426
2387
|
"name": "*",
|
|
2427
|
-
"package": "./
|
|
2388
|
+
"package": "./anchor"
|
|
2428
2389
|
}
|
|
2429
2390
|
}
|
|
2430
2391
|
]
|
|
@@ -4021,11 +3982,11 @@
|
|
|
4021
3982
|
},
|
|
4022
3983
|
{
|
|
4023
3984
|
"kind": "javascript-module",
|
|
4024
|
-
"path": "src/
|
|
3985
|
+
"path": "src/actions-menu/actions-menu.styles.ts",
|
|
4025
3986
|
"declarations": [
|
|
4026
3987
|
{
|
|
4027
3988
|
"kind": "function",
|
|
4028
|
-
"name": "
|
|
3989
|
+
"name": "actionsMenuBaseStyles",
|
|
4029
3990
|
"return": {
|
|
4030
3991
|
"type": {
|
|
4031
3992
|
"text": "ElementStyles"
|
|
@@ -4045,29 +4006,13 @@
|
|
|
4045
4006
|
}
|
|
4046
4007
|
}
|
|
4047
4008
|
]
|
|
4048
|
-
}
|
|
4049
|
-
],
|
|
4050
|
-
"exports": [
|
|
4051
|
-
{
|
|
4052
|
-
"kind": "js",
|
|
4053
|
-
"name": "foundationAnchorStyles",
|
|
4054
|
-
"declaration": {
|
|
4055
|
-
"name": "foundationAnchorStyles",
|
|
4056
|
-
"module": "src/anchor/anchor.styles.ts"
|
|
4057
|
-
}
|
|
4058
|
-
}
|
|
4059
|
-
]
|
|
4060
|
-
},
|
|
4061
|
-
{
|
|
4062
|
-
"kind": "javascript-module",
|
|
4063
|
-
"path": "src/anchor/anchor.template.ts",
|
|
4064
|
-
"declarations": [
|
|
4009
|
+
},
|
|
4065
4010
|
{
|
|
4066
4011
|
"kind": "function",
|
|
4067
|
-
"name": "
|
|
4012
|
+
"name": "foundationActionsMenuStyles",
|
|
4068
4013
|
"return": {
|
|
4069
4014
|
"type": {
|
|
4070
|
-
"text": "
|
|
4015
|
+
"text": "ElementStyles"
|
|
4071
4016
|
}
|
|
4072
4017
|
},
|
|
4073
4018
|
"parameters": [
|
|
@@ -4089,253 +4034,269 @@
|
|
|
4089
4034
|
"exports": [
|
|
4090
4035
|
{
|
|
4091
4036
|
"kind": "js",
|
|
4092
|
-
"name": "
|
|
4037
|
+
"name": "actionsMenuBaseStyles",
|
|
4093
4038
|
"declaration": {
|
|
4094
|
-
"name": "
|
|
4095
|
-
"module": "src/
|
|
4039
|
+
"name": "actionsMenuBaseStyles",
|
|
4040
|
+
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
4041
|
+
}
|
|
4042
|
+
},
|
|
4043
|
+
{
|
|
4044
|
+
"kind": "js",
|
|
4045
|
+
"name": "foundationActionsMenuStyles",
|
|
4046
|
+
"declaration": {
|
|
4047
|
+
"name": "foundationActionsMenuStyles",
|
|
4048
|
+
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
4096
4049
|
}
|
|
4097
4050
|
}
|
|
4098
4051
|
]
|
|
4099
4052
|
},
|
|
4100
4053
|
{
|
|
4101
4054
|
"kind": "javascript-module",
|
|
4102
|
-
"path": "src/
|
|
4055
|
+
"path": "src/actions-menu/actions-menu.template.ts",
|
|
4103
4056
|
"declarations": [
|
|
4104
4057
|
{
|
|
4105
|
-
"kind": "
|
|
4106
|
-
"
|
|
4107
|
-
"
|
|
4108
|
-
"superclass": {
|
|
4109
|
-
"name": "FASTAnchor",
|
|
4110
|
-
"package": "@microsoft/fast-components"
|
|
4111
|
-
},
|
|
4112
|
-
"tagName": "%%prefix%%-anchor",
|
|
4113
|
-
"customElement": true,
|
|
4114
|
-
"attributes": [
|
|
4115
|
-
{
|
|
4116
|
-
"name": "download",
|
|
4117
|
-
"type": {
|
|
4118
|
-
"text": "string"
|
|
4119
|
-
},
|
|
4120
|
-
"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.",
|
|
4121
|
-
"fieldName": "download",
|
|
4122
|
-
"inheritedFrom": {
|
|
4123
|
-
"name": "Anchor",
|
|
4124
|
-
"module": "src/anchor/anchor.ts"
|
|
4125
|
-
}
|
|
4126
|
-
},
|
|
4058
|
+
"kind": "function",
|
|
4059
|
+
"name": "menuTemplate",
|
|
4060
|
+
"parameters": [
|
|
4127
4061
|
{
|
|
4128
|
-
"name": "
|
|
4062
|
+
"name": "prefix",
|
|
4129
4063
|
"type": {
|
|
4130
4064
|
"text": "string"
|
|
4131
|
-
},
|
|
4132
|
-
"description": "The URL the hyperlink references. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
4133
|
-
"fieldName": "href",
|
|
4134
|
-
"inheritedFrom": {
|
|
4135
|
-
"name": "Anchor",
|
|
4136
|
-
"module": "src/anchor/anchor.ts"
|
|
4137
4065
|
}
|
|
4138
|
-
}
|
|
4066
|
+
}
|
|
4067
|
+
]
|
|
4068
|
+
},
|
|
4069
|
+
{
|
|
4070
|
+
"kind": "function",
|
|
4071
|
+
"name": "singleOptionTemplate",
|
|
4072
|
+
"parameters": [
|
|
4139
4073
|
{
|
|
4140
|
-
"name": "
|
|
4074
|
+
"name": "prefix",
|
|
4141
4075
|
"type": {
|
|
4142
4076
|
"text": "string"
|
|
4143
|
-
},
|
|
4144
|
-
"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.",
|
|
4145
|
-
"fieldName": "hreflang",
|
|
4146
|
-
"inheritedFrom": {
|
|
4147
|
-
"name": "Anchor",
|
|
4148
|
-
"module": "src/anchor/anchor.ts"
|
|
4149
4077
|
}
|
|
4150
|
-
}
|
|
4078
|
+
}
|
|
4079
|
+
]
|
|
4080
|
+
},
|
|
4081
|
+
{
|
|
4082
|
+
"kind": "variable",
|
|
4083
|
+
"name": "foundationActionsMenuTemplate",
|
|
4084
|
+
"type": {
|
|
4085
|
+
"text": "ViewTemplate<ActionsMenu>"
|
|
4086
|
+
},
|
|
4087
|
+
"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`"
|
|
4088
|
+
}
|
|
4089
|
+
],
|
|
4090
|
+
"exports": [
|
|
4091
|
+
{
|
|
4092
|
+
"kind": "js",
|
|
4093
|
+
"name": "menuTemplate",
|
|
4094
|
+
"declaration": {
|
|
4095
|
+
"name": "menuTemplate",
|
|
4096
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
4097
|
+
}
|
|
4098
|
+
},
|
|
4099
|
+
{
|
|
4100
|
+
"kind": "js",
|
|
4101
|
+
"name": "singleOptionTemplate",
|
|
4102
|
+
"declaration": {
|
|
4103
|
+
"name": "singleOptionTemplate",
|
|
4104
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
4105
|
+
}
|
|
4106
|
+
},
|
|
4107
|
+
{
|
|
4108
|
+
"kind": "js",
|
|
4109
|
+
"name": "foundationActionsMenuTemplate",
|
|
4110
|
+
"declaration": {
|
|
4111
|
+
"name": "foundationActionsMenuTemplate",
|
|
4112
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
4113
|
+
}
|
|
4114
|
+
}
|
|
4115
|
+
]
|
|
4116
|
+
},
|
|
4117
|
+
{
|
|
4118
|
+
"kind": "javascript-module",
|
|
4119
|
+
"path": "src/actions-menu/actions-menu.ts",
|
|
4120
|
+
"declarations": [
|
|
4121
|
+
{
|
|
4122
|
+
"kind": "class",
|
|
4123
|
+
"description": "",
|
|
4124
|
+
"name": "ActionsMenu",
|
|
4125
|
+
"members": [
|
|
4151
4126
|
{
|
|
4152
|
-
"
|
|
4127
|
+
"kind": "field",
|
|
4128
|
+
"name": "actions",
|
|
4153
4129
|
"type": {
|
|
4154
|
-
"text": "
|
|
4155
|
-
},
|
|
4156
|
-
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
4157
|
-
"fieldName": "ping",
|
|
4158
|
-
"inheritedFrom": {
|
|
4159
|
-
"name": "Anchor",
|
|
4160
|
-
"module": "src/anchor/anchor.ts"
|
|
4130
|
+
"text": "ActionMenuItem[]"
|
|
4161
4131
|
}
|
|
4162
4132
|
},
|
|
4163
4133
|
{
|
|
4164
|
-
"
|
|
4134
|
+
"kind": "field",
|
|
4135
|
+
"name": "isVertical",
|
|
4165
4136
|
"type": {
|
|
4166
|
-
"text": "
|
|
4137
|
+
"text": "boolean"
|
|
4167
4138
|
},
|
|
4168
|
-
"
|
|
4169
|
-
"fieldName": "referrerpolicy",
|
|
4170
|
-
"inheritedFrom": {
|
|
4171
|
-
"name": "Anchor",
|
|
4172
|
-
"module": "src/anchor/anchor.ts"
|
|
4173
|
-
}
|
|
4139
|
+
"default": "false"
|
|
4174
4140
|
},
|
|
4175
4141
|
{
|
|
4176
|
-
"
|
|
4142
|
+
"kind": "field",
|
|
4143
|
+
"name": "addDefaultActions",
|
|
4177
4144
|
"type": {
|
|
4178
|
-
"text": "
|
|
4145
|
+
"text": "boolean"
|
|
4179
4146
|
},
|
|
4180
|
-
"
|
|
4181
|
-
"fieldName": "rel",
|
|
4182
|
-
"inheritedFrom": {
|
|
4183
|
-
"name": "Anchor",
|
|
4184
|
-
"module": "src/anchor/anchor.ts"
|
|
4185
|
-
}
|
|
4147
|
+
"default": "true"
|
|
4186
4148
|
},
|
|
4187
4149
|
{
|
|
4188
|
-
"
|
|
4150
|
+
"kind": "field",
|
|
4151
|
+
"name": "autoCloseOnAction",
|
|
4189
4152
|
"type": {
|
|
4190
|
-
"text": "
|
|
4153
|
+
"text": "boolean"
|
|
4191
4154
|
},
|
|
4192
|
-
"
|
|
4193
|
-
"fieldName": "target",
|
|
4194
|
-
"inheritedFrom": {
|
|
4195
|
-
"name": "Anchor",
|
|
4196
|
-
"module": "src/anchor/anchor.ts"
|
|
4197
|
-
}
|
|
4155
|
+
"default": "true"
|
|
4198
4156
|
},
|
|
4199
|
-
{
|
|
4200
|
-
"name": "type",
|
|
4201
|
-
"type": {
|
|
4202
|
-
"text": "string"
|
|
4203
|
-
},
|
|
4204
|
-
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
4205
|
-
"fieldName": "type",
|
|
4206
|
-
"inheritedFrom": {
|
|
4207
|
-
"name": "Anchor",
|
|
4208
|
-
"module": "src/anchor/anchor.ts"
|
|
4209
|
-
}
|
|
4210
|
-
}
|
|
4211
|
-
],
|
|
4212
|
-
"members": [
|
|
4213
4157
|
{
|
|
4214
4158
|
"kind": "field",
|
|
4215
|
-
"name": "
|
|
4159
|
+
"name": "classNames",
|
|
4216
4160
|
"type": {
|
|
4217
4161
|
"text": "string"
|
|
4218
|
-
},
|
|
4219
|
-
"privacy": "public",
|
|
4220
|
-
"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.",
|
|
4221
|
-
"inheritedFrom": {
|
|
4222
|
-
"name": "Anchor",
|
|
4223
|
-
"module": "src/anchor/anchor.ts"
|
|
4224
4162
|
}
|
|
4225
4163
|
},
|
|
4226
4164
|
{
|
|
4227
4165
|
"kind": "field",
|
|
4228
|
-
"name": "
|
|
4166
|
+
"name": "definition",
|
|
4229
4167
|
"type": {
|
|
4230
|
-
"text": "
|
|
4231
|
-
},
|
|
4232
|
-
"privacy": "public",
|
|
4233
|
-
"description": "The URL the hyperlink references. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
4234
|
-
"inheritedFrom": {
|
|
4235
|
-
"name": "Anchor",
|
|
4236
|
-
"module": "src/anchor/anchor.ts"
|
|
4168
|
+
"text": "any"
|
|
4237
4169
|
}
|
|
4238
4170
|
},
|
|
4239
4171
|
{
|
|
4240
4172
|
"kind": "field",
|
|
4241
|
-
"name": "
|
|
4173
|
+
"name": "name",
|
|
4242
4174
|
"type": {
|
|
4243
4175
|
"text": "string"
|
|
4244
4176
|
},
|
|
4245
|
-
"
|
|
4246
|
-
"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.",
|
|
4247
|
-
"inheritedFrom": {
|
|
4248
|
-
"name": "Anchor",
|
|
4249
|
-
"module": "src/anchor/anchor.ts"
|
|
4250
|
-
}
|
|
4177
|
+
"default": "'Actions'"
|
|
4251
4178
|
},
|
|
4252
4179
|
{
|
|
4253
4180
|
"kind": "field",
|
|
4254
|
-
"name": "
|
|
4181
|
+
"name": "open",
|
|
4255
4182
|
"type": {
|
|
4256
|
-
"text": "
|
|
4183
|
+
"text": "boolean"
|
|
4257
4184
|
},
|
|
4258
|
-
"
|
|
4259
|
-
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
4260
|
-
"inheritedFrom": {
|
|
4261
|
-
"name": "Anchor",
|
|
4262
|
-
"module": "src/anchor/anchor.ts"
|
|
4263
|
-
}
|
|
4185
|
+
"default": "false"
|
|
4264
4186
|
},
|
|
4265
4187
|
{
|
|
4266
4188
|
"kind": "field",
|
|
4267
|
-
"name": "
|
|
4189
|
+
"name": "buttonAppearance",
|
|
4268
4190
|
"type": {
|
|
4269
4191
|
"text": "string"
|
|
4270
|
-
},
|
|
4271
|
-
"privacy": "public",
|
|
4272
|
-
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
4273
|
-
"inheritedFrom": {
|
|
4274
|
-
"name": "Anchor",
|
|
4275
|
-
"module": "src/anchor/anchor.ts"
|
|
4276
4192
|
}
|
|
4277
4193
|
},
|
|
4278
4194
|
{
|
|
4279
4195
|
"kind": "field",
|
|
4280
|
-
"name": "
|
|
4196
|
+
"name": "hideDisabled",
|
|
4281
4197
|
"type": {
|
|
4282
|
-
"text": "
|
|
4198
|
+
"text": "boolean"
|
|
4283
4199
|
},
|
|
4284
|
-
"
|
|
4285
|
-
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
4286
|
-
"inheritedFrom": {
|
|
4287
|
-
"name": "Anchor",
|
|
4288
|
-
"module": "src/anchor/anchor.ts"
|
|
4289
|
-
}
|
|
4200
|
+
"default": "false"
|
|
4290
4201
|
},
|
|
4291
4202
|
{
|
|
4292
4203
|
"kind": "field",
|
|
4293
|
-
"name": "
|
|
4204
|
+
"name": "hideMenuSingleOption",
|
|
4294
4205
|
"type": {
|
|
4295
|
-
"text": "
|
|
4206
|
+
"text": "boolean"
|
|
4296
4207
|
},
|
|
4297
|
-
"
|
|
4298
|
-
|
|
4299
|
-
|
|
4300
|
-
|
|
4301
|
-
|
|
4208
|
+
"default": "false"
|
|
4209
|
+
},
|
|
4210
|
+
{
|
|
4211
|
+
"kind": "field",
|
|
4212
|
+
"name": "singleOption",
|
|
4213
|
+
"type": {
|
|
4214
|
+
"text": "ActionMenuItem"
|
|
4302
4215
|
}
|
|
4303
4216
|
},
|
|
4304
4217
|
{
|
|
4305
4218
|
"kind": "field",
|
|
4306
|
-
"name": "
|
|
4219
|
+
"name": "actionsMenu",
|
|
4307
4220
|
"type": {
|
|
4308
|
-
"text": "
|
|
4309
|
-
},
|
|
4310
|
-
"privacy": "public",
|
|
4311
|
-
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
4312
|
-
"inheritedFrom": {
|
|
4313
|
-
"name": "Anchor",
|
|
4314
|
-
"module": "src/anchor/anchor.ts"
|
|
4221
|
+
"text": "HTMLElement"
|
|
4315
4222
|
}
|
|
4316
4223
|
},
|
|
4224
|
+
{
|
|
4225
|
+
"kind": "method",
|
|
4226
|
+
"name": "definitionChanged",
|
|
4227
|
+
"privacy": "protected",
|
|
4228
|
+
"parameters": [
|
|
4229
|
+
{
|
|
4230
|
+
"name": "oldValue",
|
|
4231
|
+
"type": {
|
|
4232
|
+
"text": "any"
|
|
4233
|
+
}
|
|
4234
|
+
},
|
|
4235
|
+
{
|
|
4236
|
+
"name": "newValue",
|
|
4237
|
+
"type": {
|
|
4238
|
+
"text": "any"
|
|
4239
|
+
}
|
|
4240
|
+
}
|
|
4241
|
+
]
|
|
4242
|
+
},
|
|
4243
|
+
{
|
|
4244
|
+
"kind": "method",
|
|
4245
|
+
"name": "openChanged",
|
|
4246
|
+
"privacy": "protected"
|
|
4247
|
+
},
|
|
4248
|
+
{
|
|
4249
|
+
"kind": "method",
|
|
4250
|
+
"name": "toggleActionsMenuVisibility"
|
|
4251
|
+
},
|
|
4252
|
+
{
|
|
4253
|
+
"kind": "method",
|
|
4254
|
+
"name": "onActionMenuItemClick",
|
|
4255
|
+
"parameters": [
|
|
4256
|
+
{
|
|
4257
|
+
"name": "callback",
|
|
4258
|
+
"type": {
|
|
4259
|
+
"text": "(rowData) => void | any"
|
|
4260
|
+
}
|
|
4261
|
+
}
|
|
4262
|
+
]
|
|
4263
|
+
},
|
|
4317
4264
|
{
|
|
4318
4265
|
"kind": "field",
|
|
4319
|
-
"name": "
|
|
4266
|
+
"name": "allActions",
|
|
4320
4267
|
"type": {
|
|
4321
|
-
"text": "
|
|
4268
|
+
"text": "ActionMenuItem[]"
|
|
4322
4269
|
},
|
|
4323
|
-
"
|
|
4324
|
-
"description": "References the root element",
|
|
4325
|
-
"inheritedFrom": {
|
|
4326
|
-
"name": "Anchor",
|
|
4327
|
-
"module": "src/anchor/anchor.ts"
|
|
4328
|
-
}
|
|
4270
|
+
"readonly": true
|
|
4329
4271
|
},
|
|
4330
4272
|
{
|
|
4331
4273
|
"kind": "field",
|
|
4332
|
-
"name": "
|
|
4333
|
-
"
|
|
4334
|
-
|
|
4335
|
-
|
|
4336
|
-
|
|
4337
|
-
|
|
4338
|
-
|
|
4274
|
+
"name": "rowData",
|
|
4275
|
+
"readonly": true
|
|
4276
|
+
},
|
|
4277
|
+
{
|
|
4278
|
+
"kind": "method",
|
|
4279
|
+
"name": "getLabel",
|
|
4280
|
+
"parameters": [
|
|
4281
|
+
{
|
|
4282
|
+
"name": "name",
|
|
4283
|
+
"type": {
|
|
4284
|
+
"text": "string | ((rowData: any) => string)"
|
|
4285
|
+
}
|
|
4286
|
+
}
|
|
4287
|
+
]
|
|
4288
|
+
},
|
|
4289
|
+
{
|
|
4290
|
+
"kind": "method",
|
|
4291
|
+
"name": "getTemplate",
|
|
4292
|
+
"parameters": [
|
|
4293
|
+
{
|
|
4294
|
+
"name": "prefix",
|
|
4295
|
+
"type": {
|
|
4296
|
+
"text": "string"
|
|
4297
|
+
}
|
|
4298
|
+
}
|
|
4299
|
+
]
|
|
4339
4300
|
},
|
|
4340
4301
|
{
|
|
4341
4302
|
"kind": "field",
|
|
@@ -4448,69 +4409,108 @@
|
|
|
4448
4409
|
"module": "src/foundation-element/foundation-element.ts"
|
|
4449
4410
|
}
|
|
4450
4411
|
}
|
|
4451
|
-
]
|
|
4452
|
-
|
|
4453
|
-
|
|
4454
|
-
|
|
4455
|
-
|
|
4456
|
-
|
|
4457
|
-
|
|
4458
|
-
|
|
4459
|
-
|
|
4460
|
-
|
|
4461
|
-
|
|
4462
|
-
|
|
4463
|
-
|
|
4464
|
-
|
|
4465
|
-
|
|
4412
|
+
],
|
|
4413
|
+
"attributes": [
|
|
4414
|
+
{
|
|
4415
|
+
"name": "is-vertical",
|
|
4416
|
+
"type": {
|
|
4417
|
+
"text": "boolean"
|
|
4418
|
+
},
|
|
4419
|
+
"default": "false",
|
|
4420
|
+
"fieldName": "isVertical"
|
|
4421
|
+
},
|
|
4422
|
+
{
|
|
4423
|
+
"name": "add-default-actions",
|
|
4424
|
+
"type": {
|
|
4425
|
+
"text": "boolean"
|
|
4426
|
+
},
|
|
4427
|
+
"default": "true",
|
|
4428
|
+
"fieldName": "addDefaultActions"
|
|
4429
|
+
},
|
|
4430
|
+
{
|
|
4431
|
+
"name": "auto-close-on-action",
|
|
4432
|
+
"type": {
|
|
4433
|
+
"text": "boolean"
|
|
4434
|
+
},
|
|
4435
|
+
"default": "true",
|
|
4436
|
+
"fieldName": "autoCloseOnAction"
|
|
4437
|
+
},
|
|
4438
|
+
{
|
|
4439
|
+
"name": "name",
|
|
4440
|
+
"type": {
|
|
4441
|
+
"text": "string"
|
|
4442
|
+
},
|
|
4443
|
+
"default": "'Actions'",
|
|
4444
|
+
"fieldName": "name"
|
|
4445
|
+
},
|
|
4446
|
+
{
|
|
4447
|
+
"name": "open",
|
|
4448
|
+
"type": {
|
|
4449
|
+
"text": "boolean"
|
|
4450
|
+
},
|
|
4451
|
+
"default": "false",
|
|
4452
|
+
"fieldName": "open"
|
|
4453
|
+
},
|
|
4454
|
+
{
|
|
4455
|
+
"name": "buttonAppearance",
|
|
4456
|
+
"type": {
|
|
4457
|
+
"text": "string"
|
|
4458
|
+
},
|
|
4459
|
+
"fieldName": "buttonAppearance"
|
|
4460
|
+
},
|
|
4461
|
+
{
|
|
4462
|
+
"name": "hide-disabled",
|
|
4463
|
+
"type": {
|
|
4464
|
+
"text": "boolean"
|
|
4465
|
+
},
|
|
4466
|
+
"default": "false",
|
|
4467
|
+
"fieldName": "hideDisabled"
|
|
4468
|
+
},
|
|
4469
|
+
{
|
|
4470
|
+
"name": "hide-menu-single-option",
|
|
4471
|
+
"type": {
|
|
4472
|
+
"text": "boolean"
|
|
4473
|
+
},
|
|
4474
|
+
"default": "false",
|
|
4475
|
+
"fieldName": "hideMenuSingleOption"
|
|
4476
|
+
}
|
|
4477
|
+
],
|
|
4478
|
+
"superclass": {
|
|
4479
|
+
"name": "FoundationElement",
|
|
4480
|
+
"package": "@microsoft/fast-foundation"
|
|
4466
4481
|
},
|
|
4467
|
-
"
|
|
4482
|
+
"tagName": "%%prefix%%-actions-menu",
|
|
4483
|
+
"customElement": true
|
|
4468
4484
|
},
|
|
4469
4485
|
{
|
|
4470
4486
|
"kind": "variable",
|
|
4471
|
-
"name": "
|
|
4472
|
-
"description": "The Foundation
|
|
4487
|
+
"name": "foundationActionsMenu",
|
|
4488
|
+
"description": "The Foundation Actions Menu",
|
|
4473
4489
|
"privacy": "public"
|
|
4474
4490
|
}
|
|
4475
4491
|
],
|
|
4476
4492
|
"exports": [
|
|
4477
4493
|
{
|
|
4478
4494
|
"kind": "js",
|
|
4479
|
-
"name": "
|
|
4480
|
-
"declaration": {
|
|
4481
|
-
"name": "Anchor",
|
|
4482
|
-
"module": "src/anchor/anchor.ts"
|
|
4483
|
-
}
|
|
4484
|
-
},
|
|
4485
|
-
{
|
|
4486
|
-
"kind": "js",
|
|
4487
|
-
"name": "foundationAnchorShadowOptions",
|
|
4488
|
-
"declaration": {
|
|
4489
|
-
"name": "foundationAnchorShadowOptions",
|
|
4490
|
-
"module": "src/anchor/anchor.ts"
|
|
4491
|
-
}
|
|
4492
|
-
},
|
|
4493
|
-
{
|
|
4494
|
-
"kind": "js",
|
|
4495
|
-
"name": "defaultAnchorConfig",
|
|
4495
|
+
"name": "ActionsMenu",
|
|
4496
4496
|
"declaration": {
|
|
4497
|
-
"name": "
|
|
4498
|
-
"module": "src/
|
|
4497
|
+
"name": "ActionsMenu",
|
|
4498
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
4499
4499
|
}
|
|
4500
4500
|
},
|
|
4501
4501
|
{
|
|
4502
4502
|
"kind": "js",
|
|
4503
|
-
"name": "
|
|
4503
|
+
"name": "foundationActionsMenu",
|
|
4504
4504
|
"declaration": {
|
|
4505
|
-
"name": "
|
|
4506
|
-
"module": "src/
|
|
4505
|
+
"name": "foundationActionsMenu",
|
|
4506
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
4507
4507
|
}
|
|
4508
4508
|
}
|
|
4509
4509
|
]
|
|
4510
4510
|
},
|
|
4511
4511
|
{
|
|
4512
4512
|
"kind": "javascript-module",
|
|
4513
|
-
"path": "src/
|
|
4513
|
+
"path": "src/actions-menu/index.ts",
|
|
4514
4514
|
"declarations": [],
|
|
4515
4515
|
"exports": [
|
|
4516
4516
|
{
|
|
@@ -4518,7 +4518,7 @@
|
|
|
4518
4518
|
"name": "*",
|
|
4519
4519
|
"declaration": {
|
|
4520
4520
|
"name": "*",
|
|
4521
|
-
"package": "./
|
|
4521
|
+
"package": "./actions-menu.styles"
|
|
4522
4522
|
}
|
|
4523
4523
|
},
|
|
4524
4524
|
{
|
|
@@ -4526,7 +4526,7 @@
|
|
|
4526
4526
|
"name": "*",
|
|
4527
4527
|
"declaration": {
|
|
4528
4528
|
"name": "*",
|
|
4529
|
-
"package": "./
|
|
4529
|
+
"package": "./actions-menu.template"
|
|
4530
4530
|
}
|
|
4531
4531
|
},
|
|
4532
4532
|
{
|
|
@@ -4534,7 +4534,7 @@
|
|
|
4534
4534
|
"name": "*",
|
|
4535
4535
|
"declaration": {
|
|
4536
4536
|
"name": "*",
|
|
4537
|
-
"package": "./
|
|
4537
|
+
"package": "./actions-menu"
|
|
4538
4538
|
}
|
|
4539
4539
|
}
|
|
4540
4540
|
]
|
|
@@ -14506,7 +14506,7 @@
|
|
|
14506
14506
|
{
|
|
14507
14507
|
"name": "config",
|
|
14508
14508
|
"type": {
|
|
14509
|
-
"text": "
|
|
14509
|
+
"text": "DesignTokensConfig"
|
|
14510
14510
|
}
|
|
14511
14511
|
}
|
|
14512
14512
|
]
|