Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ngx-float-ui

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ngx-float-ui - npm Package Compare versions

Comparing version 16.0.1 to 16.0.2

11

changelog.md

@@ -0,1 +1,8 @@

#17.1.2
* Fix some nullpointer when placement was not passed (closes [#12](https://github.com/tonysamperi/ngx-float-ui/issues/12) for real)
* Performance improvement
#17.1.1
* Fix placement default to NgxFloatUiPlacements.AUTO
#17.1.0

@@ -11,2 +18,6 @@ * Fix readme (closes [#4](https://github.com/tonysamperi/ngx-float-ui/issues/4))

#16.0.2
* Fix some nullpointer when placement was not passed (closes [#12](https://github.com/tonysamperi/ngx-float-ui/issues/12) for real)
* Performance improvement
#16.0.1

@@ -13,0 +24,0 @@ * Fix placement default to NgxFloatUiPlacements.AUTO

2

lib/components/ngx-float-ui-content/ngx-float-ui-content.component.d.ts
import { ChangeDetectorRef, ElementRef, EventEmitter, OnDestroy, ViewContainerRef } from "@angular/core";
import { Subject } from "rxjs";
import { NgxFloatUiOptions } from "../../models/ngx-float-ui-options.model";
import { Subject } from "rxjs";
import * as i0 from "@angular/core";

@@ -5,0 +5,0 @@ export declare class NgxFloatUiContentComponent implements OnDestroy {

{
"name": "ngx-float-ui",
"version": "16.0.1",
"version": "16.0.2",
"license": "MIT",

@@ -5,0 +5,0 @@ "description": "ngx-float-ui is an Angular wrapper for Floating UI",

@@ -152,4 +152,4 @@ # ngx-float-ui

| disabled | boolean | false | Disable the popper, ignore all events |
| delay | number | 0 | Delay time until popper it shown |
| timeout | number | 0 | Set delay before the popper is hidden |
| showDelay | number | 0 | Delay time until popper it shown |
| hideTimeout | number | 0 | Set delay before the popper is hidden |
| timeoutAfterShow | number | 0 | Set a time on which the popper will be hidden after it is shown |

@@ -156,0 +156,0 @@ | placement | Placement(string) | auto | The placement to show the popper relative to the reference element * |

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc