@angular/material 19.1.0-next.2 → 19.1.0-rc.0

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 (95) 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 +54 -50
  11. package/fesm2022/autocomplete.mjs.map +1 -1
  12. package/fesm2022/badge.mjs +12 -12
  13. package/fesm2022/badge.mjs.map +1 -1
  14. package/fesm2022/bottom-sheet.mjs +10 -10
  15. package/fesm2022/button-toggle.mjs +10 -10
  16. package/fesm2022/button.mjs +41 -39
  17. package/fesm2022/button.mjs.map +1 -1
  18. package/fesm2022/card.mjs +46 -46
  19. package/fesm2022/checkbox.mjs +16 -16
  20. package/fesm2022/checkbox.mjs.map +1 -1
  21. package/fesm2022/chips.mjs +42 -42
  22. package/fesm2022/chips.mjs.map +1 -1
  23. package/fesm2022/core.mjs +65 -65
  24. package/fesm2022/core.mjs.map +1 -1
  25. package/fesm2022/datepicker.mjs +790 -798
  26. package/fesm2022/datepicker.mjs.map +1 -1
  27. package/fesm2022/dialog.mjs +25 -25
  28. package/fesm2022/divider.mjs +7 -7
  29. package/fesm2022/expansion.mjs +30 -28
  30. package/fesm2022/expansion.mjs.map +1 -1
  31. package/fesm2022/form-field.mjs +41 -39
  32. package/fesm2022/form-field.mjs.map +1 -1
  33. package/fesm2022/grid-list.mjs +22 -22
  34. package/fesm2022/icon/testing.mjs +7 -7
  35. package/fesm2022/icon.mjs +12 -12
  36. package/fesm2022/icon.mjs.map +1 -1
  37. package/fesm2022/input.mjs +26 -32
  38. package/fesm2022/input.mjs.map +1 -1
  39. package/fesm2022/list.mjs +63 -59
  40. package/fesm2022/list.mjs.map +1 -1
  41. package/fesm2022/menu.mjs +178 -133
  42. package/fesm2022/menu.mjs.map +1 -1
  43. package/fesm2022/paginator.mjs +21 -24
  44. package/fesm2022/paginator.mjs.map +1 -1
  45. package/fesm2022/progress-bar.mjs +14 -12
  46. package/fesm2022/progress-bar.mjs.map +1 -1
  47. package/fesm2022/progress-spinner.mjs +9 -9
  48. package/fesm2022/progress-spinner.mjs.map +1 -1
  49. package/fesm2022/radio.mjs +19 -18
  50. package/fesm2022/radio.mjs.map +1 -1
  51. package/fesm2022/select.mjs +10 -10
  52. package/fesm2022/select.mjs.map +1 -1
  53. package/fesm2022/sidenav.mjs +138 -114
  54. package/fesm2022/sidenav.mjs.map +1 -1
  55. package/fesm2022/slide-toggle.mjs +16 -16
  56. package/fesm2022/slide-toggle.mjs.map +1 -1
  57. package/fesm2022/slider.mjs +40 -41
  58. package/fesm2022/slider.mjs.map +1 -1
  59. package/fesm2022/snack-bar.mjs +22 -22
  60. package/fesm2022/sort.mjs +14 -14
  61. package/fesm2022/sort.mjs.map +1 -1
  62. package/fesm2022/stepper.mjs +37 -37
  63. package/fesm2022/stepper.mjs.map +1 -1
  64. package/fesm2022/table.mjs +59 -70
  65. package/fesm2022/table.mjs.map +1 -1
  66. package/fesm2022/tabs.mjs +66 -74
  67. package/fesm2022/tabs.mjs.map +1 -1
  68. package/fesm2022/timepicker.mjs +21 -17
  69. package/fesm2022/timepicker.mjs.map +1 -1
  70. package/fesm2022/toolbar.mjs +12 -12
  71. package/fesm2022/toolbar.mjs.map +1 -1
  72. package/fesm2022/tooltip.mjs +37 -28
  73. package/fesm2022/tooltip.mjs.map +1 -1
  74. package/fesm2022/tree.mjs +25 -25
  75. package/form-field/index.d.ts +5 -4
  76. package/icon/index.d.ts +4 -4
  77. package/input/index.d.ts +8 -5
  78. package/list/index.d.ts +8 -5
  79. package/menu/index.d.ts +13 -14
  80. package/package.json +2 -2
  81. package/paginator/index.d.ts +5 -5
  82. package/progress-bar/index.d.ts +6 -4
  83. package/progress-spinner/index.d.ts +4 -4
  84. package/radio/index.d.ts +8 -6
  85. package/schematics/ng-add/index.js +1 -1
  86. package/schematics/ng-add/index.mjs +1 -1
  87. package/select/index.d.ts +1 -1
  88. package/sidenav/index.d.ts +12 -10
  89. package/slide-toggle/index.d.ts +4 -4
  90. package/slider/index.d.ts +6 -3
  91. package/stepper/index.d.ts +6 -6
  92. package/tabs/index.d.ts +12 -10
  93. package/timepicker/index.d.ts +1 -0
  94. package/toolbar/index.d.ts +2 -2
  95. package/tooltip/index.d.ts +3 -0
package/fesm2022/tree.mjs CHANGED
@@ -72,10 +72,10 @@ class MatTreeNode extends CdkTreeNode {
72
72
  ngOnDestroy() {
73
73
  super.ngOnDestroy();
74
74
  }
75
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.0-next.2", ngImport: i0, type: MatTreeNode, deps: [], target: i0.ɵɵFactoryTarget.Directive });
76
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "19.1.0-next.2", type: MatTreeNode, isStandalone: true, selector: "mat-tree-node", inputs: { tabIndexInputBinding: ["tabIndex", "tabIndexInputBinding", (value) => (value == null ? 0 : numberAttribute(value))], disabled: ["disabled", "disabled", booleanAttribute] }, outputs: { activation: "activation", expandedChange: "expandedChange" }, host: { listeners: { "click": "_focusItem()" }, properties: { "attr.aria-expanded": "_getAriaExpanded()", "attr.aria-level": "level + 1", "attr.aria-posinset": "_getPositionInSet()", "attr.aria-setsize": "_getSetSize()", "tabindex": "_getTabindexAttribute()" }, classAttribute: "mat-tree-node" }, providers: [{ provide: CdkTreeNode, useExisting: MatTreeNode }], exportAs: ["matTreeNode"], usesInheritance: true, ngImport: i0 });
75
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.0-next.3", ngImport: i0, type: MatTreeNode, deps: [], target: i0.ɵɵFactoryTarget.Directive });
76
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "19.1.0-next.3", type: MatTreeNode, isStandalone: true, selector: "mat-tree-node", inputs: { tabIndexInputBinding: ["tabIndex", "tabIndexInputBinding", (value) => (value == null ? 0 : numberAttribute(value))], disabled: ["disabled", "disabled", booleanAttribute] }, outputs: { activation: "activation", expandedChange: "expandedChange" }, host: { listeners: { "click": "_focusItem()" }, properties: { "attr.aria-expanded": "_getAriaExpanded()", "attr.aria-level": "level + 1", "attr.aria-posinset": "_getPositionInSet()", "attr.aria-setsize": "_getSetSize()", "tabindex": "_getTabindexAttribute()" }, classAttribute: "mat-tree-node" }, providers: [{ provide: CdkTreeNode, useExisting: MatTreeNode }], exportAs: ["matTreeNode"], usesInheritance: true, ngImport: i0 });
77
77
  }
78
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.0-next.2", ngImport: i0, type: MatTreeNode, decorators: [{
78
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.0-next.3", ngImport: i0, type: MatTreeNode, decorators: [{
79
79
  type: Directive,
80
80
  args: [{
81
81
  selector: 'mat-tree-node',
@@ -108,10 +108,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.0-next.2",
108
108
  */
109
109
  class MatTreeNodeDef extends CdkTreeNodeDef {
110
110
  data;
111
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.0-next.2", ngImport: i0, type: MatTreeNodeDef, deps: null, target: i0.ɵɵFactoryTarget.Directive });
112
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.1.0-next.2", type: MatTreeNodeDef, isStandalone: true, selector: "[matTreeNodeDef]", inputs: { when: ["matTreeNodeDefWhen", "when"], data: ["matTreeNode", "data"] }, providers: [{ provide: CdkTreeNodeDef, useExisting: MatTreeNodeDef }], usesInheritance: true, ngImport: i0 });
111
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.0-next.3", ngImport: i0, type: MatTreeNodeDef, deps: null, target: i0.ɵɵFactoryTarget.Directive });
112
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.1.0-next.3", type: MatTreeNodeDef, isStandalone: true, selector: "[matTreeNodeDef]", inputs: { when: ["matTreeNodeDefWhen", "when"], data: ["matTreeNode", "data"] }, providers: [{ provide: CdkTreeNodeDef, useExisting: MatTreeNodeDef }], usesInheritance: true, ngImport: i0 });
113
113
  }
114
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.0-next.2", ngImport: i0, type: MatTreeNodeDef, decorators: [{
114
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.0-next.3", ngImport: i0, type: MatTreeNodeDef, decorators: [{
115
115
  type: Directive,
116
116
  args: [{
117
117
  selector: '[matTreeNodeDef]',
@@ -160,14 +160,14 @@ class MatNestedTreeNode extends CdkNestedTreeNode {
160
160
  ngOnDestroy() {
161
161
  super.ngOnDestroy();
162
162
  }
163
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.0-next.2", ngImport: i0, type: MatNestedTreeNode, deps: null, target: i0.ɵɵFactoryTarget.Directive });
164
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "19.1.0-next.2", type: MatNestedTreeNode, isStandalone: true, selector: "mat-nested-tree-node", inputs: { node: ["matNestedTreeNode", "node"], disabled: ["disabled", "disabled", booleanAttribute], tabIndex: ["tabIndex", "tabIndex", (value) => (value == null ? 0 : numberAttribute(value))] }, outputs: { activation: "activation", expandedChange: "expandedChange" }, host: { classAttribute: "mat-nested-tree-node" }, providers: [
163
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.0-next.3", ngImport: i0, type: MatNestedTreeNode, deps: null, target: i0.ɵɵFactoryTarget.Directive });
164
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "19.1.0-next.3", type: MatNestedTreeNode, isStandalone: true, selector: "mat-nested-tree-node", inputs: { node: ["matNestedTreeNode", "node"], disabled: ["disabled", "disabled", booleanAttribute], tabIndex: ["tabIndex", "tabIndex", (value) => (value == null ? 0 : numberAttribute(value))] }, outputs: { activation: "activation", expandedChange: "expandedChange" }, host: { classAttribute: "mat-nested-tree-node" }, providers: [
165
165
  { provide: CdkNestedTreeNode, useExisting: MatNestedTreeNode },
166
166
  { provide: CdkTreeNode, useExisting: MatNestedTreeNode },
167
167
  { provide: CDK_TREE_NODE_OUTLET_NODE, useExisting: MatNestedTreeNode },
168
168
  ], exportAs: ["matNestedTreeNode"], usesInheritance: true, ngImport: i0 });
169
169
  }
170
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.0-next.2", ngImport: i0, type: MatNestedTreeNode, decorators: [{
170
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.0-next.3", ngImport: i0, type: MatNestedTreeNode, decorators: [{
171
171
  type: Directive,
172
172
  args: [{
173
173
  selector: 'mat-nested-tree-node',
@@ -213,10 +213,10 @@ class MatTreeNodePadding extends CdkTreeNodePadding {
213
213
  set indent(indent) {
214
214
  this._setIndentInput(indent);
215
215
  }
216
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.0-next.2", ngImport: i0, type: MatTreeNodePadding, deps: null, target: i0.ɵɵFactoryTarget.Directive });
217
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "19.1.0-next.2", type: MatTreeNodePadding, isStandalone: true, selector: "[matTreeNodePadding]", inputs: { level: ["matTreeNodePadding", "level", numberAttribute], indent: ["matTreeNodePaddingIndent", "indent"] }, providers: [{ provide: CdkTreeNodePadding, useExisting: MatTreeNodePadding }], usesInheritance: true, ngImport: i0 });
216
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.0-next.3", ngImport: i0, type: MatTreeNodePadding, deps: null, target: i0.ɵɵFactoryTarget.Directive });
217
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "19.1.0-next.3", type: MatTreeNodePadding, isStandalone: true, selector: "[matTreeNodePadding]", inputs: { level: ["matTreeNodePadding", "level", numberAttribute], indent: ["matTreeNodePaddingIndent", "indent"] }, providers: [{ provide: CdkTreeNodePadding, useExisting: MatTreeNodePadding }], usesInheritance: true, ngImport: i0 });
218
218
  }
219
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.0-next.2", ngImport: i0, type: MatTreeNodePadding, decorators: [{
219
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.0-next.3", ngImport: i0, type: MatTreeNodePadding, decorators: [{
220
220
  type: Directive,
221
221
  args: [{
222
222
  selector: '[matTreeNodePadding]',
@@ -237,15 +237,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.0-next.2",
237
237
  class MatTreeNodeOutlet {
238
238
  viewContainer = inject(ViewContainerRef);
239
239
  _node = inject(CDK_TREE_NODE_OUTLET_NODE, { optional: true });
240
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.0-next.2", ngImport: i0, type: MatTreeNodeOutlet, deps: [], target: i0.ɵɵFactoryTarget.Directive });
241
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.1.0-next.2", type: MatTreeNodeOutlet, isStandalone: true, selector: "[matTreeNodeOutlet]", providers: [
240
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.0-next.3", ngImport: i0, type: MatTreeNodeOutlet, deps: [], target: i0.ɵɵFactoryTarget.Directive });
241
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.1.0-next.3", type: MatTreeNodeOutlet, isStandalone: true, selector: "[matTreeNodeOutlet]", providers: [
242
242
  {
243
243
  provide: CdkTreeNodeOutlet,
244
244
  useExisting: MatTreeNodeOutlet,
245
245
  },
246
246
  ], ngImport: i0 });
247
247
  }
248
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.0-next.2", ngImport: i0, type: MatTreeNodeOutlet, decorators: [{
248
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.0-next.3", ngImport: i0, type: MatTreeNodeOutlet, decorators: [{
249
249
  type: Directive,
250
250
  args: [{
251
251
  selector: '[matTreeNodeOutlet]',
@@ -265,10 +265,10 @@ class MatTree extends CdkTree {
265
265
  // Outlets within the tree's template where the dataNodes will be inserted.
266
266
  // We need an initializer here to avoid a TS error. The value will be set in `ngAfterViewInit`.
267
267
  _nodeOutlet = undefined;
268
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.0-next.2", ngImport: i0, type: MatTree, deps: null, target: i0.ɵɵFactoryTarget.Component });
269
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.0-next.2", type: MatTree, isStandalone: true, selector: "mat-tree", host: { classAttribute: "mat-tree" }, providers: [{ provide: CdkTree, useExisting: MatTree }], viewQueries: [{ propertyName: "_nodeOutlet", first: true, predicate: MatTreeNodeOutlet, descendants: true, static: true }], exportAs: ["matTree"], usesInheritance: true, ngImport: i0, template: `<ng-container matTreeNodeOutlet></ng-container>`, isInline: true, styles: [".mat-tree{display:block;background-color:var(--mat-tree-container-background-color, var(--mat-sys-surface))}.mat-tree-node,.mat-nested-tree-node{color:var(--mat-tree-node-text-color, var(--mat-sys-on-surface));font-family:var(--mat-tree-node-text-font, var(--mat-sys-body-large-font));font-size:var(--mat-tree-node-text-size, var(--mat-sys-body-large-size));font-weight:var(--mat-tree-node-text-weight, var(--mat-sys-body-large-weight))}.mat-tree-node{display:flex;align-items:center;flex:1;word-wrap:break-word;min-height:var(--mat-tree-node-min-height, 48px)}.mat-nested-tree-node{border-bottom-width:0}"], dependencies: [{ kind: "directive", type: MatTreeNodeOutlet, selector: "[matTreeNodeOutlet]" }], changeDetection: i0.ChangeDetectionStrategy.Default, encapsulation: i0.ViewEncapsulation.None });
268
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.0-next.3", ngImport: i0, type: MatTree, deps: null, target: i0.ɵɵFactoryTarget.Component });
269
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.0-next.3", type: MatTree, isStandalone: true, selector: "mat-tree", host: { classAttribute: "mat-tree" }, providers: [{ provide: CdkTree, useExisting: MatTree }], viewQueries: [{ propertyName: "_nodeOutlet", first: true, predicate: MatTreeNodeOutlet, descendants: true, static: true }], exportAs: ["matTree"], usesInheritance: true, ngImport: i0, template: `<ng-container matTreeNodeOutlet></ng-container>`, isInline: true, styles: [".mat-tree{display:block;background-color:var(--mat-tree-container-background-color, var(--mat-sys-surface))}.mat-tree-node,.mat-nested-tree-node{color:var(--mat-tree-node-text-color, var(--mat-sys-on-surface));font-family:var(--mat-tree-node-text-font, var(--mat-sys-body-large-font));font-size:var(--mat-tree-node-text-size, var(--mat-sys-body-large-size));font-weight:var(--mat-tree-node-text-weight, var(--mat-sys-body-large-weight))}.mat-tree-node{display:flex;align-items:center;flex:1;word-wrap:break-word;min-height:var(--mat-tree-node-min-height, 48px)}.mat-nested-tree-node{border-bottom-width:0}"], dependencies: [{ kind: "directive", type: MatTreeNodeOutlet, selector: "[matTreeNodeOutlet]" }], changeDetection: i0.ChangeDetectionStrategy.Default, encapsulation: i0.ViewEncapsulation.None });
270
270
  }
271
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.0-next.2", ngImport: i0, type: MatTree, decorators: [{
271
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.0-next.3", ngImport: i0, type: MatTree, decorators: [{
272
272
  type: Component,
273
273
  args: [{ selector: 'mat-tree', exportAs: 'matTree', template: `<ng-container matTreeNodeOutlet></ng-container>`, host: {
274
274
  'class': 'mat-tree',
@@ -282,10 +282,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.0-next.2",
282
282
  * Wrapper for the CdkTree's toggle with Material design styles.
283
283
  */
284
284
  class MatTreeNodeToggle extends CdkTreeNodeToggle {
285
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.0-next.2", ngImport: i0, type: MatTreeNodeToggle, deps: null, target: i0.ɵɵFactoryTarget.Directive });
286
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.1.0-next.2", type: MatTreeNodeToggle, isStandalone: true, selector: "[matTreeNodeToggle]", inputs: { recursive: ["matTreeNodeToggleRecursive", "recursive"] }, providers: [{ provide: CdkTreeNodeToggle, useExisting: MatTreeNodeToggle }], usesInheritance: true, ngImport: i0 });
285
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.0-next.3", ngImport: i0, type: MatTreeNodeToggle, deps: null, target: i0.ɵɵFactoryTarget.Directive });
286
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.1.0-next.3", type: MatTreeNodeToggle, isStandalone: true, selector: "[matTreeNodeToggle]", inputs: { recursive: ["matTreeNodeToggleRecursive", "recursive"] }, providers: [{ provide: CdkTreeNodeToggle, useExisting: MatTreeNodeToggle }], usesInheritance: true, ngImport: i0 });
287
287
  }
288
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.0-next.2", ngImport: i0, type: MatTreeNodeToggle, decorators: [{
288
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.0-next.3", ngImport: i0, type: MatTreeNodeToggle, decorators: [{
289
289
  type: Directive,
290
290
  args: [{
291
291
  selector: '[matTreeNodeToggle]',
@@ -304,8 +304,8 @@ const MAT_TREE_DIRECTIVES = [
304
304
  MatTreeNodeOutlet,
305
305
  ];
306
306
  class MatTreeModule {
307
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.0-next.2", ngImport: i0, type: MatTreeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
308
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.1.0-next.2", ngImport: i0, type: MatTreeModule, imports: [CdkTreeModule, MatCommonModule, MatNestedTreeNode,
307
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.0-next.3", ngImport: i0, type: MatTreeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
308
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.1.0-next.3", ngImport: i0, type: MatTreeModule, imports: [CdkTreeModule, MatCommonModule, MatNestedTreeNode,
309
309
  MatTreeNodeDef,
310
310
  MatTreeNodePadding,
311
311
  MatTreeNodeToggle,
@@ -318,9 +318,9 @@ class MatTreeModule {
318
318
  MatTree,
319
319
  MatTreeNode,
320
320
  MatTreeNodeOutlet] });
321
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.1.0-next.2", ngImport: i0, type: MatTreeModule, imports: [CdkTreeModule, MatCommonModule, MatCommonModule] });
321
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.1.0-next.3", ngImport: i0, type: MatTreeModule, imports: [CdkTreeModule, MatCommonModule, MatCommonModule] });
322
322
  }
323
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.0-next.2", ngImport: i0, type: MatTreeModule, decorators: [{
323
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.0-next.3", ngImport: i0, type: MatTreeModule, decorators: [{
324
324
  type: NgModule,
325
325
  args: [{
326
326
  imports: [CdkTreeModule, MatCommonModule, ...MAT_TREE_DIRECTIVES],
@@ -150,10 +150,10 @@ export declare class MatFormField implements FloatingLabelParent, AfterContentIn
150
150
  private _hideRequiredMarker;
151
151
  /**
152
152
  * Theme color of the form field. This API is supported in M2 themes only, it
153
- * has no effect in M3 themes.
153
+ * has no effect in M3 themes. For color customization in M3, see https://material.angular.io/components/form-field/styling.
154
154
  *
155
155
  * For information on applying color variants in M3, see
156
- * https://material.angular.io/guide/theming#using-component-color-variants.
156
+ * https://material.angular.io/guide/material-2-theming#optional-add-backwards-compatibility-styles-for-color-variants
157
157
  */
158
158
  color: ThemePalette;
159
159
  /** Whether the label should always float or float as the user types. */
@@ -376,10 +376,10 @@ export declare interface MatFormFieldDefaultOptions {
376
376
  appearance?: MatFormFieldAppearance;
377
377
  /**
378
378
  * Default theme color of the form field. This API is supported in M2 themes only, it has no
379
- * effect in M3 themes.
379
+ * effect in M3 themes. For color customization in M3, see https://material.angular.io/components/form-field/styling.
380
380
  *
381
381
  * For information on applying color variants in M3, see
382
- * https://material.angular.io/guide/theming#using-component-color-variants
382
+ * https://material.angular.io/guide/material-2-theming#optional-add-backwards-compatibility-styles-for-color-variants
383
383
  */
384
384
  color?: ThemePalette;
385
385
  /** Whether the required marker should be hidden by default. */
@@ -448,6 +448,7 @@ declare class MatFormFieldFloatingLabel implements OnDestroy {
448
448
  */
449
449
  declare class MatFormFieldLineRipple implements OnDestroy {
450
450
  private _elementRef;
451
+ private _cleanupTransitionEnd;
451
452
  constructor(...args: unknown[]);
452
453
  activate(): void;
453
454
  deactivate(): void;
package/icon/index.d.ts CHANGED
@@ -130,10 +130,10 @@ export declare class MatIcon implements OnInit, AfterViewChecked, OnDestroy {
130
130
  private _defaultColor;
131
131
  /**
132
132
  * Theme color of the icon. This API is supported in M2 themes only, it
133
- * has no effect in M3 themes.
133
+ * has no effect in M3 themes. For color customization in M3, see https://material.angular.io/components/icon/styling.
134
134
  *
135
135
  * For information on applying color variants in M3, see
136
- * https://material.angular.io/guide/theming#using-component-color-variants.
136
+ * https://material.angular.io/guide/material-2-theming#optional-add-backwards-compatibility-styles-for-color-variants
137
137
  */
138
138
  get color(): string | null | undefined;
139
139
  set color(value: string | null | undefined);
@@ -215,10 +215,10 @@ export declare class MatIcon implements OnInit, AfterViewChecked, OnDestroy {
215
215
  export declare interface MatIconDefaultOptions {
216
216
  /**
217
217
  * Theme color of the icon. This API is supported in M2 themes only, it
218
- * has no effect in M3 themes.
218
+ * has no effect in M3 themes. For color customization in M3, see https://material.angular.io/components/icon/styling.
219
219
  *
220
220
  * For information on applying color variants in M3, see
221
- * https://material.angular.io/guide/theming#using-component-color-variants.
221
+ * https://material.angular.io/guide/material-2-theming#optional-add-backwards-compatibility-styles-for-color-variants
222
222
  */
223
223
  color?: ThemePalette;
224
224
  /** Font set that the icon is a part of. */
package/input/index.d.ts CHANGED
@@ -60,14 +60,16 @@ export declare class MatInput implements MatFormFieldControl<any>, OnChanges, On
60
60
  private _autofillMonitor;
61
61
  private _ngZone;
62
62
  protected _formField?: MatFormField | null | undefined;
63
+ private _renderer;
63
64
  protected _uid: string;
64
65
  protected _previousNativeValue: any;
65
66
  private _inputValueAccessor;
66
67
  private _signalBasedValueAccessor?;
67
68
  private _previousPlaceholder;
68
69
  private _errorStateTracker;
69
- private _webkitBlinkWheelListenerAttached;
70
70
  private _config;
71
+ private _cleanupIosKeyup;
72
+ private _cleanupWebkitWheel;
71
73
  /** `aria-describedby` IDs assigned by the form field. */
72
74
  private _formFieldDescribedBy;
73
75
  /** Whether the component is being rendered on the server. */
@@ -207,10 +209,11 @@ export declare class MatInput implements MatFormFieldControl<any>, OnChanges, On
207
209
  private _webkitBlinkWheelListener;
208
210
  /**
209
211
  * In blink and webkit browsers a focused number input does not increment or decrement its value
210
- * on mouse wheel interaction unless a wheel event listener is attached to it or one of its ancestors or a passive wheel listener is attached somewhere in the DOM.
211
- * For example: Hitting a tooltip once enables the mouse wheel input for all number inputs as long as it exists.
212
- * In order to get reliable and intuitive behavior we apply a wheel event on our own
213
- * thus making sure increment and decrement by mouse wheel works every time.
212
+ * on mouse wheel interaction unless a wheel event listener is attached to it or one of its
213
+ * ancestors or a passive wheel listener is attached somewhere in the DOM. For example: Hitting
214
+ * a tooltip once enables the mouse wheel input for all number inputs as long as it exists. In
215
+ * order to get reliable and intuitive behavior we apply a wheel event on our own thus making
216
+ * sure increment and decrement by mouse wheel works every time.
214
217
  * @docs-private
215
218
  */
216
219
  private _ensureWheelDefaultBehavior;
package/list/index.d.ts CHANGED
@@ -133,7 +133,7 @@ declare abstract class MatListBase {
133
133
 
134
134
  /** Object that can be used to configure the default options for the list module. */
135
135
  export declare interface MatListConfig {
136
- /** Wheter icon indicators should be hidden for single-selection. */
136
+ /** Whether icon indicators should be hidden for single-selection. */
137
137
  hideSingleSelectionIndicator?: boolean;
138
138
  }
139
139
 
@@ -356,10 +356,11 @@ export declare class MatListOption extends MatListItemBase implements ListOption
356
356
  set checkboxPosition(value: MatListOptionTogglePosition);
357
357
  /**
358
358
  * Theme color of the list option. This sets the color of the checkbox/radio.
359
- * This API is supported in M2 themes only, it has no effect in M3 themes.
359
+ * This API is supported in M2 themes only, it has no effect in M3 themes. For color customization
360
+ * in M3, see https://material.angular.io/components/list/styling.
360
361
  *
361
362
  * For information on applying color variants in M3, see
362
- * https://material.angular.io/guide/theming#using-component-color-variants.
363
+ * https://material.angular.io/guide/material-2-theming#optional-add-backwards-compatibility-styles-for-color-variants
363
364
  */
364
365
  get color(): ThemePalette;
365
366
  set color(newValue: ThemePalette);
@@ -442,8 +443,10 @@ export declare class MatNavList extends MatListBase {
442
443
  export declare class MatSelectionList extends MatListBase implements SelectionList, ControlValueAccessor, AfterViewInit, OnChanges, OnDestroy {
443
444
  _element: ElementRef<HTMLElement>;
444
445
  private _ngZone;
446
+ private _renderer;
445
447
  private _initialized;
446
448
  private _keyManager;
449
+ private _listenerCleanups;
447
450
  /** Emits when the list has been destroyed. */
448
451
  private _destroyed;
449
452
  /** Whether the list has been destroyed. */
@@ -456,10 +459,10 @@ export declare class MatSelectionList extends MatListBase implements SelectionLi
456
459
  /**
457
460
  * Theme color of the selection list. This sets the checkbox color for all
458
461
  * list options. This API is supported in M2 themes only, it has no effect in
459
- * M3 themes.
462
+ * M3 themes. For color customization in M3, see https://material.angular.io/components/list/styling.
460
463
  *
461
464
  * For information on applying color variants in M3, see
462
- * https://material.angular.io/guide/theming#using-component-color-variants.
465
+ * https://material.angular.io/guide/material-2-theming#optional-add-backwards-compatibility-styles-for-color-variants
463
466
  */
464
467
  color: ThemePalette;
465
468
  /**
package/menu/index.d.ts CHANGED
@@ -1,6 +1,5 @@
1
1
  import { AfterContentInit } from '@angular/core';
2
2
  import { AfterViewInit } from '@angular/core';
3
- import { AnimationEvent as AnimationEvent_2 } from '@angular/animations';
4
3
  import { AnimationTriggerMetadata } from '@angular/animations';
5
4
  import { Direction } from '@angular/cdk/bidi';
6
5
  import { EventEmitter } from '@angular/core';
@@ -95,10 +94,14 @@ export declare const MAT_MENU_SCROLL_STRATEGY_FACTORY_PROVIDER: {
95
94
  export declare class MatMenu implements AfterContentInit, MatMenuPanel<MatMenuItem>, OnInit, OnDestroy {
96
95
  private _elementRef;
97
96
  private _changeDetectorRef;
97
+ private _injector;
98
98
  private _keyManager;
99
99
  private _xPosition;
100
100
  private _yPosition;
101
101
  private _firstItemFocusRef?;
102
+ private _exitFallbackTimeout;
103
+ /** Whether animations are currently disabled. */
104
+ protected _animationsDisabled: boolean;
102
105
  /** All items inside the menu. Includes items nested inside another menu. */
103
106
  _allItems: QueryList<MatMenuItem>;
104
107
  /** Only the direct descendant menu items. */
@@ -110,7 +113,7 @@ export declare class MatMenu implements AfterContentInit, MatMenuPanel<MatMenuIt
110
113
  /** Current state of the panel animation. */
111
114
  _panelAnimationState: 'void' | 'enter';
112
115
  /** Emits whenever an animation on the menu completes. */
113
- readonly _animationDone: Subject<AnimationEvent_2>;
116
+ readonly _animationDone: Subject<"void" | "enter">;
114
117
  /** Whether the menu is animating. */
115
118
  _isAnimating: boolean;
116
119
  /** Parent menu of the current menu panel. */
@@ -176,7 +179,6 @@ export declare class MatMenu implements AfterContentInit, MatMenuPanel<MatMenuIt
176
179
  */
177
180
  readonly close: EventEmitter<MenuCloseReason>;
178
181
  readonly panelId: string;
179
- private _injector;
180
182
  constructor(...args: unknown[]);
181
183
  ngOnInit(): void;
182
184
  ngAfterContentInit(): void;
@@ -216,13 +218,10 @@ export declare class MatMenu implements AfterContentInit, MatMenuPanel<MatMenuIt
216
218
  * @docs-private
217
219
  */
218
220
  setPositionClasses(posX?: MenuPositionX, posY?: MenuPositionY): void;
219
- /** Starts the enter animation. */
220
- _startAnimation(): void;
221
- /** Resets the panel animation to its initial state. */
222
- _resetAnimation(): void;
223
221
  /** Callback that is invoked when the panel animation completes. */
224
- _onAnimationDone(event: AnimationEvent_2): void;
225
- _onAnimationStart(event: AnimationEvent_2): void;
222
+ protected _onAnimationDone(state: string): void;
223
+ protected _onAnimationStart(state: string): void;
224
+ _setIsOpen(isOpen: boolean): void;
226
225
  /**
227
226
  * Sets up a stream that will keep track of any newly-added menu items and will update the list
228
227
  * of direct descendants. We collect the descendants this way, because `_allItems` can include
@@ -230,6 +229,8 @@ export declare class MatMenu implements AfterContentInit, MatMenuPanel<MatMenuIt
230
229
  * when it comes to maintaining the item order.
231
230
  */
232
231
  private _updateDirectDescendants;
232
+ /** Gets the menu panel DOM node. */
233
+ private _resolvePanel;
233
234
  static ɵfac: i0.ɵɵFactoryDeclaration<MatMenu, never>;
234
235
  static ɵcmp: i0.ɵɵComponentDeclaration<MatMenu, "mat-menu", ["matMenu"], { "backdropClass": { "alias": "backdropClass"; "required": false; }; "ariaLabel": { "alias": "aria-label"; "required": false; }; "ariaLabelledby": { "alias": "aria-labelledby"; "required": false; }; "ariaDescribedby": { "alias": "aria-describedby"; "required": false; }; "xPosition": { "alias": "xPosition"; "required": false; }; "yPosition": { "alias": "yPosition"; "required": false; }; "overlapTrigger": { "alias": "overlapTrigger"; "required": false; }; "hasBackdrop": { "alias": "hasBackdrop"; "required": false; }; "panelClass": { "alias": "class"; "required": false; }; "classList": { "alias": "classList"; "required": false; }; }, { "closed": "closed"; "close": "close"; }, ["lazyContent", "_allItems", "items"], ["*"], true, never>;
235
236
  static ngAcceptInputType_overlapTrigger: unknown;
@@ -241,6 +242,8 @@ export declare class MatMenu implements AfterContentInit, MatMenuPanel<MatMenuIt
241
242
  * Animation duration and timing values are based on:
242
243
  * https://material.io/guidelines/components/menus.html#menus-usage
243
244
  * @docs-private
245
+ * @deprecated No longer used, will be removed.
246
+ * @breaking-change 21.0.0
244
247
  */
245
248
  export declare const matMenuAnimations: {
246
249
  readonly transformMenu: AnimationTriggerMetadata;
@@ -398,6 +401,7 @@ export declare class MatMenuTrigger implements AfterContentInit, OnDestroy {
398
401
  private _closingActionsSubscription;
399
402
  private _hoverSubscription;
400
403
  private _menuCloseSubscription;
404
+ private _pendingRemoval;
401
405
  /**
402
406
  * We're specifically looking for a `MatMenu` here since the generic `MatMenuPanel`
403
407
  * interface lacks some functionality around nested menus and animations.
@@ -474,11 +478,6 @@ export declare class MatMenuTrigger implements AfterContentInit, OnDestroy {
474
478
  updatePosition(): void;
475
479
  /** Closes the menu and does the necessary cleanup. */
476
480
  private _destroyMenu;
477
- /**
478
- * This method sets the menu state to open and focuses the first item if
479
- * the menu was opened via the keyboard.
480
- */
481
- private _initMenu;
482
481
  private _setIsMenuOpen;
483
482
  /**
484
483
  * This method creates the overlay from the provided menu's template and saves its
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@angular/material",
3
- "version": "19.1.0-next.2",
3
+ "version": "19.1.0-rc.0",
4
4
  "description": "Angular Material",
5
5
  "repository": {
6
6
  "type": "git",
@@ -354,7 +354,7 @@
354
354
  },
355
355
  "peerDependencies": {
356
356
  "@angular/animations": "^19.0.0-0 || ^19.1.0-0 || ^19.2.0-0 || ^19.3.0-0 || ^20.0.0-0",
357
- "@angular/cdk": "19.1.0-next.2",
357
+ "@angular/cdk": "19.1.0-rc.0",
358
358
  "@angular/core": "^19.0.0-0 || ^19.1.0-0 || ^19.2.0-0 || ^19.3.0-0 || ^20.0.0-0",
359
359
  "@angular/common": "^19.0.0-0 || ^19.1.0-0 || ^19.2.0-0 || ^19.3.0-0 || ^20.0.0-0",
360
360
  "@angular/forms": "^19.0.0-0 || ^19.1.0-0 || ^19.2.0-0 || ^19.3.0-0 || ^20.0.0-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.1.0-next.2`;
22
+ const fallbackMaterialVersionRange = `~19.1.0-rc.0`;
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.1.0-next.2`;
22
+ const fallbackMaterialVersionRange = `~19.1.0-rc.0`;
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`.
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.