@idsoftsource/initial-process 1.0.4 → 1.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.d.ts
CHANGED
|
@@ -1279,6 +1279,7 @@ declare class EducationComponent implements OnInit {
|
|
|
1279
1279
|
cloudfront: any;
|
|
1280
1280
|
proposalLoader: boolean;
|
|
1281
1281
|
showpreview: i0.Signal<boolean>;
|
|
1282
|
+
maxDate: Date;
|
|
1282
1283
|
userdata: any;
|
|
1283
1284
|
constructor(userEducation: UserEducationService, store: CredentialingStore, workStore: EducationStore, countryService: CountryServices, postalCodeService: PostalCodeServices, tokenService: TokenService, fb: FormBuilder, fileService: FileService, http: HttpClient);
|
|
1284
1285
|
ngOnInit(): Promise<void>;
|
|
@@ -1388,6 +1389,7 @@ declare class CertificationComponent {
|
|
|
1388
1389
|
proposalLoader: boolean;
|
|
1389
1390
|
showpreview: i0.Signal<boolean>;
|
|
1390
1391
|
userdata: any;
|
|
1392
|
+
maxDate: Date;
|
|
1391
1393
|
constructor(userDocumentService: UserDocumentService, store: CredentialingStore, workStore: CertificationStore, tokenService: TokenService, postalCodeService: PostalCodeServices, fb: FormBuilder, fileService: FileService, http: HttpClient);
|
|
1392
1394
|
ngOnInit(): Promise<void>;
|
|
1393
1395
|
loadDocumentTypes(searchText?: string): void;
|
|
@@ -1650,6 +1652,7 @@ declare class LicensesComponent {
|
|
|
1650
1652
|
proposalLoader: boolean;
|
|
1651
1653
|
showpreview: i0.Signal<boolean>;
|
|
1652
1654
|
userdata: any;
|
|
1655
|
+
maxDate: Date;
|
|
1653
1656
|
constructor(userDocumentService: UserDocumentService, store: CredentialingStore, workStore: LicenseStore, tokenService: TokenService, postalCodeService: PostalCodeServices, fb: FormBuilder, fileService: FileService, http: HttpClient);
|
|
1654
1657
|
ngOnInit(): Promise<void>;
|
|
1655
1658
|
loadDocumentTypes(searchText?: string): void;
|
|
@@ -2073,6 +2076,7 @@ declare class WorkexperienceComponent implements OnInit {
|
|
|
2073
2076
|
private fileService;
|
|
2074
2077
|
private http;
|
|
2075
2078
|
providerId: string;
|
|
2079
|
+
maxDate: Date;
|
|
2076
2080
|
providerName: string;
|
|
2077
2081
|
cloudfrontUrl: string;
|
|
2078
2082
|
private readonly uploadToAws;
|