cat-documents-ng 0.5.11 → 0.5.13
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.
|
@@ -29,7 +29,6 @@ export declare class DocumentUploadComponent implements OnInit, OnChanges, OnDes
|
|
|
29
29
|
private dataService;
|
|
30
30
|
/** The context ID for the document upload operation */
|
|
31
31
|
contextId: string;
|
|
32
|
-
isDocumentSaveBtnClicked: boolean;
|
|
33
32
|
hasUnsavedChanges: boolean;
|
|
34
33
|
/** Whether to hide the form and show only upload functionality */
|
|
35
34
|
isFormHide: boolean;
|
|
@@ -43,7 +42,6 @@ export declare class DocumentUploadComponent implements OnInit, OnChanges, OnDes
|
|
|
43
42
|
onUploadSuccess: EventEmitter<void>;
|
|
44
43
|
/** Event emitted when files are uploaded (for form-hidden mode) */
|
|
45
44
|
onFilesUploaded: EventEmitter<UploadedFile[]>;
|
|
46
|
-
isSaveBtnDisabled: EventEmitter<boolean>;
|
|
47
45
|
hasUnsavedChangesChange: EventEmitter<boolean>;
|
|
48
46
|
/** Event emitted when a file is removed (for form-hidden mode) */
|
|
49
47
|
onFileRemoved: EventEmitter<{
|
|
@@ -314,5 +312,5 @@ export declare class DocumentUploadComponent implements OnInit, OnChanges, OnDes
|
|
|
314
312
|
*/
|
|
315
313
|
ngOnDestroy(): void;
|
|
316
314
|
static ɵfac: i0.ɵɵFactoryDeclaration<DocumentUploadComponent, never>;
|
|
317
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DocumentUploadComponent, "lib-document-upload", never, { "contextId": { "alias": "contextId"; "required": false; }; "
|
|
315
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DocumentUploadComponent, "lib-document-upload", never, { "contextId": { "alias": "contextId"; "required": false; }; "isFormHide": { "alias": "isFormHide"; "required": false; }; "isMultiAttachmentHidden": { "alias": "isMultiAttachmentHidden"; "required": false; }; }, { "onFormValidationChange": "onFormValidationChange"; "onUploadSuccess": "onUploadSuccess"; "onFilesUploaded": "onFilesUploaded"; "hasUnsavedChangesChange": "hasUnsavedChangesChange"; "onFileRemoved": "onFileRemoved"; }, never, never, false, never>;
|
|
318
316
|
}
|