@angular/material 19.1.1 → 19.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (82) hide show
  1. package/bottom-sheet/index.d.ts +5 -1
  2. package/button/_button-base.scss +4 -4
  3. package/checkbox/_checkbox-common.scss +38 -25
  4. package/chips/index.d.ts +0 -2
  5. package/dialog/index.d.ts +5 -1
  6. package/fesm2022/autocomplete.mjs +13 -13
  7. package/fesm2022/autocomplete.mjs.map +1 -1
  8. package/fesm2022/badge.mjs +10 -10
  9. package/fesm2022/badge.mjs.map +1 -1
  10. package/fesm2022/bottom-sheet.mjs +16 -12
  11. package/fesm2022/bottom-sheet.mjs.map +1 -1
  12. package/fesm2022/button-toggle.mjs +14 -14
  13. package/fesm2022/button-toggle.mjs.map +1 -1
  14. package/fesm2022/button.mjs +42 -42
  15. package/fesm2022/button.mjs.map +1 -1
  16. package/fesm2022/card.mjs +46 -46
  17. package/fesm2022/card.mjs.map +1 -1
  18. package/fesm2022/checkbox.mjs +16 -16
  19. package/fesm2022/checkbox.mjs.map +1 -1
  20. package/fesm2022/chips.mjs +52 -53
  21. package/fesm2022/chips.mjs.map +1 -1
  22. package/fesm2022/core.mjs +66 -66
  23. package/fesm2022/core.mjs.map +1 -1
  24. package/fesm2022/datepicker.mjs +83 -83
  25. package/fesm2022/datepicker.mjs.map +1 -1
  26. package/fesm2022/dialog.mjs +31 -27
  27. package/fesm2022/dialog.mjs.map +1 -1
  28. package/fesm2022/divider.mjs +7 -7
  29. package/fesm2022/divider.mjs.map +1 -1
  30. package/fesm2022/expansion.mjs +25 -25
  31. package/fesm2022/expansion.mjs.map +1 -1
  32. package/fesm2022/form-field.mjs +34 -34
  33. package/fesm2022/form-field.mjs.map +1 -1
  34. package/fesm2022/grid-list.mjs +22 -22
  35. package/fesm2022/grid-list.mjs.map +1 -1
  36. package/fesm2022/icon/testing.mjs +7 -7
  37. package/fesm2022/icon/testing.mjs.map +1 -1
  38. package/fesm2022/icon.mjs +10 -10
  39. package/fesm2022/icon.mjs.map +1 -1
  40. package/fesm2022/input.mjs +7 -7
  41. package/fesm2022/input.mjs.map +1 -1
  42. package/fesm2022/list.mjs +51 -51
  43. package/fesm2022/list.mjs.map +1 -1
  44. package/fesm2022/menu.mjs +16 -16
  45. package/fesm2022/menu.mjs.map +1 -1
  46. package/fesm2022/paginator.mjs +10 -10
  47. package/fesm2022/paginator.mjs.map +1 -1
  48. package/fesm2022/progress-bar.mjs +7 -7
  49. package/fesm2022/progress-bar.mjs.map +1 -1
  50. package/fesm2022/progress-spinner.mjs +7 -7
  51. package/fesm2022/progress-spinner.mjs.map +1 -1
  52. package/fesm2022/radio.mjs +10 -10
  53. package/fesm2022/radio.mjs.map +1 -1
  54. package/fesm2022/select.mjs +10 -10
  55. package/fesm2022/select.mjs.map +1 -1
  56. package/fesm2022/sidenav.mjs +26 -26
  57. package/fesm2022/sidenav.mjs.map +1 -1
  58. package/fesm2022/slide-toggle.mjs +14 -14
  59. package/fesm2022/slide-toggle.mjs.map +1 -1
  60. package/fesm2022/slider.mjs +16 -16
  61. package/fesm2022/slider.mjs.map +1 -1
  62. package/fesm2022/snack-bar.mjs +22 -22
  63. package/fesm2022/snack-bar.mjs.map +1 -1
  64. package/fesm2022/sort.mjs +13 -13
  65. package/fesm2022/sort.mjs.map +1 -1
  66. package/fesm2022/stepper.mjs +31 -31
  67. package/fesm2022/stepper.mjs.map +1 -1
  68. package/fesm2022/table.mjs +55 -55
  69. package/fesm2022/table.mjs.map +1 -1
  70. package/fesm2022/tabs.mjs +43 -43
  71. package/fesm2022/tabs.mjs.map +1 -1
  72. package/fesm2022/timepicker.mjs +13 -13
  73. package/fesm2022/timepicker.mjs.map +1 -1
  74. package/fesm2022/toolbar.mjs +10 -10
  75. package/fesm2022/toolbar.mjs.map +1 -1
  76. package/fesm2022/tooltip.mjs +10 -10
  77. package/fesm2022/tooltip.mjs.map +1 -1
  78. package/fesm2022/tree.mjs +25 -25
  79. package/fesm2022/tree.mjs.map +1 -1
  80. package/package.json +2 -2
  81. package/schematics/ng-add/index.js +1 -1
  82. package/schematics/ng-add/index.mjs +1 -1
@@ -94,7 +94,11 @@ export declare class MatBottomSheetConfig<D = any> {
94
94
  disableClose?: boolean;
95
95
  /** Aria label to assign to the bottom sheet element. */
96
96
  ariaLabel?: string | null;
97
- /** Whether this is a modal bottom sheet. Used to set the `aria-modal` attribute. */
97
+ /**
98
+ * Whether this is a modal dialog. Used to set the `aria-modal` attribute. Off by default,
99
+ * because it can interfere with other overlay-based components (e.g. `mat-select`) and because
100
+ * it is redundant since the dialog marks all outside content as `aria-hidden` anyway.
101
+ */
98
102
  ariaModal?: boolean;
99
103
  /**
100
104
  * Whether the bottom sheet should close when the user goes backwards/forwards in history.
@@ -52,7 +52,7 @@
52
52
  @include layout-common.fill();
53
53
  }
54
54
 
55
- &:focus .mat-focus-indicator::before {
55
+ &:focus > .mat-focus-indicator::before {
56
56
  content: '';
57
57
  }
58
58
  }
@@ -71,19 +71,19 @@
71
71
  @include token-utils.create-token-slot(background-color, disabled-state-layer-color);
72
72
  }
73
73
 
74
- &:hover .mat-mdc-button-persistent-ripple::before {
74
+ &:hover > .mat-mdc-button-persistent-ripple::before {
75
75
  @include token-utils.create-token-slot(opacity, hover-state-layer-opacity);
76
76
  }
77
77
 
78
78
  &.cdk-program-focused,
79
79
  &.cdk-keyboard-focused,
80
80
  &.mat-mdc-button-disabled-interactive:focus {
81
- .mat-mdc-button-persistent-ripple::before {
81
+ > .mat-mdc-button-persistent-ripple::before {
82
82
  @include token-utils.create-token-slot(opacity, focus-state-layer-opacity);
83
83
  }
84
84
  }
85
85
 
86
- &:active .mat-mdc-button-persistent-ripple::before {
86
+ &:active > .mat-mdc-button-persistent-ripple::before {
87
87
  @include token-utils.create-token-slot(opacity, pressed-state-layer-opacity);
88
88
  }
89
89
  }
@@ -119,15 +119,17 @@ $_fallback-size: 40px;
119
119
  border-color: transparent;
120
120
  }
121
121
 
122
- .mdc-checkbox:hover .mdc-checkbox__native-control:not(:checked) ~ .mdc-checkbox__background,
122
+ // stylelint-disable selector-combinator-space-before
123
+ .mdc-checkbox:hover > .mdc-checkbox__native-control:not(:checked) ~ .mdc-checkbox__background,
123
124
  .mdc-checkbox:hover
124
- .mdc-checkbox__native-control:not(:indeterminate) ~ .mdc-checkbox__background {
125
+ > .mdc-checkbox__native-control:not(:indeterminate) ~ .mdc-checkbox__background {
125
126
  @include token-utils.create-token-slot(border-color, unselected-hover-icon-color);
126
127
  background-color: transparent;
127
128
  }
129
+ // stylelint-enable selector-combinator-space-before
128
130
 
129
- .mdc-checkbox:hover .mdc-checkbox__native-control:checked ~ .mdc-checkbox__background,
130
- .mdc-checkbox:hover .mdc-checkbox__native-control:indeterminate ~ .mdc-checkbox__background {
131
+ .mdc-checkbox:hover > .mdc-checkbox__native-control:checked ~ .mdc-checkbox__background,
132
+ .mdc-checkbox:hover > .mdc-checkbox__native-control:indeterminate ~ .mdc-checkbox__background {
131
133
  @include token-utils.create-token-slot(border-color, selected-hover-icon-color);
132
134
  @include token-utils.create-token-slot(background-color, selected-hover-icon-color);
133
135
  }
@@ -147,7 +149,7 @@ $_fallback-size: 40px;
147
149
 
148
150
  // Needs extra specificity to override the focus, hover, active states.
149
151
  .mdc-checkbox--disabled.mat-mdc-checkbox-disabled-interactive {
150
- .mdc-checkbox:hover .mdc-checkbox__native-control ~ .mdc-checkbox__background,
152
+ .mdc-checkbox:hover > .mdc-checkbox__native-control ~ .mdc-checkbox__background,
151
153
  .mdc-checkbox .mdc-checkbox__native-control:focus ~ .mdc-checkbox__background,
152
154
  .mdc-checkbox__background {
153
155
  @include token-utils.create-token-slot(border-color, disabled-unselected-icon-color);
@@ -306,31 +308,31 @@ $_fallback-size: 40px;
306
308
  transition: border-color $_transition-duration $_enter-curve,
307
309
  background-color $_transition-duration $_enter-curve;
308
310
 
309
- .mdc-checkbox__checkmark-path {
311
+ > .mdc-checkbox__checkmark > .mdc-checkbox__checkmark-path {
310
312
  stroke-dashoffset: 0;
311
313
  }
312
314
  }
313
315
 
314
316
  .mdc-checkbox__native-control:checked ~ .mdc-checkbox__background {
315
- .mdc-checkbox__checkmark {
317
+ > .mdc-checkbox__checkmark {
316
318
  transition: opacity $_transition-duration * 2 $_enter-curve,
317
319
  transform $_transition-duration * 2 $_enter-curve;
318
320
  opacity: 1;
319
321
  }
320
322
 
321
- .mdc-checkbox__mixedmark {
323
+ > .mdc-checkbox__mixedmark {
322
324
  transform: scaleX(1) rotate(-45deg);
323
325
  }
324
326
  }
325
327
  .mdc-checkbox__native-control:indeterminate ~ .mdc-checkbox__background {
326
- .mdc-checkbox__checkmark {
328
+ > .mdc-checkbox__checkmark {
327
329
  transform: rotate(45deg);
328
330
  opacity: 0;
329
331
  transition: opacity $_transition-duration $_exit-curve,
330
332
  transform $_transition-duration $_exit-curve;
331
333
  }
332
334
 
333
- .mdc-checkbox__mixedmark {
335
+ > .mdc-checkbox__mixedmark {
334
336
  transform: scaleX(1) rotate(0deg);
335
337
  opacity: 1;
336
338
  }
@@ -445,11 +447,22 @@ $_fallback-size: 40px;
445
447
 
446
448
  // Conditionally disables the animations of the checkbox.
447
449
  @mixin checkbox-noop-animations() {
448
- &._mat-animation-noopable .mdc-checkbox {
449
- *, *::before {
450
- transition: none !important;
451
- animation: none !important;
452
- }
450
+ &._mat-animation-noopable > .mat-internal-form-field > .mdc-checkbox {
451
+ @include checkbox-noop-animations-internal;
452
+ }
453
+ }
454
+
455
+ @mixin checkbox-noop-animations-internal() {
456
+ > .mat-mdc-checkbox-touch-target,
457
+ > .mdc-checkbox__native-control,
458
+ > .mdc-checkbox__ripple,
459
+ > .mat-mdc-checkbox-ripple::before,
460
+ > .mdc-checkbox__background,
461
+ > .mdc-checkbox__background > .mdc-checkbox__checkmark,
462
+ > .mdc-checkbox__background > .mdc-checkbox__checkmark > .mdc-checkbox__checkmark-path,
463
+ > .mdc-checkbox__background > .mdc-checkbox__mixedmark {
464
+ transition: none !important;
465
+ animation: none !important;
453
466
  }
454
467
  }
455
468
 
@@ -457,7 +470,7 @@ $_fallback-size: 40px;
457
470
  // MDC expects `.mdc-checkbox__ripple::before` to be the state layer, but we use
458
471
  // `.mdc-checkbox__ripple` instead, so we emit the state layer slots ourselves.
459
472
  &:hover {
460
- .mdc-checkbox__ripple {
473
+ > .mdc-checkbox__ripple {
461
474
  @include token-utils.create-token-slot(opacity, unselected-hover-state-layer-opacity);
462
475
  @include token-utils.create-token-slot(
463
476
  background-color,
@@ -465,7 +478,7 @@ $_fallback-size: 40px;
465
478
  );
466
479
  }
467
480
 
468
- .mat-mdc-checkbox-ripple .mat-ripple-element {
481
+ > .mat-mdc-checkbox-ripple > .mat-ripple-element {
469
482
  @include token-utils.create-token-slot(
470
483
  background-color,
471
484
  unselected-hover-state-layer-color
@@ -474,7 +487,7 @@ $_fallback-size: 40px;
474
487
  }
475
488
 
476
489
  .mdc-checkbox__native-control:focus {
477
- & ~ .mdc-checkbox__ripple {
490
+ & + .mdc-checkbox__ripple {
478
491
  @include token-utils.create-token-slot(opacity, unselected-focus-state-layer-opacity);
479
492
  @include token-utils.create-token-slot(
480
493
  background-color,
@@ -490,8 +503,8 @@ $_fallback-size: 40px;
490
503
  }
491
504
  }
492
505
 
493
- &:active .mdc-checkbox__native-control {
494
- & ~ .mdc-checkbox__ripple {
506
+ &:active > .mdc-checkbox__native-control {
507
+ & + .mdc-checkbox__ripple {
495
508
  @include token-utils.create-token-slot(opacity, unselected-pressed-state-layer-opacity);
496
509
  @include token-utils.create-token-slot(
497
510
  background-color,
@@ -508,7 +521,7 @@ $_fallback-size: 40px;
508
521
  }
509
522
 
510
523
  &:hover .mdc-checkbox__native-control:checked {
511
- & ~ .mdc-checkbox__ripple {
524
+ & + .mdc-checkbox__ripple {
512
525
  @include token-utils.create-token-slot(opacity, selected-hover-state-layer-opacity);
513
526
  @include token-utils.create-token-slot(
514
527
  background-color,
@@ -525,7 +538,7 @@ $_fallback-size: 40px;
525
538
  }
526
539
 
527
540
  .mdc-checkbox__native-control:focus:checked {
528
- & ~ .mdc-checkbox__ripple {
541
+ & + .mdc-checkbox__ripple {
529
542
  @include token-utils.create-token-slot(opacity, selected-focus-state-layer-opacity);
530
543
  @include token-utils.create-token-slot(
531
544
  background-color,
@@ -541,8 +554,8 @@ $_fallback-size: 40px;
541
554
  }
542
555
  }
543
556
 
544
- &:active .mdc-checkbox__native-control:checked {
545
- & ~ .mdc-checkbox__ripple {
557
+ &:active > .mdc-checkbox__native-control:checked {
558
+ & + .mdc-checkbox__ripple {
546
559
  @include token-utils.create-token-slot(opacity, selected-pressed-state-layer-opacity);
547
560
  @include token-utils.create-token-slot(
548
561
  background-color,
@@ -561,7 +574,7 @@ $_fallback-size: 40px;
561
574
  // Needs extra specificity to override the focus, hover, active states.
562
575
  .mdc-checkbox--disabled.mat-mdc-checkbox-disabled-interactive & {
563
576
  .mdc-checkbox__native-control ~ .mat-mdc-checkbox-ripple .mat-ripple-element,
564
- .mdc-checkbox__native-control ~ .mdc-checkbox__ripple {
577
+ .mdc-checkbox__native-control + .mdc-checkbox__ripple {
565
578
  @include token-utils.create-token-slot(
566
579
  background-color,
567
580
  unselected-hover-state-layer-color
package/chips/index.d.ts CHANGED
@@ -600,8 +600,6 @@ export declare class MatChipListbox extends MatChipSet implements AfterContentIn
600
600
  */
601
601
  _onChange: (value: any) => void;
602
602
  protected _defaultRole: string;
603
- /** Value that was assigned before the listbox was initialized. */
604
- private _pendingInitialValue;
605
603
  /** Default chip options. */
606
604
  private _defaultOptions;
607
605
  /** Whether the user should be allowed to select multiple chips. */
package/dialog/index.d.ts CHANGED
@@ -272,7 +272,11 @@ export declare class MatDialogConfig<D = any> {
272
272
  ariaLabelledBy?: string | null;
273
273
  /** Aria label to assign to the dialog element. */
274
274
  ariaLabel?: string | null;
275
- /** Whether this is a modal dialog. Used to set the `aria-modal` attribute. */
275
+ /**
276
+ * Whether this is a modal dialog. Used to set the `aria-modal` attribute. Off by default,
277
+ * because it can interfere with other overlay-based components (e.g. `mat-select`) and because
278
+ * it is redundant since the dialog marks all outside content as `aria-hidden` anyway.
279
+ */
276
280
  ariaModal?: boolean;
277
281
  /**
278
282
  * Where the dialog should focus on open.
@@ -242,10 +242,10 @@ class MatAutocomplete {
242
242
  _skipPredicate() {
243
243
  return false;
244
244
  }
245
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.0-rc.0", ngImport: i0, type: MatAutocomplete, deps: [], target: i0.ɵɵFactoryTarget.Component });
246
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "19.1.0-rc.0", type: MatAutocomplete, isStandalone: true, selector: "mat-autocomplete", inputs: { ariaLabel: ["aria-label", "ariaLabel"], ariaLabelledby: ["aria-labelledby", "ariaLabelledby"], displayWith: "displayWith", autoActiveFirstOption: ["autoActiveFirstOption", "autoActiveFirstOption", booleanAttribute], autoSelectActiveOption: ["autoSelectActiveOption", "autoSelectActiveOption", booleanAttribute], requireSelection: ["requireSelection", "requireSelection", booleanAttribute], panelWidth: "panelWidth", disableRipple: ["disableRipple", "disableRipple", booleanAttribute], classList: ["class", "classList"], hideSingleSelectionIndicator: ["hideSingleSelectionIndicator", "hideSingleSelectionIndicator", booleanAttribute] }, outputs: { optionSelected: "optionSelected", opened: "opened", closed: "closed", optionActivated: "optionActivated" }, host: { classAttribute: "mat-mdc-autocomplete" }, providers: [{ provide: MAT_OPTION_PARENT_COMPONENT, useExisting: MatAutocomplete }], queries: [{ propertyName: "options", predicate: MatOption, descendants: true }, { propertyName: "optionGroups", predicate: MAT_OPTGROUP, descendants: true }], viewQueries: [{ propertyName: "template", first: true, predicate: TemplateRef, descendants: true, static: true }, { propertyName: "panel", first: true, predicate: ["panel"], descendants: true }], exportAs: ["matAutocomplete"], ngImport: i0, template: "<ng-template let-formFieldId=\"id\">\n <div\n class=\"mat-mdc-autocomplete-panel mdc-menu-surface mdc-menu-surface--open\"\n role=\"listbox\"\n [id]=\"id\"\n [class]=\"_classList\"\n [class.mat-mdc-autocomplete-visible]=\"showPanel\"\n [class.mat-mdc-autocomplete-hidden]=\"!showPanel\"\n [class.mat-primary]=\"_color === 'primary'\"\n [class.mat-accent]=\"_color === 'accent'\"\n [class.mat-warn]=\"_color === 'warn'\"\n [attr.aria-label]=\"ariaLabel || null\"\n [attr.aria-labelledby]=\"_getPanelAriaLabelledby(formFieldId)\"\n [@panelAnimation]=\"isOpen ? 'visible' : 'hidden'\"\n (@panelAnimation.done)=\"_animationDone.next($event)\"\n #panel>\n <ng-content></ng-content>\n </div>\n</ng-template>\n", styles: ["div.mat-mdc-autocomplete-panel{width:100%;max-height:256px;visibility:hidden;transform-origin:center top;overflow:auto;padding:8px 0;box-sizing:border-box;position:static;border-radius:var(--mat-autocomplete-container-shape, var(--mat-sys-corner-extra-small));box-shadow:var(--mat-autocomplete-container-elevation-shadow, 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12));background-color:var(--mat-autocomplete-background-color, var(--mat-sys-surface-container))}@media(forced-colors: active){div.mat-mdc-autocomplete-panel{outline:solid 1px}}.cdk-overlay-pane:not(.mat-mdc-autocomplete-panel-above) div.mat-mdc-autocomplete-panel{border-top-left-radius:0;border-top-right-radius:0}.mat-mdc-autocomplete-panel-above div.mat-mdc-autocomplete-panel{border-bottom-left-radius:0;border-bottom-right-radius:0;transform-origin:center bottom}div.mat-mdc-autocomplete-panel.mat-mdc-autocomplete-visible{visibility:visible}div.mat-mdc-autocomplete-panel.mat-mdc-autocomplete-hidden{visibility:hidden;pointer-events:none}mat-autocomplete{display:none}"], animations: [panelAnimation], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
245
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.3", ngImport: i0, type: MatAutocomplete, deps: [], target: i0.ɵɵFactoryTarget.Component });
246
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "19.1.3", type: MatAutocomplete, isStandalone: true, selector: "mat-autocomplete", inputs: { ariaLabel: ["aria-label", "ariaLabel"], ariaLabelledby: ["aria-labelledby", "ariaLabelledby"], displayWith: "displayWith", autoActiveFirstOption: ["autoActiveFirstOption", "autoActiveFirstOption", booleanAttribute], autoSelectActiveOption: ["autoSelectActiveOption", "autoSelectActiveOption", booleanAttribute], requireSelection: ["requireSelection", "requireSelection", booleanAttribute], panelWidth: "panelWidth", disableRipple: ["disableRipple", "disableRipple", booleanAttribute], classList: ["class", "classList"], hideSingleSelectionIndicator: ["hideSingleSelectionIndicator", "hideSingleSelectionIndicator", booleanAttribute] }, outputs: { optionSelected: "optionSelected", opened: "opened", closed: "closed", optionActivated: "optionActivated" }, host: { classAttribute: "mat-mdc-autocomplete" }, providers: [{ provide: MAT_OPTION_PARENT_COMPONENT, useExisting: MatAutocomplete }], queries: [{ propertyName: "options", predicate: MatOption, descendants: true }, { propertyName: "optionGroups", predicate: MAT_OPTGROUP, descendants: true }], viewQueries: [{ propertyName: "template", first: true, predicate: TemplateRef, descendants: true, static: true }, { propertyName: "panel", first: true, predicate: ["panel"], descendants: true }], exportAs: ["matAutocomplete"], ngImport: i0, template: "<ng-template let-formFieldId=\"id\">\n <div\n class=\"mat-mdc-autocomplete-panel mdc-menu-surface mdc-menu-surface--open\"\n role=\"listbox\"\n [id]=\"id\"\n [class]=\"_classList\"\n [class.mat-mdc-autocomplete-visible]=\"showPanel\"\n [class.mat-mdc-autocomplete-hidden]=\"!showPanel\"\n [class.mat-primary]=\"_color === 'primary'\"\n [class.mat-accent]=\"_color === 'accent'\"\n [class.mat-warn]=\"_color === 'warn'\"\n [attr.aria-label]=\"ariaLabel || null\"\n [attr.aria-labelledby]=\"_getPanelAriaLabelledby(formFieldId)\"\n [@panelAnimation]=\"isOpen ? 'visible' : 'hidden'\"\n (@panelAnimation.done)=\"_animationDone.next($event)\"\n #panel>\n <ng-content></ng-content>\n </div>\n</ng-template>\n", styles: ["div.mat-mdc-autocomplete-panel{width:100%;max-height:256px;visibility:hidden;transform-origin:center top;overflow:auto;padding:8px 0;box-sizing:border-box;position:static;border-radius:var(--mat-autocomplete-container-shape, var(--mat-sys-corner-extra-small));box-shadow:var(--mat-autocomplete-container-elevation-shadow, 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12));background-color:var(--mat-autocomplete-background-color, var(--mat-sys-surface-container))}@media(forced-colors: active){div.mat-mdc-autocomplete-panel{outline:solid 1px}}.cdk-overlay-pane:not(.mat-mdc-autocomplete-panel-above) div.mat-mdc-autocomplete-panel{border-top-left-radius:0;border-top-right-radius:0}.mat-mdc-autocomplete-panel-above div.mat-mdc-autocomplete-panel{border-bottom-left-radius:0;border-bottom-right-radius:0;transform-origin:center bottom}div.mat-mdc-autocomplete-panel.mat-mdc-autocomplete-visible{visibility:visible}div.mat-mdc-autocomplete-panel.mat-mdc-autocomplete-hidden{visibility:hidden;pointer-events:none}mat-autocomplete{display:none}"], animations: [panelAnimation], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
247
247
  }
248
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.0-rc.0", ngImport: i0, type: MatAutocomplete, decorators: [{
248
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.3", ngImport: i0, type: MatAutocomplete, decorators: [{
249
249
  type: Component,
250
250
  args: [{ selector: 'mat-autocomplete', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, exportAs: 'matAutocomplete', host: {
251
251
  'class': 'mat-mdc-autocomplete',
@@ -307,10 +307,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.0-rc.0", ng
307
307
  class MatAutocompleteOrigin {
308
308
  elementRef = inject(ElementRef);
309
309
  constructor() { }
310
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.0-rc.0", ngImport: i0, type: MatAutocompleteOrigin, deps: [], target: i0.ɵɵFactoryTarget.Directive });
311
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.1.0-rc.0", type: MatAutocompleteOrigin, isStandalone: true, selector: "[matAutocompleteOrigin]", exportAs: ["matAutocompleteOrigin"], ngImport: i0 });
310
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.3", ngImport: i0, type: MatAutocompleteOrigin, deps: [], target: i0.ɵɵFactoryTarget.Directive });
311
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.1.3", type: MatAutocompleteOrigin, isStandalone: true, selector: "[matAutocompleteOrigin]", exportAs: ["matAutocompleteOrigin"], ngImport: i0 });
312
312
  }
313
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.0-rc.0", ngImport: i0, type: MatAutocompleteOrigin, decorators: [{
313
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.3", ngImport: i0, type: MatAutocompleteOrigin, decorators: [{
314
314
  type: Directive,
315
315
  args: [{
316
316
  selector: '[matAutocompleteOrigin]',
@@ -1161,10 +1161,10 @@ class MatAutocompleteTrigger {
1161
1161
  this._trackedModal = null;
1162
1162
  }
1163
1163
  }
1164
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.0-rc.0", ngImport: i0, type: MatAutocompleteTrigger, deps: [], target: i0.ɵɵFactoryTarget.Directive });
1165
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "19.1.0-rc.0", type: MatAutocompleteTrigger, isStandalone: true, selector: "input[matAutocomplete], textarea[matAutocomplete]", inputs: { autocomplete: ["matAutocomplete", "autocomplete"], position: ["matAutocompletePosition", "position"], connectedTo: ["matAutocompleteConnectedTo", "connectedTo"], autocompleteAttribute: ["autocomplete", "autocompleteAttribute"], autocompleteDisabled: ["matAutocompleteDisabled", "autocompleteDisabled", booleanAttribute] }, host: { listeners: { "focusin": "_handleFocus()", "blur": "_onTouched()", "input": "_handleInput($event)", "keydown": "_handleKeydown($event)", "click": "_handleClick()" }, properties: { "attr.autocomplete": "autocompleteAttribute", "attr.role": "autocompleteDisabled ? null : \"combobox\"", "attr.aria-autocomplete": "autocompleteDisabled ? null : \"list\"", "attr.aria-activedescendant": "(panelOpen && activeOption) ? activeOption.id : null", "attr.aria-expanded": "autocompleteDisabled ? null : panelOpen.toString()", "attr.aria-controls": "(autocompleteDisabled || !panelOpen) ? null : autocomplete?.id", "attr.aria-haspopup": "autocompleteDisabled ? null : \"listbox\"" }, classAttribute: "mat-mdc-autocomplete-trigger" }, providers: [MAT_AUTOCOMPLETE_VALUE_ACCESSOR], exportAs: ["matAutocompleteTrigger"], usesOnChanges: true, ngImport: i0 });
1164
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.3", ngImport: i0, type: MatAutocompleteTrigger, deps: [], target: i0.ɵɵFactoryTarget.Directive });
1165
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "19.1.3", type: MatAutocompleteTrigger, isStandalone: true, selector: "input[matAutocomplete], textarea[matAutocomplete]", inputs: { autocomplete: ["matAutocomplete", "autocomplete"], position: ["matAutocompletePosition", "position"], connectedTo: ["matAutocompleteConnectedTo", "connectedTo"], autocompleteAttribute: ["autocomplete", "autocompleteAttribute"], autocompleteDisabled: ["matAutocompleteDisabled", "autocompleteDisabled", booleanAttribute] }, host: { listeners: { "focusin": "_handleFocus()", "blur": "_onTouched()", "input": "_handleInput($event)", "keydown": "_handleKeydown($event)", "click": "_handleClick()" }, properties: { "attr.autocomplete": "autocompleteAttribute", "attr.role": "autocompleteDisabled ? null : \"combobox\"", "attr.aria-autocomplete": "autocompleteDisabled ? null : \"list\"", "attr.aria-activedescendant": "(panelOpen && activeOption) ? activeOption.id : null", "attr.aria-expanded": "autocompleteDisabled ? null : panelOpen.toString()", "attr.aria-controls": "(autocompleteDisabled || !panelOpen) ? null : autocomplete?.id", "attr.aria-haspopup": "autocompleteDisabled ? null : \"listbox\"" }, classAttribute: "mat-mdc-autocomplete-trigger" }, providers: [MAT_AUTOCOMPLETE_VALUE_ACCESSOR], exportAs: ["matAutocompleteTrigger"], usesOnChanges: true, ngImport: i0 });
1166
1166
  }
1167
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.0-rc.0", ngImport: i0, type: MatAutocompleteTrigger, decorators: [{
1167
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.3", ngImport: i0, type: MatAutocompleteTrigger, decorators: [{
1168
1168
  type: Directive,
1169
1169
  args: [{
1170
1170
  selector: `input[matAutocomplete], textarea[matAutocomplete]`,
@@ -1206,8 +1206,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.0-rc.0", ng
1206
1206
  }] } });
1207
1207
 
1208
1208
  class MatAutocompleteModule {
1209
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.0-rc.0", ngImport: i0, type: MatAutocompleteModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1210
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.1.0-rc.0", ngImport: i0, type: MatAutocompleteModule, imports: [OverlayModule,
1209
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.3", ngImport: i0, type: MatAutocompleteModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1210
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.1.3", ngImport: i0, type: MatAutocompleteModule, imports: [OverlayModule,
1211
1211
  MatOptionModule,
1212
1212
  MatCommonModule,
1213
1213
  MatAutocomplete,
@@ -1218,13 +1218,13 @@ class MatAutocompleteModule {
1218
1218
  MatCommonModule,
1219
1219
  MatAutocompleteTrigger,
1220
1220
  MatAutocompleteOrigin] });
1221
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.1.0-rc.0", ngImport: i0, type: MatAutocompleteModule, providers: [MAT_AUTOCOMPLETE_SCROLL_STRATEGY_FACTORY_PROVIDER], imports: [OverlayModule,
1221
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.1.3", ngImport: i0, type: MatAutocompleteModule, providers: [MAT_AUTOCOMPLETE_SCROLL_STRATEGY_FACTORY_PROVIDER], imports: [OverlayModule,
1222
1222
  MatOptionModule,
1223
1223
  MatCommonModule, CdkScrollableModule,
1224
1224
  MatOptionModule,
1225
1225
  MatCommonModule] });
1226
1226
  }
1227
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.0-rc.0", ngImport: i0, type: MatAutocompleteModule, decorators: [{
1227
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.3", ngImport: i0, type: MatAutocompleteModule, decorators: [{
1228
1228
  type: NgModule,
1229
1229
  args: [{
1230
1230
  imports: [