@vaadin/tabsheet 24.0.0-alpha9 → 24.0.0-beta1

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/tabsheet",
3
- "version": "24.0.0-alpha9",
3
+ "version": "24.0.0-beta1",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -36,21 +36,21 @@
36
36
  ],
37
37
  "dependencies": {
38
38
  "@polymer/polymer": "^3.0.0",
39
- "@vaadin/component-base": "24.0.0-alpha9",
40
- "@vaadin/scroller": "24.0.0-alpha9",
41
- "@vaadin/tabs": "24.0.0-alpha9",
42
- "@vaadin/vaadin-lumo-styles": "24.0.0-alpha9",
43
- "@vaadin/vaadin-material-styles": "24.0.0-alpha9",
44
- "@vaadin/vaadin-themable-mixin": "24.0.0-alpha9"
39
+ "@vaadin/component-base": "24.0.0-beta1",
40
+ "@vaadin/scroller": "24.0.0-beta1",
41
+ "@vaadin/tabs": "24.0.0-beta1",
42
+ "@vaadin/vaadin-lumo-styles": "24.0.0-beta1",
43
+ "@vaadin/vaadin-material-styles": "24.0.0-beta1",
44
+ "@vaadin/vaadin-themable-mixin": "24.0.0-beta1"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@esm-bundle/chai": "^4.3.4",
48
- "@vaadin/testing-helpers": "^0.3.2",
48
+ "@vaadin/testing-helpers": "^0.4.0",
49
49
  "sinon": "^13.0.2"
50
50
  },
51
51
  "web-types": [
52
52
  "web-types.json",
53
53
  "web-types.lit.json"
54
54
  ],
55
- "gitHead": "cc3f747164041566b300bde4b105d2475649e93f"
55
+ "gitHead": "c5b48921a62482746df8e46994b37e1490fec27e"
56
56
  }
@@ -196,6 +196,10 @@ class TabSheet extends ControllerMixin(DelegateStateMixin(ElementMixin(ThemableM
196
196
  };
197
197
  }
198
198
 
199
+ static get observers() {
200
+ return ['__itemsOrPanelsChanged(items, __panels)', '__selectedTabItemChanged(selected, items, __panels)'];
201
+ }
202
+
199
203
  /** @override */
200
204
  static get delegateProps() {
201
205
  return ['selected'];
@@ -225,10 +229,6 @@ class TabSheet extends ControllerMixin(DelegateStateMixin(ElementMixin(ThemableM
225
229
  });
226
230
  }
227
231
 
228
- static get observers() {
229
- return ['__itemsOrPanelsChanged(items, __panels)', '__selectedTabItemChanged(selected, items, __panels)'];
230
- }
231
-
232
232
  /**
233
233
  * An observer which applies the necessary roles and ARIA attributes
234
234
  * to associate the tab elements with the panels.
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": "24.0.0-alpha9",
4
+ "version": "24.0.0-alpha12",
5
5
  "description-markup": "markdown",
6
6
  "contributions": {
7
7
  "html": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "name": "@vaadin/tabsheet",
4
- "version": "24.0.0-alpha9",
4
+ "version": "24.0.0-alpha12",
5
5
  "description-markup": "markdown",
6
6
  "framework": "lit",
7
7
  "framework-config": {