ngx-float-ui
Advanced tools
Comparing version 16.0.1 to 16.0.2
@@ -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 |
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
250970
2021