handsontable 12.3.0 → 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.
- package/3rdparty/walkontable/src/border.js +4 -4
- package/3rdparty/walkontable/src/border.mjs +4 -4
- package/3rdparty/walkontable/src/selection.js +2 -2
- package/3rdparty/walkontable/src/selection.mjs +2 -2
- package/3rdparty/walkontable/src/table.js +2 -2
- package/3rdparty/walkontable/src/table.mjs +2 -2
- package/CHANGELOG.md +121 -108
- package/base.js +2 -2
- package/base.mjs +2 -2
- package/core.js +4 -4
- package/core.mjs +4 -4
- package/dataMap/dataMap.js +1 -1
- package/dataMap/dataMap.mjs +1 -1
- package/dataMap/metaManager/lazyFactoryMap.js +1 -1
- package/dataMap/metaManager/lazyFactoryMap.mjs +1 -1
- package/dataMap/metaManager/metaLayers/cellMeta.js +1 -1
- package/dataMap/metaManager/metaLayers/cellMeta.mjs +1 -1
- package/dataMap/metaManager/metaSchema.js +3 -3
- package/dataMap/metaManager/metaSchema.mjs +3 -3
- package/dist/handsontable.css +7 -5
- package/dist/handsontable.full.css +7 -5
- package/dist/handsontable.full.js +3438 -3353
- package/dist/handsontable.full.min.css +4 -4
- package/dist/handsontable.full.min.js +118 -118
- package/dist/handsontable.js +1626 -1553
- package/dist/handsontable.min.css +4 -4
- package/dist/handsontable.min.js +3 -3
- package/dist/languages/all.js +1 -1
- package/dist/languages/all.min.js +1 -1
- package/dist/languages/ja-JP.js +1 -1
- package/dist/languages/ja-JP.min.js +1 -1
- package/editorManager.js +2 -2
- package/editorManager.mjs +2 -2
- package/editors/baseEditor/baseEditor.js +2 -2
- package/editors/baseEditor/baseEditor.mjs +2 -2
- package/editors/textEditor/textEditor.js +2 -2
- package/editors/textEditor/textEditor.mjs +2 -2
- package/helpers/dom/element.js +1 -1
- package/helpers/dom/element.mjs +1 -1
- package/helpers/mixed.js +5 -6
- package/helpers/mixed.mjs +5 -6
- package/helpers/number.js +1 -1
- package/helpers/number.mjs +1 -1
- package/i18n/languages/ja-JP.js +1 -1
- package/i18n/languages/ja-JP.mjs +2 -2
- package/languages/all.js +1 -1
- package/languages/index.js +1 -1
- package/languages/ja-JP.js +1 -1
- package/languages/ja-JP.mjs +2 -2
- package/package.json +1 -1
- package/plugins/autoColumnSize/autoColumnSize.js +3 -3
- package/plugins/autoColumnSize/autoColumnSize.mjs +3 -3
- package/plugins/autoRowSize/autoRowSize.js +2 -2
- package/plugins/autoRowSize/autoRowSize.mjs +2 -2
- package/plugins/autofill/autofill.js +2 -2
- package/plugins/autofill/autofill.mjs +2 -2
- package/plugins/base/base.js +2 -2
- package/plugins/base/base.mjs +2 -2
- package/plugins/bindRowsWithHeaders/maps/strictBindsMap.js +1 -1
- package/plugins/bindRowsWithHeaders/maps/strictBindsMap.mjs +1 -1
- package/plugins/collapsibleColumns/collapsibleColumns.js +1 -1
- package/plugins/collapsibleColumns/collapsibleColumns.mjs +1 -1
- package/plugins/columnSorting/columnSorting.js +1 -1
- package/plugins/columnSorting/columnSorting.mjs +1 -1
- package/plugins/columnSorting/columnStatesManager.js +2 -2
- package/plugins/columnSorting/columnStatesManager.mjs +2 -2
- package/plugins/columnSorting/rootComparator.js +1 -1
- package/plugins/columnSorting/rootComparator.mjs +1 -1
- package/plugins/contextMenu/predefinedItems/removeColumn.js +2 -2
- package/plugins/contextMenu/predefinedItems/removeColumn.mjs +2 -2
- package/plugins/contextMenu/predefinedItems/removeRow.js +2 -2
- package/plugins/contextMenu/predefinedItems/removeRow.mjs +2 -2
- package/plugins/copyPaste/copyPaste.js +2 -2
- package/plugins/copyPaste/copyPaste.mjs +2 -2
- package/plugins/customBorders/customBorders.js +2 -2
- package/plugins/customBorders/customBorders.mjs +2 -2
- package/plugins/exportFile/dataProvider.js +2 -2
- package/plugins/exportFile/dataProvider.mjs +2 -2
- package/plugins/filters/component/value.js +2 -2
- package/plugins/filters/component/value.mjs +2 -2
- package/plugins/filters/condition/beginsWith.js +2 -2
- package/plugins/filters/condition/beginsWith.mjs +2 -2
- package/plugins/filters/condition/between.js +2 -2
- package/plugins/filters/condition/between.mjs +2 -2
- package/plugins/filters/condition/byValue.js +2 -2
- package/plugins/filters/condition/byValue.mjs +2 -2
- package/plugins/filters/condition/contains.js +2 -2
- package/plugins/filters/condition/contains.mjs +2 -2
- package/plugins/filters/condition/date/after.js +2 -2
- package/plugins/filters/condition/date/after.mjs +2 -2
- package/plugins/filters/condition/date/before.js +2 -2
- package/plugins/filters/condition/date/before.mjs +2 -2
- package/plugins/filters/condition/endsWith.js +2 -2
- package/plugins/filters/condition/endsWith.mjs +2 -2
- package/plugins/filters/condition/equal.js +2 -2
- package/plugins/filters/condition/equal.mjs +2 -2
- package/plugins/filters/condition/greaterThan.js +2 -2
- package/plugins/filters/condition/greaterThan.mjs +2 -2
- package/plugins/filters/condition/greaterThanOrEqual.js +2 -2
- package/plugins/filters/condition/greaterThanOrEqual.mjs +2 -2
- package/plugins/filters/condition/lessThan.js +2 -2
- package/plugins/filters/condition/lessThan.mjs +2 -2
- package/plugins/filters/condition/lessThanOrEqual.js +2 -2
- package/plugins/filters/condition/lessThanOrEqual.mjs +2 -2
- package/plugins/filters/conditionCollection.js +2 -2
- package/plugins/filters/conditionCollection.mjs +2 -2
- package/plugins/filters/filters.js +2 -2
- package/plugins/filters/filters.mjs +2 -2
- package/plugins/filters/ui/multipleSelect.js +1 -1
- package/plugins/filters/ui/multipleSelect.mjs +1 -1
- package/plugins/formulas/formulas.js +2 -2
- package/plugins/formulas/formulas.mjs +2 -2
- package/plugins/hiddenColumns/contextMenuItem/hideColumn.js +2 -2
- package/plugins/hiddenColumns/contextMenuItem/hideColumn.mjs +2 -2
- package/plugins/hiddenColumns/contextMenuItem/showColumn.js +1 -1
- package/plugins/hiddenColumns/contextMenuItem/showColumn.mjs +1 -1
- package/plugins/hiddenRows/contextMenuItem/hideRow.js +2 -2
- package/plugins/hiddenRows/contextMenuItem/hideRow.mjs +2 -2
- package/plugins/hiddenRows/contextMenuItem/showRow.js +1 -1
- package/plugins/hiddenRows/contextMenuItem/showRow.mjs +1 -1
- package/plugins/manualColumnFreeze/contextMenuItem/freezeColumn.js +2 -2
- package/plugins/manualColumnFreeze/contextMenuItem/freezeColumn.mjs +2 -2
- package/plugins/manualColumnFreeze/contextMenuItem/unfreezeColumn.js +2 -2
- package/plugins/manualColumnFreeze/contextMenuItem/unfreezeColumn.mjs +2 -2
- package/plugins/mergeCells/calculations/autofill.js +2 -2
- package/plugins/mergeCells/calculations/autofill.mjs +2 -2
- package/plugins/mergeCells/cellsCollection.js +1 -1
- package/plugins/mergeCells/cellsCollection.mjs +1 -1
- package/plugins/mergeCells/mergeCells.js +2 -2
- package/plugins/mergeCells/mergeCells.mjs +2 -2
- package/plugins/multiColumnSorting/rootComparator.js +1 -1
- package/plugins/multiColumnSorting/rootComparator.mjs +1 -1
- package/plugins/nestedHeaders/stateManager/headersTree.js +2 -2
- package/plugins/nestedHeaders/stateManager/headersTree.mjs +2 -2
- package/plugins/nestedHeaders/stateManager/settingsNormalizer.js +1 -1
- package/plugins/nestedHeaders/stateManager/settingsNormalizer.mjs +1 -1
- package/plugins/nestedRows/data/dataManager.js +1 -1
- package/plugins/nestedRows/data/dataManager.mjs +1 -1
- package/plugins/nestedRows/nestedRows.js +4 -1
- package/plugins/nestedRows/nestedRows.mjs +4 -1
- package/plugins/nestedRows/ui/collapsing.js +1 -1
- package/plugins/nestedRows/ui/collapsing.mjs +1 -1
- package/plugins/nestedRows/utils/rowMoveController.js +1 -1
- package/plugins/nestedRows/utils/rowMoveController.mjs +1 -1
- package/plugins/registry.js +2 -2
- package/plugins/registry.mjs +2 -2
- package/plugins/search/search.js +1 -1
- package/plugins/search/search.mjs +1 -1
- package/plugins/undoRedo/undoRedo.js +2 -2
- package/plugins/undoRedo/undoRedo.mjs +2 -2
- package/selection/highlight/highlight.js +1 -1
- package/selection/highlight/highlight.mjs +1 -1
- package/selection/selection.js +2 -2
- package/selection/selection.mjs +2 -2
- package/selection/utils.js +2 -2
- package/selection/utils.mjs +2 -2
- package/shortcuts/context.js +2 -2
- package/shortcuts/context.mjs +2 -2
- package/tableView.js +2 -2
- package/tableView.mjs +2 -2
- package/translations/indexMapper.js +1 -1
- package/translations/indexMapper.mjs +1 -1
- package/translations/maps/linkedPhysicalIndexToValueMap.js +1 -1
- package/translations/maps/linkedPhysicalIndexToValueMap.mjs +1 -1
- package/translations/maps/utils/indexesSequence.js +1 -1
- package/translations/maps/utils/indexesSequence.mjs +1 -1
- package/translations/maps/utils/physicallyIndexed.js +1 -1
- package/translations/maps/utils/physicallyIndexed.mjs +1 -1
- package/utils/dataStructures/priorityMap.js +2 -2
- package/utils/dataStructures/priorityMap.mjs +2 -2
- package/utils/dataStructures/tree.js +1 -1
- package/utils/dataStructures/tree.mjs +1 -1
- package/utils/dataStructures/uniqueMap.js +2 -2
- package/utils/dataStructures/uniqueMap.mjs +2 -2
- package/utils/dataStructures/uniqueSet.js +1 -1
- package/utils/dataStructures/uniqueSet.mjs +1 -1
- package/utils/ghostTable.js +2 -2
- package/utils/ghostTable.mjs +2 -2
- package/utils/parseTable.js +1 -1
- package/utils/parseTable.mjs +1 -1
- package/utils/staticRegister.js +1 -1
- 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)
|
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++)
|
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('
|
4049
|
+
var licenseInfo = this.rootDocument.querySelector('.hot-display-license-info');
|
4050
4050
|
if (licenseInfo) {
|
4051
4051
|
licenseInfo.parentNode.removeChild(licenseInfo);
|
4052
4052
|
}
|
package/dataMap/dataMap.js
CHANGED
@@ -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++)
|
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); } }
|
package/dataMap/dataMap.mjs
CHANGED
@@ -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++)
|
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++)
|
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++)
|
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++)
|
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++)
|
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
|
-
*
|
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
|
-
*
|
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
|
-
*
|
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
|
-
*
|
2843
|
+
* manualRowResize: [40, 50, 60],
|
2844
2844
|
* ```
|
2845
2845
|
*/
|
2846
2846
|
manualRowResize: void 0,
|
package/dist/handsontable.css
CHANGED
@@ -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.
|
29
|
-
* Release date:
|
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
|
-
|
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
|
-
|
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 .
|
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.
|
29
|
-
* Release date:
|
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
|
-
|
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
|
-
|
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 .
|
1461
|
+
.htFiltersConditionsMenu .ht_clone_top_inline_start_corner,
|
1462
|
+
.htFiltersConditionsMenu .ht_clone_bottom_inline_start_corner {
|
1461
1463
|
display: none;
|
1462
1464
|
}
|
1463
1465
|
|