igniteui-angular 20.1.3 → 20.1.4
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/fesm2022/igniteui-angular.mjs +27 -17
- package/fesm2022/igniteui-angular.mjs.map +1 -1
- package/index.d.ts +1 -0
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -25078,6 +25078,7 @@ declare class IgxGridNavigationService {
|
|
|
25078
25078
|
_activeNode: IActiveNode;
|
|
25079
25079
|
lastActiveNode: IActiveNode;
|
|
25080
25080
|
protected pendingNavigation: boolean;
|
|
25081
|
+
protected keydownNotify: Subject<KeyboardEvent>;
|
|
25081
25082
|
get activeNode(): IActiveNode;
|
|
25082
25083
|
set activeNode(value: IActiveNode);
|
|
25083
25084
|
constructor(platform: PlatformUtil);
|
package/package.json
CHANGED