cat-documents-ng 0.2.68 → 0.2.69
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.
|
@@ -11,6 +11,7 @@ import { DocumentUploadDataService } from '../../services/document-upload-data.s
|
|
|
11
11
|
import { UserListModel } from '../../models/user-list.model';
|
|
12
12
|
import { DocumentCategory } from '../../models/document-category.model';
|
|
13
13
|
import { DocumentTypeModel } from '../../models/document-type.model';
|
|
14
|
+
import { Observable } from 'rxjs';
|
|
14
15
|
import * as i0 from "@angular/core";
|
|
15
16
|
/**
|
|
16
17
|
* Component responsible for handling document uploads with templated metadata.
|
|
@@ -136,7 +137,7 @@ export declare class DocumentUploadComponent implements OnDestroy {
|
|
|
136
137
|
* Sets up progress tracking and upload listener for the file.
|
|
137
138
|
* @param file - The file to be uploaded
|
|
138
139
|
*/
|
|
139
|
-
|
|
140
|
+
uploadFile$(file: File): Observable<any>;
|
|
140
141
|
/**
|
|
141
142
|
* Removes a document from the uploaded files list.
|
|
142
143
|
* Updates progress tracking and validates form.
|