import { VhQueryAutoWeb, VhEventMediator } from 'vhautowebdb'; import { MatDialog, MatDialogRef } from '@angular/material/dialog'; import { DialogFullscreenCodeComponent } from 'vhobjects-service'; import { AtwUpdateDbComponent } from 'vhobjects-service/src/services'; import { FunctionService } from 'vhobjects-service/src/services'; import * as i0 from "@angular/core"; export declare class AtwCustomizeObjectConfig extends AtwUpdateDbComponent { dialog: MatDialog; dialogRef: MatDialogRef; vhEventMediator: VhEventMediator; vhQueryAutoWeb: VhQueryAutoWeb; functionService: FunctionService; objectChoosing: any; device: any; class: any; staticdata: any; config: any; activeTab: string; type: any; constructor(dialog: MatDialog, dialogRef: MatDialogRef, vhEventMediator: VhEventMediator, vhQueryAutoWeb: VhQueryAutoWeb, functionService: FunctionService); /** * hàm này nhận sk thay đổi width height từ component app-width-height-config truyền về * @param event width height của element sau khi thay đổi */ changeWidthHeight(event: any): void; generateCode(): void; wrapWithScriptTag(jsCode: string): string; wrapWithStyleTag(cssCode: string): string; toggleFullscreen(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }