@vaadin/vaadin-select
Advanced tools
Comparing version 2.3.0-alpha2 to 2.3.0-alpha3
@@ -13,3 +13,3 @@ { | ||
"name": "@vaadin/vaadin-select", | ||
"version": "2.3.0-alpha2", | ||
"version": "2.3.0-alpha3", | ||
"main": "vaadin-select.js", | ||
@@ -40,3 +40,3 @@ "author": "Vaadin Ltd", | ||
"@vaadin/vaadin-themable-mixin": "^1.6.1", | ||
"@vaadin/vaadin-text-field": "^2.7.0-alpha1", | ||
"@vaadin/vaadin-text-field": "^2.7.0-alpha4", | ||
"@vaadin/vaadin-list-box": "^1.4.0-alpha1", | ||
@@ -43,0 +43,0 @@ "@vaadin/vaadin-list-mixin": "^2.5.0", |
@@ -195,7 +195,2 @@ /** | ||
/** | ||
* String used for the helper text. | ||
*/ | ||
helperText: string|null|undefined; | ||
/** | ||
* When present, it specifies that the element is read-only. | ||
@@ -202,0 +197,0 @@ */ |
@@ -164,5 +164,4 @@ /** | ||
<vaadin-select-text-field placeholder="[[placeholder]]" label="[[label]]" required="[[required]]" invalid="[[invalid]]" error-message="[[errorMessage]]" readonly\$="[[readonly]]" helper-text="[[helperText]]" theme\$="[[theme]]"> | ||
<vaadin-select-text-field placeholder="[[placeholder]]" label="[[label]]" required="[[required]]" invalid="[[invalid]]" error-message="[[errorMessage]]" readonly\$="[[readonly]]" theme\$="[[theme]]"> | ||
<slot name="prefix" slot="prefix"></slot> | ||
<slot name="helper" slot="helper">[[helperText]]</slot> | ||
<div part="value"></div> | ||
@@ -182,3 +181,3 @@ <div part="toggle-button" slot="suffix" role="button" aria-haspopup="listbox" aria-label="Toggle"></div> | ||
static get version() { | ||
return '2.3.0-alpha2'; | ||
return '2.3.0-alpha3'; | ||
} | ||
@@ -288,10 +287,2 @@ | ||
/** | ||
* String used for the helper text. | ||
*/ | ||
helperText: { | ||
type: String, | ||
value: '' | ||
}, | ||
/** | ||
* When present, it specifies that the element is read-only. | ||
@@ -298,0 +289,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
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
0
57705
1108