@vaadin/vaadin-select
Advanced tools
Comparing version 2.4.0-alpha1 to 2.4.0
import { SelectElement } from '../src/vaadin-select.js'; | ||
export type SelectRenderer = (root: HTMLElement, select: SelectElement) => void; | ||
export type SelectRenderer = (root: HTMLElement, select?: SelectElement) => void; |
@@ -13,3 +13,3 @@ { | ||
"name": "@vaadin/vaadin-select", | ||
"version": "2.4.0-alpha1", | ||
"version": "2.4.0", | ||
"main": "vaadin-select.js", | ||
@@ -40,6 +40,6 @@ "author": "Vaadin Ltd", | ||
"@vaadin/vaadin-themable-mixin": "^1.6.1", | ||
"@vaadin/vaadin-text-field": "^2.8.0-alpha1", | ||
"@vaadin/vaadin-list-box": "^1.4.0-alpha1", | ||
"@vaadin/vaadin-text-field": "^2.8.0", | ||
"@vaadin/vaadin-list-box": "^1.4.0", | ||
"@vaadin/vaadin-list-mixin": "^2.5.0", | ||
"@vaadin/vaadin-item": "^2.3.0-alpha1", | ||
"@vaadin/vaadin-item": "^2.3.0", | ||
"@vaadin/vaadin-overlay": "^3.5.0", | ||
@@ -61,5 +61,5 @@ "@vaadin/vaadin-lumo-styles": "^1.6.0", | ||
"@vaadin/vaadin-demo-helpers": "^3.1.0", | ||
"@vaadin/vaadin-button": "^2.4.0-alpha1", | ||
"@vaadin/vaadin-button": "^2.4.0", | ||
"@vaadin/vaadin-icons": "^4.3.1" | ||
} | ||
} |
@@ -147,2 +147,3 @@ /** | ||
* The error message to display when the select value is invalid | ||
* @attr {string} error-message | ||
*/ | ||
@@ -197,2 +198,3 @@ errorMessage: string; | ||
* String used for the helper text. | ||
* @attr {string} helper-text | ||
*/ | ||
@@ -199,0 +201,0 @@ helperText: string|null|undefined; |
@@ -181,3 +181,3 @@ /** | ||
static get version() { | ||
return '2.4.0-alpha1'; | ||
return '2.4.0'; | ||
} | ||
@@ -212,2 +212,3 @@ | ||
* The error message to display when the select value is invalid | ||
* @attr {string} error-message | ||
* @type {string} | ||
@@ -289,2 +290,3 @@ */ | ||
* String used for the helper text. | ||
* @attr {string} helper-text | ||
*/ | ||
@@ -291,0 +293,0 @@ helperText: { |
@@ -15,1 +15,2 @@ /** | ||
export * from './src/vaadin-select.js'; | ||
export * from './@types/interfaces'; |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
58152
1125
0