@leanix/components 0.4.242 → 0.4.244

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,4 +1,4 @@
1
- import { ChangeDetectorRef, ElementRef, EventEmitter, InjectionToken, OnDestroy, OnInit } from '@angular/core';
1
+ import { ChangeDetectorRef, ElementRef, InjectionToken, OnDestroy, OnInit } from '@angular/core';
2
2
  import { TranslateService } from '@ngx-translate/core';
3
3
  import { BehaviorSubject, Observable } from 'rxjs';
4
4
  import { ResizeObserverService } from '../../services/resize-observer.service';
@@ -22,7 +22,6 @@ export declare class EllipsisComponent implements OnInit, OnDestroy {
22
22
  * or if you sanitize the provided content yourself.
23
23
  */
24
24
  escapeHtmlInContent: boolean;
25
- toggleShowMore: EventEmitter<boolean>;
26
25
  private contentSpanEl$;
27
26
  contentSpanEl: ElementRef<HTMLSpanElement>;
28
27
  private showMoreButtonEl$;
@@ -40,5 +39,5 @@ export declare class EllipsisComponent implements OnInit, OnDestroy {
40
39
  private detectChangesWhenObservableEmits;
41
40
  private isContentOverflowing;
42
41
  static ɵfac: i0.ɵɵFactoryDeclaration<EllipsisComponent, never>;
43
- static ɵcmp: i0.ɵɵComponentDeclaration<EllipsisComponent, "lx-ellipsis", never, { "content": { "alias": "content"; "required": false; }; "escapeHtmlInContent": { "alias": "escapeHtmlInContent"; "required": false; }; }, { "toggleShowMore": "toggleShowMore"; }, never, never, true, never>;
42
+ static ɵcmp: i0.ɵɵComponentDeclaration<EllipsisComponent, "lx-ellipsis", never, { "content": { "alias": "content"; "required": false; }; "escapeHtmlInContent": { "alias": "escapeHtmlInContent"; "required": false; }; }, {}, never, never, true, never>;
44
43
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leanix/components",
3
- "version": "0.4.242",
3
+ "version": "0.4.244",
4
4
  "license": "Apache-2.0",
5
5
  "author": "LeanIX GmbH",
6
6
  "repository": {