@qispace/vue3-player 0.3.28 → 0.3.29
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/vue-components/src/components/miniMap/VMiniMap.vue.d.ts +50 -1
- package/dist/vue-components/src/components/miniMap/VMiniMapMap.vue.d.ts +81 -11
- package/dist/vue-components/style.css +1 -1
- package/dist/vue-components/vue3-player.js +650 -641
- package/dist/vue-components/vue3-player.umd.cjs +1 -1
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
var xa = Object.defineProperty;
|
|
2
2
|
var Da = (l, a, e) => a in l ? xa(l, a, { enumerable: !0, configurable: !0, writable: !0, value: e }) : l[a] = e;
|
|
3
|
-
var
|
|
4
|
-
import { defineComponent as
|
|
3
|
+
var me = (l, a, e) => (Da(l, typeof a != "symbol" ? a + "" : a, e), e);
|
|
4
|
+
import { defineComponent as W, ref as v, computed as $, openBlock as d, createElementBlock as x, watch as R, onMounted as Ie, onBeforeUnmount as Qe, withDirectives as Ce, createElementVNode as u, normalizeStyle as de, vShow as ke, createVNode as w, Fragment as ve, renderList as _e, createCommentVNode as V, inject as Ze, resolveComponent as E, withCtx as b, toDisplayString as Z, unref as D, createTextVNode as te, normalizeClass as fe, createBlock as T, renderSlot as oe, provide as at, reactive as _t, watchEffect as Ve, resolveDynamicComponent as Qt, normalizeProps as ct, guardReactiveProps as dt, mergeProps as Oe, nextTick as Ae, Transition as Te, createSlots as Aa, toRefs as $e, pushScopeId as bt, popScopeId as wt, vModelText as Fa, createStaticVNode as Zt, onBeforeUpdate as La, withModifiers as Ma } from "vue";
|
|
5
5
|
import ht from "axios";
|
|
6
6
|
import * as Oa from "@qispace/player-core";
|
|
7
7
|
import { Vector3 as it, Object3D as Ea, MathUtils as Ta } from "three";
|
|
@@ -48,7 +48,7 @@ class Le {
|
|
|
48
48
|
}
|
|
49
49
|
}
|
|
50
50
|
}
|
|
51
|
-
const Va = /* @__PURE__ */
|
|
51
|
+
const Va = /* @__PURE__ */ W({
|
|
52
52
|
__name: "VHoverProbe",
|
|
53
53
|
setup(l, { expose: a }) {
|
|
54
54
|
const e = v(), n = $(() => window.getComputedStyle(e.value).display === "none");
|
|
@@ -69,7 +69,7 @@ const Va = /* @__PURE__ */ j({
|
|
|
69
69
|
function pe(l, a) {
|
|
70
70
|
return typeof l == "string" ? `${l}${a}` : l(a);
|
|
71
71
|
}
|
|
72
|
-
const $a = /* @__PURE__ */
|
|
72
|
+
const $a = /* @__PURE__ */ W({
|
|
73
73
|
__name: "VApartmentChooserRaster",
|
|
74
74
|
props: {
|
|
75
75
|
cdnFileResolver: {},
|
|
@@ -85,11 +85,11 @@ const $a = /* @__PURE__ */ j({
|
|
|
85
85
|
const e = l, n = a, t = v({ x: 0, y: 0, width: 0, height: 0 }), o = v(0), i = v(0), s = v(), m = v(), p = v(), r = v(), f = v(-1), k = v(!1), g = v(), c = v(), h = v({}), S = v("auto"), _ = v(new Le()), y = v({}), Y = v(), O = v(), z = v(), I = v(), L = v(), J = $(() => z.value.isHoverEnabled), B = $(() => pe(
|
|
86
86
|
e.cdnFileResolver,
|
|
87
87
|
`/scenedata${e.viewModel.currentScene}.png`
|
|
88
|
-
)), X = $(() => B.value in h.value ? h.value[B.value] : null),
|
|
88
|
+
)), X = $(() => B.value in h.value ? h.value[B.value] : null), C = $(() => f.value < 0 ? !1 : e.sceneData.find((q) => q.index === f.value) || !1), A = $(() => ({
|
|
89
89
|
width: o.value + "px",
|
|
90
90
|
height: i.value + "px",
|
|
91
91
|
cursor: S.value
|
|
92
|
-
})),
|
|
92
|
+
})), P = $(() => `hover-${k.value ? "over" : "out"}-${C.value ? typeof C.value == "object" && "unitId" in C.value ? C.value.unitId : C.value : ""}`);
|
|
93
93
|
R(
|
|
94
94
|
B,
|
|
95
95
|
() => {
|
|
@@ -106,7 +106,7 @@ const $a = /* @__PURE__ */ j({
|
|
|
106
106
|
}), R(
|
|
107
107
|
() => e.viewModel.currentScene,
|
|
108
108
|
() => {
|
|
109
|
-
|
|
109
|
+
we();
|
|
110
110
|
},
|
|
111
111
|
{ immediate: !0 }
|
|
112
112
|
), R(
|
|
@@ -116,16 +116,16 @@ const $a = /* @__PURE__ */ j({
|
|
|
116
116
|
() => e.selectedUnitId
|
|
117
117
|
],
|
|
118
118
|
() => {
|
|
119
|
-
|
|
119
|
+
we();
|
|
120
120
|
}
|
|
121
|
-
), R(
|
|
122
|
-
|
|
123
|
-
}), R(
|
|
121
|
+
), R(C, () => {
|
|
122
|
+
we(), C.value ? S.value = "pointer" : S.value = "auto";
|
|
123
|
+
}), R(P, () => {
|
|
124
124
|
k.value ? n("hoverOver", {
|
|
125
|
-
hoverUnit:
|
|
125
|
+
hoverUnit: C.value ? C.value.unitId : !1,
|
|
126
126
|
closeHandler: () => xe()
|
|
127
127
|
}) : n("hoverOut", {
|
|
128
|
-
hoverUnit:
|
|
128
|
+
hoverUnit: C.value ? C.value.unitId : !1,
|
|
129
129
|
closeHandler: () => xe()
|
|
130
130
|
});
|
|
131
131
|
}), R(t, () => {
|
|
@@ -155,7 +155,7 @@ const $a = /* @__PURE__ */ j({
|
|
|
155
155
|
height: i.value
|
|
156
156
|
};
|
|
157
157
|
}
|
|
158
|
-
function
|
|
158
|
+
function j(G) {
|
|
159
159
|
const q = Q(G.offsetX, G.offsetY);
|
|
160
160
|
q < 0 || J && ye(q);
|
|
161
161
|
}
|
|
@@ -198,7 +198,7 @@ const $a = /* @__PURE__ */ j({
|
|
|
198
198
|
if (he) {
|
|
199
199
|
const ze = se(q.index);
|
|
200
200
|
let U = "idle";
|
|
201
|
-
!
|
|
201
|
+
!C.value && e.selectedUnitId && ze === e.selectedUnitId ? U = "selected" : C.value && f.value === q.index && (U = "hover");
|
|
202
202
|
const ae = e.colorCallback(q.unitId, U);
|
|
203
203
|
if (ae)
|
|
204
204
|
for (let ne = 0; ne < he.length; ne++)
|
|
@@ -245,9 +245,9 @@ const $a = /* @__PURE__ */ j({
|
|
|
245
245
|
o.value = L.value.offsetWidth, i.value = L.value.offsetHeight;
|
|
246
246
|
}
|
|
247
247
|
function He() {
|
|
248
|
-
M(),
|
|
248
|
+
M(), we();
|
|
249
249
|
}
|
|
250
|
-
function
|
|
250
|
+
function we() {
|
|
251
251
|
Me(), K(), s.value && p.value && s.value.putImageData(p.value, 0, 0);
|
|
252
252
|
}
|
|
253
253
|
function xe() {
|
|
@@ -264,22 +264,22 @@ const $a = /* @__PURE__ */ j({
|
|
|
264
264
|
ref: L,
|
|
265
265
|
id: "canvas"
|
|
266
266
|
}, [
|
|
267
|
-
|
|
267
|
+
Ce(u("canvas", {
|
|
268
268
|
id: "canvas-mask",
|
|
269
269
|
ref_key: "canvas",
|
|
270
270
|
ref: I,
|
|
271
|
-
style:
|
|
272
|
-
onClick:
|
|
271
|
+
style: de(A.value),
|
|
272
|
+
onClick: j
|
|
273
273
|
}, null, 4), [
|
|
274
274
|
[ke, !G.viewModel.isRotating]
|
|
275
275
|
]),
|
|
276
|
-
|
|
276
|
+
w(We, {
|
|
277
277
|
ref_key: "hoverProbe",
|
|
278
278
|
ref: z
|
|
279
279
|
}, null, 512)
|
|
280
280
|
], 512));
|
|
281
281
|
}
|
|
282
|
-
}), Ba = /* @__PURE__ */ ee($a, [["__scopeId", "data-v-27d7323f"]]), Ra = ["viewBox"], Ua = ["innerHTML", "onMouseenter", "onMouseleave", "onClick"], Ha = /* @__PURE__ */
|
|
282
|
+
}), Ba = /* @__PURE__ */ ee($a, [["__scopeId", "data-v-27d7323f"]]), Ra = ["viewBox"], Ua = ["innerHTML", "onMouseenter", "onMouseleave", "onClick"], Ha = /* @__PURE__ */ W({
|
|
283
283
|
__name: "VApartmentChooserSvg",
|
|
284
284
|
props: {
|
|
285
285
|
cdnFileResolver: {},
|
|
@@ -375,13 +375,13 @@ const $a = /* @__PURE__ */ j({
|
|
|
375
375
|
o.value < 0 && e.selectedUnitId && z === e.selectedUnitId ? I = "selected" : o.value >= 0 && o.value === O && (I = "hover");
|
|
376
376
|
const L = e.colorCallback(z, I);
|
|
377
377
|
if (L) {
|
|
378
|
-
const { r: J, g: B, b: X, a:
|
|
378
|
+
const { r: J, g: B, b: X, a: C, s: A } = L;
|
|
379
379
|
return {
|
|
380
380
|
strokeWidth: A !== void 0 ? A : 2,
|
|
381
381
|
stroke: `rgb(${J}, ${B}, ${X})`,
|
|
382
382
|
strokeOpacity: 1,
|
|
383
383
|
fill: `rgb(${J}, ${B}, ${X})`,
|
|
384
|
-
fillOpacity:
|
|
384
|
+
fillOpacity: C / 255,
|
|
385
385
|
cursor: `${e.canGoToUnitCallback(z) ? "cursor" : "default"} !important`
|
|
386
386
|
};
|
|
387
387
|
} else
|
|
@@ -405,9 +405,9 @@ const $a = /* @__PURE__ */ j({
|
|
|
405
405
|
ref_key: "container",
|
|
406
406
|
ref: p
|
|
407
407
|
}, [
|
|
408
|
-
|
|
408
|
+
Ce(u("div", {
|
|
409
409
|
class: "svg-container",
|
|
410
|
-
style:
|
|
410
|
+
style: de({
|
|
411
411
|
opacity: !s.value || !s.value.svgObjects ? 0 : 1
|
|
412
412
|
})
|
|
413
413
|
}, [
|
|
@@ -415,10 +415,10 @@ const $a = /* @__PURE__ */ j({
|
|
|
415
415
|
key: 0,
|
|
416
416
|
viewBox: s.value.viewBox
|
|
417
417
|
}, [
|
|
418
|
-
(d(!0), x(
|
|
418
|
+
(d(!0), x(ve, null, _e(s.value.svgObjects, ({ index: I, svg: L }) => (d(), x("g", {
|
|
419
419
|
key: I,
|
|
420
420
|
innerHTML: L,
|
|
421
|
-
style:
|
|
421
|
+
style: de(_(I)),
|
|
422
422
|
onMouseenter: (J) => c(I),
|
|
423
423
|
onMouseleave: (J) => h(),
|
|
424
424
|
onClick: (J) => S(I)
|
|
@@ -427,7 +427,7 @@ const $a = /* @__PURE__ */ j({
|
|
|
427
427
|
], 4), [
|
|
428
428
|
[ke, !O.viewModel.isRotating]
|
|
429
429
|
]),
|
|
430
|
-
|
|
430
|
+
w(We, {
|
|
431
431
|
ref_key: "hoverProbe",
|
|
432
432
|
ref: r
|
|
433
433
|
}, null, 512)
|
|
@@ -436,7 +436,7 @@ const $a = /* @__PURE__ */ j({
|
|
|
436
436
|
}), Ya = /* @__PURE__ */ ee(Ha, [["__scopeId", "data-v-e6c054c7"]]), Be = Symbol(), za = {
|
|
437
437
|
key: 0,
|
|
438
438
|
class: "text-success d-none d-md-flex"
|
|
439
|
-
}, Pa = { class: "text-success" }, ja = /* @__PURE__ */
|
|
439
|
+
}, Pa = { class: "text-success" }, ja = /* @__PURE__ */ W({
|
|
440
440
|
__name: "VApartmentChooserNavigation",
|
|
441
441
|
props: {
|
|
442
442
|
canGoToUnitCallback: { type: Function, default: () => !0 },
|
|
@@ -460,13 +460,13 @@ const $a = /* @__PURE__ */ j({
|
|
|
460
460
|
return (p, r) => {
|
|
461
461
|
const f = E("v-btn");
|
|
462
462
|
return d(), x("div", null, [
|
|
463
|
-
|
|
463
|
+
w(f, {
|
|
464
464
|
elevation: "1",
|
|
465
465
|
icon: "mdi-rotate-right",
|
|
466
466
|
class: "black darken-1",
|
|
467
467
|
onClick: r[0] || (r[0] = (k) => p.viewModel.rotateClockwise())
|
|
468
468
|
}),
|
|
469
|
-
|
|
469
|
+
w(f, {
|
|
470
470
|
elevation: "1",
|
|
471
471
|
plain: "",
|
|
472
472
|
icon: "mdi-chevron-left",
|
|
@@ -474,7 +474,7 @@ const $a = /* @__PURE__ */ j({
|
|
|
474
474
|
disabled: !o.value,
|
|
475
475
|
onClick: r[1] || (r[1] = (k) => i("prevUnit"))
|
|
476
476
|
}, null, 8, ["disabled"]),
|
|
477
|
-
|
|
477
|
+
w(f, {
|
|
478
478
|
color: "darken-2",
|
|
479
479
|
elevation: "1",
|
|
480
480
|
rounded: "",
|
|
@@ -488,7 +488,7 @@ const $a = /* @__PURE__ */ j({
|
|
|
488
488
|
]),
|
|
489
489
|
_: 1
|
|
490
490
|
}, 8, ["disabled"]),
|
|
491
|
-
|
|
491
|
+
w(f, {
|
|
492
492
|
elevation: "1",
|
|
493
493
|
plain: "",
|
|
494
494
|
icon: "mdi-chevron-right",
|
|
@@ -496,7 +496,7 @@ const $a = /* @__PURE__ */ j({
|
|
|
496
496
|
disabled: !t.value,
|
|
497
497
|
onClick: r[3] || (r[3] = (k) => i("nextUnit"))
|
|
498
498
|
}, null, 8, ["disabled"]),
|
|
499
|
-
|
|
499
|
+
w(f, {
|
|
500
500
|
elevation: "1",
|
|
501
501
|
plain: "",
|
|
502
502
|
icon: "mdi-rotate-left",
|
|
@@ -509,12 +509,12 @@ const $a = /* @__PURE__ */ j({
|
|
|
509
509
|
}), Wa = /* @__PURE__ */ ee(ja, [["__scopeId", "data-v-44ed308e"]]);
|
|
510
510
|
class Dt {
|
|
511
511
|
constructor(a) {
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
512
|
+
me(this, "_numParts");
|
|
513
|
+
me(this, "_loadedCount");
|
|
514
|
+
me(this, "_isError");
|
|
515
|
+
me(this, "_finishedAction");
|
|
516
|
+
me(this, "_errorAction");
|
|
517
|
+
me(this, "_loadProgressAction");
|
|
518
518
|
this._numParts = a, this._loadedCount = 0, this._isError = !1, this._finishedAction = () => {
|
|
519
519
|
}, this._errorAction = () => {
|
|
520
520
|
}, this._loadProgressAction = () => {
|
|
@@ -547,10 +547,10 @@ class Dt {
|
|
|
547
547
|
}
|
|
548
548
|
class Lt {
|
|
549
549
|
constructor(a, e, n, t) {
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
550
|
+
me(this, "_rotator");
|
|
551
|
+
me(this, "_direction");
|
|
552
|
+
me(this, "_frameIndex");
|
|
553
|
+
me(this, "_sceneCount");
|
|
554
554
|
this._rotator = a, this._direction = e, this._frameIndex = n, this._sceneCount = t;
|
|
555
555
|
}
|
|
556
556
|
get atEnd() {
|
|
@@ -573,8 +573,8 @@ class Lt {
|
|
|
573
573
|
}
|
|
574
574
|
class Na {
|
|
575
575
|
constructor(a, e) {
|
|
576
|
-
|
|
577
|
-
|
|
576
|
+
me(this, "_cardinalFrames");
|
|
577
|
+
me(this, "_totalFrameCount");
|
|
578
578
|
this._cardinalFrames = a, this._totalFrameCount = e;
|
|
579
579
|
}
|
|
580
580
|
start(a, e, n) {
|
|
@@ -604,7 +604,7 @@ const Ga = {
|
|
|
604
604
|
key: 2,
|
|
605
605
|
id: "image-stack",
|
|
606
606
|
class: "frame-container"
|
|
607
|
-
}, Ka = ["alt"], en = ["srcset"], tn = ["src"], zt = 64, rt = 4, an = 120, nn = /* @__PURE__ */
|
|
607
|
+
}, Ka = ["alt"], en = ["srcset"], tn = ["src"], zt = 64, rt = 4, an = 120, nn = /* @__PURE__ */ W({
|
|
608
608
|
__name: "VApartmentChooserRotator",
|
|
609
609
|
props: {
|
|
610
610
|
viewModel: {},
|
|
@@ -697,14 +697,14 @@ const Ga = {
|
|
|
697
697
|
const Y = E("v-icon");
|
|
698
698
|
return d(), x("div", null, [
|
|
699
699
|
o.value.isError ? (d(), x("div", Ga, [
|
|
700
|
-
|
|
700
|
+
w(Y, { "x-large": "" }, {
|
|
701
701
|
default: b(() => [
|
|
702
702
|
te("mdi-alert-circle-outline")
|
|
703
703
|
]),
|
|
704
704
|
_: 1
|
|
705
705
|
})
|
|
706
706
|
])) : m.value ? (d(), x("div", Xa, [
|
|
707
|
-
(d(!0), x(
|
|
707
|
+
(d(!0), x(ve, null, _e(s.value, (O) => (d(), x("picture", {
|
|
708
708
|
key: O.index,
|
|
709
709
|
alt: O.index,
|
|
710
710
|
class: fe({ "frame-image": !0, show: O.show })
|
|
@@ -736,7 +736,7 @@ const Ga = {
|
|
|
736
736
|
]);
|
|
737
737
|
};
|
|
738
738
|
}
|
|
739
|
-
}), on = /* @__PURE__ */ ee(nn, [["__scopeId", "data-v-0c291cb9"]]), ln = /* @__PURE__ */
|
|
739
|
+
}), on = /* @__PURE__ */ ee(nn, [["__scopeId", "data-v-0c291cb9"]]), ln = /* @__PURE__ */ W({
|
|
740
740
|
__name: "VFloatingCard",
|
|
741
741
|
props: {
|
|
742
742
|
pos: {},
|
|
@@ -757,14 +757,14 @@ const Ga = {
|
|
|
757
757
|
o.isHoverable ? (d(), x("div", {
|
|
758
758
|
key: 0,
|
|
759
759
|
class: "floating-card",
|
|
760
|
-
style:
|
|
760
|
+
style: de({
|
|
761
761
|
left: `${o.pos.x}px`,
|
|
762
762
|
top: `${o.pos.y}px`,
|
|
763
763
|
pointerEvents: "none",
|
|
764
764
|
transform: t.value
|
|
765
765
|
})
|
|
766
766
|
}, [
|
|
767
|
-
|
|
767
|
+
oe(o.$slots, "default", { isHoverable: o.isHoverable }, void 0, !0)
|
|
768
768
|
], 4)) : (d(), T(s, {
|
|
769
769
|
key: 1,
|
|
770
770
|
value: !0,
|
|
@@ -772,7 +772,7 @@ const Ga = {
|
|
|
772
772
|
"onClick:outside": i[0] || (i[0] = (p) => n("outside", p))
|
|
773
773
|
}, {
|
|
774
774
|
default: b(() => [
|
|
775
|
-
|
|
775
|
+
oe(o.$slots, "default", { isHoverable: o.isHoverable }, void 0, !0)
|
|
776
776
|
]),
|
|
777
777
|
_: 3
|
|
778
778
|
}))
|
|
@@ -781,7 +781,7 @@ const Ga = {
|
|
|
781
781
|
}, 8, ["origin"]);
|
|
782
782
|
};
|
|
783
783
|
}
|
|
784
|
-
}), nt = /* @__PURE__ */ ee(ln, [["__scopeId", "data-v-7d5e6067"]]), sn = /* @__PURE__ */
|
|
784
|
+
}), nt = /* @__PURE__ */ ee(ln, [["__scopeId", "data-v-7d5e6067"]]), sn = /* @__PURE__ */ W({
|
|
785
785
|
__name: "VZoomBox",
|
|
786
786
|
props: {
|
|
787
787
|
desktop: { type: Boolean, default: !0 },
|
|
@@ -801,7 +801,7 @@ const Ga = {
|
|
|
801
801
|
R(
|
|
802
802
|
[c, i, s],
|
|
803
803
|
() => {
|
|
804
|
-
|
|
804
|
+
j();
|
|
805
805
|
},
|
|
806
806
|
{ immediate: !0 }
|
|
807
807
|
), R(
|
|
@@ -837,9 +837,9 @@ const Ga = {
|
|
|
837
837
|
capture: !0
|
|
838
838
|
}), k.value.addEventListener("touchmove", X, {
|
|
839
839
|
capture: !0
|
|
840
|
-
}), window.addEventListener("touchend",
|
|
840
|
+
}), window.addEventListener("touchend", C, {
|
|
841
841
|
capture: !0
|
|
842
|
-
}), window.addEventListener("touchcancel",
|
|
842
|
+
}), window.addEventListener("touchcancel", C, {
|
|
843
843
|
capture: !0
|
|
844
844
|
});
|
|
845
845
|
}
|
|
@@ -861,9 +861,9 @@ const Ga = {
|
|
|
861
861
|
capture: !0
|
|
862
862
|
}), k.value.removeEventListener("touchmove", X, {
|
|
863
863
|
capture: !0
|
|
864
|
-
}), window.removeEventListener("touchend",
|
|
864
|
+
}), window.removeEventListener("touchend", C, {
|
|
865
865
|
capture: !0
|
|
866
|
-
}), window.removeEventListener("touchcancel",
|
|
866
|
+
}), window.removeEventListener("touchcancel", C, {
|
|
867
867
|
capture: !0
|
|
868
868
|
});
|
|
869
869
|
}
|
|
@@ -880,7 +880,7 @@ const Ga = {
|
|
|
880
880
|
x: Q - re,
|
|
881
881
|
y: K - se
|
|
882
882
|
};
|
|
883
|
-
|
|
883
|
+
P(ie.x), N(ie.y), f.value = !0, r.value = M;
|
|
884
884
|
}
|
|
885
885
|
}
|
|
886
886
|
function L(M) {
|
|
@@ -900,18 +900,18 @@ const Ga = {
|
|
|
900
900
|
x: Q - re,
|
|
901
901
|
y: K - se
|
|
902
902
|
};
|
|
903
|
-
|
|
903
|
+
P(ie.x), N(ie.y);
|
|
904
904
|
} else if (p.value && M.touches.length === 2) {
|
|
905
905
|
const { x: Q, y: K } = A(M.touches[0]), { x: re, y: se } = A(
|
|
906
906
|
r.value.touches[0]
|
|
907
907
|
), { x: ie, y: ye } = A(M.touches[1]), { x: ue, y: Me } = A(
|
|
908
908
|
r.value.touches[1]
|
|
909
|
-
), Fe = Math.hypot(re - ue, se - Me), He = Math.hypot(Q - ie, K - ye),
|
|
910
|
-
ce(He - Fe,
|
|
909
|
+
), Fe = Math.hypot(re - ue, se - Me), He = Math.hypot(Q - ie, K - ye), we = (ie + Q) / 2, xe = (ye + K) / 2;
|
|
910
|
+
ce(He - Fe, we, xe);
|
|
911
911
|
}
|
|
912
912
|
r.value = M;
|
|
913
913
|
}
|
|
914
|
-
function
|
|
914
|
+
function C() {
|
|
915
915
|
m.value = !1, p.value = !1;
|
|
916
916
|
}
|
|
917
917
|
function A(M) {
|
|
@@ -921,7 +921,7 @@ const Ga = {
|
|
|
921
921
|
y: M.clientY - K
|
|
922
922
|
};
|
|
923
923
|
}
|
|
924
|
-
function
|
|
924
|
+
function P(M) {
|
|
925
925
|
const Q = k.value.clientWidth, K = Q * c.value;
|
|
926
926
|
i.value = Math.max(
|
|
927
927
|
Math.min(0, i.value + M),
|
|
@@ -938,10 +938,10 @@ const Ga = {
|
|
|
938
938
|
function ce(M, Q, K) {
|
|
939
939
|
const re = Q !== void 0 ? Q : k.value.clientWidth / 2, se = K !== void 0 ? K : k.value.clientHeight / 2, ie = k.value.clientWidth, ye = k.value.clientHeight, ue = ie * c.value, Me = ye * c.value;
|
|
940
940
|
o.value = Math.min(Math.max(100, o.value + M), h.value);
|
|
941
|
-
const Fe = ie * c.value, He = ye * c.value,
|
|
942
|
-
i.value -= re / ie *
|
|
941
|
+
const Fe = ie * c.value, He = ye * c.value, we = Fe - ue, xe = He - Me;
|
|
942
|
+
i.value -= re / ie * we, s.value -= se / ye * xe, P(0), N(0);
|
|
943
943
|
}
|
|
944
|
-
function
|
|
944
|
+
function j() {
|
|
945
945
|
t("update", {
|
|
946
946
|
scale: c.value,
|
|
947
947
|
x: i.value,
|
|
@@ -959,13 +959,13 @@ const Ga = {
|
|
|
959
959
|
ref_key: "box",
|
|
960
960
|
ref: k,
|
|
961
961
|
class: "zoom-box-container",
|
|
962
|
-
style:
|
|
962
|
+
style: de({ position: n.position })
|
|
963
963
|
}, [
|
|
964
964
|
u("div", {
|
|
965
|
-
style:
|
|
965
|
+
style: de({ "transform-origin": "top left", transform: g.value }),
|
|
966
966
|
class: "zoom-box"
|
|
967
967
|
}, [
|
|
968
|
-
|
|
968
|
+
oe(M.$slots, "default", {}, void 0, !0)
|
|
969
969
|
], 4)
|
|
970
970
|
], 4));
|
|
971
971
|
}
|
|
@@ -978,7 +978,7 @@ function rn(l) {
|
|
|
978
978
|
}
|
|
979
979
|
class un {
|
|
980
980
|
constructor(a) {
|
|
981
|
-
|
|
981
|
+
me(this, "_state");
|
|
982
982
|
this._state = {
|
|
983
983
|
isRotating: !1,
|
|
984
984
|
currentScene: a
|
|
@@ -1012,8 +1012,8 @@ class un {
|
|
|
1012
1012
|
}
|
|
1013
1013
|
class Re {
|
|
1014
1014
|
constructor({ labels: a, language: e } = { labels: null, language: null }) {
|
|
1015
|
-
|
|
1016
|
-
|
|
1015
|
+
me(this, "_labels");
|
|
1016
|
+
me(this, "_language");
|
|
1017
1017
|
a ? this._labels = { ...a || {} } : fetch("https://l10n.visuado.com/all.json").then((n) => n.json()).then((n) => {
|
|
1018
1018
|
this._labels = n;
|
|
1019
1019
|
}), this._language = e || "nb";
|
|
@@ -1028,7 +1028,7 @@ class Re {
|
|
|
1028
1028
|
const cn = { key: 0 }, dn = { class: "interactive-viewer" }, vn = { class: "fill-parent" }, mn = { key: 0 }, pn = {
|
|
1029
1029
|
key: 1,
|
|
1030
1030
|
class: "navigation"
|
|
1031
|
-
}, fn = { key: 2 }, hn = 4, gn = /* @__PURE__ */
|
|
1031
|
+
}, fn = { key: 2 }, hn = 4, gn = /* @__PURE__ */ W({
|
|
1032
1032
|
__name: "VApartmentChooser",
|
|
1033
1033
|
props: {
|
|
1034
1034
|
i18nConfig: {},
|
|
@@ -1070,16 +1070,16 @@ const cn = { key: 0 }, dn = { class: "interactive-viewer" }, vn = { class: "fill
|
|
|
1070
1070
|
return { unitId: B.apartmentID, scene: X };
|
|
1071
1071
|
}).reduce((B, X) => ({ ...B, [X.unitId]: X.scene }), {}) : {};
|
|
1072
1072
|
const L = (B, X = "unitId") => {
|
|
1073
|
-
let
|
|
1074
|
-
for (let
|
|
1075
|
-
A.push(
|
|
1076
|
-
return B.sort((
|
|
1073
|
+
let C = I, A = [];
|
|
1074
|
+
for (let P = 0; P < Mt; P++)
|
|
1075
|
+
A.push(C), C = qt(C);
|
|
1076
|
+
return B.sort((P, N) => {
|
|
1077
1077
|
const ce = A.findIndex(
|
|
1078
|
-
(M) => M === i.value[
|
|
1079
|
-
),
|
|
1078
|
+
(M) => M === i.value[P[X]]
|
|
1079
|
+
), j = A.findIndex(
|
|
1080
1080
|
(M) => M === i.value[N[X]]
|
|
1081
1081
|
);
|
|
1082
|
-
return ce <
|
|
1082
|
+
return ce < j ? -1 : ce > j ? 1 : 0;
|
|
1083
1083
|
}), B;
|
|
1084
1084
|
}, J = (B) => {
|
|
1085
1085
|
p.value = new un(B);
|
|
@@ -1107,12 +1107,12 @@ const cn = { key: 0 }, dn = { class: "interactive-viewer" }, vn = { class: "fill
|
|
|
1107
1107
|
return p.value ? (d(), x("div", cn, [
|
|
1108
1108
|
u("div", dn, [
|
|
1109
1109
|
u("div", vn, [
|
|
1110
|
-
|
|
1110
|
+
w(ot, {
|
|
1111
1111
|
desktop: o.isReady && I.interactiveDesktop,
|
|
1112
1112
|
mobile: o.isReady && I.interactiveMobile
|
|
1113
1113
|
}, {
|
|
1114
1114
|
default: b(() => [
|
|
1115
|
-
|
|
1115
|
+
w(on, {
|
|
1116
1116
|
"cdn-file-resolver": I.cdnFileResolver,
|
|
1117
1117
|
"view-model": p.value,
|
|
1118
1118
|
"cardinal-frames": m.value,
|
|
@@ -1137,7 +1137,7 @@ const cn = { key: 0 }, dn = { class: "interactive-viewer" }, vn = { class: "fill
|
|
|
1137
1137
|
onPos: Y
|
|
1138
1138
|
}, {
|
|
1139
1139
|
default: b((B) => [
|
|
1140
|
-
|
|
1140
|
+
oe(I.$slots, "default", ct(dt(B)), void 0, !0)
|
|
1141
1141
|
]),
|
|
1142
1142
|
_: 3
|
|
1143
1143
|
}, 40, ["cdn-file-resolver", "view-model", "selected-unit-id", "scene-data", "color-callback", "can-go-to-unit-callback", "draw-observer"]))
|
|
@@ -1152,7 +1152,7 @@ const cn = { key: 0 }, dn = { class: "interactive-viewer" }, vn = { class: "fill
|
|
|
1152
1152
|
onOutside: f.value
|
|
1153
1153
|
}, {
|
|
1154
1154
|
default: b(() => [
|
|
1155
|
-
|
|
1155
|
+
oe(I.$slots, "default", {
|
|
1156
1156
|
unit: k.value,
|
|
1157
1157
|
canGoToUnit: I.canGoToUnitCallback(k.value),
|
|
1158
1158
|
goToUnit: () => I.canGoToUnitCallback(k.value) && t("goToUnit", k.value),
|
|
@@ -1164,7 +1164,7 @@ const cn = { key: 0 }, dn = { class: "interactive-viewer" }, vn = { class: "fill
|
|
|
1164
1164
|
_: 3
|
|
1165
1165
|
}, 8, ["is-hoverable", "pos", "onOutside"])) : V("", !0),
|
|
1166
1166
|
o.isReady ? (d(), x("div", pn, [
|
|
1167
|
-
|
|
1167
|
+
w(Wa, {
|
|
1168
1168
|
"can-go-to-unit-callback": n.canGoToUnitCallback,
|
|
1169
1169
|
"unit-renderer": n.unitRenderer,
|
|
1170
1170
|
"selected-unit-id": S.value,
|
|
@@ -1176,7 +1176,7 @@ const cn = { key: 0 }, dn = { class: "interactive-viewer" }, vn = { class: "fill
|
|
|
1176
1176
|
onNextUnit: L[7] || (L[7] = (B) => t("navUnit", _.value))
|
|
1177
1177
|
}, null, 8, ["can-go-to-unit-callback", "unit-renderer", "selected-unit-id", "prev-unit-id", "next-unit-id", "view-model"])
|
|
1178
1178
|
])) : o.isError ? V("", !0) : (d(), x("div", fn, [
|
|
1179
|
-
|
|
1179
|
+
w(J, {
|
|
1180
1180
|
indeterminate: !o.progress,
|
|
1181
1181
|
modelValue: o.progress,
|
|
1182
1182
|
"onUpdate:modelValue": L[8] || (L[8] = (B) => o.progress = B)
|
|
@@ -1184,14 +1184,14 @@ const cn = { key: 0 }, dn = { class: "interactive-viewer" }, vn = { class: "fill
|
|
|
1184
1184
|
]))
|
|
1185
1185
|
])
|
|
1186
1186
|
]),
|
|
1187
|
-
|
|
1187
|
+
w(We, {
|
|
1188
1188
|
ref_key: "hoverProbe",
|
|
1189
1189
|
ref: g
|
|
1190
1190
|
}, null, 512)
|
|
1191
1191
|
])) : V("", !0);
|
|
1192
1192
|
};
|
|
1193
1193
|
}
|
|
1194
|
-
}), yn = /* @__PURE__ */ ee(gn, [["__scopeId", "data-v-34e2e7a2"]]), _n = ["src"], bn = /* @__PURE__ */
|
|
1194
|
+
}), yn = /* @__PURE__ */ ee(gn, [["__scopeId", "data-v-34e2e7a2"]]), _n = ["src"], bn = /* @__PURE__ */ W({
|
|
1195
1195
|
__name: "VApartmentChooserV5CameraDayTimeSample",
|
|
1196
1196
|
props: {
|
|
1197
1197
|
timeSampleData: {},
|
|
@@ -1200,7 +1200,7 @@ const cn = { key: 0 }, dn = { class: "interactive-viewer" }, vn = { class: "fill
|
|
|
1200
1200
|
},
|
|
1201
1201
|
setup(l) {
|
|
1202
1202
|
const a = l, e = $(() => pe(a.cdnFileResolver, a.timeSampleData.filename));
|
|
1203
|
-
return (n, t) =>
|
|
1203
|
+
return (n, t) => Ce((d(), x("img", {
|
|
1204
1204
|
key: e.value,
|
|
1205
1205
|
src: e.value,
|
|
1206
1206
|
width: "100%"
|
|
@@ -1208,7 +1208,7 @@ const cn = { key: 0 }, dn = { class: "interactive-viewer" }, vn = { class: "fill
|
|
|
1208
1208
|
[ke, n.timeSampleData === n.currentTime]
|
|
1209
1209
|
]);
|
|
1210
1210
|
}
|
|
1211
|
-
}),
|
|
1211
|
+
}), wn = /* @__PURE__ */ ee(bn, [["__scopeId", "data-v-dbbdc1e0"]]), Cn = /* @__PURE__ */ W({
|
|
1212
1212
|
__name: "VApartmentChooserV5CameraDay",
|
|
1213
1213
|
props: {
|
|
1214
1214
|
dayData: {},
|
|
@@ -1217,13 +1217,13 @@ const cn = { key: 0 }, dn = { class: "interactive-viewer" }, vn = { class: "fill
|
|
|
1217
1217
|
},
|
|
1218
1218
|
setup(l) {
|
|
1219
1219
|
const a = l;
|
|
1220
|
-
return (e, n) => (d(!0), x(
|
|
1220
|
+
return (e, n) => (d(!0), x(ve, null, _e(a.dayData.timeSamples, (t) => (d(), T(wn, {
|
|
1221
1221
|
"time-sample-data": t,
|
|
1222
1222
|
"cdn-file-resolver": a.cdnFileResolver,
|
|
1223
1223
|
"current-time": e.currentTime
|
|
1224
1224
|
}, null, 8, ["time-sample-data", "cdn-file-resolver", "current-time"]))), 256));
|
|
1225
1225
|
}
|
|
1226
|
-
}), kn = /* @__PURE__ */
|
|
1226
|
+
}), kn = /* @__PURE__ */ W({
|
|
1227
1227
|
__name: "VApartmentChooserV5Camera",
|
|
1228
1228
|
props: {
|
|
1229
1229
|
cameraData: {},
|
|
@@ -1232,13 +1232,13 @@ const cn = { key: 0 }, dn = { class: "interactive-viewer" }, vn = { class: "fill
|
|
|
1232
1232
|
},
|
|
1233
1233
|
setup(l) {
|
|
1234
1234
|
const a = l;
|
|
1235
|
-
return (e, n) => (d(!0), x(
|
|
1235
|
+
return (e, n) => (d(!0), x(ve, null, _e(a.cameraData.sunsimDayOfYear, (t) => (d(), T(Cn, {
|
|
1236
1236
|
"day-data": t,
|
|
1237
1237
|
"cdn-file-resolver": a.cdnFileResolver,
|
|
1238
1238
|
"current-time": a.currentTime
|
|
1239
1239
|
}, null, 8, ["day-data", "cdn-file-resolver", "current-time"]))), 256));
|
|
1240
1240
|
}
|
|
1241
|
-
}), Sn = ["src"], In = /* @__PURE__ */
|
|
1241
|
+
}), Sn = ["src"], In = /* @__PURE__ */ W({
|
|
1242
1242
|
__name: "VApartmentChooserV5Transition",
|
|
1243
1243
|
props: {
|
|
1244
1244
|
transitionData: {},
|
|
@@ -1248,7 +1248,7 @@ const cn = { key: 0 }, dn = { class: "interactive-viewer" }, vn = { class: "fill
|
|
|
1248
1248
|
emits: ["goToBuilding", "hoverOverBuilding", "hoverOutBuilding"],
|
|
1249
1249
|
setup(l, { emit: a }) {
|
|
1250
1250
|
const e = l, n = $(() => pe(e.cdnFileResolver, e.transitionData.filename));
|
|
1251
|
-
return (t, o) =>
|
|
1251
|
+
return (t, o) => Ce((d(), x("img", {
|
|
1252
1252
|
key: n.value,
|
|
1253
1253
|
src: n.value,
|
|
1254
1254
|
class: "position-absolute top-left w-100 h-100"
|
|
@@ -1281,7 +1281,7 @@ function Ot(l) {
|
|
|
1281
1281
|
function At(l) {
|
|
1282
1282
|
return "filename" in l;
|
|
1283
1283
|
}
|
|
1284
|
-
const An = /* @__PURE__ */
|
|
1284
|
+
const An = /* @__PURE__ */ W({
|
|
1285
1285
|
__name: "VApartmentChooserV5UiCamera",
|
|
1286
1286
|
props: {
|
|
1287
1287
|
apartmentChooserData: {},
|
|
@@ -1324,7 +1324,7 @@ const An = /* @__PURE__ */ j({
|
|
|
1324
1324
|
}, null, 8, ["modelValue", "items", "disabled"]);
|
|
1325
1325
|
};
|
|
1326
1326
|
}
|
|
1327
|
-
}), Fn = /* @__PURE__ */
|
|
1327
|
+
}), Fn = /* @__PURE__ */ W({
|
|
1328
1328
|
__name: "VApartmentChooserV5UiDay",
|
|
1329
1329
|
props: {
|
|
1330
1330
|
cameraData: {},
|
|
@@ -1368,7 +1368,7 @@ const An = /* @__PURE__ */ j({
|
|
|
1368
1368
|
"hide-details": ""
|
|
1369
1369
|
}, {
|
|
1370
1370
|
item: b(({ props: r }) => [
|
|
1371
|
-
|
|
1371
|
+
w(m, Oe(r, {
|
|
1372
1372
|
title: o(r.title)
|
|
1373
1373
|
}), null, 16, ["title"])
|
|
1374
1374
|
]),
|
|
@@ -1382,7 +1382,7 @@ const An = /* @__PURE__ */ j({
|
|
|
1382
1382
|
}), Ln = {
|
|
1383
1383
|
key: 0,
|
|
1384
1384
|
class: "py-2"
|
|
1385
|
-
}, Mn = { class: "small" }, On = { class: "small" }, En = /* @__PURE__ */
|
|
1385
|
+
}, Mn = { class: "small" }, On = { class: "small" }, En = /* @__PURE__ */ W({
|
|
1386
1386
|
__name: "VApartmentChooserV5UiTimeSample",
|
|
1387
1387
|
props: {
|
|
1388
1388
|
dayData: {},
|
|
@@ -1424,7 +1424,7 @@ const An = /* @__PURE__ */ j({
|
|
|
1424
1424
|
return d(), T(g, { variant: "solo" }, {
|
|
1425
1425
|
default: b(() => [
|
|
1426
1426
|
m.dayData.startTime === m.dayData.endTime ? (d(), x("div", Ln, [
|
|
1427
|
-
|
|
1427
|
+
w(r, {
|
|
1428
1428
|
style: { color: "#ffab02", "vertical-align": "baseline", "font-size": "20px" },
|
|
1429
1429
|
class: "py-2 ml-2 mr-2 icon"
|
|
1430
1430
|
}, {
|
|
@@ -1446,7 +1446,7 @@ const An = /* @__PURE__ */ j({
|
|
|
1446
1446
|
"hide-details": ""
|
|
1447
1447
|
}, {
|
|
1448
1448
|
prepend: b(() => [
|
|
1449
|
-
|
|
1449
|
+
w(f, {
|
|
1450
1450
|
icon: o.value ? "mdi-stop" : "mdi-play",
|
|
1451
1451
|
size: "x-small",
|
|
1452
1452
|
variant: "flat",
|
|
@@ -1458,7 +1458,7 @@ const An = /* @__PURE__ */ j({
|
|
|
1458
1458
|
append: b(() => [
|
|
1459
1459
|
u("span", On, Z(i(m.dayData.endTime)), 1),
|
|
1460
1460
|
te(" "),
|
|
1461
|
-
|
|
1461
|
+
w(r, {
|
|
1462
1462
|
style: { color: "#ffab02", "vertical-align": "baseline", "font-size": "20px" },
|
|
1463
1463
|
class: "ml-2 mr-2 icon"
|
|
1464
1464
|
}, {
|
|
@@ -1476,7 +1476,7 @@ const An = /* @__PURE__ */ j({
|
|
|
1476
1476
|
});
|
|
1477
1477
|
};
|
|
1478
1478
|
}
|
|
1479
|
-
}), Tn = /* @__PURE__ */ ee(En, [["__scopeId", "data-v-f2649c45"]]), Vn = /* @__PURE__ */
|
|
1479
|
+
}), Tn = /* @__PURE__ */ ee(En, [["__scopeId", "data-v-f2649c45"]]), Vn = /* @__PURE__ */ W({
|
|
1480
1480
|
__name: "VApartmentChooserV5UiRotator",
|
|
1481
1481
|
props: {
|
|
1482
1482
|
apartmentChooserData: {},
|
|
@@ -1541,8 +1541,8 @@ const An = /* @__PURE__ */ j({
|
|
|
1541
1541
|
}
|
|
1542
1542
|
return (c, h) => {
|
|
1543
1543
|
const S = E("v-btn"), _ = E("v-chip");
|
|
1544
|
-
return d(), x(
|
|
1545
|
-
|
|
1544
|
+
return d(), x(ve, null, [
|
|
1545
|
+
w(S, {
|
|
1546
1546
|
class: "mx-2",
|
|
1547
1547
|
icon: "mdi-restore",
|
|
1548
1548
|
size: "small",
|
|
@@ -1561,7 +1561,7 @@ const An = /* @__PURE__ */ j({
|
|
|
1561
1561
|
]),
|
|
1562
1562
|
_: 1
|
|
1563
1563
|
})) : V("", !0),
|
|
1564
|
-
|
|
1564
|
+
w(S, {
|
|
1565
1565
|
class: "mx-2",
|
|
1566
1566
|
icon: "mdi-reload",
|
|
1567
1567
|
size: "small",
|
|
@@ -1571,7 +1571,7 @@ const An = /* @__PURE__ */ j({
|
|
|
1571
1571
|
], 64);
|
|
1572
1572
|
};
|
|
1573
1573
|
}
|
|
1574
|
-
}), $n = ["innerHTML"], Bn = /* @__PURE__ */
|
|
1574
|
+
}), $n = ["innerHTML"], Bn = /* @__PURE__ */ W({
|
|
1575
1575
|
__name: "VApartmentChooserV5Overlay",
|
|
1576
1576
|
props: {
|
|
1577
1577
|
cdnFileResolver: { type: [String, Function] },
|
|
@@ -1670,7 +1670,7 @@ const An = /* @__PURE__ */ j({
|
|
|
1670
1670
|
_: 1
|
|
1671
1671
|
}));
|
|
1672
1672
|
}
|
|
1673
|
-
}), Rn = /* @__PURE__ */ ee(Bn, [["__scopeId", "data-v-09ccd2d0"]]), Un = "data:image/png;base64,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", lt = /* @__PURE__ */
|
|
1673
|
+
}), Rn = /* @__PURE__ */ ee(Bn, [["__scopeId", "data-v-09ccd2d0"]]), Un = "data:image/png;base64,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", lt = /* @__PURE__ */ W({
|
|
1674
1674
|
__name: "VNorthDirection",
|
|
1675
1675
|
props: {
|
|
1676
1676
|
longitude: {}
|
|
@@ -1684,14 +1684,14 @@ const An = /* @__PURE__ */ j({
|
|
|
1684
1684
|
const o = E("v-img");
|
|
1685
1685
|
return d(), T(o, {
|
|
1686
1686
|
src: D(Un),
|
|
1687
|
-
style:
|
|
1687
|
+
style: de(e.value)
|
|
1688
1688
|
}, null, 8, ["src", "style"]);
|
|
1689
1689
|
};
|
|
1690
1690
|
}
|
|
1691
1691
|
});
|
|
1692
1692
|
class et {
|
|
1693
1693
|
constructor(a) {
|
|
1694
|
-
|
|
1694
|
+
me(this, "_buildingIds");
|
|
1695
1695
|
this._buildingIds = a;
|
|
1696
1696
|
}
|
|
1697
1697
|
static empty() {
|
|
@@ -1711,8 +1711,8 @@ class et {
|
|
|
1711
1711
|
const Hn = 180;
|
|
1712
1712
|
class Jt {
|
|
1713
1713
|
constructor(a) {
|
|
1714
|
-
|
|
1715
|
-
|
|
1714
|
+
me(this, "_cdnFileResolver");
|
|
1715
|
+
me(this, "_resourceLoader");
|
|
1716
1716
|
this._cdnFileResolver = a, this._resourceLoader = new Le();
|
|
1717
1717
|
}
|
|
1718
1718
|
constructFileUrl(a) {
|
|
@@ -1778,8 +1778,8 @@ class Jt {
|
|
|
1778
1778
|
}
|
|
1779
1779
|
class tt {
|
|
1780
1780
|
constructor(a) {
|
|
1781
|
-
|
|
1782
|
-
|
|
1781
|
+
me(this, "_mapImage");
|
|
1782
|
+
me(this, "_context");
|
|
1783
1783
|
this._mapImage = a, this._context = null;
|
|
1784
1784
|
}
|
|
1785
1785
|
static empty() {
|
|
@@ -1797,14 +1797,14 @@ class tt {
|
|
|
1797
1797
|
}
|
|
1798
1798
|
}
|
|
1799
1799
|
const Yn = /* @__PURE__ */ new Date(0);
|
|
1800
|
-
class
|
|
1800
|
+
class Ct {
|
|
1801
1801
|
constructor(a) {
|
|
1802
|
-
|
|
1803
|
-
|
|
1802
|
+
me(this, "_imagesByDay");
|
|
1803
|
+
me(this, "_state");
|
|
1804
1804
|
this._imagesByDay = a, this._state = { selectedIndex: 0 };
|
|
1805
1805
|
}
|
|
1806
1806
|
static empty() {
|
|
1807
|
-
return new
|
|
1807
|
+
return new Ct([{ referenceDate: Yn, urls: [] }]);
|
|
1808
1808
|
}
|
|
1809
1809
|
selectIndex(a) {
|
|
1810
1810
|
a < this._imagesByDay.length && (this._state.selectedIndex = a);
|
|
@@ -1846,7 +1846,7 @@ function Pn() {
|
|
|
1846
1846
|
class jn {
|
|
1847
1847
|
// private cameraParams: any
|
|
1848
1848
|
constructor(a, e) {
|
|
1849
|
-
|
|
1849
|
+
me(this, "data");
|
|
1850
1850
|
this.data = a;
|
|
1851
1851
|
}
|
|
1852
1852
|
download(a = null) {
|
|
@@ -1922,7 +1922,7 @@ const Nn = {
|
|
|
1922
1922
|
}, Jn = {
|
|
1923
1923
|
class: "position-absolute bottom-right-compact pa-2",
|
|
1924
1924
|
style: { "z-index": "7", width: "56px", height: "56px" }
|
|
1925
|
-
}, Xn = ["innerHTML"], Kn = { style: { "z-index": "7" } }, eo = /* @__PURE__ */
|
|
1925
|
+
}, Xn = ["innerHTML"], Kn = { style: { "z-index": "7" } }, eo = /* @__PURE__ */ W({
|
|
1926
1926
|
__name: "VApartmentChooserV5",
|
|
1927
1927
|
props: {
|
|
1928
1928
|
apartmentChooserData: {},
|
|
@@ -1946,8 +1946,8 @@ const Nn = {
|
|
|
1946
1946
|
), Y = v(!1);
|
|
1947
1947
|
Ie(() => {
|
|
1948
1948
|
r.value = !0;
|
|
1949
|
-
}), R(r, (
|
|
1950
|
-
|
|
1949
|
+
}), R(r, (j) => {
|
|
1950
|
+
j && n("onInitialize");
|
|
1951
1951
|
}), R(
|
|
1952
1952
|
() => _.value,
|
|
1953
1953
|
() => {
|
|
@@ -1962,12 +1962,12 @@ const Nn = {
|
|
|
1962
1962
|
() => y.value ? y.value.cameras.filter(At) : []
|
|
1963
1963
|
), I = async () => {
|
|
1964
1964
|
try {
|
|
1965
|
-
let
|
|
1965
|
+
let j, M;
|
|
1966
1966
|
return M = await Le.loadJson(
|
|
1967
1967
|
pe(e.cdnFileResolver, "/apartmentChooser.json")
|
|
1968
|
-
), parseInt(M.version) === 5 ? M : (
|
|
1969
|
-
} catch (
|
|
1970
|
-
r.value = !1, n("onError",
|
|
1968
|
+
), parseInt(M.version) === 5 ? M : (j = Wn(M), j);
|
|
1969
|
+
} catch (j) {
|
|
1970
|
+
r.value = !1, n("onError", j);
|
|
1971
1971
|
}
|
|
1972
1972
|
};
|
|
1973
1973
|
R(
|
|
@@ -1978,9 +1978,9 @@ const Nn = {
|
|
|
1978
1978
|
],
|
|
1979
1979
|
async () => {
|
|
1980
1980
|
e.cdnFileResolver && (y.value || (y.value = await I()), e.defaultCamera ? t.value = O.value.find(
|
|
1981
|
-
(
|
|
1981
|
+
(j) => j.cameraName === e.defaultCamera
|
|
1982
1982
|
) || O.value[0] : t.value = O.value[0], m.value = y.value.cameras.findIndex(
|
|
1983
|
-
(
|
|
1983
|
+
(j) => j === t.value
|
|
1984
1984
|
), m.value = Math.max(0, m.value));
|
|
1985
1985
|
},
|
|
1986
1986
|
{ immediate: !0 }
|
|
@@ -1988,7 +1988,7 @@ const Nn = {
|
|
|
1988
1988
|
[y, () => e.cdnFileResolver, () => e.defaultDay],
|
|
1989
1989
|
() => {
|
|
1990
1990
|
y.value && e.cdnFileResolver && (e.defaultDay ? o.value = t.value.sunsimDayOfYear.find(
|
|
1991
|
-
(
|
|
1991
|
+
(j) => j.dayOfYear === e.defaultDay
|
|
1992
1992
|
) || t.value.sunsimDayOfYear[0] : o.value = t.value.sunsimDayOfYear[0]);
|
|
1993
1993
|
},
|
|
1994
1994
|
{ immediate: !0 }
|
|
@@ -1996,28 +1996,28 @@ const Nn = {
|
|
|
1996
1996
|
[y, () => e.cdnFileResolver, () => e.defaultTime],
|
|
1997
1997
|
() => {
|
|
1998
1998
|
y.value && e.cdnFileResolver && (e.defaultTime ? i.value = o.value.timeSamples.find(
|
|
1999
|
-
(
|
|
1999
|
+
(j) => j.timeInHours === e.defaultTime
|
|
2000
2000
|
) || o.value.timeSamples[0] : i.value = o.value.timeSamples.find(
|
|
2001
|
-
(
|
|
2001
|
+
(j) => j.timeInHours === o.value.defaultHour
|
|
2002
2002
|
) || o.value.timeSamples[0]);
|
|
2003
2003
|
},
|
|
2004
2004
|
{ immediate: !0 }
|
|
2005
2005
|
);
|
|
2006
|
-
function L(
|
|
2007
|
-
t.value !==
|
|
2008
|
-
y.value.cameras.findIndex((M) => M ===
|
|
2006
|
+
function L(j) {
|
|
2007
|
+
t.value !== j && k.value.rotateShortestRoute(
|
|
2008
|
+
y.value.cameras.findIndex((M) => M === j)
|
|
2009
2009
|
);
|
|
2010
2010
|
}
|
|
2011
|
-
function J(
|
|
2012
|
-
m.value =
|
|
2011
|
+
function J(j) {
|
|
2012
|
+
m.value = j, At(y.value.cameras[m.value]) ? s.value = y.value.cameras[m.value] : (Ae(() => {
|
|
2013
2013
|
B(
|
|
2014
2014
|
y.value.cameras[m.value]
|
|
2015
2015
|
);
|
|
2016
2016
|
}), s.value = null);
|
|
2017
2017
|
}
|
|
2018
|
-
function B(
|
|
2018
|
+
function B(j) {
|
|
2019
2019
|
const M = o.value;
|
|
2020
|
-
t.value =
|
|
2020
|
+
t.value = j, m.value = y.value.cameras.findIndex(
|
|
2021
2021
|
(Q) => Q === t.value
|
|
2022
2022
|
), Ae(() => {
|
|
2023
2023
|
X(
|
|
@@ -2027,10 +2027,10 @@ const Nn = {
|
|
|
2027
2027
|
);
|
|
2028
2028
|
});
|
|
2029
2029
|
}
|
|
2030
|
-
function X(
|
|
2030
|
+
function X(j) {
|
|
2031
2031
|
const M = i.value;
|
|
2032
|
-
o.value =
|
|
2033
|
-
|
|
2032
|
+
o.value = j, Ae(() => {
|
|
2033
|
+
C(
|
|
2034
2034
|
o.value.timeSamples.find(
|
|
2035
2035
|
(Q) => Q.timeInHours === M.timeInHours
|
|
2036
2036
|
) || o.value.timeSamples.find(
|
|
@@ -2039,26 +2039,26 @@ const Nn = {
|
|
|
2039
2039
|
);
|
|
2040
2040
|
});
|
|
2041
2041
|
}
|
|
2042
|
-
function
|
|
2043
|
-
i.value =
|
|
2042
|
+
function C(j) {
|
|
2043
|
+
i.value = j;
|
|
2044
2044
|
}
|
|
2045
|
-
function A(
|
|
2046
|
-
n("onClick",
|
|
2045
|
+
function A(j) {
|
|
2046
|
+
n("onClick", j, () => {
|
|
2047
2047
|
const M = y.value.unitData.find(
|
|
2048
|
-
(Q) => Q.unitId ===
|
|
2048
|
+
(Q) => Q.unitId === j
|
|
2049
2049
|
);
|
|
2050
2050
|
M && k.value.rotateShortestRoute(M.bestScene);
|
|
2051
2051
|
});
|
|
2052
2052
|
}
|
|
2053
|
-
function
|
|
2054
|
-
n("onHoverOver",
|
|
2053
|
+
function P(j) {
|
|
2054
|
+
n("onHoverOver", j), p.value = j;
|
|
2055
2055
|
}
|
|
2056
|
-
function N(
|
|
2057
|
-
n("onHoverOut",
|
|
2056
|
+
function N(j) {
|
|
2057
|
+
n("onHoverOut", j), p.value = void 0;
|
|
2058
2058
|
}
|
|
2059
|
-
function ce(
|
|
2060
|
-
const { layerX: M, layerY: Q } =
|
|
2061
|
-
let K =
|
|
2059
|
+
function ce(j) {
|
|
2060
|
+
const { layerX: M, layerY: Q } = j;
|
|
2061
|
+
let K = j.target, re = !1;
|
|
2062
2062
|
for (; K; )
|
|
2063
2063
|
if (K === S.value) {
|
|
2064
2064
|
re = !0;
|
|
@@ -2066,7 +2066,7 @@ const Nn = {
|
|
|
2066
2066
|
} else
|
|
2067
2067
|
K = K.parentElement;
|
|
2068
2068
|
if (re) {
|
|
2069
|
-
const se =
|
|
2069
|
+
const se = j.currentTarget;
|
|
2070
2070
|
h.value = {
|
|
2071
2071
|
x: M,
|
|
2072
2072
|
y: Q,
|
|
@@ -2075,18 +2075,18 @@ const Nn = {
|
|
|
2075
2075
|
};
|
|
2076
2076
|
} else
|
|
2077
2077
|
h.value = void 0;
|
|
2078
|
-
n("onMouseMove",
|
|
2078
|
+
n("onMouseMove", j, h.value);
|
|
2079
2079
|
}
|
|
2080
|
-
return (
|
|
2080
|
+
return (j, M) => {
|
|
2081
2081
|
const Q = E("v-skeleton-loader");
|
|
2082
|
-
return d(), x(
|
|
2083
|
-
|
|
2082
|
+
return d(), x(ve, null, [
|
|
2083
|
+
w(Q, {
|
|
2084
2084
|
type: "image",
|
|
2085
2085
|
class: "w-100 h-100 position-relative",
|
|
2086
2086
|
loading: !r.value || !y.value
|
|
2087
2087
|
}, {
|
|
2088
2088
|
default: b(() => [
|
|
2089
|
-
|
|
2089
|
+
w(Te, { class: "w-100 h-100" }, {
|
|
2090
2090
|
default: b(() => [
|
|
2091
2091
|
u("div", {
|
|
2092
2092
|
ref_key: "container",
|
|
@@ -2119,7 +2119,7 @@ const Nn = {
|
|
|
2119
2119
|
"day-data": o.value,
|
|
2120
2120
|
"current-time": i.value,
|
|
2121
2121
|
disabled: f.value,
|
|
2122
|
-
onOnTimeChange:
|
|
2122
|
+
onOnTimeChange: C
|
|
2123
2123
|
}, null, 8, ["day-data", "current-time", "disabled"])) : V("", !0)
|
|
2124
2124
|
])
|
|
2125
2125
|
]),
|
|
@@ -2130,7 +2130,7 @@ const Nn = {
|
|
|
2130
2130
|
ref: k,
|
|
2131
2131
|
"apartment-chooser-data": y.value,
|
|
2132
2132
|
"current-scene": m.value,
|
|
2133
|
-
"selected-id":
|
|
2133
|
+
"selected-id": j.selectedId,
|
|
2134
2134
|
"render-display": e.renderDisplay,
|
|
2135
2135
|
onOnDisplayClick: A,
|
|
2136
2136
|
onOnSceneChange: J,
|
|
@@ -2144,15 +2144,15 @@ const Nn = {
|
|
|
2144
2144
|
longitude: t.value.cameraRotation.y + 270
|
|
2145
2145
|
}, null, 8, ["longitude"])) : V("", !0)
|
|
2146
2146
|
]),
|
|
2147
|
-
|
|
2147
|
+
w(ot, { position: "relative" }, {
|
|
2148
2148
|
default: b(() => [
|
|
2149
|
-
(d(!0), x(
|
|
2149
|
+
(d(!0), x(ve, null, _e(O.value, (K) => (d(), T(kn, {
|
|
2150
2150
|
key: K.overlayFilename,
|
|
2151
2151
|
"camera-data": K,
|
|
2152
2152
|
"cdn-file-resolver": e.cdnFileResolver,
|
|
2153
2153
|
"current-time": i.value
|
|
2154
2154
|
}, null, 8, ["camera-data", "cdn-file-resolver", "current-time"]))), 128)),
|
|
2155
|
-
(d(!0), x(
|
|
2155
|
+
(d(!0), x(ve, null, _e(z.value, (K) => (d(), T(xn, {
|
|
2156
2156
|
"transition-data": K,
|
|
2157
2157
|
"cdn-file-resolver": e.cdnFileResolver,
|
|
2158
2158
|
"current-transition": s.value
|
|
@@ -2163,13 +2163,13 @@ const Nn = {
|
|
|
2163
2163
|
style: { "z-index": "6", "pointer-events": "none" },
|
|
2164
2164
|
innerHTML: e.customOverlayContent
|
|
2165
2165
|
}, null, 8, Xn)) : V("", !0),
|
|
2166
|
-
|
|
2167
|
-
"cdn-file-resolver":
|
|
2166
|
+
Ce(w(Rn, {
|
|
2167
|
+
"cdn-file-resolver": j.cdnFileResolver,
|
|
2168
2168
|
"color-callback": e.colorCallback,
|
|
2169
2169
|
"current-camera": t.value,
|
|
2170
2170
|
"selected-id": e.selectedId,
|
|
2171
2171
|
onOnClick: A,
|
|
2172
|
-
onOnHoverOver:
|
|
2172
|
+
onOnHoverOver: P,
|
|
2173
2173
|
onOnHoverOut: N,
|
|
2174
2174
|
onUpdateSvgContainer: M[2] || (M[2] = (K) => S.value = K)
|
|
2175
2175
|
}, null, 8, ["cdn-file-resolver", "color-callback", "current-camera", "selected-id"]), [
|
|
@@ -2178,14 +2178,14 @@ const Nn = {
|
|
|
2178
2178
|
]),
|
|
2179
2179
|
_: 1
|
|
2180
2180
|
}),
|
|
2181
|
-
|
|
2181
|
+
j.$slots.popup && h.value && p.value ? (d(), T(nt, {
|
|
2182
2182
|
key: 0,
|
|
2183
2183
|
"is-hoverable": c.value,
|
|
2184
2184
|
pos: h.value
|
|
2185
2185
|
}, {
|
|
2186
2186
|
default: b(() => [
|
|
2187
2187
|
u("div", Kn, [
|
|
2188
|
-
|
|
2188
|
+
oe(j.$slots, "popup", ct(dt({ hoverId: p.value, hoverable: c.value })), void 0, !0)
|
|
2189
2189
|
])
|
|
2190
2190
|
]),
|
|
2191
2191
|
_: 3
|
|
@@ -2197,7 +2197,7 @@ const Nn = {
|
|
|
2197
2197
|
]),
|
|
2198
2198
|
_: 3
|
|
2199
2199
|
}, 8, ["loading"]),
|
|
2200
|
-
|
|
2200
|
+
w(We, {
|
|
2201
2201
|
ref_key: "hoverProbe",
|
|
2202
2202
|
ref: g
|
|
2203
2203
|
}, null, 512)
|
|
@@ -2207,7 +2207,7 @@ const Nn = {
|
|
|
2207
2207
|
}), ou = /* @__PURE__ */ ee(eo, [["__scopeId", "data-v-0310f66a"]]), to = { class: "sunsim-bar-wrapper" }, ao = { class: "sunsim-date d-flex align-center pl-5 pr-5" }, no = {
|
|
2208
2208
|
key: 1,
|
|
2209
2209
|
class: "text-center text-body-1"
|
|
2210
|
-
}, oo = { class: "sunsim-wrapper d-flex align-center px-3" }, lo = { class: "sunsim-time-label text-body-1 font-weight-normal ml-2" }, so = /* @__PURE__ */
|
|
2210
|
+
}, oo = { class: "sunsim-wrapper d-flex align-center px-3" }, lo = { class: "sunsim-time-label text-body-1 font-weight-normal ml-2" }, so = /* @__PURE__ */ W({
|
|
2211
2211
|
__name: "VBuildingChooserSunSimControl",
|
|
2212
2212
|
props: {
|
|
2213
2213
|
modelValue: {},
|
|
@@ -2249,7 +2249,7 @@ const Nn = {
|
|
|
2249
2249
|
const k = E("v-icon"), g = E("v-select"), c = E("v-progress-linear"), h = E("v-slider");
|
|
2250
2250
|
return d(), x("div", to, [
|
|
2251
2251
|
u("div", ao, [
|
|
2252
|
-
|
|
2252
|
+
w(k, {
|
|
2253
2253
|
color: "black",
|
|
2254
2254
|
class: "mr-2",
|
|
2255
2255
|
icon: "mdi-calendar-blank-outline"
|
|
@@ -2267,7 +2267,7 @@ const Nn = {
|
|
|
2267
2267
|
]),
|
|
2268
2268
|
u("div", oo, [
|
|
2269
2269
|
u("span", lo, Z(s.value), 1),
|
|
2270
|
-
|
|
2270
|
+
w(k, {
|
|
2271
2271
|
medium: "",
|
|
2272
2272
|
class: "ml-2 mr-2 icon"
|
|
2273
2273
|
}, {
|
|
@@ -2303,7 +2303,7 @@ const Nn = {
|
|
|
2303
2303
|
]);
|
|
2304
2304
|
};
|
|
2305
2305
|
}
|
|
2306
|
-
}), Xt = /* @__PURE__ */ ee(so, [["__scopeId", "data-v-d5a3d3f8"]]), io = { key: 0 }, ro = ["src"], uo = /* @__PURE__ */
|
|
2306
|
+
}), Xt = /* @__PURE__ */ ee(so, [["__scopeId", "data-v-d5a3d3f8"]]), io = { key: 0 }, ro = ["src"], uo = /* @__PURE__ */ W({
|
|
2307
2307
|
__name: "VBuildingChooserSceneImageStack",
|
|
2308
2308
|
props: {
|
|
2309
2309
|
imageUrls: {},
|
|
@@ -2343,8 +2343,8 @@ const Nn = {
|
|
|
2343
2343
|
style: { opacity: 1, borderRadius: 50 },
|
|
2344
2344
|
onLoad: s
|
|
2345
2345
|
}, null, 544),
|
|
2346
|
-
t.value === "preloaded" || t.value === "loaded" ?
|
|
2347
|
-
(d(!0), x(
|
|
2346
|
+
t.value === "preloaded" || t.value === "loaded" ? Ce((d(), x("div", io, [
|
|
2347
|
+
(d(!0), x(ve, null, _e(p.imageUrls, (f, k) => (d(), x("img", {
|
|
2348
2348
|
key: k,
|
|
2349
2349
|
class: fe({ "image-instance": !0, active: k === p.activeIndex }),
|
|
2350
2350
|
src: f,
|
|
@@ -2359,7 +2359,7 @@ const Nn = {
|
|
|
2359
2359
|
key: 0,
|
|
2360
2360
|
style: { height: "50vh" },
|
|
2361
2361
|
class: "d-flex justify-center align-center blue-grey lighten-5"
|
|
2362
|
-
}, vo = { class: "image-instances" }, mo = { key: 0 }, po = { class: "svg-container" }, fo = ["viewBox"], ho = ["innerHTML", "data-building-id", "onMouseover", "onMouseout", "onMousemove", "onClick"], go = ["innerHTML"], yo = /* @__PURE__ */
|
|
2362
|
+
}, vo = { class: "image-instances" }, mo = { key: 0 }, po = { class: "svg-container" }, fo = ["viewBox"], ho = ["innerHTML", "data-building-id", "onMouseover", "onMouseout", "onMousemove", "onClick"], go = ["innerHTML"], yo = /* @__PURE__ */ W({
|
|
2363
2363
|
__name: "VBuildingChooserSvg",
|
|
2364
2364
|
props: {
|
|
2365
2365
|
showCards: { type: Boolean, default: !0 },
|
|
@@ -2389,13 +2389,13 @@ const Nn = {
|
|
|
2389
2389
|
}), i = v({ x: 0, y: 0, width: 0, height: 0 }), s = v(), m = v(
|
|
2390
2390
|
(/* @__PURE__ */ new Date()).getHours() * 2 + ((/* @__PURE__ */ new Date()).getMinutes() < 30 ? 0 : 1)
|
|
2391
2391
|
), p = v(!1), r = v(new Le()), f = v(), k = v("0 0 0 0"), g = v(), c = v(), h = v(et.empty()), S = v(tt.empty()), _ = v(), y = $(() => _.value.isHoverEnabled);
|
|
2392
|
-
R(s, (
|
|
2393
|
-
|
|
2392
|
+
R(s, (C, A) => {
|
|
2393
|
+
C ? n("hoverOverBuilding", C) : n("hoverOutBuilding", A);
|
|
2394
2394
|
}), Ve(() => {
|
|
2395
2395
|
if (e.buildingChooserTimeOfDay) {
|
|
2396
|
-
const [
|
|
2396
|
+
const [C, A, P] = /^(\d\d):(\d\d)$/.exec(
|
|
2397
2397
|
e.buildingChooserTimeOfDay
|
|
2398
|
-
), N = parseInt(
|
|
2398
|
+
), N = parseInt(P);
|
|
2399
2399
|
m.value = parseInt(A) * 2 + (N < 15 ? 0 : N > 45 ? 2 : 1);
|
|
2400
2400
|
}
|
|
2401
2401
|
}), Ie(async () => {
|
|
@@ -2405,50 +2405,50 @@ const Nn = {
|
|
|
2405
2405
|
e.buildingChooserData
|
|
2406
2406
|
);
|
|
2407
2407
|
if (A) {
|
|
2408
|
-
S.value = new tt(A.mapImage), h.value = new et(A.buildingIds), g.value = new
|
|
2408
|
+
S.value = new tt(A.mapImage), h.value = new et(A.buildingIds), g.value = new Ct(A.backgrounds), c.value = {
|
|
2409
2409
|
buildingOverlays: A.buildingOverlays,
|
|
2410
2410
|
viewLongitude: A.viewLongitude
|
|
2411
2411
|
};
|
|
2412
|
-
const
|
|
2412
|
+
const P = [];
|
|
2413
2413
|
for (let { id: N, url: ce } of A.buildingOverlays)
|
|
2414
|
-
r.value.loadJson(ce.replace(".png", ".svg")).then((
|
|
2415
|
-
const Q = new DOMParser().parseFromString(
|
|
2416
|
-
k.value = Q.getAttribute("viewBox"),
|
|
2414
|
+
r.value.loadJson(ce.replace(".png", ".svg")).then((j) => {
|
|
2415
|
+
const Q = new DOMParser().parseFromString(j, "image/svg+xml").getElementsByTagName("svg")[0];
|
|
2416
|
+
k.value = Q.getAttribute("viewBox"), P.push({
|
|
2417
2417
|
id: N,
|
|
2418
2418
|
svg: Q.innerHTML
|
|
2419
2419
|
});
|
|
2420
2420
|
});
|
|
2421
|
-
f.value =
|
|
2421
|
+
f.value = P;
|
|
2422
2422
|
} else
|
|
2423
2423
|
p.value = !0;
|
|
2424
2424
|
});
|
|
2425
|
-
function Y({ width:
|
|
2426
|
-
o.value.width =
|
|
2425
|
+
function Y({ width: C, height: A }) {
|
|
2426
|
+
o.value.width = C, o.value.height = A;
|
|
2427
2427
|
}
|
|
2428
2428
|
function O() {
|
|
2429
2429
|
t.value = { preloaded: !1, ready: !1 };
|
|
2430
2430
|
}
|
|
2431
|
-
function z(
|
|
2431
|
+
function z(C) {
|
|
2432
2432
|
const A = e.colorCallback(
|
|
2433
|
-
|
|
2434
|
-
|
|
2435
|
-
),
|
|
2436
|
-
return
|
|
2433
|
+
C,
|
|
2434
|
+
C === s.value ? "hover" : "idle"
|
|
2435
|
+
), P = [];
|
|
2436
|
+
return C === s.value ? P.push("hover") : P.push("idle"), A && e.canGoToBuildingCallback(C) ? P.push("clickable") : P.push("restricted"), P.join(" ");
|
|
2437
2437
|
}
|
|
2438
|
-
function I(
|
|
2438
|
+
function I(C) {
|
|
2439
2439
|
const A = e.colorCallback(
|
|
2440
|
-
|
|
2441
|
-
|
|
2440
|
+
C,
|
|
2441
|
+
C === s.value ? "hover" : "idle"
|
|
2442
2442
|
);
|
|
2443
2443
|
if (A) {
|
|
2444
|
-
const { r:
|
|
2444
|
+
const { r: P, g: N, b: ce, a: j, s: M } = A;
|
|
2445
2445
|
return {
|
|
2446
2446
|
strokeWidth: M !== void 0 ? M : 2,
|
|
2447
|
-
stroke: `rgb(${
|
|
2447
|
+
stroke: `rgb(${P}, ${N}, ${ce})`,
|
|
2448
2448
|
strokeOpacity: 1,
|
|
2449
|
-
fill: `rgb(${
|
|
2450
|
-
fillOpacity:
|
|
2451
|
-
cursor: `${e.canGoToBuildingCallback(
|
|
2449
|
+
fill: `rgb(${P}, ${N}, ${ce})`,
|
|
2450
|
+
fillOpacity: j / 255,
|
|
2451
|
+
cursor: `${e.canGoToBuildingCallback(C) ? "cursor" : "default"} !important`
|
|
2452
2452
|
};
|
|
2453
2453
|
} else
|
|
2454
2454
|
return {
|
|
@@ -2460,40 +2460,40 @@ const Nn = {
|
|
|
2460
2460
|
cursor: "default !important"
|
|
2461
2461
|
};
|
|
2462
2462
|
}
|
|
2463
|
-
function L(
|
|
2464
|
-
const { layerX:
|
|
2463
|
+
function L(C, A) {
|
|
2464
|
+
const { layerX: P, layerY: N } = C;
|
|
2465
2465
|
y.value && (i.value = {
|
|
2466
|
-
x:
|
|
2466
|
+
x: P,
|
|
2467
2467
|
y: N,
|
|
2468
2468
|
width: o.value.width,
|
|
2469
2469
|
height: o.value.height
|
|
2470
2470
|
}, s.value = A, n("hoverOverBuilding", A));
|
|
2471
2471
|
}
|
|
2472
|
-
function J(
|
|
2473
|
-
const { layerX:
|
|
2472
|
+
function J(C, A) {
|
|
2473
|
+
const { layerX: P, layerY: N } = C;
|
|
2474
2474
|
y.value && (i.value = {
|
|
2475
|
-
x:
|
|
2475
|
+
x: P,
|
|
2476
2476
|
y: N,
|
|
2477
2477
|
width: o.value.width,
|
|
2478
2478
|
height: o.value.height
|
|
2479
2479
|
}, s.value = void 0, n("hoverOutBuilding", A));
|
|
2480
2480
|
}
|
|
2481
|
-
function B(
|
|
2482
|
-
const { layerX:
|
|
2481
|
+
function B(C, A) {
|
|
2482
|
+
const { layerX: P, layerY: N } = C;
|
|
2483
2483
|
y.value && (i.value = {
|
|
2484
|
-
x:
|
|
2484
|
+
x: P,
|
|
2485
2485
|
y: N,
|
|
2486
2486
|
width: o.value.width,
|
|
2487
2487
|
height: o.value.height
|
|
2488
2488
|
});
|
|
2489
2489
|
}
|
|
2490
|
-
function X(
|
|
2491
|
-
s.value =
|
|
2490
|
+
function X(C) {
|
|
2491
|
+
s.value = C, y.value && s.value && e.canGoToBuildingCallback(s.value) && n("goToBuilding", s.value);
|
|
2492
2492
|
}
|
|
2493
|
-
return (
|
|
2494
|
-
const
|
|
2493
|
+
return (C, A) => {
|
|
2494
|
+
const P = E("v-icon");
|
|
2495
2495
|
return p.value ? (d(), x("div", co, [
|
|
2496
|
-
|
|
2496
|
+
w(P, { "x-large": "" }, {
|
|
2497
2497
|
default: b(() => [
|
|
2498
2498
|
te("mdi-alert-circle-outline")
|
|
2499
2499
|
]),
|
|
@@ -2501,16 +2501,16 @@ const Nn = {
|
|
|
2501
2501
|
})
|
|
2502
2502
|
])) : c.value ? (d(), x("div", {
|
|
2503
2503
|
key: 1,
|
|
2504
|
-
style:
|
|
2504
|
+
style: de(`height: ${o.value.height}px; position: relative`),
|
|
2505
2505
|
class: "image-container"
|
|
2506
2506
|
}, [
|
|
2507
|
-
|
|
2508
|
-
desktop:
|
|
2509
|
-
mobile:
|
|
2507
|
+
w(ot, {
|
|
2508
|
+
desktop: C.interactiveDesktop,
|
|
2509
|
+
mobile: C.interactiveMobile
|
|
2510
2510
|
}, {
|
|
2511
2511
|
default: b(() => [
|
|
2512
2512
|
u("div", vo, [
|
|
2513
|
-
|
|
2513
|
+
w(Kt, {
|
|
2514
2514
|
"image-urls": g.value.imageUrls,
|
|
2515
2515
|
"active-index": m.value,
|
|
2516
2516
|
onResize: Y,
|
|
@@ -2518,15 +2518,15 @@ const Nn = {
|
|
|
2518
2518
|
onReady: A[1] || (A[1] = (N) => t.value.ready = !0),
|
|
2519
2519
|
onReset: O
|
|
2520
2520
|
}, null, 8, ["image-urls", "active-index"]),
|
|
2521
|
-
f.value ?
|
|
2521
|
+
f.value ? Ce((d(), x("div", mo, [
|
|
2522
2522
|
u("div", po, [
|
|
2523
2523
|
(d(), x("svg", { viewBox: k.value }, [
|
|
2524
|
-
(d(!0), x(
|
|
2525
|
-
key:
|
|
2524
|
+
(d(!0), x(ve, null, _e(f.value, ({ id: N, svg: ce }, j) => (d(), x("g", {
|
|
2525
|
+
key: j,
|
|
2526
2526
|
innerHTML: ce,
|
|
2527
2527
|
"data-building-id": N,
|
|
2528
2528
|
class: fe(z(N)),
|
|
2529
|
-
style:
|
|
2529
|
+
style: de(I(N)),
|
|
2530
2530
|
onMouseover: (M) => L(M, N),
|
|
2531
2531
|
onMouseout: (M) => J(M, N),
|
|
2532
2532
|
onMousemove: (M) => B(M),
|
|
@@ -2537,9 +2537,9 @@ const Nn = {
|
|
|
2537
2537
|
], 512)), [
|
|
2538
2538
|
[ke, t.value.preloaded]
|
|
2539
2539
|
]) : V("", !0),
|
|
2540
|
-
|
|
2540
|
+
Ce(u("div", {
|
|
2541
2541
|
class: "custom-overlay-layer",
|
|
2542
|
-
innerHTML:
|
|
2542
|
+
innerHTML: C.customOverlayContent
|
|
2543
2543
|
}, null, 8, go), [
|
|
2544
2544
|
[ke, t.value.preloaded]
|
|
2545
2545
|
])
|
|
@@ -2547,13 +2547,13 @@ const Nn = {
|
|
|
2547
2547
|
]),
|
|
2548
2548
|
_: 1
|
|
2549
2549
|
}, 8, ["desktop", "mobile"]),
|
|
2550
|
-
|
|
2550
|
+
Ce(u("div", null, [
|
|
2551
2551
|
c.value.viewLongitude ? (d(), T(lt, {
|
|
2552
2552
|
key: 0,
|
|
2553
2553
|
class: "north-indicator",
|
|
2554
2554
|
longitude: c.value.viewLongitude
|
|
2555
2555
|
}, null, 8, ["longitude"])) : V("", !0),
|
|
2556
|
-
|
|
2556
|
+
w(Xt, {
|
|
2557
2557
|
modelValue: m.value,
|
|
2558
2558
|
"onUpdate:modelValue": A[2] || (A[2] = (N) => m.value = N),
|
|
2559
2559
|
"date-selector": g.value,
|
|
@@ -2562,17 +2562,17 @@ const Nn = {
|
|
|
2562
2562
|
], 512), [
|
|
2563
2563
|
[ke, t.value.preloaded]
|
|
2564
2564
|
]),
|
|
2565
|
-
|
|
2565
|
+
C.showCards && s.value ? (d(), T(nt, {
|
|
2566
2566
|
key: 0,
|
|
2567
2567
|
"is-hoverable": y.value,
|
|
2568
2568
|
pos: i.value,
|
|
2569
2569
|
onOutside: A[3] || (A[3] = () => s.value = void 0)
|
|
2570
2570
|
}, {
|
|
2571
2571
|
default: b(() => [
|
|
2572
|
-
|
|
2572
|
+
oe(C.$slots, "default", {
|
|
2573
2573
|
building: s.value,
|
|
2574
|
-
canGoToBuilding:
|
|
2575
|
-
goToBuilding: () =>
|
|
2574
|
+
canGoToBuilding: C.canGoToBuildingCallback(s.value),
|
|
2575
|
+
goToBuilding: () => C.canGoToBuildingCallback(s.value) && n("goToBuilding", s.value),
|
|
2576
2576
|
pos: i.value,
|
|
2577
2577
|
isHoverable: y.value,
|
|
2578
2578
|
close: () => s.value = void 0
|
|
@@ -2580,14 +2580,14 @@ const Nn = {
|
|
|
2580
2580
|
]),
|
|
2581
2581
|
_: 3
|
|
2582
2582
|
}, 8, ["is-hoverable", "pos"])) : V("", !0),
|
|
2583
|
-
|
|
2583
|
+
w(We, {
|
|
2584
2584
|
ref_key: "hoverProbe",
|
|
2585
2585
|
ref: _
|
|
2586
2586
|
}, null, 512)
|
|
2587
2587
|
], 4)) : V("", !0);
|
|
2588
2588
|
};
|
|
2589
2589
|
}
|
|
2590
|
-
}), _o = /* @__PURE__ */ ee(yo, [["__scopeId", "data-v-9be2e160"]]), bo = /* @__PURE__ */
|
|
2590
|
+
}), _o = /* @__PURE__ */ ee(yo, [["__scopeId", "data-v-9be2e160"]]), bo = /* @__PURE__ */ W({
|
|
2591
2591
|
__name: "VBuildingChooserRasterOverlay",
|
|
2592
2592
|
props: {
|
|
2593
2593
|
imageUrl: {},
|
|
@@ -2635,11 +2635,11 @@ const Nn = {
|
|
|
2635
2635
|
class: "overlay"
|
|
2636
2636
|
}, g.dimensions), null, 16));
|
|
2637
2637
|
}
|
|
2638
|
-
}),
|
|
2638
|
+
}), wo = /* @__PURE__ */ ee(bo, [["__scopeId", "data-v-9e4cdd0e"]]), Co = {
|
|
2639
2639
|
key: 0,
|
|
2640
2640
|
style: { height: "50vh" },
|
|
2641
2641
|
class: "d-flex justify-center align-center blue-grey lighten-5"
|
|
2642
|
-
}, ko = { class: "image-instances" }, So = ["innerHTML"], Io = /* @__PURE__ */
|
|
2642
|
+
}, ko = { class: "image-instances" }, So = ["innerHTML"], Io = /* @__PURE__ */ W({
|
|
2643
2643
|
__name: "VBuildingChooserRaster",
|
|
2644
2644
|
props: {
|
|
2645
2645
|
showCards: { type: Boolean, default: !0 },
|
|
@@ -2669,39 +2669,39 @@ const Nn = {
|
|
|
2669
2669
|
}), s = v({ x: 0, y: 0, width: 0, height: 0 }), m = v(), p = v(et.empty()), r = v(tt.empty()), f = v(), k = v(
|
|
2670
2670
|
(/* @__PURE__ */ new Date()).getHours() * 2 + ((/* @__PURE__ */ new Date()).getMinutes() < 30 ? 0 : 1)
|
|
2671
2671
|
), g = v(
|
|
2672
|
-
(
|
|
2672
|
+
(C, A) => ({ x: C, y: A })
|
|
2673
2673
|
), c = v(!1), h = v(), S = v(), _ = v(), y = $(() => {
|
|
2674
|
-
var
|
|
2675
|
-
return (
|
|
2674
|
+
var C;
|
|
2675
|
+
return (C = h.value) == null ? void 0 : C.isHoverEnabled;
|
|
2676
2676
|
});
|
|
2677
2677
|
Ve(() => {
|
|
2678
2678
|
if (e.buildingChooserTimeOfDay) {
|
|
2679
|
-
const [
|
|
2679
|
+
const [C, A, P] = /^(\d\d):(\d\d)$/.exec(
|
|
2680
2680
|
e.buildingChooserTimeOfDay
|
|
2681
|
-
), N = parseInt(
|
|
2681
|
+
), N = parseInt(P);
|
|
2682
2682
|
k.value = parseInt(A) * 2 + (N < 15 ? 0 : N > 45 ? 2 : 1);
|
|
2683
2683
|
}
|
|
2684
|
-
}), R(f, (
|
|
2685
|
-
|
|
2684
|
+
}), R(f, (C, A) => {
|
|
2685
|
+
C ? n("hoverOverBuilding", C) : n("hoverOutBuilding", A);
|
|
2686
2686
|
}), Ie(async () => {
|
|
2687
2687
|
const A = await new Jt(
|
|
2688
2688
|
e.cdnFileResolver
|
|
2689
2689
|
).loadBuildingChooser(
|
|
2690
2690
|
e.buildingChooserData
|
|
2691
2691
|
);
|
|
2692
|
-
A ? (r.value = new tt(A.mapImage), p.value = new et(A.buildingIds), t.value = new
|
|
2692
|
+
A ? (r.value = new tt(A.mapImage), p.value = new et(A.buildingIds), t.value = new Ct(A.backgrounds), m.value = {
|
|
2693
2693
|
buildingOverlays: A.buildingOverlays,
|
|
2694
2694
|
viewLongitude: A.viewLongitude
|
|
2695
2695
|
}, I()) : c.value = !0;
|
|
2696
2696
|
});
|
|
2697
|
-
function Y({ width:
|
|
2698
|
-
i.value.width =
|
|
2697
|
+
function Y({ width: C, height: A }) {
|
|
2698
|
+
i.value.width = C, i.value.height = A, Ae(I);
|
|
2699
2699
|
}
|
|
2700
2700
|
function O() {
|
|
2701
2701
|
o.value = { preloaded: !1, ready: !1 };
|
|
2702
2702
|
}
|
|
2703
|
-
function z(
|
|
2704
|
-
const { layerX: A, layerY:
|
|
2703
|
+
function z(C) {
|
|
2704
|
+
const { layerX: A, layerY: P } = C, { x: N, y: ce } = g.value(A, P);
|
|
2705
2705
|
return p.value.getBuildingId(
|
|
2706
2706
|
r.value,
|
|
2707
2707
|
N,
|
|
@@ -2710,34 +2710,34 @@ const Nn = {
|
|
|
2710
2710
|
}
|
|
2711
2711
|
function I() {
|
|
2712
2712
|
if (S.value && (r.value.update(S.value), _.value))
|
|
2713
|
-
for (const
|
|
2714
|
-
|
|
2713
|
+
for (const C of _.value)
|
|
2714
|
+
C.setupDraw();
|
|
2715
2715
|
}
|
|
2716
|
-
function L(
|
|
2717
|
-
const { layerX: A, layerY:
|
|
2718
|
-
y.value && (f.value = z(
|
|
2716
|
+
function L(C) {
|
|
2717
|
+
const { layerX: A, layerY: P } = C;
|
|
2718
|
+
y.value && (f.value = z(C), f.value !== void 0 && (s.value = {
|
|
2719
2719
|
x: A,
|
|
2720
|
-
y:
|
|
2720
|
+
y: P,
|
|
2721
2721
|
width: i.value.width,
|
|
2722
2722
|
height: i.value.height
|
|
2723
2723
|
}));
|
|
2724
2724
|
}
|
|
2725
|
-
function J(
|
|
2726
|
-
f.value = z(
|
|
2725
|
+
function J(C) {
|
|
2726
|
+
f.value = z(C), y.value && f.value && n("goToBuilding", f.value);
|
|
2727
2727
|
}
|
|
2728
|
-
function B(
|
|
2728
|
+
function B(C) {
|
|
2729
2729
|
return e.colorCallback(
|
|
2730
|
-
|
|
2731
|
-
|
|
2730
|
+
C,
|
|
2731
|
+
C === f.value ? "hover" : "idle"
|
|
2732
2732
|
);
|
|
2733
2733
|
}
|
|
2734
|
-
function X({ resolve:
|
|
2735
|
-
g.value =
|
|
2734
|
+
function X({ resolve: C }) {
|
|
2735
|
+
g.value = C;
|
|
2736
2736
|
}
|
|
2737
|
-
return (
|
|
2738
|
-
const
|
|
2739
|
-
return c.value ? (d(), x("div",
|
|
2740
|
-
|
|
2737
|
+
return (C, A) => {
|
|
2738
|
+
const P = E("v-icon");
|
|
2739
|
+
return c.value ? (d(), x("div", Co, [
|
|
2740
|
+
w(P, { "x-large": "" }, {
|
|
2741
2741
|
default: b(() => [
|
|
2742
2742
|
te("mdi-alert-circle-outline")
|
|
2743
2743
|
]),
|
|
@@ -2745,17 +2745,17 @@ const Nn = {
|
|
|
2745
2745
|
})
|
|
2746
2746
|
])) : m.value ? (d(), x("div", {
|
|
2747
2747
|
key: 1,
|
|
2748
|
-
style:
|
|
2748
|
+
style: de(`cursor: ${f.value ? "pointer" : "auto"};height: ${i.value.height}px; position: relative`),
|
|
2749
2749
|
class: "image-container"
|
|
2750
2750
|
}, [
|
|
2751
|
-
|
|
2752
|
-
desktop:
|
|
2753
|
-
mobile:
|
|
2751
|
+
w(ot, {
|
|
2752
|
+
desktop: C.interactiveDesktop,
|
|
2753
|
+
mobile: C.interactiveMobile,
|
|
2754
2754
|
onUpdate: X
|
|
2755
2755
|
}, {
|
|
2756
2756
|
default: b(() => [
|
|
2757
2757
|
u("div", ko, [
|
|
2758
|
-
|
|
2758
|
+
w(Kt, {
|
|
2759
2759
|
"image-urls": t.value.imageUrls,
|
|
2760
2760
|
"active-index": k.value,
|
|
2761
2761
|
onResize: Y,
|
|
@@ -2763,8 +2763,8 @@ const Nn = {
|
|
|
2763
2763
|
onReady: A[1] || (A[1] = (N) => o.value.ready = !0),
|
|
2764
2764
|
onReset: O
|
|
2765
2765
|
}, null, 8, ["image-urls", "active-index"]),
|
|
2766
|
-
|
|
2767
|
-
(d(!0), x(
|
|
2766
|
+
Ce(u("div", null, [
|
|
2767
|
+
(d(!0), x(ve, null, _e(m.value.buildingOverlays, (N) => (d(), T(wo, {
|
|
2768
2768
|
ref_for: !0,
|
|
2769
2769
|
ref_key: "overlays",
|
|
2770
2770
|
ref: _,
|
|
@@ -2784,22 +2784,22 @@ const Nn = {
|
|
|
2784
2784
|
onClick: J,
|
|
2785
2785
|
onMousemove: L
|
|
2786
2786
|
}), null, 16),
|
|
2787
|
-
|
|
2787
|
+
Ce(u("div", {
|
|
2788
2788
|
class: "custom-overlay-layer",
|
|
2789
|
-
innerHTML:
|
|
2789
|
+
innerHTML: C.customOverlayContent
|
|
2790
2790
|
}, null, 8, So), [
|
|
2791
2791
|
[ke, o.value.preloaded]
|
|
2792
2792
|
])
|
|
2793
2793
|
]),
|
|
2794
2794
|
_: 1
|
|
2795
2795
|
}, 8, ["desktop", "mobile"]),
|
|
2796
|
-
|
|
2796
|
+
Ce(u("div", null, [
|
|
2797
2797
|
m.value.viewLongitude ? (d(), T(lt, {
|
|
2798
2798
|
key: 0,
|
|
2799
2799
|
class: "north-indicator",
|
|
2800
2800
|
longitude: m.value.viewLongitude
|
|
2801
2801
|
}, null, 8, ["longitude"])) : V("", !0),
|
|
2802
|
-
|
|
2802
|
+
w(Xt, {
|
|
2803
2803
|
modelValue: k.value,
|
|
2804
2804
|
"onUpdate:modelValue": A[2] || (A[2] = (N) => k.value = N),
|
|
2805
2805
|
"date-selector": t.value,
|
|
@@ -2808,17 +2808,17 @@ const Nn = {
|
|
|
2808
2808
|
], 512), [
|
|
2809
2809
|
[ke, o.value.preloaded]
|
|
2810
2810
|
]),
|
|
2811
|
-
|
|
2811
|
+
C.showCards && f.value ? (d(), T(nt, {
|
|
2812
2812
|
key: 0,
|
|
2813
2813
|
"is-hoverable": y.value,
|
|
2814
2814
|
pos: s.value,
|
|
2815
2815
|
onOutside: A[3] || (A[3] = () => f.value = void 0)
|
|
2816
2816
|
}, {
|
|
2817
2817
|
default: b(() => [
|
|
2818
|
-
|
|
2818
|
+
oe(C.$slots, "default", {
|
|
2819
2819
|
building: f.value,
|
|
2820
|
-
canGoToBuilding:
|
|
2821
|
-
goToBuilding: () =>
|
|
2820
|
+
canGoToBuilding: C.canGoToBuildingCallback(f.value),
|
|
2821
|
+
goToBuilding: () => C.canGoToBuildingCallback(f.value) && n("goToBuilding", f.value),
|
|
2822
2822
|
pos: s.value,
|
|
2823
2823
|
isHoverable: y.value,
|
|
2824
2824
|
close: () => f.value = void 0
|
|
@@ -2826,14 +2826,14 @@ const Nn = {
|
|
|
2826
2826
|
]),
|
|
2827
2827
|
_: 3
|
|
2828
2828
|
}, 8, ["is-hoverable", "pos"])) : V("", !0),
|
|
2829
|
-
|
|
2829
|
+
w(We, {
|
|
2830
2830
|
ref_key: "hoverProbe",
|
|
2831
2831
|
ref: h
|
|
2832
2832
|
}, null, 512)
|
|
2833
2833
|
], 4)) : V("", !0);
|
|
2834
2834
|
};
|
|
2835
2835
|
}
|
|
2836
|
-
}), xo = /* @__PURE__ */ ee(Io, [["__scopeId", "data-v-5402374e"]]), Do = /* @__PURE__ */
|
|
2836
|
+
}), xo = /* @__PURE__ */ ee(Io, [["__scopeId", "data-v-5402374e"]]), Do = /* @__PURE__ */ W({
|
|
2837
2837
|
__name: "VBuildingChooser",
|
|
2838
2838
|
props: {
|
|
2839
2839
|
showCards: { type: Boolean, default: !0 },
|
|
@@ -2871,12 +2871,12 @@ const Nn = {
|
|
|
2871
2871
|
_e(Object.keys(o.$slots), (s) => ({
|
|
2872
2872
|
name: s,
|
|
2873
2873
|
fn: b((m) => [
|
|
2874
|
-
|
|
2874
|
+
oe(o.$slots, s, ct(dt(m)))
|
|
2875
2875
|
])
|
|
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
|
-
}), Ao = ["src"], Fo = /* @__PURE__ */
|
|
2879
|
+
}), Ao = ["src"], Fo = /* @__PURE__ */ W({
|
|
2880
2880
|
__name: "VBuildingChooserV5CameraDayTimeSample",
|
|
2881
2881
|
props: {
|
|
2882
2882
|
timeSampleData: {},
|
|
@@ -2885,7 +2885,7 @@ const Nn = {
|
|
|
2885
2885
|
},
|
|
2886
2886
|
setup(l) {
|
|
2887
2887
|
const a = l, e = $(() => pe(a.cdnFileResolver, a.timeSampleData.filename));
|
|
2888
|
-
return (n, t) =>
|
|
2888
|
+
return (n, t) => Ce((d(), x("img", {
|
|
2889
2889
|
key: e.value,
|
|
2890
2890
|
src: e.value,
|
|
2891
2891
|
width: "100%"
|
|
@@ -2893,7 +2893,7 @@ const Nn = {
|
|
|
2893
2893
|
[ke, n.timeSampleData === n.currentTime]
|
|
2894
2894
|
]);
|
|
2895
2895
|
}
|
|
2896
|
-
}), Lo = /* @__PURE__ */ ee(Fo, [["__scopeId", "data-v-9866b8c2"]]), Mo = /* @__PURE__ */
|
|
2896
|
+
}), Lo = /* @__PURE__ */ ee(Fo, [["__scopeId", "data-v-9866b8c2"]]), Mo = /* @__PURE__ */ W({
|
|
2897
2897
|
__name: "VBuildingChooserV5CameraDay",
|
|
2898
2898
|
props: {
|
|
2899
2899
|
dayData: {},
|
|
@@ -2902,13 +2902,13 @@ const Nn = {
|
|
|
2902
2902
|
},
|
|
2903
2903
|
setup(l) {
|
|
2904
2904
|
const a = l;
|
|
2905
|
-
return (e, n) => (d(!0), x(
|
|
2905
|
+
return (e, n) => (d(!0), x(ve, null, _e(a.dayData.timeSamples, (t) => (d(), T(Lo, {
|
|
2906
2906
|
"time-sample-data": t,
|
|
2907
2907
|
"cdn-file-resolver": a.cdnFileResolver,
|
|
2908
2908
|
"current-time": e.currentTime
|
|
2909
2909
|
}, null, 8, ["time-sample-data", "cdn-file-resolver", "current-time"]))), 256));
|
|
2910
2910
|
}
|
|
2911
|
-
}), Oo = /* @__PURE__ */
|
|
2911
|
+
}), Oo = /* @__PURE__ */ W({
|
|
2912
2912
|
__name: "VBuildingChooserV5Camera",
|
|
2913
2913
|
props: {
|
|
2914
2914
|
cameraData: {},
|
|
@@ -2917,13 +2917,13 @@ const Nn = {
|
|
|
2917
2917
|
},
|
|
2918
2918
|
setup(l) {
|
|
2919
2919
|
const a = l;
|
|
2920
|
-
return (e, n) => (d(!0), x(
|
|
2920
|
+
return (e, n) => (d(!0), x(ve, null, _e(a.cameraData.sunsimDayOfYear, (t) => (d(), T(Mo, {
|
|
2921
2921
|
"day-data": t,
|
|
2922
2922
|
"cdn-file-resolver": a.cdnFileResolver,
|
|
2923
2923
|
"current-time": a.currentTime
|
|
2924
2924
|
}, null, 8, ["day-data", "cdn-file-resolver", "current-time"]))), 256));
|
|
2925
2925
|
}
|
|
2926
|
-
}), Eo = /* @__PURE__ */
|
|
2926
|
+
}), Eo = /* @__PURE__ */ W({
|
|
2927
2927
|
__name: "VBuildingChooserV5UiCamera",
|
|
2928
2928
|
props: {
|
|
2929
2929
|
buildingChooserData: {},
|
|
@@ -2955,7 +2955,7 @@ const Nn = {
|
|
|
2955
2955
|
}, null, 8, ["modelValue", "items"]);
|
|
2956
2956
|
};
|
|
2957
2957
|
}
|
|
2958
|
-
}), To = /* @__PURE__ */
|
|
2958
|
+
}), To = /* @__PURE__ */ W({
|
|
2959
2959
|
__name: "VBuildingChooserV5UiDay",
|
|
2960
2960
|
props: {
|
|
2961
2961
|
cameraData: {},
|
|
@@ -2997,7 +2997,7 @@ const Nn = {
|
|
|
2997
2997
|
"hide-details": ""
|
|
2998
2998
|
}, {
|
|
2999
2999
|
item: b(({ props: r }) => [
|
|
3000
|
-
|
|
3000
|
+
w(m, Oe(r, {
|
|
3001
3001
|
title: o(r.title)
|
|
3002
3002
|
}), null, 16, ["title"])
|
|
3003
3003
|
]),
|
|
@@ -3011,7 +3011,7 @@ const Nn = {
|
|
|
3011
3011
|
}), Vo = {
|
|
3012
3012
|
key: 0,
|
|
3013
3013
|
class: "py-2"
|
|
3014
|
-
}, $o = { class: "small" }, Bo = { class: "small" }, Ro = /* @__PURE__ */
|
|
3014
|
+
}, $o = { class: "small" }, Bo = { class: "small" }, Ro = /* @__PURE__ */ W({
|
|
3015
3015
|
__name: "VBuildingChooserV5UiTimeSample",
|
|
3016
3016
|
props: {
|
|
3017
3017
|
dayData: {},
|
|
@@ -3052,7 +3052,7 @@ const Nn = {
|
|
|
3052
3052
|
return d(), T(g, { variant: "solo" }, {
|
|
3053
3053
|
default: b(() => [
|
|
3054
3054
|
m.dayData.startTime === m.dayData.endTime ? (d(), x("div", Vo, [
|
|
3055
|
-
|
|
3055
|
+
w(r, {
|
|
3056
3056
|
style: { color: "#ffab02", "vertical-align": "baseline", "font-size": "20px" },
|
|
3057
3057
|
class: "py-2 ml-2 mr-2 icon"
|
|
3058
3058
|
}, {
|
|
@@ -3073,7 +3073,7 @@ const Nn = {
|
|
|
3073
3073
|
"hide-details": ""
|
|
3074
3074
|
}, {
|
|
3075
3075
|
prepend: b(() => [
|
|
3076
|
-
|
|
3076
|
+
w(f, {
|
|
3077
3077
|
icon: o.value ? "mdi-stop" : "mdi-play",
|
|
3078
3078
|
size: "x-small",
|
|
3079
3079
|
variant: "flat",
|
|
@@ -3085,7 +3085,7 @@ const Nn = {
|
|
|
3085
3085
|
append: b(() => [
|
|
3086
3086
|
u("span", Bo, Z(i(m.dayData.endTime)), 1),
|
|
3087
3087
|
te(" "),
|
|
3088
|
-
|
|
3088
|
+
w(r, {
|
|
3089
3089
|
style: { color: "#ffab02", "vertical-align": "baseline", "font-size": "20px" },
|
|
3090
3090
|
class: "ml-2 mr-2 icon"
|
|
3091
3091
|
}, {
|
|
@@ -3103,7 +3103,7 @@ const Nn = {
|
|
|
3103
3103
|
});
|
|
3104
3104
|
};
|
|
3105
3105
|
}
|
|
3106
|
-
}), Uo = /* @__PURE__ */ ee(Ro, [["__scopeId", "data-v-42a733f4"]]), Ho = ["innerHTML"], Yo = /* @__PURE__ */
|
|
3106
|
+
}), Uo = /* @__PURE__ */ ee(Ro, [["__scopeId", "data-v-42a733f4"]]), Ho = ["innerHTML"], Yo = /* @__PURE__ */ W({
|
|
3107
3107
|
__name: "VBuildingChooserV5Overlay",
|
|
3108
3108
|
props: {
|
|
3109
3109
|
cdnFileResolver: { type: [String, Function] },
|
|
@@ -3251,7 +3251,7 @@ const jo = {
|
|
|
3251
3251
|
}, No = { class: "pa-1" }, Go = { class: "pa-1 flex-grow-1" }, Qo = {
|
|
3252
3252
|
class: "position-absolute bottom-right-compact pa-2",
|
|
3253
3253
|
style: { "z-index": "6", width: "56px", height: "56px" }
|
|
3254
|
-
}, Zo = ["innerHTML"], qo = { style: { "z-index": "7" } }, Jo = /* @__PURE__ */
|
|
3254
|
+
}, Zo = ["innerHTML"], qo = { style: { "z-index": "7" } }, Jo = /* @__PURE__ */ W({
|
|
3255
3255
|
__name: "VBuildingChooserV5",
|
|
3256
3256
|
props: {
|
|
3257
3257
|
buildingChooserData: {},
|
|
@@ -3353,14 +3353,14 @@ const jo = {
|
|
|
3353
3353
|
}
|
|
3354
3354
|
function I(L) {
|
|
3355
3355
|
const { layerX: J, layerY: B } = L;
|
|
3356
|
-
let X = L.target,
|
|
3356
|
+
let X = L.target, C = !1;
|
|
3357
3357
|
for (; X; )
|
|
3358
3358
|
if (X === k.value) {
|
|
3359
|
-
|
|
3359
|
+
C = !0;
|
|
3360
3360
|
break;
|
|
3361
3361
|
} else
|
|
3362
3362
|
X = X.parentElement;
|
|
3363
|
-
if (
|
|
3363
|
+
if (C) {
|
|
3364
3364
|
const A = L.currentTarget;
|
|
3365
3365
|
f.value = {
|
|
3366
3366
|
x: J,
|
|
@@ -3374,14 +3374,14 @@ const jo = {
|
|
|
3374
3374
|
}
|
|
3375
3375
|
return (L, J) => {
|
|
3376
3376
|
const B = E("v-skeleton-loader");
|
|
3377
|
-
return d(), x(
|
|
3378
|
-
|
|
3377
|
+
return d(), x(ve, null, [
|
|
3378
|
+
w(B, {
|
|
3379
3379
|
type: "image",
|
|
3380
3380
|
class: "w-100 h-100 position-relative",
|
|
3381
3381
|
loading: !m.value || !c.value
|
|
3382
3382
|
}, {
|
|
3383
3383
|
default: b(() => [
|
|
3384
|
-
|
|
3384
|
+
w(Te, { class: "w-100 h-100" }, {
|
|
3385
3385
|
default: b(() => [
|
|
3386
3386
|
u("div", {
|
|
3387
3387
|
ref_key: "container",
|
|
@@ -3391,7 +3391,7 @@ const jo = {
|
|
|
3391
3391
|
}, [
|
|
3392
3392
|
u("div", jo, [
|
|
3393
3393
|
c.value.cameras.length > 1 ? (d(), x("div", Wo, [
|
|
3394
|
-
|
|
3394
|
+
w(Eo, {
|
|
3395
3395
|
"building-chooser-data": c.value,
|
|
3396
3396
|
"current-camera": t.value,
|
|
3397
3397
|
onOnCameraChange: _
|
|
@@ -3420,9 +3420,9 @@ const jo = {
|
|
|
3420
3420
|
longitude: t.value.cameraRotation.y + 270
|
|
3421
3421
|
}, null, 8, ["longitude"])) : V("", !0)
|
|
3422
3422
|
]),
|
|
3423
|
-
|
|
3423
|
+
w(ot, { position: "relative" }, {
|
|
3424
3424
|
default: b(() => [
|
|
3425
|
-
(d(!0), x(
|
|
3425
|
+
(d(!0), x(ve, null, _e(c.value.cameras, (X) => (d(), T(Oo, {
|
|
3426
3426
|
key: X.overlayFilename,
|
|
3427
3427
|
"camera-data": X,
|
|
3428
3428
|
"cdn-file-resolver": e.cdnFileResolver,
|
|
@@ -3434,7 +3434,7 @@ const jo = {
|
|
|
3434
3434
|
style: { "z-index": "5", "pointer-events": "none" },
|
|
3435
3435
|
innerHTML: e.customOverlayContent
|
|
3436
3436
|
}, null, 8, Zo)) : V("", !0),
|
|
3437
|
-
|
|
3437
|
+
w(zo, {
|
|
3438
3438
|
"cdn-file-resolver": L.cdnFileResolver,
|
|
3439
3439
|
"color-callback": e.colorCallback,
|
|
3440
3440
|
"current-camera": t.value,
|
|
@@ -3454,7 +3454,7 @@ const jo = {
|
|
|
3454
3454
|
}, {
|
|
3455
3455
|
default: b(() => [
|
|
3456
3456
|
u("div", qo, [
|
|
3457
|
-
|
|
3457
|
+
oe(L.$slots, "popup", ct(dt({ hoverId: s.value, hoverable: r.value })), void 0, !0)
|
|
3458
3458
|
])
|
|
3459
3459
|
]),
|
|
3460
3460
|
_: 3
|
|
@@ -3466,7 +3466,7 @@ const jo = {
|
|
|
3466
3466
|
]),
|
|
3467
3467
|
_: 3
|
|
3468
3468
|
}, 8, ["loading"]),
|
|
3469
|
-
|
|
3469
|
+
w(We, {
|
|
3470
3470
|
ref_key: "hoverProbe",
|
|
3471
3471
|
ref: p
|
|
3472
3472
|
}, null, 512)
|
|
@@ -3514,7 +3514,7 @@ const ll = { id: "player-wrapper" }, sl = { id: "player-sizer" }, il = {
|
|
|
3514
3514
|
}, fl = {
|
|
3515
3515
|
class: "player-control",
|
|
3516
3516
|
id: "controls-bottom-right"
|
|
3517
|
-
}, hl = { id: "main-canvas" }, gl = /* @__PURE__ */
|
|
3517
|
+
}, hl = { id: "main-canvas" }, gl = /* @__PURE__ */ W({
|
|
3518
3518
|
__name: "VPlayer",
|
|
3519
3519
|
props: {
|
|
3520
3520
|
cdnFileResolver: {},
|
|
@@ -3609,38 +3609,38 @@ const ll = { id: "player-wrapper" }, sl = { id: "player-sizer" }, il = {
|
|
|
3609
3609
|
S();
|
|
3610
3610
|
}), (_, y) => (d(), x("div", ll, [
|
|
3611
3611
|
u("div", sl, [
|
|
3612
|
-
|
|
3612
|
+
oe(_.$slots, "slideshow-image", {}, void 0, !0),
|
|
3613
3613
|
u("div", il, [
|
|
3614
|
-
|
|
3614
|
+
oe(_.$slots, "top-left", {}, void 0, !0)
|
|
3615
3615
|
]),
|
|
3616
3616
|
u("div", rl, [
|
|
3617
|
-
|
|
3617
|
+
oe(_.$slots, "top-center", {}, void 0, !0)
|
|
3618
3618
|
]),
|
|
3619
3619
|
u("div", ul, [
|
|
3620
|
-
|
|
3620
|
+
oe(_.$slots, "top-right", {}, void 0, !0)
|
|
3621
3621
|
]),
|
|
3622
3622
|
u("div", cl, [
|
|
3623
|
-
|
|
3623
|
+
oe(_.$slots, "center-left", {}, void 0, !0)
|
|
3624
3624
|
]),
|
|
3625
3625
|
u("div", dl, [
|
|
3626
|
-
|
|
3626
|
+
oe(_.$slots, "center-center", {}, void 0, !0)
|
|
3627
3627
|
]),
|
|
3628
3628
|
u("div", vl, [
|
|
3629
|
-
|
|
3629
|
+
oe(_.$slots, "center-right", {}, void 0, !0)
|
|
3630
3630
|
]),
|
|
3631
3631
|
u("div", ml, [
|
|
3632
|
-
|
|
3632
|
+
oe(_.$slots, "bottom-left", {}, void 0, !0)
|
|
3633
3633
|
]),
|
|
3634
3634
|
u("div", pl, [
|
|
3635
|
-
|
|
3635
|
+
oe(_.$slots, "bottom-center", {}, void 0, !0)
|
|
3636
3636
|
]),
|
|
3637
3637
|
u("div", fl, [
|
|
3638
|
-
|
|
3638
|
+
oe(_.$slots, "bottom-right", {}, void 0, !0)
|
|
3639
3639
|
]),
|
|
3640
3640
|
u("div", hl, [
|
|
3641
3641
|
u("canvas", {
|
|
3642
3642
|
id: "qpc",
|
|
3643
|
-
style:
|
|
3643
|
+
style: de(D(m) ? "visibility:hidden" : "visibility:visible")
|
|
3644
3644
|
}, null, 4)
|
|
3645
3645
|
])
|
|
3646
3646
|
])
|
|
@@ -3650,7 +3650,7 @@ const ll = { id: "player-wrapper" }, sl = { id: "player-sizer" }, il = {
|
|
|
3650
3650
|
style: { width: "24px", height: "24px" },
|
|
3651
3651
|
viewBox: "0 0 18 16",
|
|
3652
3652
|
xmlns: "http://www.w3.org/2000/svg"
|
|
3653
|
-
}, bl = ["stroke"],
|
|
3653
|
+
}, bl = ["stroke"], wl = ["stroke"], Cl = { class: "floor-level-label" }, kl = /* @__PURE__ */ W({
|
|
3654
3654
|
__name: "VFloorLevel",
|
|
3655
3655
|
props: {
|
|
3656
3656
|
level: { default: 0 },
|
|
@@ -3673,7 +3673,7 @@ const ll = { id: "player-wrapper" }, sl = { id: "player-sizer" }, il = {
|
|
|
3673
3673
|
attach: ""
|
|
3674
3674
|
}, {
|
|
3675
3675
|
activator: b(({ props: c }) => [
|
|
3676
|
-
|
|
3676
|
+
w(k, Oe({
|
|
3677
3677
|
style: { cursor: "pointer" },
|
|
3678
3678
|
density: "comfortable",
|
|
3679
3679
|
elevation: "1",
|
|
@@ -3694,20 +3694,20 @@ const ll = { id: "player-wrapper" }, sl = { id: "player-sizer" }, il = {
|
|
|
3694
3694
|
stroke: s.value ? "black" : "#999999",
|
|
3695
3695
|
"stroke-width": "1.5",
|
|
3696
3696
|
"stroke-linejoin": "round"
|
|
3697
|
-
}, null, 8,
|
|
3697
|
+
}, null, 8, wl)
|
|
3698
3698
|
]))
|
|
3699
3699
|
]),
|
|
3700
3700
|
_: 2
|
|
3701
3701
|
}, 1040)
|
|
3702
3702
|
]),
|
|
3703
3703
|
default: b(() => [
|
|
3704
|
-
u("span",
|
|
3704
|
+
u("span", Cl, Z(D(t).getLabel(i.value)) + " " + Z(D(t).getLabel("floor")), 1)
|
|
3705
3705
|
]),
|
|
3706
3706
|
_: 1
|
|
3707
3707
|
});
|
|
3708
3708
|
};
|
|
3709
3709
|
}
|
|
3710
|
-
}), Sl = /* @__PURE__ */ ee(kl, [["__scopeId", "data-v-5ce91d8e"]]), Il = { class: "d-none d-md-inline" }, xl = { class: "interior-selector-list" }, Dl = ["onClick"], Al = { class: "d-flex align-center justify-left pa-0 ma-0" }, Fl = { class: "pa-0 ma-0" }, Ll = { class: "text-caption ma-2 no-wrap" }, Ml = /* @__PURE__ */
|
|
3710
|
+
}), Sl = /* @__PURE__ */ ee(kl, [["__scopeId", "data-v-5ce91d8e"]]), Il = { class: "d-none d-md-inline" }, xl = { class: "interior-selector-list" }, Dl = ["onClick"], Al = { class: "d-flex align-center justify-left pa-0 ma-0" }, Fl = { class: "pa-0 ma-0" }, Ll = { class: "text-caption ma-2 no-wrap" }, Ml = /* @__PURE__ */ W({
|
|
3711
3711
|
__name: "VInteriorSelector",
|
|
3712
3712
|
props: {
|
|
3713
3713
|
cdnFileResolver: { type: [String, Function] },
|
|
@@ -3720,7 +3720,7 @@ const ll = { id: "player-wrapper" }, sl = { id: "player-sizer" }, il = {
|
|
|
3720
3720
|
return (o, i) => {
|
|
3721
3721
|
const s = E("v-icon"), m = E("v-btn"), p = E("v-img"), r = E("v-menu");
|
|
3722
3722
|
return d(), x("div", null, [
|
|
3723
|
-
|
|
3723
|
+
w(r, {
|
|
3724
3724
|
transition: "slide-x-reverse-transition",
|
|
3725
3725
|
location: "top end",
|
|
3726
3726
|
origin: "end bottom",
|
|
@@ -3728,9 +3728,9 @@ const ll = { id: "player-wrapper" }, sl = { id: "player-sizer" }, il = {
|
|
|
3728
3728
|
attach: ""
|
|
3729
3729
|
}, {
|
|
3730
3730
|
activator: b(({ props: f }) => [
|
|
3731
|
-
|
|
3731
|
+
w(m, Oe({ rounded: "" }, f, { class: "text-capitalize" }), {
|
|
3732
3732
|
default: b(() => [
|
|
3733
|
-
|
|
3733
|
+
w(s, null, {
|
|
3734
3734
|
default: b(() => [
|
|
3735
3735
|
te("mdi-palette-outline")
|
|
3736
3736
|
]),
|
|
@@ -3743,7 +3743,7 @@ const ll = { id: "player-wrapper" }, sl = { id: "player-sizer" }, il = {
|
|
|
3743
3743
|
]),
|
|
3744
3744
|
default: b(() => [
|
|
3745
3745
|
u("div", xl, [
|
|
3746
|
-
(d(!0), x(
|
|
3746
|
+
(d(!0), x(ve, null, _e(e.availableArchetypes, (f, k) => (d(), x("div", {
|
|
3747
3747
|
key: `at-menuitem-${k}`,
|
|
3748
3748
|
onClick: (g) => n("selectInterior", f.archetypeID),
|
|
3749
3749
|
class: fe(["interior-selector-list-item", {
|
|
@@ -3752,7 +3752,7 @@ const ll = { id: "player-wrapper" }, sl = { id: "player-sizer" }, il = {
|
|
|
3752
3752
|
}, [
|
|
3753
3753
|
u("div", Al, [
|
|
3754
3754
|
u("div", Fl, [
|
|
3755
|
-
|
|
3755
|
+
w(p, {
|
|
3756
3756
|
width: "100",
|
|
3757
3757
|
"max-width": "100",
|
|
3758
3758
|
height: "66",
|
|
@@ -3770,7 +3770,7 @@ const ll = { id: "player-wrapper" }, sl = { id: "player-sizer" }, il = {
|
|
|
3770
3770
|
]);
|
|
3771
3771
|
};
|
|
3772
3772
|
}
|
|
3773
|
-
}), Ol = /* @__PURE__ */ ee(Ml, [["__scopeId", "data-v-be1645c7"]]), El = "data:image/png;base64,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", Tl = "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==", Vl = /* @__PURE__ */
|
|
3773
|
+
}), Ol = /* @__PURE__ */ ee(Ml, [["__scopeId", "data-v-be1645c7"]]), El = "data:image/png;base64,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", Tl = "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==", Vl = /* @__PURE__ */ W({
|
|
3774
3774
|
__name: "VCompass",
|
|
3775
3775
|
props: {
|
|
3776
3776
|
rotation: {}
|
|
@@ -3785,18 +3785,18 @@ const ll = { id: "player-wrapper" }, sl = { id: "player-sizer" }, il = {
|
|
|
3785
3785
|
return (o, i) => {
|
|
3786
3786
|
const s = E("v-img");
|
|
3787
3787
|
return d(), x("div", {
|
|
3788
|
-
style:
|
|
3788
|
+
style: de(n.value),
|
|
3789
3789
|
class: "compass-wrapper"
|
|
3790
3790
|
}, [
|
|
3791
|
-
|
|
3791
|
+
w(s, {
|
|
3792
3792
|
class: "compass-needle",
|
|
3793
3793
|
src: e.value,
|
|
3794
|
-
style:
|
|
3794
|
+
style: de(t.value)
|
|
3795
3795
|
}, null, 8, ["src", "style"])
|
|
3796
3796
|
], 4);
|
|
3797
3797
|
};
|
|
3798
3798
|
}
|
|
3799
|
-
}), $l = "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", Bl = { class: "d-flex flex-column align-center justify-center clock-face" }, Rl = { class: "clock-icon" }, Ul = { class: "clock-value grey--text text--darken-3" }, Hl = /* @__PURE__ */
|
|
3799
|
+
}), $l = "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", Bl = { class: "d-flex flex-column align-center justify-center clock-face" }, Rl = { class: "clock-icon" }, Ul = { class: "clock-value grey--text text--darken-3" }, Hl = /* @__PURE__ */ W({
|
|
3800
3800
|
__name: "VTimeOfDay",
|
|
3801
3801
|
props: {
|
|
3802
3802
|
hours: { default: 0 },
|
|
@@ -3811,7 +3811,7 @@ const ll = { id: "player-wrapper" }, sl = { id: "player-sizer" }, il = {
|
|
|
3811
3811
|
const i = E("v-img");
|
|
3812
3812
|
return d(), x("div", Bl, [
|
|
3813
3813
|
u("div", Rl, [
|
|
3814
|
-
|
|
3814
|
+
w(i, {
|
|
3815
3815
|
src: D($l),
|
|
3816
3816
|
"aspect-ratio": "1"
|
|
3817
3817
|
}, null, 8, ["src"])
|
|
@@ -3820,7 +3820,7 @@ const ll = { id: "player-wrapper" }, sl = { id: "player-sizer" }, il = {
|
|
|
3820
3820
|
]);
|
|
3821
3821
|
};
|
|
3822
3822
|
}
|
|
3823
|
-
}), Yl = /* @__PURE__ */ ee(Hl, [["__scopeId", "data-v-cd73fd81"]]), Et = (l) => (bt("data-v-f59c4942"), l = l(),
|
|
3823
|
+
}), Yl = /* @__PURE__ */ ee(Hl, [["__scopeId", "data-v-cd73fd81"]]), Et = (l) => (bt("data-v-f59c4942"), l = l(), wt(), l), zl = {
|
|
3824
3824
|
key: 0,
|
|
3825
3825
|
width: "24",
|
|
3826
3826
|
height: "24",
|
|
@@ -3833,7 +3833,7 @@ const ll = { id: "player-wrapper" }, sl = { id: "player-sizer" }, il = {
|
|
|
3833
3833
|
Pl,
|
|
3834
3834
|
jl,
|
|
3835
3835
|
Wl
|
|
3836
|
-
], Gl = /* @__PURE__ */
|
|
3836
|
+
], Gl = /* @__PURE__ */ W({
|
|
3837
3837
|
__name: "VViewModeToggle",
|
|
3838
3838
|
props: {
|
|
3839
3839
|
showStaticImage: { type: Boolean }
|
|
@@ -3848,7 +3848,7 @@ const ll = { id: "player-wrapper" }, sl = { id: "player-sizer" }, il = {
|
|
|
3848
3848
|
const m = E("v-icon"), p = E("v-btn"), r = E("v-tooltip");
|
|
3849
3849
|
return d(), T(r, { location: "top" }, {
|
|
3850
3850
|
activator: b(({ props: f }) => [
|
|
3851
|
-
|
|
3851
|
+
w(p, Oe({
|
|
3852
3852
|
density: "comfortable",
|
|
3853
3853
|
elevation: "1",
|
|
3854
3854
|
icon: "",
|
|
@@ -3872,7 +3872,7 @@ const ll = { id: "player-wrapper" }, sl = { id: "player-sizer" }, il = {
|
|
|
3872
3872
|
});
|
|
3873
3873
|
};
|
|
3874
3874
|
}
|
|
3875
|
-
}), Ql = /* @__PURE__ */ ee(Gl, [["__scopeId", "data-v-f59c4942"]]), qe = (l) => (bt("data-v-a5e7f474"), l = l(),
|
|
3875
|
+
}), Ql = /* @__PURE__ */ ee(Gl, [["__scopeId", "data-v-f59c4942"]]), qe = (l) => (bt("data-v-a5e7f474"), l = l(), wt(), l), Zl = {
|
|
3876
3876
|
key: 0,
|
|
3877
3877
|
class: "desktop-content"
|
|
3878
3878
|
}, ql = { class: "d-flex align-center justify-center" }, Jl = { class: "box col d-flex flex-column align-bottom justify-center" }, Xl = /* @__PURE__ */ qe(() => /* @__PURE__ */ u("div", { class: "tutorial-icon justify-center" }, [
|
|
@@ -4396,7 +4396,7 @@ const ll = { id: "player-wrapper" }, sl = { id: "player-sizer" }, il = {
|
|
|
4396
4396
|
"stroke-linejoin": "round"
|
|
4397
4397
|
})
|
|
4398
4398
|
])
|
|
4399
|
-
], -1)), ys = { class: "text text-col text-center" }, _s = { class: "text-h6 text-capitalize" }, bs = { class: "mt-2" },
|
|
4399
|
+
], -1)), ys = { class: "text text-col text-center" }, _s = { class: "text-h6 text-capitalize" }, bs = { class: "mt-2" }, ws = { class: "d-flex justify-center align-center checkbox-container" }, Cs = { class: "text-caption" }, ks = /* @__PURE__ */ W({
|
|
4400
4400
|
__name: "VTutorial",
|
|
4401
4401
|
emits: ["closeTutorial"],
|
|
4402
4402
|
setup(l, { emit: a }) {
|
|
@@ -4416,14 +4416,14 @@ const ll = { id: "player-wrapper" }, sl = { id: "player-sizer" }, il = {
|
|
|
4416
4416
|
const r = E("v-icon"), f = E("v-card-title"), k = E("v-btn"), g = E("v-divider"), c = E("v-card-text"), h = E("v-card-actions"), S = E("v-card"), _ = E("v-expand-transition"), y = E("v-checkbox");
|
|
4417
4417
|
return d(), T(Te, { name: "fade-transition" }, {
|
|
4418
4418
|
default: b(() => [
|
|
4419
|
-
|
|
4419
|
+
w(S, {
|
|
4420
4420
|
class: "mx-auto",
|
|
4421
4421
|
elevation: "16"
|
|
4422
4422
|
}, {
|
|
4423
4423
|
default: b(() => [
|
|
4424
|
-
|
|
4424
|
+
w(f, { class: "text-capitalize" }, {
|
|
4425
4425
|
default: b(() => [
|
|
4426
|
-
|
|
4426
|
+
w(r, { size: "x-small" }, {
|
|
4427
4427
|
default: b(() => [
|
|
4428
4428
|
te("mdi-alert-outline")
|
|
4429
4429
|
]),
|
|
@@ -4433,10 +4433,10 @@ const ll = { id: "player-wrapper" }, sl = { id: "player-sizer" }, il = {
|
|
|
4433
4433
|
]),
|
|
4434
4434
|
_: 1
|
|
4435
4435
|
}),
|
|
4436
|
-
|
|
4436
|
+
w(c, { class: "pb-0" }, {
|
|
4437
4437
|
default: b(() => [
|
|
4438
4438
|
u("p", null, Z(D(n).getLabel("disclaimerTextShort")), 1),
|
|
4439
|
-
|
|
4439
|
+
w(k, {
|
|
4440
4440
|
variant: "tonal",
|
|
4441
4441
|
size: "small",
|
|
4442
4442
|
onClick: p[0] || (p[0] = (Y) => o.value = !0),
|
|
@@ -4444,7 +4444,7 @@ const ll = { id: "player-wrapper" }, sl = { id: "player-sizer" }, il = {
|
|
|
4444
4444
|
}, {
|
|
4445
4445
|
default: b(() => [
|
|
4446
4446
|
te(Z(D(n).getLabel("learnMore")) + " ", 1),
|
|
4447
|
-
|
|
4447
|
+
w(r, null, {
|
|
4448
4448
|
default: b(() => [
|
|
4449
4449
|
te("mdi-chevron-right")
|
|
4450
4450
|
]),
|
|
@@ -4453,7 +4453,7 @@ const ll = { id: "player-wrapper" }, sl = { id: "player-sizer" }, il = {
|
|
|
4453
4453
|
]),
|
|
4454
4454
|
_: 1
|
|
4455
4455
|
}),
|
|
4456
|
-
|
|
4456
|
+
w(g, { class: "my-3" }),
|
|
4457
4457
|
i.value ? V("", !0) : (d(), x("div", Zl, [
|
|
4458
4458
|
u("div", ql, [
|
|
4459
4459
|
u("div", Jl, [
|
|
@@ -4488,11 +4488,11 @@ const ll = { id: "player-wrapper" }, sl = { id: "player-sizer" }, il = {
|
|
|
4488
4488
|
u("div", ys, Z(D(n).getLabel("useTwoFingersToZoom")), 1)
|
|
4489
4489
|
])
|
|
4490
4490
|
])) : V("", !0),
|
|
4491
|
-
|
|
4491
|
+
w(g, { class: "my-1" })
|
|
4492
4492
|
]),
|
|
4493
4493
|
_: 1
|
|
4494
4494
|
}),
|
|
4495
|
-
|
|
4495
|
+
w(_, null, {
|
|
4496
4496
|
default: b(() => [
|
|
4497
4497
|
o.value ? (d(), T(S, {
|
|
4498
4498
|
key: 0,
|
|
@@ -4501,10 +4501,10 @@ const ll = { id: "player-wrapper" }, sl = { id: "player-sizer" }, il = {
|
|
|
4501
4501
|
style: { bottom: "0" }
|
|
4502
4502
|
}, {
|
|
4503
4503
|
default: b(() => [
|
|
4504
|
-
|
|
4504
|
+
w(c, { class: "pb-0" }, {
|
|
4505
4505
|
default: b(() => [
|
|
4506
4506
|
u("p", _s, [
|
|
4507
|
-
|
|
4507
|
+
w(r, null, {
|
|
4508
4508
|
default: b(() => [
|
|
4509
4509
|
te("mdi-alert-outline")
|
|
4510
4510
|
]),
|
|
@@ -4516,16 +4516,16 @@ const ll = { id: "player-wrapper" }, sl = { id: "player-sizer" }, il = {
|
|
|
4516
4516
|
]),
|
|
4517
4517
|
_: 1
|
|
4518
4518
|
}),
|
|
4519
|
-
|
|
4519
|
+
w(h, null, {
|
|
4520
4520
|
default: b(() => [
|
|
4521
|
-
|
|
4521
|
+
w(k, {
|
|
4522
4522
|
variant: "tonal",
|
|
4523
4523
|
size: "small",
|
|
4524
4524
|
onClick: p[1] || (p[1] = (Y) => o.value = !1),
|
|
4525
4525
|
class: "text-capitalize"
|
|
4526
4526
|
}, {
|
|
4527
4527
|
default: b(() => [
|
|
4528
|
-
|
|
4528
|
+
w(r, null, {
|
|
4529
4529
|
default: b(() => [
|
|
4530
4530
|
te("mdi-chevron-left")
|
|
4531
4531
|
]),
|
|
@@ -4544,22 +4544,22 @@ const ll = { id: "player-wrapper" }, sl = { id: "player-sizer" }, il = {
|
|
|
4544
4544
|
]),
|
|
4545
4545
|
_: 1
|
|
4546
4546
|
}),
|
|
4547
|
-
u("div",
|
|
4548
|
-
|
|
4547
|
+
u("div", ws, [
|
|
4548
|
+
w(y, {
|
|
4549
4549
|
density: "compact",
|
|
4550
4550
|
modelValue: t.value,
|
|
4551
4551
|
"onUpdate:modelValue": p[2] || (p[2] = (Y) => t.value = Y),
|
|
4552
4552
|
"hide-details": ""
|
|
4553
4553
|
}, {
|
|
4554
4554
|
label: b(() => [
|
|
4555
|
-
u("span",
|
|
4555
|
+
u("span", Cs, Z(D(n).getLabel("dontShowAgain")), 1)
|
|
4556
4556
|
]),
|
|
4557
4557
|
_: 1
|
|
4558
4558
|
}, 8, ["modelValue"])
|
|
4559
4559
|
]),
|
|
4560
|
-
|
|
4560
|
+
w(h, null, {
|
|
4561
4561
|
default: b(() => [
|
|
4562
|
-
|
|
4562
|
+
w(k, {
|
|
4563
4563
|
variant: "tonal",
|
|
4564
4564
|
onClick: p[3] || (p[3] = (Y) => s()),
|
|
4565
4565
|
block: ""
|
|
@@ -4580,7 +4580,7 @@ const ll = { id: "player-wrapper" }, sl = { id: "player-sizer" }, il = {
|
|
|
4580
4580
|
});
|
|
4581
4581
|
};
|
|
4582
4582
|
}
|
|
4583
|
-
}), Ss = /* @__PURE__ */ ee(ks, [["__scopeId", "data-v-a5e7f474"]]), Is = (l) => (bt("data-v-bd4f66c3"), l = l(),
|
|
4583
|
+
}), Ss = /* @__PURE__ */ ee(ks, [["__scopeId", "data-v-a5e7f474"]]), Is = (l) => (bt("data-v-bd4f66c3"), l = l(), wt(), l), xs = { class: "player-settings-ui" }, Ds = { id: "settings-ui-form" }, As = { class: "form-inputs" }, Fs = { class: "setting-label" }, Ls = { class: "setting-label" }, Ms = ["max", "min", "step"], Os = { class: "setting-label" }, Es = { class: "flex-grow-1 flex-shrink-0" }, Ts = ["onUpdate:modelValue"], Vs = {
|
|
4584
4584
|
key: 3,
|
|
4585
4585
|
"d-block": "",
|
|
4586
4586
|
class: "mt-3"
|
|
@@ -4590,7 +4590,7 @@ const ll = { id: "player-wrapper" }, sl = { id: "player-sizer" }, il = {
|
|
|
4590
4590
|
}, Us = /* @__PURE__ */ Is(() => /* @__PURE__ */ u("div", { class: "setting-label" }, "Enter Lut URL:", -1)), Hs = {
|
|
4591
4591
|
class: "d-block",
|
|
4592
4592
|
style: { width: "300px" }
|
|
4593
|
-
}, Ys = { class: "form-buttons" }, zs = /* @__PURE__ */
|
|
4593
|
+
}, Ys = { class: "form-buttons" }, zs = /* @__PURE__ */ W({
|
|
4594
4594
|
__name: "VPlayerSettingsUi",
|
|
4595
4595
|
props: {
|
|
4596
4596
|
initialSettings: {}
|
|
@@ -4742,7 +4742,7 @@ const ll = { id: "player-wrapper" }, sl = { id: "player-sizer" }, il = {
|
|
|
4742
4742
|
return d(), x("div", xs, [
|
|
4743
4743
|
u("form", Ds, [
|
|
4744
4744
|
u("div", As, [
|
|
4745
|
-
(d(!0), x(
|
|
4745
|
+
(d(!0), x(ve, null, _e(t.value, (I, L, J) => (d(), x("div", {
|
|
4746
4746
|
key: J,
|
|
4747
4747
|
"d-block": ""
|
|
4748
4748
|
}, [
|
|
@@ -4760,7 +4760,7 @@ const ll = { id: "player-wrapper" }, sl = { id: "player-sizer" }, il = {
|
|
|
4760
4760
|
]),
|
|
4761
4761
|
append: b(() => [
|
|
4762
4762
|
u("div", null, [
|
|
4763
|
-
|
|
4763
|
+
w(S, {
|
|
4764
4764
|
modelValue: t.value[L].value,
|
|
4765
4765
|
"onUpdate:modelValue": (B) => t.value[L].value = B,
|
|
4766
4766
|
"hide-details": "",
|
|
@@ -4800,7 +4800,7 @@ const ll = { id: "player-wrapper" }, sl = { id: "player-sizer" }, il = {
|
|
|
4800
4800
|
}, [
|
|
4801
4801
|
u("div", Os, Z(I.label), 1),
|
|
4802
4802
|
u("div", Es, [
|
|
4803
|
-
|
|
4803
|
+
Ce(u("input", {
|
|
4804
4804
|
"onUpdate:modelValue": (B) => t.value[L].value = B,
|
|
4805
4805
|
type: "color",
|
|
4806
4806
|
onChange: i
|
|
@@ -4809,7 +4809,7 @@ const ll = { id: "player-wrapper" }, sl = { id: "player-sizer" }, il = {
|
|
|
4809
4809
|
])
|
|
4810
4810
|
]),
|
|
4811
4811
|
u("div", null, [
|
|
4812
|
-
|
|
4812
|
+
w(S, {
|
|
4813
4813
|
modelValue: t.value[L].value,
|
|
4814
4814
|
"onUpdate:modelValue": (B) => t.value[L].value = B,
|
|
4815
4815
|
"hide-details": "",
|
|
@@ -4826,7 +4826,7 @@ const ll = { id: "player-wrapper" }, sl = { id: "player-sizer" }, il = {
|
|
|
4826
4826
|
u("div", $s, [
|
|
4827
4827
|
u("div", Bs, Z(I.label), 1),
|
|
4828
4828
|
u("div", null, [
|
|
4829
|
-
|
|
4829
|
+
w(Y, {
|
|
4830
4830
|
class: "ml-2",
|
|
4831
4831
|
"x-small": "",
|
|
4832
4832
|
onClick: (B) => t.value[L].value = null
|
|
@@ -4841,7 +4841,7 @@ const ll = { id: "player-wrapper" }, sl = { id: "player-sizer" }, il = {
|
|
|
4841
4841
|
u("div", null, [
|
|
4842
4842
|
u("div", Rs, [
|
|
4843
4843
|
u("div", null, [
|
|
4844
|
-
|
|
4844
|
+
w(O, {
|
|
4845
4845
|
modelValue: t.value[L].value,
|
|
4846
4846
|
"onUpdate:modelValue": (B) => t.value[L].value = B,
|
|
4847
4847
|
items: I.items,
|
|
@@ -4857,7 +4857,7 @@ const ll = { id: "player-wrapper" }, sl = { id: "player-sizer" }, il = {
|
|
|
4857
4857
|
Us,
|
|
4858
4858
|
u("div", Hs, [
|
|
4859
4859
|
u("div", null, [
|
|
4860
|
-
|
|
4860
|
+
w(S, {
|
|
4861
4861
|
modelValue: t.value[L].value,
|
|
4862
4862
|
"onUpdate:modelValue": (B) => t.value[L].value = B,
|
|
4863
4863
|
"hide-details": "",
|
|
@@ -4873,7 +4873,7 @@ const ll = { id: "player-wrapper" }, sl = { id: "player-sizer" }, il = {
|
|
|
4873
4873
|
]))), 128))
|
|
4874
4874
|
]),
|
|
4875
4875
|
u("div", Ys, [
|
|
4876
|
-
|
|
4876
|
+
w(Y, {
|
|
4877
4877
|
onClick: h[0] || (h[0] = (I) => p())
|
|
4878
4878
|
}, {
|
|
4879
4879
|
default: b(() => [
|
|
@@ -4881,13 +4881,13 @@ const ll = { id: "player-wrapper" }, sl = { id: "player-sizer" }, il = {
|
|
|
4881
4881
|
]),
|
|
4882
4882
|
_: 1
|
|
4883
4883
|
}),
|
|
4884
|
-
|
|
4884
|
+
w(Y, {
|
|
4885
4885
|
class: "ml-2",
|
|
4886
4886
|
onClick: h[1] || (h[1] = (I) => s())
|
|
4887
4887
|
}, {
|
|
4888
4888
|
default: b(() => [
|
|
4889
4889
|
te(" Download Json "),
|
|
4890
|
-
|
|
4890
|
+
w(z, { color: "black darken-1" }, {
|
|
4891
4891
|
default: b(() => [
|
|
4892
4892
|
te("mdi-download")
|
|
4893
4893
|
]),
|
|
@@ -4896,13 +4896,13 @@ const ll = { id: "player-wrapper" }, sl = { id: "player-sizer" }, il = {
|
|
|
4896
4896
|
]),
|
|
4897
4897
|
_: 1
|
|
4898
4898
|
}),
|
|
4899
|
-
|
|
4899
|
+
w(Y, {
|
|
4900
4900
|
class: "ml-2",
|
|
4901
4901
|
onClick: h[2] || (h[2] = (I) => m())
|
|
4902
4902
|
}, {
|
|
4903
4903
|
default: b(() => [
|
|
4904
4904
|
te(" Save Settings "),
|
|
4905
|
-
|
|
4905
|
+
w(z, { color: "black darken-1" }, {
|
|
4906
4906
|
default: b(() => [
|
|
4907
4907
|
te("mdi-save")
|
|
4908
4908
|
]),
|
|
@@ -4919,7 +4919,7 @@ const ll = { id: "player-wrapper" }, sl = { id: "player-sizer" }, il = {
|
|
|
4919
4919
|
}), Ps = /* @__PURE__ */ ee(zs, [["__scopeId", "data-v-bd4f66c3"]]), js = { class: "top-left" }, Ws = { class: "top-right" }, Ns = { class: "header-slot anchor elevation-5" }, Gs = {
|
|
4920
4920
|
id: "moveableBody",
|
|
4921
4921
|
class: "body-slot moveable-body anchor d-flex justify-center align-center position-relative"
|
|
4922
|
-
}, Qs = { class: "moveable-footer elevation-5" }, Zs = /* @__PURE__ */
|
|
4922
|
+
}, Qs = { class: "moveable-footer elevation-5" }, Zs = /* @__PURE__ */ W({
|
|
4923
4923
|
__name: "VMoveable",
|
|
4924
4924
|
props: {
|
|
4925
4925
|
size: {}
|
|
@@ -4963,19 +4963,19 @@ const ll = { id: "player-wrapper" }, sl = { id: "player-sizer" }, il = {
|
|
|
4963
4963
|
class: fe([i.size, "sizer rounded"])
|
|
4964
4964
|
}, [
|
|
4965
4965
|
u("div", js, [
|
|
4966
|
-
|
|
4966
|
+
oe(i.$slots, "top-left", {}, void 0, !0)
|
|
4967
4967
|
]),
|
|
4968
4968
|
u("div", Ws, [
|
|
4969
|
-
|
|
4969
|
+
oe(i.$slots, "top-right", {}, void 0, !0)
|
|
4970
4970
|
]),
|
|
4971
4971
|
u("div", Ns, [
|
|
4972
|
-
|
|
4972
|
+
oe(i.$slots, "header", {}, void 0, !0)
|
|
4973
4973
|
]),
|
|
4974
4974
|
u("div", Gs, [
|
|
4975
|
-
|
|
4975
|
+
oe(i.$slots, "body", {}, void 0, !0)
|
|
4976
4976
|
]),
|
|
4977
4977
|
u("div", Qs, [
|
|
4978
|
-
|
|
4978
|
+
oe(i.$slots, "footer", {}, void 0, !0)
|
|
4979
4979
|
])
|
|
4980
4980
|
], 2));
|
|
4981
4981
|
}
|
|
@@ -4985,7 +4985,7 @@ const ll = { id: "player-wrapper" }, sl = { id: "player-sizer" }, il = {
|
|
|
4985
4985
|
xmlns: "http://www.w3.org/2000/svg"
|
|
4986
4986
|
}, Xs = /* @__PURE__ */ Zt('<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), Ks = ["transform"], ei = /* @__PURE__ */ Zt('<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), ti = [
|
|
4987
4987
|
ei
|
|
4988
|
-
], ai = /* @__PURE__ */
|
|
4988
|
+
], ai = /* @__PURE__ */ W({
|
|
4989
4989
|
__name: "VRotationMarker",
|
|
4990
4990
|
props: {
|
|
4991
4991
|
rotation: {}
|
|
@@ -4999,7 +4999,7 @@ const ll = { id: "player-wrapper" }, sl = { id: "player-sizer" }, il = {
|
|
|
4999
4999
|
}, ti, 8, Ks)
|
|
5000
5000
|
]));
|
|
5001
5001
|
}
|
|
5002
|
-
}), ni = { class: "minimap-wrapper" }, oi = { class: "minimap-container" }, li = /* @__PURE__ */
|
|
5002
|
+
}), ni = { class: "minimap-wrapper" }, oi = { class: "minimap-container" }, li = /* @__PURE__ */ W({
|
|
5003
5003
|
__name: "VMiniMapMap",
|
|
5004
5004
|
props: {
|
|
5005
5005
|
backgroundImage: {},
|
|
@@ -5013,22 +5013,22 @@ const ll = { id: "player-wrapper" }, sl = { id: "player-sizer" }, il = {
|
|
|
5013
5013
|
},
|
|
5014
5014
|
setup(l) {
|
|
5015
5015
|
const a = l, e = v(512), n = v(384), t = v(512), o = v(384), i = v(new it()), s = v(new Ea()), m = v({}), p = v(1), r = v(), f = e.value / e.value, k = $(() => {
|
|
5016
|
-
const
|
|
5016
|
+
const C = a.containerWidth / a.containerHeight;
|
|
5017
5017
|
let A;
|
|
5018
|
-
return
|
|
5019
|
-
}), g = $(() => a.allCameras), c = $(() => a.allCameras.find((
|
|
5018
|
+
return C > f ? A = a.containerHeight / n.value : A = a.containerWidth / e.value, A;
|
|
5019
|
+
}), g = $(() => a.allCameras), c = $(() => a.allCameras.find((C) => C.id === a.currentCamera)), h = $(() => a.rotation), S = $(() => new it(
|
|
5020
5020
|
a.storey.position.x,
|
|
5021
5021
|
a.storey.position.y,
|
|
5022
5022
|
a.storey.position.z
|
|
5023
|
-
)), _ = $(() => parseFloat(c.value.floor_vertical_position)), y = $(() => g.value.map((
|
|
5024
|
-
const A =
|
|
5023
|
+
)), _ = $(() => parseFloat(c.value.floor_vertical_position)), y = $(() => g.value.map((C) => {
|
|
5024
|
+
const A = C.uposition.split(","), P = new it(
|
|
5025
5025
|
Number(A[0]) - S.value.x,
|
|
5026
5026
|
0,
|
|
5027
5027
|
Number(A[2]) - S.value.z
|
|
5028
5028
|
);
|
|
5029
5029
|
return {
|
|
5030
|
-
...
|
|
5031
|
-
...J(i.value,
|
|
5030
|
+
...C,
|
|
5031
|
+
...J(i.value, P)
|
|
5032
5032
|
};
|
|
5033
5033
|
})), Y = $(() => ({
|
|
5034
5034
|
backgroundImage: `url(${a.backgroundImage})`,
|
|
@@ -5038,30 +5038,30 @@ const ll = { id: "player-wrapper" }, sl = { id: "player-sizer" }, il = {
|
|
|
5038
5038
|
}));
|
|
5039
5039
|
Ie(() => {
|
|
5040
5040
|
B(), I(), X();
|
|
5041
|
-
const
|
|
5042
|
-
|
|
5041
|
+
const C = document.getElementById("moveableDiv");
|
|
5042
|
+
C && (r.value = new ResizeObserver(X).observe(C));
|
|
5043
5043
|
}), La(() => {
|
|
5044
5044
|
B(), I();
|
|
5045
5045
|
}), Qe(() => {
|
|
5046
5046
|
r.value && r.value.unobserve(document.getElementById("moveableDiv"));
|
|
5047
5047
|
});
|
|
5048
|
-
function z(
|
|
5049
|
-
return Ta.degToRad(
|
|
5048
|
+
function z(C) {
|
|
5049
|
+
return Ta.degToRad(C);
|
|
5050
5050
|
}
|
|
5051
5051
|
function I() {
|
|
5052
5052
|
s.value.rotation.x = 180, s.value.rotation.y = a.storey.rotation.y * -1, m.value = {
|
|
5053
5053
|
transform: `rotateZ(${s.value.rotation.y}deg) rotateX(${s.value.rotation.x}deg)`
|
|
5054
5054
|
};
|
|
5055
5055
|
}
|
|
5056
|
-
function L(
|
|
5056
|
+
function L(C) {
|
|
5057
5057
|
return {
|
|
5058
|
-
top: `${Math.abs(
|
|
5059
|
-
left: `${Math.abs(
|
|
5058
|
+
top: `${Math.abs(C.top)}%`,
|
|
5059
|
+
left: `${Math.abs(C.left)}%`
|
|
5060
5060
|
};
|
|
5061
5061
|
}
|
|
5062
|
-
function J(
|
|
5063
|
-
var
|
|
5064
|
-
const N =
|
|
5062
|
+
function J(C, A) {
|
|
5063
|
+
var P = new it();
|
|
5064
|
+
const N = P.subVectors(C, A);
|
|
5065
5065
|
return {
|
|
5066
5066
|
relativePosition: N,
|
|
5067
5067
|
left: N.x / t.value * 100,
|
|
@@ -5069,53 +5069,62 @@ const ll = { id: "player-wrapper" }, sl = { id: "player-sizer" }, il = {
|
|
|
5069
5069
|
};
|
|
5070
5070
|
}
|
|
5071
5071
|
function B() {
|
|
5072
|
-
const
|
|
5073
|
-
o.value = 2 * (
|
|
5074
|
-
const A = o.value / 2,
|
|
5072
|
+
const C = a.storey.position.y - _.value;
|
|
5073
|
+
o.value = 2 * (C * Math.tan(z(a.storey.fovY / 2))), t.value = 512 / 384 * o.value;
|
|
5074
|
+
const A = o.value / 2, P = t.value / 2, N = new it(P * -1, 0, A * -1);
|
|
5075
5075
|
i.value = N;
|
|
5076
5076
|
}
|
|
5077
5077
|
function X() {
|
|
5078
|
-
const
|
|
5079
|
-
if (!
|
|
5078
|
+
const C = document.getElementById("moveableDiv");
|
|
5079
|
+
if (!C)
|
|
5080
5080
|
return;
|
|
5081
|
-
const A =
|
|
5082
|
-
|
|
5081
|
+
const A = C.offsetHeight / 384 * 0.8, P = C.offsetWidth / 512 * 0.8;
|
|
5082
|
+
C.offsetHeight > C.offsetWidth ? p.value = P * 0.5 : p.value = A * 0.9;
|
|
5083
5083
|
}
|
|
5084
|
-
return (
|
|
5084
|
+
return (C, A) => (d(), x("div", ni, [
|
|
5085
5085
|
u("div", oi, [
|
|
5086
5086
|
u("div", {
|
|
5087
5087
|
class: "web-minimap",
|
|
5088
|
-
style:
|
|
5088
|
+
style: de(O.value)
|
|
5089
5089
|
}, [
|
|
5090
5090
|
u("div", {
|
|
5091
5091
|
class: "minimap-background-image",
|
|
5092
|
-
style:
|
|
5092
|
+
style: de(Y.value)
|
|
5093
5093
|
}, null, 4),
|
|
5094
5094
|
u("div", {
|
|
5095
5095
|
class: "center-pivot",
|
|
5096
|
-
style:
|
|
5096
|
+
style: de(m.value)
|
|
5097
5097
|
}, [
|
|
5098
|
-
(d(!0), x(
|
|
5099
|
-
key:
|
|
5098
|
+
(d(!0), x(ve, null, _e(y.value, (P) => (d(), x("div", {
|
|
5099
|
+
key: P.id
|
|
5100
5100
|
}, [
|
|
5101
|
-
c.value.floorLevel ===
|
|
5101
|
+
c.value.floorLevel === P.floorLevel ? (d(), x("div", {
|
|
5102
5102
|
key: 0,
|
|
5103
5103
|
class: "single-camera-marker",
|
|
5104
|
-
style:
|
|
5104
|
+
style: de(L(P))
|
|
5105
5105
|
}, null, 4)) : V("", !0),
|
|
5106
|
-
|
|
5107
|
-
|
|
5108
|
-
|
|
5109
|
-
|
|
5110
|
-
|
|
5111
|
-
|
|
5106
|
+
oe(C.$slots, "default", {
|
|
5107
|
+
active: c.value.id === P.id,
|
|
5108
|
+
style: de({
|
|
5109
|
+
...L(P),
|
|
5110
|
+
position: "absolute",
|
|
5111
|
+
zIndex: "3"
|
|
5112
|
+
})
|
|
5113
|
+
}, () => [
|
|
5114
|
+
c.value.id === P.id && a.rotation !== null ? (d(), T(ai, {
|
|
5115
|
+
key: 0,
|
|
5116
|
+
class: "rotation-marker-component-base rotation-marker-component",
|
|
5117
|
+
rotation: h.value,
|
|
5118
|
+
style: de({ ...L(P) })
|
|
5119
|
+
}, null, 8, ["rotation", "style"])) : V("", !0)
|
|
5120
|
+
], !0)
|
|
5112
5121
|
]))), 128))
|
|
5113
5122
|
], 4)
|
|
5114
5123
|
], 4)
|
|
5115
5124
|
])
|
|
5116
5125
|
]));
|
|
5117
5126
|
}
|
|
5118
|
-
}), si = /* @__PURE__ */ ee(li, [["__scopeId", "data-v-
|
|
5127
|
+
}), si = /* @__PURE__ */ ee(li, [["__scopeId", "data-v-df66fab3"]]), ii = /* @__PURE__ */ W({
|
|
5119
5128
|
__name: "VMiniMapCompass",
|
|
5120
5129
|
props: {
|
|
5121
5130
|
scale: {},
|
|
@@ -5126,9 +5135,9 @@ const ll = { id: "player-wrapper" }, sl = { id: "player-sizer" }, il = {
|
|
|
5126
5135
|
const a = l, e = $(() => a.rotation + a.transformAngle - 90);
|
|
5127
5136
|
return (n, t) => (d(), x("div", {
|
|
5128
5137
|
class: "minimap-compass elevation-5",
|
|
5129
|
-
style:
|
|
5138
|
+
style: de({ scale: n.scale })
|
|
5130
5139
|
}, [
|
|
5131
|
-
|
|
5140
|
+
w(lt, {
|
|
5132
5141
|
class: "north-indicator",
|
|
5133
5142
|
longitude: e.value
|
|
5134
5143
|
}, null, 8, ["longitude"])
|
|
@@ -5137,7 +5146,7 @@ const ll = { id: "player-wrapper" }, sl = { id: "player-sizer" }, il = {
|
|
|
5137
5146
|
}), ri = /* @__PURE__ */ ee(ii, [["__scopeId", "data-v-d047dca8"]]), ui = { class: "ss-wrapper" }, ci = { class: "slider" }, di = { class: "minimap-sun-slider" }, vi = { class: "d-flex flex-column align-center justify-center" }, mi = {
|
|
5138
5147
|
key: 0,
|
|
5139
5148
|
class: "time-label"
|
|
5140
|
-
}, pi = /* @__PURE__ */
|
|
5149
|
+
}, pi = /* @__PURE__ */ W({
|
|
5141
5150
|
__name: "VSunSimulationSlider",
|
|
5142
5151
|
props: {
|
|
5143
5152
|
cdnFileResolver: { type: [String, Function] },
|
|
@@ -5237,7 +5246,7 @@ const ll = { id: "player-wrapper" }, sl = { id: "player-sizer" }, il = {
|
|
|
5237
5246
|
}, {
|
|
5238
5247
|
prepend: b(() => [
|
|
5239
5248
|
u("div", vi, [
|
|
5240
|
-
|
|
5249
|
+
w(O, { color: "#ffab02" }, {
|
|
5241
5250
|
default: b(() => [
|
|
5242
5251
|
te("mdi-white-balance-sunny")
|
|
5243
5252
|
]),
|
|
@@ -5257,9 +5266,9 @@ const ll = { id: "player-wrapper" }, sl = { id: "player-sizer" }, il = {
|
|
|
5257
5266
|
]);
|
|
5258
5267
|
};
|
|
5259
5268
|
}
|
|
5260
|
-
}), fi = /* @__PURE__ */ ee(pi, [["__scopeId", "data-v-52f122f2"]]), hi = (l) => (bt("data-v-79a93ab0"), l = l(),
|
|
5269
|
+
}), fi = /* @__PURE__ */ ee(pi, [["__scopeId", "data-v-52f122f2"]]), hi = (l) => (bt("data-v-79a93ab0"), l = l(), wt(), l), gi = { class: "left" }, yi = { class: "right" }, _i = /* @__PURE__ */ hi(() => /* @__PURE__ */ u("div", { class: "d-flex justify-space-between pa-1" }, [
|
|
5261
5270
|
/* @__PURE__ */ u("div", { class: "center" }, " ")
|
|
5262
|
-
], -1)), bi = /* @__PURE__ */
|
|
5271
|
+
], -1)), bi = /* @__PURE__ */ W({
|
|
5263
5272
|
__name: "VMiniMap",
|
|
5264
5273
|
props: {
|
|
5265
5274
|
cdnFileResolver: { type: [String, Function] },
|
|
@@ -5307,7 +5316,7 @@ const ll = { id: "player-wrapper" }, sl = { id: "player-sizer" }, il = {
|
|
|
5307
5316
|
}, {
|
|
5308
5317
|
"top-left": b(() => [
|
|
5309
5318
|
u("div", gi, [
|
|
5310
|
-
|
|
5319
|
+
w(_, {
|
|
5311
5320
|
icon: "mdi-window-close",
|
|
5312
5321
|
size: "x-small",
|
|
5313
5322
|
onClick: c
|
|
@@ -5316,14 +5325,14 @@ const ll = { id: "player-wrapper" }, sl = { id: "player-sizer" }, il = {
|
|
|
5316
5325
|
]),
|
|
5317
5326
|
"top-right": b(() => [
|
|
5318
5327
|
u("div", yi, [
|
|
5319
|
-
|
|
5328
|
+
w(_, {
|
|
5320
5329
|
class: "rotate-icon",
|
|
5321
5330
|
size: "x-small",
|
|
5322
5331
|
icon: "mdi mdi-rotate-right",
|
|
5323
5332
|
onClick: Ma(g, ["stop"]),
|
|
5324
5333
|
title: "Rotate"
|
|
5325
5334
|
}),
|
|
5326
|
-
|
|
5335
|
+
w(_, {
|
|
5327
5336
|
class: "resize-icon ml-1",
|
|
5328
5337
|
icon: "mdi-image-size-select-small",
|
|
5329
5338
|
size: "x-small",
|
|
@@ -5336,13 +5345,13 @@ const ll = { id: "player-wrapper" }, sl = { id: "player-sizer" }, il = {
|
|
|
5336
5345
|
_i
|
|
5337
5346
|
]),
|
|
5338
5347
|
body: b(() => [
|
|
5339
|
-
|
|
5348
|
+
w(ri, {
|
|
5340
5349
|
scale: m.value,
|
|
5341
5350
|
rotation: s.value.rotation.y,
|
|
5342
5351
|
"transform-angle": i.value
|
|
5343
5352
|
}, null, 8, ["scale", "rotation", "transform-angle"]),
|
|
5344
5353
|
u("div", null, [
|
|
5345
|
-
|
|
5354
|
+
w(si, {
|
|
5346
5355
|
"transform-angle": i.value,
|
|
5347
5356
|
"all-cameras": h.apartmentJson.cameras,
|
|
5348
5357
|
"background-image": o.value,
|
|
@@ -5355,7 +5364,7 @@ const ll = { id: "player-wrapper" }, sl = { id: "player-sizer" }, il = {
|
|
|
5355
5364
|
])
|
|
5356
5365
|
]),
|
|
5357
5366
|
footer: b(() => [
|
|
5358
|
-
|
|
5367
|
+
w(fi, {
|
|
5359
5368
|
"cdn-file-resolver": n.cdnFileResolver,
|
|
5360
5369
|
"minimap-json": n.minimapJson,
|
|
5361
5370
|
"apartment-json": n.apartmentJson,
|
|
@@ -5372,7 +5381,7 @@ function gt(l) {
|
|
|
5372
5381
|
const a = l * 60, e = Math.floor(a / 60), n = a % 60;
|
|
5373
5382
|
return `${e.toString().padStart(2, "0")}:${n.toString().padStart(2, "0")}`;
|
|
5374
5383
|
}
|
|
5375
|
-
const
|
|
5384
|
+
const wi = { class: "d-flex align-center" }, Ci = { class: "d-block mr-1" }, ki = { class: "small" }, Si = { class: "small" }, Ii = /* @__PURE__ */ W({
|
|
5376
5385
|
__name: "VSunsimSlider",
|
|
5377
5386
|
props: {
|
|
5378
5387
|
currentDay: {},
|
|
@@ -5397,9 +5406,9 @@ const Ci = { class: "d-flex align-center" }, wi = { class: "d-block mr-1" }, ki
|
|
|
5397
5406
|
{ immediate: !0 }
|
|
5398
5407
|
), (m, p) => {
|
|
5399
5408
|
const r = E("v-icon"), f = E("v-slider"), k = E("v-field"), g = E("v-btn");
|
|
5400
|
-
return d(), x("div",
|
|
5401
|
-
u("div",
|
|
5402
|
-
|
|
5409
|
+
return d(), x("div", wi, [
|
|
5410
|
+
u("div", Ci, [
|
|
5411
|
+
w(k, {
|
|
5403
5412
|
class: "ss-slider-field",
|
|
5404
5413
|
style: {},
|
|
5405
5414
|
variant: "solo-filled",
|
|
@@ -5422,7 +5431,7 @@ const Ci = { class: "d-flex align-center" }, wi = { class: "d-block mr-1" }, ki
|
|
|
5422
5431
|
"hide-details": ""
|
|
5423
5432
|
}, {
|
|
5424
5433
|
prepend: b(() => [
|
|
5425
|
-
|
|
5434
|
+
w(r, {
|
|
5426
5435
|
style: { "vertical-align": "baseline", "font-size": "20px" },
|
|
5427
5436
|
class: "mr-2 icon",
|
|
5428
5437
|
color: "warning"
|
|
@@ -5435,8 +5444,8 @@ const Ci = { class: "d-flex align-center" }, wi = { class: "d-block mr-1" }, ki
|
|
|
5435
5444
|
u("span", ki, Z(D(gt)(s.value)), 1)
|
|
5436
5445
|
]),
|
|
5437
5446
|
_: 1
|
|
5438
|
-
}, 8, ["modelValue", "min", "max", "step", "disabled"])) : (d(), x(
|
|
5439
|
-
|
|
5447
|
+
}, 8, ["modelValue", "min", "max", "step", "disabled"])) : (d(), x(ve, { key: 1 }, [
|
|
5448
|
+
w(r, {
|
|
5440
5449
|
style: { "vertical-align": "baseline", "font-size": "20px", "margin-top": "-1px", opacity: "0.6" },
|
|
5441
5450
|
class: "mr-2 icon",
|
|
5442
5451
|
color: "warning"
|
|
@@ -5453,7 +5462,7 @@ const Ci = { class: "d-flex align-center" }, wi = { class: "d-block mr-1" }, ki
|
|
|
5453
5462
|
})
|
|
5454
5463
|
]),
|
|
5455
5464
|
u("div", null, [
|
|
5456
|
-
|
|
5465
|
+
w(g, {
|
|
5457
5466
|
size: "small",
|
|
5458
5467
|
class: "sun-study-toggle text-capitalize rounded-xl",
|
|
5459
5468
|
icon: "mdi-close",
|
|
@@ -5463,7 +5472,7 @@ const Ci = { class: "d-flex align-center" }, wi = { class: "d-block mr-1" }, ki
|
|
|
5463
5472
|
]);
|
|
5464
5473
|
};
|
|
5465
5474
|
}
|
|
5466
|
-
}), jt = /* @__PURE__ */ ee(Ii, [["__scopeId", "data-v-c06c753d"]]), xi = /* @__PURE__ */
|
|
5475
|
+
}), jt = /* @__PURE__ */ ee(Ii, [["__scopeId", "data-v-c06c753d"]]), xi = /* @__PURE__ */ W({
|
|
5467
5476
|
__name: "VSunStudyToggle",
|
|
5468
5477
|
props: {
|
|
5469
5478
|
displaySunsim: { type: Boolean },
|
|
@@ -5489,7 +5498,7 @@ const Ci = { class: "d-flex align-center" }, wi = { class: "d-block mr-1" }, ki
|
|
|
5489
5498
|
})) : V("", !0);
|
|
5490
5499
|
};
|
|
5491
5500
|
}
|
|
5492
|
-
}), Di = /* @__PURE__ */
|
|
5501
|
+
}), Di = /* @__PURE__ */ W({
|
|
5493
5502
|
__name: "VAutoplay",
|
|
5494
5503
|
props: {
|
|
5495
5504
|
autoplayStatus: { type: Boolean }
|
|
@@ -5507,7 +5516,7 @@ const Ci = { class: "d-flex align-center" }, wi = { class: "d-block mr-1" }, ki
|
|
|
5507
5516
|
onClick: o[0] || (o[0] = (m) => e("toggleAutoPlay"))
|
|
5508
5517
|
}, {
|
|
5509
5518
|
default: b(() => [
|
|
5510
|
-
|
|
5519
|
+
w(i, {
|
|
5511
5520
|
icon: t.autoplayStatus ? "mdi-pause" : "mdi-play",
|
|
5512
5521
|
size: "x-large",
|
|
5513
5522
|
class: "pa-0 ma-0"
|
|
@@ -5520,7 +5529,7 @@ const Ci = { class: "d-flex align-center" }, wi = { class: "d-block mr-1" }, ki
|
|
|
5520
5529
|
}), Wt = /* @__PURE__ */ ee(Di, [["__scopeId", "data-v-7fd2b4f3"]]), Ai = {
|
|
5521
5530
|
key: 0,
|
|
5522
5531
|
class: "sun-icon-wrapper"
|
|
5523
|
-
}, Fi = 37, Li = 39, Mi = /* @__PURE__ */
|
|
5532
|
+
}, Fi = 37, Li = 39, Mi = /* @__PURE__ */ W({
|
|
5524
5533
|
__name: "VWaypointCarousel",
|
|
5525
5534
|
props: {
|
|
5526
5535
|
thumbnails: {},
|
|
@@ -5568,8 +5577,8 @@ const Ci = { class: "d-flex align-center" }, wi = { class: "d-block mr-1" }, ki
|
|
|
5568
5577
|
" waypoint-carousel": !0
|
|
5569
5578
|
}])
|
|
5570
5579
|
}, [
|
|
5571
|
-
|
|
5572
|
-
|
|
5580
|
+
oe(p.$slots, "before", {}, void 0, !0),
|
|
5581
|
+
w(S, {
|
|
5573
5582
|
modelValue: o.value,
|
|
5574
5583
|
"onUpdate:modelValue": r[2] || (r[2] = (_) => o.value = _),
|
|
5575
5584
|
class: fe({ mobileWaypoint: i.value }),
|
|
@@ -5600,11 +5609,11 @@ const Ci = { class: "d-flex align-center" }, wi = { class: "d-block mr-1" }, ki
|
|
|
5600
5609
|
}, null, 8, ["class"]))
|
|
5601
5610
|
]),
|
|
5602
5611
|
default: b(() => [
|
|
5603
|
-
(d(!0), x(
|
|
5612
|
+
(d(!0), x(ve, null, _e(p.thumbnails, (_) => (d(), T(h, {
|
|
5604
5613
|
key: _.id
|
|
5605
5614
|
}, {
|
|
5606
5615
|
default: b(({ toggle: y, selectedClass: Y }) => [
|
|
5607
|
-
|
|
5616
|
+
w(c, {
|
|
5608
5617
|
class: fe(["position-relative", [
|
|
5609
5618
|
i.value ? "ma-0" : "ma-1",
|
|
5610
5619
|
Y,
|
|
@@ -5616,13 +5625,13 @@ const Ci = { class: "d-flex align-center" }, wi = { class: "d-block mr-1" }, ki
|
|
|
5616
5625
|
onClick: (O) => m(_.id, y)
|
|
5617
5626
|
}, {
|
|
5618
5627
|
default: b(() => [
|
|
5619
|
-
|
|
5628
|
+
w(k, {
|
|
5620
5629
|
cover: "",
|
|
5621
5630
|
"aspect-ratio": 1,
|
|
5622
5631
|
src: _.thumbnailUrl
|
|
5623
5632
|
}, null, 8, ["src"]),
|
|
5624
5633
|
e.cameraHasSunStudy(_.id) ? (d(), x("div", Ai, [
|
|
5625
|
-
|
|
5634
|
+
w(g, {
|
|
5626
5635
|
class: "sun-icon",
|
|
5627
5636
|
icon: "mdi-white-balance-sunny"
|
|
5628
5637
|
})
|
|
@@ -5636,14 +5645,14 @@ const Ci = { class: "d-flex align-center" }, wi = { class: "d-block mr-1" }, ki
|
|
|
5636
5645
|
]),
|
|
5637
5646
|
_: 1
|
|
5638
5647
|
}, 8, ["modelValue", "class", "show-arrows"]),
|
|
5639
|
-
|
|
5648
|
+
oe(p.$slots, "after", {}, void 0, !0)
|
|
5640
5649
|
], 2);
|
|
5641
5650
|
};
|
|
5642
5651
|
}
|
|
5643
5652
|
}), yt = /* @__PURE__ */ ee(Mi, [["__scopeId", "data-v-9cc758dc"]]), Oi = {
|
|
5644
5653
|
id: "share-btns-wrapper",
|
|
5645
5654
|
class: "text-center"
|
|
5646
|
-
}, Ei = /* @__PURE__ */
|
|
5655
|
+
}, Ei = /* @__PURE__ */ W({
|
|
5647
5656
|
__name: "VSocialShare",
|
|
5648
5657
|
setup(l) {
|
|
5649
5658
|
const a = Ze(Be), e = v(!1), n = v(location.href);
|
|
@@ -5674,13 +5683,13 @@ const Ci = { class: "d-flex align-center" }, wi = { class: "d-block mr-1" }, ki
|
|
|
5674
5683
|
return (m, p) => {
|
|
5675
5684
|
const r = E("v-btn"), f = E("v-tooltip"), k = E("v-toolbar-title"), g = E("v-spacer"), c = E("v-toolbar"), h = E("v-card-text"), S = E("v-card"), _ = E("v-dialog");
|
|
5676
5685
|
return d(), x("div", null, [
|
|
5677
|
-
|
|
5686
|
+
w(f, {
|
|
5678
5687
|
elevation: "2",
|
|
5679
5688
|
top: "",
|
|
5680
5689
|
attach: ""
|
|
5681
5690
|
}, {
|
|
5682
5691
|
activator: b(({ props: y }) => [
|
|
5683
|
-
|
|
5692
|
+
w(r, Oe({
|
|
5684
5693
|
density: "comfortable",
|
|
5685
5694
|
elevation: "1",
|
|
5686
5695
|
icon: "mdi-share-variant",
|
|
@@ -5692,38 +5701,38 @@ const Ci = { class: "d-flex align-center" }, wi = { class: "d-block mr-1" }, ki
|
|
|
5692
5701
|
]),
|
|
5693
5702
|
_: 1
|
|
5694
5703
|
}),
|
|
5695
|
-
|
|
5704
|
+
w(_, {
|
|
5696
5705
|
id: "share-box",
|
|
5697
5706
|
width: "400",
|
|
5698
5707
|
modelValue: e.value,
|
|
5699
5708
|
"onUpdate:modelValue": p[2] || (p[2] = (y) => e.value = y)
|
|
5700
5709
|
}, {
|
|
5701
5710
|
default: b(() => [
|
|
5702
|
-
|
|
5711
|
+
w(S, null, {
|
|
5703
5712
|
default: b(() => [
|
|
5704
|
-
|
|
5713
|
+
w(c, { elevation: "0" }, {
|
|
5705
5714
|
default: b(() => [
|
|
5706
|
-
|
|
5715
|
+
w(r, {
|
|
5707
5716
|
size: "x-small",
|
|
5708
5717
|
icon: "mdi-close",
|
|
5709
5718
|
onClick: p[1] || (p[1] = (y) => e.value = !1)
|
|
5710
5719
|
}),
|
|
5711
|
-
|
|
5720
|
+
w(k, null, {
|
|
5712
5721
|
default: b(() => [
|
|
5713
5722
|
te(Z(D(a).getLabel("share")), 1)
|
|
5714
5723
|
]),
|
|
5715
5724
|
_: 1
|
|
5716
5725
|
}),
|
|
5717
|
-
|
|
5726
|
+
w(g)
|
|
5718
5727
|
]),
|
|
5719
5728
|
_: 1
|
|
5720
5729
|
}),
|
|
5721
|
-
|
|
5730
|
+
w(h, { class: "mt-5" }, {
|
|
5722
5731
|
default: b(() => [
|
|
5723
5732
|
u("p", Oi, [
|
|
5724
|
-
|
|
5733
|
+
w(f, { location: "top" }, {
|
|
5725
5734
|
activator: b(({ props: y }) => [
|
|
5726
|
-
|
|
5735
|
+
w(r, Oe({
|
|
5727
5736
|
depressed: "",
|
|
5728
5737
|
fab: "",
|
|
5729
5738
|
light: "",
|
|
@@ -5735,9 +5744,9 @@ const Ci = { class: "d-flex align-center" }, wi = { class: "d-block mr-1" }, ki
|
|
|
5735
5744
|
]),
|
|
5736
5745
|
_: 1
|
|
5737
5746
|
}),
|
|
5738
|
-
|
|
5747
|
+
w(f, { location: "top" }, {
|
|
5739
5748
|
activator: b(({ props: y }) => [
|
|
5740
|
-
|
|
5749
|
+
w(r, Oe({
|
|
5741
5750
|
depressed: "",
|
|
5742
5751
|
fab: "",
|
|
5743
5752
|
light: "",
|
|
@@ -5749,9 +5758,9 @@ const Ci = { class: "d-flex align-center" }, wi = { class: "d-block mr-1" }, ki
|
|
|
5749
5758
|
]),
|
|
5750
5759
|
_: 1
|
|
5751
5760
|
}),
|
|
5752
|
-
|
|
5761
|
+
w(f, { location: "top" }, {
|
|
5753
5762
|
activator: b(({ props: y }) => [
|
|
5754
|
-
|
|
5763
|
+
w(r, Oe({
|
|
5755
5764
|
depressed: "",
|
|
5756
5765
|
fab: "",
|
|
5757
5766
|
light: "",
|
|
@@ -5763,9 +5772,9 @@ const Ci = { class: "d-flex align-center" }, wi = { class: "d-block mr-1" }, ki
|
|
|
5763
5772
|
]),
|
|
5764
5773
|
_: 1
|
|
5765
5774
|
}),
|
|
5766
|
-
|
|
5775
|
+
w(f, { location: "top" }, {
|
|
5767
5776
|
activator: b(({ props: y }) => [
|
|
5768
|
-
|
|
5777
|
+
w(r, Oe({
|
|
5769
5778
|
depressed: "",
|
|
5770
5779
|
fab: "",
|
|
5771
5780
|
light: "",
|
|
@@ -5779,9 +5788,9 @@ const Ci = { class: "d-flex align-center" }, wi = { class: "d-block mr-1" }, ki
|
|
|
5779
5788
|
]),
|
|
5780
5789
|
_: 1
|
|
5781
5790
|
}),
|
|
5782
|
-
|
|
5791
|
+
w(f, { location: "top" }, {
|
|
5783
5792
|
activator: b(({ props: y }) => [
|
|
5784
|
-
|
|
5793
|
+
w(r, Oe({
|
|
5785
5794
|
depressed: "",
|
|
5786
5795
|
fab: "",
|
|
5787
5796
|
light: "",
|
|
@@ -5794,7 +5803,7 @@ const Ci = { class: "d-flex align-center" }, wi = { class: "d-block mr-1" }, ki
|
|
|
5794
5803
|
]),
|
|
5795
5804
|
_: 1
|
|
5796
5805
|
}),
|
|
5797
|
-
|
|
5806
|
+
w(g)
|
|
5798
5807
|
])
|
|
5799
5808
|
]),
|
|
5800
5809
|
_: 1
|
|
@@ -5808,7 +5817,7 @@ const Ci = { class: "d-flex align-center" }, wi = { class: "d-block mr-1" }, ki
|
|
|
5808
5817
|
]);
|
|
5809
5818
|
};
|
|
5810
5819
|
}
|
|
5811
|
-
}), ea = /* @__PURE__ */ ee(Ei, [["__scopeId", "data-v-b6e473f1"]]), Ti = { class: "static-image-wrapper" }, Vi = /* @__PURE__ */
|
|
5820
|
+
}), ea = /* @__PURE__ */ ee(Ei, [["__scopeId", "data-v-b6e473f1"]]), Ti = { class: "static-image-wrapper" }, Vi = /* @__PURE__ */ W({
|
|
5812
5821
|
__name: "VSingleImage",
|
|
5813
5822
|
props: {
|
|
5814
5823
|
image: {},
|
|
@@ -5819,14 +5828,14 @@ const Ci = { class: "d-flex align-center" }, wi = { class: "d-block mr-1" }, ki
|
|
|
5819
5828
|
return (n, t) => (d(), x("div", Ti, [
|
|
5820
5829
|
u("div", {
|
|
5821
5830
|
class: fe(["img-div", [n.aspectRatio]]),
|
|
5822
|
-
style:
|
|
5831
|
+
style: de(e.value)
|
|
5823
5832
|
}, null, 6)
|
|
5824
5833
|
]));
|
|
5825
5834
|
}
|
|
5826
5835
|
}), $i = /* @__PURE__ */ ee(Vi, [["__scopeId", "data-v-31489804"]]), Bi = {
|
|
5827
5836
|
id: "btn-fullscreen",
|
|
5828
5837
|
class: "btn-placeholder mr-2"
|
|
5829
|
-
}, ta = /* @__PURE__ */
|
|
5838
|
+
}, ta = /* @__PURE__ */ W({
|
|
5830
5839
|
__name: "VFullScreenButton",
|
|
5831
5840
|
props: {
|
|
5832
5841
|
isFullScreen: { type: Boolean }
|
|
@@ -5837,7 +5846,7 @@ const Ci = { class: "d-flex align-center" }, wi = { class: "d-block mr-1" }, ki
|
|
|
5837
5846
|
return (n, t) => {
|
|
5838
5847
|
const o = E("v-btn");
|
|
5839
5848
|
return d(), x("div", Bi, [
|
|
5840
|
-
|
|
5849
|
+
w(o, {
|
|
5841
5850
|
density: "comfortable",
|
|
5842
5851
|
elevation: "3",
|
|
5843
5852
|
icon: n.isFullScreen ? "mdi-fullscreen-exit" : "mdi-fullscreen",
|
|
@@ -5849,9 +5858,9 @@ const Ci = { class: "d-flex align-center" }, wi = { class: "d-block mr-1" }, ki
|
|
|
5849
5858
|
});
|
|
5850
5859
|
class aa {
|
|
5851
5860
|
constructor(a, e) {
|
|
5852
|
-
|
|
5853
|
-
|
|
5854
|
-
|
|
5861
|
+
me(this, "_doc");
|
|
5862
|
+
me(this, "_elemId");
|
|
5863
|
+
me(this, "_state");
|
|
5855
5864
|
this._doc = a, this._elemId = e, this._state = { isActive: !1 };
|
|
5856
5865
|
}
|
|
5857
5866
|
get isActive() {
|
|
@@ -5908,7 +5917,7 @@ const Ri = {
|
|
|
5908
5917
|
}, Gi = {
|
|
5909
5918
|
key: 2,
|
|
5910
5919
|
class: "render-version"
|
|
5911
|
-
}, Qi = /* @__PURE__ */
|
|
5920
|
+
}, Qi = /* @__PURE__ */ W({
|
|
5912
5921
|
__name: "VVirtualTour",
|
|
5913
5922
|
props: {
|
|
5914
5923
|
cdnFileResolver: {},
|
|
@@ -5977,19 +5986,19 @@ const Ri = {
|
|
|
5977
5986
|
hasMarkersJson: J,
|
|
5978
5987
|
dynamicMarkers: B,
|
|
5979
5988
|
version: X,
|
|
5980
|
-
showVersion:
|
|
5989
|
+
showVersion: C
|
|
5981
5990
|
} = $e(n), A = e;
|
|
5982
5991
|
a({
|
|
5983
5992
|
updateSelectedInterior: $t,
|
|
5984
5993
|
takeSnapshot: Ut,
|
|
5985
5994
|
setCurrentCamera: mt
|
|
5986
5995
|
});
|
|
5987
|
-
const
|
|
5996
|
+
const P = v(!1), N = v(!1), ce = v(!1), j = v(), M = v(), Q = v(), K = v(), re = v(), se = v(0), ie = v(), ye = v(), ue = v(), Me = v(0), Fe = v(0), He = v(0), we = v(!1), xe = v(!1), Ee = v(), De = v(!1), G = v(!1), q = v(
|
|
5988
5997
|
new aa(document, "player-wrapper")
|
|
5989
5998
|
), he = v(), ze = $(() => {
|
|
5990
5999
|
if (M.value) {
|
|
5991
6000
|
const F = M.value.cameras.map(
|
|
5992
|
-
(
|
|
6001
|
+
(le) => le.floorLevel
|
|
5993
6002
|
);
|
|
5994
6003
|
let H = [...new Set(F)];
|
|
5995
6004
|
return H = H.sort(), H;
|
|
@@ -6001,9 +6010,9 @@ const Ri = {
|
|
|
6001
6010
|
const H = M.value.cameras.map(
|
|
6002
6011
|
(Xe) => Xe.floorLevel
|
|
6003
6012
|
);
|
|
6004
|
-
let
|
|
6005
|
-
|
|
6006
|
-
const Se =
|
|
6013
|
+
let le = [...new Set(H)];
|
|
6014
|
+
le = le.sort();
|
|
6015
|
+
const Se = le.findIndex(
|
|
6007
6016
|
(Xe) => Xe === Fe.value
|
|
6008
6017
|
);
|
|
6009
6018
|
Se !== -1 && (F = Se);
|
|
@@ -6021,12 +6030,12 @@ const Ri = {
|
|
|
6021
6030
|
)
|
|
6022
6031
|
})) : []), ge = $(() => !ne.value || !ne.value[se.value] ? "" : ne.value[se.value].imageUrl), be = $(() => {
|
|
6023
6032
|
let F = [];
|
|
6024
|
-
return
|
|
6033
|
+
return j.value && (F = j.value.archetypes), s.value.length ? F.filter(
|
|
6025
6034
|
(H) => s.value.includes(H.archetypeID)
|
|
6026
6035
|
) : F;
|
|
6027
6036
|
}), Ye = $(() => Q.value ? be.value.map((F) => {
|
|
6028
|
-
var
|
|
6029
|
-
const H = (
|
|
6037
|
+
var le;
|
|
6038
|
+
const H = (le = ne.value[se.value]) == null ? void 0 : le.id;
|
|
6030
6039
|
return {
|
|
6031
6040
|
...F,
|
|
6032
6041
|
url: pt(
|
|
@@ -6070,7 +6079,7 @@ const Ri = {
|
|
|
6070
6079
|
), R(
|
|
6071
6080
|
O,
|
|
6072
6081
|
() => {
|
|
6073
|
-
O.value === "virtualTour" && (
|
|
6082
|
+
O.value === "virtualTour" && (we.value = !1), O.value === "slideShow" && (we.value = !0, G.value = !0);
|
|
6074
6083
|
},
|
|
6075
6084
|
{ immediate: !0 }
|
|
6076
6085
|
), R(De, () => {
|
|
@@ -6084,8 +6093,8 @@ const Ri = {
|
|
|
6084
6093
|
G.value = !0, re.value.unloadSunSim();
|
|
6085
6094
|
}), Ie(async () => {
|
|
6086
6095
|
try {
|
|
6087
|
-
na.value ? (
|
|
6088
|
-
|
|
6096
|
+
na.value ? (P.value = !1, G.value = !0) : setTimeout(() => {
|
|
6097
|
+
P.value = !0;
|
|
6089
6098
|
}, 1e3);
|
|
6090
6099
|
} catch (F) {
|
|
6091
6100
|
ce.value = !0, A("onError", F);
|
|
@@ -6094,7 +6103,7 @@ const Ri = {
|
|
|
6094
6103
|
document.removeEventListener("wheel", kt);
|
|
6095
6104
|
});
|
|
6096
6105
|
function oa(F = !1) {
|
|
6097
|
-
G.value = !0,
|
|
6106
|
+
G.value = !0, P.value = !1, F && la();
|
|
6098
6107
|
}
|
|
6099
6108
|
function la() {
|
|
6100
6109
|
const F = pe(
|
|
@@ -6104,7 +6113,7 @@ const Ri = {
|
|
|
6104
6113
|
localStorage.setItem(`${F}-dont-show-tutorial`, "true");
|
|
6105
6114
|
}
|
|
6106
6115
|
async function sa() {
|
|
6107
|
-
|
|
6116
|
+
j.value = await ca();
|
|
6108
6117
|
}
|
|
6109
6118
|
async function ia() {
|
|
6110
6119
|
var F;
|
|
@@ -6125,13 +6134,13 @@ const Ri = {
|
|
|
6125
6134
|
}
|
|
6126
6135
|
function ra() {
|
|
6127
6136
|
let F = i.value;
|
|
6128
|
-
F || (F =
|
|
6137
|
+
F || (F = j.value.defaultArchetypeID), s.value.length || !s.value.includes(F) ? F = s.value[0] : console.warn("illegal interior id", F, s), F || (F = j.value.archetypes[0].archetypeID), ie.value = F;
|
|
6129
6138
|
}
|
|
6130
6139
|
function ua() {
|
|
6131
6140
|
const F = document.getElementById("main-canvas");
|
|
6132
6141
|
F.addEventListener("touchmove", H, { passive: !1 });
|
|
6133
|
-
function H(
|
|
6134
|
-
|
|
6142
|
+
function H(le) {
|
|
6143
|
+
le.preventDefault(), window.scrollBy(0, 0);
|
|
6135
6144
|
}
|
|
6136
6145
|
F.addEventListener(
|
|
6137
6146
|
"mouseenter",
|
|
@@ -6169,11 +6178,11 @@ const Ri = {
|
|
|
6169
6178
|
return await ft(
|
|
6170
6179
|
`/${F}/${H}/apartment.json`
|
|
6171
6180
|
);
|
|
6172
|
-
} catch (
|
|
6181
|
+
} catch (le) {
|
|
6173
6182
|
console.error(
|
|
6174
6183
|
"Error loading apartment.json - ",
|
|
6175
6184
|
`/${F}/${H}/apartment.json`,
|
|
6176
|
-
|
|
6185
|
+
le
|
|
6177
6186
|
);
|
|
6178
6187
|
return;
|
|
6179
6188
|
}
|
|
@@ -6213,8 +6222,8 @@ const Ri = {
|
|
|
6213
6222
|
F < 0 && (F = ne.value.length - 1), se.value = F, mt(ne.value[se.value].id);
|
|
6214
6223
|
}
|
|
6215
6224
|
function It(F, H = !0) {
|
|
6216
|
-
let
|
|
6217
|
-
|
|
6225
|
+
let le = ne.value.findIndex((Se) => Se.id === F);
|
|
6226
|
+
le != -1 && (se.value = le, H && mt(F));
|
|
6218
6227
|
}
|
|
6219
6228
|
function mt(F) {
|
|
6220
6229
|
De.value = !1, ye.value = F;
|
|
@@ -6229,7 +6238,7 @@ const Ri = {
|
|
|
6229
6238
|
const H = Je(F);
|
|
6230
6239
|
return !H || !H[0] || !H[0].timeSamples ? !1 : H[0].timeSamples.length > 1;
|
|
6231
6240
|
}), Je = (F) => {
|
|
6232
|
-
const H = M.value.cameras.find((
|
|
6241
|
+
const H = M.value.cameras.find((le) => le.id === F);
|
|
6233
6242
|
return H == null ? void 0 : H.sunsimDayOfYear;
|
|
6234
6243
|
};
|
|
6235
6244
|
function fa(F) {
|
|
@@ -6255,14 +6264,14 @@ const Ri = {
|
|
|
6255
6264
|
function ba() {
|
|
6256
6265
|
q.value.toggle(), window.scrollTo({ top: 150, behavior: "smooth" });
|
|
6257
6266
|
}
|
|
6258
|
-
function
|
|
6259
|
-
|
|
6267
|
+
function wa() {
|
|
6268
|
+
we.value = !we.value;
|
|
6260
6269
|
}
|
|
6261
6270
|
async function Ut() {
|
|
6262
|
-
const F = 180 / Math.PI, H = await re.value.takePhoto(),
|
|
6263
|
-
|
|
6264
|
-
|
|
6265
|
-
|
|
6271
|
+
const F = 180 / Math.PI, H = await re.value.takePhoto(), le = re.value.getRotationEuler(), Se = re.value.getCurrentCamera(), Xe = new jn(H, Se), Ia = [
|
|
6272
|
+
le.x * -F,
|
|
6273
|
+
le.y * -F,
|
|
6274
|
+
le.z * F
|
|
6266
6275
|
];
|
|
6267
6276
|
return A("onSnapshot", Xe, Ia), Xe;
|
|
6268
6277
|
}
|
|
@@ -6274,11 +6283,11 @@ const Ri = {
|
|
|
6274
6283
|
const H = pt(F);
|
|
6275
6284
|
try {
|
|
6276
6285
|
return (await ht.get(H)).data;
|
|
6277
|
-
} catch (
|
|
6278
|
-
throw new Error(
|
|
6286
|
+
} catch (le) {
|
|
6287
|
+
throw new Error(le);
|
|
6279
6288
|
}
|
|
6280
6289
|
}
|
|
6281
|
-
function
|
|
6290
|
+
function Ca(F) {
|
|
6282
6291
|
re.value.updateSettings(F);
|
|
6283
6292
|
}
|
|
6284
6293
|
function ka(F) {
|
|
@@ -6287,8 +6296,8 @@ const Ri = {
|
|
|
6287
6296
|
function Sa(F) {
|
|
6288
6297
|
if (F === void 0)
|
|
6289
6298
|
return null;
|
|
6290
|
-
const H = Math.floor(F),
|
|
6291
|
-
return { hours: H, minutes:
|
|
6299
|
+
const H = Math.floor(F), le = Math.floor((H - F) * 60);
|
|
6300
|
+
return { hours: H, minutes: le };
|
|
6292
6301
|
}
|
|
6293
6302
|
const je = v(!1), Ht = v(null), xt = v(1), Yt = () => {
|
|
6294
6303
|
if (je.value) {
|
|
@@ -6300,7 +6309,7 @@ const Ri = {
|
|
|
6300
6309
|
}, 5e3);
|
|
6301
6310
|
};
|
|
6302
6311
|
return (F, H) => {
|
|
6303
|
-
const
|
|
6312
|
+
const le = E("v-btn");
|
|
6304
6313
|
return d(), x("div", {
|
|
6305
6314
|
class: fe(["virtual-tour-wrapper", [Vt.value]])
|
|
6306
6315
|
}, [
|
|
@@ -6320,12 +6329,12 @@ const Ri = {
|
|
|
6320
6329
|
key: 1,
|
|
6321
6330
|
class: fe(["v-player", [Vt.value]])
|
|
6322
6331
|
}, [
|
|
6323
|
-
|
|
6332
|
+
w(yl, {
|
|
6324
6333
|
ref_key: "vPlayerInstance",
|
|
6325
6334
|
ref: he,
|
|
6326
6335
|
"cdn-file-resolver": D(t),
|
|
6327
|
-
style:
|
|
6328
|
-
"show-static-image":
|
|
6336
|
+
style: de({ zIndex: we.value ? 1 : 2 }),
|
|
6337
|
+
"show-static-image": we.value,
|
|
6329
6338
|
"current-camera-id": ye.value,
|
|
6330
6339
|
"mouse-sensitivity": D(z),
|
|
6331
6340
|
"interior-id": ie.value,
|
|
@@ -6339,13 +6348,13 @@ const Ri = {
|
|
|
6339
6348
|
onPlayerApiCallback: _a
|
|
6340
6349
|
}, {
|
|
6341
6350
|
"slideshow-image": b(() => [
|
|
6342
|
-
|
|
6351
|
+
we.value ? (d(), T($i, {
|
|
6343
6352
|
key: 0,
|
|
6344
6353
|
image: ge.value
|
|
6345
6354
|
}, null, 8, ["image"])) : V("", !0)
|
|
6346
6355
|
]),
|
|
6347
6356
|
"top-left": b(() => [
|
|
6348
|
-
D(I) ? (d(), T(
|
|
6357
|
+
D(I) ? (d(), T(le, {
|
|
6349
6358
|
key: 0,
|
|
6350
6359
|
density: "comfortable",
|
|
6351
6360
|
icon: "mdi-cog-outline",
|
|
@@ -6353,16 +6362,16 @@ const Ri = {
|
|
|
6353
6362
|
class: "mr-2",
|
|
6354
6363
|
onClick: H[1] || (H[1] = (Se) => N.value = !N.value)
|
|
6355
6364
|
})) : V("", !0),
|
|
6356
|
-
|
|
6365
|
+
Ce(w(le, {
|
|
6357
6366
|
density: "comfortable",
|
|
6358
6367
|
icon: "mdi-alert-outline",
|
|
6359
6368
|
elevation: "3",
|
|
6360
6369
|
class: "mr-2",
|
|
6361
|
-
onClick: H[2] || (H[2] = (Se) =>
|
|
6370
|
+
onClick: H[2] || (H[2] = (Se) => P.value = !P.value)
|
|
6362
6371
|
}, null, 512), [
|
|
6363
6372
|
[ke, G.value]
|
|
6364
6373
|
]),
|
|
6365
|
-
K.value && ye.value && Pe.value ?
|
|
6374
|
+
K.value && ye.value && Pe.value ? Ce((d(), T(le, {
|
|
6366
6375
|
key: 1,
|
|
6367
6376
|
density: "comfortable",
|
|
6368
6377
|
elevation: "3",
|
|
@@ -6379,17 +6388,17 @@ const Ri = {
|
|
|
6379
6388
|
onLevel: Rt
|
|
6380
6389
|
}, null, 8, ["level", "floor-levels"])) : V("", !0),
|
|
6381
6390
|
D(I) && N.value ? (d(), x("div", Hi, [
|
|
6382
|
-
|
|
6391
|
+
w(Ps, {
|
|
6383
6392
|
"initial-settings": D(L),
|
|
6384
|
-
onUpdateSettings:
|
|
6393
|
+
onUpdateSettings: Ca,
|
|
6385
6394
|
onSaveSettings: ka
|
|
6386
6395
|
}, null, 8, ["initial-settings"])
|
|
6387
6396
|
])) : V("", !0)
|
|
6388
6397
|
]),
|
|
6389
6398
|
"top-center": b(() => []),
|
|
6390
6399
|
"top-right": b(() => [
|
|
6391
|
-
M.value && D(k) ?
|
|
6392
|
-
|
|
6400
|
+
M.value && D(k) ? Ce((d(), x("div", Yi, [
|
|
6401
|
+
w(Vl, { rotation: Me.value }, null, 8, ["rotation"])
|
|
6393
6402
|
], 512)), [
|
|
6394
6403
|
[ke, G.value]
|
|
6395
6404
|
]) : V("", !0),
|
|
@@ -6401,16 +6410,16 @@ const Ri = {
|
|
|
6401
6410
|
hours: Tt.value.hours,
|
|
6402
6411
|
minutes: Tt.value.minutes,
|
|
6403
6412
|
class: "time-of-day",
|
|
6404
|
-
style:
|
|
6413
|
+
style: de({
|
|
6405
6414
|
cursor: K.value && ue.value && Pe.value ? "pointer" : "default"
|
|
6406
6415
|
})
|
|
6407
6416
|
}, null, 8, ["hours", "minutes", "style"])) : V("", !0)
|
|
6408
6417
|
])
|
|
6409
6418
|
]),
|
|
6410
6419
|
"center-left": b(() => [
|
|
6411
|
-
|
|
6420
|
+
w(Te, { name: "slide-x-transition" }, {
|
|
6412
6421
|
default: b(() => [
|
|
6413
|
-
|
|
6422
|
+
we.value ? (d(), T(le, {
|
|
6414
6423
|
key: 0,
|
|
6415
6424
|
density: "comfortable",
|
|
6416
6425
|
elevation: "3",
|
|
@@ -6422,7 +6431,7 @@ const Ri = {
|
|
|
6422
6431
|
})
|
|
6423
6432
|
]),
|
|
6424
6433
|
"center-center": b(() => [
|
|
6425
|
-
|
|
6434
|
+
P.value ? (d(), T(Ss, {
|
|
6426
6435
|
key: 0,
|
|
6427
6436
|
onCloseTutorial: H[5] || (H[5] = (Se) => oa(Se))
|
|
6428
6437
|
})) : V("", !0),
|
|
@@ -6438,9 +6447,9 @@ const Ri = {
|
|
|
6438
6447
|
}, null, 8, ["cdn-file-resolver", "apartment-json", "minimap-json", "rotation", "current-camera", "level"])) : V("", !0)
|
|
6439
6448
|
]),
|
|
6440
6449
|
"center-right": b(() => [
|
|
6441
|
-
|
|
6450
|
+
w(Te, { name: "slide-x-reverse-transition" }, {
|
|
6442
6451
|
default: b(() => [
|
|
6443
|
-
|
|
6452
|
+
we.value ? (d(), T(le, {
|
|
6444
6453
|
key: 0,
|
|
6445
6454
|
density: "comfortable",
|
|
6446
6455
|
elevation: "3",
|
|
@@ -6459,7 +6468,7 @@ const Ri = {
|
|
|
6459
6468
|
onToggleFullscreen: ba
|
|
6460
6469
|
}, null, 8, ["is-full-screen"])) : V("", !0),
|
|
6461
6470
|
D(c) ? (d(), x("div", zi, [
|
|
6462
|
-
|
|
6471
|
+
w(le, {
|
|
6463
6472
|
density: "comfortable",
|
|
6464
6473
|
elevation: "3",
|
|
6465
6474
|
icon: "mdi-camera",
|
|
@@ -6469,16 +6478,16 @@ const Ri = {
|
|
|
6469
6478
|
u("div", Pi, [
|
|
6470
6479
|
D(m) && G.value ? (d(), T(Ql, {
|
|
6471
6480
|
key: 0,
|
|
6472
|
-
"show-static-image":
|
|
6473
|
-
onToggle:
|
|
6481
|
+
"show-static-image": we.value,
|
|
6482
|
+
onToggle: wa
|
|
6474
6483
|
}, null, 8, ["show-static-image"])) : V("", !0)
|
|
6475
6484
|
]),
|
|
6476
6485
|
G.value && D(h) && !q.value.isActive ? (d(), x("div", ji, [
|
|
6477
|
-
|
|
6486
|
+
w(ea)
|
|
6478
6487
|
])) : V("", !0)
|
|
6479
6488
|
]),
|
|
6480
6489
|
"bottom-center": b(() => [
|
|
6481
|
-
|
|
6490
|
+
w(Te, null, {
|
|
6482
6491
|
default: b(() => [
|
|
6483
6492
|
u("div", null, [
|
|
6484
6493
|
u("div", {
|
|
@@ -6539,7 +6548,7 @@ const Ri = {
|
|
|
6539
6548
|
]),
|
|
6540
6549
|
_: 1
|
|
6541
6550
|
}, 8, ["cdn-file-resolver", "style", "show-static-image", "current-camera-id", "mouse-sensitivity", "interior-id", "apartment-id"]),
|
|
6542
|
-
|
|
6551
|
+
w(Te, null, {
|
|
6543
6552
|
default: b(() => [
|
|
6544
6553
|
D(r) && Q.value && Ne.value && G.value ? (d(), T(yt, {
|
|
6545
6554
|
key: 0,
|
|
@@ -6574,7 +6583,7 @@ const Ri = {
|
|
|
6574
6583
|
}, null, 8, ["current-day", "current-time"])) : V("", !0)
|
|
6575
6584
|
])) : V("", !0)
|
|
6576
6585
|
], 2)) : V("", !0),
|
|
6577
|
-
D(X) && D(
|
|
6586
|
+
D(X) && D(C) ? (d(), x("div", Gi, " version: " + Z(D(X)), 1)) : V("", !0)
|
|
6578
6587
|
])
|
|
6579
6588
|
], 2);
|
|
6580
6589
|
};
|
|
@@ -6606,7 +6615,7 @@ const Ri = {
|
|
|
6606
6615
|
}, sr = {
|
|
6607
6616
|
class: "player-control",
|
|
6608
6617
|
id: "controls-bottom-right"
|
|
6609
|
-
}, ir = /* @__PURE__ */
|
|
6618
|
+
}, ir = /* @__PURE__ */ W({
|
|
6610
6619
|
__name: "VManualSlideShowPlayer",
|
|
6611
6620
|
props: {
|
|
6612
6621
|
isFullScreen: { type: Boolean }
|
|
@@ -6615,33 +6624,33 @@ const Ri = {
|
|
|
6615
6624
|
setup(l, { emit: a }) {
|
|
6616
6625
|
return (e, n) => (d(), x("div", qi, [
|
|
6617
6626
|
u("div", Ji, [
|
|
6618
|
-
|
|
6627
|
+
oe(e.$slots, "slideshow-image", {}, void 0, !0),
|
|
6619
6628
|
u("div", Xi, [
|
|
6620
|
-
|
|
6629
|
+
oe(e.$slots, "top-left", {}, void 0, !0)
|
|
6621
6630
|
]),
|
|
6622
6631
|
u("div", Ki, [
|
|
6623
|
-
|
|
6632
|
+
oe(e.$slots, "top-center", {}, void 0, !0)
|
|
6624
6633
|
]),
|
|
6625
6634
|
u("div", er, [
|
|
6626
|
-
|
|
6635
|
+
oe(e.$slots, "top-right", {}, void 0, !0)
|
|
6627
6636
|
]),
|
|
6628
6637
|
u("div", tr, [
|
|
6629
|
-
|
|
6638
|
+
oe(e.$slots, "center-left", {}, void 0, !0)
|
|
6630
6639
|
]),
|
|
6631
6640
|
u("div", ar, [
|
|
6632
|
-
|
|
6641
|
+
oe(e.$slots, "center-center", {}, void 0, !0)
|
|
6633
6642
|
]),
|
|
6634
6643
|
u("div", nr, [
|
|
6635
|
-
|
|
6644
|
+
oe(e.$slots, "center-right", {}, void 0, !0)
|
|
6636
6645
|
]),
|
|
6637
6646
|
u("div", or, [
|
|
6638
|
-
|
|
6647
|
+
oe(e.$slots, "bottom-left", {}, void 0, !0)
|
|
6639
6648
|
]),
|
|
6640
6649
|
u("div", lr, [
|
|
6641
|
-
|
|
6650
|
+
oe(e.$slots, "bottom-center", {}, void 0, !0)
|
|
6642
6651
|
]),
|
|
6643
6652
|
u("div", sr, [
|
|
6644
|
-
|
|
6653
|
+
oe(e.$slots, "bottom-right", {}, void 0, !0)
|
|
6645
6654
|
])
|
|
6646
6655
|
])
|
|
6647
6656
|
]));
|
|
@@ -6649,7 +6658,7 @@ const Ri = {
|
|
|
6649
6658
|
}), rr = /* @__PURE__ */ ee(ir, [["__scopeId", "data-v-5fdd1e05"]]), ur = { class: "virtual-tour-wrapper" }, cr = { class: "player-and-components-wrapper" }, dr = { class: "mss-image" }, vr = {
|
|
6650
6659
|
key: 1,
|
|
6651
6660
|
class: "btn-placeholder"
|
|
6652
|
-
}, mr = /* @__PURE__ */
|
|
6661
|
+
}, mr = /* @__PURE__ */ W({
|
|
6653
6662
|
__name: "VManualSlideShow",
|
|
6654
6663
|
props: {
|
|
6655
6664
|
images: {},
|
|
@@ -6698,12 +6707,12 @@ const Ri = {
|
|
|
6698
6707
|
return d(), x("div", ur, [
|
|
6699
6708
|
u("div", cr, [
|
|
6700
6709
|
u("div", null, [
|
|
6701
|
-
|
|
6710
|
+
w(rr, {
|
|
6702
6711
|
"is-full-screen": n.value.isActive
|
|
6703
6712
|
}, {
|
|
6704
6713
|
"slideshow-image": b(() => [
|
|
6705
6714
|
u("div", dr, [
|
|
6706
|
-
|
|
6715
|
+
w(k, {
|
|
6707
6716
|
src: o.value.thumbnailUrl
|
|
6708
6717
|
}, null, 8, ["src"])
|
|
6709
6718
|
])
|
|
@@ -6712,7 +6721,7 @@ const Ri = {
|
|
|
6712
6721
|
"top-center": b(() => []),
|
|
6713
6722
|
"top-right": b(() => []),
|
|
6714
6723
|
"center-left": b(() => [
|
|
6715
|
-
|
|
6724
|
+
w(Te, { name: "slide-x-transition" }, {
|
|
6716
6725
|
default: b(() => [
|
|
6717
6726
|
t.value.length > 1 ? (d(), T(g, {
|
|
6718
6727
|
key: 0,
|
|
@@ -6727,7 +6736,7 @@ const Ri = {
|
|
|
6727
6736
|
]),
|
|
6728
6737
|
"center-center": b(() => []),
|
|
6729
6738
|
"center-right": b(() => [
|
|
6730
|
-
|
|
6739
|
+
w(Te, { name: "slide-x-reverse-transition" }, {
|
|
6731
6740
|
default: b(() => [
|
|
6732
6741
|
t.value.length > 1 ? (d(), T(g, {
|
|
6733
6742
|
key: 0,
|
|
@@ -6748,7 +6757,7 @@ const Ri = {
|
|
|
6748
6757
|
onToggleFullscreen: i
|
|
6749
6758
|
}, null, 8, ["is-full-screen"])) : V("", !0),
|
|
6750
6759
|
r.showShare ? (d(), x("div", vr, [
|
|
6751
|
-
|
|
6760
|
+
w(ea)
|
|
6752
6761
|
])) : V("", !0)
|
|
6753
6762
|
]),
|
|
6754
6763
|
"bottom-center": b(() => [
|
|
@@ -6780,7 +6789,7 @@ const Ri = {
|
|
|
6780
6789
|
]);
|
|
6781
6790
|
};
|
|
6782
6791
|
}
|
|
6783
|
-
}), pr = /* @__PURE__ */ ee(mr, [["__scopeId", "data-v-040ac08f"]]), fr = ["src"], hr = /* @__PURE__ */
|
|
6792
|
+
}), pr = /* @__PURE__ */ ee(mr, [["__scopeId", "data-v-040ac08f"]]), fr = ["src"], hr = /* @__PURE__ */ W({
|
|
6784
6793
|
__name: "VStructureChooserCameraDayTimeSample",
|
|
6785
6794
|
props: {
|
|
6786
6795
|
timeSampleData: {},
|
|
@@ -6789,7 +6798,7 @@ const Ri = {
|
|
|
6789
6798
|
},
|
|
6790
6799
|
setup(l) {
|
|
6791
6800
|
const a = l, { timeSampleData: e, cdnFileResolver: n, currentTime: t } = $e(a), o = $(() => pe(n.value, e.value.filename));
|
|
6792
|
-
return (i, s) =>
|
|
6801
|
+
return (i, s) => Ce((d(), x("img", {
|
|
6793
6802
|
key: o.value,
|
|
6794
6803
|
src: o.value,
|
|
6795
6804
|
width: "100%"
|
|
@@ -6797,7 +6806,7 @@ const Ri = {
|
|
|
6797
6806
|
[ke, D(t) && D(e) === D(t)]
|
|
6798
6807
|
]);
|
|
6799
6808
|
}
|
|
6800
|
-
}), gr = /* @__PURE__ */ ee(hr, [["__scopeId", "data-v-a12a9cdb"]]), yr = /* @__PURE__ */
|
|
6809
|
+
}), gr = /* @__PURE__ */ ee(hr, [["__scopeId", "data-v-a12a9cdb"]]), yr = /* @__PURE__ */ W({
|
|
6801
6810
|
__name: "VStructureChooserCameraDay",
|
|
6802
6811
|
props: {
|
|
6803
6812
|
dayData: {},
|
|
@@ -6807,14 +6816,14 @@ const Ri = {
|
|
|
6807
6816
|
},
|
|
6808
6817
|
setup(l) {
|
|
6809
6818
|
const a = l, { dayData: e, cdnFileResolver: n, currentTime: t } = $e(a);
|
|
6810
|
-
return (o, i) => (d(!0), x(
|
|
6819
|
+
return (o, i) => (d(!0), x(ve, null, _e(D(e).timeSamples, (s) => (d(), T(gr, {
|
|
6811
6820
|
key: s.filename,
|
|
6812
6821
|
"time-sample-data": s,
|
|
6813
6822
|
"cdn-file-resolver": D(n),
|
|
6814
6823
|
"current-time": D(t)
|
|
6815
6824
|
}, null, 8, ["time-sample-data", "cdn-file-resolver", "current-time"]))), 128));
|
|
6816
6825
|
}
|
|
6817
|
-
}), _r = ["src"], br = /* @__PURE__ */
|
|
6826
|
+
}), _r = ["src"], br = /* @__PURE__ */ W({
|
|
6818
6827
|
__name: "VStructureChooserCamera",
|
|
6819
6828
|
props: {
|
|
6820
6829
|
cameraData: {},
|
|
@@ -6828,13 +6837,13 @@ const Ri = {
|
|
|
6828
6837
|
n.value,
|
|
6829
6838
|
t.value.defaultFilename
|
|
6830
6839
|
));
|
|
6831
|
-
return (s, m) => D(e).sunsimDayOfYear ? (d(!0), x(
|
|
6840
|
+
return (s, m) => D(e).sunsimDayOfYear ? (d(!0), x(ve, { key: 0 }, _e(D(e).sunsimDayOfYear, (p) => (d(), T(yr, {
|
|
6832
6841
|
key: p.dayOfYear,
|
|
6833
6842
|
"day-data": p,
|
|
6834
6843
|
"cdn-file-resolver": D(n),
|
|
6835
6844
|
"current-day": s.currentDay,
|
|
6836
6845
|
"current-time": D(o)
|
|
6837
|
-
}, null, 8, ["day-data", "cdn-file-resolver", "current-day", "current-time"]))), 128)) :
|
|
6846
|
+
}, null, 8, ["day-data", "cdn-file-resolver", "current-day", "current-time"]))), 128)) : Ce((d(), x("img", {
|
|
6838
6847
|
key: i.value,
|
|
6839
6848
|
src: i.value,
|
|
6840
6849
|
width: "100%"
|
|
@@ -6842,7 +6851,7 @@ const Ri = {
|
|
|
6842
6851
|
[ke, D(t) === D(e)]
|
|
6843
6852
|
]);
|
|
6844
6853
|
}
|
|
6845
|
-
}),
|
|
6854
|
+
}), wr = ["src"], Cr = /* @__PURE__ */ W({
|
|
6846
6855
|
__name: "VStructureChooserTransition",
|
|
6847
6856
|
props: {
|
|
6848
6857
|
transitionData: {},
|
|
@@ -6851,15 +6860,15 @@ const Ri = {
|
|
|
6851
6860
|
},
|
|
6852
6861
|
setup(l) {
|
|
6853
6862
|
const a = l, { transitionData: e, cdnFileResolver: n, currentTransition: t } = $e(a), o = $(() => pe(n.value, e.value.filename));
|
|
6854
|
-
return (i, s) =>
|
|
6863
|
+
return (i, s) => Ce((d(), x("img", {
|
|
6855
6864
|
key: o.value,
|
|
6856
6865
|
src: o.value,
|
|
6857
6866
|
class: "position-absolute top-left w-100 h-100"
|
|
6858
|
-
}, null, 8,
|
|
6867
|
+
}, null, 8, wr)), [
|
|
6859
6868
|
[ke, D(e) === D(t)]
|
|
6860
6869
|
]);
|
|
6861
6870
|
}
|
|
6862
|
-
}), kr = /* @__PURE__ */ ee(
|
|
6871
|
+
}), kr = /* @__PURE__ */ ee(Cr, [["__scopeId", "data-v-ea8553ab"]]);
|
|
6863
6872
|
function Nt(l) {
|
|
6864
6873
|
const a = /* @__PURE__ */ new Date(0);
|
|
6865
6874
|
return a.setUTCDate(l), a.toLocaleString("en-no", {
|
|
@@ -6871,7 +6880,7 @@ const Sr = {
|
|
|
6871
6880
|
key: 0,
|
|
6872
6881
|
class: "d-inline-block",
|
|
6873
6882
|
style: { "vertical-align": "top" }
|
|
6874
|
-
}, Ir = /* @__PURE__ */
|
|
6883
|
+
}, Ir = /* @__PURE__ */ W({
|
|
6875
6884
|
__name: "VStructureChooserUiDayButton",
|
|
6876
6885
|
props: {
|
|
6877
6886
|
isMobileSized: { type: Boolean },
|
|
@@ -6894,15 +6903,15 @@ const Sr = {
|
|
|
6894
6903
|
}), (p, r) => {
|
|
6895
6904
|
const f = E("v-btn"), k = E("v-field"), g = E("v-list-item-title"), c = E("v-list-item"), h = E("v-list"), S = E("v-menu");
|
|
6896
6905
|
return D(t).sunsimDayOfYear && D(t).sunsimDayOfYear.length > 0 ? (d(), x("div", Sr, [
|
|
6897
|
-
|
|
6906
|
+
w(S, null, {
|
|
6898
6907
|
activator: b(({ props: _ }) => [
|
|
6899
|
-
|
|
6908
|
+
w(k, {
|
|
6900
6909
|
variant: "solo-filled",
|
|
6901
6910
|
rounded: "",
|
|
6902
6911
|
flat: ""
|
|
6903
6912
|
}, {
|
|
6904
6913
|
default: b(() => [
|
|
6905
|
-
|
|
6914
|
+
w(f, Oe({
|
|
6906
6915
|
variant: "text",
|
|
6907
6916
|
rounded: "",
|
|
6908
6917
|
flat: "",
|
|
@@ -6922,15 +6931,15 @@ const Sr = {
|
|
|
6922
6931
|
}, 1024)
|
|
6923
6932
|
]),
|
|
6924
6933
|
default: b(() => [
|
|
6925
|
-
|
|
6934
|
+
w(h, null, {
|
|
6926
6935
|
default: b(() => [
|
|
6927
|
-
(d(!0), x(
|
|
6936
|
+
(d(!0), x(ve, null, _e(D(t).sunsimDayOfYear, (_, y) => (d(), T(c, {
|
|
6928
6937
|
key: y,
|
|
6929
6938
|
value: y,
|
|
6930
6939
|
onClick: (Y) => m.value = _.dayOfYear
|
|
6931
6940
|
}, {
|
|
6932
6941
|
default: b(() => [
|
|
6933
|
-
|
|
6942
|
+
w(g, null, {
|
|
6934
6943
|
default: b(() => [
|
|
6935
6944
|
te(Z(D(Nt)(_.dayOfYear)), 1)
|
|
6936
6945
|
]),
|
|
@@ -6954,7 +6963,7 @@ const Sr = {
|
|
|
6954
6963
|
}, Lr = {
|
|
6955
6964
|
key: 1,
|
|
6956
6965
|
class: "icon-wrapper"
|
|
6957
|
-
}, Mr = /* @__PURE__ */
|
|
6966
|
+
}, Mr = /* @__PURE__ */ W({
|
|
6958
6967
|
__name: "VStructureChooserUiCameraThumbnails",
|
|
6959
6968
|
props: {
|
|
6960
6969
|
isMobileSized: { type: Boolean },
|
|
@@ -6995,7 +7004,7 @@ const Sr = {
|
|
|
6995
7004
|
})
|
|
6996
7005
|
}, [
|
|
6997
7006
|
u("div", Dr, [
|
|
6998
|
-
(d(!0), x(
|
|
7007
|
+
(d(!0), x(ve, null, _e(D(t), (c, h) => (d(), x("div", {
|
|
6999
7008
|
key: h,
|
|
7000
7009
|
class: fe(["still-camera-image d-flex flex-column flex-reverse align-center elevation-2", {
|
|
7001
7010
|
"active-camera": c === m.value
|
|
@@ -7005,7 +7014,7 @@ const Sr = {
|
|
|
7005
7014
|
c.cameraName ? (d(), x("div", Fr, Z(c.cameraName), 1)) : V("", !0),
|
|
7006
7015
|
u("div", {
|
|
7007
7016
|
class: "camera-thumbnail-image",
|
|
7008
|
-
style:
|
|
7017
|
+
style: de({
|
|
7009
7018
|
backgroundImage: `url(${D(pe)(
|
|
7010
7019
|
D(i),
|
|
7011
7020
|
c.defaultFilename
|
|
@@ -7013,7 +7022,7 @@ const Sr = {
|
|
|
7013
7022
|
})
|
|
7014
7023
|
}, null, 4),
|
|
7015
7024
|
c.sunsimDayOfYear && c.sunsimDayOfYear.length > 1 ? (d(), x("div", Lr, [
|
|
7016
|
-
|
|
7025
|
+
w(g, {
|
|
7017
7026
|
size: "x-small",
|
|
7018
7027
|
color: "warning",
|
|
7019
7028
|
style: { opacity: "0.6" }
|
|
@@ -7029,7 +7038,7 @@ const Sr = {
|
|
|
7029
7038
|
], 2);
|
|
7030
7039
|
};
|
|
7031
7040
|
}
|
|
7032
|
-
}), Or = /* @__PURE__ */ ee(Mr, [["__scopeId", "data-v-a94daee8"]]), Er = { class: "small" }, Tr = { class: "small" }, Vr = /* @__PURE__ */
|
|
7041
|
+
}), Or = /* @__PURE__ */ ee(Mr, [["__scopeId", "data-v-a94daee8"]]), Er = { class: "small" }, Tr = { class: "small" }, Vr = /* @__PURE__ */ W({
|
|
7033
7042
|
__name: "VStructureChooserUiTimeSampleSlider",
|
|
7034
7043
|
props: {
|
|
7035
7044
|
isMobileSized: { type: Boolean },
|
|
@@ -7053,13 +7062,13 @@ const Sr = {
|
|
|
7053
7062
|
const f = E("v-icon"), k = E("v-slider"), g = E("v-field");
|
|
7054
7063
|
return d(), x("div", {
|
|
7055
7064
|
class: fe({ "d-inline-block": !0, mobile: D(n) }),
|
|
7056
|
-
style:
|
|
7065
|
+
style: de({
|
|
7057
7066
|
flex: D(n) && D(t).timeSamples.length > 1 ? 1 : void 0,
|
|
7058
7067
|
verticalAlign: "top"
|
|
7059
7068
|
})
|
|
7060
7069
|
}, [
|
|
7061
|
-
|
|
7062
|
-
style:
|
|
7070
|
+
w(g, {
|
|
7071
|
+
style: de(
|
|
7063
7072
|
D(t).timeSamples.length > 1 ? {
|
|
7064
7073
|
width: D(n) ? "100%" : "300px",
|
|
7065
7074
|
height: D(n) ? "28px" : "36px"
|
|
@@ -7091,7 +7100,7 @@ const Sr = {
|
|
|
7091
7100
|
"hide-details": ""
|
|
7092
7101
|
}, {
|
|
7093
7102
|
prepend: b(() => [
|
|
7094
|
-
|
|
7103
|
+
w(f, {
|
|
7095
7104
|
style: { "vertical-align": "baseline", "font-size": "20px" },
|
|
7096
7105
|
class: "mr-2 icon",
|
|
7097
7106
|
color: "warning"
|
|
@@ -7104,8 +7113,8 @@ const Sr = {
|
|
|
7104
7113
|
u("span", Er, Z(D(gt)(m.value)), 1)
|
|
7105
7114
|
]),
|
|
7106
7115
|
_: 1
|
|
7107
|
-
}, 8, ["modelValue", "min", "max", "step", "disabled"])) : (d(), x(
|
|
7108
|
-
|
|
7116
|
+
}, 8, ["modelValue", "min", "max", "step", "disabled"])) : (d(), x(ve, { key: 1 }, [
|
|
7117
|
+
w(f, {
|
|
7109
7118
|
style: { "vertical-align": "baseline", "font-size": "20px", "margin-top": "-1px", opacity: "0.6" },
|
|
7110
7119
|
class: "mr-2 icon",
|
|
7111
7120
|
color: "warning"
|
|
@@ -7126,7 +7135,7 @@ const Sr = {
|
|
|
7126
7135
|
}), $r = /* @__PURE__ */ ee(Vr, [["__scopeId", "data-v-4d44890b"]]), Br = {
|
|
7127
7136
|
class: "d-inline-block",
|
|
7128
7137
|
style: { "vertical-align": "top" }
|
|
7129
|
-
}, Rr = /* @__PURE__ */ u("hr", { style: { "border-top": "1px solid #999" } }, null, -1), Ur = /* @__PURE__ */
|
|
7138
|
+
}, Rr = /* @__PURE__ */ u("hr", { style: { "border-top": "1px solid #999" } }, null, -1), Ur = /* @__PURE__ */ W({
|
|
7130
7139
|
__name: "VStructureChooserUiZoomButtons",
|
|
7131
7140
|
props: {
|
|
7132
7141
|
isMobileSized: { type: Boolean },
|
|
@@ -7140,7 +7149,7 @@ const Sr = {
|
|
|
7140
7149
|
return (m, p) => {
|
|
7141
7150
|
const r = E("v-btn");
|
|
7142
7151
|
return d(), x("div", Br, [
|
|
7143
|
-
|
|
7152
|
+
w(r, {
|
|
7144
7153
|
disabled: D(i) || !D(t),
|
|
7145
7154
|
size: D(n) ? "x-small" : "small",
|
|
7146
7155
|
flat: "",
|
|
@@ -7149,7 +7158,7 @@ const Sr = {
|
|
|
7149
7158
|
style: { "border-bottom-left-radius": "0", "border-bottom-right-radius": "0" }
|
|
7150
7159
|
}, null, 8, ["disabled", "size"]),
|
|
7151
7160
|
Rr,
|
|
7152
|
-
|
|
7161
|
+
w(r, {
|
|
7153
7162
|
disabled: D(i) || !D(o),
|
|
7154
7163
|
size: D(n) ? "x-small" : "small",
|
|
7155
7164
|
flat: "",
|
|
@@ -7160,7 +7169,7 @@ const Sr = {
|
|
|
7160
7169
|
]);
|
|
7161
7170
|
};
|
|
7162
7171
|
}
|
|
7163
|
-
}), Hr = ["innerHTML"], Yr = /* @__PURE__ */
|
|
7172
|
+
}), Hr = ["innerHTML"], Yr = /* @__PURE__ */ W({
|
|
7164
7173
|
__name: "VStructureChooserOverlay",
|
|
7165
7174
|
props: {
|
|
7166
7175
|
cdnFileResolver: { type: [String, Function] },
|
|
@@ -7564,7 +7573,7 @@ function Gt({ x: l, y: a, z: e }) {
|
|
|
7564
7573
|
const Zr = ["innerHTML"], qr = { style: { "z-index": "7" } }, Jr = {
|
|
7565
7574
|
key: 4,
|
|
7566
7575
|
class: "render-version"
|
|
7567
|
-
}, Xr = /* @__PURE__ */
|
|
7576
|
+
}, Xr = /* @__PURE__ */ W({
|
|
7568
7577
|
__name: "VStructureChooser",
|
|
7569
7578
|
props: {
|
|
7570
7579
|
structureChooserData: {},
|
|
@@ -7600,7 +7609,7 @@ const Zr = ["innerHTML"], qr = { style: { "z-index": "7" } }, Jr = {
|
|
|
7600
7609
|
Be,
|
|
7601
7610
|
i.value ? new Re(i.value) : new Re()
|
|
7602
7611
|
);
|
|
7603
|
-
const c = v(), h = v(), S = v(), _ = v(null), y = v(4), Y = v(), O = v(!1), z = v(!1), I = v(), L = $(() => I.value.isHoverEnabled), J = v({ x: 0, y: 0, width: 0, height: 0 }), B = v(), X = v(),
|
|
7612
|
+
const c = v(), h = v(), S = v(), _ = v(null), y = v(4), Y = v(), O = v(!1), z = v(!1), I = v(), L = $(() => I.value.isHoverEnabled), J = v({ x: 0, y: 0, width: 0, height: 0 }), B = v(), X = v(), C = v(), A = v(!1), P = v(), N = v({
|
|
7604
7613
|
current: 100,
|
|
7605
7614
|
min: 100,
|
|
7606
7615
|
max: 1e3
|
|
@@ -7611,7 +7620,7 @@ const Zr = ["innerHTML"], qr = { style: { "z-index": "7" } }, Jr = {
|
|
|
7611
7620
|
n,
|
|
7612
7621
|
(U) => {
|
|
7613
7622
|
try {
|
|
7614
|
-
ce.value = !1,
|
|
7623
|
+
ce.value = !1, C.value = Qr(U);
|
|
7615
7624
|
} catch (ae) {
|
|
7616
7625
|
ce.value = !0, g("onError", ae);
|
|
7617
7626
|
}
|
|
@@ -7622,11 +7631,11 @@ const Zr = ["innerHTML"], qr = { style: { "z-index": "7" } }, Jr = {
|
|
|
7622
7631
|
), R(O, (U) => {
|
|
7623
7632
|
U && g("onInitialize");
|
|
7624
7633
|
});
|
|
7625
|
-
const
|
|
7634
|
+
const j = v(), M = v(0);
|
|
7626
7635
|
R(
|
|
7627
7636
|
() => e.activeStructureIds,
|
|
7628
7637
|
() => {
|
|
7629
|
-
|
|
7638
|
+
j.value = e.activeStructureIds, M.value = M.value + 1;
|
|
7630
7639
|
},
|
|
7631
7640
|
{
|
|
7632
7641
|
immediate: !0,
|
|
@@ -7641,32 +7650,32 @@ const Zr = ["innerHTML"], qr = { style: { "z-index": "7" } }, Jr = {
|
|
|
7641
7650
|
}
|
|
7642
7651
|
);
|
|
7643
7652
|
const Q = $(
|
|
7644
|
-
() =>
|
|
7653
|
+
() => C.value ? C.value.cameras.filter(jr) : []
|
|
7645
7654
|
), K = $(
|
|
7646
|
-
() =>
|
|
7655
|
+
() => C.value ? C.value.cameras.filter(Ft) : []
|
|
7647
7656
|
);
|
|
7648
7657
|
R(
|
|
7649
|
-
[
|
|
7658
|
+
[C, t, p],
|
|
7650
7659
|
async () => {
|
|
7651
7660
|
t.value && Q.value.length > 0 && (p.value ? c.value = Q.value.find(
|
|
7652
7661
|
(U) => U.cameraName === p.value
|
|
7653
|
-
) || Q.value[0] : c.value = Q.value[0], y.value =
|
|
7662
|
+
) || Q.value[0] : c.value = Q.value[0], y.value = C.value.cameras.findIndex(
|
|
7654
7663
|
(U) => U === c.value
|
|
7655
7664
|
), y.value = Math.max(0, y.value));
|
|
7656
7665
|
},
|
|
7657
7666
|
{ immediate: !0 }
|
|
7658
7667
|
), R(
|
|
7659
|
-
[
|
|
7668
|
+
[C, t, r],
|
|
7660
7669
|
() => {
|
|
7661
|
-
|
|
7670
|
+
C.value && t.value && c.value && c.value.sunsimDayOfYear && c.value.sunsimDayOfYear.length > 0 && (r.value ? h.value = c.value.sunsimDayOfYear.find(
|
|
7662
7671
|
(U) => U.dayOfYear === r.value
|
|
7663
7672
|
) || c.value.sunsimDayOfYear[0] : h.value = c.value.sunsimDayOfYear[0]);
|
|
7664
7673
|
},
|
|
7665
7674
|
{ immediate: !0 }
|
|
7666
7675
|
), R(
|
|
7667
|
-
[
|
|
7676
|
+
[C, t, f],
|
|
7668
7677
|
() => {
|
|
7669
|
-
|
|
7678
|
+
C.value && t.value && h.value && h.value.timeSamples && h.value.timeSamples.length > 0 && (f.value ? S.value = h.value.timeSamples.find(
|
|
7670
7679
|
(U) => U.timeInHours === f.value
|
|
7671
7680
|
) || h.value.timeSamples[0] : S.value = h.value.timeSamples.find(
|
|
7672
7681
|
(U) => U.timeInHours === h.value.defaultHour
|
|
@@ -7676,19 +7685,19 @@ const Zr = ["innerHTML"], qr = { style: { "z-index": "7" } }, Jr = {
|
|
|
7676
7685
|
);
|
|
7677
7686
|
function re(U) {
|
|
7678
7687
|
c.value !== U && G(
|
|
7679
|
-
|
|
7688
|
+
C.value.cameras.findIndex((ae) => ae === U)
|
|
7680
7689
|
);
|
|
7681
7690
|
}
|
|
7682
7691
|
function se(U) {
|
|
7683
|
-
y.value = U, Ft(
|
|
7692
|
+
y.value = U, Ft(C.value.cameras[y.value]) ? _.value = C.value.cameras[y.value] : (Ae(() => {
|
|
7684
7693
|
ie(
|
|
7685
|
-
|
|
7694
|
+
C.value.cameras[y.value]
|
|
7686
7695
|
);
|
|
7687
7696
|
}), _.value = null);
|
|
7688
7697
|
}
|
|
7689
7698
|
function ie(U) {
|
|
7690
7699
|
const ae = h.value;
|
|
7691
|
-
c.value = U, y.value =
|
|
7700
|
+
c.value = U, y.value = C.value.cameras.findIndex(
|
|
7692
7701
|
(ne) => ne === c.value
|
|
7693
7702
|
), Ae(() => {
|
|
7694
7703
|
c.value.sunsimDayOfYear && c.value.sunsimDayOfYear.length > 0 && ye(
|
|
@@ -7715,7 +7724,7 @@ const Zr = ["innerHTML"], qr = { style: { "z-index": "7" } }, Jr = {
|
|
|
7715
7724
|
}
|
|
7716
7725
|
function Me(U) {
|
|
7717
7726
|
g("onClick", U, () => {
|
|
7718
|
-
const ae =
|
|
7727
|
+
const ae = C.value.stillCameraData.find(
|
|
7719
7728
|
(ne) => ne.id === U
|
|
7720
7729
|
);
|
|
7721
7730
|
ae && G(ae.bestIndex);
|
|
@@ -7727,7 +7736,7 @@ const Zr = ["innerHTML"], qr = { style: { "z-index": "7" } }, Jr = {
|
|
|
7727
7736
|
function He(U) {
|
|
7728
7737
|
g("onHoverOut", U), Y.value = void 0;
|
|
7729
7738
|
}
|
|
7730
|
-
function
|
|
7739
|
+
function we(U) {
|
|
7731
7740
|
const { layerX: ae, layerY: ne } = U;
|
|
7732
7741
|
let ge = U.target, be = !1;
|
|
7733
7742
|
for (; ge; )
|
|
@@ -7756,23 +7765,23 @@ const Zr = ["innerHTML"], qr = { style: { "z-index": "7" } }, Jr = {
|
|
|
7756
7765
|
N.value = { min: U, max: ae, current: ne };
|
|
7757
7766
|
}
|
|
7758
7767
|
function Ee(U) {
|
|
7759
|
-
|
|
7768
|
+
P.value.adjustZoom(U ? 10 : -10);
|
|
7760
7769
|
}
|
|
7761
7770
|
function De(U) {
|
|
7762
|
-
return
|
|
7771
|
+
return C.value.stillCameraIndices.findIndex(
|
|
7763
7772
|
(ae) => ae === U
|
|
7764
7773
|
);
|
|
7765
7774
|
}
|
|
7766
7775
|
async function G(U) {
|
|
7767
7776
|
const ae = y.value;
|
|
7768
|
-
if (
|
|
7769
|
-
const ne =
|
|
7777
|
+
if (C.value.loopable) {
|
|
7778
|
+
const ne = C.value.stillCameraIndices.length, ge = De(ae), be = De(U);
|
|
7770
7779
|
let Ye = 0, Pe = 0, Ue = ge;
|
|
7771
7780
|
for (; Ue++, Ue >= ne && (Ue = 0), Ue !== be; )
|
|
7772
7781
|
Ye++;
|
|
7773
7782
|
for (Ue = ge; Ue--, Ue < 0 && (Ue += ne), Ue !== be; )
|
|
7774
7783
|
Pe++;
|
|
7775
|
-
Ye === Pe ? q(ae, U) : Ye < Pe ? ge < be ? q(ae, U) : q(ae, U +
|
|
7784
|
+
Ye === Pe ? q(ae, U) : Ye < Pe ? ge < be ? q(ae, U) : q(ae, U + C.value.cameras.length) : ge >= be ? q(ae, U) : q(ae + C.value.cameras.length, U);
|
|
7776
7785
|
} else
|
|
7777
7786
|
q(ae, U);
|
|
7778
7787
|
}
|
|
@@ -7782,9 +7791,9 @@ const Zr = ["innerHTML"], qr = { style: { "z-index": "7" } }, Jr = {
|
|
|
7782
7791
|
let ge, be = U;
|
|
7783
7792
|
ge = setInterval(() => {
|
|
7784
7793
|
be < ae ? (be++, y.value = Math.abs(
|
|
7785
|
-
be %
|
|
7794
|
+
be % C.value.cameras.length
|
|
7786
7795
|
), se(y.value)) : be > ae ? (be--, y.value = Math.abs(
|
|
7787
|
-
be %
|
|
7796
|
+
be % C.value.cameras.length
|
|
7788
7797
|
), se(y.value)) : (clearInterval(ge), z.value = !1, ne());
|
|
7789
7798
|
}, 12);
|
|
7790
7799
|
});
|
|
@@ -7795,26 +7804,26 @@ const Zr = ["innerHTML"], qr = { style: { "z-index": "7" } }, Jr = {
|
|
|
7795
7804
|
const ze = (U) => U * (180 / Math.PI);
|
|
7796
7805
|
return (U, ae) => {
|
|
7797
7806
|
const ne = E("v-skeleton-loader");
|
|
7798
|
-
return d(), x(
|
|
7799
|
-
|
|
7807
|
+
return d(), x(ve, null, [
|
|
7808
|
+
w(ne, {
|
|
7800
7809
|
type: "image",
|
|
7801
7810
|
class: "w-100 h-100 position-relative",
|
|
7802
|
-
loading: !O.value || !
|
|
7811
|
+
loading: !O.value || !C.value
|
|
7803
7812
|
}, {
|
|
7804
7813
|
default: b(() => [
|
|
7805
|
-
|
|
7814
|
+
w(Te, { class: "w-100 h-100" }, {
|
|
7806
7815
|
default: b(() => [
|
|
7807
7816
|
u("div", {
|
|
7808
7817
|
ref_key: "container",
|
|
7809
7818
|
ref: X,
|
|
7810
7819
|
class: fe({ mobile: A.value }),
|
|
7811
7820
|
style: { "min-height": "104px" },
|
|
7812
|
-
onMousemove:
|
|
7821
|
+
onMousemove: we
|
|
7813
7822
|
}, [
|
|
7814
7823
|
U.showUi ? (d(), x("div", {
|
|
7815
7824
|
key: 0,
|
|
7816
7825
|
class: "persistent actions-bar top-right pa-2",
|
|
7817
|
-
style:
|
|
7826
|
+
style: de({
|
|
7818
7827
|
zIndex: 7,
|
|
7819
7828
|
top: A.value && Q.value.length > 1 ? "60px" : 0
|
|
7820
7829
|
})
|
|
@@ -7822,14 +7831,14 @@ const Zr = ["innerHTML"], qr = { style: { "z-index": "7" } }, Jr = {
|
|
|
7822
7831
|
c.value.cameraRotation ? (d(), T(lt, {
|
|
7823
7832
|
key: 0,
|
|
7824
7833
|
class: "mb-2",
|
|
7825
|
-
style:
|
|
7834
|
+
style: de({
|
|
7826
7835
|
zIndex: 7,
|
|
7827
7836
|
width: A.value ? 32 : 40,
|
|
7828
7837
|
height: A.value ? 32 : 40
|
|
7829
7838
|
}),
|
|
7830
7839
|
longitude: ze(c.value.cameraRotation.y) + 270
|
|
7831
7840
|
}, null, 8, ["style", "longitude"])) : V("", !0),
|
|
7832
|
-
|
|
7841
|
+
w(Ur, {
|
|
7833
7842
|
"is-mobile-sized": A.value,
|
|
7834
7843
|
"can-zoom-out": N.value.min < N.value.current,
|
|
7835
7844
|
"can-zoom-in": N.value.max > N.value.current,
|
|
@@ -7846,7 +7855,7 @@ const Zr = ["innerHTML"], qr = { style: { "z-index": "7" } }, Jr = {
|
|
|
7846
7855
|
}, "still-cameras-wrapper"]),
|
|
7847
7856
|
style: { "z-index": "7" }
|
|
7848
7857
|
}, [
|
|
7849
|
-
|
|
7858
|
+
w(Or, {
|
|
7850
7859
|
"is-mobile-sized": A.value,
|
|
7851
7860
|
"still-cameras": Q.value,
|
|
7852
7861
|
"current-camera": c.value,
|
|
@@ -7855,14 +7864,14 @@ const Zr = ["innerHTML"], qr = { style: { "z-index": "7" } }, Jr = {
|
|
|
7855
7864
|
onOnCameraChange: re
|
|
7856
7865
|
}, null, 8, ["is-mobile-sized", "still-cameras", "current-camera", "disabled", "cdn-file-resolver"])
|
|
7857
7866
|
], 2)) : V("", !0),
|
|
7858
|
-
|
|
7867
|
+
w(ot, {
|
|
7859
7868
|
ref_key: "zoomBox",
|
|
7860
|
-
ref:
|
|
7869
|
+
ref: P,
|
|
7861
7870
|
position: "relative",
|
|
7862
7871
|
onUpdate: xe
|
|
7863
7872
|
}, {
|
|
7864
7873
|
default: b(() => [
|
|
7865
|
-
(d(!0), x(
|
|
7874
|
+
(d(!0), x(ve, null, _e(Q.value, (ge, be) => (d(), T(br, {
|
|
7866
7875
|
key: `camera${be}`,
|
|
7867
7876
|
"camera-data": ge,
|
|
7868
7877
|
"cdn-file-resolver": D(t),
|
|
@@ -7870,7 +7879,7 @@ const Zr = ["innerHTML"], qr = { style: { "z-index": "7" } }, Jr = {
|
|
|
7870
7879
|
"current-day": h.value,
|
|
7871
7880
|
"current-time": S.value
|
|
7872
7881
|
}, null, 8, ["camera-data", "cdn-file-resolver", "current-camera", "current-day", "current-time"]))), 128)),
|
|
7873
|
-
(d(!0), x(
|
|
7882
|
+
(d(!0), x(ve, null, _e(K.value, (ge, be) => (d(), T(kr, {
|
|
7874
7883
|
key: `transition${be}`,
|
|
7875
7884
|
"transition-data": ge,
|
|
7876
7885
|
"cdn-file-resolver": D(t),
|
|
@@ -7882,13 +7891,13 @@ const Zr = ["innerHTML"], qr = { style: { "z-index": "7" } }, Jr = {
|
|
|
7882
7891
|
style: { "z-index": "6", "pointer-events": "none" },
|
|
7883
7892
|
innerHTML: D(s)
|
|
7884
7893
|
}, null, 8, Zr)) : V("", !0),
|
|
7885
|
-
c.value.overlayFilename && !ce.value ?
|
|
7894
|
+
c.value.overlayFilename && !ce.value ? Ce((d(), T(zr, {
|
|
7886
7895
|
key: M.value,
|
|
7887
7896
|
"cdn-file-resolver": D(t),
|
|
7888
7897
|
"color-callback": D(o),
|
|
7889
7898
|
"current-camera": c.value,
|
|
7890
7899
|
"selected-id": D(m),
|
|
7891
|
-
activeStructureIds:
|
|
7900
|
+
activeStructureIds: j.value,
|
|
7892
7901
|
onOnClick: Me,
|
|
7893
7902
|
onOnHoverOver: Fe,
|
|
7894
7903
|
onOnHoverOut: He,
|
|
@@ -7908,7 +7917,7 @@ const Zr = ["innerHTML"], qr = { style: { "z-index": "7" } }, Jr = {
|
|
|
7908
7917
|
}),
|
|
7909
7918
|
style: { "z-index": "7" }
|
|
7910
7919
|
}, [
|
|
7911
|
-
|
|
7920
|
+
w(xr, {
|
|
7912
7921
|
class: "pr-2",
|
|
7913
7922
|
"is-mobile-sized": A.value,
|
|
7914
7923
|
"current-camera": c.value,
|
|
@@ -7916,7 +7925,7 @@ const Zr = ["innerHTML"], qr = { style: { "z-index": "7" } }, Jr = {
|
|
|
7916
7925
|
disabled: z.value,
|
|
7917
7926
|
onOnDayChange: ye
|
|
7918
7927
|
}, null, 8, ["is-mobile-sized", "current-camera", "current-day", "disabled"]),
|
|
7919
|
-
|
|
7928
|
+
w($r, {
|
|
7920
7929
|
"is-mobile-sized": A.value,
|
|
7921
7930
|
"current-day": h.value,
|
|
7922
7931
|
"current-time": S.value,
|
|
@@ -7931,7 +7940,7 @@ const Zr = ["innerHTML"], qr = { style: { "z-index": "7" } }, Jr = {
|
|
|
7931
7940
|
}, {
|
|
7932
7941
|
default: b(() => [
|
|
7933
7942
|
u("div", qr, [
|
|
7934
|
-
|
|
7943
|
+
oe(U.$slots, "popup", ct(dt({ hoverId: Y.value, hoverable: L.value })), void 0, !0)
|
|
7935
7944
|
])
|
|
7936
7945
|
]),
|
|
7937
7946
|
_: 3
|
|
@@ -7944,7 +7953,7 @@ const Zr = ["innerHTML"], qr = { style: { "z-index": "7" } }, Jr = {
|
|
|
7944
7953
|
]),
|
|
7945
7954
|
_: 3
|
|
7946
7955
|
}, 8, ["loading"]),
|
|
7947
|
-
|
|
7956
|
+
w(We, {
|
|
7948
7957
|
ref_key: "hoverProbe",
|
|
7949
7958
|
ref: I
|
|
7950
7959
|
}, null, 512)
|