import { OnInit } from '@angular/core'; import { VhQueryAutoWeb } from 'vhautowebdb'; import * as i0 from "@angular/core"; export declare class AtwZaloFollowConfig implements OnInit { private vhQueryAutoWeb; isCollapsed: boolean; type_config: string; objectChoosing: any; device: any; class: any; config: any; type: any; staticdata: any; facebookID: string; currentViewAll: any; dataAfterChange: any; isViewAll: boolean; fieldSettingEffect: string; id_subproject: any; arr_link_page: any; valueRange: number; valueParameter: number; style_color: string; isOpenOptionsBorder: boolean; constructor(vhQueryAutoWeb: VhQueryAutoWeb); ngOnInit(): void; ngOnDestroy(): 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; /** * Set style changed * @param name : tên trường data cần lưu * @param value : giá trị data */ updateCss(name: any, value: any): void; /** * Cập nhật lưu hàm updateCss vào database. */ saveDataProperties(): void; /** * update trường mobile_portrait_hidden or desktop_hidden cho object * @param value */ updateHidden(value: 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 */ openMap: { [name: string]: boolean; }; openHandler(value: string): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }