@leanix/components 0.2.222 → 0.2.225

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.
@@ -26,6 +26,8 @@ export declare class DragAndDropListComponent implements AfterContentInit, OnIni
26
26
  */
27
27
  items?: any[];
28
28
  itemIdProperty?: string;
29
+ color?: 'default' | 'gray';
30
+ fontSize?: 'normal' | 'big';
29
31
  /**
30
32
  * Use the moveToIndex Output in favor of moveItem,
31
33
  * when moving is restricted to one item through this.draggableItem.
@@ -50,5 +52,5 @@ export declare class DragAndDropListComponent implements AfterContentInit, OnIni
50
52
  dropToIndex(item: any, previousIndex: number, currentIndex: number): void;
51
53
  trackById(_index: number, item: any): any;
52
54
  static ɵfac: i0.ɵɵFactoryDeclaration<DragAndDropListComponent, never>;
53
- static ɵcmp: i0.ɵɵComponentDeclaration<DragAndDropListComponent, "lx-drag-and-drop-list", never, { "label": "label"; "labelFontWeight": "labelFontWeight"; "items": "items"; "itemIdProperty": "itemIdProperty"; }, { "moveToIndex": "moveToIndex"; "moveItem": "moveItem"; }, ["itemTemplateRef", "_items"], never>;
55
+ static ɵcmp: i0.ɵɵComponentDeclaration<DragAndDropListComponent, "lx-drag-and-drop-list", never, { "label": "label"; "labelFontWeight": "labelFontWeight"; "items": "items"; "itemIdProperty": "itemIdProperty"; "color": "color"; "fontSize": "fontSize"; }, { "moveToIndex": "moveToIndex"; "moveItem": "moveItem"; }, ["itemTemplateRef", "_items"], never>;
54
56
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leanix/components",
3
- "version": "0.2.222",
3
+ "version": "0.2.225",
4
4
  "license": "Apache-2.0",
5
5
  "author": "LeanIX GmbH",
6
6
  "repository": {