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