@angular/cdk 16.2.2 → 16.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.
- package/a11y/index.d.ts +1 -1
- package/esm2022/a11y/interactivity-checker/interactivity-checker.mjs +2 -2
- package/esm2022/drag-drop/drag-ref.mjs +12 -4
- package/esm2022/menu/menu-trigger.mjs +5 -2
- package/esm2022/version.mjs +1 -1
- package/fesm2022/a11y.mjs +1 -1
- package/fesm2022/a11y.mjs.map +1 -1
- package/fesm2022/cdk.mjs +1 -1
- package/fesm2022/cdk.mjs.map +1 -1
- package/fesm2022/drag-drop.mjs +11 -3
- package/fesm2022/drag-drop.mjs.map +1 -1
- package/fesm2022/menu.mjs +4 -1
- package/fesm2022/menu.mjs.map +1 -1
- package/menu/index.d.ts +1 -0
- package/package.json +1 -1
- package/schematics/ng-add/index.js +1 -1
- package/schematics/ng-add/index.mjs +1 -1
package/menu/index.d.ts
CHANGED
|
@@ -415,6 +415,7 @@ export declare class CdkMenuTrigger extends CdkMenuTriggerBase implements OnDest
|
|
|
415
415
|
private readonly _elementRef;
|
|
416
416
|
private readonly _overlay;
|
|
417
417
|
private readonly _ngZone;
|
|
418
|
+
private readonly _changeDetectorRef;
|
|
418
419
|
private readonly _inputModalityDetector;
|
|
419
420
|
private readonly _directionality;
|
|
420
421
|
/** The parent menu this trigger belongs to. */
|
package/package.json
CHANGED
|
@@ -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', `~16.2.
|
|
31
|
+
(0, package_config_1.addPackageToPackageJson)(host, '@angular/cdk', `~16.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', `~16.2.
|
|
31
|
+
(0, package_config_1.addPackageToPackageJson)(host, '@angular/cdk', `~16.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());
|