@leanix/components 0.2.213 → 0.2.214

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,5 @@
1
1
  import { AfterViewInit, ChangeDetectorRef, OnDestroy, QueryList } from '@angular/core';
2
- import { Subject } from 'rxjs';
2
+ import { BehaviorSubject, 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 {
@@ -10,11 +10,13 @@ export declare class OptionsSubDropdownComponent implements AfterViewInit, OnDes
10
10
  hidden: boolean;
11
11
  private mouseInside$;
12
12
  readonly destroyed$: Subject<void>;
13
+ readonly maxHeight$: BehaviorSubject<string>;
13
14
  constructor(changeDetection: ChangeDetectorRef);
14
15
  mouseenter(): void;
15
16
  mouseleave(): void;
16
17
  ngOnDestroy(): void;
17
18
  ngAfterViewInit(): void;
19
+ private updateMaxHeight;
18
20
  private showByKeyboard;
19
21
  private showByMouse;
20
22
  closeDropdown(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leanix/components",
3
- "version": "0.2.213",
3
+ "version": "0.2.214",
4
4
  "license": "Apache-2.0",
5
5
  "author": "LeanIX GmbH",
6
6
  "repository": {