cat-documents-ng 1.0.11 → 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
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cat-documents-ng",
3
- "version": "1.0.11",
3
+ "version": "1.0.13",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^19.0.0",
6
6
  "@angular/core": "^19.0.0"
@@ -1,22 +0,0 @@
1
- {
2
- "catQwUrl": "https://gatehouse-qw-qa-g9ffb0ggedhjacf6.uksouth-01.azurewebsites.net/api/",
3
- "apiUrl": "https://gatehouse-api-qa-g6hhevfpazc6f5ab.uksouth-01.azurewebsites.net/api/",
4
- "swaggerUrl": "https://gatehouse-qw-qa-g9ffb0ggedhjacf6.uksouth-01.azurewebsites.net/api-docs/",
5
- "adminEmail": "neeraj.kumar@catura.co.uk",
6
- "baseUrl": "https://gatehouse-interact-qa-h9gjhwb0behtepgu.uksouth-01.azurewebsites.net",
7
- "interactBaseApi": "https://gatehouse-interact-qa-h9gjhwb0behtepgu.uksouth-01.azurewebsites.net/api/",
8
- "actionBaseApi": "https://gatehouse-qw-qa-g9ffb0ggedhjacf6.uksouth-01.azurewebsites.net/api/",
9
- "documentApiUrl": "http://localhost:8080/api/",
10
- "adminPhoneNumber": "+447380300545",
11
- "gsvKey": "AIzaSyDWwq79YYgWvSiAizyUz4aovHvSY-j3IfY",
12
- "visibilityOption": {
13
- "isRationalVisible": false,
14
- "isChecklistVisible": false,
15
- "isAudit": false,
16
- "isConversation": true,
17
- "isOverview": true,
18
- "isDocuments": true
19
- },
20
- "env": "qa",
21
- "test":"test"
22
- }