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
261
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-alpha2 to 2.3.0-alpha3

./@types/interfaces.d.ts

4

package.json

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

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