wargerm 0.7.55 → 0.7.56
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/dist/index.esm.js +6 -6
- package/dist/index.js +6 -6
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
@@ -7433,24 +7433,24 @@ var TabelCard = function TabelCard(props, ref) {
|
|
7433
7433
|
while (1) {
|
7434
7434
|
switch (_context6.prev = _context6.next) {
|
7435
7435
|
case 0:
|
7436
|
-
e.stopPropagation();
|
7436
|
+
// e.stopPropagation();
|
7437
7437
|
info = null;
|
7438
7438
|
|
7439
7439
|
if (!item.fetchInfo) {
|
7440
|
-
_context6.next =
|
7440
|
+
_context6.next = 5;
|
7441
7441
|
break;
|
7442
7442
|
}
|
7443
7443
|
|
7444
|
-
_context6.next =
|
7444
|
+
_context6.next = 4;
|
7445
7445
|
return item.fetchInfo(record);
|
7446
7446
|
|
7447
|
-
case
|
7447
|
+
case 4:
|
7448
7448
|
info = _context6.sent;
|
7449
7449
|
|
7450
|
-
case
|
7450
|
+
case 5:
|
7451
7451
|
(_actionHandler$item$t = actionHandler[item.type]) === null || _actionHandler$item$t === void 0 ? void 0 : _actionHandler$item$t.call(actionHandler, item, info || record, index);
|
7452
7452
|
|
7453
|
-
case
|
7453
|
+
case 6:
|
7454
7454
|
case "end":
|
7455
7455
|
return _context6.stop();
|
7456
7456
|
}
|
package/dist/index.js
CHANGED
@@ -7477,24 +7477,24 @@ var TabelCard = function TabelCard(props, ref) {
|
|
7477
7477
|
while (1) {
|
7478
7478
|
switch (_context6.prev = _context6.next) {
|
7479
7479
|
case 0:
|
7480
|
-
e.stopPropagation();
|
7480
|
+
// e.stopPropagation();
|
7481
7481
|
info = null;
|
7482
7482
|
|
7483
7483
|
if (!item.fetchInfo) {
|
7484
|
-
_context6.next =
|
7484
|
+
_context6.next = 5;
|
7485
7485
|
break;
|
7486
7486
|
}
|
7487
7487
|
|
7488
|
-
_context6.next =
|
7488
|
+
_context6.next = 4;
|
7489
7489
|
return item.fetchInfo(record);
|
7490
7490
|
|
7491
|
-
case
|
7491
|
+
case 4:
|
7492
7492
|
info = _context6.sent;
|
7493
7493
|
|
7494
|
-
case
|
7494
|
+
case 5:
|
7495
7495
|
(_actionHandler$item$t = actionHandler[item.type]) === null || _actionHandler$item$t === void 0 ? void 0 : _actionHandler$item$t.call(actionHandler, item, info || record, index);
|
7496
7496
|
|
7497
|
-
case
|
7497
|
+
case 6:
|
7498
7498
|
case "end":
|
7499
7499
|
return _context6.stop();
|
7500
7500
|
}
|