import { OnInit } from '@angular/core'; import { VhQueryAutoWeb, VhEventMediator } from 'vhautowebdb'; import { NzMessageService } from 'ng-zorro-antd/message'; import { HttpClient } from '@angular/common/http'; import { MatDialog } from '@angular/material/dialog'; import { TranslateService } from '@ngx-translate/core'; import { FunctionService } from 'vhobjects-service/src/services'; import { NzImageService } from 'ng-zorro-antd/image'; import * as i0 from "@angular/core"; export declare class AtwImageRepeatConfig implements OnInit { vhQueryAutoWeb: VhQueryAutoWeb; private http; private vhEventMediator; private nzMessageService; private matdialog; private translate; functionService: FunctionService; private nzImageService; isCollapsed: boolean; isViewAll: boolean; currentViewAll: any; objectChoosing: any; device: any; class: any; staticdata: any; config: any; type: any; effect_hover: any[]; effect_hover_data: any; visible_config_tool: boolean; style_fields: { title: string; index: number; isDrop: boolean; }[]; chooseDevice: any; constructor(vhQueryAutoWeb: VhQueryAutoWeb, http: HttpClient, vhEventMediator: VhEventMediator, nzMessageService: NzMessageService, matdialog: MatDialog, translate: TranslateService, functionService: FunctionService, nzImageService: NzImageService); ngOnInit(): void; ngOnChanges(): void; handleOpenFullscreenPreview(): void; /** Xử lí xoay lật * @param axis : Lật theo trục 'x' | 'y' | 'z' | '-z' */ handleSetTransform(axis: any): void; SetTransform(): void; updateStaticData(isMessage?: boolean): void; createMessage(type: string, key: string, duration?: number): void; customize: any[]; updateConfig(): void; updateObject(): void; updateClass(): 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 */ openMap: { [name: string]: boolean; }; openMapSub: { [name: string]: boolean; }; openHandler(value: string, isSub?: boolean): void; /** Áp dụng đổ bóng * * -> xử lí dữ liệu bóng -> css: box-shadow: `x y blur color` */ handleSetShadow(): 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; /** Xử lí lưu vị trí ảnh * -> xử lí dữ liệu bóng -> css: object-position: `x y` */ handleSetPositionImage(): void; scale(): void; /** * Hàm này set customize 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; private setCustomize; /** * 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; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }