New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@vaadin/vaadin-combo-box

Package Overview
Dependencies
Maintainers
16
Versions
304
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vaadin/vaadin-combo-box - npm Package Compare versions

Comparing version 5.3.0-alpha2 to 5.3.0-alpha3

./@types/interfaces.d.ts

4

package.json

@@ -13,3 +13,3 @@ {

"name": "@vaadin/vaadin-combo-box",
"version": "5.3.0-alpha2",
"version": "5.3.0-alpha3",
"main": "vaadin-combo-box.js",

@@ -42,3 +42,3 @@ "author": "Vaadin Ltd",

"@vaadin/vaadin-overlay": "^3.5.0",
"@vaadin/vaadin-text-field": "^2.7.0-alpha3",
"@vaadin/vaadin-text-field": "^2.7.0-alpha4",
"@vaadin/vaadin-themable-mixin": "^1.6.1",

@@ -45,0 +45,0 @@ "@vaadin/vaadin-lumo-styles": "^1.1.1",

@@ -235,7 +235,2 @@ /**

/**
* String used for the helper text.
*/
helperText: string|null|undefined;
/**
* Set to true to display the clear icon which clears the input.

@@ -242,0 +237,0 @@ */

@@ -206,5 +206,4 @@ /**

<vaadin-text-field part="text-field" id="input" pattern="[[pattern]]" prevent-invalid-input="[[preventInvalidInput]]" value="{{_inputElementValue}}" autocomplete="off" invalid="[[invalid]]" label="[[label]]" name="[[name]]" placeholder="[[placeholder]]" required="[[required]]" disabled="[[disabled]]" readonly="[[readonly]]" helper-text="[[helperText]]" error-message="[[errorMessage]]" autocapitalize="none" autofocus="[[autofocus]]" on-change="_stopPropagation" on-input="_inputValueChanged" clear-button-visible="[[clearButtonVisible]]" theme\$="[[theme]]">
<vaadin-text-field part="text-field" id="input" pattern="[[pattern]]" prevent-invalid-input="[[preventInvalidInput]]" value="{{_inputElementValue}}" autocomplete="off" invalid="[[invalid]]" label="[[label]]" name="[[name]]" placeholder="[[placeholder]]" required="[[required]]" disabled="[[disabled]]" readonly="[[readonly]]" error-message="[[errorMessage]]" autocapitalize="none" autofocus="[[autofocus]]" on-change="_stopPropagation" on-input="_inputValueChanged" clear-button-visible="[[clearButtonVisible]]" theme\$="[[theme]]">
<slot name="prefix" slot="prefix"></slot>
<slot name="helper" slot="helper">[[helperText]]</slot>

@@ -233,3 +232,3 @@ <div part="toggle-button" id="toggleButton" slot="suffix" role="button" aria-label="Toggle"></div>

static get version() {
return '5.3.0-alpha2';
return '5.3.0-alpha3';
}

@@ -300,10 +299,2 @@

/**
* String used for the helper text.
*/
helperText: {
type: String,
value: ''
},
/** @type {boolean} */

@@ -310,0 +301,0 @@ readonly: {

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