/********** Angular **********/ import { OnInit } from "@angular/core"; import { FormGroup } from "@angular/forms"; /********** Component & Service **********/ import { FieldBase } from "../components/fieldbase.component"; import { ZComponentService } from "../services/zcomponent.service"; import { ZComponent, ZComponentOutputEvent, ZField } from 'mmhglobal-zcore'; import * as i0 from "@angular/core"; export declare class ZInputContainerComponent extends FieldBase implements ZComponent, OnInit { componentService: ZComponentService; inputFieldAddOn: { top: {}; left: {}; right: {}; bottom: {}; }; readonly ztext_type: string[]; readonly zselect_type: string[]; readonly zdate_type: string[]; readonly sfdatetimepicker_type: string[]; readonly zpostselectinput_type: string[]; readonly zcheckbox_type: string[]; readonly znumeric_type: string[]; readonly textarea_type: string[]; readonly zupload_type: string[]; readonly zimg_type: string[]; readonly ztexteditor_type: string[]; readonly zcolorpicker_type: string[]; readonly zradiobutton_type: string[]; constructor(componentService: ZComponentService); ngOnInit(): void; ngAfterViewInit(): void; getClass(form: FormGroup, data: ZField): string; triggerContainerEvent(event: ZComponentOutputEvent): void; private setAddOnValue; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }