import { VhEventMediator, VhQueryAutoWeb } from 'vhautowebdb'; import { AtwUpdateDbComponent, FunctionService, LanguageService } from 'vhobjects-service'; import { NzModalService } from 'ng-zorro-antd/modal'; import * as i0 from "@angular/core"; export declare class AtwContentPreviewSliderAdminConfig extends AtwUpdateDbComponent { vhQueryAutoWeb: VhQueryAutoWeb; vhEventMediator: VhEventMediator; functionService: FunctionService; private nzModalService; private languageService; /** 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; /** Loại trang (page, admin, ...) */ type: any; isViewAll: boolean; currentViewAll: any; isCollapsed: boolean; styles_field: { title: string; index: number; }[]; id_subproject: any; subProject: any; openMap: { [name: string]: boolean; }; configMode: 'basic' | 'advanced'; constructor(vhQueryAutoWeb: VhQueryAutoWeb, vhEventMediator: VhEventMediator, functionService: FunctionService, nzModalService: NzModalService, languageService: LanguageService); ngOnInit(): void; openModalEdit(): 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 dùng để cho phép mở menu config . * Khi mở ở vị trí menu[0] thì các menu khác (menu[n]) đóng lại. * @param: value */ openHandler(value: string): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }