import { VhEventMediator, VhQueryAutoWeb } from 'vhautowebdb'; import { HttpClient } from '@angular/common/http'; import { FunctionService } from 'vhobjects-service/src/services'; import * as i0 from "@angular/core"; export declare class AtwMenuCategoryConfig { private vhQueryAutoWeb; private http; vhEventMediator: VhEventMediator; functionService: FunctionService; private platformId; objectChoosing: any; device: any; class: any; config: any; type: any; staticdata: any; currentViewAll: any; isViewAll: boolean; styles_field: { title: string; index: number; }[]; bootstrapIconArrows: any; fonts: any[]; constructor(vhQueryAutoWeb: VhQueryAutoWeb, http: HttpClient, vhEventMediator: VhEventMediator, functionService: FunctionService, platformId: Object); ngOnInit(): void; /** * Khi thay đổi Bộ icon của Tiêu đề menu cha * @param icon */ onChangeIcons(icon: 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; 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; /** * Cập nhật staticdata vào database. */ updateStaticData(): void; /** * Hàm update config vào database. */ updateConfig(): void; /** * Hàm update class vào database. */ updateClass(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }