@vaadin/item
Advanced tools
+15
-25
@@ -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", |
+10
-10
| { | ||
| "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 |
+1
-1
| { | ||
| "$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", |
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
42181
0.41%780
-1.39%+ Added
+ Added
+ Added
- Removed
- Removed
- Removed