/********** Angular **********/ import { EventEmitter } from "@angular/core"; /********** Component & Service **********/ import { FieldBase } from "./fieldbase.component"; import { ZComponentService } from "../services/zcomponent.service"; import * as i0 from "@angular/core"; export declare class InputFieldBase extends FieldBase { componentService: ZComponentService; triggerContainerEvent: EventEmitter; constructor(componentService: ZComponentService); onClick(event: any, fieldValue?: any): void; onChangeCC(event: any, fieldValue?: any): void; onChange(event: any, fieldValue?: any): void; onItemClick(event: any, fieldValue?: any): void; onIconClick(clickActionExpr: string): void; getReadOnlyValue(): any; getIsRequiredValue(): any; setValue(value: string): void; setAddOnValue(addOns?: any): void; setMinValue(newValue: number): void; setMaxValue(newValue: number): void; private handleZudfChange; private cascadingHandling; protected focusOnDefault(focusFunction: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }