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