@fileverse-dev/fortune-react 1.3.12-mixed-a → 1.3.13
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.
|
@@ -363,7 +363,7 @@ var Workbook = /*#__PURE__*/React.forwardRef(function (_a, ref) {
|
|
|
363
363
|
var history = globalCache.current.undoList.pop();
|
|
364
364
|
if (history) {
|
|
365
365
|
setContext(function (ctx_) {
|
|
366
|
-
var _a, _b, _c, _d, _e, _f, _g, _h
|
|
366
|
+
var _a, _b, _c, _d, _e, _f, _g, _h;
|
|
367
367
|
var isBorderUndo = history.patches.some(function (onePatch) {
|
|
368
368
|
var _a;
|
|
369
369
|
return (_a = onePatch.value) === null || _a === void 0 ? void 0 : _a.borderInfo;
|
|
@@ -398,18 +398,15 @@ var Workbook = /*#__PURE__*/React.forwardRef(function (_a, ref) {
|
|
|
398
398
|
};
|
|
399
399
|
inversedOptions.addSheet.value.celldata = dataToCelldata((_e = inversedOptions.addSheet.value) === null || _e === void 0 ? void 0 : _e.data);
|
|
400
400
|
delete inversedOptions.addSheet.value.data;
|
|
401
|
-
if ((_f = ctx_.hooks) === null || _f === void 0 ? void 0 : _f.afterOrderChanges) {
|
|
402
|
-
ctx_.hooks.afterOrderChanges();
|
|
403
|
-
}
|
|
404
401
|
}
|
|
405
402
|
emitOp(newContext, history.inversePatches, inversedOptions, true);
|
|
406
403
|
emitYjsFromPatches(ctx_, newContext, history.inversePatches);
|
|
407
404
|
var sheetIdxAfterUndo = getSheetIndex(newContext, newContext.currentSheetId);
|
|
408
|
-
var nw = __assign(__assign({}, newContext), sheetIdxAfterUndo != null && ((
|
|
405
|
+
var nw = __assign(__assign({}, newContext), sheetIdxAfterUndo != null && ((_f = newContext.luckysheetfile[sheetIdxAfterUndo]) === null || _f === void 0 ? void 0 : _f.config) != null ? {
|
|
409
406
|
config: newContext.luckysheetfile[sheetIdxAfterUndo].config
|
|
410
407
|
} : {});
|
|
411
408
|
if (isBorderUndo) {
|
|
412
|
-
var nwborderlist = (
|
|
409
|
+
var nwborderlist = (_h = (_g = nw === null || nw === void 0 ? void 0 : nw.config) === null || _g === void 0 ? void 0 : _g.borderInfo) === null || _h === void 0 ? void 0 : _h.slice(0, -1);
|
|
413
410
|
nw = __assign(__assign({}, nw), {
|
|
414
411
|
config: __assign(__assign({}, nw.config), {
|
|
415
412
|
borderInfo: nwborderlist
|
|
@@ -372,7 +372,7 @@ var Workbook = /*#__PURE__*/_react.default.forwardRef(function (_a, ref) {
|
|
|
372
372
|
var history = globalCache.current.undoList.pop();
|
|
373
373
|
if (history) {
|
|
374
374
|
setContext(function (ctx_) {
|
|
375
|
-
var _a, _b, _c, _d, _e, _f, _g, _h
|
|
375
|
+
var _a, _b, _c, _d, _e, _f, _g, _h;
|
|
376
376
|
var isBorderUndo = history.patches.some(function (onePatch) {
|
|
377
377
|
var _a;
|
|
378
378
|
return (_a = onePatch.value) === null || _a === void 0 ? void 0 : _a.borderInfo;
|
|
@@ -407,18 +407,15 @@ var Workbook = /*#__PURE__*/_react.default.forwardRef(function (_a, ref) {
|
|
|
407
407
|
};
|
|
408
408
|
inversedOptions.addSheet.value.celldata = dataToCelldata((_e = inversedOptions.addSheet.value) === null || _e === void 0 ? void 0 : _e.data);
|
|
409
409
|
delete inversedOptions.addSheet.value.data;
|
|
410
|
-
if ((_f = ctx_.hooks) === null || _f === void 0 ? void 0 : _f.afterOrderChanges) {
|
|
411
|
-
ctx_.hooks.afterOrderChanges();
|
|
412
|
-
}
|
|
413
410
|
}
|
|
414
411
|
emitOp(newContext, history.inversePatches, inversedOptions, true);
|
|
415
412
|
emitYjsFromPatches(ctx_, newContext, history.inversePatches);
|
|
416
413
|
var sheetIdxAfterUndo = (0, _fortuneCore.getSheetIndex)(newContext, newContext.currentSheetId);
|
|
417
|
-
var nw = __assign(__assign({}, newContext), sheetIdxAfterUndo != null && ((
|
|
414
|
+
var nw = __assign(__assign({}, newContext), sheetIdxAfterUndo != null && ((_f = newContext.luckysheetfile[sheetIdxAfterUndo]) === null || _f === void 0 ? void 0 : _f.config) != null ? {
|
|
418
415
|
config: newContext.luckysheetfile[sheetIdxAfterUndo].config
|
|
419
416
|
} : {});
|
|
420
417
|
if (isBorderUndo) {
|
|
421
|
-
var nwborderlist = (
|
|
418
|
+
var nwborderlist = (_h = (_g = nw === null || nw === void 0 ? void 0 : nw.config) === null || _g === void 0 ? void 0 : _g.borderInfo) === null || _h === void 0 ? void 0 : _h.slice(0, -1);
|
|
422
419
|
nw = __assign(__assign({}, nw), {
|
|
423
420
|
config: __assign(__assign({}, nw.config), {
|
|
424
421
|
borderInfo: nwborderlist
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fileverse-dev/fortune-react",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.13",
|
|
4
4
|
"main": "lib/index.js",
|
|
5
5
|
"types": "lib/index.d.ts",
|
|
6
6
|
"module": "es/index.js",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"tsc": "tsc"
|
|
17
17
|
},
|
|
18
18
|
"dependencies": {
|
|
19
|
-
"@fileverse-dev/fortune-core": "1.3.
|
|
19
|
+
"@fileverse-dev/fortune-core": "1.3.13",
|
|
20
20
|
"@fileverse/ui": "5.0.0",
|
|
21
21
|
"@tippyjs/react": "^4.2.6",
|
|
22
22
|
"@types/regenerator-runtime": "^0.13.6",
|