@leanix/components 0.3.10 → 0.3.13

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.
@@ -16,7 +16,7 @@ export declare class SingleSelectComponent extends BaseSelectDirective implement
16
16
  dropdownWidthScale: '1x' | '1.5x' | '2x';
17
17
  padding?: SingleSelectPadding;
18
18
  selectionChange: EventEmitter<any>;
19
- blur: EventEmitter<void>;
19
+ blur: EventEmitter<FocusEvent>;
20
20
  explicitDropdown?: TemplateRef<any>;
21
21
  explicitSelectedOption?: TemplateRef<any>;
22
22
  private dropdownComponent?;
@@ -43,6 +43,7 @@ export declare abstract class BaseSelectDirective implements AfterViewInit, OnCh
43
43
  handleClick(toggle: boolean): void;
44
44
  handleBackdropClick(event: MouseEvent): void;
45
45
  closeInput(): void;
46
+ openInput(): void;
46
47
  protected setOpenDirection(): void;
47
48
  protected resetSelectState(): void;
48
49
  protected mapToEventSet(event: KeyboardEvent, input: HTMLInputElement, virtualCursorPosition: number, selectionLength?: number): EventSet;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leanix/components",
3
- "version": "0.3.10",
3
+ "version": "0.3.13",
4
4
  "license": "Apache-2.0",
5
5
  "author": "LeanIX GmbH",
6
6
  "repository": {