@leanix/components 0.2.93 → 0.2.94

Sign up to get free protection for your applications and to get access to all the features.
@@ -29,8 +29,6 @@ export declare abstract class BaseSelectDirective implements AfterViewInit, OnCh
29
29
  readonly optionsKeyboardSelectAction$: Subject<KeyboardSelectAction>;
30
30
  virtualCursorPosition: number;
31
31
  inputWasFocused: boolean;
32
- private clickedInside;
33
- private mousedownInside;
34
32
  readonly queryControl: FormControl;
35
33
  isInputFocused: boolean;
36
34
  readonly destroyed$: Subject<void>;
@@ -39,14 +37,11 @@ export declare abstract class BaseSelectDirective implements AfterViewInit, OnCh
39
37
  ngAfterViewInit(): void;
40
38
  ngOnChanges(changes: SimpleChanges): void;
41
39
  ngOnDestroy(): void;
42
- clickInsideComponent(): void;
43
- mouseDownInsideComponent(): void;
44
- mouseUpInsideComponent(): void;
45
- clickOutsideComponent(): void;
46
40
  /**
47
41
  * @param toggle is true when the caret to the right in a select component was clicked
48
42
  */
49
43
  handleClick(toggle: boolean): void;
44
+ handleBackdropClick(event: MouseEvent): void;
50
45
  protected setOpenDirection(): void;
51
46
  protected resetSelectState(): void;
52
47
  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.2.93",
3
+ "version": "0.2.94",
4
4
  "license": "Apache-2.0",
5
5
  "author": "LeanIX GmbH",
6
6
  "repository": {