import { CdkDragDrop } from '@angular/cdk/drag-drop'; import { OnInit } from '@angular/core'; import { AtwUpdateDbComponent } from 'vhobjects-service'; import { VhEventMediator, VhQueryAutoWeb } from 'vhautowebdb'; import { FunctionService, ThemeService } from 'vhobjects-service'; import * as i0 from "@angular/core"; export declare class AtwRadioPaymentMethodAdminConfig extends AtwUpdateDbComponent implements OnInit { vhEventMediator: VhEventMediator; vhQueryAutoWeb: VhQueryAutoWeb; themeService: ThemeService; functionService: FunctionService; objectChoosing: any; device: any; class: any; config: any; staticdata: any; blocks_of_page: any; type: any; currentViewAll: any; isViewAll: boolean; valueRange: number; valueParameter: number; style_color: string; backgroundColor: any; styles_field: { title: string; index: number; }[]; effect_hover: any[]; effect_hover_data: any; width: number; height: number; configMode: 'basic' | 'advanced'; constructor(vhEventMediator: VhEventMediator, vhQueryAutoWeb: VhQueryAutoWeb, themeService: ThemeService, functionService: FunctionService); ngOnInit(): 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; /** * 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; }; openMapSub: { [name: string]: boolean; }; openHandler(value: string, isSub?: boolean): void; /** Hàm thực hiện việc thay đổi vị trí của các collapse trong danh sách * */ cdkDropListDropped(event: CdkDragDrop): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }