handsontable 0.0.0-next-a148bc1-20241121 → 0.0.0-next-4ad1863-20241122

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.

Files changed (49) hide show
  1. package/3rdparty/walkontable/src/index.js +0 -2
  2. package/3rdparty/walkontable/src/index.mjs +1 -2
  3. package/3rdparty/walkontable/src/renderer/_base.js +4 -3
  4. package/3rdparty/walkontable/src/renderer/_base.mjs +2 -2
  5. package/3rdparty/walkontable/src/renderer/cells.js +10 -11
  6. package/3rdparty/walkontable/src/renderer/cells.mjs +8 -10
  7. package/3rdparty/walkontable/src/renderer/colGroup.js +7 -6
  8. package/3rdparty/walkontable/src/renderer/colGroup.mjs +5 -5
  9. package/3rdparty/walkontable/src/renderer/columnHeaders.js +5 -4
  10. package/3rdparty/walkontable/src/renderer/columnHeaders.mjs +3 -3
  11. package/3rdparty/walkontable/src/renderer/index.js +19 -18
  12. package/3rdparty/walkontable/src/renderer/index.mjs +6 -6
  13. package/3rdparty/walkontable/src/renderer/rowHeaders.js +6 -5
  14. package/3rdparty/walkontable/src/renderer/rowHeaders.mjs +4 -4
  15. package/3rdparty/walkontable/src/renderer/rows.js +11 -23
  16. package/3rdparty/walkontable/src/renderer/rows.mjs +10 -23
  17. package/3rdparty/walkontable/src/renderer/table.js +1 -1
  18. package/3rdparty/walkontable/src/renderer/table.mjs +1 -1
  19. package/3rdparty/walkontable/src/utils/nodesPool.js +5 -22
  20. package/3rdparty/walkontable/src/utils/nodesPool.mjs +5 -22
  21. package/3rdparty/walkontable/src/utils/orderView/index.js +5 -4
  22. package/3rdparty/walkontable/src/utils/orderView/index.mjs +2 -2
  23. package/3rdparty/walkontable/src/utils/orderView/sharedView.js +4 -3
  24. package/3rdparty/walkontable/src/utils/orderView/sharedView.mjs +2 -2
  25. package/3rdparty/walkontable/src/utils/orderView/view.js +76 -79
  26. package/3rdparty/walkontable/src/utils/orderView/view.mjs +74 -78
  27. package/3rdparty/walkontable/src/utils/orderView/viewSize.js +1 -1
  28. package/3rdparty/walkontable/src/utils/orderView/viewSize.mjs +1 -1
  29. package/3rdparty/walkontable/src/utils/orderView/viewSizeSet.js +5 -4
  30. package/3rdparty/walkontable/src/utils/orderView/viewSizeSet.mjs +3 -3
  31. package/base.js +2 -2
  32. package/base.mjs +2 -2
  33. package/dist/handsontable.css +2 -2
  34. package/dist/handsontable.full.css +2 -2
  35. package/dist/handsontable.full.js +1712 -1963
  36. package/dist/handsontable.full.min.css +2 -2
  37. package/dist/handsontable.full.min.js +7 -7
  38. package/dist/handsontable.js +1714 -1965
  39. package/dist/handsontable.min.css +2 -2
  40. package/dist/handsontable.min.js +7 -7
  41. package/helpers/mixed.js +1 -1
  42. package/helpers/mixed.mjs +1 -1
  43. package/package.json +1 -1
  44. package/plugins/filters/filters.js +2 -0
  45. package/plugins/filters/filters.mjs +2 -0
  46. package/3rdparty/walkontable/src/utils/orderView/viewDiffer/index.js +0 -138
  47. package/3rdparty/walkontable/src/utils/orderView/viewDiffer/index.mjs +0 -135
  48. package/3rdparty/walkontable/src/utils/orderView/viewDiffer/viewOrder.js +0 -72
  49. package/3rdparty/walkontable/src/utils/orderView/viewDiffer/viewOrder.mjs +0 -68
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 = "21/11/2024 21:20:10";
39
- Handsontable.version = "0.0.0-next-a148bc1-20241121";
38
+ Handsontable.buildDate = "22/11/2024 09:39:34";
39
+ Handsontable.version = "0.0.0-next-4ad1863-20241122";
40
40
  Handsontable.languages = {
41
41
  dictionaryKeys,
42
42
  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-a148bc1-20241121
29
- * Release date: 17/10/2024 (built at 21/11/2024 21:20:15)
28
+ * Version: 0.0.0-next-4ad1863-20241122
29
+ * Release date: 17/10/2024 (built at 22/11/2024 09:39:38)
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-a148bc1-20241121
29
- * Release date: 17/10/2024 (built at 21/11/2024 21:20:15)
28
+ * Version: 0.0.0-next-4ad1863-20241122
29
+ * Release date: 17/10/2024 (built at 22/11/2024 09:39:38)
30
30
  */
31
31
  /**
32
32
  * Fix for bootstrap styles