@vaadin/tabs 24.0.0-alpha5 → 24.0.0-alpha7
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 +7 -7
- package/web-types.json +77 -1
- package/web-types.lit.json +57 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vaadin/tabs",
|
|
3
|
-
"version": "24.0.0-
|
|
3
|
+
"version": "24.0.0-alpha7",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -36,11 +36,11 @@
|
|
|
36
36
|
],
|
|
37
37
|
"dependencies": {
|
|
38
38
|
"@polymer/polymer": "^3.0.0",
|
|
39
|
-
"@vaadin/component-base": "24.0.0-
|
|
40
|
-
"@vaadin/item": "24.0.0-
|
|
41
|
-
"@vaadin/vaadin-lumo-styles": "24.0.0-
|
|
42
|
-
"@vaadin/vaadin-material-styles": "24.0.0-
|
|
43
|
-
"@vaadin/vaadin-themable-mixin": "24.0.0-
|
|
39
|
+
"@vaadin/component-base": "24.0.0-alpha7",
|
|
40
|
+
"@vaadin/item": "24.0.0-alpha7",
|
|
41
|
+
"@vaadin/vaadin-lumo-styles": "24.0.0-alpha7",
|
|
42
|
+
"@vaadin/vaadin-material-styles": "24.0.0-alpha7",
|
|
43
|
+
"@vaadin/vaadin-themable-mixin": "24.0.0-alpha7"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"@esm-bundle/chai": "^4.3.4",
|
|
@@ -51,5 +51,5 @@
|
|
|
51
51
|
"web-types.json",
|
|
52
52
|
"web-types.lit.json"
|
|
53
53
|
],
|
|
54
|
-
"gitHead": "
|
|
54
|
+
"gitHead": "aeb4535336813636736759e0a5de148b26bfc3b6"
|
|
55
55
|
}
|
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": "24.0.0-
|
|
4
|
+
"version": "24.0.0-alpha7",
|
|
5
5
|
"description-markup": "markdown",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
@@ -33,6 +33,44 @@
|
|
|
33
33
|
],
|
|
34
34
|
"js": {
|
|
35
35
|
"properties": [
|
|
36
|
+
{
|
|
37
|
+
"name": "rootPath",
|
|
38
|
+
"description": "",
|
|
39
|
+
"value": {
|
|
40
|
+
"type": [
|
|
41
|
+
"string"
|
|
42
|
+
]
|
|
43
|
+
}
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
"name": "importPath",
|
|
47
|
+
"description": "",
|
|
48
|
+
"value": {
|
|
49
|
+
"type": [
|
|
50
|
+
"string"
|
|
51
|
+
]
|
|
52
|
+
}
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"name": "root",
|
|
56
|
+
"description": "",
|
|
57
|
+
"value": {
|
|
58
|
+
"type": [
|
|
59
|
+
"StampedTemplate",
|
|
60
|
+
"HTMLElement",
|
|
61
|
+
"ShadowRoot"
|
|
62
|
+
]
|
|
63
|
+
}
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"name": "$",
|
|
67
|
+
"description": "",
|
|
68
|
+
"value": {
|
|
69
|
+
"type": [
|
|
70
|
+
"Object.<string, Element>"
|
|
71
|
+
]
|
|
72
|
+
}
|
|
73
|
+
},
|
|
36
74
|
{
|
|
37
75
|
"name": "value",
|
|
38
76
|
"description": "",
|
|
@@ -93,6 +131,44 @@
|
|
|
93
131
|
],
|
|
94
132
|
"js": {
|
|
95
133
|
"properties": [
|
|
134
|
+
{
|
|
135
|
+
"name": "rootPath",
|
|
136
|
+
"description": "",
|
|
137
|
+
"value": {
|
|
138
|
+
"type": [
|
|
139
|
+
"string"
|
|
140
|
+
]
|
|
141
|
+
}
|
|
142
|
+
},
|
|
143
|
+
{
|
|
144
|
+
"name": "importPath",
|
|
145
|
+
"description": "",
|
|
146
|
+
"value": {
|
|
147
|
+
"type": [
|
|
148
|
+
"string"
|
|
149
|
+
]
|
|
150
|
+
}
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
"name": "root",
|
|
154
|
+
"description": "",
|
|
155
|
+
"value": {
|
|
156
|
+
"type": [
|
|
157
|
+
"StampedTemplate",
|
|
158
|
+
"HTMLElement",
|
|
159
|
+
"ShadowRoot"
|
|
160
|
+
]
|
|
161
|
+
}
|
|
162
|
+
},
|
|
163
|
+
{
|
|
164
|
+
"name": "$",
|
|
165
|
+
"description": "",
|
|
166
|
+
"value": {
|
|
167
|
+
"type": [
|
|
168
|
+
"Object.<string, Element>"
|
|
169
|
+
]
|
|
170
|
+
}
|
|
171
|
+
},
|
|
96
172
|
{
|
|
97
173
|
"name": "selected",
|
|
98
174
|
"description": "The index of the selected tab.",
|
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": "24.0.0-
|
|
4
|
+
"version": "24.0.0-alpha7",
|
|
5
5
|
"description-markup": "markdown",
|
|
6
6
|
"framework": "lit",
|
|
7
7
|
"framework-config": {
|
|
@@ -26,6 +26,34 @@
|
|
|
26
26
|
"kind": "expression"
|
|
27
27
|
}
|
|
28
28
|
},
|
|
29
|
+
{
|
|
30
|
+
"name": ".rootPath",
|
|
31
|
+
"description": "",
|
|
32
|
+
"value": {
|
|
33
|
+
"kind": "expression"
|
|
34
|
+
}
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"name": ".importPath",
|
|
38
|
+
"description": "",
|
|
39
|
+
"value": {
|
|
40
|
+
"kind": "expression"
|
|
41
|
+
}
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"name": ".root",
|
|
45
|
+
"description": "",
|
|
46
|
+
"value": {
|
|
47
|
+
"kind": "expression"
|
|
48
|
+
}
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"name": ".$",
|
|
52
|
+
"description": "",
|
|
53
|
+
"value": {
|
|
54
|
+
"kind": "expression"
|
|
55
|
+
}
|
|
56
|
+
},
|
|
29
57
|
{
|
|
30
58
|
"name": ".value",
|
|
31
59
|
"description": "",
|
|
@@ -40,6 +68,34 @@
|
|
|
40
68
|
"description": "`<vaadin-tabs>` is a Web Component for organizing and grouping content into sections.\n\n```\n <vaadin-tabs selected=\"4\">\n <vaadin-tab>Page 1</vaadin-tab>\n <vaadin-tab>Page 2</vaadin-tab>\n <vaadin-tab>Page 3</vaadin-tab>\n <vaadin-tab>Page 4</vaadin-tab>\n </vaadin-tabs>\n```\n\n### Styling\n\nThe following shadow DOM parts are available for styling:\n\nPart name | Description\n------------------|--------------------------------------\n`back-button` | Button for moving the scroll back\n`tabs` | The tabs container\n`forward-button` | Button for moving the scroll forward\n\nThe following state attributes are available for styling:\n\nAttribute | Description | Part name\n-----------|-------------|------------\n`orientation` | Tabs disposition, valid values are `horizontal` and `vertical`. | :host\n`overflow` | It's set to `start`, `end`, none or both. | :host\n\nSee [Styling Components](https://vaadin.com/docs/latest/styling/custom-theme/styling-components) documentation.",
|
|
41
69
|
"extension": true,
|
|
42
70
|
"attributes": [
|
|
71
|
+
{
|
|
72
|
+
"name": ".rootPath",
|
|
73
|
+
"description": "",
|
|
74
|
+
"value": {
|
|
75
|
+
"kind": "expression"
|
|
76
|
+
}
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"name": ".importPath",
|
|
80
|
+
"description": "",
|
|
81
|
+
"value": {
|
|
82
|
+
"kind": "expression"
|
|
83
|
+
}
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
"name": ".root",
|
|
87
|
+
"description": "",
|
|
88
|
+
"value": {
|
|
89
|
+
"kind": "expression"
|
|
90
|
+
}
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
"name": ".$",
|
|
94
|
+
"description": "",
|
|
95
|
+
"value": {
|
|
96
|
+
"kind": "expression"
|
|
97
|
+
}
|
|
98
|
+
},
|
|
43
99
|
{
|
|
44
100
|
"name": ".selected",
|
|
45
101
|
"description": "The index of the selected tab.",
|