@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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@morozeckiy/dd-lib",
3
- "version": "0.9.1",
3
+ "version": "0.9.2",
4
4
  "types": "./src/typings.d.ts",
5
5
  "repository": "https://gitlab.com/Morozeckiy/dd-lib",
6
6
  "publishConfig": {
@@ -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