@vaadin/component-base
Advanced tools
Comparing version
{ | ||
"name": "@vaadin/component-base", | ||
"version": "24.7.0-alpha9", | ||
"version": "24.7.0-beta1", | ||
"publishConfig": { | ||
@@ -41,8 +41,8 @@ "access": "public" | ||
"devDependencies": { | ||
"@vaadin/chai-plugins": "24.7.0-alpha9", | ||
"@vaadin/test-runner-commands": "24.7.0-alpha9", | ||
"@vaadin/chai-plugins": "24.7.0-beta1", | ||
"@vaadin/test-runner-commands": "24.7.0-beta1", | ||
"@vaadin/testing-helpers": "^1.1.0", | ||
"sinon": "^18.0.0" | ||
}, | ||
"gitHead": "b0a16c6ed7fc50a22a42dcab0649d74f4c300485" | ||
"gitHead": "4043c518ef9b915cde612d2907ddc9bd10e5af17" | ||
} |
@@ -16,3 +16,3 @@ /** | ||
export function defineCustomElement(CustomElement, version = '24.7.0-alpha9') { | ||
export function defineCustomElement(CustomElement, version = '24.7.0-beta1') { | ||
Object.defineProperty(CustomElement, 'version', { | ||
@@ -19,0 +19,0 @@ get() { |
@@ -586,3 +586,2 @@ /** | ||
const t = _findOriginalTarget(e); | ||
// eslint-disable-next-line @typescript-eslint/no-this-alias | ||
const self = this; | ||
@@ -698,3 +697,2 @@ const movefn = (e) => { | ||
const t = _findOriginalTarget(e); | ||
// eslint-disable-next-line @typescript-eslint/no-this-alias | ||
const self = this; | ||
@@ -701,0 +699,0 @@ const movefn = (e) => { |
@@ -6,4 +6,2 @@ /** | ||
*/ | ||
/* eslint-disable @typescript-eslint/member-ordering */ | ||
// https://github.com/vaadin/eslint-config-vaadin/issues/33 | ||
import { animationFrame, microTask, timeOut } from './async.js'; | ||
@@ -10,0 +8,0 @@ import { isSafari } from './browser-utils.js'; |
225796
-0.11%6663
-0.06%