import { OnDestroy, ElementRef, ChangeDetectorRef } from '@angular/core'; import { DomSanitizer, SafeStyle } from '@angular/platform-browser'; import { BodyHeaderContentRendererAbstractComponent } from '../bodyHeaderContentRendererAbstract.component'; import { CssDivsContentRendererOptions } from './cssDivsContentRenderer.interface'; import { GridMetadata, GridPluginInstances } from '../../../../interfaces'; import * as i0 from "@angular/core"; /** * Component used for 'CssDivsContentRendererComponent' * @deprecated use new MatrixGrid with MatrixContentRenderer instead */ export declare class CssDivsContentRendererComponent extends BodyHeaderContentRendererAbstractComponent implements OnDestroy { protected _sanitizer: DomSanitizer; protected changeDetector?: ChangeDetectorRef | undefined; /** * Concatenated string with width of all visible columns */ protected ɵgridTemplateColumns: string; /** * Sanitized value for grid template columns */ get gridTemplateColumns(): SafeStyle; /** * Css class applied to grid itself */ get cssClass(): string; constructor(pluginElement: ElementRef, _sanitizer: DomSanitizer, gridPlugins: GridPluginInstances | undefined | null, options?: CssDivsContentRendererOptions, changeDetector?: ChangeDetectorRef | undefined); /** * @inheritdoc */ initialize(force: boolean): void; /** * Set grid template column value for visible columns */ protected setGridColumnsWidth(): void; static ɵfac: i0.ɵɵFactoryDeclaration, [null, null, { optional: true; }, { optional: true; }, null]>; static ɵcmp: i0.ɵɵComponentDeclaration, "div.css-grid-content-renderer", never, {}, {}, never, never, true, never>; } //# sourceMappingURL=cssDivsContentRenderer.component.d.ts.map