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/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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "igniteui-angular",
3
- "version": "20.1.3",
3
+ "version": "20.1.4",
4
4
  "description": "Ignite UI for Angular is a dependency-free Angular toolkit for building modern web apps",
5
5
  "author": "Infragistics",
6
6
  "license": "SEE LICENSE IN LICENSE",