@genesislcap/foundation-ui 14.272.0 → 14.274.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (41) hide show
  1. package/dist/custom-elements.json +1924 -1186
  2. package/dist/dts/base-components.d.ts +22 -0
  3. package/dist/dts/base-components.d.ts.map +1 -1
  4. package/dist/dts/index.d.ts +2 -0
  5. package/dist/dts/index.d.ts.map +1 -1
  6. package/dist/dts/multiselect/multiselect-consts.d.ts +2 -2
  7. package/dist/dts/multiselect/multiselect-consts.d.ts.map +1 -1
  8. package/dist/dts/multiselect/multiselect.d.ts +11 -4
  9. package/dist/dts/multiselect/multiselect.d.ts.map +1 -1
  10. package/dist/dts/multiselect/multiselect.styles.d.ts.map +1 -1
  11. package/dist/dts/multiselect/multiselect.template.d.ts.map +1 -1
  12. package/dist/dts/scheduler/index.d.ts +4 -0
  13. package/dist/dts/scheduler/index.d.ts.map +1 -0
  14. package/dist/dts/scheduler/scheduler.d.ts +37 -0
  15. package/dist/dts/scheduler/scheduler.d.ts.map +1 -0
  16. package/dist/dts/scheduler/scheduler.styles.d.ts +3 -0
  17. package/dist/dts/scheduler/scheduler.styles.d.ts.map +1 -0
  18. package/dist/dts/scheduler/scheduler.template.d.ts +4 -0
  19. package/dist/dts/scheduler/scheduler.template.d.ts.map +1 -0
  20. package/dist/dts/scheduler-timezone/index.d.ts +4 -0
  21. package/dist/dts/scheduler-timezone/index.d.ts.map +1 -0
  22. package/dist/dts/scheduler-timezone/scheduler-timezone.d.ts +40 -0
  23. package/dist/dts/scheduler-timezone/scheduler-timezone.d.ts.map +1 -0
  24. package/dist/dts/scheduler-timezone/scheduler-timezone.styles.d.ts +3 -0
  25. package/dist/dts/scheduler-timezone/scheduler-timezone.styles.d.ts.map +1 -0
  26. package/dist/dts/scheduler-timezone/scheduler-timezone.template.d.ts +4 -0
  27. package/dist/dts/scheduler-timezone/scheduler-timezone.template.d.ts.map +1 -0
  28. package/dist/esm/base-components.js +4 -0
  29. package/dist/esm/index.js +2 -0
  30. package/dist/esm/multiselect/multiselect.js +80 -29
  31. package/dist/esm/multiselect/multiselect.styles.js +25 -20
  32. package/dist/esm/multiselect/multiselect.template.js +45 -35
  33. package/dist/esm/scheduler/index.js +3 -0
  34. package/dist/esm/scheduler/scheduler.js +47 -0
  35. package/dist/esm/scheduler/scheduler.styles.js +9 -0
  36. package/dist/esm/scheduler/scheduler.template.js +18 -0
  37. package/dist/esm/scheduler-timezone/index.js +3 -0
  38. package/dist/esm/scheduler-timezone/scheduler-timezone.js +81 -0
  39. package/dist/esm/scheduler-timezone/scheduler-timezone.styles.js +29 -0
  40. package/dist/esm/scheduler-timezone/scheduler-timezone.template.js +23 -0
  41. package/package.json +18 -18
@@ -12,7 +12,7 @@
12
12
  "type": {
13
13
  "text": "object"
14
14
  },
15
- "default": "{\n foundationAccordion,\n foundationAccordionItem,\n foundationActionsMenu,\n foundationAnchor,\n foundationAnchoredRegion,\n foundationAvatar,\n foundationBadge,\n foundationBanner,\n foundationBreadcrumb,\n foundationBreadcrumbItem,\n foundationButton,\n foundationCalendar,\n foundationCard,\n foundationCategorizedMultiselect,\n foundationCheckbox,\n foundationCombobox,\n foundationConnectionIndicator,\n foundationDataGrid,\n foundationDataGridCell,\n foundationDataGridRow,\n foundationDatePicker,\n foundationDesignSystemProvider,\n foundationDialog,\n foundationDisclosure,\n foundationDivider,\n foundationDropdownMenu,\n foundationErrorBanner,\n foundationErrorBoundary,\n foundationErrorDialog,\n foundationFileUpload,\n foundationFilter,\n foundationFilterBar,\n foundationFlexLayout,\n foundationFlipper,\n foundationFlyout,\n foundationGridLayout,\n foundationGridLayoutItem,\n foundationHorizontalScroll,\n foundationIcon,\n foundationListbox,\n foundationListboxOption,\n foundationMenu,\n foundationMenuItem,\n foundationModal,\n foundationMultiselect,\n foundationNumberField,\n foundationPopper,\n foundationProgress,\n foundationProgressRing,\n foundationRadio,\n foundationRadioGroup,\n foundationSchedulerCronBuilder,\n foundationSearchBar,\n foundationSearchBarCombobox,\n foundationSegmentedControl,\n foundationSegmentedItem,\n foundationSelect,\n foundationSkeleton,\n foundationSlider,\n foundationSliderLabel,\n foundationSnackbar,\n foundationStackingIcons,\n foundationStepper,\n foundationStepperTab,\n foundationStepperTabPanel,\n foundationSwitch,\n foundationSystemHealthOverlay,\n foundationTab,\n foundationTabPanel,\n foundationTabs,\n foundationTextArea,\n foundationTextField,\n foundationToast,\n foundationToolbar,\n foundationTooltip,\n foundationTreeItem,\n foundationTreeView,\n foundationUrlInput,\n register(container?: Container, ...rest: any[]) {\n if (!container) {\n // preserve backward compatibility with code that loops through\n // the values of this object and calls them as funcs with no args\n return;\n }\n\n for (const key in this) {\n if (key === 'register') {\n continue;\n }\n\n this[key]().register(container, ...rest);\n }\n },\n}"
15
+ "default": "{\n foundationAccordion,\n foundationAccordionItem,\n foundationActionsMenu,\n foundationAnchor,\n foundationAnchoredRegion,\n foundationAvatar,\n foundationBadge,\n foundationBanner,\n foundationBreadcrumb,\n foundationBreadcrumbItem,\n foundationButton,\n foundationCalendar,\n foundationCard,\n foundationCategorizedMultiselect,\n foundationCheckbox,\n foundationCombobox,\n foundationConnectionIndicator,\n foundationDataGrid,\n foundationDataGridCell,\n foundationDataGridRow,\n foundationDatePicker,\n foundationDesignSystemProvider,\n foundationDialog,\n foundationDisclosure,\n foundationDivider,\n foundationDropdownMenu,\n foundationErrorBanner,\n foundationErrorBoundary,\n foundationErrorDialog,\n foundationFileUpload,\n foundationFilter,\n foundationFilterBar,\n foundationFlexLayout,\n foundationFlipper,\n foundationFlyout,\n foundationGridLayout,\n foundationGridLayoutItem,\n foundationHorizontalScroll,\n foundationIcon,\n foundationListbox,\n foundationListboxOption,\n foundationMenu,\n foundationMenuItem,\n foundationModal,\n foundationMultiselect,\n foundationNumberField,\n foundationPopper,\n foundationProgress,\n foundationProgressRing,\n foundationRadio,\n foundationRadioGroup,\n foundationScheduler,\n foundationSchedulerCronBuilder,\n foundationSchedulerTimezone,\n foundationSearchBar,\n foundationSearchBarCombobox,\n foundationSegmentedControl,\n foundationSegmentedItem,\n foundationSelect,\n foundationSkeleton,\n foundationSlider,\n foundationSliderLabel,\n foundationSnackbar,\n foundationStackingIcons,\n foundationStepper,\n foundationStepperTab,\n foundationStepperTabPanel,\n foundationSwitch,\n foundationSystemHealthOverlay,\n foundationTab,\n foundationTabPanel,\n foundationTabs,\n foundationTextArea,\n foundationTextField,\n foundationToast,\n foundationToolbar,\n foundationTooltip,\n foundationTreeItem,\n foundationTreeView,\n foundationUrlInput,\n register(container?: Container, ...rest: any[]) {\n if (!container) {\n // preserve backward compatibility with code that loops through\n // the values of this object and calls them as funcs with no args\n return;\n }\n\n for (const key in this) {\n if (key === 'register') {\n continue;\n }\n\n this[key]().register(container, ...rest);\n }\n },\n}"
16
16
  }
17
17
  ],
18
18
  "exports": [
@@ -556,6 +556,14 @@
556
556
  "package": "./router"
557
557
  }
558
558
  },
559
+ {
560
+ "kind": "js",
561
+ "name": "*",
562
+ "declaration": {
563
+ "name": "*",
564
+ "package": "./scheduler"
565
+ }
566
+ },
559
567
  {
560
568
  "kind": "js",
561
569
  "name": "*",
@@ -564,6 +572,14 @@
564
572
  "package": "./scheduler-cron-builder"
565
573
  }
566
574
  },
575
+ {
576
+ "kind": "js",
577
+ "name": "*",
578
+ "declaration": {
579
+ "name": "*",
580
+ "package": "./scheduler-timezone"
581
+ }
582
+ },
567
583
  {
568
584
  "kind": "js",
569
585
  "name": "*",
@@ -880,37 +896,6 @@
880
896
  }
881
897
  ]
882
898
  },
883
- {
884
- "kind": "javascript-module",
885
- "path": "src/_config/index.ts",
886
- "declarations": [],
887
- "exports": [
888
- {
889
- "kind": "js",
890
- "name": "*",
891
- "declaration": {
892
- "name": "*",
893
- "package": "./styles"
894
- }
895
- },
896
- {
897
- "kind": "js",
898
- "name": "*",
899
- "declaration": {
900
- "name": "*",
901
- "package": "./tokens"
902
- }
903
- },
904
- {
905
- "kind": "js",
906
- "name": "*",
907
- "declaration": {
908
- "name": "*",
909
- "package": "./values"
910
- }
911
- }
912
- ]
913
- },
914
899
  {
915
900
  "kind": "javascript-module",
916
901
  "path": "src/accordion/accordion.styles.ts",
@@ -1093,6 +1078,37 @@
1093
1078
  }
1094
1079
  ]
1095
1080
  },
1081
+ {
1082
+ "kind": "javascript-module",
1083
+ "path": "src/_config/index.ts",
1084
+ "declarations": [],
1085
+ "exports": [
1086
+ {
1087
+ "kind": "js",
1088
+ "name": "*",
1089
+ "declaration": {
1090
+ "name": "*",
1091
+ "package": "./styles"
1092
+ }
1093
+ },
1094
+ {
1095
+ "kind": "js",
1096
+ "name": "*",
1097
+ "declaration": {
1098
+ "name": "*",
1099
+ "package": "./tokens"
1100
+ }
1101
+ },
1102
+ {
1103
+ "kind": "js",
1104
+ "name": "*",
1105
+ "declaration": {
1106
+ "name": "*",
1107
+ "package": "./values"
1108
+ }
1109
+ }
1110
+ ]
1111
+ },
1096
1112
  {
1097
1113
  "kind": "javascript-module",
1098
1114
  "path": "src/accordion-item/accordion-item.styles.ts",
@@ -2048,14 +2064,14 @@
2048
2064
  },
2049
2065
  {
2050
2066
  "kind": "javascript-module",
2051
- "path": "src/anchor/anchor.styles.ts",
2067
+ "path": "src/anchored-region/anchor-region.template.ts",
2052
2068
  "declarations": [
2053
2069
  {
2054
2070
  "kind": "function",
2055
- "name": "foundationAnchorStyles",
2071
+ "name": "foundationAnchoredRegionTemplate",
2056
2072
  "return": {
2057
2073
  "type": {
2058
- "text": "ElementStyles"
2074
+ "text": "ViewTemplate<AnchoredRegion>"
2059
2075
  }
2060
2076
  },
2061
2077
  "parameters": [
@@ -2077,24 +2093,24 @@
2077
2093
  "exports": [
2078
2094
  {
2079
2095
  "kind": "js",
2080
- "name": "foundationAnchorStyles",
2096
+ "name": "foundationAnchoredRegionTemplate",
2081
2097
  "declaration": {
2082
- "name": "foundationAnchorStyles",
2083
- "module": "src/anchor/anchor.styles.ts"
2098
+ "name": "foundationAnchoredRegionTemplate",
2099
+ "module": "src/anchored-region/anchor-region.template.ts"
2084
2100
  }
2085
2101
  }
2086
2102
  ]
2087
2103
  },
2088
2104
  {
2089
2105
  "kind": "javascript-module",
2090
- "path": "src/anchor/anchor.template.ts",
2106
+ "path": "src/anchored-region/anchored-region.styles.ts",
2091
2107
  "declarations": [
2092
2108
  {
2093
2109
  "kind": "function",
2094
- "name": "foundationAnchorTemplate",
2110
+ "name": "foundationAnchoredRegionStyles",
2095
2111
  "return": {
2096
2112
  "type": {
2097
- "text": "ViewTemplate<Anchor>"
2113
+ "text": "ElementStyles"
2098
2114
  }
2099
2115
  },
2100
2116
  "parameters": [
@@ -2116,766 +2132,580 @@
2116
2132
  "exports": [
2117
2133
  {
2118
2134
  "kind": "js",
2119
- "name": "foundationAnchorTemplate",
2135
+ "name": "foundationAnchoredRegionStyles",
2120
2136
  "declaration": {
2121
- "name": "foundationAnchorTemplate",
2122
- "module": "src/anchor/anchor.template.ts"
2137
+ "name": "foundationAnchoredRegionStyles",
2138
+ "module": "src/anchored-region/anchored-region.styles.ts"
2123
2139
  }
2124
2140
  }
2125
2141
  ]
2126
2142
  },
2127
2143
  {
2128
2144
  "kind": "javascript-module",
2129
- "path": "src/anchor/anchor.ts",
2145
+ "path": "src/anchored-region/anchored-region.ts",
2130
2146
  "declarations": [
2131
2147
  {
2132
2148
  "kind": "class",
2133
2149
  "description": "",
2134
- "name": "Anchor",
2150
+ "name": "AnchoredRegion",
2135
2151
  "superclass": {
2136
- "name": "FASTAnchor",
2152
+ "name": "FASTAnchoredRegion",
2137
2153
  "package": "@microsoft/fast-components"
2138
2154
  },
2139
- "tagName": "%%prefix%%-anchor",
2155
+ "tagName": "%%prefix%%-anchored-region",
2140
2156
  "customElement": true,
2141
2157
  "attributes": [
2142
2158
  {
2143
- "name": "download",
2159
+ "name": "anchor",
2144
2160
  "type": {
2145
2161
  "text": "string"
2146
2162
  },
2147
- "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.",
2148
- "fieldName": "download",
2163
+ "default": "\"\"",
2164
+ "description": "The HTML ID of the anchor element this region is positioned relative to",
2165
+ "fieldName": "anchor",
2149
2166
  "inheritedFrom": {
2150
- "name": "Anchor",
2151
- "module": "src/anchor/anchor.ts"
2167
+ "name": "AnchoredRegion",
2168
+ "module": "src/anchored-region/anchored-region.ts"
2152
2169
  }
2153
2170
  },
2154
2171
  {
2155
- "name": "href",
2172
+ "name": "viewport",
2156
2173
  "type": {
2157
2174
  "text": "string"
2158
2175
  },
2159
- "description": "The URL the hyperlink references. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
2160
- "fieldName": "href",
2176
+ "default": "\"\"",
2177
+ "description": "The HTML ID of the viewport element this region is positioned relative to",
2178
+ "fieldName": "viewport",
2161
2179
  "inheritedFrom": {
2162
- "name": "Anchor",
2163
- "module": "src/anchor/anchor.ts"
2180
+ "name": "AnchoredRegion",
2181
+ "module": "src/anchored-region/anchored-region.ts"
2164
2182
  }
2165
2183
  },
2166
2184
  {
2167
- "name": "hreflang",
2185
+ "name": "horizontal-positioning-mode",
2168
2186
  "type": {
2169
- "text": "string"
2187
+ "text": "AxisPositioningMode"
2170
2188
  },
2171
- "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.",
2172
- "fieldName": "hreflang",
2189
+ "default": "\"uncontrolled\"",
2190
+ "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",
2191
+ "fieldName": "horizontalPositioningMode",
2173
2192
  "inheritedFrom": {
2174
- "name": "Anchor",
2175
- "module": "src/anchor/anchor.ts"
2193
+ "name": "AnchoredRegion",
2194
+ "module": "src/anchored-region/anchored-region.ts"
2176
2195
  }
2177
2196
  },
2178
2197
  {
2179
- "name": "ping",
2198
+ "name": "horizontal-default-position",
2180
2199
  "type": {
2181
- "text": "string"
2200
+ "text": "HorizontalPosition"
2182
2201
  },
2183
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
2184
- "fieldName": "ping",
2202
+ "default": "\"unset\"",
2203
+ "description": "The default horizontal position of the region relative to the anchor element",
2204
+ "fieldName": "horizontalDefaultPosition",
2185
2205
  "inheritedFrom": {
2186
- "name": "Anchor",
2187
- "module": "src/anchor/anchor.ts"
2206
+ "name": "AnchoredRegion",
2207
+ "module": "src/anchored-region/anchored-region.ts"
2188
2208
  }
2189
2209
  },
2190
2210
  {
2191
- "name": "referrerpolicy",
2211
+ "name": "horizontal-viewport-lock",
2192
2212
  "type": {
2193
- "text": "string"
2213
+ "text": "boolean"
2194
2214
  },
2195
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
2196
- "fieldName": "referrerpolicy",
2215
+ "default": "false",
2216
+ "description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the horizontal axis",
2217
+ "fieldName": "horizontalViewportLock",
2197
2218
  "inheritedFrom": {
2198
- "name": "Anchor",
2199
- "module": "src/anchor/anchor.ts"
2219
+ "name": "AnchoredRegion",
2220
+ "module": "src/anchored-region/anchored-region.ts"
2200
2221
  }
2201
2222
  },
2202
2223
  {
2203
- "name": "rel",
2224
+ "name": "horizontal-inset",
2204
2225
  "type": {
2205
- "text": "string"
2226
+ "text": "boolean"
2206
2227
  },
2207
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
2208
- "fieldName": "rel",
2228
+ "default": "false",
2229
+ "description": "Whether the region overlaps the anchor on the horizontal axis",
2230
+ "fieldName": "horizontalInset",
2209
2231
  "inheritedFrom": {
2210
- "name": "Anchor",
2211
- "module": "src/anchor/anchor.ts"
2232
+ "name": "AnchoredRegion",
2233
+ "module": "src/anchored-region/anchored-region.ts"
2212
2234
  }
2213
2235
  },
2214
2236
  {
2215
- "name": "target",
2237
+ "name": "horizontal-threshold",
2216
2238
  "type": {
2217
- "text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
2239
+ "text": "number"
2218
2240
  },
2219
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
2220
- "fieldName": "target",
2241
+ "description": "How narrow the space allocated to the default position has to be before the widest area\nis selected for layout",
2242
+ "fieldName": "horizontalThreshold",
2221
2243
  "inheritedFrom": {
2222
- "name": "Anchor",
2223
- "module": "src/anchor/anchor.ts"
2244
+ "name": "AnchoredRegion",
2245
+ "module": "src/anchored-region/anchored-region.ts"
2224
2246
  }
2225
2247
  },
2226
2248
  {
2227
- "name": "type",
2249
+ "name": "horizontal-scaling",
2228
2250
  "type": {
2229
- "text": "string"
2251
+ "text": "AxisScalingMode"
2230
2252
  },
2231
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
2232
- "fieldName": "type",
2253
+ "default": "\"content\"",
2254
+ "description": "Defines how the width of the region is calculated",
2255
+ "fieldName": "horizontalScaling",
2233
2256
  "inheritedFrom": {
2234
- "name": "Anchor",
2235
- "module": "src/anchor/anchor.ts"
2257
+ "name": "AnchoredRegion",
2258
+ "module": "src/anchored-region/anchored-region.ts"
2236
2259
  }
2237
- }
2238
- ],
2239
- "members": [
2260
+ },
2240
2261
  {
2241
- "kind": "field",
2242
- "name": "download",
2262
+ "name": "vertical-positioning-mode",
2243
2263
  "type": {
2244
- "text": "string"
2264
+ "text": "AxisPositioningMode"
2245
2265
  },
2246
- "privacy": "public",
2247
- "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.",
2266
+ "default": "\"uncontrolled\"",
2267
+ "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",
2268
+ "fieldName": "verticalPositioningMode",
2248
2269
  "inheritedFrom": {
2249
- "name": "Anchor",
2250
- "module": "src/anchor/anchor.ts"
2270
+ "name": "AnchoredRegion",
2271
+ "module": "src/anchored-region/anchored-region.ts"
2251
2272
  }
2252
2273
  },
2253
2274
  {
2254
- "kind": "field",
2255
- "name": "href",
2275
+ "name": "vertical-default-position",
2256
2276
  "type": {
2257
- "text": "string"
2277
+ "text": "VerticalPosition"
2258
2278
  },
2259
- "privacy": "public",
2260
- "description": "The URL the hyperlink references. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2279
+ "default": "\"unset\"",
2280
+ "description": "The default vertical position of the region relative to the anchor element",
2281
+ "fieldName": "verticalDefaultPosition",
2261
2282
  "inheritedFrom": {
2262
- "name": "Anchor",
2263
- "module": "src/anchor/anchor.ts"
2283
+ "name": "AnchoredRegion",
2284
+ "module": "src/anchored-region/anchored-region.ts"
2264
2285
  }
2265
2286
  },
2266
2287
  {
2267
- "kind": "field",
2268
- "name": "hreflang",
2288
+ "name": "vertical-viewport-lock",
2269
2289
  "type": {
2270
- "text": "string"
2290
+ "text": "boolean"
2271
2291
  },
2272
- "privacy": "public",
2273
- "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.",
2292
+ "default": "false",
2293
+ "description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the vertical axis",
2294
+ "fieldName": "verticalViewportLock",
2274
2295
  "inheritedFrom": {
2275
- "name": "Anchor",
2276
- "module": "src/anchor/anchor.ts"
2296
+ "name": "AnchoredRegion",
2297
+ "module": "src/anchored-region/anchored-region.ts"
2277
2298
  }
2278
2299
  },
2279
2300
  {
2280
- "kind": "field",
2281
- "name": "ping",
2301
+ "name": "vertical-inset",
2282
2302
  "type": {
2283
- "text": "string"
2303
+ "text": "boolean"
2284
2304
  },
2285
- "privacy": "public",
2286
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2305
+ "default": "false",
2306
+ "description": "Whether the region overlaps the anchor on the vertical axis",
2307
+ "fieldName": "verticalInset",
2287
2308
  "inheritedFrom": {
2288
- "name": "Anchor",
2289
- "module": "src/anchor/anchor.ts"
2309
+ "name": "AnchoredRegion",
2310
+ "module": "src/anchored-region/anchored-region.ts"
2290
2311
  }
2291
2312
  },
2292
2313
  {
2293
- "kind": "field",
2294
- "name": "referrerpolicy",
2314
+ "name": "vertical-threshold",
2295
2315
  "type": {
2296
- "text": "string"
2316
+ "text": "number"
2297
2317
  },
2298
- "privacy": "public",
2299
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2318
+ "description": "How short the space allocated to the default position has to be before the tallest area\nis selected for layout",
2319
+ "fieldName": "verticalThreshold",
2300
2320
  "inheritedFrom": {
2301
- "name": "Anchor",
2302
- "module": "src/anchor/anchor.ts"
2321
+ "name": "AnchoredRegion",
2322
+ "module": "src/anchored-region/anchored-region.ts"
2303
2323
  }
2304
2324
  },
2305
2325
  {
2306
- "kind": "field",
2307
- "name": "rel",
2326
+ "name": "vertical-scaling",
2308
2327
  "type": {
2309
- "text": "string"
2328
+ "text": "AxisScalingMode"
2310
2329
  },
2311
- "privacy": "public",
2312
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2330
+ "default": "\"content\"",
2331
+ "description": "Defines how the height of the region is calculated",
2332
+ "fieldName": "verticalScaling",
2313
2333
  "inheritedFrom": {
2314
- "name": "Anchor",
2315
- "module": "src/anchor/anchor.ts"
2334
+ "name": "AnchoredRegion",
2335
+ "module": "src/anchored-region/anchored-region.ts"
2316
2336
  }
2317
2337
  },
2318
2338
  {
2319
- "kind": "field",
2320
- "name": "target",
2339
+ "name": "fixed-placement",
2321
2340
  "type": {
2322
- "text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
2341
+ "text": "boolean"
2323
2342
  },
2324
- "privacy": "public",
2325
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2343
+ "default": "false",
2344
+ "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,",
2345
+ "fieldName": "fixedPlacement",
2326
2346
  "inheritedFrom": {
2327
- "name": "Anchor",
2328
- "module": "src/anchor/anchor.ts"
2347
+ "name": "AnchoredRegion",
2348
+ "module": "src/anchored-region/anchored-region.ts"
2329
2349
  }
2330
2350
  },
2351
+ {
2352
+ "name": "auto-update-mode",
2353
+ "type": {
2354
+ "text": "AutoUpdateMode"
2355
+ },
2356
+ "default": "\"anchor\"",
2357
+ "description": "Defines what triggers the anchored region to revaluate positioning",
2358
+ "fieldName": "autoUpdateMode",
2359
+ "inheritedFrom": {
2360
+ "name": "AnchoredRegion",
2361
+ "module": "src/anchored-region/anchored-region.ts"
2362
+ }
2363
+ }
2364
+ ],
2365
+ "members": [
2331
2366
  {
2332
2367
  "kind": "field",
2333
- "name": "type",
2368
+ "name": "anchor",
2334
2369
  "type": {
2335
2370
  "text": "string"
2336
2371
  },
2337
2372
  "privacy": "public",
2338
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2373
+ "default": "\"\"",
2374
+ "description": "The HTML ID of the anchor element this region is positioned relative to",
2339
2375
  "inheritedFrom": {
2340
- "name": "Anchor",
2341
- "module": "src/anchor/anchor.ts"
2376
+ "name": "AnchoredRegion",
2377
+ "module": "src/anchored-region/anchored-region.ts"
2378
+ }
2379
+ },
2380
+ {
2381
+ "kind": "method",
2382
+ "name": "anchorChanged",
2383
+ "privacy": "private",
2384
+ "return": {
2385
+ "type": {
2386
+ "text": "void"
2387
+ }
2388
+ },
2389
+ "inheritedFrom": {
2390
+ "name": "AnchoredRegion",
2391
+ "module": "src/anchored-region/anchored-region.ts"
2342
2392
  }
2343
2393
  },
2344
2394
  {
2345
2395
  "kind": "field",
2346
- "name": "control",
2396
+ "name": "viewport",
2347
2397
  "type": {
2348
- "text": "HTMLAnchorElement | undefined"
2398
+ "text": "string"
2349
2399
  },
2350
2400
  "privacy": "public",
2351
- "description": "References the root element",
2401
+ "default": "\"\"",
2402
+ "description": "The HTML ID of the viewport element this region is positioned relative to",
2352
2403
  "inheritedFrom": {
2353
- "name": "Anchor",
2354
- "module": "src/anchor/anchor.ts"
2404
+ "name": "AnchoredRegion",
2405
+ "module": "src/anchored-region/anchored-region.ts"
2355
2406
  }
2356
2407
  },
2357
2408
  {
2358
- "kind": "field",
2359
- "name": "handleUnsupportedDelegatesFocus",
2409
+ "kind": "method",
2410
+ "name": "viewportChanged",
2360
2411
  "privacy": "private",
2361
- "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",
2412
+ "return": {
2413
+ "type": {
2414
+ "text": "void"
2415
+ }
2416
+ },
2362
2417
  "inheritedFrom": {
2363
- "name": "Anchor",
2364
- "module": "src/anchor/anchor.ts"
2418
+ "name": "AnchoredRegion",
2419
+ "module": "src/anchored-region/anchored-region.ts"
2365
2420
  }
2366
2421
  },
2367
2422
  {
2368
2423
  "kind": "field",
2369
- "name": "_presentation",
2424
+ "name": "horizontalPositioningMode",
2370
2425
  "type": {
2371
- "text": "ComponentPresentation | null | undefined"
2426
+ "text": "AxisPositioningMode"
2372
2427
  },
2428
+ "privacy": "public",
2429
+ "default": "\"uncontrolled\"",
2430
+ "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",
2431
+ "inheritedFrom": {
2432
+ "name": "AnchoredRegion",
2433
+ "module": "src/anchored-region/anchored-region.ts"
2434
+ }
2435
+ },
2436
+ {
2437
+ "kind": "method",
2438
+ "name": "horizontalPositioningModeChanged",
2373
2439
  "privacy": "private",
2374
- "default": "void 0",
2440
+ "return": {
2441
+ "type": {
2442
+ "text": "void"
2443
+ }
2444
+ },
2375
2445
  "inheritedFrom": {
2376
- "name": "FoundationElement",
2377
- "module": "src/foundation-element/foundation-element.ts"
2446
+ "name": "AnchoredRegion",
2447
+ "module": "src/anchored-region/anchored-region.ts"
2378
2448
  }
2379
2449
  },
2380
2450
  {
2381
2451
  "kind": "field",
2382
- "name": "$presentation",
2452
+ "name": "horizontalDefaultPosition",
2383
2453
  "type": {
2384
- "text": "ComponentPresentation | null"
2454
+ "text": "HorizontalPosition"
2385
2455
  },
2386
2456
  "privacy": "public",
2387
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
2457
+ "default": "\"unset\"",
2458
+ "description": "The default horizontal position of the region relative to the anchor element",
2388
2459
  "inheritedFrom": {
2389
- "name": "FoundationElement",
2390
- "module": "src/foundation-element/foundation-element.ts"
2460
+ "name": "AnchoredRegion",
2461
+ "module": "src/anchored-region/anchored-region.ts"
2462
+ }
2463
+ },
2464
+ {
2465
+ "kind": "method",
2466
+ "name": "horizontalDefaultPositionChanged",
2467
+ "privacy": "private",
2468
+ "return": {
2469
+ "type": {
2470
+ "text": "void"
2471
+ }
2472
+ },
2473
+ "inheritedFrom": {
2474
+ "name": "AnchoredRegion",
2475
+ "module": "src/anchored-region/anchored-region.ts"
2391
2476
  }
2392
2477
  },
2393
2478
  {
2394
2479
  "kind": "field",
2395
- "name": "template",
2480
+ "name": "horizontalViewportLock",
2396
2481
  "type": {
2397
- "text": "ElementViewTemplate | void | null"
2482
+ "text": "boolean"
2398
2483
  },
2399
2484
  "privacy": "public",
2400
- "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.",
2485
+ "default": "false",
2486
+ "description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the horizontal axis",
2401
2487
  "inheritedFrom": {
2402
- "name": "FoundationElement",
2403
- "module": "src/foundation-element/foundation-element.ts"
2488
+ "name": "AnchoredRegion",
2489
+ "module": "src/anchored-region/anchored-region.ts"
2404
2490
  }
2405
2491
  },
2406
2492
  {
2407
2493
  "kind": "method",
2408
- "name": "templateChanged",
2409
- "privacy": "protected",
2494
+ "name": "horizontalViewportLockChanged",
2495
+ "privacy": "private",
2410
2496
  "return": {
2411
2497
  "type": {
2412
2498
  "text": "void"
2413
2499
  }
2414
2500
  },
2415
2501
  "inheritedFrom": {
2416
- "name": "FoundationElement",
2417
- "module": "src/foundation-element/foundation-element.ts"
2502
+ "name": "AnchoredRegion",
2503
+ "module": "src/anchored-region/anchored-region.ts"
2418
2504
  }
2419
2505
  },
2420
2506
  {
2421
2507
  "kind": "field",
2422
- "name": "styles",
2508
+ "name": "horizontalInset",
2423
2509
  "type": {
2424
- "text": "ElementStyles | void | null"
2510
+ "text": "boolean"
2425
2511
  },
2426
2512
  "privacy": "public",
2427
- "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.",
2513
+ "default": "false",
2514
+ "description": "Whether the region overlaps the anchor on the horizontal axis",
2428
2515
  "inheritedFrom": {
2429
- "name": "FoundationElement",
2430
- "module": "src/foundation-element/foundation-element.ts"
2516
+ "name": "AnchoredRegion",
2517
+ "module": "src/anchored-region/anchored-region.ts"
2431
2518
  }
2432
2519
  },
2433
2520
  {
2434
2521
  "kind": "method",
2435
- "name": "stylesChanged",
2436
- "privacy": "protected",
2522
+ "name": "horizontalInsetChanged",
2523
+ "privacy": "private",
2437
2524
  "return": {
2438
2525
  "type": {
2439
2526
  "text": "void"
2440
2527
  }
2441
2528
  },
2442
2529
  "inheritedFrom": {
2443
- "name": "FoundationElement",
2444
- "module": "src/foundation-element/foundation-element.ts"
2530
+ "name": "AnchoredRegion",
2531
+ "module": "src/anchored-region/anchored-region.ts"
2445
2532
  }
2446
2533
  },
2447
2534
  {
2448
- "kind": "method",
2449
- "name": "compose",
2535
+ "kind": "field",
2536
+ "name": "horizontalThreshold",
2537
+ "type": {
2538
+ "text": "number"
2539
+ },
2450
2540
  "privacy": "public",
2451
- "static": true,
2541
+ "description": "How narrow the space allocated to the default position has to be before the widest area\nis selected for layout",
2542
+ "inheritedFrom": {
2543
+ "name": "AnchoredRegion",
2544
+ "module": "src/anchored-region/anchored-region.ts"
2545
+ }
2546
+ },
2547
+ {
2548
+ "kind": "method",
2549
+ "name": "horizontalThresholdChanged",
2550
+ "privacy": "private",
2452
2551
  "return": {
2453
2552
  "type": {
2454
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
2553
+ "text": "void"
2455
2554
  }
2456
2555
  },
2457
- "parameters": [
2458
- {
2459
- "name": "this",
2460
- "type": {
2461
- "text": "K"
2462
- }
2463
- },
2464
- {
2465
- "name": "elementDefinition",
2466
- "type": {
2467
- "text": "T"
2468
- },
2469
- "description": "The definition of the element to create the registry\nfunction for."
2470
- }
2471
- ],
2472
- "description": "Defines an element registry function with a set of element definition defaults.",
2473
2556
  "inheritedFrom": {
2474
- "name": "FoundationElement",
2475
- "module": "src/foundation-element/foundation-element.ts"
2476
- }
2477
- }
2478
- ]
2479
- },
2480
- {
2481
- "kind": "variable",
2482
- "name": "foundationAnchorShadowOptions",
2483
- "type": {
2484
- "text": "ShadowRootInit"
2485
- },
2486
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
2487
- },
2488
- {
2489
- "kind": "variable",
2490
- "name": "defaultAnchorConfig",
2491
- "type": {
2492
- "text": "object"
2493
- },
2494
- "default": "{}"
2495
- },
2496
- {
2497
- "kind": "variable",
2498
- "name": "foundationAnchor",
2499
- "description": "The Foundation Anchor",
2500
- "privacy": "public"
2501
- }
2502
- ],
2503
- "exports": [
2504
- {
2505
- "kind": "js",
2506
- "name": "Anchor",
2507
- "declaration": {
2508
- "name": "Anchor",
2509
- "module": "src/anchor/anchor.ts"
2510
- }
2511
- },
2512
- {
2513
- "kind": "js",
2514
- "name": "foundationAnchorShadowOptions",
2515
- "declaration": {
2516
- "name": "foundationAnchorShadowOptions",
2517
- "module": "src/anchor/anchor.ts"
2518
- }
2519
- },
2520
- {
2521
- "kind": "js",
2522
- "name": "defaultAnchorConfig",
2523
- "declaration": {
2524
- "name": "defaultAnchorConfig",
2525
- "module": "src/anchor/anchor.ts"
2526
- }
2527
- },
2528
- {
2529
- "kind": "js",
2530
- "name": "foundationAnchor",
2531
- "declaration": {
2532
- "name": "foundationAnchor",
2533
- "module": "src/anchor/anchor.ts"
2534
- }
2535
- }
2536
- ]
2537
- },
2538
- {
2539
- "kind": "javascript-module",
2540
- "path": "src/anchor/index.ts",
2541
- "declarations": [],
2542
- "exports": [
2543
- {
2544
- "kind": "js",
2545
- "name": "*",
2546
- "declaration": {
2547
- "name": "*",
2548
- "package": "./anchor.template"
2549
- }
2550
- },
2551
- {
2552
- "kind": "js",
2553
- "name": "*",
2554
- "declaration": {
2555
- "name": "*",
2556
- "package": "./anchor.styles"
2557
- }
2558
- },
2559
- {
2560
- "kind": "js",
2561
- "name": "*",
2562
- "declaration": {
2563
- "name": "*",
2564
- "package": "./anchor"
2565
- }
2566
- }
2567
- ]
2568
- },
2569
- {
2570
- "kind": "javascript-module",
2571
- "path": "src/anchored-region/anchor-region.template.ts",
2572
- "declarations": [
2573
- {
2574
- "kind": "function",
2575
- "name": "foundationAnchoredRegionTemplate",
2576
- "return": {
2577
- "type": {
2578
- "text": "ViewTemplate<AnchoredRegion>"
2579
- }
2580
- },
2581
- "parameters": [
2582
- {
2583
- "name": "context",
2584
- "type": {
2585
- "text": "ElementDefinitionContext"
2586
- }
2587
- },
2588
- {
2589
- "name": "definition",
2590
- "type": {
2591
- "text": "FoundationElementDefinition"
2592
- }
2593
- }
2594
- ]
2595
- }
2596
- ],
2597
- "exports": [
2598
- {
2599
- "kind": "js",
2600
- "name": "foundationAnchoredRegionTemplate",
2601
- "declaration": {
2602
- "name": "foundationAnchoredRegionTemplate",
2603
- "module": "src/anchored-region/anchor-region.template.ts"
2604
- }
2605
- }
2606
- ]
2607
- },
2608
- {
2609
- "kind": "javascript-module",
2610
- "path": "src/anchored-region/anchored-region.styles.ts",
2611
- "declarations": [
2612
- {
2613
- "kind": "function",
2614
- "name": "foundationAnchoredRegionStyles",
2615
- "return": {
2616
- "type": {
2617
- "text": "ElementStyles"
2618
- }
2619
- },
2620
- "parameters": [
2621
- {
2622
- "name": "context",
2623
- "type": {
2624
- "text": "ElementDefinitionContext"
2557
+ "name": "AnchoredRegion",
2558
+ "module": "src/anchored-region/anchored-region.ts"
2625
2559
  }
2626
2560
  },
2627
2561
  {
2628
- "name": "definition",
2629
- "type": {
2630
- "text": "FoundationElementDefinition"
2631
- }
2632
- }
2633
- ]
2634
- }
2635
- ],
2636
- "exports": [
2637
- {
2638
- "kind": "js",
2639
- "name": "foundationAnchoredRegionStyles",
2640
- "declaration": {
2641
- "name": "foundationAnchoredRegionStyles",
2642
- "module": "src/anchored-region/anchored-region.styles.ts"
2643
- }
2644
- }
2645
- ]
2646
- },
2647
- {
2648
- "kind": "javascript-module",
2649
- "path": "src/anchored-region/anchored-region.ts",
2650
- "declarations": [
2651
- {
2652
- "kind": "class",
2653
- "description": "",
2654
- "name": "AnchoredRegion",
2655
- "superclass": {
2656
- "name": "FASTAnchoredRegion",
2657
- "package": "@microsoft/fast-components"
2658
- },
2659
- "tagName": "%%prefix%%-anchored-region",
2660
- "customElement": true,
2661
- "attributes": [
2662
- {
2663
- "name": "anchor",
2562
+ "kind": "field",
2563
+ "name": "horizontalScaling",
2664
2564
  "type": {
2665
- "text": "string"
2565
+ "text": "AxisScalingMode"
2666
2566
  },
2667
- "default": "\"\"",
2668
- "description": "The HTML ID of the anchor element this region is positioned relative to",
2669
- "fieldName": "anchor",
2567
+ "privacy": "public",
2568
+ "default": "\"content\"",
2569
+ "description": "Defines how the width of the region is calculated",
2670
2570
  "inheritedFrom": {
2671
2571
  "name": "AnchoredRegion",
2672
2572
  "module": "src/anchored-region/anchored-region.ts"
2673
2573
  }
2674
2574
  },
2675
2575
  {
2676
- "name": "viewport",
2677
- "type": {
2678
- "text": "string"
2576
+ "kind": "method",
2577
+ "name": "horizontalScalingChanged",
2578
+ "privacy": "private",
2579
+ "return": {
2580
+ "type": {
2581
+ "text": "void"
2582
+ }
2679
2583
  },
2680
- "default": "\"\"",
2681
- "description": "The HTML ID of the viewport element this region is positioned relative to",
2682
- "fieldName": "viewport",
2683
2584
  "inheritedFrom": {
2684
2585
  "name": "AnchoredRegion",
2685
2586
  "module": "src/anchored-region/anchored-region.ts"
2686
2587
  }
2687
2588
  },
2688
2589
  {
2689
- "name": "horizontal-positioning-mode",
2590
+ "kind": "field",
2591
+ "name": "verticalPositioningMode",
2690
2592
  "type": {
2691
2593
  "text": "AxisPositioningMode"
2692
2594
  },
2595
+ "privacy": "public",
2693
2596
  "default": "\"uncontrolled\"",
2694
- "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",
2695
- "fieldName": "horizontalPositioningMode",
2696
- "inheritedFrom": {
2697
- "name": "AnchoredRegion",
2698
- "module": "src/anchored-region/anchored-region.ts"
2699
- }
2700
- },
2701
- {
2702
- "name": "horizontal-default-position",
2703
- "type": {
2704
- "text": "HorizontalPosition"
2705
- },
2706
- "default": "\"unset\"",
2707
- "description": "The default horizontal position of the region relative to the anchor element",
2708
- "fieldName": "horizontalDefaultPosition",
2709
- "inheritedFrom": {
2710
- "name": "AnchoredRegion",
2711
- "module": "src/anchored-region/anchored-region.ts"
2712
- }
2713
- },
2714
- {
2715
- "name": "horizontal-viewport-lock",
2716
- "type": {
2717
- "text": "boolean"
2718
- },
2719
- "default": "false",
2720
- "description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the horizontal axis",
2721
- "fieldName": "horizontalViewportLock",
2722
- "inheritedFrom": {
2723
- "name": "AnchoredRegion",
2724
- "module": "src/anchored-region/anchored-region.ts"
2725
- }
2726
- },
2727
- {
2728
- "name": "horizontal-inset",
2729
- "type": {
2730
- "text": "boolean"
2731
- },
2732
- "default": "false",
2733
- "description": "Whether the region overlaps the anchor on the horizontal axis",
2734
- "fieldName": "horizontalInset",
2735
- "inheritedFrom": {
2736
- "name": "AnchoredRegion",
2737
- "module": "src/anchored-region/anchored-region.ts"
2738
- }
2739
- },
2740
- {
2741
- "name": "horizontal-threshold",
2742
- "type": {
2743
- "text": "number"
2744
- },
2745
- "description": "How narrow the space allocated to the default position has to be before the widest area\nis selected for layout",
2746
- "fieldName": "horizontalThreshold",
2747
- "inheritedFrom": {
2748
- "name": "AnchoredRegion",
2749
- "module": "src/anchored-region/anchored-region.ts"
2750
- }
2751
- },
2752
- {
2753
- "name": "horizontal-scaling",
2754
- "type": {
2755
- "text": "AxisScalingMode"
2756
- },
2757
- "default": "\"content\"",
2758
- "description": "Defines how the width of the region is calculated",
2759
- "fieldName": "horizontalScaling",
2597
+ "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",
2760
2598
  "inheritedFrom": {
2761
2599
  "name": "AnchoredRegion",
2762
2600
  "module": "src/anchored-region/anchored-region.ts"
2763
2601
  }
2764
2602
  },
2765
2603
  {
2766
- "name": "vertical-positioning-mode",
2767
- "type": {
2768
- "text": "AxisPositioningMode"
2604
+ "kind": "method",
2605
+ "name": "verticalPositioningModeChanged",
2606
+ "privacy": "private",
2607
+ "return": {
2608
+ "type": {
2609
+ "text": "void"
2610
+ }
2769
2611
  },
2770
- "default": "\"uncontrolled\"",
2771
- "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",
2772
- "fieldName": "verticalPositioningMode",
2773
2612
  "inheritedFrom": {
2774
2613
  "name": "AnchoredRegion",
2775
2614
  "module": "src/anchored-region/anchored-region.ts"
2776
2615
  }
2777
2616
  },
2778
2617
  {
2779
- "name": "vertical-default-position",
2618
+ "kind": "field",
2619
+ "name": "verticalDefaultPosition",
2780
2620
  "type": {
2781
2621
  "text": "VerticalPosition"
2782
2622
  },
2623
+ "privacy": "public",
2783
2624
  "default": "\"unset\"",
2784
2625
  "description": "The default vertical position of the region relative to the anchor element",
2785
- "fieldName": "verticalDefaultPosition",
2786
2626
  "inheritedFrom": {
2787
2627
  "name": "AnchoredRegion",
2788
2628
  "module": "src/anchored-region/anchored-region.ts"
2789
2629
  }
2790
2630
  },
2791
2631
  {
2792
- "name": "vertical-viewport-lock",
2793
- "type": {
2794
- "text": "boolean"
2632
+ "kind": "method",
2633
+ "name": "verticalDefaultPositionChanged",
2634
+ "privacy": "private",
2635
+ "return": {
2636
+ "type": {
2637
+ "text": "void"
2638
+ }
2795
2639
  },
2796
- "default": "false",
2797
- "description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the vertical axis",
2798
- "fieldName": "verticalViewportLock",
2799
2640
  "inheritedFrom": {
2800
2641
  "name": "AnchoredRegion",
2801
2642
  "module": "src/anchored-region/anchored-region.ts"
2802
2643
  }
2803
2644
  },
2804
2645
  {
2805
- "name": "vertical-inset",
2646
+ "kind": "field",
2647
+ "name": "verticalViewportLock",
2806
2648
  "type": {
2807
2649
  "text": "boolean"
2808
2650
  },
2651
+ "privacy": "public",
2809
2652
  "default": "false",
2810
- "description": "Whether the region overlaps the anchor on the vertical axis",
2811
- "fieldName": "verticalInset",
2812
- "inheritedFrom": {
2813
- "name": "AnchoredRegion",
2814
- "module": "src/anchored-region/anchored-region.ts"
2815
- }
2816
- },
2817
- {
2818
- "name": "vertical-threshold",
2819
- "type": {
2820
- "text": "number"
2821
- },
2822
- "description": "How short the space allocated to the default position has to be before the tallest area\nis selected for layout",
2823
- "fieldName": "verticalThreshold",
2653
+ "description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the vertical axis",
2824
2654
  "inheritedFrom": {
2825
2655
  "name": "AnchoredRegion",
2826
2656
  "module": "src/anchored-region/anchored-region.ts"
2827
2657
  }
2828
2658
  },
2829
2659
  {
2830
- "name": "vertical-scaling",
2831
- "type": {
2832
- "text": "AxisScalingMode"
2660
+ "kind": "method",
2661
+ "name": "verticalViewportLockChanged",
2662
+ "privacy": "private",
2663
+ "return": {
2664
+ "type": {
2665
+ "text": "void"
2666
+ }
2833
2667
  },
2834
- "default": "\"content\"",
2835
- "description": "Defines how the height of the region is calculated",
2836
- "fieldName": "verticalScaling",
2837
2668
  "inheritedFrom": {
2838
2669
  "name": "AnchoredRegion",
2839
2670
  "module": "src/anchored-region/anchored-region.ts"
2840
2671
  }
2841
2672
  },
2842
2673
  {
2843
- "name": "fixed-placement",
2674
+ "kind": "field",
2675
+ "name": "verticalInset",
2844
2676
  "type": {
2845
2677
  "text": "boolean"
2846
2678
  },
2679
+ "privacy": "public",
2847
2680
  "default": "false",
2848
- "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,",
2849
- "fieldName": "fixedPlacement",
2681
+ "description": "Whether the region overlaps the anchor on the vertical axis",
2850
2682
  "inheritedFrom": {
2851
2683
  "name": "AnchoredRegion",
2852
2684
  "module": "src/anchored-region/anchored-region.ts"
2853
2685
  }
2854
2686
  },
2855
2687
  {
2856
- "name": "auto-update-mode",
2857
- "type": {
2858
- "text": "AutoUpdateMode"
2688
+ "kind": "method",
2689
+ "name": "verticalInsetChanged",
2690
+ "privacy": "private",
2691
+ "return": {
2692
+ "type": {
2693
+ "text": "void"
2694
+ }
2859
2695
  },
2860
- "default": "\"anchor\"",
2861
- "description": "Defines what triggers the anchored region to revaluate positioning",
2862
- "fieldName": "autoUpdateMode",
2863
2696
  "inheritedFrom": {
2864
2697
  "name": "AnchoredRegion",
2865
2698
  "module": "src/anchored-region/anchored-region.ts"
2866
2699
  }
2867
- }
2868
- ],
2869
- "members": [
2700
+ },
2870
2701
  {
2871
2702
  "kind": "field",
2872
- "name": "anchor",
2703
+ "name": "verticalThreshold",
2873
2704
  "type": {
2874
- "text": "string"
2705
+ "text": "number"
2875
2706
  },
2876
2707
  "privacy": "public",
2877
- "default": "\"\"",
2878
- "description": "The HTML ID of the anchor element this region is positioned relative to",
2708
+ "description": "How short the space allocated to the default position has to be before the tallest area\nis selected for layout",
2879
2709
  "inheritedFrom": {
2880
2710
  "name": "AnchoredRegion",
2881
2711
  "module": "src/anchored-region/anchored-region.ts"
@@ -2883,7 +2713,7 @@
2883
2713
  },
2884
2714
  {
2885
2715
  "kind": "method",
2886
- "name": "anchorChanged",
2716
+ "name": "verticalThresholdChanged",
2887
2717
  "privacy": "private",
2888
2718
  "return": {
2889
2719
  "type": {
@@ -2897,13 +2727,13 @@
2897
2727
  },
2898
2728
  {
2899
2729
  "kind": "field",
2900
- "name": "viewport",
2730
+ "name": "verticalScaling",
2901
2731
  "type": {
2902
- "text": "string"
2732
+ "text": "AxisScalingMode"
2903
2733
  },
2904
2734
  "privacy": "public",
2905
- "default": "\"\"",
2906
- "description": "The HTML ID of the viewport element this region is positioned relative to",
2735
+ "default": "\"content\"",
2736
+ "description": "Defines how the height of the region is calculated",
2907
2737
  "inheritedFrom": {
2908
2738
  "name": "AnchoredRegion",
2909
2739
  "module": "src/anchored-region/anchored-region.ts"
@@ -2911,7 +2741,7 @@
2911
2741
  },
2912
2742
  {
2913
2743
  "kind": "method",
2914
- "name": "viewportChanged",
2744
+ "name": "verticalScalingChanged",
2915
2745
  "privacy": "private",
2916
2746
  "return": {
2917
2747
  "type": {
@@ -2925,13 +2755,13 @@
2925
2755
  },
2926
2756
  {
2927
2757
  "kind": "field",
2928
- "name": "horizontalPositioningMode",
2758
+ "name": "fixedPlacement",
2929
2759
  "type": {
2930
- "text": "AxisPositioningMode"
2760
+ "text": "boolean"
2931
2761
  },
2932
2762
  "privacy": "public",
2933
- "default": "\"uncontrolled\"",
2934
- "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",
2763
+ "default": "false",
2764
+ "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,",
2935
2765
  "inheritedFrom": {
2936
2766
  "name": "AnchoredRegion",
2937
2767
  "module": "src/anchored-region/anchored-region.ts"
@@ -2939,7 +2769,7 @@
2939
2769
  },
2940
2770
  {
2941
2771
  "kind": "method",
2942
- "name": "horizontalPositioningModeChanged",
2772
+ "name": "fixedPlacementChanged",
2943
2773
  "privacy": "private",
2944
2774
  "return": {
2945
2775
  "type": {
@@ -2953,13 +2783,13 @@
2953
2783
  },
2954
2784
  {
2955
2785
  "kind": "field",
2956
- "name": "horizontalDefaultPosition",
2786
+ "name": "autoUpdateMode",
2957
2787
  "type": {
2958
- "text": "HorizontalPosition"
2788
+ "text": "AutoUpdateMode"
2959
2789
  },
2960
2790
  "privacy": "public",
2961
- "default": "\"unset\"",
2962
- "description": "The default horizontal position of the region relative to the anchor element",
2791
+ "default": "\"anchor\"",
2792
+ "description": "Defines what triggers the anchored region to revaluate positioning",
2963
2793
  "inheritedFrom": {
2964
2794
  "name": "AnchoredRegion",
2965
2795
  "module": "src/anchored-region/anchored-region.ts"
@@ -2967,13 +2797,27 @@
2967
2797
  },
2968
2798
  {
2969
2799
  "kind": "method",
2970
- "name": "horizontalDefaultPositionChanged",
2800
+ "name": "autoUpdateModeChanged",
2971
2801
  "privacy": "private",
2972
2802
  "return": {
2973
2803
  "type": {
2974
2804
  "text": "void"
2975
2805
  }
2976
2806
  },
2807
+ "parameters": [
2808
+ {
2809
+ "name": "prevMode",
2810
+ "type": {
2811
+ "text": "AutoUpdateMode"
2812
+ }
2813
+ },
2814
+ {
2815
+ "name": "newMode",
2816
+ "type": {
2817
+ "text": "AutoUpdateMode"
2818
+ }
2819
+ }
2820
+ ],
2977
2821
  "inheritedFrom": {
2978
2822
  "name": "AnchoredRegion",
2979
2823
  "module": "src/anchored-region/anchored-region.ts"
@@ -2981,13 +2825,13 @@
2981
2825
  },
2982
2826
  {
2983
2827
  "kind": "field",
2984
- "name": "horizontalViewportLock",
2828
+ "name": "anchorElement",
2985
2829
  "type": {
2986
- "text": "boolean"
2830
+ "text": "HTMLElement | null"
2987
2831
  },
2988
2832
  "privacy": "public",
2989
- "default": "false",
2990
- "description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the horizontal axis",
2833
+ "default": "null",
2834
+ "description": "The HTML element being used as the anchor",
2991
2835
  "inheritedFrom": {
2992
2836
  "name": "AnchoredRegion",
2993
2837
  "module": "src/anchored-region/anchored-region.ts"
@@ -2995,7 +2839,7 @@
2995
2839
  },
2996
2840
  {
2997
2841
  "kind": "method",
2998
- "name": "horizontalViewportLockChanged",
2842
+ "name": "anchorElementChanged",
2999
2843
  "privacy": "private",
3000
2844
  "return": {
3001
2845
  "type": {
@@ -3009,13 +2853,13 @@
3009
2853
  },
3010
2854
  {
3011
2855
  "kind": "field",
3012
- "name": "horizontalInset",
2856
+ "name": "viewportElement",
3013
2857
  "type": {
3014
- "text": "boolean"
2858
+ "text": "HTMLElement | null"
3015
2859
  },
3016
2860
  "privacy": "public",
3017
- "default": "false",
3018
- "description": "Whether the region overlaps the anchor on the horizontal axis",
2861
+ "default": "null",
2862
+ "description": "The HTML element being used as the viewport",
3019
2863
  "inheritedFrom": {
3020
2864
  "name": "AnchoredRegion",
3021
2865
  "module": "src/anchored-region/anchored-region.ts"
@@ -3023,7 +2867,7 @@
3023
2867
  },
3024
2868
  {
3025
2869
  "kind": "method",
3026
- "name": "horizontalInsetChanged",
2870
+ "name": "viewportElementChanged",
3027
2871
  "privacy": "private",
3028
2872
  "return": {
3029
2873
  "type": {
@@ -3037,26 +2881,25 @@
3037
2881
  },
3038
2882
  {
3039
2883
  "kind": "field",
3040
- "name": "horizontalThreshold",
2884
+ "name": "verticalPosition",
3041
2885
  "type": {
3042
- "text": "number"
2886
+ "text": "AnchoredRegionPositionLabel | undefined"
3043
2887
  },
3044
2888
  "privacy": "public",
3045
- "description": "How narrow the space allocated to the default position has to be before the widest area\nis selected for layout",
2889
+ "description": "indicates the current horizontal position of the region",
3046
2890
  "inheritedFrom": {
3047
2891
  "name": "AnchoredRegion",
3048
2892
  "module": "src/anchored-region/anchored-region.ts"
3049
2893
  }
3050
2894
  },
3051
2895
  {
3052
- "kind": "method",
3053
- "name": "horizontalThresholdChanged",
3054
- "privacy": "private",
3055
- "return": {
3056
- "type": {
3057
- "text": "void"
3058
- }
2896
+ "kind": "field",
2897
+ "name": "horizontalPosition",
2898
+ "type": {
2899
+ "text": "AnchoredRegionPositionLabel | undefined"
3059
2900
  },
2901
+ "privacy": "public",
2902
+ "description": "indicates the current vertical position of the region",
3060
2903
  "inheritedFrom": {
3061
2904
  "name": "AnchoredRegion",
3062
2905
  "module": "src/anchored-region/anchored-region.ts"
@@ -3064,27 +2907,24 @@
3064
2907
  },
3065
2908
  {
3066
2909
  "kind": "field",
3067
- "name": "horizontalScaling",
2910
+ "name": "translateX",
3068
2911
  "type": {
3069
- "text": "AxisScalingMode"
2912
+ "text": "number"
3070
2913
  },
3071
- "privacy": "public",
3072
- "default": "\"content\"",
3073
- "description": "Defines how the width of the region is calculated",
2914
+ "privacy": "private",
2915
+ "description": "values to be applied to the component's transform on render",
3074
2916
  "inheritedFrom": {
3075
2917
  "name": "AnchoredRegion",
3076
2918
  "module": "src/anchored-region/anchored-region.ts"
3077
2919
  }
3078
2920
  },
3079
2921
  {
3080
- "kind": "method",
3081
- "name": "horizontalScalingChanged",
3082
- "privacy": "private",
3083
- "return": {
3084
- "type": {
3085
- "text": "void"
3086
- }
2922
+ "kind": "field",
2923
+ "name": "translateY",
2924
+ "type": {
2925
+ "text": "number"
3087
2926
  },
2927
+ "privacy": "private",
3088
2928
  "inheritedFrom": {
3089
2929
  "name": "AnchoredRegion",
3090
2930
  "module": "src/anchored-region/anchored-region.ts"
@@ -3092,27 +2932,24 @@
3092
2932
  },
3093
2933
  {
3094
2934
  "kind": "field",
3095
- "name": "verticalPositioningMode",
2935
+ "name": "regionWidth",
3096
2936
  "type": {
3097
- "text": "AxisPositioningMode"
2937
+ "text": "string"
3098
2938
  },
3099
- "privacy": "public",
3100
- "default": "\"uncontrolled\"",
3101
- "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",
2939
+ "privacy": "private",
2940
+ "description": "the span to be applied to the region on each axis",
3102
2941
  "inheritedFrom": {
3103
2942
  "name": "AnchoredRegion",
3104
2943
  "module": "src/anchored-region/anchored-region.ts"
3105
2944
  }
3106
2945
  },
3107
2946
  {
3108
- "kind": "method",
3109
- "name": "verticalPositioningModeChanged",
3110
- "privacy": "private",
3111
- "return": {
3112
- "type": {
3113
- "text": "void"
3114
- }
2947
+ "kind": "field",
2948
+ "name": "regionHeight",
2949
+ "type": {
2950
+ "text": "string"
3115
2951
  },
2952
+ "privacy": "private",
3116
2953
  "inheritedFrom": {
3117
2954
  "name": "AnchoredRegion",
3118
2955
  "module": "src/anchored-region/anchored-region.ts"
@@ -3120,27 +2957,24 @@
3120
2957
  },
3121
2958
  {
3122
2959
  "kind": "field",
3123
- "name": "verticalDefaultPosition",
2960
+ "name": "resizeDetector",
3124
2961
  "type": {
3125
- "text": "VerticalPosition"
2962
+ "text": "ResizeObserverClassDefinition | null"
3126
2963
  },
3127
- "privacy": "public",
3128
- "default": "\"unset\"",
3129
- "description": "The default vertical position of the region relative to the anchor element",
2964
+ "privacy": "private",
2965
+ "default": "null",
3130
2966
  "inheritedFrom": {
3131
2967
  "name": "AnchoredRegion",
3132
2968
  "module": "src/anchored-region/anchored-region.ts"
3133
2969
  }
3134
2970
  },
3135
2971
  {
3136
- "kind": "method",
3137
- "name": "verticalDefaultPositionChanged",
3138
- "privacy": "private",
3139
- "return": {
3140
- "type": {
3141
- "text": "void"
3142
- }
2972
+ "kind": "field",
2973
+ "name": "viewportRect",
2974
+ "type": {
2975
+ "text": "ClientRect | DOMRect | undefined"
3143
2976
  },
2977
+ "privacy": "private",
3144
2978
  "inheritedFrom": {
3145
2979
  "name": "AnchoredRegion",
3146
2980
  "module": "src/anchored-region/anchored-region.ts"
@@ -3148,27 +2982,23 @@
3148
2982
  },
3149
2983
  {
3150
2984
  "kind": "field",
3151
- "name": "verticalViewportLock",
2985
+ "name": "anchorRect",
3152
2986
  "type": {
3153
- "text": "boolean"
2987
+ "text": "ClientRect | DOMRect | undefined"
3154
2988
  },
3155
- "privacy": "public",
3156
- "default": "false",
3157
- "description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the vertical axis",
2989
+ "privacy": "private",
3158
2990
  "inheritedFrom": {
3159
2991
  "name": "AnchoredRegion",
3160
2992
  "module": "src/anchored-region/anchored-region.ts"
3161
2993
  }
3162
2994
  },
3163
2995
  {
3164
- "kind": "method",
3165
- "name": "verticalViewportLockChanged",
3166
- "privacy": "private",
3167
- "return": {
3168
- "type": {
3169
- "text": "void"
3170
- }
2996
+ "kind": "field",
2997
+ "name": "regionRect",
2998
+ "type": {
2999
+ "text": "ClientRect | DOMRect | undefined"
3171
3000
  },
3001
+ "privacy": "private",
3172
3002
  "inheritedFrom": {
3173
3003
  "name": "AnchoredRegion",
3174
3004
  "module": "src/anchored-region/anchored-region.ts"
@@ -3176,27 +3006,26 @@
3176
3006
  },
3177
3007
  {
3178
3008
  "kind": "field",
3179
- "name": "verticalInset",
3009
+ "name": "baseHorizontalOffset",
3180
3010
  "type": {
3181
- "text": "boolean"
3011
+ "text": "number"
3182
3012
  },
3183
- "privacy": "public",
3184
- "default": "false",
3185
- "description": "Whether the region overlaps the anchor on the vertical axis",
3013
+ "privacy": "private",
3014
+ "default": "0",
3015
+ "description": "base offsets between the positioner's base position and the anchor's",
3186
3016
  "inheritedFrom": {
3187
3017
  "name": "AnchoredRegion",
3188
3018
  "module": "src/anchored-region/anchored-region.ts"
3189
3019
  }
3190
3020
  },
3191
3021
  {
3192
- "kind": "method",
3193
- "name": "verticalInsetChanged",
3194
- "privacy": "private",
3195
- "return": {
3196
- "type": {
3197
- "text": "void"
3198
- }
3022
+ "kind": "field",
3023
+ "name": "baseVerticalOffset",
3024
+ "type": {
3025
+ "text": "number"
3199
3026
  },
3027
+ "privacy": "private",
3028
+ "default": "0",
3200
3029
  "inheritedFrom": {
3201
3030
  "name": "AnchoredRegion",
3202
3031
  "module": "src/anchored-region/anchored-region.ts"
@@ -3204,26 +3033,25 @@
3204
3033
  },
3205
3034
  {
3206
3035
  "kind": "field",
3207
- "name": "verticalThreshold",
3036
+ "name": "pendingPositioningUpdate",
3208
3037
  "type": {
3209
- "text": "number"
3038
+ "text": "boolean"
3210
3039
  },
3211
- "privacy": "public",
3212
- "description": "How short the space allocated to the default position has to be before the tallest area\nis selected for layout",
3040
+ "privacy": "private",
3041
+ "default": "false",
3213
3042
  "inheritedFrom": {
3214
3043
  "name": "AnchoredRegion",
3215
3044
  "module": "src/anchored-region/anchored-region.ts"
3216
3045
  }
3217
3046
  },
3218
3047
  {
3219
- "kind": "method",
3220
- "name": "verticalThresholdChanged",
3221
- "privacy": "private",
3222
- "return": {
3223
- "type": {
3224
- "text": "void"
3225
- }
3048
+ "kind": "field",
3049
+ "name": "pendingReset",
3050
+ "type": {
3051
+ "text": "boolean"
3226
3052
  },
3053
+ "privacy": "private",
3054
+ "default": "false",
3227
3055
  "inheritedFrom": {
3228
3056
  "name": "AnchoredRegion",
3229
3057
  "module": "src/anchored-region/anchored-region.ts"
@@ -3231,27 +3059,24 @@
3231
3059
  },
3232
3060
  {
3233
3061
  "kind": "field",
3234
- "name": "verticalScaling",
3062
+ "name": "currentDirection",
3235
3063
  "type": {
3236
- "text": "AxisScalingMode"
3064
+ "text": "Direction"
3237
3065
  },
3238
- "privacy": "public",
3239
- "default": "\"content\"",
3240
- "description": "Defines how the height of the region is calculated",
3066
+ "privacy": "private",
3241
3067
  "inheritedFrom": {
3242
3068
  "name": "AnchoredRegion",
3243
3069
  "module": "src/anchored-region/anchored-region.ts"
3244
3070
  }
3245
3071
  },
3246
3072
  {
3247
- "kind": "method",
3248
- "name": "verticalScalingChanged",
3249
- "privacy": "private",
3250
- "return": {
3251
- "type": {
3252
- "text": "void"
3253
- }
3073
+ "kind": "field",
3074
+ "name": "regionVisible",
3075
+ "type": {
3076
+ "text": "boolean"
3254
3077
  },
3078
+ "privacy": "private",
3079
+ "default": "false",
3255
3080
  "inheritedFrom": {
3256
3081
  "name": "AnchoredRegion",
3257
3082
  "module": "src/anchored-region/anchored-region.ts"
@@ -3259,27 +3084,25 @@
3259
3084
  },
3260
3085
  {
3261
3086
  "kind": "field",
3262
- "name": "fixedPlacement",
3087
+ "name": "forceUpdate",
3263
3088
  "type": {
3264
3089
  "text": "boolean"
3265
3090
  },
3266
- "privacy": "public",
3091
+ "privacy": "private",
3267
3092
  "default": "false",
3268
- "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,",
3269
3093
  "inheritedFrom": {
3270
3094
  "name": "AnchoredRegion",
3271
3095
  "module": "src/anchored-region/anchored-region.ts"
3272
3096
  }
3273
3097
  },
3274
3098
  {
3275
- "kind": "method",
3276
- "name": "fixedPlacementChanged",
3277
- "privacy": "private",
3278
- "return": {
3279
- "type": {
3280
- "text": "void"
3281
- }
3099
+ "kind": "field",
3100
+ "name": "updateThreshold",
3101
+ "type": {
3102
+ "text": "number"
3282
3103
  },
3104
+ "privacy": "private",
3105
+ "default": "0.5",
3283
3106
  "inheritedFrom": {
3284
3107
  "name": "AnchoredRegion",
3285
3108
  "module": "src/anchored-region/anchored-region.ts"
@@ -3287,13 +3110,23 @@
3287
3110
  },
3288
3111
  {
3289
3112
  "kind": "field",
3290
- "name": "autoUpdateMode",
3113
+ "name": "intersectionService",
3291
3114
  "type": {
3292
- "text": "AutoUpdateMode"
3115
+ "text": "IntersectionService"
3293
3116
  },
3117
+ "privacy": "private",
3118
+ "static": true,
3119
+ "default": "new IntersectionService()",
3120
+ "inheritedFrom": {
3121
+ "name": "AnchoredRegion",
3122
+ "module": "src/anchored-region/anchored-region.ts"
3123
+ }
3124
+ },
3125
+ {
3126
+ "kind": "field",
3127
+ "name": "update",
3294
3128
  "privacy": "public",
3295
- "default": "\"anchor\"",
3296
- "description": "Defines what triggers the anchored region to revaluate positioning",
3129
+ "description": "update position",
3297
3130
  "inheritedFrom": {
3298
3131
  "name": "AnchoredRegion",
3299
3132
  "module": "src/anchored-region/anchored-region.ts"
@@ -3301,41 +3134,44 @@
3301
3134
  },
3302
3135
  {
3303
3136
  "kind": "method",
3304
- "name": "autoUpdateModeChanged",
3137
+ "name": "disconnectResizeDetector",
3305
3138
  "privacy": "private",
3306
3139
  "return": {
3307
3140
  "type": {
3308
3141
  "text": "void"
3309
3142
  }
3310
3143
  },
3311
- "parameters": [
3312
- {
3313
- "name": "prevMode",
3314
- "type": {
3315
- "text": "AutoUpdateMode"
3316
- }
3317
- },
3318
- {
3319
- "name": "newMode",
3320
- "type": {
3321
- "text": "AutoUpdateMode"
3322
- }
3144
+ "description": "destroys the instance's resize observer",
3145
+ "inheritedFrom": {
3146
+ "name": "AnchoredRegion",
3147
+ "module": "src/anchored-region/anchored-region.ts"
3148
+ }
3149
+ },
3150
+ {
3151
+ "kind": "method",
3152
+ "name": "initializeResizeDetector",
3153
+ "privacy": "private",
3154
+ "return": {
3155
+ "type": {
3156
+ "text": "void"
3323
3157
  }
3324
- ],
3158
+ },
3159
+ "description": "initializes the instance's resize observer",
3325
3160
  "inheritedFrom": {
3326
3161
  "name": "AnchoredRegion",
3327
3162
  "module": "src/anchored-region/anchored-region.ts"
3328
3163
  }
3329
3164
  },
3330
3165
  {
3331
- "kind": "field",
3332
- "name": "anchorElement",
3333
- "type": {
3334
- "text": "HTMLElement | null"
3166
+ "kind": "method",
3167
+ "name": "updateForAttributeChange",
3168
+ "privacy": "private",
3169
+ "return": {
3170
+ "type": {
3171
+ "text": "void"
3172
+ }
3335
3173
  },
3336
- "privacy": "public",
3337
- "default": "null",
3338
- "description": "The HTML element being used as the anchor",
3174
+ "description": "react to attribute changes that don't require a reset",
3339
3175
  "inheritedFrom": {
3340
3176
  "name": "AnchoredRegion",
3341
3177
  "module": "src/anchored-region/anchored-region.ts"
@@ -3343,27 +3179,29 @@
3343
3179
  },
3344
3180
  {
3345
3181
  "kind": "method",
3346
- "name": "anchorElementChanged",
3182
+ "name": "initialize",
3347
3183
  "privacy": "private",
3348
3184
  "return": {
3349
3185
  "type": {
3350
3186
  "text": "void"
3351
3187
  }
3352
3188
  },
3189
+ "description": "fully initializes the component",
3353
3190
  "inheritedFrom": {
3354
3191
  "name": "AnchoredRegion",
3355
3192
  "module": "src/anchored-region/anchored-region.ts"
3356
3193
  }
3357
3194
  },
3358
3195
  {
3359
- "kind": "field",
3360
- "name": "viewportElement",
3361
- "type": {
3362
- "text": "HTMLElement | null"
3196
+ "kind": "method",
3197
+ "name": "requestReset",
3198
+ "privacy": "private",
3199
+ "return": {
3200
+ "type": {
3201
+ "text": "void"
3202
+ }
3363
3203
  },
3364
- "privacy": "public",
3365
- "default": "null",
3366
- "description": "The HTML element being used as the viewport",
3204
+ "description": "Request a reset if there are currently no open requests",
3367
3205
  "inheritedFrom": {
3368
3206
  "name": "AnchoredRegion",
3369
3207
  "module": "src/anchored-region/anchored-region.ts"
@@ -3371,13 +3209,14 @@
3371
3209
  },
3372
3210
  {
3373
3211
  "kind": "method",
3374
- "name": "viewportElementChanged",
3212
+ "name": "setInitialState",
3375
3213
  "privacy": "private",
3376
3214
  "return": {
3377
3215
  "type": {
3378
3216
  "text": "void"
3379
3217
  }
3380
3218
  },
3219
+ "description": "sets the starting configuration for component internal values",
3381
3220
  "inheritedFrom": {
3382
3221
  "name": "AnchoredRegion",
3383
3222
  "module": "src/anchored-region/anchored-region.ts"
@@ -3385,12 +3224,9 @@
3385
3224
  },
3386
3225
  {
3387
3226
  "kind": "field",
3388
- "name": "verticalPosition",
3389
- "type": {
3390
- "text": "AnchoredRegionPositionLabel | undefined"
3391
- },
3392
- "privacy": "public",
3393
- "description": "indicates the current horizontal position of the region",
3227
+ "name": "startObservers",
3228
+ "privacy": "private",
3229
+ "description": "starts observers",
3394
3230
  "inheritedFrom": {
3395
3231
  "name": "AnchoredRegion",
3396
3232
  "module": "src/anchored-region/anchored-region.ts"
@@ -3398,12 +3234,9 @@
3398
3234
  },
3399
3235
  {
3400
3236
  "kind": "field",
3401
- "name": "horizontalPosition",
3402
- "type": {
3403
- "text": "AnchoredRegionPositionLabel | undefined"
3404
- },
3405
- "privacy": "public",
3406
- "description": "indicates the current vertical position of the region",
3237
+ "name": "requestPositionUpdates",
3238
+ "privacy": "private",
3239
+ "description": "get position updates",
3407
3240
  "inheritedFrom": {
3408
3241
  "name": "AnchoredRegion",
3409
3242
  "module": "src/anchored-region/anchored-region.ts"
@@ -3411,12 +3244,9 @@
3411
3244
  },
3412
3245
  {
3413
3246
  "kind": "field",
3414
- "name": "translateX",
3415
- "type": {
3416
- "text": "number"
3417
- },
3247
+ "name": "stopObservers",
3418
3248
  "privacy": "private",
3419
- "description": "values to be applied to the component's transform on render",
3249
+ "description": "stops observers",
3420
3250
  "inheritedFrom": {
3421
3251
  "name": "AnchoredRegion",
3422
3252
  "module": "src/anchored-region/anchored-region.ts"
@@ -3424,11 +3254,9 @@
3424
3254
  },
3425
3255
  {
3426
3256
  "kind": "field",
3427
- "name": "translateY",
3428
- "type": {
3429
- "text": "number"
3430
- },
3257
+ "name": "getViewport",
3431
3258
  "privacy": "private",
3259
+ "description": "Gets the viewport element by id, or defaults to document root",
3432
3260
  "inheritedFrom": {
3433
3261
  "name": "AnchoredRegion",
3434
3262
  "module": "src/anchored-region/anchored-region.ts"
@@ -3436,12 +3264,9 @@
3436
3264
  },
3437
3265
  {
3438
3266
  "kind": "field",
3439
- "name": "regionWidth",
3440
- "type": {
3441
- "text": "string"
3442
- },
3267
+ "name": "getAnchor",
3443
3268
  "privacy": "private",
3444
- "description": "the span to be applied to the region on each axis",
3269
+ "description": "Gets the anchor element by id",
3445
3270
  "inheritedFrom": {
3446
3271
  "name": "AnchoredRegion",
3447
3272
  "module": "src/anchored-region/anchored-region.ts"
@@ -3449,11 +3274,9 @@
3449
3274
  },
3450
3275
  {
3451
3276
  "kind": "field",
3452
- "name": "regionHeight",
3453
- "type": {
3454
- "text": "string"
3455
- },
3277
+ "name": "handleIntersection",
3456
3278
  "privacy": "private",
3279
+ "description": "Handle intersections",
3457
3280
  "inheritedFrom": {
3458
3281
  "name": "AnchoredRegion",
3459
3282
  "module": "src/anchored-region/anchored-region.ts"
@@ -3461,12 +3284,9 @@
3461
3284
  },
3462
3285
  {
3463
3286
  "kind": "field",
3464
- "name": "resizeDetector",
3465
- "type": {
3466
- "text": "ResizeObserverClassDefinition | null"
3467
- },
3287
+ "name": "applyIntersectionEntries",
3468
3288
  "privacy": "private",
3469
- "default": "null",
3289
+ "description": "iterate through intersection entries and apply data",
3470
3290
  "inheritedFrom": {
3471
3291
  "name": "AnchoredRegion",
3472
3292
  "module": "src/anchored-region/anchored-region.ts"
@@ -3474,11 +3294,9 @@
3474
3294
  },
3475
3295
  {
3476
3296
  "kind": "field",
3477
- "name": "viewportRect",
3478
- "type": {
3479
- "text": "ClientRect | DOMRect | undefined"
3480
- },
3297
+ "name": "updateRegionOffset",
3481
3298
  "privacy": "private",
3299
+ "description": "Update the offset values",
3482
3300
  "inheritedFrom": {
3483
3301
  "name": "AnchoredRegion",
3484
3302
  "module": "src/anchored-region/anchored-region.ts"
@@ -3486,11 +3304,9 @@
3486
3304
  },
3487
3305
  {
3488
3306
  "kind": "field",
3489
- "name": "anchorRect",
3490
- "type": {
3491
- "text": "ClientRect | DOMRect | undefined"
3492
- },
3307
+ "name": "isRectDifferent",
3493
3308
  "privacy": "private",
3309
+ "description": "compare rects to see if there is enough change to justify a DOM update",
3494
3310
  "inheritedFrom": {
3495
3311
  "name": "AnchoredRegion",
3496
3312
  "module": "src/anchored-region/anchored-region.ts"
@@ -3498,11 +3314,9 @@
3498
3314
  },
3499
3315
  {
3500
3316
  "kind": "field",
3501
- "name": "regionRect",
3502
- "type": {
3503
- "text": "ClientRect | DOMRect | undefined"
3504
- },
3317
+ "name": "handleResize",
3505
3318
  "privacy": "private",
3319
+ "description": "Handle resize events",
3506
3320
  "inheritedFrom": {
3507
3321
  "name": "AnchoredRegion",
3508
3322
  "module": "src/anchored-region/anchored-region.ts"
@@ -3510,13 +3324,9 @@
3510
3324
  },
3511
3325
  {
3512
3326
  "kind": "field",
3513
- "name": "baseHorizontalOffset",
3514
- "type": {
3515
- "text": "number"
3516
- },
3327
+ "name": "reset",
3517
3328
  "privacy": "private",
3518
- "default": "0",
3519
- "description": "base offsets between the positioner's base position and the anchor's",
3329
+ "description": "resets the component",
3520
3330
  "inheritedFrom": {
3521
3331
  "name": "AnchoredRegion",
3522
3332
  "module": "src/anchored-region/anchored-region.ts"
@@ -3524,12 +3334,9 @@
3524
3334
  },
3525
3335
  {
3526
3336
  "kind": "field",
3527
- "name": "baseVerticalOffset",
3528
- "type": {
3529
- "text": "number"
3530
- },
3337
+ "name": "updateLayout",
3531
3338
  "privacy": "private",
3532
- "default": "0",
3339
+ "description": "Recalculate layout related state values",
3533
3340
  "inheritedFrom": {
3534
3341
  "name": "AnchoredRegion",
3535
3342
  "module": "src/anchored-region/anchored-region.ts"
@@ -3537,12 +3344,9 @@
3537
3344
  },
3538
3345
  {
3539
3346
  "kind": "field",
3540
- "name": "pendingPositioningUpdate",
3541
- "type": {
3542
- "text": "boolean"
3543
- },
3347
+ "name": "updateRegionStyle",
3544
3348
  "privacy": "private",
3545
- "default": "false",
3349
+ "description": "Updates the style string applied to the region element as well as the css classes attached\nto the root element",
3546
3350
  "inheritedFrom": {
3547
3351
  "name": "AnchoredRegion",
3548
3352
  "module": "src/anchored-region/anchored-region.ts"
@@ -3550,12 +3354,9 @@
3550
3354
  },
3551
3355
  {
3552
3356
  "kind": "field",
3553
- "name": "pendingReset",
3554
- "type": {
3555
- "text": "boolean"
3556
- },
3357
+ "name": "updatePositionClasses",
3557
3358
  "privacy": "private",
3558
- "default": "false",
3359
+ "description": "Updates the css classes that reflect the current position of the element",
3559
3360
  "inheritedFrom": {
3560
3361
  "name": "AnchoredRegion",
3561
3362
  "module": "src/anchored-region/anchored-region.ts"
@@ -3563,11 +3364,9 @@
3563
3364
  },
3564
3365
  {
3565
3366
  "kind": "field",
3566
- "name": "currentDirection",
3567
- "type": {
3568
- "text": "Direction"
3569
- },
3367
+ "name": "setHorizontalPosition",
3570
3368
  "privacy": "private",
3369
+ "description": "Get horizontal positioning state based on desired position",
3571
3370
  "inheritedFrom": {
3572
3371
  "name": "AnchoredRegion",
3573
3372
  "module": "src/anchored-region/anchored-region.ts"
@@ -3575,365 +3374,600 @@
3575
3374
  },
3576
3375
  {
3577
3376
  "kind": "field",
3578
- "name": "regionVisible",
3377
+ "name": "setVerticalPosition",
3378
+ "privacy": "private",
3379
+ "description": "Set vertical positioning state based on desired position",
3380
+ "inheritedFrom": {
3381
+ "name": "AnchoredRegion",
3382
+ "module": "src/anchored-region/anchored-region.ts"
3383
+ }
3384
+ },
3385
+ {
3386
+ "kind": "field",
3387
+ "name": "getPositioningOptions",
3388
+ "privacy": "private",
3389
+ "description": "Get available positions based on positioning mode",
3390
+ "inheritedFrom": {
3391
+ "name": "AnchoredRegion",
3392
+ "module": "src/anchored-region/anchored-region.ts"
3393
+ }
3394
+ },
3395
+ {
3396
+ "kind": "field",
3397
+ "name": "getAvailableSpace",
3398
+ "privacy": "private",
3399
+ "description": "Get the space available for a particular relative position",
3400
+ "inheritedFrom": {
3401
+ "name": "AnchoredRegion",
3402
+ "module": "src/anchored-region/anchored-region.ts"
3403
+ }
3404
+ },
3405
+ {
3406
+ "kind": "field",
3407
+ "name": "getNextRegionDimension",
3408
+ "privacy": "private",
3409
+ "description": "Get region dimensions",
3410
+ "inheritedFrom": {
3411
+ "name": "AnchoredRegion",
3412
+ "module": "src/anchored-region/anchored-region.ts"
3413
+ }
3414
+ },
3415
+ {
3416
+ "kind": "field",
3417
+ "name": "startAutoUpdateEventListeners",
3418
+ "privacy": "private",
3419
+ "description": "starts event listeners that can trigger auto updating",
3420
+ "inheritedFrom": {
3421
+ "name": "AnchoredRegion",
3422
+ "module": "src/anchored-region/anchored-region.ts"
3423
+ }
3424
+ },
3425
+ {
3426
+ "kind": "field",
3427
+ "name": "stopAutoUpdateEventListeners",
3428
+ "privacy": "private",
3429
+ "description": "stops event listeners that can trigger auto updating",
3430
+ "inheritedFrom": {
3431
+ "name": "AnchoredRegion",
3432
+ "module": "src/anchored-region/anchored-region.ts"
3433
+ }
3434
+ },
3435
+ {
3436
+ "kind": "field",
3437
+ "name": "_presentation",
3579
3438
  "type": {
3580
- "text": "boolean"
3439
+ "text": "ComponentPresentation | null | undefined"
3581
3440
  },
3582
3441
  "privacy": "private",
3583
- "default": "false",
3442
+ "default": "void 0",
3443
+ "inheritedFrom": {
3444
+ "name": "FoundationElement",
3445
+ "module": "src/foundation-element/foundation-element.ts"
3446
+ }
3447
+ },
3448
+ {
3449
+ "kind": "field",
3450
+ "name": "$presentation",
3451
+ "type": {
3452
+ "text": "ComponentPresentation | null"
3453
+ },
3454
+ "privacy": "public",
3455
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
3456
+ "inheritedFrom": {
3457
+ "name": "FoundationElement",
3458
+ "module": "src/foundation-element/foundation-element.ts"
3459
+ }
3460
+ },
3461
+ {
3462
+ "kind": "field",
3463
+ "name": "template",
3464
+ "type": {
3465
+ "text": "ElementViewTemplate | void | null"
3466
+ },
3467
+ "privacy": "public",
3468
+ "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.",
3469
+ "inheritedFrom": {
3470
+ "name": "FoundationElement",
3471
+ "module": "src/foundation-element/foundation-element.ts"
3472
+ }
3473
+ },
3474
+ {
3475
+ "kind": "method",
3476
+ "name": "templateChanged",
3477
+ "privacy": "protected",
3478
+ "return": {
3479
+ "type": {
3480
+ "text": "void"
3481
+ }
3482
+ },
3483
+ "inheritedFrom": {
3484
+ "name": "FoundationElement",
3485
+ "module": "src/foundation-element/foundation-element.ts"
3486
+ }
3487
+ },
3488
+ {
3489
+ "kind": "field",
3490
+ "name": "styles",
3491
+ "type": {
3492
+ "text": "ElementStyles | void | null"
3493
+ },
3494
+ "privacy": "public",
3495
+ "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.",
3496
+ "inheritedFrom": {
3497
+ "name": "FoundationElement",
3498
+ "module": "src/foundation-element/foundation-element.ts"
3499
+ }
3500
+ },
3501
+ {
3502
+ "kind": "method",
3503
+ "name": "stylesChanged",
3504
+ "privacy": "protected",
3505
+ "return": {
3506
+ "type": {
3507
+ "text": "void"
3508
+ }
3509
+ },
3510
+ "inheritedFrom": {
3511
+ "name": "FoundationElement",
3512
+ "module": "src/foundation-element/foundation-element.ts"
3513
+ }
3514
+ },
3515
+ {
3516
+ "kind": "method",
3517
+ "name": "compose",
3518
+ "privacy": "public",
3519
+ "static": true,
3520
+ "return": {
3521
+ "type": {
3522
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
3523
+ }
3524
+ },
3525
+ "parameters": [
3526
+ {
3527
+ "name": "this",
3528
+ "type": {
3529
+ "text": "K"
3530
+ }
3531
+ },
3532
+ {
3533
+ "name": "elementDefinition",
3534
+ "type": {
3535
+ "text": "T"
3536
+ },
3537
+ "description": "The definition of the element to create the registry\nfunction for."
3538
+ }
3539
+ ],
3540
+ "description": "Defines an element registry function with a set of element definition defaults.",
3541
+ "inheritedFrom": {
3542
+ "name": "FoundationElement",
3543
+ "module": "src/foundation-element/foundation-element.ts"
3544
+ }
3545
+ }
3546
+ ],
3547
+ "events": [
3548
+ {
3549
+ "description": "Fires a custom 'loaded' event when the region is loaded and visible",
3550
+ "name": "loaded",
3551
+ "inheritedFrom": {
3552
+ "name": "AnchoredRegion",
3553
+ "module": "src/anchored-region/anchored-region.ts"
3554
+ }
3555
+ },
3556
+ {
3557
+ "description": "Fires a custom 'positionchange' event when the position has changed",
3558
+ "name": "positionchange",
3584
3559
  "inheritedFrom": {
3585
3560
  "name": "AnchoredRegion",
3586
3561
  "module": "src/anchored-region/anchored-region.ts"
3587
3562
  }
3563
+ }
3564
+ ]
3565
+ },
3566
+ {
3567
+ "kind": "variable",
3568
+ "name": "foundationAnchoredRegionShadowOptions",
3569
+ "type": {
3570
+ "text": "ShadowRootInit"
3571
+ },
3572
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
3573
+ },
3574
+ {
3575
+ "kind": "variable",
3576
+ "name": "defaultAnchoredRegionConfig",
3577
+ "type": {
3578
+ "text": "object"
3579
+ },
3580
+ "default": "{}"
3581
+ },
3582
+ {
3583
+ "kind": "variable",
3584
+ "name": "foundationAnchoredRegion",
3585
+ "description": "The Foundation Anchored Region",
3586
+ "privacy": "public"
3587
+ }
3588
+ ],
3589
+ "exports": [
3590
+ {
3591
+ "kind": "js",
3592
+ "name": "AnchoredRegion",
3593
+ "declaration": {
3594
+ "name": "AnchoredRegion",
3595
+ "module": "src/anchored-region/anchored-region.ts"
3596
+ }
3597
+ },
3598
+ {
3599
+ "kind": "js",
3600
+ "name": "foundationAnchoredRegionShadowOptions",
3601
+ "declaration": {
3602
+ "name": "foundationAnchoredRegionShadowOptions",
3603
+ "module": "src/anchored-region/anchored-region.ts"
3604
+ }
3605
+ },
3606
+ {
3607
+ "kind": "js",
3608
+ "name": "defaultAnchoredRegionConfig",
3609
+ "declaration": {
3610
+ "name": "defaultAnchoredRegionConfig",
3611
+ "module": "src/anchored-region/anchored-region.ts"
3612
+ }
3613
+ },
3614
+ {
3615
+ "kind": "js",
3616
+ "name": "foundationAnchoredRegion",
3617
+ "declaration": {
3618
+ "name": "foundationAnchoredRegion",
3619
+ "module": "src/anchored-region/anchored-region.ts"
3620
+ }
3621
+ }
3622
+ ]
3623
+ },
3624
+ {
3625
+ "kind": "javascript-module",
3626
+ "path": "src/anchored-region/index.ts",
3627
+ "declarations": [],
3628
+ "exports": [
3629
+ {
3630
+ "kind": "js",
3631
+ "name": "*",
3632
+ "declaration": {
3633
+ "name": "*",
3634
+ "package": "./anchor-region.template"
3635
+ }
3636
+ },
3637
+ {
3638
+ "kind": "js",
3639
+ "name": "*",
3640
+ "declaration": {
3641
+ "name": "*",
3642
+ "package": "./anchored-region.styles"
3643
+ }
3644
+ },
3645
+ {
3646
+ "kind": "js",
3647
+ "name": "*",
3648
+ "declaration": {
3649
+ "name": "*",
3650
+ "package": "./anchored-region"
3651
+ }
3652
+ }
3653
+ ]
3654
+ },
3655
+ {
3656
+ "kind": "javascript-module",
3657
+ "path": "src/anchor/anchor.styles.ts",
3658
+ "declarations": [
3659
+ {
3660
+ "kind": "function",
3661
+ "name": "foundationAnchorStyles",
3662
+ "return": {
3663
+ "type": {
3664
+ "text": "ElementStyles"
3665
+ }
3666
+ },
3667
+ "parameters": [
3668
+ {
3669
+ "name": "context",
3670
+ "type": {
3671
+ "text": "ElementDefinitionContext"
3672
+ }
3588
3673
  },
3589
3674
  {
3590
- "kind": "field",
3591
- "name": "forceUpdate",
3675
+ "name": "definition",
3676
+ "type": {
3677
+ "text": "FoundationElementDefinition"
3678
+ }
3679
+ }
3680
+ ]
3681
+ }
3682
+ ],
3683
+ "exports": [
3684
+ {
3685
+ "kind": "js",
3686
+ "name": "foundationAnchorStyles",
3687
+ "declaration": {
3688
+ "name": "foundationAnchorStyles",
3689
+ "module": "src/anchor/anchor.styles.ts"
3690
+ }
3691
+ }
3692
+ ]
3693
+ },
3694
+ {
3695
+ "kind": "javascript-module",
3696
+ "path": "src/anchor/anchor.template.ts",
3697
+ "declarations": [
3698
+ {
3699
+ "kind": "function",
3700
+ "name": "foundationAnchorTemplate",
3701
+ "return": {
3702
+ "type": {
3703
+ "text": "ViewTemplate<Anchor>"
3704
+ }
3705
+ },
3706
+ "parameters": [
3707
+ {
3708
+ "name": "context",
3709
+ "type": {
3710
+ "text": "ElementDefinitionContext"
3711
+ }
3712
+ },
3713
+ {
3714
+ "name": "definition",
3715
+ "type": {
3716
+ "text": "FoundationElementDefinition"
3717
+ }
3718
+ }
3719
+ ]
3720
+ }
3721
+ ],
3722
+ "exports": [
3723
+ {
3724
+ "kind": "js",
3725
+ "name": "foundationAnchorTemplate",
3726
+ "declaration": {
3727
+ "name": "foundationAnchorTemplate",
3728
+ "module": "src/anchor/anchor.template.ts"
3729
+ }
3730
+ }
3731
+ ]
3732
+ },
3733
+ {
3734
+ "kind": "javascript-module",
3735
+ "path": "src/anchor/anchor.ts",
3736
+ "declarations": [
3737
+ {
3738
+ "kind": "class",
3739
+ "description": "",
3740
+ "name": "Anchor",
3741
+ "superclass": {
3742
+ "name": "FASTAnchor",
3743
+ "package": "@microsoft/fast-components"
3744
+ },
3745
+ "tagName": "%%prefix%%-anchor",
3746
+ "customElement": true,
3747
+ "attributes": [
3748
+ {
3749
+ "name": "download",
3592
3750
  "type": {
3593
- "text": "boolean"
3751
+ "text": "string"
3594
3752
  },
3595
- "privacy": "private",
3596
- "default": "false",
3753
+ "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.",
3754
+ "fieldName": "download",
3597
3755
  "inheritedFrom": {
3598
- "name": "AnchoredRegion",
3599
- "module": "src/anchored-region/anchored-region.ts"
3756
+ "name": "Anchor",
3757
+ "module": "src/anchor/anchor.ts"
3600
3758
  }
3601
3759
  },
3602
3760
  {
3603
- "kind": "field",
3604
- "name": "updateThreshold",
3761
+ "name": "href",
3605
3762
  "type": {
3606
- "text": "number"
3763
+ "text": "string"
3607
3764
  },
3608
- "privacy": "private",
3609
- "default": "0.5",
3765
+ "description": "The URL the hyperlink references. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
3766
+ "fieldName": "href",
3610
3767
  "inheritedFrom": {
3611
- "name": "AnchoredRegion",
3612
- "module": "src/anchored-region/anchored-region.ts"
3768
+ "name": "Anchor",
3769
+ "module": "src/anchor/anchor.ts"
3613
3770
  }
3614
3771
  },
3615
3772
  {
3616
- "kind": "field",
3617
- "name": "intersectionService",
3773
+ "name": "hreflang",
3618
3774
  "type": {
3619
- "text": "IntersectionService"
3620
- },
3621
- "privacy": "private",
3622
- "static": true,
3623
- "default": "new IntersectionService()",
3624
- "inheritedFrom": {
3625
- "name": "AnchoredRegion",
3626
- "module": "src/anchored-region/anchored-region.ts"
3627
- }
3628
- },
3629
- {
3630
- "kind": "field",
3631
- "name": "update",
3632
- "privacy": "public",
3633
- "description": "update position",
3634
- "inheritedFrom": {
3635
- "name": "AnchoredRegion",
3636
- "module": "src/anchored-region/anchored-region.ts"
3637
- }
3638
- },
3639
- {
3640
- "kind": "method",
3641
- "name": "disconnectResizeDetector",
3642
- "privacy": "private",
3643
- "return": {
3644
- "type": {
3645
- "text": "void"
3646
- }
3775
+ "text": "string"
3647
3776
  },
3648
- "description": "destroys the instance's resize observer",
3777
+ "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.",
3778
+ "fieldName": "hreflang",
3649
3779
  "inheritedFrom": {
3650
- "name": "AnchoredRegion",
3651
- "module": "src/anchored-region/anchored-region.ts"
3780
+ "name": "Anchor",
3781
+ "module": "src/anchor/anchor.ts"
3652
3782
  }
3653
3783
  },
3654
3784
  {
3655
- "kind": "method",
3656
- "name": "initializeResizeDetector",
3657
- "privacy": "private",
3658
- "return": {
3659
- "type": {
3660
- "text": "void"
3661
- }
3785
+ "name": "ping",
3786
+ "type": {
3787
+ "text": "string"
3662
3788
  },
3663
- "description": "initializes the instance's resize observer",
3789
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
3790
+ "fieldName": "ping",
3664
3791
  "inheritedFrom": {
3665
- "name": "AnchoredRegion",
3666
- "module": "src/anchored-region/anchored-region.ts"
3792
+ "name": "Anchor",
3793
+ "module": "src/anchor/anchor.ts"
3667
3794
  }
3668
3795
  },
3669
3796
  {
3670
- "kind": "method",
3671
- "name": "updateForAttributeChange",
3672
- "privacy": "private",
3673
- "return": {
3674
- "type": {
3675
- "text": "void"
3676
- }
3797
+ "name": "referrerpolicy",
3798
+ "type": {
3799
+ "text": "string"
3677
3800
  },
3678
- "description": "react to attribute changes that don't require a reset",
3801
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
3802
+ "fieldName": "referrerpolicy",
3679
3803
  "inheritedFrom": {
3680
- "name": "AnchoredRegion",
3681
- "module": "src/anchored-region/anchored-region.ts"
3804
+ "name": "Anchor",
3805
+ "module": "src/anchor/anchor.ts"
3682
3806
  }
3683
3807
  },
3684
3808
  {
3685
- "kind": "method",
3686
- "name": "initialize",
3687
- "privacy": "private",
3688
- "return": {
3689
- "type": {
3690
- "text": "void"
3691
- }
3809
+ "name": "rel",
3810
+ "type": {
3811
+ "text": "string"
3692
3812
  },
3693
- "description": "fully initializes the component",
3813
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
3814
+ "fieldName": "rel",
3694
3815
  "inheritedFrom": {
3695
- "name": "AnchoredRegion",
3696
- "module": "src/anchored-region/anchored-region.ts"
3816
+ "name": "Anchor",
3817
+ "module": "src/anchor/anchor.ts"
3697
3818
  }
3698
3819
  },
3699
3820
  {
3700
- "kind": "method",
3701
- "name": "requestReset",
3702
- "privacy": "private",
3703
- "return": {
3704
- "type": {
3705
- "text": "void"
3706
- }
3821
+ "name": "target",
3822
+ "type": {
3823
+ "text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
3707
3824
  },
3708
- "description": "Request a reset if there are currently no open requests",
3825
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
3826
+ "fieldName": "target",
3709
3827
  "inheritedFrom": {
3710
- "name": "AnchoredRegion",
3711
- "module": "src/anchored-region/anchored-region.ts"
3828
+ "name": "Anchor",
3829
+ "module": "src/anchor/anchor.ts"
3712
3830
  }
3713
3831
  },
3714
3832
  {
3715
- "kind": "method",
3716
- "name": "setInitialState",
3717
- "privacy": "private",
3718
- "return": {
3719
- "type": {
3720
- "text": "void"
3721
- }
3833
+ "name": "type",
3834
+ "type": {
3835
+ "text": "string"
3722
3836
  },
3723
- "description": "sets the starting configuration for component internal values",
3724
- "inheritedFrom": {
3725
- "name": "AnchoredRegion",
3726
- "module": "src/anchored-region/anchored-region.ts"
3727
- }
3728
- },
3729
- {
3730
- "kind": "field",
3731
- "name": "startObservers",
3732
- "privacy": "private",
3733
- "description": "starts observers",
3734
- "inheritedFrom": {
3735
- "name": "AnchoredRegion",
3736
- "module": "src/anchored-region/anchored-region.ts"
3737
- }
3738
- },
3739
- {
3740
- "kind": "field",
3741
- "name": "requestPositionUpdates",
3742
- "privacy": "private",
3743
- "description": "get position updates",
3744
- "inheritedFrom": {
3745
- "name": "AnchoredRegion",
3746
- "module": "src/anchored-region/anchored-region.ts"
3747
- }
3748
- },
3749
- {
3750
- "kind": "field",
3751
- "name": "stopObservers",
3752
- "privacy": "private",
3753
- "description": "stops observers",
3754
- "inheritedFrom": {
3755
- "name": "AnchoredRegion",
3756
- "module": "src/anchored-region/anchored-region.ts"
3757
- }
3758
- },
3759
- {
3760
- "kind": "field",
3761
- "name": "getViewport",
3762
- "privacy": "private",
3763
- "description": "Gets the viewport element by id, or defaults to document root",
3764
- "inheritedFrom": {
3765
- "name": "AnchoredRegion",
3766
- "module": "src/anchored-region/anchored-region.ts"
3767
- }
3768
- },
3769
- {
3770
- "kind": "field",
3771
- "name": "getAnchor",
3772
- "privacy": "private",
3773
- "description": "Gets the anchor element by id",
3774
- "inheritedFrom": {
3775
- "name": "AnchoredRegion",
3776
- "module": "src/anchored-region/anchored-region.ts"
3777
- }
3778
- },
3779
- {
3780
- "kind": "field",
3781
- "name": "handleIntersection",
3782
- "privacy": "private",
3783
- "description": "Handle intersections",
3784
- "inheritedFrom": {
3785
- "name": "AnchoredRegion",
3786
- "module": "src/anchored-region/anchored-region.ts"
3787
- }
3788
- },
3789
- {
3790
- "kind": "field",
3791
- "name": "applyIntersectionEntries",
3792
- "privacy": "private",
3793
- "description": "iterate through intersection entries and apply data",
3794
- "inheritedFrom": {
3795
- "name": "AnchoredRegion",
3796
- "module": "src/anchored-region/anchored-region.ts"
3797
- }
3798
- },
3799
- {
3800
- "kind": "field",
3801
- "name": "updateRegionOffset",
3802
- "privacy": "private",
3803
- "description": "Update the offset values",
3804
- "inheritedFrom": {
3805
- "name": "AnchoredRegion",
3806
- "module": "src/anchored-region/anchored-region.ts"
3807
- }
3808
- },
3809
- {
3810
- "kind": "field",
3811
- "name": "isRectDifferent",
3812
- "privacy": "private",
3813
- "description": "compare rects to see if there is enough change to justify a DOM update",
3814
- "inheritedFrom": {
3815
- "name": "AnchoredRegion",
3816
- "module": "src/anchored-region/anchored-region.ts"
3817
- }
3818
- },
3819
- {
3820
- "kind": "field",
3821
- "name": "handleResize",
3822
- "privacy": "private",
3823
- "description": "Handle resize events",
3824
- "inheritedFrom": {
3825
- "name": "AnchoredRegion",
3826
- "module": "src/anchored-region/anchored-region.ts"
3827
- }
3828
- },
3829
- {
3830
- "kind": "field",
3831
- "name": "reset",
3832
- "privacy": "private",
3833
- "description": "resets the component",
3837
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
3838
+ "fieldName": "type",
3834
3839
  "inheritedFrom": {
3835
- "name": "AnchoredRegion",
3836
- "module": "src/anchored-region/anchored-region.ts"
3840
+ "name": "Anchor",
3841
+ "module": "src/anchor/anchor.ts"
3837
3842
  }
3838
- },
3843
+ }
3844
+ ],
3845
+ "members": [
3839
3846
  {
3840
3847
  "kind": "field",
3841
- "name": "updateLayout",
3842
- "privacy": "private",
3843
- "description": "Recalculate layout related state values",
3848
+ "name": "download",
3849
+ "type": {
3850
+ "text": "string"
3851
+ },
3852
+ "privacy": "public",
3853
+ "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.",
3844
3854
  "inheritedFrom": {
3845
- "name": "AnchoredRegion",
3846
- "module": "src/anchored-region/anchored-region.ts"
3855
+ "name": "Anchor",
3856
+ "module": "src/anchor/anchor.ts"
3847
3857
  }
3848
3858
  },
3849
3859
  {
3850
3860
  "kind": "field",
3851
- "name": "updateRegionStyle",
3852
- "privacy": "private",
3853
- "description": "Updates the style string applied to the region element as well as the css classes attached\nto the root element",
3861
+ "name": "href",
3862
+ "type": {
3863
+ "text": "string"
3864
+ },
3865
+ "privacy": "public",
3866
+ "description": "The URL the hyperlink references. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
3854
3867
  "inheritedFrom": {
3855
- "name": "AnchoredRegion",
3856
- "module": "src/anchored-region/anchored-region.ts"
3868
+ "name": "Anchor",
3869
+ "module": "src/anchor/anchor.ts"
3857
3870
  }
3858
3871
  },
3859
3872
  {
3860
3873
  "kind": "field",
3861
- "name": "updatePositionClasses",
3862
- "privacy": "private",
3863
- "description": "Updates the css classes that reflect the current position of the element",
3874
+ "name": "hreflang",
3875
+ "type": {
3876
+ "text": "string"
3877
+ },
3878
+ "privacy": "public",
3879
+ "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.",
3864
3880
  "inheritedFrom": {
3865
- "name": "AnchoredRegion",
3866
- "module": "src/anchored-region/anchored-region.ts"
3881
+ "name": "Anchor",
3882
+ "module": "src/anchor/anchor.ts"
3867
3883
  }
3868
3884
  },
3869
3885
  {
3870
3886
  "kind": "field",
3871
- "name": "setHorizontalPosition",
3872
- "privacy": "private",
3873
- "description": "Get horizontal positioning state based on desired position",
3887
+ "name": "ping",
3888
+ "type": {
3889
+ "text": "string"
3890
+ },
3891
+ "privacy": "public",
3892
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
3874
3893
  "inheritedFrom": {
3875
- "name": "AnchoredRegion",
3876
- "module": "src/anchored-region/anchored-region.ts"
3894
+ "name": "Anchor",
3895
+ "module": "src/anchor/anchor.ts"
3877
3896
  }
3878
3897
  },
3879
3898
  {
3880
3899
  "kind": "field",
3881
- "name": "setVerticalPosition",
3882
- "privacy": "private",
3883
- "description": "Set vertical positioning state based on desired position",
3900
+ "name": "referrerpolicy",
3901
+ "type": {
3902
+ "text": "string"
3903
+ },
3904
+ "privacy": "public",
3905
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
3884
3906
  "inheritedFrom": {
3885
- "name": "AnchoredRegion",
3886
- "module": "src/anchored-region/anchored-region.ts"
3907
+ "name": "Anchor",
3908
+ "module": "src/anchor/anchor.ts"
3887
3909
  }
3888
3910
  },
3889
3911
  {
3890
3912
  "kind": "field",
3891
- "name": "getPositioningOptions",
3892
- "privacy": "private",
3893
- "description": "Get available positions based on positioning mode",
3913
+ "name": "rel",
3914
+ "type": {
3915
+ "text": "string"
3916
+ },
3917
+ "privacy": "public",
3918
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
3894
3919
  "inheritedFrom": {
3895
- "name": "AnchoredRegion",
3896
- "module": "src/anchored-region/anchored-region.ts"
3920
+ "name": "Anchor",
3921
+ "module": "src/anchor/anchor.ts"
3897
3922
  }
3898
3923
  },
3899
3924
  {
3900
3925
  "kind": "field",
3901
- "name": "getAvailableSpace",
3902
- "privacy": "private",
3903
- "description": "Get the space available for a particular relative position",
3926
+ "name": "target",
3927
+ "type": {
3928
+ "text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
3929
+ },
3930
+ "privacy": "public",
3931
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
3904
3932
  "inheritedFrom": {
3905
- "name": "AnchoredRegion",
3906
- "module": "src/anchored-region/anchored-region.ts"
3933
+ "name": "Anchor",
3934
+ "module": "src/anchor/anchor.ts"
3907
3935
  }
3908
3936
  },
3909
3937
  {
3910
3938
  "kind": "field",
3911
- "name": "getNextRegionDimension",
3912
- "privacy": "private",
3913
- "description": "Get region dimensions",
3939
+ "name": "type",
3940
+ "type": {
3941
+ "text": "string"
3942
+ },
3943
+ "privacy": "public",
3944
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
3914
3945
  "inheritedFrom": {
3915
- "name": "AnchoredRegion",
3916
- "module": "src/anchored-region/anchored-region.ts"
3946
+ "name": "Anchor",
3947
+ "module": "src/anchor/anchor.ts"
3917
3948
  }
3918
3949
  },
3919
3950
  {
3920
3951
  "kind": "field",
3921
- "name": "startAutoUpdateEventListeners",
3922
- "privacy": "private",
3923
- "description": "starts event listeners that can trigger auto updating",
3952
+ "name": "control",
3953
+ "type": {
3954
+ "text": "HTMLAnchorElement | undefined"
3955
+ },
3956
+ "privacy": "public",
3957
+ "description": "References the root element",
3924
3958
  "inheritedFrom": {
3925
- "name": "AnchoredRegion",
3926
- "module": "src/anchored-region/anchored-region.ts"
3959
+ "name": "Anchor",
3960
+ "module": "src/anchor/anchor.ts"
3927
3961
  }
3928
3962
  },
3929
3963
  {
3930
3964
  "kind": "field",
3931
- "name": "stopAutoUpdateEventListeners",
3965
+ "name": "handleUnsupportedDelegatesFocus",
3932
3966
  "privacy": "private",
3933
- "description": "stops event listeners that can trigger auto updating",
3967
+ "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",
3934
3968
  "inheritedFrom": {
3935
- "name": "AnchoredRegion",
3936
- "module": "src/anchored-region/anchored-region.ts"
3969
+ "name": "Anchor",
3970
+ "module": "src/anchor/anchor.ts"
3937
3971
  }
3938
3972
  },
3939
3973
  {
@@ -4047,29 +4081,11 @@
4047
4081
  "module": "src/foundation-element/foundation-element.ts"
4048
4082
  }
4049
4083
  }
4050
- ],
4051
- "events": [
4052
- {
4053
- "description": "Fires a custom 'loaded' event when the region is loaded and visible",
4054
- "name": "loaded",
4055
- "inheritedFrom": {
4056
- "name": "AnchoredRegion",
4057
- "module": "src/anchored-region/anchored-region.ts"
4058
- }
4059
- },
4060
- {
4061
- "description": "Fires a custom 'positionchange' event when the position has changed",
4062
- "name": "positionchange",
4063
- "inheritedFrom": {
4064
- "name": "AnchoredRegion",
4065
- "module": "src/anchored-region/anchored-region.ts"
4066
- }
4067
- }
4068
4084
  ]
4069
4085
  },
4070
4086
  {
4071
4087
  "kind": "variable",
4072
- "name": "foundationAnchoredRegionShadowOptions",
4088
+ "name": "foundationAnchorShadowOptions",
4073
4089
  "type": {
4074
4090
  "text": "ShadowRootInit"
4075
4091
  },
@@ -4077,7 +4093,7 @@
4077
4093
  },
4078
4094
  {
4079
4095
  "kind": "variable",
4080
- "name": "defaultAnchoredRegionConfig",
4096
+ "name": "defaultAnchorConfig",
4081
4097
  "type": {
4082
4098
  "text": "object"
4083
4099
  },
@@ -4085,49 +4101,49 @@
4085
4101
  },
4086
4102
  {
4087
4103
  "kind": "variable",
4088
- "name": "foundationAnchoredRegion",
4089
- "description": "The Foundation Anchored Region",
4104
+ "name": "foundationAnchor",
4105
+ "description": "The Foundation Anchor",
4090
4106
  "privacy": "public"
4091
4107
  }
4092
4108
  ],
4093
4109
  "exports": [
4094
4110
  {
4095
4111
  "kind": "js",
4096
- "name": "AnchoredRegion",
4112
+ "name": "Anchor",
4097
4113
  "declaration": {
4098
- "name": "AnchoredRegion",
4099
- "module": "src/anchored-region/anchored-region.ts"
4114
+ "name": "Anchor",
4115
+ "module": "src/anchor/anchor.ts"
4100
4116
  }
4101
4117
  },
4102
4118
  {
4103
4119
  "kind": "js",
4104
- "name": "foundationAnchoredRegionShadowOptions",
4120
+ "name": "foundationAnchorShadowOptions",
4105
4121
  "declaration": {
4106
- "name": "foundationAnchoredRegionShadowOptions",
4107
- "module": "src/anchored-region/anchored-region.ts"
4122
+ "name": "foundationAnchorShadowOptions",
4123
+ "module": "src/anchor/anchor.ts"
4108
4124
  }
4109
4125
  },
4110
4126
  {
4111
4127
  "kind": "js",
4112
- "name": "defaultAnchoredRegionConfig",
4128
+ "name": "defaultAnchorConfig",
4113
4129
  "declaration": {
4114
- "name": "defaultAnchoredRegionConfig",
4115
- "module": "src/anchored-region/anchored-region.ts"
4130
+ "name": "defaultAnchorConfig",
4131
+ "module": "src/anchor/anchor.ts"
4116
4132
  }
4117
4133
  },
4118
4134
  {
4119
4135
  "kind": "js",
4120
- "name": "foundationAnchoredRegion",
4136
+ "name": "foundationAnchor",
4121
4137
  "declaration": {
4122
- "name": "foundationAnchoredRegion",
4123
- "module": "src/anchored-region/anchored-region.ts"
4138
+ "name": "foundationAnchor",
4139
+ "module": "src/anchor/anchor.ts"
4124
4140
  }
4125
4141
  }
4126
4142
  ]
4127
4143
  },
4128
4144
  {
4129
4145
  "kind": "javascript-module",
4130
- "path": "src/anchored-region/index.ts",
4146
+ "path": "src/anchor/index.ts",
4131
4147
  "declarations": [],
4132
4148
  "exports": [
4133
4149
  {
@@ -4135,7 +4151,7 @@
4135
4151
  "name": "*",
4136
4152
  "declaration": {
4137
4153
  "name": "*",
4138
- "package": "./anchor-region.template"
4154
+ "package": "./anchor.template"
4139
4155
  }
4140
4156
  },
4141
4157
  {
@@ -4143,7 +4159,7 @@
4143
4159
  "name": "*",
4144
4160
  "declaration": {
4145
4161
  "name": "*",
4146
- "package": "./anchored-region.styles"
4162
+ "package": "./anchor.styles"
4147
4163
  }
4148
4164
  },
4149
4165
  {
@@ -4151,7 +4167,7 @@
4151
4167
  "name": "*",
4152
4168
  "declaration": {
4153
4169
  "name": "*",
4154
- "package": "./anchored-region"
4170
+ "package": "./anchor"
4155
4171
  }
4156
4172
  }
4157
4173
  ]
@@ -25779,7 +25795,7 @@
25779
25795
  {
25780
25796
  "kind": "variable",
25781
25797
  "name": "multiselectStyles",
25782
- "default": "css`\n :host {\n --scrollbar-width: 12px;\n --scrollbar-thumb-width: 8px;\n }\n\n .root {\n position: relative;\n width: inherit;\n min-width: 250px;\n }\n\n .control {\n cursor: pointer;\n position: relative;\n display: flex;\n align-items: center;\n width: 100%;\n border-radius: calc(var(--control-corner-radius) * 1px);\n }\n\n #display-field {\n width: 100%;\n cursor: pointer;\n color: rgb(241 241 241);\n min-height: 40px;\n padding: 0 calc(var(--design-unit) * 2.25px);\n border-width: 0;\n background-color: var(--neutral-fill-input-rest);\n border-radius: calc(var(--control-corner-radius) * 1px);\n }\n\n #display-field[disabled] {\n cursor: not-allowed;\n opacity: 30%;\n }\n\n #display-field:focus {\n outline: 1px solid var(--accent-fill-rest);\n background: var(--neutral-fill-input-rest);\n border-style: none;\n box-shadow: none;\n }\n\n #display-field:hover:not(:focus):not([disabled]) {\n outline: 1px solid rgb(231 232 232);\n }\n\n button {\n pointer-events: none;\n }\n\n .indicator {\n position: absolute;\n left: calc(100% - 26px);\n padding: 0;\n cursor: pointer;\n }\n\n #arrow-icon {\n width: 16px;\n fill: white;\n transform: rotate(0deg);\n transition: transform 0.2s linear 0s;\n }\n\n #arrow-icon.flipped {\n transform: rotate(180deg);\n }\n\n .disabled-svg {\n pointer-events: none;\n opacity: 30%;\n }\n\n .options {\n display: flex;\n flex-direction: column;\n position: absolute;\n height: max-content;\n overflow-y: hidden;\n margin-top: calc(var(--design-unit) * 1px);\n border: calc(var(--stroke-width) * 1px) solid var(--neutral-layer-2);\n border-radius: 4px;\n background: var(--neutral-fill-input-rest);\n width: 100%;\n max-height: 0;\n visibility: hidden;\n transition:\n max-height 0.4s ease 0s,\n visibility 0.4s ease 0s;\n z-index: 999;\n }\n\n .position-above {\n bottom: 100%;\n }\n\n ::-webkit-scrollbar {\n width: var(--scrollbar-width);\n }\n\n ::-webkit-scrollbar-track {\n background: var(--neutral-layer-4);\n }\n\n ::-webkit-scrollbar-thumb {\n width: var(--scrollbar-thumb-width);\n border-radius: 10px;\n box-shadow: inset 0 0 6px rgba(0 0 0 / 30%);\n background-color: var(--neutral-layer-2);\n border: 3px solid var(--neutral-layer-4);\n }\n\n ::-webkit-scrollbar-corner {\n background: var(--neutral-layer-4);\n }\n\n .checkbox-container {\n display: flex;\n flex-direction: column;\n overflow-y: scroll;\n list-style: none;\n }\n\n .checkbox-container zero-checkbox {\n min-width: fit-content;\n }\n\n .checkbox-container zero-checkbox[disabled],\n .checkbox-container foundation-checkbox[disabled] {\n cursor: not-allowed;\n }\n\n .visible {\n visibility: visible;\n max-height: ${maxheight.toString()}px;\n }\n\n ::slotted(foundation-checkbox),\n foundation-checkbox {\n border-bottom: 1px solid var(--neutral-layer-4);\n padding: 5px 0 5px 5px;\n margin: 0;\n }\n\n ::slotted(foundation-checkbox:hover),\n foundation-checkbox:hover {\n background-color: var(--neutral-layer-3);\n cursor: pointer;\n }\n\n ::slotted(foundation-checkbox)::part(label),\n foundation-checkbox::part(label) {\n overflow-x: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n }\n\n .label {\n display: block;\n cursor: pointer;\n font-size: var(--type-ramp-base-font-size);\n line-height: var(--type-ramp-base-line-height);\n font-style: normal;\n margin: calc(var(--design-unit) * 2px) 0;\n }\n\n .label-hidden {\n display: none;\n }\n\n ol,\n li {\n margin: 0;\n padding: 0;\n }\n\n .checkbox {\n width: 100%;\n }\n\n .select-all {\n width: 100%;\n }\n\n .display-value {\n position: absolute;\n right: 40px;\n color: var(--neutral-foreground-rest);\n font-size: var(--type-ramp-base-font-size);\n line-height: var(--type-ramp-base-line-height);\n font-family: var(--body-font);\n }\n`"
25798
+ "default": "css`\n :host {\n --scrollbar-width: 12px;\n --scrollbar-thumb-width: 8px;\n }\n\n .root {\n position: relative;\n width: inherit;\n min-width: 250px;\n }\n\n .control {\n cursor: pointer;\n position: relative;\n display: flex;\n align-items: center;\n width: 100%;\n border-radius: calc(var(--control-corner-radius) * 1px);\n }\n\n #display-field {\n width: 100%;\n cursor: pointer;\n color: rgb(241 241 241);\n min-height: 40px;\n padding: 0 calc(var(--design-unit) * 2.25px);\n border-width: 0;\n background-color: var(--neutral-fill-input-rest);\n border-radius: calc(var(--control-corner-radius) * 1px);\n }\n\n #display-field[disabled] {\n cursor: not-allowed;\n opacity: 30%;\n }\n\n #display-field:focus {\n outline: 1px solid var(--accent-fill-rest);\n background: var(--neutral-fill-input-rest);\n border-style: none;\n box-shadow: none;\n }\n\n #display-field:hover:not(:focus):not([disabled]) {\n outline: 1px solid rgb(231 232 232);\n }\n\n button {\n pointer-events: none;\n }\n\n .indicator {\n position: absolute;\n left: calc(100% - 26px);\n padding: 0;\n cursor: pointer;\n }\n\n #arrow-icon {\n width: 16px;\n fill: white;\n transform: rotate(0deg);\n transition: transform 0.2s linear 0s;\n }\n\n #arrow-icon.flipped {\n transform: rotate(180deg);\n }\n\n .disabled-svg {\n pointer-events: none;\n opacity: 30%;\n }\n\n .position-above {\n bottom: 100%;\n }\n\n ::-webkit-scrollbar {\n width: var(--scrollbar-width);\n }\n\n ::-webkit-scrollbar-track {\n background: var(--neutral-layer-4);\n }\n\n ::-webkit-scrollbar-thumb {\n width: var(--scrollbar-thumb-width);\n border-radius: 10px;\n box-shadow: inset 0 0 6px rgba(0 0 0 / 30%);\n background-color: var(--neutral-layer-2);\n border: 3px solid var(--neutral-layer-4);\n }\n\n ::-webkit-scrollbar-corner {\n background: var(--neutral-layer-4);\n }\n\n .multiselect-dropdown {\n display: flex;\n flex-direction: column;\n position: absolute;\n height: max-content;\n overflow-y: scroll;\n margin-top: calc(var(--design-unit) * 1px);\n border: calc(var(--stroke-width) * 1px) solid var(--neutral-layer-2);\n border-radius: 4px;\n background: var(--neutral-fill-input-rest);\n width: 100%;\n max-height: 0;\n visibility: hidden;\n transition:\n max-height 0.4s ease 0s,\n visibility 0.4s ease 0s;\n z-index: 999;\n }\n\n .checkbox-container {\n display: flex;\n flex-direction: column;\n list-style: none;\n }\n\n .checkbox-container zero-checkbox {\n min-width: fit-content;\n }\n\n .checkbox-container zero-checkbox[disabled],\n .checkbox-container foundation-checkbox[disabled] {\n cursor: not-allowed;\n }\n\n .visible {\n visibility: visible;\n max-height: ${maxheight.toString()}px;\n }\n\n ::slotted(foundation-checkbox),\n foundation-checkbox {\n border-bottom: 1px solid var(--neutral-layer-4);\n padding: 5px 0 5px 5px;\n margin: 0;\n }\n\n ::slotted(foundation-checkbox:hover),\n foundation-checkbox:hover {\n background-color: var(--neutral-layer-3);\n cursor: pointer;\n }\n\n ::slotted(foundation-checkbox)::part(label),\n foundation-checkbox::part(label) {\n overflow-x: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n }\n\n .label {\n display: block;\n cursor: pointer;\n font-size: var(--type-ramp-base-font-size);\n line-height: var(--type-ramp-base-line-height);\n font-style: normal;\n margin: calc(var(--design-unit) * 2px) 0;\n }\n\n .label-hidden {\n display: none;\n }\n\n ol,\n li {\n margin: 0;\n padding: 0;\n }\n\n .checkbox {\n width: 100%;\n }\n\n .select-all {\n width: 100%;\n margin-left: 0;\n margin-right: 0;\n }\n\n .display-value {\n position: absolute;\n right: 40px;\n color: var(--neutral-foreground-rest);\n font-size: var(--type-ramp-base-font-size);\n line-height: var(--type-ramp-base-line-height);\n font-family: var(--body-font);\n }\n\n .options-header-item-hidden {\n display: none;\n }\n`"
25783
25799
  }
25784
25800
  ],
25785
25801
  "exports": [
@@ -25937,6 +25953,22 @@
25937
25953
  },
25938
25954
  "default": "500"
25939
25955
  },
25956
+ {
25957
+ "kind": "field",
25958
+ "name": "delimiterValues",
25959
+ "type": {
25960
+ "text": "string"
25961
+ },
25962
+ "default": "';'"
25963
+ },
25964
+ {
25965
+ "kind": "field",
25966
+ "name": "delimiterLabels",
25967
+ "type": {
25968
+ "text": "string"
25969
+ },
25970
+ "default": "','"
25971
+ },
25940
25972
  {
25941
25973
  "kind": "field",
25942
25974
  "name": "filterByContains",
@@ -26075,6 +26107,13 @@
26075
26107
  "text": "(allSelected: boolean) => void"
26076
26108
  }
26077
26109
  },
26110
+ {
26111
+ "kind": "field",
26112
+ "name": "itemRenderer",
26113
+ "type": {
26114
+ "text": "(\n option: MultiselectOption,\n parent: Multiselect,\n prefix: string,\n ) => ViewTemplate"
26115
+ }
26116
+ },
26078
26117
  {
26079
26118
  "kind": "field",
26080
26119
  "name": "initialisedOptions",
@@ -26093,11 +26132,34 @@
26093
26132
  },
26094
26133
  {
26095
26134
  "kind": "field",
26096
- "name": "optionsElement",
26135
+ "name": "multiselectDropdown",
26097
26136
  "type": {
26098
26137
  "text": "HTMLElement"
26099
26138
  }
26100
26139
  },
26140
+ {
26141
+ "kind": "method",
26142
+ "name": "defaultItemRenderer",
26143
+ "return": {
26144
+ "type": {
26145
+ "text": "ViewTemplate"
26146
+ }
26147
+ },
26148
+ "parameters": [
26149
+ {
26150
+ "name": "option",
26151
+ "type": {
26152
+ "text": "MultiselectOption"
26153
+ }
26154
+ },
26155
+ {
26156
+ "name": "parent",
26157
+ "type": {
26158
+ "text": "Multiselect"
26159
+ }
26160
+ }
26161
+ ]
26162
+ },
26101
26163
  {
26102
26164
  "kind": "method",
26103
26165
  "name": "toggle"
@@ -26118,7 +26180,19 @@
26118
26180
  },
26119
26181
  {
26120
26182
  "kind": "method",
26121
- "name": "optionGetter",
26183
+ "name": "optionValueGetter",
26184
+ "parameters": [
26185
+ {
26186
+ "name": "option",
26187
+ "type": {
26188
+ "text": "MultiselectOption"
26189
+ }
26190
+ }
26191
+ ]
26192
+ },
26193
+ {
26194
+ "kind": "method",
26195
+ "name": "optionLabelGetter",
26122
26196
  "parameters": [
26123
26197
  {
26124
26198
  "name": "option",
@@ -26289,6 +26363,13 @@
26289
26363
  }
26290
26364
  ]
26291
26365
  },
26366
+ {
26367
+ "kind": "field",
26368
+ "name": "optionsHeaderSlottedNodes",
26369
+ "type": {
26370
+ "text": "Node[]"
26371
+ }
26372
+ },
26292
26373
  {
26293
26374
  "kind": "field",
26294
26375
  "name": "_presentation",
@@ -26471,6 +26552,22 @@
26471
26552
  },
26472
26553
  "fieldName": "debounce"
26473
26554
  },
26555
+ {
26556
+ "name": "delimiterValues",
26557
+ "type": {
26558
+ "text": "string"
26559
+ },
26560
+ "default": "';'",
26561
+ "fieldName": "delimiterValues"
26562
+ },
26563
+ {
26564
+ "name": "delimiterLabels",
26565
+ "type": {
26566
+ "text": "string"
26567
+ },
26568
+ "default": "','",
26569
+ "fieldName": "delimiterLabels"
26570
+ },
26474
26571
  {
26475
26572
  "name": "filter-by-contains",
26476
26573
  "type": {
@@ -32204,178 +32301,505 @@
32204
32301
  },
32205
32302
  "parameters": [
32206
32303
  {
32207
- "name": "url",
32304
+ "name": "url",
32305
+ "type": {
32306
+ "text": "string"
32307
+ }
32308
+ }
32309
+ ]
32310
+ },
32311
+ {
32312
+ "kind": "function",
32313
+ "name": "findRouter",
32314
+ "return": {
32315
+ "type": {
32316
+ "text": "Router | null"
32317
+ }
32318
+ },
32319
+ "parameters": [
32320
+ {
32321
+ "name": "relativeTo",
32322
+ "type": {
32323
+ "text": "HTMLElement | Router"
32324
+ }
32325
+ }
32326
+ ]
32327
+ },
32328
+ {
32329
+ "kind": "function",
32330
+ "name": "findParentRouter",
32331
+ "return": {
32332
+ "type": {
32333
+ "text": "Router | null"
32334
+ }
32335
+ },
32336
+ "parameters": [
32337
+ {
32338
+ "name": "relativeTo",
32339
+ "type": {
32340
+ "text": "HTMLElement | Router"
32341
+ }
32342
+ }
32343
+ ]
32344
+ },
32345
+ {
32346
+ "kind": "function",
32347
+ "name": "findTopLevelRouter",
32348
+ "return": {
32349
+ "type": {
32350
+ "text": "Router | null"
32351
+ }
32352
+ },
32353
+ "parameters": [
32354
+ {
32355
+ "name": "relativeTo",
32356
+ "type": {
32357
+ "text": "HTMLElement | Router"
32358
+ }
32359
+ }
32360
+ ]
32361
+ },
32362
+ {
32363
+ "kind": "function",
32364
+ "name": "pathJoin",
32365
+ "parameters": [
32366
+ {
32367
+ "name": "parts",
32368
+ "type": {
32369
+ "text": "string[]"
32370
+ }
32371
+ },
32372
+ {
32373
+ "name": "separator",
32374
+ "default": "'/'"
32375
+ },
32376
+ {
32377
+ "name": "allowTrailingSeparator",
32378
+ "default": "false"
32379
+ }
32380
+ ]
32381
+ },
32382
+ {
32383
+ "kind": "function",
32384
+ "name": "removeLastPathSegment",
32385
+ "return": {
32386
+ "type": {
32387
+ "text": "string"
32388
+ }
32389
+ },
32390
+ "parameters": [
32391
+ {
32392
+ "name": "path",
32393
+ "type": {
32394
+ "text": "string"
32395
+ }
32396
+ },
32397
+ {
32398
+ "name": "separator",
32399
+ "default": "'/'"
32400
+ }
32401
+ ]
32402
+ },
32403
+ {
32404
+ "kind": "function",
32405
+ "name": "removeChildRouteParameter",
32406
+ "return": {
32407
+ "type": {
32408
+ "text": "string"
32409
+ }
32410
+ },
32411
+ "parameters": [
32412
+ {
32413
+ "name": "path",
32414
+ "type": {
32415
+ "text": "string"
32416
+ }
32417
+ }
32418
+ ]
32419
+ }
32420
+ ],
32421
+ "exports": [
32422
+ {
32423
+ "kind": "js",
32424
+ "name": "isAbsoluteUrl",
32425
+ "declaration": {
32426
+ "name": "isAbsoluteUrl",
32427
+ "module": "src/router/utils.ts"
32428
+ }
32429
+ },
32430
+ {
32431
+ "kind": "js",
32432
+ "name": "findRouter",
32433
+ "declaration": {
32434
+ "name": "findRouter",
32435
+ "module": "src/router/utils.ts"
32436
+ }
32437
+ },
32438
+ {
32439
+ "kind": "js",
32440
+ "name": "findParentRouter",
32441
+ "declaration": {
32442
+ "name": "findParentRouter",
32443
+ "module": "src/router/utils.ts"
32444
+ }
32445
+ },
32446
+ {
32447
+ "kind": "js",
32448
+ "name": "findTopLevelRouter",
32449
+ "declaration": {
32450
+ "name": "findTopLevelRouter",
32451
+ "module": "src/router/utils.ts"
32452
+ }
32453
+ },
32454
+ {
32455
+ "kind": "js",
32456
+ "name": "pathJoin",
32457
+ "declaration": {
32458
+ "name": "pathJoin",
32459
+ "module": "src/router/utils.ts"
32460
+ }
32461
+ },
32462
+ {
32463
+ "kind": "js",
32464
+ "name": "removeLastPathSegment",
32465
+ "declaration": {
32466
+ "name": "removeLastPathSegment",
32467
+ "module": "src/router/utils.ts"
32468
+ }
32469
+ },
32470
+ {
32471
+ "kind": "js",
32472
+ "name": "removeChildRouteParameter",
32473
+ "declaration": {
32474
+ "name": "removeChildRouteParameter",
32475
+ "module": "src/router/utils.ts"
32476
+ }
32477
+ }
32478
+ ]
32479
+ },
32480
+ {
32481
+ "kind": "javascript-module",
32482
+ "path": "src/scheduler/index.ts",
32483
+ "declarations": [],
32484
+ "exports": [
32485
+ {
32486
+ "kind": "js",
32487
+ "name": "*",
32488
+ "declaration": {
32489
+ "name": "*",
32490
+ "package": "./scheduler"
32491
+ }
32492
+ },
32493
+ {
32494
+ "kind": "js",
32495
+ "name": "*",
32496
+ "declaration": {
32497
+ "name": "*",
32498
+ "package": "./scheduler.styles"
32499
+ }
32500
+ },
32501
+ {
32502
+ "kind": "js",
32503
+ "name": "*",
32504
+ "declaration": {
32505
+ "name": "*",
32506
+ "package": "./scheduler.template"
32507
+ }
32508
+ }
32509
+ ]
32510
+ },
32511
+ {
32512
+ "kind": "javascript-module",
32513
+ "path": "src/scheduler/scheduler.styles.ts",
32514
+ "declarations": [
32515
+ {
32516
+ "kind": "variable",
32517
+ "name": "schedulerStyles",
32518
+ "type": {
32519
+ "text": "ElementStyles"
32520
+ },
32521
+ "default": "css`\n /* Host */\n :host {\n display: flex;\n flex-direction: column;\n width: 100%;\n }\n`"
32522
+ }
32523
+ ],
32524
+ "exports": [
32525
+ {
32526
+ "kind": "js",
32527
+ "name": "schedulerStyles",
32528
+ "declaration": {
32529
+ "name": "schedulerStyles",
32530
+ "module": "src/scheduler/scheduler.styles.ts"
32531
+ }
32532
+ }
32533
+ ]
32534
+ },
32535
+ {
32536
+ "kind": "javascript-module",
32537
+ "path": "src/scheduler/scheduler.template.ts",
32538
+ "declarations": [
32539
+ {
32540
+ "kind": "function",
32541
+ "name": "getPrefixedScheduler",
32542
+ "parameters": [
32543
+ {
32544
+ "name": "prefix",
32545
+ "type": {
32546
+ "text": "string"
32547
+ }
32548
+ }
32549
+ ]
32550
+ },
32551
+ {
32552
+ "kind": "variable",
32553
+ "name": "foundationSchedulerTemplate",
32554
+ "default": "html<Scheduler>`\n ${(x) => getPrefixedScheduler(getPrefix(x))}\n`"
32555
+ }
32556
+ ],
32557
+ "exports": [
32558
+ {
32559
+ "kind": "js",
32560
+ "name": "getPrefixedScheduler",
32561
+ "declaration": {
32562
+ "name": "getPrefixedScheduler",
32563
+ "module": "src/scheduler/scheduler.template.ts"
32564
+ }
32565
+ },
32566
+ {
32567
+ "kind": "js",
32568
+ "name": "foundationSchedulerTemplate",
32569
+ "declaration": {
32570
+ "name": "foundationSchedulerTemplate",
32571
+ "module": "src/scheduler/scheduler.template.ts"
32572
+ }
32573
+ }
32574
+ ]
32575
+ },
32576
+ {
32577
+ "kind": "javascript-module",
32578
+ "path": "src/scheduler/scheduler.ts",
32579
+ "declarations": [
32580
+ {
32581
+ "kind": "class",
32582
+ "description": "",
32583
+ "name": "Scheduler",
32584
+ "members": [
32585
+ {
32586
+ "kind": "field",
32587
+ "name": "timezone",
32588
+ "type": {
32589
+ "text": "string"
32590
+ },
32591
+ "default": "''"
32592
+ },
32593
+ {
32594
+ "kind": "field",
32595
+ "name": "cron",
32596
+ "type": {
32597
+ "text": "string"
32598
+ },
32599
+ "default": "''"
32600
+ },
32601
+ {
32602
+ "kind": "field",
32603
+ "name": "cronConfig",
32604
+ "type": {
32605
+ "text": "CronConfig"
32606
+ }
32607
+ },
32608
+ {
32609
+ "kind": "method",
32610
+ "name": "cronConfigChanged"
32611
+ },
32612
+ {
32613
+ "kind": "method",
32614
+ "name": "handleChange",
32615
+ "parameters": [
32616
+ {
32617
+ "name": "event",
32618
+ "type": {
32619
+ "text": "CustomEvent"
32620
+ }
32621
+ },
32622
+ {
32623
+ "name": "key",
32624
+ "type": {
32625
+ "text": "string"
32626
+ }
32627
+ }
32628
+ ]
32629
+ },
32630
+ {
32631
+ "kind": "field",
32632
+ "name": "_presentation",
32208
32633
  "type": {
32209
- "text": "string"
32634
+ "text": "ComponentPresentation | null | undefined"
32635
+ },
32636
+ "privacy": "private",
32637
+ "default": "void 0",
32638
+ "inheritedFrom": {
32639
+ "name": "FoundationElement",
32640
+ "module": "src/foundation-element/foundation-element.ts"
32210
32641
  }
32211
- }
32212
- ]
32213
- },
32214
- {
32215
- "kind": "function",
32216
- "name": "findRouter",
32217
- "return": {
32218
- "type": {
32219
- "text": "Router | null"
32220
- }
32221
- },
32222
- "parameters": [
32642
+ },
32223
32643
  {
32224
- "name": "relativeTo",
32644
+ "kind": "field",
32645
+ "name": "$presentation",
32225
32646
  "type": {
32226
- "text": "HTMLElement | Router"
32647
+ "text": "ComponentPresentation | null"
32648
+ },
32649
+ "privacy": "public",
32650
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
32651
+ "inheritedFrom": {
32652
+ "name": "FoundationElement",
32653
+ "module": "src/foundation-element/foundation-element.ts"
32227
32654
  }
32228
- }
32229
- ]
32230
- },
32231
- {
32232
- "kind": "function",
32233
- "name": "findParentRouter",
32234
- "return": {
32235
- "type": {
32236
- "text": "Router | null"
32237
- }
32238
- },
32239
- "parameters": [
32655
+ },
32240
32656
  {
32241
- "name": "relativeTo",
32657
+ "kind": "field",
32658
+ "name": "template",
32242
32659
  "type": {
32243
- "text": "HTMLElement | Router"
32660
+ "text": "ElementViewTemplate | void | null"
32661
+ },
32662
+ "privacy": "public",
32663
+ "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.",
32664
+ "inheritedFrom": {
32665
+ "name": "FoundationElement",
32666
+ "module": "src/foundation-element/foundation-element.ts"
32244
32667
  }
32245
- }
32246
- ]
32247
- },
32248
- {
32249
- "kind": "function",
32250
- "name": "findTopLevelRouter",
32251
- "return": {
32252
- "type": {
32253
- "text": "Router | null"
32254
- }
32255
- },
32256
- "parameters": [
32668
+ },
32257
32669
  {
32258
- "name": "relativeTo",
32259
- "type": {
32260
- "text": "HTMLElement | Router"
32670
+ "kind": "method",
32671
+ "name": "templateChanged",
32672
+ "privacy": "protected",
32673
+ "return": {
32674
+ "type": {
32675
+ "text": "void"
32676
+ }
32677
+ },
32678
+ "inheritedFrom": {
32679
+ "name": "FoundationElement",
32680
+ "module": "src/foundation-element/foundation-element.ts"
32261
32681
  }
32262
- }
32263
- ]
32264
- },
32265
- {
32266
- "kind": "function",
32267
- "name": "pathJoin",
32268
- "parameters": [
32682
+ },
32269
32683
  {
32270
- "name": "parts",
32684
+ "kind": "field",
32685
+ "name": "styles",
32271
32686
  "type": {
32272
- "text": "string[]"
32687
+ "text": "ElementStyles | void | null"
32688
+ },
32689
+ "privacy": "public",
32690
+ "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.",
32691
+ "inheritedFrom": {
32692
+ "name": "FoundationElement",
32693
+ "module": "src/foundation-element/foundation-element.ts"
32273
32694
  }
32274
32695
  },
32275
32696
  {
32276
- "name": "separator",
32277
- "default": "'/'"
32697
+ "kind": "method",
32698
+ "name": "stylesChanged",
32699
+ "privacy": "protected",
32700
+ "return": {
32701
+ "type": {
32702
+ "text": "void"
32703
+ }
32704
+ },
32705
+ "inheritedFrom": {
32706
+ "name": "FoundationElement",
32707
+ "module": "src/foundation-element/foundation-element.ts"
32708
+ }
32278
32709
  },
32279
32710
  {
32280
- "name": "allowTrailingSeparator",
32281
- "default": "false"
32711
+ "kind": "method",
32712
+ "name": "compose",
32713
+ "privacy": "public",
32714
+ "static": true,
32715
+ "return": {
32716
+ "type": {
32717
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
32718
+ }
32719
+ },
32720
+ "parameters": [
32721
+ {
32722
+ "name": "this",
32723
+ "type": {
32724
+ "text": "K"
32725
+ }
32726
+ },
32727
+ {
32728
+ "name": "elementDefinition",
32729
+ "type": {
32730
+ "text": "T"
32731
+ },
32732
+ "description": "The definition of the element to create the registry\nfunction for."
32733
+ }
32734
+ ],
32735
+ "description": "Defines an element registry function with a set of element definition defaults.",
32736
+ "inheritedFrom": {
32737
+ "name": "FoundationElement",
32738
+ "module": "src/foundation-element/foundation-element.ts"
32739
+ }
32282
32740
  }
32283
- ]
32741
+ ],
32742
+ "superclass": {
32743
+ "name": "FoundationElement",
32744
+ "package": "@microsoft/fast-foundation"
32745
+ },
32746
+ "tagName": "%%prefix%%-scheduler",
32747
+ "customElement": true
32284
32748
  },
32285
32749
  {
32286
- "kind": "function",
32287
- "name": "removeLastPathSegment",
32288
- "return": {
32289
- "type": {
32290
- "text": "string"
32291
- }
32750
+ "kind": "variable",
32751
+ "name": "foundationSchedulerShadowOptions",
32752
+ "type": {
32753
+ "text": "ShadowRootInit"
32292
32754
  },
32293
- "parameters": [
32294
- {
32295
- "name": "path",
32296
- "type": {
32297
- "text": "string"
32298
- }
32299
- },
32300
- {
32301
- "name": "separator",
32302
- "default": "'/'"
32303
- }
32304
- ]
32755
+ "default": "undefined"
32305
32756
  },
32306
32757
  {
32307
- "kind": "function",
32308
- "name": "removeChildRouteParameter",
32309
- "return": {
32310
- "type": {
32311
- "text": "string"
32312
- }
32758
+ "kind": "variable",
32759
+ "name": "defaultConfig",
32760
+ "type": {
32761
+ "text": "object"
32313
32762
  },
32314
- "parameters": [
32315
- {
32316
- "name": "path",
32317
- "type": {
32318
- "text": "string"
32319
- }
32320
- }
32321
- ]
32763
+ "default": "{}"
32764
+ },
32765
+ {
32766
+ "kind": "variable",
32767
+ "name": "foundationScheduler",
32768
+ "description": "The Foundation Scheduler Element.",
32769
+ "privacy": "public"
32322
32770
  }
32323
32771
  ],
32324
32772
  "exports": [
32325
32773
  {
32326
32774
  "kind": "js",
32327
- "name": "isAbsoluteUrl",
32328
- "declaration": {
32329
- "name": "isAbsoluteUrl",
32330
- "module": "src/router/utils.ts"
32331
- }
32332
- },
32333
- {
32334
- "kind": "js",
32335
- "name": "findRouter",
32336
- "declaration": {
32337
- "name": "findRouter",
32338
- "module": "src/router/utils.ts"
32339
- }
32340
- },
32341
- {
32342
- "kind": "js",
32343
- "name": "findParentRouter",
32344
- "declaration": {
32345
- "name": "findParentRouter",
32346
- "module": "src/router/utils.ts"
32347
- }
32348
- },
32349
- {
32350
- "kind": "js",
32351
- "name": "findTopLevelRouter",
32775
+ "name": "Scheduler",
32352
32776
  "declaration": {
32353
- "name": "findTopLevelRouter",
32354
- "module": "src/router/utils.ts"
32777
+ "name": "Scheduler",
32778
+ "module": "src/scheduler/scheduler.ts"
32355
32779
  }
32356
32780
  },
32357
32781
  {
32358
32782
  "kind": "js",
32359
- "name": "pathJoin",
32783
+ "name": "foundationSchedulerShadowOptions",
32360
32784
  "declaration": {
32361
- "name": "pathJoin",
32362
- "module": "src/router/utils.ts"
32785
+ "name": "foundationSchedulerShadowOptions",
32786
+ "module": "src/scheduler/scheduler.ts"
32363
32787
  }
32364
32788
  },
32365
32789
  {
32366
32790
  "kind": "js",
32367
- "name": "removeLastPathSegment",
32791
+ "name": "defaultConfig",
32368
32792
  "declaration": {
32369
- "name": "removeLastPathSegment",
32370
- "module": "src/router/utils.ts"
32793
+ "name": "defaultConfig",
32794
+ "module": "src/scheduler/scheduler.ts"
32371
32795
  }
32372
32796
  },
32373
32797
  {
32374
32798
  "kind": "js",
32375
- "name": "removeChildRouteParameter",
32799
+ "name": "foundationScheduler",
32376
32800
  "declaration": {
32377
- "name": "removeChildRouteParameter",
32378
- "module": "src/router/utils.ts"
32801
+ "name": "foundationScheduler",
32802
+ "module": "src/scheduler/scheduler.ts"
32379
32803
  }
32380
32804
  }
32381
32805
  ]
@@ -32890,6 +33314,320 @@
32890
33314
  }
32891
33315
  ]
32892
33316
  },
33317
+ {
33318
+ "kind": "javascript-module",
33319
+ "path": "src/scheduler-timezone/index.ts",
33320
+ "declarations": [],
33321
+ "exports": [
33322
+ {
33323
+ "kind": "js",
33324
+ "name": "*",
33325
+ "declaration": {
33326
+ "name": "*",
33327
+ "package": "./scheduler-timezone.styles"
33328
+ }
33329
+ },
33330
+ {
33331
+ "kind": "js",
33332
+ "name": "*",
33333
+ "declaration": {
33334
+ "name": "*",
33335
+ "package": "./scheduler-timezone.template"
33336
+ }
33337
+ },
33338
+ {
33339
+ "kind": "js",
33340
+ "name": "*",
33341
+ "declaration": {
33342
+ "name": "*",
33343
+ "package": "./scheduler-timezone"
33344
+ }
33345
+ }
33346
+ ]
33347
+ },
33348
+ {
33349
+ "kind": "javascript-module",
33350
+ "path": "src/scheduler-timezone/scheduler-timezone.styles.ts",
33351
+ "declarations": [
33352
+ {
33353
+ "kind": "variable",
33354
+ "name": "schedulerTimezoneStyles",
33355
+ "type": {
33356
+ "text": "ElementStyles"
33357
+ },
33358
+ "default": "css`\n /* Host */\n :host {\n display: flex;\n flex-direction: column;\n width: 100%;\n }\n\n .container {\n padding: calc(var(--design-unit) * 2px) calc(var(--design-unit) * 4px);\n display: flex;\n flex-direction: column;\n gap: calc(var(--design-unit) * 2px);\n }\n\n .label {\n color: var(--neutral-foreground-hint);\n display: block;\n cursor: pointer;\n font-size: var(--type-ramp-base-font-size);\n line-height: var(--type-ramp-base-line-height);\n font-style: normal;\n }\n\n .timezone-combobox::part(listbox) {\n max-height: 20vh;\n }\n`"
33359
+ }
33360
+ ],
33361
+ "exports": [
33362
+ {
33363
+ "kind": "js",
33364
+ "name": "schedulerTimezoneStyles",
33365
+ "declaration": {
33366
+ "name": "schedulerTimezoneStyles",
33367
+ "module": "src/scheduler-timezone/scheduler-timezone.styles.ts"
33368
+ }
33369
+ }
33370
+ ]
33371
+ },
33372
+ {
33373
+ "kind": "javascript-module",
33374
+ "path": "src/scheduler-timezone/scheduler-timezone.template.ts",
33375
+ "declarations": [
33376
+ {
33377
+ "kind": "function",
33378
+ "name": "getPrefixedSchedulerTimezone",
33379
+ "parameters": [
33380
+ {
33381
+ "name": "prefix",
33382
+ "type": {
33383
+ "text": "string"
33384
+ }
33385
+ }
33386
+ ]
33387
+ },
33388
+ {
33389
+ "kind": "variable",
33390
+ "name": "foundationSchedulerTimezoneTemplate",
33391
+ "default": "html<SchedulerTimezone>`\n ${(x) => getPrefixedSchedulerTimezone(getPrefix(x))}\n`"
33392
+ }
33393
+ ],
33394
+ "exports": [
33395
+ {
33396
+ "kind": "js",
33397
+ "name": "getPrefixedSchedulerTimezone",
33398
+ "declaration": {
33399
+ "name": "getPrefixedSchedulerTimezone",
33400
+ "module": "src/scheduler-timezone/scheduler-timezone.template.ts"
33401
+ }
33402
+ },
33403
+ {
33404
+ "kind": "js",
33405
+ "name": "foundationSchedulerTimezoneTemplate",
33406
+ "declaration": {
33407
+ "name": "foundationSchedulerTimezoneTemplate",
33408
+ "module": "src/scheduler-timezone/scheduler-timezone.template.ts"
33409
+ }
33410
+ }
33411
+ ]
33412
+ },
33413
+ {
33414
+ "kind": "javascript-module",
33415
+ "path": "src/scheduler-timezone/scheduler-timezone.ts",
33416
+ "declarations": [
33417
+ {
33418
+ "kind": "class",
33419
+ "description": "",
33420
+ "name": "SchedulerTimezone",
33421
+ "members": [
33422
+ {
33423
+ "kind": "field",
33424
+ "name": "timezone",
33425
+ "type": {
33426
+ "text": "string"
33427
+ },
33428
+ "default": "''"
33429
+ },
33430
+ {
33431
+ "kind": "method",
33432
+ "name": "timezoneChanged"
33433
+ },
33434
+ {
33435
+ "kind": "field",
33436
+ "name": "connect",
33437
+ "type": {
33438
+ "text": "Connect"
33439
+ }
33440
+ },
33441
+ {
33442
+ "kind": "field",
33443
+ "name": "timeZones"
33444
+ },
33445
+ {
33446
+ "kind": "method",
33447
+ "name": "getTimeZones",
33448
+ "return": {
33449
+ "type": {
33450
+ "text": "Promise<void>"
33451
+ }
33452
+ }
33453
+ },
33454
+ {
33455
+ "kind": "field",
33456
+ "name": "_presentation",
33457
+ "type": {
33458
+ "text": "ComponentPresentation | null | undefined"
33459
+ },
33460
+ "privacy": "private",
33461
+ "default": "void 0",
33462
+ "inheritedFrom": {
33463
+ "name": "FoundationElement",
33464
+ "module": "src/foundation-element/foundation-element.ts"
33465
+ }
33466
+ },
33467
+ {
33468
+ "kind": "field",
33469
+ "name": "$presentation",
33470
+ "type": {
33471
+ "text": "ComponentPresentation | null"
33472
+ },
33473
+ "privacy": "public",
33474
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
33475
+ "inheritedFrom": {
33476
+ "name": "FoundationElement",
33477
+ "module": "src/foundation-element/foundation-element.ts"
33478
+ }
33479
+ },
33480
+ {
33481
+ "kind": "field",
33482
+ "name": "template",
33483
+ "type": {
33484
+ "text": "ElementViewTemplate | void | null"
33485
+ },
33486
+ "privacy": "public",
33487
+ "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.",
33488
+ "inheritedFrom": {
33489
+ "name": "FoundationElement",
33490
+ "module": "src/foundation-element/foundation-element.ts"
33491
+ }
33492
+ },
33493
+ {
33494
+ "kind": "method",
33495
+ "name": "templateChanged",
33496
+ "privacy": "protected",
33497
+ "return": {
33498
+ "type": {
33499
+ "text": "void"
33500
+ }
33501
+ },
33502
+ "inheritedFrom": {
33503
+ "name": "FoundationElement",
33504
+ "module": "src/foundation-element/foundation-element.ts"
33505
+ }
33506
+ },
33507
+ {
33508
+ "kind": "field",
33509
+ "name": "styles",
33510
+ "type": {
33511
+ "text": "ElementStyles | void | null"
33512
+ },
33513
+ "privacy": "public",
33514
+ "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.",
33515
+ "inheritedFrom": {
33516
+ "name": "FoundationElement",
33517
+ "module": "src/foundation-element/foundation-element.ts"
33518
+ }
33519
+ },
33520
+ {
33521
+ "kind": "method",
33522
+ "name": "stylesChanged",
33523
+ "privacy": "protected",
33524
+ "return": {
33525
+ "type": {
33526
+ "text": "void"
33527
+ }
33528
+ },
33529
+ "inheritedFrom": {
33530
+ "name": "FoundationElement",
33531
+ "module": "src/foundation-element/foundation-element.ts"
33532
+ }
33533
+ },
33534
+ {
33535
+ "kind": "method",
33536
+ "name": "compose",
33537
+ "privacy": "public",
33538
+ "static": true,
33539
+ "return": {
33540
+ "type": {
33541
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
33542
+ }
33543
+ },
33544
+ "parameters": [
33545
+ {
33546
+ "name": "this",
33547
+ "type": {
33548
+ "text": "K"
33549
+ }
33550
+ },
33551
+ {
33552
+ "name": "elementDefinition",
33553
+ "type": {
33554
+ "text": "T"
33555
+ },
33556
+ "description": "The definition of the element to create the registry\nfunction for."
33557
+ }
33558
+ ],
33559
+ "description": "Defines an element registry function with a set of element definition defaults.",
33560
+ "inheritedFrom": {
33561
+ "name": "FoundationElement",
33562
+ "module": "src/foundation-element/foundation-element.ts"
33563
+ }
33564
+ }
33565
+ ],
33566
+ "superclass": {
33567
+ "name": "FoundationElement",
33568
+ "package": "@microsoft/fast-foundation"
33569
+ },
33570
+ "tagName": "%%prefix%%-scheduler-timezone",
33571
+ "customElement": true
33572
+ },
33573
+ {
33574
+ "kind": "variable",
33575
+ "name": "foundationSchedulerTimezoneShadowOptions",
33576
+ "type": {
33577
+ "text": "ShadowRootInit"
33578
+ },
33579
+ "default": "undefined"
33580
+ },
33581
+ {
33582
+ "kind": "variable",
33583
+ "name": "defaultTimezoneConfig",
33584
+ "type": {
33585
+ "text": "object"
33586
+ },
33587
+ "default": "{}"
33588
+ },
33589
+ {
33590
+ "kind": "variable",
33591
+ "name": "foundationSchedulerTimezone",
33592
+ "description": "The Foundation Scheduler Timezone Element.",
33593
+ "privacy": "public"
33594
+ }
33595
+ ],
33596
+ "exports": [
33597
+ {
33598
+ "kind": "js",
33599
+ "name": "SchedulerTimezone",
33600
+ "declaration": {
33601
+ "name": "SchedulerTimezone",
33602
+ "module": "src/scheduler-timezone/scheduler-timezone.ts"
33603
+ }
33604
+ },
33605
+ {
33606
+ "kind": "js",
33607
+ "name": "foundationSchedulerTimezoneShadowOptions",
33608
+ "declaration": {
33609
+ "name": "foundationSchedulerTimezoneShadowOptions",
33610
+ "module": "src/scheduler-timezone/scheduler-timezone.ts"
33611
+ }
33612
+ },
33613
+ {
33614
+ "kind": "js",
33615
+ "name": "defaultTimezoneConfig",
33616
+ "declaration": {
33617
+ "name": "defaultTimezoneConfig",
33618
+ "module": "src/scheduler-timezone/scheduler-timezone.ts"
33619
+ }
33620
+ },
33621
+ {
33622
+ "kind": "js",
33623
+ "name": "foundationSchedulerTimezone",
33624
+ "declaration": {
33625
+ "name": "foundationSchedulerTimezone",
33626
+ "module": "src/scheduler-timezone/scheduler-timezone.ts"
33627
+ }
33628
+ }
33629
+ ]
33630
+ },
32893
33631
  {
32894
33632
  "kind": "javascript-module",
32895
33633
  "path": "src/search-bar/index.ts",