import { OnInit } from '@angular/core'; import { VhEventMediator, VhQueryAutoWeb } from 'vhautowebdb'; import { HttpClient } from '@angular/common/http'; import * as i0 from "@angular/core"; export declare class AtwUnitsConfig implements OnInit { private vhQueryAutoWeb; private vhEventMediator; private http; data_tool: any; objectChoosing: any; device: any; class: any; staticdata: any; config: any; dataAfterChange: any; id_project: any; tabs: string[]; isViewAll: boolean; currentViewAll: any; fonts: any[]; styles_field: { title: string; index: number; }[]; constructor(vhQueryAutoWeb: VhQueryAutoWeb, vhEventMediator: VhEventMediator, http: HttpClient); 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 */ openHandler(value: string): void; openMap: { [name: string]: boolean; }; /** Chọn kiểu units * @param index : Xác định kiểu unit * Ví dụ: kiểu 1 hoặc kiểu 2 */ chooseUnits(index: any): void; updateObject(): void; /** * update trường mobile_portrait_hidden or desktop_hidden cho object * @param value */ updateHidden(value: any): void; updateBorderColor(): 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 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; updateStaticData(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }