@idsoftsource/initial-process 0.1.6 → 0.1.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
|
@@ -1861,6 +1861,7 @@ declare class RoleSelectComponent implements OnInit {
|
|
|
1861
1861
|
private tokenService;
|
|
1862
1862
|
private fb;
|
|
1863
1863
|
previewUrl: string | null;
|
|
1864
|
+
isMappingCreated: boolean;
|
|
1864
1865
|
initialSelectedJobValue: any;
|
|
1865
1866
|
previousEmployeeType: EmployeeDesignation;
|
|
1866
1867
|
selectedTab: any;
|
|
@@ -1907,6 +1908,7 @@ declare class RoleSelectComponent implements OnInit {
|
|
|
1907
1908
|
providerId: string;
|
|
1908
1909
|
providerName: string;
|
|
1909
1910
|
ngOnInit(): Promise<void>;
|
|
1911
|
+
private mappingKey;
|
|
1910
1912
|
getYears(): void;
|
|
1911
1913
|
getusermapping(): void;
|
|
1912
1914
|
prefillJob(employeeType: number): void;
|