import { HttpClient } from '@angular/common/http'; import { OnInit } from '@angular/core'; import { MatDialog } from '@angular/material/dialog'; import { VhQueryAutoWeb, VhEventMediator } from 'vhautowebdb'; import { AtwUpdateDbComponent } from 'vhobjects-service'; import { FunctionService } from 'vhobjects-service'; import * as i0 from "@angular/core"; export declare class AtwNoteProductAdminConfig extends AtwUpdateDbComponent implements OnInit { vhQueryAutoWeb: VhQueryAutoWeb; private dialog; private http; vhEventMediator: VhEventMediator; functionService: FunctionService; isCollapsed: boolean; objectChoosing: any; device: any; class: any; config: any; type: any; staticdata: any; currentViewAll: any; dataAfterChange: any; isViewAll: boolean; id_subproject: any; arr_link_page: any; valueRange: number; valueParameter: number; style_color: string; isOpenOptionsBorder: boolean; fonts: any[]; backgroundColor: any; typeGradient: { type: string; direction: string; name: string; img: string; deg: string; }[]; dataBorder: { name: string; img_border: string; }[]; styles_field: { title: string; index: number; }[]; effect_hover: any[]; effect_hover_data: any; configMode: 'basic' | 'advanced'; constructor(vhQueryAutoWeb: VhQueryAutoWeb, dialog: MatDialog, http: HttpClient, vhEventMediator: VhEventMediator, functionService: FunctionService); ngOnInit(): void; ngOnChanges(): void; customize: any[]; /** * 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; /** * 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; /** * Hàm này set customize mở mở phần mở rộng của config từ choose-animations-config truyền về * @param event customize sau khi thay đổi */ openAnimationDetail(event: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }