@idsoftsource/initial-process 3.5.6 → 3.5.9
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
|
@@ -2707,7 +2707,6 @@ declare class RoleSelectComponent implements OnInit {
|
|
|
2707
2707
|
store: CredentialingStore;
|
|
2708
2708
|
private providerService;
|
|
2709
2709
|
private userService;
|
|
2710
|
-
userDocumentService: UserDocumentService;
|
|
2711
2710
|
router: Router;
|
|
2712
2711
|
private industrydata;
|
|
2713
2712
|
private userDetailService;
|
|
@@ -2720,15 +2719,12 @@ declare class RoleSelectComponent implements OnInit {
|
|
|
2720
2719
|
isLoaded: boolean;
|
|
2721
2720
|
previewUrl: string | null;
|
|
2722
2721
|
isImageLoading: boolean;
|
|
2723
|
-
isresumeLoading: boolean;
|
|
2724
2722
|
isResumeRequired: boolean;
|
|
2725
|
-
model: any;
|
|
2726
2723
|
isMappingCreated: boolean;
|
|
2727
2724
|
initialSelectedJobValue: any;
|
|
2728
2725
|
previousEmployeeType: EmployeeDesignation;
|
|
2729
2726
|
companyForm: FormGroup<CompanyFormControls>;
|
|
2730
2727
|
selectedTab: any;
|
|
2731
|
-
resumeName: any;
|
|
2732
2728
|
industries: any[];
|
|
2733
2729
|
selectedIndustries: any[];
|
|
2734
2730
|
isIndustriesLoading: boolean;
|
|
@@ -2736,7 +2732,6 @@ declare class RoleSelectComponent implements OnInit {
|
|
|
2736
2732
|
jobTitles: LookupItem1<number>[];
|
|
2737
2733
|
selectedIndustryIds: string[];
|
|
2738
2734
|
selectedIndustryObjects: any[];
|
|
2739
|
-
private readonly uploadToAws;
|
|
2740
2735
|
backToParent: EventEmitter<void>;
|
|
2741
2736
|
providerSaved: EventEmitter<{
|
|
2742
2737
|
providerId: string;
|
|
@@ -2749,7 +2744,6 @@ declare class RoleSelectComponent implements OnInit {
|
|
|
2749
2744
|
user: any;
|
|
2750
2745
|
userError: any;
|
|
2751
2746
|
showLoader: boolean;
|
|
2752
|
-
fileData: any;
|
|
2753
2747
|
fileDataUser: any;
|
|
2754
2748
|
zipcodeMask: RegExp[];
|
|
2755
2749
|
options: {
|
|
@@ -2767,9 +2761,7 @@ declare class RoleSelectComponent implements OnInit {
|
|
|
2767
2761
|
signaturePadData: {
|
|
2768
2762
|
publicUrl: null;
|
|
2769
2763
|
};
|
|
2770
|
-
previewresumeUrl: string | null;
|
|
2771
2764
|
useremail: any;
|
|
2772
|
-
awsFileUpdate: UpdateAwsFileModelModel[];
|
|
2773
2765
|
fileNameCompany: any;
|
|
2774
2766
|
selectedJobs: i0.WritableSignal<string[]>;
|
|
2775
2767
|
selectedJobValues: number[];
|
|
@@ -2793,14 +2785,13 @@ declare class RoleSelectComponent implements OnInit {
|
|
|
2793
2785
|
roleId: string;
|
|
2794
2786
|
})[];
|
|
2795
2787
|
provider: any;
|
|
2796
|
-
constructor(store: CredentialingStore, providerService: ProvidersService, userService: UserService,
|
|
2788
|
+
constructor(store: CredentialingStore, providerService: ProvidersService, userService: UserService, router: Router, industrydata: IndustryService, userDetailService: UserDetailService, fileService: FileService, tokenService: TokenService, roleContextService: RoleContextService, providerdetail: FrontEndProvidersService, fb: FormBuilder, cdr: ChangeDetectorRef);
|
|
2797
2789
|
cloudfrontUrl: string;
|
|
2798
2790
|
providerId: any;
|
|
2799
2791
|
providerName: string;
|
|
2800
2792
|
providerdata: any;
|
|
2801
2793
|
randomId: string;
|
|
2802
2794
|
ngOnInit(): Promise<void>;
|
|
2803
|
-
private get resolvedForUser();
|
|
2804
2795
|
getprovider(): void;
|
|
2805
2796
|
private mappingKey;
|
|
2806
2797
|
getYears(): void;
|
|
@@ -2853,10 +2844,6 @@ declare class RoleSelectComponent implements OnInit {
|
|
|
2853
2844
|
get c(): CompanyFormControls;
|
|
2854
2845
|
uploadUserImage(event: any): void;
|
|
2855
2846
|
removeUserImage(): void;
|
|
2856
|
-
selectFile(event: any): void;
|
|
2857
|
-
private saveAWSFile;
|
|
2858
|
-
saveResume(): void;
|
|
2859
|
-
uploadFileBrowseHandler(): void;
|
|
2860
2847
|
saveAWSHeadShot(): Promise<void>;
|
|
2861
2848
|
saveFinal(): Promise<void>;
|
|
2862
2849
|
bindUserDetails(): UserDetailModel;
|
|
@@ -4317,6 +4304,9 @@ declare class PreviewComponent implements OnDestroy {
|
|
|
4317
4304
|
logoFileName: any;
|
|
4318
4305
|
logoUrl: any;
|
|
4319
4306
|
};
|
|
4307
|
+
private providerCacheKey;
|
|
4308
|
+
private restoreProviderIdFromLocalCache;
|
|
4309
|
+
private cacheProviderIdLocally;
|
|
4320
4310
|
saveProvider(): Promise<void>;
|
|
4321
4311
|
validateCompanyDetails(): boolean;
|
|
4322
4312
|
saveCompanyDetails(): Promise<void>;
|