@vaadin/virtual-list 25.3.0-alpha1 → 25.3.0-alpha2

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": "25.3.0-alpha1",
3
+ "version": "25.3.0-alpha2",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -38,17 +38,17 @@
38
38
  ],
39
39
  "dependencies": {
40
40
  "@open-wc/dedupe-mixin": "^1.3.0",
41
- "@vaadin/component-base": "25.3.0-alpha1",
42
- "@vaadin/lit-renderer": "25.3.0-alpha1",
43
- "@vaadin/vaadin-themable-mixin": "25.3.0-alpha1",
41
+ "@vaadin/component-base": "25.3.0-alpha2",
42
+ "@vaadin/lit-renderer": "25.3.0-alpha2",
43
+ "@vaadin/vaadin-themable-mixin": "25.3.0-alpha2",
44
44
  "lit": "^3.0.0"
45
45
  },
46
46
  "devDependencies": {
47
- "@vaadin/aura": "25.3.0-alpha1",
48
- "@vaadin/chai-plugins": "25.3.0-alpha1",
49
- "@vaadin/test-runner-commands": "25.3.0-alpha1",
47
+ "@vaadin/aura": "25.3.0-alpha2",
48
+ "@vaadin/chai-plugins": "25.3.0-alpha2",
49
+ "@vaadin/test-runner-commands": "25.3.0-alpha2",
50
50
  "@vaadin/testing-helpers": "^2.0.0",
51
- "@vaadin/vaadin-lumo-styles": "25.3.0-alpha1",
51
+ "@vaadin/vaadin-lumo-styles": "25.3.0-alpha2",
52
52
  "sinon": "^22.0.0"
53
53
  },
54
54
  "customElements": "custom-elements.json",
@@ -56,5 +56,5 @@
56
56
  "web-types.json",
57
57
  "web-types.lit.json"
58
58
  ],
59
- "gitHead": "5824d54c995945aafd50d30edc2cb763a58a18b6"
59
+ "gitHead": "52eba6153ecf8bfaae44bcb727595e77d90b963c"
60
60
  }
@@ -228,8 +228,6 @@ export const VirtualListMixin = (superClass) =>
228
228
  * It is not guaranteed that the update happens immediately (synchronously) after it is requested.
229
229
  */
230
230
  requestContentUpdate() {
231
- if (this.__virtualizer) {
232
- this.__virtualizer.update();
233
- }
231
+ this.__virtualizer?.update();
234
232
  }
235
233
  };
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": "25.3.0-alpha1",
4
+ "version": "25.3.0-alpha2",
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": "25.3.0-alpha1",
4
+ "version": "25.3.0-alpha2",
5
5
  "description-markup": "markdown",
6
6
  "framework": "lit",
7
7
  "framework-config": {