@idsoftsource/initial-process 1.9.8 → 2.1.1
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
|
@@ -682,6 +682,7 @@ declare class InitialProcessComponent implements OnInit {
|
|
|
682
682
|
private libConfig;
|
|
683
683
|
signatureFileId: any;
|
|
684
684
|
signatureUrl: any;
|
|
685
|
+
private signatureDirty;
|
|
685
686
|
isAgreeEnabled: boolean;
|
|
686
687
|
isneeded: boolean;
|
|
687
688
|
isLogoRequired: boolean;
|
|
@@ -736,8 +737,8 @@ declare class InitialProcessComponent implements OnInit {
|
|
|
736
737
|
companyForm: FormGroup;
|
|
737
738
|
userForm: FormGroup;
|
|
738
739
|
fileData: any;
|
|
739
|
-
fileDataUser: File;
|
|
740
|
-
fileDataLogo: File;
|
|
740
|
+
fileDataUser: File | null;
|
|
741
|
+
fileDataLogo: File | null;
|
|
741
742
|
zipcodeMask: RegExp[];
|
|
742
743
|
options: {
|
|
743
744
|
componentRestrictions: {
|