import { HttpClient } from '@angular/common/http'; import { OnInit } from '@angular/core'; import { VhQueryAutoWeb } from 'vhautowebdb'; import { FunctionService } from 'vhobjects-service/src/services'; import * as i0 from "@angular/core"; export declare class AtwRangePriceConfig implements OnInit { private vhQueryAutoWeb; private http; functionService: FunctionService; objectChoosing: any; class: any; config: any; type: any; staticdata: any; device: any; valueRange: number; valueParameter: number; fonts: any[]; openMap: any; isViewAll: boolean; currentViewAll: any; stylefields: { title: string; index: number; }[]; displayType: { title: string; value: number; }[]; constructor(vhQueryAutoWeb: VhQueryAutoWeb, http: HttpClient, functionService: FunctionService); ngOnInit(): void; /** * Chuyển đổi mã màu hexadecimal thành mã màu rgba. * @param hex : tham số trả về mã màu hex * @returns string : trả về chuỗi rgb */ hexToRGB(hex: string): string; /** * @param index : vị trí phần tử muốn xóa * Hàm này cho phép xóa phần tử màu gradient trong array bằng index của phần tử đó. */ openViewAll(field_text: any): void; updateConfig(): void; updateClass(): void; updateObject(): void; updateStaticData(): void; openHandler(value: string): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }