@genesislcap/foundation-ui 14.180.4 → 14.180.6

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