@3cr/viewer-browser 0.0.101 → 0.0.103
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 +4 -3
- package/dist/Viewer3CR.umd.js +1 -1
- package/package.json +1 -1
- package/src/App.vue +6 -1
- package/src/components/WebGL3DR.vue +0 -1
package/dist/Viewer3CR.mjs
CHANGED
|
@@ -8596,7 +8596,7 @@ const g0 = "data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'%20stan
|
|
|
8596
8596
|
width: "100%",
|
|
8597
8597
|
height: "calc(100vh - 48px)",
|
|
8598
8598
|
tabindex: "-1",
|
|
8599
|
-
style: { width: "100%", height: "calc(100vh - 50px)",
|
|
8599
|
+
style: { width: "100%", height: "calc(100vh - 50px)", "background-size": "cover !important" }
|
|
8600
8600
|
}, null, -1), x0 = {
|
|
8601
8601
|
id: "parent-canvas",
|
|
8602
8602
|
ref: "parent_canvas"
|
|
@@ -19272,8 +19272,9 @@ const Sx = J({
|
|
|
19272
19272
|
d($x, {
|
|
19273
19273
|
ref_key: "mftpWebGL3DRModal",
|
|
19274
19274
|
ref: o,
|
|
19275
|
-
payload: n.value
|
|
19276
|
-
|
|
19275
|
+
payload: n.value,
|
|
19276
|
+
options: l.value
|
|
19277
|
+
}, null, 8, ["payload", "options"])
|
|
19277
19278
|
]),
|
|
19278
19279
|
_: 1
|
|
19279
19280
|
}),
|