@vaadin/dialog
Advanced tools
+11
-11
| { | ||
| "name": "@vaadin/dialog", | ||
| "version": "25.2.0-alpha8", | ||
| "version": "25.2.0-alpha9", | ||
| "publishConfig": { | ||
@@ -40,15 +40,15 @@ "access": "public" | ||
| "@open-wc/dedupe-mixin": "^1.3.0", | ||
| "@vaadin/component-base": "25.2.0-alpha8", | ||
| "@vaadin/lit-renderer": "25.2.0-alpha8", | ||
| "@vaadin/overlay": "25.2.0-alpha8", | ||
| "@vaadin/vaadin-themable-mixin": "25.2.0-alpha8", | ||
| "@vaadin/component-base": "25.2.0-alpha9", | ||
| "@vaadin/lit-renderer": "25.2.0-alpha9", | ||
| "@vaadin/overlay": "25.2.0-alpha9", | ||
| "@vaadin/vaadin-themable-mixin": "25.2.0-alpha9", | ||
| "lit": "^3.0.0" | ||
| }, | ||
| "devDependencies": { | ||
| "@vaadin/a11y-base": "25.2.0-alpha8", | ||
| "@vaadin/aura": "25.2.0-alpha8", | ||
| "@vaadin/chai-plugins": "25.2.0-alpha8", | ||
| "@vaadin/test-runner-commands": "25.2.0-alpha8", | ||
| "@vaadin/a11y-base": "25.2.0-alpha9", | ||
| "@vaadin/aura": "25.2.0-alpha9", | ||
| "@vaadin/chai-plugins": "25.2.0-alpha9", | ||
| "@vaadin/test-runner-commands": "25.2.0-alpha9", | ||
| "@vaadin/testing-helpers": "^2.0.0", | ||
| "@vaadin/vaadin-lumo-styles": "25.2.0-alpha8", | ||
| "@vaadin/vaadin-lumo-styles": "25.2.0-alpha9", | ||
| "sinon": "^21.0.2" | ||
@@ -61,3 +61,3 @@ }, | ||
| ], | ||
| "gitHead": "2b82e20cdfc605b1187e9a24ae42869e1500ab68" | ||
| "gitHead": "a38a03e8a8be45821f39c14054c63634dafe08d0" | ||
| } |
@@ -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.2.0-alpha8", | ||
| "version": "25.2.0-alpha9", | ||
| "description-markup": "markdown", | ||
@@ -6,0 +6,0 @@ "contributions": { |
| { | ||
| "$schema": "https://json.schemastore.org/web-types", | ||
| "name": "@vaadin/dialog", | ||
| "version": "25.2.0-alpha8", | ||
| "version": "25.2.0-alpha9", | ||
| "description-markup": "markdown", | ||
@@ -6,0 +6,0 @@ "framework": "lit", |
179140
-0.06%4215
-0.09%+ Added
+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
- Removed