@leanix/components 0.4.924 → 0.4.925

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.
package/index.d.ts CHANGED
@@ -2760,7 +2760,7 @@ declare class ResponsiveInputComponent implements AfterViewInit, OnDestroy, Cont
2760
2760
  registerOnChange(fn: any): void;
2761
2761
  registerOnTouched(_fn: any): void;
2762
2762
  static ɵfac: i0.ɵɵFactoryDeclaration<ResponsiveInputComponent, never>;
2763
- static ɵcmp: i0.ɵɵComponentDeclaration<ResponsiveInputComponent, "lx-responsive-input", never, { "inputId": { "alias": "inputId"; "required": false; }; }, { "focus": "focus"; "focusViaTab": "focusViaTab"; "blur": "blur"; }, never, never, true, never>;
2763
+ static ɵcmp: i0.ɵɵComponentDeclaration<ResponsiveInputComponent, "lx-responsive-input", never, { "inputId": { "alias": "inputId"; "required": false; }; }, { "focus": "focus"; "focusViaTab": "focusViaTab"; "blur": "blur"; }, never, never, true, [{ directive: typeof i1.FioriReskinAwareDirective; inputs: {}; outputs: {}; }]>;
2764
2764
  }
2765
2765
 
2766
2766
  type MultiSelectSize = 'default' | 'small' | 'large';
@@ -2926,7 +2926,7 @@ declare class MultiSelectComponent extends BaseSelectDirective implements AfterV
2926
2926
  private onSelectionChange;
2927
2927
  private scrollToEndOfSelection;
2928
2928
  static ɵfac: i0.ɵɵFactoryDeclaration<MultiSelectComponent, never>;
2929
- static ɵcmp: i0.ɵɵComponentDeclaration<MultiSelectComponent, "lx-multi-select", never, { "markInvalid": { "alias": "markInvalid"; "required": false; }; "selection": { "alias": "selection"; "required": false; }; "size": { "alias": "size"; "required": false; }; "inputId": { "alias": "inputId"; "required": false; }; "closeDropdownOnTab": { "alias": "closeDropdownOnTab"; "required": false; }; }, { "selectionChange": "selectionChange"; "blur": "blur"; }, ["explicitDropdown", "selectionTemplate"], [".pills", ".dropdownComponent"], true, never>;
2929
+ static ɵcmp: i0.ɵɵComponentDeclaration<MultiSelectComponent, "lx-multi-select", never, { "markInvalid": { "alias": "markInvalid"; "required": false; }; "selection": { "alias": "selection"; "required": false; }; "size": { "alias": "size"; "required": false; }; "inputId": { "alias": "inputId"; "required": false; }; "closeDropdownOnTab": { "alias": "closeDropdownOnTab"; "required": false; }; }, { "selectionChange": "selectionChange"; "blur": "blur"; }, ["explicitDropdown", "selectionTemplate"], [".pills", ".dropdownComponent"], true, [{ directive: typeof i1.FioriReskinAwareDirective; inputs: {}; outputs: {}; }]>;
2930
2930
  }
2931
2931
 
2932
2932
  /**
@@ -4197,7 +4197,7 @@ declare class PillItemComponent {
4197
4197
  remove: EventEmitter<MultiSelectRemoveItemEvent>;
4198
4198
  removePill(item: any, isMouse?: boolean): void;
4199
4199
  static ɵfac: i0.ɵɵFactoryDeclaration<PillItemComponent, never>;
4200
- static ɵcmp: i0.ɵɵComponentDeclaration<PillItemComponent, "lx-pill-item", never, { "item": { "alias": "item"; "required": false; }; "label": { "alias": "label"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, { "remove": "remove"; }, never, never, true, never>;
4200
+ static ɵcmp: i0.ɵɵComponentDeclaration<PillItemComponent, "lx-pill-item", never, { "item": { "alias": "item"; "required": false; }; "label": { "alias": "label"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, { "remove": "remove"; }, never, never, true, [{ directive: typeof i1.FioriReskinAwareDirective; inputs: {}; outputs: {}; }]>;
4201
4201
  }
4202
4202
 
4203
4203
  /**
@@ -4281,7 +4281,7 @@ declare class PillListComponent extends KeyboardSelectDirective implements After
4281
4281
  removePillViaKeyboard(pill: any): void;
4282
4282
  trackByProp(index: number, pill: any): any;
4283
4283
  static ɵfac: i0.ɵɵFactoryDeclaration<PillListComponent, never>;
4284
- static ɵcmp: i0.ɵɵComponentDeclaration<PillListComponent, "lx-pill-list", never, { "pills": { "alias": "pills"; "required": false; }; "labelKey": { "alias": "labelKey"; "required": false; }; "itemKey": { "alias": "itemKey"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, { "remove": "remove"; }, ["pillTemplate", "contentItems"], never, true, never>;
4284
+ static ɵcmp: i0.ɵɵComponentDeclaration<PillListComponent, "lx-pill-list", never, { "pills": { "alias": "pills"; "required": false; }; "labelKey": { "alias": "labelKey"; "required": false; }; "itemKey": { "alias": "itemKey"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, { "remove": "remove"; }, ["pillTemplate", "contentItems"], never, true, [{ directive: typeof i1.FioriReskinAwareDirective; inputs: {}; outputs: {}; }]>;
4285
4285
  }
4286
4286
 
4287
4287
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leanix/components",
3
- "version": "0.4.924",
3
+ "version": "0.4.925",
4
4
  "license": "Apache-2.0",
5
5
  "author": "LeanIX GmbH",
6
6
  "repository": {