@vaadin/dialog
Advanced tools
+11
-11
| { | ||
| "name": "@vaadin/dialog", | ||
| "version": "25.1.1", | ||
| "version": "25.1.2", | ||
| "publishConfig": { | ||
@@ -40,15 +40,15 @@ "access": "public" | ||
| "@open-wc/dedupe-mixin": "^1.3.0", | ||
| "@vaadin/component-base": "~25.1.1", | ||
| "@vaadin/lit-renderer": "~25.1.1", | ||
| "@vaadin/overlay": "~25.1.1", | ||
| "@vaadin/vaadin-themable-mixin": "~25.1.1", | ||
| "@vaadin/component-base": "~25.1.2", | ||
| "@vaadin/lit-renderer": "~25.1.2", | ||
| "@vaadin/overlay": "~25.1.2", | ||
| "@vaadin/vaadin-themable-mixin": "~25.1.2", | ||
| "lit": "^3.0.0" | ||
| }, | ||
| "devDependencies": { | ||
| "@vaadin/a11y-base": "~25.1.1", | ||
| "@vaadin/aura": "~25.1.1", | ||
| "@vaadin/chai-plugins": "~25.1.1", | ||
| "@vaadin/test-runner-commands": "~25.1.1", | ||
| "@vaadin/a11y-base": "~25.1.2", | ||
| "@vaadin/aura": "~25.1.2", | ||
| "@vaadin/chai-plugins": "~25.1.2", | ||
| "@vaadin/test-runner-commands": "~25.1.2", | ||
| "@vaadin/testing-helpers": "^2.0.0", | ||
| "@vaadin/vaadin-lumo-styles": "~25.1.1", | ||
| "@vaadin/vaadin-lumo-styles": "~25.1.2", | ||
| "sinon": "^21.0.2" | ||
@@ -61,3 +61,3 @@ }, | ||
| ], | ||
| "gitHead": "2687401ae7636c5ba38573b1f3d3ad62caf80513" | ||
| "gitHead": "48e5dc507ac5eb8d34839be06cac652f1635fe1c" | ||
| } |
@@ -106,5 +106,3 @@ /** | ||
| } | ||
| this.dispatchEvent( | ||
| new CustomEvent('drag-start', { bubbles: true, composed: true, detail: { width, height, top, left } }), | ||
| ); | ||
| this.dispatchEvent(new CustomEvent('drag-start', { detail: { width, height, top, left } })); | ||
| } | ||
@@ -139,5 +137,3 @@ } | ||
| _stopDrag() { | ||
| this.dispatchEvent( | ||
| new CustomEvent('dragged', { bubbles: true, composed: true, detail: { top: this.top, left: this.left } }), | ||
| ); | ||
| this.dispatchEvent(new CustomEvent('dragged', { detail: { top: this.top, left: this.left } })); | ||
| window.removeEventListener('mouseup', this._stopDrag); | ||
@@ -144,0 +140,0 @@ window.removeEventListener('touchend', this._stopDrag); |
+1
-1
| { | ||
| "$schema": "https://json.schemastore.org/web-types", | ||
| "name": "@vaadin/dialog", | ||
| "version": "25.1.1", | ||
| "version": "25.1.2", | ||
| "description-markup": "markdown", | ||
@@ -6,0 +6,0 @@ "contributions": { |
| { | ||
| "$schema": "https://json.schemastore.org/web-types", | ||
| "name": "@vaadin/dialog", | ||
| "version": "25.1.1", | ||
| "version": "25.1.2", | ||
| "description-markup": "markdown", | ||
@@ -6,0 +6,0 @@ "framework": "lit", |
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
179065
-0.06%4215
-0.09%