@vaadin/list-box 25.1.0-beta2 → 25.1.0-beta4
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/custom-elements.json +4 -4
- package/package.json +11 -11
- package/web-types.json +1 -1
- package/web-types.lit.json +1 -1
package/custom-elements.json
CHANGED
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
"name": "orientation",
|
|
75
75
|
"privacy": "public",
|
|
76
76
|
"type": {
|
|
77
|
-
"text": "
|
|
77
|
+
"text": "string"
|
|
78
78
|
},
|
|
79
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.",
|
|
80
80
|
"attribute": "orientation",
|
|
@@ -164,7 +164,7 @@
|
|
|
164
164
|
{
|
|
165
165
|
"name": "orientation",
|
|
166
166
|
"type": {
|
|
167
|
-
"text": "
|
|
167
|
+
"text": "string"
|
|
168
168
|
},
|
|
169
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.",
|
|
170
170
|
"fieldName": "orientation",
|
|
@@ -292,7 +292,7 @@
|
|
|
292
292
|
"name": "orientation",
|
|
293
293
|
"privacy": "public",
|
|
294
294
|
"type": {
|
|
295
|
-
"text": "
|
|
295
|
+
"text": "string"
|
|
296
296
|
},
|
|
297
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.",
|
|
298
298
|
"attribute": "orientation",
|
|
@@ -350,7 +350,7 @@
|
|
|
350
350
|
{
|
|
351
351
|
"name": "orientation",
|
|
352
352
|
"type": {
|
|
353
|
-
"text": "
|
|
353
|
+
"text": "string"
|
|
354
354
|
},
|
|
355
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.",
|
|
356
356
|
"fieldName": "orientation",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vaadin/list-box",
|
|
3
|
-
"version": "25.1.0-
|
|
3
|
+
"version": "25.1.0-beta4",
|
|
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-
|
|
39
|
-
"@vaadin/component-base": "25.1.0-
|
|
40
|
-
"@vaadin/item": "25.1.0-
|
|
41
|
-
"@vaadin/vaadin-themable-mixin": "25.1.0-
|
|
38
|
+
"@vaadin/a11y-base": "25.1.0-beta4",
|
|
39
|
+
"@vaadin/component-base": "25.1.0-beta4",
|
|
40
|
+
"@vaadin/item": "25.1.0-beta4",
|
|
41
|
+
"@vaadin/vaadin-themable-mixin": "25.1.0-beta4",
|
|
42
42
|
"lit": "^3.0.0"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
|
-
"@vaadin/aura": "25.1.0-
|
|
46
|
-
"@vaadin/chai-plugins": "25.1.0-
|
|
47
|
-
"@vaadin/test-runner-commands": "25.1.0-
|
|
45
|
+
"@vaadin/aura": "25.1.0-beta4",
|
|
46
|
+
"@vaadin/chai-plugins": "25.1.0-beta4",
|
|
47
|
+
"@vaadin/test-runner-commands": "25.1.0-beta4",
|
|
48
48
|
"@vaadin/testing-helpers": "^2.0.0",
|
|
49
|
-
"@vaadin/vaadin-lumo-styles": "25.1.0-
|
|
50
|
-
"sinon": "^21.0.
|
|
49
|
+
"@vaadin/vaadin-lumo-styles": "25.1.0-beta4",
|
|
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": "
|
|
57
|
+
"gitHead": "b27f6706a2b5c07cedec353fccbdecee95d53024"
|
|
58
58
|
}
|
package/web-types.json
CHANGED