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