@idsoftsource/initial-process 1.4.3 → 1.4.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
@@ -828,7 +828,7 @@ declare class InitialProcessComponent implements OnInit {
828
828
  saveSignature(): void;
829
829
  private saveInitial;
830
830
  bindProviderDetails(): {
831
- userId: any;
831
+ targetUserId: any;
832
832
  userName: string;
833
833
  providerType: ProviderType;
834
834
  providerName: any;
@@ -2391,9 +2391,9 @@ declare class FirstComponent implements OnInit {
2391
2391
  onFileSelected(event: any): void;
2392
2392
  openFile(fileInput: HTMLInputElement, event: Event): void;
2393
2393
  handleAutoNavigation(): void;
2394
- uploadresume(): void;
2395
2394
  manual(): void;
2396
2395
  private saveAWSFile;
2396
+ uploadresume(): void;
2397
2397
  onBackClick(): void;
2398
2398
  static ɵfac: i0.ɵɵFactoryDeclaration<FirstComponent, never>;
2399
2399
  static ɵcmp: i0.ɵɵComponentDeclaration<FirstComponent, "app-first", never, {}, { "backToParent": "backToParent"; "nextStep": "nextStep"; }, never, never, false, never>;
@@ -2416,8 +2416,11 @@ declare class PreviewComponent {
2416
2416
  userEducation: UserEducationService;
2417
2417
  private userDetailService;
2418
2418
  userExperienceService: UserExperienceService;
2419
- private router;
2420
2419
  private tokenService;
2420
+ private libConfig;
2421
+ providerId: string;
2422
+ providerName: string;
2423
+ roleData: any;
2421
2424
  backToParent: EventEmitter<void>;
2422
2425
  payloadUserId: any;
2423
2426
  payloadUserName: any;
@@ -2427,8 +2430,9 @@ declare class PreviewComponent {
2427
2430
  showBackConfirmPopup: boolean;
2428
2431
  userId: any;
2429
2432
  userName: any;
2430
- constructor(store: CredentialingStore, userSkillSetService: UserSkillSetService, userToolService: UserToolService, userDocumentService: UserDocumentService, userEducation: UserEducationService, userDetailService: UserDetailService, userExperienceService: UserExperienceService, router: Router, tokenService: TokenService);
2433
+ constructor(store: CredentialingStore, userSkillSetService: UserSkillSetService, userToolService: UserToolService, userDocumentService: UserDocumentService, userEducation: UserEducationService, userDetailService: UserDetailService, userExperienceService: UserExperienceService, tokenService: TokenService, libConfig: LibraryConfig);
2431
2434
  email: any;
2435
+ showLoader: boolean;
2432
2436
  expYears: number[];
2433
2437
  details: i0.WritableSignal<BasicDetails | undefined>;
2434
2438
  ngOnInit(): Promise<void>;
@@ -2551,6 +2555,36 @@ declare class PreviewComponent {
2551
2555
  closeSavePopup(): void;
2552
2556
  allSaveStepsSucceeded(): boolean;
2553
2557
  goToDashboard(): void;
2558
+ mapBasicDetailsDashboard(data: any): {
2559
+ providerName: string;
2560
+ providerId: string;
2561
+ UserRoleId: any;
2562
+ userDetail: {
2563
+ userBio: any;
2564
+ firstName: any;
2565
+ lastName: any;
2566
+ email: any;
2567
+ address1: any;
2568
+ address2: string;
2569
+ city: any;
2570
+ state: any;
2571
+ zipcode: any;
2572
+ county: string;
2573
+ country: any;
2574
+ latitude: null;
2575
+ longitude: null;
2576
+ yearsActive: number;
2577
+ isInitialSetupCompleted: boolean;
2578
+ id: any;
2579
+ phoneNumber: any;
2580
+ yearsOfExperince: any;
2581
+ userJobTitle: any[];
2582
+ timeZone: string;
2583
+ datePattern: string;
2584
+ dateTimePattern: string;
2585
+ timePattern: string;
2586
+ };
2587
+ };
2554
2588
  proceedBack(): void;
2555
2589
  tempProfile: BasicDetails;
2556
2590
  isEditMode: i0.WritableSignal<boolean>;
@@ -2561,7 +2595,7 @@ declare class PreviewComponent {
2561
2595
  mapBasicDetailsToUserDetail(data: any): {
2562
2596
  providerName: string;
2563
2597
  providerId: string;
2564
- UserRoleId: string;
2598
+ UserRoleId: any;
2565
2599
  userDetail: {
2566
2600
  userBio: any;
2567
2601
  firstName: any;
@@ -2596,7 +2630,7 @@ declare class PreviewComponent {
2596
2630
  mapTools(data: any): any;
2597
2631
  formatDate(date: string): string | null;
2598
2632
  static ɵfac: i0.ɵɵFactoryDeclaration<PreviewComponent, never>;
2599
- static ɵcmp: i0.ɵɵComponentDeclaration<PreviewComponent, "app-preview", never, {}, { "backToParent": "backToParent"; }, never, never, false, never>;
2633
+ static ɵcmp: i0.ɵɵComponentDeclaration<PreviewComponent, "app-preview", never, { "providerId": { "alias": "providerId"; "required": false; }; "providerName": { "alias": "providerName"; "required": false; }; "roleData": { "alias": "roleData"; "required": false; }; }, { "backToParent": "backToParent"; }, never, never, false, never>;
2600
2634
  }
2601
2635
 
2602
2636
  declare class UsMapComponent implements OnChanges, OnInit, AfterViewInit {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@idsoftsource/initial-process",
3
- "version": "1.4.3",
3
+ "version": "1.4.5",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.0.0",
6
6
  "@angular/core": "^20.0.0",