@leanix/components 0.4.801 → 0.4.811

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,9 @@ export declare class OptionComponent {
16
16
  * Cannot have selectedState when Option has dropdown
17
17
  */
18
18
  hasSelectedState: boolean;
19
+ /**
20
+ * @deprecated Use the default `'check'` value. The `'circle'` option is deprecated and will be removed in a future release.
21
+ */
19
22
  selectIcon: 'check' | 'circle';
20
23
  select: EventEmitter<any>;
21
24
  highlight: EventEmitter<boolean>;
@@ -40,6 +40,8 @@ export declare class SingleSelectComponent extends BaseSelectDirective implement
40
40
  tabIndex: number;
41
41
  markInvalid: boolean;
42
42
  /** @internal */
43
+ toggleElement?: ElementRef<HTMLElement>;
44
+ /** @internal */
43
45
  queryInput: ElementRef<HTMLInputElement>;
44
46
  /** @internal */
45
47
  readonly destroyed$: Subject<void>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leanix/components",
3
- "version": "0.4.801",
3
+ "version": "0.4.811",
4
4
  "license": "Apache-2.0",
5
5
  "author": "LeanIX GmbH",
6
6
  "repository": {