import { VhEventMediator, VhQueryAutoWeb } from 'vhautowebdb'; import { MatDialog } from '@angular/material/dialog'; import { HttpClient } from '@angular/common/http'; import * as i0 from "@angular/core"; export declare class AtwTextParagraphConfig { vhQueryAutoWeb: VhQueryAutoWeb; private vhEventMediator; private dialog; private http; objectChoosing: any; class: any; config: any; device: any; staticdata: any; type: any; isViewAll: boolean; currentViewAll: any; styles_field: { title: string; index: number; }[]; customize: any[]; effect_hover: any[]; effect_hover_data: any; constructor(vhQueryAutoWeb: VhQueryAutoWeb, vhEventMediator: VhEventMediator, dialog: MatDialog, http: HttpClient); ngOnInit(): void; ngOnChanges(): void; /** *Hàm update config vào database. */ updateConfig(): void; /** * Hàm update class vào database. */ updateClass(): 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; handleEdit(): void; updateStaticData(): 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 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; }