@angular/material 19.0.3 → 19.0.5

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 (87) hide show
  1. package/LICENSE +1 -1
  2. package/autocomplete/index.d.ts +6 -6
  3. package/badge/index.d.ts +2 -2
  4. package/button/index.d.ts +6 -4
  5. package/checkbox/index.d.ts +4 -4
  6. package/chips/index.d.ts +3 -3
  7. package/core/theming/_theming.scss +1 -1
  8. package/datepicker/index.d.ts +16 -39
  9. package/expansion/index.d.ts +2 -0
  10. package/fesm2022/autocomplete.mjs +41 -37
  11. package/fesm2022/autocomplete.mjs.map +1 -1
  12. package/fesm2022/badge.mjs +2 -2
  13. package/fesm2022/badge.mjs.map +1 -1
  14. package/fesm2022/button.mjs +7 -5
  15. package/fesm2022/button.mjs.map +1 -1
  16. package/fesm2022/checkbox.mjs +2 -2
  17. package/fesm2022/checkbox.mjs.map +1 -1
  18. package/fesm2022/chips.mjs +2 -2
  19. package/fesm2022/chips.mjs.map +1 -1
  20. package/fesm2022/core.mjs +1 -1
  21. package/fesm2022/core.mjs.map +1 -1
  22. package/fesm2022/datepicker.mjs +737 -745
  23. package/fesm2022/datepicker.mjs.map +1 -1
  24. package/fesm2022/expansion.mjs +5 -3
  25. package/fesm2022/expansion.mjs.map +1 -1
  26. package/fesm2022/form-field.mjs +7 -5
  27. package/fesm2022/form-field.mjs.map +1 -1
  28. package/fesm2022/icon.mjs +2 -2
  29. package/fesm2022/icon.mjs.map +1 -1
  30. package/fesm2022/input.mjs +19 -25
  31. package/fesm2022/input.mjs.map +1 -1
  32. package/fesm2022/list.mjs +14 -10
  33. package/fesm2022/list.mjs.map +1 -1
  34. package/fesm2022/menu.mjs +163 -118
  35. package/fesm2022/menu.mjs.map +1 -1
  36. package/fesm2022/paginator.mjs +12 -15
  37. package/fesm2022/paginator.mjs.map +1 -1
  38. package/fesm2022/progress-bar.mjs +7 -5
  39. package/fesm2022/progress-bar.mjs.map +1 -1
  40. package/fesm2022/progress-spinner.mjs +2 -2
  41. package/fesm2022/progress-spinner.mjs.map +1 -1
  42. package/fesm2022/radio.mjs +9 -8
  43. package/fesm2022/radio.mjs.map +1 -1
  44. package/fesm2022/select.mjs.map +1 -1
  45. package/fesm2022/sidenav.mjs +118 -94
  46. package/fesm2022/sidenav.mjs.map +1 -1
  47. package/fesm2022/slide-toggle.mjs +2 -2
  48. package/fesm2022/slide-toggle.mjs.map +1 -1
  49. package/fesm2022/slider.mjs +24 -25
  50. package/fesm2022/slider.mjs.map +1 -1
  51. package/fesm2022/sort.mjs +2 -2
  52. package/fesm2022/sort.mjs.map +1 -1
  53. package/fesm2022/stepper.mjs +6 -6
  54. package/fesm2022/stepper.mjs.map +1 -1
  55. package/fesm2022/table.mjs +4 -15
  56. package/fesm2022/table.mjs.map +1 -1
  57. package/fesm2022/tabs.mjs +8 -8
  58. package/fesm2022/tabs.mjs.map +1 -1
  59. package/fesm2022/timepicker.mjs +8 -4
  60. package/fesm2022/timepicker.mjs.map +1 -1
  61. package/fesm2022/toolbar.mjs +2 -2
  62. package/fesm2022/toolbar.mjs.map +1 -1
  63. package/fesm2022/tooltip.mjs +11 -7
  64. package/fesm2022/tooltip.mjs.map +1 -1
  65. package/form-field/index.d.ts +5 -4
  66. package/icon/index.d.ts +4 -4
  67. package/input/index.d.ts +8 -5
  68. package/list/index.d.ts +8 -5
  69. package/menu/index.d.ts +13 -14
  70. package/package.json +2 -2
  71. package/paginator/index.d.ts +5 -5
  72. package/progress-bar/index.d.ts +6 -4
  73. package/progress-spinner/index.d.ts +4 -4
  74. package/radio/index.d.ts +8 -6
  75. package/schematics/ng-add/index.js +1 -1
  76. package/schematics/ng-add/index.mjs +1 -1
  77. package/schematics/ng-generate/theme-color/index_bundled.js +2 -2
  78. package/schematics/ng-update/index_bundled.js +31 -31
  79. package/select/index.d.ts +1 -1
  80. package/sidenav/index.d.ts +12 -10
  81. package/slide-toggle/index.d.ts +4 -4
  82. package/slider/index.d.ts +6 -3
  83. package/stepper/index.d.ts +6 -6
  84. package/tabs/index.d.ts +8 -8
  85. package/timepicker/index.d.ts +1 -0
  86. package/toolbar/index.d.ts +2 -2
  87. package/tooltip/index.d.ts +1 -0
@@ -1,4 +1,3 @@
1
- import { ChangeDetectorRef } from '@angular/core';
2
1
  import { EventEmitter } from '@angular/core';
3
2
  import * as i0 from '@angular/core';
4
3
  import * as i1 from '@angular/material/button';
@@ -53,10 +52,10 @@ export declare class MatPaginator implements OnInit, OnDestroy {
53
52
  private _initializedStream;
54
53
  /**
55
54
  * Theme color of the underlying form controls. This API is supported in M2
56
- * themes only,it has no effect in M3 themes.
55
+ * themes only,it has no effect in M3 themes. For color customization in M3, see https://material.angular.io/components/paginator/styling.
57
56
  *
58
57
  * For information on applying color variants in M3, see
59
- * https://material.angular.io/guide/theming#using-component-color-variants.
58
+ * https://material.angular.io/guide/material-2-theming#optional-add-backwards-compatibility-styles-for-color-variants
60
59
  */
61
60
  color: ThemePalette;
62
61
  /** The zero-based page index of the displayed list of items. Defaulted to 0. */
@@ -89,7 +88,8 @@ export declare class MatPaginator implements OnInit, OnDestroy {
89
88
  _displayedPageSizeOptions: number[];
90
89
  /** Emits when the paginator is initialized. */
91
90
  initialized: Observable<void>;
92
- constructor(_intl: MatPaginatorIntl, _changeDetectorRef: ChangeDetectorRef, defaults?: MatPaginatorDefaultOptions);
91
+ /** Inserted by Angular inject() migration for backwards compatibility */
92
+ constructor(...args: unknown[]);
93
93
  ngOnInit(): void;
94
94
  ngOnDestroy(): void;
95
95
  /** Advances to the next page if it exists. */
@@ -134,7 +134,7 @@ export declare class MatPaginator implements OnInit, OnDestroy {
134
134
  * @param isDisabled Whether the button is disabled.
135
135
  */
136
136
  protected _buttonClicked(targetIndex: number, isDisabled: boolean): void;
137
- static ɵfac: i0.ɵɵFactoryDeclaration<MatPaginator, [null, null, { optional: true; }]>;
137
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatPaginator, never>;
138
138
  static ɵcmp: i0.ɵɵComponentDeclaration<MatPaginator, "mat-paginator", ["matPaginator"], { "color": { "alias": "color"; "required": false; }; "pageIndex": { "alias": "pageIndex"; "required": false; }; "length": { "alias": "length"; "required": false; }; "pageSize": { "alias": "pageSize"; "required": false; }; "pageSizeOptions": { "alias": "pageSizeOptions"; "required": false; }; "hidePageSize": { "alias": "hidePageSize"; "required": false; }; "showFirstLastButtons": { "alias": "showFirstLastButtons"; "required": false; }; "selectConfig": { "alias": "selectConfig"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, { "page": "page"; }, never, never, true, never>;
139
139
  static ngAcceptInputType_pageIndex: unknown;
140
140
  static ngAcceptInputType_length: unknown;
@@ -37,16 +37,18 @@ export declare class MatProgressBar implements AfterViewInit, OnDestroy {
37
37
  readonly _elementRef: ElementRef<HTMLElement>;
38
38
  private _ngZone;
39
39
  private _changeDetectorRef;
40
+ private _renderer;
41
+ private _cleanupTransitionEnd;
40
42
  _animationMode?: "NoopAnimations" | "BrowserAnimations" | null | undefined;
41
43
  constructor(...args: unknown[]);
42
44
  /** Flag that indicates whether NoopAnimations mode is set to true. */
43
45
  _isNoopAnimation: boolean;
44
46
  /**
45
47
  * Theme color of the progress bar. This API is supported in M2 themes only, it
46
- * has no effect in M3 themes.
48
+ * has no effect in M3 themes. For color customization in M3, see https://material.angular.io/components/progress-bar/styling.
47
49
  *
48
50
  * For information on applying color variants in M3, see
49
- * https://material.angular.io/guide/theming#using-component-color-variants.
51
+ * https://material.angular.io/guide/material-2-theming#optional-add-backwards-compatibility-styles-for-color-variants
50
52
  */
51
53
  get color(): string | null | undefined;
52
54
  set color(value: string | null | undefined);
@@ -96,10 +98,10 @@ export declare class MatProgressBar implements AfterViewInit, OnDestroy {
96
98
  export declare interface MatProgressBarDefaultOptions {
97
99
  /**
98
100
  * Default theme color of the progress bar. This API is supported in M2 themes only,
99
- * it has no effect in M3 themes.
101
+ * it has no effect in M3 themes. For color customization in M3, see https://material.angular.io/components/progress-bar/styling.
100
102
  *
101
103
  * For information on applying color variants in M3, see
102
- * https://material.angular.io/guide/theming#using-component-color-variants.
104
+ * https://material.angular.io/guide/material-2-theming#optional-add-backwards-compatibility-styles-for-color-variants
103
105
  */
104
106
  color?: ThemePalette;
105
107
  /** Default mode of the progress bar. */
@@ -27,10 +27,10 @@ export declare class MatProgressSpinner {
27
27
  _noopAnimations: boolean;
28
28
  /**
29
29
  * Theme color of the progress spinner. This API is supported in M2 themes only, it
30
- * has no effect in M3 themes.
30
+ * has no effect in M3 themes. For color customization in M3, see https://material.angular.io/components/progress-spinner/styling.
31
31
  *
32
32
  * For information on applying color variants in M3, see
33
- * https://material.angular.io/guide/theming#using-component-color-variants.
33
+ * https://material.angular.io/guide/material-2-theming#optional-add-backwards-compatibility-styles-for-color-variants
34
34
  */
35
35
  get color(): string | null | undefined;
36
36
  set color(value: string | null | undefined);
@@ -80,10 +80,10 @@ export declare class MatProgressSpinner {
80
80
  export declare interface MatProgressSpinnerDefaultOptions {
81
81
  /**
82
82
  * Default theme color of the progress spinner. This API is supported in M2 themes only, it
83
- * has no effect in M3 themes.
83
+ * has no effect in M3 themes. For color customization in M3, see https://material.angular.io/components/progress-spinner/styling.
84
84
  *
85
85
  * For information on applying color variants in M3, see
86
- * https://material.angular.io/guide/theming#using-component-color-variants.
86
+ * https://material.angular.io/guide/material-2-theming#optional-add-backwards-compatibility-styles-for-color-variants
87
87
  */
88
88
  color?: ThemePalette;
89
89
  /** Diameter of the spinner. */
package/radio/index.d.ts CHANGED
@@ -51,7 +51,9 @@ export declare class MatRadioButton implements OnInit, AfterViewInit, DoCheck, O
51
51
  private _radioDispatcher;
52
52
  private _defaultOptions;
53
53
  private _ngZone;
54
+ private _renderer;
54
55
  private _uniqueId;
56
+ private _cleanupClick;
55
57
  /** The unique ID for the radio button. */
56
58
  id: string;
57
59
  /** Analog to HTML 'name' attribute used to group radios for unique selection. */
@@ -84,10 +86,10 @@ export declare class MatRadioButton implements OnInit, AfterViewInit, DoCheck, O
84
86
  set required(value: boolean);
85
87
  /**
86
88
  * Theme color of the radio button. This API is supported in M2 themes only, it
87
- * has no effect in M3 themes.
89
+ * has no effect in M3 themes. For color customization in M3, see https://material.angular.io/components/radio/styling.
88
90
  *
89
91
  * For information on applying color variants in M3, see
90
- * https://material.angular.io/guide/theming#using-component-color-variants.
92
+ * https://material.angular.io/guide/material-2-theming#optional-add-backwards-compatibility-styles-for-color-variants
91
93
  */
92
94
  get color(): ThemePalette;
93
95
  set color(newValue: ThemePalette);
@@ -177,10 +179,10 @@ export declare class MatRadioChange {
177
179
  export declare interface MatRadioDefaultOptions {
178
180
  /**
179
181
  * Theme color of the radio button. This API is supported in M2 themes only, it
180
- * has no effect in M3 themes.
182
+ * has no effect in M3 themes. For color customization in M3, see https://material.angular.io/components/radio/styling.
181
183
  *
182
184
  * For information on applying color variants in M3, see
183
- * https://material.angular.io/guide/theming#using-component-color-variants.
185
+ * https://material.angular.io/guide/material-2-theming#optional-add-backwards-compatibility-styles-for-color-variants
184
186
  */
185
187
  color: ThemePalette;
186
188
  /** Whether disabled radio buttons should be interactive. */
@@ -225,10 +227,10 @@ export declare class MatRadioGroup implements AfterContentInit, OnDestroy, Contr
225
227
  _radios: QueryList<MatRadioButton>;
226
228
  /**
227
229
  * Theme color of the radio buttons in the group. This API is supported in M2
228
- * themes only, it has no effect in M3 themes.
230
+ * themes only, it has no effect in M3 themes. For color customization in M3, see https://material.angular.io/components/radio/styling.
229
231
  *
230
232
  * For information on applying color variants in M3, see
231
- * https://material.angular.io/guide/theming#using-component-color-variants.
233
+ * https://material.angular.io/guide/material-2-theming#optional-add-backwards-compatibility-styles-for-color-variants
232
234
  */
233
235
  color: ThemePalette;
234
236
  /** Name of the radio button group. All radio buttons inside this group will use this name. */
@@ -19,7 +19,7 @@ const package_config_1 = require("./package-config");
19
19
  * Note that the fallback version range does not use caret, but tilde because that is
20
20
  * the default for Angular framework dependencies in CLI projects.
21
21
  */
22
- const fallbackMaterialVersionRange = `~19.0.3`;
22
+ const fallbackMaterialVersionRange = `~19.0.5`;
23
23
  /**
24
24
  * Schematic factory entry-point for the `ng-add` schematic. The ng-add schematic will be
25
25
  * automatically executed if developers run `ng add @angular/material`.
@@ -19,7 +19,7 @@ const package_config_1 = require("./package-config");
19
19
  * Note that the fallback version range does not use caret, but tilde because that is
20
20
  * the default for Angular framework dependencies in CLI projects.
21
21
  */
22
- const fallbackMaterialVersionRange = `~19.0.3`;
22
+ const fallbackMaterialVersionRange = `~19.0.5`;
23
23
  /**
24
24
  * Schematic factory entry-point for the `ng-add` schematic. The ng-add schematic will be
25
25
  * automatically executed if developers run `ng add @angular/material`.
@@ -50,7 +50,7 @@ var __async = (__this, __arguments, generator) => {
50
50
  });
51
51
  };
52
52
 
53
- // bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/theme-color/index.mjs
53
+ // bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/theme-color/index.mjs
54
54
  var theme_color_exports = {};
55
55
  __export(theme_color_exports, {
56
56
  default: () => theme_color_default,
@@ -2573,7 +2573,7 @@ function parseIntHex(value) {
2573
2573
  return parseInt(value, 16);
2574
2574
  }
2575
2575
 
2576
- // bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/theme-color/index.mjs
2576
+ // bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/theme-color/index.mjs
2577
2577
  var HUE_TONES = [0, 10, 20, 25, 30, 35, 40, 50, 60, 70, 80, 90, 95, 98, 99, 100];
2578
2578
  var NEUTRAL_HUES = /* @__PURE__ */ new Map([
2579
2579
  [4, { prev: 0, next: 10 }],
@@ -658,9 +658,9 @@ var require_tslib = __commonJS({
658
658
  }
659
659
  });
660
660
 
661
- // bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/attribute-selectors.js
661
+ // bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/attribute-selectors.js
662
662
  var require_attribute_selectors = __commonJS({
663
- "bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/attribute-selectors.js"(exports) {
663
+ "bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/attribute-selectors.js"(exports) {
664
664
  "use strict";
665
665
  Object.defineProperty(exports, "__esModule", { value: true });
666
666
  exports.attributeSelectors = void 0;
@@ -668,9 +668,9 @@ var require_attribute_selectors = __commonJS({
668
668
  }
669
669
  });
670
670
 
671
- // bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/class-names.js
671
+ // bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/class-names.js
672
672
  var require_class_names = __commonJS({
673
- "bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/class-names.js"(exports) {
673
+ "bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/class-names.js"(exports) {
674
674
  "use strict";
675
675
  Object.defineProperty(exports, "__esModule", { value: true });
676
676
  exports.classNames = void 0;
@@ -678,9 +678,9 @@ var require_class_names = __commonJS({
678
678
  }
679
679
  });
680
680
 
681
- // bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/constructor-checks.js
681
+ // bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/constructor-checks.js
682
682
  var require_constructor_checks = __commonJS({
683
- "bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/constructor-checks.js"(exports) {
683
+ "bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/constructor-checks.js"(exports) {
684
684
  "use strict";
685
685
  Object.defineProperty(exports, "__esModule", { value: true });
686
686
  exports.constructorChecks = void 0;
@@ -688,9 +688,9 @@ var require_constructor_checks = __commonJS({
688
688
  }
689
689
  });
690
690
 
691
- // bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/css-selectors.js
691
+ // bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/css-selectors.js
692
692
  var require_css_selectors = __commonJS({
693
- "bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/css-selectors.js"(exports) {
693
+ "bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/css-selectors.js"(exports) {
694
694
  "use strict";
695
695
  Object.defineProperty(exports, "__esModule", { value: true });
696
696
  exports.cssSelectors = void 0;
@@ -698,9 +698,9 @@ var require_css_selectors = __commonJS({
698
698
  }
699
699
  });
700
700
 
701
- // bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/css-tokens.js
701
+ // bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/css-tokens.js
702
702
  var require_css_tokens = __commonJS({
703
- "bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/css-tokens.js"(exports) {
703
+ "bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/css-tokens.js"(exports) {
704
704
  "use strict";
705
705
  Object.defineProperty(exports, "__esModule", { value: true });
706
706
  exports.cssTokens = void 0;
@@ -708,9 +708,9 @@ var require_css_tokens = __commonJS({
708
708
  }
709
709
  });
710
710
 
711
- // bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/element-selectors.js
711
+ // bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/element-selectors.js
712
712
  var require_element_selectors = __commonJS({
713
- "bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/element-selectors.js"(exports) {
713
+ "bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/element-selectors.js"(exports) {
714
714
  "use strict";
715
715
  Object.defineProperty(exports, "__esModule", { value: true });
716
716
  exports.elementSelectors = void 0;
@@ -718,9 +718,9 @@ var require_element_selectors = __commonJS({
718
718
  }
719
719
  });
720
720
 
721
- // bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/input-names.js
721
+ // bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/input-names.js
722
722
  var require_input_names = __commonJS({
723
- "bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/input-names.js"(exports) {
723
+ "bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/input-names.js"(exports) {
724
724
  "use strict";
725
725
  Object.defineProperty(exports, "__esModule", { value: true });
726
726
  exports.inputNames = void 0;
@@ -728,9 +728,9 @@ var require_input_names = __commonJS({
728
728
  }
729
729
  });
730
730
 
731
- // bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/method-call-checks.js
731
+ // bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/method-call-checks.js
732
732
  var require_method_call_checks = __commonJS({
733
- "bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/method-call-checks.js"(exports) {
733
+ "bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/method-call-checks.js"(exports) {
734
734
  "use strict";
735
735
  Object.defineProperty(exports, "__esModule", { value: true });
736
736
  exports.methodCallChecks = void 0;
@@ -738,9 +738,9 @@ var require_method_call_checks = __commonJS({
738
738
  }
739
739
  });
740
740
 
741
- // bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/output-names.js
741
+ // bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/output-names.js
742
742
  var require_output_names = __commonJS({
743
- "bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/output-names.js"(exports) {
743
+ "bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/output-names.js"(exports) {
744
744
  "use strict";
745
745
  Object.defineProperty(exports, "__esModule", { value: true });
746
746
  exports.outputNames = void 0;
@@ -748,9 +748,9 @@ var require_output_names = __commonJS({
748
748
  }
749
749
  });
750
750
 
751
- // bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/property-names.js
751
+ // bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/property-names.js
752
752
  var require_property_names = __commonJS({
753
- "bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/property-names.js"(exports) {
753
+ "bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/property-names.js"(exports) {
754
754
  "use strict";
755
755
  Object.defineProperty(exports, "__esModule", { value: true });
756
756
  exports.propertyNames = void 0;
@@ -758,9 +758,9 @@ var require_property_names = __commonJS({
758
758
  }
759
759
  });
760
760
 
761
- // bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/symbol-removal.js
761
+ // bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/symbol-removal.js
762
762
  var require_symbol_removal = __commonJS({
763
- "bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/symbol-removal.js"(exports) {
763
+ "bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/symbol-removal.js"(exports) {
764
764
  "use strict";
765
765
  Object.defineProperty(exports, "__esModule", { value: true });
766
766
  exports.symbolRemoval = void 0;
@@ -768,9 +768,9 @@ var require_symbol_removal = __commonJS({
768
768
  }
769
769
  });
770
770
 
771
- // bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/index.js
771
+ // bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/index.js
772
772
  var require_data = __commonJS({
773
- "bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/index.js"(exports) {
773
+ "bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/index.js"(exports) {
774
774
  "use strict";
775
775
  Object.defineProperty(exports, "__esModule", { value: true });
776
776
  var tslib_1 = require_tslib();
@@ -788,9 +788,9 @@ var require_data = __commonJS({
788
788
  }
789
789
  });
790
790
 
791
- // bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/upgrade-data.js
791
+ // bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/upgrade-data.js
792
792
  var require_upgrade_data = __commonJS({
793
- "bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/upgrade-data.js"(exports) {
793
+ "bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/upgrade-data.js"(exports) {
794
794
  "use strict";
795
795
  Object.defineProperty(exports, "__esModule", { value: true });
796
796
  exports.materialUpgradeData = void 0;
@@ -7210,9 +7210,9 @@ var require_scss_syntax = __commonJS({
7210
7210
  }
7211
7211
  });
7212
7212
 
7213
- // bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/migrations/mat-core-removal.js
7213
+ // bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/migrations/mat-core-removal.js
7214
7214
  var require_mat_core_removal = __commonJS({
7215
- "bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/migrations/mat-core-removal.js"(exports) {
7215
+ "bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/migrations/mat-core-removal.js"(exports) {
7216
7216
  "use strict";
7217
7217
  Object.defineProperty(exports, "__esModule", { value: true });
7218
7218
  exports.MatCoreMigration = void 0;
@@ -7287,9 +7287,9 @@ var require_mat_core_removal = __commonJS({
7287
7287
  }
7288
7288
  });
7289
7289
 
7290
- // bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/migrations/explicit-system-variable-prefix.js
7290
+ // bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/migrations/explicit-system-variable-prefix.js
7291
7291
  var require_explicit_system_variable_prefix = __commonJS({
7292
- "bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/migrations/explicit-system-variable-prefix.js"(exports) {
7292
+ "bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/migrations/explicit-system-variable-prefix.js"(exports) {
7293
7293
  "use strict";
7294
7294
  Object.defineProperty(exports, "__esModule", { value: true });
7295
7295
  exports.ExplicitSystemVariablePrefixMigration = void 0;
@@ -7375,7 +7375,7 @@ var require_explicit_system_variable_prefix = __commonJS({
7375
7375
  }
7376
7376
  });
7377
7377
 
7378
- // bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/index.mjs
7378
+ // bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/index.mjs
7379
7379
  var ng_update_exports = {};
7380
7380
  __export(ng_update_exports, {
7381
7381
  updateToV19: () => updateToV19
package/select/index.d.ts CHANGED
@@ -483,7 +483,7 @@ export declare interface MatSelectConfig {
483
483
  typeaheadDebounceInterval?: number;
484
484
  /** Class or list of classes to be applied to the menu's overlay panel. */
485
485
  overlayPanelClass?: string | string[];
486
- /** Wheter icon indicators should be hidden for single-selection. */
486
+ /** Whether icon indicators should be hidden for single-selection. */
487
487
  hideSingleSelectionIndicator?: boolean;
488
488
  /**
489
489
  * Width of the panel. If set to `auto`, the panel will match the trigger width.
@@ -1,7 +1,5 @@
1
- import { AfterContentChecked } from '@angular/core';
2
1
  import { AfterContentInit } from '@angular/core';
3
2
  import { AfterViewInit } from '@angular/core';
4
- import { AnimationEvent as AnimationEvent_2 } from '@angular/animations';
5
3
  import { AnimationTriggerMetadata } from '@angular/animations';
6
4
  import { BooleanInput } from '@angular/cdk/coercion';
7
5
  import { CdkScrollable } from '@angular/cdk/scrolling';
@@ -60,19 +58,19 @@ export declare function MAT_DRAWER_DEFAULT_AUTOSIZE_FACTORY(): boolean;
60
58
  /**
61
59
  * This component corresponds to a drawer that can be opened on the drawer container.
62
60
  */
63
- export declare class MatDrawer implements AfterViewInit, AfterContentChecked, OnDestroy {
61
+ export declare class MatDrawer implements AfterViewInit, OnDestroy {
64
62
  private _elementRef;
65
63
  private _focusTrapFactory;
66
64
  private _focusMonitor;
67
65
  private _platform;
68
66
  private _ngZone;
67
+ private _renderer;
69
68
  private readonly _interactivityChecker;
70
69
  private _doc;
71
70
  _container?: MatDrawerContainer | null | undefined;
72
71
  private _focusTrap;
73
72
  private _elementFocusedBeforeDrawerWasOpened;
74
- /** Whether the drawer is initialized. Used for disabling the initial animation. */
75
- private _enableAnimations;
73
+ private _eventCleanups;
76
74
  /** Whether the view of the component has been attached. */
77
75
  private _isAttached;
78
76
  /** Anchor node used to restore the drawer to its initial position. */
@@ -109,11 +107,9 @@ export declare class MatDrawer implements AfterViewInit, AfterContentChecked, On
109
107
  /** How the sidenav was opened (keypress, mouse click etc.) */
110
108
  private _openedVia;
111
109
  /** Emits whenever the drawer has started animating. */
112
- readonly _animationStarted: Subject<AnimationEvent_2>;
110
+ readonly _animationStarted: Subject<unknown>;
113
111
  /** Emits whenever the drawer is done animating. */
114
- readonly _animationEnd: Subject<AnimationEvent_2>;
115
- /** Current state of the sidenav animation. */
116
- _animationState: 'open-instant' | 'open' | 'void';
112
+ readonly _animationEnd: Subject<unknown>;
117
113
  /** Event emitted when the drawer open state is changed. */
118
114
  readonly openedChange: EventEmitter<boolean>;
119
115
  /** Event emitted when the drawer has been opened. */
@@ -162,7 +158,6 @@ export declare class MatDrawer implements AfterViewInit, AfterContentChecked, On
162
158
  /** Whether focus is currently within the drawer. */
163
159
  private _isFocusWithinDrawer;
164
160
  ngAfterViewInit(): void;
165
- ngAfterContentChecked(): void;
166
161
  ngOnDestroy(): void;
167
162
  /**
168
163
  * Open the drawer.
@@ -188,6 +183,8 @@ export declare class MatDrawer implements AfterViewInit, AfterContentChecked, On
188
183
  * @param focusOrigin Origin to use when restoring focus.
189
184
  */
190
185
  private _setOpen;
186
+ /** Toggles whether the drawer is currently animating. */
187
+ private _setIsAnimating;
191
188
  _getWidth(): number;
192
189
  /** Updates the enabled state of the focus trap. */
193
190
  private _updateFocusTrapState;
@@ -198,6 +195,8 @@ export declare class MatDrawer implements AfterViewInit, AfterContentChecked, On
198
195
  * started off as `end` and was changed to `start`.
199
196
  */
200
197
  private _updatePositionInParent;
198
+ /** Event handler for animation events. */
199
+ private _handleTransitionEvent;
201
200
  static ɵfac: i0.ɵɵFactoryDeclaration<MatDrawer, never>;
202
201
  static ɵcmp: i0.ɵɵComponentDeclaration<MatDrawer, "mat-drawer", ["matDrawer"], { "position": { "alias": "position"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "disableClose": { "alias": "disableClose"; "required": false; }; "autoFocus": { "alias": "autoFocus"; "required": false; }; "opened": { "alias": "opened"; "required": false; }; }, { "openedChange": "openedChange"; "_openedStream": "opened"; "openedStart": "openedStart"; "_closedStream": "closed"; "closedStart": "closedStart"; "onPositionChanged": "positionChanged"; }, never, ["*"], true, never>;
203
202
  }
@@ -205,6 +204,8 @@ export declare class MatDrawer implements AfterViewInit, AfterContentChecked, On
205
204
  /**
206
205
  * Animations used by the Material drawers.
207
206
  * @docs-private
207
+ * @deprecated No longer used, will be removed.
208
+ * @breaking-change 21.0.0
208
209
  */
209
210
  export declare const matDrawerAnimations: {
210
211
  readonly transformDrawer: AnimationTriggerMetadata;
@@ -222,6 +223,7 @@ export declare class MatDrawerContainer implements AfterContentInit, DoCheck, On
222
223
  private _ngZone;
223
224
  private _changeDetectorRef;
224
225
  private _animationMode;
226
+ _transitionsEnabled: boolean;
225
227
  /** All drawers in the container. Includes drawers from inside nested containers. */
226
228
  _allDrawers: QueryList<MatDrawer>;
227
229
  /** Drawers that belong to this container. */
@@ -91,10 +91,10 @@ export declare class MatSlideToggle implements OnDestroy, AfterContentInit, OnCh
91
91
  required: boolean;
92
92
  /**
93
93
  * Theme color of the slide toggle. This API is supported in M2 themes only,
94
- * it has no effect in M3 themes.
94
+ * it has no effect in M3 themes. For color customization in M3, see https://material.angular.io/components/slide-toggle/styling.
95
95
  *
96
96
  * For information on applying color variants in M3, see
97
- * https://material.angular.io/guide/theming#using-component-color-variants.
97
+ * https://material.angular.io/guide/material-2-theming#optional-add-backwards-compatibility-styles-for-color-variants
98
98
  */
99
99
  color: string | undefined;
100
100
  /** Whether the slide toggle is disabled. */
@@ -175,10 +175,10 @@ export declare interface MatSlideToggleDefaultOptions {
175
175
  disableToggleValue?: boolean;
176
176
  /**
177
177
  * Default theme color of the slide toggle. This API is supported in M2 themes only,
178
- * it has no effect in M3 themes.
178
+ * it has no effect in M3 themes. For color customization in M3, see https://material.angular.io/components/slide-toggle/styling.
179
179
  *
180
180
  * For information on applying color variants in M3, see
181
- * https://material.angular.io/guide/theming#using-component-color-variants.
181
+ * https://material.angular.io/guide/material-2-theming#optional-add-backwards-compatibility-styles-for-color-variants
182
182
  */
183
183
  color?: ThemePalette;
184
184
  /** Whether to hide the icon inside the slide toggle. */
package/slider/index.d.ts CHANGED
@@ -82,10 +82,10 @@ export declare class MatSlider implements AfterViewInit, OnDestroy, _MatSlider {
82
82
  private _min;
83
83
  /**
84
84
  * Theme color of the slider. This API is supported in M2 themes only, it
85
- * has no effect in M3 themes.
85
+ * has no effect in M3 themes. For color customization in M3, see https://material.angular.io/components/slider/styling.
86
86
  *
87
87
  * For information on applying color variants in M3, see
88
- * https://material.angular.io/guide/theming#using-component-color-variants.
88
+ * https://material.angular.io/guide/material-2-theming#optional-add-backwards-compatibility-styles-for-color-variants
89
89
  */
90
90
  color: ThemePalette;
91
91
  /** Whether ripples are disabled in the slider. */
@@ -374,6 +374,8 @@ export declare class MatSliderThumb implements _MatSliderThumb, OnDestroy, Contr
374
374
  readonly _elementRef: ElementRef<HTMLInputElement>;
375
375
  readonly _cdr: ChangeDetectorRef;
376
376
  protected _slider: _MatSlider;
377
+ private _platform;
378
+ private _listenerCleanups;
377
379
  get value(): number;
378
380
  set value(value: number);
379
381
  /**
@@ -461,7 +463,6 @@ export declare class MatSliderThumb implements _MatSliderThumb, OnDestroy, Contr
461
463
  * See https://github.com/angular/angular/issues/14988.
462
464
  */
463
465
  protected _isControlInitialized: boolean;
464
- private _platform;
465
466
  constructor(...args: unknown[]);
466
467
  ngOnDestroy(): void;
467
468
  /** @docs-private */
@@ -601,6 +602,8 @@ export declare class MatSliderVisualThumb implements _MatSliderVisualThumb, Afte
601
602
  readonly _cdr: ChangeDetectorRef;
602
603
  private readonly _ngZone;
603
604
  private _slider;
605
+ private _renderer;
606
+ private _listenerCleanups;
604
607
  /** Whether the slider displays a numeric value label upon pressing the thumb. */
605
608
  discrete: boolean;
606
609
  /** Indicates which slider thumb this input corresponds to. */
@@ -86,10 +86,10 @@ export declare class MatStep extends CdkStep implements ErrorStateMatcher, After
86
86
  stepLabel: MatStepLabel;
87
87
  /**
88
88
  * Theme color for the particular step. This API is supported in M2 themes
89
- * only, it has no effect in M3 themes.
89
+ * only, it has no effect in M3 themes. For color customization in M3, see https://material.angular.io/components/stepper/styling.
90
90
  *
91
91
  * For information on applying color variants in M3, see
92
- * https://material.angular.io/guide/theming#using-component-color-variants.
92
+ * https://material.angular.io/guide/material-2-theming#optional-add-backwards-compatibility-styles-for-color-variants
93
93
  */
94
94
  color: ThemePalette;
95
95
  /** Content that will be rendered lazily. */
@@ -140,10 +140,10 @@ export declare class MatStepHeader extends CdkStepHeader implements AfterViewIni
140
140
  disableRipple: boolean;
141
141
  /**
142
142
  * Theme color of the step header. This API is supported in M2 themes only, it
143
- * has no effect in M3 themes.
143
+ * has no effect in M3 themes. For color customization in M3, see https://material.angular.io/components/stepper/styling.
144
144
  *
145
145
  * For information on applying color variants in M3, see
146
- * https://material.angular.io/guide/theming#using-component-color-variants.
146
+ * https://material.angular.io/guide/material-2-theming#optional-add-backwards-compatibility-styles-for-color-variants
147
147
  */
148
148
  color: ThemePalette;
149
149
  constructor(...args: unknown[]);
@@ -184,10 +184,10 @@ export declare class MatStepper extends CdkStepper implements AfterContentInit {
184
184
  disableRipple: boolean;
185
185
  /**
186
186
  * Theme color for all of the steps in stepper. This API is supported in M2
187
- * themes only, it has no effect in M3 themes.
187
+ * themes only, it has no effect in M3 themes. For color customization in M3, see https://material.angular.io/components/stepper/styling.
188
188
  *
189
189
  * For information on applying color variants in M3, see
190
- * https://material.angular.io/guide/theming#using-component-color-variants.
190
+ * https://material.angular.io/guide/material-2-theming#optional-add-backwards-compatibility-styles-for-color-variants
191
191
  */
192
192
  color: ThemePalette;
193
193
  /**
package/tabs/index.d.ts CHANGED
@@ -558,10 +558,10 @@ export declare class MatTabGroup implements AfterContentInit, AfterContentChecke
558
558
  private _tabLabelSubscription;
559
559
  /**
560
560
  * Theme color of the tab group. This API is supported in M2 themes only, it
561
- * has no effect in M3 themes.
561
+ * has no effect in M3 themes. For color customization in M3, see https://material.angular.io/components/tabs/styling.
562
562
  *
563
563
  * For information on applying color variants in M3, see
564
- * https://material.angular.io/guide/theming#using-component-color-variants.
564
+ * https://material.angular.io/guide/material-2-theming#optional-add-backwards-compatibility-styles-for-color-variants
565
565
  */
566
566
  color: ThemePalette;
567
567
  /** Whether the ink bar should fit its width to the size of the tab label content. */
@@ -608,10 +608,10 @@ export declare class MatTabGroup implements AfterContentInit, AfterContentChecke
608
608
  preserveContent: boolean;
609
609
  /**
610
610
  * Theme color of the background of the tab group. This API is supported in M2 themes only, it
611
- * has no effect in M3 themes.
611
+ * has no effect in M3 themes. For color customization in M3, see https://material.angular.io/components/tabs/styling.
612
612
  *
613
613
  * For information on applying color variants in M3, see
614
- * https://material.angular.io/guide/theming#using-component-color-variants.
614
+ * https://material.angular.io/guide/material-2-theming#optional-add-backwards-compatibility-styles-for-color-variants
615
615
  *
616
616
  * @deprecated The background color should be customized through Sass theming APIs.
617
617
  * @breaking-change 20.0.0 Remove this input
@@ -833,10 +833,10 @@ export declare class MatTabNav extends MatPaginatedTabHeader implements AfterCon
833
833
  _items: QueryList<MatTabLink>;
834
834
  /**
835
835
  * Theme color of the background of the tab nav. This API is supported in M2 themes only, it
836
- * has no effect in M3 themes.
836
+ * has no effect in M3 themes. For color customization in M3, see https://material.angular.io/components/tabs/styling.
837
837
  *
838
838
  * For information on applying color variants in M3, see
839
- * https://material.angular.io/guide/theming#using-component-color-variants.
839
+ * https://material.angular.io/guide/material-2-theming#optional-add-backwards-compatibility-styles-for-color-variants
840
840
  */
841
841
  get backgroundColor(): ThemePalette;
842
842
  set backgroundColor(value: ThemePalette);
@@ -845,10 +845,10 @@ export declare class MatTabNav extends MatPaginatedTabHeader implements AfterCon
845
845
  disableRipple: boolean;
846
846
  /**
847
847
  * Theme color of the nav bar. This API is supported in M2 themes only, it has
848
- * no effect in M3 themes.
848
+ * no effect in M3 themes. For color customization in M3, see https://material.angular.io/components/tabs/styling.
849
849
  *
850
850
  * For information on applying color variants in M3, see
851
- * https://material.angular.io/guide/theming#using-component-color-variants.
851
+ * https://material.angular.io/guide/material-2-theming#optional-add-backwards-compatibility-styles-for-color-variants
852
852
  */
853
853
  color: ThemePalette;
854
854
  /**
@@ -152,6 +152,7 @@ export declare class MatTimepickerInput<D> implements ControlValueAccessor, Vali
152
152
  private _onChange;
153
153
  private _onTouched;
154
154
  private _validatorOnChange;
155
+ private _cleanupClick;
155
156
  private _accessorDisabled;
156
157
  private _localeSubscription;
157
158
  private _timepickerSubscription;