@vaadin/component-base
Advanced tools
Comparing version 24.5.0-alpha6 to 24.5.0-alpha7
{ | ||
"name": "@vaadin/component-base", | ||
"version": "24.5.0-alpha6", | ||
"version": "24.5.0-alpha7", | ||
"publishConfig": { | ||
@@ -45,3 +45,3 @@ "access": "public" | ||
}, | ||
"gitHead": "c5f541dbe961a994730d4c60472ae957bf6b4c12" | ||
"gitHead": "89f77a69ae0eba6247f2b3084941f9395d7134e1" | ||
} |
@@ -32,5 +32,5 @@ /** | ||
return true; | ||
} catch (e) { | ||
} catch (_) { | ||
return false; | ||
} | ||
})(); |
@@ -12,3 +12,3 @@ /** | ||
get() { | ||
return '24.5.0-alpha6'; | ||
return '24.5.0-alpha7'; | ||
}, | ||
@@ -15,0 +15,0 @@ }); |
@@ -48,3 +48,3 @@ /** | ||
return new MouseEvent('test', { buttons: 1 }).buttons === 1; | ||
} catch (e) { | ||
} catch (_) { | ||
return false; | ||
@@ -75,3 +75,3 @@ } | ||
window.removeEventListener('test', null, opts); | ||
} catch (e) {} | ||
} catch (_) {} | ||
})(); | ||
@@ -78,0 +78,0 @@ |
@@ -51,3 +51,3 @@ /** | ||
this.__resizeObserver = new ResizeObserver((entries) => { | ||
this.__resizeObserver = new ResizeObserver(() => { | ||
this.__debounceOverflow = Debouncer.debounce(this.__debounceOverflow, animationFrame, () => { | ||
@@ -54,0 +54,0 @@ this.__updateOverflow(); |
@@ -59,3 +59,3 @@ /** | ||
this.scrollTarget.addEventListener('virtualizer-element-focused', (e) => this.__onElementFocused(e)); | ||
this.elementsContainer.addEventListener('focusin', (e) => { | ||
this.elementsContainer.addEventListener('focusin', () => { | ||
this.scrollTarget.dispatchEvent( | ||
@@ -62,0 +62,0 @@ new CustomEvent('virtualizer-element-focused', { detail: { element: this.__getFocusedElement() } }), |
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
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
216023