You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@vaadin/item

Package Overview
Dependencies
Maintainers
12
Versions
568
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vaadin/item - npm Package Compare versions

Comparing version
25.1.0-beta2
to
25.1.0-beta3
+15
-25
custom-elements.json

@@ -57,15 +57,6 @@ {

"name": "value",
"return": {
"type": {
"text": "string"
}
},
"parameters": [
{
"name": "value",
"type": {
"text": "string"
}
}
]
"description": "Submittable string value. The default value is the trimmed text content of the element.",
"type": {
"text": "string"
}
}

@@ -121,2 +112,10 @@ ],

{
"type": {
"text": "string"
},
"description": "String that can be set to visually represent the selected item in `vaadin-select`.",
"name": "label",
"kind": "field"
},
{
"kind": "field",

@@ -138,15 +137,6 @@ "name": "selected",

"name": "value",
"return": {
"type": {
"text": "string"
}
"description": "Submittable string value. The default value is the trimmed text content of the element.",
"type": {
"text": "string"
},
"parameters": [
{
"name": "value",
"type": {
"text": "string"
}
}
],
"inheritedFrom": {

@@ -153,0 +143,0 @@ "name": "ItemMixin",

{
"name": "@vaadin/item",
"version": "25.1.0-beta2",
"version": "25.1.0-beta3",
"publishConfig": {

@@ -38,14 +38,14 @@ "access": "public"

"@open-wc/dedupe-mixin": "^1.3.0",
"@vaadin/a11y-base": "25.1.0-beta2",
"@vaadin/component-base": "25.1.0-beta2",
"@vaadin/vaadin-themable-mixin": "25.1.0-beta2",
"@vaadin/a11y-base": "25.1.0-beta3",
"@vaadin/component-base": "25.1.0-beta3",
"@vaadin/vaadin-themable-mixin": "25.1.0-beta3",
"lit": "^3.0.0"
},
"devDependencies": {
"@vaadin/aura": "25.1.0-beta2",
"@vaadin/chai-plugins": "25.1.0-beta2",
"@vaadin/test-runner-commands": "25.1.0-beta2",
"@vaadin/aura": "25.1.0-beta3",
"@vaadin/chai-plugins": "25.1.0-beta3",
"@vaadin/test-runner-commands": "25.1.0-beta3",
"@vaadin/testing-helpers": "^2.0.0",
"@vaadin/vaadin-lumo-styles": "25.1.0-beta2",
"sinon": "^21.0.0"
"@vaadin/vaadin-lumo-styles": "25.1.0-beta3",
"sinon": "^21.0.2"
},

@@ -57,3 +57,3 @@ "customElements": "custom-elements.json",

],
"gitHead": "ffbedbae08a5160d13bcd1c6fcaa328df5103a05"
"gitHead": "4251850231a42298fda23b83928da588831cdb5d"
}

@@ -60,3 +60,4 @@ /**

/**
* @return {string}
* Submittable string value. The default value is the trimmed text content of the element.
* @type {string}
*/

@@ -67,5 +68,2 @@ get value() {

/**
* @param {string} value
*/
set value(value) {

@@ -72,0 +70,0 @@ this._value = value;

@@ -63,2 +63,3 @@ /**

*
* @prop {string} label - String that can be set to visually represent the selected item in `vaadin-select`.
* @customElement vaadin-item

@@ -65,0 +66,0 @@ * @extends HTMLElement

{
"$schema": "https://json.schemastore.org/web-types",
"name": "@vaadin/item",
"version": "25.1.0-beta2",
"version": "25.1.0-beta3",
"description-markup": "markdown",

@@ -6,0 +6,0 @@ "contributions": {

{
"$schema": "https://json.schemastore.org/web-types",
"name": "@vaadin/item",
"version": "25.1.0-beta2",
"version": "25.1.0-beta3",
"description-markup": "markdown",

@@ -6,0 +6,0 @@ "framework": "lit",