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