UNPKG

systelab-components

Version:

systelab-components is a set of components that use wide accepted and adopted standard technologies like Angular and Bootstrap, as well as other popular libraries. Please read the ATTRIBUTION.md file for a complete list of dependencies.

15 lines (14 loc) 772 B
import { IHeaderAngularComp } from 'ag-grid-angular'; import { IHeaderParams } from 'ag-grid-community'; import { AbstractGrid } from '../abstract-grid.component'; import * as i0 from "@angular/core"; export declare class GridHeaderContextMenuComponent<T> implements IHeaderAngularComp { headerName: string; headerData: any; protected container: AbstractGrid<T>; agInit(params: IHeaderParams): void; refresh(params: IHeaderParams): boolean; dotsClicked(event: MouseEvent): void; static ɵfac: i0.ɵɵFactoryDeclaration<GridHeaderContextMenuComponent<any>, never>; static ɵcmp: i0.ɵɵComponentDeclaration<GridHeaderContextMenuComponent<any>, "systelab-grid-header-context-menu-cell-renderer", never, {}, {}, never, never, false, never>; }