@idsoftsource/initial-process 3.1.1 → 3.1.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
|
@@ -3425,6 +3425,7 @@ declare class PreviewComponent implements OnDestroy {
|
|
|
3425
3425
|
private roleContextService;
|
|
3426
3426
|
private providerService;
|
|
3427
3427
|
private frontendProviderService;
|
|
3428
|
+
private cdr;
|
|
3428
3429
|
private libConfig;
|
|
3429
3430
|
providerId: string;
|
|
3430
3431
|
useremail: any;
|
|
@@ -3534,7 +3535,7 @@ declare class PreviewComponent implements OnDestroy {
|
|
|
3534
3535
|
id: string;
|
|
3535
3536
|
roleId: string;
|
|
3536
3537
|
})[];
|
|
3537
|
-
constructor(store: CredentialingStore, fileService: FileService, userSkillSetService: UserSkillSetService, userToolService: UserToolService, userDocumentService: UserDocumentService, userEducation: UserEducationService, userDetailService: UserDetailService, userExperienceService: UserExperienceService, tokenService: TokenService, roleContextService: RoleContextService, providerService: ProvidersService, frontendProviderService: FrontEndProvidersService, libConfig: LibraryConfig);
|
|
3538
|
+
constructor(store: CredentialingStore, fileService: FileService, userSkillSetService: UserSkillSetService, userToolService: UserToolService, userDocumentService: UserDocumentService, userEducation: UserEducationService, userDetailService: UserDetailService, userExperienceService: UserExperienceService, tokenService: TokenService, roleContextService: RoleContextService, providerService: ProvidersService, frontendProviderService: FrontEndProvidersService, cdr: ChangeDetectorRef, libConfig: LibraryConfig);
|
|
3538
3539
|
email: any;
|
|
3539
3540
|
expYears: number[];
|
|
3540
3541
|
details: i0.WritableSignal<BasicDetails | undefined>;
|