import { ChangeDetectorRef, OnInit } from '@angular/core'; import { AbstractForm, AgGridComponent, FormModel, IPtDynamicElementConfig, PtDynamicFormsComponent, PtDynamicFormsService } from '@prutech/components'; import { Module } from '@ag-grid-community/core'; import { MatDialog } from '@angular/material/dialog'; import { Observable } from 'rxjs'; import { ColDef } from '@ag-grid-enterprise/all-modules'; import { RecordOutcomeModel } from '../../models/record-outcome.model'; import { RecordOutcomeService } from '../../services/record-outcome.service'; import { OutcomeDetailsService } from '../../services/outcome-details.service'; import { OutcomeLookupModels } from '../../models/outcome-lookup.model'; import * as i0 from "@angular/core"; export declare class RecordOutcomeComponent extends AbstractForm implements OnInit { protected dynamicFormService: PtDynamicFormsService; protected cdRef: ChangeDetectorRef; dialog: MatDialog; private recordOutcomeService; private outcomeDetailsService; elements: IPtDynamicElementConfig[]; dynamicForm: PtDynamicFormsComponent; grid: AgGridComponent; actOutId: number; assignmentId: number; viewModel: ColDef[]; formModel: FormModel; readonly modules: Module[]; readonly isEnrollTrainingCourse: string; readonly isEnrolEducationCourse: string; readonly isEmplydTrainedSector: string; readonly sector: string; readonly isEnrollTrainingCourseControlName: string; readonly isEnrolEducationCourseControlName: string; readonly isEmplydTrainedSectorControlName: string; readonly sectorControlName: string; readonly licenseStatusControlName: string; readonly otherDrivingLicenseTypeId: number; readonly noneDrivingLicenseTypeId: number; readonly titleOfCertificateControlName: string; showFia3: boolean; constructor(dynamicFormService: PtDynamicFormsService, cdRef: ChangeDetectorRef, dialog: MatDialog, recordOutcomeService: RecordOutcomeService, outcomeDetailsService: OutcomeDetailsService); get canAdd(): boolean; get entity$(): Observable; get showValidators$(): Observable; afterGridReady(): void; initSubscriptions(): void; dispatchLoadReferenceDataAction(): void; dispatchLoadEntityAction(): void; initDetails(): void; saveDetails(): void; get referenceData$(): Observable; initDynamicFormControls(): void; initDynamicFormElements(): void; afterOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }