@agorapulse/ui-components 13.1.10 → 13.2.0

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@agorapulse/ui-components",
3
3
  "description": "Agorapulse UI Components Library",
4
- "version": "13.1.10",
4
+ "version": "13.2.0",
5
5
  "author": "Benoit Hediard",
6
6
  "repository": {
7
7
  "type": "git",
@@ -17,15 +17,16 @@ export declare class TooltipNeoDirective implements OnInit, OnDestroy, OnChanges
17
17
  private params;
18
18
  private elementRefMouseLeave$;
19
19
  static enableTooltip(content: string | TemplateRef<any>, contentType: string, display: boolean): boolean;
20
- /**
21
- * To fix issue on inbox virtual scroller, it's a manual cleaner at DOM level
22
- * @private
23
- */
24
- private static cleanUpPersistentTooltip;
25
20
  constructor(elementRef: ElementRef, overlay: Overlay, overlayPositionBuilder: OverlayPositionBuilder, tooltipNeoService: TooltipNeoService);
26
21
  ngOnChanges(changes: SimpleChanges): void;
27
22
  ngOnInit(): void;
28
23
  ngOnDestroy(): void;
24
+ /**
25
+ * To fix issue on inbox virtual scroller, it's a manual cleaner at DOM level
26
+ * It checks the route and also the DOM element where it's called
27
+ * @private
28
+ */
29
+ private cleanUpPersistentTooltip;
29
30
  private setSettings;
30
31
  private initiateTooltip;
31
32
  private dispose;