handsontable 0.0.0-next-a4bd0c0-20250307 → 0.0.0-next-89e4f85-20250310

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 (36) hide show
  1. package/base.js +2 -2
  2. package/base.mjs +2 -2
  3. package/dist/handsontable.css +2 -2
  4. package/dist/handsontable.full.css +2 -2
  5. package/dist/handsontable.full.js +260 -227
  6. package/dist/handsontable.full.min.css +2 -2
  7. package/dist/handsontable.full.min.js +13 -13
  8. package/dist/handsontable.js +260 -227
  9. package/dist/handsontable.min.css +2 -2
  10. package/dist/handsontable.min.js +11 -11
  11. package/helpers/mixed.js +1 -1
  12. package/helpers/mixed.mjs +1 -1
  13. package/package.json +1 -1
  14. package/plugins/columnSorting/columnSorting.js +17 -1
  15. package/plugins/columnSorting/columnSorting.mjs +18 -2
  16. package/plugins/columnSorting/utils.js +14 -0
  17. package/plugins/columnSorting/utils.mjs +13 -0
  18. package/plugins/filters/conditionCollection.js +0 -26
  19. package/plugins/filters/conditionCollection.mjs +0 -26
  20. package/plugins/filters/filters.d.ts +2 -0
  21. package/plugins/filters/filters.js +77 -8
  22. package/plugins/filters/filters.mjs +77 -8
  23. package/plugins/mergeCells/mergeCells.js +2 -3
  24. package/plugins/mergeCells/mergeCells.mjs +2 -3
  25. package/plugins/multiColumnSorting/multiColumnSorting.js +1 -21
  26. package/plugins/multiColumnSorting/multiColumnSorting.mjs +1 -21
  27. package/plugins/undoRedo/actions/filters.js +2 -2
  28. package/plugins/undoRedo/actions/filters.mjs +2 -2
  29. package/styles/handsontable.css +2 -2
  30. package/styles/handsontable.min.css +2 -2
  31. package/styles/ht-theme-horizon.css +2 -2
  32. package/styles/ht-theme-horizon.min.css +2 -2
  33. package/styles/ht-theme-main.css +2 -2
  34. package/styles/ht-theme-main.min.css +2 -2
  35. package/plugins/multiColumnSorting/utils.js +0 -13
  36. package/plugins/multiColumnSorting/utils.mjs +0 -9
package/base.js CHANGED
@@ -45,8 +45,8 @@ Handsontable.hooks = _hooks.Hooks.getSingleton();
45
45
  Handsontable.CellCoords = _src.CellCoords;
46
46
  Handsontable.CellRange = _src.CellRange;
47
47
  Handsontable.packageName = 'handsontable';
48
- Handsontable.buildDate = "07/03/2025 16:15:50";
49
- Handsontable.version = "0.0.0-next-a4bd0c0-20250307";
48
+ Handsontable.buildDate = "10/03/2025 13:09:51";
49
+ Handsontable.version = "0.0.0-next-89e4f85-20250310";
50
50
  Handsontable.languages = {
51
51
  dictionaryKeys: _registry.dictionaryKeys,
52
52
  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 = "07/03/2025 16:15:56";
39
- Handsontable.version = "0.0.0-next-a4bd0c0-20250307";
38
+ Handsontable.buildDate = "10/03/2025 13:09:57";
39
+ Handsontable.version = "0.0.0-next-89e4f85-20250310";
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-a4bd0c0-20250307
29
- * Release date: 20/02/2025 (built at 07/03/2025 16:16:17)
28
+ * Version: 0.0.0-next-89e4f85-20250310
29
+ * Release date: 20/02/2025 (built at 10/03/2025 13:10:18)
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-a4bd0c0-20250307
29
- * Release date: 20/02/2025 (built at 07/03/2025 16:16:17)
28
+ * Version: 0.0.0-next-89e4f85-20250310
29
+ * Release date: 20/02/2025 (built at 10/03/2025 13:10:18)
30
30
  */
31
31
  /**
32
32
  * Fix for bootstrap styles