/********** Ionic **********/ /********** Plugin **********/ import { Observable } from "rxjs"; /********** Component & Service **********/ import { FieldBase } from "./fieldbase.component"; import { ZComponentService } from "../services/zcomponent.service"; import { ZField } from "mmhglobal-zcore"; import * as i0 from "@angular/core"; export declare class ContainerFieldBase extends FieldBase { componentService: ZComponentService; toolbarItemList: { name: string; text: string; }[]; constructor(componentService: ZComponentService); ComponentIsVisible(field: ZField): any; initComponent(): Observable; translateToolBarItems(): Observable; getToolBarItemLabelName(name: string): string; getClass(form: any, data: ZField): string; onClick(event: any, fieldValue?: any): void; OnCollapse(event: any, fieldValue?: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }