tsv2-library 0.2.37 → 0.2.39
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 +3 -3
- package/package.json +1 -1
package/dist/tsv2-library.es.js
CHANGED
|
@@ -57951,10 +57951,10 @@ const bpe = () => JSON.parse(localStorage.getItem("tableConfig") ?? "{}"), vd =
|
|
|
57951
57951
|
), h = me(
|
|
57952
57952
|
() => {
|
|
57953
57953
|
var ye;
|
|
57954
|
-
return n.
|
|
57954
|
+
return n.lazy ? n.data : (ye = n.data) == null ? void 0 : ye.map((xe) => ({
|
|
57955
57955
|
...xe,
|
|
57956
|
-
formattedChildren: JSON.stringify(xe) + " " + JSON.stringify(xe.children)
|
|
57957
|
-
}))
|
|
57956
|
+
formattedChildren: JSON.stringify(xe) + " " + xe.children ? JSON.stringify(xe.children) : ""
|
|
57957
|
+
}));
|
|
57958
57958
|
}
|
|
57959
57959
|
), m = me(() => $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 = me(() => ({
|
|
57960
57960
|
...n.defaultQueryParams,
|