igniteui-angular 19.2.30 → 19.2.32
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.
|
@@ -631,6 +631,10 @@ export declare class IgxGridComponent extends IgxGridBaseDirective implements Gr
|
|
|
631
631
|
* @hidden @internal
|
|
632
632
|
*/
|
|
633
633
|
protected onColumnsAddedOrRemoved(): void;
|
|
634
|
+
/**
|
|
635
|
+
* @hidden
|
|
636
|
+
*/
|
|
637
|
+
protected onColumnsChanged(change: QueryList<IgxColumnComponent>): void;
|
|
634
638
|
/**
|
|
635
639
|
* @hidden @internal
|
|
636
640
|
*/
|
|
@@ -3228,6 +3228,7 @@ export declare abstract class IgxGridBaseDirective implements GridType, OnInit,
|
|
|
3228
3228
|
* @hidden @internal
|
|
3229
3229
|
*/
|
|
3230
3230
|
repositionRowEditingOverlay(row: RowType): void;
|
|
3231
|
+
protected viewDetachHandler(args: any): void;
|
|
3231
3232
|
/**
|
|
3232
3233
|
* @hidden @internal
|
|
3233
3234
|
*/
|
package/package.json
CHANGED