@3sc/common-component 0.0.472 → 0.0.473
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 +3 -4
- 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
|
@@ -43677,7 +43677,6 @@ const jw = {
|
|
|
43677
43677
|
data: a
|
|
43678
43678
|
}) => {
|
|
43679
43679
|
var C, w, O;
|
|
43680
|
-
console.log({ childUniqueKey: i });
|
|
43681
43680
|
let { definitions: l, defaultUserSettings: c, labels: u } = e;
|
|
43682
43681
|
const d = Tr(u), f = t.split("/").filter(Boolean), p = JSON.parse(localStorage.getItem(Ir.SETTINGS));
|
|
43683
43682
|
let h = f.reduce(
|
|
@@ -43690,7 +43689,7 @@ const jw = {
|
|
|
43690
43689
|
const k = b.filter((R) => !y[R.key]), E = h && ((C = h == null ? void 0 : h.columns) == null ? void 0 : C.some(
|
|
43691
43690
|
(R) => (R == null ? void 0 : R.children) && R.children[i]
|
|
43692
43691
|
));
|
|
43693
|
-
if (
|
|
43692
|
+
if (k.length && (!h || E == !1) && (a == null ? void 0 : a.length) > 0) {
|
|
43694
43693
|
if (E == !1) {
|
|
43695
43694
|
const R = Tr(b);
|
|
43696
43695
|
b = (w = h == null ? void 0 : h.columns) == null ? void 0 : w.map((P) => {
|
|
@@ -43702,7 +43701,7 @@ const jw = {
|
|
|
43702
43701
|
[i]: (I = R == null ? void 0 : R[P == null ? void 0 : P.key]) == null ? void 0 : I.children[i]
|
|
43703
43702
|
}
|
|
43704
43703
|
} : P;
|
|
43705
|
-
})
|
|
43704
|
+
});
|
|
43706
43705
|
}
|
|
43707
43706
|
(async () => {
|
|
43708
43707
|
try {
|
|
@@ -43728,7 +43727,7 @@ const jw = {
|
|
|
43728
43727
|
y,
|
|
43729
43728
|
c,
|
|
43730
43729
|
i
|
|
43731
|
-
)) ?? c ?? qu({ definitions: l })
|
|
43730
|
+
)) ?? c ?? qu({ definitions: l });
|
|
43732
43731
|
const g = [], v = Tr(c);
|
|
43733
43732
|
for (const b of l) {
|
|
43734
43733
|
const k = v[b.key] || {}, E = d[b.key] || {}, R = y[b.key], P = Tr(k.children || []), I = Tr(E.children || []);
|