handsontable 0.0.0-next-c3d199b-20230626 → 0.0.0-next-74a68c1-20230627

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 (37) hide show
  1. package/CHANGELOG.md +31 -0
  2. package/base.js +2 -2
  3. package/base.mjs +2 -2
  4. package/dist/handsontable.css +2 -2
  5. package/dist/handsontable.full.css +2 -2
  6. package/dist/handsontable.full.js +3347 -3475
  7. package/dist/handsontable.full.min.css +2 -2
  8. package/dist/handsontable.full.min.js +53 -53
  9. package/dist/handsontable.js +5524 -5652
  10. package/dist/handsontable.min.css +2 -2
  11. package/dist/handsontable.min.js +4 -4
  12. package/helpers/mixed.js +2 -2
  13. package/helpers/mixed.mjs +2 -2
  14. package/package.json +1 -1
  15. package/plugins/comments/commentEditor.js +0 -1
  16. package/plugins/comments/commentEditor.mjs +0 -1
  17. package/plugins/comments/comments.js +231 -263
  18. package/plugins/comments/comments.mjs +241 -271
  19. package/plugins/copyPaste/copyPaste.js +1 -1
  20. package/plugins/copyPaste/copyPaste.mjs +1 -1
  21. package/plugins/filters/filters.js +62 -42
  22. package/plugins/filters/filters.mjs +61 -41
  23. package/shortcutContexts/commands/index.js +2 -1
  24. package/shortcutContexts/commands/index.mjs +2 -1
  25. package/shortcutContexts/commands/scrollToFocusedCell.js +38 -0
  26. package/shortcutContexts/commands/scrollToFocusedCell.mjs +33 -0
  27. package/shortcutContexts/grid.js +5 -0
  28. package/shortcutContexts/grid.mjs +5 -0
  29. package/tableView.js +2 -5
  30. package/tableView.mjs +2 -5
  31. package/translations/indexMapper.d.ts +0 -2
  32. package/plugins/comments/contextMenuItem/addEditComment.js +0 -51
  33. package/plugins/comments/contextMenuItem/addEditComment.mjs +0 -35
  34. package/plugins/comments/contextMenuItem/readOnlyComment.js +0 -63
  35. package/plugins/comments/contextMenuItem/readOnlyComment.mjs +0 -55
  36. package/plugins/comments/contextMenuItem/removeComment.js +0 -48
  37. package/plugins/comments/contextMenuItem/removeComment.mjs +0 -32

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.