@ng-zi/extensions-ag-grid
Version:
AgGrid Extension for Ag-grid
17 lines (16 loc) • 1.12 kB
TypeScript
import { AfterViewInit, ElementRef, OnChanges, OnDestroy, OnInit, SimpleChanges, ViewContainerRef } from '@angular/core';
import { AgGridAngular, AngularFrameworkComponentWrapper, AngularFrameworkOverrides } from 'ag-grid-angular';
import * as i0 from "@angular/core";
export declare class MtxAgGrid extends AgGridAngular implements OnInit, AfterViewInit, OnChanges, OnDestroy {
gridHeight: string | number;
gridWidth: string | number;
componentHeight: string;
componentWidth: string;
gridElement: ElementRef;
constructor(elementDef: ElementRef, viewContainerRef: ViewContainerRef, angularFrameworkOverrides: AngularFrameworkOverrides, frameworkComponentWrapper: AngularFrameworkComponentWrapper);
ngOnInit(): void;
ngOnChanges(changes: SimpleChanges): void;
private normalizeDimension;
static ɵfac: i0.ɵɵFactoryDeclaration<MtxAgGrid, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<MtxAgGrid, "mtx-ag-grid", never, { "gridHeight": { "alias": "gridHeight"; "required": false; }; "gridWidth": { "alias": "gridWidth"; "required": false; }; }, {}, never, never, true, never>;
}