@vaadin/vaadin-select
Advanced tools
Comparing version 2.3.0-alpha1 to 2.3.0-alpha2
@@ -13,3 +13,3 @@ { | ||
"name": "@vaadin/vaadin-select", | ||
"version": "2.3.0-alpha1", | ||
"version": "2.3.0-alpha2", | ||
"main": "vaadin-select.js", | ||
@@ -16,0 +16,0 @@ "author": "Vaadin Ltd", |
@@ -195,2 +195,7 @@ /** | ||
/** | ||
* String used for the helper text. | ||
*/ | ||
helperText: string|null|undefined; | ||
/** | ||
* When present, it specifies that the element is read-only. | ||
@@ -197,0 +202,0 @@ */ |
@@ -164,4 +164,5 @@ /** | ||
<vaadin-select-text-field placeholder="[[placeholder]]" label="[[label]]" required="[[required]]" invalid="[[invalid]]" error-message="[[errorMessage]]" readonly\$="[[readonly]]" theme\$="[[theme]]"> | ||
<vaadin-select-text-field placeholder="[[placeholder]]" label="[[label]]" required="[[required]]" invalid="[[invalid]]" error-message="[[errorMessage]]" readonly\$="[[readonly]]" helper-text="[[helperText]]" theme\$="[[theme]]"> | ||
<slot name="prefix" slot="prefix"></slot> | ||
<slot name="helper" slot="helper">[[helperText]]</slot> | ||
<div part="value"></div> | ||
@@ -181,3 +182,3 @@ <div part="toggle-button" slot="suffix" role="button" aria-haspopup="listbox" aria-label="Toggle"></div> | ||
static get version() { | ||
return '2.3.0-alpha1'; | ||
return '2.3.0-alpha2'; | ||
} | ||
@@ -287,2 +288,10 @@ | ||
/** | ||
* String used for the helper text. | ||
*/ | ||
helperText: { | ||
type: String, | ||
value: '' | ||
}, | ||
/** | ||
* When present, it specifies that the element is read-only. | ||
@@ -289,0 +298,0 @@ * @type {boolean} |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
58016
1120
1