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