@leanix/components 0.2.35 → 0.2.36

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,14 +1,16 @@
1
- import { AfterViewInit, OnDestroy, QueryList } from '@angular/core';
1
+ import { AfterViewInit, ChangeDetectorRef, OnDestroy, QueryList } from '@angular/core';
2
2
  import { Subject } from 'rxjs';
3
3
  import { OptionComponent } from '../option/option.component';
4
4
  import * as i0 from "@angular/core";
5
5
  export declare class OptionsSubDropdownComponent implements AfterViewInit, OnDestroy {
6
+ private changeDetection;
6
7
  trigger: OptionComponent;
7
8
  align: 'right' | 'left';
8
9
  options: QueryList<OptionComponent>;
9
10
  hidden: boolean;
10
11
  private mouseInside$;
11
12
  readonly destroyed$: Subject<void>;
13
+ constructor(changeDetection: ChangeDetectorRef);
12
14
  mouseenter(): void;
13
15
  mouseleave(): void;
14
16
  ngOnDestroy(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leanix/components",
3
- "version": "0.2.35",
3
+ "version": "0.2.36",
4
4
  "license": "Apache-2.0",
5
5
  "author": "LeanIX GmbH",
6
6
  "repository": {