cat-documents-ng 0.2.67 → 0.2.68
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.
|
@@ -27,6 +27,7 @@ export declare class DocumentUploadComponent implements OnDestroy {
|
|
|
27
27
|
private businessService;
|
|
28
28
|
private formService;
|
|
29
29
|
private dataService;
|
|
30
|
+
documentService: DocumentUploadService;
|
|
30
31
|
/** The context ID for the document upload operation */
|
|
31
32
|
contextId: string;
|
|
32
33
|
/** Reference to the file upload component */
|
|
@@ -81,7 +82,7 @@ export declare class DocumentUploadComponent implements OnDestroy {
|
|
|
81
82
|
* @param formService - Service for form validation and handling
|
|
82
83
|
* @param dataService - Service for data loading operations
|
|
83
84
|
*/
|
|
84
|
-
constructor(documentUpload: DocumentUploadService, uploadService: DocumentService, config: PrimeNGConfig, fileFormatService: FileFormatService, messageService: MessageService, cdr: ChangeDetectorRef, businessService: DocumentUploadBusinessService, formService: DocumentUploadFormService, dataService: DocumentUploadDataService);
|
|
85
|
+
constructor(documentUpload: DocumentUploadService, uploadService: DocumentService, config: PrimeNGConfig, fileFormatService: FileFormatService, messageService: MessageService, cdr: ChangeDetectorRef, businessService: DocumentUploadBusinessService, formService: DocumentUploadFormService, dataService: DocumentUploadDataService, documentService: DocumentUploadService);
|
|
85
86
|
/**
|
|
86
87
|
* Handles changes in assignment type selection.
|
|
87
88
|
* Resets form selections, loads categories, and handles applicant loading.
|