import { ChangeDetectorRef, OnInit } from '@angular/core'; import { VhEventMediator, VhQueryAutoWeb } from 'vhautowebdb'; import { AtwUpdateDbComponent } from 'vhobjects-service'; import { FunctionService } from 'vhobjects-service'; import * as i0 from "@angular/core"; export declare class AtwZaloShareAdminConfig extends AtwUpdateDbComponent implements OnInit { vhQueryAutoWeb: VhQueryAutoWeb; private cdRef; vhEventMediator: VhEventMediator; functionService: FunctionService; 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; configMode: 'basic' | 'advanced'; isVisible: boolean; constructor(vhQueryAutoWeb: VhQueryAutoWeb, cdRef: ChangeDetectorRef, vhEventMediator: VhEventMediator, functionService: FunctionService); ngOnInit(): 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; showModal(): void; handleOk(): void; handleCancel(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }