import { OnInit } from '@angular/core'; import { VhEventMediator, VhQueryAutoWeb } from 'vhautowebdb'; import { FunctionService } from 'vhobjects-service/src/services'; import * as i0 from "@angular/core"; export declare class AtwNewFieldCkeditorConfig implements OnInit { private vhQueryAutoWeb; private vhEventMediator; functionService: FunctionService; objectChoosing: any; class: any; device: any; config: any; type: any; staticdata: any; newFieldCKEditors: any; constructor(vhQueryAutoWeb: VhQueryAutoWeb, vhEventMediator: VhEventMediator, functionService: FunctionService); ngOnInit(): void; getNewFieldCkeditor(): void; updateTypeDisplay(): 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; updateStaticData(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }