@3cr/viewer-browser 0.0.37 → 0.0.39
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
|
@@ -17438,7 +17438,7 @@ const iw = U({
|
|
|
17438
17438
|
u.value = JSON.parse(E), console.log(u.value);
|
|
17439
17439
|
}
|
|
17440
17440
|
function _(E, I, re) {
|
|
17441
|
-
E === Il.scan_loading && C(I, re), E === Il.file_management && H(I, re), E === "notifications" && W();
|
|
17441
|
+
(E === Il.scan_loading || E === "scan_state") && C(I, re), E === Il.file_management && H(I, re), E === "notifications" && W();
|
|
17442
17442
|
}
|
|
17443
17443
|
return (E, I) => {
|
|
17444
17444
|
const re = dg("v-list-item-icon");
|
|
@@ -18079,7 +18079,7 @@ const iw = U({
|
|
|
18079
18079
|
default: L(() => [
|
|
18080
18080
|
(Ie(!0), Ue(Ce, null, ri(u.value.Layout.PositionData, (F) => (Ie(), Ue("div", {
|
|
18081
18081
|
class: "bordered-event-window",
|
|
18082
|
-
key:
|
|
18082
|
+
key: F.Anchor,
|
|
18083
18083
|
style: An({
|
|
18084
18084
|
...de(D0)(F),
|
|
18085
18085
|
cursor: Y(F) === de(Et).Volume ? "grab !important" : "default"
|