handsontable 0.0.0-next-b02b3d1-20230710 → 0.0.0-next-3b33ccd-20230710

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 (64) hide show
  1. package/base.js +2 -2
  2. package/base.mjs +2 -2
  3. package/core.d.ts +1 -0
  4. package/core.js +31 -24
  5. package/core.mjs +31 -24
  6. package/dataMap/metaManager/metaSchema.js +0 -22
  7. package/dataMap/metaManager/metaSchema.mjs +0 -22
  8. package/dist/handsontable.css +2 -13
  9. package/dist/handsontable.full.css +2 -13
  10. package/dist/handsontable.full.js +4811 -4809
  11. package/dist/handsontable.full.min.css +3 -3
  12. package/dist/handsontable.full.min.js +61 -61
  13. package/dist/handsontable.js +13683 -13681
  14. package/dist/handsontable.min.css +3 -3
  15. package/dist/handsontable.min.js +4 -4
  16. package/editorManager.js +4 -10
  17. package/editorManager.mjs +4 -10
  18. package/helpers/mixed.js +1 -1
  19. package/helpers/mixed.mjs +1 -1
  20. package/package.json +1 -1
  21. package/pluginHooks.d.ts +1 -1
  22. package/pluginHooks.js +7 -10
  23. package/pluginHooks.mjs +7 -10
  24. package/plugins/comments/commentEditor.js +1 -0
  25. package/plugins/comments/commentEditor.mjs +1 -0
  26. package/plugins/comments/comments.js +289 -231
  27. package/plugins/comments/comments.mjs +297 -241
  28. package/plugins/comments/contextMenuItem/addEditComment.js +51 -0
  29. package/plugins/comments/contextMenuItem/addEditComment.mjs +35 -0
  30. package/plugins/comments/contextMenuItem/readOnlyComment.js +63 -0
  31. package/plugins/comments/contextMenuItem/readOnlyComment.mjs +55 -0
  32. package/plugins/comments/contextMenuItem/removeComment.js +48 -0
  33. package/plugins/comments/contextMenuItem/removeComment.mjs +32 -0
  34. package/plugins/contextMenu/contextMenu.js +1 -0
  35. package/plugins/contextMenu/contextMenu.mjs +1 -0
  36. package/plugins/copyPaste/copyPaste.js +1 -1
  37. package/plugins/copyPaste/copyPaste.mjs +1 -1
  38. package/plugins/dropdownMenu/dropdownMenu.js +0 -1
  39. package/plugins/dropdownMenu/dropdownMenu.mjs +0 -1
  40. package/plugins/formulas/engine/settings.js +2 -2
  41. package/plugins/formulas/engine/settings.mjs +2 -2
  42. package/plugins/formulas/formulas.js +2 -2
  43. package/plugins/formulas/formulas.mjs +2 -2
  44. package/plugins/manualRowResize/manualRowResize.js +2 -2
  45. package/plugins/manualRowResize/manualRowResize.mjs +2 -2
  46. package/settings.d.ts +0 -1
  47. package/shortcutContexts/commands/extendCellsSelection/toMostBottom.js +7 -2
  48. package/shortcutContexts/commands/extendCellsSelection/toMostBottom.mjs +7 -2
  49. package/shortcutContexts/commands/extendCellsSelection/toMostLeft.js +7 -2
  50. package/shortcutContexts/commands/extendCellsSelection/toMostLeft.mjs +7 -2
  51. package/shortcutContexts/commands/extendCellsSelection/toMostRight.js +7 -2
  52. package/shortcutContexts/commands/extendCellsSelection/toMostRight.mjs +7 -2
  53. package/shortcutContexts/commands/extendCellsSelection/toMostTop.js +7 -2
  54. package/shortcutContexts/commands/extendCellsSelection/toMostTop.mjs +7 -2
  55. package/shortcutContexts/constants.js +6 -1
  56. package/shortcutContexts/constants.mjs +4 -0
  57. package/tableView.js +9 -4
  58. package/tableView.mjs +9 -4
  59. package/core/focusCatcher/focusDetector.js +0 -62
  60. package/core/focusCatcher/focusDetector.mjs +0 -58
  61. package/core/focusCatcher/index.js +0 -133
  62. package/core/focusCatcher/index.mjs +0 -129
  63. package/core/index.js +0 -12
  64. package/core/index.mjs +0 -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.