@qispace/vue3-player 0.3.37 → 0.3.39
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
var
|
|
2
|
-
var
|
|
3
|
-
var pe = (s, t, e) => (
|
|
4
|
-
import { defineComponent as W, ref as d, computed as $, openBlock as v, createElementBlock as D, watch as U, onMounted as Ie, onBeforeUnmount as Qe, withDirectives as Ce, createElementVNode as u, normalizeStyle as ce, vShow as ke, createVNode as C, Fragment as me, renderList as _e, createCommentVNode as R, inject as Ze, resolveComponent as E, withCtx as b, toDisplayString as Z, unref as A, createTextVNode as ae, normalizeClass as ge, createBlock as V, renderSlot as ne, provide as at, reactive as bt, watchEffect as Ve, resolveDynamicComponent as
|
|
1
|
+
var Ba = Object.defineProperty;
|
|
2
|
+
var Ra = (s, t, e) => t in s ? Ba(s, t, { enumerable: !0, configurable: !0, writable: !0, value: e }) : s[t] = e;
|
|
3
|
+
var pe = (s, t, e) => (Ra(s, typeof t != "symbol" ? t + "" : t, e), e);
|
|
4
|
+
import { defineComponent as W, ref as d, computed as $, openBlock as v, createElementBlock as D, watch as U, onMounted as Ie, onBeforeUnmount as Qe, withDirectives as Ce, createElementVNode as u, normalizeStyle as ce, vShow as ke, createVNode as C, Fragment as me, renderList as _e, createCommentVNode as R, inject as Ze, resolveComponent as E, withCtx as b, toDisplayString as Z, unref as A, createTextVNode as ae, normalizeClass as ge, createBlock as V, renderSlot as ne, provide as at, reactive as bt, watchEffect as Ve, resolveDynamicComponent as Jt, normalizeProps as dt, guardReactiveProps as vt, mergeProps as Oe, nextTick as Ae, Transition as Ee, createSlots as Ua, toRefs as Te, pushScopeId as Ct, popScopeId as wt, vModelText as Ha, createStaticVNode as Xt, onBeforeUpdate as Ya, withModifiers as za } from "vue";
|
|
5
5
|
import gt from "axios";
|
|
6
|
-
import * as
|
|
7
|
-
import { Vector3 as it, Object3D as
|
|
6
|
+
import * as ja from "@qispace/player-core";
|
|
7
|
+
import { Vector3 as it, Object3D as Pa, MathUtils as Wa } from "three";
|
|
8
8
|
class Me {
|
|
9
9
|
static async loadText(t) {
|
|
10
10
|
return new Me().loadText(t);
|
|
@@ -48,7 +48,7 @@ class Me {
|
|
|
48
48
|
}
|
|
49
49
|
}
|
|
50
50
|
}
|
|
51
|
-
const
|
|
51
|
+
const Na = /* @__PURE__ */ W({
|
|
52
52
|
__name: "VHoverProbe",
|
|
53
53
|
setup(s, { expose: t }) {
|
|
54
54
|
const e = d(), n = $(() => window.getComputedStyle(e.value).display === "none");
|
|
@@ -65,11 +65,11 @@ const Wa = /* @__PURE__ */ W({
|
|
|
65
65
|
for (const [n, a] of t)
|
|
66
66
|
e[n] = a;
|
|
67
67
|
return e;
|
|
68
|
-
}, We = /* @__PURE__ */ ee(
|
|
68
|
+
}, We = /* @__PURE__ */ ee(Na, [["__scopeId", "data-v-eb9b348d"]]);
|
|
69
69
|
function ue(s, t) {
|
|
70
70
|
return typeof s == "string" ? `${s}${t}` : s(t);
|
|
71
71
|
}
|
|
72
|
-
const
|
|
72
|
+
const Ga = /* @__PURE__ */ W({
|
|
73
73
|
__name: "VApartmentChooserRaster",
|
|
74
74
|
props: {
|
|
75
75
|
cdnFileResolver: {},
|
|
@@ -89,7 +89,7 @@ const Na = /* @__PURE__ */ W({
|
|
|
89
89
|
width: o.value + "px",
|
|
90
90
|
height: r.value + "px",
|
|
91
91
|
cursor: _.value
|
|
92
|
-
})),
|
|
92
|
+
})), Y = $(() => `hover-${w.value ? "over" : "out"}-${x.value ? typeof x.value == "object" && "unitId" in x.value ? x.value.unitId : x.value : ""}`);
|
|
93
93
|
U(
|
|
94
94
|
B,
|
|
95
95
|
() => {
|
|
@@ -120,7 +120,7 @@ const Na = /* @__PURE__ */ W({
|
|
|
120
120
|
}
|
|
121
121
|
), U(x, () => {
|
|
122
122
|
we(), x.value ? _.value = "pointer" : _.value = "auto";
|
|
123
|
-
}), U(
|
|
123
|
+
}), U(Y, () => {
|
|
124
124
|
w.value ? n("hoverOver", {
|
|
125
125
|
hoverUnit: x.value ? x.value.unitId : !1,
|
|
126
126
|
closeHandler: () => xe()
|
|
@@ -188,7 +188,7 @@ const Na = /* @__PURE__ */ W({
|
|
|
188
188
|
}
|
|
189
189
|
function J(N, K) {
|
|
190
190
|
k.value = N, c.value = K;
|
|
191
|
-
const ve = I.value.offsetWidth / I.value.width, je = I.value.offsetHeight / I.value.height, Re = (N / ve).toFixed(),
|
|
191
|
+
const ve = I.value.offsetWidth / I.value.width, je = I.value.offsetHeight / I.value.height, Re = (N / ve).toFixed(), H = (K / je).toFixed(), Q = Number(H) * (I.value.width * 4) + Number(Re) * 4, fe = i.value.data[Q];
|
|
192
192
|
return i.value.data[Q + 3] > 0 ? fe : -1;
|
|
193
193
|
}
|
|
194
194
|
function q() {
|
|
@@ -199,10 +199,10 @@ const Na = /* @__PURE__ */ W({
|
|
|
199
199
|
const je = re(K.index);
|
|
200
200
|
let Re = "idle";
|
|
201
201
|
!x.value && e.selectedUnitId && je === e.selectedUnitId ? Re = "selected" : x.value && f.value === K.index && (Re = "hover");
|
|
202
|
-
const
|
|
203
|
-
if (
|
|
202
|
+
const H = e.colorCallback(K.unitId, Re);
|
|
203
|
+
if (H)
|
|
204
204
|
for (let Q = 0; Q < ve.length; Q++)
|
|
205
|
-
p.value.data[ve[Q]] =
|
|
205
|
+
p.value.data[ve[Q]] = H.r, p.value.data[ve[Q] + 1] = H.g, p.value.data[ve[Q] + 2] = H.b, p.value.data[ve[Q] + 3] = H.a;
|
|
206
206
|
}
|
|
207
207
|
}
|
|
208
208
|
});
|
|
@@ -279,7 +279,7 @@ const Na = /* @__PURE__ */ W({
|
|
|
279
279
|
}, null, 512)
|
|
280
280
|
], 512));
|
|
281
281
|
}
|
|
282
|
-
}),
|
|
282
|
+
}), Qa = /* @__PURE__ */ ee(Ga, [["__scopeId", "data-v-27d7323f"]]), Za = ["viewBox"], qa = ["innerHTML", "onMouseenter", "onMouseleave", "onClick"], Ja = /* @__PURE__ */ W({
|
|
283
283
|
__name: "VApartmentChooserSvg",
|
|
284
284
|
props: {
|
|
285
285
|
cdnFileResolver: {},
|
|
@@ -422,8 +422,8 @@ const Na = /* @__PURE__ */ W({
|
|
|
422
422
|
onMouseenter: (X) => c(I),
|
|
423
423
|
onMouseleave: (X) => h(),
|
|
424
424
|
onClick: (X) => _(I)
|
|
425
|
-
}, null, 44,
|
|
426
|
-
], 8,
|
|
425
|
+
}, null, 44, qa))), 128))
|
|
426
|
+
], 8, Za)) : R("", !0)
|
|
427
427
|
], 4), [
|
|
428
428
|
[ke, !M.viewModel.isRotating]
|
|
429
429
|
]),
|
|
@@ -433,10 +433,10 @@ const Na = /* @__PURE__ */ W({
|
|
|
433
433
|
}, null, 512)
|
|
434
434
|
], 512));
|
|
435
435
|
}
|
|
436
|
-
}),
|
|
436
|
+
}), Xa = /* @__PURE__ */ ee(Ja, [["__scopeId", "data-v-e6c054c7"]]), $e = Symbol(), Ka = {
|
|
437
437
|
key: 0,
|
|
438
438
|
class: "text-success d-none d-md-flex"
|
|
439
|
-
},
|
|
439
|
+
}, en = { class: "text-success" }, tn = /* @__PURE__ */ W({
|
|
440
440
|
__name: "VApartmentChooserNavigation",
|
|
441
441
|
props: {
|
|
442
442
|
canGoToUnitCallback: { type: Function, default: () => !0 },
|
|
@@ -483,8 +483,8 @@ const Na = /* @__PURE__ */ W({
|
|
|
483
483
|
onClick: i[2] || (i[2] = (w) => r("goToUnit", n.value))
|
|
484
484
|
}, {
|
|
485
485
|
default: b(() => [
|
|
486
|
-
n.value && p.canGoToUnitCallback(n.value) ? (v(), D("span",
|
|
487
|
-
u("span",
|
|
486
|
+
n.value && p.canGoToUnitCallback(n.value) ? (v(), D("span", Ka, Z(A(l).getLabel("seeApartment")) + " ", 1)) : R("", !0),
|
|
487
|
+
u("span", en, Z(n.value ? e.unitRenderer(n.value) : "-"), 1)
|
|
488
488
|
]),
|
|
489
489
|
_: 1
|
|
490
490
|
}, 8, ["disabled"]),
|
|
@@ -506,7 +506,7 @@ const Na = /* @__PURE__ */ W({
|
|
|
506
506
|
]);
|
|
507
507
|
};
|
|
508
508
|
}
|
|
509
|
-
}),
|
|
509
|
+
}), an = /* @__PURE__ */ ee(tn, [["__scopeId", "data-v-44ed308e"]]);
|
|
510
510
|
class At {
|
|
511
511
|
constructor(t) {
|
|
512
512
|
pe(this, "_numParts");
|
|
@@ -571,7 +571,7 @@ class Mt {
|
|
|
571
571
|
);
|
|
572
572
|
}
|
|
573
573
|
}
|
|
574
|
-
class
|
|
574
|
+
class nn {
|
|
575
575
|
constructor(t, e) {
|
|
576
576
|
pe(this, "_cardinalFrames");
|
|
577
577
|
pe(this, "_totalFrameCount");
|
|
@@ -591,20 +591,20 @@ class an {
|
|
|
591
591
|
return this._cardinalFrames[t];
|
|
592
592
|
}
|
|
593
593
|
}
|
|
594
|
-
const
|
|
594
|
+
const on = {
|
|
595
595
|
key: 0,
|
|
596
596
|
class: "fill-parent d-flex justify-center align-center blue-grey lighten-5"
|
|
597
|
-
},
|
|
597
|
+
}, ln = {
|
|
598
598
|
key: 1,
|
|
599
599
|
class: "frame-container"
|
|
600
|
-
},
|
|
600
|
+
}, sn = {
|
|
601
601
|
key: 0,
|
|
602
602
|
class: "frame-image"
|
|
603
|
-
},
|
|
603
|
+
}, rn = ["srcset"], un = ["src"], cn = {
|
|
604
604
|
key: 2,
|
|
605
605
|
id: "image-stack",
|
|
606
606
|
class: "frame-container"
|
|
607
|
-
},
|
|
607
|
+
}, dn = ["alt"], vn = ["srcset"], mn = ["src"], Wt = 64, ut = 4, pn = 120, fn = /* @__PURE__ */ W({
|
|
608
608
|
__name: "VApartmentChooserRotator",
|
|
609
609
|
props: {
|
|
610
610
|
viewModel: {},
|
|
@@ -617,7 +617,7 @@ const nn = {
|
|
|
617
617
|
const e = s, n = t, a = k(), o = d(
|
|
618
618
|
new At(a.length).onLoadFinished(() => n("loaded")).onLoadProgress((y) => n("progress", y)).onLoadError(() => n("error"))
|
|
619
619
|
), r = d(
|
|
620
|
-
new
|
|
620
|
+
new nn(e.cardinalFrames, Wt)
|
|
621
621
|
), l = d(a), m = d(!1), p = $(() => l.value.find((y) => y.show));
|
|
622
622
|
U(
|
|
623
623
|
() => e.viewModel.currentScene,
|
|
@@ -642,7 +642,7 @@ const nn = {
|
|
|
642
642
|
l.value[y.frameIndex].show = !1;
|
|
643
643
|
const g = y.nextFrame();
|
|
644
644
|
l.value[g.frameIndex].show = !0, g.atEnd ? w() : window.requestAnimationFrame(() => f(g));
|
|
645
|
-
}, 1e3 /
|
|
645
|
+
}, 1e3 / pn);
|
|
646
646
|
}
|
|
647
647
|
function w() {
|
|
648
648
|
const y = r.value.startFrameIndexForScene(
|
|
@@ -652,7 +652,7 @@ const nn = {
|
|
|
652
652
|
}
|
|
653
653
|
function k() {
|
|
654
654
|
const y = [];
|
|
655
|
-
for (let g = 0; g <
|
|
655
|
+
for (let g = 0; g < Wt; g++) {
|
|
656
656
|
const { sourceSet: T, defaultPath: M } = c(g);
|
|
657
657
|
y.push({
|
|
658
658
|
index: g,
|
|
@@ -696,14 +696,14 @@ const nn = {
|
|
|
696
696
|
return (y, g) => {
|
|
697
697
|
const T = E("v-icon");
|
|
698
698
|
return v(), D("div", null, [
|
|
699
|
-
o.value.isError ? (v(), D("div",
|
|
699
|
+
o.value.isError ? (v(), D("div", on, [
|
|
700
700
|
C(T, { "x-large": "" }, {
|
|
701
701
|
default: b(() => [
|
|
702
702
|
ae("mdi-alert-circle-outline")
|
|
703
703
|
]),
|
|
704
704
|
_: 1
|
|
705
705
|
})
|
|
706
|
-
])) : m.value ? (v(), D("div",
|
|
706
|
+
])) : m.value ? (v(), D("div", cn, [
|
|
707
707
|
(v(!0), D(me, null, _e(l.value, (M) => (v(), D("picture", {
|
|
708
708
|
key: M.index,
|
|
709
709
|
alt: M.index,
|
|
@@ -712,31 +712,31 @@ const nn = {
|
|
|
712
712
|
u("source", {
|
|
713
713
|
srcset: M.sourceSet,
|
|
714
714
|
type: "image/jpeg"
|
|
715
|
-
}, null, 8,
|
|
715
|
+
}, null, 8, vn),
|
|
716
716
|
u("img", {
|
|
717
717
|
src: M.defaultPath,
|
|
718
718
|
alt: "Building image",
|
|
719
719
|
onLoad: g[2] || (g[2] = (P) => o.value.partLoaded()),
|
|
720
720
|
onError: g[3] || (g[3] = (P) => o.value.errorDetected())
|
|
721
|
-
}, null, 40,
|
|
722
|
-
], 10,
|
|
723
|
-
])) : (v(), D("div",
|
|
724
|
-
p.value ? (v(), D("picture",
|
|
721
|
+
}, null, 40, mn)
|
|
722
|
+
], 10, dn))), 128))
|
|
723
|
+
])) : (v(), D("div", ln, [
|
|
724
|
+
p.value ? (v(), D("picture", sn, [
|
|
725
725
|
u("source", {
|
|
726
726
|
srcset: p.value.sourceSet,
|
|
727
727
|
type: "image/jpeg"
|
|
728
|
-
}, null, 8,
|
|
728
|
+
}, null, 8, rn),
|
|
729
729
|
u("img", {
|
|
730
730
|
src: p.value.defaultPath,
|
|
731
731
|
onLoad: g[0] || (g[0] = (M) => m.value = !0),
|
|
732
732
|
onError: g[1] || (g[1] = (M) => o.value.errorDetected())
|
|
733
|
-
}, null, 40,
|
|
733
|
+
}, null, 40, un)
|
|
734
734
|
])) : R("", !0)
|
|
735
735
|
]))
|
|
736
736
|
]);
|
|
737
737
|
};
|
|
738
738
|
}
|
|
739
|
-
}),
|
|
739
|
+
}), hn = /* @__PURE__ */ ee(fn, [["__scopeId", "data-v-0c291cb9"]]), gn = /* @__PURE__ */ W({
|
|
740
740
|
__name: "VFloatingCard",
|
|
741
741
|
props: {
|
|
742
742
|
pos: {},
|
|
@@ -781,7 +781,7 @@ const nn = {
|
|
|
781
781
|
}, 8, ["origin"]);
|
|
782
782
|
};
|
|
783
783
|
}
|
|
784
|
-
}), nt = /* @__PURE__ */ ee(
|
|
784
|
+
}), nt = /* @__PURE__ */ ee(gn, [["__scopeId", "data-v-7d5e6067"]]), yn = /* @__PURE__ */ W({
|
|
785
785
|
__name: "VZoomBox",
|
|
786
786
|
props: {
|
|
787
787
|
desktop: { type: Boolean, default: !0 },
|
|
@@ -880,7 +880,7 @@ const nn = {
|
|
|
880
880
|
x: J - oe,
|
|
881
881
|
y: q - re
|
|
882
882
|
};
|
|
883
|
-
|
|
883
|
+
Y(se.x), G(se.y), f.value = !0, i.value = O;
|
|
884
884
|
}
|
|
885
885
|
}
|
|
886
886
|
function L(O) {
|
|
@@ -900,7 +900,7 @@ const nn = {
|
|
|
900
900
|
x: J - oe,
|
|
901
901
|
y: q - re
|
|
902
902
|
};
|
|
903
|
-
|
|
903
|
+
Y(se.x), G(se.y);
|
|
904
904
|
} else if (p.value && O.touches.length === 2) {
|
|
905
905
|
const { x: J, y: q } = S(O.touches[0]), { x: oe, y: re } = S(
|
|
906
906
|
i.value.touches[0]
|
|
@@ -921,7 +921,7 @@ const nn = {
|
|
|
921
921
|
y: O.clientY - q
|
|
922
922
|
};
|
|
923
923
|
}
|
|
924
|
-
function
|
|
924
|
+
function Y(O) {
|
|
925
925
|
const J = w.value.clientWidth, q = J * c.value;
|
|
926
926
|
r.value = Math.max(
|
|
927
927
|
Math.min(0, r.value + O),
|
|
@@ -939,7 +939,7 @@ const nn = {
|
|
|
939
939
|
const oe = J !== void 0 ? J : w.value.clientWidth / 2, re = q !== void 0 ? q : w.value.clientHeight / 2, se = w.value.clientWidth, be = w.value.clientHeight, ie = se * c.value, Fe = be * c.value;
|
|
940
940
|
o.value = Math.min(Math.max(100, o.value + O), h.value);
|
|
941
941
|
const Le = se * c.value, ze = be * c.value, we = Le - ie, xe = ze - Fe;
|
|
942
|
-
r.value -= oe / se * we, l.value -= re / be * xe,
|
|
942
|
+
r.value -= oe / se * we, l.value -= re / be * xe, Y(0), G(0);
|
|
943
943
|
}
|
|
944
944
|
function j() {
|
|
945
945
|
a("update", {
|
|
@@ -969,14 +969,14 @@ const nn = {
|
|
|
969
969
|
], 4)
|
|
970
970
|
], 4));
|
|
971
971
|
}
|
|
972
|
-
}), ot = /* @__PURE__ */ ee(
|
|
973
|
-
function
|
|
972
|
+
}), ot = /* @__PURE__ */ ee(yn, [["__scopeId", "data-v-3e334a46"]]), Ot = 4;
|
|
973
|
+
function Kt(s) {
|
|
974
974
|
return s < Ot ? s + 1 : 1;
|
|
975
975
|
}
|
|
976
|
-
function
|
|
976
|
+
function _n(s) {
|
|
977
977
|
return s > 1 ? s - 1 : Ot;
|
|
978
978
|
}
|
|
979
|
-
class
|
|
979
|
+
class bn {
|
|
980
980
|
constructor(t) {
|
|
981
981
|
pe(this, "_state");
|
|
982
982
|
this._state = {
|
|
@@ -1001,12 +1001,12 @@ class _n {
|
|
|
1001
1001
|
}
|
|
1002
1002
|
rotateCounterClockwise() {
|
|
1003
1003
|
this.unlessRotatingDo(() => {
|
|
1004
|
-
this.currentScene =
|
|
1004
|
+
this.currentScene = Kt(this.currentScene);
|
|
1005
1005
|
});
|
|
1006
1006
|
}
|
|
1007
1007
|
rotateClockwise() {
|
|
1008
1008
|
this.unlessRotatingDo(() => {
|
|
1009
|
-
this.currentScene =
|
|
1009
|
+
this.currentScene = _n(this.currentScene);
|
|
1010
1010
|
});
|
|
1011
1011
|
}
|
|
1012
1012
|
}
|
|
@@ -1025,10 +1025,10 @@ class He {
|
|
|
1025
1025
|
return typeof t == "string" ? t : typeof t == "object" && this._language in t && t[this._language] ? t[this._language] : "";
|
|
1026
1026
|
}
|
|
1027
1027
|
}
|
|
1028
|
-
const
|
|
1028
|
+
const Cn = { key: 0 }, wn = { class: "interactive-viewer" }, kn = { class: "fill-parent" }, Sn = { key: 0 }, In = {
|
|
1029
1029
|
key: 1,
|
|
1030
1030
|
class: "navigation"
|
|
1031
|
-
},
|
|
1031
|
+
}, xn = { key: 2 }, Dn = 4, An = /* @__PURE__ */ W({
|
|
1032
1032
|
__name: "VApartmentChooser",
|
|
1033
1033
|
props: {
|
|
1034
1034
|
i18nConfig: {},
|
|
@@ -1054,14 +1054,14 @@ const bn = { key: 0 }, Cn = { class: "interactive-viewer" }, wn = { class: "fill
|
|
|
1054
1054
|
$e,
|
|
1055
1055
|
n.i18nConfig ? new He(n.i18nConfig) : new He()
|
|
1056
1056
|
);
|
|
1057
|
-
const o = bt({ isReady: !1, isError: !1 }), r = d(), l = d(), m = d(), p = d(), i = d({ x: 0, y: 0, width: 0, height: 0 }), f = d(), w = d(), k = d(), c = $(() => k.value.isHoverEnabled), h = $(() => n.useSvg ?
|
|
1057
|
+
const o = bt({ isReady: !1, isError: !1 }), r = d(), l = d(), m = d(), p = d(), i = d({ x: 0, y: 0, width: 0, height: 0 }), f = d(), w = d(), k = d(), c = $(() => k.value.isHoverEnabled), h = $(() => n.useSvg ? Xa : Qa), _ = $(() => n.selectedUnitId), y = $(() => n.nextUnitId), g = $(() => n.prevUnitId);
|
|
1058
1058
|
Ve(() => {
|
|
1059
1059
|
if (_.value && p.value) {
|
|
1060
1060
|
const I = r.value[_.value];
|
|
1061
1061
|
I && (p.value.currentScene = I);
|
|
1062
1062
|
}
|
|
1063
1063
|
}), Ie(async () => {
|
|
1064
|
-
const I = n.apartmentChooserData && n.apartmentChooserData.startScene !== void 0 ? n.apartmentChooserData.startScene :
|
|
1064
|
+
const I = n.apartmentChooserData && n.apartmentChooserData.startScene !== void 0 ? n.apartmentChooserData.startScene : Dn;
|
|
1065
1065
|
m.value = n.apartmentChooserData && n.apartmentChooserData.scenes !== void 0 ? n.apartmentChooserData.scenes : e, l.value = n.apartmentChooserData && n.apartmentChooserData.sceneData !== void 0 ? n.apartmentChooserData.sceneData.map((B) => ({
|
|
1066
1066
|
unitId: B.apartmentID,
|
|
1067
1067
|
index: B.index
|
|
@@ -1071,18 +1071,18 @@ const bn = { key: 0 }, Cn = { class: "interactive-viewer" }, wn = { class: "fill
|
|
|
1071
1071
|
}).reduce((B, te) => ({ ...B, [te.unitId]: te.scene }), {}) : {};
|
|
1072
1072
|
const L = (B, te = "unitId") => {
|
|
1073
1073
|
let x = I, S = [];
|
|
1074
|
-
for (let
|
|
1075
|
-
S.push(x), x =
|
|
1076
|
-
return B.sort((
|
|
1074
|
+
for (let Y = 0; Y < Ot; Y++)
|
|
1075
|
+
S.push(x), x = Kt(x);
|
|
1076
|
+
return B.sort((Y, G) => {
|
|
1077
1077
|
const de = S.findIndex(
|
|
1078
|
-
(O) => O === r.value[
|
|
1078
|
+
(O) => O === r.value[Y[te]]
|
|
1079
1079
|
), j = S.findIndex(
|
|
1080
1080
|
(O) => O === r.value[G[te]]
|
|
1081
1081
|
);
|
|
1082
1082
|
return de < j ? -1 : de > j ? 1 : 0;
|
|
1083
1083
|
}), B;
|
|
1084
1084
|
}, X = (B) => {
|
|
1085
|
-
p.value = new
|
|
1085
|
+
p.value = new bn(B);
|
|
1086
1086
|
};
|
|
1087
1087
|
a("initialized", {
|
|
1088
1088
|
scene: I,
|
|
@@ -1104,15 +1104,15 @@ const bn = { key: 0 }, Cn = { class: "interactive-viewer" }, wn = { class: "fill
|
|
|
1104
1104
|
}
|
|
1105
1105
|
return (I, L) => {
|
|
1106
1106
|
const X = E("v-progress-linear");
|
|
1107
|
-
return p.value ? (v(), D("div",
|
|
1108
|
-
u("div",
|
|
1109
|
-
u("div",
|
|
1107
|
+
return p.value ? (v(), D("div", Cn, [
|
|
1108
|
+
u("div", wn, [
|
|
1109
|
+
u("div", kn, [
|
|
1110
1110
|
C(ot, {
|
|
1111
1111
|
desktop: o.isReady && I.interactiveDesktop,
|
|
1112
1112
|
mobile: o.isReady && I.interactiveMobile
|
|
1113
1113
|
}, {
|
|
1114
1114
|
default: b(() => [
|
|
1115
|
-
C(
|
|
1115
|
+
C(hn, {
|
|
1116
1116
|
"cdn-file-resolver": I.cdnFileResolver,
|
|
1117
1117
|
"view-model": p.value,
|
|
1118
1118
|
"cardinal-frames": m.value,
|
|
@@ -1121,8 +1121,8 @@ const bn = { key: 0 }, Cn = { class: "interactive-viewer" }, wn = { class: "fill
|
|
|
1121
1121
|
onLoaded: L[1] || (L[1] = (B) => o.isReady = !0),
|
|
1122
1122
|
onError: L[2] || (L[2] = (B) => o.isError = !0)
|
|
1123
1123
|
}, null, 8, ["cdn-file-resolver", "view-model", "cardinal-frames", "build"]),
|
|
1124
|
-
o.isReady ? (v(), D("div",
|
|
1125
|
-
(v(), V(
|
|
1124
|
+
o.isReady ? (v(), D("div", Sn, [
|
|
1125
|
+
(v(), V(Jt(h.value), {
|
|
1126
1126
|
"cdn-file-resolver": n.cdnFileResolver,
|
|
1127
1127
|
"view-model": p.value,
|
|
1128
1128
|
"selected-unit-id": _.value,
|
|
@@ -1163,8 +1163,8 @@ const bn = { key: 0 }, Cn = { class: "interactive-viewer" }, wn = { class: "fill
|
|
|
1163
1163
|
]),
|
|
1164
1164
|
_: 3
|
|
1165
1165
|
}, 8, ["is-hoverable", "pos", "onOutside"])) : R("", !0),
|
|
1166
|
-
o.isReady ? (v(), D("div",
|
|
1167
|
-
C(
|
|
1166
|
+
o.isReady ? (v(), D("div", In, [
|
|
1167
|
+
C(an, {
|
|
1168
1168
|
"can-go-to-unit-callback": n.canGoToUnitCallback,
|
|
1169
1169
|
"unit-renderer": n.unitRenderer,
|
|
1170
1170
|
"selected-unit-id": _.value,
|
|
@@ -1175,7 +1175,7 @@ const bn = { key: 0 }, Cn = { class: "interactive-viewer" }, wn = { class: "fill
|
|
|
1175
1175
|
onPrevUnit: L[6] || (L[6] = (B) => a("navUnit", g.value)),
|
|
1176
1176
|
onNextUnit: L[7] || (L[7] = (B) => a("navUnit", y.value))
|
|
1177
1177
|
}, null, 8, ["can-go-to-unit-callback", "unit-renderer", "selected-unit-id", "prev-unit-id", "next-unit-id", "view-model"])
|
|
1178
|
-
])) : o.isError ? R("", !0) : (v(), D("div",
|
|
1178
|
+
])) : o.isError ? R("", !0) : (v(), D("div", xn, [
|
|
1179
1179
|
C(X, {
|
|
1180
1180
|
indeterminate: !o.progress,
|
|
1181
1181
|
modelValue: o.progress,
|
|
@@ -1191,7 +1191,7 @@ const bn = { key: 0 }, Cn = { class: "interactive-viewer" }, wn = { class: "fill
|
|
|
1191
1191
|
])) : R("", !0);
|
|
1192
1192
|
};
|
|
1193
1193
|
}
|
|
1194
|
-
}),
|
|
1194
|
+
}), Fn = /* @__PURE__ */ ee(An, [["__scopeId", "data-v-34e2e7a2"]]), Ln = ["src"], Mn = /* @__PURE__ */ W({
|
|
1195
1195
|
__name: "VApartmentChooserV5CameraDayTimeSample",
|
|
1196
1196
|
props: {
|
|
1197
1197
|
timeSampleData: {},
|
|
@@ -1204,11 +1204,11 @@ const bn = { key: 0 }, Cn = { class: "interactive-viewer" }, wn = { class: "fill
|
|
|
1204
1204
|
key: e.value,
|
|
1205
1205
|
src: e.value,
|
|
1206
1206
|
width: "100%"
|
|
1207
|
-
}, null, 8,
|
|
1207
|
+
}, null, 8, Ln)), [
|
|
1208
1208
|
[ke, n.timeSampleData === n.currentTime]
|
|
1209
1209
|
]);
|
|
1210
1210
|
}
|
|
1211
|
-
}),
|
|
1211
|
+
}), On = /* @__PURE__ */ ee(Mn, [["__scopeId", "data-v-dbbdc1e0"]]), Tn = /* @__PURE__ */ W({
|
|
1212
1212
|
__name: "VApartmentChooserV5CameraDay",
|
|
1213
1213
|
props: {
|
|
1214
1214
|
dayData: {},
|
|
@@ -1217,13 +1217,13 @@ const bn = { key: 0 }, Cn = { class: "interactive-viewer" }, wn = { class: "fill
|
|
|
1217
1217
|
},
|
|
1218
1218
|
setup(s) {
|
|
1219
1219
|
const t = s;
|
|
1220
|
-
return (e, n) => (v(!0), D(me, null, _e(t.dayData.timeSamples, (a) => (v(), V(
|
|
1220
|
+
return (e, n) => (v(!0), D(me, null, _e(t.dayData.timeSamples, (a) => (v(), V(On, {
|
|
1221
1221
|
"time-sample-data": a,
|
|
1222
1222
|
"cdn-file-resolver": t.cdnFileResolver,
|
|
1223
1223
|
"current-time": e.currentTime
|
|
1224
1224
|
}, null, 8, ["time-sample-data", "cdn-file-resolver", "current-time"]))), 256));
|
|
1225
1225
|
}
|
|
1226
|
-
}),
|
|
1226
|
+
}), En = /* @__PURE__ */ W({
|
|
1227
1227
|
__name: "VApartmentChooserV5Camera",
|
|
1228
1228
|
props: {
|
|
1229
1229
|
cameraData: {},
|
|
@@ -1232,13 +1232,13 @@ const bn = { key: 0 }, Cn = { class: "interactive-viewer" }, wn = { class: "fill
|
|
|
1232
1232
|
},
|
|
1233
1233
|
setup(s) {
|
|
1234
1234
|
const t = s;
|
|
1235
|
-
return (e, n) => (v(!0), D(me, null, _e(t.cameraData.sunsimDayOfYear, (a) => (v(), V(
|
|
1235
|
+
return (e, n) => (v(!0), D(me, null, _e(t.cameraData.sunsimDayOfYear, (a) => (v(), V(Tn, {
|
|
1236
1236
|
"day-data": a,
|
|
1237
1237
|
"cdn-file-resolver": t.cdnFileResolver,
|
|
1238
1238
|
"current-time": t.currentTime
|
|
1239
1239
|
}, null, 8, ["day-data", "cdn-file-resolver", "current-time"]))), 256));
|
|
1240
1240
|
}
|
|
1241
|
-
}),
|
|
1241
|
+
}), Vn = ["src"], $n = /* @__PURE__ */ W({
|
|
1242
1242
|
__name: "VApartmentChooserV5Transition",
|
|
1243
1243
|
props: {
|
|
1244
1244
|
transitionData: {},
|
|
@@ -1252,12 +1252,12 @@ const bn = { key: 0 }, Cn = { class: "interactive-viewer" }, wn = { class: "fill
|
|
|
1252
1252
|
key: n.value,
|
|
1253
1253
|
src: n.value,
|
|
1254
1254
|
class: "position-absolute top-left w-100 h-100"
|
|
1255
|
-
}, null, 8,
|
|
1255
|
+
}, null, 8, Vn)), [
|
|
1256
1256
|
[ke, a.transitionData === a.currentTransition]
|
|
1257
1257
|
]);
|
|
1258
1258
|
}
|
|
1259
|
-
}),
|
|
1260
|
-
function
|
|
1259
|
+
}), Bn = /* @__PURE__ */ ee($n, [["__scopeId", "data-v-ecb88391"]]);
|
|
1260
|
+
function Rn(s) {
|
|
1261
1261
|
if (!s)
|
|
1262
1262
|
return !1;
|
|
1263
1263
|
const t = [
|
|
@@ -1281,7 +1281,7 @@ function Tt(s) {
|
|
|
1281
1281
|
function Ft(s) {
|
|
1282
1282
|
return "filename" in s;
|
|
1283
1283
|
}
|
|
1284
|
-
const
|
|
1284
|
+
const Un = /* @__PURE__ */ W({
|
|
1285
1285
|
__name: "VApartmentChooserV5UiCamera",
|
|
1286
1286
|
props: {
|
|
1287
1287
|
apartmentChooserData: {},
|
|
@@ -1324,7 +1324,7 @@ const Rn = /* @__PURE__ */ W({
|
|
|
1324
1324
|
}, null, 8, ["modelValue", "items", "disabled"]);
|
|
1325
1325
|
};
|
|
1326
1326
|
}
|
|
1327
|
-
}),
|
|
1327
|
+
}), Hn = /* @__PURE__ */ W({
|
|
1328
1328
|
__name: "VApartmentChooserV5UiDay",
|
|
1329
1329
|
props: {
|
|
1330
1330
|
cameraData: {},
|
|
@@ -1379,10 +1379,10 @@ const Rn = /* @__PURE__ */ W({
|
|
|
1379
1379
|
}, 8, ["modelValue", "items", "disabled"]);
|
|
1380
1380
|
};
|
|
1381
1381
|
}
|
|
1382
|
-
}),
|
|
1382
|
+
}), Yn = {
|
|
1383
1383
|
key: 0,
|
|
1384
1384
|
class: "py-2"
|
|
1385
|
-
},
|
|
1385
|
+
}, zn = { class: "small" }, jn = { class: "small" }, Pn = /* @__PURE__ */ W({
|
|
1386
1386
|
__name: "VApartmentChooserV5UiTimeSample",
|
|
1387
1387
|
props: {
|
|
1388
1388
|
dayData: {},
|
|
@@ -1423,7 +1423,7 @@ const Rn = /* @__PURE__ */ W({
|
|
|
1423
1423
|
const i = E("v-icon"), f = E("v-btn"), w = E("v-slider"), k = E("v-field");
|
|
1424
1424
|
return v(), V(k, { variant: "solo" }, {
|
|
1425
1425
|
default: b(() => [
|
|
1426
|
-
m.dayData.startTime === m.dayData.endTime ? (v(), D("div",
|
|
1426
|
+
m.dayData.startTime === m.dayData.endTime ? (v(), D("div", Yn, [
|
|
1427
1427
|
C(i, {
|
|
1428
1428
|
style: { color: "#ffab02", "vertical-align": "baseline", "font-size": "20px" },
|
|
1429
1429
|
class: "py-2 ml-2 mr-2 icon"
|
|
@@ -1453,10 +1453,10 @@ const Rn = /* @__PURE__ */ W({
|
|
|
1453
1453
|
onClick: l
|
|
1454
1454
|
}, null, 8, ["icon"]),
|
|
1455
1455
|
ae(" "),
|
|
1456
|
-
u("span",
|
|
1456
|
+
u("span", zn, Z(r(m.dayData.startTime)), 1)
|
|
1457
1457
|
]),
|
|
1458
1458
|
append: b(() => [
|
|
1459
|
-
u("span",
|
|
1459
|
+
u("span", jn, Z(r(m.dayData.endTime)), 1),
|
|
1460
1460
|
ae(" "),
|
|
1461
1461
|
C(i, {
|
|
1462
1462
|
style: { color: "#ffab02", "vertical-align": "baseline", "font-size": "20px" },
|
|
@@ -1476,7 +1476,7 @@ const Rn = /* @__PURE__ */ W({
|
|
|
1476
1476
|
});
|
|
1477
1477
|
};
|
|
1478
1478
|
}
|
|
1479
|
-
}),
|
|
1479
|
+
}), Wn = /* @__PURE__ */ ee(Pn, [["__scopeId", "data-v-f2649c45"]]), Nn = /* @__PURE__ */ W({
|
|
1480
1480
|
__name: "VApartmentChooserV5UiRotator",
|
|
1481
1481
|
props: {
|
|
1482
1482
|
apartmentChooserData: {},
|
|
@@ -1571,7 +1571,7 @@ const Rn = /* @__PURE__ */ W({
|
|
|
1571
1571
|
], 64);
|
|
1572
1572
|
};
|
|
1573
1573
|
}
|
|
1574
|
-
}),
|
|
1574
|
+
}), Gn = ["innerHTML"], Qn = /* @__PURE__ */ W({
|
|
1575
1575
|
__name: "VApartmentChooserV5Overlay",
|
|
1576
1576
|
props: {
|
|
1577
1577
|
cdnFileResolver: { type: [String, Function] },
|
|
@@ -1665,12 +1665,12 @@ const Rn = /* @__PURE__ */ W({
|
|
|
1665
1665
|
class: "w-100 h-100 position-absolute top-left",
|
|
1666
1666
|
style: { "z-index": "5" },
|
|
1667
1667
|
innerHTML: a.value
|
|
1668
|
-
}, null, 8,
|
|
1668
|
+
}, null, 8, Gn))
|
|
1669
1669
|
]),
|
|
1670
1670
|
_: 1
|
|
1671
1671
|
}));
|
|
1672
1672
|
}
|
|
1673
|
-
}),
|
|
1673
|
+
}), Zn = /* @__PURE__ */ ee(Qn, [["__scopeId", "data-v-09ccd2d0"]]), qn = "data:image/png;base64,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", lt = /* @__PURE__ */ W({
|
|
1674
1674
|
__name: "VNorthDirection",
|
|
1675
1675
|
props: {
|
|
1676
1676
|
longitude: {}
|
|
@@ -1683,7 +1683,7 @@ const Rn = /* @__PURE__ */ W({
|
|
|
1683
1683
|
return (n, a) => {
|
|
1684
1684
|
const o = E("v-img");
|
|
1685
1685
|
return v(), V(o, {
|
|
1686
|
-
src: A(
|
|
1686
|
+
src: A(qn),
|
|
1687
1687
|
style: ce(e.value)
|
|
1688
1688
|
}, null, 8, ["src", "style"]);
|
|
1689
1689
|
};
|
|
@@ -1708,8 +1708,8 @@ class et {
|
|
|
1708
1708
|
return a;
|
|
1709
1709
|
}
|
|
1710
1710
|
}
|
|
1711
|
-
const
|
|
1712
|
-
class
|
|
1711
|
+
const Jn = 180;
|
|
1712
|
+
class ea {
|
|
1713
1713
|
constructor(t) {
|
|
1714
1714
|
pe(this, "_cdnFileResolver");
|
|
1715
1715
|
pe(this, "_resourceLoader");
|
|
@@ -1734,7 +1734,7 @@ class Jt {
|
|
|
1734
1734
|
}
|
|
1735
1735
|
getBackgroundImageData(t) {
|
|
1736
1736
|
return "days" in t ? this.processMultipleDays(t.days) : [this.processTimeSamples(
|
|
1737
|
-
|
|
1737
|
+
Jn,
|
|
1738
1738
|
t.timeSamples
|
|
1739
1739
|
)];
|
|
1740
1740
|
}
|
|
@@ -1796,7 +1796,7 @@ class tt {
|
|
|
1796
1796
|
}
|
|
1797
1797
|
}
|
|
1798
1798
|
}
|
|
1799
|
-
const
|
|
1799
|
+
const Xn = /* @__PURE__ */ new Date(0);
|
|
1800
1800
|
class kt {
|
|
1801
1801
|
constructor(t) {
|
|
1802
1802
|
pe(this, "_imagesByDay");
|
|
@@ -1804,7 +1804,7 @@ class kt {
|
|
|
1804
1804
|
this._imagesByDay = t, this._state = { selectedIndex: 0 };
|
|
1805
1805
|
}
|
|
1806
1806
|
static empty() {
|
|
1807
|
-
return new kt([{ referenceDate:
|
|
1807
|
+
return new kt([{ referenceDate: Xn, urls: [] }]);
|
|
1808
1808
|
}
|
|
1809
1809
|
selectIndex(t) {
|
|
1810
1810
|
t < this._imagesByDay.length && (this._state.selectedIndex = t);
|
|
@@ -1828,7 +1828,7 @@ class kt {
|
|
|
1828
1828
|
function ct(s) {
|
|
1829
1829
|
return ("0" + s).slice(-2);
|
|
1830
1830
|
}
|
|
1831
|
-
function
|
|
1831
|
+
function Kn() {
|
|
1832
1832
|
const s = /* @__PURE__ */ new Date();
|
|
1833
1833
|
return [
|
|
1834
1834
|
s.getFullYear().toString(),
|
|
@@ -1840,22 +1840,22 @@ function Xn() {
|
|
|
1840
1840
|
ct(s.getSeconds())
|
|
1841
1841
|
].join("");
|
|
1842
1842
|
}
|
|
1843
|
-
function
|
|
1844
|
-
return "Visuado-Snapshot-" +
|
|
1843
|
+
function eo() {
|
|
1844
|
+
return "Visuado-Snapshot-" + Kn();
|
|
1845
1845
|
}
|
|
1846
|
-
class
|
|
1846
|
+
class to {
|
|
1847
1847
|
// private cameraParams: any
|
|
1848
1848
|
constructor(t, e) {
|
|
1849
1849
|
pe(this, "data");
|
|
1850
1850
|
this.data = t;
|
|
1851
1851
|
}
|
|
1852
1852
|
download(t = null) {
|
|
1853
|
-
t = t ||
|
|
1853
|
+
t = t || eo();
|
|
1854
1854
|
const e = document.createElement("a");
|
|
1855
1855
|
typeof e.download == "string" ? (document.body.appendChild(e), e.download = t, e.href = this.data, e.click(), document.body.removeChild(e)) : location.replace(this.data);
|
|
1856
1856
|
}
|
|
1857
1857
|
}
|
|
1858
|
-
function
|
|
1858
|
+
function ao(s) {
|
|
1859
1859
|
const t = s.sceneData.map(
|
|
1860
1860
|
(l) => ({
|
|
1861
1861
|
unitId: l.apartmentID,
|
|
@@ -1913,16 +1913,16 @@ function to(s) {
|
|
|
1913
1913
|
cameras: o
|
|
1914
1914
|
};
|
|
1915
1915
|
}
|
|
1916
|
-
const
|
|
1916
|
+
const no = {
|
|
1917
1917
|
class: "actions-bar compact top-left d-flex w-100 justify-center align-center",
|
|
1918
1918
|
style: { "z-index": "7" }
|
|
1919
|
-
},
|
|
1919
|
+
}, oo = { class: "pa-1" }, lo = { class: "pa-1" }, so = { class: "pa-1" }, ro = {
|
|
1920
1920
|
class: "hover-bar bottom-right d-flex w-100 justify-center align-center pa-2",
|
|
1921
1921
|
style: { "z-index": "7" }
|
|
1922
|
-
},
|
|
1922
|
+
}, io = {
|
|
1923
1923
|
class: "position-absolute bottom-right-compact pa-2",
|
|
1924
1924
|
style: { "z-index": "7", width: "56px", height: "56px" }
|
|
1925
|
-
},
|
|
1925
|
+
}, uo = ["innerHTML"], co = { style: { "z-index": "7" } }, vo = /* @__PURE__ */ W({
|
|
1926
1926
|
__name: "VApartmentChooserV5",
|
|
1927
1927
|
props: {
|
|
1928
1928
|
apartmentChooserData: {},
|
|
@@ -1965,7 +1965,7 @@ const ao = {
|
|
|
1965
1965
|
let j, O;
|
|
1966
1966
|
return O = await Me.loadJson(
|
|
1967
1967
|
ue(e.cdnFileResolver, "/apartmentChooser.json")
|
|
1968
|
-
), parseInt(O.version) === 5 ? O : (j =
|
|
1968
|
+
), parseInt(O.version) === 5 ? O : (j = ao(O), j);
|
|
1969
1969
|
} catch (j) {
|
|
1970
1970
|
i.value = !1, n("onError", j);
|
|
1971
1971
|
}
|
|
@@ -2050,7 +2050,7 @@ const ao = {
|
|
|
2050
2050
|
O && w.value.rotateShortestRoute(O.bestScene);
|
|
2051
2051
|
});
|
|
2052
2052
|
}
|
|
2053
|
-
function
|
|
2053
|
+
function Y(j) {
|
|
2054
2054
|
n("onHoverOver", j), p.value = j;
|
|
2055
2055
|
}
|
|
2056
2056
|
function G(j) {
|
|
@@ -2094,9 +2094,9 @@ const ao = {
|
|
|
2094
2094
|
class: ge({ mobile: T.value }),
|
|
2095
2095
|
onMousemove: de
|
|
2096
2096
|
}, [
|
|
2097
|
-
u("div",
|
|
2098
|
-
u("div",
|
|
2099
|
-
g.value.cameras.length > 1 ? (v(), V(
|
|
2097
|
+
u("div", no, [
|
|
2098
|
+
u("div", oo, [
|
|
2099
|
+
g.value.cameras.length > 1 ? (v(), V(Un, {
|
|
2100
2100
|
key: 0,
|
|
2101
2101
|
"apartment-chooser-data": g.value,
|
|
2102
2102
|
"current-camera": a.value,
|
|
@@ -2104,8 +2104,8 @@ const ao = {
|
|
|
2104
2104
|
onOnCameraChange: L
|
|
2105
2105
|
}, null, 8, ["apartment-chooser-data", "current-camera", "disabled"])) : R("", !0)
|
|
2106
2106
|
]),
|
|
2107
|
-
u("div",
|
|
2108
|
-
a.value.sunsimDayOfYear.length > 1 ? (v(), V(
|
|
2107
|
+
u("div", lo, [
|
|
2108
|
+
a.value.sunsimDayOfYear.length > 1 ? (v(), V(Hn, {
|
|
2109
2109
|
key: 0,
|
|
2110
2110
|
"camera-data": a.value,
|
|
2111
2111
|
"current-day": o.value,
|
|
@@ -2113,8 +2113,8 @@ const ao = {
|
|
|
2113
2113
|
onOnDayChange: te
|
|
2114
2114
|
}, null, 8, ["camera-data", "current-day", "disabled"])) : R("", !0)
|
|
2115
2115
|
]),
|
|
2116
|
-
u("div",
|
|
2117
|
-
o.value.timeSamples.length > 1 ? (v(), V(
|
|
2116
|
+
u("div", so, [
|
|
2117
|
+
o.value.timeSamples.length > 1 ? (v(), V(Wn, {
|
|
2118
2118
|
key: 0,
|
|
2119
2119
|
"day-data": o.value,
|
|
2120
2120
|
"current-time": r.value,
|
|
@@ -2123,8 +2123,8 @@ const ao = {
|
|
|
2123
2123
|
}, null, 8, ["day-data", "current-time", "disabled"])) : R("", !0)
|
|
2124
2124
|
])
|
|
2125
2125
|
]),
|
|
2126
|
-
u("div",
|
|
2127
|
-
g.value.cameras.length > 1 ? (v(), V(
|
|
2126
|
+
u("div", ro, [
|
|
2127
|
+
g.value.cameras.length > 1 ? (v(), V(Nn, {
|
|
2128
2128
|
key: 0,
|
|
2129
2129
|
ref_key: "rotator",
|
|
2130
2130
|
ref: w,
|
|
@@ -2138,7 +2138,7 @@ const ao = {
|
|
|
2138
2138
|
onOnRotateFinish: O[1] || (O[1] = (q) => f.value = !1)
|
|
2139
2139
|
}, null, 8, ["apartment-chooser-data", "current-scene", "selected-id", "render-display"])) : R("", !0)
|
|
2140
2140
|
]),
|
|
2141
|
-
u("div",
|
|
2141
|
+
u("div", io, [
|
|
2142
2142
|
a.value.cameraRotation ? (v(), V(lt, {
|
|
2143
2143
|
key: 0,
|
|
2144
2144
|
longitude: a.value.cameraRotation.y + 270
|
|
@@ -2146,13 +2146,13 @@ const ao = {
|
|
|
2146
2146
|
]),
|
|
2147
2147
|
C(ot, { position: "relative" }, {
|
|
2148
2148
|
default: b(() => [
|
|
2149
|
-
(v(!0), D(me, null, _e(M.value, (q) => (v(), V(
|
|
2149
|
+
(v(!0), D(me, null, _e(M.value, (q) => (v(), V(En, {
|
|
2150
2150
|
key: q.overlayFilename,
|
|
2151
2151
|
"camera-data": q,
|
|
2152
2152
|
"cdn-file-resolver": e.cdnFileResolver,
|
|
2153
2153
|
"current-time": r.value
|
|
2154
2154
|
}, null, 8, ["camera-data", "cdn-file-resolver", "current-time"]))), 128)),
|
|
2155
|
-
(v(!0), D(me, null, _e(P.value, (q) => (v(), V(
|
|
2155
|
+
(v(!0), D(me, null, _e(P.value, (q) => (v(), V(Bn, {
|
|
2156
2156
|
"transition-data": q,
|
|
2157
2157
|
"cdn-file-resolver": e.cdnFileResolver,
|
|
2158
2158
|
"current-transition": l.value
|
|
@@ -2162,14 +2162,14 @@ const ao = {
|
|
|
2162
2162
|
class: "w-100 h-100 position-absolute top-left",
|
|
2163
2163
|
style: { "z-index": "6", "pointer-events": "none" },
|
|
2164
2164
|
innerHTML: e.customOverlayContent
|
|
2165
|
-
}, null, 8,
|
|
2166
|
-
Ce(C(
|
|
2165
|
+
}, null, 8, uo)) : R("", !0),
|
|
2166
|
+
Ce(C(Zn, {
|
|
2167
2167
|
"cdn-file-resolver": j.cdnFileResolver,
|
|
2168
2168
|
"color-callback": e.colorCallback,
|
|
2169
2169
|
"current-camera": a.value,
|
|
2170
2170
|
"selected-id": e.selectedId,
|
|
2171
2171
|
onOnClick: S,
|
|
2172
|
-
onOnHoverOver:
|
|
2172
|
+
onOnHoverOver: Y,
|
|
2173
2173
|
onOnHoverOut: G,
|
|
2174
2174
|
onUpdateSvgContainer: O[2] || (O[2] = (q) => _.value = q)
|
|
2175
2175
|
}, null, 8, ["cdn-file-resolver", "color-callback", "current-camera", "selected-id"]), [
|
|
@@ -2184,7 +2184,7 @@ const ao = {
|
|
|
2184
2184
|
pos: h.value
|
|
2185
2185
|
}, {
|
|
2186
2186
|
default: b(() => [
|
|
2187
|
-
u("div",
|
|
2187
|
+
u("div", co, [
|
|
2188
2188
|
ne(j.$slots, "popup", dt(vt({ hoverId: p.value, hoverable: c.value })), void 0, !0)
|
|
2189
2189
|
])
|
|
2190
2190
|
]),
|
|
@@ -2204,10 +2204,10 @@ const ao = {
|
|
|
2204
2204
|
], 64);
|
|
2205
2205
|
};
|
|
2206
2206
|
}
|
|
2207
|
-
}),
|
|
2207
|
+
}), mu = /* @__PURE__ */ ee(vo, [["__scopeId", "data-v-0310f66a"]]), mo = { class: "sunsim-bar-wrapper" }, po = { class: "sunsim-date d-flex align-center pl-5 pr-5" }, fo = {
|
|
2208
2208
|
key: 1,
|
|
2209
2209
|
class: "text-center text-body-1"
|
|
2210
|
-
},
|
|
2210
|
+
}, ho = { class: "sunsim-wrapper d-flex align-center px-3" }, go = { class: "sunsim-time-label text-body-1 font-weight-normal ml-2" }, yo = /* @__PURE__ */ W({
|
|
2211
2211
|
__name: "VBuildingChooserSunSimControl",
|
|
2212
2212
|
props: {
|
|
2213
2213
|
modelValue: {},
|
|
@@ -2247,8 +2247,8 @@ const ao = {
|
|
|
2247
2247
|
o.value = r(e.dateSelector.selectedDate);
|
|
2248
2248
|
}), (i, f) => {
|
|
2249
2249
|
const w = E("v-icon"), k = E("v-select"), c = E("v-progress-linear"), h = E("v-slider");
|
|
2250
|
-
return v(), D("div",
|
|
2251
|
-
u("div",
|
|
2250
|
+
return v(), D("div", mo, [
|
|
2251
|
+
u("div", po, [
|
|
2252
2252
|
C(w, {
|
|
2253
2253
|
color: "black",
|
|
2254
2254
|
class: "mr-2",
|
|
@@ -2263,10 +2263,10 @@ const ao = {
|
|
|
2263
2263
|
variant: "underlined",
|
|
2264
2264
|
"hide-details": "",
|
|
2265
2265
|
class: "day-selector"
|
|
2266
|
-
}, null, 8, ["modelValue", "items"])) : (v(), D("span",
|
|
2266
|
+
}, null, 8, ["modelValue", "items"])) : (v(), D("span", fo, Z(p.value), 1))
|
|
2267
2267
|
]),
|
|
2268
|
-
u("div",
|
|
2269
|
-
u("span",
|
|
2268
|
+
u("div", ho, [
|
|
2269
|
+
u("span", go, Z(l.value), 1),
|
|
2270
2270
|
C(w, {
|
|
2271
2271
|
medium: "",
|
|
2272
2272
|
class: "ml-2 mr-2 icon"
|
|
@@ -2303,7 +2303,7 @@ const ao = {
|
|
|
2303
2303
|
]);
|
|
2304
2304
|
};
|
|
2305
2305
|
}
|
|
2306
|
-
}),
|
|
2306
|
+
}), ta = /* @__PURE__ */ ee(yo, [["__scopeId", "data-v-d5a3d3f8"]]), _o = { key: 0 }, bo = ["src"], Co = /* @__PURE__ */ W({
|
|
2307
2307
|
__name: "VBuildingChooserSceneImageStack",
|
|
2308
2308
|
props: {
|
|
2309
2309
|
imageUrls: {},
|
|
@@ -2343,23 +2343,23 @@ const ao = {
|
|
|
2343
2343
|
style: { opacity: 1, borderRadius: 50 },
|
|
2344
2344
|
onLoad: l
|
|
2345
2345
|
}, null, 544),
|
|
2346
|
-
a.value === "preloaded" || a.value === "loaded" ? Ce((v(), D("div",
|
|
2346
|
+
a.value === "preloaded" || a.value === "loaded" ? Ce((v(), D("div", _o, [
|
|
2347
2347
|
(v(!0), D(me, null, _e(p.imageUrls, (f, w) => (v(), D("img", {
|
|
2348
2348
|
key: w,
|
|
2349
2349
|
class: ge({ "image-instance": !0, active: w === p.activeIndex }),
|
|
2350
2350
|
src: f,
|
|
2351
2351
|
onLoad: i[0] || (i[0] = (k) => o.value.partLoaded())
|
|
2352
|
-
}, null, 42,
|
|
2352
|
+
}, null, 42, bo))), 128))
|
|
2353
2353
|
], 512)), [
|
|
2354
2354
|
[ke, a.value === "loaded"]
|
|
2355
2355
|
]) : R("", !0)
|
|
2356
2356
|
]));
|
|
2357
2357
|
}
|
|
2358
|
-
}),
|
|
2358
|
+
}), aa = /* @__PURE__ */ ee(Co, [["__scopeId", "data-v-8d357c5f"]]), wo = {
|
|
2359
2359
|
key: 0,
|
|
2360
2360
|
style: { height: "50vh" },
|
|
2361
2361
|
class: "d-flex justify-center align-center blue-grey lighten-5"
|
|
2362
|
-
},
|
|
2362
|
+
}, ko = { class: "image-instances" }, So = { key: 0 }, Io = { class: "svg-container" }, xo = ["viewBox"], Do = ["innerHTML", "data-building-id", "onMouseover", "onMouseout", "onMousemove", "onClick"], Ao = ["innerHTML"], Fo = /* @__PURE__ */ W({
|
|
2363
2363
|
__name: "VBuildingChooserSvg",
|
|
2364
2364
|
props: {
|
|
2365
2365
|
showCards: { type: Boolean, default: !0 },
|
|
@@ -2393,13 +2393,13 @@ const ao = {
|
|
|
2393
2393
|
x ? n("hoverOverBuilding", x) : n("hoverOutBuilding", S);
|
|
2394
2394
|
}), Ve(() => {
|
|
2395
2395
|
if (e.buildingChooserTimeOfDay) {
|
|
2396
|
-
const [x, S,
|
|
2396
|
+
const [x, S, Y] = /^(\d\d):(\d\d)$/.exec(
|
|
2397
2397
|
e.buildingChooserTimeOfDay
|
|
2398
|
-
), G = parseInt(
|
|
2398
|
+
), G = parseInt(Y);
|
|
2399
2399
|
m.value = parseInt(S) * 2 + (G < 15 ? 0 : G > 45 ? 2 : 1);
|
|
2400
2400
|
}
|
|
2401
2401
|
}), Ie(async () => {
|
|
2402
|
-
const S = await new
|
|
2402
|
+
const S = await new ea(
|
|
2403
2403
|
e.cdnFileResolver
|
|
2404
2404
|
).loadBuildingChooser(
|
|
2405
2405
|
e.buildingChooserData
|
|
@@ -2409,16 +2409,16 @@ const ao = {
|
|
|
2409
2409
|
buildingOverlays: S.buildingOverlays,
|
|
2410
2410
|
viewLongitude: S.viewLongitude
|
|
2411
2411
|
};
|
|
2412
|
-
const
|
|
2412
|
+
const Y = [];
|
|
2413
2413
|
for (let { id: G, url: de } of S.buildingOverlays)
|
|
2414
2414
|
i.value.loadJson(de.replace(".png", ".svg")).then((j) => {
|
|
2415
2415
|
const J = new DOMParser().parseFromString(j, "image/svg+xml").getElementsByTagName("svg")[0];
|
|
2416
|
-
w.value = J.getAttribute("viewBox"),
|
|
2416
|
+
w.value = J.getAttribute("viewBox"), Y.push({
|
|
2417
2417
|
id: G,
|
|
2418
2418
|
svg: J.innerHTML
|
|
2419
2419
|
});
|
|
2420
2420
|
});
|
|
2421
|
-
f.value =
|
|
2421
|
+
f.value = Y;
|
|
2422
2422
|
} else
|
|
2423
2423
|
p.value = !0;
|
|
2424
2424
|
});
|
|
@@ -2432,8 +2432,8 @@ const ao = {
|
|
|
2432
2432
|
const S = e.colorCallback(
|
|
2433
2433
|
x,
|
|
2434
2434
|
x === l.value ? "hover" : "idle"
|
|
2435
|
-
),
|
|
2436
|
-
return x === l.value ?
|
|
2435
|
+
), Y = [];
|
|
2436
|
+
return x === l.value ? Y.push("hover") : Y.push("idle"), S && e.canGoToBuildingCallback(x) ? Y.push("clickable") : Y.push("restricted"), Y.join(" ");
|
|
2437
2437
|
}
|
|
2438
2438
|
function I(x) {
|
|
2439
2439
|
const S = e.colorCallback(
|
|
@@ -2441,12 +2441,12 @@ const ao = {
|
|
|
2441
2441
|
x === l.value ? "hover" : "idle"
|
|
2442
2442
|
);
|
|
2443
2443
|
if (S) {
|
|
2444
|
-
const { r:
|
|
2444
|
+
const { r: Y, g: G, b: de, a: j, s: O } = S;
|
|
2445
2445
|
return {
|
|
2446
2446
|
strokeWidth: O !== void 0 ? O : 2,
|
|
2447
|
-
stroke: `rgb(${
|
|
2447
|
+
stroke: `rgb(${Y}, ${G}, ${de})`,
|
|
2448
2448
|
strokeOpacity: 1,
|
|
2449
|
-
fill: `rgb(${
|
|
2449
|
+
fill: `rgb(${Y}, ${G}, ${de})`,
|
|
2450
2450
|
fillOpacity: j / 255,
|
|
2451
2451
|
cursor: `${e.canGoToBuildingCallback(x) ? "cursor" : "default"} !important`
|
|
2452
2452
|
};
|
|
@@ -2461,27 +2461,27 @@ const ao = {
|
|
|
2461
2461
|
};
|
|
2462
2462
|
}
|
|
2463
2463
|
function L(x, S) {
|
|
2464
|
-
const { layerX:
|
|
2464
|
+
const { layerX: Y, layerY: G } = x;
|
|
2465
2465
|
g.value && (r.value = {
|
|
2466
|
-
x:
|
|
2466
|
+
x: Y,
|
|
2467
2467
|
y: G,
|
|
2468
2468
|
width: o.value.width,
|
|
2469
2469
|
height: o.value.height
|
|
2470
2470
|
}, l.value = S, n("hoverOverBuilding", S));
|
|
2471
2471
|
}
|
|
2472
2472
|
function X(x, S) {
|
|
2473
|
-
const { layerX:
|
|
2473
|
+
const { layerX: Y, layerY: G } = x;
|
|
2474
2474
|
g.value && (r.value = {
|
|
2475
|
-
x:
|
|
2475
|
+
x: Y,
|
|
2476
2476
|
y: G,
|
|
2477
2477
|
width: o.value.width,
|
|
2478
2478
|
height: o.value.height
|
|
2479
2479
|
}, l.value = void 0, n("hoverOutBuilding", S));
|
|
2480
2480
|
}
|
|
2481
2481
|
function B(x, S) {
|
|
2482
|
-
const { layerX:
|
|
2482
|
+
const { layerX: Y, layerY: G } = x;
|
|
2483
2483
|
g.value && (r.value = {
|
|
2484
|
-
x:
|
|
2484
|
+
x: Y,
|
|
2485
2485
|
y: G,
|
|
2486
2486
|
width: o.value.width,
|
|
2487
2487
|
height: o.value.height
|
|
@@ -2491,9 +2491,9 @@ const ao = {
|
|
|
2491
2491
|
l.value = x, g.value && l.value && e.canGoToBuildingCallback(l.value) && n("goToBuilding", l.value);
|
|
2492
2492
|
}
|
|
2493
2493
|
return (x, S) => {
|
|
2494
|
-
const
|
|
2495
|
-
return p.value ? (v(), D("div",
|
|
2496
|
-
C(
|
|
2494
|
+
const Y = E("v-icon");
|
|
2495
|
+
return p.value ? (v(), D("div", wo, [
|
|
2496
|
+
C(Y, { "x-large": "" }, {
|
|
2497
2497
|
default: b(() => [
|
|
2498
2498
|
ae("mdi-alert-circle-outline")
|
|
2499
2499
|
]),
|
|
@@ -2509,8 +2509,8 @@ const ao = {
|
|
|
2509
2509
|
mobile: x.interactiveMobile
|
|
2510
2510
|
}, {
|
|
2511
2511
|
default: b(() => [
|
|
2512
|
-
u("div",
|
|
2513
|
-
C(
|
|
2512
|
+
u("div", ko, [
|
|
2513
|
+
C(aa, {
|
|
2514
2514
|
"image-urls": k.value.imageUrls,
|
|
2515
2515
|
"active-index": m.value,
|
|
2516
2516
|
onResize: T,
|
|
@@ -2518,8 +2518,8 @@ const ao = {
|
|
|
2518
2518
|
onReady: S[1] || (S[1] = (G) => a.value.ready = !0),
|
|
2519
2519
|
onReset: M
|
|
2520
2520
|
}, null, 8, ["image-urls", "active-index"]),
|
|
2521
|
-
f.value ? Ce((v(), D("div",
|
|
2522
|
-
u("div",
|
|
2521
|
+
f.value ? Ce((v(), D("div", So, [
|
|
2522
|
+
u("div", Io, [
|
|
2523
2523
|
(v(), D("svg", { viewBox: w.value }, [
|
|
2524
2524
|
(v(!0), D(me, null, _e(f.value, ({ id: G, svg: de }, j) => (v(), D("g", {
|
|
2525
2525
|
key: j,
|
|
@@ -2531,8 +2531,8 @@ const ao = {
|
|
|
2531
2531
|
onMouseout: (O) => X(O, G),
|
|
2532
2532
|
onMousemove: (O) => B(O),
|
|
2533
2533
|
onClick: (O) => te(G)
|
|
2534
|
-
}, null, 46,
|
|
2535
|
-
], 8,
|
|
2534
|
+
}, null, 46, Do))), 128))
|
|
2535
|
+
], 8, xo))
|
|
2536
2536
|
])
|
|
2537
2537
|
], 512)), [
|
|
2538
2538
|
[ke, a.value.preloaded]
|
|
@@ -2540,7 +2540,7 @@ const ao = {
|
|
|
2540
2540
|
Ce(u("div", {
|
|
2541
2541
|
class: "custom-overlay-layer",
|
|
2542
2542
|
innerHTML: x.customOverlayContent
|
|
2543
|
-
}, null, 8,
|
|
2543
|
+
}, null, 8, Ao), [
|
|
2544
2544
|
[ke, a.value.preloaded]
|
|
2545
2545
|
])
|
|
2546
2546
|
])
|
|
@@ -2553,7 +2553,7 @@ const ao = {
|
|
|
2553
2553
|
class: "north-indicator",
|
|
2554
2554
|
longitude: c.value.viewLongitude
|
|
2555
2555
|
}, null, 8, ["longitude"])) : R("", !0),
|
|
2556
|
-
C(
|
|
2556
|
+
C(ta, {
|
|
2557
2557
|
modelValue: m.value,
|
|
2558
2558
|
"onUpdate:modelValue": S[2] || (S[2] = (G) => m.value = G),
|
|
2559
2559
|
"date-selector": k.value,
|
|
@@ -2587,7 +2587,7 @@ const ao = {
|
|
|
2587
2587
|
], 4)) : R("", !0);
|
|
2588
2588
|
};
|
|
2589
2589
|
}
|
|
2590
|
-
}),
|
|
2590
|
+
}), Lo = /* @__PURE__ */ ee(Fo, [["__scopeId", "data-v-9be2e160"]]), Mo = /* @__PURE__ */ W({
|
|
2591
2591
|
__name: "VBuildingChooserRasterOverlay",
|
|
2592
2592
|
props: {
|
|
2593
2593
|
imageUrl: {},
|
|
@@ -2635,11 +2635,11 @@ const ao = {
|
|
|
2635
2635
|
class: "overlay"
|
|
2636
2636
|
}, k.dimensions), null, 16));
|
|
2637
2637
|
}
|
|
2638
|
-
}),
|
|
2638
|
+
}), Oo = /* @__PURE__ */ ee(Mo, [["__scopeId", "data-v-9e4cdd0e"]]), To = {
|
|
2639
2639
|
key: 0,
|
|
2640
2640
|
style: { height: "50vh" },
|
|
2641
2641
|
class: "d-flex justify-center align-center blue-grey lighten-5"
|
|
2642
|
-
},
|
|
2642
|
+
}, Eo = { class: "image-instances" }, Vo = ["innerHTML"], $o = /* @__PURE__ */ W({
|
|
2643
2643
|
__name: "VBuildingChooserRaster",
|
|
2644
2644
|
props: {
|
|
2645
2645
|
showCards: { type: Boolean, default: !0 },
|
|
@@ -2676,15 +2676,15 @@ const ao = {
|
|
|
2676
2676
|
});
|
|
2677
2677
|
Ve(() => {
|
|
2678
2678
|
if (e.buildingChooserTimeOfDay) {
|
|
2679
|
-
const [x, S,
|
|
2679
|
+
const [x, S, Y] = /^(\d\d):(\d\d)$/.exec(
|
|
2680
2680
|
e.buildingChooserTimeOfDay
|
|
2681
|
-
), G = parseInt(
|
|
2681
|
+
), G = parseInt(Y);
|
|
2682
2682
|
w.value = parseInt(S) * 2 + (G < 15 ? 0 : G > 45 ? 2 : 1);
|
|
2683
2683
|
}
|
|
2684
2684
|
}), U(f, (x, S) => {
|
|
2685
2685
|
x ? n("hoverOverBuilding", x) : n("hoverOutBuilding", S);
|
|
2686
2686
|
}), Ie(async () => {
|
|
2687
|
-
const S = await new
|
|
2687
|
+
const S = await new ea(
|
|
2688
2688
|
e.cdnFileResolver
|
|
2689
2689
|
).loadBuildingChooser(
|
|
2690
2690
|
e.buildingChooserData
|
|
@@ -2701,7 +2701,7 @@ const ao = {
|
|
|
2701
2701
|
o.value = { preloaded: !1, ready: !1 };
|
|
2702
2702
|
}
|
|
2703
2703
|
function P(x) {
|
|
2704
|
-
const { layerX: S, layerY:
|
|
2704
|
+
const { layerX: S, layerY: Y } = x, { x: G, y: de } = k.value(S, Y);
|
|
2705
2705
|
return p.value.getBuildingId(
|
|
2706
2706
|
i.value,
|
|
2707
2707
|
G,
|
|
@@ -2714,10 +2714,10 @@ const ao = {
|
|
|
2714
2714
|
x.setupDraw();
|
|
2715
2715
|
}
|
|
2716
2716
|
function L(x) {
|
|
2717
|
-
const { layerX: S, layerY:
|
|
2717
|
+
const { layerX: S, layerY: Y } = x;
|
|
2718
2718
|
g.value && (f.value = P(x), f.value !== void 0 && (l.value = {
|
|
2719
2719
|
x: S,
|
|
2720
|
-
y:
|
|
2720
|
+
y: Y,
|
|
2721
2721
|
width: r.value.width,
|
|
2722
2722
|
height: r.value.height
|
|
2723
2723
|
}));
|
|
@@ -2735,9 +2735,9 @@ const ao = {
|
|
|
2735
2735
|
k.value = x;
|
|
2736
2736
|
}
|
|
2737
2737
|
return (x, S) => {
|
|
2738
|
-
const
|
|
2739
|
-
return c.value ? (v(), D("div",
|
|
2740
|
-
C(
|
|
2738
|
+
const Y = E("v-icon");
|
|
2739
|
+
return c.value ? (v(), D("div", To, [
|
|
2740
|
+
C(Y, { "x-large": "" }, {
|
|
2741
2741
|
default: b(() => [
|
|
2742
2742
|
ae("mdi-alert-circle-outline")
|
|
2743
2743
|
]),
|
|
@@ -2754,8 +2754,8 @@ const ao = {
|
|
|
2754
2754
|
onUpdate: te
|
|
2755
2755
|
}, {
|
|
2756
2756
|
default: b(() => [
|
|
2757
|
-
u("div",
|
|
2758
|
-
C(
|
|
2757
|
+
u("div", Eo, [
|
|
2758
|
+
C(aa, {
|
|
2759
2759
|
"image-urls": a.value.imageUrls,
|
|
2760
2760
|
"active-index": w.value,
|
|
2761
2761
|
onResize: T,
|
|
@@ -2764,7 +2764,7 @@ const ao = {
|
|
|
2764
2764
|
onReset: M
|
|
2765
2765
|
}, null, 8, ["image-urls", "active-index"]),
|
|
2766
2766
|
Ce(u("div", null, [
|
|
2767
|
-
(v(!0), D(me, null, _e(m.value.buildingOverlays, (G) => (v(), V(
|
|
2767
|
+
(v(!0), D(me, null, _e(m.value.buildingOverlays, (G) => (v(), V(Oo, {
|
|
2768
2768
|
ref_for: !0,
|
|
2769
2769
|
ref_key: "overlays",
|
|
2770
2770
|
ref: y,
|
|
@@ -2787,7 +2787,7 @@ const ao = {
|
|
|
2787
2787
|
Ce(u("div", {
|
|
2788
2788
|
class: "custom-overlay-layer",
|
|
2789
2789
|
innerHTML: x.customOverlayContent
|
|
2790
|
-
}, null, 8,
|
|
2790
|
+
}, null, 8, Vo), [
|
|
2791
2791
|
[ke, o.value.preloaded]
|
|
2792
2792
|
])
|
|
2793
2793
|
]),
|
|
@@ -2799,7 +2799,7 @@ const ao = {
|
|
|
2799
2799
|
class: "north-indicator",
|
|
2800
2800
|
longitude: m.value.viewLongitude
|
|
2801
2801
|
}, null, 8, ["longitude"])) : R("", !0),
|
|
2802
|
-
C(
|
|
2802
|
+
C(ta, {
|
|
2803
2803
|
modelValue: w.value,
|
|
2804
2804
|
"onUpdate:modelValue": S[2] || (S[2] = (G) => w.value = G),
|
|
2805
2805
|
"date-selector": a.value,
|
|
@@ -2833,7 +2833,7 @@ const ao = {
|
|
|
2833
2833
|
], 4)) : R("", !0);
|
|
2834
2834
|
};
|
|
2835
2835
|
}
|
|
2836
|
-
}),
|
|
2836
|
+
}), Bo = /* @__PURE__ */ ee($o, [["__scopeId", "data-v-5402374e"]]), Ro = /* @__PURE__ */ W({
|
|
2837
2837
|
__name: "VBuildingChooser",
|
|
2838
2838
|
props: {
|
|
2839
2839
|
showCards: { type: Boolean, default: !0 },
|
|
@@ -2851,9 +2851,9 @@ const ao = {
|
|
|
2851
2851
|
emits: ["goToBuilding", "hoverOverBuilding", "hoverOutBuilding"],
|
|
2852
2852
|
setup(s, { emit: t }) {
|
|
2853
2853
|
const e = s, n = t, a = $(
|
|
2854
|
-
() => e.useSvg ?
|
|
2854
|
+
() => e.useSvg ? Lo : Bo
|
|
2855
2855
|
);
|
|
2856
|
-
return (o, r) => (v(), V(
|
|
2856
|
+
return (o, r) => (v(), V(Jt(a.value), {
|
|
2857
2857
|
"i18n-config": e.i18nConfig,
|
|
2858
2858
|
"show-cards": e.showCards,
|
|
2859
2859
|
"color-callback": e.colorCallback,
|
|
@@ -2867,7 +2867,7 @@ const ao = {
|
|
|
2867
2867
|
onGoToBuilding: r[0] || (r[0] = (l) => n("goToBuilding", l)),
|
|
2868
2868
|
onHoverOverBuilding: r[1] || (r[1] = (l) => n("hoverOverBuilding", l)),
|
|
2869
2869
|
onHoverOutBuilding: r[2] || (r[2] = (l) => n("hoverOutBuilding", l))
|
|
2870
|
-
},
|
|
2870
|
+
}, Ua({ _: 2 }, [
|
|
2871
2871
|
_e(Object.keys(o.$slots), (l) => ({
|
|
2872
2872
|
name: l,
|
|
2873
2873
|
fn: b((m) => [
|
|
@@ -2876,7 +2876,7 @@ const ao = {
|
|
|
2876
2876
|
}))
|
|
2877
2877
|
]), 1064, ["i18n-config", "show-cards", "color-callback", "cdn-file-resolver", "interactive-desktop", "interactive-mobile", "building-chooser-time-of-day", "can-go-to-building-callback", "custom-overlay-content", "building-chooser-data"]));
|
|
2878
2878
|
}
|
|
2879
|
-
}),
|
|
2879
|
+
}), Uo = ["src"], Ho = /* @__PURE__ */ W({
|
|
2880
2880
|
__name: "VBuildingChooserV5CameraDayTimeSample",
|
|
2881
2881
|
props: {
|
|
2882
2882
|
timeSampleData: {},
|
|
@@ -2889,11 +2889,11 @@ const ao = {
|
|
|
2889
2889
|
key: e.value,
|
|
2890
2890
|
src: e.value,
|
|
2891
2891
|
width: "100%"
|
|
2892
|
-
}, null, 8,
|
|
2892
|
+
}, null, 8, Uo)), [
|
|
2893
2893
|
[ke, n.timeSampleData === n.currentTime]
|
|
2894
2894
|
]);
|
|
2895
2895
|
}
|
|
2896
|
-
}),
|
|
2896
|
+
}), Yo = /* @__PURE__ */ ee(Ho, [["__scopeId", "data-v-9866b8c2"]]), zo = /* @__PURE__ */ W({
|
|
2897
2897
|
__name: "VBuildingChooserV5CameraDay",
|
|
2898
2898
|
props: {
|
|
2899
2899
|
dayData: {},
|
|
@@ -2902,13 +2902,13 @@ const ao = {
|
|
|
2902
2902
|
},
|
|
2903
2903
|
setup(s) {
|
|
2904
2904
|
const t = s;
|
|
2905
|
-
return (e, n) => (v(!0), D(me, null, _e(t.dayData.timeSamples, (a) => (v(), V(
|
|
2905
|
+
return (e, n) => (v(!0), D(me, null, _e(t.dayData.timeSamples, (a) => (v(), V(Yo, {
|
|
2906
2906
|
"time-sample-data": a,
|
|
2907
2907
|
"cdn-file-resolver": t.cdnFileResolver,
|
|
2908
2908
|
"current-time": e.currentTime
|
|
2909
2909
|
}, null, 8, ["time-sample-data", "cdn-file-resolver", "current-time"]))), 256));
|
|
2910
2910
|
}
|
|
2911
|
-
}),
|
|
2911
|
+
}), jo = /* @__PURE__ */ W({
|
|
2912
2912
|
__name: "VBuildingChooserV5Camera",
|
|
2913
2913
|
props: {
|
|
2914
2914
|
cameraData: {},
|
|
@@ -2917,13 +2917,13 @@ const ao = {
|
|
|
2917
2917
|
},
|
|
2918
2918
|
setup(s) {
|
|
2919
2919
|
const t = s;
|
|
2920
|
-
return (e, n) => (v(!0), D(me, null, _e(t.cameraData.sunsimDayOfYear, (a) => (v(), V(
|
|
2920
|
+
return (e, n) => (v(!0), D(me, null, _e(t.cameraData.sunsimDayOfYear, (a) => (v(), V(zo, {
|
|
2921
2921
|
"day-data": a,
|
|
2922
2922
|
"cdn-file-resolver": t.cdnFileResolver,
|
|
2923
2923
|
"current-time": t.currentTime
|
|
2924
2924
|
}, null, 8, ["day-data", "cdn-file-resolver", "current-time"]))), 256));
|
|
2925
2925
|
}
|
|
2926
|
-
}),
|
|
2926
|
+
}), Po = /* @__PURE__ */ W({
|
|
2927
2927
|
__name: "VBuildingChooserV5UiCamera",
|
|
2928
2928
|
props: {
|
|
2929
2929
|
buildingChooserData: {},
|
|
@@ -2955,7 +2955,7 @@ const ao = {
|
|
|
2955
2955
|
}, null, 8, ["modelValue", "items"]);
|
|
2956
2956
|
};
|
|
2957
2957
|
}
|
|
2958
|
-
}),
|
|
2958
|
+
}), Wo = /* @__PURE__ */ W({
|
|
2959
2959
|
__name: "VBuildingChooserV5UiDay",
|
|
2960
2960
|
props: {
|
|
2961
2961
|
cameraData: {},
|
|
@@ -3008,10 +3008,10 @@ const ao = {
|
|
|
3008
3008
|
}, 8, ["modelValue", "items"]);
|
|
3009
3009
|
};
|
|
3010
3010
|
}
|
|
3011
|
-
}),
|
|
3011
|
+
}), No = {
|
|
3012
3012
|
key: 0,
|
|
3013
3013
|
class: "py-2"
|
|
3014
|
-
},
|
|
3014
|
+
}, Go = { class: "small" }, Qo = { class: "small" }, Zo = /* @__PURE__ */ W({
|
|
3015
3015
|
__name: "VBuildingChooserV5UiTimeSample",
|
|
3016
3016
|
props: {
|
|
3017
3017
|
dayData: {},
|
|
@@ -3051,7 +3051,7 @@ const ao = {
|
|
|
3051
3051
|
const i = E("v-icon"), f = E("v-btn"), w = E("v-slider"), k = E("v-field");
|
|
3052
3052
|
return v(), V(k, { variant: "solo" }, {
|
|
3053
3053
|
default: b(() => [
|
|
3054
|
-
m.dayData.startTime === m.dayData.endTime ? (v(), D("div",
|
|
3054
|
+
m.dayData.startTime === m.dayData.endTime ? (v(), D("div", No, [
|
|
3055
3055
|
C(i, {
|
|
3056
3056
|
style: { color: "#ffab02", "vertical-align": "baseline", "font-size": "20px" },
|
|
3057
3057
|
class: "py-2 ml-2 mr-2 icon"
|
|
@@ -3080,10 +3080,10 @@ const ao = {
|
|
|
3080
3080
|
onClick: l
|
|
3081
3081
|
}, null, 8, ["icon"]),
|
|
3082
3082
|
ae(" "),
|
|
3083
|
-
u("span",
|
|
3083
|
+
u("span", Go, Z(r(m.dayData.startTime)), 1)
|
|
3084
3084
|
]),
|
|
3085
3085
|
append: b(() => [
|
|
3086
|
-
u("span",
|
|
3086
|
+
u("span", Qo, Z(r(m.dayData.endTime)), 1),
|
|
3087
3087
|
ae(" "),
|
|
3088
3088
|
C(i, {
|
|
3089
3089
|
style: { color: "#ffab02", "vertical-align": "baseline", "font-size": "20px" },
|
|
@@ -3103,7 +3103,7 @@ const ao = {
|
|
|
3103
3103
|
});
|
|
3104
3104
|
};
|
|
3105
3105
|
}
|
|
3106
|
-
}),
|
|
3106
|
+
}), qo = /* @__PURE__ */ ee(Zo, [["__scopeId", "data-v-42a733f4"]]), Jo = ["innerHTML"], Xo = /* @__PURE__ */ W({
|
|
3107
3107
|
__name: "VBuildingChooserV5Overlay",
|
|
3108
3108
|
props: {
|
|
3109
3109
|
cdnFileResolver: { type: [String, Function] },
|
|
@@ -3190,13 +3190,13 @@ const ao = {
|
|
|
3190
3190
|
class: "w-100 h-100 position-absolute top-left",
|
|
3191
3191
|
style: { "z-index": "4" },
|
|
3192
3192
|
innerHTML: a.value
|
|
3193
|
-
}, null, 8,
|
|
3193
|
+
}, null, 8, Jo))
|
|
3194
3194
|
]),
|
|
3195
3195
|
_: 1
|
|
3196
3196
|
}));
|
|
3197
3197
|
}
|
|
3198
|
-
}),
|
|
3199
|
-
function
|
|
3198
|
+
}), Ko = /* @__PURE__ */ ee(Xo, [["__scopeId", "data-v-61c8ae69"]]);
|
|
3199
|
+
function el(s) {
|
|
3200
3200
|
const t = {
|
|
3201
3201
|
version: "5.0",
|
|
3202
3202
|
latitude: s.latitude,
|
|
@@ -3242,16 +3242,16 @@ function Ko(s) {
|
|
|
3242
3242
|
};
|
|
3243
3243
|
return t.cameras.push(n), t;
|
|
3244
3244
|
}
|
|
3245
|
-
const
|
|
3245
|
+
const tl = {
|
|
3246
3246
|
class: "actions-bar compact top-left d-flex w-100 justify-space-around align-center",
|
|
3247
3247
|
style: { "z-index": "6" }
|
|
3248
|
-
},
|
|
3248
|
+
}, al = {
|
|
3249
3249
|
key: 0,
|
|
3250
3250
|
class: "pa-1"
|
|
3251
|
-
},
|
|
3251
|
+
}, nl = { class: "pa-1" }, ol = { class: "pa-1 flex-grow-1" }, ll = {
|
|
3252
3252
|
class: "position-absolute bottom-right-compact pa-2",
|
|
3253
3253
|
style: { "z-index": "6", width: "56px", height: "56px" }
|
|
3254
|
-
},
|
|
3254
|
+
}, sl = ["innerHTML"], rl = { style: { "z-index": "7" } }, il = /* @__PURE__ */ W({
|
|
3255
3255
|
__name: "VBuildingChooserV5",
|
|
3256
3256
|
props: {
|
|
3257
3257
|
buildingChooserData: {},
|
|
@@ -3288,7 +3288,7 @@ const el = {
|
|
|
3288
3288
|
let X;
|
|
3289
3289
|
return X = await Me.loadJson(
|
|
3290
3290
|
ue(e.cdnFileResolver, "/buildingChooser.json")
|
|
3291
|
-
), parseInt(X.version) === 5 ? X : (L =
|
|
3291
|
+
), parseInt(X.version) === 5 ? X : (L = el(X), L);
|
|
3292
3292
|
} catch (L) {
|
|
3293
3293
|
m.value = !1, n("onError", L);
|
|
3294
3294
|
}
|
|
@@ -3389,24 +3389,24 @@ const el = {
|
|
|
3389
3389
|
class: ge({ mobile: h.value }),
|
|
3390
3390
|
onMousemove: I
|
|
3391
3391
|
}, [
|
|
3392
|
-
u("div",
|
|
3393
|
-
c.value.cameras.length > 1 ? (v(), D("div",
|
|
3394
|
-
C(
|
|
3392
|
+
u("div", tl, [
|
|
3393
|
+
c.value.cameras.length > 1 ? (v(), D("div", al, [
|
|
3394
|
+
C(Po, {
|
|
3395
3395
|
"building-chooser-data": c.value,
|
|
3396
3396
|
"current-camera": a.value,
|
|
3397
3397
|
onOnCameraChange: y
|
|
3398
3398
|
}, null, 8, ["building-chooser-data", "current-camera"])
|
|
3399
3399
|
])) : R("", !0),
|
|
3400
|
-
u("div",
|
|
3401
|
-
a.value.sunsimDayOfYear.length > 1 ? (v(), V(
|
|
3400
|
+
u("div", nl, [
|
|
3401
|
+
a.value.sunsimDayOfYear.length > 1 ? (v(), V(Wo, {
|
|
3402
3402
|
key: 0,
|
|
3403
3403
|
"camera-data": a.value,
|
|
3404
3404
|
"current-day": o.value,
|
|
3405
3405
|
onOnDayChange: g
|
|
3406
3406
|
}, null, 8, ["camera-data", "current-day"])) : R("", !0)
|
|
3407
3407
|
]),
|
|
3408
|
-
u("div",
|
|
3409
|
-
o.value.timeSamples.length > 1 ? (v(), V(
|
|
3408
|
+
u("div", ol, [
|
|
3409
|
+
o.value.timeSamples.length > 1 ? (v(), V(qo, {
|
|
3410
3410
|
key: 0,
|
|
3411
3411
|
"day-data": o.value,
|
|
3412
3412
|
"current-time": r.value,
|
|
@@ -3414,7 +3414,7 @@ const el = {
|
|
|
3414
3414
|
}, null, 8, ["day-data", "current-time"])) : R("", !0)
|
|
3415
3415
|
])
|
|
3416
3416
|
]),
|
|
3417
|
-
u("div",
|
|
3417
|
+
u("div", ll, [
|
|
3418
3418
|
a.value.cameraRotation ? (v(), V(lt, {
|
|
3419
3419
|
key: 0,
|
|
3420
3420
|
longitude: a.value.cameraRotation.y + 270
|
|
@@ -3422,7 +3422,7 @@ const el = {
|
|
|
3422
3422
|
]),
|
|
3423
3423
|
C(ot, { position: "relative" }, {
|
|
3424
3424
|
default: b(() => [
|
|
3425
|
-
(v(!0), D(me, null, _e(c.value.cameras, (te) => (v(), V(
|
|
3425
|
+
(v(!0), D(me, null, _e(c.value.cameras, (te) => (v(), V(jo, {
|
|
3426
3426
|
key: te.overlayFilename,
|
|
3427
3427
|
"camera-data": te,
|
|
3428
3428
|
"cdn-file-resolver": e.cdnFileResolver,
|
|
@@ -3433,8 +3433,8 @@ const el = {
|
|
|
3433
3433
|
class: "w-100 h-100 position-absolute top-left",
|
|
3434
3434
|
style: { "z-index": "5", "pointer-events": "none" },
|
|
3435
3435
|
innerHTML: e.customOverlayContent
|
|
3436
|
-
}, null, 8,
|
|
3437
|
-
C(
|
|
3436
|
+
}, null, 8, sl)) : R("", !0),
|
|
3437
|
+
C(Ko, {
|
|
3438
3438
|
"cdn-file-resolver": L.cdnFileResolver,
|
|
3439
3439
|
"color-callback": e.colorCallback,
|
|
3440
3440
|
"current-camera": a.value,
|
|
@@ -3453,7 +3453,7 @@ const el = {
|
|
|
3453
3453
|
pos: f.value
|
|
3454
3454
|
}, {
|
|
3455
3455
|
default: b(() => [
|
|
3456
|
-
u("div",
|
|
3456
|
+
u("div", rl, [
|
|
3457
3457
|
ne(L.$slots, "popup", dt(vt({ hoverId: l.value, hoverable: i.value })), void 0, !0)
|
|
3458
3458
|
])
|
|
3459
3459
|
]),
|
|
@@ -3473,48 +3473,48 @@ const el = {
|
|
|
3473
3473
|
], 64);
|
|
3474
3474
|
};
|
|
3475
3475
|
}
|
|
3476
|
-
}),
|
|
3476
|
+
}), pu = /* @__PURE__ */ ee(il, [["__scopeId", "data-v-47df87bc"]]);
|
|
3477
3477
|
var st = {};
|
|
3478
3478
|
Object.defineProperty(st, "__esModule", {
|
|
3479
3479
|
value: !0
|
|
3480
3480
|
});
|
|
3481
|
-
var
|
|
3481
|
+
var ul = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(s) {
|
|
3482
3482
|
return typeof s;
|
|
3483
3483
|
} : function(s) {
|
|
3484
3484
|
return s && typeof Symbol == "function" && s.constructor === Symbol && s !== Symbol.prototype ? "symbol" : typeof s;
|
|
3485
|
-
},
|
|
3486
|
-
st.isWebWorker =
|
|
3487
|
-
st.isNode =
|
|
3488
|
-
st.isJsDom =
|
|
3489
|
-
st.isDeno =
|
|
3490
|
-
const
|
|
3485
|
+
}, cl = typeof window < "u" && typeof window.document < "u", dl = typeof process < "u" && process.versions != null && process.versions.node != null, vl = (typeof self > "u" ? "undefined" : ul(self)) === "object" && self.constructor && self.constructor.name === "DedicatedWorkerGlobalScope", ml = typeof window < "u" && window.name === "nodejs" || typeof navigator < "u" && (navigator.userAgent.includes("Node.js") || navigator.userAgent.includes("jsdom")), pl = typeof Deno < "u" && typeof Deno.version < "u" && typeof Deno.version.deno < "u", fl = st.isBrowser = cl;
|
|
3486
|
+
st.isWebWorker = vl;
|
|
3487
|
+
st.isNode = dl;
|
|
3488
|
+
st.isJsDom = ml;
|
|
3489
|
+
st.isDeno = pl;
|
|
3490
|
+
const hl = { id: "player-wrapper" }, gl = { id: "player-sizer" }, yl = {
|
|
3491
3491
|
class: "player-control",
|
|
3492
3492
|
id: "controls-top-left"
|
|
3493
|
-
},
|
|
3493
|
+
}, _l = {
|
|
3494
3494
|
class: "player-control",
|
|
3495
3495
|
id: "controls-top-center"
|
|
3496
|
-
},
|
|
3496
|
+
}, bl = {
|
|
3497
3497
|
class: "player-control",
|
|
3498
3498
|
id: "controls-top-right"
|
|
3499
|
-
},
|
|
3499
|
+
}, Cl = {
|
|
3500
3500
|
class: "player-control",
|
|
3501
3501
|
id: "controls-center-left"
|
|
3502
|
-
},
|
|
3502
|
+
}, wl = {
|
|
3503
3503
|
class: "player-control",
|
|
3504
3504
|
id: "controls-center-center"
|
|
3505
|
-
},
|
|
3505
|
+
}, kl = {
|
|
3506
3506
|
class: "player-control",
|
|
3507
3507
|
id: "controls-center-right"
|
|
3508
|
-
},
|
|
3508
|
+
}, Sl = {
|
|
3509
3509
|
class: "player-control",
|
|
3510
3510
|
id: "controls-bottom-left"
|
|
3511
|
-
},
|
|
3511
|
+
}, Il = {
|
|
3512
3512
|
class: "player-control",
|
|
3513
3513
|
id: "controls-bottom-center"
|
|
3514
|
-
},
|
|
3514
|
+
}, xl = {
|
|
3515
3515
|
class: "player-control",
|
|
3516
3516
|
id: "controls-bottom-right"
|
|
3517
|
-
},
|
|
3517
|
+
}, Dl = { id: "main-canvas" }, Al = /* @__PURE__ */ W({
|
|
3518
3518
|
__name: "VPlayer",
|
|
3519
3519
|
props: {
|
|
3520
3520
|
cdnFileResolver: {},
|
|
@@ -3526,7 +3526,7 @@ const fl = { id: "player-wrapper" }, hl = { id: "player-sizer" }, gl = {
|
|
|
3526
3526
|
},
|
|
3527
3527
|
emits: ["newCameraCallback", "newRotationCallback", "newFloorCallback", "newFovCallback", "sunsimCallback", "playerApiCallback", "newSizeCallback"],
|
|
3528
3528
|
setup(s, { emit: t }) {
|
|
3529
|
-
const e =
|
|
3529
|
+
const e = ja.PlayerV2, n = s, {
|
|
3530
3530
|
cdnFileResolver: a,
|
|
3531
3531
|
interiorId: o,
|
|
3532
3532
|
apartmentId: r,
|
|
@@ -3585,7 +3585,7 @@ const fl = { id: "player-wrapper" }, hl = { id: "player-sizer" }, gl = {
|
|
|
3585
3585
|
i("newRotationCallback", L), k.value = L;
|
|
3586
3586
|
}
|
|
3587
3587
|
};
|
|
3588
|
-
if (!
|
|
3588
|
+
if (!fl)
|
|
3589
3589
|
return;
|
|
3590
3590
|
const P = await new e.Main(
|
|
3591
3591
|
(I) => ue(
|
|
@@ -3607,37 +3607,37 @@ const fl = { id: "player-wrapper" }, hl = { id: "player-sizer" }, gl = {
|
|
|
3607
3607
|
}
|
|
3608
3608
|
return Qe(() => {
|
|
3609
3609
|
_();
|
|
3610
|
-
}), (y, g) => (v(), D("div",
|
|
3611
|
-
u("div",
|
|
3610
|
+
}), (y, g) => (v(), D("div", hl, [
|
|
3611
|
+
u("div", gl, [
|
|
3612
3612
|
ne(y.$slots, "slideshow-image", {}, void 0, !0),
|
|
3613
|
-
u("div",
|
|
3613
|
+
u("div", yl, [
|
|
3614
3614
|
ne(y.$slots, "top-left", {}, void 0, !0)
|
|
3615
3615
|
]),
|
|
3616
|
-
u("div",
|
|
3616
|
+
u("div", _l, [
|
|
3617
3617
|
ne(y.$slots, "top-center", {}, void 0, !0)
|
|
3618
3618
|
]),
|
|
3619
|
-
u("div",
|
|
3619
|
+
u("div", bl, [
|
|
3620
3620
|
ne(y.$slots, "top-right", {}, void 0, !0)
|
|
3621
3621
|
]),
|
|
3622
|
-
u("div",
|
|
3622
|
+
u("div", Cl, [
|
|
3623
3623
|
ne(y.$slots, "center-left", {}, void 0, !0)
|
|
3624
3624
|
]),
|
|
3625
|
-
u("div",
|
|
3625
|
+
u("div", wl, [
|
|
3626
3626
|
ne(y.$slots, "center-center", {}, void 0, !0)
|
|
3627
3627
|
]),
|
|
3628
|
-
u("div",
|
|
3628
|
+
u("div", kl, [
|
|
3629
3629
|
ne(y.$slots, "center-right", {}, void 0, !0)
|
|
3630
3630
|
]),
|
|
3631
|
-
u("div",
|
|
3631
|
+
u("div", Sl, [
|
|
3632
3632
|
ne(y.$slots, "bottom-left", {}, void 0, !0)
|
|
3633
3633
|
]),
|
|
3634
|
-
u("div",
|
|
3634
|
+
u("div", Il, [
|
|
3635
3635
|
ne(y.$slots, "bottom-center", {}, void 0, !0)
|
|
3636
3636
|
]),
|
|
3637
|
-
u("div",
|
|
3637
|
+
u("div", xl, [
|
|
3638
3638
|
ne(y.$slots, "bottom-right", {}, void 0, !0)
|
|
3639
3639
|
]),
|
|
3640
|
-
u("div",
|
|
3640
|
+
u("div", Dl, [
|
|
3641
3641
|
u("canvas", {
|
|
3642
3642
|
id: "qpc",
|
|
3643
3643
|
style: ce(A(m) ? "visibility:hidden" : "visibility:visible")
|
|
@@ -3646,11 +3646,11 @@ const fl = { id: "player-wrapper" }, hl = { id: "player-sizer" }, gl = {
|
|
|
3646
3646
|
])
|
|
3647
3647
|
]));
|
|
3648
3648
|
}
|
|
3649
|
-
}),
|
|
3649
|
+
}), Fl = /* @__PURE__ */ ee(Al, [["__scopeId", "data-v-4e601038"]]), Ll = {
|
|
3650
3650
|
style: { width: "24px", height: "24px" },
|
|
3651
3651
|
viewBox: "0 0 18 16",
|
|
3652
3652
|
xmlns: "http://www.w3.org/2000/svg"
|
|
3653
|
-
},
|
|
3653
|
+
}, Ml = ["stroke"], Ol = ["stroke"], Tl = { class: "floor-level-label" }, El = /* @__PURE__ */ W({
|
|
3654
3654
|
__name: "VFloorLevel",
|
|
3655
3655
|
props: {
|
|
3656
3656
|
level: { default: 0 },
|
|
@@ -3680,34 +3680,34 @@ const fl = { id: "player-wrapper" }, hl = { id: "player-sizer" }, gl = {
|
|
|
3680
3680
|
icon: ""
|
|
3681
3681
|
}, c, { onClick: p }), {
|
|
3682
3682
|
default: b(() => [
|
|
3683
|
-
(v(), D("svg",
|
|
3683
|
+
(v(), D("svg", Ll, [
|
|
3684
3684
|
u("path", {
|
|
3685
3685
|
d: "M8.98034 10.3472L1.54055 5.8855L8.98034 1.42384L16.4201 5.8855L8.98034 10.3472Z",
|
|
3686
3686
|
fill: "white",
|
|
3687
3687
|
stroke: m.value ? "black" : "#999999",
|
|
3688
3688
|
"stroke-width": "1.5",
|
|
3689
3689
|
"stroke-linejoin": "round"
|
|
3690
|
-
}, null, 8,
|
|
3690
|
+
}, null, 8, Ml),
|
|
3691
3691
|
u("path", {
|
|
3692
3692
|
d: "M8.98034 14.7993L1.54055 10.3376L8.98034 5.87599L16.4201 10.3376L8.98034 14.7993Z",
|
|
3693
3693
|
fill: "white",
|
|
3694
3694
|
stroke: l.value ? "black" : "#999999",
|
|
3695
3695
|
"stroke-width": "1.5",
|
|
3696
3696
|
"stroke-linejoin": "round"
|
|
3697
|
-
}, null, 8,
|
|
3697
|
+
}, null, 8, Ol)
|
|
3698
3698
|
]))
|
|
3699
3699
|
]),
|
|
3700
3700
|
_: 2
|
|
3701
3701
|
}, 1040)
|
|
3702
3702
|
]),
|
|
3703
3703
|
default: b(() => [
|
|
3704
|
-
u("span",
|
|
3704
|
+
u("span", Tl, Z(A(a).getLabel(r.value)) + " " + Z(A(a).getLabel("floor")), 1)
|
|
3705
3705
|
]),
|
|
3706
3706
|
_: 1
|
|
3707
3707
|
});
|
|
3708
3708
|
};
|
|
3709
3709
|
}
|
|
3710
|
-
}),
|
|
3710
|
+
}), Vl = /* @__PURE__ */ ee(El, [["__scopeId", "data-v-5ce91d8e"]]), $l = { class: "d-none d-md-inline" }, Bl = { class: "interior-selector-list" }, Rl = ["onClick"], Ul = { class: "d-flex align-center justify-left pa-0 ma-0" }, Hl = { class: "pa-0 ma-0" }, Yl = { class: "text-caption ma-2 no-wrap" }, zl = /* @__PURE__ */ W({
|
|
3711
3711
|
__name: "VInteriorSelector",
|
|
3712
3712
|
props: {
|
|
3713
3713
|
cdnFileResolver: { type: [String, Function] },
|
|
@@ -3736,13 +3736,13 @@ const fl = { id: "player-wrapper" }, hl = { id: "player-sizer" }, gl = {
|
|
|
3736
3736
|
]),
|
|
3737
3737
|
_: 1
|
|
3738
3738
|
}),
|
|
3739
|
-
u("span",
|
|
3739
|
+
u("span", $l, Z(A(a).getLabel("interior")), 1)
|
|
3740
3740
|
]),
|
|
3741
3741
|
_: 2
|
|
3742
3742
|
}, 1040)
|
|
3743
3743
|
]),
|
|
3744
3744
|
default: b(() => [
|
|
3745
|
-
u("div",
|
|
3745
|
+
u("div", Bl, [
|
|
3746
3746
|
(v(!0), D(me, null, _e(e.availableArchetypes, (f, w) => (v(), D("div", {
|
|
3747
3747
|
key: `at-menuitem-${w}`,
|
|
3748
3748
|
onClick: (k) => n("selectInterior", f.archetypeID),
|
|
@@ -3750,8 +3750,8 @@ const fl = { id: "player-wrapper" }, hl = { id: "player-sizer" }, gl = {
|
|
|
3750
3750
|
active: w === o.selectedIndex
|
|
3751
3751
|
}])
|
|
3752
3752
|
}, [
|
|
3753
|
-
u("div",
|
|
3754
|
-
u("div",
|
|
3753
|
+
u("div", Ul, [
|
|
3754
|
+
u("div", Hl, [
|
|
3755
3755
|
C(p, {
|
|
3756
3756
|
width: "100",
|
|
3757
3757
|
"max-width": "100",
|
|
@@ -3760,9 +3760,9 @@ const fl = { id: "player-wrapper" }, hl = { id: "player-sizer" }, gl = {
|
|
|
3760
3760
|
class: "pa-0 ma-0"
|
|
3761
3761
|
}, null, 8, ["src"])
|
|
3762
3762
|
]),
|
|
3763
|
-
u("div",
|
|
3763
|
+
u("div", Yl, Z(A(a).get(f.title)), 1)
|
|
3764
3764
|
])
|
|
3765
|
-
], 10,
|
|
3765
|
+
], 10, Rl))), 128))
|
|
3766
3766
|
])
|
|
3767
3767
|
]),
|
|
3768
3768
|
_: 1
|
|
@@ -3770,14 +3770,14 @@ const fl = { id: "player-wrapper" }, hl = { id: "player-sizer" }, gl = {
|
|
|
3770
3770
|
]);
|
|
3771
3771
|
};
|
|
3772
3772
|
}
|
|
3773
|
-
}),
|
|
3773
|
+
}), jl = /* @__PURE__ */ ee(zl, [["__scopeId", "data-v-be1645c7"]]), Pl = "data:image/png;base64,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", Wl = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGwAAABsCAYAAACPZlfNAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAMdSURBVHgB7dxBTttQEMbxsU32idouujM7FhjlBqQnaG5AbkBvUPUEpTegN8gR6AlAgQU70lWlQkUUscR+fVZrRKlL7CTQN6P/T0IJwYkUDfNhvzdEBAAAAAAAAAAAAAAAAAAAAAD+i+t+v3+5vT0Qg2IxqHBuP47jXTHIZMHEuYETeScGmSvYZb9fFiv1d7sWY9FcwWLn9u7ux/FbMcZeJPo4vLsrMhJjTBXsXhxWzMWiqYLdj8NKlCR7YoipgjnnhjUPDv11WVeMMFOwqywb+Zu6wnQlz81ck5kp2GNnhLmha7JIDCgjLy+K60cOmSVxvNk7OZmJciY6LM/z4YJDukVRmDj5sBGJcbywGLUnJAqpj0Qfh6mPw4smx/pY7GmPRfUd5uNw0PRYC7GoPxIbxGHFQiyqjsQ2cVjRHouqO8xHXOvVeP+cfVFMeySOpCV3bzVfI7WRuEwcVlxRvHl1dnYkCqntsFWiTfO8h+ZIXPqMT/PGpsqC1WxUtpVq3dhUWbC6jcrWr6F03kNnJK7hTE9rLKor2BrisKJy3kNdwdYRh3evpTAW9UXiGi98y1jUNu+hqmBXWTZcUxxWure3t31RRFXBoieIMG1jcGqWphrMbSxL1byHmg5rMLexrPIXQc3Jh5qCPekZnXMjUUJFJK6yMt+Ulo1NFR3WZm5jWVrmPXREYou5jWVpmfcIPhKfIw4rGmIx+A57jjisaIjF4AsWRVG7nWXnjhK/fJWUEefcuN1Tw4/FoCOxaRz6N3Hi22M8v7n5tDmd/hFp37a20qTTGcRR9F4aLGslSZL2jo+/SqA2JGALxthmviMO/RsY905Pv/zroNfn51N/c1h+XWfZbl7ug0VR2Um1i75Fno/8zQcJVNAd9mNn5+KvxV4feT4mx/P5/PPDbmrje5aN/N+DPV+8wYMfTV9OJpsSqGALVn78kI/D49/fzqKiOKiLvFWVkbnR6exHv7ouLR8LeQwu2IL57vroIy9NRA4ei7x1qiLTF2/6YjIJNhbxwEWamvkndgAAAAAAAAAAAAAAAAAAAAAAAAAAAABYxU+ILzGcMmFd0QAAAABJRU5ErkJggg==", Nl = /* @__PURE__ */ W({
|
|
3774
3774
|
__name: "VCompass",
|
|
3775
3775
|
props: {
|
|
3776
3776
|
rotation: {}
|
|
3777
3777
|
},
|
|
3778
3778
|
setup(s) {
|
|
3779
|
-
const t = s, e = d(
|
|
3780
|
-
backgroundImage: `url(${
|
|
3779
|
+
const t = s, e = d(Wl), n = d({
|
|
3780
|
+
backgroundImage: `url(${Pl})`,
|
|
3781
3781
|
backgroundSize: "contain"
|
|
3782
3782
|
}), a = $(() => ({
|
|
3783
3783
|
transform: `rotate(${-t.rotation + 180}deg)`
|
|
@@ -3796,7 +3796,7 @@ const fl = { id: "player-wrapper" }, hl = { id: "player-sizer" }, gl = {
|
|
|
3796
3796
|
], 4);
|
|
3797
3797
|
};
|
|
3798
3798
|
}
|
|
3799
|
-
}),
|
|
3799
|
+
}), Gl = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAqCAMAAADyHTlpAAAAllBMVEUAAAD/rwD/rwD/qgP/qwL/qAL/qwP/qwH/rAL/rAL/qwL/qQD/qwL/qwD/qQD/qwL/pQD/qgH/nwD/pwD/qQL/rAL/qwD/qwT/rAP/qwL/rAL/rAD/rAL/qgD/qwL/qQP/rAP/rAH/qgH/qwL/qwD/qgL/rwD/qgD/qwH/qgD/qgL/rAD/qgD/qgD/qwH/rAP/qgX/qwA+O5E+AAAAMnRSTlMAECBg/3C/v5Dff4+PT1/PMN8QII9vf0CfgO9vnzDvUF+vr3BA3zA/z2+fX59g71AwcDsf6p0AAAFGSURBVHicvdRtT8MgEABgaM9hu1aHXV/cpm6zWt829f//OYEK9qC3NDF6HxYCTw5GuWPsd8GjqTIGOJtIZwDi/ymnKPflOSTub6cAcwdnkHk5AQY2v3Dzl2phga1EFkl5hScLbZc+LbUs/FltK5OpLpsmrS0NpbLLSu3Er1dgIsn0cdabEdlHlICL5IZSRq5gELcn7DCnsfQL24AX5PeNfAlAHSEOaYrFXaNiqwa7kO7V9L1dt9u25kX58cBY7dbZYz/MKdr2o06nrZ6klNX4AYRdf8aHzkL6QtxAG9KculjhS0nJMO0rSVmF5ZyWnn2jFC+36vcgLTzq+3lPRx6XrjjTqQ7iqJxY6+KLydp0ZWhrVHWE0JoqHq1NSHBxF0h+1Mh6LUMM5LC/Kht8h+5nG9zeTtbt37Ti3XT6+d29pkTXTZVEfAEKARRF2iiwhQAAAB10RVh0U29mdHdhcmUAQGx1bmFwYWludC9wbmctY29kZWP1QxkeAAAAAElFTkSuQmCC", Ql = { class: "d-flex flex-column align-center justify-center clock-face" }, Zl = { class: "clock-icon" }, ql = { class: "clock-value grey--text text--darken-3" }, Jl = /* @__PURE__ */ W({
|
|
3800
3800
|
__name: "VTimeOfDay",
|
|
3801
3801
|
props: {
|
|
3802
3802
|
hours: { default: 0 },
|
|
@@ -3809,31 +3809,31 @@ const fl = { id: "player-wrapper" }, hl = { id: "player-sizer" }, gl = {
|
|
|
3809
3809
|
}
|
|
3810
3810
|
return (a, o) => {
|
|
3811
3811
|
const r = E("v-img");
|
|
3812
|
-
return v(), D("div",
|
|
3813
|
-
u("div",
|
|
3812
|
+
return v(), D("div", Ql, [
|
|
3813
|
+
u("div", Zl, [
|
|
3814
3814
|
C(r, {
|
|
3815
|
-
src: A(
|
|
3815
|
+
src: A(Gl),
|
|
3816
3816
|
"aspect-ratio": "1"
|
|
3817
3817
|
}, null, 8, ["src"])
|
|
3818
3818
|
]),
|
|
3819
|
-
u("div",
|
|
3819
|
+
u("div", ql, Z(e.value), 1)
|
|
3820
3820
|
]);
|
|
3821
3821
|
};
|
|
3822
3822
|
}
|
|
3823
|
-
}),
|
|
3823
|
+
}), Xl = /* @__PURE__ */ ee(Jl, [["__scopeId", "data-v-cd73fd81"]]), Et = (s) => (Ct("data-v-f59c4942"), s = s(), wt(), s), Kl = {
|
|
3824
3824
|
key: 0,
|
|
3825
3825
|
width: "24",
|
|
3826
3826
|
height: "24",
|
|
3827
3827
|
viewBox: "0 0 24 24",
|
|
3828
3828
|
xmlns: "http://www.w3.org/2000/svg"
|
|
3829
|
-
},
|
|
3829
|
+
}, es = /* @__PURE__ */ Et(() => /* @__PURE__ */ u("path", {
|
|
3830
3830
|
d: "M5.38544 13C3.30939 13.9424 2 15.3211 2 16.8571C2 19.6975 6.47715 22 12 22C17.5228 22 22 19.6975 22 16.8571C22 15.3211 20.6906 13.9424 18.6146 13",
|
|
3831
3831
|
class: "fill-grey"
|
|
3832
|
-
}, null, -1)),
|
|
3833
|
-
Kl,
|
|
3832
|
+
}, null, -1)), ts = /* @__PURE__ */ Et(() => /* @__PURE__ */ u("path", { d: "M8 9C8 7.89543 8.89543 7 10 7H14C15.1046 7 16 7.89543 16 9V12.875C16 13.4273 15.5523 13.875 15 13.875H14V17C14 17.5523 13.5523 18 13 18H11C10.4477 18 10 17.5523 10 17V13.875H9C8.44772 13.875 8 13.4273 8 12.875V9Z" }, null, -1)), as = /* @__PURE__ */ Et(() => /* @__PURE__ */ u("path", { d: "M15 4C15 5.65685 13.6569 7 12 7C10.3431 7 9 5.65685 9 4C9 2.34315 10.3431 1 12 1C13.6569 1 15 2.34315 15 4Z" }, null, -1)), ns = [
|
|
3834
3833
|
es,
|
|
3835
|
-
ts
|
|
3836
|
-
|
|
3834
|
+
ts,
|
|
3835
|
+
as
|
|
3836
|
+
], os = /* @__PURE__ */ W({
|
|
3837
3837
|
__name: "VViewModeToggle",
|
|
3838
3838
|
props: {
|
|
3839
3839
|
showStaticImage: { type: Boolean }
|
|
@@ -3855,7 +3855,7 @@ const fl = { id: "player-wrapper" }, hl = { id: "player-sizer" }, gl = {
|
|
|
3855
3855
|
onClick: l[0] || (l[0] = (w) => n("toggle"))
|
|
3856
3856
|
}, f), {
|
|
3857
3857
|
default: b(() => [
|
|
3858
|
-
o.value === "virtualTour" ? (v(), D("svg",
|
|
3858
|
+
o.value === "virtualTour" ? (v(), D("svg", Kl, ns)) : (v(), V(m, { key: 1 }, {
|
|
3859
3859
|
default: b(() => [
|
|
3860
3860
|
ae("mdi-image-multiple")
|
|
3861
3861
|
]),
|
|
@@ -3872,10 +3872,10 @@ const fl = { id: "player-wrapper" }, hl = { id: "player-sizer" }, gl = {
|
|
|
3872
3872
|
});
|
|
3873
3873
|
};
|
|
3874
3874
|
}
|
|
3875
|
-
}),
|
|
3875
|
+
}), ls = /* @__PURE__ */ ee(os, [["__scopeId", "data-v-f59c4942"]]), qe = (s) => (Ct("data-v-a5e7f474"), s = s(), wt(), s), ss = {
|
|
3876
3876
|
key: 0,
|
|
3877
3877
|
class: "desktop-content"
|
|
3878
|
-
},
|
|
3878
|
+
}, rs = { class: "d-flex align-center justify-center" }, is = { class: "box col d-flex flex-column align-bottom justify-center" }, us = /* @__PURE__ */ qe(() => /* @__PURE__ */ u("div", { class: "tutorial-icon justify-center" }, [
|
|
3879
3879
|
/* @__PURE__ */ u("svg", {
|
|
3880
3880
|
width: "50",
|
|
3881
3881
|
height: "32.5",
|
|
@@ -3922,7 +3922,7 @@ const fl = { id: "player-wrapper" }, hl = { id: "player-sizer" }, gl = {
|
|
|
3922
3922
|
"stroke-width": "1.5"
|
|
3923
3923
|
})
|
|
3924
3924
|
])
|
|
3925
|
-
], -1)),
|
|
3925
|
+
], -1)), cs = { class: "text-div text-center text mt-2" }, ds = { class: "box col d-flex flex-column align-bottom justify-center" }, vs = /* @__PURE__ */ qe(() => /* @__PURE__ */ u("div", { class: "tutorial-icon justify-center" }, [
|
|
3926
3926
|
/* @__PURE__ */ u("svg", {
|
|
3927
3927
|
width: "50",
|
|
3928
3928
|
height: "32.5",
|
|
@@ -4052,7 +4052,7 @@ const fl = { id: "player-wrapper" }, hl = { id: "player-sizer" }, gl = {
|
|
|
4052
4052
|
"stroke-linecap": "round"
|
|
4053
4053
|
})
|
|
4054
4054
|
])
|
|
4055
|
-
], -1)),
|
|
4055
|
+
], -1)), ms = { class: "text-div text-center text mt-2" }, ps = { class: "box col d-flex flex-column align-bottom justify-center" }, fs = /* @__PURE__ */ qe(() => /* @__PURE__ */ u("div", { class: "tutorial-icon justify-center" }, [
|
|
4056
4056
|
/* @__PURE__ */ u("svg", {
|
|
4057
4057
|
width: "50",
|
|
4058
4058
|
height: "32.5",
|
|
@@ -4123,7 +4123,7 @@ const fl = { id: "player-wrapper" }, hl = { id: "player-sizer" }, gl = {
|
|
|
4123
4123
|
"stroke-linejoin": "round"
|
|
4124
4124
|
})
|
|
4125
4125
|
])
|
|
4126
|
-
], -1)),
|
|
4126
|
+
], -1)), hs = { class: "text-div text-center text mt-2" }, gs = { class: "box col d-flex flex-column align-bottom justify-center" }, ys = /* @__PURE__ */ qe(() => /* @__PURE__ */ u("div", { class: "tutorial-icon justify-center" }, [
|
|
4127
4127
|
/* @__PURE__ */ u("svg", {
|
|
4128
4128
|
width: "50",
|
|
4129
4129
|
height: "32.5",
|
|
@@ -4191,10 +4191,10 @@ const fl = { id: "player-wrapper" }, hl = { id: "player-sizer" }, gl = {
|
|
|
4191
4191
|
fill: "#FF3E3E"
|
|
4192
4192
|
})
|
|
4193
4193
|
])
|
|
4194
|
-
], -1)),
|
|
4194
|
+
], -1)), _s = { class: "text-div text-center text mt-2" }, bs = {
|
|
4195
4195
|
key: 1,
|
|
4196
4196
|
class: "d-flex tablet-mobile-content"
|
|
4197
|
-
},
|
|
4197
|
+
}, Cs = { class: "box col my-1" }, ws = /* @__PURE__ */ qe(() => /* @__PURE__ */ u("div", { class: "tutorial-icon justify-center" }, [
|
|
4198
4198
|
/* @__PURE__ */ u("svg", {
|
|
4199
4199
|
width: "50.5",
|
|
4200
4200
|
height: "32.5",
|
|
@@ -4228,7 +4228,7 @@ const fl = { id: "player-wrapper" }, hl = { id: "player-sizer" }, gl = {
|
|
|
4228
4228
|
"stroke-linejoin": "round"
|
|
4229
4229
|
})
|
|
4230
4230
|
])
|
|
4231
|
-
], -1)),
|
|
4231
|
+
], -1)), ks = { class: "text text-col text-center" }, Ss = { class: "box col my-1" }, Is = /* @__PURE__ */ qe(() => /* @__PURE__ */ u("div", { class: "tutorial-icon justify-center" }, [
|
|
4232
4232
|
/* @__PURE__ */ u("svg", {
|
|
4233
4233
|
width: "49.5",
|
|
4234
4234
|
height: "32.5",
|
|
@@ -4362,7 +4362,7 @@ const fl = { id: "player-wrapper" }, hl = { id: "player-sizer" }, gl = {
|
|
|
4362
4362
|
"stroke-linejoin": "round"
|
|
4363
4363
|
})
|
|
4364
4364
|
])
|
|
4365
|
-
], -1)),
|
|
4365
|
+
], -1)), xs = { class: "text text-col text-center" }, Ds = { class: "box col my-1" }, As = /* @__PURE__ */ qe(() => /* @__PURE__ */ u("div", { class: "tutorial-icon justify-center" }, [
|
|
4366
4366
|
/* @__PURE__ */ u("svg", {
|
|
4367
4367
|
width: "49.5",
|
|
4368
4368
|
height: "32.5",
|
|
@@ -4396,7 +4396,7 @@ const fl = { id: "player-wrapper" }, hl = { id: "player-sizer" }, gl = {
|
|
|
4396
4396
|
"stroke-linejoin": "round"
|
|
4397
4397
|
})
|
|
4398
4398
|
])
|
|
4399
|
-
], -1)),
|
|
4399
|
+
], -1)), Fs = { class: "text text-col text-center" }, Ls = { class: "text-h6 text-capitalize" }, Ms = { class: "mt-2" }, Os = { class: "d-flex justify-center align-center checkbox-container" }, Ts = { class: "text-caption" }, Es = /* @__PURE__ */ W({
|
|
4400
4400
|
__name: "VTutorial",
|
|
4401
4401
|
emits: ["closeTutorial"],
|
|
4402
4402
|
setup(s, { emit: t }) {
|
|
@@ -4454,38 +4454,38 @@ const fl = { id: "player-wrapper" }, hl = { id: "player-sizer" }, gl = {
|
|
|
4454
4454
|
_: 1
|
|
4455
4455
|
}),
|
|
4456
4456
|
C(k, { class: "my-3" }),
|
|
4457
|
-
r.value ? R("", !0) : (v(), D("div",
|
|
4458
|
-
u("div",
|
|
4459
|
-
u("div",
|
|
4460
|
-
|
|
4461
|
-
u("div",
|
|
4457
|
+
r.value ? R("", !0) : (v(), D("div", ss, [
|
|
4458
|
+
u("div", rs, [
|
|
4459
|
+
u("div", is, [
|
|
4460
|
+
us,
|
|
4461
|
+
u("div", cs, Z(A(n).getLabel("clickAndDragToLookAround")), 1)
|
|
4462
4462
|
]),
|
|
4463
|
-
u("div",
|
|
4464
|
-
|
|
4465
|
-
u("div",
|
|
4463
|
+
u("div", ds, [
|
|
4464
|
+
vs,
|
|
4465
|
+
u("div", ms, Z(A(n).getLabel("clickOnTheCirclesToMoveAround")), 1)
|
|
4466
4466
|
]),
|
|
4467
|
-
u("div",
|
|
4468
|
-
|
|
4469
|
-
u("div",
|
|
4467
|
+
u("div", ps, [
|
|
4468
|
+
fs,
|
|
4469
|
+
u("div", hs, Z(A(n).getLabel("useTheMouseWheelToZoom")), 1)
|
|
4470
4470
|
]),
|
|
4471
|
-
u("div",
|
|
4472
|
-
|
|
4473
|
-
u("div",
|
|
4471
|
+
u("div", gs, [
|
|
4472
|
+
ys,
|
|
4473
|
+
u("div", _s, Z(A(n).getLabel("youCanAlsoUseTheArrowKeysToMoveAround")), 1)
|
|
4474
4474
|
])
|
|
4475
4475
|
])
|
|
4476
4476
|
])),
|
|
4477
|
-
r.value ? (v(), D("div",
|
|
4478
|
-
u("div",
|
|
4479
|
-
|
|
4480
|
-
u("div",
|
|
4477
|
+
r.value ? (v(), D("div", bs, [
|
|
4478
|
+
u("div", Cs, [
|
|
4479
|
+
ws,
|
|
4480
|
+
u("div", ks, Z(A(n).getLabel("tapAndDragToLookAround")), 1)
|
|
4481
4481
|
]),
|
|
4482
|
-
u("div",
|
|
4483
|
-
|
|
4484
|
-
u("div",
|
|
4482
|
+
u("div", Ss, [
|
|
4483
|
+
Is,
|
|
4484
|
+
u("div", xs, Z(A(n).getLabel("tapOnTheCirclesToMoveAround")), 1)
|
|
4485
4485
|
]),
|
|
4486
|
-
u("div",
|
|
4487
|
-
|
|
4488
|
-
u("div",
|
|
4486
|
+
u("div", Ds, [
|
|
4487
|
+
As,
|
|
4488
|
+
u("div", Fs, Z(A(n).getLabel("useTwoFingersToZoom")), 1)
|
|
4489
4489
|
])
|
|
4490
4490
|
])) : R("", !0),
|
|
4491
4491
|
C(k, { class: "my-1" })
|
|
@@ -4503,7 +4503,7 @@ const fl = { id: "player-wrapper" }, hl = { id: "player-sizer" }, gl = {
|
|
|
4503
4503
|
default: b(() => [
|
|
4504
4504
|
C(c, { class: "pb-0" }, {
|
|
4505
4505
|
default: b(() => [
|
|
4506
|
-
u("p",
|
|
4506
|
+
u("p", Ls, [
|
|
4507
4507
|
C(i, null, {
|
|
4508
4508
|
default: b(() => [
|
|
4509
4509
|
ae("mdi-alert-outline")
|
|
@@ -4512,7 +4512,7 @@ const fl = { id: "player-wrapper" }, hl = { id: "player-sizer" }, gl = {
|
|
|
4512
4512
|
}),
|
|
4513
4513
|
ae(" " + Z(A(n).getLabel("disclaimer")), 1)
|
|
4514
4514
|
]),
|
|
4515
|
-
u("p",
|
|
4515
|
+
u("p", Ms, Z(A(n).getLabel("disclaimerText")), 1)
|
|
4516
4516
|
]),
|
|
4517
4517
|
_: 1
|
|
4518
4518
|
}),
|
|
@@ -4544,7 +4544,7 @@ const fl = { id: "player-wrapper" }, hl = { id: "player-sizer" }, gl = {
|
|
|
4544
4544
|
]),
|
|
4545
4545
|
_: 1
|
|
4546
4546
|
}),
|
|
4547
|
-
u("div",
|
|
4547
|
+
u("div", Os, [
|
|
4548
4548
|
C(g, {
|
|
4549
4549
|
density: "compact",
|
|
4550
4550
|
modelValue: a.value,
|
|
@@ -4552,7 +4552,7 @@ const fl = { id: "player-wrapper" }, hl = { id: "player-sizer" }, gl = {
|
|
|
4552
4552
|
"hide-details": ""
|
|
4553
4553
|
}, {
|
|
4554
4554
|
label: b(() => [
|
|
4555
|
-
u("span",
|
|
4555
|
+
u("span", Ts, Z(A(n).getLabel("dontShowAgain")), 1)
|
|
4556
4556
|
]),
|
|
4557
4557
|
_: 1
|
|
4558
4558
|
}, 8, ["modelValue"])
|
|
@@ -4580,17 +4580,17 @@ const fl = { id: "player-wrapper" }, hl = { id: "player-sizer" }, gl = {
|
|
|
4580
4580
|
});
|
|
4581
4581
|
};
|
|
4582
4582
|
}
|
|
4583
|
-
}),
|
|
4583
|
+
}), Vs = /* @__PURE__ */ ee(Es, [["__scopeId", "data-v-a5e7f474"]]), $s = (s) => (Ct("data-v-bd4f66c3"), s = s(), wt(), s), Bs = { class: "player-settings-ui" }, Rs = { id: "settings-ui-form" }, Us = { class: "form-inputs" }, Hs = { class: "setting-label" }, Ys = { class: "setting-label" }, zs = ["max", "min", "step"], js = { class: "setting-label" }, Ps = { class: "flex-grow-1 flex-shrink-0" }, Ws = ["onUpdate:modelValue"], Ns = {
|
|
4584
4584
|
key: 3,
|
|
4585
4585
|
"d-block": "",
|
|
4586
4586
|
class: "mt-3"
|
|
4587
|
-
},
|
|
4587
|
+
}, Gs = { class: "d-flex justify-space-between" }, Qs = { class: "setting-label" }, Zs = {
|
|
4588
4588
|
class: "mt-5 d-block",
|
|
4589
4589
|
style: { width: "300px" }
|
|
4590
|
-
},
|
|
4590
|
+
}, qs = /* @__PURE__ */ $s(() => /* @__PURE__ */ u("div", { class: "setting-label" }, "Enter Lut URL:", -1)), Js = {
|
|
4591
4591
|
class: "d-block",
|
|
4592
4592
|
style: { width: "300px" }
|
|
4593
|
-
},
|
|
4593
|
+
}, Xs = { class: "form-buttons" }, Ks = /* @__PURE__ */ W({
|
|
4594
4594
|
__name: "VPlayerSettingsUi",
|
|
4595
4595
|
props: {
|
|
4596
4596
|
initialSettings: {}
|
|
@@ -4739,9 +4739,9 @@ const fl = { id: "player-wrapper" }, hl = { id: "player-sizer" }, gl = {
|
|
|
4739
4739
|
}
|
|
4740
4740
|
return (c, h) => {
|
|
4741
4741
|
const _ = E("v-text-field"), y = E("v-slider"), g = E("v-checkbox"), T = E("v-btn"), M = E("v-select"), P = E("v-icon");
|
|
4742
|
-
return v(), D("div",
|
|
4743
|
-
u("form",
|
|
4744
|
-
u("div",
|
|
4742
|
+
return v(), D("div", Bs, [
|
|
4743
|
+
u("form", Rs, [
|
|
4744
|
+
u("div", Us, [
|
|
4745
4745
|
(v(!0), D(me, null, _e(a.value, (I, L, X) => (v(), D("div", {
|
|
4746
4746
|
key: X,
|
|
4747
4747
|
"d-block": ""
|
|
@@ -4756,7 +4756,7 @@ const fl = { id: "player-wrapper" }, hl = { id: "player-sizer" }, gl = {
|
|
|
4756
4756
|
step: I.step
|
|
4757
4757
|
}, {
|
|
4758
4758
|
prepend: b(() => [
|
|
4759
|
-
u("div",
|
|
4759
|
+
u("div", Hs, Z(I.label), 1)
|
|
4760
4760
|
]),
|
|
4761
4761
|
append: b(() => [
|
|
4762
4762
|
u("div", null, [
|
|
@@ -4784,7 +4784,7 @@ const fl = { id: "player-wrapper" }, hl = { id: "player-sizer" }, gl = {
|
|
|
4784
4784
|
onChange: r
|
|
4785
4785
|
}, {
|
|
4786
4786
|
prepend: b(() => [
|
|
4787
|
-
u("div",
|
|
4787
|
+
u("div", Ys, Z(I.label), 1)
|
|
4788
4788
|
]),
|
|
4789
4789
|
append: b(() => [
|
|
4790
4790
|
u("div", null, Z(I.value), 1)
|
|
@@ -4798,14 +4798,14 @@ const fl = { id: "player-wrapper" }, hl = { id: "player-sizer" }, gl = {
|
|
|
4798
4798
|
min: I.min,
|
|
4799
4799
|
step: I.step
|
|
4800
4800
|
}, [
|
|
4801
|
-
u("div",
|
|
4802
|
-
u("div",
|
|
4801
|
+
u("div", js, Z(I.label), 1),
|
|
4802
|
+
u("div", Ps, [
|
|
4803
4803
|
Ce(u("input", {
|
|
4804
4804
|
"onUpdate:modelValue": (B) => a.value[L].value = B,
|
|
4805
4805
|
type: "color",
|
|
4806
4806
|
onChange: r
|
|
4807
|
-
}, null, 40,
|
|
4808
|
-
[
|
|
4807
|
+
}, null, 40, Ws), [
|
|
4808
|
+
[Ha, a.value[L].value]
|
|
4809
4809
|
])
|
|
4810
4810
|
]),
|
|
4811
4811
|
u("div", null, [
|
|
@@ -4821,10 +4821,10 @@ const fl = { id: "player-wrapper" }, hl = { id: "player-sizer" }, gl = {
|
|
|
4821
4821
|
onChange: r
|
|
4822
4822
|
}, null, 8, ["modelValue", "onUpdate:modelValue"])
|
|
4823
4823
|
])
|
|
4824
|
-
], 8,
|
|
4825
|
-
I.type === "lut" ? (v(), D("div",
|
|
4826
|
-
u("div",
|
|
4827
|
-
u("div",
|
|
4824
|
+
], 8, zs)) : R("", !0),
|
|
4825
|
+
I.type === "lut" ? (v(), D("div", Ns, [
|
|
4826
|
+
u("div", Gs, [
|
|
4827
|
+
u("div", Qs, Z(I.label), 1),
|
|
4828
4828
|
u("div", null, [
|
|
4829
4829
|
C(T, {
|
|
4830
4830
|
class: "ml-2",
|
|
@@ -4839,7 +4839,7 @@ const fl = { id: "player-wrapper" }, hl = { id: "player-sizer" }, gl = {
|
|
|
4839
4839
|
])
|
|
4840
4840
|
]),
|
|
4841
4841
|
u("div", null, [
|
|
4842
|
-
u("div",
|
|
4842
|
+
u("div", Zs, [
|
|
4843
4843
|
u("div", null, [
|
|
4844
4844
|
C(M, {
|
|
4845
4845
|
modelValue: a.value[L].value,
|
|
@@ -4854,8 +4854,8 @@ const fl = { id: "player-wrapper" }, hl = { id: "player-sizer" }, gl = {
|
|
|
4854
4854
|
])
|
|
4855
4855
|
]),
|
|
4856
4856
|
u("div", null, [
|
|
4857
|
-
|
|
4858
|
-
u("div",
|
|
4857
|
+
qs,
|
|
4858
|
+
u("div", Js, [
|
|
4859
4859
|
u("div", null, [
|
|
4860
4860
|
C(_, {
|
|
4861
4861
|
modelValue: a.value[L].value,
|
|
@@ -4872,7 +4872,7 @@ const fl = { id: "player-wrapper" }, hl = { id: "player-sizer" }, gl = {
|
|
|
4872
4872
|
])) : R("", !0)
|
|
4873
4873
|
]))), 128))
|
|
4874
4874
|
]),
|
|
4875
|
-
u("div",
|
|
4875
|
+
u("div", Xs, [
|
|
4876
4876
|
C(T, {
|
|
4877
4877
|
onClick: h[0] || (h[0] = (I) => p())
|
|
4878
4878
|
}, {
|
|
@@ -4916,10 +4916,10 @@ const fl = { id: "player-wrapper" }, hl = { id: "player-sizer" }, gl = {
|
|
|
4916
4916
|
]);
|
|
4917
4917
|
};
|
|
4918
4918
|
}
|
|
4919
|
-
}),
|
|
4919
|
+
}), er = /* @__PURE__ */ ee(Ks, [["__scopeId", "data-v-bd4f66c3"]]), tr = { class: "top-left" }, ar = { class: "top-right" }, nr = { class: "header-slot anchor elevation-5" }, or = {
|
|
4920
4920
|
id: "moveableBody",
|
|
4921
4921
|
class: "body-slot moveable-body anchor d-flex justify-center align-center position-relative"
|
|
4922
|
-
},
|
|
4922
|
+
}, lr = { class: "moveable-footer elevation-5" }, sr = /* @__PURE__ */ W({
|
|
4923
4923
|
__name: "VMoveable",
|
|
4924
4924
|
props: {
|
|
4925
4925
|
size: {}
|
|
@@ -4962,44 +4962,44 @@ const fl = { id: "player-wrapper" }, hl = { id: "player-sizer" }, gl = {
|
|
|
4962
4962
|
id: "moveableDiv",
|
|
4963
4963
|
class: ge([r.size, "sizer rounded"])
|
|
4964
4964
|
}, [
|
|
4965
|
-
u("div",
|
|
4965
|
+
u("div", tr, [
|
|
4966
4966
|
ne(r.$slots, "top-left", {}, void 0, !0)
|
|
4967
4967
|
]),
|
|
4968
|
-
u("div",
|
|
4968
|
+
u("div", ar, [
|
|
4969
4969
|
ne(r.$slots, "top-right", {}, void 0, !0)
|
|
4970
4970
|
]),
|
|
4971
|
-
u("div",
|
|
4971
|
+
u("div", nr, [
|
|
4972
4972
|
ne(r.$slots, "header", {}, void 0, !0)
|
|
4973
4973
|
]),
|
|
4974
|
-
u("div",
|
|
4974
|
+
u("div", or, [
|
|
4975
4975
|
ne(r.$slots, "body", {}, void 0, !0)
|
|
4976
4976
|
]),
|
|
4977
|
-
u("div",
|
|
4977
|
+
u("div", lr, [
|
|
4978
4978
|
ne(r.$slots, "footer", {}, void 0, !0)
|
|
4979
4979
|
])
|
|
4980
4980
|
], 2));
|
|
4981
4981
|
}
|
|
4982
|
-
}),
|
|
4982
|
+
}), rr = /* @__PURE__ */ ee(sr, [["__scopeId", "data-v-1a87ee81"]]), ir = {
|
|
4983
4983
|
class: "rotation-marker-svg",
|
|
4984
4984
|
viewBox: "0 0 40 40",
|
|
4985
4985
|
xmlns: "http://www.w3.org/2000/svg"
|
|
4986
|
-
},
|
|
4987
|
-
|
|
4988
|
-
],
|
|
4986
|
+
}, ur = /* @__PURE__ */ Xt('<defs><radialGradient id="Gradient" cx="0" cy="0" r="0.9" fx="0" fy="0"><stop offset="0%" class="stop1"></stop><stop offset="60%" class="stop2"></stop><stop offset="90%" class="stop3"></stop></radialGradient><linearGradient id="LineGradient" gradientTransform="rotate(90)"><stop offset="0%" class="stop1"></stop><stop offset="75%" class="stop2"></stop><stop offset="100%" class="stop3"></stop></linearGradient></defs>', 1), cr = ["transform"], dr = /* @__PURE__ */ Xt('<rect id="field-of-view-gradient" x="20" y="20" width="38" height="38" transform="rotate(0)" transform-origin="20 20" fill="url(#Gradient)"></rect><rect class="field-of-view-border" x="20" y="20" width="1" height="25" fill="url(#LineGradient)" transform="rotate(0)" transform-origin="20 20"></rect><rect class="field-of-view-border" x="19" y="19" width="1" height="25" fill="url(#LineGradient)" transform="rotate(-90)" transform-origin="20 20"></rect><circle cx="20" cy="20" r="5" fill="white"></circle><circle cx="20" cy="20" r="3" fill="red"></circle>', 5), vr = [
|
|
4987
|
+
dr
|
|
4988
|
+
], mr = /* @__PURE__ */ W({
|
|
4989
4989
|
__name: "VRotationMarker",
|
|
4990
4990
|
props: {
|
|
4991
4991
|
rotation: {}
|
|
4992
4992
|
},
|
|
4993
4993
|
setup(s) {
|
|
4994
|
-
return (t, e) => (v(), D("svg",
|
|
4995
|
-
|
|
4994
|
+
return (t, e) => (v(), D("svg", ir, [
|
|
4995
|
+
ur,
|
|
4996
4996
|
u("g", {
|
|
4997
4997
|
"transform-origin": "20 20",
|
|
4998
4998
|
transform: `rotate(${45 + t.rotation})`
|
|
4999
|
-
},
|
|
4999
|
+
}, vr, 8, cr)
|
|
5000
5000
|
]));
|
|
5001
5001
|
}
|
|
5002
|
-
}),
|
|
5002
|
+
}), pr = { class: "minimap-wrapper" }, fr = { class: "minimap-container" }, hr = /* @__PURE__ */ W({
|
|
5003
5003
|
__name: "VMiniMapMap",
|
|
5004
5004
|
props: {
|
|
5005
5005
|
backgroundImage: {},
|
|
@@ -5013,7 +5013,7 @@ const fl = { id: "player-wrapper" }, hl = { id: "player-sizer" }, gl = {
|
|
|
5013
5013
|
fit: { type: Boolean }
|
|
5014
5014
|
},
|
|
5015
5015
|
setup(s) {
|
|
5016
|
-
const t = s, e = d(512), n = d(384), a = d(512), o = d(384), r = d(new it()), l = d(new
|
|
5016
|
+
const t = s, e = d(512), n = d(384), a = d(512), o = d(384), r = d(new it()), l = d(new Pa()), m = d({}), p = d(1), i = d(), f = e.value / e.value, w = $(() => {
|
|
5017
5017
|
const x = t.containerWidth / t.containerHeight;
|
|
5018
5018
|
let S;
|
|
5019
5019
|
return x > f ? S = t.containerHeight / n.value : S = t.containerWidth / e.value, S;
|
|
@@ -5022,14 +5022,14 @@ const fl = { id: "player-wrapper" }, hl = { id: "player-sizer" }, gl = {
|
|
|
5022
5022
|
t.storey.position.y,
|
|
5023
5023
|
t.storey.position.z
|
|
5024
5024
|
)), y = $(() => parseFloat(c.value.floor_vertical_position)), g = $(() => k.value.map((x) => {
|
|
5025
|
-
const S = x.uposition.split(","),
|
|
5025
|
+
const S = x.uposition.split(","), Y = new it(
|
|
5026
5026
|
Number(S[0]) - _.value.x,
|
|
5027
5027
|
0,
|
|
5028
5028
|
Number(S[2]) - _.value.z
|
|
5029
5029
|
);
|
|
5030
5030
|
return {
|
|
5031
5031
|
...x,
|
|
5032
|
-
...X(r.value,
|
|
5032
|
+
...X(r.value, Y)
|
|
5033
5033
|
};
|
|
5034
5034
|
})), T = $(() => ({
|
|
5035
5035
|
backgroundImage: `url(${t.backgroundImage})`,
|
|
@@ -5041,13 +5041,13 @@ const fl = { id: "player-wrapper" }, hl = { id: "player-sizer" }, gl = {
|
|
|
5041
5041
|
B(), I(), te();
|
|
5042
5042
|
const x = document.getElementById("moveableDiv");
|
|
5043
5043
|
x && (i.value = new ResizeObserver(te).observe(x));
|
|
5044
|
-
}),
|
|
5044
|
+
}), Ya(() => {
|
|
5045
5045
|
B(), I();
|
|
5046
5046
|
}), Qe(() => {
|
|
5047
5047
|
i.value && i.value.unobserve(document.getElementById("moveableDiv"));
|
|
5048
5048
|
});
|
|
5049
5049
|
function P(x) {
|
|
5050
|
-
return
|
|
5050
|
+
return Wa.degToRad(x);
|
|
5051
5051
|
}
|
|
5052
5052
|
function I() {
|
|
5053
5053
|
l.value.rotation.x = 180, l.value.rotation.y = t.storey.rotation.y * -1, m.value = {
|
|
@@ -5061,8 +5061,8 @@ const fl = { id: "player-wrapper" }, hl = { id: "player-sizer" }, gl = {
|
|
|
5061
5061
|
};
|
|
5062
5062
|
}
|
|
5063
5063
|
function X(x, S) {
|
|
5064
|
-
var
|
|
5065
|
-
const G =
|
|
5064
|
+
var Y = new it();
|
|
5065
|
+
const G = Y.subVectors(x, S);
|
|
5066
5066
|
return {
|
|
5067
5067
|
relativePosition: G,
|
|
5068
5068
|
left: G.x / a.value * 100,
|
|
@@ -5072,18 +5072,18 @@ const fl = { id: "player-wrapper" }, hl = { id: "player-sizer" }, gl = {
|
|
|
5072
5072
|
function B() {
|
|
5073
5073
|
const x = t.storey.position.y - y.value;
|
|
5074
5074
|
o.value = 2 * (x * Math.tan(P(t.storey.fovY / 2))), a.value = 512 / 384 * o.value;
|
|
5075
|
-
const S = o.value / 2,
|
|
5075
|
+
const S = o.value / 2, Y = a.value / 2, G = new it(Y * -1, 0, S * -1);
|
|
5076
5076
|
r.value = G;
|
|
5077
5077
|
}
|
|
5078
5078
|
function te() {
|
|
5079
5079
|
const x = document.getElementById("moveableDiv");
|
|
5080
5080
|
if (!x)
|
|
5081
5081
|
return;
|
|
5082
|
-
const S = x.offsetHeight / 384 * 0.8,
|
|
5083
|
-
x.offsetHeight > x.offsetWidth ? p.value =
|
|
5082
|
+
const S = x.offsetHeight / 384 * 0.8, Y = x.offsetWidth / 512 * 0.8;
|
|
5083
|
+
x.offsetHeight > x.offsetWidth ? p.value = Y * 0.5 : p.value = S * 0.9;
|
|
5084
5084
|
}
|
|
5085
|
-
return (x, S) => (v(), D("div",
|
|
5086
|
-
u("div",
|
|
5085
|
+
return (x, S) => (v(), D("div", pr, [
|
|
5086
|
+
u("div", fr, [
|
|
5087
5087
|
u("div", {
|
|
5088
5088
|
class: "web-minimap",
|
|
5089
5089
|
style: ce(M.value)
|
|
@@ -5096,29 +5096,29 @@ const fl = { id: "player-wrapper" }, hl = { id: "player-sizer" }, gl = {
|
|
|
5096
5096
|
class: "center-pivot",
|
|
5097
5097
|
style: ce(m.value)
|
|
5098
5098
|
}, [
|
|
5099
|
-
(v(!0), D(me, null, _e(g.value, (
|
|
5100
|
-
key:
|
|
5099
|
+
(v(!0), D(me, null, _e(g.value, (Y) => (v(), D("div", {
|
|
5100
|
+
key: Y.id
|
|
5101
5101
|
}, [
|
|
5102
|
-
c.value.floorLevel ===
|
|
5102
|
+
c.value.floorLevel === Y.floorLevel ? (v(), D("div", {
|
|
5103
5103
|
key: 0,
|
|
5104
5104
|
class: "single-camera-marker",
|
|
5105
|
-
style: ce(L(
|
|
5105
|
+
style: ce(L(Y))
|
|
5106
5106
|
}, null, 4)) : R("", !0),
|
|
5107
5107
|
ne(x.$slots, "default", {
|
|
5108
|
-
id:
|
|
5109
|
-
camera:
|
|
5110
|
-
active: c.value.id ===
|
|
5108
|
+
id: Y.id,
|
|
5109
|
+
camera: Y,
|
|
5110
|
+
active: c.value.id === Y.id,
|
|
5111
5111
|
style: ce({
|
|
5112
|
-
...L(
|
|
5112
|
+
...L(Y),
|
|
5113
5113
|
position: "absolute",
|
|
5114
5114
|
zIndex: "3"
|
|
5115
5115
|
})
|
|
5116
5116
|
}, () => [
|
|
5117
|
-
c.value.id ===
|
|
5117
|
+
c.value.id === Y.id && t.rotation !== null ? (v(), V(mr, {
|
|
5118
5118
|
key: 0,
|
|
5119
5119
|
class: "rotation-marker-component-base rotation-marker-component",
|
|
5120
5120
|
rotation: h.value,
|
|
5121
|
-
style: ce({ ...L(
|
|
5121
|
+
style: ce({ ...L(Y) })
|
|
5122
5122
|
}, null, 8, ["rotation", "style"])) : R("", !0)
|
|
5123
5123
|
], !0)
|
|
5124
5124
|
]))), 128))
|
|
@@ -5127,7 +5127,7 @@ const fl = { id: "player-wrapper" }, hl = { id: "player-sizer" }, gl = {
|
|
|
5127
5127
|
])
|
|
5128
5128
|
]));
|
|
5129
5129
|
}
|
|
5130
|
-
}),
|
|
5130
|
+
}), na = /* @__PURE__ */ ee(hr, [["__scopeId", "data-v-5cdee9d5"]]), gr = /* @__PURE__ */ W({
|
|
5131
5131
|
__name: "VMiniMapCompass",
|
|
5132
5132
|
props: {
|
|
5133
5133
|
scale: {},
|
|
@@ -5146,10 +5146,10 @@ const fl = { id: "player-wrapper" }, hl = { id: "player-sizer" }, gl = {
|
|
|
5146
5146
|
}, null, 8, ["longitude"])
|
|
5147
5147
|
], 4));
|
|
5148
5148
|
}
|
|
5149
|
-
}),
|
|
5149
|
+
}), oa = /* @__PURE__ */ ee(gr, [["__scopeId", "data-v-d047dca8"]]), yr = { class: "ss-wrapper" }, _r = { class: "slider" }, br = { class: "minimap-sun-slider" }, Cr = { class: "d-flex flex-column align-center justify-center" }, wr = {
|
|
5150
5150
|
key: 0,
|
|
5151
5151
|
class: "time-label"
|
|
5152
|
-
},
|
|
5152
|
+
}, kr = /* @__PURE__ */ W({
|
|
5153
5153
|
__name: "VSunSimulationSlider",
|
|
5154
5154
|
props: {
|
|
5155
5155
|
cdnFileResolver: { type: [String, Function] },
|
|
@@ -5224,9 +5224,9 @@ const fl = { id: "player-wrapper" }, hl = { id: "player-sizer" }, gl = {
|
|
|
5224
5224
|
}
|
|
5225
5225
|
return (y, g) => {
|
|
5226
5226
|
const T = E("v-progress-linear"), M = E("v-icon"), P = E("v-slider");
|
|
5227
|
-
return v(), D("div",
|
|
5228
|
-
u("div",
|
|
5229
|
-
u("div",
|
|
5227
|
+
return v(), D("div", yr, [
|
|
5228
|
+
u("div", _r, [
|
|
5229
|
+
u("div", br, [
|
|
5230
5230
|
o.value ? (v(), V(T, {
|
|
5231
5231
|
key: 0,
|
|
5232
5232
|
indeterminate: "",
|
|
@@ -5248,7 +5248,7 @@ const fl = { id: "player-wrapper" }, hl = { id: "player-sizer" }, gl = {
|
|
|
5248
5248
|
"thumb-label": "always"
|
|
5249
5249
|
}, {
|
|
5250
5250
|
prepend: b(() => [
|
|
5251
|
-
u("div",
|
|
5251
|
+
u("div", Cr, [
|
|
5252
5252
|
C(M, { color: "#ffab02" }, {
|
|
5253
5253
|
default: b(() => [
|
|
5254
5254
|
ae("mdi-white-balance-sunny")
|
|
@@ -5264,14 +5264,14 @@ const fl = { id: "player-wrapper" }, hl = { id: "player-sizer" }, gl = {
|
|
|
5264
5264
|
_: 1
|
|
5265
5265
|
}, 8, ["modelValue"]))
|
|
5266
5266
|
]),
|
|
5267
|
-
o.value ? R("", !0) : (v(), D("div",
|
|
5267
|
+
o.value ? R("", !0) : (v(), D("div", wr))
|
|
5268
5268
|
])
|
|
5269
5269
|
]);
|
|
5270
5270
|
};
|
|
5271
5271
|
}
|
|
5272
|
-
}),
|
|
5272
|
+
}), la = /* @__PURE__ */ ee(kr, [["__scopeId", "data-v-52f122f2"]]), Sr = (s) => (Ct("data-v-79a93ab0"), s = s(), wt(), s), Ir = { class: "left" }, xr = { class: "right" }, Dr = /* @__PURE__ */ Sr(() => /* @__PURE__ */ u("div", { class: "d-flex justify-space-between pa-1" }, [
|
|
5273
5273
|
/* @__PURE__ */ u("div", { class: "center" }, " ")
|
|
5274
|
-
], -1)),
|
|
5274
|
+
], -1)), Ar = /* @__PURE__ */ W({
|
|
5275
5275
|
__name: "VMiniMap",
|
|
5276
5276
|
props: {
|
|
5277
5277
|
cdnFileResolver: { type: [String, Function] },
|
|
@@ -5312,13 +5312,13 @@ const fl = { id: "player-wrapper" }, hl = { id: "player-sizer" }, gl = {
|
|
|
5312
5312
|
};
|
|
5313
5313
|
return (h, _) => {
|
|
5314
5314
|
const y = E("v-btn");
|
|
5315
|
-
return v(), V(
|
|
5315
|
+
return v(), V(rr, {
|
|
5316
5316
|
ref_key: "minimapMoveable",
|
|
5317
5317
|
ref: e,
|
|
5318
5318
|
size: w.value
|
|
5319
5319
|
}, {
|
|
5320
5320
|
"top-left": b(() => [
|
|
5321
|
-
u("div",
|
|
5321
|
+
u("div", Ir, [
|
|
5322
5322
|
C(y, {
|
|
5323
5323
|
icon: "mdi-window-close",
|
|
5324
5324
|
size: "x-small",
|
|
@@ -5327,12 +5327,12 @@ const fl = { id: "player-wrapper" }, hl = { id: "player-sizer" }, gl = {
|
|
|
5327
5327
|
])
|
|
5328
5328
|
]),
|
|
5329
5329
|
"top-right": b(() => [
|
|
5330
|
-
u("div",
|
|
5330
|
+
u("div", xr, [
|
|
5331
5331
|
C(y, {
|
|
5332
5332
|
class: "rotate-icon",
|
|
5333
5333
|
size: "x-small",
|
|
5334
5334
|
icon: "mdi mdi-rotate-right",
|
|
5335
|
-
onClick:
|
|
5335
|
+
onClick: za(k, ["stop"]),
|
|
5336
5336
|
title: "Rotate"
|
|
5337
5337
|
}),
|
|
5338
5338
|
C(y, {
|
|
@@ -5345,16 +5345,16 @@ const fl = { id: "player-wrapper" }, hl = { id: "player-sizer" }, gl = {
|
|
|
5345
5345
|
])
|
|
5346
5346
|
]),
|
|
5347
5347
|
header: b(() => [
|
|
5348
|
-
|
|
5348
|
+
Dr
|
|
5349
5349
|
]),
|
|
5350
5350
|
body: b(() => [
|
|
5351
|
-
C(
|
|
5351
|
+
C(oa, {
|
|
5352
5352
|
scale: m.value,
|
|
5353
5353
|
rotation: l.value.rotation.y,
|
|
5354
5354
|
"transform-angle": r.value
|
|
5355
5355
|
}, null, 8, ["scale", "rotation", "transform-angle"]),
|
|
5356
5356
|
u("div", null, [
|
|
5357
|
-
C(
|
|
5357
|
+
C(na, {
|
|
5358
5358
|
"transform-angle": r.value,
|
|
5359
5359
|
"all-cameras": h.apartmentJson.cameras,
|
|
5360
5360
|
"background-image": o.value,
|
|
@@ -5367,7 +5367,7 @@ const fl = { id: "player-wrapper" }, hl = { id: "player-sizer" }, gl = {
|
|
|
5367
5367
|
])
|
|
5368
5368
|
]),
|
|
5369
5369
|
footer: b(() => [
|
|
5370
|
-
C(
|
|
5370
|
+
C(la, {
|
|
5371
5371
|
"cdn-file-resolver": n.cdnFileResolver,
|
|
5372
5372
|
"minimap-json": n.minimapJson,
|
|
5373
5373
|
"apartment-json": n.apartmentJson,
|
|
@@ -5379,12 +5379,12 @@ const fl = { id: "player-wrapper" }, hl = { id: "player-sizer" }, gl = {
|
|
|
5379
5379
|
}, 8, ["size"]);
|
|
5380
5380
|
};
|
|
5381
5381
|
}
|
|
5382
|
-
}),
|
|
5382
|
+
}), Nt = /* @__PURE__ */ ee(Ar, [["__scopeId", "data-v-79a93ab0"]]);
|
|
5383
5383
|
function yt(s) {
|
|
5384
5384
|
const t = s * 60, e = Math.floor(t / 60), n = t % 60;
|
|
5385
5385
|
return `${e.toString().padStart(2, "0")}:${n.toString().padStart(2, "0")}`;
|
|
5386
5386
|
}
|
|
5387
|
-
const
|
|
5387
|
+
const Fr = { class: "d-flex align-center" }, Lr = { class: "d-block mr-1" }, Mr = { class: "small" }, Or = { class: "small" }, Tr = /* @__PURE__ */ W({
|
|
5388
5388
|
__name: "VSunsimSlider",
|
|
5389
5389
|
props: {
|
|
5390
5390
|
currentDay: {},
|
|
@@ -5409,8 +5409,8 @@ const Ar = { class: "d-flex align-center" }, Fr = { class: "d-block mr-1" }, Lr
|
|
|
5409
5409
|
{ immediate: !0 }
|
|
5410
5410
|
), (m, p) => {
|
|
5411
5411
|
const i = E("v-icon"), f = E("v-slider"), w = E("v-field"), k = E("v-btn");
|
|
5412
|
-
return v(), D("div",
|
|
5413
|
-
u("div",
|
|
5412
|
+
return v(), D("div", Fr, [
|
|
5413
|
+
u("div", Lr, [
|
|
5414
5414
|
C(w, {
|
|
5415
5415
|
class: "ss-slider-field",
|
|
5416
5416
|
style: {},
|
|
@@ -5444,7 +5444,7 @@ const Ar = { class: "d-flex align-center" }, Fr = { class: "d-block mr-1" }, Lr
|
|
|
5444
5444
|
]),
|
|
5445
5445
|
_: 1
|
|
5446
5446
|
}),
|
|
5447
|
-
u("span",
|
|
5447
|
+
u("span", Mr, Z(A(yt)(l.value)), 1)
|
|
5448
5448
|
]),
|
|
5449
5449
|
_: 1
|
|
5450
5450
|
}, 8, ["modelValue", "min", "max", "step", "disabled"])) : (v(), D(me, { key: 1 }, [
|
|
@@ -5458,7 +5458,7 @@ const Ar = { class: "d-flex align-center" }, Fr = { class: "d-block mr-1" }, Lr
|
|
|
5458
5458
|
]),
|
|
5459
5459
|
_: 1
|
|
5460
5460
|
}),
|
|
5461
|
-
u("span",
|
|
5461
|
+
u("span", Or, Z(A(yt)(l.value)), 1)
|
|
5462
5462
|
], 64))
|
|
5463
5463
|
]),
|
|
5464
5464
|
_: 1
|
|
@@ -5475,7 +5475,7 @@ const Ar = { class: "d-flex align-center" }, Fr = { class: "d-block mr-1" }, Lr
|
|
|
5475
5475
|
]);
|
|
5476
5476
|
};
|
|
5477
5477
|
}
|
|
5478
|
-
}),
|
|
5478
|
+
}), Gt = /* @__PURE__ */ ee(Tr, [["__scopeId", "data-v-c06c753d"]]), Er = /* @__PURE__ */ W({
|
|
5479
5479
|
__name: "VSunStudyToggle",
|
|
5480
5480
|
props: {
|
|
5481
5481
|
displaySunsim: { type: Boolean },
|
|
@@ -5501,7 +5501,7 @@ const Ar = { class: "d-flex align-center" }, Fr = { class: "d-block mr-1" }, Lr
|
|
|
5501
5501
|
})) : R("", !0);
|
|
5502
5502
|
};
|
|
5503
5503
|
}
|
|
5504
|
-
}),
|
|
5504
|
+
}), Vr = /* @__PURE__ */ W({
|
|
5505
5505
|
__name: "VAutoplay",
|
|
5506
5506
|
props: {
|
|
5507
5507
|
autoplayStatus: { type: Boolean }
|
|
@@ -5529,10 +5529,10 @@ const Ar = { class: "d-flex align-center" }, Fr = { class: "d-block mr-1" }, Lr
|
|
|
5529
5529
|
}, 8, ["class"]);
|
|
5530
5530
|
};
|
|
5531
5531
|
}
|
|
5532
|
-
}),
|
|
5532
|
+
}), Qt = /* @__PURE__ */ ee(Vr, [["__scopeId", "data-v-7fd2b4f3"]]), $r = {
|
|
5533
5533
|
key: 0,
|
|
5534
5534
|
class: "sun-icon-wrapper"
|
|
5535
|
-
},
|
|
5535
|
+
}, Br = 37, Rr = 39, Ur = /* @__PURE__ */ W({
|
|
5536
5536
|
__name: "VWaypointCarousel",
|
|
5537
5537
|
props: {
|
|
5538
5538
|
thumbnails: {},
|
|
@@ -5558,10 +5558,10 @@ const Ar = { class: "d-flex align-center" }, Fr = { class: "d-block mr-1" }, Lr
|
|
|
5558
5558
|
});
|
|
5559
5559
|
function l(p) {
|
|
5560
5560
|
switch (p.keyCode) {
|
|
5561
|
-
case p.keyCode ===
|
|
5561
|
+
case p.keyCode === Br:
|
|
5562
5562
|
n("previous");
|
|
5563
5563
|
break;
|
|
5564
|
-
case p.keyCode ===
|
|
5564
|
+
case p.keyCode === Rr:
|
|
5565
5565
|
n("next");
|
|
5566
5566
|
break;
|
|
5567
5567
|
default:
|
|
@@ -5633,7 +5633,7 @@ const Ar = { class: "d-flex align-center" }, Fr = { class: "d-block mr-1" }, Lr
|
|
|
5633
5633
|
"aspect-ratio": 1,
|
|
5634
5634
|
src: y.thumbnailUrl
|
|
5635
5635
|
}, null, 8, ["src"]),
|
|
5636
|
-
e.cameraHasSunStudy(y.id) ? (v(), D("div",
|
|
5636
|
+
e.cameraHasSunStudy(y.id) ? (v(), D("div", $r, [
|
|
5637
5637
|
C(k, {
|
|
5638
5638
|
class: "sun-icon",
|
|
5639
5639
|
icon: "mdi-white-balance-sunny"
|
|
@@ -5652,10 +5652,10 @@ const Ar = { class: "d-flex align-center" }, Fr = { class: "d-block mr-1" }, Lr
|
|
|
5652
5652
|
], 2);
|
|
5653
5653
|
};
|
|
5654
5654
|
}
|
|
5655
|
-
}), _t = /* @__PURE__ */ ee(
|
|
5655
|
+
}), _t = /* @__PURE__ */ ee(Ur, [["__scopeId", "data-v-9cc758dc"]]), Hr = {
|
|
5656
5656
|
id: "share-btns-wrapper",
|
|
5657
5657
|
class: "text-center"
|
|
5658
|
-
},
|
|
5658
|
+
}, Yr = /* @__PURE__ */ W({
|
|
5659
5659
|
__name: "VSocialShare",
|
|
5660
5660
|
setup(s) {
|
|
5661
5661
|
const t = Ze($e), e = d(!1), n = d(location.href);
|
|
@@ -5732,7 +5732,7 @@ const Ar = { class: "d-flex align-center" }, Fr = { class: "d-block mr-1" }, Lr
|
|
|
5732
5732
|
}),
|
|
5733
5733
|
C(h, { class: "mt-5" }, {
|
|
5734
5734
|
default: b(() => [
|
|
5735
|
-
u("p",
|
|
5735
|
+
u("p", Hr, [
|
|
5736
5736
|
C(f, { location: "top" }, {
|
|
5737
5737
|
activator: b(({ props: g }) => [
|
|
5738
5738
|
C(i, Oe({
|
|
@@ -5820,7 +5820,7 @@ const Ar = { class: "d-flex align-center" }, Fr = { class: "d-block mr-1" }, Lr
|
|
|
5820
5820
|
]);
|
|
5821
5821
|
};
|
|
5822
5822
|
}
|
|
5823
|
-
}),
|
|
5823
|
+
}), sa = /* @__PURE__ */ ee(Yr, [["__scopeId", "data-v-b6e473f1"]]), zr = { class: "static-image-wrapper" }, jr = /* @__PURE__ */ W({
|
|
5824
5824
|
__name: "VSingleImage",
|
|
5825
5825
|
props: {
|
|
5826
5826
|
image: {},
|
|
@@ -5828,17 +5828,17 @@ const Ar = { class: "d-flex align-center" }, Fr = { class: "d-block mr-1" }, Lr
|
|
|
5828
5828
|
},
|
|
5829
5829
|
setup(s) {
|
|
5830
5830
|
const t = s, e = $(() => ({ "background-image": `url("${encodeURI(t.image)}")` }));
|
|
5831
|
-
return (n, a) => (v(), D("div",
|
|
5831
|
+
return (n, a) => (v(), D("div", zr, [
|
|
5832
5832
|
u("div", {
|
|
5833
5833
|
class: ge(["img-div", [n.aspectRatio]]),
|
|
5834
5834
|
style: ce(e.value)
|
|
5835
5835
|
}, null, 6)
|
|
5836
5836
|
]));
|
|
5837
5837
|
}
|
|
5838
|
-
}),
|
|
5838
|
+
}), Pr = /* @__PURE__ */ ee(jr, [["__scopeId", "data-v-31489804"]]), Wr = {
|
|
5839
5839
|
id: "btn-fullscreen",
|
|
5840
5840
|
class: "btn-placeholder mr-2"
|
|
5841
|
-
},
|
|
5841
|
+
}, ra = /* @__PURE__ */ W({
|
|
5842
5842
|
__name: "VFullScreenButton",
|
|
5843
5843
|
props: {
|
|
5844
5844
|
isFullScreen: { type: Boolean }
|
|
@@ -5848,7 +5848,7 @@ const Ar = { class: "d-flex align-center" }, Fr = { class: "d-block mr-1" }, Lr
|
|
|
5848
5848
|
const e = t;
|
|
5849
5849
|
return (n, a) => {
|
|
5850
5850
|
const o = E("v-btn");
|
|
5851
|
-
return v(), D("div",
|
|
5851
|
+
return v(), D("div", Wr, [
|
|
5852
5852
|
C(o, {
|
|
5853
5853
|
density: "comfortable",
|
|
5854
5854
|
elevation: "3",
|
|
@@ -5859,7 +5859,7 @@ const Ar = { class: "d-flex align-center" }, Fr = { class: "d-block mr-1" }, Lr
|
|
|
5859
5859
|
};
|
|
5860
5860
|
}
|
|
5861
5861
|
});
|
|
5862
|
-
class
|
|
5862
|
+
class ia {
|
|
5863
5863
|
constructor(t, e) {
|
|
5864
5864
|
pe(this, "_doc");
|
|
5865
5865
|
pe(this, "_elemId");
|
|
@@ -5899,28 +5899,28 @@ class la {
|
|
|
5899
5899
|
this._state.isActive = t;
|
|
5900
5900
|
}
|
|
5901
5901
|
}
|
|
5902
|
-
const
|
|
5902
|
+
const Nr = {
|
|
5903
5903
|
key: 0,
|
|
5904
5904
|
class: "player-error"
|
|
5905
|
-
},
|
|
5905
|
+
}, Gr = { class: "player-and-components-wrapper" }, Qr = {
|
|
5906
5906
|
key: 3,
|
|
5907
5907
|
class: "settings-panel"
|
|
5908
|
-
},
|
|
5908
|
+
}, Zr = {
|
|
5909
5909
|
key: 0,
|
|
5910
5910
|
class: "compass-wrapper"
|
|
5911
|
-
},
|
|
5911
|
+
}, qr = {
|
|
5912
5912
|
key: 1,
|
|
5913
5913
|
class: "btn-placeholder mr-2"
|
|
5914
|
-
},
|
|
5914
|
+
}, Jr = { class: "btn-placeholder mr-2" }, Xr = {
|
|
5915
5915
|
key: 2,
|
|
5916
5916
|
class: "btn-placeholder mr-2"
|
|
5917
|
-
},
|
|
5917
|
+
}, Kr = { class: "d-flex flex-column align-end" }, ei = {
|
|
5918
5918
|
key: 0,
|
|
5919
5919
|
class: "d-flex align-center flex-column sun-study mt-2"
|
|
5920
|
-
},
|
|
5920
|
+
}, ti = {
|
|
5921
5921
|
key: 2,
|
|
5922
5922
|
class: "render-version"
|
|
5923
|
-
},
|
|
5923
|
+
}, ai = /* @__PURE__ */ W({
|
|
5924
5924
|
__name: "VVirtualTour",
|
|
5925
5925
|
props: {
|
|
5926
5926
|
cdnFileResolver: {},
|
|
@@ -5992,19 +5992,19 @@ const Wr = {
|
|
|
5992
5992
|
showVersion: x
|
|
5993
5993
|
} = Te(n), S = e;
|
|
5994
5994
|
t({
|
|
5995
|
-
updateSelectedInterior:
|
|
5996
|
-
takeSnapshot:
|
|
5995
|
+
updateSelectedInterior: Ut,
|
|
5996
|
+
takeSnapshot: zt,
|
|
5997
5997
|
setCurrentCamera: pt,
|
|
5998
5998
|
getCurrentRotation: ga,
|
|
5999
5999
|
setCurrentRotation: ya,
|
|
6000
6000
|
getCurrentFov: _a,
|
|
6001
6001
|
setCurrentFov: ba,
|
|
6002
|
-
loadDynamicMarkers:
|
|
6003
|
-
screenToWorld:
|
|
6004
|
-
clearCurrentMarkerLayer:
|
|
6002
|
+
loadDynamicMarkers: Fa,
|
|
6003
|
+
screenToWorld: La,
|
|
6004
|
+
clearCurrentMarkerLayer: Aa
|
|
6005
6005
|
});
|
|
6006
|
-
const
|
|
6007
|
-
new
|
|
6006
|
+
const Y = d(!1), G = d(!1), de = d(!1), j = d(), O = d(), J = d(), q = d(), oe = d(), re = d(0), se = d(), be = d(), ie = d(), Fe = d(0), Le = d(0), ze = d(0), we = d(!1), xe = d(!1), Be = d(), De = d(!1), N = d(!1), K = d(
|
|
6007
|
+
new ia(document, "player-wrapper")
|
|
6008
6008
|
), ve = d(), je = $(() => {
|
|
6009
6009
|
if (O.value) {
|
|
6010
6010
|
const F = O.value.cameras.map(
|
|
@@ -6028,7 +6028,7 @@ const Wr = {
|
|
|
6028
6028
|
Se !== -1 && (F = Se);
|
|
6029
6029
|
}
|
|
6030
6030
|
return F;
|
|
6031
|
-
}),
|
|
6031
|
+
}), H = $(() => he.value.findIndex(
|
|
6032
6032
|
(F) => F.archetypeID === se.value
|
|
6033
6033
|
)), Q = $(() => J.value ? J.value.cameras.map((F) => ({
|
|
6034
6034
|
...F,
|
|
@@ -6057,7 +6057,7 @@ const Wr = {
|
|
|
6057
6057
|
return q.value.storeys[Re.value];
|
|
6058
6058
|
}), rt = $(() => O.value && O.value.timeInHours), Ue = $(() => {
|
|
6059
6059
|
if (O.value && O.value.timeInHours && f.value)
|
|
6060
|
-
return
|
|
6060
|
+
return Va(O.value.timeInHours);
|
|
6061
6061
|
});
|
|
6062
6062
|
at(
|
|
6063
6063
|
$e,
|
|
@@ -6065,7 +6065,7 @@ const Wr = {
|
|
|
6065
6065
|
);
|
|
6066
6066
|
const Ne = $(() => /Android|webOS|iPhone|iPad|BlackBerry|Windows Phone|Opera Mini|IEMobile|Mobile/i.test(
|
|
6067
6067
|
window.navigator.userAgent
|
|
6068
|
-
)), Vt = $(() => Ne.value ? "platform-mobile" : "platform-desktop"),
|
|
6068
|
+
)), Vt = $(() => Ne.value ? "platform-mobile" : "platform-desktop"), ua = $(() => {
|
|
6069
6069
|
const F = ue(
|
|
6070
6070
|
a.value,
|
|
6071
6071
|
"/config.json"
|
|
@@ -6080,7 +6080,7 @@ const Wr = {
|
|
|
6080
6080
|
[a, o],
|
|
6081
6081
|
async () => {
|
|
6082
6082
|
try {
|
|
6083
|
-
be.value = void 0, await
|
|
6083
|
+
be.value = void 0, await va(), pa(), await ma(), K.value.setup(), fa();
|
|
6084
6084
|
} catch (F) {
|
|
6085
6085
|
de.value = !0, S("onError", F);
|
|
6086
6086
|
}
|
|
@@ -6103,8 +6103,8 @@ const Wr = {
|
|
|
6103
6103
|
N.value = !0, oe.value.unloadSunSim();
|
|
6104
6104
|
}), Ie(async () => {
|
|
6105
6105
|
try {
|
|
6106
|
-
|
|
6107
|
-
|
|
6106
|
+
ua.value ? (Y.value = !1, N.value = !0) : setTimeout(() => {
|
|
6107
|
+
Y.value = !0;
|
|
6108
6108
|
}, 1e3);
|
|
6109
6109
|
} catch (F) {
|
|
6110
6110
|
de.value = !0, S("onError", F);
|
|
@@ -6112,41 +6112,41 @@ const Wr = {
|
|
|
6112
6112
|
}), Qe(() => {
|
|
6113
6113
|
document.removeEventListener("wheel", St);
|
|
6114
6114
|
});
|
|
6115
|
-
function
|
|
6116
|
-
N.value = !0,
|
|
6115
|
+
function ca(F = !1) {
|
|
6116
|
+
N.value = !0, Y.value = !1, F && da();
|
|
6117
6117
|
}
|
|
6118
|
-
function
|
|
6118
|
+
function da() {
|
|
6119
6119
|
const F = ue(
|
|
6120
6120
|
a.value,
|
|
6121
6121
|
"/config.json"
|
|
6122
6122
|
);
|
|
6123
6123
|
localStorage.setItem(`${F}-dont-show-tutorial`, "true");
|
|
6124
6124
|
}
|
|
6125
|
-
async function
|
|
6126
|
-
j.value = await
|
|
6125
|
+
async function va() {
|
|
6126
|
+
j.value = await ha();
|
|
6127
6127
|
}
|
|
6128
|
-
async function
|
|
6128
|
+
async function ma() {
|
|
6129
6129
|
var F;
|
|
6130
|
-
if (O.value = await
|
|
6130
|
+
if (O.value = await $t(
|
|
6131
6131
|
se.value,
|
|
6132
6132
|
o.value
|
|
6133
|
-
), O.value && (be.value = (F = O.value.cameras[0]) == null ? void 0 : F.id), J.value = await
|
|
6133
|
+
), O.value && (be.value = (F = O.value.cameras[0]) == null ? void 0 : F.id), J.value = await Bt(
|
|
6134
6134
|
se.value,
|
|
6135
6135
|
o.value
|
|
6136
6136
|
), J.value) {
|
|
6137
6137
|
const z = T.value !== null ? T.value : 0;
|
|
6138
6138
|
re.value = z, be.value = J.value.cameras[z].id, ie.value = J.value.cameras[z].id;
|
|
6139
6139
|
}
|
|
6140
|
-
y.value && (q.value = await
|
|
6140
|
+
y.value && (q.value = await Rt(
|
|
6141
6141
|
se.value,
|
|
6142
6142
|
o.value
|
|
6143
6143
|
));
|
|
6144
6144
|
}
|
|
6145
|
-
function
|
|
6145
|
+
function pa() {
|
|
6146
6146
|
let F = r.value;
|
|
6147
6147
|
F || (F = j.value.defaultArchetypeID), l.value.length || !l.value.includes(F) ? F = l.value[0] : console.warn("illegal interior id", F, l), F || (F = j.value.archetypes[0].archetypeID), se.value = F;
|
|
6148
6148
|
}
|
|
6149
|
-
function
|
|
6149
|
+
function fa() {
|
|
6150
6150
|
const F = document.getElementById("main-canvas");
|
|
6151
6151
|
F.addEventListener("touchmove", z, { passive: !1 });
|
|
6152
6152
|
function z(le) {
|
|
@@ -6171,7 +6171,7 @@ const Wr = {
|
|
|
6171
6171
|
function St(F) {
|
|
6172
6172
|
F.preventDefault(), window.scrollBy(0, 0);
|
|
6173
6173
|
}
|
|
6174
|
-
async function
|
|
6174
|
+
async function ha() {
|
|
6175
6175
|
try {
|
|
6176
6176
|
return await ht("/config.json");
|
|
6177
6177
|
} catch (F) {
|
|
@@ -6183,7 +6183,7 @@ const Wr = {
|
|
|
6183
6183
|
return;
|
|
6184
6184
|
}
|
|
6185
6185
|
}
|
|
6186
|
-
async function
|
|
6186
|
+
async function $t(F, z) {
|
|
6187
6187
|
try {
|
|
6188
6188
|
return await ht(
|
|
6189
6189
|
`/${F}/${z}/apartment.json`
|
|
@@ -6197,7 +6197,7 @@ const Wr = {
|
|
|
6197
6197
|
return;
|
|
6198
6198
|
}
|
|
6199
6199
|
}
|
|
6200
|
-
async function
|
|
6200
|
+
async function Bt(F, z) {
|
|
6201
6201
|
try {
|
|
6202
6202
|
return await ht(
|
|
6203
6203
|
`/${F}/${z}/thumbs.json`
|
|
@@ -6210,7 +6210,7 @@ const Wr = {
|
|
|
6210
6210
|
return;
|
|
6211
6211
|
}
|
|
6212
6212
|
}
|
|
6213
|
-
async function
|
|
6213
|
+
async function Rt(F, z) {
|
|
6214
6214
|
try {
|
|
6215
6215
|
return await ht(
|
|
6216
6216
|
`/${F}/${z}/minimap/minimap.json`
|
|
@@ -6250,10 +6250,22 @@ const Wr = {
|
|
|
6250
6250
|
function pt(F) {
|
|
6251
6251
|
De.value = !1, be.value = F;
|
|
6252
6252
|
}
|
|
6253
|
-
function
|
|
6254
|
-
se.value = F, S("onInteriorUpdate", F), S("onCameraUpdate", ie.value, O.value);
|
|
6253
|
+
function Ut(F) {
|
|
6254
|
+
se.value = F, Ca(), S("onInteriorUpdate", F), S("onCameraUpdate", ie.value, O.value);
|
|
6255
6255
|
}
|
|
6256
|
-
function Ca(
|
|
6256
|
+
async function Ca() {
|
|
6257
|
+
O.value = await $t(
|
|
6258
|
+
se.value,
|
|
6259
|
+
o.value
|
|
6260
|
+
), J.value = await Bt(
|
|
6261
|
+
se.value,
|
|
6262
|
+
o.value
|
|
6263
|
+
), y.value && (q.value = await Rt(
|
|
6264
|
+
se.value,
|
|
6265
|
+
o.value
|
|
6266
|
+
));
|
|
6267
|
+
}
|
|
6268
|
+
function wa(F) {
|
|
6257
6269
|
ie.value = F, ie.value && (xt(ie.value, !1), S("onCameraUpdate", ie.value, O.value));
|
|
6258
6270
|
}
|
|
6259
6271
|
const Ge = $(() => (F) => {
|
|
@@ -6263,48 +6275,48 @@ const Wr = {
|
|
|
6263
6275
|
const z = O.value.cameras.find((le) => le.id === F);
|
|
6264
6276
|
return z == null ? void 0 : z.sunsimDayOfYear;
|
|
6265
6277
|
};
|
|
6266
|
-
function
|
|
6278
|
+
function ka(F) {
|
|
6267
6279
|
S("onSunsimUpdate", F);
|
|
6268
6280
|
}
|
|
6269
|
-
function
|
|
6281
|
+
function Ht(F) {
|
|
6270
6282
|
oe.value.loadSunSim(F.timeInHours);
|
|
6271
6283
|
}
|
|
6272
|
-
function
|
|
6284
|
+
function Sa(F) {
|
|
6273
6285
|
Fe.value = F;
|
|
6274
6286
|
}
|
|
6275
|
-
function
|
|
6287
|
+
function Yt(F) {
|
|
6276
6288
|
Le.value = F;
|
|
6277
6289
|
}
|
|
6278
|
-
function
|
|
6290
|
+
function Ia(F) {
|
|
6279
6291
|
ze.value = F;
|
|
6280
6292
|
}
|
|
6281
|
-
function
|
|
6293
|
+
function xa(F, z) {
|
|
6282
6294
|
}
|
|
6283
|
-
function
|
|
6295
|
+
function Da(F) {
|
|
6284
6296
|
oe.value = F, oe.value && (L.value && oe.value.updateSettings(L.value), X.value ? oe.value.loadMarkersJson() : B.value && oe.value.loadDynamicMarkers(B.value));
|
|
6285
6297
|
}
|
|
6286
|
-
function
|
|
6298
|
+
function Aa() {
|
|
6287
6299
|
oe.value.clearCurrentMarkerLayer();
|
|
6288
6300
|
}
|
|
6289
|
-
function
|
|
6301
|
+
function Fa(F) {
|
|
6290
6302
|
oe.value.loadDynamicMarkers(F);
|
|
6291
6303
|
}
|
|
6292
|
-
function
|
|
6304
|
+
function La(F) {
|
|
6293
6305
|
return oe.value.screenToWorld(F);
|
|
6294
6306
|
}
|
|
6295
|
-
function
|
|
6307
|
+
function Ma() {
|
|
6296
6308
|
K.value.toggle(), window.scrollTo({ top: 150, behavior: "smooth" });
|
|
6297
6309
|
}
|
|
6298
|
-
function
|
|
6310
|
+
function Oa() {
|
|
6299
6311
|
we.value = !we.value;
|
|
6300
6312
|
}
|
|
6301
|
-
async function
|
|
6302
|
-
const F = 180 / Math.PI, z = await oe.value.takePhoto(), le = oe.value.getRotationEuler(), Se = oe.value.getCurrentCamera(), Xe = new
|
|
6313
|
+
async function zt() {
|
|
6314
|
+
const F = 180 / Math.PI, z = await oe.value.takePhoto(), le = oe.value.getRotationEuler(), Se = oe.value.getCurrentCamera(), Xe = new to(z, Se), $a = [
|
|
6303
6315
|
le.x * -F,
|
|
6304
6316
|
le.y * -F,
|
|
6305
6317
|
le.z * F
|
|
6306
6318
|
];
|
|
6307
|
-
return S("onSnapshot", Xe,
|
|
6319
|
+
return S("onSnapshot", Xe, $a), Xe;
|
|
6308
6320
|
}
|
|
6309
6321
|
function ft(F) {
|
|
6310
6322
|
let z = ue(a.value, F);
|
|
@@ -6318,25 +6330,25 @@ const Wr = {
|
|
|
6318
6330
|
throw new Error(le);
|
|
6319
6331
|
}
|
|
6320
6332
|
}
|
|
6321
|
-
function
|
|
6333
|
+
function Ta(F) {
|
|
6322
6334
|
oe.value.updateSettings(F);
|
|
6323
6335
|
}
|
|
6324
|
-
function
|
|
6336
|
+
function Ea(F) {
|
|
6325
6337
|
S("saveSettings", F);
|
|
6326
6338
|
}
|
|
6327
|
-
function
|
|
6339
|
+
function Va(F) {
|
|
6328
6340
|
if (F === void 0)
|
|
6329
6341
|
return null;
|
|
6330
6342
|
const z = Math.floor(F), le = Math.floor((z - F) * 60);
|
|
6331
6343
|
return { hours: z, minutes: le };
|
|
6332
6344
|
}
|
|
6333
|
-
const Pe = d(!1),
|
|
6334
|
-
function
|
|
6345
|
+
const Pe = d(!1), jt = d(null), Dt = d(1);
|
|
6346
|
+
function Pt() {
|
|
6335
6347
|
if (Pe.value) {
|
|
6336
|
-
clearInterval(
|
|
6348
|
+
clearInterval(jt.value), Pe.value = !1, oe.value.toggleAutoRotate();
|
|
6337
6349
|
return;
|
|
6338
6350
|
}
|
|
6339
|
-
Pe.value = !0, oe.value.toggleAutoRotate(),
|
|
6351
|
+
Pe.value = !0, oe.value.toggleAutoRotate(), jt.value = setInterval(() => {
|
|
6340
6352
|
Dt.value = 1 * Dt.value, oe.value.setAutoRotateSpeed(Dt.value), mt();
|
|
6341
6353
|
}, 5e3);
|
|
6342
6354
|
}
|
|
@@ -6345,9 +6357,9 @@ const Wr = {
|
|
|
6345
6357
|
return v(), D("div", {
|
|
6346
6358
|
class: ge(["virtual-tour-wrapper", [Vt.value]])
|
|
6347
6359
|
}, [
|
|
6348
|
-
de.value ? (v(), D("div",
|
|
6349
|
-
u("div",
|
|
6350
|
-
!K.value.isActive && q.value && ie.value && Ye.value && se.value && xe.value ? (v(), V(
|
|
6360
|
+
de.value ? (v(), D("div", Nr, "Error loading the player!!")) : R("", !0),
|
|
6361
|
+
u("div", Gr, [
|
|
6362
|
+
!K.value.isActive && q.value && ie.value && Ye.value && se.value && xe.value ? (v(), V(Nt, {
|
|
6351
6363
|
key: 0,
|
|
6352
6364
|
"cdn-file-resolver": A(a),
|
|
6353
6365
|
"apartment-json": O.value,
|
|
@@ -6361,7 +6373,7 @@ const Wr = {
|
|
|
6361
6373
|
key: 1,
|
|
6362
6374
|
class: ge(["v-player", [Vt.value]])
|
|
6363
6375
|
}, [
|
|
6364
|
-
C(
|
|
6376
|
+
C(Fl, {
|
|
6365
6377
|
ref_key: "vPlayerInstance",
|
|
6366
6378
|
ref: ve,
|
|
6367
6379
|
"cdn-file-resolver": A(a),
|
|
@@ -6371,16 +6383,16 @@ const Wr = {
|
|
|
6371
6383
|
"mouse-sensitivity": A(P),
|
|
6372
6384
|
"interior-id": se.value,
|
|
6373
6385
|
"apartment-id": A(o),
|
|
6374
|
-
onNewCameraCallback:
|
|
6375
|
-
onNewRotationCallback:
|
|
6376
|
-
onNewFloorCallback:
|
|
6377
|
-
onNewFovCallback:
|
|
6378
|
-
onNewSizeCallback:
|
|
6379
|
-
onSunsimCallback:
|
|
6380
|
-
onPlayerApiCallback:
|
|
6386
|
+
onNewCameraCallback: wa,
|
|
6387
|
+
onNewRotationCallback: Sa,
|
|
6388
|
+
onNewFloorCallback: Yt,
|
|
6389
|
+
onNewFovCallback: Ia,
|
|
6390
|
+
onNewSizeCallback: xa,
|
|
6391
|
+
onSunsimCallback: ka,
|
|
6392
|
+
onPlayerApiCallback: Da
|
|
6381
6393
|
}, {
|
|
6382
6394
|
"slideshow-image": b(() => [
|
|
6383
|
-
we.value ? (v(), V(
|
|
6395
|
+
we.value ? (v(), V(Pr, {
|
|
6384
6396
|
key: 0,
|
|
6385
6397
|
image: fe.value
|
|
6386
6398
|
}, null, 8, ["image"])) : R("", !0)
|
|
@@ -6399,7 +6411,7 @@ const Wr = {
|
|
|
6399
6411
|
icon: "mdi-alert-outline",
|
|
6400
6412
|
elevation: "3",
|
|
6401
6413
|
class: "mr-2",
|
|
6402
|
-
onClick: z[2] || (z[2] = (Se) =>
|
|
6414
|
+
onClick: z[2] || (z[2] = (Se) => Y.value = !Y.value)
|
|
6403
6415
|
}, null, 512), [
|
|
6404
6416
|
[ke, N.value]
|
|
6405
6417
|
]),
|
|
@@ -6413,31 +6425,31 @@ const Wr = {
|
|
|
6413
6425
|
}, null, 512)), [
|
|
6414
6426
|
[ke, N.value]
|
|
6415
6427
|
]) : R("", !0),
|
|
6416
|
-
N.value && A(g) && je.value.length > 1 ? (v(), V(
|
|
6428
|
+
N.value && A(g) && je.value.length > 1 ? (v(), V(Vl, {
|
|
6417
6429
|
key: 2,
|
|
6418
6430
|
level: Le.value,
|
|
6419
6431
|
"floor-levels": je.value,
|
|
6420
|
-
onLevel:
|
|
6432
|
+
onLevel: Yt
|
|
6421
6433
|
}, null, 8, ["level", "floor-levels"])) : R("", !0),
|
|
6422
|
-
A(I) && G.value ? (v(), D("div",
|
|
6423
|
-
C(
|
|
6434
|
+
A(I) && G.value ? (v(), D("div", Qr, [
|
|
6435
|
+
C(er, {
|
|
6424
6436
|
"initial-settings": A(L),
|
|
6425
|
-
onUpdateSettings:
|
|
6426
|
-
onSaveSettings:
|
|
6437
|
+
onUpdateSettings: Ta,
|
|
6438
|
+
onSaveSettings: Ea
|
|
6427
6439
|
}, null, 8, ["initial-settings"])
|
|
6428
6440
|
])) : R("", !0)
|
|
6429
6441
|
]),
|
|
6430
6442
|
"top-center": b(() => []),
|
|
6431
6443
|
"top-right": b(() => [
|
|
6432
|
-
O.value && A(w) ? Ce((v(), D("div",
|
|
6433
|
-
C(
|
|
6444
|
+
O.value && A(w) ? Ce((v(), D("div", Zr, [
|
|
6445
|
+
C(Nl, { rotation: Fe.value }, null, 8, ["rotation"])
|
|
6434
6446
|
], 512)), [
|
|
6435
6447
|
[ke, N.value]
|
|
6436
6448
|
]) : R("", !0),
|
|
6437
6449
|
u("div", {
|
|
6438
6450
|
onClick: z[4] || (z[4] = (Se) => xe.value = !xe.value)
|
|
6439
6451
|
}, [
|
|
6440
|
-
N.value && O.value && rt.value && A(f) ? (v(), V(
|
|
6452
|
+
N.value && O.value && rt.value && A(f) ? (v(), V(Xl, {
|
|
6441
6453
|
key: 0,
|
|
6442
6454
|
hours: Ue.value.hours,
|
|
6443
6455
|
minutes: Ue.value.minutes,
|
|
@@ -6463,11 +6475,11 @@ const Wr = {
|
|
|
6463
6475
|
})
|
|
6464
6476
|
]),
|
|
6465
6477
|
"center-center": b(() => [
|
|
6466
|
-
|
|
6478
|
+
Y.value ? (v(), V(Vs, {
|
|
6467
6479
|
key: 0,
|
|
6468
|
-
onCloseTutorial: z[5] || (z[5] = (Se) =>
|
|
6480
|
+
onCloseTutorial: z[5] || (z[5] = (Se) => ca(Se))
|
|
6469
6481
|
})) : R("", !0),
|
|
6470
|
-
K.value.isActive && q.value && ie.value && Ye.value && xe.value ? (v(), V(
|
|
6482
|
+
K.value.isActive && q.value && ie.value && Ye.value && xe.value ? (v(), V(Nt, {
|
|
6471
6483
|
key: 1,
|
|
6472
6484
|
"cdn-file-resolver": A(a),
|
|
6473
6485
|
"apartment-json": O.value,
|
|
@@ -6493,29 +6505,29 @@ const Wr = {
|
|
|
6493
6505
|
})
|
|
6494
6506
|
]),
|
|
6495
6507
|
"bottom-left": b(() => [
|
|
6496
|
-
A(k) ? (v(), V(
|
|
6508
|
+
A(k) ? (v(), V(ra, {
|
|
6497
6509
|
key: 0,
|
|
6498
6510
|
"is-full-screen": K.value.isActive,
|
|
6499
6511
|
class: "btn-fullscreen",
|
|
6500
|
-
onToggleFullscreen:
|
|
6512
|
+
onToggleFullscreen: Ma
|
|
6501
6513
|
}, null, 8, ["is-full-screen"])) : R("", !0),
|
|
6502
|
-
A(c) ? (v(), D("div",
|
|
6514
|
+
A(c) ? (v(), D("div", qr, [
|
|
6503
6515
|
C(le, {
|
|
6504
6516
|
density: "comfortable",
|
|
6505
6517
|
elevation: "3",
|
|
6506
6518
|
icon: "mdi-camera",
|
|
6507
|
-
onClick:
|
|
6519
|
+
onClick: zt
|
|
6508
6520
|
})
|
|
6509
6521
|
])) : R("", !0),
|
|
6510
|
-
u("div",
|
|
6511
|
-
A(m) && N.value ? (v(), V(
|
|
6522
|
+
u("div", Jr, [
|
|
6523
|
+
A(m) && N.value ? (v(), V(ls, {
|
|
6512
6524
|
key: 0,
|
|
6513
6525
|
"show-static-image": we.value,
|
|
6514
|
-
onToggle:
|
|
6526
|
+
onToggle: Oa
|
|
6515
6527
|
}, null, 8, ["show-static-image"])) : R("", !0)
|
|
6516
6528
|
]),
|
|
6517
|
-
N.value && A(h) && !K.value.isActive ? (v(), D("div",
|
|
6518
|
-
C(
|
|
6529
|
+
N.value && A(h) && !K.value.isActive ? (v(), D("div", Xr, [
|
|
6530
|
+
C(sa)
|
|
6519
6531
|
])) : R("", !0)
|
|
6520
6532
|
]),
|
|
6521
6533
|
"bottom-center": b(() => [
|
|
@@ -6527,7 +6539,7 @@ const Wr = {
|
|
|
6527
6539
|
"mb-2": !Ne.value
|
|
6528
6540
|
}])
|
|
6529
6541
|
}, [
|
|
6530
|
-
!Pe.value && Ge.value(ie.value) ? (v(), V(
|
|
6542
|
+
!Pe.value && Ge.value(ie.value) ? (v(), V(Er, {
|
|
6531
6543
|
key: 0,
|
|
6532
6544
|
class: "ml-2",
|
|
6533
6545
|
displaySunsim: De.value,
|
|
@@ -6535,12 +6547,12 @@ const Wr = {
|
|
|
6535
6547
|
onToggleSunStudy: z[7] || (z[7] = (Se) => De.value = !De.value)
|
|
6536
6548
|
}, null, 8, ["displaySunsim", "showUI"])) : R("", !0)
|
|
6537
6549
|
], 2),
|
|
6538
|
-
!Ne.value && !Pe.value && be.value && De.value && Ge.value(ie.value) && Je(ie.value)[0] && Be.value ? (v(), V(
|
|
6550
|
+
!Ne.value && !Pe.value && be.value && De.value && Ge.value(ie.value) && Je(ie.value)[0] && Be.value ? (v(), V(Gt, {
|
|
6539
6551
|
key: 0,
|
|
6540
6552
|
class: "sunsim-slider-desktop",
|
|
6541
6553
|
"current-day": Ge.value(ie.value) ? Je(ie.value)[0] : void 0,
|
|
6542
6554
|
"current-time": Be.value,
|
|
6543
|
-
onOnTimeChange:
|
|
6555
|
+
onOnTimeChange: Ht,
|
|
6544
6556
|
onToggleSunStudy: z[8] || (z[8] = (Se) => De.value = !De.value)
|
|
6545
6557
|
}, null, 8, ["current-day", "current-time"])) : R("", !0),
|
|
6546
6558
|
!Ne.value && N.value && A(i) ? (v(), V(_t, {
|
|
@@ -6554,10 +6566,10 @@ const Wr = {
|
|
|
6554
6566
|
onGoto: xt
|
|
6555
6567
|
}, {
|
|
6556
6568
|
before: b(() => [
|
|
6557
|
-
F.enableAutoplay && N.value && !Ne.value ? (v(), V(
|
|
6569
|
+
F.enableAutoplay && N.value && !Ne.value ? (v(), V(Qt, {
|
|
6558
6570
|
key: 0,
|
|
6559
6571
|
autoplayStatus: Pe.value,
|
|
6560
|
-
onToggleAutoPlay: z[9] || (z[9] = (Se) =>
|
|
6572
|
+
onToggleAutoPlay: z[9] || (z[9] = (Se) => Pt())
|
|
6561
6573
|
}, null, 8, ["autoplayStatus"])) : R("", !0)
|
|
6562
6574
|
]),
|
|
6563
6575
|
_: 1
|
|
@@ -6568,13 +6580,13 @@ const Wr = {
|
|
|
6568
6580
|
})
|
|
6569
6581
|
]),
|
|
6570
6582
|
"bottom-right": b(() => [
|
|
6571
|
-
u("div",
|
|
6572
|
-
N.value && A(_) && ye.value ? (v(), V(
|
|
6583
|
+
u("div", Kr, [
|
|
6584
|
+
N.value && A(_) && ye.value ? (v(), V(jl, {
|
|
6573
6585
|
key: 0,
|
|
6574
6586
|
"cdn-file-resolver": A(a),
|
|
6575
6587
|
"available-archetypes": ye.value,
|
|
6576
|
-
"selected-index":
|
|
6577
|
-
onSelectInterior:
|
|
6588
|
+
"selected-index": H.value,
|
|
6589
|
+
onSelectInterior: Ut
|
|
6578
6590
|
}, null, 8, ["cdn-file-resolver", "available-archetypes", "selected-index"])) : R("", !0)
|
|
6579
6591
|
])
|
|
6580
6592
|
]),
|
|
@@ -6593,10 +6605,10 @@ const Wr = {
|
|
|
6593
6605
|
onGoto: xt
|
|
6594
6606
|
}, {
|
|
6595
6607
|
before: b(() => [
|
|
6596
|
-
F.enableAutoplay && N.value ? (v(), V(
|
|
6608
|
+
F.enableAutoplay && N.value ? (v(), V(Qt, {
|
|
6597
6609
|
key: 0,
|
|
6598
6610
|
autoplayStatus: Pe.value,
|
|
6599
|
-
onToggleAutoPlay: z[10] || (z[10] = (Se) =>
|
|
6611
|
+
onToggleAutoPlay: z[10] || (z[10] = (Se) => Pt())
|
|
6600
6612
|
}, null, 8, ["autoplayStatus"])) : R("", !0)
|
|
6601
6613
|
]),
|
|
6602
6614
|
_: 1
|
|
@@ -6604,93 +6616,93 @@ const Wr = {
|
|
|
6604
6616
|
]),
|
|
6605
6617
|
_: 1
|
|
6606
6618
|
}),
|
|
6607
|
-
Ne.value ? (v(), D("div",
|
|
6608
|
-
!Pe.value && be.value && De.value && Ge.value(ie.value) && Je(ie.value)[0] && Be.value ? (v(), V(
|
|
6619
|
+
Ne.value ? (v(), D("div", ei, [
|
|
6620
|
+
!Pe.value && be.value && De.value && Ge.value(ie.value) && Je(ie.value)[0] && Be.value ? (v(), V(Gt, {
|
|
6609
6621
|
key: 0,
|
|
6610
6622
|
class: "mt-1",
|
|
6611
6623
|
"current-day": Ge.value(ie.value) ? Je(ie.value)[0] : void 0,
|
|
6612
6624
|
"current-time": Be.value,
|
|
6613
|
-
onOnTimeChange:
|
|
6625
|
+
onOnTimeChange: Ht,
|
|
6614
6626
|
onToggleSunStudy: z[11] || (z[11] = (Se) => De.value = !De.value)
|
|
6615
6627
|
}, null, 8, ["current-day", "current-time"])) : R("", !0)
|
|
6616
6628
|
])) : R("", !0)
|
|
6617
6629
|
], 2)) : R("", !0),
|
|
6618
|
-
A(te) && A(x) ? (v(), D("div",
|
|
6630
|
+
A(te) && A(x) ? (v(), D("div", ti, " version: " + Z(A(te)), 1)) : R("", !0)
|
|
6619
6631
|
])
|
|
6620
6632
|
], 2);
|
|
6621
6633
|
};
|
|
6622
6634
|
}
|
|
6623
|
-
}),
|
|
6635
|
+
}), ni = /* @__PURE__ */ ee(ai, [["__scopeId", "data-v-8fc80ea7"]]), oi = { id: "player-wrapper" }, li = { id: "player-sizer" }, si = {
|
|
6624
6636
|
class: "player-control",
|
|
6625
6637
|
id: "controls-top-left"
|
|
6626
|
-
},
|
|
6638
|
+
}, ri = {
|
|
6627
6639
|
class: "player-control",
|
|
6628
6640
|
id: "controls-top-center"
|
|
6629
|
-
},
|
|
6641
|
+
}, ii = {
|
|
6630
6642
|
class: "player-control",
|
|
6631
6643
|
id: "controls-top-right"
|
|
6632
|
-
},
|
|
6644
|
+
}, ui = {
|
|
6633
6645
|
class: "player-control",
|
|
6634
6646
|
id: "controls-center-left"
|
|
6635
|
-
},
|
|
6647
|
+
}, ci = {
|
|
6636
6648
|
class: "player-control",
|
|
6637
6649
|
id: "controls-center-center"
|
|
6638
|
-
},
|
|
6650
|
+
}, di = {
|
|
6639
6651
|
class: "player-control",
|
|
6640
6652
|
id: "controls-center-right"
|
|
6641
|
-
},
|
|
6653
|
+
}, vi = {
|
|
6642
6654
|
class: "player-control",
|
|
6643
6655
|
id: "controls-bottom-left"
|
|
6644
|
-
},
|
|
6656
|
+
}, mi = {
|
|
6645
6657
|
class: "player-control",
|
|
6646
6658
|
id: "controls-bottom-center"
|
|
6647
|
-
},
|
|
6659
|
+
}, pi = {
|
|
6648
6660
|
class: "player-control",
|
|
6649
6661
|
id: "controls-bottom-right"
|
|
6650
|
-
},
|
|
6662
|
+
}, fi = /* @__PURE__ */ W({
|
|
6651
6663
|
__name: "VManualSlideShowPlayer",
|
|
6652
6664
|
props: {
|
|
6653
6665
|
isFullScreen: { type: Boolean }
|
|
6654
6666
|
},
|
|
6655
6667
|
emits: ["newSizeCallback"],
|
|
6656
6668
|
setup(s, { emit: t }) {
|
|
6657
|
-
return (e, n) => (v(), D("div",
|
|
6658
|
-
u("div",
|
|
6669
|
+
return (e, n) => (v(), D("div", oi, [
|
|
6670
|
+
u("div", li, [
|
|
6659
6671
|
ne(e.$slots, "slideshow-image", {}, void 0, !0),
|
|
6660
|
-
u("div",
|
|
6672
|
+
u("div", si, [
|
|
6661
6673
|
ne(e.$slots, "top-left", {}, void 0, !0)
|
|
6662
6674
|
]),
|
|
6663
|
-
u("div",
|
|
6675
|
+
u("div", ri, [
|
|
6664
6676
|
ne(e.$slots, "top-center", {}, void 0, !0)
|
|
6665
6677
|
]),
|
|
6666
|
-
u("div",
|
|
6678
|
+
u("div", ii, [
|
|
6667
6679
|
ne(e.$slots, "top-right", {}, void 0, !0)
|
|
6668
6680
|
]),
|
|
6669
|
-
u("div",
|
|
6681
|
+
u("div", ui, [
|
|
6670
6682
|
ne(e.$slots, "center-left", {}, void 0, !0)
|
|
6671
6683
|
]),
|
|
6672
|
-
u("div",
|
|
6684
|
+
u("div", ci, [
|
|
6673
6685
|
ne(e.$slots, "center-center", {}, void 0, !0)
|
|
6674
6686
|
]),
|
|
6675
|
-
u("div",
|
|
6687
|
+
u("div", di, [
|
|
6676
6688
|
ne(e.$slots, "center-right", {}, void 0, !0)
|
|
6677
6689
|
]),
|
|
6678
|
-
u("div",
|
|
6690
|
+
u("div", vi, [
|
|
6679
6691
|
ne(e.$slots, "bottom-left", {}, void 0, !0)
|
|
6680
6692
|
]),
|
|
6681
|
-
u("div",
|
|
6693
|
+
u("div", mi, [
|
|
6682
6694
|
ne(e.$slots, "bottom-center", {}, void 0, !0)
|
|
6683
6695
|
]),
|
|
6684
|
-
u("div",
|
|
6696
|
+
u("div", pi, [
|
|
6685
6697
|
ne(e.$slots, "bottom-right", {}, void 0, !0)
|
|
6686
6698
|
])
|
|
6687
6699
|
])
|
|
6688
6700
|
]));
|
|
6689
6701
|
}
|
|
6690
|
-
}),
|
|
6702
|
+
}), hi = /* @__PURE__ */ ee(fi, [["__scopeId", "data-v-5fdd1e05"]]), gi = { class: "virtual-tour-wrapper" }, yi = { class: "player-and-components-wrapper" }, _i = { class: "mss-image" }, bi = {
|
|
6691
6703
|
key: 1,
|
|
6692
6704
|
class: "btn-placeholder"
|
|
6693
|
-
},
|
|
6705
|
+
}, Ci = /* @__PURE__ */ W({
|
|
6694
6706
|
__name: "VManualSlideShow",
|
|
6695
6707
|
props: {
|
|
6696
6708
|
images: {},
|
|
@@ -6707,7 +6719,7 @@ const Wr = {
|
|
|
6707
6719
|
t.i18nConfig ? new He(t.i18nConfig) : new He()
|
|
6708
6720
|
);
|
|
6709
6721
|
const e = d(0), n = d(
|
|
6710
|
-
new
|
|
6722
|
+
new ia(document, "player-wrapper")
|
|
6711
6723
|
), a = $(() => t.images.map(
|
|
6712
6724
|
(i, f) => ({
|
|
6713
6725
|
id: `image-${f}`,
|
|
@@ -6736,14 +6748,14 @@ const Wr = {
|
|
|
6736
6748
|
}
|
|
6737
6749
|
return (i, f) => {
|
|
6738
6750
|
const w = E("v-img"), k = E("v-btn");
|
|
6739
|
-
return v(), D("div",
|
|
6740
|
-
u("div",
|
|
6751
|
+
return v(), D("div", gi, [
|
|
6752
|
+
u("div", yi, [
|
|
6741
6753
|
u("div", null, [
|
|
6742
|
-
C(
|
|
6754
|
+
C(hi, {
|
|
6743
6755
|
"is-full-screen": n.value.isActive
|
|
6744
6756
|
}, {
|
|
6745
6757
|
"slideshow-image": b(() => [
|
|
6746
|
-
u("div",
|
|
6758
|
+
u("div", _i, [
|
|
6747
6759
|
C(w, {
|
|
6748
6760
|
src: o.value.thumbnailUrl
|
|
6749
6761
|
}, null, 8, ["src"])
|
|
@@ -6782,14 +6794,14 @@ const Wr = {
|
|
|
6782
6794
|
})
|
|
6783
6795
|
]),
|
|
6784
6796
|
"bottom-left": b(() => [
|
|
6785
|
-
i.showFullScreen ? (v(), V(
|
|
6797
|
+
i.showFullScreen ? (v(), V(ra, {
|
|
6786
6798
|
key: 0,
|
|
6787
6799
|
"is-full-screen": n.value.isActive,
|
|
6788
6800
|
class: "btn-fullscreen",
|
|
6789
6801
|
onToggleFullscreen: r
|
|
6790
6802
|
}, null, 8, ["is-full-screen"])) : R("", !0),
|
|
6791
|
-
i.showShare ? (v(), D("div",
|
|
6792
|
-
C(
|
|
6803
|
+
i.showShare ? (v(), D("div", bi, [
|
|
6804
|
+
C(sa)
|
|
6793
6805
|
])) : R("", !0)
|
|
6794
6806
|
]),
|
|
6795
6807
|
"bottom-center": b(() => [
|
|
@@ -6821,7 +6833,7 @@ const Wr = {
|
|
|
6821
6833
|
]);
|
|
6822
6834
|
};
|
|
6823
6835
|
}
|
|
6824
|
-
}),
|
|
6836
|
+
}), wi = /* @__PURE__ */ ee(Ci, [["__scopeId", "data-v-040ac08f"]]), ki = /* @__PURE__ */ W({
|
|
6825
6837
|
__name: "VMiniMap",
|
|
6826
6838
|
props: {
|
|
6827
6839
|
cdnFileResolver: { type: [String, Function] },
|
|
@@ -6891,13 +6903,13 @@ const Wr = {
|
|
|
6891
6903
|
ref_key: "fitContainer",
|
|
6892
6904
|
ref: p
|
|
6893
6905
|
}, [
|
|
6894
|
-
_.hideCompass !== !0 ? (v(), V(
|
|
6906
|
+
_.hideCompass !== !0 ? (v(), V(oa, {
|
|
6895
6907
|
key: 0,
|
|
6896
6908
|
scale: _.compassScale || 1,
|
|
6897
6909
|
rotation: c.value.rotation.y,
|
|
6898
6910
|
"transform-angle": m.value
|
|
6899
6911
|
}, null, 8, ["scale", "rotation", "transform-angle"])) : R("", !0),
|
|
6900
|
-
C(
|
|
6912
|
+
C(na, {
|
|
6901
6913
|
"transform-angle": m.value,
|
|
6902
6914
|
"all-cameras": o.value.cameras,
|
|
6903
6915
|
"background-image": l.value,
|
|
@@ -6918,7 +6930,7 @@ const Wr = {
|
|
|
6918
6930
|
]),
|
|
6919
6931
|
_: 3
|
|
6920
6932
|
}, 8, ["transform-angle", "all-cameras", "background-image", "rotation", "current-camera", "storey"]),
|
|
6921
|
-
_.hideSlider !== !0 ? (v(), V(
|
|
6933
|
+
_.hideSlider !== !0 ? (v(), V(la, {
|
|
6922
6934
|
key: 1,
|
|
6923
6935
|
"cdn-file-resolver": k.value,
|
|
6924
6936
|
"minimap-json": r.value,
|
|
@@ -6933,7 +6945,7 @@ const Wr = {
|
|
|
6933
6945
|
}, 8, ["loading"]);
|
|
6934
6946
|
};
|
|
6935
6947
|
}
|
|
6936
|
-
}),
|
|
6948
|
+
}), fu = /* @__PURE__ */ ee(ki, [["__scopeId", "data-v-8077dfb5"]]), Si = ["src"], Ii = /* @__PURE__ */ W({
|
|
6937
6949
|
__name: "VStructureChooserCameraDayTimeSample",
|
|
6938
6950
|
props: {
|
|
6939
6951
|
timeSampleData: {},
|
|
@@ -6946,11 +6958,11 @@ const Wr = {
|
|
|
6946
6958
|
key: o.value,
|
|
6947
6959
|
src: o.value,
|
|
6948
6960
|
width: "100%"
|
|
6949
|
-
}, null, 8,
|
|
6961
|
+
}, null, 8, Si)), [
|
|
6950
6962
|
[ke, A(a) && A(e) === A(a)]
|
|
6951
6963
|
]);
|
|
6952
6964
|
}
|
|
6953
|
-
}),
|
|
6965
|
+
}), xi = /* @__PURE__ */ ee(Ii, [["__scopeId", "data-v-a12a9cdb"]]), Di = /* @__PURE__ */ W({
|
|
6954
6966
|
__name: "VStructureChooserCameraDay",
|
|
6955
6967
|
props: {
|
|
6956
6968
|
dayData: {},
|
|
@@ -6960,14 +6972,14 @@ const Wr = {
|
|
|
6960
6972
|
},
|
|
6961
6973
|
setup(s) {
|
|
6962
6974
|
const t = s, { dayData: e, cdnFileResolver: n, currentTime: a } = Te(t);
|
|
6963
|
-
return (o, r) => (v(!0), D(me, null, _e(A(e).timeSamples, (l) => (v(), V(
|
|
6975
|
+
return (o, r) => (v(!0), D(me, null, _e(A(e).timeSamples, (l) => (v(), V(xi, {
|
|
6964
6976
|
key: l.filename,
|
|
6965
6977
|
"time-sample-data": l,
|
|
6966
6978
|
"cdn-file-resolver": A(n),
|
|
6967
6979
|
"current-time": A(a)
|
|
6968
6980
|
}, null, 8, ["time-sample-data", "cdn-file-resolver", "current-time"]))), 128));
|
|
6969
6981
|
}
|
|
6970
|
-
}),
|
|
6982
|
+
}), Ai = ["src"], Fi = /* @__PURE__ */ W({
|
|
6971
6983
|
__name: "VStructureChooserCamera",
|
|
6972
6984
|
props: {
|
|
6973
6985
|
cameraData: {},
|
|
@@ -6981,7 +6993,7 @@ const Wr = {
|
|
|
6981
6993
|
n.value,
|
|
6982
6994
|
a.value.defaultFilename
|
|
6983
6995
|
));
|
|
6984
|
-
return (l, m) => A(e).sunsimDayOfYear ? (v(!0), D(me, { key: 0 }, _e(A(e).sunsimDayOfYear, (p) => (v(), V(
|
|
6996
|
+
return (l, m) => A(e).sunsimDayOfYear ? (v(!0), D(me, { key: 0 }, _e(A(e).sunsimDayOfYear, (p) => (v(), V(Di, {
|
|
6985
6997
|
key: p.dayOfYear,
|
|
6986
6998
|
"day-data": p,
|
|
6987
6999
|
"cdn-file-resolver": A(n),
|
|
@@ -6991,11 +7003,11 @@ const Wr = {
|
|
|
6991
7003
|
key: r.value,
|
|
6992
7004
|
src: r.value,
|
|
6993
7005
|
width: "100%"
|
|
6994
|
-
}, null, 8,
|
|
7006
|
+
}, null, 8, Ai)), [
|
|
6995
7007
|
[ke, A(a) === A(e)]
|
|
6996
7008
|
]);
|
|
6997
7009
|
}
|
|
6998
|
-
}),
|
|
7010
|
+
}), Li = ["src"], Mi = /* @__PURE__ */ W({
|
|
6999
7011
|
__name: "VStructureChooserTransition",
|
|
7000
7012
|
props: {
|
|
7001
7013
|
transitionData: {},
|
|
@@ -7008,23 +7020,23 @@ const Wr = {
|
|
|
7008
7020
|
key: o.value,
|
|
7009
7021
|
src: o.value,
|
|
7010
7022
|
class: "position-absolute top-left w-100 h-100"
|
|
7011
|
-
}, null, 8,
|
|
7023
|
+
}, null, 8, Li)), [
|
|
7012
7024
|
[ke, A(e) === A(a)]
|
|
7013
7025
|
]);
|
|
7014
7026
|
}
|
|
7015
|
-
}),
|
|
7016
|
-
function
|
|
7027
|
+
}), Oi = /* @__PURE__ */ ee(Mi, [["__scopeId", "data-v-ea8553ab"]]);
|
|
7028
|
+
function Zt(s) {
|
|
7017
7029
|
const t = /* @__PURE__ */ new Date(0);
|
|
7018
7030
|
return t.setUTCDate(s), t.toLocaleString("en-no", {
|
|
7019
7031
|
month: "short",
|
|
7020
7032
|
day: "numeric"
|
|
7021
7033
|
});
|
|
7022
7034
|
}
|
|
7023
|
-
const
|
|
7035
|
+
const Ti = {
|
|
7024
7036
|
key: 0,
|
|
7025
7037
|
class: "d-inline-block",
|
|
7026
7038
|
style: { "vertical-align": "top" }
|
|
7027
|
-
},
|
|
7039
|
+
}, Ei = /* @__PURE__ */ W({
|
|
7028
7040
|
__name: "VStructureChooserUiDayButton",
|
|
7029
7041
|
props: {
|
|
7030
7042
|
isMobileSized: { type: Boolean },
|
|
@@ -7046,7 +7058,7 @@ const Oi = {
|
|
|
7046
7058
|
);
|
|
7047
7059
|
}), (p, i) => {
|
|
7048
7060
|
const f = E("v-btn"), w = E("v-field"), k = E("v-list-item-title"), c = E("v-list-item"), h = E("v-list"), _ = E("v-menu");
|
|
7049
|
-
return A(a).sunsimDayOfYear && A(a).sunsimDayOfYear.length > 0 ? (v(), D("div",
|
|
7061
|
+
return A(a).sunsimDayOfYear && A(a).sunsimDayOfYear.length > 0 ? (v(), D("div", Ti, [
|
|
7050
7062
|
C(_, null, {
|
|
7051
7063
|
activator: b(({ props: y }) => [
|
|
7052
7064
|
C(w, {
|
|
@@ -7066,7 +7078,7 @@ const Oi = {
|
|
|
7066
7078
|
size: A(n) ? "small" : void 0
|
|
7067
7079
|
}, y), {
|
|
7068
7080
|
default: b(() => [
|
|
7069
|
-
ae(Z(A(
|
|
7081
|
+
ae(Z(A(Zt)(m.value)), 1)
|
|
7070
7082
|
]),
|
|
7071
7083
|
_: 2
|
|
7072
7084
|
}, 1040, ["readonly", "append-icon", "disabled", "size"])
|
|
@@ -7085,7 +7097,7 @@ const Oi = {
|
|
|
7085
7097
|
default: b(() => [
|
|
7086
7098
|
C(k, null, {
|
|
7087
7099
|
default: b(() => [
|
|
7088
|
-
ae(Z(A(
|
|
7100
|
+
ae(Z(A(Zt)(y.dayOfYear)), 1)
|
|
7089
7101
|
]),
|
|
7090
7102
|
_: 2
|
|
7091
7103
|
}, 1024)
|
|
@@ -7101,13 +7113,13 @@ const Oi = {
|
|
|
7101
7113
|
])) : R("", !0);
|
|
7102
7114
|
};
|
|
7103
7115
|
}
|
|
7104
|
-
}),
|
|
7116
|
+
}), Vi = /* @__PURE__ */ ee(Ei, [["__scopeId", "data-v-743f5faf"]]), $i = { class: "still-camera-thumbnails-wrapper d-flex justify-center" }, Bi = ["onClick"], Ri = {
|
|
7105
7117
|
key: 0,
|
|
7106
7118
|
class: "camera-name text-caption text-capitalize"
|
|
7107
|
-
},
|
|
7119
|
+
}, Ui = {
|
|
7108
7120
|
key: 1,
|
|
7109
7121
|
class: "icon-wrapper"
|
|
7110
|
-
},
|
|
7122
|
+
}, Hi = /* @__PURE__ */ W({
|
|
7111
7123
|
__name: "VStructureChooserUiCameraThumbnails",
|
|
7112
7124
|
props: {
|
|
7113
7125
|
isMobileSized: { type: Boolean },
|
|
@@ -7147,7 +7159,7 @@ const Oi = {
|
|
|
7147
7159
|
enabled: !A(l)
|
|
7148
7160
|
})
|
|
7149
7161
|
}, [
|
|
7150
|
-
u("div",
|
|
7162
|
+
u("div", $i, [
|
|
7151
7163
|
(v(!0), D(me, null, _e(A(a), (c, h) => (v(), D("div", {
|
|
7152
7164
|
key: h,
|
|
7153
7165
|
class: ge(["still-camera-image d-flex flex-column flex-reverse align-center elevation-2", {
|
|
@@ -7155,7 +7167,7 @@ const Oi = {
|
|
|
7155
7167
|
}]),
|
|
7156
7168
|
onClick: (_) => i(c)
|
|
7157
7169
|
}, [
|
|
7158
|
-
c.cameraName ? (v(), D("div",
|
|
7170
|
+
c.cameraName ? (v(), D("div", Ri, Z(c.cameraName), 1)) : R("", !0),
|
|
7159
7171
|
u("div", {
|
|
7160
7172
|
class: "camera-thumbnail-image",
|
|
7161
7173
|
style: ce({
|
|
@@ -7165,7 +7177,7 @@ const Oi = {
|
|
|
7165
7177
|
)})`
|
|
7166
7178
|
})
|
|
7167
7179
|
}, null, 4),
|
|
7168
|
-
c.sunsimDayOfYear && c.sunsimDayOfYear.length > 1 ? (v(), D("div",
|
|
7180
|
+
c.sunsimDayOfYear && c.sunsimDayOfYear.length > 1 ? (v(), D("div", Ui, [
|
|
7169
7181
|
C(k, {
|
|
7170
7182
|
size: "x-small",
|
|
7171
7183
|
color: "warning",
|
|
@@ -7177,12 +7189,12 @@ const Oi = {
|
|
|
7177
7189
|
_: 1
|
|
7178
7190
|
})
|
|
7179
7191
|
])) : R("", !0)
|
|
7180
|
-
], 10,
|
|
7192
|
+
], 10, Bi))), 128))
|
|
7181
7193
|
])
|
|
7182
7194
|
], 2);
|
|
7183
7195
|
};
|
|
7184
7196
|
}
|
|
7185
|
-
}),
|
|
7197
|
+
}), Yi = /* @__PURE__ */ ee(Hi, [["__scopeId", "data-v-a94daee8"]]), zi = { class: "small" }, ji = { class: "small" }, Pi = /* @__PURE__ */ W({
|
|
7186
7198
|
__name: "VStructureChooserUiTimeSampleSlider",
|
|
7187
7199
|
props: {
|
|
7188
7200
|
isMobileSized: { type: Boolean },
|
|
@@ -7254,7 +7266,7 @@ const Oi = {
|
|
|
7254
7266
|
]),
|
|
7255
7267
|
_: 1
|
|
7256
7268
|
}),
|
|
7257
|
-
u("span",
|
|
7269
|
+
u("span", zi, Z(A(yt)(m.value)), 1)
|
|
7258
7270
|
]),
|
|
7259
7271
|
_: 1
|
|
7260
7272
|
}, 8, ["modelValue", "min", "max", "step", "disabled"])) : (v(), D(me, { key: 1 }, [
|
|
@@ -7268,7 +7280,7 @@ const Oi = {
|
|
|
7268
7280
|
]),
|
|
7269
7281
|
_: 1
|
|
7270
7282
|
}),
|
|
7271
|
-
u("span",
|
|
7283
|
+
u("span", ji, Z(A(yt)(m.value)), 1)
|
|
7272
7284
|
], 64))
|
|
7273
7285
|
]),
|
|
7274
7286
|
_: 1
|
|
@@ -7276,10 +7288,10 @@ const Oi = {
|
|
|
7276
7288
|
], 6);
|
|
7277
7289
|
};
|
|
7278
7290
|
}
|
|
7279
|
-
}),
|
|
7291
|
+
}), Wi = /* @__PURE__ */ ee(Pi, [["__scopeId", "data-v-4d44890b"]]), Ni = {
|
|
7280
7292
|
class: "d-inline-block",
|
|
7281
7293
|
style: { "vertical-align": "top" }
|
|
7282
|
-
},
|
|
7294
|
+
}, Gi = /* @__PURE__ */ u("hr", { style: { "border-top": "1px solid #999" } }, null, -1), Qi = /* @__PURE__ */ W({
|
|
7283
7295
|
__name: "VStructureChooserUiZoomButtons",
|
|
7284
7296
|
props: {
|
|
7285
7297
|
isMobileSized: { type: Boolean },
|
|
@@ -7292,7 +7304,7 @@ const Oi = {
|
|
|
7292
7304
|
const e = s, { isMobileSized: n, canZoomIn: a, canZoomOut: o, disabled: r } = Te(e), l = t;
|
|
7293
7305
|
return (m, p) => {
|
|
7294
7306
|
const i = E("v-btn");
|
|
7295
|
-
return v(), D("div",
|
|
7307
|
+
return v(), D("div", Ni, [
|
|
7296
7308
|
C(i, {
|
|
7297
7309
|
disabled: A(r) || !A(a),
|
|
7298
7310
|
size: A(n) ? "x-small" : "small",
|
|
@@ -7301,7 +7313,7 @@ const Oi = {
|
|
|
7301
7313
|
onClick: p[0] || (p[0] = (f) => l("onZoomIn")),
|
|
7302
7314
|
style: { "border-bottom-left-radius": "0", "border-bottom-right-radius": "0" }
|
|
7303
7315
|
}, null, 8, ["disabled", "size"]),
|
|
7304
|
-
|
|
7316
|
+
Gi,
|
|
7305
7317
|
C(i, {
|
|
7306
7318
|
disabled: A(r) || !A(o),
|
|
7307
7319
|
size: A(n) ? "x-small" : "small",
|
|
@@ -7313,7 +7325,7 @@ const Oi = {
|
|
|
7313
7325
|
]);
|
|
7314
7326
|
};
|
|
7315
7327
|
}
|
|
7316
|
-
}),
|
|
7328
|
+
}), Zi = ["innerHTML"], qi = /* @__PURE__ */ W({
|
|
7317
7329
|
__name: "VStructureChooserOverlay",
|
|
7318
7330
|
props: {
|
|
7319
7331
|
cdnFileResolver: { type: [String, Function] },
|
|
@@ -7418,15 +7430,15 @@ const Oi = {
|
|
|
7418
7430
|
class: "w-100 h-100 position-absolute top-left structure-chooser-overlay-svg",
|
|
7419
7431
|
style: { "z-index": "5" },
|
|
7420
7432
|
innerHTML: p.value
|
|
7421
|
-
}, null, 8,
|
|
7433
|
+
}, null, 8, Zi)), [
|
|
7422
7434
|
[ke, m.value]
|
|
7423
7435
|
])
|
|
7424
7436
|
]),
|
|
7425
7437
|
_: 1
|
|
7426
7438
|
}));
|
|
7427
7439
|
}
|
|
7428
|
-
}),
|
|
7429
|
-
function
|
|
7440
|
+
}), Ji = /* @__PURE__ */ ee(qi, [["__scopeId", "data-v-6814fbb2"]]);
|
|
7441
|
+
function Xi(s) {
|
|
7430
7442
|
if (!s)
|
|
7431
7443
|
return !1;
|
|
7432
7444
|
const t = [
|
|
@@ -7444,16 +7456,16 @@ function Ji(s) {
|
|
|
7444
7456
|
return !1;
|
|
7445
7457
|
return !0;
|
|
7446
7458
|
}
|
|
7447
|
-
function
|
|
7459
|
+
function Ki(s) {
|
|
7448
7460
|
return !("filename" in s) && "defaultFilename" in s;
|
|
7449
7461
|
}
|
|
7450
7462
|
function Lt(s) {
|
|
7451
7463
|
return "filename" in s;
|
|
7452
7464
|
}
|
|
7453
|
-
function
|
|
7465
|
+
function eu(s) {
|
|
7454
7466
|
return s ? "version" in s : !1;
|
|
7455
7467
|
}
|
|
7456
|
-
function
|
|
7468
|
+
function tu(s) {
|
|
7457
7469
|
if (!s)
|
|
7458
7470
|
return !1;
|
|
7459
7471
|
const t = [
|
|
@@ -7469,7 +7481,7 @@ function eu(s) {
|
|
|
7469
7481
|
return !1;
|
|
7470
7482
|
return !0;
|
|
7471
7483
|
}
|
|
7472
|
-
function
|
|
7484
|
+
function au(s) {
|
|
7473
7485
|
if (!s)
|
|
7474
7486
|
return !1;
|
|
7475
7487
|
const t = ["version", "latitude", "longitude", "buildings", "cameras"];
|
|
@@ -7481,11 +7493,11 @@ function tu(s) {
|
|
|
7481
7493
|
function Ke(s) {
|
|
7482
7494
|
return s.startsWith("/") ? s : `/${s}`;
|
|
7483
7495
|
}
|
|
7484
|
-
function
|
|
7496
|
+
function nu(s) {
|
|
7485
7497
|
var t, e, n, a;
|
|
7486
|
-
if (
|
|
7498
|
+
if (Xi(s))
|
|
7487
7499
|
return s;
|
|
7488
|
-
if (
|
|
7500
|
+
if (au(s)) {
|
|
7489
7501
|
if (!s.buildings)
|
|
7490
7502
|
throw new Error(
|
|
7491
7503
|
"cannot convert BuildingChooserDataV5 to StructureChooser: key 'buildings' is missing"
|
|
@@ -7539,7 +7551,7 @@ function au(s) {
|
|
|
7539
7551
|
};
|
|
7540
7552
|
})
|
|
7541
7553
|
};
|
|
7542
|
-
} else if (
|
|
7554
|
+
} else if (tu(s)) {
|
|
7543
7555
|
if (!s.days && !s.timeSamples)
|
|
7544
7556
|
throw new Error(
|
|
7545
7557
|
"cannot convert BuildingChooserDataLegacy to StructureChooser: 'days' and 'timeSamples' are empty"
|
|
@@ -7565,7 +7577,7 @@ function au(s) {
|
|
|
7565
7577
|
{
|
|
7566
7578
|
cameraName: "",
|
|
7567
7579
|
cameraPosition: s.cameraPosition,
|
|
7568
|
-
cameraRotation:
|
|
7580
|
+
cameraRotation: qt(
|
|
7569
7581
|
s.cameraRotation.normalized || s.cameraRotation
|
|
7570
7582
|
),
|
|
7571
7583
|
cameraFov: s.cameraFov,
|
|
@@ -7586,7 +7598,7 @@ function au(s) {
|
|
|
7586
7598
|
]
|
|
7587
7599
|
};
|
|
7588
7600
|
} else {
|
|
7589
|
-
if (
|
|
7601
|
+
if (Rn(s))
|
|
7590
7602
|
return {
|
|
7591
7603
|
version: "5.0",
|
|
7592
7604
|
latitude: s.latitude,
|
|
@@ -7646,7 +7658,7 @@ function au(s) {
|
|
|
7646
7658
|
return o;
|
|
7647
7659
|
})
|
|
7648
7660
|
};
|
|
7649
|
-
if (
|
|
7661
|
+
if (eu(s)) {
|
|
7650
7662
|
if (!s.sceneData)
|
|
7651
7663
|
throw new Error(
|
|
7652
7664
|
"cannot convert ApartmentChooserDataLegacy to StructureChooser: key 'sceneData' is missing"
|
|
@@ -7663,7 +7675,7 @@ function au(s) {
|
|
|
7663
7675
|
p = o[m].filename, i = {
|
|
7664
7676
|
cameraName: `Camera ${l + 1}`,
|
|
7665
7677
|
cameraPosition: void 0,
|
|
7666
|
-
cameraRotation: s.sceneCameras && (n = s.sceneCameras.find((f) => f.scene === l)) != null && n.cameraRotation ?
|
|
7678
|
+
cameraRotation: s.sceneCameras && (n = s.sceneCameras.find((f) => f.scene === l)) != null && n.cameraRotation ? qt(
|
|
7667
7679
|
(a = s.sceneCameras.find((f) => f.scene === l)) == null ? void 0 : a.cameraRotation
|
|
7668
7680
|
) : void 0,
|
|
7669
7681
|
cameraFov: 0,
|
|
@@ -7710,7 +7722,7 @@ function au(s) {
|
|
|
7710
7722
|
throw new Error("cannot convert data, no conversion source type found");
|
|
7711
7723
|
}
|
|
7712
7724
|
}
|
|
7713
|
-
function
|
|
7725
|
+
function qt({ x: s, y: t, z: e }) {
|
|
7714
7726
|
return {
|
|
7715
7727
|
x: s,
|
|
7716
7728
|
y: t,
|
|
@@ -7718,10 +7730,10 @@ function Gt({ x: s, y: t, z: e }) {
|
|
|
7718
7730
|
w: 0
|
|
7719
7731
|
};
|
|
7720
7732
|
}
|
|
7721
|
-
const
|
|
7733
|
+
const ou = ["innerHTML"], lu = { style: { "z-index": "7" } }, su = {
|
|
7722
7734
|
key: 4,
|
|
7723
7735
|
class: "render-version"
|
|
7724
|
-
},
|
|
7736
|
+
}, ru = /* @__PURE__ */ W({
|
|
7725
7737
|
__name: "VStructureChooser",
|
|
7726
7738
|
props: {
|
|
7727
7739
|
structureChooserData: {},
|
|
@@ -7757,7 +7769,7 @@ const nu = ["innerHTML"], ou = { style: { "z-index": "7" } }, lu = {
|
|
|
7757
7769
|
$e,
|
|
7758
7770
|
l.value ? new He(l.value) : new He()
|
|
7759
7771
|
);
|
|
7760
|
-
const h = d(), _ = d(), y = d(), g = d(null), T = d(4), M = d(), P = d(!1), I = d(!1), L = d(), X = $(() => L.value.isHoverEnabled), B = d({ x: 0, y: 0, width: 0, height: 0 }), te = d(), x = d(), S = d(),
|
|
7772
|
+
const h = d(), _ = d(), y = d(), g = d(null), T = d(4), M = d(), P = d(!1), I = d(!1), L = d(), X = $(() => L.value.isHoverEnabled), B = d({ x: 0, y: 0, width: 0, height: 0 }), te = d(), x = d(), S = d(), Y = d(!1), G = d(), de = d({
|
|
7761
7773
|
current: 100,
|
|
7762
7774
|
min: 100,
|
|
7763
7775
|
max: 1e3
|
|
@@ -7771,21 +7783,21 @@ const nu = ["innerHTML"], ou = { style: { "z-index": "7" } }, lu = {
|
|
|
7771
7783
|
currentScene: T.value
|
|
7772
7784
|
}),
|
|
7773
7785
|
setState: ({
|
|
7774
|
-
currentCamera:
|
|
7786
|
+
currentCamera: H,
|
|
7775
7787
|
currentDay: Q,
|
|
7776
7788
|
currentTime: fe,
|
|
7777
7789
|
currentTransition: he,
|
|
7778
7790
|
currentScene: ye
|
|
7779
7791
|
}) => {
|
|
7780
|
-
h.value =
|
|
7792
|
+
h.value = H, _.value = Q, y.value = fe, g.value = he, T.value = ye;
|
|
7781
7793
|
}
|
|
7782
7794
|
}), Ie(() => {
|
|
7783
7795
|
P.value = !0, j.value = !1;
|
|
7784
7796
|
}), U(
|
|
7785
7797
|
a,
|
|
7786
|
-
(
|
|
7798
|
+
(H) => {
|
|
7787
7799
|
try {
|
|
7788
|
-
j.value = !1, S.value =
|
|
7800
|
+
j.value = !1, S.value = nu(H);
|
|
7789
7801
|
} catch (Q) {
|
|
7790
7802
|
j.value = !0, c("onError", Q);
|
|
7791
7803
|
}
|
|
@@ -7793,8 +7805,8 @@ const nu = ["innerHTML"], ou = { style: { "z-index": "7" } }, lu = {
|
|
|
7793
7805
|
{
|
|
7794
7806
|
immediate: !0
|
|
7795
7807
|
}
|
|
7796
|
-
), U(P, (
|
|
7797
|
-
|
|
7808
|
+
), U(P, (H) => {
|
|
7809
|
+
H && c("onInitialize");
|
|
7798
7810
|
});
|
|
7799
7811
|
const O = d(), J = d(0);
|
|
7800
7812
|
U(
|
|
@@ -7810,12 +7822,12 @@ const nu = ["innerHTML"], ou = { style: { "z-index": "7" } }, lu = {
|
|
|
7810
7822
|
() => x.value,
|
|
7811
7823
|
() => {
|
|
7812
7824
|
x.value && new ResizeObserver(([Q]) => {
|
|
7813
|
-
|
|
7825
|
+
Y.value = Q.contentRect.width < k.value;
|
|
7814
7826
|
}).observe(x.value);
|
|
7815
7827
|
}
|
|
7816
7828
|
);
|
|
7817
7829
|
const q = $(
|
|
7818
|
-
() => S.value ? S.value.cameras.filter(
|
|
7830
|
+
() => S.value ? S.value.cameras.filter(Ki) : []
|
|
7819
7831
|
), oe = $(
|
|
7820
7832
|
() => S.value ? S.value.cameras.filter(Lt) : []
|
|
7821
7833
|
);
|
|
@@ -7823,9 +7835,9 @@ const nu = ["innerHTML"], ou = { style: { "z-index": "7" } }, lu = {
|
|
|
7823
7835
|
[S, o, i],
|
|
7824
7836
|
async () => {
|
|
7825
7837
|
o.value && q.value.length > 0 && (i.value ? h.value = q.value.find(
|
|
7826
|
-
(
|
|
7838
|
+
(H) => H.cameraName === i.value
|
|
7827
7839
|
) || q.value[0] : h.value = q.value[0], T.value = S.value.cameras.findIndex(
|
|
7828
|
-
(
|
|
7840
|
+
(H) => H === h.value
|
|
7829
7841
|
), T.value = Math.max(0, T.value));
|
|
7830
7842
|
},
|
|
7831
7843
|
{ immediate: !0 }
|
|
@@ -7833,7 +7845,7 @@ const nu = ["innerHTML"], ou = { style: { "z-index": "7" } }, lu = {
|
|
|
7833
7845
|
[S, o, f],
|
|
7834
7846
|
() => {
|
|
7835
7847
|
S.value && o.value && h.value && h.value.sunsimDayOfYear && h.value.sunsimDayOfYear.length > 0 && (f.value ? _.value = h.value.sunsimDayOfYear.find(
|
|
7836
|
-
(
|
|
7848
|
+
(H) => H.dayOfYear === f.value
|
|
7837
7849
|
) || h.value.sunsimDayOfYear[0] : _.value = h.value.sunsimDayOfYear[0]);
|
|
7838
7850
|
},
|
|
7839
7851
|
{ immediate: !0 }
|
|
@@ -7841,28 +7853,28 @@ const nu = ["innerHTML"], ou = { style: { "z-index": "7" } }, lu = {
|
|
|
7841
7853
|
[S, o, w],
|
|
7842
7854
|
() => {
|
|
7843
7855
|
S.value && o.value && _.value && _.value.timeSamples && _.value.timeSamples.length > 0 && (w.value ? y.value = _.value.timeSamples.find(
|
|
7844
|
-
(
|
|
7856
|
+
(H) => H.timeInHours === w.value
|
|
7845
7857
|
) || _.value.timeSamples[0] : y.value = _.value.timeSamples.find(
|
|
7846
|
-
(
|
|
7858
|
+
(H) => H.timeInHours === _.value.defaultHour
|
|
7847
7859
|
) || _.value.timeSamples[0]);
|
|
7848
7860
|
},
|
|
7849
7861
|
{ immediate: !0 }
|
|
7850
7862
|
);
|
|
7851
|
-
function re(
|
|
7852
|
-
h.value !==
|
|
7853
|
-
S.value.cameras.findIndex((Q) => Q ===
|
|
7863
|
+
function re(H) {
|
|
7864
|
+
h.value !== H && K(
|
|
7865
|
+
S.value.cameras.findIndex((Q) => Q === H)
|
|
7854
7866
|
);
|
|
7855
7867
|
}
|
|
7856
|
-
function se(
|
|
7857
|
-
T.value =
|
|
7868
|
+
function se(H) {
|
|
7869
|
+
T.value = H, Lt(S.value.cameras[T.value]) ? g.value = S.value.cameras[T.value] : (Ae(() => {
|
|
7858
7870
|
be(
|
|
7859
7871
|
S.value.cameras[T.value]
|
|
7860
7872
|
);
|
|
7861
7873
|
}), g.value = null);
|
|
7862
7874
|
}
|
|
7863
|
-
function be(
|
|
7875
|
+
function be(H) {
|
|
7864
7876
|
const Q = _.value;
|
|
7865
|
-
h.value =
|
|
7877
|
+
h.value = H, T.value = S.value.cameras.findIndex(
|
|
7866
7878
|
(fe) => fe === h.value
|
|
7867
7879
|
), Ae(() => {
|
|
7868
7880
|
h.value.sunsimDayOfYear && h.value.sunsimDayOfYear.length > 0 && ie(
|
|
@@ -7872,9 +7884,9 @@ const nu = ["innerHTML"], ou = { style: { "z-index": "7" } }, lu = {
|
|
|
7872
7884
|
);
|
|
7873
7885
|
});
|
|
7874
7886
|
}
|
|
7875
|
-
function ie(
|
|
7887
|
+
function ie(H) {
|
|
7876
7888
|
const Q = y.value;
|
|
7877
|
-
_.value =
|
|
7889
|
+
_.value = H, Ae(() => {
|
|
7878
7890
|
Fe(
|
|
7879
7891
|
_.value.timeSamples.find(
|
|
7880
7892
|
(fe) => fe.timeInHours === Q.timeInHours
|
|
@@ -7884,26 +7896,26 @@ const nu = ["innerHTML"], ou = { style: { "z-index": "7" } }, lu = {
|
|
|
7884
7896
|
);
|
|
7885
7897
|
});
|
|
7886
7898
|
}
|
|
7887
|
-
function Fe(
|
|
7888
|
-
y.value =
|
|
7899
|
+
function Fe(H) {
|
|
7900
|
+
y.value = H;
|
|
7889
7901
|
}
|
|
7890
|
-
function Le(
|
|
7891
|
-
c("onClick",
|
|
7902
|
+
function Le(H) {
|
|
7903
|
+
c("onClick", H, () => {
|
|
7892
7904
|
const Q = S.value.stillCameraData.find(
|
|
7893
|
-
(fe) => fe.id ===
|
|
7905
|
+
(fe) => fe.id === H
|
|
7894
7906
|
);
|
|
7895
7907
|
Q && K(Q.bestIndex);
|
|
7896
7908
|
});
|
|
7897
7909
|
}
|
|
7898
|
-
function ze(
|
|
7899
|
-
c("onHoverOver",
|
|
7910
|
+
function ze(H) {
|
|
7911
|
+
c("onHoverOver", H), M.value = H;
|
|
7900
7912
|
}
|
|
7901
|
-
function we(
|
|
7902
|
-
c("onHoverOut",
|
|
7913
|
+
function we(H) {
|
|
7914
|
+
c("onHoverOut", H), M.value = void 0;
|
|
7903
7915
|
}
|
|
7904
|
-
function xe(
|
|
7905
|
-
const { layerX: Q, layerY: fe } =
|
|
7906
|
-
let he =
|
|
7916
|
+
function xe(H) {
|
|
7917
|
+
const { layerX: Q, layerY: fe } = H;
|
|
7918
|
+
let he = H.target, ye = !1;
|
|
7907
7919
|
for (; he; )
|
|
7908
7920
|
if (he === te.value) {
|
|
7909
7921
|
ye = !0;
|
|
@@ -7911,7 +7923,7 @@ const nu = ["innerHTML"], ou = { style: { "z-index": "7" } }, lu = {
|
|
|
7911
7923
|
} else
|
|
7912
7924
|
he = he.parentElement;
|
|
7913
7925
|
if (ye) {
|
|
7914
|
-
const Ye =
|
|
7926
|
+
const Ye = H.currentTarget;
|
|
7915
7927
|
B.value = {
|
|
7916
7928
|
x: Q,
|
|
7917
7929
|
y: fe,
|
|
@@ -7920,40 +7932,40 @@ const nu = ["innerHTML"], ou = { style: { "z-index": "7" } }, lu = {
|
|
|
7920
7932
|
};
|
|
7921
7933
|
} else
|
|
7922
7934
|
B.value = void 0;
|
|
7923
|
-
c("onMouseMove",
|
|
7935
|
+
c("onMouseMove", H, B.value);
|
|
7924
7936
|
}
|
|
7925
7937
|
function Be({
|
|
7926
|
-
min:
|
|
7938
|
+
min: H,
|
|
7927
7939
|
max: Q,
|
|
7928
7940
|
current: fe
|
|
7929
7941
|
}) {
|
|
7930
|
-
de.value = { min:
|
|
7942
|
+
de.value = { min: H, max: Q, current: fe };
|
|
7931
7943
|
}
|
|
7932
|
-
function De(
|
|
7933
|
-
G.value.adjustZoom(
|
|
7944
|
+
function De(H) {
|
|
7945
|
+
G.value.adjustZoom(H ? 10 : -10);
|
|
7934
7946
|
}
|
|
7935
|
-
function N(
|
|
7947
|
+
function N(H) {
|
|
7936
7948
|
return S.value.stillCameraIndices.findIndex(
|
|
7937
|
-
(Q) => Q ===
|
|
7949
|
+
(Q) => Q === H
|
|
7938
7950
|
);
|
|
7939
7951
|
}
|
|
7940
|
-
async function K(
|
|
7952
|
+
async function K(H) {
|
|
7941
7953
|
const Q = T.value;
|
|
7942
7954
|
if (S.value.loopable) {
|
|
7943
|
-
const fe = S.value.stillCameraIndices.length, he = N(Q), ye = N(
|
|
7955
|
+
const fe = S.value.stillCameraIndices.length, he = N(Q), ye = N(H);
|
|
7944
7956
|
let Ye = 0, rt = 0, Ue = he;
|
|
7945
7957
|
for (; Ue++, Ue >= fe && (Ue = 0), Ue !== ye; )
|
|
7946
7958
|
Ye++;
|
|
7947
7959
|
for (Ue = he; Ue--, Ue < 0 && (Ue += fe), Ue !== ye; )
|
|
7948
7960
|
rt++;
|
|
7949
|
-
Ye === rt ? ve(Q,
|
|
7961
|
+
Ye === rt ? ve(Q, H) : Ye < rt ? he < ye ? ve(Q, H) : ve(Q, H + S.value.cameras.length) : he >= ye ? ve(Q, H) : ve(Q + S.value.cameras.length, H);
|
|
7950
7962
|
} else
|
|
7951
|
-
ve(Q,
|
|
7963
|
+
ve(Q, H);
|
|
7952
7964
|
}
|
|
7953
|
-
function ve(
|
|
7965
|
+
function ve(H, Q) {
|
|
7954
7966
|
return new Promise((fe) => {
|
|
7955
7967
|
I.value = !0;
|
|
7956
|
-
let he, ye =
|
|
7968
|
+
let he, ye = H;
|
|
7957
7969
|
he = setInterval(() => {
|
|
7958
7970
|
ye < Q ? (ye++, T.value = Math.abs(
|
|
7959
7971
|
ye % S.value.cameras.length
|
|
@@ -7963,11 +7975,11 @@ const nu = ["innerHTML"], ou = { style: { "z-index": "7" } }, lu = {
|
|
|
7963
7975
|
}, 12);
|
|
7964
7976
|
});
|
|
7965
7977
|
}
|
|
7966
|
-
function je(
|
|
7967
|
-
j.value = !0, c("onError",
|
|
7978
|
+
function je(H) {
|
|
7979
|
+
j.value = !0, c("onError", H);
|
|
7968
7980
|
}
|
|
7969
|
-
const Re = (
|
|
7970
|
-
return (
|
|
7981
|
+
const Re = (H) => H * (180 / Math.PI);
|
|
7982
|
+
return (H, Q) => {
|
|
7971
7983
|
const fe = E("v-skeleton-loader");
|
|
7972
7984
|
return v(), D(me, null, [
|
|
7973
7985
|
C(fe, {
|
|
@@ -7981,16 +7993,16 @@ const nu = ["innerHTML"], ou = { style: { "z-index": "7" } }, lu = {
|
|
|
7981
7993
|
u("div", {
|
|
7982
7994
|
ref_key: "container",
|
|
7983
7995
|
ref: x,
|
|
7984
|
-
class: ge({ mobile:
|
|
7996
|
+
class: ge({ mobile: Y.value }),
|
|
7985
7997
|
style: { "min-height": "104px" },
|
|
7986
7998
|
onMousemove: xe
|
|
7987
7999
|
}, [
|
|
7988
|
-
|
|
8000
|
+
H.showUi ? (v(), D("div", {
|
|
7989
8001
|
key: 0,
|
|
7990
8002
|
class: "persistent actions-bar top-right pa-2",
|
|
7991
8003
|
style: ce({
|
|
7992
8004
|
zIndex: 7,
|
|
7993
|
-
top:
|
|
8005
|
+
top: Y.value && q.value.length > 1 ? "60px" : 0
|
|
7994
8006
|
})
|
|
7995
8007
|
}, [
|
|
7996
8008
|
h.value.cameraRotation ? (v(), V(lt, {
|
|
@@ -7998,13 +8010,13 @@ const nu = ["innerHTML"], ou = { style: { "z-index": "7" } }, lu = {
|
|
|
7998
8010
|
class: "mb-2",
|
|
7999
8011
|
style: ce({
|
|
8000
8012
|
zIndex: 7,
|
|
8001
|
-
width:
|
|
8002
|
-
height:
|
|
8013
|
+
width: Y.value ? 32 : 40,
|
|
8014
|
+
height: Y.value ? 32 : 40
|
|
8003
8015
|
}),
|
|
8004
8016
|
longitude: Re(h.value.cameraRotation.y) + 270
|
|
8005
8017
|
}, null, 8, ["style", "longitude"])) : R("", !0),
|
|
8006
|
-
C(
|
|
8007
|
-
"is-mobile-sized":
|
|
8018
|
+
C(Qi, {
|
|
8019
|
+
"is-mobile-sized": Y.value,
|
|
8008
8020
|
"can-zoom-out": de.value.min < de.value.current,
|
|
8009
8021
|
"can-zoom-in": de.value.max > de.value.current,
|
|
8010
8022
|
disabled: I.value,
|
|
@@ -8012,16 +8024,16 @@ const nu = ["innerHTML"], ou = { style: { "z-index": "7" } }, lu = {
|
|
|
8012
8024
|
onOnZoomOut: Q[1] || (Q[1] = (he) => De(!1))
|
|
8013
8025
|
}, null, 8, ["is-mobile-sized", "can-zoom-out", "can-zoom-in", "disabled"])
|
|
8014
8026
|
], 4)) : R("", !0),
|
|
8015
|
-
|
|
8027
|
+
H.showUi && q.value.length > 1 ? (v(), D("div", {
|
|
8016
8028
|
key: 1,
|
|
8017
8029
|
class: ge([{
|
|
8018
8030
|
"actions-bar bottom-center pb-2": !0,
|
|
8019
|
-
"px-0":
|
|
8031
|
+
"px-0": Y.value
|
|
8020
8032
|
}, "still-cameras-wrapper"]),
|
|
8021
8033
|
style: { "z-index": "7" }
|
|
8022
8034
|
}, [
|
|
8023
|
-
C(
|
|
8024
|
-
"is-mobile-sized":
|
|
8035
|
+
C(Yi, {
|
|
8036
|
+
"is-mobile-sized": Y.value,
|
|
8025
8037
|
"still-cameras": q.value,
|
|
8026
8038
|
"current-camera": h.value,
|
|
8027
8039
|
disabled: I.value,
|
|
@@ -8036,7 +8048,7 @@ const nu = ["innerHTML"], ou = { style: { "z-index": "7" } }, lu = {
|
|
|
8036
8048
|
onUpdate: Be
|
|
8037
8049
|
}, {
|
|
8038
8050
|
default: b(() => [
|
|
8039
|
-
(v(!0), D(me, null, _e(q.value, (he, ye) => (v(), V(
|
|
8051
|
+
(v(!0), D(me, null, _e(q.value, (he, ye) => (v(), V(Fi, {
|
|
8040
8052
|
key: `camera${ye}`,
|
|
8041
8053
|
"camera-data": he,
|
|
8042
8054
|
"cdn-file-resolver": A(o),
|
|
@@ -8044,7 +8056,7 @@ const nu = ["innerHTML"], ou = { style: { "z-index": "7" } }, lu = {
|
|
|
8044
8056
|
"current-day": _.value,
|
|
8045
8057
|
"current-time": y.value
|
|
8046
8058
|
}, null, 8, ["camera-data", "cdn-file-resolver", "current-camera", "current-day", "current-time"]))), 128)),
|
|
8047
|
-
(v(!0), D(me, null, _e(oe.value, (he, ye) => (v(), V(
|
|
8059
|
+
(v(!0), D(me, null, _e(oe.value, (he, ye) => (v(), V(Oi, {
|
|
8048
8060
|
key: `transition${ye}`,
|
|
8049
8061
|
"transition-data": he,
|
|
8050
8062
|
"cdn-file-resolver": A(o),
|
|
@@ -8055,8 +8067,8 @@ const nu = ["innerHTML"], ou = { style: { "z-index": "7" } }, lu = {
|
|
|
8055
8067
|
class: "w-100 h-100 position-absolute top-left",
|
|
8056
8068
|
style: { "z-index": "6", "pointer-events": "none" },
|
|
8057
8069
|
innerHTML: A(m)
|
|
8058
|
-
}, null, 8,
|
|
8059
|
-
h.value.overlayFilename && !j.value ? Ce((v(), V(
|
|
8070
|
+
}, null, 8, ou)) : R("", !0),
|
|
8071
|
+
h.value.overlayFilename && !j.value ? Ce((v(), V(Ji, {
|
|
8060
8072
|
key: J.value,
|
|
8061
8073
|
"cdn-file-resolver": A(o),
|
|
8062
8074
|
"color-callback": A(r),
|
|
@@ -8070,47 +8082,48 @@ const nu = ["innerHTML"], ou = { style: { "z-index": "7" } }, lu = {
|
|
|
8070
8082
|
onOnError: je
|
|
8071
8083
|
}, null, 8, ["cdn-file-resolver", "color-callback", "current-camera", "selected-id", "activeStructureIds"])), [
|
|
8072
8084
|
[ke, g.value === null]
|
|
8073
|
-
]) : R("", !0)
|
|
8085
|
+
]) : R("", !0),
|
|
8086
|
+
ne(H.$slots, "default", {}, void 0, !0)
|
|
8074
8087
|
]),
|
|
8075
|
-
_:
|
|
8088
|
+
_: 3
|
|
8076
8089
|
}, 512),
|
|
8077
|
-
|
|
8090
|
+
H.showUi && (_.value && _.value.timeSamples && _.value.timeSamples.length > 1 || h.value.sunsimDayOfYear && h.value.sunsimDayOfYear.length > 1) ? (v(), D("div", {
|
|
8078
8091
|
key: 2,
|
|
8079
8092
|
class: ge({
|
|
8080
8093
|
"actions-bar top-left pa-2 d-flex": !0,
|
|
8081
|
-
"px-0":
|
|
8094
|
+
"px-0": Y.value
|
|
8082
8095
|
}),
|
|
8083
8096
|
style: { "z-index": "7" }
|
|
8084
8097
|
}, [
|
|
8085
|
-
C(
|
|
8098
|
+
C(Vi, {
|
|
8086
8099
|
class: "pr-2",
|
|
8087
|
-
"is-mobile-sized":
|
|
8100
|
+
"is-mobile-sized": Y.value,
|
|
8088
8101
|
"current-camera": h.value,
|
|
8089
8102
|
"current-day": _.value,
|
|
8090
8103
|
disabled: I.value,
|
|
8091
8104
|
onOnDayChange: ie
|
|
8092
8105
|
}, null, 8, ["is-mobile-sized", "current-camera", "current-day", "disabled"]),
|
|
8093
|
-
C(
|
|
8094
|
-
"is-mobile-sized":
|
|
8106
|
+
C(Wi, {
|
|
8107
|
+
"is-mobile-sized": Y.value,
|
|
8095
8108
|
"current-day": _.value,
|
|
8096
8109
|
"current-time": y.value,
|
|
8097
8110
|
disabled: I.value,
|
|
8098
8111
|
onOnTimeChange: Fe
|
|
8099
8112
|
}, null, 8, ["is-mobile-sized", "current-day", "current-time", "disabled"])
|
|
8100
8113
|
], 2)) : R("", !0),
|
|
8101
|
-
|
|
8114
|
+
H.$slots.popup && B.value && M.value ? (v(), V(nt, {
|
|
8102
8115
|
key: 3,
|
|
8103
8116
|
"is-hoverable": X.value,
|
|
8104
8117
|
pos: B.value
|
|
8105
8118
|
}, {
|
|
8106
8119
|
default: b(() => [
|
|
8107
|
-
u("div",
|
|
8108
|
-
ne(
|
|
8120
|
+
u("div", lu, [
|
|
8121
|
+
ne(H.$slots, "popup", dt(vt({ hoverId: M.value, hoverable: X.value })), void 0, !0)
|
|
8109
8122
|
])
|
|
8110
8123
|
]),
|
|
8111
8124
|
_: 3
|
|
8112
8125
|
}, 8, ["is-hoverable", "pos"])) : R("", !0),
|
|
8113
|
-
|
|
8126
|
+
H.version && H.showVersion ? (v(), D("div", su, " version: " + Z(H.version), 1)) : R("", !0)
|
|
8114
8127
|
], 34)
|
|
8115
8128
|
]),
|
|
8116
8129
|
_: 3
|
|
@@ -8125,27 +8138,27 @@ const nu = ["innerHTML"], ou = { style: { "z-index": "7" } }, lu = {
|
|
|
8125
8138
|
], 64);
|
|
8126
8139
|
};
|
|
8127
8140
|
}
|
|
8128
|
-
}),
|
|
8141
|
+
}), iu = /* @__PURE__ */ ee(ru, [["__scopeId", "data-v-23534b19"]]), hu = {
|
|
8129
8142
|
install: function(t) {
|
|
8130
|
-
t.component("VApartmentChooser",
|
|
8143
|
+
t.component("VApartmentChooser", Fn), t.component("VBuildingChooser", Ro), t.component("VVirtualTour", ni), t.component("VManualSlideShow", wi), t.component("VStructureChooser", iu);
|
|
8131
8144
|
}
|
|
8132
8145
|
};
|
|
8133
8146
|
export {
|
|
8134
8147
|
Me as ResourceLoader,
|
|
8135
|
-
|
|
8136
|
-
|
|
8137
|
-
|
|
8138
|
-
|
|
8148
|
+
Fn as VApartmentChooser,
|
|
8149
|
+
mu as VApartmentChooserV5,
|
|
8150
|
+
Ro as VBuildingChooser,
|
|
8151
|
+
pu as VBuildingChooserV5,
|
|
8139
8152
|
nt as VFloatingCard,
|
|
8140
8153
|
We as VHoverProbe,
|
|
8141
|
-
|
|
8142
|
-
|
|
8154
|
+
wi as VManualSlideShow,
|
|
8155
|
+
fu as VMiniMap,
|
|
8143
8156
|
lt as VNorthDirection,
|
|
8144
|
-
|
|
8145
|
-
|
|
8157
|
+
iu as VStructureChooser,
|
|
8158
|
+
ni as VVirtualTour,
|
|
8146
8159
|
ot as VZoomBox,
|
|
8147
|
-
|
|
8148
|
-
|
|
8149
|
-
|
|
8150
|
-
|
|
8160
|
+
ao as convertApartmentChooserDataLegacyToV5,
|
|
8161
|
+
el as convertBuildingChooserDataLegacyToV5,
|
|
8162
|
+
nu as convertStructureChooserDataLegacyToV5,
|
|
8163
|
+
hu as default
|
|
8151
8164
|
};
|