/********** Angular **********/ import { OnInit, OnDestroy } from "@angular/core"; import { FormGroup } from "@angular/forms"; /********** Ionic **********/ /********** Plugin **********/ import { Subscription } from 'rxjs'; /********** Component & Service **********/ import { ZComponentDebugService } from '../services/zcomponent.debug.service'; import { AuthService, FieldService, ZCoreService, CacheService, ZGroup, ZField } from 'mmhglobal-zcore'; import * as i0 from "@angular/core"; export declare class ZformComponent implements OnInit, OnDestroy { private authService; private fieldService; private debugService; private zcoreService; private cacheService; group: ZGroup; fieldName: string; form: FormGroup; fields: Array; isLoading: boolean; subscription: Subscription; fieldIndex: any[]; constructor(authService: AuthService, fieldService: FieldService, debugService: ZComponentDebugService, zcoreService: ZCoreService, cacheService: CacheService); ngOnInit(): void; private onStartDebuggerOrLoadFromCache; ngOnDestroy(): void; getGroup(): ZGroup; private onInitNormal; ComponentIsVisible(field: ZField): any; private toFormGroup; private addToFieldIndex; private getFormControls; private getReadOnlyValue; trackByFn(index: number, item: any): number; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }