@angular/material 18.2.9 → 18.2.10
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/esm2022/chips/chip-input.mjs +2 -2
- package/esm2022/core/version.mjs +1 -1
- package/esm2022/tabs/tab-body.mjs +3 -9
- package/fesm2022/chips.mjs +1 -1
- package/fesm2022/chips.mjs.map +1 -1
- package/fesm2022/core.mjs +1 -1
- package/fesm2022/core.mjs.map +1 -1
- package/fesm2022/tabs.mjs +2 -8
- package/fesm2022/tabs.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/m3-theme/index_bundled.js +2 -2
- package/schematics/ng-update/index_bundled.js +31 -31
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@angular/material",
|
|
3
|
-
"version": "18.2.
|
|
3
|
+
"version": "18.2.10",
|
|
4
4
|
"description": "Angular Material",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -490,7 +490,7 @@
|
|
|
490
490
|
},
|
|
491
491
|
"peerDependencies": {
|
|
492
492
|
"@angular/animations": "^18.0.0 || ^19.0.0",
|
|
493
|
-
"@angular/cdk": "18.2.
|
|
493
|
+
"@angular/cdk": "18.2.10",
|
|
494
494
|
"@angular/core": "^18.0.0 || ^19.0.0",
|
|
495
495
|
"@angular/common": "^18.0.0 || ^19.0.0",
|
|
496
496
|
"@angular/forms": "^18.0.0 || ^19.0.0",
|
|
@@ -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 = `~18.2.
|
|
22
|
+
const fallbackMaterialVersionRange = `~18.2.10`;
|
|
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 = `~18.2.
|
|
22
|
+
const fallbackMaterialVersionRange = `~18.2.10`;
|
|
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`.
|
|
@@ -50,7 +50,7 @@ var __async = (__this, __arguments, generator) => {
|
|
|
50
50
|
});
|
|
51
51
|
};
|
|
52
52
|
|
|
53
|
-
// bazel-out/
|
|
53
|
+
// bazel-out/darwin-fastbuild/bin/src/material/schematics/ng-generate/m3-theme/index.mjs
|
|
54
54
|
var m3_theme_exports = {};
|
|
55
55
|
__export(m3_theme_exports, {
|
|
56
56
|
default: () => m3_theme_default,
|
|
@@ -2411,7 +2411,7 @@ function parseIntHex(value) {
|
|
|
2411
2411
|
return parseInt(value, 16);
|
|
2412
2412
|
}
|
|
2413
2413
|
|
|
2414
|
-
// bazel-out/
|
|
2414
|
+
// bazel-out/darwin-fastbuild/bin/src/material/schematics/ng-generate/m3-theme/index.mjs
|
|
2415
2415
|
var HUE_TONES = [0, 10, 20, 25, 30, 35, 40, 50, 60, 70, 80, 90, 95, 98, 99, 100];
|
|
2416
2416
|
var NEUTRAL_HUES = /* @__PURE__ */ new Map([
|
|
2417
2417
|
[4, { prev: 0, next: 10 }],
|
|
@@ -605,9 +605,9 @@ var require_tslib = __commonJS({
|
|
|
605
605
|
}
|
|
606
606
|
});
|
|
607
607
|
|
|
608
|
-
// bazel-out/
|
|
608
|
+
// bazel-out/darwin-fastbuild/bin/src/material/schematics/ng-update/data/attribute-selectors.js
|
|
609
609
|
var require_attribute_selectors = __commonJS({
|
|
610
|
-
"bazel-out/
|
|
610
|
+
"bazel-out/darwin-fastbuild/bin/src/material/schematics/ng-update/data/attribute-selectors.js"(exports) {
|
|
611
611
|
"use strict";
|
|
612
612
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
613
613
|
exports.attributeSelectors = void 0;
|
|
@@ -615,9 +615,9 @@ var require_attribute_selectors = __commonJS({
|
|
|
615
615
|
}
|
|
616
616
|
});
|
|
617
617
|
|
|
618
|
-
// bazel-out/
|
|
618
|
+
// bazel-out/darwin-fastbuild/bin/src/material/schematics/ng-update/data/class-names.js
|
|
619
619
|
var require_class_names = __commonJS({
|
|
620
|
-
"bazel-out/
|
|
620
|
+
"bazel-out/darwin-fastbuild/bin/src/material/schematics/ng-update/data/class-names.js"(exports) {
|
|
621
621
|
"use strict";
|
|
622
622
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
623
623
|
exports.classNames = void 0;
|
|
@@ -625,9 +625,9 @@ var require_class_names = __commonJS({
|
|
|
625
625
|
}
|
|
626
626
|
});
|
|
627
627
|
|
|
628
|
-
// bazel-out/
|
|
628
|
+
// bazel-out/darwin-fastbuild/bin/src/material/schematics/ng-update/data/constructor-checks.js
|
|
629
629
|
var require_constructor_checks = __commonJS({
|
|
630
|
-
"bazel-out/
|
|
630
|
+
"bazel-out/darwin-fastbuild/bin/src/material/schematics/ng-update/data/constructor-checks.js"(exports) {
|
|
631
631
|
"use strict";
|
|
632
632
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
633
633
|
exports.constructorChecks = void 0;
|
|
@@ -635,9 +635,9 @@ var require_constructor_checks = __commonJS({
|
|
|
635
635
|
}
|
|
636
636
|
});
|
|
637
637
|
|
|
638
|
-
// bazel-out/
|
|
638
|
+
// bazel-out/darwin-fastbuild/bin/src/material/schematics/ng-update/data/css-selectors.js
|
|
639
639
|
var require_css_selectors = __commonJS({
|
|
640
|
-
"bazel-out/
|
|
640
|
+
"bazel-out/darwin-fastbuild/bin/src/material/schematics/ng-update/data/css-selectors.js"(exports) {
|
|
641
641
|
"use strict";
|
|
642
642
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
643
643
|
exports.cssSelectors = void 0;
|
|
@@ -645,9 +645,9 @@ var require_css_selectors = __commonJS({
|
|
|
645
645
|
}
|
|
646
646
|
});
|
|
647
647
|
|
|
648
|
-
// bazel-out/
|
|
648
|
+
// bazel-out/darwin-fastbuild/bin/src/material/schematics/ng-update/data/css-tokens.js
|
|
649
649
|
var require_css_tokens = __commonJS({
|
|
650
|
-
"bazel-out/
|
|
650
|
+
"bazel-out/darwin-fastbuild/bin/src/material/schematics/ng-update/data/css-tokens.js"(exports) {
|
|
651
651
|
"use strict";
|
|
652
652
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
653
653
|
exports.cssTokens = void 0;
|
|
@@ -688,9 +688,9 @@ var require_css_tokens = __commonJS({
|
|
|
688
688
|
}
|
|
689
689
|
});
|
|
690
690
|
|
|
691
|
-
// bazel-out/
|
|
691
|
+
// bazel-out/darwin-fastbuild/bin/src/material/schematics/ng-update/data/element-selectors.js
|
|
692
692
|
var require_element_selectors = __commonJS({
|
|
693
|
-
"bazel-out/
|
|
693
|
+
"bazel-out/darwin-fastbuild/bin/src/material/schematics/ng-update/data/element-selectors.js"(exports) {
|
|
694
694
|
"use strict";
|
|
695
695
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
696
696
|
exports.elementSelectors = void 0;
|
|
@@ -698,9 +698,9 @@ var require_element_selectors = __commonJS({
|
|
|
698
698
|
}
|
|
699
699
|
});
|
|
700
700
|
|
|
701
|
-
// bazel-out/
|
|
701
|
+
// bazel-out/darwin-fastbuild/bin/src/material/schematics/ng-update/data/input-names.js
|
|
702
702
|
var require_input_names = __commonJS({
|
|
703
|
-
"bazel-out/
|
|
703
|
+
"bazel-out/darwin-fastbuild/bin/src/material/schematics/ng-update/data/input-names.js"(exports) {
|
|
704
704
|
"use strict";
|
|
705
705
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
706
706
|
exports.inputNames = void 0;
|
|
@@ -708,9 +708,9 @@ var require_input_names = __commonJS({
|
|
|
708
708
|
}
|
|
709
709
|
});
|
|
710
710
|
|
|
711
|
-
// bazel-out/
|
|
711
|
+
// bazel-out/darwin-fastbuild/bin/src/material/schematics/ng-update/data/method-call-checks.js
|
|
712
712
|
var require_method_call_checks = __commonJS({
|
|
713
|
-
"bazel-out/
|
|
713
|
+
"bazel-out/darwin-fastbuild/bin/src/material/schematics/ng-update/data/method-call-checks.js"(exports) {
|
|
714
714
|
"use strict";
|
|
715
715
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
716
716
|
exports.methodCallChecks = void 0;
|
|
@@ -718,9 +718,9 @@ var require_method_call_checks = __commonJS({
|
|
|
718
718
|
}
|
|
719
719
|
});
|
|
720
720
|
|
|
721
|
-
// bazel-out/
|
|
721
|
+
// bazel-out/darwin-fastbuild/bin/src/material/schematics/ng-update/data/output-names.js
|
|
722
722
|
var require_output_names = __commonJS({
|
|
723
|
-
"bazel-out/
|
|
723
|
+
"bazel-out/darwin-fastbuild/bin/src/material/schematics/ng-update/data/output-names.js"(exports) {
|
|
724
724
|
"use strict";
|
|
725
725
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
726
726
|
exports.outputNames = void 0;
|
|
@@ -728,9 +728,9 @@ var require_output_names = __commonJS({
|
|
|
728
728
|
}
|
|
729
729
|
});
|
|
730
730
|
|
|
731
|
-
// bazel-out/
|
|
731
|
+
// bazel-out/darwin-fastbuild/bin/src/material/schematics/ng-update/data/property-names.js
|
|
732
732
|
var require_property_names = __commonJS({
|
|
733
|
-
"bazel-out/
|
|
733
|
+
"bazel-out/darwin-fastbuild/bin/src/material/schematics/ng-update/data/property-names.js"(exports) {
|
|
734
734
|
"use strict";
|
|
735
735
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
736
736
|
exports.propertyNames = void 0;
|
|
@@ -738,9 +738,9 @@ var require_property_names = __commonJS({
|
|
|
738
738
|
}
|
|
739
739
|
});
|
|
740
740
|
|
|
741
|
-
// bazel-out/
|
|
741
|
+
// bazel-out/darwin-fastbuild/bin/src/material/schematics/ng-update/data/symbol-removal.js
|
|
742
742
|
var require_symbol_removal = __commonJS({
|
|
743
|
-
"bazel-out/
|
|
743
|
+
"bazel-out/darwin-fastbuild/bin/src/material/schematics/ng-update/data/symbol-removal.js"(exports) {
|
|
744
744
|
"use strict";
|
|
745
745
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
746
746
|
exports.symbolRemoval = void 0;
|
|
@@ -748,9 +748,9 @@ var require_symbol_removal = __commonJS({
|
|
|
748
748
|
}
|
|
749
749
|
});
|
|
750
750
|
|
|
751
|
-
// bazel-out/
|
|
751
|
+
// bazel-out/darwin-fastbuild/bin/src/material/schematics/ng-update/data/index.js
|
|
752
752
|
var require_data = __commonJS({
|
|
753
|
-
"bazel-out/
|
|
753
|
+
"bazel-out/darwin-fastbuild/bin/src/material/schematics/ng-update/data/index.js"(exports) {
|
|
754
754
|
"use strict";
|
|
755
755
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
756
756
|
var tslib_1 = require_tslib();
|
|
@@ -768,9 +768,9 @@ var require_data = __commonJS({
|
|
|
768
768
|
}
|
|
769
769
|
});
|
|
770
770
|
|
|
771
|
-
// bazel-out/
|
|
771
|
+
// bazel-out/darwin-fastbuild/bin/src/material/schematics/ng-update/upgrade-data.js
|
|
772
772
|
var require_upgrade_data = __commonJS({
|
|
773
|
-
"bazel-out/
|
|
773
|
+
"bazel-out/darwin-fastbuild/bin/src/material/schematics/ng-update/upgrade-data.js"(exports) {
|
|
774
774
|
"use strict";
|
|
775
775
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
776
776
|
exports.materialUpgradeData = void 0;
|
|
@@ -791,9 +791,9 @@ var require_upgrade_data = __commonJS({
|
|
|
791
791
|
}
|
|
792
792
|
});
|
|
793
793
|
|
|
794
|
-
// bazel-out/
|
|
794
|
+
// bazel-out/darwin-fastbuild/bin/src/material/schematics/ng-update/migrations/m2-theming-v18/migration.js
|
|
795
795
|
var require_migration = __commonJS({
|
|
796
|
-
"bazel-out/
|
|
796
|
+
"bazel-out/darwin-fastbuild/bin/src/material/schematics/ng-update/migrations/m2-theming-v18/migration.js"(exports) {
|
|
797
797
|
"use strict";
|
|
798
798
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
799
799
|
exports.migrateM2ThemingApiUsages = migrateM2ThemingApiUsages;
|
|
@@ -968,9 +968,9 @@ var require_migration = __commonJS({
|
|
|
968
968
|
}
|
|
969
969
|
});
|
|
970
970
|
|
|
971
|
-
// bazel-out/
|
|
971
|
+
// bazel-out/darwin-fastbuild/bin/src/material/schematics/ng-update/migrations/m2-theming-v18/index.js
|
|
972
972
|
var require_m2_theming_v18 = __commonJS({
|
|
973
|
-
"bazel-out/
|
|
973
|
+
"bazel-out/darwin-fastbuild/bin/src/material/schematics/ng-update/migrations/m2-theming-v18/index.js"(exports) {
|
|
974
974
|
"use strict";
|
|
975
975
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
976
976
|
exports.M2ThemingMigration = void 0;
|
|
@@ -1002,7 +1002,7 @@ var require_m2_theming_v18 = __commonJS({
|
|
|
1002
1002
|
}
|
|
1003
1003
|
});
|
|
1004
1004
|
|
|
1005
|
-
// bazel-out/
|
|
1005
|
+
// bazel-out/darwin-fastbuild/bin/src/material/schematics/ng-update/index.mjs
|
|
1006
1006
|
var ng_update_exports = {};
|
|
1007
1007
|
__export(ng_update_exports, {
|
|
1008
1008
|
updateToV18: () => updateToV18
|