@univerjs/sheets-formula 0.8.3-nightly.202507031607 → 0.8.3
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/LICENSE +176 -0
- package/lib/cjs/index.js +1 -1
- package/lib/es/index.js +2 -8
- package/lib/index.js +2 -8
- package/lib/umd/index.js +1 -1
- package/package.json +6 -6
package/lib/es/index.js
CHANGED
|
@@ -2213,10 +2213,7 @@ let Je = class extends ae {
|
|
|
2213
2213
|
unitId: n,
|
|
2214
2214
|
subUnitId: r,
|
|
2215
2215
|
cellValue: u.getMatrix()
|
|
2216
|
-
}, {
|
|
2217
|
-
onlyLocal: !0,
|
|
2218
|
-
fromFormula: !0
|
|
2219
|
-
});
|
|
2216
|
+
}, { onlyLocal: !0 });
|
|
2220
2217
|
});
|
|
2221
2218
|
}), Array.from(Object.entries(e)).forEach(([n, i]) => {
|
|
2222
2219
|
i && Array.from(Object.entries(i)).forEach(([r, o]) => {
|
|
@@ -2224,10 +2221,7 @@ let Je = class extends ae {
|
|
|
2224
2221
|
unitId: n,
|
|
2225
2222
|
subUnitId: r,
|
|
2226
2223
|
cellValue: o
|
|
2227
|
-
}, {
|
|
2228
|
-
onlyLocal: !0,
|
|
2229
|
-
fromFormula: !0
|
|
2230
|
-
});
|
|
2224
|
+
}, { onlyLocal: !0 });
|
|
2231
2225
|
});
|
|
2232
2226
|
});
|
|
2233
2227
|
}
|
package/lib/index.js
CHANGED
|
@@ -2213,10 +2213,7 @@ let Je = class extends ae {
|
|
|
2213
2213
|
unitId: n,
|
|
2214
2214
|
subUnitId: r,
|
|
2215
2215
|
cellValue: u.getMatrix()
|
|
2216
|
-
}, {
|
|
2217
|
-
onlyLocal: !0,
|
|
2218
|
-
fromFormula: !0
|
|
2219
|
-
});
|
|
2216
|
+
}, { onlyLocal: !0 });
|
|
2220
2217
|
});
|
|
2221
2218
|
}), Array.from(Object.entries(e)).forEach(([n, i]) => {
|
|
2222
2219
|
i && Array.from(Object.entries(i)).forEach(([r, o]) => {
|
|
@@ -2224,10 +2221,7 @@ let Je = class extends ae {
|
|
|
2224
2221
|
unitId: n,
|
|
2225
2222
|
subUnitId: r,
|
|
2226
2223
|
cellValue: o
|
|
2227
|
-
}, {
|
|
2228
|
-
onlyLocal: !0,
|
|
2229
|
-
fromFormula: !0
|
|
2230
|
-
});
|
|
2224
|
+
}, { onlyLocal: !0 });
|
|
2231
2225
|
});
|
|
2232
2226
|
});
|
|
2233
2227
|
}
|