import { OnInit } from '@angular/core'; import { VhQueryAutoWeb, VhImage } from 'vhautowebdb'; import { NzMessageService } from 'ng-zorro-antd/message'; import { FunctionService } from 'vhobjects-service/src/services'; import * as i0 from "@angular/core"; export declare class AtwAnimateConfigButton implements OnInit { private vhQueryAutoWeb; private vhImage; private nzMessageService; private functionService; private platformId; isCollapsed: boolean; objectChoosing: any; device: any; class: any; config: any; type: any; staticdata: any; currentViewAll: any; dataAfterChange: any; isViewAll: boolean; fieldSettingEffect: string; id_subproject: any; arr_link_page: any; valueRange: number; valueParameter: number; style_color: string; isOpenOptionsBorder: boolean; blockList: any; blockTemp: any; isImageSaved: boolean; constructor(vhQueryAutoWeb: VhQueryAutoWeb, vhImage: VhImage, nzMessageService: NzMessageService, functionService: FunctionService, platformId: Object); ngOnInit(): void; getBlock(): void; handleChangeDirection(value: any): void; saveImage(): void; updateObject(): void; onUpload(e: any): void; /** UPLOAD IMAGE */ openUpload(): 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; /** * update trường mobile_portrait_hidden or desktop_hidden cho object * @param value */ /** * 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; }; openHandler(value: string): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }