ngx-dynamic-tooltip
Advanced tools
Comparing version 2.0.3 to 2.0.4
import { NgxDynamicTooltipComponent } from './ngx-dynamic-tooltip.component'; | ||
import { ApplicationRef, ComponentRef, ElementRef, Renderer2, TemplateRef, Type, ViewContainerRef } from '@angular/core'; | ||
import { ApplicationRef, ComponentRef, ElementRef, NgZone, Renderer2, TemplateRef, Type, ViewContainerRef } from '@angular/core'; | ||
import * as i0 from "@angular/core"; | ||
@@ -10,2 +10,3 @@ export declare class TooltipDirective { | ||
private appRef; | ||
private ngZone; | ||
tooltipContainer: HTMLElement; | ||
@@ -19,3 +20,3 @@ docBody: HTMLElement; | ||
elementRect: DOMRect; | ||
constructor(doc: Document, renderer: Renderer2, vc: ViewContainerRef, el: ElementRef, appRef: ApplicationRef); | ||
constructor(doc: Document, renderer: Renderer2, vc: ViewContainerRef, el: ElementRef, appRef: ApplicationRef, ngZone: NgZone); | ||
onMouseEnter(e: MouseEvent): void; | ||
@@ -22,0 +23,0 @@ onMouseLeave(e: MouseEvent): void; |
{ | ||
"name": "ngx-dynamic-tooltip", | ||
"version": "2.0.3", | ||
"version": "2.0.4", | ||
"author": { | ||
@@ -5,0 +5,0 @@ "name": "Babak Bahadornia", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
95340
746