@vaadin/field-base
Advanced tools
Comparing version 24.5.0-alpha4 to 24.5.0-alpha5
{ | ||
"name": "@vaadin/field-base", | ||
"version": "24.5.0-alpha4", | ||
"version": "24.5.0-alpha5", | ||
"publishConfig": { | ||
@@ -35,4 +35,4 @@ "access": "public" | ||
"@polymer/polymer": "^3.0.0", | ||
"@vaadin/a11y-base": "24.5.0-alpha4", | ||
"@vaadin/component-base": "24.5.0-alpha4", | ||
"@vaadin/a11y-base": "24.5.0-alpha5", | ||
"@vaadin/component-base": "24.5.0-alpha5", | ||
"lit": "^3.0.0" | ||
@@ -45,3 +45,3 @@ }, | ||
}, | ||
"gitHead": "a2cd3079183a097b793073eeffd3bd59dec2b664" | ||
"gitHead": "4e57d240ababf0c2db9d674891b90bdf3812e6ae" | ||
} |
@@ -192,3 +192,3 @@ /** | ||
if (this.allowedCharPattern && !this.__shouldAcceptKey(event)) { | ||
if (this.allowedCharPattern && !this.__shouldAcceptKey(event) && event.target === this.inputElement) { | ||
event.preventDefault(); | ||
@@ -195,0 +195,0 @@ this._markInputPrevented(); |
@@ -33,10 +33,2 @@ /** | ||
checkValidity(): boolean; | ||
/** | ||
* Fired whenever the field is validated. | ||
* | ||
* @event validated | ||
* @param {Object} detail | ||
* @param {boolean} detail.valid the result of the validation. | ||
*/ | ||
} |
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
88329
2300
+ Added@vaadin/a11y-base@24.5.0-alpha5(transitive)
+ Added@vaadin/component-base@24.5.0-alpha5(transitive)
- Removed@vaadin/a11y-base@24.5.0-alpha4(transitive)
- Removed@vaadin/component-base@24.5.0-alpha4(transitive)