@leankylin-sheet/react 5.1.12 → 5.1.14

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
@@ -8247,7 +8247,7 @@ var ContextMenu = function ContextMenu() {
8247
8247
  if (draftCtx.activeImg != null) {
8248
8248
  removeActiveImage(draftCtx);
8249
8249
  } else {
8250
- var msg = deleteSelectedCellText(draftCtx);
8250
+ var msg = deleteSelectedCellText(draftCtx, true);
8251
8251
  if (msg === "partMC") {
8252
8252
  showDialog(generalDialog.partiallyError, "ok");
8253
8253
  } else if (msg === "allowEdit") {
package/dist/index.js CHANGED
@@ -8257,7 +8257,7 @@ var ContextMenu = function ContextMenu() {
8257
8257
  if (draftCtx.activeImg != null) {
8258
8258
  core.removeActiveImage(draftCtx);
8259
8259
  } else {
8260
- var msg = core.deleteSelectedCellText(draftCtx);
8260
+ var msg = core.deleteSelectedCellText(draftCtx, true);
8261
8261
  if (msg === "partMC") {
8262
8262
  showDialog(generalDialog.partiallyError, "ok");
8263
8263
  } else if (msg === "allowEdit") {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leankylin-sheet/react",
3
- "version": "5.1.12",
3
+ "version": "5.1.14",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "module": "dist/index.esm.js",
@@ -14,8 +14,8 @@
14
14
  "tsc": "tsc"
15
15
  },
16
16
  "dependencies": {
17
- "@leankylin-sheet/core": "5.1.12",
18
- "@leankylin-sheet/formula-parser": "5.1.12",
17
+ "@leankylin-sheet/core": "5.1.14",
18
+ "@leankylin-sheet/formula-parser": "5.1.14",
19
19
  "@types/react-dom": "^18.3.0",
20
20
  "ahooks": "^3.8.4",
21
21
  "immer": "^9.0.12",