import { OnInit } from '@angular/core'; import { VhEventMediator, VhQueryAutoWeb } from 'vhautowebdb'; import { ActivatedRoute, Router } from '@angular/router'; import { HttpClient } from '@angular/common/http'; import { MatDialog } from '@angular/material/dialog'; import * as i0 from "@angular/core"; export declare class AtwUserNameConfig implements OnInit { vhQueryAutoWeb: VhQueryAutoWeb; private http; private dialog; private route; private router; private vhEventMediator; type_config: string; objectChoosing: any; device: any; class: any; config: any; type: any; staticdata: any; isViewAll: boolean; currentViewAll: any; isCollapsed: boolean; styles_field: { title: string; index: number; }[]; fonts: any[]; effect_hover: any[]; effect_hover_data: any; dataAfterChange: any; arr_link_page: any; id_subproject: any; link_type: any; constructor(vhQueryAutoWeb: VhQueryAutoWeb, http: HttpClient, dialog: MatDialog, route: ActivatedRoute, router: Router, vhEventMediator: VhEventMediator); ngOnInit(): void; ngOnChanges(): void; ngOnDestroy(): void; customize: any[]; /** * Hàm update class */ updateClass(): void; /** * Hàm update config` */ updateConfig(): void; /** * Hàm update object vào database. */ updateObject(): void; /** * Set style changed * @param name : tên trường data cần lưu * @param value : giá trị data */ updateCss(name: any, key: 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; /** * 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; }; /** * Cập nhật lưu data vào database. */ saveDataProperties(): void; /** * Hàm này set customize mở mở phần mở rộng của config từ choose-animations-config truyền về * @param event customize sau khi thay đổi */ openAnimationDetail(event: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }