@morozeckiy/dd-lib 0.9.1 → 0.9.2
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.
|
Binary file
|
package/package.json
CHANGED
|
@@ -1003,6 +1003,7 @@ declare class TooltipDirective implements OnDestroy {
|
|
|
1003
1003
|
showTooltipOnClick(): void;
|
|
1004
1004
|
showTooltip(): void;
|
|
1005
1005
|
hideTooltip(): void;
|
|
1006
|
+
private detachOverlay;
|
|
1006
1007
|
ngOnDestroy(): void;
|
|
1007
1008
|
private attachTooltip;
|
|
1008
1009
|
private getPositionStrategy;
|
|
Binary file
|