@angular/material 13.0.0-rc.3 → 13.0.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.
- package/esm2020/core/common-behaviors/common-module.mjs +1 -1
- package/esm2020/core/version.mjs +1 -1
- package/fesm2015/core.mjs +2 -2
- package/fesm2015/core.mjs.map +1 -1
- package/fesm2020/core.mjs +2 -2
- package/fesm2020/core.mjs.map +1 -1
- package/package.json +7 -7
- package/schematics/ng-add/index.js +2 -2
- package/schematics/ng-add/index.mjs +2 -2
package/fesm2020/core.mjs
CHANGED
|
@@ -22,7 +22,7 @@ import { ENTER, SPACE, hasModifierKey } from '@angular/cdk/keycodes';
|
|
|
22
22
|
* found in the LICENSE file at https://angular.io/license
|
|
23
23
|
*/
|
|
24
24
|
/** Current version of Angular Material. */
|
|
25
|
-
const VERSION$1 = new Version('13.0.0
|
|
25
|
+
const VERSION$1 = new Version('13.0.0');
|
|
26
26
|
|
|
27
27
|
/**
|
|
28
28
|
* @license
|
|
@@ -56,7 +56,7 @@ AnimationDurations.EXITING = '195ms';
|
|
|
56
56
|
// i.e. avoid core to depend on the @angular/material primary entry-point
|
|
57
57
|
// Can be removed once the Material primary entry-point no longer
|
|
58
58
|
// re-exports all secondary entry-points
|
|
59
|
-
const VERSION = new Version('13.0.0
|
|
59
|
+
const VERSION = new Version('13.0.0');
|
|
60
60
|
/** @docs-private */
|
|
61
61
|
function MATERIAL_SANITY_CHECKS_FACTORY() {
|
|
62
62
|
return true;
|