handsontable 0.0.0-next-7936038-20230411 → 0.0.0-next-931651e-20230412

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.

Potentially problematic release.


This version of handsontable might be problematic. Click here for more details.

@@ -279,8 +279,12 @@ var Event = /*#__PURE__*/function () {
279
279
  var table = this.wtTable.TABLE;
280
280
  var lastTD = (0, _element.closestDown)(event.target, ['TD', 'TH'], table);
281
281
  var nextTD = (0, _element.closestDown)(event.relatedTarget, ['TD', 'TH'], table);
282
+ var parent = this.parent || this;
282
283
  if (lastTD && lastTD !== nextTD && (0, _element.isChildOf)(lastTD, table)) {
283
284
  this.callListener('onCellMouseOut', event, this.wtTable.getCoords(lastTD), lastTD);
285
+ if (nextTD === null) {
286
+ parent.lastMouseOver = null;
287
+ }
284
288
  }
285
289
  }
286
290
 
@@ -275,8 +275,12 @@ var Event = /*#__PURE__*/function () {
275
275
  var table = this.wtTable.TABLE;
276
276
  var lastTD = closestDown(event.target, ['TD', 'TH'], table);
277
277
  var nextTD = closestDown(event.relatedTarget, ['TD', 'TH'], table);
278
+ var parent = this.parent || this;
278
279
  if (lastTD && lastTD !== nextTD && isChildOf(lastTD, table)) {
279
280
  this.callListener('onCellMouseOut', event, this.wtTable.getCoords(lastTD), lastTD);
281
+ if (nextTD === null) {
282
+ parent.lastMouseOver = null;
283
+ }
280
284
  }
281
285
  }
282
286
 
package/base.js CHANGED
@@ -46,8 +46,8 @@ Handsontable.hooks = _pluginHooks.default.getSingleton();
46
46
  Handsontable.CellCoords = _src.CellCoords;
47
47
  Handsontable.CellRange = _src.CellRange;
48
48
  Handsontable.packageName = 'handsontable';
49
- Handsontable.buildDate = "11/04/2023 10:14:05";
50
- Handsontable.version = "0.0.0-next-7936038-20230411";
49
+ Handsontable.buildDate = "12/04/2023 15:08:08";
50
+ Handsontable.version = "0.0.0-next-931651e-20230412";
51
51
  Handsontable.languages = {
52
52
  dictionaryKeys: _registry.dictionaryKeys,
53
53
  getLanguageDictionary: _registry.getLanguageDictionary,
package/base.mjs CHANGED
@@ -35,8 +35,8 @@ Handsontable.hooks = Hooks.getSingleton();
35
35
  Handsontable.CellCoords = CellCoords;
36
36
  Handsontable.CellRange = CellRange;
37
37
  Handsontable.packageName = 'handsontable';
38
- Handsontable.buildDate = "11/04/2023 10:14:25";
39
- Handsontable.version = "0.0.0-next-7936038-20230411";
38
+ Handsontable.buildDate = "12/04/2023 15:08:28";
39
+ Handsontable.version = "0.0.0-next-931651e-20230412";
40
40
  Handsontable.languages = {
41
41
  dictionaryKeys: dictionaryKeys,
42
42
  getLanguageDictionary: getLanguageDictionary,
@@ -25,8 +25,8 @@
25
25
  * INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER ARISING FROM
26
26
  * USE OR INABILITY TO USE THIS SOFTWARE.
27
27
  *
28
- * Version: 0.0.0-next-7936038-20230411
29
- * Release date: 28/03/2023 (built at 11/04/2023 10:14:42)
28
+ * Version: 0.0.0-next-931651e-20230412
29
+ * Release date: 28/03/2023 (built at 12/04/2023 15:08:45)
30
30
  */
31
31
  /**
32
32
  * Fix for bootstrap styles
@@ -25,8 +25,8 @@
25
25
  * INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER ARISING FROM
26
26
  * USE OR INABILITY TO USE THIS SOFTWARE.
27
27
  *
28
- * Version: 0.0.0-next-7936038-20230411
29
- * Release date: 28/03/2023 (built at 11/04/2023 10:14:42)
28
+ * Version: 0.0.0-next-931651e-20230412
29
+ * Release date: 28/03/2023 (built at 12/04/2023 15:08:45)
30
30
  */
31
31
  /**
32
32
  * Fix for bootstrap styles