import { OnInit } from '@angular/core'; import { VhEventMediator, VhQueryAutoWeb } from 'vhautowebdb'; import { HttpClient } from '@angular/common/http'; import { MatDialog } from '@angular/material/dialog'; import { FunctionService } from 'vhobjects-service/src/services'; import * as i0 from "@angular/core"; export declare class AtwDateRepeatConfig implements OnInit { vhQueryAutoWeb: VhQueryAutoWeb; private http; private dialog; functionService: FunctionService; private vhEventMediator; objectChoosing: any; type_config: string; device: any; class: any; config: any; type: any; staticdata: any; isViewAll: boolean; currentViewAll: any; styles_field: { title: string; index: number; }[]; effect_hover: any[]; effect_hover_data: any; constructor(vhQueryAutoWeb: VhQueryAutoWeb, http: HttpClient, dialog: MatDialog, functionService: FunctionService, vhEventMediator: VhEventMediator); ngOnInit(): void; ngOnChanges(): void; /** * Cập nhật text-shadow */ handleSetTextShadow(): void; /** Định dạng hiệu ứng văn bản (phong cách và kiểu cọ) * @param action : trả về hiệu ứng văn bản đã chọn */ dispatchStyles(action: any): void; /** * Hàm này dùng để mở dialog của component icon */ openDialogChooseIcon(): void; customize: any[]; /** * Hàm update class */ updateClass(): void; /** * Hàm update config */ updateConfig(): void; /** * Hàm update staticdata */ updateStaticData(): void; /** * Hàm update object vào database. */ updateObject(): 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; openMap: { [name: string]: boolean; }; /** * 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; }