import { EventEmitter, OnInit } from '@angular/core'; import { VhQueryAutoWeb, VhEventMediator, VhAlgorithm } from 'vhautowebdb'; import { HttpClient } from '@angular/common/http'; import { FunctionService } from 'vhobjects-service/src/services'; import * as i0 from "@angular/core"; export declare class AtwFrameResultConfig implements OnInit { vhQueryAutoWeb: VhQueryAutoWeb; private vhEventMediator; private http; private vhAlgorithm; private platformId; functionService: FunctionService; objectChoosing: any; device: any; class: any; config: any; type: any; staticdata: any; changeOptionConfig: EventEmitter; isViewAll: boolean; isCollapsed: boolean; currentViewAll: any; openMenu: { [name: string]: boolean; }; gapSpace: number; loadComplete: boolean; stylesField: { title: string; index: number; }[]; /** Danh sách ngành hàng */ main_sectors: any; constructor(vhQueryAutoWeb: VhQueryAutoWeb, vhEventMediator: VhEventMediator, http: HttpClient, vhAlgorithm: VhAlgorithm, platformId: Object, functionService: FunctionService); ngOnInit(): void; openHandler(value: string): 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; updateClass(): void; updateConfig(): void; /** * hàm này nhận sk thay đổi width height từ component app-width-height-config truyền về * @param event width hieght của element sau khi thay đổi */ changeWidthHeight(event: any): void; updateObject(): void; updateStaticData(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }