@vaadin/list-box 25.1.0-beta1 → 25.1.0-beta2

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.
@@ -49,6 +49,7 @@
49
49
  },
50
50
  "description": "A read-only list of items from which a selection can be made.\nIt is populated from the elements passed to the light DOM,\nand updated dynamically when adding or removing items.",
51
51
  "attribute": "items",
52
+ "readonly": true,
52
53
  "inheritedFrom": {
53
54
  "name": "ListMixin",
54
55
  "package": "@vaadin/a11y-base/src/list-mixin.js"
@@ -77,6 +78,7 @@
77
78
  },
78
79
  "description": "Define how items are disposed in the dom.\nPossible values are: `horizontal|vertical`.\nIt also changes navigation keys from left/right to up/down.",
79
80
  "attribute": "orientation",
81
+ "readonly": true,
80
82
  "inheritedFrom": {
81
83
  "name": "ListMixin",
82
84
  "package": "@vaadin/a11y-base/src/list-mixin.js"
@@ -269,6 +271,7 @@
269
271
  },
270
272
  "description": "A read-only list of items from which a selection can be made.\nIt is populated from the elements passed to the light DOM,\nand updated dynamically when adding or removing items.",
271
273
  "attribute": "items",
274
+ "readonly": true,
272
275
  "inheritedFrom": {
273
276
  "name": "ListMixin",
274
277
  "package": "@vaadin/a11y-base/src/list-mixin.js"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vaadin/list-box",
3
- "version": "25.1.0-beta1",
3
+ "version": "25.1.0-beta2",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -35,18 +35,18 @@
35
35
  ],
36
36
  "dependencies": {
37
37
  "@open-wc/dedupe-mixin": "^1.3.0",
38
- "@vaadin/a11y-base": "25.1.0-beta1",
39
- "@vaadin/component-base": "25.1.0-beta1",
40
- "@vaadin/item": "25.1.0-beta1",
41
- "@vaadin/vaadin-themable-mixin": "25.1.0-beta1",
38
+ "@vaadin/a11y-base": "25.1.0-beta2",
39
+ "@vaadin/component-base": "25.1.0-beta2",
40
+ "@vaadin/item": "25.1.0-beta2",
41
+ "@vaadin/vaadin-themable-mixin": "25.1.0-beta2",
42
42
  "lit": "^3.0.0"
43
43
  },
44
44
  "devDependencies": {
45
- "@vaadin/aura": "25.1.0-beta1",
46
- "@vaadin/chai-plugins": "25.1.0-beta1",
47
- "@vaadin/test-runner-commands": "25.1.0-beta1",
45
+ "@vaadin/aura": "25.1.0-beta2",
46
+ "@vaadin/chai-plugins": "25.1.0-beta2",
47
+ "@vaadin/test-runner-commands": "25.1.0-beta2",
48
48
  "@vaadin/testing-helpers": "^2.0.0",
49
- "@vaadin/vaadin-lumo-styles": "25.1.0-beta1",
49
+ "@vaadin/vaadin-lumo-styles": "25.1.0-beta2",
50
50
  "sinon": "^21.0.0"
51
51
  },
52
52
  "customElements": "custom-elements.json",
@@ -54,5 +54,5 @@
54
54
  "web-types.json",
55
55
  "web-types.lit.json"
56
56
  ],
57
- "gitHead": "0ccf77c385fc6a92ac2a6344ce8804b94956226d"
57
+ "gitHead": "ffbedbae08a5160d13bcd1c6fcaa328df5103a05"
58
58
  }
package/web-types.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "name": "@vaadin/list-box",
4
- "version": "25.1.0-beta1",
4
+ "version": "25.1.0-beta2",
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/list-box",
4
- "version": "25.1.0-beta1",
4
+ "version": "25.1.0-beta2",
5
5
  "description-markup": "markdown",
6
6
  "framework": "lit",
7
7
  "framework-config": {