@fileverse-dev/dsheet 0.0.75 → 0.0.76
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 -9
- package/package.json +2 -2
package/dist/index.es.js
CHANGED
|
@@ -169056,19 +169056,12 @@ const I6t = /* @__PURE__ */ L0(E6t), D6t = (e, r, t, a, n) => {
|
|
|
169056
169056
|
let m = 0, v = 0;
|
|
169057
169057
|
f.data.forEach((b, F) => {
|
|
169058
169058
|
h.forEach((w, A) => {
|
|
169059
|
+
const S = b[w];
|
|
169059
169060
|
d.push({
|
|
169060
169061
|
r: F + 1,
|
|
169061
169062
|
// +1 because header is row 0
|
|
169062
169063
|
c: A,
|
|
169063
|
-
v:
|
|
169064
|
-
m: b[w] !== null ? b[w] : null,
|
|
169065
|
-
ct: {
|
|
169066
|
-
fa: "General",
|
|
169067
|
-
t: "g"
|
|
169068
|
-
},
|
|
169069
|
-
v: b[w] !== null ? b[w] : null
|
|
169070
|
-
}
|
|
169071
|
-
//(row as Record<string, any>)[header] !== undefined ? (row as Record<string, any>)[header] : ""
|
|
169064
|
+
v: S != null ? S.toString() : null
|
|
169072
169065
|
}), m = Math.max(m, F + 1), v = Math.max(v, A + 1);
|
|
169073
169066
|
});
|
|
169074
169067
|
});
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@fileverse-dev/dsheet",
|
|
3
3
|
"private": false,
|
|
4
4
|
"description": "DSheet",
|
|
5
|
-
"version": "0.0.
|
|
5
|
+
"version": "0.0.76",
|
|
6
6
|
"main": "dist/index.es.js",
|
|
7
7
|
"module": "dist/index.es.js",
|
|
8
8
|
"exports": {
|
|
@@ -82,4 +82,4 @@
|
|
|
82
82
|
"typescript": "^5.2.2",
|
|
83
83
|
"vite": "^5.0.0"
|
|
84
84
|
}
|
|
85
|
-
}
|
|
85
|
+
}
|