@genesislcap/foundation-zero 14.344.1 → 14.344.2

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