import { HttpClient } from '@angular/common/http'; import { VhQueryAutoWeb } from 'vhautowebdb'; import { ThemeService } from 'vhobjects-service/src/services'; import { FunctionService } from 'vhobjects-service/src/services'; import * as i0 from "@angular/core"; export declare class AtwCustomizeNewFieldConfig { vhQueryAutoWeb: VhQueryAutoWeb; private http; functionService: FunctionService; themeService: ThemeService; objectChoosing: any; device: any; class: any; config: any; type: any; staticdata: any; isViewAll: boolean; currentViewAll: any; newFields: any[]; lookupGroupArray: number[]; currentField: any; template: any; constructor(vhQueryAutoWeb: VhQueryAutoWeb, http: HttpClient, functionService: FunctionService, themeService: ThemeService); ngOnInit(): void; getNewFileds(): 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; onChangeFieldCustom(selectedValue: any): void; changeLookupGroup(event: any): void; /** * Cập nhật staticdata vào database. */ updateStaticData(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }