handsontable 0.0.0-next-3e0b40d-20241017 → 0.0.0-next-662a118-20241017

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 (80) hide show
  1. package/3rdparty/walkontable/src/calculator/viewportRows.js +1 -5
  2. package/3rdparty/walkontable/src/calculator/viewportRows.mjs +2 -5
  3. package/3rdparty/walkontable/src/core/clone.js +0 -1
  4. package/3rdparty/walkontable/src/core/clone.mjs +0 -1
  5. package/3rdparty/walkontable/src/core/core.js +0 -2
  6. package/3rdparty/walkontable/src/core/core.mjs +0 -2
  7. package/3rdparty/walkontable/src/overlay/_base.js +1 -3
  8. package/3rdparty/walkontable/src/overlay/_base.mjs +1 -3
  9. package/3rdparty/walkontable/src/overlay/bottom.js +2 -2
  10. package/3rdparty/walkontable/src/overlay/bottom.mjs +2 -2
  11. package/3rdparty/walkontable/src/overlay/top.js +1 -1
  12. package/3rdparty/walkontable/src/overlay/top.mjs +1 -1
  13. package/3rdparty/walkontable/src/settings.js +2 -0
  14. package/3rdparty/walkontable/src/settings.mjs +2 -0
  15. package/3rdparty/walkontable/src/table.js +8 -11
  16. package/3rdparty/walkontable/src/table.mjs +8 -11
  17. package/3rdparty/walkontable/src/utils/column.js +1 -1
  18. package/3rdparty/walkontable/src/utils/column.mjs +1 -1
  19. package/3rdparty/walkontable/src/viewport.js +0 -1
  20. package/3rdparty/walkontable/src/viewport.mjs +0 -1
  21. package/CHANGELOG.md +5 -0
  22. package/base.js +2 -2
  23. package/base.mjs +2 -2
  24. package/core.js +0 -11
  25. package/core.mjs +0 -11
  26. package/dataMap/metaManager/metaSchema.js +0 -17
  27. package/dataMap/metaManager/metaSchema.mjs +0 -17
  28. package/dist/handsontable.css +5 -236
  29. package/dist/handsontable.full.css +3 -3
  30. package/dist/handsontable.full.js +3819 -3907
  31. package/dist/handsontable.full.min.css +3 -4
  32. package/dist/handsontable.full.min.js +26 -26
  33. package/dist/handsontable.js +3511 -3605
  34. package/dist/handsontable.min.css +4 -9
  35. package/dist/handsontable.min.js +24 -24
  36. package/editors/autocompleteEditor/autocompleteEditor.js +1 -1
  37. package/editors/autocompleteEditor/autocompleteEditor.mjs +1 -1
  38. package/editors/baseEditor/baseEditor.js +1 -1
  39. package/editors/baseEditor/baseEditor.mjs +1 -1
  40. package/editors/dateEditor/dateEditor.js +0 -2
  41. package/editors/dateEditor/dateEditor.mjs +0 -2
  42. package/editors/handsontableEditor/handsontableEditor.js +1 -1
  43. package/editors/handsontableEditor/handsontableEditor.mjs +1 -1
  44. package/editors/passwordEditor/passwordEditor.js +0 -4
  45. package/editors/passwordEditor/passwordEditor.mjs +1 -5
  46. package/editors/selectEditor/selectEditor.js +9 -20
  47. package/editors/selectEditor/selectEditor.mjs +9 -20
  48. package/editors/textEditor/textEditor.js +11 -7
  49. package/editors/textEditor/textEditor.mjs +12 -8
  50. package/helpers/mixed.js +3 -3
  51. package/helpers/mixed.mjs +3 -3
  52. package/package.json +3 -10
  53. package/plugins/comments/commentEditor.js +1 -8
  54. package/plugins/comments/commentEditor.mjs +1 -8
  55. package/plugins/comments/comments.js +1 -1
  56. package/plugins/comments/comments.mjs +1 -1
  57. package/plugins/contextMenu/menu/menu.js +4 -4
  58. package/plugins/contextMenu/menu/menu.mjs +4 -4
  59. package/plugins/manualRowMove/manualRowMove.js +1 -1
  60. package/plugins/manualRowMove/manualRowMove.mjs +1 -1
  61. package/plugins/mergeCells/mergeCells.js +1 -1
  62. package/plugins/mergeCells/mergeCells.mjs +1 -1
  63. package/plugins/nestedRows/ui/headers.js +1 -3
  64. package/plugins/nestedRows/ui/headers.mjs +1 -3
  65. package/tableView.js +0 -33
  66. package/tableView.mjs +0 -33
  67. package/utils/autoResize.js +1 -4
  68. package/utils/autoResize.mjs +1 -4
  69. package/utils/ghostTable.js +1 -1
  70. package/utils/ghostTable.mjs +1 -1
  71. package/3rdparty/walkontable/src/utils/stylesHandler.js +0 -185
  72. package/3rdparty/walkontable/src/utils/stylesHandler.mjs +0 -181
  73. package/helpers/themes.js +0 -17
  74. package/helpers/themes.mjs +0 -13
  75. package/styles/handsontable.css +0 -1920
  76. package/styles/handsontable.min.css +0 -30
  77. package/styles/ht-theme-gemini.css +0 -690
  78. package/styles/ht-theme-gemini.min.css +0 -30
  79. package/styles/ht-theme-main.css +0 -712
  80. package/styles/ht-theme-main.min.css +0 -30

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.