@porscheinformatik/clr-addons 19.9.5 → 19.9.7

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.
@@ -17,6 +17,7 @@ export declare class ClrHistoryPinned implements OnInit, OnDestroy {
17
17
  historyElements$: Subject<ClrHistoryModel[]>;
18
18
  active$: BehaviorSubject<boolean>;
19
19
  private settingsSubscription;
20
+ private readonly destroyRef;
20
21
  constructor(historyService: ClrHistoryService, historyProvider: HistoryProvider);
21
22
  initActive(): boolean;
22
23
  ngOnInit(): void;
@@ -22,6 +22,7 @@ export declare class ClrHistory implements OnInit, OnDestroy {
22
22
  historyElements$: Subject<ClrHistoryModel[]>;
23
23
  pinActivated: boolean;
24
24
  private readonly onDestroy$;
25
+ private readonly destroyRef;
25
26
  constructor(historyService: ClrHistoryService, historyProvider: HistoryProvider);
26
27
  ngOnInit(): void;
27
28
  ngOnDestroy(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@porscheinformatik/clr-addons",
3
- "version": "19.9.5",
3
+ "version": "19.9.7",
4
4
  "description": "Addon components for Clarity Angular",
5
5
  "es2015": "esm2015/clr-addons.js",
6
6
  "homepage": "https://porscheinformatik.github.io/clarity-addons/",