handsontable 0.0.0-next-6d7bdba-20230620 → 0.0.0-next-af5139c-20230620

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 (57) hide show
  1. package/base.js +2 -2
  2. package/base.mjs +2 -2
  3. package/dist/handsontable.css +2 -2
  4. package/dist/handsontable.full.css +2 -2
  5. package/dist/handsontable.full.js +2066 -2286
  6. package/dist/handsontable.full.min.css +2 -2
  7. package/dist/handsontable.full.min.js +77 -77
  8. package/dist/handsontable.js +1982 -2202
  9. package/dist/handsontable.min.css +2 -2
  10. package/dist/handsontable.min.js +4 -4
  11. package/helpers/mixed.js +1 -1
  12. package/helpers/mixed.mjs +1 -1
  13. package/package.json +1 -1
  14. package/plugins/comments/comments.js +4 -11
  15. package/plugins/comments/comments.mjs +4 -11
  16. package/plugins/contextMenu/contextMenu.d.ts +1 -1
  17. package/plugins/contextMenu/contextMenu.js +29 -80
  18. package/plugins/contextMenu/contextMenu.mjs +30 -81
  19. package/plugins/contextMenu/predefinedItems/alignment.js +0 -7
  20. package/plugins/contextMenu/predefinedItems/alignment.mjs +0 -7
  21. package/plugins/contextMenu/predefinedItems/clearColumn.js +3 -5
  22. package/plugins/contextMenu/predefinedItems/clearColumn.mjs +3 -5
  23. package/plugins/contextMenu/predefinedItems/columnLeft.js +3 -5
  24. package/plugins/contextMenu/predefinedItems/columnLeft.mjs +3 -5
  25. package/plugins/contextMenu/predefinedItems/columnRight.js +3 -5
  26. package/plugins/contextMenu/predefinedItems/columnRight.mjs +3 -5
  27. package/plugins/contextMenu/predefinedItems/readOnly.js +0 -7
  28. package/plugins/contextMenu/predefinedItems/readOnly.mjs +0 -7
  29. package/plugins/contextMenu/predefinedItems/removeColumn.js +5 -7
  30. package/plugins/contextMenu/predefinedItems/removeColumn.mjs +3 -5
  31. package/plugins/contextMenu/predefinedItems/removeRow.js +5 -7
  32. package/plugins/contextMenu/predefinedItems/removeRow.mjs +3 -5
  33. package/plugins/contextMenu/predefinedItems/rowAbove.js +3 -5
  34. package/plugins/contextMenu/predefinedItems/rowAbove.mjs +3 -5
  35. package/plugins/contextMenu/predefinedItems/rowBelow.js +3 -5
  36. package/plugins/contextMenu/predefinedItems/rowBelow.mjs +3 -5
  37. package/plugins/contextMenu/utils.js +16 -25
  38. package/plugins/contextMenu/utils.mjs +15 -24
  39. package/plugins/copyPaste/contextMenuItem/copy.js +0 -7
  40. package/plugins/copyPaste/contextMenuItem/copy.mjs +0 -7
  41. package/plugins/copyPaste/contextMenuItem/copyColumnHeadersOnly.js +1 -9
  42. package/plugins/copyPaste/contextMenuItem/copyColumnHeadersOnly.mjs +1 -9
  43. package/plugins/copyPaste/contextMenuItem/copyWithColumnGroupHeaders.js +1 -9
  44. package/plugins/copyPaste/contextMenuItem/copyWithColumnGroupHeaders.mjs +1 -9
  45. package/plugins/copyPaste/contextMenuItem/copyWithColumnHeaders.js +1 -9
  46. package/plugins/copyPaste/contextMenuItem/copyWithColumnHeaders.mjs +1 -9
  47. package/plugins/copyPaste/contextMenuItem/cut.js +0 -7
  48. package/plugins/copyPaste/contextMenuItem/cut.mjs +0 -7
  49. package/plugins/customBorders/customBorders.js +0 -7
  50. package/plugins/customBorders/customBorders.mjs +0 -7
  51. package/plugins/dropdownMenu/dropdownMenu.d.ts +1 -1
  52. package/plugins/dropdownMenu/dropdownMenu.js +30 -94
  53. package/plugins/dropdownMenu/dropdownMenu.mjs +30 -94
  54. package/shortcuts/recorder.js +2 -2
  55. package/shortcuts/recorder.mjs +2 -2
  56. package/shortcuts/utils.js +5 -21
  57. package/shortcuts/utils.mjs +4 -20
package/base.js CHANGED
@@ -44,8 +44,8 @@ Handsontable.hooks = _pluginHooks.default.getSingleton();
44
44
  Handsontable.CellCoords = _src.CellCoords;
45
45
  Handsontable.CellRange = _src.CellRange;
46
46
  Handsontable.packageName = 'handsontable';
47
- Handsontable.buildDate = "20/06/2023 12:27:29";
48
- Handsontable.version = "0.0.0-next-6d7bdba-20230620";
47
+ Handsontable.buildDate = "20/06/2023 12:34:24";
48
+ Handsontable.version = "0.0.0-next-af5139c-20230620";
49
49
  Handsontable.languages = {
50
50
  dictionaryKeys: _registry.dictionaryKeys,
51
51
  getLanguageDictionary: _registry.getLanguageDictionary,
package/base.mjs CHANGED
@@ -35,8 +35,8 @@ Handsontable.hooks = Hooks.getSingleton();
35
35
  Handsontable.CellCoords = CellCoords;
36
36
  Handsontable.CellRange = CellRange;
37
37
  Handsontable.packageName = 'handsontable';
38
- Handsontable.buildDate = "20/06/2023 12:27:45";
39
- Handsontable.version = "0.0.0-next-6d7bdba-20230620";
38
+ Handsontable.buildDate = "20/06/2023 12:34:39";
39
+ Handsontable.version = "0.0.0-next-af5139c-20230620";
40
40
  Handsontable.languages = {
41
41
  dictionaryKeys: dictionaryKeys,
42
42
  getLanguageDictionary: getLanguageDictionary,
@@ -25,8 +25,8 @@
25
25
  * INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER ARISING FROM
26
26
  * USE OR INABILITY TO USE THIS SOFTWARE.
27
27
  *
28
- * Version: 0.0.0-next-6d7bdba-20230620
29
- * Release date: 23/05/2023 (built at 20/06/2023 12:27:58)
28
+ * Version: 0.0.0-next-af5139c-20230620
29
+ * Release date: 23/05/2023 (built at 20/06/2023 12:34:52)
30
30
  */
31
31
  /**
32
32
  * Fix for bootstrap styles
@@ -25,8 +25,8 @@
25
25
  * INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER ARISING FROM
26
26
  * USE OR INABILITY TO USE THIS SOFTWARE.
27
27
  *
28
- * Version: 0.0.0-next-6d7bdba-20230620
29
- * Release date: 23/05/2023 (built at 20/06/2023 12:27:58)
28
+ * Version: 0.0.0-next-af5139c-20230620
29
+ * Release date: 23/05/2023 (built at 20/06/2023 12:34:52)
30
30
  */
31
31
  /**
32
32
  * Fix for bootstrap styles