handsontable 0.0.0-next-5787854-20240205 → 0.0.0-next-7a416a0-20240206

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 (52) hide show
  1. package/base.js +2 -2
  2. package/base.mjs +2 -2
  3. package/core/viewportScroll/index.js +4 -1
  4. package/core/viewportScroll/index.mjs +4 -1
  5. package/core/viewportScroll/scrollStrategies/focusScroll.js +15 -0
  6. package/core/viewportScroll/scrollStrategies/focusScroll.mjs +11 -0
  7. package/core.js +14 -0
  8. package/core.mjs +14 -0
  9. package/dist/handsontable.css +2 -2
  10. package/dist/handsontable.full.css +2 -2
  11. package/dist/handsontable.full.js +1260 -1009
  12. package/dist/handsontable.full.min.css +2 -2
  13. package/dist/handsontable.full.min.js +48 -48
  14. package/dist/handsontable.js +1262 -1011
  15. package/dist/handsontable.min.css +2 -2
  16. package/dist/handsontable.min.js +32 -32
  17. package/helpers/mixed.js +1 -1
  18. package/helpers/mixed.mjs +1 -1
  19. package/package.json +1 -1
  20. package/pluginHooks.d.ts +1 -0
  21. package/pluginHooks.js +43 -1
  22. package/pluginHooks.mjs +43 -1
  23. package/plugins/collapsibleColumns/collapsibleColumns.js +7 -1
  24. package/plugins/collapsibleColumns/collapsibleColumns.mjs +7 -1
  25. package/plugins/columnSorting/columnSorting.js +6 -0
  26. package/plugins/columnSorting/columnSorting.mjs +6 -0
  27. package/plugins/contextMenu/menu/defaultShortcutsList.js +26 -10
  28. package/plugins/contextMenu/menu/defaultShortcutsList.mjs +26 -10
  29. package/plugins/mergeCells/mergeCells.js +3 -1
  30. package/plugins/mergeCells/mergeCells.mjs +3 -1
  31. package/plugins/multiColumnSorting/multiColumnSorting.js +6 -0
  32. package/plugins/multiColumnSorting/multiColumnSorting.mjs +6 -0
  33. package/plugins/nestedHeaders/nestedHeaders.js +1 -0
  34. package/plugins/nestedHeaders/nestedHeaders.mjs +1 -0
  35. package/plugins/nestedRows/nestedRows.js +7 -1
  36. package/plugins/nestedRows/nestedRows.mjs +7 -1
  37. package/renderers/checkboxRenderer/checkboxRenderer.js +4 -4
  38. package/renderers/checkboxRenderer/checkboxRenderer.mjs +4 -4
  39. package/selection/selection.js +144 -30
  40. package/selection/selection.mjs +143 -29
  41. package/selection/transformation.js +18 -27
  42. package/selection/transformation.mjs +18 -27
  43. package/shortcutContexts/commands/editor/open.js +14 -0
  44. package/shortcutContexts/commands/editor/open.mjs +14 -0
  45. package/shortcutContexts/commands/moveCellSelection/inlineEnd.js +5 -1
  46. package/shortcutContexts/commands/moveCellSelection/inlineEnd.mjs +5 -1
  47. package/shortcutContexts/commands/moveCellSelection/inlineStart.js +5 -1
  48. package/shortcutContexts/commands/moveCellSelection/inlineStart.mjs +5 -1
  49. package/shortcutContexts/grid.js +2 -2
  50. package/shortcutContexts/grid.mjs +2 -2
  51. package/shortcuts/context.js +2 -1
  52. package/shortcuts/context.mjs +2 -1

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.