import { AfterViewInit, OnChanges, OnInit, SimpleChanges } from "@angular/core"; import { CoreService, NotificationService } from "inet-core"; import { ActivatedRoute, Router } from "@angular/router"; import { TranslateService } from "@ngx-translate/core"; import { Store } from "@ngrx/store"; import { IAppState } from "../../core/store/state/app.state"; import { ShareService } from "../../share/share.service"; import { ChartService } from "../../chart/chart.service"; import { FilterColumn, IFilter } from "../../chart/model/chart-custom"; import { IField, IParamsChart } from "../../chart/model/template"; import * as i0 from "@angular/core"; export declare class IframeViewComponent implements OnInit, AfterViewInit, OnChanges { private route; private chartService; private translate; private notification; private router; private store; private coreService; private shareService; chartInput: any; isResize: boolean; isShareView: boolean; isFirstLoad: boolean; chart: any; msgContentDel: string; isPlugin: boolean; width: number; height: number; prevHeight: number; prevWidth: number; dsTable: string; dsCategory: string; dsType: string; vizType: string; callData: any; callExplore: any; callEachExplore: any; columns: any[]; errorMessage: any; plugin: any; schemas: any; typeSubmit: string; queriesData: any; loading: boolean; urlLoading: string; sendJsChart: boolean; getMessageApp: EventListenerOrEventListenerObject; urlVisualizeChart: string; contentHTML: string; private readonly translateSubscription; private actionTranslate; paramsChart: IParamsChart; fields: IField[]; constructor(route: ActivatedRoute, chartService: ChartService, translate: TranslateService, notification: NotificationService, router: Router, store: Store, coreService: CoreService, shareService: ShareService); ngOnChanges(changes: SimpleChanges): void; ngOnInit(): void; ngAfterViewInit(): void; getMessageExploreApp(event: any): void; loadDataChart(): void; getDataVisualize(params: any): void; getExpVisualize(params: any): void; getCustomVisualize(param: any): void; converParamsGetDataVisualize(params: any): void; getOneChartForDeckGLMulti(params: any): Promise; convertParamsSubmit(object: any): Promise; getSchema(params: any): void; iframeLoadDone(): void; convertFilter(filterColumns: FilterColumn[]): { filters: IFilter[]; }; sendMessage(message: any): void; ngOnDestroy(): void; onResize(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }