handsontable 0.0.0-next-1748170-20230317 → 0.0.0-next-94c1646-20230323

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


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

Files changed (46) hide show
  1. package/3rdparty/walkontable/src/calculator/viewportColumns.js +2 -2
  2. package/3rdparty/walkontable/src/calculator/viewportColumns.mjs +2 -2
  3. package/3rdparty/walkontable/src/core/_base.js +16 -20
  4. package/3rdparty/walkontable/src/core/_base.mjs +16 -20
  5. package/CHANGELOG.md +1156 -494
  6. package/base.js +2 -2
  7. package/base.mjs +2 -2
  8. package/dist/handsontable.css +2 -2
  9. package/dist/handsontable.full.css +2 -2
  10. package/dist/handsontable.full.js +3598 -3080
  11. package/dist/handsontable.full.min.css +2 -2
  12. package/dist/handsontable.full.min.js +240 -226
  13. package/dist/handsontable.js +313 -115
  14. package/dist/handsontable.min.css +2 -2
  15. package/dist/handsontable.min.js +3 -3
  16. package/editors/autocompleteEditor/autocompleteEditor.js +8 -9
  17. package/editors/autocompleteEditor/autocompleteEditor.mjs +8 -9
  18. package/helpers/mixed.js +2 -2
  19. package/helpers/mixed.mjs +2 -2
  20. package/package.json +1 -1
  21. package/plugins/base/base.js +9 -10
  22. package/plugins/base/base.mjs +9 -10
  23. package/plugins/collapsibleColumns/collapsibleColumns.js +24 -7
  24. package/plugins/collapsibleColumns/collapsibleColumns.mjs +24 -7
  25. package/plugins/copyPaste/copyPaste.js +92 -16
  26. package/plugins/copyPaste/copyPaste.mjs +92 -16
  27. package/plugins/copyPaste/copyableRanges.js +14 -8
  28. package/plugins/copyPaste/copyableRanges.mjs +14 -8
  29. package/plugins/customBorders/customBorders.js +6 -7
  30. package/plugins/customBorders/customBorders.mjs +6 -7
  31. package/plugins/formulas/formulas.js +34 -7
  32. package/plugins/formulas/formulas.mjs +34 -7
  33. package/plugins/hiddenColumns/hiddenColumns.js +12 -7
  34. package/plugins/hiddenColumns/hiddenColumns.mjs +12 -7
  35. package/plugins/hiddenRows/hiddenRows.js +12 -7
  36. package/plugins/hiddenRows/hiddenRows.mjs +12 -7
  37. package/plugins/nestedHeaders/nestedHeaders.js +26 -7
  38. package/plugins/nestedHeaders/nestedHeaders.mjs +26 -7
  39. package/plugins/nestedHeaders/stateManager/index.js +18 -0
  40. package/plugins/nestedHeaders/stateManager/index.mjs +18 -0
  41. package/plugins/nestedHeaders/stateManager/sourceSettings.js +19 -0
  42. package/plugins/nestedHeaders/stateManager/sourceSettings.mjs +19 -0
  43. package/translations/changesObservable/observer.js +7 -0
  44. package/translations/changesObservable/observer.mjs +7 -0
  45. package/translations/maps/linkedPhysicalIndexToValueMap.js +6 -0
  46. package/translations/maps/linkedPhysicalIndexToValueMap.mjs +6 -0
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 = "17/03/2023 16:19:56";
50
- Handsontable.version = "0.0.0-next-1748170-20230317";
49
+ Handsontable.buildDate = "23/03/2023 12:13:56";
50
+ Handsontable.version = "0.0.0-next-94c1646-20230323";
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 = "17/03/2023 16:20:14";
39
- Handsontable.version = "0.0.0-next-1748170-20230317";
38
+ Handsontable.buildDate = "23/03/2023 12:14:10";
39
+ Handsontable.version = "0.0.0-next-94c1646-20230323";
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-1748170-20230317
29
- * Release date: 06/02/2023 (built at 17/03/2023 16:20:29)
28
+ * Version: 0.0.0-next-94c1646-20230323
29
+ * Release date: 23/03/2023 (built at 23/03/2023 12:14:23)
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-1748170-20230317
29
- * Release date: 06/02/2023 (built at 17/03/2023 16:20:29)
28
+ * Version: 0.0.0-next-94c1646-20230323
29
+ * Release date: 23/03/2023 (built at 23/03/2023 12:14:23)
30
30
  */
31
31
  /**
32
32
  * Fix for bootstrap styles