@fileverse-dev/fortune-core 1.3.10-yjs-10 → 1.3.11

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.
@@ -1780,7 +1780,6 @@ function getApplyData(copyD, csLen, asLen) {
1780
1780
  export function updateDropCell(ctx) {
1781
1781
  var _a, _b, _c, _d;
1782
1782
  var _e, _f, _g, _h;
1783
- console.log("updateDropCell");
1784
1783
  var d = getFlowdata(ctx);
1785
1784
  var allowEdit = isAllowEdit(ctx);
1786
1785
  var isReadOnly = isAllowEditReadOnly(ctx);
@@ -1725,13 +1725,6 @@ export function fillRightData(ctx) {
1725
1725
  if (dataVerification != null) {
1726
1726
  var dv = dataVerification[srcKey];
1727
1727
  if (dv != null) {
1728
- console.log("[fillRightData] dataVerification copy from", {
1729
- row: srcRow,
1730
- col: srcCol
1731
- }, "→", {
1732
- row: r1,
1733
- col: c1
1734
- }, dv);
1735
1728
  file.dataVerification = __assign(__assign({}, file.dataVerification || {}), (_a = {}, _a[tgtKey] = _.cloneDeep(dv), _a));
1736
1729
  }
1737
1730
  }
@@ -1786,13 +1779,6 @@ export function fillRightData(ctx) {
1786
1779
  if (dataVerification != null) {
1787
1780
  var dv = dataVerification[srcKey];
1788
1781
  if (dv != null) {
1789
- console.log("[fillRightData] dataVerification copy from", {
1790
- row: r,
1791
- col: c1
1792
- }, "→", {
1793
- row: r,
1794
- col: c
1795
- }, dv);
1796
1782
  file.dataVerification = __assign(__assign({}, file.dataVerification || {}), (_c = {}, _c[tgtKey] = _.cloneDeep(dv), _c));
1797
1783
  }
1798
1784
  }
@@ -1893,13 +1879,6 @@ export function fillDownData(ctx) {
1893
1879
  if (dataVerification != null) {
1894
1880
  var dv = dataVerification[srcKey];
1895
1881
  if (dv != null) {
1896
- console.log("[fillDownData] dataVerification copy from", {
1897
- row: srcRow,
1898
- col: srcCol
1899
- }, "→", {
1900
- row: r1,
1901
- col: c1
1902
- }, dv);
1903
1882
  file.dataVerification = __assign(__assign({}, file.dataVerification || {}), (_a = {}, _a[tgtKey] = _.cloneDeep(dv), _a));
1904
1883
  }
1905
1884
  }
@@ -1953,13 +1932,6 @@ export function fillDownData(ctx) {
1953
1932
  if (dataVerification != null) {
1954
1933
  var dv = dataVerification[srcKey];
1955
1934
  if (dv != null) {
1956
- console.log("[fillDownData] dataVerification copy from", {
1957
- row: r1,
1958
- col: c
1959
- }, "→", {
1960
- row: r,
1961
- col: c
1962
- }, dv);
1963
1935
  file.dataVerification = __assign(__assign({}, file.dataVerification || {}), (_c = {}, _c[tgtKey] = _.cloneDeep(dv), _c));
1964
1936
  }
1965
1937
  }
@@ -1796,7 +1796,6 @@ function getApplyData(copyD, csLen, asLen) {
1796
1796
  function updateDropCell(ctx) {
1797
1797
  var _a, _b, _c, _d;
1798
1798
  var _e, _f, _g, _h;
1799
- console.log("updateDropCell");
1800
1799
  var d = (0, _context.getFlowdata)(ctx);
1801
1800
  var allowEdit = (0, _utils.isAllowEdit)(ctx);
1802
1801
  var isReadOnly = (0, _utils.isAllowEditReadOnly)(ctx);
@@ -1760,13 +1760,6 @@ function fillRightData(ctx) {
1760
1760
  if (dataVerification != null) {
1761
1761
  var dv = dataVerification[srcKey];
1762
1762
  if (dv != null) {
1763
- console.log("[fillRightData] dataVerification copy from", {
1764
- row: srcRow,
1765
- col: srcCol
1766
- }, "→", {
1767
- row: r1,
1768
- col: c1
1769
- }, dv);
1770
1763
  file.dataVerification = __assign(__assign({}, file.dataVerification || {}), (_a = {}, _a[tgtKey] = _lodash.default.cloneDeep(dv), _a));
1771
1764
  }
1772
1765
  }
@@ -1821,13 +1814,6 @@ function fillRightData(ctx) {
1821
1814
  if (dataVerification != null) {
1822
1815
  var dv = dataVerification[srcKey];
1823
1816
  if (dv != null) {
1824
- console.log("[fillRightData] dataVerification copy from", {
1825
- row: r,
1826
- col: c1
1827
- }, "→", {
1828
- row: r,
1829
- col: c
1830
- }, dv);
1831
1817
  file.dataVerification = __assign(__assign({}, file.dataVerification || {}), (_c = {}, _c[tgtKey] = _lodash.default.cloneDeep(dv), _c));
1832
1818
  }
1833
1819
  }
@@ -1928,13 +1914,6 @@ function fillDownData(ctx) {
1928
1914
  if (dataVerification != null) {
1929
1915
  var dv = dataVerification[srcKey];
1930
1916
  if (dv != null) {
1931
- console.log("[fillDownData] dataVerification copy from", {
1932
- row: srcRow,
1933
- col: srcCol
1934
- }, "→", {
1935
- row: r1,
1936
- col: c1
1937
- }, dv);
1938
1917
  file.dataVerification = __assign(__assign({}, file.dataVerification || {}), (_a = {}, _a[tgtKey] = _lodash.default.cloneDeep(dv), _a));
1939
1918
  }
1940
1919
  }
@@ -1988,13 +1967,6 @@ function fillDownData(ctx) {
1988
1967
  if (dataVerification != null) {
1989
1968
  var dv = dataVerification[srcKey];
1990
1969
  if (dv != null) {
1991
- console.log("[fillDownData] dataVerification copy from", {
1992
- row: r1,
1993
- col: c
1994
- }, "→", {
1995
- row: r,
1996
- col: c
1997
- }, dv);
1998
1970
  file.dataVerification = __assign(__assign({}, file.dataVerification || {}), (_c = {}, _c[tgtKey] = _lodash.default.cloneDeep(dv), _c));
1999
1971
  }
2000
1972
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fileverse-dev/fortune-core",
3
- "version": "1.3.10-yjs-10",
3
+ "version": "1.3.11",
4
4
  "main": "lib/index.js",
5
5
  "module": "es/index.js",
6
6
  "typings": "lib/index.d.ts",