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
|
@@ -3377,7 +3377,7 @@ declare abstract class IgxGridBaseDirective implements GridType, OnInit, DoCheck
|
|
|
3377
3377
|
/**
|
|
3378
3378
|
* @hidden @internal
|
|
3379
3379
|
*/
|
|
3380
|
-
preventContainerScroll
|
|
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
|
|
3500
|
+
rowEditingWheelHandler(event: WheelEvent): void;
|
|
3501
3501
|
/**
|
|
3502
3502
|
* @hidden
|
|
3503
3503
|
*/
|