@angular/cdk
Advanced tools
Comparing version 18.2.1 to 18.2.2
@@ -1282,3 +1282,3 @@ import { AfterContentInit } from '@angular/core'; | ||
private _hasInitialFocused; | ||
private _initialFocus; | ||
private _initializeFocus; | ||
/** | ||
@@ -1375,2 +1375,6 @@ * | ||
unfocus(): void; | ||
/** | ||
* Sets the item to be focusable without actually focusing it. | ||
*/ | ||
makeFocusable?(): void; | ||
} | ||
@@ -1377,0 +1381,0 @@ |
{ | ||
"name": "@angular/cdk", | ||
"version": "18.2.1", | ||
"version": "18.2.2", | ||
"description": "Angular Material Component Development Kit", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -32,3 +32,3 @@ "use strict"; | ||
// dependencies in new CLI projects. | ||
(0, package_config_1.addPackageToPackageJson)(host, '@angular/cdk', `~18.2.1`); | ||
(0, package_config_1.addPackageToPackageJson)(host, '@angular/cdk', `~18.2.2`); | ||
// Add a task to run the package manager. This is necessary because we updated the | ||
@@ -35,0 +35,0 @@ // workspace "package.json" file and we want lock files to reflect the new version range. |
@@ -215,3 +215,3 @@ import { AfterContentChecked } from '@angular/core'; | ||
private _viewInit; | ||
constructor(_differs: IterableDiffers, _changeDetectorRef: ChangeDetectorRef, _dir: Directionality); | ||
constructor(_differs: IterableDiffers, _changeDetectorRef: ChangeDetectorRef); | ||
ngAfterContentInit(): void; | ||
@@ -429,2 +429,3 @@ ngAfterContentChecked(): void; | ||
private _inputIsExpandable; | ||
private _inputIsExpanded; | ||
/** | ||
@@ -480,2 +481,4 @@ * Flag used to determine whether or not we should be focusing the actual element based on | ||
expand(): void; | ||
/** Makes the node focusable. Implemented for TreeKeyManagerItem. */ | ||
makeFocusable(): void; | ||
_focusItem(): void; | ||
@@ -482,0 +485,0 @@ _setActiveItem(): void; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8568063
72093