@3sc/common-component 0.0.375 → 0.0.376
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 +1 -1
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -44903,7 +44903,7 @@ const ky = ({ type: e }) => {
|
|
|
44903
44903
|
const l = Tr(i == null ? void 0 : i.columns);
|
|
44904
44904
|
a = a == null ? void 0 : a.map((u) => {
|
|
44905
44905
|
var p, h;
|
|
44906
|
-
const d = (u == null ? void 0 : u.children) || {}, f = (p = l == null ? void 0 : l[u == null ? void 0 : u.key]) == null ? void 0 : p.children;
|
|
44906
|
+
const d = (u == null ? void 0 : u.children) || {}, f = ((p = l == null ? void 0 : l[u == null ? void 0 : u.key]) == null ? void 0 : p.children) || {};
|
|
44907
44907
|
return {
|
|
44908
44908
|
...u,
|
|
44909
44909
|
...(((h = Object.keys(f)) == null ? void 0 : h.length) > 0 || (d == null ? void 0 : d[r])) && {
|