@vaadin/select
Advanced tools
Comparing version 22.0.17 to 22.0.18
{ | ||
"name": "@vaadin/select", | ||
"version": "22.0.17", | ||
"version": "22.0.18", | ||
"publishConfig": { | ||
@@ -37,17 +37,17 @@ "access": "public" | ||
"@polymer/polymer": "^3.2.0", | ||
"@vaadin/button": "^22.0.17", | ||
"@vaadin/component-base": "^22.0.17", | ||
"@vaadin/field-base": "^22.0.17", | ||
"@vaadin/input-container": "^22.0.17", | ||
"@vaadin/item": "^22.0.17", | ||
"@vaadin/list-box": "^22.0.17", | ||
"@vaadin/vaadin-list-mixin": "^22.0.17", | ||
"@vaadin/vaadin-lumo-styles": "^22.0.17", | ||
"@vaadin/vaadin-material-styles": "^22.0.17", | ||
"@vaadin/vaadin-overlay": "^22.0.17", | ||
"@vaadin/vaadin-themable-mixin": "^22.0.17" | ||
"@vaadin/button": "^22.0.18", | ||
"@vaadin/component-base": "^22.0.18", | ||
"@vaadin/field-base": "^22.0.18", | ||
"@vaadin/input-container": "^22.0.18", | ||
"@vaadin/item": "^22.0.18", | ||
"@vaadin/list-box": "^22.0.18", | ||
"@vaadin/vaadin-list-mixin": "^22.0.18", | ||
"@vaadin/vaadin-lumo-styles": "^22.0.18", | ||
"@vaadin/vaadin-material-styles": "^22.0.18", | ||
"@vaadin/vaadin-overlay": "^22.0.18", | ||
"@vaadin/vaadin-themable-mixin": "^22.0.18" | ||
}, | ||
"devDependencies": { | ||
"@esm-bundle/chai": "^4.3.4", | ||
"@vaadin/polymer-legacy-adapter": "^22.0.17", | ||
"@vaadin/polymer-legacy-adapter": "^22.0.18", | ||
"@vaadin/testing-helpers": "^0.3.2", | ||
@@ -57,3 +57,3 @@ "lit": "^2.0.0", | ||
}, | ||
"gitHead": "4ba77c19889036fb954052cf1f32bc96089fcc25" | ||
"gitHead": "8f5d45192adbb084661af01c8837d0898cd68a23" | ||
} |
@@ -146,3 +146,3 @@ /** | ||
<slot name="value"></slot> | ||
<div part="toggle-button" slot="suffix" aria-hidden="true"></div> | ||
<div part="toggle-button" slot="suffix" aria-hidden="true" on-mousedown="_onToggleMouseDown"></div> | ||
</vaadin-input-container> | ||
@@ -433,2 +433,9 @@ | ||
/** @private */ | ||
_onToggleMouseDown(event) { | ||
// Prevent mousedown event to avoid blur and preserve focused state | ||
// while opening, and to restore focus-ring attribute on closing. | ||
event.preventDefault(); | ||
} | ||
/** | ||
@@ -435,0 +442,0 @@ * @param {!KeyboardEvent} e |
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
50934
1039
Updated@vaadin/button@^22.0.18
Updated@vaadin/field-base@^22.0.18
Updated@vaadin/item@^22.0.18
Updated@vaadin/list-box@^22.0.18