@idsoftsource/initial-process 2.7.2 → 2.7.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
@@ -1414,9 +1414,9 @@ declare class ClaimProcessComponent implements OnInit, OnDestroy {
1414
1414
  private getIndustries;
1415
1415
  private getUserDetail;
1416
1416
  getRoles(): void;
1417
- /** Load user's existing role and pre-select the card (ref: initial-process getUserRoles) */
1417
+ /** Load user's existing role, pre-select the card, and load provider details if business */
1418
1418
  private loadUserRoles;
1419
- /** Handle role card click (ref: initial-process selectedUserRole) */
1419
+ /** Handle role card click no-op when role is locked after initial setup */
1420
1420
  selectedUserRole(role: any): void;
1421
1421
  private loadProviderDetails;
1422
1422
  private updatePasswordValidators;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@idsoftsource/initial-process",
3
- "version": "2.7.2",
3
+ "version": "2.7.3",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.0.0",
6
6
  "@angular/core": "^20.0.0",