@genesislcap/foundation-ui 14.274.0 → 14.275.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.
|
@@ -825,7 +825,24 @@
|
|
|
825
825
|
},
|
|
826
826
|
{
|
|
827
827
|
"name": "prefix",
|
|
828
|
-
"default": "'foundation'"
|
|
828
|
+
"default": "'foundation'",
|
|
829
|
+
"description": "The prefix for the design system. By default, this is 'foundation'."
|
|
830
|
+
},
|
|
831
|
+
{
|
|
832
|
+
"name": "tokens",
|
|
833
|
+
"optional": true,
|
|
834
|
+
"type": {
|
|
835
|
+
"text": "any"
|
|
836
|
+
},
|
|
837
|
+
"description": "The tokens for the design system. By default, this is the foundation tokens."
|
|
838
|
+
},
|
|
839
|
+
{
|
|
840
|
+
"name": "values",
|
|
841
|
+
"optional": true,
|
|
842
|
+
"type": {
|
|
843
|
+
"text": "any"
|
|
844
|
+
},
|
|
845
|
+
"description": "The values for the design system. By default, this is the foundation values."
|
|
829
846
|
}
|
|
830
847
|
],
|
|
831
848
|
"description": "Provides a design system for the specified element either by returning one that was\nalready created for that element or creating one.",
|
|
@@ -896,219 +913,6 @@
|
|
|
896
913
|
}
|
|
897
914
|
]
|
|
898
915
|
},
|
|
899
|
-
{
|
|
900
|
-
"kind": "javascript-module",
|
|
901
|
-
"path": "src/accordion/accordion.styles.ts",
|
|
902
|
-
"declarations": [
|
|
903
|
-
{
|
|
904
|
-
"kind": "function",
|
|
905
|
-
"name": "foundationAccordionStyles",
|
|
906
|
-
"return": {
|
|
907
|
-
"type": {
|
|
908
|
-
"text": "ElementStyles"
|
|
909
|
-
}
|
|
910
|
-
},
|
|
911
|
-
"parameters": [
|
|
912
|
-
{
|
|
913
|
-
"name": "context",
|
|
914
|
-
"type": {
|
|
915
|
-
"text": "ElementDefinitionContext"
|
|
916
|
-
}
|
|
917
|
-
},
|
|
918
|
-
{
|
|
919
|
-
"name": "definition",
|
|
920
|
-
"type": {
|
|
921
|
-
"text": "FoundationElementDefinition"
|
|
922
|
-
}
|
|
923
|
-
}
|
|
924
|
-
]
|
|
925
|
-
}
|
|
926
|
-
],
|
|
927
|
-
"exports": [
|
|
928
|
-
{
|
|
929
|
-
"kind": "js",
|
|
930
|
-
"name": "foundationAccordionStyles",
|
|
931
|
-
"declaration": {
|
|
932
|
-
"name": "foundationAccordionStyles",
|
|
933
|
-
"module": "src/accordion/accordion.styles.ts"
|
|
934
|
-
}
|
|
935
|
-
}
|
|
936
|
-
]
|
|
937
|
-
},
|
|
938
|
-
{
|
|
939
|
-
"kind": "javascript-module",
|
|
940
|
-
"path": "src/accordion/accordion.template.ts",
|
|
941
|
-
"declarations": [
|
|
942
|
-
{
|
|
943
|
-
"kind": "function",
|
|
944
|
-
"name": "foundationAccordionTemplate",
|
|
945
|
-
"return": {
|
|
946
|
-
"type": {
|
|
947
|
-
"text": "ViewTemplate<Accordion>"
|
|
948
|
-
}
|
|
949
|
-
},
|
|
950
|
-
"parameters": [
|
|
951
|
-
{
|
|
952
|
-
"name": "context",
|
|
953
|
-
"type": {
|
|
954
|
-
"text": "ElementDefinitionContext"
|
|
955
|
-
}
|
|
956
|
-
},
|
|
957
|
-
{
|
|
958
|
-
"name": "definition",
|
|
959
|
-
"type": {
|
|
960
|
-
"text": "FoundationElementDefinition"
|
|
961
|
-
}
|
|
962
|
-
}
|
|
963
|
-
]
|
|
964
|
-
}
|
|
965
|
-
],
|
|
966
|
-
"exports": [
|
|
967
|
-
{
|
|
968
|
-
"kind": "js",
|
|
969
|
-
"name": "foundationAccordionTemplate",
|
|
970
|
-
"declaration": {
|
|
971
|
-
"name": "foundationAccordionTemplate",
|
|
972
|
-
"module": "src/accordion/accordion.template.ts"
|
|
973
|
-
}
|
|
974
|
-
}
|
|
975
|
-
]
|
|
976
|
-
},
|
|
977
|
-
{
|
|
978
|
-
"kind": "javascript-module",
|
|
979
|
-
"path": "src/accordion/accordion.ts",
|
|
980
|
-
"declarations": [
|
|
981
|
-
{
|
|
982
|
-
"kind": "class",
|
|
983
|
-
"description": "",
|
|
984
|
-
"name": "Accordion",
|
|
985
|
-
"superclass": {
|
|
986
|
-
"name": "FASTAccordion",
|
|
987
|
-
"package": "@microsoft/fast-foundation"
|
|
988
|
-
},
|
|
989
|
-
"tagName": "%%prefix%%-accordion",
|
|
990
|
-
"customElement": true
|
|
991
|
-
},
|
|
992
|
-
{
|
|
993
|
-
"kind": "variable",
|
|
994
|
-
"name": "foundationAccordionShadowOptions",
|
|
995
|
-
"type": {
|
|
996
|
-
"text": "ShadowRootInit"
|
|
997
|
-
},
|
|
998
|
-
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
999
|
-
},
|
|
1000
|
-
{
|
|
1001
|
-
"kind": "variable",
|
|
1002
|
-
"name": "defaultAccordionConfig",
|
|
1003
|
-
"type": {
|
|
1004
|
-
"text": "object"
|
|
1005
|
-
},
|
|
1006
|
-
"default": "{}"
|
|
1007
|
-
},
|
|
1008
|
-
{
|
|
1009
|
-
"kind": "variable",
|
|
1010
|
-
"name": "foundationAccordion",
|
|
1011
|
-
"description": "The Foundation Accordion",
|
|
1012
|
-
"privacy": "public"
|
|
1013
|
-
}
|
|
1014
|
-
],
|
|
1015
|
-
"exports": [
|
|
1016
|
-
{
|
|
1017
|
-
"kind": "js",
|
|
1018
|
-
"name": "Accordion",
|
|
1019
|
-
"declaration": {
|
|
1020
|
-
"name": "Accordion",
|
|
1021
|
-
"module": "src/accordion/accordion.ts"
|
|
1022
|
-
}
|
|
1023
|
-
},
|
|
1024
|
-
{
|
|
1025
|
-
"kind": "js",
|
|
1026
|
-
"name": "foundationAccordionShadowOptions",
|
|
1027
|
-
"declaration": {
|
|
1028
|
-
"name": "foundationAccordionShadowOptions",
|
|
1029
|
-
"module": "src/accordion/accordion.ts"
|
|
1030
|
-
}
|
|
1031
|
-
},
|
|
1032
|
-
{
|
|
1033
|
-
"kind": "js",
|
|
1034
|
-
"name": "defaultAccordionConfig",
|
|
1035
|
-
"declaration": {
|
|
1036
|
-
"name": "defaultAccordionConfig",
|
|
1037
|
-
"module": "src/accordion/accordion.ts"
|
|
1038
|
-
}
|
|
1039
|
-
},
|
|
1040
|
-
{
|
|
1041
|
-
"kind": "js",
|
|
1042
|
-
"name": "foundationAccordion",
|
|
1043
|
-
"declaration": {
|
|
1044
|
-
"name": "foundationAccordion",
|
|
1045
|
-
"module": "src/accordion/accordion.ts"
|
|
1046
|
-
}
|
|
1047
|
-
}
|
|
1048
|
-
]
|
|
1049
|
-
},
|
|
1050
|
-
{
|
|
1051
|
-
"kind": "javascript-module",
|
|
1052
|
-
"path": "src/accordion/index.ts",
|
|
1053
|
-
"declarations": [],
|
|
1054
|
-
"exports": [
|
|
1055
|
-
{
|
|
1056
|
-
"kind": "js",
|
|
1057
|
-
"name": "*",
|
|
1058
|
-
"declaration": {
|
|
1059
|
-
"name": "*",
|
|
1060
|
-
"package": "./accordion.template"
|
|
1061
|
-
}
|
|
1062
|
-
},
|
|
1063
|
-
{
|
|
1064
|
-
"kind": "js",
|
|
1065
|
-
"name": "*",
|
|
1066
|
-
"declaration": {
|
|
1067
|
-
"name": "*",
|
|
1068
|
-
"package": "./accordion.styles"
|
|
1069
|
-
}
|
|
1070
|
-
},
|
|
1071
|
-
{
|
|
1072
|
-
"kind": "js",
|
|
1073
|
-
"name": "*",
|
|
1074
|
-
"declaration": {
|
|
1075
|
-
"name": "*",
|
|
1076
|
-
"package": "./accordion"
|
|
1077
|
-
}
|
|
1078
|
-
}
|
|
1079
|
-
]
|
|
1080
|
-
},
|
|
1081
|
-
{
|
|
1082
|
-
"kind": "javascript-module",
|
|
1083
|
-
"path": "src/_config/index.ts",
|
|
1084
|
-
"declarations": [],
|
|
1085
|
-
"exports": [
|
|
1086
|
-
{
|
|
1087
|
-
"kind": "js",
|
|
1088
|
-
"name": "*",
|
|
1089
|
-
"declaration": {
|
|
1090
|
-
"name": "*",
|
|
1091
|
-
"package": "./styles"
|
|
1092
|
-
}
|
|
1093
|
-
},
|
|
1094
|
-
{
|
|
1095
|
-
"kind": "js",
|
|
1096
|
-
"name": "*",
|
|
1097
|
-
"declaration": {
|
|
1098
|
-
"name": "*",
|
|
1099
|
-
"package": "./tokens"
|
|
1100
|
-
}
|
|
1101
|
-
},
|
|
1102
|
-
{
|
|
1103
|
-
"kind": "js",
|
|
1104
|
-
"name": "*",
|
|
1105
|
-
"declaration": {
|
|
1106
|
-
"name": "*",
|
|
1107
|
-
"package": "./values"
|
|
1108
|
-
}
|
|
1109
|
-
}
|
|
1110
|
-
]
|
|
1111
|
-
},
|
|
1112
916
|
{
|
|
1113
917
|
"kind": "javascript-module",
|
|
1114
918
|
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
@@ -1505,33 +1309,64 @@
|
|
|
1505
1309
|
},
|
|
1506
1310
|
{
|
|
1507
1311
|
"kind": "javascript-module",
|
|
1508
|
-
"path": "src/
|
|
1509
|
-
"declarations": [
|
|
1510
|
-
|
|
1511
|
-
"kind": "function",
|
|
1512
|
-
"name": "actionsMenuBaseStyles",
|
|
1513
|
-
"return": {
|
|
1514
|
-
"type": {
|
|
1515
|
-
"text": "ElementStyles"
|
|
1516
|
-
}
|
|
1517
|
-
},
|
|
1518
|
-
"parameters": [
|
|
1519
|
-
{
|
|
1520
|
-
"name": "context",
|
|
1521
|
-
"type": {
|
|
1522
|
-
"text": "ElementDefinitionContext"
|
|
1523
|
-
}
|
|
1524
|
-
},
|
|
1525
|
-
{
|
|
1526
|
-
"name": "definition",
|
|
1527
|
-
"type": {
|
|
1528
|
-
"text": "FoundationElementDefinition"
|
|
1529
|
-
}
|
|
1530
|
-
}
|
|
1531
|
-
]
|
|
1532
|
-
},
|
|
1312
|
+
"path": "src/_config/index.ts",
|
|
1313
|
+
"declarations": [],
|
|
1314
|
+
"exports": [
|
|
1533
1315
|
{
|
|
1534
|
-
"kind": "
|
|
1316
|
+
"kind": "js",
|
|
1317
|
+
"name": "*",
|
|
1318
|
+
"declaration": {
|
|
1319
|
+
"name": "*",
|
|
1320
|
+
"package": "./styles"
|
|
1321
|
+
}
|
|
1322
|
+
},
|
|
1323
|
+
{
|
|
1324
|
+
"kind": "js",
|
|
1325
|
+
"name": "*",
|
|
1326
|
+
"declaration": {
|
|
1327
|
+
"name": "*",
|
|
1328
|
+
"package": "./tokens"
|
|
1329
|
+
}
|
|
1330
|
+
},
|
|
1331
|
+
{
|
|
1332
|
+
"kind": "js",
|
|
1333
|
+
"name": "*",
|
|
1334
|
+
"declaration": {
|
|
1335
|
+
"name": "*",
|
|
1336
|
+
"package": "./values"
|
|
1337
|
+
}
|
|
1338
|
+
}
|
|
1339
|
+
]
|
|
1340
|
+
},
|
|
1341
|
+
{
|
|
1342
|
+
"kind": "javascript-module",
|
|
1343
|
+
"path": "src/actions-menu/actions-menu.styles.ts",
|
|
1344
|
+
"declarations": [
|
|
1345
|
+
{
|
|
1346
|
+
"kind": "function",
|
|
1347
|
+
"name": "actionsMenuBaseStyles",
|
|
1348
|
+
"return": {
|
|
1349
|
+
"type": {
|
|
1350
|
+
"text": "ElementStyles"
|
|
1351
|
+
}
|
|
1352
|
+
},
|
|
1353
|
+
"parameters": [
|
|
1354
|
+
{
|
|
1355
|
+
"name": "context",
|
|
1356
|
+
"type": {
|
|
1357
|
+
"text": "ElementDefinitionContext"
|
|
1358
|
+
}
|
|
1359
|
+
},
|
|
1360
|
+
{
|
|
1361
|
+
"name": "definition",
|
|
1362
|
+
"type": {
|
|
1363
|
+
"text": "FoundationElementDefinition"
|
|
1364
|
+
}
|
|
1365
|
+
}
|
|
1366
|
+
]
|
|
1367
|
+
},
|
|
1368
|
+
{
|
|
1369
|
+
"kind": "function",
|
|
1535
1370
|
"name": "foundationActionsMenuStyles",
|
|
1536
1371
|
"return": {
|
|
1537
1372
|
"type": {
|
|
@@ -2064,14 +1899,14 @@
|
|
|
2064
1899
|
},
|
|
2065
1900
|
{
|
|
2066
1901
|
"kind": "javascript-module",
|
|
2067
|
-
"path": "src/
|
|
1902
|
+
"path": "src/anchor/anchor.styles.ts",
|
|
2068
1903
|
"declarations": [
|
|
2069
1904
|
{
|
|
2070
1905
|
"kind": "function",
|
|
2071
|
-
"name": "
|
|
1906
|
+
"name": "foundationAnchorStyles",
|
|
2072
1907
|
"return": {
|
|
2073
1908
|
"type": {
|
|
2074
|
-
"text": "
|
|
1909
|
+
"text": "ElementStyles"
|
|
2075
1910
|
}
|
|
2076
1911
|
},
|
|
2077
1912
|
"parameters": [
|
|
@@ -2093,24 +1928,24 @@
|
|
|
2093
1928
|
"exports": [
|
|
2094
1929
|
{
|
|
2095
1930
|
"kind": "js",
|
|
2096
|
-
"name": "
|
|
1931
|
+
"name": "foundationAnchorStyles",
|
|
2097
1932
|
"declaration": {
|
|
2098
|
-
"name": "
|
|
2099
|
-
"module": "src/
|
|
1933
|
+
"name": "foundationAnchorStyles",
|
|
1934
|
+
"module": "src/anchor/anchor.styles.ts"
|
|
2100
1935
|
}
|
|
2101
1936
|
}
|
|
2102
1937
|
]
|
|
2103
1938
|
},
|
|
2104
1939
|
{
|
|
2105
1940
|
"kind": "javascript-module",
|
|
2106
|
-
"path": "src/
|
|
1941
|
+
"path": "src/anchor/anchor.template.ts",
|
|
2107
1942
|
"declarations": [
|
|
2108
1943
|
{
|
|
2109
1944
|
"kind": "function",
|
|
2110
|
-
"name": "
|
|
1945
|
+
"name": "foundationAnchorTemplate",
|
|
2111
1946
|
"return": {
|
|
2112
1947
|
"type": {
|
|
2113
|
-
"text": "
|
|
1948
|
+
"text": "ViewTemplate<Anchor>"
|
|
2114
1949
|
}
|
|
2115
1950
|
},
|
|
2116
1951
|
"parameters": [
|
|
@@ -2132,861 +1967,962 @@
|
|
|
2132
1967
|
"exports": [
|
|
2133
1968
|
{
|
|
2134
1969
|
"kind": "js",
|
|
2135
|
-
"name": "
|
|
1970
|
+
"name": "foundationAnchorTemplate",
|
|
2136
1971
|
"declaration": {
|
|
2137
|
-
"name": "
|
|
2138
|
-
"module": "src/
|
|
1972
|
+
"name": "foundationAnchorTemplate",
|
|
1973
|
+
"module": "src/anchor/anchor.template.ts"
|
|
2139
1974
|
}
|
|
2140
1975
|
}
|
|
2141
1976
|
]
|
|
2142
1977
|
},
|
|
2143
1978
|
{
|
|
2144
1979
|
"kind": "javascript-module",
|
|
2145
|
-
"path": "src/
|
|
1980
|
+
"path": "src/anchor/anchor.ts",
|
|
2146
1981
|
"declarations": [
|
|
2147
1982
|
{
|
|
2148
1983
|
"kind": "class",
|
|
2149
1984
|
"description": "",
|
|
2150
|
-
"name": "
|
|
1985
|
+
"name": "Anchor",
|
|
2151
1986
|
"superclass": {
|
|
2152
|
-
"name": "
|
|
1987
|
+
"name": "FASTAnchor",
|
|
2153
1988
|
"package": "@microsoft/fast-components"
|
|
2154
1989
|
},
|
|
2155
|
-
"tagName": "%%prefix%%-
|
|
1990
|
+
"tagName": "%%prefix%%-anchor",
|
|
2156
1991
|
"customElement": true,
|
|
2157
1992
|
"attributes": [
|
|
2158
1993
|
{
|
|
2159
|
-
"name": "
|
|
1994
|
+
"name": "download",
|
|
2160
1995
|
"type": {
|
|
2161
1996
|
"text": "string"
|
|
2162
1997
|
},
|
|
2163
|
-
"
|
|
2164
|
-
"
|
|
2165
|
-
"fieldName": "anchor",
|
|
1998
|
+
"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.",
|
|
1999
|
+
"fieldName": "download",
|
|
2166
2000
|
"inheritedFrom": {
|
|
2167
|
-
"name": "
|
|
2168
|
-
"module": "src/
|
|
2001
|
+
"name": "Anchor",
|
|
2002
|
+
"module": "src/anchor/anchor.ts"
|
|
2169
2003
|
}
|
|
2170
2004
|
},
|
|
2171
2005
|
{
|
|
2172
|
-
"name": "
|
|
2006
|
+
"name": "href",
|
|
2173
2007
|
"type": {
|
|
2174
2008
|
"text": "string"
|
|
2175
2009
|
},
|
|
2176
|
-
"
|
|
2177
|
-
"
|
|
2178
|
-
"fieldName": "viewport",
|
|
2010
|
+
"description": "The URL the hyperlink references. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
2011
|
+
"fieldName": "href",
|
|
2179
2012
|
"inheritedFrom": {
|
|
2180
|
-
"name": "
|
|
2181
|
-
"module": "src/
|
|
2013
|
+
"name": "Anchor",
|
|
2014
|
+
"module": "src/anchor/anchor.ts"
|
|
2182
2015
|
}
|
|
2183
2016
|
},
|
|
2184
2017
|
{
|
|
2185
|
-
"name": "
|
|
2018
|
+
"name": "hreflang",
|
|
2186
2019
|
"type": {
|
|
2187
|
-
"text": "
|
|
2020
|
+
"text": "string"
|
|
2188
2021
|
},
|
|
2189
|
-
"
|
|
2190
|
-
"
|
|
2191
|
-
"fieldName": "horizontalPositioningMode",
|
|
2022
|
+
"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.",
|
|
2023
|
+
"fieldName": "hreflang",
|
|
2192
2024
|
"inheritedFrom": {
|
|
2193
|
-
"name": "
|
|
2194
|
-
"module": "src/
|
|
2025
|
+
"name": "Anchor",
|
|
2026
|
+
"module": "src/anchor/anchor.ts"
|
|
2195
2027
|
}
|
|
2196
2028
|
},
|
|
2197
2029
|
{
|
|
2198
|
-
"name": "
|
|
2030
|
+
"name": "ping",
|
|
2199
2031
|
"type": {
|
|
2200
|
-
"text": "
|
|
2032
|
+
"text": "string"
|
|
2201
2033
|
},
|
|
2202
|
-
"
|
|
2203
|
-
"
|
|
2204
|
-
"fieldName": "horizontalDefaultPosition",
|
|
2034
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
2035
|
+
"fieldName": "ping",
|
|
2205
2036
|
"inheritedFrom": {
|
|
2206
|
-
"name": "
|
|
2207
|
-
"module": "src/
|
|
2037
|
+
"name": "Anchor",
|
|
2038
|
+
"module": "src/anchor/anchor.ts"
|
|
2208
2039
|
}
|
|
2209
2040
|
},
|
|
2210
2041
|
{
|
|
2211
|
-
"name": "
|
|
2042
|
+
"name": "referrerpolicy",
|
|
2212
2043
|
"type": {
|
|
2213
|
-
"text": "
|
|
2044
|
+
"text": "string"
|
|
2214
2045
|
},
|
|
2215
|
-
"
|
|
2216
|
-
"
|
|
2217
|
-
"fieldName": "horizontalViewportLock",
|
|
2046
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
2047
|
+
"fieldName": "referrerpolicy",
|
|
2218
2048
|
"inheritedFrom": {
|
|
2219
|
-
"name": "
|
|
2220
|
-
"module": "src/
|
|
2049
|
+
"name": "Anchor",
|
|
2050
|
+
"module": "src/anchor/anchor.ts"
|
|
2221
2051
|
}
|
|
2222
2052
|
},
|
|
2223
2053
|
{
|
|
2224
|
-
"name": "
|
|
2054
|
+
"name": "rel",
|
|
2225
2055
|
"type": {
|
|
2226
|
-
"text": "
|
|
2056
|
+
"text": "string"
|
|
2227
2057
|
},
|
|
2228
|
-
"
|
|
2229
|
-
"
|
|
2230
|
-
"fieldName": "horizontalInset",
|
|
2058
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
2059
|
+
"fieldName": "rel",
|
|
2231
2060
|
"inheritedFrom": {
|
|
2232
|
-
"name": "
|
|
2233
|
-
"module": "src/
|
|
2061
|
+
"name": "Anchor",
|
|
2062
|
+
"module": "src/anchor/anchor.ts"
|
|
2234
2063
|
}
|
|
2235
2064
|
},
|
|
2236
2065
|
{
|
|
2237
|
-
"name": "
|
|
2066
|
+
"name": "target",
|
|
2238
2067
|
"type": {
|
|
2239
|
-
"text": "
|
|
2068
|
+
"text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
|
|
2240
2069
|
},
|
|
2241
|
-
"description": "
|
|
2242
|
-
"fieldName": "
|
|
2070
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
2071
|
+
"fieldName": "target",
|
|
2243
2072
|
"inheritedFrom": {
|
|
2244
|
-
"name": "
|
|
2245
|
-
"module": "src/
|
|
2073
|
+
"name": "Anchor",
|
|
2074
|
+
"module": "src/anchor/anchor.ts"
|
|
2246
2075
|
}
|
|
2247
2076
|
},
|
|
2248
2077
|
{
|
|
2249
|
-
"name": "
|
|
2078
|
+
"name": "type",
|
|
2250
2079
|
"type": {
|
|
2251
|
-
"text": "
|
|
2080
|
+
"text": "string"
|
|
2252
2081
|
},
|
|
2253
|
-
"
|
|
2254
|
-
"
|
|
2255
|
-
"fieldName": "horizontalScaling",
|
|
2082
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
2083
|
+
"fieldName": "type",
|
|
2256
2084
|
"inheritedFrom": {
|
|
2257
|
-
"name": "
|
|
2258
|
-
"module": "src/
|
|
2085
|
+
"name": "Anchor",
|
|
2086
|
+
"module": "src/anchor/anchor.ts"
|
|
2259
2087
|
}
|
|
2260
|
-
}
|
|
2088
|
+
}
|
|
2089
|
+
],
|
|
2090
|
+
"members": [
|
|
2261
2091
|
{
|
|
2262
|
-
"
|
|
2092
|
+
"kind": "field",
|
|
2093
|
+
"name": "download",
|
|
2263
2094
|
"type": {
|
|
2264
|
-
"text": "
|
|
2095
|
+
"text": "string"
|
|
2265
2096
|
},
|
|
2266
|
-
"
|
|
2267
|
-
"description": "
|
|
2268
|
-
"fieldName": "verticalPositioningMode",
|
|
2097
|
+
"privacy": "public",
|
|
2098
|
+
"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.",
|
|
2269
2099
|
"inheritedFrom": {
|
|
2270
|
-
"name": "
|
|
2271
|
-
"module": "src/
|
|
2100
|
+
"name": "Anchor",
|
|
2101
|
+
"module": "src/anchor/anchor.ts"
|
|
2272
2102
|
}
|
|
2273
2103
|
},
|
|
2274
2104
|
{
|
|
2275
|
-
"
|
|
2105
|
+
"kind": "field",
|
|
2106
|
+
"name": "href",
|
|
2276
2107
|
"type": {
|
|
2277
|
-
"text": "
|
|
2108
|
+
"text": "string"
|
|
2278
2109
|
},
|
|
2279
|
-
"
|
|
2280
|
-
"description": "The
|
|
2281
|
-
"fieldName": "verticalDefaultPosition",
|
|
2110
|
+
"privacy": "public",
|
|
2111
|
+
"description": "The URL the hyperlink references. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2282
2112
|
"inheritedFrom": {
|
|
2283
|
-
"name": "
|
|
2284
|
-
"module": "src/
|
|
2113
|
+
"name": "Anchor",
|
|
2114
|
+
"module": "src/anchor/anchor.ts"
|
|
2285
2115
|
}
|
|
2286
2116
|
},
|
|
2287
2117
|
{
|
|
2288
|
-
"
|
|
2118
|
+
"kind": "field",
|
|
2119
|
+
"name": "hreflang",
|
|
2289
2120
|
"type": {
|
|
2290
|
-
"text": "
|
|
2121
|
+
"text": "string"
|
|
2291
2122
|
},
|
|
2292
|
-
"
|
|
2293
|
-
"description": "
|
|
2294
|
-
"fieldName": "verticalViewportLock",
|
|
2123
|
+
"privacy": "public",
|
|
2124
|
+
"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.",
|
|
2295
2125
|
"inheritedFrom": {
|
|
2296
|
-
"name": "
|
|
2297
|
-
"module": "src/
|
|
2126
|
+
"name": "Anchor",
|
|
2127
|
+
"module": "src/anchor/anchor.ts"
|
|
2298
2128
|
}
|
|
2299
2129
|
},
|
|
2300
2130
|
{
|
|
2301
|
-
"
|
|
2131
|
+
"kind": "field",
|
|
2132
|
+
"name": "ping",
|
|
2302
2133
|
"type": {
|
|
2303
|
-
"text": "
|
|
2134
|
+
"text": "string"
|
|
2304
2135
|
},
|
|
2305
|
-
"
|
|
2306
|
-
"description": "
|
|
2307
|
-
"fieldName": "verticalInset",
|
|
2136
|
+
"privacy": "public",
|
|
2137
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2308
2138
|
"inheritedFrom": {
|
|
2309
|
-
"name": "
|
|
2310
|
-
"module": "src/
|
|
2139
|
+
"name": "Anchor",
|
|
2140
|
+
"module": "src/anchor/anchor.ts"
|
|
2311
2141
|
}
|
|
2312
2142
|
},
|
|
2313
2143
|
{
|
|
2314
|
-
"
|
|
2144
|
+
"kind": "field",
|
|
2145
|
+
"name": "referrerpolicy",
|
|
2315
2146
|
"type": {
|
|
2316
|
-
"text": "
|
|
2147
|
+
"text": "string"
|
|
2317
2148
|
},
|
|
2318
|
-
"
|
|
2319
|
-
"
|
|
2149
|
+
"privacy": "public",
|
|
2150
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2320
2151
|
"inheritedFrom": {
|
|
2321
|
-
"name": "
|
|
2322
|
-
"module": "src/
|
|
2323
|
-
}
|
|
2324
|
-
},
|
|
2325
|
-
{
|
|
2326
|
-
"name": "vertical-scaling",
|
|
2327
|
-
"type": {
|
|
2328
|
-
"text": "AxisScalingMode"
|
|
2329
|
-
},
|
|
2330
|
-
"default": "\"content\"",
|
|
2331
|
-
"description": "Defines how the height of the region is calculated",
|
|
2332
|
-
"fieldName": "verticalScaling",
|
|
2333
|
-
"inheritedFrom": {
|
|
2334
|
-
"name": "AnchoredRegion",
|
|
2335
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
2336
|
-
}
|
|
2337
|
-
},
|
|
2338
|
-
{
|
|
2339
|
-
"name": "fixed-placement",
|
|
2340
|
-
"type": {
|
|
2341
|
-
"text": "boolean"
|
|
2342
|
-
},
|
|
2343
|
-
"default": "false",
|
|
2344
|
-
"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,",
|
|
2345
|
-
"fieldName": "fixedPlacement",
|
|
2346
|
-
"inheritedFrom": {
|
|
2347
|
-
"name": "AnchoredRegion",
|
|
2348
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
2152
|
+
"name": "Anchor",
|
|
2153
|
+
"module": "src/anchor/anchor.ts"
|
|
2349
2154
|
}
|
|
2350
2155
|
},
|
|
2351
|
-
{
|
|
2352
|
-
"name": "auto-update-mode",
|
|
2353
|
-
"type": {
|
|
2354
|
-
"text": "AutoUpdateMode"
|
|
2355
|
-
},
|
|
2356
|
-
"default": "\"anchor\"",
|
|
2357
|
-
"description": "Defines what triggers the anchored region to revaluate positioning",
|
|
2358
|
-
"fieldName": "autoUpdateMode",
|
|
2359
|
-
"inheritedFrom": {
|
|
2360
|
-
"name": "AnchoredRegion",
|
|
2361
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
2362
|
-
}
|
|
2363
|
-
}
|
|
2364
|
-
],
|
|
2365
|
-
"members": [
|
|
2366
2156
|
{
|
|
2367
2157
|
"kind": "field",
|
|
2368
|
-
"name": "
|
|
2158
|
+
"name": "rel",
|
|
2369
2159
|
"type": {
|
|
2370
2160
|
"text": "string"
|
|
2371
2161
|
},
|
|
2372
2162
|
"privacy": "public",
|
|
2373
|
-
"
|
|
2374
|
-
"description": "The HTML ID of the anchor element this region is positioned relative to",
|
|
2375
|
-
"inheritedFrom": {
|
|
2376
|
-
"name": "AnchoredRegion",
|
|
2377
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
2378
|
-
}
|
|
2379
|
-
},
|
|
2380
|
-
{
|
|
2381
|
-
"kind": "method",
|
|
2382
|
-
"name": "anchorChanged",
|
|
2383
|
-
"privacy": "private",
|
|
2384
|
-
"return": {
|
|
2385
|
-
"type": {
|
|
2386
|
-
"text": "void"
|
|
2387
|
-
}
|
|
2388
|
-
},
|
|
2163
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2389
2164
|
"inheritedFrom": {
|
|
2390
|
-
"name": "
|
|
2391
|
-
"module": "src/
|
|
2165
|
+
"name": "Anchor",
|
|
2166
|
+
"module": "src/anchor/anchor.ts"
|
|
2392
2167
|
}
|
|
2393
2168
|
},
|
|
2394
2169
|
{
|
|
2395
2170
|
"kind": "field",
|
|
2396
|
-
"name": "
|
|
2171
|
+
"name": "target",
|
|
2397
2172
|
"type": {
|
|
2398
|
-
"text": "
|
|
2173
|
+
"text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
|
|
2399
2174
|
},
|
|
2400
2175
|
"privacy": "public",
|
|
2401
|
-
"
|
|
2402
|
-
"description": "The HTML ID of the viewport element this region is positioned relative to",
|
|
2403
|
-
"inheritedFrom": {
|
|
2404
|
-
"name": "AnchoredRegion",
|
|
2405
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
2406
|
-
}
|
|
2407
|
-
},
|
|
2408
|
-
{
|
|
2409
|
-
"kind": "method",
|
|
2410
|
-
"name": "viewportChanged",
|
|
2411
|
-
"privacy": "private",
|
|
2412
|
-
"return": {
|
|
2413
|
-
"type": {
|
|
2414
|
-
"text": "void"
|
|
2415
|
-
}
|
|
2416
|
-
},
|
|
2176
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2417
2177
|
"inheritedFrom": {
|
|
2418
|
-
"name": "
|
|
2419
|
-
"module": "src/
|
|
2178
|
+
"name": "Anchor",
|
|
2179
|
+
"module": "src/anchor/anchor.ts"
|
|
2420
2180
|
}
|
|
2421
2181
|
},
|
|
2422
2182
|
{
|
|
2423
2183
|
"kind": "field",
|
|
2424
|
-
"name": "
|
|
2184
|
+
"name": "type",
|
|
2425
2185
|
"type": {
|
|
2426
|
-
"text": "
|
|
2186
|
+
"text": "string"
|
|
2427
2187
|
},
|
|
2428
2188
|
"privacy": "public",
|
|
2429
|
-
"
|
|
2430
|
-
"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",
|
|
2431
|
-
"inheritedFrom": {
|
|
2432
|
-
"name": "AnchoredRegion",
|
|
2433
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
2434
|
-
}
|
|
2435
|
-
},
|
|
2436
|
-
{
|
|
2437
|
-
"kind": "method",
|
|
2438
|
-
"name": "horizontalPositioningModeChanged",
|
|
2439
|
-
"privacy": "private",
|
|
2440
|
-
"return": {
|
|
2441
|
-
"type": {
|
|
2442
|
-
"text": "void"
|
|
2443
|
-
}
|
|
2444
|
-
},
|
|
2189
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2445
2190
|
"inheritedFrom": {
|
|
2446
|
-
"name": "
|
|
2447
|
-
"module": "src/
|
|
2191
|
+
"name": "Anchor",
|
|
2192
|
+
"module": "src/anchor/anchor.ts"
|
|
2448
2193
|
}
|
|
2449
2194
|
},
|
|
2450
2195
|
{
|
|
2451
2196
|
"kind": "field",
|
|
2452
|
-
"name": "
|
|
2197
|
+
"name": "control",
|
|
2453
2198
|
"type": {
|
|
2454
|
-
"text": "
|
|
2199
|
+
"text": "HTMLAnchorElement | undefined"
|
|
2455
2200
|
},
|
|
2456
2201
|
"privacy": "public",
|
|
2457
|
-
"
|
|
2458
|
-
"description": "The default horizontal position of the region relative to the anchor element",
|
|
2202
|
+
"description": "References the root element",
|
|
2459
2203
|
"inheritedFrom": {
|
|
2460
|
-
"name": "
|
|
2461
|
-
"module": "src/
|
|
2204
|
+
"name": "Anchor",
|
|
2205
|
+
"module": "src/anchor/anchor.ts"
|
|
2462
2206
|
}
|
|
2463
2207
|
},
|
|
2464
2208
|
{
|
|
2465
|
-
"kind": "
|
|
2466
|
-
"name": "
|
|
2209
|
+
"kind": "field",
|
|
2210
|
+
"name": "handleUnsupportedDelegatesFocus",
|
|
2467
2211
|
"privacy": "private",
|
|
2468
|
-
"
|
|
2469
|
-
"type": {
|
|
2470
|
-
"text": "void"
|
|
2471
|
-
}
|
|
2472
|
-
},
|
|
2212
|
+
"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",
|
|
2473
2213
|
"inheritedFrom": {
|
|
2474
|
-
"name": "
|
|
2475
|
-
"module": "src/
|
|
2214
|
+
"name": "Anchor",
|
|
2215
|
+
"module": "src/anchor/anchor.ts"
|
|
2476
2216
|
}
|
|
2477
2217
|
},
|
|
2478
2218
|
{
|
|
2479
2219
|
"kind": "field",
|
|
2480
|
-
"name": "
|
|
2220
|
+
"name": "_presentation",
|
|
2481
2221
|
"type": {
|
|
2482
|
-
"text": "
|
|
2222
|
+
"text": "ComponentPresentation | null | undefined"
|
|
2483
2223
|
},
|
|
2484
|
-
"privacy": "public",
|
|
2485
|
-
"default": "false",
|
|
2486
|
-
"description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the horizontal axis",
|
|
2487
|
-
"inheritedFrom": {
|
|
2488
|
-
"name": "AnchoredRegion",
|
|
2489
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
2490
|
-
}
|
|
2491
|
-
},
|
|
2492
|
-
{
|
|
2493
|
-
"kind": "method",
|
|
2494
|
-
"name": "horizontalViewportLockChanged",
|
|
2495
2224
|
"privacy": "private",
|
|
2496
|
-
"
|
|
2497
|
-
"type": {
|
|
2498
|
-
"text": "void"
|
|
2499
|
-
}
|
|
2500
|
-
},
|
|
2225
|
+
"default": "void 0",
|
|
2501
2226
|
"inheritedFrom": {
|
|
2502
|
-
"name": "
|
|
2503
|
-
"module": "src/
|
|
2227
|
+
"name": "FoundationElement",
|
|
2228
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2504
2229
|
}
|
|
2505
2230
|
},
|
|
2506
2231
|
{
|
|
2507
2232
|
"kind": "field",
|
|
2508
|
-
"name": "
|
|
2233
|
+
"name": "$presentation",
|
|
2509
2234
|
"type": {
|
|
2510
|
-
"text": "
|
|
2235
|
+
"text": "ComponentPresentation | null"
|
|
2511
2236
|
},
|
|
2512
2237
|
"privacy": "public",
|
|
2513
|
-
"
|
|
2514
|
-
"description": "Whether the region overlaps the anchor on the horizontal axis",
|
|
2515
|
-
"inheritedFrom": {
|
|
2516
|
-
"name": "AnchoredRegion",
|
|
2517
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
2518
|
-
}
|
|
2519
|
-
},
|
|
2520
|
-
{
|
|
2521
|
-
"kind": "method",
|
|
2522
|
-
"name": "horizontalInsetChanged",
|
|
2523
|
-
"privacy": "private",
|
|
2524
|
-
"return": {
|
|
2525
|
-
"type": {
|
|
2526
|
-
"text": "void"
|
|
2527
|
-
}
|
|
2528
|
-
},
|
|
2238
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
2529
2239
|
"inheritedFrom": {
|
|
2530
|
-
"name": "
|
|
2531
|
-
"module": "src/
|
|
2240
|
+
"name": "FoundationElement",
|
|
2241
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2532
2242
|
}
|
|
2533
2243
|
},
|
|
2534
2244
|
{
|
|
2535
2245
|
"kind": "field",
|
|
2536
|
-
"name": "
|
|
2246
|
+
"name": "template",
|
|
2537
2247
|
"type": {
|
|
2538
|
-
"text": "
|
|
2248
|
+
"text": "ElementViewTemplate | void | null"
|
|
2539
2249
|
},
|
|
2540
2250
|
"privacy": "public",
|
|
2541
|
-
"description": "
|
|
2251
|
+
"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.",
|
|
2542
2252
|
"inheritedFrom": {
|
|
2543
|
-
"name": "
|
|
2544
|
-
"module": "src/
|
|
2253
|
+
"name": "FoundationElement",
|
|
2254
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2545
2255
|
}
|
|
2546
2256
|
},
|
|
2547
2257
|
{
|
|
2548
2258
|
"kind": "method",
|
|
2549
|
-
"name": "
|
|
2550
|
-
"privacy": "
|
|
2259
|
+
"name": "templateChanged",
|
|
2260
|
+
"privacy": "protected",
|
|
2551
2261
|
"return": {
|
|
2552
2262
|
"type": {
|
|
2553
2263
|
"text": "void"
|
|
2554
2264
|
}
|
|
2555
2265
|
},
|
|
2556
2266
|
"inheritedFrom": {
|
|
2557
|
-
"name": "
|
|
2558
|
-
"module": "src/
|
|
2267
|
+
"name": "FoundationElement",
|
|
2268
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2559
2269
|
}
|
|
2560
2270
|
},
|
|
2561
2271
|
{
|
|
2562
2272
|
"kind": "field",
|
|
2563
|
-
"name": "
|
|
2273
|
+
"name": "styles",
|
|
2564
2274
|
"type": {
|
|
2565
|
-
"text": "
|
|
2275
|
+
"text": "ElementStyles | void | null"
|
|
2566
2276
|
},
|
|
2567
2277
|
"privacy": "public",
|
|
2568
|
-
"
|
|
2569
|
-
"description": "Defines how the width of the region is calculated",
|
|
2278
|
+
"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.",
|
|
2570
2279
|
"inheritedFrom": {
|
|
2571
|
-
"name": "
|
|
2572
|
-
"module": "src/
|
|
2280
|
+
"name": "FoundationElement",
|
|
2281
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2573
2282
|
}
|
|
2574
2283
|
},
|
|
2575
2284
|
{
|
|
2576
2285
|
"kind": "method",
|
|
2577
|
-
"name": "
|
|
2578
|
-
"privacy": "
|
|
2286
|
+
"name": "stylesChanged",
|
|
2287
|
+
"privacy": "protected",
|
|
2579
2288
|
"return": {
|
|
2580
2289
|
"type": {
|
|
2581
2290
|
"text": "void"
|
|
2582
2291
|
}
|
|
2583
2292
|
},
|
|
2584
2293
|
"inheritedFrom": {
|
|
2585
|
-
"name": "
|
|
2586
|
-
"module": "src/
|
|
2587
|
-
}
|
|
2588
|
-
},
|
|
2589
|
-
{
|
|
2590
|
-
"kind": "field",
|
|
2591
|
-
"name": "verticalPositioningMode",
|
|
2592
|
-
"type": {
|
|
2593
|
-
"text": "AxisPositioningMode"
|
|
2594
|
-
},
|
|
2595
|
-
"privacy": "public",
|
|
2596
|
-
"default": "\"uncontrolled\"",
|
|
2597
|
-
"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",
|
|
2598
|
-
"inheritedFrom": {
|
|
2599
|
-
"name": "AnchoredRegion",
|
|
2600
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
2294
|
+
"name": "FoundationElement",
|
|
2295
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2601
2296
|
}
|
|
2602
2297
|
},
|
|
2603
2298
|
{
|
|
2604
2299
|
"kind": "method",
|
|
2605
|
-
"name": "
|
|
2606
|
-
"privacy": "
|
|
2300
|
+
"name": "compose",
|
|
2301
|
+
"privacy": "public",
|
|
2302
|
+
"static": true,
|
|
2607
2303
|
"return": {
|
|
2608
2304
|
"type": {
|
|
2609
|
-
"text": "
|
|
2305
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
2610
2306
|
}
|
|
2611
2307
|
},
|
|
2308
|
+
"parameters": [
|
|
2309
|
+
{
|
|
2310
|
+
"name": "this",
|
|
2311
|
+
"type": {
|
|
2312
|
+
"text": "K"
|
|
2313
|
+
}
|
|
2314
|
+
},
|
|
2315
|
+
{
|
|
2316
|
+
"name": "elementDefinition",
|
|
2317
|
+
"type": {
|
|
2318
|
+
"text": "T"
|
|
2319
|
+
},
|
|
2320
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
2321
|
+
}
|
|
2322
|
+
],
|
|
2323
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
2612
2324
|
"inheritedFrom": {
|
|
2613
|
-
"name": "
|
|
2614
|
-
"module": "src/
|
|
2615
|
-
}
|
|
2616
|
-
}
|
|
2617
|
-
|
|
2618
|
-
|
|
2619
|
-
|
|
2620
|
-
|
|
2621
|
-
|
|
2622
|
-
|
|
2623
|
-
|
|
2624
|
-
|
|
2625
|
-
|
|
2626
|
-
|
|
2627
|
-
|
|
2628
|
-
|
|
2325
|
+
"name": "FoundationElement",
|
|
2326
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2327
|
+
}
|
|
2328
|
+
}
|
|
2329
|
+
]
|
|
2330
|
+
},
|
|
2331
|
+
{
|
|
2332
|
+
"kind": "variable",
|
|
2333
|
+
"name": "foundationAnchorShadowOptions",
|
|
2334
|
+
"type": {
|
|
2335
|
+
"text": "ShadowRootInit"
|
|
2336
|
+
},
|
|
2337
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
2338
|
+
},
|
|
2339
|
+
{
|
|
2340
|
+
"kind": "variable",
|
|
2341
|
+
"name": "defaultAnchorConfig",
|
|
2342
|
+
"type": {
|
|
2343
|
+
"text": "object"
|
|
2344
|
+
},
|
|
2345
|
+
"default": "{}"
|
|
2346
|
+
},
|
|
2347
|
+
{
|
|
2348
|
+
"kind": "variable",
|
|
2349
|
+
"name": "foundationAnchor",
|
|
2350
|
+
"description": "The Foundation Anchor",
|
|
2351
|
+
"privacy": "public"
|
|
2352
|
+
}
|
|
2353
|
+
],
|
|
2354
|
+
"exports": [
|
|
2355
|
+
{
|
|
2356
|
+
"kind": "js",
|
|
2357
|
+
"name": "Anchor",
|
|
2358
|
+
"declaration": {
|
|
2359
|
+
"name": "Anchor",
|
|
2360
|
+
"module": "src/anchor/anchor.ts"
|
|
2361
|
+
}
|
|
2362
|
+
},
|
|
2363
|
+
{
|
|
2364
|
+
"kind": "js",
|
|
2365
|
+
"name": "foundationAnchorShadowOptions",
|
|
2366
|
+
"declaration": {
|
|
2367
|
+
"name": "foundationAnchorShadowOptions",
|
|
2368
|
+
"module": "src/anchor/anchor.ts"
|
|
2369
|
+
}
|
|
2370
|
+
},
|
|
2371
|
+
{
|
|
2372
|
+
"kind": "js",
|
|
2373
|
+
"name": "defaultAnchorConfig",
|
|
2374
|
+
"declaration": {
|
|
2375
|
+
"name": "defaultAnchorConfig",
|
|
2376
|
+
"module": "src/anchor/anchor.ts"
|
|
2377
|
+
}
|
|
2378
|
+
},
|
|
2379
|
+
{
|
|
2380
|
+
"kind": "js",
|
|
2381
|
+
"name": "foundationAnchor",
|
|
2382
|
+
"declaration": {
|
|
2383
|
+
"name": "foundationAnchor",
|
|
2384
|
+
"module": "src/anchor/anchor.ts"
|
|
2385
|
+
}
|
|
2386
|
+
}
|
|
2387
|
+
]
|
|
2388
|
+
},
|
|
2389
|
+
{
|
|
2390
|
+
"kind": "javascript-module",
|
|
2391
|
+
"path": "src/anchor/index.ts",
|
|
2392
|
+
"declarations": [],
|
|
2393
|
+
"exports": [
|
|
2394
|
+
{
|
|
2395
|
+
"kind": "js",
|
|
2396
|
+
"name": "*",
|
|
2397
|
+
"declaration": {
|
|
2398
|
+
"name": "*",
|
|
2399
|
+
"package": "./anchor.template"
|
|
2400
|
+
}
|
|
2401
|
+
},
|
|
2402
|
+
{
|
|
2403
|
+
"kind": "js",
|
|
2404
|
+
"name": "*",
|
|
2405
|
+
"declaration": {
|
|
2406
|
+
"name": "*",
|
|
2407
|
+
"package": "./anchor.styles"
|
|
2408
|
+
}
|
|
2409
|
+
},
|
|
2410
|
+
{
|
|
2411
|
+
"kind": "js",
|
|
2412
|
+
"name": "*",
|
|
2413
|
+
"declaration": {
|
|
2414
|
+
"name": "*",
|
|
2415
|
+
"package": "./anchor"
|
|
2416
|
+
}
|
|
2417
|
+
}
|
|
2418
|
+
]
|
|
2419
|
+
},
|
|
2420
|
+
{
|
|
2421
|
+
"kind": "javascript-module",
|
|
2422
|
+
"path": "src/accordion/accordion.styles.ts",
|
|
2423
|
+
"declarations": [
|
|
2424
|
+
{
|
|
2425
|
+
"kind": "function",
|
|
2426
|
+
"name": "foundationAccordionStyles",
|
|
2427
|
+
"return": {
|
|
2428
|
+
"type": {
|
|
2429
|
+
"text": "ElementStyles"
|
|
2430
|
+
}
|
|
2431
|
+
},
|
|
2432
|
+
"parameters": [
|
|
2433
|
+
{
|
|
2434
|
+
"name": "context",
|
|
2435
|
+
"type": {
|
|
2436
|
+
"text": "ElementDefinitionContext"
|
|
2629
2437
|
}
|
|
2630
2438
|
},
|
|
2631
2439
|
{
|
|
2632
|
-
"
|
|
2633
|
-
"
|
|
2634
|
-
|
|
2635
|
-
|
|
2636
|
-
|
|
2637
|
-
|
|
2638
|
-
|
|
2639
|
-
|
|
2640
|
-
|
|
2641
|
-
|
|
2642
|
-
|
|
2440
|
+
"name": "definition",
|
|
2441
|
+
"type": {
|
|
2442
|
+
"text": "FoundationElementDefinition"
|
|
2443
|
+
}
|
|
2444
|
+
}
|
|
2445
|
+
]
|
|
2446
|
+
}
|
|
2447
|
+
],
|
|
2448
|
+
"exports": [
|
|
2449
|
+
{
|
|
2450
|
+
"kind": "js",
|
|
2451
|
+
"name": "foundationAccordionStyles",
|
|
2452
|
+
"declaration": {
|
|
2453
|
+
"name": "foundationAccordionStyles",
|
|
2454
|
+
"module": "src/accordion/accordion.styles.ts"
|
|
2455
|
+
}
|
|
2456
|
+
}
|
|
2457
|
+
]
|
|
2458
|
+
},
|
|
2459
|
+
{
|
|
2460
|
+
"kind": "javascript-module",
|
|
2461
|
+
"path": "src/accordion/accordion.template.ts",
|
|
2462
|
+
"declarations": [
|
|
2463
|
+
{
|
|
2464
|
+
"kind": "function",
|
|
2465
|
+
"name": "foundationAccordionTemplate",
|
|
2466
|
+
"return": {
|
|
2467
|
+
"type": {
|
|
2468
|
+
"text": "ViewTemplate<Accordion>"
|
|
2469
|
+
}
|
|
2470
|
+
},
|
|
2471
|
+
"parameters": [
|
|
2472
|
+
{
|
|
2473
|
+
"name": "context",
|
|
2474
|
+
"type": {
|
|
2475
|
+
"text": "ElementDefinitionContext"
|
|
2643
2476
|
}
|
|
2644
2477
|
},
|
|
2645
2478
|
{
|
|
2646
|
-
"
|
|
2647
|
-
"
|
|
2479
|
+
"name": "definition",
|
|
2480
|
+
"type": {
|
|
2481
|
+
"text": "FoundationElementDefinition"
|
|
2482
|
+
}
|
|
2483
|
+
}
|
|
2484
|
+
]
|
|
2485
|
+
}
|
|
2486
|
+
],
|
|
2487
|
+
"exports": [
|
|
2488
|
+
{
|
|
2489
|
+
"kind": "js",
|
|
2490
|
+
"name": "foundationAccordionTemplate",
|
|
2491
|
+
"declaration": {
|
|
2492
|
+
"name": "foundationAccordionTemplate",
|
|
2493
|
+
"module": "src/accordion/accordion.template.ts"
|
|
2494
|
+
}
|
|
2495
|
+
}
|
|
2496
|
+
]
|
|
2497
|
+
},
|
|
2498
|
+
{
|
|
2499
|
+
"kind": "javascript-module",
|
|
2500
|
+
"path": "src/accordion/accordion.ts",
|
|
2501
|
+
"declarations": [
|
|
2502
|
+
{
|
|
2503
|
+
"kind": "class",
|
|
2504
|
+
"description": "",
|
|
2505
|
+
"name": "Accordion",
|
|
2506
|
+
"superclass": {
|
|
2507
|
+
"name": "FASTAccordion",
|
|
2508
|
+
"package": "@microsoft/fast-foundation"
|
|
2509
|
+
},
|
|
2510
|
+
"tagName": "%%prefix%%-accordion",
|
|
2511
|
+
"customElement": true
|
|
2512
|
+
},
|
|
2513
|
+
{
|
|
2514
|
+
"kind": "variable",
|
|
2515
|
+
"name": "foundationAccordionShadowOptions",
|
|
2516
|
+
"type": {
|
|
2517
|
+
"text": "ShadowRootInit"
|
|
2518
|
+
},
|
|
2519
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
2520
|
+
},
|
|
2521
|
+
{
|
|
2522
|
+
"kind": "variable",
|
|
2523
|
+
"name": "defaultAccordionConfig",
|
|
2524
|
+
"type": {
|
|
2525
|
+
"text": "object"
|
|
2526
|
+
},
|
|
2527
|
+
"default": "{}"
|
|
2528
|
+
},
|
|
2529
|
+
{
|
|
2530
|
+
"kind": "variable",
|
|
2531
|
+
"name": "foundationAccordion",
|
|
2532
|
+
"description": "The Foundation Accordion",
|
|
2533
|
+
"privacy": "public"
|
|
2534
|
+
}
|
|
2535
|
+
],
|
|
2536
|
+
"exports": [
|
|
2537
|
+
{
|
|
2538
|
+
"kind": "js",
|
|
2539
|
+
"name": "Accordion",
|
|
2540
|
+
"declaration": {
|
|
2541
|
+
"name": "Accordion",
|
|
2542
|
+
"module": "src/accordion/accordion.ts"
|
|
2543
|
+
}
|
|
2544
|
+
},
|
|
2545
|
+
{
|
|
2546
|
+
"kind": "js",
|
|
2547
|
+
"name": "foundationAccordionShadowOptions",
|
|
2548
|
+
"declaration": {
|
|
2549
|
+
"name": "foundationAccordionShadowOptions",
|
|
2550
|
+
"module": "src/accordion/accordion.ts"
|
|
2551
|
+
}
|
|
2552
|
+
},
|
|
2553
|
+
{
|
|
2554
|
+
"kind": "js",
|
|
2555
|
+
"name": "defaultAccordionConfig",
|
|
2556
|
+
"declaration": {
|
|
2557
|
+
"name": "defaultAccordionConfig",
|
|
2558
|
+
"module": "src/accordion/accordion.ts"
|
|
2559
|
+
}
|
|
2560
|
+
},
|
|
2561
|
+
{
|
|
2562
|
+
"kind": "js",
|
|
2563
|
+
"name": "foundationAccordion",
|
|
2564
|
+
"declaration": {
|
|
2565
|
+
"name": "foundationAccordion",
|
|
2566
|
+
"module": "src/accordion/accordion.ts"
|
|
2567
|
+
}
|
|
2568
|
+
}
|
|
2569
|
+
]
|
|
2570
|
+
},
|
|
2571
|
+
{
|
|
2572
|
+
"kind": "javascript-module",
|
|
2573
|
+
"path": "src/accordion/index.ts",
|
|
2574
|
+
"declarations": [],
|
|
2575
|
+
"exports": [
|
|
2576
|
+
{
|
|
2577
|
+
"kind": "js",
|
|
2578
|
+
"name": "*",
|
|
2579
|
+
"declaration": {
|
|
2580
|
+
"name": "*",
|
|
2581
|
+
"package": "./accordion.template"
|
|
2582
|
+
}
|
|
2583
|
+
},
|
|
2584
|
+
{
|
|
2585
|
+
"kind": "js",
|
|
2586
|
+
"name": "*",
|
|
2587
|
+
"declaration": {
|
|
2588
|
+
"name": "*",
|
|
2589
|
+
"package": "./accordion.styles"
|
|
2590
|
+
}
|
|
2591
|
+
},
|
|
2592
|
+
{
|
|
2593
|
+
"kind": "js",
|
|
2594
|
+
"name": "*",
|
|
2595
|
+
"declaration": {
|
|
2596
|
+
"name": "*",
|
|
2597
|
+
"package": "./accordion"
|
|
2598
|
+
}
|
|
2599
|
+
}
|
|
2600
|
+
]
|
|
2601
|
+
},
|
|
2602
|
+
{
|
|
2603
|
+
"kind": "javascript-module",
|
|
2604
|
+
"path": "src/anchored-region/anchor-region.template.ts",
|
|
2605
|
+
"declarations": [
|
|
2606
|
+
{
|
|
2607
|
+
"kind": "function",
|
|
2608
|
+
"name": "foundationAnchoredRegionTemplate",
|
|
2609
|
+
"return": {
|
|
2610
|
+
"type": {
|
|
2611
|
+
"text": "ViewTemplate<AnchoredRegion>"
|
|
2612
|
+
}
|
|
2613
|
+
},
|
|
2614
|
+
"parameters": [
|
|
2615
|
+
{
|
|
2616
|
+
"name": "context",
|
|
2648
2617
|
"type": {
|
|
2649
|
-
"text": "
|
|
2650
|
-
},
|
|
2651
|
-
"privacy": "public",
|
|
2652
|
-
"default": "false",
|
|
2653
|
-
"description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the vertical axis",
|
|
2654
|
-
"inheritedFrom": {
|
|
2655
|
-
"name": "AnchoredRegion",
|
|
2656
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
2618
|
+
"text": "ElementDefinitionContext"
|
|
2657
2619
|
}
|
|
2658
2620
|
},
|
|
2659
2621
|
{
|
|
2660
|
-
"
|
|
2661
|
-
"
|
|
2662
|
-
|
|
2663
|
-
"return": {
|
|
2664
|
-
"type": {
|
|
2665
|
-
"text": "void"
|
|
2666
|
-
}
|
|
2667
|
-
},
|
|
2668
|
-
"inheritedFrom": {
|
|
2669
|
-
"name": "AnchoredRegion",
|
|
2670
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
2622
|
+
"name": "definition",
|
|
2623
|
+
"type": {
|
|
2624
|
+
"text": "FoundationElementDefinition"
|
|
2671
2625
|
}
|
|
2672
|
-
}
|
|
2626
|
+
}
|
|
2627
|
+
]
|
|
2628
|
+
}
|
|
2629
|
+
],
|
|
2630
|
+
"exports": [
|
|
2631
|
+
{
|
|
2632
|
+
"kind": "js",
|
|
2633
|
+
"name": "foundationAnchoredRegionTemplate",
|
|
2634
|
+
"declaration": {
|
|
2635
|
+
"name": "foundationAnchoredRegionTemplate",
|
|
2636
|
+
"module": "src/anchored-region/anchor-region.template.ts"
|
|
2637
|
+
}
|
|
2638
|
+
}
|
|
2639
|
+
]
|
|
2640
|
+
},
|
|
2641
|
+
{
|
|
2642
|
+
"kind": "javascript-module",
|
|
2643
|
+
"path": "src/anchored-region/anchored-region.styles.ts",
|
|
2644
|
+
"declarations": [
|
|
2645
|
+
{
|
|
2646
|
+
"kind": "function",
|
|
2647
|
+
"name": "foundationAnchoredRegionStyles",
|
|
2648
|
+
"return": {
|
|
2649
|
+
"type": {
|
|
2650
|
+
"text": "ElementStyles"
|
|
2651
|
+
}
|
|
2652
|
+
},
|
|
2653
|
+
"parameters": [
|
|
2673
2654
|
{
|
|
2674
|
-
"
|
|
2675
|
-
"name": "verticalInset",
|
|
2655
|
+
"name": "context",
|
|
2676
2656
|
"type": {
|
|
2677
|
-
"text": "
|
|
2678
|
-
},
|
|
2679
|
-
"privacy": "public",
|
|
2680
|
-
"default": "false",
|
|
2681
|
-
"description": "Whether the region overlaps the anchor on the vertical axis",
|
|
2682
|
-
"inheritedFrom": {
|
|
2683
|
-
"name": "AnchoredRegion",
|
|
2684
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
2657
|
+
"text": "ElementDefinitionContext"
|
|
2685
2658
|
}
|
|
2686
2659
|
},
|
|
2687
2660
|
{
|
|
2688
|
-
"
|
|
2689
|
-
"
|
|
2690
|
-
|
|
2691
|
-
"return": {
|
|
2692
|
-
"type": {
|
|
2693
|
-
"text": "void"
|
|
2694
|
-
}
|
|
2695
|
-
},
|
|
2696
|
-
"inheritedFrom": {
|
|
2697
|
-
"name": "AnchoredRegion",
|
|
2698
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
2661
|
+
"name": "definition",
|
|
2662
|
+
"type": {
|
|
2663
|
+
"text": "FoundationElementDefinition"
|
|
2699
2664
|
}
|
|
2700
|
-
}
|
|
2665
|
+
}
|
|
2666
|
+
]
|
|
2667
|
+
}
|
|
2668
|
+
],
|
|
2669
|
+
"exports": [
|
|
2670
|
+
{
|
|
2671
|
+
"kind": "js",
|
|
2672
|
+
"name": "foundationAnchoredRegionStyles",
|
|
2673
|
+
"declaration": {
|
|
2674
|
+
"name": "foundationAnchoredRegionStyles",
|
|
2675
|
+
"module": "src/anchored-region/anchored-region.styles.ts"
|
|
2676
|
+
}
|
|
2677
|
+
}
|
|
2678
|
+
]
|
|
2679
|
+
},
|
|
2680
|
+
{
|
|
2681
|
+
"kind": "javascript-module",
|
|
2682
|
+
"path": "src/anchored-region/anchored-region.ts",
|
|
2683
|
+
"declarations": [
|
|
2684
|
+
{
|
|
2685
|
+
"kind": "class",
|
|
2686
|
+
"description": "",
|
|
2687
|
+
"name": "AnchoredRegion",
|
|
2688
|
+
"superclass": {
|
|
2689
|
+
"name": "FASTAnchoredRegion",
|
|
2690
|
+
"package": "@microsoft/fast-components"
|
|
2691
|
+
},
|
|
2692
|
+
"tagName": "%%prefix%%-anchored-region",
|
|
2693
|
+
"customElement": true,
|
|
2694
|
+
"attributes": [
|
|
2701
2695
|
{
|
|
2702
|
-
"
|
|
2703
|
-
"name": "verticalThreshold",
|
|
2696
|
+
"name": "anchor",
|
|
2704
2697
|
"type": {
|
|
2705
|
-
"text": "
|
|
2698
|
+
"text": "string"
|
|
2706
2699
|
},
|
|
2707
|
-
"
|
|
2708
|
-
"description": "
|
|
2700
|
+
"default": "\"\"",
|
|
2701
|
+
"description": "The HTML ID of the anchor element this region is positioned relative to",
|
|
2702
|
+
"fieldName": "anchor",
|
|
2709
2703
|
"inheritedFrom": {
|
|
2710
2704
|
"name": "AnchoredRegion",
|
|
2711
2705
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2712
2706
|
}
|
|
2713
2707
|
},
|
|
2714
2708
|
{
|
|
2715
|
-
"
|
|
2716
|
-
"
|
|
2717
|
-
|
|
2718
|
-
"return": {
|
|
2719
|
-
"type": {
|
|
2720
|
-
"text": "void"
|
|
2721
|
-
}
|
|
2709
|
+
"name": "viewport",
|
|
2710
|
+
"type": {
|
|
2711
|
+
"text": "string"
|
|
2722
2712
|
},
|
|
2713
|
+
"default": "\"\"",
|
|
2714
|
+
"description": "The HTML ID of the viewport element this region is positioned relative to",
|
|
2715
|
+
"fieldName": "viewport",
|
|
2723
2716
|
"inheritedFrom": {
|
|
2724
2717
|
"name": "AnchoredRegion",
|
|
2725
2718
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2726
2719
|
}
|
|
2727
2720
|
},
|
|
2728
2721
|
{
|
|
2729
|
-
"
|
|
2730
|
-
"name": "verticalScaling",
|
|
2722
|
+
"name": "horizontal-positioning-mode",
|
|
2731
2723
|
"type": {
|
|
2732
|
-
"text": "
|
|
2724
|
+
"text": "AxisPositioningMode"
|
|
2733
2725
|
},
|
|
2734
|
-
"
|
|
2735
|
-
"
|
|
2736
|
-
"
|
|
2726
|
+
"default": "\"uncontrolled\"",
|
|
2727
|
+
"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",
|
|
2728
|
+
"fieldName": "horizontalPositioningMode",
|
|
2737
2729
|
"inheritedFrom": {
|
|
2738
2730
|
"name": "AnchoredRegion",
|
|
2739
2731
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2740
2732
|
}
|
|
2741
2733
|
},
|
|
2742
2734
|
{
|
|
2743
|
-
"
|
|
2744
|
-
"
|
|
2745
|
-
|
|
2746
|
-
"return": {
|
|
2747
|
-
"type": {
|
|
2748
|
-
"text": "void"
|
|
2749
|
-
}
|
|
2735
|
+
"name": "horizontal-default-position",
|
|
2736
|
+
"type": {
|
|
2737
|
+
"text": "HorizontalPosition"
|
|
2750
2738
|
},
|
|
2739
|
+
"default": "\"unset\"",
|
|
2740
|
+
"description": "The default horizontal position of the region relative to the anchor element",
|
|
2741
|
+
"fieldName": "horizontalDefaultPosition",
|
|
2751
2742
|
"inheritedFrom": {
|
|
2752
2743
|
"name": "AnchoredRegion",
|
|
2753
2744
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2754
2745
|
}
|
|
2755
2746
|
},
|
|
2756
2747
|
{
|
|
2757
|
-
"
|
|
2758
|
-
"name": "fixedPlacement",
|
|
2748
|
+
"name": "horizontal-viewport-lock",
|
|
2759
2749
|
"type": {
|
|
2760
2750
|
"text": "boolean"
|
|
2761
2751
|
},
|
|
2762
|
-
"privacy": "public",
|
|
2763
2752
|
"default": "false",
|
|
2764
|
-
"description": "Whether the region
|
|
2765
|
-
"
|
|
2766
|
-
"name": "AnchoredRegion",
|
|
2767
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
2768
|
-
}
|
|
2769
|
-
},
|
|
2770
|
-
{
|
|
2771
|
-
"kind": "method",
|
|
2772
|
-
"name": "fixedPlacementChanged",
|
|
2773
|
-
"privacy": "private",
|
|
2774
|
-
"return": {
|
|
2775
|
-
"type": {
|
|
2776
|
-
"text": "void"
|
|
2777
|
-
}
|
|
2778
|
-
},
|
|
2779
|
-
"inheritedFrom": {
|
|
2780
|
-
"name": "AnchoredRegion",
|
|
2781
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
2782
|
-
}
|
|
2783
|
-
},
|
|
2784
|
-
{
|
|
2785
|
-
"kind": "field",
|
|
2786
|
-
"name": "autoUpdateMode",
|
|
2787
|
-
"type": {
|
|
2788
|
-
"text": "AutoUpdateMode"
|
|
2789
|
-
},
|
|
2790
|
-
"privacy": "public",
|
|
2791
|
-
"default": "\"anchor\"",
|
|
2792
|
-
"description": "Defines what triggers the anchored region to revaluate positioning",
|
|
2793
|
-
"inheritedFrom": {
|
|
2794
|
-
"name": "AnchoredRegion",
|
|
2795
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
2796
|
-
}
|
|
2797
|
-
},
|
|
2798
|
-
{
|
|
2799
|
-
"kind": "method",
|
|
2800
|
-
"name": "autoUpdateModeChanged",
|
|
2801
|
-
"privacy": "private",
|
|
2802
|
-
"return": {
|
|
2803
|
-
"type": {
|
|
2804
|
-
"text": "void"
|
|
2805
|
-
}
|
|
2806
|
-
},
|
|
2807
|
-
"parameters": [
|
|
2808
|
-
{
|
|
2809
|
-
"name": "prevMode",
|
|
2810
|
-
"type": {
|
|
2811
|
-
"text": "AutoUpdateMode"
|
|
2812
|
-
}
|
|
2813
|
-
},
|
|
2814
|
-
{
|
|
2815
|
-
"name": "newMode",
|
|
2816
|
-
"type": {
|
|
2817
|
-
"text": "AutoUpdateMode"
|
|
2818
|
-
}
|
|
2819
|
-
}
|
|
2820
|
-
],
|
|
2753
|
+
"description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the horizontal axis",
|
|
2754
|
+
"fieldName": "horizontalViewportLock",
|
|
2821
2755
|
"inheritedFrom": {
|
|
2822
2756
|
"name": "AnchoredRegion",
|
|
2823
2757
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2824
2758
|
}
|
|
2825
2759
|
},
|
|
2826
2760
|
{
|
|
2827
|
-
"
|
|
2828
|
-
"name": "anchorElement",
|
|
2761
|
+
"name": "horizontal-inset",
|
|
2829
2762
|
"type": {
|
|
2830
|
-
"text": "
|
|
2763
|
+
"text": "boolean"
|
|
2831
2764
|
},
|
|
2832
|
-
"
|
|
2833
|
-
"
|
|
2834
|
-
"
|
|
2765
|
+
"default": "false",
|
|
2766
|
+
"description": "Whether the region overlaps the anchor on the horizontal axis",
|
|
2767
|
+
"fieldName": "horizontalInset",
|
|
2835
2768
|
"inheritedFrom": {
|
|
2836
2769
|
"name": "AnchoredRegion",
|
|
2837
2770
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2838
2771
|
}
|
|
2839
2772
|
},
|
|
2840
2773
|
{
|
|
2841
|
-
"
|
|
2842
|
-
"
|
|
2843
|
-
|
|
2844
|
-
"return": {
|
|
2845
|
-
"type": {
|
|
2846
|
-
"text": "void"
|
|
2847
|
-
}
|
|
2774
|
+
"name": "horizontal-threshold",
|
|
2775
|
+
"type": {
|
|
2776
|
+
"text": "number"
|
|
2848
2777
|
},
|
|
2778
|
+
"description": "How narrow the space allocated to the default position has to be before the widest area\nis selected for layout",
|
|
2779
|
+
"fieldName": "horizontalThreshold",
|
|
2849
2780
|
"inheritedFrom": {
|
|
2850
2781
|
"name": "AnchoredRegion",
|
|
2851
2782
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2852
2783
|
}
|
|
2853
2784
|
},
|
|
2854
2785
|
{
|
|
2855
|
-
"
|
|
2856
|
-
"name": "viewportElement",
|
|
2786
|
+
"name": "horizontal-scaling",
|
|
2857
2787
|
"type": {
|
|
2858
|
-
"text": "
|
|
2788
|
+
"text": "AxisScalingMode"
|
|
2859
2789
|
},
|
|
2860
|
-
"
|
|
2861
|
-
"
|
|
2862
|
-
"
|
|
2790
|
+
"default": "\"content\"",
|
|
2791
|
+
"description": "Defines how the width of the region is calculated",
|
|
2792
|
+
"fieldName": "horizontalScaling",
|
|
2863
2793
|
"inheritedFrom": {
|
|
2864
2794
|
"name": "AnchoredRegion",
|
|
2865
2795
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2866
2796
|
}
|
|
2867
2797
|
},
|
|
2868
2798
|
{
|
|
2869
|
-
"
|
|
2870
|
-
"
|
|
2871
|
-
|
|
2872
|
-
"return": {
|
|
2873
|
-
"type": {
|
|
2874
|
-
"text": "void"
|
|
2875
|
-
}
|
|
2799
|
+
"name": "vertical-positioning-mode",
|
|
2800
|
+
"type": {
|
|
2801
|
+
"text": "AxisPositioningMode"
|
|
2876
2802
|
},
|
|
2803
|
+
"default": "\"uncontrolled\"",
|
|
2804
|
+
"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",
|
|
2805
|
+
"fieldName": "verticalPositioningMode",
|
|
2877
2806
|
"inheritedFrom": {
|
|
2878
2807
|
"name": "AnchoredRegion",
|
|
2879
2808
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2880
2809
|
}
|
|
2881
2810
|
},
|
|
2882
2811
|
{
|
|
2883
|
-
"
|
|
2884
|
-
"name": "verticalPosition",
|
|
2812
|
+
"name": "vertical-default-position",
|
|
2885
2813
|
"type": {
|
|
2886
|
-
"text": "
|
|
2814
|
+
"text": "VerticalPosition"
|
|
2887
2815
|
},
|
|
2888
|
-
"
|
|
2889
|
-
"description": "
|
|
2816
|
+
"default": "\"unset\"",
|
|
2817
|
+
"description": "The default vertical position of the region relative to the anchor element",
|
|
2818
|
+
"fieldName": "verticalDefaultPosition",
|
|
2890
2819
|
"inheritedFrom": {
|
|
2891
2820
|
"name": "AnchoredRegion",
|
|
2892
2821
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2893
2822
|
}
|
|
2894
2823
|
},
|
|
2895
2824
|
{
|
|
2896
|
-
"
|
|
2897
|
-
"name": "horizontalPosition",
|
|
2825
|
+
"name": "vertical-viewport-lock",
|
|
2898
2826
|
"type": {
|
|
2899
|
-
"text": "
|
|
2827
|
+
"text": "boolean"
|
|
2900
2828
|
},
|
|
2901
|
-
"
|
|
2902
|
-
"description": "
|
|
2829
|
+
"default": "false",
|
|
2830
|
+
"description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the vertical axis",
|
|
2831
|
+
"fieldName": "verticalViewportLock",
|
|
2903
2832
|
"inheritedFrom": {
|
|
2904
2833
|
"name": "AnchoredRegion",
|
|
2905
2834
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2906
2835
|
}
|
|
2907
2836
|
},
|
|
2908
2837
|
{
|
|
2909
|
-
"
|
|
2910
|
-
"name": "translateX",
|
|
2838
|
+
"name": "vertical-inset",
|
|
2911
2839
|
"type": {
|
|
2912
|
-
"text": "
|
|
2840
|
+
"text": "boolean"
|
|
2913
2841
|
},
|
|
2914
|
-
"
|
|
2915
|
-
"description": "
|
|
2842
|
+
"default": "false",
|
|
2843
|
+
"description": "Whether the region overlaps the anchor on the vertical axis",
|
|
2844
|
+
"fieldName": "verticalInset",
|
|
2916
2845
|
"inheritedFrom": {
|
|
2917
2846
|
"name": "AnchoredRegion",
|
|
2918
2847
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2919
2848
|
}
|
|
2920
2849
|
},
|
|
2921
2850
|
{
|
|
2922
|
-
"
|
|
2923
|
-
"name": "translateY",
|
|
2851
|
+
"name": "vertical-threshold",
|
|
2924
2852
|
"type": {
|
|
2925
2853
|
"text": "number"
|
|
2926
2854
|
},
|
|
2927
|
-
"
|
|
2855
|
+
"description": "How short the space allocated to the default position has to be before the tallest area\nis selected for layout",
|
|
2856
|
+
"fieldName": "verticalThreshold",
|
|
2928
2857
|
"inheritedFrom": {
|
|
2929
2858
|
"name": "AnchoredRegion",
|
|
2930
2859
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2931
2860
|
}
|
|
2932
2861
|
},
|
|
2933
2862
|
{
|
|
2934
|
-
"
|
|
2935
|
-
"name": "regionWidth",
|
|
2863
|
+
"name": "vertical-scaling",
|
|
2936
2864
|
"type": {
|
|
2937
|
-
"text": "
|
|
2865
|
+
"text": "AxisScalingMode"
|
|
2938
2866
|
},
|
|
2939
|
-
"
|
|
2940
|
-
"description": "
|
|
2867
|
+
"default": "\"content\"",
|
|
2868
|
+
"description": "Defines how the height of the region is calculated",
|
|
2869
|
+
"fieldName": "verticalScaling",
|
|
2941
2870
|
"inheritedFrom": {
|
|
2942
2871
|
"name": "AnchoredRegion",
|
|
2943
2872
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2944
2873
|
}
|
|
2945
2874
|
},
|
|
2946
2875
|
{
|
|
2947
|
-
"
|
|
2948
|
-
"name": "regionHeight",
|
|
2876
|
+
"name": "fixed-placement",
|
|
2949
2877
|
"type": {
|
|
2950
|
-
"text": "
|
|
2878
|
+
"text": "boolean"
|
|
2951
2879
|
},
|
|
2952
|
-
"
|
|
2880
|
+
"default": "false",
|
|
2881
|
+
"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,",
|
|
2882
|
+
"fieldName": "fixedPlacement",
|
|
2953
2883
|
"inheritedFrom": {
|
|
2954
2884
|
"name": "AnchoredRegion",
|
|
2955
2885
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2956
2886
|
}
|
|
2957
2887
|
},
|
|
2958
2888
|
{
|
|
2959
|
-
"
|
|
2960
|
-
"name": "resizeDetector",
|
|
2889
|
+
"name": "auto-update-mode",
|
|
2961
2890
|
"type": {
|
|
2962
|
-
"text": "
|
|
2891
|
+
"text": "AutoUpdateMode"
|
|
2963
2892
|
},
|
|
2964
|
-
"
|
|
2965
|
-
"
|
|
2893
|
+
"default": "\"anchor\"",
|
|
2894
|
+
"description": "Defines what triggers the anchored region to revaluate positioning",
|
|
2895
|
+
"fieldName": "autoUpdateMode",
|
|
2966
2896
|
"inheritedFrom": {
|
|
2967
2897
|
"name": "AnchoredRegion",
|
|
2968
2898
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2969
2899
|
}
|
|
2970
|
-
}
|
|
2900
|
+
}
|
|
2901
|
+
],
|
|
2902
|
+
"members": [
|
|
2971
2903
|
{
|
|
2972
2904
|
"kind": "field",
|
|
2973
|
-
"name": "
|
|
2905
|
+
"name": "anchor",
|
|
2974
2906
|
"type": {
|
|
2975
|
-
"text": "
|
|
2907
|
+
"text": "string"
|
|
2976
2908
|
},
|
|
2977
|
-
"privacy": "
|
|
2909
|
+
"privacy": "public",
|
|
2910
|
+
"default": "\"\"",
|
|
2911
|
+
"description": "The HTML ID of the anchor element this region is positioned relative to",
|
|
2978
2912
|
"inheritedFrom": {
|
|
2979
2913
|
"name": "AnchoredRegion",
|
|
2980
2914
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2981
2915
|
}
|
|
2982
2916
|
},
|
|
2983
2917
|
{
|
|
2984
|
-
"kind": "
|
|
2985
|
-
"name": "
|
|
2986
|
-
"type": {
|
|
2987
|
-
"text": "ClientRect | DOMRect | undefined"
|
|
2988
|
-
},
|
|
2918
|
+
"kind": "method",
|
|
2919
|
+
"name": "anchorChanged",
|
|
2989
2920
|
"privacy": "private",
|
|
2921
|
+
"return": {
|
|
2922
|
+
"type": {
|
|
2923
|
+
"text": "void"
|
|
2924
|
+
}
|
|
2925
|
+
},
|
|
2990
2926
|
"inheritedFrom": {
|
|
2991
2927
|
"name": "AnchoredRegion",
|
|
2992
2928
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -2994,25 +2930,27 @@
|
|
|
2994
2930
|
},
|
|
2995
2931
|
{
|
|
2996
2932
|
"kind": "field",
|
|
2997
|
-
"name": "
|
|
2933
|
+
"name": "viewport",
|
|
2998
2934
|
"type": {
|
|
2999
|
-
"text": "
|
|
2935
|
+
"text": "string"
|
|
3000
2936
|
},
|
|
3001
|
-
"privacy": "
|
|
2937
|
+
"privacy": "public",
|
|
2938
|
+
"default": "\"\"",
|
|
2939
|
+
"description": "The HTML ID of the viewport element this region is positioned relative to",
|
|
3002
2940
|
"inheritedFrom": {
|
|
3003
2941
|
"name": "AnchoredRegion",
|
|
3004
2942
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3005
2943
|
}
|
|
3006
2944
|
},
|
|
3007
2945
|
{
|
|
3008
|
-
"kind": "
|
|
3009
|
-
"name": "
|
|
3010
|
-
"type": {
|
|
3011
|
-
"text": "number"
|
|
3012
|
-
},
|
|
2946
|
+
"kind": "method",
|
|
2947
|
+
"name": "viewportChanged",
|
|
3013
2948
|
"privacy": "private",
|
|
3014
|
-
"
|
|
3015
|
-
|
|
2949
|
+
"return": {
|
|
2950
|
+
"type": {
|
|
2951
|
+
"text": "void"
|
|
2952
|
+
}
|
|
2953
|
+
},
|
|
3016
2954
|
"inheritedFrom": {
|
|
3017
2955
|
"name": "AnchoredRegion",
|
|
3018
2956
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3020,12 +2958,27 @@
|
|
|
3020
2958
|
},
|
|
3021
2959
|
{
|
|
3022
2960
|
"kind": "field",
|
|
3023
|
-
"name": "
|
|
2961
|
+
"name": "horizontalPositioningMode",
|
|
3024
2962
|
"type": {
|
|
3025
|
-
"text": "
|
|
2963
|
+
"text": "AxisPositioningMode"
|
|
3026
2964
|
},
|
|
2965
|
+
"privacy": "public",
|
|
2966
|
+
"default": "\"uncontrolled\"",
|
|
2967
|
+
"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",
|
|
2968
|
+
"inheritedFrom": {
|
|
2969
|
+
"name": "AnchoredRegion",
|
|
2970
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2971
|
+
}
|
|
2972
|
+
},
|
|
2973
|
+
{
|
|
2974
|
+
"kind": "method",
|
|
2975
|
+
"name": "horizontalPositioningModeChanged",
|
|
3027
2976
|
"privacy": "private",
|
|
3028
|
-
"
|
|
2977
|
+
"return": {
|
|
2978
|
+
"type": {
|
|
2979
|
+
"text": "void"
|
|
2980
|
+
}
|
|
2981
|
+
},
|
|
3029
2982
|
"inheritedFrom": {
|
|
3030
2983
|
"name": "AnchoredRegion",
|
|
3031
2984
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3033,12 +2986,27 @@
|
|
|
3033
2986
|
},
|
|
3034
2987
|
{
|
|
3035
2988
|
"kind": "field",
|
|
3036
|
-
"name": "
|
|
2989
|
+
"name": "horizontalDefaultPosition",
|
|
3037
2990
|
"type": {
|
|
3038
|
-
"text": "
|
|
2991
|
+
"text": "HorizontalPosition"
|
|
3039
2992
|
},
|
|
2993
|
+
"privacy": "public",
|
|
2994
|
+
"default": "\"unset\"",
|
|
2995
|
+
"description": "The default horizontal position of the region relative to the anchor element",
|
|
2996
|
+
"inheritedFrom": {
|
|
2997
|
+
"name": "AnchoredRegion",
|
|
2998
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2999
|
+
}
|
|
3000
|
+
},
|
|
3001
|
+
{
|
|
3002
|
+
"kind": "method",
|
|
3003
|
+
"name": "horizontalDefaultPositionChanged",
|
|
3040
3004
|
"privacy": "private",
|
|
3041
|
-
"
|
|
3005
|
+
"return": {
|
|
3006
|
+
"type": {
|
|
3007
|
+
"text": "void"
|
|
3008
|
+
}
|
|
3009
|
+
},
|
|
3042
3010
|
"inheritedFrom": {
|
|
3043
3011
|
"name": "AnchoredRegion",
|
|
3044
3012
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3046,24 +3014,27 @@
|
|
|
3046
3014
|
},
|
|
3047
3015
|
{
|
|
3048
3016
|
"kind": "field",
|
|
3049
|
-
"name": "
|
|
3017
|
+
"name": "horizontalViewportLock",
|
|
3050
3018
|
"type": {
|
|
3051
3019
|
"text": "boolean"
|
|
3052
3020
|
},
|
|
3053
|
-
"privacy": "
|
|
3021
|
+
"privacy": "public",
|
|
3054
3022
|
"default": "false",
|
|
3023
|
+
"description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the horizontal axis",
|
|
3055
3024
|
"inheritedFrom": {
|
|
3056
3025
|
"name": "AnchoredRegion",
|
|
3057
3026
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3058
3027
|
}
|
|
3059
3028
|
},
|
|
3060
3029
|
{
|
|
3061
|
-
"kind": "
|
|
3062
|
-
"name": "
|
|
3063
|
-
"type": {
|
|
3064
|
-
"text": "Direction"
|
|
3065
|
-
},
|
|
3030
|
+
"kind": "method",
|
|
3031
|
+
"name": "horizontalViewportLockChanged",
|
|
3066
3032
|
"privacy": "private",
|
|
3033
|
+
"return": {
|
|
3034
|
+
"type": {
|
|
3035
|
+
"text": "void"
|
|
3036
|
+
}
|
|
3037
|
+
},
|
|
3067
3038
|
"inheritedFrom": {
|
|
3068
3039
|
"name": "AnchoredRegion",
|
|
3069
3040
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3071,25 +3042,27 @@
|
|
|
3071
3042
|
},
|
|
3072
3043
|
{
|
|
3073
3044
|
"kind": "field",
|
|
3074
|
-
"name": "
|
|
3045
|
+
"name": "horizontalInset",
|
|
3075
3046
|
"type": {
|
|
3076
3047
|
"text": "boolean"
|
|
3077
3048
|
},
|
|
3078
|
-
"privacy": "
|
|
3049
|
+
"privacy": "public",
|
|
3079
3050
|
"default": "false",
|
|
3051
|
+
"description": "Whether the region overlaps the anchor on the horizontal axis",
|
|
3080
3052
|
"inheritedFrom": {
|
|
3081
3053
|
"name": "AnchoredRegion",
|
|
3082
3054
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3083
3055
|
}
|
|
3084
3056
|
},
|
|
3085
3057
|
{
|
|
3086
|
-
"kind": "
|
|
3087
|
-
"name": "
|
|
3088
|
-
"type": {
|
|
3089
|
-
"text": "boolean"
|
|
3090
|
-
},
|
|
3058
|
+
"kind": "method",
|
|
3059
|
+
"name": "horizontalInsetChanged",
|
|
3091
3060
|
"privacy": "private",
|
|
3092
|
-
"
|
|
3061
|
+
"return": {
|
|
3062
|
+
"type": {
|
|
3063
|
+
"text": "void"
|
|
3064
|
+
}
|
|
3065
|
+
},
|
|
3093
3066
|
"inheritedFrom": {
|
|
3094
3067
|
"name": "AnchoredRegion",
|
|
3095
3068
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3097,26 +3070,26 @@
|
|
|
3097
3070
|
},
|
|
3098
3071
|
{
|
|
3099
3072
|
"kind": "field",
|
|
3100
|
-
"name": "
|
|
3073
|
+
"name": "horizontalThreshold",
|
|
3101
3074
|
"type": {
|
|
3102
3075
|
"text": "number"
|
|
3103
3076
|
},
|
|
3104
|
-
"privacy": "
|
|
3105
|
-
"
|
|
3077
|
+
"privacy": "public",
|
|
3078
|
+
"description": "How narrow the space allocated to the default position has to be before the widest area\nis selected for layout",
|
|
3106
3079
|
"inheritedFrom": {
|
|
3107
3080
|
"name": "AnchoredRegion",
|
|
3108
3081
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3109
3082
|
}
|
|
3110
3083
|
},
|
|
3111
3084
|
{
|
|
3112
|
-
"kind": "
|
|
3113
|
-
"name": "
|
|
3114
|
-
"type": {
|
|
3115
|
-
"text": "IntersectionService"
|
|
3116
|
-
},
|
|
3085
|
+
"kind": "method",
|
|
3086
|
+
"name": "horizontalThresholdChanged",
|
|
3117
3087
|
"privacy": "private",
|
|
3118
|
-
"
|
|
3119
|
-
|
|
3088
|
+
"return": {
|
|
3089
|
+
"type": {
|
|
3090
|
+
"text": "void"
|
|
3091
|
+
}
|
|
3092
|
+
},
|
|
3120
3093
|
"inheritedFrom": {
|
|
3121
3094
|
"name": "AnchoredRegion",
|
|
3122
3095
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3124,9 +3097,13 @@
|
|
|
3124
3097
|
},
|
|
3125
3098
|
{
|
|
3126
3099
|
"kind": "field",
|
|
3127
|
-
"name": "
|
|
3100
|
+
"name": "horizontalScaling",
|
|
3101
|
+
"type": {
|
|
3102
|
+
"text": "AxisScalingMode"
|
|
3103
|
+
},
|
|
3128
3104
|
"privacy": "public",
|
|
3129
|
-
"
|
|
3105
|
+
"default": "\"content\"",
|
|
3106
|
+
"description": "Defines how the width of the region is calculated",
|
|
3130
3107
|
"inheritedFrom": {
|
|
3131
3108
|
"name": "AnchoredRegion",
|
|
3132
3109
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3134,29 +3111,27 @@
|
|
|
3134
3111
|
},
|
|
3135
3112
|
{
|
|
3136
3113
|
"kind": "method",
|
|
3137
|
-
"name": "
|
|
3114
|
+
"name": "horizontalScalingChanged",
|
|
3138
3115
|
"privacy": "private",
|
|
3139
3116
|
"return": {
|
|
3140
3117
|
"type": {
|
|
3141
3118
|
"text": "void"
|
|
3142
3119
|
}
|
|
3143
3120
|
},
|
|
3144
|
-
"description": "destroys the instance's resize observer",
|
|
3145
3121
|
"inheritedFrom": {
|
|
3146
3122
|
"name": "AnchoredRegion",
|
|
3147
3123
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3148
3124
|
}
|
|
3149
3125
|
},
|
|
3150
3126
|
{
|
|
3151
|
-
"kind": "
|
|
3152
|
-
"name": "
|
|
3153
|
-
"
|
|
3154
|
-
|
|
3155
|
-
"type": {
|
|
3156
|
-
"text": "void"
|
|
3157
|
-
}
|
|
3127
|
+
"kind": "field",
|
|
3128
|
+
"name": "verticalPositioningMode",
|
|
3129
|
+
"type": {
|
|
3130
|
+
"text": "AxisPositioningMode"
|
|
3158
3131
|
},
|
|
3159
|
-
"
|
|
3132
|
+
"privacy": "public",
|
|
3133
|
+
"default": "\"uncontrolled\"",
|
|
3134
|
+
"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",
|
|
3160
3135
|
"inheritedFrom": {
|
|
3161
3136
|
"name": "AnchoredRegion",
|
|
3162
3137
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3164,29 +3139,27 @@
|
|
|
3164
3139
|
},
|
|
3165
3140
|
{
|
|
3166
3141
|
"kind": "method",
|
|
3167
|
-
"name": "
|
|
3142
|
+
"name": "verticalPositioningModeChanged",
|
|
3168
3143
|
"privacy": "private",
|
|
3169
3144
|
"return": {
|
|
3170
3145
|
"type": {
|
|
3171
3146
|
"text": "void"
|
|
3172
3147
|
}
|
|
3173
3148
|
},
|
|
3174
|
-
"description": "react to attribute changes that don't require a reset",
|
|
3175
3149
|
"inheritedFrom": {
|
|
3176
3150
|
"name": "AnchoredRegion",
|
|
3177
3151
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3178
3152
|
}
|
|
3179
3153
|
},
|
|
3180
3154
|
{
|
|
3181
|
-
"kind": "
|
|
3182
|
-
"name": "
|
|
3183
|
-
"
|
|
3184
|
-
|
|
3185
|
-
"type": {
|
|
3186
|
-
"text": "void"
|
|
3187
|
-
}
|
|
3155
|
+
"kind": "field",
|
|
3156
|
+
"name": "verticalDefaultPosition",
|
|
3157
|
+
"type": {
|
|
3158
|
+
"text": "VerticalPosition"
|
|
3188
3159
|
},
|
|
3189
|
-
"
|
|
3160
|
+
"privacy": "public",
|
|
3161
|
+
"default": "\"unset\"",
|
|
3162
|
+
"description": "The default vertical position of the region relative to the anchor element",
|
|
3190
3163
|
"inheritedFrom": {
|
|
3191
3164
|
"name": "AnchoredRegion",
|
|
3192
3165
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3194,14 +3167,27 @@
|
|
|
3194
3167
|
},
|
|
3195
3168
|
{
|
|
3196
3169
|
"kind": "method",
|
|
3197
|
-
"name": "
|
|
3170
|
+
"name": "verticalDefaultPositionChanged",
|
|
3198
3171
|
"privacy": "private",
|
|
3199
3172
|
"return": {
|
|
3200
3173
|
"type": {
|
|
3201
3174
|
"text": "void"
|
|
3202
3175
|
}
|
|
3203
3176
|
},
|
|
3204
|
-
"
|
|
3177
|
+
"inheritedFrom": {
|
|
3178
|
+
"name": "AnchoredRegion",
|
|
3179
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3180
|
+
}
|
|
3181
|
+
},
|
|
3182
|
+
{
|
|
3183
|
+
"kind": "field",
|
|
3184
|
+
"name": "verticalViewportLock",
|
|
3185
|
+
"type": {
|
|
3186
|
+
"text": "boolean"
|
|
3187
|
+
},
|
|
3188
|
+
"privacy": "public",
|
|
3189
|
+
"default": "false",
|
|
3190
|
+
"description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the vertical axis",
|
|
3205
3191
|
"inheritedFrom": {
|
|
3206
3192
|
"name": "AnchoredRegion",
|
|
3207
3193
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3209,14 +3195,13 @@
|
|
|
3209
3195
|
},
|
|
3210
3196
|
{
|
|
3211
3197
|
"kind": "method",
|
|
3212
|
-
"name": "
|
|
3198
|
+
"name": "verticalViewportLockChanged",
|
|
3213
3199
|
"privacy": "private",
|
|
3214
3200
|
"return": {
|
|
3215
3201
|
"type": {
|
|
3216
3202
|
"text": "void"
|
|
3217
3203
|
}
|
|
3218
3204
|
},
|
|
3219
|
-
"description": "sets the starting configuration for component internal values",
|
|
3220
3205
|
"inheritedFrom": {
|
|
3221
3206
|
"name": "AnchoredRegion",
|
|
3222
3207
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3224,19 +3209,27 @@
|
|
|
3224
3209
|
},
|
|
3225
3210
|
{
|
|
3226
3211
|
"kind": "field",
|
|
3227
|
-
"name": "
|
|
3228
|
-
"
|
|
3229
|
-
|
|
3212
|
+
"name": "verticalInset",
|
|
3213
|
+
"type": {
|
|
3214
|
+
"text": "boolean"
|
|
3215
|
+
},
|
|
3216
|
+
"privacy": "public",
|
|
3217
|
+
"default": "false",
|
|
3218
|
+
"description": "Whether the region overlaps the anchor on the vertical axis",
|
|
3230
3219
|
"inheritedFrom": {
|
|
3231
3220
|
"name": "AnchoredRegion",
|
|
3232
3221
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3233
3222
|
}
|
|
3234
3223
|
},
|
|
3235
3224
|
{
|
|
3236
|
-
"kind": "
|
|
3237
|
-
"name": "
|
|
3225
|
+
"kind": "method",
|
|
3226
|
+
"name": "verticalInsetChanged",
|
|
3238
3227
|
"privacy": "private",
|
|
3239
|
-
"
|
|
3228
|
+
"return": {
|
|
3229
|
+
"type": {
|
|
3230
|
+
"text": "void"
|
|
3231
|
+
}
|
|
3232
|
+
},
|
|
3240
3233
|
"inheritedFrom": {
|
|
3241
3234
|
"name": "AnchoredRegion",
|
|
3242
3235
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3244,19 +3237,26 @@
|
|
|
3244
3237
|
},
|
|
3245
3238
|
{
|
|
3246
3239
|
"kind": "field",
|
|
3247
|
-
"name": "
|
|
3248
|
-
"
|
|
3249
|
-
|
|
3240
|
+
"name": "verticalThreshold",
|
|
3241
|
+
"type": {
|
|
3242
|
+
"text": "number"
|
|
3243
|
+
},
|
|
3244
|
+
"privacy": "public",
|
|
3245
|
+
"description": "How short the space allocated to the default position has to be before the tallest area\nis selected for layout",
|
|
3250
3246
|
"inheritedFrom": {
|
|
3251
3247
|
"name": "AnchoredRegion",
|
|
3252
3248
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3253
3249
|
}
|
|
3254
3250
|
},
|
|
3255
3251
|
{
|
|
3256
|
-
"kind": "
|
|
3257
|
-
"name": "
|
|
3252
|
+
"kind": "method",
|
|
3253
|
+
"name": "verticalThresholdChanged",
|
|
3258
3254
|
"privacy": "private",
|
|
3259
|
-
"
|
|
3255
|
+
"return": {
|
|
3256
|
+
"type": {
|
|
3257
|
+
"text": "void"
|
|
3258
|
+
}
|
|
3259
|
+
},
|
|
3260
3260
|
"inheritedFrom": {
|
|
3261
3261
|
"name": "AnchoredRegion",
|
|
3262
3262
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3264,19 +3264,27 @@
|
|
|
3264
3264
|
},
|
|
3265
3265
|
{
|
|
3266
3266
|
"kind": "field",
|
|
3267
|
-
"name": "
|
|
3268
|
-
"
|
|
3269
|
-
|
|
3267
|
+
"name": "verticalScaling",
|
|
3268
|
+
"type": {
|
|
3269
|
+
"text": "AxisScalingMode"
|
|
3270
|
+
},
|
|
3271
|
+
"privacy": "public",
|
|
3272
|
+
"default": "\"content\"",
|
|
3273
|
+
"description": "Defines how the height of the region is calculated",
|
|
3270
3274
|
"inheritedFrom": {
|
|
3271
3275
|
"name": "AnchoredRegion",
|
|
3272
3276
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3273
3277
|
}
|
|
3274
3278
|
},
|
|
3275
3279
|
{
|
|
3276
|
-
"kind": "
|
|
3277
|
-
"name": "
|
|
3280
|
+
"kind": "method",
|
|
3281
|
+
"name": "verticalScalingChanged",
|
|
3278
3282
|
"privacy": "private",
|
|
3279
|
-
"
|
|
3283
|
+
"return": {
|
|
3284
|
+
"type": {
|
|
3285
|
+
"text": "void"
|
|
3286
|
+
}
|
|
3287
|
+
},
|
|
3280
3288
|
"inheritedFrom": {
|
|
3281
3289
|
"name": "AnchoredRegion",
|
|
3282
3290
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3284,19 +3292,27 @@
|
|
|
3284
3292
|
},
|
|
3285
3293
|
{
|
|
3286
3294
|
"kind": "field",
|
|
3287
|
-
"name": "
|
|
3288
|
-
"
|
|
3289
|
-
|
|
3295
|
+
"name": "fixedPlacement",
|
|
3296
|
+
"type": {
|
|
3297
|
+
"text": "boolean"
|
|
3298
|
+
},
|
|
3299
|
+
"privacy": "public",
|
|
3300
|
+
"default": "false",
|
|
3301
|
+
"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,",
|
|
3290
3302
|
"inheritedFrom": {
|
|
3291
3303
|
"name": "AnchoredRegion",
|
|
3292
3304
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3293
3305
|
}
|
|
3294
3306
|
},
|
|
3295
3307
|
{
|
|
3296
|
-
"kind": "
|
|
3297
|
-
"name": "
|
|
3308
|
+
"kind": "method",
|
|
3309
|
+
"name": "fixedPlacementChanged",
|
|
3298
3310
|
"privacy": "private",
|
|
3299
|
-
"
|
|
3311
|
+
"return": {
|
|
3312
|
+
"type": {
|
|
3313
|
+
"text": "void"
|
|
3314
|
+
}
|
|
3315
|
+
},
|
|
3300
3316
|
"inheritedFrom": {
|
|
3301
3317
|
"name": "AnchoredRegion",
|
|
3302
3318
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3304,19 +3320,41 @@
|
|
|
3304
3320
|
},
|
|
3305
3321
|
{
|
|
3306
3322
|
"kind": "field",
|
|
3307
|
-
"name": "
|
|
3308
|
-
"
|
|
3309
|
-
|
|
3323
|
+
"name": "autoUpdateMode",
|
|
3324
|
+
"type": {
|
|
3325
|
+
"text": "AutoUpdateMode"
|
|
3326
|
+
},
|
|
3327
|
+
"privacy": "public",
|
|
3328
|
+
"default": "\"anchor\"",
|
|
3329
|
+
"description": "Defines what triggers the anchored region to revaluate positioning",
|
|
3310
3330
|
"inheritedFrom": {
|
|
3311
3331
|
"name": "AnchoredRegion",
|
|
3312
3332
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3313
3333
|
}
|
|
3314
3334
|
},
|
|
3315
3335
|
{
|
|
3316
|
-
"kind": "
|
|
3317
|
-
"name": "
|
|
3336
|
+
"kind": "method",
|
|
3337
|
+
"name": "autoUpdateModeChanged",
|
|
3318
3338
|
"privacy": "private",
|
|
3319
|
-
"
|
|
3339
|
+
"return": {
|
|
3340
|
+
"type": {
|
|
3341
|
+
"text": "void"
|
|
3342
|
+
}
|
|
3343
|
+
},
|
|
3344
|
+
"parameters": [
|
|
3345
|
+
{
|
|
3346
|
+
"name": "prevMode",
|
|
3347
|
+
"type": {
|
|
3348
|
+
"text": "AutoUpdateMode"
|
|
3349
|
+
}
|
|
3350
|
+
},
|
|
3351
|
+
{
|
|
3352
|
+
"name": "newMode",
|
|
3353
|
+
"type": {
|
|
3354
|
+
"text": "AutoUpdateMode"
|
|
3355
|
+
}
|
|
3356
|
+
}
|
|
3357
|
+
],
|
|
3320
3358
|
"inheritedFrom": {
|
|
3321
3359
|
"name": "AnchoredRegion",
|
|
3322
3360
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3324,19 +3362,27 @@
|
|
|
3324
3362
|
},
|
|
3325
3363
|
{
|
|
3326
3364
|
"kind": "field",
|
|
3327
|
-
"name": "
|
|
3328
|
-
"
|
|
3329
|
-
|
|
3365
|
+
"name": "anchorElement",
|
|
3366
|
+
"type": {
|
|
3367
|
+
"text": "HTMLElement | null"
|
|
3368
|
+
},
|
|
3369
|
+
"privacy": "public",
|
|
3370
|
+
"default": "null",
|
|
3371
|
+
"description": "The HTML element being used as the anchor",
|
|
3330
3372
|
"inheritedFrom": {
|
|
3331
3373
|
"name": "AnchoredRegion",
|
|
3332
3374
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3333
3375
|
}
|
|
3334
3376
|
},
|
|
3335
3377
|
{
|
|
3336
|
-
"kind": "
|
|
3337
|
-
"name": "
|
|
3378
|
+
"kind": "method",
|
|
3379
|
+
"name": "anchorElementChanged",
|
|
3338
3380
|
"privacy": "private",
|
|
3339
|
-
"
|
|
3381
|
+
"return": {
|
|
3382
|
+
"type": {
|
|
3383
|
+
"text": "void"
|
|
3384
|
+
}
|
|
3385
|
+
},
|
|
3340
3386
|
"inheritedFrom": {
|
|
3341
3387
|
"name": "AnchoredRegion",
|
|
3342
3388
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3344,9 +3390,27 @@
|
|
|
3344
3390
|
},
|
|
3345
3391
|
{
|
|
3346
3392
|
"kind": "field",
|
|
3347
|
-
"name": "
|
|
3393
|
+
"name": "viewportElement",
|
|
3394
|
+
"type": {
|
|
3395
|
+
"text": "HTMLElement | null"
|
|
3396
|
+
},
|
|
3397
|
+
"privacy": "public",
|
|
3398
|
+
"default": "null",
|
|
3399
|
+
"description": "The HTML element being used as the viewport",
|
|
3400
|
+
"inheritedFrom": {
|
|
3401
|
+
"name": "AnchoredRegion",
|
|
3402
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3403
|
+
}
|
|
3404
|
+
},
|
|
3405
|
+
{
|
|
3406
|
+
"kind": "method",
|
|
3407
|
+
"name": "viewportElementChanged",
|
|
3348
3408
|
"privacy": "private",
|
|
3349
|
-
"
|
|
3409
|
+
"return": {
|
|
3410
|
+
"type": {
|
|
3411
|
+
"text": "void"
|
|
3412
|
+
}
|
|
3413
|
+
},
|
|
3350
3414
|
"inheritedFrom": {
|
|
3351
3415
|
"name": "AnchoredRegion",
|
|
3352
3416
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3354,9 +3418,12 @@
|
|
|
3354
3418
|
},
|
|
3355
3419
|
{
|
|
3356
3420
|
"kind": "field",
|
|
3357
|
-
"name": "
|
|
3358
|
-
"
|
|
3359
|
-
|
|
3421
|
+
"name": "verticalPosition",
|
|
3422
|
+
"type": {
|
|
3423
|
+
"text": "AnchoredRegionPositionLabel | undefined"
|
|
3424
|
+
},
|
|
3425
|
+
"privacy": "public",
|
|
3426
|
+
"description": "indicates the current horizontal position of the region",
|
|
3360
3427
|
"inheritedFrom": {
|
|
3361
3428
|
"name": "AnchoredRegion",
|
|
3362
3429
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3364,9 +3431,12 @@
|
|
|
3364
3431
|
},
|
|
3365
3432
|
{
|
|
3366
3433
|
"kind": "field",
|
|
3367
|
-
"name": "
|
|
3368
|
-
"
|
|
3369
|
-
|
|
3434
|
+
"name": "horizontalPosition",
|
|
3435
|
+
"type": {
|
|
3436
|
+
"text": "AnchoredRegionPositionLabel | undefined"
|
|
3437
|
+
},
|
|
3438
|
+
"privacy": "public",
|
|
3439
|
+
"description": "indicates the current vertical position of the region",
|
|
3370
3440
|
"inheritedFrom": {
|
|
3371
3441
|
"name": "AnchoredRegion",
|
|
3372
3442
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3374,9 +3444,12 @@
|
|
|
3374
3444
|
},
|
|
3375
3445
|
{
|
|
3376
3446
|
"kind": "field",
|
|
3377
|
-
"name": "
|
|
3447
|
+
"name": "translateX",
|
|
3448
|
+
"type": {
|
|
3449
|
+
"text": "number"
|
|
3450
|
+
},
|
|
3378
3451
|
"privacy": "private",
|
|
3379
|
-
"description": "
|
|
3452
|
+
"description": "values to be applied to the component's transform on render",
|
|
3380
3453
|
"inheritedFrom": {
|
|
3381
3454
|
"name": "AnchoredRegion",
|
|
3382
3455
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3384,9 +3457,11 @@
|
|
|
3384
3457
|
},
|
|
3385
3458
|
{
|
|
3386
3459
|
"kind": "field",
|
|
3387
|
-
"name": "
|
|
3460
|
+
"name": "translateY",
|
|
3461
|
+
"type": {
|
|
3462
|
+
"text": "number"
|
|
3463
|
+
},
|
|
3388
3464
|
"privacy": "private",
|
|
3389
|
-
"description": "Get available positions based on positioning mode",
|
|
3390
3465
|
"inheritedFrom": {
|
|
3391
3466
|
"name": "AnchoredRegion",
|
|
3392
3467
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3394,9 +3469,12 @@
|
|
|
3394
3469
|
},
|
|
3395
3470
|
{
|
|
3396
3471
|
"kind": "field",
|
|
3397
|
-
"name": "
|
|
3472
|
+
"name": "regionWidth",
|
|
3473
|
+
"type": {
|
|
3474
|
+
"text": "string"
|
|
3475
|
+
},
|
|
3398
3476
|
"privacy": "private",
|
|
3399
|
-
"description": "
|
|
3477
|
+
"description": "the span to be applied to the region on each axis",
|
|
3400
3478
|
"inheritedFrom": {
|
|
3401
3479
|
"name": "AnchoredRegion",
|
|
3402
3480
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3404,9 +3482,11 @@
|
|
|
3404
3482
|
},
|
|
3405
3483
|
{
|
|
3406
3484
|
"kind": "field",
|
|
3407
|
-
"name": "
|
|
3485
|
+
"name": "regionHeight",
|
|
3486
|
+
"type": {
|
|
3487
|
+
"text": "string"
|
|
3488
|
+
},
|
|
3408
3489
|
"privacy": "private",
|
|
3409
|
-
"description": "Get region dimensions",
|
|
3410
3490
|
"inheritedFrom": {
|
|
3411
3491
|
"name": "AnchoredRegion",
|
|
3412
3492
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3414,9 +3494,12 @@
|
|
|
3414
3494
|
},
|
|
3415
3495
|
{
|
|
3416
3496
|
"kind": "field",
|
|
3417
|
-
"name": "
|
|
3497
|
+
"name": "resizeDetector",
|
|
3498
|
+
"type": {
|
|
3499
|
+
"text": "ResizeObserverClassDefinition | null"
|
|
3500
|
+
},
|
|
3418
3501
|
"privacy": "private",
|
|
3419
|
-
"
|
|
3502
|
+
"default": "null",
|
|
3420
3503
|
"inheritedFrom": {
|
|
3421
3504
|
"name": "AnchoredRegion",
|
|
3422
3505
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3424,9 +3507,11 @@
|
|
|
3424
3507
|
},
|
|
3425
3508
|
{
|
|
3426
3509
|
"kind": "field",
|
|
3427
|
-
"name": "
|
|
3510
|
+
"name": "viewportRect",
|
|
3511
|
+
"type": {
|
|
3512
|
+
"text": "ClientRect | DOMRect | undefined"
|
|
3513
|
+
},
|
|
3428
3514
|
"privacy": "private",
|
|
3429
|
-
"description": "stops event listeners that can trigger auto updating",
|
|
3430
3515
|
"inheritedFrom": {
|
|
3431
3516
|
"name": "AnchoredRegion",
|
|
3432
3517
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3434,540 +3519,454 @@
|
|
|
3434
3519
|
},
|
|
3435
3520
|
{
|
|
3436
3521
|
"kind": "field",
|
|
3437
|
-
"name": "
|
|
3522
|
+
"name": "anchorRect",
|
|
3438
3523
|
"type": {
|
|
3439
|
-
"text": "
|
|
3524
|
+
"text": "ClientRect | DOMRect | undefined"
|
|
3440
3525
|
},
|
|
3441
3526
|
"privacy": "private",
|
|
3442
|
-
"default": "void 0",
|
|
3443
3527
|
"inheritedFrom": {
|
|
3444
|
-
"name": "
|
|
3445
|
-
"module": "src/
|
|
3528
|
+
"name": "AnchoredRegion",
|
|
3529
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3446
3530
|
}
|
|
3447
3531
|
},
|
|
3448
3532
|
{
|
|
3449
3533
|
"kind": "field",
|
|
3450
|
-
"name": "
|
|
3534
|
+
"name": "regionRect",
|
|
3451
3535
|
"type": {
|
|
3452
|
-
"text": "
|
|
3536
|
+
"text": "ClientRect | DOMRect | undefined"
|
|
3453
3537
|
},
|
|
3454
|
-
"privacy": "
|
|
3455
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
3538
|
+
"privacy": "private",
|
|
3456
3539
|
"inheritedFrom": {
|
|
3457
|
-
"name": "
|
|
3458
|
-
"module": "src/
|
|
3540
|
+
"name": "AnchoredRegion",
|
|
3541
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3459
3542
|
}
|
|
3460
3543
|
},
|
|
3461
3544
|
{
|
|
3462
3545
|
"kind": "field",
|
|
3463
|
-
"name": "
|
|
3546
|
+
"name": "baseHorizontalOffset",
|
|
3464
3547
|
"type": {
|
|
3465
|
-
"text": "
|
|
3548
|
+
"text": "number"
|
|
3466
3549
|
},
|
|
3467
|
-
"privacy": "
|
|
3468
|
-
"
|
|
3550
|
+
"privacy": "private",
|
|
3551
|
+
"default": "0",
|
|
3552
|
+
"description": "base offsets between the positioner's base position and the anchor's",
|
|
3469
3553
|
"inheritedFrom": {
|
|
3470
|
-
"name": "
|
|
3471
|
-
"module": "src/
|
|
3554
|
+
"name": "AnchoredRegion",
|
|
3555
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3472
3556
|
}
|
|
3473
3557
|
},
|
|
3474
3558
|
{
|
|
3475
|
-
"kind": "
|
|
3476
|
-
"name": "
|
|
3477
|
-
"
|
|
3478
|
-
|
|
3479
|
-
"type": {
|
|
3480
|
-
"text": "void"
|
|
3481
|
-
}
|
|
3559
|
+
"kind": "field",
|
|
3560
|
+
"name": "baseVerticalOffset",
|
|
3561
|
+
"type": {
|
|
3562
|
+
"text": "number"
|
|
3482
3563
|
},
|
|
3564
|
+
"privacy": "private",
|
|
3565
|
+
"default": "0",
|
|
3483
3566
|
"inheritedFrom": {
|
|
3484
|
-
"name": "
|
|
3485
|
-
"module": "src/
|
|
3567
|
+
"name": "AnchoredRegion",
|
|
3568
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3486
3569
|
}
|
|
3487
3570
|
},
|
|
3488
3571
|
{
|
|
3489
3572
|
"kind": "field",
|
|
3490
|
-
"name": "
|
|
3573
|
+
"name": "pendingPositioningUpdate",
|
|
3491
3574
|
"type": {
|
|
3492
|
-
"text": "
|
|
3575
|
+
"text": "boolean"
|
|
3493
3576
|
},
|
|
3494
|
-
"privacy": "
|
|
3495
|
-
"
|
|
3577
|
+
"privacy": "private",
|
|
3578
|
+
"default": "false",
|
|
3496
3579
|
"inheritedFrom": {
|
|
3497
|
-
"name": "
|
|
3498
|
-
"module": "src/
|
|
3580
|
+
"name": "AnchoredRegion",
|
|
3581
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3499
3582
|
}
|
|
3500
3583
|
},
|
|
3501
3584
|
{
|
|
3502
|
-
"kind": "
|
|
3503
|
-
"name": "
|
|
3504
|
-
"
|
|
3505
|
-
|
|
3506
|
-
"type": {
|
|
3507
|
-
"text": "void"
|
|
3508
|
-
}
|
|
3585
|
+
"kind": "field",
|
|
3586
|
+
"name": "pendingReset",
|
|
3587
|
+
"type": {
|
|
3588
|
+
"text": "boolean"
|
|
3509
3589
|
},
|
|
3590
|
+
"privacy": "private",
|
|
3591
|
+
"default": "false",
|
|
3510
3592
|
"inheritedFrom": {
|
|
3511
|
-
"name": "
|
|
3512
|
-
"module": "src/
|
|
3593
|
+
"name": "AnchoredRegion",
|
|
3594
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3513
3595
|
}
|
|
3514
3596
|
},
|
|
3515
3597
|
{
|
|
3516
|
-
"kind": "
|
|
3517
|
-
"name": "
|
|
3518
|
-
"
|
|
3519
|
-
|
|
3520
|
-
"return": {
|
|
3521
|
-
"type": {
|
|
3522
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
3523
|
-
}
|
|
3598
|
+
"kind": "field",
|
|
3599
|
+
"name": "currentDirection",
|
|
3600
|
+
"type": {
|
|
3601
|
+
"text": "Direction"
|
|
3524
3602
|
},
|
|
3525
|
-
"
|
|
3526
|
-
{
|
|
3527
|
-
"name": "this",
|
|
3528
|
-
"type": {
|
|
3529
|
-
"text": "K"
|
|
3530
|
-
}
|
|
3531
|
-
},
|
|
3532
|
-
{
|
|
3533
|
-
"name": "elementDefinition",
|
|
3534
|
-
"type": {
|
|
3535
|
-
"text": "T"
|
|
3536
|
-
},
|
|
3537
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
3538
|
-
}
|
|
3539
|
-
],
|
|
3540
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
3541
|
-
"inheritedFrom": {
|
|
3542
|
-
"name": "FoundationElement",
|
|
3543
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3544
|
-
}
|
|
3545
|
-
}
|
|
3546
|
-
],
|
|
3547
|
-
"events": [
|
|
3548
|
-
{
|
|
3549
|
-
"description": "Fires a custom 'loaded' event when the region is loaded and visible",
|
|
3550
|
-
"name": "loaded",
|
|
3603
|
+
"privacy": "private",
|
|
3551
3604
|
"inheritedFrom": {
|
|
3552
3605
|
"name": "AnchoredRegion",
|
|
3553
3606
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3554
3607
|
}
|
|
3555
3608
|
},
|
|
3556
3609
|
{
|
|
3557
|
-
"
|
|
3558
|
-
"name": "
|
|
3610
|
+
"kind": "field",
|
|
3611
|
+
"name": "regionVisible",
|
|
3612
|
+
"type": {
|
|
3613
|
+
"text": "boolean"
|
|
3614
|
+
},
|
|
3615
|
+
"privacy": "private",
|
|
3616
|
+
"default": "false",
|
|
3559
3617
|
"inheritedFrom": {
|
|
3560
3618
|
"name": "AnchoredRegion",
|
|
3561
3619
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3562
3620
|
}
|
|
3563
|
-
}
|
|
3564
|
-
]
|
|
3565
|
-
},
|
|
3566
|
-
{
|
|
3567
|
-
"kind": "variable",
|
|
3568
|
-
"name": "foundationAnchoredRegionShadowOptions",
|
|
3569
|
-
"type": {
|
|
3570
|
-
"text": "ShadowRootInit"
|
|
3571
|
-
},
|
|
3572
|
-
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
3573
|
-
},
|
|
3574
|
-
{
|
|
3575
|
-
"kind": "variable",
|
|
3576
|
-
"name": "defaultAnchoredRegionConfig",
|
|
3577
|
-
"type": {
|
|
3578
|
-
"text": "object"
|
|
3579
|
-
},
|
|
3580
|
-
"default": "{}"
|
|
3581
|
-
},
|
|
3582
|
-
{
|
|
3583
|
-
"kind": "variable",
|
|
3584
|
-
"name": "foundationAnchoredRegion",
|
|
3585
|
-
"description": "The Foundation Anchored Region",
|
|
3586
|
-
"privacy": "public"
|
|
3587
|
-
}
|
|
3588
|
-
],
|
|
3589
|
-
"exports": [
|
|
3590
|
-
{
|
|
3591
|
-
"kind": "js",
|
|
3592
|
-
"name": "AnchoredRegion",
|
|
3593
|
-
"declaration": {
|
|
3594
|
-
"name": "AnchoredRegion",
|
|
3595
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3596
|
-
}
|
|
3597
|
-
},
|
|
3598
|
-
{
|
|
3599
|
-
"kind": "js",
|
|
3600
|
-
"name": "foundationAnchoredRegionShadowOptions",
|
|
3601
|
-
"declaration": {
|
|
3602
|
-
"name": "foundationAnchoredRegionShadowOptions",
|
|
3603
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3604
|
-
}
|
|
3605
|
-
},
|
|
3606
|
-
{
|
|
3607
|
-
"kind": "js",
|
|
3608
|
-
"name": "defaultAnchoredRegionConfig",
|
|
3609
|
-
"declaration": {
|
|
3610
|
-
"name": "defaultAnchoredRegionConfig",
|
|
3611
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3612
|
-
}
|
|
3613
|
-
},
|
|
3614
|
-
{
|
|
3615
|
-
"kind": "js",
|
|
3616
|
-
"name": "foundationAnchoredRegion",
|
|
3617
|
-
"declaration": {
|
|
3618
|
-
"name": "foundationAnchoredRegion",
|
|
3619
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3620
|
-
}
|
|
3621
|
-
}
|
|
3622
|
-
]
|
|
3623
|
-
},
|
|
3624
|
-
{
|
|
3625
|
-
"kind": "javascript-module",
|
|
3626
|
-
"path": "src/anchored-region/index.ts",
|
|
3627
|
-
"declarations": [],
|
|
3628
|
-
"exports": [
|
|
3629
|
-
{
|
|
3630
|
-
"kind": "js",
|
|
3631
|
-
"name": "*",
|
|
3632
|
-
"declaration": {
|
|
3633
|
-
"name": "*",
|
|
3634
|
-
"package": "./anchor-region.template"
|
|
3635
|
-
}
|
|
3636
|
-
},
|
|
3637
|
-
{
|
|
3638
|
-
"kind": "js",
|
|
3639
|
-
"name": "*",
|
|
3640
|
-
"declaration": {
|
|
3641
|
-
"name": "*",
|
|
3642
|
-
"package": "./anchored-region.styles"
|
|
3643
|
-
}
|
|
3644
|
-
},
|
|
3645
|
-
{
|
|
3646
|
-
"kind": "js",
|
|
3647
|
-
"name": "*",
|
|
3648
|
-
"declaration": {
|
|
3649
|
-
"name": "*",
|
|
3650
|
-
"package": "./anchored-region"
|
|
3651
|
-
}
|
|
3652
|
-
}
|
|
3653
|
-
]
|
|
3654
|
-
},
|
|
3655
|
-
{
|
|
3656
|
-
"kind": "javascript-module",
|
|
3657
|
-
"path": "src/anchor/anchor.styles.ts",
|
|
3658
|
-
"declarations": [
|
|
3659
|
-
{
|
|
3660
|
-
"kind": "function",
|
|
3661
|
-
"name": "foundationAnchorStyles",
|
|
3662
|
-
"return": {
|
|
3663
|
-
"type": {
|
|
3664
|
-
"text": "ElementStyles"
|
|
3665
|
-
}
|
|
3666
|
-
},
|
|
3667
|
-
"parameters": [
|
|
3621
|
+
},
|
|
3668
3622
|
{
|
|
3669
|
-
"
|
|
3623
|
+
"kind": "field",
|
|
3624
|
+
"name": "forceUpdate",
|
|
3670
3625
|
"type": {
|
|
3671
|
-
"text": "
|
|
3626
|
+
"text": "boolean"
|
|
3627
|
+
},
|
|
3628
|
+
"privacy": "private",
|
|
3629
|
+
"default": "false",
|
|
3630
|
+
"inheritedFrom": {
|
|
3631
|
+
"name": "AnchoredRegion",
|
|
3632
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3672
3633
|
}
|
|
3673
3634
|
},
|
|
3674
3635
|
{
|
|
3675
|
-
"
|
|
3636
|
+
"kind": "field",
|
|
3637
|
+
"name": "updateThreshold",
|
|
3676
3638
|
"type": {
|
|
3677
|
-
"text": "
|
|
3639
|
+
"text": "number"
|
|
3640
|
+
},
|
|
3641
|
+
"privacy": "private",
|
|
3642
|
+
"default": "0.5",
|
|
3643
|
+
"inheritedFrom": {
|
|
3644
|
+
"name": "AnchoredRegion",
|
|
3645
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3678
3646
|
}
|
|
3679
|
-
}
|
|
3680
|
-
]
|
|
3681
|
-
}
|
|
3682
|
-
],
|
|
3683
|
-
"exports": [
|
|
3684
|
-
{
|
|
3685
|
-
"kind": "js",
|
|
3686
|
-
"name": "foundationAnchorStyles",
|
|
3687
|
-
"declaration": {
|
|
3688
|
-
"name": "foundationAnchorStyles",
|
|
3689
|
-
"module": "src/anchor/anchor.styles.ts"
|
|
3690
|
-
}
|
|
3691
|
-
}
|
|
3692
|
-
]
|
|
3693
|
-
},
|
|
3694
|
-
{
|
|
3695
|
-
"kind": "javascript-module",
|
|
3696
|
-
"path": "src/anchor/anchor.template.ts",
|
|
3697
|
-
"declarations": [
|
|
3698
|
-
{
|
|
3699
|
-
"kind": "function",
|
|
3700
|
-
"name": "foundationAnchorTemplate",
|
|
3701
|
-
"return": {
|
|
3702
|
-
"type": {
|
|
3703
|
-
"text": "ViewTemplate<Anchor>"
|
|
3704
|
-
}
|
|
3705
|
-
},
|
|
3706
|
-
"parameters": [
|
|
3647
|
+
},
|
|
3707
3648
|
{
|
|
3708
|
-
"
|
|
3649
|
+
"kind": "field",
|
|
3650
|
+
"name": "intersectionService",
|
|
3709
3651
|
"type": {
|
|
3710
|
-
"text": "
|
|
3652
|
+
"text": "IntersectionService"
|
|
3653
|
+
},
|
|
3654
|
+
"privacy": "private",
|
|
3655
|
+
"static": true,
|
|
3656
|
+
"default": "new IntersectionService()",
|
|
3657
|
+
"inheritedFrom": {
|
|
3658
|
+
"name": "AnchoredRegion",
|
|
3659
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3711
3660
|
}
|
|
3712
3661
|
},
|
|
3713
3662
|
{
|
|
3714
|
-
"
|
|
3715
|
-
"
|
|
3716
|
-
|
|
3663
|
+
"kind": "field",
|
|
3664
|
+
"name": "update",
|
|
3665
|
+
"privacy": "public",
|
|
3666
|
+
"description": "update position",
|
|
3667
|
+
"inheritedFrom": {
|
|
3668
|
+
"name": "AnchoredRegion",
|
|
3669
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3717
3670
|
}
|
|
3718
|
-
}
|
|
3719
|
-
]
|
|
3720
|
-
}
|
|
3721
|
-
],
|
|
3722
|
-
"exports": [
|
|
3723
|
-
{
|
|
3724
|
-
"kind": "js",
|
|
3725
|
-
"name": "foundationAnchorTemplate",
|
|
3726
|
-
"declaration": {
|
|
3727
|
-
"name": "foundationAnchorTemplate",
|
|
3728
|
-
"module": "src/anchor/anchor.template.ts"
|
|
3729
|
-
}
|
|
3730
|
-
}
|
|
3731
|
-
]
|
|
3732
|
-
},
|
|
3733
|
-
{
|
|
3734
|
-
"kind": "javascript-module",
|
|
3735
|
-
"path": "src/anchor/anchor.ts",
|
|
3736
|
-
"declarations": [
|
|
3737
|
-
{
|
|
3738
|
-
"kind": "class",
|
|
3739
|
-
"description": "",
|
|
3740
|
-
"name": "Anchor",
|
|
3741
|
-
"superclass": {
|
|
3742
|
-
"name": "FASTAnchor",
|
|
3743
|
-
"package": "@microsoft/fast-components"
|
|
3744
|
-
},
|
|
3745
|
-
"tagName": "%%prefix%%-anchor",
|
|
3746
|
-
"customElement": true,
|
|
3747
|
-
"attributes": [
|
|
3671
|
+
},
|
|
3748
3672
|
{
|
|
3749
|
-
"
|
|
3750
|
-
"
|
|
3751
|
-
|
|
3673
|
+
"kind": "method",
|
|
3674
|
+
"name": "disconnectResizeDetector",
|
|
3675
|
+
"privacy": "private",
|
|
3676
|
+
"return": {
|
|
3677
|
+
"type": {
|
|
3678
|
+
"text": "void"
|
|
3679
|
+
}
|
|
3752
3680
|
},
|
|
3753
|
-
"description": "
|
|
3754
|
-
"fieldName": "download",
|
|
3681
|
+
"description": "destroys the instance's resize observer",
|
|
3755
3682
|
"inheritedFrom": {
|
|
3756
|
-
"name": "
|
|
3757
|
-
"module": "src/
|
|
3683
|
+
"name": "AnchoredRegion",
|
|
3684
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3758
3685
|
}
|
|
3759
3686
|
},
|
|
3760
3687
|
{
|
|
3761
|
-
"
|
|
3762
|
-
"
|
|
3763
|
-
|
|
3688
|
+
"kind": "method",
|
|
3689
|
+
"name": "initializeResizeDetector",
|
|
3690
|
+
"privacy": "private",
|
|
3691
|
+
"return": {
|
|
3692
|
+
"type": {
|
|
3693
|
+
"text": "void"
|
|
3694
|
+
}
|
|
3764
3695
|
},
|
|
3765
|
-
"description": "
|
|
3766
|
-
"fieldName": "href",
|
|
3696
|
+
"description": "initializes the instance's resize observer",
|
|
3767
3697
|
"inheritedFrom": {
|
|
3768
|
-
"name": "
|
|
3769
|
-
"module": "src/
|
|
3698
|
+
"name": "AnchoredRegion",
|
|
3699
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3770
3700
|
}
|
|
3771
3701
|
},
|
|
3772
3702
|
{
|
|
3773
|
-
"
|
|
3774
|
-
"
|
|
3775
|
-
|
|
3703
|
+
"kind": "method",
|
|
3704
|
+
"name": "updateForAttributeChange",
|
|
3705
|
+
"privacy": "private",
|
|
3706
|
+
"return": {
|
|
3707
|
+
"type": {
|
|
3708
|
+
"text": "void"
|
|
3709
|
+
}
|
|
3776
3710
|
},
|
|
3777
|
-
"description": "
|
|
3778
|
-
"fieldName": "hreflang",
|
|
3711
|
+
"description": "react to attribute changes that don't require a reset",
|
|
3779
3712
|
"inheritedFrom": {
|
|
3780
|
-
"name": "
|
|
3781
|
-
"module": "src/
|
|
3713
|
+
"name": "AnchoredRegion",
|
|
3714
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3782
3715
|
}
|
|
3783
3716
|
},
|
|
3784
3717
|
{
|
|
3785
|
-
"
|
|
3786
|
-
"
|
|
3787
|
-
|
|
3718
|
+
"kind": "method",
|
|
3719
|
+
"name": "initialize",
|
|
3720
|
+
"privacy": "private",
|
|
3721
|
+
"return": {
|
|
3722
|
+
"type": {
|
|
3723
|
+
"text": "void"
|
|
3724
|
+
}
|
|
3788
3725
|
},
|
|
3789
|
-
"description": "
|
|
3790
|
-
"
|
|
3726
|
+
"description": "fully initializes the component",
|
|
3727
|
+
"inheritedFrom": {
|
|
3728
|
+
"name": "AnchoredRegion",
|
|
3729
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3730
|
+
}
|
|
3731
|
+
},
|
|
3732
|
+
{
|
|
3733
|
+
"kind": "method",
|
|
3734
|
+
"name": "requestReset",
|
|
3735
|
+
"privacy": "private",
|
|
3736
|
+
"return": {
|
|
3737
|
+
"type": {
|
|
3738
|
+
"text": "void"
|
|
3739
|
+
}
|
|
3740
|
+
},
|
|
3741
|
+
"description": "Request a reset if there are currently no open requests",
|
|
3742
|
+
"inheritedFrom": {
|
|
3743
|
+
"name": "AnchoredRegion",
|
|
3744
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3745
|
+
}
|
|
3746
|
+
},
|
|
3747
|
+
{
|
|
3748
|
+
"kind": "method",
|
|
3749
|
+
"name": "setInitialState",
|
|
3750
|
+
"privacy": "private",
|
|
3751
|
+
"return": {
|
|
3752
|
+
"type": {
|
|
3753
|
+
"text": "void"
|
|
3754
|
+
}
|
|
3755
|
+
},
|
|
3756
|
+
"description": "sets the starting configuration for component internal values",
|
|
3757
|
+
"inheritedFrom": {
|
|
3758
|
+
"name": "AnchoredRegion",
|
|
3759
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3760
|
+
}
|
|
3761
|
+
},
|
|
3762
|
+
{
|
|
3763
|
+
"kind": "field",
|
|
3764
|
+
"name": "startObservers",
|
|
3765
|
+
"privacy": "private",
|
|
3766
|
+
"description": "starts observers",
|
|
3767
|
+
"inheritedFrom": {
|
|
3768
|
+
"name": "AnchoredRegion",
|
|
3769
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3770
|
+
}
|
|
3771
|
+
},
|
|
3772
|
+
{
|
|
3773
|
+
"kind": "field",
|
|
3774
|
+
"name": "requestPositionUpdates",
|
|
3775
|
+
"privacy": "private",
|
|
3776
|
+
"description": "get position updates",
|
|
3777
|
+
"inheritedFrom": {
|
|
3778
|
+
"name": "AnchoredRegion",
|
|
3779
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3780
|
+
}
|
|
3781
|
+
},
|
|
3782
|
+
{
|
|
3783
|
+
"kind": "field",
|
|
3784
|
+
"name": "stopObservers",
|
|
3785
|
+
"privacy": "private",
|
|
3786
|
+
"description": "stops observers",
|
|
3787
|
+
"inheritedFrom": {
|
|
3788
|
+
"name": "AnchoredRegion",
|
|
3789
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3790
|
+
}
|
|
3791
|
+
},
|
|
3792
|
+
{
|
|
3793
|
+
"kind": "field",
|
|
3794
|
+
"name": "getViewport",
|
|
3795
|
+
"privacy": "private",
|
|
3796
|
+
"description": "Gets the viewport element by id, or defaults to document root",
|
|
3797
|
+
"inheritedFrom": {
|
|
3798
|
+
"name": "AnchoredRegion",
|
|
3799
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3800
|
+
}
|
|
3801
|
+
},
|
|
3802
|
+
{
|
|
3803
|
+
"kind": "field",
|
|
3804
|
+
"name": "getAnchor",
|
|
3805
|
+
"privacy": "private",
|
|
3806
|
+
"description": "Gets the anchor element by id",
|
|
3807
|
+
"inheritedFrom": {
|
|
3808
|
+
"name": "AnchoredRegion",
|
|
3809
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3810
|
+
}
|
|
3811
|
+
},
|
|
3812
|
+
{
|
|
3813
|
+
"kind": "field",
|
|
3814
|
+
"name": "handleIntersection",
|
|
3815
|
+
"privacy": "private",
|
|
3816
|
+
"description": "Handle intersections",
|
|
3817
|
+
"inheritedFrom": {
|
|
3818
|
+
"name": "AnchoredRegion",
|
|
3819
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3820
|
+
}
|
|
3821
|
+
},
|
|
3822
|
+
{
|
|
3823
|
+
"kind": "field",
|
|
3824
|
+
"name": "applyIntersectionEntries",
|
|
3825
|
+
"privacy": "private",
|
|
3826
|
+
"description": "iterate through intersection entries and apply data",
|
|
3791
3827
|
"inheritedFrom": {
|
|
3792
|
-
"name": "
|
|
3793
|
-
"module": "src/
|
|
3828
|
+
"name": "AnchoredRegion",
|
|
3829
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3794
3830
|
}
|
|
3795
3831
|
},
|
|
3796
3832
|
{
|
|
3797
|
-
"
|
|
3798
|
-
"
|
|
3799
|
-
|
|
3800
|
-
|
|
3801
|
-
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
3802
|
-
"fieldName": "referrerpolicy",
|
|
3833
|
+
"kind": "field",
|
|
3834
|
+
"name": "updateRegionOffset",
|
|
3835
|
+
"privacy": "private",
|
|
3836
|
+
"description": "Update the offset values",
|
|
3803
3837
|
"inheritedFrom": {
|
|
3804
|
-
"name": "
|
|
3805
|
-
"module": "src/
|
|
3838
|
+
"name": "AnchoredRegion",
|
|
3839
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3806
3840
|
}
|
|
3807
3841
|
},
|
|
3808
3842
|
{
|
|
3809
|
-
"
|
|
3810
|
-
"
|
|
3811
|
-
|
|
3812
|
-
|
|
3813
|
-
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
3814
|
-
"fieldName": "rel",
|
|
3843
|
+
"kind": "field",
|
|
3844
|
+
"name": "isRectDifferent",
|
|
3845
|
+
"privacy": "private",
|
|
3846
|
+
"description": "compare rects to see if there is enough change to justify a DOM update",
|
|
3815
3847
|
"inheritedFrom": {
|
|
3816
|
-
"name": "
|
|
3817
|
-
"module": "src/
|
|
3848
|
+
"name": "AnchoredRegion",
|
|
3849
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3818
3850
|
}
|
|
3819
3851
|
},
|
|
3820
3852
|
{
|
|
3821
|
-
"
|
|
3822
|
-
"
|
|
3823
|
-
|
|
3824
|
-
|
|
3825
|
-
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
3826
|
-
"fieldName": "target",
|
|
3853
|
+
"kind": "field",
|
|
3854
|
+
"name": "handleResize",
|
|
3855
|
+
"privacy": "private",
|
|
3856
|
+
"description": "Handle resize events",
|
|
3827
3857
|
"inheritedFrom": {
|
|
3828
|
-
"name": "
|
|
3829
|
-
"module": "src/
|
|
3858
|
+
"name": "AnchoredRegion",
|
|
3859
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3830
3860
|
}
|
|
3831
3861
|
},
|
|
3832
3862
|
{
|
|
3833
|
-
"
|
|
3834
|
-
"
|
|
3835
|
-
|
|
3836
|
-
|
|
3837
|
-
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
3838
|
-
"fieldName": "type",
|
|
3863
|
+
"kind": "field",
|
|
3864
|
+
"name": "reset",
|
|
3865
|
+
"privacy": "private",
|
|
3866
|
+
"description": "resets the component",
|
|
3839
3867
|
"inheritedFrom": {
|
|
3840
|
-
"name": "
|
|
3841
|
-
"module": "src/
|
|
3868
|
+
"name": "AnchoredRegion",
|
|
3869
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3842
3870
|
}
|
|
3843
|
-
}
|
|
3844
|
-
],
|
|
3845
|
-
"members": [
|
|
3871
|
+
},
|
|
3846
3872
|
{
|
|
3847
3873
|
"kind": "field",
|
|
3848
|
-
"name": "
|
|
3849
|
-
"
|
|
3850
|
-
|
|
3851
|
-
},
|
|
3852
|
-
"privacy": "public",
|
|
3853
|
-
"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.",
|
|
3874
|
+
"name": "updateLayout",
|
|
3875
|
+
"privacy": "private",
|
|
3876
|
+
"description": "Recalculate layout related state values",
|
|
3854
3877
|
"inheritedFrom": {
|
|
3855
|
-
"name": "
|
|
3856
|
-
"module": "src/
|
|
3878
|
+
"name": "AnchoredRegion",
|
|
3879
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3857
3880
|
}
|
|
3858
3881
|
},
|
|
3859
3882
|
{
|
|
3860
3883
|
"kind": "field",
|
|
3861
|
-
"name": "
|
|
3862
|
-
"
|
|
3863
|
-
|
|
3864
|
-
},
|
|
3865
|
-
"privacy": "public",
|
|
3866
|
-
"description": "The URL the hyperlink references. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
3884
|
+
"name": "updateRegionStyle",
|
|
3885
|
+
"privacy": "private",
|
|
3886
|
+
"description": "Updates the style string applied to the region element as well as the css classes attached\nto the root element",
|
|
3867
3887
|
"inheritedFrom": {
|
|
3868
|
-
"name": "
|
|
3869
|
-
"module": "src/
|
|
3888
|
+
"name": "AnchoredRegion",
|
|
3889
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3870
3890
|
}
|
|
3871
3891
|
},
|
|
3872
3892
|
{
|
|
3873
3893
|
"kind": "field",
|
|
3874
|
-
"name": "
|
|
3875
|
-
"
|
|
3876
|
-
|
|
3877
|
-
},
|
|
3878
|
-
"privacy": "public",
|
|
3879
|
-
"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.",
|
|
3894
|
+
"name": "updatePositionClasses",
|
|
3895
|
+
"privacy": "private",
|
|
3896
|
+
"description": "Updates the css classes that reflect the current position of the element",
|
|
3880
3897
|
"inheritedFrom": {
|
|
3881
|
-
"name": "
|
|
3882
|
-
"module": "src/
|
|
3898
|
+
"name": "AnchoredRegion",
|
|
3899
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3883
3900
|
}
|
|
3884
3901
|
},
|
|
3885
3902
|
{
|
|
3886
3903
|
"kind": "field",
|
|
3887
|
-
"name": "
|
|
3888
|
-
"
|
|
3889
|
-
|
|
3890
|
-
},
|
|
3891
|
-
"privacy": "public",
|
|
3892
|
-
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
3904
|
+
"name": "setHorizontalPosition",
|
|
3905
|
+
"privacy": "private",
|
|
3906
|
+
"description": "Get horizontal positioning state based on desired position",
|
|
3893
3907
|
"inheritedFrom": {
|
|
3894
|
-
"name": "
|
|
3895
|
-
"module": "src/
|
|
3908
|
+
"name": "AnchoredRegion",
|
|
3909
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3896
3910
|
}
|
|
3897
3911
|
},
|
|
3898
3912
|
{
|
|
3899
3913
|
"kind": "field",
|
|
3900
|
-
"name": "
|
|
3901
|
-
"
|
|
3902
|
-
|
|
3903
|
-
},
|
|
3904
|
-
"privacy": "public",
|
|
3905
|
-
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
3914
|
+
"name": "setVerticalPosition",
|
|
3915
|
+
"privacy": "private",
|
|
3916
|
+
"description": "Set vertical positioning state based on desired position",
|
|
3906
3917
|
"inheritedFrom": {
|
|
3907
|
-
"name": "
|
|
3908
|
-
"module": "src/
|
|
3918
|
+
"name": "AnchoredRegion",
|
|
3919
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3909
3920
|
}
|
|
3910
3921
|
},
|
|
3911
3922
|
{
|
|
3912
3923
|
"kind": "field",
|
|
3913
|
-
"name": "
|
|
3914
|
-
"
|
|
3915
|
-
|
|
3916
|
-
},
|
|
3917
|
-
"privacy": "public",
|
|
3918
|
-
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
3924
|
+
"name": "getPositioningOptions",
|
|
3925
|
+
"privacy": "private",
|
|
3926
|
+
"description": "Get available positions based on positioning mode",
|
|
3919
3927
|
"inheritedFrom": {
|
|
3920
|
-
"name": "
|
|
3921
|
-
"module": "src/
|
|
3928
|
+
"name": "AnchoredRegion",
|
|
3929
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3922
3930
|
}
|
|
3923
3931
|
},
|
|
3924
3932
|
{
|
|
3925
3933
|
"kind": "field",
|
|
3926
|
-
"name": "
|
|
3927
|
-
"
|
|
3928
|
-
|
|
3929
|
-
},
|
|
3930
|
-
"privacy": "public",
|
|
3931
|
-
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
3934
|
+
"name": "getAvailableSpace",
|
|
3935
|
+
"privacy": "private",
|
|
3936
|
+
"description": "Get the space available for a particular relative position",
|
|
3932
3937
|
"inheritedFrom": {
|
|
3933
|
-
"name": "
|
|
3934
|
-
"module": "src/
|
|
3938
|
+
"name": "AnchoredRegion",
|
|
3939
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3935
3940
|
}
|
|
3936
3941
|
},
|
|
3937
3942
|
{
|
|
3938
3943
|
"kind": "field",
|
|
3939
|
-
"name": "
|
|
3940
|
-
"
|
|
3941
|
-
|
|
3942
|
-
},
|
|
3943
|
-
"privacy": "public",
|
|
3944
|
-
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
3944
|
+
"name": "getNextRegionDimension",
|
|
3945
|
+
"privacy": "private",
|
|
3946
|
+
"description": "Get region dimensions",
|
|
3945
3947
|
"inheritedFrom": {
|
|
3946
|
-
"name": "
|
|
3947
|
-
"module": "src/
|
|
3948
|
+
"name": "AnchoredRegion",
|
|
3949
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3948
3950
|
}
|
|
3949
3951
|
},
|
|
3950
3952
|
{
|
|
3951
3953
|
"kind": "field",
|
|
3952
|
-
"name": "
|
|
3953
|
-
"
|
|
3954
|
-
|
|
3955
|
-
},
|
|
3956
|
-
"privacy": "public",
|
|
3957
|
-
"description": "References the root element",
|
|
3954
|
+
"name": "startAutoUpdateEventListeners",
|
|
3955
|
+
"privacy": "private",
|
|
3956
|
+
"description": "starts event listeners that can trigger auto updating",
|
|
3958
3957
|
"inheritedFrom": {
|
|
3959
|
-
"name": "
|
|
3960
|
-
"module": "src/
|
|
3958
|
+
"name": "AnchoredRegion",
|
|
3959
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3961
3960
|
}
|
|
3962
3961
|
},
|
|
3963
3962
|
{
|
|
3964
3963
|
"kind": "field",
|
|
3965
|
-
"name": "
|
|
3964
|
+
"name": "stopAutoUpdateEventListeners",
|
|
3966
3965
|
"privacy": "private",
|
|
3967
|
-
"description": "
|
|
3966
|
+
"description": "stops event listeners that can trigger auto updating",
|
|
3968
3967
|
"inheritedFrom": {
|
|
3969
|
-
"name": "
|
|
3970
|
-
"module": "src/
|
|
3968
|
+
"name": "AnchoredRegion",
|
|
3969
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3971
3970
|
}
|
|
3972
3971
|
},
|
|
3973
3972
|
{
|
|
@@ -4081,11 +4080,29 @@
|
|
|
4081
4080
|
"module": "src/foundation-element/foundation-element.ts"
|
|
4082
4081
|
}
|
|
4083
4082
|
}
|
|
4083
|
+
],
|
|
4084
|
+
"events": [
|
|
4085
|
+
{
|
|
4086
|
+
"description": "Fires a custom 'loaded' event when the region is loaded and visible",
|
|
4087
|
+
"name": "loaded",
|
|
4088
|
+
"inheritedFrom": {
|
|
4089
|
+
"name": "AnchoredRegion",
|
|
4090
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4091
|
+
}
|
|
4092
|
+
},
|
|
4093
|
+
{
|
|
4094
|
+
"description": "Fires a custom 'positionchange' event when the position has changed",
|
|
4095
|
+
"name": "positionchange",
|
|
4096
|
+
"inheritedFrom": {
|
|
4097
|
+
"name": "AnchoredRegion",
|
|
4098
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4099
|
+
}
|
|
4100
|
+
}
|
|
4084
4101
|
]
|
|
4085
4102
|
},
|
|
4086
4103
|
{
|
|
4087
4104
|
"kind": "variable",
|
|
4088
|
-
"name": "
|
|
4105
|
+
"name": "foundationAnchoredRegionShadowOptions",
|
|
4089
4106
|
"type": {
|
|
4090
4107
|
"text": "ShadowRootInit"
|
|
4091
4108
|
},
|
|
@@ -4093,7 +4110,7 @@
|
|
|
4093
4110
|
},
|
|
4094
4111
|
{
|
|
4095
4112
|
"kind": "variable",
|
|
4096
|
-
"name": "
|
|
4113
|
+
"name": "defaultAnchoredRegionConfig",
|
|
4097
4114
|
"type": {
|
|
4098
4115
|
"text": "object"
|
|
4099
4116
|
},
|
|
@@ -4101,49 +4118,49 @@
|
|
|
4101
4118
|
},
|
|
4102
4119
|
{
|
|
4103
4120
|
"kind": "variable",
|
|
4104
|
-
"name": "
|
|
4105
|
-
"description": "The Foundation
|
|
4121
|
+
"name": "foundationAnchoredRegion",
|
|
4122
|
+
"description": "The Foundation Anchored Region",
|
|
4106
4123
|
"privacy": "public"
|
|
4107
4124
|
}
|
|
4108
4125
|
],
|
|
4109
4126
|
"exports": [
|
|
4110
4127
|
{
|
|
4111
4128
|
"kind": "js",
|
|
4112
|
-
"name": "
|
|
4129
|
+
"name": "AnchoredRegion",
|
|
4113
4130
|
"declaration": {
|
|
4114
|
-
"name": "
|
|
4115
|
-
"module": "src/
|
|
4131
|
+
"name": "AnchoredRegion",
|
|
4132
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4116
4133
|
}
|
|
4117
4134
|
},
|
|
4118
4135
|
{
|
|
4119
4136
|
"kind": "js",
|
|
4120
|
-
"name": "
|
|
4137
|
+
"name": "foundationAnchoredRegionShadowOptions",
|
|
4121
4138
|
"declaration": {
|
|
4122
|
-
"name": "
|
|
4123
|
-
"module": "src/
|
|
4139
|
+
"name": "foundationAnchoredRegionShadowOptions",
|
|
4140
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4124
4141
|
}
|
|
4125
4142
|
},
|
|
4126
4143
|
{
|
|
4127
4144
|
"kind": "js",
|
|
4128
|
-
"name": "
|
|
4145
|
+
"name": "defaultAnchoredRegionConfig",
|
|
4129
4146
|
"declaration": {
|
|
4130
|
-
"name": "
|
|
4131
|
-
"module": "src/
|
|
4147
|
+
"name": "defaultAnchoredRegionConfig",
|
|
4148
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4132
4149
|
}
|
|
4133
4150
|
},
|
|
4134
4151
|
{
|
|
4135
4152
|
"kind": "js",
|
|
4136
|
-
"name": "
|
|
4153
|
+
"name": "foundationAnchoredRegion",
|
|
4137
4154
|
"declaration": {
|
|
4138
|
-
"name": "
|
|
4139
|
-
"module": "src/
|
|
4155
|
+
"name": "foundationAnchoredRegion",
|
|
4156
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4140
4157
|
}
|
|
4141
4158
|
}
|
|
4142
4159
|
]
|
|
4143
4160
|
},
|
|
4144
4161
|
{
|
|
4145
4162
|
"kind": "javascript-module",
|
|
4146
|
-
"path": "src/
|
|
4163
|
+
"path": "src/anchored-region/index.ts",
|
|
4147
4164
|
"declarations": [],
|
|
4148
4165
|
"exports": [
|
|
4149
4166
|
{
|
|
@@ -4151,7 +4168,7 @@
|
|
|
4151
4168
|
"name": "*",
|
|
4152
4169
|
"declaration": {
|
|
4153
4170
|
"name": "*",
|
|
4154
|
-
"package": "./anchor.template"
|
|
4171
|
+
"package": "./anchor-region.template"
|
|
4155
4172
|
}
|
|
4156
4173
|
},
|
|
4157
4174
|
{
|
|
@@ -4159,7 +4176,7 @@
|
|
|
4159
4176
|
"name": "*",
|
|
4160
4177
|
"declaration": {
|
|
4161
4178
|
"name": "*",
|
|
4162
|
-
"package": "./
|
|
4179
|
+
"package": "./anchored-region.styles"
|
|
4163
4180
|
}
|
|
4164
4181
|
},
|
|
4165
4182
|
{
|
|
@@ -4167,7 +4184,7 @@
|
|
|
4167
4184
|
"name": "*",
|
|
4168
4185
|
"declaration": {
|
|
4169
4186
|
"name": "*",
|
|
4170
|
-
"package": "./
|
|
4187
|
+
"package": "./anchored-region"
|
|
4171
4188
|
}
|
|
4172
4189
|
}
|
|
4173
4190
|
]
|