UNPKG

active-table

Version:

Framework agnostic table component for editable data experience

22 lines 1.03 kB
import { ActiveTable } from '../../activeTable'; export declare class UpdateIndexColumnWidth { private static readonly TEMPORARY_INDEX_NUMBER; private static readonly TEMPORARY_INVISIBLE_INDEX_NUMBER; private static wrapColumnTextAndGetDefaultWidth; private static changeTableWidths; private static changeCellAndTableWidths; private static forceWrap; private static shouldTextBeWrapped; private static changeWidth; private static getCellWidth; private static temporarilySetFirstRowCellWithLastNumber; private static getIndexColumnWidthWithAsyncFix; private static updateColumnWidthWhenOverflow; private static checkAutoColumnWidthUpdate; private static updatedBasedOnTableStyle; private static getFirstVisibleRow; private static updatedBasedOnVisiblity; static update(at: ActiveTable, textRowsArr?: Element[], forceWrap?: boolean): void; static wrapTextWhenNarrowColumnsBreached(at: ActiveTable): void; } //# sourceMappingURL=updateIndexColumnWidth.d.ts.map