@angular/cdk 14.2.1 → 14.2.3

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.
@@ -106,7 +106,6 @@ export declare class CdkListbox<T = unknown> implements AfterContentInit, OnDest
106
106
  private _validateUnexpectedOptionValues;
107
107
  /** The combined set of validators for this listbox. */
108
108
  private _validators;
109
- constructor();
110
109
  ngAfterContentInit(): void;
111
110
  ngOnDestroy(): void;
112
111
  /**
package/menu/index.d.ts CHANGED
@@ -240,7 +240,7 @@ export declare class CdkMenuItem implements FocusableOption, FocusableElement, T
240
240
  /** The directionality (text direction) of the current page. */
241
241
  protected readonly _dir: Directionality | null;
242
242
  /** The menu's native DOM host element. */
243
- readonly _elementRef: ElementRef<any>;
243
+ readonly _elementRef: ElementRef<HTMLElement>;
244
244
  /** The Angular zone. */
245
245
  protected _ngZone: NgZone;
246
246
  /** The menu aim service used by this menu. */
@@ -336,6 +336,8 @@ export declare class CdkMenuItem implements FocusableOption, FocusableElement, T
336
336
  * otherwise or if no parent.
337
337
  */
338
338
  private _isParentVertical;
339
+ /** Sets the `type` attribute of the menu item. */
340
+ private _setType;
339
341
  static ɵfac: i0.ɵɵFactoryDeclaration<CdkMenuItem, never>;
340
342
  static ɵdir: i0.ɵɵDirectiveDeclaration<CdkMenuItem, "[cdkMenuItem]", ["cdkMenuItem"], { "disabled": "cdkMenuItemDisabled"; "typeaheadLabel": "cdkMenuitemTypeaheadLabel"; }, { "triggered": "cdkMenuItemTriggered"; }, never, never, false>;
341
343
  }
@@ -474,6 +476,8 @@ export declare class CdkMenuTrigger extends CdkMenuTriggerBase implements OnDest
474
476
  private _subscribeToMenuStackClosed;
475
477
  /** Sets the role attribute for this trigger if needed. */
476
478
  private _setRole;
479
+ /** Sets thte `type` attribute of the trigger. */
480
+ private _setType;
477
481
  static ɵfac: i0.ɵɵFactoryDeclaration<CdkMenuTrigger, never>;
478
482
  static ɵdir: i0.ɵɵDirectiveDeclaration<CdkMenuTrigger, "[cdkMenuTriggerFor]", ["cdkMenuTriggerFor"], { "menuTemplateRef": "cdkMenuTriggerFor"; "menuPosition": "cdkMenuPosition"; }, { "opened": "cdkMenuOpened"; "closed": "cdkMenuClosed"; }, never, never, false>;
479
483
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@angular/cdk",
3
- "version": "14.2.1",
3
+ "version": "14.2.3",
4
4
  "description": "Angular Material Component Development Kit",
5
5
  "repository": {
6
6
  "type": "git",
@@ -28,7 +28,7 @@ function default_1() {
28
28
  // In order to align the CDK version with other Angular dependencies that are setup by
29
29
  // `@schematics/angular`, we use tilde instead of caret. This is default for Angular
30
30
  // dependencies in new CLI projects.
31
- (0, package_config_1.addPackageToPackageJson)(host, '@angular/cdk', `~14.2.1`);
31
+ (0, package_config_1.addPackageToPackageJson)(host, '@angular/cdk', `~14.2.3`);
32
32
  // Add a task to run the package manager. This is necessary because we updated the
33
33
  // workspace "package.json" file and we want lock files to reflect the new version range.
34
34
  context.addTask(new tasks_1.NodePackageInstallTask());
@@ -28,7 +28,7 @@ function default_1() {
28
28
  // In order to align the CDK version with other Angular dependencies that are setup by
29
29
  // `@schematics/angular`, we use tilde instead of caret. This is default for Angular
30
30
  // dependencies in new CLI projects.
31
- (0, package_config_1.addPackageToPackageJson)(host, '@angular/cdk', `~14.2.1`);
31
+ (0, package_config_1.addPackageToPackageJson)(host, '@angular/cdk', `~14.2.3`);
32
32
  // Add a task to run the package manager. This is necessary because we updated the
33
33
  // workspace "package.json" file and we want lock files to reflect the new version range.
34
34
  context.addTask(new tasks_1.NodePackageInstallTask());