import { ChangeDetectorRef, ElementRef } from '@angular/core'; import { RecursivePartial } from '@jscrpt/common'; import { HeaderContentRenderer, HeaderContentRendererOptions, CssClassesHeaderContentRenderer } from './bodyHeaderContentRenderer.interface'; import { GridPlugin, GridPluginInstances, TableGridColumn, TableGridMetadata } from '../../../interfaces'; import * as i0 from "@angular/core"; /** * Abstract component for header content renderer * @deprecated use new MatrixGrid with MatrixContentRenderer instead */ export declare abstract class HeaderContentRendererAbstractComponent = HeaderContentRendererOptions> implements HeaderContentRenderer>>, GridPlugin { /** * Options for header content renderer */ protected ɵoptions: TOptions; /** * Instance of change detector */ protected changeDetector: ChangeDetectorRef; /** * @inheritdoc */ get options(): TOptions; set options(options: RecursivePartial); /** * @inheritdoc */ metadata: TableGridMetadata> | undefined | null; /** * @inheritdoc */ pluginElement: ElementRef; /** * @inheritdoc */ gridPlugins: GridPluginInstances | undefined | null; constructor(defaultOptions: TOptions, options?: TOptions); /** * @inheritdoc */ invalidateVisuals(): void; /** * @inheritdoc */ initialize(_force: boolean): void; /** * @inheritdoc */ initOptions(): void; static ɵfac: i0.ɵɵFactoryDeclaration, never>; static ɵdir: i0.ɵɵDirectiveDeclaration, never, never, {}, {}, never, never, true, never>; } //# sourceMappingURL=headerContentRendererAbstract.component.d.ts.map