@angular/material 12.2.4 → 12.2.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.
@@ -18,7 +18,7 @@ const package_config_1 = require("./package-config");
18
18
  * Note that the fallback version range does not use caret, but tilde because that is
19
19
  * the default for Angular framework dependencies in CLI projects.
20
20
  */
21
- const fallbackMaterialVersionRange = `~12.2.4`;
21
+ const fallbackMaterialVersionRange = `~12.2.5`;
22
22
  /**
23
23
  * Schematic factory entry-point for the `ng-add` schematic. The ng-add schematic will be
24
24
  * automatically executed if developers run `ng add @angular/material`.
@@ -146,7 +146,7 @@ export declare abstract class _MatTabGroupBase extends _MatTabGroupMixinBase imp
146
146
  static ngAcceptInputType_animationDuration: NumberInput;
147
147
  static ngAcceptInputType_selectedIndex: NumberInput;
148
148
  static ngAcceptInputType_disableRipple: BooleanInput;
149
- static ngAcceptInputType_contentTabIndex: BooleanInput;
149
+ static ngAcceptInputType_contentTabIndex: NumberInput;
150
150
  }
151
151
  /**
152
152
  * Material design tab-group component. Supports basic tab pairs (label + content) and includes