@leanix/components 0.4.590 → 0.4.591

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,9 +1,11 @@
1
1
  import { AfterViewInit, ChangeDetectorRef, ElementRef, NgZone, OnDestroy } from '@angular/core';
2
+ import { ResizeObserverService } from '../../services/resize-observer.service';
2
3
  import { User, UserAvatarSize } from '../avatar/avatar.model';
3
4
  import * as i0 from "@angular/core";
4
5
  export declare class AvatarGroupComponent implements AfterViewInit, OnDestroy {
5
6
  private cdr;
6
7
  private zone;
8
+ private resizeObserverService;
7
9
  readonly NAME = "AvatarGroupComponent";
8
10
  title?: string;
9
11
  users: (User & {
@@ -17,9 +19,8 @@ export declare class AvatarGroupComponent implements AfterViewInit, OnDestroy {
17
19
  userGroupElement: ElementRef<HTMLElement>;
18
20
  get userNames(): string;
19
21
  overlayVisible: boolean;
20
- constructor(cdr: ChangeDetectorRef, zone: NgZone);
22
+ constructor(cdr: ChangeDetectorRef, zone: NgZone, resizeObserverService: ResizeObserverService);
21
23
  ngAfterViewInit(): void;
22
- resizeObserver: ResizeObserver;
23
24
  handleClick(event: Event): void;
24
25
  ngOnDestroy(): void;
25
26
  isUserDisabled(user: User): boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leanix/components",
3
- "version": "0.4.590",
3
+ "version": "0.4.591",
4
4
  "license": "Apache-2.0",
5
5
  "author": "LeanIX GmbH",
6
6
  "repository": {