import { DomSanitizer } from '@angular/platform-browser'; import { VhEventMediator, VhImage, VhQueryAutoWeb } from 'vhautowebdb'; import { FunctionService } from 'vhobjects-service/src/services'; import * as i0 from "@angular/core"; export declare class AtwPdfViewerConfig { vhQueryAutoWeb: VhQueryAutoWeb; private vhEventMediator; functionService: FunctionService; private sanitizer; private platformId; private vhImage; objectChoosing: any; device: any; class: any; config: any; staticdata: any; type: any; isViewAll: boolean; currentViewAll: any; id_subproject: any; pdfUrl: any; pdfTitle: string; data_object: any; selectedFile: any; constructor(vhQueryAutoWeb: VhQueryAutoWeb, vhEventMediator: VhEventMediator, functionService: FunctionService, sanitizer: DomSanitizer, platformId: Object, vhImage: VhImage); ngOnChanges(): void; getData(): void; /** * hàm này nhận sk thay đổi width height từ component app-width-height-config truyền về * @param event width hieght của element sau khi thay đổi */ changeWidthHeight(event: any): void; /** * Hàm update class */ updateClass(): void; /** * Hàm này dùng để cho phép mở menu config . * Khi mở ở vị trí menu[0] thì các menu khác (menu[n]) đóng lại. * @param: value */ openHandler(value: string): void; openMap: { [name: string]: boolean; }; update(src: any): void; updateStaticData(): void; onFileSelected(event: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }