@leanix/components 0.2.94 → 0.2.98

Sign up to get free protection for your applications and to get access to all the features.
@@ -10,6 +10,7 @@ export declare class OptionsDropdownComponent implements AfterViewInit, OnDestro
10
10
  closeOnScroll: boolean;
11
11
  disabled: boolean;
12
12
  maxHeight: string;
13
+ closeOnSelect: boolean;
13
14
  set open(value: boolean);
14
15
  get open(): boolean;
15
16
  trigger: KeyboardActionSourceDirective;
@@ -30,5 +31,5 @@ export declare class OptionsDropdownComponent implements AfterViewInit, OnDestro
30
31
  private collapse;
31
32
  private optionIsHighlightable;
32
33
  static ɵfac: i0.ɵɵFactoryDeclaration<OptionsDropdownComponent, never>;
33
- static ɵcmp: i0.ɵɵComponentDeclaration<OptionsDropdownComponent, "lx-options-dropdown", never, { "align": "align"; "closeOnScroll": "closeOnScroll"; "disabled": "disabled"; "maxHeight": "maxHeight"; }, {}, ["trigger", "_options"], ["[lxKeyboardActionSource]", "*"]>;
34
+ static ɵcmp: i0.ɵɵComponentDeclaration<OptionsDropdownComponent, "lx-options-dropdown", never, { "align": "align"; "closeOnScroll": "closeOnScroll"; "disabled": "disabled"; "maxHeight": "maxHeight"; "closeOnSelect": "closeOnSelect"; }, {}, ["trigger", "_options"], ["[lxKeyboardActionSource]", "*"]>;
34
35
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leanix/components",
3
- "version": "0.2.94",
3
+ "version": "0.2.98",
4
4
  "license": "Apache-2.0",
5
5
  "author": "LeanIX GmbH",
6
6
  "repository": {