@3cr/viewer-browser 0.0.25 → 0.0.27
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/Viewer3CR.js +1 -1
- package/dist/Viewer3CR.mjs +7 -9
- package/dist/Viewer3CR.umd.js +1 -1
- package/package.json +1 -1
- package/src/App.vue +15 -15
- package/src/components/MftpWebGL3DRModal.vue +1 -1
package/dist/Viewer3CR.mjs
CHANGED
|
@@ -18082,7 +18082,7 @@ const iw = J({
|
|
|
18082
18082
|
default: L(() => [
|
|
18083
18083
|
(Oe(!0), Ue(Ce, null, ri(u.value.Layout.PositionData, (F) => (Oe(), Ue("div", {
|
|
18084
18084
|
class: "bordered-event-window",
|
|
18085
|
-
key: F
|
|
18085
|
+
key: JSON.stringify(F),
|
|
18086
18086
|
style: Nn({
|
|
18087
18087
|
...de(D0)(F),
|
|
18088
18088
|
cursor: D(F) === de(Et).Volume ? "grab !important" : "default"
|
|
@@ -18404,15 +18404,13 @@ const iw = J({
|
|
|
18404
18404
|
}), zw = /* @__PURE__ */ hn({
|
|
18405
18405
|
__name: "App",
|
|
18406
18406
|
setup(e, { expose: t }) {
|
|
18407
|
-
const n = Z(
|
|
18408
|
-
|
|
18409
|
-
|
|
18410
|
-
|
|
18411
|
-
|
|
18412
|
-
Key: "OWjSMiL/ewUV1V6fGybhKcTyiysTPsIMp2DjdVoOUGI="
|
|
18413
|
-
}
|
|
18407
|
+
const n = Z({
|
|
18408
|
+
Url: "https://webgl-3dr.singular.health/test_scans/01440d4e-8b04-4b90-bb2c-698535ce16d6/CHEST.3vxl",
|
|
18409
|
+
DecryptionKey: {
|
|
18410
|
+
Iv: "XEloSh+OcO7TG77au6HjPw==",
|
|
18411
|
+
Key: "KUc722X1y4w42M+jCf9a3+6EGz66z7UMWK3m2aMqGxM="
|
|
18414
18412
|
}
|
|
18415
|
-
), l = Z(null);
|
|
18413
|
+
}), l = Z(null);
|
|
18416
18414
|
t({
|
|
18417
18415
|
loadInstance: o
|
|
18418
18416
|
});
|