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