@vaadin/tabs 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.
- package/custom-elements.json +9 -16
- package/package.json +11 -11
- package/src/vaadin-tabs-mixin.js +0 -1
- package/web-types.json +15 -7
- package/web-types.lit.json +2 -2
package/custom-elements.json
CHANGED
|
@@ -58,19 +58,10 @@
|
|
|
58
58
|
{
|
|
59
59
|
"kind": "field",
|
|
60
60
|
"name": "value",
|
|
61
|
-
"
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
}
|
|
61
|
+
"description": "Submittable string value. The default value is the trimmed text content of the element.",
|
|
62
|
+
"type": {
|
|
63
|
+
"text": "string"
|
|
65
64
|
},
|
|
66
|
-
"parameters": [
|
|
67
|
-
{
|
|
68
|
-
"name": "value",
|
|
69
|
-
"type": {
|
|
70
|
-
"text": "string"
|
|
71
|
-
}
|
|
72
|
-
}
|
|
73
|
-
],
|
|
74
65
|
"inheritedFrom": {
|
|
75
66
|
"name": "ItemMixin",
|
|
76
67
|
"package": "@vaadin/item/src/vaadin-item-mixin.js"
|
|
@@ -165,6 +156,7 @@
|
|
|
165
156
|
},
|
|
166
157
|
"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.",
|
|
167
158
|
"attribute": "items",
|
|
159
|
+
"readonly": true,
|
|
168
160
|
"inheritedFrom": {
|
|
169
161
|
"name": "ListMixin",
|
|
170
162
|
"package": "@vaadin/a11y-base/src/list-mixin.js"
|
|
@@ -175,7 +167,7 @@
|
|
|
175
167
|
"name": "orientation",
|
|
176
168
|
"privacy": "public",
|
|
177
169
|
"type": {
|
|
178
|
-
"text": "
|
|
170
|
+
"text": "string"
|
|
179
171
|
},
|
|
180
172
|
"description": "Set tabs disposition. Possible values are `horizontal|vertical`",
|
|
181
173
|
"attribute": "orientation",
|
|
@@ -215,7 +207,7 @@
|
|
|
215
207
|
{
|
|
216
208
|
"name": "orientation",
|
|
217
209
|
"type": {
|
|
218
|
-
"text": "
|
|
210
|
+
"text": "string"
|
|
219
211
|
},
|
|
220
212
|
"description": "Set tabs disposition. Possible values are `horizontal|vertical`",
|
|
221
213
|
"fieldName": "orientation",
|
|
@@ -297,6 +289,7 @@
|
|
|
297
289
|
},
|
|
298
290
|
"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.",
|
|
299
291
|
"attribute": "items",
|
|
292
|
+
"readonly": true,
|
|
300
293
|
"inheritedFrom": {
|
|
301
294
|
"name": "ListMixin",
|
|
302
295
|
"package": "@vaadin/a11y-base/src/list-mixin.js"
|
|
@@ -307,7 +300,7 @@
|
|
|
307
300
|
"name": "orientation",
|
|
308
301
|
"privacy": "public",
|
|
309
302
|
"type": {
|
|
310
|
-
"text": "
|
|
303
|
+
"text": "string"
|
|
311
304
|
},
|
|
312
305
|
"description": "Set tabs disposition. Possible values are `horizontal|vertical`",
|
|
313
306
|
"attribute": "orientation",
|
|
@@ -391,7 +384,7 @@
|
|
|
391
384
|
{
|
|
392
385
|
"name": "orientation",
|
|
393
386
|
"type": {
|
|
394
|
-
"text": "
|
|
387
|
+
"text": "string"
|
|
395
388
|
},
|
|
396
389
|
"description": "Set tabs disposition. Possible values are `horizontal|vertical`",
|
|
397
390
|
"fieldName": "orientation",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vaadin/tabs",
|
|
3
|
-
"version": "25.1.0-
|
|
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-
|
|
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-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-
|
|
46
|
-
"@vaadin/chai-plugins": "25.1.0-
|
|
47
|
-
"@vaadin/test-runner-commands": "25.1.0-
|
|
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-
|
|
50
|
-
"sinon": "^21.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": "
|
|
57
|
+
"gitHead": "4251850231a42298fda23b83928da588831cdb5d"
|
|
58
58
|
}
|
package/src/vaadin-tabs-mixin.js
CHANGED
package/web-types.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json.schemastore.org/web-types",
|
|
3
3
|
"name": "@vaadin/tabs",
|
|
4
|
-
"version": "25.1.0-
|
|
4
|
+
"version": "25.1.0-beta3",
|
|
5
5
|
"description-markup": "markdown",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
@@ -26,7 +26,9 @@
|
|
|
26
26
|
"description": "If true, the item is in selected state.",
|
|
27
27
|
"value": {
|
|
28
28
|
"type": [
|
|
29
|
-
"boolean"
|
|
29
|
+
"boolean",
|
|
30
|
+
"null",
|
|
31
|
+
"undefined"
|
|
30
32
|
]
|
|
31
33
|
}
|
|
32
34
|
},
|
|
@@ -60,16 +62,18 @@
|
|
|
60
62
|
"description": "If true, the item is in selected state.",
|
|
61
63
|
"value": {
|
|
62
64
|
"type": [
|
|
63
|
-
"boolean"
|
|
65
|
+
"boolean",
|
|
66
|
+
"null",
|
|
67
|
+
"undefined"
|
|
64
68
|
]
|
|
65
69
|
}
|
|
66
70
|
},
|
|
67
71
|
{
|
|
68
72
|
"name": "value",
|
|
69
|
-
"description": "",
|
|
73
|
+
"description": "Submittable string value. The default value is the trimmed text content of the element.",
|
|
70
74
|
"value": {
|
|
71
75
|
"type": [
|
|
72
|
-
"
|
|
76
|
+
"?"
|
|
73
77
|
]
|
|
74
78
|
}
|
|
75
79
|
}
|
|
@@ -97,7 +101,9 @@
|
|
|
97
101
|
"description": "Set tabs disposition. Possible values are `horizontal|vertical`",
|
|
98
102
|
"value": {
|
|
99
103
|
"type": [
|
|
100
|
-
"
|
|
104
|
+
"string",
|
|
105
|
+
"null",
|
|
106
|
+
"undefined"
|
|
101
107
|
]
|
|
102
108
|
}
|
|
103
109
|
},
|
|
@@ -142,7 +148,9 @@
|
|
|
142
148
|
"description": "Set tabs disposition. Possible values are `horizontal|vertical`",
|
|
143
149
|
"value": {
|
|
144
150
|
"type": [
|
|
145
|
-
"
|
|
151
|
+
"string",
|
|
152
|
+
"null",
|
|
153
|
+
"undefined"
|
|
146
154
|
]
|
|
147
155
|
}
|
|
148
156
|
},
|
package/web-types.lit.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json.schemastore.org/web-types",
|
|
3
3
|
"name": "@vaadin/tabs",
|
|
4
|
-
"version": "25.1.0-
|
|
4
|
+
"version": "25.1.0-beta3",
|
|
5
5
|
"description-markup": "markdown",
|
|
6
6
|
"framework": "lit",
|
|
7
7
|
"framework-config": {
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
},
|
|
36
36
|
{
|
|
37
37
|
"name": ".value",
|
|
38
|
-
"description": "",
|
|
38
|
+
"description": "Submittable string value. The default value is the trimmed text content of the element.",
|
|
39
39
|
"value": {
|
|
40
40
|
"kind": "expression"
|
|
41
41
|
}
|