import { MatDialog } from '@angular/material/dialog'; import { VhEventMediator, VhQueryAutoWeb } from 'vhautowebdb'; import { AtwUpdateDbComponent } from 'vhobjects-service'; import { FunctionService } from 'vhobjects-service'; import { HttpClient } from '@angular/common/http'; import * as i0 from "@angular/core"; export declare class AtwTextParagraphAdminConfig extends AtwUpdateDbComponent { vhQueryAutoWeb: VhQueryAutoWeb; vhEventMediator: VhEventMediator; functionService: FunctionService; private dialog; private http; /** object đang chọn */ objectChoosing: any; /** Thiết bị hiện tại (desktop, tablet_portrait, tablet_landscape, mobile_portrait, mobile_landscape) */ device: any; /** Dữ liệu class của thiết bị hiện tại */ class: any; /** Dữ liệu config của thiết bị hiện tại */ config: any; /** Dữ liệu staticdata */ staticdata: any; /** Dữ liệu blocks_of_page */ blocks_of_page: any; /** Loại trang (page, admin, ...) */ type: any; configMode: 'basic' | 'advanced'; isViewAll: boolean; currentViewAll: any; styles_field: { title: string; index: number; }[]; customize: any[]; effect_hover: any[]; effect_hover_data: any; constructor(vhQueryAutoWeb: VhQueryAutoWeb, vhEventMediator: VhEventMediator, functionService: FunctionService, dialog: MatDialog, http: HttpClient); ngOnInit(): void; ngOnChanges(): void; handleEdit(): 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 này set customize mở mở phần mở rộng của config từ choose-animations-config truyền về * @param event customize sau khi thay đổi */ openAnimationDetail(event: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }