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

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"
@@ -73,10 +74,11 @@
73
74
  "name": "orientation",
74
75
  "privacy": "public",
75
76
  "type": {
76
- "text": "!ListOrientation"
77
+ "text": "string"
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"
@@ -162,7 +164,7 @@
162
164
  {
163
165
  "name": "orientation",
164
166
  "type": {
165
- "text": "!ListOrientation"
167
+ "text": "string"
166
168
  },
167
169
  "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.",
168
170
  "fieldName": "orientation",
@@ -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"
@@ -289,7 +292,7 @@
289
292
  "name": "orientation",
290
293
  "privacy": "public",
291
294
  "type": {
292
- "text": "!ListOrientation"
295
+ "text": "string"
293
296
  },
294
297
  "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.",
295
298
  "attribute": "orientation",
@@ -347,7 +350,7 @@
347
350
  {
348
351
  "name": "orientation",
349
352
  "type": {
350
- "text": "!ListOrientation"
353
+ "text": "string"
351
354
  },
352
355
  "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.",
353
356
  "fieldName": "orientation",
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-beta3",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -35,24 +35,24 @@
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-beta3",
39
+ "@vaadin/component-base": "25.1.0-beta3",
40
+ "@vaadin/item": "25.1.0-beta3",
41
+ "@vaadin/vaadin-themable-mixin": "25.1.0-beta3",
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-beta3",
46
+ "@vaadin/chai-plugins": "25.1.0-beta3",
47
+ "@vaadin/test-runner-commands": "25.1.0-beta3",
48
48
  "@vaadin/testing-helpers": "^2.0.0",
49
- "@vaadin/vaadin-lumo-styles": "25.1.0-beta1",
50
- "sinon": "^21.0.0"
49
+ "@vaadin/vaadin-lumo-styles": "25.1.0-beta3",
50
+ "sinon": "^21.0.2"
51
51
  },
52
52
  "customElements": "custom-elements.json",
53
53
  "web-types": [
54
54
  "web-types.json",
55
55
  "web-types.lit.json"
56
56
  ],
57
- "gitHead": "0ccf77c385fc6a92ac2a6344ce8804b94956226d"
57
+ "gitHead": "4251850231a42298fda23b83928da588831cdb5d"
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-beta3",
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-beta3",
5
5
  "description-markup": "markdown",
6
6
  "framework": "lit",
7
7
  "framework-config": {