tsv2-library 0.2.40 → 0.2.41
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/tsv2-library.es.js +1 -1
- package/package.json +1 -1
package/dist/tsv2-library.es.js
CHANGED
|
@@ -57953,7 +57953,7 @@ const bpe = () => JSON.parse(localStorage.getItem("tableConfig") ?? "{}"), vd =
|
|
|
57953
57953
|
var be;
|
|
57954
57954
|
return n.lazy ? n.data : (be = n.data) == null ? void 0 : be.map((xe) => ({
|
|
57955
57955
|
...xe,
|
|
57956
|
-
formattedChildren: JSON.stringify(xe) + " " + xe.children
|
|
57956
|
+
formattedChildren: xe.children ? JSON.stringify(xe) + " " + JSON.stringify(xe.children) : JSON.stringify(xe)
|
|
57957
57957
|
}));
|
|
57958
57958
|
}
|
|
57959
57959
|
), m = ge(() => $y(n.options ?? [])), p = ae(), v = ae(), y = ae(1), b = ae(n.rows ?? 5), _ = ae(), w = ae(), U = ae(0), R = ae(0), k = ae(), x = ae(!1), E = ge(() => ({
|