@vaadin/vaadin-overlay
Advanced tools
Comparing version 3.0.1-pre.1 to 3.0.2-pre.1
@@ -14,3 +14,3 @@ { | ||
"name": "@vaadin/vaadin-overlay", | ||
"version": "3.0.1-pre.1", | ||
"version": "3.0.2-pre.1", | ||
"main": "vaadin-overlay.js", | ||
@@ -29,20 +29,20 @@ "author": "Vaadin Ltd", | ||
"dependencies": { | ||
"@polymer/iron-overlay-behavior": "^3.0.0-pre.12", | ||
"@polymer/polymer": "^3.0.0-pre.12", | ||
"@vaadin/vaadin-lumo-styles": "^1.0.0-pre.1", | ||
"@vaadin/vaadin-themable-mixin": "^1.1.5-pre.1" | ||
"@vaadin/vaadin-themable-mixin": "^1.1.5-pre.2", | ||
"@vaadin/vaadin-lumo-styles": "^1.0.0-pre.4", | ||
"@polymer/iron-overlay-behavior": "^3.0.0-pre.12" | ||
}, | ||
"devDependencies": { | ||
"@vaadin/vaadin-demo-helpers": "^1.2.5-pre.1", | ||
"@polymer/iron-component-page": "^3.0.0-pre.12", | ||
"@polymer/iron-demo-helpers": "^3.0.0-pre.12", | ||
"@polymer/iron-test-helpers": "^3.0.0-pre.12", | ||
"@vaadin/vaadin-button": "^2.0.0-pre.2", | ||
"@vaadin/vaadin-text-field": "^2.0.1-pre.1", | ||
"@polymer/iron-form": "^3.0.0-pre.12", | ||
"@polymer/iron-input": "^3.0.0-pre.12", | ||
"@polymer/iron-test-helpers": "^3.0.0-pre.12", | ||
"@polymer/paper-button": "^3.0.0-pre.12", | ||
"@polymer/paper-input": "^3.0.0-pre.12", | ||
"@vaadin/vaadin-button": "^2.0.0-pre.1", | ||
"@vaadin/vaadin-demo-helpers": "^1.2.5-pre.1", | ||
"@vaadin/vaadin-text-field": "^2.0.1-pre.1", | ||
"wct-browser-legacy": "0.0.1-pre.11" | ||
} | ||
} |
@@ -473,2 +473,9 @@ import { PolymerElement } from '@polymer/polymer/polymer-element.js'; | ||
_detachOverlay() { | ||
// The detaching overlay is happening after closing animation is finished. | ||
// If in the meantime of closing animation user quickly clicked | ||
// the element to show the same ovelay, `opened` will be true | ||
// and no need to detach the overlay | ||
if (this.opened || !this._placeholder.parentNode) { | ||
return; | ||
} | ||
this._placeholder.parentNode.insertBefore(this, this._placeholder); | ||
@@ -475,0 +482,0 @@ this._processPendingMutationObserversFor(document.body); |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
88899
592
1