@angular/cdk 15.0.2 → 15.1.0-next.1

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.
@@ -128,7 +128,7 @@ export declare const MAC_WK_CMD_RIGHT = 93;
128
128
  export declare const META = 91;
129
129
 
130
130
 
131
- declare type ModifierKey = 'altKey' | 'shiftKey' | 'ctrlKey' | 'metaKey';
131
+ export declare type ModifierKey = 'altKey' | 'shiftKey' | 'ctrlKey' | 'metaKey';
132
132
 
133
133
  export declare const MUTE = 173;
134
134
 
package/menu/index.d.ts CHANGED
@@ -266,7 +266,7 @@ export declare class CdkMenuItem implements FocusableOption, FocusableElement, T
266
266
  */
267
267
  readonly triggered: EventEmitter<void>;
268
268
  /** Whether the menu item opens a menu. */
269
- readonly hasMenu: boolean;
269
+ get hasMenu(): boolean;
270
270
  /**
271
271
  * The tabindex for this menu item managed internally and used for implementing roving a
272
272
  * tab index.
@@ -503,7 +503,7 @@ export declare abstract class CdkMenuTriggerBase implements OnDestroy {
503
503
  /** Emits when the attached menu is requested to close */
504
504
  readonly closed: EventEmitter<void>;
505
505
  /** Template reference variable to the menu this trigger opens */
506
- menuTemplateRef: TemplateRef<unknown>;
506
+ menuTemplateRef: TemplateRef<unknown> | null;
507
507
  /** Context data to be passed along to the menu template */
508
508
  menuData: unknown;
509
509
  /** A reference to the overlay which manages the triggered menu */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@angular/cdk",
3
- "version": "15.0.2",
3
+ "version": "15.1.0-next.1",
4
4
  "description": "Angular Material Component Development Kit",
5
5
  "repository": {
6
6
  "type": "git",