cat-qw-lib 2.1.56 → 2.1.58

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.
@@ -1,4 +1,4 @@
1
- import { EventEmitter, OnChanges, OnDestroy, OnInit, SimpleChanges } from '@angular/core';
1
+ import { ChangeDetectorRef, EventEmitter, OnChanges, OnDestroy, OnInit, SimpleChanges } from '@angular/core';
2
2
  import { WidgetStore } from '../../state/widget.store';
3
3
  import { CustomWidgetModel } from '../../../shared/models/custom-widget.model';
4
4
  import { WidgetQuery } from '../../state/widget.query';
@@ -11,7 +11,8 @@ export declare class WidgetContainerComponent implements OnInit, OnChanges, OnDe
11
11
  private widgetStore;
12
12
  private widgetQuery;
13
13
  private styleBulderService;
14
- constructor(widgetStore: WidgetStore, widgetQuery: WidgetQuery, styleBulderService: StyleBuilderService);
14
+ private cdr;
15
+ constructor(widgetStore: WidgetStore, widgetQuery: WidgetQuery, styleBulderService: StyleBuilderService, cdr: ChangeDetectorRef);
15
16
  isMenu: boolean;
16
17
  offerWidgetData: CustomWidgetModel;
17
18
  valuationWidgetData: CustomWidgetModel;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cat-qw-lib",
3
- "version": "2.1.56",
3
+ "version": "2.1.58",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^19.0.0",
6
6
  "@angular/core": "^19.0.0"