cat-qw-lib 2.1.32 → 2.1.35

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.
@@ -16,7 +16,6 @@ export declare class WidgetContainerComponent implements OnInit, OnChanges, OnDe
16
16
  widgetName: string;
17
17
  recordId: string;
18
18
  onWidgetUpdate: any;
19
- isShowLoading: boolean;
20
19
  onViewAllDetails: EventEmitter<any>;
21
20
  onWidgetEventClick: EventEmitter<any>;
22
21
  onWidgetItemClick: EventEmitter<any>;
@@ -29,5 +28,5 @@ export declare class WidgetContainerComponent implements OnInit, OnChanges, OnDe
29
28
  handleWidgetItemClick(event: any): void;
30
29
  ngOnDestroy(): void;
31
30
  static ɵfac: i0.ɵɵFactoryDeclaration<WidgetContainerComponent, never>;
32
- static ɵcmp: i0.ɵɵComponentDeclaration<WidgetContainerComponent, "lib-widget-container", never, { "isMenu": { "alias": "isMenu"; "required": false; }; "offerWidgetData": { "alias": "offerWidgetData"; "required": false; }; "valuationWidgetData": { "alias": "valuationWidgetData"; "required": false; }; "widgetName": { "alias": "widgetName"; "required": false; }; "recordId": { "alias": "recordId"; "required": false; }; "onWidgetUpdate": { "alias": "onWidgetUpdate"; "required": false; }; "isShowLoading": { "alias": "isShowLoading"; "required": false; }; }, { "onViewAllDetails": "onViewAllDetails"; "onWidgetEventClick": "onWidgetEventClick"; "onWidgetItemClick": "onWidgetItemClick"; "onUpdatedWidgetList": "onUpdatedWidgetList"; }, never, never, false, never>;
31
+ static ɵcmp: i0.ɵɵComponentDeclaration<WidgetContainerComponent, "lib-widget-container", never, { "isMenu": { "alias": "isMenu"; "required": false; }; "offerWidgetData": { "alias": "offerWidgetData"; "required": false; }; "valuationWidgetData": { "alias": "valuationWidgetData"; "required": false; }; "widgetName": { "alias": "widgetName"; "required": false; }; "recordId": { "alias": "recordId"; "required": false; }; "onWidgetUpdate": { "alias": "onWidgetUpdate"; "required": false; }; }, { "onViewAllDetails": "onViewAllDetails"; "onWidgetEventClick": "onWidgetEventClick"; "onWidgetItemClick": "onWidgetItemClick"; "onUpdatedWidgetList": "onUpdatedWidgetList"; }, never, never, false, never>;
33
32
  }
@@ -16,12 +16,11 @@ export declare class WidgetRowTileComponent implements OnInit, OnChanges, OnDest
16
16
  recordId: string;
17
17
  widgetName: string;
18
18
  onWidgetUpdate: any;
19
- isShowLoading: boolean;
20
19
  constructor(widgetService: WidgetService, widgetStore: WidgetStore);
21
20
  ngOnInit(): void;
22
21
  ngOnChanges(changes: SimpleChanges): void;
23
22
  getWidgetItemList(): void;
24
23
  ngOnDestroy(): void;
25
24
  static ɵfac: i0.ɵɵFactoryDeclaration<WidgetRowTileComponent, never>;
26
- static ɵcmp: i0.ɵɵComponentDeclaration<WidgetRowTileComponent, "lib-widget-row-tile", never, { "recordId": { "alias": "recordId"; "required": false; }; "widgetName": { "alias": "widgetName"; "required": false; }; "onWidgetUpdate": { "alias": "onWidgetUpdate"; "required": false; }; "isShowLoading": { "alias": "isShowLoading"; "required": false; }; }, {}, never, never, false, never>;
25
+ static ɵcmp: i0.ɵɵComponentDeclaration<WidgetRowTileComponent, "lib-widget-row-tile", never, { "recordId": { "alias": "recordId"; "required": false; }; "widgetName": { "alias": "widgetName"; "required": false; }; "onWidgetUpdate": { "alias": "onWidgetUpdate"; "required": false; }; }, {}, never, never, false, never>;
27
26
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cat-qw-lib",
3
- "version": "2.1.32",
3
+ "version": "2.1.35",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^19.0.0",
6
6
  "@angular/core": "^19.0.0"
@@ -1,22 +0,0 @@
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
- }