@angular/material 19.1.0-next.1 → 19.1.0-next.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 (98) hide show
  1. package/autocomplete/index.d.ts +5 -5
  2. package/button/index.d.ts +2 -0
  3. package/core/index.d.ts +1 -0
  4. package/core/theming/_theming.scss +1 -1
  5. package/datepicker/index.d.ts +1 -0
  6. package/expansion/index.d.ts +11 -8
  7. package/fesm2022/autocomplete.mjs +54 -50
  8. package/fesm2022/autocomplete.mjs.map +1 -1
  9. package/fesm2022/badge.mjs +10 -10
  10. package/fesm2022/badge.mjs.map +1 -1
  11. package/fesm2022/bottom-sheet.mjs +10 -10
  12. package/fesm2022/bottom-sheet.mjs.map +1 -1
  13. package/fesm2022/button-toggle.mjs +10 -10
  14. package/fesm2022/button-toggle.mjs.map +1 -1
  15. package/fesm2022/button.mjs +39 -37
  16. package/fesm2022/button.mjs.map +1 -1
  17. package/fesm2022/card.mjs +46 -46
  18. package/fesm2022/card.mjs.map +1 -1
  19. package/fesm2022/checkbox.mjs +14 -14
  20. package/fesm2022/checkbox.mjs.map +1 -1
  21. package/fesm2022/chips.mjs +40 -40
  22. package/fesm2022/chips.mjs.map +1 -1
  23. package/fesm2022/core.mjs +73 -75
  24. package/fesm2022/core.mjs.map +1 -1
  25. package/fesm2022/datepicker.mjs +104 -111
  26. package/fesm2022/datepicker.mjs.map +1 -1
  27. package/fesm2022/dialog.mjs +25 -25
  28. package/fesm2022/dialog.mjs.map +1 -1
  29. package/fesm2022/divider.mjs +7 -7
  30. package/fesm2022/divider.mjs.map +1 -1
  31. package/fesm2022/expansion.mjs +114 -105
  32. package/fesm2022/expansion.mjs.map +1 -1
  33. package/fesm2022/form-field.mjs +39 -37
  34. package/fesm2022/form-field.mjs.map +1 -1
  35. package/fesm2022/grid-list.mjs +22 -22
  36. package/fesm2022/grid-list.mjs.map +1 -1
  37. package/fesm2022/icon/testing.mjs +7 -7
  38. package/fesm2022/icon/testing.mjs.map +1 -1
  39. package/fesm2022/icon.mjs +10 -10
  40. package/fesm2022/icon.mjs.map +1 -1
  41. package/fesm2022/input.mjs +26 -32
  42. package/fesm2022/input.mjs.map +1 -1
  43. package/fesm2022/list.mjs +58 -55
  44. package/fesm2022/list.mjs.map +1 -1
  45. package/fesm2022/menu.mjs +219 -192
  46. package/fesm2022/menu.mjs.map +1 -1
  47. package/fesm2022/paginator.mjs +40 -31
  48. package/fesm2022/paginator.mjs.map +1 -1
  49. package/fesm2022/progress-bar.mjs +12 -10
  50. package/fesm2022/progress-bar.mjs.map +1 -1
  51. package/fesm2022/progress-spinner.mjs +7 -7
  52. package/fesm2022/progress-spinner.mjs.map +1 -1
  53. package/fesm2022/radio.mjs +15 -14
  54. package/fesm2022/radio.mjs.map +1 -1
  55. package/fesm2022/select.mjs +24 -13
  56. package/fesm2022/select.mjs.map +1 -1
  57. package/fesm2022/sidenav.mjs +28 -27
  58. package/fesm2022/sidenav.mjs.map +1 -1
  59. package/fesm2022/slide-toggle.mjs +14 -14
  60. package/fesm2022/slide-toggle.mjs.map +1 -1
  61. package/fesm2022/slider.mjs +38 -39
  62. package/fesm2022/slider.mjs.map +1 -1
  63. package/fesm2022/snack-bar.mjs +22 -22
  64. package/fesm2022/snack-bar.mjs.map +1 -1
  65. package/fesm2022/sort.mjs +13 -13
  66. package/fesm2022/sort.mjs.map +1 -1
  67. package/fesm2022/stepper.mjs +31 -31
  68. package/fesm2022/stepper.mjs.map +1 -1
  69. package/fesm2022/table.mjs +59 -70
  70. package/fesm2022/table.mjs.map +1 -1
  71. package/fesm2022/tabs.mjs +58 -66
  72. package/fesm2022/tabs.mjs.map +1 -1
  73. package/fesm2022/timepicker.mjs +58 -41
  74. package/fesm2022/timepicker.mjs.map +1 -1
  75. package/fesm2022/toolbar.mjs +10 -10
  76. package/fesm2022/toolbar.mjs.map +1 -1
  77. package/fesm2022/tooltip.mjs +54 -76
  78. package/fesm2022/tooltip.mjs.map +1 -1
  79. package/fesm2022/tree.mjs +25 -25
  80. package/fesm2022/tree.mjs.map +1 -1
  81. package/form-field/index.d.ts +1 -0
  82. package/input/index.d.ts +8 -5
  83. package/list/index.d.ts +2 -0
  84. package/menu/index.d.ts +20 -19
  85. package/package.json +2 -2
  86. package/paginator/index.d.ts +8 -0
  87. package/progress-bar/index.d.ts +2 -0
  88. package/radio/index.d.ts +4 -2
  89. package/schematics/ng-add/index.js +1 -1
  90. package/schematics/ng-add/index.mjs +1 -1
  91. package/schematics/ng-generate/theme-color/index_bundled.js +2 -2
  92. package/schematics/ng-update/index_bundled.js +31 -31
  93. package/select/index.d.ts +15 -2
  94. package/sidenav/index.d.ts +1 -0
  95. package/slider/index.d.ts +4 -1
  96. package/tabs/index.d.ts +4 -2
  97. package/timepicker/index.d.ts +4 -0
  98. package/tooltip/index.d.ts +4 -5
@@ -658,9 +658,9 @@ var require_tslib = __commonJS({
658
658
  }
659
659
  });
660
660
 
661
- // bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/attribute-selectors.js
661
+ // bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/attribute-selectors.js
662
662
  var require_attribute_selectors = __commonJS({
663
- "bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/attribute-selectors.js"(exports) {
663
+ "bazel-out/k8-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/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/class-names.js
671
+ // bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/class-names.js
672
672
  var require_class_names = __commonJS({
673
- "bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/class-names.js"(exports) {
673
+ "bazel-out/k8-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/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/constructor-checks.js
681
+ // bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/constructor-checks.js
682
682
  var require_constructor_checks = __commonJS({
683
- "bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/constructor-checks.js"(exports) {
683
+ "bazel-out/k8-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/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/css-selectors.js
691
+ // bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/css-selectors.js
692
692
  var require_css_selectors = __commonJS({
693
- "bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/css-selectors.js"(exports) {
693
+ "bazel-out/k8-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/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/css-tokens.js
701
+ // bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/css-tokens.js
702
702
  var require_css_tokens = __commonJS({
703
- "bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/css-tokens.js"(exports) {
703
+ "bazel-out/k8-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/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/element-selectors.js
711
+ // bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/element-selectors.js
712
712
  var require_element_selectors = __commonJS({
713
- "bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/element-selectors.js"(exports) {
713
+ "bazel-out/k8-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/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/input-names.js
721
+ // bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/input-names.js
722
722
  var require_input_names = __commonJS({
723
- "bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/input-names.js"(exports) {
723
+ "bazel-out/k8-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/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/method-call-checks.js
731
+ // bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/method-call-checks.js
732
732
  var require_method_call_checks = __commonJS({
733
- "bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/method-call-checks.js"(exports) {
733
+ "bazel-out/k8-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/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/output-names.js
741
+ // bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/output-names.js
742
742
  var require_output_names = __commonJS({
743
- "bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/output-names.js"(exports) {
743
+ "bazel-out/k8-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/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/property-names.js
751
+ // bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/property-names.js
752
752
  var require_property_names = __commonJS({
753
- "bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/property-names.js"(exports) {
753
+ "bazel-out/k8-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/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/symbol-removal.js
761
+ // bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/symbol-removal.js
762
762
  var require_symbol_removal = __commonJS({
763
- "bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/symbol-removal.js"(exports) {
763
+ "bazel-out/k8-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/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/index.js
771
+ // bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/index.js
772
772
  var require_data = __commonJS({
773
- "bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/index.js"(exports) {
773
+ "bazel-out/k8-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/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/upgrade-data.js
791
+ // bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/upgrade-data.js
792
792
  var require_upgrade_data = __commonJS({
793
- "bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/upgrade-data.js"(exports) {
793
+ "bazel-out/k8-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/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/migrations/mat-core-removal.js
7213
+ // bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/migrations/mat-core-removal.js
7214
7214
  var require_mat_core_removal = __commonJS({
7215
- "bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/migrations/mat-core-removal.js"(exports) {
7215
+ "bazel-out/k8-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/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/migrations/explicit-system-variable-prefix.js
7290
+ // bazel-out/k8-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/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/migrations/explicit-system-variable-prefix.js"(exports) {
7292
+ "bazel-out/k8-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/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/index.mjs
7378
+ // bazel-out/k8-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
@@ -100,6 +100,7 @@ export declare class MatSelect implements AfterContentInit, OnChanges, OnDestroy
100
100
  ngControl: NgControl;
101
101
  private _liveAnnouncer;
102
102
  protected _defaultOptions: MatSelectConfig | null;
103
+ private _initialized;
103
104
  /** All of the defined select options. */
104
105
  options: QueryList<MatOption>;
105
106
  /** All of the defined groups of options. */
@@ -249,7 +250,13 @@ export declare class MatSelect implements AfterContentInit, OnChanges, OnDestroy
249
250
  * If set to null or an empty string, the panel will grow to match the longest option's text.
250
251
  */
251
252
  panelWidth: string | number | null;
252
- private _initialized;
253
+ /**
254
+ * By default selecting an option with a `null` or `undefined` value will reset the select's
255
+ * value. Enable this option if the reset behavior doesn't match your requirements and instead
256
+ * the nullable options should become selected. The value of this input can be controlled app-wide
257
+ * using the `MAT_SELECT_CONFIG` injection token.
258
+ */
259
+ canSelectNullableOptions: boolean;
253
260
  /** Combined stream of all of the child options' change events. */
254
261
  readonly optionSelectionChanges: Observable<MatOptionSelectionChange>;
255
262
  /** Event emitted when the select panel has been toggled. */
@@ -427,7 +434,7 @@ export declare class MatSelect implements AfterContentInit, OnChanges, OnDestroy
427
434
  */
428
435
  get shouldLabelFloat(): boolean;
429
436
  static ɵfac: i0.ɵɵFactoryDeclaration<MatSelect, never>;
430
- static ɵcmp: i0.ɵɵComponentDeclaration<MatSelect, "mat-select", ["matSelect"], { "userAriaDescribedBy": { "alias": "aria-describedby"; "required": false; }; "panelClass": { "alias": "panelClass"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "disableRipple": { "alias": "disableRipple"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "hideSingleSelectionIndicator": { "alias": "hideSingleSelectionIndicator"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "required": { "alias": "required"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "disableOptionCentering": { "alias": "disableOptionCentering"; "required": false; }; "compareWith": { "alias": "compareWith"; "required": false; }; "value": { "alias": "value"; "required": false; }; "ariaLabel": { "alias": "aria-label"; "required": false; }; "ariaLabelledby": { "alias": "aria-labelledby"; "required": false; }; "errorStateMatcher": { "alias": "errorStateMatcher"; "required": false; }; "typeaheadDebounceInterval": { "alias": "typeaheadDebounceInterval"; "required": false; }; "sortComparator": { "alias": "sortComparator"; "required": false; }; "id": { "alias": "id"; "required": false; }; "panelWidth": { "alias": "panelWidth"; "required": false; }; }, { "openedChange": "openedChange"; "_openedStream": "opened"; "_closedStream": "closed"; "selectionChange": "selectionChange"; "valueChange": "valueChange"; }, ["customTrigger", "options", "optionGroups"], ["mat-select-trigger", "*"], true, never>;
437
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatSelect, "mat-select", ["matSelect"], { "userAriaDescribedBy": { "alias": "aria-describedby"; "required": false; }; "panelClass": { "alias": "panelClass"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "disableRipple": { "alias": "disableRipple"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "hideSingleSelectionIndicator": { "alias": "hideSingleSelectionIndicator"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "required": { "alias": "required"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "disableOptionCentering": { "alias": "disableOptionCentering"; "required": false; }; "compareWith": { "alias": "compareWith"; "required": false; }; "value": { "alias": "value"; "required": false; }; "ariaLabel": { "alias": "aria-label"; "required": false; }; "ariaLabelledby": { "alias": "aria-labelledby"; "required": false; }; "errorStateMatcher": { "alias": "errorStateMatcher"; "required": false; }; "typeaheadDebounceInterval": { "alias": "typeaheadDebounceInterval"; "required": false; }; "sortComparator": { "alias": "sortComparator"; "required": false; }; "id": { "alias": "id"; "required": false; }; "panelWidth": { "alias": "panelWidth"; "required": false; }; "canSelectNullableOptions": { "alias": "canSelectNullableOptions"; "required": false; }; }, { "openedChange": "openedChange"; "_openedStream": "opened"; "_closedStream": "closed"; "selectionChange": "selectionChange"; "valueChange": "valueChange"; }, ["customTrigger", "options", "optionGroups"], ["mat-select-trigger", "*"], true, never>;
431
438
  static ngAcceptInputType_disabled: unknown;
432
439
  static ngAcceptInputType_disableRipple: unknown;
433
440
  static ngAcceptInputType_tabIndex: unknown;
@@ -436,6 +443,7 @@ export declare class MatSelect implements AfterContentInit, OnChanges, OnDestroy
436
443
  static ngAcceptInputType_multiple: unknown;
437
444
  static ngAcceptInputType_disableOptionCentering: unknown;
438
445
  static ngAcceptInputType_typeaheadDebounceInterval: unknown;
446
+ static ngAcceptInputType_canSelectNullableOptions: unknown;
439
447
  }
440
448
 
441
449
  /**
@@ -482,6 +490,11 @@ export declare interface MatSelectConfig {
482
490
  * If set to null or an empty string, the panel will grow to match the longest option's text.
483
491
  */
484
492
  panelWidth?: string | number | null;
493
+ /**
494
+ * Whether nullable options can be selected by default.
495
+ * See `MatSelect.canSelectNullableOptions` for more information.
496
+ */
497
+ canSelectNullableOptions?: boolean;
485
498
  }
486
499
 
487
500
  export declare class MatSelectModule {
@@ -66,6 +66,7 @@ export declare class MatDrawer implements AfterViewInit, AfterContentChecked, On
66
66
  private _focusMonitor;
67
67
  private _platform;
68
68
  private _ngZone;
69
+ private _renderer;
69
70
  private readonly _interactivityChecker;
70
71
  private _doc;
71
72
  _container?: MatDrawerContainer | null | undefined;
package/slider/index.d.ts CHANGED
@@ -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. */
package/tabs/index.d.ts CHANGED
@@ -181,7 +181,11 @@ export declare abstract class MatPaginatedTabHeader implements AfterContentCheck
181
181
  private _dir;
182
182
  private _ngZone;
183
183
  private _platform;
184
+ private _sharedResizeObserver;
185
+ private _injector;
186
+ private _renderer;
184
187
  _animationMode: "NoopAnimations" | "BrowserAnimations" | null;
188
+ private _eventCleanups;
185
189
  abstract _items: QueryList<MatPaginatedTabHeaderItem>;
186
190
  abstract _inkBar: {
187
191
  hide: () => void;
@@ -230,8 +234,6 @@ export declare abstract class MatPaginatedTabHeader implements AfterContentCheck
230
234
  readonly selectFocusedIndex: EventEmitter<number>;
231
235
  /** Event emitted when a label is focused. */
232
236
  readonly indexFocused: EventEmitter<number>;
233
- private _sharedResizeObserver;
234
- private _injector;
235
237
  constructor(...args: unknown[]);
236
238
  /** Called when the user has selected an item via the keyboard. */
237
239
  protected abstract _itemSelected(event: KeyboardEvent): void;
@@ -93,6 +93,8 @@ export declare class MatTimepicker<D> implements OnDestroy, MatOptionParentCompo
93
93
  readonly ariaLabel: InputSignal<string | null>;
94
94
  /** ID of the label element for the timepicker panel. */
95
95
  readonly ariaLabelledby: InputSignal<string | null>;
96
+ /** Whether the timepicker is currently disabled. */
97
+ readonly disabled: Signal<boolean>;
96
98
  constructor();
97
99
  /** Opens the timepicker. */
98
100
  open(): void;
@@ -150,6 +152,7 @@ export declare class MatTimepickerInput<D> implements ControlValueAccessor, Vali
150
152
  private _onChange;
151
153
  private _onTouched;
152
154
  private _validatorOnChange;
155
+ private _cleanupClick;
153
156
  private _accessorDisabled;
154
157
  private _localeSubscription;
155
158
  private _timepickerSubscription;
@@ -281,6 +284,7 @@ export declare interface MatTimepickerSelected<D> {
281
284
  export declare class MatTimepickerToggle<D> {
282
285
  private _defaultConfig;
283
286
  private _defaultTabIndex;
287
+ protected _isDisabled: Signal<boolean>;
284
288
  /** Timepicker instance that the button will toggle. */
285
289
  readonly timepicker: InputSignal<MatTimepicker<D>>;
286
290
  /** Screen-reader label for the button. */
@@ -80,6 +80,8 @@ export declare class MatTooltip implements OnDestroy, AfterViewInit {
80
80
  private _focusMonitor;
81
81
  protected _dir: Directionality;
82
82
  private _injector;
83
+ private _document;
84
+ private _renderer;
83
85
  private _defaultOptions;
84
86
  _overlayRef: OverlayRef | null;
85
87
  _tooltipInstance: TooltipComponent | null;
@@ -142,10 +144,8 @@ export declare class MatTooltip implements OnDestroy, AfterViewInit {
142
144
  set tooltipClass(value: string | string[] | Set<string> | {
143
145
  [key: string]: any;
144
146
  });
145
- /** Manually-bound passive event listeners. */
146
- private readonly _passiveListeners;
147
- /** Reference to the current document. */
148
- private _document;
147
+ /** Cleanup functions for manually-bound events. */
148
+ private readonly _eventCleanups;
149
149
  /** Timer started at the last `touchstart` event. */
150
150
  private _touchstartTimeout;
151
151
  /** Emits when the component is destroyed. */
@@ -202,7 +202,6 @@ export declare class MatTooltip implements OnDestroy, AfterViewInit {
202
202
  /** Binds the pointer events to the tooltip trigger. */
203
203
  private _setupPointerEnterEventsIfNeeded;
204
204
  private _setupPointerExitEventsIfNeeded;
205
- private _addListeners;
206
205
  private _platformSupportsMouseEvents;
207
206
  /** Listener for the `wheel` event on the element. */
208
207
  private _wheelListener;