handsontable 12.3.0 → 12.3.1-next-712715f-20230130

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (188) hide show
  1. package/3rdparty/walkontable/src/border.js +4 -4
  2. package/3rdparty/walkontable/src/border.mjs +4 -4
  3. package/3rdparty/walkontable/src/overlays.js +20 -2
  4. package/3rdparty/walkontable/src/overlays.mjs +20 -2
  5. package/3rdparty/walkontable/src/selection.js +2 -2
  6. package/3rdparty/walkontable/src/selection.mjs +2 -2
  7. package/3rdparty/walkontable/src/table.js +35 -8
  8. package/3rdparty/walkontable/src/table.mjs +35 -8
  9. package/CHANGELOG.md +123 -108
  10. package/base.js +2 -2
  11. package/base.mjs +2 -2
  12. package/core.js +10 -4
  13. package/core.mjs +10 -4
  14. package/dataMap/dataMap.js +1 -1
  15. package/dataMap/dataMap.mjs +1 -1
  16. package/dataMap/metaManager/lazyFactoryMap.js +1 -1
  17. package/dataMap/metaManager/lazyFactoryMap.mjs +1 -1
  18. package/dataMap/metaManager/metaLayers/cellMeta.js +1 -1
  19. package/dataMap/metaManager/metaLayers/cellMeta.mjs +1 -1
  20. package/dataMap/metaManager/metaSchema.js +3 -3
  21. package/dataMap/metaManager/metaSchema.mjs +3 -3
  22. package/dist/handsontable.css +7 -5
  23. package/dist/handsontable.full.css +7 -5
  24. package/dist/handsontable.full.js +4399 -4182
  25. package/dist/handsontable.full.min.css +4 -4
  26. package/dist/handsontable.full.min.js +107 -107
  27. package/dist/handsontable.js +2491 -2286
  28. package/dist/handsontable.min.css +4 -4
  29. package/dist/handsontable.min.js +3 -3
  30. package/dist/languages/all.js +1 -1
  31. package/dist/languages/all.min.js +1 -1
  32. package/dist/languages/ja-JP.js +1 -1
  33. package/dist/languages/ja-JP.min.js +1 -1
  34. package/editorManager.js +2 -2
  35. package/editorManager.mjs +2 -2
  36. package/editors/baseEditor/baseEditor.js +2 -2
  37. package/editors/baseEditor/baseEditor.mjs +2 -2
  38. package/editors/textEditor/textEditor.js +2 -2
  39. package/editors/textEditor/textEditor.mjs +2 -2
  40. package/helpers/dom/element.js +1 -1
  41. package/helpers/dom/element.mjs +1 -1
  42. package/helpers/mixed.js +5 -6
  43. package/helpers/mixed.mjs +5 -6
  44. package/helpers/number.js +1 -1
  45. package/helpers/number.mjs +1 -1
  46. package/i18n/languages/ja-JP.js +1 -1
  47. package/i18n/languages/ja-JP.mjs +2 -2
  48. package/languages/all.js +1 -1
  49. package/languages/index.js +1 -1
  50. package/languages/ja-JP.js +1 -1
  51. package/languages/ja-JP.mjs +2 -2
  52. package/package.json +1 -1
  53. package/plugins/autoColumnSize/autoColumnSize.js +3 -3
  54. package/plugins/autoColumnSize/autoColumnSize.mjs +3 -3
  55. package/plugins/autoRowSize/autoRowSize.js +2 -2
  56. package/plugins/autoRowSize/autoRowSize.mjs +2 -2
  57. package/plugins/autofill/autofill.js +2 -2
  58. package/plugins/autofill/autofill.mjs +2 -2
  59. package/plugins/base/base.js +2 -2
  60. package/plugins/base/base.mjs +2 -2
  61. package/plugins/bindRowsWithHeaders/maps/strictBindsMap.js +1 -1
  62. package/plugins/bindRowsWithHeaders/maps/strictBindsMap.mjs +1 -1
  63. package/plugins/collapsibleColumns/collapsibleColumns.js +1 -1
  64. package/plugins/collapsibleColumns/collapsibleColumns.mjs +1 -1
  65. package/plugins/columnSorting/columnSorting.js +1 -1
  66. package/plugins/columnSorting/columnSorting.mjs +1 -1
  67. package/plugins/columnSorting/columnStatesManager.js +2 -2
  68. package/plugins/columnSorting/columnStatesManager.mjs +2 -2
  69. package/plugins/columnSorting/rootComparator.js +1 -1
  70. package/plugins/columnSorting/rootComparator.mjs +1 -1
  71. package/plugins/contextMenu/predefinedItems/removeColumn.js +2 -2
  72. package/plugins/contextMenu/predefinedItems/removeColumn.mjs +2 -2
  73. package/plugins/contextMenu/predefinedItems/removeRow.js +2 -2
  74. package/plugins/contextMenu/predefinedItems/removeRow.mjs +2 -2
  75. package/plugins/copyPaste/copyPaste.js +2 -2
  76. package/plugins/copyPaste/copyPaste.mjs +2 -2
  77. package/plugins/customBorders/customBorders.js +2 -2
  78. package/plugins/customBorders/customBorders.mjs +2 -2
  79. package/plugins/exportFile/dataProvider.js +2 -2
  80. package/plugins/exportFile/dataProvider.mjs +2 -2
  81. package/plugins/filters/component/value.js +2 -2
  82. package/plugins/filters/component/value.mjs +2 -2
  83. package/plugins/filters/condition/beginsWith.js +2 -2
  84. package/plugins/filters/condition/beginsWith.mjs +2 -2
  85. package/plugins/filters/condition/between.js +2 -2
  86. package/plugins/filters/condition/between.mjs +2 -2
  87. package/plugins/filters/condition/byValue.js +2 -2
  88. package/plugins/filters/condition/byValue.mjs +2 -2
  89. package/plugins/filters/condition/contains.js +2 -2
  90. package/plugins/filters/condition/contains.mjs +2 -2
  91. package/plugins/filters/condition/date/after.js +2 -2
  92. package/plugins/filters/condition/date/after.mjs +2 -2
  93. package/plugins/filters/condition/date/before.js +2 -2
  94. package/plugins/filters/condition/date/before.mjs +2 -2
  95. package/plugins/filters/condition/endsWith.js +2 -2
  96. package/plugins/filters/condition/endsWith.mjs +2 -2
  97. package/plugins/filters/condition/equal.js +2 -2
  98. package/plugins/filters/condition/equal.mjs +2 -2
  99. package/plugins/filters/condition/greaterThan.js +2 -2
  100. package/plugins/filters/condition/greaterThan.mjs +2 -2
  101. package/plugins/filters/condition/greaterThanOrEqual.js +2 -2
  102. package/plugins/filters/condition/greaterThanOrEqual.mjs +2 -2
  103. package/plugins/filters/condition/lessThan.js +2 -2
  104. package/plugins/filters/condition/lessThan.mjs +2 -2
  105. package/plugins/filters/condition/lessThanOrEqual.js +2 -2
  106. package/plugins/filters/condition/lessThanOrEqual.mjs +2 -2
  107. package/plugins/filters/conditionCollection.js +2 -2
  108. package/plugins/filters/conditionCollection.mjs +2 -2
  109. package/plugins/filters/filters.js +2 -2
  110. package/plugins/filters/filters.mjs +2 -2
  111. package/plugins/filters/ui/multipleSelect.js +1 -1
  112. package/plugins/filters/ui/multipleSelect.mjs +1 -1
  113. package/plugins/formulas/formulas.js +2 -2
  114. package/plugins/formulas/formulas.mjs +2 -2
  115. package/plugins/hiddenColumns/contextMenuItem/hideColumn.js +2 -2
  116. package/plugins/hiddenColumns/contextMenuItem/hideColumn.mjs +2 -2
  117. package/plugins/hiddenColumns/contextMenuItem/showColumn.js +1 -1
  118. package/plugins/hiddenColumns/contextMenuItem/showColumn.mjs +1 -1
  119. package/plugins/hiddenRows/contextMenuItem/hideRow.js +2 -2
  120. package/plugins/hiddenRows/contextMenuItem/hideRow.mjs +2 -2
  121. package/plugins/hiddenRows/contextMenuItem/showRow.js +1 -1
  122. package/plugins/hiddenRows/contextMenuItem/showRow.mjs +1 -1
  123. package/plugins/manualColumnFreeze/contextMenuItem/freezeColumn.js +2 -2
  124. package/plugins/manualColumnFreeze/contextMenuItem/freezeColumn.mjs +2 -2
  125. package/plugins/manualColumnFreeze/contextMenuItem/unfreezeColumn.js +2 -2
  126. package/plugins/manualColumnFreeze/contextMenuItem/unfreezeColumn.mjs +2 -2
  127. package/plugins/mergeCells/calculations/autofill.js +2 -2
  128. package/plugins/mergeCells/calculations/autofill.mjs +2 -2
  129. package/plugins/mergeCells/cellsCollection.js +1 -1
  130. package/plugins/mergeCells/cellsCollection.mjs +1 -1
  131. package/plugins/mergeCells/mergeCells.js +97 -20
  132. package/plugins/mergeCells/mergeCells.mjs +97 -20
  133. package/plugins/multiColumnSorting/rootComparator.js +1 -1
  134. package/plugins/multiColumnSorting/rootComparator.mjs +1 -1
  135. package/plugins/nestedHeaders/stateManager/headersTree.js +2 -2
  136. package/plugins/nestedHeaders/stateManager/headersTree.mjs +2 -2
  137. package/plugins/nestedHeaders/stateManager/settingsNormalizer.js +1 -1
  138. package/plugins/nestedHeaders/stateManager/settingsNormalizer.mjs +1 -1
  139. package/plugins/nestedRows/data/dataManager.js +1 -1
  140. package/plugins/nestedRows/data/dataManager.mjs +1 -1
  141. package/plugins/nestedRows/nestedRows.js +4 -1
  142. package/plugins/nestedRows/nestedRows.mjs +4 -1
  143. package/plugins/nestedRows/ui/collapsing.js +1 -1
  144. package/plugins/nestedRows/ui/collapsing.mjs +1 -1
  145. package/plugins/nestedRows/utils/rowMoveController.js +1 -1
  146. package/plugins/nestedRows/utils/rowMoveController.mjs +1 -1
  147. package/plugins/registry.js +2 -2
  148. package/plugins/registry.mjs +2 -2
  149. package/plugins/search/search.js +1 -1
  150. package/plugins/search/search.mjs +1 -1
  151. package/plugins/undoRedo/undoRedo.js +2 -2
  152. package/plugins/undoRedo/undoRedo.mjs +2 -2
  153. package/selection/highlight/highlight.js +1 -1
  154. package/selection/highlight/highlight.mjs +1 -1
  155. package/selection/selection.js +2 -2
  156. package/selection/selection.mjs +2 -2
  157. package/selection/utils.js +2 -2
  158. package/selection/utils.mjs +2 -2
  159. package/shortcuts/context.js +2 -2
  160. package/shortcuts/context.mjs +2 -2
  161. package/shortcuts/manager.js +9 -0
  162. package/shortcuts/manager.mjs +9 -0
  163. package/shortcuts/recorder.js +3 -0
  164. package/shortcuts/recorder.mjs +3 -0
  165. package/tableView.js +2 -2
  166. package/tableView.mjs +2 -2
  167. package/translations/indexMapper.js +1 -1
  168. package/translations/indexMapper.mjs +1 -1
  169. package/translations/maps/linkedPhysicalIndexToValueMap.js +1 -1
  170. package/translations/maps/linkedPhysicalIndexToValueMap.mjs +1 -1
  171. package/translations/maps/utils/indexesSequence.js +1 -1
  172. package/translations/maps/utils/indexesSequence.mjs +1 -1
  173. package/translations/maps/utils/physicallyIndexed.js +1 -1
  174. package/translations/maps/utils/physicallyIndexed.mjs +1 -1
  175. package/utils/dataStructures/priorityMap.js +2 -2
  176. package/utils/dataStructures/priorityMap.mjs +2 -2
  177. package/utils/dataStructures/tree.js +1 -1
  178. package/utils/dataStructures/tree.mjs +1 -1
  179. package/utils/dataStructures/uniqueMap.js +2 -2
  180. package/utils/dataStructures/uniqueMap.mjs +2 -2
  181. package/utils/dataStructures/uniqueSet.js +1 -1
  182. package/utils/dataStructures/uniqueSet.mjs +1 -1
  183. package/utils/ghostTable.js +2 -2
  184. package/utils/ghostTable.mjs +2 -2
  185. package/utils/parseTable.js +1 -1
  186. package/utils/parseTable.mjs +1 -1
  187. package/utils/staticRegister.js +1 -1
  188. 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
- * manualColumnResize: true,
2841
+ * manualRowResize: true,
2842
2842
  *
2843
2843
  * // enable the `ManualRowResize` plugin
2844
2844
  * // set the initial height of row 0 to 40 pixels
2845
2845
  * // set the initial height of row 1 to 50 pixels
2846
2846
  * // set the initial height of row 2 to 60 pixels
2847
- * manualColumnResize: [40, 50, 60],
2847
+ * manualRowResize: [40, 50, 60],
2848
2848
  * ```
2849
2849
  */
2850
2850
  manualRowResize: void 0,
@@ -59,7 +59,7 @@ import { isObjectEqual } from "../../helpers/object.mjs";
59
59
  * ::: only-for react
60
60
  *
61
61
  * To apply configuration options, pass them as individual props
62
- * of the [`HotTable`](@/guides/getting-started/installation.md#use-the-hottable-component)
62
+ * of the [`HotTable`](@/guides/getting-started/installation.md#_4-use-the-hottable-component)
63
63
  * or [`HotColumn`](@/guides/columns/react-hot-column.md) components.
64
64
  *
65
65
  * Read more on the [Configuration options](@/guides/getting-started/configuration-options.md) page.
@@ -2834,13 +2834,13 @@ export default (function () {
2834
2834
  * @example
2835
2835
  * ```js
2836
2836
  * // enable the `ManualRowResize` plugin
2837
- * manualColumnResize: true,
2837
+ * manualRowResize: true,
2838
2838
  *
2839
2839
  * // enable the `ManualRowResize` plugin
2840
2840
  * // set the initial height of row 0 to 40 pixels
2841
2841
  * // set the initial height of row 1 to 50 pixels
2842
2842
  * // set the initial height of row 2 to 60 pixels
2843
- * manualColumnResize: [40, 50, 60],
2843
+ * manualRowResize: [40, 50, 60],
2844
2844
  * ```
2845
2845
  */
2846
2846
  manualRowResize: void 0,
@@ -25,8 +25,8 @@
25
25
  * INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER ARISING FROM
26
26
  * USE OR INABILITY TO USE THIS SOFTWARE.
27
27
  *
28
- * Version: 12.3.0
29
- * Release date: 14/12/2022 (built at 14/12/2022 12:26:46)
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
- #hot-display-license-info {
399
+ .hot-display-license-info {
400
400
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Helvetica Neue", Arial, sans-serif;
401
401
  font-size: 10px;
402
402
  font-weight: normal;
@@ -405,7 +405,7 @@ innerBorderBottom - Property controlled by bottom overlay
405
405
  text-align: left;
406
406
  }
407
407
 
408
- #hot-display-license-info a {
408
+ .hot-display-license-info a {
409
409
  color: #104acc;
410
410
  font-size: 10px;
411
411
  }
@@ -1223,8 +1223,10 @@ textarea.HandsontableCopyPaste {
1223
1223
  }
1224
1224
 
1225
1225
  .htFiltersConditionsMenu .ht_clone_top,
1226
+ .htFiltersConditionsMenu .ht_clone_bottom,
1226
1227
  .htFiltersConditionsMenu .ht_clone_inline_start,
1227
- .htFiltersConditionsMenu .ht_clone_corner {
1228
+ .htFiltersConditionsMenu .ht_clone_top_inline_start_corner,
1229
+ .htFiltersConditionsMenu .ht_clone_bottom_inline_start_corner {
1228
1230
  display: none;
1229
1231
  }
1230
1232
 
@@ -25,8 +25,8 @@
25
25
  * INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER ARISING FROM
26
26
  * USE OR INABILITY TO USE THIS SOFTWARE.
27
27
  *
28
- * Version: 12.3.0
29
- * Release date: 14/12/2022 (built at 14/12/2022 12:26:46)
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
- #hot-display-license-info {
399
+ .hot-display-license-info {
400
400
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Helvetica Neue", Arial, sans-serif;
401
401
  font-size: 10px;
402
402
  font-weight: normal;
@@ -405,7 +405,7 @@ innerBorderBottom - Property controlled by bottom overlay
405
405
  text-align: left;
406
406
  }
407
407
 
408
- #hot-display-license-info a {
408
+ .hot-display-license-info a {
409
409
  color: #104acc;
410
410
  font-size: 10px;
411
411
  }
@@ -1456,8 +1456,10 @@ textarea.HandsontableCopyPaste {
1456
1456
  }
1457
1457
 
1458
1458
  .htFiltersConditionsMenu .ht_clone_top,
1459
+ .htFiltersConditionsMenu .ht_clone_bottom,
1459
1460
  .htFiltersConditionsMenu .ht_clone_inline_start,
1460
- .htFiltersConditionsMenu .ht_clone_corner {
1461
+ .htFiltersConditionsMenu .ht_clone_top_inline_start_corner,
1462
+ .htFiltersConditionsMenu .ht_clone_bottom_inline_start_corner {
1461
1463
  display: none;
1462
1464
  }
1463
1465