@genesislcap/foundation-ui 14.173.3 → 14.173.4
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 +1294 -1294
- package/dist/esm/options-datasource/options-datasource.js +1 -1
- package/package.json +15 -15
|
@@ -2030,14 +2030,14 @@
|
|
|
2030
2030
|
},
|
|
2031
2031
|
{
|
|
2032
2032
|
"kind": "javascript-module",
|
|
2033
|
-
"path": "src/
|
|
2033
|
+
"path": "src/anchor/anchor.styles.ts",
|
|
2034
2034
|
"declarations": [
|
|
2035
2035
|
{
|
|
2036
2036
|
"kind": "function",
|
|
2037
|
-
"name": "
|
|
2037
|
+
"name": "foundationAnchorStyles",
|
|
2038
2038
|
"return": {
|
|
2039
2039
|
"type": {
|
|
2040
|
-
"text": "
|
|
2040
|
+
"text": "ElementStyles"
|
|
2041
2041
|
}
|
|
2042
2042
|
},
|
|
2043
2043
|
"parameters": [
|
|
@@ -2059,24 +2059,24 @@
|
|
|
2059
2059
|
"exports": [
|
|
2060
2060
|
{
|
|
2061
2061
|
"kind": "js",
|
|
2062
|
-
"name": "
|
|
2062
|
+
"name": "foundationAnchorStyles",
|
|
2063
2063
|
"declaration": {
|
|
2064
|
-
"name": "
|
|
2065
|
-
"module": "src/
|
|
2064
|
+
"name": "foundationAnchorStyles",
|
|
2065
|
+
"module": "src/anchor/anchor.styles.ts"
|
|
2066
2066
|
}
|
|
2067
2067
|
}
|
|
2068
2068
|
]
|
|
2069
2069
|
},
|
|
2070
2070
|
{
|
|
2071
2071
|
"kind": "javascript-module",
|
|
2072
|
-
"path": "src/
|
|
2072
|
+
"path": "src/anchor/anchor.template.ts",
|
|
2073
2073
|
"declarations": [
|
|
2074
2074
|
{
|
|
2075
2075
|
"kind": "function",
|
|
2076
|
-
"name": "
|
|
2076
|
+
"name": "foundationAnchorTemplate",
|
|
2077
2077
|
"return": {
|
|
2078
2078
|
"type": {
|
|
2079
|
-
"text": "
|
|
2079
|
+
"text": "ViewTemplate<Anchor>"
|
|
2080
2080
|
}
|
|
2081
2081
|
},
|
|
2082
2082
|
"parameters": [
|
|
@@ -2098,799 +2098,780 @@
|
|
|
2098
2098
|
"exports": [
|
|
2099
2099
|
{
|
|
2100
2100
|
"kind": "js",
|
|
2101
|
-
"name": "
|
|
2101
|
+
"name": "foundationAnchorTemplate",
|
|
2102
2102
|
"declaration": {
|
|
2103
|
-
"name": "
|
|
2104
|
-
"module": "src/
|
|
2103
|
+
"name": "foundationAnchorTemplate",
|
|
2104
|
+
"module": "src/anchor/anchor.template.ts"
|
|
2105
2105
|
}
|
|
2106
2106
|
}
|
|
2107
2107
|
]
|
|
2108
2108
|
},
|
|
2109
2109
|
{
|
|
2110
2110
|
"kind": "javascript-module",
|
|
2111
|
-
"path": "src/
|
|
2111
|
+
"path": "src/anchor/anchor.ts",
|
|
2112
2112
|
"declarations": [
|
|
2113
2113
|
{
|
|
2114
2114
|
"kind": "class",
|
|
2115
2115
|
"description": "",
|
|
2116
|
-
"name": "
|
|
2116
|
+
"name": "Anchor",
|
|
2117
2117
|
"superclass": {
|
|
2118
|
-
"name": "
|
|
2118
|
+
"name": "FASTAnchor",
|
|
2119
2119
|
"package": "@microsoft/fast-components"
|
|
2120
2120
|
},
|
|
2121
|
-
"tagName": "%%prefix%%-
|
|
2121
|
+
"tagName": "%%prefix%%-anchor",
|
|
2122
2122
|
"customElement": true,
|
|
2123
2123
|
"attributes": [
|
|
2124
2124
|
{
|
|
2125
|
-
"name": "
|
|
2125
|
+
"name": "download",
|
|
2126
2126
|
"type": {
|
|
2127
2127
|
"text": "string"
|
|
2128
2128
|
},
|
|
2129
|
-
"
|
|
2130
|
-
"
|
|
2131
|
-
"fieldName": "anchor",
|
|
2129
|
+
"description": "Prompts the user to save the linked URL. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
2130
|
+
"fieldName": "download",
|
|
2132
2131
|
"inheritedFrom": {
|
|
2133
|
-
"name": "
|
|
2134
|
-
"module": "src/
|
|
2132
|
+
"name": "Anchor",
|
|
2133
|
+
"module": "src/anchor/anchor.ts"
|
|
2135
2134
|
}
|
|
2136
2135
|
},
|
|
2137
2136
|
{
|
|
2138
|
-
"name": "
|
|
2137
|
+
"name": "href",
|
|
2139
2138
|
"type": {
|
|
2140
2139
|
"text": "string"
|
|
2141
2140
|
},
|
|
2142
|
-
"
|
|
2143
|
-
"
|
|
2144
|
-
"fieldName": "viewport",
|
|
2141
|
+
"description": "The URL the hyperlink references. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
2142
|
+
"fieldName": "href",
|
|
2145
2143
|
"inheritedFrom": {
|
|
2146
|
-
"name": "
|
|
2147
|
-
"module": "src/
|
|
2144
|
+
"name": "Anchor",
|
|
2145
|
+
"module": "src/anchor/anchor.ts"
|
|
2148
2146
|
}
|
|
2149
2147
|
},
|
|
2150
2148
|
{
|
|
2151
|
-
"name": "
|
|
2149
|
+
"name": "hreflang",
|
|
2152
2150
|
"type": {
|
|
2153
|
-
"text": "
|
|
2151
|
+
"text": "string"
|
|
2154
2152
|
},
|
|
2155
|
-
"
|
|
2156
|
-
"
|
|
2157
|
-
"fieldName": "horizontalPositioningMode",
|
|
2153
|
+
"description": "Hints at the language of the referenced resource. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
2154
|
+
"fieldName": "hreflang",
|
|
2158
2155
|
"inheritedFrom": {
|
|
2159
|
-
"name": "
|
|
2160
|
-
"module": "src/
|
|
2156
|
+
"name": "Anchor",
|
|
2157
|
+
"module": "src/anchor/anchor.ts"
|
|
2161
2158
|
}
|
|
2162
2159
|
},
|
|
2163
2160
|
{
|
|
2164
|
-
"name": "
|
|
2161
|
+
"name": "ping",
|
|
2165
2162
|
"type": {
|
|
2166
|
-
"text": "
|
|
2163
|
+
"text": "string"
|
|
2167
2164
|
},
|
|
2168
|
-
"
|
|
2169
|
-
"
|
|
2170
|
-
"fieldName": "horizontalDefaultPosition",
|
|
2165
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
2166
|
+
"fieldName": "ping",
|
|
2171
2167
|
"inheritedFrom": {
|
|
2172
|
-
"name": "
|
|
2173
|
-
"module": "src/
|
|
2168
|
+
"name": "Anchor",
|
|
2169
|
+
"module": "src/anchor/anchor.ts"
|
|
2174
2170
|
}
|
|
2175
2171
|
},
|
|
2176
2172
|
{
|
|
2177
|
-
"name": "
|
|
2173
|
+
"name": "referrerpolicy",
|
|
2178
2174
|
"type": {
|
|
2179
|
-
"text": "
|
|
2175
|
+
"text": "string"
|
|
2180
2176
|
},
|
|
2181
|
-
"
|
|
2182
|
-
"
|
|
2183
|
-
"fieldName": "horizontalViewportLock",
|
|
2177
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
2178
|
+
"fieldName": "referrerpolicy",
|
|
2184
2179
|
"inheritedFrom": {
|
|
2185
|
-
"name": "
|
|
2186
|
-
"module": "src/
|
|
2180
|
+
"name": "Anchor",
|
|
2181
|
+
"module": "src/anchor/anchor.ts"
|
|
2187
2182
|
}
|
|
2188
2183
|
},
|
|
2189
2184
|
{
|
|
2190
|
-
"name": "
|
|
2185
|
+
"name": "rel",
|
|
2191
2186
|
"type": {
|
|
2192
|
-
"text": "
|
|
2187
|
+
"text": "string"
|
|
2193
2188
|
},
|
|
2194
|
-
"
|
|
2195
|
-
"
|
|
2196
|
-
"fieldName": "horizontalInset",
|
|
2189
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
2190
|
+
"fieldName": "rel",
|
|
2197
2191
|
"inheritedFrom": {
|
|
2198
|
-
"name": "
|
|
2199
|
-
"module": "src/
|
|
2192
|
+
"name": "Anchor",
|
|
2193
|
+
"module": "src/anchor/anchor.ts"
|
|
2200
2194
|
}
|
|
2201
2195
|
},
|
|
2202
2196
|
{
|
|
2203
|
-
"name": "
|
|
2197
|
+
"name": "target",
|
|
2204
2198
|
"type": {
|
|
2205
|
-
"text": "
|
|
2199
|
+
"text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
|
|
2206
2200
|
},
|
|
2207
|
-
"description": "
|
|
2208
|
-
"fieldName": "
|
|
2201
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
2202
|
+
"fieldName": "target",
|
|
2209
2203
|
"inheritedFrom": {
|
|
2210
|
-
"name": "
|
|
2211
|
-
"module": "src/
|
|
2204
|
+
"name": "Anchor",
|
|
2205
|
+
"module": "src/anchor/anchor.ts"
|
|
2212
2206
|
}
|
|
2213
2207
|
},
|
|
2214
2208
|
{
|
|
2215
|
-
"name": "
|
|
2209
|
+
"name": "type",
|
|
2216
2210
|
"type": {
|
|
2217
|
-
"text": "
|
|
2211
|
+
"text": "string"
|
|
2218
2212
|
},
|
|
2219
|
-
"
|
|
2220
|
-
"
|
|
2221
|
-
"fieldName": "horizontalScaling",
|
|
2213
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
2214
|
+
"fieldName": "type",
|
|
2222
2215
|
"inheritedFrom": {
|
|
2223
|
-
"name": "
|
|
2224
|
-
"module": "src/
|
|
2216
|
+
"name": "Anchor",
|
|
2217
|
+
"module": "src/anchor/anchor.ts"
|
|
2225
2218
|
}
|
|
2226
|
-
}
|
|
2219
|
+
}
|
|
2220
|
+
],
|
|
2221
|
+
"members": [
|
|
2227
2222
|
{
|
|
2228
|
-
"
|
|
2223
|
+
"kind": "field",
|
|
2224
|
+
"name": "download",
|
|
2229
2225
|
"type": {
|
|
2230
|
-
"text": "
|
|
2226
|
+
"text": "string"
|
|
2231
2227
|
},
|
|
2232
|
-
"
|
|
2233
|
-
"description": "
|
|
2234
|
-
"fieldName": "verticalPositioningMode",
|
|
2228
|
+
"privacy": "public",
|
|
2229
|
+
"description": "Prompts the user to save the linked URL. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2235
2230
|
"inheritedFrom": {
|
|
2236
|
-
"name": "
|
|
2237
|
-
"module": "src/
|
|
2231
|
+
"name": "Anchor",
|
|
2232
|
+
"module": "src/anchor/anchor.ts"
|
|
2238
2233
|
}
|
|
2239
2234
|
},
|
|
2240
2235
|
{
|
|
2241
|
-
"
|
|
2236
|
+
"kind": "field",
|
|
2237
|
+
"name": "href",
|
|
2242
2238
|
"type": {
|
|
2243
|
-
"text": "
|
|
2239
|
+
"text": "string"
|
|
2244
2240
|
},
|
|
2245
|
-
"
|
|
2246
|
-
"description": "The
|
|
2247
|
-
"fieldName": "verticalDefaultPosition",
|
|
2241
|
+
"privacy": "public",
|
|
2242
|
+
"description": "The URL the hyperlink references. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2248
2243
|
"inheritedFrom": {
|
|
2249
|
-
"name": "
|
|
2250
|
-
"module": "src/
|
|
2244
|
+
"name": "Anchor",
|
|
2245
|
+
"module": "src/anchor/anchor.ts"
|
|
2251
2246
|
}
|
|
2252
2247
|
},
|
|
2253
2248
|
{
|
|
2254
|
-
"
|
|
2249
|
+
"kind": "field",
|
|
2250
|
+
"name": "hreflang",
|
|
2255
2251
|
"type": {
|
|
2256
|
-
"text": "
|
|
2252
|
+
"text": "string"
|
|
2257
2253
|
},
|
|
2258
|
-
"
|
|
2259
|
-
"description": "
|
|
2260
|
-
"fieldName": "verticalViewportLock",
|
|
2254
|
+
"privacy": "public",
|
|
2255
|
+
"description": "Hints at the language of the referenced resource. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2261
2256
|
"inheritedFrom": {
|
|
2262
|
-
"name": "
|
|
2263
|
-
"module": "src/
|
|
2257
|
+
"name": "Anchor",
|
|
2258
|
+
"module": "src/anchor/anchor.ts"
|
|
2264
2259
|
}
|
|
2265
2260
|
},
|
|
2266
2261
|
{
|
|
2267
|
-
"
|
|
2262
|
+
"kind": "field",
|
|
2263
|
+
"name": "ping",
|
|
2268
2264
|
"type": {
|
|
2269
|
-
"text": "
|
|
2265
|
+
"text": "string"
|
|
2270
2266
|
},
|
|
2271
|
-
"
|
|
2272
|
-
"description": "
|
|
2273
|
-
"fieldName": "verticalInset",
|
|
2267
|
+
"privacy": "public",
|
|
2268
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2274
2269
|
"inheritedFrom": {
|
|
2275
|
-
"name": "
|
|
2276
|
-
"module": "src/
|
|
2270
|
+
"name": "Anchor",
|
|
2271
|
+
"module": "src/anchor/anchor.ts"
|
|
2277
2272
|
}
|
|
2278
2273
|
},
|
|
2279
2274
|
{
|
|
2280
|
-
"
|
|
2275
|
+
"kind": "field",
|
|
2276
|
+
"name": "referrerpolicy",
|
|
2281
2277
|
"type": {
|
|
2282
|
-
"text": "
|
|
2278
|
+
"text": "string"
|
|
2283
2279
|
},
|
|
2284
|
-
"
|
|
2285
|
-
"
|
|
2280
|
+
"privacy": "public",
|
|
2281
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2286
2282
|
"inheritedFrom": {
|
|
2287
|
-
"name": "
|
|
2288
|
-
"module": "src/
|
|
2283
|
+
"name": "Anchor",
|
|
2284
|
+
"module": "src/anchor/anchor.ts"
|
|
2289
2285
|
}
|
|
2290
2286
|
},
|
|
2291
2287
|
{
|
|
2292
|
-
"
|
|
2288
|
+
"kind": "field",
|
|
2289
|
+
"name": "rel",
|
|
2293
2290
|
"type": {
|
|
2294
|
-
"text": "
|
|
2291
|
+
"text": "string"
|
|
2295
2292
|
},
|
|
2296
|
-
"
|
|
2297
|
-
"description": "
|
|
2298
|
-
"fieldName": "verticalScaling",
|
|
2293
|
+
"privacy": "public",
|
|
2294
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2299
2295
|
"inheritedFrom": {
|
|
2300
|
-
"name": "
|
|
2301
|
-
"module": "src/
|
|
2296
|
+
"name": "Anchor",
|
|
2297
|
+
"module": "src/anchor/anchor.ts"
|
|
2302
2298
|
}
|
|
2303
2299
|
},
|
|
2304
2300
|
{
|
|
2305
|
-
"
|
|
2301
|
+
"kind": "field",
|
|
2302
|
+
"name": "target",
|
|
2306
2303
|
"type": {
|
|
2307
|
-
"text": "
|
|
2304
|
+
"text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
|
|
2308
2305
|
},
|
|
2309
|
-
"
|
|
2310
|
-
"description": "
|
|
2311
|
-
"fieldName": "fixedPlacement",
|
|
2306
|
+
"privacy": "public",
|
|
2307
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2312
2308
|
"inheritedFrom": {
|
|
2313
|
-
"name": "
|
|
2314
|
-
"module": "src/
|
|
2309
|
+
"name": "Anchor",
|
|
2310
|
+
"module": "src/anchor/anchor.ts"
|
|
2315
2311
|
}
|
|
2316
2312
|
},
|
|
2317
|
-
{
|
|
2318
|
-
"name": "auto-update-mode",
|
|
2319
|
-
"type": {
|
|
2320
|
-
"text": "AutoUpdateMode"
|
|
2321
|
-
},
|
|
2322
|
-
"default": "\"anchor\"",
|
|
2323
|
-
"description": "Defines what triggers the anchored region to revaluate positioning",
|
|
2324
|
-
"fieldName": "autoUpdateMode",
|
|
2325
|
-
"inheritedFrom": {
|
|
2326
|
-
"name": "AnchoredRegion",
|
|
2327
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
2328
|
-
}
|
|
2329
|
-
}
|
|
2330
|
-
],
|
|
2331
|
-
"members": [
|
|
2332
2313
|
{
|
|
2333
2314
|
"kind": "field",
|
|
2334
|
-
"name": "
|
|
2315
|
+
"name": "type",
|
|
2335
2316
|
"type": {
|
|
2336
2317
|
"text": "string"
|
|
2337
2318
|
},
|
|
2338
2319
|
"privacy": "public",
|
|
2339
|
-
"
|
|
2340
|
-
"description": "The HTML ID of the anchor element this region is positioned relative to",
|
|
2320
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2341
2321
|
"inheritedFrom": {
|
|
2342
|
-
"name": "
|
|
2343
|
-
"module": "src/
|
|
2344
|
-
}
|
|
2345
|
-
},
|
|
2346
|
-
{
|
|
2347
|
-
"kind": "method",
|
|
2348
|
-
"name": "anchorChanged",
|
|
2349
|
-
"privacy": "private",
|
|
2350
|
-
"return": {
|
|
2351
|
-
"type": {
|
|
2352
|
-
"text": "void"
|
|
2353
|
-
}
|
|
2354
|
-
},
|
|
2355
|
-
"inheritedFrom": {
|
|
2356
|
-
"name": "AnchoredRegion",
|
|
2357
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
2322
|
+
"name": "Anchor",
|
|
2323
|
+
"module": "src/anchor/anchor.ts"
|
|
2358
2324
|
}
|
|
2359
2325
|
},
|
|
2360
2326
|
{
|
|
2361
2327
|
"kind": "field",
|
|
2362
|
-
"name": "
|
|
2328
|
+
"name": "control",
|
|
2363
2329
|
"type": {
|
|
2364
|
-
"text": "
|
|
2330
|
+
"text": "HTMLAnchorElement | undefined"
|
|
2365
2331
|
},
|
|
2366
2332
|
"privacy": "public",
|
|
2367
|
-
"
|
|
2368
|
-
"description": "The HTML ID of the viewport element this region is positioned relative to",
|
|
2369
|
-
"inheritedFrom": {
|
|
2370
|
-
"name": "AnchoredRegion",
|
|
2371
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
2372
|
-
}
|
|
2373
|
-
},
|
|
2374
|
-
{
|
|
2375
|
-
"kind": "method",
|
|
2376
|
-
"name": "viewportChanged",
|
|
2377
|
-
"privacy": "private",
|
|
2378
|
-
"return": {
|
|
2379
|
-
"type": {
|
|
2380
|
-
"text": "void"
|
|
2381
|
-
}
|
|
2382
|
-
},
|
|
2333
|
+
"description": "References the root element",
|
|
2383
2334
|
"inheritedFrom": {
|
|
2384
|
-
"name": "
|
|
2385
|
-
"module": "src/
|
|
2335
|
+
"name": "Anchor",
|
|
2336
|
+
"module": "src/anchor/anchor.ts"
|
|
2386
2337
|
}
|
|
2387
2338
|
},
|
|
2388
2339
|
{
|
|
2389
2340
|
"kind": "field",
|
|
2390
|
-
"name": "
|
|
2391
|
-
"type": {
|
|
2392
|
-
"text": "AxisPositioningMode"
|
|
2393
|
-
},
|
|
2394
|
-
"privacy": "public",
|
|
2395
|
-
"default": "\"uncontrolled\"",
|
|
2396
|
-
"description": "Sets what logic the component uses to determine horizontal placement.\n'locktodefault' forces the default position\n'dynamic' decides placement based on available space\n'uncontrolled' does not control placement on the horizontal axis",
|
|
2397
|
-
"inheritedFrom": {
|
|
2398
|
-
"name": "AnchoredRegion",
|
|
2399
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
2400
|
-
}
|
|
2401
|
-
},
|
|
2402
|
-
{
|
|
2403
|
-
"kind": "method",
|
|
2404
|
-
"name": "horizontalPositioningModeChanged",
|
|
2341
|
+
"name": "handleUnsupportedDelegatesFocus",
|
|
2405
2342
|
"privacy": "private",
|
|
2406
|
-
"
|
|
2407
|
-
"type": {
|
|
2408
|
-
"text": "void"
|
|
2409
|
-
}
|
|
2410
|
-
},
|
|
2343
|
+
"description": "Overrides the focus call for where delegatesFocus is unsupported.\nThis check works for Chrome, Edge Chromium, FireFox, and Safari\nRelevant PR on the Firefox browser: https://phabricator.services.mozilla.com/D123858",
|
|
2411
2344
|
"inheritedFrom": {
|
|
2412
|
-
"name": "
|
|
2413
|
-
"module": "src/
|
|
2345
|
+
"name": "Anchor",
|
|
2346
|
+
"module": "src/anchor/anchor.ts"
|
|
2414
2347
|
}
|
|
2415
2348
|
},
|
|
2416
2349
|
{
|
|
2417
2350
|
"kind": "field",
|
|
2418
|
-
"name": "
|
|
2351
|
+
"name": "_presentation",
|
|
2419
2352
|
"type": {
|
|
2420
|
-
"text": "
|
|
2353
|
+
"text": "ComponentPresentation | null | undefined"
|
|
2421
2354
|
},
|
|
2422
|
-
"privacy": "public",
|
|
2423
|
-
"default": "\"unset\"",
|
|
2424
|
-
"description": "The default horizontal position of the region relative to the anchor element",
|
|
2425
|
-
"inheritedFrom": {
|
|
2426
|
-
"name": "AnchoredRegion",
|
|
2427
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
2428
|
-
}
|
|
2429
|
-
},
|
|
2430
|
-
{
|
|
2431
|
-
"kind": "method",
|
|
2432
|
-
"name": "horizontalDefaultPositionChanged",
|
|
2433
2355
|
"privacy": "private",
|
|
2434
|
-
"
|
|
2435
|
-
"type": {
|
|
2436
|
-
"text": "void"
|
|
2437
|
-
}
|
|
2438
|
-
},
|
|
2356
|
+
"default": "void 0",
|
|
2439
2357
|
"inheritedFrom": {
|
|
2440
|
-
"name": "
|
|
2441
|
-
"module": "src/
|
|
2358
|
+
"name": "FoundationElement",
|
|
2359
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2442
2360
|
}
|
|
2443
2361
|
},
|
|
2444
2362
|
{
|
|
2445
2363
|
"kind": "field",
|
|
2446
|
-
"name": "
|
|
2364
|
+
"name": "$presentation",
|
|
2447
2365
|
"type": {
|
|
2448
|
-
"text": "
|
|
2366
|
+
"text": "ComponentPresentation | null"
|
|
2449
2367
|
},
|
|
2450
2368
|
"privacy": "public",
|
|
2451
|
-
"
|
|
2452
|
-
"description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the horizontal axis",
|
|
2453
|
-
"inheritedFrom": {
|
|
2454
|
-
"name": "AnchoredRegion",
|
|
2455
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
2456
|
-
}
|
|
2457
|
-
},
|
|
2458
|
-
{
|
|
2459
|
-
"kind": "method",
|
|
2460
|
-
"name": "horizontalViewportLockChanged",
|
|
2461
|
-
"privacy": "private",
|
|
2462
|
-
"return": {
|
|
2463
|
-
"type": {
|
|
2464
|
-
"text": "void"
|
|
2465
|
-
}
|
|
2466
|
-
},
|
|
2369
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
2467
2370
|
"inheritedFrom": {
|
|
2468
|
-
"name": "
|
|
2469
|
-
"module": "src/
|
|
2371
|
+
"name": "FoundationElement",
|
|
2372
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2470
2373
|
}
|
|
2471
2374
|
},
|
|
2472
2375
|
{
|
|
2473
2376
|
"kind": "field",
|
|
2474
|
-
"name": "
|
|
2377
|
+
"name": "template",
|
|
2475
2378
|
"type": {
|
|
2476
|
-
"text": "
|
|
2379
|
+
"text": "ElementViewTemplate | void | null"
|
|
2477
2380
|
},
|
|
2478
2381
|
"privacy": "public",
|
|
2479
|
-
"
|
|
2480
|
-
"description": "Whether the region overlaps the anchor on the horizontal axis",
|
|
2382
|
+
"description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
|
|
2481
2383
|
"inheritedFrom": {
|
|
2482
|
-
"name": "
|
|
2483
|
-
"module": "src/
|
|
2384
|
+
"name": "FoundationElement",
|
|
2385
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2484
2386
|
}
|
|
2485
2387
|
},
|
|
2486
2388
|
{
|
|
2487
2389
|
"kind": "method",
|
|
2488
|
-
"name": "
|
|
2489
|
-
"privacy": "
|
|
2390
|
+
"name": "templateChanged",
|
|
2391
|
+
"privacy": "protected",
|
|
2490
2392
|
"return": {
|
|
2491
2393
|
"type": {
|
|
2492
2394
|
"text": "void"
|
|
2493
2395
|
}
|
|
2494
2396
|
},
|
|
2495
2397
|
"inheritedFrom": {
|
|
2496
|
-
"name": "
|
|
2497
|
-
"module": "src/
|
|
2398
|
+
"name": "FoundationElement",
|
|
2399
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2498
2400
|
}
|
|
2499
2401
|
},
|
|
2500
2402
|
{
|
|
2501
2403
|
"kind": "field",
|
|
2502
|
-
"name": "
|
|
2404
|
+
"name": "styles",
|
|
2503
2405
|
"type": {
|
|
2504
|
-
"text": "
|
|
2406
|
+
"text": "ElementStyles | void | null"
|
|
2505
2407
|
},
|
|
2506
2408
|
"privacy": "public",
|
|
2507
|
-
"description": "
|
|
2409
|
+
"description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
|
|
2508
2410
|
"inheritedFrom": {
|
|
2509
|
-
"name": "
|
|
2510
|
-
"module": "src/
|
|
2411
|
+
"name": "FoundationElement",
|
|
2412
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2511
2413
|
}
|
|
2512
2414
|
},
|
|
2513
2415
|
{
|
|
2514
2416
|
"kind": "method",
|
|
2515
|
-
"name": "
|
|
2516
|
-
"privacy": "
|
|
2417
|
+
"name": "stylesChanged",
|
|
2418
|
+
"privacy": "protected",
|
|
2517
2419
|
"return": {
|
|
2518
2420
|
"type": {
|
|
2519
2421
|
"text": "void"
|
|
2520
2422
|
}
|
|
2521
2423
|
},
|
|
2522
2424
|
"inheritedFrom": {
|
|
2523
|
-
"name": "
|
|
2524
|
-
"module": "src/
|
|
2525
|
-
}
|
|
2526
|
-
},
|
|
2527
|
-
{
|
|
2528
|
-
"kind": "field",
|
|
2529
|
-
"name": "horizontalScaling",
|
|
2530
|
-
"type": {
|
|
2531
|
-
"text": "AxisScalingMode"
|
|
2532
|
-
},
|
|
2533
|
-
"privacy": "public",
|
|
2534
|
-
"default": "\"content\"",
|
|
2535
|
-
"description": "Defines how the width of the region is calculated",
|
|
2536
|
-
"inheritedFrom": {
|
|
2537
|
-
"name": "AnchoredRegion",
|
|
2538
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
2425
|
+
"name": "FoundationElement",
|
|
2426
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2539
2427
|
}
|
|
2540
2428
|
},
|
|
2541
2429
|
{
|
|
2542
2430
|
"kind": "method",
|
|
2543
|
-
"name": "
|
|
2544
|
-
"privacy": "private",
|
|
2545
|
-
"return": {
|
|
2546
|
-
"type": {
|
|
2547
|
-
"text": "void"
|
|
2548
|
-
}
|
|
2549
|
-
},
|
|
2550
|
-
"inheritedFrom": {
|
|
2551
|
-
"name": "AnchoredRegion",
|
|
2552
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
2553
|
-
}
|
|
2554
|
-
},
|
|
2555
|
-
{
|
|
2556
|
-
"kind": "field",
|
|
2557
|
-
"name": "verticalPositioningMode",
|
|
2558
|
-
"type": {
|
|
2559
|
-
"text": "AxisPositioningMode"
|
|
2560
|
-
},
|
|
2431
|
+
"name": "compose",
|
|
2561
2432
|
"privacy": "public",
|
|
2562
|
-
"
|
|
2563
|
-
"description": "Sets what logic the component uses to determine vertical placement.\n'locktodefault' forces the default position\n'dynamic' decides placement based on available space\n'uncontrolled' does not control placement on the vertical axis",
|
|
2564
|
-
"inheritedFrom": {
|
|
2565
|
-
"name": "AnchoredRegion",
|
|
2566
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
2567
|
-
}
|
|
2568
|
-
},
|
|
2569
|
-
{
|
|
2570
|
-
"kind": "method",
|
|
2571
|
-
"name": "verticalPositioningModeChanged",
|
|
2572
|
-
"privacy": "private",
|
|
2433
|
+
"static": true,
|
|
2573
2434
|
"return": {
|
|
2574
2435
|
"type": {
|
|
2575
|
-
"text": "
|
|
2436
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
2576
2437
|
}
|
|
2577
2438
|
},
|
|
2578
|
-
"
|
|
2579
|
-
|
|
2580
|
-
|
|
2581
|
-
|
|
2582
|
-
|
|
2583
|
-
|
|
2584
|
-
|
|
2585
|
-
|
|
2586
|
-
|
|
2587
|
-
|
|
2588
|
-
|
|
2589
|
-
|
|
2590
|
-
|
|
2591
|
-
"description": "The default vertical position of the region relative to the anchor element",
|
|
2592
|
-
"inheritedFrom": {
|
|
2593
|
-
"name": "AnchoredRegion",
|
|
2594
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
2595
|
-
}
|
|
2596
|
-
},
|
|
2597
|
-
{
|
|
2598
|
-
"kind": "method",
|
|
2599
|
-
"name": "verticalDefaultPositionChanged",
|
|
2600
|
-
"privacy": "private",
|
|
2601
|
-
"return": {
|
|
2602
|
-
"type": {
|
|
2603
|
-
"text": "void"
|
|
2439
|
+
"parameters": [
|
|
2440
|
+
{
|
|
2441
|
+
"name": "this",
|
|
2442
|
+
"type": {
|
|
2443
|
+
"text": "K"
|
|
2444
|
+
}
|
|
2445
|
+
},
|
|
2446
|
+
{
|
|
2447
|
+
"name": "elementDefinition",
|
|
2448
|
+
"type": {
|
|
2449
|
+
"text": "T"
|
|
2450
|
+
},
|
|
2451
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
2604
2452
|
}
|
|
2605
|
-
|
|
2453
|
+
],
|
|
2454
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
2606
2455
|
"inheritedFrom": {
|
|
2607
|
-
"name": "
|
|
2608
|
-
"module": "src/
|
|
2456
|
+
"name": "FoundationElement",
|
|
2457
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2609
2458
|
}
|
|
2610
|
-
}
|
|
2611
|
-
|
|
2612
|
-
|
|
2613
|
-
|
|
2614
|
-
|
|
2615
|
-
|
|
2616
|
-
|
|
2617
|
-
|
|
2618
|
-
|
|
2619
|
-
|
|
2620
|
-
|
|
2621
|
-
|
|
2622
|
-
|
|
2459
|
+
}
|
|
2460
|
+
]
|
|
2461
|
+
},
|
|
2462
|
+
{
|
|
2463
|
+
"kind": "variable",
|
|
2464
|
+
"name": "foundationAnchorShadowOptions",
|
|
2465
|
+
"type": {
|
|
2466
|
+
"text": "ShadowRootInit"
|
|
2467
|
+
},
|
|
2468
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
2469
|
+
},
|
|
2470
|
+
{
|
|
2471
|
+
"kind": "variable",
|
|
2472
|
+
"name": "defaultAnchorConfig",
|
|
2473
|
+
"type": {
|
|
2474
|
+
"text": "object"
|
|
2475
|
+
},
|
|
2476
|
+
"default": "{}"
|
|
2477
|
+
},
|
|
2478
|
+
{
|
|
2479
|
+
"kind": "variable",
|
|
2480
|
+
"name": "foundationAnchor",
|
|
2481
|
+
"description": "The Foundation Anchor",
|
|
2482
|
+
"privacy": "public"
|
|
2483
|
+
}
|
|
2484
|
+
],
|
|
2485
|
+
"exports": [
|
|
2486
|
+
{
|
|
2487
|
+
"kind": "js",
|
|
2488
|
+
"name": "Anchor",
|
|
2489
|
+
"declaration": {
|
|
2490
|
+
"name": "Anchor",
|
|
2491
|
+
"module": "src/anchor/anchor.ts"
|
|
2492
|
+
}
|
|
2493
|
+
},
|
|
2494
|
+
{
|
|
2495
|
+
"kind": "js",
|
|
2496
|
+
"name": "foundationAnchorShadowOptions",
|
|
2497
|
+
"declaration": {
|
|
2498
|
+
"name": "foundationAnchorShadowOptions",
|
|
2499
|
+
"module": "src/anchor/anchor.ts"
|
|
2500
|
+
}
|
|
2501
|
+
},
|
|
2502
|
+
{
|
|
2503
|
+
"kind": "js",
|
|
2504
|
+
"name": "defaultAnchorConfig",
|
|
2505
|
+
"declaration": {
|
|
2506
|
+
"name": "defaultAnchorConfig",
|
|
2507
|
+
"module": "src/anchor/anchor.ts"
|
|
2508
|
+
}
|
|
2509
|
+
},
|
|
2510
|
+
{
|
|
2511
|
+
"kind": "js",
|
|
2512
|
+
"name": "foundationAnchor",
|
|
2513
|
+
"declaration": {
|
|
2514
|
+
"name": "foundationAnchor",
|
|
2515
|
+
"module": "src/anchor/anchor.ts"
|
|
2516
|
+
}
|
|
2517
|
+
}
|
|
2518
|
+
]
|
|
2519
|
+
},
|
|
2520
|
+
{
|
|
2521
|
+
"kind": "javascript-module",
|
|
2522
|
+
"path": "src/anchor/index.ts",
|
|
2523
|
+
"declarations": [],
|
|
2524
|
+
"exports": [
|
|
2525
|
+
{
|
|
2526
|
+
"kind": "js",
|
|
2527
|
+
"name": "*",
|
|
2528
|
+
"declaration": {
|
|
2529
|
+
"name": "*",
|
|
2530
|
+
"package": "./anchor.template"
|
|
2531
|
+
}
|
|
2532
|
+
},
|
|
2533
|
+
{
|
|
2534
|
+
"kind": "js",
|
|
2535
|
+
"name": "*",
|
|
2536
|
+
"declaration": {
|
|
2537
|
+
"name": "*",
|
|
2538
|
+
"package": "./anchor.styles"
|
|
2539
|
+
}
|
|
2540
|
+
},
|
|
2541
|
+
{
|
|
2542
|
+
"kind": "js",
|
|
2543
|
+
"name": "*",
|
|
2544
|
+
"declaration": {
|
|
2545
|
+
"name": "*",
|
|
2546
|
+
"package": "./anchor"
|
|
2547
|
+
}
|
|
2548
|
+
}
|
|
2549
|
+
]
|
|
2550
|
+
},
|
|
2551
|
+
{
|
|
2552
|
+
"kind": "javascript-module",
|
|
2553
|
+
"path": "src/anchored-region/anchor-region.template.ts",
|
|
2554
|
+
"declarations": [
|
|
2555
|
+
{
|
|
2556
|
+
"kind": "function",
|
|
2557
|
+
"name": "foundationAnchoredRegionTemplate",
|
|
2558
|
+
"return": {
|
|
2559
|
+
"type": {
|
|
2560
|
+
"text": "ViewTemplate<AnchoredRegion>"
|
|
2561
|
+
}
|
|
2562
|
+
},
|
|
2563
|
+
"parameters": [
|
|
2564
|
+
{
|
|
2565
|
+
"name": "context",
|
|
2566
|
+
"type": {
|
|
2567
|
+
"text": "ElementDefinitionContext"
|
|
2623
2568
|
}
|
|
2624
2569
|
},
|
|
2625
2570
|
{
|
|
2626
|
-
"
|
|
2627
|
-
"
|
|
2628
|
-
|
|
2629
|
-
|
|
2630
|
-
|
|
2631
|
-
|
|
2632
|
-
|
|
2571
|
+
"name": "definition",
|
|
2572
|
+
"type": {
|
|
2573
|
+
"text": "FoundationElementDefinition"
|
|
2574
|
+
}
|
|
2575
|
+
}
|
|
2576
|
+
]
|
|
2577
|
+
}
|
|
2578
|
+
],
|
|
2579
|
+
"exports": [
|
|
2580
|
+
{
|
|
2581
|
+
"kind": "js",
|
|
2582
|
+
"name": "foundationAnchoredRegionTemplate",
|
|
2583
|
+
"declaration": {
|
|
2584
|
+
"name": "foundationAnchoredRegionTemplate",
|
|
2585
|
+
"module": "src/anchored-region/anchor-region.template.ts"
|
|
2586
|
+
}
|
|
2587
|
+
}
|
|
2588
|
+
]
|
|
2589
|
+
},
|
|
2590
|
+
{
|
|
2591
|
+
"kind": "javascript-module",
|
|
2592
|
+
"path": "src/anchored-region/anchored-region.styles.ts",
|
|
2593
|
+
"declarations": [
|
|
2594
|
+
{
|
|
2595
|
+
"kind": "function",
|
|
2596
|
+
"name": "foundationAnchoredRegionStyles",
|
|
2597
|
+
"return": {
|
|
2598
|
+
"type": {
|
|
2599
|
+
"text": "ElementStyles"
|
|
2600
|
+
}
|
|
2601
|
+
},
|
|
2602
|
+
"parameters": [
|
|
2603
|
+
{
|
|
2604
|
+
"name": "context",
|
|
2605
|
+
"type": {
|
|
2606
|
+
"text": "ElementDefinitionContext"
|
|
2607
|
+
}
|
|
2608
|
+
},
|
|
2609
|
+
{
|
|
2610
|
+
"name": "definition",
|
|
2611
|
+
"type": {
|
|
2612
|
+
"text": "FoundationElementDefinition"
|
|
2613
|
+
}
|
|
2614
|
+
}
|
|
2615
|
+
]
|
|
2616
|
+
}
|
|
2617
|
+
],
|
|
2618
|
+
"exports": [
|
|
2619
|
+
{
|
|
2620
|
+
"kind": "js",
|
|
2621
|
+
"name": "foundationAnchoredRegionStyles",
|
|
2622
|
+
"declaration": {
|
|
2623
|
+
"name": "foundationAnchoredRegionStyles",
|
|
2624
|
+
"module": "src/anchored-region/anchored-region.styles.ts"
|
|
2625
|
+
}
|
|
2626
|
+
}
|
|
2627
|
+
]
|
|
2628
|
+
},
|
|
2629
|
+
{
|
|
2630
|
+
"kind": "javascript-module",
|
|
2631
|
+
"path": "src/anchored-region/anchored-region.ts",
|
|
2632
|
+
"declarations": [
|
|
2633
|
+
{
|
|
2634
|
+
"kind": "class",
|
|
2635
|
+
"description": "",
|
|
2636
|
+
"name": "AnchoredRegion",
|
|
2637
|
+
"superclass": {
|
|
2638
|
+
"name": "FASTAnchoredRegion",
|
|
2639
|
+
"package": "@microsoft/fast-components"
|
|
2640
|
+
},
|
|
2641
|
+
"tagName": "%%prefix%%-anchored-region",
|
|
2642
|
+
"customElement": true,
|
|
2643
|
+
"attributes": [
|
|
2644
|
+
{
|
|
2645
|
+
"name": "anchor",
|
|
2646
|
+
"type": {
|
|
2647
|
+
"text": "string"
|
|
2633
2648
|
},
|
|
2649
|
+
"default": "\"\"",
|
|
2650
|
+
"description": "The HTML ID of the anchor element this region is positioned relative to",
|
|
2651
|
+
"fieldName": "anchor",
|
|
2634
2652
|
"inheritedFrom": {
|
|
2635
2653
|
"name": "AnchoredRegion",
|
|
2636
2654
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2637
2655
|
}
|
|
2638
2656
|
},
|
|
2639
2657
|
{
|
|
2640
|
-
"
|
|
2641
|
-
"name": "verticalInset",
|
|
2658
|
+
"name": "viewport",
|
|
2642
2659
|
"type": {
|
|
2643
|
-
"text": "
|
|
2660
|
+
"text": "string"
|
|
2644
2661
|
},
|
|
2645
|
-
"
|
|
2646
|
-
"
|
|
2647
|
-
"
|
|
2662
|
+
"default": "\"\"",
|
|
2663
|
+
"description": "The HTML ID of the viewport element this region is positioned relative to",
|
|
2664
|
+
"fieldName": "viewport",
|
|
2648
2665
|
"inheritedFrom": {
|
|
2649
2666
|
"name": "AnchoredRegion",
|
|
2650
2667
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2651
2668
|
}
|
|
2652
2669
|
},
|
|
2653
2670
|
{
|
|
2654
|
-
"
|
|
2655
|
-
"
|
|
2656
|
-
|
|
2657
|
-
"return": {
|
|
2658
|
-
"type": {
|
|
2659
|
-
"text": "void"
|
|
2660
|
-
}
|
|
2671
|
+
"name": "horizontal-positioning-mode",
|
|
2672
|
+
"type": {
|
|
2673
|
+
"text": "AxisPositioningMode"
|
|
2661
2674
|
},
|
|
2675
|
+
"default": "\"uncontrolled\"",
|
|
2676
|
+
"description": "Sets what logic the component uses to determine horizontal placement.\n'locktodefault' forces the default position\n'dynamic' decides placement based on available space\n'uncontrolled' does not control placement on the horizontal axis",
|
|
2677
|
+
"fieldName": "horizontalPositioningMode",
|
|
2662
2678
|
"inheritedFrom": {
|
|
2663
2679
|
"name": "AnchoredRegion",
|
|
2664
2680
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2665
2681
|
}
|
|
2666
2682
|
},
|
|
2667
2683
|
{
|
|
2668
|
-
"
|
|
2669
|
-
"name": "verticalThreshold",
|
|
2684
|
+
"name": "horizontal-default-position",
|
|
2670
2685
|
"type": {
|
|
2671
|
-
"text": "
|
|
2686
|
+
"text": "HorizontalPosition"
|
|
2672
2687
|
},
|
|
2673
|
-
"
|
|
2674
|
-
"description": "
|
|
2688
|
+
"default": "\"unset\"",
|
|
2689
|
+
"description": "The default horizontal position of the region relative to the anchor element",
|
|
2690
|
+
"fieldName": "horizontalDefaultPosition",
|
|
2675
2691
|
"inheritedFrom": {
|
|
2676
2692
|
"name": "AnchoredRegion",
|
|
2677
2693
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2678
2694
|
}
|
|
2679
2695
|
},
|
|
2680
2696
|
{
|
|
2681
|
-
"
|
|
2682
|
-
"
|
|
2683
|
-
|
|
2684
|
-
"return": {
|
|
2685
|
-
"type": {
|
|
2686
|
-
"text": "void"
|
|
2687
|
-
}
|
|
2697
|
+
"name": "horizontal-viewport-lock",
|
|
2698
|
+
"type": {
|
|
2699
|
+
"text": "boolean"
|
|
2688
2700
|
},
|
|
2701
|
+
"default": "false",
|
|
2702
|
+
"description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the horizontal axis",
|
|
2703
|
+
"fieldName": "horizontalViewportLock",
|
|
2689
2704
|
"inheritedFrom": {
|
|
2690
2705
|
"name": "AnchoredRegion",
|
|
2691
2706
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2692
2707
|
}
|
|
2693
2708
|
},
|
|
2694
2709
|
{
|
|
2695
|
-
"
|
|
2696
|
-
"name": "verticalScaling",
|
|
2710
|
+
"name": "horizontal-inset",
|
|
2697
2711
|
"type": {
|
|
2698
|
-
"text": "
|
|
2712
|
+
"text": "boolean"
|
|
2699
2713
|
},
|
|
2700
|
-
"
|
|
2701
|
-
"
|
|
2702
|
-
"
|
|
2714
|
+
"default": "false",
|
|
2715
|
+
"description": "Whether the region overlaps the anchor on the horizontal axis",
|
|
2716
|
+
"fieldName": "horizontalInset",
|
|
2703
2717
|
"inheritedFrom": {
|
|
2704
2718
|
"name": "AnchoredRegion",
|
|
2705
2719
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2706
2720
|
}
|
|
2707
2721
|
},
|
|
2708
2722
|
{
|
|
2709
|
-
"
|
|
2710
|
-
"
|
|
2711
|
-
|
|
2712
|
-
"return": {
|
|
2713
|
-
"type": {
|
|
2714
|
-
"text": "void"
|
|
2715
|
-
}
|
|
2723
|
+
"name": "horizontal-threshold",
|
|
2724
|
+
"type": {
|
|
2725
|
+
"text": "number"
|
|
2716
2726
|
},
|
|
2727
|
+
"description": "How narrow the space allocated to the default position has to be before the widest area\nis selected for layout",
|
|
2728
|
+
"fieldName": "horizontalThreshold",
|
|
2717
2729
|
"inheritedFrom": {
|
|
2718
2730
|
"name": "AnchoredRegion",
|
|
2719
2731
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2720
2732
|
}
|
|
2721
2733
|
},
|
|
2722
2734
|
{
|
|
2723
|
-
"
|
|
2724
|
-
"name": "fixedPlacement",
|
|
2735
|
+
"name": "horizontal-scaling",
|
|
2725
2736
|
"type": {
|
|
2726
|
-
"text": "
|
|
2737
|
+
"text": "AxisScalingMode"
|
|
2727
2738
|
},
|
|
2728
|
-
"
|
|
2729
|
-
"
|
|
2730
|
-
"
|
|
2739
|
+
"default": "\"content\"",
|
|
2740
|
+
"description": "Defines how the width of the region is calculated",
|
|
2741
|
+
"fieldName": "horizontalScaling",
|
|
2731
2742
|
"inheritedFrom": {
|
|
2732
2743
|
"name": "AnchoredRegion",
|
|
2733
2744
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2734
2745
|
}
|
|
2735
2746
|
},
|
|
2736
2747
|
{
|
|
2737
|
-
"
|
|
2738
|
-
"
|
|
2739
|
-
|
|
2740
|
-
"return": {
|
|
2741
|
-
"type": {
|
|
2742
|
-
"text": "void"
|
|
2743
|
-
}
|
|
2748
|
+
"name": "vertical-positioning-mode",
|
|
2749
|
+
"type": {
|
|
2750
|
+
"text": "AxisPositioningMode"
|
|
2744
2751
|
},
|
|
2752
|
+
"default": "\"uncontrolled\"",
|
|
2753
|
+
"description": "Sets what logic the component uses to determine vertical placement.\n'locktodefault' forces the default position\n'dynamic' decides placement based on available space\n'uncontrolled' does not control placement on the vertical axis",
|
|
2754
|
+
"fieldName": "verticalPositioningMode",
|
|
2745
2755
|
"inheritedFrom": {
|
|
2746
2756
|
"name": "AnchoredRegion",
|
|
2747
2757
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2748
2758
|
}
|
|
2749
2759
|
},
|
|
2750
2760
|
{
|
|
2751
|
-
"
|
|
2752
|
-
"name": "autoUpdateMode",
|
|
2761
|
+
"name": "vertical-default-position",
|
|
2753
2762
|
"type": {
|
|
2754
|
-
"text": "
|
|
2763
|
+
"text": "VerticalPosition"
|
|
2755
2764
|
},
|
|
2756
|
-
"
|
|
2757
|
-
"
|
|
2758
|
-
"
|
|
2765
|
+
"default": "\"unset\"",
|
|
2766
|
+
"description": "The default vertical position of the region relative to the anchor element",
|
|
2767
|
+
"fieldName": "verticalDefaultPosition",
|
|
2759
2768
|
"inheritedFrom": {
|
|
2760
2769
|
"name": "AnchoredRegion",
|
|
2761
2770
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2762
2771
|
}
|
|
2763
2772
|
},
|
|
2764
2773
|
{
|
|
2765
|
-
"
|
|
2766
|
-
"
|
|
2767
|
-
|
|
2768
|
-
"return": {
|
|
2769
|
-
"type": {
|
|
2770
|
-
"text": "void"
|
|
2771
|
-
}
|
|
2774
|
+
"name": "vertical-viewport-lock",
|
|
2775
|
+
"type": {
|
|
2776
|
+
"text": "boolean"
|
|
2772
2777
|
},
|
|
2773
|
-
"
|
|
2774
|
-
|
|
2775
|
-
|
|
2776
|
-
"type": {
|
|
2777
|
-
"text": "AutoUpdateMode"
|
|
2778
|
-
}
|
|
2779
|
-
},
|
|
2780
|
-
{
|
|
2781
|
-
"name": "newMode",
|
|
2782
|
-
"type": {
|
|
2783
|
-
"text": "AutoUpdateMode"
|
|
2784
|
-
}
|
|
2785
|
-
}
|
|
2786
|
-
],
|
|
2778
|
+
"default": "false",
|
|
2779
|
+
"description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the vertical axis",
|
|
2780
|
+
"fieldName": "verticalViewportLock",
|
|
2787
2781
|
"inheritedFrom": {
|
|
2788
2782
|
"name": "AnchoredRegion",
|
|
2789
2783
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2790
2784
|
}
|
|
2791
2785
|
},
|
|
2792
2786
|
{
|
|
2793
|
-
"
|
|
2794
|
-
"name": "anchorElement",
|
|
2787
|
+
"name": "vertical-inset",
|
|
2795
2788
|
"type": {
|
|
2796
|
-
"text": "
|
|
2789
|
+
"text": "boolean"
|
|
2797
2790
|
},
|
|
2798
|
-
"
|
|
2799
|
-
"
|
|
2800
|
-
"
|
|
2791
|
+
"default": "false",
|
|
2792
|
+
"description": "Whether the region overlaps the anchor on the vertical axis",
|
|
2793
|
+
"fieldName": "verticalInset",
|
|
2801
2794
|
"inheritedFrom": {
|
|
2802
2795
|
"name": "AnchoredRegion",
|
|
2803
2796
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2804
2797
|
}
|
|
2805
2798
|
},
|
|
2806
2799
|
{
|
|
2807
|
-
"
|
|
2808
|
-
"
|
|
2809
|
-
|
|
2810
|
-
"return": {
|
|
2811
|
-
"type": {
|
|
2812
|
-
"text": "void"
|
|
2813
|
-
}
|
|
2800
|
+
"name": "vertical-threshold",
|
|
2801
|
+
"type": {
|
|
2802
|
+
"text": "number"
|
|
2814
2803
|
},
|
|
2804
|
+
"description": "How short the space allocated to the default position has to be before the tallest area\nis selected for layout",
|
|
2805
|
+
"fieldName": "verticalThreshold",
|
|
2815
2806
|
"inheritedFrom": {
|
|
2816
2807
|
"name": "AnchoredRegion",
|
|
2817
2808
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2818
2809
|
}
|
|
2819
2810
|
},
|
|
2820
2811
|
{
|
|
2821
|
-
"
|
|
2822
|
-
"name": "viewportElement",
|
|
2812
|
+
"name": "vertical-scaling",
|
|
2823
2813
|
"type": {
|
|
2824
|
-
"text": "
|
|
2814
|
+
"text": "AxisScalingMode"
|
|
2825
2815
|
},
|
|
2826
|
-
"
|
|
2827
|
-
"
|
|
2828
|
-
"
|
|
2816
|
+
"default": "\"content\"",
|
|
2817
|
+
"description": "Defines how the height of the region is calculated",
|
|
2818
|
+
"fieldName": "verticalScaling",
|
|
2829
2819
|
"inheritedFrom": {
|
|
2830
2820
|
"name": "AnchoredRegion",
|
|
2831
2821
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2832
2822
|
}
|
|
2833
2823
|
},
|
|
2834
2824
|
{
|
|
2835
|
-
"
|
|
2836
|
-
"
|
|
2837
|
-
|
|
2838
|
-
"return": {
|
|
2839
|
-
"type": {
|
|
2840
|
-
"text": "void"
|
|
2841
|
-
}
|
|
2825
|
+
"name": "fixed-placement",
|
|
2826
|
+
"type": {
|
|
2827
|
+
"text": "boolean"
|
|
2842
2828
|
},
|
|
2829
|
+
"default": "false",
|
|
2830
|
+
"description": "Whether the region is positioned using css \"position: fixed\".\nOtherwise the region uses \"position: absolute\".\nFixed placement allows the region to break out of parent containers,",
|
|
2831
|
+
"fieldName": "fixedPlacement",
|
|
2843
2832
|
"inheritedFrom": {
|
|
2844
2833
|
"name": "AnchoredRegion",
|
|
2845
2834
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2846
2835
|
}
|
|
2847
2836
|
},
|
|
2848
2837
|
{
|
|
2849
|
-
"
|
|
2850
|
-
"name": "verticalPosition",
|
|
2838
|
+
"name": "auto-update-mode",
|
|
2851
2839
|
"type": {
|
|
2852
|
-
"text": "
|
|
2840
|
+
"text": "AutoUpdateMode"
|
|
2853
2841
|
},
|
|
2854
|
-
"
|
|
2855
|
-
"description": "
|
|
2842
|
+
"default": "\"anchor\"",
|
|
2843
|
+
"description": "Defines what triggers the anchored region to revaluate positioning",
|
|
2844
|
+
"fieldName": "autoUpdateMode",
|
|
2856
2845
|
"inheritedFrom": {
|
|
2857
2846
|
"name": "AnchoredRegion",
|
|
2858
2847
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2859
2848
|
}
|
|
2860
|
-
}
|
|
2849
|
+
}
|
|
2850
|
+
],
|
|
2851
|
+
"members": [
|
|
2861
2852
|
{
|
|
2862
2853
|
"kind": "field",
|
|
2863
|
-
"name": "
|
|
2854
|
+
"name": "anchor",
|
|
2864
2855
|
"type": {
|
|
2865
|
-
"text": "
|
|
2856
|
+
"text": "string"
|
|
2866
2857
|
},
|
|
2867
2858
|
"privacy": "public",
|
|
2868
|
-
"
|
|
2859
|
+
"default": "\"\"",
|
|
2860
|
+
"description": "The HTML ID of the anchor element this region is positioned relative to",
|
|
2869
2861
|
"inheritedFrom": {
|
|
2870
2862
|
"name": "AnchoredRegion",
|
|
2871
2863
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2872
2864
|
}
|
|
2873
2865
|
},
|
|
2874
2866
|
{
|
|
2875
|
-
"kind": "
|
|
2876
|
-
"name": "
|
|
2877
|
-
"type": {
|
|
2878
|
-
"text": "number"
|
|
2879
|
-
},
|
|
2867
|
+
"kind": "method",
|
|
2868
|
+
"name": "anchorChanged",
|
|
2880
2869
|
"privacy": "private",
|
|
2881
|
-
"
|
|
2882
|
-
|
|
2883
|
-
|
|
2884
|
-
|
|
2885
|
-
}
|
|
2886
|
-
},
|
|
2887
|
-
{
|
|
2888
|
-
"kind": "field",
|
|
2889
|
-
"name": "translateY",
|
|
2890
|
-
"type": {
|
|
2891
|
-
"text": "number"
|
|
2870
|
+
"return": {
|
|
2871
|
+
"type": {
|
|
2872
|
+
"text": "void"
|
|
2873
|
+
}
|
|
2892
2874
|
},
|
|
2893
|
-
"privacy": "private",
|
|
2894
2875
|
"inheritedFrom": {
|
|
2895
2876
|
"name": "AnchoredRegion",
|
|
2896
2877
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -2898,24 +2879,27 @@
|
|
|
2898
2879
|
},
|
|
2899
2880
|
{
|
|
2900
2881
|
"kind": "field",
|
|
2901
|
-
"name": "
|
|
2882
|
+
"name": "viewport",
|
|
2902
2883
|
"type": {
|
|
2903
2884
|
"text": "string"
|
|
2904
2885
|
},
|
|
2905
|
-
"privacy": "
|
|
2906
|
-
"
|
|
2886
|
+
"privacy": "public",
|
|
2887
|
+
"default": "\"\"",
|
|
2888
|
+
"description": "The HTML ID of the viewport element this region is positioned relative to",
|
|
2907
2889
|
"inheritedFrom": {
|
|
2908
2890
|
"name": "AnchoredRegion",
|
|
2909
2891
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2910
2892
|
}
|
|
2911
2893
|
},
|
|
2912
2894
|
{
|
|
2913
|
-
"kind": "
|
|
2914
|
-
"name": "
|
|
2915
|
-
"type": {
|
|
2916
|
-
"text": "string"
|
|
2917
|
-
},
|
|
2895
|
+
"kind": "method",
|
|
2896
|
+
"name": "viewportChanged",
|
|
2918
2897
|
"privacy": "private",
|
|
2898
|
+
"return": {
|
|
2899
|
+
"type": {
|
|
2900
|
+
"text": "void"
|
|
2901
|
+
}
|
|
2902
|
+
},
|
|
2919
2903
|
"inheritedFrom": {
|
|
2920
2904
|
"name": "AnchoredRegion",
|
|
2921
2905
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -2923,24 +2907,27 @@
|
|
|
2923
2907
|
},
|
|
2924
2908
|
{
|
|
2925
2909
|
"kind": "field",
|
|
2926
|
-
"name": "
|
|
2910
|
+
"name": "horizontalPositioningMode",
|
|
2927
2911
|
"type": {
|
|
2928
|
-
"text": "
|
|
2912
|
+
"text": "AxisPositioningMode"
|
|
2929
2913
|
},
|
|
2930
|
-
"privacy": "
|
|
2931
|
-
"default": "
|
|
2914
|
+
"privacy": "public",
|
|
2915
|
+
"default": "\"uncontrolled\"",
|
|
2916
|
+
"description": "Sets what logic the component uses to determine horizontal placement.\n'locktodefault' forces the default position\n'dynamic' decides placement based on available space\n'uncontrolled' does not control placement on the horizontal axis",
|
|
2932
2917
|
"inheritedFrom": {
|
|
2933
2918
|
"name": "AnchoredRegion",
|
|
2934
2919
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2935
2920
|
}
|
|
2936
2921
|
},
|
|
2937
2922
|
{
|
|
2938
|
-
"kind": "
|
|
2939
|
-
"name": "
|
|
2940
|
-
"type": {
|
|
2941
|
-
"text": "ClientRect | DOMRect | undefined"
|
|
2942
|
-
},
|
|
2923
|
+
"kind": "method",
|
|
2924
|
+
"name": "horizontalPositioningModeChanged",
|
|
2943
2925
|
"privacy": "private",
|
|
2926
|
+
"return": {
|
|
2927
|
+
"type": {
|
|
2928
|
+
"text": "void"
|
|
2929
|
+
}
|
|
2930
|
+
},
|
|
2944
2931
|
"inheritedFrom": {
|
|
2945
2932
|
"name": "AnchoredRegion",
|
|
2946
2933
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -2948,23 +2935,27 @@
|
|
|
2948
2935
|
},
|
|
2949
2936
|
{
|
|
2950
2937
|
"kind": "field",
|
|
2951
|
-
"name": "
|
|
2938
|
+
"name": "horizontalDefaultPosition",
|
|
2952
2939
|
"type": {
|
|
2953
|
-
"text": "
|
|
2940
|
+
"text": "HorizontalPosition"
|
|
2954
2941
|
},
|
|
2955
|
-
"privacy": "
|
|
2942
|
+
"privacy": "public",
|
|
2943
|
+
"default": "\"unset\"",
|
|
2944
|
+
"description": "The default horizontal position of the region relative to the anchor element",
|
|
2956
2945
|
"inheritedFrom": {
|
|
2957
2946
|
"name": "AnchoredRegion",
|
|
2958
2947
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2959
2948
|
}
|
|
2960
2949
|
},
|
|
2961
2950
|
{
|
|
2962
|
-
"kind": "
|
|
2963
|
-
"name": "
|
|
2964
|
-
"type": {
|
|
2965
|
-
"text": "ClientRect | DOMRect | undefined"
|
|
2966
|
-
},
|
|
2951
|
+
"kind": "method",
|
|
2952
|
+
"name": "horizontalDefaultPositionChanged",
|
|
2967
2953
|
"privacy": "private",
|
|
2954
|
+
"return": {
|
|
2955
|
+
"type": {
|
|
2956
|
+
"text": "void"
|
|
2957
|
+
}
|
|
2958
|
+
},
|
|
2968
2959
|
"inheritedFrom": {
|
|
2969
2960
|
"name": "AnchoredRegion",
|
|
2970
2961
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -2972,26 +2963,27 @@
|
|
|
2972
2963
|
},
|
|
2973
2964
|
{
|
|
2974
2965
|
"kind": "field",
|
|
2975
|
-
"name": "
|
|
2966
|
+
"name": "horizontalViewportLock",
|
|
2976
2967
|
"type": {
|
|
2977
|
-
"text": "
|
|
2968
|
+
"text": "boolean"
|
|
2978
2969
|
},
|
|
2979
|
-
"privacy": "
|
|
2980
|
-
"default": "
|
|
2981
|
-
"description": "
|
|
2970
|
+
"privacy": "public",
|
|
2971
|
+
"default": "false",
|
|
2972
|
+
"description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the horizontal axis",
|
|
2982
2973
|
"inheritedFrom": {
|
|
2983
2974
|
"name": "AnchoredRegion",
|
|
2984
2975
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2985
2976
|
}
|
|
2986
2977
|
},
|
|
2987
2978
|
{
|
|
2988
|
-
"kind": "
|
|
2989
|
-
"name": "
|
|
2990
|
-
"type": {
|
|
2991
|
-
"text": "number"
|
|
2992
|
-
},
|
|
2979
|
+
"kind": "method",
|
|
2980
|
+
"name": "horizontalViewportLockChanged",
|
|
2993
2981
|
"privacy": "private",
|
|
2994
|
-
"
|
|
2982
|
+
"return": {
|
|
2983
|
+
"type": {
|
|
2984
|
+
"text": "void"
|
|
2985
|
+
}
|
|
2986
|
+
},
|
|
2995
2987
|
"inheritedFrom": {
|
|
2996
2988
|
"name": "AnchoredRegion",
|
|
2997
2989
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -2999,25 +2991,27 @@
|
|
|
2999
2991
|
},
|
|
3000
2992
|
{
|
|
3001
2993
|
"kind": "field",
|
|
3002
|
-
"name": "
|
|
2994
|
+
"name": "horizontalInset",
|
|
3003
2995
|
"type": {
|
|
3004
2996
|
"text": "boolean"
|
|
3005
2997
|
},
|
|
3006
|
-
"privacy": "
|
|
2998
|
+
"privacy": "public",
|
|
3007
2999
|
"default": "false",
|
|
3000
|
+
"description": "Whether the region overlaps the anchor on the horizontal axis",
|
|
3008
3001
|
"inheritedFrom": {
|
|
3009
3002
|
"name": "AnchoredRegion",
|
|
3010
3003
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3011
3004
|
}
|
|
3012
3005
|
},
|
|
3013
3006
|
{
|
|
3014
|
-
"kind": "
|
|
3015
|
-
"name": "
|
|
3016
|
-
"type": {
|
|
3017
|
-
"text": "boolean"
|
|
3018
|
-
},
|
|
3007
|
+
"kind": "method",
|
|
3008
|
+
"name": "horizontalInsetChanged",
|
|
3019
3009
|
"privacy": "private",
|
|
3020
|
-
"
|
|
3010
|
+
"return": {
|
|
3011
|
+
"type": {
|
|
3012
|
+
"text": "void"
|
|
3013
|
+
}
|
|
3014
|
+
},
|
|
3021
3015
|
"inheritedFrom": {
|
|
3022
3016
|
"name": "AnchoredRegion",
|
|
3023
3017
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3025,24 +3019,26 @@
|
|
|
3025
3019
|
},
|
|
3026
3020
|
{
|
|
3027
3021
|
"kind": "field",
|
|
3028
|
-
"name": "
|
|
3022
|
+
"name": "horizontalThreshold",
|
|
3029
3023
|
"type": {
|
|
3030
|
-
"text": "
|
|
3024
|
+
"text": "number"
|
|
3031
3025
|
},
|
|
3032
|
-
"privacy": "
|
|
3026
|
+
"privacy": "public",
|
|
3027
|
+
"description": "How narrow the space allocated to the default position has to be before the widest area\nis selected for layout",
|
|
3033
3028
|
"inheritedFrom": {
|
|
3034
3029
|
"name": "AnchoredRegion",
|
|
3035
3030
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3036
3031
|
}
|
|
3037
3032
|
},
|
|
3038
3033
|
{
|
|
3039
|
-
"kind": "
|
|
3040
|
-
"name": "
|
|
3041
|
-
"type": {
|
|
3042
|
-
"text": "boolean"
|
|
3043
|
-
},
|
|
3034
|
+
"kind": "method",
|
|
3035
|
+
"name": "horizontalThresholdChanged",
|
|
3044
3036
|
"privacy": "private",
|
|
3045
|
-
"
|
|
3037
|
+
"return": {
|
|
3038
|
+
"type": {
|
|
3039
|
+
"text": "void"
|
|
3040
|
+
}
|
|
3041
|
+
},
|
|
3046
3042
|
"inheritedFrom": {
|
|
3047
3043
|
"name": "AnchoredRegion",
|
|
3048
3044
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3050,25 +3046,27 @@
|
|
|
3050
3046
|
},
|
|
3051
3047
|
{
|
|
3052
3048
|
"kind": "field",
|
|
3053
|
-
"name": "
|
|
3049
|
+
"name": "horizontalScaling",
|
|
3054
3050
|
"type": {
|
|
3055
|
-
"text": "
|
|
3051
|
+
"text": "AxisScalingMode"
|
|
3056
3052
|
},
|
|
3057
|
-
"privacy": "
|
|
3058
|
-
"default": "
|
|
3053
|
+
"privacy": "public",
|
|
3054
|
+
"default": "\"content\"",
|
|
3055
|
+
"description": "Defines how the width of the region is calculated",
|
|
3059
3056
|
"inheritedFrom": {
|
|
3060
3057
|
"name": "AnchoredRegion",
|
|
3061
3058
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3062
3059
|
}
|
|
3063
3060
|
},
|
|
3064
3061
|
{
|
|
3065
|
-
"kind": "
|
|
3066
|
-
"name": "
|
|
3067
|
-
"type": {
|
|
3068
|
-
"text": "number"
|
|
3069
|
-
},
|
|
3062
|
+
"kind": "method",
|
|
3063
|
+
"name": "horizontalScalingChanged",
|
|
3070
3064
|
"privacy": "private",
|
|
3071
|
-
"
|
|
3065
|
+
"return": {
|
|
3066
|
+
"type": {
|
|
3067
|
+
"text": "void"
|
|
3068
|
+
}
|
|
3069
|
+
},
|
|
3072
3070
|
"inheritedFrom": {
|
|
3073
3071
|
"name": "AnchoredRegion",
|
|
3074
3072
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3076,13 +3074,27 @@
|
|
|
3076
3074
|
},
|
|
3077
3075
|
{
|
|
3078
3076
|
"kind": "field",
|
|
3079
|
-
"name": "
|
|
3077
|
+
"name": "verticalPositioningMode",
|
|
3080
3078
|
"type": {
|
|
3081
|
-
"text": "
|
|
3079
|
+
"text": "AxisPositioningMode"
|
|
3082
3080
|
},
|
|
3081
|
+
"privacy": "public",
|
|
3082
|
+
"default": "\"uncontrolled\"",
|
|
3083
|
+
"description": "Sets what logic the component uses to determine vertical placement.\n'locktodefault' forces the default position\n'dynamic' decides placement based on available space\n'uncontrolled' does not control placement on the vertical axis",
|
|
3084
|
+
"inheritedFrom": {
|
|
3085
|
+
"name": "AnchoredRegion",
|
|
3086
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3087
|
+
}
|
|
3088
|
+
},
|
|
3089
|
+
{
|
|
3090
|
+
"kind": "method",
|
|
3091
|
+
"name": "verticalPositioningModeChanged",
|
|
3083
3092
|
"privacy": "private",
|
|
3084
|
-
"
|
|
3085
|
-
|
|
3093
|
+
"return": {
|
|
3094
|
+
"type": {
|
|
3095
|
+
"text": "void"
|
|
3096
|
+
}
|
|
3097
|
+
},
|
|
3086
3098
|
"inheritedFrom": {
|
|
3087
3099
|
"name": "AnchoredRegion",
|
|
3088
3100
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3090,9 +3102,13 @@
|
|
|
3090
3102
|
},
|
|
3091
3103
|
{
|
|
3092
3104
|
"kind": "field",
|
|
3093
|
-
"name": "
|
|
3105
|
+
"name": "verticalDefaultPosition",
|
|
3106
|
+
"type": {
|
|
3107
|
+
"text": "VerticalPosition"
|
|
3108
|
+
},
|
|
3094
3109
|
"privacy": "public",
|
|
3095
|
-
"
|
|
3110
|
+
"default": "\"unset\"",
|
|
3111
|
+
"description": "The default vertical position of the region relative to the anchor element",
|
|
3096
3112
|
"inheritedFrom": {
|
|
3097
3113
|
"name": "AnchoredRegion",
|
|
3098
3114
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3100,29 +3116,27 @@
|
|
|
3100
3116
|
},
|
|
3101
3117
|
{
|
|
3102
3118
|
"kind": "method",
|
|
3103
|
-
"name": "
|
|
3119
|
+
"name": "verticalDefaultPositionChanged",
|
|
3104
3120
|
"privacy": "private",
|
|
3105
3121
|
"return": {
|
|
3106
3122
|
"type": {
|
|
3107
3123
|
"text": "void"
|
|
3108
3124
|
}
|
|
3109
3125
|
},
|
|
3110
|
-
"description": "destroys the instance's resize observer",
|
|
3111
3126
|
"inheritedFrom": {
|
|
3112
3127
|
"name": "AnchoredRegion",
|
|
3113
3128
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3114
3129
|
}
|
|
3115
3130
|
},
|
|
3116
3131
|
{
|
|
3117
|
-
"kind": "
|
|
3118
|
-
"name": "
|
|
3119
|
-
"
|
|
3120
|
-
|
|
3121
|
-
"type": {
|
|
3122
|
-
"text": "void"
|
|
3123
|
-
}
|
|
3132
|
+
"kind": "field",
|
|
3133
|
+
"name": "verticalViewportLock",
|
|
3134
|
+
"type": {
|
|
3135
|
+
"text": "boolean"
|
|
3124
3136
|
},
|
|
3125
|
-
"
|
|
3137
|
+
"privacy": "public",
|
|
3138
|
+
"default": "false",
|
|
3139
|
+
"description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the vertical axis",
|
|
3126
3140
|
"inheritedFrom": {
|
|
3127
3141
|
"name": "AnchoredRegion",
|
|
3128
3142
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3130,29 +3144,27 @@
|
|
|
3130
3144
|
},
|
|
3131
3145
|
{
|
|
3132
3146
|
"kind": "method",
|
|
3133
|
-
"name": "
|
|
3147
|
+
"name": "verticalViewportLockChanged",
|
|
3134
3148
|
"privacy": "private",
|
|
3135
3149
|
"return": {
|
|
3136
3150
|
"type": {
|
|
3137
3151
|
"text": "void"
|
|
3138
3152
|
}
|
|
3139
3153
|
},
|
|
3140
|
-
"description": "react to attribute changes that don't require a reset",
|
|
3141
3154
|
"inheritedFrom": {
|
|
3142
3155
|
"name": "AnchoredRegion",
|
|
3143
3156
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3144
3157
|
}
|
|
3145
3158
|
},
|
|
3146
3159
|
{
|
|
3147
|
-
"kind": "
|
|
3148
|
-
"name": "
|
|
3149
|
-
"
|
|
3150
|
-
|
|
3151
|
-
"type": {
|
|
3152
|
-
"text": "void"
|
|
3153
|
-
}
|
|
3160
|
+
"kind": "field",
|
|
3161
|
+
"name": "verticalInset",
|
|
3162
|
+
"type": {
|
|
3163
|
+
"text": "boolean"
|
|
3154
3164
|
},
|
|
3155
|
-
"
|
|
3165
|
+
"privacy": "public",
|
|
3166
|
+
"default": "false",
|
|
3167
|
+
"description": "Whether the region overlaps the anchor on the vertical axis",
|
|
3156
3168
|
"inheritedFrom": {
|
|
3157
3169
|
"name": "AnchoredRegion",
|
|
3158
3170
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3160,14 +3172,26 @@
|
|
|
3160
3172
|
},
|
|
3161
3173
|
{
|
|
3162
3174
|
"kind": "method",
|
|
3163
|
-
"name": "
|
|
3175
|
+
"name": "verticalInsetChanged",
|
|
3164
3176
|
"privacy": "private",
|
|
3165
3177
|
"return": {
|
|
3166
3178
|
"type": {
|
|
3167
3179
|
"text": "void"
|
|
3168
3180
|
}
|
|
3169
3181
|
},
|
|
3170
|
-
"
|
|
3182
|
+
"inheritedFrom": {
|
|
3183
|
+
"name": "AnchoredRegion",
|
|
3184
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3185
|
+
}
|
|
3186
|
+
},
|
|
3187
|
+
{
|
|
3188
|
+
"kind": "field",
|
|
3189
|
+
"name": "verticalThreshold",
|
|
3190
|
+
"type": {
|
|
3191
|
+
"text": "number"
|
|
3192
|
+
},
|
|
3193
|
+
"privacy": "public",
|
|
3194
|
+
"description": "How short the space allocated to the default position has to be before the tallest area\nis selected for layout",
|
|
3171
3195
|
"inheritedFrom": {
|
|
3172
3196
|
"name": "AnchoredRegion",
|
|
3173
3197
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3175,14 +3199,13 @@
|
|
|
3175
3199
|
},
|
|
3176
3200
|
{
|
|
3177
3201
|
"kind": "method",
|
|
3178
|
-
"name": "
|
|
3202
|
+
"name": "verticalThresholdChanged",
|
|
3179
3203
|
"privacy": "private",
|
|
3180
3204
|
"return": {
|
|
3181
3205
|
"type": {
|
|
3182
3206
|
"text": "void"
|
|
3183
3207
|
}
|
|
3184
3208
|
},
|
|
3185
|
-
"description": "sets the starting configuration for component internal values",
|
|
3186
3209
|
"inheritedFrom": {
|
|
3187
3210
|
"name": "AnchoredRegion",
|
|
3188
3211
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3190,19 +3213,27 @@
|
|
|
3190
3213
|
},
|
|
3191
3214
|
{
|
|
3192
3215
|
"kind": "field",
|
|
3193
|
-
"name": "
|
|
3194
|
-
"
|
|
3195
|
-
|
|
3216
|
+
"name": "verticalScaling",
|
|
3217
|
+
"type": {
|
|
3218
|
+
"text": "AxisScalingMode"
|
|
3219
|
+
},
|
|
3220
|
+
"privacy": "public",
|
|
3221
|
+
"default": "\"content\"",
|
|
3222
|
+
"description": "Defines how the height of the region is calculated",
|
|
3196
3223
|
"inheritedFrom": {
|
|
3197
3224
|
"name": "AnchoredRegion",
|
|
3198
3225
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3199
3226
|
}
|
|
3200
3227
|
},
|
|
3201
3228
|
{
|
|
3202
|
-
"kind": "
|
|
3203
|
-
"name": "
|
|
3229
|
+
"kind": "method",
|
|
3230
|
+
"name": "verticalScalingChanged",
|
|
3204
3231
|
"privacy": "private",
|
|
3205
|
-
"
|
|
3232
|
+
"return": {
|
|
3233
|
+
"type": {
|
|
3234
|
+
"text": "void"
|
|
3235
|
+
}
|
|
3236
|
+
},
|
|
3206
3237
|
"inheritedFrom": {
|
|
3207
3238
|
"name": "AnchoredRegion",
|
|
3208
3239
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3210,19 +3241,27 @@
|
|
|
3210
3241
|
},
|
|
3211
3242
|
{
|
|
3212
3243
|
"kind": "field",
|
|
3213
|
-
"name": "
|
|
3214
|
-
"
|
|
3215
|
-
|
|
3244
|
+
"name": "fixedPlacement",
|
|
3245
|
+
"type": {
|
|
3246
|
+
"text": "boolean"
|
|
3247
|
+
},
|
|
3248
|
+
"privacy": "public",
|
|
3249
|
+
"default": "false",
|
|
3250
|
+
"description": "Whether the region is positioned using css \"position: fixed\".\nOtherwise the region uses \"position: absolute\".\nFixed placement allows the region to break out of parent containers,",
|
|
3216
3251
|
"inheritedFrom": {
|
|
3217
3252
|
"name": "AnchoredRegion",
|
|
3218
3253
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3219
3254
|
}
|
|
3220
3255
|
},
|
|
3221
3256
|
{
|
|
3222
|
-
"kind": "
|
|
3223
|
-
"name": "
|
|
3257
|
+
"kind": "method",
|
|
3258
|
+
"name": "fixedPlacementChanged",
|
|
3224
3259
|
"privacy": "private",
|
|
3225
|
-
"
|
|
3260
|
+
"return": {
|
|
3261
|
+
"type": {
|
|
3262
|
+
"text": "void"
|
|
3263
|
+
}
|
|
3264
|
+
},
|
|
3226
3265
|
"inheritedFrom": {
|
|
3227
3266
|
"name": "AnchoredRegion",
|
|
3228
3267
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3230,19 +3269,41 @@
|
|
|
3230
3269
|
},
|
|
3231
3270
|
{
|
|
3232
3271
|
"kind": "field",
|
|
3233
|
-
"name": "
|
|
3234
|
-
"
|
|
3235
|
-
|
|
3272
|
+
"name": "autoUpdateMode",
|
|
3273
|
+
"type": {
|
|
3274
|
+
"text": "AutoUpdateMode"
|
|
3275
|
+
},
|
|
3276
|
+
"privacy": "public",
|
|
3277
|
+
"default": "\"anchor\"",
|
|
3278
|
+
"description": "Defines what triggers the anchored region to revaluate positioning",
|
|
3236
3279
|
"inheritedFrom": {
|
|
3237
3280
|
"name": "AnchoredRegion",
|
|
3238
3281
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3239
3282
|
}
|
|
3240
3283
|
},
|
|
3241
3284
|
{
|
|
3242
|
-
"kind": "
|
|
3243
|
-
"name": "
|
|
3285
|
+
"kind": "method",
|
|
3286
|
+
"name": "autoUpdateModeChanged",
|
|
3244
3287
|
"privacy": "private",
|
|
3245
|
-
"
|
|
3288
|
+
"return": {
|
|
3289
|
+
"type": {
|
|
3290
|
+
"text": "void"
|
|
3291
|
+
}
|
|
3292
|
+
},
|
|
3293
|
+
"parameters": [
|
|
3294
|
+
{
|
|
3295
|
+
"name": "prevMode",
|
|
3296
|
+
"type": {
|
|
3297
|
+
"text": "AutoUpdateMode"
|
|
3298
|
+
}
|
|
3299
|
+
},
|
|
3300
|
+
{
|
|
3301
|
+
"name": "newMode",
|
|
3302
|
+
"type": {
|
|
3303
|
+
"text": "AutoUpdateMode"
|
|
3304
|
+
}
|
|
3305
|
+
}
|
|
3306
|
+
],
|
|
3246
3307
|
"inheritedFrom": {
|
|
3247
3308
|
"name": "AnchoredRegion",
|
|
3248
3309
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3250,19 +3311,27 @@
|
|
|
3250
3311
|
},
|
|
3251
3312
|
{
|
|
3252
3313
|
"kind": "field",
|
|
3253
|
-
"name": "
|
|
3254
|
-
"
|
|
3255
|
-
|
|
3314
|
+
"name": "anchorElement",
|
|
3315
|
+
"type": {
|
|
3316
|
+
"text": "HTMLElement | null"
|
|
3317
|
+
},
|
|
3318
|
+
"privacy": "public",
|
|
3319
|
+
"default": "null",
|
|
3320
|
+
"description": "The HTML element being used as the anchor",
|
|
3256
3321
|
"inheritedFrom": {
|
|
3257
3322
|
"name": "AnchoredRegion",
|
|
3258
3323
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3259
3324
|
}
|
|
3260
3325
|
},
|
|
3261
3326
|
{
|
|
3262
|
-
"kind": "
|
|
3263
|
-
"name": "
|
|
3327
|
+
"kind": "method",
|
|
3328
|
+
"name": "anchorElementChanged",
|
|
3264
3329
|
"privacy": "private",
|
|
3265
|
-
"
|
|
3330
|
+
"return": {
|
|
3331
|
+
"type": {
|
|
3332
|
+
"text": "void"
|
|
3333
|
+
}
|
|
3334
|
+
},
|
|
3266
3335
|
"inheritedFrom": {
|
|
3267
3336
|
"name": "AnchoredRegion",
|
|
3268
3337
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3270,19 +3339,27 @@
|
|
|
3270
3339
|
},
|
|
3271
3340
|
{
|
|
3272
3341
|
"kind": "field",
|
|
3273
|
-
"name": "
|
|
3274
|
-
"
|
|
3275
|
-
|
|
3342
|
+
"name": "viewportElement",
|
|
3343
|
+
"type": {
|
|
3344
|
+
"text": "HTMLElement | null"
|
|
3345
|
+
},
|
|
3346
|
+
"privacy": "public",
|
|
3347
|
+
"default": "null",
|
|
3348
|
+
"description": "The HTML element being used as the viewport",
|
|
3276
3349
|
"inheritedFrom": {
|
|
3277
3350
|
"name": "AnchoredRegion",
|
|
3278
3351
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3279
3352
|
}
|
|
3280
3353
|
},
|
|
3281
3354
|
{
|
|
3282
|
-
"kind": "
|
|
3283
|
-
"name": "
|
|
3355
|
+
"kind": "method",
|
|
3356
|
+
"name": "viewportElementChanged",
|
|
3284
3357
|
"privacy": "private",
|
|
3285
|
-
"
|
|
3358
|
+
"return": {
|
|
3359
|
+
"type": {
|
|
3360
|
+
"text": "void"
|
|
3361
|
+
}
|
|
3362
|
+
},
|
|
3286
3363
|
"inheritedFrom": {
|
|
3287
3364
|
"name": "AnchoredRegion",
|
|
3288
3365
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3290,19 +3367,38 @@
|
|
|
3290
3367
|
},
|
|
3291
3368
|
{
|
|
3292
3369
|
"kind": "field",
|
|
3293
|
-
"name": "
|
|
3294
|
-
"
|
|
3295
|
-
|
|
3296
|
-
|
|
3297
|
-
|
|
3370
|
+
"name": "verticalPosition",
|
|
3371
|
+
"type": {
|
|
3372
|
+
"text": "AnchoredRegionPositionLabel | undefined"
|
|
3373
|
+
},
|
|
3374
|
+
"privacy": "public",
|
|
3375
|
+
"description": "indicates the current horizontal position of the region",
|
|
3376
|
+
"inheritedFrom": {
|
|
3377
|
+
"name": "AnchoredRegion",
|
|
3298
3378
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3299
3379
|
}
|
|
3300
3380
|
},
|
|
3301
3381
|
{
|
|
3302
3382
|
"kind": "field",
|
|
3303
|
-
"name": "
|
|
3383
|
+
"name": "horizontalPosition",
|
|
3384
|
+
"type": {
|
|
3385
|
+
"text": "AnchoredRegionPositionLabel | undefined"
|
|
3386
|
+
},
|
|
3387
|
+
"privacy": "public",
|
|
3388
|
+
"description": "indicates the current vertical position of the region",
|
|
3389
|
+
"inheritedFrom": {
|
|
3390
|
+
"name": "AnchoredRegion",
|
|
3391
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3392
|
+
}
|
|
3393
|
+
},
|
|
3394
|
+
{
|
|
3395
|
+
"kind": "field",
|
|
3396
|
+
"name": "translateX",
|
|
3397
|
+
"type": {
|
|
3398
|
+
"text": "number"
|
|
3399
|
+
},
|
|
3304
3400
|
"privacy": "private",
|
|
3305
|
-
"description": "
|
|
3401
|
+
"description": "values to be applied to the component's transform on render",
|
|
3306
3402
|
"inheritedFrom": {
|
|
3307
3403
|
"name": "AnchoredRegion",
|
|
3308
3404
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3310,9 +3406,11 @@
|
|
|
3310
3406
|
},
|
|
3311
3407
|
{
|
|
3312
3408
|
"kind": "field",
|
|
3313
|
-
"name": "
|
|
3409
|
+
"name": "translateY",
|
|
3410
|
+
"type": {
|
|
3411
|
+
"text": "number"
|
|
3412
|
+
},
|
|
3314
3413
|
"privacy": "private",
|
|
3315
|
-
"description": "Updates the style string applied to the region element as well as the css classes attached\nto the root element",
|
|
3316
3414
|
"inheritedFrom": {
|
|
3317
3415
|
"name": "AnchoredRegion",
|
|
3318
3416
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3320,9 +3418,12 @@
|
|
|
3320
3418
|
},
|
|
3321
3419
|
{
|
|
3322
3420
|
"kind": "field",
|
|
3323
|
-
"name": "
|
|
3421
|
+
"name": "regionWidth",
|
|
3422
|
+
"type": {
|
|
3423
|
+
"text": "string"
|
|
3424
|
+
},
|
|
3324
3425
|
"privacy": "private",
|
|
3325
|
-
"description": "
|
|
3426
|
+
"description": "the span to be applied to the region on each axis",
|
|
3326
3427
|
"inheritedFrom": {
|
|
3327
3428
|
"name": "AnchoredRegion",
|
|
3328
3429
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3330,9 +3431,11 @@
|
|
|
3330
3431
|
},
|
|
3331
3432
|
{
|
|
3332
3433
|
"kind": "field",
|
|
3333
|
-
"name": "
|
|
3434
|
+
"name": "regionHeight",
|
|
3435
|
+
"type": {
|
|
3436
|
+
"text": "string"
|
|
3437
|
+
},
|
|
3334
3438
|
"privacy": "private",
|
|
3335
|
-
"description": "Get horizontal positioning state based on desired position",
|
|
3336
3439
|
"inheritedFrom": {
|
|
3337
3440
|
"name": "AnchoredRegion",
|
|
3338
3441
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3340,9 +3443,12 @@
|
|
|
3340
3443
|
},
|
|
3341
3444
|
{
|
|
3342
3445
|
"kind": "field",
|
|
3343
|
-
"name": "
|
|
3446
|
+
"name": "resizeDetector",
|
|
3447
|
+
"type": {
|
|
3448
|
+
"text": "ResizeObserverClassDefinition | null"
|
|
3449
|
+
},
|
|
3344
3450
|
"privacy": "private",
|
|
3345
|
-
"
|
|
3451
|
+
"default": "null",
|
|
3346
3452
|
"inheritedFrom": {
|
|
3347
3453
|
"name": "AnchoredRegion",
|
|
3348
3454
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3350,9 +3456,11 @@
|
|
|
3350
3456
|
},
|
|
3351
3457
|
{
|
|
3352
3458
|
"kind": "field",
|
|
3353
|
-
"name": "
|
|
3459
|
+
"name": "viewportRect",
|
|
3460
|
+
"type": {
|
|
3461
|
+
"text": "ClientRect | DOMRect | undefined"
|
|
3462
|
+
},
|
|
3354
3463
|
"privacy": "private",
|
|
3355
|
-
"description": "Get available positions based on positioning mode",
|
|
3356
3464
|
"inheritedFrom": {
|
|
3357
3465
|
"name": "AnchoredRegion",
|
|
3358
3466
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3360,9 +3468,11 @@
|
|
|
3360
3468
|
},
|
|
3361
3469
|
{
|
|
3362
3470
|
"kind": "field",
|
|
3363
|
-
"name": "
|
|
3471
|
+
"name": "anchorRect",
|
|
3472
|
+
"type": {
|
|
3473
|
+
"text": "ClientRect | DOMRect | undefined"
|
|
3474
|
+
},
|
|
3364
3475
|
"privacy": "private",
|
|
3365
|
-
"description": "Get the space available for a particular relative position",
|
|
3366
3476
|
"inheritedFrom": {
|
|
3367
3477
|
"name": "AnchoredRegion",
|
|
3368
3478
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3370,9 +3480,11 @@
|
|
|
3370
3480
|
},
|
|
3371
3481
|
{
|
|
3372
3482
|
"kind": "field",
|
|
3373
|
-
"name": "
|
|
3483
|
+
"name": "regionRect",
|
|
3484
|
+
"type": {
|
|
3485
|
+
"text": "ClientRect | DOMRect | undefined"
|
|
3486
|
+
},
|
|
3374
3487
|
"privacy": "private",
|
|
3375
|
-
"description": "Get region dimensions",
|
|
3376
3488
|
"inheritedFrom": {
|
|
3377
3489
|
"name": "AnchoredRegion",
|
|
3378
3490
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3380,9 +3492,13 @@
|
|
|
3380
3492
|
},
|
|
3381
3493
|
{
|
|
3382
3494
|
"kind": "field",
|
|
3383
|
-
"name": "
|
|
3495
|
+
"name": "baseHorizontalOffset",
|
|
3496
|
+
"type": {
|
|
3497
|
+
"text": "number"
|
|
3498
|
+
},
|
|
3384
3499
|
"privacy": "private",
|
|
3385
|
-
"
|
|
3500
|
+
"default": "0",
|
|
3501
|
+
"description": "base offsets between the positioner's base position and the anchor's",
|
|
3386
3502
|
"inheritedFrom": {
|
|
3387
3503
|
"name": "AnchoredRegion",
|
|
3388
3504
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3390,9 +3506,12 @@
|
|
|
3390
3506
|
},
|
|
3391
3507
|
{
|
|
3392
3508
|
"kind": "field",
|
|
3393
|
-
"name": "
|
|
3509
|
+
"name": "baseVerticalOffset",
|
|
3510
|
+
"type": {
|
|
3511
|
+
"text": "number"
|
|
3512
|
+
},
|
|
3394
3513
|
"privacy": "private",
|
|
3395
|
-
"
|
|
3514
|
+
"default": "0",
|
|
3396
3515
|
"inheritedFrom": {
|
|
3397
3516
|
"name": "AnchoredRegion",
|
|
3398
3517
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3400,540 +3519,403 @@
|
|
|
3400
3519
|
},
|
|
3401
3520
|
{
|
|
3402
3521
|
"kind": "field",
|
|
3403
|
-
"name": "
|
|
3522
|
+
"name": "pendingPositioningUpdate",
|
|
3404
3523
|
"type": {
|
|
3405
|
-
"text": "
|
|
3524
|
+
"text": "boolean"
|
|
3406
3525
|
},
|
|
3407
3526
|
"privacy": "private",
|
|
3408
|
-
"default": "
|
|
3527
|
+
"default": "false",
|
|
3409
3528
|
"inheritedFrom": {
|
|
3410
|
-
"name": "
|
|
3411
|
-
"module": "src/
|
|
3529
|
+
"name": "AnchoredRegion",
|
|
3530
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3412
3531
|
}
|
|
3413
3532
|
},
|
|
3414
3533
|
{
|
|
3415
3534
|
"kind": "field",
|
|
3416
|
-
"name": "
|
|
3535
|
+
"name": "pendingReset",
|
|
3417
3536
|
"type": {
|
|
3418
|
-
"text": "
|
|
3537
|
+
"text": "boolean"
|
|
3419
3538
|
},
|
|
3420
|
-
"privacy": "
|
|
3421
|
-
"
|
|
3539
|
+
"privacy": "private",
|
|
3540
|
+
"default": "false",
|
|
3422
3541
|
"inheritedFrom": {
|
|
3423
|
-
"name": "
|
|
3424
|
-
"module": "src/
|
|
3542
|
+
"name": "AnchoredRegion",
|
|
3543
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3425
3544
|
}
|
|
3426
3545
|
},
|
|
3427
3546
|
{
|
|
3428
3547
|
"kind": "field",
|
|
3429
|
-
"name": "
|
|
3548
|
+
"name": "currentDirection",
|
|
3430
3549
|
"type": {
|
|
3431
|
-
"text": "
|
|
3550
|
+
"text": "Direction"
|
|
3432
3551
|
},
|
|
3433
|
-
"privacy": "
|
|
3434
|
-
"description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
|
|
3552
|
+
"privacy": "private",
|
|
3435
3553
|
"inheritedFrom": {
|
|
3436
|
-
"name": "
|
|
3437
|
-
"module": "src/
|
|
3554
|
+
"name": "AnchoredRegion",
|
|
3555
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3438
3556
|
}
|
|
3439
3557
|
},
|
|
3440
3558
|
{
|
|
3441
|
-
"kind": "
|
|
3442
|
-
"name": "
|
|
3443
|
-
"
|
|
3444
|
-
|
|
3445
|
-
"type": {
|
|
3446
|
-
"text": "void"
|
|
3447
|
-
}
|
|
3559
|
+
"kind": "field",
|
|
3560
|
+
"name": "regionVisible",
|
|
3561
|
+
"type": {
|
|
3562
|
+
"text": "boolean"
|
|
3448
3563
|
},
|
|
3564
|
+
"privacy": "private",
|
|
3565
|
+
"default": "false",
|
|
3449
3566
|
"inheritedFrom": {
|
|
3450
|
-
"name": "
|
|
3451
|
-
"module": "src/
|
|
3567
|
+
"name": "AnchoredRegion",
|
|
3568
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3452
3569
|
}
|
|
3453
3570
|
},
|
|
3454
3571
|
{
|
|
3455
3572
|
"kind": "field",
|
|
3456
|
-
"name": "
|
|
3573
|
+
"name": "forceUpdate",
|
|
3457
3574
|
"type": {
|
|
3458
|
-
"text": "
|
|
3575
|
+
"text": "boolean"
|
|
3576
|
+
},
|
|
3577
|
+
"privacy": "private",
|
|
3578
|
+
"default": "false",
|
|
3579
|
+
"inheritedFrom": {
|
|
3580
|
+
"name": "AnchoredRegion",
|
|
3581
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3582
|
+
}
|
|
3583
|
+
},
|
|
3584
|
+
{
|
|
3585
|
+
"kind": "field",
|
|
3586
|
+
"name": "updateThreshold",
|
|
3587
|
+
"type": {
|
|
3588
|
+
"text": "number"
|
|
3589
|
+
},
|
|
3590
|
+
"privacy": "private",
|
|
3591
|
+
"default": "0.5",
|
|
3592
|
+
"inheritedFrom": {
|
|
3593
|
+
"name": "AnchoredRegion",
|
|
3594
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3595
|
+
}
|
|
3596
|
+
},
|
|
3597
|
+
{
|
|
3598
|
+
"kind": "field",
|
|
3599
|
+
"name": "intersectionService",
|
|
3600
|
+
"type": {
|
|
3601
|
+
"text": "IntersectionService"
|
|
3459
3602
|
},
|
|
3603
|
+
"privacy": "private",
|
|
3604
|
+
"static": true,
|
|
3605
|
+
"default": "new IntersectionService()",
|
|
3606
|
+
"inheritedFrom": {
|
|
3607
|
+
"name": "AnchoredRegion",
|
|
3608
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3609
|
+
}
|
|
3610
|
+
},
|
|
3611
|
+
{
|
|
3612
|
+
"kind": "field",
|
|
3613
|
+
"name": "update",
|
|
3460
3614
|
"privacy": "public",
|
|
3461
|
-
"description": "
|
|
3615
|
+
"description": "update position",
|
|
3462
3616
|
"inheritedFrom": {
|
|
3463
|
-
"name": "
|
|
3464
|
-
"module": "src/
|
|
3617
|
+
"name": "AnchoredRegion",
|
|
3618
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3465
3619
|
}
|
|
3466
3620
|
},
|
|
3467
3621
|
{
|
|
3468
3622
|
"kind": "method",
|
|
3469
|
-
"name": "
|
|
3470
|
-
"privacy": "
|
|
3623
|
+
"name": "disconnectResizeDetector",
|
|
3624
|
+
"privacy": "private",
|
|
3471
3625
|
"return": {
|
|
3472
3626
|
"type": {
|
|
3473
3627
|
"text": "void"
|
|
3474
3628
|
}
|
|
3475
3629
|
},
|
|
3630
|
+
"description": "destroys the instance's resize observer",
|
|
3476
3631
|
"inheritedFrom": {
|
|
3477
|
-
"name": "
|
|
3478
|
-
"module": "src/
|
|
3632
|
+
"name": "AnchoredRegion",
|
|
3633
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3479
3634
|
}
|
|
3480
3635
|
},
|
|
3481
3636
|
{
|
|
3482
3637
|
"kind": "method",
|
|
3483
|
-
"name": "
|
|
3484
|
-
"privacy": "
|
|
3485
|
-
"static": true,
|
|
3638
|
+
"name": "initializeResizeDetector",
|
|
3639
|
+
"privacy": "private",
|
|
3486
3640
|
"return": {
|
|
3487
3641
|
"type": {
|
|
3488
|
-
"text": "
|
|
3642
|
+
"text": "void"
|
|
3489
3643
|
}
|
|
3490
3644
|
},
|
|
3491
|
-
"
|
|
3492
|
-
{
|
|
3493
|
-
"name": "this",
|
|
3494
|
-
"type": {
|
|
3495
|
-
"text": "K"
|
|
3496
|
-
}
|
|
3497
|
-
},
|
|
3498
|
-
{
|
|
3499
|
-
"name": "elementDefinition",
|
|
3500
|
-
"type": {
|
|
3501
|
-
"text": "T"
|
|
3502
|
-
},
|
|
3503
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
3504
|
-
}
|
|
3505
|
-
],
|
|
3506
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
3645
|
+
"description": "initializes the instance's resize observer",
|
|
3507
3646
|
"inheritedFrom": {
|
|
3508
|
-
"name": "
|
|
3509
|
-
"module": "src/
|
|
3647
|
+
"name": "AnchoredRegion",
|
|
3648
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3510
3649
|
}
|
|
3511
|
-
}
|
|
3512
|
-
],
|
|
3513
|
-
"events": [
|
|
3650
|
+
},
|
|
3514
3651
|
{
|
|
3515
|
-
"
|
|
3516
|
-
"name": "
|
|
3652
|
+
"kind": "method",
|
|
3653
|
+
"name": "updateForAttributeChange",
|
|
3654
|
+
"privacy": "private",
|
|
3655
|
+
"return": {
|
|
3656
|
+
"type": {
|
|
3657
|
+
"text": "void"
|
|
3658
|
+
}
|
|
3659
|
+
},
|
|
3660
|
+
"description": "react to attribute changes that don't require a reset",
|
|
3517
3661
|
"inheritedFrom": {
|
|
3518
3662
|
"name": "AnchoredRegion",
|
|
3519
3663
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3520
3664
|
}
|
|
3521
3665
|
},
|
|
3522
3666
|
{
|
|
3523
|
-
"
|
|
3524
|
-
"name": "
|
|
3667
|
+
"kind": "method",
|
|
3668
|
+
"name": "initialize",
|
|
3669
|
+
"privacy": "private",
|
|
3670
|
+
"return": {
|
|
3671
|
+
"type": {
|
|
3672
|
+
"text": "void"
|
|
3673
|
+
}
|
|
3674
|
+
},
|
|
3675
|
+
"description": "fully initializes the component",
|
|
3525
3676
|
"inheritedFrom": {
|
|
3526
3677
|
"name": "AnchoredRegion",
|
|
3527
3678
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3528
3679
|
}
|
|
3529
|
-
}
|
|
3530
|
-
]
|
|
3531
|
-
},
|
|
3532
|
-
{
|
|
3533
|
-
"kind": "variable",
|
|
3534
|
-
"name": "foundationAnchoredRegionShadowOptions",
|
|
3535
|
-
"type": {
|
|
3536
|
-
"text": "ShadowRootInit"
|
|
3537
|
-
},
|
|
3538
|
-
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
3539
|
-
},
|
|
3540
|
-
{
|
|
3541
|
-
"kind": "variable",
|
|
3542
|
-
"name": "defaultAnchoredRegionConfig",
|
|
3543
|
-
"type": {
|
|
3544
|
-
"text": "object"
|
|
3545
|
-
},
|
|
3546
|
-
"default": "{}"
|
|
3547
|
-
},
|
|
3548
|
-
{
|
|
3549
|
-
"kind": "variable",
|
|
3550
|
-
"name": "foundationAnchoredRegion",
|
|
3551
|
-
"description": "The Foundation Anchored Region",
|
|
3552
|
-
"privacy": "public"
|
|
3553
|
-
}
|
|
3554
|
-
],
|
|
3555
|
-
"exports": [
|
|
3556
|
-
{
|
|
3557
|
-
"kind": "js",
|
|
3558
|
-
"name": "AnchoredRegion",
|
|
3559
|
-
"declaration": {
|
|
3560
|
-
"name": "AnchoredRegion",
|
|
3561
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3562
|
-
}
|
|
3563
|
-
},
|
|
3564
|
-
{
|
|
3565
|
-
"kind": "js",
|
|
3566
|
-
"name": "foundationAnchoredRegionShadowOptions",
|
|
3567
|
-
"declaration": {
|
|
3568
|
-
"name": "foundationAnchoredRegionShadowOptions",
|
|
3569
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3570
|
-
}
|
|
3571
|
-
},
|
|
3572
|
-
{
|
|
3573
|
-
"kind": "js",
|
|
3574
|
-
"name": "defaultAnchoredRegionConfig",
|
|
3575
|
-
"declaration": {
|
|
3576
|
-
"name": "defaultAnchoredRegionConfig",
|
|
3577
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3578
|
-
}
|
|
3579
|
-
},
|
|
3580
|
-
{
|
|
3581
|
-
"kind": "js",
|
|
3582
|
-
"name": "foundationAnchoredRegion",
|
|
3583
|
-
"declaration": {
|
|
3584
|
-
"name": "foundationAnchoredRegion",
|
|
3585
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3586
|
-
}
|
|
3587
|
-
}
|
|
3588
|
-
]
|
|
3589
|
-
},
|
|
3590
|
-
{
|
|
3591
|
-
"kind": "javascript-module",
|
|
3592
|
-
"path": "src/anchored-region/index.ts",
|
|
3593
|
-
"declarations": [],
|
|
3594
|
-
"exports": [
|
|
3595
|
-
{
|
|
3596
|
-
"kind": "js",
|
|
3597
|
-
"name": "*",
|
|
3598
|
-
"declaration": {
|
|
3599
|
-
"name": "*",
|
|
3600
|
-
"package": "./anchor-region.template"
|
|
3601
|
-
}
|
|
3602
|
-
},
|
|
3603
|
-
{
|
|
3604
|
-
"kind": "js",
|
|
3605
|
-
"name": "*",
|
|
3606
|
-
"declaration": {
|
|
3607
|
-
"name": "*",
|
|
3608
|
-
"package": "./anchored-region.styles"
|
|
3609
|
-
}
|
|
3610
|
-
},
|
|
3611
|
-
{
|
|
3612
|
-
"kind": "js",
|
|
3613
|
-
"name": "*",
|
|
3614
|
-
"declaration": {
|
|
3615
|
-
"name": "*",
|
|
3616
|
-
"package": "./anchored-region"
|
|
3617
|
-
}
|
|
3618
|
-
}
|
|
3619
|
-
]
|
|
3620
|
-
},
|
|
3621
|
-
{
|
|
3622
|
-
"kind": "javascript-module",
|
|
3623
|
-
"path": "src/anchor/anchor.styles.ts",
|
|
3624
|
-
"declarations": [
|
|
3625
|
-
{
|
|
3626
|
-
"kind": "function",
|
|
3627
|
-
"name": "foundationAnchorStyles",
|
|
3628
|
-
"return": {
|
|
3629
|
-
"type": {
|
|
3630
|
-
"text": "ElementStyles"
|
|
3631
|
-
}
|
|
3632
|
-
},
|
|
3633
|
-
"parameters": [
|
|
3680
|
+
},
|
|
3634
3681
|
{
|
|
3635
|
-
"
|
|
3636
|
-
"
|
|
3637
|
-
|
|
3682
|
+
"kind": "method",
|
|
3683
|
+
"name": "requestReset",
|
|
3684
|
+
"privacy": "private",
|
|
3685
|
+
"return": {
|
|
3686
|
+
"type": {
|
|
3687
|
+
"text": "void"
|
|
3688
|
+
}
|
|
3689
|
+
},
|
|
3690
|
+
"description": "Request a reset if there are currently no open requests",
|
|
3691
|
+
"inheritedFrom": {
|
|
3692
|
+
"name": "AnchoredRegion",
|
|
3693
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3638
3694
|
}
|
|
3639
3695
|
},
|
|
3640
3696
|
{
|
|
3641
|
-
"
|
|
3642
|
-
"
|
|
3643
|
-
|
|
3697
|
+
"kind": "method",
|
|
3698
|
+
"name": "setInitialState",
|
|
3699
|
+
"privacy": "private",
|
|
3700
|
+
"return": {
|
|
3701
|
+
"type": {
|
|
3702
|
+
"text": "void"
|
|
3703
|
+
}
|
|
3704
|
+
},
|
|
3705
|
+
"description": "sets the starting configuration for component internal values",
|
|
3706
|
+
"inheritedFrom": {
|
|
3707
|
+
"name": "AnchoredRegion",
|
|
3708
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3644
3709
|
}
|
|
3645
|
-
}
|
|
3646
|
-
]
|
|
3647
|
-
}
|
|
3648
|
-
],
|
|
3649
|
-
"exports": [
|
|
3650
|
-
{
|
|
3651
|
-
"kind": "js",
|
|
3652
|
-
"name": "foundationAnchorStyles",
|
|
3653
|
-
"declaration": {
|
|
3654
|
-
"name": "foundationAnchorStyles",
|
|
3655
|
-
"module": "src/anchor/anchor.styles.ts"
|
|
3656
|
-
}
|
|
3657
|
-
}
|
|
3658
|
-
]
|
|
3659
|
-
},
|
|
3660
|
-
{
|
|
3661
|
-
"kind": "javascript-module",
|
|
3662
|
-
"path": "src/anchor/anchor.template.ts",
|
|
3663
|
-
"declarations": [
|
|
3664
|
-
{
|
|
3665
|
-
"kind": "function",
|
|
3666
|
-
"name": "foundationAnchorTemplate",
|
|
3667
|
-
"return": {
|
|
3668
|
-
"type": {
|
|
3669
|
-
"text": "ViewTemplate<Anchor>"
|
|
3670
|
-
}
|
|
3671
|
-
},
|
|
3672
|
-
"parameters": [
|
|
3710
|
+
},
|
|
3673
3711
|
{
|
|
3674
|
-
"
|
|
3675
|
-
"
|
|
3676
|
-
|
|
3712
|
+
"kind": "field",
|
|
3713
|
+
"name": "startObservers",
|
|
3714
|
+
"privacy": "private",
|
|
3715
|
+
"description": "starts observers",
|
|
3716
|
+
"inheritedFrom": {
|
|
3717
|
+
"name": "AnchoredRegion",
|
|
3718
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3677
3719
|
}
|
|
3678
3720
|
},
|
|
3679
3721
|
{
|
|
3680
|
-
"
|
|
3681
|
-
"
|
|
3682
|
-
|
|
3722
|
+
"kind": "field",
|
|
3723
|
+
"name": "requestPositionUpdates",
|
|
3724
|
+
"privacy": "private",
|
|
3725
|
+
"description": "get position updates",
|
|
3726
|
+
"inheritedFrom": {
|
|
3727
|
+
"name": "AnchoredRegion",
|
|
3728
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3683
3729
|
}
|
|
3684
|
-
}
|
|
3685
|
-
]
|
|
3686
|
-
}
|
|
3687
|
-
],
|
|
3688
|
-
"exports": [
|
|
3689
|
-
{
|
|
3690
|
-
"kind": "js",
|
|
3691
|
-
"name": "foundationAnchorTemplate",
|
|
3692
|
-
"declaration": {
|
|
3693
|
-
"name": "foundationAnchorTemplate",
|
|
3694
|
-
"module": "src/anchor/anchor.template.ts"
|
|
3695
|
-
}
|
|
3696
|
-
}
|
|
3697
|
-
]
|
|
3698
|
-
},
|
|
3699
|
-
{
|
|
3700
|
-
"kind": "javascript-module",
|
|
3701
|
-
"path": "src/anchor/anchor.ts",
|
|
3702
|
-
"declarations": [
|
|
3703
|
-
{
|
|
3704
|
-
"kind": "class",
|
|
3705
|
-
"description": "",
|
|
3706
|
-
"name": "Anchor",
|
|
3707
|
-
"superclass": {
|
|
3708
|
-
"name": "FASTAnchor",
|
|
3709
|
-
"package": "@microsoft/fast-components"
|
|
3710
|
-
},
|
|
3711
|
-
"tagName": "%%prefix%%-anchor",
|
|
3712
|
-
"customElement": true,
|
|
3713
|
-
"attributes": [
|
|
3730
|
+
},
|
|
3714
3731
|
{
|
|
3715
|
-
"
|
|
3716
|
-
"
|
|
3717
|
-
|
|
3718
|
-
|
|
3719
|
-
"description": "Prompts the user to save the linked URL. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
3720
|
-
"fieldName": "download",
|
|
3732
|
+
"kind": "field",
|
|
3733
|
+
"name": "stopObservers",
|
|
3734
|
+
"privacy": "private",
|
|
3735
|
+
"description": "stops observers",
|
|
3721
3736
|
"inheritedFrom": {
|
|
3722
|
-
"name": "
|
|
3723
|
-
"module": "src/
|
|
3737
|
+
"name": "AnchoredRegion",
|
|
3738
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3724
3739
|
}
|
|
3725
3740
|
},
|
|
3726
3741
|
{
|
|
3727
|
-
"
|
|
3728
|
-
"
|
|
3729
|
-
|
|
3730
|
-
|
|
3731
|
-
"description": "The URL the hyperlink references. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
3732
|
-
"fieldName": "href",
|
|
3742
|
+
"kind": "field",
|
|
3743
|
+
"name": "getViewport",
|
|
3744
|
+
"privacy": "private",
|
|
3745
|
+
"description": "Gets the viewport element by id, or defaults to document root",
|
|
3733
3746
|
"inheritedFrom": {
|
|
3734
|
-
"name": "
|
|
3735
|
-
"module": "src/
|
|
3747
|
+
"name": "AnchoredRegion",
|
|
3748
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3736
3749
|
}
|
|
3737
3750
|
},
|
|
3738
3751
|
{
|
|
3739
|
-
"
|
|
3740
|
-
"
|
|
3741
|
-
|
|
3742
|
-
|
|
3743
|
-
"description": "Hints at the language of the referenced resource. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
3744
|
-
"fieldName": "hreflang",
|
|
3752
|
+
"kind": "field",
|
|
3753
|
+
"name": "getAnchor",
|
|
3754
|
+
"privacy": "private",
|
|
3755
|
+
"description": "Gets the anchor element by id",
|
|
3745
3756
|
"inheritedFrom": {
|
|
3746
|
-
"name": "
|
|
3747
|
-
"module": "src/
|
|
3757
|
+
"name": "AnchoredRegion",
|
|
3758
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3748
3759
|
}
|
|
3749
3760
|
},
|
|
3750
3761
|
{
|
|
3751
|
-
"
|
|
3752
|
-
"
|
|
3753
|
-
|
|
3754
|
-
|
|
3755
|
-
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
3756
|
-
"fieldName": "ping",
|
|
3762
|
+
"kind": "field",
|
|
3763
|
+
"name": "handleIntersection",
|
|
3764
|
+
"privacy": "private",
|
|
3765
|
+
"description": "Handle intersections",
|
|
3757
3766
|
"inheritedFrom": {
|
|
3758
|
-
"name": "
|
|
3759
|
-
"module": "src/
|
|
3767
|
+
"name": "AnchoredRegion",
|
|
3768
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3760
3769
|
}
|
|
3761
3770
|
},
|
|
3762
3771
|
{
|
|
3763
|
-
"
|
|
3764
|
-
"
|
|
3765
|
-
|
|
3766
|
-
|
|
3767
|
-
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
3768
|
-
"fieldName": "referrerpolicy",
|
|
3772
|
+
"kind": "field",
|
|
3773
|
+
"name": "applyIntersectionEntries",
|
|
3774
|
+
"privacy": "private",
|
|
3775
|
+
"description": "iterate through intersection entries and apply data",
|
|
3769
3776
|
"inheritedFrom": {
|
|
3770
|
-
"name": "
|
|
3771
|
-
"module": "src/
|
|
3777
|
+
"name": "AnchoredRegion",
|
|
3778
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3779
|
+
}
|
|
3780
|
+
},
|
|
3781
|
+
{
|
|
3782
|
+
"kind": "field",
|
|
3783
|
+
"name": "updateRegionOffset",
|
|
3784
|
+
"privacy": "private",
|
|
3785
|
+
"description": "Update the offset values",
|
|
3786
|
+
"inheritedFrom": {
|
|
3787
|
+
"name": "AnchoredRegion",
|
|
3788
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3772
3789
|
}
|
|
3773
3790
|
},
|
|
3774
3791
|
{
|
|
3775
|
-
"
|
|
3776
|
-
"
|
|
3777
|
-
|
|
3778
|
-
|
|
3779
|
-
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
3780
|
-
"fieldName": "rel",
|
|
3792
|
+
"kind": "field",
|
|
3793
|
+
"name": "isRectDifferent",
|
|
3794
|
+
"privacy": "private",
|
|
3795
|
+
"description": "compare rects to see if there is enough change to justify a DOM update",
|
|
3781
3796
|
"inheritedFrom": {
|
|
3782
|
-
"name": "
|
|
3783
|
-
"module": "src/
|
|
3797
|
+
"name": "AnchoredRegion",
|
|
3798
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3784
3799
|
}
|
|
3785
3800
|
},
|
|
3786
3801
|
{
|
|
3787
|
-
"
|
|
3788
|
-
"
|
|
3789
|
-
|
|
3790
|
-
|
|
3791
|
-
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
3792
|
-
"fieldName": "target",
|
|
3802
|
+
"kind": "field",
|
|
3803
|
+
"name": "handleResize",
|
|
3804
|
+
"privacy": "private",
|
|
3805
|
+
"description": "Handle resize events",
|
|
3793
3806
|
"inheritedFrom": {
|
|
3794
|
-
"name": "
|
|
3795
|
-
"module": "src/
|
|
3807
|
+
"name": "AnchoredRegion",
|
|
3808
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3796
3809
|
}
|
|
3797
3810
|
},
|
|
3798
3811
|
{
|
|
3799
|
-
"
|
|
3800
|
-
"
|
|
3801
|
-
|
|
3802
|
-
|
|
3803
|
-
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
3804
|
-
"fieldName": "type",
|
|
3812
|
+
"kind": "field",
|
|
3813
|
+
"name": "reset",
|
|
3814
|
+
"privacy": "private",
|
|
3815
|
+
"description": "resets the component",
|
|
3805
3816
|
"inheritedFrom": {
|
|
3806
|
-
"name": "
|
|
3807
|
-
"module": "src/
|
|
3817
|
+
"name": "AnchoredRegion",
|
|
3818
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3808
3819
|
}
|
|
3809
|
-
}
|
|
3810
|
-
],
|
|
3811
|
-
"members": [
|
|
3820
|
+
},
|
|
3812
3821
|
{
|
|
3813
3822
|
"kind": "field",
|
|
3814
|
-
"name": "
|
|
3815
|
-
"
|
|
3816
|
-
|
|
3817
|
-
},
|
|
3818
|
-
"privacy": "public",
|
|
3819
|
-
"description": "Prompts the user to save the linked URL. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
3823
|
+
"name": "updateLayout",
|
|
3824
|
+
"privacy": "private",
|
|
3825
|
+
"description": "Recalculate layout related state values",
|
|
3820
3826
|
"inheritedFrom": {
|
|
3821
|
-
"name": "
|
|
3822
|
-
"module": "src/
|
|
3827
|
+
"name": "AnchoredRegion",
|
|
3828
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3823
3829
|
}
|
|
3824
3830
|
},
|
|
3825
3831
|
{
|
|
3826
3832
|
"kind": "field",
|
|
3827
|
-
"name": "
|
|
3828
|
-
"
|
|
3829
|
-
|
|
3830
|
-
},
|
|
3831
|
-
"privacy": "public",
|
|
3832
|
-
"description": "The URL the hyperlink references. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
3833
|
+
"name": "updateRegionStyle",
|
|
3834
|
+
"privacy": "private",
|
|
3835
|
+
"description": "Updates the style string applied to the region element as well as the css classes attached\nto the root element",
|
|
3833
3836
|
"inheritedFrom": {
|
|
3834
|
-
"name": "
|
|
3835
|
-
"module": "src/
|
|
3837
|
+
"name": "AnchoredRegion",
|
|
3838
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3836
3839
|
}
|
|
3837
3840
|
},
|
|
3838
3841
|
{
|
|
3839
3842
|
"kind": "field",
|
|
3840
|
-
"name": "
|
|
3841
|
-
"
|
|
3842
|
-
|
|
3843
|
-
},
|
|
3844
|
-
"privacy": "public",
|
|
3845
|
-
"description": "Hints at the language of the referenced resource. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
3843
|
+
"name": "updatePositionClasses",
|
|
3844
|
+
"privacy": "private",
|
|
3845
|
+
"description": "Updates the css classes that reflect the current position of the element",
|
|
3846
3846
|
"inheritedFrom": {
|
|
3847
|
-
"name": "
|
|
3848
|
-
"module": "src/
|
|
3847
|
+
"name": "AnchoredRegion",
|
|
3848
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3849
3849
|
}
|
|
3850
3850
|
},
|
|
3851
3851
|
{
|
|
3852
3852
|
"kind": "field",
|
|
3853
|
-
"name": "
|
|
3854
|
-
"
|
|
3855
|
-
|
|
3856
|
-
},
|
|
3857
|
-
"privacy": "public",
|
|
3858
|
-
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
3853
|
+
"name": "setHorizontalPosition",
|
|
3854
|
+
"privacy": "private",
|
|
3855
|
+
"description": "Get horizontal positioning state based on desired position",
|
|
3859
3856
|
"inheritedFrom": {
|
|
3860
|
-
"name": "
|
|
3861
|
-
"module": "src/
|
|
3857
|
+
"name": "AnchoredRegion",
|
|
3858
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3862
3859
|
}
|
|
3863
3860
|
},
|
|
3864
3861
|
{
|
|
3865
3862
|
"kind": "field",
|
|
3866
|
-
"name": "
|
|
3867
|
-
"
|
|
3868
|
-
|
|
3869
|
-
},
|
|
3870
|
-
"privacy": "public",
|
|
3871
|
-
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
3863
|
+
"name": "setVerticalPosition",
|
|
3864
|
+
"privacy": "private",
|
|
3865
|
+
"description": "Set vertical positioning state based on desired position",
|
|
3872
3866
|
"inheritedFrom": {
|
|
3873
|
-
"name": "
|
|
3874
|
-
"module": "src/
|
|
3867
|
+
"name": "AnchoredRegion",
|
|
3868
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3875
3869
|
}
|
|
3876
3870
|
},
|
|
3877
3871
|
{
|
|
3878
3872
|
"kind": "field",
|
|
3879
|
-
"name": "
|
|
3880
|
-
"
|
|
3881
|
-
|
|
3882
|
-
},
|
|
3883
|
-
"privacy": "public",
|
|
3884
|
-
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
3873
|
+
"name": "getPositioningOptions",
|
|
3874
|
+
"privacy": "private",
|
|
3875
|
+
"description": "Get available positions based on positioning mode",
|
|
3885
3876
|
"inheritedFrom": {
|
|
3886
|
-
"name": "
|
|
3887
|
-
"module": "src/
|
|
3877
|
+
"name": "AnchoredRegion",
|
|
3878
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3888
3879
|
}
|
|
3889
3880
|
},
|
|
3890
3881
|
{
|
|
3891
3882
|
"kind": "field",
|
|
3892
|
-
"name": "
|
|
3893
|
-
"
|
|
3894
|
-
|
|
3895
|
-
},
|
|
3896
|
-
"privacy": "public",
|
|
3897
|
-
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
3883
|
+
"name": "getAvailableSpace",
|
|
3884
|
+
"privacy": "private",
|
|
3885
|
+
"description": "Get the space available for a particular relative position",
|
|
3898
3886
|
"inheritedFrom": {
|
|
3899
|
-
"name": "
|
|
3900
|
-
"module": "src/
|
|
3887
|
+
"name": "AnchoredRegion",
|
|
3888
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3901
3889
|
}
|
|
3902
3890
|
},
|
|
3903
3891
|
{
|
|
3904
3892
|
"kind": "field",
|
|
3905
|
-
"name": "
|
|
3906
|
-
"
|
|
3907
|
-
|
|
3908
|
-
},
|
|
3909
|
-
"privacy": "public",
|
|
3910
|
-
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
3893
|
+
"name": "getNextRegionDimension",
|
|
3894
|
+
"privacy": "private",
|
|
3895
|
+
"description": "Get region dimensions",
|
|
3911
3896
|
"inheritedFrom": {
|
|
3912
|
-
"name": "
|
|
3913
|
-
"module": "src/
|
|
3897
|
+
"name": "AnchoredRegion",
|
|
3898
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3914
3899
|
}
|
|
3915
3900
|
},
|
|
3916
3901
|
{
|
|
3917
3902
|
"kind": "field",
|
|
3918
|
-
"name": "
|
|
3919
|
-
"
|
|
3920
|
-
|
|
3921
|
-
},
|
|
3922
|
-
"privacy": "public",
|
|
3923
|
-
"description": "References the root element",
|
|
3903
|
+
"name": "startAutoUpdateEventListeners",
|
|
3904
|
+
"privacy": "private",
|
|
3905
|
+
"description": "starts event listeners that can trigger auto updating",
|
|
3924
3906
|
"inheritedFrom": {
|
|
3925
|
-
"name": "
|
|
3926
|
-
"module": "src/
|
|
3907
|
+
"name": "AnchoredRegion",
|
|
3908
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3927
3909
|
}
|
|
3928
3910
|
},
|
|
3929
3911
|
{
|
|
3930
3912
|
"kind": "field",
|
|
3931
|
-
"name": "
|
|
3913
|
+
"name": "stopAutoUpdateEventListeners",
|
|
3932
3914
|
"privacy": "private",
|
|
3933
|
-
"description": "
|
|
3915
|
+
"description": "stops event listeners that can trigger auto updating",
|
|
3934
3916
|
"inheritedFrom": {
|
|
3935
|
-
"name": "
|
|
3936
|
-
"module": "src/
|
|
3917
|
+
"name": "AnchoredRegion",
|
|
3918
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3937
3919
|
}
|
|
3938
3920
|
},
|
|
3939
3921
|
{
|
|
@@ -4047,11 +4029,29 @@
|
|
|
4047
4029
|
"module": "src/foundation-element/foundation-element.ts"
|
|
4048
4030
|
}
|
|
4049
4031
|
}
|
|
4032
|
+
],
|
|
4033
|
+
"events": [
|
|
4034
|
+
{
|
|
4035
|
+
"description": "Fires a custom 'loaded' event when the region is loaded and visible",
|
|
4036
|
+
"name": "loaded",
|
|
4037
|
+
"inheritedFrom": {
|
|
4038
|
+
"name": "AnchoredRegion",
|
|
4039
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4040
|
+
}
|
|
4041
|
+
},
|
|
4042
|
+
{
|
|
4043
|
+
"description": "Fires a custom 'positionchange' event when the position has changed",
|
|
4044
|
+
"name": "positionchange",
|
|
4045
|
+
"inheritedFrom": {
|
|
4046
|
+
"name": "AnchoredRegion",
|
|
4047
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4048
|
+
}
|
|
4049
|
+
}
|
|
4050
4050
|
]
|
|
4051
4051
|
},
|
|
4052
4052
|
{
|
|
4053
4053
|
"kind": "variable",
|
|
4054
|
-
"name": "
|
|
4054
|
+
"name": "foundationAnchoredRegionShadowOptions",
|
|
4055
4055
|
"type": {
|
|
4056
4056
|
"text": "ShadowRootInit"
|
|
4057
4057
|
},
|
|
@@ -4059,7 +4059,7 @@
|
|
|
4059
4059
|
},
|
|
4060
4060
|
{
|
|
4061
4061
|
"kind": "variable",
|
|
4062
|
-
"name": "
|
|
4062
|
+
"name": "defaultAnchoredRegionConfig",
|
|
4063
4063
|
"type": {
|
|
4064
4064
|
"text": "object"
|
|
4065
4065
|
},
|
|
@@ -4067,49 +4067,49 @@
|
|
|
4067
4067
|
},
|
|
4068
4068
|
{
|
|
4069
4069
|
"kind": "variable",
|
|
4070
|
-
"name": "
|
|
4071
|
-
"description": "The Foundation
|
|
4070
|
+
"name": "foundationAnchoredRegion",
|
|
4071
|
+
"description": "The Foundation Anchored Region",
|
|
4072
4072
|
"privacy": "public"
|
|
4073
4073
|
}
|
|
4074
4074
|
],
|
|
4075
4075
|
"exports": [
|
|
4076
4076
|
{
|
|
4077
4077
|
"kind": "js",
|
|
4078
|
-
"name": "
|
|
4078
|
+
"name": "AnchoredRegion",
|
|
4079
4079
|
"declaration": {
|
|
4080
|
-
"name": "
|
|
4081
|
-
"module": "src/
|
|
4080
|
+
"name": "AnchoredRegion",
|
|
4081
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4082
4082
|
}
|
|
4083
4083
|
},
|
|
4084
4084
|
{
|
|
4085
4085
|
"kind": "js",
|
|
4086
|
-
"name": "
|
|
4086
|
+
"name": "foundationAnchoredRegionShadowOptions",
|
|
4087
4087
|
"declaration": {
|
|
4088
|
-
"name": "
|
|
4089
|
-
"module": "src/
|
|
4088
|
+
"name": "foundationAnchoredRegionShadowOptions",
|
|
4089
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4090
4090
|
}
|
|
4091
4091
|
},
|
|
4092
4092
|
{
|
|
4093
4093
|
"kind": "js",
|
|
4094
|
-
"name": "
|
|
4094
|
+
"name": "defaultAnchoredRegionConfig",
|
|
4095
4095
|
"declaration": {
|
|
4096
|
-
"name": "
|
|
4097
|
-
"module": "src/
|
|
4096
|
+
"name": "defaultAnchoredRegionConfig",
|
|
4097
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4098
4098
|
}
|
|
4099
4099
|
},
|
|
4100
4100
|
{
|
|
4101
4101
|
"kind": "js",
|
|
4102
|
-
"name": "
|
|
4102
|
+
"name": "foundationAnchoredRegion",
|
|
4103
4103
|
"declaration": {
|
|
4104
|
-
"name": "
|
|
4105
|
-
"module": "src/
|
|
4104
|
+
"name": "foundationAnchoredRegion",
|
|
4105
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4106
4106
|
}
|
|
4107
4107
|
}
|
|
4108
4108
|
]
|
|
4109
4109
|
},
|
|
4110
4110
|
{
|
|
4111
4111
|
"kind": "javascript-module",
|
|
4112
|
-
"path": "src/
|
|
4112
|
+
"path": "src/anchored-region/index.ts",
|
|
4113
4113
|
"declarations": [],
|
|
4114
4114
|
"exports": [
|
|
4115
4115
|
{
|
|
@@ -4117,7 +4117,7 @@
|
|
|
4117
4117
|
"name": "*",
|
|
4118
4118
|
"declaration": {
|
|
4119
4119
|
"name": "*",
|
|
4120
|
-
"package": "./anchor.template"
|
|
4120
|
+
"package": "./anchor-region.template"
|
|
4121
4121
|
}
|
|
4122
4122
|
},
|
|
4123
4123
|
{
|
|
@@ -4125,7 +4125,7 @@
|
|
|
4125
4125
|
"name": "*",
|
|
4126
4126
|
"declaration": {
|
|
4127
4127
|
"name": "*",
|
|
4128
|
-
"package": "./
|
|
4128
|
+
"package": "./anchored-region.styles"
|
|
4129
4129
|
}
|
|
4130
4130
|
},
|
|
4131
4131
|
{
|
|
@@ -4133,7 +4133,7 @@
|
|
|
4133
4133
|
"name": "*",
|
|
4134
4134
|
"declaration": {
|
|
4135
4135
|
"name": "*",
|
|
4136
|
-
"package": "./
|
|
4136
|
+
"package": "./anchored-region"
|
|
4137
4137
|
}
|
|
4138
4138
|
}
|
|
4139
4139
|
]
|
|
@@ -17991,194 +17991,83 @@
|
|
|
17991
17991
|
},
|
|
17992
17992
|
{
|
|
17993
17993
|
"kind": "javascript-module",
|
|
17994
|
-
"path": "src/
|
|
17995
|
-
"declarations": [
|
|
17996
|
-
{
|
|
17997
|
-
"kind": "
|
|
17998
|
-
"name": "
|
|
17999
|
-
"
|
|
18000
|
-
"
|
|
18001
|
-
|
|
18002
|
-
|
|
18003
|
-
},
|
|
18004
|
-
"parameters": [
|
|
18005
|
-
{
|
|
18006
|
-
"name": "context",
|
|
18007
|
-
"type": {
|
|
18008
|
-
"text": "ElementDefinitionContext"
|
|
18009
|
-
}
|
|
18010
|
-
},
|
|
18011
|
-
{
|
|
18012
|
-
"name": "definition",
|
|
18013
|
-
"type": {
|
|
18014
|
-
"text": "FlipperOptions"
|
|
18015
|
-
}
|
|
18016
|
-
}
|
|
18017
|
-
]
|
|
17994
|
+
"path": "src/flex-layout/flex-layout.styles.ts",
|
|
17995
|
+
"declarations": [
|
|
17996
|
+
{
|
|
17997
|
+
"kind": "variable",
|
|
17998
|
+
"name": "foundationFlexLayoutStyles",
|
|
17999
|
+
"type": {
|
|
18000
|
+
"text": "ElementStyles"
|
|
18001
|
+
},
|
|
18002
|
+
"default": "css`\n :host {\n width: 100%;\n height: 100%;\n }\n\n slot {\n width: 100%;\n height: 100%;\n display: flex;\n }\n\n ${flexLayoutRWDStyles()}\n ${flexLayoutRWDStyles('lg')}\n ${flexLayoutRWDStyles('md')}\n ${flexLayoutRWDStyles('sm')}\n`"
|
|
18018
18003
|
}
|
|
18019
18004
|
],
|
|
18020
18005
|
"exports": [
|
|
18021
18006
|
{
|
|
18022
18007
|
"kind": "js",
|
|
18023
|
-
"name": "
|
|
18008
|
+
"name": "foundationFlexLayoutStyles",
|
|
18024
18009
|
"declaration": {
|
|
18025
|
-
"name": "
|
|
18026
|
-
"module": "src/
|
|
18010
|
+
"name": "foundationFlexLayoutStyles",
|
|
18011
|
+
"module": "src/flex-layout/flex-layout.styles.ts"
|
|
18027
18012
|
}
|
|
18028
18013
|
}
|
|
18029
18014
|
]
|
|
18030
18015
|
},
|
|
18031
18016
|
{
|
|
18032
18017
|
"kind": "javascript-module",
|
|
18033
|
-
"path": "src/
|
|
18018
|
+
"path": "src/flex-layout/flex-layout.template.ts",
|
|
18034
18019
|
"declarations": [
|
|
18035
18020
|
{
|
|
18036
|
-
"kind": "
|
|
18037
|
-
"name": "
|
|
18038
|
-
"
|
|
18039
|
-
"
|
|
18040
|
-
"text": "ViewTemplate<Flipper>"
|
|
18041
|
-
}
|
|
18021
|
+
"kind": "variable",
|
|
18022
|
+
"name": "foundationFlexLayoutTemplate",
|
|
18023
|
+
"type": {
|
|
18024
|
+
"text": "ViewTemplate<FlexLayout>"
|
|
18042
18025
|
},
|
|
18043
|
-
"
|
|
18044
|
-
{
|
|
18045
|
-
"name": "context",
|
|
18046
|
-
"type": {
|
|
18047
|
-
"text": "ElementDefinitionContext"
|
|
18048
|
-
}
|
|
18049
|
-
},
|
|
18050
|
-
{
|
|
18051
|
-
"name": "definition",
|
|
18052
|
-
"type": {
|
|
18053
|
-
"text": "FlipperOptions"
|
|
18054
|
-
}
|
|
18055
|
-
}
|
|
18056
|
-
]
|
|
18026
|
+
"default": "html`\n <template>\n <slot></slot>\n </template>\n`"
|
|
18057
18027
|
}
|
|
18058
18028
|
],
|
|
18059
18029
|
"exports": [
|
|
18060
18030
|
{
|
|
18061
18031
|
"kind": "js",
|
|
18062
|
-
"name": "
|
|
18032
|
+
"name": "foundationFlexLayoutTemplate",
|
|
18063
18033
|
"declaration": {
|
|
18064
|
-
"name": "
|
|
18065
|
-
"module": "src/
|
|
18034
|
+
"name": "foundationFlexLayoutTemplate",
|
|
18035
|
+
"module": "src/flex-layout/flex-layout.template.ts"
|
|
18066
18036
|
}
|
|
18067
18037
|
}
|
|
18068
18038
|
]
|
|
18069
18039
|
},
|
|
18070
18040
|
{
|
|
18071
18041
|
"kind": "javascript-module",
|
|
18072
|
-
"path": "src/
|
|
18042
|
+
"path": "src/flex-layout/flex-layout.ts",
|
|
18073
18043
|
"declarations": [
|
|
18044
|
+
{
|
|
18045
|
+
"kind": "variable",
|
|
18046
|
+
"name": "foundationFlexLayoutShadowOptions",
|
|
18047
|
+
"type": {
|
|
18048
|
+
"text": "ShadowRootInit"
|
|
18049
|
+
},
|
|
18050
|
+
"default": "undefined"
|
|
18051
|
+
},
|
|
18052
|
+
{
|
|
18053
|
+
"kind": "variable",
|
|
18054
|
+
"name": "defaultFlexLayoutConfig",
|
|
18055
|
+
"type": {
|
|
18056
|
+
"text": "object"
|
|
18057
|
+
},
|
|
18058
|
+
"default": "{}"
|
|
18059
|
+
},
|
|
18074
18060
|
{
|
|
18075
18061
|
"kind": "class",
|
|
18076
18062
|
"description": "",
|
|
18077
|
-
"name": "
|
|
18063
|
+
"name": "FlexLayout",
|
|
18078
18064
|
"superclass": {
|
|
18079
|
-
"name": "
|
|
18080
|
-
"package": "@microsoft/fast-
|
|
18065
|
+
"name": "FoundationElement",
|
|
18066
|
+
"package": "@microsoft/fast-foundation"
|
|
18081
18067
|
},
|
|
18082
|
-
"tagName": "%%prefix%%-
|
|
18068
|
+
"tagName": "%%prefix%%-flex-layout",
|
|
18083
18069
|
"customElement": true,
|
|
18084
|
-
"attributes": [
|
|
18085
|
-
{
|
|
18086
|
-
"type": {
|
|
18087
|
-
"text": "boolean"
|
|
18088
|
-
},
|
|
18089
|
-
"description": "The disabled state of the flipper.",
|
|
18090
|
-
"fieldName": "disabled",
|
|
18091
|
-
"inheritedFrom": {
|
|
18092
|
-
"name": "Flipper",
|
|
18093
|
-
"module": "src/flipper/flipper.ts"
|
|
18094
|
-
}
|
|
18095
|
-
},
|
|
18096
|
-
{
|
|
18097
|
-
"name": "aria-hidden",
|
|
18098
|
-
"type": {
|
|
18099
|
-
"text": "boolean"
|
|
18100
|
-
},
|
|
18101
|
-
"default": "true",
|
|
18102
|
-
"description": "Indicates the flipper should be hidden from assistive technology. Because flippers are often supplementary navigation, they are often hidden from assistive technology.",
|
|
18103
|
-
"fieldName": "hiddenFromAT",
|
|
18104
|
-
"inheritedFrom": {
|
|
18105
|
-
"name": "Flipper",
|
|
18106
|
-
"module": "src/flipper/flipper.ts"
|
|
18107
|
-
}
|
|
18108
|
-
},
|
|
18109
|
-
{
|
|
18110
|
-
"name": "direction",
|
|
18111
|
-
"type": {
|
|
18112
|
-
"text": "FlipperDirection"
|
|
18113
|
-
},
|
|
18114
|
-
"description": "The direction that the flipper implies navigating.",
|
|
18115
|
-
"fieldName": "direction",
|
|
18116
|
-
"inheritedFrom": {
|
|
18117
|
-
"name": "Flipper",
|
|
18118
|
-
"module": "src/flipper/flipper.ts"
|
|
18119
|
-
}
|
|
18120
|
-
}
|
|
18121
|
-
],
|
|
18122
18070
|
"members": [
|
|
18123
|
-
{
|
|
18124
|
-
"kind": "field",
|
|
18125
|
-
"name": "disabled",
|
|
18126
|
-
"type": {
|
|
18127
|
-
"text": "boolean"
|
|
18128
|
-
},
|
|
18129
|
-
"privacy": "public",
|
|
18130
|
-
"description": "The disabled state of the flipper.",
|
|
18131
|
-
"inheritedFrom": {
|
|
18132
|
-
"name": "Flipper",
|
|
18133
|
-
"module": "src/flipper/flipper.ts"
|
|
18134
|
-
}
|
|
18135
|
-
},
|
|
18136
|
-
{
|
|
18137
|
-
"kind": "field",
|
|
18138
|
-
"name": "hiddenFromAT",
|
|
18139
|
-
"type": {
|
|
18140
|
-
"text": "boolean"
|
|
18141
|
-
},
|
|
18142
|
-
"privacy": "public",
|
|
18143
|
-
"default": "true",
|
|
18144
|
-
"description": "Indicates the flipper should be hidden from assistive technology. Because flippers are often supplementary navigation, they are often hidden from assistive technology.",
|
|
18145
|
-
"inheritedFrom": {
|
|
18146
|
-
"name": "Flipper",
|
|
18147
|
-
"module": "src/flipper/flipper.ts"
|
|
18148
|
-
}
|
|
18149
|
-
},
|
|
18150
|
-
{
|
|
18151
|
-
"kind": "field",
|
|
18152
|
-
"name": "direction",
|
|
18153
|
-
"type": {
|
|
18154
|
-
"text": "FlipperDirection"
|
|
18155
|
-
},
|
|
18156
|
-
"privacy": "public",
|
|
18157
|
-
"description": "The direction that the flipper implies navigating.",
|
|
18158
|
-
"inheritedFrom": {
|
|
18159
|
-
"name": "Flipper",
|
|
18160
|
-
"module": "src/flipper/flipper.ts"
|
|
18161
|
-
}
|
|
18162
|
-
},
|
|
18163
|
-
{
|
|
18164
|
-
"kind": "method",
|
|
18165
|
-
"name": "keyupHandler",
|
|
18166
|
-
"privacy": "public",
|
|
18167
|
-
"parameters": [
|
|
18168
|
-
{
|
|
18169
|
-
"name": "e",
|
|
18170
|
-
"type": {
|
|
18171
|
-
"text": "Event & KeyboardEvent"
|
|
18172
|
-
},
|
|
18173
|
-
"description": "Keyboard event"
|
|
18174
|
-
}
|
|
18175
|
-
],
|
|
18176
|
-
"description": "Simulate a click event when the flipper has focus and the user hits enter or space keys\nBlur focus if the user hits escape key",
|
|
18177
|
-
"inheritedFrom": {
|
|
18178
|
-
"name": "Flipper",
|
|
18179
|
-
"module": "src/flipper/flipper.ts"
|
|
18180
|
-
}
|
|
18181
|
-
},
|
|
18182
18071
|
{
|
|
18183
18072
|
"kind": "field",
|
|
18184
18073
|
"name": "_presentation",
|
|
@@ -18290,79 +18179,59 @@
|
|
|
18290
18179
|
"module": "src/foundation-element/foundation-element.ts"
|
|
18291
18180
|
}
|
|
18292
18181
|
}
|
|
18293
|
-
],
|
|
18294
|
-
"events": [
|
|
18295
|
-
{
|
|
18296
|
-
"description": "Fires a custom 'click' event when Enter or Space is invoked via keyboard and the flipper is exposed to assistive technologies.",
|
|
18297
|
-
"name": "click",
|
|
18298
|
-
"inheritedFrom": {
|
|
18299
|
-
"name": "Flipper",
|
|
18300
|
-
"module": "src/flipper/flipper.ts"
|
|
18301
|
-
}
|
|
18302
|
-
}
|
|
18303
18182
|
]
|
|
18304
18183
|
},
|
|
18305
18184
|
{
|
|
18306
18185
|
"kind": "variable",
|
|
18307
|
-
"name": "
|
|
18308
|
-
"
|
|
18309
|
-
"text": "ShadowRootInit"
|
|
18310
|
-
},
|
|
18311
|
-
"default": "undefined"
|
|
18312
|
-
},
|
|
18313
|
-
{
|
|
18314
|
-
"kind": "variable",
|
|
18315
|
-
"name": "defaultFlipperConfig",
|
|
18316
|
-
"type": {
|
|
18317
|
-
"text": "object"
|
|
18318
|
-
},
|
|
18319
|
-
"default": "{\n next: `\n <svg viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\">\n <path\n d=\"M4.023 15.273L11.29 8 4.023.727l.704-.704L12.71 8l-7.984 7.977-.704-.704z\"\n />\n </svg>\n `,\n previous: `\n <svg viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\">\n <path\n d=\"M11.273 15.977L3.29 8 11.273.023l.704.704L4.71 8l7.266 7.273-.704.704z\"\n />\n </svg>\n `,\n}"
|
|
18320
|
-
},
|
|
18321
|
-
{
|
|
18322
|
-
"kind": "variable",
|
|
18323
|
-
"name": "foundationFlipper",
|
|
18324
|
-
"description": "The Foundation Flipper",
|
|
18186
|
+
"name": "foundationFlexLayout",
|
|
18187
|
+
"description": "The Foundation Flex Layout",
|
|
18325
18188
|
"privacy": "public"
|
|
18326
18189
|
}
|
|
18327
18190
|
],
|
|
18328
18191
|
"exports": [
|
|
18329
18192
|
{
|
|
18330
18193
|
"kind": "js",
|
|
18331
|
-
"name": "
|
|
18194
|
+
"name": "foundationFlexLayoutShadowOptions",
|
|
18332
18195
|
"declaration": {
|
|
18333
|
-
"name": "
|
|
18334
|
-
"module": "src/
|
|
18196
|
+
"name": "foundationFlexLayoutShadowOptions",
|
|
18197
|
+
"module": "src/flex-layout/flex-layout.ts"
|
|
18335
18198
|
}
|
|
18336
18199
|
},
|
|
18337
18200
|
{
|
|
18338
18201
|
"kind": "js",
|
|
18339
|
-
"name": "
|
|
18202
|
+
"name": "defaultFlexLayoutConfig",
|
|
18340
18203
|
"declaration": {
|
|
18341
|
-
"name": "
|
|
18342
|
-
"module": "src/
|
|
18204
|
+
"name": "defaultFlexLayoutConfig",
|
|
18205
|
+
"module": "src/flex-layout/flex-layout.ts"
|
|
18343
18206
|
}
|
|
18344
18207
|
},
|
|
18345
18208
|
{
|
|
18346
18209
|
"kind": "js",
|
|
18347
|
-
"name": "
|
|
18210
|
+
"name": "FlexLayout",
|
|
18348
18211
|
"declaration": {
|
|
18349
|
-
"name": "
|
|
18350
|
-
"module": "src/
|
|
18212
|
+
"name": "FlexLayout",
|
|
18213
|
+
"module": "src/flex-layout/flex-layout.ts"
|
|
18351
18214
|
}
|
|
18352
18215
|
},
|
|
18353
18216
|
{
|
|
18354
18217
|
"kind": "js",
|
|
18355
|
-
"name": "
|
|
18218
|
+
"name": "foundationFlexLayout",
|
|
18356
18219
|
"declaration": {
|
|
18357
|
-
"name": "
|
|
18358
|
-
"module": "src/
|
|
18220
|
+
"name": "foundationFlexLayout",
|
|
18221
|
+
"module": "src/flex-layout/flex-layout.ts"
|
|
18359
18222
|
}
|
|
18360
18223
|
}
|
|
18361
18224
|
]
|
|
18362
18225
|
},
|
|
18363
18226
|
{
|
|
18364
18227
|
"kind": "javascript-module",
|
|
18365
|
-
"path": "src/
|
|
18228
|
+
"path": "src/flex-layout/flex-layout.types.ts",
|
|
18229
|
+
"declarations": [],
|
|
18230
|
+
"exports": []
|
|
18231
|
+
},
|
|
18232
|
+
{
|
|
18233
|
+
"kind": "javascript-module",
|
|
18234
|
+
"path": "src/flex-layout/index.ts",
|
|
18366
18235
|
"declarations": [],
|
|
18367
18236
|
"exports": [
|
|
18368
18237
|
{
|
|
@@ -18370,7 +18239,7 @@
|
|
|
18370
18239
|
"name": "*",
|
|
18371
18240
|
"declaration": {
|
|
18372
18241
|
"name": "*",
|
|
18373
|
-
"package": "./
|
|
18242
|
+
"package": "./flex-layout.template"
|
|
18374
18243
|
}
|
|
18375
18244
|
},
|
|
18376
18245
|
{
|
|
@@ -18378,7 +18247,7 @@
|
|
|
18378
18247
|
"name": "*",
|
|
18379
18248
|
"declaration": {
|
|
18380
18249
|
"name": "*",
|
|
18381
|
-
"package": "./
|
|
18250
|
+
"package": "./flex-layout.styles"
|
|
18382
18251
|
}
|
|
18383
18252
|
},
|
|
18384
18253
|
{
|
|
@@ -18386,90 +18255,209 @@
|
|
|
18386
18255
|
"name": "*",
|
|
18387
18256
|
"declaration": {
|
|
18388
18257
|
"name": "*",
|
|
18389
|
-
"package": "./
|
|
18258
|
+
"package": "./flex-layout"
|
|
18259
|
+
}
|
|
18260
|
+
},
|
|
18261
|
+
{
|
|
18262
|
+
"kind": "js",
|
|
18263
|
+
"name": "*",
|
|
18264
|
+
"declaration": {
|
|
18265
|
+
"name": "*",
|
|
18266
|
+
"package": "./flex-layout.types"
|
|
18390
18267
|
}
|
|
18391
18268
|
}
|
|
18392
18269
|
]
|
|
18393
18270
|
},
|
|
18394
18271
|
{
|
|
18395
18272
|
"kind": "javascript-module",
|
|
18396
|
-
"path": "src/
|
|
18273
|
+
"path": "src/flipper/flipper.styles.ts",
|
|
18397
18274
|
"declarations": [
|
|
18398
18275
|
{
|
|
18399
|
-
"kind": "
|
|
18400
|
-
"name": "
|
|
18401
|
-
"
|
|
18402
|
-
"
|
|
18276
|
+
"kind": "function",
|
|
18277
|
+
"name": "foundationFlipperStyles",
|
|
18278
|
+
"return": {
|
|
18279
|
+
"type": {
|
|
18280
|
+
"text": "ElementStyles"
|
|
18281
|
+
}
|
|
18403
18282
|
},
|
|
18404
|
-
"
|
|
18283
|
+
"parameters": [
|
|
18284
|
+
{
|
|
18285
|
+
"name": "context",
|
|
18286
|
+
"type": {
|
|
18287
|
+
"text": "ElementDefinitionContext"
|
|
18288
|
+
}
|
|
18289
|
+
},
|
|
18290
|
+
{
|
|
18291
|
+
"name": "definition",
|
|
18292
|
+
"type": {
|
|
18293
|
+
"text": "FlipperOptions"
|
|
18294
|
+
}
|
|
18295
|
+
}
|
|
18296
|
+
]
|
|
18405
18297
|
}
|
|
18406
18298
|
],
|
|
18407
18299
|
"exports": [
|
|
18408
18300
|
{
|
|
18409
18301
|
"kind": "js",
|
|
18410
|
-
"name": "
|
|
18302
|
+
"name": "foundationFlipperStyles",
|
|
18411
18303
|
"declaration": {
|
|
18412
|
-
"name": "
|
|
18413
|
-
"module": "src/
|
|
18304
|
+
"name": "foundationFlipperStyles",
|
|
18305
|
+
"module": "src/flipper/flipper.styles.ts"
|
|
18414
18306
|
}
|
|
18415
18307
|
}
|
|
18416
18308
|
]
|
|
18417
18309
|
},
|
|
18418
18310
|
{
|
|
18419
18311
|
"kind": "javascript-module",
|
|
18420
|
-
"path": "src/
|
|
18312
|
+
"path": "src/flipper/flipper.template.ts",
|
|
18421
18313
|
"declarations": [
|
|
18422
18314
|
{
|
|
18423
|
-
"kind": "
|
|
18424
|
-
"name": "
|
|
18425
|
-
"
|
|
18426
|
-
"
|
|
18315
|
+
"kind": "function",
|
|
18316
|
+
"name": "foundationFlipperTemplate",
|
|
18317
|
+
"return": {
|
|
18318
|
+
"type": {
|
|
18319
|
+
"text": "ViewTemplate<Flipper>"
|
|
18320
|
+
}
|
|
18427
18321
|
},
|
|
18428
|
-
"
|
|
18322
|
+
"parameters": [
|
|
18323
|
+
{
|
|
18324
|
+
"name": "context",
|
|
18325
|
+
"type": {
|
|
18326
|
+
"text": "ElementDefinitionContext"
|
|
18327
|
+
}
|
|
18328
|
+
},
|
|
18329
|
+
{
|
|
18330
|
+
"name": "definition",
|
|
18331
|
+
"type": {
|
|
18332
|
+
"text": "FlipperOptions"
|
|
18333
|
+
}
|
|
18334
|
+
}
|
|
18335
|
+
]
|
|
18429
18336
|
}
|
|
18430
18337
|
],
|
|
18431
18338
|
"exports": [
|
|
18432
18339
|
{
|
|
18433
18340
|
"kind": "js",
|
|
18434
|
-
"name": "
|
|
18341
|
+
"name": "foundationFlipperTemplate",
|
|
18435
18342
|
"declaration": {
|
|
18436
|
-
"name": "
|
|
18437
|
-
"module": "src/
|
|
18343
|
+
"name": "foundationFlipperTemplate",
|
|
18344
|
+
"module": "src/flipper/flipper.template.ts"
|
|
18438
18345
|
}
|
|
18439
18346
|
}
|
|
18440
18347
|
]
|
|
18441
18348
|
},
|
|
18442
18349
|
{
|
|
18443
18350
|
"kind": "javascript-module",
|
|
18444
|
-
"path": "src/
|
|
18351
|
+
"path": "src/flipper/flipper.ts",
|
|
18445
18352
|
"declarations": [
|
|
18446
|
-
{
|
|
18447
|
-
"kind": "variable",
|
|
18448
|
-
"name": "foundationFlexLayoutShadowOptions",
|
|
18449
|
-
"type": {
|
|
18450
|
-
"text": "ShadowRootInit"
|
|
18451
|
-
},
|
|
18452
|
-
"default": "undefined"
|
|
18453
|
-
},
|
|
18454
|
-
{
|
|
18455
|
-
"kind": "variable",
|
|
18456
|
-
"name": "defaultFlexLayoutConfig",
|
|
18457
|
-
"type": {
|
|
18458
|
-
"text": "object"
|
|
18459
|
-
},
|
|
18460
|
-
"default": "{}"
|
|
18461
|
-
},
|
|
18462
18353
|
{
|
|
18463
18354
|
"kind": "class",
|
|
18464
18355
|
"description": "",
|
|
18465
|
-
"name": "
|
|
18356
|
+
"name": "Flipper",
|
|
18466
18357
|
"superclass": {
|
|
18467
|
-
"name": "
|
|
18468
|
-
"package": "@microsoft/fast-
|
|
18358
|
+
"name": "FASTFlipper",
|
|
18359
|
+
"package": "@microsoft/fast-components"
|
|
18469
18360
|
},
|
|
18470
|
-
"tagName": "%%prefix%%-
|
|
18361
|
+
"tagName": "%%prefix%%-flipper",
|
|
18471
18362
|
"customElement": true,
|
|
18363
|
+
"attributes": [
|
|
18364
|
+
{
|
|
18365
|
+
"type": {
|
|
18366
|
+
"text": "boolean"
|
|
18367
|
+
},
|
|
18368
|
+
"description": "The disabled state of the flipper.",
|
|
18369
|
+
"fieldName": "disabled",
|
|
18370
|
+
"inheritedFrom": {
|
|
18371
|
+
"name": "Flipper",
|
|
18372
|
+
"module": "src/flipper/flipper.ts"
|
|
18373
|
+
}
|
|
18374
|
+
},
|
|
18375
|
+
{
|
|
18376
|
+
"name": "aria-hidden",
|
|
18377
|
+
"type": {
|
|
18378
|
+
"text": "boolean"
|
|
18379
|
+
},
|
|
18380
|
+
"default": "true",
|
|
18381
|
+
"description": "Indicates the flipper should be hidden from assistive technology. Because flippers are often supplementary navigation, they are often hidden from assistive technology.",
|
|
18382
|
+
"fieldName": "hiddenFromAT",
|
|
18383
|
+
"inheritedFrom": {
|
|
18384
|
+
"name": "Flipper",
|
|
18385
|
+
"module": "src/flipper/flipper.ts"
|
|
18386
|
+
}
|
|
18387
|
+
},
|
|
18388
|
+
{
|
|
18389
|
+
"name": "direction",
|
|
18390
|
+
"type": {
|
|
18391
|
+
"text": "FlipperDirection"
|
|
18392
|
+
},
|
|
18393
|
+
"description": "The direction that the flipper implies navigating.",
|
|
18394
|
+
"fieldName": "direction",
|
|
18395
|
+
"inheritedFrom": {
|
|
18396
|
+
"name": "Flipper",
|
|
18397
|
+
"module": "src/flipper/flipper.ts"
|
|
18398
|
+
}
|
|
18399
|
+
}
|
|
18400
|
+
],
|
|
18472
18401
|
"members": [
|
|
18402
|
+
{
|
|
18403
|
+
"kind": "field",
|
|
18404
|
+
"name": "disabled",
|
|
18405
|
+
"type": {
|
|
18406
|
+
"text": "boolean"
|
|
18407
|
+
},
|
|
18408
|
+
"privacy": "public",
|
|
18409
|
+
"description": "The disabled state of the flipper.",
|
|
18410
|
+
"inheritedFrom": {
|
|
18411
|
+
"name": "Flipper",
|
|
18412
|
+
"module": "src/flipper/flipper.ts"
|
|
18413
|
+
}
|
|
18414
|
+
},
|
|
18415
|
+
{
|
|
18416
|
+
"kind": "field",
|
|
18417
|
+
"name": "hiddenFromAT",
|
|
18418
|
+
"type": {
|
|
18419
|
+
"text": "boolean"
|
|
18420
|
+
},
|
|
18421
|
+
"privacy": "public",
|
|
18422
|
+
"default": "true",
|
|
18423
|
+
"description": "Indicates the flipper should be hidden from assistive technology. Because flippers are often supplementary navigation, they are often hidden from assistive technology.",
|
|
18424
|
+
"inheritedFrom": {
|
|
18425
|
+
"name": "Flipper",
|
|
18426
|
+
"module": "src/flipper/flipper.ts"
|
|
18427
|
+
}
|
|
18428
|
+
},
|
|
18429
|
+
{
|
|
18430
|
+
"kind": "field",
|
|
18431
|
+
"name": "direction",
|
|
18432
|
+
"type": {
|
|
18433
|
+
"text": "FlipperDirection"
|
|
18434
|
+
},
|
|
18435
|
+
"privacy": "public",
|
|
18436
|
+
"description": "The direction that the flipper implies navigating.",
|
|
18437
|
+
"inheritedFrom": {
|
|
18438
|
+
"name": "Flipper",
|
|
18439
|
+
"module": "src/flipper/flipper.ts"
|
|
18440
|
+
}
|
|
18441
|
+
},
|
|
18442
|
+
{
|
|
18443
|
+
"kind": "method",
|
|
18444
|
+
"name": "keyupHandler",
|
|
18445
|
+
"privacy": "public",
|
|
18446
|
+
"parameters": [
|
|
18447
|
+
{
|
|
18448
|
+
"name": "e",
|
|
18449
|
+
"type": {
|
|
18450
|
+
"text": "Event & KeyboardEvent"
|
|
18451
|
+
},
|
|
18452
|
+
"description": "Keyboard event"
|
|
18453
|
+
}
|
|
18454
|
+
],
|
|
18455
|
+
"description": "Simulate a click event when the flipper has focus and the user hits enter or space keys\nBlur focus if the user hits escape key",
|
|
18456
|
+
"inheritedFrom": {
|
|
18457
|
+
"name": "Flipper",
|
|
18458
|
+
"module": "src/flipper/flipper.ts"
|
|
18459
|
+
}
|
|
18460
|
+
},
|
|
18473
18461
|
{
|
|
18474
18462
|
"kind": "field",
|
|
18475
18463
|
"name": "_presentation",
|
|
@@ -18581,59 +18569,79 @@
|
|
|
18581
18569
|
"module": "src/foundation-element/foundation-element.ts"
|
|
18582
18570
|
}
|
|
18583
18571
|
}
|
|
18572
|
+
],
|
|
18573
|
+
"events": [
|
|
18574
|
+
{
|
|
18575
|
+
"description": "Fires a custom 'click' event when Enter or Space is invoked via keyboard and the flipper is exposed to assistive technologies.",
|
|
18576
|
+
"name": "click",
|
|
18577
|
+
"inheritedFrom": {
|
|
18578
|
+
"name": "Flipper",
|
|
18579
|
+
"module": "src/flipper/flipper.ts"
|
|
18580
|
+
}
|
|
18581
|
+
}
|
|
18584
18582
|
]
|
|
18585
18583
|
},
|
|
18586
18584
|
{
|
|
18587
18585
|
"kind": "variable",
|
|
18588
|
-
"name": "
|
|
18589
|
-
"
|
|
18586
|
+
"name": "foundationFlipperShadowOptions",
|
|
18587
|
+
"type": {
|
|
18588
|
+
"text": "ShadowRootInit"
|
|
18589
|
+
},
|
|
18590
|
+
"default": "undefined"
|
|
18591
|
+
},
|
|
18592
|
+
{
|
|
18593
|
+
"kind": "variable",
|
|
18594
|
+
"name": "defaultFlipperConfig",
|
|
18595
|
+
"type": {
|
|
18596
|
+
"text": "object"
|
|
18597
|
+
},
|
|
18598
|
+
"default": "{\n next: `\n <svg viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\">\n <path\n d=\"M4.023 15.273L11.29 8 4.023.727l.704-.704L12.71 8l-7.984 7.977-.704-.704z\"\n />\n </svg>\n `,\n previous: `\n <svg viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\">\n <path\n d=\"M11.273 15.977L3.29 8 11.273.023l.704.704L4.71 8l7.266 7.273-.704.704z\"\n />\n </svg>\n `,\n}"
|
|
18599
|
+
},
|
|
18600
|
+
{
|
|
18601
|
+
"kind": "variable",
|
|
18602
|
+
"name": "foundationFlipper",
|
|
18603
|
+
"description": "The Foundation Flipper",
|
|
18590
18604
|
"privacy": "public"
|
|
18591
18605
|
}
|
|
18592
18606
|
],
|
|
18593
18607
|
"exports": [
|
|
18594
18608
|
{
|
|
18595
18609
|
"kind": "js",
|
|
18596
|
-
"name": "
|
|
18610
|
+
"name": "Flipper",
|
|
18597
18611
|
"declaration": {
|
|
18598
|
-
"name": "
|
|
18599
|
-
"module": "src/
|
|
18612
|
+
"name": "Flipper",
|
|
18613
|
+
"module": "src/flipper/flipper.ts"
|
|
18600
18614
|
}
|
|
18601
18615
|
},
|
|
18602
18616
|
{
|
|
18603
18617
|
"kind": "js",
|
|
18604
|
-
"name": "
|
|
18618
|
+
"name": "foundationFlipperShadowOptions",
|
|
18605
18619
|
"declaration": {
|
|
18606
|
-
"name": "
|
|
18607
|
-
"module": "src/
|
|
18620
|
+
"name": "foundationFlipperShadowOptions",
|
|
18621
|
+
"module": "src/flipper/flipper.ts"
|
|
18608
18622
|
}
|
|
18609
18623
|
},
|
|
18610
18624
|
{
|
|
18611
18625
|
"kind": "js",
|
|
18612
|
-
"name": "
|
|
18626
|
+
"name": "defaultFlipperConfig",
|
|
18613
18627
|
"declaration": {
|
|
18614
|
-
"name": "
|
|
18615
|
-
"module": "src/
|
|
18628
|
+
"name": "defaultFlipperConfig",
|
|
18629
|
+
"module": "src/flipper/flipper.ts"
|
|
18616
18630
|
}
|
|
18617
18631
|
},
|
|
18618
18632
|
{
|
|
18619
18633
|
"kind": "js",
|
|
18620
|
-
"name": "
|
|
18634
|
+
"name": "foundationFlipper",
|
|
18621
18635
|
"declaration": {
|
|
18622
|
-
"name": "
|
|
18623
|
-
"module": "src/
|
|
18636
|
+
"name": "foundationFlipper",
|
|
18637
|
+
"module": "src/flipper/flipper.ts"
|
|
18624
18638
|
}
|
|
18625
18639
|
}
|
|
18626
18640
|
]
|
|
18627
18641
|
},
|
|
18628
18642
|
{
|
|
18629
18643
|
"kind": "javascript-module",
|
|
18630
|
-
"path": "src/
|
|
18631
|
-
"declarations": [],
|
|
18632
|
-
"exports": []
|
|
18633
|
-
},
|
|
18634
|
-
{
|
|
18635
|
-
"kind": "javascript-module",
|
|
18636
|
-
"path": "src/flex-layout/index.ts",
|
|
18644
|
+
"path": "src/flipper/index.ts",
|
|
18637
18645
|
"declarations": [],
|
|
18638
18646
|
"exports": [
|
|
18639
18647
|
{
|
|
@@ -18641,15 +18649,7 @@
|
|
|
18641
18649
|
"name": "*",
|
|
18642
18650
|
"declaration": {
|
|
18643
18651
|
"name": "*",
|
|
18644
|
-
"package": "./
|
|
18645
|
-
}
|
|
18646
|
-
},
|
|
18647
|
-
{
|
|
18648
|
-
"kind": "js",
|
|
18649
|
-
"name": "*",
|
|
18650
|
-
"declaration": {
|
|
18651
|
-
"name": "*",
|
|
18652
|
-
"package": "./flex-layout.styles"
|
|
18652
|
+
"package": "./flipper.template"
|
|
18653
18653
|
}
|
|
18654
18654
|
},
|
|
18655
18655
|
{
|
|
@@ -18657,7 +18657,7 @@
|
|
|
18657
18657
|
"name": "*",
|
|
18658
18658
|
"declaration": {
|
|
18659
18659
|
"name": "*",
|
|
18660
|
-
"package": "./
|
|
18660
|
+
"package": "./flipper.styles"
|
|
18661
18661
|
}
|
|
18662
18662
|
},
|
|
18663
18663
|
{
|
|
@@ -18665,7 +18665,7 @@
|
|
|
18665
18665
|
"name": "*",
|
|
18666
18666
|
"declaration": {
|
|
18667
18667
|
"name": "*",
|
|
18668
|
-
"package": "./
|
|
18668
|
+
"package": "./flipper"
|
|
18669
18669
|
}
|
|
18670
18670
|
}
|
|
18671
18671
|
]
|