@vaadin/number-field
Advanced tools
Comparing version 24.4.0-alpha1 to 24.4.0-dev.223e39f050
{ | ||
"name": "@vaadin/number-field", | ||
"version": "24.4.0-alpha1", | ||
"version": "24.4.0-dev.223e39f050", | ||
"publishConfig": { | ||
@@ -41,9 +41,9 @@ "access": "public" | ||
"@polymer/polymer": "^3.0.0", | ||
"@vaadin/a11y-base": "24.4.0-alpha1", | ||
"@vaadin/component-base": "24.4.0-alpha1", | ||
"@vaadin/field-base": "24.4.0-alpha1", | ||
"@vaadin/input-container": "24.4.0-alpha1", | ||
"@vaadin/vaadin-lumo-styles": "24.4.0-alpha1", | ||
"@vaadin/vaadin-material-styles": "24.4.0-alpha1", | ||
"@vaadin/vaadin-themable-mixin": "24.4.0-alpha1", | ||
"@vaadin/a11y-base": "24.4.0-dev.223e39f050", | ||
"@vaadin/component-base": "24.4.0-dev.223e39f050", | ||
"@vaadin/field-base": "24.4.0-dev.223e39f050", | ||
"@vaadin/input-container": "24.4.0-dev.223e39f050", | ||
"@vaadin/vaadin-lumo-styles": "24.4.0-dev.223e39f050", | ||
"@vaadin/vaadin-material-styles": "24.4.0-dev.223e39f050", | ||
"@vaadin/vaadin-themable-mixin": "24.4.0-dev.223e39f050", | ||
"lit": "^3.0.0" | ||
@@ -60,3 +60,3 @@ }, | ||
], | ||
"gitHead": "3e2ed41c99d618ff7def2734fd863c21c85775a3" | ||
"gitHead": "5e2e3bfc811c95aed9354235fab93fdbf43eb354" | ||
} |
@@ -273,5 +273,4 @@ /** | ||
if (!this.value || incr === 0 || this._incrementIsInsideTheLimits(incr, value)) { | ||
this.__keepCommittedValue = true; | ||
this.value = this.inputElement.value = String(parseFloat(newValue)); | ||
this.__keepCommittedValue = false; | ||
this.inputElement.value = String(parseFloat(newValue)); | ||
this.inputElement.dispatchEvent(new Event('input', { bubbles: true, composed: true })); | ||
this.__commitValueChange(); | ||
@@ -278,0 +277,0 @@ } |
@@ -7,3 +7,2 @@ /** | ||
import { ElementMixin } from '@vaadin/component-base/src/element-mixin.js'; | ||
import { InputFieldMixin } from '@vaadin/field-base/src/input-field-mixin.js'; | ||
import { ThemableMixin } from '@vaadin/vaadin-themable-mixin/vaadin-themable-mixin.js'; | ||
@@ -10,0 +9,0 @@ import { NumberFieldMixin } from './vaadin-number-field-mixin.js'; |
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
33698
14
29
5
132
44807
15
871
+ Added@vaadin/a11y-base@24.4.0-dev.223e39f050(transitive)
+ Added@vaadin/component-base@24.4.0-dev.223e39f050(transitive)
+ Added@vaadin/field-base@24.4.0-dev.223e39f050(transitive)
+ Added@vaadin/icon@24.4.0-dev.223e39f050(transitive)
+ Added@vaadin/input-container@24.4.0-dev.223e39f050(transitive)
+ Added@vaadin/vaadin-lumo-styles@24.4.0-dev.223e39f050(transitive)
+ Added@vaadin/vaadin-material-styles@24.4.0-dev.223e39f050(transitive)
+ Added@vaadin/vaadin-themable-mixin@24.4.0-dev.223e39f050(transitive)
- Removed@vaadin/a11y-base@24.4.0-alpha1(transitive)
- Removed@vaadin/component-base@24.4.0-alpha1(transitive)
- Removed@vaadin/field-base@24.4.0-alpha1(transitive)
- Removed@vaadin/icon@24.4.0-alpha1(transitive)
- Removed@vaadin/input-container@24.4.0-alpha1(transitive)
- Removed@vaadin/vaadin-lumo-styles@24.4.0-alpha1(transitive)
- Removed@vaadin/vaadin-material-styles@24.4.0-alpha1(transitive)
- Removed@vaadin/vaadin-themable-mixin@24.4.0-alpha1(transitive)