@idsoftsource/initial-process 1.9.5 → 1.9.8
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
|
@@ -748,6 +748,7 @@ declare class InitialProcessComponent implements OnInit {
|
|
|
748
748
|
users: LookupItem;
|
|
749
749
|
providerError: any;
|
|
750
750
|
userError: any;
|
|
751
|
+
uploadError: string | null;
|
|
751
752
|
providerRoleId: any;
|
|
752
753
|
termsAndConditionTitle: string;
|
|
753
754
|
showTermsAndConditions: boolean;
|
|
@@ -885,7 +886,7 @@ declare class InitialProcessComponent implements OnInit {
|
|
|
885
886
|
logout(): Promise<void>;
|
|
886
887
|
getContractorSubCategories(): void;
|
|
887
888
|
saveContractorSubCategory(id: any): void;
|
|
888
|
-
private
|
|
889
|
+
private get STORAGE_KEY();
|
|
889
890
|
private preRestoreView;
|
|
890
891
|
private saveState;
|
|
891
892
|
private restoreState;
|
|
@@ -1556,6 +1557,7 @@ declare class EducationComponent implements OnInit {
|
|
|
1556
1557
|
userName: any;
|
|
1557
1558
|
cloudfront: any;
|
|
1558
1559
|
proposalLoader: boolean;
|
|
1560
|
+
showSuccess: i0.WritableSignal<boolean>;
|
|
1559
1561
|
showpreview: i0.Signal<boolean>;
|
|
1560
1562
|
maxDate: Date;
|
|
1561
1563
|
userdata: any;
|
|
@@ -1575,6 +1577,7 @@ declare class EducationComponent implements OnInit {
|
|
|
1575
1577
|
refreshForEdit(): void;
|
|
1576
1578
|
edit(index: number): void;
|
|
1577
1579
|
delete(index: number): void;
|
|
1580
|
+
triggerSuccess(): void;
|
|
1578
1581
|
back(): void;
|
|
1579
1582
|
nextStep(): void;
|
|
1580
1583
|
handleLeftButton(): void;
|
|
@@ -1630,6 +1633,7 @@ declare class CertificationComponent {
|
|
|
1630
1633
|
userName: any;
|
|
1631
1634
|
cloudfront: any;
|
|
1632
1635
|
proposalLoader: boolean;
|
|
1636
|
+
showSuccess: i0.WritableSignal<boolean>;
|
|
1633
1637
|
manualTypeError: string;
|
|
1634
1638
|
showpreview: i0.Signal<boolean>;
|
|
1635
1639
|
userdata: any;
|
|
@@ -1651,6 +1655,7 @@ declare class CertificationComponent {
|
|
|
1651
1655
|
private getFileExtension;
|
|
1652
1656
|
private saveAWSFile;
|
|
1653
1657
|
saveAndContinue(): void;
|
|
1658
|
+
triggerSuccess(): void;
|
|
1654
1659
|
back(): void;
|
|
1655
1660
|
nextStep(): void;
|
|
1656
1661
|
handleLeftButton(): void;
|
|
@@ -1883,6 +1888,7 @@ declare class LicensesComponent {
|
|
|
1883
1888
|
userName: any;
|
|
1884
1889
|
cloudfront: any;
|
|
1885
1890
|
proposalLoader: boolean;
|
|
1891
|
+
showSuccess: i0.WritableSignal<boolean>;
|
|
1886
1892
|
manualTypeError: string;
|
|
1887
1893
|
showpreview: i0.Signal<boolean>;
|
|
1888
1894
|
userdata: any;
|
|
@@ -1904,6 +1910,7 @@ declare class LicensesComponent {
|
|
|
1904
1910
|
private saveAWSFile;
|
|
1905
1911
|
saveAndContinue(): void;
|
|
1906
1912
|
isChecked(id: string): boolean;
|
|
1913
|
+
triggerSuccess(): void;
|
|
1907
1914
|
back(): void;
|
|
1908
1915
|
nextStep(): void;
|
|
1909
1916
|
handleLeftButton(): void;
|
|
@@ -2431,6 +2438,7 @@ declare class WorkexperienceComponent implements OnInit {
|
|
|
2431
2438
|
userName: any;
|
|
2432
2439
|
cloudfront: any;
|
|
2433
2440
|
proposalLoader: boolean;
|
|
2441
|
+
showSuccess: i0.WritableSignal<boolean>;
|
|
2434
2442
|
showpreview: i0.Signal<boolean>;
|
|
2435
2443
|
userdata: any;
|
|
2436
2444
|
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 +2456,7 @@ declare class WorkexperienceComponent implements OnInit {
|
|
|
2448
2456
|
edit(index: number): void;
|
|
2449
2457
|
delete(index: number): void;
|
|
2450
2458
|
saveAndContinue(): void;
|
|
2459
|
+
triggerSuccess(): void;
|
|
2451
2460
|
back(): void;
|
|
2452
2461
|
nextStep(): void;
|
|
2453
2462
|
handleLeftButton(): void;
|