UNPKG

active-table

Version:

Framework agnostic table component for editable data experience

10 lines 667 B
import { ActiveTable } from '../../../../../activeTable'; export declare class SelectCellTextBaseEvents { static keyDownText(at: ActiveTable, rowIndex: number, columnIndex: number, event: KeyboardEvent): void; private static displayDropdown; private static clearTypeSpecificProps; static blurring(at: ActiveTable, rowIndex: number, columnIndex: number, textElement: HTMLElement): void; static blurText(this: ActiveTable, rowIndex: number, columnIndex: number, event: Event): void; static setEvents(at: ActiveTable, textElement: HTMLElement, rowIndex: number, columnIndex: number): void; } //# sourceMappingURL=selectCellTextBaseEvents.d.ts.map