import { HttpClient } from '@angular/common/http'; import { OnInit, EventEmitter } from '@angular/core'; import { Router } from '@angular/router'; import { GridComponent } from '../../ui/grid/grid.component'; import { GeneralShowPlanInterface } from '../../../models/general-show-plan.interface'; import * as i0 from "@angular/core"; export declare class SimpleListShowPlanComponent implements OnInit { private http; private router; uniquePageName: string; gridName: string; gridComponent: GridComponent; progressCallback: EventEmitter; currentShowPlanChangeCallback: EventEmitter; list: GeneralShowPlanInterface[]; currentShowPlan: GeneralShowPlanInterface; currentShowPlanId: string; newShowPlanName: string; loadingIsShow: boolean; constructor(http: HttpClient, router: Router); ngOnInit(): void; showPlanChangeHandler(selectedValueId: string): void; saveHandeler(): void; updateHandler(): void; removeHandler(): void; setAsDefaultHandler(): void; refreshHandler(): void; private currentShowPlanChanged; private loadGridLayout; private removeGridLayout; private updateGridLayout; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }