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