@idsoftsource/initial-process 1.9.3 → 1.9.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
|
@@ -3137,6 +3137,14 @@ declare class PreviewComponent {
|
|
|
3137
3137
|
payloadUserId: any;
|
|
3138
3138
|
payloadUserName: any;
|
|
3139
3139
|
cloudfrontUrl: string;
|
|
3140
|
+
signatureFileId: any;
|
|
3141
|
+
signatureUrl: any;
|
|
3142
|
+
headshotFileName: string;
|
|
3143
|
+
headshotPreviewUrl: string | null;
|
|
3144
|
+
isHeadshotLoading: boolean;
|
|
3145
|
+
headshotFileId: string | null;
|
|
3146
|
+
headshotUrl: string | null;
|
|
3147
|
+
fileDataHeadshot: any;
|
|
3140
3148
|
workExperienceServerIds: Record<number, string>;
|
|
3141
3149
|
educationServerIds: Record<number, string>;
|
|
3142
3150
|
certificationServerIds: Record<number, string>;
|
|
@@ -3390,6 +3398,8 @@ declare class PreviewComponent {
|
|
|
3390
3398
|
private persistTool;
|
|
3391
3399
|
private batchPersistTools;
|
|
3392
3400
|
private saveAWSFile;
|
|
3401
|
+
uploadHeadshotImage(event: any): void;
|
|
3402
|
+
private saveAWSHeadShot;
|
|
3393
3403
|
selectFile(event: any): void;
|
|
3394
3404
|
private toAbsoluteFileUrl;
|
|
3395
3405
|
private revokeObjectUrl;
|
|
@@ -3425,6 +3435,10 @@ declare class PreviewComponent {
|
|
|
3425
3435
|
datePattern: string;
|
|
3426
3436
|
dateTimePattern: string;
|
|
3427
3437
|
timePattern: string;
|
|
3438
|
+
signatureFileId: any;
|
|
3439
|
+
signatureUrl: any;
|
|
3440
|
+
headshotFileId: string | null;
|
|
3441
|
+
headshotUrl: string | null;
|
|
3428
3442
|
};
|
|
3429
3443
|
};
|
|
3430
3444
|
mapCompanyDetail(data: any): {
|
|
@@ -3455,6 +3469,10 @@ declare class PreviewComponent {
|
|
|
3455
3469
|
datePattern: string;
|
|
3456
3470
|
dateTimePattern: string;
|
|
3457
3471
|
timePattern: string;
|
|
3472
|
+
signatureFileId: any;
|
|
3473
|
+
signatureUrl: any;
|
|
3474
|
+
headshotFileId: string | null;
|
|
3475
|
+
headshotUrl: string | null;
|
|
3458
3476
|
};
|
|
3459
3477
|
};
|
|
3460
3478
|
mapBasicDetailsDashboard(data: any): {
|
|
@@ -3541,7 +3559,7 @@ declare class PreviewComponent {
|
|
|
3541
3559
|
AddressChangeUser(address: any): void;
|
|
3542
3560
|
allowOnlyNumbers(event: KeyboardEvent): void;
|
|
3543
3561
|
static ɵfac: i0.ɵɵFactoryDeclaration<PreviewComponent, never>;
|
|
3544
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PreviewComponent, "app-preview", never, { "providerId": { "alias": "providerId"; "required": false; }; "isResume": { "alias": "isResume"; "required": false; }; "resumeModel": { "alias": "resumeModel"; "required": false; }; "providerName": { "alias": "providerName"; "required": false; }; "roleData": { "alias": "roleData"; "required": false; }; "cloudfrontUrl": { "alias": "cloudfrontUrl"; "required": false; }; }, { "backToParent": "backToParent"; }, never, never, true, never>;
|
|
3562
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PreviewComponent, "app-preview", never, { "providerId": { "alias": "providerId"; "required": false; }; "isResume": { "alias": "isResume"; "required": false; }; "resumeModel": { "alias": "resumeModel"; "required": false; }; "providerName": { "alias": "providerName"; "required": false; }; "roleData": { "alias": "roleData"; "required": false; }; "cloudfrontUrl": { "alias": "cloudfrontUrl"; "required": false; }; "signatureFileId": { "alias": "signatureFileId"; "required": false; }; "signatureUrl": { "alias": "signatureUrl"; "required": false; }; }, { "backToParent": "backToParent"; }, never, never, true, never>;
|
|
3545
3563
|
}
|
|
3546
3564
|
|
|
3547
3565
|
declare class AssetUrlsService {
|