@idsoftsource/initial-process 1.5.2 → 1.5.6
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
|
@@ -675,6 +675,8 @@ declare class InitialProcessComponent implements OnInit {
|
|
|
675
675
|
private roleContextService;
|
|
676
676
|
private authLogoutService;
|
|
677
677
|
private libConfig;
|
|
678
|
+
signatureFileId: any;
|
|
679
|
+
signatureUrl: any;
|
|
678
680
|
isAgreeEnabled: boolean;
|
|
679
681
|
isneeded: boolean;
|
|
680
682
|
isLogoRequired: boolean;
|
|
@@ -819,9 +821,11 @@ declare class InitialProcessComponent implements OnInit {
|
|
|
819
821
|
AddressChangeUser(address: any): void;
|
|
820
822
|
previous(): void;
|
|
821
823
|
next(page?: number): void;
|
|
824
|
+
handleSignatureAndMoveToNext(): Promise<void>;
|
|
825
|
+
saveSignatureAndIncrement(): Promise<boolean>;
|
|
822
826
|
private dataURLtoFile;
|
|
823
|
-
uploadFileBrowseHandler(): void
|
|
824
|
-
saveAWSLogo(): Promise<
|
|
827
|
+
uploadFileBrowseHandler(): Promise<void>;
|
|
828
|
+
saveAWSLogo(): Promise<boolean>;
|
|
825
829
|
formatPhone(event: any, form: FormGroup): void;
|
|
826
830
|
saveAWSHeadShot(): Promise<void>;
|
|
827
831
|
saveAWSSignature(): Promise<void>;
|
|
@@ -1212,6 +1216,8 @@ declare class CredentialingComponent implements OnInit {
|
|
|
1212
1216
|
private libConfig;
|
|
1213
1217
|
private viewport;
|
|
1214
1218
|
animation: string | undefined;
|
|
1219
|
+
signatureFileId: any;
|
|
1220
|
+
signatureUrl: any;
|
|
1215
1221
|
cloudfrontUrl: any;
|
|
1216
1222
|
providerId: any;
|
|
1217
1223
|
providerName: any;
|
|
@@ -1224,7 +1230,7 @@ declare class CredentialingComponent implements OnInit {
|
|
|
1224
1230
|
goBackToInitialProcess(): void;
|
|
1225
1231
|
getstates(countryCode: any): void;
|
|
1226
1232
|
static ɵfac: i0.ɵɵFactoryDeclaration<CredentialingComponent, never>;
|
|
1227
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CredentialingComponent, "app-credentialing", never, { "data": { "alias": "data"; "required": false; }; }, { "back": "back"; }, never, never, false, never>;
|
|
1233
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CredentialingComponent, "app-credentialing", never, { "signatureFileId": { "alias": "signatureFileId"; "required": false; }; "signatureUrl": { "alias": "signatureUrl"; "required": false; }; "data": { "alias": "data"; "required": false; }; }, { "back": "back"; }, never, never, false, never>;
|
|
1228
1234
|
}
|
|
1229
1235
|
|
|
1230
1236
|
declare class StepperComponent {
|
|
@@ -1930,6 +1936,8 @@ declare class ToolsComponent {
|
|
|
1930
1936
|
userToolsPreview: any[];
|
|
1931
1937
|
userDetails: any;
|
|
1932
1938
|
userdata: any;
|
|
1939
|
+
signatureUrl: any;
|
|
1940
|
+
signatureFileId: any;
|
|
1933
1941
|
constructor(toolService: ToolService, userToolService: UserToolService, formBuilder: UntypedFormBuilder, userService: UserService, utils: UtilsService, store: CredentialingStore, tokenService: TokenService, userDetailService: UserDetailService, libConfig: LibraryConfig);
|
|
1934
1942
|
ngOnInit(): Promise<void>;
|
|
1935
1943
|
private ctxProviderName;
|
|
@@ -1977,7 +1985,7 @@ declare class ToolsComponent {
|
|
|
1977
1985
|
goBack(): void;
|
|
1978
1986
|
saveFinal(): void;
|
|
1979
1987
|
static ɵfac: i0.ɵɵFactoryDeclaration<ToolsComponent, never>;
|
|
1980
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ToolsComponent, "app-tools", never, { "roleData": { "alias": "roleData"; "required": false; }; "providerId": { "alias": "providerId"; "required": false; }; "providerName": { "alias": "providerName"; "required": false; }; }, {}, never, never, false, never>;
|
|
1988
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ToolsComponent, "app-tools", never, { "roleData": { "alias": "roleData"; "required": false; }; "providerId": { "alias": "providerId"; "required": false; }; "providerName": { "alias": "providerName"; "required": false; }; "signatureUrl": { "alias": "signatureUrl"; "required": false; }; "signatureFileId": { "alias": "signatureFileId"; "required": false; }; }, {}, never, never, false, never>;
|
|
1981
1989
|
}
|
|
1982
1990
|
|
|
1983
1991
|
declare enum EmployeeDesignation {
|
|
@@ -2101,6 +2109,7 @@ declare class RoleSelectComponent implements OnInit {
|
|
|
2101
2109
|
list: any;
|
|
2102
2110
|
loadFromApi(userId: string): void;
|
|
2103
2111
|
getUserDetail(): void;
|
|
2112
|
+
getDetailsSave(): void;
|
|
2104
2113
|
onYearChange(group: any): void;
|
|
2105
2114
|
hasChanges(): boolean;
|
|
2106
2115
|
selectRole(role: string): void;
|
|
@@ -2310,6 +2319,8 @@ declare class FirstComponent implements OnInit {
|
|
|
2310
2319
|
awsFileUpdate: UpdateAwsFileModelModel[];
|
|
2311
2320
|
backToParent: EventEmitter<void>;
|
|
2312
2321
|
userId: any;
|
|
2322
|
+
isDragOver: boolean;
|
|
2323
|
+
uploadError: string | null;
|
|
2313
2324
|
sample: {
|
|
2314
2325
|
basicDetails: {
|
|
2315
2326
|
firstName: string;
|
|
@@ -2393,6 +2404,11 @@ declare class FirstComponent implements OnInit {
|
|
|
2393
2404
|
manual(): void;
|
|
2394
2405
|
private saveAWSFile;
|
|
2395
2406
|
uploadresume(): void;
|
|
2407
|
+
private isAllowedResumeFile;
|
|
2408
|
+
private processSelectedResumeFile;
|
|
2409
|
+
onDragOver(event: DragEvent): void;
|
|
2410
|
+
onDragLeave(event: DragEvent): void;
|
|
2411
|
+
onDrop(event: DragEvent): void;
|
|
2396
2412
|
onBackClick(): void;
|
|
2397
2413
|
static ɵfac: i0.ɵɵFactoryDeclaration<FirstComponent, never>;
|
|
2398
2414
|
static ɵcmp: i0.ɵɵComponentDeclaration<FirstComponent, "app-first", never, {}, { "backToParent": "backToParent"; "nextStep": "nextStep"; }, never, never, false, never>;
|
|
@@ -2419,6 +2435,16 @@ declare class PreviewComponent {
|
|
|
2419
2435
|
private tokenService;
|
|
2420
2436
|
private libConfig;
|
|
2421
2437
|
providerId: string;
|
|
2438
|
+
useremail: any;
|
|
2439
|
+
readonly educationDegreeTypeOptions: string[];
|
|
2440
|
+
readonly monthPickerConfig: {
|
|
2441
|
+
minMode: string;
|
|
2442
|
+
adaptivePosition: boolean;
|
|
2443
|
+
showWeekNumbers: boolean;
|
|
2444
|
+
isAnimated: boolean;
|
|
2445
|
+
dateInputFormat: string;
|
|
2446
|
+
};
|
|
2447
|
+
maxDate: Date;
|
|
2422
2448
|
providerName: string;
|
|
2423
2449
|
roleData: any;
|
|
2424
2450
|
backToParent: EventEmitter<void>;
|
|
@@ -2451,6 +2477,7 @@ declare class PreviewComponent {
|
|
|
2451
2477
|
licenseLocallySaved: Record<number, boolean>;
|
|
2452
2478
|
skillLocallySaved: Record<number, boolean>;
|
|
2453
2479
|
toolLocallySaved: Record<number, boolean>;
|
|
2480
|
+
private readonly monthDateCache;
|
|
2454
2481
|
private readonly uploadFolderBySection;
|
|
2455
2482
|
resumeData: ResumeProfile | null;
|
|
2456
2483
|
statusList: any[];
|
|
@@ -2512,6 +2539,14 @@ declare class PreviewComponent {
|
|
|
2512
2539
|
private appendToMainModel;
|
|
2513
2540
|
private updateInMainModel;
|
|
2514
2541
|
private toMonthInput;
|
|
2542
|
+
monthInputToDate(value: string | null | undefined): Date | null;
|
|
2543
|
+
private dateToMonthInput;
|
|
2544
|
+
setTempJobMonth(field: 'startDate' | 'endDate', value: Date | null | undefined): void;
|
|
2545
|
+
setTempCertificationMonth(field: 'issueDate' | 'expiryDate', value: Date | null | undefined): void;
|
|
2546
|
+
setTempLicenseMonth(field: 'issueDate' | 'expiryDate', value: Date | null | undefined): void;
|
|
2547
|
+
setTempEducationMonth(field: 'startDate' | 'endDate', value: Date | null | undefined): void;
|
|
2548
|
+
confirmAllCertifications(): Promise<void>;
|
|
2549
|
+
confirmAllLicenses(): Promise<void>;
|
|
2515
2550
|
private buildSectionQuery;
|
|
2516
2551
|
private buildUserName;
|
|
2517
2552
|
private getCreatedId;
|
|
@@ -2580,6 +2615,8 @@ declare class PreviewComponent {
|
|
|
2580
2615
|
addTool(): void;
|
|
2581
2616
|
closeToolEditor(): void;
|
|
2582
2617
|
setTempToolStars(stars: number): void;
|
|
2618
|
+
confirmAllSkills(): Promise<void>;
|
|
2619
|
+
confirmAllTools(): Promise<void>;
|
|
2583
2620
|
saveToolEditor(): Promise<void>;
|
|
2584
2621
|
private reindexToolMetaAfterDelete;
|
|
2585
2622
|
deleteTool(index: number): void;
|