@angular/material 19.0.4 → 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 (69) hide show
  1. package/LICENSE +1 -1
  2. package/badge/index.d.ts +2 -2
  3. package/button/index.d.ts +4 -4
  4. package/checkbox/index.d.ts +4 -4
  5. package/chips/index.d.ts +2 -2
  6. package/datepicker/index.d.ts +16 -39
  7. package/fesm2022/badge.mjs +2 -2
  8. package/fesm2022/badge.mjs.map +1 -1
  9. package/fesm2022/button.mjs +2 -2
  10. package/fesm2022/button.mjs.map +1 -1
  11. package/fesm2022/checkbox.mjs +2 -2
  12. package/fesm2022/checkbox.mjs.map +1 -1
  13. package/fesm2022/chips.mjs +2 -2
  14. package/fesm2022/chips.mjs.map +1 -1
  15. package/fesm2022/core.mjs +1 -1
  16. package/fesm2022/core.mjs.map +1 -1
  17. package/fesm2022/datepicker.mjs +737 -745
  18. package/fesm2022/datepicker.mjs.map +1 -1
  19. package/fesm2022/form-field.mjs +2 -2
  20. package/fesm2022/form-field.mjs.map +1 -1
  21. package/fesm2022/icon.mjs +2 -2
  22. package/fesm2022/icon.mjs.map +1 -1
  23. package/fesm2022/list.mjs +5 -4
  24. package/fesm2022/list.mjs.map +1 -1
  25. package/fesm2022/paginator.mjs +12 -15
  26. package/fesm2022/paginator.mjs.map +1 -1
  27. package/fesm2022/progress-bar.mjs +2 -2
  28. package/fesm2022/progress-bar.mjs.map +1 -1
  29. package/fesm2022/progress-spinner.mjs +2 -2
  30. package/fesm2022/progress-spinner.mjs.map +1 -1
  31. package/fesm2022/radio.mjs +4 -4
  32. package/fesm2022/radio.mjs.map +1 -1
  33. package/fesm2022/sidenav.mjs +113 -90
  34. package/fesm2022/sidenav.mjs.map +1 -1
  35. package/fesm2022/slide-toggle.mjs +2 -2
  36. package/fesm2022/slide-toggle.mjs.map +1 -1
  37. package/fesm2022/slider.mjs +2 -2
  38. package/fesm2022/slider.mjs.map +1 -1
  39. package/fesm2022/sort.mjs +2 -2
  40. package/fesm2022/sort.mjs.map +1 -1
  41. package/fesm2022/stepper.mjs +6 -6
  42. package/fesm2022/stepper.mjs.map +1 -1
  43. package/fesm2022/tabs.mjs +8 -8
  44. package/fesm2022/tabs.mjs.map +1 -1
  45. package/fesm2022/timepicker.mjs +3 -1
  46. package/fesm2022/timepicker.mjs.map +1 -1
  47. package/fesm2022/toolbar.mjs +2 -2
  48. package/fesm2022/toolbar.mjs.map +1 -1
  49. package/fesm2022/tooltip.mjs +9 -5
  50. package/fesm2022/tooltip.mjs.map +1 -1
  51. package/form-field/index.d.ts +4 -4
  52. package/icon/index.d.ts +4 -4
  53. package/list/index.d.ts +5 -4
  54. package/package.json +2 -2
  55. package/paginator/index.d.ts +5 -5
  56. package/progress-bar/index.d.ts +4 -4
  57. package/progress-spinner/index.d.ts +4 -4
  58. package/radio/index.d.ts +6 -6
  59. package/schematics/ng-add/index.js +1 -1
  60. package/schematics/ng-add/index.mjs +1 -1
  61. package/schematics/ng-generate/theme-color/index_bundled.js +2 -2
  62. package/schematics/ng-update/index_bundled.js +31 -31
  63. package/sidenav/index.d.ts +11 -10
  64. package/slide-toggle/index.d.ts +4 -4
  65. package/slider/index.d.ts +2 -2
  66. package/stepper/index.d.ts +6 -6
  67. package/tabs/index.d.ts +8 -8
  68. package/toolbar/index.d.ts +2 -2
  69. package/tooltip/index.d.ts +1 -0
@@ -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
@@ -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,7 +58,7 @@ 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;
@@ -72,8 +70,7 @@ export declare class MatDrawer implements AfterViewInit, AfterContentChecked, On
72
70
  _container?: MatDrawerContainer | null | undefined;
73
71
  private _focusTrap;
74
72
  private _elementFocusedBeforeDrawerWasOpened;
75
- /** Whether the drawer is initialized. Used for disabling the initial animation. */
76
- private _enableAnimations;
73
+ private _eventCleanups;
77
74
  /** Whether the view of the component has been attached. */
78
75
  private _isAttached;
79
76
  /** Anchor node used to restore the drawer to its initial position. */
@@ -110,11 +107,9 @@ export declare class MatDrawer implements AfterViewInit, AfterContentChecked, On
110
107
  /** How the sidenav was opened (keypress, mouse click etc.) */
111
108
  private _openedVia;
112
109
  /** Emits whenever the drawer has started animating. */
113
- readonly _animationStarted: Subject<AnimationEvent_2>;
110
+ readonly _animationStarted: Subject<unknown>;
114
111
  /** Emits whenever the drawer is done animating. */
115
- readonly _animationEnd: Subject<AnimationEvent_2>;
116
- /** Current state of the sidenav animation. */
117
- _animationState: 'open-instant' | 'open' | 'void';
112
+ readonly _animationEnd: Subject<unknown>;
118
113
  /** Event emitted when the drawer open state is changed. */
119
114
  readonly openedChange: EventEmitter<boolean>;
120
115
  /** Event emitted when the drawer has been opened. */
@@ -163,7 +158,6 @@ export declare class MatDrawer implements AfterViewInit, AfterContentChecked, On
163
158
  /** Whether focus is currently within the drawer. */
164
159
  private _isFocusWithinDrawer;
165
160
  ngAfterViewInit(): void;
166
- ngAfterContentChecked(): void;
167
161
  ngOnDestroy(): void;
168
162
  /**
169
163
  * Open the drawer.
@@ -189,6 +183,8 @@ export declare class MatDrawer implements AfterViewInit, AfterContentChecked, On
189
183
  * @param focusOrigin Origin to use when restoring focus.
190
184
  */
191
185
  private _setOpen;
186
+ /** Toggles whether the drawer is currently animating. */
187
+ private _setIsAnimating;
192
188
  _getWidth(): number;
193
189
  /** Updates the enabled state of the focus trap. */
194
190
  private _updateFocusTrapState;
@@ -199,6 +195,8 @@ export declare class MatDrawer implements AfterViewInit, AfterContentChecked, On
199
195
  * started off as `end` and was changed to `start`.
200
196
  */
201
197
  private _updatePositionInParent;
198
+ /** Event handler for animation events. */
199
+ private _handleTransitionEvent;
202
200
  static ɵfac: i0.ɵɵFactoryDeclaration<MatDrawer, never>;
203
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>;
204
202
  }
@@ -206,6 +204,8 @@ export declare class MatDrawer implements AfterViewInit, AfterContentChecked, On
206
204
  /**
207
205
  * Animations used by the Material drawers.
208
206
  * @docs-private
207
+ * @deprecated No longer used, will be removed.
208
+ * @breaking-change 21.0.0
209
209
  */
210
210
  export declare const matDrawerAnimations: {
211
211
  readonly transformDrawer: AnimationTriggerMetadata;
@@ -223,6 +223,7 @@ export declare class MatDrawerContainer implements AfterContentInit, DoCheck, On
223
223
  private _ngZone;
224
224
  private _changeDetectorRef;
225
225
  private _animationMode;
226
+ _transitionsEnabled: boolean;
226
227
  /** All drawers in the container. Includes drawers from inside nested containers. */
227
228
  _allDrawers: QueryList<MatDrawer>;
228
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. */
@@ -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
  /**
@@ -18,10 +18,10 @@ export declare class MatToolbar implements AfterViewInit {
18
18
  private _document;
19
19
  /**
20
20
  * Theme color of the toolbar. This API is supported in M2 themes only, it has
21
- * no effect in M3 themes.
21
+ * no effect in M3 themes. For color customization in M3, see https://material.angular.io/components/toolbar/styling.
22
22
  *
23
23
  * For information on applying color variants in M3, see
24
- * https://material.angular.io/guide/theming#using-component-color-variants.
24
+ * https://material.angular.io/guide/material-2-theming#optional-add-backwards-compatibility-styles-for-color-variants
25
25
  */
26
26
  color?: string | null;
27
27
  /** Reference to all toolbar row elements that have been projected. */
@@ -96,6 +96,7 @@ export declare class MatTooltip implements OnDestroy, AfterViewInit {
96
96
  private _currentPosition;
97
97
  private readonly _cssClassPrefix;
98
98
  private _ariaDescriptionPending;
99
+ private _dirSubscribed;
99
100
  /** Allows the user to define the position of the tooltip relative to the parent element */
100
101
  get position(): TooltipPosition;
101
102
  set position(value: TooltipPosition);