cat-documents-ng 1.0.13 → 1.0.15
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.
|
@@ -62,6 +62,11 @@ export declare class DocumentListComponent implements OnInit, OnDestroy, OnChang
|
|
|
62
62
|
contextId: string;
|
|
63
63
|
documentList: DocumentListItem[];
|
|
64
64
|
}>;
|
|
65
|
+
onOpenInNewTab?: (event: {
|
|
66
|
+
selectedDocument: any;
|
|
67
|
+
contextId: string;
|
|
68
|
+
documentList: any[];
|
|
69
|
+
}) => void;
|
|
65
70
|
/**
|
|
66
71
|
* The currently selected document.
|
|
67
72
|
* @type {DocumentModel}
|
|
@@ -295,5 +300,5 @@ export declare class DocumentListComponent implements OnInit, OnDestroy, OnChang
|
|
|
295
300
|
*/
|
|
296
301
|
ngOnDestroy(): void;
|
|
297
302
|
static ɵfac: i0.ɵɵFactoryDeclaration<DocumentListComponent, never>;
|
|
298
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DocumentListComponent, "lib-document-list", never, { "contextId": { "alias": "contextId"; "required": false; }; "documentListResponse": { "alias": "documentListResponse"; "required": false; }; "selectedMenuItemId": { "alias": "selectedMenuItemId"; "required": false; }; "navigationInfo": { "alias": "navigationInfo"; "required": false; }; "documentList": { "alias": "documentList"; "required": false; }; }, { "handleSelectedDocumentInNewTab": "handleSelectedDocumentInNewTab"; "handleSelectedDocument": "handleSelectedDocument"; }, never, ["*"], false, never>;
|
|
303
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DocumentListComponent, "lib-document-list", never, { "contextId": { "alias": "contextId"; "required": false; }; "documentListResponse": { "alias": "documentListResponse"; "required": false; }; "selectedMenuItemId": { "alias": "selectedMenuItemId"; "required": false; }; "navigationInfo": { "alias": "navigationInfo"; "required": false; }; "onOpenInNewTab": { "alias": "onOpenInNewTab"; "required": false; }; "documentList": { "alias": "documentList"; "required": false; }; }, { "handleSelectedDocumentInNewTab": "handleSelectedDocumentInNewTab"; "handleSelectedDocument": "handleSelectedDocument"; }, never, ["*"], false, never>;
|
|
299
304
|
}
|