@smartbit4all/ng-client 3.3.175 → 3.3.177

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,13 +1,14 @@
1
- import { OnChanges, SimpleChanges } from '@angular/core';
1
+ import { ChangeDetectorRef, OnChanges, SimpleChanges } from '@angular/core';
2
2
  import { SmartIconService } from '../smart-icon.service';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class SmartIconComponent implements OnChanges {
5
5
  private service;
6
+ changeDetector: ChangeDetectorRef;
6
7
  iconWithoutNamespace: string;
7
8
  icon: string;
8
9
  color?: string;
9
10
  isCustom: boolean;
10
- constructor(service: SmartIconService);
11
+ constructor(service: SmartIconService, changeDetector: ChangeDetectorRef);
11
12
  ngOnChanges(changes: SimpleChanges): void;
12
13
  checkIcon(): Promise<void>;
13
14
  static ɵfac: i0.ɵɵFactoryDeclaration<SmartIconComponent, never>;
@@ -1,11 +1,11 @@
1
- import { AfterViewInit, ChangeDetectorRef, Injector, OnChanges, OnDestroy, OnInit, SimpleChanges } from '@angular/core';
1
+ import { AfterViewChecked, AfterViewInit, 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';
5
5
  import { UiActionModel } from './ui-action.model';
6
6
  import { UiActionService } from './ui-action.service';
7
7
  import * as i0 from "@angular/core";
8
- export declare class UiActionToolbarComponent implements OnInit, OnChanges, OnDestroy, AfterViewInit {
8
+ export declare class UiActionToolbarComponent implements OnInit, OnChanges, OnDestroy, AfterViewInit, AfterViewChecked {
9
9
  private service;
10
10
  private inject;
11
11
  changeDetector: ChangeDetectorRef;
@@ -20,6 +20,7 @@ export declare class UiActionToolbarComponent implements OnInit, OnChanges, OnDe
20
20
  constructor(service: UiActionService, inject: Injector, changeDetector: ChangeDetectorRef);
21
21
  ngOnInit(): void;
22
22
  ngAfterViewInit(): void;
23
+ ngAfterViewChecked(): void;
23
24
  ngOnChanges(changes: SimpleChanges): void;
24
25
  ngOnDestroy(): void;
25
26
  private subscribeToLanguageChange;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartbit4all/ng-client",
3
- "version": "3.3.175",
3
+ "version": "3.3.177",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "^13.3.9",
6
6
  "@angular/common": "^13.2.0",
Binary file