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