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.4.0-alpha1 to 2.4.0

2

./@types/interfaces.d.ts
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';
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