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 { AssessmentLookupService } from '../../../services/assessment-lookup.service'; import { LicensesCertificate } from '../../../models/education/licenses-certificates/licenses-certificate'; import { OtherLicensesInformation } from '../../../models/education/licenses-certificates/other-licenses-information'; import { ColDef } from '@ag-grid-enterprise/all-modules'; import { EducationLicenseService } from '../../../services/education/education-license.service'; import { CommonAssessmentLookup } from '../../../models/common-assessment-lookup'; import { AssessmentType } from '../../../../../constants/assessment-type'; import * as i0 from "@angular/core"; export declare class LicensesCertificatesComponent extends AbstractForm implements OnInit { protected dynamicFormService: PtDynamicFormsService; protected cdRef: ChangeDetectorRef; dialog: MatDialog; private educationLicenseService; private assessmentLookupService; elements: IPtDynamicElementConfig[]; dynamicForm: PtDynamicFormsComponent; grid: AgGridComponent; assessmentType: AssessmentType; viewModel: ColDef[]; formModel: FormModel; readonly modules: Module[]; otherLicensesData: OtherLicensesInformation[]; readonly drivingLicenseIssueLookup: string; readonly drivingLicenseLookup: string; readonly licenseStatusLookup: string; readonly licenseCertificateTypeLookup: string; readonly typeOfDrivingLicenseControlName: string; readonly otherDrivingLicenseControlName: string; readonly licenseIssuedByControlName: string; readonly licenseExpirationDateControlName: string; readonly licenseStatusControlName: string; readonly otherDrivingLicenseTypeId: number; readonly noneDrivingLicenseTypeId: number; constructor(dynamicFormService: PtDynamicFormsService, cdRef: ChangeDetectorRef, dialog: MatDialog, educationLicenseService: EducationLicenseService, assessmentLookupService: AssessmentLookupService); get canAdd(): boolean; get entity$(): Observable; get showValidators$(): Observable; afterGridReady(): void; initSubscriptions(): void; dispatchLoadReferenceDataAction(): void; dispatchLoadEntityAction(): void; initDetails(): void; addLicenses(): void; openNewDialog(): Observable; saveDetails(isSubmit: boolean): void; get referenceData$(): Observable; initDynamicFormControls(): void; refreshGrid(): void; afterOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }