handsontable 0.0.0-next-5709dd1-20241121 → 0.0.0-next-a148bc1-20241121

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 (49) hide show
  1. package/3rdparty/walkontable/src/index.js +2 -0
  2. package/3rdparty/walkontable/src/index.mjs +2 -1
  3. package/3rdparty/walkontable/src/renderer/_base.js +3 -4
  4. package/3rdparty/walkontable/src/renderer/_base.mjs +2 -2
  5. package/3rdparty/walkontable/src/renderer/cells.js +11 -10
  6. package/3rdparty/walkontable/src/renderer/cells.mjs +10 -8
  7. package/3rdparty/walkontable/src/renderer/colGroup.js +6 -7
  8. package/3rdparty/walkontable/src/renderer/colGroup.mjs +5 -5
  9. package/3rdparty/walkontable/src/renderer/columnHeaders.js +4 -5
  10. package/3rdparty/walkontable/src/renderer/columnHeaders.mjs +3 -3
  11. package/3rdparty/walkontable/src/renderer/index.js +18 -19
  12. package/3rdparty/walkontable/src/renderer/index.mjs +6 -6
  13. package/3rdparty/walkontable/src/renderer/rowHeaders.js +5 -6
  14. package/3rdparty/walkontable/src/renderer/rowHeaders.mjs +4 -4
  15. package/3rdparty/walkontable/src/renderer/rows.js +23 -11
  16. package/3rdparty/walkontable/src/renderer/rows.mjs +23 -10
  17. package/3rdparty/walkontable/src/renderer/table.js +1 -1
  18. package/3rdparty/walkontable/src/renderer/table.mjs +1 -1
  19. package/3rdparty/walkontable/src/utils/nodesPool.js +22 -5
  20. package/3rdparty/walkontable/src/utils/nodesPool.mjs +22 -5
  21. package/3rdparty/walkontable/src/utils/orderView/index.js +4 -5
  22. package/3rdparty/walkontable/src/utils/orderView/index.mjs +2 -2
  23. package/3rdparty/walkontable/src/utils/orderView/sharedView.js +3 -4
  24. package/3rdparty/walkontable/src/utils/orderView/sharedView.mjs +2 -2
  25. package/3rdparty/walkontable/src/utils/orderView/view.js +79 -76
  26. package/3rdparty/walkontable/src/utils/orderView/view.mjs +78 -74
  27. package/3rdparty/walkontable/src/utils/orderView/viewDiffer/index.js +138 -0
  28. package/3rdparty/walkontable/src/utils/orderView/viewDiffer/index.mjs +135 -0
  29. package/3rdparty/walkontable/src/utils/orderView/viewDiffer/viewOrder.js +72 -0
  30. package/3rdparty/walkontable/src/utils/orderView/viewDiffer/viewOrder.mjs +68 -0
  31. package/3rdparty/walkontable/src/utils/orderView/viewSize.js +1 -1
  32. package/3rdparty/walkontable/src/utils/orderView/viewSize.mjs +1 -1
  33. package/3rdparty/walkontable/src/utils/orderView/viewSizeSet.js +4 -5
  34. package/3rdparty/walkontable/src/utils/orderView/viewSizeSet.mjs +3 -3
  35. package/base.js +2 -2
  36. package/base.mjs +2 -2
  37. package/dist/handsontable.css +2 -2
  38. package/dist/handsontable.full.css +2 -2
  39. package/dist/handsontable.full.js +1963 -1712
  40. package/dist/handsontable.full.min.css +2 -2
  41. package/dist/handsontable.full.min.js +7 -7
  42. package/dist/handsontable.js +1965 -1714
  43. package/dist/handsontable.min.css +2 -2
  44. package/dist/handsontable.min.js +7 -7
  45. package/helpers/mixed.js +1 -1
  46. package/helpers/mixed.mjs +1 -1
  47. package/package.json +1 -1
  48. package/plugins/filters/filters.js +0 -2
  49. package/plugins/filters/filters.mjs +0 -2
package/helpers/mixed.js CHANGED
@@ -134,7 +134,7 @@ const domMessages = {
134
134
  function _injectProductInfo(key, element) {
135
135
  const hasValidType = !isEmpty(key);
136
136
  const isNonCommercial = typeof key === 'string' && key.toLowerCase() === 'non-commercial-and-evaluation';
137
- const hotVersion = "0.0.0-next-5709dd1-20241121";
137
+ const hotVersion = "0.0.0-next-a148bc1-20241121";
138
138
  let keyValidityDate;
139
139
  let consoleMessageState = 'invalid';
140
140
  let domMessageState = 'invalid';
package/helpers/mixed.mjs CHANGED
@@ -124,7 +124,7 @@ const domMessages = {
124
124
  export function _injectProductInfo(key, element) {
125
125
  const hasValidType = !isEmpty(key);
126
126
  const isNonCommercial = typeof key === 'string' && key.toLowerCase() === 'non-commercial-and-evaluation';
127
- const hotVersion = "0.0.0-next-5709dd1-20241121";
127
+ const hotVersion = "0.0.0-next-a148bc1-20241121";
128
128
  let keyValidityDate;
129
129
  let consoleMessageState = 'invalid';
130
130
  let domMessageState = 'invalid';
package/package.json CHANGED
@@ -10,7 +10,7 @@
10
10
  "url": "https://github.com/handsontable/handsontable/issues"
11
11
  },
12
12
  "author": "Handsoncode <hello@handsontable.com>",
13
- "version": "0.0.0-next-5709dd1-20241121",
13
+ "version": "0.0.0-next-a148bc1-20241121",
14
14
  "main": "index",
15
15
  "module": "index.mjs",
16
16
  "jsnext:main": "index.mjs",
@@ -900,12 +900,10 @@ function _onActionBarSubmit(submitType) {
900
900
  * @param {object} command Menu item object (command).
901
901
  */
902
902
  function _onComponentChange(component, command) {
903
- const menu = this.dropdownMenuPlugin.menu;
904
903
  this.updateDependentComponentsVisibility();
905
904
  if (component.constructor === _condition.ConditionComponent && !command.inputsCount) {
906
905
  this.setListeningDropdownMenu();
907
906
  }
908
- menu.updateMenuDimensions();
909
907
  }
910
908
  /**
911
909
  * On component SelectUI closed listener.
@@ -893,12 +893,10 @@ function _onActionBarSubmit(submitType) {
893
893
  * @param {object} command Menu item object (command).
894
894
  */
895
895
  function _onComponentChange(component, command) {
896
- const menu = this.dropdownMenuPlugin.menu;
897
896
  this.updateDependentComponentsVisibility();
898
897
  if (component.constructor === ConditionComponent && !command.inputsCount) {
899
898
  this.setListeningDropdownMenu();
900
899
  }
901
- menu.updateMenuDimensions();
902
900
  }
903
901
  /**
904
902
  * On component SelectUI closed listener.