@idsoftsource/initial-process 1.0.8 → 1.1.0

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
@@ -727,6 +727,7 @@ declare class InitialProcessComponent implements OnInit {
727
727
  userForm: FormGroup;
728
728
  fileData: any;
729
729
  fileDataUser: File;
730
+ fileDataLogo: File;
730
731
  zipcodeMask: RegExp[];
731
732
  options: {
732
733
  componentRestrictions: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@idsoftsource/initial-process",
3
- "version": "1.0.8",
3
+ "version": "1.1.0",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.0.0",
6
6
  "@angular/core": "^20.0.0",