@leanix/components 0.3.109 → 0.3.111

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.
@@ -1,16 +1,10 @@
1
- import { AfterViewInit, EventEmitter, TemplateRef } from '@angular/core';
1
+ import { AfterViewInit, EventEmitter } from '@angular/core';
2
2
  import { KeyboardSelectDirective } from '../keyboard-select.directive';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class ExpandedDropdownComponent extends KeyboardSelectDirective implements AfterViewInit {
5
5
  readonly NAME = "BasicDropdownComponent";
6
6
  options: any[];
7
- defaultOptions: any[];
8
- searchKey?: string;
9
- onChooseItem: EventEmitter<any>;
10
- onItemSelected: EventEmitter<any>;
11
- optionTemplateRef: TemplateRef<any>;
12
- selectOption(option: any): void;
13
- chooseItem(): void;
7
+ onChooseItem: EventEmitter<string>;
14
8
  static ɵfac: i0.ɵɵFactoryDeclaration<ExpandedDropdownComponent, never>;
15
- static ɵcmp: i0.ɵɵComponentDeclaration<ExpandedDropdownComponent, "lx-expanded-dropdown", never, { "options": "options"; "defaultOptions": "defaultOptions"; "searchKey": "searchKey"; }, { "onChooseItem": "onChooseItem"; "onItemSelected": "onItemSelected"; }, ["optionTemplateRef"], never, false, never>;
9
+ static ɵcmp: i0.ɵɵComponentDeclaration<ExpandedDropdownComponent, "lx-expanded-dropdown", never, { "options": "options"; }, { "onChooseItem": "onChooseItem"; }, never, never, false, never>;
16
10
  }
@@ -4,10 +4,10 @@ import { BaseSelectDirective } from '../../models/base-select.directive';
4
4
  import * as i0 from "@angular/core";
5
5
  export declare class SelectListComponent extends BaseSelectDirective implements OnDestroy, AfterViewInit {
6
6
  searchPlaceholder: string;
7
- selection: any;
8
7
  options: any[];
8
+ selection: any;
9
9
  selectionChange: EventEmitter<any>;
10
- onChooseItem: EventEmitter<any>;
10
+ onChooseItem: EventEmitter<string>;
11
11
  explicitDropdown?: TemplateRef<any>;
12
12
  private dropdownComponent?;
13
13
  implicitSelectedOption: TemplateRef<any>;
@@ -25,5 +25,5 @@ export declare class SelectListComponent extends BaseSelectDirective implements
25
25
  searchKeyChanged(event: any): void;
26
26
  private determineHighlightIndex;
27
27
  static ɵfac: i0.ɵɵFactoryDeclaration<SelectListComponent, never>;
28
- static ɵcmp: i0.ɵɵComponentDeclaration<SelectListComponent, "lx-select-list", never, { "searchPlaceholder": "searchPlaceholder"; "selection": "selection"; "options": "options"; }, { "selectionChange": "selectionChange"; "onChooseItem": "onChooseItem"; }, ["explicitDropdown", "dropdownComponent"], [".selectedOption", ".dropdownComponent"], false, never>;
28
+ static ɵcmp: i0.ɵɵComponentDeclaration<SelectListComponent, "lx-select-list", never, { "searchPlaceholder": "searchPlaceholder"; "options": "options"; "selection": "selection"; }, { "selectionChange": "selectionChange"; "onChooseItem": "onChooseItem"; }, ["explicitDropdown", "dropdownComponent"], [".selectedOption", ".dropdownComponent"], false, never>;
29
29
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leanix/components",
3
- "version": "0.3.109",
3
+ "version": "0.3.111",
4
4
  "license": "Apache-2.0",
5
5
  "author": "LeanIX GmbH",
6
6
  "repository": {