@idsoftsource/initial-process 3.4.1 → 3.4.3

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
@@ -2018,7 +2018,6 @@ declare class CertificationComponent {
2018
2018
  private postalCodeService;
2019
2019
  private fb;
2020
2020
  private fileService;
2021
- private http;
2022
2021
  originalFormValue: any;
2023
2022
  states: any[];
2024
2023
  isAdding: i0.WritableSignal<boolean>;
@@ -2029,6 +2028,7 @@ declare class CertificationComponent {
2029
2028
  providerId: string;
2030
2029
  providerName: string;
2031
2030
  cloudfrontUrl: string;
2031
+ roleData: any;
2032
2032
  editingIndex: number;
2033
2033
  selectedDocumentTypeId: string | null;
2034
2034
  selectedDocumentId: any | null;
@@ -2037,7 +2037,6 @@ declare class CertificationComponent {
2037
2037
  searchControl: FormControl<string | null>;
2038
2038
  documentTypes: any[];
2039
2039
  docTypeChipsRef?: ElementRef<HTMLElement>;
2040
- /** id of the chip whose popover doesn't have room to open upward within the scroll container, so it opens downward instead. */
2041
2040
  flippedChipId: string | null;
2042
2041
  userId: any;
2043
2042
  selectedDocument: {
@@ -2064,6 +2063,8 @@ declare class CertificationComponent {
2064
2063
  maxDate: Date;
2065
2064
  selectedProfessionId: string | null;
2066
2065
  selectedProfessionValue: string;
2066
+ selectedUserProfessionId: string | null;
2067
+ selectedUserProfessionName: string;
2067
2068
  userProfessionOptions: any[];
2068
2069
  professionGroupOptions: any[];
2069
2070
  professionTypeOptions: any[];
@@ -2077,7 +2078,8 @@ declare class CertificationComponent {
2077
2078
  isSavingCustomProfession: boolean;
2078
2079
  private professionService;
2079
2080
  private userProfessionService;
2080
- constructor(roleContextService: RoleContextService, userDocumentService: UserDocumentService, userService: UserService, store: CredentialingStore, workStore: CertificationStore, tokenService: TokenService, postalCodeService: PostalCodeServices, fb: FormBuilder, fileService: FileService, http: HttpClient);
2081
+ private get resolvedForUser();
2082
+ constructor(roleContextService: RoleContextService, userDocumentService: UserDocumentService, userService: UserService, store: CredentialingStore, workStore: CertificationStore, tokenService: TokenService, postalCodeService: PostalCodeServices, fb: FormBuilder, fileService: FileService);
2081
2083
  ngOnInit(): Promise<void>;
2082
2084
  private loadProfessionTaxonomy;
2083
2085
  openCustomProfessionForm(context?: 'top' | 'form'): void;
@@ -2091,12 +2093,6 @@ declare class CertificationComponent {
2091
2093
  loadDocumentTypes(searchText?: string): void;
2092
2094
  loadDocumentTypesDefault(searchText?: string): void;
2093
2095
  isChecked(id: string): boolean;
2094
- /**
2095
- * The popover normally opens upward. Chips near the top of the scrollable
2096
- * .doc-type-chips list don't have room above them within the clipped
2097
- * container, so the popover gets cut off there — flip it to open
2098
- * downward for just that chip instead.
2099
- */
2100
2096
  onChipMouseEnter(event: MouseEvent, item: any): void;
2101
2097
  toggleSelection(item: any, event: Event): void;
2102
2098
  getstates(): void;
@@ -2118,7 +2114,7 @@ declare class CertificationComponent {
2118
2114
  addManualDocumentType(): void;
2119
2115
  cancelForm(): void;
2120
2116
  static ɵfac: i0.ɵɵFactoryDeclaration<CertificationComponent, never>;
2121
- static ɵcmp: i0.ɵɵComponentDeclaration<CertificationComponent, "app-certification", never, { "states": { "alias": "states"; "required": false; }; "providerId": { "alias": "providerId"; "required": false; }; "providerName": { "alias": "providerName"; "required": false; }; "cloudfrontUrl": { "alias": "cloudfrontUrl"; "required": false; }; }, {}, never, never, false, never>;
2117
+ static ɵcmp: i0.ɵɵComponentDeclaration<CertificationComponent, "app-certification", never, { "states": { "alias": "states"; "required": false; }; "providerId": { "alias": "providerId"; "required": false; }; "providerName": { "alias": "providerName"; "required": false; }; "cloudfrontUrl": { "alias": "cloudfrontUrl"; "required": false; }; "roleData": { "alias": "roleData"; "required": false; }; }, {}, never, never, false, never>;
2122
2118
  }
2123
2119
 
2124
2120
  interface SkillSetModel extends MasterModel {
@@ -2263,6 +2259,7 @@ declare class SkillsComponent {
2263
2259
  private userSkillsSub?;
2264
2260
  providerId: string;
2265
2261
  providerName: string;
2262
+ roleData: any;
2266
2263
  userdata: any;
2267
2264
  user: any;
2268
2265
  tab: FormArray;
@@ -2323,6 +2320,7 @@ declare class SkillsComponent {
2323
2320
  private professionService;
2324
2321
  skillDetailList?: ElementRef;
2325
2322
  constructor(skillSetService: SkillSetService, userSkillSetService: UserSkillSetService, userProfessionService: UserProfessionService, userService: UserService, formBuilder: UntypedFormBuilder, utils: UtilsService, roleContextService: RoleContextService, store: CredentialingStore, tokenService: TokenService);
2323
+ private get resolvedForUser();
2326
2324
  private markTabPristine;
2327
2325
  goToAddSkillsMode(): void;
2328
2326
  createGroup(skillSetId?: any, skillName?: any): UntypedFormGroup;
@@ -2369,7 +2367,7 @@ declare class SkillsComponent {
2369
2367
  next(): void;
2370
2368
  ngOnDestroy(): void;
2371
2369
  static ɵfac: i0.ɵɵFactoryDeclaration<SkillsComponent, never>;
2372
- static ɵcmp: i0.ɵɵComponentDeclaration<SkillsComponent, "app-skills", never, { "providerId": { "alias": "providerId"; "required": false; }; "providerName": { "alias": "providerName"; "required": false; }; }, {}, never, never, false, never>;
2370
+ static ɵcmp: i0.ɵɵComponentDeclaration<SkillsComponent, "app-skills", never, { "providerId": { "alias": "providerId"; "required": false; }; "providerName": { "alias": "providerName"; "required": false; }; "roleData": { "alias": "roleData"; "required": false; }; }, {}, never, never, false, never>;
2373
2371
  }
2374
2372
 
2375
2373
  declare class LicensesComponent {
@@ -2385,6 +2383,7 @@ declare class LicensesComponent {
2385
2383
  providerId: string;
2386
2384
  providerName: string;
2387
2385
  cloudfrontUrl: string;
2386
+ roleData: any;
2388
2387
  originalFormValue: any;
2389
2388
  fileChanged: boolean;
2390
2389
  user: any;
@@ -2421,6 +2420,7 @@ declare class LicensesComponent {
2421
2420
  userdata: any;
2422
2421
  maxDate: Date;
2423
2422
  constructor(userDocumentService: UserDocumentService, userService: UserService, roleContextService: RoleContextService, store: CredentialingStore, workStore: LicenseStore, tokenService: TokenService, postalCodeService: PostalCodeServices, fb: FormBuilder, fileService: FileService);
2423
+ private get resolvedForUser();
2424
2424
  ngOnInit(): Promise<void>;
2425
2425
  loadDocumentTypes(searchText?: string): void;
2426
2426
  loadDocumentTypesDefault(searchText?: string): void;
@@ -2445,7 +2445,7 @@ declare class LicensesComponent {
2445
2445
  addManualDocumentType(): void;
2446
2446
  cancelForm(): void;
2447
2447
  static ɵfac: i0.ɵɵFactoryDeclaration<LicensesComponent, never>;
2448
- static ɵcmp: i0.ɵɵComponentDeclaration<LicensesComponent, "app-licenses", never, { "providerId": { "alias": "providerId"; "required": false; }; "providerName": { "alias": "providerName"; "required": false; }; "cloudfrontUrl": { "alias": "cloudfrontUrl"; "required": false; }; "states": { "alias": "states"; "required": false; }; }, {}, never, never, false, never>;
2448
+ static ɵcmp: i0.ɵɵComponentDeclaration<LicensesComponent, "app-licenses", never, { "providerId": { "alias": "providerId"; "required": false; }; "providerName": { "alias": "providerName"; "required": false; }; "cloudfrontUrl": { "alias": "cloudfrontUrl"; "required": false; }; "roleData": { "alias": "roleData"; "required": false; }; "states": { "alias": "states"; "required": false; }; }, {}, never, never, false, never>;
2449
2449
  }
2450
2450
 
2451
2451
  interface ToolModel extends MasterModel {
@@ -2586,6 +2586,7 @@ declare class ToolsComponent {
2586
2586
  signatureUrl: any;
2587
2587
  signatureFileId: any;
2588
2588
  constructor(toolService: ToolService, userToolService: UserToolService, userProfessionService: UserProfessionService, formBuilder: UntypedFormBuilder, userService: UserService, utils: UtilsService, store: CredentialingStore, tokenService: TokenService, roleContextService: RoleContextService, userDetailService: UserDetailService, professionService: ProfessionService, libConfig: LibraryConfig);
2589
+ private get resolvedForUser();
2589
2590
  ngOnInit(): Promise<void>;
2590
2591
  loadUserProfessionOptions(): void;
2591
2592
  onToolProfessionChange(item: any, group: UntypedFormGroup): void;
@@ -2789,6 +2790,7 @@ declare class RoleSelectComponent implements OnInit {
2789
2790
  providerdata: any;
2790
2791
  randomId: string;
2791
2792
  ngOnInit(): Promise<void>;
2793
+ private get resolvedForUser();
2792
2794
  getprovider(): void;
2793
2795
  private mappingKey;
2794
2796
  getYears(): void;
@@ -2831,8 +2833,6 @@ declare class RoleSelectComponent implements OnInit {
2831
2833
  saveUserIndustries(): void;
2832
2834
  setSelectedIndustries(ids: string[]): void;
2833
2835
  onBackClick(): void;
2834
- list: any;
2835
- loadFromApi(userId: string): void;
2836
2836
  getUserDetail(): void;
2837
2837
  getDetailsSave(): void;
2838
2838
  onYearChange(group: any): void;
@@ -2916,6 +2916,7 @@ declare class Step2CoverageComponent {
2916
2916
  providerId: string;
2917
2917
  providerName: string;
2918
2918
  states: any;
2919
+ roleData: any;
2919
2920
  city: i0.WritableSignal<string>;
2920
2921
  state: i0.WritableSignal<string>;
2921
2922
  showMap: boolean;
@@ -2945,6 +2946,7 @@ declare class Step2CoverageComponent {
2945
2946
  existingCoverageIds: string[];
2946
2947
  private initialCoverageSnapshot;
2947
2948
  constructor(store: CredentialingStore, usMapService: UsMapLatestService, userCoverageAreaService: UserCoverageAreaService, alertService: AlertService, roleContextService: RoleContextService, tokenService: TokenService);
2949
+ private get resolvedForUser();
2948
2950
  ngOnInit(): Promise<void>;
2949
2951
  toggleMap(): void;
2950
2952
  setSelectedStates(values: StateModel[]): void;
@@ -2962,7 +2964,7 @@ declare class Step2CoverageComponent {
2962
2964
  buildMapLocations(data: any[]): void;
2963
2965
  private buildCoveragePayload;
2964
2966
  static ɵfac: i0.ɵɵFactoryDeclaration<Step2CoverageComponent, never>;
2965
- static ɵcmp: i0.ɵɵComponentDeclaration<Step2CoverageComponent, "app-coverage", never, { "providerId": { "alias": "providerId"; "required": false; }; "providerName": { "alias": "providerName"; "required": false; }; "states": { "alias": "states"; "required": false; }; }, {}, never, never, false, never>;
2967
+ static ɵcmp: i0.ɵɵComponentDeclaration<Step2CoverageComponent, "app-coverage", never, { "providerId": { "alias": "providerId"; "required": false; }; "providerName": { "alias": "providerName"; "required": false; }; "states": { "alias": "states"; "required": false; }; "roleData": { "alias": "roleData"; "required": false; }; }, {}, never, never, false, never>;
2966
2968
  }
2967
2969
 
2968
2970
  declare class WorkexperienceComponent implements OnInit {
@@ -3087,6 +3089,7 @@ declare class ProfessionComponent implements OnInit {
3087
3089
  store: CredentialingStore;
3088
3090
  providerId: string;
3089
3091
  providerName: string;
3092
+ roleData: any;
3090
3093
  user: any;
3091
3094
  userId: any;
3092
3095
  payloadUserName: any;
@@ -3117,8 +3120,8 @@ declare class ProfessionComponent implements OnInit {
3117
3120
  private roleContextService;
3118
3121
  private tokenService;
3119
3122
  constructor(store: CredentialingStore);
3123
+ private get resolvedForUser();
3120
3124
  ngOnInit(): Promise<void>;
3121
- private isBlank;
3122
3125
  loadProfessionTypes(): void;
3123
3126
  private buildProfessionQuery;
3124
3127
  refreshUserProfessionOptions(): Promise<void>;
@@ -3160,7 +3163,7 @@ declare class ProfessionComponent implements OnInit {
3160
3163
  skip(): void;
3161
3164
  saveAndContinue(): Promise<void>;
3162
3165
  static ɵfac: i0.ɵɵFactoryDeclaration<ProfessionComponent, never>;
3163
- static ɵcmp: i0.ɵɵComponentDeclaration<ProfessionComponent, "app-profession", never, { "providerId": { "alias": "providerId"; "required": false; }; "providerName": { "alias": "providerName"; "required": false; }; }, {}, never, never, false, never>;
3166
+ static ɵcmp: i0.ɵɵComponentDeclaration<ProfessionComponent, "app-profession", never, { "providerId": { "alias": "providerId"; "required": false; }; "providerName": { "alias": "providerName"; "required": false; }; "roleData": { "alias": "roleData"; "required": false; }; }, {}, never, never, false, never>;
3164
3167
  }
3165
3168
 
3166
3169
  declare class UsMapComponent implements OnChanges, OnInit, AfterViewInit {
@@ -3695,8 +3698,6 @@ declare class PreviewComponent implements OnDestroy {
3695
3698
  private libConfig;
3696
3699
  providerId: string;
3697
3700
  private readonly EMPTY_GUID;
3698
- /** Set when withTargetProviderIdFallback substitutes the empty GUID, i.e. there's no real targetProviderId/company. */
3699
- /** initialSetUpCreateUserDetail rejects a null targetProviderId with 400; substitute the empty GUID only when it's actually missing. */
3700
3701
  private withTargetProviderIdFallback;
3701
3702
  useremail: any;
3702
3703
  readonly educationDegreeTypeOptions: string[];
@@ -4126,6 +4127,7 @@ declare class PreviewComponent implements OnDestroy {
4126
4127
  private revokeObjectUrl;
4127
4128
  previewSelectedFile(item: any): void;
4128
4129
  private get isProviderRole();
4130
+ private get resolvedForUser();
4129
4131
  get hasRoleContextUserId(): boolean;
4130
4132
  private get effectiveTargetUserId();
4131
4133
  private get effectiveProviderName();
@@ -4283,15 +4285,11 @@ declare class PreviewComponent implements OnDestroy {
4283
4285
  saveProvider(): Promise<void>;
4284
4286
  validateCompanyDetails(): boolean;
4285
4287
  saveCompanyDetails(): Promise<void>;
4286
- /** address1 itself is owned by im-address-verify-field; patch the sibling fields it resolved. */
4287
4288
  onCompanyAddressResolved(address: GoogleAddressResult): void;
4288
- /** Hand-typed edits invalidate the previously resolved coordinates so a stale lat/lng isn't saved. */
4289
4289
  onCompanyAddressManualEdit(): void;
4290
4290
  phoneMask(event: Event, type: 'profile' | 'company'): void;
4291
4291
  formatPhone(phone: string): string;
4292
- /** address itself is owned by im-address-verify-field; patch the sibling fields it resolved. */
4293
4292
  onUserAddressResolved(address: GoogleAddressResult): void;
4294
- /** Hand-typed edits invalidate the previously resolved coordinates so a stale lat/lng isn't saved. */
4295
4293
  onUserAddressManualEdit(): void;
4296
4294
  allowOnlyNumbers(event: KeyboardEvent): void;
4297
4295
  static ɵfac: i0.ɵɵFactoryDeclaration<PreviewComponent, never>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@idsoftsource/initial-process",
3
- "version": "3.4.1",
3
+ "version": "3.4.3",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.0.0",
6
6
  "@angular/core": "^20.0.0",