cat-qw-lib 2.1.54 → 2.1.55

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,7 +35,6 @@ export declare class WidgetContainerComponent implements OnInit, OnChanges, OnDe
35
35
  ngOnInit(): void;
36
36
  private updateWidgetStyles;
37
37
  ngOnChanges(changes: SimpleChanges): void;
38
- private updateStylesForCurrentWidget;
39
38
  handleViewAllDetails(event: any): void;
40
39
  handleWidgetEventClick(event: any): void;
41
40
  handleWidgetItemClick(event: any): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cat-qw-lib",
3
- "version": "2.1.54",
3
+ "version": "2.1.55",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^19.0.0",
6
6
  "@angular/core": "^19.0.0"
@@ -0,0 +1,22 @@
1
+ {
2
+ "catQwUrl": "http://localhost:4080/api/",
3
+ "apiUrl": "http://localhost:3300/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": "https://gatehouse-documents-qa-bgavezbwe9b6e9h6.uksouth-01.azurewebsites.net/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
+ }