import { HttpClient } from '@angular/common/http'; import { EventEmitter, OnInit } from '@angular/core'; import { VhQueryAutoWeb, VhEventMediator } from 'vhautowebdb'; import * as i0 from "@angular/core"; export declare class AtwFrameReplyCommentConfig implements OnInit { vhQueryAutoWeb: VhQueryAutoWeb; private vhEventMediator; private http; objectChoosing: any; device: any; position: any; class: any; config: any; type: any; staticdata: any; changeOptionConfig: EventEmitter; isViewAll: boolean; isCollapsed: boolean; urlBackgroundImage: string; openMenu: { [name: string]: boolean; }; currentViewAll: any; stylesField: { title: string; index: number; }[]; effect_hover: any[]; customize: any[]; constructor(vhQueryAutoWeb: VhQueryAutoWeb, vhEventMediator: VhEventMediator, http: HttpClient); ngOnInit(): void; 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 thực hiện gán giá trị background-image khi có thay đổi * */ handleSetBackgroundImage(): void; /** Hàm thực hiện xử lí khi chuyển lựa chon background * * @param event */ handleSetBackground(event: any): void; /** Hàm thực hiện xử lí khi có thay đổi trường background-color * */ handleSetBackgroundColor(event: any): void; /** Hàm sẽ thực hiện disable các option khi lựa chọn tải ảnh nền cho frame * * @param valueItem * @returns */ checkDisableUploadImage(valueItem: any): boolean; /** * 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; updateClass(): void; updateConfig(): void; /** * Cập nhật staticdata vào database. */ updateStaticData(): void; /** * Hàm update object vào database. */ updateObject(): void; handleChangeContainer(event: any): void; /** * Hàm này thay đổi box-shadow giữa có hiệu ứng và không có hiệu ứng. * Khi gọi hàm này thì hiệu ứng hover hiển thị box-shadow sẽ bị disable. * Ngược lại thì thì hiệu ứng hover hiển thị box-shadow enable. */ onChangeShadow(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }