@idsoftsource/initial-process 3.5.3 → 3.5.4
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
|
@@ -2805,6 +2805,7 @@ declare class RoleSelectComponent implements OnInit {
|
|
|
2805
2805
|
private mappingKey;
|
|
2806
2806
|
getYears(): void;
|
|
2807
2807
|
uploacompanyImage(event: any): void;
|
|
2808
|
+
removeCompanyLogoImage(): void;
|
|
2808
2809
|
saveAWSCompanyLogo(): Promise<void>;
|
|
2809
2810
|
getIndustries(): void;
|
|
2810
2811
|
bindProviderDetails(): {
|
|
@@ -2851,6 +2852,7 @@ declare class RoleSelectComponent implements OnInit {
|
|
|
2851
2852
|
get u(): UserFormControls;
|
|
2852
2853
|
get c(): CompanyFormControls;
|
|
2853
2854
|
uploadUserImage(event: any): void;
|
|
2855
|
+
removeUserImage(): void;
|
|
2854
2856
|
selectFile(event: any): void;
|
|
2855
2857
|
private saveAWSFile;
|
|
2856
2858
|
saveResume(): void;
|
|
@@ -4021,6 +4023,7 @@ declare class PreviewComponent implements OnDestroy {
|
|
|
4021
4023
|
updateTempResponsibilities(value: string): void;
|
|
4022
4024
|
patchTempJob(patch: Partial<WorkExperience$1>): void;
|
|
4023
4025
|
onWorkExperienceFileSelected(event: Event): void;
|
|
4026
|
+
removeJobFile(): Promise<void>;
|
|
4024
4027
|
setTempJobIsCurrent(isCurrent: boolean): void;
|
|
4025
4028
|
private skillEditor;
|
|
4026
4029
|
skillShowFieldErrors: boolean;
|
|
@@ -4091,6 +4094,7 @@ declare class PreviewComponent implements OnDestroy {
|
|
|
4091
4094
|
cancelEditCertification(): void;
|
|
4092
4095
|
patchTempCertification(patch: Partial<Certification$3>): void;
|
|
4093
4096
|
onCertificationFileSelected(event: Event): void;
|
|
4097
|
+
removeCertificationFile(): Promise<void>;
|
|
4094
4098
|
saveCertificationEditor(): Promise<void>;
|
|
4095
4099
|
deletingCertificationIndex: i0.WritableSignal<number | null>;
|
|
4096
4100
|
deleteCertification(index: number): Promise<void>;
|
|
@@ -4105,6 +4109,7 @@ declare class PreviewComponent implements OnDestroy {
|
|
|
4105
4109
|
cancelEditLicense(): void;
|
|
4106
4110
|
patchTempLicense(patch: Partial<License$1>): void;
|
|
4107
4111
|
onLicenseFileSelected(event: Event): void;
|
|
4112
|
+
removeLicenseFile(): Promise<void>;
|
|
4108
4113
|
saveLicenseEditor(): Promise<void>;
|
|
4109
4114
|
deletingLicenseIndex: i0.WritableSignal<number | null>;
|
|
4110
4115
|
deleteLicense(index: number): Promise<void>;
|
|
@@ -4121,6 +4126,7 @@ declare class PreviewComponent implements OnDestroy {
|
|
|
4121
4126
|
confirmAllEducation(): Promise<void>;
|
|
4122
4127
|
patchTempEducation(patch: Partial<Education$1>): void;
|
|
4123
4128
|
onEducationFileSelected(event: Event): void;
|
|
4129
|
+
removeEducationFile(): Promise<void>;
|
|
4124
4130
|
saveEducation(): Promise<void>;
|
|
4125
4131
|
deletingEducationIndex: i0.WritableSignal<number | null>;
|
|
4126
4132
|
deleteEducation(index: number): Promise<void>;
|
|
@@ -4148,6 +4154,7 @@ declare class PreviewComponent implements OnDestroy {
|
|
|
4148
4154
|
private batchPersistTools;
|
|
4149
4155
|
private saveAWSFile;
|
|
4150
4156
|
uploadHeadshotImage(event: any): void;
|
|
4157
|
+
removeHeadshotFile(): void;
|
|
4151
4158
|
private saveAWSHeadShot;
|
|
4152
4159
|
selectFile(event: any): void;
|
|
4153
4160
|
private toAbsoluteFileUrl;
|
|
@@ -4280,6 +4287,7 @@ declare class PreviewComponent implements OnDestroy {
|
|
|
4280
4287
|
cancelCompanyEdit(): void;
|
|
4281
4288
|
companyLogoUrl(): string | null;
|
|
4282
4289
|
uploadCompanyImage(event: any): void;
|
|
4290
|
+
removeCompanyLogoFile(): void;
|
|
4283
4291
|
saveAWSCompanyLogo(): Promise<void>;
|
|
4284
4292
|
bindProviderDetails(): {
|
|
4285
4293
|
userName: string;
|