handsontable 12.3.0 → 12.3.1-next-83e8a23-20230111
Sign up to get free protection for your applications and to get access to all the features.
- 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
@@ -25,8 +25,8 @@ function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" =
|
|
25
25
|
function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
|
26
26
|
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."); }
|
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
|
-
function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++)
|
29
|
-
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)
|
28
|
+
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; }
|
29
|
+
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; } }
|
30
30
|
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
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); } }
|
@@ -92,14 +92,14 @@ var Border = /*#__PURE__*/function () {
|
|
92
92
|
this.eventManager.addEventListener(documentBody, 'mouseup', function () {
|
93
93
|
return _this2.onMouseUp();
|
94
94
|
});
|
95
|
-
var _loop = function _loop(c
|
95
|
+
var _loop = function _loop(c) {
|
96
96
|
var element = _this2.main.childNodes[c];
|
97
97
|
_this2.eventManager.addEventListener(element, 'mouseenter', function (event) {
|
98
98
|
return _this2.onMouseEnter(event, _this2.main.childNodes[c]);
|
99
99
|
});
|
100
100
|
};
|
101
101
|
for (var c = 0, len = this.main.childNodes.length; c < len; c++) {
|
102
|
-
_loop(c
|
102
|
+
_loop(c);
|
103
103
|
}
|
104
104
|
}
|
105
105
|
|
@@ -2,8 +2,8 @@ function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" =
|
|
2
2
|
function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
|
3
3
|
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."); }
|
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
|
-
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 _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)
|
5
|
+
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 _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; } }
|
7
7
|
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
8
8
|
import "core-js/modules/es.array.join.js";
|
9
9
|
import "core-js/modules/es.symbol.to-primitive.js";
|
@@ -88,14 +88,14 @@ var Border = /*#__PURE__*/function () {
|
|
88
88
|
this.eventManager.addEventListener(documentBody, 'mouseup', function () {
|
89
89
|
return _this2.onMouseUp();
|
90
90
|
});
|
91
|
-
var _loop = function _loop(c
|
91
|
+
var _loop = function _loop(c) {
|
92
92
|
var element = _this2.main.childNodes[c];
|
93
93
|
_this2.eventManager.addEventListener(element, 'mouseenter', function (event) {
|
94
94
|
return _this2.onMouseEnter(event, _this2.main.childNodes[c]);
|
95
95
|
});
|
96
96
|
};
|
97
97
|
for (var c = 0, len = this.main.childNodes.length; c < len; c++) {
|
98
|
-
_loop(c
|
98
|
+
_loop(c);
|
99
99
|
}
|
100
100
|
}
|
101
101
|
|
@@ -27,8 +27,8 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
|
|
27
27
|
function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
|
28
28
|
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."); }
|
29
29
|
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); }
|
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++)
|
31
|
-
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)
|
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
|
+
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; } }
|
32
32
|
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
33
33
|
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); }
|
34
34
|
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
@@ -1,8 +1,8 @@
|
|
1
1
|
function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
|
2
2
|
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."); }
|
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
|
-
function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++)
|
5
|
-
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)
|
4
|
+
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; }
|
5
|
+
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; } }
|
6
6
|
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
7
7
|
import "core-js/modules/es.array.includes.js";
|
8
8
|
import "core-js/modules/es.string.includes.js";
|
@@ -35,8 +35,8 @@ function _arrayWithoutHoles(arr) { if (Array.isArray(arr)) return _arrayLikeToAr
|
|
35
35
|
function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
|
36
36
|
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."); }
|
37
37
|
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); }
|
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++)
|
39
|
-
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)
|
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
|
+
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; } }
|
40
40
|
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
41
41
|
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
42
42
|
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); } }
|
@@ -6,8 +6,8 @@ function _arrayWithoutHoles(arr) { if (Array.isArray(arr)) return _arrayLikeToAr
|
|
6
6
|
function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
|
7
7
|
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."); }
|
8
8
|
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); }
|
9
|
-
function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++)
|
10
|
-
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)
|
9
|
+
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; }
|
10
|
+
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
11
|
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
12
12
|
import "core-js/modules/es.function.name.js";
|
13
13
|
import "core-js/modules/es.array.from.js";
|
package/CHANGELOG.md
CHANGED
@@ -2,19 +2,26 @@
|
|
2
2
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
4
4
|
|
5
|
-
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0
|
5
|
+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0),
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
7
7
|
|
8
8
|
<!-- This file should generally be updated automatically using our changelog script. See `.changelogs/README.md` for more information. -->
|
9
9
|
|
10
10
|
<!-- UNVERSIONED -->
|
11
11
|
|
12
|
-
## [12.3.
|
12
|
+
## [12.3.1] - 2023-01-18
|
13
|
+
|
14
|
+
### Fixed
|
15
|
+
- Fixed the _NestedRows_ plugin that did not react when the Core `updateData` method was called. [#466](https://github.com/handsontable/handsontable/issues/466)
|
16
|
+
- Fixed unwanted rendered overlay that was visible in the Filters conditional component. [#83](https://github.com/handsontable/handsontable/issues/83)
|
13
17
|
|
14
|
-
|
15
|
-
- [
|
16
|
-
|
17
|
-
|
18
|
+
### Removed
|
19
|
+
- Removed the license key delay condition that prevents printing warnings about key expiration in the console. [#588](https://github.com/handsontable/handsontable/issues/588)
|
20
|
+
|
21
|
+
### Added
|
22
|
+
- Added Japanese translation for Copy with Headers feature. [#950](https://github.com/handsontable/handsontable/issues/950)
|
23
|
+
|
24
|
+
## [12.3.0] - 2022-12-14
|
18
25
|
|
19
26
|
### Added
|
20
27
|
|
@@ -34,12 +41,12 @@ For more information on this release, see:
|
|
34
41
|
- Fixed an issue where typing in a `dropdown` editor caused the IME to disappear, resulting in wrong characters being typed. [#9672](https://github.com/handsontable/handsontable/issues/9672)
|
35
42
|
- React: Fixed an issue where `dropdown` cells weren't validated properly when using the `HotColumn` component. [#10065](https://github.com/handsontable/handsontable/issues/10065)
|
36
43
|
|
37
|
-
|
44
|
+
For more information on Handsontable 12.3.0, see:
|
45
|
+
- [Blog post (12.3.0)](https://handsontable.com/blog/articles/2022/12/handsontable-12-3-0-copying-cells-with-headers)
|
46
|
+
- [Documentation (12.3)](https://handsontable.com/docs/12.3)
|
47
|
+
- [Release notes (12.3.0)](https://handsontable.com/docs/release-notes/#_12-3-0)
|
38
48
|
|
39
|
-
|
40
|
-
- [Blog post](https://handsontable.com/blog/handsontable-12.2.0)
|
41
|
-
- [Documentation (12.2)](https://handsontable.com/docs/12.2/)
|
42
|
-
- [Release notes](https://handsontable.com/docs/release-notes/#_12-2-0)
|
49
|
+
## [12.2.0] - 2022-10-25
|
43
50
|
|
44
51
|
### Added
|
45
52
|
|
@@ -62,11 +69,12 @@ For more information on this release, see:
|
|
62
69
|
- Fixed an issue where changing a cell's `type` through `setCellMeta()` didn't properly set the cell's `editor` and `renderer`. [#9734](https://github.com/handsontable/handsontable/issues/9734)
|
63
70
|
- Fixed an issue where the dropdown menu didn't display when the `NestedHeaders` plugin was enabled and all rows were trimmed out. [#9753](https://github.com/handsontable/handsontable/issues/9753)
|
64
71
|
|
65
|
-
|
72
|
+
For more information on Handsontable 12.2.0, see:
|
73
|
+
- [Blog post (12.2.0)](https://handsontable.com/blog/handsontable-12.2.0)
|
74
|
+
- [Documentation (12.2)](https://handsontable.com/docs/12.2)
|
75
|
+
- [Release notes (12.2.0)](https://handsontable.com/docs/release-notes/#_12-2-0)
|
66
76
|
|
67
|
-
|
68
|
-
- [Documentation (12.1)](https://handsontable.com/docs/12.1/)
|
69
|
-
- [Release notes](https://handsontable.com/docs/release-notes/#_12-1-3)
|
77
|
+
## [12.1.3] - 2022-09-22
|
70
78
|
|
71
79
|
### Removed
|
72
80
|
|
@@ -86,33 +94,32 @@ For more information on this release, see:
|
|
86
94
|
- Fixed misalignment on mobile devices when the edge cells were selected. [#9621](https://github.com/handsontable/handsontable/issues/9621)
|
87
95
|
- Fixed type definitions for the method `setSourceDataAtCell`. [#8599](https://github.com/handsontable/handsontable/issues/8599)
|
88
96
|
|
89
|
-
|
97
|
+
For more information on Handsontable 12.1.3, see:
|
98
|
+
- [Documentation (12.1)](https://handsontable.com/docs/12.1)
|
99
|
+
- [Release notes (12.1.3)](https://handsontable.com/docs/release-notes/#_12-1-3)
|
90
100
|
|
91
|
-
|
92
|
-
- [Documentation (12.1)](https://handsontable.com/docs/12.1/)
|
93
|
-
- [Release notes](https://handsontable.com/docs/release-notes/#_12-1-2)
|
101
|
+
## [12.1.2] - 2022-07-08
|
94
102
|
|
95
103
|
### Changed
|
96
104
|
|
97
105
|
- Changed the version of the Moment.js dependency from 2.29.3 to 2.29.4, in reaction to a recently-found Moment.js security vulnerability. The vulnerability did not affect a correct configuration of Handsontable. [#9638](https://github.com/handsontable/handsontable/issues/9638)
|
98
106
|
- Vue: Freezed the version of the Vue framework that is used in our build chain to ~2.6. This shouldn't affect apps that use Vue 2.7+. [#9624](https://github.com/handsontable/handsontable/issues/9624)
|
99
107
|
|
100
|
-
|
108
|
+
For more information on Handsontable 12.1.2, see:
|
109
|
+
- [Documentation (12.1)](https://handsontable.com/docs/12.1)
|
110
|
+
- [Release notes (12.1.2)](https://handsontable.com/docs/release-notes/#_12-1-2)
|
101
111
|
|
102
|
-
|
103
|
-
- [Documentation (12.1)](https://handsontable.com/docs/12.1/)
|
104
|
-
- [Release notes](https://handsontable.com/docs/release-notes/#_12-1-1)
|
112
|
+
## [12.1.1] - 2022-07-05
|
105
113
|
|
106
114
|
### Fixed
|
107
115
|
|
108
116
|
- Angular: Fixed an issue where the installation of `@handsontable/angular` package failed for versions of Angular other than 9 [#9622](https://github.com/handsontable/handsontable/issues/9622)
|
109
117
|
|
110
|
-
|
118
|
+
For more information on Handsontable 12.1.1, see:
|
119
|
+
- [Documentation (12.1)](https://handsontable.com/docs/12.1)
|
120
|
+
- [Release notes (12.1.1)](https://handsontable.com/docs/release-notes/#_12-1-1)
|
111
121
|
|
112
|
-
|
113
|
-
- [Blog post](https://handsontable.com/blog/handsontable-12.1.0-data-grid-new-hooks-new-translations-and-rendering-improvements)
|
114
|
-
- [Documentation (12.1)](https://handsontable.com/docs/12.1/)
|
115
|
-
- [Release notes](https://handsontable.com/docs/release-notes/#_12-1-0)
|
122
|
+
## [12.1.0] - 2022-06-28
|
116
123
|
|
117
124
|
### Added
|
118
125
|
|
@@ -146,11 +153,12 @@ For more information on this release, see:
|
|
146
153
|
- Fixed an issue where hiding columns with nested headers caused incorrect column width calculation (for the `stretchH: 'all'` option). [#9496](https://github.com/handsontable/handsontable/issues/9496)
|
147
154
|
- Fixed an issue where `ShortcutManager` unnecessarily handled `keyup` events with no `key` defined. [#9562](https://github.com/handsontable/handsontable/issues/9562)
|
148
155
|
|
149
|
-
|
156
|
+
For more information on Handsontable 12.1.0, see:
|
157
|
+
- [Blog post (12.1.0)](https://handsontable.com/blog/handsontable-12.1.0-data-grid-new-hooks-new-translations-and-rendering-improvements)
|
158
|
+
- [Documentation (12.1)](https://handsontable.com/docs/12.1)
|
159
|
+
- [Release notes (12.1.0)](https://handsontable.com/docs/release-notes/#_12-1-0)
|
150
160
|
|
151
|
-
|
152
|
-
- [Documentation (12.0)](https://handsontable.com/docs/12.0/)
|
153
|
-
- [Release notes](https://handsontable.com/docs/release-notes/#_12-0-1)
|
161
|
+
## [12.0.1] - 2022-05-16
|
154
162
|
|
155
163
|
### Fixed
|
156
164
|
|
@@ -160,13 +168,11 @@ For more information on this release, see:
|
|
160
168
|
- Fixed an issue where nested column headers didn't expand properly. [#9099](https://github.com/handsontable/handsontable/issues/9099)
|
161
169
|
- Fixed an issue where updating custom borders could lead to uncaught error exceptions. [#9455](https://github.com/handsontable/handsontable/issues/9455)
|
162
170
|
|
163
|
-
|
171
|
+
For more information on Handsontable 12.0.1, see:
|
172
|
+
- [Documentation (12.0)](https://handsontable.com/docs/12.0)
|
173
|
+
- [Release notes (12.0.1)](https://handsontable.com/docs/release-notes/#_12-0-1)
|
164
174
|
|
165
|
-
|
166
|
-
- [Blog post](https://handsontable.com/blog/handsontable-12.0.0-data-grid-rtl-support-and-a-new-keyboard-shortcuts-api)
|
167
|
-
- [Documentation (12.0)](https://handsontable.com/docs/12.0/)
|
168
|
-
- [Migration guide (11.1 → 12.0)](https://handsontable.com/docs/migration-from-11.1-to-12.0/)
|
169
|
-
- [Release notes](https://handsontable.com/docs/release-notes/#_12-0-0)
|
175
|
+
## [12.0.0] - 2022-04-28
|
170
176
|
|
171
177
|
### Added
|
172
178
|
|
@@ -215,12 +221,13 @@ For more information on this release, see:
|
|
215
221
|
- Fixed an issue where the dropdown menu contained unwanted rectangle elements. [#9240](https://github.com/handsontable/handsontable/issues/9240)
|
216
222
|
- React, Vue 2, Vue 3: Fixed an issue with registering modules for the React, Vue 2, and Vue 3 wrappers, by adding an `"exports"` field to their `package.json` files. [#9140](https://github.com/handsontable/handsontable/issues/9140)
|
217
223
|
|
218
|
-
|
224
|
+
For more information on Handsontable 12.0.0, see:
|
225
|
+
- [Blog post (12.0.0)](https://handsontable.com/blog/handsontable-12.0.0-data-grid-rtl-support-and-a-new-keyboard-shortcuts-api)
|
226
|
+
- [Documentation (12.0)](https://handsontable.com/docs/12.0)
|
227
|
+
- [Migration guide (11.1 → 12.0)](https://handsontable.com/docs/migration-from-11.1-to-12.0)
|
228
|
+
- [Release notes (12.0.0)](https://handsontable.com/docs/release-notes/#_12-0-0)
|
219
229
|
|
220
|
-
|
221
|
-
- [Blog post](https://handsontable.com/blog/handsontable-11.1.0-vue-3-support-and-updatedata)
|
222
|
-
- [Documentation (11.1)](https://handsontable.com/docs/11.1/)
|
223
|
-
- [Release notes](https://handsontable.com/docs/javascript-data-grid/release-notes/#_11-1)
|
230
|
+
## [11.1.0] - 2022-01-13
|
224
231
|
|
225
232
|
### Added
|
226
233
|
|
@@ -249,23 +256,22 @@ resetting the states of cells, rows and columns. [#7263](https://github.com/hand
|
|
249
256
|
- Fixed an issue where the `Comments` plugin's editor disappeared after adding a comment. [#9075](https://github.com/handsontable/handsontable/issues/9075) [#6661](https://github.com/handsontable/handsontable/issues/6661)
|
250
257
|
- React: Fixed a wrong return type. [#9000](https://github.com/handsontable/handsontable/issues/9000)
|
251
258
|
|
252
|
-
|
259
|
+
For more information on Handsontable 11.1.0, see:
|
260
|
+
- [Blog post (11.1.0)](https://handsontable.com/blog/handsontable-11.1.0-vue-3-support-and-updatedata)
|
261
|
+
- [Documentation (11.1)](https://handsontable.com/docs/11.1)
|
262
|
+
- [Release notes (11.1.0)](https://handsontable.com/docs/javascript-data-grid/release-notes/#_11-1)
|
253
263
|
|
254
|
-
|
255
|
-
- [Documentation (11.0)](https://handsontable.com/docs/11.0/)
|
256
|
-
- [Release notes](https://handsontable.com/docs/release-notes/#_11-0-1)
|
264
|
+
## [11.0.1] - 2021-11-17
|
257
265
|
|
258
266
|
### Fixed
|
259
267
|
|
260
268
|
- Fixed the UMD build of `@handsontable/angular`, which was not working properly in `11.0.0`. [#8946](https://github.com/handsontable/handsontable/pull/8946)
|
261
269
|
|
262
|
-
|
270
|
+
For more information on Handsontable 11.0.0, see:
|
271
|
+
- [Documentation (11.0)](https://handsontable.com/docs/11.0)
|
272
|
+
- [Release notes (11.0.1)](https://handsontable.com/docs/release-notes/#_11-0-1)
|
263
273
|
|
264
|
-
|
265
|
-
- [Blog post](https://handsontable.com/blog/handsontable-11.0.0-modularization-for-react-angular-and-vue)
|
266
|
-
- [Documentation (11.0)](https://handsontable.com/docs/11.0/)
|
267
|
-
- [Migration guide (10.0 → 11.0)](https://handsontable.com/docs/migration-from-10.0-to-11.0/)
|
268
|
-
- [Release notes](https://handsontable.com/docs/javascript-data-grid/release-notes/#_11-0)
|
274
|
+
## [11.0.0] - 2021-11-17
|
269
275
|
|
270
276
|
### Added
|
271
277
|
|
@@ -294,13 +300,13 @@ For more information on this release, see:
|
|
294
300
|
- Fixed an error thrown when autofill's source is a `date` cell. [#8894](https://github.com/handsontable/handsontable/issues/8894)
|
295
301
|
- React: Fixed a React wrapper issue where it's impossible to use different sets of props in editor components reused across multiple columns. [#8527](https://github.com/handsontable/handsontable/issues/8527)
|
296
302
|
|
297
|
-
|
303
|
+
For more information on Handsontable 11.0.0, see:
|
304
|
+
- [Blog post (11.0.0)](https://handsontable.com/blog/handsontable-11.0.0-modularization-for-react-angular-and-vue)
|
305
|
+
- [Documentation (11.0)](https://handsontable.com/docs/11.0)
|
306
|
+
- [Migration guide (10.0 → 11.0)](https://handsontable.com/docs/migration-from-10.0-to-11.0)
|
307
|
+
- [Release notes (11.0.0)](https://handsontable.com/docs/javascript-data-grid/release-notes/#_11-0)
|
298
308
|
|
299
|
-
|
300
|
-
- [Blog post](https://handsontable.com/blog/handsontable-10.0.0-improved-performance-and-consistency)
|
301
|
-
- [Documentation (10.0)](https://handsontable.com/docs/10.0/)
|
302
|
-
- [Migration guide (9.0 → 10.0)](https://handsontable.com/docs/migration-from-9.0-to-10.0/)
|
303
|
-
- [Release notes](https://handsontable.com/docs/javascript-data-grid/release-notes/#_10-0)
|
309
|
+
## [10.0.0] - 2021-09-29
|
304
310
|
|
305
311
|
### Changed
|
306
312
|
|
@@ -330,12 +336,13 @@ For more information on this release, see:
|
|
330
336
|
- Adjusted directories and files related to `dataMap`, to prevent potential circular references. [#8704](https://github.com/handsontable/handsontable/issues/8704)
|
331
337
|
- Improved the performance of the regular expression used to detect numeric values, and fixed major code smells. [#8752](https://github.com/handsontable/handsontable/issues/8752)
|
332
338
|
|
333
|
-
|
339
|
+
For more information on Handsontable 10.0.0, see:
|
340
|
+
- [Blog post (10.0.0)](https://handsontable.com/blog/handsontable-10.0.0-improved-performance-and-consistency)
|
341
|
+
- [Documentation (10.0)](https://handsontable.com/docs/10.0)
|
342
|
+
- [Migration guide (9.0 → 10.0)](https://handsontable.com/docs/migration-from-9.0-to-10.0)
|
343
|
+
- [Release notes (10.0.0)](https://handsontable.com/docs/javascript-data-grid/release-notes/#_10-0)
|
334
344
|
|
335
|
-
|
336
|
-
- [Blog post](https://handsontable.com/blog/whats-new-in-handsontable-9.0.2)
|
337
|
-
- [Documentation (9.0)](https://handsontable.com/docs/9.0/)
|
338
|
-
- [Release notes](https://handsontable.com/docs/javascript-data-grid/release-notes/#_9-0-2)
|
345
|
+
## [9.0.2] - 2021-07-28
|
339
346
|
|
340
347
|
### Fixed
|
341
348
|
|
@@ -354,11 +361,12 @@ For more information on this release, see:
|
|
354
361
|
|
355
362
|
- Added new documentation engine [#7624](https://github.com/handsontable/handsontable/issues/7624)
|
356
363
|
|
357
|
-
|
364
|
+
For more information on Handsontable 9.0.2, see:
|
365
|
+
- [Blog post (9.0.2)](https://handsontable.com/blog/whats-new-in-handsontable-9.0.2)
|
366
|
+
- [Documentation (9.0)](https://handsontable.com/docs/9.0)
|
367
|
+
- [Release notes (9.0.2)](https://handsontable.com/docs/javascript-data-grid/release-notes/#_9-0-2)
|
358
368
|
|
359
|
-
|
360
|
-
- [Documentation (9.0)](https://handsontable.com/docs/9.0/)
|
361
|
-
- [Release notes](https://handsontable.com/docs/release-notes/#_9-0-1)
|
369
|
+
## [9.0.1] - 2021-06-17
|
362
370
|
|
363
371
|
### Removed
|
364
372
|
|
@@ -369,13 +377,11 @@ For more information on this release, see:
|
|
369
377
|
- Fixed an issue where the validator function was called twice when the Formulas plugin was enabled. [#8138](https://github.com/handsontable/handsontable/issues/8138)
|
370
378
|
- Introduced a new CSS style for cells of the `checkbox` type to restore previous behaviour. [#8196](https://github.com/handsontable/handsontable/issues/8196)
|
371
379
|
|
372
|
-
|
380
|
+
For more information on Handsontable 9.0.1, see:
|
381
|
+
- [Documentation (9.0)](https://handsontable.com/docs/9.0)
|
382
|
+
- [Release notes (9.0.1)](https://handsontable.com/docs/release-notes/#_9-0-1)
|
373
383
|
|
374
|
-
|
375
|
-
- [Blog post](https://handsontable.com/blog/handsontable-9.0.0-new-formula-plugin)
|
376
|
-
- [Documentation (9.0)](https://handsontable.com/docs/9.0/)
|
377
|
-
- [Migration guide (8.4 → 9.0)](https://handsontable.com/docs/migration-from-8.4-to-9.0/)
|
378
|
-
- [Release notes](https://handsontable.com/docs/javascript-data-grid/release-notes/#_9-0)
|
384
|
+
## [9.0.0] - 2021-06-01
|
379
385
|
|
380
386
|
### Changed
|
381
387
|
|
@@ -397,12 +403,13 @@ For more information on this release, see:
|
|
397
403
|
|
398
404
|
- Deprecated the `beforeAutofillInsidePopulate` hook. It will be removed in the next major release. [#8095](https://github.com/handsontable/handsontable/issues/8095)
|
399
405
|
|
400
|
-
|
406
|
+
For more information on Handsontable 9.0.0, see:
|
407
|
+
- [Blog post (9.0.0)](https://handsontable.com/blog/handsontable-9.0.0-new-formula-plugin)
|
408
|
+
- [Documentation (9.0)](https://handsontable.com/docs/9.0)
|
409
|
+
- [Migration guide (8.4 → 9.0)](https://handsontable.com/docs/migration-from-8.4-to-9.0)
|
410
|
+
- [Release notes (9.0.0)](https://handsontable.com/docs/javascript-data-grid/release-notes/#_9-0)
|
401
411
|
|
402
|
-
|
403
|
-
- [Blog post](https://handsontable.com/blog/whats-new-in-handsontable-8-4-0)
|
404
|
-
- [Documentation (8.4.0)](https://handsontable.com/docs/8.4.0/)
|
405
|
-
- [Release notes](https://handsontable.com/docs/javascript-data-grid/release-notes/#_8-4)
|
412
|
+
## [8.4.0] - 2021-05-11
|
406
413
|
|
407
414
|
### Added
|
408
415
|
|
@@ -440,11 +447,12 @@ For more information on this release, see:
|
|
440
447
|
|
441
448
|
- Enhanced the ESLint config file by adding a rule that checks if there are new lines missing before some keywords or statements. [#7691](https://github.com/handsontable/handsontable/issues/7691)
|
442
449
|
|
443
|
-
|
450
|
+
For more information on Handsontable 8.4.0, see:
|
451
|
+
- [Blog post (8.4.0)](https://handsontable.com/blog/whats-new-in-handsontable-8-4-0)
|
452
|
+
- [Documentation (8.4.0)](https://handsontable.com/docs/8.4.0)
|
453
|
+
- [Release notes (8.4.0)](https://handsontable.com/docs/javascript-data-grid/release-notes/#_8-4)
|
444
454
|
|
445
|
-
|
446
|
-
- [Blog post](https://handsontable.com/blog/handsontable-8-3-2-introducing-monorepo)
|
447
|
-
- [Release notes](https://handsontable.com/docs/javascript-data-grid/release-notes/#_8-3-2)
|
455
|
+
## [8.3.2] - 2021-03-16
|
448
456
|
|
449
457
|
### Fixed
|
450
458
|
|
@@ -470,22 +478,22 @@ For more information on this release, see:
|
|
470
478
|
- Introduced the monorepo to this repository. From now on, `handsontable`, `@handsontable/angular`, `@handsontable/react`, and `@handsontable/vue` will all be developed in the same repo - `handsontable`. [#7380](https://github.com/handsontable/handsontable/issues/7380)
|
471
479
|
- Added a custom ESLint rule which allows restricting specified modules from loading by `import` or re-exporting. [#7473](https://github.com/handsontable/handsontable/issues/7473)
|
472
480
|
|
473
|
-
|
481
|
+
For more information on Handsontable 8.3.2, see:
|
482
|
+
- [Blog post (8.3.2)](https://handsontable.com/blog/handsontable-8-3-2-introducing-monorepo)
|
483
|
+
- [Documentation (8.3.2)](https://handsontable.com/docs/8.3.2)
|
484
|
+
- [Release notes (8.3.2)](https://handsontable.com/docs/javascript-data-grid/release-notes/#_8-3-2)
|
474
485
|
|
475
|
-
|
476
|
-
- [Documentation (8.3.1)](https://handsontable.com/docs/8.3.1/)
|
477
|
-
- [Release notes](https://handsontable.com/docs/release-notes/#_8-3-1)
|
486
|
+
## [8.3.1] - 2021-02-10
|
478
487
|
|
479
488
|
### Fixed
|
480
489
|
|
481
490
|
- Fixed an issue where the CSS files could be eliminated during tree-shaking [#7516](https://github.com/handsontable/handsontable/issues/7516)
|
482
491
|
|
483
|
-
|
492
|
+
For more information on Handsontable 8.3.1, see:
|
493
|
+
- [Documentation (8.3.1)](https://handsontable.com/docs/8.3.1)
|
494
|
+
- [Release notes (8.3.1)](https://handsontable.com/docs/release-notes/#_8-3-1)
|
484
495
|
|
485
|
-
|
486
|
-
- [Blog post](https://handsontable.com/blog/handsontable-8.3.0-has-been-released)
|
487
|
-
- [Documentation (8.3.0)](https://handsontable.com/docs/8.3.0/)
|
488
|
-
- [Release notes](https://handsontable.com/docs/javascript-data-grid/release-notes/#_8-3)
|
496
|
+
## [8.3.0] - 2021-01-28
|
489
497
|
|
490
498
|
### Added
|
491
499
|
|
@@ -515,12 +523,12 @@ For more information on this release, see:
|
|
515
523
|
- Corrected a typo in a helper method from the Column Sorting plugin. [#7375](https://github.com/handsontable/handsontable/issues/7375)
|
516
524
|
- Optimized the performance of rendering the table with numerous spare rows (for `minSpareRows`, `minSpareCols`, `minRows`, and `minCols` options). [#7439](https://github.com/handsontable/handsontable/issues/7439)
|
517
525
|
|
518
|
-
|
526
|
+
For more information on Handsontable 8.3.0, see:
|
527
|
+
- [Blog post (8.3.0)](https://handsontable.com/blog/handsontable-8.3.0-has-been-released)
|
528
|
+
- [Documentation (8.3.0)](https://handsontable.com/docs/8.3.0)
|
529
|
+
- [Release notes (8.3.0)](https://handsontable.com/docs/javascript-data-grid/release-notes/#_8-3)
|
519
530
|
|
520
|
-
|
521
|
-
- [Blog post](https://handsontable.com/blog/handsontable-8.2.0-has-been-released)
|
522
|
-
- [Documentation (8.2.0)](https://handsontable.com/docs/8.2.0/)
|
523
|
-
- [Release notes](https://handsontable.com/docs/javascript-data-grid/release-notes/#_8-2)
|
531
|
+
## [8.2.0] - 2020-11-12
|
524
532
|
|
525
533
|
### Added
|
526
534
|
|
@@ -540,12 +548,12 @@ For more information on this release, see:
|
|
540
548
|
- Fix a problem with the inconsistent behavior of the Context Menu's "Clear column" disabled status. [#7003](https://github.com/handsontable/handsontable/issues/7003)
|
541
549
|
- Fix a bug with parsing multiline cells on pasting `text/html` mime-type. [#7369](https://github.com/handsontable/handsontable/issues/7369)
|
542
550
|
|
543
|
-
|
551
|
+
For more information on Handsontable 8.2.0, see:
|
552
|
+
- [Blog post (8.2.0)](https://handsontable.com/blog/handsontable-8.2.0-has-been-released)
|
553
|
+
- [Documentation (8.2.0)](https://handsontable.com/docs/8.2.0)
|
554
|
+
- [Release notes (8.2.0)](https://handsontable.com/docs/javascript-data-grid/release-notes/#_8-2)
|
544
555
|
|
545
|
-
|
546
|
-
- [Blog post](https://handsontable.com/blog/handsontable-8.1.0-has-been-released)
|
547
|
-
- [Documentation (8.1.0)](https://handsontable.com/docs/8.1.0/)
|
548
|
-
- [Release notes](https://handsontable.com/docs/javascript-data-grid/release-notes/#_8-1)
|
556
|
+
## [8.1.0] - 2020-10-01
|
549
557
|
|
550
558
|
### Added
|
551
559
|
|
@@ -573,13 +581,12 @@ For more information on this release, see:
|
|
573
581
|
- Updated dependencies to meet security requirements [#7222](https://github.com/handsontable/handsontable/pull/7222)
|
574
582
|
- Improved performance for TrimRows, HiddenRows and HiddenColumns plugins for big datasets with lots trimmed/hidden indexes [#7223](https://github.com/handsontable/handsontable/pull/7223)
|
575
583
|
|
576
|
-
|
584
|
+
For more information on Handsontable 8.1.0, see:
|
585
|
+
- [Blog post (8.1.0)](https://handsontable.com/blog/handsontable-8.1.0-has-been-released)
|
586
|
+
- [Documentation (8.1.0)](https://handsontable.com/docs/8.1.0)
|
587
|
+
- [Release notes (8.1.0)](https://handsontable.com/docs/javascript-data-grid/release-notes/#_8-1)
|
577
588
|
|
578
|
-
|
579
|
-
- [Blog post](https://handsontable.com/blog/the-new-handsontable-8-is-now-available)
|
580
|
-
- [Documentation (8.0.0)](https://handsontable.com/docs/8.0.0/)
|
581
|
-
- [Migration guide (7.4 → 8.0)](https://handsontable.com/docs/migration-from-7.4-to-8.0/)
|
582
|
-
- [Release notes](https://handsontable.com/docs/javascript-data-grid/release-notes/#_8-0)
|
589
|
+
## [8.0.0] - 2020-08-05
|
583
590
|
|
584
591
|
### Added
|
585
592
|
|
@@ -822,6 +829,12 @@ For more information on this release, see:
|
|
822
829
|
- Fixed an issue with Undo/Redo not working with fixing columns. [#6869](https://github.com/handsontable/handsontable/issues/6869)
|
823
830
|
- Added a missing argument in the `deepObjectSize` function. [#6821](https://github.com/handsontable/handsontable/pull/6821)
|
824
831
|
|
832
|
+
For more information on Handsontable 8.0.0, see:
|
833
|
+
- [Blog post (8.0.0)](https://handsontable.com/blog/the-new-handsontable-8-is-now-available)
|
834
|
+
- [Documentation (8.0.0)](https://handsontable.com/docs/8.0.0)
|
835
|
+
- [Migration guide (7.4 → 8.0)](https://handsontable.com/docs/migration-from-7.4-to-8.0)
|
836
|
+
- [Release notes (8.0.0)](https://handsontable.com/docs/javascript-data-grid/release-notes/#_8-0)
|
837
|
+
|
825
838
|
## Prior [8.0.0]
|
826
839
|
|
827
840
|
The changes for previous versions are described at https://github.com/handsontable/handsontable/releases.
|
package/base.js
CHANGED
@@ -46,8 +46,8 @@ Handsontable.hooks = _pluginHooks.default.getSingleton();
|
|
46
46
|
Handsontable.CellCoords = _src.CellCoords;
|
47
47
|
Handsontable.CellRange = _src.CellRange;
|
48
48
|
Handsontable.packageName = 'handsontable';
|
49
|
-
Handsontable.buildDate = "
|
50
|
-
Handsontable.version = "12.3.
|
49
|
+
Handsontable.buildDate = "11/01/2023 12:33:40";
|
50
|
+
Handsontable.version = "12.3.1-next-83e8a23-20230111";
|
51
51
|
Handsontable.languages = {
|
52
52
|
dictionaryKeys: _registry.dictionaryKeys,
|
53
53
|
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 = "
|
39
|
-
Handsontable.version = "12.3.
|
38
|
+
Handsontable.buildDate = "11/01/2023 12:33:57";
|
39
|
+
Handsontable.version = "12.3.1-next-83e8a23-20230111";
|
40
40
|
Handsontable.languages = {
|
41
41
|
dictionaryKeys: dictionaryKeys,
|
42
42
|
getLanguageDictionary: getLanguageDictionary,
|
package/core.js
CHANGED
@@ -66,14 +66,14 @@ function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" =
|
|
66
66
|
function _taggedTemplateLiteral(strings, raw) { if (!raw) { raw = strings.slice(0); } return Object.freeze(Object.defineProperties(strings, { raw: { value: Object.freeze(raw) } })); }
|
67
67
|
function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
|
68
68
|
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."); }
|
69
|
-
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)
|
69
|
+
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; } }
|
70
70
|
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
71
71
|
function _toConsumableArray(arr) { return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread(); }
|
72
72
|
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."); }
|
73
73
|
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); }
|
74
74
|
function _iterableToArray(iter) { if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter); }
|
75
75
|
function _arrayWithoutHoles(arr) { if (Array.isArray(arr)) return _arrayLikeToArray(arr); }
|
76
|
-
function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++)
|
76
|
+
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; }
|
77
77
|
var SHORTCUTS_GROUP = 'gridDefault';
|
78
78
|
var activeGuid = null;
|
79
79
|
var deprecationWarns = new Set();
|
@@ -90,7 +90,7 @@ var deprecationWarns = new Set();
|
|
90
90
|
*
|
91
91
|
* ::: only-for react
|
92
92
|
* To use these methods, associate a Handsontable instance with your instance
|
93
|
-
* of the [`HotTable` component](@/guides/getting-started/installation.md#use-the-hottable-component),
|
93
|
+
* of the [`HotTable` component](@/guides/getting-started/installation.md#_4-use-the-hottable-component),
|
94
94
|
* by using React's `ref` feature (read more on the [Instance methods](@/guides/getting-started/react-methods.md) page).
|
95
95
|
* :::
|
96
96
|
*
|
@@ -4051,7 +4051,7 @@ function Core(rootElement, userSettings) {
|
|
4051
4051
|
this.getShortcutManager().destroy();
|
4052
4052
|
metaManager.clearCache();
|
4053
4053
|
if ((0, _rootInstance.isRootInstance)(instance)) {
|
4054
|
-
var licenseInfo = this.rootDocument.querySelector('
|
4054
|
+
var licenseInfo = this.rootDocument.querySelector('.hot-display-license-info');
|
4055
4055
|
if (licenseInfo) {
|
4056
4056
|
licenseInfo.parentNode.removeChild(licenseInfo);
|
4057
4057
|
}
|