cat-documents-ng 0.2.84 → 0.2.85
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.
|
@@ -102,7 +102,7 @@ export declare class DocumentUploadComponent implements OnDestroy {
|
|
|
102
102
|
onApplicantSelectionChange(): void;
|
|
103
103
|
/**
|
|
104
104
|
* Handles file selection from the file upload component.
|
|
105
|
-
* Processes
|
|
105
|
+
* Processes each selected file for templated upload.
|
|
106
106
|
* @param event - Event containing the selected files
|
|
107
107
|
*/
|
|
108
108
|
onSelectedFiles(event: {
|
|
@@ -130,6 +130,7 @@ export declare class DocumentUploadComponent implements OnDestroy {
|
|
|
130
130
|
saveDocumentUpload(): void;
|
|
131
131
|
/**
|
|
132
132
|
* Handles templated upload for a single file.
|
|
133
|
+
* Sets up progress tracking and upload listener for the file.
|
|
133
134
|
* @param file - The file to be uploaded
|
|
134
135
|
*/
|
|
135
136
|
handleTemplatedUpload(file: File): Promise<void>;
|