import { EventEmitter, OnInit, SimpleChanges } from '@angular/core'; import { VhQueryAutoWeb, VhEventMediator } from 'vhautowebdb'; import { NzPlacementType } from 'ng-zorro-antd/dropdown'; import { HttpClient } from '@angular/common/http'; import * as i0 from "@angular/core"; export declare class AtwFrameRepliedConfig implements OnInit { vhQueryAutoWeb: VhQueryAutoWeb; private http; vhEventMediator: VhEventMediator; objectChoosing: any; device: any; position: any; class: any; config: any; type: any; changeOptionConfig: EventEmitter; isViewAll: boolean; isCollapsed: boolean; positionSelect: NzPlacementType; dataConfig: any; dataAfterChange: any; currentViewAll: any; stylesField: { title: string; index: number; }[]; optionsBackground: { label: string; value: string; }[]; openBorderConfig: boolean; effect_hover: any[]; customize: any[]; constructor(vhQueryAutoWeb: VhQueryAutoWeb, http: HttpClient, vhEventMediator: VhEventMediator); ngOnInit(): void; parserPercent: (value: string) => string; formatterPercent: (value: number) => string; /** Hàm này thực hiện khởi tạo dữ liệu; * */ initData(): void; ngOnChanges(changes: SimpleChanges): void; updateConfig(): void; updateClass(): void; updateStaticData(): 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; openBgColor(): 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 set customize 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; }