@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/agorapulse-ui-components-13.2.0.tgz +0 -0
- package/esm2020/src/lib/tooltip-neo/tooltip-neo.directive.mjs +17 -14
- package/fesm2015/agorapulse-ui-components.mjs +16 -13
- package/fesm2015/agorapulse-ui-components.mjs.map +1 -1
- package/fesm2020/agorapulse-ui-components.mjs +16 -13
- package/fesm2020/agorapulse-ui-components.mjs.map +1 -1
- package/package.json +1 -1
- package/src/lib/tooltip-neo/tooltip-neo.directive.d.ts +6 -5
- package/agorapulse-ui-components-13.1.10.tgz +0 -0
package/package.json
CHANGED
|
@@ -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;
|
|
Binary file
|