handsontable 12.4.0 → 13.0.0-next-900887e-20230613
Sign up to get free protection for your applications and to get access to all the features.
- package/3rdparty/walkontable/src/border.js +1 -0
- package/3rdparty/walkontable/src/border.mjs +1 -0
- package/3rdparty/walkontable/src/selection.js +1 -0
- package/3rdparty/walkontable/src/selection.mjs +1 -0
- package/3rdparty/walkontable/src/table.js +1 -0
- package/3rdparty/walkontable/src/table.mjs +1 -0
- package/CHANGELOG.md +15 -1
- package/base.js +2 -2
- package/base.mjs +2 -2
- package/core.d.ts +3 -4
- package/core.js +90 -107
- package/core.mjs +94 -111
- package/dataMap/dataMap.js +1 -0
- package/dataMap/dataMap.mjs +1 -0
- package/dataMap/metaManager/lazyFactoryMap.js +1 -0
- package/dataMap/metaManager/lazyFactoryMap.mjs +1 -0
- package/dataMap/metaManager/metaLayers/cellMeta.js +1 -0
- package/dataMap/metaManager/metaLayers/cellMeta.mjs +1 -0
- package/dataMap/metaManager/metaSchema.js +6 -6
- package/dataMap/metaManager/metaSchema.mjs +6 -6
- package/dist/handsontable.css +24 -2
- package/dist/handsontable.full.css +24 -2
- package/dist/handsontable.full.js +3294 -3169
- package/dist/handsontable.full.min.css +4 -4
- package/dist/handsontable.full.min.js +96 -92
- package/dist/handsontable.js +856 -952
- package/dist/handsontable.min.css +4 -4
- package/dist/handsontable.min.js +4 -4
- package/editorManager.js +1 -0
- package/editorManager.mjs +1 -0
- package/editors/baseEditor/baseEditor.js +1 -0
- package/editors/baseEditor/baseEditor.mjs +1 -0
- package/editors/textEditor/textEditor.js +1 -0
- package/editors/textEditor/textEditor.mjs +1 -0
- package/helpers/mixed.js +2 -2
- package/helpers/mixed.mjs +2 -2
- package/helpers/object.js +2 -0
- package/helpers/object.mjs +2 -0
- package/package.json +1 -1
- package/pluginHooks.d.ts +0 -1
- package/pluginHooks.js +1 -12
- package/pluginHooks.mjs +1 -12
- package/plugins/autoColumnSize/autoColumnSize.js +1 -0
- package/plugins/autoColumnSize/autoColumnSize.mjs +1 -0
- package/plugins/autoRowSize/autoRowSize.js +1 -0
- package/plugins/autoRowSize/autoRowSize.mjs +1 -0
- package/plugins/autofill/autofill.js +2 -2
- package/plugins/autofill/autofill.mjs +3 -3
- package/plugins/autofill/utils.js +1 -39
- package/plugins/autofill/utils.mjs +0 -37
- package/plugins/base/base.js +1 -0
- package/plugins/base/base.mjs +1 -0
- package/plugins/bindRowsWithHeaders/maps/strictBindsMap.js +1 -0
- package/plugins/bindRowsWithHeaders/maps/strictBindsMap.mjs +1 -0
- package/plugins/collapsibleColumns/collapsibleColumns.js +1 -0
- package/plugins/collapsibleColumns/collapsibleColumns.mjs +1 -0
- package/plugins/columnSorting/columnSorting.js +1 -0
- package/plugins/columnSorting/columnSorting.mjs +1 -0
- package/plugins/columnSorting/columnStatesManager.js +1 -0
- package/plugins/columnSorting/columnStatesManager.mjs +1 -0
- package/plugins/columnSorting/rootComparator.js +1 -0
- package/plugins/columnSorting/rootComparator.mjs +1 -0
- package/plugins/contextMenu/predefinedItems/removeColumn.js +1 -0
- package/plugins/contextMenu/predefinedItems/removeColumn.mjs +1 -0
- package/plugins/contextMenu/predefinedItems/removeRow.js +1 -0
- package/plugins/contextMenu/predefinedItems/removeRow.mjs +1 -0
- package/plugins/copyPaste/copyPaste.js +1 -0
- package/plugins/copyPaste/copyPaste.mjs +1 -0
- package/plugins/customBorders/customBorders.js +1 -0
- package/plugins/customBorders/customBorders.mjs +1 -0
- package/plugins/exportFile/dataProvider.js +1 -0
- package/plugins/exportFile/dataProvider.mjs +1 -0
- package/plugins/filters/component/value.js +1 -0
- package/plugins/filters/component/value.mjs +1 -0
- package/plugins/filters/condition/beginsWith.js +1 -0
- package/plugins/filters/condition/beginsWith.mjs +1 -0
- package/plugins/filters/condition/between.js +1 -0
- package/plugins/filters/condition/between.mjs +1 -0
- package/plugins/filters/condition/byValue.js +1 -0
- package/plugins/filters/condition/byValue.mjs +1 -0
- package/plugins/filters/condition/contains.js +1 -0
- package/plugins/filters/condition/contains.mjs +1 -0
- package/plugins/filters/condition/date/after.js +1 -0
- package/plugins/filters/condition/date/after.mjs +1 -0
- package/plugins/filters/condition/date/before.js +1 -0
- package/plugins/filters/condition/date/before.mjs +1 -0
- package/plugins/filters/condition/endsWith.js +1 -0
- package/plugins/filters/condition/endsWith.mjs +1 -0
- package/plugins/filters/condition/equal.js +1 -0
- package/plugins/filters/condition/equal.mjs +1 -0
- package/plugins/filters/condition/greaterThan.js +1 -0
- package/plugins/filters/condition/greaterThan.mjs +1 -0
- package/plugins/filters/condition/greaterThanOrEqual.js +1 -0
- package/plugins/filters/condition/greaterThanOrEqual.mjs +1 -0
- package/plugins/filters/condition/lessThan.js +1 -0
- package/plugins/filters/condition/lessThan.mjs +1 -0
- package/plugins/filters/condition/lessThanOrEqual.js +1 -0
- package/plugins/filters/condition/lessThanOrEqual.mjs +1 -0
- package/plugins/filters/conditionCollection.js +1 -0
- package/plugins/filters/conditionCollection.mjs +1 -0
- package/plugins/filters/filters.js +1 -0
- package/plugins/filters/filters.mjs +1 -0
- package/plugins/filters/ui/multipleSelect.js +1 -0
- package/plugins/filters/ui/multipleSelect.mjs +1 -0
- package/plugins/formulas/formulas.js +1 -0
- package/plugins/formulas/formulas.mjs +1 -0
- package/plugins/hiddenColumns/contextMenuItem/hideColumn.js +1 -0
- package/plugins/hiddenColumns/contextMenuItem/hideColumn.mjs +1 -0
- package/plugins/hiddenColumns/contextMenuItem/showColumn.js +1 -0
- package/plugins/hiddenColumns/contextMenuItem/showColumn.mjs +1 -0
- package/plugins/hiddenRows/contextMenuItem/hideRow.js +1 -0
- package/plugins/hiddenRows/contextMenuItem/hideRow.mjs +1 -0
- package/plugins/hiddenRows/contextMenuItem/showRow.js +1 -0
- package/plugins/hiddenRows/contextMenuItem/showRow.mjs +1 -0
- package/plugins/manualColumnFreeze/contextMenuItem/freezeColumn.js +1 -0
- package/plugins/manualColumnFreeze/contextMenuItem/freezeColumn.mjs +1 -0
- package/plugins/manualColumnFreeze/contextMenuItem/unfreezeColumn.js +1 -0
- package/plugins/manualColumnFreeze/contextMenuItem/unfreezeColumn.mjs +1 -0
- package/plugins/manualRowMove/manualRowMove.js +5 -1
- package/plugins/manualRowMove/manualRowMove.mjs +5 -1
- package/plugins/mergeCells/calculations/autofill.js +1 -0
- package/plugins/mergeCells/calculations/autofill.mjs +1 -0
- package/plugins/mergeCells/cellsCollection.js +1 -0
- package/plugins/mergeCells/cellsCollection.mjs +1 -0
- package/plugins/mergeCells/mergeCells.js +1 -0
- package/plugins/mergeCells/mergeCells.mjs +1 -0
- package/plugins/multiColumnSorting/rootComparator.js +1 -0
- package/plugins/multiColumnSorting/rootComparator.mjs +1 -0
- package/plugins/nestedHeaders/stateManager/headersTree.js +1 -0
- package/plugins/nestedHeaders/stateManager/headersTree.mjs +1 -0
- package/plugins/nestedHeaders/stateManager/settingsNormalizer.js +1 -0
- package/plugins/nestedHeaders/stateManager/settingsNormalizer.mjs +1 -0
- package/plugins/nestedRows/data/dataManager.js +1 -0
- package/plugins/nestedRows/data/dataManager.mjs +1 -0
- package/plugins/nestedRows/nestedRows.js +1 -0
- package/plugins/nestedRows/nestedRows.mjs +1 -0
- package/plugins/nestedRows/ui/collapsing.js +1 -0
- package/plugins/nestedRows/ui/collapsing.mjs +1 -0
- package/plugins/nestedRows/utils/rowMoveController.js +1 -0
- package/plugins/nestedRows/utils/rowMoveController.mjs +1 -0
- package/plugins/persistentState/storage.js +1 -0
- package/plugins/persistentState/storage.mjs +1 -0
- package/plugins/registry.js +1 -0
- package/plugins/registry.mjs +1 -0
- package/plugins/undoRedo/undoRedo.js +1 -0
- package/plugins/undoRedo/undoRedo.mjs +1 -0
- package/selection/highlight/highlight.js +1 -0
- package/selection/highlight/highlight.mjs +1 -0
- package/selection/selection.js +1 -0
- package/selection/selection.mjs +1 -0
- package/selection/utils.js +1 -0
- package/selection/utils.mjs +1 -0
- package/settings.d.ts +1 -0
- package/shortcuts/context.js +1 -0
- package/shortcuts/context.mjs +1 -0
- package/tableView.js +1 -0
- package/tableView.mjs +1 -0
- package/translations/indexMapper.js +8 -56
- package/translations/indexMapper.mjs +9 -56
- package/translations/maps/linkedPhysicalIndexToValueMap.js +1 -0
- package/translations/maps/linkedPhysicalIndexToValueMap.mjs +1 -0
- package/translations/maps/utils/indexesSequence.js +1 -0
- package/translations/maps/utils/indexesSequence.mjs +1 -0
- package/translations/maps/utils/physicallyIndexed.js +1 -0
- package/translations/maps/utils/physicallyIndexed.mjs +1 -0
- package/utils/dataStructures/priorityMap.js +1 -0
- package/utils/dataStructures/priorityMap.mjs +1 -0
- package/utils/dataStructures/tree.js +1 -0
- package/utils/dataStructures/tree.mjs +1 -0
- package/utils/dataStructures/uniqueMap.js +1 -0
- package/utils/dataStructures/uniqueMap.mjs +1 -0
- package/utils/dataStructures/uniqueSet.js +1 -0
- package/utils/dataStructures/uniqueSet.mjs +1 -0
- package/utils/ghostTable.js +1 -0
- package/utils/ghostTable.mjs +1 -0
- package/utils/staticRegister.js +1 -0
- package/utils/staticRegister.mjs +1 -0
@@ -9,6 +9,7 @@ require("core-js/modules/es.array.iterator.js");
|
|
9
9
|
require("core-js/modules/es.string.iterator.js");
|
10
10
|
require("core-js/modules/web.dom-collections.iterator.js");
|
11
11
|
require("core-js/modules/es.array.slice.js");
|
12
|
+
require("core-js/modules/es.regexp.to-string.js");
|
12
13
|
require("core-js/modules/es.function.name.js");
|
13
14
|
require("core-js/modules/es.array.from.js");
|
14
15
|
require("core-js/modules/es.regexp.exec.js");
|
@@ -7,6 +7,7 @@ import "core-js/modules/es.array.iterator.js";
|
|
7
7
|
import "core-js/modules/es.string.iterator.js";
|
8
8
|
import "core-js/modules/web.dom-collections.iterator.js";
|
9
9
|
import "core-js/modules/es.array.slice.js";
|
10
|
+
import "core-js/modules/es.regexp.to-string.js";
|
10
11
|
import "core-js/modules/es.function.name.js";
|
11
12
|
import "core-js/modules/es.array.from.js";
|
12
13
|
import "core-js/modules/es.regexp.exec.js";
|
@@ -9,6 +9,7 @@ require("core-js/modules/es.array.iterator.js");
|
|
9
9
|
require("core-js/modules/es.string.iterator.js");
|
10
10
|
require("core-js/modules/web.dom-collections.iterator.js");
|
11
11
|
require("core-js/modules/es.array.slice.js");
|
12
|
+
require("core-js/modules/es.regexp.to-string.js");
|
12
13
|
require("core-js/modules/es.function.name.js");
|
13
14
|
require("core-js/modules/es.array.from.js");
|
14
15
|
require("core-js/modules/es.regexp.exec.js");
|
@@ -6,6 +6,7 @@ import "core-js/modules/es.array.iterator.js";
|
|
6
6
|
import "core-js/modules/es.string.iterator.js";
|
7
7
|
import "core-js/modules/web.dom-collections.iterator.js";
|
8
8
|
import "core-js/modules/es.array.slice.js";
|
9
|
+
import "core-js/modules/es.regexp.to-string.js";
|
9
10
|
import "core-js/modules/es.function.name.js";
|
10
11
|
import "core-js/modules/es.array.from.js";
|
11
12
|
import "core-js/modules/es.regexp.exec.js";
|
@@ -8,6 +8,7 @@ require("core-js/modules/es.array.iterator.js");
|
|
8
8
|
require("core-js/modules/es.string.iterator.js");
|
9
9
|
require("core-js/modules/web.dom-collections.iterator.js");
|
10
10
|
require("core-js/modules/es.array.slice.js");
|
11
|
+
require("core-js/modules/es.regexp.to-string.js");
|
11
12
|
require("core-js/modules/es.function.name.js");
|
12
13
|
require("core-js/modules/es.array.from.js");
|
13
14
|
require("core-js/modules/es.regexp.exec.js");
|
@@ -6,6 +6,7 @@ import "core-js/modules/es.array.iterator.js";
|
|
6
6
|
import "core-js/modules/es.string.iterator.js";
|
7
7
|
import "core-js/modules/web.dom-collections.iterator.js";
|
8
8
|
import "core-js/modules/es.array.slice.js";
|
9
|
+
import "core-js/modules/es.regexp.to-string.js";
|
9
10
|
import "core-js/modules/es.function.name.js";
|
10
11
|
import "core-js/modules/es.array.from.js";
|
11
12
|
import "core-js/modules/es.regexp.exec.js";
|
@@ -9,6 +9,7 @@ require("core-js/modules/es.array.iterator.js");
|
|
9
9
|
require("core-js/modules/es.string.iterator.js");
|
10
10
|
require("core-js/modules/web.dom-collections.iterator.js");
|
11
11
|
require("core-js/modules/es.array.slice.js");
|
12
|
+
require("core-js/modules/es.regexp.to-string.js");
|
12
13
|
require("core-js/modules/es.function.name.js");
|
13
14
|
require("core-js/modules/es.array.from.js");
|
14
15
|
require("core-js/modules/es.regexp.exec.js");
|
@@ -7,6 +7,7 @@ import "core-js/modules/es.array.iterator.js";
|
|
7
7
|
import "core-js/modules/es.string.iterator.js";
|
8
8
|
import "core-js/modules/web.dom-collections.iterator.js";
|
9
9
|
import "core-js/modules/es.array.slice.js";
|
10
|
+
import "core-js/modules/es.regexp.to-string.js";
|
10
11
|
import "core-js/modules/es.function.name.js";
|
11
12
|
import "core-js/modules/es.array.from.js";
|
12
13
|
import "core-js/modules/es.regexp.exec.js";
|
@@ -9,6 +9,7 @@ require("core-js/modules/es.array.iterator.js");
|
|
9
9
|
require("core-js/modules/es.string.iterator.js");
|
10
10
|
require("core-js/modules/web.dom-collections.iterator.js");
|
11
11
|
require("core-js/modules/es.array.slice.js");
|
12
|
+
require("core-js/modules/es.regexp.to-string.js");
|
12
13
|
require("core-js/modules/es.function.name.js");
|
13
14
|
require("core-js/modules/es.array.from.js");
|
14
15
|
require("core-js/modules/es.regexp.exec.js");
|
@@ -6,6 +6,7 @@ import "core-js/modules/es.array.iterator.js";
|
|
6
6
|
import "core-js/modules/es.string.iterator.js";
|
7
7
|
import "core-js/modules/web.dom-collections.iterator.js";
|
8
8
|
import "core-js/modules/es.array.slice.js";
|
9
|
+
import "core-js/modules/es.regexp.to-string.js";
|
9
10
|
import "core-js/modules/es.function.name.js";
|
10
11
|
import "core-js/modules/es.array.from.js";
|
11
12
|
import "core-js/modules/es.regexp.exec.js";
|
@@ -9,6 +9,7 @@ require("core-js/modules/es.array.iterator.js");
|
|
9
9
|
require("core-js/modules/es.string.iterator.js");
|
10
10
|
require("core-js/modules/web.dom-collections.iterator.js");
|
11
11
|
require("core-js/modules/es.array.slice.js");
|
12
|
+
require("core-js/modules/es.regexp.to-string.js");
|
12
13
|
require("core-js/modules/es.function.name.js");
|
13
14
|
require("core-js/modules/es.array.from.js");
|
14
15
|
require("core-js/modules/es.regexp.exec.js");
|
@@ -6,6 +6,7 @@ import "core-js/modules/es.array.iterator.js";
|
|
6
6
|
import "core-js/modules/es.string.iterator.js";
|
7
7
|
import "core-js/modules/web.dom-collections.iterator.js";
|
8
8
|
import "core-js/modules/es.array.slice.js";
|
9
|
+
import "core-js/modules/es.regexp.to-string.js";
|
9
10
|
import "core-js/modules/es.function.name.js";
|
10
11
|
import "core-js/modules/es.array.from.js";
|
11
12
|
import "core-js/modules/es.regexp.exec.js";
|
@@ -9,6 +9,7 @@ require("core-js/modules/es.array.iterator.js");
|
|
9
9
|
require("core-js/modules/es.string.iterator.js");
|
10
10
|
require("core-js/modules/web.dom-collections.iterator.js");
|
11
11
|
require("core-js/modules/es.array.slice.js");
|
12
|
+
require("core-js/modules/es.regexp.to-string.js");
|
12
13
|
require("core-js/modules/es.function.name.js");
|
13
14
|
require("core-js/modules/es.array.from.js");
|
14
15
|
require("core-js/modules/es.regexp.exec.js");
|
@@ -7,6 +7,7 @@ import "core-js/modules/es.array.iterator.js";
|
|
7
7
|
import "core-js/modules/es.string.iterator.js";
|
8
8
|
import "core-js/modules/web.dom-collections.iterator.js";
|
9
9
|
import "core-js/modules/es.array.slice.js";
|
10
|
+
import "core-js/modules/es.regexp.to-string.js";
|
10
11
|
import "core-js/modules/es.function.name.js";
|
11
12
|
import "core-js/modules/es.array.from.js";
|
12
13
|
import "core-js/modules/es.regexp.exec.js";
|
@@ -9,6 +9,7 @@ require("core-js/modules/es.array.iterator.js");
|
|
9
9
|
require("core-js/modules/es.string.iterator.js");
|
10
10
|
require("core-js/modules/web.dom-collections.iterator.js");
|
11
11
|
require("core-js/modules/es.array.slice.js");
|
12
|
+
require("core-js/modules/es.regexp.to-string.js");
|
12
13
|
require("core-js/modules/es.function.name.js");
|
13
14
|
require("core-js/modules/es.array.from.js");
|
14
15
|
require("core-js/modules/es.regexp.exec.js");
|
@@ -6,6 +6,7 @@ import "core-js/modules/es.array.iterator.js";
|
|
6
6
|
import "core-js/modules/es.string.iterator.js";
|
7
7
|
import "core-js/modules/web.dom-collections.iterator.js";
|
8
8
|
import "core-js/modules/es.array.slice.js";
|
9
|
+
import "core-js/modules/es.regexp.to-string.js";
|
9
10
|
import "core-js/modules/es.function.name.js";
|
10
11
|
import "core-js/modules/es.array.from.js";
|
11
12
|
import "core-js/modules/es.regexp.exec.js";
|
@@ -9,6 +9,7 @@ require("core-js/modules/es.array.iterator.js");
|
|
9
9
|
require("core-js/modules/es.string.iterator.js");
|
10
10
|
require("core-js/modules/web.dom-collections.iterator.js");
|
11
11
|
require("core-js/modules/es.array.slice.js");
|
12
|
+
require("core-js/modules/es.regexp.to-string.js");
|
12
13
|
require("core-js/modules/es.function.name.js");
|
13
14
|
require("core-js/modules/es.array.from.js");
|
14
15
|
require("core-js/modules/es.regexp.exec.js");
|
@@ -6,6 +6,7 @@ import "core-js/modules/es.array.iterator.js";
|
|
6
6
|
import "core-js/modules/es.string.iterator.js";
|
7
7
|
import "core-js/modules/web.dom-collections.iterator.js";
|
8
8
|
import "core-js/modules/es.array.slice.js";
|
9
|
+
import "core-js/modules/es.regexp.to-string.js";
|
9
10
|
import "core-js/modules/es.function.name.js";
|
10
11
|
import "core-js/modules/es.array.from.js";
|
11
12
|
import "core-js/modules/es.regexp.exec.js";
|
@@ -9,6 +9,7 @@ require("core-js/modules/es.array.iterator.js");
|
|
9
9
|
require("core-js/modules/es.string.iterator.js");
|
10
10
|
require("core-js/modules/web.dom-collections.iterator.js");
|
11
11
|
require("core-js/modules/es.array.slice.js");
|
12
|
+
require("core-js/modules/es.regexp.to-string.js");
|
12
13
|
require("core-js/modules/es.function.name.js");
|
13
14
|
require("core-js/modules/es.array.from.js");
|
14
15
|
require("core-js/modules/es.regexp.exec.js");
|
@@ -6,6 +6,7 @@ import "core-js/modules/es.array.iterator.js";
|
|
6
6
|
import "core-js/modules/es.string.iterator.js";
|
7
7
|
import "core-js/modules/web.dom-collections.iterator.js";
|
8
8
|
import "core-js/modules/es.array.slice.js";
|
9
|
+
import "core-js/modules/es.regexp.to-string.js";
|
9
10
|
import "core-js/modules/es.function.name.js";
|
10
11
|
import "core-js/modules/es.array.from.js";
|
11
12
|
import "core-js/modules/es.regexp.exec.js";
|
@@ -9,6 +9,7 @@ require("core-js/modules/es.array.iterator.js");
|
|
9
9
|
require("core-js/modules/es.string.iterator.js");
|
10
10
|
require("core-js/modules/web.dom-collections.iterator.js");
|
11
11
|
require("core-js/modules/es.array.slice.js");
|
12
|
+
require("core-js/modules/es.regexp.to-string.js");
|
12
13
|
require("core-js/modules/es.function.name.js");
|
13
14
|
require("core-js/modules/es.array.from.js");
|
14
15
|
require("core-js/modules/es.regexp.exec.js");
|
@@ -6,6 +6,7 @@ import "core-js/modules/es.array.iterator.js";
|
|
6
6
|
import "core-js/modules/es.string.iterator.js";
|
7
7
|
import "core-js/modules/web.dom-collections.iterator.js";
|
8
8
|
import "core-js/modules/es.array.slice.js";
|
9
|
+
import "core-js/modules/es.regexp.to-string.js";
|
9
10
|
import "core-js/modules/es.function.name.js";
|
10
11
|
import "core-js/modules/es.array.from.js";
|
11
12
|
import "core-js/modules/es.regexp.exec.js";
|
@@ -9,6 +9,7 @@ require("core-js/modules/es.array.iterator.js");
|
|
9
9
|
require("core-js/modules/es.string.iterator.js");
|
10
10
|
require("core-js/modules/web.dom-collections.iterator.js");
|
11
11
|
require("core-js/modules/es.array.slice.js");
|
12
|
+
require("core-js/modules/es.regexp.to-string.js");
|
12
13
|
require("core-js/modules/es.function.name.js");
|
13
14
|
require("core-js/modules/es.array.from.js");
|
14
15
|
require("core-js/modules/es.regexp.exec.js");
|
@@ -6,6 +6,7 @@ import "core-js/modules/es.array.iterator.js";
|
|
6
6
|
import "core-js/modules/es.string.iterator.js";
|
7
7
|
import "core-js/modules/web.dom-collections.iterator.js";
|
8
8
|
import "core-js/modules/es.array.slice.js";
|
9
|
+
import "core-js/modules/es.regexp.to-string.js";
|
9
10
|
import "core-js/modules/es.function.name.js";
|
10
11
|
import "core-js/modules/es.array.from.js";
|
11
12
|
import "core-js/modules/es.regexp.exec.js";
|
@@ -6,6 +6,7 @@ require("core-js/modules/es.symbol.iterator.js");
|
|
6
6
|
require("core-js/modules/es.array.iterator.js");
|
7
7
|
require("core-js/modules/es.string.iterator.js");
|
8
8
|
require("core-js/modules/web.dom-collections.iterator.js");
|
9
|
+
require("core-js/modules/es.regexp.to-string.js");
|
9
10
|
require("core-js/modules/es.array.from.js");
|
10
11
|
require("core-js/modules/es.regexp.exec.js");
|
11
12
|
exports.__esModule = true;
|
@@ -22,6 +22,7 @@ import "core-js/modules/es.symbol.iterator.js";
|
|
22
22
|
import "core-js/modules/es.array.iterator.js";
|
23
23
|
import "core-js/modules/es.string.iterator.js";
|
24
24
|
import "core-js/modules/web.dom-collections.iterator.js";
|
25
|
+
import "core-js/modules/es.regexp.to-string.js";
|
25
26
|
import "core-js/modules/es.array.from.js";
|
26
27
|
import "core-js/modules/es.regexp.exec.js";
|
27
28
|
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
@@ -11,6 +11,7 @@ require("core-js/modules/es.symbol.description.js");
|
|
11
11
|
require("core-js/modules/es.number.constructor.js");
|
12
12
|
require("core-js/modules/es.symbol.iterator.js");
|
13
13
|
require("core-js/modules/es.array.slice.js");
|
14
|
+
require("core-js/modules/es.regexp.to-string.js");
|
14
15
|
require("core-js/modules/es.regexp.exec.js");
|
15
16
|
require("core-js/modules/es.object.freeze.js");
|
16
17
|
require("core-js/modules/es.weak-map.js");
|
@@ -11,6 +11,7 @@ import "core-js/modules/es.symbol.description.js";
|
|
11
11
|
import "core-js/modules/es.number.constructor.js";
|
12
12
|
import "core-js/modules/es.symbol.iterator.js";
|
13
13
|
import "core-js/modules/es.array.slice.js";
|
14
|
+
import "core-js/modules/es.regexp.to-string.js";
|
14
15
|
import "core-js/modules/es.regexp.exec.js";
|
15
16
|
import "core-js/modules/es.object.freeze.js";
|
16
17
|
var _templateObject;
|
@@ -14,6 +14,7 @@ require("core-js/modules/es.number.constructor.js");
|
|
14
14
|
require("core-js/modules/es.symbol.iterator.js");
|
15
15
|
require("core-js/modules/es.array.from.js");
|
16
16
|
require("core-js/modules/es.array.slice.js");
|
17
|
+
require("core-js/modules/es.regexp.to-string.js");
|
17
18
|
require("core-js/modules/es.function.name.js");
|
18
19
|
require("core-js/modules/es.regexp.exec.js");
|
19
20
|
exports.__esModule = true;
|
@@ -39,6 +39,7 @@ import "core-js/modules/es.number.constructor.js";
|
|
39
39
|
import "core-js/modules/es.symbol.iterator.js";
|
40
40
|
import "core-js/modules/es.array.from.js";
|
41
41
|
import "core-js/modules/es.array.slice.js";
|
42
|
+
import "core-js/modules/es.regexp.to-string.js";
|
42
43
|
import "core-js/modules/es.function.name.js";
|
43
44
|
import "core-js/modules/es.regexp.exec.js";
|
44
45
|
import { addClass, getScrollbarWidth } from "../../../helpers/dom/element.mjs";
|
@@ -11,6 +11,7 @@ require("core-js/modules/es.reflect.construct.js");
|
|
11
11
|
require("core-js/modules/es.reflect.get.js");
|
12
12
|
require("core-js/modules/es.object.get-own-property-descriptor.js");
|
13
13
|
require("core-js/modules/es.symbol.iterator.js");
|
14
|
+
require("core-js/modules/es.regexp.to-string.js");
|
14
15
|
require("core-js/modules/es.function.name.js");
|
15
16
|
require("core-js/modules/es.array.from.js");
|
16
17
|
require("core-js/modules/es.regexp.exec.js");
|
@@ -35,6 +35,7 @@ import "core-js/modules/es.reflect.construct.js";
|
|
35
35
|
import "core-js/modules/es.reflect.get.js";
|
36
36
|
import "core-js/modules/es.object.get-own-property-descriptor.js";
|
37
37
|
import "core-js/modules/es.symbol.iterator.js";
|
38
|
+
import "core-js/modules/es.regexp.to-string.js";
|
38
39
|
import "core-js/modules/es.function.name.js";
|
39
40
|
import "core-js/modules/es.array.from.js";
|
40
41
|
import "core-js/modules/es.regexp.exec.js";
|
@@ -9,6 +9,7 @@ require("core-js/modules/es.array.iterator.js");
|
|
9
9
|
require("core-js/modules/es.string.iterator.js");
|
10
10
|
require("core-js/modules/web.dom-collections.iterator.js");
|
11
11
|
require("core-js/modules/es.array.slice.js");
|
12
|
+
require("core-js/modules/es.regexp.to-string.js");
|
12
13
|
require("core-js/modules/es.function.name.js");
|
13
14
|
require("core-js/modules/es.array.from.js");
|
14
15
|
require("core-js/modules/es.regexp.exec.js");
|
@@ -8,6 +8,7 @@ import "core-js/modules/es.array.iterator.js";
|
|
8
8
|
import "core-js/modules/es.string.iterator.js";
|
9
9
|
import "core-js/modules/web.dom-collections.iterator.js";
|
10
10
|
import "core-js/modules/es.array.slice.js";
|
11
|
+
import "core-js/modules/es.regexp.to-string.js";
|
11
12
|
import "core-js/modules/es.function.name.js";
|
12
13
|
import "core-js/modules/es.array.from.js";
|
13
14
|
import "core-js/modules/es.regexp.exec.js";
|
@@ -8,6 +8,7 @@ require("core-js/modules/es.array.iterator.js");
|
|
8
8
|
require("core-js/modules/es.string.iterator.js");
|
9
9
|
require("core-js/modules/web.dom-collections.iterator.js");
|
10
10
|
require("core-js/modules/es.array.from.js");
|
11
|
+
require("core-js/modules/es.regexp.to-string.js");
|
11
12
|
require("core-js/modules/es.function.name.js");
|
12
13
|
require("core-js/modules/es.regexp.exec.js");
|
13
14
|
require("core-js/modules/es.weak-map.js");
|
@@ -16,6 +16,7 @@ import "core-js/modules/es.array.iterator.js";
|
|
16
16
|
import "core-js/modules/es.string.iterator.js";
|
17
17
|
import "core-js/modules/web.dom-collections.iterator.js";
|
18
18
|
import "core-js/modules/es.array.from.js";
|
19
|
+
import "core-js/modules/es.regexp.to-string.js";
|
19
20
|
import "core-js/modules/es.function.name.js";
|
20
21
|
import "core-js/modules/es.regexp.exec.js";
|
21
22
|
import { arrayEach, arrayMap } from "../../../helpers/array.mjs";
|
@@ -9,6 +9,7 @@ require("core-js/modules/es.array.iterator.js");
|
|
9
9
|
require("core-js/modules/es.string.iterator.js");
|
10
10
|
require("core-js/modules/web.dom-collections.iterator.js");
|
11
11
|
require("core-js/modules/es.array.slice.js");
|
12
|
+
require("core-js/modules/es.regexp.to-string.js");
|
12
13
|
require("core-js/modules/es.function.name.js");
|
13
14
|
require("core-js/modules/es.array.from.js");
|
14
15
|
require("core-js/modules/es.regexp.exec.js");
|
@@ -8,6 +8,7 @@ import "core-js/modules/es.array.iterator.js";
|
|
8
8
|
import "core-js/modules/es.string.iterator.js";
|
9
9
|
import "core-js/modules/web.dom-collections.iterator.js";
|
10
10
|
import "core-js/modules/es.array.slice.js";
|
11
|
+
import "core-js/modules/es.regexp.to-string.js";
|
11
12
|
import "core-js/modules/es.function.name.js";
|
12
13
|
import "core-js/modules/es.array.from.js";
|
13
14
|
import "core-js/modules/es.regexp.exec.js";
|
@@ -8,6 +8,7 @@ require("core-js/modules/es.array.iterator.js");
|
|
8
8
|
require("core-js/modules/es.string.iterator.js");
|
9
9
|
require("core-js/modules/web.dom-collections.iterator.js");
|
10
10
|
require("core-js/modules/es.array.from.js");
|
11
|
+
require("core-js/modules/es.regexp.to-string.js");
|
11
12
|
require("core-js/modules/es.function.name.js");
|
12
13
|
require("core-js/modules/es.regexp.exec.js");
|
13
14
|
require("core-js/modules/es.weak-map.js");
|
@@ -16,6 +16,7 @@ import "core-js/modules/es.array.iterator.js";
|
|
16
16
|
import "core-js/modules/es.string.iterator.js";
|
17
17
|
import "core-js/modules/web.dom-collections.iterator.js";
|
18
18
|
import "core-js/modules/es.array.from.js";
|
19
|
+
import "core-js/modules/es.regexp.to-string.js";
|
19
20
|
import "core-js/modules/es.function.name.js";
|
20
21
|
import "core-js/modules/es.regexp.exec.js";
|
21
22
|
import { arrayEach, arrayMap } from "../../../helpers/array.mjs";
|
@@ -9,6 +9,7 @@ require("core-js/modules/es.array.iterator.js");
|
|
9
9
|
require("core-js/modules/es.string.iterator.js");
|
10
10
|
require("core-js/modules/web.dom-collections.iterator.js");
|
11
11
|
require("core-js/modules/es.array.slice.js");
|
12
|
+
require("core-js/modules/es.regexp.to-string.js");
|
12
13
|
require("core-js/modules/es.function.name.js");
|
13
14
|
require("core-js/modules/es.array.from.js");
|
14
15
|
require("core-js/modules/es.regexp.exec.js");
|
@@ -6,6 +6,7 @@ import "core-js/modules/es.array.iterator.js";
|
|
6
6
|
import "core-js/modules/es.string.iterator.js";
|
7
7
|
import "core-js/modules/web.dom-collections.iterator.js";
|
8
8
|
import "core-js/modules/es.array.slice.js";
|
9
|
+
import "core-js/modules/es.regexp.to-string.js";
|
9
10
|
import "core-js/modules/es.function.name.js";
|
10
11
|
import "core-js/modules/es.array.from.js";
|
11
12
|
import "core-js/modules/es.regexp.exec.js";
|
@@ -9,6 +9,7 @@ require("core-js/modules/es.array.iterator.js");
|
|
9
9
|
require("core-js/modules/es.string.iterator.js");
|
10
10
|
require("core-js/modules/web.dom-collections.iterator.js");
|
11
11
|
require("core-js/modules/es.array.slice.js");
|
12
|
+
require("core-js/modules/es.regexp.to-string.js");
|
12
13
|
require("core-js/modules/es.function.name.js");
|
13
14
|
require("core-js/modules/es.array.from.js");
|
14
15
|
require("core-js/modules/es.regexp.exec.js");
|
@@ -6,6 +6,7 @@ import "core-js/modules/es.array.iterator.js";
|
|
6
6
|
import "core-js/modules/es.string.iterator.js";
|
7
7
|
import "core-js/modules/web.dom-collections.iterator.js";
|
8
8
|
import "core-js/modules/es.array.slice.js";
|
9
|
+
import "core-js/modules/es.regexp.to-string.js";
|
9
10
|
import "core-js/modules/es.function.name.js";
|
10
11
|
import "core-js/modules/es.array.from.js";
|
11
12
|
import "core-js/modules/es.regexp.exec.js";
|
@@ -202,6 +202,8 @@ var ManualRowMove = /*#__PURE__*/function (_BasePlugin) {
|
|
202
202
|
/**
|
203
203
|
* Moves a single row.
|
204
204
|
*
|
205
|
+
* To see the outcome, rerender your grid by calling [`render()`](@/api/core.md#render).
|
206
|
+
*
|
205
207
|
* @param {number} row Visual row index to be moved.
|
206
208
|
* @param {number} finalIndex Visual row index, being a start index for the moved rows. Points to where the elements will be placed after the moving action.
|
207
209
|
* To check the visualization of the final index, please take a look at [documentation](@/guides/rows/row-moving.md#drag-and-move-actions-of-manualrowmove-plugin).
|
@@ -216,7 +218,9 @@ var ManualRowMove = /*#__PURE__*/function (_BasePlugin) {
|
|
216
218
|
}
|
217
219
|
|
218
220
|
/**
|
219
|
-
* Moves
|
221
|
+
* Moves multiple rows.
|
222
|
+
*
|
223
|
+
* To see the outcome, rerender your grid by calling [`render()`](@/api/core.md#render).
|
220
224
|
*
|
221
225
|
* @param {Array} rows Array of visual row indexes to be moved.
|
222
226
|
* @param {number} finalIndex Visual row index, being a start index for the moved rows. Points to where the elements will be placed after the moving action.
|
@@ -195,6 +195,8 @@ export var ManualRowMove = /*#__PURE__*/function (_BasePlugin) {
|
|
195
195
|
/**
|
196
196
|
* Moves a single row.
|
197
197
|
*
|
198
|
+
* To see the outcome, rerender your grid by calling [`render()`](@/api/core.md#render).
|
199
|
+
*
|
198
200
|
* @param {number} row Visual row index to be moved.
|
199
201
|
* @param {number} finalIndex Visual row index, being a start index for the moved rows. Points to where the elements will be placed after the moving action.
|
200
202
|
* To check the visualization of the final index, please take a look at [documentation](@/guides/rows/row-moving.md#drag-and-move-actions-of-manualrowmove-plugin).
|
@@ -209,7 +211,9 @@ export var ManualRowMove = /*#__PURE__*/function (_BasePlugin) {
|
|
209
211
|
}
|
210
212
|
|
211
213
|
/**
|
212
|
-
* Moves
|
214
|
+
* Moves multiple rows.
|
215
|
+
*
|
216
|
+
* To see the outcome, rerender your grid by calling [`render()`](@/api/core.md#render).
|
213
217
|
*
|
214
218
|
* @param {Array} rows Array of visual row indexes to be moved.
|
215
219
|
* @param {number} finalIndex Visual row index, being a start index for the moved rows. Points to where the elements will be placed after the moving action.
|
@@ -4,6 +4,7 @@ require("core-js/modules/es.symbol.iterator.js");
|
|
4
4
|
require("core-js/modules/es.array.iterator.js");
|
5
5
|
require("core-js/modules/es.string.iterator.js");
|
6
6
|
require("core-js/modules/web.dom-collections.iterator.js");
|
7
|
+
require("core-js/modules/es.regexp.to-string.js");
|
7
8
|
require("core-js/modules/es.function.name.js");
|
8
9
|
require("core-js/modules/es.array.from.js");
|
9
10
|
require("core-js/modules/es.regexp.exec.js");
|
@@ -17,6 +17,7 @@ import "core-js/modules/es.symbol.iterator.js";
|
|
17
17
|
import "core-js/modules/es.array.iterator.js";
|
18
18
|
import "core-js/modules/es.string.iterator.js";
|
19
19
|
import "core-js/modules/web.dom-collections.iterator.js";
|
20
|
+
import "core-js/modules/es.regexp.to-string.js";
|
20
21
|
import "core-js/modules/es.function.name.js";
|
21
22
|
import "core-js/modules/es.array.from.js";
|
22
23
|
import "core-js/modules/es.regexp.exec.js";
|
@@ -6,6 +6,7 @@ require("core-js/modules/es.string.iterator.js");
|
|
6
6
|
require("core-js/modules/web.dom-collections.iterator.js");
|
7
7
|
require("core-js/modules/es.array.from.js");
|
8
8
|
require("core-js/modules/es.array.slice.js");
|
9
|
+
require("core-js/modules/es.regexp.to-string.js");
|
9
10
|
require("core-js/modules/es.function.name.js");
|
10
11
|
require("core-js/modules/es.regexp.exec.js");
|
11
12
|
require("core-js/modules/es.object.freeze.js");
|
@@ -21,6 +21,7 @@ import "core-js/modules/es.string.iterator.js";
|
|
21
21
|
import "core-js/modules/web.dom-collections.iterator.js";
|
22
22
|
import "core-js/modules/es.array.from.js";
|
23
23
|
import "core-js/modules/es.array.slice.js";
|
24
|
+
import "core-js/modules/es.regexp.to-string.js";
|
24
25
|
import "core-js/modules/es.function.name.js";
|
25
26
|
import "core-js/modules/es.regexp.exec.js";
|
26
27
|
import "core-js/modules/es.object.freeze.js";
|
@@ -14,6 +14,7 @@ require("core-js/modules/es.number.constructor.js");
|
|
14
14
|
require("core-js/modules/es.symbol.iterator.js");
|
15
15
|
require("core-js/modules/es.array.from.js");
|
16
16
|
require("core-js/modules/es.array.slice.js");
|
17
|
+
require("core-js/modules/es.regexp.to-string.js");
|
17
18
|
exports.__esModule = true;
|
18
19
|
exports.PLUGIN_PRIORITY = exports.PLUGIN_KEY = exports.MergeCells = void 0;
|
19
20
|
require("core-js/modules/es.array.iterator.js");
|
@@ -49,6 +49,7 @@ import "core-js/modules/es.number.constructor.js";
|
|
49
49
|
import "core-js/modules/es.symbol.iterator.js";
|
50
50
|
import "core-js/modules/es.array.from.js";
|
51
51
|
import "core-js/modules/es.array.slice.js";
|
52
|
+
import "core-js/modules/es.regexp.to-string.js";
|
52
53
|
import { BasePlugin } from "../base/index.mjs";
|
53
54
|
import Hooks from "../../pluginHooks.mjs";
|
54
55
|
import MergedCellsCollection from "./cellsCollection.mjs";
|
@@ -8,6 +8,7 @@ require("core-js/modules/es.array.iterator.js");
|
|
8
8
|
require("core-js/modules/es.string.iterator.js");
|
9
9
|
require("core-js/modules/web.dom-collections.iterator.js");
|
10
10
|
require("core-js/modules/es.array.from.js");
|
11
|
+
require("core-js/modules/es.regexp.to-string.js");
|
11
12
|
require("core-js/modules/es.function.name.js");
|
12
13
|
require("core-js/modules/es.regexp.exec.js");
|
13
14
|
exports.__esModule = true;
|
@@ -7,6 +7,7 @@ import "core-js/modules/es.array.iterator.js";
|
|
7
7
|
import "core-js/modules/es.string.iterator.js";
|
8
8
|
import "core-js/modules/web.dom-collections.iterator.js";
|
9
9
|
import "core-js/modules/es.array.from.js";
|
10
|
+
import "core-js/modules/es.regexp.to-string.js";
|
10
11
|
import "core-js/modules/es.function.name.js";
|
11
12
|
import "core-js/modules/es.regexp.exec.js";
|
12
13
|
function _toArray(arr) { return _arrayWithHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableRest(); }
|
@@ -7,6 +7,7 @@ require("core-js/modules/es.symbol.description.js");
|
|
7
7
|
require("core-js/modules/es.number.constructor.js");
|
8
8
|
require("core-js/modules/es.symbol.iterator.js");
|
9
9
|
require("core-js/modules/es.array.slice.js");
|
10
|
+
require("core-js/modules/es.regexp.to-string.js");
|
10
11
|
require("core-js/modules/es.function.name.js");
|
11
12
|
require("core-js/modules/es.regexp.exec.js");
|
12
13
|
require("core-js/modules/es.object.keys.js");
|
@@ -22,6 +22,7 @@ import "core-js/modules/es.symbol.description.js";
|
|
22
22
|
import "core-js/modules/es.number.constructor.js";
|
23
23
|
import "core-js/modules/es.symbol.iterator.js";
|
24
24
|
import "core-js/modules/es.array.slice.js";
|
25
|
+
import "core-js/modules/es.regexp.to-string.js";
|
25
26
|
import "core-js/modules/es.function.name.js";
|
26
27
|
import "core-js/modules/es.regexp.exec.js";
|
27
28
|
import "core-js/modules/es.object.keys.js";
|
@@ -9,6 +9,7 @@ require("core-js/modules/es.string.iterator.js");
|
|
9
9
|
require("core-js/modules/web.dom-collections.iterator.js");
|
10
10
|
require("core-js/modules/es.array.from.js");
|
11
11
|
require("core-js/modules/es.array.slice.js");
|
12
|
+
require("core-js/modules/es.regexp.to-string.js");
|
12
13
|
require("core-js/modules/es.function.name.js");
|
13
14
|
require("core-js/modules/es.regexp.exec.js");
|
14
15
|
exports.__esModule = true;
|
@@ -9,6 +9,7 @@ import "core-js/modules/es.string.iterator.js";
|
|
9
9
|
import "core-js/modules/web.dom-collections.iterator.js";
|
10
10
|
import "core-js/modules/es.array.from.js";
|
11
11
|
import "core-js/modules/es.array.slice.js";
|
12
|
+
import "core-js/modules/es.regexp.to-string.js";
|
12
13
|
import "core-js/modules/es.function.name.js";
|
13
14
|
import "core-js/modules/es.regexp.exec.js";
|
14
15
|
function _toConsumableArray(arr) { return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread(); }
|
@@ -21,6 +21,7 @@ import "core-js/modules/es.symbol.js";
|
|
21
21
|
import "core-js/modules/es.symbol.description.js";
|
22
22
|
import "core-js/modules/es.number.constructor.js";
|
23
23
|
import "core-js/modules/es.symbol.iterator.js";
|
24
|
+
import "core-js/modules/es.regexp.to-string.js";
|
24
25
|
import "core-js/modules/es.function.name.js";
|
25
26
|
import "core-js/modules/es.regexp.exec.js";
|
26
27
|
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
@@ -12,6 +12,7 @@ require("core-js/modules/es.symbol.js");
|
|
12
12
|
require("core-js/modules/es.symbol.description.js");
|
13
13
|
require("core-js/modules/es.number.constructor.js");
|
14
14
|
require("core-js/modules/es.symbol.iterator.js");
|
15
|
+
require("core-js/modules/es.regexp.to-string.js");
|
15
16
|
require("core-js/modules/es.function.name.js");
|
16
17
|
require("core-js/modules/es.regexp.exec.js");
|
17
18
|
exports.__esModule = true;
|
@@ -41,6 +41,7 @@ import "core-js/modules/es.symbol.js";
|
|
41
41
|
import "core-js/modules/es.symbol.description.js";
|
42
42
|
import "core-js/modules/es.number.constructor.js";
|
43
43
|
import "core-js/modules/es.symbol.iterator.js";
|
44
|
+
import "core-js/modules/es.regexp.to-string.js";
|
44
45
|
import "core-js/modules/es.function.name.js";
|
45
46
|
import "core-js/modules/es.regexp.exec.js";
|
46
47
|
import { BasePlugin } from "../base/index.mjs";
|