import { ChangeDetectorRef, ElementRef, OnInit } from '@angular/core'; import { AbstractForm, FormModel, IPtDynamicElementConfig, PtDynamicFormsComponent, PtDynamicFormsService } from '@prutech/components'; import { EducationServicesService } from '../../../../services/education-services.service'; import { FutureTraining } from '../../../../models/tier-III/education-services/future-training'; import { Observable } from 'rxjs'; import { ColDef } from '@ag-grid-enterprise/all-modules'; import { EAEPLookupService } from '../../../../services/ea-ep-lookups.services'; import { EAEPLookup } from '../../../../models/ea-ep-lookup'; import * as i0 from "@angular/core"; export declare class FutureTrainingComponent extends AbstractForm implements OnInit { protected dynamicFormService: PtDynamicFormsService; protected cdRef: ChangeDetectorRef; private eaepLookupService; educationFutureServices: EducationServicesService; private elementRef; elements: IPtDynamicElementConfig[]; formModel: FormModel; futureTrainingSelections: EAEPLookup; educationServices: FutureTraining; tierIIILookup: EAEPLookup; readonly isEnrollFuturePgm: string; readonly isTrainApproved: string; readonly isHraApproved: string; readonly expOutcomeOthers: string; readonly numOfCredCompleted: string; readonly trainingStatus: string; readonly programStartDate: string; readonly programEndDate: string; readonly trainingStatusLookup: string; readonly lookupExpOutcome: string; viewModel: ColDef[]; dynamicForm: PtDynamicFormsComponent; constructor(dynamicFormService: PtDynamicFormsService, cdRef: ChangeDetectorRef, eaepLookupService: EAEPLookupService, educationFutureServices: EducationServicesService, elementRef: ElementRef); get canAdd(): boolean; get entity$(): Observable; get showValidators$(): Observable; initSubscriptions(): void; afterGridReady(): void; dispatchLoadReferenceDataAction(): void; dispatchLoadEntityAction(): void; initDetails(): void; get referenceData$(): Observable; initDynamicFormControls(): void; isEntityModified(initial: any, updated: any): boolean; saveDetails(isSubmit: boolean, isSign: boolean, isAutoSave?: boolean): void; afterOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }