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