handsontable 0.0.0-next-94c1d9f-20240226 → 0.0.0-next-4d6ac27-20240226

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.

Potentially problematic release.


This version of handsontable might be problematic. Click here for more details.

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 = "0.0.0-next-94c1d9f-20240226";
137
+ const hotVersion = "0.0.0-next-4d6ac27-20240226";
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 = "0.0.0-next-94c1d9f-20240226";
127
+ const hotVersion = "0.0.0-next-4d6ac27-20240226";
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": "0.0.0-next-94c1d9f-20240226",
13
+ "version": "0.0.0-next-4d6ac27-20240226",
14
14
  "main": "index",
15
15
  "module": "index.mjs",
16
16
  "jsnext:main": "index.mjs",
@@ -402,7 +402,7 @@ class AutoColumnSize extends _base.BasePlugin {
402
402
 
403
403
  /**
404
404
  * Calculates all columns width. The calculated column will be cached in the {@link AutoColumnSize#widths} property.
405
- * To retrieve width for specified column use {@link AutoColumnSize##getColumnWidth} method.
405
+ * To retrieve width for specified column use {@link AutoColumnSize#getColumnWidth} method.
406
406
  *
407
407
  * @param {object|number} rowRange Row index or an object with `from` and `to` properties which define row range.
408
408
  */
@@ -398,7 +398,7 @@ export class AutoColumnSize extends BasePlugin {
398
398
 
399
399
  /**
400
400
  * Calculates all columns width. The calculated column will be cached in the {@link AutoColumnSize#widths} property.
401
- * To retrieve width for specified column use {@link AutoColumnSize##getColumnWidth} method.
401
+ * To retrieve width for specified column use {@link AutoColumnSize#getColumnWidth} method.
402
402
  *
403
403
  * @param {object|number} rowRange Row index or an object with `from` and `to` properties which define row range.
404
404
  */