import { OnInit } from '@angular/core'; import { VhQueryAutoWeb, VhEventMediator } from 'vhautowebdb'; import { HttpClient } from '@angular/common/http'; import { FunctionService } from 'vhobjects-service/src/services'; import * as i0 from "@angular/core"; export declare class AtwSelectAddressConfig implements OnInit { vhQueryAutoWeb: VhQueryAutoWeb; private http; vhEventMediator: VhEventMediator; functionService: FunctionService; isCollapsed: boolean; objectChoosing: any; device: any; class: any; config: any; type: any; staticdata: any; currentViewAll: any; dataAfterChange: any; isViewAll: boolean; id_subproject: any; arr_link_page: any; valueRange: number; valueParameter: number; style_color: string; isOpenOptionsBorder: boolean; fonts: any[]; backgroundColor: any; dataBorder: { name: string; img_border: string; }[]; styles_field: { title: string; index: number; }[]; constructor(vhQueryAutoWeb: VhQueryAutoWeb, http: HttpClient, vhEventMediator: VhEventMediator, functionService: FunctionService); ngOnInit(): 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 dùng để 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 update object vào database. */ updateObject(): void; /** *Hàm update class vào database. */ updateClass(): void; /** * Cập nhật staticdata vào database. */ updateStaticData(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }