cat-documents-ng 0.4.5 → 0.4.7
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.
|
@@ -13,6 +13,11 @@ export declare class DocumentHistoryComponent implements OnChanges {
|
|
|
13
13
|
private documentViewerService;
|
|
14
14
|
private documentActionsService;
|
|
15
15
|
private confirmationService;
|
|
16
|
+
/**
|
|
17
|
+
* Flag to hide actions
|
|
18
|
+
* @type {boolean}
|
|
19
|
+
*/
|
|
20
|
+
hideActions: boolean;
|
|
16
21
|
/**
|
|
17
22
|
* Input data for document history sections
|
|
18
23
|
*/
|
|
@@ -144,5 +149,5 @@ export declare class DocumentHistoryComponent implements OnChanges {
|
|
|
144
149
|
*/
|
|
145
150
|
onDocumentClickOutside(event: Event): void;
|
|
146
151
|
static ɵfac: i0.ɵɵFactoryDeclaration<DocumentHistoryComponent, never>;
|
|
147
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DocumentHistoryComponent, "document-history", never, { "historyData": { "alias": "historyData"; "required": false; }; "showHistory": { "alias": "showHistory"; "required": false; }; "contextId": { "alias": "contextId"; "required": false; }; "selectedDocument": { "alias": "selectedDocument"; "required": false; }; }, { "deleteTaskRequested": "deleteTaskRequested"; "documentSelected": "documentSelected"; }, never, ["*", "[actions-component]"], false, never>;
|
|
152
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DocumentHistoryComponent, "document-history", never, { "hideActions": { "alias": "hideActions"; "required": false; }; "historyData": { "alias": "historyData"; "required": false; }; "showHistory": { "alias": "showHistory"; "required": false; }; "contextId": { "alias": "contextId"; "required": false; }; "selectedDocument": { "alias": "selectedDocument"; "required": false; }; }, { "deleteTaskRequested": "deleteTaskRequested"; "documentSelected": "documentSelected"; }, never, ["*", "[actions-component]"], false, never>;
|
|
148
153
|
}
|