@idsoftsource/initial-process 2.3.2 → 2.3.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
@@ -2355,7 +2355,7 @@ declare class RoleSelectComponent implements OnInit {
2355
2355
  hhmmtt: string;
2356
2356
  };
2357
2357
  removeRole(role: string): void;
2358
- phoneMask(event: Event): void;
2358
+ phoneMask(event: Event, formType?: 'user' | 'company'): void;
2359
2359
  AddressChangeUser(address: any): void;
2360
2360
  back(): void;
2361
2361
  static ɵfac: i0.ɵɵFactoryDeclaration<RoleSelectComponent, never>;
@@ -3286,6 +3286,7 @@ declare class PreviewComponent {
3286
3286
  private isBlank;
3287
3287
  private isBlankOrNull;
3288
3288
  sanitizePhone(value: string | null | undefined): string;
3289
+ getDigitCount(value: string | null | undefined): number;
3289
3290
  sanitizeZipCode(value: string | null | undefined): string;
3290
3291
  isMonthRangeInvalid(start: string | null | undefined, end: string | null | undefined): boolean;
3291
3292
  private compareMonth;
@@ -3481,6 +3482,7 @@ declare class PreviewComponent {
3481
3482
  private revokeObjectUrl;
3482
3483
  previewSelectedFile(item: any): void;
3483
3484
  private get isProviderRole();
3485
+ get hasRoleContextUserId(): boolean;
3484
3486
  private get effectiveProviderName();
3485
3487
  private get effectiveTargetProviderId();
3486
3488
  mapBasicDetailsToUserDetail(data: any): {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@idsoftsource/initial-process",
3
- "version": "2.3.2",
3
+ "version": "2.3.3",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.0.0",
6
6
  "@angular/core": "^20.0.0",