@3cr/viewer-browser 0.0.100 → 0.0.102
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.mjs
CHANGED
|
@@ -18164,7 +18164,7 @@ const Sx = J({
|
|
|
18164
18164
|
D1(b);
|
|
18165
18165
|
else {
|
|
18166
18166
|
const x = z(l.options)[b];
|
|
18167
|
-
x !== void 0 && x();
|
|
18167
|
+
console.log("executeOption", b, x), x !== void 0 && x();
|
|
18168
18168
|
}
|
|
18169
18169
|
}
|
|
18170
18170
|
const M = {
|
|
@@ -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
|
}),
|