import { ElementRef, OnInit } from '@angular/core'; import { DomSanitizer } from '@angular/platform-browser'; import { VhEventMediator, VhQueryAutoWeb } from 'vhautowebdb'; import { NzMessageService } from 'ng-zorro-antd/message'; import { FunctionService } from 'vhobjects-service/src/services'; import * as i0 from "@angular/core"; export declare class AtwMapConfig implements OnInit { vhQueryAutoWeb: VhQueryAutoWeb; private message; sanitizer: DomSanitizer; private vhEventMediator; functionService: FunctionService; device: any; myInput: ElementRef; visibleConfigMap: boolean; config: any; type: any; objectChoosing: any; class: any; staticdata: any; isVisible: boolean; isCollapsed: boolean; wrong: boolean; srcInput: any; initialValueBorder: string; currentViewAll: any; dataBorder: { name: string; img_border: string; points: string; }[]; styles_field: { title: string; index: number; }[]; placeHolder: string; isViewAll: boolean; titleMain: string; radioValue: string; constructor(vhQueryAutoWeb: VhQueryAutoWeb, message: NzMessageService, sanitizer: DomSanitizer, vhEventMediator: VhEventMediator, functionService: FunctionService); ngOnInit(): void; ngOnChanges(): void; showModal(): void; handleCancel(): void; createMessage(info: any, type?: 'error' | 'success' | 'warning' | 'info'): void; updateClass(): void; /** * Cập nhật staticdata vào database. */ updateStaticData(): void; getLink(link: any): void; getLocal(local: any): void; getGoogleMapsUrl(place: string): string; encodeQueryData(data: any): string; openViewAll(field_text: any): 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 */ openMap: { [name: string]: boolean; }; openHandler(value: string): void; handleRequired(value: any): 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; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }