import { OnInit } from '@angular/core'; import { NzModalService } from 'ng-zorro-antd/modal'; import { LanguageService } from 'vhobjects-service/src/services'; import { VhQueryAutoWeb } from 'vhautowebdb'; import { FunctionService } from 'vhobjects-service/src/services'; import { ThemeService } from 'vhobjects-service/src/services'; import * as i0 from "@angular/core"; export declare class AtwSelectConfig implements OnInit { private nzModalService; private languageService; private vhQueryAutoWeb; functionService: FunctionService; themeService: ThemeService; objectChoosing: any; device: any; class: any; config: any; staticdata: any; isViewAll: boolean; newFields: any[]; /** * 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; }; constructor(nzModalService: NzModalService, languageService: LanguageService, vhQueryAutoWeb: VhQueryAutoWeb, functionService: FunctionService, themeService: ThemeService); ngOnInit(): void; openHandler(value: string): void; handleAddData(): void; onSelectChange(field_custom: any): void; updateStaticData(): void; updateClass(): void; updateConfig(): void; updateWidthAndHeight(newWidth: number): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }