Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@vaadin/vaadin-select

Package Overview
Dependencies
Maintainers
16
Versions
259
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vaadin/vaadin-select - npm Package Compare versions

Comparing version 2.3.0-alpha1 to 2.3.0-alpha2

@types/interfaces.d.ts

2

package.json

@@ -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}

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc