handsontable 14.2.0-next-6502fb6-20240304 → 14.2.0-next-75c8bcd-20240306

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.
package/helpers/mixed.js CHANGED
@@ -134,7 +134,7 @@ const domMessages = {
134
134
  function _injectProductInfo(key, element) {
135
135
  const hasValidType = !isEmpty(key);
136
136
  const isNonCommercial = typeof key === 'string' && key.toLowerCase() === 'non-commercial-and-evaluation';
137
- const hotVersion = "14.2.0-next-6502fb6-20240304";
137
+ const hotVersion = "14.2.0-next-75c8bcd-20240306";
138
138
  let keyValidityDate;
139
139
  let consoleMessageState = 'invalid';
140
140
  let domMessageState = 'invalid';
package/helpers/mixed.mjs CHANGED
@@ -124,7 +124,7 @@ const domMessages = {
124
124
  export function _injectProductInfo(key, element) {
125
125
  const hasValidType = !isEmpty(key);
126
126
  const isNonCommercial = typeof key === 'string' && key.toLowerCase() === 'non-commercial-and-evaluation';
127
- const hotVersion = "14.2.0-next-6502fb6-20240304";
127
+ const hotVersion = "14.2.0-next-75c8bcd-20240306";
128
128
  let keyValidityDate;
129
129
  let consoleMessageState = 'invalid';
130
130
  let domMessageState = 'invalid';
package/package.json CHANGED
@@ -10,7 +10,7 @@
10
10
  "url": "https://github.com/handsontable/handsontable/issues"
11
11
  },
12
12
  "author": "Handsoncode <hello@handsontable.com>",
13
- "version": "14.2.0-next-6502fb6-20240304",
13
+ "version": "14.2.0-next-75c8bcd-20240306",
14
14
  "main": "index",
15
15
  "module": "index.mjs",
16
16
  "jsnext:main": "index.mjs",
package/pluginHooks.js CHANGED
@@ -2413,7 +2413,7 @@ const REGISTERED_HOOKS = [/* eslint-disable jsdoc/require-description-complete-s
2413
2413
  /**
2414
2414
  * Fired before the editor is opened and rendered.
2415
2415
  *
2416
- * @since 14.1.0
2416
+ * @since 14.2.0
2417
2417
  * @event Hooks#beforeBeginEditing
2418
2418
  * @param {number} row Visual row index of the edited cell.
2419
2419
  * @param {number} column Visual column index of the edited cell.
package/pluginHooks.mjs CHANGED
@@ -2409,7 +2409,7 @@ const REGISTERED_HOOKS = [/* eslint-disable jsdoc/require-description-complete-s
2409
2409
  /**
2410
2410
  * Fired before the editor is opened and rendered.
2411
2411
  *
2412
- * @since 14.1.0
2412
+ * @since 14.2.0
2413
2413
  * @event Hooks#beforeBeginEditing
2414
2414
  * @param {number} row Visual row index of the edited cell.
2415
2415
  * @param {number} column Visual column index of the edited cell.