@vaadin/tabs 25.1.0-alpha8 → 25.1.0-alpha9

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vaadin/tabs",
3
- "version": "25.1.0-alpha8",
3
+ "version": "25.1.0-alpha9",
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/a11y-base": "25.1.0-alpha8",
39
- "@vaadin/component-base": "25.1.0-alpha8",
40
- "@vaadin/item": "25.1.0-alpha8",
41
- "@vaadin/vaadin-themable-mixin": "25.1.0-alpha8",
38
+ "@vaadin/a11y-base": "25.1.0-alpha9",
39
+ "@vaadin/component-base": "25.1.0-alpha9",
40
+ "@vaadin/item": "25.1.0-alpha9",
41
+ "@vaadin/vaadin-themable-mixin": "25.1.0-alpha9",
42
42
  "lit": "^3.0.0"
43
43
  },
44
44
  "devDependencies": {
45
- "@vaadin/aura": "25.1.0-alpha8",
46
- "@vaadin/chai-plugins": "25.1.0-alpha8",
47
- "@vaadin/test-runner-commands": "25.1.0-alpha8",
45
+ "@vaadin/aura": "25.1.0-alpha9",
46
+ "@vaadin/chai-plugins": "25.1.0-alpha9",
47
+ "@vaadin/test-runner-commands": "25.1.0-alpha9",
48
48
  "@vaadin/testing-helpers": "^2.0.0",
49
- "@vaadin/vaadin-lumo-styles": "25.1.0-alpha8",
49
+ "@vaadin/vaadin-lumo-styles": "25.1.0-alpha9",
50
50
  "sinon": "^21.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": "810590c9c7682a9326c9352df795b5ea4891a71f"
57
+ "gitHead": "ef432311376ba3dac4233cb23d393a49a425e0a4"
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/tabs",
4
- "version": "25.1.0-alpha8",
4
+ "version": "25.1.0-alpha9",
5
5
  "description-markup": "markdown",
6
6
  "contributions": {
7
7
  "html": {
@@ -56,20 +56,20 @@
56
56
  }
57
57
  },
58
58
  {
59
- "name": "value",
60
- "description": "",
59
+ "name": "selected",
60
+ "description": "If true, the item is in selected state.",
61
61
  "value": {
62
62
  "type": [
63
- "string"
63
+ "boolean"
64
64
  ]
65
65
  }
66
66
  },
67
67
  {
68
- "name": "selected",
69
- "description": "If true, the item is in selected state.",
68
+ "name": "value",
69
+ "description": "",
70
70
  "value": {
71
71
  "type": [
72
- "boolean"
72
+ "string"
73
73
  ]
74
74
  }
75
75
  }
@@ -93,22 +93,22 @@
93
93
  }
94
94
  },
95
95
  {
96
- "name": "selected",
97
- "description": "The index of the selected tab.",
96
+ "name": "orientation",
97
+ "description": "Set tabs disposition. Possible values are `horizontal|vertical`",
98
98
  "value": {
99
99
  "type": [
100
- "number",
101
- "null",
102
- "undefined"
100
+ "TabsOrientation"
103
101
  ]
104
102
  }
105
103
  },
106
104
  {
107
- "name": "orientation",
108
- "description": "Set tabs disposition. Possible values are `horizontal|vertical`",
105
+ "name": "selected",
106
+ "description": "The index of the selected tab.",
109
107
  "value": {
110
108
  "type": [
111
- "TabsOrientation"
109
+ "number",
110
+ "null",
111
+ "undefined"
112
112
  ]
113
113
  }
114
114
  },
@@ -138,34 +138,34 @@
138
138
  }
139
139
  },
140
140
  {
141
- "name": "selected",
142
- "description": "The index of the selected tab.",
141
+ "name": "orientation",
142
+ "description": "Set tabs disposition. Possible values are `horizontal|vertical`",
143
143
  "value": {
144
144
  "type": [
145
- "number",
146
- "null",
147
- "undefined"
145
+ "TabsOrientation"
148
146
  ]
149
147
  }
150
148
  },
151
149
  {
152
- "name": "orientation",
153
- "description": "Set tabs disposition. Possible values are `horizontal|vertical`",
150
+ "name": "selected",
151
+ "description": "The index of the selected tab.",
154
152
  "value": {
155
153
  "type": [
156
- "TabsOrientation"
154
+ "number",
155
+ "null",
156
+ "undefined"
157
157
  ]
158
158
  }
159
159
  }
160
160
  ],
161
161
  "events": [
162
- {
163
- "name": "selected-changed",
164
- "description": "Fired when the selection is changed.\nNot fired when used in `multiple` selection mode."
165
- },
166
162
  {
167
163
  "name": "items-changed",
168
164
  "description": "Fired when the `items` property changes."
165
+ },
166
+ {
167
+ "name": "selected-changed",
168
+ "description": "Fired when the selection is changed.\nNot fired when used in `multiple` selection mode."
169
169
  }
170
170
  ]
171
171
  }
@@ -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-alpha8",
4
+ "version": "25.1.0-alpha9",
5
5
  "description-markup": "markdown",
6
6
  "framework": "lit",
7
7
  "framework-config": {
@@ -55,29 +55,29 @@
55
55
  }
56
56
  },
57
57
  {
58
- "name": ".selected",
59
- "description": "The index of the selected tab.",
58
+ "name": ".orientation",
59
+ "description": "Set tabs disposition. Possible values are `horizontal|vertical`",
60
60
  "value": {
61
61
  "kind": "expression"
62
62
  }
63
63
  },
64
64
  {
65
- "name": ".orientation",
66
- "description": "Set tabs disposition. Possible values are `horizontal|vertical`",
65
+ "name": ".selected",
66
+ "description": "The index of the selected tab.",
67
67
  "value": {
68
68
  "kind": "expression"
69
69
  }
70
70
  },
71
71
  {
72
- "name": "@selected-changed",
73
- "description": "Fired when the selection is changed.\nNot fired when used in `multiple` selection mode.",
72
+ "name": "@items-changed",
73
+ "description": "Fired when the `items` property changes.",
74
74
  "value": {
75
75
  "kind": "expression"
76
76
  }
77
77
  },
78
78
  {
79
- "name": "@items-changed",
80
- "description": "Fired when the `items` property changes.",
79
+ "name": "@selected-changed",
80
+ "description": "Fired when the selection is changed.\nNot fired when used in `multiple` selection mode.",
81
81
  "value": {
82
82
  "kind": "expression"
83
83
  }