@qispace/vue3-player 0.1.55 → 0.1.56
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.
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
var Dt = Object.defineProperty;
|
|
2
2
|
var Mt = (c, n, e) => n in c ? Dt(c, n, { enumerable: !0, configurable: !0, writable: !0, value: e }) : c[n] = e;
|
|
3
3
|
var ne = (c, n, e) => (Mt(c, typeof n != "symbol" ? n + "" : n, e), e);
|
|
4
|
-
import { defineComponent as P, ref as d, computed as T, openBlock as v, createElementBlock as D, watch as H, onMounted as de, onBeforeUnmount as je, withDirectives as ve, createElementVNode as
|
|
4
|
+
import { defineComponent as P, ref as d, computed as T, openBlock as v, createElementBlock as D, watch as H, onMounted as de, onBeforeUnmount as je, withDirectives as ve, createElementVNode as r, normalizeStyle as se, vShow as fe, createVNode as w, Fragment as ce, renderList as me, createCommentVNode as $, inject as Be, resolveComponent as B, withCtx as C, toDisplayString as Q, unref as ae, createTextVNode as ee, normalizeClass as he, createBlock as V, renderSlot as K, provide as Qe, reactive as rt, watchEffect as Ie, resolveDynamicComponent as ht, normalizeProps as tt, guardReactiveProps as nt, mergeProps as _e, nextTick as Se, Transition as Le, createSlots as Et, pushScopeId as it, popScopeId as ut, vModelText as Tt, createStaticVNode as gt, onBeforeUpdate as Vt } from "vue";
|
|
5
5
|
import ot from "axios";
|
|
6
6
|
import * as Bt from "@qispace/player-core";
|
|
7
7
|
import * as Ve from "three";
|
|
@@ -60,7 +60,7 @@ const Rt = /* @__PURE__ */ P({
|
|
|
60
60
|
e[a] = t;
|
|
61
61
|
return e;
|
|
62
62
|
}, Re = /* @__PURE__ */ J(Rt, [["__scopeId", "data-v-eb9b348d"]]);
|
|
63
|
-
function
|
|
63
|
+
function re(c, n) {
|
|
64
64
|
return typeof c == "string" ? `${c}${n}` : c(n);
|
|
65
65
|
}
|
|
66
66
|
const Ot = /* @__PURE__ */ P({
|
|
@@ -76,12 +76,12 @@ const Ot = /* @__PURE__ */ P({
|
|
|
76
76
|
},
|
|
77
77
|
emits: ["selectUnit", "goToUnit", "hoverOver", "hoverOut", "pos"],
|
|
78
78
|
setup(c, { emit: n }) {
|
|
79
|
-
const e = c, a = n, t = d({ x: 0, y: 0, width: 0, height: 0 }), o = d(0),
|
|
79
|
+
const e = c, a = n, t = d({ x: 0, y: 0, width: 0, height: 0 }), o = d(0), i = d(0), l = d(), p = d(), u = d(), s = d(), m = d(-1), b = d(!1), h = d(), f = d(), y = d({}), F = d("auto"), A = d(new ye()), g = d({}), U = d(), x = d(), O = d(), I = d(), _ = d(), Y = T(() => O.value.isHoverEnabled), S = T(() => re(
|
|
80
80
|
e.cdnFileResolver,
|
|
81
81
|
`/scenedata${e.viewModel.currentScene}.png`
|
|
82
82
|
)), j = T(() => S.value in y.value ? y.value[S.value] : null), L = T(() => m.value < 0 ? !1 : e.sceneData.find((Z) => Z.index === m.value) || !1), E = T(() => ({
|
|
83
83
|
width: o.value + "px",
|
|
84
|
-
height:
|
|
84
|
+
height: i.value + "px",
|
|
85
85
|
cursor: F.value
|
|
86
86
|
})), z = T(() => `hover-${b.value ? "over" : "out"}-${L.value ? typeof L.value == "object" && "unitId" in L.value ? L.value.unitId : L.value : ""}`);
|
|
87
87
|
H(
|
|
@@ -137,16 +137,16 @@ const Ot = /* @__PURE__ */ P({
|
|
|
137
137
|
});
|
|
138
138
|
function W() {
|
|
139
139
|
l.value = I.value.getContext("2d", { willReadFrequently: !0 }), p.value = new Image(), p.value.onload = () => {
|
|
140
|
-
Ee(), I.value.addEventListener("mousemove", Ke(
|
|
140
|
+
Ee(), I.value.addEventListener("mousemove", Ke(ie, 50));
|
|
141
141
|
}, p.value.src = j.value;
|
|
142
142
|
}
|
|
143
|
-
function
|
|
143
|
+
function ie(G) {
|
|
144
144
|
const Z = q(G.offsetX, G.offsetY);
|
|
145
145
|
b.value = Z >= 0, m.value = Z, t.value = {
|
|
146
146
|
x: G.offsetX,
|
|
147
147
|
y: G.offsetY,
|
|
148
148
|
width: o.value,
|
|
149
|
-
height:
|
|
149
|
+
height: i.value
|
|
150
150
|
};
|
|
151
151
|
}
|
|
152
152
|
function M(G) {
|
|
@@ -236,7 +236,7 @@ const Ot = /* @__PURE__ */ P({
|
|
|
236
236
|
function Ce() {
|
|
237
237
|
if (!_.value)
|
|
238
238
|
return !1;
|
|
239
|
-
o.value = _.value.offsetWidth,
|
|
239
|
+
o.value = _.value.offsetWidth, i.value = _.value.offsetHeight;
|
|
240
240
|
}
|
|
241
241
|
function Ee() {
|
|
242
242
|
R(), Me();
|
|
@@ -258,7 +258,7 @@ const Ot = /* @__PURE__ */ P({
|
|
|
258
258
|
ref: _,
|
|
259
259
|
id: "canvas"
|
|
260
260
|
}, [
|
|
261
|
-
ve(
|
|
261
|
+
ve(r("canvas", {
|
|
262
262
|
id: "canvas-mask",
|
|
263
263
|
ref_key: "canvas",
|
|
264
264
|
ref: I,
|
|
@@ -286,17 +286,17 @@ const Ot = /* @__PURE__ */ P({
|
|
|
286
286
|
},
|
|
287
287
|
emits: ["selectUnit", "goToUnit", "hoverOver", "hoverOut", "pos"],
|
|
288
288
|
setup(c, { emit: n }) {
|
|
289
|
-
const e = c, a = n, t = d({ x: 0, y: 0, width: 0, height: 0 }), o = d(-1),
|
|
289
|
+
const e = c, a = n, t = d({ x: 0, y: 0, width: 0, height: 0 }), o = d(-1), i = d({}), l = d(null), p = d(new ye()), u = d(), s = d(), m = T(() => s.value.isHoverEnabled);
|
|
290
290
|
H(
|
|
291
291
|
() => e.viewModel.currentScene,
|
|
292
292
|
() => {
|
|
293
|
-
e.viewModel.currentScene in
|
|
293
|
+
e.viewModel.currentScene in i.value && (l.value = i.value[e.viewModel.currentScene]);
|
|
294
294
|
},
|
|
295
295
|
{ immediate: !0 }
|
|
296
296
|
), H(
|
|
297
|
-
|
|
297
|
+
i,
|
|
298
298
|
() => {
|
|
299
|
-
e.viewModel.currentScene in
|
|
299
|
+
e.viewModel.currentScene in i.value && (l.value = i.value[e.viewModel.currentScene]);
|
|
300
300
|
},
|
|
301
301
|
{ immediate: !0 }
|
|
302
302
|
), H(t, () => {
|
|
@@ -321,7 +321,7 @@ const Ot = /* @__PURE__ */ P({
|
|
|
321
321
|
}
|
|
322
322
|
}), de(() => {
|
|
323
323
|
for (let x = 1; x <= 4; x++) {
|
|
324
|
-
const O =
|
|
324
|
+
const O = re(e.cdnFileResolver, `/scenedata${x}.svg`), I = {
|
|
325
325
|
markup: "",
|
|
326
326
|
viewBox: "",
|
|
327
327
|
svgObjects: []
|
|
@@ -334,7 +334,7 @@ const Ot = /* @__PURE__ */ P({
|
|
|
334
334
|
).map((j) => ({
|
|
335
335
|
index: parseInt(j.getAttribute("data-index")),
|
|
336
336
|
svg: j.innerHTML
|
|
337
|
-
})),
|
|
337
|
+
})), i.value = { ...i.value, [x]: I };
|
|
338
338
|
});
|
|
339
339
|
}
|
|
340
340
|
u.value.addEventListener("mousemove", U(b, 50));
|
|
@@ -399,7 +399,7 @@ const Ot = /* @__PURE__ */ P({
|
|
|
399
399
|
ref_key: "container",
|
|
400
400
|
ref: u
|
|
401
401
|
}, [
|
|
402
|
-
ve(
|
|
402
|
+
ve(r("div", {
|
|
403
403
|
class: "svg-container",
|
|
404
404
|
style: se({
|
|
405
405
|
opacity: !l.value || !l.value.svgObjects ? 0 : 1
|
|
@@ -442,14 +442,14 @@ const Ot = /* @__PURE__ */ P({
|
|
|
442
442
|
},
|
|
443
443
|
emits: ["prevUnit", "nextUnit", "goToUnit"],
|
|
444
444
|
setup(c, { emit: n }) {
|
|
445
|
-
const e = c, a = T(() => e.selectedUnitId), t = T(() => e.nextUnitId), o = T(() => e.prevUnitId),
|
|
445
|
+
const e = c, a = T(() => e.selectedUnitId), t = T(() => e.nextUnitId), o = T(() => e.prevUnitId), i = n, l = Be(be);
|
|
446
446
|
de(() => {
|
|
447
447
|
window.addEventListener("keydown", p);
|
|
448
448
|
}), je(() => {
|
|
449
449
|
window.removeEventListener("keydown", p);
|
|
450
450
|
});
|
|
451
451
|
function p(u) {
|
|
452
|
-
u.keyCode === 37 ? e.prevUnitId &&
|
|
452
|
+
u.keyCode === 37 ? e.prevUnitId && i("prevUnit") : u.keyCode === 39 && e.nextUnitId && i("nextUnit");
|
|
453
453
|
}
|
|
454
454
|
return (u, s) => {
|
|
455
455
|
const m = B("v-btn");
|
|
@@ -466,7 +466,7 @@ const Ot = /* @__PURE__ */ P({
|
|
|
466
466
|
icon: "mdi-chevron-left",
|
|
467
467
|
class: "mr-sm-4 ml-sm-8 mr-3 ml-3 black darken-1",
|
|
468
468
|
disabled: !o.value,
|
|
469
|
-
onClick: s[1] || (s[1] = (b) =>
|
|
469
|
+
onClick: s[1] || (s[1] = (b) => i("prevUnit"))
|
|
470
470
|
}, null, 8, ["disabled"]),
|
|
471
471
|
w(m, {
|
|
472
472
|
color: "darken-2",
|
|
@@ -474,11 +474,11 @@ const Ot = /* @__PURE__ */ P({
|
|
|
474
474
|
rounded: "",
|
|
475
475
|
plain: "",
|
|
476
476
|
disabled: !a.value || !u.canGoToUnitCallback(a.value),
|
|
477
|
-
onClick: s[2] || (s[2] = (b) =>
|
|
477
|
+
onClick: s[2] || (s[2] = (b) => i("goToUnit", a.value))
|
|
478
478
|
}, {
|
|
479
479
|
default: C(() => [
|
|
480
480
|
a.value && u.canGoToUnitCallback(a.value) ? (v(), D("span", jt, Q(ae(l).getLabel("seeApartment")) + " ", 1)) : $("", !0),
|
|
481
|
-
|
|
481
|
+
r("span", Wt, Q(a.value ? e.unitRenderer(a.value) : "-"), 1)
|
|
482
482
|
]),
|
|
483
483
|
_: 1
|
|
484
484
|
}, 8, ["disabled"]),
|
|
@@ -488,7 +488,7 @@ const Ot = /* @__PURE__ */ P({
|
|
|
488
488
|
icon: "mdi-chevron-right",
|
|
489
489
|
class: "mr-sm-8 ml-sm-4 mr-3 ml-3 black darken-1",
|
|
490
490
|
disabled: !t.value,
|
|
491
|
-
onClick: s[3] || (s[3] = (b) =>
|
|
491
|
+
onClick: s[3] || (s[3] = (b) => i("nextUnit"))
|
|
492
492
|
}, null, 8, ["disabled"]),
|
|
493
493
|
w(m, {
|
|
494
494
|
elevation: "1",
|
|
@@ -610,7 +610,7 @@ const Qt = {
|
|
|
610
610
|
setup(c, { emit: n }) {
|
|
611
611
|
const e = c, a = n, t = h(), o = d(
|
|
612
612
|
new lt(t.length).onLoadFinished(() => a("loaded")).onLoadProgress((A) => a("progress", A)).onLoadError(() => a("error"))
|
|
613
|
-
),
|
|
613
|
+
), i = d(
|
|
614
614
|
new Gt(e.cardinalFrames, pt)
|
|
615
615
|
), l = d(t), p = d(!1), u = T(() => l.value.find((A) => A.show));
|
|
616
616
|
H(
|
|
@@ -624,7 +624,7 @@ const Qt = {
|
|
|
624
624
|
});
|
|
625
625
|
function s(A, g, U) {
|
|
626
626
|
e.viewModel.isRotating || (e.viewModel.isRotating = !0, m(
|
|
627
|
-
|
|
627
|
+
i.value.start(
|
|
628
628
|
g,
|
|
629
629
|
A % Ne,
|
|
630
630
|
U
|
|
@@ -639,7 +639,7 @@ const Qt = {
|
|
|
639
639
|
}, 1e3 / an);
|
|
640
640
|
}
|
|
641
641
|
function b() {
|
|
642
|
-
const A =
|
|
642
|
+
const A = i.value.startFrameIndexForScene(
|
|
643
643
|
e.viewModel.currentScene % Ne
|
|
644
644
|
);
|
|
645
645
|
A in l.value && (l.value[A].show = !0), e.viewModel.isRotating = !1;
|
|
@@ -659,19 +659,19 @@ const Qt = {
|
|
|
659
659
|
}
|
|
660
660
|
function f(A) {
|
|
661
661
|
const g = ("0000" + (A + 1)).slice(-4), U = e.build ? `?v=${e.build}` : "", x = [
|
|
662
|
-
`${
|
|
662
|
+
`${re(
|
|
663
663
|
e.cdnFileResolver,
|
|
664
664
|
`/480/${g}.jpg${U}`
|
|
665
665
|
)} 480w`,
|
|
666
|
-
`${
|
|
666
|
+
`${re(
|
|
667
667
|
e.cdnFileResolver,
|
|
668
668
|
`/960/${g}.jpg${U}`
|
|
669
669
|
)} 960w`,
|
|
670
|
-
`${
|
|
670
|
+
`${re(
|
|
671
671
|
e.cdnFileResolver,
|
|
672
672
|
`/1280/${g}.jpg${U}`
|
|
673
673
|
)} 1280w`
|
|
674
|
-
].join(","), O =
|
|
674
|
+
].join(","), O = re(
|
|
675
675
|
e.cdnFileResolver,
|
|
676
676
|
`/480/${g}.jpg${U}`
|
|
677
677
|
);
|
|
@@ -703,11 +703,11 @@ const Qt = {
|
|
|
703
703
|
alt: x.index,
|
|
704
704
|
class: he({ "frame-image": !0, show: x.show })
|
|
705
705
|
}, [
|
|
706
|
-
|
|
706
|
+
r("source", {
|
|
707
707
|
srcset: x.sourceSet,
|
|
708
708
|
type: "image/jpeg"
|
|
709
709
|
}, null, 8, tn),
|
|
710
|
-
|
|
710
|
+
r("img", {
|
|
711
711
|
src: x.defaultPath,
|
|
712
712
|
alt: "Building image",
|
|
713
713
|
onLoad: g[2] || (g[2] = (O) => o.value.partLoaded()),
|
|
@@ -716,11 +716,11 @@ const Qt = {
|
|
|
716
716
|
], 10, en))), 128))
|
|
717
717
|
])) : (v(), D("div", qt, [
|
|
718
718
|
u.value ? (v(), D("picture", Zt, [
|
|
719
|
-
|
|
719
|
+
r("source", {
|
|
720
720
|
srcset: u.value.sourceSet,
|
|
721
721
|
type: "image/jpeg"
|
|
722
722
|
}, null, 8, Jt),
|
|
723
|
-
|
|
723
|
+
r("img", {
|
|
724
724
|
src: u.value.defaultPath,
|
|
725
725
|
onLoad: g[0] || (g[0] = (x) => p.value = !0),
|
|
726
726
|
onError: g[1] || (g[1] = (x) => o.value.errorDetected())
|
|
@@ -739,10 +739,10 @@ const Qt = {
|
|
|
739
739
|
emits: ["outside"],
|
|
740
740
|
setup(c, { emit: n }) {
|
|
741
741
|
const e = c, a = n, t = T(() => {
|
|
742
|
-
let o,
|
|
743
|
-
return e.pos.x <= e.pos.width / 2 ? (o = "-100%", l = "-8px") : (o = "0%", l = "8px"), e.pos.y <= e.pos.height / 2 ? (
|
|
742
|
+
let o, i, l, p;
|
|
743
|
+
return e.pos.x <= e.pos.width / 2 ? (o = "-100%", l = "-8px") : (o = "0%", l = "8px"), e.pos.y <= e.pos.height / 2 ? (i = "-100%", p = "-8px") : (i = "0%", p = "8px"), `translate(${o}, ${i}) translate(${l}, ${p})`;
|
|
744
744
|
});
|
|
745
|
-
return (o,
|
|
745
|
+
return (o, i) => {
|
|
746
746
|
const l = B("v-dialog"), p = B("v-fade-transition");
|
|
747
747
|
return v(), V(p, {
|
|
748
748
|
origin: `top left ${o.pos.x} ${o.pos.y}`
|
|
@@ -763,7 +763,7 @@ const Qt = {
|
|
|
763
763
|
key: 1,
|
|
764
764
|
value: !0,
|
|
765
765
|
width: "auto",
|
|
766
|
-
"onClick:outside":
|
|
766
|
+
"onClick:outside": i[0] || (i[0] = (u) => a("outside", u))
|
|
767
767
|
}, {
|
|
768
768
|
default: C(() => [
|
|
769
769
|
K(o.$slots, "default", { isHoverable: o.isHoverable }, void 0, !0)
|
|
@@ -787,9 +787,9 @@ const Qt = {
|
|
|
787
787
|
},
|
|
788
788
|
emits: ["update"],
|
|
789
789
|
setup(c, { emit: n }) {
|
|
790
|
-
const e = c, a = n, t = d(100), o = d(0),
|
|
791
|
-
H([h, o,
|
|
792
|
-
|
|
790
|
+
const e = c, a = n, t = d(100), o = d(0), i = d(0), l = d(!1), p = d(!1), u = d(void 0), s = d(!1), m = d(), b = T(() => `translateX(${o.value}px) translateY(${i.value}px) scale(${h.value})`), h = T(() => t.value / 100), f = T(() => e.maxScale * 100);
|
|
791
|
+
H([h, o, i], () => {
|
|
792
|
+
ie();
|
|
793
793
|
}), H(
|
|
794
794
|
() => e.desktop,
|
|
795
795
|
() => {
|
|
@@ -910,8 +910,8 @@ const Qt = {
|
|
|
910
910
|
}
|
|
911
911
|
function z(M) {
|
|
912
912
|
const R = m.value.clientHeight, q = R * h.value;
|
|
913
|
-
|
|
914
|
-
Math.min(0,
|
|
913
|
+
i.value = Math.max(
|
|
914
|
+
Math.min(0, i.value + M),
|
|
915
915
|
-(q - R)
|
|
916
916
|
);
|
|
917
917
|
}
|
|
@@ -919,15 +919,15 @@ const Qt = {
|
|
|
919
919
|
const te = m.value.clientWidth, ue = m.value.clientHeight, oe = te * h.value, Ae = ue * h.value;
|
|
920
920
|
t.value = Math.min(Math.max(100, t.value + M), f.value);
|
|
921
921
|
const xe = te * h.value, we = ue * h.value, ke = xe - oe, Ce = we - Ae;
|
|
922
|
-
o.value -= R / te * ke,
|
|
922
|
+
o.value -= R / te * ke, i.value -= q / ue * Ce, E(0), z(0);
|
|
923
923
|
}
|
|
924
|
-
function
|
|
924
|
+
function ie() {
|
|
925
925
|
a("update", {
|
|
926
926
|
scale: h.value,
|
|
927
927
|
x: o.value,
|
|
928
|
-
y:
|
|
928
|
+
y: i.value,
|
|
929
929
|
resolve: (M, R) => {
|
|
930
|
-
const q = m.value.clientWidth, te = m.value.clientHeight, ue = o.value / -h.value, oe =
|
|
930
|
+
const q = m.value.clientWidth, te = m.value.clientHeight, ue = o.value / -h.value, oe = i.value / -h.value, Ae = ue + q / h.value, xe = oe + te / h.value, we = M / q * (Ae - ue) + ue, ke = R / te * (xe - oe) + oe;
|
|
931
931
|
return { x: we, y: ke };
|
|
932
932
|
}
|
|
933
933
|
});
|
|
@@ -938,7 +938,7 @@ const Qt = {
|
|
|
938
938
|
class: "zoom-box-container",
|
|
939
939
|
style: se({ position: e.position })
|
|
940
940
|
}, [
|
|
941
|
-
|
|
941
|
+
r("div", {
|
|
942
942
|
style: se({ "transform-origin": "top left", transform: b.value }),
|
|
943
943
|
class: "zoom-box"
|
|
944
944
|
}, [
|
|
@@ -1091,10 +1091,10 @@ const vn = { key: 0 }, mn = { class: "interactive-viewer" }, pn = { class: "fill
|
|
|
1091
1091
|
be,
|
|
1092
1092
|
a.i18nConfig ? new Fe(a.i18nConfig) : new Fe()
|
|
1093
1093
|
);
|
|
1094
|
-
const o =
|
|
1094
|
+
const o = rt({ isReady: !1, isError: !1 }), i = d(), l = d(), p = d(), u = d(), s = d({ x: 0, y: 0, width: 0, height: 0 }), m = d(), b = d(), h = d(), f = T(() => h.value.isHoverEnabled), y = T(() => a.useSvg ? Pt : $t), F = T(() => a.selectedUnitId), A = T(() => a.nextUnitId), g = T(() => a.prevUnitId);
|
|
1095
1095
|
Ie(() => {
|
|
1096
1096
|
if (F.value && u.value) {
|
|
1097
|
-
const I =
|
|
1097
|
+
const I = i.value[F.value];
|
|
1098
1098
|
I && (u.value.currentScene = I);
|
|
1099
1099
|
}
|
|
1100
1100
|
}), de(async () => {
|
|
@@ -1102,7 +1102,7 @@ const vn = { key: 0 }, mn = { class: "interactive-viewer" }, pn = { class: "fill
|
|
|
1102
1102
|
p.value = a.apartmentChooserData && a.apartmentChooserData.scenes !== void 0 ? a.apartmentChooserData.scenes : e, l.value = a.apartmentChooserData && a.apartmentChooserData.sceneData !== void 0 ? a.apartmentChooserData.sceneData.map((S) => ({
|
|
1103
1103
|
unitId: S.apartmentID,
|
|
1104
1104
|
index: S.index
|
|
1105
|
-
})) : [],
|
|
1105
|
+
})) : [], i.value = a.apartmentChooserData && a.apartmentChooserData.sceneData !== void 0 ? a.apartmentChooserData.sceneData.map((S) => {
|
|
1106
1106
|
const j = S.bestScene === 0 ? 4 : S.bestScene;
|
|
1107
1107
|
return { unitId: S.apartmentID, scene: j };
|
|
1108
1108
|
}).reduce((S, j) => ({ ...S, [j.unitId]: j.scene }), {}) : {};
|
|
@@ -1111,12 +1111,12 @@ const vn = { key: 0 }, mn = { class: "interactive-viewer" }, pn = { class: "fill
|
|
|
1111
1111
|
for (let z = 0; z < dt; z++)
|
|
1112
1112
|
E.push(L), L = yt(L);
|
|
1113
1113
|
return S.sort((z, W) => {
|
|
1114
|
-
const
|
|
1115
|
-
(R) => R ===
|
|
1114
|
+
const ie = E.findIndex(
|
|
1115
|
+
(R) => R === i.value[z[j]]
|
|
1116
1116
|
), M = E.findIndex(
|
|
1117
|
-
(R) => R ===
|
|
1117
|
+
(R) => R === i.value[W[j]]
|
|
1118
1118
|
);
|
|
1119
|
-
return
|
|
1119
|
+
return ie < M ? -1 : ie > M ? 1 : 0;
|
|
1120
1120
|
}), S;
|
|
1121
1121
|
}, Y = (S) => {
|
|
1122
1122
|
u.value = new cn(S);
|
|
@@ -1125,7 +1125,7 @@ const vn = { key: 0 }, mn = { class: "interactive-viewer" }, pn = { class: "fill
|
|
|
1125
1125
|
scene: I,
|
|
1126
1126
|
scenes: p.value,
|
|
1127
1127
|
sceneData: l.value,
|
|
1128
|
-
scenesByApartment:
|
|
1128
|
+
scenesByApartment: i.value,
|
|
1129
1129
|
unitsSceneSort: _,
|
|
1130
1130
|
initialize: Y
|
|
1131
1131
|
});
|
|
@@ -1142,8 +1142,8 @@ const vn = { key: 0 }, mn = { class: "interactive-viewer" }, pn = { class: "fill
|
|
|
1142
1142
|
return (I, _) => {
|
|
1143
1143
|
const Y = B("v-progress-linear");
|
|
1144
1144
|
return u.value ? (v(), D("div", vn, [
|
|
1145
|
-
|
|
1146
|
-
|
|
1145
|
+
r("div", mn, [
|
|
1146
|
+
r("div", pn, [
|
|
1147
1147
|
w(Ze, {
|
|
1148
1148
|
desktop: o.isReady && I.interactiveDesktop,
|
|
1149
1149
|
mobile: o.isReady && I.interactiveMobile
|
|
@@ -1236,7 +1236,7 @@ const vn = { key: 0 }, mn = { class: "interactive-viewer" }, pn = { class: "fill
|
|
|
1236
1236
|
currentTime: {}
|
|
1237
1237
|
},
|
|
1238
1238
|
setup(c) {
|
|
1239
|
-
const n = c, e = T(() =>
|
|
1239
|
+
const n = c, e = T(() => re(n.cdnFileResolver, n.timeSampleData.filename));
|
|
1240
1240
|
return (a, t) => ve((v(), D("img", {
|
|
1241
1241
|
key: e.value,
|
|
1242
1242
|
src: e.value,
|
|
@@ -1284,7 +1284,7 @@ const vn = { key: 0 }, mn = { class: "interactive-viewer" }, pn = { class: "fill
|
|
|
1284
1284
|
},
|
|
1285
1285
|
emits: ["goToBuilding", "hoverOverBuilding", "hoverOutBuilding"],
|
|
1286
1286
|
setup(c, { emit: n }) {
|
|
1287
|
-
const e = c, a = T(() =>
|
|
1287
|
+
const e = c, a = T(() => re(e.cdnFileResolver, e.transitionData.filename));
|
|
1288
1288
|
return (t, o) => ve((v(), D("img", {
|
|
1289
1289
|
key: a.value,
|
|
1290
1290
|
src: a.value,
|
|
@@ -1325,10 +1325,10 @@ const xn = /* @__PURE__ */ P({
|
|
|
1325
1325
|
a(
|
|
1326
1326
|
"onCameraChange",
|
|
1327
1327
|
o.value.find(
|
|
1328
|
-
(
|
|
1328
|
+
(i) => i.overlayFilename === t.value
|
|
1329
1329
|
)
|
|
1330
1330
|
);
|
|
1331
|
-
}), (
|
|
1331
|
+
}), (i, l) => {
|
|
1332
1332
|
const p = B("v-select");
|
|
1333
1333
|
return v(), V(p, {
|
|
1334
1334
|
modelValue: t.value,
|
|
@@ -1362,18 +1362,18 @@ const xn = /* @__PURE__ */ P({
|
|
|
1362
1362
|
a(
|
|
1363
1363
|
"onDayChange",
|
|
1364
1364
|
e.cameraData.sunsimDayOfYear.find(
|
|
1365
|
-
(
|
|
1365
|
+
(i) => i.dayOfYear === t.value
|
|
1366
1366
|
)
|
|
1367
1367
|
);
|
|
1368
1368
|
});
|
|
1369
|
-
function o(
|
|
1369
|
+
function o(i) {
|
|
1370
1370
|
const l = /* @__PURE__ */ new Date(0);
|
|
1371
|
-
return l.setUTCDate(
|
|
1371
|
+
return l.setUTCDate(i), l.toLocaleString("en-no", {
|
|
1372
1372
|
month: "short",
|
|
1373
1373
|
day: "numeric"
|
|
1374
1374
|
});
|
|
1375
1375
|
}
|
|
1376
|
-
return (
|
|
1376
|
+
return (i, l) => {
|
|
1377
1377
|
const p = B("v-list-item"), u = B("v-select");
|
|
1378
1378
|
return v(), V(u, {
|
|
1379
1379
|
modelValue: t.value,
|
|
@@ -1424,7 +1424,7 @@ const xn = /* @__PURE__ */ P({
|
|
|
1424
1424
|
)
|
|
1425
1425
|
);
|
|
1426
1426
|
});
|
|
1427
|
-
function
|
|
1427
|
+
function i(p) {
|
|
1428
1428
|
const u = p * 60, s = Math.floor(u / 60), m = u % 60;
|
|
1429
1429
|
return `${s.toString().padStart(2, "0")}:${m.toString().padStart(2, "0")}`;
|
|
1430
1430
|
}
|
|
@@ -1452,7 +1452,7 @@ const xn = /* @__PURE__ */ P({
|
|
|
1452
1452
|
]),
|
|
1453
1453
|
_: 1
|
|
1454
1454
|
}),
|
|
1455
|
-
ee(" " + Q(
|
|
1455
|
+
ee(" " + Q(i(t.value)), 1)
|
|
1456
1456
|
])) : (v(), V(b, {
|
|
1457
1457
|
key: 1,
|
|
1458
1458
|
class: "pa-1",
|
|
@@ -1472,10 +1472,10 @@ const xn = /* @__PURE__ */ P({
|
|
|
1472
1472
|
onClick: l
|
|
1473
1473
|
}, null, 8, ["icon"]),
|
|
1474
1474
|
ee(" "),
|
|
1475
|
-
|
|
1475
|
+
r("span", En, Q(i(p.dayData.startTime)), 1)
|
|
1476
1476
|
]),
|
|
1477
1477
|
append: C(() => [
|
|
1478
|
-
|
|
1478
|
+
r("span", Tn, Q(i(p.dayData.endTime)), 1),
|
|
1479
1479
|
ee(" "),
|
|
1480
1480
|
w(s, {
|
|
1481
1481
|
style: { color: "#ffab02", "vertical-align": "baseline", "font-size": "20px" },
|
|
@@ -1486,7 +1486,7 @@ const xn = /* @__PURE__ */ P({
|
|
|
1486
1486
|
]),
|
|
1487
1487
|
_: 1
|
|
1488
1488
|
}),
|
|
1489
|
-
ee(" " + Q(
|
|
1489
|
+
ee(" " + Q(i(t.value)), 1)
|
|
1490
1490
|
]),
|
|
1491
1491
|
_: 1
|
|
1492
1492
|
}, 8, ["modelValue", "min", "max", "step", "disabled"]))
|
|
@@ -1509,31 +1509,31 @@ const xn = /* @__PURE__ */ P({
|
|
|
1509
1509
|
n({
|
|
1510
1510
|
rotateShortestRoute: b
|
|
1511
1511
|
});
|
|
1512
|
-
const o = d(!1),
|
|
1512
|
+
const o = d(!1), i = d(a.currentScene), l = d(a.selectedId);
|
|
1513
1513
|
Ie(() => {
|
|
1514
|
-
|
|
1514
|
+
i.value = a.currentScene;
|
|
1515
1515
|
}), Ie(() => {
|
|
1516
1516
|
l.value = a.selectedId;
|
|
1517
1517
|
}), Ie(() => {
|
|
1518
|
-
t("onSceneChange",
|
|
1518
|
+
t("onSceneChange", i.value);
|
|
1519
1519
|
});
|
|
1520
|
-
const p = T(() => o.value ? !1 : a.apartmentChooserData.loopable ? !0 :
|
|
1520
|
+
const p = T(() => o.value ? !1 : a.apartmentChooserData.loopable ? !0 : i.value !== a.apartmentChooserData.scenes[0]), u = T(() => o.value ? !1 : a.apartmentChooserData.loopable ? !0 : i.value !== a.apartmentChooserData.scenes[a.apartmentChooserData.scenes.length - 1]);
|
|
1521
1521
|
function s() {
|
|
1522
|
-
const f =
|
|
1522
|
+
const f = i.value;
|
|
1523
1523
|
let y = a.apartmentChooserData.scenes.findIndex((A) => A === f) + 1;
|
|
1524
1524
|
y >= a.apartmentChooserData.scenes.length && (y = 0);
|
|
1525
1525
|
const F = a.apartmentChooserData.scenes[y];
|
|
1526
1526
|
a.apartmentChooserData.loopable && f > F ? h(f, F + a.apartmentChooserData.scenes.length) : h(f, F);
|
|
1527
1527
|
}
|
|
1528
1528
|
async function m() {
|
|
1529
|
-
const f =
|
|
1529
|
+
const f = i.value;
|
|
1530
1530
|
let y = a.apartmentChooserData.scenes.findIndex((A) => A === f) - 1;
|
|
1531
1531
|
y < 0 && (y = a.apartmentChooserData.scenes[a.apartmentChooserData.scenes.length - 1]);
|
|
1532
1532
|
const F = a.apartmentChooserData.scenes[y];
|
|
1533
1533
|
a.apartmentChooserData.loopable && f < F ? h(f + a.apartmentChooserData.scenes.length, F) : h(f, F);
|
|
1534
1534
|
}
|
|
1535
1535
|
function b(f) {
|
|
1536
|
-
const y =
|
|
1536
|
+
const y = i.value;
|
|
1537
1537
|
if (a.apartmentChooserData.loopable)
|
|
1538
1538
|
if (f < y) {
|
|
1539
1539
|
let F = y - f, A = y - (a.apartmentChooserData.cameras.length + f);
|
|
@@ -1550,9 +1550,9 @@ const xn = /* @__PURE__ */ P({
|
|
|
1550
1550
|
o.value = !0, t("onRotateStart", { from: f, to: y });
|
|
1551
1551
|
let A, g = f;
|
|
1552
1552
|
A = setInterval(() => {
|
|
1553
|
-
g < y ? (g++,
|
|
1553
|
+
g < y ? (g++, i.value = Math.abs(
|
|
1554
1554
|
g % a.apartmentChooserData.cameras.length
|
|
1555
|
-
)) : g > y ? (g--,
|
|
1555
|
+
)) : g > y ? (g--, i.value = Math.abs(
|
|
1556
1556
|
g % a.apartmentChooserData.cameras.length
|
|
1557
1557
|
)) : (clearInterval(A), t("onRotateFinish", { from: f, to: y }), o.value = !1, F());
|
|
1558
1558
|
}, 50);
|
|
@@ -1600,11 +1600,11 @@ const xn = /* @__PURE__ */ P({
|
|
|
1600
1600
|
},
|
|
1601
1601
|
emits: ["onClick", "onHoverOver", "onHoverOut", "updateSvgContainer"],
|
|
1602
1602
|
setup(c, { emit: n }) {
|
|
1603
|
-
const e = c, a = n, t = d(), o = d(),
|
|
1603
|
+
const e = c, a = n, t = d(), o = d(), i = d(e.selectedId), l = rt({});
|
|
1604
1604
|
H(
|
|
1605
1605
|
() => e.selectedId,
|
|
1606
1606
|
() => {
|
|
1607
|
-
|
|
1607
|
+
i.value = e.selectedId;
|
|
1608
1608
|
}
|
|
1609
1609
|
), Ie(() => {
|
|
1610
1610
|
for (const s in l) {
|
|
@@ -1617,12 +1617,12 @@ const xn = /* @__PURE__ */ P({
|
|
|
1617
1617
|
};
|
|
1618
1618
|
m.style.fill = `rgba(${h}, ${f}, ${y}, ${F / 255})`, m.style.stroke = `rgb(${h}, ${f}, ${y})`, m.style.strokeWidth = A.toString();
|
|
1619
1619
|
}
|
|
1620
|
-
}), H(
|
|
1620
|
+
}), H(i, () => {
|
|
1621
1621
|
for (const s in l)
|
|
1622
|
-
l[s].state === "selected" && s !==
|
|
1622
|
+
l[s].state === "selected" && s !== i.value ? l[s].state = "idle" : l[s].state !== "selected" && s === i.value && (l[s].state = "selected");
|
|
1623
1623
|
}), Ie(async () => {
|
|
1624
1624
|
t.value = await ye.loadText(
|
|
1625
|
-
|
|
1625
|
+
re(e.cdnFileResolver, e.currentCamera.overlayFilename)
|
|
1626
1626
|
), u();
|
|
1627
1627
|
}), H(
|
|
1628
1628
|
() => o.value,
|
|
@@ -1662,7 +1662,7 @@ const xn = /* @__PURE__ */ P({
|
|
|
1662
1662
|
const h = b.getAttribute("data-apartment-id");
|
|
1663
1663
|
l[h] = {
|
|
1664
1664
|
element: b,
|
|
1665
|
-
state:
|
|
1665
|
+
state: i.value === h ? "selected" : "idle"
|
|
1666
1666
|
}, b.addEventListener("mouseover", () => {
|
|
1667
1667
|
l[h].state === "idle" && (l[h].state = "hover"), a("onHoverOver", h);
|
|
1668
1668
|
}), b.addEventListener("mouseout", () => {
|
|
@@ -1720,8 +1720,8 @@ class Ye {
|
|
|
1720
1720
|
return this._buildingIds[t];
|
|
1721
1721
|
}
|
|
1722
1722
|
_getBuildingIndex(n, e, a) {
|
|
1723
|
-
const [t, o,
|
|
1724
|
-
if (l === 255 && t === o && o ===
|
|
1723
|
+
const [t, o, i, l] = n.getPixel(e, a);
|
|
1724
|
+
if (l === 255 && t === o && o === i)
|
|
1725
1725
|
return t;
|
|
1726
1726
|
}
|
|
1727
1727
|
}
|
|
@@ -1733,7 +1733,7 @@ class bt {
|
|
|
1733
1733
|
this._cdnFileResolver = n, this._resourceLoader = new ye();
|
|
1734
1734
|
}
|
|
1735
1735
|
constructFileUrl(n) {
|
|
1736
|
-
return this._cdnFileResolver ?
|
|
1736
|
+
return this._cdnFileResolver ? re(this._cdnFileResolver, `/${n}`) : null;
|
|
1737
1737
|
}
|
|
1738
1738
|
loadBuildingMapImage(n) {
|
|
1739
1739
|
const e = this.constructFileUrl(n.lookupFilename);
|
|
@@ -1777,13 +1777,13 @@ class bt {
|
|
|
1777
1777
|
if (n) {
|
|
1778
1778
|
const e = await this.loadBuildingMapImage(n);
|
|
1779
1779
|
if (e) {
|
|
1780
|
-
const a = this.getViewLongitude(n), { buildingIds: t, buildingOverlays: o } = this.getBuildingData(n),
|
|
1780
|
+
const a = this.getViewLongitude(n), { buildingIds: t, buildingOverlays: o } = this.getBuildingData(n), i = this.getBackgroundImageData(n);
|
|
1781
1781
|
return {
|
|
1782
1782
|
mapImage: e,
|
|
1783
1783
|
viewLongitude: a,
|
|
1784
1784
|
buildingIds: t,
|
|
1785
1785
|
buildingOverlays: o,
|
|
1786
|
-
backgrounds:
|
|
1786
|
+
backgrounds: i
|
|
1787
1787
|
};
|
|
1788
1788
|
}
|
|
1789
1789
|
}
|
|
@@ -1960,7 +1960,7 @@ const Nn = (c) => {
|
|
|
1960
1960
|
},
|
|
1961
1961
|
emits: ["onClick", "onHoverOver", "onHoverOut", "onMouseMove"],
|
|
1962
1962
|
setup(c, { emit: n }) {
|
|
1963
|
-
const e = c, a = n, t = d(), o = d(),
|
|
1963
|
+
const e = c, a = n, t = d(), o = d(), i = d(), l = d(
|
|
1964
1964
|
null
|
|
1965
1965
|
), p = d(4), u = d(), s = d(!1), m = d(!1), b = d(), h = d(), f = T(() => h.value.isHoverEnabled), y = d({ x: 0, y: 0, width: 0, height: 0 }), F = d(), A = d(), g = d(
|
|
1966
1966
|
e.apartmentChooserData
|
|
@@ -1980,8 +1980,8 @@ const Nn = (c) => {
|
|
|
1980
1980
|
), I = async () => {
|
|
1981
1981
|
let M, R;
|
|
1982
1982
|
return R = await ye.loadJson(
|
|
1983
|
-
|
|
1984
|
-
), R.version === 5 ? R : (M = Nn(R), M);
|
|
1983
|
+
re(e.cdnFileResolver, "/apartmentChooser.json")
|
|
1984
|
+
), parseInt(R.version) === 5 ? R : (M = Nn(R), M);
|
|
1985
1985
|
};
|
|
1986
1986
|
H(
|
|
1987
1987
|
[
|
|
@@ -2008,9 +2008,9 @@ const Nn = (c) => {
|
|
|
2008
2008
|
), H(
|
|
2009
2009
|
[g, () => e.cdnFileResolver, () => e.defaultTime],
|
|
2010
2010
|
() => {
|
|
2011
|
-
g.value && e.cdnFileResolver && (e.defaultTime ?
|
|
2011
|
+
g.value && e.cdnFileResolver && (e.defaultTime ? i.value = o.value.timeSamples.find(
|
|
2012
2012
|
(M) => M.timeInHours === e.defaultTime
|
|
2013
|
-
) || o.value.timeSamples[0] :
|
|
2013
|
+
) || o.value.timeSamples[0] : i.value = o.value.timeSamples.find(
|
|
2014
2014
|
(M) => M.timeInHours === o.value.defaultHour
|
|
2015
2015
|
) || o.value.timeSamples[0]);
|
|
2016
2016
|
},
|
|
@@ -2041,7 +2041,7 @@ const Nn = (c) => {
|
|
|
2041
2041
|
});
|
|
2042
2042
|
}
|
|
2043
2043
|
function j(M) {
|
|
2044
|
-
const R =
|
|
2044
|
+
const R = i.value;
|
|
2045
2045
|
o.value = M, Se(() => {
|
|
2046
2046
|
L(
|
|
2047
2047
|
o.value.timeSamples.find(
|
|
@@ -2053,7 +2053,7 @@ const Nn = (c) => {
|
|
|
2053
2053
|
});
|
|
2054
2054
|
}
|
|
2055
2055
|
function L(M) {
|
|
2056
|
-
|
|
2056
|
+
i.value = M;
|
|
2057
2057
|
}
|
|
2058
2058
|
function E(M) {
|
|
2059
2059
|
a("onClick", M, () => {
|
|
@@ -2069,7 +2069,7 @@ const Nn = (c) => {
|
|
|
2069
2069
|
function W(M) {
|
|
2070
2070
|
a("onHoverOut", M), u.value = void 0;
|
|
2071
2071
|
}
|
|
2072
|
-
function
|
|
2072
|
+
function ie(M) {
|
|
2073
2073
|
const { layerX: R, layerY: q } = M;
|
|
2074
2074
|
let te = M.target, ue = !1;
|
|
2075
2075
|
for (; te; )
|
|
@@ -2101,14 +2101,14 @@ const Nn = (c) => {
|
|
|
2101
2101
|
default: C(() => [
|
|
2102
2102
|
w(Le, { class: "w-100 h-100" }, {
|
|
2103
2103
|
default: C(() => [
|
|
2104
|
-
|
|
2104
|
+
r("div", {
|
|
2105
2105
|
ref_key: "container",
|
|
2106
2106
|
ref: A,
|
|
2107
2107
|
class: he({ mobile: U.value }),
|
|
2108
|
-
onMousemove:
|
|
2108
|
+
onMousemove: ie
|
|
2109
2109
|
}, [
|
|
2110
|
-
|
|
2111
|
-
|
|
2110
|
+
r("div", Gn, [
|
|
2111
|
+
r("div", Qn, [
|
|
2112
2112
|
g.value.cameras.length > 1 ? (v(), V(xn, {
|
|
2113
2113
|
key: 0,
|
|
2114
2114
|
"apartment-chooser-data": g.value,
|
|
@@ -2117,7 +2117,7 @@ const Nn = (c) => {
|
|
|
2117
2117
|
onOnCameraChange: _
|
|
2118
2118
|
}, null, 8, ["apartment-chooser-data", "current-camera", "disabled"])) : $("", !0)
|
|
2119
2119
|
]),
|
|
2120
|
-
|
|
2120
|
+
r("div", qn, [
|
|
2121
2121
|
t.value.sunsimDayOfYear.length > 1 ? (v(), V(Dn, {
|
|
2122
2122
|
key: 0,
|
|
2123
2123
|
"camera-data": t.value,
|
|
@@ -2126,17 +2126,17 @@ const Nn = (c) => {
|
|
|
2126
2126
|
onOnDayChange: j
|
|
2127
2127
|
}, null, 8, ["camera-data", "current-day", "disabled"])) : $("", !0)
|
|
2128
2128
|
]),
|
|
2129
|
-
|
|
2129
|
+
r("div", Zn, [
|
|
2130
2130
|
o.value.timeSamples.length > 1 ? (v(), V(Bn, {
|
|
2131
2131
|
key: 0,
|
|
2132
2132
|
"day-data": o.value,
|
|
2133
|
-
"current-time":
|
|
2133
|
+
"current-time": i.value,
|
|
2134
2134
|
disabled: m.value,
|
|
2135
2135
|
onOnTimeChange: L
|
|
2136
2136
|
}, null, 8, ["day-data", "current-time", "disabled"])) : $("", !0)
|
|
2137
2137
|
])
|
|
2138
2138
|
]),
|
|
2139
|
-
|
|
2139
|
+
r("div", Jn, [
|
|
2140
2140
|
w(Rn, {
|
|
2141
2141
|
ref_key: "rotator",
|
|
2142
2142
|
ref: b,
|
|
@@ -2150,7 +2150,7 @@ const Nn = (c) => {
|
|
|
2150
2150
|
onOnRotateFinish: R[1] || (R[1] = (te) => m.value = !1)
|
|
2151
2151
|
}, null, 8, ["apartment-chooser-data", "current-scene", "selected-id", "render-display"])
|
|
2152
2152
|
]),
|
|
2153
|
-
|
|
2153
|
+
r("div", Xn, [
|
|
2154
2154
|
w(Je, {
|
|
2155
2155
|
longitude: t.value.cameraRotation.y + 270
|
|
2156
2156
|
}, null, 8, ["longitude"])
|
|
@@ -2161,7 +2161,7 @@ const Nn = (c) => {
|
|
|
2161
2161
|
key: te.overlayFilename,
|
|
2162
2162
|
"camera-data": te,
|
|
2163
2163
|
"cdn-file-resolver": e.cdnFileResolver,
|
|
2164
|
-
"current-time":
|
|
2164
|
+
"current-time": i.value
|
|
2165
2165
|
}, null, 8, ["camera-data", "cdn-file-resolver", "current-time"]))), 128)),
|
|
2166
2166
|
(v(!0), D(ce, null, me(O.value, (te) => (v(), V(Fn, {
|
|
2167
2167
|
"transition-data": te,
|
|
@@ -2195,7 +2195,7 @@ const Nn = (c) => {
|
|
|
2195
2195
|
pos: y.value
|
|
2196
2196
|
}, {
|
|
2197
2197
|
default: C(() => [
|
|
2198
|
-
|
|
2198
|
+
r("div", ea, [
|
|
2199
2199
|
K(M.$slots, "popup", tt(nt({ hoverId: u.value, hoverable: f.value })), void 0, !0)
|
|
2200
2200
|
])
|
|
2201
2201
|
]),
|
|
@@ -2215,10 +2215,10 @@ const Nn = (c) => {
|
|
|
2215
2215
|
], 64);
|
|
2216
2216
|
};
|
|
2217
2217
|
}
|
|
2218
|
-
}), Qs = /* @__PURE__ */ J(ta, [["__scopeId", "data-v-
|
|
2218
|
+
}), Qs = /* @__PURE__ */ J(ta, [["__scopeId", "data-v-61ab836a"]]), na = { class: "sunsim-bar-wrapper" }, aa = { class: "sunsim-date d-flex align-center pl-5 pr-5" }, oa = {
|
|
2219
2219
|
key: 1,
|
|
2220
2220
|
class: "text-center text-body-1"
|
|
2221
|
-
}, la = { class: "sunsim-wrapper d-flex align-center px-3" }, sa = { class: "sunsim-time-label text-body-1 font-weight-normal ml-2" },
|
|
2221
|
+
}, la = { class: "sunsim-wrapper d-flex align-center px-3" }, sa = { class: "sunsim-time-label text-body-1 font-weight-normal ml-2" }, ra = /* @__PURE__ */ P({
|
|
2222
2222
|
__name: "VBuildingChooserSunSimControl",
|
|
2223
2223
|
props: {
|
|
2224
2224
|
modelValue: {},
|
|
@@ -2228,7 +2228,7 @@ const Nn = (c) => {
|
|
|
2228
2228
|
emits: ["update:modelValue"],
|
|
2229
2229
|
setup(c, { emit: n }) {
|
|
2230
2230
|
const e = c, a = n, t = d(e.modelValue), o = d();
|
|
2231
|
-
function
|
|
2231
|
+
function i(s) {
|
|
2232
2232
|
return s.toLocaleString("en-no", {
|
|
2233
2233
|
month: "short",
|
|
2234
2234
|
day: "numeric"
|
|
@@ -2237,9 +2237,9 @@ const Nn = (c) => {
|
|
|
2237
2237
|
const l = T(() => {
|
|
2238
2238
|
const s = Math.floor(t.value / 2).toString().padStart(2, "0"), m = t.value % 2 === 0 ? "00" : "30";
|
|
2239
2239
|
return `${s}:${m}`;
|
|
2240
|
-
}), p = T(() => e.dateSelector.dates.map(
|
|
2240
|
+
}), p = T(() => e.dateSelector.dates.map(i)), u = T({
|
|
2241
2241
|
get() {
|
|
2242
|
-
return
|
|
2242
|
+
return i(e.dateSelector.selectedDate);
|
|
2243
2243
|
},
|
|
2244
2244
|
set(s) {
|
|
2245
2245
|
e.dateSelector.selectIndex(p.value.indexOf(s));
|
|
@@ -2255,11 +2255,11 @@ const Nn = (c) => {
|
|
|
2255
2255
|
t.value = Math.floor(s);
|
|
2256
2256
|
}
|
|
2257
2257
|
), Ie(() => {
|
|
2258
|
-
o.value =
|
|
2258
|
+
o.value = i(e.dateSelector.selectedDate);
|
|
2259
2259
|
}), (s, m) => {
|
|
2260
2260
|
const b = B("v-icon"), h = B("v-select"), f = B("v-progress-linear"), y = B("v-slider");
|
|
2261
2261
|
return v(), D("div", na, [
|
|
2262
|
-
|
|
2262
|
+
r("div", aa, [
|
|
2263
2263
|
w(b, {
|
|
2264
2264
|
color: "black",
|
|
2265
2265
|
class: "mr-2",
|
|
@@ -2276,8 +2276,8 @@ const Nn = (c) => {
|
|
|
2276
2276
|
class: "day-selector"
|
|
2277
2277
|
}, null, 8, ["modelValue", "items"])) : (v(), D("span", oa, Q(u.value), 1))
|
|
2278
2278
|
]),
|
|
2279
|
-
|
|
2280
|
-
|
|
2279
|
+
r("div", la, [
|
|
2280
|
+
r("span", sa, Q(l.value), 1),
|
|
2281
2281
|
w(b, {
|
|
2282
2282
|
medium: "",
|
|
2283
2283
|
class: "ml-2 mr-2 icon"
|
|
@@ -2314,7 +2314,7 @@ const Nn = (c) => {
|
|
|
2314
2314
|
]);
|
|
2315
2315
|
};
|
|
2316
2316
|
}
|
|
2317
|
-
}), wt = /* @__PURE__ */ J(
|
|
2317
|
+
}), wt = /* @__PURE__ */ J(ra, [["__scopeId", "data-v-d5a3d3f8"]]), ia = { key: 0 }, ua = ["src"], ca = /* @__PURE__ */ P({
|
|
2318
2318
|
__name: "VBuildingChooserSceneImageStack",
|
|
2319
2319
|
props: {
|
|
2320
2320
|
imageUrls: {},
|
|
@@ -2322,7 +2322,7 @@ const Nn = (c) => {
|
|
|
2322
2322
|
},
|
|
2323
2323
|
emits: ["resize", "ready", "preloaded", "reset"],
|
|
2324
2324
|
setup(c, { emit: n }) {
|
|
2325
|
-
const e = c, a = n, t = d("init"), o = d(new lt(0)),
|
|
2325
|
+
const e = c, a = n, t = d("init"), o = d(new lt(0)), i = d();
|
|
2326
2326
|
H(
|
|
2327
2327
|
() => e.imageUrls,
|
|
2328
2328
|
(u) => {
|
|
@@ -2334,27 +2334,27 @@ const Nn = (c) => {
|
|
|
2334
2334
|
const s = u[0].contentRect.width, m = u[0].contentRect.height;
|
|
2335
2335
|
a("resize", { width: s, height: m });
|
|
2336
2336
|
});
|
|
2337
|
-
}).observe(
|
|
2337
|
+
}).observe(i.value);
|
|
2338
2338
|
});
|
|
2339
2339
|
function l() {
|
|
2340
2340
|
t.value = "preloaded", a("preloaded");
|
|
2341
2341
|
}
|
|
2342
2342
|
function p(u) {
|
|
2343
|
-
t.value = "init",
|
|
2343
|
+
t.value = "init", i.value.src = u[0], o.value = new lt(u.length).onLoadFinished(
|
|
2344
2344
|
() => {
|
|
2345
2345
|
t.value = "loaded", a("ready");
|
|
2346
2346
|
}
|
|
2347
2347
|
);
|
|
2348
2348
|
}
|
|
2349
2349
|
return (u, s) => (v(), D("div", null, [
|
|
2350
|
-
|
|
2350
|
+
r("img", {
|
|
2351
2351
|
ref_key: "baseImage",
|
|
2352
|
-
ref:
|
|
2352
|
+
ref: i,
|
|
2353
2353
|
class: "image-instance zero",
|
|
2354
2354
|
style: { opacity: 1, borderRadius: 50 },
|
|
2355
2355
|
onLoad: l
|
|
2356
2356
|
}, null, 544),
|
|
2357
|
-
t.value === "preloaded" || t.value === "loaded" ? ve((v(), D("div",
|
|
2357
|
+
t.value === "preloaded" || t.value === "loaded" ? ve((v(), D("div", ia, [
|
|
2358
2358
|
(v(!0), D(ce, null, me(u.imageUrls, (m, b) => (v(), D("img", {
|
|
2359
2359
|
key: b,
|
|
2360
2360
|
class: he({ "image-instance": !0, active: b === u.activeIndex }),
|
|
@@ -2397,7 +2397,7 @@ const Nn = (c) => {
|
|
|
2397
2397
|
}), o = d({
|
|
2398
2398
|
width: 0,
|
|
2399
2399
|
height: 0
|
|
2400
|
-
}),
|
|
2400
|
+
}), i = d({ x: 0, y: 0, width: 0, height: 0 }), l = d(), p = d(
|
|
2401
2401
|
(/* @__PURE__ */ new Date()).getHours() * 2 + ((/* @__PURE__ */ new Date()).getMinutes() < 30 ? 0 : 1)
|
|
2402
2402
|
), u = d(!1), s = d(new ye()), m = d(), b = d("0 0 0 0"), h = d(), f = d(), y = d(Ye.empty()), F = d(Pe.empty()), A = d(), g = T(() => A.value.isHoverEnabled);
|
|
2403
2403
|
H(l, (L, E) => {
|
|
@@ -2421,8 +2421,8 @@ const Nn = (c) => {
|
|
|
2421
2421
|
viewLongitude: E.viewLongitude
|
|
2422
2422
|
};
|
|
2423
2423
|
const z = [];
|
|
2424
|
-
for (let { id: W, url:
|
|
2425
|
-
s.value.loadJson(
|
|
2424
|
+
for (let { id: W, url: ie } of E.buildingOverlays)
|
|
2425
|
+
s.value.loadJson(ie.replace(".png", ".svg")).then((M) => {
|
|
2426
2426
|
const q = new DOMParser().parseFromString(M, "image/svg+xml").getElementsByTagName("svg")[0];
|
|
2427
2427
|
b.value = q.getAttribute("viewBox"), z.push({
|
|
2428
2428
|
id: W,
|
|
@@ -2452,12 +2452,12 @@ const Nn = (c) => {
|
|
|
2452
2452
|
L === l.value ? "hover" : "idle"
|
|
2453
2453
|
);
|
|
2454
2454
|
if (E) {
|
|
2455
|
-
const { r: z, g: W, b:
|
|
2455
|
+
const { r: z, g: W, b: ie, a: M, s: R } = E;
|
|
2456
2456
|
return {
|
|
2457
2457
|
strokeWidth: R !== void 0 ? R : 2,
|
|
2458
|
-
stroke: `rgb(${z}, ${W}, ${
|
|
2458
|
+
stroke: `rgb(${z}, ${W}, ${ie})`,
|
|
2459
2459
|
strokeOpacity: 1,
|
|
2460
|
-
fill: `rgb(${z}, ${W}, ${
|
|
2460
|
+
fill: `rgb(${z}, ${W}, ${ie})`,
|
|
2461
2461
|
fillOpacity: M / 255,
|
|
2462
2462
|
cursor: `${e.canGoToBuildingCallback(L) ? "cursor" : "default"} !important`
|
|
2463
2463
|
};
|
|
@@ -2473,7 +2473,7 @@ const Nn = (c) => {
|
|
|
2473
2473
|
}
|
|
2474
2474
|
function _(L, E) {
|
|
2475
2475
|
const { layerX: z, layerY: W } = L;
|
|
2476
|
-
g.value && (
|
|
2476
|
+
g.value && (i.value = {
|
|
2477
2477
|
x: z,
|
|
2478
2478
|
y: W,
|
|
2479
2479
|
width: o.value.width,
|
|
@@ -2482,7 +2482,7 @@ const Nn = (c) => {
|
|
|
2482
2482
|
}
|
|
2483
2483
|
function Y(L, E) {
|
|
2484
2484
|
const { layerX: z, layerY: W } = L;
|
|
2485
|
-
g.value && (
|
|
2485
|
+
g.value && (i.value = {
|
|
2486
2486
|
x: z,
|
|
2487
2487
|
y: W,
|
|
2488
2488
|
width: o.value.width,
|
|
@@ -2491,7 +2491,7 @@ const Nn = (c) => {
|
|
|
2491
2491
|
}
|
|
2492
2492
|
function S(L, E) {
|
|
2493
2493
|
const { layerX: z, layerY: W } = L;
|
|
2494
|
-
g.value && (
|
|
2494
|
+
g.value && (i.value = {
|
|
2495
2495
|
x: z,
|
|
2496
2496
|
y: W,
|
|
2497
2497
|
width: o.value.width,
|
|
@@ -2520,7 +2520,7 @@ const Nn = (c) => {
|
|
|
2520
2520
|
mobile: L.interactiveMobile
|
|
2521
2521
|
}, {
|
|
2522
2522
|
default: C(() => [
|
|
2523
|
-
|
|
2523
|
+
r("div", va, [
|
|
2524
2524
|
w(kt, {
|
|
2525
2525
|
"image-urls": h.value.imageUrls,
|
|
2526
2526
|
"active-index": p.value,
|
|
@@ -2530,11 +2530,11 @@ const Nn = (c) => {
|
|
|
2530
2530
|
onReset: x
|
|
2531
2531
|
}, null, 8, ["image-urls", "active-index"]),
|
|
2532
2532
|
m.value ? ve((v(), D("div", ma, [
|
|
2533
|
-
|
|
2533
|
+
r("div", pa, [
|
|
2534
2534
|
(v(), D("svg", { viewBox: b.value }, [
|
|
2535
|
-
(v(!0), D(ce, null, me(m.value, ({ id: W, svg:
|
|
2535
|
+
(v(!0), D(ce, null, me(m.value, ({ id: W, svg: ie }, M) => (v(), D("g", {
|
|
2536
2536
|
key: M,
|
|
2537
|
-
innerHTML:
|
|
2537
|
+
innerHTML: ie,
|
|
2538
2538
|
"data-building-id": W,
|
|
2539
2539
|
class: he(O(W)),
|
|
2540
2540
|
style: se(I(W)),
|
|
@@ -2548,7 +2548,7 @@ const Nn = (c) => {
|
|
|
2548
2548
|
], 512)), [
|
|
2549
2549
|
[fe, t.value.preloaded]
|
|
2550
2550
|
]) : $("", !0),
|
|
2551
|
-
ve(
|
|
2551
|
+
ve(r("div", {
|
|
2552
2552
|
class: "custom-overlay-layer",
|
|
2553
2553
|
innerHTML: L.customOverlayContent
|
|
2554
2554
|
}, null, 8, ga), [
|
|
@@ -2558,7 +2558,7 @@ const Nn = (c) => {
|
|
|
2558
2558
|
]),
|
|
2559
2559
|
_: 1
|
|
2560
2560
|
}, 8, ["desktop", "mobile"]),
|
|
2561
|
-
ve(
|
|
2561
|
+
ve(r("div", null, [
|
|
2562
2562
|
f.value.viewLongitude ? (v(), V(Je, {
|
|
2563
2563
|
key: 0,
|
|
2564
2564
|
class: "north-indicator",
|
|
@@ -2576,7 +2576,7 @@ const Nn = (c) => {
|
|
|
2576
2576
|
L.showCards && l.value ? (v(), V(qe, {
|
|
2577
2577
|
key: 0,
|
|
2578
2578
|
"is-hoverable": g.value,
|
|
2579
|
-
pos:
|
|
2579
|
+
pos: i.value,
|
|
2580
2580
|
onOutside: E[3] || (E[3] = () => l.value = void 0)
|
|
2581
2581
|
}, {
|
|
2582
2582
|
default: C(() => [
|
|
@@ -2584,7 +2584,7 @@ const Nn = (c) => {
|
|
|
2584
2584
|
building: l.value,
|
|
2585
2585
|
canGoToBuilding: L.canGoToBuildingCallback(l.value),
|
|
2586
2586
|
goToBuilding: () => L.canGoToBuildingCallback(l.value) && a("goToBuilding", l.value),
|
|
2587
|
-
pos:
|
|
2587
|
+
pos: i.value,
|
|
2588
2588
|
isHoverable: g.value,
|
|
2589
2589
|
close: () => l.value = void 0
|
|
2590
2590
|
}, void 0, !0)
|
|
@@ -2610,7 +2610,7 @@ const Nn = (c) => {
|
|
|
2610
2610
|
n({
|
|
2611
2611
|
setupDraw: s
|
|
2612
2612
|
});
|
|
2613
|
-
const a = d(!1), t = d(), o = d(new ye()),
|
|
2613
|
+
const a = d(!1), t = d(), o = d(new ye()), i = d(), l = d(), p = d([]), u = d();
|
|
2614
2614
|
H(
|
|
2615
2615
|
() => e.color,
|
|
2616
2616
|
(h, f) => {
|
|
@@ -2624,16 +2624,16 @@ const Nn = (c) => {
|
|
|
2624
2624
|
return;
|
|
2625
2625
|
const { width: h, height: f } = e.dimensions;
|
|
2626
2626
|
if (!(h === 0 || f === 0)) {
|
|
2627
|
-
|
|
2627
|
+
i.value = u.value.getContext("2d", {
|
|
2628
2628
|
willReadFrequently: !0
|
|
2629
|
-
}),
|
|
2629
|
+
}), i.value.drawImage(t.value, 0, 0, h, f), l.value = i.value.getImageData(0, 0, h, f);
|
|
2630
2630
|
for (let y = 3; y < l.value.data.length; y += 4)
|
|
2631
2631
|
l.value.data[y] !== 0 && p.value.push(y);
|
|
2632
2632
|
m(), a.value = !0;
|
|
2633
2633
|
}
|
|
2634
2634
|
}
|
|
2635
2635
|
function m() {
|
|
2636
|
-
|
|
2636
|
+
i.value && l.value && (b(), i.value.putImageData(l.value, 0, 0));
|
|
2637
2637
|
}
|
|
2638
2638
|
function b() {
|
|
2639
2639
|
if (e.color)
|
|
@@ -2674,7 +2674,7 @@ const Nn = (c) => {
|
|
|
2674
2674
|
const t = d(), o = d({
|
|
2675
2675
|
preloaded: !1,
|
|
2676
2676
|
ready: !1
|
|
2677
|
-
}),
|
|
2677
|
+
}), i = d({
|
|
2678
2678
|
width: 0,
|
|
2679
2679
|
height: 0
|
|
2680
2680
|
}), l = d({ x: 0, y: 0, width: 0, height: 0 }), p = d(), u = d(Ye.empty()), s = d(Pe.empty()), m = d(), b = d(
|
|
@@ -2706,17 +2706,17 @@ const Nn = (c) => {
|
|
|
2706
2706
|
}, I()) : f.value = !0;
|
|
2707
2707
|
});
|
|
2708
2708
|
function U({ width: L, height: E }) {
|
|
2709
|
-
|
|
2709
|
+
i.value.width = L, i.value.height = E, Se(I);
|
|
2710
2710
|
}
|
|
2711
2711
|
function x() {
|
|
2712
2712
|
o.value = { preloaded: !1, ready: !1 };
|
|
2713
2713
|
}
|
|
2714
2714
|
function O(L) {
|
|
2715
|
-
const { layerX: E, layerY: z } = L, { x: W, y:
|
|
2715
|
+
const { layerX: E, layerY: z } = L, { x: W, y: ie } = h.value(E, z);
|
|
2716
2716
|
return u.value.getBuildingId(
|
|
2717
2717
|
s.value,
|
|
2718
2718
|
W,
|
|
2719
|
-
|
|
2719
|
+
ie
|
|
2720
2720
|
);
|
|
2721
2721
|
}
|
|
2722
2722
|
function I() {
|
|
@@ -2729,8 +2729,8 @@ const Nn = (c) => {
|
|
|
2729
2729
|
g.value && (m.value = O(L), m.value !== void 0 && (l.value = {
|
|
2730
2730
|
x: E,
|
|
2731
2731
|
y: z,
|
|
2732
|
-
width:
|
|
2733
|
-
height:
|
|
2732
|
+
width: i.value.width,
|
|
2733
|
+
height: i.value.height
|
|
2734
2734
|
}));
|
|
2735
2735
|
}
|
|
2736
2736
|
function Y(L) {
|
|
@@ -2756,7 +2756,7 @@ const Nn = (c) => {
|
|
|
2756
2756
|
})
|
|
2757
2757
|
])) : p.value ? (v(), D("div", {
|
|
2758
2758
|
key: 1,
|
|
2759
|
-
style: se(`cursor: ${m.value ? "pointer" : "auto"};height: ${
|
|
2759
|
+
style: se(`cursor: ${m.value ? "pointer" : "auto"};height: ${i.value.height}px; position: relative`),
|
|
2760
2760
|
class: "image-container"
|
|
2761
2761
|
}, [
|
|
2762
2762
|
w(Ze, {
|
|
@@ -2765,7 +2765,7 @@ const Nn = (c) => {
|
|
|
2765
2765
|
onUpdate: j
|
|
2766
2766
|
}, {
|
|
2767
2767
|
default: C(() => [
|
|
2768
|
-
|
|
2768
|
+
r("div", Ca, [
|
|
2769
2769
|
w(kt, {
|
|
2770
2770
|
"image-urls": t.value.imageUrls,
|
|
2771
2771
|
"active-index": b.value,
|
|
@@ -2774,28 +2774,28 @@ const Nn = (c) => {
|
|
|
2774
2774
|
onReady: E[1] || (E[1] = (W) => o.value.ready = !0),
|
|
2775
2775
|
onReset: x
|
|
2776
2776
|
}, null, 8, ["image-urls", "active-index"]),
|
|
2777
|
-
ve(
|
|
2777
|
+
ve(r("div", null, [
|
|
2778
2778
|
(v(!0), D(ce, null, me(p.value.buildingOverlays, (W) => (v(), V(wa, {
|
|
2779
2779
|
ref_for: !0,
|
|
2780
2780
|
ref_key: "overlays",
|
|
2781
2781
|
ref: A,
|
|
2782
2782
|
key: W.id,
|
|
2783
2783
|
"image-url": W.url,
|
|
2784
|
-
dimensions:
|
|
2784
|
+
dimensions: i.value,
|
|
2785
2785
|
color: S(W.id)
|
|
2786
2786
|
}, null, 8, ["image-url", "dimensions", "color"]))), 128))
|
|
2787
2787
|
], 512), [
|
|
2788
2788
|
[fe, o.value.preloaded]
|
|
2789
2789
|
])
|
|
2790
2790
|
]),
|
|
2791
|
-
|
|
2791
|
+
r("canvas", _e(i.value, {
|
|
2792
2792
|
ref_key: "canvas",
|
|
2793
2793
|
ref: F,
|
|
2794
2794
|
class: { hover: !!m.value },
|
|
2795
2795
|
onClick: Y,
|
|
2796
2796
|
onMousemove: _
|
|
2797
2797
|
}), null, 16),
|
|
2798
|
-
ve(
|
|
2798
|
+
ve(r("div", {
|
|
2799
2799
|
class: "custom-overlay-layer",
|
|
2800
2800
|
innerHTML: L.customOverlayContent
|
|
2801
2801
|
}, null, 8, Ia), [
|
|
@@ -2804,7 +2804,7 @@ const Nn = (c) => {
|
|
|
2804
2804
|
]),
|
|
2805
2805
|
_: 1
|
|
2806
2806
|
}, 8, ["desktop", "mobile"]),
|
|
2807
|
-
ve(
|
|
2807
|
+
ve(r("div", null, [
|
|
2808
2808
|
p.value.viewLongitude ? (v(), V(Je, {
|
|
2809
2809
|
key: 0,
|
|
2810
2810
|
class: "north-indicator",
|
|
@@ -2864,7 +2864,7 @@ const Nn = (c) => {
|
|
|
2864
2864
|
const e = c, a = n, t = T(
|
|
2865
2865
|
() => e.useSvg ? _a : Sa
|
|
2866
2866
|
);
|
|
2867
|
-
return (o,
|
|
2867
|
+
return (o, i) => (v(), V(ht(t.value), {
|
|
2868
2868
|
"i18n-config": e.i18nConfig,
|
|
2869
2869
|
"show-cards": e.showCards,
|
|
2870
2870
|
"color-callback": e.colorCallback,
|
|
@@ -2875,9 +2875,9 @@ const Nn = (c) => {
|
|
|
2875
2875
|
"can-go-to-building-callback": e.canGoToBuildingCallback,
|
|
2876
2876
|
"custom-overlay-content": e.customOverlayContent,
|
|
2877
2877
|
"building-chooser-data": e.buildingChooserData,
|
|
2878
|
-
onGoToBuilding:
|
|
2879
|
-
onHoverOverBuilding:
|
|
2880
|
-
onHoverOutBuilding:
|
|
2878
|
+
onGoToBuilding: i[0] || (i[0] = (l) => a("goToBuilding", l)),
|
|
2879
|
+
onHoverOverBuilding: i[1] || (i[1] = (l) => a("hoverOverBuilding", l)),
|
|
2880
|
+
onHoverOutBuilding: i[2] || (i[2] = (l) => a("hoverOutBuilding", l))
|
|
2881
2881
|
}, Et({ _: 2 }, [
|
|
2882
2882
|
me(Object.keys(o.$slots), (l) => ({
|
|
2883
2883
|
name: l,
|
|
@@ -2895,7 +2895,7 @@ const Nn = (c) => {
|
|
|
2895
2895
|
currentTime: {}
|
|
2896
2896
|
},
|
|
2897
2897
|
setup(c) {
|
|
2898
|
-
const n = c, e = T(() =>
|
|
2898
|
+
const n = c, e = T(() => re(n.cdnFileResolver, n.timeSampleData.filename));
|
|
2899
2899
|
return (a, t) => ve((v(), D("img", {
|
|
2900
2900
|
key: e.value,
|
|
2901
2901
|
src: e.value,
|
|
@@ -2952,11 +2952,11 @@ const Nn = (c) => {
|
|
|
2952
2952
|
(o) => o.overlayFilename === t.value
|
|
2953
2953
|
)
|
|
2954
2954
|
);
|
|
2955
|
-
}), (o,
|
|
2955
|
+
}), (o, i) => {
|
|
2956
2956
|
const l = B("v-select");
|
|
2957
2957
|
return v(), V(l, {
|
|
2958
2958
|
modelValue: t.value,
|
|
2959
|
-
"onUpdate:modelValue":
|
|
2959
|
+
"onUpdate:modelValue": i[0] || (i[0] = (p) => t.value = p),
|
|
2960
2960
|
items: e.buildingChooserData.cameras,
|
|
2961
2961
|
"item-title": "cameraName",
|
|
2962
2962
|
"item-value": "overlayFilename",
|
|
@@ -2984,18 +2984,18 @@ const Nn = (c) => {
|
|
|
2984
2984
|
a(
|
|
2985
2985
|
"onDayChange",
|
|
2986
2986
|
e.cameraData.sunsimDayOfYear.find(
|
|
2987
|
-
(
|
|
2987
|
+
(i) => i.dayOfYear === t.value
|
|
2988
2988
|
)
|
|
2989
2989
|
);
|
|
2990
2990
|
});
|
|
2991
|
-
function o(
|
|
2991
|
+
function o(i) {
|
|
2992
2992
|
const l = /* @__PURE__ */ new Date(0);
|
|
2993
|
-
return l.setUTCDate(
|
|
2993
|
+
return l.setUTCDate(i), l.toLocaleString("en-no", {
|
|
2994
2994
|
month: "short",
|
|
2995
2995
|
day: "numeric"
|
|
2996
2996
|
});
|
|
2997
2997
|
}
|
|
2998
|
-
return (
|
|
2998
|
+
return (i, l) => {
|
|
2999
2999
|
const p = B("v-list-item"), u = B("v-select");
|
|
3000
3000
|
return v(), V(u, {
|
|
3001
3001
|
modelValue: t.value,
|
|
@@ -3044,7 +3044,7 @@ const Nn = (c) => {
|
|
|
3044
3044
|
)
|
|
3045
3045
|
);
|
|
3046
3046
|
});
|
|
3047
|
-
function
|
|
3047
|
+
function i(p) {
|
|
3048
3048
|
const u = p * 60, s = Math.floor(u / 60), m = u % 60;
|
|
3049
3049
|
return `${s.toString().padStart(2, "0")}:${m.toString().padStart(2, "0")}`;
|
|
3050
3050
|
}
|
|
@@ -3072,7 +3072,7 @@ const Nn = (c) => {
|
|
|
3072
3072
|
]),
|
|
3073
3073
|
_: 1
|
|
3074
3074
|
}),
|
|
3075
|
-
ee(" " + Q(
|
|
3075
|
+
ee(" " + Q(i(t.value)), 1)
|
|
3076
3076
|
])) : (v(), V(b, {
|
|
3077
3077
|
key: 1,
|
|
3078
3078
|
class: "pa-1",
|
|
@@ -3091,10 +3091,10 @@ const Nn = (c) => {
|
|
|
3091
3091
|
onClick: l
|
|
3092
3092
|
}, null, 8, ["icon"]),
|
|
3093
3093
|
ee(" "),
|
|
3094
|
-
|
|
3094
|
+
r("span", Ra, Q(i(p.dayData.startTime)), 1)
|
|
3095
3095
|
]),
|
|
3096
3096
|
append: C(() => [
|
|
3097
|
-
|
|
3097
|
+
r("span", Oa, Q(i(p.dayData.endTime)), 1),
|
|
3098
3098
|
ee(" "),
|
|
3099
3099
|
w(s, {
|
|
3100
3100
|
style: { color: "#ffab02", "vertical-align": "baseline", "font-size": "20px" },
|
|
@@ -3105,7 +3105,7 @@ const Nn = (c) => {
|
|
|
3105
3105
|
]),
|
|
3106
3106
|
_: 1
|
|
3107
3107
|
}),
|
|
3108
|
-
ee(" " + Q(
|
|
3108
|
+
ee(" " + Q(i(t.value)), 1)
|
|
3109
3109
|
]),
|
|
3110
3110
|
_: 1
|
|
3111
3111
|
}, 8, ["modelValue", "min", "max", "step"]))
|
|
@@ -3124,7 +3124,7 @@ const Nn = (c) => {
|
|
|
3124
3124
|
},
|
|
3125
3125
|
emits: ["onClick", "onHoverOver", "onHoverOut", "updateSvgContainer"],
|
|
3126
3126
|
setup(c, { emit: n }) {
|
|
3127
|
-
const e = c, a = n, t = d(), o = d(),
|
|
3127
|
+
const e = c, a = n, t = d(), o = d(), i = d(e.selectedId), l = rt({});
|
|
3128
3128
|
Ie(() => {
|
|
3129
3129
|
for (const s in l) {
|
|
3130
3130
|
const { element: m, state: b } = l[s], { r: h, g: f, b: y, a: F, s: A } = e.colorCallback(s, b) || {
|
|
@@ -3139,14 +3139,14 @@ const Nn = (c) => {
|
|
|
3139
3139
|
}), H(
|
|
3140
3140
|
() => e.selectedId,
|
|
3141
3141
|
() => {
|
|
3142
|
-
|
|
3142
|
+
i.value = e.selectedId;
|
|
3143
3143
|
}
|
|
3144
|
-
), H(
|
|
3144
|
+
), H(i, () => {
|
|
3145
3145
|
for (const s in l)
|
|
3146
|
-
l[s].state === "selected" && s !==
|
|
3146
|
+
l[s].state === "selected" && s !== i.value ? l[s].state = "idle" : l[s].state !== "selected" && s === i.value && (l[s].state = "selected");
|
|
3147
3147
|
}), Ie(async () => {
|
|
3148
3148
|
t.value = await ye.loadText(
|
|
3149
|
-
|
|
3149
|
+
re(e.cdnFileResolver, e.currentCamera.overlayFilename)
|
|
3150
3150
|
), u();
|
|
3151
3151
|
}), H(
|
|
3152
3152
|
() => o.value,
|
|
@@ -3179,7 +3179,7 @@ const Nn = (c) => {
|
|
|
3179
3179
|
const h = b.getAttribute("data-building-id");
|
|
3180
3180
|
l[h] = {
|
|
3181
3181
|
element: b,
|
|
3182
|
-
state:
|
|
3182
|
+
state: i.value === h ? "selected" : "idle"
|
|
3183
3183
|
}, b.addEventListener("mouseover", () => {
|
|
3184
3184
|
l[h].state === "idle" && (l[h].state = "hover"), a("onHoverOver", h);
|
|
3185
3185
|
}), b.addEventListener("mouseout", () => {
|
|
@@ -3274,7 +3274,7 @@ const Nn = (c) => {
|
|
|
3274
3274
|
},
|
|
3275
3275
|
emits: ["onClick", "onHoverOver", "onHoverOut", "onMouseMove"],
|
|
3276
3276
|
setup(c, { emit: n }) {
|
|
3277
|
-
const e = c, a = n, t = d(), o = d(),
|
|
3277
|
+
const e = c, a = n, t = d(), o = d(), i = d(), l = d(), p = d(!1), u = d(), s = T(() => u.value.isHoverEnabled), m = d({ x: 0, y: 0, width: 0, height: 0 }), b = d(), h = d(), f = d(
|
|
3278
3278
|
e.buildingChooserData
|
|
3279
3279
|
), y = d(!1);
|
|
3280
3280
|
de(() => p.value = !0), H(
|
|
@@ -3291,8 +3291,8 @@ const Nn = (c) => {
|
|
|
3291
3291
|
return _;
|
|
3292
3292
|
let Y;
|
|
3293
3293
|
return Y = await ye.loadJson(
|
|
3294
|
-
|
|
3295
|
-
), Y.version === 5 ? Y : (_ = ja(Y), _);
|
|
3294
|
+
re(e.cdnFileResolver, "/buildingChooser.json")
|
|
3295
|
+
), parseInt(Y.version) === 5 ? Y : (_ = ja(Y), _);
|
|
3296
3296
|
};
|
|
3297
3297
|
H(
|
|
3298
3298
|
[f, () => e.cdnFileResolver, () => e.defaultCamera],
|
|
@@ -3313,9 +3313,9 @@ const Nn = (c) => {
|
|
|
3313
3313
|
), H(
|
|
3314
3314
|
[f, () => e.cdnFileResolver, () => e.defaultTime],
|
|
3315
3315
|
() => {
|
|
3316
|
-
f.value && e.cdnFileResolver && (e.defaultTime ?
|
|
3316
|
+
f.value && e.cdnFileResolver && (e.defaultTime ? i.value = o.value.timeSamples.find(
|
|
3317
3317
|
(_) => _.timeInHours === e.defaultTime
|
|
3318
|
-
) || o.value.timeSamples[0] :
|
|
3318
|
+
) || o.value.timeSamples[0] : i.value = o.value.timeSamples.find(
|
|
3319
3319
|
(_) => _.timeInHours === o.value.defaultHour
|
|
3320
3320
|
) || o.value.timeSamples[0]);
|
|
3321
3321
|
},
|
|
@@ -3332,7 +3332,7 @@ const Nn = (c) => {
|
|
|
3332
3332
|
});
|
|
3333
3333
|
}
|
|
3334
3334
|
function g(_) {
|
|
3335
|
-
const Y =
|
|
3335
|
+
const Y = i.value;
|
|
3336
3336
|
o.value = _, Se(() => {
|
|
3337
3337
|
U(
|
|
3338
3338
|
o.value.timeSamples.find(
|
|
@@ -3344,7 +3344,7 @@ const Nn = (c) => {
|
|
|
3344
3344
|
});
|
|
3345
3345
|
}
|
|
3346
3346
|
function U(_) {
|
|
3347
|
-
|
|
3347
|
+
i.value = _;
|
|
3348
3348
|
}
|
|
3349
3349
|
function x(_) {
|
|
3350
3350
|
a("onHoverOver", _), l.value = _;
|
|
@@ -3384,13 +3384,13 @@ const Nn = (c) => {
|
|
|
3384
3384
|
default: C(() => [
|
|
3385
3385
|
w(Le, { class: "w-100 h-100" }, {
|
|
3386
3386
|
default: C(() => [
|
|
3387
|
-
|
|
3387
|
+
r("div", {
|
|
3388
3388
|
ref_key: "container",
|
|
3389
3389
|
ref: h,
|
|
3390
3390
|
class: he({ mobile: y.value }),
|
|
3391
3391
|
onMousemove: I
|
|
3392
3392
|
}, [
|
|
3393
|
-
|
|
3393
|
+
r("div", Wa, [
|
|
3394
3394
|
f.value.cameras.length > 1 ? (v(), D("div", za, [
|
|
3395
3395
|
w(Ta, {
|
|
3396
3396
|
"building-chooser-data": f.value,
|
|
@@ -3398,7 +3398,7 @@ const Nn = (c) => {
|
|
|
3398
3398
|
onOnCameraChange: A
|
|
3399
3399
|
}, null, 8, ["building-chooser-data", "current-camera"])
|
|
3400
3400
|
])) : $("", !0),
|
|
3401
|
-
|
|
3401
|
+
r("div", Na, [
|
|
3402
3402
|
t.value.sunsimDayOfYear.length > 1 ? (v(), V(Va, {
|
|
3403
3403
|
key: 0,
|
|
3404
3404
|
"camera-data": t.value,
|
|
@@ -3406,16 +3406,16 @@ const Nn = (c) => {
|
|
|
3406
3406
|
onOnDayChange: g
|
|
3407
3407
|
}, null, 8, ["camera-data", "current-day"])) : $("", !0)
|
|
3408
3408
|
]),
|
|
3409
|
-
|
|
3409
|
+
r("div", Ga, [
|
|
3410
3410
|
o.value.timeSamples.length > 1 ? (v(), V(Ua, {
|
|
3411
3411
|
key: 0,
|
|
3412
3412
|
"day-data": o.value,
|
|
3413
|
-
"current-time":
|
|
3413
|
+
"current-time": i.value,
|
|
3414
3414
|
onOnTimeChange: U
|
|
3415
3415
|
}, null, 8, ["day-data", "current-time"])) : $("", !0)
|
|
3416
3416
|
])
|
|
3417
3417
|
]),
|
|
3418
|
-
|
|
3418
|
+
r("div", Qa, [
|
|
3419
3419
|
w(Je, {
|
|
3420
3420
|
longitude: t.value.cameraRotation.y + 270
|
|
3421
3421
|
}, null, 8, ["longitude"])
|
|
@@ -3426,7 +3426,7 @@ const Nn = (c) => {
|
|
|
3426
3426
|
key: j.overlayFilename,
|
|
3427
3427
|
"camera-data": j,
|
|
3428
3428
|
"cdn-file-resolver": e.cdnFileResolver,
|
|
3429
|
-
"current-time":
|
|
3429
|
+
"current-time": i.value
|
|
3430
3430
|
}, null, 8, ["camera-data", "cdn-file-resolver", "current-time"]))), 128)),
|
|
3431
3431
|
e.customOverlayContent ? (v(), D("div", {
|
|
3432
3432
|
key: 0,
|
|
@@ -3453,7 +3453,7 @@ const Nn = (c) => {
|
|
|
3453
3453
|
pos: m.value
|
|
3454
3454
|
}, {
|
|
3455
3455
|
default: C(() => [
|
|
3456
|
-
|
|
3456
|
+
r("div", Za, [
|
|
3457
3457
|
K(_.$slots, "popup", tt(nt({ hoverId: l.value, hoverable: s.value })), void 0, !0)
|
|
3458
3458
|
])
|
|
3459
3459
|
]),
|
|
@@ -3473,7 +3473,7 @@ const Nn = (c) => {
|
|
|
3473
3473
|
], 64);
|
|
3474
3474
|
};
|
|
3475
3475
|
}
|
|
3476
|
-
}), qs = /* @__PURE__ */ J(Ja, [["__scopeId", "data-v-
|
|
3476
|
+
}), qs = /* @__PURE__ */ J(Ja, [["__scopeId", "data-v-fb406f0f"]]);
|
|
3477
3477
|
var We = {};
|
|
3478
3478
|
Object.defineProperty(We, "__esModule", {
|
|
3479
3479
|
value: !0
|
|
@@ -3487,10 +3487,10 @@ We.isWebWorker = to;
|
|
|
3487
3487
|
We.isNode = eo;
|
|
3488
3488
|
We.isJsDom = no;
|
|
3489
3489
|
We.isDeno = ao;
|
|
3490
|
-
const lo = { id: "player-wrapper" }, so = { id: "player-sizer" },
|
|
3490
|
+
const lo = { id: "player-wrapper" }, so = { id: "player-sizer" }, ro = {
|
|
3491
3491
|
class: "player-control",
|
|
3492
3492
|
id: "controls-top-left"
|
|
3493
|
-
},
|
|
3493
|
+
}, io = {
|
|
3494
3494
|
class: "player-control",
|
|
3495
3495
|
id: "controls-top-center"
|
|
3496
3496
|
}, uo = {
|
|
@@ -3527,7 +3527,7 @@ const lo = { id: "player-wrapper" }, so = { id: "player-sizer" }, io = {
|
|
|
3527
3527
|
},
|
|
3528
3528
|
emits: ["newCameraCallback", "newRotationCallback", "newFloorCallback", "newFovCallback", "playerApiCallback", "newSizeCallback"],
|
|
3529
3529
|
setup(c, { emit: n }) {
|
|
3530
|
-
const e = Bt.PlayerV2, a = c, t = n, o = d(),
|
|
3530
|
+
const e = Bt.PlayerV2, a = c, t = n, o = d(), i = d(), l = d(0), p = d(0);
|
|
3531
3531
|
return H(
|
|
3532
3532
|
[
|
|
3533
3533
|
() => a.cdnFileResolver,
|
|
@@ -3536,11 +3536,11 @@ const lo = { id: "player-wrapper" }, so = { id: "player-sizer" }, io = {
|
|
|
3536
3536
|
],
|
|
3537
3537
|
async () => {
|
|
3538
3538
|
o.value && await o.value.loadInterior(
|
|
3539
|
-
|
|
3539
|
+
re(
|
|
3540
3540
|
a.cdnFileResolver,
|
|
3541
3541
|
`/${a.interiorId}/${a.apartmentId}`
|
|
3542
3542
|
),
|
|
3543
|
-
|
|
3543
|
+
i.value,
|
|
3544
3544
|
!1
|
|
3545
3545
|
);
|
|
3546
3546
|
}
|
|
@@ -3552,7 +3552,7 @@ const lo = { id: "player-wrapper" }, so = { id: "player-sizer" }, io = {
|
|
|
3552
3552
|
],
|
|
3553
3553
|
async () => {
|
|
3554
3554
|
o.value && await o.value.loadInterior(
|
|
3555
|
-
|
|
3555
|
+
re(
|
|
3556
3556
|
a.cdnFileResolver,
|
|
3557
3557
|
`/${a.interiorId}/${a.apartmentId}`
|
|
3558
3558
|
),
|
|
@@ -3564,21 +3564,21 @@ const lo = { id: "player-wrapper" }, so = { id: "player-sizer" }, io = {
|
|
|
3564
3564
|
), H(
|
|
3565
3565
|
() => a.currentCameraId,
|
|
3566
3566
|
(u) => {
|
|
3567
|
-
o.value && (
|
|
3567
|
+
o.value && (i.value = u, o.value.goToCamera(u, !0));
|
|
3568
3568
|
}
|
|
3569
3569
|
), H(o, (u) => {
|
|
3570
3570
|
t("playerApiCallback", u);
|
|
3571
3571
|
const s = o.value.getCurrentCamera();
|
|
3572
|
-
s && (
|
|
3572
|
+
s && (i.value = s.id);
|
|
3573
3573
|
}), de(async () => {
|
|
3574
3574
|
const b = {
|
|
3575
3575
|
initialized: () => {
|
|
3576
3576
|
o.value = e.Main.getPlayerAPI();
|
|
3577
3577
|
const f = o.value.getCurrentCamera();
|
|
3578
|
-
f && (
|
|
3578
|
+
f && (i.value = f.id), t("newCameraCallback", i.value);
|
|
3579
3579
|
},
|
|
3580
3580
|
newCamera: (f) => {
|
|
3581
|
-
t("newCameraCallback", f.id), t("newFloorCallback", f.floorLevel), o.value && o.value.resetMarkerBehaviour(0),
|
|
3581
|
+
t("newCameraCallback", f.id), t("newFloorCallback", f.floorLevel), o.value && o.value.resetMarkerBehaviour(0), i.value = f.id;
|
|
3582
3582
|
},
|
|
3583
3583
|
newFOV: (f) => {
|
|
3584
3584
|
t("newFovCallback", f), p.value = f;
|
|
@@ -3591,7 +3591,7 @@ const lo = { id: "player-wrapper" }, so = { id: "player-sizer" }, io = {
|
|
|
3591
3591
|
if (!oo)
|
|
3592
3592
|
return;
|
|
3593
3593
|
const h = await new e.Main(
|
|
3594
|
-
|
|
3594
|
+
re(
|
|
3595
3595
|
a.cdnFileResolver,
|
|
3596
3596
|
`/${a.interiorId}/${a.apartmentId}`
|
|
3597
3597
|
),
|
|
@@ -3607,37 +3607,37 @@ const lo = { id: "player-wrapper" }, so = { id: "player-sizer" }, io = {
|
|
|
3607
3607
|
}), je(() => {
|
|
3608
3608
|
o.value && o.value.destroy();
|
|
3609
3609
|
}), (u, s) => (v(), D("div", lo, [
|
|
3610
|
-
|
|
3610
|
+
r("div", so, [
|
|
3611
3611
|
K(u.$slots, "slideshow-image", {}, void 0, !0),
|
|
3612
|
-
|
|
3612
|
+
r("div", ro, [
|
|
3613
3613
|
K(u.$slots, "top-left", {}, void 0, !0)
|
|
3614
3614
|
]),
|
|
3615
|
-
|
|
3615
|
+
r("div", io, [
|
|
3616
3616
|
K(u.$slots, "top-center", {}, void 0, !0)
|
|
3617
3617
|
]),
|
|
3618
|
-
|
|
3618
|
+
r("div", uo, [
|
|
3619
3619
|
K(u.$slots, "top-right", {}, void 0, !0)
|
|
3620
3620
|
]),
|
|
3621
|
-
|
|
3621
|
+
r("div", co, [
|
|
3622
3622
|
K(u.$slots, "center-left", {}, void 0, !0)
|
|
3623
3623
|
]),
|
|
3624
|
-
|
|
3624
|
+
r("div", vo, [
|
|
3625
3625
|
K(u.$slots, "center-center", {}, void 0, !0)
|
|
3626
3626
|
]),
|
|
3627
|
-
|
|
3627
|
+
r("div", mo, [
|
|
3628
3628
|
K(u.$slots, "center-right", {}, void 0, !0)
|
|
3629
3629
|
]),
|
|
3630
|
-
|
|
3630
|
+
r("div", po, [
|
|
3631
3631
|
K(u.$slots, "bottom-left", {}, void 0, !0)
|
|
3632
3632
|
]),
|
|
3633
|
-
|
|
3633
|
+
r("div", fo, [
|
|
3634
3634
|
K(u.$slots, "bottom-center", {}, void 0, !0)
|
|
3635
3635
|
]),
|
|
3636
|
-
|
|
3636
|
+
r("div", ho, [
|
|
3637
3637
|
K(u.$slots, "bottom-right", {}, void 0, !0)
|
|
3638
3638
|
]),
|
|
3639
|
-
|
|
3640
|
-
|
|
3639
|
+
r("div", go, [
|
|
3640
|
+
r("canvas", {
|
|
3641
3641
|
id: "qpc",
|
|
3642
3642
|
style: se(u.showStaticImage ? "visibility:hidden" : "visibility:visible")
|
|
3643
3643
|
}, null, 4)
|
|
@@ -3660,7 +3660,7 @@ const lo = { id: "player-wrapper" }, so = { id: "player-sizer" }, io = {
|
|
|
3660
3660
|
const e = c, a = n, t = Be(be), o = T(() => {
|
|
3661
3661
|
const s = e.floorLevels;
|
|
3662
3662
|
return s.sort(), s;
|
|
3663
|
-
}),
|
|
3663
|
+
}), i = T(() => o.value.indexOf(e.level) + 1 <= o.value.length / 2 ? "lower" : "upper"), l = T(() => i.value === "lower"), p = T(() => i.value === "upper");
|
|
3664
3664
|
function u() {
|
|
3665
3665
|
const s = e.level + 1;
|
|
3666
3666
|
s >= o.value.length ? a("level", o.value[0]) : a("level", o.value[s]);
|
|
@@ -3680,14 +3680,14 @@ const lo = { id: "player-wrapper" }, so = { id: "player-sizer" }, io = {
|
|
|
3680
3680
|
}, f, { onClick: u }), {
|
|
3681
3681
|
default: C(() => [
|
|
3682
3682
|
(v(), D("svg", bo, [
|
|
3683
|
-
|
|
3683
|
+
r("path", {
|
|
3684
3684
|
d: "M8.98034 10.3472L1.54055 5.8855L8.98034 1.42384L16.4201 5.8855L8.98034 10.3472Z",
|
|
3685
3685
|
fill: "white",
|
|
3686
3686
|
stroke: p.value ? "black" : "#999999",
|
|
3687
3687
|
"stroke-width": "1.5",
|
|
3688
3688
|
"stroke-linejoin": "round"
|
|
3689
3689
|
}, null, 8, wo),
|
|
3690
|
-
|
|
3690
|
+
r("path", {
|
|
3691
3691
|
d: "M8.98034 14.7993L1.54055 10.3376L8.98034 5.87599L16.4201 10.3376L8.98034 14.7993Z",
|
|
3692
3692
|
fill: "white",
|
|
3693
3693
|
stroke: l.value ? "black" : "#999999",
|
|
@@ -3700,7 +3700,7 @@ const lo = { id: "player-wrapper" }, so = { id: "player-sizer" }, io = {
|
|
|
3700
3700
|
}, 1040)
|
|
3701
3701
|
]),
|
|
3702
3702
|
default: C(() => [
|
|
3703
|
-
|
|
3703
|
+
r("span", Co, Q(ae(t).getLabel(i.value)) + " " + Q(ae(t).getLabel("floor")), 1)
|
|
3704
3704
|
]),
|
|
3705
3705
|
_: 1
|
|
3706
3706
|
});
|
|
@@ -3716,7 +3716,7 @@ const lo = { id: "player-wrapper" }, so = { id: "player-sizer" }, io = {
|
|
|
3716
3716
|
emits: ["selectInterior"],
|
|
3717
3717
|
setup(c, { emit: n }) {
|
|
3718
3718
|
const e = c, a = n, t = Be(be);
|
|
3719
|
-
return (o,
|
|
3719
|
+
return (o, i) => {
|
|
3720
3720
|
const l = B("v-icon"), p = B("v-btn"), u = B("v-img"), s = B("v-list-item-title"), m = B("v-list-item"), b = B("v-list"), h = B("v-menu");
|
|
3721
3721
|
return v(), D("div", null, [
|
|
3722
3722
|
w(h, {
|
|
@@ -3734,7 +3734,7 @@ const lo = { id: "player-wrapper" }, so = { id: "player-sizer" }, io = {
|
|
|
3734
3734
|
]),
|
|
3735
3735
|
_: 1
|
|
3736
3736
|
}),
|
|
3737
|
-
|
|
3737
|
+
r("span", So, Q(ae(t).getLabel("interior")), 1)
|
|
3738
3738
|
]),
|
|
3739
3739
|
_: 2
|
|
3740
3740
|
}, 1040)
|
|
@@ -3788,7 +3788,7 @@ const lo = { id: "player-wrapper" }, so = { id: "player-sizer" }, io = {
|
|
|
3788
3788
|
}), t = T(() => ({
|
|
3789
3789
|
transform: `rotate(${-n.rotation + 180}deg)`
|
|
3790
3790
|
}));
|
|
3791
|
-
return (o,
|
|
3791
|
+
return (o, i) => {
|
|
3792
3792
|
const l = B("v-img");
|
|
3793
3793
|
return v(), D("div", {
|
|
3794
3794
|
style: se(a.value),
|
|
@@ -3814,15 +3814,15 @@ const lo = { id: "player-wrapper" }, so = { id: "player-sizer" }, io = {
|
|
|
3814
3814
|
return ("0" + t).slice(-2);
|
|
3815
3815
|
}
|
|
3816
3816
|
return (t, o) => {
|
|
3817
|
-
const
|
|
3817
|
+
const i = B("v-img");
|
|
3818
3818
|
return v(), D("div", To, [
|
|
3819
|
-
|
|
3820
|
-
w(
|
|
3819
|
+
r("div", Vo, [
|
|
3820
|
+
w(i, {
|
|
3821
3821
|
src: ae(Eo),
|
|
3822
3822
|
"aspect-ratio": "1"
|
|
3823
3823
|
}, null, 8, ["src"])
|
|
3824
3824
|
]),
|
|
3825
|
-
|
|
3825
|
+
r("div", Bo, Q(e.value), 1)
|
|
3826
3826
|
]);
|
|
3827
3827
|
};
|
|
3828
3828
|
}
|
|
@@ -3834,10 +3834,10 @@ const lo = { id: "player-wrapper" }, so = { id: "player-sizer" }, io = {
|
|
|
3834
3834
|
emits: ["toggle"],
|
|
3835
3835
|
setup(c, { emit: n }) {
|
|
3836
3836
|
const e = c, a = n, t = Be(be), o = T(() => {
|
|
3837
|
-
let
|
|
3838
|
-
return e.showStaticImage || (
|
|
3837
|
+
let i = "virtualTour";
|
|
3838
|
+
return e.showStaticImage || (i = "slideShow"), i;
|
|
3839
3839
|
});
|
|
3840
|
-
return (
|
|
3840
|
+
return (i, l) => {
|
|
3841
3841
|
const p = B("v-btn");
|
|
3842
3842
|
return v(), V(p, {
|
|
3843
3843
|
color: "darken-2",
|
|
@@ -3853,222 +3853,222 @@ const lo = { id: "player-wrapper" }, so = { id: "player-sizer" }, io = {
|
|
|
3853
3853
|
});
|
|
3854
3854
|
};
|
|
3855
3855
|
}
|
|
3856
|
-
}), Oe = (c) => (
|
|
3856
|
+
}), Oe = (c) => (it("data-v-ccf327cb"), c = c(), ut(), c), Uo = {
|
|
3857
3857
|
key: 0,
|
|
3858
3858
|
class: "tutorial"
|
|
3859
3859
|
}, Ho = {
|
|
3860
3860
|
key: 0,
|
|
3861
3861
|
class: "desktop-content"
|
|
3862
|
-
}, Yo = { class: "d-inline-flex" }, Po = { class: "box col" }, jo = /* @__PURE__ */ Oe(() => /* @__PURE__ */
|
|
3863
|
-
/* @__PURE__ */
|
|
3862
|
+
}, Yo = { class: "d-inline-flex" }, Po = { class: "box col" }, jo = /* @__PURE__ */ Oe(() => /* @__PURE__ */ r("div", { class: "tutorial-icon d-flex align-items-center justify-center" }, [
|
|
3863
|
+
/* @__PURE__ */ r("svg", {
|
|
3864
3864
|
width: "100",
|
|
3865
3865
|
height: "65",
|
|
3866
3866
|
viewBox: "0 0 100 65",
|
|
3867
3867
|
fill: "none",
|
|
3868
3868
|
xmlns: "http://www.w3.org/2000/svg"
|
|
3869
3869
|
}, [
|
|
3870
|
-
/* @__PURE__ */
|
|
3870
|
+
/* @__PURE__ */ r("path", {
|
|
3871
3871
|
d: "M72 30H86.9736M86.9736 30L81 36M86.9736 30L81 24",
|
|
3872
3872
|
stroke: "#FF3E3E",
|
|
3873
3873
|
"stroke-width": "1.5",
|
|
3874
3874
|
"stroke-linecap": "round",
|
|
3875
3875
|
"stroke-linejoin": "round"
|
|
3876
3876
|
}),
|
|
3877
|
-
/* @__PURE__ */
|
|
3877
|
+
/* @__PURE__ */ r("path", {
|
|
3878
3878
|
d: "M27.9736 30H13M13 30L18.9736 36M13 30L18.9736 24",
|
|
3879
3879
|
stroke: "#FF3E3E",
|
|
3880
3880
|
"stroke-width": "1.5",
|
|
3881
3881
|
"stroke-linecap": "round",
|
|
3882
3882
|
"stroke-linejoin": "round"
|
|
3883
3883
|
}),
|
|
3884
|
-
/* @__PURE__ */
|
|
3884
|
+
/* @__PURE__ */ r("path", {
|
|
3885
3885
|
d: "M36 30H64V40C64 47.732 57.732 54 50 54V54C42.268 54 36 47.732 36 40V30Z",
|
|
3886
3886
|
fill: "white",
|
|
3887
3887
|
stroke: "black",
|
|
3888
3888
|
"stroke-width": "1.5"
|
|
3889
3889
|
}),
|
|
3890
|
-
/* @__PURE__ */
|
|
3890
|
+
/* @__PURE__ */ r("path", {
|
|
3891
3891
|
d: "M36 25C36 17.268 42.268 11 50 11V11V30H36V25Z",
|
|
3892
3892
|
fill: "#FF3E3E",
|
|
3893
3893
|
stroke: "black",
|
|
3894
3894
|
"stroke-width": "1.5"
|
|
3895
3895
|
}),
|
|
3896
|
-
/* @__PURE__ */
|
|
3896
|
+
/* @__PURE__ */ r("path", {
|
|
3897
3897
|
d: "M64 25C64 17.268 57.732 11 50 11V11V30H64V25Z",
|
|
3898
3898
|
fill: "white",
|
|
3899
3899
|
stroke: "black",
|
|
3900
3900
|
"stroke-width": "1.5"
|
|
3901
3901
|
}),
|
|
3902
|
-
/* @__PURE__ */
|
|
3902
|
+
/* @__PURE__ */ r("path", {
|
|
3903
3903
|
d: "M53.25 23V30C53.25 31.7949 51.7949 33.25 50 33.25C48.2051 33.25 46.75 31.7949 46.75 30V23C46.75 21.2051 48.2051 19.75 50 19.75C51.7949 19.75 53.25 21.2051 53.25 23Z",
|
|
3904
3904
|
fill: "white",
|
|
3905
3905
|
stroke: "black",
|
|
3906
3906
|
"stroke-width": "1.5"
|
|
3907
3907
|
})
|
|
3908
3908
|
])
|
|
3909
|
-
], -1)), Wo = { class: "text mt-3" }, zo = { class: "box col" }, No = /* @__PURE__ */ Oe(() => /* @__PURE__ */
|
|
3910
|
-
/* @__PURE__ */
|
|
3909
|
+
], -1)), Wo = { class: "text mt-3" }, zo = { class: "box col" }, No = /* @__PURE__ */ Oe(() => /* @__PURE__ */ r("div", { class: "tutorial-icon d-flex align-items-center justify-center" }, [
|
|
3910
|
+
/* @__PURE__ */ r("svg", {
|
|
3911
3911
|
width: "100",
|
|
3912
3912
|
height: "65",
|
|
3913
3913
|
viewBox: "0 0 100 65",
|
|
3914
3914
|
fill: "none",
|
|
3915
3915
|
xmlns: "http://www.w3.org/2000/svg"
|
|
3916
3916
|
}, [
|
|
3917
|
-
/* @__PURE__ */
|
|
3917
|
+
/* @__PURE__ */ r("path", {
|
|
3918
3918
|
d: "M79.9936 27.0175C79.9881 19.276 66.3321 13.0323 49.492 13.0719C32.652 13.1116 19.0049 19.4194 19.0105 27.1609C19.016 34.9025 32.6721 41.1461 49.5121 41.1065C66.3521 41.0669 79.9992 34.759 79.9936 27.0175Z",
|
|
3919
3919
|
fill: "white",
|
|
3920
3920
|
stroke: "#B3B3B3",
|
|
3921
3921
|
"stroke-width": "1.5"
|
|
3922
3922
|
}),
|
|
3923
|
-
/* @__PURE__ */
|
|
3923
|
+
/* @__PURE__ */ r("path", {
|
|
3924
3924
|
d: "M61.8032 45.179L56.543 50.3218V28.0361L72.543 43.4647H65.0909L67.9402 50.3218L64.6526 52.0361L61.8032 45.179Z",
|
|
3925
3925
|
fill: "white",
|
|
3926
3926
|
stroke: "black",
|
|
3927
3927
|
"stroke-width": "1.5",
|
|
3928
3928
|
"stroke-linejoin": "round"
|
|
3929
3929
|
}),
|
|
3930
|
-
/* @__PURE__ */
|
|
3930
|
+
/* @__PURE__ */ r("path", {
|
|
3931
3931
|
d: "M50.502 28.0361L46.502 28.0361",
|
|
3932
3932
|
stroke: "#FF3E3E",
|
|
3933
3933
|
"stroke-width": "1.5",
|
|
3934
3934
|
"stroke-linecap": "round"
|
|
3935
3935
|
}),
|
|
3936
|
-
/* @__PURE__ */
|
|
3936
|
+
/* @__PURE__ */ r("path", {
|
|
3937
3937
|
d: "M50.502 28.0361L46.502 28.0361",
|
|
3938
3938
|
stroke: "#FF3E3E",
|
|
3939
3939
|
"stroke-width": "1.5",
|
|
3940
3940
|
"stroke-linecap": "round"
|
|
3941
3941
|
}),
|
|
3942
|
-
/* @__PURE__ */
|
|
3942
|
+
/* @__PURE__ */ r("path", {
|
|
3943
3943
|
d: "M50.502 28.0361L46.502 28.0361",
|
|
3944
3944
|
stroke: "#FF3E3E",
|
|
3945
3945
|
"stroke-width": "1.5",
|
|
3946
3946
|
"stroke-linecap": "round"
|
|
3947
3947
|
}),
|
|
3948
|
-
/* @__PURE__ */
|
|
3948
|
+
/* @__PURE__ */ r("path", {
|
|
3949
3949
|
d: "M66.502 28.0361L62.502 28.0361",
|
|
3950
3950
|
stroke: "#FF3E3E",
|
|
3951
3951
|
"stroke-width": "1.5",
|
|
3952
3952
|
"stroke-linecap": "round"
|
|
3953
3953
|
}),
|
|
3954
|
-
/* @__PURE__ */
|
|
3954
|
+
/* @__PURE__ */ r("path", {
|
|
3955
3955
|
d: "M66.502 28.0361L62.502 28.0361",
|
|
3956
3956
|
stroke: "#FF3E3E",
|
|
3957
3957
|
"stroke-width": "1.5",
|
|
3958
3958
|
"stroke-linecap": "round"
|
|
3959
3959
|
}),
|
|
3960
|
-
/* @__PURE__ */
|
|
3960
|
+
/* @__PURE__ */ r("path", {
|
|
3961
3961
|
d: "M66.502 28.0361L62.502 28.0361",
|
|
3962
3962
|
stroke: "#FF3E3E",
|
|
3963
3963
|
"stroke-width": "1.5",
|
|
3964
3964
|
"stroke-linecap": "round"
|
|
3965
3965
|
}),
|
|
3966
|
-
/* @__PURE__ */
|
|
3966
|
+
/* @__PURE__ */ r("path", {
|
|
3967
3967
|
d: "M52.1582 24.0361L49.1582 21.0361",
|
|
3968
3968
|
stroke: "#FF3E3E",
|
|
3969
3969
|
"stroke-width": "1.5",
|
|
3970
3970
|
"stroke-linecap": "round"
|
|
3971
3971
|
}),
|
|
3972
|
-
/* @__PURE__ */
|
|
3972
|
+
/* @__PURE__ */ r("path", {
|
|
3973
3973
|
d: "M52.1582 24.0361L49.1582 21.0361",
|
|
3974
3974
|
stroke: "#FF3E3E",
|
|
3975
3975
|
"stroke-width": "1.5",
|
|
3976
3976
|
"stroke-linecap": "round"
|
|
3977
3977
|
}),
|
|
3978
|
-
/* @__PURE__ */
|
|
3978
|
+
/* @__PURE__ */ r("path", {
|
|
3979
3979
|
d: "M52.1582 24.0361L49.1582 21.0361",
|
|
3980
3980
|
stroke: "#FF3E3E",
|
|
3981
3981
|
"stroke-width": "1.5",
|
|
3982
3982
|
"stroke-linecap": "round"
|
|
3983
3983
|
}),
|
|
3984
|
-
/* @__PURE__ */
|
|
3984
|
+
/* @__PURE__ */ r("path", {
|
|
3985
3985
|
d: "M60.502 24.0361L63.502 21.0361",
|
|
3986
3986
|
stroke: "#FF3E3E",
|
|
3987
3987
|
"stroke-width": "1.5",
|
|
3988
3988
|
"stroke-linecap": "round"
|
|
3989
3989
|
}),
|
|
3990
|
-
/* @__PURE__ */
|
|
3990
|
+
/* @__PURE__ */ r("path", {
|
|
3991
3991
|
d: "M60.502 24.0361L63.502 21.0361",
|
|
3992
3992
|
stroke: "#FF3E3E",
|
|
3993
3993
|
"stroke-width": "1.5",
|
|
3994
3994
|
"stroke-linecap": "round"
|
|
3995
3995
|
}),
|
|
3996
|
-
/* @__PURE__ */
|
|
3996
|
+
/* @__PURE__ */ r("path", {
|
|
3997
3997
|
d: "M60.502 24.0361L63.502 21.0361",
|
|
3998
3998
|
stroke: "#FF3E3E",
|
|
3999
3999
|
"stroke-width": "1.5",
|
|
4000
4000
|
"stroke-linecap": "round"
|
|
4001
4001
|
}),
|
|
4002
|
-
/* @__PURE__ */
|
|
4002
|
+
/* @__PURE__ */ r("path", {
|
|
4003
4003
|
d: "M56.502 22.0361L56.502 18.0361",
|
|
4004
4004
|
stroke: "#FF3E3E",
|
|
4005
4005
|
"stroke-width": "1.5",
|
|
4006
4006
|
"stroke-linecap": "round"
|
|
4007
4007
|
}),
|
|
4008
|
-
/* @__PURE__ */
|
|
4008
|
+
/* @__PURE__ */ r("path", {
|
|
4009
4009
|
d: "M56.502 22.0361L56.502 18.0361",
|
|
4010
4010
|
stroke: "#FF3E3E",
|
|
4011
4011
|
"stroke-width": "1.5",
|
|
4012
4012
|
"stroke-linecap": "round"
|
|
4013
4013
|
}),
|
|
4014
|
-
/* @__PURE__ */
|
|
4014
|
+
/* @__PURE__ */ r("path", {
|
|
4015
4015
|
d: "M56.502 22.0361L56.502 18.0361",
|
|
4016
4016
|
stroke: "#FF3E3E",
|
|
4017
4017
|
"stroke-width": "1.5",
|
|
4018
4018
|
"stroke-linecap": "round"
|
|
4019
4019
|
}),
|
|
4020
|
-
/* @__PURE__ */
|
|
4020
|
+
/* @__PURE__ */ r("path", {
|
|
4021
4021
|
d: "M52.1582 32.0361L49.1582 35.0361",
|
|
4022
4022
|
stroke: "#FF3E3E",
|
|
4023
4023
|
"stroke-width": "1.5",
|
|
4024
4024
|
"stroke-linecap": "round"
|
|
4025
4025
|
}),
|
|
4026
|
-
/* @__PURE__ */
|
|
4026
|
+
/* @__PURE__ */ r("path", {
|
|
4027
4027
|
d: "M52.1582 32.0361L49.1582 35.0361",
|
|
4028
4028
|
stroke: "#FF3E3E",
|
|
4029
4029
|
"stroke-width": "1.5",
|
|
4030
4030
|
"stroke-linecap": "round"
|
|
4031
4031
|
}),
|
|
4032
|
-
/* @__PURE__ */
|
|
4032
|
+
/* @__PURE__ */ r("path", {
|
|
4033
4033
|
d: "M52.1582 32.0361L49.1582 35.0361",
|
|
4034
4034
|
stroke: "#FF3E3E",
|
|
4035
4035
|
"stroke-width": "1.5",
|
|
4036
4036
|
"stroke-linecap": "round"
|
|
4037
4037
|
})
|
|
4038
4038
|
])
|
|
4039
|
-
], -1)), Go = { class: "text mt-3" }, Qo = { class: "box col" }, qo = /* @__PURE__ */ Oe(() => /* @__PURE__ */
|
|
4040
|
-
/* @__PURE__ */
|
|
4039
|
+
], -1)), Go = { class: "text mt-3" }, Qo = { class: "box col" }, qo = /* @__PURE__ */ Oe(() => /* @__PURE__ */ r("div", { class: "tutorial-icon d-flex align-items-center justify-center" }, [
|
|
4040
|
+
/* @__PURE__ */ r("svg", {
|
|
4041
4041
|
width: "100",
|
|
4042
4042
|
height: "65",
|
|
4043
4043
|
viewBox: "0 0 100 65",
|
|
4044
4044
|
fill: "none",
|
|
4045
4045
|
xmlns: "http://www.w3.org/2000/svg"
|
|
4046
4046
|
}, [
|
|
4047
|
-
/* @__PURE__ */
|
|
4047
|
+
/* @__PURE__ */ r("path", {
|
|
4048
4048
|
d: "M36 33H64V43C64 50.732 57.732 57 50 57V57C42.268 57 36 50.732 36 43V33Z",
|
|
4049
4049
|
fill: "white",
|
|
4050
4050
|
stroke: "black",
|
|
4051
4051
|
"stroke-width": "1.5"
|
|
4052
4052
|
}),
|
|
4053
|
-
/* @__PURE__ */
|
|
4053
|
+
/* @__PURE__ */ r("path", {
|
|
4054
4054
|
d: "M36 28C36 20.268 42.268 14 50 14V14V33H36V28Z",
|
|
4055
4055
|
fill: "white",
|
|
4056
4056
|
stroke: "black",
|
|
4057
4057
|
"stroke-width": "1.5"
|
|
4058
4058
|
}),
|
|
4059
|
-
/* @__PURE__ */
|
|
4059
|
+
/* @__PURE__ */ r("path", {
|
|
4060
4060
|
d: "M64 28C64 20.268 57.732 14 50 14V14V33H64V28Z",
|
|
4061
4061
|
fill: "white",
|
|
4062
4062
|
stroke: "black",
|
|
4063
4063
|
"stroke-width": "1.5"
|
|
4064
4064
|
}),
|
|
4065
|
-
/* @__PURE__ */
|
|
4065
|
+
/* @__PURE__ */ r("path", {
|
|
4066
4066
|
d: "M53.25 26V33C53.25 34.7949 51.7949 36.25 50 36.25C48.2051 36.25 46.75 34.7949 46.75 33V26C46.75 24.2051 48.2051 22.75 50 22.75C51.7949 22.75 53.25 24.2051 53.25 26Z",
|
|
4067
4067
|
fill: "#FF3E3E",
|
|
4068
4068
|
stroke: "black",
|
|
4069
4069
|
"stroke-width": "1.5"
|
|
4070
4070
|
}),
|
|
4071
|
-
/* @__PURE__ */
|
|
4071
|
+
/* @__PURE__ */ r("path", {
|
|
4072
4072
|
"fill-rule": "evenodd",
|
|
4073
4073
|
"clip-rule": "evenodd",
|
|
4074
4074
|
d: "M74.5352 20.7593L80.3458 26.5699C80.9316 27.1557 80.9316 28.1055 80.3458 28.6913C79.76 29.277 78.8103 29.277 78.2245 28.6913L72.4138 22.8806L74.5352 20.7593Z",
|
|
@@ -4077,7 +4077,7 @@ const lo = { id: "player-wrapper" }, so = { id: "player-sizer" }, io = {
|
|
|
4077
4077
|
"stroke-width": "1.5",
|
|
4078
4078
|
"stroke-linecap": "round"
|
|
4079
4079
|
}),
|
|
4080
|
-
/* @__PURE__ */
|
|
4080
|
+
/* @__PURE__ */ r("circle", {
|
|
4081
4081
|
cx: "66.5",
|
|
4082
4082
|
cy: "15.5",
|
|
4083
4083
|
r: "9.75",
|
|
@@ -4085,7 +4085,7 @@ const lo = { id: "player-wrapper" }, so = { id: "player-sizer" }, io = {
|
|
|
4085
4085
|
stroke: "black",
|
|
4086
4086
|
"stroke-width": "1.5"
|
|
4087
4087
|
}),
|
|
4088
|
-
/* @__PURE__ */
|
|
4088
|
+
/* @__PURE__ */ r("rect", {
|
|
4089
4089
|
x: "66",
|
|
4090
4090
|
y: "11",
|
|
4091
4091
|
width: "1",
|
|
@@ -4095,7 +4095,7 @@ const lo = { id: "player-wrapper" }, so = { id: "player-sizer" }, io = {
|
|
|
4095
4095
|
"stroke-width": "0.75",
|
|
4096
4096
|
"stroke-linejoin": "round"
|
|
4097
4097
|
}),
|
|
4098
|
-
/* @__PURE__ */
|
|
4098
|
+
/* @__PURE__ */ r("rect", {
|
|
4099
4099
|
x: "71",
|
|
4100
4100
|
y: "15",
|
|
4101
4101
|
width: "1",
|
|
@@ -4107,15 +4107,15 @@ const lo = { id: "player-wrapper" }, so = { id: "player-sizer" }, io = {
|
|
|
4107
4107
|
"stroke-linejoin": "round"
|
|
4108
4108
|
})
|
|
4109
4109
|
])
|
|
4110
|
-
], -1)), Zo = { class: "text mt-3" }, Jo = { class: "d-inline-flex space-around" }, Xo = { class: "box col" }, Ko = /* @__PURE__ */ Oe(() => /* @__PURE__ */
|
|
4111
|
-
/* @__PURE__ */
|
|
4110
|
+
], -1)), Zo = { class: "text mt-3" }, Jo = { class: "d-inline-flex space-around" }, Xo = { class: "box col" }, Ko = /* @__PURE__ */ Oe(() => /* @__PURE__ */ r("div", { class: "tutorial-icon d-flex align-items-center justify-center" }, [
|
|
4111
|
+
/* @__PURE__ */ r("svg", {
|
|
4112
4112
|
width: "100",
|
|
4113
4113
|
height: "65",
|
|
4114
4114
|
viewBox: "0 0 100 65",
|
|
4115
4115
|
fill: "none",
|
|
4116
4116
|
xmlns: "http://www.w3.org/2000/svg"
|
|
4117
4117
|
}, [
|
|
4118
|
-
/* @__PURE__ */
|
|
4118
|
+
/* @__PURE__ */ r("rect", {
|
|
4119
4119
|
x: "65.0967",
|
|
4120
4120
|
y: "34.3228",
|
|
4121
4121
|
width: "20.9032",
|
|
@@ -4125,7 +4125,7 @@ const lo = { id: "player-wrapper" }, so = { id: "player-sizer" }, io = {
|
|
|
4125
4125
|
stroke: "black",
|
|
4126
4126
|
"stroke-width": "1.5"
|
|
4127
4127
|
}),
|
|
4128
|
-
/* @__PURE__ */
|
|
4128
|
+
/* @__PURE__ */ r("rect", {
|
|
4129
4129
|
x: "39.5488",
|
|
4130
4130
|
y: "29.6777",
|
|
4131
4131
|
width: "20.9032",
|
|
@@ -4136,7 +4136,7 @@ const lo = { id: "player-wrapper" }, so = { id: "player-sizer" }, io = {
|
|
|
4136
4136
|
stroke: "black",
|
|
4137
4137
|
"stroke-width": "1.5"
|
|
4138
4138
|
}),
|
|
4139
|
-
/* @__PURE__ */
|
|
4139
|
+
/* @__PURE__ */ r("rect", {
|
|
4140
4140
|
x: "60.4512",
|
|
4141
4141
|
y: "34.3228",
|
|
4142
4142
|
width: "20.9032",
|
|
@@ -4147,7 +4147,7 @@ const lo = { id: "player-wrapper" }, so = { id: "player-sizer" }, io = {
|
|
|
4147
4147
|
stroke: "black",
|
|
4148
4148
|
"stroke-width": "1.5"
|
|
4149
4149
|
}),
|
|
4150
|
-
/* @__PURE__ */
|
|
4150
|
+
/* @__PURE__ */ r("rect", {
|
|
4151
4151
|
x: "34.9033",
|
|
4152
4152
|
y: "55.2261",
|
|
4153
4153
|
width: "20.9032",
|
|
@@ -4158,19 +4158,19 @@ const lo = { id: "player-wrapper" }, so = { id: "player-sizer" }, io = {
|
|
|
4158
4158
|
stroke: "black",
|
|
4159
4159
|
"stroke-width": "1.5"
|
|
4160
4160
|
}),
|
|
4161
|
-
/* @__PURE__ */
|
|
4161
|
+
/* @__PURE__ */ r("path", {
|
|
4162
4162
|
d: "M77.7025 44.3796C77.9599 44.5798 77.9599 44.9688 77.7025 45.169L74.6621 47.5338C74.3337 47.7892 73.8551 47.5552 73.8551 47.1391L73.8551 42.4095C73.8551 41.9935 74.3337 41.7594 74.6621 42.0149L77.7025 44.3796Z",
|
|
4163
4163
|
fill: "#FF3E3E"
|
|
4164
4164
|
}),
|
|
4165
|
-
/* @__PURE__ */
|
|
4165
|
+
/* @__PURE__ */ r("path", {
|
|
4166
4166
|
d: "M49.6047 17.0724C49.8049 16.815 50.1939 16.815 50.3941 17.0724L52.7589 20.1128C53.0143 20.4412 52.7803 20.9198 52.3642 20.9198L47.6346 20.9198C47.2185 20.9198 46.9845 20.4412 47.2399 20.1128L49.6047 17.0724Z",
|
|
4167
4167
|
fill: "#FF3E3E"
|
|
4168
4168
|
}),
|
|
4169
|
-
/* @__PURE__ */
|
|
4169
|
+
/* @__PURE__ */ r("path", {
|
|
4170
4170
|
d: "M50.3953 46.9281C50.1951 47.1855 49.8061 47.1855 49.6059 46.9281L47.2411 43.8877C46.9857 43.5592 47.2197 43.0807 47.6358 43.0807L52.3654 43.0807C52.7815 43.0807 53.0155 43.5592 52.7601 43.8877L50.3953 46.9281Z",
|
|
4171
4171
|
fill: "#FF3E3E"
|
|
4172
4172
|
}),
|
|
4173
|
-
/* @__PURE__ */
|
|
4173
|
+
/* @__PURE__ */ r("path", {
|
|
4174
4174
|
d: "M22.2975 45.1692C22.0401 44.969 22.0401 44.58 22.2975 44.3798L25.3379 42.0151C25.6663 41.7596 26.1449 41.9937 26.1449 42.4097L26.1449 47.1393C26.1449 47.5554 25.6663 47.7894 25.3379 47.534L22.2975 45.1692Z",
|
|
4175
4175
|
fill: "#FF3E3E"
|
|
4176
4176
|
})
|
|
@@ -4178,33 +4178,33 @@ const lo = { id: "player-wrapper" }, so = { id: "player-sizer" }, io = {
|
|
|
4178
4178
|
], -1)), el = { class: "text mt-3" }, tl = {
|
|
4179
4179
|
key: 1,
|
|
4180
4180
|
class: "d-flex flex-column tablet-mobile-content"
|
|
4181
|
-
}, nl = { class: "box horizontal mt-3" }, al = /* @__PURE__ */ Oe(() => /* @__PURE__ */
|
|
4182
|
-
/* @__PURE__ */
|
|
4181
|
+
}, nl = { class: "box horizontal mt-3" }, al = /* @__PURE__ */ Oe(() => /* @__PURE__ */ r("div", { class: "tutorial-icon d-flex align-items-center justify-center" }, [
|
|
4182
|
+
/* @__PURE__ */ r("svg", {
|
|
4183
4183
|
width: "101",
|
|
4184
4184
|
height: "65",
|
|
4185
4185
|
viewBox: "0 0 101 65",
|
|
4186
4186
|
fill: "none",
|
|
4187
4187
|
xmlns: "http://www.w3.org/2000/svg"
|
|
4188
4188
|
}, [
|
|
4189
|
-
/* @__PURE__ */
|
|
4189
|
+
/* @__PURE__ */ r("path", {
|
|
4190
4190
|
d: "M68 28H87.9736M87.9736 28L82 34M87.9736 28L82 22",
|
|
4191
4191
|
stroke: "#FF3E3E",
|
|
4192
4192
|
"stroke-width": "1.5",
|
|
4193
4193
|
"stroke-linecap": "round",
|
|
4194
4194
|
"stroke-linejoin": "round"
|
|
4195
4195
|
}),
|
|
4196
|
-
/* @__PURE__ */
|
|
4196
|
+
/* @__PURE__ */ r("path", {
|
|
4197
4197
|
d: "M33.9727 28H13.999M13.999 28L19.9727 34M13.999 28L19.9727 22",
|
|
4198
4198
|
stroke: "#FF3E3E",
|
|
4199
4199
|
"stroke-width": "1.5",
|
|
4200
4200
|
"stroke-linecap": "round",
|
|
4201
4201
|
"stroke-linejoin": "round"
|
|
4202
4202
|
}),
|
|
4203
|
-
/* @__PURE__ */
|
|
4203
|
+
/* @__PURE__ */ r("path", {
|
|
4204
4204
|
d: "M57.3126 51.1276L62.5533 49.7234C65.3195 48.9822 67.2473 46.4813 67.2601 43.6176C67.2626 43.0532 67.1898 42.4909 67.0438 41.9457L64.9992 34.3153C64.7491 33.3818 63.7895 32.8278 62.8559 33.0779C61.9223 33.328 61.3683 34.2876 61.6185 35.2212L61.0361 33.0479C60.7502 31.9809 59.6536 31.3478 58.5866 31.6337C57.5197 31.9195 56.8865 33.0162 57.1724 34.0831L56.7195 32.3928C56.3979 31.1925 55.1641 30.4802 53.9638 30.8018C52.7635 31.1234 52.0512 32.3572 52.3728 33.5575L50.6258 27.0375C50.3399 25.9705 49.2432 25.3374 48.1763 25.6233C47.1094 25.9091 46.4762 27.0058 46.7621 28.0727L50.3855 41.5957C49.2796 40.7276 47.5926 39.524 46.3279 38.6369C45.3814 37.9729 44.0801 38.2068 43.4137 39.1516C42.8107 40.0066 42.9238 41.1741 43.6798 41.8975L51.8691 49.7332C53.3154 51.1171 55.3791 51.6457 57.3126 51.1276Z",
|
|
4205
4205
|
fill: "white"
|
|
4206
4206
|
}),
|
|
4207
|
-
/* @__PURE__ */
|
|
4207
|
+
/* @__PURE__ */ r("path", {
|
|
4208
4208
|
d: "M53.7316 38.6286L52.6963 34.7649M52.6963 34.7649L50.6258 27.0375C50.3399 25.9705 49.2432 25.3374 48.1763 25.6233V25.6233C47.1094 25.9091 46.4762 27.0058 46.7621 28.0727L50.3855 41.5957C49.2796 40.7276 47.5926 39.524 46.3279 38.6369C45.3814 37.9729 44.0801 38.2068 43.4137 39.1516V39.1516C42.8107 40.0066 42.9238 41.1741 43.6798 41.8975L51.8691 49.7332C53.3154 51.1171 55.3791 51.6457 57.3126 51.1276L62.5533 49.7234C65.3195 48.9822 67.2473 46.4813 67.2601 43.6176V43.6176C67.2626 43.0532 67.1898 42.4909 67.0438 41.9457L64.9992 34.3153C64.7491 33.3818 63.7895 32.8278 62.8559 33.0779V33.0779V33.0779C61.9223 33.328 61.3683 34.2876 61.6185 35.2212L61.942 36.4286M52.6963 34.7649L52.3728 33.5575C52.0512 32.3572 52.7635 31.1234 53.9638 30.8018V30.8018C55.1641 30.4802 56.3979 31.1925 56.7195 32.3928L57.3018 34.5661M58.2077 37.9469L57.3018 34.5661M57.3018 34.5661L57.1724 34.0831C56.8865 33.0162 57.5197 31.9195 58.5866 31.6337V31.6337C59.6536 31.3478 60.7502 31.9809 61.0361 33.0479L61.942 36.4286M62.3302 37.8775L61.942 36.4286",
|
|
4209
4209
|
stroke: "black",
|
|
4210
4210
|
"stroke-width": "1.5",
|
|
@@ -4212,133 +4212,133 @@ const lo = { id: "player-wrapper" }, so = { id: "player-sizer" }, io = {
|
|
|
4212
4212
|
"stroke-linejoin": "round"
|
|
4213
4213
|
})
|
|
4214
4214
|
])
|
|
4215
|
-
], -1)), ol = { class: "text ml-2" }, ll = { class: "box horizontal mt-3" }, sl = /* @__PURE__ */ Oe(() => /* @__PURE__ */
|
|
4216
|
-
/* @__PURE__ */
|
|
4215
|
+
], -1)), ol = { class: "text ml-2" }, ll = { class: "box horizontal mt-3" }, sl = /* @__PURE__ */ Oe(() => /* @__PURE__ */ r("div", { class: "tutorial-icon d-flex align-items-center justify-center" }, [
|
|
4216
|
+
/* @__PURE__ */ r("svg", {
|
|
4217
4217
|
width: "99",
|
|
4218
4218
|
height: "65",
|
|
4219
4219
|
viewBox: "0 0 99 65",
|
|
4220
4220
|
fill: "none",
|
|
4221
4221
|
xmlns: "http://www.w3.org/2000/svg"
|
|
4222
4222
|
}, [
|
|
4223
|
-
/* @__PURE__ */
|
|
4223
|
+
/* @__PURE__ */ r("path", {
|
|
4224
4224
|
d: "M79.9927 29.9814C79.9871 22.2398 66.3311 15.9962 49.491 16.0358C32.651 16.0754 19.0039 22.3833 19.0095 30.1248C19.015 37.8663 32.6711 44.11 49.5111 44.0704C66.3512 44.0308 79.9982 37.7229 79.9927 29.9814Z",
|
|
4225
4225
|
fill: "white",
|
|
4226
4226
|
stroke: "#B3B3B3",
|
|
4227
4227
|
"stroke-width": "1.5"
|
|
4228
4228
|
}),
|
|
4229
|
-
/* @__PURE__ */
|
|
4229
|
+
/* @__PURE__ */ r("path", {
|
|
4230
4230
|
d: "M50.5 31L46.5 31",
|
|
4231
4231
|
stroke: "#FF3E3E",
|
|
4232
4232
|
"stroke-width": "1.5",
|
|
4233
4233
|
"stroke-linecap": "round"
|
|
4234
4234
|
}),
|
|
4235
|
-
/* @__PURE__ */
|
|
4235
|
+
/* @__PURE__ */ r("path", {
|
|
4236
4236
|
d: "M50.5 31L46.5 31",
|
|
4237
4237
|
stroke: "#FF3E3E",
|
|
4238
4238
|
"stroke-width": "1.5",
|
|
4239
4239
|
"stroke-linecap": "round"
|
|
4240
4240
|
}),
|
|
4241
|
-
/* @__PURE__ */
|
|
4241
|
+
/* @__PURE__ */ r("path", {
|
|
4242
4242
|
d: "M50.5 31L46.5 31",
|
|
4243
4243
|
stroke: "#FF3E3E",
|
|
4244
4244
|
"stroke-width": "1.5",
|
|
4245
4245
|
"stroke-linecap": "round"
|
|
4246
4246
|
}),
|
|
4247
|
-
/* @__PURE__ */
|
|
4247
|
+
/* @__PURE__ */ r("path", {
|
|
4248
4248
|
d: "M66.5 31L62.5 31",
|
|
4249
4249
|
stroke: "#FF3E3E",
|
|
4250
4250
|
"stroke-width": "1.5",
|
|
4251
4251
|
"stroke-linecap": "round"
|
|
4252
4252
|
}),
|
|
4253
|
-
/* @__PURE__ */
|
|
4253
|
+
/* @__PURE__ */ r("path", {
|
|
4254
4254
|
d: "M66.5 31L62.5 31",
|
|
4255
4255
|
stroke: "#FF3E3E",
|
|
4256
4256
|
"stroke-width": "1.5",
|
|
4257
4257
|
"stroke-linecap": "round"
|
|
4258
4258
|
}),
|
|
4259
|
-
/* @__PURE__ */
|
|
4259
|
+
/* @__PURE__ */ r("path", {
|
|
4260
4260
|
d: "M66.5 31L62.5 31",
|
|
4261
4261
|
stroke: "#FF3E3E",
|
|
4262
4262
|
"stroke-width": "1.5",
|
|
4263
4263
|
"stroke-linecap": "round"
|
|
4264
4264
|
}),
|
|
4265
|
-
/* @__PURE__ */
|
|
4265
|
+
/* @__PURE__ */ r("path", {
|
|
4266
4266
|
d: "M52.1562 27L49.1562 24",
|
|
4267
4267
|
stroke: "#FF3E3E",
|
|
4268
4268
|
"stroke-width": "1.5",
|
|
4269
4269
|
"stroke-linecap": "round"
|
|
4270
4270
|
}),
|
|
4271
|
-
/* @__PURE__ */
|
|
4271
|
+
/* @__PURE__ */ r("path", {
|
|
4272
4272
|
d: "M52.1562 27L49.1562 24",
|
|
4273
4273
|
stroke: "#FF3E3E",
|
|
4274
4274
|
"stroke-width": "1.5",
|
|
4275
4275
|
"stroke-linecap": "round"
|
|
4276
4276
|
}),
|
|
4277
|
-
/* @__PURE__ */
|
|
4277
|
+
/* @__PURE__ */ r("path", {
|
|
4278
4278
|
d: "M52.1562 27L49.1562 24",
|
|
4279
4279
|
stroke: "#FF3E3E",
|
|
4280
4280
|
"stroke-width": "1.5",
|
|
4281
4281
|
"stroke-linecap": "round"
|
|
4282
4282
|
}),
|
|
4283
|
-
/* @__PURE__ */
|
|
4283
|
+
/* @__PURE__ */ r("path", {
|
|
4284
4284
|
d: "M60.5 27L63.5 24",
|
|
4285
4285
|
stroke: "#FF3E3E",
|
|
4286
4286
|
"stroke-width": "1.5",
|
|
4287
4287
|
"stroke-linecap": "round"
|
|
4288
4288
|
}),
|
|
4289
|
-
/* @__PURE__ */
|
|
4289
|
+
/* @__PURE__ */ r("path", {
|
|
4290
4290
|
d: "M60.5 27L63.5 24",
|
|
4291
4291
|
stroke: "#FF3E3E",
|
|
4292
4292
|
"stroke-width": "1.5",
|
|
4293
4293
|
"stroke-linecap": "round"
|
|
4294
4294
|
}),
|
|
4295
|
-
/* @__PURE__ */
|
|
4295
|
+
/* @__PURE__ */ r("path", {
|
|
4296
4296
|
d: "M60.5 27L63.5 24",
|
|
4297
4297
|
stroke: "#FF3E3E",
|
|
4298
4298
|
"stroke-width": "1.5",
|
|
4299
4299
|
"stroke-linecap": "round"
|
|
4300
4300
|
}),
|
|
4301
|
-
/* @__PURE__ */
|
|
4301
|
+
/* @__PURE__ */ r("path", {
|
|
4302
4302
|
d: "M56.5 25L56.5 21",
|
|
4303
4303
|
stroke: "#FF3E3E",
|
|
4304
4304
|
"stroke-width": "1.5",
|
|
4305
4305
|
"stroke-linecap": "round"
|
|
4306
4306
|
}),
|
|
4307
|
-
/* @__PURE__ */
|
|
4307
|
+
/* @__PURE__ */ r("path", {
|
|
4308
4308
|
d: "M56.5 25L56.5 21",
|
|
4309
4309
|
stroke: "#FF3E3E",
|
|
4310
4310
|
"stroke-width": "1.5",
|
|
4311
4311
|
"stroke-linecap": "round"
|
|
4312
4312
|
}),
|
|
4313
|
-
/* @__PURE__ */
|
|
4313
|
+
/* @__PURE__ */ r("path", {
|
|
4314
4314
|
d: "M56.5 25L56.5 21",
|
|
4315
4315
|
stroke: "#FF3E3E",
|
|
4316
4316
|
"stroke-width": "1.5",
|
|
4317
4317
|
"stroke-linecap": "round"
|
|
4318
4318
|
}),
|
|
4319
|
-
/* @__PURE__ */
|
|
4319
|
+
/* @__PURE__ */ r("path", {
|
|
4320
4320
|
d: "M52.1562 35L49.1562 38",
|
|
4321
4321
|
stroke: "#FF3E3E",
|
|
4322
4322
|
"stroke-width": "1.5",
|
|
4323
4323
|
"stroke-linecap": "round"
|
|
4324
4324
|
}),
|
|
4325
|
-
/* @__PURE__ */
|
|
4325
|
+
/* @__PURE__ */ r("path", {
|
|
4326
4326
|
d: "M52.1562 35L49.1562 38",
|
|
4327
4327
|
stroke: "#FF3E3E",
|
|
4328
4328
|
"stroke-width": "1.5",
|
|
4329
4329
|
"stroke-linecap": "round"
|
|
4330
4330
|
}),
|
|
4331
|
-
/* @__PURE__ */
|
|
4331
|
+
/* @__PURE__ */ r("path", {
|
|
4332
4332
|
d: "M52.1562 35L49.1562 38",
|
|
4333
4333
|
stroke: "#FF3E3E",
|
|
4334
4334
|
"stroke-width": "1.5",
|
|
4335
4335
|
"stroke-linecap": "round"
|
|
4336
4336
|
}),
|
|
4337
|
-
/* @__PURE__ */
|
|
4337
|
+
/* @__PURE__ */ r("path", {
|
|
4338
4338
|
d: "M64.8126 54.1276L70.0533 52.7234C72.8195 51.9822 74.7473 49.4813 74.7601 46.6176C74.7626 46.0532 74.6898 45.4909 74.5438 44.9457L72.4992 37.3153C72.2491 36.3818 71.2895 35.8278 70.3559 36.0779C69.4223 36.328 68.8683 37.2876 69.1185 38.2212L68.5361 36.0479C68.2502 34.9809 67.1536 34.3478 66.0866 34.6337C65.0197 34.9195 64.3865 36.0162 64.6724 37.0831L64.2195 35.3928C63.8979 34.1925 62.6641 33.4802 61.4638 33.8018C60.2635 34.1234 59.5512 35.3572 59.8728 36.5575L58.1258 30.0375C57.8399 28.9705 56.7432 28.3374 55.6763 28.6233C54.6094 28.9091 53.9762 30.0058 54.2621 31.0727L57.8855 44.5957C56.7796 43.7276 55.0926 42.524 53.8279 41.6369C52.8814 40.9729 51.5801 41.2068 50.9137 42.1516C50.3107 43.0066 50.4238 44.1741 51.1798 44.8975L59.3691 52.7332C60.8154 54.1171 62.8791 54.6457 64.8126 54.1276Z",
|
|
4339
4339
|
fill: "white"
|
|
4340
4340
|
}),
|
|
4341
|
-
/* @__PURE__ */
|
|
4341
|
+
/* @__PURE__ */ r("path", {
|
|
4342
4342
|
d: "M61.2316 41.6286L60.1963 37.7649M60.1963 37.7649L58.1258 30.0375C57.8399 28.9705 56.7432 28.3374 55.6763 28.6233V28.6233C54.6094 28.9091 53.9762 30.0058 54.2621 31.0727L57.8855 44.5957C56.7796 43.7276 55.0926 42.524 53.8279 41.6369C52.8814 40.9729 51.5801 41.2068 50.9137 42.1516V42.1516C50.3107 43.0066 50.4238 44.1741 51.1798 44.8975L59.3691 52.7332C60.8154 54.1171 62.8791 54.6457 64.8126 54.1276L70.0533 52.7234C72.8195 51.9822 74.7473 49.4813 74.7601 46.6176V46.6176C74.7626 46.0532 74.6898 45.4909 74.5438 44.9457L72.4992 37.3153C72.2491 36.3818 71.2895 35.8278 70.3559 36.0779V36.0779V36.0779C69.4223 36.328 68.8683 37.2876 69.1185 38.2212L69.442 39.4286M60.1963 37.7649L59.8728 36.5575C59.5512 35.3572 60.2635 34.1234 61.4638 33.8018V33.8018C62.6641 33.4802 63.8979 34.1925 64.2195 35.3928L64.8018 37.5661M65.7077 40.9469L64.8018 37.5661M64.8018 37.5661L64.6724 37.0831C64.3865 36.0162 65.0197 34.9195 66.0866 34.6337V34.6337C67.1536 34.3478 68.2502 34.9809 68.5361 36.0479L69.442 39.4286M69.8302 40.8775L69.442 39.4286",
|
|
4343
4343
|
stroke: "black",
|
|
4344
4344
|
"stroke-width": "1.5",
|
|
@@ -4346,33 +4346,33 @@ const lo = { id: "player-wrapper" }, so = { id: "player-sizer" }, io = {
|
|
|
4346
4346
|
"stroke-linejoin": "round"
|
|
4347
4347
|
})
|
|
4348
4348
|
])
|
|
4349
|
-
], -1)),
|
|
4350
|
-
/* @__PURE__ */
|
|
4349
|
+
], -1)), rl = { class: "text ml-2" }, il = { class: "box horizontal mt-3" }, ul = /* @__PURE__ */ Oe(() => /* @__PURE__ */ r("div", { class: "tutorial-icon d-flex align-items-center justify-center" }, [
|
|
4350
|
+
/* @__PURE__ */ r("svg", {
|
|
4351
4351
|
width: "99",
|
|
4352
4352
|
height: "65",
|
|
4353
4353
|
viewBox: "0 0 99 65",
|
|
4354
4354
|
fill: "none",
|
|
4355
4355
|
xmlns: "http://www.w3.org/2000/svg"
|
|
4356
4356
|
}, [
|
|
4357
|
-
/* @__PURE__ */
|
|
4357
|
+
/* @__PURE__ */ r("path", {
|
|
4358
4358
|
d: "M31 24.9736L31 10M31 10L25 15.9736M31 10L37 15.9736",
|
|
4359
4359
|
stroke: "#FF3E3E",
|
|
4360
4360
|
"stroke-width": "1.5",
|
|
4361
4361
|
"stroke-linecap": "round",
|
|
4362
4362
|
"stroke-linejoin": "round"
|
|
4363
4363
|
}),
|
|
4364
|
-
/* @__PURE__ */
|
|
4364
|
+
/* @__PURE__ */ r("path", {
|
|
4365
4365
|
d: "M31 40L31 54.9736M31 54.9736L25 49M31 54.9736L37 49",
|
|
4366
4366
|
stroke: "#FF3E3E",
|
|
4367
4367
|
"stroke-width": "1.5",
|
|
4368
4368
|
"stroke-linecap": "round",
|
|
4369
4369
|
"stroke-linejoin": "round"
|
|
4370
4370
|
}),
|
|
4371
|
-
/* @__PURE__ */
|
|
4371
|
+
/* @__PURE__ */ r("path", {
|
|
4372
4372
|
d: "M58.6512 44.3852L61.8162 42.5579C64.2963 41.126 65.5112 38.2114 64.7823 35.442C64.6387 34.8961 64.4229 34.3719 64.1407 33.883L60.1909 27.0418C59.7076 26.2048 58.6374 25.918 57.8003 26.4013C56.9633 26.8845 56.6765 27.9548 57.1598 28.7918L56.0348 26.8433C55.4825 25.8867 54.2593 25.5589 53.3027 26.1112C52.3462 26.6635 52.0184 27.8867 52.5707 28.8433L51.6957 27.3277C51.0744 26.2516 49.6983 25.8828 48.6221 26.5042C47.546 27.1255 47.1773 28.5016 47.7986 29.5777L44.4236 23.7321C43.8713 22.7755 42.6481 22.4477 41.6915 23C40.7349 23.5523 40.4072 24.7755 40.9595 25.7321L48.4595 38.7224L41.0923 40.5062C40.3398 40.6884 39.7721 41.3073 39.6555 42.0728C39.4961 43.1196 40.2199 44.096 41.268 44.2476L49.7609 45.4766L51.251 45.7252C53.7985 46.1503 56.4146 45.6766 58.6512 44.3852Z",
|
|
4373
4373
|
fill: "white"
|
|
4374
4374
|
}),
|
|
4375
|
-
/* @__PURE__ */
|
|
4375
|
+
/* @__PURE__ */ r("path", {
|
|
4376
4376
|
d: "M50.4236 34.1244L48.4236 30.6603M48.4236 30.6603L44.4236 23.7321C43.8713 22.7755 42.6481 22.4477 41.6915 23V23C40.7349 23.5523 40.4072 24.7755 40.9595 25.7321L48.4595 38.7224L41.0923 40.5062C40.3398 40.6884 39.7721 41.3073 39.6555 42.0728V42.0728C39.4961 43.1196 40.2199 44.096 41.268 44.2476L49.7609 45.4766L51.251 45.7252C53.7985 46.1503 56.4146 45.6766 58.6512 44.3852L61.8162 42.5579C64.2963 41.126 65.5112 38.2114 64.7823 35.442V35.442C64.6387 34.8961 64.4229 34.3719 64.1407 33.883L60.1909 27.0418C59.7076 26.2048 58.6374 25.918 57.8003 26.4013V26.4013V26.4013C56.9633 26.8845 56.6765 27.9548 57.1598 28.7918L57.7848 29.8744M48.4236 30.6603L47.7986 29.5777C47.1773 28.5016 47.546 27.1255 48.6221 26.5042V26.5042C49.6983 25.8828 51.0744 26.2516 51.6957 27.3277L52.8207 29.2763M54.5707 32.3074L52.8207 29.2763M52.8207 29.2763L52.5707 28.8433C52.0184 27.8867 52.3462 26.6635 53.3027 26.1112V26.1112C54.2593 25.5589 55.4825 25.8867 56.0348 26.8433L57.7848 29.8744M58.5348 31.1734L57.7848 29.8744",
|
|
4377
4377
|
stroke: "black",
|
|
4378
4378
|
"stroke-width": "1.5",
|
|
@@ -4387,7 +4387,7 @@ const lo = { id: "player-wrapper" }, so = { id: "player-sizer" }, io = {
|
|
|
4387
4387
|
},
|
|
4388
4388
|
emits: ["closeTutorial"],
|
|
4389
4389
|
setup(c, { emit: n }) {
|
|
4390
|
-
const e = c, a = n, t = Be(be), o = d(!0),
|
|
4390
|
+
const e = c, a = n, t = Be(be), o = d(!0), i = d(!1), l = T(() => [
|
|
4391
4391
|
/Android/i,
|
|
4392
4392
|
/webOS/i,
|
|
4393
4393
|
/iPhone/i,
|
|
@@ -4402,7 +4402,7 @@ const lo = { id: "player-wrapper" }, so = { id: "player-sizer" }, io = {
|
|
|
4402
4402
|
return m && a("closeTutorial"), m;
|
|
4403
4403
|
});
|
|
4404
4404
|
function u() {
|
|
4405
|
-
|
|
4405
|
+
i.value && s(), o.value = !1, a("closeTutorial");
|
|
4406
4406
|
}
|
|
4407
4407
|
function s() {
|
|
4408
4408
|
localStorage.setItem(`${e.project}-dont-show-tutorial`, "true");
|
|
@@ -4413,45 +4413,45 @@ const lo = { id: "player-wrapper" }, so = { id: "player-sizer" }, io = {
|
|
|
4413
4413
|
default: C(() => [
|
|
4414
4414
|
o.value && !p.value ? (v(), D("div", Uo, [
|
|
4415
4415
|
l.value ? $("", !0) : (v(), D("div", Ho, [
|
|
4416
|
-
|
|
4417
|
-
|
|
4416
|
+
r("div", Yo, [
|
|
4417
|
+
r("div", Po, [
|
|
4418
4418
|
jo,
|
|
4419
|
-
|
|
4419
|
+
r("div", Wo, Q(ae(t).getLabel("clickAndDragToLookAround")), 1)
|
|
4420
4420
|
]),
|
|
4421
|
-
|
|
4421
|
+
r("div", zo, [
|
|
4422
4422
|
No,
|
|
4423
|
-
|
|
4423
|
+
r("div", Go, Q(ae(t).getLabel("clickOnTheCirclesToMoveAround")), 1)
|
|
4424
4424
|
]),
|
|
4425
|
-
|
|
4425
|
+
r("div", Qo, [
|
|
4426
4426
|
qo,
|
|
4427
|
-
|
|
4427
|
+
r("div", Zo, Q(ae(t).getLabel("useTheMouseWheelToZoom")), 1)
|
|
4428
4428
|
])
|
|
4429
4429
|
]),
|
|
4430
|
-
|
|
4431
|
-
|
|
4430
|
+
r("div", Jo, [
|
|
4431
|
+
r("div", Xo, [
|
|
4432
4432
|
Ko,
|
|
4433
|
-
|
|
4433
|
+
r("div", el, Q(ae(t).getLabel("youCanAlsoUseTheArrowKeysToMoveAround")), 1)
|
|
4434
4434
|
])
|
|
4435
4435
|
])
|
|
4436
4436
|
])),
|
|
4437
4437
|
l.value ? (v(), D("div", tl, [
|
|
4438
|
-
|
|
4438
|
+
r("div", nl, [
|
|
4439
4439
|
al,
|
|
4440
|
-
|
|
4440
|
+
r("div", ol, Q(ae(t).getLabel("tapAndDragToLookAround")), 1)
|
|
4441
4441
|
]),
|
|
4442
|
-
|
|
4442
|
+
r("div", ll, [
|
|
4443
4443
|
sl,
|
|
4444
|
-
|
|
4444
|
+
r("div", rl, Q(ae(t).getLabel("tapOnTheCirclesToMoveAround")), 1)
|
|
4445
4445
|
]),
|
|
4446
|
-
|
|
4446
|
+
r("div", il, [
|
|
4447
4447
|
ul,
|
|
4448
|
-
|
|
4448
|
+
r("div", cl, Q(ae(t).getLabel("useTwoFingersToZoom")), 1)
|
|
4449
4449
|
])
|
|
4450
4450
|
])) : $("", !0),
|
|
4451
|
-
|
|
4451
|
+
r("div", dl, [
|
|
4452
4452
|
w(h, {
|
|
4453
|
-
modelValue:
|
|
4454
|
-
"onUpdate:modelValue": b[0] || (b[0] = (y) =>
|
|
4453
|
+
modelValue: i.value,
|
|
4454
|
+
"onUpdate:modelValue": b[0] || (b[0] = (y) => i.value = y),
|
|
4455
4455
|
label: ae(t).getLabel("dontShowAgain")
|
|
4456
4456
|
}, null, 8, ["modelValue", "label"]),
|
|
4457
4457
|
w(f, {
|
|
@@ -4472,14 +4472,14 @@ const lo = { id: "player-wrapper" }, so = { id: "player-sizer" }, io = {
|
|
|
4472
4472
|
});
|
|
4473
4473
|
};
|
|
4474
4474
|
}
|
|
4475
|
-
}), ml = /* @__PURE__ */ J(vl, [["__scopeId", "data-v-ccf327cb"]]), pl = (c) => (
|
|
4475
|
+
}), ml = /* @__PURE__ */ J(vl, [["__scopeId", "data-v-ccf327cb"]]), pl = (c) => (it("data-v-bd4f66c3"), c = c(), ut(), c), fl = { class: "player-settings-ui" }, hl = { id: "settings-ui-form" }, gl = { class: "form-inputs" }, yl = { class: "setting-label" }, _l = { class: "setting-label" }, bl = ["max", "min", "step"], wl = { class: "setting-label" }, kl = { class: "flex-grow-1 flex-shrink-0" }, Cl = ["onUpdate:modelValue"], Il = {
|
|
4476
4476
|
key: 3,
|
|
4477
4477
|
"d-block": "",
|
|
4478
4478
|
class: "mt-3"
|
|
4479
4479
|
}, Al = { class: "d-flex justify-space-between" }, Sl = { class: "setting-label" }, Ll = {
|
|
4480
4480
|
class: "mt-5 d-block",
|
|
4481
4481
|
style: { width: "300px" }
|
|
4482
|
-
}, Fl = /* @__PURE__ */ pl(() => /* @__PURE__ */
|
|
4482
|
+
}, Fl = /* @__PURE__ */ pl(() => /* @__PURE__ */ r("div", { class: "setting-label" }, "Enter Lut URL:", -1)), xl = {
|
|
4483
4483
|
class: "d-block",
|
|
4484
4484
|
style: { width: "300px" }
|
|
4485
4485
|
}, Dl = { class: "form-buttons" }, Ml = /* @__PURE__ */ P({
|
|
@@ -4495,7 +4495,7 @@ const lo = { id: "player-wrapper" }, so = { id: "player-sizer" }, io = {
|
|
|
4495
4495
|
H(
|
|
4496
4496
|
t,
|
|
4497
4497
|
() => {
|
|
4498
|
-
|
|
4498
|
+
i();
|
|
4499
4499
|
},
|
|
4500
4500
|
{ deep: !0 }
|
|
4501
4501
|
);
|
|
@@ -4505,7 +4505,7 @@ const lo = { id: "player-wrapper" }, so = { id: "player-sizer" }, io = {
|
|
|
4505
4505
|
y === "whitePoint" ? f[y] = s(F.value) : f[y] = F.value;
|
|
4506
4506
|
return f;
|
|
4507
4507
|
});
|
|
4508
|
-
function
|
|
4508
|
+
function i() {
|
|
4509
4509
|
a("updateSettings", o.value);
|
|
4510
4510
|
}
|
|
4511
4511
|
function l() {
|
|
@@ -4632,8 +4632,8 @@ const lo = { id: "player-wrapper" }, so = { id: "player-sizer" }, io = {
|
|
|
4632
4632
|
return (f, y) => {
|
|
4633
4633
|
const F = B("v-text-field"), A = B("v-slider"), g = B("v-checkbox"), U = B("v-btn"), x = B("v-select"), O = B("v-icon");
|
|
4634
4634
|
return v(), D("div", fl, [
|
|
4635
|
-
|
|
4636
|
-
|
|
4635
|
+
r("form", hl, [
|
|
4636
|
+
r("div", gl, [
|
|
4637
4637
|
(v(!0), D(ce, null, me(t.value, (I, _, Y) => (v(), D("div", {
|
|
4638
4638
|
key: Y,
|
|
4639
4639
|
"d-block": ""
|
|
@@ -4642,16 +4642,16 @@ const lo = { id: "player-wrapper" }, so = { id: "player-sizer" }, io = {
|
|
|
4642
4642
|
key: 0,
|
|
4643
4643
|
modelValue: t.value[_].value,
|
|
4644
4644
|
"onUpdate:modelValue": (S) => t.value[_].value = S,
|
|
4645
|
-
onChange:
|
|
4645
|
+
onChange: i,
|
|
4646
4646
|
max: I.max,
|
|
4647
4647
|
min: I.min,
|
|
4648
4648
|
step: I.step
|
|
4649
4649
|
}, {
|
|
4650
4650
|
prepend: C(() => [
|
|
4651
|
-
|
|
4651
|
+
r("div", yl, Q(I.label), 1)
|
|
4652
4652
|
]),
|
|
4653
4653
|
append: C(() => [
|
|
4654
|
-
|
|
4654
|
+
r("div", null, [
|
|
4655
4655
|
w(F, {
|
|
4656
4656
|
modelValue: t.value[_].value,
|
|
4657
4657
|
"onUpdate:modelValue": (S) => t.value[_].value = S,
|
|
@@ -4663,7 +4663,7 @@ const lo = { id: "player-wrapper" }, so = { id: "player-sizer" }, io = {
|
|
|
4663
4663
|
min: I.min,
|
|
4664
4664
|
step: I.step,
|
|
4665
4665
|
style: { width: "90px" },
|
|
4666
|
-
onChange:
|
|
4666
|
+
onChange: i
|
|
4667
4667
|
}, null, 8, ["modelValue", "onUpdate:modelValue", "max", "min", "step"])
|
|
4668
4668
|
])
|
|
4669
4669
|
]),
|
|
@@ -4673,13 +4673,13 @@ const lo = { id: "player-wrapper" }, so = { id: "player-sizer" }, io = {
|
|
|
4673
4673
|
key: 1,
|
|
4674
4674
|
modelValue: t.value[_].value,
|
|
4675
4675
|
"onUpdate:modelValue": (S) => t.value[_].value = S,
|
|
4676
|
-
onChange:
|
|
4676
|
+
onChange: i
|
|
4677
4677
|
}, {
|
|
4678
4678
|
prepend: C(() => [
|
|
4679
|
-
|
|
4679
|
+
r("div", _l, Q(I.label), 1)
|
|
4680
4680
|
]),
|
|
4681
4681
|
append: C(() => [
|
|
4682
|
-
|
|
4682
|
+
r("div", null, Q(I.value), 1)
|
|
4683
4683
|
]),
|
|
4684
4684
|
_: 2
|
|
4685
4685
|
}, 1032, ["modelValue", "onUpdate:modelValue"])) : $("", !0),
|
|
@@ -4690,17 +4690,17 @@ const lo = { id: "player-wrapper" }, so = { id: "player-sizer" }, io = {
|
|
|
4690
4690
|
min: I.min,
|
|
4691
4691
|
step: I.step
|
|
4692
4692
|
}, [
|
|
4693
|
-
|
|
4694
|
-
|
|
4695
|
-
ve(
|
|
4693
|
+
r("div", wl, Q(I.label), 1),
|
|
4694
|
+
r("div", kl, [
|
|
4695
|
+
ve(r("input", {
|
|
4696
4696
|
"onUpdate:modelValue": (S) => t.value[_].value = S,
|
|
4697
4697
|
type: "color",
|
|
4698
|
-
onChange:
|
|
4698
|
+
onChange: i
|
|
4699
4699
|
}, null, 40, Cl), [
|
|
4700
4700
|
[Tt, t.value[_].value]
|
|
4701
4701
|
])
|
|
4702
4702
|
]),
|
|
4703
|
-
|
|
4703
|
+
r("div", null, [
|
|
4704
4704
|
w(F, {
|
|
4705
4705
|
modelValue: t.value[_].value,
|
|
4706
4706
|
"onUpdate:modelValue": (S) => t.value[_].value = S,
|
|
@@ -4710,14 +4710,14 @@ const lo = { id: "player-wrapper" }, so = { id: "player-sizer" }, io = {
|
|
|
4710
4710
|
readonly: "",
|
|
4711
4711
|
type: "text",
|
|
4712
4712
|
style: { width: "90px" },
|
|
4713
|
-
onChange:
|
|
4713
|
+
onChange: i
|
|
4714
4714
|
}, null, 8, ["modelValue", "onUpdate:modelValue"])
|
|
4715
4715
|
])
|
|
4716
4716
|
], 8, bl)) : $("", !0),
|
|
4717
4717
|
I.type === "lut" ? (v(), D("div", Il, [
|
|
4718
|
-
|
|
4719
|
-
|
|
4720
|
-
|
|
4718
|
+
r("div", Al, [
|
|
4719
|
+
r("div", Sl, Q(I.label), 1),
|
|
4720
|
+
r("div", null, [
|
|
4721
4721
|
w(U, {
|
|
4722
4722
|
class: "ml-2",
|
|
4723
4723
|
"x-small": "",
|
|
@@ -4730,9 +4730,9 @@ const lo = { id: "player-wrapper" }, so = { id: "player-sizer" }, io = {
|
|
|
4730
4730
|
}, 1032, ["onClick"])
|
|
4731
4731
|
])
|
|
4732
4732
|
]),
|
|
4733
|
-
|
|
4734
|
-
|
|
4735
|
-
|
|
4733
|
+
r("div", null, [
|
|
4734
|
+
r("div", Ll, [
|
|
4735
|
+
r("div", null, [
|
|
4736
4736
|
w(x, {
|
|
4737
4737
|
modelValue: t.value[_].value,
|
|
4738
4738
|
"onUpdate:modelValue": (S) => t.value[_].value = S,
|
|
@@ -4741,21 +4741,21 @@ const lo = { id: "player-wrapper" }, so = { id: "player-sizer" }, io = {
|
|
|
4741
4741
|
"item-value": "value",
|
|
4742
4742
|
dense: "",
|
|
4743
4743
|
label: "Select Lut",
|
|
4744
|
-
onChange:
|
|
4744
|
+
onChange: i
|
|
4745
4745
|
}, null, 8, ["modelValue", "onUpdate:modelValue", "items"])
|
|
4746
4746
|
])
|
|
4747
4747
|
]),
|
|
4748
|
-
|
|
4748
|
+
r("div", null, [
|
|
4749
4749
|
Fl,
|
|
4750
|
-
|
|
4751
|
-
|
|
4750
|
+
r("div", xl, [
|
|
4751
|
+
r("div", null, [
|
|
4752
4752
|
w(F, {
|
|
4753
4753
|
modelValue: t.value[_].value,
|
|
4754
4754
|
"onUpdate:modelValue": (S) => t.value[_].value = S,
|
|
4755
4755
|
"hide-details": "",
|
|
4756
4756
|
dense: "",
|
|
4757
4757
|
type: "url",
|
|
4758
|
-
onChange:
|
|
4758
|
+
onChange: i
|
|
4759
4759
|
}, null, 8, ["modelValue", "onUpdate:modelValue"])
|
|
4760
4760
|
])
|
|
4761
4761
|
])
|
|
@@ -4764,7 +4764,7 @@ const lo = { id: "player-wrapper" }, so = { id: "player-sizer" }, io = {
|
|
|
4764
4764
|
])) : $("", !0)
|
|
4765
4765
|
]))), 128))
|
|
4766
4766
|
]),
|
|
4767
|
-
|
|
4767
|
+
r("div", Dl, [
|
|
4768
4768
|
w(U, {
|
|
4769
4769
|
onClick: y[0] || (y[0] = (I) => u())
|
|
4770
4770
|
}, {
|
|
@@ -4808,7 +4808,7 @@ const lo = { id: "player-wrapper" }, so = { id: "player-sizer" }, io = {
|
|
|
4808
4808
|
]);
|
|
4809
4809
|
};
|
|
4810
4810
|
}
|
|
4811
|
-
}), El = /* @__PURE__ */ J(Ml, [["__scopeId", "data-v-bd4f66c3"]]), Tl = (c) => (
|
|
4811
|
+
}), El = /* @__PURE__ */ J(Ml, [["__scopeId", "data-v-bd4f66c3"]]), Tl = (c) => (it("data-v-30593022"), c = c(), ut(), c), Vl = /* @__PURE__ */ Tl(() => /* @__PURE__ */ r("div", { id: "filler-div" }, null, -1)), Bl = {
|
|
4812
4812
|
class: "moveable-body",
|
|
4813
4813
|
id: "moveableDivHeader"
|
|
4814
4814
|
}, Rl = { class: "moveable-footer" }, Ol = /* @__PURE__ */ P({
|
|
@@ -4819,8 +4819,8 @@ const lo = { id: "player-wrapper" }, so = { id: "player-sizer" }, io = {
|
|
|
4819
4819
|
de(() => {
|
|
4820
4820
|
t(document.getElementById("moveableDiv"));
|
|
4821
4821
|
});
|
|
4822
|
-
function t(
|
|
4823
|
-
const l = document.getElementById(
|
|
4822
|
+
function t(i) {
|
|
4823
|
+
const l = document.getElementById(i.id + "Header");
|
|
4824
4824
|
if (!l)
|
|
4825
4825
|
return;
|
|
4826
4826
|
let p = 0, u = 0, s = 0, m = 0;
|
|
@@ -4833,7 +4833,7 @@ const lo = { id: "player-wrapper" }, so = { id: "player-sizer" }, io = {
|
|
|
4833
4833
|
function h(y) {
|
|
4834
4834
|
y = y || window.event, y.preventDefault();
|
|
4835
4835
|
let F = y;
|
|
4836
|
-
y.type === "touchmove" && (F = y.touches[0]), p = s - F.clientX, u = m - F.clientY, s = F.clientX, m = F.clientY,
|
|
4836
|
+
y.type === "touchmove" && (F = y.touches[0]), p = s - F.clientX, u = m - F.clientY, s = F.clientX, m = F.clientY, i.style.top = i.offsetTop - u + "px", i.style.left = i.offsetLeft - p + "px";
|
|
4837
4837
|
}
|
|
4838
4838
|
function f() {
|
|
4839
4839
|
document.removeEventListener("mouseup", f, !1), document.removeEventListener("mousemove", h, !1), document.removeEventListener("touchend", f, !1), document.removeEventListener("touchmove", h, !1);
|
|
@@ -4842,7 +4842,7 @@ const lo = { id: "player-wrapper" }, so = { id: "player-sizer" }, io = {
|
|
|
4842
4842
|
function o() {
|
|
4843
4843
|
a.value === "big" ? a.value = "small" : a.value = "big";
|
|
4844
4844
|
}
|
|
4845
|
-
return (
|
|
4845
|
+
return (i, l) => {
|
|
4846
4846
|
const p = B("v-btn");
|
|
4847
4847
|
return v(), D("div", {
|
|
4848
4848
|
id: "moveableDiv",
|
|
@@ -4869,11 +4869,11 @@ const lo = { id: "player-wrapper" }, so = { id: "player-sizer" }, io = {
|
|
|
4869
4869
|
title: "Rotate"
|
|
4870
4870
|
}),
|
|
4871
4871
|
Vl,
|
|
4872
|
-
|
|
4873
|
-
K(
|
|
4872
|
+
r("div", Bl, [
|
|
4873
|
+
K(i.$slots, "body", { class: "slot" }, void 0, !0)
|
|
4874
4874
|
]),
|
|
4875
|
-
|
|
4876
|
-
K(
|
|
4875
|
+
r("div", Rl, [
|
|
4876
|
+
K(i.$slots, "footer", {}, void 0, !0)
|
|
4877
4877
|
])
|
|
4878
4878
|
], 2);
|
|
4879
4879
|
};
|
|
@@ -4892,7 +4892,7 @@ const lo = { id: "player-wrapper" }, so = { id: "player-sizer" }, io = {
|
|
|
4892
4892
|
setup(c) {
|
|
4893
4893
|
return (n, e) => (v(), D("svg", Ul, [
|
|
4894
4894
|
Hl,
|
|
4895
|
-
|
|
4895
|
+
r("g", {
|
|
4896
4896
|
"transform-origin": "20 20",
|
|
4897
4897
|
transform: `rotate(${45 + n.rotation})`
|
|
4898
4898
|
}, jl, 8, Yl)
|
|
@@ -4909,7 +4909,7 @@ const lo = { id: "player-wrapper" }, so = { id: "player-sizer" }, io = {
|
|
|
4909
4909
|
transformAngle: {}
|
|
4910
4910
|
},
|
|
4911
4911
|
setup(c) {
|
|
4912
|
-
const n = c, e = d(512), a = d(384), t = d(new Ve.Vector3()), o = d(new Ve.Object3D()),
|
|
4912
|
+
const n = c, e = d(512), a = d(384), t = d(new Ve.Vector3()), o = d(new Ve.Object3D()), i = d({}), l = d(1), p = d(), u = T(() => n.allCameras), s = T(() => n.allCameras.find((_) => _.id === n.currentCamera)), m = T(() => n.rotation), b = T(() => new Ve.Vector3(
|
|
4913
4913
|
n.storey.position.x,
|
|
4914
4914
|
n.storey.position.y,
|
|
4915
4915
|
n.storey.position.z
|
|
@@ -4940,7 +4940,7 @@ const lo = { id: "player-wrapper" }, so = { id: "player-sizer" }, io = {
|
|
|
4940
4940
|
return Ve.MathUtils.degToRad(_);
|
|
4941
4941
|
}
|
|
4942
4942
|
function g() {
|
|
4943
|
-
o.value.rotation.x = 180, o.value.rotation.y = n.storey.rotation.y * -1,
|
|
4943
|
+
o.value.rotation.x = 180, o.value.rotation.y = n.storey.rotation.y * -1, i.value = {
|
|
4944
4944
|
transform: `rotateZ(${o.value.rotation.y}deg) rotateX(${o.value.rotation.x}deg)`
|
|
4945
4945
|
};
|
|
4946
4946
|
}
|
|
@@ -4973,18 +4973,18 @@ const lo = { id: "player-wrapper" }, so = { id: "player-sizer" }, io = {
|
|
|
4973
4973
|
_.offsetHeight > _.offsetWidth ? l.value = S * 0.5 : l.value = Y * 0.9;
|
|
4974
4974
|
}
|
|
4975
4975
|
return (_, Y) => (v(), D("div", zl, [
|
|
4976
|
-
|
|
4977
|
-
|
|
4976
|
+
r("div", Nl, [
|
|
4977
|
+
r("div", {
|
|
4978
4978
|
class: "web-minimap",
|
|
4979
4979
|
style: se(F.value)
|
|
4980
4980
|
}, [
|
|
4981
|
-
|
|
4981
|
+
r("div", {
|
|
4982
4982
|
class: "minimap-background-image",
|
|
4983
4983
|
style: se(y.value)
|
|
4984
4984
|
}, null, 4),
|
|
4985
|
-
|
|
4985
|
+
r("div", {
|
|
4986
4986
|
class: "center-pivot",
|
|
4987
|
-
style: se(
|
|
4987
|
+
style: se(i.value)
|
|
4988
4988
|
}, [
|
|
4989
4989
|
(v(!0), D(ce, null, me(f.value, (S) => (v(), D("div", {
|
|
4990
4990
|
key: S.id
|
|
@@ -5038,7 +5038,7 @@ const lo = { id: "player-wrapper" }, so = { id: "player-sizer" }, io = {
|
|
|
5038
5038
|
},
|
|
5039
5039
|
emits: ["setBackgroundImage"],
|
|
5040
5040
|
setup(c, { emit: n }) {
|
|
5041
|
-
const e = c, a = n, t = d((/* @__PURE__ */ new Date()).getHours()), o = d(!0),
|
|
5041
|
+
const e = c, a = n, t = d((/* @__PURE__ */ new Date()).getHours()), o = d(!0), i = d(!0), l = d(""), p = d(/* @__PURE__ */ new Map()), u = T(() => e.minimapJson.storeys[e.level]), s = T(() => `${Math.floor(t.value).toString().padStart(2, "0")}:00`), m = T(() => {
|
|
5042
5042
|
if (u.value.sunsimFilesTimeStamps[t.value]) {
|
|
5043
5043
|
const A = u.value.sunsimFilesTimeStamps[t.value].split(" ");
|
|
5044
5044
|
return `${A[0]} ${A[1]}`;
|
|
@@ -5048,7 +5048,7 @@ const lo = { id: "player-wrapper" }, so = { id: "player-sizer" }, io = {
|
|
|
5048
5048
|
de(async () => {
|
|
5049
5049
|
l.value = await f(
|
|
5050
5050
|
u.value.sunsimFiles[t.value]
|
|
5051
|
-
),
|
|
5051
|
+
), i.value = !1;
|
|
5052
5052
|
const A = await h(e.minimapJson.storeys);
|
|
5053
5053
|
p.value = A, o.value = !1, a("setBackgroundImage", b(e.level, t.value));
|
|
5054
5054
|
}), H(t, () => {
|
|
@@ -5082,7 +5082,7 @@ const lo = { id: "player-wrapper" }, so = { id: "player-sizer" }, io = {
|
|
|
5082
5082
|
}
|
|
5083
5083
|
async function f(A) {
|
|
5084
5084
|
const U = await (await fetch(
|
|
5085
|
-
|
|
5085
|
+
re(
|
|
5086
5086
|
e.cdnFileResolver,
|
|
5087
5087
|
`/${e.apartmentJson.type}/${e.apartmentJson.id}/minimap/${A}`
|
|
5088
5088
|
)
|
|
@@ -5104,8 +5104,8 @@ const lo = { id: "player-wrapper" }, so = { id: "player-sizer" }, io = {
|
|
|
5104
5104
|
return (A, g) => {
|
|
5105
5105
|
const U = B("v-progress-linear"), x = B("v-icon"), O = B("v-slider");
|
|
5106
5106
|
return v(), D("div", Jl, [
|
|
5107
|
-
|
|
5108
|
-
|
|
5107
|
+
r("div", Xl, [
|
|
5108
|
+
r("div", Kl, [
|
|
5109
5109
|
o.value ? (v(), V(U, {
|
|
5110
5110
|
key: 0,
|
|
5111
5111
|
indeterminate: "",
|
|
@@ -5153,11 +5153,11 @@ const lo = { id: "player-wrapper" }, so = { id: "player-sizer" }, io = {
|
|
|
5153
5153
|
},
|
|
5154
5154
|
emits: ["close"],
|
|
5155
5155
|
setup(c, { emit: n }) {
|
|
5156
|
-
const e = c, a = n, t = d(), o = d(0),
|
|
5156
|
+
const e = c, a = n, t = d(), o = d(0), i = T(() => e.minimapJson.storeys[e.level]);
|
|
5157
5157
|
H(
|
|
5158
|
-
|
|
5158
|
+
i,
|
|
5159
5159
|
() => {
|
|
5160
|
-
t.value =
|
|
5160
|
+
t.value = i.value.defaultSunsimFile ? `/${e.apartmentJson.type}/${e.apartmentJson.id}/minimap/sunsim0_13.jpg` : `/${e.apartmentJson.type}/${e.apartmentJson.id}/minimap/${i.value.defaultSunsimFile}`;
|
|
5161
5161
|
},
|
|
5162
5162
|
{ immediate: !0, once: !0 }
|
|
5163
5163
|
);
|
|
@@ -5178,17 +5178,17 @@ const lo = { id: "player-wrapper" }, so = { id: "player-sizer" }, io = {
|
|
|
5178
5178
|
body: C(() => [
|
|
5179
5179
|
w(Zl, {
|
|
5180
5180
|
scale: l.value,
|
|
5181
|
-
rotation:
|
|
5181
|
+
rotation: i.value.rotation.y,
|
|
5182
5182
|
"transform-angle": o.value
|
|
5183
5183
|
}, null, 8, ["scale", "rotation", "transform-angle"]),
|
|
5184
|
-
|
|
5184
|
+
r("div", null, [
|
|
5185
5185
|
w(Ql, {
|
|
5186
5186
|
"transform-angle": o.value,
|
|
5187
5187
|
"all-cameras": s.apartmentJson.cameras,
|
|
5188
5188
|
"background-image": t.value,
|
|
5189
5189
|
rotation: s.rotation,
|
|
5190
5190
|
"current-camera": s.currentCamera,
|
|
5191
|
-
storey:
|
|
5191
|
+
storey: i.value
|
|
5192
5192
|
}, null, 8, ["transform-angle", "all-cameras", "background-image", "rotation", "current-camera", "storey"])
|
|
5193
5193
|
])
|
|
5194
5194
|
]),
|
|
@@ -5215,7 +5215,7 @@ const lo = { id: "player-wrapper" }, so = { id: "player-sizer" }, io = {
|
|
|
5215
5215
|
default: C(() => [
|
|
5216
5216
|
e.value ? (v(), D("div", os, [
|
|
5217
5217
|
ee(Q(ae(n).getLabel("allIllustrationsAreIndicativeDeviationsMayOccur")) + " ", 1),
|
|
5218
|
-
|
|
5218
|
+
r("span", {
|
|
5219
5219
|
onClick: t[0] || (t[0] = (o) => e.value = !1),
|
|
5220
5220
|
class: "link-text text-decoration-underline"
|
|
5221
5221
|
}, Q(ae(n).getLabel("iUnderstand")), 1)
|
|
@@ -5224,7 +5224,7 @@ const lo = { id: "player-wrapper" }, so = { id: "player-sizer" }, io = {
|
|
|
5224
5224
|
_: 1
|
|
5225
5225
|
}));
|
|
5226
5226
|
}
|
|
5227
|
-
}), ss = /* @__PURE__ */ J(ls, [["__scopeId", "data-v-046402dc"]]),
|
|
5227
|
+
}), ss = /* @__PURE__ */ J(ls, [["__scopeId", "data-v-046402dc"]]), rs = { class: "waypoint-carousel" }, is = 37, us = 39, cs = /* @__PURE__ */ P({
|
|
5228
5228
|
__name: "VWaypointCarousel",
|
|
5229
5229
|
props: {
|
|
5230
5230
|
thumbnails: {},
|
|
@@ -5239,7 +5239,7 @@ const lo = { id: "player-wrapper" }, so = { id: "player-sizer" }, io = {
|
|
|
5239
5239
|
set(u) {
|
|
5240
5240
|
t.value = u;
|
|
5241
5241
|
}
|
|
5242
|
-
}),
|
|
5242
|
+
}), i = T(() => /Android|webOS|iPhone|iPad|BlackBerry|Windows Phone|Opera Mini|IEMobile|Mobile/i.test(
|
|
5243
5243
|
window.navigator.userAgent
|
|
5244
5244
|
));
|
|
5245
5245
|
de(() => {
|
|
@@ -5249,7 +5249,7 @@ const lo = { id: "player-wrapper" }, so = { id: "player-sizer" }, io = {
|
|
|
5249
5249
|
});
|
|
5250
5250
|
function l(u) {
|
|
5251
5251
|
switch (u.keyCode) {
|
|
5252
|
-
case u.keyCode ===
|
|
5252
|
+
case u.keyCode === is:
|
|
5253
5253
|
a("previous");
|
|
5254
5254
|
break;
|
|
5255
5255
|
case u.keyCode === us:
|
|
@@ -5264,11 +5264,11 @@ const lo = { id: "player-wrapper" }, so = { id: "player-sizer" }, io = {
|
|
|
5264
5264
|
}
|
|
5265
5265
|
return (u, s) => {
|
|
5266
5266
|
const m = B("v-btn"), b = B("v-img"), h = B("v-card"), f = B("v-slide-group-item"), y = B("v-slide-group");
|
|
5267
|
-
return v(), D("div",
|
|
5267
|
+
return v(), D("div", rs, [
|
|
5268
5268
|
w(y, {
|
|
5269
5269
|
modelValue: o.value,
|
|
5270
5270
|
"onUpdate:modelValue": s[2] || (s[2] = (F) => o.value = F),
|
|
5271
|
-
class: he({ mobileWaypoint:
|
|
5271
|
+
class: he({ mobileWaypoint: i.value }),
|
|
5272
5272
|
"active-class": "active-apt",
|
|
5273
5273
|
"selected-class": "active-apt",
|
|
5274
5274
|
"show-arrows": "",
|
|
@@ -5277,7 +5277,7 @@ const lo = { id: "player-wrapper" }, so = { id: "player-sizer" }, io = {
|
|
|
5277
5277
|
}, {
|
|
5278
5278
|
prev: C(() => [
|
|
5279
5279
|
w(m, {
|
|
5280
|
-
class: he(["carousel-button", { mobile:
|
|
5280
|
+
class: he(["carousel-button", { mobile: i.value }]),
|
|
5281
5281
|
icon: "mdi-chevron-left",
|
|
5282
5282
|
varient: "tonal",
|
|
5283
5283
|
size: "small",
|
|
@@ -5286,7 +5286,7 @@ const lo = { id: "player-wrapper" }, so = { id: "player-sizer" }, io = {
|
|
|
5286
5286
|
]),
|
|
5287
5287
|
next: C(() => [
|
|
5288
5288
|
w(m, {
|
|
5289
|
-
class: he(["carousel-button", { mobile:
|
|
5289
|
+
class: he(["carousel-button", { mobile: i.value }]),
|
|
5290
5290
|
icon: "mdi-chevron-right",
|
|
5291
5291
|
varient: "tonal",
|
|
5292
5292
|
size: "small",
|
|
@@ -5300,7 +5300,7 @@ const lo = { id: "player-wrapper" }, so = { id: "player-sizer" }, io = {
|
|
|
5300
5300
|
default: C(({ toggle: A, selectedClass: g }) => [
|
|
5301
5301
|
w(h, {
|
|
5302
5302
|
class: he([
|
|
5303
|
-
|
|
5303
|
+
i.value ? "ma-0" : "ma-1",
|
|
5304
5304
|
g,
|
|
5305
5305
|
"single-waypoint"
|
|
5306
5306
|
]),
|
|
@@ -5348,7 +5348,7 @@ const lo = { id: "player-wrapper" }, so = { id: "player-sizer" }, io = {
|
|
|
5348
5348
|
"width=626,height=436"
|
|
5349
5349
|
), !1;
|
|
5350
5350
|
}
|
|
5351
|
-
function
|
|
5351
|
+
function i() {
|
|
5352
5352
|
return window.open(
|
|
5353
5353
|
"https://www.linkedin.com/sharing/share-offsite/?url=" + encodeURIComponent(location.href),
|
|
5354
5354
|
"linkedin-share-dialog",
|
|
@@ -5375,7 +5375,7 @@ const lo = { id: "player-wrapper" }, so = { id: "player-sizer" }, io = {
|
|
|
5375
5375
|
}, g), null, 16)
|
|
5376
5376
|
]),
|
|
5377
5377
|
default: C(() => [
|
|
5378
|
-
|
|
5378
|
+
r("span", null, Q(ae(n).getLabel("share")), 1)
|
|
5379
5379
|
]),
|
|
5380
5380
|
_: 1
|
|
5381
5381
|
}),
|
|
@@ -5407,7 +5407,7 @@ const lo = { id: "player-wrapper" }, so = { id: "player-sizer" }, io = {
|
|
|
5407
5407
|
}),
|
|
5408
5408
|
w(y, { class: "mt-5" }, {
|
|
5409
5409
|
default: C(() => [
|
|
5410
|
-
|
|
5410
|
+
r("p", ds, [
|
|
5411
5411
|
w(m, { location: "top" }, {
|
|
5412
5412
|
activator: C(({ props: g }) => [
|
|
5413
5413
|
w(s, _e({
|
|
@@ -5418,7 +5418,7 @@ const lo = { id: "player-wrapper" }, so = { id: "player-sizer" }, io = {
|
|
|
5418
5418
|
}, g, { onClick: t }), null, 16)
|
|
5419
5419
|
]),
|
|
5420
5420
|
default: C(() => [
|
|
5421
|
-
|
|
5421
|
+
r("span", null, Q(ae(n).getLabel("shareToFacebook")), 1)
|
|
5422
5422
|
]),
|
|
5423
5423
|
_: 1
|
|
5424
5424
|
}),
|
|
@@ -5429,10 +5429,10 @@ const lo = { id: "player-wrapper" }, so = { id: "player-sizer" }, io = {
|
|
|
5429
5429
|
fab: "",
|
|
5430
5430
|
light: "",
|
|
5431
5431
|
icon: "mdi-linkedin"
|
|
5432
|
-
}, g, { onClick:
|
|
5432
|
+
}, g, { onClick: i }), null, 16)
|
|
5433
5433
|
]),
|
|
5434
5434
|
default: C(() => [
|
|
5435
|
-
|
|
5435
|
+
r("span", null, Q(ae(n).getLabel("shareToLinkedin")), 1)
|
|
5436
5436
|
]),
|
|
5437
5437
|
_: 1
|
|
5438
5438
|
}),
|
|
@@ -5446,7 +5446,7 @@ const lo = { id: "player-wrapper" }, so = { id: "player-sizer" }, io = {
|
|
|
5446
5446
|
}, g, { onClick: o }), null, 16)
|
|
5447
5447
|
]),
|
|
5448
5448
|
default: C(() => [
|
|
5449
|
-
|
|
5449
|
+
r("span", null, Q(ae(n).getLabel("shareToTwitter")), 1)
|
|
5450
5450
|
]),
|
|
5451
5451
|
_: 1
|
|
5452
5452
|
}),
|
|
@@ -5462,7 +5462,7 @@ const lo = { id: "player-wrapper" }, so = { id: "player-sizer" }, io = {
|
|
|
5462
5462
|
}, g), null, 16, ["href"])
|
|
5463
5463
|
]),
|
|
5464
5464
|
default: C(() => [
|
|
5465
|
-
|
|
5465
|
+
r("span", null, Q(ae(n).getLabel("shareViaEmail")), 1)
|
|
5466
5466
|
]),
|
|
5467
5467
|
_: 1
|
|
5468
5468
|
}),
|
|
@@ -5477,7 +5477,7 @@ const lo = { id: "player-wrapper" }, so = { id: "player-sizer" }, io = {
|
|
|
5477
5477
|
}, g), null, 16)
|
|
5478
5478
|
]),
|
|
5479
5479
|
default: C(() => [
|
|
5480
|
-
|
|
5480
|
+
r("span", null, Q(ae(n).getLabel("copyLink")), 1)
|
|
5481
5481
|
]),
|
|
5482
5482
|
_: 1
|
|
5483
5483
|
}),
|
|
@@ -5504,7 +5504,7 @@ const lo = { id: "player-wrapper" }, so = { id: "player-sizer" }, io = {
|
|
|
5504
5504
|
setup(c) {
|
|
5505
5505
|
const n = c, e = T(() => ({ "background-image": `url("${encodeURI(n.image)}")` }));
|
|
5506
5506
|
return (a, t) => (v(), D("div", ms, [
|
|
5507
|
-
|
|
5507
|
+
r("div", {
|
|
5508
5508
|
class: he(["img-div", [a.aspectRatio]]),
|
|
5509
5509
|
style: se(e.value)
|
|
5510
5510
|
}, null, 6)
|
|
@@ -5528,7 +5528,7 @@ const lo = { id: "player-wrapper" }, so = { id: "player-sizer" }, io = {
|
|
|
5528
5528
|
density: "comfortable",
|
|
5529
5529
|
elevation: "3",
|
|
5530
5530
|
icon: a.isFullScreen ? "mdi-fullscreen-exit" : "mdi-fullscreen",
|
|
5531
|
-
onClick: t[0] || (t[0] = (
|
|
5531
|
+
onClick: t[0] || (t[0] = (i) => e("toggleFullscreen"))
|
|
5532
5532
|
}, null, 8, ["icon"])
|
|
5533
5533
|
]);
|
|
5534
5534
|
};
|
|
@@ -5629,7 +5629,7 @@ const gs = {
|
|
|
5629
5629
|
},
|
|
5630
5630
|
emits: ["onSnapshot", "saveSettings", "onInteriorUpdate", "onCameraUpdate", "onError"],
|
|
5631
5631
|
setup(c, { emit: n }) {
|
|
5632
|
-
const e = c, a = n, t = d(!1), o = d(!1),
|
|
5632
|
+
const e = c, a = n, t = d(!1), o = d(!1), i = d(), l = d(), p = d(), u = d(), s = d(), m = d(0), b = d(), h = d(), f = d(), y = d(0), F = d(0), A = d(0), g = d(!1), U = d(!1), x = d(!1), O = d(
|
|
5633
5633
|
new At(document, "player-wrapper")
|
|
5634
5634
|
), I = T(() => {
|
|
5635
5635
|
if (l.value) {
|
|
@@ -5666,7 +5666,7 @@ const gs = {
|
|
|
5666
5666
|
)
|
|
5667
5667
|
})) : []), j = T(() => !S.value || !S.value[m.value] ? "" : S.value[m.value].imageUrl), L = T(() => {
|
|
5668
5668
|
let k = [];
|
|
5669
|
-
return
|
|
5669
|
+
return i.value && (k = i.value.archetypes), e.validInteriorIds.length ? k.filter(
|
|
5670
5670
|
(N) => e.validInteriorIds.includes(N.archetypeID)
|
|
5671
5671
|
) : k;
|
|
5672
5672
|
}), E = T(() => p.value ? L.value.map((k) => ({
|
|
@@ -5677,7 +5677,7 @@ const gs = {
|
|
|
5677
5677
|
})) : []), z = T(() => {
|
|
5678
5678
|
if (u.value)
|
|
5679
5679
|
return u.value.storeys[_.value];
|
|
5680
|
-
}), W = T(() => l.value && l.value.timeInHours),
|
|
5680
|
+
}), W = T(() => l.value && l.value.timeInHours), ie = T(() => {
|
|
5681
5681
|
if (l.value && l.value.timeInHours && e.showTimeOfDay)
|
|
5682
5682
|
return Lt(l.value.timeInHours);
|
|
5683
5683
|
});
|
|
@@ -5700,7 +5700,7 @@ const gs = {
|
|
|
5700
5700
|
}
|
|
5701
5701
|
});
|
|
5702
5702
|
async function M() {
|
|
5703
|
-
|
|
5703
|
+
i.value = await ue();
|
|
5704
5704
|
}
|
|
5705
5705
|
async function R() {
|
|
5706
5706
|
if (l.value = await oe(
|
|
@@ -5720,7 +5720,7 @@ const gs = {
|
|
|
5720
5720
|
}
|
|
5721
5721
|
function q() {
|
|
5722
5722
|
let k = e.defaultInteriorId;
|
|
5723
|
-
k || (k =
|
|
5723
|
+
k || (k = i.value.defaultArchetypeID), e.validInteriorIds.length && !e.validInteriorIds.includes(k) && (k = e.validInteriorIds[0]), k || (k = i.value.archetypes[0].archetypeID), b.value = k;
|
|
5724
5724
|
}
|
|
5725
5725
|
function te() {
|
|
5726
5726
|
const k = document.getElementById("main-canvas");
|
|
@@ -5753,7 +5753,7 @@ const gs = {
|
|
|
5753
5753
|
} catch (k) {
|
|
5754
5754
|
console.error(
|
|
5755
5755
|
"Error loading config.json - ",
|
|
5756
|
-
|
|
5756
|
+
re(e.cdnFileResolver, "/config.json"),
|
|
5757
5757
|
k
|
|
5758
5758
|
);
|
|
5759
5759
|
return;
|
|
@@ -5849,7 +5849,7 @@ const gs = {
|
|
|
5849
5849
|
return a("onSnapshot", He, xt), He;
|
|
5850
5850
|
}
|
|
5851
5851
|
function ge(k) {
|
|
5852
|
-
let N =
|
|
5852
|
+
let N = re(e.cdnFileResolver, k);
|
|
5853
5853
|
return e.adminMode && (N = N + `?v=${Date.now()}`), N;
|
|
5854
5854
|
}
|
|
5855
5855
|
async function Ue(k) {
|
|
@@ -5881,7 +5881,7 @@ const gs = {
|
|
|
5881
5881
|
class: he(["virtual-tour-wrapper", [mt.value]])
|
|
5882
5882
|
}, [
|
|
5883
5883
|
o.value ? (v(), D("div", gs, "Error loading the player!!")) : $("", !0),
|
|
5884
|
-
|
|
5884
|
+
r("div", ys, [
|
|
5885
5885
|
!O.value.isActive && u.value && f.value && z.value && b.value && U.value ? (v(), V(ft, {
|
|
5886
5886
|
key: 0,
|
|
5887
5887
|
"cdn-file-resolver": k.cdnFileResolver,
|
|
@@ -5965,13 +5965,13 @@ const gs = {
|
|
|
5965
5965
|
], 512)), [
|
|
5966
5966
|
[fe, x.value]
|
|
5967
5967
|
]) : $("", !0),
|
|
5968
|
-
|
|
5968
|
+
r("div", {
|
|
5969
5969
|
onClick: N[3] || (N[3] = (pe) => U.value = !U.value)
|
|
5970
5970
|
}, [
|
|
5971
5971
|
x.value && l.value && W.value && k.showTimeOfDay ? (v(), V(Oo, {
|
|
5972
5972
|
key: 0,
|
|
5973
|
-
hours:
|
|
5974
|
-
minutes:
|
|
5973
|
+
hours: ie.value.hours,
|
|
5974
|
+
minutes: ie.value.minutes,
|
|
5975
5975
|
class: "time-of-day",
|
|
5976
5976
|
style: se({
|
|
5977
5977
|
cursor: u.value && f.value && z.value ? "pointer" : "default"
|
|
@@ -5995,7 +5995,7 @@ const gs = {
|
|
|
5995
5995
|
]),
|
|
5996
5996
|
"center-center": C(() => [
|
|
5997
5997
|
w(ml, {
|
|
5998
|
-
project: ae(
|
|
5998
|
+
project: ae(re)(e.cdnFileResolver, ""),
|
|
5999
5999
|
onCloseTutorial: N[4] || (N[4] = (pe) => x.value = !0)
|
|
6000
6000
|
}, null, 8, ["project"]),
|
|
6001
6001
|
O.value.isActive && u.value && f.value && z.value && U.value ? (v(), V(ft, {
|
|
@@ -6120,33 +6120,33 @@ const gs = {
|
|
|
6120
6120
|
emits: ["newSizeCallback"],
|
|
6121
6121
|
setup(c, { emit: n }) {
|
|
6122
6122
|
return (e, a) => (v(), D("div", Ss, [
|
|
6123
|
-
|
|
6123
|
+
r("div", Ls, [
|
|
6124
6124
|
K(e.$slots, "slideshow-image", {}, void 0, !0),
|
|
6125
|
-
|
|
6125
|
+
r("div", Fs, [
|
|
6126
6126
|
K(e.$slots, "top-left", {}, void 0, !0)
|
|
6127
6127
|
]),
|
|
6128
|
-
|
|
6128
|
+
r("div", xs, [
|
|
6129
6129
|
K(e.$slots, "top-center", {}, void 0, !0)
|
|
6130
6130
|
]),
|
|
6131
|
-
|
|
6131
|
+
r("div", Ds, [
|
|
6132
6132
|
K(e.$slots, "top-right", {}, void 0, !0)
|
|
6133
6133
|
]),
|
|
6134
|
-
|
|
6134
|
+
r("div", Ms, [
|
|
6135
6135
|
K(e.$slots, "center-left", {}, void 0, !0)
|
|
6136
6136
|
]),
|
|
6137
|
-
|
|
6137
|
+
r("div", Es, [
|
|
6138
6138
|
K(e.$slots, "center-center", {}, void 0, !0)
|
|
6139
6139
|
]),
|
|
6140
|
-
|
|
6140
|
+
r("div", Ts, [
|
|
6141
6141
|
K(e.$slots, "center-right", {}, void 0, !0)
|
|
6142
6142
|
]),
|
|
6143
|
-
|
|
6143
|
+
r("div", Vs, [
|
|
6144
6144
|
K(e.$slots, "bottom-left", {}, void 0, !0)
|
|
6145
6145
|
]),
|
|
6146
|
-
|
|
6146
|
+
r("div", Bs, [
|
|
6147
6147
|
K(e.$slots, "bottom-center", {}, void 0, !0)
|
|
6148
6148
|
]),
|
|
6149
|
-
|
|
6149
|
+
r("div", Rs, [
|
|
6150
6150
|
K(e.$slots, "bottom-right", {}, void 0, !0)
|
|
6151
6151
|
])
|
|
6152
6152
|
])
|
|
@@ -6182,7 +6182,7 @@ const gs = {
|
|
|
6182
6182
|
de(() => {
|
|
6183
6183
|
a.value.setup();
|
|
6184
6184
|
});
|
|
6185
|
-
function
|
|
6185
|
+
function i() {
|
|
6186
6186
|
a.value.toggle(), window.scrollTo({ top: 150, behavior: "smooth" });
|
|
6187
6187
|
}
|
|
6188
6188
|
function l() {
|
|
@@ -6202,13 +6202,13 @@ const gs = {
|
|
|
6202
6202
|
return (s, m) => {
|
|
6203
6203
|
const b = B("v-img"), h = B("v-btn");
|
|
6204
6204
|
return v(), D("div", Us, [
|
|
6205
|
-
|
|
6206
|
-
|
|
6205
|
+
r("div", Hs, [
|
|
6206
|
+
r("div", null, [
|
|
6207
6207
|
w($s, {
|
|
6208
6208
|
"is-full-screen": a.value.isActive
|
|
6209
6209
|
}, {
|
|
6210
6210
|
"slideshow-image": C(() => [
|
|
6211
|
-
|
|
6211
|
+
r("div", Ys, [
|
|
6212
6212
|
w(b, {
|
|
6213
6213
|
src: o.value.thumbnailUrl
|
|
6214
6214
|
}, null, 8, ["src"])
|
|
@@ -6251,14 +6251,14 @@ const gs = {
|
|
|
6251
6251
|
key: 0,
|
|
6252
6252
|
"is-full-screen": a.value.isActive,
|
|
6253
6253
|
class: "btn-fullscreen",
|
|
6254
|
-
onToggleFullscreen:
|
|
6254
|
+
onToggleFullscreen: i
|
|
6255
6255
|
}, null, 8, ["is-full-screen"])) : $("", !0),
|
|
6256
6256
|
s.showShare ? (v(), D("div", Ps, [
|
|
6257
6257
|
w(Ct)
|
|
6258
6258
|
])) : $("", !0)
|
|
6259
6259
|
]),
|
|
6260
6260
|
"bottom-center": C(() => [
|
|
6261
|
-
|
|
6261
|
+
r("div", null, [
|
|
6262
6262
|
a.value.isActive && t.value.length > 1 ? (v(), V(et, {
|
|
6263
6263
|
key: 0,
|
|
6264
6264
|
class: he([a.value.isActive ? "full-screen" : ""]),
|