handsontable 0.0.0-next-50e428d-20231026 → 0.0.0-next-e54c3d6-20231026

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 (34) 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 +3351 -2061
  6. package/dist/handsontable.full.min.css +2 -2
  7. package/dist/handsontable.full.min.js +88 -81
  8. package/dist/handsontable.js +3353 -2063
  9. package/dist/handsontable.min.css +2 -2
  10. package/dist/handsontable.min.js +24 -17
  11. package/helpers/mixed.js +1 -1
  12. package/helpers/mixed.mjs +1 -1
  13. package/package.json +1 -1
  14. package/pluginHooks.d.ts +28 -6
  15. package/pluginHooks.js +116 -62
  16. package/pluginHooks.mjs +116 -62
  17. package/plugins/copyPaste/clipboardData/clipboardData.js +517 -0
  18. package/plugins/copyPaste/clipboardData/clipboardData.mjs +512 -0
  19. package/plugins/copyPaste/clipboardData/copyClipboardData.js +69 -0
  20. package/plugins/copyPaste/clipboardData/copyClipboardData.mjs +65 -0
  21. package/plugins/copyPaste/clipboardData/index.js +9 -0
  22. package/plugins/copyPaste/clipboardData/index.mjs +4 -0
  23. package/plugins/copyPaste/clipboardData/pasteClipboardData.js +81 -0
  24. package/plugins/copyPaste/clipboardData/pasteClipboardData.mjs +77 -0
  25. package/plugins/copyPaste/copyPaste.js +38 -92
  26. package/plugins/copyPaste/copyPaste.mjs +40 -94
  27. package/plugins/nestedHeaders/nestedHeaders.js +21 -22
  28. package/plugins/nestedHeaders/nestedHeaders.mjs +21 -22
  29. package/utils/parseTable.js +527 -83
  30. package/utils/parseTable.mjs +523 -82
  31. package/plugins/copyPaste/clipboardData.js +0 -18
  32. package/plugins/copyPaste/clipboardData.mjs +0 -14
  33. package/plugins/copyPaste/pasteEvent.js +0 -14
  34. package/plugins/copyPaste/pasteEvent.mjs +0 -9
package/base.js CHANGED
@@ -43,8 +43,8 @@ Handsontable.hooks = _pluginHooks.default.getSingleton();
43
43
  Handsontable.CellCoords = _src.CellCoords;
44
44
  Handsontable.CellRange = _src.CellRange;
45
45
  Handsontable.packageName = 'handsontable';
46
- Handsontable.buildDate = "26/10/2023 13:13:01";
47
- Handsontable.version = "0.0.0-next-50e428d-20231026";
46
+ Handsontable.buildDate = "26/10/2023 20:16:30";
47
+ Handsontable.version = "0.0.0-next-e54c3d6-20231026";
48
48
  Handsontable.languages = {
49
49
  dictionaryKeys: _registry.dictionaryKeys,
50
50
  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 = "26/10/2023 13:13:14";
39
- Handsontable.version = "0.0.0-next-50e428d-20231026";
38
+ Handsontable.buildDate = "26/10/2023 20:16:43";
39
+ Handsontable.version = "0.0.0-next-e54c3d6-20231026";
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-50e428d-20231026
29
- * Release date: 31/08/2023 (built at 26/10/2023 13:13:24)
28
+ * Version: 0.0.0-next-e54c3d6-20231026
29
+ * Release date: 31/08/2023 (built at 26/10/2023 20:16:53)
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-50e428d-20231026
29
- * Release date: 31/08/2023 (built at 26/10/2023 13:13:24)
28
+ * Version: 0.0.0-next-e54c3d6-20231026
29
+ * Release date: 31/08/2023 (built at 26/10/2023 20:16:53)
30
30
  */
31
31
  /**
32
32
  * Fix for bootstrap styles