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 { LicenseInformationService } from '../../services/license-information-details.service'; import { LicenseInformationModel } from '../../models/license-information-details.model'; import { OutcomeDetailsService } from '../../services/outcome-details.service'; import { OutcomeLookupModels } from '../../models/outcome-lookup.model'; import { OtherLicensesInformation } from '../../models/other-license.model'; import * as i0 from "@angular/core"; export declare class LicenseInformationComponent extends AbstractForm implements OnInit { protected dynamicFormService: PtDynamicFormsService; protected cdRef: ChangeDetectorRef; dialog: MatDialog; private outcomeDetailsService; private licenseInformationService; elements: IPtDynamicElementConfig[]; dynamicForm: PtDynamicFormsComponent; grid: AgGridComponent; actOutId: number; assignmentId: number; 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; readonly titleOfCertificateControlName: string; readonly titleOfDiplomaControlName: string; readonly outcomeType: number; showOtherLicenseList: boolean; readonly driverLicenseInformationHeaderName: string; constructor(dynamicFormService: PtDynamicFormsService, cdRef: ChangeDetectorRef, dialog: MatDialog, outcomeDetailsService: OutcomeDetailsService, licenseInformationService: LicenseInformationService); 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; addLicenses(): void; openNewDialog(): Observable; refresh(): void; afterOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }