@3cr/viewer-browser 0.0.21 → 0.0.23
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 +9 -7
- package/dist/Viewer3CR.umd.js +1 -1
- package/package.json +1 -1
- package/playground/index.html +1 -1
- package/scripts/postPublish.js +2 -1
- package/scripts/postPublish.ts +3 -1
- package/src/App.vue +15 -6
- package/src/components/MftpWebGL3DRModal.vue +1 -1
package/dist/Viewer3CR.mjs
CHANGED
|
@@ -17222,7 +17222,7 @@ const iw = J({
|
|
|
17222
17222
|
alterValue: ue,
|
|
17223
17223
|
load: ie
|
|
17224
17224
|
});
|
|
17225
|
-
const l = e, o =
|
|
17225
|
+
const l = e, o = { Version: "1.1.0" }, a = Z(!1), i = Z(!0), r = Z(!0), s = Z(!0), c = Z(!0), u = Z(cv()), f = Z(k0()), v = Z(null), m = Z(0), h = Z("lo_02"), g = Z([
|
|
17226
17226
|
{
|
|
17227
17227
|
text: "Reset Scan",
|
|
17228
17228
|
icon: "refresh",
|
|
@@ -18404,13 +18404,15 @@ 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
|
-
|
|
18407
|
+
const n = Z(
|
|
18408
|
+
{
|
|
18409
|
+
Url: "https://webgl-3dr.singular.health/test_scans/8bdddee1-e581-485d-827d-6aa12eef2fc8/Head+Axial+Axial.3vxl",
|
|
18410
|
+
DecryptionKey: {
|
|
18411
|
+
Iv: "x856FgjpYDsRhIa3BFj5cg==",
|
|
18412
|
+
Key: "OWjSMiL/ewUV1V6fGybhKcTyiysTPsIMp2DjdVoOUGI="
|
|
18413
|
+
}
|
|
18412
18414
|
}
|
|
18413
|
-
|
|
18415
|
+
), l = Z(null);
|
|
18414
18416
|
t({
|
|
18415
18417
|
loadInstance: o
|
|
18416
18418
|
});
|