@genesislcap/foundation-ui 14.197.0-FUI-2106.2 → 14.197.0-ng.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -862,6 +862,219 @@
862
862
  }
863
863
  ]
864
864
  },
865
+ {
866
+ "kind": "javascript-module",
867
+ "path": "src/_config/index.ts",
868
+ "declarations": [],
869
+ "exports": [
870
+ {
871
+ "kind": "js",
872
+ "name": "*",
873
+ "declaration": {
874
+ "name": "*",
875
+ "package": "./styles"
876
+ }
877
+ },
878
+ {
879
+ "kind": "js",
880
+ "name": "*",
881
+ "declaration": {
882
+ "name": "*",
883
+ "package": "./tokens"
884
+ }
885
+ },
886
+ {
887
+ "kind": "js",
888
+ "name": "*",
889
+ "declaration": {
890
+ "name": "*",
891
+ "package": "./values"
892
+ }
893
+ }
894
+ ]
895
+ },
896
+ {
897
+ "kind": "javascript-module",
898
+ "path": "src/accordion/accordion.styles.ts",
899
+ "declarations": [
900
+ {
901
+ "kind": "function",
902
+ "name": "foundationAccordionStyles",
903
+ "return": {
904
+ "type": {
905
+ "text": "ElementStyles"
906
+ }
907
+ },
908
+ "parameters": [
909
+ {
910
+ "name": "context",
911
+ "type": {
912
+ "text": "ElementDefinitionContext"
913
+ }
914
+ },
915
+ {
916
+ "name": "definition",
917
+ "type": {
918
+ "text": "FoundationElementDefinition"
919
+ }
920
+ }
921
+ ]
922
+ }
923
+ ],
924
+ "exports": [
925
+ {
926
+ "kind": "js",
927
+ "name": "foundationAccordionStyles",
928
+ "declaration": {
929
+ "name": "foundationAccordionStyles",
930
+ "module": "src/accordion/accordion.styles.ts"
931
+ }
932
+ }
933
+ ]
934
+ },
935
+ {
936
+ "kind": "javascript-module",
937
+ "path": "src/accordion/accordion.template.ts",
938
+ "declarations": [
939
+ {
940
+ "kind": "function",
941
+ "name": "foundationAccordionTemplate",
942
+ "return": {
943
+ "type": {
944
+ "text": "ViewTemplate<Accordion>"
945
+ }
946
+ },
947
+ "parameters": [
948
+ {
949
+ "name": "context",
950
+ "type": {
951
+ "text": "ElementDefinitionContext"
952
+ }
953
+ },
954
+ {
955
+ "name": "definition",
956
+ "type": {
957
+ "text": "FoundationElementDefinition"
958
+ }
959
+ }
960
+ ]
961
+ }
962
+ ],
963
+ "exports": [
964
+ {
965
+ "kind": "js",
966
+ "name": "foundationAccordionTemplate",
967
+ "declaration": {
968
+ "name": "foundationAccordionTemplate",
969
+ "module": "src/accordion/accordion.template.ts"
970
+ }
971
+ }
972
+ ]
973
+ },
974
+ {
975
+ "kind": "javascript-module",
976
+ "path": "src/accordion/accordion.ts",
977
+ "declarations": [
978
+ {
979
+ "kind": "class",
980
+ "description": "",
981
+ "name": "Accordion",
982
+ "superclass": {
983
+ "name": "FASTAccordion",
984
+ "package": "@microsoft/fast-foundation"
985
+ },
986
+ "tagName": "%%prefix%%-accordion",
987
+ "customElement": true
988
+ },
989
+ {
990
+ "kind": "variable",
991
+ "name": "foundationAccordionShadowOptions",
992
+ "type": {
993
+ "text": "ShadowRootInit"
994
+ },
995
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
996
+ },
997
+ {
998
+ "kind": "variable",
999
+ "name": "defaultAccordionConfig",
1000
+ "type": {
1001
+ "text": "object"
1002
+ },
1003
+ "default": "{}"
1004
+ },
1005
+ {
1006
+ "kind": "variable",
1007
+ "name": "foundationAccordion",
1008
+ "description": "The Foundation Accordion",
1009
+ "privacy": "public"
1010
+ }
1011
+ ],
1012
+ "exports": [
1013
+ {
1014
+ "kind": "js",
1015
+ "name": "Accordion",
1016
+ "declaration": {
1017
+ "name": "Accordion",
1018
+ "module": "src/accordion/accordion.ts"
1019
+ }
1020
+ },
1021
+ {
1022
+ "kind": "js",
1023
+ "name": "foundationAccordionShadowOptions",
1024
+ "declaration": {
1025
+ "name": "foundationAccordionShadowOptions",
1026
+ "module": "src/accordion/accordion.ts"
1027
+ }
1028
+ },
1029
+ {
1030
+ "kind": "js",
1031
+ "name": "defaultAccordionConfig",
1032
+ "declaration": {
1033
+ "name": "defaultAccordionConfig",
1034
+ "module": "src/accordion/accordion.ts"
1035
+ }
1036
+ },
1037
+ {
1038
+ "kind": "js",
1039
+ "name": "foundationAccordion",
1040
+ "declaration": {
1041
+ "name": "foundationAccordion",
1042
+ "module": "src/accordion/accordion.ts"
1043
+ }
1044
+ }
1045
+ ]
1046
+ },
1047
+ {
1048
+ "kind": "javascript-module",
1049
+ "path": "src/accordion/index.ts",
1050
+ "declarations": [],
1051
+ "exports": [
1052
+ {
1053
+ "kind": "js",
1054
+ "name": "*",
1055
+ "declaration": {
1056
+ "name": "*",
1057
+ "package": "./accordion.template"
1058
+ }
1059
+ },
1060
+ {
1061
+ "kind": "js",
1062
+ "name": "*",
1063
+ "declaration": {
1064
+ "name": "*",
1065
+ "package": "./accordion.styles"
1066
+ }
1067
+ },
1068
+ {
1069
+ "kind": "js",
1070
+ "name": "*",
1071
+ "declaration": {
1072
+ "name": "*",
1073
+ "package": "./accordion"
1074
+ }
1075
+ }
1076
+ ]
1077
+ },
865
1078
  {
866
1079
  "kind": "javascript-module",
867
1080
  "path": "src/accordion-item/accordion-item.styles.ts",
@@ -1817,14 +2030,14 @@
1817
2030
  },
1818
2031
  {
1819
2032
  "kind": "javascript-module",
1820
- "path": "src/anchored-region/anchor-region.template.ts",
2033
+ "path": "src/anchor/anchor.styles.ts",
1821
2034
  "declarations": [
1822
2035
  {
1823
2036
  "kind": "function",
1824
- "name": "foundationAnchoredRegionTemplate",
2037
+ "name": "foundationAnchorStyles",
1825
2038
  "return": {
1826
2039
  "type": {
1827
- "text": "ViewTemplate<AnchoredRegion>"
2040
+ "text": "ElementStyles"
1828
2041
  }
1829
2042
  },
1830
2043
  "parameters": [
@@ -1846,24 +2059,24 @@
1846
2059
  "exports": [
1847
2060
  {
1848
2061
  "kind": "js",
1849
- "name": "foundationAnchoredRegionTemplate",
2062
+ "name": "foundationAnchorStyles",
1850
2063
  "declaration": {
1851
- "name": "foundationAnchoredRegionTemplate",
1852
- "module": "src/anchored-region/anchor-region.template.ts"
2064
+ "name": "foundationAnchorStyles",
2065
+ "module": "src/anchor/anchor.styles.ts"
1853
2066
  }
1854
2067
  }
1855
2068
  ]
1856
2069
  },
1857
2070
  {
1858
2071
  "kind": "javascript-module",
1859
- "path": "src/anchored-region/anchored-region.styles.ts",
2072
+ "path": "src/anchor/anchor.template.ts",
1860
2073
  "declarations": [
1861
2074
  {
1862
2075
  "kind": "function",
1863
- "name": "foundationAnchoredRegionStyles",
2076
+ "name": "foundationAnchorTemplate",
1864
2077
  "return": {
1865
2078
  "type": {
1866
- "text": "ElementStyles"
2079
+ "text": "ViewTemplate<Anchor>"
1867
2080
  }
1868
2081
  },
1869
2082
  "parameters": [
@@ -1885,608 +2098,766 @@
1885
2098
  "exports": [
1886
2099
  {
1887
2100
  "kind": "js",
1888
- "name": "foundationAnchoredRegionStyles",
2101
+ "name": "foundationAnchorTemplate",
1889
2102
  "declaration": {
1890
- "name": "foundationAnchoredRegionStyles",
1891
- "module": "src/anchored-region/anchored-region.styles.ts"
2103
+ "name": "foundationAnchorTemplate",
2104
+ "module": "src/anchor/anchor.template.ts"
1892
2105
  }
1893
2106
  }
1894
2107
  ]
1895
2108
  },
1896
2109
  {
1897
2110
  "kind": "javascript-module",
1898
- "path": "src/anchored-region/anchored-region.ts",
2111
+ "path": "src/anchor/anchor.ts",
1899
2112
  "declarations": [
1900
2113
  {
1901
2114
  "kind": "class",
1902
2115
  "description": "",
1903
- "name": "AnchoredRegion",
2116
+ "name": "Anchor",
1904
2117
  "superclass": {
1905
- "name": "FASTAnchoredRegion",
2118
+ "name": "FASTAnchor",
1906
2119
  "package": "@microsoft/fast-components"
1907
2120
  },
1908
- "tagName": "%%prefix%%-anchored-region",
2121
+ "tagName": "%%prefix%%-anchor",
1909
2122
  "customElement": true,
1910
2123
  "attributes": [
1911
2124
  {
1912
- "name": "anchor",
2125
+ "name": "download",
1913
2126
  "type": {
1914
2127
  "text": "string"
1915
2128
  },
1916
- "default": "\"\"",
1917
- "description": "The HTML ID of the anchor element this region is positioned relative to",
1918
- "fieldName": "anchor",
2129
+ "description": "Prompts the user to save the linked URL. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
2130
+ "fieldName": "download",
1919
2131
  "inheritedFrom": {
1920
- "name": "AnchoredRegion",
1921
- "module": "src/anchored-region/anchored-region.ts"
2132
+ "name": "Anchor",
2133
+ "module": "src/anchor/anchor.ts"
1922
2134
  }
1923
2135
  },
1924
2136
  {
1925
- "name": "viewport",
2137
+ "name": "href",
1926
2138
  "type": {
1927
2139
  "text": "string"
1928
2140
  },
1929
- "default": "\"\"",
1930
- "description": "The HTML ID of the viewport element this region is positioned relative to",
1931
- "fieldName": "viewport",
2141
+ "description": "The URL the hyperlink references. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
2142
+ "fieldName": "href",
1932
2143
  "inheritedFrom": {
1933
- "name": "AnchoredRegion",
1934
- "module": "src/anchored-region/anchored-region.ts"
2144
+ "name": "Anchor",
2145
+ "module": "src/anchor/anchor.ts"
1935
2146
  }
1936
2147
  },
1937
2148
  {
1938
- "name": "horizontal-positioning-mode",
2149
+ "name": "hreflang",
1939
2150
  "type": {
1940
- "text": "AxisPositioningMode"
2151
+ "text": "string"
1941
2152
  },
1942
- "default": "\"uncontrolled\"",
1943
- "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",
1944
- "fieldName": "horizontalPositioningMode",
2153
+ "description": "Hints at the language of the referenced resource. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
2154
+ "fieldName": "hreflang",
1945
2155
  "inheritedFrom": {
1946
- "name": "AnchoredRegion",
1947
- "module": "src/anchored-region/anchored-region.ts"
2156
+ "name": "Anchor",
2157
+ "module": "src/anchor/anchor.ts"
1948
2158
  }
1949
2159
  },
1950
2160
  {
1951
- "name": "horizontal-default-position",
2161
+ "name": "ping",
1952
2162
  "type": {
1953
- "text": "HorizontalPosition"
2163
+ "text": "string"
1954
2164
  },
1955
- "default": "\"unset\"",
1956
- "description": "The default horizontal position of the region relative to the anchor element",
1957
- "fieldName": "horizontalDefaultPosition",
2165
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
2166
+ "fieldName": "ping",
1958
2167
  "inheritedFrom": {
1959
- "name": "AnchoredRegion",
1960
- "module": "src/anchored-region/anchored-region.ts"
2168
+ "name": "Anchor",
2169
+ "module": "src/anchor/anchor.ts"
1961
2170
  }
1962
2171
  },
1963
2172
  {
1964
- "name": "horizontal-viewport-lock",
2173
+ "name": "referrerpolicy",
1965
2174
  "type": {
1966
- "text": "boolean"
2175
+ "text": "string"
1967
2176
  },
1968
- "default": "false",
1969
- "description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the horizontal axis",
1970
- "fieldName": "horizontalViewportLock",
2177
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
2178
+ "fieldName": "referrerpolicy",
1971
2179
  "inheritedFrom": {
1972
- "name": "AnchoredRegion",
1973
- "module": "src/anchored-region/anchored-region.ts"
2180
+ "name": "Anchor",
2181
+ "module": "src/anchor/anchor.ts"
1974
2182
  }
1975
2183
  },
1976
2184
  {
1977
- "name": "horizontal-inset",
2185
+ "name": "rel",
1978
2186
  "type": {
1979
- "text": "boolean"
2187
+ "text": "string"
1980
2188
  },
1981
- "default": "false",
1982
- "description": "Whether the region overlaps the anchor on the horizontal axis",
1983
- "fieldName": "horizontalInset",
2189
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
2190
+ "fieldName": "rel",
1984
2191
  "inheritedFrom": {
1985
- "name": "AnchoredRegion",
1986
- "module": "src/anchored-region/anchored-region.ts"
2192
+ "name": "Anchor",
2193
+ "module": "src/anchor/anchor.ts"
1987
2194
  }
1988
2195
  },
1989
2196
  {
1990
- "name": "horizontal-threshold",
2197
+ "name": "target",
1991
2198
  "type": {
1992
- "text": "number"
2199
+ "text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
1993
2200
  },
1994
- "description": "How narrow the space allocated to the default position has to be before the widest area\nis selected for layout",
1995
- "fieldName": "horizontalThreshold",
2201
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
2202
+ "fieldName": "target",
1996
2203
  "inheritedFrom": {
1997
- "name": "AnchoredRegion",
1998
- "module": "src/anchored-region/anchored-region.ts"
2204
+ "name": "Anchor",
2205
+ "module": "src/anchor/anchor.ts"
1999
2206
  }
2000
2207
  },
2001
2208
  {
2002
- "name": "horizontal-scaling",
2209
+ "name": "type",
2003
2210
  "type": {
2004
- "text": "AxisScalingMode"
2211
+ "text": "string"
2005
2212
  },
2006
- "default": "\"content\"",
2007
- "description": "Defines how the width of the region is calculated",
2008
- "fieldName": "horizontalScaling",
2213
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
2214
+ "fieldName": "type",
2009
2215
  "inheritedFrom": {
2010
- "name": "AnchoredRegion",
2011
- "module": "src/anchored-region/anchored-region.ts"
2216
+ "name": "Anchor",
2217
+ "module": "src/anchor/anchor.ts"
2012
2218
  }
2013
- },
2219
+ }
2220
+ ],
2221
+ "members": [
2014
2222
  {
2015
- "name": "vertical-positioning-mode",
2223
+ "kind": "field",
2224
+ "name": "download",
2016
2225
  "type": {
2017
- "text": "AxisPositioningMode"
2226
+ "text": "string"
2018
2227
  },
2019
- "default": "\"uncontrolled\"",
2020
- "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",
2021
- "fieldName": "verticalPositioningMode",
2228
+ "privacy": "public",
2229
+ "description": "Prompts the user to save the linked URL. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2022
2230
  "inheritedFrom": {
2023
- "name": "AnchoredRegion",
2024
- "module": "src/anchored-region/anchored-region.ts"
2231
+ "name": "Anchor",
2232
+ "module": "src/anchor/anchor.ts"
2025
2233
  }
2026
2234
  },
2027
2235
  {
2028
- "name": "vertical-default-position",
2236
+ "kind": "field",
2237
+ "name": "href",
2029
2238
  "type": {
2030
- "text": "VerticalPosition"
2239
+ "text": "string"
2031
2240
  },
2032
- "default": "\"unset\"",
2033
- "description": "The default vertical position of the region relative to the anchor element",
2034
- "fieldName": "verticalDefaultPosition",
2241
+ "privacy": "public",
2242
+ "description": "The URL the hyperlink references. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2035
2243
  "inheritedFrom": {
2036
- "name": "AnchoredRegion",
2037
- "module": "src/anchored-region/anchored-region.ts"
2244
+ "name": "Anchor",
2245
+ "module": "src/anchor/anchor.ts"
2038
2246
  }
2039
2247
  },
2040
2248
  {
2041
- "name": "vertical-viewport-lock",
2249
+ "kind": "field",
2250
+ "name": "hreflang",
2042
2251
  "type": {
2043
- "text": "boolean"
2252
+ "text": "string"
2044
2253
  },
2045
- "default": "false",
2046
- "description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the vertical axis",
2047
- "fieldName": "verticalViewportLock",
2254
+ "privacy": "public",
2255
+ "description": "Hints at the language of the referenced resource. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2048
2256
  "inheritedFrom": {
2049
- "name": "AnchoredRegion",
2050
- "module": "src/anchored-region/anchored-region.ts"
2257
+ "name": "Anchor",
2258
+ "module": "src/anchor/anchor.ts"
2051
2259
  }
2052
2260
  },
2053
2261
  {
2054
- "name": "vertical-inset",
2262
+ "kind": "field",
2263
+ "name": "ping",
2055
2264
  "type": {
2056
- "text": "boolean"
2265
+ "text": "string"
2057
2266
  },
2058
- "default": "false",
2059
- "description": "Whether the region overlaps the anchor on the vertical axis",
2060
- "fieldName": "verticalInset",
2267
+ "privacy": "public",
2268
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2061
2269
  "inheritedFrom": {
2062
- "name": "AnchoredRegion",
2063
- "module": "src/anchored-region/anchored-region.ts"
2270
+ "name": "Anchor",
2271
+ "module": "src/anchor/anchor.ts"
2064
2272
  }
2065
2273
  },
2066
2274
  {
2067
- "name": "vertical-threshold",
2275
+ "kind": "field",
2276
+ "name": "referrerpolicy",
2068
2277
  "type": {
2069
- "text": "number"
2278
+ "text": "string"
2070
2279
  },
2071
- "description": "How short the space allocated to the default position has to be before the tallest area\nis selected for layout",
2072
- "fieldName": "verticalThreshold",
2280
+ "privacy": "public",
2281
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2073
2282
  "inheritedFrom": {
2074
- "name": "AnchoredRegion",
2075
- "module": "src/anchored-region/anchored-region.ts"
2283
+ "name": "Anchor",
2284
+ "module": "src/anchor/anchor.ts"
2076
2285
  }
2077
2286
  },
2078
2287
  {
2079
- "name": "vertical-scaling",
2288
+ "kind": "field",
2289
+ "name": "rel",
2080
2290
  "type": {
2081
- "text": "AxisScalingMode"
2291
+ "text": "string"
2082
2292
  },
2083
- "default": "\"content\"",
2084
- "description": "Defines how the height of the region is calculated",
2085
- "fieldName": "verticalScaling",
2293
+ "privacy": "public",
2294
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2086
2295
  "inheritedFrom": {
2087
- "name": "AnchoredRegion",
2088
- "module": "src/anchored-region/anchored-region.ts"
2296
+ "name": "Anchor",
2297
+ "module": "src/anchor/anchor.ts"
2089
2298
  }
2090
2299
  },
2091
2300
  {
2092
- "name": "fixed-placement",
2301
+ "kind": "field",
2302
+ "name": "target",
2093
2303
  "type": {
2094
- "text": "boolean"
2304
+ "text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
2095
2305
  },
2096
- "default": "false",
2097
- "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,",
2098
- "fieldName": "fixedPlacement",
2306
+ "privacy": "public",
2307
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2099
2308
  "inheritedFrom": {
2100
- "name": "AnchoredRegion",
2101
- "module": "src/anchored-region/anchored-region.ts"
2309
+ "name": "Anchor",
2310
+ "module": "src/anchor/anchor.ts"
2102
2311
  }
2103
2312
  },
2104
2313
  {
2105
- "name": "auto-update-mode",
2314
+ "kind": "field",
2315
+ "name": "type",
2106
2316
  "type": {
2107
- "text": "AutoUpdateMode"
2317
+ "text": "string"
2108
2318
  },
2109
- "default": "\"anchor\"",
2110
- "description": "Defines what triggers the anchored region to revaluate positioning",
2111
- "fieldName": "autoUpdateMode",
2319
+ "privacy": "public",
2320
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2112
2321
  "inheritedFrom": {
2113
- "name": "AnchoredRegion",
2114
- "module": "src/anchored-region/anchored-region.ts"
2322
+ "name": "Anchor",
2323
+ "module": "src/anchor/anchor.ts"
2115
2324
  }
2116
- }
2117
- ],
2118
- "members": [
2325
+ },
2119
2326
  {
2120
2327
  "kind": "field",
2121
- "name": "anchor",
2328
+ "name": "control",
2122
2329
  "type": {
2123
- "text": "string"
2330
+ "text": "HTMLAnchorElement | undefined"
2124
2331
  },
2125
2332
  "privacy": "public",
2126
- "default": "\"\"",
2127
- "description": "The HTML ID of the anchor element this region is positioned relative to",
2333
+ "description": "References the root element",
2128
2334
  "inheritedFrom": {
2129
- "name": "AnchoredRegion",
2130
- "module": "src/anchored-region/anchored-region.ts"
2335
+ "name": "Anchor",
2336
+ "module": "src/anchor/anchor.ts"
2131
2337
  }
2132
2338
  },
2133
2339
  {
2134
- "kind": "method",
2135
- "name": "anchorChanged",
2340
+ "kind": "field",
2341
+ "name": "handleUnsupportedDelegatesFocus",
2136
2342
  "privacy": "private",
2137
- "return": {
2138
- "type": {
2139
- "text": "void"
2140
- }
2343
+ "description": "Overrides the focus call for where delegatesFocus is unsupported.\nThis check works for Chrome, Edge Chromium, FireFox, and Safari\nRelevant PR on the Firefox browser: https://phabricator.services.mozilla.com/D123858",
2344
+ "inheritedFrom": {
2345
+ "name": "Anchor",
2346
+ "module": "src/anchor/anchor.ts"
2347
+ }
2348
+ },
2349
+ {
2350
+ "kind": "field",
2351
+ "name": "_presentation",
2352
+ "type": {
2353
+ "text": "ComponentPresentation | null | undefined"
2141
2354
  },
2355
+ "privacy": "private",
2356
+ "default": "void 0",
2142
2357
  "inheritedFrom": {
2143
- "name": "AnchoredRegion",
2144
- "module": "src/anchored-region/anchored-region.ts"
2358
+ "name": "FoundationElement",
2359
+ "module": "src/foundation-element/foundation-element.ts"
2145
2360
  }
2146
2361
  },
2147
2362
  {
2148
2363
  "kind": "field",
2149
- "name": "viewport",
2364
+ "name": "$presentation",
2150
2365
  "type": {
2151
- "text": "string"
2366
+ "text": "ComponentPresentation | null"
2152
2367
  },
2153
2368
  "privacy": "public",
2154
- "default": "\"\"",
2155
- "description": "The HTML ID of the viewport element this region is positioned relative to",
2369
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
2156
2370
  "inheritedFrom": {
2157
- "name": "AnchoredRegion",
2158
- "module": "src/anchored-region/anchored-region.ts"
2159
- }
2160
- },
2161
- {
2162
- "kind": "method",
2163
- "name": "viewportChanged",
2164
- "privacy": "private",
2165
- "return": {
2166
- "type": {
2167
- "text": "void"
2168
- }
2169
- },
2170
- "inheritedFrom": {
2171
- "name": "AnchoredRegion",
2172
- "module": "src/anchored-region/anchored-region.ts"
2371
+ "name": "FoundationElement",
2372
+ "module": "src/foundation-element/foundation-element.ts"
2173
2373
  }
2174
2374
  },
2175
2375
  {
2176
2376
  "kind": "field",
2177
- "name": "horizontalPositioningMode",
2377
+ "name": "template",
2178
2378
  "type": {
2179
- "text": "AxisPositioningMode"
2379
+ "text": "ElementViewTemplate | void | null"
2180
2380
  },
2181
2381
  "privacy": "public",
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",
2382
+ "description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
2184
2383
  "inheritedFrom": {
2185
- "name": "AnchoredRegion",
2186
- "module": "src/anchored-region/anchored-region.ts"
2384
+ "name": "FoundationElement",
2385
+ "module": "src/foundation-element/foundation-element.ts"
2187
2386
  }
2188
2387
  },
2189
2388
  {
2190
2389
  "kind": "method",
2191
- "name": "horizontalPositioningModeChanged",
2192
- "privacy": "private",
2390
+ "name": "templateChanged",
2391
+ "privacy": "protected",
2193
2392
  "return": {
2194
2393
  "type": {
2195
2394
  "text": "void"
2196
2395
  }
2197
2396
  },
2198
2397
  "inheritedFrom": {
2199
- "name": "AnchoredRegion",
2200
- "module": "src/anchored-region/anchored-region.ts"
2398
+ "name": "FoundationElement",
2399
+ "module": "src/foundation-element/foundation-element.ts"
2201
2400
  }
2202
2401
  },
2203
2402
  {
2204
2403
  "kind": "field",
2205
- "name": "horizontalDefaultPosition",
2404
+ "name": "styles",
2206
2405
  "type": {
2207
- "text": "HorizontalPosition"
2406
+ "text": "ElementStyles | void | null"
2208
2407
  },
2209
2408
  "privacy": "public",
2210
- "default": "\"unset\"",
2211
- "description": "The default horizontal position of the region relative to the anchor element",
2409
+ "description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
2212
2410
  "inheritedFrom": {
2213
- "name": "AnchoredRegion",
2214
- "module": "src/anchored-region/anchored-region.ts"
2411
+ "name": "FoundationElement",
2412
+ "module": "src/foundation-element/foundation-element.ts"
2215
2413
  }
2216
2414
  },
2217
2415
  {
2218
2416
  "kind": "method",
2219
- "name": "horizontalDefaultPositionChanged",
2220
- "privacy": "private",
2417
+ "name": "stylesChanged",
2418
+ "privacy": "protected",
2221
2419
  "return": {
2222
2420
  "type": {
2223
2421
  "text": "void"
2224
2422
  }
2225
2423
  },
2226
2424
  "inheritedFrom": {
2227
- "name": "AnchoredRegion",
2228
- "module": "src/anchored-region/anchored-region.ts"
2229
- }
2230
- },
2231
- {
2232
- "kind": "field",
2233
- "name": "horizontalViewportLock",
2234
- "type": {
2235
- "text": "boolean"
2236
- },
2237
- "privacy": "public",
2238
- "default": "false",
2239
- "description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the horizontal axis",
2240
- "inheritedFrom": {
2241
- "name": "AnchoredRegion",
2242
- "module": "src/anchored-region/anchored-region.ts"
2425
+ "name": "FoundationElement",
2426
+ "module": "src/foundation-element/foundation-element.ts"
2243
2427
  }
2244
2428
  },
2245
2429
  {
2246
2430
  "kind": "method",
2247
- "name": "horizontalViewportLockChanged",
2248
- "privacy": "private",
2431
+ "name": "compose",
2432
+ "privacy": "public",
2433
+ "static": true,
2249
2434
  "return": {
2250
2435
  "type": {
2251
- "text": "void"
2436
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
2252
2437
  }
2253
2438
  },
2439
+ "parameters": [
2440
+ {
2441
+ "name": "this",
2442
+ "type": {
2443
+ "text": "K"
2444
+ }
2445
+ },
2446
+ {
2447
+ "name": "elementDefinition",
2448
+ "type": {
2449
+ "text": "T"
2450
+ },
2451
+ "description": "The definition of the element to create the registry\nfunction for."
2452
+ }
2453
+ ],
2454
+ "description": "Defines an element registry function with a set of element definition defaults.",
2254
2455
  "inheritedFrom": {
2255
- "name": "AnchoredRegion",
2256
- "module": "src/anchored-region/anchored-region.ts"
2456
+ "name": "FoundationElement",
2457
+ "module": "src/foundation-element/foundation-element.ts"
2257
2458
  }
2258
- },
2459
+ }
2460
+ ]
2461
+ },
2462
+ {
2463
+ "kind": "variable",
2464
+ "name": "foundationAnchorShadowOptions",
2465
+ "type": {
2466
+ "text": "ShadowRootInit"
2467
+ },
2468
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
2469
+ },
2470
+ {
2471
+ "kind": "variable",
2472
+ "name": "defaultAnchorConfig",
2473
+ "type": {
2474
+ "text": "object"
2475
+ },
2476
+ "default": "{}"
2477
+ },
2478
+ {
2479
+ "kind": "variable",
2480
+ "name": "foundationAnchor",
2481
+ "description": "The Foundation Anchor",
2482
+ "privacy": "public"
2483
+ }
2484
+ ],
2485
+ "exports": [
2486
+ {
2487
+ "kind": "js",
2488
+ "name": "Anchor",
2489
+ "declaration": {
2490
+ "name": "Anchor",
2491
+ "module": "src/anchor/anchor.ts"
2492
+ }
2493
+ },
2494
+ {
2495
+ "kind": "js",
2496
+ "name": "foundationAnchorShadowOptions",
2497
+ "declaration": {
2498
+ "name": "foundationAnchorShadowOptions",
2499
+ "module": "src/anchor/anchor.ts"
2500
+ }
2501
+ },
2502
+ {
2503
+ "kind": "js",
2504
+ "name": "defaultAnchorConfig",
2505
+ "declaration": {
2506
+ "name": "defaultAnchorConfig",
2507
+ "module": "src/anchor/anchor.ts"
2508
+ }
2509
+ },
2510
+ {
2511
+ "kind": "js",
2512
+ "name": "foundationAnchor",
2513
+ "declaration": {
2514
+ "name": "foundationAnchor",
2515
+ "module": "src/anchor/anchor.ts"
2516
+ }
2517
+ }
2518
+ ]
2519
+ },
2520
+ {
2521
+ "kind": "javascript-module",
2522
+ "path": "src/anchor/index.ts",
2523
+ "declarations": [],
2524
+ "exports": [
2525
+ {
2526
+ "kind": "js",
2527
+ "name": "*",
2528
+ "declaration": {
2529
+ "name": "*",
2530
+ "package": "./anchor.template"
2531
+ }
2532
+ },
2533
+ {
2534
+ "kind": "js",
2535
+ "name": "*",
2536
+ "declaration": {
2537
+ "name": "*",
2538
+ "package": "./anchor.styles"
2539
+ }
2540
+ },
2541
+ {
2542
+ "kind": "js",
2543
+ "name": "*",
2544
+ "declaration": {
2545
+ "name": "*",
2546
+ "package": "./anchor"
2547
+ }
2548
+ }
2549
+ ]
2550
+ },
2551
+ {
2552
+ "kind": "javascript-module",
2553
+ "path": "src/anchored-region/anchor-region.template.ts",
2554
+ "declarations": [
2555
+ {
2556
+ "kind": "function",
2557
+ "name": "foundationAnchoredRegionTemplate",
2558
+ "return": {
2559
+ "type": {
2560
+ "text": "ViewTemplate<AnchoredRegion>"
2561
+ }
2562
+ },
2563
+ "parameters": [
2259
2564
  {
2260
- "kind": "field",
2261
- "name": "horizontalInset",
2565
+ "name": "context",
2262
2566
  "type": {
2263
- "text": "boolean"
2264
- },
2265
- "privacy": "public",
2266
- "default": "false",
2267
- "description": "Whether the region overlaps the anchor on the horizontal axis",
2268
- "inheritedFrom": {
2269
- "name": "AnchoredRegion",
2270
- "module": "src/anchored-region/anchored-region.ts"
2567
+ "text": "ElementDefinitionContext"
2271
2568
  }
2272
2569
  },
2273
2570
  {
2274
- "kind": "method",
2275
- "name": "horizontalInsetChanged",
2276
- "privacy": "private",
2277
- "return": {
2278
- "type": {
2279
- "text": "void"
2280
- }
2281
- },
2282
- "inheritedFrom": {
2283
- "name": "AnchoredRegion",
2284
- "module": "src/anchored-region/anchored-region.ts"
2571
+ "name": "definition",
2572
+ "type": {
2573
+ "text": "FoundationElementDefinition"
2285
2574
  }
2286
- },
2575
+ }
2576
+ ]
2577
+ }
2578
+ ],
2579
+ "exports": [
2580
+ {
2581
+ "kind": "js",
2582
+ "name": "foundationAnchoredRegionTemplate",
2583
+ "declaration": {
2584
+ "name": "foundationAnchoredRegionTemplate",
2585
+ "module": "src/anchored-region/anchor-region.template.ts"
2586
+ }
2587
+ }
2588
+ ]
2589
+ },
2590
+ {
2591
+ "kind": "javascript-module",
2592
+ "path": "src/anchored-region/anchored-region.styles.ts",
2593
+ "declarations": [
2594
+ {
2595
+ "kind": "function",
2596
+ "name": "foundationAnchoredRegionStyles",
2597
+ "return": {
2598
+ "type": {
2599
+ "text": "ElementStyles"
2600
+ }
2601
+ },
2602
+ "parameters": [
2287
2603
  {
2288
- "kind": "field",
2289
- "name": "horizontalThreshold",
2604
+ "name": "context",
2290
2605
  "type": {
2291
- "text": "number"
2606
+ "text": "ElementDefinitionContext"
2607
+ }
2608
+ },
2609
+ {
2610
+ "name": "definition",
2611
+ "type": {
2612
+ "text": "FoundationElementDefinition"
2613
+ }
2614
+ }
2615
+ ]
2616
+ }
2617
+ ],
2618
+ "exports": [
2619
+ {
2620
+ "kind": "js",
2621
+ "name": "foundationAnchoredRegionStyles",
2622
+ "declaration": {
2623
+ "name": "foundationAnchoredRegionStyles",
2624
+ "module": "src/anchored-region/anchored-region.styles.ts"
2625
+ }
2626
+ }
2627
+ ]
2628
+ },
2629
+ {
2630
+ "kind": "javascript-module",
2631
+ "path": "src/anchored-region/anchored-region.ts",
2632
+ "declarations": [
2633
+ {
2634
+ "kind": "class",
2635
+ "description": "",
2636
+ "name": "AnchoredRegion",
2637
+ "superclass": {
2638
+ "name": "FASTAnchoredRegion",
2639
+ "package": "@microsoft/fast-components"
2640
+ },
2641
+ "tagName": "%%prefix%%-anchored-region",
2642
+ "customElement": true,
2643
+ "attributes": [
2644
+ {
2645
+ "name": "anchor",
2646
+ "type": {
2647
+ "text": "string"
2292
2648
  },
2293
- "privacy": "public",
2294
- "description": "How narrow the space allocated to the default position has to be before the widest area\nis selected for layout",
2649
+ "default": "\"\"",
2650
+ "description": "The HTML ID of the anchor element this region is positioned relative to",
2651
+ "fieldName": "anchor",
2295
2652
  "inheritedFrom": {
2296
2653
  "name": "AnchoredRegion",
2297
2654
  "module": "src/anchored-region/anchored-region.ts"
2298
2655
  }
2299
2656
  },
2300
2657
  {
2301
- "kind": "method",
2302
- "name": "horizontalThresholdChanged",
2303
- "privacy": "private",
2304
- "return": {
2305
- "type": {
2306
- "text": "void"
2307
- }
2658
+ "name": "viewport",
2659
+ "type": {
2660
+ "text": "string"
2308
2661
  },
2662
+ "default": "\"\"",
2663
+ "description": "The HTML ID of the viewport element this region is positioned relative to",
2664
+ "fieldName": "viewport",
2309
2665
  "inheritedFrom": {
2310
2666
  "name": "AnchoredRegion",
2311
2667
  "module": "src/anchored-region/anchored-region.ts"
2312
2668
  }
2313
2669
  },
2314
2670
  {
2315
- "kind": "field",
2316
- "name": "horizontalScaling",
2671
+ "name": "horizontal-positioning-mode",
2317
2672
  "type": {
2318
- "text": "AxisScalingMode"
2673
+ "text": "AxisPositioningMode"
2319
2674
  },
2320
- "privacy": "public",
2321
- "default": "\"content\"",
2322
- "description": "Defines how the width of the region is calculated",
2675
+ "default": "\"uncontrolled\"",
2676
+ "description": "Sets what logic the component uses to determine horizontal placement.\n'locktodefault' forces the default position\n'dynamic' decides placement based on available space\n'uncontrolled' does not control placement on the horizontal axis",
2677
+ "fieldName": "horizontalPositioningMode",
2323
2678
  "inheritedFrom": {
2324
2679
  "name": "AnchoredRegion",
2325
2680
  "module": "src/anchored-region/anchored-region.ts"
2326
2681
  }
2327
2682
  },
2328
2683
  {
2329
- "kind": "method",
2330
- "name": "horizontalScalingChanged",
2331
- "privacy": "private",
2332
- "return": {
2333
- "type": {
2334
- "text": "void"
2335
- }
2684
+ "name": "horizontal-default-position",
2685
+ "type": {
2686
+ "text": "HorizontalPosition"
2336
2687
  },
2688
+ "default": "\"unset\"",
2689
+ "description": "The default horizontal position of the region relative to the anchor element",
2690
+ "fieldName": "horizontalDefaultPosition",
2337
2691
  "inheritedFrom": {
2338
2692
  "name": "AnchoredRegion",
2339
2693
  "module": "src/anchored-region/anchored-region.ts"
2340
2694
  }
2341
2695
  },
2342
2696
  {
2343
- "kind": "field",
2344
- "name": "verticalPositioningMode",
2697
+ "name": "horizontal-viewport-lock",
2345
2698
  "type": {
2346
- "text": "AxisPositioningMode"
2699
+ "text": "boolean"
2347
2700
  },
2348
- "privacy": "public",
2349
- "default": "\"uncontrolled\"",
2350
- "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",
2701
+ "default": "false",
2702
+ "description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the horizontal axis",
2703
+ "fieldName": "horizontalViewportLock",
2351
2704
  "inheritedFrom": {
2352
2705
  "name": "AnchoredRegion",
2353
2706
  "module": "src/anchored-region/anchored-region.ts"
2354
2707
  }
2355
2708
  },
2356
2709
  {
2357
- "kind": "method",
2358
- "name": "verticalPositioningModeChanged",
2359
- "privacy": "private",
2360
- "return": {
2361
- "type": {
2362
- "text": "void"
2363
- }
2710
+ "name": "horizontal-inset",
2711
+ "type": {
2712
+ "text": "boolean"
2364
2713
  },
2714
+ "default": "false",
2715
+ "description": "Whether the region overlaps the anchor on the horizontal axis",
2716
+ "fieldName": "horizontalInset",
2365
2717
  "inheritedFrom": {
2366
2718
  "name": "AnchoredRegion",
2367
2719
  "module": "src/anchored-region/anchored-region.ts"
2368
2720
  }
2369
2721
  },
2370
2722
  {
2371
- "kind": "field",
2372
- "name": "verticalDefaultPosition",
2723
+ "name": "horizontal-threshold",
2373
2724
  "type": {
2374
- "text": "VerticalPosition"
2725
+ "text": "number"
2375
2726
  },
2376
- "privacy": "public",
2377
- "default": "\"unset\"",
2378
- "description": "The default vertical position of the region relative to the anchor element",
2727
+ "description": "How narrow the space allocated to the default position has to be before the widest area\nis selected for layout",
2728
+ "fieldName": "horizontalThreshold",
2379
2729
  "inheritedFrom": {
2380
2730
  "name": "AnchoredRegion",
2381
2731
  "module": "src/anchored-region/anchored-region.ts"
2382
2732
  }
2383
2733
  },
2384
2734
  {
2385
- "kind": "method",
2386
- "name": "verticalDefaultPositionChanged",
2387
- "privacy": "private",
2388
- "return": {
2389
- "type": {
2390
- "text": "void"
2391
- }
2735
+ "name": "horizontal-scaling",
2736
+ "type": {
2737
+ "text": "AxisScalingMode"
2392
2738
  },
2739
+ "default": "\"content\"",
2740
+ "description": "Defines how the width of the region is calculated",
2741
+ "fieldName": "horizontalScaling",
2393
2742
  "inheritedFrom": {
2394
2743
  "name": "AnchoredRegion",
2395
2744
  "module": "src/anchored-region/anchored-region.ts"
2396
2745
  }
2397
2746
  },
2398
2747
  {
2399
- "kind": "field",
2400
- "name": "verticalViewportLock",
2748
+ "name": "vertical-positioning-mode",
2401
2749
  "type": {
2402
- "text": "boolean"
2750
+ "text": "AxisPositioningMode"
2403
2751
  },
2404
- "privacy": "public",
2405
- "default": "false",
2406
- "description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the vertical axis",
2752
+ "default": "\"uncontrolled\"",
2753
+ "description": "Sets what logic the component uses to determine vertical placement.\n'locktodefault' forces the default position\n'dynamic' decides placement based on available space\n'uncontrolled' does not control placement on the vertical axis",
2754
+ "fieldName": "verticalPositioningMode",
2407
2755
  "inheritedFrom": {
2408
2756
  "name": "AnchoredRegion",
2409
2757
  "module": "src/anchored-region/anchored-region.ts"
2410
2758
  }
2411
2759
  },
2412
2760
  {
2413
- "kind": "method",
2414
- "name": "verticalViewportLockChanged",
2415
- "privacy": "private",
2416
- "return": {
2417
- "type": {
2418
- "text": "void"
2419
- }
2761
+ "name": "vertical-default-position",
2762
+ "type": {
2763
+ "text": "VerticalPosition"
2420
2764
  },
2765
+ "default": "\"unset\"",
2766
+ "description": "The default vertical position of the region relative to the anchor element",
2767
+ "fieldName": "verticalDefaultPosition",
2421
2768
  "inheritedFrom": {
2422
2769
  "name": "AnchoredRegion",
2423
2770
  "module": "src/anchored-region/anchored-region.ts"
2424
2771
  }
2425
2772
  },
2426
2773
  {
2427
- "kind": "field",
2428
- "name": "verticalInset",
2774
+ "name": "vertical-viewport-lock",
2429
2775
  "type": {
2430
2776
  "text": "boolean"
2431
2777
  },
2432
- "privacy": "public",
2433
2778
  "default": "false",
2434
- "description": "Whether the region overlaps the anchor on the vertical axis",
2779
+ "description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the vertical axis",
2780
+ "fieldName": "verticalViewportLock",
2435
2781
  "inheritedFrom": {
2436
2782
  "name": "AnchoredRegion",
2437
2783
  "module": "src/anchored-region/anchored-region.ts"
2438
2784
  }
2439
2785
  },
2440
2786
  {
2441
- "kind": "method",
2442
- "name": "verticalInsetChanged",
2443
- "privacy": "private",
2444
- "return": {
2445
- "type": {
2446
- "text": "void"
2447
- }
2787
+ "name": "vertical-inset",
2788
+ "type": {
2789
+ "text": "boolean"
2448
2790
  },
2791
+ "default": "false",
2792
+ "description": "Whether the region overlaps the anchor on the vertical axis",
2793
+ "fieldName": "verticalInset",
2449
2794
  "inheritedFrom": {
2450
2795
  "name": "AnchoredRegion",
2451
2796
  "module": "src/anchored-region/anchored-region.ts"
2452
2797
  }
2453
2798
  },
2454
2799
  {
2455
- "kind": "field",
2456
- "name": "verticalThreshold",
2800
+ "name": "vertical-threshold",
2457
2801
  "type": {
2458
2802
  "text": "number"
2459
2803
  },
2460
- "privacy": "public",
2461
2804
  "description": "How short the space allocated to the default position has to be before the tallest area\nis selected for layout",
2805
+ "fieldName": "verticalThreshold",
2462
2806
  "inheritedFrom": {
2463
2807
  "name": "AnchoredRegion",
2464
2808
  "module": "src/anchored-region/anchored-region.ts"
2465
2809
  }
2466
2810
  },
2467
2811
  {
2468
- "kind": "method",
2469
- "name": "verticalThresholdChanged",
2470
- "privacy": "private",
2471
- "return": {
2472
- "type": {
2473
- "text": "void"
2474
- }
2812
+ "name": "vertical-scaling",
2813
+ "type": {
2814
+ "text": "AxisScalingMode"
2815
+ },
2816
+ "default": "\"content\"",
2817
+ "description": "Defines how the height of the region is calculated",
2818
+ "fieldName": "verticalScaling",
2819
+ "inheritedFrom": {
2820
+ "name": "AnchoredRegion",
2821
+ "module": "src/anchored-region/anchored-region.ts"
2822
+ }
2823
+ },
2824
+ {
2825
+ "name": "fixed-placement",
2826
+ "type": {
2827
+ "text": "boolean"
2475
2828
  },
2829
+ "default": "false",
2830
+ "description": "Whether the region is positioned using css \"position: fixed\".\nOtherwise the region uses \"position: absolute\".\nFixed placement allows the region to break out of parent containers,",
2831
+ "fieldName": "fixedPlacement",
2476
2832
  "inheritedFrom": {
2477
2833
  "name": "AnchoredRegion",
2478
2834
  "module": "src/anchored-region/anchored-region.ts"
2479
2835
  }
2480
2836
  },
2837
+ {
2838
+ "name": "auto-update-mode",
2839
+ "type": {
2840
+ "text": "AutoUpdateMode"
2841
+ },
2842
+ "default": "\"anchor\"",
2843
+ "description": "Defines what triggers the anchored region to revaluate positioning",
2844
+ "fieldName": "autoUpdateMode",
2845
+ "inheritedFrom": {
2846
+ "name": "AnchoredRegion",
2847
+ "module": "src/anchored-region/anchored-region.ts"
2848
+ }
2849
+ }
2850
+ ],
2851
+ "members": [
2481
2852
  {
2482
2853
  "kind": "field",
2483
- "name": "verticalScaling",
2854
+ "name": "anchor",
2484
2855
  "type": {
2485
- "text": "AxisScalingMode"
2856
+ "text": "string"
2486
2857
  },
2487
2858
  "privacy": "public",
2488
- "default": "\"content\"",
2489
- "description": "Defines how the height of the region is calculated",
2859
+ "default": "\"\"",
2860
+ "description": "The HTML ID of the anchor element this region is positioned relative to",
2490
2861
  "inheritedFrom": {
2491
2862
  "name": "AnchoredRegion",
2492
2863
  "module": "src/anchored-region/anchored-region.ts"
@@ -2494,7 +2865,7 @@
2494
2865
  },
2495
2866
  {
2496
2867
  "kind": "method",
2497
- "name": "verticalScalingChanged",
2868
+ "name": "anchorChanged",
2498
2869
  "privacy": "private",
2499
2870
  "return": {
2500
2871
  "type": {
@@ -2508,13 +2879,13 @@
2508
2879
  },
2509
2880
  {
2510
2881
  "kind": "field",
2511
- "name": "fixedPlacement",
2882
+ "name": "viewport",
2512
2883
  "type": {
2513
- "text": "boolean"
2884
+ "text": "string"
2514
2885
  },
2515
2886
  "privacy": "public",
2516
- "default": "false",
2517
- "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,",
2887
+ "default": "\"\"",
2888
+ "description": "The HTML ID of the viewport element this region is positioned relative to",
2518
2889
  "inheritedFrom": {
2519
2890
  "name": "AnchoredRegion",
2520
2891
  "module": "src/anchored-region/anchored-region.ts"
@@ -2522,7 +2893,7 @@
2522
2893
  },
2523
2894
  {
2524
2895
  "kind": "method",
2525
- "name": "fixedPlacementChanged",
2896
+ "name": "viewportChanged",
2526
2897
  "privacy": "private",
2527
2898
  "return": {
2528
2899
  "type": {
@@ -2536,13 +2907,13 @@
2536
2907
  },
2537
2908
  {
2538
2909
  "kind": "field",
2539
- "name": "autoUpdateMode",
2910
+ "name": "horizontalPositioningMode",
2540
2911
  "type": {
2541
- "text": "AutoUpdateMode"
2912
+ "text": "AxisPositioningMode"
2542
2913
  },
2543
2914
  "privacy": "public",
2544
- "default": "\"anchor\"",
2545
- "description": "Defines what triggers the anchored region to revaluate positioning",
2915
+ "default": "\"uncontrolled\"",
2916
+ "description": "Sets what logic the component uses to determine horizontal placement.\n'locktodefault' forces the default position\n'dynamic' decides placement based on available space\n'uncontrolled' does not control placement on the horizontal axis",
2546
2917
  "inheritedFrom": {
2547
2918
  "name": "AnchoredRegion",
2548
2919
  "module": "src/anchored-region/anchored-region.ts"
@@ -2550,27 +2921,13 @@
2550
2921
  },
2551
2922
  {
2552
2923
  "kind": "method",
2553
- "name": "autoUpdateModeChanged",
2924
+ "name": "horizontalPositioningModeChanged",
2554
2925
  "privacy": "private",
2555
2926
  "return": {
2556
2927
  "type": {
2557
2928
  "text": "void"
2558
2929
  }
2559
2930
  },
2560
- "parameters": [
2561
- {
2562
- "name": "prevMode",
2563
- "type": {
2564
- "text": "AutoUpdateMode"
2565
- }
2566
- },
2567
- {
2568
- "name": "newMode",
2569
- "type": {
2570
- "text": "AutoUpdateMode"
2571
- }
2572
- }
2573
- ],
2574
2931
  "inheritedFrom": {
2575
2932
  "name": "AnchoredRegion",
2576
2933
  "module": "src/anchored-region/anchored-region.ts"
@@ -2578,13 +2935,13 @@
2578
2935
  },
2579
2936
  {
2580
2937
  "kind": "field",
2581
- "name": "anchorElement",
2938
+ "name": "horizontalDefaultPosition",
2582
2939
  "type": {
2583
- "text": "HTMLElement | null"
2940
+ "text": "HorizontalPosition"
2584
2941
  },
2585
2942
  "privacy": "public",
2586
- "default": "null",
2587
- "description": "The HTML element being used as the anchor",
2943
+ "default": "\"unset\"",
2944
+ "description": "The default horizontal position of the region relative to the anchor element",
2588
2945
  "inheritedFrom": {
2589
2946
  "name": "AnchoredRegion",
2590
2947
  "module": "src/anchored-region/anchored-region.ts"
@@ -2592,7 +2949,7 @@
2592
2949
  },
2593
2950
  {
2594
2951
  "kind": "method",
2595
- "name": "anchorElementChanged",
2952
+ "name": "horizontalDefaultPositionChanged",
2596
2953
  "privacy": "private",
2597
2954
  "return": {
2598
2955
  "type": {
@@ -2606,13 +2963,13 @@
2606
2963
  },
2607
2964
  {
2608
2965
  "kind": "field",
2609
- "name": "viewportElement",
2966
+ "name": "horizontalViewportLock",
2610
2967
  "type": {
2611
- "text": "HTMLElement | null"
2968
+ "text": "boolean"
2612
2969
  },
2613
2970
  "privacy": "public",
2614
- "default": "null",
2615
- "description": "The HTML element being used as the viewport",
2971
+ "default": "false",
2972
+ "description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the horizontal axis",
2616
2973
  "inheritedFrom": {
2617
2974
  "name": "AnchoredRegion",
2618
2975
  "module": "src/anchored-region/anchored-region.ts"
@@ -2620,7 +2977,7 @@
2620
2977
  },
2621
2978
  {
2622
2979
  "kind": "method",
2623
- "name": "viewportElementChanged",
2980
+ "name": "horizontalViewportLockChanged",
2624
2981
  "privacy": "private",
2625
2982
  "return": {
2626
2983
  "type": {
@@ -2634,25 +2991,27 @@
2634
2991
  },
2635
2992
  {
2636
2993
  "kind": "field",
2637
- "name": "verticalPosition",
2994
+ "name": "horizontalInset",
2638
2995
  "type": {
2639
- "text": "AnchoredRegionPositionLabel | undefined"
2996
+ "text": "boolean"
2640
2997
  },
2641
2998
  "privacy": "public",
2642
- "description": "indicates the current horizontal position of the region",
2999
+ "default": "false",
3000
+ "description": "Whether the region overlaps the anchor on the horizontal axis",
2643
3001
  "inheritedFrom": {
2644
3002
  "name": "AnchoredRegion",
2645
3003
  "module": "src/anchored-region/anchored-region.ts"
2646
3004
  }
2647
3005
  },
2648
3006
  {
2649
- "kind": "field",
2650
- "name": "horizontalPosition",
2651
- "type": {
2652
- "text": "AnchoredRegionPositionLabel | undefined"
3007
+ "kind": "method",
3008
+ "name": "horizontalInsetChanged",
3009
+ "privacy": "private",
3010
+ "return": {
3011
+ "type": {
3012
+ "text": "void"
3013
+ }
2653
3014
  },
2654
- "privacy": "public",
2655
- "description": "indicates the current vertical position of the region",
2656
3015
  "inheritedFrom": {
2657
3016
  "name": "AnchoredRegion",
2658
3017
  "module": "src/anchored-region/anchored-region.ts"
@@ -2660,24 +3019,26 @@
2660
3019
  },
2661
3020
  {
2662
3021
  "kind": "field",
2663
- "name": "translateX",
3022
+ "name": "horizontalThreshold",
2664
3023
  "type": {
2665
3024
  "text": "number"
2666
3025
  },
2667
- "privacy": "private",
2668
- "description": "values to be applied to the component's transform on render",
3026
+ "privacy": "public",
3027
+ "description": "How narrow the space allocated to the default position has to be before the widest area\nis selected for layout",
2669
3028
  "inheritedFrom": {
2670
3029
  "name": "AnchoredRegion",
2671
3030
  "module": "src/anchored-region/anchored-region.ts"
2672
3031
  }
2673
3032
  },
2674
3033
  {
2675
- "kind": "field",
2676
- "name": "translateY",
2677
- "type": {
2678
- "text": "number"
2679
- },
3034
+ "kind": "method",
3035
+ "name": "horizontalThresholdChanged",
2680
3036
  "privacy": "private",
3037
+ "return": {
3038
+ "type": {
3039
+ "text": "void"
3040
+ }
3041
+ },
2681
3042
  "inheritedFrom": {
2682
3043
  "name": "AnchoredRegion",
2683
3044
  "module": "src/anchored-region/anchored-region.ts"
@@ -2685,24 +3046,27 @@
2685
3046
  },
2686
3047
  {
2687
3048
  "kind": "field",
2688
- "name": "regionWidth",
3049
+ "name": "horizontalScaling",
2689
3050
  "type": {
2690
- "text": "string"
3051
+ "text": "AxisScalingMode"
2691
3052
  },
2692
- "privacy": "private",
2693
- "description": "the span to be applied to the region on each axis",
3053
+ "privacy": "public",
3054
+ "default": "\"content\"",
3055
+ "description": "Defines how the width of the region is calculated",
2694
3056
  "inheritedFrom": {
2695
3057
  "name": "AnchoredRegion",
2696
3058
  "module": "src/anchored-region/anchored-region.ts"
2697
3059
  }
2698
3060
  },
2699
3061
  {
2700
- "kind": "field",
2701
- "name": "regionHeight",
2702
- "type": {
2703
- "text": "string"
2704
- },
3062
+ "kind": "method",
3063
+ "name": "horizontalScalingChanged",
2705
3064
  "privacy": "private",
3065
+ "return": {
3066
+ "type": {
3067
+ "text": "void"
3068
+ }
3069
+ },
2706
3070
  "inheritedFrom": {
2707
3071
  "name": "AnchoredRegion",
2708
3072
  "module": "src/anchored-region/anchored-region.ts"
@@ -2710,24 +3074,27 @@
2710
3074
  },
2711
3075
  {
2712
3076
  "kind": "field",
2713
- "name": "resizeDetector",
3077
+ "name": "verticalPositioningMode",
2714
3078
  "type": {
2715
- "text": "ResizeObserverClassDefinition | null"
3079
+ "text": "AxisPositioningMode"
2716
3080
  },
2717
- "privacy": "private",
2718
- "default": "null",
3081
+ "privacy": "public",
3082
+ "default": "\"uncontrolled\"",
3083
+ "description": "Sets what logic the component uses to determine vertical placement.\n'locktodefault' forces the default position\n'dynamic' decides placement based on available space\n'uncontrolled' does not control placement on the vertical axis",
2719
3084
  "inheritedFrom": {
2720
3085
  "name": "AnchoredRegion",
2721
3086
  "module": "src/anchored-region/anchored-region.ts"
2722
3087
  }
2723
3088
  },
2724
3089
  {
2725
- "kind": "field",
2726
- "name": "viewportRect",
2727
- "type": {
2728
- "text": "ClientRect | DOMRect | undefined"
2729
- },
3090
+ "kind": "method",
3091
+ "name": "verticalPositioningModeChanged",
2730
3092
  "privacy": "private",
3093
+ "return": {
3094
+ "type": {
3095
+ "text": "void"
3096
+ }
3097
+ },
2731
3098
  "inheritedFrom": {
2732
3099
  "name": "AnchoredRegion",
2733
3100
  "module": "src/anchored-region/anchored-region.ts"
@@ -2735,23 +3102,27 @@
2735
3102
  },
2736
3103
  {
2737
3104
  "kind": "field",
2738
- "name": "anchorRect",
3105
+ "name": "verticalDefaultPosition",
2739
3106
  "type": {
2740
- "text": "ClientRect | DOMRect | undefined"
3107
+ "text": "VerticalPosition"
2741
3108
  },
2742
- "privacy": "private",
3109
+ "privacy": "public",
3110
+ "default": "\"unset\"",
3111
+ "description": "The default vertical position of the region relative to the anchor element",
2743
3112
  "inheritedFrom": {
2744
3113
  "name": "AnchoredRegion",
2745
3114
  "module": "src/anchored-region/anchored-region.ts"
2746
3115
  }
2747
3116
  },
2748
3117
  {
2749
- "kind": "field",
2750
- "name": "regionRect",
2751
- "type": {
2752
- "text": "ClientRect | DOMRect | undefined"
2753
- },
3118
+ "kind": "method",
3119
+ "name": "verticalDefaultPositionChanged",
2754
3120
  "privacy": "private",
3121
+ "return": {
3122
+ "type": {
3123
+ "text": "void"
3124
+ }
3125
+ },
2755
3126
  "inheritedFrom": {
2756
3127
  "name": "AnchoredRegion",
2757
3128
  "module": "src/anchored-region/anchored-region.ts"
@@ -2759,26 +3130,27 @@
2759
3130
  },
2760
3131
  {
2761
3132
  "kind": "field",
2762
- "name": "baseHorizontalOffset",
3133
+ "name": "verticalViewportLock",
2763
3134
  "type": {
2764
- "text": "number"
3135
+ "text": "boolean"
2765
3136
  },
2766
- "privacy": "private",
2767
- "default": "0",
2768
- "description": "base offsets between the positioner's base position and the anchor's",
3137
+ "privacy": "public",
3138
+ "default": "false",
3139
+ "description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the vertical axis",
2769
3140
  "inheritedFrom": {
2770
3141
  "name": "AnchoredRegion",
2771
3142
  "module": "src/anchored-region/anchored-region.ts"
2772
3143
  }
2773
3144
  },
2774
3145
  {
2775
- "kind": "field",
2776
- "name": "baseVerticalOffset",
2777
- "type": {
2778
- "text": "number"
2779
- },
3146
+ "kind": "method",
3147
+ "name": "verticalViewportLockChanged",
2780
3148
  "privacy": "private",
2781
- "default": "0",
3149
+ "return": {
3150
+ "type": {
3151
+ "text": "void"
3152
+ }
3153
+ },
2782
3154
  "inheritedFrom": {
2783
3155
  "name": "AnchoredRegion",
2784
3156
  "module": "src/anchored-region/anchored-region.ts"
@@ -2786,25 +3158,27 @@
2786
3158
  },
2787
3159
  {
2788
3160
  "kind": "field",
2789
- "name": "pendingPositioningUpdate",
3161
+ "name": "verticalInset",
2790
3162
  "type": {
2791
3163
  "text": "boolean"
2792
3164
  },
2793
- "privacy": "private",
3165
+ "privacy": "public",
2794
3166
  "default": "false",
3167
+ "description": "Whether the region overlaps the anchor on the vertical axis",
2795
3168
  "inheritedFrom": {
2796
3169
  "name": "AnchoredRegion",
2797
3170
  "module": "src/anchored-region/anchored-region.ts"
2798
3171
  }
2799
3172
  },
2800
3173
  {
2801
- "kind": "field",
2802
- "name": "pendingReset",
2803
- "type": {
2804
- "text": "boolean"
2805
- },
3174
+ "kind": "method",
3175
+ "name": "verticalInsetChanged",
2806
3176
  "privacy": "private",
2807
- "default": "false",
3177
+ "return": {
3178
+ "type": {
3179
+ "text": "void"
3180
+ }
3181
+ },
2808
3182
  "inheritedFrom": {
2809
3183
  "name": "AnchoredRegion",
2810
3184
  "module": "src/anchored-region/anchored-region.ts"
@@ -2812,24 +3186,26 @@
2812
3186
  },
2813
3187
  {
2814
3188
  "kind": "field",
2815
- "name": "currentDirection",
3189
+ "name": "verticalThreshold",
2816
3190
  "type": {
2817
- "text": "Direction"
3191
+ "text": "number"
2818
3192
  },
2819
- "privacy": "private",
3193
+ "privacy": "public",
3194
+ "description": "How short the space allocated to the default position has to be before the tallest area\nis selected for layout",
2820
3195
  "inheritedFrom": {
2821
3196
  "name": "AnchoredRegion",
2822
3197
  "module": "src/anchored-region/anchored-region.ts"
2823
3198
  }
2824
3199
  },
2825
3200
  {
2826
- "kind": "field",
2827
- "name": "regionVisible",
2828
- "type": {
2829
- "text": "boolean"
2830
- },
3201
+ "kind": "method",
3202
+ "name": "verticalThresholdChanged",
2831
3203
  "privacy": "private",
2832
- "default": "false",
3204
+ "return": {
3205
+ "type": {
3206
+ "text": "void"
3207
+ }
3208
+ },
2833
3209
  "inheritedFrom": {
2834
3210
  "name": "AnchoredRegion",
2835
3211
  "module": "src/anchored-region/anchored-region.ts"
@@ -2837,25 +3213,27 @@
2837
3213
  },
2838
3214
  {
2839
3215
  "kind": "field",
2840
- "name": "forceUpdate",
3216
+ "name": "verticalScaling",
2841
3217
  "type": {
2842
- "text": "boolean"
3218
+ "text": "AxisScalingMode"
2843
3219
  },
2844
- "privacy": "private",
2845
- "default": "false",
3220
+ "privacy": "public",
3221
+ "default": "\"content\"",
3222
+ "description": "Defines how the height of the region is calculated",
2846
3223
  "inheritedFrom": {
2847
3224
  "name": "AnchoredRegion",
2848
3225
  "module": "src/anchored-region/anchored-region.ts"
2849
3226
  }
2850
3227
  },
2851
3228
  {
2852
- "kind": "field",
2853
- "name": "updateThreshold",
2854
- "type": {
2855
- "text": "number"
2856
- },
3229
+ "kind": "method",
3230
+ "name": "verticalScalingChanged",
2857
3231
  "privacy": "private",
2858
- "default": "0.5",
3232
+ "return": {
3233
+ "type": {
3234
+ "text": "void"
3235
+ }
3236
+ },
2859
3237
  "inheritedFrom": {
2860
3238
  "name": "AnchoredRegion",
2861
3239
  "module": "src/anchored-region/anchored-region.ts"
@@ -2863,23 +3241,13 @@
2863
3241
  },
2864
3242
  {
2865
3243
  "kind": "field",
2866
- "name": "intersectionService",
3244
+ "name": "fixedPlacement",
2867
3245
  "type": {
2868
- "text": "IntersectionService"
3246
+ "text": "boolean"
2869
3247
  },
2870
- "privacy": "private",
2871
- "static": true,
2872
- "default": "new IntersectionService()",
2873
- "inheritedFrom": {
2874
- "name": "AnchoredRegion",
2875
- "module": "src/anchored-region/anchored-region.ts"
2876
- }
2877
- },
2878
- {
2879
- "kind": "field",
2880
- "name": "update",
2881
3248
  "privacy": "public",
2882
- "description": "update position",
3249
+ "default": "false",
3250
+ "description": "Whether the region is positioned using css \"position: fixed\".\nOtherwise the region uses \"position: absolute\".\nFixed placement allows the region to break out of parent containers,",
2883
3251
  "inheritedFrom": {
2884
3252
  "name": "AnchoredRegion",
2885
3253
  "module": "src/anchored-region/anchored-region.ts"
@@ -2887,29 +3255,27 @@
2887
3255
  },
2888
3256
  {
2889
3257
  "kind": "method",
2890
- "name": "disconnectResizeDetector",
3258
+ "name": "fixedPlacementChanged",
2891
3259
  "privacy": "private",
2892
3260
  "return": {
2893
3261
  "type": {
2894
3262
  "text": "void"
2895
3263
  }
2896
3264
  },
2897
- "description": "destroys the instance's resize observer",
2898
3265
  "inheritedFrom": {
2899
3266
  "name": "AnchoredRegion",
2900
3267
  "module": "src/anchored-region/anchored-region.ts"
2901
3268
  }
2902
3269
  },
2903
3270
  {
2904
- "kind": "method",
2905
- "name": "initializeResizeDetector",
2906
- "privacy": "private",
2907
- "return": {
2908
- "type": {
2909
- "text": "void"
2910
- }
3271
+ "kind": "field",
3272
+ "name": "autoUpdateMode",
3273
+ "type": {
3274
+ "text": "AutoUpdateMode"
2911
3275
  },
2912
- "description": "initializes the instance's resize observer",
3276
+ "privacy": "public",
3277
+ "default": "\"anchor\"",
3278
+ "description": "Defines what triggers the anchored region to revaluate positioning",
2913
3279
  "inheritedFrom": {
2914
3280
  "name": "AnchoredRegion",
2915
3281
  "module": "src/anchored-region/anchored-region.ts"
@@ -2917,44 +3283,41 @@
2917
3283
  },
2918
3284
  {
2919
3285
  "kind": "method",
2920
- "name": "updateForAttributeChange",
3286
+ "name": "autoUpdateModeChanged",
2921
3287
  "privacy": "private",
2922
3288
  "return": {
2923
3289
  "type": {
2924
3290
  "text": "void"
2925
3291
  }
2926
3292
  },
2927
- "description": "react to attribute changes that don't require a reset",
2928
- "inheritedFrom": {
2929
- "name": "AnchoredRegion",
2930
- "module": "src/anchored-region/anchored-region.ts"
2931
- }
2932
- },
2933
- {
2934
- "kind": "method",
2935
- "name": "initialize",
2936
- "privacy": "private",
2937
- "return": {
2938
- "type": {
2939
- "text": "void"
3293
+ "parameters": [
3294
+ {
3295
+ "name": "prevMode",
3296
+ "type": {
3297
+ "text": "AutoUpdateMode"
3298
+ }
3299
+ },
3300
+ {
3301
+ "name": "newMode",
3302
+ "type": {
3303
+ "text": "AutoUpdateMode"
3304
+ }
2940
3305
  }
2941
- },
2942
- "description": "fully initializes the component",
3306
+ ],
2943
3307
  "inheritedFrom": {
2944
3308
  "name": "AnchoredRegion",
2945
3309
  "module": "src/anchored-region/anchored-region.ts"
2946
3310
  }
2947
3311
  },
2948
3312
  {
2949
- "kind": "method",
2950
- "name": "requestReset",
2951
- "privacy": "private",
2952
- "return": {
2953
- "type": {
2954
- "text": "void"
2955
- }
3313
+ "kind": "field",
3314
+ "name": "anchorElement",
3315
+ "type": {
3316
+ "text": "HTMLElement | null"
2956
3317
  },
2957
- "description": "Request a reset if there are currently no open requests",
3318
+ "privacy": "public",
3319
+ "default": "null",
3320
+ "description": "The HTML element being used as the anchor",
2958
3321
  "inheritedFrom": {
2959
3322
  "name": "AnchoredRegion",
2960
3323
  "module": "src/anchored-region/anchored-region.ts"
@@ -2962,14 +3325,13 @@
2962
3325
  },
2963
3326
  {
2964
3327
  "kind": "method",
2965
- "name": "setInitialState",
3328
+ "name": "anchorElementChanged",
2966
3329
  "privacy": "private",
2967
3330
  "return": {
2968
3331
  "type": {
2969
3332
  "text": "void"
2970
3333
  }
2971
3334
  },
2972
- "description": "sets the starting configuration for component internal values",
2973
3335
  "inheritedFrom": {
2974
3336
  "name": "AnchoredRegion",
2975
3337
  "module": "src/anchored-region/anchored-region.ts"
@@ -2977,19 +3339,27 @@
2977
3339
  },
2978
3340
  {
2979
3341
  "kind": "field",
2980
- "name": "startObservers",
2981
- "privacy": "private",
2982
- "description": "starts observers",
3342
+ "name": "viewportElement",
3343
+ "type": {
3344
+ "text": "HTMLElement | null"
3345
+ },
3346
+ "privacy": "public",
3347
+ "default": "null",
3348
+ "description": "The HTML element being used as the viewport",
2983
3349
  "inheritedFrom": {
2984
3350
  "name": "AnchoredRegion",
2985
3351
  "module": "src/anchored-region/anchored-region.ts"
2986
3352
  }
2987
3353
  },
2988
3354
  {
2989
- "kind": "field",
2990
- "name": "requestPositionUpdates",
3355
+ "kind": "method",
3356
+ "name": "viewportElementChanged",
2991
3357
  "privacy": "private",
2992
- "description": "get position updates",
3358
+ "return": {
3359
+ "type": {
3360
+ "text": "void"
3361
+ }
3362
+ },
2993
3363
  "inheritedFrom": {
2994
3364
  "name": "AnchoredRegion",
2995
3365
  "module": "src/anchored-region/anchored-region.ts"
@@ -2997,9 +3367,12 @@
2997
3367
  },
2998
3368
  {
2999
3369
  "kind": "field",
3000
- "name": "stopObservers",
3001
- "privacy": "private",
3002
- "description": "stops observers",
3370
+ "name": "verticalPosition",
3371
+ "type": {
3372
+ "text": "AnchoredRegionPositionLabel | undefined"
3373
+ },
3374
+ "privacy": "public",
3375
+ "description": "indicates the current horizontal position of the region",
3003
3376
  "inheritedFrom": {
3004
3377
  "name": "AnchoredRegion",
3005
3378
  "module": "src/anchored-region/anchored-region.ts"
@@ -3007,9 +3380,12 @@
3007
3380
  },
3008
3381
  {
3009
3382
  "kind": "field",
3010
- "name": "getViewport",
3011
- "privacy": "private",
3012
- "description": "Gets the viewport element by id, or defaults to document root",
3383
+ "name": "horizontalPosition",
3384
+ "type": {
3385
+ "text": "AnchoredRegionPositionLabel | undefined"
3386
+ },
3387
+ "privacy": "public",
3388
+ "description": "indicates the current vertical position of the region",
3013
3389
  "inheritedFrom": {
3014
3390
  "name": "AnchoredRegion",
3015
3391
  "module": "src/anchored-region/anchored-region.ts"
@@ -3017,9 +3393,12 @@
3017
3393
  },
3018
3394
  {
3019
3395
  "kind": "field",
3020
- "name": "getAnchor",
3396
+ "name": "translateX",
3397
+ "type": {
3398
+ "text": "number"
3399
+ },
3021
3400
  "privacy": "private",
3022
- "description": "Gets the anchor element by id",
3401
+ "description": "values to be applied to the component's transform on render",
3023
3402
  "inheritedFrom": {
3024
3403
  "name": "AnchoredRegion",
3025
3404
  "module": "src/anchored-region/anchored-region.ts"
@@ -3027,9 +3406,11 @@
3027
3406
  },
3028
3407
  {
3029
3408
  "kind": "field",
3030
- "name": "handleIntersection",
3409
+ "name": "translateY",
3410
+ "type": {
3411
+ "text": "number"
3412
+ },
3031
3413
  "privacy": "private",
3032
- "description": "Handle intersections",
3033
3414
  "inheritedFrom": {
3034
3415
  "name": "AnchoredRegion",
3035
3416
  "module": "src/anchored-region/anchored-region.ts"
@@ -3037,9 +3418,12 @@
3037
3418
  },
3038
3419
  {
3039
3420
  "kind": "field",
3040
- "name": "applyIntersectionEntries",
3421
+ "name": "regionWidth",
3422
+ "type": {
3423
+ "text": "string"
3424
+ },
3041
3425
  "privacy": "private",
3042
- "description": "iterate through intersection entries and apply data",
3426
+ "description": "the span to be applied to the region on each axis",
3043
3427
  "inheritedFrom": {
3044
3428
  "name": "AnchoredRegion",
3045
3429
  "module": "src/anchored-region/anchored-region.ts"
@@ -3047,9 +3431,11 @@
3047
3431
  },
3048
3432
  {
3049
3433
  "kind": "field",
3050
- "name": "updateRegionOffset",
3434
+ "name": "regionHeight",
3435
+ "type": {
3436
+ "text": "string"
3437
+ },
3051
3438
  "privacy": "private",
3052
- "description": "Update the offset values",
3053
3439
  "inheritedFrom": {
3054
3440
  "name": "AnchoredRegion",
3055
3441
  "module": "src/anchored-region/anchored-region.ts"
@@ -3057,9 +3443,12 @@
3057
3443
  },
3058
3444
  {
3059
3445
  "kind": "field",
3060
- "name": "isRectDifferent",
3446
+ "name": "resizeDetector",
3447
+ "type": {
3448
+ "text": "ResizeObserverClassDefinition | null"
3449
+ },
3061
3450
  "privacy": "private",
3062
- "description": "compare rects to see if there is enough change to justify a DOM update",
3451
+ "default": "null",
3063
3452
  "inheritedFrom": {
3064
3453
  "name": "AnchoredRegion",
3065
3454
  "module": "src/anchored-region/anchored-region.ts"
@@ -3067,9 +3456,11 @@
3067
3456
  },
3068
3457
  {
3069
3458
  "kind": "field",
3070
- "name": "handleResize",
3459
+ "name": "viewportRect",
3460
+ "type": {
3461
+ "text": "ClientRect | DOMRect | undefined"
3462
+ },
3071
3463
  "privacy": "private",
3072
- "description": "Handle resize events",
3073
3464
  "inheritedFrom": {
3074
3465
  "name": "AnchoredRegion",
3075
3466
  "module": "src/anchored-region/anchored-region.ts"
@@ -3077,9 +3468,11 @@
3077
3468
  },
3078
3469
  {
3079
3470
  "kind": "field",
3080
- "name": "reset",
3471
+ "name": "anchorRect",
3472
+ "type": {
3473
+ "text": "ClientRect | DOMRect | undefined"
3474
+ },
3081
3475
  "privacy": "private",
3082
- "description": "resets the component",
3083
3476
  "inheritedFrom": {
3084
3477
  "name": "AnchoredRegion",
3085
3478
  "module": "src/anchored-region/anchored-region.ts"
@@ -3087,9 +3480,11 @@
3087
3480
  },
3088
3481
  {
3089
3482
  "kind": "field",
3090
- "name": "updateLayout",
3483
+ "name": "regionRect",
3484
+ "type": {
3485
+ "text": "ClientRect | DOMRect | undefined"
3486
+ },
3091
3487
  "privacy": "private",
3092
- "description": "Recalculate layout related state values",
3093
3488
  "inheritedFrom": {
3094
3489
  "name": "AnchoredRegion",
3095
3490
  "module": "src/anchored-region/anchored-region.ts"
@@ -3097,9 +3492,13 @@
3097
3492
  },
3098
3493
  {
3099
3494
  "kind": "field",
3100
- "name": "updateRegionStyle",
3495
+ "name": "baseHorizontalOffset",
3496
+ "type": {
3497
+ "text": "number"
3498
+ },
3101
3499
  "privacy": "private",
3102
- "description": "Updates the style string applied to the region element as well as the css classes attached\nto the root element",
3500
+ "default": "0",
3501
+ "description": "base offsets between the positioner's base position and the anchor's",
3103
3502
  "inheritedFrom": {
3104
3503
  "name": "AnchoredRegion",
3105
3504
  "module": "src/anchored-region/anchored-region.ts"
@@ -3107,9 +3506,12 @@
3107
3506
  },
3108
3507
  {
3109
3508
  "kind": "field",
3110
- "name": "updatePositionClasses",
3509
+ "name": "baseVerticalOffset",
3510
+ "type": {
3511
+ "text": "number"
3512
+ },
3111
3513
  "privacy": "private",
3112
- "description": "Updates the css classes that reflect the current position of the element",
3514
+ "default": "0",
3113
3515
  "inheritedFrom": {
3114
3516
  "name": "AnchoredRegion",
3115
3517
  "module": "src/anchored-region/anchored-region.ts"
@@ -3117,9 +3519,12 @@
3117
3519
  },
3118
3520
  {
3119
3521
  "kind": "field",
3120
- "name": "setHorizontalPosition",
3522
+ "name": "pendingPositioningUpdate",
3523
+ "type": {
3524
+ "text": "boolean"
3525
+ },
3121
3526
  "privacy": "private",
3122
- "description": "Get horizontal positioning state based on desired position",
3527
+ "default": "false",
3123
3528
  "inheritedFrom": {
3124
3529
  "name": "AnchoredRegion",
3125
3530
  "module": "src/anchored-region/anchored-region.ts"
@@ -3127,9 +3532,12 @@
3127
3532
  },
3128
3533
  {
3129
3534
  "kind": "field",
3130
- "name": "setVerticalPosition",
3535
+ "name": "pendingReset",
3536
+ "type": {
3537
+ "text": "boolean"
3538
+ },
3131
3539
  "privacy": "private",
3132
- "description": "Set vertical positioning state based on desired position",
3540
+ "default": "false",
3133
3541
  "inheritedFrom": {
3134
3542
  "name": "AnchoredRegion",
3135
3543
  "module": "src/anchored-region/anchored-region.ts"
@@ -3137,9 +3545,11 @@
3137
3545
  },
3138
3546
  {
3139
3547
  "kind": "field",
3140
- "name": "getPositioningOptions",
3548
+ "name": "currentDirection",
3549
+ "type": {
3550
+ "text": "Direction"
3551
+ },
3141
3552
  "privacy": "private",
3142
- "description": "Get available positions based on positioning mode",
3143
3553
  "inheritedFrom": {
3144
3554
  "name": "AnchoredRegion",
3145
3555
  "module": "src/anchored-region/anchored-region.ts"
@@ -3147,9 +3557,12 @@
3147
3557
  },
3148
3558
  {
3149
3559
  "kind": "field",
3150
- "name": "getAvailableSpace",
3560
+ "name": "regionVisible",
3561
+ "type": {
3562
+ "text": "boolean"
3563
+ },
3151
3564
  "privacy": "private",
3152
- "description": "Get the space available for a particular relative position",
3565
+ "default": "false",
3153
3566
  "inheritedFrom": {
3154
3567
  "name": "AnchoredRegion",
3155
3568
  "module": "src/anchored-region/anchored-region.ts"
@@ -3157,9 +3570,12 @@
3157
3570
  },
3158
3571
  {
3159
3572
  "kind": "field",
3160
- "name": "getNextRegionDimension",
3573
+ "name": "forceUpdate",
3574
+ "type": {
3575
+ "text": "boolean"
3576
+ },
3161
3577
  "privacy": "private",
3162
- "description": "Get region dimensions",
3578
+ "default": "false",
3163
3579
  "inheritedFrom": {
3164
3580
  "name": "AnchoredRegion",
3165
3581
  "module": "src/anchored-region/anchored-region.ts"
@@ -3167,9 +3583,12 @@
3167
3583
  },
3168
3584
  {
3169
3585
  "kind": "field",
3170
- "name": "startAutoUpdateEventListeners",
3586
+ "name": "updateThreshold",
3587
+ "type": {
3588
+ "text": "number"
3589
+ },
3171
3590
  "privacy": "private",
3172
- "description": "starts event listeners that can trigger auto updating",
3591
+ "default": "0.5",
3173
3592
  "inheritedFrom": {
3174
3593
  "name": "AnchoredRegion",
3175
3594
  "module": "src/anchored-region/anchored-region.ts"
@@ -3177,9 +3596,13 @@
3177
3596
  },
3178
3597
  {
3179
3598
  "kind": "field",
3180
- "name": "stopAutoUpdateEventListeners",
3599
+ "name": "intersectionService",
3600
+ "type": {
3601
+ "text": "IntersectionService"
3602
+ },
3181
3603
  "privacy": "private",
3182
- "description": "stops event listeners that can trigger auto updating",
3604
+ "static": true,
3605
+ "default": "new IntersectionService()",
3183
3606
  "inheritedFrom": {
3184
3607
  "name": "AnchoredRegion",
3185
3608
  "module": "src/anchored-region/anchored-region.ts"
@@ -3187,722 +3610,312 @@
3187
3610
  },
3188
3611
  {
3189
3612
  "kind": "field",
3190
- "name": "_presentation",
3191
- "type": {
3192
- "text": "ComponentPresentation | null | undefined"
3193
- },
3194
- "privacy": "private",
3195
- "default": "void 0",
3613
+ "name": "update",
3614
+ "privacy": "public",
3615
+ "description": "update position",
3196
3616
  "inheritedFrom": {
3197
- "name": "FoundationElement",
3198
- "module": "src/foundation-element/foundation-element.ts"
3617
+ "name": "AnchoredRegion",
3618
+ "module": "src/anchored-region/anchored-region.ts"
3199
3619
  }
3200
3620
  },
3201
3621
  {
3202
- "kind": "field",
3203
- "name": "$presentation",
3204
- "type": {
3205
- "text": "ComponentPresentation | null"
3622
+ "kind": "method",
3623
+ "name": "disconnectResizeDetector",
3624
+ "privacy": "private",
3625
+ "return": {
3626
+ "type": {
3627
+ "text": "void"
3628
+ }
3206
3629
  },
3207
- "privacy": "public",
3208
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
3630
+ "description": "destroys the instance's resize observer",
3209
3631
  "inheritedFrom": {
3210
- "name": "FoundationElement",
3211
- "module": "src/foundation-element/foundation-element.ts"
3632
+ "name": "AnchoredRegion",
3633
+ "module": "src/anchored-region/anchored-region.ts"
3212
3634
  }
3213
3635
  },
3214
3636
  {
3215
- "kind": "field",
3216
- "name": "template",
3217
- "type": {
3218
- "text": "ElementViewTemplate | void | null"
3637
+ "kind": "method",
3638
+ "name": "initializeResizeDetector",
3639
+ "privacy": "private",
3640
+ "return": {
3641
+ "type": {
3642
+ "text": "void"
3643
+ }
3219
3644
  },
3220
- "privacy": "public",
3221
- "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.",
3645
+ "description": "initializes the instance's resize observer",
3222
3646
  "inheritedFrom": {
3223
- "name": "FoundationElement",
3224
- "module": "src/foundation-element/foundation-element.ts"
3647
+ "name": "AnchoredRegion",
3648
+ "module": "src/anchored-region/anchored-region.ts"
3225
3649
  }
3226
3650
  },
3227
3651
  {
3228
3652
  "kind": "method",
3229
- "name": "templateChanged",
3230
- "privacy": "protected",
3653
+ "name": "updateForAttributeChange",
3654
+ "privacy": "private",
3231
3655
  "return": {
3232
3656
  "type": {
3233
3657
  "text": "void"
3234
3658
  }
3235
3659
  },
3660
+ "description": "react to attribute changes that don't require a reset",
3236
3661
  "inheritedFrom": {
3237
- "name": "FoundationElement",
3238
- "module": "src/foundation-element/foundation-element.ts"
3662
+ "name": "AnchoredRegion",
3663
+ "module": "src/anchored-region/anchored-region.ts"
3239
3664
  }
3240
3665
  },
3241
3666
  {
3242
- "kind": "field",
3243
- "name": "styles",
3244
- "type": {
3245
- "text": "ElementStyles | void | null"
3246
- },
3247
- "privacy": "public",
3248
- "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.",
3667
+ "kind": "method",
3668
+ "name": "initialize",
3669
+ "privacy": "private",
3670
+ "return": {
3671
+ "type": {
3672
+ "text": "void"
3673
+ }
3674
+ },
3675
+ "description": "fully initializes the component",
3249
3676
  "inheritedFrom": {
3250
- "name": "FoundationElement",
3251
- "module": "src/foundation-element/foundation-element.ts"
3677
+ "name": "AnchoredRegion",
3678
+ "module": "src/anchored-region/anchored-region.ts"
3252
3679
  }
3253
3680
  },
3254
3681
  {
3255
3682
  "kind": "method",
3256
- "name": "stylesChanged",
3257
- "privacy": "protected",
3683
+ "name": "requestReset",
3684
+ "privacy": "private",
3258
3685
  "return": {
3259
3686
  "type": {
3260
3687
  "text": "void"
3261
3688
  }
3262
3689
  },
3690
+ "description": "Request a reset if there are currently no open requests",
3263
3691
  "inheritedFrom": {
3264
- "name": "FoundationElement",
3265
- "module": "src/foundation-element/foundation-element.ts"
3692
+ "name": "AnchoredRegion",
3693
+ "module": "src/anchored-region/anchored-region.ts"
3266
3694
  }
3267
3695
  },
3268
3696
  {
3269
3697
  "kind": "method",
3270
- "name": "compose",
3271
- "privacy": "public",
3272
- "static": true,
3698
+ "name": "setInitialState",
3699
+ "privacy": "private",
3273
3700
  "return": {
3274
3701
  "type": {
3275
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
3702
+ "text": "void"
3276
3703
  }
3277
3704
  },
3278
- "parameters": [
3279
- {
3280
- "name": "this",
3281
- "type": {
3282
- "text": "K"
3283
- }
3284
- },
3285
- {
3286
- "name": "elementDefinition",
3287
- "type": {
3288
- "text": "T"
3289
- },
3290
- "description": "The definition of the element to create the registry\nfunction for."
3291
- }
3292
- ],
3293
- "description": "Defines an element registry function with a set of element definition defaults.",
3705
+ "description": "sets the starting configuration for component internal values",
3294
3706
  "inheritedFrom": {
3295
- "name": "FoundationElement",
3296
- "module": "src/foundation-element/foundation-element.ts"
3707
+ "name": "AnchoredRegion",
3708
+ "module": "src/anchored-region/anchored-region.ts"
3297
3709
  }
3298
- }
3299
- ],
3300
- "events": [
3710
+ },
3301
3711
  {
3302
- "description": "Fires a custom 'loaded' event when the region is loaded and visible",
3303
- "name": "loaded",
3712
+ "kind": "field",
3713
+ "name": "startObservers",
3714
+ "privacy": "private",
3715
+ "description": "starts observers",
3304
3716
  "inheritedFrom": {
3305
3717
  "name": "AnchoredRegion",
3306
3718
  "module": "src/anchored-region/anchored-region.ts"
3307
3719
  }
3308
3720
  },
3309
3721
  {
3310
- "description": "Fires a custom 'positionchange' event when the position has changed",
3311
- "name": "positionchange",
3722
+ "kind": "field",
3723
+ "name": "requestPositionUpdates",
3724
+ "privacy": "private",
3725
+ "description": "get position updates",
3312
3726
  "inheritedFrom": {
3313
3727
  "name": "AnchoredRegion",
3314
3728
  "module": "src/anchored-region/anchored-region.ts"
3315
3729
  }
3316
- }
3317
- ]
3318
- },
3319
- {
3320
- "kind": "variable",
3321
- "name": "foundationAnchoredRegionShadowOptions",
3322
- "type": {
3323
- "text": "ShadowRootInit"
3324
- },
3325
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
3326
- },
3327
- {
3328
- "kind": "variable",
3329
- "name": "defaultAnchoredRegionConfig",
3330
- "type": {
3331
- "text": "object"
3332
- },
3333
- "default": "{}"
3334
- },
3335
- {
3336
- "kind": "variable",
3337
- "name": "foundationAnchoredRegion",
3338
- "description": "The Foundation Anchored Region",
3339
- "privacy": "public"
3340
- }
3341
- ],
3342
- "exports": [
3343
- {
3344
- "kind": "js",
3345
- "name": "AnchoredRegion",
3346
- "declaration": {
3347
- "name": "AnchoredRegion",
3348
- "module": "src/anchored-region/anchored-region.ts"
3349
- }
3350
- },
3351
- {
3352
- "kind": "js",
3353
- "name": "foundationAnchoredRegionShadowOptions",
3354
- "declaration": {
3355
- "name": "foundationAnchoredRegionShadowOptions",
3356
- "module": "src/anchored-region/anchored-region.ts"
3357
- }
3358
- },
3359
- {
3360
- "kind": "js",
3361
- "name": "defaultAnchoredRegionConfig",
3362
- "declaration": {
3363
- "name": "defaultAnchoredRegionConfig",
3364
- "module": "src/anchored-region/anchored-region.ts"
3365
- }
3366
- },
3367
- {
3368
- "kind": "js",
3369
- "name": "foundationAnchoredRegion",
3370
- "declaration": {
3371
- "name": "foundationAnchoredRegion",
3372
- "module": "src/anchored-region/anchored-region.ts"
3373
- }
3374
- }
3375
- ]
3376
- },
3377
- {
3378
- "kind": "javascript-module",
3379
- "path": "src/anchored-region/index.ts",
3380
- "declarations": [],
3381
- "exports": [
3382
- {
3383
- "kind": "js",
3384
- "name": "*",
3385
- "declaration": {
3386
- "name": "*",
3387
- "package": "./anchor-region.template"
3388
- }
3389
- },
3390
- {
3391
- "kind": "js",
3392
- "name": "*",
3393
- "declaration": {
3394
- "name": "*",
3395
- "package": "./anchored-region.styles"
3396
- }
3397
- },
3398
- {
3399
- "kind": "js",
3400
- "name": "*",
3401
- "declaration": {
3402
- "name": "*",
3403
- "package": "./anchored-region"
3404
- }
3405
- }
3406
- ]
3407
- },
3408
- {
3409
- "kind": "javascript-module",
3410
- "path": "src/accordion/accordion.styles.ts",
3411
- "declarations": [
3412
- {
3413
- "kind": "function",
3414
- "name": "foundationAccordionStyles",
3415
- "return": {
3416
- "type": {
3417
- "text": "ElementStyles"
3418
- }
3419
- },
3420
- "parameters": [
3730
+ },
3421
3731
  {
3422
- "name": "context",
3423
- "type": {
3424
- "text": "ElementDefinitionContext"
3732
+ "kind": "field",
3733
+ "name": "stopObservers",
3734
+ "privacy": "private",
3735
+ "description": "stops observers",
3736
+ "inheritedFrom": {
3737
+ "name": "AnchoredRegion",
3738
+ "module": "src/anchored-region/anchored-region.ts"
3425
3739
  }
3426
3740
  },
3427
3741
  {
3428
- "name": "definition",
3429
- "type": {
3430
- "text": "FoundationElementDefinition"
3742
+ "kind": "field",
3743
+ "name": "getViewport",
3744
+ "privacy": "private",
3745
+ "description": "Gets the viewport element by id, or defaults to document root",
3746
+ "inheritedFrom": {
3747
+ "name": "AnchoredRegion",
3748
+ "module": "src/anchored-region/anchored-region.ts"
3431
3749
  }
3432
- }
3433
- ]
3434
- }
3435
- ],
3436
- "exports": [
3437
- {
3438
- "kind": "js",
3439
- "name": "foundationAccordionStyles",
3440
- "declaration": {
3441
- "name": "foundationAccordionStyles",
3442
- "module": "src/accordion/accordion.styles.ts"
3443
- }
3444
- }
3445
- ]
3446
- },
3447
- {
3448
- "kind": "javascript-module",
3449
- "path": "src/accordion/accordion.template.ts",
3450
- "declarations": [
3451
- {
3452
- "kind": "function",
3453
- "name": "foundationAccordionTemplate",
3454
- "return": {
3455
- "type": {
3456
- "text": "ViewTemplate<Accordion>"
3457
- }
3458
- },
3459
- "parameters": [
3750
+ },
3460
3751
  {
3461
- "name": "context",
3462
- "type": {
3463
- "text": "ElementDefinitionContext"
3752
+ "kind": "field",
3753
+ "name": "getAnchor",
3754
+ "privacy": "private",
3755
+ "description": "Gets the anchor element by id",
3756
+ "inheritedFrom": {
3757
+ "name": "AnchoredRegion",
3758
+ "module": "src/anchored-region/anchored-region.ts"
3464
3759
  }
3465
3760
  },
3466
3761
  {
3467
- "name": "definition",
3468
- "type": {
3469
- "text": "FoundationElementDefinition"
3470
- }
3471
- }
3472
- ]
3473
- }
3474
- ],
3475
- "exports": [
3476
- {
3477
- "kind": "js",
3478
- "name": "foundationAccordionTemplate",
3479
- "declaration": {
3480
- "name": "foundationAccordionTemplate",
3481
- "module": "src/accordion/accordion.template.ts"
3482
- }
3483
- }
3484
- ]
3485
- },
3486
- {
3487
- "kind": "javascript-module",
3488
- "path": "src/accordion/accordion.ts",
3489
- "declarations": [
3490
- {
3491
- "kind": "class",
3492
- "description": "",
3493
- "name": "Accordion",
3494
- "superclass": {
3495
- "name": "FASTAccordion",
3496
- "package": "@microsoft/fast-foundation"
3497
- },
3498
- "tagName": "%%prefix%%-accordion",
3499
- "customElement": true
3500
- },
3501
- {
3502
- "kind": "variable",
3503
- "name": "foundationAccordionShadowOptions",
3504
- "type": {
3505
- "text": "ShadowRootInit"
3506
- },
3507
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
3508
- },
3509
- {
3510
- "kind": "variable",
3511
- "name": "defaultAccordionConfig",
3512
- "type": {
3513
- "text": "object"
3514
- },
3515
- "default": "{}"
3516
- },
3517
- {
3518
- "kind": "variable",
3519
- "name": "foundationAccordion",
3520
- "description": "The Foundation Accordion",
3521
- "privacy": "public"
3522
- }
3523
- ],
3524
- "exports": [
3525
- {
3526
- "kind": "js",
3527
- "name": "Accordion",
3528
- "declaration": {
3529
- "name": "Accordion",
3530
- "module": "src/accordion/accordion.ts"
3531
- }
3532
- },
3533
- {
3534
- "kind": "js",
3535
- "name": "foundationAccordionShadowOptions",
3536
- "declaration": {
3537
- "name": "foundationAccordionShadowOptions",
3538
- "module": "src/accordion/accordion.ts"
3539
- }
3540
- },
3541
- {
3542
- "kind": "js",
3543
- "name": "defaultAccordionConfig",
3544
- "declaration": {
3545
- "name": "defaultAccordionConfig",
3546
- "module": "src/accordion/accordion.ts"
3547
- }
3548
- },
3549
- {
3550
- "kind": "js",
3551
- "name": "foundationAccordion",
3552
- "declaration": {
3553
- "name": "foundationAccordion",
3554
- "module": "src/accordion/accordion.ts"
3555
- }
3556
- }
3557
- ]
3558
- },
3559
- {
3560
- "kind": "javascript-module",
3561
- "path": "src/accordion/index.ts",
3562
- "declarations": [],
3563
- "exports": [
3564
- {
3565
- "kind": "js",
3566
- "name": "*",
3567
- "declaration": {
3568
- "name": "*",
3569
- "package": "./accordion.template"
3570
- }
3571
- },
3572
- {
3573
- "kind": "js",
3574
- "name": "*",
3575
- "declaration": {
3576
- "name": "*",
3577
- "package": "./accordion.styles"
3578
- }
3579
- },
3580
- {
3581
- "kind": "js",
3582
- "name": "*",
3583
- "declaration": {
3584
- "name": "*",
3585
- "package": "./accordion"
3586
- }
3587
- }
3588
- ]
3589
- },
3590
- {
3591
- "kind": "javascript-module",
3592
- "path": "src/anchor/anchor.styles.ts",
3593
- "declarations": [
3594
- {
3595
- "kind": "function",
3596
- "name": "foundationAnchorStyles",
3597
- "return": {
3598
- "type": {
3599
- "text": "ElementStyles"
3600
- }
3601
- },
3602
- "parameters": [
3603
- {
3604
- "name": "context",
3605
- "type": {
3606
- "text": "ElementDefinitionContext"
3607
- }
3608
- },
3609
- {
3610
- "name": "definition",
3611
- "type": {
3612
- "text": "FoundationElementDefinition"
3613
- }
3614
- }
3615
- ]
3616
- }
3617
- ],
3618
- "exports": [
3619
- {
3620
- "kind": "js",
3621
- "name": "foundationAnchorStyles",
3622
- "declaration": {
3623
- "name": "foundationAnchorStyles",
3624
- "module": "src/anchor/anchor.styles.ts"
3625
- }
3626
- }
3627
- ]
3628
- },
3629
- {
3630
- "kind": "javascript-module",
3631
- "path": "src/anchor/anchor.template.ts",
3632
- "declarations": [
3633
- {
3634
- "kind": "function",
3635
- "name": "foundationAnchorTemplate",
3636
- "return": {
3637
- "type": {
3638
- "text": "ViewTemplate<Anchor>"
3639
- }
3640
- },
3641
- "parameters": [
3642
- {
3643
- "name": "context",
3644
- "type": {
3645
- "text": "ElementDefinitionContext"
3646
- }
3647
- },
3648
- {
3649
- "name": "definition",
3650
- "type": {
3651
- "text": "FoundationElementDefinition"
3652
- }
3653
- }
3654
- ]
3655
- }
3656
- ],
3657
- "exports": [
3658
- {
3659
- "kind": "js",
3660
- "name": "foundationAnchorTemplate",
3661
- "declaration": {
3662
- "name": "foundationAnchorTemplate",
3663
- "module": "src/anchor/anchor.template.ts"
3664
- }
3665
- }
3666
- ]
3667
- },
3668
- {
3669
- "kind": "javascript-module",
3670
- "path": "src/anchor/anchor.ts",
3671
- "declarations": [
3672
- {
3673
- "kind": "class",
3674
- "description": "",
3675
- "name": "Anchor",
3676
- "superclass": {
3677
- "name": "FASTAnchor",
3678
- "package": "@microsoft/fast-components"
3679
- },
3680
- "tagName": "%%prefix%%-anchor",
3681
- "customElement": true,
3682
- "attributes": [
3683
- {
3684
- "name": "download",
3685
- "type": {
3686
- "text": "string"
3687
- },
3688
- "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.",
3689
- "fieldName": "download",
3690
- "inheritedFrom": {
3691
- "name": "Anchor",
3692
- "module": "src/anchor/anchor.ts"
3693
- }
3694
- },
3695
- {
3696
- "name": "href",
3697
- "type": {
3698
- "text": "string"
3699
- },
3700
- "description": "The URL the hyperlink references. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
3701
- "fieldName": "href",
3702
- "inheritedFrom": {
3703
- "name": "Anchor",
3704
- "module": "src/anchor/anchor.ts"
3762
+ "kind": "field",
3763
+ "name": "handleIntersection",
3764
+ "privacy": "private",
3765
+ "description": "Handle intersections",
3766
+ "inheritedFrom": {
3767
+ "name": "AnchoredRegion",
3768
+ "module": "src/anchored-region/anchored-region.ts"
3705
3769
  }
3706
3770
  },
3707
3771
  {
3708
- "name": "hreflang",
3709
- "type": {
3710
- "text": "string"
3711
- },
3712
- "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.",
3713
- "fieldName": "hreflang",
3714
- "inheritedFrom": {
3715
- "name": "Anchor",
3716
- "module": "src/anchor/anchor.ts"
3717
- }
3718
- },
3719
- {
3720
- "name": "ping",
3721
- "type": {
3722
- "text": "string"
3723
- },
3724
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
3725
- "fieldName": "ping",
3772
+ "kind": "field",
3773
+ "name": "applyIntersectionEntries",
3774
+ "privacy": "private",
3775
+ "description": "iterate through intersection entries and apply data",
3726
3776
  "inheritedFrom": {
3727
- "name": "Anchor",
3728
- "module": "src/anchor/anchor.ts"
3777
+ "name": "AnchoredRegion",
3778
+ "module": "src/anchored-region/anchored-region.ts"
3729
3779
  }
3730
3780
  },
3731
3781
  {
3732
- "name": "referrerpolicy",
3733
- "type": {
3734
- "text": "string"
3735
- },
3736
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
3737
- "fieldName": "referrerpolicy",
3782
+ "kind": "field",
3783
+ "name": "updateRegionOffset",
3784
+ "privacy": "private",
3785
+ "description": "Update the offset values",
3738
3786
  "inheritedFrom": {
3739
- "name": "Anchor",
3740
- "module": "src/anchor/anchor.ts"
3787
+ "name": "AnchoredRegion",
3788
+ "module": "src/anchored-region/anchored-region.ts"
3741
3789
  }
3742
3790
  },
3743
3791
  {
3744
- "name": "rel",
3745
- "type": {
3746
- "text": "string"
3747
- },
3748
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
3749
- "fieldName": "rel",
3792
+ "kind": "field",
3793
+ "name": "isRectDifferent",
3794
+ "privacy": "private",
3795
+ "description": "compare rects to see if there is enough change to justify a DOM update",
3750
3796
  "inheritedFrom": {
3751
- "name": "Anchor",
3752
- "module": "src/anchor/anchor.ts"
3797
+ "name": "AnchoredRegion",
3798
+ "module": "src/anchored-region/anchored-region.ts"
3753
3799
  }
3754
3800
  },
3755
3801
  {
3756
- "name": "target",
3757
- "type": {
3758
- "text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
3759
- },
3760
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
3761
- "fieldName": "target",
3802
+ "kind": "field",
3803
+ "name": "handleResize",
3804
+ "privacy": "private",
3805
+ "description": "Handle resize events",
3762
3806
  "inheritedFrom": {
3763
- "name": "Anchor",
3764
- "module": "src/anchor/anchor.ts"
3807
+ "name": "AnchoredRegion",
3808
+ "module": "src/anchored-region/anchored-region.ts"
3765
3809
  }
3766
3810
  },
3767
3811
  {
3768
- "name": "type",
3769
- "type": {
3770
- "text": "string"
3771
- },
3772
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
3773
- "fieldName": "type",
3812
+ "kind": "field",
3813
+ "name": "reset",
3814
+ "privacy": "private",
3815
+ "description": "resets the component",
3774
3816
  "inheritedFrom": {
3775
- "name": "Anchor",
3776
- "module": "src/anchor/anchor.ts"
3817
+ "name": "AnchoredRegion",
3818
+ "module": "src/anchored-region/anchored-region.ts"
3777
3819
  }
3778
- }
3779
- ],
3780
- "members": [
3820
+ },
3781
3821
  {
3782
3822
  "kind": "field",
3783
- "name": "download",
3784
- "type": {
3785
- "text": "string"
3786
- },
3787
- "privacy": "public",
3788
- "description": "Prompts the user to save the linked URL. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
3823
+ "name": "updateLayout",
3824
+ "privacy": "private",
3825
+ "description": "Recalculate layout related state values",
3789
3826
  "inheritedFrom": {
3790
- "name": "Anchor",
3791
- "module": "src/anchor/anchor.ts"
3827
+ "name": "AnchoredRegion",
3828
+ "module": "src/anchored-region/anchored-region.ts"
3792
3829
  }
3793
3830
  },
3794
3831
  {
3795
3832
  "kind": "field",
3796
- "name": "href",
3797
- "type": {
3798
- "text": "string"
3799
- },
3800
- "privacy": "public",
3801
- "description": "The URL the hyperlink references. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
3833
+ "name": "updateRegionStyle",
3834
+ "privacy": "private",
3835
+ "description": "Updates the style string applied to the region element as well as the css classes attached\nto the root element",
3802
3836
  "inheritedFrom": {
3803
- "name": "Anchor",
3804
- "module": "src/anchor/anchor.ts"
3837
+ "name": "AnchoredRegion",
3838
+ "module": "src/anchored-region/anchored-region.ts"
3805
3839
  }
3806
3840
  },
3807
3841
  {
3808
3842
  "kind": "field",
3809
- "name": "hreflang",
3810
- "type": {
3811
- "text": "string"
3812
- },
3813
- "privacy": "public",
3814
- "description": "Hints at the language of the referenced resource. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
3843
+ "name": "updatePositionClasses",
3844
+ "privacy": "private",
3845
+ "description": "Updates the css classes that reflect the current position of the element",
3815
3846
  "inheritedFrom": {
3816
- "name": "Anchor",
3817
- "module": "src/anchor/anchor.ts"
3847
+ "name": "AnchoredRegion",
3848
+ "module": "src/anchored-region/anchored-region.ts"
3818
3849
  }
3819
3850
  },
3820
3851
  {
3821
3852
  "kind": "field",
3822
- "name": "ping",
3823
- "type": {
3824
- "text": "string"
3825
- },
3826
- "privacy": "public",
3827
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
3853
+ "name": "setHorizontalPosition",
3854
+ "privacy": "private",
3855
+ "description": "Get horizontal positioning state based on desired position",
3828
3856
  "inheritedFrom": {
3829
- "name": "Anchor",
3830
- "module": "src/anchor/anchor.ts"
3857
+ "name": "AnchoredRegion",
3858
+ "module": "src/anchored-region/anchored-region.ts"
3831
3859
  }
3832
3860
  },
3833
3861
  {
3834
3862
  "kind": "field",
3835
- "name": "referrerpolicy",
3836
- "type": {
3837
- "text": "string"
3838
- },
3839
- "privacy": "public",
3840
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
3863
+ "name": "setVerticalPosition",
3864
+ "privacy": "private",
3865
+ "description": "Set vertical positioning state based on desired position",
3841
3866
  "inheritedFrom": {
3842
- "name": "Anchor",
3843
- "module": "src/anchor/anchor.ts"
3867
+ "name": "AnchoredRegion",
3868
+ "module": "src/anchored-region/anchored-region.ts"
3844
3869
  }
3845
3870
  },
3846
3871
  {
3847
3872
  "kind": "field",
3848
- "name": "rel",
3849
- "type": {
3850
- "text": "string"
3851
- },
3852
- "privacy": "public",
3853
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
3873
+ "name": "getPositioningOptions",
3874
+ "privacy": "private",
3875
+ "description": "Get available positions based on positioning mode",
3854
3876
  "inheritedFrom": {
3855
- "name": "Anchor",
3856
- "module": "src/anchor/anchor.ts"
3877
+ "name": "AnchoredRegion",
3878
+ "module": "src/anchored-region/anchored-region.ts"
3857
3879
  }
3858
3880
  },
3859
3881
  {
3860
3882
  "kind": "field",
3861
- "name": "target",
3862
- "type": {
3863
- "text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
3864
- },
3865
- "privacy": "public",
3866
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
3883
+ "name": "getAvailableSpace",
3884
+ "privacy": "private",
3885
+ "description": "Get the space available for a particular relative position",
3867
3886
  "inheritedFrom": {
3868
- "name": "Anchor",
3869
- "module": "src/anchor/anchor.ts"
3887
+ "name": "AnchoredRegion",
3888
+ "module": "src/anchored-region/anchored-region.ts"
3870
3889
  }
3871
3890
  },
3872
3891
  {
3873
3892
  "kind": "field",
3874
- "name": "type",
3875
- "type": {
3876
- "text": "string"
3877
- },
3878
- "privacy": "public",
3879
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
3893
+ "name": "getNextRegionDimension",
3894
+ "privacy": "private",
3895
+ "description": "Get region dimensions",
3880
3896
  "inheritedFrom": {
3881
- "name": "Anchor",
3882
- "module": "src/anchor/anchor.ts"
3897
+ "name": "AnchoredRegion",
3898
+ "module": "src/anchored-region/anchored-region.ts"
3883
3899
  }
3884
3900
  },
3885
3901
  {
3886
3902
  "kind": "field",
3887
- "name": "control",
3888
- "type": {
3889
- "text": "HTMLAnchorElement | undefined"
3890
- },
3891
- "privacy": "public",
3892
- "description": "References the root element",
3903
+ "name": "startAutoUpdateEventListeners",
3904
+ "privacy": "private",
3905
+ "description": "starts event listeners that can trigger auto updating",
3893
3906
  "inheritedFrom": {
3894
- "name": "Anchor",
3895
- "module": "src/anchor/anchor.ts"
3907
+ "name": "AnchoredRegion",
3908
+ "module": "src/anchored-region/anchored-region.ts"
3896
3909
  }
3897
3910
  },
3898
3911
  {
3899
3912
  "kind": "field",
3900
- "name": "handleUnsupportedDelegatesFocus",
3913
+ "name": "stopAutoUpdateEventListeners",
3901
3914
  "privacy": "private",
3902
- "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",
3915
+ "description": "stops event listeners that can trigger auto updating",
3903
3916
  "inheritedFrom": {
3904
- "name": "Anchor",
3905
- "module": "src/anchor/anchor.ts"
3917
+ "name": "AnchoredRegion",
3918
+ "module": "src/anchored-region/anchored-region.ts"
3906
3919
  }
3907
3920
  },
3908
3921
  {
@@ -4016,11 +4029,29 @@
4016
4029
  "module": "src/foundation-element/foundation-element.ts"
4017
4030
  }
4018
4031
  }
4032
+ ],
4033
+ "events": [
4034
+ {
4035
+ "description": "Fires a custom 'loaded' event when the region is loaded and visible",
4036
+ "name": "loaded",
4037
+ "inheritedFrom": {
4038
+ "name": "AnchoredRegion",
4039
+ "module": "src/anchored-region/anchored-region.ts"
4040
+ }
4041
+ },
4042
+ {
4043
+ "description": "Fires a custom 'positionchange' event when the position has changed",
4044
+ "name": "positionchange",
4045
+ "inheritedFrom": {
4046
+ "name": "AnchoredRegion",
4047
+ "module": "src/anchored-region/anchored-region.ts"
4048
+ }
4049
+ }
4019
4050
  ]
4020
4051
  },
4021
4052
  {
4022
4053
  "kind": "variable",
4023
- "name": "foundationAnchorShadowOptions",
4054
+ "name": "foundationAnchoredRegionShadowOptions",
4024
4055
  "type": {
4025
4056
  "text": "ShadowRootInit"
4026
4057
  },
@@ -4028,7 +4059,7 @@
4028
4059
  },
4029
4060
  {
4030
4061
  "kind": "variable",
4031
- "name": "defaultAnchorConfig",
4062
+ "name": "defaultAnchoredRegionConfig",
4032
4063
  "type": {
4033
4064
  "text": "object"
4034
4065
  },
@@ -4036,80 +4067,49 @@
4036
4067
  },
4037
4068
  {
4038
4069
  "kind": "variable",
4039
- "name": "foundationAnchor",
4040
- "description": "The Foundation Anchor",
4070
+ "name": "foundationAnchoredRegion",
4071
+ "description": "The Foundation Anchored Region",
4041
4072
  "privacy": "public"
4042
4073
  }
4043
4074
  ],
4044
4075
  "exports": [
4045
4076
  {
4046
4077
  "kind": "js",
4047
- "name": "Anchor",
4048
- "declaration": {
4049
- "name": "Anchor",
4050
- "module": "src/anchor/anchor.ts"
4051
- }
4052
- },
4053
- {
4054
- "kind": "js",
4055
- "name": "foundationAnchorShadowOptions",
4056
- "declaration": {
4057
- "name": "foundationAnchorShadowOptions",
4058
- "module": "src/anchor/anchor.ts"
4059
- }
4060
- },
4061
- {
4062
- "kind": "js",
4063
- "name": "defaultAnchorConfig",
4078
+ "name": "AnchoredRegion",
4064
4079
  "declaration": {
4065
- "name": "defaultAnchorConfig",
4066
- "module": "src/anchor/anchor.ts"
4080
+ "name": "AnchoredRegion",
4081
+ "module": "src/anchored-region/anchored-region.ts"
4067
4082
  }
4068
4083
  },
4069
4084
  {
4070
4085
  "kind": "js",
4071
- "name": "foundationAnchor",
4072
- "declaration": {
4073
- "name": "foundationAnchor",
4074
- "module": "src/anchor/anchor.ts"
4075
- }
4076
- }
4077
- ]
4078
- },
4079
- {
4080
- "kind": "javascript-module",
4081
- "path": "src/anchor/index.ts",
4082
- "declarations": [],
4083
- "exports": [
4084
- {
4085
- "kind": "js",
4086
- "name": "*",
4086
+ "name": "foundationAnchoredRegionShadowOptions",
4087
4087
  "declaration": {
4088
- "name": "*",
4089
- "package": "./anchor.template"
4088
+ "name": "foundationAnchoredRegionShadowOptions",
4089
+ "module": "src/anchored-region/anchored-region.ts"
4090
4090
  }
4091
4091
  },
4092
4092
  {
4093
4093
  "kind": "js",
4094
- "name": "*",
4094
+ "name": "defaultAnchoredRegionConfig",
4095
4095
  "declaration": {
4096
- "name": "*",
4097
- "package": "./anchor.styles"
4096
+ "name": "defaultAnchoredRegionConfig",
4097
+ "module": "src/anchored-region/anchored-region.ts"
4098
4098
  }
4099
4099
  },
4100
4100
  {
4101
4101
  "kind": "js",
4102
- "name": "*",
4102
+ "name": "foundationAnchoredRegion",
4103
4103
  "declaration": {
4104
- "name": "*",
4105
- "package": "./anchor"
4104
+ "name": "foundationAnchoredRegion",
4105
+ "module": "src/anchored-region/anchored-region.ts"
4106
4106
  }
4107
4107
  }
4108
4108
  ]
4109
4109
  },
4110
4110
  {
4111
4111
  "kind": "javascript-module",
4112
- "path": "src/_config/index.ts",
4112
+ "path": "src/anchored-region/index.ts",
4113
4113
  "declarations": [],
4114
4114
  "exports": [
4115
4115
  {
@@ -4117,7 +4117,7 @@
4117
4117
  "name": "*",
4118
4118
  "declaration": {
4119
4119
  "name": "*",
4120
- "package": "./styles"
4120
+ "package": "./anchor-region.template"
4121
4121
  }
4122
4122
  },
4123
4123
  {
@@ -4125,7 +4125,7 @@
4125
4125
  "name": "*",
4126
4126
  "declaration": {
4127
4127
  "name": "*",
4128
- "package": "./tokens"
4128
+ "package": "./anchored-region.styles"
4129
4129
  }
4130
4130
  },
4131
4131
  {
@@ -4133,7 +4133,7 @@
4133
4133
  "name": "*",
4134
4134
  "declaration": {
4135
4135
  "name": "*",
4136
- "package": "./values"
4136
+ "package": "./anchored-region"
4137
4137
  }
4138
4138
  }
4139
4139
  ]
@@ -27458,6 +27458,21 @@
27458
27458
  }
27459
27459
  ]
27460
27460
  },
27461
+ {
27462
+ "kind": "javascript-module",
27463
+ "path": "src/overlays/index.ts",
27464
+ "declarations": [],
27465
+ "exports": [
27466
+ {
27467
+ "kind": "js",
27468
+ "name": "*",
27469
+ "declaration": {
27470
+ "name": "*",
27471
+ "package": "./system-health"
27472
+ }
27473
+ }
27474
+ ]
27475
+ },
27461
27476
  {
27462
27477
  "kind": "javascript-module",
27463
27478
  "path": "src/patterns/define.ts",
@@ -27558,21 +27573,6 @@
27558
27573
  }
27559
27574
  ]
27560
27575
  },
27561
- {
27562
- "kind": "javascript-module",
27563
- "path": "src/overlays/index.ts",
27564
- "declarations": [],
27565
- "exports": [
27566
- {
27567
- "kind": "js",
27568
- "name": "*",
27569
- "declaration": {
27570
- "name": "*",
27571
- "package": "./system-health"
27572
- }
27573
- }
27574
- ]
27575
- },
27576
27576
  {
27577
27577
  "kind": "javascript-module",
27578
27578
  "path": "src/popper/index.ts",
@@ -29428,7 +29428,7 @@
29428
29428
  {
29429
29429
  "name": "routes",
29430
29430
  "type": {
29431
- "text": "FoundationRoute[]"
29431
+ "text": "Pick<FoundationRoute, 'navItems' | 'name' | 'path'>[]"
29432
29432
  }
29433
29433
  },
29434
29434
  {