@fileverse-dev/dsheet 1.2.89-xlsx-shortcut → 1.2.89-xlsx-shortcut-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.
- package/dist/index.es.js +2 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -234650,6 +234650,7 @@ const AMt = ({
|
|
|
234650
234650
|
function(B) {
|
|
234651
234651
|
var P, A, _;
|
|
234652
234652
|
let R = B.sheets;
|
|
234653
|
+
console.log(R, "after sheets upload");
|
|
234653
234654
|
for (const S of R)
|
|
234654
234655
|
if (d && Object.keys(d).length > 0) {
|
|
234655
234656
|
const F = {};
|
|
@@ -234682,7 +234683,7 @@ const AMt = ({
|
|
|
234682
234683
|
R = R.map((S) => {
|
|
234683
234684
|
var F, E, I, W, z, J, ne, se, G, K, U, H, oe;
|
|
234684
234685
|
return S.row = (I = (E = S == null ? void 0 : S.celldata) == null ? void 0 : E[((F = S == null ? void 0 : S.celldata) == null ? void 0 : F.length) - 1]) != null && I.r ? (J = (z = S == null ? void 0 : S.celldata) == null ? void 0 : z[((W = S == null ? void 0 : S.celldata) == null ? void 0 : W.length) - 1]) == null ? void 0 : J.r : 500, S.column = (G = (se = S == null ? void 0 : S.celldata) == null ? void 0 : se[((ne = S == null ? void 0 : S.celldata) == null ? void 0 : ne.length) - 1]) != null && G.c ? (H = (U = S == null ? void 0 : S.celldata) == null ? void 0 : U[((K = S == null ? void 0 : S.celldata) == null ? void 0 : K.length) - 1]) == null ? void 0 : H.c : 36, S.id || (S.id = (oe = e.current) == null ? void 0 : oe.getSettings().generateSheetId()), S.calcChain && (S.calcChain = S.calcChain.map((ve) => (delete ve.id, delete ve.index, ve.id = S.id, ve))), S;
|
|
234685
|
-
});
|
|
234686
|
+
}), console.log(R, "after sheets upload");
|
|
234686
234687
|
let N;
|
|
234687
234688
|
m === "merge-current-dsheet" ? N = [...j, ...R] : N = [...R], N = N.map((S, F) => (S.order = F, S)), c(N), t.current.transact(() => {
|
|
234688
234689
|
q.delete(0, q.length), q.insert(0, N), n.current = N;
|