@idsoftsource/initial-process 1.3.7 → 1.3.9
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
|
@@ -814,6 +814,7 @@ declare class InitialProcessComponent implements OnInit {
|
|
|
814
814
|
private emitPoints;
|
|
815
815
|
uploadSignImage(event: any): void;
|
|
816
816
|
uploadUserImage(event: any): void;
|
|
817
|
+
uploadLogo(event: any): void;
|
|
817
818
|
AddressChange(address: any): void;
|
|
818
819
|
AddressChangeUser(address: any): void;
|
|
819
820
|
previous(): void;
|
|
@@ -822,7 +823,6 @@ declare class InitialProcessComponent implements OnInit {
|
|
|
822
823
|
uploadFileBrowseHandler(): void;
|
|
823
824
|
saveAWSLogo(): Promise<false | undefined>;
|
|
824
825
|
formatPhone(event: any, form: FormGroup): void;
|
|
825
|
-
uploadLogo(event: any): void;
|
|
826
826
|
saveAWSHeadShot(): Promise<void>;
|
|
827
827
|
saveAWSSignature(): Promise<void>;
|
|
828
828
|
saveSignature(): void;
|