/********** Angular **********/ import { OnInit, OnDestroy } from '@angular/core'; import { DrawerComponent } from '@progress/kendo-angular-layout'; /********** Component & Service **********/ import { FieldBase } from '../../components/fieldbase.component'; import { ZComponentService } from '../../services/zcomponent.service'; import { MainService } from '../../services/main.service'; import * as i0 from "@angular/core"; export declare class ZgridContainerComponent extends FieldBase implements OnInit, OnDestroy { componentService: ZComponentService; private mainService; formPage: any; drawer: DrawerComponent; innerWidth: any; isShowFormPage: boolean; constructor(componentService: ZComponentService, mainService: MainService); ngOnInit(): void; ngAfterViewInit(): void; ngOnDestroy(): void; private displayFormPage; private setupStyle3; toggleFormPage(isShow?: boolean): void; onResize(event: any): void; private setupStyle2; private toggleDrawer; onExpandChange(isExpanded: boolean): void; private setupDrawerContent; private setDrawerWidth; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }