import { OnInit } from '@angular/core'; import { VhEventMediator, VhQueryAutoWeb } from 'vhautowebdb'; import * as i0 from "@angular/core"; export declare class AtwMapRepeatConfig implements OnInit { private vhQueryAutoWeb; private vhEventMediator; device: any; visibleConfigMap: boolean; config: any; type: any; objectChoosing: any; class: any; staticdata: any; isCollapsed: boolean; currentViewAll: any; styles_field: { title: string; index: number; }[]; isViewAll: boolean; radioValue: string; constructor(vhQueryAutoWeb: VhQueryAutoWeb, vhEventMediator: VhEventMediator); ngOnInit(): void; /** * Hàm update class vào database. */ updateClass(): void; /** * Cập nhật staticdata vào database. */ updateStaticData(): void; /** * Hàm mở rộng phần cấu hình. * @param field_text : trả về phần tử được chọn của mảng style_field */ 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; /** * 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; }