@fileverse-dev/dsheet 0.0.77 → 0.0.78
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 +11 -2
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -169051,12 +169051,21 @@ const I6t = /* @__PURE__ */ U0(E6t), D6t = (e, r, t, a, n) => {
|
|
|
169051
169051
|
let m = 0, v = 0;
|
|
169052
169052
|
f.data.forEach((b, F) => {
|
|
169053
169053
|
h.forEach((w, A) => {
|
|
169054
|
-
|
|
169054
|
+
var S, x;
|
|
169055
169055
|
d.push({
|
|
169056
169056
|
r: F + 1,
|
|
169057
169057
|
// +1 because header is row 0
|
|
169058
169058
|
c: A,
|
|
169059
|
-
v:
|
|
169059
|
+
v: {
|
|
169060
|
+
// @ts-expect-error later
|
|
169061
|
+
m: b[w] !== null ? (S = b[w]) == null ? void 0 : S.toString() : null,
|
|
169062
|
+
ct: {
|
|
169063
|
+
fa: "General",
|
|
169064
|
+
t: "g"
|
|
169065
|
+
},
|
|
169066
|
+
// @ts-expect-error later
|
|
169067
|
+
v: b[w] !== null ? (x = b[w]) == null ? void 0 : x.toString() : null
|
|
169068
|
+
}
|
|
169060
169069
|
}), m = Math.max(m, F + 1), v = Math.max(v, A + 1);
|
|
169061
169070
|
});
|
|
169062
169071
|
});
|