import { DomSanitizer } from '@angular/platform-browser'; import { VhEventMediator, VhImage, VhQueryAutoWeb } from 'vhautowebdb'; import { AtwUpdateDbComponent } from 'vhobjects-service'; import { FunctionService } from 'vhobjects-service'; import * as i0 from "@angular/core"; export declare class AtwPdfViewerAdminConfig extends AtwUpdateDbComponent { vhQueryAutoWeb: VhQueryAutoWeb; vhEventMediator: VhEventMediator; functionService: FunctionService; private vhImage; private sanitizer; private platformId; objectChoosing: any; device: any; class: any; config: any; staticdata: any; type: any; isViewAll: boolean; currentViewAll: any; pdfUrl: any; data_object: any; selectedFile: any; pdfTitle: string; id_subproject: any; configMode: 'basic' | 'advanced'; /** Biến lưu cấu hình tự động dịch có đang bật không? Tránh gọi hàm getSetups_byFields quá nhiều lần */ private isAutoTranslate; constructor(vhQueryAutoWeb: VhQueryAutoWeb, vhEventMediator: VhEventMediator, functionService: FunctionService, vhImage: VhImage, sanitizer: DomSanitizer, platformId: Object); ngOnInit(): void; ngOnChanges(): void; getData(): 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; onFileSelected(event: any): void; /** * Update nội dung * @param fieldContent - Tên trường để cập nhật nội dung * @param isAriaLabel - Có phải là trường dạng aria-label không * @example * data = [ { langCode: 'vi', translatedText: 'Bản đồ Việt Nam' } ] */ updateContent(fieldContent: any, isAriaLabel?: boolean): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }