UNPKG

ag-grid-community

Version:

Advanced Data Grid / Data Table supporting Javascript / Typescript / React / Angular / Vue

33 lines (32 loc) 921 B
import { BeanStub } from "../context/beanStub"; export declare class UndoRedoService extends BeanStub { private focusService; private gridApi; private rowModel; private pinnedRowModel; private cellPositionUtils; private rowPositionUtils; private cellValueChanges; private undoStack; private redoStack; private activeCellEdit; private activeRowEdit; private isPasting; private isFilling; init(): void; private onCellValueChanged; private clearStacks; getCurrentUndoStackSize(): number; getCurrentRedoStackSize(): number; undo(): void; redo(): void; private processAction; private processRangeAndCellFocus; private setLastFocusedCell; private addRowEditingListeners; private addCellEditingListeners; private addPasteListeners; private addFillListeners; private pushActionsToUndoStack; private getRowNode; }