UNPKG

ag-grid-community

Version:

Advanced Data Grid / Data Table supporting Javascript / React / AngularJS / Web Components

16 lines (15 loc) 544 B
import { RowNode } from "../../entities/rowNode"; import { BeanStub } from "../../context/beanStub"; import { ControllersService } from "../../controllersService"; export declare class AutoHeightCalculator extends BeanStub { private beans; private $scope; private columnController; private rowCssClassCalculator; $compile: any; controllersService: ControllersService; private centerRowContainerCon; private postConstruct; getPreferredHeightForRow(rowNode: RowNode): number; private addInRowCssClasses; }