handsontable 12.3.0 → 12.3.1-next-712715f-20230130
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/overlays.js +20 -2
- package/3rdparty/walkontable/src/overlays.mjs +20 -2
- package/3rdparty/walkontable/src/selection.js +2 -2
- package/3rdparty/walkontable/src/selection.mjs +2 -2
- package/3rdparty/walkontable/src/table.js +35 -8
- package/3rdparty/walkontable/src/table.mjs +35 -8
- package/CHANGELOG.md +123 -108
- package/base.js +2 -2
- package/base.mjs +2 -2
- package/core.js +10 -4
- package/core.mjs +10 -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 +4399 -4182
- package/dist/handsontable.full.min.css +4 -4
- package/dist/handsontable.full.min.js +107 -107
- package/dist/handsontable.js +2491 -2286
- 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 +97 -20
- package/plugins/mergeCells/mergeCells.mjs +97 -20
- 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/shortcuts/manager.js +9 -0
- package/shortcuts/manager.mjs +9 -0
- package/shortcuts/recorder.js +3 -0
- package/shortcuts/recorder.mjs +3 -0
- 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
@@ -63,7 +63,7 @@ function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" =
|
|
63
63
|
* ::: only-for react
|
64
64
|
*
|
65
65
|
* To apply configuration options, pass them as individual props
|
66
|
-
* of the [`HotTable`](@/guides/getting-started/installation.md#use-the-hottable-component)
|
66
|
+
* of the [`HotTable`](@/guides/getting-started/installation.md#_4-use-the-hottable-component)
|
67
67
|
* or [`HotColumn`](@/guides/columns/react-hot-column.md) components.
|
68
68
|
*
|
69
69
|
* Read more on the [Configuration options](@/guides/getting-started/configuration-options.md) page.
|
@@ -2838,13 +2838,13 @@ var _default = function _default() {
|
|
2838
2838
|
* @example
|
2839
2839
|
* ```js
|
2840
2840
|
* // enable the `ManualRowResize` plugin
|
2841
|
-
*
|
2841
|
+
* manualRowResize: true,
|
2842
2842
|
*
|
2843
2843
|
* // enable the `ManualRowResize` plugin
|
2844
2844
|
* // set the initial height of row 0 to 40 pixels
|
2845
2845
|
* // set the initial height of row 1 to 50 pixels
|
2846
2846
|
* // set the initial height of row 2 to 60 pixels
|
2847
|
-
*
|
2847
|
+
* manualRowResize: [40, 50, 60],
|
2848
2848
|
* ```
|
2849
2849
|
*/
|
2850
2850
|
manualRowResize: void 0,
|
@@ -59,7 +59,7 @@ import { isObjectEqual } from "../../helpers/object.mjs";
|
|
59
59
|
* ::: only-for react
|
60
60
|
*
|
61
61
|
* To apply configuration options, pass them as individual props
|
62
|
-
* of the [`HotTable`](@/guides/getting-started/installation.md#use-the-hottable-component)
|
62
|
+
* of the [`HotTable`](@/guides/getting-started/installation.md#_4-use-the-hottable-component)
|
63
63
|
* or [`HotColumn`](@/guides/columns/react-hot-column.md) components.
|
64
64
|
*
|
65
65
|
* Read more on the [Configuration options](@/guides/getting-started/configuration-options.md) page.
|
@@ -2834,13 +2834,13 @@ export default (function () {
|
|
2834
2834
|
* @example
|
2835
2835
|
* ```js
|
2836
2836
|
* // enable the `ManualRowResize` plugin
|
2837
|
-
*
|
2837
|
+
* manualRowResize: true,
|
2838
2838
|
*
|
2839
2839
|
* // enable the `ManualRowResize` plugin
|
2840
2840
|
* // set the initial height of row 0 to 40 pixels
|
2841
2841
|
* // set the initial height of row 1 to 50 pixels
|
2842
2842
|
* // set the initial height of row 2 to 60 pixels
|
2843
|
-
*
|
2843
|
+
* manualRowResize: [40, 50, 60],
|
2844
2844
|
* ```
|
2845
2845
|
*/
|
2846
2846
|
manualRowResize: void 0,
|
package/dist/handsontable.css
CHANGED
@@ -25,8 +25,8 @@
|
|
25
25
|
* INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER ARISING FROM
|
26
26
|
* USE OR INABILITY TO USE THIS SOFTWARE.
|
27
27
|
*
|
28
|
-
* Version: 12.3.
|
29
|
-
* Release date:
|
28
|
+
* Version: 12.3.1-next-712715f-20230130
|
29
|
+
* Release date: 06/02/2023 (built at 30/01/2023 11:56:44)
|
30
30
|
*/
|
31
31
|
/**
|
32
32
|
* Fix for bootstrap styles
|
@@ -396,7 +396,7 @@ innerBorderBottom - Property controlled by bottom overlay
|
|
396
396
|
white-space: nowrap;
|
397
397
|
}
|
398
398
|
|
399
|
-
|
399
|
+
.hot-display-license-info {
|
400
400
|
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Helvetica Neue", Arial, sans-serif;
|
401
401
|
font-size: 10px;
|
402
402
|
font-weight: normal;
|
@@ -405,7 +405,7 @@ innerBorderBottom - Property controlled by bottom overlay
|
|
405
405
|
text-align: left;
|
406
406
|
}
|
407
407
|
|
408
|
-
|
408
|
+
.hot-display-license-info a {
|
409
409
|
color: #104acc;
|
410
410
|
font-size: 10px;
|
411
411
|
}
|
@@ -1223,8 +1223,10 @@ textarea.HandsontableCopyPaste {
|
|
1223
1223
|
}
|
1224
1224
|
|
1225
1225
|
.htFiltersConditionsMenu .ht_clone_top,
|
1226
|
+
.htFiltersConditionsMenu .ht_clone_bottom,
|
1226
1227
|
.htFiltersConditionsMenu .ht_clone_inline_start,
|
1227
|
-
.htFiltersConditionsMenu .
|
1228
|
+
.htFiltersConditionsMenu .ht_clone_top_inline_start_corner,
|
1229
|
+
.htFiltersConditionsMenu .ht_clone_bottom_inline_start_corner {
|
1228
1230
|
display: none;
|
1229
1231
|
}
|
1230
1232
|
|
@@ -25,8 +25,8 @@
|
|
25
25
|
* INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER ARISING FROM
|
26
26
|
* USE OR INABILITY TO USE THIS SOFTWARE.
|
27
27
|
*
|
28
|
-
* Version: 12.3.
|
29
|
-
* Release date:
|
28
|
+
* Version: 12.3.1-next-712715f-20230130
|
29
|
+
* Release date: 06/02/2023 (built at 30/01/2023 11:56:44)
|
30
30
|
*/
|
31
31
|
/**
|
32
32
|
* Fix for bootstrap styles
|
@@ -396,7 +396,7 @@ innerBorderBottom - Property controlled by bottom overlay
|
|
396
396
|
white-space: nowrap;
|
397
397
|
}
|
398
398
|
|
399
|
-
|
399
|
+
.hot-display-license-info {
|
400
400
|
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Helvetica Neue", Arial, sans-serif;
|
401
401
|
font-size: 10px;
|
402
402
|
font-weight: normal;
|
@@ -405,7 +405,7 @@ innerBorderBottom - Property controlled by bottom overlay
|
|
405
405
|
text-align: left;
|
406
406
|
}
|
407
407
|
|
408
|
-
|
408
|
+
.hot-display-license-info a {
|
409
409
|
color: #104acc;
|
410
410
|
font-size: 10px;
|
411
411
|
}
|
@@ -1456,8 +1456,10 @@ textarea.HandsontableCopyPaste {
|
|
1456
1456
|
}
|
1457
1457
|
|
1458
1458
|
.htFiltersConditionsMenu .ht_clone_top,
|
1459
|
+
.htFiltersConditionsMenu .ht_clone_bottom,
|
1459
1460
|
.htFiltersConditionsMenu .ht_clone_inline_start,
|
1460
|
-
.htFiltersConditionsMenu .
|
1461
|
+
.htFiltersConditionsMenu .ht_clone_top_inline_start_corner,
|
1462
|
+
.htFiltersConditionsMenu .ht_clone_bottom_inline_start_corner {
|
1461
1463
|
display: none;
|
1462
1464
|
}
|
1463
1465
|
|