@angular/material 16.2.1 → 16.2.2
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/autocomplete/index.d.ts +1 -1
- package/datepicker/index.d.ts +3 -3
- package/esm2022/autocomplete/autocomplete.mjs +2 -2
- package/esm2022/core/version.mjs +1 -1
- package/esm2022/datepicker/month-view.mjs +2 -2
- package/esm2022/datepicker/multi-year-view.mjs +2 -2
- package/esm2022/datepicker/year-view.mjs +2 -2
- package/esm2022/select/select.mjs +3 -3
- package/esm2022/slider/slider-input.mjs +19 -9
- package/esm2022/slider/slider.mjs +2 -2
- package/fesm2022/autocomplete.mjs +1 -1
- package/fesm2022/autocomplete.mjs.map +1 -1
- package/fesm2022/core.mjs +1 -1
- package/fesm2022/core.mjs.map +1 -1
- package/fesm2022/datepicker.mjs +3 -3
- package/fesm2022/datepicker.mjs.map +1 -1
- package/fesm2022/select.mjs +2 -2
- package/fesm2022/select.mjs.map +1 -1
- package/fesm2022/slider.mjs +20 -10
- package/fesm2022/slider.mjs.map +1 -1
- package/package.json +2 -2
- package/schematics/ng-add/index.js +1 -1
- package/schematics/ng-add/index.mjs +1 -1
- package/schematics/ng-generate/mdc-migration/index_bundled.js +2 -2
- package/schematics/ng-generate/mdc-migration/index_bundled.js.map +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@angular/material",
|
|
3
|
-
"version": "16.2.
|
|
3
|
+
"version": "16.2.2",
|
|
4
4
|
"description": "Angular Material",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -757,7 +757,7 @@
|
|
|
757
757
|
},
|
|
758
758
|
"peerDependencies": {
|
|
759
759
|
"@angular/animations": "^16.0.0 || ^17.0.0",
|
|
760
|
-
"@angular/cdk": "16.2.
|
|
760
|
+
"@angular/cdk": "16.2.2",
|
|
761
761
|
"@angular/core": "^16.0.0 || ^17.0.0",
|
|
762
762
|
"@angular/common": "^16.0.0 || ^17.0.0",
|
|
763
763
|
"@angular/forms": "^16.0.0 || ^17.0.0",
|
|
@@ -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 = `~16.2.
|
|
21
|
+
const fallbackMaterialVersionRange = `~16.2.2`;
|
|
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`.
|
|
@@ -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 = `~16.2.
|
|
21
|
+
const fallbackMaterialVersionRange = `~16.2.2`;
|
|
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`.
|
|
@@ -3075,9 +3075,9 @@ var require_source_map = __commonJS({
|
|
|
3075
3075
|
}
|
|
3076
3076
|
});
|
|
3077
3077
|
|
|
3078
|
-
// node_modules/nanoid/non-secure/index.cjs
|
|
3078
|
+
// node_modules/postcss/node_modules/nanoid/non-secure/index.cjs
|
|
3079
3079
|
var require_non_secure = __commonJS({
|
|
3080
|
-
"node_modules/nanoid/non-secure/index.cjs"(exports, module2) {
|
|
3080
|
+
"node_modules/postcss/node_modules/nanoid/non-secure/index.cjs"(exports, module2) {
|
|
3081
3081
|
var urlAlphabet = "useandom-26T198340PX75pxJACKVERYMINDBUSHWOLF_GQZbfghjklqvwyzrict";
|
|
3082
3082
|
var customAlphabet = (alphabet, defaultSize = 21) => {
|
|
3083
3083
|
return (size = defaultSize) => {
|