@fileverse-dev/fortune-core 1.2.92 → 1.2.93-expand-1

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.
@@ -411,6 +411,9 @@ function fillCopy(data, len) {
411
411
  var index = (i - 1) % data.length;
412
412
  var d = _.cloneDeep(data[index]);
413
413
  if (!_.isUndefined(d)) {
414
+ if (d) {
415
+ delete d.ps;
416
+ }
414
417
  applyData.push(d);
415
418
  }
416
419
  }
@@ -1307,6 +1310,9 @@ function getDataByType(data, len, direction, type, dataType) {
1307
1310
  applyData = fillCopy(data, len);
1308
1311
  }
1309
1312
  }
1313
+ applyData.forEach(function (c) {
1314
+ if (c != null) delete c.ps;
1315
+ });
1310
1316
  return applyData;
1311
1317
  }
1312
1318
  function getCopyData(d, r1, r2, c1, c2, direction) {
@@ -2173,6 +2179,7 @@ export function updateDropCell(ctx) {
2173
2179
  }
2174
2180
  }
2175
2181
  }
2182
+ file.dataVerification = dataVerification;
2176
2183
  jfrefreshgrid(ctx, d, ctx.luckysheet_select_save);
2177
2184
  }
2178
2185
  export function onDropCellSelectEnd(ctx, e, container) {
@@ -427,6 +427,9 @@ function fillCopy(data, len) {
427
427
  var index = (i - 1) % data.length;
428
428
  var d = _lodash.default.cloneDeep(data[index]);
429
429
  if (!_lodash.default.isUndefined(d)) {
430
+ if (d) {
431
+ delete d.ps;
432
+ }
430
433
  applyData.push(d);
431
434
  }
432
435
  }
@@ -1323,6 +1326,9 @@ function getDataByType(data, len, direction, type, dataType) {
1323
1326
  applyData = fillCopy(data, len);
1324
1327
  }
1325
1328
  }
1329
+ applyData.forEach(function (c) {
1330
+ if (c != null) delete c.ps;
1331
+ });
1326
1332
  return applyData;
1327
1333
  }
1328
1334
  function getCopyData(d, r1, r2, c1, c2, direction) {
@@ -2189,6 +2195,7 @@ function updateDropCell(ctx) {
2189
2195
  }
2190
2196
  }
2191
2197
  }
2198
+ file.dataVerification = dataVerification;
2192
2199
  (0, _refresh.jfrefreshgrid)(ctx, d, ctx.luckysheet_select_save);
2193
2200
  }
2194
2201
  function onDropCellSelectEnd(ctx, e, container) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fileverse-dev/fortune-core",
3
- "version": "1.2.92",
3
+ "version": "1.2.93-expand-1",
4
4
  "main": "lib/index.js",
5
5
  "module": "es/index.js",
6
6
  "typings": "lib/index.d.ts",
@@ -15,7 +15,7 @@
15
15
  "dev": "father-build --watch"
16
16
  },
17
17
  "dependencies": {
18
- "@fileverse-dev/formula-parser": "0.2.92",
18
+ "@fileverse-dev/formula-parser": "0.2.93",
19
19
  "dayjs": "^1.11.0",
20
20
  "immer": "^9.0.12",
21
21
  "lodash": "^4.17.21",