UNPKG

active-table

Version:

Framework agnostic table component for editable data experience

12 lines 710 B
import { ActiveTable } from '../../../activeTable'; export declare class DataCellEvents { static keyDownCell(this: ActiveTable, rowIndex: number, columnIndex: number, event: KeyboardEvent): void; private static inputCell; private static pasteCell; static blur(at: ActiveTable, rowIndex: number, columnIndex: number, textContainerElement: HTMLElement): void; private static blurCell; static prepareText(at: ActiveTable, rowIndex: number, columnIndex: number, textContainerElement: HTMLElement): void; private static focusCell; static setEvents(at: ActiveTable, cellElement: HTMLElement, rowIndex: number, columnIndex: number): void; } //# sourceMappingURL=dataCellEvents.d.ts.map