@vaadin/grid
Advanced tools
Comparing version 24.5.7 to 24.5.8
{ | ||
"name": "@vaadin/grid", | ||
"version": "24.5.7", | ||
"version": "24.5.8", | ||
"publishConfig": { | ||
@@ -49,14 +49,14 @@ "access": "public" | ||
"@polymer/polymer": "^3.0.0", | ||
"@vaadin/a11y-base": "~24.5.7", | ||
"@vaadin/checkbox": "~24.5.7", | ||
"@vaadin/component-base": "~24.5.7", | ||
"@vaadin/lit-renderer": "~24.5.7", | ||
"@vaadin/text-field": "~24.5.7", | ||
"@vaadin/vaadin-lumo-styles": "~24.5.7", | ||
"@vaadin/vaadin-material-styles": "~24.5.7", | ||
"@vaadin/vaadin-themable-mixin": "~24.5.7", | ||
"@vaadin/a11y-base": "~24.5.8", | ||
"@vaadin/checkbox": "~24.5.8", | ||
"@vaadin/component-base": "~24.5.8", | ||
"@vaadin/lit-renderer": "~24.5.8", | ||
"@vaadin/text-field": "~24.5.8", | ||
"@vaadin/vaadin-lumo-styles": "~24.5.8", | ||
"@vaadin/vaadin-material-styles": "~24.5.8", | ||
"@vaadin/vaadin-themable-mixin": "~24.5.8", | ||
"lit": "^3.0.0" | ||
}, | ||
"devDependencies": { | ||
"@vaadin/chai-plugins": "~24.5.7", | ||
"@vaadin/chai-plugins": "~24.5.8", | ||
"@vaadin/testing-helpers": "^1.1.0", | ||
@@ -69,3 +69,3 @@ "sinon": "^18.0.0" | ||
], | ||
"gitHead": "f04f4777d633ebf85368eb36545105b0e5b93731" | ||
"gitHead": "8c176befd0171b3d9772a348bb8498353f112614" | ||
} |
@@ -387,3 +387,3 @@ /** | ||
this._dataProviderController.clearCache(); | ||
this._dataProviderController.rootCache.size = this.size; | ||
this._dataProviderController.rootCache.size = this.size || 0; | ||
this._dataProviderController.recalculateFlatSize(); | ||
@@ -390,0 +390,0 @@ this._hasData = false; |
@@ -237,2 +237,5 @@ /** | ||
_onDragLeave(e) { | ||
if (!this.dropMode) { | ||
return; | ||
} | ||
e.stopPropagation(); | ||
@@ -239,0 +242,0 @@ this._clearDragStyles(); |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
678856
16304