@chamn/engine 0.5.1 → 0.5.2
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.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +7 -4
- package/dist/index.js.map +1 -1
- package/package.json +7 -7
package/dist/index.js
CHANGED
|
@@ -15139,7 +15139,8 @@ let Dt = class Bb {
|
|
|
15139
15139
|
configure: a,
|
|
15140
15140
|
props: i,
|
|
15141
15141
|
children: o,
|
|
15142
|
-
condition: r.condition
|
|
15142
|
+
condition: r.condition,
|
|
15143
|
+
extra: this.data.extra
|
|
15143
15144
|
};
|
|
15144
15145
|
return t === "design" && delete u.id, u = y1(u), u;
|
|
15145
15146
|
}
|
|
@@ -15245,7 +15246,8 @@ class fc {
|
|
|
15245
15246
|
...r,
|
|
15246
15247
|
props: i,
|
|
15247
15248
|
children: o.filter((l) => l),
|
|
15248
|
-
condition: r.condition
|
|
15249
|
+
condition: r.condition,
|
|
15250
|
+
extra: this.data.extra
|
|
15249
15251
|
};
|
|
15250
15252
|
let s = t$(a, ["id"]);
|
|
15251
15253
|
return s = y1(s), s;
|
|
@@ -15591,7 +15593,8 @@ let dk = class f$ {
|
|
|
15591
15593
|
componentsTree: y1(r),
|
|
15592
15594
|
componentsMeta: a,
|
|
15593
15595
|
thirdLibs: this.data.thirdLibs,
|
|
15594
|
-
assets: []
|
|
15596
|
+
assets: [],
|
|
15597
|
+
extra: this.data.extra
|
|
15595
15598
|
};
|
|
15596
15599
|
return (n = this.data.thirdLibs) == null || n.forEach((l) => {
|
|
15597
15600
|
const c = i.find((u) => l.package === u.package);
|
|
@@ -54176,7 +54179,7 @@ class U2e extends R.Component {
|
|
|
54176
54179
|
return /* @__PURE__ */ x.jsx("div", { className: Be([Bse.engineContainer, this.props.className]), style: this.props.style, children: /* @__PURE__ */ x.jsx(zse, { ref: this.workbenchRef, emitter: this.emitter, ...this.workbenchConfig }) });
|
|
54177
54180
|
}
|
|
54178
54181
|
}
|
|
54179
|
-
Y(U2e, "version", "0.5.
|
|
54182
|
+
Y(U2e, "version", "0.5.2");
|
|
54180
54183
|
export {
|
|
54181
54184
|
s6 as AdvancePanel,
|
|
54182
54185
|
l6 as AdvancePanelConfig,
|