You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

ngx-tooltip-directives

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ngx-tooltip-directives - npm Package Compare versions

Comparing version

to
18.2.1

2

package.json
{
"name": "ngx-tooltip-directives",
"version": "18.2.0",
"version": "18.2.1",
"description": "Tooltips for Angular",

@@ -5,0 +5,0 @@ "homepage": "https://mkeller1992.github.io/ngx-tooltip-directives",

@@ -208,10 +208,10 @@ # ngx-tooltip-directives

Events are called in accordance with the delays specified in the options within the directive. By default, there is a 300-millisecond delay before the tooltip hides.
Events are called in accordance with the delays specified in the options within the directive. By default, there is a no delay before the tooltip hides.
| Event | Description |
|------------------|---------------------------------------------------------------------------------------------|
| {type: "show", position: DOMRect} | This event is fired prior to the tooltip's appearance. |
| {type: "shown", position: DOMRect} | This event is fired following the tooltip's appearance animation. |
| {type: "hide", position: DOMRect} | This event is fired prior to the tooltip being hidden. |
| {type: "hidden", position: DOMRect} | This event is fired after the tooltip hiding animation completes. |
| {type: "show", position: { top: number; left: number; } | DOMRect} | This event is fired prior to the tooltip's appearance. |
| {type: "shown", position: { top: number; left: number; } | DOMRect} | This event is fired following the tooltip's appearance animation. |
| {type: "hide", position: { top: number; left: number; } | DOMRect} | This event is fired prior to the tooltip being hidden. |
| {type: "hidden", position: { top: number; left: number; } | DOMRect} | This event is fired after the tooltip hiding animation completes. |

@@ -218,0 +218,0 @@ ---