@leanix/components 0.3.14 → 0.3.17

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,6 +16,7 @@ export declare class OptionComponent {
16
16
  * Cannot have selectedState when Option has dropdown
17
17
  */
18
18
  hasSelectedState: boolean;
19
+ selectIcon: 'check' | 'circle';
19
20
  select: EventEmitter<any>;
20
21
  highlight: EventEmitter<boolean>;
21
22
  selectedClick: EventEmitter<any>;
@@ -26,5 +27,5 @@ export declare class OptionComponent {
26
27
  setSelected(value: boolean): void;
27
28
  setHighlighted(value: boolean): void;
28
29
  static ɵfac: i0.ɵɵFactoryDeclaration<OptionComponent, [{ optional: true; }, null]>;
29
- static ɵcmp: i0.ɵɵComponentDeclaration<OptionComponent, "lx-option", never, { "selected": "selected"; "isHighlighted": "isHighlighted"; "disabled": "disabled"; "value": "value"; "hasSelectedState": "hasSelectedState"; }, { "select": "select"; "highlight": "highlight"; "selectedClick": "selectedClick"; }, never, ["*"]>;
30
+ static ɵcmp: i0.ɵɵComponentDeclaration<OptionComponent, "lx-option", never, { "selected": "selected"; "isHighlighted": "isHighlighted"; "disabled": "disabled"; "value": "value"; "hasSelectedState": "hasSelectedState"; "selectIcon": "selectIcon"; }, { "select": "select"; "highlight": "highlight"; "selectedClick": "selectedClick"; }, never, ["*"]>;
30
31
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leanix/components",
3
- "version": "0.3.14",
3
+ "version": "0.3.17",
4
4
  "license": "Apache-2.0",
5
5
  "author": "LeanIX GmbH",
6
6
  "repository": {