igniteui-angular 22.1.0 → 22.1.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "igniteui-angular",
3
- "version": "22.1.0",
3
+ "version": "22.1.1",
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",
@@ -3377,7 +3377,7 @@ declare abstract class IgxGridBaseDirective implements GridType, OnInit, DoCheck
3377
3377
  /**
3378
3378
  * @hidden @internal
3379
3379
  */
3380
- preventContainerScroll: (evt: Event) => void;
3380
+ preventContainerScroll(evt: Event): void;
3381
3381
  /**
3382
3382
  * @hidden
3383
3383
  * @internal
@@ -3497,7 +3497,7 @@ declare abstract class IgxGridBaseDirective implements GridType, OnInit, DoCheck
3497
3497
  /**
3498
3498
  * @hidden
3499
3499
  */
3500
- rowEditingWheelHandler: (event: WheelEvent) => void;
3500
+ rowEditingWheelHandler(event: WheelEvent): void;
3501
3501
  /**
3502
3502
  * @hidden
3503
3503
  */