cat-documents-ng 1.0.12 → 1.0.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.
|
@@ -35,6 +35,11 @@ export declare class DocumentContainerComponent implements OnInit, OnDestroy, On
|
|
|
35
35
|
* The currently selected menu item ID for scrolling
|
|
36
36
|
*/
|
|
37
37
|
selectedMenuItemId: string | null;
|
|
38
|
+
onOpenInNewTab?: (event: {
|
|
39
|
+
selectedDocument: any;
|
|
40
|
+
contextId: string;
|
|
41
|
+
documentList: any[];
|
|
42
|
+
}) => void;
|
|
38
43
|
/**
|
|
39
44
|
* Additional navigation information for better scrolling
|
|
40
45
|
*/
|
|
@@ -158,5 +163,5 @@ export declare class DocumentContainerComponent implements OnInit, OnDestroy, On
|
|
|
158
163
|
*/
|
|
159
164
|
ngOnDestroy(): void;
|
|
160
165
|
static ɵfac: i0.ɵɵFactoryDeclaration<DocumentContainerComponent, never>;
|
|
161
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DocumentContainerComponent, "lib-document-container", never, { "contextId": { "alias": "contextId"; "required": false; }; }, { "selectedDocument": "selectedDocument"; "selectedDocumentInNewTab": "selectedDocumentInNewTab"; }, never, ["*"], false, never>;
|
|
166
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DocumentContainerComponent, "lib-document-container", never, { "onOpenInNewTab": { "alias": "onOpenInNewTab"; "required": false; }; "contextId": { "alias": "contextId"; "required": false; }; }, { "selectedDocument": "selectedDocument"; "selectedDocumentInNewTab": "selectedDocumentInNewTab"; }, never, ["*"], false, never>;
|
|
162
167
|
}
|