@leankylin-sheet/core 4.0.5 → 4.0.6
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 +1 -0
- package/dist/index.js +1 -0
- package/package.json +2 -2
package/dist/index.esm.js
CHANGED
|
@@ -46398,6 +46398,7 @@ function copySheet(ctx, sheetId, hooks) {
|
|
|
46398
46398
|
sheetData.celldata = dataToCelldata(sheetData.data);
|
|
46399
46399
|
delete sheetData.data;
|
|
46400
46400
|
var copyId = v4();
|
|
46401
|
+
sheetData.id = copyId;
|
|
46401
46402
|
addSheet$1(ctx, undefined, copyId, ctx.luckysheetfile[index$1].isPivotTable, sheetName, sheetData);
|
|
46402
46403
|
var sheetOrderList = {};
|
|
46403
46404
|
sheetOrderList[ctx.luckysheetfile[ctx.luckysheetfile.length - 1].id] = order;
|
package/dist/index.js
CHANGED
|
@@ -46408,6 +46408,7 @@ function copySheet(ctx, sheetId, hooks) {
|
|
|
46408
46408
|
sheetData.celldata = dataToCelldata(sheetData.data);
|
|
46409
46409
|
delete sheetData.data;
|
|
46410
46410
|
var copyId = uuid.v4();
|
|
46411
|
+
sheetData.id = copyId;
|
|
46411
46412
|
addSheet$1(ctx, undefined, copyId, ctx.luckysheetfile[index$1].isPivotTable, sheetName, sheetData);
|
|
46412
46413
|
var sheetOrderList = {};
|
|
46413
46414
|
sheetOrderList[ctx.luckysheetfile[ctx.luckysheetfile.length - 1].id] = order;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@leankylin-sheet/core",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.6",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"module": "dist/index.esm.js",
|
|
6
6
|
"typings": "dist/index.d.ts",
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"build": "father-build"
|
|
14
14
|
},
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"@leankylin-sheet/formula-parser": "4.0.
|
|
16
|
+
"@leankylin-sheet/formula-parser": "4.0.6",
|
|
17
17
|
"dayjs": "^1.11.0",
|
|
18
18
|
"immer": "^9.0.12",
|
|
19
19
|
"lodash": "^4.17.21",
|