@idsoftsource/initial-process 1.4.2 → 1.4.4

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
@@ -2,7 +2,7 @@ import * as i0 from '@angular/core';
2
2
  import { InjectionToken, OnInit, ElementRef, EventEmitter, TemplateRef, Injector, OnChanges, AfterViewInit, ChangeDetectorRef, SimpleChanges, ViewContainerRef, OnDestroy, ComponentFactoryResolver, Renderer2, ModuleWithProviders, PipeTransform, NgZone } from '@angular/core';
3
3
  import * as _angular_forms from '@angular/forms';
4
4
  import { FormGroup, FormBuilder, FormControl, FormArray, UntypedFormGroup, UntypedFormBuilder, ControlValueAccessor, AbstractControl } from '@angular/forms';
5
- import * as i17 from '@angular/router';
5
+ import * as i18 from '@angular/router';
6
6
  import { Router, RouterOutlet } from '@angular/router';
7
7
  import { Observable, Subscription } from 'rxjs';
8
8
  import { BsModalRef, BsModalService } from 'ngx-bootstrap/modal';
@@ -11,12 +11,12 @@ import { AuthService } from '@auth0/auth0-angular';
11
11
  import { HttpClient } from '@angular/common/http';
12
12
  import * as i2 from '@angular/common';
13
13
  import { ViewportScroller } from '@angular/common';
14
- import * as i19 from '@ng-select/ng-select';
15
- import * as i20 from 'ngx-bootstrap/datepicker';
16
- import * as i25 from 'ngx-bootstrap/tooltip';
17
- import * as i26 from 'ngx-bootstrap/tabs';
18
- import * as i27 from 'ngx-bootstrap/accordion';
19
- import * as i29 from '@angular/google-maps';
14
+ import * as i20 from '@ng-select/ng-select';
15
+ import * as i21 from 'ngx-bootstrap/datepicker';
16
+ import * as i26 from 'ngx-bootstrap/tooltip';
17
+ import * as i27 from 'ngx-bootstrap/tabs';
18
+ import * as i28 from 'ngx-bootstrap/accordion';
19
+ import * as i30 from '@angular/google-maps';
20
20
 
21
21
  interface MasterModel {
22
22
  }
@@ -2391,14 +2391,248 @@ 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>;
2400
2400
  }
2401
2401
 
2402
+ interface SkillToolEditorData {
2403
+ name: string;
2404
+ providerName: string;
2405
+ stars: number;
2406
+ year: number | null;
2407
+ profileVisibility: boolean;
2408
+ notes: string;
2409
+ }
2410
+
2411
+ declare class PreviewComponent {
2412
+ store: CredentialingStore;
2413
+ private userSkillSetService;
2414
+ private userToolService;
2415
+ userDocumentService: UserDocumentService;
2416
+ userEducation: UserEducationService;
2417
+ private userDetailService;
2418
+ userExperienceService: UserExperienceService;
2419
+ private tokenService;
2420
+ private libConfig;
2421
+ providerId: string;
2422
+ providerName: string;
2423
+ roleData: any;
2424
+ backToParent: EventEmitter<void>;
2425
+ payloadUserId: any;
2426
+ payloadUserName: any;
2427
+ resumeData: ResumeProfile | null;
2428
+ statusList: any[];
2429
+ showPopup: boolean;
2430
+ showBackConfirmPopup: boolean;
2431
+ userId: any;
2432
+ userName: any;
2433
+ constructor(store: CredentialingStore, userSkillSetService: UserSkillSetService, userToolService: UserToolService, userDocumentService: UserDocumentService, userEducation: UserEducationService, userDetailService: UserDetailService, userExperienceService: UserExperienceService, tokenService: TokenService, libConfig: LibraryConfig);
2434
+ email: any;
2435
+ showLoader: boolean;
2436
+ expYears: number[];
2437
+ details: i0.WritableSignal<BasicDetails | undefined>;
2438
+ ngOnInit(): Promise<void>;
2439
+ experience: i0.Signal<WorkExperience$1[]>;
2440
+ educationList: i0.Signal<Education$1[]>;
2441
+ certs: i0.Signal<Certification$3[]>;
2442
+ licenses: i0.Signal<License$1[]>;
2443
+ skills: i0.Signal<string[]>;
2444
+ tools: i0.Signal<string[]>;
2445
+ private isBlank;
2446
+ private isBlankOrNull;
2447
+ sanitizePhone(value: string | null | undefined): string;
2448
+ isMonthRangeInvalid(start: string | null | undefined, end: string | null | undefined): boolean;
2449
+ private compareMonth;
2450
+ private prefillSectionFieldsFromBasicDetails;
2451
+ private basicDetailsIssues;
2452
+ private workItemIssues;
2453
+ private educationItemIssues;
2454
+ private certificationItemIssues;
2455
+ private licenseItemIssues;
2456
+ private skillItemIssues;
2457
+ private toolItemIssues;
2458
+ basicIssues: i0.Signal<string[]>;
2459
+ basicSectionHasIssues: i0.Signal<boolean>;
2460
+ workIssuesByIndex: i0.Signal<string[][]>;
2461
+ educationIssuesByIndex: i0.Signal<string[][]>;
2462
+ certIssuesByIndex: i0.Signal<string[][]>;
2463
+ licenseIssuesByIndex: i0.Signal<string[][]>;
2464
+ skillIssuesByIndex: i0.Signal<string[][]>;
2465
+ toolIssuesByIndex: i0.Signal<string[][]>;
2466
+ skillFormIssues: i0.Signal<string[]>;
2467
+ toolFormIssues: i0.Signal<string[]>;
2468
+ workSectionHasIssues: i0.Signal<boolean>;
2469
+ educationSectionHasIssues: i0.Signal<boolean>;
2470
+ certificationsSectionHasIssues: i0.Signal<boolean>;
2471
+ licensesSectionHasIssues: i0.Signal<boolean>;
2472
+ skillsSectionHasIssues: i0.Signal<boolean>;
2473
+ toolsSectionHasIssues: i0.Signal<boolean>;
2474
+ canConfirmAndContinue: i0.Signal<boolean>;
2475
+ expandedIndex: i0.WritableSignal<number>;
2476
+ toggleJob(index: number): void;
2477
+ private commitProfile;
2478
+ private appendToMainModel;
2479
+ private updateInMainModel;
2480
+ private toMonthInput;
2481
+ formatMonthYear(value: string | null | undefined): string;
2482
+ private confirmDelete;
2483
+ private jobEditor;
2484
+ isAddingJob(): boolean;
2485
+ editingJobIndex(): number | null;
2486
+ tempJob(): WorkExperience$1 | null;
2487
+ addJob(): void;
2488
+ startEditJob(jobIndex: number): void;
2489
+ cancelEditJob(): void;
2490
+ saveEditJob(): void;
2491
+ deleteJob(index: number): void;
2492
+ updateTempResponsibilities(value: string): void;
2493
+ patchTempJob(patch: Partial<WorkExperience$1>): void;
2494
+ setTempJobIsCurrent(isCurrent: boolean): void;
2495
+ private skillEditor;
2496
+ isSkillEditorOpen(): boolean;
2497
+ isAddingSkill(): boolean;
2498
+ editingSkillIndex(): number | null;
2499
+ skillForm(): SkillToolEditorData | null;
2500
+ patchSkillForm(patch: Partial<SkillToolEditorData>): void;
2501
+ openSkillEditor(index: number): void;
2502
+ addSkill(): void;
2503
+ closeSkillEditor(): void;
2504
+ setTempSkillStars(stars: number): void;
2505
+ saveSkillEditor(): void;
2506
+ private reindexSkillMetaAfterDelete;
2507
+ deleteSkill(index: number): void;
2508
+ private toolEditor;
2509
+ isToolEditorOpen(): boolean;
2510
+ isAddingTool(): boolean;
2511
+ editingToolIndex(): number | null;
2512
+ toolForm(): SkillToolEditorData | null;
2513
+ patchToolForm(patch: Partial<SkillToolEditorData>): void;
2514
+ openToolEditor(index: number): void;
2515
+ addTool(): void;
2516
+ closeToolEditor(): void;
2517
+ setTempToolStars(stars: number): void;
2518
+ saveToolEditor(): void;
2519
+ private reindexToolMetaAfterDelete;
2520
+ deleteTool(index: number): void;
2521
+ private certificationEditor;
2522
+ isAddingCertification(): boolean;
2523
+ editingCertificationIndex(): number | null;
2524
+ tempCertification(): Certification$3 | null;
2525
+ private normalizeNullableString;
2526
+ private normalizeMonthInput;
2527
+ addCertification(): void;
2528
+ startEditCertification(index: number): void;
2529
+ cancelEditCertification(): void;
2530
+ patchTempCertification(patch: Partial<Certification$3>): void;
2531
+ saveCertificationEditor(): void;
2532
+ deleteCertification(index: number): void;
2533
+ private licenseEditor;
2534
+ isAddingLicense(): boolean;
2535
+ editingLicenseIndex(): number | null;
2536
+ tempLicense(): License$1 | null;
2537
+ addLicense(): void;
2538
+ startEditLicense(index: number): void;
2539
+ cancelEditLicense(): void;
2540
+ patchTempLicense(patch: Partial<License$1>): void;
2541
+ saveLicenseEditor(): void;
2542
+ deleteLicense(index: number): void;
2543
+ private educationEditor;
2544
+ isAddingEducation(): boolean;
2545
+ editingEducationIndex(): number | null;
2546
+ tempEducation(): Education$1 | null;
2547
+ addEducation(): void;
2548
+ startEditEducation(index: number): void;
2549
+ cancelEditEducation(): void;
2550
+ patchTempEducation(patch: Partial<Education$1>): void;
2551
+ saveEducation(): void;
2552
+ deleteEducation(index: number): void;
2553
+ onBackClick(): void;
2554
+ stayOnPreview(): void;
2555
+ closeSavePopup(): void;
2556
+ allSaveStepsSucceeded(): boolean;
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
+ };
2588
+ proceedBack(): void;
2589
+ tempProfile: BasicDetails;
2590
+ isEditMode: i0.WritableSignal<boolean>;
2591
+ toggleEdit(): void;
2592
+ cancel(): void;
2593
+ save(): void;
2594
+ saveResumedetails(): void;
2595
+ mapBasicDetailsToUserDetail(data: any): {
2596
+ providerName: string;
2597
+ providerId: string;
2598
+ UserRoleId: any;
2599
+ userDetail: {
2600
+ userBio: any;
2601
+ firstName: any;
2602
+ lastName: any;
2603
+ email: any;
2604
+ address1: any;
2605
+ address2: string;
2606
+ city: any;
2607
+ state: any;
2608
+ zipcode: any;
2609
+ county: string;
2610
+ country: any;
2611
+ latitude: null;
2612
+ longitude: null;
2613
+ yearsActive: number;
2614
+ isInitialSetupCompleted: boolean;
2615
+ id: any;
2616
+ phoneNumber: any;
2617
+ yearsOfExperince: any;
2618
+ userJobTitle: any[];
2619
+ timeZone: string;
2620
+ datePattern: string;
2621
+ dateTimePattern: string;
2622
+ timePattern: string;
2623
+ };
2624
+ };
2625
+ mapWorkExperience(data: any): any;
2626
+ mapEducation(data: any): any;
2627
+ mapCertifications(data: any): any;
2628
+ mapLicenses(data: any): any;
2629
+ mapSkills(data: any): any;
2630
+ mapTools(data: any): any;
2631
+ formatDate(date: string): string | null;
2632
+ static ɵfac: i0.ɵɵFactoryDeclaration<PreviewComponent, 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>;
2634
+ }
2635
+
2402
2636
  declare class UsMapComponent implements OnChanges, OnInit, AfterViewInit {
2403
2637
  private cdr;
2404
2638
  private usMapService;
@@ -2938,7 +3172,7 @@ declare class CommonPipesModule {
2938
3172
 
2939
3173
  declare class InitialProcessModule {
2940
3174
  static ɵfac: i0.ɵɵFactoryDeclaration<InitialProcessModule, never>;
2941
- static ɵmod: i0.ɵɵNgModuleDeclaration<InitialProcessModule, [typeof InitialProcessComponent, typeof TermsConditionsComponent, typeof PrivacyPolicyComponent, typeof CredentialingComponent, typeof StepperComponent, typeof EducationComponent, typeof CertificationComponent, typeof SkillsComponent, typeof LicensesComponent, typeof ToolsComponent, typeof RoleSelectComponent, typeof Step2CoverageComponent, typeof WorkexperienceComponent, typeof FirstComponent], [typeof i2.CommonModule, typeof _angular_forms.FormsModule, typeof _angular_forms.ReactiveFormsModule, typeof i17.RouterModule, typeof UsMapModule, typeof i19.NgSelectModule, typeof i20.BsDatepickerModule, typeof Ng2LoadingSpinnerModule, typeof LoaderModule, typeof CustomPipesModule, typeof NgxStarsModule, typeof i25.TooltipModule, typeof i26.TabsModule, typeof i27.AccordionModule, typeof GooglePlaceModule, typeof i29.GoogleMapsModule, typeof TextMaskModule, typeof SignaturePadModule, typeof CommonPipesModule], [typeof InitialProcessComponent]>;
3175
+ static ɵmod: i0.ɵɵNgModuleDeclaration<InitialProcessModule, [typeof InitialProcessComponent, typeof TermsConditionsComponent, typeof PrivacyPolicyComponent, typeof CredentialingComponent, typeof StepperComponent, typeof EducationComponent, typeof CertificationComponent, typeof SkillsComponent, typeof LicensesComponent, typeof ToolsComponent, typeof RoleSelectComponent, typeof Step2CoverageComponent, typeof WorkexperienceComponent, typeof FirstComponent, typeof PreviewComponent], [typeof i2.CommonModule, typeof _angular_forms.FormsModule, typeof _angular_forms.ReactiveFormsModule, typeof i18.RouterModule, typeof UsMapModule, typeof i20.NgSelectModule, typeof i21.BsDatepickerModule, typeof Ng2LoadingSpinnerModule, typeof LoaderModule, typeof CustomPipesModule, typeof NgxStarsModule, typeof i26.TooltipModule, typeof i27.TabsModule, typeof i28.AccordionModule, typeof GooglePlaceModule, typeof i30.GoogleMapsModule, typeof TextMaskModule, typeof SignaturePadModule, typeof CommonPipesModule], [typeof InitialProcessComponent]>;
2942
3176
  static ɵinj: i0.ɵɵInjectorDeclaration<InitialProcessModule>;
2943
3177
  }
2944
3178
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@idsoftsource/initial-process",
3
- "version": "1.4.2",
3
+ "version": "1.4.4",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.0.0",
6
6
  "@angular/core": "^20.0.0",