import { ThemeService } from 'vhobjects-service'; import { VhEventMediator, VhQueryAutoWeb } from 'vhautowebdb'; import { AtwUpdateDbComponent, FunctionService } from 'vhobjects-service'; import * as i0 from "@angular/core"; export declare class AtwTextConnectorRowRepeatAdminConfig extends AtwUpdateDbComponent { themeService: ThemeService; vhQueryAutoWeb: VhQueryAutoWeb; vhEventMediator: VhEventMediator; functionService: FunctionService; objectChoosing: any; device: any; class: any; config: any; staticdata: any; type: any; isViewAll: boolean; currentViewAll: any; isCollapsed: boolean; styles_field: { title: string; index: number; }[]; effect_hover: any[]; effect_hover_data: any; id_subproject: any; configMode: 'basic' | 'advanced'; constructor(themeService: ThemeService, vhQueryAutoWeb: VhQueryAutoWeb, vhEventMediator: VhEventMediator, functionService: FunctionService); ngOnInit(): 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; /** * 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 */ openHandler(value: string): void; openMap: { [name: string]: boolean; }; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }