@vaadin/item 25.3.0-alpha5 → 25.3.0-alpha6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vaadin/item",
3
- "version": "25.3.0-alpha5",
3
+ "version": "25.3.0-alpha6",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -35,17 +35,17 @@
35
35
  ],
36
36
  "dependencies": {
37
37
  "@open-wc/dedupe-mixin": "^1.3.0",
38
- "@vaadin/a11y-base": "25.3.0-alpha5",
39
- "@vaadin/component-base": "25.3.0-alpha5",
40
- "@vaadin/vaadin-themable-mixin": "25.3.0-alpha5",
38
+ "@vaadin/a11y-base": "25.3.0-alpha6",
39
+ "@vaadin/component-base": "25.3.0-alpha6",
40
+ "@vaadin/vaadin-themable-mixin": "25.3.0-alpha6",
41
41
  "lit": "^3.0.0"
42
42
  },
43
43
  "devDependencies": {
44
- "@vaadin/aura": "25.3.0-alpha5",
45
- "@vaadin/chai-plugins": "25.3.0-alpha5",
46
- "@vaadin/test-runner-commands": "25.3.0-alpha5",
44
+ "@vaadin/aura": "25.3.0-alpha6",
45
+ "@vaadin/chai-plugins": "25.3.0-alpha6",
46
+ "@vaadin/test-runner-commands": "25.3.0-alpha6",
47
47
  "@vaadin/testing-helpers": "^2.0.0",
48
- "@vaadin/vaadin-lumo-styles": "25.3.0-alpha5",
48
+ "@vaadin/vaadin-lumo-styles": "25.3.0-alpha6",
49
49
  "sinon": "^22.0.0"
50
50
  },
51
51
  "customElements": "custom-elements.json",
@@ -53,5 +53,5 @@
53
53
  "web-types.json",
54
54
  "web-types.lit.json"
55
55
  ],
56
- "gitHead": "0be2142cd8b95a562d58735033f947f7109103ab"
56
+ "gitHead": "92c124fb9cff367bc07e734d8e65707facd0bd43"
57
57
  }
@@ -83,22 +83,6 @@ class Item extends ItemMixin(ThemableMixin(DirMixin(PolylitMixin(LumoInjectionMi
83
83
  `;
84
84
  }
85
85
 
86
- constructor() {
87
- super();
88
-
89
- /**
90
- * Submittable string value. The default value is the trimmed text content of the element.
91
- * @type {string}
92
- */
93
- this.value;
94
-
95
- /**
96
- * String that can be set to visually represent the selected item in `vaadin-select`.
97
- * @type {string}
98
- */
99
- this.label;
100
- }
101
-
102
86
  /** @protected */
103
87
  ready() {
104
88
  super.ready();
package/web-types.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "name": "@vaadin/item",
4
- "version": "25.3.0-alpha5",
4
+ "version": "25.3.0-alpha6",
5
5
  "description-markup": "markdown",
6
6
  "contributions": {
7
7
  "html": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "name": "@vaadin/item",
4
- "version": "25.3.0-alpha5",
4
+ "version": "25.3.0-alpha6",
5
5
  "description-markup": "markdown",
6
6
  "framework": "lit",
7
7
  "framework-config": {