@vaadin-component-factory/vcf-popup
Advanced tools
Comparing version 1.2.5 to 1.2.6
@@ -0,0 +0,0 @@ { |
@@ -0,0 +0,0 @@ import '@polymer/iron-demo-helpers/demo-pages-shared-styles'; |
{ | ||
"name": "@vaadin-component-factory/vcf-popup", | ||
"version": "1.2.5", | ||
"version": "1.2.6", | ||
"description": "Vaadin Component Factory Popup for Polymer 3", | ||
@@ -26,3 +26,3 @@ "main": "theme/lumo/vcf-popup.js", | ||
"build:demo": "webpack", | ||
"publish": "node publish.js" | ||
"publish": "node util/publish.js" | ||
}, | ||
@@ -60,2 +60,3 @@ "husky": { | ||
"@types/vis": "^4.21.16", | ||
"@vaadin-component-factory/vcf-element-util": "^0.1.4", | ||
"@webcomponents/webcomponentsjs": "^2.0.0", | ||
@@ -62,0 +63,0 @@ "babel-eslint": "^10.0.2", |
@@ -0,0 +0,0 @@ { |
@@ -0,0 +0,0 @@ # <vcf-popup> |
@@ -41,3 +41,3 @@ /* | ||
<vcf-popup-overlay id="popupOverlay" opened="{{opened}}" theme$="[[theme]]" phone$="[[_phone]]"> </vcf-popup-overlay> | ||
<vcf-popup-overlay id="popupOverlay" opened="{{opened}}" theme$="[[theme]]" with-backdrop="[[_phone]]" phone$="[[_phone]]"> </vcf-popup-overlay> | ||
@@ -53,3 +53,3 @@ <iron-media-query query="[[_phoneMediaQuery]]" query-matches="{{_phone}}"> </iron-media-query> | ||
static get version() { | ||
return '1.2.5'; | ||
return '1.2.6'; | ||
} | ||
@@ -174,2 +174,7 @@ /** | ||
_popupOpenChanged(isOpened) { | ||
if (isOpened) { | ||
window.addEventListener('scroll', this._boundSetPosition, true); | ||
} else { | ||
window.removeEventListener('scroll', this._boundSetPosition, true); | ||
} | ||
this.dispatchEvent(new CustomEvent('popup-open-changed', { | ||
@@ -176,0 +181,0 @@ detail: { |
@@ -0,0 +0,0 @@ import '@vaadin/vaadin-lumo-styles/spacing'; |
import './vcf-popup-styles'; | ||
import '../../src/vcf-popup'; |
@@ -0,0 +0,0 @@ ## Usage |
@@ -0,0 +0,0 @@ 'use strict'; |
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
Sorry, the diff of this file is not supported yet
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
0
0
33390
43
18
390