@handsontable/react 15.3.0 → 16.0.0-next-98c6ac7-20250707

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/README.md CHANGED
@@ -110,26 +110,25 @@ registerAllModules();
110
110
 
111
111
  const ExampleComponent = () => {
112
112
  return (
113
- <div class="ht-theme-main-dark-auto">
114
- <HotTable
115
- data={[
116
- { company: 'Tagcat', country: 'United Kingdom', rating: 4.4 },
117
- { company: 'Zoomzone', country: 'Japan', rating: 4.5 },
118
- { company: 'Meeveo', country: 'United States', rating: 4.6 },
119
- ]}
120
- rowHeaders={true}
121
- colHeaders={true}
122
- navigableHeaders={true}
123
- tabNavigation={true}
124
- multiColumnSorting={true}
125
- headerClassName="htLeft"
126
- licenseKey="non-commercial-and-evaluation"
127
- >
128
- <HotColumn title="Company" data="company" width="100"></HotColumn>
129
- <HotColumn title="Country" data="country" width="170" type="dropdown" source={['United Kingdom', 'Japan', 'United States']}></HotColumn>
130
- <HotColumn title="Rating" data="rating" width="100" type="numeric"></HotColumn>
131
- </HotTable>
132
- </div>
113
+ <HotTable
114
+ theme="ht-theme-main-dark-auto"
115
+ data={[
116
+ { company: 'Tagcat', country: 'United Kingdom', rating: 4.4 },
117
+ { company: 'Zoomzone', country: 'Japan', rating: 4.5 },
118
+ { company: 'Meeveo', country: 'United States', rating: 4.6 },
119
+ ]}
120
+ rowHeaders={true}
121
+ colHeaders={true}
122
+ navigableHeaders={true}
123
+ tabNavigation={true}
124
+ multiColumnSorting={true}
125
+ headerClassName="htLeft"
126
+ licenseKey="non-commercial-and-evaluation"
127
+ >
128
+ <HotColumn title="Company" data="company" width="100"></HotColumn>
129
+ <HotColumn title="Country" data="country" width="170" type="dropdown" source={['United Kingdom', 'Japan', 'United States']}></HotColumn>
130
+ <HotColumn title="Rating" data="rating" width="100" type="numeric"></HotColumn>
131
+ </HotTable>
133
132
  );
134
133
  };
135
134
  ```
@@ -181,7 +180,7 @@ At first glance, it might seem that a data table, spreadsheet, and data grid are
181
180
  If you're using Handsontable with a free, non-commercial license, you can:
182
181
  - Join the conversation on [GitHub Discussions](https://github.com/handsontable/handsontable/discussions) to share ideas, suggest features, or discuss changes.
183
182
  - Report any bugs you find on our [GitHub Issue Board](https://github.com/handsontable/handsontable/issues).
184
- - Connect with other developers and find answers on our [Developer Forum](https://handsontable.com/forum).
183
+ - Connect with other developers and find answers on our [Developer Forum](https://forum.handsontable.com).
185
184
 
186
185
  If you have a commercial license, feel free to contact us directly at [support@handsontable.com](mailto:support@handsontable.com) or use our [contact form](https://handsontable.com/contact?category=technical_support).
187
186
 
@@ -497,7 +497,7 @@ var RenderersPortalManager = /*#__PURE__*/function (_React$Component) {
497
497
  }]);
498
498
  }(React__default["default"].Component);
499
499
 
500
- var version="15.3.0";
500
+ var version="16.0.0-next-98c6ac7-20250707";
501
501
 
502
502
  function getDefaultExportFromCjs (x) {
503
503
  return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, 'default') ? x['default'] : x;
@@ -2304,65 +2304,65 @@ var BaseEditorComponent = /*#__PURE__*/function (_React$Component) {
2304
2304
  }, {
2305
2305
  key: "focus",
2306
2306
  value: function focus() {
2307
- var _Handsontable$editors10;
2308
- for (var _len10 = arguments.length, args = new Array(_len10), _key10 = 0; _key10 < _len10; _key10++) {
2309
- args[_key10] = arguments[_key10];
2307
+ var _Handsontable$editors0;
2308
+ for (var _len0 = arguments.length, args = new Array(_len0), _key0 = 0; _key0 < _len0; _key0++) {
2309
+ args[_key0] = arguments[_key0];
2310
2310
  }
2311
- return (_Handsontable$editors10 = Handsontable__default["default"].editors.BaseEditor.prototype.focus).call.apply(_Handsontable$editors10, [this.hotCustomEditorInstance].concat(args));
2311
+ return (_Handsontable$editors0 = Handsontable__default["default"].editors.BaseEditor.prototype.focus).call.apply(_Handsontable$editors0, [this.hotCustomEditorInstance].concat(args));
2312
2312
  }
2313
2313
  }, {
2314
2314
  key: "getValue",
2315
2315
  value: function getValue() {
2316
- var _Handsontable$editors11;
2317
- for (var _len11 = arguments.length, args = new Array(_len11), _key11 = 0; _key11 < _len11; _key11++) {
2318
- args[_key11] = arguments[_key11];
2316
+ var _Handsontable$editors1;
2317
+ for (var _len1 = arguments.length, args = new Array(_len1), _key1 = 0; _key1 < _len1; _key1++) {
2318
+ args[_key1] = arguments[_key1];
2319
2319
  }
2320
- return (_Handsontable$editors11 = Handsontable__default["default"].editors.BaseEditor.prototype.getValue).call.apply(_Handsontable$editors11, [this.hotCustomEditorInstance].concat(args));
2320
+ return (_Handsontable$editors1 = Handsontable__default["default"].editors.BaseEditor.prototype.getValue).call.apply(_Handsontable$editors1, [this.hotCustomEditorInstance].concat(args));
2321
2321
  }
2322
2322
  }, {
2323
2323
  key: "init",
2324
2324
  value: function init() {
2325
- var _Handsontable$editors12;
2326
- for (var _len12 = arguments.length, args = new Array(_len12), _key12 = 0; _key12 < _len12; _key12++) {
2327
- args[_key12] = arguments[_key12];
2325
+ var _Handsontable$editors10;
2326
+ for (var _len10 = arguments.length, args = new Array(_len10), _key10 = 0; _key10 < _len10; _key10++) {
2327
+ args[_key10] = arguments[_key10];
2328
2328
  }
2329
- return (_Handsontable$editors12 = Handsontable__default["default"].editors.BaseEditor.prototype.init).call.apply(_Handsontable$editors12, [this.hotCustomEditorInstance].concat(args));
2329
+ return (_Handsontable$editors10 = Handsontable__default["default"].editors.BaseEditor.prototype.init).call.apply(_Handsontable$editors10, [this.hotCustomEditorInstance].concat(args));
2330
2330
  }
2331
2331
  }, {
2332
2332
  key: "isInFullEditMode",
2333
2333
  value: function isInFullEditMode() {
2334
- var _Handsontable$editors13;
2335
- for (var _len13 = arguments.length, args = new Array(_len13), _key13 = 0; _key13 < _len13; _key13++) {
2336
- args[_key13] = arguments[_key13];
2334
+ var _Handsontable$editors11;
2335
+ for (var _len11 = arguments.length, args = new Array(_len11), _key11 = 0; _key11 < _len11; _key11++) {
2336
+ args[_key11] = arguments[_key11];
2337
2337
  }
2338
- return (_Handsontable$editors13 = Handsontable__default["default"].editors.BaseEditor.prototype.isInFullEditMode).call.apply(_Handsontable$editors13, [this.hotCustomEditorInstance].concat(args));
2338
+ return (_Handsontable$editors11 = Handsontable__default["default"].editors.BaseEditor.prototype.isInFullEditMode).call.apply(_Handsontable$editors11, [this.hotCustomEditorInstance].concat(args));
2339
2339
  }
2340
2340
  }, {
2341
2341
  key: "isOpened",
2342
2342
  value: function isOpened() {
2343
- var _Handsontable$editors14;
2344
- for (var _len14 = arguments.length, args = new Array(_len14), _key14 = 0; _key14 < _len14; _key14++) {
2345
- args[_key14] = arguments[_key14];
2343
+ var _Handsontable$editors12;
2344
+ for (var _len12 = arguments.length, args = new Array(_len12), _key12 = 0; _key12 < _len12; _key12++) {
2345
+ args[_key12] = arguments[_key12];
2346
2346
  }
2347
- return (_Handsontable$editors14 = Handsontable__default["default"].editors.BaseEditor.prototype.isOpened).call.apply(_Handsontable$editors14, [this.hotCustomEditorInstance].concat(args));
2347
+ return (_Handsontable$editors12 = Handsontable__default["default"].editors.BaseEditor.prototype.isOpened).call.apply(_Handsontable$editors12, [this.hotCustomEditorInstance].concat(args));
2348
2348
  }
2349
2349
  }, {
2350
2350
  key: "isWaiting",
2351
2351
  value: function isWaiting() {
2352
- var _Handsontable$editors15;
2353
- for (var _len15 = arguments.length, args = new Array(_len15), _key15 = 0; _key15 < _len15; _key15++) {
2354
- args[_key15] = arguments[_key15];
2352
+ var _Handsontable$editors13;
2353
+ for (var _len13 = arguments.length, args = new Array(_len13), _key13 = 0; _key13 < _len13; _key13++) {
2354
+ args[_key13] = arguments[_key13];
2355
2355
  }
2356
- return (_Handsontable$editors15 = Handsontable__default["default"].editors.BaseEditor.prototype.isWaiting).call.apply(_Handsontable$editors15, [this.hotCustomEditorInstance].concat(args));
2356
+ return (_Handsontable$editors13 = Handsontable__default["default"].editors.BaseEditor.prototype.isWaiting).call.apply(_Handsontable$editors13, [this.hotCustomEditorInstance].concat(args));
2357
2357
  }
2358
2358
  }, {
2359
2359
  key: "open",
2360
2360
  value: function open() {
2361
- var _Handsontable$editors16;
2362
- for (var _len16 = arguments.length, args = new Array(_len16), _key16 = 0; _key16 < _len16; _key16++) {
2363
- args[_key16] = arguments[_key16];
2361
+ var _Handsontable$editors14;
2362
+ for (var _len14 = arguments.length, args = new Array(_len14), _key14 = 0; _key14 < _len14; _key14++) {
2363
+ args[_key14] = arguments[_key14];
2364
2364
  }
2365
- return (_Handsontable$editors16 = Handsontable__default["default"].editors.BaseEditor.prototype.open).call.apply(_Handsontable$editors16, [this.hotCustomEditorInstance].concat(args));
2365
+ return (_Handsontable$editors14 = Handsontable__default["default"].editors.BaseEditor.prototype.open).call.apply(_Handsontable$editors14, [this.hotCustomEditorInstance].concat(args));
2366
2366
  }
2367
2367
  }, {
2368
2368
  key: "prepare",
@@ -2379,74 +2379,74 @@ var BaseEditorComponent = /*#__PURE__*/function (_React$Component) {
2379
2379
  }, {
2380
2380
  key: "saveValue",
2381
2381
  value: function saveValue() {
2382
- var _Handsontable$editors17;
2383
- for (var _len17 = arguments.length, args = new Array(_len17), _key17 = 0; _key17 < _len17; _key17++) {
2384
- args[_key17] = arguments[_key17];
2382
+ var _Handsontable$editors15;
2383
+ for (var _len15 = arguments.length, args = new Array(_len15), _key15 = 0; _key15 < _len15; _key15++) {
2384
+ args[_key15] = arguments[_key15];
2385
2385
  }
2386
- return (_Handsontable$editors17 = Handsontable__default["default"].editors.BaseEditor.prototype.saveValue).call.apply(_Handsontable$editors17, [this.hotCustomEditorInstance].concat(args));
2386
+ return (_Handsontable$editors15 = Handsontable__default["default"].editors.BaseEditor.prototype.saveValue).call.apply(_Handsontable$editors15, [this.hotCustomEditorInstance].concat(args));
2387
2387
  }
2388
2388
  }, {
2389
2389
  key: "setValue",
2390
2390
  value: function setValue() {
2391
- var _Handsontable$editors18;
2392
- for (var _len18 = arguments.length, args = new Array(_len18), _key18 = 0; _key18 < _len18; _key18++) {
2393
- args[_key18] = arguments[_key18];
2391
+ var _Handsontable$editors16;
2392
+ for (var _len16 = arguments.length, args = new Array(_len16), _key16 = 0; _key16 < _len16; _key16++) {
2393
+ args[_key16] = arguments[_key16];
2394
2394
  }
2395
- return (_Handsontable$editors18 = Handsontable__default["default"].editors.BaseEditor.prototype.setValue).call.apply(_Handsontable$editors18, [this.hotCustomEditorInstance].concat(args));
2395
+ return (_Handsontable$editors16 = Handsontable__default["default"].editors.BaseEditor.prototype.setValue).call.apply(_Handsontable$editors16, [this.hotCustomEditorInstance].concat(args));
2396
2396
  }
2397
2397
  }, {
2398
2398
  key: "addHook",
2399
2399
  value: function addHook() {
2400
- var _Handsontable$editors19;
2401
- for (var _len19 = arguments.length, args = new Array(_len19), _key19 = 0; _key19 < _len19; _key19++) {
2402
- args[_key19] = arguments[_key19];
2400
+ var _Handsontable$editors17;
2401
+ for (var _len17 = arguments.length, args = new Array(_len17), _key17 = 0; _key17 < _len17; _key17++) {
2402
+ args[_key17] = arguments[_key17];
2403
2403
  }
2404
- return (_Handsontable$editors19 = Handsontable__default["default"].editors.BaseEditor.prototype.addHook).call.apply(_Handsontable$editors19, [this.hotCustomEditorInstance].concat(args));
2404
+ return (_Handsontable$editors17 = Handsontable__default["default"].editors.BaseEditor.prototype.addHook).call.apply(_Handsontable$editors17, [this.hotCustomEditorInstance].concat(args));
2405
2405
  }
2406
2406
  }, {
2407
2407
  key: "removeHooksByKey",
2408
2408
  value: function removeHooksByKey() {
2409
- var _Handsontable$editors20;
2410
- for (var _len20 = arguments.length, args = new Array(_len20), _key20 = 0; _key20 < _len20; _key20++) {
2411
- args[_key20] = arguments[_key20];
2409
+ var _Handsontable$editors18;
2410
+ for (var _len18 = arguments.length, args = new Array(_len18), _key18 = 0; _key18 < _len18; _key18++) {
2411
+ args[_key18] = arguments[_key18];
2412
2412
  }
2413
- return (_Handsontable$editors20 = Handsontable__default["default"].editors.BaseEditor.prototype.removeHooksByKey).call.apply(_Handsontable$editors20, [this.hotCustomEditorInstance].concat(args));
2413
+ return (_Handsontable$editors18 = Handsontable__default["default"].editors.BaseEditor.prototype.removeHooksByKey).call.apply(_Handsontable$editors18, [this.hotCustomEditorInstance].concat(args));
2414
2414
  }
2415
2415
  }, {
2416
2416
  key: "clearHooks",
2417
2417
  value: function clearHooks() {
2418
- var _Handsontable$editors21;
2419
- for (var _len21 = arguments.length, args = new Array(_len21), _key21 = 0; _key21 < _len21; _key21++) {
2420
- args[_key21] = arguments[_key21];
2418
+ var _Handsontable$editors19;
2419
+ for (var _len19 = arguments.length, args = new Array(_len19), _key19 = 0; _key19 < _len19; _key19++) {
2420
+ args[_key19] = arguments[_key19];
2421
2421
  }
2422
- return (_Handsontable$editors21 = Handsontable__default["default"].editors.BaseEditor.prototype.clearHooks).call.apply(_Handsontable$editors21, [this.hotCustomEditorInstance].concat(args));
2422
+ return (_Handsontable$editors19 = Handsontable__default["default"].editors.BaseEditor.prototype.clearHooks).call.apply(_Handsontable$editors19, [this.hotCustomEditorInstance].concat(args));
2423
2423
  }
2424
2424
  }, {
2425
2425
  key: "getEditedCell",
2426
2426
  value: function getEditedCell() {
2427
- var _Handsontable$editors22;
2428
- for (var _len22 = arguments.length, args = new Array(_len22), _key22 = 0; _key22 < _len22; _key22++) {
2429
- args[_key22] = arguments[_key22];
2427
+ var _Handsontable$editors20;
2428
+ for (var _len20 = arguments.length, args = new Array(_len20), _key20 = 0; _key20 < _len20; _key20++) {
2429
+ args[_key20] = arguments[_key20];
2430
2430
  }
2431
- return (_Handsontable$editors22 = Handsontable__default["default"].editors.BaseEditor.prototype.getEditedCell).call.apply(_Handsontable$editors22, [this.hotCustomEditorInstance].concat(args));
2431
+ return (_Handsontable$editors20 = Handsontable__default["default"].editors.BaseEditor.prototype.getEditedCell).call.apply(_Handsontable$editors20, [this.hotCustomEditorInstance].concat(args));
2432
2432
  }
2433
2433
  }, {
2434
2434
  key: "getEditedCellRect",
2435
2435
  value: function getEditedCellRect() {
2436
- var _Handsontable$editors23;
2437
- for (var _len23 = arguments.length, args = new Array(_len23), _key23 = 0; _key23 < _len23; _key23++) {
2438
- args[_key23] = arguments[_key23];
2436
+ var _Handsontable$editors21;
2437
+ for (var _len21 = arguments.length, args = new Array(_len21), _key21 = 0; _key21 < _len21; _key21++) {
2438
+ args[_key21] = arguments[_key21];
2439
2439
  }
2440
- return (_Handsontable$editors23 = Handsontable__default["default"].editors.BaseEditor.prototype.getEditedCellRect).call.apply(_Handsontable$editors23, [this.hotCustomEditorInstance].concat(args));
2440
+ return (_Handsontable$editors21 = Handsontable__default["default"].editors.BaseEditor.prototype.getEditedCellRect).call.apply(_Handsontable$editors21, [this.hotCustomEditorInstance].concat(args));
2441
2441
  }
2442
2442
  }, {
2443
2443
  key: "getEditedCellsZIndex",
2444
2444
  value: function getEditedCellsZIndex() {
2445
- var _Handsontable$editors24;
2446
- for (var _len24 = arguments.length, args = new Array(_len24), _key24 = 0; _key24 < _len24; _key24++) {
2447
- args[_key24] = arguments[_key24];
2445
+ var _Handsontable$editors22;
2446
+ for (var _len22 = arguments.length, args = new Array(_len22), _key22 = 0; _key22 < _len22; _key22++) {
2447
+ args[_key22] = arguments[_key22];
2448
2448
  }
2449
- return (_Handsontable$editors24 = Handsontable__default["default"].editors.BaseEditor.prototype.getEditedCellsZIndex).call.apply(_Handsontable$editors24, [this.hotCustomEditorInstance].concat(args));
2449
+ return (_Handsontable$editors22 = Handsontable__default["default"].editors.BaseEditor.prototype.getEditedCellsZIndex).call.apply(_Handsontable$editors22, [this.hotCustomEditorInstance].concat(args));
2450
2450
  }
2451
2451
  }]);
2452
2452
  }(React__default["default"].Component);
@@ -25,7 +25,7 @@
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: 15.3.0 (built at Thu Apr 24 2025 10:59:37 GMT+0200 (Central European Summer Time))
28
+ * Version: 16.0.0-next-98c6ac7-20250707 (built at Mon Jul 07 2025 08:42:20 GMT+0000 (Coordinated Universal Time))
29
29
  */
30
30
  (function (global, factory) {
31
31
  typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('react'), require('react-dom'), require('handsontable/base'), require('handsontable/renderers/registry'), require('handsontable/editors/registry')) :
@@ -513,7 +513,7 @@ var RenderersPortalManager = /*#__PURE__*/function (_React$Component) {
513
513
  }]);
514
514
  }(React__default["default"].Component);
515
515
 
516
- var version="15.3.0";
516
+ var version="16.0.0-next-98c6ac7-20250707";
517
517
 
518
518
  function getDefaultExportFromCjs (x) {
519
519
  return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, 'default') ? x['default'] : x;
@@ -1293,65 +1293,65 @@ var BaseEditorComponent = /*#__PURE__*/function (_React$Component) {
1293
1293
  }, {
1294
1294
  key: "focus",
1295
1295
  value: function focus() {
1296
- var _Handsontable$editors10;
1297
- for (var _len10 = arguments.length, args = new Array(_len10), _key10 = 0; _key10 < _len10; _key10++) {
1298
- args[_key10] = arguments[_key10];
1296
+ var _Handsontable$editors0;
1297
+ for (var _len0 = arguments.length, args = new Array(_len0), _key0 = 0; _key0 < _len0; _key0++) {
1298
+ args[_key0] = arguments[_key0];
1299
1299
  }
1300
- return (_Handsontable$editors10 = Handsontable__default["default"].editors.BaseEditor.prototype.focus).call.apply(_Handsontable$editors10, [this.hotCustomEditorInstance].concat(args));
1300
+ return (_Handsontable$editors0 = Handsontable__default["default"].editors.BaseEditor.prototype.focus).call.apply(_Handsontable$editors0, [this.hotCustomEditorInstance].concat(args));
1301
1301
  }
1302
1302
  }, {
1303
1303
  key: "getValue",
1304
1304
  value: function getValue() {
1305
- var _Handsontable$editors11;
1306
- for (var _len11 = arguments.length, args = new Array(_len11), _key11 = 0; _key11 < _len11; _key11++) {
1307
- args[_key11] = arguments[_key11];
1305
+ var _Handsontable$editors1;
1306
+ for (var _len1 = arguments.length, args = new Array(_len1), _key1 = 0; _key1 < _len1; _key1++) {
1307
+ args[_key1] = arguments[_key1];
1308
1308
  }
1309
- return (_Handsontable$editors11 = Handsontable__default["default"].editors.BaseEditor.prototype.getValue).call.apply(_Handsontable$editors11, [this.hotCustomEditorInstance].concat(args));
1309
+ return (_Handsontable$editors1 = Handsontable__default["default"].editors.BaseEditor.prototype.getValue).call.apply(_Handsontable$editors1, [this.hotCustomEditorInstance].concat(args));
1310
1310
  }
1311
1311
  }, {
1312
1312
  key: "init",
1313
1313
  value: function init() {
1314
- var _Handsontable$editors12;
1315
- for (var _len12 = arguments.length, args = new Array(_len12), _key12 = 0; _key12 < _len12; _key12++) {
1316
- args[_key12] = arguments[_key12];
1314
+ var _Handsontable$editors10;
1315
+ for (var _len10 = arguments.length, args = new Array(_len10), _key10 = 0; _key10 < _len10; _key10++) {
1316
+ args[_key10] = arguments[_key10];
1317
1317
  }
1318
- return (_Handsontable$editors12 = Handsontable__default["default"].editors.BaseEditor.prototype.init).call.apply(_Handsontable$editors12, [this.hotCustomEditorInstance].concat(args));
1318
+ return (_Handsontable$editors10 = Handsontable__default["default"].editors.BaseEditor.prototype.init).call.apply(_Handsontable$editors10, [this.hotCustomEditorInstance].concat(args));
1319
1319
  }
1320
1320
  }, {
1321
1321
  key: "isInFullEditMode",
1322
1322
  value: function isInFullEditMode() {
1323
- var _Handsontable$editors13;
1324
- for (var _len13 = arguments.length, args = new Array(_len13), _key13 = 0; _key13 < _len13; _key13++) {
1325
- args[_key13] = arguments[_key13];
1323
+ var _Handsontable$editors11;
1324
+ for (var _len11 = arguments.length, args = new Array(_len11), _key11 = 0; _key11 < _len11; _key11++) {
1325
+ args[_key11] = arguments[_key11];
1326
1326
  }
1327
- return (_Handsontable$editors13 = Handsontable__default["default"].editors.BaseEditor.prototype.isInFullEditMode).call.apply(_Handsontable$editors13, [this.hotCustomEditorInstance].concat(args));
1327
+ return (_Handsontable$editors11 = Handsontable__default["default"].editors.BaseEditor.prototype.isInFullEditMode).call.apply(_Handsontable$editors11, [this.hotCustomEditorInstance].concat(args));
1328
1328
  }
1329
1329
  }, {
1330
1330
  key: "isOpened",
1331
1331
  value: function isOpened() {
1332
- var _Handsontable$editors14;
1333
- for (var _len14 = arguments.length, args = new Array(_len14), _key14 = 0; _key14 < _len14; _key14++) {
1334
- args[_key14] = arguments[_key14];
1332
+ var _Handsontable$editors12;
1333
+ for (var _len12 = arguments.length, args = new Array(_len12), _key12 = 0; _key12 < _len12; _key12++) {
1334
+ args[_key12] = arguments[_key12];
1335
1335
  }
1336
- return (_Handsontable$editors14 = Handsontable__default["default"].editors.BaseEditor.prototype.isOpened).call.apply(_Handsontable$editors14, [this.hotCustomEditorInstance].concat(args));
1336
+ return (_Handsontable$editors12 = Handsontable__default["default"].editors.BaseEditor.prototype.isOpened).call.apply(_Handsontable$editors12, [this.hotCustomEditorInstance].concat(args));
1337
1337
  }
1338
1338
  }, {
1339
1339
  key: "isWaiting",
1340
1340
  value: function isWaiting() {
1341
- var _Handsontable$editors15;
1342
- for (var _len15 = arguments.length, args = new Array(_len15), _key15 = 0; _key15 < _len15; _key15++) {
1343
- args[_key15] = arguments[_key15];
1341
+ var _Handsontable$editors13;
1342
+ for (var _len13 = arguments.length, args = new Array(_len13), _key13 = 0; _key13 < _len13; _key13++) {
1343
+ args[_key13] = arguments[_key13];
1344
1344
  }
1345
- return (_Handsontable$editors15 = Handsontable__default["default"].editors.BaseEditor.prototype.isWaiting).call.apply(_Handsontable$editors15, [this.hotCustomEditorInstance].concat(args));
1345
+ return (_Handsontable$editors13 = Handsontable__default["default"].editors.BaseEditor.prototype.isWaiting).call.apply(_Handsontable$editors13, [this.hotCustomEditorInstance].concat(args));
1346
1346
  }
1347
1347
  }, {
1348
1348
  key: "open",
1349
1349
  value: function open() {
1350
- var _Handsontable$editors16;
1351
- for (var _len16 = arguments.length, args = new Array(_len16), _key16 = 0; _key16 < _len16; _key16++) {
1352
- args[_key16] = arguments[_key16];
1350
+ var _Handsontable$editors14;
1351
+ for (var _len14 = arguments.length, args = new Array(_len14), _key14 = 0; _key14 < _len14; _key14++) {
1352
+ args[_key14] = arguments[_key14];
1353
1353
  }
1354
- return (_Handsontable$editors16 = Handsontable__default["default"].editors.BaseEditor.prototype.open).call.apply(_Handsontable$editors16, [this.hotCustomEditorInstance].concat(args));
1354
+ return (_Handsontable$editors14 = Handsontable__default["default"].editors.BaseEditor.prototype.open).call.apply(_Handsontable$editors14, [this.hotCustomEditorInstance].concat(args));
1355
1355
  }
1356
1356
  }, {
1357
1357
  key: "prepare",
@@ -1368,74 +1368,74 @@ var BaseEditorComponent = /*#__PURE__*/function (_React$Component) {
1368
1368
  }, {
1369
1369
  key: "saveValue",
1370
1370
  value: function saveValue() {
1371
- var _Handsontable$editors17;
1372
- for (var _len17 = arguments.length, args = new Array(_len17), _key17 = 0; _key17 < _len17; _key17++) {
1373
- args[_key17] = arguments[_key17];
1371
+ var _Handsontable$editors15;
1372
+ for (var _len15 = arguments.length, args = new Array(_len15), _key15 = 0; _key15 < _len15; _key15++) {
1373
+ args[_key15] = arguments[_key15];
1374
1374
  }
1375
- return (_Handsontable$editors17 = Handsontable__default["default"].editors.BaseEditor.prototype.saveValue).call.apply(_Handsontable$editors17, [this.hotCustomEditorInstance].concat(args));
1375
+ return (_Handsontable$editors15 = Handsontable__default["default"].editors.BaseEditor.prototype.saveValue).call.apply(_Handsontable$editors15, [this.hotCustomEditorInstance].concat(args));
1376
1376
  }
1377
1377
  }, {
1378
1378
  key: "setValue",
1379
1379
  value: function setValue() {
1380
- var _Handsontable$editors18;
1381
- for (var _len18 = arguments.length, args = new Array(_len18), _key18 = 0; _key18 < _len18; _key18++) {
1382
- args[_key18] = arguments[_key18];
1380
+ var _Handsontable$editors16;
1381
+ for (var _len16 = arguments.length, args = new Array(_len16), _key16 = 0; _key16 < _len16; _key16++) {
1382
+ args[_key16] = arguments[_key16];
1383
1383
  }
1384
- return (_Handsontable$editors18 = Handsontable__default["default"].editors.BaseEditor.prototype.setValue).call.apply(_Handsontable$editors18, [this.hotCustomEditorInstance].concat(args));
1384
+ return (_Handsontable$editors16 = Handsontable__default["default"].editors.BaseEditor.prototype.setValue).call.apply(_Handsontable$editors16, [this.hotCustomEditorInstance].concat(args));
1385
1385
  }
1386
1386
  }, {
1387
1387
  key: "addHook",
1388
1388
  value: function addHook() {
1389
- var _Handsontable$editors19;
1390
- for (var _len19 = arguments.length, args = new Array(_len19), _key19 = 0; _key19 < _len19; _key19++) {
1391
- args[_key19] = arguments[_key19];
1389
+ var _Handsontable$editors17;
1390
+ for (var _len17 = arguments.length, args = new Array(_len17), _key17 = 0; _key17 < _len17; _key17++) {
1391
+ args[_key17] = arguments[_key17];
1392
1392
  }
1393
- return (_Handsontable$editors19 = Handsontable__default["default"].editors.BaseEditor.prototype.addHook).call.apply(_Handsontable$editors19, [this.hotCustomEditorInstance].concat(args));
1393
+ return (_Handsontable$editors17 = Handsontable__default["default"].editors.BaseEditor.prototype.addHook).call.apply(_Handsontable$editors17, [this.hotCustomEditorInstance].concat(args));
1394
1394
  }
1395
1395
  }, {
1396
1396
  key: "removeHooksByKey",
1397
1397
  value: function removeHooksByKey() {
1398
- var _Handsontable$editors20;
1399
- for (var _len20 = arguments.length, args = new Array(_len20), _key20 = 0; _key20 < _len20; _key20++) {
1400
- args[_key20] = arguments[_key20];
1398
+ var _Handsontable$editors18;
1399
+ for (var _len18 = arguments.length, args = new Array(_len18), _key18 = 0; _key18 < _len18; _key18++) {
1400
+ args[_key18] = arguments[_key18];
1401
1401
  }
1402
- return (_Handsontable$editors20 = Handsontable__default["default"].editors.BaseEditor.prototype.removeHooksByKey).call.apply(_Handsontable$editors20, [this.hotCustomEditorInstance].concat(args));
1402
+ return (_Handsontable$editors18 = Handsontable__default["default"].editors.BaseEditor.prototype.removeHooksByKey).call.apply(_Handsontable$editors18, [this.hotCustomEditorInstance].concat(args));
1403
1403
  }
1404
1404
  }, {
1405
1405
  key: "clearHooks",
1406
1406
  value: function clearHooks() {
1407
- var _Handsontable$editors21;
1408
- for (var _len21 = arguments.length, args = new Array(_len21), _key21 = 0; _key21 < _len21; _key21++) {
1409
- args[_key21] = arguments[_key21];
1407
+ var _Handsontable$editors19;
1408
+ for (var _len19 = arguments.length, args = new Array(_len19), _key19 = 0; _key19 < _len19; _key19++) {
1409
+ args[_key19] = arguments[_key19];
1410
1410
  }
1411
- return (_Handsontable$editors21 = Handsontable__default["default"].editors.BaseEditor.prototype.clearHooks).call.apply(_Handsontable$editors21, [this.hotCustomEditorInstance].concat(args));
1411
+ return (_Handsontable$editors19 = Handsontable__default["default"].editors.BaseEditor.prototype.clearHooks).call.apply(_Handsontable$editors19, [this.hotCustomEditorInstance].concat(args));
1412
1412
  }
1413
1413
  }, {
1414
1414
  key: "getEditedCell",
1415
1415
  value: function getEditedCell() {
1416
- var _Handsontable$editors22;
1417
- for (var _len22 = arguments.length, args = new Array(_len22), _key22 = 0; _key22 < _len22; _key22++) {
1418
- args[_key22] = arguments[_key22];
1416
+ var _Handsontable$editors20;
1417
+ for (var _len20 = arguments.length, args = new Array(_len20), _key20 = 0; _key20 < _len20; _key20++) {
1418
+ args[_key20] = arguments[_key20];
1419
1419
  }
1420
- return (_Handsontable$editors22 = Handsontable__default["default"].editors.BaseEditor.prototype.getEditedCell).call.apply(_Handsontable$editors22, [this.hotCustomEditorInstance].concat(args));
1420
+ return (_Handsontable$editors20 = Handsontable__default["default"].editors.BaseEditor.prototype.getEditedCell).call.apply(_Handsontable$editors20, [this.hotCustomEditorInstance].concat(args));
1421
1421
  }
1422
1422
  }, {
1423
1423
  key: "getEditedCellRect",
1424
1424
  value: function getEditedCellRect() {
1425
- var _Handsontable$editors23;
1426
- for (var _len23 = arguments.length, args = new Array(_len23), _key23 = 0; _key23 < _len23; _key23++) {
1427
- args[_key23] = arguments[_key23];
1425
+ var _Handsontable$editors21;
1426
+ for (var _len21 = arguments.length, args = new Array(_len21), _key21 = 0; _key21 < _len21; _key21++) {
1427
+ args[_key21] = arguments[_key21];
1428
1428
  }
1429
- return (_Handsontable$editors23 = Handsontable__default["default"].editors.BaseEditor.prototype.getEditedCellRect).call.apply(_Handsontable$editors23, [this.hotCustomEditorInstance].concat(args));
1429
+ return (_Handsontable$editors21 = Handsontable__default["default"].editors.BaseEditor.prototype.getEditedCellRect).call.apply(_Handsontable$editors21, [this.hotCustomEditorInstance].concat(args));
1430
1430
  }
1431
1431
  }, {
1432
1432
  key: "getEditedCellsZIndex",
1433
1433
  value: function getEditedCellsZIndex() {
1434
- var _Handsontable$editors24;
1435
- for (var _len24 = arguments.length, args = new Array(_len24), _key24 = 0; _key24 < _len24; _key24++) {
1436
- args[_key24] = arguments[_key24];
1434
+ var _Handsontable$editors22;
1435
+ for (var _len22 = arguments.length, args = new Array(_len22), _key22 = 0; _key22 < _len22; _key22++) {
1436
+ args[_key22] = arguments[_key22];
1437
1437
  }
1438
- return (_Handsontable$editors24 = Handsontable__default["default"].editors.BaseEditor.prototype.getEditedCellsZIndex).call.apply(_Handsontable$editors24, [this.hotCustomEditorInstance].concat(args));
1438
+ return (_Handsontable$editors22 = Handsontable__default["default"].editors.BaseEditor.prototype.getEditedCellsZIndex).call.apply(_Handsontable$editors22, [this.hotCustomEditorInstance].concat(args));
1439
1439
  }
1440
1440
  }]);
1441
1441
  }(React__default["default"].Component);