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