@vaadin/date-picker
Advanced tools
Comparing version 22.0.4 to 22.0.5
{ | ||
"name": "@vaadin/date-picker", | ||
"version": "22.0.4", | ||
"version": "22.0.5", | ||
"publishConfig": { | ||
@@ -38,19 +38,19 @@ "access": "public" | ||
"@polymer/polymer": "^3.2.0", | ||
"@vaadin/button": "^22.0.4", | ||
"@vaadin/component-base": "^22.0.4", | ||
"@vaadin/field-base": "^22.0.4", | ||
"@vaadin/input-container": "^22.0.4", | ||
"@vaadin/vaadin-lumo-styles": "^22.0.4", | ||
"@vaadin/vaadin-material-styles": "^22.0.4", | ||
"@vaadin/vaadin-overlay": "^22.0.4", | ||
"@vaadin/vaadin-themable-mixin": "^22.0.4" | ||
"@vaadin/button": "^22.0.5", | ||
"@vaadin/component-base": "^22.0.5", | ||
"@vaadin/field-base": "^22.0.5", | ||
"@vaadin/input-container": "^22.0.5", | ||
"@vaadin/vaadin-lumo-styles": "^22.0.5", | ||
"@vaadin/vaadin-material-styles": "^22.0.5", | ||
"@vaadin/vaadin-overlay": "^22.0.5", | ||
"@vaadin/vaadin-themable-mixin": "^22.0.5" | ||
}, | ||
"devDependencies": { | ||
"@esm-bundle/chai": "^4.3.4", | ||
"@vaadin/dialog": "^22.0.4", | ||
"@vaadin/polymer-legacy-adapter": "^22.0.4", | ||
"@vaadin/dialog": "^22.0.5", | ||
"@vaadin/polymer-legacy-adapter": "^22.0.5", | ||
"@vaadin/testing-helpers": "^0.3.2", | ||
"sinon": "^9.2.0" | ||
}, | ||
"gitHead": "55891f68d4da41e846e06dfe51dceba1665e41ce" | ||
"gitHead": "3e1990867670f3de2dec6fa1200d945623b2710c" | ||
} |
@@ -217,2 +217,5 @@ /** | ||
this.addController(new LabelledInputController(this.inputElement, this._labelController)); | ||
const toggleButton = this.shadowRoot.querySelector('[part="toggle-button"]'); | ||
toggleButton.addEventListener('mousedown', (e) => e.preventDefault()); | ||
} | ||
@@ -219,0 +222,0 @@ |
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
151627
4033
Updated@vaadin/button@^22.0.5
Updated@vaadin/field-base@^22.0.5