UNPKG

active-table

Version:

Framework agnostic table component for editable data experience

15 lines 808 B
import { ActiveTable } from '../../activeTable'; export declare class CaretDisplayFix { private static readonly CONTENT_EDITABLE; private static readonly TAB_INDEX; private static readonly BR_TAG_NAME; static removeContentEditable(textContainerElement: HTMLElement): void; static setContentEditable(textContainerElement: HTMLElement): void; static removeTabIndex(cellElement: HTMLElement): void; static setTabIndex(textContainerElement: HTMLElement): void; private static removeBRPadding; static addBRPaddingToEmptyCell(textContainerElement: HTMLElement, text: string): void; static toggleCellTextBRPadding(at: ActiveTable, textContainerElement: HTMLElement, isUndo: boolean): void; static isIssueBrowser(): boolean; } //# sourceMappingURL=caretDisplayFix.d.ts.map