@genesislcap/foundation-ui 14.353.1 → 14.353.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/custom-elements.json +1712 -1712
- 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,45 +1690,14 @@
|
|
|
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/anchored-region/anchor-region.template.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
|
-
"text": "
|
|
1700
|
+
"text": "ElementStyles"
|
|
1883
1701
|
}
|
|
1884
1702
|
},
|
|
1885
1703
|
"parameters": [
|
|
@@ -1896,26 +1714,10 @@
|
|
|
1896
1714
|
}
|
|
1897
1715
|
}
|
|
1898
1716
|
]
|
|
1899
|
-
}
|
|
1900
|
-
],
|
|
1901
|
-
"exports": [
|
|
1902
|
-
{
|
|
1903
|
-
"kind": "js",
|
|
1904
|
-
"name": "foundationAnchoredRegionTemplate",
|
|
1905
|
-
"declaration": {
|
|
1906
|
-
"name": "foundationAnchoredRegionTemplate",
|
|
1907
|
-
"module": "src/anchored-region/anchor-region.template.ts"
|
|
1908
|
-
}
|
|
1909
|
-
}
|
|
1910
|
-
]
|
|
1911
|
-
},
|
|
1912
|
-
{
|
|
1913
|
-
"kind": "javascript-module",
|
|
1914
|
-
"path": "src/anchored-region/anchored-region.styles.ts",
|
|
1915
|
-
"declarations": [
|
|
1717
|
+
},
|
|
1916
1718
|
{
|
|
1917
1719
|
"kind": "function",
|
|
1918
|
-
"name": "
|
|
1720
|
+
"name": "foundationActionsMenuStyles",
|
|
1919
1721
|
"return": {
|
|
1920
1722
|
"type": {
|
|
1921
1723
|
"text": "ElementStyles"
|
|
@@ -1940,1046 +1742,1523 @@
|
|
|
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": "FASTAnchoredRegion",
|
|
1961
|
-
"package": "@microsoft/fast-components"
|
|
1962
|
-
},
|
|
1963
|
-
"tagName": "%%prefix%%-anchored-region",
|
|
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
|
-
"default": "\"\"",
|
|
1972
|
-
"description": "The HTML ID of the anchor element this region is positioned relative to",
|
|
1973
|
-
"fieldName": "anchor",
|
|
1974
|
-
"inheritedFrom": {
|
|
1975
|
-
"name": "AnchoredRegion",
|
|
1976
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
1977
1773
|
}
|
|
1978
|
-
}
|
|
1979
|
-
|
|
1980
|
-
|
|
1981
|
-
|
|
1982
|
-
|
|
1983
|
-
|
|
1984
|
-
|
|
1985
|
-
"description": "The HTML ID of the viewport element this region is positioned relative to",
|
|
1986
|
-
"fieldName": "viewport",
|
|
1987
|
-
"inheritedFrom": {
|
|
1988
|
-
"name": "AnchoredRegion",
|
|
1989
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
1990
|
-
}
|
|
1991
|
-
},
|
|
1774
|
+
}
|
|
1775
|
+
]
|
|
1776
|
+
},
|
|
1777
|
+
{
|
|
1778
|
+
"kind": "function",
|
|
1779
|
+
"name": "singleOptionTemplate",
|
|
1780
|
+
"parameters": [
|
|
1992
1781
|
{
|
|
1993
|
-
"name": "
|
|
1782
|
+
"name": "prefix",
|
|
1994
1783
|
"type": {
|
|
1995
|
-
"text": "
|
|
1996
|
-
},
|
|
1997
|
-
"default": "\"uncontrolled\"",
|
|
1998
|
-
"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",
|
|
1999
|
-
"fieldName": "horizontalPositioningMode",
|
|
2000
|
-
"inheritedFrom": {
|
|
2001
|
-
"name": "AnchoredRegion",
|
|
2002
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
1784
|
+
"text": "string"
|
|
2003
1785
|
}
|
|
2004
|
-
}
|
|
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": [
|
|
2005
1834
|
{
|
|
2006
|
-
"
|
|
1835
|
+
"kind": "field",
|
|
1836
|
+
"name": "actions",
|
|
2007
1837
|
"type": {
|
|
2008
|
-
"text": "
|
|
2009
|
-
},
|
|
2010
|
-
"default": "\"unset\"",
|
|
2011
|
-
"description": "The default horizontal position of the region relative to the anchor element",
|
|
2012
|
-
"fieldName": "horizontalDefaultPosition",
|
|
2013
|
-
"inheritedFrom": {
|
|
2014
|
-
"name": "AnchoredRegion",
|
|
2015
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
1838
|
+
"text": "ActionMenuItem[]"
|
|
2016
1839
|
}
|
|
2017
1840
|
},
|
|
2018
1841
|
{
|
|
2019
|
-
"
|
|
1842
|
+
"kind": "field",
|
|
1843
|
+
"name": "isVertical",
|
|
2020
1844
|
"type": {
|
|
2021
1845
|
"text": "boolean"
|
|
2022
1846
|
},
|
|
2023
|
-
"default": "false"
|
|
2024
|
-
"description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the horizontal axis",
|
|
2025
|
-
"fieldName": "horizontalViewportLock",
|
|
2026
|
-
"inheritedFrom": {
|
|
2027
|
-
"name": "AnchoredRegion",
|
|
2028
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
2029
|
-
}
|
|
1847
|
+
"default": "false"
|
|
2030
1848
|
},
|
|
2031
1849
|
{
|
|
2032
|
-
"
|
|
1850
|
+
"kind": "field",
|
|
1851
|
+
"name": "addDefaultActions",
|
|
2033
1852
|
"type": {
|
|
2034
1853
|
"text": "boolean"
|
|
2035
1854
|
},
|
|
2036
|
-
"default": "
|
|
2037
|
-
"description": "Whether the region overlaps the anchor on the horizontal axis",
|
|
2038
|
-
"fieldName": "horizontalInset",
|
|
2039
|
-
"inheritedFrom": {
|
|
2040
|
-
"name": "AnchoredRegion",
|
|
2041
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
2042
|
-
}
|
|
2043
|
-
},
|
|
2044
|
-
{
|
|
2045
|
-
"name": "horizontal-threshold",
|
|
2046
|
-
"type": {
|
|
2047
|
-
"text": "number"
|
|
2048
|
-
},
|
|
2049
|
-
"description": "How narrow the space allocated to the default position has to be before the widest area\nis selected for layout",
|
|
2050
|
-
"fieldName": "horizontalThreshold",
|
|
2051
|
-
"inheritedFrom": {
|
|
2052
|
-
"name": "AnchoredRegion",
|
|
2053
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
2054
|
-
}
|
|
1855
|
+
"default": "true"
|
|
2055
1856
|
},
|
|
2056
1857
|
{
|
|
2057
|
-
"
|
|
1858
|
+
"kind": "field",
|
|
1859
|
+
"name": "autoCloseOnAction",
|
|
2058
1860
|
"type": {
|
|
2059
|
-
"text": "
|
|
1861
|
+
"text": "boolean"
|
|
2060
1862
|
},
|
|
2061
|
-
"default": "
|
|
2062
|
-
"description": "Defines how the width of the region is calculated",
|
|
2063
|
-
"fieldName": "horizontalScaling",
|
|
2064
|
-
"inheritedFrom": {
|
|
2065
|
-
"name": "AnchoredRegion",
|
|
2066
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
2067
|
-
}
|
|
1863
|
+
"default": "true"
|
|
2068
1864
|
},
|
|
2069
1865
|
{
|
|
2070
|
-
"
|
|
1866
|
+
"kind": "field",
|
|
1867
|
+
"name": "classNames",
|
|
2071
1868
|
"type": {
|
|
2072
|
-
"text": "
|
|
2073
|
-
},
|
|
2074
|
-
"default": "\"uncontrolled\"",
|
|
2075
|
-
"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",
|
|
2076
|
-
"fieldName": "verticalPositioningMode",
|
|
2077
|
-
"inheritedFrom": {
|
|
2078
|
-
"name": "AnchoredRegion",
|
|
2079
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
1869
|
+
"text": "string"
|
|
2080
1870
|
}
|
|
2081
1871
|
},
|
|
2082
1872
|
{
|
|
2083
|
-
"
|
|
1873
|
+
"kind": "field",
|
|
1874
|
+
"name": "definition",
|
|
2084
1875
|
"type": {
|
|
2085
|
-
"text": "
|
|
2086
|
-
},
|
|
2087
|
-
"default": "\"unset\"",
|
|
2088
|
-
"description": "The default vertical position of the region relative to the anchor element",
|
|
2089
|
-
"fieldName": "verticalDefaultPosition",
|
|
2090
|
-
"inheritedFrom": {
|
|
2091
|
-
"name": "AnchoredRegion",
|
|
2092
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
1876
|
+
"text": "any"
|
|
2093
1877
|
}
|
|
2094
1878
|
},
|
|
2095
1879
|
{
|
|
2096
|
-
"
|
|
1880
|
+
"kind": "field",
|
|
1881
|
+
"name": "name",
|
|
2097
1882
|
"type": {
|
|
2098
|
-
"text": "
|
|
1883
|
+
"text": "string"
|
|
2099
1884
|
},
|
|
2100
|
-
"default": "
|
|
2101
|
-
"description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the vertical axis",
|
|
2102
|
-
"fieldName": "verticalViewportLock",
|
|
2103
|
-
"inheritedFrom": {
|
|
2104
|
-
"name": "AnchoredRegion",
|
|
2105
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
2106
|
-
}
|
|
1885
|
+
"default": "'Actions'"
|
|
2107
1886
|
},
|
|
2108
1887
|
{
|
|
2109
|
-
"
|
|
1888
|
+
"kind": "field",
|
|
1889
|
+
"name": "open",
|
|
2110
1890
|
"type": {
|
|
2111
1891
|
"text": "boolean"
|
|
2112
1892
|
},
|
|
2113
|
-
"default": "false"
|
|
2114
|
-
"description": "Whether the region overlaps the anchor on the vertical axis",
|
|
2115
|
-
"fieldName": "verticalInset",
|
|
2116
|
-
"inheritedFrom": {
|
|
2117
|
-
"name": "AnchoredRegion",
|
|
2118
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
2119
|
-
}
|
|
1893
|
+
"default": "false"
|
|
2120
1894
|
},
|
|
2121
1895
|
{
|
|
2122
|
-
"
|
|
1896
|
+
"kind": "field",
|
|
1897
|
+
"name": "buttonAppearance",
|
|
2123
1898
|
"type": {
|
|
2124
|
-
"text": "
|
|
2125
|
-
},
|
|
2126
|
-
"description": "How short the space allocated to the default position has to be before the tallest area\nis selected for layout",
|
|
2127
|
-
"fieldName": "verticalThreshold",
|
|
2128
|
-
"inheritedFrom": {
|
|
2129
|
-
"name": "AnchoredRegion",
|
|
2130
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
1899
|
+
"text": "string"
|
|
2131
1900
|
}
|
|
2132
1901
|
},
|
|
2133
1902
|
{
|
|
2134
|
-
"
|
|
1903
|
+
"kind": "field",
|
|
1904
|
+
"name": "hideDisabled",
|
|
2135
1905
|
"type": {
|
|
2136
|
-
"text": "
|
|
1906
|
+
"text": "boolean"
|
|
2137
1907
|
},
|
|
2138
|
-
"default": "
|
|
2139
|
-
"description": "Defines how the height of the region is calculated",
|
|
2140
|
-
"fieldName": "verticalScaling",
|
|
2141
|
-
"inheritedFrom": {
|
|
2142
|
-
"name": "AnchoredRegion",
|
|
2143
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
2144
|
-
}
|
|
1908
|
+
"default": "false"
|
|
2145
1909
|
},
|
|
2146
1910
|
{
|
|
2147
|
-
"
|
|
1911
|
+
"kind": "field",
|
|
1912
|
+
"name": "hideMenuSingleOption",
|
|
2148
1913
|
"type": {
|
|
2149
1914
|
"text": "boolean"
|
|
2150
1915
|
},
|
|
2151
|
-
"default": "false"
|
|
2152
|
-
"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,",
|
|
2153
|
-
"fieldName": "fixedPlacement",
|
|
2154
|
-
"inheritedFrom": {
|
|
2155
|
-
"name": "AnchoredRegion",
|
|
2156
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
2157
|
-
}
|
|
1916
|
+
"default": "false"
|
|
2158
1917
|
},
|
|
2159
1918
|
{
|
|
2160
|
-
"
|
|
1919
|
+
"kind": "field",
|
|
1920
|
+
"name": "singleOption",
|
|
2161
1921
|
"type": {
|
|
2162
|
-
"text": "
|
|
2163
|
-
},
|
|
2164
|
-
"default": "\"anchor\"",
|
|
2165
|
-
"description": "Defines what triggers the anchored region to revaluate positioning",
|
|
2166
|
-
"fieldName": "autoUpdateMode",
|
|
2167
|
-
"inheritedFrom": {
|
|
2168
|
-
"name": "AnchoredRegion",
|
|
2169
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
1922
|
+
"text": "ActionMenuItem"
|
|
2170
1923
|
}
|
|
2171
|
-
}
|
|
2172
|
-
],
|
|
2173
|
-
"members": [
|
|
1924
|
+
},
|
|
2174
1925
|
{
|
|
2175
1926
|
"kind": "field",
|
|
2176
|
-
"name": "
|
|
1927
|
+
"name": "actionsMenu",
|
|
2177
1928
|
"type": {
|
|
2178
|
-
"text": "
|
|
2179
|
-
},
|
|
2180
|
-
"privacy": "public",
|
|
2181
|
-
"default": "\"\"",
|
|
2182
|
-
"description": "The HTML ID of the anchor element this region is positioned relative to",
|
|
2183
|
-
"inheritedFrom": {
|
|
2184
|
-
"name": "AnchoredRegion",
|
|
2185
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
1929
|
+
"text": "HTMLElement"
|
|
2186
1930
|
}
|
|
2187
1931
|
},
|
|
2188
1932
|
{
|
|
2189
1933
|
"kind": "method",
|
|
2190
|
-
"name": "
|
|
2191
|
-
"privacy": "
|
|
2192
|
-
"
|
|
2193
|
-
|
|
2194
|
-
"
|
|
2195
|
-
|
|
2196
|
-
|
|
2197
|
-
|
|
2198
|
-
|
|
2199
|
-
|
|
2200
|
-
|
|
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
|
+
]
|
|
2201
1950
|
},
|
|
2202
1951
|
{
|
|
2203
|
-
"kind": "
|
|
2204
|
-
"name": "
|
|
2205
|
-
"
|
|
2206
|
-
"text": "string"
|
|
2207
|
-
},
|
|
2208
|
-
"privacy": "public",
|
|
2209
|
-
"default": "\"\"",
|
|
2210
|
-
"description": "The HTML ID of the viewport element this region is positioned relative to",
|
|
2211
|
-
"inheritedFrom": {
|
|
2212
|
-
"name": "AnchoredRegion",
|
|
2213
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
2214
|
-
}
|
|
1952
|
+
"kind": "method",
|
|
1953
|
+
"name": "openChanged",
|
|
1954
|
+
"privacy": "protected"
|
|
2215
1955
|
},
|
|
2216
1956
|
{
|
|
2217
1957
|
"kind": "method",
|
|
2218
|
-
"name": "
|
|
2219
|
-
|
|
2220
|
-
|
|
2221
|
-
|
|
2222
|
-
|
|
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
|
+
}
|
|
2223
1969
|
}
|
|
2224
|
-
|
|
2225
|
-
"inheritedFrom": {
|
|
2226
|
-
"name": "AnchoredRegion",
|
|
2227
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
2228
|
-
}
|
|
1970
|
+
]
|
|
2229
1971
|
},
|
|
2230
1972
|
{
|
|
2231
1973
|
"kind": "field",
|
|
2232
|
-
"name": "
|
|
1974
|
+
"name": "allActions",
|
|
2233
1975
|
"type": {
|
|
2234
|
-
"text": "
|
|
1976
|
+
"text": "ActionMenuItem[]"
|
|
2235
1977
|
},
|
|
2236
|
-
"
|
|
2237
|
-
|
|
2238
|
-
|
|
2239
|
-
"
|
|
2240
|
-
|
|
2241
|
-
|
|
2242
|
-
}
|
|
1978
|
+
"readonly": true
|
|
1979
|
+
},
|
|
1980
|
+
{
|
|
1981
|
+
"kind": "field",
|
|
1982
|
+
"name": "rowData",
|
|
1983
|
+
"readonly": true
|
|
2243
1984
|
},
|
|
2244
1985
|
{
|
|
2245
1986
|
"kind": "method",
|
|
2246
|
-
"name": "
|
|
2247
|
-
"
|
|
2248
|
-
|
|
2249
|
-
|
|
2250
|
-
"
|
|
1987
|
+
"name": "getLabel",
|
|
1988
|
+
"parameters": [
|
|
1989
|
+
{
|
|
1990
|
+
"name": "name",
|
|
1991
|
+
"type": {
|
|
1992
|
+
"text": "string | ((rowData: any) => string)"
|
|
1993
|
+
}
|
|
2251
1994
|
}
|
|
2252
|
-
|
|
2253
|
-
|
|
2254
|
-
|
|
2255
|
-
|
|
2256
|
-
|
|
1995
|
+
]
|
|
1996
|
+
},
|
|
1997
|
+
{
|
|
1998
|
+
"kind": "method",
|
|
1999
|
+
"name": "getTemplate",
|
|
2000
|
+
"parameters": [
|
|
2001
|
+
{
|
|
2002
|
+
"name": "prefix",
|
|
2003
|
+
"type": {
|
|
2004
|
+
"text": "string"
|
|
2005
|
+
}
|
|
2006
|
+
}
|
|
2007
|
+
]
|
|
2257
2008
|
},
|
|
2258
2009
|
{
|
|
2259
2010
|
"kind": "field",
|
|
2260
|
-
"name": "
|
|
2011
|
+
"name": "_presentation",
|
|
2261
2012
|
"type": {
|
|
2262
|
-
"text": "
|
|
2013
|
+
"text": "ComponentPresentation | null | undefined"
|
|
2263
2014
|
},
|
|
2264
|
-
"privacy": "
|
|
2265
|
-
"default": "
|
|
2266
|
-
"description": "The default horizontal position of the region relative to the anchor element",
|
|
2015
|
+
"privacy": "private",
|
|
2016
|
+
"default": "void 0",
|
|
2267
2017
|
"inheritedFrom": {
|
|
2268
|
-
"name": "
|
|
2269
|
-
"module": "src/
|
|
2018
|
+
"name": "FoundationElement",
|
|
2019
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2270
2020
|
}
|
|
2271
2021
|
},
|
|
2272
2022
|
{
|
|
2273
|
-
"kind": "
|
|
2274
|
-
"name": "
|
|
2275
|
-
"
|
|
2276
|
-
|
|
2277
|
-
"type": {
|
|
2278
|
-
"text": "void"
|
|
2279
|
-
}
|
|
2023
|
+
"kind": "field",
|
|
2024
|
+
"name": "$presentation",
|
|
2025
|
+
"type": {
|
|
2026
|
+
"text": "ComponentPresentation | null"
|
|
2280
2027
|
},
|
|
2028
|
+
"privacy": "public",
|
|
2029
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
2281
2030
|
"inheritedFrom": {
|
|
2282
|
-
"name": "
|
|
2283
|
-
"module": "src/
|
|
2031
|
+
"name": "FoundationElement",
|
|
2032
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2284
2033
|
}
|
|
2285
2034
|
},
|
|
2286
2035
|
{
|
|
2287
2036
|
"kind": "field",
|
|
2288
|
-
"name": "
|
|
2037
|
+
"name": "template",
|
|
2289
2038
|
"type": {
|
|
2290
|
-
"text": "
|
|
2039
|
+
"text": "ElementViewTemplate | void | null"
|
|
2291
2040
|
},
|
|
2292
2041
|
"privacy": "public",
|
|
2293
|
-
"
|
|
2294
|
-
"description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the horizontal axis",
|
|
2042
|
+
"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.",
|
|
2295
2043
|
"inheritedFrom": {
|
|
2296
|
-
"name": "
|
|
2297
|
-
"module": "src/
|
|
2044
|
+
"name": "FoundationElement",
|
|
2045
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2298
2046
|
}
|
|
2299
2047
|
},
|
|
2300
2048
|
{
|
|
2301
2049
|
"kind": "method",
|
|
2302
|
-
"name": "
|
|
2303
|
-
"privacy": "
|
|
2050
|
+
"name": "templateChanged",
|
|
2051
|
+
"privacy": "protected",
|
|
2304
2052
|
"return": {
|
|
2305
2053
|
"type": {
|
|
2306
2054
|
"text": "void"
|
|
2307
2055
|
}
|
|
2308
2056
|
},
|
|
2309
2057
|
"inheritedFrom": {
|
|
2310
|
-
"name": "
|
|
2311
|
-
"module": "src/
|
|
2058
|
+
"name": "FoundationElement",
|
|
2059
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2312
2060
|
}
|
|
2313
2061
|
},
|
|
2314
2062
|
{
|
|
2315
2063
|
"kind": "field",
|
|
2316
|
-
"name": "
|
|
2064
|
+
"name": "styles",
|
|
2317
2065
|
"type": {
|
|
2318
|
-
"text": "
|
|
2066
|
+
"text": "ElementStyles | void | null"
|
|
2319
2067
|
},
|
|
2320
2068
|
"privacy": "public",
|
|
2321
|
-
"
|
|
2322
|
-
"description": "Whether the region overlaps the anchor on the horizontal axis",
|
|
2069
|
+
"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.",
|
|
2323
2070
|
"inheritedFrom": {
|
|
2324
|
-
"name": "
|
|
2325
|
-
"module": "src/
|
|
2071
|
+
"name": "FoundationElement",
|
|
2072
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2326
2073
|
}
|
|
2327
2074
|
},
|
|
2328
2075
|
{
|
|
2329
2076
|
"kind": "method",
|
|
2330
|
-
"name": "
|
|
2331
|
-
"privacy": "
|
|
2077
|
+
"name": "stylesChanged",
|
|
2078
|
+
"privacy": "protected",
|
|
2332
2079
|
"return": {
|
|
2333
2080
|
"type": {
|
|
2334
2081
|
"text": "void"
|
|
2335
2082
|
}
|
|
2336
2083
|
},
|
|
2337
2084
|
"inheritedFrom": {
|
|
2338
|
-
"name": "
|
|
2339
|
-
"module": "src/
|
|
2340
|
-
}
|
|
2341
|
-
},
|
|
2342
|
-
{
|
|
2343
|
-
"kind": "field",
|
|
2344
|
-
"name": "horizontalThreshold",
|
|
2345
|
-
"type": {
|
|
2346
|
-
"text": "number"
|
|
2347
|
-
},
|
|
2348
|
-
"privacy": "public",
|
|
2349
|
-
"description": "How narrow the space allocated to the default position has to be before the widest area\nis selected for layout",
|
|
2350
|
-
"inheritedFrom": {
|
|
2351
|
-
"name": "AnchoredRegion",
|
|
2352
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
2085
|
+
"name": "FoundationElement",
|
|
2086
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2353
2087
|
}
|
|
2354
2088
|
},
|
|
2355
2089
|
{
|
|
2356
2090
|
"kind": "method",
|
|
2357
|
-
"name": "
|
|
2358
|
-
"privacy": "
|
|
2091
|
+
"name": "compose",
|
|
2092
|
+
"privacy": "public",
|
|
2093
|
+
"static": true,
|
|
2359
2094
|
"return": {
|
|
2360
2095
|
"type": {
|
|
2361
|
-
"text": "
|
|
2096
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
2362
2097
|
}
|
|
2363
2098
|
},
|
|
2099
|
+
"parameters": [
|
|
2100
|
+
{
|
|
2101
|
+
"name": "this",
|
|
2102
|
+
"type": {
|
|
2103
|
+
"text": "K"
|
|
2104
|
+
}
|
|
2105
|
+
},
|
|
2106
|
+
{
|
|
2107
|
+
"name": "elementDefinition",
|
|
2108
|
+
"type": {
|
|
2109
|
+
"text": "T"
|
|
2110
|
+
},
|
|
2111
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
2112
|
+
}
|
|
2113
|
+
],
|
|
2114
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
2364
2115
|
"inheritedFrom": {
|
|
2365
|
-
"name": "
|
|
2366
|
-
"module": "src/
|
|
2116
|
+
"name": "FoundationElement",
|
|
2117
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2367
2118
|
}
|
|
2119
|
+
}
|
|
2120
|
+
],
|
|
2121
|
+
"attributes": [
|
|
2122
|
+
{
|
|
2123
|
+
"name": "is-vertical",
|
|
2124
|
+
"type": {
|
|
2125
|
+
"text": "boolean"
|
|
2126
|
+
},
|
|
2127
|
+
"default": "false",
|
|
2128
|
+
"fieldName": "isVertical"
|
|
2368
2129
|
},
|
|
2369
2130
|
{
|
|
2370
|
-
"
|
|
2371
|
-
"name": "horizontalScaling",
|
|
2131
|
+
"name": "add-default-actions",
|
|
2372
2132
|
"type": {
|
|
2373
|
-
"text": "
|
|
2133
|
+
"text": "boolean"
|
|
2374
2134
|
},
|
|
2375
|
-
"
|
|
2376
|
-
"
|
|
2377
|
-
"description": "Defines how the width of the region is calculated",
|
|
2378
|
-
"inheritedFrom": {
|
|
2379
|
-
"name": "AnchoredRegion",
|
|
2380
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
2381
|
-
}
|
|
2135
|
+
"default": "true",
|
|
2136
|
+
"fieldName": "addDefaultActions"
|
|
2382
2137
|
},
|
|
2383
2138
|
{
|
|
2384
|
-
"
|
|
2385
|
-
"
|
|
2386
|
-
|
|
2387
|
-
"return": {
|
|
2388
|
-
"type": {
|
|
2389
|
-
"text": "void"
|
|
2390
|
-
}
|
|
2139
|
+
"name": "auto-close-on-action",
|
|
2140
|
+
"type": {
|
|
2141
|
+
"text": "boolean"
|
|
2391
2142
|
},
|
|
2392
|
-
"
|
|
2393
|
-
|
|
2394
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
2395
|
-
}
|
|
2143
|
+
"default": "true",
|
|
2144
|
+
"fieldName": "autoCloseOnAction"
|
|
2396
2145
|
},
|
|
2397
2146
|
{
|
|
2398
|
-
"
|
|
2399
|
-
"name": "verticalPositioningMode",
|
|
2147
|
+
"name": "name",
|
|
2400
2148
|
"type": {
|
|
2401
|
-
"text": "
|
|
2149
|
+
"text": "string"
|
|
2402
2150
|
},
|
|
2403
|
-
"
|
|
2404
|
-
"
|
|
2405
|
-
|
|
2151
|
+
"default": "'Actions'",
|
|
2152
|
+
"fieldName": "name"
|
|
2153
|
+
},
|
|
2154
|
+
{
|
|
2155
|
+
"name": "open",
|
|
2156
|
+
"type": {
|
|
2157
|
+
"text": "boolean"
|
|
2158
|
+
},
|
|
2159
|
+
"default": "false",
|
|
2160
|
+
"fieldName": "open"
|
|
2161
|
+
},
|
|
2162
|
+
{
|
|
2163
|
+
"name": "buttonAppearance",
|
|
2164
|
+
"type": {
|
|
2165
|
+
"text": "string"
|
|
2166
|
+
},
|
|
2167
|
+
"fieldName": "buttonAppearance"
|
|
2168
|
+
},
|
|
2169
|
+
{
|
|
2170
|
+
"name": "hide-disabled",
|
|
2171
|
+
"type": {
|
|
2172
|
+
"text": "boolean"
|
|
2173
|
+
},
|
|
2174
|
+
"default": "false",
|
|
2175
|
+
"fieldName": "hideDisabled"
|
|
2176
|
+
},
|
|
2177
|
+
{
|
|
2178
|
+
"name": "hide-menu-single-option",
|
|
2179
|
+
"type": {
|
|
2180
|
+
"text": "boolean"
|
|
2181
|
+
},
|
|
2182
|
+
"default": "false",
|
|
2183
|
+
"fieldName": "hideMenuSingleOption"
|
|
2184
|
+
}
|
|
2185
|
+
],
|
|
2186
|
+
"superclass": {
|
|
2187
|
+
"name": "FoundationElement",
|
|
2188
|
+
"package": "@microsoft/fast-foundation"
|
|
2189
|
+
},
|
|
2190
|
+
"tagName": "%%prefix%%-actions-menu",
|
|
2191
|
+
"customElement": true
|
|
2192
|
+
},
|
|
2193
|
+
{
|
|
2194
|
+
"kind": "variable",
|
|
2195
|
+
"name": "foundationActionsMenu",
|
|
2196
|
+
"description": "The Foundation Actions Menu",
|
|
2197
|
+
"privacy": "public"
|
|
2198
|
+
}
|
|
2199
|
+
],
|
|
2200
|
+
"exports": [
|
|
2201
|
+
{
|
|
2202
|
+
"kind": "js",
|
|
2203
|
+
"name": "ActionsMenu",
|
|
2204
|
+
"declaration": {
|
|
2205
|
+
"name": "ActionsMenu",
|
|
2206
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2207
|
+
}
|
|
2208
|
+
},
|
|
2209
|
+
{
|
|
2210
|
+
"kind": "js",
|
|
2211
|
+
"name": "foundationActionsMenu",
|
|
2212
|
+
"declaration": {
|
|
2213
|
+
"name": "foundationActionsMenu",
|
|
2214
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2215
|
+
}
|
|
2216
|
+
}
|
|
2217
|
+
]
|
|
2218
|
+
},
|
|
2219
|
+
{
|
|
2220
|
+
"kind": "javascript-module",
|
|
2221
|
+
"path": "src/actions-menu/index.ts",
|
|
2222
|
+
"declarations": [],
|
|
2223
|
+
"exports": [
|
|
2224
|
+
{
|
|
2225
|
+
"kind": "js",
|
|
2226
|
+
"name": "*",
|
|
2227
|
+
"declaration": {
|
|
2228
|
+
"name": "*",
|
|
2229
|
+
"package": "./actions-menu.styles"
|
|
2230
|
+
}
|
|
2231
|
+
},
|
|
2232
|
+
{
|
|
2233
|
+
"kind": "js",
|
|
2234
|
+
"name": "*",
|
|
2235
|
+
"declaration": {
|
|
2236
|
+
"name": "*",
|
|
2237
|
+
"package": "./actions-menu.template"
|
|
2238
|
+
}
|
|
2239
|
+
},
|
|
2240
|
+
{
|
|
2241
|
+
"kind": "js",
|
|
2242
|
+
"name": "*",
|
|
2243
|
+
"declaration": {
|
|
2244
|
+
"name": "*",
|
|
2245
|
+
"package": "./actions-menu"
|
|
2246
|
+
}
|
|
2247
|
+
}
|
|
2248
|
+
]
|
|
2249
|
+
},
|
|
2250
|
+
{
|
|
2251
|
+
"kind": "javascript-module",
|
|
2252
|
+
"path": "src/accordion/accordion.styles.ts",
|
|
2253
|
+
"declarations": [
|
|
2254
|
+
{
|
|
2255
|
+
"kind": "function",
|
|
2256
|
+
"name": "foundationAccordionStyles",
|
|
2257
|
+
"return": {
|
|
2258
|
+
"type": {
|
|
2259
|
+
"text": "ElementStyles"
|
|
2260
|
+
}
|
|
2261
|
+
},
|
|
2262
|
+
"parameters": [
|
|
2263
|
+
{
|
|
2264
|
+
"name": "context",
|
|
2265
|
+
"type": {
|
|
2266
|
+
"text": "ElementDefinitionContext"
|
|
2267
|
+
}
|
|
2268
|
+
},
|
|
2269
|
+
{
|
|
2270
|
+
"name": "definition",
|
|
2271
|
+
"type": {
|
|
2272
|
+
"text": "FoundationElementDefinition"
|
|
2273
|
+
}
|
|
2274
|
+
}
|
|
2275
|
+
]
|
|
2276
|
+
}
|
|
2277
|
+
],
|
|
2278
|
+
"exports": [
|
|
2279
|
+
{
|
|
2280
|
+
"kind": "js",
|
|
2281
|
+
"name": "foundationAccordionStyles",
|
|
2282
|
+
"declaration": {
|
|
2283
|
+
"name": "foundationAccordionStyles",
|
|
2284
|
+
"module": "src/accordion/accordion.styles.ts"
|
|
2285
|
+
}
|
|
2286
|
+
}
|
|
2287
|
+
]
|
|
2288
|
+
},
|
|
2289
|
+
{
|
|
2290
|
+
"kind": "javascript-module",
|
|
2291
|
+
"path": "src/accordion/accordion.template.ts",
|
|
2292
|
+
"declarations": [
|
|
2293
|
+
{
|
|
2294
|
+
"kind": "function",
|
|
2295
|
+
"name": "foundationAccordionTemplate",
|
|
2296
|
+
"return": {
|
|
2297
|
+
"type": {
|
|
2298
|
+
"text": "ViewTemplate<Accordion>"
|
|
2299
|
+
}
|
|
2300
|
+
},
|
|
2301
|
+
"parameters": [
|
|
2302
|
+
{
|
|
2303
|
+
"name": "context",
|
|
2304
|
+
"type": {
|
|
2305
|
+
"text": "ElementDefinitionContext"
|
|
2306
|
+
}
|
|
2307
|
+
},
|
|
2308
|
+
{
|
|
2309
|
+
"name": "definition",
|
|
2310
|
+
"type": {
|
|
2311
|
+
"text": "FoundationElementDefinition"
|
|
2312
|
+
}
|
|
2313
|
+
}
|
|
2314
|
+
]
|
|
2315
|
+
}
|
|
2316
|
+
],
|
|
2317
|
+
"exports": [
|
|
2318
|
+
{
|
|
2319
|
+
"kind": "js",
|
|
2320
|
+
"name": "foundationAccordionTemplate",
|
|
2321
|
+
"declaration": {
|
|
2322
|
+
"name": "foundationAccordionTemplate",
|
|
2323
|
+
"module": "src/accordion/accordion.template.ts"
|
|
2324
|
+
}
|
|
2325
|
+
}
|
|
2326
|
+
]
|
|
2327
|
+
},
|
|
2328
|
+
{
|
|
2329
|
+
"kind": "javascript-module",
|
|
2330
|
+
"path": "src/accordion/accordion.ts",
|
|
2331
|
+
"declarations": [
|
|
2332
|
+
{
|
|
2333
|
+
"kind": "class",
|
|
2334
|
+
"description": "",
|
|
2335
|
+
"name": "Accordion",
|
|
2336
|
+
"superclass": {
|
|
2337
|
+
"name": "FASTAccordion",
|
|
2338
|
+
"package": "@microsoft/fast-foundation"
|
|
2339
|
+
},
|
|
2340
|
+
"tagName": "%%prefix%%-accordion",
|
|
2341
|
+
"customElement": true
|
|
2342
|
+
},
|
|
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",
|
|
2447
|
+
"type": {
|
|
2448
|
+
"text": "ElementDefinitionContext"
|
|
2449
|
+
}
|
|
2450
|
+
},
|
|
2451
|
+
{
|
|
2452
|
+
"name": "definition",
|
|
2453
|
+
"type": {
|
|
2454
|
+
"text": "FoundationElementDefinition"
|
|
2455
|
+
}
|
|
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": [
|
|
2484
|
+
{
|
|
2485
|
+
"name": "context",
|
|
2486
|
+
"type": {
|
|
2487
|
+
"text": "ElementDefinitionContext"
|
|
2488
|
+
}
|
|
2489
|
+
},
|
|
2490
|
+
{
|
|
2491
|
+
"name": "definition",
|
|
2492
|
+
"type": {
|
|
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"
|
|
2529
|
+
},
|
|
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",
|
|
2406
2532
|
"inheritedFrom": {
|
|
2407
|
-
"name": "
|
|
2408
|
-
"module": "src/
|
|
2533
|
+
"name": "Anchor",
|
|
2534
|
+
"module": "src/anchor/anchor.ts"
|
|
2409
2535
|
}
|
|
2410
2536
|
},
|
|
2411
2537
|
{
|
|
2412
|
-
"
|
|
2413
|
-
"
|
|
2414
|
-
|
|
2415
|
-
"return": {
|
|
2416
|
-
"type": {
|
|
2417
|
-
"text": "void"
|
|
2418
|
-
}
|
|
2538
|
+
"name": "href",
|
|
2539
|
+
"type": {
|
|
2540
|
+
"text": "string"
|
|
2419
2541
|
},
|
|
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",
|
|
2420
2544
|
"inheritedFrom": {
|
|
2421
|
-
"name": "
|
|
2422
|
-
"module": "src/
|
|
2545
|
+
"name": "Anchor",
|
|
2546
|
+
"module": "src/anchor/anchor.ts"
|
|
2423
2547
|
}
|
|
2424
2548
|
},
|
|
2425
2549
|
{
|
|
2426
|
-
"
|
|
2427
|
-
"name": "verticalDefaultPosition",
|
|
2550
|
+
"name": "hreflang",
|
|
2428
2551
|
"type": {
|
|
2429
|
-
"text": "
|
|
2552
|
+
"text": "string"
|
|
2430
2553
|
},
|
|
2431
|
-
"
|
|
2432
|
-
"
|
|
2433
|
-
"description": "The default vertical position of the region relative to the anchor element",
|
|
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",
|
|
2434
2556
|
"inheritedFrom": {
|
|
2435
|
-
"name": "
|
|
2436
|
-
"module": "src/
|
|
2557
|
+
"name": "Anchor",
|
|
2558
|
+
"module": "src/anchor/anchor.ts"
|
|
2437
2559
|
}
|
|
2438
2560
|
},
|
|
2439
2561
|
{
|
|
2440
|
-
"
|
|
2441
|
-
"
|
|
2442
|
-
|
|
2443
|
-
"return": {
|
|
2444
|
-
"type": {
|
|
2445
|
-
"text": "void"
|
|
2446
|
-
}
|
|
2562
|
+
"name": "ping",
|
|
2563
|
+
"type": {
|
|
2564
|
+
"text": "string"
|
|
2447
2565
|
},
|
|
2566
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
2567
|
+
"fieldName": "ping",
|
|
2448
2568
|
"inheritedFrom": {
|
|
2449
|
-
"name": "
|
|
2450
|
-
"module": "src/
|
|
2569
|
+
"name": "Anchor",
|
|
2570
|
+
"module": "src/anchor/anchor.ts"
|
|
2571
|
+
}
|
|
2572
|
+
},
|
|
2573
|
+
{
|
|
2574
|
+
"name": "referrerpolicy",
|
|
2575
|
+
"type": {
|
|
2576
|
+
"text": "string"
|
|
2577
|
+
},
|
|
2578
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
2579
|
+
"fieldName": "referrerpolicy",
|
|
2580
|
+
"inheritedFrom": {
|
|
2581
|
+
"name": "Anchor",
|
|
2582
|
+
"module": "src/anchor/anchor.ts"
|
|
2583
|
+
}
|
|
2584
|
+
},
|
|
2585
|
+
{
|
|
2586
|
+
"name": "rel",
|
|
2587
|
+
"type": {
|
|
2588
|
+
"text": "string"
|
|
2589
|
+
},
|
|
2590
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
2591
|
+
"fieldName": "rel",
|
|
2592
|
+
"inheritedFrom": {
|
|
2593
|
+
"name": "Anchor",
|
|
2594
|
+
"module": "src/anchor/anchor.ts"
|
|
2595
|
+
}
|
|
2596
|
+
},
|
|
2597
|
+
{
|
|
2598
|
+
"name": "target",
|
|
2599
|
+
"type": {
|
|
2600
|
+
"text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
|
|
2601
|
+
},
|
|
2602
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
2603
|
+
"fieldName": "target",
|
|
2604
|
+
"inheritedFrom": {
|
|
2605
|
+
"name": "Anchor",
|
|
2606
|
+
"module": "src/anchor/anchor.ts"
|
|
2451
2607
|
}
|
|
2452
2608
|
},
|
|
2609
|
+
{
|
|
2610
|
+
"name": "type",
|
|
2611
|
+
"type": {
|
|
2612
|
+
"text": "string"
|
|
2613
|
+
},
|
|
2614
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
2615
|
+
"fieldName": "type",
|
|
2616
|
+
"inheritedFrom": {
|
|
2617
|
+
"name": "Anchor",
|
|
2618
|
+
"module": "src/anchor/anchor.ts"
|
|
2619
|
+
}
|
|
2620
|
+
}
|
|
2621
|
+
],
|
|
2622
|
+
"members": [
|
|
2453
2623
|
{
|
|
2454
2624
|
"kind": "field",
|
|
2455
|
-
"name": "
|
|
2625
|
+
"name": "download",
|
|
2456
2626
|
"type": {
|
|
2457
|
-
"text": "
|
|
2627
|
+
"text": "string"
|
|
2458
2628
|
},
|
|
2459
2629
|
"privacy": "public",
|
|
2460
|
-
"
|
|
2461
|
-
"description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the vertical axis",
|
|
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.",
|
|
2462
2631
|
"inheritedFrom": {
|
|
2463
|
-
"name": "
|
|
2464
|
-
"module": "src/
|
|
2632
|
+
"name": "Anchor",
|
|
2633
|
+
"module": "src/anchor/anchor.ts"
|
|
2465
2634
|
}
|
|
2466
2635
|
},
|
|
2467
2636
|
{
|
|
2468
|
-
"kind": "
|
|
2469
|
-
"name": "
|
|
2470
|
-
"
|
|
2471
|
-
|
|
2472
|
-
"type": {
|
|
2473
|
-
"text": "void"
|
|
2474
|
-
}
|
|
2637
|
+
"kind": "field",
|
|
2638
|
+
"name": "href",
|
|
2639
|
+
"type": {
|
|
2640
|
+
"text": "string"
|
|
2475
2641
|
},
|
|
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.",
|
|
2476
2644
|
"inheritedFrom": {
|
|
2477
|
-
"name": "
|
|
2478
|
-
"module": "src/
|
|
2645
|
+
"name": "Anchor",
|
|
2646
|
+
"module": "src/anchor/anchor.ts"
|
|
2479
2647
|
}
|
|
2480
2648
|
},
|
|
2481
2649
|
{
|
|
2482
2650
|
"kind": "field",
|
|
2483
|
-
"name": "
|
|
2651
|
+
"name": "hreflang",
|
|
2484
2652
|
"type": {
|
|
2485
|
-
"text": "
|
|
2653
|
+
"text": "string"
|
|
2486
2654
|
},
|
|
2487
2655
|
"privacy": "public",
|
|
2488
|
-
"
|
|
2489
|
-
"description": "Whether the region overlaps the anchor on the vertical axis",
|
|
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.",
|
|
2490
2657
|
"inheritedFrom": {
|
|
2491
|
-
"name": "
|
|
2492
|
-
"module": "src/
|
|
2658
|
+
"name": "Anchor",
|
|
2659
|
+
"module": "src/anchor/anchor.ts"
|
|
2493
2660
|
}
|
|
2494
2661
|
},
|
|
2495
2662
|
{
|
|
2496
|
-
"kind": "
|
|
2497
|
-
"name": "
|
|
2498
|
-
"
|
|
2499
|
-
|
|
2500
|
-
"type": {
|
|
2501
|
-
"text": "void"
|
|
2502
|
-
}
|
|
2663
|
+
"kind": "field",
|
|
2664
|
+
"name": "ping",
|
|
2665
|
+
"type": {
|
|
2666
|
+
"text": "string"
|
|
2503
2667
|
},
|
|
2668
|
+
"privacy": "public",
|
|
2669
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2504
2670
|
"inheritedFrom": {
|
|
2505
|
-
"name": "
|
|
2506
|
-
"module": "src/
|
|
2671
|
+
"name": "Anchor",
|
|
2672
|
+
"module": "src/anchor/anchor.ts"
|
|
2507
2673
|
}
|
|
2508
2674
|
},
|
|
2509
2675
|
{
|
|
2510
2676
|
"kind": "field",
|
|
2511
|
-
"name": "
|
|
2677
|
+
"name": "referrerpolicy",
|
|
2512
2678
|
"type": {
|
|
2513
|
-
"text": "
|
|
2679
|
+
"text": "string"
|
|
2514
2680
|
},
|
|
2515
2681
|
"privacy": "public",
|
|
2516
|
-
"description": "
|
|
2682
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2517
2683
|
"inheritedFrom": {
|
|
2518
|
-
"name": "
|
|
2519
|
-
"module": "src/
|
|
2684
|
+
"name": "Anchor",
|
|
2685
|
+
"module": "src/anchor/anchor.ts"
|
|
2520
2686
|
}
|
|
2521
2687
|
},
|
|
2522
2688
|
{
|
|
2523
|
-
"kind": "
|
|
2524
|
-
"name": "
|
|
2525
|
-
"
|
|
2526
|
-
|
|
2527
|
-
"type": {
|
|
2528
|
-
"text": "void"
|
|
2529
|
-
}
|
|
2689
|
+
"kind": "field",
|
|
2690
|
+
"name": "rel",
|
|
2691
|
+
"type": {
|
|
2692
|
+
"text": "string"
|
|
2530
2693
|
},
|
|
2694
|
+
"privacy": "public",
|
|
2695
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2531
2696
|
"inheritedFrom": {
|
|
2532
|
-
"name": "
|
|
2533
|
-
"module": "src/
|
|
2697
|
+
"name": "Anchor",
|
|
2698
|
+
"module": "src/anchor/anchor.ts"
|
|
2534
2699
|
}
|
|
2535
2700
|
},
|
|
2536
2701
|
{
|
|
2537
2702
|
"kind": "field",
|
|
2538
|
-
"name": "
|
|
2703
|
+
"name": "target",
|
|
2539
2704
|
"type": {
|
|
2540
|
-
"text": "
|
|
2705
|
+
"text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
|
|
2541
2706
|
},
|
|
2542
2707
|
"privacy": "public",
|
|
2543
|
-
"
|
|
2544
|
-
"description": "Defines how the height of the region is calculated",
|
|
2708
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2545
2709
|
"inheritedFrom": {
|
|
2546
|
-
"name": "
|
|
2547
|
-
"module": "src/
|
|
2710
|
+
"name": "Anchor",
|
|
2711
|
+
"module": "src/anchor/anchor.ts"
|
|
2548
2712
|
}
|
|
2549
2713
|
},
|
|
2550
2714
|
{
|
|
2551
|
-
"kind": "
|
|
2552
|
-
"name": "
|
|
2553
|
-
"
|
|
2554
|
-
|
|
2555
|
-
"type": {
|
|
2556
|
-
"text": "void"
|
|
2557
|
-
}
|
|
2715
|
+
"kind": "field",
|
|
2716
|
+
"name": "type",
|
|
2717
|
+
"type": {
|
|
2718
|
+
"text": "string"
|
|
2558
2719
|
},
|
|
2720
|
+
"privacy": "public",
|
|
2721
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2559
2722
|
"inheritedFrom": {
|
|
2560
|
-
"name": "
|
|
2561
|
-
"module": "src/
|
|
2723
|
+
"name": "Anchor",
|
|
2724
|
+
"module": "src/anchor/anchor.ts"
|
|
2562
2725
|
}
|
|
2563
2726
|
},
|
|
2564
2727
|
{
|
|
2565
2728
|
"kind": "field",
|
|
2566
|
-
"name": "
|
|
2729
|
+
"name": "control",
|
|
2567
2730
|
"type": {
|
|
2568
|
-
"text": "
|
|
2731
|
+
"text": "HTMLAnchorElement | undefined"
|
|
2569
2732
|
},
|
|
2570
2733
|
"privacy": "public",
|
|
2571
|
-
"
|
|
2572
|
-
"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,",
|
|
2734
|
+
"description": "References the root element",
|
|
2573
2735
|
"inheritedFrom": {
|
|
2574
|
-
"name": "
|
|
2575
|
-
"module": "src/
|
|
2736
|
+
"name": "Anchor",
|
|
2737
|
+
"module": "src/anchor/anchor.ts"
|
|
2576
2738
|
}
|
|
2577
2739
|
},
|
|
2578
2740
|
{
|
|
2579
|
-
"kind": "
|
|
2580
|
-
"name": "
|
|
2741
|
+
"kind": "field",
|
|
2742
|
+
"name": "handleUnsupportedDelegatesFocus",
|
|
2581
2743
|
"privacy": "private",
|
|
2582
|
-
"
|
|
2583
|
-
"type": {
|
|
2584
|
-
"text": "void"
|
|
2585
|
-
}
|
|
2586
|
-
},
|
|
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",
|
|
2587
2745
|
"inheritedFrom": {
|
|
2588
|
-
"name": "
|
|
2589
|
-
"module": "src/
|
|
2746
|
+
"name": "Anchor",
|
|
2747
|
+
"module": "src/anchor/anchor.ts"
|
|
2590
2748
|
}
|
|
2591
2749
|
},
|
|
2592
2750
|
{
|
|
2593
2751
|
"kind": "field",
|
|
2594
|
-
"name": "
|
|
2752
|
+
"name": "_presentation",
|
|
2595
2753
|
"type": {
|
|
2596
|
-
"text": "
|
|
2754
|
+
"text": "ComponentPresentation | null | undefined"
|
|
2597
2755
|
},
|
|
2598
|
-
"privacy": "
|
|
2599
|
-
"default": "
|
|
2600
|
-
"description": "Defines what triggers the anchored region to revaluate positioning",
|
|
2756
|
+
"privacy": "private",
|
|
2757
|
+
"default": "void 0",
|
|
2601
2758
|
"inheritedFrom": {
|
|
2602
|
-
"name": "
|
|
2603
|
-
"module": "src/
|
|
2759
|
+
"name": "FoundationElement",
|
|
2760
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2604
2761
|
}
|
|
2605
2762
|
},
|
|
2606
2763
|
{
|
|
2607
|
-
"kind": "
|
|
2608
|
-
"name": "
|
|
2609
|
-
"
|
|
2610
|
-
|
|
2611
|
-
"type": {
|
|
2612
|
-
"text": "void"
|
|
2613
|
-
}
|
|
2764
|
+
"kind": "field",
|
|
2765
|
+
"name": "$presentation",
|
|
2766
|
+
"type": {
|
|
2767
|
+
"text": "ComponentPresentation | null"
|
|
2614
2768
|
},
|
|
2615
|
-
"
|
|
2616
|
-
|
|
2617
|
-
"name": "prevMode",
|
|
2618
|
-
"type": {
|
|
2619
|
-
"text": "AutoUpdateMode"
|
|
2620
|
-
}
|
|
2621
|
-
},
|
|
2622
|
-
{
|
|
2623
|
-
"name": "newMode",
|
|
2624
|
-
"type": {
|
|
2625
|
-
"text": "AutoUpdateMode"
|
|
2626
|
-
}
|
|
2627
|
-
}
|
|
2628
|
-
],
|
|
2769
|
+
"privacy": "public",
|
|
2770
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
2629
2771
|
"inheritedFrom": {
|
|
2630
|
-
"name": "
|
|
2631
|
-
"module": "src/
|
|
2772
|
+
"name": "FoundationElement",
|
|
2773
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2632
2774
|
}
|
|
2633
2775
|
},
|
|
2634
2776
|
{
|
|
2635
2777
|
"kind": "field",
|
|
2636
|
-
"name": "
|
|
2778
|
+
"name": "template",
|
|
2637
2779
|
"type": {
|
|
2638
|
-
"text": "
|
|
2780
|
+
"text": "ElementViewTemplate | void | null"
|
|
2639
2781
|
},
|
|
2640
2782
|
"privacy": "public",
|
|
2641
|
-
"
|
|
2642
|
-
"description": "The HTML element being used as the anchor",
|
|
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.",
|
|
2643
2784
|
"inheritedFrom": {
|
|
2644
|
-
"name": "
|
|
2645
|
-
"module": "src/
|
|
2785
|
+
"name": "FoundationElement",
|
|
2786
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2646
2787
|
}
|
|
2647
2788
|
},
|
|
2648
2789
|
{
|
|
2649
2790
|
"kind": "method",
|
|
2650
|
-
"name": "
|
|
2651
|
-
"privacy": "
|
|
2791
|
+
"name": "templateChanged",
|
|
2792
|
+
"privacy": "protected",
|
|
2652
2793
|
"return": {
|
|
2653
2794
|
"type": {
|
|
2654
2795
|
"text": "void"
|
|
2655
2796
|
}
|
|
2656
2797
|
},
|
|
2657
2798
|
"inheritedFrom": {
|
|
2658
|
-
"name": "
|
|
2659
|
-
"module": "src/
|
|
2799
|
+
"name": "FoundationElement",
|
|
2800
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2660
2801
|
}
|
|
2661
2802
|
},
|
|
2662
2803
|
{
|
|
2663
2804
|
"kind": "field",
|
|
2664
|
-
"name": "
|
|
2805
|
+
"name": "styles",
|
|
2665
2806
|
"type": {
|
|
2666
|
-
"text": "
|
|
2807
|
+
"text": "ElementStyles | void | null"
|
|
2667
2808
|
},
|
|
2668
2809
|
"privacy": "public",
|
|
2669
|
-
"
|
|
2670
|
-
"description": "The HTML element being used as the viewport",
|
|
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.",
|
|
2671
2811
|
"inheritedFrom": {
|
|
2672
|
-
"name": "
|
|
2673
|
-
"module": "src/
|
|
2812
|
+
"name": "FoundationElement",
|
|
2813
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2674
2814
|
}
|
|
2675
2815
|
},
|
|
2676
2816
|
{
|
|
2677
2817
|
"kind": "method",
|
|
2678
|
-
"name": "
|
|
2679
|
-
"privacy": "
|
|
2818
|
+
"name": "stylesChanged",
|
|
2819
|
+
"privacy": "protected",
|
|
2680
2820
|
"return": {
|
|
2681
2821
|
"type": {
|
|
2682
2822
|
"text": "void"
|
|
2683
2823
|
}
|
|
2684
2824
|
},
|
|
2685
2825
|
"inheritedFrom": {
|
|
2686
|
-
"name": "
|
|
2687
|
-
"module": "src/
|
|
2826
|
+
"name": "FoundationElement",
|
|
2827
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2688
2828
|
}
|
|
2689
2829
|
},
|
|
2690
2830
|
{
|
|
2691
|
-
"kind": "
|
|
2692
|
-
"name": "
|
|
2693
|
-
"type": {
|
|
2694
|
-
"text": "AnchoredRegionPositionLabel | undefined"
|
|
2695
|
-
},
|
|
2831
|
+
"kind": "method",
|
|
2832
|
+
"name": "compose",
|
|
2696
2833
|
"privacy": "public",
|
|
2697
|
-
"
|
|
2698
|
-
"
|
|
2699
|
-
"
|
|
2700
|
-
|
|
2701
|
-
|
|
2702
|
-
},
|
|
2703
|
-
{
|
|
2704
|
-
"kind": "field",
|
|
2705
|
-
"name": "horizontalPosition",
|
|
2706
|
-
"type": {
|
|
2707
|
-
"text": "AnchoredRegionPositionLabel | undefined"
|
|
2834
|
+
"static": true,
|
|
2835
|
+
"return": {
|
|
2836
|
+
"type": {
|
|
2837
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
2838
|
+
}
|
|
2708
2839
|
},
|
|
2709
|
-
"
|
|
2710
|
-
|
|
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.",
|
|
2711
2856
|
"inheritedFrom": {
|
|
2712
|
-
"name": "
|
|
2713
|
-
"module": "src/
|
|
2857
|
+
"name": "FoundationElement",
|
|
2858
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2714
2859
|
}
|
|
2715
|
-
}
|
|
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": [
|
|
2716
2965
|
{
|
|
2717
|
-
"
|
|
2718
|
-
"name": "translateX",
|
|
2966
|
+
"name": "context",
|
|
2719
2967
|
"type": {
|
|
2720
|
-
"text": "
|
|
2721
|
-
},
|
|
2722
|
-
"privacy": "private",
|
|
2723
|
-
"description": "values to be applied to the component's transform on render",
|
|
2724
|
-
"inheritedFrom": {
|
|
2725
|
-
"name": "AnchoredRegion",
|
|
2726
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
2968
|
+
"text": "ElementDefinitionContext"
|
|
2727
2969
|
}
|
|
2728
2970
|
},
|
|
2729
2971
|
{
|
|
2730
|
-
"
|
|
2731
|
-
"name": "translateY",
|
|
2972
|
+
"name": "definition",
|
|
2732
2973
|
"type": {
|
|
2733
|
-
"text": "
|
|
2734
|
-
},
|
|
2735
|
-
"privacy": "private",
|
|
2736
|
-
"inheritedFrom": {
|
|
2737
|
-
"name": "AnchoredRegion",
|
|
2738
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
2974
|
+
"text": "FoundationElementDefinition"
|
|
2739
2975
|
}
|
|
2740
|
-
}
|
|
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": [
|
|
2741
3004
|
{
|
|
2742
|
-
"
|
|
2743
|
-
"name": "regionWidth",
|
|
3005
|
+
"name": "context",
|
|
2744
3006
|
"type": {
|
|
2745
|
-
"text": "
|
|
2746
|
-
},
|
|
2747
|
-
"privacy": "private",
|
|
2748
|
-
"description": "the span to be applied to the region on each axis",
|
|
2749
|
-
"inheritedFrom": {
|
|
2750
|
-
"name": "AnchoredRegion",
|
|
2751
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3007
|
+
"text": "ElementDefinitionContext"
|
|
2752
3008
|
}
|
|
2753
3009
|
},
|
|
2754
3010
|
{
|
|
2755
|
-
"
|
|
2756
|
-
"
|
|
3011
|
+
"name": "definition",
|
|
3012
|
+
"type": {
|
|
3013
|
+
"text": "FoundationElementDefinition"
|
|
3014
|
+
}
|
|
3015
|
+
}
|
|
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": [
|
|
3045
|
+
{
|
|
3046
|
+
"name": "anchor",
|
|
2757
3047
|
"type": {
|
|
2758
3048
|
"text": "string"
|
|
2759
3049
|
},
|
|
2760
|
-
"
|
|
3050
|
+
"default": "\"\"",
|
|
3051
|
+
"description": "The HTML ID of the anchor element this region is positioned relative to",
|
|
3052
|
+
"fieldName": "anchor",
|
|
2761
3053
|
"inheritedFrom": {
|
|
2762
3054
|
"name": "AnchoredRegion",
|
|
2763
3055
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2764
3056
|
}
|
|
2765
3057
|
},
|
|
2766
3058
|
{
|
|
2767
|
-
"
|
|
2768
|
-
"name": "resizeDetector",
|
|
3059
|
+
"name": "viewport",
|
|
2769
3060
|
"type": {
|
|
2770
|
-
"text": "
|
|
3061
|
+
"text": "string"
|
|
2771
3062
|
},
|
|
2772
|
-
"
|
|
2773
|
-
"
|
|
3063
|
+
"default": "\"\"",
|
|
3064
|
+
"description": "The HTML ID of the viewport element this region is positioned relative to",
|
|
3065
|
+
"fieldName": "viewport",
|
|
2774
3066
|
"inheritedFrom": {
|
|
2775
3067
|
"name": "AnchoredRegion",
|
|
2776
3068
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2777
3069
|
}
|
|
2778
3070
|
},
|
|
2779
3071
|
{
|
|
2780
|
-
"
|
|
2781
|
-
"name": "viewportRect",
|
|
3072
|
+
"name": "horizontal-positioning-mode",
|
|
2782
3073
|
"type": {
|
|
2783
|
-
"text": "
|
|
3074
|
+
"text": "AxisPositioningMode"
|
|
2784
3075
|
},
|
|
2785
|
-
"
|
|
3076
|
+
"default": "\"uncontrolled\"",
|
|
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",
|
|
2786
3079
|
"inheritedFrom": {
|
|
2787
3080
|
"name": "AnchoredRegion",
|
|
2788
3081
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2789
3082
|
}
|
|
2790
3083
|
},
|
|
2791
3084
|
{
|
|
2792
|
-
"
|
|
2793
|
-
"name": "anchorRect",
|
|
3085
|
+
"name": "horizontal-default-position",
|
|
2794
3086
|
"type": {
|
|
2795
|
-
"text": "
|
|
3087
|
+
"text": "HorizontalPosition"
|
|
2796
3088
|
},
|
|
2797
|
-
"
|
|
3089
|
+
"default": "\"unset\"",
|
|
3090
|
+
"description": "The default horizontal position of the region relative to the anchor element",
|
|
3091
|
+
"fieldName": "horizontalDefaultPosition",
|
|
2798
3092
|
"inheritedFrom": {
|
|
2799
3093
|
"name": "AnchoredRegion",
|
|
2800
3094
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2801
3095
|
}
|
|
2802
3096
|
},
|
|
2803
3097
|
{
|
|
2804
|
-
"
|
|
2805
|
-
"name": "regionRect",
|
|
3098
|
+
"name": "horizontal-viewport-lock",
|
|
2806
3099
|
"type": {
|
|
2807
|
-
"text": "
|
|
3100
|
+
"text": "boolean"
|
|
2808
3101
|
},
|
|
2809
|
-
"
|
|
3102
|
+
"default": "false",
|
|
3103
|
+
"description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the horizontal axis",
|
|
3104
|
+
"fieldName": "horizontalViewportLock",
|
|
2810
3105
|
"inheritedFrom": {
|
|
2811
3106
|
"name": "AnchoredRegion",
|
|
2812
3107
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2813
3108
|
}
|
|
2814
3109
|
},
|
|
2815
3110
|
{
|
|
2816
|
-
"
|
|
2817
|
-
"name": "baseHorizontalOffset",
|
|
3111
|
+
"name": "horizontal-inset",
|
|
2818
3112
|
"type": {
|
|
2819
|
-
"text": "
|
|
3113
|
+
"text": "boolean"
|
|
2820
3114
|
},
|
|
2821
|
-
"
|
|
2822
|
-
"
|
|
2823
|
-
"
|
|
3115
|
+
"default": "false",
|
|
3116
|
+
"description": "Whether the region overlaps the anchor on the horizontal axis",
|
|
3117
|
+
"fieldName": "horizontalInset",
|
|
2824
3118
|
"inheritedFrom": {
|
|
2825
3119
|
"name": "AnchoredRegion",
|
|
2826
3120
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2827
3121
|
}
|
|
2828
3122
|
},
|
|
2829
3123
|
{
|
|
2830
|
-
"
|
|
2831
|
-
"name": "baseVerticalOffset",
|
|
3124
|
+
"name": "horizontal-threshold",
|
|
2832
3125
|
"type": {
|
|
2833
3126
|
"text": "number"
|
|
2834
3127
|
},
|
|
2835
|
-
"
|
|
2836
|
-
"
|
|
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",
|
|
2837
3130
|
"inheritedFrom": {
|
|
2838
3131
|
"name": "AnchoredRegion",
|
|
2839
3132
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2840
3133
|
}
|
|
2841
3134
|
},
|
|
2842
3135
|
{
|
|
2843
|
-
"
|
|
2844
|
-
"name": "pendingPositioningUpdate",
|
|
3136
|
+
"name": "horizontal-scaling",
|
|
2845
3137
|
"type": {
|
|
2846
|
-
"text": "
|
|
3138
|
+
"text": "AxisScalingMode"
|
|
2847
3139
|
},
|
|
2848
|
-
"
|
|
2849
|
-
"
|
|
3140
|
+
"default": "\"content\"",
|
|
3141
|
+
"description": "Defines how the width of the region is calculated",
|
|
3142
|
+
"fieldName": "horizontalScaling",
|
|
2850
3143
|
"inheritedFrom": {
|
|
2851
3144
|
"name": "AnchoredRegion",
|
|
2852
3145
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2853
3146
|
}
|
|
2854
3147
|
},
|
|
2855
3148
|
{
|
|
2856
|
-
"
|
|
2857
|
-
"name": "pendingReset",
|
|
3149
|
+
"name": "vertical-positioning-mode",
|
|
2858
3150
|
"type": {
|
|
2859
|
-
"text": "
|
|
3151
|
+
"text": "AxisPositioningMode"
|
|
2860
3152
|
},
|
|
2861
|
-
"
|
|
2862
|
-
"
|
|
3153
|
+
"default": "\"uncontrolled\"",
|
|
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",
|
|
2863
3156
|
"inheritedFrom": {
|
|
2864
3157
|
"name": "AnchoredRegion",
|
|
2865
3158
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2866
3159
|
}
|
|
2867
3160
|
},
|
|
2868
3161
|
{
|
|
2869
|
-
"
|
|
2870
|
-
"name": "currentDirection",
|
|
3162
|
+
"name": "vertical-default-position",
|
|
2871
3163
|
"type": {
|
|
2872
|
-
"text": "
|
|
3164
|
+
"text": "VerticalPosition"
|
|
2873
3165
|
},
|
|
2874
|
-
"
|
|
3166
|
+
"default": "\"unset\"",
|
|
3167
|
+
"description": "The default vertical position of the region relative to the anchor element",
|
|
3168
|
+
"fieldName": "verticalDefaultPosition",
|
|
2875
3169
|
"inheritedFrom": {
|
|
2876
3170
|
"name": "AnchoredRegion",
|
|
2877
3171
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2878
3172
|
}
|
|
2879
3173
|
},
|
|
2880
3174
|
{
|
|
2881
|
-
"
|
|
2882
|
-
"name": "regionVisible",
|
|
3175
|
+
"name": "vertical-viewport-lock",
|
|
2883
3176
|
"type": {
|
|
2884
3177
|
"text": "boolean"
|
|
2885
3178
|
},
|
|
2886
|
-
"privacy": "private",
|
|
2887
3179
|
"default": "false",
|
|
3180
|
+
"description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the vertical axis",
|
|
3181
|
+
"fieldName": "verticalViewportLock",
|
|
2888
3182
|
"inheritedFrom": {
|
|
2889
3183
|
"name": "AnchoredRegion",
|
|
2890
3184
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2891
3185
|
}
|
|
2892
3186
|
},
|
|
2893
3187
|
{
|
|
2894
|
-
"
|
|
2895
|
-
"name": "forceUpdate",
|
|
3188
|
+
"name": "vertical-inset",
|
|
2896
3189
|
"type": {
|
|
2897
3190
|
"text": "boolean"
|
|
2898
3191
|
},
|
|
2899
|
-
"privacy": "private",
|
|
2900
3192
|
"default": "false",
|
|
3193
|
+
"description": "Whether the region overlaps the anchor on the vertical axis",
|
|
3194
|
+
"fieldName": "verticalInset",
|
|
2901
3195
|
"inheritedFrom": {
|
|
2902
3196
|
"name": "AnchoredRegion",
|
|
2903
3197
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2904
3198
|
}
|
|
2905
3199
|
},
|
|
2906
3200
|
{
|
|
2907
|
-
"
|
|
2908
|
-
"name": "updateThreshold",
|
|
3201
|
+
"name": "vertical-threshold",
|
|
2909
3202
|
"type": {
|
|
2910
3203
|
"text": "number"
|
|
2911
3204
|
},
|
|
2912
|
-
"
|
|
2913
|
-
"
|
|
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",
|
|
2914
3207
|
"inheritedFrom": {
|
|
2915
3208
|
"name": "AnchoredRegion",
|
|
2916
3209
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2917
3210
|
}
|
|
2918
3211
|
},
|
|
2919
3212
|
{
|
|
2920
|
-
"
|
|
2921
|
-
"name": "intersectionService",
|
|
3213
|
+
"name": "vertical-scaling",
|
|
2922
3214
|
"type": {
|
|
2923
|
-
"text": "
|
|
3215
|
+
"text": "AxisScalingMode"
|
|
2924
3216
|
},
|
|
2925
|
-
"
|
|
2926
|
-
"
|
|
2927
|
-
"
|
|
2928
|
-
"inheritedFrom": {
|
|
2929
|
-
"name": "AnchoredRegion",
|
|
2930
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
2931
|
-
}
|
|
2932
|
-
},
|
|
2933
|
-
{
|
|
2934
|
-
"kind": "field",
|
|
2935
|
-
"name": "update",
|
|
2936
|
-
"privacy": "public",
|
|
2937
|
-
"description": "update position",
|
|
3217
|
+
"default": "\"content\"",
|
|
3218
|
+
"description": "Defines how the height of the region is calculated",
|
|
3219
|
+
"fieldName": "verticalScaling",
|
|
2938
3220
|
"inheritedFrom": {
|
|
2939
3221
|
"name": "AnchoredRegion",
|
|
2940
3222
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2941
3223
|
}
|
|
2942
3224
|
},
|
|
2943
3225
|
{
|
|
2944
|
-
"
|
|
2945
|
-
"
|
|
2946
|
-
|
|
2947
|
-
"return": {
|
|
2948
|
-
"type": {
|
|
2949
|
-
"text": "void"
|
|
2950
|
-
}
|
|
3226
|
+
"name": "fixed-placement",
|
|
3227
|
+
"type": {
|
|
3228
|
+
"text": "boolean"
|
|
2951
3229
|
},
|
|
2952
|
-
"
|
|
3230
|
+
"default": "false",
|
|
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",
|
|
2953
3233
|
"inheritedFrom": {
|
|
2954
3234
|
"name": "AnchoredRegion",
|
|
2955
3235
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2956
3236
|
}
|
|
2957
3237
|
},
|
|
2958
3238
|
{
|
|
2959
|
-
"
|
|
2960
|
-
"
|
|
2961
|
-
|
|
2962
|
-
"return": {
|
|
2963
|
-
"type": {
|
|
2964
|
-
"text": "void"
|
|
2965
|
-
}
|
|
3239
|
+
"name": "auto-update-mode",
|
|
3240
|
+
"type": {
|
|
3241
|
+
"text": "AutoUpdateMode"
|
|
2966
3242
|
},
|
|
2967
|
-
"
|
|
3243
|
+
"default": "\"anchor\"",
|
|
3244
|
+
"description": "Defines what triggers the anchored region to revaluate positioning",
|
|
3245
|
+
"fieldName": "autoUpdateMode",
|
|
2968
3246
|
"inheritedFrom": {
|
|
2969
3247
|
"name": "AnchoredRegion",
|
|
2970
3248
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2971
3249
|
}
|
|
2972
|
-
}
|
|
3250
|
+
}
|
|
3251
|
+
],
|
|
3252
|
+
"members": [
|
|
2973
3253
|
{
|
|
2974
|
-
"kind": "
|
|
2975
|
-
"name": "
|
|
2976
|
-
"
|
|
2977
|
-
|
|
2978
|
-
"type": {
|
|
2979
|
-
"text": "void"
|
|
2980
|
-
}
|
|
3254
|
+
"kind": "field",
|
|
3255
|
+
"name": "anchor",
|
|
3256
|
+
"type": {
|
|
3257
|
+
"text": "string"
|
|
2981
3258
|
},
|
|
2982
|
-
"
|
|
3259
|
+
"privacy": "public",
|
|
3260
|
+
"default": "\"\"",
|
|
3261
|
+
"description": "The HTML ID of the anchor element this region is positioned relative to",
|
|
2983
3262
|
"inheritedFrom": {
|
|
2984
3263
|
"name": "AnchoredRegion",
|
|
2985
3264
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -2987,29 +3266,27 @@
|
|
|
2987
3266
|
},
|
|
2988
3267
|
{
|
|
2989
3268
|
"kind": "method",
|
|
2990
|
-
"name": "
|
|
3269
|
+
"name": "anchorChanged",
|
|
2991
3270
|
"privacy": "private",
|
|
2992
3271
|
"return": {
|
|
2993
3272
|
"type": {
|
|
2994
3273
|
"text": "void"
|
|
2995
3274
|
}
|
|
2996
3275
|
},
|
|
2997
|
-
"description": "fully initializes the component",
|
|
2998
3276
|
"inheritedFrom": {
|
|
2999
3277
|
"name": "AnchoredRegion",
|
|
3000
3278
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3001
3279
|
}
|
|
3002
3280
|
},
|
|
3003
3281
|
{
|
|
3004
|
-
"kind": "
|
|
3005
|
-
"name": "
|
|
3006
|
-
"
|
|
3007
|
-
|
|
3008
|
-
"type": {
|
|
3009
|
-
"text": "void"
|
|
3010
|
-
}
|
|
3282
|
+
"kind": "field",
|
|
3283
|
+
"name": "viewport",
|
|
3284
|
+
"type": {
|
|
3285
|
+
"text": "string"
|
|
3011
3286
|
},
|
|
3012
|
-
"
|
|
3287
|
+
"privacy": "public",
|
|
3288
|
+
"default": "\"\"",
|
|
3289
|
+
"description": "The HTML ID of the viewport element this region is positioned relative to",
|
|
3013
3290
|
"inheritedFrom": {
|
|
3014
3291
|
"name": "AnchoredRegion",
|
|
3015
3292
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3017,24 +3294,13 @@
|
|
|
3017
3294
|
},
|
|
3018
3295
|
{
|
|
3019
3296
|
"kind": "method",
|
|
3020
|
-
"name": "
|
|
3297
|
+
"name": "viewportChanged",
|
|
3021
3298
|
"privacy": "private",
|
|
3022
3299
|
"return": {
|
|
3023
3300
|
"type": {
|
|
3024
3301
|
"text": "void"
|
|
3025
3302
|
}
|
|
3026
3303
|
},
|
|
3027
|
-
"description": "sets the starting configuration for component internal values",
|
|
3028
|
-
"inheritedFrom": {
|
|
3029
|
-
"name": "AnchoredRegion",
|
|
3030
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3031
|
-
}
|
|
3032
|
-
},
|
|
3033
|
-
{
|
|
3034
|
-
"kind": "field",
|
|
3035
|
-
"name": "startObservers",
|
|
3036
|
-
"privacy": "private",
|
|
3037
|
-
"description": "starts observers",
|
|
3038
3304
|
"inheritedFrom": {
|
|
3039
3305
|
"name": "AnchoredRegion",
|
|
3040
3306
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3042,19 +3308,27 @@
|
|
|
3042
3308
|
},
|
|
3043
3309
|
{
|
|
3044
3310
|
"kind": "field",
|
|
3045
|
-
"name": "
|
|
3046
|
-
"
|
|
3047
|
-
|
|
3311
|
+
"name": "horizontalPositioningMode",
|
|
3312
|
+
"type": {
|
|
3313
|
+
"text": "AxisPositioningMode"
|
|
3314
|
+
},
|
|
3315
|
+
"privacy": "public",
|
|
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",
|
|
3048
3318
|
"inheritedFrom": {
|
|
3049
3319
|
"name": "AnchoredRegion",
|
|
3050
3320
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3051
3321
|
}
|
|
3052
3322
|
},
|
|
3053
3323
|
{
|
|
3054
|
-
"kind": "
|
|
3055
|
-
"name": "
|
|
3324
|
+
"kind": "method",
|
|
3325
|
+
"name": "horizontalPositioningModeChanged",
|
|
3056
3326
|
"privacy": "private",
|
|
3057
|
-
"
|
|
3327
|
+
"return": {
|
|
3328
|
+
"type": {
|
|
3329
|
+
"text": "void"
|
|
3330
|
+
}
|
|
3331
|
+
},
|
|
3058
3332
|
"inheritedFrom": {
|
|
3059
3333
|
"name": "AnchoredRegion",
|
|
3060
3334
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3062,19 +3336,27 @@
|
|
|
3062
3336
|
},
|
|
3063
3337
|
{
|
|
3064
3338
|
"kind": "field",
|
|
3065
|
-
"name": "
|
|
3066
|
-
"
|
|
3067
|
-
|
|
3339
|
+
"name": "horizontalDefaultPosition",
|
|
3340
|
+
"type": {
|
|
3341
|
+
"text": "HorizontalPosition"
|
|
3342
|
+
},
|
|
3343
|
+
"privacy": "public",
|
|
3344
|
+
"default": "\"unset\"",
|
|
3345
|
+
"description": "The default horizontal position of the region relative to the anchor element",
|
|
3068
3346
|
"inheritedFrom": {
|
|
3069
3347
|
"name": "AnchoredRegion",
|
|
3070
3348
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3071
3349
|
}
|
|
3072
3350
|
},
|
|
3073
3351
|
{
|
|
3074
|
-
"kind": "
|
|
3075
|
-
"name": "
|
|
3352
|
+
"kind": "method",
|
|
3353
|
+
"name": "horizontalDefaultPositionChanged",
|
|
3076
3354
|
"privacy": "private",
|
|
3077
|
-
"
|
|
3355
|
+
"return": {
|
|
3356
|
+
"type": {
|
|
3357
|
+
"text": "void"
|
|
3358
|
+
}
|
|
3359
|
+
},
|
|
3078
3360
|
"inheritedFrom": {
|
|
3079
3361
|
"name": "AnchoredRegion",
|
|
3080
3362
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3082,19 +3364,27 @@
|
|
|
3082
3364
|
},
|
|
3083
3365
|
{
|
|
3084
3366
|
"kind": "field",
|
|
3085
|
-
"name": "
|
|
3086
|
-
"
|
|
3087
|
-
|
|
3367
|
+
"name": "horizontalViewportLock",
|
|
3368
|
+
"type": {
|
|
3369
|
+
"text": "boolean"
|
|
3370
|
+
},
|
|
3371
|
+
"privacy": "public",
|
|
3372
|
+
"default": "false",
|
|
3373
|
+
"description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the horizontal axis",
|
|
3088
3374
|
"inheritedFrom": {
|
|
3089
3375
|
"name": "AnchoredRegion",
|
|
3090
3376
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3091
3377
|
}
|
|
3092
3378
|
},
|
|
3093
3379
|
{
|
|
3094
|
-
"kind": "
|
|
3095
|
-
"name": "
|
|
3380
|
+
"kind": "method",
|
|
3381
|
+
"name": "horizontalViewportLockChanged",
|
|
3096
3382
|
"privacy": "private",
|
|
3097
|
-
"
|
|
3383
|
+
"return": {
|
|
3384
|
+
"type": {
|
|
3385
|
+
"text": "void"
|
|
3386
|
+
}
|
|
3387
|
+
},
|
|
3098
3388
|
"inheritedFrom": {
|
|
3099
3389
|
"name": "AnchoredRegion",
|
|
3100
3390
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3102,19 +3392,27 @@
|
|
|
3102
3392
|
},
|
|
3103
3393
|
{
|
|
3104
3394
|
"kind": "field",
|
|
3105
|
-
"name": "
|
|
3106
|
-
"
|
|
3107
|
-
|
|
3395
|
+
"name": "horizontalInset",
|
|
3396
|
+
"type": {
|
|
3397
|
+
"text": "boolean"
|
|
3398
|
+
},
|
|
3399
|
+
"privacy": "public",
|
|
3400
|
+
"default": "false",
|
|
3401
|
+
"description": "Whether the region overlaps the anchor on the horizontal axis",
|
|
3108
3402
|
"inheritedFrom": {
|
|
3109
3403
|
"name": "AnchoredRegion",
|
|
3110
3404
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3111
3405
|
}
|
|
3112
3406
|
},
|
|
3113
3407
|
{
|
|
3114
|
-
"kind": "
|
|
3115
|
-
"name": "
|
|
3408
|
+
"kind": "method",
|
|
3409
|
+
"name": "horizontalInsetChanged",
|
|
3116
3410
|
"privacy": "private",
|
|
3117
|
-
"
|
|
3411
|
+
"return": {
|
|
3412
|
+
"type": {
|
|
3413
|
+
"text": "void"
|
|
3414
|
+
}
|
|
3415
|
+
},
|
|
3118
3416
|
"inheritedFrom": {
|
|
3119
3417
|
"name": "AnchoredRegion",
|
|
3120
3418
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3122,19 +3420,26 @@
|
|
|
3122
3420
|
},
|
|
3123
3421
|
{
|
|
3124
3422
|
"kind": "field",
|
|
3125
|
-
"name": "
|
|
3126
|
-
"
|
|
3127
|
-
|
|
3423
|
+
"name": "horizontalThreshold",
|
|
3424
|
+
"type": {
|
|
3425
|
+
"text": "number"
|
|
3426
|
+
},
|
|
3427
|
+
"privacy": "public",
|
|
3428
|
+
"description": "How narrow the space allocated to the default position has to be before the widest area\nis selected for layout",
|
|
3128
3429
|
"inheritedFrom": {
|
|
3129
3430
|
"name": "AnchoredRegion",
|
|
3130
3431
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3131
3432
|
}
|
|
3132
3433
|
},
|
|
3133
3434
|
{
|
|
3134
|
-
"kind": "
|
|
3135
|
-
"name": "
|
|
3435
|
+
"kind": "method",
|
|
3436
|
+
"name": "horizontalThresholdChanged",
|
|
3136
3437
|
"privacy": "private",
|
|
3137
|
-
"
|
|
3438
|
+
"return": {
|
|
3439
|
+
"type": {
|
|
3440
|
+
"text": "void"
|
|
3441
|
+
}
|
|
3442
|
+
},
|
|
3138
3443
|
"inheritedFrom": {
|
|
3139
3444
|
"name": "AnchoredRegion",
|
|
3140
3445
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3142,19 +3447,27 @@
|
|
|
3142
3447
|
},
|
|
3143
3448
|
{
|
|
3144
3449
|
"kind": "field",
|
|
3145
|
-
"name": "
|
|
3146
|
-
"
|
|
3147
|
-
|
|
3450
|
+
"name": "horizontalScaling",
|
|
3451
|
+
"type": {
|
|
3452
|
+
"text": "AxisScalingMode"
|
|
3453
|
+
},
|
|
3454
|
+
"privacy": "public",
|
|
3455
|
+
"default": "\"content\"",
|
|
3456
|
+
"description": "Defines how the width of the region is calculated",
|
|
3148
3457
|
"inheritedFrom": {
|
|
3149
3458
|
"name": "AnchoredRegion",
|
|
3150
3459
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3151
3460
|
}
|
|
3152
3461
|
},
|
|
3153
3462
|
{
|
|
3154
|
-
"kind": "
|
|
3155
|
-
"name": "
|
|
3463
|
+
"kind": "method",
|
|
3464
|
+
"name": "horizontalScalingChanged",
|
|
3156
3465
|
"privacy": "private",
|
|
3157
|
-
"
|
|
3466
|
+
"return": {
|
|
3467
|
+
"type": {
|
|
3468
|
+
"text": "void"
|
|
3469
|
+
}
|
|
3470
|
+
},
|
|
3158
3471
|
"inheritedFrom": {
|
|
3159
3472
|
"name": "AnchoredRegion",
|
|
3160
3473
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3162,19 +3475,27 @@
|
|
|
3162
3475
|
},
|
|
3163
3476
|
{
|
|
3164
3477
|
"kind": "field",
|
|
3165
|
-
"name": "
|
|
3166
|
-
"
|
|
3167
|
-
|
|
3478
|
+
"name": "verticalPositioningMode",
|
|
3479
|
+
"type": {
|
|
3480
|
+
"text": "AxisPositioningMode"
|
|
3481
|
+
},
|
|
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",
|
|
3168
3485
|
"inheritedFrom": {
|
|
3169
3486
|
"name": "AnchoredRegion",
|
|
3170
3487
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3171
3488
|
}
|
|
3172
3489
|
},
|
|
3173
3490
|
{
|
|
3174
|
-
"kind": "
|
|
3175
|
-
"name": "
|
|
3491
|
+
"kind": "method",
|
|
3492
|
+
"name": "verticalPositioningModeChanged",
|
|
3176
3493
|
"privacy": "private",
|
|
3177
|
-
"
|
|
3494
|
+
"return": {
|
|
3495
|
+
"type": {
|
|
3496
|
+
"text": "void"
|
|
3497
|
+
}
|
|
3498
|
+
},
|
|
3178
3499
|
"inheritedFrom": {
|
|
3179
3500
|
"name": "AnchoredRegion",
|
|
3180
3501
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3182,19 +3503,27 @@
|
|
|
3182
3503
|
},
|
|
3183
3504
|
{
|
|
3184
3505
|
"kind": "field",
|
|
3185
|
-
"name": "
|
|
3186
|
-
"
|
|
3187
|
-
|
|
3506
|
+
"name": "verticalDefaultPosition",
|
|
3507
|
+
"type": {
|
|
3508
|
+
"text": "VerticalPosition"
|
|
3509
|
+
},
|
|
3510
|
+
"privacy": "public",
|
|
3511
|
+
"default": "\"unset\"",
|
|
3512
|
+
"description": "The default vertical position of the region relative to the anchor element",
|
|
3188
3513
|
"inheritedFrom": {
|
|
3189
3514
|
"name": "AnchoredRegion",
|
|
3190
3515
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3191
3516
|
}
|
|
3192
3517
|
},
|
|
3193
3518
|
{
|
|
3194
|
-
"kind": "
|
|
3195
|
-
"name": "
|
|
3519
|
+
"kind": "method",
|
|
3520
|
+
"name": "verticalDefaultPositionChanged",
|
|
3196
3521
|
"privacy": "private",
|
|
3197
|
-
"
|
|
3522
|
+
"return": {
|
|
3523
|
+
"type": {
|
|
3524
|
+
"text": "void"
|
|
3525
|
+
}
|
|
3526
|
+
},
|
|
3198
3527
|
"inheritedFrom": {
|
|
3199
3528
|
"name": "AnchoredRegion",
|
|
3200
3529
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3202,19 +3531,27 @@
|
|
|
3202
3531
|
},
|
|
3203
3532
|
{
|
|
3204
3533
|
"kind": "field",
|
|
3205
|
-
"name": "
|
|
3206
|
-
"
|
|
3207
|
-
|
|
3534
|
+
"name": "verticalViewportLock",
|
|
3535
|
+
"type": {
|
|
3536
|
+
"text": "boolean"
|
|
3537
|
+
},
|
|
3538
|
+
"privacy": "public",
|
|
3539
|
+
"default": "false",
|
|
3540
|
+
"description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the vertical axis",
|
|
3208
3541
|
"inheritedFrom": {
|
|
3209
3542
|
"name": "AnchoredRegion",
|
|
3210
3543
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3211
3544
|
}
|
|
3212
3545
|
},
|
|
3213
3546
|
{
|
|
3214
|
-
"kind": "
|
|
3215
|
-
"name": "
|
|
3547
|
+
"kind": "method",
|
|
3548
|
+
"name": "verticalViewportLockChanged",
|
|
3216
3549
|
"privacy": "private",
|
|
3217
|
-
"
|
|
3550
|
+
"return": {
|
|
3551
|
+
"type": {
|
|
3552
|
+
"text": "void"
|
|
3553
|
+
}
|
|
3554
|
+
},
|
|
3218
3555
|
"inheritedFrom": {
|
|
3219
3556
|
"name": "AnchoredRegion",
|
|
3220
3557
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3222,19 +3559,27 @@
|
|
|
3222
3559
|
},
|
|
3223
3560
|
{
|
|
3224
3561
|
"kind": "field",
|
|
3225
|
-
"name": "
|
|
3226
|
-
"
|
|
3227
|
-
|
|
3562
|
+
"name": "verticalInset",
|
|
3563
|
+
"type": {
|
|
3564
|
+
"text": "boolean"
|
|
3565
|
+
},
|
|
3566
|
+
"privacy": "public",
|
|
3567
|
+
"default": "false",
|
|
3568
|
+
"description": "Whether the region overlaps the anchor on the vertical axis",
|
|
3228
3569
|
"inheritedFrom": {
|
|
3229
3570
|
"name": "AnchoredRegion",
|
|
3230
3571
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3231
3572
|
}
|
|
3232
3573
|
},
|
|
3233
3574
|
{
|
|
3234
|
-
"kind": "
|
|
3235
|
-
"name": "
|
|
3575
|
+
"kind": "method",
|
|
3576
|
+
"name": "verticalInsetChanged",
|
|
3236
3577
|
"privacy": "private",
|
|
3237
|
-
"
|
|
3578
|
+
"return": {
|
|
3579
|
+
"type": {
|
|
3580
|
+
"text": "void"
|
|
3581
|
+
}
|
|
3582
|
+
},
|
|
3238
3583
|
"inheritedFrom": {
|
|
3239
3584
|
"name": "AnchoredRegion",
|
|
3240
3585
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3242,1061 +3587,737 @@
|
|
|
3242
3587
|
},
|
|
3243
3588
|
{
|
|
3244
3589
|
"kind": "field",
|
|
3245
|
-
"name": "
|
|
3590
|
+
"name": "verticalThreshold",
|
|
3246
3591
|
"type": {
|
|
3247
|
-
"text": "
|
|
3592
|
+
"text": "number"
|
|
3248
3593
|
},
|
|
3249
|
-
"privacy": "
|
|
3250
|
-
"
|
|
3594
|
+
"privacy": "public",
|
|
3595
|
+
"description": "How short the space allocated to the default position has to be before the tallest area\nis selected for layout",
|
|
3251
3596
|
"inheritedFrom": {
|
|
3252
|
-
"name": "
|
|
3253
|
-
"module": "src/
|
|
3254
|
-
}
|
|
3255
|
-
},
|
|
3256
|
-
{
|
|
3257
|
-
"kind": "
|
|
3258
|
-
"name": "
|
|
3259
|
-
"
|
|
3260
|
-
|
|
3597
|
+
"name": "AnchoredRegion",
|
|
3598
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3599
|
+
}
|
|
3600
|
+
},
|
|
3601
|
+
{
|
|
3602
|
+
"kind": "method",
|
|
3603
|
+
"name": "verticalThresholdChanged",
|
|
3604
|
+
"privacy": "private",
|
|
3605
|
+
"return": {
|
|
3606
|
+
"type": {
|
|
3607
|
+
"text": "void"
|
|
3608
|
+
}
|
|
3261
3609
|
},
|
|
3262
|
-
"privacy": "public",
|
|
3263
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
3264
3610
|
"inheritedFrom": {
|
|
3265
|
-
"name": "
|
|
3266
|
-
"module": "src/
|
|
3611
|
+
"name": "AnchoredRegion",
|
|
3612
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3267
3613
|
}
|
|
3268
3614
|
},
|
|
3269
3615
|
{
|
|
3270
3616
|
"kind": "field",
|
|
3271
|
-
"name": "
|
|
3617
|
+
"name": "verticalScaling",
|
|
3272
3618
|
"type": {
|
|
3273
|
-
"text": "
|
|
3619
|
+
"text": "AxisScalingMode"
|
|
3274
3620
|
},
|
|
3275
3621
|
"privacy": "public",
|
|
3276
|
-
"
|
|
3622
|
+
"default": "\"content\"",
|
|
3623
|
+
"description": "Defines how the height of the region is calculated",
|
|
3277
3624
|
"inheritedFrom": {
|
|
3278
|
-
"name": "
|
|
3279
|
-
"module": "src/
|
|
3625
|
+
"name": "AnchoredRegion",
|
|
3626
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3280
3627
|
}
|
|
3281
3628
|
},
|
|
3282
3629
|
{
|
|
3283
3630
|
"kind": "method",
|
|
3284
|
-
"name": "
|
|
3285
|
-
"privacy": "
|
|
3631
|
+
"name": "verticalScalingChanged",
|
|
3632
|
+
"privacy": "private",
|
|
3286
3633
|
"return": {
|
|
3287
3634
|
"type": {
|
|
3288
3635
|
"text": "void"
|
|
3289
3636
|
}
|
|
3290
3637
|
},
|
|
3291
3638
|
"inheritedFrom": {
|
|
3292
|
-
"name": "
|
|
3293
|
-
"module": "src/
|
|
3639
|
+
"name": "AnchoredRegion",
|
|
3640
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3294
3641
|
}
|
|
3295
3642
|
},
|
|
3296
3643
|
{
|
|
3297
3644
|
"kind": "field",
|
|
3298
|
-
"name": "
|
|
3645
|
+
"name": "fixedPlacement",
|
|
3299
3646
|
"type": {
|
|
3300
|
-
"text": "
|
|
3647
|
+
"text": "boolean"
|
|
3301
3648
|
},
|
|
3302
3649
|
"privacy": "public",
|
|
3303
|
-
"
|
|
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,",
|
|
3304
3652
|
"inheritedFrom": {
|
|
3305
|
-
"name": "
|
|
3306
|
-
"module": "src/
|
|
3653
|
+
"name": "AnchoredRegion",
|
|
3654
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3307
3655
|
}
|
|
3308
3656
|
},
|
|
3309
3657
|
{
|
|
3310
3658
|
"kind": "method",
|
|
3311
|
-
"name": "
|
|
3312
|
-
"privacy": "
|
|
3659
|
+
"name": "fixedPlacementChanged",
|
|
3660
|
+
"privacy": "private",
|
|
3313
3661
|
"return": {
|
|
3314
3662
|
"type": {
|
|
3315
3663
|
"text": "void"
|
|
3316
3664
|
}
|
|
3317
3665
|
},
|
|
3318
3666
|
"inheritedFrom": {
|
|
3319
|
-
"name": "
|
|
3320
|
-
"module": "src/
|
|
3667
|
+
"name": "AnchoredRegion",
|
|
3668
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3321
3669
|
}
|
|
3322
3670
|
},
|
|
3323
3671
|
{
|
|
3324
|
-
"kind": "
|
|
3325
|
-
"name": "
|
|
3672
|
+
"kind": "field",
|
|
3673
|
+
"name": "autoUpdateMode",
|
|
3674
|
+
"type": {
|
|
3675
|
+
"text": "AutoUpdateMode"
|
|
3676
|
+
},
|
|
3326
3677
|
"privacy": "public",
|
|
3327
|
-
"
|
|
3678
|
+
"default": "\"anchor\"",
|
|
3679
|
+
"description": "Defines what triggers the anchored region to revaluate positioning",
|
|
3680
|
+
"inheritedFrom": {
|
|
3681
|
+
"name": "AnchoredRegion",
|
|
3682
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3683
|
+
}
|
|
3684
|
+
},
|
|
3685
|
+
{
|
|
3686
|
+
"kind": "method",
|
|
3687
|
+
"name": "autoUpdateModeChanged",
|
|
3688
|
+
"privacy": "private",
|
|
3328
3689
|
"return": {
|
|
3329
3690
|
"type": {
|
|
3330
|
-
"text": "
|
|
3691
|
+
"text": "void"
|
|
3331
3692
|
}
|
|
3332
3693
|
},
|
|
3333
3694
|
"parameters": [
|
|
3334
3695
|
{
|
|
3335
|
-
"name": "
|
|
3696
|
+
"name": "prevMode",
|
|
3336
3697
|
"type": {
|
|
3337
|
-
"text": "
|
|
3698
|
+
"text": "AutoUpdateMode"
|
|
3338
3699
|
}
|
|
3339
3700
|
},
|
|
3340
3701
|
{
|
|
3341
|
-
"name": "
|
|
3702
|
+
"name": "newMode",
|
|
3342
3703
|
"type": {
|
|
3343
|
-
"text": "
|
|
3344
|
-
}
|
|
3345
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
3704
|
+
"text": "AutoUpdateMode"
|
|
3705
|
+
}
|
|
3346
3706
|
}
|
|
3347
3707
|
],
|
|
3348
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
3349
|
-
"inheritedFrom": {
|
|
3350
|
-
"name": "FoundationElement",
|
|
3351
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3352
|
-
}
|
|
3353
|
-
}
|
|
3354
|
-
],
|
|
3355
|
-
"events": [
|
|
3356
|
-
{
|
|
3357
|
-
"description": "Fires a custom 'loaded' event when the region is loaded and visible",
|
|
3358
|
-
"name": "loaded",
|
|
3359
3708
|
"inheritedFrom": {
|
|
3360
3709
|
"name": "AnchoredRegion",
|
|
3361
3710
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3362
3711
|
}
|
|
3363
3712
|
},
|
|
3364
3713
|
{
|
|
3365
|
-
"
|
|
3366
|
-
"name": "
|
|
3714
|
+
"kind": "field",
|
|
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",
|
|
3367
3722
|
"inheritedFrom": {
|
|
3368
3723
|
"name": "AnchoredRegion",
|
|
3369
3724
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3370
3725
|
}
|
|
3371
|
-
}
|
|
3372
|
-
]
|
|
3373
|
-
},
|
|
3374
|
-
{
|
|
3375
|
-
"kind": "variable",
|
|
3376
|
-
"name": "foundationAnchoredRegionShadowOptions",
|
|
3377
|
-
"type": {
|
|
3378
|
-
"text": "ShadowRootInit"
|
|
3379
|
-
},
|
|
3380
|
-
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
3381
|
-
},
|
|
3382
|
-
{
|
|
3383
|
-
"kind": "variable",
|
|
3384
|
-
"name": "defaultAnchoredRegionConfig",
|
|
3385
|
-
"type": {
|
|
3386
|
-
"text": "object"
|
|
3387
|
-
},
|
|
3388
|
-
"default": "{}"
|
|
3389
|
-
},
|
|
3390
|
-
{
|
|
3391
|
-
"kind": "variable",
|
|
3392
|
-
"name": "foundationAnchoredRegion",
|
|
3393
|
-
"description": "The Foundation Anchored Region",
|
|
3394
|
-
"privacy": "public"
|
|
3395
|
-
}
|
|
3396
|
-
],
|
|
3397
|
-
"exports": [
|
|
3398
|
-
{
|
|
3399
|
-
"kind": "js",
|
|
3400
|
-
"name": "AnchoredRegion",
|
|
3401
|
-
"declaration": {
|
|
3402
|
-
"name": "AnchoredRegion",
|
|
3403
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3404
|
-
}
|
|
3405
|
-
},
|
|
3406
|
-
{
|
|
3407
|
-
"kind": "js",
|
|
3408
|
-
"name": "foundationAnchoredRegionShadowOptions",
|
|
3409
|
-
"declaration": {
|
|
3410
|
-
"name": "foundationAnchoredRegionShadowOptions",
|
|
3411
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3412
|
-
}
|
|
3413
|
-
},
|
|
3414
|
-
{
|
|
3415
|
-
"kind": "js",
|
|
3416
|
-
"name": "defaultAnchoredRegionConfig",
|
|
3417
|
-
"declaration": {
|
|
3418
|
-
"name": "defaultAnchoredRegionConfig",
|
|
3419
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3420
|
-
}
|
|
3421
|
-
},
|
|
3422
|
-
{
|
|
3423
|
-
"kind": "js",
|
|
3424
|
-
"name": "foundationAnchoredRegion",
|
|
3425
|
-
"declaration": {
|
|
3426
|
-
"name": "foundationAnchoredRegion",
|
|
3427
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3428
|
-
}
|
|
3429
|
-
}
|
|
3430
|
-
]
|
|
3431
|
-
},
|
|
3432
|
-
{
|
|
3433
|
-
"kind": "javascript-module",
|
|
3434
|
-
"path": "src/anchored-region/index.ts",
|
|
3435
|
-
"declarations": [],
|
|
3436
|
-
"exports": [
|
|
3437
|
-
{
|
|
3438
|
-
"kind": "js",
|
|
3439
|
-
"name": "*",
|
|
3440
|
-
"declaration": {
|
|
3441
|
-
"name": "*",
|
|
3442
|
-
"package": "./anchor-region.template"
|
|
3443
|
-
}
|
|
3444
|
-
},
|
|
3445
|
-
{
|
|
3446
|
-
"kind": "js",
|
|
3447
|
-
"name": "*",
|
|
3448
|
-
"declaration": {
|
|
3449
|
-
"name": "*",
|
|
3450
|
-
"package": "./anchored-region.styles"
|
|
3451
|
-
}
|
|
3452
|
-
},
|
|
3453
|
-
{
|
|
3454
|
-
"kind": "js",
|
|
3455
|
-
"name": "*",
|
|
3456
|
-
"declaration": {
|
|
3457
|
-
"name": "*",
|
|
3458
|
-
"package": "./anchored-region"
|
|
3459
|
-
}
|
|
3460
|
-
}
|
|
3461
|
-
]
|
|
3462
|
-
},
|
|
3463
|
-
{
|
|
3464
|
-
"kind": "javascript-module",
|
|
3465
|
-
"path": "src/anchor/anchor.styles.ts",
|
|
3466
|
-
"declarations": [
|
|
3467
|
-
{
|
|
3468
|
-
"kind": "function",
|
|
3469
|
-
"name": "foundationAnchorStyles",
|
|
3470
|
-
"return": {
|
|
3471
|
-
"type": {
|
|
3472
|
-
"text": "ElementStyles"
|
|
3473
|
-
}
|
|
3474
|
-
},
|
|
3475
|
-
"parameters": [
|
|
3476
|
-
{
|
|
3477
|
-
"name": "context",
|
|
3478
|
-
"type": {
|
|
3479
|
-
"text": "ElementDefinitionContext"
|
|
3480
|
-
}
|
|
3481
3726
|
},
|
|
3482
3727
|
{
|
|
3483
|
-
"
|
|
3484
|
-
"
|
|
3485
|
-
|
|
3486
|
-
|
|
3487
|
-
|
|
3488
|
-
|
|
3489
|
-
|
|
3490
|
-
|
|
3491
|
-
|
|
3492
|
-
|
|
3493
|
-
|
|
3494
|
-
"name": "foundationAnchorStyles",
|
|
3495
|
-
"declaration": {
|
|
3496
|
-
"name": "foundationAnchorStyles",
|
|
3497
|
-
"module": "src/anchor/anchor.styles.ts"
|
|
3498
|
-
}
|
|
3499
|
-
}
|
|
3500
|
-
]
|
|
3501
|
-
},
|
|
3502
|
-
{
|
|
3503
|
-
"kind": "javascript-module",
|
|
3504
|
-
"path": "src/anchor/anchor.template.ts",
|
|
3505
|
-
"declarations": [
|
|
3506
|
-
{
|
|
3507
|
-
"kind": "function",
|
|
3508
|
-
"name": "foundationAnchorTemplate",
|
|
3509
|
-
"return": {
|
|
3510
|
-
"type": {
|
|
3511
|
-
"text": "ViewTemplate<Anchor>"
|
|
3512
|
-
}
|
|
3513
|
-
},
|
|
3514
|
-
"parameters": [
|
|
3515
|
-
{
|
|
3516
|
-
"name": "context",
|
|
3517
|
-
"type": {
|
|
3518
|
-
"text": "ElementDefinitionContext"
|
|
3728
|
+
"kind": "method",
|
|
3729
|
+
"name": "anchorElementChanged",
|
|
3730
|
+
"privacy": "private",
|
|
3731
|
+
"return": {
|
|
3732
|
+
"type": {
|
|
3733
|
+
"text": "void"
|
|
3734
|
+
}
|
|
3735
|
+
},
|
|
3736
|
+
"inheritedFrom": {
|
|
3737
|
+
"name": "AnchoredRegion",
|
|
3738
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3519
3739
|
}
|
|
3520
3740
|
},
|
|
3521
3741
|
{
|
|
3522
|
-
"
|
|
3523
|
-
"
|
|
3524
|
-
"text": "FoundationElementDefinition"
|
|
3525
|
-
}
|
|
3526
|
-
}
|
|
3527
|
-
]
|
|
3528
|
-
}
|
|
3529
|
-
],
|
|
3530
|
-
"exports": [
|
|
3531
|
-
{
|
|
3532
|
-
"kind": "js",
|
|
3533
|
-
"name": "foundationAnchorTemplate",
|
|
3534
|
-
"declaration": {
|
|
3535
|
-
"name": "foundationAnchorTemplate",
|
|
3536
|
-
"module": "src/anchor/anchor.template.ts"
|
|
3537
|
-
}
|
|
3538
|
-
}
|
|
3539
|
-
]
|
|
3540
|
-
},
|
|
3541
|
-
{
|
|
3542
|
-
"kind": "javascript-module",
|
|
3543
|
-
"path": "src/anchor/anchor.ts",
|
|
3544
|
-
"declarations": [
|
|
3545
|
-
{
|
|
3546
|
-
"kind": "class",
|
|
3547
|
-
"description": "",
|
|
3548
|
-
"name": "Anchor",
|
|
3549
|
-
"superclass": {
|
|
3550
|
-
"name": "FASTAnchor",
|
|
3551
|
-
"package": "@microsoft/fast-components"
|
|
3552
|
-
},
|
|
3553
|
-
"tagName": "%%prefix%%-anchor",
|
|
3554
|
-
"customElement": true,
|
|
3555
|
-
"attributes": [
|
|
3556
|
-
{
|
|
3557
|
-
"name": "download",
|
|
3742
|
+
"kind": "field",
|
|
3743
|
+
"name": "viewportElement",
|
|
3558
3744
|
"type": {
|
|
3559
|
-
"text": "
|
|
3745
|
+
"text": "HTMLElement | null"
|
|
3560
3746
|
},
|
|
3561
|
-
"
|
|
3562
|
-
"
|
|
3747
|
+
"privacy": "public",
|
|
3748
|
+
"default": "null",
|
|
3749
|
+
"description": "The HTML element being used as the viewport",
|
|
3563
3750
|
"inheritedFrom": {
|
|
3564
|
-
"name": "
|
|
3565
|
-
"module": "src/
|
|
3751
|
+
"name": "AnchoredRegion",
|
|
3752
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3566
3753
|
}
|
|
3567
3754
|
},
|
|
3568
3755
|
{
|
|
3569
|
-
"
|
|
3570
|
-
"
|
|
3571
|
-
|
|
3756
|
+
"kind": "method",
|
|
3757
|
+
"name": "viewportElementChanged",
|
|
3758
|
+
"privacy": "private",
|
|
3759
|
+
"return": {
|
|
3760
|
+
"type": {
|
|
3761
|
+
"text": "void"
|
|
3762
|
+
}
|
|
3572
3763
|
},
|
|
3573
|
-
"description": "The URL the hyperlink references. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
3574
|
-
"fieldName": "href",
|
|
3575
3764
|
"inheritedFrom": {
|
|
3576
|
-
"name": "
|
|
3577
|
-
"module": "src/
|
|
3765
|
+
"name": "AnchoredRegion",
|
|
3766
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3578
3767
|
}
|
|
3579
3768
|
},
|
|
3580
3769
|
{
|
|
3581
|
-
"
|
|
3770
|
+
"kind": "field",
|
|
3771
|
+
"name": "verticalPosition",
|
|
3582
3772
|
"type": {
|
|
3583
|
-
"text": "
|
|
3773
|
+
"text": "AnchoredRegionPositionLabel | undefined"
|
|
3584
3774
|
},
|
|
3585
|
-
"
|
|
3586
|
-
"
|
|
3775
|
+
"privacy": "public",
|
|
3776
|
+
"description": "indicates the current horizontal position of the region",
|
|
3587
3777
|
"inheritedFrom": {
|
|
3588
|
-
"name": "
|
|
3589
|
-
"module": "src/
|
|
3778
|
+
"name": "AnchoredRegion",
|
|
3779
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3590
3780
|
}
|
|
3591
3781
|
},
|
|
3592
3782
|
{
|
|
3593
|
-
"
|
|
3783
|
+
"kind": "field",
|
|
3784
|
+
"name": "horizontalPosition",
|
|
3594
3785
|
"type": {
|
|
3595
|
-
"text": "
|
|
3786
|
+
"text": "AnchoredRegionPositionLabel | undefined"
|
|
3596
3787
|
},
|
|
3597
|
-
"
|
|
3598
|
-
"
|
|
3788
|
+
"privacy": "public",
|
|
3789
|
+
"description": "indicates the current vertical position of the region",
|
|
3599
3790
|
"inheritedFrom": {
|
|
3600
|
-
"name": "
|
|
3601
|
-
"module": "src/
|
|
3791
|
+
"name": "AnchoredRegion",
|
|
3792
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3602
3793
|
}
|
|
3603
3794
|
},
|
|
3604
3795
|
{
|
|
3605
|
-
"
|
|
3796
|
+
"kind": "field",
|
|
3797
|
+
"name": "translateX",
|
|
3606
3798
|
"type": {
|
|
3607
|
-
"text": "
|
|
3799
|
+
"text": "number"
|
|
3608
3800
|
},
|
|
3609
|
-
"
|
|
3610
|
-
"
|
|
3801
|
+
"privacy": "private",
|
|
3802
|
+
"description": "values to be applied to the component's transform on render",
|
|
3611
3803
|
"inheritedFrom": {
|
|
3612
|
-
"name": "
|
|
3613
|
-
"module": "src/
|
|
3804
|
+
"name": "AnchoredRegion",
|
|
3805
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3614
3806
|
}
|
|
3615
3807
|
},
|
|
3616
3808
|
{
|
|
3617
|
-
"
|
|
3809
|
+
"kind": "field",
|
|
3810
|
+
"name": "translateY",
|
|
3618
3811
|
"type": {
|
|
3619
|
-
"text": "
|
|
3812
|
+
"text": "number"
|
|
3620
3813
|
},
|
|
3621
|
-
"
|
|
3622
|
-
"fieldName": "rel",
|
|
3814
|
+
"privacy": "private",
|
|
3623
3815
|
"inheritedFrom": {
|
|
3624
|
-
"name": "
|
|
3625
|
-
"module": "src/
|
|
3816
|
+
"name": "AnchoredRegion",
|
|
3817
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3626
3818
|
}
|
|
3627
3819
|
},
|
|
3628
3820
|
{
|
|
3629
|
-
"
|
|
3821
|
+
"kind": "field",
|
|
3822
|
+
"name": "regionWidth",
|
|
3630
3823
|
"type": {
|
|
3631
|
-
"text": "
|
|
3824
|
+
"text": "string"
|
|
3632
3825
|
},
|
|
3633
|
-
"
|
|
3634
|
-
"
|
|
3826
|
+
"privacy": "private",
|
|
3827
|
+
"description": "the span to be applied to the region on each axis",
|
|
3635
3828
|
"inheritedFrom": {
|
|
3636
|
-
"name": "
|
|
3637
|
-
"module": "src/
|
|
3829
|
+
"name": "AnchoredRegion",
|
|
3830
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3638
3831
|
}
|
|
3639
3832
|
},
|
|
3640
3833
|
{
|
|
3641
|
-
"
|
|
3834
|
+
"kind": "field",
|
|
3835
|
+
"name": "regionHeight",
|
|
3642
3836
|
"type": {
|
|
3643
3837
|
"text": "string"
|
|
3644
3838
|
},
|
|
3645
|
-
"
|
|
3646
|
-
"fieldName": "type",
|
|
3839
|
+
"privacy": "private",
|
|
3647
3840
|
"inheritedFrom": {
|
|
3648
|
-
"name": "
|
|
3649
|
-
"module": "src/
|
|
3841
|
+
"name": "AnchoredRegion",
|
|
3842
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3650
3843
|
}
|
|
3651
|
-
}
|
|
3652
|
-
],
|
|
3653
|
-
"members": [
|
|
3844
|
+
},
|
|
3654
3845
|
{
|
|
3655
3846
|
"kind": "field",
|
|
3656
|
-
"name": "
|
|
3847
|
+
"name": "resizeDetector",
|
|
3657
3848
|
"type": {
|
|
3658
|
-
"text": "
|
|
3849
|
+
"text": "ResizeObserverClassDefinition | null"
|
|
3659
3850
|
},
|
|
3660
|
-
"privacy": "
|
|
3661
|
-
"
|
|
3851
|
+
"privacy": "private",
|
|
3852
|
+
"default": "null",
|
|
3662
3853
|
"inheritedFrom": {
|
|
3663
|
-
"name": "
|
|
3664
|
-
"module": "src/
|
|
3854
|
+
"name": "AnchoredRegion",
|
|
3855
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3665
3856
|
}
|
|
3666
3857
|
},
|
|
3667
3858
|
{
|
|
3668
3859
|
"kind": "field",
|
|
3669
|
-
"name": "
|
|
3860
|
+
"name": "viewportRect",
|
|
3670
3861
|
"type": {
|
|
3671
|
-
"text": "
|
|
3862
|
+
"text": "ClientRect | DOMRect | undefined"
|
|
3672
3863
|
},
|
|
3673
|
-
"privacy": "
|
|
3674
|
-
"description": "The URL the hyperlink references. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
3864
|
+
"privacy": "private",
|
|
3675
3865
|
"inheritedFrom": {
|
|
3676
|
-
"name": "
|
|
3677
|
-
"module": "src/
|
|
3866
|
+
"name": "AnchoredRegion",
|
|
3867
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3678
3868
|
}
|
|
3679
3869
|
},
|
|
3680
3870
|
{
|
|
3681
3871
|
"kind": "field",
|
|
3682
|
-
"name": "
|
|
3872
|
+
"name": "anchorRect",
|
|
3683
3873
|
"type": {
|
|
3684
|
-
"text": "
|
|
3874
|
+
"text": "ClientRect | DOMRect | undefined"
|
|
3685
3875
|
},
|
|
3686
|
-
"privacy": "
|
|
3687
|
-
"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.",
|
|
3876
|
+
"privacy": "private",
|
|
3688
3877
|
"inheritedFrom": {
|
|
3689
|
-
"name": "
|
|
3690
|
-
"module": "src/
|
|
3878
|
+
"name": "AnchoredRegion",
|
|
3879
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3691
3880
|
}
|
|
3692
3881
|
},
|
|
3693
3882
|
{
|
|
3694
3883
|
"kind": "field",
|
|
3695
|
-
"name": "
|
|
3884
|
+
"name": "regionRect",
|
|
3696
3885
|
"type": {
|
|
3697
|
-
"text": "
|
|
3886
|
+
"text": "ClientRect | DOMRect | undefined"
|
|
3698
3887
|
},
|
|
3699
|
-
"privacy": "
|
|
3700
|
-
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
3888
|
+
"privacy": "private",
|
|
3701
3889
|
"inheritedFrom": {
|
|
3702
|
-
"name": "
|
|
3703
|
-
"module": "src/
|
|
3890
|
+
"name": "AnchoredRegion",
|
|
3891
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3704
3892
|
}
|
|
3705
3893
|
},
|
|
3706
3894
|
{
|
|
3707
3895
|
"kind": "field",
|
|
3708
|
-
"name": "
|
|
3896
|
+
"name": "baseHorizontalOffset",
|
|
3709
3897
|
"type": {
|
|
3710
|
-
"text": "
|
|
3898
|
+
"text": "number"
|
|
3711
3899
|
},
|
|
3712
|
-
"privacy": "
|
|
3713
|
-
"
|
|
3900
|
+
"privacy": "private",
|
|
3901
|
+
"default": "0",
|
|
3902
|
+
"description": "base offsets between the positioner's base position and the anchor's",
|
|
3714
3903
|
"inheritedFrom": {
|
|
3715
|
-
"name": "
|
|
3716
|
-
"module": "src/
|
|
3904
|
+
"name": "AnchoredRegion",
|
|
3905
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3717
3906
|
}
|
|
3718
3907
|
},
|
|
3719
3908
|
{
|
|
3720
3909
|
"kind": "field",
|
|
3721
|
-
"name": "
|
|
3910
|
+
"name": "baseVerticalOffset",
|
|
3722
3911
|
"type": {
|
|
3723
|
-
"text": "
|
|
3912
|
+
"text": "number"
|
|
3724
3913
|
},
|
|
3725
|
-
"privacy": "
|
|
3726
|
-
"
|
|
3914
|
+
"privacy": "private",
|
|
3915
|
+
"default": "0",
|
|
3727
3916
|
"inheritedFrom": {
|
|
3728
|
-
"name": "
|
|
3729
|
-
"module": "src/
|
|
3917
|
+
"name": "AnchoredRegion",
|
|
3918
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3730
3919
|
}
|
|
3731
3920
|
},
|
|
3732
3921
|
{
|
|
3733
3922
|
"kind": "field",
|
|
3734
|
-
"name": "
|
|
3923
|
+
"name": "pendingPositioningUpdate",
|
|
3735
3924
|
"type": {
|
|
3736
|
-
"text": "
|
|
3925
|
+
"text": "boolean"
|
|
3737
3926
|
},
|
|
3738
|
-
"privacy": "
|
|
3739
|
-
"
|
|
3927
|
+
"privacy": "private",
|
|
3928
|
+
"default": "false",
|
|
3740
3929
|
"inheritedFrom": {
|
|
3741
|
-
"name": "
|
|
3742
|
-
"module": "src/
|
|
3930
|
+
"name": "AnchoredRegion",
|
|
3931
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3743
3932
|
}
|
|
3744
3933
|
},
|
|
3745
3934
|
{
|
|
3746
3935
|
"kind": "field",
|
|
3747
|
-
"name": "
|
|
3936
|
+
"name": "pendingReset",
|
|
3748
3937
|
"type": {
|
|
3749
|
-
"text": "
|
|
3938
|
+
"text": "boolean"
|
|
3750
3939
|
},
|
|
3751
|
-
"privacy": "
|
|
3752
|
-
"
|
|
3940
|
+
"privacy": "private",
|
|
3941
|
+
"default": "false",
|
|
3753
3942
|
"inheritedFrom": {
|
|
3754
|
-
"name": "
|
|
3755
|
-
"module": "src/
|
|
3943
|
+
"name": "AnchoredRegion",
|
|
3944
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3756
3945
|
}
|
|
3757
3946
|
},
|
|
3758
3947
|
{
|
|
3759
3948
|
"kind": "field",
|
|
3760
|
-
"name": "
|
|
3949
|
+
"name": "currentDirection",
|
|
3761
3950
|
"type": {
|
|
3762
|
-
"text": "
|
|
3951
|
+
"text": "Direction"
|
|
3763
3952
|
},
|
|
3764
|
-
"privacy": "
|
|
3765
|
-
"description": "References the root element",
|
|
3953
|
+
"privacy": "private",
|
|
3766
3954
|
"inheritedFrom": {
|
|
3767
|
-
"name": "
|
|
3768
|
-
"module": "src/
|
|
3955
|
+
"name": "AnchoredRegion",
|
|
3956
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3769
3957
|
}
|
|
3770
3958
|
},
|
|
3771
3959
|
{
|
|
3772
3960
|
"kind": "field",
|
|
3773
|
-
"name": "
|
|
3961
|
+
"name": "regionVisible",
|
|
3962
|
+
"type": {
|
|
3963
|
+
"text": "boolean"
|
|
3964
|
+
},
|
|
3774
3965
|
"privacy": "private",
|
|
3775
|
-
"
|
|
3966
|
+
"default": "false",
|
|
3776
3967
|
"inheritedFrom": {
|
|
3777
|
-
"name": "
|
|
3778
|
-
"module": "src/
|
|
3968
|
+
"name": "AnchoredRegion",
|
|
3969
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3779
3970
|
}
|
|
3780
3971
|
},
|
|
3781
3972
|
{
|
|
3782
3973
|
"kind": "field",
|
|
3783
|
-
"name": "
|
|
3974
|
+
"name": "forceUpdate",
|
|
3784
3975
|
"type": {
|
|
3785
|
-
"text": "
|
|
3976
|
+
"text": "boolean"
|
|
3786
3977
|
},
|
|
3787
3978
|
"privacy": "private",
|
|
3788
|
-
"default": "
|
|
3979
|
+
"default": "false",
|
|
3789
3980
|
"inheritedFrom": {
|
|
3790
|
-
"name": "
|
|
3791
|
-
"module": "src/
|
|
3981
|
+
"name": "AnchoredRegion",
|
|
3982
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3792
3983
|
}
|
|
3793
3984
|
},
|
|
3794
3985
|
{
|
|
3795
3986
|
"kind": "field",
|
|
3796
|
-
"name": "
|
|
3987
|
+
"name": "updateThreshold",
|
|
3797
3988
|
"type": {
|
|
3798
|
-
"text": "
|
|
3989
|
+
"text": "number"
|
|
3799
3990
|
},
|
|
3800
|
-
"privacy": "
|
|
3801
|
-
"
|
|
3991
|
+
"privacy": "private",
|
|
3992
|
+
"default": "0.5",
|
|
3802
3993
|
"inheritedFrom": {
|
|
3803
|
-
"name": "
|
|
3804
|
-
"module": "src/
|
|
3994
|
+
"name": "AnchoredRegion",
|
|
3995
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3805
3996
|
}
|
|
3806
3997
|
},
|
|
3807
3998
|
{
|
|
3808
3999
|
"kind": "field",
|
|
3809
|
-
"name": "
|
|
4000
|
+
"name": "intersectionService",
|
|
3810
4001
|
"type": {
|
|
3811
|
-
"text": "
|
|
4002
|
+
"text": "IntersectionService"
|
|
3812
4003
|
},
|
|
4004
|
+
"privacy": "private",
|
|
4005
|
+
"static": true,
|
|
4006
|
+
"default": "new IntersectionService()",
|
|
4007
|
+
"inheritedFrom": {
|
|
4008
|
+
"name": "AnchoredRegion",
|
|
4009
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4010
|
+
}
|
|
4011
|
+
},
|
|
4012
|
+
{
|
|
4013
|
+
"kind": "field",
|
|
4014
|
+
"name": "update",
|
|
3813
4015
|
"privacy": "public",
|
|
3814
|
-
"description": "
|
|
4016
|
+
"description": "update position",
|
|
3815
4017
|
"inheritedFrom": {
|
|
3816
|
-
"name": "
|
|
3817
|
-
"module": "src/
|
|
4018
|
+
"name": "AnchoredRegion",
|
|
4019
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3818
4020
|
}
|
|
3819
4021
|
},
|
|
3820
4022
|
{
|
|
3821
4023
|
"kind": "method",
|
|
3822
|
-
"name": "
|
|
3823
|
-
"privacy": "
|
|
4024
|
+
"name": "disconnectResizeDetector",
|
|
4025
|
+
"privacy": "private",
|
|
3824
4026
|
"return": {
|
|
3825
4027
|
"type": {
|
|
3826
4028
|
"text": "void"
|
|
3827
4029
|
}
|
|
3828
4030
|
},
|
|
4031
|
+
"description": "destroys the instance's resize observer",
|
|
3829
4032
|
"inheritedFrom": {
|
|
3830
|
-
"name": "
|
|
3831
|
-
"module": "src/
|
|
4033
|
+
"name": "AnchoredRegion",
|
|
4034
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3832
4035
|
}
|
|
3833
4036
|
},
|
|
3834
4037
|
{
|
|
3835
|
-
"kind": "
|
|
3836
|
-
"name": "
|
|
3837
|
-
"
|
|
3838
|
-
|
|
4038
|
+
"kind": "method",
|
|
4039
|
+
"name": "initializeResizeDetector",
|
|
4040
|
+
"privacy": "private",
|
|
4041
|
+
"return": {
|
|
4042
|
+
"type": {
|
|
4043
|
+
"text": "void"
|
|
4044
|
+
}
|
|
3839
4045
|
},
|
|
3840
|
-
"
|
|
3841
|
-
"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",
|
|
3842
4047
|
"inheritedFrom": {
|
|
3843
|
-
"name": "
|
|
3844
|
-
"module": "src/
|
|
4048
|
+
"name": "AnchoredRegion",
|
|
4049
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3845
4050
|
}
|
|
3846
4051
|
},
|
|
3847
4052
|
{
|
|
3848
4053
|
"kind": "method",
|
|
3849
|
-
"name": "
|
|
3850
|
-
"privacy": "
|
|
4054
|
+
"name": "updateForAttributeChange",
|
|
4055
|
+
"privacy": "private",
|
|
3851
4056
|
"return": {
|
|
3852
4057
|
"type": {
|
|
3853
4058
|
"text": "void"
|
|
3854
4059
|
}
|
|
3855
4060
|
},
|
|
4061
|
+
"description": "react to attribute changes that don't require a reset",
|
|
3856
4062
|
"inheritedFrom": {
|
|
3857
|
-
"name": "
|
|
3858
|
-
"module": "src/
|
|
4063
|
+
"name": "AnchoredRegion",
|
|
4064
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3859
4065
|
}
|
|
3860
4066
|
},
|
|
3861
4067
|
{
|
|
3862
4068
|
"kind": "method",
|
|
3863
|
-
"name": "
|
|
3864
|
-
"privacy": "
|
|
3865
|
-
"static": true,
|
|
4069
|
+
"name": "initialize",
|
|
4070
|
+
"privacy": "private",
|
|
3866
4071
|
"return": {
|
|
3867
4072
|
"type": {
|
|
3868
|
-
"text": "
|
|
4073
|
+
"text": "void"
|
|
3869
4074
|
}
|
|
3870
4075
|
},
|
|
3871
|
-
"
|
|
3872
|
-
{
|
|
3873
|
-
"name": "this",
|
|
3874
|
-
"type": {
|
|
3875
|
-
"text": "K"
|
|
3876
|
-
}
|
|
3877
|
-
},
|
|
3878
|
-
{
|
|
3879
|
-
"name": "elementDefinition",
|
|
3880
|
-
"type": {
|
|
3881
|
-
"text": "T"
|
|
3882
|
-
},
|
|
3883
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
3884
|
-
}
|
|
3885
|
-
],
|
|
3886
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
4076
|
+
"description": "fully initializes the component",
|
|
3887
4077
|
"inheritedFrom": {
|
|
3888
|
-
"name": "
|
|
3889
|
-
"module": "src/
|
|
3890
|
-
}
|
|
3891
|
-
}
|
|
3892
|
-
]
|
|
3893
|
-
},
|
|
3894
|
-
{
|
|
3895
|
-
"kind": "variable",
|
|
3896
|
-
"name": "foundationAnchorShadowOptions",
|
|
3897
|
-
"type": {
|
|
3898
|
-
"text": "ShadowRootInit"
|
|
3899
|
-
},
|
|
3900
|
-
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
3901
|
-
},
|
|
3902
|
-
{
|
|
3903
|
-
"kind": "variable",
|
|
3904
|
-
"name": "defaultAnchorConfig",
|
|
3905
|
-
"type": {
|
|
3906
|
-
"text": "object"
|
|
3907
|
-
},
|
|
3908
|
-
"default": "{}"
|
|
3909
|
-
},
|
|
3910
|
-
{
|
|
3911
|
-
"kind": "variable",
|
|
3912
|
-
"name": "foundationAnchor",
|
|
3913
|
-
"description": "The Foundation Anchor",
|
|
3914
|
-
"privacy": "public"
|
|
3915
|
-
}
|
|
3916
|
-
],
|
|
3917
|
-
"exports": [
|
|
3918
|
-
{
|
|
3919
|
-
"kind": "js",
|
|
3920
|
-
"name": "Anchor",
|
|
3921
|
-
"declaration": {
|
|
3922
|
-
"name": "Anchor",
|
|
3923
|
-
"module": "src/anchor/anchor.ts"
|
|
3924
|
-
}
|
|
3925
|
-
},
|
|
3926
|
-
{
|
|
3927
|
-
"kind": "js",
|
|
3928
|
-
"name": "foundationAnchorShadowOptions",
|
|
3929
|
-
"declaration": {
|
|
3930
|
-
"name": "foundationAnchorShadowOptions",
|
|
3931
|
-
"module": "src/anchor/anchor.ts"
|
|
3932
|
-
}
|
|
3933
|
-
},
|
|
3934
|
-
{
|
|
3935
|
-
"kind": "js",
|
|
3936
|
-
"name": "defaultAnchorConfig",
|
|
3937
|
-
"declaration": {
|
|
3938
|
-
"name": "defaultAnchorConfig",
|
|
3939
|
-
"module": "src/anchor/anchor.ts"
|
|
3940
|
-
}
|
|
3941
|
-
},
|
|
3942
|
-
{
|
|
3943
|
-
"kind": "js",
|
|
3944
|
-
"name": "foundationAnchor",
|
|
3945
|
-
"declaration": {
|
|
3946
|
-
"name": "foundationAnchor",
|
|
3947
|
-
"module": "src/anchor/anchor.ts"
|
|
3948
|
-
}
|
|
3949
|
-
}
|
|
3950
|
-
]
|
|
3951
|
-
},
|
|
3952
|
-
{
|
|
3953
|
-
"kind": "javascript-module",
|
|
3954
|
-
"path": "src/anchor/index.ts",
|
|
3955
|
-
"declarations": [],
|
|
3956
|
-
"exports": [
|
|
3957
|
-
{
|
|
3958
|
-
"kind": "js",
|
|
3959
|
-
"name": "*",
|
|
3960
|
-
"declaration": {
|
|
3961
|
-
"name": "*",
|
|
3962
|
-
"package": "./anchor.template"
|
|
3963
|
-
}
|
|
3964
|
-
},
|
|
3965
|
-
{
|
|
3966
|
-
"kind": "js",
|
|
3967
|
-
"name": "*",
|
|
3968
|
-
"declaration": {
|
|
3969
|
-
"name": "*",
|
|
3970
|
-
"package": "./anchor.styles"
|
|
3971
|
-
}
|
|
3972
|
-
},
|
|
3973
|
-
{
|
|
3974
|
-
"kind": "js",
|
|
3975
|
-
"name": "*",
|
|
3976
|
-
"declaration": {
|
|
3977
|
-
"name": "*",
|
|
3978
|
-
"package": "./anchor"
|
|
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"
|
|
4078
|
+
"name": "AnchoredRegion",
|
|
4079
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4000
4080
|
}
|
|
4001
4081
|
},
|
|
4002
4082
|
{
|
|
4003
|
-
"
|
|
4004
|
-
"
|
|
4005
|
-
|
|
4006
|
-
|
|
4007
|
-
|
|
4008
|
-
|
|
4009
|
-
|
|
4010
|
-
|
|
4011
|
-
|
|
4012
|
-
|
|
4013
|
-
|
|
4014
|
-
|
|
4015
|
-
|
|
4016
|
-
}
|
|
4017
|
-
},
|
|
4018
|
-
"parameters": [
|
|
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",
|
|
4092
|
+
"inheritedFrom": {
|
|
4093
|
+
"name": "AnchoredRegion",
|
|
4094
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
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
|
]
|