handsontable 12.3.3 → 12.4.0-next-ddbea0c-20230512

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 (172) hide show
  1. package/3rdparty/walkontable/src/cell/coords.js +13 -16
  2. package/3rdparty/walkontable/src/cell/coords.mjs +13 -16
  3. package/3rdparty/walkontable/src/cell/range.js +25 -29
  4. package/3rdparty/walkontable/src/cell/range.mjs +24 -28
  5. package/3rdparty/walkontable/src/core/_base.js +16 -20
  6. package/3rdparty/walkontable/src/core/_base.mjs +16 -20
  7. package/3rdparty/walkontable/src/event.js +4 -0
  8. package/3rdparty/walkontable/src/event.mjs +4 -0
  9. package/3rdparty/walkontable/src/overlay/_base.js +6 -7
  10. package/3rdparty/walkontable/src/overlay/_base.mjs +6 -7
  11. package/3rdparty/walkontable/src/overlay/bottom.js +6 -7
  12. package/3rdparty/walkontable/src/overlay/bottom.mjs +6 -7
  13. package/3rdparty/walkontable/src/overlay/top.js +6 -7
  14. package/3rdparty/walkontable/src/overlay/top.mjs +6 -7
  15. package/3rdparty/walkontable/src/overlay/topInlineStartCorner.js +10 -12
  16. package/3rdparty/walkontable/src/overlay/topInlineStartCorner.mjs +10 -12
  17. package/3rdparty/walkontable/src/overlays.js +55 -64
  18. package/3rdparty/walkontable/src/overlays.mjs +55 -64
  19. package/3rdparty/walkontable/src/scroll.js +20 -23
  20. package/3rdparty/walkontable/src/scroll.mjs +20 -23
  21. package/3rdparty/walkontable/src/settings.js +13 -15
  22. package/3rdparty/walkontable/src/settings.mjs +13 -15
  23. package/3rdparty/walkontable/src/table.js +22 -26
  24. package/3rdparty/walkontable/src/table.mjs +22 -26
  25. package/CHANGELOG.md +14 -0
  26. package/base.js +2 -4
  27. package/base.mjs +2 -2
  28. package/core.js +23 -6
  29. package/core.mjs +23 -6
  30. package/dataMap/dataSource.js +5 -5
  31. package/dataMap/dataSource.mjs +5 -5
  32. package/dataMap/metaManager/metaSchema.js +9 -7
  33. package/dataMap/metaManager/metaSchema.mjs +9 -7
  34. package/dist/handsontable.css +2 -2
  35. package/dist/handsontable.full.css +2 -2
  36. package/dist/handsontable.full.js +7364 -5992
  37. package/dist/handsontable.full.min.css +2 -2
  38. package/dist/handsontable.full.min.js +256 -234
  39. package/dist/handsontable.js +4326 -3275
  40. package/dist/handsontable.min.css +2 -2
  41. package/dist/handsontable.min.js +11 -3
  42. package/dist/languages/all.js +133 -0
  43. package/dist/languages/ar-AR.js +7 -0
  44. package/dist/languages/cs-CZ.js +7 -0
  45. package/dist/languages/de-CH.js +7 -0
  46. package/dist/languages/de-DE.js +7 -0
  47. package/dist/languages/en-US.js +7 -0
  48. package/dist/languages/es-MX.js +7 -0
  49. package/dist/languages/fr-FR.js +7 -0
  50. package/dist/languages/it-IT.js +7 -0
  51. package/dist/languages/ja-JP.js +7 -0
  52. package/dist/languages/ko-KR.js +7 -0
  53. package/dist/languages/lv-LV.js +7 -0
  54. package/dist/languages/nb-NO.js +7 -0
  55. package/dist/languages/nl-NL.js +7 -0
  56. package/dist/languages/pl-PL.js +7 -0
  57. package/dist/languages/pt-BR.js +7 -0
  58. package/dist/languages/ru-RU.js +7 -0
  59. package/dist/languages/sr-SP.js +7 -0
  60. package/dist/languages/zh-CN.js +7 -0
  61. package/dist/languages/zh-TW.js +7 -0
  62. package/editors/autocompleteEditor/autocompleteEditor.js +8 -9
  63. package/editors/autocompleteEditor/autocompleteEditor.mjs +8 -9
  64. package/helpers/mixed.js +2 -2
  65. package/helpers/mixed.mjs +2 -2
  66. package/i18n/languages/ar-AR.js +7 -1
  67. package/i18n/languages/cs-CZ.js +7 -1
  68. package/i18n/languages/de-CH.js +7 -1
  69. package/i18n/languages/de-DE.js +7 -1
  70. package/i18n/languages/en-US.js +7 -1
  71. package/i18n/languages/es-MX.js +7 -1
  72. package/i18n/languages/fr-FR.js +7 -1
  73. package/i18n/languages/it-IT.js +7 -1
  74. package/i18n/languages/ja-JP.js +7 -1
  75. package/i18n/languages/ko-KR.js +7 -1
  76. package/i18n/languages/lv-LV.js +7 -1
  77. package/i18n/languages/nb-NO.js +7 -1
  78. package/i18n/languages/nl-NL.js +7 -1
  79. package/i18n/languages/pl-PL.js +7 -1
  80. package/i18n/languages/pt-BR.js +7 -1
  81. package/i18n/languages/ru-RU.js +7 -1
  82. package/i18n/languages/sr-SP.js +7 -1
  83. package/i18n/languages/zh-CN.js +7 -1
  84. package/i18n/languages/zh-TW.js +7 -1
  85. package/languages/all.js +133 -0
  86. package/languages/ar-AR.js +7 -0
  87. package/languages/cs-CZ.js +7 -0
  88. package/languages/de-CH.js +7 -0
  89. package/languages/de-DE.js +7 -0
  90. package/languages/en-US.js +7 -0
  91. package/languages/es-MX.js +7 -0
  92. package/languages/fr-FR.js +7 -0
  93. package/languages/index.js +133 -0
  94. package/languages/it-IT.js +7 -0
  95. package/languages/ja-JP.js +7 -0
  96. package/languages/ko-KR.js +7 -0
  97. package/languages/lv-LV.js +7 -0
  98. package/languages/nb-NO.js +7 -0
  99. package/languages/nl-NL.js +7 -0
  100. package/languages/pl-PL.js +7 -0
  101. package/languages/pt-BR.js +7 -0
  102. package/languages/ru-RU.js +7 -0
  103. package/languages/sr-SP.js +7 -0
  104. package/languages/zh-CN.js +7 -0
  105. package/languages/zh-TW.js +7 -0
  106. package/package.json +3 -2
  107. package/pluginHooks.js +16 -6
  108. package/pluginHooks.mjs +15 -3
  109. package/plugins/autoRowSize/autoRowSize.js +2 -2
  110. package/plugins/autoRowSize/autoRowSize.mjs +2 -2
  111. package/plugins/base/base.js +9 -10
  112. package/plugins/base/base.mjs +9 -10
  113. package/plugins/collapsibleColumns/collapsibleColumns.js +24 -7
  114. package/plugins/collapsibleColumns/collapsibleColumns.mjs +24 -7
  115. package/plugins/copyPaste/copyPaste.js +92 -16
  116. package/plugins/copyPaste/copyPaste.mjs +92 -16
  117. package/plugins/copyPaste/copyableRanges.js +39 -39
  118. package/plugins/copyPaste/copyableRanges.mjs +32 -32
  119. package/plugins/customBorders/customBorders.d.ts +2 -0
  120. package/plugins/customBorders/customBorders.js +6 -7
  121. package/plugins/customBorders/customBorders.mjs +6 -7
  122. package/plugins/filters/filters.js +5 -0
  123. package/plugins/filters/filters.mjs +5 -0
  124. package/plugins/formulas/engine/register.js +9 -0
  125. package/plugins/formulas/engine/register.mjs +13 -4
  126. package/plugins/formulas/engine/settings.js +18 -3
  127. package/plugins/formulas/engine/settings.mjs +16 -3
  128. package/plugins/formulas/formulas.js +308 -162
  129. package/plugins/formulas/formulas.mjs +308 -163
  130. package/plugins/formulas/indexSyncer/axisSyncer.js +379 -0
  131. package/plugins/formulas/indexSyncer/axisSyncer.mjs +374 -0
  132. package/plugins/formulas/indexSyncer/index.js +225 -0
  133. package/plugins/formulas/indexSyncer/index.mjs +219 -0
  134. package/plugins/formulas/utils.js +81 -0
  135. package/plugins/formulas/utils.mjs +74 -0
  136. package/plugins/hiddenColumns/hiddenColumns.js +12 -7
  137. package/plugins/hiddenColumns/hiddenColumns.mjs +12 -7
  138. package/plugins/hiddenRows/hiddenRows.js +12 -7
  139. package/plugins/hiddenRows/hiddenRows.mjs +12 -7
  140. package/plugins/manualRowMove/manualRowMove.js +26 -11
  141. package/plugins/manualRowMove/manualRowMove.mjs +27 -12
  142. package/plugins/nestedHeaders/nestedHeaders.js +26 -7
  143. package/plugins/nestedHeaders/nestedHeaders.mjs +26 -7
  144. package/plugins/nestedHeaders/stateManager/headersTree.js +23 -26
  145. package/plugins/nestedHeaders/stateManager/headersTree.mjs +20 -23
  146. package/plugins/nestedHeaders/stateManager/index.js +21 -3
  147. package/plugins/nestedHeaders/stateManager/index.mjs +18 -0
  148. package/plugins/nestedHeaders/stateManager/matrixGenerator.js +1 -0
  149. package/plugins/nestedHeaders/stateManager/settingsNormalizer.js +1 -1
  150. package/plugins/nestedHeaders/stateManager/sourceSettings.js +19 -0
  151. package/plugins/nestedHeaders/stateManager/sourceSettings.mjs +19 -0
  152. package/plugins/nestedHeaders/utils/ghostTable.js +30 -35
  153. package/plugins/nestedHeaders/utils/ghostTable.mjs +30 -35
  154. package/plugins/registry.js +3 -1
  155. package/plugins/undoRedo/undoRedo.js +0 -1
  156. package/plugins/undoRedo/undoRedo.mjs +0 -1
  157. package/selection/highlight/visualSelection.js +5 -6
  158. package/selection/highlight/visualSelection.mjs +5 -6
  159. package/tableView.js +62 -72
  160. package/tableView.mjs +62 -72
  161. package/translations/changesObservable/observable.js +41 -46
  162. package/translations/changesObservable/observable.mjs +36 -41
  163. package/translations/changesObservable/observer.js +8 -1
  164. package/translations/changesObservable/observer.mjs +7 -0
  165. package/translations/indexMapper.js +21 -0
  166. package/translations/indexMapper.mjs +21 -0
  167. package/translations/maps/linkedPhysicalIndexToValueMap.js +6 -0
  168. package/translations/maps/linkedPhysicalIndexToValueMap.mjs +6 -0
  169. package/utils/dataStructures/tree.js +15 -18
  170. package/utils/dataStructures/tree.mjs +15 -18
  171. package/utils/parseTable.js +5 -1
  172. package/utils/parseTable.mjs +5 -1
@@ -37,70 +37,6 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
37
37
  * @class Overlays
38
38
  */
39
39
  var Overlays = /*#__PURE__*/function () {
40
- /**
41
- * Walkontable instance's reference.
42
- *
43
- * @protected
44
- * @type {Walkontable}
45
- */
46
-
47
- /**
48
- * Refer to the TopOverlay instance.
49
- *
50
- * @protected
51
- * @type {TopOverlay}
52
- */
53
-
54
- /**
55
- * Refer to the BottomOverlay instance.
56
- *
57
- * @protected
58
- * @type {BottomOverlay}
59
- */
60
-
61
- /**
62
- * Refer to the InlineStartOverlay or instance.
63
- *
64
- * @protected
65
- * @type {InlineStartOverlay}
66
- */
67
-
68
- /**
69
- * Refer to the TopInlineStartCornerOverlay instance.
70
- *
71
- * @protected
72
- * @type {TopInlineStartCornerOverlay}
73
- */
74
-
75
- /**
76
- * Refer to the BottomInlineStartCornerOverlay instance.
77
- *
78
- * @protected
79
- * @type {BottomInlineStartCornerOverlay}
80
- */
81
-
82
- /**
83
- * Browser line height for purposes of translating mouse wheel.
84
- *
85
- * @private
86
- * @type {number}
87
- */
88
-
89
- /**
90
- * The walkontable settings.
91
- *
92
- * @protected
93
- * @type {Settings}
94
- */
95
-
96
- /**
97
- * The instance of the ResizeObserver that observes the size of the Walkontable wrapper element.
98
- * In case of the size change detection the `onContainerElementResize` is fired.
99
- *
100
- * @private
101
- * @type {ResizeObserver}
102
- */
103
-
104
40
  /**
105
41
  * @param {Walkontable} wotInstance The Walkontable instance. @todo refactoring remove.
106
42
  * @param {FacadeGetter} facadeGetter Function which return proper facade.
@@ -112,14 +48,69 @@ var Overlays = /*#__PURE__*/function () {
112
48
  function Overlays(wotInstance, facadeGetter, domBindings, wtSettings, eventManager, wtTable) {
113
49
  var _this = this;
114
50
  _classCallCheck(this, Overlays);
51
+ /**
52
+ * Walkontable instance's reference.
53
+ *
54
+ * @protected
55
+ * @type {Walkontable}
56
+ */
115
57
  _defineProperty(this, "wot", null);
58
+ /**
59
+ * Refer to the TopOverlay instance.
60
+ *
61
+ * @protected
62
+ * @type {TopOverlay}
63
+ */
116
64
  _defineProperty(this, "topOverlay", null);
65
+ /**
66
+ * Refer to the BottomOverlay instance.
67
+ *
68
+ * @protected
69
+ * @type {BottomOverlay}
70
+ */
117
71
  _defineProperty(this, "bottomOverlay", null);
72
+ /**
73
+ * Refer to the InlineStartOverlay or instance.
74
+ *
75
+ * @protected
76
+ * @type {InlineStartOverlay}
77
+ */
118
78
  _defineProperty(this, "inlineStartOverlay", null);
79
+ /**
80
+ * Refer to the TopInlineStartCornerOverlay instance.
81
+ *
82
+ * @protected
83
+ * @type {TopInlineStartCornerOverlay}
84
+ */
119
85
  _defineProperty(this, "topInlineStartCornerOverlay", null);
86
+ /**
87
+ * Refer to the BottomInlineStartCornerOverlay instance.
88
+ *
89
+ * @protected
90
+ * @type {BottomInlineStartCornerOverlay}
91
+ */
120
92
  _defineProperty(this, "bottomInlineStartCornerOverlay", null);
93
+ /**
94
+ * Browser line height for purposes of translating mouse wheel.
95
+ *
96
+ * @private
97
+ * @type {number}
98
+ */
121
99
  _defineProperty(this, "browserLineHeight", undefined);
100
+ /**
101
+ * The walkontable settings.
102
+ *
103
+ * @protected
104
+ * @type {Settings}
105
+ */
122
106
  _defineProperty(this, "wtSettings", null);
107
+ /**
108
+ * The instance of the ResizeObserver that observes the size of the Walkontable wrapper element.
109
+ * In case of the size change detection the `onContainerElementResize` is fired.
110
+ *
111
+ * @private
112
+ * @type {ResizeObserver}
113
+ */
123
114
  _defineProperty(this, "resizeObserver", new ResizeObserver(function (entries) {
124
115
  (0, _feature.requestAnimationFrame)(function () {
125
116
  if (!Array.isArray(entries) || !entries.length) {
@@ -33,70 +33,6 @@ import { InlineStartOverlay, TopOverlay, TopInlineStartCornerOverlay, BottomOver
33
33
  * @class Overlays
34
34
  */
35
35
  var Overlays = /*#__PURE__*/function () {
36
- /**
37
- * Walkontable instance's reference.
38
- *
39
- * @protected
40
- * @type {Walkontable}
41
- */
42
-
43
- /**
44
- * Refer to the TopOverlay instance.
45
- *
46
- * @protected
47
- * @type {TopOverlay}
48
- */
49
-
50
- /**
51
- * Refer to the BottomOverlay instance.
52
- *
53
- * @protected
54
- * @type {BottomOverlay}
55
- */
56
-
57
- /**
58
- * Refer to the InlineStartOverlay or instance.
59
- *
60
- * @protected
61
- * @type {InlineStartOverlay}
62
- */
63
-
64
- /**
65
- * Refer to the TopInlineStartCornerOverlay instance.
66
- *
67
- * @protected
68
- * @type {TopInlineStartCornerOverlay}
69
- */
70
-
71
- /**
72
- * Refer to the BottomInlineStartCornerOverlay instance.
73
- *
74
- * @protected
75
- * @type {BottomInlineStartCornerOverlay}
76
- */
77
-
78
- /**
79
- * Browser line height for purposes of translating mouse wheel.
80
- *
81
- * @private
82
- * @type {number}
83
- */
84
-
85
- /**
86
- * The walkontable settings.
87
- *
88
- * @protected
89
- * @type {Settings}
90
- */
91
-
92
- /**
93
- * The instance of the ResizeObserver that observes the size of the Walkontable wrapper element.
94
- * In case of the size change detection the `onContainerElementResize` is fired.
95
- *
96
- * @private
97
- * @type {ResizeObserver}
98
- */
99
-
100
36
  /**
101
37
  * @param {Walkontable} wotInstance The Walkontable instance. @todo refactoring remove.
102
38
  * @param {FacadeGetter} facadeGetter Function which return proper facade.
@@ -108,14 +44,69 @@ var Overlays = /*#__PURE__*/function () {
108
44
  function Overlays(wotInstance, facadeGetter, domBindings, wtSettings, eventManager, wtTable) {
109
45
  var _this = this;
110
46
  _classCallCheck(this, Overlays);
47
+ /**
48
+ * Walkontable instance's reference.
49
+ *
50
+ * @protected
51
+ * @type {Walkontable}
52
+ */
111
53
  _defineProperty(this, "wot", null);
54
+ /**
55
+ * Refer to the TopOverlay instance.
56
+ *
57
+ * @protected
58
+ * @type {TopOverlay}
59
+ */
112
60
  _defineProperty(this, "topOverlay", null);
61
+ /**
62
+ * Refer to the BottomOverlay instance.
63
+ *
64
+ * @protected
65
+ * @type {BottomOverlay}
66
+ */
113
67
  _defineProperty(this, "bottomOverlay", null);
68
+ /**
69
+ * Refer to the InlineStartOverlay or instance.
70
+ *
71
+ * @protected
72
+ * @type {InlineStartOverlay}
73
+ */
114
74
  _defineProperty(this, "inlineStartOverlay", null);
75
+ /**
76
+ * Refer to the TopInlineStartCornerOverlay instance.
77
+ *
78
+ * @protected
79
+ * @type {TopInlineStartCornerOverlay}
80
+ */
115
81
  _defineProperty(this, "topInlineStartCornerOverlay", null);
82
+ /**
83
+ * Refer to the BottomInlineStartCornerOverlay instance.
84
+ *
85
+ * @protected
86
+ * @type {BottomInlineStartCornerOverlay}
87
+ */
116
88
  _defineProperty(this, "bottomInlineStartCornerOverlay", null);
89
+ /**
90
+ * Browser line height for purposes of translating mouse wheel.
91
+ *
92
+ * @private
93
+ * @type {number}
94
+ */
117
95
  _defineProperty(this, "browserLineHeight", undefined);
96
+ /**
97
+ * The walkontable settings.
98
+ *
99
+ * @protected
100
+ * @type {Settings}
101
+ */
118
102
  _defineProperty(this, "wtSettings", null);
103
+ /**
104
+ * The instance of the ResizeObserver that observes the size of the Walkontable wrapper element.
105
+ * In case of the size change detection the `onContainerElementResize` is fired.
106
+ *
107
+ * @private
108
+ * @type {ResizeObserver}
109
+ */
119
110
  _defineProperty(this, "resizeObserver", new ResizeObserver(function (entries) {
120
111
  requestAnimationFrame(function () {
121
112
  if (!Array.isArray(entries) || !entries.length) {
@@ -25,36 +25,33 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
25
25
  * @class Scroll
26
26
  */
27
27
  var Scroll = /*#__PURE__*/function () {
28
- /**
29
- * The data access object.
30
- *
31
- * @protected
32
- * @type {ScrollDao}
33
- */
34
-
35
- /**
36
- * Holds the last column reached by the scroll, which determines the scroll snapping direction
37
- * (left or right) for a next horizontal scroll.
38
- *
39
- * @protected
40
- * @type {number}
41
- */
42
-
43
- /**
44
- * Holds the last row reached by the scroll, which determines the scroll snapping direction
45
- * (top or bottom) for a next vertical scroll.
46
- *
47
- * @protected
48
- * @type {number}
49
- */
50
-
51
28
  /**
52
29
  * @param {ScrollDao} dataAccessObject Tha data access object.
53
30
  */
54
31
  function Scroll(dataAccessObject) {
55
32
  _classCallCheck(this, Scroll);
33
+ /**
34
+ * The data access object.
35
+ *
36
+ * @protected
37
+ * @type {ScrollDao}
38
+ */
56
39
  _defineProperty(this, "dataAccessObject", void 0);
40
+ /**
41
+ * Holds the last column reached by the scroll, which determines the scroll snapping direction
42
+ * (left or right) for a next horizontal scroll.
43
+ *
44
+ * @protected
45
+ * @type {number}
46
+ */
57
47
  _defineProperty(this, "lastScrolledColumnPos", -1);
48
+ /**
49
+ * Holds the last row reached by the scroll, which determines the scroll snapping direction
50
+ * (top or bottom) for a next vertical scroll.
51
+ *
52
+ * @protected
53
+ * @type {number}
54
+ */
58
55
  _defineProperty(this, "lastScrolledRowPos", -1);
59
56
  this.dataAccessObject = dataAccessObject;
60
57
  }
@@ -21,36 +21,33 @@ import { innerHeight, innerWidth, getScrollLeft, getScrollTop, offset } from "..
21
21
  * @class Scroll
22
22
  */
23
23
  var Scroll = /*#__PURE__*/function () {
24
- /**
25
- * The data access object.
26
- *
27
- * @protected
28
- * @type {ScrollDao}
29
- */
30
-
31
- /**
32
- * Holds the last column reached by the scroll, which determines the scroll snapping direction
33
- * (left or right) for a next horizontal scroll.
34
- *
35
- * @protected
36
- * @type {number}
37
- */
38
-
39
- /**
40
- * Holds the last row reached by the scroll, which determines the scroll snapping direction
41
- * (top or bottom) for a next vertical scroll.
42
- *
43
- * @protected
44
- * @type {number}
45
- */
46
-
47
24
  /**
48
25
  * @param {ScrollDao} dataAccessObject Tha data access object.
49
26
  */
50
27
  function Scroll(dataAccessObject) {
51
28
  _classCallCheck(this, Scroll);
29
+ /**
30
+ * The data access object.
31
+ *
32
+ * @protected
33
+ * @type {ScrollDao}
34
+ */
52
35
  _defineProperty(this, "dataAccessObject", void 0);
36
+ /**
37
+ * Holds the last column reached by the scroll, which determines the scroll snapping direction
38
+ * (left or right) for a next horizontal scroll.
39
+ *
40
+ * @protected
41
+ * @type {number}
42
+ */
53
43
  _defineProperty(this, "lastScrolledColumnPos", -1);
44
+ /**
45
+ * Holds the last row reached by the scroll, which determines the scroll snapping direction
46
+ * (top or bottom) for a next vertical scroll.
47
+ *
48
+ * @protected
49
+ * @type {number}
50
+ */
54
51
  _defineProperty(this, "lastScrolledRowPos", -1);
55
52
  this.dataAccessObject = dataAccessObject;
56
53
  }
@@ -95,28 +95,26 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
95
95
  * @class Settings
96
96
  */
97
97
  var Settings = /*#__PURE__*/function () {
98
- /**
99
- * Reference to settings.
100
- *
101
- * @protected
102
- * @type {SettingsPure}
103
- */
104
-
105
- /**
106
- * The defaults values of settings.
107
- * Void 0 means it is required, null means it can be empty.
108
- *
109
- * @public
110
- * @type {Readonly<SettingsPure>}
111
- */
112
-
113
98
  /**
114
99
  * @param {SettingsPure} settings The user defined settings.
115
100
  */
116
101
  function Settings(settings) {
117
102
  var _this = this;
118
103
  _classCallCheck(this, Settings);
104
+ /**
105
+ * Reference to settings.
106
+ *
107
+ * @protected
108
+ * @type {SettingsPure}
109
+ */
119
110
  _defineProperty(this, "settings", {});
111
+ /**
112
+ * The defaults values of settings.
113
+ * Void 0 means it is required, null means it can be empty.
114
+ *
115
+ * @public
116
+ * @type {Readonly<SettingsPure>}
117
+ */
120
118
  _defineProperty(this, "defaults", Object.freeze(this.getDefaults()));
121
119
  (0, _object.objectEach)(this.defaults, function (value, key) {
122
120
  if (settings[key] !== void 0) {
@@ -91,28 +91,26 @@ import { objectEach } from "../../../helpers/object.mjs";
91
91
  * @class Settings
92
92
  */
93
93
  var Settings = /*#__PURE__*/function () {
94
- /**
95
- * Reference to settings.
96
- *
97
- * @protected
98
- * @type {SettingsPure}
99
- */
100
-
101
- /**
102
- * The defaults values of settings.
103
- * Void 0 means it is required, null means it can be empty.
104
- *
105
- * @public
106
- * @type {Readonly<SettingsPure>}
107
- */
108
-
109
94
  /**
110
95
  * @param {SettingsPure} settings The user defined settings.
111
96
  */
112
97
  function Settings(settings) {
113
98
  var _this = this;
114
99
  _classCallCheck(this, Settings);
100
+ /**
101
+ * Reference to settings.
102
+ *
103
+ * @protected
104
+ * @type {SettingsPure}
105
+ */
115
106
  _defineProperty(this, "settings", {});
107
+ /**
108
+ * The defaults values of settings.
109
+ * Void 0 means it is required, null means it can be empty.
110
+ *
111
+ * @public
112
+ * @type {Readonly<SettingsPure>}
113
+ */
116
114
  _defineProperty(this, "defaults", Object.freeze(this.getDefaults()));
117
115
  objectEach(this.defaults, function (value, key) {
118
116
  if (settings[key] !== void 0) {
@@ -56,32 +56,6 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
56
56
  * @abstract
57
57
  */
58
58
  var Table = /*#__PURE__*/function () {
59
- /**
60
- * The walkontable settings.
61
- *
62
- * @protected
63
- * @type {Settings}
64
- */
65
-
66
- /**
67
- * Indicates if the table has height bigger than 0px.
68
- *
69
- * @type {boolean}
70
- */
71
-
72
- /**
73
- * Indicates if the table has width bigger than 0px.
74
- *
75
- * @type {boolean}
76
- */
77
-
78
- /**
79
- * Indicates if the table is visible. By visible, it means that the holder
80
- * element has CSS 'display' property different than 'none'.
81
- *
82
- * @type {boolean}
83
- */
84
-
85
59
  /**
86
60
  *
87
61
  * @abstract
@@ -94,13 +68,35 @@ var Table = /*#__PURE__*/function () {
94
68
  function Table(dataAccessObject, facadeGetter, domBindings, wtSettings, name) {
95
69
  var _this = this;
96
70
  _classCallCheck(this, Table);
71
+ /**
72
+ * The walkontable settings.
73
+ *
74
+ * @protected
75
+ * @type {Settings}
76
+ */
97
77
  _defineProperty(this, "wtSettings", null);
98
78
  _defineProperty(this, "domBindings", void 0);
99
79
  _defineProperty(this, "TBODY", null);
100
80
  _defineProperty(this, "THEAD", null);
101
81
  _defineProperty(this, "COLGROUP", null);
82
+ /**
83
+ * Indicates if the table has height bigger than 0px.
84
+ *
85
+ * @type {boolean}
86
+ */
102
87
  _defineProperty(this, "hasTableHeight", true);
88
+ /**
89
+ * Indicates if the table has width bigger than 0px.
90
+ *
91
+ * @type {boolean}
92
+ */
103
93
  _defineProperty(this, "hasTableWidth", true);
94
+ /**
95
+ * Indicates if the table is visible. By visible, it means that the holder
96
+ * element has CSS 'display' property different than 'none'.
97
+ *
98
+ * @type {boolean}
99
+ */
104
100
  _defineProperty(this, "isTableVisible", false);
105
101
  _defineProperty(this, "tableOffset", 0);
106
102
  _defineProperty(this, "holderOffset", 0);
@@ -51,32 +51,6 @@ import { CLONE_TOP, CLONE_BOTTOM, CLONE_INLINE_START, CLONE_TOP_INLINE_START_COR
51
51
  * @abstract
52
52
  */
53
53
  var Table = /*#__PURE__*/function () {
54
- /**
55
- * The walkontable settings.
56
- *
57
- * @protected
58
- * @type {Settings}
59
- */
60
-
61
- /**
62
- * Indicates if the table has height bigger than 0px.
63
- *
64
- * @type {boolean}
65
- */
66
-
67
- /**
68
- * Indicates if the table has width bigger than 0px.
69
- *
70
- * @type {boolean}
71
- */
72
-
73
- /**
74
- * Indicates if the table is visible. By visible, it means that the holder
75
- * element has CSS 'display' property different than 'none'.
76
- *
77
- * @type {boolean}
78
- */
79
-
80
54
  /**
81
55
  *
82
56
  * @abstract
@@ -89,13 +63,35 @@ var Table = /*#__PURE__*/function () {
89
63
  function Table(dataAccessObject, facadeGetter, domBindings, wtSettings, name) {
90
64
  var _this = this;
91
65
  _classCallCheck(this, Table);
66
+ /**
67
+ * The walkontable settings.
68
+ *
69
+ * @protected
70
+ * @type {Settings}
71
+ */
92
72
  _defineProperty(this, "wtSettings", null);
93
73
  _defineProperty(this, "domBindings", void 0);
94
74
  _defineProperty(this, "TBODY", null);
95
75
  _defineProperty(this, "THEAD", null);
96
76
  _defineProperty(this, "COLGROUP", null);
77
+ /**
78
+ * Indicates if the table has height bigger than 0px.
79
+ *
80
+ * @type {boolean}
81
+ */
97
82
  _defineProperty(this, "hasTableHeight", true);
83
+ /**
84
+ * Indicates if the table has width bigger than 0px.
85
+ *
86
+ * @type {boolean}
87
+ */
98
88
  _defineProperty(this, "hasTableWidth", true);
89
+ /**
90
+ * Indicates if the table is visible. By visible, it means that the holder
91
+ * element has CSS 'display' property different than 'none'.
92
+ *
93
+ * @type {boolean}
94
+ */
99
95
  _defineProperty(this, "isTableVisible", false);
100
96
  _defineProperty(this, "tableOffset", 0);
101
97
  _defineProperty(this, "holderOffset", 0);
package/CHANGELOG.md CHANGED
@@ -9,6 +9,20 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
9
9
 
10
10
  <!-- UNVERSIONED -->
11
11
 
12
+ ## [12.4.0] - 2023-05-23
13
+
14
+ ### Added
15
+ - Added new afterColumnSequenceChange and afterRowSequenceChange hooks and synchronization of actions done on HOT with HF's engine [#10215](https://github.com/handsontable/handsontable/pull/10215)
16
+
17
+ ### Fixed
18
+ - Fixed problem related to copying and pasting from Hansontable to Excel [#10017](https://github.com/handsontable/handsontable/issues/10017)
19
+ - Fixed an issue where Handsontable's dates didn't sync correctly with HyperFormula's dates. [#10085](https://github.com/handsontable/handsontable/issues/10085)
20
+ - Fixed problem related to Autofill, TrimRows and Formulas plugins cooperation. [#10200](https://github.com/handsontable/handsontable/issues/10200)
21
+ - Fixed a problem where re-entering the same cells/headers with the mouse cursor would not trigger the `beforeOnCellMouseOver` and `afterOnCellMouseOver` hooks. [#10321](https://github.com/handsontable/handsontable/pull/10321)
22
+ - Fixed a problem where Handsontable's `updateSettings` method would reset the HyperFormula's Undo/Redo actions stack in the connected instance. [#10326](https://github.com/handsontable/handsontable/pull/10326)
23
+ - Updated TypeScript definition files related to CustomBorders plugin [#1240](https://github.com/handsontable/handsontable/pull/1240)
24
+ - Fixed problems with backlight and guideline elements misalignment and moving row after the last position [#9556](https://github.com/handsontable/handsontable/issues/9556)
25
+
12
26
  ## [12.3.3] - 2023-03-28
13
27
 
14
28
  ### Added
package/base.js CHANGED
@@ -16,9 +16,7 @@ exports.CellRange = _src.CellRange;
16
16
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
17
17
  // FIXME: Bug in eslint-plugin-import: https://github.com/benmosher/eslint-plugin-import/issues/1883
18
18
  /* eslint-disable import/named */
19
-
20
19
  /* eslint-enable import/named */
21
-
22
20
  // register default mandatory cell type for the Base package
23
21
  (0, _registry2.registerCellType)(_textType.TextCellType);
24
22
 
@@ -46,8 +44,8 @@ Handsontable.hooks = _pluginHooks.default.getSingleton();
46
44
  Handsontable.CellCoords = _src.CellCoords;
47
45
  Handsontable.CellRange = _src.CellRange;
48
46
  Handsontable.packageName = 'handsontable';
49
- Handsontable.buildDate = "28/03/2023 12:24:06";
50
- Handsontable.version = "12.3.3";
47
+ Handsontable.buildDate = "12/05/2023 12:12:12";
48
+ Handsontable.version = "12.4.0-next-ddbea0c-20230512";
51
49
  Handsontable.languages = {
52
50
  dictionaryKeys: _registry.dictionaryKeys,
53
51
  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 = "28/03/2023 12:24:11";
39
- Handsontable.version = "12.3.3";
38
+ Handsontable.buildDate = "12/05/2023 12:12:29";
39
+ Handsontable.version = "12.4.0-next-ddbea0c-20230512";
40
40
  Handsontable.languages = {
41
41
  dictionaryKeys: dictionaryKeys,
42
42
  getLanguageDictionary: getLanguageDictionary,