@idsoftsource/initial-process 2.7.1 → 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
|
|
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
|
|
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;
|