import { ChangeDetectorRef, OnInit } from '@angular/core'; import { MatDialog } from '@angular/material/dialog'; import { ActivatedRoute } from '@angular/router'; import { VhQueryAutoWeb } from 'vhautowebdb'; import * as i0 from "@angular/core"; export declare class AtwZaloShareConfig implements OnInit { private vhQueryAutoWeb; private route; private dialog; private cdRef; isCollapsed: boolean; type_config: string; objectChoosing: any; device: any; class: any; config: any; type: any; staticdata: any; facebookID: string; radioValue: 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; constructor(vhQueryAutoWeb: VhQueryAutoWeb, route: ActivatedRoute, dialog: MatDialog, cdRef: ChangeDetectorRef); ngOnInit(): void; /** * Set style changed * @param name : tên trường data cần lưu * @param value : giá trị data */ updateObject(): void; /** * Hàm update config */ updateConfig(): void; changeImage(value: any): 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; }