@angular/material 18.0.0-next.4 → 18.0.0-next.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.
package/menu/index.d.ts CHANGED
@@ -116,7 +116,7 @@ export declare class MatMenu implements AfterContentInit, MatMenuPanel<MatMenuIt
116
116
  _allItems: QueryList<MatMenuItem>;
117
117
  /** Only the direct descendant menu items. */
118
118
  _directDescendantItems: QueryList<MatMenuItem>;
119
- /** Config object to be passed into the menu's ngClass */
119
+ /** Classes to be applied to the menu panel. */
120
120
  _classList: {
121
121
  [key: string]: boolean;
122
122
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@angular/material",
3
- "version": "18.0.0-next.4",
3
+ "version": "18.0.0-next.5",
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-0 || ^18.1.0-0 || ^18.2.0-0 || ^18.3.0-0 || ^19.0.0-0",
493
- "@angular/cdk": "18.0.0-next.4",
493
+ "@angular/cdk": "18.0.0-next.5",
494
494
  "@angular/core": "^18.0.0-0 || ^18.1.0-0 || ^18.2.0-0 || ^18.3.0-0 || ^19.0.0-0",
495
495
  "@angular/common": "^18.0.0-0 || ^18.1.0-0 || ^18.2.0-0 || ^18.3.0-0 || ^19.0.0-0",
496
496
  "@angular/forms": "^18.0.0-0 || ^18.1.0-0 || ^18.2.0-0 || ^18.3.0-0 || ^19.0.0-0",
@@ -44,6 +44,12 @@
44
44
  "factory": "./ng-generate/address-form/index",
45
45
  "schema": "./ng-generate/address-form/schema.json",
46
46
  "aliases": ["address-form", "material-address-form", "material-addressForm"]
47
+ },
48
+ "m3Theme": {
49
+ "description": "Generate M3 theme",
50
+ "factory": "./ng-generate/m3-theme/index_bundled",
51
+ "schema": "./ng-generate/m3-theme/schema.json",
52
+ "aliases": ["m3-theme", "M3-theme"]
47
53
  }
48
54
  }
49
55
  }
@@ -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 = `~18.0.0-next.4`;
21
+ const fallbackMaterialVersionRange = `~18.0.0-next.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`.
@@ -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 = `~18.0.0-next.4`;
21
+ const fallbackMaterialVersionRange = `~18.0.0-next.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`.