handsontable 0.0.0-next-d7edb4b-20240927 → 0.0.0-next-f512acf-20240930

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 (47) hide show
  1. package/base.js +2 -2
  2. package/base.mjs +2 -2
  3. package/core.js +11 -0
  4. package/core.mjs +11 -0
  5. package/dataMap/metaManager/metaSchema.js +17 -0
  6. package/dataMap/metaManager/metaSchema.mjs +17 -0
  7. package/dist/handsontable.css +296 -145
  8. package/dist/handsontable.full.css +305 -152
  9. package/dist/handsontable.full.js +3610 -3723
  10. package/dist/handsontable.full.min.css +85 -14
  11. package/dist/handsontable.full.min.js +48 -48
  12. package/dist/handsontable.js +3317 -3424
  13. package/dist/handsontable.min.css +82 -11
  14. package/dist/handsontable.min.js +24 -24
  15. package/editors/dateEditor/dateEditor.js +2 -0
  16. package/editors/dateEditor/dateEditor.mjs +2 -0
  17. package/editors/handsontableEditor/handsontableEditor.js +1 -1
  18. package/editors/handsontableEditor/handsontableEditor.mjs +1 -1
  19. package/editors/selectEditor/selectEditor.js +20 -9
  20. package/editors/selectEditor/selectEditor.mjs +20 -9
  21. package/editors/textEditor/textEditor.js +4 -11
  22. package/editors/textEditor/textEditor.mjs +4 -11
  23. package/helpers/mixed.js +2 -2
  24. package/helpers/mixed.mjs +2 -2
  25. package/helpers/themes.js +17 -0
  26. package/helpers/themes.mjs +13 -0
  27. package/package.json +10 -3
  28. package/plugins/comments/commentEditor.js +8 -1
  29. package/plugins/comments/commentEditor.mjs +8 -1
  30. package/plugins/comments/comments.js +1 -1
  31. package/plugins/comments/comments.mjs +1 -1
  32. package/plugins/contextMenu/menu/menu.js +4 -4
  33. package/plugins/contextMenu/menu/menu.mjs +4 -4
  34. package/plugins/contextMenu/menu/shortcuts.js +1 -1
  35. package/plugins/contextMenu/menu/shortcuts.mjs +1 -1
  36. package/plugins/filters/filters.js +37 -13
  37. package/plugins/filters/filters.mjs +37 -13
  38. package/plugins/filters/menu/focusController.js +36 -14
  39. package/plugins/filters/menu/focusController.mjs +36 -14
  40. package/styles/handsontable.css +1921 -0
  41. package/styles/handsontable.min.css +30 -0
  42. package/styles/ht-theme-gemini.css +689 -0
  43. package/styles/ht-theme-gemini.min.css +30 -0
  44. package/styles/ht-theme-main.css +697 -0
  45. package/styles/ht-theme-main.min.css +30 -0
  46. package/utils/ghostTable.js +1 -1
  47. package/utils/ghostTable.mjs +1 -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.