handsontable 0.0.0-next-3e92a2d-20221130 → 0.0.0-next-4a99ab8-20221201

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


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

package/base.js CHANGED
@@ -10,6 +10,9 @@ var _registry = require("./i18n/registry");
10
10
  var _registry2 = require("./cellTypes/registry");
11
11
  var _textType = require("./cellTypes/textType");
12
12
  var _baseEditor = require("./editors/baseEditor");
13
+ var _src = require("./3rdparty/walkontable/src");
14
+ exports.CellCoords = _src.CellCoords;
15
+ exports.CellRange = _src.CellRange;
13
16
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
14
17
  // FIXME: Bug in eslint-plugin-import: https://github.com/benmosher/eslint-plugin-import/issues/1883
15
18
  /* eslint-disable import/named */
@@ -40,9 +43,11 @@ Handsontable.Core = function (rootElement) {
40
43
  };
41
44
  Handsontable.DefaultSettings = (0, _dataMap.metaSchemaFactory)();
42
45
  Handsontable.hooks = _pluginHooks.default.getSingleton();
46
+ Handsontable.CellCoords = _src.CellCoords;
47
+ Handsontable.CellRange = _src.CellRange;
43
48
  Handsontable.packageName = 'handsontable';
44
- Handsontable.buildDate = "30/11/2022 14:45:47";
45
- Handsontable.version = "0.0.0-next-3e92a2d-20221130";
49
+ Handsontable.buildDate = "01/12/2022 12:13:25";
50
+ Handsontable.version = "0.0.0-next-4a99ab8-20221201";
46
51
  Handsontable.languages = {
47
52
  dictionaryKeys: _registry.dictionaryKeys,
48
53
  getLanguageDictionary: _registry.getLanguageDictionary,
package/base.mjs CHANGED
@@ -7,7 +7,8 @@ import { dictionaryKeys, getTranslatedPhrase, registerLanguageDictionary, getLan
7
7
  /* eslint-enable import/named */
8
8
  import { registerCellType } from "./cellTypes/registry.mjs";
9
9
  import { TextCellType } from "./cellTypes/textType/index.mjs";
10
- import { BaseEditor } from "./editors/baseEditor/index.mjs"; // register default mandatory cell type for the Base package
10
+ import { BaseEditor } from "./editors/baseEditor/index.mjs";
11
+ import { CellCoords, CellRange } from "./3rdparty/walkontable/src/index.mjs"; // register default mandatory cell type for the Base package
11
12
  registerCellType(TextCellType);
12
13
 
13
14
  // export the `BaseEditor` class to the Handsontable global namespace
@@ -31,9 +32,11 @@ Handsontable.Core = function (rootElement) {
31
32
  };
32
33
  Handsontable.DefaultSettings = metaSchemaFactory();
33
34
  Handsontable.hooks = Hooks.getSingleton();
35
+ Handsontable.CellCoords = CellCoords;
36
+ Handsontable.CellRange = CellRange;
34
37
  Handsontable.packageName = 'handsontable';
35
- Handsontable.buildDate = "30/11/2022 14:46:02";
36
- Handsontable.version = "0.0.0-next-3e92a2d-20221130";
38
+ Handsontable.buildDate = "01/12/2022 12:13:39";
39
+ Handsontable.version = "0.0.0-next-4a99ab8-20221201";
37
40
  Handsontable.languages = {
38
41
  dictionaryKeys: dictionaryKeys,
39
42
  getLanguageDictionary: getLanguageDictionary,
@@ -41,4 +44,5 @@ Handsontable.languages = {
41
44
  registerLanguageDictionary: registerLanguageDictionary,
42
45
  getTranslatedPhrase: getTranslatedPhrase
43
46
  };
47
+ export { CellCoords, CellRange };
44
48
  export default Handsontable;
@@ -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: 0.0.0-next-3e92a2d-20221130
29
- * Release date: 25/10/2022 (built at 30/11/2022 14:46:14)
28
+ * Version: 0.0.0-next-4a99ab8-20221201
29
+ * Release date: 25/10/2022 (built at 01/12/2022 12:13:51)
30
30
  */
31
31
  /**
32
32
  * Fix for bootstrap styles
@@ -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: 0.0.0-next-3e92a2d-20221130
29
- * Release date: 25/10/2022 (built at 30/11/2022 14:46:14)
28
+ * Version: 0.0.0-next-4a99ab8-20221201
29
+ * Release date: 25/10/2022 (built at 01/12/2022 12:13:51)
30
30
  */
31
31
  /**
32
32
  * Fix for bootstrap styles