import { HttpClient } from '@angular/common/http'; import { EventEmitter, OnInit } from '@angular/core'; import { VhQueryAutoWeb, VhEventMediator } from 'vhautowebdb'; import { AtwUpdateDbComponent } from 'vhobjects-service'; import { FunctionService } from 'vhobjects-service'; import * as i0 from "@angular/core"; export declare class AtwFrameReplyCommentAdminConfig extends AtwUpdateDbComponent implements OnInit { vhQueryAutoWeb: VhQueryAutoWeb; vhEventMediator: VhEventMediator; private http; functionService: FunctionService; objectChoosing: any; device: any; position: any; class: any; config: any; type: any; staticdata: any; changeOptionConfig: EventEmitter; isViewAll: boolean; isCollapsed: boolean; configMode: 'basic' | 'advanced'; 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, functionService: FunctionService); 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; 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; }