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