@handsontable/vue 14.3.0-next-9e2cf62-20240410 → 14.3.0-next-0547d6b-20240411
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.
|
@@ -5,6 +5,11 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
5
5
|
var Handsontable = require('handsontable/base');
|
|
6
6
|
var Vue = require('vue');
|
|
7
7
|
|
|
8
|
+
function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
|
|
9
|
+
|
|
10
|
+
var Handsontable__default = /*#__PURE__*/_interopDefaultCompat(Handsontable);
|
|
11
|
+
var Vue__default = /*#__PURE__*/_interopDefaultCompat(Vue);
|
|
12
|
+
|
|
8
13
|
function _callSuper(t, o, e) {
|
|
9
14
|
return o = _getPrototypeOf(o), _possibleConstructorReturn(t, _isNativeReflectConstruct() ? Reflect.construct(o, e || [], _getPrototypeOf(t).constructor) : o.apply(t, e));
|
|
10
15
|
}
|
|
@@ -176,9 +181,9 @@ function preventInternalEditWatch(component) {
|
|
|
176
181
|
* @returns {Object}
|
|
177
182
|
*/
|
|
178
183
|
function propFactory(source) {
|
|
179
|
-
var registeredHooks =
|
|
184
|
+
var registeredHooks = Handsontable__default["default"].hooks.getRegistered();
|
|
180
185
|
var propSchema = {};
|
|
181
|
-
Object.assign(propSchema,
|
|
186
|
+
Object.assign(propSchema, Handsontable__default["default"].DefaultSettings);
|
|
182
187
|
for (var prop in propSchema) {
|
|
183
188
|
propSchema[prop] = {
|
|
184
189
|
"default": unassignedPropSymbol
|
|
@@ -336,7 +341,7 @@ function simpleEqual(objectA, objectB) {
|
|
|
336
341
|
}
|
|
337
342
|
}
|
|
338
343
|
|
|
339
|
-
var version="14.3.0-next-
|
|
344
|
+
var version="14.3.0-next-0547d6b-20240411";
|
|
340
345
|
|
|
341
346
|
var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
|
|
342
347
|
|
|
@@ -588,7 +593,7 @@ var HotTable = {
|
|
|
588
593
|
newSettings.renderer = this.getRendererWrapper(globalRendererVNode, this);
|
|
589
594
|
globalRendererVNode.child.$destroy();
|
|
590
595
|
}
|
|
591
|
-
this.hotInstance = new
|
|
596
|
+
this.hotInstance = new Handsontable__default["default"].Core(this.$el, newSettings);
|
|
592
597
|
this.hotInstance.init();
|
|
593
598
|
preventInternalEditWatch(this);
|
|
594
599
|
this.miscCache.currentSourceColumns = this.hotInstance.countSourceCols();
|
|
@@ -1103,7 +1108,7 @@ function componentFactory(Component) {
|
|
|
1103
1108
|
} // find super
|
|
1104
1109
|
|
|
1105
1110
|
var superProto = Object.getPrototypeOf(Component.prototype);
|
|
1106
|
-
var Super = superProto instanceof
|
|
1111
|
+
var Super = superProto instanceof Vue__default["default"] ? superProto.constructor : Vue__default["default"];
|
|
1107
1112
|
var Extended = Super.extend(options);
|
|
1108
1113
|
forwardStaticMembers(Extended, Component, Super);
|
|
1109
1114
|
if (reflectionIsSupported()) {
|
|
@@ -1212,9 +1217,9 @@ var BaseEditorComponent = /*#__PURE__*/function (_Vue) {
|
|
|
1212
1217
|
key: "close",
|
|
1213
1218
|
value: function close() {}
|
|
1214
1219
|
}]);
|
|
1215
|
-
}(
|
|
1220
|
+
}(Handsontable__default["default"].editors.BaseEditor);
|
|
1216
1221
|
// Fill with the rest of the BaseEditorComponent methods
|
|
1217
|
-
Object.getOwnPropertyNames(
|
|
1222
|
+
Object.getOwnPropertyNames(Handsontable__default["default"].editors.BaseEditor.prototype).forEach(function (propName) {
|
|
1218
1223
|
if (propName === 'constructor') {
|
|
1219
1224
|
return;
|
|
1220
1225
|
}
|
|
@@ -1237,7 +1242,7 @@ var BaseEditorComponent = /*#__PURE__*/function (_Vue) {
|
|
|
1237
1242
|
for (var _len2 = arguments.length, args = new Array(_len2), _key2 = 0; _key2 < _len2; _key2++) {
|
|
1238
1243
|
args[_key2] = arguments[_key2];
|
|
1239
1244
|
}
|
|
1240
|
-
(_Handsontable$editors2 =
|
|
1245
|
+
(_Handsontable$editors2 = Handsontable__default["default"].editors.BaseEditor.prototype._fireCallbacks).call.apply(_Handsontable$editors2, [this.$data.hotCustomEditorInstance].concat(args));
|
|
1241
1246
|
}
|
|
1242
1247
|
}, {
|
|
1243
1248
|
key: "beginEditing",
|
|
@@ -1246,7 +1251,7 @@ var BaseEditorComponent = /*#__PURE__*/function (_Vue) {
|
|
|
1246
1251
|
for (var _len3 = arguments.length, args = new Array(_len3), _key3 = 0; _key3 < _len3; _key3++) {
|
|
1247
1252
|
args[_key3] = arguments[_key3];
|
|
1248
1253
|
}
|
|
1249
|
-
return (_Handsontable$editors3 =
|
|
1254
|
+
return (_Handsontable$editors3 = Handsontable__default["default"].editors.BaseEditor.prototype.beginEditing).call.apply(_Handsontable$editors3, [this.$data.hotCustomEditorInstance].concat(args));
|
|
1250
1255
|
}
|
|
1251
1256
|
}, {
|
|
1252
1257
|
key: "cancelChanges",
|
|
@@ -1255,7 +1260,7 @@ var BaseEditorComponent = /*#__PURE__*/function (_Vue) {
|
|
|
1255
1260
|
for (var _len4 = arguments.length, args = new Array(_len4), _key4 = 0; _key4 < _len4; _key4++) {
|
|
1256
1261
|
args[_key4] = arguments[_key4];
|
|
1257
1262
|
}
|
|
1258
|
-
return (_Handsontable$editors4 =
|
|
1263
|
+
return (_Handsontable$editors4 = Handsontable__default["default"].editors.BaseEditor.prototype.cancelChanges).call.apply(_Handsontable$editors4, [this.$data.hotCustomEditorInstance].concat(args));
|
|
1259
1264
|
}
|
|
1260
1265
|
}, {
|
|
1261
1266
|
key: "checkEditorSection",
|
|
@@ -1264,7 +1269,7 @@ var BaseEditorComponent = /*#__PURE__*/function (_Vue) {
|
|
|
1264
1269
|
for (var _len5 = arguments.length, args = new Array(_len5), _key5 = 0; _key5 < _len5; _key5++) {
|
|
1265
1270
|
args[_key5] = arguments[_key5];
|
|
1266
1271
|
}
|
|
1267
|
-
return (_Handsontable$editors5 =
|
|
1272
|
+
return (_Handsontable$editors5 = Handsontable__default["default"].editors.BaseEditor.prototype.checkEditorSection).call.apply(_Handsontable$editors5, [this.$data.hotCustomEditorInstance].concat(args));
|
|
1268
1273
|
}
|
|
1269
1274
|
}, {
|
|
1270
1275
|
key: "close",
|
|
@@ -1273,7 +1278,7 @@ var BaseEditorComponent = /*#__PURE__*/function (_Vue) {
|
|
|
1273
1278
|
for (var _len6 = arguments.length, args = new Array(_len6), _key6 = 0; _key6 < _len6; _key6++) {
|
|
1274
1279
|
args[_key6] = arguments[_key6];
|
|
1275
1280
|
}
|
|
1276
|
-
return (_Handsontable$editors6 =
|
|
1281
|
+
return (_Handsontable$editors6 = Handsontable__default["default"].editors.BaseEditor.prototype.close).call.apply(_Handsontable$editors6, [this.$data.hotCustomEditorInstance].concat(args));
|
|
1277
1282
|
}
|
|
1278
1283
|
}, {
|
|
1279
1284
|
key: "discardEditor",
|
|
@@ -1282,7 +1287,7 @@ var BaseEditorComponent = /*#__PURE__*/function (_Vue) {
|
|
|
1282
1287
|
for (var _len7 = arguments.length, args = new Array(_len7), _key7 = 0; _key7 < _len7; _key7++) {
|
|
1283
1288
|
args[_key7] = arguments[_key7];
|
|
1284
1289
|
}
|
|
1285
|
-
return (_Handsontable$editors7 =
|
|
1290
|
+
return (_Handsontable$editors7 = Handsontable__default["default"].editors.BaseEditor.prototype.discardEditor).call.apply(_Handsontable$editors7, [this.$data.hotCustomEditorInstance].concat(args));
|
|
1286
1291
|
}
|
|
1287
1292
|
}, {
|
|
1288
1293
|
key: "enableFullEditMode",
|
|
@@ -1291,7 +1296,7 @@ var BaseEditorComponent = /*#__PURE__*/function (_Vue) {
|
|
|
1291
1296
|
for (var _len8 = arguments.length, args = new Array(_len8), _key8 = 0; _key8 < _len8; _key8++) {
|
|
1292
1297
|
args[_key8] = arguments[_key8];
|
|
1293
1298
|
}
|
|
1294
|
-
return (_Handsontable$editors8 =
|
|
1299
|
+
return (_Handsontable$editors8 = Handsontable__default["default"].editors.BaseEditor.prototype.enableFullEditMode).call.apply(_Handsontable$editors8, [this.$data.hotCustomEditorInstance].concat(args));
|
|
1295
1300
|
}
|
|
1296
1301
|
}, {
|
|
1297
1302
|
key: "extend",
|
|
@@ -1300,7 +1305,7 @@ var BaseEditorComponent = /*#__PURE__*/function (_Vue) {
|
|
|
1300
1305
|
for (var _len9 = arguments.length, args = new Array(_len9), _key9 = 0; _key9 < _len9; _key9++) {
|
|
1301
1306
|
args[_key9] = arguments[_key9];
|
|
1302
1307
|
}
|
|
1303
|
-
return (_Handsontable$editors9 =
|
|
1308
|
+
return (_Handsontable$editors9 = Handsontable__default["default"].editors.BaseEditor.prototype.extend).call.apply(_Handsontable$editors9, [this.$data.hotCustomEditorInstance].concat(args));
|
|
1304
1309
|
}
|
|
1305
1310
|
}, {
|
|
1306
1311
|
key: "finishEditing",
|
|
@@ -1309,7 +1314,7 @@ var BaseEditorComponent = /*#__PURE__*/function (_Vue) {
|
|
|
1309
1314
|
for (var _len10 = arguments.length, args = new Array(_len10), _key10 = 0; _key10 < _len10; _key10++) {
|
|
1310
1315
|
args[_key10] = arguments[_key10];
|
|
1311
1316
|
}
|
|
1312
|
-
return (_Handsontable$editors10 =
|
|
1317
|
+
return (_Handsontable$editors10 = Handsontable__default["default"].editors.BaseEditor.prototype.finishEditing).call.apply(_Handsontable$editors10, [this.$data.hotCustomEditorInstance].concat(args));
|
|
1313
1318
|
}
|
|
1314
1319
|
}, {
|
|
1315
1320
|
key: "focus",
|
|
@@ -1318,7 +1323,7 @@ var BaseEditorComponent = /*#__PURE__*/function (_Vue) {
|
|
|
1318
1323
|
for (var _len11 = arguments.length, args = new Array(_len11), _key11 = 0; _key11 < _len11; _key11++) {
|
|
1319
1324
|
args[_key11] = arguments[_key11];
|
|
1320
1325
|
}
|
|
1321
|
-
return (_Handsontable$editors11 =
|
|
1326
|
+
return (_Handsontable$editors11 = Handsontable__default["default"].editors.BaseEditor.prototype.focus).call.apply(_Handsontable$editors11, [this.$data.hotCustomEditorInstance].concat(args));
|
|
1322
1327
|
}
|
|
1323
1328
|
}, {
|
|
1324
1329
|
key: "getValue",
|
|
@@ -1327,7 +1332,7 @@ var BaseEditorComponent = /*#__PURE__*/function (_Vue) {
|
|
|
1327
1332
|
for (var _len12 = arguments.length, args = new Array(_len12), _key12 = 0; _key12 < _len12; _key12++) {
|
|
1328
1333
|
args[_key12] = arguments[_key12];
|
|
1329
1334
|
}
|
|
1330
|
-
return (_Handsontable$editors12 =
|
|
1335
|
+
return (_Handsontable$editors12 = Handsontable__default["default"].editors.BaseEditor.prototype.getValue).call.apply(_Handsontable$editors12, [this.$data.hotCustomEditorInstance].concat(args));
|
|
1331
1336
|
}
|
|
1332
1337
|
}, {
|
|
1333
1338
|
key: "init",
|
|
@@ -1336,7 +1341,7 @@ var BaseEditorComponent = /*#__PURE__*/function (_Vue) {
|
|
|
1336
1341
|
for (var _len13 = arguments.length, args = new Array(_len13), _key13 = 0; _key13 < _len13; _key13++) {
|
|
1337
1342
|
args[_key13] = arguments[_key13];
|
|
1338
1343
|
}
|
|
1339
|
-
return (_Handsontable$editors13 =
|
|
1344
|
+
return (_Handsontable$editors13 = Handsontable__default["default"].editors.BaseEditor.prototype.init).call.apply(_Handsontable$editors13, [this.$data.hotCustomEditorInstance].concat(args));
|
|
1340
1345
|
}
|
|
1341
1346
|
}, {
|
|
1342
1347
|
key: "isInFullEditMode",
|
|
@@ -1345,7 +1350,7 @@ var BaseEditorComponent = /*#__PURE__*/function (_Vue) {
|
|
|
1345
1350
|
for (var _len14 = arguments.length, args = new Array(_len14), _key14 = 0; _key14 < _len14; _key14++) {
|
|
1346
1351
|
args[_key14] = arguments[_key14];
|
|
1347
1352
|
}
|
|
1348
|
-
return (_Handsontable$editors14 =
|
|
1353
|
+
return (_Handsontable$editors14 = Handsontable__default["default"].editors.BaseEditor.prototype.isInFullEditMode).call.apply(_Handsontable$editors14, [this.$data.hotCustomEditorInstance].concat(args));
|
|
1349
1354
|
}
|
|
1350
1355
|
}, {
|
|
1351
1356
|
key: "isOpened",
|
|
@@ -1354,7 +1359,7 @@ var BaseEditorComponent = /*#__PURE__*/function (_Vue) {
|
|
|
1354
1359
|
for (var _len15 = arguments.length, args = new Array(_len15), _key15 = 0; _key15 < _len15; _key15++) {
|
|
1355
1360
|
args[_key15] = arguments[_key15];
|
|
1356
1361
|
}
|
|
1357
|
-
return (_Handsontable$editors15 =
|
|
1362
|
+
return (_Handsontable$editors15 = Handsontable__default["default"].editors.BaseEditor.prototype.isOpened).call.apply(_Handsontable$editors15, [this.$data.hotCustomEditorInstance].concat(args));
|
|
1358
1363
|
}
|
|
1359
1364
|
}, {
|
|
1360
1365
|
key: "isWaiting",
|
|
@@ -1363,7 +1368,7 @@ var BaseEditorComponent = /*#__PURE__*/function (_Vue) {
|
|
|
1363
1368
|
for (var _len16 = arguments.length, args = new Array(_len16), _key16 = 0; _key16 < _len16; _key16++) {
|
|
1364
1369
|
args[_key16] = arguments[_key16];
|
|
1365
1370
|
}
|
|
1366
|
-
return (_Handsontable$editors16 =
|
|
1371
|
+
return (_Handsontable$editors16 = Handsontable__default["default"].editors.BaseEditor.prototype.isWaiting).call.apply(_Handsontable$editors16, [this.$data.hotCustomEditorInstance].concat(args));
|
|
1367
1372
|
}
|
|
1368
1373
|
}, {
|
|
1369
1374
|
key: "open",
|
|
@@ -1372,7 +1377,7 @@ var BaseEditorComponent = /*#__PURE__*/function (_Vue) {
|
|
|
1372
1377
|
for (var _len17 = arguments.length, args = new Array(_len17), _key17 = 0; _key17 < _len17; _key17++) {
|
|
1373
1378
|
args[_key17] = arguments[_key17];
|
|
1374
1379
|
}
|
|
1375
|
-
return (_Handsontable$editors17 =
|
|
1380
|
+
return (_Handsontable$editors17 = Handsontable__default["default"].editors.BaseEditor.prototype.open).call.apply(_Handsontable$editors17, [this.$data.hotCustomEditorInstance].concat(args));
|
|
1376
1381
|
}
|
|
1377
1382
|
}, {
|
|
1378
1383
|
key: "prepare",
|
|
@@ -1384,7 +1389,7 @@ var BaseEditorComponent = /*#__PURE__*/function (_Vue) {
|
|
|
1384
1389
|
this.$data.TD = TD;
|
|
1385
1390
|
this.$data.originalValue = originalValue;
|
|
1386
1391
|
this.$data.cellProperties = cellProperties;
|
|
1387
|
-
return
|
|
1392
|
+
return Handsontable__default["default"].editors.BaseEditor.prototype.prepare.call(this.$data.hotCustomEditorInstance, row, col, prop, TD, originalValue, cellProperties);
|
|
1388
1393
|
}
|
|
1389
1394
|
}, {
|
|
1390
1395
|
key: "saveValue",
|
|
@@ -1393,7 +1398,7 @@ var BaseEditorComponent = /*#__PURE__*/function (_Vue) {
|
|
|
1393
1398
|
for (var _len18 = arguments.length, args = new Array(_len18), _key18 = 0; _key18 < _len18; _key18++) {
|
|
1394
1399
|
args[_key18] = arguments[_key18];
|
|
1395
1400
|
}
|
|
1396
|
-
return (_Handsontable$editors18 =
|
|
1401
|
+
return (_Handsontable$editors18 = Handsontable__default["default"].editors.BaseEditor.prototype.saveValue).call.apply(_Handsontable$editors18, [this.$data.hotCustomEditorInstance].concat(args));
|
|
1397
1402
|
}
|
|
1398
1403
|
}, {
|
|
1399
1404
|
key: "setValue",
|
|
@@ -1402,7 +1407,7 @@ var BaseEditorComponent = /*#__PURE__*/function (_Vue) {
|
|
|
1402
1407
|
for (var _len19 = arguments.length, args = new Array(_len19), _key19 = 0; _key19 < _len19; _key19++) {
|
|
1403
1408
|
args[_key19] = arguments[_key19];
|
|
1404
1409
|
}
|
|
1405
|
-
return (_Handsontable$editors19 =
|
|
1410
|
+
return (_Handsontable$editors19 = Handsontable__default["default"].editors.BaseEditor.prototype.setValue).call.apply(_Handsontable$editors19, [this.$data.hotCustomEditorInstance].concat(args));
|
|
1406
1411
|
}
|
|
1407
1412
|
}, {
|
|
1408
1413
|
key: "addHook",
|
|
@@ -1411,7 +1416,7 @@ var BaseEditorComponent = /*#__PURE__*/function (_Vue) {
|
|
|
1411
1416
|
for (var _len20 = arguments.length, args = new Array(_len20), _key20 = 0; _key20 < _len20; _key20++) {
|
|
1412
1417
|
args[_key20] = arguments[_key20];
|
|
1413
1418
|
}
|
|
1414
|
-
return (_Handsontable$editors20 =
|
|
1419
|
+
return (_Handsontable$editors20 = Handsontable__default["default"].editors.BaseEditor.prototype.addHook).call.apply(_Handsontable$editors20, [this.$data.hotCustomEditorInstance].concat(args));
|
|
1415
1420
|
}
|
|
1416
1421
|
}, {
|
|
1417
1422
|
key: "removeHooksByKey",
|
|
@@ -1420,7 +1425,7 @@ var BaseEditorComponent = /*#__PURE__*/function (_Vue) {
|
|
|
1420
1425
|
for (var _len21 = arguments.length, args = new Array(_len21), _key21 = 0; _key21 < _len21; _key21++) {
|
|
1421
1426
|
args[_key21] = arguments[_key21];
|
|
1422
1427
|
}
|
|
1423
|
-
return (_Handsontable$editors21 =
|
|
1428
|
+
return (_Handsontable$editors21 = Handsontable__default["default"].editors.BaseEditor.prototype.removeHooksByKey).call.apply(_Handsontable$editors21, [this.$data.hotCustomEditorInstance].concat(args));
|
|
1424
1429
|
}
|
|
1425
1430
|
}, {
|
|
1426
1431
|
key: "clearHooks",
|
|
@@ -1429,7 +1434,7 @@ var BaseEditorComponent = /*#__PURE__*/function (_Vue) {
|
|
|
1429
1434
|
for (var _len22 = arguments.length, args = new Array(_len22), _key22 = 0; _key22 < _len22; _key22++) {
|
|
1430
1435
|
args[_key22] = arguments[_key22];
|
|
1431
1436
|
}
|
|
1432
|
-
return (_Handsontable$editors22 =
|
|
1437
|
+
return (_Handsontable$editors22 = Handsontable__default["default"].editors.BaseEditor.prototype.clearHooks).call.apply(_Handsontable$editors22, [this.$data.hotCustomEditorInstance].concat(args));
|
|
1433
1438
|
}
|
|
1434
1439
|
}, {
|
|
1435
1440
|
key: "getEditedCell",
|
|
@@ -1438,7 +1443,7 @@ var BaseEditorComponent = /*#__PURE__*/function (_Vue) {
|
|
|
1438
1443
|
for (var _len23 = arguments.length, args = new Array(_len23), _key23 = 0; _key23 < _len23; _key23++) {
|
|
1439
1444
|
args[_key23] = arguments[_key23];
|
|
1440
1445
|
}
|
|
1441
|
-
return (_Handsontable$editors23 =
|
|
1446
|
+
return (_Handsontable$editors23 = Handsontable__default["default"].editors.BaseEditor.prototype.getEditedCell).call.apply(_Handsontable$editors23, [this.$data.hotCustomEditorInstance].concat(args));
|
|
1442
1447
|
}
|
|
1443
1448
|
}, {
|
|
1444
1449
|
key: "getEditedCellRect",
|
|
@@ -1447,7 +1452,7 @@ var BaseEditorComponent = /*#__PURE__*/function (_Vue) {
|
|
|
1447
1452
|
for (var _len24 = arguments.length, args = new Array(_len24), _key24 = 0; _key24 < _len24; _key24++) {
|
|
1448
1453
|
args[_key24] = arguments[_key24];
|
|
1449
1454
|
}
|
|
1450
|
-
return (_Handsontable$editors24 =
|
|
1455
|
+
return (_Handsontable$editors24 = Handsontable__default["default"].editors.BaseEditor.prototype.getEditedCellRect).call.apply(_Handsontable$editors24, [this.$data.hotCustomEditorInstance].concat(args));
|
|
1451
1456
|
}
|
|
1452
1457
|
}, {
|
|
1453
1458
|
key: "getEditedCellsZIndex",
|
|
@@ -1456,7 +1461,7 @@ var BaseEditorComponent = /*#__PURE__*/function (_Vue) {
|
|
|
1456
1461
|
for (var _len25 = arguments.length, args = new Array(_len25), _key25 = 0; _key25 < _len25; _key25++) {
|
|
1457
1462
|
args[_key25] = arguments[_key25];
|
|
1458
1463
|
}
|
|
1459
|
-
return (_Handsontable$editors25 =
|
|
1464
|
+
return (_Handsontable$editors25 = Handsontable__default["default"].editors.BaseEditor.prototype.getEditedCellsZIndex).call.apply(_Handsontable$editors25, [this.$data.hotCustomEditorInstance].concat(args));
|
|
1460
1465
|
}
|
|
1461
1466
|
}, {
|
|
1462
1467
|
key: "getEditedCellsLayerClass",
|
|
@@ -1465,10 +1470,10 @@ var BaseEditorComponent = /*#__PURE__*/function (_Vue) {
|
|
|
1465
1470
|
for (var _len26 = arguments.length, args = new Array(_len26), _key26 = 0; _key26 < _len26; _key26++) {
|
|
1466
1471
|
args[_key26] = arguments[_key26];
|
|
1467
1472
|
}
|
|
1468
|
-
return (_Handsontable$editors26 =
|
|
1473
|
+
return (_Handsontable$editors26 = Handsontable__default["default"].editors.BaseEditor.prototype.getEditedCellsLayerClass).call.apply(_Handsontable$editors26, [this.$data.hotCustomEditorInstance].concat(args));
|
|
1469
1474
|
}
|
|
1470
1475
|
}]);
|
|
1471
|
-
}(
|
|
1476
|
+
}(Vue__default["default"]);
|
|
1472
1477
|
BaseEditorComponent = __decorate([Component({})], BaseEditorComponent);
|
|
1473
1478
|
var script = BaseEditorComponent;
|
|
1474
1479
|
|
|
@@ -1496,4 +1501,4 @@ var __vue_component__ = /*#__PURE__*/normalizeComponent({}, __vue_inject_styles_
|
|
|
1496
1501
|
exports.BaseEditorComponent = __vue_component__;
|
|
1497
1502
|
exports.HotColumn = __vue_component__$1;
|
|
1498
1503
|
exports.HotTable = __vue_component__$2;
|
|
1499
|
-
exports
|
|
1504
|
+
exports["default"] = __vue_component__$2;
|
package/dist/vue-handsontable.js
CHANGED
|
@@ -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: 14.3.0-next-
|
|
28
|
+
* Version: 14.3.0-next-0547d6b-20240411 (built at Thu Apr 11 2024 11:21:53 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')) :
|
|
@@ -33,6 +33,11 @@ typeof define === 'function' && define.amd ? define(['exports', 'handsontable/ba
|
|
|
33
33
|
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global.Handsontable = global.Handsontable || {}, global.Handsontable.vue = {}), global.Handsontable, global.Vue));
|
|
34
34
|
})(this, (function (exports, Handsontable, Vue) { 'use strict';
|
|
35
35
|
|
|
36
|
+
function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
|
|
37
|
+
|
|
38
|
+
var Handsontable__default = /*#__PURE__*/_interopDefaultCompat(Handsontable);
|
|
39
|
+
var Vue__default = /*#__PURE__*/_interopDefaultCompat(Vue);
|
|
40
|
+
|
|
36
41
|
function _callSuper(t, o, e) {
|
|
37
42
|
return o = _getPrototypeOf(o), _possibleConstructorReturn(t, _isNativeReflectConstruct() ? Reflect.construct(o, e || [], _getPrototypeOf(t).constructor) : o.apply(t, e));
|
|
38
43
|
}
|
|
@@ -204,9 +209,9 @@ function preventInternalEditWatch(component) {
|
|
|
204
209
|
* @returns {Object}
|
|
205
210
|
*/
|
|
206
211
|
function propFactory(source) {
|
|
207
|
-
var registeredHooks =
|
|
212
|
+
var registeredHooks = Handsontable__default["default"].hooks.getRegistered();
|
|
208
213
|
var propSchema = {};
|
|
209
|
-
Object.assign(propSchema,
|
|
214
|
+
Object.assign(propSchema, Handsontable__default["default"].DefaultSettings);
|
|
210
215
|
for (var prop in propSchema) {
|
|
211
216
|
propSchema[prop] = {
|
|
212
217
|
"default": unassignedPropSymbol
|
|
@@ -364,7 +369,7 @@ function simpleEqual(objectA, objectB) {
|
|
|
364
369
|
}
|
|
365
370
|
}
|
|
366
371
|
|
|
367
|
-
var version="14.3.0-next-
|
|
372
|
+
var version="14.3.0-next-0547d6b-20240411";
|
|
368
373
|
|
|
369
374
|
var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
|
|
370
375
|
|
|
@@ -616,7 +621,7 @@ var HotTable = {
|
|
|
616
621
|
newSettings.renderer = this.getRendererWrapper(globalRendererVNode, this);
|
|
617
622
|
globalRendererVNode.child.$destroy();
|
|
618
623
|
}
|
|
619
|
-
this.hotInstance = new
|
|
624
|
+
this.hotInstance = new Handsontable__default["default"].Core(this.$el, newSettings);
|
|
620
625
|
this.hotInstance.init();
|
|
621
626
|
preventInternalEditWatch(this);
|
|
622
627
|
this.miscCache.currentSourceColumns = this.hotInstance.countSourceCols();
|
|
@@ -1131,7 +1136,7 @@ function componentFactory(Component) {
|
|
|
1131
1136
|
} // find super
|
|
1132
1137
|
|
|
1133
1138
|
var superProto = Object.getPrototypeOf(Component.prototype);
|
|
1134
|
-
var Super = superProto instanceof
|
|
1139
|
+
var Super = superProto instanceof Vue__default["default"] ? superProto.constructor : Vue__default["default"];
|
|
1135
1140
|
var Extended = Super.extend(options);
|
|
1136
1141
|
forwardStaticMembers(Extended, Component, Super);
|
|
1137
1142
|
if (reflectionIsSupported()) {
|
|
@@ -1240,9 +1245,9 @@ var BaseEditorComponent = /*#__PURE__*/function (_Vue) {
|
|
|
1240
1245
|
key: "close",
|
|
1241
1246
|
value: function close() {}
|
|
1242
1247
|
}]);
|
|
1243
|
-
}(
|
|
1248
|
+
}(Handsontable__default["default"].editors.BaseEditor);
|
|
1244
1249
|
// Fill with the rest of the BaseEditorComponent methods
|
|
1245
|
-
Object.getOwnPropertyNames(
|
|
1250
|
+
Object.getOwnPropertyNames(Handsontable__default["default"].editors.BaseEditor.prototype).forEach(function (propName) {
|
|
1246
1251
|
if (propName === 'constructor') {
|
|
1247
1252
|
return;
|
|
1248
1253
|
}
|
|
@@ -1265,7 +1270,7 @@ var BaseEditorComponent = /*#__PURE__*/function (_Vue) {
|
|
|
1265
1270
|
for (var _len2 = arguments.length, args = new Array(_len2), _key2 = 0; _key2 < _len2; _key2++) {
|
|
1266
1271
|
args[_key2] = arguments[_key2];
|
|
1267
1272
|
}
|
|
1268
|
-
(_Handsontable$editors2 =
|
|
1273
|
+
(_Handsontable$editors2 = Handsontable__default["default"].editors.BaseEditor.prototype._fireCallbacks).call.apply(_Handsontable$editors2, [this.$data.hotCustomEditorInstance].concat(args));
|
|
1269
1274
|
}
|
|
1270
1275
|
}, {
|
|
1271
1276
|
key: "beginEditing",
|
|
@@ -1274,7 +1279,7 @@ var BaseEditorComponent = /*#__PURE__*/function (_Vue) {
|
|
|
1274
1279
|
for (var _len3 = arguments.length, args = new Array(_len3), _key3 = 0; _key3 < _len3; _key3++) {
|
|
1275
1280
|
args[_key3] = arguments[_key3];
|
|
1276
1281
|
}
|
|
1277
|
-
return (_Handsontable$editors3 =
|
|
1282
|
+
return (_Handsontable$editors3 = Handsontable__default["default"].editors.BaseEditor.prototype.beginEditing).call.apply(_Handsontable$editors3, [this.$data.hotCustomEditorInstance].concat(args));
|
|
1278
1283
|
}
|
|
1279
1284
|
}, {
|
|
1280
1285
|
key: "cancelChanges",
|
|
@@ -1283,7 +1288,7 @@ var BaseEditorComponent = /*#__PURE__*/function (_Vue) {
|
|
|
1283
1288
|
for (var _len4 = arguments.length, args = new Array(_len4), _key4 = 0; _key4 < _len4; _key4++) {
|
|
1284
1289
|
args[_key4] = arguments[_key4];
|
|
1285
1290
|
}
|
|
1286
|
-
return (_Handsontable$editors4 =
|
|
1291
|
+
return (_Handsontable$editors4 = Handsontable__default["default"].editors.BaseEditor.prototype.cancelChanges).call.apply(_Handsontable$editors4, [this.$data.hotCustomEditorInstance].concat(args));
|
|
1287
1292
|
}
|
|
1288
1293
|
}, {
|
|
1289
1294
|
key: "checkEditorSection",
|
|
@@ -1292,7 +1297,7 @@ var BaseEditorComponent = /*#__PURE__*/function (_Vue) {
|
|
|
1292
1297
|
for (var _len5 = arguments.length, args = new Array(_len5), _key5 = 0; _key5 < _len5; _key5++) {
|
|
1293
1298
|
args[_key5] = arguments[_key5];
|
|
1294
1299
|
}
|
|
1295
|
-
return (_Handsontable$editors5 =
|
|
1300
|
+
return (_Handsontable$editors5 = Handsontable__default["default"].editors.BaseEditor.prototype.checkEditorSection).call.apply(_Handsontable$editors5, [this.$data.hotCustomEditorInstance].concat(args));
|
|
1296
1301
|
}
|
|
1297
1302
|
}, {
|
|
1298
1303
|
key: "close",
|
|
@@ -1301,7 +1306,7 @@ var BaseEditorComponent = /*#__PURE__*/function (_Vue) {
|
|
|
1301
1306
|
for (var _len6 = arguments.length, args = new Array(_len6), _key6 = 0; _key6 < _len6; _key6++) {
|
|
1302
1307
|
args[_key6] = arguments[_key6];
|
|
1303
1308
|
}
|
|
1304
|
-
return (_Handsontable$editors6 =
|
|
1309
|
+
return (_Handsontable$editors6 = Handsontable__default["default"].editors.BaseEditor.prototype.close).call.apply(_Handsontable$editors6, [this.$data.hotCustomEditorInstance].concat(args));
|
|
1305
1310
|
}
|
|
1306
1311
|
}, {
|
|
1307
1312
|
key: "discardEditor",
|
|
@@ -1310,7 +1315,7 @@ var BaseEditorComponent = /*#__PURE__*/function (_Vue) {
|
|
|
1310
1315
|
for (var _len7 = arguments.length, args = new Array(_len7), _key7 = 0; _key7 < _len7; _key7++) {
|
|
1311
1316
|
args[_key7] = arguments[_key7];
|
|
1312
1317
|
}
|
|
1313
|
-
return (_Handsontable$editors7 =
|
|
1318
|
+
return (_Handsontable$editors7 = Handsontable__default["default"].editors.BaseEditor.prototype.discardEditor).call.apply(_Handsontable$editors7, [this.$data.hotCustomEditorInstance].concat(args));
|
|
1314
1319
|
}
|
|
1315
1320
|
}, {
|
|
1316
1321
|
key: "enableFullEditMode",
|
|
@@ -1319,7 +1324,7 @@ var BaseEditorComponent = /*#__PURE__*/function (_Vue) {
|
|
|
1319
1324
|
for (var _len8 = arguments.length, args = new Array(_len8), _key8 = 0; _key8 < _len8; _key8++) {
|
|
1320
1325
|
args[_key8] = arguments[_key8];
|
|
1321
1326
|
}
|
|
1322
|
-
return (_Handsontable$editors8 =
|
|
1327
|
+
return (_Handsontable$editors8 = Handsontable__default["default"].editors.BaseEditor.prototype.enableFullEditMode).call.apply(_Handsontable$editors8, [this.$data.hotCustomEditorInstance].concat(args));
|
|
1323
1328
|
}
|
|
1324
1329
|
}, {
|
|
1325
1330
|
key: "extend",
|
|
@@ -1328,7 +1333,7 @@ var BaseEditorComponent = /*#__PURE__*/function (_Vue) {
|
|
|
1328
1333
|
for (var _len9 = arguments.length, args = new Array(_len9), _key9 = 0; _key9 < _len9; _key9++) {
|
|
1329
1334
|
args[_key9] = arguments[_key9];
|
|
1330
1335
|
}
|
|
1331
|
-
return (_Handsontable$editors9 =
|
|
1336
|
+
return (_Handsontable$editors9 = Handsontable__default["default"].editors.BaseEditor.prototype.extend).call.apply(_Handsontable$editors9, [this.$data.hotCustomEditorInstance].concat(args));
|
|
1332
1337
|
}
|
|
1333
1338
|
}, {
|
|
1334
1339
|
key: "finishEditing",
|
|
@@ -1337,7 +1342,7 @@ var BaseEditorComponent = /*#__PURE__*/function (_Vue) {
|
|
|
1337
1342
|
for (var _len10 = arguments.length, args = new Array(_len10), _key10 = 0; _key10 < _len10; _key10++) {
|
|
1338
1343
|
args[_key10] = arguments[_key10];
|
|
1339
1344
|
}
|
|
1340
|
-
return (_Handsontable$editors10 =
|
|
1345
|
+
return (_Handsontable$editors10 = Handsontable__default["default"].editors.BaseEditor.prototype.finishEditing).call.apply(_Handsontable$editors10, [this.$data.hotCustomEditorInstance].concat(args));
|
|
1341
1346
|
}
|
|
1342
1347
|
}, {
|
|
1343
1348
|
key: "focus",
|
|
@@ -1346,7 +1351,7 @@ var BaseEditorComponent = /*#__PURE__*/function (_Vue) {
|
|
|
1346
1351
|
for (var _len11 = arguments.length, args = new Array(_len11), _key11 = 0; _key11 < _len11; _key11++) {
|
|
1347
1352
|
args[_key11] = arguments[_key11];
|
|
1348
1353
|
}
|
|
1349
|
-
return (_Handsontable$editors11 =
|
|
1354
|
+
return (_Handsontable$editors11 = Handsontable__default["default"].editors.BaseEditor.prototype.focus).call.apply(_Handsontable$editors11, [this.$data.hotCustomEditorInstance].concat(args));
|
|
1350
1355
|
}
|
|
1351
1356
|
}, {
|
|
1352
1357
|
key: "getValue",
|
|
@@ -1355,7 +1360,7 @@ var BaseEditorComponent = /*#__PURE__*/function (_Vue) {
|
|
|
1355
1360
|
for (var _len12 = arguments.length, args = new Array(_len12), _key12 = 0; _key12 < _len12; _key12++) {
|
|
1356
1361
|
args[_key12] = arguments[_key12];
|
|
1357
1362
|
}
|
|
1358
|
-
return (_Handsontable$editors12 =
|
|
1363
|
+
return (_Handsontable$editors12 = Handsontable__default["default"].editors.BaseEditor.prototype.getValue).call.apply(_Handsontable$editors12, [this.$data.hotCustomEditorInstance].concat(args));
|
|
1359
1364
|
}
|
|
1360
1365
|
}, {
|
|
1361
1366
|
key: "init",
|
|
@@ -1364,7 +1369,7 @@ var BaseEditorComponent = /*#__PURE__*/function (_Vue) {
|
|
|
1364
1369
|
for (var _len13 = arguments.length, args = new Array(_len13), _key13 = 0; _key13 < _len13; _key13++) {
|
|
1365
1370
|
args[_key13] = arguments[_key13];
|
|
1366
1371
|
}
|
|
1367
|
-
return (_Handsontable$editors13 =
|
|
1372
|
+
return (_Handsontable$editors13 = Handsontable__default["default"].editors.BaseEditor.prototype.init).call.apply(_Handsontable$editors13, [this.$data.hotCustomEditorInstance].concat(args));
|
|
1368
1373
|
}
|
|
1369
1374
|
}, {
|
|
1370
1375
|
key: "isInFullEditMode",
|
|
@@ -1373,7 +1378,7 @@ var BaseEditorComponent = /*#__PURE__*/function (_Vue) {
|
|
|
1373
1378
|
for (var _len14 = arguments.length, args = new Array(_len14), _key14 = 0; _key14 < _len14; _key14++) {
|
|
1374
1379
|
args[_key14] = arguments[_key14];
|
|
1375
1380
|
}
|
|
1376
|
-
return (_Handsontable$editors14 =
|
|
1381
|
+
return (_Handsontable$editors14 = Handsontable__default["default"].editors.BaseEditor.prototype.isInFullEditMode).call.apply(_Handsontable$editors14, [this.$data.hotCustomEditorInstance].concat(args));
|
|
1377
1382
|
}
|
|
1378
1383
|
}, {
|
|
1379
1384
|
key: "isOpened",
|
|
@@ -1382,7 +1387,7 @@ var BaseEditorComponent = /*#__PURE__*/function (_Vue) {
|
|
|
1382
1387
|
for (var _len15 = arguments.length, args = new Array(_len15), _key15 = 0; _key15 < _len15; _key15++) {
|
|
1383
1388
|
args[_key15] = arguments[_key15];
|
|
1384
1389
|
}
|
|
1385
|
-
return (_Handsontable$editors15 =
|
|
1390
|
+
return (_Handsontable$editors15 = Handsontable__default["default"].editors.BaseEditor.prototype.isOpened).call.apply(_Handsontable$editors15, [this.$data.hotCustomEditorInstance].concat(args));
|
|
1386
1391
|
}
|
|
1387
1392
|
}, {
|
|
1388
1393
|
key: "isWaiting",
|
|
@@ -1391,7 +1396,7 @@ var BaseEditorComponent = /*#__PURE__*/function (_Vue) {
|
|
|
1391
1396
|
for (var _len16 = arguments.length, args = new Array(_len16), _key16 = 0; _key16 < _len16; _key16++) {
|
|
1392
1397
|
args[_key16] = arguments[_key16];
|
|
1393
1398
|
}
|
|
1394
|
-
return (_Handsontable$editors16 =
|
|
1399
|
+
return (_Handsontable$editors16 = Handsontable__default["default"].editors.BaseEditor.prototype.isWaiting).call.apply(_Handsontable$editors16, [this.$data.hotCustomEditorInstance].concat(args));
|
|
1395
1400
|
}
|
|
1396
1401
|
}, {
|
|
1397
1402
|
key: "open",
|
|
@@ -1400,7 +1405,7 @@ var BaseEditorComponent = /*#__PURE__*/function (_Vue) {
|
|
|
1400
1405
|
for (var _len17 = arguments.length, args = new Array(_len17), _key17 = 0; _key17 < _len17; _key17++) {
|
|
1401
1406
|
args[_key17] = arguments[_key17];
|
|
1402
1407
|
}
|
|
1403
|
-
return (_Handsontable$editors17 =
|
|
1408
|
+
return (_Handsontable$editors17 = Handsontable__default["default"].editors.BaseEditor.prototype.open).call.apply(_Handsontable$editors17, [this.$data.hotCustomEditorInstance].concat(args));
|
|
1404
1409
|
}
|
|
1405
1410
|
}, {
|
|
1406
1411
|
key: "prepare",
|
|
@@ -1412,7 +1417,7 @@ var BaseEditorComponent = /*#__PURE__*/function (_Vue) {
|
|
|
1412
1417
|
this.$data.TD = TD;
|
|
1413
1418
|
this.$data.originalValue = originalValue;
|
|
1414
1419
|
this.$data.cellProperties = cellProperties;
|
|
1415
|
-
return
|
|
1420
|
+
return Handsontable__default["default"].editors.BaseEditor.prototype.prepare.call(this.$data.hotCustomEditorInstance, row, col, prop, TD, originalValue, cellProperties);
|
|
1416
1421
|
}
|
|
1417
1422
|
}, {
|
|
1418
1423
|
key: "saveValue",
|
|
@@ -1421,7 +1426,7 @@ var BaseEditorComponent = /*#__PURE__*/function (_Vue) {
|
|
|
1421
1426
|
for (var _len18 = arguments.length, args = new Array(_len18), _key18 = 0; _key18 < _len18; _key18++) {
|
|
1422
1427
|
args[_key18] = arguments[_key18];
|
|
1423
1428
|
}
|
|
1424
|
-
return (_Handsontable$editors18 =
|
|
1429
|
+
return (_Handsontable$editors18 = Handsontable__default["default"].editors.BaseEditor.prototype.saveValue).call.apply(_Handsontable$editors18, [this.$data.hotCustomEditorInstance].concat(args));
|
|
1425
1430
|
}
|
|
1426
1431
|
}, {
|
|
1427
1432
|
key: "setValue",
|
|
@@ -1430,7 +1435,7 @@ var BaseEditorComponent = /*#__PURE__*/function (_Vue) {
|
|
|
1430
1435
|
for (var _len19 = arguments.length, args = new Array(_len19), _key19 = 0; _key19 < _len19; _key19++) {
|
|
1431
1436
|
args[_key19] = arguments[_key19];
|
|
1432
1437
|
}
|
|
1433
|
-
return (_Handsontable$editors19 =
|
|
1438
|
+
return (_Handsontable$editors19 = Handsontable__default["default"].editors.BaseEditor.prototype.setValue).call.apply(_Handsontable$editors19, [this.$data.hotCustomEditorInstance].concat(args));
|
|
1434
1439
|
}
|
|
1435
1440
|
}, {
|
|
1436
1441
|
key: "addHook",
|
|
@@ -1439,7 +1444,7 @@ var BaseEditorComponent = /*#__PURE__*/function (_Vue) {
|
|
|
1439
1444
|
for (var _len20 = arguments.length, args = new Array(_len20), _key20 = 0; _key20 < _len20; _key20++) {
|
|
1440
1445
|
args[_key20] = arguments[_key20];
|
|
1441
1446
|
}
|
|
1442
|
-
return (_Handsontable$editors20 =
|
|
1447
|
+
return (_Handsontable$editors20 = Handsontable__default["default"].editors.BaseEditor.prototype.addHook).call.apply(_Handsontable$editors20, [this.$data.hotCustomEditorInstance].concat(args));
|
|
1443
1448
|
}
|
|
1444
1449
|
}, {
|
|
1445
1450
|
key: "removeHooksByKey",
|
|
@@ -1448,7 +1453,7 @@ var BaseEditorComponent = /*#__PURE__*/function (_Vue) {
|
|
|
1448
1453
|
for (var _len21 = arguments.length, args = new Array(_len21), _key21 = 0; _key21 < _len21; _key21++) {
|
|
1449
1454
|
args[_key21] = arguments[_key21];
|
|
1450
1455
|
}
|
|
1451
|
-
return (_Handsontable$editors21 =
|
|
1456
|
+
return (_Handsontable$editors21 = Handsontable__default["default"].editors.BaseEditor.prototype.removeHooksByKey).call.apply(_Handsontable$editors21, [this.$data.hotCustomEditorInstance].concat(args));
|
|
1452
1457
|
}
|
|
1453
1458
|
}, {
|
|
1454
1459
|
key: "clearHooks",
|
|
@@ -1457,7 +1462,7 @@ var BaseEditorComponent = /*#__PURE__*/function (_Vue) {
|
|
|
1457
1462
|
for (var _len22 = arguments.length, args = new Array(_len22), _key22 = 0; _key22 < _len22; _key22++) {
|
|
1458
1463
|
args[_key22] = arguments[_key22];
|
|
1459
1464
|
}
|
|
1460
|
-
return (_Handsontable$editors22 =
|
|
1465
|
+
return (_Handsontable$editors22 = Handsontable__default["default"].editors.BaseEditor.prototype.clearHooks).call.apply(_Handsontable$editors22, [this.$data.hotCustomEditorInstance].concat(args));
|
|
1461
1466
|
}
|
|
1462
1467
|
}, {
|
|
1463
1468
|
key: "getEditedCell",
|
|
@@ -1466,7 +1471,7 @@ var BaseEditorComponent = /*#__PURE__*/function (_Vue) {
|
|
|
1466
1471
|
for (var _len23 = arguments.length, args = new Array(_len23), _key23 = 0; _key23 < _len23; _key23++) {
|
|
1467
1472
|
args[_key23] = arguments[_key23];
|
|
1468
1473
|
}
|
|
1469
|
-
return (_Handsontable$editors23 =
|
|
1474
|
+
return (_Handsontable$editors23 = Handsontable__default["default"].editors.BaseEditor.prototype.getEditedCell).call.apply(_Handsontable$editors23, [this.$data.hotCustomEditorInstance].concat(args));
|
|
1470
1475
|
}
|
|
1471
1476
|
}, {
|
|
1472
1477
|
key: "getEditedCellRect",
|
|
@@ -1475,7 +1480,7 @@ var BaseEditorComponent = /*#__PURE__*/function (_Vue) {
|
|
|
1475
1480
|
for (var _len24 = arguments.length, args = new Array(_len24), _key24 = 0; _key24 < _len24; _key24++) {
|
|
1476
1481
|
args[_key24] = arguments[_key24];
|
|
1477
1482
|
}
|
|
1478
|
-
return (_Handsontable$editors24 =
|
|
1483
|
+
return (_Handsontable$editors24 = Handsontable__default["default"].editors.BaseEditor.prototype.getEditedCellRect).call.apply(_Handsontable$editors24, [this.$data.hotCustomEditorInstance].concat(args));
|
|
1479
1484
|
}
|
|
1480
1485
|
}, {
|
|
1481
1486
|
key: "getEditedCellsZIndex",
|
|
@@ -1484,7 +1489,7 @@ var BaseEditorComponent = /*#__PURE__*/function (_Vue) {
|
|
|
1484
1489
|
for (var _len25 = arguments.length, args = new Array(_len25), _key25 = 0; _key25 < _len25; _key25++) {
|
|
1485
1490
|
args[_key25] = arguments[_key25];
|
|
1486
1491
|
}
|
|
1487
|
-
return (_Handsontable$editors25 =
|
|
1492
|
+
return (_Handsontable$editors25 = Handsontable__default["default"].editors.BaseEditor.prototype.getEditedCellsZIndex).call.apply(_Handsontable$editors25, [this.$data.hotCustomEditorInstance].concat(args));
|
|
1488
1493
|
}
|
|
1489
1494
|
}, {
|
|
1490
1495
|
key: "getEditedCellsLayerClass",
|
|
@@ -1493,10 +1498,10 @@ var BaseEditorComponent = /*#__PURE__*/function (_Vue) {
|
|
|
1493
1498
|
for (var _len26 = arguments.length, args = new Array(_len26), _key26 = 0; _key26 < _len26; _key26++) {
|
|
1494
1499
|
args[_key26] = arguments[_key26];
|
|
1495
1500
|
}
|
|
1496
|
-
return (_Handsontable$editors26 =
|
|
1501
|
+
return (_Handsontable$editors26 = Handsontable__default["default"].editors.BaseEditor.prototype.getEditedCellsLayerClass).call.apply(_Handsontable$editors26, [this.$data.hotCustomEditorInstance].concat(args));
|
|
1497
1502
|
}
|
|
1498
1503
|
}]);
|
|
1499
|
-
}(
|
|
1504
|
+
}(Vue__default["default"]);
|
|
1500
1505
|
BaseEditorComponent = __decorate([Component({})], BaseEditorComponent);
|
|
1501
1506
|
var script = BaseEditorComponent;
|
|
1502
1507
|
|
|
@@ -1524,7 +1529,7 @@ var __vue_component__ = /*#__PURE__*/normalizeComponent({}, __vue_inject_styles_
|
|
|
1524
1529
|
exports.BaseEditorComponent = __vue_component__;
|
|
1525
1530
|
exports.HotColumn = __vue_component__$1;
|
|
1526
1531
|
exports.HotTable = __vue_component__$2;
|
|
1527
|
-
exports
|
|
1532
|
+
exports["default"] = __vue_component__$2;
|
|
1528
1533
|
|
|
1529
1534
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
1530
1535
|
|