@vaadin/tabsheet 25.3.0-alpha6 → 25.3.0-dev.1fa5a51482
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 +22 -15
- package/package.json +10 -10
- package/src/vaadin-tabsheet.js +1 -0
- package/web-types.json +2 -4
- package/web-types.lit.json +1 -1
package/custom-elements.json
CHANGED
|
@@ -137,6 +137,27 @@
|
|
|
137
137
|
"name": "selected-changed"
|
|
138
138
|
}
|
|
139
139
|
],
|
|
140
|
+
"attributes": [
|
|
141
|
+
{
|
|
142
|
+
"name": "selected",
|
|
143
|
+
"type": {
|
|
144
|
+
"text": "number"
|
|
145
|
+
},
|
|
146
|
+
"description": "The index of the selected tab.",
|
|
147
|
+
"fieldName": "selected",
|
|
148
|
+
"inheritedFrom": {
|
|
149
|
+
"name": "TabSheetMixin",
|
|
150
|
+
"module": "src/vaadin-tabsheet-mixin.js"
|
|
151
|
+
}
|
|
152
|
+
},
|
|
153
|
+
{
|
|
154
|
+
"type": {
|
|
155
|
+
"text": "string"
|
|
156
|
+
},
|
|
157
|
+
"description": "The theme variants to apply to the component.",
|
|
158
|
+
"name": "theme"
|
|
159
|
+
}
|
|
160
|
+
],
|
|
140
161
|
"mixins": [
|
|
141
162
|
{
|
|
142
163
|
"name": "TabSheetMixin",
|
|
@@ -164,21 +185,7 @@
|
|
|
164
185
|
"package": "lit"
|
|
165
186
|
},
|
|
166
187
|
"tagName": "vaadin-tabsheet",
|
|
167
|
-
"customElement": true
|
|
168
|
-
"attributes": [
|
|
169
|
-
{
|
|
170
|
-
"name": "selected",
|
|
171
|
-
"type": {
|
|
172
|
-
"text": "number"
|
|
173
|
-
},
|
|
174
|
-
"description": "The index of the selected tab.",
|
|
175
|
-
"fieldName": "selected",
|
|
176
|
-
"inheritedFrom": {
|
|
177
|
-
"name": "TabSheetMixin",
|
|
178
|
-
"module": "src/vaadin-tabsheet-mixin.js"
|
|
179
|
-
}
|
|
180
|
-
}
|
|
181
|
-
]
|
|
188
|
+
"customElement": true
|
|
182
189
|
}
|
|
183
190
|
],
|
|
184
191
|
"exports": [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vaadin/tabsheet",
|
|
3
|
-
"version": "25.3.0-
|
|
3
|
+
"version": "25.3.0-dev.1fa5a51482",
|
|
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/component-base": "25.3.0-
|
|
39
|
-
"@vaadin/scroller": "25.3.0-
|
|
40
|
-
"@vaadin/tabs": "25.3.0-
|
|
41
|
-
"@vaadin/vaadin-themable-mixin": "25.3.0-
|
|
38
|
+
"@vaadin/component-base": "25.3.0-dev.1fa5a51482",
|
|
39
|
+
"@vaadin/scroller": "25.3.0-dev.1fa5a51482",
|
|
40
|
+
"@vaadin/tabs": "25.3.0-dev.1fa5a51482",
|
|
41
|
+
"@vaadin/vaadin-themable-mixin": "25.3.0-dev.1fa5a51482",
|
|
42
42
|
"lit": "^3.0.0"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
|
-
"@vaadin/aura": "25.3.0-
|
|
46
|
-
"@vaadin/chai-plugins": "25.3.0-
|
|
47
|
-
"@vaadin/test-runner-commands": "25.3.0-
|
|
45
|
+
"@vaadin/aura": "25.3.0-dev.1fa5a51482",
|
|
46
|
+
"@vaadin/chai-plugins": "25.3.0-dev.1fa5a51482",
|
|
47
|
+
"@vaadin/test-runner-commands": "25.3.0-dev.1fa5a51482",
|
|
48
48
|
"@vaadin/testing-helpers": "^2.0.0",
|
|
49
|
-
"@vaadin/vaadin-lumo-styles": "25.3.0-
|
|
49
|
+
"@vaadin/vaadin-lumo-styles": "25.3.0-dev.1fa5a51482",
|
|
50
50
|
"sinon": "^22.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": "
|
|
57
|
+
"gitHead": "1cd5964b758ffbce3ddb6248a1997f55f8e0ebf6"
|
|
58
58
|
}
|
package/src/vaadin-tabsheet.js
CHANGED
|
@@ -66,6 +66,7 @@ import { TabSheetMixin } from './vaadin-tabsheet-mixin.js';
|
|
|
66
66
|
* @fires {CustomEvent} items-changed - Fired when the `items` property changes.
|
|
67
67
|
* @fires {CustomEvent} selected-changed - Fired when the `selected` property changes.
|
|
68
68
|
*
|
|
69
|
+
* @attr {string} theme - The theme variants to apply to the component.
|
|
69
70
|
* @customElement vaadin-tabsheet
|
|
70
71
|
* @extends HTMLElement
|
|
71
72
|
*/
|
package/web-types.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json.schemastore.org/web-types",
|
|
3
3
|
"name": "@vaadin/tabsheet",
|
|
4
|
-
"version": "25.3.0-
|
|
4
|
+
"version": "25.3.0-dev.1fa5a51482",
|
|
5
5
|
"description-markup": "markdown",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
@@ -24,9 +24,7 @@
|
|
|
24
24
|
"description": "The theme variants to apply to the component.",
|
|
25
25
|
"value": {
|
|
26
26
|
"type": [
|
|
27
|
-
"string"
|
|
28
|
-
"null",
|
|
29
|
-
"undefined"
|
|
27
|
+
"string"
|
|
30
28
|
]
|
|
31
29
|
}
|
|
32
30
|
}
|
package/web-types.lit.json
CHANGED