UNPKG

ag-grid-community

Version:

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

15 lines (14 loc) 614 B
import { BeanStub } from '../../context/beanStub'; import type { BeanCollection } from '../../context/context'; import type { ICellStyleFeature } from '../../interfaces/iCellStyleFeature'; import type { CellCtrl, ICellComp } from '../../rendering/cell/cellCtrl'; export declare class CellEditStyleFeature extends BeanStub implements ICellStyleFeature { private readonly cellCtrl; private cellComp; private editSvc?; private editModelSvc?; constructor(cellCtrl: CellCtrl, beans: BeanCollection); setComp(comp: ICellComp): void; applyCellStyles(): void; private applyBatchingStyle; }