@idsoftsource/initial-process 1.0.3 → 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
|
@@ -673,6 +673,7 @@ declare class InitialProcessComponent implements OnInit {
|
|
|
673
673
|
private roleContextService;
|
|
674
674
|
private libConfig;
|
|
675
675
|
isAgreeEnabled: boolean;
|
|
676
|
+
isLogoRequired: boolean;
|
|
676
677
|
logo: any;
|
|
677
678
|
private readonly uploadToAws;
|
|
678
679
|
selectedRoleValue: string | null;
|
|
@@ -815,6 +816,8 @@ declare class InitialProcessComponent implements OnInit {
|
|
|
815
816
|
private dataURLtoFile;
|
|
816
817
|
uploadFileBrowseHandler(): void;
|
|
817
818
|
saveAWSLogo(): Promise<false | undefined>;
|
|
819
|
+
formatPhone(event: any, form: FormGroup): void;
|
|
820
|
+
uploadLogo(event: any): void;
|
|
818
821
|
saveAWSHeadShot(): Promise<void>;
|
|
819
822
|
saveAWSSignature(): Promise<void>;
|
|
820
823
|
saveSignature(): void;
|
|
@@ -1276,6 +1279,7 @@ declare class EducationComponent implements OnInit {
|
|
|
1276
1279
|
cloudfront: any;
|
|
1277
1280
|
proposalLoader: boolean;
|
|
1278
1281
|
showpreview: i0.Signal<boolean>;
|
|
1282
|
+
maxDate: Date;
|
|
1279
1283
|
userdata: any;
|
|
1280
1284
|
constructor(userEducation: UserEducationService, store: CredentialingStore, workStore: EducationStore, countryService: CountryServices, postalCodeService: PostalCodeServices, tokenService: TokenService, fb: FormBuilder, fileService: FileService, http: HttpClient);
|
|
1281
1285
|
ngOnInit(): Promise<void>;
|
|
@@ -1385,6 +1389,7 @@ declare class CertificationComponent {
|
|
|
1385
1389
|
proposalLoader: boolean;
|
|
1386
1390
|
showpreview: i0.Signal<boolean>;
|
|
1387
1391
|
userdata: any;
|
|
1392
|
+
maxDate: Date;
|
|
1388
1393
|
constructor(userDocumentService: UserDocumentService, store: CredentialingStore, workStore: CertificationStore, tokenService: TokenService, postalCodeService: PostalCodeServices, fb: FormBuilder, fileService: FileService, http: HttpClient);
|
|
1389
1394
|
ngOnInit(): Promise<void>;
|
|
1390
1395
|
loadDocumentTypes(searchText?: string): void;
|
|
@@ -1647,6 +1652,7 @@ declare class LicensesComponent {
|
|
|
1647
1652
|
proposalLoader: boolean;
|
|
1648
1653
|
showpreview: i0.Signal<boolean>;
|
|
1649
1654
|
userdata: any;
|
|
1655
|
+
maxDate: Date;
|
|
1650
1656
|
constructor(userDocumentService: UserDocumentService, store: CredentialingStore, workStore: LicenseStore, tokenService: TokenService, postalCodeService: PostalCodeServices, fb: FormBuilder, fileService: FileService, http: HttpClient);
|
|
1651
1657
|
ngOnInit(): Promise<void>;
|
|
1652
1658
|
loadDocumentTypes(searchText?: string): void;
|
|
@@ -2070,6 +2076,7 @@ declare class WorkexperienceComponent implements OnInit {
|
|
|
2070
2076
|
private fileService;
|
|
2071
2077
|
private http;
|
|
2072
2078
|
providerId: string;
|
|
2079
|
+
maxDate: Date;
|
|
2073
2080
|
providerName: string;
|
|
2074
2081
|
cloudfrontUrl: string;
|
|
2075
2082
|
private readonly uploadToAws;
|