@idsoftsource/initial-process 2.3.4 → 2.3.5

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
@@ -815,6 +815,7 @@ declare class InitialProcessComponent implements OnInit {
815
815
  items: ContractorSubCategoryReadModel[];
816
816
  }[];
817
817
  contractorCategories: ContractorSubCategoryReadModel[];
818
+ isLoadingSubCategories: boolean;
818
819
  appBrandingMap: Record<string, AppBranding>;
819
820
  constructor(router: Router, userDetailService: UserDetailService, formBuilder: FormBuilder, fileService: FileService, providerService: ProvidersService, roleService: RolesService, modalService: BsModalService, contractorSubCategoryService: ProviderContractorSubCategoryService, providerContractorSubCategoryService: ProviderContractorSubCategoryService, authService: AuthService, tokenService: TokenService, roleContextService: RoleContextService, authLogoutService: AuthLogoutService, libConfig: LibraryConfig);
820
821
  selectedContract: any;
@@ -1201,7 +1202,7 @@ declare class CredentialingStore {
1201
1202
  private loadFromStorage;
1202
1203
  clearStorage(): void;
1203
1204
  toolsList: i0.WritableSignal<Tool[]>;
1204
- uploadOption: i0.WritableSignal<"upload" | "manual" | null>;
1205
+ uploadOption: i0.WritableSignal<"manual" | "upload" | null>;
1205
1206
  certifications: i0.WritableSignal<Certification$2[]>;
1206
1207
  licenses: i0.WritableSignal<License[]>;
1207
1208
  stepView: i0.WritableSignal<"add" | "preview">;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@idsoftsource/initial-process",
3
- "version": "2.3.4",
3
+ "version": "2.3.5",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.0.0",
6
6
  "@angular/core": "^20.0.0",