@vaadin/number-field
Advanced tools
Comparing version 23.1.2 to 23.1.3
{ | ||
"name": "@vaadin/number-field", | ||
"version": "23.1.2", | ||
"version": "23.1.3", | ||
"publishConfig": { | ||
@@ -36,8 +36,8 @@ "access": "public" | ||
"@polymer/polymer": "^3.0.0", | ||
"@vaadin/component-base": "^23.1.2", | ||
"@vaadin/field-base": "^23.1.2", | ||
"@vaadin/input-container": "^23.1.2", | ||
"@vaadin/vaadin-lumo-styles": "^23.1.2", | ||
"@vaadin/vaadin-material-styles": "^23.1.2", | ||
"@vaadin/vaadin-themable-mixin": "^23.1.2" | ||
"@vaadin/component-base": "^23.1.3", | ||
"@vaadin/field-base": "^23.1.3", | ||
"@vaadin/input-container": "^23.1.3", | ||
"@vaadin/vaadin-lumo-styles": "^23.1.3", | ||
"@vaadin/vaadin-material-styles": "^23.1.3", | ||
"@vaadin/vaadin-themable-mixin": "^23.1.3" | ||
}, | ||
@@ -49,3 +49,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "6fb205c6e9a761feadfb779dd5d7af96d3102e56" | ||
"gitHead": "3066c296ad0ef652bc49417005523398199f1bf2" | ||
} |
@@ -89,3 +89,3 @@ /** | ||
listener: (this: NumberField, ev: NumberFieldEventMap[K]) => void, | ||
options?: boolean | AddEventListenerOptions, | ||
options?: AddEventListenerOptions | boolean, | ||
): void; | ||
@@ -96,3 +96,3 @@ | ||
listener: (this: NumberField, ev: NumberFieldEventMap[K]) => void, | ||
options?: boolean | EventListenerOptions, | ||
options?: EventListenerOptions | boolean, | ||
): void; | ||
@@ -99,0 +99,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
1