@leanix/components 0.3.14 → 0.3.17

Sign up to get free protection for your applications and to get access to all the features.
@@ -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": {