@idsoftsource/initial-process 2.5.1 → 2.5.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
@@ -169,6 +169,7 @@ interface PrivacyAndTerms {
169
169
  email?: string | null;
170
170
  websiteurl?: string | null;
171
171
  currentYear?: any | null;
172
+ logoUrl?: any | null;
172
173
  }
173
174
 
174
175
  interface GridResult<TReadModel> {
@@ -1241,6 +1242,8 @@ declare class ClaimProcessComponent implements OnInit {
1241
1242
  validatePage: number;
1242
1243
  userHasExistingDetails: boolean;
1243
1244
  resetPasswordEnabled: boolean;
1245
+ isAuthenticated: boolean;
1246
+ existingUserData: any;
1244
1247
  private pendingUserRole;
1245
1248
  private rolesLoaded;
1246
1249
  profileFileName: string;
@@ -1280,6 +1283,7 @@ declare class ClaimProcessComponent implements OnInit {
1280
1283
  /** Called when the "I accept" checkbox is toggled directly. */
1281
1284
  onTermsCheckboxChange(event: Event): void;
1282
1285
  lookupUser(email: string): void;
1286
+ getInitials(): string;
1283
1287
  getRoles(): void;
1284
1288
  /**
1285
1289
  * Matches the user's existing role against the loaded roles list.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@idsoftsource/initial-process",
3
- "version": "2.5.1",
3
+ "version": "2.5.2",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.0.0",
6
6
  "@angular/core": "^20.0.0",