igniteui-angular 19.2.32 → 19.2.34
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.
|
@@ -70,7 +70,7 @@ export declare class IgxCellCrudState {
|
|
|
70
70
|
/** Exit cell edit mode */
|
|
71
71
|
exitCellEdit(event?: Event): IGridEditDoneEventArgs;
|
|
72
72
|
/** Clears cell editing state */
|
|
73
|
-
endCellEdit(): void;
|
|
73
|
+
endCellEdit(restoreFocus?: boolean): void;
|
|
74
74
|
/** Returns whether the targeted cell is in edit mode */
|
|
75
75
|
targetInEdit(rowIndex: number, columnIndex: number): boolean;
|
|
76
76
|
}
|
package/package.json
CHANGED