@3sc/common-component 0.0.348 → 0.0.349
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 +11 -8
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +67 -67
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -43529,14 +43529,17 @@ const Bu = $c(Mr.SNOP), Lu = $c(Mr.SELECTED_BU), Vu = $c(Mr.USER), TW = $c(Mr.SE
|
|
|
43529
43529
|
...(t == null ? void 0 : t.children) && {
|
|
43530
43530
|
children: Zp(t.children)
|
|
43531
43531
|
}
|
|
43532
|
-
})), wy = ({ definitions: e }) => Zp(e), Cy = (e, t) =>
|
|
43533
|
-
|
|
43534
|
-
|
|
43535
|
-
|
|
43536
|
-
|
|
43537
|
-
|
|
43538
|
-
|
|
43539
|
-
}
|
|
43532
|
+
})), wy = ({ definitions: e }) => Zp(e), Cy = (e, t) => {
|
|
43533
|
+
const n = t.map((r) => {
|
|
43534
|
+
const o = e.find((i) => i.key === r.key);
|
|
43535
|
+
return console.log({ found: o }), {
|
|
43536
|
+
...r,
|
|
43537
|
+
sequenceId: (o == null ? void 0 : o.sequenceId) || r.sequenceId,
|
|
43538
|
+
isHidden: (o == null ? void 0 : o.isHidden) || r.isHidden
|
|
43539
|
+
};
|
|
43540
|
+
});
|
|
43541
|
+
return console.log({ res: n }), n;
|
|
43542
|
+
}, DW = () => ({
|
|
43540
43543
|
definitions: [
|
|
43541
43544
|
{
|
|
43542
43545
|
id: 1,
|