@leankylin-sheet/core 1.2.16 → 1.2.17

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 CHANGED
@@ -69516,9 +69516,15 @@ function _handlePasteByLeanklin() {
69516
69516
  row: row,
69517
69517
  column: column
69518
69518
  };
69519
+ if (isAllowEdit(ctx, [range])) {
69520
+ _context2.next = 17;
69521
+ break;
69522
+ }
69523
+ return _context2.abrupt("return");
69524
+ case 17:
69519
69525
  setCellValuesByRange(ctx, newData, range, null);
69520
69526
  ctx.luckysheet_select_save = [range];
69521
- case 17:
69527
+ case 19:
69522
69528
  case "end":
69523
69529
  return _context2.stop();
69524
69530
  }
package/dist/index.js CHANGED
@@ -69526,9 +69526,15 @@ function _handlePasteByLeanklin() {
69526
69526
  row: row,
69527
69527
  column: column
69528
69528
  };
69529
+ if (isAllowEdit(ctx, [range])) {
69530
+ _context2.next = 17;
69531
+ break;
69532
+ }
69533
+ return _context2.abrupt("return");
69534
+ case 17:
69529
69535
  setCellValuesByRange(ctx, newData, range, null);
69530
69536
  ctx.luckysheet_select_save = [range];
69531
- case 17:
69537
+ case 19:
69532
69538
  case "end":
69533
69539
  return _context2.stop();
69534
69540
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leankylin-sheet/core",
3
- "version": "1.2.16",
3
+ "version": "1.2.17",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.esm.js",
6
6
  "typings": "dist/index.d.ts",
@@ -10,7 +10,7 @@
10
10
  "repository": "http://114.55.85.79:19999/leankylin-front/leankylin-sheet",
11
11
  "license": "MIT",
12
12
  "dependencies": {
13
- "@leankylin-sheet/formula-parser": "^1.2.16",
13
+ "@leankylin-sheet/formula-parser": "^1.2.17",
14
14
  "dayjs": "^1.11.0",
15
15
  "immer": "^9.0.12",
16
16
  "lodash": "^4.17.21",