@idsoftsource/initial-process 1.5.0 → 1.5.2
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
|
@@ -2391,6 +2391,7 @@ declare class FirstComponent implements OnInit {
|
|
|
2391
2391
|
openFile(fileInput: HTMLInputElement, event: Event): void;
|
|
2392
2392
|
handleAutoNavigation(): void;
|
|
2393
2393
|
manual(): void;
|
|
2394
|
+
private saveAWSFile;
|
|
2394
2395
|
uploadresume(): void;
|
|
2395
2396
|
onBackClick(): void;
|
|
2396
2397
|
static ɵfac: i0.ɵɵFactoryDeclaration<FirstComponent, never>;
|