@idsoftsource/initial-process 1.6.8 → 1.7.2

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
@@ -3032,8 +3032,14 @@ declare class PreviewComponent {
3032
3032
  dateInputFormat: string;
3033
3033
  containerClass: string;
3034
3034
  };
3035
+ futureMaxDate: Date;
3035
3036
  maxDate: Date;
3036
3037
  companyForm: NgForm;
3038
+ options: {
3039
+ componentRestrictions: {
3040
+ country: string[];
3041
+ };
3042
+ };
3037
3043
  isResume: boolean;
3038
3044
  resumeModel: ResumeProfile | null;
3039
3045
  providerName: string;
@@ -3169,6 +3175,7 @@ declare class PreviewComponent {
3169
3175
  confirmAllCertifications(): Promise<void>;
3170
3176
  confirmAllLicenses(): Promise<void>;
3171
3177
  private buildSectionQuery;
3178
+ private buildSectionForUserQuery;
3172
3179
  private buildUserName;
3173
3180
  private getCreatedId;
3174
3181
  private getEntityId;
@@ -3435,6 +3442,11 @@ declare class PreviewComponent {
3435
3442
  saveProvider(): Promise<void>;
3436
3443
  validateCompanyDetails(): boolean;
3437
3444
  saveCompanyDetails(): Promise<void>;
3445
+ AddressChangeCompany(address: any): void;
3446
+ phoneMask(event: Event, type: 'profile' | 'company'): void;
3447
+ formatPhone(phone: string): string;
3448
+ AddressChangeUser(address: any): void;
3449
+ allowOnlyNumbers(event: KeyboardEvent): void;
3438
3450
  static ɵfac: i0.ɵɵFactoryDeclaration<PreviewComponent, never>;
3439
3451
  static ɵcmp: i0.ɵɵComponentDeclaration<PreviewComponent, "app-preview", never, { "providerId": { "alias": "providerId"; "required": false; }; "isResume": { "alias": "isResume"; "required": false; }; "resumeModel": { "alias": "resumeModel"; "required": false; }; "providerName": { "alias": "providerName"; "required": false; }; "roleData": { "alias": "roleData"; "required": false; }; "cloudfrontUrl": { "alias": "cloudfrontUrl"; "required": false; }; }, { "backToParent": "backToParent"; }, never, never, true, never>;
3440
3452
  }
@@ -3485,7 +3497,7 @@ declare class CommonPipesModule {
3485
3497
 
3486
3498
  declare class InitialProcessModule {
3487
3499
  static ɵfac: i0.ɵɵFactoryDeclaration<InitialProcessModule, never>;
3488
- 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 PreviewComponent, typeof CommonPipesModule], [typeof InitialProcessComponent]>;
3500
+ 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 PreviewComponent, typeof CommonPipesModule], [typeof InitialProcessComponent, typeof TermsConditionsComponent, typeof PrivacyPolicyComponent]>;
3489
3501
  static ɵinj: i0.ɵɵInjectorDeclaration<InitialProcessModule>;
3490
3502
  }
3491
3503
 
@@ -3536,5 +3548,5 @@ declare class VerifyEmailComponent implements OnInit, OnDestroy {
3536
3548
  static ɵcmp: i0.ɵɵComponentDeclaration<VerifyEmailComponent, "app-verify-email", never, {}, {}, never, never, true, never>;
3537
3549
  }
3538
3550
 
3539
- export { AppType, InitialProcessComponent, InitialProcessModule, LIBRARY_CONFIG, MustChangePasswordComponent, PreviewComponent, VerifyEmailComponent };
3551
+ export { AppType, InitialProcessComponent, InitialProcessModule, LIBRARY_CONFIG, MustChangePasswordComponent, PreviewComponent, PrivacyPolicyComponent, TermsConditionsComponent, VerifyEmailComponent };
3540
3552
  export type { LibraryConfig };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@idsoftsource/initial-process",
3
- "version": "1.6.8",
3
+ "version": "1.7.2",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.0.0",
6
6
  "@angular/core": "^20.0.0",