import { EventEmitter, OnInit } from '@angular/core'; import { VhQueryAutoWeb } from 'vhautowebdb'; import * as i0 from "@angular/core"; export declare class AtwBlockChatboxConfig implements OnInit { private vhQueryAutoWeb; blockChoosing: any; device: any; class: any; config: any; type: any; staticdata: any; position: any; changeOptionConfig: EventEmitter; isViewAll: boolean; openMenu: { [name: string]: boolean; }; currentViewAll: any; stylesField: { title: string; index: number; }[]; constructor(vhQueryAutoWeb: VhQueryAutoWeb); 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; updateClass(): void; updateConfig(): 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; updatePosition(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }