@genesislcap/foundation-zero 14.131.0 → 14.132.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/custom-elements.json +1080 -1080
- package/package.json +7 -7
|
@@ -2017,7 +2017,7 @@
|
|
|
2017
2017
|
},
|
|
2018
2018
|
{
|
|
2019
2019
|
"kind": "javascript-module",
|
|
2020
|
-
"path": "src/
|
|
2020
|
+
"path": "src/anchored-region/anchored-region.stories.ts",
|
|
2021
2021
|
"declarations": [
|
|
2022
2022
|
{
|
|
2023
2023
|
"kind": "variable",
|
|
@@ -2025,15 +2025,15 @@
|
|
|
2025
2025
|
"type": {
|
|
2026
2026
|
"text": "Meta"
|
|
2027
2027
|
},
|
|
2028
|
-
"default": "{\n title: '
|
|
2028
|
+
"default": "{\n title: 'Anchored Region',\n component: 'zero-anchored-region',\n}"
|
|
2029
2029
|
},
|
|
2030
2030
|
{
|
|
2031
2031
|
"kind": "variable",
|
|
2032
|
-
"name": "
|
|
2032
|
+
"name": "Default",
|
|
2033
2033
|
"type": {
|
|
2034
2034
|
"text": "StoryObj"
|
|
2035
2035
|
},
|
|
2036
|
-
"default": "{\n args: {\n anchorText: '
|
|
2036
|
+
"default": "{\n args: {\n anchorText: 'This will show above button',\n },\n ...StylesMapperTemplate,\n}"
|
|
2037
2037
|
}
|
|
2038
2038
|
],
|
|
2039
2039
|
"exports": [
|
|
@@ -2042,26 +2042,26 @@
|
|
|
2042
2042
|
"name": "default",
|
|
2043
2043
|
"declaration": {
|
|
2044
2044
|
"name": "meta",
|
|
2045
|
-
"module": "src/
|
|
2045
|
+
"module": "src/anchored-region/anchored-region.stories.ts"
|
|
2046
2046
|
}
|
|
2047
2047
|
},
|
|
2048
2048
|
{
|
|
2049
2049
|
"kind": "js",
|
|
2050
|
-
"name": "
|
|
2050
|
+
"name": "Default",
|
|
2051
2051
|
"declaration": {
|
|
2052
|
-
"name": "
|
|
2053
|
-
"module": "src/
|
|
2052
|
+
"name": "Default",
|
|
2053
|
+
"module": "src/anchored-region/anchored-region.stories.ts"
|
|
2054
2054
|
}
|
|
2055
2055
|
}
|
|
2056
2056
|
]
|
|
2057
2057
|
},
|
|
2058
2058
|
{
|
|
2059
2059
|
"kind": "javascript-module",
|
|
2060
|
-
"path": "src/
|
|
2060
|
+
"path": "src/anchored-region/anchored-region.styles.ts",
|
|
2061
2061
|
"declarations": [
|
|
2062
2062
|
{
|
|
2063
2063
|
"kind": "function",
|
|
2064
|
-
"name": "
|
|
2064
|
+
"name": "zeroAnchoredRegionStyles",
|
|
2065
2065
|
"return": {
|
|
2066
2066
|
"type": {
|
|
2067
2067
|
"text": "ElementStyles"
|
|
@@ -2086,24 +2086,24 @@
|
|
|
2086
2086
|
"exports": [
|
|
2087
2087
|
{
|
|
2088
2088
|
"kind": "js",
|
|
2089
|
-
"name": "
|
|
2089
|
+
"name": "zeroAnchoredRegionStyles",
|
|
2090
2090
|
"declaration": {
|
|
2091
|
-
"name": "
|
|
2092
|
-
"module": "src/
|
|
2091
|
+
"name": "zeroAnchoredRegionStyles",
|
|
2092
|
+
"module": "src/anchored-region/anchored-region.styles.ts"
|
|
2093
2093
|
}
|
|
2094
2094
|
}
|
|
2095
2095
|
]
|
|
2096
2096
|
},
|
|
2097
2097
|
{
|
|
2098
2098
|
"kind": "javascript-module",
|
|
2099
|
-
"path": "src/
|
|
2099
|
+
"path": "src/anchored-region/anchored-region.template.ts",
|
|
2100
2100
|
"declarations": [
|
|
2101
2101
|
{
|
|
2102
2102
|
"kind": "function",
|
|
2103
|
-
"name": "
|
|
2103
|
+
"name": "zeroAnchoredRegionTemplate",
|
|
2104
2104
|
"return": {
|
|
2105
2105
|
"type": {
|
|
2106
|
-
"text": "ViewTemplate<
|
|
2106
|
+
"text": "ViewTemplate<AnchoredRegion>"
|
|
2107
2107
|
}
|
|
2108
2108
|
},
|
|
2109
2109
|
"parameters": [
|
|
@@ -2125,772 +2125,664 @@
|
|
|
2125
2125
|
"exports": [
|
|
2126
2126
|
{
|
|
2127
2127
|
"kind": "js",
|
|
2128
|
-
"name": "
|
|
2128
|
+
"name": "zeroAnchoredRegionTemplate",
|
|
2129
2129
|
"declaration": {
|
|
2130
|
-
"name": "
|
|
2131
|
-
"module": "src/
|
|
2130
|
+
"name": "zeroAnchoredRegionTemplate",
|
|
2131
|
+
"module": "src/anchored-region/anchored-region.template.ts"
|
|
2132
2132
|
}
|
|
2133
2133
|
}
|
|
2134
2134
|
]
|
|
2135
2135
|
},
|
|
2136
2136
|
{
|
|
2137
2137
|
"kind": "javascript-module",
|
|
2138
|
-
"path": "src/
|
|
2138
|
+
"path": "src/anchored-region/anchored-region.ts",
|
|
2139
2139
|
"declarations": [
|
|
2140
2140
|
{
|
|
2141
2141
|
"kind": "class",
|
|
2142
2142
|
"description": "",
|
|
2143
|
-
"name": "
|
|
2143
|
+
"name": "AnchoredRegion",
|
|
2144
2144
|
"superclass": {
|
|
2145
|
-
"name": "
|
|
2145
|
+
"name": "FoundationAnchoredRegion",
|
|
2146
2146
|
"package": "@genesislcap/foundation-ui"
|
|
2147
2147
|
},
|
|
2148
|
-
"tagName": "%%prefix%%-
|
|
2148
|
+
"tagName": "%%prefix%%-anchored-region",
|
|
2149
2149
|
"customElement": true,
|
|
2150
2150
|
"attributes": [
|
|
2151
2151
|
{
|
|
2152
|
-
"name": "
|
|
2152
|
+
"name": "anchor",
|
|
2153
2153
|
"type": {
|
|
2154
2154
|
"text": "string"
|
|
2155
2155
|
},
|
|
2156
|
-
"
|
|
2157
|
-
"
|
|
2156
|
+
"default": "\"\"",
|
|
2157
|
+
"description": "The HTML ID of the anchor element this region is positioned relative to",
|
|
2158
|
+
"fieldName": "anchor",
|
|
2158
2159
|
"inheritedFrom": {
|
|
2159
|
-
"name": "
|
|
2160
|
-
"module": "src/
|
|
2160
|
+
"name": "AnchoredRegion",
|
|
2161
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2161
2162
|
}
|
|
2162
2163
|
},
|
|
2163
2164
|
{
|
|
2164
|
-
"name": "
|
|
2165
|
+
"name": "viewport",
|
|
2165
2166
|
"type": {
|
|
2166
2167
|
"text": "string"
|
|
2167
2168
|
},
|
|
2168
|
-
"
|
|
2169
|
-
"
|
|
2169
|
+
"default": "\"\"",
|
|
2170
|
+
"description": "The HTML ID of the viewport element this region is positioned relative to",
|
|
2171
|
+
"fieldName": "viewport",
|
|
2170
2172
|
"inheritedFrom": {
|
|
2171
|
-
"name": "
|
|
2172
|
-
"module": "src/
|
|
2173
|
+
"name": "AnchoredRegion",
|
|
2174
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2173
2175
|
}
|
|
2174
2176
|
},
|
|
2175
2177
|
{
|
|
2176
|
-
"name": "
|
|
2178
|
+
"name": "horizontal-positioning-mode",
|
|
2177
2179
|
"type": {
|
|
2178
|
-
"text": "
|
|
2180
|
+
"text": "AxisPositioningMode"
|
|
2179
2181
|
},
|
|
2180
|
-
"
|
|
2181
|
-
"
|
|
2182
|
+
"default": "\"uncontrolled\"",
|
|
2183
|
+
"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",
|
|
2184
|
+
"fieldName": "horizontalPositioningMode",
|
|
2182
2185
|
"inheritedFrom": {
|
|
2183
|
-
"name": "
|
|
2184
|
-
"module": "src/
|
|
2186
|
+
"name": "AnchoredRegion",
|
|
2187
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2185
2188
|
}
|
|
2186
2189
|
},
|
|
2187
2190
|
{
|
|
2188
|
-
"name": "
|
|
2191
|
+
"name": "horizontal-default-position",
|
|
2189
2192
|
"type": {
|
|
2190
|
-
"text": "
|
|
2193
|
+
"text": "HorizontalPosition"
|
|
2191
2194
|
},
|
|
2192
|
-
"
|
|
2193
|
-
"
|
|
2195
|
+
"default": "\"unset\"",
|
|
2196
|
+
"description": "The default horizontal position of the region relative to the anchor element",
|
|
2197
|
+
"fieldName": "horizontalDefaultPosition",
|
|
2194
2198
|
"inheritedFrom": {
|
|
2195
|
-
"name": "
|
|
2196
|
-
"module": "src/
|
|
2199
|
+
"name": "AnchoredRegion",
|
|
2200
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2197
2201
|
}
|
|
2198
2202
|
},
|
|
2199
2203
|
{
|
|
2200
|
-
"name": "
|
|
2204
|
+
"name": "horizontal-viewport-lock",
|
|
2201
2205
|
"type": {
|
|
2202
|
-
"text": "
|
|
2206
|
+
"text": "boolean"
|
|
2203
2207
|
},
|
|
2204
|
-
"
|
|
2205
|
-
"
|
|
2208
|
+
"default": "false",
|
|
2209
|
+
"description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the horizontal axis",
|
|
2210
|
+
"fieldName": "horizontalViewportLock",
|
|
2206
2211
|
"inheritedFrom": {
|
|
2207
|
-
"name": "
|
|
2208
|
-
"module": "src/
|
|
2212
|
+
"name": "AnchoredRegion",
|
|
2213
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2209
2214
|
}
|
|
2210
2215
|
},
|
|
2211
2216
|
{
|
|
2212
|
-
"name": "
|
|
2217
|
+
"name": "horizontal-inset",
|
|
2213
2218
|
"type": {
|
|
2214
|
-
"text": "
|
|
2219
|
+
"text": "boolean"
|
|
2215
2220
|
},
|
|
2216
|
-
"
|
|
2217
|
-
"
|
|
2221
|
+
"default": "false",
|
|
2222
|
+
"description": "Whether the region overlaps the anchor on the horizontal axis",
|
|
2223
|
+
"fieldName": "horizontalInset",
|
|
2218
2224
|
"inheritedFrom": {
|
|
2219
|
-
"name": "
|
|
2220
|
-
"module": "src/
|
|
2225
|
+
"name": "AnchoredRegion",
|
|
2226
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2221
2227
|
}
|
|
2222
2228
|
},
|
|
2223
2229
|
{
|
|
2224
|
-
"name": "
|
|
2230
|
+
"name": "horizontal-threshold",
|
|
2225
2231
|
"type": {
|
|
2226
|
-
"text": "
|
|
2232
|
+
"text": "number"
|
|
2227
2233
|
},
|
|
2228
|
-
"description": "
|
|
2229
|
-
"fieldName": "
|
|
2234
|
+
"description": "How narrow the space allocated to the default position has to be before the widest area\nis selected for layout",
|
|
2235
|
+
"fieldName": "horizontalThreshold",
|
|
2230
2236
|
"inheritedFrom": {
|
|
2231
|
-
"name": "
|
|
2232
|
-
"module": "src/
|
|
2237
|
+
"name": "AnchoredRegion",
|
|
2238
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2233
2239
|
}
|
|
2234
2240
|
},
|
|
2235
2241
|
{
|
|
2236
|
-
"name": "
|
|
2242
|
+
"name": "horizontal-scaling",
|
|
2237
2243
|
"type": {
|
|
2238
|
-
"text": "
|
|
2244
|
+
"text": "AxisScalingMode"
|
|
2239
2245
|
},
|
|
2240
|
-
"
|
|
2241
|
-
"
|
|
2246
|
+
"default": "\"content\"",
|
|
2247
|
+
"description": "Defines how the width of the region is calculated",
|
|
2248
|
+
"fieldName": "horizontalScaling",
|
|
2242
2249
|
"inheritedFrom": {
|
|
2243
|
-
"name": "
|
|
2244
|
-
"module": "src/
|
|
2250
|
+
"name": "AnchoredRegion",
|
|
2251
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2245
2252
|
}
|
|
2246
|
-
}
|
|
2247
|
-
],
|
|
2248
|
-
"members": [
|
|
2253
|
+
},
|
|
2249
2254
|
{
|
|
2250
|
-
"
|
|
2251
|
-
"name": "download",
|
|
2255
|
+
"name": "vertical-positioning-mode",
|
|
2252
2256
|
"type": {
|
|
2253
|
-
"text": "
|
|
2257
|
+
"text": "AxisPositioningMode"
|
|
2254
2258
|
},
|
|
2255
|
-
"
|
|
2256
|
-
"description": "
|
|
2259
|
+
"default": "\"uncontrolled\"",
|
|
2260
|
+
"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",
|
|
2261
|
+
"fieldName": "verticalPositioningMode",
|
|
2257
2262
|
"inheritedFrom": {
|
|
2258
|
-
"name": "
|
|
2259
|
-
"module": "src/
|
|
2263
|
+
"name": "AnchoredRegion",
|
|
2264
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2260
2265
|
}
|
|
2261
2266
|
},
|
|
2262
2267
|
{
|
|
2263
|
-
"
|
|
2264
|
-
"name": "href",
|
|
2268
|
+
"name": "vertical-default-position",
|
|
2265
2269
|
"type": {
|
|
2266
|
-
"text": "
|
|
2270
|
+
"text": "VerticalPosition"
|
|
2267
2271
|
},
|
|
2268
|
-
"
|
|
2269
|
-
"description": "The
|
|
2272
|
+
"default": "\"unset\"",
|
|
2273
|
+
"description": "The default vertical position of the region relative to the anchor element",
|
|
2274
|
+
"fieldName": "verticalDefaultPosition",
|
|
2270
2275
|
"inheritedFrom": {
|
|
2271
|
-
"name": "
|
|
2272
|
-
"module": "src/
|
|
2276
|
+
"name": "AnchoredRegion",
|
|
2277
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2273
2278
|
}
|
|
2274
2279
|
},
|
|
2275
2280
|
{
|
|
2276
|
-
"
|
|
2277
|
-
"name": "hreflang",
|
|
2281
|
+
"name": "vertical-viewport-lock",
|
|
2278
2282
|
"type": {
|
|
2279
|
-
"text": "
|
|
2283
|
+
"text": "boolean"
|
|
2280
2284
|
},
|
|
2281
|
-
"
|
|
2282
|
-
"description": "
|
|
2285
|
+
"default": "false",
|
|
2286
|
+
"description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the vertical axis",
|
|
2287
|
+
"fieldName": "verticalViewportLock",
|
|
2283
2288
|
"inheritedFrom": {
|
|
2284
|
-
"name": "
|
|
2285
|
-
"module": "src/
|
|
2289
|
+
"name": "AnchoredRegion",
|
|
2290
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2286
2291
|
}
|
|
2287
2292
|
},
|
|
2288
2293
|
{
|
|
2289
|
-
"
|
|
2290
|
-
"name": "ping",
|
|
2294
|
+
"name": "vertical-inset",
|
|
2291
2295
|
"type": {
|
|
2292
|
-
"text": "
|
|
2296
|
+
"text": "boolean"
|
|
2293
2297
|
},
|
|
2294
|
-
"
|
|
2295
|
-
"description": "
|
|
2298
|
+
"default": "false",
|
|
2299
|
+
"description": "Whether the region overlaps the anchor on the vertical axis",
|
|
2300
|
+
"fieldName": "verticalInset",
|
|
2296
2301
|
"inheritedFrom": {
|
|
2297
|
-
"name": "
|
|
2298
|
-
"module": "src/
|
|
2302
|
+
"name": "AnchoredRegion",
|
|
2303
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2299
2304
|
}
|
|
2300
2305
|
},
|
|
2301
2306
|
{
|
|
2302
|
-
"
|
|
2303
|
-
"name": "referrerpolicy",
|
|
2307
|
+
"name": "vertical-threshold",
|
|
2304
2308
|
"type": {
|
|
2305
|
-
"text": "
|
|
2309
|
+
"text": "number"
|
|
2306
2310
|
},
|
|
2307
|
-
"
|
|
2308
|
-
"
|
|
2311
|
+
"description": "How short the space allocated to the default position has to be before the tallest area\nis selected for layout",
|
|
2312
|
+
"fieldName": "verticalThreshold",
|
|
2309
2313
|
"inheritedFrom": {
|
|
2310
|
-
"name": "
|
|
2311
|
-
"module": "src/
|
|
2314
|
+
"name": "AnchoredRegion",
|
|
2315
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2312
2316
|
}
|
|
2313
2317
|
},
|
|
2314
2318
|
{
|
|
2315
|
-
"
|
|
2316
|
-
"name": "rel",
|
|
2319
|
+
"name": "vertical-scaling",
|
|
2317
2320
|
"type": {
|
|
2318
|
-
"text": "
|
|
2321
|
+
"text": "AxisScalingMode"
|
|
2319
2322
|
},
|
|
2320
|
-
"
|
|
2321
|
-
"description": "
|
|
2323
|
+
"default": "\"content\"",
|
|
2324
|
+
"description": "Defines how the height of the region is calculated",
|
|
2325
|
+
"fieldName": "verticalScaling",
|
|
2322
2326
|
"inheritedFrom": {
|
|
2323
|
-
"name": "
|
|
2324
|
-
"module": "src/
|
|
2327
|
+
"name": "AnchoredRegion",
|
|
2328
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2325
2329
|
}
|
|
2326
2330
|
},
|
|
2327
2331
|
{
|
|
2328
|
-
"
|
|
2329
|
-
"name": "target",
|
|
2332
|
+
"name": "fixed-placement",
|
|
2330
2333
|
"type": {
|
|
2331
|
-
"text": "
|
|
2334
|
+
"text": "boolean"
|
|
2332
2335
|
},
|
|
2333
|
-
"
|
|
2334
|
-
"description": "
|
|
2336
|
+
"default": "false",
|
|
2337
|
+
"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,",
|
|
2338
|
+
"fieldName": "fixedPlacement",
|
|
2335
2339
|
"inheritedFrom": {
|
|
2336
|
-
"name": "
|
|
2337
|
-
"module": "src/
|
|
2340
|
+
"name": "AnchoredRegion",
|
|
2341
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2338
2342
|
}
|
|
2339
2343
|
},
|
|
2340
2344
|
{
|
|
2341
|
-
"
|
|
2342
|
-
"name": "type",
|
|
2345
|
+
"name": "auto-update-mode",
|
|
2343
2346
|
"type": {
|
|
2344
|
-
"text": "
|
|
2347
|
+
"text": "AutoUpdateMode"
|
|
2345
2348
|
},
|
|
2346
|
-
"
|
|
2347
|
-
"description": "
|
|
2349
|
+
"default": "\"anchor\"",
|
|
2350
|
+
"description": "Defines what triggers the anchored region to revaluate positioning",
|
|
2351
|
+
"fieldName": "autoUpdateMode",
|
|
2348
2352
|
"inheritedFrom": {
|
|
2349
|
-
"name": "
|
|
2350
|
-
"module": "src/
|
|
2353
|
+
"name": "AnchoredRegion",
|
|
2354
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2351
2355
|
}
|
|
2352
|
-
}
|
|
2356
|
+
}
|
|
2357
|
+
],
|
|
2358
|
+
"members": [
|
|
2353
2359
|
{
|
|
2354
2360
|
"kind": "field",
|
|
2355
|
-
"name": "
|
|
2361
|
+
"name": "anchor",
|
|
2356
2362
|
"type": {
|
|
2357
|
-
"text": "
|
|
2363
|
+
"text": "string"
|
|
2358
2364
|
},
|
|
2359
2365
|
"privacy": "public",
|
|
2360
|
-
"
|
|
2366
|
+
"default": "\"\"",
|
|
2367
|
+
"description": "The HTML ID of the anchor element this region is positioned relative to",
|
|
2361
2368
|
"inheritedFrom": {
|
|
2362
|
-
"name": "
|
|
2363
|
-
"module": "src/
|
|
2369
|
+
"name": "AnchoredRegion",
|
|
2370
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2371
|
+
}
|
|
2372
|
+
},
|
|
2373
|
+
{
|
|
2374
|
+
"kind": "method",
|
|
2375
|
+
"name": "anchorChanged",
|
|
2376
|
+
"privacy": "private",
|
|
2377
|
+
"return": {
|
|
2378
|
+
"type": {
|
|
2379
|
+
"text": "void"
|
|
2380
|
+
}
|
|
2381
|
+
},
|
|
2382
|
+
"inheritedFrom": {
|
|
2383
|
+
"name": "AnchoredRegion",
|
|
2384
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2364
2385
|
}
|
|
2365
2386
|
},
|
|
2366
2387
|
{
|
|
2367
2388
|
"kind": "field",
|
|
2368
|
-
"name": "
|
|
2389
|
+
"name": "viewport",
|
|
2390
|
+
"type": {
|
|
2391
|
+
"text": "string"
|
|
2392
|
+
},
|
|
2393
|
+
"privacy": "public",
|
|
2394
|
+
"default": "\"\"",
|
|
2395
|
+
"description": "The HTML ID of the viewport element this region is positioned relative to",
|
|
2396
|
+
"inheritedFrom": {
|
|
2397
|
+
"name": "AnchoredRegion",
|
|
2398
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2399
|
+
}
|
|
2400
|
+
},
|
|
2401
|
+
{
|
|
2402
|
+
"kind": "method",
|
|
2403
|
+
"name": "viewportChanged",
|
|
2369
2404
|
"privacy": "private",
|
|
2370
|
-
"
|
|
2405
|
+
"return": {
|
|
2406
|
+
"type": {
|
|
2407
|
+
"text": "void"
|
|
2408
|
+
}
|
|
2409
|
+
},
|
|
2371
2410
|
"inheritedFrom": {
|
|
2372
|
-
"name": "
|
|
2373
|
-
"module": "src/
|
|
2411
|
+
"name": "AnchoredRegion",
|
|
2412
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2374
2413
|
}
|
|
2375
2414
|
},
|
|
2376
2415
|
{
|
|
2377
2416
|
"kind": "field",
|
|
2378
|
-
"name": "
|
|
2417
|
+
"name": "horizontalPositioningMode",
|
|
2379
2418
|
"type": {
|
|
2380
|
-
"text": "
|
|
2419
|
+
"text": "AxisPositioningMode"
|
|
2381
2420
|
},
|
|
2421
|
+
"privacy": "public",
|
|
2422
|
+
"default": "\"uncontrolled\"",
|
|
2423
|
+
"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",
|
|
2424
|
+
"inheritedFrom": {
|
|
2425
|
+
"name": "AnchoredRegion",
|
|
2426
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2427
|
+
}
|
|
2428
|
+
},
|
|
2429
|
+
{
|
|
2430
|
+
"kind": "method",
|
|
2431
|
+
"name": "horizontalPositioningModeChanged",
|
|
2382
2432
|
"privacy": "private",
|
|
2383
|
-
"
|
|
2433
|
+
"return": {
|
|
2434
|
+
"type": {
|
|
2435
|
+
"text": "void"
|
|
2436
|
+
}
|
|
2437
|
+
},
|
|
2384
2438
|
"inheritedFrom": {
|
|
2385
|
-
"name": "
|
|
2386
|
-
"module": "src/
|
|
2439
|
+
"name": "AnchoredRegion",
|
|
2440
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2387
2441
|
}
|
|
2388
2442
|
},
|
|
2389
2443
|
{
|
|
2390
2444
|
"kind": "field",
|
|
2391
|
-
"name": "
|
|
2445
|
+
"name": "horizontalDefaultPosition",
|
|
2392
2446
|
"type": {
|
|
2393
|
-
"text": "
|
|
2447
|
+
"text": "HorizontalPosition"
|
|
2394
2448
|
},
|
|
2395
2449
|
"privacy": "public",
|
|
2396
|
-
"
|
|
2450
|
+
"default": "\"unset\"",
|
|
2451
|
+
"description": "The default horizontal position of the region relative to the anchor element",
|
|
2397
2452
|
"inheritedFrom": {
|
|
2398
|
-
"name": "
|
|
2399
|
-
"module": "src/
|
|
2453
|
+
"name": "AnchoredRegion",
|
|
2454
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2455
|
+
}
|
|
2456
|
+
},
|
|
2457
|
+
{
|
|
2458
|
+
"kind": "method",
|
|
2459
|
+
"name": "horizontalDefaultPositionChanged",
|
|
2460
|
+
"privacy": "private",
|
|
2461
|
+
"return": {
|
|
2462
|
+
"type": {
|
|
2463
|
+
"text": "void"
|
|
2464
|
+
}
|
|
2465
|
+
},
|
|
2466
|
+
"inheritedFrom": {
|
|
2467
|
+
"name": "AnchoredRegion",
|
|
2468
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2400
2469
|
}
|
|
2401
2470
|
},
|
|
2402
2471
|
{
|
|
2403
2472
|
"kind": "field",
|
|
2404
|
-
"name": "
|
|
2473
|
+
"name": "horizontalViewportLock",
|
|
2405
2474
|
"type": {
|
|
2406
|
-
"text": "
|
|
2475
|
+
"text": "boolean"
|
|
2407
2476
|
},
|
|
2408
2477
|
"privacy": "public",
|
|
2409
|
-
"
|
|
2478
|
+
"default": "false",
|
|
2479
|
+
"description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the horizontal axis",
|
|
2410
2480
|
"inheritedFrom": {
|
|
2411
|
-
"name": "
|
|
2412
|
-
"module": "src/
|
|
2481
|
+
"name": "AnchoredRegion",
|
|
2482
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2413
2483
|
}
|
|
2414
2484
|
},
|
|
2415
2485
|
{
|
|
2416
2486
|
"kind": "method",
|
|
2417
|
-
"name": "
|
|
2418
|
-
"privacy": "
|
|
2487
|
+
"name": "horizontalViewportLockChanged",
|
|
2488
|
+
"privacy": "private",
|
|
2419
2489
|
"return": {
|
|
2420
2490
|
"type": {
|
|
2421
2491
|
"text": "void"
|
|
2422
2492
|
}
|
|
2423
2493
|
},
|
|
2424
2494
|
"inheritedFrom": {
|
|
2425
|
-
"name": "
|
|
2426
|
-
"module": "src/
|
|
2495
|
+
"name": "AnchoredRegion",
|
|
2496
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2427
2497
|
}
|
|
2428
2498
|
},
|
|
2429
2499
|
{
|
|
2430
2500
|
"kind": "field",
|
|
2431
|
-
"name": "
|
|
2501
|
+
"name": "horizontalInset",
|
|
2432
2502
|
"type": {
|
|
2433
|
-
"text": "
|
|
2503
|
+
"text": "boolean"
|
|
2434
2504
|
},
|
|
2435
2505
|
"privacy": "public",
|
|
2436
|
-
"
|
|
2506
|
+
"default": "false",
|
|
2507
|
+
"description": "Whether the region overlaps the anchor on the horizontal axis",
|
|
2437
2508
|
"inheritedFrom": {
|
|
2438
|
-
"name": "
|
|
2439
|
-
"module": "src/
|
|
2509
|
+
"name": "AnchoredRegion",
|
|
2510
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2440
2511
|
}
|
|
2441
2512
|
},
|
|
2442
2513
|
{
|
|
2443
2514
|
"kind": "method",
|
|
2444
|
-
"name": "
|
|
2445
|
-
"privacy": "
|
|
2515
|
+
"name": "horizontalInsetChanged",
|
|
2516
|
+
"privacy": "private",
|
|
2446
2517
|
"return": {
|
|
2447
2518
|
"type": {
|
|
2448
2519
|
"text": "void"
|
|
2449
2520
|
}
|
|
2450
2521
|
},
|
|
2451
2522
|
"inheritedFrom": {
|
|
2452
|
-
"name": "
|
|
2453
|
-
"module": "src/
|
|
2523
|
+
"name": "AnchoredRegion",
|
|
2524
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2525
|
+
}
|
|
2526
|
+
},
|
|
2527
|
+
{
|
|
2528
|
+
"kind": "field",
|
|
2529
|
+
"name": "horizontalThreshold",
|
|
2530
|
+
"type": {
|
|
2531
|
+
"text": "number"
|
|
2532
|
+
},
|
|
2533
|
+
"privacy": "public",
|
|
2534
|
+
"description": "How narrow the space allocated to the default position has to be before the widest area\nis selected for layout",
|
|
2535
|
+
"inheritedFrom": {
|
|
2536
|
+
"name": "AnchoredRegion",
|
|
2537
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2454
2538
|
}
|
|
2455
2539
|
},
|
|
2456
2540
|
{
|
|
2457
2541
|
"kind": "method",
|
|
2458
|
-
"name": "
|
|
2542
|
+
"name": "horizontalThresholdChanged",
|
|
2543
|
+
"privacy": "private",
|
|
2544
|
+
"return": {
|
|
2545
|
+
"type": {
|
|
2546
|
+
"text": "void"
|
|
2547
|
+
}
|
|
2548
|
+
},
|
|
2549
|
+
"inheritedFrom": {
|
|
2550
|
+
"name": "AnchoredRegion",
|
|
2551
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2552
|
+
}
|
|
2553
|
+
},
|
|
2554
|
+
{
|
|
2555
|
+
"kind": "field",
|
|
2556
|
+
"name": "horizontalScaling",
|
|
2557
|
+
"type": {
|
|
2558
|
+
"text": "AxisScalingMode"
|
|
2559
|
+
},
|
|
2459
2560
|
"privacy": "public",
|
|
2460
|
-
"
|
|
2561
|
+
"default": "\"content\"",
|
|
2562
|
+
"description": "Defines how the width of the region is calculated",
|
|
2563
|
+
"inheritedFrom": {
|
|
2564
|
+
"name": "AnchoredRegion",
|
|
2565
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2566
|
+
}
|
|
2567
|
+
},
|
|
2568
|
+
{
|
|
2569
|
+
"kind": "method",
|
|
2570
|
+
"name": "horizontalScalingChanged",
|
|
2571
|
+
"privacy": "private",
|
|
2461
2572
|
"return": {
|
|
2462
2573
|
"type": {
|
|
2463
|
-
"text": "
|
|
2574
|
+
"text": "void"
|
|
2464
2575
|
}
|
|
2465
2576
|
},
|
|
2466
|
-
"
|
|
2467
|
-
|
|
2468
|
-
|
|
2469
|
-
|
|
2470
|
-
|
|
2471
|
-
|
|
2472
|
-
|
|
2473
|
-
|
|
2474
|
-
|
|
2475
|
-
|
|
2476
|
-
|
|
2477
|
-
|
|
2478
|
-
|
|
2577
|
+
"inheritedFrom": {
|
|
2578
|
+
"name": "AnchoredRegion",
|
|
2579
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2580
|
+
}
|
|
2581
|
+
},
|
|
2582
|
+
{
|
|
2583
|
+
"kind": "field",
|
|
2584
|
+
"name": "verticalPositioningMode",
|
|
2585
|
+
"type": {
|
|
2586
|
+
"text": "AxisPositioningMode"
|
|
2587
|
+
},
|
|
2588
|
+
"privacy": "public",
|
|
2589
|
+
"default": "\"uncontrolled\"",
|
|
2590
|
+
"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",
|
|
2591
|
+
"inheritedFrom": {
|
|
2592
|
+
"name": "AnchoredRegion",
|
|
2593
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2594
|
+
}
|
|
2595
|
+
},
|
|
2596
|
+
{
|
|
2597
|
+
"kind": "method",
|
|
2598
|
+
"name": "verticalPositioningModeChanged",
|
|
2599
|
+
"privacy": "private",
|
|
2600
|
+
"return": {
|
|
2601
|
+
"type": {
|
|
2602
|
+
"text": "void"
|
|
2479
2603
|
}
|
|
2480
|
-
|
|
2481
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
2604
|
+
},
|
|
2482
2605
|
"inheritedFrom": {
|
|
2483
|
-
"name": "
|
|
2484
|
-
"module": "src/
|
|
2485
|
-
}
|
|
2486
|
-
}
|
|
2487
|
-
]
|
|
2488
|
-
},
|
|
2489
|
-
{
|
|
2490
|
-
"kind": "variable",
|
|
2491
|
-
"name": "zeroAnchor"
|
|
2492
|
-
}
|
|
2493
|
-
],
|
|
2494
|
-
"exports": [
|
|
2495
|
-
{
|
|
2496
|
-
"kind": "js",
|
|
2497
|
-
"name": "Anchor",
|
|
2498
|
-
"declaration": {
|
|
2499
|
-
"name": "Anchor",
|
|
2500
|
-
"module": "src/anchor/anchor.ts"
|
|
2501
|
-
}
|
|
2502
|
-
},
|
|
2503
|
-
{
|
|
2504
|
-
"kind": "js",
|
|
2505
|
-
"name": "zeroAnchor",
|
|
2506
|
-
"declaration": {
|
|
2507
|
-
"name": "zeroAnchor",
|
|
2508
|
-
"module": "src/anchor/anchor.ts"
|
|
2509
|
-
}
|
|
2510
|
-
}
|
|
2511
|
-
]
|
|
2512
|
-
},
|
|
2513
|
-
{
|
|
2514
|
-
"kind": "javascript-module",
|
|
2515
|
-
"path": "src/anchor/index.ts",
|
|
2516
|
-
"declarations": [],
|
|
2517
|
-
"exports": [
|
|
2518
|
-
{
|
|
2519
|
-
"kind": "js",
|
|
2520
|
-
"name": "*",
|
|
2521
|
-
"declaration": {
|
|
2522
|
-
"name": "*",
|
|
2523
|
-
"package": "./anchor"
|
|
2524
|
-
}
|
|
2525
|
-
},
|
|
2526
|
-
{
|
|
2527
|
-
"kind": "js",
|
|
2528
|
-
"name": "*",
|
|
2529
|
-
"declaration": {
|
|
2530
|
-
"name": "*",
|
|
2531
|
-
"package": "./anchor.styles"
|
|
2532
|
-
}
|
|
2533
|
-
},
|
|
2534
|
-
{
|
|
2535
|
-
"kind": "js",
|
|
2536
|
-
"name": "*",
|
|
2537
|
-
"declaration": {
|
|
2538
|
-
"name": "*",
|
|
2539
|
-
"package": "./anchor.template"
|
|
2540
|
-
}
|
|
2541
|
-
}
|
|
2542
|
-
]
|
|
2543
|
-
},
|
|
2544
|
-
{
|
|
2545
|
-
"kind": "javascript-module",
|
|
2546
|
-
"path": "src/anchored-region/anchored-region.stories.ts",
|
|
2547
|
-
"declarations": [
|
|
2548
|
-
{
|
|
2549
|
-
"kind": "variable",
|
|
2550
|
-
"name": "meta",
|
|
2551
|
-
"type": {
|
|
2552
|
-
"text": "Meta"
|
|
2553
|
-
},
|
|
2554
|
-
"default": "{\n title: 'Anchored Region',\n component: 'zero-anchored-region',\n}"
|
|
2555
|
-
},
|
|
2556
|
-
{
|
|
2557
|
-
"kind": "variable",
|
|
2558
|
-
"name": "Default",
|
|
2559
|
-
"type": {
|
|
2560
|
-
"text": "StoryObj"
|
|
2561
|
-
},
|
|
2562
|
-
"default": "{\n args: {\n anchorText: 'This will show above button',\n },\n ...StylesMapperTemplate,\n}"
|
|
2563
|
-
}
|
|
2564
|
-
],
|
|
2565
|
-
"exports": [
|
|
2566
|
-
{
|
|
2567
|
-
"kind": "js",
|
|
2568
|
-
"name": "default",
|
|
2569
|
-
"declaration": {
|
|
2570
|
-
"name": "meta",
|
|
2571
|
-
"module": "src/anchored-region/anchored-region.stories.ts"
|
|
2572
|
-
}
|
|
2573
|
-
},
|
|
2574
|
-
{
|
|
2575
|
-
"kind": "js",
|
|
2576
|
-
"name": "Default",
|
|
2577
|
-
"declaration": {
|
|
2578
|
-
"name": "Default",
|
|
2579
|
-
"module": "src/anchored-region/anchored-region.stories.ts"
|
|
2580
|
-
}
|
|
2581
|
-
}
|
|
2582
|
-
]
|
|
2583
|
-
},
|
|
2584
|
-
{
|
|
2585
|
-
"kind": "javascript-module",
|
|
2586
|
-
"path": "src/anchored-region/anchored-region.styles.ts",
|
|
2587
|
-
"declarations": [
|
|
2588
|
-
{
|
|
2589
|
-
"kind": "function",
|
|
2590
|
-
"name": "zeroAnchoredRegionStyles",
|
|
2591
|
-
"return": {
|
|
2592
|
-
"type": {
|
|
2593
|
-
"text": "ElementStyles"
|
|
2594
|
-
}
|
|
2595
|
-
},
|
|
2596
|
-
"parameters": [
|
|
2597
|
-
{
|
|
2598
|
-
"name": "context",
|
|
2599
|
-
"type": {
|
|
2600
|
-
"text": "ElementDefinitionContext"
|
|
2601
|
-
}
|
|
2602
|
-
},
|
|
2603
|
-
{
|
|
2604
|
-
"name": "definition",
|
|
2605
|
-
"type": {
|
|
2606
|
-
"text": "FoundationElementDefinition"
|
|
2607
|
-
}
|
|
2608
|
-
}
|
|
2609
|
-
]
|
|
2610
|
-
}
|
|
2611
|
-
],
|
|
2612
|
-
"exports": [
|
|
2613
|
-
{
|
|
2614
|
-
"kind": "js",
|
|
2615
|
-
"name": "zeroAnchoredRegionStyles",
|
|
2616
|
-
"declaration": {
|
|
2617
|
-
"name": "zeroAnchoredRegionStyles",
|
|
2618
|
-
"module": "src/anchored-region/anchored-region.styles.ts"
|
|
2619
|
-
}
|
|
2620
|
-
}
|
|
2621
|
-
]
|
|
2622
|
-
},
|
|
2623
|
-
{
|
|
2624
|
-
"kind": "javascript-module",
|
|
2625
|
-
"path": "src/anchored-region/anchored-region.template.ts",
|
|
2626
|
-
"declarations": [
|
|
2627
|
-
{
|
|
2628
|
-
"kind": "function",
|
|
2629
|
-
"name": "zeroAnchoredRegionTemplate",
|
|
2630
|
-
"return": {
|
|
2631
|
-
"type": {
|
|
2632
|
-
"text": "ViewTemplate<AnchoredRegion>"
|
|
2633
|
-
}
|
|
2634
|
-
},
|
|
2635
|
-
"parameters": [
|
|
2636
|
-
{
|
|
2637
|
-
"name": "context",
|
|
2638
|
-
"type": {
|
|
2639
|
-
"text": "ElementDefinitionContext"
|
|
2606
|
+
"name": "AnchoredRegion",
|
|
2607
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2640
2608
|
}
|
|
2641
2609
|
},
|
|
2642
2610
|
{
|
|
2643
|
-
"
|
|
2644
|
-
"
|
|
2645
|
-
"text": "FoundationElementDefinition"
|
|
2646
|
-
}
|
|
2647
|
-
}
|
|
2648
|
-
]
|
|
2649
|
-
}
|
|
2650
|
-
],
|
|
2651
|
-
"exports": [
|
|
2652
|
-
{
|
|
2653
|
-
"kind": "js",
|
|
2654
|
-
"name": "zeroAnchoredRegionTemplate",
|
|
2655
|
-
"declaration": {
|
|
2656
|
-
"name": "zeroAnchoredRegionTemplate",
|
|
2657
|
-
"module": "src/anchored-region/anchored-region.template.ts"
|
|
2658
|
-
}
|
|
2659
|
-
}
|
|
2660
|
-
]
|
|
2661
|
-
},
|
|
2662
|
-
{
|
|
2663
|
-
"kind": "javascript-module",
|
|
2664
|
-
"path": "src/anchored-region/anchored-region.ts",
|
|
2665
|
-
"declarations": [
|
|
2666
|
-
{
|
|
2667
|
-
"kind": "class",
|
|
2668
|
-
"description": "",
|
|
2669
|
-
"name": "AnchoredRegion",
|
|
2670
|
-
"superclass": {
|
|
2671
|
-
"name": "FoundationAnchoredRegion",
|
|
2672
|
-
"package": "@genesislcap/foundation-ui"
|
|
2673
|
-
},
|
|
2674
|
-
"tagName": "%%prefix%%-anchored-region",
|
|
2675
|
-
"customElement": true,
|
|
2676
|
-
"attributes": [
|
|
2677
|
-
{
|
|
2678
|
-
"name": "anchor",
|
|
2611
|
+
"kind": "field",
|
|
2612
|
+
"name": "verticalDefaultPosition",
|
|
2679
2613
|
"type": {
|
|
2680
|
-
"text": "
|
|
2614
|
+
"text": "VerticalPosition"
|
|
2681
2615
|
},
|
|
2682
|
-
"
|
|
2683
|
-
"
|
|
2684
|
-
"
|
|
2616
|
+
"privacy": "public",
|
|
2617
|
+
"default": "\"unset\"",
|
|
2618
|
+
"description": "The default vertical position of the region relative to the anchor element",
|
|
2685
2619
|
"inheritedFrom": {
|
|
2686
2620
|
"name": "AnchoredRegion",
|
|
2687
2621
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2688
2622
|
}
|
|
2689
2623
|
},
|
|
2690
2624
|
{
|
|
2691
|
-
"
|
|
2692
|
-
"
|
|
2693
|
-
|
|
2625
|
+
"kind": "method",
|
|
2626
|
+
"name": "verticalDefaultPositionChanged",
|
|
2627
|
+
"privacy": "private",
|
|
2628
|
+
"return": {
|
|
2629
|
+
"type": {
|
|
2630
|
+
"text": "void"
|
|
2631
|
+
}
|
|
2694
2632
|
},
|
|
2695
|
-
"default": "\"\"",
|
|
2696
|
-
"description": "The HTML ID of the viewport element this region is positioned relative to",
|
|
2697
|
-
"fieldName": "viewport",
|
|
2698
2633
|
"inheritedFrom": {
|
|
2699
2634
|
"name": "AnchoredRegion",
|
|
2700
2635
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2701
2636
|
}
|
|
2702
2637
|
},
|
|
2703
2638
|
{
|
|
2704
|
-
"
|
|
2639
|
+
"kind": "field",
|
|
2640
|
+
"name": "verticalViewportLock",
|
|
2705
2641
|
"type": {
|
|
2706
|
-
"text": "
|
|
2642
|
+
"text": "boolean"
|
|
2707
2643
|
},
|
|
2708
|
-
"
|
|
2709
|
-
"
|
|
2710
|
-
"
|
|
2644
|
+
"privacy": "public",
|
|
2645
|
+
"default": "false",
|
|
2646
|
+
"description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the vertical axis",
|
|
2711
2647
|
"inheritedFrom": {
|
|
2712
2648
|
"name": "AnchoredRegion",
|
|
2713
2649
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2714
2650
|
}
|
|
2715
2651
|
},
|
|
2716
2652
|
{
|
|
2717
|
-
"
|
|
2718
|
-
"
|
|
2719
|
-
|
|
2653
|
+
"kind": "method",
|
|
2654
|
+
"name": "verticalViewportLockChanged",
|
|
2655
|
+
"privacy": "private",
|
|
2656
|
+
"return": {
|
|
2657
|
+
"type": {
|
|
2658
|
+
"text": "void"
|
|
2659
|
+
}
|
|
2720
2660
|
},
|
|
2721
|
-
"default": "\"unset\"",
|
|
2722
|
-
"description": "The default horizontal position of the region relative to the anchor element",
|
|
2723
|
-
"fieldName": "horizontalDefaultPosition",
|
|
2724
2661
|
"inheritedFrom": {
|
|
2725
2662
|
"name": "AnchoredRegion",
|
|
2726
2663
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2727
2664
|
}
|
|
2728
2665
|
},
|
|
2729
2666
|
{
|
|
2730
|
-
"
|
|
2667
|
+
"kind": "field",
|
|
2668
|
+
"name": "verticalInset",
|
|
2731
2669
|
"type": {
|
|
2732
2670
|
"text": "boolean"
|
|
2733
2671
|
},
|
|
2672
|
+
"privacy": "public",
|
|
2734
2673
|
"default": "false",
|
|
2735
|
-
"description": "Whether the region
|
|
2736
|
-
"fieldName": "horizontalViewportLock",
|
|
2674
|
+
"description": "Whether the region overlaps the anchor on the vertical axis",
|
|
2737
2675
|
"inheritedFrom": {
|
|
2738
2676
|
"name": "AnchoredRegion",
|
|
2739
2677
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2740
2678
|
}
|
|
2741
2679
|
},
|
|
2742
2680
|
{
|
|
2743
|
-
"
|
|
2744
|
-
"
|
|
2745
|
-
|
|
2681
|
+
"kind": "method",
|
|
2682
|
+
"name": "verticalInsetChanged",
|
|
2683
|
+
"privacy": "private",
|
|
2684
|
+
"return": {
|
|
2685
|
+
"type": {
|
|
2686
|
+
"text": "void"
|
|
2687
|
+
}
|
|
2746
2688
|
},
|
|
2747
|
-
"default": "false",
|
|
2748
|
-
"description": "Whether the region overlaps the anchor on the horizontal axis",
|
|
2749
|
-
"fieldName": "horizontalInset",
|
|
2750
2689
|
"inheritedFrom": {
|
|
2751
2690
|
"name": "AnchoredRegion",
|
|
2752
2691
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2753
2692
|
}
|
|
2754
2693
|
},
|
|
2755
2694
|
{
|
|
2756
|
-
"
|
|
2695
|
+
"kind": "field",
|
|
2696
|
+
"name": "verticalThreshold",
|
|
2757
2697
|
"type": {
|
|
2758
2698
|
"text": "number"
|
|
2759
2699
|
},
|
|
2760
|
-
"
|
|
2761
|
-
"
|
|
2700
|
+
"privacy": "public",
|
|
2701
|
+
"description": "How short the space allocated to the default position has to be before the tallest area\nis selected for layout",
|
|
2762
2702
|
"inheritedFrom": {
|
|
2763
2703
|
"name": "AnchoredRegion",
|
|
2764
2704
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2765
2705
|
}
|
|
2766
2706
|
},
|
|
2767
2707
|
{
|
|
2768
|
-
"
|
|
2769
|
-
"
|
|
2770
|
-
|
|
2771
|
-
|
|
2772
|
-
|
|
2773
|
-
|
|
2774
|
-
|
|
2775
|
-
"inheritedFrom": {
|
|
2776
|
-
"name": "AnchoredRegion",
|
|
2777
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
2778
|
-
}
|
|
2779
|
-
},
|
|
2780
|
-
{
|
|
2781
|
-
"name": "vertical-positioning-mode",
|
|
2782
|
-
"type": {
|
|
2783
|
-
"text": "AxisPositioningMode"
|
|
2708
|
+
"kind": "method",
|
|
2709
|
+
"name": "verticalThresholdChanged",
|
|
2710
|
+
"privacy": "private",
|
|
2711
|
+
"return": {
|
|
2712
|
+
"type": {
|
|
2713
|
+
"text": "void"
|
|
2714
|
+
}
|
|
2784
2715
|
},
|
|
2785
|
-
"default": "\"uncontrolled\"",
|
|
2786
|
-
"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",
|
|
2787
|
-
"fieldName": "verticalPositioningMode",
|
|
2788
2716
|
"inheritedFrom": {
|
|
2789
2717
|
"name": "AnchoredRegion",
|
|
2790
2718
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2791
2719
|
}
|
|
2792
2720
|
},
|
|
2793
2721
|
{
|
|
2794
|
-
"
|
|
2722
|
+
"kind": "field",
|
|
2723
|
+
"name": "verticalScaling",
|
|
2795
2724
|
"type": {
|
|
2796
|
-
"text": "
|
|
2725
|
+
"text": "AxisScalingMode"
|
|
2797
2726
|
},
|
|
2798
|
-
"
|
|
2799
|
-
"
|
|
2800
|
-
"
|
|
2727
|
+
"privacy": "public",
|
|
2728
|
+
"default": "\"content\"",
|
|
2729
|
+
"description": "Defines how the height of the region is calculated",
|
|
2801
2730
|
"inheritedFrom": {
|
|
2802
2731
|
"name": "AnchoredRegion",
|
|
2803
2732
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2804
2733
|
}
|
|
2805
2734
|
},
|
|
2806
2735
|
{
|
|
2807
|
-
"
|
|
2808
|
-
"
|
|
2809
|
-
|
|
2736
|
+
"kind": "method",
|
|
2737
|
+
"name": "verticalScalingChanged",
|
|
2738
|
+
"privacy": "private",
|
|
2739
|
+
"return": {
|
|
2740
|
+
"type": {
|
|
2741
|
+
"text": "void"
|
|
2742
|
+
}
|
|
2810
2743
|
},
|
|
2811
|
-
"default": "false",
|
|
2812
|
-
"description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the vertical axis",
|
|
2813
|
-
"fieldName": "verticalViewportLock",
|
|
2814
2744
|
"inheritedFrom": {
|
|
2815
2745
|
"name": "AnchoredRegion",
|
|
2816
2746
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2817
2747
|
}
|
|
2818
2748
|
},
|
|
2819
2749
|
{
|
|
2820
|
-
"
|
|
2750
|
+
"kind": "field",
|
|
2751
|
+
"name": "fixedPlacement",
|
|
2821
2752
|
"type": {
|
|
2822
2753
|
"text": "boolean"
|
|
2823
2754
|
},
|
|
2755
|
+
"privacy": "public",
|
|
2824
2756
|
"default": "false",
|
|
2825
|
-
"description": "Whether the region
|
|
2826
|
-
"fieldName": "verticalInset",
|
|
2827
|
-
"inheritedFrom": {
|
|
2828
|
-
"name": "AnchoredRegion",
|
|
2829
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
2830
|
-
}
|
|
2831
|
-
},
|
|
2832
|
-
{
|
|
2833
|
-
"name": "vertical-threshold",
|
|
2834
|
-
"type": {
|
|
2835
|
-
"text": "number"
|
|
2836
|
-
},
|
|
2837
|
-
"description": "How short the space allocated to the default position has to be before the tallest area\nis selected for layout",
|
|
2838
|
-
"fieldName": "verticalThreshold",
|
|
2839
|
-
"inheritedFrom": {
|
|
2840
|
-
"name": "AnchoredRegion",
|
|
2841
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
2842
|
-
}
|
|
2843
|
-
},
|
|
2844
|
-
{
|
|
2845
|
-
"name": "vertical-scaling",
|
|
2846
|
-
"type": {
|
|
2847
|
-
"text": "AxisScalingMode"
|
|
2848
|
-
},
|
|
2849
|
-
"default": "\"content\"",
|
|
2850
|
-
"description": "Defines how the height of the region is calculated",
|
|
2851
|
-
"fieldName": "verticalScaling",
|
|
2757
|
+
"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,",
|
|
2852
2758
|
"inheritedFrom": {
|
|
2853
2759
|
"name": "AnchoredRegion",
|
|
2854
2760
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2855
2761
|
}
|
|
2856
2762
|
},
|
|
2857
2763
|
{
|
|
2858
|
-
"
|
|
2859
|
-
"
|
|
2860
|
-
|
|
2764
|
+
"kind": "method",
|
|
2765
|
+
"name": "fixedPlacementChanged",
|
|
2766
|
+
"privacy": "private",
|
|
2767
|
+
"return": {
|
|
2768
|
+
"type": {
|
|
2769
|
+
"text": "void"
|
|
2770
|
+
}
|
|
2861
2771
|
},
|
|
2862
|
-
"default": "false",
|
|
2863
|
-
"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,",
|
|
2864
|
-
"fieldName": "fixedPlacement",
|
|
2865
2772
|
"inheritedFrom": {
|
|
2866
2773
|
"name": "AnchoredRegion",
|
|
2867
2774
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2868
2775
|
}
|
|
2869
2776
|
},
|
|
2870
2777
|
{
|
|
2871
|
-
"
|
|
2778
|
+
"kind": "field",
|
|
2779
|
+
"name": "autoUpdateMode",
|
|
2872
2780
|
"type": {
|
|
2873
2781
|
"text": "AutoUpdateMode"
|
|
2874
2782
|
},
|
|
2783
|
+
"privacy": "public",
|
|
2875
2784
|
"default": "\"anchor\"",
|
|
2876
2785
|
"description": "Defines what triggers the anchored region to revaluate positioning",
|
|
2877
|
-
"fieldName": "autoUpdateMode",
|
|
2878
|
-
"inheritedFrom": {
|
|
2879
|
-
"name": "AnchoredRegion",
|
|
2880
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
2881
|
-
}
|
|
2882
|
-
}
|
|
2883
|
-
],
|
|
2884
|
-
"members": [
|
|
2885
|
-
{
|
|
2886
|
-
"kind": "field",
|
|
2887
|
-
"name": "anchor",
|
|
2888
|
-
"type": {
|
|
2889
|
-
"text": "string"
|
|
2890
|
-
},
|
|
2891
|
-
"privacy": "public",
|
|
2892
|
-
"default": "\"\"",
|
|
2893
|
-
"description": "The HTML ID of the anchor element this region is positioned relative to",
|
|
2894
2786
|
"inheritedFrom": {
|
|
2895
2787
|
"name": "AnchoredRegion",
|
|
2896
2788
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -2898,13 +2790,27 @@
|
|
|
2898
2790
|
},
|
|
2899
2791
|
{
|
|
2900
2792
|
"kind": "method",
|
|
2901
|
-
"name": "
|
|
2793
|
+
"name": "autoUpdateModeChanged",
|
|
2902
2794
|
"privacy": "private",
|
|
2903
2795
|
"return": {
|
|
2904
2796
|
"type": {
|
|
2905
2797
|
"text": "void"
|
|
2906
2798
|
}
|
|
2907
2799
|
},
|
|
2800
|
+
"parameters": [
|
|
2801
|
+
{
|
|
2802
|
+
"name": "prevMode",
|
|
2803
|
+
"type": {
|
|
2804
|
+
"text": "AutoUpdateMode"
|
|
2805
|
+
}
|
|
2806
|
+
},
|
|
2807
|
+
{
|
|
2808
|
+
"name": "newMode",
|
|
2809
|
+
"type": {
|
|
2810
|
+
"text": "AutoUpdateMode"
|
|
2811
|
+
}
|
|
2812
|
+
}
|
|
2813
|
+
],
|
|
2908
2814
|
"inheritedFrom": {
|
|
2909
2815
|
"name": "AnchoredRegion",
|
|
2910
2816
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -2912,13 +2818,13 @@
|
|
|
2912
2818
|
},
|
|
2913
2819
|
{
|
|
2914
2820
|
"kind": "field",
|
|
2915
|
-
"name": "
|
|
2821
|
+
"name": "anchorElement",
|
|
2916
2822
|
"type": {
|
|
2917
|
-
"text": "
|
|
2823
|
+
"text": "HTMLElement | null"
|
|
2918
2824
|
},
|
|
2919
2825
|
"privacy": "public",
|
|
2920
|
-
"default": "
|
|
2921
|
-
"description": "The HTML
|
|
2826
|
+
"default": "null",
|
|
2827
|
+
"description": "The HTML element being used as the anchor",
|
|
2922
2828
|
"inheritedFrom": {
|
|
2923
2829
|
"name": "AnchoredRegion",
|
|
2924
2830
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -2926,7 +2832,7 @@
|
|
|
2926
2832
|
},
|
|
2927
2833
|
{
|
|
2928
2834
|
"kind": "method",
|
|
2929
|
-
"name": "
|
|
2835
|
+
"name": "anchorElementChanged",
|
|
2930
2836
|
"privacy": "private",
|
|
2931
2837
|
"return": {
|
|
2932
2838
|
"type": {
|
|
@@ -2940,13 +2846,13 @@
|
|
|
2940
2846
|
},
|
|
2941
2847
|
{
|
|
2942
2848
|
"kind": "field",
|
|
2943
|
-
"name": "
|
|
2849
|
+
"name": "viewportElement",
|
|
2944
2850
|
"type": {
|
|
2945
|
-
"text": "
|
|
2851
|
+
"text": "HTMLElement | null"
|
|
2946
2852
|
},
|
|
2947
2853
|
"privacy": "public",
|
|
2948
|
-
"default": "
|
|
2949
|
-
"description": "
|
|
2854
|
+
"default": "null",
|
|
2855
|
+
"description": "The HTML element being used as the viewport",
|
|
2950
2856
|
"inheritedFrom": {
|
|
2951
2857
|
"name": "AnchoredRegion",
|
|
2952
2858
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -2954,7 +2860,7 @@
|
|
|
2954
2860
|
},
|
|
2955
2861
|
{
|
|
2956
2862
|
"kind": "method",
|
|
2957
|
-
"name": "
|
|
2863
|
+
"name": "viewportElementChanged",
|
|
2958
2864
|
"privacy": "private",
|
|
2959
2865
|
"return": {
|
|
2960
2866
|
"type": {
|
|
@@ -2968,27 +2874,25 @@
|
|
|
2968
2874
|
},
|
|
2969
2875
|
{
|
|
2970
2876
|
"kind": "field",
|
|
2971
|
-
"name": "
|
|
2877
|
+
"name": "verticalPosition",
|
|
2972
2878
|
"type": {
|
|
2973
|
-
"text": "
|
|
2879
|
+
"text": "AnchoredRegionPositionLabel | undefined"
|
|
2974
2880
|
},
|
|
2975
2881
|
"privacy": "public",
|
|
2976
|
-
"
|
|
2977
|
-
"description": "The default horizontal position of the region relative to the anchor element",
|
|
2882
|
+
"description": "indicates the current horizontal position of the region",
|
|
2978
2883
|
"inheritedFrom": {
|
|
2979
2884
|
"name": "AnchoredRegion",
|
|
2980
2885
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2981
2886
|
}
|
|
2982
2887
|
},
|
|
2983
2888
|
{
|
|
2984
|
-
"kind": "
|
|
2985
|
-
"name": "
|
|
2986
|
-
"
|
|
2987
|
-
|
|
2988
|
-
"type": {
|
|
2989
|
-
"text": "void"
|
|
2990
|
-
}
|
|
2889
|
+
"kind": "field",
|
|
2890
|
+
"name": "horizontalPosition",
|
|
2891
|
+
"type": {
|
|
2892
|
+
"text": "AnchoredRegionPositionLabel | undefined"
|
|
2991
2893
|
},
|
|
2894
|
+
"privacy": "public",
|
|
2895
|
+
"description": "indicates the current vertical position of the region",
|
|
2992
2896
|
"inheritedFrom": {
|
|
2993
2897
|
"name": "AnchoredRegion",
|
|
2994
2898
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -2996,27 +2900,24 @@
|
|
|
2996
2900
|
},
|
|
2997
2901
|
{
|
|
2998
2902
|
"kind": "field",
|
|
2999
|
-
"name": "
|
|
2903
|
+
"name": "translateX",
|
|
3000
2904
|
"type": {
|
|
3001
|
-
"text": "
|
|
2905
|
+
"text": "number"
|
|
3002
2906
|
},
|
|
3003
|
-
"privacy": "
|
|
3004
|
-
"
|
|
3005
|
-
"description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the horizontal axis",
|
|
2907
|
+
"privacy": "private",
|
|
2908
|
+
"description": "values to be applied to the component's transform on render",
|
|
3006
2909
|
"inheritedFrom": {
|
|
3007
2910
|
"name": "AnchoredRegion",
|
|
3008
2911
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3009
2912
|
}
|
|
3010
2913
|
},
|
|
3011
2914
|
{
|
|
3012
|
-
"kind": "
|
|
3013
|
-
"name": "
|
|
3014
|
-
"
|
|
3015
|
-
|
|
3016
|
-
"type": {
|
|
3017
|
-
"text": "void"
|
|
3018
|
-
}
|
|
2915
|
+
"kind": "field",
|
|
2916
|
+
"name": "translateY",
|
|
2917
|
+
"type": {
|
|
2918
|
+
"text": "number"
|
|
3019
2919
|
},
|
|
2920
|
+
"privacy": "private",
|
|
3020
2921
|
"inheritedFrom": {
|
|
3021
2922
|
"name": "AnchoredRegion",
|
|
3022
2923
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3024,27 +2925,24 @@
|
|
|
3024
2925
|
},
|
|
3025
2926
|
{
|
|
3026
2927
|
"kind": "field",
|
|
3027
|
-
"name": "
|
|
2928
|
+
"name": "regionWidth",
|
|
3028
2929
|
"type": {
|
|
3029
|
-
"text": "
|
|
2930
|
+
"text": "string"
|
|
3030
2931
|
},
|
|
3031
|
-
"privacy": "
|
|
3032
|
-
"
|
|
3033
|
-
"description": "Whether the region overlaps the anchor on the horizontal axis",
|
|
2932
|
+
"privacy": "private",
|
|
2933
|
+
"description": "the span to be applied to the region on each axis",
|
|
3034
2934
|
"inheritedFrom": {
|
|
3035
2935
|
"name": "AnchoredRegion",
|
|
3036
2936
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3037
2937
|
}
|
|
3038
2938
|
},
|
|
3039
2939
|
{
|
|
3040
|
-
"kind": "
|
|
3041
|
-
"name": "
|
|
3042
|
-
"
|
|
3043
|
-
|
|
3044
|
-
"type": {
|
|
3045
|
-
"text": "void"
|
|
3046
|
-
}
|
|
2940
|
+
"kind": "field",
|
|
2941
|
+
"name": "regionHeight",
|
|
2942
|
+
"type": {
|
|
2943
|
+
"text": "string"
|
|
3047
2944
|
},
|
|
2945
|
+
"privacy": "private",
|
|
3048
2946
|
"inheritedFrom": {
|
|
3049
2947
|
"name": "AnchoredRegion",
|
|
3050
2948
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3052,26 +2950,24 @@
|
|
|
3052
2950
|
},
|
|
3053
2951
|
{
|
|
3054
2952
|
"kind": "field",
|
|
3055
|
-
"name": "
|
|
2953
|
+
"name": "resizeDetector",
|
|
3056
2954
|
"type": {
|
|
3057
|
-
"text": "
|
|
2955
|
+
"text": "ResizeObserverClassDefinition | null"
|
|
3058
2956
|
},
|
|
3059
|
-
"privacy": "
|
|
3060
|
-
"
|
|
2957
|
+
"privacy": "private",
|
|
2958
|
+
"default": "null",
|
|
3061
2959
|
"inheritedFrom": {
|
|
3062
2960
|
"name": "AnchoredRegion",
|
|
3063
2961
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3064
2962
|
}
|
|
3065
2963
|
},
|
|
3066
2964
|
{
|
|
3067
|
-
"kind": "
|
|
3068
|
-
"name": "
|
|
3069
|
-
"
|
|
3070
|
-
|
|
3071
|
-
"type": {
|
|
3072
|
-
"text": "void"
|
|
3073
|
-
}
|
|
2965
|
+
"kind": "field",
|
|
2966
|
+
"name": "viewportRect",
|
|
2967
|
+
"type": {
|
|
2968
|
+
"text": "ClientRect | DOMRect | undefined"
|
|
3074
2969
|
},
|
|
2970
|
+
"privacy": "private",
|
|
3075
2971
|
"inheritedFrom": {
|
|
3076
2972
|
"name": "AnchoredRegion",
|
|
3077
2973
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3079,27 +2975,23 @@
|
|
|
3079
2975
|
},
|
|
3080
2976
|
{
|
|
3081
2977
|
"kind": "field",
|
|
3082
|
-
"name": "
|
|
2978
|
+
"name": "anchorRect",
|
|
3083
2979
|
"type": {
|
|
3084
|
-
"text": "
|
|
2980
|
+
"text": "ClientRect | DOMRect | undefined"
|
|
3085
2981
|
},
|
|
3086
|
-
"privacy": "
|
|
3087
|
-
"default": "\"content\"",
|
|
3088
|
-
"description": "Defines how the width of the region is calculated",
|
|
2982
|
+
"privacy": "private",
|
|
3089
2983
|
"inheritedFrom": {
|
|
3090
2984
|
"name": "AnchoredRegion",
|
|
3091
2985
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3092
2986
|
}
|
|
3093
2987
|
},
|
|
3094
2988
|
{
|
|
3095
|
-
"kind": "
|
|
3096
|
-
"name": "
|
|
3097
|
-
"
|
|
3098
|
-
|
|
3099
|
-
"type": {
|
|
3100
|
-
"text": "void"
|
|
3101
|
-
}
|
|
2989
|
+
"kind": "field",
|
|
2990
|
+
"name": "regionRect",
|
|
2991
|
+
"type": {
|
|
2992
|
+
"text": "ClientRect | DOMRect | undefined"
|
|
3102
2993
|
},
|
|
2994
|
+
"privacy": "private",
|
|
3103
2995
|
"inheritedFrom": {
|
|
3104
2996
|
"name": "AnchoredRegion",
|
|
3105
2997
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3107,27 +2999,26 @@
|
|
|
3107
2999
|
},
|
|
3108
3000
|
{
|
|
3109
3001
|
"kind": "field",
|
|
3110
|
-
"name": "
|
|
3002
|
+
"name": "baseHorizontalOffset",
|
|
3111
3003
|
"type": {
|
|
3112
|
-
"text": "
|
|
3004
|
+
"text": "number"
|
|
3113
3005
|
},
|
|
3114
|
-
"privacy": "
|
|
3115
|
-
"default": "
|
|
3116
|
-
"description": "
|
|
3006
|
+
"privacy": "private",
|
|
3007
|
+
"default": "0",
|
|
3008
|
+
"description": "base offsets between the positioner's base position and the anchor's",
|
|
3117
3009
|
"inheritedFrom": {
|
|
3118
3010
|
"name": "AnchoredRegion",
|
|
3119
3011
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3120
3012
|
}
|
|
3121
3013
|
},
|
|
3122
3014
|
{
|
|
3123
|
-
"kind": "
|
|
3124
|
-
"name": "
|
|
3125
|
-
"
|
|
3126
|
-
|
|
3127
|
-
"type": {
|
|
3128
|
-
"text": "void"
|
|
3129
|
-
}
|
|
3015
|
+
"kind": "field",
|
|
3016
|
+
"name": "baseVerticalOffset",
|
|
3017
|
+
"type": {
|
|
3018
|
+
"text": "number"
|
|
3130
3019
|
},
|
|
3020
|
+
"privacy": "private",
|
|
3021
|
+
"default": "0",
|
|
3131
3022
|
"inheritedFrom": {
|
|
3132
3023
|
"name": "AnchoredRegion",
|
|
3133
3024
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3135,27 +3026,12 @@
|
|
|
3135
3026
|
},
|
|
3136
3027
|
{
|
|
3137
3028
|
"kind": "field",
|
|
3138
|
-
"name": "
|
|
3029
|
+
"name": "pendingPositioningUpdate",
|
|
3139
3030
|
"type": {
|
|
3140
|
-
"text": "
|
|
3031
|
+
"text": "boolean"
|
|
3141
3032
|
},
|
|
3142
|
-
"privacy": "public",
|
|
3143
|
-
"default": "\"unset\"",
|
|
3144
|
-
"description": "The default vertical position of the region relative to the anchor element",
|
|
3145
|
-
"inheritedFrom": {
|
|
3146
|
-
"name": "AnchoredRegion",
|
|
3147
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3148
|
-
}
|
|
3149
|
-
},
|
|
3150
|
-
{
|
|
3151
|
-
"kind": "method",
|
|
3152
|
-
"name": "verticalDefaultPositionChanged",
|
|
3153
3033
|
"privacy": "private",
|
|
3154
|
-
"
|
|
3155
|
-
"type": {
|
|
3156
|
-
"text": "void"
|
|
3157
|
-
}
|
|
3158
|
-
},
|
|
3034
|
+
"default": "false",
|
|
3159
3035
|
"inheritedFrom": {
|
|
3160
3036
|
"name": "AnchoredRegion",
|
|
3161
3037
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3163,27 +3039,24 @@
|
|
|
3163
3039
|
},
|
|
3164
3040
|
{
|
|
3165
3041
|
"kind": "field",
|
|
3166
|
-
"name": "
|
|
3042
|
+
"name": "pendingReset",
|
|
3167
3043
|
"type": {
|
|
3168
3044
|
"text": "boolean"
|
|
3169
3045
|
},
|
|
3170
|
-
"privacy": "
|
|
3046
|
+
"privacy": "private",
|
|
3171
3047
|
"default": "false",
|
|
3172
|
-
"description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the vertical axis",
|
|
3173
3048
|
"inheritedFrom": {
|
|
3174
3049
|
"name": "AnchoredRegion",
|
|
3175
3050
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3176
3051
|
}
|
|
3177
3052
|
},
|
|
3178
3053
|
{
|
|
3179
|
-
"kind": "
|
|
3180
|
-
"name": "
|
|
3181
|
-
"
|
|
3182
|
-
|
|
3183
|
-
"type": {
|
|
3184
|
-
"text": "void"
|
|
3185
|
-
}
|
|
3054
|
+
"kind": "field",
|
|
3055
|
+
"name": "currentDirection",
|
|
3056
|
+
"type": {
|
|
3057
|
+
"text": "Direction"
|
|
3186
3058
|
},
|
|
3059
|
+
"privacy": "private",
|
|
3187
3060
|
"inheritedFrom": {
|
|
3188
3061
|
"name": "AnchoredRegion",
|
|
3189
3062
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3191,27 +3064,25 @@
|
|
|
3191
3064
|
},
|
|
3192
3065
|
{
|
|
3193
3066
|
"kind": "field",
|
|
3194
|
-
"name": "
|
|
3067
|
+
"name": "regionVisible",
|
|
3195
3068
|
"type": {
|
|
3196
3069
|
"text": "boolean"
|
|
3197
3070
|
},
|
|
3198
|
-
"privacy": "
|
|
3071
|
+
"privacy": "private",
|
|
3199
3072
|
"default": "false",
|
|
3200
|
-
"description": "Whether the region overlaps the anchor on the vertical axis",
|
|
3201
3073
|
"inheritedFrom": {
|
|
3202
3074
|
"name": "AnchoredRegion",
|
|
3203
3075
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3204
3076
|
}
|
|
3205
3077
|
},
|
|
3206
3078
|
{
|
|
3207
|
-
"kind": "
|
|
3208
|
-
"name": "
|
|
3209
|
-
"
|
|
3210
|
-
|
|
3211
|
-
"type": {
|
|
3212
|
-
"text": "void"
|
|
3213
|
-
}
|
|
3079
|
+
"kind": "field",
|
|
3080
|
+
"name": "forceUpdate",
|
|
3081
|
+
"type": {
|
|
3082
|
+
"text": "boolean"
|
|
3214
3083
|
},
|
|
3084
|
+
"privacy": "private",
|
|
3085
|
+
"default": "false",
|
|
3215
3086
|
"inheritedFrom": {
|
|
3216
3087
|
"name": "AnchoredRegion",
|
|
3217
3088
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3219,26 +3090,26 @@
|
|
|
3219
3090
|
},
|
|
3220
3091
|
{
|
|
3221
3092
|
"kind": "field",
|
|
3222
|
-
"name": "
|
|
3093
|
+
"name": "updateThreshold",
|
|
3223
3094
|
"type": {
|
|
3224
3095
|
"text": "number"
|
|
3225
3096
|
},
|
|
3226
|
-
"privacy": "
|
|
3227
|
-
"
|
|
3097
|
+
"privacy": "private",
|
|
3098
|
+
"default": "0.5",
|
|
3228
3099
|
"inheritedFrom": {
|
|
3229
3100
|
"name": "AnchoredRegion",
|
|
3230
3101
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3231
3102
|
}
|
|
3232
3103
|
},
|
|
3233
3104
|
{
|
|
3234
|
-
"kind": "
|
|
3235
|
-
"name": "
|
|
3236
|
-
"
|
|
3237
|
-
|
|
3238
|
-
"type": {
|
|
3239
|
-
"text": "void"
|
|
3240
|
-
}
|
|
3105
|
+
"kind": "field",
|
|
3106
|
+
"name": "intersectionService",
|
|
3107
|
+
"type": {
|
|
3108
|
+
"text": "IntersectionService"
|
|
3241
3109
|
},
|
|
3110
|
+
"privacy": "private",
|
|
3111
|
+
"static": true,
|
|
3112
|
+
"default": "new IntersectionService()",
|
|
3242
3113
|
"inheritedFrom": {
|
|
3243
3114
|
"name": "AnchoredRegion",
|
|
3244
3115
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3246,13 +3117,9 @@
|
|
|
3246
3117
|
},
|
|
3247
3118
|
{
|
|
3248
3119
|
"kind": "field",
|
|
3249
|
-
"name": "
|
|
3250
|
-
"type": {
|
|
3251
|
-
"text": "AxisScalingMode"
|
|
3252
|
-
},
|
|
3120
|
+
"name": "update",
|
|
3253
3121
|
"privacy": "public",
|
|
3254
|
-
"
|
|
3255
|
-
"description": "Defines how the height of the region is calculated",
|
|
3122
|
+
"description": "update position",
|
|
3256
3123
|
"inheritedFrom": {
|
|
3257
3124
|
"name": "AnchoredRegion",
|
|
3258
3125
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3260,27 +3127,14 @@
|
|
|
3260
3127
|
},
|
|
3261
3128
|
{
|
|
3262
3129
|
"kind": "method",
|
|
3263
|
-
"name": "
|
|
3130
|
+
"name": "disconnectResizeDetector",
|
|
3264
3131
|
"privacy": "private",
|
|
3265
3132
|
"return": {
|
|
3266
3133
|
"type": {
|
|
3267
3134
|
"text": "void"
|
|
3268
3135
|
}
|
|
3269
3136
|
},
|
|
3270
|
-
"
|
|
3271
|
-
"name": "AnchoredRegion",
|
|
3272
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3273
|
-
}
|
|
3274
|
-
},
|
|
3275
|
-
{
|
|
3276
|
-
"kind": "field",
|
|
3277
|
-
"name": "fixedPlacement",
|
|
3278
|
-
"type": {
|
|
3279
|
-
"text": "boolean"
|
|
3280
|
-
},
|
|
3281
|
-
"privacy": "public",
|
|
3282
|
-
"default": "false",
|
|
3283
|
-
"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,",
|
|
3137
|
+
"description": "destroys the instance's resize observer",
|
|
3284
3138
|
"inheritedFrom": {
|
|
3285
3139
|
"name": "AnchoredRegion",
|
|
3286
3140
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3288,27 +3142,29 @@
|
|
|
3288
3142
|
},
|
|
3289
3143
|
{
|
|
3290
3144
|
"kind": "method",
|
|
3291
|
-
"name": "
|
|
3145
|
+
"name": "initializeResizeDetector",
|
|
3292
3146
|
"privacy": "private",
|
|
3293
3147
|
"return": {
|
|
3294
3148
|
"type": {
|
|
3295
3149
|
"text": "void"
|
|
3296
3150
|
}
|
|
3297
3151
|
},
|
|
3152
|
+
"description": "initializes the instance's resize observer",
|
|
3298
3153
|
"inheritedFrom": {
|
|
3299
3154
|
"name": "AnchoredRegion",
|
|
3300
3155
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3301
3156
|
}
|
|
3302
3157
|
},
|
|
3303
3158
|
{
|
|
3304
|
-
"kind": "
|
|
3305
|
-
"name": "
|
|
3306
|
-
"
|
|
3307
|
-
|
|
3159
|
+
"kind": "method",
|
|
3160
|
+
"name": "updateForAttributeChange",
|
|
3161
|
+
"privacy": "private",
|
|
3162
|
+
"return": {
|
|
3163
|
+
"type": {
|
|
3164
|
+
"text": "void"
|
|
3165
|
+
}
|
|
3308
3166
|
},
|
|
3309
|
-
"
|
|
3310
|
-
"default": "\"anchor\"",
|
|
3311
|
-
"description": "Defines what triggers the anchored region to revaluate positioning",
|
|
3167
|
+
"description": "react to attribute changes that don't require a reset",
|
|
3312
3168
|
"inheritedFrom": {
|
|
3313
3169
|
"name": "AnchoredRegion",
|
|
3314
3170
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3316,41 +3172,29 @@
|
|
|
3316
3172
|
},
|
|
3317
3173
|
{
|
|
3318
3174
|
"kind": "method",
|
|
3319
|
-
"name": "
|
|
3175
|
+
"name": "initialize",
|
|
3320
3176
|
"privacy": "private",
|
|
3321
3177
|
"return": {
|
|
3322
3178
|
"type": {
|
|
3323
3179
|
"text": "void"
|
|
3324
3180
|
}
|
|
3325
3181
|
},
|
|
3326
|
-
"
|
|
3327
|
-
{
|
|
3328
|
-
"name": "prevMode",
|
|
3329
|
-
"type": {
|
|
3330
|
-
"text": "AutoUpdateMode"
|
|
3331
|
-
}
|
|
3332
|
-
},
|
|
3333
|
-
{
|
|
3334
|
-
"name": "newMode",
|
|
3335
|
-
"type": {
|
|
3336
|
-
"text": "AutoUpdateMode"
|
|
3337
|
-
}
|
|
3338
|
-
}
|
|
3339
|
-
],
|
|
3182
|
+
"description": "fully initializes the component",
|
|
3340
3183
|
"inheritedFrom": {
|
|
3341
3184
|
"name": "AnchoredRegion",
|
|
3342
3185
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3343
3186
|
}
|
|
3344
3187
|
},
|
|
3345
3188
|
{
|
|
3346
|
-
"kind": "
|
|
3347
|
-
"name": "
|
|
3348
|
-
"
|
|
3349
|
-
|
|
3189
|
+
"kind": "method",
|
|
3190
|
+
"name": "requestReset",
|
|
3191
|
+
"privacy": "private",
|
|
3192
|
+
"return": {
|
|
3193
|
+
"type": {
|
|
3194
|
+
"text": "void"
|
|
3195
|
+
}
|
|
3350
3196
|
},
|
|
3351
|
-
"
|
|
3352
|
-
"default": "null",
|
|
3353
|
-
"description": "The HTML element being used as the anchor",
|
|
3197
|
+
"description": "Request a reset if there are currently no open requests",
|
|
3354
3198
|
"inheritedFrom": {
|
|
3355
3199
|
"name": "AnchoredRegion",
|
|
3356
3200
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3358,13 +3202,14 @@
|
|
|
3358
3202
|
},
|
|
3359
3203
|
{
|
|
3360
3204
|
"kind": "method",
|
|
3361
|
-
"name": "
|
|
3205
|
+
"name": "setInitialState",
|
|
3362
3206
|
"privacy": "private",
|
|
3363
3207
|
"return": {
|
|
3364
3208
|
"type": {
|
|
3365
3209
|
"text": "void"
|
|
3366
3210
|
}
|
|
3367
3211
|
},
|
|
3212
|
+
"description": "sets the starting configuration for component internal values",
|
|
3368
3213
|
"inheritedFrom": {
|
|
3369
3214
|
"name": "AnchoredRegion",
|
|
3370
3215
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3372,27 +3217,19 @@
|
|
|
3372
3217
|
},
|
|
3373
3218
|
{
|
|
3374
3219
|
"kind": "field",
|
|
3375
|
-
"name": "
|
|
3376
|
-
"
|
|
3377
|
-
|
|
3378
|
-
},
|
|
3379
|
-
"privacy": "public",
|
|
3380
|
-
"default": "null",
|
|
3381
|
-
"description": "The HTML element being used as the viewport",
|
|
3220
|
+
"name": "startObservers",
|
|
3221
|
+
"privacy": "private",
|
|
3222
|
+
"description": "starts observers",
|
|
3382
3223
|
"inheritedFrom": {
|
|
3383
3224
|
"name": "AnchoredRegion",
|
|
3384
3225
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3385
3226
|
}
|
|
3386
3227
|
},
|
|
3387
3228
|
{
|
|
3388
|
-
"kind": "
|
|
3389
|
-
"name": "
|
|
3229
|
+
"kind": "field",
|
|
3230
|
+
"name": "requestPositionUpdates",
|
|
3390
3231
|
"privacy": "private",
|
|
3391
|
-
"
|
|
3392
|
-
"type": {
|
|
3393
|
-
"text": "void"
|
|
3394
|
-
}
|
|
3395
|
-
},
|
|
3232
|
+
"description": "get position updates",
|
|
3396
3233
|
"inheritedFrom": {
|
|
3397
3234
|
"name": "AnchoredRegion",
|
|
3398
3235
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3400,12 +3237,9 @@
|
|
|
3400
3237
|
},
|
|
3401
3238
|
{
|
|
3402
3239
|
"kind": "field",
|
|
3403
|
-
"name": "
|
|
3404
|
-
"
|
|
3405
|
-
|
|
3406
|
-
},
|
|
3407
|
-
"privacy": "public",
|
|
3408
|
-
"description": "indicates the current horizontal position of the region",
|
|
3240
|
+
"name": "stopObservers",
|
|
3241
|
+
"privacy": "private",
|
|
3242
|
+
"description": "stops observers",
|
|
3409
3243
|
"inheritedFrom": {
|
|
3410
3244
|
"name": "AnchoredRegion",
|
|
3411
3245
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3413,12 +3247,9 @@
|
|
|
3413
3247
|
},
|
|
3414
3248
|
{
|
|
3415
3249
|
"kind": "field",
|
|
3416
|
-
"name": "
|
|
3417
|
-
"
|
|
3418
|
-
|
|
3419
|
-
},
|
|
3420
|
-
"privacy": "public",
|
|
3421
|
-
"description": "indicates the current vertical position of the region",
|
|
3250
|
+
"name": "getViewport",
|
|
3251
|
+
"privacy": "private",
|
|
3252
|
+
"description": "Gets the viewport element by id, or defaults to document root",
|
|
3422
3253
|
"inheritedFrom": {
|
|
3423
3254
|
"name": "AnchoredRegion",
|
|
3424
3255
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3426,12 +3257,9 @@
|
|
|
3426
3257
|
},
|
|
3427
3258
|
{
|
|
3428
3259
|
"kind": "field",
|
|
3429
|
-
"name": "
|
|
3430
|
-
"type": {
|
|
3431
|
-
"text": "number"
|
|
3432
|
-
},
|
|
3260
|
+
"name": "getAnchor",
|
|
3433
3261
|
"privacy": "private",
|
|
3434
|
-
"description": "
|
|
3262
|
+
"description": "Gets the anchor element by id",
|
|
3435
3263
|
"inheritedFrom": {
|
|
3436
3264
|
"name": "AnchoredRegion",
|
|
3437
3265
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3439,11 +3267,9 @@
|
|
|
3439
3267
|
},
|
|
3440
3268
|
{
|
|
3441
3269
|
"kind": "field",
|
|
3442
|
-
"name": "
|
|
3443
|
-
"type": {
|
|
3444
|
-
"text": "number"
|
|
3445
|
-
},
|
|
3270
|
+
"name": "handleIntersection",
|
|
3446
3271
|
"privacy": "private",
|
|
3272
|
+
"description": "Handle intersections",
|
|
3447
3273
|
"inheritedFrom": {
|
|
3448
3274
|
"name": "AnchoredRegion",
|
|
3449
3275
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3451,12 +3277,9 @@
|
|
|
3451
3277
|
},
|
|
3452
3278
|
{
|
|
3453
3279
|
"kind": "field",
|
|
3454
|
-
"name": "
|
|
3455
|
-
"type": {
|
|
3456
|
-
"text": "string"
|
|
3457
|
-
},
|
|
3280
|
+
"name": "applyIntersectionEntries",
|
|
3458
3281
|
"privacy": "private",
|
|
3459
|
-
"description": "
|
|
3282
|
+
"description": "iterate through intersection entries and apply data",
|
|
3460
3283
|
"inheritedFrom": {
|
|
3461
3284
|
"name": "AnchoredRegion",
|
|
3462
3285
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3464,11 +3287,9 @@
|
|
|
3464
3287
|
},
|
|
3465
3288
|
{
|
|
3466
3289
|
"kind": "field",
|
|
3467
|
-
"name": "
|
|
3468
|
-
"type": {
|
|
3469
|
-
"text": "string"
|
|
3470
|
-
},
|
|
3290
|
+
"name": "updateRegionOffset",
|
|
3471
3291
|
"privacy": "private",
|
|
3292
|
+
"description": "Update the offset values",
|
|
3472
3293
|
"inheritedFrom": {
|
|
3473
3294
|
"name": "AnchoredRegion",
|
|
3474
3295
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3476,12 +3297,9 @@
|
|
|
3476
3297
|
},
|
|
3477
3298
|
{
|
|
3478
3299
|
"kind": "field",
|
|
3479
|
-
"name": "
|
|
3480
|
-
"type": {
|
|
3481
|
-
"text": "ResizeObserverClassDefinition | null"
|
|
3482
|
-
},
|
|
3300
|
+
"name": "isRectDifferent",
|
|
3483
3301
|
"privacy": "private",
|
|
3484
|
-
"
|
|
3302
|
+
"description": "compare rects to see if there is enough change to justify a DOM update",
|
|
3485
3303
|
"inheritedFrom": {
|
|
3486
3304
|
"name": "AnchoredRegion",
|
|
3487
3305
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3489,11 +3307,9 @@
|
|
|
3489
3307
|
},
|
|
3490
3308
|
{
|
|
3491
3309
|
"kind": "field",
|
|
3492
|
-
"name": "
|
|
3493
|
-
"type": {
|
|
3494
|
-
"text": "ClientRect | DOMRect | undefined"
|
|
3495
|
-
},
|
|
3310
|
+
"name": "handleResize",
|
|
3496
3311
|
"privacy": "private",
|
|
3312
|
+
"description": "Handle resize events",
|
|
3497
3313
|
"inheritedFrom": {
|
|
3498
3314
|
"name": "AnchoredRegion",
|
|
3499
3315
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3501,11 +3317,9 @@
|
|
|
3501
3317
|
},
|
|
3502
3318
|
{
|
|
3503
3319
|
"kind": "field",
|
|
3504
|
-
"name": "
|
|
3505
|
-
"type": {
|
|
3506
|
-
"text": "ClientRect | DOMRect | undefined"
|
|
3507
|
-
},
|
|
3320
|
+
"name": "reset",
|
|
3508
3321
|
"privacy": "private",
|
|
3322
|
+
"description": "resets the component",
|
|
3509
3323
|
"inheritedFrom": {
|
|
3510
3324
|
"name": "AnchoredRegion",
|
|
3511
3325
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3513,11 +3327,9 @@
|
|
|
3513
3327
|
},
|
|
3514
3328
|
{
|
|
3515
3329
|
"kind": "field",
|
|
3516
|
-
"name": "
|
|
3517
|
-
"type": {
|
|
3518
|
-
"text": "ClientRect | DOMRect | undefined"
|
|
3519
|
-
},
|
|
3330
|
+
"name": "updateLayout",
|
|
3520
3331
|
"privacy": "private",
|
|
3332
|
+
"description": "Recalculate layout related state values",
|
|
3521
3333
|
"inheritedFrom": {
|
|
3522
3334
|
"name": "AnchoredRegion",
|
|
3523
3335
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3525,13 +3337,9 @@
|
|
|
3525
3337
|
},
|
|
3526
3338
|
{
|
|
3527
3339
|
"kind": "field",
|
|
3528
|
-
"name": "
|
|
3529
|
-
"type": {
|
|
3530
|
-
"text": "number"
|
|
3531
|
-
},
|
|
3340
|
+
"name": "updateRegionStyle",
|
|
3532
3341
|
"privacy": "private",
|
|
3533
|
-
"
|
|
3534
|
-
"description": "base offsets between the positioner's base position and the anchor's",
|
|
3342
|
+
"description": "Updates the style string applied to the region element as well as the css classes attached\nto the root element",
|
|
3535
3343
|
"inheritedFrom": {
|
|
3536
3344
|
"name": "AnchoredRegion",
|
|
3537
3345
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3539,12 +3347,9 @@
|
|
|
3539
3347
|
},
|
|
3540
3348
|
{
|
|
3541
3349
|
"kind": "field",
|
|
3542
|
-
"name": "
|
|
3543
|
-
"type": {
|
|
3544
|
-
"text": "number"
|
|
3545
|
-
},
|
|
3350
|
+
"name": "updatePositionClasses",
|
|
3546
3351
|
"privacy": "private",
|
|
3547
|
-
"
|
|
3352
|
+
"description": "Updates the css classes that reflect the current position of the element",
|
|
3548
3353
|
"inheritedFrom": {
|
|
3549
3354
|
"name": "AnchoredRegion",
|
|
3550
3355
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3552,12 +3357,9 @@
|
|
|
3552
3357
|
},
|
|
3553
3358
|
{
|
|
3554
3359
|
"kind": "field",
|
|
3555
|
-
"name": "
|
|
3556
|
-
"type": {
|
|
3557
|
-
"text": "boolean"
|
|
3558
|
-
},
|
|
3360
|
+
"name": "setHorizontalPosition",
|
|
3559
3361
|
"privacy": "private",
|
|
3560
|
-
"
|
|
3362
|
+
"description": "Get horizontal positioning state based on desired position",
|
|
3561
3363
|
"inheritedFrom": {
|
|
3562
3364
|
"name": "AnchoredRegion",
|
|
3563
3365
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3565,12 +3367,9 @@
|
|
|
3565
3367
|
},
|
|
3566
3368
|
{
|
|
3567
3369
|
"kind": "field",
|
|
3568
|
-
"name": "
|
|
3569
|
-
"type": {
|
|
3570
|
-
"text": "boolean"
|
|
3571
|
-
},
|
|
3370
|
+
"name": "setVerticalPosition",
|
|
3572
3371
|
"privacy": "private",
|
|
3573
|
-
"
|
|
3372
|
+
"description": "Set vertical positioning state based on desired position",
|
|
3574
3373
|
"inheritedFrom": {
|
|
3575
3374
|
"name": "AnchoredRegion",
|
|
3576
3375
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3578,11 +3377,9 @@
|
|
|
3578
3377
|
},
|
|
3579
3378
|
{
|
|
3580
3379
|
"kind": "field",
|
|
3581
|
-
"name": "
|
|
3582
|
-
"type": {
|
|
3583
|
-
"text": "Direction"
|
|
3584
|
-
},
|
|
3380
|
+
"name": "getPositioningOptions",
|
|
3585
3381
|
"privacy": "private",
|
|
3382
|
+
"description": "Get available positions based on positioning mode",
|
|
3586
3383
|
"inheritedFrom": {
|
|
3587
3384
|
"name": "AnchoredRegion",
|
|
3588
3385
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3590,12 +3387,9 @@
|
|
|
3590
3387
|
},
|
|
3591
3388
|
{
|
|
3592
3389
|
"kind": "field",
|
|
3593
|
-
"name": "
|
|
3594
|
-
"type": {
|
|
3595
|
-
"text": "boolean"
|
|
3596
|
-
},
|
|
3390
|
+
"name": "getAvailableSpace",
|
|
3597
3391
|
"privacy": "private",
|
|
3598
|
-
"
|
|
3392
|
+
"description": "Get the space available for a particular relative position",
|
|
3599
3393
|
"inheritedFrom": {
|
|
3600
3394
|
"name": "AnchoredRegion",
|
|
3601
3395
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3603,12 +3397,9 @@
|
|
|
3603
3397
|
},
|
|
3604
3398
|
{
|
|
3605
3399
|
"kind": "field",
|
|
3606
|
-
"name": "
|
|
3607
|
-
"type": {
|
|
3608
|
-
"text": "boolean"
|
|
3609
|
-
},
|
|
3400
|
+
"name": "getNextRegionDimension",
|
|
3610
3401
|
"privacy": "private",
|
|
3611
|
-
"
|
|
3402
|
+
"description": "Get region dimensions",
|
|
3612
3403
|
"inheritedFrom": {
|
|
3613
3404
|
"name": "AnchoredRegion",
|
|
3614
3405
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3616,12 +3407,9 @@
|
|
|
3616
3407
|
},
|
|
3617
3408
|
{
|
|
3618
3409
|
"kind": "field",
|
|
3619
|
-
"name": "
|
|
3620
|
-
"type": {
|
|
3621
|
-
"text": "number"
|
|
3622
|
-
},
|
|
3410
|
+
"name": "startAutoUpdateEventListeners",
|
|
3623
3411
|
"privacy": "private",
|
|
3624
|
-
"
|
|
3412
|
+
"description": "starts event listeners that can trigger auto updating",
|
|
3625
3413
|
"inheritedFrom": {
|
|
3626
3414
|
"name": "AnchoredRegion",
|
|
3627
3415
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3629,13 +3417,9 @@
|
|
|
3629
3417
|
},
|
|
3630
3418
|
{
|
|
3631
3419
|
"kind": "field",
|
|
3632
|
-
"name": "
|
|
3633
|
-
"type": {
|
|
3634
|
-
"text": "IntersectionService"
|
|
3635
|
-
},
|
|
3420
|
+
"name": "stopAutoUpdateEventListeners",
|
|
3636
3421
|
"privacy": "private",
|
|
3637
|
-
"
|
|
3638
|
-
"default": "new IntersectionService()",
|
|
3422
|
+
"description": "stops event listeners that can trigger auto updating",
|
|
3639
3423
|
"inheritedFrom": {
|
|
3640
3424
|
"name": "AnchoredRegion",
|
|
3641
3425
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3643,39 +3427,38 @@
|
|
|
3643
3427
|
},
|
|
3644
3428
|
{
|
|
3645
3429
|
"kind": "field",
|
|
3646
|
-
"name": "
|
|
3647
|
-
"
|
|
3648
|
-
|
|
3430
|
+
"name": "_presentation",
|
|
3431
|
+
"type": {
|
|
3432
|
+
"text": "ComponentPresentation | null | undefined"
|
|
3433
|
+
},
|
|
3434
|
+
"privacy": "private",
|
|
3435
|
+
"default": "void 0",
|
|
3649
3436
|
"inheritedFrom": {
|
|
3650
3437
|
"name": "AnchoredRegion",
|
|
3651
3438
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3652
3439
|
}
|
|
3653
3440
|
},
|
|
3654
3441
|
{
|
|
3655
|
-
"kind": "
|
|
3656
|
-
"name": "
|
|
3657
|
-
"
|
|
3658
|
-
|
|
3659
|
-
"type": {
|
|
3660
|
-
"text": "void"
|
|
3661
|
-
}
|
|
3442
|
+
"kind": "field",
|
|
3443
|
+
"name": "$presentation",
|
|
3444
|
+
"type": {
|
|
3445
|
+
"text": "ComponentPresentation | null"
|
|
3662
3446
|
},
|
|
3663
|
-
"
|
|
3447
|
+
"privacy": "public",
|
|
3448
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
3664
3449
|
"inheritedFrom": {
|
|
3665
3450
|
"name": "AnchoredRegion",
|
|
3666
3451
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3667
3452
|
}
|
|
3668
3453
|
},
|
|
3669
3454
|
{
|
|
3670
|
-
"kind": "
|
|
3671
|
-
"name": "
|
|
3672
|
-
"
|
|
3673
|
-
|
|
3674
|
-
"type": {
|
|
3675
|
-
"text": "void"
|
|
3676
|
-
}
|
|
3455
|
+
"kind": "field",
|
|
3456
|
+
"name": "template",
|
|
3457
|
+
"type": {
|
|
3458
|
+
"text": "ElementViewTemplate | void | null"
|
|
3677
3459
|
},
|
|
3678
|
-
"
|
|
3460
|
+
"privacy": "public",
|
|
3461
|
+
"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.",
|
|
3679
3462
|
"inheritedFrom": {
|
|
3680
3463
|
"name": "AnchoredRegion",
|
|
3681
3464
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3683,29 +3466,26 @@
|
|
|
3683
3466
|
},
|
|
3684
3467
|
{
|
|
3685
3468
|
"kind": "method",
|
|
3686
|
-
"name": "
|
|
3687
|
-
"privacy": "
|
|
3469
|
+
"name": "templateChanged",
|
|
3470
|
+
"privacy": "protected",
|
|
3688
3471
|
"return": {
|
|
3689
3472
|
"type": {
|
|
3690
3473
|
"text": "void"
|
|
3691
3474
|
}
|
|
3692
3475
|
},
|
|
3693
|
-
"description": "react to attribute changes that don't require a reset",
|
|
3694
3476
|
"inheritedFrom": {
|
|
3695
3477
|
"name": "AnchoredRegion",
|
|
3696
3478
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3697
3479
|
}
|
|
3698
3480
|
},
|
|
3699
3481
|
{
|
|
3700
|
-
"kind": "
|
|
3701
|
-
"name": "
|
|
3702
|
-
"
|
|
3703
|
-
|
|
3704
|
-
"type": {
|
|
3705
|
-
"text": "void"
|
|
3706
|
-
}
|
|
3482
|
+
"kind": "field",
|
|
3483
|
+
"name": "styles",
|
|
3484
|
+
"type": {
|
|
3485
|
+
"text": "ElementStyles | void | null"
|
|
3707
3486
|
},
|
|
3708
|
-
"
|
|
3487
|
+
"privacy": "public",
|
|
3488
|
+
"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.",
|
|
3709
3489
|
"inheritedFrom": {
|
|
3710
3490
|
"name": "AnchoredRegion",
|
|
3711
3491
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3713,14 +3493,13 @@
|
|
|
3713
3493
|
},
|
|
3714
3494
|
{
|
|
3715
3495
|
"kind": "method",
|
|
3716
|
-
"name": "
|
|
3717
|
-
"privacy": "
|
|
3496
|
+
"name": "stylesChanged",
|
|
3497
|
+
"privacy": "protected",
|
|
3718
3498
|
"return": {
|
|
3719
3499
|
"type": {
|
|
3720
3500
|
"text": "void"
|
|
3721
3501
|
}
|
|
3722
3502
|
},
|
|
3723
|
-
"description": "Request a reset if there are currently no open requests",
|
|
3724
3503
|
"inheritedFrom": {
|
|
3725
3504
|
"name": "AnchoredRegion",
|
|
3726
3505
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3728,227 +3507,466 @@
|
|
|
3728
3507
|
},
|
|
3729
3508
|
{
|
|
3730
3509
|
"kind": "method",
|
|
3731
|
-
"name": "
|
|
3732
|
-
"privacy": "
|
|
3510
|
+
"name": "compose",
|
|
3511
|
+
"privacy": "public",
|
|
3512
|
+
"static": true,
|
|
3733
3513
|
"return": {
|
|
3734
3514
|
"type": {
|
|
3735
|
-
"text": "
|
|
3515
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
3736
3516
|
}
|
|
3737
3517
|
},
|
|
3738
|
-
"
|
|
3518
|
+
"parameters": [
|
|
3519
|
+
{
|
|
3520
|
+
"name": "this",
|
|
3521
|
+
"type": {
|
|
3522
|
+
"text": "K"
|
|
3523
|
+
}
|
|
3524
|
+
},
|
|
3525
|
+
{
|
|
3526
|
+
"name": "elementDefinition",
|
|
3527
|
+
"type": {
|
|
3528
|
+
"text": "T"
|
|
3529
|
+
},
|
|
3530
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
3531
|
+
}
|
|
3532
|
+
],
|
|
3533
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
3739
3534
|
"inheritedFrom": {
|
|
3740
3535
|
"name": "AnchoredRegion",
|
|
3741
3536
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3742
3537
|
}
|
|
3743
|
-
}
|
|
3538
|
+
}
|
|
3539
|
+
],
|
|
3540
|
+
"events": [
|
|
3744
3541
|
{
|
|
3745
|
-
"
|
|
3746
|
-
"name": "
|
|
3747
|
-
"privacy": "private",
|
|
3748
|
-
"description": "starts observers",
|
|
3542
|
+
"description": "Fires a custom 'loaded' event when the region is loaded and visible",
|
|
3543
|
+
"name": "loaded",
|
|
3749
3544
|
"inheritedFrom": {
|
|
3750
3545
|
"name": "AnchoredRegion",
|
|
3751
3546
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3752
3547
|
}
|
|
3753
3548
|
},
|
|
3754
3549
|
{
|
|
3755
|
-
"
|
|
3756
|
-
"name": "
|
|
3757
|
-
"privacy": "private",
|
|
3758
|
-
"description": "get position updates",
|
|
3550
|
+
"description": "Fires a custom 'positionchange' event when the position has changed",
|
|
3551
|
+
"name": "positionchange",
|
|
3759
3552
|
"inheritedFrom": {
|
|
3760
3553
|
"name": "AnchoredRegion",
|
|
3761
3554
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3762
3555
|
}
|
|
3556
|
+
}
|
|
3557
|
+
]
|
|
3558
|
+
},
|
|
3559
|
+
{
|
|
3560
|
+
"kind": "variable",
|
|
3561
|
+
"name": "zeroAnchoredRegion"
|
|
3562
|
+
}
|
|
3563
|
+
],
|
|
3564
|
+
"exports": [
|
|
3565
|
+
{
|
|
3566
|
+
"kind": "js",
|
|
3567
|
+
"name": "AnchoredRegion",
|
|
3568
|
+
"declaration": {
|
|
3569
|
+
"name": "AnchoredRegion",
|
|
3570
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3571
|
+
}
|
|
3572
|
+
},
|
|
3573
|
+
{
|
|
3574
|
+
"kind": "js",
|
|
3575
|
+
"name": "zeroAnchoredRegion",
|
|
3576
|
+
"declaration": {
|
|
3577
|
+
"name": "zeroAnchoredRegion",
|
|
3578
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3579
|
+
}
|
|
3580
|
+
}
|
|
3581
|
+
]
|
|
3582
|
+
},
|
|
3583
|
+
{
|
|
3584
|
+
"kind": "javascript-module",
|
|
3585
|
+
"path": "src/anchored-region/index.ts",
|
|
3586
|
+
"declarations": [],
|
|
3587
|
+
"exports": [
|
|
3588
|
+
{
|
|
3589
|
+
"kind": "js",
|
|
3590
|
+
"name": "*",
|
|
3591
|
+
"declaration": {
|
|
3592
|
+
"name": "*",
|
|
3593
|
+
"package": "./anchored-region"
|
|
3594
|
+
}
|
|
3595
|
+
},
|
|
3596
|
+
{
|
|
3597
|
+
"kind": "js",
|
|
3598
|
+
"name": "*",
|
|
3599
|
+
"declaration": {
|
|
3600
|
+
"name": "*",
|
|
3601
|
+
"package": "./anchored-region.styles"
|
|
3602
|
+
}
|
|
3603
|
+
},
|
|
3604
|
+
{
|
|
3605
|
+
"kind": "js",
|
|
3606
|
+
"name": "*",
|
|
3607
|
+
"declaration": {
|
|
3608
|
+
"name": "*",
|
|
3609
|
+
"package": "./anchored-region.template"
|
|
3610
|
+
}
|
|
3611
|
+
}
|
|
3612
|
+
]
|
|
3613
|
+
},
|
|
3614
|
+
{
|
|
3615
|
+
"kind": "javascript-module",
|
|
3616
|
+
"path": "src/anchor/anchor.stories.ts",
|
|
3617
|
+
"declarations": [
|
|
3618
|
+
{
|
|
3619
|
+
"kind": "variable",
|
|
3620
|
+
"name": "meta",
|
|
3621
|
+
"type": {
|
|
3622
|
+
"text": "Meta"
|
|
3623
|
+
},
|
|
3624
|
+
"default": "{\n title: 'Anchor',\n component: 'zero-anchor',\n}"
|
|
3625
|
+
},
|
|
3626
|
+
{
|
|
3627
|
+
"kind": "variable",
|
|
3628
|
+
"name": "All",
|
|
3629
|
+
"type": {
|
|
3630
|
+
"text": "StoryObj"
|
|
3631
|
+
},
|
|
3632
|
+
"default": "{\n args: {\n anchorText: 'Rapid Anchor',\n appearances: ZeroAppearanceValues,\n },\n ...StylesMapperTemplate,\n}"
|
|
3633
|
+
}
|
|
3634
|
+
],
|
|
3635
|
+
"exports": [
|
|
3636
|
+
{
|
|
3637
|
+
"kind": "js",
|
|
3638
|
+
"name": "default",
|
|
3639
|
+
"declaration": {
|
|
3640
|
+
"name": "meta",
|
|
3641
|
+
"module": "src/anchor/anchor.stories.ts"
|
|
3642
|
+
}
|
|
3643
|
+
},
|
|
3644
|
+
{
|
|
3645
|
+
"kind": "js",
|
|
3646
|
+
"name": "All",
|
|
3647
|
+
"declaration": {
|
|
3648
|
+
"name": "All",
|
|
3649
|
+
"module": "src/anchor/anchor.stories.ts"
|
|
3650
|
+
}
|
|
3651
|
+
}
|
|
3652
|
+
]
|
|
3653
|
+
},
|
|
3654
|
+
{
|
|
3655
|
+
"kind": "javascript-module",
|
|
3656
|
+
"path": "src/anchor/anchor.styles.ts",
|
|
3657
|
+
"declarations": [
|
|
3658
|
+
{
|
|
3659
|
+
"kind": "function",
|
|
3660
|
+
"name": "zeroAnchorStyles",
|
|
3661
|
+
"return": {
|
|
3662
|
+
"type": {
|
|
3663
|
+
"text": "ElementStyles"
|
|
3664
|
+
}
|
|
3665
|
+
},
|
|
3666
|
+
"parameters": [
|
|
3667
|
+
{
|
|
3668
|
+
"name": "context",
|
|
3669
|
+
"type": {
|
|
3670
|
+
"text": "ElementDefinitionContext"
|
|
3671
|
+
}
|
|
3763
3672
|
},
|
|
3764
3673
|
{
|
|
3765
|
-
"
|
|
3766
|
-
"
|
|
3767
|
-
|
|
3768
|
-
|
|
3769
|
-
|
|
3770
|
-
|
|
3771
|
-
|
|
3674
|
+
"name": "definition",
|
|
3675
|
+
"type": {
|
|
3676
|
+
"text": "FoundationElementDefinition"
|
|
3677
|
+
}
|
|
3678
|
+
}
|
|
3679
|
+
]
|
|
3680
|
+
}
|
|
3681
|
+
],
|
|
3682
|
+
"exports": [
|
|
3683
|
+
{
|
|
3684
|
+
"kind": "js",
|
|
3685
|
+
"name": "zeroAnchorStyles",
|
|
3686
|
+
"declaration": {
|
|
3687
|
+
"name": "zeroAnchorStyles",
|
|
3688
|
+
"module": "src/anchor/anchor.styles.ts"
|
|
3689
|
+
}
|
|
3690
|
+
}
|
|
3691
|
+
]
|
|
3692
|
+
},
|
|
3693
|
+
{
|
|
3694
|
+
"kind": "javascript-module",
|
|
3695
|
+
"path": "src/anchor/anchor.template.ts",
|
|
3696
|
+
"declarations": [
|
|
3697
|
+
{
|
|
3698
|
+
"kind": "function",
|
|
3699
|
+
"name": "zeroAnchorTemplate",
|
|
3700
|
+
"return": {
|
|
3701
|
+
"type": {
|
|
3702
|
+
"text": "ViewTemplate<Anchor>"
|
|
3703
|
+
}
|
|
3704
|
+
},
|
|
3705
|
+
"parameters": [
|
|
3706
|
+
{
|
|
3707
|
+
"name": "context",
|
|
3708
|
+
"type": {
|
|
3709
|
+
"text": "ElementDefinitionContext"
|
|
3772
3710
|
}
|
|
3773
3711
|
},
|
|
3774
3712
|
{
|
|
3775
|
-
"
|
|
3776
|
-
"
|
|
3777
|
-
|
|
3778
|
-
|
|
3713
|
+
"name": "definition",
|
|
3714
|
+
"type": {
|
|
3715
|
+
"text": "FoundationElementDefinition"
|
|
3716
|
+
}
|
|
3717
|
+
}
|
|
3718
|
+
]
|
|
3719
|
+
}
|
|
3720
|
+
],
|
|
3721
|
+
"exports": [
|
|
3722
|
+
{
|
|
3723
|
+
"kind": "js",
|
|
3724
|
+
"name": "zeroAnchorTemplate",
|
|
3725
|
+
"declaration": {
|
|
3726
|
+
"name": "zeroAnchorTemplate",
|
|
3727
|
+
"module": "src/anchor/anchor.template.ts"
|
|
3728
|
+
}
|
|
3729
|
+
}
|
|
3730
|
+
]
|
|
3731
|
+
},
|
|
3732
|
+
{
|
|
3733
|
+
"kind": "javascript-module",
|
|
3734
|
+
"path": "src/anchor/anchor.ts",
|
|
3735
|
+
"declarations": [
|
|
3736
|
+
{
|
|
3737
|
+
"kind": "class",
|
|
3738
|
+
"description": "",
|
|
3739
|
+
"name": "Anchor",
|
|
3740
|
+
"superclass": {
|
|
3741
|
+
"name": "FoundationAnchor",
|
|
3742
|
+
"package": "@genesislcap/foundation-ui"
|
|
3743
|
+
},
|
|
3744
|
+
"tagName": "%%prefix%%-anchor",
|
|
3745
|
+
"customElement": true,
|
|
3746
|
+
"attributes": [
|
|
3747
|
+
{
|
|
3748
|
+
"name": "download",
|
|
3749
|
+
"type": {
|
|
3750
|
+
"text": "string"
|
|
3751
|
+
},
|
|
3752
|
+
"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.",
|
|
3753
|
+
"fieldName": "download",
|
|
3779
3754
|
"inheritedFrom": {
|
|
3780
|
-
"name": "
|
|
3781
|
-
"module": "src/
|
|
3755
|
+
"name": "Anchor",
|
|
3756
|
+
"module": "src/anchor/anchor.ts"
|
|
3782
3757
|
}
|
|
3783
3758
|
},
|
|
3784
3759
|
{
|
|
3785
|
-
"
|
|
3786
|
-
"
|
|
3787
|
-
|
|
3788
|
-
|
|
3760
|
+
"name": "href",
|
|
3761
|
+
"type": {
|
|
3762
|
+
"text": "string"
|
|
3763
|
+
},
|
|
3764
|
+
"description": "The URL the hyperlink references. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
3765
|
+
"fieldName": "href",
|
|
3789
3766
|
"inheritedFrom": {
|
|
3790
|
-
"name": "
|
|
3791
|
-
"module": "src/
|
|
3767
|
+
"name": "Anchor",
|
|
3768
|
+
"module": "src/anchor/anchor.ts"
|
|
3792
3769
|
}
|
|
3793
3770
|
},
|
|
3794
3771
|
{
|
|
3795
|
-
"
|
|
3796
|
-
"
|
|
3797
|
-
|
|
3798
|
-
|
|
3772
|
+
"name": "hreflang",
|
|
3773
|
+
"type": {
|
|
3774
|
+
"text": "string"
|
|
3775
|
+
},
|
|
3776
|
+
"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.",
|
|
3777
|
+
"fieldName": "hreflang",
|
|
3799
3778
|
"inheritedFrom": {
|
|
3800
|
-
"name": "
|
|
3801
|
-
"module": "src/
|
|
3779
|
+
"name": "Anchor",
|
|
3780
|
+
"module": "src/anchor/anchor.ts"
|
|
3802
3781
|
}
|
|
3803
3782
|
},
|
|
3804
3783
|
{
|
|
3805
|
-
"
|
|
3806
|
-
"
|
|
3807
|
-
|
|
3808
|
-
|
|
3784
|
+
"name": "ping",
|
|
3785
|
+
"type": {
|
|
3786
|
+
"text": "string"
|
|
3787
|
+
},
|
|
3788
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
3789
|
+
"fieldName": "ping",
|
|
3809
3790
|
"inheritedFrom": {
|
|
3810
|
-
"name": "
|
|
3811
|
-
"module": "src/
|
|
3791
|
+
"name": "Anchor",
|
|
3792
|
+
"module": "src/anchor/anchor.ts"
|
|
3812
3793
|
}
|
|
3813
3794
|
},
|
|
3814
3795
|
{
|
|
3815
|
-
"
|
|
3816
|
-
"
|
|
3817
|
-
|
|
3818
|
-
|
|
3796
|
+
"name": "referrerpolicy",
|
|
3797
|
+
"type": {
|
|
3798
|
+
"text": "string"
|
|
3799
|
+
},
|
|
3800
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
3801
|
+
"fieldName": "referrerpolicy",
|
|
3819
3802
|
"inheritedFrom": {
|
|
3820
|
-
"name": "
|
|
3821
|
-
"module": "src/
|
|
3803
|
+
"name": "Anchor",
|
|
3804
|
+
"module": "src/anchor/anchor.ts"
|
|
3822
3805
|
}
|
|
3823
3806
|
},
|
|
3824
3807
|
{
|
|
3825
|
-
"
|
|
3826
|
-
"
|
|
3827
|
-
|
|
3828
|
-
|
|
3808
|
+
"name": "rel",
|
|
3809
|
+
"type": {
|
|
3810
|
+
"text": "string"
|
|
3811
|
+
},
|
|
3812
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
3813
|
+
"fieldName": "rel",
|
|
3829
3814
|
"inheritedFrom": {
|
|
3830
|
-
"name": "
|
|
3831
|
-
"module": "src/
|
|
3815
|
+
"name": "Anchor",
|
|
3816
|
+
"module": "src/anchor/anchor.ts"
|
|
3832
3817
|
}
|
|
3833
3818
|
},
|
|
3834
3819
|
{
|
|
3835
|
-
"
|
|
3836
|
-
"
|
|
3837
|
-
|
|
3838
|
-
|
|
3820
|
+
"name": "target",
|
|
3821
|
+
"type": {
|
|
3822
|
+
"text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
|
|
3823
|
+
},
|
|
3824
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
3825
|
+
"fieldName": "target",
|
|
3839
3826
|
"inheritedFrom": {
|
|
3840
|
-
"name": "
|
|
3841
|
-
"module": "src/
|
|
3827
|
+
"name": "Anchor",
|
|
3828
|
+
"module": "src/anchor/anchor.ts"
|
|
3842
3829
|
}
|
|
3843
3830
|
},
|
|
3844
3831
|
{
|
|
3845
|
-
"
|
|
3846
|
-
"
|
|
3847
|
-
|
|
3848
|
-
|
|
3832
|
+
"name": "type",
|
|
3833
|
+
"type": {
|
|
3834
|
+
"text": "string"
|
|
3835
|
+
},
|
|
3836
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
3837
|
+
"fieldName": "type",
|
|
3849
3838
|
"inheritedFrom": {
|
|
3850
|
-
"name": "
|
|
3851
|
-
"module": "src/
|
|
3839
|
+
"name": "Anchor",
|
|
3840
|
+
"module": "src/anchor/anchor.ts"
|
|
3852
3841
|
}
|
|
3853
|
-
}
|
|
3842
|
+
}
|
|
3843
|
+
],
|
|
3844
|
+
"members": [
|
|
3854
3845
|
{
|
|
3855
3846
|
"kind": "field",
|
|
3856
|
-
"name": "
|
|
3857
|
-
"
|
|
3858
|
-
|
|
3847
|
+
"name": "download",
|
|
3848
|
+
"type": {
|
|
3849
|
+
"text": "string"
|
|
3850
|
+
},
|
|
3851
|
+
"privacy": "public",
|
|
3852
|
+
"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.",
|
|
3859
3853
|
"inheritedFrom": {
|
|
3860
|
-
"name": "
|
|
3861
|
-
"module": "src/
|
|
3854
|
+
"name": "Anchor",
|
|
3855
|
+
"module": "src/anchor/anchor.ts"
|
|
3862
3856
|
}
|
|
3863
3857
|
},
|
|
3864
3858
|
{
|
|
3865
3859
|
"kind": "field",
|
|
3866
|
-
"name": "
|
|
3867
|
-
"
|
|
3868
|
-
|
|
3860
|
+
"name": "href",
|
|
3861
|
+
"type": {
|
|
3862
|
+
"text": "string"
|
|
3863
|
+
},
|
|
3864
|
+
"privacy": "public",
|
|
3865
|
+
"description": "The URL the hyperlink references. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
3869
3866
|
"inheritedFrom": {
|
|
3870
|
-
"name": "
|
|
3871
|
-
"module": "src/
|
|
3867
|
+
"name": "Anchor",
|
|
3868
|
+
"module": "src/anchor/anchor.ts"
|
|
3872
3869
|
}
|
|
3873
3870
|
},
|
|
3874
3871
|
{
|
|
3875
3872
|
"kind": "field",
|
|
3876
|
-
"name": "
|
|
3877
|
-
"
|
|
3878
|
-
|
|
3873
|
+
"name": "hreflang",
|
|
3874
|
+
"type": {
|
|
3875
|
+
"text": "string"
|
|
3876
|
+
},
|
|
3877
|
+
"privacy": "public",
|
|
3878
|
+
"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.",
|
|
3879
3879
|
"inheritedFrom": {
|
|
3880
|
-
"name": "
|
|
3881
|
-
"module": "src/
|
|
3880
|
+
"name": "Anchor",
|
|
3881
|
+
"module": "src/anchor/anchor.ts"
|
|
3882
3882
|
}
|
|
3883
3883
|
},
|
|
3884
3884
|
{
|
|
3885
3885
|
"kind": "field",
|
|
3886
|
-
"name": "
|
|
3887
|
-
"
|
|
3888
|
-
|
|
3886
|
+
"name": "ping",
|
|
3887
|
+
"type": {
|
|
3888
|
+
"text": "string"
|
|
3889
|
+
},
|
|
3890
|
+
"privacy": "public",
|
|
3891
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
3889
3892
|
"inheritedFrom": {
|
|
3890
|
-
"name": "
|
|
3891
|
-
"module": "src/
|
|
3893
|
+
"name": "Anchor",
|
|
3894
|
+
"module": "src/anchor/anchor.ts"
|
|
3892
3895
|
}
|
|
3893
3896
|
},
|
|
3894
3897
|
{
|
|
3895
3898
|
"kind": "field",
|
|
3896
|
-
"name": "
|
|
3897
|
-
"
|
|
3898
|
-
|
|
3899
|
+
"name": "referrerpolicy",
|
|
3900
|
+
"type": {
|
|
3901
|
+
"text": "string"
|
|
3902
|
+
},
|
|
3903
|
+
"privacy": "public",
|
|
3904
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
3899
3905
|
"inheritedFrom": {
|
|
3900
|
-
"name": "
|
|
3901
|
-
"module": "src/
|
|
3906
|
+
"name": "Anchor",
|
|
3907
|
+
"module": "src/anchor/anchor.ts"
|
|
3902
3908
|
}
|
|
3903
3909
|
},
|
|
3904
3910
|
{
|
|
3905
3911
|
"kind": "field",
|
|
3906
|
-
"name": "
|
|
3907
|
-
"
|
|
3908
|
-
|
|
3912
|
+
"name": "rel",
|
|
3913
|
+
"type": {
|
|
3914
|
+
"text": "string"
|
|
3915
|
+
},
|
|
3916
|
+
"privacy": "public",
|
|
3917
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
3909
3918
|
"inheritedFrom": {
|
|
3910
|
-
"name": "
|
|
3911
|
-
"module": "src/
|
|
3919
|
+
"name": "Anchor",
|
|
3920
|
+
"module": "src/anchor/anchor.ts"
|
|
3912
3921
|
}
|
|
3913
3922
|
},
|
|
3914
3923
|
{
|
|
3915
3924
|
"kind": "field",
|
|
3916
|
-
"name": "
|
|
3917
|
-
"
|
|
3918
|
-
|
|
3925
|
+
"name": "target",
|
|
3926
|
+
"type": {
|
|
3927
|
+
"text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
|
|
3928
|
+
},
|
|
3929
|
+
"privacy": "public",
|
|
3930
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
3919
3931
|
"inheritedFrom": {
|
|
3920
|
-
"name": "
|
|
3921
|
-
"module": "src/
|
|
3932
|
+
"name": "Anchor",
|
|
3933
|
+
"module": "src/anchor/anchor.ts"
|
|
3922
3934
|
}
|
|
3923
3935
|
},
|
|
3924
3936
|
{
|
|
3925
3937
|
"kind": "field",
|
|
3926
|
-
"name": "
|
|
3927
|
-
"
|
|
3928
|
-
|
|
3938
|
+
"name": "type",
|
|
3939
|
+
"type": {
|
|
3940
|
+
"text": "string"
|
|
3941
|
+
},
|
|
3942
|
+
"privacy": "public",
|
|
3943
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
3929
3944
|
"inheritedFrom": {
|
|
3930
|
-
"name": "
|
|
3931
|
-
"module": "src/
|
|
3945
|
+
"name": "Anchor",
|
|
3946
|
+
"module": "src/anchor/anchor.ts"
|
|
3932
3947
|
}
|
|
3933
3948
|
},
|
|
3934
3949
|
{
|
|
3935
3950
|
"kind": "field",
|
|
3936
|
-
"name": "
|
|
3937
|
-
"
|
|
3938
|
-
|
|
3951
|
+
"name": "control",
|
|
3952
|
+
"type": {
|
|
3953
|
+
"text": "HTMLAnchorElement | undefined"
|
|
3954
|
+
},
|
|
3955
|
+
"privacy": "public",
|
|
3956
|
+
"description": "References the root element",
|
|
3939
3957
|
"inheritedFrom": {
|
|
3940
|
-
"name": "
|
|
3941
|
-
"module": "src/
|
|
3958
|
+
"name": "Anchor",
|
|
3959
|
+
"module": "src/anchor/anchor.ts"
|
|
3942
3960
|
}
|
|
3943
3961
|
},
|
|
3944
3962
|
{
|
|
3945
3963
|
"kind": "field",
|
|
3946
|
-
"name": "
|
|
3964
|
+
"name": "handleUnsupportedDelegatesFocus",
|
|
3947
3965
|
"privacy": "private",
|
|
3948
|
-
"description": "
|
|
3966
|
+
"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",
|
|
3949
3967
|
"inheritedFrom": {
|
|
3950
|
-
"name": "
|
|
3951
|
-
"module": "src/
|
|
3968
|
+
"name": "Anchor",
|
|
3969
|
+
"module": "src/anchor/anchor.ts"
|
|
3952
3970
|
}
|
|
3953
3971
|
},
|
|
3954
3972
|
{
|
|
@@ -3960,8 +3978,8 @@
|
|
|
3960
3978
|
"privacy": "private",
|
|
3961
3979
|
"default": "void 0",
|
|
3962
3980
|
"inheritedFrom": {
|
|
3963
|
-
"name": "
|
|
3964
|
-
"module": "src/
|
|
3981
|
+
"name": "Anchor",
|
|
3982
|
+
"module": "src/anchor/anchor.ts"
|
|
3965
3983
|
}
|
|
3966
3984
|
},
|
|
3967
3985
|
{
|
|
@@ -3973,8 +3991,8 @@
|
|
|
3973
3991
|
"privacy": "public",
|
|
3974
3992
|
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
3975
3993
|
"inheritedFrom": {
|
|
3976
|
-
"name": "
|
|
3977
|
-
"module": "src/
|
|
3994
|
+
"name": "Anchor",
|
|
3995
|
+
"module": "src/anchor/anchor.ts"
|
|
3978
3996
|
}
|
|
3979
3997
|
},
|
|
3980
3998
|
{
|
|
@@ -3986,8 +4004,8 @@
|
|
|
3986
4004
|
"privacy": "public",
|
|
3987
4005
|
"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.",
|
|
3988
4006
|
"inheritedFrom": {
|
|
3989
|
-
"name": "
|
|
3990
|
-
"module": "src/
|
|
4007
|
+
"name": "Anchor",
|
|
4008
|
+
"module": "src/anchor/anchor.ts"
|
|
3991
4009
|
}
|
|
3992
4010
|
},
|
|
3993
4011
|
{
|
|
@@ -4000,8 +4018,8 @@
|
|
|
4000
4018
|
}
|
|
4001
4019
|
},
|
|
4002
4020
|
"inheritedFrom": {
|
|
4003
|
-
"name": "
|
|
4004
|
-
"module": "src/
|
|
4021
|
+
"name": "Anchor",
|
|
4022
|
+
"module": "src/anchor/anchor.ts"
|
|
4005
4023
|
}
|
|
4006
4024
|
},
|
|
4007
4025
|
{
|
|
@@ -4013,8 +4031,8 @@
|
|
|
4013
4031
|
"privacy": "public",
|
|
4014
4032
|
"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.",
|
|
4015
4033
|
"inheritedFrom": {
|
|
4016
|
-
"name": "
|
|
4017
|
-
"module": "src/
|
|
4034
|
+
"name": "Anchor",
|
|
4035
|
+
"module": "src/anchor/anchor.ts"
|
|
4018
4036
|
}
|
|
4019
4037
|
},
|
|
4020
4038
|
{
|
|
@@ -4027,8 +4045,8 @@
|
|
|
4027
4045
|
}
|
|
4028
4046
|
},
|
|
4029
4047
|
"inheritedFrom": {
|
|
4030
|
-
"name": "
|
|
4031
|
-
"module": "src/
|
|
4048
|
+
"name": "Anchor",
|
|
4049
|
+
"module": "src/anchor/anchor.ts"
|
|
4032
4050
|
}
|
|
4033
4051
|
},
|
|
4034
4052
|
{
|
|
@@ -4058,57 +4076,39 @@
|
|
|
4058
4076
|
],
|
|
4059
4077
|
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
4060
4078
|
"inheritedFrom": {
|
|
4061
|
-
"name": "
|
|
4062
|
-
"module": "src/
|
|
4063
|
-
}
|
|
4064
|
-
}
|
|
4065
|
-
],
|
|
4066
|
-
"events": [
|
|
4067
|
-
{
|
|
4068
|
-
"description": "Fires a custom 'loaded' event when the region is loaded and visible",
|
|
4069
|
-
"name": "loaded",
|
|
4070
|
-
"inheritedFrom": {
|
|
4071
|
-
"name": "AnchoredRegion",
|
|
4072
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
4073
|
-
}
|
|
4074
|
-
},
|
|
4075
|
-
{
|
|
4076
|
-
"description": "Fires a custom 'positionchange' event when the position has changed",
|
|
4077
|
-
"name": "positionchange",
|
|
4078
|
-
"inheritedFrom": {
|
|
4079
|
-
"name": "AnchoredRegion",
|
|
4080
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
4079
|
+
"name": "Anchor",
|
|
4080
|
+
"module": "src/anchor/anchor.ts"
|
|
4081
4081
|
}
|
|
4082
4082
|
}
|
|
4083
4083
|
]
|
|
4084
4084
|
},
|
|
4085
4085
|
{
|
|
4086
4086
|
"kind": "variable",
|
|
4087
|
-
"name": "
|
|
4087
|
+
"name": "zeroAnchor"
|
|
4088
4088
|
}
|
|
4089
4089
|
],
|
|
4090
4090
|
"exports": [
|
|
4091
4091
|
{
|
|
4092
4092
|
"kind": "js",
|
|
4093
|
-
"name": "
|
|
4093
|
+
"name": "Anchor",
|
|
4094
4094
|
"declaration": {
|
|
4095
|
-
"name": "
|
|
4096
|
-
"module": "src/
|
|
4095
|
+
"name": "Anchor",
|
|
4096
|
+
"module": "src/anchor/anchor.ts"
|
|
4097
4097
|
}
|
|
4098
4098
|
},
|
|
4099
4099
|
{
|
|
4100
4100
|
"kind": "js",
|
|
4101
|
-
"name": "
|
|
4101
|
+
"name": "zeroAnchor",
|
|
4102
4102
|
"declaration": {
|
|
4103
|
-
"name": "
|
|
4104
|
-
"module": "src/
|
|
4103
|
+
"name": "zeroAnchor",
|
|
4104
|
+
"module": "src/anchor/anchor.ts"
|
|
4105
4105
|
}
|
|
4106
4106
|
}
|
|
4107
4107
|
]
|
|
4108
4108
|
},
|
|
4109
4109
|
{
|
|
4110
4110
|
"kind": "javascript-module",
|
|
4111
|
-
"path": "src/
|
|
4111
|
+
"path": "src/anchor/index.ts",
|
|
4112
4112
|
"declarations": [],
|
|
4113
4113
|
"exports": [
|
|
4114
4114
|
{
|
|
@@ -4116,7 +4116,7 @@
|
|
|
4116
4116
|
"name": "*",
|
|
4117
4117
|
"declaration": {
|
|
4118
4118
|
"name": "*",
|
|
4119
|
-
"package": "./
|
|
4119
|
+
"package": "./anchor"
|
|
4120
4120
|
}
|
|
4121
4121
|
},
|
|
4122
4122
|
{
|
|
@@ -4124,7 +4124,7 @@
|
|
|
4124
4124
|
"name": "*",
|
|
4125
4125
|
"declaration": {
|
|
4126
4126
|
"name": "*",
|
|
4127
|
-
"package": "./
|
|
4127
|
+
"package": "./anchor.styles"
|
|
4128
4128
|
}
|
|
4129
4129
|
},
|
|
4130
4130
|
{
|
|
@@ -4132,7 +4132,7 @@
|
|
|
4132
4132
|
"name": "*",
|
|
4133
4133
|
"declaration": {
|
|
4134
4134
|
"name": "*",
|
|
4135
|
-
"package": "./
|
|
4135
|
+
"package": "./anchor.template"
|
|
4136
4136
|
}
|
|
4137
4137
|
}
|
|
4138
4138
|
]
|
|
@@ -29216,7 +29216,7 @@
|
|
|
29216
29216
|
},
|
|
29217
29217
|
{
|
|
29218
29218
|
"kind": "javascript-module",
|
|
29219
|
-
"path": "src/tab
|
|
29219
|
+
"path": "src/tab/index.ts",
|
|
29220
29220
|
"declarations": [],
|
|
29221
29221
|
"exports": [
|
|
29222
29222
|
{
|
|
@@ -29224,7 +29224,7 @@
|
|
|
29224
29224
|
"name": "*",
|
|
29225
29225
|
"declaration": {
|
|
29226
29226
|
"name": "*",
|
|
29227
|
-
"package": "./tab
|
|
29227
|
+
"package": "./tab"
|
|
29228
29228
|
}
|
|
29229
29229
|
},
|
|
29230
29230
|
{
|
|
@@ -29232,7 +29232,7 @@
|
|
|
29232
29232
|
"name": "*",
|
|
29233
29233
|
"declaration": {
|
|
29234
29234
|
"name": "*",
|
|
29235
|
-
"package": "./tab
|
|
29235
|
+
"package": "./tab.styles"
|
|
29236
29236
|
}
|
|
29237
29237
|
},
|
|
29238
29238
|
{
|
|
@@ -29240,18 +29240,18 @@
|
|
|
29240
29240
|
"name": "*",
|
|
29241
29241
|
"declaration": {
|
|
29242
29242
|
"name": "*",
|
|
29243
|
-
"package": "./tab
|
|
29243
|
+
"package": "./tab.template"
|
|
29244
29244
|
}
|
|
29245
29245
|
}
|
|
29246
29246
|
]
|
|
29247
29247
|
},
|
|
29248
29248
|
{
|
|
29249
29249
|
"kind": "javascript-module",
|
|
29250
|
-
"path": "src/tab
|
|
29250
|
+
"path": "src/tab/tab.styles.ts",
|
|
29251
29251
|
"declarations": [
|
|
29252
29252
|
{
|
|
29253
29253
|
"kind": "function",
|
|
29254
|
-
"name": "
|
|
29254
|
+
"name": "zeroTabStyles",
|
|
29255
29255
|
"return": {
|
|
29256
29256
|
"type": {
|
|
29257
29257
|
"text": "ElementStyles"
|
|
@@ -29276,24 +29276,24 @@
|
|
|
29276
29276
|
"exports": [
|
|
29277
29277
|
{
|
|
29278
29278
|
"kind": "js",
|
|
29279
|
-
"name": "
|
|
29279
|
+
"name": "zeroTabStyles",
|
|
29280
29280
|
"declaration": {
|
|
29281
|
-
"name": "
|
|
29282
|
-
"module": "src/tab
|
|
29281
|
+
"name": "zeroTabStyles",
|
|
29282
|
+
"module": "src/tab/tab.styles.ts"
|
|
29283
29283
|
}
|
|
29284
29284
|
}
|
|
29285
29285
|
]
|
|
29286
29286
|
},
|
|
29287
29287
|
{
|
|
29288
29288
|
"kind": "javascript-module",
|
|
29289
|
-
"path": "src/tab
|
|
29289
|
+
"path": "src/tab/tab.template.ts",
|
|
29290
29290
|
"declarations": [
|
|
29291
29291
|
{
|
|
29292
29292
|
"kind": "function",
|
|
29293
|
-
"name": "
|
|
29293
|
+
"name": "zeroTabTemplate",
|
|
29294
29294
|
"return": {
|
|
29295
29295
|
"type": {
|
|
29296
|
-
"text": "ViewTemplate<
|
|
29296
|
+
"text": "ViewTemplate<Tab>"
|
|
29297
29297
|
}
|
|
29298
29298
|
},
|
|
29299
29299
|
"parameters": [
|
|
@@ -29315,29 +29315,55 @@
|
|
|
29315
29315
|
"exports": [
|
|
29316
29316
|
{
|
|
29317
29317
|
"kind": "js",
|
|
29318
|
-
"name": "
|
|
29318
|
+
"name": "zeroTabTemplate",
|
|
29319
29319
|
"declaration": {
|
|
29320
|
-
"name": "
|
|
29321
|
-
"module": "src/tab
|
|
29320
|
+
"name": "zeroTabTemplate",
|
|
29321
|
+
"module": "src/tab/tab.template.ts"
|
|
29322
29322
|
}
|
|
29323
29323
|
}
|
|
29324
29324
|
]
|
|
29325
29325
|
},
|
|
29326
29326
|
{
|
|
29327
29327
|
"kind": "javascript-module",
|
|
29328
|
-
"path": "src/tab
|
|
29328
|
+
"path": "src/tab/tab.ts",
|
|
29329
29329
|
"declarations": [
|
|
29330
29330
|
{
|
|
29331
29331
|
"kind": "class",
|
|
29332
29332
|
"description": "",
|
|
29333
|
-
"name": "
|
|
29333
|
+
"name": "Tab",
|
|
29334
29334
|
"superclass": {
|
|
29335
|
-
"name": "
|
|
29335
|
+
"name": "FoundationTab",
|
|
29336
29336
|
"package": "@genesislcap/foundation-ui"
|
|
29337
29337
|
},
|
|
29338
|
-
"tagName": "%%prefix%%-tab
|
|
29338
|
+
"tagName": "%%prefix%%-tab",
|
|
29339
29339
|
"customElement": true,
|
|
29340
|
+
"attributes": [
|
|
29341
|
+
{
|
|
29342
|
+
"type": {
|
|
29343
|
+
"text": "boolean"
|
|
29344
|
+
},
|
|
29345
|
+
"description": "When true, the control will be immutable by user interaction. See https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/disabled | disabled HTML attribute for more information.",
|
|
29346
|
+
"fieldName": "disabled",
|
|
29347
|
+
"inheritedFrom": {
|
|
29348
|
+
"name": "Tab",
|
|
29349
|
+
"module": "src/tab/tab.ts"
|
|
29350
|
+
}
|
|
29351
|
+
}
|
|
29352
|
+
],
|
|
29340
29353
|
"members": [
|
|
29354
|
+
{
|
|
29355
|
+
"kind": "field",
|
|
29356
|
+
"name": "disabled",
|
|
29357
|
+
"type": {
|
|
29358
|
+
"text": "boolean"
|
|
29359
|
+
},
|
|
29360
|
+
"privacy": "public",
|
|
29361
|
+
"description": "When true, the control will be immutable by user interaction. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/disabled | disabled HTML attribute} for more information.",
|
|
29362
|
+
"inheritedFrom": {
|
|
29363
|
+
"name": "Tab",
|
|
29364
|
+
"module": "src/tab/tab.ts"
|
|
29365
|
+
}
|
|
29366
|
+
},
|
|
29341
29367
|
{
|
|
29342
29368
|
"kind": "field",
|
|
29343
29369
|
"name": "_presentation",
|
|
@@ -29347,8 +29373,8 @@
|
|
|
29347
29373
|
"privacy": "private",
|
|
29348
29374
|
"default": "void 0",
|
|
29349
29375
|
"inheritedFrom": {
|
|
29350
|
-
"name": "
|
|
29351
|
-
"module": "src/tab
|
|
29376
|
+
"name": "Tab",
|
|
29377
|
+
"module": "src/tab/tab.ts"
|
|
29352
29378
|
}
|
|
29353
29379
|
},
|
|
29354
29380
|
{
|
|
@@ -29360,8 +29386,8 @@
|
|
|
29360
29386
|
"privacy": "public",
|
|
29361
29387
|
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
29362
29388
|
"inheritedFrom": {
|
|
29363
|
-
"name": "
|
|
29364
|
-
"module": "src/tab
|
|
29389
|
+
"name": "Tab",
|
|
29390
|
+
"module": "src/tab/tab.ts"
|
|
29365
29391
|
}
|
|
29366
29392
|
},
|
|
29367
29393
|
{
|
|
@@ -29373,8 +29399,8 @@
|
|
|
29373
29399
|
"privacy": "public",
|
|
29374
29400
|
"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.",
|
|
29375
29401
|
"inheritedFrom": {
|
|
29376
|
-
"name": "
|
|
29377
|
-
"module": "src/tab
|
|
29402
|
+
"name": "Tab",
|
|
29403
|
+
"module": "src/tab/tab.ts"
|
|
29378
29404
|
}
|
|
29379
29405
|
},
|
|
29380
29406
|
{
|
|
@@ -29387,8 +29413,8 @@
|
|
|
29387
29413
|
}
|
|
29388
29414
|
},
|
|
29389
29415
|
"inheritedFrom": {
|
|
29390
|
-
"name": "
|
|
29391
|
-
"module": "src/tab
|
|
29416
|
+
"name": "Tab",
|
|
29417
|
+
"module": "src/tab/tab.ts"
|
|
29392
29418
|
}
|
|
29393
29419
|
},
|
|
29394
29420
|
{
|
|
@@ -29400,8 +29426,8 @@
|
|
|
29400
29426
|
"privacy": "public",
|
|
29401
29427
|
"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.",
|
|
29402
29428
|
"inheritedFrom": {
|
|
29403
|
-
"name": "
|
|
29404
|
-
"module": "src/tab
|
|
29429
|
+
"name": "Tab",
|
|
29430
|
+
"module": "src/tab/tab.ts"
|
|
29405
29431
|
}
|
|
29406
29432
|
},
|
|
29407
29433
|
{
|
|
@@ -29414,8 +29440,8 @@
|
|
|
29414
29440
|
}
|
|
29415
29441
|
},
|
|
29416
29442
|
"inheritedFrom": {
|
|
29417
|
-
"name": "
|
|
29418
|
-
"module": "src/tab
|
|
29443
|
+
"name": "Tab",
|
|
29444
|
+
"module": "src/tab/tab.ts"
|
|
29419
29445
|
}
|
|
29420
29446
|
},
|
|
29421
29447
|
{
|
|
@@ -29445,39 +29471,39 @@
|
|
|
29445
29471
|
],
|
|
29446
29472
|
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
29447
29473
|
"inheritedFrom": {
|
|
29448
|
-
"name": "
|
|
29449
|
-
"module": "src/tab
|
|
29474
|
+
"name": "Tab",
|
|
29475
|
+
"module": "src/tab/tab.ts"
|
|
29450
29476
|
}
|
|
29451
29477
|
}
|
|
29452
29478
|
]
|
|
29453
29479
|
},
|
|
29454
29480
|
{
|
|
29455
29481
|
"kind": "variable",
|
|
29456
|
-
"name": "
|
|
29482
|
+
"name": "zeroTab"
|
|
29457
29483
|
}
|
|
29458
29484
|
],
|
|
29459
29485
|
"exports": [
|
|
29460
29486
|
{
|
|
29461
29487
|
"kind": "js",
|
|
29462
|
-
"name": "
|
|
29488
|
+
"name": "Tab",
|
|
29463
29489
|
"declaration": {
|
|
29464
|
-
"name": "
|
|
29465
|
-
"module": "src/tab
|
|
29490
|
+
"name": "Tab",
|
|
29491
|
+
"module": "src/tab/tab.ts"
|
|
29466
29492
|
}
|
|
29467
29493
|
},
|
|
29468
29494
|
{
|
|
29469
29495
|
"kind": "js",
|
|
29470
|
-
"name": "
|
|
29496
|
+
"name": "zeroTab",
|
|
29471
29497
|
"declaration": {
|
|
29472
|
-
"name": "
|
|
29473
|
-
"module": "src/tab
|
|
29498
|
+
"name": "zeroTab",
|
|
29499
|
+
"module": "src/tab/tab.ts"
|
|
29474
29500
|
}
|
|
29475
29501
|
}
|
|
29476
29502
|
]
|
|
29477
29503
|
},
|
|
29478
29504
|
{
|
|
29479
29505
|
"kind": "javascript-module",
|
|
29480
|
-
"path": "src/tab/index.ts",
|
|
29506
|
+
"path": "src/tab-panel/index.ts",
|
|
29481
29507
|
"declarations": [],
|
|
29482
29508
|
"exports": [
|
|
29483
29509
|
{
|
|
@@ -29485,7 +29511,7 @@
|
|
|
29485
29511
|
"name": "*",
|
|
29486
29512
|
"declaration": {
|
|
29487
29513
|
"name": "*",
|
|
29488
|
-
"package": "./tab"
|
|
29514
|
+
"package": "./tab-panel"
|
|
29489
29515
|
}
|
|
29490
29516
|
},
|
|
29491
29517
|
{
|
|
@@ -29493,7 +29519,7 @@
|
|
|
29493
29519
|
"name": "*",
|
|
29494
29520
|
"declaration": {
|
|
29495
29521
|
"name": "*",
|
|
29496
|
-
"package": "./tab.styles"
|
|
29522
|
+
"package": "./tab-panel.styles"
|
|
29497
29523
|
}
|
|
29498
29524
|
},
|
|
29499
29525
|
{
|
|
@@ -29501,18 +29527,18 @@
|
|
|
29501
29527
|
"name": "*",
|
|
29502
29528
|
"declaration": {
|
|
29503
29529
|
"name": "*",
|
|
29504
|
-
"package": "./tab.template"
|
|
29530
|
+
"package": "./tab-panel.template"
|
|
29505
29531
|
}
|
|
29506
29532
|
}
|
|
29507
29533
|
]
|
|
29508
29534
|
},
|
|
29509
29535
|
{
|
|
29510
29536
|
"kind": "javascript-module",
|
|
29511
|
-
"path": "src/tab/tab.styles.ts",
|
|
29537
|
+
"path": "src/tab-panel/tab-panel.styles.ts",
|
|
29512
29538
|
"declarations": [
|
|
29513
29539
|
{
|
|
29514
29540
|
"kind": "function",
|
|
29515
|
-
"name": "
|
|
29541
|
+
"name": "zeroTabPanelStyles",
|
|
29516
29542
|
"return": {
|
|
29517
29543
|
"type": {
|
|
29518
29544
|
"text": "ElementStyles"
|
|
@@ -29537,24 +29563,24 @@
|
|
|
29537
29563
|
"exports": [
|
|
29538
29564
|
{
|
|
29539
29565
|
"kind": "js",
|
|
29540
|
-
"name": "
|
|
29566
|
+
"name": "zeroTabPanelStyles",
|
|
29541
29567
|
"declaration": {
|
|
29542
|
-
"name": "
|
|
29543
|
-
"module": "src/tab/tab.styles.ts"
|
|
29568
|
+
"name": "zeroTabPanelStyles",
|
|
29569
|
+
"module": "src/tab-panel/tab-panel.styles.ts"
|
|
29544
29570
|
}
|
|
29545
29571
|
}
|
|
29546
29572
|
]
|
|
29547
29573
|
},
|
|
29548
29574
|
{
|
|
29549
29575
|
"kind": "javascript-module",
|
|
29550
|
-
"path": "src/tab/tab.template.ts",
|
|
29576
|
+
"path": "src/tab-panel/tab-panel.template.ts",
|
|
29551
29577
|
"declarations": [
|
|
29552
29578
|
{
|
|
29553
29579
|
"kind": "function",
|
|
29554
|
-
"name": "
|
|
29580
|
+
"name": "zeroTabPanelTemplate",
|
|
29555
29581
|
"return": {
|
|
29556
29582
|
"type": {
|
|
29557
|
-
"text": "ViewTemplate<
|
|
29583
|
+
"text": "ViewTemplate<TabPanel>"
|
|
29558
29584
|
}
|
|
29559
29585
|
},
|
|
29560
29586
|
"parameters": [
|
|
@@ -29576,55 +29602,29 @@
|
|
|
29576
29602
|
"exports": [
|
|
29577
29603
|
{
|
|
29578
29604
|
"kind": "js",
|
|
29579
|
-
"name": "
|
|
29605
|
+
"name": "zeroTabPanelTemplate",
|
|
29580
29606
|
"declaration": {
|
|
29581
|
-
"name": "
|
|
29582
|
-
"module": "src/tab/tab.template.ts"
|
|
29607
|
+
"name": "zeroTabPanelTemplate",
|
|
29608
|
+
"module": "src/tab-panel/tab-panel.template.ts"
|
|
29583
29609
|
}
|
|
29584
29610
|
}
|
|
29585
29611
|
]
|
|
29586
29612
|
},
|
|
29587
29613
|
{
|
|
29588
29614
|
"kind": "javascript-module",
|
|
29589
|
-
"path": "src/tab/tab.ts",
|
|
29615
|
+
"path": "src/tab-panel/tab-panel.ts",
|
|
29590
29616
|
"declarations": [
|
|
29591
29617
|
{
|
|
29592
29618
|
"kind": "class",
|
|
29593
29619
|
"description": "",
|
|
29594
|
-
"name": "
|
|
29620
|
+
"name": "TabPanel",
|
|
29595
29621
|
"superclass": {
|
|
29596
|
-
"name": "
|
|
29622
|
+
"name": "FoundationTabPanel",
|
|
29597
29623
|
"package": "@genesislcap/foundation-ui"
|
|
29598
29624
|
},
|
|
29599
|
-
"tagName": "%%prefix%%-tab",
|
|
29625
|
+
"tagName": "%%prefix%%-tab-panel",
|
|
29600
29626
|
"customElement": true,
|
|
29601
|
-
"attributes": [
|
|
29602
|
-
{
|
|
29603
|
-
"type": {
|
|
29604
|
-
"text": "boolean"
|
|
29605
|
-
},
|
|
29606
|
-
"description": "When true, the control will be immutable by user interaction. See https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/disabled | disabled HTML attribute for more information.",
|
|
29607
|
-
"fieldName": "disabled",
|
|
29608
|
-
"inheritedFrom": {
|
|
29609
|
-
"name": "Tab",
|
|
29610
|
-
"module": "src/tab/tab.ts"
|
|
29611
|
-
}
|
|
29612
|
-
}
|
|
29613
|
-
],
|
|
29614
29627
|
"members": [
|
|
29615
|
-
{
|
|
29616
|
-
"kind": "field",
|
|
29617
|
-
"name": "disabled",
|
|
29618
|
-
"type": {
|
|
29619
|
-
"text": "boolean"
|
|
29620
|
-
},
|
|
29621
|
-
"privacy": "public",
|
|
29622
|
-
"description": "When true, the control will be immutable by user interaction. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/disabled | disabled HTML attribute} for more information.",
|
|
29623
|
-
"inheritedFrom": {
|
|
29624
|
-
"name": "Tab",
|
|
29625
|
-
"module": "src/tab/tab.ts"
|
|
29626
|
-
}
|
|
29627
|
-
},
|
|
29628
29628
|
{
|
|
29629
29629
|
"kind": "field",
|
|
29630
29630
|
"name": "_presentation",
|
|
@@ -29634,8 +29634,8 @@
|
|
|
29634
29634
|
"privacy": "private",
|
|
29635
29635
|
"default": "void 0",
|
|
29636
29636
|
"inheritedFrom": {
|
|
29637
|
-
"name": "
|
|
29638
|
-
"module": "src/tab/tab.ts"
|
|
29637
|
+
"name": "TabPanel",
|
|
29638
|
+
"module": "src/tab-panel/tab-panel.ts"
|
|
29639
29639
|
}
|
|
29640
29640
|
},
|
|
29641
29641
|
{
|
|
@@ -29647,8 +29647,8 @@
|
|
|
29647
29647
|
"privacy": "public",
|
|
29648
29648
|
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
29649
29649
|
"inheritedFrom": {
|
|
29650
|
-
"name": "
|
|
29651
|
-
"module": "src/tab/tab.ts"
|
|
29650
|
+
"name": "TabPanel",
|
|
29651
|
+
"module": "src/tab-panel/tab-panel.ts"
|
|
29652
29652
|
}
|
|
29653
29653
|
},
|
|
29654
29654
|
{
|
|
@@ -29660,8 +29660,8 @@
|
|
|
29660
29660
|
"privacy": "public",
|
|
29661
29661
|
"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.",
|
|
29662
29662
|
"inheritedFrom": {
|
|
29663
|
-
"name": "
|
|
29664
|
-
"module": "src/tab/tab.ts"
|
|
29663
|
+
"name": "TabPanel",
|
|
29664
|
+
"module": "src/tab-panel/tab-panel.ts"
|
|
29665
29665
|
}
|
|
29666
29666
|
},
|
|
29667
29667
|
{
|
|
@@ -29674,8 +29674,8 @@
|
|
|
29674
29674
|
}
|
|
29675
29675
|
},
|
|
29676
29676
|
"inheritedFrom": {
|
|
29677
|
-
"name": "
|
|
29678
|
-
"module": "src/tab/tab.ts"
|
|
29677
|
+
"name": "TabPanel",
|
|
29678
|
+
"module": "src/tab-panel/tab-panel.ts"
|
|
29679
29679
|
}
|
|
29680
29680
|
},
|
|
29681
29681
|
{
|
|
@@ -29687,8 +29687,8 @@
|
|
|
29687
29687
|
"privacy": "public",
|
|
29688
29688
|
"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.",
|
|
29689
29689
|
"inheritedFrom": {
|
|
29690
|
-
"name": "
|
|
29691
|
-
"module": "src/tab/tab.ts"
|
|
29690
|
+
"name": "TabPanel",
|
|
29691
|
+
"module": "src/tab-panel/tab-panel.ts"
|
|
29692
29692
|
}
|
|
29693
29693
|
},
|
|
29694
29694
|
{
|
|
@@ -29701,8 +29701,8 @@
|
|
|
29701
29701
|
}
|
|
29702
29702
|
},
|
|
29703
29703
|
"inheritedFrom": {
|
|
29704
|
-
"name": "
|
|
29705
|
-
"module": "src/tab/tab.ts"
|
|
29704
|
+
"name": "TabPanel",
|
|
29705
|
+
"module": "src/tab-panel/tab-panel.ts"
|
|
29706
29706
|
}
|
|
29707
29707
|
},
|
|
29708
29708
|
{
|
|
@@ -29732,32 +29732,32 @@
|
|
|
29732
29732
|
],
|
|
29733
29733
|
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
29734
29734
|
"inheritedFrom": {
|
|
29735
|
-
"name": "
|
|
29736
|
-
"module": "src/tab/tab.ts"
|
|
29735
|
+
"name": "TabPanel",
|
|
29736
|
+
"module": "src/tab-panel/tab-panel.ts"
|
|
29737
29737
|
}
|
|
29738
29738
|
}
|
|
29739
29739
|
]
|
|
29740
29740
|
},
|
|
29741
29741
|
{
|
|
29742
29742
|
"kind": "variable",
|
|
29743
|
-
"name": "
|
|
29743
|
+
"name": "zeroTabPanel"
|
|
29744
29744
|
}
|
|
29745
29745
|
],
|
|
29746
29746
|
"exports": [
|
|
29747
29747
|
{
|
|
29748
29748
|
"kind": "js",
|
|
29749
|
-
"name": "
|
|
29749
|
+
"name": "TabPanel",
|
|
29750
29750
|
"declaration": {
|
|
29751
|
-
"name": "
|
|
29752
|
-
"module": "src/tab/tab.ts"
|
|
29751
|
+
"name": "TabPanel",
|
|
29752
|
+
"module": "src/tab-panel/tab-panel.ts"
|
|
29753
29753
|
}
|
|
29754
29754
|
},
|
|
29755
29755
|
{
|
|
29756
29756
|
"kind": "js",
|
|
29757
|
-
"name": "
|
|
29757
|
+
"name": "zeroTabPanel",
|
|
29758
29758
|
"declaration": {
|
|
29759
|
-
"name": "
|
|
29760
|
-
"module": "src/tab/tab.ts"
|
|
29759
|
+
"name": "zeroTabPanel",
|
|
29760
|
+
"module": "src/tab-panel/tab-panel.ts"
|
|
29761
29761
|
}
|
|
29762
29762
|
}
|
|
29763
29763
|
]
|