@idsoftsource/initial-process 0.0.6 → 0.0.7

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
@@ -659,6 +659,7 @@ declare enum AppType {
659
659
  interface LibraryConfig {
660
660
  appType: AppType;
661
661
  dashboardUrl: any;
662
+ cloudfrontUrl: any;
662
663
  }
663
664
  declare const LIBRARY_CONFIG: InjectionToken<LibraryConfig>;
664
665
 
@@ -1057,12 +1058,14 @@ declare class CredentialingStore {
1057
1058
 
1058
1059
  declare class CredentialingComponent implements OnInit {
1059
1060
  store: CredentialingStore;
1061
+ private libConfig;
1060
1062
  private viewport;
1061
1063
  animation: string | undefined;
1064
+ cloudfrontUrl: any;
1062
1065
  data: any;
1063
1066
  back: EventEmitter<void>;
1064
1067
  onActivate(outlet: RouterOutlet): void;
1065
- constructor(store: CredentialingStore, viewport: ViewportScroller);
1068
+ constructor(store: CredentialingStore, libConfig: LibraryConfig, viewport: ViewportScroller);
1066
1069
  ngOnInit(): void;
1067
1070
  goBackToInitialProcess(): void;
1068
1071
  static ɵfac: i0.ɵɵFactoryDeclaration<CredentialingComponent, never>;
@@ -1824,7 +1827,7 @@ interface UserFormControls {
1824
1827
  yearsOfExperince: FormControl<any | null>;
1825
1828
  industries: FormControl<any | null>;
1826
1829
  }
1827
- declare class RoleSelectionComponent implements OnInit {
1830
+ declare class RoleSelectComponent implements OnInit {
1828
1831
  store: CredentialingStore;
1829
1832
  router: Router;
1830
1833
  private industrydata;
@@ -1873,6 +1876,7 @@ declare class RoleSelectionComponent implements OnInit {
1873
1876
  selectedJobValues: number[];
1874
1877
  provider: ProviderModel;
1875
1878
  constructor(store: CredentialingStore, router: Router, industrydata: IndustryService, userDetailService: UserDetailService, fileService: FileService, tokenService: TokenService, fb: FormBuilder);
1879
+ cloudfrontUrl: string;
1876
1880
  ngOnInit(): Promise<void>;
1877
1881
  getYears(): void;
1878
1882
  getIndustries(): void;
@@ -1900,8 +1904,8 @@ declare class RoleSelectionComponent implements OnInit {
1900
1904
  removeRole(role: string): void;
1901
1905
  phoneMask(event: Event): void;
1902
1906
  AddressChangeUser(address: any): void;
1903
- static ɵfac: i0.ɵɵFactoryDeclaration<RoleSelectionComponent, never>;
1904
- static ɵcmp: i0.ɵɵComponentDeclaration<RoleSelectionComponent, "app-role-selection", never, { "roleData": { "alias": "roleData"; "required": false; }; }, { "backToParent": "backToParent"; }, never, never, false, never>;
1907
+ static ɵfac: i0.ɵɵFactoryDeclaration<RoleSelectComponent, never>;
1908
+ static ɵcmp: i0.ɵɵComponentDeclaration<RoleSelectComponent, "app-role-select", never, { "roleData": { "alias": "roleData"; "required": false; }; "cloudfrontUrl": { "alias": "cloudfrontUrl"; "required": false; }; }, { "backToParent": "backToParent"; }, never, never, false, never>;
1905
1909
  }
1906
1910
 
1907
1911
  interface CoordinateLocation {
@@ -2588,7 +2592,7 @@ declare class CommonPipesModule {
2588
2592
 
2589
2593
  declare class InitialProcessModule {
2590
2594
  static ɵfac: i0.ɵɵFactoryDeclaration<InitialProcessModule, never>;
2591
- 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 RoleSelectionComponent, typeof Step2CoverageComponent, typeof WorkexperienceComponent], [typeof i2.CommonModule, typeof _angular_forms.FormsModule, typeof _angular_forms.ReactiveFormsModule, typeof i16.RouterModule, typeof UsMapModule, typeof i18.NgSelectModule, typeof i19.BsDatepickerModule, typeof Ng2LoadingSpinnerModule, typeof LoaderModule, typeof CustomPipesModule, typeof NgxStarsModule, typeof i24.TooltipModule, typeof i25.TabsModule, typeof i26.AccordionModule, typeof GooglePlaceModule, typeof i28.GoogleMapsModule, typeof TextMaskModule, typeof SignaturePadModule, typeof CommonPipesModule], [typeof InitialProcessComponent]>;
2595
+ 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 i2.CommonModule, typeof _angular_forms.FormsModule, typeof _angular_forms.ReactiveFormsModule, typeof i16.RouterModule, typeof UsMapModule, typeof i18.NgSelectModule, typeof i19.BsDatepickerModule, typeof Ng2LoadingSpinnerModule, typeof LoaderModule, typeof CustomPipesModule, typeof NgxStarsModule, typeof i24.TooltipModule, typeof i25.TabsModule, typeof i26.AccordionModule, typeof GooglePlaceModule, typeof i28.GoogleMapsModule, typeof TextMaskModule, typeof SignaturePadModule, typeof CommonPipesModule], [typeof InitialProcessComponent]>;
2592
2596
  static ɵinj: i0.ɵɵInjectorDeclaration<InitialProcessModule>;
2593
2597
  }
2594
2598
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@idsoftsource/initial-process",
3
- "version": "0.0.6",
3
+ "version": "0.0.7",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.0.0",
6
6
  "@angular/core": "^20.0.0",