@3sc/common-component 0.0.470 → 0.0.472
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 +2 -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
|
@@ -43677,6 +43677,7 @@ const jw = {
|
|
|
43677
43677
|
data: a
|
|
43678
43678
|
}) => {
|
|
43679
43679
|
var C, w, O;
|
|
43680
|
+
console.log({ childUniqueKey: i });
|
|
43680
43681
|
let { definitions: l, defaultUserSettings: c, labels: u } = e;
|
|
43681
43682
|
const d = Tr(u), f = t.split("/").filter(Boolean), p = JSON.parse(localStorage.getItem(Ir.SETTINGS));
|
|
43682
43683
|
let h = f.reduce(
|
|
@@ -43727,7 +43728,7 @@ const jw = {
|
|
|
43727
43728
|
y,
|
|
43728
43729
|
c,
|
|
43729
43730
|
i
|
|
43730
|
-
)) ?? c ?? qu({ definitions: l });
|
|
43731
|
+
)) ?? c ?? qu({ definitions: l }), console.log({ childUniqueKey: i, gridPath: t, defaultUserSettings: c });
|
|
43731
43732
|
const g = [], v = Tr(c);
|
|
43732
43733
|
for (const b of l) {
|
|
43733
43734
|
const k = v[b.key] || {}, E = d[b.key] || {}, R = y[b.key], P = Tr(k.children || []), I = Tr(E.children || []);
|