@genesislcap/foundation-ui 14.356.1-alpha-3caeab4.0 → 14.356.1
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 +1541 -1541
- package/package.json +18 -18
|
@@ -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/accordion-item/accordion-item.styles.ts",
|
|
@@ -1659,11 +1841,42 @@
|
|
|
1659
1841
|
},
|
|
1660
1842
|
{
|
|
1661
1843
|
"kind": "javascript-module",
|
|
1662
|
-
"path": "src/
|
|
1844
|
+
"path": "src/_config/index.ts",
|
|
1845
|
+
"declarations": [],
|
|
1846
|
+
"exports": [
|
|
1847
|
+
{
|
|
1848
|
+
"kind": "js",
|
|
1849
|
+
"name": "*",
|
|
1850
|
+
"declaration": {
|
|
1851
|
+
"name": "*",
|
|
1852
|
+
"package": "./styles"
|
|
1853
|
+
}
|
|
1854
|
+
},
|
|
1855
|
+
{
|
|
1856
|
+
"kind": "js",
|
|
1857
|
+
"name": "*",
|
|
1858
|
+
"declaration": {
|
|
1859
|
+
"name": "*",
|
|
1860
|
+
"package": "./tokens"
|
|
1861
|
+
}
|
|
1862
|
+
},
|
|
1863
|
+
{
|
|
1864
|
+
"kind": "js",
|
|
1865
|
+
"name": "*",
|
|
1866
|
+
"declaration": {
|
|
1867
|
+
"name": "*",
|
|
1868
|
+
"package": "./values"
|
|
1869
|
+
}
|
|
1870
|
+
}
|
|
1871
|
+
]
|
|
1872
|
+
},
|
|
1873
|
+
{
|
|
1874
|
+
"kind": "javascript-module",
|
|
1875
|
+
"path": "src/anchor/anchor.styles.ts",
|
|
1663
1876
|
"declarations": [
|
|
1664
1877
|
{
|
|
1665
1878
|
"kind": "function",
|
|
1666
|
-
"name": "
|
|
1879
|
+
"name": "foundationAnchorStyles",
|
|
1667
1880
|
"return": {
|
|
1668
1881
|
"type": {
|
|
1669
1882
|
"text": "ElementStyles"
|
|
@@ -1683,13 +1896,29 @@
|
|
|
1683
1896
|
}
|
|
1684
1897
|
}
|
|
1685
1898
|
]
|
|
1686
|
-
}
|
|
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": [
|
|
1687
1916
|
{
|
|
1688
1917
|
"kind": "function",
|
|
1689
|
-
"name": "
|
|
1918
|
+
"name": "foundationAnchorTemplate",
|
|
1690
1919
|
"return": {
|
|
1691
1920
|
"type": {
|
|
1692
|
-
"text": "
|
|
1921
|
+
"text": "ViewTemplate<Anchor>"
|
|
1693
1922
|
}
|
|
1694
1923
|
},
|
|
1695
1924
|
"parameters": [
|
|
@@ -1711,269 +1940,253 @@
|
|
|
1711
1940
|
"exports": [
|
|
1712
1941
|
{
|
|
1713
1942
|
"kind": "js",
|
|
1714
|
-
"name": "
|
|
1715
|
-
"declaration": {
|
|
1716
|
-
"name": "actionsMenuBaseStyles",
|
|
1717
|
-
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
1718
|
-
}
|
|
1719
|
-
},
|
|
1720
|
-
{
|
|
1721
|
-
"kind": "js",
|
|
1722
|
-
"name": "foundationActionsMenuStyles",
|
|
1943
|
+
"name": "foundationAnchorTemplate",
|
|
1723
1944
|
"declaration": {
|
|
1724
|
-
"name": "
|
|
1725
|
-
"module": "src/
|
|
1945
|
+
"name": "foundationAnchorTemplate",
|
|
1946
|
+
"module": "src/anchor/anchor.template.ts"
|
|
1726
1947
|
}
|
|
1727
1948
|
}
|
|
1728
1949
|
]
|
|
1729
1950
|
},
|
|
1730
1951
|
{
|
|
1731
1952
|
"kind": "javascript-module",
|
|
1732
|
-
"path": "src/
|
|
1953
|
+
"path": "src/anchor/anchor.ts",
|
|
1733
1954
|
"declarations": [
|
|
1734
1955
|
{
|
|
1735
|
-
"kind": "
|
|
1736
|
-
"
|
|
1737
|
-
"
|
|
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": [
|
|
1738
1966
|
{
|
|
1739
|
-
"name": "
|
|
1967
|
+
"name": "download",
|
|
1740
1968
|
"type": {
|
|
1741
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"
|
|
1742
1976
|
}
|
|
1743
|
-
}
|
|
1744
|
-
]
|
|
1745
|
-
},
|
|
1746
|
-
{
|
|
1747
|
-
"kind": "function",
|
|
1748
|
-
"name": "singleOptionTemplate",
|
|
1749
|
-
"parameters": [
|
|
1977
|
+
},
|
|
1750
1978
|
{
|
|
1751
|
-
"name": "
|
|
1979
|
+
"name": "href",
|
|
1752
1980
|
"type": {
|
|
1753
1981
|
"text": "string"
|
|
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"
|
|
1754
1988
|
}
|
|
1755
|
-
}
|
|
1756
|
-
]
|
|
1757
|
-
},
|
|
1758
|
-
{
|
|
1759
|
-
"kind": "variable",
|
|
1760
|
-
"name": "foundationActionsMenuTemplate",
|
|
1761
|
-
"type": {
|
|
1762
|
-
"text": "ViewTemplate<ActionsMenu>"
|
|
1763
|
-
},
|
|
1764
|
-
"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`"
|
|
1765
|
-
}
|
|
1766
|
-
],
|
|
1767
|
-
"exports": [
|
|
1768
|
-
{
|
|
1769
|
-
"kind": "js",
|
|
1770
|
-
"name": "menuTemplate",
|
|
1771
|
-
"declaration": {
|
|
1772
|
-
"name": "menuTemplate",
|
|
1773
|
-
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1774
|
-
}
|
|
1775
|
-
},
|
|
1776
|
-
{
|
|
1777
|
-
"kind": "js",
|
|
1778
|
-
"name": "singleOptionTemplate",
|
|
1779
|
-
"declaration": {
|
|
1780
|
-
"name": "singleOptionTemplate",
|
|
1781
|
-
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1782
|
-
}
|
|
1783
|
-
},
|
|
1784
|
-
{
|
|
1785
|
-
"kind": "js",
|
|
1786
|
-
"name": "foundationActionsMenuTemplate",
|
|
1787
|
-
"declaration": {
|
|
1788
|
-
"name": "foundationActionsMenuTemplate",
|
|
1789
|
-
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1790
|
-
}
|
|
1791
|
-
}
|
|
1792
|
-
]
|
|
1793
|
-
},
|
|
1794
|
-
{
|
|
1795
|
-
"kind": "javascript-module",
|
|
1796
|
-
"path": "src/actions-menu/actions-menu.ts",
|
|
1797
|
-
"declarations": [
|
|
1798
|
-
{
|
|
1799
|
-
"kind": "class",
|
|
1800
|
-
"description": "",
|
|
1801
|
-
"name": "ActionsMenu",
|
|
1802
|
-
"members": [
|
|
1989
|
+
},
|
|
1803
1990
|
{
|
|
1804
|
-
"
|
|
1805
|
-
"name": "actions",
|
|
1991
|
+
"name": "hreflang",
|
|
1806
1992
|
"type": {
|
|
1807
|
-
"text": "
|
|
1993
|
+
"text": "string"
|
|
1994
|
+
},
|
|
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"
|
|
1808
2000
|
}
|
|
1809
2001
|
},
|
|
1810
2002
|
{
|
|
1811
|
-
"
|
|
1812
|
-
"name": "isVertical",
|
|
2003
|
+
"name": "ping",
|
|
1813
2004
|
"type": {
|
|
1814
|
-
"text": "
|
|
2005
|
+
"text": "string"
|
|
1815
2006
|
},
|
|
1816
|
-
"
|
|
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
|
+
}
|
|
1817
2013
|
},
|
|
1818
2014
|
{
|
|
1819
|
-
"
|
|
1820
|
-
"name": "addDefaultActions",
|
|
2015
|
+
"name": "referrerpolicy",
|
|
1821
2016
|
"type": {
|
|
1822
|
-
"text": "
|
|
2017
|
+
"text": "string"
|
|
1823
2018
|
},
|
|
1824
|
-
"
|
|
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
|
+
}
|
|
1825
2025
|
},
|
|
1826
2026
|
{
|
|
1827
|
-
"
|
|
1828
|
-
"name": "autoCloseOnAction",
|
|
2027
|
+
"name": "rel",
|
|
1829
2028
|
"type": {
|
|
1830
|
-
"text": "
|
|
2029
|
+
"text": "string"
|
|
1831
2030
|
},
|
|
1832
|
-
"
|
|
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"
|
|
2036
|
+
}
|
|
2037
|
+
},
|
|
2038
|
+
{
|
|
2039
|
+
"name": "target",
|
|
2040
|
+
"type": {
|
|
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"
|
|
2048
|
+
}
|
|
1833
2049
|
},
|
|
2050
|
+
{
|
|
2051
|
+
"name": "type",
|
|
2052
|
+
"type": {
|
|
2053
|
+
"text": "string"
|
|
2054
|
+
},
|
|
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": [
|
|
1834
2064
|
{
|
|
1835
2065
|
"kind": "field",
|
|
1836
|
-
"name": "
|
|
2066
|
+
"name": "download",
|
|
1837
2067
|
"type": {
|
|
1838
2068
|
"text": "string"
|
|
2069
|
+
},
|
|
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"
|
|
1839
2075
|
}
|
|
1840
2076
|
},
|
|
1841
2077
|
{
|
|
1842
2078
|
"kind": "field",
|
|
1843
|
-
"name": "
|
|
2079
|
+
"name": "href",
|
|
1844
2080
|
"type": {
|
|
1845
|
-
"text": "
|
|
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"
|
|
1846
2088
|
}
|
|
1847
2089
|
},
|
|
1848
2090
|
{
|
|
1849
2091
|
"kind": "field",
|
|
1850
|
-
"name": "
|
|
2092
|
+
"name": "hreflang",
|
|
1851
2093
|
"type": {
|
|
1852
2094
|
"text": "string"
|
|
1853
2095
|
},
|
|
1854
|
-
"
|
|
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
|
+
}
|
|
1855
2102
|
},
|
|
1856
2103
|
{
|
|
1857
2104
|
"kind": "field",
|
|
1858
|
-
"name": "
|
|
2105
|
+
"name": "ping",
|
|
1859
2106
|
"type": {
|
|
1860
|
-
"text": "
|
|
2107
|
+
"text": "string"
|
|
1861
2108
|
},
|
|
1862
|
-
"
|
|
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
|
+
}
|
|
1863
2115
|
},
|
|
1864
2116
|
{
|
|
1865
2117
|
"kind": "field",
|
|
1866
|
-
"name": "
|
|
2118
|
+
"name": "referrerpolicy",
|
|
1867
2119
|
"type": {
|
|
1868
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"
|
|
1869
2127
|
}
|
|
1870
2128
|
},
|
|
1871
2129
|
{
|
|
1872
2130
|
"kind": "field",
|
|
1873
|
-
"name": "
|
|
2131
|
+
"name": "rel",
|
|
1874
2132
|
"type": {
|
|
1875
|
-
"text": "
|
|
2133
|
+
"text": "string"
|
|
1876
2134
|
},
|
|
1877
|
-
"
|
|
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"
|
|
2140
|
+
}
|
|
1878
2141
|
},
|
|
1879
2142
|
{
|
|
1880
2143
|
"kind": "field",
|
|
1881
|
-
"name": "
|
|
2144
|
+
"name": "target",
|
|
1882
2145
|
"type": {
|
|
1883
|
-
"text": "
|
|
2146
|
+
"text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
|
|
1884
2147
|
},
|
|
1885
|
-
"
|
|
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
|
+
}
|
|
1886
2154
|
},
|
|
1887
2155
|
{
|
|
1888
2156
|
"kind": "field",
|
|
1889
|
-
"name": "
|
|
2157
|
+
"name": "type",
|
|
1890
2158
|
"type": {
|
|
1891
|
-
"text": "
|
|
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"
|
|
1892
2166
|
}
|
|
1893
2167
|
},
|
|
1894
2168
|
{
|
|
1895
2169
|
"kind": "field",
|
|
1896
|
-
"name": "
|
|
2170
|
+
"name": "control",
|
|
1897
2171
|
"type": {
|
|
1898
|
-
"text": "
|
|
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"
|
|
1899
2179
|
}
|
|
1900
2180
|
},
|
|
1901
|
-
{
|
|
1902
|
-
"kind": "method",
|
|
1903
|
-
"name": "definitionChanged",
|
|
1904
|
-
"privacy": "protected",
|
|
1905
|
-
"parameters": [
|
|
1906
|
-
{
|
|
1907
|
-
"name": "oldValue",
|
|
1908
|
-
"type": {
|
|
1909
|
-
"text": "any"
|
|
1910
|
-
}
|
|
1911
|
-
},
|
|
1912
|
-
{
|
|
1913
|
-
"name": "newValue",
|
|
1914
|
-
"type": {
|
|
1915
|
-
"text": "any"
|
|
1916
|
-
}
|
|
1917
|
-
}
|
|
1918
|
-
]
|
|
1919
|
-
},
|
|
1920
|
-
{
|
|
1921
|
-
"kind": "method",
|
|
1922
|
-
"name": "openChanged",
|
|
1923
|
-
"privacy": "protected"
|
|
1924
|
-
},
|
|
1925
|
-
{
|
|
1926
|
-
"kind": "method",
|
|
1927
|
-
"name": "toggleActionsMenuVisibility"
|
|
1928
|
-
},
|
|
1929
|
-
{
|
|
1930
|
-
"kind": "method",
|
|
1931
|
-
"name": "onActionMenuItemClick",
|
|
1932
|
-
"parameters": [
|
|
1933
|
-
{
|
|
1934
|
-
"name": "callback",
|
|
1935
|
-
"type": {
|
|
1936
|
-
"text": "(rowData) => void | any"
|
|
1937
|
-
}
|
|
1938
|
-
}
|
|
1939
|
-
]
|
|
1940
|
-
},
|
|
1941
|
-
{
|
|
1942
|
-
"kind": "field",
|
|
1943
|
-
"name": "allActions",
|
|
1944
|
-
"type": {
|
|
1945
|
-
"text": "ActionMenuItem[]"
|
|
1946
|
-
},
|
|
1947
|
-
"readonly": true
|
|
1948
|
-
},
|
|
1949
2181
|
{
|
|
1950
2182
|
"kind": "field",
|
|
1951
|
-
"name": "
|
|
1952
|
-
"
|
|
1953
|
-
|
|
1954
|
-
|
|
1955
|
-
|
|
1956
|
-
|
|
1957
|
-
|
|
1958
|
-
{
|
|
1959
|
-
"name": "name",
|
|
1960
|
-
"type": {
|
|
1961
|
-
"text": "string | ((rowData: any) => string)"
|
|
1962
|
-
}
|
|
1963
|
-
}
|
|
1964
|
-
]
|
|
1965
|
-
},
|
|
1966
|
-
{
|
|
1967
|
-
"kind": "method",
|
|
1968
|
-
"name": "getTemplate",
|
|
1969
|
-
"parameters": [
|
|
1970
|
-
{
|
|
1971
|
-
"name": "prefix",
|
|
1972
|
-
"type": {
|
|
1973
|
-
"text": "string"
|
|
1974
|
-
}
|
|
1975
|
-
}
|
|
1976
|
-
]
|
|
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
|
+
}
|
|
1977
2190
|
},
|
|
1978
2191
|
{
|
|
1979
2192
|
"kind": "field",
|
|
@@ -2086,139 +2299,69 @@
|
|
|
2086
2299
|
"module": "src/foundation-element/foundation-element.ts"
|
|
2087
2300
|
}
|
|
2088
2301
|
}
|
|
2089
|
-
]
|
|
2090
|
-
|
|
2091
|
-
|
|
2092
|
-
|
|
2093
|
-
|
|
2094
|
-
|
|
2095
|
-
|
|
2096
|
-
"default": "false",
|
|
2097
|
-
"fieldName": "isVertical"
|
|
2098
|
-
},
|
|
2099
|
-
{
|
|
2100
|
-
"name": "add-default-actions",
|
|
2101
|
-
"type": {
|
|
2102
|
-
"text": "boolean"
|
|
2103
|
-
},
|
|
2104
|
-
"default": "true",
|
|
2105
|
-
"fieldName": "addDefaultActions"
|
|
2106
|
-
},
|
|
2107
|
-
{
|
|
2108
|
-
"name": "auto-close-on-action",
|
|
2109
|
-
"type": {
|
|
2110
|
-
"text": "boolean"
|
|
2111
|
-
},
|
|
2112
|
-
"default": "true",
|
|
2113
|
-
"fieldName": "autoCloseOnAction"
|
|
2114
|
-
},
|
|
2115
|
-
{
|
|
2116
|
-
"name": "name",
|
|
2117
|
-
"type": {
|
|
2118
|
-
"text": "string"
|
|
2119
|
-
},
|
|
2120
|
-
"default": "'Actions'",
|
|
2121
|
-
"fieldName": "name"
|
|
2122
|
-
},
|
|
2123
|
-
{
|
|
2124
|
-
"name": "open",
|
|
2125
|
-
"type": {
|
|
2126
|
-
"text": "boolean"
|
|
2127
|
-
},
|
|
2128
|
-
"default": "false",
|
|
2129
|
-
"fieldName": "open"
|
|
2130
|
-
},
|
|
2131
|
-
{
|
|
2132
|
-
"name": "buttonAppearance",
|
|
2133
|
-
"type": {
|
|
2134
|
-
"text": "string"
|
|
2135
|
-
},
|
|
2136
|
-
"fieldName": "buttonAppearance"
|
|
2137
|
-
},
|
|
2138
|
-
{
|
|
2139
|
-
"name": "hide-disabled",
|
|
2140
|
-
"type": {
|
|
2141
|
-
"text": "boolean"
|
|
2142
|
-
},
|
|
2143
|
-
"default": "false",
|
|
2144
|
-
"fieldName": "hideDisabled"
|
|
2145
|
-
},
|
|
2146
|
-
{
|
|
2147
|
-
"name": "hide-menu-single-option",
|
|
2148
|
-
"type": {
|
|
2149
|
-
"text": "boolean"
|
|
2150
|
-
},
|
|
2151
|
-
"default": "false",
|
|
2152
|
-
"fieldName": "hideMenuSingleOption"
|
|
2153
|
-
}
|
|
2154
|
-
],
|
|
2155
|
-
"superclass": {
|
|
2156
|
-
"name": "FoundationElement",
|
|
2157
|
-
"package": "@microsoft/fast-foundation"
|
|
2302
|
+
]
|
|
2303
|
+
},
|
|
2304
|
+
{
|
|
2305
|
+
"kind": "variable",
|
|
2306
|
+
"name": "foundationAnchorShadowOptions",
|
|
2307
|
+
"type": {
|
|
2308
|
+
"text": "ShadowRootInit"
|
|
2158
2309
|
},
|
|
2159
|
-
"
|
|
2160
|
-
"customElement": true
|
|
2310
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
2161
2311
|
},
|
|
2162
2312
|
{
|
|
2163
2313
|
"kind": "variable",
|
|
2164
|
-
"name": "
|
|
2165
|
-
"
|
|
2314
|
+
"name": "defaultAnchorConfig",
|
|
2315
|
+
"type": {
|
|
2316
|
+
"text": "object"
|
|
2317
|
+
},
|
|
2318
|
+
"default": "{}"
|
|
2319
|
+
},
|
|
2320
|
+
{
|
|
2321
|
+
"kind": "variable",
|
|
2322
|
+
"name": "foundationAnchor",
|
|
2323
|
+
"description": "The Foundation Anchor",
|
|
2166
2324
|
"privacy": "public"
|
|
2167
2325
|
}
|
|
2168
2326
|
],
|
|
2169
2327
|
"exports": [
|
|
2170
2328
|
{
|
|
2171
2329
|
"kind": "js",
|
|
2172
|
-
"name": "
|
|
2330
|
+
"name": "Anchor",
|
|
2173
2331
|
"declaration": {
|
|
2174
|
-
"name": "
|
|
2175
|
-
"module": "src/
|
|
2332
|
+
"name": "Anchor",
|
|
2333
|
+
"module": "src/anchor/anchor.ts"
|
|
2176
2334
|
}
|
|
2177
2335
|
},
|
|
2178
2336
|
{
|
|
2179
2337
|
"kind": "js",
|
|
2180
|
-
"name": "
|
|
2181
|
-
"declaration": {
|
|
2182
|
-
"name": "foundationActionsMenu",
|
|
2183
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
2184
|
-
}
|
|
2185
|
-
}
|
|
2186
|
-
]
|
|
2187
|
-
},
|
|
2188
|
-
{
|
|
2189
|
-
"kind": "javascript-module",
|
|
2190
|
-
"path": "src/actions-menu/index.ts",
|
|
2191
|
-
"declarations": [],
|
|
2192
|
-
"exports": [
|
|
2193
|
-
{
|
|
2194
|
-
"kind": "js",
|
|
2195
|
-
"name": "*",
|
|
2338
|
+
"name": "foundationAnchorShadowOptions",
|
|
2196
2339
|
"declaration": {
|
|
2197
|
-
"name": "
|
|
2198
|
-
"
|
|
2340
|
+
"name": "foundationAnchorShadowOptions",
|
|
2341
|
+
"module": "src/anchor/anchor.ts"
|
|
2199
2342
|
}
|
|
2200
2343
|
},
|
|
2201
2344
|
{
|
|
2202
2345
|
"kind": "js",
|
|
2203
|
-
"name": "
|
|
2346
|
+
"name": "defaultAnchorConfig",
|
|
2204
2347
|
"declaration": {
|
|
2205
|
-
"name": "
|
|
2206
|
-
"
|
|
2348
|
+
"name": "defaultAnchorConfig",
|
|
2349
|
+
"module": "src/anchor/anchor.ts"
|
|
2207
2350
|
}
|
|
2208
2351
|
},
|
|
2209
2352
|
{
|
|
2210
2353
|
"kind": "js",
|
|
2211
|
-
"name": "
|
|
2354
|
+
"name": "foundationAnchor",
|
|
2212
2355
|
"declaration": {
|
|
2213
|
-
"name": "
|
|
2214
|
-
"
|
|
2356
|
+
"name": "foundationAnchor",
|
|
2357
|
+
"module": "src/anchor/anchor.ts"
|
|
2215
2358
|
}
|
|
2216
2359
|
}
|
|
2217
2360
|
]
|
|
2218
2361
|
},
|
|
2219
2362
|
{
|
|
2220
2363
|
"kind": "javascript-module",
|
|
2221
|
-
"path": "src/
|
|
2364
|
+
"path": "src/anchor/index.ts",
|
|
2222
2365
|
"declarations": [],
|
|
2223
2366
|
"exports": [
|
|
2224
2367
|
{
|
|
@@ -2226,7 +2369,7 @@
|
|
|
2226
2369
|
"name": "*",
|
|
2227
2370
|
"declaration": {
|
|
2228
2371
|
"name": "*",
|
|
2229
|
-
"package": "./
|
|
2372
|
+
"package": "./anchor.template"
|
|
2230
2373
|
}
|
|
2231
2374
|
},
|
|
2232
2375
|
{
|
|
@@ -2234,7 +2377,7 @@
|
|
|
2234
2377
|
"name": "*",
|
|
2235
2378
|
"declaration": {
|
|
2236
2379
|
"name": "*",
|
|
2237
|
-
"package": "./
|
|
2380
|
+
"package": "./anchor.styles"
|
|
2238
2381
|
}
|
|
2239
2382
|
},
|
|
2240
2383
|
{
|
|
@@ -2242,21 +2385,21 @@
|
|
|
2242
2385
|
"name": "*",
|
|
2243
2386
|
"declaration": {
|
|
2244
2387
|
"name": "*",
|
|
2245
|
-
"package": "./
|
|
2388
|
+
"package": "./anchor"
|
|
2246
2389
|
}
|
|
2247
2390
|
}
|
|
2248
2391
|
]
|
|
2249
2392
|
},
|
|
2250
2393
|
{
|
|
2251
2394
|
"kind": "javascript-module",
|
|
2252
|
-
"path": "src/
|
|
2395
|
+
"path": "src/anchored-region/anchor-region.template.ts",
|
|
2253
2396
|
"declarations": [
|
|
2254
2397
|
{
|
|
2255
2398
|
"kind": "function",
|
|
2256
|
-
"name": "
|
|
2399
|
+
"name": "foundationAnchoredRegionTemplate",
|
|
2257
2400
|
"return": {
|
|
2258
2401
|
"type": {
|
|
2259
|
-
"text": "
|
|
2402
|
+
"text": "ViewTemplate<AnchoredRegion>"
|
|
2260
2403
|
}
|
|
2261
2404
|
},
|
|
2262
2405
|
"parameters": [
|
|
@@ -2278,24 +2421,24 @@
|
|
|
2278
2421
|
"exports": [
|
|
2279
2422
|
{
|
|
2280
2423
|
"kind": "js",
|
|
2281
|
-
"name": "
|
|
2424
|
+
"name": "foundationAnchoredRegionTemplate",
|
|
2282
2425
|
"declaration": {
|
|
2283
|
-
"name": "
|
|
2284
|
-
"module": "src/
|
|
2426
|
+
"name": "foundationAnchoredRegionTemplate",
|
|
2427
|
+
"module": "src/anchored-region/anchor-region.template.ts"
|
|
2285
2428
|
}
|
|
2286
2429
|
}
|
|
2287
2430
|
]
|
|
2288
2431
|
},
|
|
2289
2432
|
{
|
|
2290
2433
|
"kind": "javascript-module",
|
|
2291
|
-
"path": "src/
|
|
2434
|
+
"path": "src/anchored-region/anchored-region.styles.ts",
|
|
2292
2435
|
"declarations": [
|
|
2293
2436
|
{
|
|
2294
2437
|
"kind": "function",
|
|
2295
|
-
"name": "
|
|
2438
|
+
"name": "foundationAnchoredRegionStyles",
|
|
2296
2439
|
"return": {
|
|
2297
2440
|
"type": {
|
|
2298
|
-
"text": "
|
|
2441
|
+
"text": "ElementStyles"
|
|
2299
2442
|
}
|
|
2300
2443
|
},
|
|
2301
2444
|
"parameters": [
|
|
@@ -2317,766 +2460,664 @@
|
|
|
2317
2460
|
"exports": [
|
|
2318
2461
|
{
|
|
2319
2462
|
"kind": "js",
|
|
2320
|
-
"name": "
|
|
2463
|
+
"name": "foundationAnchoredRegionStyles",
|
|
2321
2464
|
"declaration": {
|
|
2322
|
-
"name": "
|
|
2323
|
-
"module": "src/
|
|
2465
|
+
"name": "foundationAnchoredRegionStyles",
|
|
2466
|
+
"module": "src/anchored-region/anchored-region.styles.ts"
|
|
2324
2467
|
}
|
|
2325
2468
|
}
|
|
2326
2469
|
]
|
|
2327
2470
|
},
|
|
2328
2471
|
{
|
|
2329
2472
|
"kind": "javascript-module",
|
|
2330
|
-
"path": "src/
|
|
2473
|
+
"path": "src/anchored-region/anchored-region.ts",
|
|
2331
2474
|
"declarations": [
|
|
2332
2475
|
{
|
|
2333
2476
|
"kind": "class",
|
|
2334
2477
|
"description": "",
|
|
2335
|
-
"name": "
|
|
2478
|
+
"name": "AnchoredRegion",
|
|
2336
2479
|
"superclass": {
|
|
2337
|
-
"name": "
|
|
2480
|
+
"name": "FASTAnchoredRegion",
|
|
2338
2481
|
"package": "@microsoft/fast-components"
|
|
2339
2482
|
},
|
|
2340
|
-
"tagName": "%%prefix%%-
|
|
2483
|
+
"tagName": "%%prefix%%-anchored-region",
|
|
2341
2484
|
"customElement": true,
|
|
2342
2485
|
"attributes": [
|
|
2343
2486
|
{
|
|
2344
|
-
"name": "
|
|
2487
|
+
"name": "anchor",
|
|
2345
2488
|
"type": {
|
|
2346
2489
|
"text": "string"
|
|
2347
2490
|
},
|
|
2348
|
-
"
|
|
2349
|
-
"
|
|
2491
|
+
"default": "\"\"",
|
|
2492
|
+
"description": "The HTML ID of the anchor element this region is positioned relative to",
|
|
2493
|
+
"fieldName": "anchor",
|
|
2350
2494
|
"inheritedFrom": {
|
|
2351
|
-
"name": "
|
|
2352
|
-
"module": "src/
|
|
2495
|
+
"name": "AnchoredRegion",
|
|
2496
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2353
2497
|
}
|
|
2354
2498
|
},
|
|
2355
2499
|
{
|
|
2356
|
-
"name": "
|
|
2500
|
+
"name": "viewport",
|
|
2357
2501
|
"type": {
|
|
2358
2502
|
"text": "string"
|
|
2359
2503
|
},
|
|
2360
|
-
"
|
|
2361
|
-
"
|
|
2504
|
+
"default": "\"\"",
|
|
2505
|
+
"description": "The HTML ID of the viewport element this region is positioned relative to",
|
|
2506
|
+
"fieldName": "viewport",
|
|
2362
2507
|
"inheritedFrom": {
|
|
2363
|
-
"name": "
|
|
2364
|
-
"module": "src/
|
|
2508
|
+
"name": "AnchoredRegion",
|
|
2509
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2365
2510
|
}
|
|
2366
2511
|
},
|
|
2367
2512
|
{
|
|
2368
|
-
"name": "
|
|
2513
|
+
"name": "horizontal-positioning-mode",
|
|
2369
2514
|
"type": {
|
|
2370
|
-
"text": "
|
|
2515
|
+
"text": "AxisPositioningMode"
|
|
2371
2516
|
},
|
|
2372
|
-
"
|
|
2373
|
-
"
|
|
2517
|
+
"default": "\"uncontrolled\"",
|
|
2518
|
+
"description": "Sets what logic the component uses to determine horizontal placement.\n'locktodefault' forces the default position\n'dynamic' decides placement based on available space\n'uncontrolled' does not control placement on the horizontal axis",
|
|
2519
|
+
"fieldName": "horizontalPositioningMode",
|
|
2374
2520
|
"inheritedFrom": {
|
|
2375
|
-
"name": "
|
|
2376
|
-
"module": "src/
|
|
2521
|
+
"name": "AnchoredRegion",
|
|
2522
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2377
2523
|
}
|
|
2378
2524
|
},
|
|
2379
2525
|
{
|
|
2380
|
-
"name": "
|
|
2526
|
+
"name": "horizontal-default-position",
|
|
2381
2527
|
"type": {
|
|
2382
|
-
"text": "
|
|
2528
|
+
"text": "HorizontalPosition"
|
|
2383
2529
|
},
|
|
2384
|
-
"
|
|
2385
|
-
"
|
|
2530
|
+
"default": "\"unset\"",
|
|
2531
|
+
"description": "The default horizontal position of the region relative to the anchor element",
|
|
2532
|
+
"fieldName": "horizontalDefaultPosition",
|
|
2386
2533
|
"inheritedFrom": {
|
|
2387
|
-
"name": "
|
|
2388
|
-
"module": "src/
|
|
2534
|
+
"name": "AnchoredRegion",
|
|
2535
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2389
2536
|
}
|
|
2390
2537
|
},
|
|
2391
2538
|
{
|
|
2392
|
-
"name": "
|
|
2539
|
+
"name": "horizontal-viewport-lock",
|
|
2393
2540
|
"type": {
|
|
2394
|
-
"text": "
|
|
2541
|
+
"text": "boolean"
|
|
2395
2542
|
},
|
|
2396
|
-
"
|
|
2397
|
-
"
|
|
2543
|
+
"default": "false",
|
|
2544
|
+
"description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the horizontal axis",
|
|
2545
|
+
"fieldName": "horizontalViewportLock",
|
|
2398
2546
|
"inheritedFrom": {
|
|
2399
|
-
"name": "
|
|
2400
|
-
"module": "src/
|
|
2547
|
+
"name": "AnchoredRegion",
|
|
2548
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2401
2549
|
}
|
|
2402
2550
|
},
|
|
2403
2551
|
{
|
|
2404
|
-
"name": "
|
|
2552
|
+
"name": "horizontal-inset",
|
|
2405
2553
|
"type": {
|
|
2406
|
-
"text": "
|
|
2554
|
+
"text": "boolean"
|
|
2407
2555
|
},
|
|
2408
|
-
"
|
|
2409
|
-
"
|
|
2556
|
+
"default": "false",
|
|
2557
|
+
"description": "Whether the region overlaps the anchor on the horizontal axis",
|
|
2558
|
+
"fieldName": "horizontalInset",
|
|
2410
2559
|
"inheritedFrom": {
|
|
2411
|
-
"name": "
|
|
2412
|
-
"module": "src/
|
|
2560
|
+
"name": "AnchoredRegion",
|
|
2561
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2413
2562
|
}
|
|
2414
2563
|
},
|
|
2415
2564
|
{
|
|
2416
|
-
"name": "
|
|
2565
|
+
"name": "horizontal-threshold",
|
|
2417
2566
|
"type": {
|
|
2418
|
-
"text": "
|
|
2567
|
+
"text": "number"
|
|
2419
2568
|
},
|
|
2420
|
-
"description": "
|
|
2421
|
-
"fieldName": "
|
|
2569
|
+
"description": "How narrow the space allocated to the default position has to be before the widest area\nis selected for layout",
|
|
2570
|
+
"fieldName": "horizontalThreshold",
|
|
2422
2571
|
"inheritedFrom": {
|
|
2423
|
-
"name": "
|
|
2424
|
-
"module": "src/
|
|
2572
|
+
"name": "AnchoredRegion",
|
|
2573
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2425
2574
|
}
|
|
2426
2575
|
},
|
|
2427
2576
|
{
|
|
2428
|
-
"name": "
|
|
2577
|
+
"name": "horizontal-scaling",
|
|
2429
2578
|
"type": {
|
|
2430
|
-
"text": "
|
|
2579
|
+
"text": "AxisScalingMode"
|
|
2431
2580
|
},
|
|
2432
|
-
"
|
|
2433
|
-
"
|
|
2581
|
+
"default": "\"content\"",
|
|
2582
|
+
"description": "Defines how the width of the region is calculated",
|
|
2583
|
+
"fieldName": "horizontalScaling",
|
|
2434
2584
|
"inheritedFrom": {
|
|
2435
|
-
"name": "
|
|
2436
|
-
"module": "src/
|
|
2585
|
+
"name": "AnchoredRegion",
|
|
2586
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2437
2587
|
}
|
|
2438
|
-
}
|
|
2439
|
-
],
|
|
2440
|
-
"members": [
|
|
2588
|
+
},
|
|
2441
2589
|
{
|
|
2442
|
-
"
|
|
2443
|
-
"name": "download",
|
|
2590
|
+
"name": "vertical-positioning-mode",
|
|
2444
2591
|
"type": {
|
|
2445
|
-
"text": "
|
|
2592
|
+
"text": "AxisPositioningMode"
|
|
2446
2593
|
},
|
|
2447
|
-
"
|
|
2448
|
-
"description": "
|
|
2594
|
+
"default": "\"uncontrolled\"",
|
|
2595
|
+
"description": "Sets what logic the component uses to determine vertical placement.\n'locktodefault' forces the default position\n'dynamic' decides placement based on available space\n'uncontrolled' does not control placement on the vertical axis",
|
|
2596
|
+
"fieldName": "verticalPositioningMode",
|
|
2449
2597
|
"inheritedFrom": {
|
|
2450
|
-
"name": "
|
|
2451
|
-
"module": "src/
|
|
2598
|
+
"name": "AnchoredRegion",
|
|
2599
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2452
2600
|
}
|
|
2453
2601
|
},
|
|
2454
2602
|
{
|
|
2455
|
-
"
|
|
2456
|
-
"name": "href",
|
|
2603
|
+
"name": "vertical-default-position",
|
|
2457
2604
|
"type": {
|
|
2458
|
-
"text": "
|
|
2605
|
+
"text": "VerticalPosition"
|
|
2459
2606
|
},
|
|
2460
|
-
"
|
|
2461
|
-
"description": "The
|
|
2607
|
+
"default": "\"unset\"",
|
|
2608
|
+
"description": "The default vertical position of the region relative to the anchor element",
|
|
2609
|
+
"fieldName": "verticalDefaultPosition",
|
|
2462
2610
|
"inheritedFrom": {
|
|
2463
|
-
"name": "
|
|
2464
|
-
"module": "src/
|
|
2611
|
+
"name": "AnchoredRegion",
|
|
2612
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2465
2613
|
}
|
|
2466
2614
|
},
|
|
2467
2615
|
{
|
|
2468
|
-
"
|
|
2469
|
-
"name": "hreflang",
|
|
2616
|
+
"name": "vertical-viewport-lock",
|
|
2470
2617
|
"type": {
|
|
2471
|
-
"text": "
|
|
2618
|
+
"text": "boolean"
|
|
2472
2619
|
},
|
|
2473
|
-
"
|
|
2474
|
-
"description": "
|
|
2620
|
+
"default": "false",
|
|
2621
|
+
"description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the vertical axis",
|
|
2622
|
+
"fieldName": "verticalViewportLock",
|
|
2475
2623
|
"inheritedFrom": {
|
|
2476
|
-
"name": "
|
|
2477
|
-
"module": "src/
|
|
2624
|
+
"name": "AnchoredRegion",
|
|
2625
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2478
2626
|
}
|
|
2479
2627
|
},
|
|
2480
2628
|
{
|
|
2481
|
-
"
|
|
2482
|
-
"name": "ping",
|
|
2629
|
+
"name": "vertical-inset",
|
|
2483
2630
|
"type": {
|
|
2484
|
-
"text": "
|
|
2631
|
+
"text": "boolean"
|
|
2485
2632
|
},
|
|
2486
|
-
"
|
|
2487
|
-
"description": "
|
|
2633
|
+
"default": "false",
|
|
2634
|
+
"description": "Whether the region overlaps the anchor on the vertical axis",
|
|
2635
|
+
"fieldName": "verticalInset",
|
|
2488
2636
|
"inheritedFrom": {
|
|
2489
|
-
"name": "
|
|
2490
|
-
"module": "src/
|
|
2637
|
+
"name": "AnchoredRegion",
|
|
2638
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2491
2639
|
}
|
|
2492
2640
|
},
|
|
2493
2641
|
{
|
|
2494
|
-
"
|
|
2495
|
-
"name": "referrerpolicy",
|
|
2642
|
+
"name": "vertical-threshold",
|
|
2496
2643
|
"type": {
|
|
2497
|
-
"text": "
|
|
2644
|
+
"text": "number"
|
|
2498
2645
|
},
|
|
2499
|
-
"
|
|
2500
|
-
"
|
|
2646
|
+
"description": "How short the space allocated to the default position has to be before the tallest area\nis selected for layout",
|
|
2647
|
+
"fieldName": "verticalThreshold",
|
|
2501
2648
|
"inheritedFrom": {
|
|
2502
|
-
"name": "
|
|
2503
|
-
"module": "src/
|
|
2649
|
+
"name": "AnchoredRegion",
|
|
2650
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2504
2651
|
}
|
|
2505
2652
|
},
|
|
2506
2653
|
{
|
|
2507
|
-
"
|
|
2508
|
-
"name": "rel",
|
|
2654
|
+
"name": "vertical-scaling",
|
|
2509
2655
|
"type": {
|
|
2510
|
-
"text": "
|
|
2656
|
+
"text": "AxisScalingMode"
|
|
2511
2657
|
},
|
|
2512
|
-
"
|
|
2513
|
-
"description": "
|
|
2658
|
+
"default": "\"content\"",
|
|
2659
|
+
"description": "Defines how the height of the region is calculated",
|
|
2660
|
+
"fieldName": "verticalScaling",
|
|
2514
2661
|
"inheritedFrom": {
|
|
2515
|
-
"name": "
|
|
2516
|
-
"module": "src/
|
|
2662
|
+
"name": "AnchoredRegion",
|
|
2663
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2517
2664
|
}
|
|
2518
2665
|
},
|
|
2519
2666
|
{
|
|
2520
|
-
"
|
|
2521
|
-
"name": "target",
|
|
2667
|
+
"name": "fixed-placement",
|
|
2522
2668
|
"type": {
|
|
2523
|
-
"text": "
|
|
2669
|
+
"text": "boolean"
|
|
2524
2670
|
},
|
|
2525
|
-
"
|
|
2526
|
-
"description": "
|
|
2671
|
+
"default": "false",
|
|
2672
|
+
"description": "Whether the region is positioned using css \"position: fixed\".\nOtherwise the region uses \"position: absolute\".\nFixed placement allows the region to break out of parent containers,",
|
|
2673
|
+
"fieldName": "fixedPlacement",
|
|
2527
2674
|
"inheritedFrom": {
|
|
2528
|
-
"name": "
|
|
2529
|
-
"module": "src/
|
|
2675
|
+
"name": "AnchoredRegion",
|
|
2676
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2530
2677
|
}
|
|
2531
2678
|
},
|
|
2532
2679
|
{
|
|
2533
|
-
"
|
|
2534
|
-
"name": "type",
|
|
2680
|
+
"name": "auto-update-mode",
|
|
2535
2681
|
"type": {
|
|
2536
|
-
"text": "
|
|
2682
|
+
"text": "AutoUpdateMode"
|
|
2537
2683
|
},
|
|
2538
|
-
"
|
|
2539
|
-
"description": "
|
|
2684
|
+
"default": "\"anchor\"",
|
|
2685
|
+
"description": "Defines what triggers the anchored region to revaluate positioning",
|
|
2686
|
+
"fieldName": "autoUpdateMode",
|
|
2540
2687
|
"inheritedFrom": {
|
|
2541
|
-
"name": "
|
|
2542
|
-
"module": "src/
|
|
2688
|
+
"name": "AnchoredRegion",
|
|
2689
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2543
2690
|
}
|
|
2544
|
-
}
|
|
2691
|
+
}
|
|
2692
|
+
],
|
|
2693
|
+
"members": [
|
|
2545
2694
|
{
|
|
2546
2695
|
"kind": "field",
|
|
2547
|
-
"name": "
|
|
2696
|
+
"name": "anchor",
|
|
2548
2697
|
"type": {
|
|
2549
|
-
"text": "
|
|
2698
|
+
"text": "string"
|
|
2550
2699
|
},
|
|
2551
2700
|
"privacy": "public",
|
|
2552
|
-
"
|
|
2701
|
+
"default": "\"\"",
|
|
2702
|
+
"description": "The HTML ID of the anchor element this region is positioned relative to",
|
|
2553
2703
|
"inheritedFrom": {
|
|
2554
|
-
"name": "
|
|
2555
|
-
"module": "src/
|
|
2704
|
+
"name": "AnchoredRegion",
|
|
2705
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2556
2706
|
}
|
|
2557
2707
|
},
|
|
2558
2708
|
{
|
|
2559
|
-
"kind": "
|
|
2560
|
-
"name": "
|
|
2709
|
+
"kind": "method",
|
|
2710
|
+
"name": "anchorChanged",
|
|
2561
2711
|
"privacy": "private",
|
|
2562
|
-
"
|
|
2712
|
+
"return": {
|
|
2713
|
+
"type": {
|
|
2714
|
+
"text": "void"
|
|
2715
|
+
}
|
|
2716
|
+
},
|
|
2563
2717
|
"inheritedFrom": {
|
|
2564
|
-
"name": "
|
|
2565
|
-
"module": "src/
|
|
2718
|
+
"name": "AnchoredRegion",
|
|
2719
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2566
2720
|
}
|
|
2567
2721
|
},
|
|
2568
2722
|
{
|
|
2569
2723
|
"kind": "field",
|
|
2570
|
-
"name": "
|
|
2724
|
+
"name": "viewport",
|
|
2571
2725
|
"type": {
|
|
2572
|
-
"text": "
|
|
2726
|
+
"text": "string"
|
|
2573
2727
|
},
|
|
2728
|
+
"privacy": "public",
|
|
2729
|
+
"default": "\"\"",
|
|
2730
|
+
"description": "The HTML ID of the viewport element this region is positioned relative to",
|
|
2731
|
+
"inheritedFrom": {
|
|
2732
|
+
"name": "AnchoredRegion",
|
|
2733
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2734
|
+
}
|
|
2735
|
+
},
|
|
2736
|
+
{
|
|
2737
|
+
"kind": "method",
|
|
2738
|
+
"name": "viewportChanged",
|
|
2574
2739
|
"privacy": "private",
|
|
2575
|
-
"
|
|
2740
|
+
"return": {
|
|
2741
|
+
"type": {
|
|
2742
|
+
"text": "void"
|
|
2743
|
+
}
|
|
2744
|
+
},
|
|
2576
2745
|
"inheritedFrom": {
|
|
2577
|
-
"name": "
|
|
2578
|
-
"module": "src/
|
|
2746
|
+
"name": "AnchoredRegion",
|
|
2747
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2579
2748
|
}
|
|
2580
2749
|
},
|
|
2581
2750
|
{
|
|
2582
2751
|
"kind": "field",
|
|
2583
|
-
"name": "
|
|
2752
|
+
"name": "horizontalPositioningMode",
|
|
2584
2753
|
"type": {
|
|
2585
|
-
"text": "
|
|
2754
|
+
"text": "AxisPositioningMode"
|
|
2586
2755
|
},
|
|
2587
2756
|
"privacy": "public",
|
|
2588
|
-
"
|
|
2757
|
+
"default": "\"uncontrolled\"",
|
|
2758
|
+
"description": "Sets what logic the component uses to determine horizontal placement.\n'locktodefault' forces the default position\n'dynamic' decides placement based on available space\n'uncontrolled' does not control placement on the horizontal axis",
|
|
2589
2759
|
"inheritedFrom": {
|
|
2590
|
-
"name": "
|
|
2591
|
-
"module": "src/
|
|
2760
|
+
"name": "AnchoredRegion",
|
|
2761
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2762
|
+
}
|
|
2763
|
+
},
|
|
2764
|
+
{
|
|
2765
|
+
"kind": "method",
|
|
2766
|
+
"name": "horizontalPositioningModeChanged",
|
|
2767
|
+
"privacy": "private",
|
|
2768
|
+
"return": {
|
|
2769
|
+
"type": {
|
|
2770
|
+
"text": "void"
|
|
2771
|
+
}
|
|
2772
|
+
},
|
|
2773
|
+
"inheritedFrom": {
|
|
2774
|
+
"name": "AnchoredRegion",
|
|
2775
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2592
2776
|
}
|
|
2593
2777
|
},
|
|
2594
2778
|
{
|
|
2595
2779
|
"kind": "field",
|
|
2596
|
-
"name": "
|
|
2780
|
+
"name": "horizontalDefaultPosition",
|
|
2597
2781
|
"type": {
|
|
2598
|
-
"text": "
|
|
2782
|
+
"text": "HorizontalPosition"
|
|
2599
2783
|
},
|
|
2600
2784
|
"privacy": "public",
|
|
2601
|
-
"
|
|
2785
|
+
"default": "\"unset\"",
|
|
2786
|
+
"description": "The default horizontal position of the region relative to the anchor element",
|
|
2602
2787
|
"inheritedFrom": {
|
|
2603
|
-
"name": "
|
|
2604
|
-
"module": "src/
|
|
2788
|
+
"name": "AnchoredRegion",
|
|
2789
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2605
2790
|
}
|
|
2606
2791
|
},
|
|
2607
2792
|
{
|
|
2608
2793
|
"kind": "method",
|
|
2609
|
-
"name": "
|
|
2610
|
-
"privacy": "
|
|
2794
|
+
"name": "horizontalDefaultPositionChanged",
|
|
2795
|
+
"privacy": "private",
|
|
2611
2796
|
"return": {
|
|
2612
2797
|
"type": {
|
|
2613
2798
|
"text": "void"
|
|
2614
2799
|
}
|
|
2615
2800
|
},
|
|
2616
2801
|
"inheritedFrom": {
|
|
2617
|
-
"name": "
|
|
2618
|
-
"module": "src/
|
|
2802
|
+
"name": "AnchoredRegion",
|
|
2803
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2619
2804
|
}
|
|
2620
2805
|
},
|
|
2621
2806
|
{
|
|
2622
2807
|
"kind": "field",
|
|
2623
|
-
"name": "
|
|
2808
|
+
"name": "horizontalViewportLock",
|
|
2624
2809
|
"type": {
|
|
2625
|
-
"text": "
|
|
2810
|
+
"text": "boolean"
|
|
2626
2811
|
},
|
|
2627
2812
|
"privacy": "public",
|
|
2628
|
-
"
|
|
2813
|
+
"default": "false",
|
|
2814
|
+
"description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the horizontal axis",
|
|
2629
2815
|
"inheritedFrom": {
|
|
2630
|
-
"name": "
|
|
2631
|
-
"module": "src/
|
|
2816
|
+
"name": "AnchoredRegion",
|
|
2817
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2632
2818
|
}
|
|
2633
2819
|
},
|
|
2634
2820
|
{
|
|
2635
2821
|
"kind": "method",
|
|
2636
|
-
"name": "
|
|
2637
|
-
"privacy": "
|
|
2822
|
+
"name": "horizontalViewportLockChanged",
|
|
2823
|
+
"privacy": "private",
|
|
2638
2824
|
"return": {
|
|
2639
2825
|
"type": {
|
|
2640
2826
|
"text": "void"
|
|
2641
2827
|
}
|
|
2642
2828
|
},
|
|
2643
2829
|
"inheritedFrom": {
|
|
2644
|
-
"name": "
|
|
2645
|
-
"module": "src/
|
|
2830
|
+
"name": "AnchoredRegion",
|
|
2831
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2646
2832
|
}
|
|
2647
2833
|
},
|
|
2648
2834
|
{
|
|
2649
|
-
"kind": "
|
|
2650
|
-
"name": "
|
|
2835
|
+
"kind": "field",
|
|
2836
|
+
"name": "horizontalInset",
|
|
2837
|
+
"type": {
|
|
2838
|
+
"text": "boolean"
|
|
2839
|
+
},
|
|
2651
2840
|
"privacy": "public",
|
|
2652
|
-
"
|
|
2841
|
+
"default": "false",
|
|
2842
|
+
"description": "Whether the region overlaps the anchor on the horizontal axis",
|
|
2843
|
+
"inheritedFrom": {
|
|
2844
|
+
"name": "AnchoredRegion",
|
|
2845
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2846
|
+
}
|
|
2847
|
+
},
|
|
2848
|
+
{
|
|
2849
|
+
"kind": "method",
|
|
2850
|
+
"name": "horizontalInsetChanged",
|
|
2851
|
+
"privacy": "private",
|
|
2653
2852
|
"return": {
|
|
2654
2853
|
"type": {
|
|
2655
|
-
"text": "
|
|
2854
|
+
"text": "void"
|
|
2656
2855
|
}
|
|
2657
2856
|
},
|
|
2658
|
-
"parameters": [
|
|
2659
|
-
{
|
|
2660
|
-
"name": "this",
|
|
2661
|
-
"type": {
|
|
2662
|
-
"text": "K"
|
|
2663
|
-
}
|
|
2664
|
-
},
|
|
2665
|
-
{
|
|
2666
|
-
"name": "elementDefinition",
|
|
2667
|
-
"type": {
|
|
2668
|
-
"text": "T"
|
|
2669
|
-
},
|
|
2670
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
2671
|
-
}
|
|
2672
|
-
],
|
|
2673
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
2674
2857
|
"inheritedFrom": {
|
|
2675
|
-
"name": "
|
|
2676
|
-
"module": "src/
|
|
2858
|
+
"name": "AnchoredRegion",
|
|
2859
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2677
2860
|
}
|
|
2678
|
-
}
|
|
2679
|
-
]
|
|
2680
|
-
},
|
|
2681
|
-
{
|
|
2682
|
-
"kind": "variable",
|
|
2683
|
-
"name": "foundationAnchorShadowOptions",
|
|
2684
|
-
"type": {
|
|
2685
|
-
"text": "ShadowRootInit"
|
|
2686
|
-
},
|
|
2687
|
-
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
2688
|
-
},
|
|
2689
|
-
{
|
|
2690
|
-
"kind": "variable",
|
|
2691
|
-
"name": "defaultAnchorConfig",
|
|
2692
|
-
"type": {
|
|
2693
|
-
"text": "object"
|
|
2694
|
-
},
|
|
2695
|
-
"default": "{}"
|
|
2696
|
-
},
|
|
2697
|
-
{
|
|
2698
|
-
"kind": "variable",
|
|
2699
|
-
"name": "foundationAnchor",
|
|
2700
|
-
"description": "The Foundation Anchor",
|
|
2701
|
-
"privacy": "public"
|
|
2702
|
-
}
|
|
2703
|
-
],
|
|
2704
|
-
"exports": [
|
|
2705
|
-
{
|
|
2706
|
-
"kind": "js",
|
|
2707
|
-
"name": "Anchor",
|
|
2708
|
-
"declaration": {
|
|
2709
|
-
"name": "Anchor",
|
|
2710
|
-
"module": "src/anchor/anchor.ts"
|
|
2711
|
-
}
|
|
2712
|
-
},
|
|
2713
|
-
{
|
|
2714
|
-
"kind": "js",
|
|
2715
|
-
"name": "foundationAnchorShadowOptions",
|
|
2716
|
-
"declaration": {
|
|
2717
|
-
"name": "foundationAnchorShadowOptions",
|
|
2718
|
-
"module": "src/anchor/anchor.ts"
|
|
2719
|
-
}
|
|
2720
|
-
},
|
|
2721
|
-
{
|
|
2722
|
-
"kind": "js",
|
|
2723
|
-
"name": "defaultAnchorConfig",
|
|
2724
|
-
"declaration": {
|
|
2725
|
-
"name": "defaultAnchorConfig",
|
|
2726
|
-
"module": "src/anchor/anchor.ts"
|
|
2727
|
-
}
|
|
2728
|
-
},
|
|
2729
|
-
{
|
|
2730
|
-
"kind": "js",
|
|
2731
|
-
"name": "foundationAnchor",
|
|
2732
|
-
"declaration": {
|
|
2733
|
-
"name": "foundationAnchor",
|
|
2734
|
-
"module": "src/anchor/anchor.ts"
|
|
2735
|
-
}
|
|
2736
|
-
}
|
|
2737
|
-
]
|
|
2738
|
-
},
|
|
2739
|
-
{
|
|
2740
|
-
"kind": "javascript-module",
|
|
2741
|
-
"path": "src/anchor/index.ts",
|
|
2742
|
-
"declarations": [],
|
|
2743
|
-
"exports": [
|
|
2744
|
-
{
|
|
2745
|
-
"kind": "js",
|
|
2746
|
-
"name": "*",
|
|
2747
|
-
"declaration": {
|
|
2748
|
-
"name": "*",
|
|
2749
|
-
"package": "./anchor.template"
|
|
2750
|
-
}
|
|
2751
|
-
},
|
|
2752
|
-
{
|
|
2753
|
-
"kind": "js",
|
|
2754
|
-
"name": "*",
|
|
2755
|
-
"declaration": {
|
|
2756
|
-
"name": "*",
|
|
2757
|
-
"package": "./anchor.styles"
|
|
2758
|
-
}
|
|
2759
|
-
},
|
|
2760
|
-
{
|
|
2761
|
-
"kind": "js",
|
|
2762
|
-
"name": "*",
|
|
2763
|
-
"declaration": {
|
|
2764
|
-
"name": "*",
|
|
2765
|
-
"package": "./anchor"
|
|
2766
|
-
}
|
|
2767
|
-
}
|
|
2768
|
-
]
|
|
2769
|
-
},
|
|
2770
|
-
{
|
|
2771
|
-
"kind": "javascript-module",
|
|
2772
|
-
"path": "src/anchored-region/anchor-region.template.ts",
|
|
2773
|
-
"declarations": [
|
|
2774
|
-
{
|
|
2775
|
-
"kind": "function",
|
|
2776
|
-
"name": "foundationAnchoredRegionTemplate",
|
|
2777
|
-
"return": {
|
|
2778
|
-
"type": {
|
|
2779
|
-
"text": "ViewTemplate<AnchoredRegion>"
|
|
2780
|
-
}
|
|
2781
|
-
},
|
|
2782
|
-
"parameters": [
|
|
2861
|
+
},
|
|
2783
2862
|
{
|
|
2784
|
-
"
|
|
2863
|
+
"kind": "field",
|
|
2864
|
+
"name": "horizontalThreshold",
|
|
2785
2865
|
"type": {
|
|
2786
|
-
"text": "
|
|
2866
|
+
"text": "number"
|
|
2867
|
+
},
|
|
2868
|
+
"privacy": "public",
|
|
2869
|
+
"description": "How narrow the space allocated to the default position has to be before the widest area\nis selected for layout",
|
|
2870
|
+
"inheritedFrom": {
|
|
2871
|
+
"name": "AnchoredRegion",
|
|
2872
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2787
2873
|
}
|
|
2788
2874
|
},
|
|
2789
2875
|
{
|
|
2790
|
-
"
|
|
2876
|
+
"kind": "method",
|
|
2877
|
+
"name": "horizontalThresholdChanged",
|
|
2878
|
+
"privacy": "private",
|
|
2879
|
+
"return": {
|
|
2880
|
+
"type": {
|
|
2881
|
+
"text": "void"
|
|
2882
|
+
}
|
|
2883
|
+
},
|
|
2884
|
+
"inheritedFrom": {
|
|
2885
|
+
"name": "AnchoredRegion",
|
|
2886
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2887
|
+
}
|
|
2888
|
+
},
|
|
2889
|
+
{
|
|
2890
|
+
"kind": "field",
|
|
2891
|
+
"name": "horizontalScaling",
|
|
2791
2892
|
"type": {
|
|
2792
|
-
"text": "
|
|
2793
|
-
}
|
|
2794
|
-
|
|
2795
|
-
|
|
2796
|
-
|
|
2797
|
-
|
|
2798
|
-
|
|
2799
|
-
|
|
2800
|
-
"kind": "js",
|
|
2801
|
-
"name": "foundationAnchoredRegionTemplate",
|
|
2802
|
-
"declaration": {
|
|
2803
|
-
"name": "foundationAnchoredRegionTemplate",
|
|
2804
|
-
"module": "src/anchored-region/anchor-region.template.ts"
|
|
2805
|
-
}
|
|
2806
|
-
}
|
|
2807
|
-
]
|
|
2808
|
-
},
|
|
2809
|
-
{
|
|
2810
|
-
"kind": "javascript-module",
|
|
2811
|
-
"path": "src/anchored-region/anchored-region.styles.ts",
|
|
2812
|
-
"declarations": [
|
|
2813
|
-
{
|
|
2814
|
-
"kind": "function",
|
|
2815
|
-
"name": "foundationAnchoredRegionStyles",
|
|
2816
|
-
"return": {
|
|
2817
|
-
"type": {
|
|
2818
|
-
"text": "ElementStyles"
|
|
2819
|
-
}
|
|
2820
|
-
},
|
|
2821
|
-
"parameters": [
|
|
2822
|
-
{
|
|
2823
|
-
"name": "context",
|
|
2824
|
-
"type": {
|
|
2825
|
-
"text": "ElementDefinitionContext"
|
|
2893
|
+
"text": "AxisScalingMode"
|
|
2894
|
+
},
|
|
2895
|
+
"privacy": "public",
|
|
2896
|
+
"default": "\"content\"",
|
|
2897
|
+
"description": "Defines how the width of the region is calculated",
|
|
2898
|
+
"inheritedFrom": {
|
|
2899
|
+
"name": "AnchoredRegion",
|
|
2900
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2826
2901
|
}
|
|
2827
2902
|
},
|
|
2828
2903
|
{
|
|
2829
|
-
"
|
|
2830
|
-
"
|
|
2831
|
-
|
|
2832
|
-
|
|
2833
|
-
|
|
2834
|
-
|
|
2835
|
-
|
|
2836
|
-
],
|
|
2837
|
-
"exports": [
|
|
2838
|
-
{
|
|
2839
|
-
"kind": "js",
|
|
2840
|
-
"name": "foundationAnchoredRegionStyles",
|
|
2841
|
-
"declaration": {
|
|
2842
|
-
"name": "foundationAnchoredRegionStyles",
|
|
2843
|
-
"module": "src/anchored-region/anchored-region.styles.ts"
|
|
2844
|
-
}
|
|
2845
|
-
}
|
|
2846
|
-
]
|
|
2847
|
-
},
|
|
2848
|
-
{
|
|
2849
|
-
"kind": "javascript-module",
|
|
2850
|
-
"path": "src/anchored-region/anchored-region.ts",
|
|
2851
|
-
"declarations": [
|
|
2852
|
-
{
|
|
2853
|
-
"kind": "class",
|
|
2854
|
-
"description": "",
|
|
2855
|
-
"name": "AnchoredRegion",
|
|
2856
|
-
"superclass": {
|
|
2857
|
-
"name": "FASTAnchoredRegion",
|
|
2858
|
-
"package": "@microsoft/fast-components"
|
|
2859
|
-
},
|
|
2860
|
-
"tagName": "%%prefix%%-anchored-region",
|
|
2861
|
-
"customElement": true,
|
|
2862
|
-
"attributes": [
|
|
2863
|
-
{
|
|
2864
|
-
"name": "anchor",
|
|
2865
|
-
"type": {
|
|
2866
|
-
"text": "string"
|
|
2904
|
+
"kind": "method",
|
|
2905
|
+
"name": "horizontalScalingChanged",
|
|
2906
|
+
"privacy": "private",
|
|
2907
|
+
"return": {
|
|
2908
|
+
"type": {
|
|
2909
|
+
"text": "void"
|
|
2910
|
+
}
|
|
2867
2911
|
},
|
|
2868
|
-
"default": "\"\"",
|
|
2869
|
-
"description": "The HTML ID of the anchor element this region is positioned relative to",
|
|
2870
|
-
"fieldName": "anchor",
|
|
2871
2912
|
"inheritedFrom": {
|
|
2872
2913
|
"name": "AnchoredRegion",
|
|
2873
2914
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2874
2915
|
}
|
|
2875
2916
|
},
|
|
2876
2917
|
{
|
|
2877
|
-
"
|
|
2918
|
+
"kind": "field",
|
|
2919
|
+
"name": "verticalPositioningMode",
|
|
2878
2920
|
"type": {
|
|
2879
|
-
"text": "
|
|
2921
|
+
"text": "AxisPositioningMode"
|
|
2880
2922
|
},
|
|
2881
|
-
"
|
|
2882
|
-
"
|
|
2883
|
-
"
|
|
2923
|
+
"privacy": "public",
|
|
2924
|
+
"default": "\"uncontrolled\"",
|
|
2925
|
+
"description": "Sets what logic the component uses to determine vertical placement.\n'locktodefault' forces the default position\n'dynamic' decides placement based on available space\n'uncontrolled' does not control placement on the vertical axis",
|
|
2884
2926
|
"inheritedFrom": {
|
|
2885
2927
|
"name": "AnchoredRegion",
|
|
2886
2928
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2887
2929
|
}
|
|
2888
2930
|
},
|
|
2889
2931
|
{
|
|
2890
|
-
"
|
|
2891
|
-
"
|
|
2892
|
-
|
|
2932
|
+
"kind": "method",
|
|
2933
|
+
"name": "verticalPositioningModeChanged",
|
|
2934
|
+
"privacy": "private",
|
|
2935
|
+
"return": {
|
|
2936
|
+
"type": {
|
|
2937
|
+
"text": "void"
|
|
2938
|
+
}
|
|
2893
2939
|
},
|
|
2894
|
-
"default": "\"uncontrolled\"",
|
|
2895
|
-
"description": "Sets what logic the component uses to determine horizontal placement.\n'locktodefault' forces the default position\n'dynamic' decides placement based on available space\n'uncontrolled' does not control placement on the horizontal axis",
|
|
2896
|
-
"fieldName": "horizontalPositioningMode",
|
|
2897
2940
|
"inheritedFrom": {
|
|
2898
2941
|
"name": "AnchoredRegion",
|
|
2899
2942
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2900
2943
|
}
|
|
2901
2944
|
},
|
|
2902
2945
|
{
|
|
2903
|
-
"
|
|
2946
|
+
"kind": "field",
|
|
2947
|
+
"name": "verticalDefaultPosition",
|
|
2904
2948
|
"type": {
|
|
2905
|
-
"text": "
|
|
2949
|
+
"text": "VerticalPosition"
|
|
2906
2950
|
},
|
|
2951
|
+
"privacy": "public",
|
|
2907
2952
|
"default": "\"unset\"",
|
|
2908
|
-
"description": "The default
|
|
2909
|
-
"fieldName": "horizontalDefaultPosition",
|
|
2953
|
+
"description": "The default vertical position of the region relative to the anchor element",
|
|
2910
2954
|
"inheritedFrom": {
|
|
2911
2955
|
"name": "AnchoredRegion",
|
|
2912
2956
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2913
2957
|
}
|
|
2914
2958
|
},
|
|
2915
2959
|
{
|
|
2916
|
-
"
|
|
2917
|
-
"
|
|
2918
|
-
|
|
2960
|
+
"kind": "method",
|
|
2961
|
+
"name": "verticalDefaultPositionChanged",
|
|
2962
|
+
"privacy": "private",
|
|
2963
|
+
"return": {
|
|
2964
|
+
"type": {
|
|
2965
|
+
"text": "void"
|
|
2966
|
+
}
|
|
2919
2967
|
},
|
|
2920
|
-
"default": "false",
|
|
2921
|
-
"description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the horizontal axis",
|
|
2922
|
-
"fieldName": "horizontalViewportLock",
|
|
2923
2968
|
"inheritedFrom": {
|
|
2924
2969
|
"name": "AnchoredRegion",
|
|
2925
2970
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2926
2971
|
}
|
|
2927
2972
|
},
|
|
2928
2973
|
{
|
|
2929
|
-
"
|
|
2974
|
+
"kind": "field",
|
|
2975
|
+
"name": "verticalViewportLock",
|
|
2930
2976
|
"type": {
|
|
2931
2977
|
"text": "boolean"
|
|
2932
2978
|
},
|
|
2979
|
+
"privacy": "public",
|
|
2933
2980
|
"default": "false",
|
|
2934
|
-
"description": "Whether the region
|
|
2935
|
-
"fieldName": "horizontalInset",
|
|
2936
|
-
"inheritedFrom": {
|
|
2937
|
-
"name": "AnchoredRegion",
|
|
2938
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
2939
|
-
}
|
|
2940
|
-
},
|
|
2941
|
-
{
|
|
2942
|
-
"name": "horizontal-threshold",
|
|
2943
|
-
"type": {
|
|
2944
|
-
"text": "number"
|
|
2945
|
-
},
|
|
2946
|
-
"description": "How narrow the space allocated to the default position has to be before the widest area\nis selected for layout",
|
|
2947
|
-
"fieldName": "horizontalThreshold",
|
|
2981
|
+
"description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the vertical axis",
|
|
2948
2982
|
"inheritedFrom": {
|
|
2949
2983
|
"name": "AnchoredRegion",
|
|
2950
2984
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2951
2985
|
}
|
|
2952
2986
|
},
|
|
2953
2987
|
{
|
|
2954
|
-
"
|
|
2955
|
-
"
|
|
2956
|
-
|
|
2988
|
+
"kind": "method",
|
|
2989
|
+
"name": "verticalViewportLockChanged",
|
|
2990
|
+
"privacy": "private",
|
|
2991
|
+
"return": {
|
|
2992
|
+
"type": {
|
|
2993
|
+
"text": "void"
|
|
2994
|
+
}
|
|
2957
2995
|
},
|
|
2958
|
-
"default": "\"content\"",
|
|
2959
|
-
"description": "Defines how the width of the region is calculated",
|
|
2960
|
-
"fieldName": "horizontalScaling",
|
|
2961
2996
|
"inheritedFrom": {
|
|
2962
2997
|
"name": "AnchoredRegion",
|
|
2963
2998
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2964
2999
|
}
|
|
2965
3000
|
},
|
|
2966
3001
|
{
|
|
2967
|
-
"
|
|
3002
|
+
"kind": "field",
|
|
3003
|
+
"name": "verticalInset",
|
|
2968
3004
|
"type": {
|
|
2969
|
-
"text": "
|
|
3005
|
+
"text": "boolean"
|
|
2970
3006
|
},
|
|
2971
|
-
"
|
|
2972
|
-
"
|
|
2973
|
-
"
|
|
3007
|
+
"privacy": "public",
|
|
3008
|
+
"default": "false",
|
|
3009
|
+
"description": "Whether the region overlaps the anchor on the vertical axis",
|
|
2974
3010
|
"inheritedFrom": {
|
|
2975
3011
|
"name": "AnchoredRegion",
|
|
2976
3012
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2977
3013
|
}
|
|
2978
3014
|
},
|
|
2979
3015
|
{
|
|
2980
|
-
"
|
|
2981
|
-
"
|
|
2982
|
-
|
|
3016
|
+
"kind": "method",
|
|
3017
|
+
"name": "verticalInsetChanged",
|
|
3018
|
+
"privacy": "private",
|
|
3019
|
+
"return": {
|
|
3020
|
+
"type": {
|
|
3021
|
+
"text": "void"
|
|
3022
|
+
}
|
|
2983
3023
|
},
|
|
2984
|
-
"default": "\"unset\"",
|
|
2985
|
-
"description": "The default vertical position of the region relative to the anchor element",
|
|
2986
|
-
"fieldName": "verticalDefaultPosition",
|
|
2987
3024
|
"inheritedFrom": {
|
|
2988
3025
|
"name": "AnchoredRegion",
|
|
2989
3026
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2990
3027
|
}
|
|
2991
3028
|
},
|
|
2992
3029
|
{
|
|
2993
|
-
"
|
|
3030
|
+
"kind": "field",
|
|
3031
|
+
"name": "verticalThreshold",
|
|
2994
3032
|
"type": {
|
|
2995
|
-
"text": "
|
|
3033
|
+
"text": "number"
|
|
2996
3034
|
},
|
|
2997
|
-
"
|
|
2998
|
-
"description": "
|
|
2999
|
-
"fieldName": "verticalViewportLock",
|
|
3035
|
+
"privacy": "public",
|
|
3036
|
+
"description": "How short the space allocated to the default position has to be before the tallest area\nis selected for layout",
|
|
3000
3037
|
"inheritedFrom": {
|
|
3001
3038
|
"name": "AnchoredRegion",
|
|
3002
3039
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3003
3040
|
}
|
|
3004
3041
|
},
|
|
3005
3042
|
{
|
|
3006
|
-
"
|
|
3007
|
-
"
|
|
3008
|
-
|
|
3043
|
+
"kind": "method",
|
|
3044
|
+
"name": "verticalThresholdChanged",
|
|
3045
|
+
"privacy": "private",
|
|
3046
|
+
"return": {
|
|
3047
|
+
"type": {
|
|
3048
|
+
"text": "void"
|
|
3049
|
+
}
|
|
3009
3050
|
},
|
|
3010
|
-
"default": "false",
|
|
3011
|
-
"description": "Whether the region overlaps the anchor on the vertical axis",
|
|
3012
|
-
"fieldName": "verticalInset",
|
|
3013
3051
|
"inheritedFrom": {
|
|
3014
3052
|
"name": "AnchoredRegion",
|
|
3015
3053
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3016
3054
|
}
|
|
3017
3055
|
},
|
|
3018
3056
|
{
|
|
3019
|
-
"
|
|
3057
|
+
"kind": "field",
|
|
3058
|
+
"name": "verticalScaling",
|
|
3020
3059
|
"type": {
|
|
3021
|
-
"text": "
|
|
3060
|
+
"text": "AxisScalingMode"
|
|
3022
3061
|
},
|
|
3023
|
-
"
|
|
3024
|
-
"
|
|
3062
|
+
"privacy": "public",
|
|
3063
|
+
"default": "\"content\"",
|
|
3064
|
+
"description": "Defines how the height of the region is calculated",
|
|
3025
3065
|
"inheritedFrom": {
|
|
3026
3066
|
"name": "AnchoredRegion",
|
|
3027
3067
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3028
3068
|
}
|
|
3029
3069
|
},
|
|
3030
3070
|
{
|
|
3031
|
-
"
|
|
3032
|
-
"
|
|
3033
|
-
|
|
3071
|
+
"kind": "method",
|
|
3072
|
+
"name": "verticalScalingChanged",
|
|
3073
|
+
"privacy": "private",
|
|
3074
|
+
"return": {
|
|
3075
|
+
"type": {
|
|
3076
|
+
"text": "void"
|
|
3077
|
+
}
|
|
3034
3078
|
},
|
|
3035
|
-
"default": "\"content\"",
|
|
3036
|
-
"description": "Defines how the height of the region is calculated",
|
|
3037
|
-
"fieldName": "verticalScaling",
|
|
3038
3079
|
"inheritedFrom": {
|
|
3039
3080
|
"name": "AnchoredRegion",
|
|
3040
3081
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3041
3082
|
}
|
|
3042
3083
|
},
|
|
3043
3084
|
{
|
|
3044
|
-
"
|
|
3085
|
+
"kind": "field",
|
|
3086
|
+
"name": "fixedPlacement",
|
|
3045
3087
|
"type": {
|
|
3046
3088
|
"text": "boolean"
|
|
3047
3089
|
},
|
|
3090
|
+
"privacy": "public",
|
|
3048
3091
|
"default": "false",
|
|
3049
3092
|
"description": "Whether the region is positioned using css \"position: fixed\".\nOtherwise the region uses \"position: absolute\".\nFixed placement allows the region to break out of parent containers,",
|
|
3050
|
-
"fieldName": "fixedPlacement",
|
|
3051
3093
|
"inheritedFrom": {
|
|
3052
3094
|
"name": "AnchoredRegion",
|
|
3053
3095
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3054
3096
|
}
|
|
3055
3097
|
},
|
|
3056
3098
|
{
|
|
3057
|
-
"
|
|
3058
|
-
"
|
|
3059
|
-
|
|
3099
|
+
"kind": "method",
|
|
3100
|
+
"name": "fixedPlacementChanged",
|
|
3101
|
+
"privacy": "private",
|
|
3102
|
+
"return": {
|
|
3103
|
+
"type": {
|
|
3104
|
+
"text": "void"
|
|
3105
|
+
}
|
|
3060
3106
|
},
|
|
3061
|
-
"default": "\"anchor\"",
|
|
3062
|
-
"description": "Defines what triggers the anchored region to revaluate positioning",
|
|
3063
|
-
"fieldName": "autoUpdateMode",
|
|
3064
3107
|
"inheritedFrom": {
|
|
3065
3108
|
"name": "AnchoredRegion",
|
|
3066
3109
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3067
3110
|
}
|
|
3068
|
-
}
|
|
3069
|
-
],
|
|
3070
|
-
"members": [
|
|
3111
|
+
},
|
|
3071
3112
|
{
|
|
3072
3113
|
"kind": "field",
|
|
3073
|
-
"name": "
|
|
3114
|
+
"name": "autoUpdateMode",
|
|
3074
3115
|
"type": {
|
|
3075
|
-
"text": "
|
|
3116
|
+
"text": "AutoUpdateMode"
|
|
3076
3117
|
},
|
|
3077
3118
|
"privacy": "public",
|
|
3078
|
-
"default": "\"\"",
|
|
3079
|
-
"description": "
|
|
3119
|
+
"default": "\"anchor\"",
|
|
3120
|
+
"description": "Defines what triggers the anchored region to revaluate positioning",
|
|
3080
3121
|
"inheritedFrom": {
|
|
3081
3122
|
"name": "AnchoredRegion",
|
|
3082
3123
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3084,27 +3125,41 @@
|
|
|
3084
3125
|
},
|
|
3085
3126
|
{
|
|
3086
3127
|
"kind": "method",
|
|
3087
|
-
"name": "
|
|
3128
|
+
"name": "autoUpdateModeChanged",
|
|
3088
3129
|
"privacy": "private",
|
|
3089
3130
|
"return": {
|
|
3090
3131
|
"type": {
|
|
3091
3132
|
"text": "void"
|
|
3092
3133
|
}
|
|
3093
3134
|
},
|
|
3094
|
-
"
|
|
3095
|
-
|
|
3096
|
-
|
|
3097
|
-
|
|
3098
|
-
|
|
3099
|
-
|
|
3100
|
-
|
|
3101
|
-
|
|
3135
|
+
"parameters": [
|
|
3136
|
+
{
|
|
3137
|
+
"name": "prevMode",
|
|
3138
|
+
"type": {
|
|
3139
|
+
"text": "AutoUpdateMode"
|
|
3140
|
+
}
|
|
3141
|
+
},
|
|
3142
|
+
{
|
|
3143
|
+
"name": "newMode",
|
|
3144
|
+
"type": {
|
|
3145
|
+
"text": "AutoUpdateMode"
|
|
3146
|
+
}
|
|
3147
|
+
}
|
|
3148
|
+
],
|
|
3149
|
+
"inheritedFrom": {
|
|
3150
|
+
"name": "AnchoredRegion",
|
|
3151
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3152
|
+
}
|
|
3153
|
+
},
|
|
3154
|
+
{
|
|
3155
|
+
"kind": "field",
|
|
3156
|
+
"name": "anchorElement",
|
|
3102
3157
|
"type": {
|
|
3103
|
-
"text": "
|
|
3158
|
+
"text": "HTMLElement | null"
|
|
3104
3159
|
},
|
|
3105
3160
|
"privacy": "public",
|
|
3106
|
-
"default": "
|
|
3107
|
-
"description": "The HTML
|
|
3161
|
+
"default": "null",
|
|
3162
|
+
"description": "The HTML element being used as the anchor",
|
|
3108
3163
|
"inheritedFrom": {
|
|
3109
3164
|
"name": "AnchoredRegion",
|
|
3110
3165
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3112,7 +3167,7 @@
|
|
|
3112
3167
|
},
|
|
3113
3168
|
{
|
|
3114
3169
|
"kind": "method",
|
|
3115
|
-
"name": "
|
|
3170
|
+
"name": "anchorElementChanged",
|
|
3116
3171
|
"privacy": "private",
|
|
3117
3172
|
"return": {
|
|
3118
3173
|
"type": {
|
|
@@ -3126,13 +3181,13 @@
|
|
|
3126
3181
|
},
|
|
3127
3182
|
{
|
|
3128
3183
|
"kind": "field",
|
|
3129
|
-
"name": "
|
|
3184
|
+
"name": "viewportElement",
|
|
3130
3185
|
"type": {
|
|
3131
|
-
"text": "
|
|
3186
|
+
"text": "HTMLElement | null"
|
|
3132
3187
|
},
|
|
3133
3188
|
"privacy": "public",
|
|
3134
|
-
"default": "
|
|
3135
|
-
"description": "
|
|
3189
|
+
"default": "null",
|
|
3190
|
+
"description": "The HTML element being used as the viewport",
|
|
3136
3191
|
"inheritedFrom": {
|
|
3137
3192
|
"name": "AnchoredRegion",
|
|
3138
3193
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3140,7 +3195,7 @@
|
|
|
3140
3195
|
},
|
|
3141
3196
|
{
|
|
3142
3197
|
"kind": "method",
|
|
3143
|
-
"name": "
|
|
3198
|
+
"name": "viewportElementChanged",
|
|
3144
3199
|
"privacy": "private",
|
|
3145
3200
|
"return": {
|
|
3146
3201
|
"type": {
|
|
@@ -3154,27 +3209,12 @@
|
|
|
3154
3209
|
},
|
|
3155
3210
|
{
|
|
3156
3211
|
"kind": "field",
|
|
3157
|
-
"name": "
|
|
3212
|
+
"name": "verticalPosition",
|
|
3158
3213
|
"type": {
|
|
3159
|
-
"text": "
|
|
3214
|
+
"text": "AnchoredRegionPositionLabel | undefined"
|
|
3160
3215
|
},
|
|
3161
3216
|
"privacy": "public",
|
|
3162
|
-
"
|
|
3163
|
-
"description": "The default horizontal position of the region relative to the anchor element",
|
|
3164
|
-
"inheritedFrom": {
|
|
3165
|
-
"name": "AnchoredRegion",
|
|
3166
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3167
|
-
}
|
|
3168
|
-
},
|
|
3169
|
-
{
|
|
3170
|
-
"kind": "method",
|
|
3171
|
-
"name": "horizontalDefaultPositionChanged",
|
|
3172
|
-
"privacy": "private",
|
|
3173
|
-
"return": {
|
|
3174
|
-
"type": {
|
|
3175
|
-
"text": "void"
|
|
3176
|
-
}
|
|
3177
|
-
},
|
|
3217
|
+
"description": "indicates the current horizontal position of the region",
|
|
3178
3218
|
"inheritedFrom": {
|
|
3179
3219
|
"name": "AnchoredRegion",
|
|
3180
3220
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3182,27 +3222,25 @@
|
|
|
3182
3222
|
},
|
|
3183
3223
|
{
|
|
3184
3224
|
"kind": "field",
|
|
3185
|
-
"name": "
|
|
3225
|
+
"name": "horizontalPosition",
|
|
3186
3226
|
"type": {
|
|
3187
|
-
"text": "
|
|
3227
|
+
"text": "AnchoredRegionPositionLabel | undefined"
|
|
3188
3228
|
},
|
|
3189
3229
|
"privacy": "public",
|
|
3190
|
-
"
|
|
3191
|
-
"description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the horizontal axis",
|
|
3230
|
+
"description": "indicates the current vertical position of the region",
|
|
3192
3231
|
"inheritedFrom": {
|
|
3193
3232
|
"name": "AnchoredRegion",
|
|
3194
3233
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3195
3234
|
}
|
|
3196
3235
|
},
|
|
3197
3236
|
{
|
|
3198
|
-
"kind": "
|
|
3199
|
-
"name": "
|
|
3200
|
-
"
|
|
3201
|
-
|
|
3202
|
-
"type": {
|
|
3203
|
-
"text": "void"
|
|
3204
|
-
}
|
|
3237
|
+
"kind": "field",
|
|
3238
|
+
"name": "translateX",
|
|
3239
|
+
"type": {
|
|
3240
|
+
"text": "number"
|
|
3205
3241
|
},
|
|
3242
|
+
"privacy": "private",
|
|
3243
|
+
"description": "values to be applied to the component's transform on render",
|
|
3206
3244
|
"inheritedFrom": {
|
|
3207
3245
|
"name": "AnchoredRegion",
|
|
3208
3246
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3210,27 +3248,24 @@
|
|
|
3210
3248
|
},
|
|
3211
3249
|
{
|
|
3212
3250
|
"kind": "field",
|
|
3213
|
-
"name": "
|
|
3251
|
+
"name": "translateY",
|
|
3214
3252
|
"type": {
|
|
3215
|
-
"text": "
|
|
3253
|
+
"text": "number"
|
|
3216
3254
|
},
|
|
3217
|
-
"privacy": "
|
|
3218
|
-
"default": "false",
|
|
3219
|
-
"description": "Whether the region overlaps the anchor on the horizontal axis",
|
|
3255
|
+
"privacy": "private",
|
|
3220
3256
|
"inheritedFrom": {
|
|
3221
3257
|
"name": "AnchoredRegion",
|
|
3222
3258
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3223
3259
|
}
|
|
3224
3260
|
},
|
|
3225
3261
|
{
|
|
3226
|
-
"kind": "
|
|
3227
|
-
"name": "
|
|
3228
|
-
"
|
|
3229
|
-
|
|
3230
|
-
"type": {
|
|
3231
|
-
"text": "void"
|
|
3232
|
-
}
|
|
3262
|
+
"kind": "field",
|
|
3263
|
+
"name": "regionWidth",
|
|
3264
|
+
"type": {
|
|
3265
|
+
"text": "string"
|
|
3233
3266
|
},
|
|
3267
|
+
"privacy": "private",
|
|
3268
|
+
"description": "the span to be applied to the region on each axis",
|
|
3234
3269
|
"inheritedFrom": {
|
|
3235
3270
|
"name": "AnchoredRegion",
|
|
3236
3271
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3238,26 +3273,24 @@
|
|
|
3238
3273
|
},
|
|
3239
3274
|
{
|
|
3240
3275
|
"kind": "field",
|
|
3241
|
-
"name": "
|
|
3276
|
+
"name": "regionHeight",
|
|
3242
3277
|
"type": {
|
|
3243
|
-
"text": "
|
|
3278
|
+
"text": "string"
|
|
3244
3279
|
},
|
|
3245
|
-
"privacy": "
|
|
3246
|
-
"description": "How narrow the space allocated to the default position has to be before the widest area\nis selected for layout",
|
|
3280
|
+
"privacy": "private",
|
|
3247
3281
|
"inheritedFrom": {
|
|
3248
3282
|
"name": "AnchoredRegion",
|
|
3249
3283
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3250
3284
|
}
|
|
3251
3285
|
},
|
|
3252
3286
|
{
|
|
3253
|
-
"kind": "
|
|
3254
|
-
"name": "
|
|
3255
|
-
"
|
|
3256
|
-
|
|
3257
|
-
"type": {
|
|
3258
|
-
"text": "void"
|
|
3259
|
-
}
|
|
3287
|
+
"kind": "field",
|
|
3288
|
+
"name": "resizeDetector",
|
|
3289
|
+
"type": {
|
|
3290
|
+
"text": "ResizeObserverClassDefinition | null"
|
|
3260
3291
|
},
|
|
3292
|
+
"privacy": "private",
|
|
3293
|
+
"default": "null",
|
|
3261
3294
|
"inheritedFrom": {
|
|
3262
3295
|
"name": "AnchoredRegion",
|
|
3263
3296
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3265,27 +3298,23 @@
|
|
|
3265
3298
|
},
|
|
3266
3299
|
{
|
|
3267
3300
|
"kind": "field",
|
|
3268
|
-
"name": "
|
|
3301
|
+
"name": "viewportRect",
|
|
3269
3302
|
"type": {
|
|
3270
|
-
"text": "
|
|
3303
|
+
"text": "ClientRect | DOMRect | undefined"
|
|
3271
3304
|
},
|
|
3272
|
-
"privacy": "
|
|
3273
|
-
"default": "\"content\"",
|
|
3274
|
-
"description": "Defines how the width of the region is calculated",
|
|
3305
|
+
"privacy": "private",
|
|
3275
3306
|
"inheritedFrom": {
|
|
3276
3307
|
"name": "AnchoredRegion",
|
|
3277
3308
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3278
3309
|
}
|
|
3279
3310
|
},
|
|
3280
3311
|
{
|
|
3281
|
-
"kind": "
|
|
3282
|
-
"name": "
|
|
3283
|
-
"
|
|
3284
|
-
|
|
3285
|
-
"type": {
|
|
3286
|
-
"text": "void"
|
|
3287
|
-
}
|
|
3312
|
+
"kind": "field",
|
|
3313
|
+
"name": "anchorRect",
|
|
3314
|
+
"type": {
|
|
3315
|
+
"text": "ClientRect | DOMRect | undefined"
|
|
3288
3316
|
},
|
|
3317
|
+
"privacy": "private",
|
|
3289
3318
|
"inheritedFrom": {
|
|
3290
3319
|
"name": "AnchoredRegion",
|
|
3291
3320
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3293,27 +3322,25 @@
|
|
|
3293
3322
|
},
|
|
3294
3323
|
{
|
|
3295
3324
|
"kind": "field",
|
|
3296
|
-
"name": "
|
|
3325
|
+
"name": "regionRect",
|
|
3297
3326
|
"type": {
|
|
3298
|
-
"text": "
|
|
3327
|
+
"text": "ClientRect | DOMRect | undefined"
|
|
3299
3328
|
},
|
|
3300
|
-
"privacy": "
|
|
3301
|
-
"default": "\"uncontrolled\"",
|
|
3302
|
-
"description": "Sets what logic the component uses to determine vertical placement.\n'locktodefault' forces the default position\n'dynamic' decides placement based on available space\n'uncontrolled' does not control placement on the vertical axis",
|
|
3329
|
+
"privacy": "private",
|
|
3303
3330
|
"inheritedFrom": {
|
|
3304
3331
|
"name": "AnchoredRegion",
|
|
3305
3332
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3306
3333
|
}
|
|
3307
3334
|
},
|
|
3308
3335
|
{
|
|
3309
|
-
"kind": "
|
|
3310
|
-
"name": "
|
|
3311
|
-
"
|
|
3312
|
-
|
|
3313
|
-
"type": {
|
|
3314
|
-
"text": "void"
|
|
3315
|
-
}
|
|
3336
|
+
"kind": "field",
|
|
3337
|
+
"name": "baseHorizontalOffset",
|
|
3338
|
+
"type": {
|
|
3339
|
+
"text": "number"
|
|
3316
3340
|
},
|
|
3341
|
+
"privacy": "private",
|
|
3342
|
+
"default": "0",
|
|
3343
|
+
"description": "base offsets between the positioner's base position and the anchor's",
|
|
3317
3344
|
"inheritedFrom": {
|
|
3318
3345
|
"name": "AnchoredRegion",
|
|
3319
3346
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3321,27 +3348,25 @@
|
|
|
3321
3348
|
},
|
|
3322
3349
|
{
|
|
3323
3350
|
"kind": "field",
|
|
3324
|
-
"name": "
|
|
3351
|
+
"name": "baseVerticalOffset",
|
|
3325
3352
|
"type": {
|
|
3326
|
-
"text": "
|
|
3353
|
+
"text": "number"
|
|
3327
3354
|
},
|
|
3328
|
-
"privacy": "
|
|
3329
|
-
"default": "
|
|
3330
|
-
"description": "The default vertical position of the region relative to the anchor element",
|
|
3355
|
+
"privacy": "private",
|
|
3356
|
+
"default": "0",
|
|
3331
3357
|
"inheritedFrom": {
|
|
3332
3358
|
"name": "AnchoredRegion",
|
|
3333
3359
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3334
3360
|
}
|
|
3335
3361
|
},
|
|
3336
3362
|
{
|
|
3337
|
-
"kind": "
|
|
3338
|
-
"name": "
|
|
3339
|
-
"
|
|
3340
|
-
|
|
3341
|
-
"type": {
|
|
3342
|
-
"text": "void"
|
|
3343
|
-
}
|
|
3363
|
+
"kind": "field",
|
|
3364
|
+
"name": "pendingPositioningUpdate",
|
|
3365
|
+
"type": {
|
|
3366
|
+
"text": "boolean"
|
|
3344
3367
|
},
|
|
3368
|
+
"privacy": "private",
|
|
3369
|
+
"default": "false",
|
|
3345
3370
|
"inheritedFrom": {
|
|
3346
3371
|
"name": "AnchoredRegion",
|
|
3347
3372
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3349,27 +3374,24 @@
|
|
|
3349
3374
|
},
|
|
3350
3375
|
{
|
|
3351
3376
|
"kind": "field",
|
|
3352
|
-
"name": "
|
|
3377
|
+
"name": "pendingReset",
|
|
3353
3378
|
"type": {
|
|
3354
3379
|
"text": "boolean"
|
|
3355
3380
|
},
|
|
3356
|
-
"privacy": "
|
|
3381
|
+
"privacy": "private",
|
|
3357
3382
|
"default": "false",
|
|
3358
|
-
"description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the vertical axis",
|
|
3359
3383
|
"inheritedFrom": {
|
|
3360
3384
|
"name": "AnchoredRegion",
|
|
3361
3385
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3362
3386
|
}
|
|
3363
3387
|
},
|
|
3364
3388
|
{
|
|
3365
|
-
"kind": "
|
|
3366
|
-
"name": "
|
|
3367
|
-
"
|
|
3368
|
-
|
|
3369
|
-
"type": {
|
|
3370
|
-
"text": "void"
|
|
3371
|
-
}
|
|
3389
|
+
"kind": "field",
|
|
3390
|
+
"name": "currentDirection",
|
|
3391
|
+
"type": {
|
|
3392
|
+
"text": "Direction"
|
|
3372
3393
|
},
|
|
3394
|
+
"privacy": "private",
|
|
3373
3395
|
"inheritedFrom": {
|
|
3374
3396
|
"name": "AnchoredRegion",
|
|
3375
3397
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3377,27 +3399,25 @@
|
|
|
3377
3399
|
},
|
|
3378
3400
|
{
|
|
3379
3401
|
"kind": "field",
|
|
3380
|
-
"name": "
|
|
3402
|
+
"name": "regionVisible",
|
|
3381
3403
|
"type": {
|
|
3382
3404
|
"text": "boolean"
|
|
3383
3405
|
},
|
|
3384
|
-
"privacy": "
|
|
3406
|
+
"privacy": "private",
|
|
3385
3407
|
"default": "false",
|
|
3386
|
-
"description": "Whether the region overlaps the anchor on the vertical axis",
|
|
3387
3408
|
"inheritedFrom": {
|
|
3388
3409
|
"name": "AnchoredRegion",
|
|
3389
3410
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3390
3411
|
}
|
|
3391
3412
|
},
|
|
3392
3413
|
{
|
|
3393
|
-
"kind": "
|
|
3394
|
-
"name": "
|
|
3395
|
-
"
|
|
3396
|
-
|
|
3397
|
-
"type": {
|
|
3398
|
-
"text": "void"
|
|
3399
|
-
}
|
|
3414
|
+
"kind": "field",
|
|
3415
|
+
"name": "forceUpdate",
|
|
3416
|
+
"type": {
|
|
3417
|
+
"text": "boolean"
|
|
3400
3418
|
},
|
|
3419
|
+
"privacy": "private",
|
|
3420
|
+
"default": "false",
|
|
3401
3421
|
"inheritedFrom": {
|
|
3402
3422
|
"name": "AnchoredRegion",
|
|
3403
3423
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3405,26 +3425,26 @@
|
|
|
3405
3425
|
},
|
|
3406
3426
|
{
|
|
3407
3427
|
"kind": "field",
|
|
3408
|
-
"name": "
|
|
3428
|
+
"name": "updateThreshold",
|
|
3409
3429
|
"type": {
|
|
3410
3430
|
"text": "number"
|
|
3411
3431
|
},
|
|
3412
|
-
"privacy": "
|
|
3413
|
-
"
|
|
3432
|
+
"privacy": "private",
|
|
3433
|
+
"default": "0.5",
|
|
3414
3434
|
"inheritedFrom": {
|
|
3415
3435
|
"name": "AnchoredRegion",
|
|
3416
3436
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3417
3437
|
}
|
|
3418
3438
|
},
|
|
3419
3439
|
{
|
|
3420
|
-
"kind": "
|
|
3421
|
-
"name": "
|
|
3422
|
-
"
|
|
3423
|
-
|
|
3424
|
-
"type": {
|
|
3425
|
-
"text": "void"
|
|
3426
|
-
}
|
|
3440
|
+
"kind": "field",
|
|
3441
|
+
"name": "intersectionService",
|
|
3442
|
+
"type": {
|
|
3443
|
+
"text": "IntersectionService"
|
|
3427
3444
|
},
|
|
3445
|
+
"privacy": "private",
|
|
3446
|
+
"static": true,
|
|
3447
|
+
"default": "new IntersectionService()",
|
|
3428
3448
|
"inheritedFrom": {
|
|
3429
3449
|
"name": "AnchoredRegion",
|
|
3430
3450
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3432,13 +3452,9 @@
|
|
|
3432
3452
|
},
|
|
3433
3453
|
{
|
|
3434
3454
|
"kind": "field",
|
|
3435
|
-
"name": "
|
|
3436
|
-
"type": {
|
|
3437
|
-
"text": "AxisScalingMode"
|
|
3438
|
-
},
|
|
3455
|
+
"name": "update",
|
|
3439
3456
|
"privacy": "public",
|
|
3440
|
-
"
|
|
3441
|
-
"description": "Defines how the height of the region is calculated",
|
|
3457
|
+
"description": "update position",
|
|
3442
3458
|
"inheritedFrom": {
|
|
3443
3459
|
"name": "AnchoredRegion",
|
|
3444
3460
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3446,27 +3462,29 @@
|
|
|
3446
3462
|
},
|
|
3447
3463
|
{
|
|
3448
3464
|
"kind": "method",
|
|
3449
|
-
"name": "
|
|
3465
|
+
"name": "disconnectResizeDetector",
|
|
3450
3466
|
"privacy": "private",
|
|
3451
3467
|
"return": {
|
|
3452
3468
|
"type": {
|
|
3453
3469
|
"text": "void"
|
|
3454
3470
|
}
|
|
3455
3471
|
},
|
|
3472
|
+
"description": "destroys the instance's resize observer",
|
|
3456
3473
|
"inheritedFrom": {
|
|
3457
3474
|
"name": "AnchoredRegion",
|
|
3458
3475
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3459
3476
|
}
|
|
3460
3477
|
},
|
|
3461
3478
|
{
|
|
3462
|
-
"kind": "
|
|
3463
|
-
"name": "
|
|
3464
|
-
"
|
|
3465
|
-
|
|
3479
|
+
"kind": "method",
|
|
3480
|
+
"name": "initializeResizeDetector",
|
|
3481
|
+
"privacy": "private",
|
|
3482
|
+
"return": {
|
|
3483
|
+
"type": {
|
|
3484
|
+
"text": "void"
|
|
3485
|
+
}
|
|
3466
3486
|
},
|
|
3467
|
-
"
|
|
3468
|
-
"default": "false",
|
|
3469
|
-
"description": "Whether the region is positioned using css \"position: fixed\".\nOtherwise the region uses \"position: absolute\".\nFixed placement allows the region to break out of parent containers,",
|
|
3487
|
+
"description": "initializes the instance's resize observer",
|
|
3470
3488
|
"inheritedFrom": {
|
|
3471
3489
|
"name": "AnchoredRegion",
|
|
3472
3490
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3474,27 +3492,29 @@
|
|
|
3474
3492
|
},
|
|
3475
3493
|
{
|
|
3476
3494
|
"kind": "method",
|
|
3477
|
-
"name": "
|
|
3495
|
+
"name": "updateForAttributeChange",
|
|
3478
3496
|
"privacy": "private",
|
|
3479
3497
|
"return": {
|
|
3480
3498
|
"type": {
|
|
3481
3499
|
"text": "void"
|
|
3482
3500
|
}
|
|
3483
3501
|
},
|
|
3502
|
+
"description": "react to attribute changes that don't require a reset",
|
|
3484
3503
|
"inheritedFrom": {
|
|
3485
3504
|
"name": "AnchoredRegion",
|
|
3486
3505
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3487
3506
|
}
|
|
3488
3507
|
},
|
|
3489
3508
|
{
|
|
3490
|
-
"kind": "
|
|
3491
|
-
"name": "
|
|
3492
|
-
"
|
|
3493
|
-
|
|
3509
|
+
"kind": "method",
|
|
3510
|
+
"name": "initialize",
|
|
3511
|
+
"privacy": "private",
|
|
3512
|
+
"return": {
|
|
3513
|
+
"type": {
|
|
3514
|
+
"text": "void"
|
|
3515
|
+
}
|
|
3494
3516
|
},
|
|
3495
|
-
"
|
|
3496
|
-
"default": "\"anchor\"",
|
|
3497
|
-
"description": "Defines what triggers the anchored region to revaluate positioning",
|
|
3517
|
+
"description": "fully initializes the component",
|
|
3498
3518
|
"inheritedFrom": {
|
|
3499
3519
|
"name": "AnchoredRegion",
|
|
3500
3520
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3502,55 +3522,39 @@
|
|
|
3502
3522
|
},
|
|
3503
3523
|
{
|
|
3504
3524
|
"kind": "method",
|
|
3505
|
-
"name": "
|
|
3525
|
+
"name": "requestReset",
|
|
3506
3526
|
"privacy": "private",
|
|
3507
3527
|
"return": {
|
|
3508
3528
|
"type": {
|
|
3509
3529
|
"text": "void"
|
|
3510
3530
|
}
|
|
3511
3531
|
},
|
|
3512
|
-
"
|
|
3513
|
-
{
|
|
3514
|
-
"name": "prevMode",
|
|
3515
|
-
"type": {
|
|
3516
|
-
"text": "AutoUpdateMode"
|
|
3517
|
-
}
|
|
3518
|
-
},
|
|
3519
|
-
{
|
|
3520
|
-
"name": "newMode",
|
|
3521
|
-
"type": {
|
|
3522
|
-
"text": "AutoUpdateMode"
|
|
3523
|
-
}
|
|
3524
|
-
}
|
|
3525
|
-
],
|
|
3532
|
+
"description": "Request a reset if there are currently no open requests",
|
|
3526
3533
|
"inheritedFrom": {
|
|
3527
3534
|
"name": "AnchoredRegion",
|
|
3528
3535
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3529
3536
|
}
|
|
3530
3537
|
},
|
|
3531
3538
|
{
|
|
3532
|
-
"kind": "
|
|
3533
|
-
"name": "
|
|
3534
|
-
"
|
|
3535
|
-
|
|
3539
|
+
"kind": "method",
|
|
3540
|
+
"name": "setInitialState",
|
|
3541
|
+
"privacy": "private",
|
|
3542
|
+
"return": {
|
|
3543
|
+
"type": {
|
|
3544
|
+
"text": "void"
|
|
3545
|
+
}
|
|
3536
3546
|
},
|
|
3537
|
-
"
|
|
3538
|
-
"default": "null",
|
|
3539
|
-
"description": "The HTML element being used as the anchor",
|
|
3547
|
+
"description": "sets the starting configuration for component internal values",
|
|
3540
3548
|
"inheritedFrom": {
|
|
3541
3549
|
"name": "AnchoredRegion",
|
|
3542
3550
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3543
3551
|
}
|
|
3544
3552
|
},
|
|
3545
3553
|
{
|
|
3546
|
-
"kind": "
|
|
3547
|
-
"name": "
|
|
3554
|
+
"kind": "field",
|
|
3555
|
+
"name": "startObservers",
|
|
3548
3556
|
"privacy": "private",
|
|
3549
|
-
"
|
|
3550
|
-
"type": {
|
|
3551
|
-
"text": "void"
|
|
3552
|
-
}
|
|
3553
|
-
},
|
|
3557
|
+
"description": "starts observers",
|
|
3554
3558
|
"inheritedFrom": {
|
|
3555
3559
|
"name": "AnchoredRegion",
|
|
3556
3560
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3558,27 +3562,19 @@
|
|
|
3558
3562
|
},
|
|
3559
3563
|
{
|
|
3560
3564
|
"kind": "field",
|
|
3561
|
-
"name": "
|
|
3562
|
-
"
|
|
3563
|
-
|
|
3564
|
-
},
|
|
3565
|
-
"privacy": "public",
|
|
3566
|
-
"default": "null",
|
|
3567
|
-
"description": "The HTML element being used as the viewport",
|
|
3565
|
+
"name": "requestPositionUpdates",
|
|
3566
|
+
"privacy": "private",
|
|
3567
|
+
"description": "get position updates",
|
|
3568
3568
|
"inheritedFrom": {
|
|
3569
3569
|
"name": "AnchoredRegion",
|
|
3570
3570
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3571
3571
|
}
|
|
3572
3572
|
},
|
|
3573
3573
|
{
|
|
3574
|
-
"kind": "
|
|
3575
|
-
"name": "
|
|
3574
|
+
"kind": "field",
|
|
3575
|
+
"name": "stopObservers",
|
|
3576
3576
|
"privacy": "private",
|
|
3577
|
-
"
|
|
3578
|
-
"type": {
|
|
3579
|
-
"text": "void"
|
|
3580
|
-
}
|
|
3581
|
-
},
|
|
3577
|
+
"description": "stops observers",
|
|
3582
3578
|
"inheritedFrom": {
|
|
3583
3579
|
"name": "AnchoredRegion",
|
|
3584
3580
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3586,12 +3582,9 @@
|
|
|
3586
3582
|
},
|
|
3587
3583
|
{
|
|
3588
3584
|
"kind": "field",
|
|
3589
|
-
"name": "
|
|
3590
|
-
"
|
|
3591
|
-
|
|
3592
|
-
},
|
|
3593
|
-
"privacy": "public",
|
|
3594
|
-
"description": "indicates the current horizontal position of the region",
|
|
3585
|
+
"name": "getViewport",
|
|
3586
|
+
"privacy": "private",
|
|
3587
|
+
"description": "Gets the viewport element by id, or defaults to document root",
|
|
3595
3588
|
"inheritedFrom": {
|
|
3596
3589
|
"name": "AnchoredRegion",
|
|
3597
3590
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3599,12 +3592,9 @@
|
|
|
3599
3592
|
},
|
|
3600
3593
|
{
|
|
3601
3594
|
"kind": "field",
|
|
3602
|
-
"name": "
|
|
3603
|
-
"
|
|
3604
|
-
|
|
3605
|
-
},
|
|
3606
|
-
"privacy": "public",
|
|
3607
|
-
"description": "indicates the current vertical position of the region",
|
|
3595
|
+
"name": "getAnchor",
|
|
3596
|
+
"privacy": "private",
|
|
3597
|
+
"description": "Gets the anchor element by id",
|
|
3608
3598
|
"inheritedFrom": {
|
|
3609
3599
|
"name": "AnchoredRegion",
|
|
3610
3600
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3612,12 +3602,9 @@
|
|
|
3612
3602
|
},
|
|
3613
3603
|
{
|
|
3614
3604
|
"kind": "field",
|
|
3615
|
-
"name": "
|
|
3616
|
-
"type": {
|
|
3617
|
-
"text": "number"
|
|
3618
|
-
},
|
|
3605
|
+
"name": "handleIntersection",
|
|
3619
3606
|
"privacy": "private",
|
|
3620
|
-
"description": "
|
|
3607
|
+
"description": "Handle intersections",
|
|
3621
3608
|
"inheritedFrom": {
|
|
3622
3609
|
"name": "AnchoredRegion",
|
|
3623
3610
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3625,11 +3612,9 @@
|
|
|
3625
3612
|
},
|
|
3626
3613
|
{
|
|
3627
3614
|
"kind": "field",
|
|
3628
|
-
"name": "
|
|
3629
|
-
"type": {
|
|
3630
|
-
"text": "number"
|
|
3631
|
-
},
|
|
3615
|
+
"name": "applyIntersectionEntries",
|
|
3632
3616
|
"privacy": "private",
|
|
3617
|
+
"description": "iterate through intersection entries and apply data",
|
|
3633
3618
|
"inheritedFrom": {
|
|
3634
3619
|
"name": "AnchoredRegion",
|
|
3635
3620
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3637,12 +3622,9 @@
|
|
|
3637
3622
|
},
|
|
3638
3623
|
{
|
|
3639
3624
|
"kind": "field",
|
|
3640
|
-
"name": "
|
|
3641
|
-
"type": {
|
|
3642
|
-
"text": "string"
|
|
3643
|
-
},
|
|
3625
|
+
"name": "updateRegionOffset",
|
|
3644
3626
|
"privacy": "private",
|
|
3645
|
-
"description": "
|
|
3627
|
+
"description": "Update the offset values",
|
|
3646
3628
|
"inheritedFrom": {
|
|
3647
3629
|
"name": "AnchoredRegion",
|
|
3648
3630
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3650,11 +3632,9 @@
|
|
|
3650
3632
|
},
|
|
3651
3633
|
{
|
|
3652
3634
|
"kind": "field",
|
|
3653
|
-
"name": "
|
|
3654
|
-
"type": {
|
|
3655
|
-
"text": "string"
|
|
3656
|
-
},
|
|
3635
|
+
"name": "isRectDifferent",
|
|
3657
3636
|
"privacy": "private",
|
|
3637
|
+
"description": "compare rects to see if there is enough change to justify a DOM update",
|
|
3658
3638
|
"inheritedFrom": {
|
|
3659
3639
|
"name": "AnchoredRegion",
|
|
3660
3640
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3662,12 +3642,9 @@
|
|
|
3662
3642
|
},
|
|
3663
3643
|
{
|
|
3664
3644
|
"kind": "field",
|
|
3665
|
-
"name": "
|
|
3666
|
-
"type": {
|
|
3667
|
-
"text": "ResizeObserverClassDefinition | null"
|
|
3668
|
-
},
|
|
3645
|
+
"name": "handleResize",
|
|
3669
3646
|
"privacy": "private",
|
|
3670
|
-
"
|
|
3647
|
+
"description": "Handle resize events",
|
|
3671
3648
|
"inheritedFrom": {
|
|
3672
3649
|
"name": "AnchoredRegion",
|
|
3673
3650
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3675,11 +3652,9 @@
|
|
|
3675
3652
|
},
|
|
3676
3653
|
{
|
|
3677
3654
|
"kind": "field",
|
|
3678
|
-
"name": "
|
|
3679
|
-
"type": {
|
|
3680
|
-
"text": "ClientRect | DOMRect | undefined"
|
|
3681
|
-
},
|
|
3655
|
+
"name": "reset",
|
|
3682
3656
|
"privacy": "private",
|
|
3657
|
+
"description": "resets the component",
|
|
3683
3658
|
"inheritedFrom": {
|
|
3684
3659
|
"name": "AnchoredRegion",
|
|
3685
3660
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3687,11 +3662,9 @@
|
|
|
3687
3662
|
},
|
|
3688
3663
|
{
|
|
3689
3664
|
"kind": "field",
|
|
3690
|
-
"name": "
|
|
3691
|
-
"type": {
|
|
3692
|
-
"text": "ClientRect | DOMRect | undefined"
|
|
3693
|
-
},
|
|
3665
|
+
"name": "updateLayout",
|
|
3694
3666
|
"privacy": "private",
|
|
3667
|
+
"description": "Recalculate layout related state values",
|
|
3695
3668
|
"inheritedFrom": {
|
|
3696
3669
|
"name": "AnchoredRegion",
|
|
3697
3670
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3699,11 +3672,9 @@
|
|
|
3699
3672
|
},
|
|
3700
3673
|
{
|
|
3701
3674
|
"kind": "field",
|
|
3702
|
-
"name": "
|
|
3703
|
-
"type": {
|
|
3704
|
-
"text": "ClientRect | DOMRect | undefined"
|
|
3705
|
-
},
|
|
3675
|
+
"name": "updateRegionStyle",
|
|
3706
3676
|
"privacy": "private",
|
|
3677
|
+
"description": "Updates the style string applied to the region element as well as the css classes attached\nto the root element",
|
|
3707
3678
|
"inheritedFrom": {
|
|
3708
3679
|
"name": "AnchoredRegion",
|
|
3709
3680
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3711,13 +3682,9 @@
|
|
|
3711
3682
|
},
|
|
3712
3683
|
{
|
|
3713
3684
|
"kind": "field",
|
|
3714
|
-
"name": "
|
|
3715
|
-
"type": {
|
|
3716
|
-
"text": "number"
|
|
3717
|
-
},
|
|
3685
|
+
"name": "updatePositionClasses",
|
|
3718
3686
|
"privacy": "private",
|
|
3719
|
-
"
|
|
3720
|
-
"description": "base offsets between the positioner's base position and the anchor's",
|
|
3687
|
+
"description": "Updates the css classes that reflect the current position of the element",
|
|
3721
3688
|
"inheritedFrom": {
|
|
3722
3689
|
"name": "AnchoredRegion",
|
|
3723
3690
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3725,12 +3692,9 @@
|
|
|
3725
3692
|
},
|
|
3726
3693
|
{
|
|
3727
3694
|
"kind": "field",
|
|
3728
|
-
"name": "
|
|
3729
|
-
"type": {
|
|
3730
|
-
"text": "number"
|
|
3731
|
-
},
|
|
3695
|
+
"name": "setHorizontalPosition",
|
|
3732
3696
|
"privacy": "private",
|
|
3733
|
-
"
|
|
3697
|
+
"description": "Get horizontal positioning state based on desired position",
|
|
3734
3698
|
"inheritedFrom": {
|
|
3735
3699
|
"name": "AnchoredRegion",
|
|
3736
3700
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3738,12 +3702,9 @@
|
|
|
3738
3702
|
},
|
|
3739
3703
|
{
|
|
3740
3704
|
"kind": "field",
|
|
3741
|
-
"name": "
|
|
3742
|
-
"type": {
|
|
3743
|
-
"text": "boolean"
|
|
3744
|
-
},
|
|
3705
|
+
"name": "setVerticalPosition",
|
|
3745
3706
|
"privacy": "private",
|
|
3746
|
-
"
|
|
3707
|
+
"description": "Set vertical positioning state based on desired position",
|
|
3747
3708
|
"inheritedFrom": {
|
|
3748
3709
|
"name": "AnchoredRegion",
|
|
3749
3710
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3751,12 +3712,9 @@
|
|
|
3751
3712
|
},
|
|
3752
3713
|
{
|
|
3753
3714
|
"kind": "field",
|
|
3754
|
-
"name": "
|
|
3755
|
-
"type": {
|
|
3756
|
-
"text": "boolean"
|
|
3757
|
-
},
|
|
3715
|
+
"name": "getPositioningOptions",
|
|
3758
3716
|
"privacy": "private",
|
|
3759
|
-
"
|
|
3717
|
+
"description": "Get available positions based on positioning mode",
|
|
3760
3718
|
"inheritedFrom": {
|
|
3761
3719
|
"name": "AnchoredRegion",
|
|
3762
3720
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3764,11 +3722,9 @@
|
|
|
3764
3722
|
},
|
|
3765
3723
|
{
|
|
3766
3724
|
"kind": "field",
|
|
3767
|
-
"name": "
|
|
3768
|
-
"type": {
|
|
3769
|
-
"text": "Direction"
|
|
3770
|
-
},
|
|
3725
|
+
"name": "getAvailableSpace",
|
|
3771
3726
|
"privacy": "private",
|
|
3727
|
+
"description": "Get the space available for a particular relative position",
|
|
3772
3728
|
"inheritedFrom": {
|
|
3773
3729
|
"name": "AnchoredRegion",
|
|
3774
3730
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3776,12 +3732,9 @@
|
|
|
3776
3732
|
},
|
|
3777
3733
|
{
|
|
3778
3734
|
"kind": "field",
|
|
3779
|
-
"name": "
|
|
3780
|
-
"type": {
|
|
3781
|
-
"text": "boolean"
|
|
3782
|
-
},
|
|
3735
|
+
"name": "getNextRegionDimension",
|
|
3783
3736
|
"privacy": "private",
|
|
3784
|
-
"
|
|
3737
|
+
"description": "Get region dimensions",
|
|
3785
3738
|
"inheritedFrom": {
|
|
3786
3739
|
"name": "AnchoredRegion",
|
|
3787
3740
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3789,12 +3742,9 @@
|
|
|
3789
3742
|
},
|
|
3790
3743
|
{
|
|
3791
3744
|
"kind": "field",
|
|
3792
|
-
"name": "
|
|
3793
|
-
"type": {
|
|
3794
|
-
"text": "boolean"
|
|
3795
|
-
},
|
|
3745
|
+
"name": "startAutoUpdateEventListeners",
|
|
3796
3746
|
"privacy": "private",
|
|
3797
|
-
"
|
|
3747
|
+
"description": "starts event listeners that can trigger auto updating",
|
|
3798
3748
|
"inheritedFrom": {
|
|
3799
3749
|
"name": "AnchoredRegion",
|
|
3800
3750
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3802,12 +3752,9 @@
|
|
|
3802
3752
|
},
|
|
3803
3753
|
{
|
|
3804
3754
|
"kind": "field",
|
|
3805
|
-
"name": "
|
|
3806
|
-
"type": {
|
|
3807
|
-
"text": "number"
|
|
3808
|
-
},
|
|
3755
|
+
"name": "stopAutoUpdateEventListeners",
|
|
3809
3756
|
"privacy": "private",
|
|
3810
|
-
"
|
|
3757
|
+
"description": "stops event listeners that can trigger auto updating",
|
|
3811
3758
|
"inheritedFrom": {
|
|
3812
3759
|
"name": "AnchoredRegion",
|
|
3813
3760
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3815,702 +3762,755 @@
|
|
|
3815
3762
|
},
|
|
3816
3763
|
{
|
|
3817
3764
|
"kind": "field",
|
|
3818
|
-
"name": "
|
|
3765
|
+
"name": "_presentation",
|
|
3819
3766
|
"type": {
|
|
3820
|
-
"text": "
|
|
3767
|
+
"text": "ComponentPresentation | null | undefined"
|
|
3821
3768
|
},
|
|
3822
3769
|
"privacy": "private",
|
|
3823
|
-
"
|
|
3824
|
-
"default": "new IntersectionService()",
|
|
3770
|
+
"default": "void 0",
|
|
3825
3771
|
"inheritedFrom": {
|
|
3826
|
-
"name": "
|
|
3827
|
-
"module": "src/
|
|
3772
|
+
"name": "FoundationElement",
|
|
3773
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3828
3774
|
}
|
|
3829
3775
|
},
|
|
3830
3776
|
{
|
|
3831
3777
|
"kind": "field",
|
|
3832
|
-
"name": "
|
|
3778
|
+
"name": "$presentation",
|
|
3779
|
+
"type": {
|
|
3780
|
+
"text": "ComponentPresentation | null"
|
|
3781
|
+
},
|
|
3833
3782
|
"privacy": "public",
|
|
3834
|
-
"description": "
|
|
3783
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
3835
3784
|
"inheritedFrom": {
|
|
3836
|
-
"name": "
|
|
3837
|
-
"module": "src/
|
|
3785
|
+
"name": "FoundationElement",
|
|
3786
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3787
|
+
}
|
|
3788
|
+
},
|
|
3789
|
+
{
|
|
3790
|
+
"kind": "field",
|
|
3791
|
+
"name": "template",
|
|
3792
|
+
"type": {
|
|
3793
|
+
"text": "ElementViewTemplate | void | null"
|
|
3794
|
+
},
|
|
3795
|
+
"privacy": "public",
|
|
3796
|
+
"description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
|
|
3797
|
+
"inheritedFrom": {
|
|
3798
|
+
"name": "FoundationElement",
|
|
3799
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3838
3800
|
}
|
|
3839
3801
|
},
|
|
3840
3802
|
{
|
|
3841
3803
|
"kind": "method",
|
|
3842
|
-
"name": "
|
|
3843
|
-
"privacy": "
|
|
3804
|
+
"name": "templateChanged",
|
|
3805
|
+
"privacy": "protected",
|
|
3844
3806
|
"return": {
|
|
3845
3807
|
"type": {
|
|
3846
3808
|
"text": "void"
|
|
3847
3809
|
}
|
|
3848
3810
|
},
|
|
3849
|
-
"description": "destroys the instance's resize observer",
|
|
3850
3811
|
"inheritedFrom": {
|
|
3851
|
-
"name": "
|
|
3852
|
-
"module": "src/
|
|
3812
|
+
"name": "FoundationElement",
|
|
3813
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3853
3814
|
}
|
|
3854
3815
|
},
|
|
3855
3816
|
{
|
|
3856
|
-
"kind": "
|
|
3857
|
-
"name": "
|
|
3858
|
-
"
|
|
3859
|
-
|
|
3860
|
-
"type": {
|
|
3861
|
-
"text": "void"
|
|
3862
|
-
}
|
|
3817
|
+
"kind": "field",
|
|
3818
|
+
"name": "styles",
|
|
3819
|
+
"type": {
|
|
3820
|
+
"text": "ElementStyles | void | null"
|
|
3863
3821
|
},
|
|
3864
|
-
"
|
|
3822
|
+
"privacy": "public",
|
|
3823
|
+
"description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
|
|
3865
3824
|
"inheritedFrom": {
|
|
3866
|
-
"name": "
|
|
3867
|
-
"module": "src/
|
|
3825
|
+
"name": "FoundationElement",
|
|
3826
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3868
3827
|
}
|
|
3869
3828
|
},
|
|
3870
3829
|
{
|
|
3871
3830
|
"kind": "method",
|
|
3872
|
-
"name": "
|
|
3873
|
-
"privacy": "
|
|
3831
|
+
"name": "stylesChanged",
|
|
3832
|
+
"privacy": "protected",
|
|
3874
3833
|
"return": {
|
|
3875
3834
|
"type": {
|
|
3876
3835
|
"text": "void"
|
|
3877
3836
|
}
|
|
3878
3837
|
},
|
|
3879
|
-
"description": "react to attribute changes that don't require a reset",
|
|
3880
3838
|
"inheritedFrom": {
|
|
3881
|
-
"name": "
|
|
3882
|
-
"module": "src/
|
|
3839
|
+
"name": "FoundationElement",
|
|
3840
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3883
3841
|
}
|
|
3884
3842
|
},
|
|
3885
3843
|
{
|
|
3886
3844
|
"kind": "method",
|
|
3887
|
-
"name": "
|
|
3888
|
-
"privacy": "
|
|
3845
|
+
"name": "compose",
|
|
3846
|
+
"privacy": "public",
|
|
3847
|
+
"static": true,
|
|
3889
3848
|
"return": {
|
|
3890
3849
|
"type": {
|
|
3891
|
-
"text": "
|
|
3850
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
3892
3851
|
}
|
|
3893
3852
|
},
|
|
3894
|
-
"
|
|
3895
|
-
|
|
3896
|
-
|
|
3897
|
-
|
|
3898
|
-
|
|
3899
|
-
|
|
3900
|
-
|
|
3901
|
-
|
|
3902
|
-
|
|
3903
|
-
|
|
3904
|
-
|
|
3905
|
-
|
|
3906
|
-
"
|
|
3853
|
+
"parameters": [
|
|
3854
|
+
{
|
|
3855
|
+
"name": "this",
|
|
3856
|
+
"type": {
|
|
3857
|
+
"text": "K"
|
|
3858
|
+
}
|
|
3859
|
+
},
|
|
3860
|
+
{
|
|
3861
|
+
"name": "elementDefinition",
|
|
3862
|
+
"type": {
|
|
3863
|
+
"text": "T"
|
|
3864
|
+
},
|
|
3865
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
3907
3866
|
}
|
|
3908
|
-
|
|
3909
|
-
"description": "
|
|
3867
|
+
],
|
|
3868
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
3910
3869
|
"inheritedFrom": {
|
|
3911
|
-
"name": "
|
|
3912
|
-
"module": "src/
|
|
3870
|
+
"name": "FoundationElement",
|
|
3871
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3913
3872
|
}
|
|
3914
|
-
}
|
|
3873
|
+
}
|
|
3874
|
+
],
|
|
3875
|
+
"events": [
|
|
3915
3876
|
{
|
|
3916
|
-
"
|
|
3917
|
-
"name": "
|
|
3918
|
-
"privacy": "private",
|
|
3919
|
-
"return": {
|
|
3920
|
-
"type": {
|
|
3921
|
-
"text": "void"
|
|
3922
|
-
}
|
|
3923
|
-
},
|
|
3924
|
-
"description": "sets the starting configuration for component internal values",
|
|
3877
|
+
"description": "Fires a custom 'loaded' event when the region is loaded and visible",
|
|
3878
|
+
"name": "loaded",
|
|
3925
3879
|
"inheritedFrom": {
|
|
3926
3880
|
"name": "AnchoredRegion",
|
|
3927
3881
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3928
3882
|
}
|
|
3929
3883
|
},
|
|
3930
3884
|
{
|
|
3931
|
-
"
|
|
3932
|
-
"name": "
|
|
3933
|
-
"privacy": "private",
|
|
3934
|
-
"description": "starts observers",
|
|
3885
|
+
"description": "Fires a custom 'positionchange' event when the position has changed",
|
|
3886
|
+
"name": "positionchange",
|
|
3935
3887
|
"inheritedFrom": {
|
|
3936
3888
|
"name": "AnchoredRegion",
|
|
3937
3889
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3938
3890
|
}
|
|
3939
|
-
}
|
|
3891
|
+
}
|
|
3892
|
+
]
|
|
3893
|
+
},
|
|
3894
|
+
{
|
|
3895
|
+
"kind": "variable",
|
|
3896
|
+
"name": "foundationAnchoredRegionShadowOptions",
|
|
3897
|
+
"type": {
|
|
3898
|
+
"text": "ShadowRootInit"
|
|
3899
|
+
},
|
|
3900
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
3901
|
+
},
|
|
3902
|
+
{
|
|
3903
|
+
"kind": "variable",
|
|
3904
|
+
"name": "defaultAnchoredRegionConfig",
|
|
3905
|
+
"type": {
|
|
3906
|
+
"text": "object"
|
|
3907
|
+
},
|
|
3908
|
+
"default": "{}"
|
|
3909
|
+
},
|
|
3910
|
+
{
|
|
3911
|
+
"kind": "variable",
|
|
3912
|
+
"name": "foundationAnchoredRegion",
|
|
3913
|
+
"description": "The Foundation Anchored Region",
|
|
3914
|
+
"privacy": "public"
|
|
3915
|
+
}
|
|
3916
|
+
],
|
|
3917
|
+
"exports": [
|
|
3918
|
+
{
|
|
3919
|
+
"kind": "js",
|
|
3920
|
+
"name": "AnchoredRegion",
|
|
3921
|
+
"declaration": {
|
|
3922
|
+
"name": "AnchoredRegion",
|
|
3923
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3924
|
+
}
|
|
3925
|
+
},
|
|
3926
|
+
{
|
|
3927
|
+
"kind": "js",
|
|
3928
|
+
"name": "foundationAnchoredRegionShadowOptions",
|
|
3929
|
+
"declaration": {
|
|
3930
|
+
"name": "foundationAnchoredRegionShadowOptions",
|
|
3931
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3932
|
+
}
|
|
3933
|
+
},
|
|
3934
|
+
{
|
|
3935
|
+
"kind": "js",
|
|
3936
|
+
"name": "defaultAnchoredRegionConfig",
|
|
3937
|
+
"declaration": {
|
|
3938
|
+
"name": "defaultAnchoredRegionConfig",
|
|
3939
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3940
|
+
}
|
|
3941
|
+
},
|
|
3942
|
+
{
|
|
3943
|
+
"kind": "js",
|
|
3944
|
+
"name": "foundationAnchoredRegion",
|
|
3945
|
+
"declaration": {
|
|
3946
|
+
"name": "foundationAnchoredRegion",
|
|
3947
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3948
|
+
}
|
|
3949
|
+
}
|
|
3950
|
+
]
|
|
3951
|
+
},
|
|
3952
|
+
{
|
|
3953
|
+
"kind": "javascript-module",
|
|
3954
|
+
"path": "src/anchored-region/index.ts",
|
|
3955
|
+
"declarations": [],
|
|
3956
|
+
"exports": [
|
|
3957
|
+
{
|
|
3958
|
+
"kind": "js",
|
|
3959
|
+
"name": "*",
|
|
3960
|
+
"declaration": {
|
|
3961
|
+
"name": "*",
|
|
3962
|
+
"package": "./anchor-region.template"
|
|
3963
|
+
}
|
|
3964
|
+
},
|
|
3965
|
+
{
|
|
3966
|
+
"kind": "js",
|
|
3967
|
+
"name": "*",
|
|
3968
|
+
"declaration": {
|
|
3969
|
+
"name": "*",
|
|
3970
|
+
"package": "./anchored-region.styles"
|
|
3971
|
+
}
|
|
3972
|
+
},
|
|
3973
|
+
{
|
|
3974
|
+
"kind": "js",
|
|
3975
|
+
"name": "*",
|
|
3976
|
+
"declaration": {
|
|
3977
|
+
"name": "*",
|
|
3978
|
+
"package": "./anchored-region"
|
|
3979
|
+
}
|
|
3980
|
+
}
|
|
3981
|
+
]
|
|
3982
|
+
},
|
|
3983
|
+
{
|
|
3984
|
+
"kind": "javascript-module",
|
|
3985
|
+
"path": "src/actions-menu/actions-menu.styles.ts",
|
|
3986
|
+
"declarations": [
|
|
3987
|
+
{
|
|
3988
|
+
"kind": "function",
|
|
3989
|
+
"name": "actionsMenuBaseStyles",
|
|
3990
|
+
"return": {
|
|
3991
|
+
"type": {
|
|
3992
|
+
"text": "ElementStyles"
|
|
3993
|
+
}
|
|
3994
|
+
},
|
|
3995
|
+
"parameters": [
|
|
3940
3996
|
{
|
|
3941
|
-
"
|
|
3942
|
-
"
|
|
3943
|
-
|
|
3944
|
-
"description": "get position updates",
|
|
3945
|
-
"inheritedFrom": {
|
|
3946
|
-
"name": "AnchoredRegion",
|
|
3947
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3997
|
+
"name": "context",
|
|
3998
|
+
"type": {
|
|
3999
|
+
"text": "ElementDefinitionContext"
|
|
3948
4000
|
}
|
|
3949
4001
|
},
|
|
3950
4002
|
{
|
|
3951
|
-
"
|
|
3952
|
-
"
|
|
3953
|
-
|
|
3954
|
-
"description": "stops observers",
|
|
3955
|
-
"inheritedFrom": {
|
|
3956
|
-
"name": "AnchoredRegion",
|
|
3957
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
4003
|
+
"name": "definition",
|
|
4004
|
+
"type": {
|
|
4005
|
+
"text": "FoundationElementDefinition"
|
|
3958
4006
|
}
|
|
3959
|
-
}
|
|
4007
|
+
}
|
|
4008
|
+
]
|
|
4009
|
+
},
|
|
4010
|
+
{
|
|
4011
|
+
"kind": "function",
|
|
4012
|
+
"name": "foundationActionsMenuStyles",
|
|
4013
|
+
"return": {
|
|
4014
|
+
"type": {
|
|
4015
|
+
"text": "ElementStyles"
|
|
4016
|
+
}
|
|
4017
|
+
},
|
|
4018
|
+
"parameters": [
|
|
3960
4019
|
{
|
|
3961
|
-
"
|
|
3962
|
-
"
|
|
3963
|
-
|
|
3964
|
-
"description": "Gets the viewport element by id, or defaults to document root",
|
|
3965
|
-
"inheritedFrom": {
|
|
3966
|
-
"name": "AnchoredRegion",
|
|
3967
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
4020
|
+
"name": "context",
|
|
4021
|
+
"type": {
|
|
4022
|
+
"text": "ElementDefinitionContext"
|
|
3968
4023
|
}
|
|
3969
4024
|
},
|
|
3970
4025
|
{
|
|
3971
|
-
"
|
|
3972
|
-
"
|
|
3973
|
-
|
|
3974
|
-
"description": "Gets the anchor element by id",
|
|
3975
|
-
"inheritedFrom": {
|
|
3976
|
-
"name": "AnchoredRegion",
|
|
3977
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
4026
|
+
"name": "definition",
|
|
4027
|
+
"type": {
|
|
4028
|
+
"text": "FoundationElementDefinition"
|
|
3978
4029
|
}
|
|
3979
|
-
}
|
|
3980
|
-
|
|
3981
|
-
|
|
3982
|
-
|
|
3983
|
-
|
|
3984
|
-
|
|
3985
|
-
|
|
3986
|
-
|
|
3987
|
-
|
|
3988
|
-
|
|
3989
|
-
|
|
4030
|
+
}
|
|
4031
|
+
]
|
|
4032
|
+
}
|
|
4033
|
+
],
|
|
4034
|
+
"exports": [
|
|
4035
|
+
{
|
|
4036
|
+
"kind": "js",
|
|
4037
|
+
"name": "actionsMenuBaseStyles",
|
|
4038
|
+
"declaration": {
|
|
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"
|
|
4049
|
+
}
|
|
4050
|
+
}
|
|
4051
|
+
]
|
|
4052
|
+
},
|
|
4053
|
+
{
|
|
4054
|
+
"kind": "javascript-module",
|
|
4055
|
+
"path": "src/actions-menu/actions-menu.template.ts",
|
|
4056
|
+
"declarations": [
|
|
4057
|
+
{
|
|
4058
|
+
"kind": "function",
|
|
4059
|
+
"name": "menuTemplate",
|
|
4060
|
+
"parameters": [
|
|
3990
4061
|
{
|
|
3991
|
-
"
|
|
3992
|
-
"
|
|
3993
|
-
|
|
3994
|
-
"description": "iterate through intersection entries and apply data",
|
|
3995
|
-
"inheritedFrom": {
|
|
3996
|
-
"name": "AnchoredRegion",
|
|
3997
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
4062
|
+
"name": "prefix",
|
|
4063
|
+
"type": {
|
|
4064
|
+
"text": "string"
|
|
3998
4065
|
}
|
|
3999
|
-
}
|
|
4066
|
+
}
|
|
4067
|
+
]
|
|
4068
|
+
},
|
|
4069
|
+
{
|
|
4070
|
+
"kind": "function",
|
|
4071
|
+
"name": "singleOptionTemplate",
|
|
4072
|
+
"parameters": [
|
|
4000
4073
|
{
|
|
4001
|
-
"
|
|
4002
|
-
"
|
|
4003
|
-
|
|
4004
|
-
"description": "Update the offset values",
|
|
4005
|
-
"inheritedFrom": {
|
|
4006
|
-
"name": "AnchoredRegion",
|
|
4007
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
4074
|
+
"name": "prefix",
|
|
4075
|
+
"type": {
|
|
4076
|
+
"text": "string"
|
|
4008
4077
|
}
|
|
4009
|
-
}
|
|
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": [
|
|
4010
4126
|
{
|
|
4011
4127
|
"kind": "field",
|
|
4012
|
-
"name": "
|
|
4013
|
-
"
|
|
4014
|
-
|
|
4015
|
-
"inheritedFrom": {
|
|
4016
|
-
"name": "AnchoredRegion",
|
|
4017
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
4128
|
+
"name": "actions",
|
|
4129
|
+
"type": {
|
|
4130
|
+
"text": "ActionMenuItem[]"
|
|
4018
4131
|
}
|
|
4019
4132
|
},
|
|
4020
4133
|
{
|
|
4021
4134
|
"kind": "field",
|
|
4022
|
-
"name": "
|
|
4023
|
-
"
|
|
4024
|
-
|
|
4025
|
-
|
|
4026
|
-
|
|
4027
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
4028
|
-
}
|
|
4135
|
+
"name": "isVertical",
|
|
4136
|
+
"type": {
|
|
4137
|
+
"text": "boolean"
|
|
4138
|
+
},
|
|
4139
|
+
"default": "false"
|
|
4029
4140
|
},
|
|
4030
4141
|
{
|
|
4031
4142
|
"kind": "field",
|
|
4032
|
-
"name": "
|
|
4033
|
-
"
|
|
4034
|
-
|
|
4035
|
-
|
|
4036
|
-
|
|
4037
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
4038
|
-
}
|
|
4143
|
+
"name": "addDefaultActions",
|
|
4144
|
+
"type": {
|
|
4145
|
+
"text": "boolean"
|
|
4146
|
+
},
|
|
4147
|
+
"default": "true"
|
|
4039
4148
|
},
|
|
4040
4149
|
{
|
|
4041
4150
|
"kind": "field",
|
|
4042
|
-
"name": "
|
|
4043
|
-
"
|
|
4044
|
-
|
|
4045
|
-
|
|
4046
|
-
|
|
4047
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
4048
|
-
}
|
|
4151
|
+
"name": "autoCloseOnAction",
|
|
4152
|
+
"type": {
|
|
4153
|
+
"text": "boolean"
|
|
4154
|
+
},
|
|
4155
|
+
"default": "true"
|
|
4049
4156
|
},
|
|
4050
4157
|
{
|
|
4051
4158
|
"kind": "field",
|
|
4052
|
-
"name": "
|
|
4053
|
-
"
|
|
4054
|
-
|
|
4055
|
-
"inheritedFrom": {
|
|
4056
|
-
"name": "AnchoredRegion",
|
|
4057
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
4159
|
+
"name": "classNames",
|
|
4160
|
+
"type": {
|
|
4161
|
+
"text": "string"
|
|
4058
4162
|
}
|
|
4059
4163
|
},
|
|
4060
4164
|
{
|
|
4061
4165
|
"kind": "field",
|
|
4062
|
-
"name": "
|
|
4063
|
-
"
|
|
4064
|
-
|
|
4065
|
-
"inheritedFrom": {
|
|
4066
|
-
"name": "AnchoredRegion",
|
|
4067
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
4166
|
+
"name": "definition",
|
|
4167
|
+
"type": {
|
|
4168
|
+
"text": "any"
|
|
4068
4169
|
}
|
|
4069
4170
|
},
|
|
4070
4171
|
{
|
|
4071
4172
|
"kind": "field",
|
|
4072
|
-
"name": "
|
|
4073
|
-
"
|
|
4074
|
-
|
|
4075
|
-
|
|
4076
|
-
|
|
4077
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
4078
|
-
}
|
|
4173
|
+
"name": "name",
|
|
4174
|
+
"type": {
|
|
4175
|
+
"text": "string"
|
|
4176
|
+
},
|
|
4177
|
+
"default": "'Actions'"
|
|
4079
4178
|
},
|
|
4080
4179
|
{
|
|
4081
4180
|
"kind": "field",
|
|
4082
|
-
"name": "
|
|
4083
|
-
"
|
|
4084
|
-
|
|
4085
|
-
|
|
4086
|
-
|
|
4087
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
4088
|
-
}
|
|
4181
|
+
"name": "open",
|
|
4182
|
+
"type": {
|
|
4183
|
+
"text": "boolean"
|
|
4184
|
+
},
|
|
4185
|
+
"default": "false"
|
|
4089
4186
|
},
|
|
4090
4187
|
{
|
|
4091
4188
|
"kind": "field",
|
|
4092
|
-
"name": "
|
|
4093
|
-
"
|
|
4094
|
-
|
|
4095
|
-
"inheritedFrom": {
|
|
4096
|
-
"name": "AnchoredRegion",
|
|
4097
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
4189
|
+
"name": "buttonAppearance",
|
|
4190
|
+
"type": {
|
|
4191
|
+
"text": "string"
|
|
4098
4192
|
}
|
|
4099
4193
|
},
|
|
4100
4194
|
{
|
|
4101
4195
|
"kind": "field",
|
|
4102
|
-
"name": "
|
|
4103
|
-
"
|
|
4104
|
-
|
|
4105
|
-
|
|
4106
|
-
|
|
4107
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
4108
|
-
}
|
|
4196
|
+
"name": "hideDisabled",
|
|
4197
|
+
"type": {
|
|
4198
|
+
"text": "boolean"
|
|
4199
|
+
},
|
|
4200
|
+
"default": "false"
|
|
4109
4201
|
},
|
|
4110
4202
|
{
|
|
4111
4203
|
"kind": "field",
|
|
4112
|
-
"name": "
|
|
4113
|
-
"
|
|
4114
|
-
|
|
4115
|
-
|
|
4116
|
-
|
|
4117
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
4118
|
-
}
|
|
4204
|
+
"name": "hideMenuSingleOption",
|
|
4205
|
+
"type": {
|
|
4206
|
+
"text": "boolean"
|
|
4207
|
+
},
|
|
4208
|
+
"default": "false"
|
|
4119
4209
|
},
|
|
4120
4210
|
{
|
|
4121
4211
|
"kind": "field",
|
|
4122
|
-
"name": "
|
|
4123
|
-
"
|
|
4124
|
-
|
|
4125
|
-
"inheritedFrom": {
|
|
4126
|
-
"name": "AnchoredRegion",
|
|
4127
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
4212
|
+
"name": "singleOption",
|
|
4213
|
+
"type": {
|
|
4214
|
+
"text": "ActionMenuItem"
|
|
4128
4215
|
}
|
|
4129
4216
|
},
|
|
4130
4217
|
{
|
|
4131
4218
|
"kind": "field",
|
|
4132
|
-
"name": "
|
|
4133
|
-
"
|
|
4134
|
-
|
|
4135
|
-
"inheritedFrom": {
|
|
4136
|
-
"name": "AnchoredRegion",
|
|
4137
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
4219
|
+
"name": "actionsMenu",
|
|
4220
|
+
"type": {
|
|
4221
|
+
"text": "HTMLElement"
|
|
4138
4222
|
}
|
|
4139
4223
|
},
|
|
4140
4224
|
{
|
|
4141
|
-
"kind": "
|
|
4142
|
-
"name": "
|
|
4143
|
-
"
|
|
4144
|
-
|
|
4145
|
-
|
|
4146
|
-
|
|
4147
|
-
|
|
4148
|
-
|
|
4149
|
-
|
|
4150
|
-
|
|
4151
|
-
|
|
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
|
+
]
|
|
4152
4242
|
},
|
|
4153
4243
|
{
|
|
4154
|
-
"kind": "
|
|
4155
|
-
"name": "
|
|
4156
|
-
"
|
|
4157
|
-
"text": "ComponentPresentation | null"
|
|
4158
|
-
},
|
|
4159
|
-
"privacy": "public",
|
|
4160
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
4161
|
-
"inheritedFrom": {
|
|
4162
|
-
"name": "FoundationElement",
|
|
4163
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
4164
|
-
}
|
|
4244
|
+
"kind": "method",
|
|
4245
|
+
"name": "openChanged",
|
|
4246
|
+
"privacy": "protected"
|
|
4165
4247
|
},
|
|
4166
4248
|
{
|
|
4167
|
-
"kind": "
|
|
4168
|
-
"name": "
|
|
4169
|
-
"type": {
|
|
4170
|
-
"text": "ElementViewTemplate | void | null"
|
|
4171
|
-
},
|
|
4172
|
-
"privacy": "public",
|
|
4173
|
-
"description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
|
|
4174
|
-
"inheritedFrom": {
|
|
4175
|
-
"name": "FoundationElement",
|
|
4176
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
4177
|
-
}
|
|
4249
|
+
"kind": "method",
|
|
4250
|
+
"name": "toggleActionsMenuVisibility"
|
|
4178
4251
|
},
|
|
4179
4252
|
{
|
|
4180
4253
|
"kind": "method",
|
|
4181
|
-
"name": "
|
|
4182
|
-
"
|
|
4183
|
-
|
|
4184
|
-
|
|
4185
|
-
"
|
|
4254
|
+
"name": "onActionMenuItemClick",
|
|
4255
|
+
"parameters": [
|
|
4256
|
+
{
|
|
4257
|
+
"name": "callback",
|
|
4258
|
+
"type": {
|
|
4259
|
+
"text": "(rowData) => void | any"
|
|
4260
|
+
}
|
|
4186
4261
|
}
|
|
4187
|
-
|
|
4188
|
-
"inheritedFrom": {
|
|
4189
|
-
"name": "FoundationElement",
|
|
4190
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
4191
|
-
}
|
|
4262
|
+
]
|
|
4192
4263
|
},
|
|
4193
4264
|
{
|
|
4194
4265
|
"kind": "field",
|
|
4195
|
-
"name": "
|
|
4266
|
+
"name": "allActions",
|
|
4196
4267
|
"type": {
|
|
4197
|
-
"text": "
|
|
4268
|
+
"text": "ActionMenuItem[]"
|
|
4198
4269
|
},
|
|
4199
|
-
"
|
|
4200
|
-
"description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
|
|
4201
|
-
"inheritedFrom": {
|
|
4202
|
-
"name": "FoundationElement",
|
|
4203
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
4204
|
-
}
|
|
4270
|
+
"readonly": true
|
|
4205
4271
|
},
|
|
4206
4272
|
{
|
|
4207
|
-
"kind": "
|
|
4208
|
-
"name": "
|
|
4209
|
-
"
|
|
4210
|
-
"return": {
|
|
4211
|
-
"type": {
|
|
4212
|
-
"text": "void"
|
|
4213
|
-
}
|
|
4214
|
-
},
|
|
4215
|
-
"inheritedFrom": {
|
|
4216
|
-
"name": "FoundationElement",
|
|
4217
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
4218
|
-
}
|
|
4273
|
+
"kind": "field",
|
|
4274
|
+
"name": "rowData",
|
|
4275
|
+
"readonly": true
|
|
4219
4276
|
},
|
|
4220
4277
|
{
|
|
4221
4278
|
"kind": "method",
|
|
4222
|
-
"name": "
|
|
4223
|
-
"privacy": "public",
|
|
4224
|
-
"static": true,
|
|
4225
|
-
"return": {
|
|
4226
|
-
"type": {
|
|
4227
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
4228
|
-
}
|
|
4229
|
-
},
|
|
4279
|
+
"name": "getLabel",
|
|
4230
4280
|
"parameters": [
|
|
4231
4281
|
{
|
|
4232
|
-
"name": "
|
|
4282
|
+
"name": "name",
|
|
4233
4283
|
"type": {
|
|
4234
|
-
"text": "
|
|
4284
|
+
"text": "string | ((rowData: any) => string)"
|
|
4235
4285
|
}
|
|
4236
|
-
}
|
|
4286
|
+
}
|
|
4287
|
+
]
|
|
4288
|
+
},
|
|
4289
|
+
{
|
|
4290
|
+
"kind": "method",
|
|
4291
|
+
"name": "getTemplate",
|
|
4292
|
+
"parameters": [
|
|
4237
4293
|
{
|
|
4238
|
-
"name": "
|
|
4294
|
+
"name": "prefix",
|
|
4239
4295
|
"type": {
|
|
4240
|
-
"text": "
|
|
4241
|
-
}
|
|
4242
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
4296
|
+
"text": "string"
|
|
4297
|
+
}
|
|
4243
4298
|
}
|
|
4244
|
-
]
|
|
4245
|
-
|
|
4299
|
+
]
|
|
4300
|
+
},
|
|
4301
|
+
{
|
|
4302
|
+
"kind": "field",
|
|
4303
|
+
"name": "_presentation",
|
|
4304
|
+
"type": {
|
|
4305
|
+
"text": "ComponentPresentation | null | undefined"
|
|
4306
|
+
},
|
|
4307
|
+
"privacy": "private",
|
|
4308
|
+
"default": "void 0",
|
|
4246
4309
|
"inheritedFrom": {
|
|
4247
4310
|
"name": "FoundationElement",
|
|
4248
4311
|
"module": "src/foundation-element/foundation-element.ts"
|
|
4249
4312
|
}
|
|
4250
|
-
}
|
|
4251
|
-
],
|
|
4252
|
-
"events": [
|
|
4253
|
-
{
|
|
4254
|
-
"description": "Fires a custom 'loaded' event when the region is loaded and visible",
|
|
4255
|
-
"name": "loaded",
|
|
4256
|
-
"inheritedFrom": {
|
|
4257
|
-
"name": "AnchoredRegion",
|
|
4258
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
4259
|
-
}
|
|
4260
4313
|
},
|
|
4261
4314
|
{
|
|
4262
|
-
"
|
|
4263
|
-
"name": "
|
|
4315
|
+
"kind": "field",
|
|
4316
|
+
"name": "$presentation",
|
|
4317
|
+
"type": {
|
|
4318
|
+
"text": "ComponentPresentation | null"
|
|
4319
|
+
},
|
|
4320
|
+
"privacy": "public",
|
|
4321
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
4264
4322
|
"inheritedFrom": {
|
|
4265
|
-
"name": "
|
|
4266
|
-
"module": "src/
|
|
4323
|
+
"name": "FoundationElement",
|
|
4324
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
4267
4325
|
}
|
|
4268
|
-
}
|
|
4269
|
-
]
|
|
4270
|
-
},
|
|
4271
|
-
{
|
|
4272
|
-
"kind": "variable",
|
|
4273
|
-
"name": "foundationAnchoredRegionShadowOptions",
|
|
4274
|
-
"type": {
|
|
4275
|
-
"text": "ShadowRootInit"
|
|
4276
|
-
},
|
|
4277
|
-
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
4278
|
-
},
|
|
4279
|
-
{
|
|
4280
|
-
"kind": "variable",
|
|
4281
|
-
"name": "defaultAnchoredRegionConfig",
|
|
4282
|
-
"type": {
|
|
4283
|
-
"text": "object"
|
|
4284
|
-
},
|
|
4285
|
-
"default": "{}"
|
|
4286
|
-
},
|
|
4287
|
-
{
|
|
4288
|
-
"kind": "variable",
|
|
4289
|
-
"name": "foundationAnchoredRegion",
|
|
4290
|
-
"description": "The Foundation Anchored Region",
|
|
4291
|
-
"privacy": "public"
|
|
4292
|
-
}
|
|
4293
|
-
],
|
|
4294
|
-
"exports": [
|
|
4295
|
-
{
|
|
4296
|
-
"kind": "js",
|
|
4297
|
-
"name": "AnchoredRegion",
|
|
4298
|
-
"declaration": {
|
|
4299
|
-
"name": "AnchoredRegion",
|
|
4300
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
4301
|
-
}
|
|
4302
|
-
},
|
|
4303
|
-
{
|
|
4304
|
-
"kind": "js",
|
|
4305
|
-
"name": "foundationAnchoredRegionShadowOptions",
|
|
4306
|
-
"declaration": {
|
|
4307
|
-
"name": "foundationAnchoredRegionShadowOptions",
|
|
4308
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
4309
|
-
}
|
|
4310
|
-
},
|
|
4311
|
-
{
|
|
4312
|
-
"kind": "js",
|
|
4313
|
-
"name": "defaultAnchoredRegionConfig",
|
|
4314
|
-
"declaration": {
|
|
4315
|
-
"name": "defaultAnchoredRegionConfig",
|
|
4316
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
4317
|
-
}
|
|
4318
|
-
},
|
|
4319
|
-
{
|
|
4320
|
-
"kind": "js",
|
|
4321
|
-
"name": "foundationAnchoredRegion",
|
|
4322
|
-
"declaration": {
|
|
4323
|
-
"name": "foundationAnchoredRegion",
|
|
4324
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
4325
|
-
}
|
|
4326
|
-
}
|
|
4327
|
-
]
|
|
4328
|
-
},
|
|
4329
|
-
{
|
|
4330
|
-
"kind": "javascript-module",
|
|
4331
|
-
"path": "src/anchored-region/index.ts",
|
|
4332
|
-
"declarations": [],
|
|
4333
|
-
"exports": [
|
|
4334
|
-
{
|
|
4335
|
-
"kind": "js",
|
|
4336
|
-
"name": "*",
|
|
4337
|
-
"declaration": {
|
|
4338
|
-
"name": "*",
|
|
4339
|
-
"package": "./anchor-region.template"
|
|
4340
|
-
}
|
|
4341
|
-
},
|
|
4342
|
-
{
|
|
4343
|
-
"kind": "js",
|
|
4344
|
-
"name": "*",
|
|
4345
|
-
"declaration": {
|
|
4346
|
-
"name": "*",
|
|
4347
|
-
"package": "./anchored-region.styles"
|
|
4348
|
-
}
|
|
4349
|
-
},
|
|
4350
|
-
{
|
|
4351
|
-
"kind": "js",
|
|
4352
|
-
"name": "*",
|
|
4353
|
-
"declaration": {
|
|
4354
|
-
"name": "*",
|
|
4355
|
-
"package": "./anchored-region"
|
|
4356
|
-
}
|
|
4357
|
-
}
|
|
4358
|
-
]
|
|
4359
|
-
},
|
|
4360
|
-
{
|
|
4361
|
-
"kind": "javascript-module",
|
|
4362
|
-
"path": "src/accordion/accordion.styles.ts",
|
|
4363
|
-
"declarations": [
|
|
4364
|
-
{
|
|
4365
|
-
"kind": "function",
|
|
4366
|
-
"name": "foundationAccordionStyles",
|
|
4367
|
-
"return": {
|
|
4368
|
-
"type": {
|
|
4369
|
-
"text": "ElementStyles"
|
|
4370
|
-
}
|
|
4371
|
-
},
|
|
4372
|
-
"parameters": [
|
|
4326
|
+
},
|
|
4373
4327
|
{
|
|
4374
|
-
"
|
|
4328
|
+
"kind": "field",
|
|
4329
|
+
"name": "template",
|
|
4375
4330
|
"type": {
|
|
4376
|
-
"text": "
|
|
4331
|
+
"text": "ElementViewTemplate | void | null"
|
|
4332
|
+
},
|
|
4333
|
+
"privacy": "public",
|
|
4334
|
+
"description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
|
|
4335
|
+
"inheritedFrom": {
|
|
4336
|
+
"name": "FoundationElement",
|
|
4337
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
4377
4338
|
}
|
|
4378
4339
|
},
|
|
4379
4340
|
{
|
|
4380
|
-
"
|
|
4341
|
+
"kind": "method",
|
|
4342
|
+
"name": "templateChanged",
|
|
4343
|
+
"privacy": "protected",
|
|
4344
|
+
"return": {
|
|
4345
|
+
"type": {
|
|
4346
|
+
"text": "void"
|
|
4347
|
+
}
|
|
4348
|
+
},
|
|
4349
|
+
"inheritedFrom": {
|
|
4350
|
+
"name": "FoundationElement",
|
|
4351
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
4352
|
+
}
|
|
4353
|
+
},
|
|
4354
|
+
{
|
|
4355
|
+
"kind": "field",
|
|
4356
|
+
"name": "styles",
|
|
4381
4357
|
"type": {
|
|
4382
|
-
"text": "
|
|
4358
|
+
"text": "ElementStyles | void | null"
|
|
4359
|
+
},
|
|
4360
|
+
"privacy": "public",
|
|
4361
|
+
"description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
|
|
4362
|
+
"inheritedFrom": {
|
|
4363
|
+
"name": "FoundationElement",
|
|
4364
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
4365
|
+
}
|
|
4366
|
+
},
|
|
4367
|
+
{
|
|
4368
|
+
"kind": "method",
|
|
4369
|
+
"name": "stylesChanged",
|
|
4370
|
+
"privacy": "protected",
|
|
4371
|
+
"return": {
|
|
4372
|
+
"type": {
|
|
4373
|
+
"text": "void"
|
|
4374
|
+
}
|
|
4375
|
+
},
|
|
4376
|
+
"inheritedFrom": {
|
|
4377
|
+
"name": "FoundationElement",
|
|
4378
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
4379
|
+
}
|
|
4380
|
+
},
|
|
4381
|
+
{
|
|
4382
|
+
"kind": "method",
|
|
4383
|
+
"name": "compose",
|
|
4384
|
+
"privacy": "public",
|
|
4385
|
+
"static": true,
|
|
4386
|
+
"return": {
|
|
4387
|
+
"type": {
|
|
4388
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
4389
|
+
}
|
|
4390
|
+
},
|
|
4391
|
+
"parameters": [
|
|
4392
|
+
{
|
|
4393
|
+
"name": "this",
|
|
4394
|
+
"type": {
|
|
4395
|
+
"text": "K"
|
|
4396
|
+
}
|
|
4397
|
+
},
|
|
4398
|
+
{
|
|
4399
|
+
"name": "elementDefinition",
|
|
4400
|
+
"type": {
|
|
4401
|
+
"text": "T"
|
|
4402
|
+
},
|
|
4403
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
4404
|
+
}
|
|
4405
|
+
],
|
|
4406
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
4407
|
+
"inheritedFrom": {
|
|
4408
|
+
"name": "FoundationElement",
|
|
4409
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
4383
4410
|
}
|
|
4384
4411
|
}
|
|
4385
|
-
]
|
|
4386
|
-
|
|
4387
|
-
],
|
|
4388
|
-
"exports": [
|
|
4389
|
-
{
|
|
4390
|
-
"kind": "js",
|
|
4391
|
-
"name": "foundationAccordionStyles",
|
|
4392
|
-
"declaration": {
|
|
4393
|
-
"name": "foundationAccordionStyles",
|
|
4394
|
-
"module": "src/accordion/accordion.styles.ts"
|
|
4395
|
-
}
|
|
4396
|
-
}
|
|
4397
|
-
]
|
|
4398
|
-
},
|
|
4399
|
-
{
|
|
4400
|
-
"kind": "javascript-module",
|
|
4401
|
-
"path": "src/accordion/accordion.template.ts",
|
|
4402
|
-
"declarations": [
|
|
4403
|
-
{
|
|
4404
|
-
"kind": "function",
|
|
4405
|
-
"name": "foundationAccordionTemplate",
|
|
4406
|
-
"return": {
|
|
4407
|
-
"type": {
|
|
4408
|
-
"text": "ViewTemplate<Accordion>"
|
|
4409
|
-
}
|
|
4410
|
-
},
|
|
4411
|
-
"parameters": [
|
|
4412
|
+
],
|
|
4413
|
+
"attributes": [
|
|
4412
4414
|
{
|
|
4413
|
-
"name": "
|
|
4415
|
+
"name": "is-vertical",
|
|
4414
4416
|
"type": {
|
|
4415
|
-
"text": "
|
|
4416
|
-
}
|
|
4417
|
+
"text": "boolean"
|
|
4418
|
+
},
|
|
4419
|
+
"default": "false",
|
|
4420
|
+
"fieldName": "isVertical"
|
|
4417
4421
|
},
|
|
4418
4422
|
{
|
|
4419
|
-
"name": "
|
|
4423
|
+
"name": "add-default-actions",
|
|
4420
4424
|
"type": {
|
|
4421
|
-
"text": "
|
|
4422
|
-
}
|
|
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"
|
|
4423
4476
|
}
|
|
4424
|
-
]
|
|
4425
|
-
}
|
|
4426
|
-
],
|
|
4427
|
-
"exports": [
|
|
4428
|
-
{
|
|
4429
|
-
"kind": "js",
|
|
4430
|
-
"name": "foundationAccordionTemplate",
|
|
4431
|
-
"declaration": {
|
|
4432
|
-
"name": "foundationAccordionTemplate",
|
|
4433
|
-
"module": "src/accordion/accordion.template.ts"
|
|
4434
|
-
}
|
|
4435
|
-
}
|
|
4436
|
-
]
|
|
4437
|
-
},
|
|
4438
|
-
{
|
|
4439
|
-
"kind": "javascript-module",
|
|
4440
|
-
"path": "src/accordion/accordion.ts",
|
|
4441
|
-
"declarations": [
|
|
4442
|
-
{
|
|
4443
|
-
"kind": "class",
|
|
4444
|
-
"description": "",
|
|
4445
|
-
"name": "Accordion",
|
|
4477
|
+
],
|
|
4446
4478
|
"superclass": {
|
|
4447
|
-
"name": "
|
|
4479
|
+
"name": "FoundationElement",
|
|
4448
4480
|
"package": "@microsoft/fast-foundation"
|
|
4449
4481
|
},
|
|
4450
|
-
"tagName": "%%prefix%%-
|
|
4482
|
+
"tagName": "%%prefix%%-actions-menu",
|
|
4451
4483
|
"customElement": true
|
|
4452
4484
|
},
|
|
4453
4485
|
{
|
|
4454
4486
|
"kind": "variable",
|
|
4455
|
-
"name": "
|
|
4456
|
-
"
|
|
4457
|
-
"text": "ShadowRootInit"
|
|
4458
|
-
},
|
|
4459
|
-
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
4460
|
-
},
|
|
4461
|
-
{
|
|
4462
|
-
"kind": "variable",
|
|
4463
|
-
"name": "defaultAccordionConfig",
|
|
4464
|
-
"type": {
|
|
4465
|
-
"text": "object"
|
|
4466
|
-
},
|
|
4467
|
-
"default": "{}"
|
|
4468
|
-
},
|
|
4469
|
-
{
|
|
4470
|
-
"kind": "variable",
|
|
4471
|
-
"name": "foundationAccordion",
|
|
4472
|
-
"description": "The Foundation Accordion",
|
|
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": "Accordion",
|
|
4482
|
-
"module": "src/accordion/accordion.ts"
|
|
4483
|
-
}
|
|
4484
|
-
},
|
|
4485
|
-
{
|
|
4486
|
-
"kind": "js",
|
|
4487
|
-
"name": "foundationAccordionShadowOptions",
|
|
4488
|
-
"declaration": {
|
|
4489
|
-
"name": "foundationAccordionShadowOptions",
|
|
4490
|
-
"module": "src/accordion/accordion.ts"
|
|
4491
|
-
}
|
|
4492
|
-
},
|
|
4493
|
-
{
|
|
4494
|
-
"kind": "js",
|
|
4495
|
-
"name": "defaultAccordionConfig",
|
|
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
|
]
|