@leanix/components 0.3.8 → 0.3.11

Sign up to get free protection for your applications and to get access to all the features.
@@ -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.8",
3
+ "version": "0.3.11",
4
4
  "license": "Apache-2.0",
5
5
  "author": "LeanIX GmbH",
6
6
  "repository": {