endset_three_editor 0.1.8 → 0.1.9
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/three-editor.es.js
CHANGED
|
@@ -3977,7 +3977,8 @@ const Ji = {
|
|
|
3977
3977
|
}), ko = /* @__PURE__ */ Xe(No, [["__scopeId", "data-v-3427bb27"]]), jo = { class: "app-layout" }, Fo = /* @__PURE__ */ Ge({
|
|
3978
3978
|
__name: "DrawingBoard",
|
|
3979
3979
|
props: {
|
|
3980
|
-
mode: { default: "edit" }
|
|
3980
|
+
mode: { default: "edit" },
|
|
3981
|
+
sceneData: { default: null }
|
|
3981
3982
|
},
|
|
3982
3983
|
setup(r) {
|
|
3983
3984
|
const e = r, t = G(null), s = sn({
|
|
@@ -4019,7 +4020,7 @@ const Ji = {
|
|
|
4019
4020
|
f && (h.value = f);
|
|
4020
4021
|
}, c = (f) => Mt(f), p = (f) => Ks(f.uuid), m = G(null);
|
|
4021
4022
|
return An(() => {
|
|
4022
|
-
m.value && Ns(m.value, e.mode), u();
|
|
4023
|
+
m.value && Ns(m.value, e.mode, e.sceneData), u();
|
|
4023
4024
|
}), (f, y) => (N(), U("div", jo, [
|
|
4024
4025
|
r.mode === "edit" ? (N(), ot(Co, {
|
|
4025
4026
|
key: 0,
|
|
@@ -4047,7 +4048,7 @@ const Ji = {
|
|
|
4047
4048
|
Pn(ko)
|
|
4048
4049
|
]));
|
|
4049
4050
|
}
|
|
4050
|
-
}), Ko = /* @__PURE__ */ Xe(Fo, [["__scopeId", "data-v-
|
|
4051
|
+
}), Ko = /* @__PURE__ */ Xe(Fo, [["__scopeId", "data-v-0efddd2c"]]);
|
|
4051
4052
|
export {
|
|
4052
4053
|
ko as BottomBar,
|
|
4053
4054
|
Ko as DrawingBoard,
|