Socket
Socket
Sign inDemoInstall

@vaadin/multi-select-combo-box

Package Overview
Dependencies
Maintainers
12
Versions
311
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 23.4.0-beta1 to 23.4.0

20

package.json
{
"name": "@vaadin/multi-select-combo-box",
"version": "23.4.0-beta1",
"version": "23.4.0",
"publishConfig": {

@@ -40,10 +40,10 @@ "access": "public"

"@polymer/polymer": "^3.0.0",
"@vaadin/combo-box": "23.4.0-beta1",
"@vaadin/component-base": "23.4.0-beta1",
"@vaadin/field-base": "23.4.0-beta1",
"@vaadin/input-container": "23.4.0-beta1",
"@vaadin/lit-renderer": "23.4.0-beta1",
"@vaadin/vaadin-lumo-styles": "23.4.0-beta1",
"@vaadin/vaadin-material-styles": "23.4.0-beta1",
"@vaadin/vaadin-themable-mixin": "23.4.0-beta1"
"@vaadin/combo-box": "~23.4.0",
"@vaadin/component-base": "~23.4.0",
"@vaadin/field-base": "~23.4.0",
"@vaadin/input-container": "~23.4.0",
"@vaadin/lit-renderer": "~23.4.0",
"@vaadin/vaadin-lumo-styles": "~23.4.0",
"@vaadin/vaadin-material-styles": "~23.4.0",
"@vaadin/vaadin-themable-mixin": "~23.4.0"
},

@@ -60,3 +60,3 @@ "devDependencies": {

],
"gitHead": "a47875b6dce7713646255102fc3a417a1268b6c8"
"gitHead": "c104ecc83b82425fc4899e5eac9d91a114874c8e"
}

@@ -1298,2 +1298,8 @@ /**

}
/**
* Fired when the user sets a custom value.
* @event custom-value-set
* @param {string} detail the custom value
*/
}

@@ -1300,0 +1306,0 @@

{
"$schema": "https://json.schemastore.org/web-types",
"name": "@vaadin/multi-select-combo-box",
"version": "23.4.0-beta1",
"version": "23.4.0",
"description-markup": "markdown",

@@ -733,2 +733,6 @@ "contributions": {

{
"name": "custom-value-set",
"description": "Fired when the user sets a custom value."
},
{
"name": "selected-items-changed",

@@ -735,0 +739,0 @@ "description": "Fired when the `selectedItems` property changes."

{
"$schema": "https://json.schemastore.org/web-types",
"name": "@vaadin/multi-select-combo-box",
"version": "23.4.0-beta1",
"version": "23.4.0",
"description-markup": "markdown",

@@ -282,2 +282,9 @@ "framework": "lit",

{
"name": "@custom-value-set",
"description": "Fired when the user sets a custom value.",
"value": {
"kind": "expression"
}
},
{
"name": "@selected-items-changed",

@@ -284,0 +291,0 @@ "description": "Fired when the `selectedItems` property changes.",

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