@leanix/components 0.4.182 → 0.4.184

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.
@@ -15,11 +15,13 @@ export declare class OptionsDropdownComponent implements AfterViewInit, OnDestro
15
15
  maxHeight: string;
16
16
  closeOnSelect: boolean;
17
17
  overlayPositioning: boolean;
18
+ dropdownClass: string;
18
19
  trigger: KeyboardActionSourceDirective;
19
20
  _options: QueryList<OptionComponent>;
20
21
  overlayScrollStrategy: ScrollStrategy;
21
22
  opened: EventEmitter<void>;
22
23
  closed: EventEmitter<void>;
24
+ closedWithoutSelection: EventEmitter<void>;
23
25
  get overlayPositions(): ConnectedPosition[];
24
26
  set open(value: boolean);
25
27
  get open(): boolean;
@@ -35,6 +37,7 @@ export declare class OptionsDropdownComponent implements AfterViewInit, OnDestro
35
37
  ngAfterViewInit(): void;
36
38
  ngOnDestroy(): void;
37
39
  closeDropdown(): void;
40
+ toggleOpen(): void;
38
41
  private setInitialHighlightingIndex;
39
42
  private prev;
40
43
  private next;
@@ -48,5 +51,5 @@ export declare class OptionsDropdownComponent implements AfterViewInit, OnDestro
48
51
  private setInitialAccessibilityAttributes;
49
52
  handleOptionKeyDown(event: KeyboardEvent): void;
50
53
  static ɵfac: i0.ɵɵFactoryDeclaration<OptionsDropdownComponent, never>;
51
- static ɵcmp: i0.ɵɵComponentDeclaration<OptionsDropdownComponent, "lx-options-dropdown", never, { "align": { "alias": "align"; "required": false; }; "closeOnScroll": { "alias": "closeOnScroll"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "maxHeight": { "alias": "maxHeight"; "required": false; }; "closeOnSelect": { "alias": "closeOnSelect"; "required": false; }; "overlayPositioning": { "alias": "overlayPositioning"; "required": false; }; }, { "opened": "opened"; "closed": "closed"; }, ["trigger", "_options"], ["[lxKeyboardActionSource]", "*"], true, never>;
54
+ static ɵcmp: i0.ɵɵComponentDeclaration<OptionsDropdownComponent, "lx-options-dropdown", never, { "align": { "alias": "align"; "required": false; }; "closeOnScroll": { "alias": "closeOnScroll"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "maxHeight": { "alias": "maxHeight"; "required": false; }; "closeOnSelect": { "alias": "closeOnSelect"; "required": false; }; "overlayPositioning": { "alias": "overlayPositioning"; "required": false; }; "dropdownClass": { "alias": "dropdownClass"; "required": false; }; }, { "opened": "opened"; "closed": "closed"; "closedWithoutSelection": "closedWithoutSelection"; }, ["trigger", "_options"], ["[lxKeyboardActionSource]", "*"], true, never>;
52
55
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leanix/components",
3
- "version": "0.4.182",
3
+ "version": "0.4.184",
4
4
  "license": "Apache-2.0",
5
5
  "author": "LeanIX GmbH",
6
6
  "repository": {