handsontable 12.3.0-next-3c5d0e4-20221214 → 12.3.1-next-83e8a23-20230111

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.
Files changed (182) hide show
  1. package/3rdparty/walkontable/src/border.js +4 -4
  2. package/3rdparty/walkontable/src/border.mjs +4 -4
  3. package/3rdparty/walkontable/src/selection.js +2 -2
  4. package/3rdparty/walkontable/src/selection.mjs +2 -2
  5. package/3rdparty/walkontable/src/table.js +2 -2
  6. package/3rdparty/walkontable/src/table.mjs +2 -2
  7. package/CHANGELOG.md +121 -108
  8. package/base.js +2 -2
  9. package/base.mjs +2 -2
  10. package/core.js +4 -4
  11. package/core.mjs +4 -4
  12. package/dataMap/dataMap.js +1 -1
  13. package/dataMap/dataMap.mjs +1 -1
  14. package/dataMap/metaManager/lazyFactoryMap.js +1 -1
  15. package/dataMap/metaManager/lazyFactoryMap.mjs +1 -1
  16. package/dataMap/metaManager/metaLayers/cellMeta.js +1 -1
  17. package/dataMap/metaManager/metaLayers/cellMeta.mjs +1 -1
  18. package/dataMap/metaManager/metaSchema.js +3 -3
  19. package/dataMap/metaManager/metaSchema.mjs +3 -3
  20. package/dist/handsontable.css +7 -5
  21. package/dist/handsontable.full.css +7 -5
  22. package/dist/handsontable.full.js +3438 -3353
  23. package/dist/handsontable.full.min.css +4 -4
  24. package/dist/handsontable.full.min.js +118 -118
  25. package/dist/handsontable.js +1626 -1553
  26. package/dist/handsontable.min.css +4 -4
  27. package/dist/handsontable.min.js +3 -3
  28. package/dist/languages/all.js +1 -1
  29. package/dist/languages/all.min.js +1 -1
  30. package/dist/languages/ja-JP.js +1 -1
  31. package/dist/languages/ja-JP.min.js +1 -1
  32. package/editorManager.js +2 -2
  33. package/editorManager.mjs +2 -2
  34. package/editors/baseEditor/baseEditor.js +2 -2
  35. package/editors/baseEditor/baseEditor.mjs +2 -2
  36. package/editors/textEditor/textEditor.js +2 -2
  37. package/editors/textEditor/textEditor.mjs +2 -2
  38. package/helpers/dom/element.js +1 -1
  39. package/helpers/dom/element.mjs +1 -1
  40. package/helpers/mixed.js +5 -6
  41. package/helpers/mixed.mjs +5 -6
  42. package/helpers/number.js +1 -1
  43. package/helpers/number.mjs +1 -1
  44. package/i18n/languages/ja-JP.js +1 -1
  45. package/i18n/languages/ja-JP.mjs +2 -2
  46. package/languages/all.js +1 -1
  47. package/languages/index.js +1 -1
  48. package/languages/ja-JP.js +1 -1
  49. package/languages/ja-JP.mjs +2 -2
  50. package/package.json +1 -1
  51. package/plugins/autoColumnSize/autoColumnSize.js +3 -3
  52. package/plugins/autoColumnSize/autoColumnSize.mjs +3 -3
  53. package/plugins/autoRowSize/autoRowSize.js +2 -2
  54. package/plugins/autoRowSize/autoRowSize.mjs +2 -2
  55. package/plugins/autofill/autofill.js +2 -2
  56. package/plugins/autofill/autofill.mjs +2 -2
  57. package/plugins/base/base.js +2 -2
  58. package/plugins/base/base.mjs +2 -2
  59. package/plugins/bindRowsWithHeaders/maps/strictBindsMap.js +1 -1
  60. package/plugins/bindRowsWithHeaders/maps/strictBindsMap.mjs +1 -1
  61. package/plugins/collapsibleColumns/collapsibleColumns.js +1 -1
  62. package/plugins/collapsibleColumns/collapsibleColumns.mjs +1 -1
  63. package/plugins/columnSorting/columnSorting.js +1 -1
  64. package/plugins/columnSorting/columnSorting.mjs +1 -1
  65. package/plugins/columnSorting/columnStatesManager.js +2 -2
  66. package/plugins/columnSorting/columnStatesManager.mjs +2 -2
  67. package/plugins/columnSorting/rootComparator.js +1 -1
  68. package/plugins/columnSorting/rootComparator.mjs +1 -1
  69. package/plugins/contextMenu/predefinedItems/removeColumn.js +2 -2
  70. package/plugins/contextMenu/predefinedItems/removeColumn.mjs +2 -2
  71. package/plugins/contextMenu/predefinedItems/removeRow.js +2 -2
  72. package/plugins/contextMenu/predefinedItems/removeRow.mjs +2 -2
  73. package/plugins/copyPaste/copyPaste.js +2 -2
  74. package/plugins/copyPaste/copyPaste.mjs +2 -2
  75. package/plugins/customBorders/customBorders.js +2 -2
  76. package/plugins/customBorders/customBorders.mjs +2 -2
  77. package/plugins/exportFile/dataProvider.js +2 -2
  78. package/plugins/exportFile/dataProvider.mjs +2 -2
  79. package/plugins/filters/component/value.js +2 -2
  80. package/plugins/filters/component/value.mjs +2 -2
  81. package/plugins/filters/condition/beginsWith.js +2 -2
  82. package/plugins/filters/condition/beginsWith.mjs +2 -2
  83. package/plugins/filters/condition/between.js +2 -2
  84. package/plugins/filters/condition/between.mjs +2 -2
  85. package/plugins/filters/condition/byValue.js +2 -2
  86. package/plugins/filters/condition/byValue.mjs +2 -2
  87. package/plugins/filters/condition/contains.js +2 -2
  88. package/plugins/filters/condition/contains.mjs +2 -2
  89. package/plugins/filters/condition/date/after.js +2 -2
  90. package/plugins/filters/condition/date/after.mjs +2 -2
  91. package/plugins/filters/condition/date/before.js +2 -2
  92. package/plugins/filters/condition/date/before.mjs +2 -2
  93. package/plugins/filters/condition/endsWith.js +2 -2
  94. package/plugins/filters/condition/endsWith.mjs +2 -2
  95. package/plugins/filters/condition/equal.js +2 -2
  96. package/plugins/filters/condition/equal.mjs +2 -2
  97. package/plugins/filters/condition/greaterThan.js +2 -2
  98. package/plugins/filters/condition/greaterThan.mjs +2 -2
  99. package/plugins/filters/condition/greaterThanOrEqual.js +2 -2
  100. package/plugins/filters/condition/greaterThanOrEqual.mjs +2 -2
  101. package/plugins/filters/condition/lessThan.js +2 -2
  102. package/plugins/filters/condition/lessThan.mjs +2 -2
  103. package/plugins/filters/condition/lessThanOrEqual.js +2 -2
  104. package/plugins/filters/condition/lessThanOrEqual.mjs +2 -2
  105. package/plugins/filters/conditionCollection.js +2 -2
  106. package/plugins/filters/conditionCollection.mjs +2 -2
  107. package/plugins/filters/filters.js +2 -2
  108. package/plugins/filters/filters.mjs +2 -2
  109. package/plugins/filters/ui/multipleSelect.js +1 -1
  110. package/plugins/filters/ui/multipleSelect.mjs +1 -1
  111. package/plugins/formulas/formulas.js +2 -2
  112. package/plugins/formulas/formulas.mjs +2 -2
  113. package/plugins/hiddenColumns/contextMenuItem/hideColumn.js +2 -2
  114. package/plugins/hiddenColumns/contextMenuItem/hideColumn.mjs +2 -2
  115. package/plugins/hiddenColumns/contextMenuItem/showColumn.js +1 -1
  116. package/plugins/hiddenColumns/contextMenuItem/showColumn.mjs +1 -1
  117. package/plugins/hiddenRows/contextMenuItem/hideRow.js +2 -2
  118. package/plugins/hiddenRows/contextMenuItem/hideRow.mjs +2 -2
  119. package/plugins/hiddenRows/contextMenuItem/showRow.js +1 -1
  120. package/plugins/hiddenRows/contextMenuItem/showRow.mjs +1 -1
  121. package/plugins/manualColumnFreeze/contextMenuItem/freezeColumn.js +2 -2
  122. package/plugins/manualColumnFreeze/contextMenuItem/freezeColumn.mjs +2 -2
  123. package/plugins/manualColumnFreeze/contextMenuItem/unfreezeColumn.js +2 -2
  124. package/plugins/manualColumnFreeze/contextMenuItem/unfreezeColumn.mjs +2 -2
  125. package/plugins/mergeCells/calculations/autofill.js +2 -2
  126. package/plugins/mergeCells/calculations/autofill.mjs +2 -2
  127. package/plugins/mergeCells/cellsCollection.js +1 -1
  128. package/plugins/mergeCells/cellsCollection.mjs +1 -1
  129. package/plugins/mergeCells/mergeCells.js +2 -2
  130. package/plugins/mergeCells/mergeCells.mjs +2 -2
  131. package/plugins/multiColumnSorting/rootComparator.js +1 -1
  132. package/plugins/multiColumnSorting/rootComparator.mjs +1 -1
  133. package/plugins/nestedHeaders/stateManager/headersTree.js +2 -2
  134. package/plugins/nestedHeaders/stateManager/headersTree.mjs +2 -2
  135. package/plugins/nestedHeaders/stateManager/settingsNormalizer.js +1 -1
  136. package/plugins/nestedHeaders/stateManager/settingsNormalizer.mjs +1 -1
  137. package/plugins/nestedRows/data/dataManager.js +1 -1
  138. package/plugins/nestedRows/data/dataManager.mjs +1 -1
  139. package/plugins/nestedRows/nestedRows.js +4 -1
  140. package/plugins/nestedRows/nestedRows.mjs +4 -1
  141. package/plugins/nestedRows/ui/collapsing.js +1 -1
  142. package/plugins/nestedRows/ui/collapsing.mjs +1 -1
  143. package/plugins/nestedRows/utils/rowMoveController.js +1 -1
  144. package/plugins/nestedRows/utils/rowMoveController.mjs +1 -1
  145. package/plugins/registry.js +2 -2
  146. package/plugins/registry.mjs +2 -2
  147. package/plugins/search/search.js +1 -1
  148. package/plugins/search/search.mjs +1 -1
  149. package/plugins/undoRedo/undoRedo.js +2 -2
  150. package/plugins/undoRedo/undoRedo.mjs +2 -2
  151. package/selection/highlight/highlight.js +1 -1
  152. package/selection/highlight/highlight.mjs +1 -1
  153. package/selection/selection.js +2 -2
  154. package/selection/selection.mjs +2 -2
  155. package/selection/utils.js +2 -2
  156. package/selection/utils.mjs +2 -2
  157. package/shortcuts/context.js +2 -2
  158. package/shortcuts/context.mjs +2 -2
  159. package/tableView.js +2 -2
  160. package/tableView.mjs +2 -2
  161. package/translations/indexMapper.js +1 -1
  162. package/translations/indexMapper.mjs +1 -1
  163. package/translations/maps/linkedPhysicalIndexToValueMap.js +1 -1
  164. package/translations/maps/linkedPhysicalIndexToValueMap.mjs +1 -1
  165. package/translations/maps/utils/indexesSequence.js +1 -1
  166. package/translations/maps/utils/indexesSequence.mjs +1 -1
  167. package/translations/maps/utils/physicallyIndexed.js +1 -1
  168. package/translations/maps/utils/physicallyIndexed.mjs +1 -1
  169. package/utils/dataStructures/priorityMap.js +2 -2
  170. package/utils/dataStructures/priorityMap.mjs +2 -2
  171. package/utils/dataStructures/tree.js +1 -1
  172. package/utils/dataStructures/tree.mjs +1 -1
  173. package/utils/dataStructures/uniqueMap.js +2 -2
  174. package/utils/dataStructures/uniqueMap.mjs +2 -2
  175. package/utils/dataStructures/uniqueSet.js +1 -1
  176. package/utils/dataStructures/uniqueSet.mjs +1 -1
  177. package/utils/ghostTable.js +2 -2
  178. package/utils/ghostTable.mjs +2 -2
  179. package/utils/parseTable.js +1 -1
  180. package/utils/parseTable.mjs +1 -1
  181. package/utils/staticRegister.js +1 -1
  182. package/utils/staticRegister.mjs +1 -1
package/core.mjs CHANGED
@@ -8,14 +8,14 @@ function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" =
8
8
  function _taggedTemplateLiteral(strings, raw) { if (!raw) { raw = strings.slice(0); } return Object.freeze(Object.defineProperties(strings, { raw: { value: Object.freeze(raw) } })); }
9
9
  function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
10
10
  function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
11
- function _iterableToArrayLimit(arr, i) { var _i = null == arr ? null : "undefined" != typeof Symbol && arr[Symbol.iterator] || arr["@@iterator"]; if (null != _i) { var _s, _e, _x, _r, _arr = [], _n = !0, _d = !1; try { if (_x = (_i = _i.call(arr)).next, 0 === i) { if (Object(_i) !== _i) return; _n = !1; } else for (; !(_n = (_s = _x.call(_i)).done) && (_arr.push(_s.value), _arr.length !== i); _n = !0) { ; } } catch (err) { _d = !0, _e = err; } finally { try { if (!_n && null != _i.return && (_r = _i.return(), Object(_r) !== _r)) return; } finally { if (_d) throw _e; } } return _arr; } }
11
+ function _iterableToArrayLimit(arr, i) { var _i = null == arr ? null : "undefined" != typeof Symbol && arr[Symbol.iterator] || arr["@@iterator"]; if (null != _i) { var _s, _e, _x, _r, _arr = [], _n = !0, _d = !1; try { if (_x = (_i = _i.call(arr)).next, 0 === i) { if (Object(_i) !== _i) return; _n = !1; } else for (; !(_n = (_s = _x.call(_i)).done) && (_arr.push(_s.value), _arr.length !== i); _n = !0); } catch (err) { _d = !0, _e = err; } finally { try { if (!_n && null != _i.return && (_r = _i.return(), Object(_r) !== _r)) return; } finally { if (_d) throw _e; } } return _arr; } }
12
12
  function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
13
13
  function _toConsumableArray(arr) { return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread(); }
14
14
  function _nonIterableSpread() { throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
15
15
  function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
16
16
  function _iterableToArray(iter) { if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter); }
17
17
  function _arrayWithoutHoles(arr) { if (Array.isArray(arr)) return _arrayLikeToArray(arr); }
18
- function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }
18
+ function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
19
19
  import "core-js/modules/es.array.iterator.js";
20
20
  import "core-js/modules/es.object.to-string.js";
21
21
  import "core-js/modules/es.set.js";
@@ -85,7 +85,7 @@ var deprecationWarns = new Set();
85
85
  *
86
86
  * ::: only-for react
87
87
  * To use these methods, associate a Handsontable instance with your instance
88
- * of the [`HotTable` component](@/guides/getting-started/installation.md#use-the-hottable-component),
88
+ * of the [`HotTable` component](@/guides/getting-started/installation.md#_4-use-the-hottable-component),
89
89
  * by using React's `ref` feature (read more on the [Instance methods](@/guides/getting-started/react-methods.md) page).
90
90
  * :::
91
91
  *
@@ -4046,7 +4046,7 @@ export default function Core(rootElement, userSettings) {
4046
4046
  this.getShortcutManager().destroy();
4047
4047
  metaManager.clearCache();
4048
4048
  if (isRootInstance(instance)) {
4049
- var licenseInfo = this.rootDocument.querySelector('#hot-display-license-info');
4049
+ var licenseInfo = this.rootDocument.querySelector('.hot-display-license-info');
4050
4050
  if (licenseInfo) {
4051
4051
  licenseInfo.parentNode.removeChild(licenseInfo);
4052
4052
  }
@@ -35,7 +35,7 @@ function _nonIterableSpread() { throw new TypeError("Invalid attempt to spread n
35
35
  function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
36
36
  function _iterableToArray(iter) { if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter); }
37
37
  function _arrayWithoutHoles(arr) { if (Array.isArray(arr)) return _arrayLikeToArray(arr); }
38
- function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }
38
+ function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
39
39
  function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
40
40
  function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
41
41
  function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, _toPropertyKey(descriptor.key), descriptor); } }
@@ -3,7 +3,7 @@ function _nonIterableSpread() { throw new TypeError("Invalid attempt to spread n
3
3
  function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
4
4
  function _iterableToArray(iter) { if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter); }
5
5
  function _arrayWithoutHoles(arr) { if (Array.isArray(arr)) return _arrayLikeToArray(arr); }
6
- function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }
6
+ function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
7
7
  function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
8
8
  import "core-js/modules/es.array.iterator.js";
9
9
  import "core-js/modules/es.map.js";
@@ -28,7 +28,7 @@ function _nonIterableSpread() { throw new TypeError("Invalid attempt to spread n
28
28
  function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
29
29
  function _iterableToArray(iter) { if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter); }
30
30
  function _arrayWithoutHoles(arr) { if (Array.isArray(arr)) return _arrayLikeToArray(arr); }
31
- function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }
31
+ function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
32
32
  function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
33
33
  function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, _toPropertyKey(descriptor.key), descriptor); } }
34
34
  function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
@@ -4,7 +4,7 @@ function _nonIterableSpread() { throw new TypeError("Invalid attempt to spread n
4
4
  function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
5
5
  function _iterableToArray(iter) { if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter); }
6
6
  function _arrayWithoutHoles(arr) { if (Array.isArray(arr)) return _arrayLikeToArray(arr); }
7
- function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }
7
+ function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
8
8
  import "core-js/modules/es.array.iterator.js";
9
9
  import "core-js/modules/es.object.to-string.js";
10
10
  import "core-js/modules/es.set.js";
@@ -27,7 +27,7 @@ function _nonIterableSpread() { throw new TypeError("Invalid attempt to spread n
27
27
  function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
28
28
  function _iterableToArray(iter) { if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter); }
29
29
  function _arrayWithoutHoles(arr) { if (Array.isArray(arr)) return _arrayLikeToArray(arr); }
30
- function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }
30
+ function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
31
31
  function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
32
32
  function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, _toPropertyKey(descriptor.key), descriptor); } }
33
33
  function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
@@ -4,7 +4,7 @@ function _nonIterableSpread() { throw new TypeError("Invalid attempt to spread n
4
4
  function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
5
5
  function _iterableToArray(iter) { if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter); }
6
6
  function _arrayWithoutHoles(arr) { if (Array.isArray(arr)) return _arrayLikeToArray(arr); }
7
- function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }
7
+ function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
8
8
  import "core-js/modules/es.array.from.js";
9
9
  import "core-js/modules/es.string.iterator.js";
10
10
  import "core-js/modules/es.array.iterator.js";
@@ -63,7 +63,7 @@ function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" =
63
63
  * ::: only-for react
64
64
  *
65
65
  * To apply configuration options, pass them as individual props
66
- * of the [`HotTable`](@/guides/getting-started/installation.md#use-the-hottable-component)
66
+ * of the [`HotTable`](@/guides/getting-started/installation.md#_4-use-the-hottable-component)
67
67
  * or [`HotColumn`](@/guides/columns/react-hot-column.md) components.
68
68
  *
69
69
  * Read more on the [Configuration options](@/guides/getting-started/configuration-options.md) page.
@@ -2838,13 +2838,13 @@ var _default = function _default() {
2838
2838
  * @example
2839
2839
  * ```js
2840
2840
  * // enable the `ManualRowResize` plugin
2841
- * manualColumnResize: true,
2841
+ * manualRowResize: true,
2842
2842
  *
2843
2843
  * // enable the `ManualRowResize` plugin
2844
2844
  * // set the initial height of row 0 to 40 pixels
2845
2845
  * // set the initial height of row 1 to 50 pixels
2846
2846
  * // set the initial height of row 2 to 60 pixels
2847
- * manualColumnResize: [40, 50, 60],
2847
+ * manualRowResize: [40, 50, 60],
2848
2848
  * ```
2849
2849
  */
2850
2850
  manualRowResize: void 0,
@@ -59,7 +59,7 @@ import { isObjectEqual } from "../../helpers/object.mjs";
59
59
  * ::: only-for react
60
60
  *
61
61
  * To apply configuration options, pass them as individual props
62
- * of the [`HotTable`](@/guides/getting-started/installation.md#use-the-hottable-component)
62
+ * of the [`HotTable`](@/guides/getting-started/installation.md#_4-use-the-hottable-component)
63
63
  * or [`HotColumn`](@/guides/columns/react-hot-column.md) components.
64
64
  *
65
65
  * Read more on the [Configuration options](@/guides/getting-started/configuration-options.md) page.
@@ -2834,13 +2834,13 @@ export default (function () {
2834
2834
  * @example
2835
2835
  * ```js
2836
2836
  * // enable the `ManualRowResize` plugin
2837
- * manualColumnResize: true,
2837
+ * manualRowResize: true,
2838
2838
  *
2839
2839
  * // enable the `ManualRowResize` plugin
2840
2840
  * // set the initial height of row 0 to 40 pixels
2841
2841
  * // set the initial height of row 1 to 50 pixels
2842
2842
  * // set the initial height of row 2 to 60 pixels
2843
- * manualColumnResize: [40, 50, 60],
2843
+ * manualRowResize: [40, 50, 60],
2844
2844
  * ```
2845
2845
  */
2846
2846
  manualRowResize: void 0,
@@ -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: 12.3.0-next-3c5d0e4-20221214
29
- * Release date: 14/12/2022 (built at 14/12/2022 10:15:11)
28
+ * Version: 12.3.1-next-83e8a23-20230111
29
+ * Release date: 18/01/2023 (built at 11/01/2023 12:34:12)
30
30
  */
31
31
  /**
32
32
  * Fix for bootstrap styles
@@ -396,7 +396,7 @@ innerBorderBottom - Property controlled by bottom overlay
396
396
  white-space: nowrap;
397
397
  }
398
398
 
399
- #hot-display-license-info {
399
+ .hot-display-license-info {
400
400
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Helvetica Neue", Arial, sans-serif;
401
401
  font-size: 10px;
402
402
  font-weight: normal;
@@ -405,7 +405,7 @@ innerBorderBottom - Property controlled by bottom overlay
405
405
  text-align: left;
406
406
  }
407
407
 
408
- #hot-display-license-info a {
408
+ .hot-display-license-info a {
409
409
  color: #104acc;
410
410
  font-size: 10px;
411
411
  }
@@ -1223,8 +1223,10 @@ textarea.HandsontableCopyPaste {
1223
1223
  }
1224
1224
 
1225
1225
  .htFiltersConditionsMenu .ht_clone_top,
1226
+ .htFiltersConditionsMenu .ht_clone_bottom,
1226
1227
  .htFiltersConditionsMenu .ht_clone_inline_start,
1227
- .htFiltersConditionsMenu .ht_clone_corner {
1228
+ .htFiltersConditionsMenu .ht_clone_top_inline_start_corner,
1229
+ .htFiltersConditionsMenu .ht_clone_bottom_inline_start_corner {
1228
1230
  display: none;
1229
1231
  }
1230
1232
 
@@ -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: 12.3.0-next-3c5d0e4-20221214
29
- * Release date: 14/12/2022 (built at 14/12/2022 10:15:11)
28
+ * Version: 12.3.1-next-83e8a23-20230111
29
+ * Release date: 18/01/2023 (built at 11/01/2023 12:34:12)
30
30
  */
31
31
  /**
32
32
  * Fix for bootstrap styles
@@ -396,7 +396,7 @@ innerBorderBottom - Property controlled by bottom overlay
396
396
  white-space: nowrap;
397
397
  }
398
398
 
399
- #hot-display-license-info {
399
+ .hot-display-license-info {
400
400
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Helvetica Neue", Arial, sans-serif;
401
401
  font-size: 10px;
402
402
  font-weight: normal;
@@ -405,7 +405,7 @@ innerBorderBottom - Property controlled by bottom overlay
405
405
  text-align: left;
406
406
  }
407
407
 
408
- #hot-display-license-info a {
408
+ .hot-display-license-info a {
409
409
  color: #104acc;
410
410
  font-size: 10px;
411
411
  }
@@ -1456,8 +1456,10 @@ textarea.HandsontableCopyPaste {
1456
1456
  }
1457
1457
 
1458
1458
  .htFiltersConditionsMenu .ht_clone_top,
1459
+ .htFiltersConditionsMenu .ht_clone_bottom,
1459
1460
  .htFiltersConditionsMenu .ht_clone_inline_start,
1460
- .htFiltersConditionsMenu .ht_clone_corner {
1461
+ .htFiltersConditionsMenu .ht_clone_top_inline_start_corner,
1462
+ .htFiltersConditionsMenu .ht_clone_bottom_inline_start_corner {
1461
1463
  display: none;
1462
1464
  }
1463
1465