@angular/material 18.0.0-next.0 → 18.0.0-next.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (270) hide show
  1. package/autocomplete/index.d.ts +2 -0
  2. package/checkbox/_checkbox-theme.scss +12 -0
  3. package/core/tokens/_token-utils.scss +62 -3
  4. package/esm2022/autocomplete/autocomplete-origin.mjs +4 -4
  5. package/esm2022/autocomplete/autocomplete-trigger.mjs +42 -36
  6. package/esm2022/autocomplete/autocomplete.mjs +4 -4
  7. package/esm2022/autocomplete/module.mjs +5 -5
  8. package/esm2022/badge/badge-module.mjs +5 -5
  9. package/esm2022/badge/badge.mjs +7 -7
  10. package/esm2022/bottom-sheet/bottom-sheet-container.mjs +4 -4
  11. package/esm2022/bottom-sheet/bottom-sheet-module.mjs +5 -5
  12. package/esm2022/bottom-sheet/bottom-sheet.mjs +4 -4
  13. package/esm2022/button/button-base.mjs +7 -7
  14. package/esm2022/button/button.mjs +7 -7
  15. package/esm2022/button/fab.mjs +13 -13
  16. package/esm2022/button/icon-button.mjs +7 -7
  17. package/esm2022/button/module.mjs +5 -5
  18. package/esm2022/button-toggle/button-toggle-module.mjs +5 -5
  19. package/esm2022/button-toggle/button-toggle.mjs +7 -7
  20. package/esm2022/card/card.mjs +43 -43
  21. package/esm2022/card/module.mjs +5 -5
  22. package/esm2022/checkbox/checkbox-required-validator.mjs +4 -4
  23. package/esm2022/checkbox/checkbox.mjs +4 -4
  24. package/esm2022/checkbox/module.mjs +9 -9
  25. package/esm2022/chips/chip-action.mjs +4 -4
  26. package/esm2022/chips/chip-edit-input.mjs +4 -4
  27. package/esm2022/chips/chip-grid.mjs +4 -4
  28. package/esm2022/chips/chip-icons.mjs +10 -10
  29. package/esm2022/chips/chip-input.mjs +4 -4
  30. package/esm2022/chips/chip-listbox.mjs +4 -4
  31. package/esm2022/chips/chip-option.mjs +6 -6
  32. package/esm2022/chips/chip-row.mjs +6 -6
  33. package/esm2022/chips/chip-set.mjs +4 -4
  34. package/esm2022/chips/chip.mjs +5 -5
  35. package/esm2022/chips/module.mjs +5 -5
  36. package/esm2022/core/common-behaviors/common-module.mjs +5 -5
  37. package/esm2022/core/datetime/index.mjs +9 -9
  38. package/esm2022/core/datetime/native-date-adapter.mjs +4 -4
  39. package/esm2022/core/error/error-options.mjs +7 -7
  40. package/esm2022/core/internal-form-field/internal-form-field.mjs +4 -4
  41. package/esm2022/core/line/line.mjs +8 -8
  42. package/esm2022/core/option/index.mjs +5 -5
  43. package/esm2022/core/option/optgroup.mjs +4 -4
  44. package/esm2022/core/option/option.mjs +4 -4
  45. package/esm2022/core/private/ripple-loader.mjs +4 -4
  46. package/esm2022/core/ripple/index.mjs +5 -5
  47. package/esm2022/core/ripple/ripple.mjs +4 -4
  48. package/esm2022/core/selection/pseudo-checkbox/pseudo-checkbox-module.mjs +5 -5
  49. package/esm2022/core/selection/pseudo-checkbox/pseudo-checkbox.mjs +4 -4
  50. package/esm2022/core/version.mjs +1 -1
  51. package/esm2022/datepicker/calendar-body.mjs +4 -4
  52. package/esm2022/datepicker/calendar.mjs +7 -7
  53. package/esm2022/datepicker/date-range-input-parts.mjs +10 -10
  54. package/esm2022/datepicker/date-range-input.mjs +4 -4
  55. package/esm2022/datepicker/date-range-picker.mjs +4 -4
  56. package/esm2022/datepicker/date-range-selection-strategy.mjs +4 -4
  57. package/esm2022/datepicker/date-selection-model.mjs +10 -10
  58. package/esm2022/datepicker/datepicker-actions.mjs +10 -10
  59. package/esm2022/datepicker/datepicker-base.mjs +7 -7
  60. package/esm2022/datepicker/datepicker-input-base.mjs +4 -4
  61. package/esm2022/datepicker/datepicker-input.mjs +4 -4
  62. package/esm2022/datepicker/datepicker-intl.mjs +4 -4
  63. package/esm2022/datepicker/datepicker-module.mjs +5 -5
  64. package/esm2022/datepicker/datepicker-toggle.mjs +7 -7
  65. package/esm2022/datepicker/datepicker.mjs +4 -4
  66. package/esm2022/datepicker/month-view.mjs +5 -5
  67. package/esm2022/datepicker/multi-year-view.mjs +4 -4
  68. package/esm2022/datepicker/year-view.mjs +4 -4
  69. package/esm2022/dialog/dialog-container.mjs +4 -4
  70. package/esm2022/dialog/dialog-content-directives.mjs +16 -16
  71. package/esm2022/dialog/dialog.mjs +4 -4
  72. package/esm2022/dialog/module.mjs +5 -5
  73. package/esm2022/divider/divider-module.mjs +5 -5
  74. package/esm2022/divider/divider.mjs +4 -4
  75. package/esm2022/expansion/accordion.mjs +4 -4
  76. package/esm2022/expansion/expansion-module.mjs +5 -5
  77. package/esm2022/expansion/expansion-panel-content.mjs +4 -4
  78. package/esm2022/expansion/expansion-panel-header.mjs +10 -10
  79. package/esm2022/expansion/expansion-panel.mjs +7 -7
  80. package/esm2022/form-field/directives/error.mjs +4 -4
  81. package/esm2022/form-field/directives/floating-label.mjs +4 -4
  82. package/esm2022/form-field/directives/hint.mjs +4 -4
  83. package/esm2022/form-field/directives/label.mjs +4 -4
  84. package/esm2022/form-field/directives/line-ripple.mjs +4 -4
  85. package/esm2022/form-field/directives/notched-outline.mjs +4 -4
  86. package/esm2022/form-field/directives/prefix.mjs +4 -4
  87. package/esm2022/form-field/directives/suffix.mjs +4 -4
  88. package/esm2022/form-field/form-field-control.mjs +4 -4
  89. package/esm2022/form-field/form-field.mjs +29 -25
  90. package/esm2022/form-field/module.mjs +5 -5
  91. package/esm2022/grid-list/grid-list-module.mjs +5 -5
  92. package/esm2022/grid-list/grid-list.mjs +4 -4
  93. package/esm2022/grid-list/grid-tile.mjs +16 -16
  94. package/esm2022/icon/icon-module.mjs +5 -5
  95. package/esm2022/icon/icon-registry.mjs +4 -4
  96. package/esm2022/icon/icon.mjs +4 -4
  97. package/esm2022/icon/testing/fake-icon-registry.mjs +8 -8
  98. package/esm2022/input/input.mjs +4 -4
  99. package/esm2022/input/module.mjs +5 -5
  100. package/esm2022/list/action-list.mjs +4 -4
  101. package/esm2022/list/list-base.mjs +7 -7
  102. package/esm2022/list/list-item-sections.mjs +19 -19
  103. package/esm2022/list/list-module.mjs +5 -5
  104. package/esm2022/list/list-option.mjs +4 -4
  105. package/esm2022/list/list.mjs +7 -7
  106. package/esm2022/list/nav-list.mjs +4 -4
  107. package/esm2022/list/selection-list.mjs +4 -4
  108. package/esm2022/list/subheader.mjs +4 -4
  109. package/esm2022/menu/menu-content.mjs +4 -4
  110. package/esm2022/menu/menu-item.mjs +4 -4
  111. package/esm2022/menu/menu-trigger.mjs +4 -4
  112. package/esm2022/menu/menu.mjs +18 -13
  113. package/esm2022/menu/module.mjs +5 -5
  114. package/esm2022/paginator/module.mjs +5 -5
  115. package/esm2022/paginator/paginator-intl.mjs +4 -4
  116. package/esm2022/paginator/paginator.mjs +4 -4
  117. package/esm2022/progress-bar/module.mjs +5 -5
  118. package/esm2022/progress-bar/progress-bar.mjs +4 -4
  119. package/esm2022/progress-spinner/module.mjs +5 -5
  120. package/esm2022/progress-spinner/progress-spinner.mjs +4 -4
  121. package/esm2022/radio/module.mjs +5 -5
  122. package/esm2022/radio/radio.mjs +7 -7
  123. package/esm2022/select/module.mjs +5 -5
  124. package/esm2022/select/select.mjs +7 -7
  125. package/esm2022/sidenav/drawer.mjs +21 -18
  126. package/esm2022/sidenav/sidenav-module.mjs +5 -5
  127. package/esm2022/sidenav/sidenav.mjs +10 -10
  128. package/esm2022/slide-toggle/module.mjs +9 -9
  129. package/esm2022/slide-toggle/slide-toggle-required-validator.mjs +4 -4
  130. package/esm2022/slide-toggle/slide-toggle.mjs +4 -4
  131. package/esm2022/slider/module.mjs +5 -5
  132. package/esm2022/slider/slider-input.mjs +7 -7
  133. package/esm2022/slider/slider-thumb.mjs +4 -4
  134. package/esm2022/slider/slider.mjs +4 -4
  135. package/esm2022/snack-bar/module.mjs +5 -5
  136. package/esm2022/snack-bar/simple-snack-bar.mjs +4 -4
  137. package/esm2022/snack-bar/snack-bar-container.mjs +4 -4
  138. package/esm2022/snack-bar/snack-bar-content.mjs +10 -10
  139. package/esm2022/snack-bar/snack-bar.mjs +4 -4
  140. package/esm2022/sort/sort-header-intl.mjs +4 -4
  141. package/esm2022/sort/sort-header.mjs +4 -4
  142. package/esm2022/sort/sort-module.mjs +5 -5
  143. package/esm2022/sort/sort.mjs +4 -4
  144. package/esm2022/stepper/step-content.mjs +4 -4
  145. package/esm2022/stepper/step-header.mjs +4 -4
  146. package/esm2022/stepper/step-label.mjs +4 -4
  147. package/esm2022/stepper/stepper-button.mjs +7 -7
  148. package/esm2022/stepper/stepper-icon.mjs +4 -4
  149. package/esm2022/stepper/stepper-intl.mjs +4 -4
  150. package/esm2022/stepper/stepper-module.mjs +5 -5
  151. package/esm2022/stepper/stepper.mjs +7 -7
  152. package/esm2022/table/cell.mjs +22 -22
  153. package/esm2022/table/module.mjs +5 -5
  154. package/esm2022/table/row.mjs +22 -22
  155. package/esm2022/table/table.mjs +7 -7
  156. package/esm2022/table/text-column.mjs +4 -4
  157. package/esm2022/tabs/ink-bar.mjs +4 -4
  158. package/esm2022/tabs/module.mjs +5 -5
  159. package/esm2022/tabs/paginated-tab-header.mjs +9 -10
  160. package/esm2022/tabs/tab-body.mjs +7 -7
  161. package/esm2022/tabs/tab-content.mjs +4 -4
  162. package/esm2022/tabs/tab-group.mjs +4 -4
  163. package/esm2022/tabs/tab-header.mjs +4 -4
  164. package/esm2022/tabs/tab-label-wrapper.mjs +4 -4
  165. package/esm2022/tabs/tab-label.mjs +4 -4
  166. package/esm2022/tabs/tab-nav-bar/tab-nav-bar.mjs +10 -10
  167. package/esm2022/tabs/tab.mjs +4 -4
  168. package/esm2022/toolbar/toolbar-module.mjs +5 -5
  169. package/esm2022/toolbar/toolbar.mjs +7 -7
  170. package/esm2022/tooltip/module.mjs +5 -5
  171. package/esm2022/tooltip/tooltip.mjs +7 -7
  172. package/esm2022/tree/node.mjs +10 -10
  173. package/esm2022/tree/outlet.mjs +4 -4
  174. package/esm2022/tree/padding.mjs +4 -4
  175. package/esm2022/tree/toggle.mjs +4 -4
  176. package/esm2022/tree/tree-module.mjs +5 -5
  177. package/esm2022/tree/tree.mjs +4 -4
  178. package/fesm2022/autocomplete.mjs +52 -46
  179. package/fesm2022/autocomplete.mjs.map +1 -1
  180. package/fesm2022/badge.mjs +10 -10
  181. package/fesm2022/badge.mjs.map +1 -1
  182. package/fesm2022/bottom-sheet.mjs +10 -10
  183. package/fesm2022/bottom-sheet.mjs.map +1 -1
  184. package/fesm2022/button-toggle.mjs +10 -10
  185. package/fesm2022/button-toggle.mjs.map +1 -1
  186. package/fesm2022/button.mjs +34 -34
  187. package/fesm2022/button.mjs.map +1 -1
  188. package/fesm2022/card.mjs +46 -46
  189. package/fesm2022/card.mjs.map +1 -1
  190. package/fesm2022/checkbox.mjs +14 -14
  191. package/fesm2022/checkbox.mjs.map +1 -1
  192. package/fesm2022/chips.mjs +45 -45
  193. package/fesm2022/chips.mjs.map +1 -1
  194. package/fesm2022/core.mjs +59 -59
  195. package/fesm2022/core.mjs.map +1 -1
  196. package/fesm2022/datepicker.mjs +83 -83
  197. package/fesm2022/datepicker.mjs.map +1 -1
  198. package/fesm2022/dialog.mjs +25 -25
  199. package/fesm2022/dialog.mjs.map +1 -1
  200. package/fesm2022/divider.mjs +7 -7
  201. package/fesm2022/divider.mjs.map +1 -1
  202. package/fesm2022/expansion.mjs +25 -25
  203. package/fesm2022/expansion.mjs.map +1 -1
  204. package/fesm2022/form-field.mjs +59 -55
  205. package/fesm2022/form-field.mjs.map +1 -1
  206. package/fesm2022/grid-list.mjs +22 -22
  207. package/fesm2022/grid-list.mjs.map +1 -1
  208. package/fesm2022/icon/testing.mjs +7 -7
  209. package/fesm2022/icon/testing.mjs.map +1 -1
  210. package/fesm2022/icon.mjs +10 -10
  211. package/fesm2022/icon.mjs.map +1 -1
  212. package/fesm2022/input.mjs +7 -7
  213. package/fesm2022/input.mjs.map +1 -1
  214. package/fesm2022/list.mjs +49 -49
  215. package/fesm2022/list.mjs.map +1 -1
  216. package/fesm2022/menu.mjs +30 -25
  217. package/fesm2022/menu.mjs.map +1 -1
  218. package/fesm2022/paginator.mjs +10 -10
  219. package/fesm2022/paginator.mjs.map +1 -1
  220. package/fesm2022/progress-bar.mjs +7 -7
  221. package/fesm2022/progress-bar.mjs.map +1 -1
  222. package/fesm2022/progress-spinner.mjs +7 -7
  223. package/fesm2022/progress-spinner.mjs.map +1 -1
  224. package/fesm2022/radio.mjs +10 -10
  225. package/fesm2022/radio.mjs.map +1 -1
  226. package/fesm2022/select.mjs +10 -10
  227. package/fesm2022/select.mjs.map +1 -1
  228. package/fesm2022/sidenav.mjs +32 -29
  229. package/fesm2022/sidenav.mjs.map +1 -1
  230. package/fesm2022/slide-toggle.mjs +14 -14
  231. package/fesm2022/slide-toggle.mjs.map +1 -1
  232. package/fesm2022/slider.mjs +16 -16
  233. package/fesm2022/slider.mjs.map +1 -1
  234. package/fesm2022/snack-bar.mjs +22 -22
  235. package/fesm2022/snack-bar.mjs.map +1 -1
  236. package/fesm2022/sort.mjs +13 -13
  237. package/fesm2022/sort.mjs.map +1 -1
  238. package/fesm2022/stepper.mjs +31 -31
  239. package/fesm2022/stepper.mjs.map +1 -1
  240. package/fesm2022/table.mjs +55 -55
  241. package/fesm2022/table.mjs.map +1 -1
  242. package/fesm2022/tabs.mjs +48 -49
  243. package/fesm2022/tabs.mjs.map +1 -1
  244. package/fesm2022/toolbar.mjs +10 -10
  245. package/fesm2022/toolbar.mjs.map +1 -1
  246. package/fesm2022/tooltip.mjs +10 -10
  247. package/fesm2022/tooltip.mjs.map +1 -1
  248. package/fesm2022/tree.mjs +25 -25
  249. package/fesm2022/tree.mjs.map +1 -1
  250. package/form-field/index.d.ts +9 -6
  251. package/menu/index.d.ts +2 -2
  252. package/package.json +14 -2
  253. package/prebuilt-themes/azure-blue.css +1 -0
  254. package/prebuilt-themes/cyan-orange.css +1 -0
  255. package/prebuilt-themes/magenta-violet.css +1 -0
  256. package/prebuilt-themes/rose-red.css +1 -0
  257. package/schematics/ng-add/index.js +1 -1
  258. package/schematics/ng-add/index.mjs +1 -1
  259. package/schematics/ng-add/schema.d.ts +1 -1
  260. package/schematics/ng-add/schema.js +1 -1
  261. package/schematics/ng-add/schema.json +9 -9
  262. package/schematics/ng-add/schema.mjs +1 -1
  263. package/schematics/ng-add/theming/create-custom-theme.js +19 -19
  264. package/schematics/ng-add/theming/create-custom-theme.mjs +19 -19
  265. package/schematics/ng-add/theming/theming.js +2 -2
  266. package/schematics/ng-add/theming/theming.mjs +2 -2
  267. package/schematics/ng-generate/mdc-migration/index_bundled.js +7110 -10572
  268. package/schematics/ng-generate/mdc-migration/index_bundled.js.map +4 -4
  269. package/sidenav/index.d.ts +2 -0
  270. package/tabs/index.d.ts +0 -1
@@ -346,6 +346,8 @@ export declare class MatAutocompleteTrigger implements ControlValueAccessor, Aft
346
346
  * act as a regular input and the user won't be able to open the panel.
347
347
  */
348
348
  autocompleteDisabled: boolean;
349
+ private _initialized;
350
+ private _injector;
349
351
  constructor(_element: ElementRef<HTMLInputElement>, _overlay: Overlay, _viewContainerRef: ViewContainerRef, _zone: NgZone, _changeDetectorRef: ChangeDetectorRef, scrollStrategy: any, _dir: Directionality | null, _formField: MatFormField | null, _document: any, _viewportRuler: ViewportRuler, _defaults?: MatAutocompleteDefaultOptions | null | undefined);
350
352
  /** Class to apply to the panel when it's above the input. */
351
353
  private _aboveClass;
@@ -92,6 +92,18 @@
92
92
  }
93
93
  }
94
94
 
95
+ /// Outputs the CSS variable values for the given tokens.
96
+ /// @param {Map} $tokens The token values to emit.
97
+ @mixin overrides($tokens: ()) {
98
+ @include token-utils.batch-create-token-values(
99
+ $tokens,
100
+ $mat-prefix: tokens-mat-checkbox.$prefix,
101
+ $mdc-prefix: tokens-mdc-checkbox.$prefix,
102
+ $mat-tokens: tokens-mat-checkbox.get-token-slots(),
103
+ $mdc-tokens: tokens-mdc-checkbox.get-token-slots(),
104
+ );
105
+ }
106
+
95
107
  /// Outputs all (base, color, typography, and density) theme styles for the mat-checkbox.
96
108
  /// @param {Map} $theme The theme to generate styles for.
97
109
  /// @param {ArgList} Additional optional arguments (only supported for M3 themes):
@@ -185,16 +185,19 @@ $_component-prefix: null;
185
185
  /// @param {List} $prefix The component prefix to get the token values for.
186
186
  /// @param {ArgList} Any additional options
187
187
  /// Currently the additional supported options are:
188
- // - $color-variant (The color variant to use for the component)
188
+ // - $color-variant - The color variant to use for the component
189
+ // - $emit-overrides-only - Whether to emit *only* the overrides for the
190
+ // specific color variant, or all color styles. Defaults to false.
189
191
  /// @throws If given options are invalid
190
192
  /// @return {Map} The token values for the requested component.
191
193
  @function get-tokens-for($tokens, $prefix, $options...) {
192
- $options: sass-utils.validate-keyword-args($options, (color-variant));
194
+ $options: sass-utils.validate-keyword-args($options, (color-variant, emit-overrides-only));
193
195
  @if $tokens == () {
194
196
  @return ();
195
197
  }
196
198
  $values: map.get($tokens, $prefix);
197
199
  $color-variant: map.get($options, color-variant);
200
+ $emit-overrides-only: map.get($options, emit-overrides-only);
198
201
  @if $color-variant == null {
199
202
  @return $values;
200
203
  }
@@ -204,5 +207,61 @@ $_component-prefix: null;
204
207
  _supported-color-variants($tokens, $prefix)
205
208
  }#{'.'};
206
209
  }
207
- @return map.merge($values, $overrides);
210
+ @return if($emit-overrides-only, $overrides, map.merge($values, $overrides));
211
+ }
212
+
213
+ /// Emits new token values for the given tokens.
214
+ /// Verifies that the tokens passed in are valid tokens.
215
+ /// New token values are emitted under the current selector or root.
216
+ @mixin batch-create-token-values(
217
+ $tokens: (),
218
+ $mat-prefix: '',
219
+ $mdc-prefix: '',
220
+ $mat-tokens: (),
221
+ $mdc-tokens: ()
222
+ ) {
223
+ $custom-mat-tokens: ();
224
+ $custom-mdc-tokens: ();
225
+
226
+ $mat-token-names: map.keys($mat-tokens);
227
+ $mdc-token-names: map.keys($mdc-tokens);
228
+ $valid-token-names: _get-valid-token-names($mat-tokens, $mdc-tokens);
229
+
230
+ @each $name, $value in $tokens {
231
+ $is-mat-token: list.index($mat-token-names, $name) != null;
232
+ $is-mdc-token: list.index($mdc-token-names, $name) != null;
233
+
234
+ @if ($is-mat-token) {
235
+ $custom-mat-tokens: map.set($custom-mat-tokens, $name, $value);
236
+ }
237
+
238
+ @if ($is-mdc-token) {
239
+ $custom-mdc-tokens: map.set($custom-mdc-tokens, $name, $value);
240
+ }
241
+
242
+ @if (list.index($valid-token-names, $name) == null) {
243
+ @error (
244
+ 'Invalid token: "' + $name + '"'
245
+ 'Valid tokens include: ' $valid-token-names
246
+ );
247
+ }
248
+ }
249
+
250
+ @include sass-utils.current-selector-or-root() {
251
+ @include create-token-values($mat-prefix, $custom-mat-tokens);
252
+ @include create-token-values($mdc-prefix, $custom-mdc-tokens);
253
+ }
254
+ }
255
+
256
+ /// Returns the union of token names whose values are not null.
257
+ @function _get-valid-token-names($mat-tokens, $mdc-tokens) {
258
+ $mat-and-mdc-tokens: map.merge($mat-tokens, $mdc-tokens);
259
+
260
+ @each $name, $value in $mat-and-mdc-tokens {
261
+ @if ($value == null) {
262
+ $mat-and-mdc-tokens: map.remove($mat-and-mdc-tokens, $name);
263
+ }
264
+ }
265
+
266
+ @return map.keys($mat-and-mdc-tokens);
208
267
  }
@@ -17,10 +17,10 @@ export class MatAutocompleteOrigin {
17
17
  elementRef) {
18
18
  this.elementRef = elementRef;
19
19
  }
20
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.0+sha-37d1f71", ngImport: i0, type: MatAutocompleteOrigin, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
21
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.0.0-next.0+sha-37d1f71", type: MatAutocompleteOrigin, isStandalone: true, selector: "[matAutocompleteOrigin]", exportAs: ["matAutocompleteOrigin"], ngImport: i0 }); }
20
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.1", ngImport: i0, type: MatAutocompleteOrigin, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
21
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.0.0-next.1", type: MatAutocompleteOrigin, isStandalone: true, selector: "[matAutocompleteOrigin]", exportAs: ["matAutocompleteOrigin"], ngImport: i0 }); }
22
22
  }
23
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.0+sha-37d1f71", ngImport: i0, type: MatAutocompleteOrigin, decorators: [{
23
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.1", ngImport: i0, type: MatAutocompleteOrigin, decorators: [{
24
24
  type: Directive,
25
25
  args: [{
26
26
  selector: '[matAutocompleteOrigin]',
@@ -28,4 +28,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.0+sh
28
28
  standalone: true,
29
29
  }]
30
30
  }], ctorParameters: () => [{ type: i0.ElementRef }] });
31
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXV0b2NvbXBsZXRlLW9yaWdpbi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9tYXRlcmlhbC9hdXRvY29tcGxldGUvYXV0b2NvbXBsZXRlLW9yaWdpbi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7Ozs7O0dBTUc7QUFFSCxPQUFPLEVBQUMsU0FBUyxFQUFFLFVBQVUsRUFBQyxNQUFNLGVBQWUsQ0FBQzs7QUFFcEQ7OztHQUdHO0FBTUgsTUFBTSxPQUFPLHFCQUFxQjtJQUNoQztJQUNFLGtFQUFrRTtJQUMzRCxVQUFtQztRQUFuQyxlQUFVLEdBQVYsVUFBVSxDQUF5QjtJQUN6QyxDQUFDO2lJQUpPLHFCQUFxQjtxSEFBckIscUJBQXFCOzs4R0FBckIscUJBQXFCO2tCQUxqQyxTQUFTO21CQUFDO29CQUNULFFBQVEsRUFBRSx5QkFBeUI7b0JBQ25DLFFBQVEsRUFBRSx1QkFBdUI7b0JBQ2pDLFVBQVUsRUFBRSxJQUFJO2lCQUNqQiIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogQGxpY2Vuc2VcbiAqIENvcHlyaWdodCBHb29nbGUgTExDIEFsbCBSaWdodHMgUmVzZXJ2ZWQuXG4gKlxuICogVXNlIG9mIHRoaXMgc291cmNlIGNvZGUgaXMgZ292ZXJuZWQgYnkgYW4gTUlULXN0eWxlIGxpY2Vuc2UgdGhhdCBjYW4gYmVcbiAqIGZvdW5kIGluIHRoZSBMSUNFTlNFIGZpbGUgYXQgaHR0cHM6Ly9hbmd1bGFyLmlvL2xpY2Vuc2VcbiAqL1xuXG5pbXBvcnQge0RpcmVjdGl2ZSwgRWxlbWVudFJlZn0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbi8qKlxuICogRGlyZWN0aXZlIGFwcGxpZWQgdG8gYW4gZWxlbWVudCB0byBtYWtlIGl0IHVzYWJsZVxuICogYXMgYSBjb25uZWN0aW9uIHBvaW50IGZvciBhbiBhdXRvY29tcGxldGUgcGFuZWwuXG4gKi9cbkBEaXJlY3RpdmUoe1xuICBzZWxlY3RvcjogJ1ttYXRBdXRvY29tcGxldGVPcmlnaW5dJyxcbiAgZXhwb3J0QXM6ICdtYXRBdXRvY29tcGxldGVPcmlnaW4nLFxuICBzdGFuZGFsb25lOiB0cnVlLFxufSlcbmV4cG9ydCBjbGFzcyBNYXRBdXRvY29tcGxldGVPcmlnaW4ge1xuICBjb25zdHJ1Y3RvcihcbiAgICAvKiogUmVmZXJlbmNlIHRvIHRoZSBlbGVtZW50IG9uIHdoaWNoIHRoZSBkaXJlY3RpdmUgaXMgYXBwbGllZC4gKi9cbiAgICBwdWJsaWMgZWxlbWVudFJlZjogRWxlbWVudFJlZjxIVE1MRWxlbWVudD4sXG4gICkge31cbn1cbiJdfQ==
31
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXV0b2NvbXBsZXRlLW9yaWdpbi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9tYXRlcmlhbC9hdXRvY29tcGxldGUvYXV0b2NvbXBsZXRlLW9yaWdpbi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7Ozs7O0dBTUc7QUFFSCxPQUFPLEVBQUMsU0FBUyxFQUFFLFVBQVUsRUFBQyxNQUFNLGVBQWUsQ0FBQzs7QUFFcEQ7OztHQUdHO0FBTUgsTUFBTSxPQUFPLHFCQUFxQjtJQUNoQztJQUNFLGtFQUFrRTtJQUMzRCxVQUFtQztRQUFuQyxlQUFVLEdBQVYsVUFBVSxDQUF5QjtJQUN6QyxDQUFDO3FIQUpPLHFCQUFxQjt5R0FBckIscUJBQXFCOztrR0FBckIscUJBQXFCO2tCQUxqQyxTQUFTO21CQUFDO29CQUNULFFBQVEsRUFBRSx5QkFBeUI7b0JBQ25DLFFBQVEsRUFBRSx1QkFBdUI7b0JBQ2pDLFVBQVUsRUFBRSxJQUFJO2lCQUNqQiIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogQGxpY2Vuc2VcbiAqIENvcHlyaWdodCBHb29nbGUgTExDIEFsbCBSaWdodHMgUmVzZXJ2ZWQuXG4gKlxuICogVXNlIG9mIHRoaXMgc291cmNlIGNvZGUgaXMgZ292ZXJuZWQgYnkgYW4gTUlULXN0eWxlIGxpY2Vuc2UgdGhhdCBjYW4gYmVcbiAqIGZvdW5kIGluIHRoZSBMSUNFTlNFIGZpbGUgYXQgaHR0cHM6Ly9hbmd1bGFyLmlvL2xpY2Vuc2VcbiAqL1xuXG5pbXBvcnQge0RpcmVjdGl2ZSwgRWxlbWVudFJlZn0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbi8qKlxuICogRGlyZWN0aXZlIGFwcGxpZWQgdG8gYW4gZWxlbWVudCB0byBtYWtlIGl0IHVzYWJsZVxuICogYXMgYSBjb25uZWN0aW9uIHBvaW50IGZvciBhbiBhdXRvY29tcGxldGUgcGFuZWwuXG4gKi9cbkBEaXJlY3RpdmUoe1xuICBzZWxlY3RvcjogJ1ttYXRBdXRvY29tcGxldGVPcmlnaW5dJyxcbiAgZXhwb3J0QXM6ICdtYXRBdXRvY29tcGxldGVPcmlnaW4nLFxuICBzdGFuZGFsb25lOiB0cnVlLFxufSlcbmV4cG9ydCBjbGFzcyBNYXRBdXRvY29tcGxldGVPcmlnaW4ge1xuICBjb25zdHJ1Y3RvcihcbiAgICAvKiogUmVmZXJlbmNlIHRvIHRoZSBlbGVtZW50IG9uIHdoaWNoIHRoZSBkaXJlY3RpdmUgaXMgYXBwbGllZC4gKi9cbiAgICBwdWJsaWMgZWxlbWVudFJlZjogRWxlbWVudFJlZjxIVE1MRWxlbWVudD4sXG4gICkge31cbn1cbiJdfQ==