@handsontable/vue 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
@@ -99,22 +99,21 @@ Use this data grid as you would any other component in your application. [Option
99
99
  **Vue Component**
100
100
  ```vue
101
101
  <template>
102
- <div class="ht-theme-main-dark-auto">
103
- <hot-table
104
- :data="data"
105
- :row-headers=true
106
- :col-headers=true
107
- :navigable-headers=true
108
- :tab-navigation=true
109
- :multi-column-sorting=true
110
- header-class-name="htLeft"
111
- license-key="non-commercial-and-evaluation"
112
- >
113
- <hot-column title="Company" data="company" width=100></hot-column>
114
- <hot-column title="Country" data="country" width=170 type="dropdown" :source="['United Kingdom', 'Japan', 'United States']"></hot-column>
115
- <hot-column title="Rating" data="rating" width=100 type="numeric"></hot-column>
116
- </hot-table>
117
- </div>
102
+ <hot-table
103
+ theme="ht-theme-main-dark-auto"
104
+ :data="data"
105
+ :row-headers=true
106
+ :col-headers=true
107
+ :navigable-headers=true
108
+ :tab-navigation=true
109
+ :multi-column-sorting=true
110
+ header-class-name="htLeft"
111
+ license-key="non-commercial-and-evaluation"
112
+ >
113
+ <hot-column title="Company" data="company" width=100></hot-column>
114
+ <hot-column title="Country" data="country" width=170 type="dropdown" :source="['United Kingdom', 'Japan', 'United States']"></hot-column>
115
+ <hot-column title="Rating" data="rating" width=100 type="numeric"></hot-column>
116
+ </hot-table>
118
117
  </template>
119
118
 
120
119
  <script>
@@ -191,7 +190,7 @@ At first glance, it might seem that a data table, spreadsheet, and data grid are
191
190
  If you're using Handsontable with a free, non-commercial license, you can:
192
191
  - Join the conversation on [GitHub Discussions](https://github.com/handsontable/handsontable/discussions) to share ideas, suggest features, or discuss changes.
193
192
  - Report any bugs you find on our [GitHub Issue Board](https://github.com/handsontable/handsontable/issues).
194
- - Connect with other developers and find answers on our [Developer Forum](https://handsontable.com/forum).
193
+ - Connect with other developers and find answers on our [Developer Forum](https://forum.handsontable.com).
195
194
 
196
195
  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).
197
196
 
@@ -315,7 +315,7 @@ function simpleEqual(objectA, objectB) {
315
315
  }
316
316
  }
317
317
 
318
- var version="15.3.0";
318
+ var version="16.0.0-next-98c6ac7-20250707";
319
319
 
320
320
  var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
321
321
 
@@ -1205,74 +1205,74 @@ var BaseEditorComponent = /*#__PURE__*/function (_Vue) {
1205
1205
  }, {
1206
1206
  key: "finishEditing",
1207
1207
  value: function finishEditing() {
1208
- var _Handsontable$editors10;
1209
- for (var _len10 = arguments.length, args = new Array(_len10), _key10 = 0; _key10 < _len10; _key10++) {
1210
- args[_key10] = arguments[_key10];
1208
+ var _Handsontable$editors0;
1209
+ for (var _len0 = arguments.length, args = new Array(_len0), _key0 = 0; _key0 < _len0; _key0++) {
1210
+ args[_key0] = arguments[_key0];
1211
1211
  }
1212
- return (_Handsontable$editors10 = Handsontable__default["default"].editors.BaseEditor.prototype.finishEditing).call.apply(_Handsontable$editors10, [this.$data.hotCustomEditorInstance].concat(args));
1212
+ return (_Handsontable$editors0 = Handsontable__default["default"].editors.BaseEditor.prototype.finishEditing).call.apply(_Handsontable$editors0, [this.$data.hotCustomEditorInstance].concat(args));
1213
1213
  }
1214
1214
  }, {
1215
1215
  key: "focus",
1216
1216
  value: function focus() {
1217
- var _Handsontable$editors11;
1218
- for (var _len11 = arguments.length, args = new Array(_len11), _key11 = 0; _key11 < _len11; _key11++) {
1219
- args[_key11] = arguments[_key11];
1217
+ var _Handsontable$editors1;
1218
+ for (var _len1 = arguments.length, args = new Array(_len1), _key1 = 0; _key1 < _len1; _key1++) {
1219
+ args[_key1] = arguments[_key1];
1220
1220
  }
1221
- return (_Handsontable$editors11 = Handsontable__default["default"].editors.BaseEditor.prototype.focus).call.apply(_Handsontable$editors11, [this.$data.hotCustomEditorInstance].concat(args));
1221
+ return (_Handsontable$editors1 = Handsontable__default["default"].editors.BaseEditor.prototype.focus).call.apply(_Handsontable$editors1, [this.$data.hotCustomEditorInstance].concat(args));
1222
1222
  }
1223
1223
  }, {
1224
1224
  key: "getValue",
1225
1225
  value: function getValue() {
1226
- var _Handsontable$editors12;
1227
- for (var _len12 = arguments.length, args = new Array(_len12), _key12 = 0; _key12 < _len12; _key12++) {
1228
- args[_key12] = arguments[_key12];
1226
+ var _Handsontable$editors10;
1227
+ for (var _len10 = arguments.length, args = new Array(_len10), _key10 = 0; _key10 < _len10; _key10++) {
1228
+ args[_key10] = arguments[_key10];
1229
1229
  }
1230
- return (_Handsontable$editors12 = Handsontable__default["default"].editors.BaseEditor.prototype.getValue).call.apply(_Handsontable$editors12, [this.$data.hotCustomEditorInstance].concat(args));
1230
+ return (_Handsontable$editors10 = Handsontable__default["default"].editors.BaseEditor.prototype.getValue).call.apply(_Handsontable$editors10, [this.$data.hotCustomEditorInstance].concat(args));
1231
1231
  }
1232
1232
  }, {
1233
1233
  key: "init",
1234
1234
  value: function init() {
1235
- var _Handsontable$editors13;
1236
- for (var _len13 = arguments.length, args = new Array(_len13), _key13 = 0; _key13 < _len13; _key13++) {
1237
- args[_key13] = arguments[_key13];
1235
+ var _Handsontable$editors11;
1236
+ for (var _len11 = arguments.length, args = new Array(_len11), _key11 = 0; _key11 < _len11; _key11++) {
1237
+ args[_key11] = arguments[_key11];
1238
1238
  }
1239
- return (_Handsontable$editors13 = Handsontable__default["default"].editors.BaseEditor.prototype.init).call.apply(_Handsontable$editors13, [this.$data.hotCustomEditorInstance].concat(args));
1239
+ return (_Handsontable$editors11 = Handsontable__default["default"].editors.BaseEditor.prototype.init).call.apply(_Handsontable$editors11, [this.$data.hotCustomEditorInstance].concat(args));
1240
1240
  }
1241
1241
  }, {
1242
1242
  key: "isInFullEditMode",
1243
1243
  value: function isInFullEditMode() {
1244
- var _Handsontable$editors14;
1245
- for (var _len14 = arguments.length, args = new Array(_len14), _key14 = 0; _key14 < _len14; _key14++) {
1246
- args[_key14] = arguments[_key14];
1244
+ var _Handsontable$editors12;
1245
+ for (var _len12 = arguments.length, args = new Array(_len12), _key12 = 0; _key12 < _len12; _key12++) {
1246
+ args[_key12] = arguments[_key12];
1247
1247
  }
1248
- return (_Handsontable$editors14 = Handsontable__default["default"].editors.BaseEditor.prototype.isInFullEditMode).call.apply(_Handsontable$editors14, [this.$data.hotCustomEditorInstance].concat(args));
1248
+ return (_Handsontable$editors12 = Handsontable__default["default"].editors.BaseEditor.prototype.isInFullEditMode).call.apply(_Handsontable$editors12, [this.$data.hotCustomEditorInstance].concat(args));
1249
1249
  }
1250
1250
  }, {
1251
1251
  key: "isOpened",
1252
1252
  value: function isOpened() {
1253
- var _Handsontable$editors15;
1254
- for (var _len15 = arguments.length, args = new Array(_len15), _key15 = 0; _key15 < _len15; _key15++) {
1255
- args[_key15] = arguments[_key15];
1253
+ var _Handsontable$editors13;
1254
+ for (var _len13 = arguments.length, args = new Array(_len13), _key13 = 0; _key13 < _len13; _key13++) {
1255
+ args[_key13] = arguments[_key13];
1256
1256
  }
1257
- return (_Handsontable$editors15 = Handsontable__default["default"].editors.BaseEditor.prototype.isOpened).call.apply(_Handsontable$editors15, [this.$data.hotCustomEditorInstance].concat(args));
1257
+ return (_Handsontable$editors13 = Handsontable__default["default"].editors.BaseEditor.prototype.isOpened).call.apply(_Handsontable$editors13, [this.$data.hotCustomEditorInstance].concat(args));
1258
1258
  }
1259
1259
  }, {
1260
1260
  key: "isWaiting",
1261
1261
  value: function isWaiting() {
1262
- var _Handsontable$editors16;
1263
- for (var _len16 = arguments.length, args = new Array(_len16), _key16 = 0; _key16 < _len16; _key16++) {
1264
- args[_key16] = arguments[_key16];
1262
+ var _Handsontable$editors14;
1263
+ for (var _len14 = arguments.length, args = new Array(_len14), _key14 = 0; _key14 < _len14; _key14++) {
1264
+ args[_key14] = arguments[_key14];
1265
1265
  }
1266
- return (_Handsontable$editors16 = Handsontable__default["default"].editors.BaseEditor.prototype.isWaiting).call.apply(_Handsontable$editors16, [this.$data.hotCustomEditorInstance].concat(args));
1266
+ return (_Handsontable$editors14 = Handsontable__default["default"].editors.BaseEditor.prototype.isWaiting).call.apply(_Handsontable$editors14, [this.$data.hotCustomEditorInstance].concat(args));
1267
1267
  }
1268
1268
  }, {
1269
1269
  key: "open",
1270
1270
  value: function open() {
1271
- var _Handsontable$editors17;
1272
- for (var _len17 = arguments.length, args = new Array(_len17), _key17 = 0; _key17 < _len17; _key17++) {
1273
- args[_key17] = arguments[_key17];
1271
+ var _Handsontable$editors15;
1272
+ for (var _len15 = arguments.length, args = new Array(_len15), _key15 = 0; _key15 < _len15; _key15++) {
1273
+ args[_key15] = arguments[_key15];
1274
1274
  }
1275
- return (_Handsontable$editors17 = Handsontable__default["default"].editors.BaseEditor.prototype.open).call.apply(_Handsontable$editors17, [this.$data.hotCustomEditorInstance].concat(args));
1275
+ return (_Handsontable$editors15 = Handsontable__default["default"].editors.BaseEditor.prototype.open).call.apply(_Handsontable$editors15, [this.$data.hotCustomEditorInstance].concat(args));
1276
1276
  }
1277
1277
  }, {
1278
1278
  key: "prepare",
@@ -1289,83 +1289,83 @@ var BaseEditorComponent = /*#__PURE__*/function (_Vue) {
1289
1289
  }, {
1290
1290
  key: "saveValue",
1291
1291
  value: function saveValue() {
1292
- var _Handsontable$editors18;
1293
- for (var _len18 = arguments.length, args = new Array(_len18), _key18 = 0; _key18 < _len18; _key18++) {
1294
- args[_key18] = arguments[_key18];
1292
+ var _Handsontable$editors16;
1293
+ for (var _len16 = arguments.length, args = new Array(_len16), _key16 = 0; _key16 < _len16; _key16++) {
1294
+ args[_key16] = arguments[_key16];
1295
1295
  }
1296
- return (_Handsontable$editors18 = Handsontable__default["default"].editors.BaseEditor.prototype.saveValue).call.apply(_Handsontable$editors18, [this.$data.hotCustomEditorInstance].concat(args));
1296
+ return (_Handsontable$editors16 = Handsontable__default["default"].editors.BaseEditor.prototype.saveValue).call.apply(_Handsontable$editors16, [this.$data.hotCustomEditorInstance].concat(args));
1297
1297
  }
1298
1298
  }, {
1299
1299
  key: "setValue",
1300
1300
  value: function setValue() {
1301
- var _Handsontable$editors19;
1302
- for (var _len19 = arguments.length, args = new Array(_len19), _key19 = 0; _key19 < _len19; _key19++) {
1303
- args[_key19] = arguments[_key19];
1301
+ var _Handsontable$editors17;
1302
+ for (var _len17 = arguments.length, args = new Array(_len17), _key17 = 0; _key17 < _len17; _key17++) {
1303
+ args[_key17] = arguments[_key17];
1304
1304
  }
1305
- return (_Handsontable$editors19 = Handsontable__default["default"].editors.BaseEditor.prototype.setValue).call.apply(_Handsontable$editors19, [this.$data.hotCustomEditorInstance].concat(args));
1305
+ return (_Handsontable$editors17 = Handsontable__default["default"].editors.BaseEditor.prototype.setValue).call.apply(_Handsontable$editors17, [this.$data.hotCustomEditorInstance].concat(args));
1306
1306
  }
1307
1307
  }, {
1308
1308
  key: "addHook",
1309
1309
  value: function addHook() {
1310
- var _Handsontable$editors20;
1311
- for (var _len20 = arguments.length, args = new Array(_len20), _key20 = 0; _key20 < _len20; _key20++) {
1312
- args[_key20] = arguments[_key20];
1310
+ var _Handsontable$editors18;
1311
+ for (var _len18 = arguments.length, args = new Array(_len18), _key18 = 0; _key18 < _len18; _key18++) {
1312
+ args[_key18] = arguments[_key18];
1313
1313
  }
1314
- return (_Handsontable$editors20 = Handsontable__default["default"].editors.BaseEditor.prototype.addHook).call.apply(_Handsontable$editors20, [this.$data.hotCustomEditorInstance].concat(args));
1314
+ return (_Handsontable$editors18 = Handsontable__default["default"].editors.BaseEditor.prototype.addHook).call.apply(_Handsontable$editors18, [this.$data.hotCustomEditorInstance].concat(args));
1315
1315
  }
1316
1316
  }, {
1317
1317
  key: "removeHooksByKey",
1318
1318
  value: function removeHooksByKey() {
1319
- var _Handsontable$editors21;
1320
- for (var _len21 = arguments.length, args = new Array(_len21), _key21 = 0; _key21 < _len21; _key21++) {
1321
- args[_key21] = arguments[_key21];
1319
+ var _Handsontable$editors19;
1320
+ for (var _len19 = arguments.length, args = new Array(_len19), _key19 = 0; _key19 < _len19; _key19++) {
1321
+ args[_key19] = arguments[_key19];
1322
1322
  }
1323
- return (_Handsontable$editors21 = Handsontable__default["default"].editors.BaseEditor.prototype.removeHooksByKey).call.apply(_Handsontable$editors21, [this.$data.hotCustomEditorInstance].concat(args));
1323
+ return (_Handsontable$editors19 = Handsontable__default["default"].editors.BaseEditor.prototype.removeHooksByKey).call.apply(_Handsontable$editors19, [this.$data.hotCustomEditorInstance].concat(args));
1324
1324
  }
1325
1325
  }, {
1326
1326
  key: "clearHooks",
1327
1327
  value: function clearHooks() {
1328
- var _Handsontable$editors22;
1329
- for (var _len22 = arguments.length, args = new Array(_len22), _key22 = 0; _key22 < _len22; _key22++) {
1330
- args[_key22] = arguments[_key22];
1328
+ var _Handsontable$editors20;
1329
+ for (var _len20 = arguments.length, args = new Array(_len20), _key20 = 0; _key20 < _len20; _key20++) {
1330
+ args[_key20] = arguments[_key20];
1331
1331
  }
1332
- return (_Handsontable$editors22 = Handsontable__default["default"].editors.BaseEditor.prototype.clearHooks).call.apply(_Handsontable$editors22, [this.$data.hotCustomEditorInstance].concat(args));
1332
+ return (_Handsontable$editors20 = Handsontable__default["default"].editors.BaseEditor.prototype.clearHooks).call.apply(_Handsontable$editors20, [this.$data.hotCustomEditorInstance].concat(args));
1333
1333
  }
1334
1334
  }, {
1335
1335
  key: "getEditedCell",
1336
1336
  value: function getEditedCell() {
1337
- var _Handsontable$editors23;
1338
- for (var _len23 = arguments.length, args = new Array(_len23), _key23 = 0; _key23 < _len23; _key23++) {
1339
- args[_key23] = arguments[_key23];
1337
+ var _Handsontable$editors21;
1338
+ for (var _len21 = arguments.length, args = new Array(_len21), _key21 = 0; _key21 < _len21; _key21++) {
1339
+ args[_key21] = arguments[_key21];
1340
1340
  }
1341
- return (_Handsontable$editors23 = Handsontable__default["default"].editors.BaseEditor.prototype.getEditedCell).call.apply(_Handsontable$editors23, [this.$data.hotCustomEditorInstance].concat(args));
1341
+ return (_Handsontable$editors21 = Handsontable__default["default"].editors.BaseEditor.prototype.getEditedCell).call.apply(_Handsontable$editors21, [this.$data.hotCustomEditorInstance].concat(args));
1342
1342
  }
1343
1343
  }, {
1344
1344
  key: "getEditedCellRect",
1345
1345
  value: function getEditedCellRect() {
1346
- var _Handsontable$editors24;
1347
- for (var _len24 = arguments.length, args = new Array(_len24), _key24 = 0; _key24 < _len24; _key24++) {
1348
- args[_key24] = arguments[_key24];
1346
+ var _Handsontable$editors22;
1347
+ for (var _len22 = arguments.length, args = new Array(_len22), _key22 = 0; _key22 < _len22; _key22++) {
1348
+ args[_key22] = arguments[_key22];
1349
1349
  }
1350
- return (_Handsontable$editors24 = Handsontable__default["default"].editors.BaseEditor.prototype.getEditedCellRect).call.apply(_Handsontable$editors24, [this.$data.hotCustomEditorInstance].concat(args));
1350
+ return (_Handsontable$editors22 = Handsontable__default["default"].editors.BaseEditor.prototype.getEditedCellRect).call.apply(_Handsontable$editors22, [this.$data.hotCustomEditorInstance].concat(args));
1351
1351
  }
1352
1352
  }, {
1353
1353
  key: "getEditedCellsZIndex",
1354
1354
  value: function getEditedCellsZIndex() {
1355
- var _Handsontable$editors25;
1356
- for (var _len25 = arguments.length, args = new Array(_len25), _key25 = 0; _key25 < _len25; _key25++) {
1357
- args[_key25] = arguments[_key25];
1355
+ var _Handsontable$editors23;
1356
+ for (var _len23 = arguments.length, args = new Array(_len23), _key23 = 0; _key23 < _len23; _key23++) {
1357
+ args[_key23] = arguments[_key23];
1358
1358
  }
1359
- return (_Handsontable$editors25 = Handsontable__default["default"].editors.BaseEditor.prototype.getEditedCellsZIndex).call.apply(_Handsontable$editors25, [this.$data.hotCustomEditorInstance].concat(args));
1359
+ return (_Handsontable$editors23 = Handsontable__default["default"].editors.BaseEditor.prototype.getEditedCellsZIndex).call.apply(_Handsontable$editors23, [this.$data.hotCustomEditorInstance].concat(args));
1360
1360
  }
1361
1361
  }, {
1362
1362
  key: "getEditedCellsLayerClass",
1363
1363
  value: function getEditedCellsLayerClass() {
1364
- var _Handsontable$editors26;
1365
- for (var _len26 = arguments.length, args = new Array(_len26), _key26 = 0; _key26 < _len26; _key26++) {
1366
- args[_key26] = arguments[_key26];
1364
+ var _Handsontable$editors24;
1365
+ for (var _len24 = arguments.length, args = new Array(_len24), _key24 = 0; _key24 < _len24; _key24++) {
1366
+ args[_key24] = arguments[_key24];
1367
1367
  }
1368
- return (_Handsontable$editors26 = Handsontable__default["default"].editors.BaseEditor.prototype.getEditedCellsLayerClass).call.apply(_Handsontable$editors26, [this.$data.hotCustomEditorInstance].concat(args));
1368
+ return (_Handsontable$editors24 = Handsontable__default["default"].editors.BaseEditor.prototype.getEditedCellsLayerClass).call.apply(_Handsontable$editors24, [this.$data.hotCustomEditorInstance].concat(args));
1369
1369
  }
1370
1370
  }]);
1371
1371
  }(Vue__default["default"]);
@@ -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:57 GMT+0200 (Central European Summer Time))
28
+ * Version: 16.0.0-next-98c6ac7-20250707 (built at Mon Jul 07 2025 08:42:56 GMT+0000 (Coordinated Universal Time))
29
29
  */
30
30
  (function (global, factory) {
31
31
  typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('handsontable/base'), require('vue')) :
@@ -343,7 +343,7 @@ function simpleEqual(objectA, objectB) {
343
343
  }
344
344
  }
345
345
 
346
- var version="15.3.0";
346
+ var version="16.0.0-next-98c6ac7-20250707";
347
347
 
348
348
  var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
349
349
 
@@ -1233,74 +1233,74 @@ var BaseEditorComponent = /*#__PURE__*/function (_Vue) {
1233
1233
  }, {
1234
1234
  key: "finishEditing",
1235
1235
  value: function finishEditing() {
1236
- var _Handsontable$editors10;
1237
- for (var _len10 = arguments.length, args = new Array(_len10), _key10 = 0; _key10 < _len10; _key10++) {
1238
- args[_key10] = arguments[_key10];
1236
+ var _Handsontable$editors0;
1237
+ for (var _len0 = arguments.length, args = new Array(_len0), _key0 = 0; _key0 < _len0; _key0++) {
1238
+ args[_key0] = arguments[_key0];
1239
1239
  }
1240
- return (_Handsontable$editors10 = Handsontable__default["default"].editors.BaseEditor.prototype.finishEditing).call.apply(_Handsontable$editors10, [this.$data.hotCustomEditorInstance].concat(args));
1240
+ return (_Handsontable$editors0 = Handsontable__default["default"].editors.BaseEditor.prototype.finishEditing).call.apply(_Handsontable$editors0, [this.$data.hotCustomEditorInstance].concat(args));
1241
1241
  }
1242
1242
  }, {
1243
1243
  key: "focus",
1244
1244
  value: function focus() {
1245
- var _Handsontable$editors11;
1246
- for (var _len11 = arguments.length, args = new Array(_len11), _key11 = 0; _key11 < _len11; _key11++) {
1247
- args[_key11] = arguments[_key11];
1245
+ var _Handsontable$editors1;
1246
+ for (var _len1 = arguments.length, args = new Array(_len1), _key1 = 0; _key1 < _len1; _key1++) {
1247
+ args[_key1] = arguments[_key1];
1248
1248
  }
1249
- return (_Handsontable$editors11 = Handsontable__default["default"].editors.BaseEditor.prototype.focus).call.apply(_Handsontable$editors11, [this.$data.hotCustomEditorInstance].concat(args));
1249
+ return (_Handsontable$editors1 = Handsontable__default["default"].editors.BaseEditor.prototype.focus).call.apply(_Handsontable$editors1, [this.$data.hotCustomEditorInstance].concat(args));
1250
1250
  }
1251
1251
  }, {
1252
1252
  key: "getValue",
1253
1253
  value: function getValue() {
1254
- var _Handsontable$editors12;
1255
- for (var _len12 = arguments.length, args = new Array(_len12), _key12 = 0; _key12 < _len12; _key12++) {
1256
- args[_key12] = arguments[_key12];
1254
+ var _Handsontable$editors10;
1255
+ for (var _len10 = arguments.length, args = new Array(_len10), _key10 = 0; _key10 < _len10; _key10++) {
1256
+ args[_key10] = arguments[_key10];
1257
1257
  }
1258
- return (_Handsontable$editors12 = Handsontable__default["default"].editors.BaseEditor.prototype.getValue).call.apply(_Handsontable$editors12, [this.$data.hotCustomEditorInstance].concat(args));
1258
+ return (_Handsontable$editors10 = Handsontable__default["default"].editors.BaseEditor.prototype.getValue).call.apply(_Handsontable$editors10, [this.$data.hotCustomEditorInstance].concat(args));
1259
1259
  }
1260
1260
  }, {
1261
1261
  key: "init",
1262
1262
  value: function init() {
1263
- var _Handsontable$editors13;
1264
- for (var _len13 = arguments.length, args = new Array(_len13), _key13 = 0; _key13 < _len13; _key13++) {
1265
- args[_key13] = arguments[_key13];
1263
+ var _Handsontable$editors11;
1264
+ for (var _len11 = arguments.length, args = new Array(_len11), _key11 = 0; _key11 < _len11; _key11++) {
1265
+ args[_key11] = arguments[_key11];
1266
1266
  }
1267
- return (_Handsontable$editors13 = Handsontable__default["default"].editors.BaseEditor.prototype.init).call.apply(_Handsontable$editors13, [this.$data.hotCustomEditorInstance].concat(args));
1267
+ return (_Handsontable$editors11 = Handsontable__default["default"].editors.BaseEditor.prototype.init).call.apply(_Handsontable$editors11, [this.$data.hotCustomEditorInstance].concat(args));
1268
1268
  }
1269
1269
  }, {
1270
1270
  key: "isInFullEditMode",
1271
1271
  value: function isInFullEditMode() {
1272
- var _Handsontable$editors14;
1273
- for (var _len14 = arguments.length, args = new Array(_len14), _key14 = 0; _key14 < _len14; _key14++) {
1274
- args[_key14] = arguments[_key14];
1272
+ var _Handsontable$editors12;
1273
+ for (var _len12 = arguments.length, args = new Array(_len12), _key12 = 0; _key12 < _len12; _key12++) {
1274
+ args[_key12] = arguments[_key12];
1275
1275
  }
1276
- return (_Handsontable$editors14 = Handsontable__default["default"].editors.BaseEditor.prototype.isInFullEditMode).call.apply(_Handsontable$editors14, [this.$data.hotCustomEditorInstance].concat(args));
1276
+ return (_Handsontable$editors12 = Handsontable__default["default"].editors.BaseEditor.prototype.isInFullEditMode).call.apply(_Handsontable$editors12, [this.$data.hotCustomEditorInstance].concat(args));
1277
1277
  }
1278
1278
  }, {
1279
1279
  key: "isOpened",
1280
1280
  value: function isOpened() {
1281
- var _Handsontable$editors15;
1282
- for (var _len15 = arguments.length, args = new Array(_len15), _key15 = 0; _key15 < _len15; _key15++) {
1283
- args[_key15] = arguments[_key15];
1281
+ var _Handsontable$editors13;
1282
+ for (var _len13 = arguments.length, args = new Array(_len13), _key13 = 0; _key13 < _len13; _key13++) {
1283
+ args[_key13] = arguments[_key13];
1284
1284
  }
1285
- return (_Handsontable$editors15 = Handsontable__default["default"].editors.BaseEditor.prototype.isOpened).call.apply(_Handsontable$editors15, [this.$data.hotCustomEditorInstance].concat(args));
1285
+ return (_Handsontable$editors13 = Handsontable__default["default"].editors.BaseEditor.prototype.isOpened).call.apply(_Handsontable$editors13, [this.$data.hotCustomEditorInstance].concat(args));
1286
1286
  }
1287
1287
  }, {
1288
1288
  key: "isWaiting",
1289
1289
  value: function isWaiting() {
1290
- var _Handsontable$editors16;
1291
- for (var _len16 = arguments.length, args = new Array(_len16), _key16 = 0; _key16 < _len16; _key16++) {
1292
- args[_key16] = arguments[_key16];
1290
+ var _Handsontable$editors14;
1291
+ for (var _len14 = arguments.length, args = new Array(_len14), _key14 = 0; _key14 < _len14; _key14++) {
1292
+ args[_key14] = arguments[_key14];
1293
1293
  }
1294
- return (_Handsontable$editors16 = Handsontable__default["default"].editors.BaseEditor.prototype.isWaiting).call.apply(_Handsontable$editors16, [this.$data.hotCustomEditorInstance].concat(args));
1294
+ return (_Handsontable$editors14 = Handsontable__default["default"].editors.BaseEditor.prototype.isWaiting).call.apply(_Handsontable$editors14, [this.$data.hotCustomEditorInstance].concat(args));
1295
1295
  }
1296
1296
  }, {
1297
1297
  key: "open",
1298
1298
  value: function open() {
1299
- var _Handsontable$editors17;
1300
- for (var _len17 = arguments.length, args = new Array(_len17), _key17 = 0; _key17 < _len17; _key17++) {
1301
- args[_key17] = arguments[_key17];
1299
+ var _Handsontable$editors15;
1300
+ for (var _len15 = arguments.length, args = new Array(_len15), _key15 = 0; _key15 < _len15; _key15++) {
1301
+ args[_key15] = arguments[_key15];
1302
1302
  }
1303
- return (_Handsontable$editors17 = Handsontable__default["default"].editors.BaseEditor.prototype.open).call.apply(_Handsontable$editors17, [this.$data.hotCustomEditorInstance].concat(args));
1303
+ return (_Handsontable$editors15 = Handsontable__default["default"].editors.BaseEditor.prototype.open).call.apply(_Handsontable$editors15, [this.$data.hotCustomEditorInstance].concat(args));
1304
1304
  }
1305
1305
  }, {
1306
1306
  key: "prepare",
@@ -1317,83 +1317,83 @@ var BaseEditorComponent = /*#__PURE__*/function (_Vue) {
1317
1317
  }, {
1318
1318
  key: "saveValue",
1319
1319
  value: function saveValue() {
1320
- var _Handsontable$editors18;
1321
- for (var _len18 = arguments.length, args = new Array(_len18), _key18 = 0; _key18 < _len18; _key18++) {
1322
- args[_key18] = arguments[_key18];
1320
+ var _Handsontable$editors16;
1321
+ for (var _len16 = arguments.length, args = new Array(_len16), _key16 = 0; _key16 < _len16; _key16++) {
1322
+ args[_key16] = arguments[_key16];
1323
1323
  }
1324
- return (_Handsontable$editors18 = Handsontable__default["default"].editors.BaseEditor.prototype.saveValue).call.apply(_Handsontable$editors18, [this.$data.hotCustomEditorInstance].concat(args));
1324
+ return (_Handsontable$editors16 = Handsontable__default["default"].editors.BaseEditor.prototype.saveValue).call.apply(_Handsontable$editors16, [this.$data.hotCustomEditorInstance].concat(args));
1325
1325
  }
1326
1326
  }, {
1327
1327
  key: "setValue",
1328
1328
  value: function setValue() {
1329
- var _Handsontable$editors19;
1330
- for (var _len19 = arguments.length, args = new Array(_len19), _key19 = 0; _key19 < _len19; _key19++) {
1331
- args[_key19] = arguments[_key19];
1329
+ var _Handsontable$editors17;
1330
+ for (var _len17 = arguments.length, args = new Array(_len17), _key17 = 0; _key17 < _len17; _key17++) {
1331
+ args[_key17] = arguments[_key17];
1332
1332
  }
1333
- return (_Handsontable$editors19 = Handsontable__default["default"].editors.BaseEditor.prototype.setValue).call.apply(_Handsontable$editors19, [this.$data.hotCustomEditorInstance].concat(args));
1333
+ return (_Handsontable$editors17 = Handsontable__default["default"].editors.BaseEditor.prototype.setValue).call.apply(_Handsontable$editors17, [this.$data.hotCustomEditorInstance].concat(args));
1334
1334
  }
1335
1335
  }, {
1336
1336
  key: "addHook",
1337
1337
  value: function addHook() {
1338
- var _Handsontable$editors20;
1339
- for (var _len20 = arguments.length, args = new Array(_len20), _key20 = 0; _key20 < _len20; _key20++) {
1340
- args[_key20] = arguments[_key20];
1338
+ var _Handsontable$editors18;
1339
+ for (var _len18 = arguments.length, args = new Array(_len18), _key18 = 0; _key18 < _len18; _key18++) {
1340
+ args[_key18] = arguments[_key18];
1341
1341
  }
1342
- return (_Handsontable$editors20 = Handsontable__default["default"].editors.BaseEditor.prototype.addHook).call.apply(_Handsontable$editors20, [this.$data.hotCustomEditorInstance].concat(args));
1342
+ return (_Handsontable$editors18 = Handsontable__default["default"].editors.BaseEditor.prototype.addHook).call.apply(_Handsontable$editors18, [this.$data.hotCustomEditorInstance].concat(args));
1343
1343
  }
1344
1344
  }, {
1345
1345
  key: "removeHooksByKey",
1346
1346
  value: function removeHooksByKey() {
1347
- var _Handsontable$editors21;
1348
- for (var _len21 = arguments.length, args = new Array(_len21), _key21 = 0; _key21 < _len21; _key21++) {
1349
- args[_key21] = arguments[_key21];
1347
+ var _Handsontable$editors19;
1348
+ for (var _len19 = arguments.length, args = new Array(_len19), _key19 = 0; _key19 < _len19; _key19++) {
1349
+ args[_key19] = arguments[_key19];
1350
1350
  }
1351
- return (_Handsontable$editors21 = Handsontable__default["default"].editors.BaseEditor.prototype.removeHooksByKey).call.apply(_Handsontable$editors21, [this.$data.hotCustomEditorInstance].concat(args));
1351
+ return (_Handsontable$editors19 = Handsontable__default["default"].editors.BaseEditor.prototype.removeHooksByKey).call.apply(_Handsontable$editors19, [this.$data.hotCustomEditorInstance].concat(args));
1352
1352
  }
1353
1353
  }, {
1354
1354
  key: "clearHooks",
1355
1355
  value: function clearHooks() {
1356
- var _Handsontable$editors22;
1357
- for (var _len22 = arguments.length, args = new Array(_len22), _key22 = 0; _key22 < _len22; _key22++) {
1358
- args[_key22] = arguments[_key22];
1356
+ var _Handsontable$editors20;
1357
+ for (var _len20 = arguments.length, args = new Array(_len20), _key20 = 0; _key20 < _len20; _key20++) {
1358
+ args[_key20] = arguments[_key20];
1359
1359
  }
1360
- return (_Handsontable$editors22 = Handsontable__default["default"].editors.BaseEditor.prototype.clearHooks).call.apply(_Handsontable$editors22, [this.$data.hotCustomEditorInstance].concat(args));
1360
+ return (_Handsontable$editors20 = Handsontable__default["default"].editors.BaseEditor.prototype.clearHooks).call.apply(_Handsontable$editors20, [this.$data.hotCustomEditorInstance].concat(args));
1361
1361
  }
1362
1362
  }, {
1363
1363
  key: "getEditedCell",
1364
1364
  value: function getEditedCell() {
1365
- var _Handsontable$editors23;
1366
- for (var _len23 = arguments.length, args = new Array(_len23), _key23 = 0; _key23 < _len23; _key23++) {
1367
- args[_key23] = arguments[_key23];
1365
+ var _Handsontable$editors21;
1366
+ for (var _len21 = arguments.length, args = new Array(_len21), _key21 = 0; _key21 < _len21; _key21++) {
1367
+ args[_key21] = arguments[_key21];
1368
1368
  }
1369
- return (_Handsontable$editors23 = Handsontable__default["default"].editors.BaseEditor.prototype.getEditedCell).call.apply(_Handsontable$editors23, [this.$data.hotCustomEditorInstance].concat(args));
1369
+ return (_Handsontable$editors21 = Handsontable__default["default"].editors.BaseEditor.prototype.getEditedCell).call.apply(_Handsontable$editors21, [this.$data.hotCustomEditorInstance].concat(args));
1370
1370
  }
1371
1371
  }, {
1372
1372
  key: "getEditedCellRect",
1373
1373
  value: function getEditedCellRect() {
1374
- var _Handsontable$editors24;
1375
- for (var _len24 = arguments.length, args = new Array(_len24), _key24 = 0; _key24 < _len24; _key24++) {
1376
- args[_key24] = arguments[_key24];
1374
+ var _Handsontable$editors22;
1375
+ for (var _len22 = arguments.length, args = new Array(_len22), _key22 = 0; _key22 < _len22; _key22++) {
1376
+ args[_key22] = arguments[_key22];
1377
1377
  }
1378
- return (_Handsontable$editors24 = Handsontable__default["default"].editors.BaseEditor.prototype.getEditedCellRect).call.apply(_Handsontable$editors24, [this.$data.hotCustomEditorInstance].concat(args));
1378
+ return (_Handsontable$editors22 = Handsontable__default["default"].editors.BaseEditor.prototype.getEditedCellRect).call.apply(_Handsontable$editors22, [this.$data.hotCustomEditorInstance].concat(args));
1379
1379
  }
1380
1380
  }, {
1381
1381
  key: "getEditedCellsZIndex",
1382
1382
  value: function getEditedCellsZIndex() {
1383
- var _Handsontable$editors25;
1384
- for (var _len25 = arguments.length, args = new Array(_len25), _key25 = 0; _key25 < _len25; _key25++) {
1385
- args[_key25] = arguments[_key25];
1383
+ var _Handsontable$editors23;
1384
+ for (var _len23 = arguments.length, args = new Array(_len23), _key23 = 0; _key23 < _len23; _key23++) {
1385
+ args[_key23] = arguments[_key23];
1386
1386
  }
1387
- return (_Handsontable$editors25 = Handsontable__default["default"].editors.BaseEditor.prototype.getEditedCellsZIndex).call.apply(_Handsontable$editors25, [this.$data.hotCustomEditorInstance].concat(args));
1387
+ return (_Handsontable$editors23 = Handsontable__default["default"].editors.BaseEditor.prototype.getEditedCellsZIndex).call.apply(_Handsontable$editors23, [this.$data.hotCustomEditorInstance].concat(args));
1388
1388
  }
1389
1389
  }, {
1390
1390
  key: "getEditedCellsLayerClass",
1391
1391
  value: function getEditedCellsLayerClass() {
1392
- var _Handsontable$editors26;
1393
- for (var _len26 = arguments.length, args = new Array(_len26), _key26 = 0; _key26 < _len26; _key26++) {
1394
- args[_key26] = arguments[_key26];
1392
+ var _Handsontable$editors24;
1393
+ for (var _len24 = arguments.length, args = new Array(_len24), _key24 = 0; _key24 < _len24; _key24++) {
1394
+ args[_key24] = arguments[_key24];
1395
1395
  }
1396
- return (_Handsontable$editors26 = Handsontable__default["default"].editors.BaseEditor.prototype.getEditedCellsLayerClass).call.apply(_Handsontable$editors26, [this.$data.hotCustomEditorInstance].concat(args));
1396
+ return (_Handsontable$editors24 = Handsontable__default["default"].editors.BaseEditor.prototype.getEditedCellsLayerClass).call.apply(_Handsontable$editors24, [this.$data.hotCustomEditorInstance].concat(args));
1397
1397
  }
1398
1398
  }]);
1399
1399
  }(Vue__default["default"]);