@vaadin/virtual-list 24.8.0-alpha8 → 24.8.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/virtual-list",
3
- "version": "24.8.0-alpha8",
3
+ "version": "24.8.0-alpha9",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -39,16 +39,16 @@
39
39
  "dependencies": {
40
40
  "@open-wc/dedupe-mixin": "^1.3.0",
41
41
  "@polymer/polymer": "^3.0.0",
42
- "@vaadin/component-base": "24.8.0-alpha8",
43
- "@vaadin/lit-renderer": "24.8.0-alpha8",
44
- "@vaadin/vaadin-lumo-styles": "24.8.0-alpha8",
45
- "@vaadin/vaadin-material-styles": "24.8.0-alpha8",
46
- "@vaadin/vaadin-themable-mixin": "24.8.0-alpha8",
42
+ "@vaadin/component-base": "24.8.0-alpha9",
43
+ "@vaadin/lit-renderer": "24.8.0-alpha9",
44
+ "@vaadin/vaadin-lumo-styles": "24.8.0-alpha9",
45
+ "@vaadin/vaadin-material-styles": "24.8.0-alpha9",
46
+ "@vaadin/vaadin-themable-mixin": "24.8.0-alpha9",
47
47
  "lit": "^3.0.0"
48
48
  },
49
49
  "devDependencies": {
50
- "@vaadin/chai-plugins": "24.8.0-alpha8",
51
- "@vaadin/test-runner-commands": "24.8.0-alpha8",
50
+ "@vaadin/chai-plugins": "24.8.0-alpha9",
51
+ "@vaadin/test-runner-commands": "24.8.0-alpha9",
52
52
  "@vaadin/testing-helpers": "^1.1.0",
53
53
  "sinon": "^18.0.0"
54
54
  },
@@ -56,5 +56,5 @@
56
56
  "web-types.json",
57
57
  "web-types.lit.json"
58
58
  ],
59
- "gitHead": "d914bb8f669d7e3d1981feb8eac05688ab9870b4"
59
+ "gitHead": "4de3809275ddfd733b0d13fd02af8faf73eb6770"
60
60
  }
@@ -104,6 +104,7 @@ export const VirtualListMixin = (superClass) =>
104
104
  connectedCallback() {
105
105
  super.connectedCallback();
106
106
  document.addEventListener('dragstart', this.__onDocumentDragStart, { capture: true });
107
+ this.__virtualizer.hostConnected();
107
108
  }
108
109
 
109
110
  /** @protected */
package/web-types.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "name": "@vaadin/virtual-list",
4
- "version": "24.8.0-alpha8",
4
+ "version": "24.8.0-alpha9",
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/virtual-list",
4
- "version": "24.8.0-alpha8",
4
+ "version": "24.8.0-alpha9",
5
5
  "description-markup": "markdown",
6
6
  "framework": "lit",
7
7
  "framework-config": {