@idsoftsource/initial-process 1.9.7 → 1.9.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
@@ -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: {
@@ -748,6 +749,7 @@ declare class InitialProcessComponent implements OnInit {
748
749
  users: LookupItem;
749
750
  providerError: any;
750
751
  userError: any;
752
+ uploadError: string | null;
751
753
  providerRoleId: any;
752
754
  termsAndConditionTitle: string;
753
755
  showTermsAndConditions: boolean;
@@ -885,7 +887,7 @@ declare class InitialProcessComponent implements OnInit {
885
887
  logout(): Promise<void>;
886
888
  getContractorSubCategories(): void;
887
889
  saveContractorSubCategory(id: any): void;
888
- private readonly STORAGE_KEY;
890
+ private get STORAGE_KEY();
889
891
  private preRestoreView;
890
892
  private saveState;
891
893
  private restoreState;
@@ -1556,6 +1558,7 @@ declare class EducationComponent implements OnInit {
1556
1558
  userName: any;
1557
1559
  cloudfront: any;
1558
1560
  proposalLoader: boolean;
1561
+ showSuccess: i0.WritableSignal<boolean>;
1559
1562
  showpreview: i0.Signal<boolean>;
1560
1563
  maxDate: Date;
1561
1564
  userdata: any;
@@ -1575,6 +1578,7 @@ declare class EducationComponent implements OnInit {
1575
1578
  refreshForEdit(): void;
1576
1579
  edit(index: number): void;
1577
1580
  delete(index: number): void;
1581
+ triggerSuccess(): void;
1578
1582
  back(): void;
1579
1583
  nextStep(): void;
1580
1584
  handleLeftButton(): void;
@@ -1630,6 +1634,7 @@ declare class CertificationComponent {
1630
1634
  userName: any;
1631
1635
  cloudfront: any;
1632
1636
  proposalLoader: boolean;
1637
+ showSuccess: i0.WritableSignal<boolean>;
1633
1638
  manualTypeError: string;
1634
1639
  showpreview: i0.Signal<boolean>;
1635
1640
  userdata: any;
@@ -1651,6 +1656,7 @@ declare class CertificationComponent {
1651
1656
  private getFileExtension;
1652
1657
  private saveAWSFile;
1653
1658
  saveAndContinue(): void;
1659
+ triggerSuccess(): void;
1654
1660
  back(): void;
1655
1661
  nextStep(): void;
1656
1662
  handleLeftButton(): void;
@@ -1883,6 +1889,7 @@ declare class LicensesComponent {
1883
1889
  userName: any;
1884
1890
  cloudfront: any;
1885
1891
  proposalLoader: boolean;
1892
+ showSuccess: i0.WritableSignal<boolean>;
1886
1893
  manualTypeError: string;
1887
1894
  showpreview: i0.Signal<boolean>;
1888
1895
  userdata: any;
@@ -1904,6 +1911,7 @@ declare class LicensesComponent {
1904
1911
  private saveAWSFile;
1905
1912
  saveAndContinue(): void;
1906
1913
  isChecked(id: string): boolean;
1914
+ triggerSuccess(): void;
1907
1915
  back(): void;
1908
1916
  nextStep(): void;
1909
1917
  handleLeftButton(): void;
@@ -2431,6 +2439,7 @@ declare class WorkexperienceComponent implements OnInit {
2431
2439
  userName: any;
2432
2440
  cloudfront: any;
2433
2441
  proposalLoader: boolean;
2442
+ showSuccess: i0.WritableSignal<boolean>;
2434
2443
  showpreview: i0.Signal<boolean>;
2435
2444
  userdata: any;
2436
2445
  constructor(userExperienceService: UserExperienceService, userService: UserService, workStore: WorkExperienceStore, store: CredentialingStore, countryService: CountryServices, postalCodeService: PostalCodeServices, tokenService: TokenService, roleContextService: RoleContextService, fb: FormBuilder, fileService: FileService, http: HttpClient);
@@ -2448,6 +2457,7 @@ declare class WorkexperienceComponent implements OnInit {
2448
2457
  edit(index: number): void;
2449
2458
  delete(index: number): void;
2450
2459
  saveAndContinue(): void;
2460
+ triggerSuccess(): void;
2451
2461
  back(): void;
2452
2462
  nextStep(): void;
2453
2463
  handleLeftButton(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@idsoftsource/initial-process",
3
- "version": "1.9.7",
3
+ "version": "1.9.9",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.0.0",
6
6
  "@angular/core": "^20.0.0",