@vaadin/scroller 24.2.0-alpha9 → 24.2.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/scroller",
3
- "version": "24.2.0-alpha9",
3
+ "version": "24.2.0-beta1",
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/a11y-base": "24.2.0-alpha9",
40
- "@vaadin/component-base": "24.2.0-alpha9",
41
- "@vaadin/vaadin-lumo-styles": "24.2.0-alpha9",
42
- "@vaadin/vaadin-material-styles": "24.2.0-alpha9",
43
- "@vaadin/vaadin-themable-mixin": "24.2.0-alpha9"
39
+ "@vaadin/a11y-base": "24.2.0-beta1",
40
+ "@vaadin/component-base": "24.2.0-beta1",
41
+ "@vaadin/vaadin-lumo-styles": "24.2.0-beta1",
42
+ "@vaadin/vaadin-material-styles": "24.2.0-beta1",
43
+ "@vaadin/vaadin-themable-mixin": "24.2.0-beta1"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@esm-bundle/chai": "^4.3.4",
@@ -50,5 +50,5 @@
50
50
  "web-types.json",
51
51
  "web-types.lit.json"
52
52
  ],
53
- "gitHead": "e9765733fea96542e379e02e6f42b07145893140"
53
+ "gitHead": "67c8eef57d1c59e7476e29adaf003cf4548878f2"
54
54
  }
@@ -6,6 +6,7 @@
6
6
  import { html, PolymerElement } from '@polymer/polymer/polymer-element.js';
7
7
  import { FocusMixin } from '@vaadin/a11y-base/src/focus-mixin.js';
8
8
  import { ControllerMixin } from '@vaadin/component-base/src/controller-mixin.js';
9
+ import { defineCustomElement } from '@vaadin/component-base/src/define.js';
9
10
  import { ElementMixin } from '@vaadin/component-base/src/element-mixin.js';
10
11
  import { OverflowController } from '@vaadin/component-base/src/overflow-controller.js';
11
12
  import { ThemableMixin } from '@vaadin/vaadin-themable-mixin/vaadin-themable-mixin.js';
@@ -26,6 +27,7 @@ import { ThemableMixin } from '@vaadin/vaadin-themable-mixin/vaadin-themable-mix
26
27
  * `focused` | Set when the element is focused.
27
28
  * `overflow` | Set to `top`, `bottom`, `start`, `end`, all of them, or none.
28
29
  *
30
+ * @customElement
29
31
  * @extends HTMLElement
30
32
  * @mixes ThemableMixin
31
33
  * @mixes ControllerMixin
@@ -110,6 +112,6 @@ class Scroller extends FocusMixin(ElementMixin(ControllerMixin(ThemableMixin(Pol
110
112
  }
111
113
  }
112
114
 
113
- customElements.define(Scroller.is, Scroller);
115
+ defineCustomElement(Scroller);
114
116
 
115
117
  export { Scroller };
package/web-types.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "name": "@vaadin/scroller",
4
- "version": "24.2.0-alpha9",
4
+ "version": "24.2.0-beta1",
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/scroller",
4
- "version": "24.2.0-alpha9",
4
+ "version": "24.2.0-beta1",
5
5
  "description-markup": "markdown",
6
6
  "framework": "lit",
7
7
  "framework-config": {