import { HttpClient } from '@angular/common/http'; import { OnInit } from '@angular/core'; import { VhEventMediator, VhQueryAutoWeb } from 'vhautowebdb'; import { FunctionService } from 'vhobjects-service/src/services'; import * as i0 from "@angular/core"; export declare class AtwTextCollapseConfig implements OnInit { vhQueryAutoWeb: VhQueryAutoWeb; private http; functionService: FunctionService; private vhEventMediator; objectChoosing: any; device: any; class: any; config: any; staticdata: any; type_config: string; type: any; isViewAll: boolean; currentViewAll: any; isCollapsed: boolean; styles_field: { title: string; index: number; }[]; index: number; listCollapse: any[]; listCollapseContent: any[]; isOpenOptionsBorderHeader: boolean; isOpenOptionsBorderBody: boolean; dataAfterChange: any; effect_hover: any[]; effect_hover_data: any; iconPosition: { name: string; value: string; }[]; iconType: { name: string; value: string; }[]; constructor(vhQueryAutoWeb: VhQueryAutoWeb, http: HttpClient, functionService: FunctionService, vhEventMediator: VhEventMediator); ngOnInit(): void; ngOnChanges(changes: any): void; /** * Xử lý thay đổi số lượng Collapse */ updateCollapse(value: any): void; /** * Hàm chọn tiêu đề */ chooseHeader(value: any): void; /** * Hàm cập nhật dữ liệu staticdata vào database. */ updateStaticData(): void; /** * Hàm update object vào database. */ updateObject(): void; /** * Hàm update class */ updateClass(): void; /** * Hàm update config */ updateConfig(): 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; }; customize: any[]; /** * 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; /** * 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 */ openAnimationDetailChild(event: any): void; /** * Xử lý thay đổi cấu hình staticdata, check xem có thay đổi trên common data không */ handleChangeStaticdata(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }