@leanix/components 0.2.210 → 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.210",
3
+ "version": "0.2.214",
4
4
  "license": "Apache-2.0",
5
5
  "author": "LeanIX GmbH",
6
6
  "repository": {
@@ -13,8 +13,7 @@
13
13
  "color": "3.1.3",
14
14
  "date-fns": "1.30.1",
15
15
  "lodash": "4.17.21",
16
- "marked": "1.1.1",
17
- "@types/marked": "0.7.4",
16
+ "marked": "4.0.10",
18
17
  "ngx-infinite-scroll": "9.1.0",
19
18
  "ngx-bootstrap": "5.6.2",
20
19
  "tslib": "^2.2.0"
@@ -28,6 +27,7 @@
28
27
  "@angular/platform-browser": "^12.1.4",
29
28
  "@angular/router": "^12.1.4",
30
29
  "@ngx-translate/core": "^11.0.1",
30
+ "@types/marked": "4.0.2",
31
31
  "rxjs": "^6.5.5"
32
32
  },
33
33
  "main": "bundles/leanix-components.umd.js",