@smartbit4all/ng-client 3.3.169 → 3.3.170

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 { Injector, OnChanges, OnDestroy, OnInit, SimpleChanges } from '@angular/core';
1
+ import { ChangeDetectorRef, Injector, OnChanges, OnDestroy, OnInit, SimpleChanges } from '@angular/core';
2
2
  import { TooltipPosition } from '@angular/material/tooltip';
3
3
  import { IconPosition, UiActionTooltipTooltipPositionEnum } from '../api';
4
4
  import { UiActionDescriptorService } from './ui-action.descriptor.service';
@@ -8,6 +8,7 @@ import * as i0 from "@angular/core";
8
8
  export declare class UiActionToolbarComponent implements OnInit, OnChanges, OnDestroy {
9
9
  private service;
10
10
  private inject;
11
+ changeDetector: ChangeDetectorRef;
11
12
  private _destroy$;
12
13
  pressedButtonActive: boolean;
13
14
  uiActionModels?: UiActionModel[];
@@ -16,7 +17,7 @@ export declare class UiActionToolbarComponent implements OnInit, OnChanges, OnDe
16
17
  uiActionModelsWithDescriptions?: UiActionModel[];
17
18
  private manager;
18
19
  private languageChangedSubscription?;
19
- constructor(service: UiActionService, inject: Injector);
20
+ constructor(service: UiActionService, inject: Injector, changeDetector: ChangeDetectorRef);
20
21
  ngOnInit(): void;
21
22
  ngOnChanges(changes: SimpleChanges): void;
22
23
  ngOnDestroy(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartbit4all/ng-client",
3
- "version": "3.3.169",
3
+ "version": "3.3.170",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "^13.3.9",
6
6
  "@angular/common": "^13.2.0",
Binary file