@leanix/components 0.4.788 → 0.4.790

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,6 +1,4 @@
1
- import { Directionality } from '@angular/cdk/bidi';
2
1
  import { CdkStepper } from '@angular/cdk/stepper';
3
- import { ChangeDetectorRef, ElementRef } from '@angular/core';
4
2
  import * as i0 from "@angular/core";
5
3
  /**
6
4
  * Stepper component is a wrapper around the Angular CDK Stepper component. It provides a way to create a linear
@@ -39,9 +37,12 @@ import * as i0 from "@angular/core";
39
37
  * [Angular CDK documentation](https://material.angular.io/cdk/stepper/api).
40
38
  */
41
39
  export declare class StepperComponent extends CdkStepper {
42
- /** @internal */
40
+ /**
41
+ * @internal
42
+ *
43
+ * TODO: remove this dead code
44
+ */
43
45
  size: 'small' | 'normal';
44
- constructor(_dir: Directionality, _changeDetectorRef: ChangeDetectorRef, _elementRef: ElementRef<HTMLElement>);
45
46
  get isSmallVariant(): boolean;
46
47
  /** @internal */
47
48
  isCompleted(index: number): boolean;
@@ -1,9 +1,21 @@
1
1
  import { ElementRef, EventEmitter, TemplateRef } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
3
  export interface DragAndDropListAction {
4
+ /**
5
+ * The id of the action item, must be unique
6
+ */
4
7
  id: string;
8
+ /**
9
+ * The label of the action item
10
+ */
5
11
  label: string;
12
+ /**
13
+ * The SAP icon rendered inside the action button
14
+ */
6
15
  icon: string;
16
+ /**
17
+ * Whether the action button should only be shown if the item receives focus or is being hovered
18
+ */
7
19
  showOnlyOnHover?: boolean;
8
20
  }
9
21
  export interface DragAndDropListActionEvent {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leanix/components",
3
- "version": "0.4.788",
3
+ "version": "0.4.790",
4
4
  "license": "Apache-2.0",
5
5
  "author": "LeanIX GmbH",
6
6
  "repository": {