@idsoftsource/initial-process 1.0.3 → 1.0.4

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
@@ -673,6 +673,7 @@ declare class InitialProcessComponent implements OnInit {
673
673
  private roleContextService;
674
674
  private libConfig;
675
675
  isAgreeEnabled: boolean;
676
+ isLogoRequired: boolean;
676
677
  logo: any;
677
678
  private readonly uploadToAws;
678
679
  selectedRoleValue: string | null;
@@ -815,6 +816,8 @@ declare class InitialProcessComponent implements OnInit {
815
816
  private dataURLtoFile;
816
817
  uploadFileBrowseHandler(): void;
817
818
  saveAWSLogo(): Promise<false | undefined>;
819
+ formatPhone(event: any, form: FormGroup): void;
820
+ uploadLogo(event: any): void;
818
821
  saveAWSHeadShot(): Promise<void>;
819
822
  saveAWSSignature(): Promise<void>;
820
823
  saveSignature(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@idsoftsource/initial-process",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.0.0",
6
6
  "@angular/core": "^20.0.0",