@qispace/vue3-player 0.3.32 → 0.3.34

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,10 +1,10 @@
1
- var Fa = Object.defineProperty;
2
- var La = (s, a, e) => a in s ? Fa(s, a, { enumerable: !0, configurable: !0, writable: !0, value: e }) : s[a] = e;
3
- var pe = (s, a, e) => (La(s, typeof a != "symbol" ? a + "" : a, e), e);
4
- import { defineComponent as W, ref as d, computed as V, openBlock as v, createElementBlock as x, watch as U, onMounted as Ie, onBeforeUnmount as Qe, withDirectives as Ce, createElementVNode as u, normalizeStyle as de, vShow as ke, createVNode as b, Fragment as me, renderList as _e, createCommentVNode as $, inject as Ze, resolveComponent as E, withCtx as _, 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 $e, resolveDynamicComponent as Qt, normalizeProps as ct, guardReactiveProps as dt, mergeProps as Oe, nextTick as Ae, Transition as Ve, createSlots as Ma, toRefs as Ee, pushScopeId as bt, popScopeId as Ct, vModelText as Oa, createStaticVNode as Zt, onBeforeUpdate as Ea, withModifiers as Ta } from "vue";
1
+ var Ea = Object.defineProperty;
2
+ var Ta = (s, a, e) => a in s ? Ea(s, a, { enumerable: !0, configurable: !0, writable: !0, value: e }) : s[a] = e;
3
+ var pe = (s, a, e) => (Ta(s, typeof a != "symbol" ? a + "" : a, e), e);
4
+ import { defineComponent as W, ref as d, computed as V, openBlock as v, createElementBlock as x, watch as U, onMounted as Ie, onBeforeUnmount as Qe, withDirectives as Ce, createElementVNode as u, normalizeStyle as de, vShow as ke, createVNode as b, Fragment as me, renderList as _e, createCommentVNode as $, inject as Ze, resolveComponent as E, withCtx as _, 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 $e, resolveDynamicComponent as Qt, normalizeProps as ct, guardReactiveProps as dt, mergeProps as Oe, nextTick as Ae, Transition as Ve, createSlots as Va, toRefs as Ee, pushScopeId as bt, popScopeId as Ct, vModelText as $a, createStaticVNode as Zt, onBeforeUpdate as Ba, withModifiers as Ra } from "vue";
5
5
  import ht from "axios";
6
- import * as Va from "@qispace/player-core";
7
- import { Vector3 as rt, Object3D as $a, MathUtils as Ba } from "three";
6
+ import * as Ua from "@qispace/player-core";
7
+ import { Vector3 as rt, Object3D as Ha, MathUtils as Ya } from "three";
8
8
  class Le {
9
9
  static async loadText(a) {
10
10
  return new Le().loadText(a);
@@ -48,7 +48,7 @@ class Le {
48
48
  }
49
49
  }
50
50
  }
51
- const Ra = /* @__PURE__ */ W({
51
+ const za = /* @__PURE__ */ W({
52
52
  __name: "VHoverProbe",
53
53
  setup(s, { expose: a }) {
54
54
  const e = d(), n = V(() => window.getComputedStyle(e.value).display === "none");
@@ -65,11 +65,11 @@ const Ra = /* @__PURE__ */ W({
65
65
  for (const [n, t] of a)
66
66
  e[n] = t;
67
67
  return e;
68
- }, We = /* @__PURE__ */ ee(Ra, [["__scopeId", "data-v-eb9b348d"]]);
68
+ }, We = /* @__PURE__ */ ee(za, [["__scopeId", "data-v-eb9b348d"]]);
69
69
  function ce(s, a) {
70
70
  return typeof s == "string" ? `${s}${a}` : s(a);
71
71
  }
72
- const Ua = /* @__PURE__ */ W({
72
+ const ja = /* @__PURE__ */ W({
73
73
  __name: "VApartmentChooserRaster",
74
74
  props: {
75
75
  cdnFileResolver: {},
@@ -192,11 +192,11 @@ const Ua = /* @__PURE__ */ W({
192
192
  return i.value.data[ne + 3] > 0 ? ge : -1;
193
193
  }
194
194
  function K() {
195
- re().forEach((q) => {
195
+ ie().forEach((q) => {
196
196
  if (q.index >= 0) {
197
- const he = ie(q.index);
197
+ const he = se(q.index);
198
198
  if (he) {
199
- const ze = se(q.index);
199
+ const ze = re(q.index);
200
200
  let H = "idle";
201
201
  !C.value && e.selectedUnitId && ze === e.selectedUnitId ? H = "selected" : C.value && f.value === q.index && (H = "hover");
202
202
  const ae = e.colorCallback(q.unitId, H);
@@ -207,14 +207,14 @@ const Ua = /* @__PURE__ */ W({
207
207
  }
208
208
  });
209
209
  }
210
- function ie(G) {
210
+ function se(G) {
211
211
  return i.value ? g.value[G] : !1;
212
212
  }
213
- function se(G) {
213
+ function re(G) {
214
214
  const q = e.sceneData.find((he) => he.index === G);
215
215
  return q && q.unitId;
216
216
  }
217
- function re() {
217
+ function ie() {
218
218
  if (i.value) {
219
219
  const G = Object.keys(g.value).map(
220
220
  (he) => parseInt(he)
@@ -226,7 +226,7 @@ const Ua = /* @__PURE__ */ W({
226
226
  return [];
227
227
  }
228
228
  function ye(G) {
229
- const q = se(G);
229
+ const q = re(G);
230
230
  ue(q);
231
231
  }
232
232
  function ue(G) {
@@ -279,7 +279,7 @@ const Ua = /* @__PURE__ */ W({
279
279
  }, null, 512)
280
280
  ], 512));
281
281
  }
282
- }), Ha = /* @__PURE__ */ ee(Ua, [["__scopeId", "data-v-27d7323f"]]), Ya = ["viewBox"], za = ["innerHTML", "onMouseenter", "onMouseleave", "onClick"], ja = /* @__PURE__ */ W({
282
+ }), Pa = /* @__PURE__ */ ee(ja, [["__scopeId", "data-v-27d7323f"]]), Wa = ["viewBox"], Na = ["innerHTML", "onMouseenter", "onMouseleave", "onClick"], Ga = /* @__PURE__ */ W({
283
283
  __name: "VApartmentChooserSvg",
284
284
  props: {
285
285
  cdnFileResolver: {},
@@ -422,8 +422,8 @@ const Ua = /* @__PURE__ */ W({
422
422
  onMouseenter: (J) => c(I),
423
423
  onMouseleave: (J) => h(),
424
424
  onClick: (J) => k(I)
425
- }, null, 44, za))), 128))
426
- ], 8, Ya)) : $("", !0)
425
+ }, null, 44, Na))), 128))
426
+ ], 8, Wa)) : $("", !0)
427
427
  ], 4), [
428
428
  [ke, !O.viewModel.isRotating]
429
429
  ]),
@@ -433,10 +433,10 @@ const Ua = /* @__PURE__ */ W({
433
433
  }, null, 512)
434
434
  ], 512));
435
435
  }
436
- }), Pa = /* @__PURE__ */ ee(ja, [["__scopeId", "data-v-e6c054c7"]]), Be = Symbol(), Wa = {
436
+ }), Qa = /* @__PURE__ */ ee(Ga, [["__scopeId", "data-v-e6c054c7"]]), Be = Symbol(), Za = {
437
437
  key: 0,
438
438
  class: "text-success d-none d-md-flex"
439
- }, Na = { class: "text-success" }, Ga = /* @__PURE__ */ W({
439
+ }, qa = { class: "text-success" }, Ja = /* @__PURE__ */ W({
440
440
  __name: "VApartmentChooserNavigation",
441
441
  props: {
442
442
  canGoToUnitCallback: { type: Function, default: () => !0 },
@@ -483,8 +483,8 @@ const Ua = /* @__PURE__ */ W({
483
483
  onClick: i[2] || (i[2] = (S) => r("goToUnit", n.value))
484
484
  }, {
485
485
  default: _(() => [
486
- n.value && p.canGoToUnitCallback(n.value) ? (v(), x("span", Wa, Z(D(l).getLabel("seeApartment")) + "  ", 1)) : $("", !0),
487
- u("span", Na, Z(n.value ? e.unitRenderer(n.value) : "-"), 1)
486
+ n.value && p.canGoToUnitCallback(n.value) ? (v(), x("span", Za, Z(D(l).getLabel("seeApartment")) + "  ", 1)) : $("", !0),
487
+ u("span", qa, Z(n.value ? e.unitRenderer(n.value) : "-"), 1)
488
488
  ]),
489
489
  _: 1
490
490
  }, 8, ["disabled"]),
@@ -506,7 +506,7 @@ const Ua = /* @__PURE__ */ W({
506
506
  ]);
507
507
  };
508
508
  }
509
- }), Qa = /* @__PURE__ */ ee(Ga, [["__scopeId", "data-v-44ed308e"]]);
509
+ }), Xa = /* @__PURE__ */ ee(Ja, [["__scopeId", "data-v-44ed308e"]]);
510
510
  class Dt {
511
511
  constructor(a) {
512
512
  pe(this, "_numParts");
@@ -571,7 +571,7 @@ class Lt {
571
571
  );
572
572
  }
573
573
  }
574
- class Za {
574
+ class Ka {
575
575
  constructor(a, e) {
576
576
  pe(this, "_cardinalFrames");
577
577
  pe(this, "_totalFrameCount");
@@ -591,20 +591,20 @@ class Za {
591
591
  return this._cardinalFrames[a];
592
592
  }
593
593
  }
594
- const qa = {
594
+ const en = {
595
595
  key: 0,
596
596
  class: "fill-parent d-flex justify-center align-center blue-grey lighten-5"
597
- }, Ja = {
597
+ }, tn = {
598
598
  key: 1,
599
599
  class: "frame-container"
600
- }, Xa = {
600
+ }, an = {
601
601
  key: 0,
602
602
  class: "frame-image"
603
- }, Ka = ["srcset"], en = ["src"], tn = {
603
+ }, nn = ["srcset"], on = ["src"], ln = {
604
604
  key: 2,
605
605
  id: "image-stack",
606
606
  class: "frame-container"
607
- }, an = ["alt"], nn = ["srcset"], on = ["src"], zt = 64, it = 4, ln = 120, sn = /* @__PURE__ */ W({
607
+ }, sn = ["alt"], rn = ["srcset"], un = ["src"], zt = 64, it = 4, cn = 120, dn = /* @__PURE__ */ W({
608
608
  __name: "VApartmentChooserRotator",
609
609
  props: {
610
610
  viewModel: {},
@@ -617,7 +617,7 @@ const qa = {
617
617
  const e = s, n = a, t = w(), o = d(
618
618
  new Dt(t.length).onLoadFinished(() => n("loaded")).onLoadProgress((y) => n("progress", y)).onLoadError(() => n("error"))
619
619
  ), r = d(
620
- new Za(e.cardinalFrames, zt)
620
+ new Ka(e.cardinalFrames, zt)
621
621
  ), l = d(t), m = d(!1), p = V(() => l.value.find((y) => y.show));
622
622
  U(
623
623
  () => e.viewModel.currentScene,
@@ -642,7 +642,7 @@ const qa = {
642
642
  l.value[y.frameIndex].show = !1;
643
643
  const g = y.nextFrame();
644
644
  l.value[g.frameIndex].show = !0, g.atEnd ? S() : window.requestAnimationFrame(() => f(g));
645
- }, 1e3 / ln);
645
+ }, 1e3 / cn);
646
646
  }
647
647
  function S() {
648
648
  const y = r.value.startFrameIndexForScene(
@@ -696,14 +696,14 @@ const qa = {
696
696
  return (y, g) => {
697
697
  const B = E("v-icon");
698
698
  return v(), x("div", null, [
699
- o.value.isError ? (v(), x("div", qa, [
699
+ o.value.isError ? (v(), x("div", en, [
700
700
  b(B, { "x-large": "" }, {
701
701
  default: _(() => [
702
702
  te("mdi-alert-circle-outline")
703
703
  ]),
704
704
  _: 1
705
705
  })
706
- ])) : m.value ? (v(), x("div", tn, [
706
+ ])) : m.value ? (v(), x("div", ln, [
707
707
  (v(!0), x(me, null, _e(l.value, (O) => (v(), x("picture", {
708
708
  key: O.index,
709
709
  alt: O.index,
@@ -712,31 +712,31 @@ const qa = {
712
712
  u("source", {
713
713
  srcset: O.sourceSet,
714
714
  type: "image/jpeg"
715
- }, null, 8, nn),
715
+ }, null, 8, rn),
716
716
  u("img", {
717
717
  src: O.defaultPath,
718
718
  alt: "Building image",
719
719
  onLoad: g[2] || (g[2] = (z) => o.value.partLoaded()),
720
720
  onError: g[3] || (g[3] = (z) => o.value.errorDetected())
721
- }, null, 40, on)
722
- ], 10, an))), 128))
723
- ])) : (v(), x("div", Ja, [
724
- p.value ? (v(), x("picture", Xa, [
721
+ }, null, 40, un)
722
+ ], 10, sn))), 128))
723
+ ])) : (v(), x("div", tn, [
724
+ p.value ? (v(), x("picture", an, [
725
725
  u("source", {
726
726
  srcset: p.value.sourceSet,
727
727
  type: "image/jpeg"
728
- }, null, 8, Ka),
728
+ }, null, 8, nn),
729
729
  u("img", {
730
730
  src: p.value.defaultPath,
731
731
  onLoad: g[0] || (g[0] = (O) => m.value = !0),
732
732
  onError: g[1] || (g[1] = (O) => o.value.errorDetected())
733
- }, null, 40, en)
733
+ }, null, 40, on)
734
734
  ])) : $("", !0)
735
735
  ]))
736
736
  ]);
737
737
  };
738
738
  }
739
- }), rn = /* @__PURE__ */ ee(sn, [["__scopeId", "data-v-0c291cb9"]]), un = /* @__PURE__ */ W({
739
+ }), vn = /* @__PURE__ */ ee(dn, [["__scopeId", "data-v-0c291cb9"]]), mn = /* @__PURE__ */ W({
740
740
  __name: "VFloatingCard",
741
741
  props: {
742
742
  pos: {},
@@ -781,7 +781,7 @@ const qa = {
781
781
  }, 8, ["origin"]);
782
782
  };
783
783
  }
784
- }), nt = /* @__PURE__ */ ee(un, [["__scopeId", "data-v-7d5e6067"]]), cn = /* @__PURE__ */ W({
784
+ }), nt = /* @__PURE__ */ ee(mn, [["__scopeId", "data-v-7d5e6067"]]), pn = /* @__PURE__ */ W({
785
785
  __name: "VZoomBox",
786
786
  props: {
787
787
  desktop: { type: Boolean, default: !0 },
@@ -876,11 +876,11 @@ const qa = {
876
876
  }
877
877
  function I(M) {
878
878
  if (m.value) {
879
- const { x: Q, y: K } = A(M), { x: ie, y: se } = A(i.value), re = {
880
- x: Q - ie,
881
- y: K - se
879
+ const { x: Q, y: K } = A(M), { x: se, y: re } = A(i.value), ie = {
880
+ x: Q - se,
881
+ y: K - re
882
882
  };
883
- j(re.x), N(re.y), f.value = !0, i.value = M;
883
+ j(ie.x), N(ie.y), f.value = !0, i.value = M;
884
884
  }
885
885
  }
886
886
  function L(M) {
@@ -894,19 +894,19 @@ const qa = {
894
894
  }
895
895
  function X(M) {
896
896
  if (m.value) {
897
- const { x: Q, y: K } = A(M.touches[0]), { x: ie, y: se } = A(
897
+ const { x: Q, y: K } = A(M.touches[0]), { x: se, y: re } = A(
898
898
  i.value.touches[0]
899
- ), re = {
900
- x: Q - ie,
901
- y: K - se
899
+ ), ie = {
900
+ x: Q - se,
901
+ y: K - re
902
902
  };
903
- j(re.x), N(re.y);
903
+ j(ie.x), N(ie.y);
904
904
  } else if (p.value && M.touches.length === 2) {
905
- const { x: Q, y: K } = A(M.touches[0]), { x: ie, y: se } = A(
905
+ const { x: Q, y: K } = A(M.touches[0]), { x: se, y: re } = A(
906
906
  i.value.touches[0]
907
- ), { x: re, y: ye } = A(M.touches[1]), { x: ue, y: Me } = A(
907
+ ), { x: ie, y: ye } = A(M.touches[1]), { x: ue, y: Me } = A(
908
908
  i.value.touches[1]
909
- ), Fe = Math.hypot(ie - ue, se - Me), He = Math.hypot(Q - re, K - ye), we = (re + Q) / 2, xe = (ye + K) / 2;
909
+ ), Fe = Math.hypot(se - ue, re - Me), He = Math.hypot(Q - ie, K - ye), we = (ie + Q) / 2, xe = (ye + K) / 2;
910
910
  ve(He - Fe, we, xe);
911
911
  }
912
912
  i.value = M;
@@ -936,10 +936,10 @@ const qa = {
936
936
  );
937
937
  }
938
938
  function ve(M, Q, K) {
939
- const ie = Q !== void 0 ? Q : S.value.clientWidth / 2, se = K !== void 0 ? K : S.value.clientHeight / 2, re = S.value.clientWidth, ye = S.value.clientHeight, ue = re * c.value, Me = ye * c.value;
939
+ const se = Q !== void 0 ? Q : S.value.clientWidth / 2, re = K !== void 0 ? K : S.value.clientHeight / 2, ie = S.value.clientWidth, ye = S.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 = re * c.value, He = ye * c.value, we = Fe - ue, xe = He - Me;
942
- r.value -= ie / re * we, l.value -= se / ye * xe, j(0), N(0);
941
+ const Fe = ie * c.value, He = ye * c.value, we = Fe - ue, xe = He - Me;
942
+ r.value -= se / ie * we, l.value -= re / ye * xe, j(0), N(0);
943
943
  }
944
944
  function P() {
945
945
  t("update", {
@@ -950,7 +950,7 @@ const qa = {
950
950
  min: 100,
951
951
  max: h.value,
952
952
  resolve: (M, Q) => {
953
- const K = S.value.clientWidth, ie = S.value.clientHeight, se = r.value / -c.value, re = l.value / -c.value, ye = se + K / c.value, ue = re + ie / c.value, Me = M / K * (ye - se) + se, Fe = Q / ie * (ue - re) + re;
953
+ const K = S.value.clientWidth, se = S.value.clientHeight, re = r.value / -c.value, ie = l.value / -c.value, ye = re + K / c.value, ue = ie + se / c.value, Me = M / K * (ye - re) + re, Fe = Q / se * (ue - ie) + ie;
954
954
  return { x: Me, y: Fe };
955
955
  }
956
956
  });
@@ -969,14 +969,14 @@ const qa = {
969
969
  ], 4)
970
970
  ], 4));
971
971
  }
972
- }), ot = /* @__PURE__ */ ee(cn, [["__scopeId", "data-v-3e334a46"]]), Mt = 4;
972
+ }), ot = /* @__PURE__ */ ee(pn, [["__scopeId", "data-v-3e334a46"]]), Mt = 4;
973
973
  function qt(s) {
974
974
  return s < Mt ? s + 1 : 1;
975
975
  }
976
- function dn(s) {
976
+ function fn(s) {
977
977
  return s > 1 ? s - 1 : Mt;
978
978
  }
979
- class vn {
979
+ class hn {
980
980
  constructor(a) {
981
981
  pe(this, "_state");
982
982
  this._state = {
@@ -1006,7 +1006,7 @@ class vn {
1006
1006
  }
1007
1007
  rotateClockwise() {
1008
1008
  this.unlessRotatingDo(() => {
1009
- this.currentScene = dn(this.currentScene);
1009
+ this.currentScene = fn(this.currentScene);
1010
1010
  });
1011
1011
  }
1012
1012
  }
@@ -1025,10 +1025,10 @@ class Re {
1025
1025
  return typeof a == "string" ? a : typeof a == "object" && this._language in a && a[this._language] ? a[this._language] : "";
1026
1026
  }
1027
1027
  }
1028
- const mn = { key: 0 }, pn = { class: "interactive-viewer" }, fn = { class: "fill-parent" }, hn = { key: 0 }, gn = {
1028
+ const gn = { key: 0 }, yn = { class: "interactive-viewer" }, _n = { class: "fill-parent" }, bn = { key: 0 }, Cn = {
1029
1029
  key: 1,
1030
1030
  class: "navigation"
1031
- }, yn = { key: 2 }, _n = 4, bn = /* @__PURE__ */ W({
1031
+ }, wn = { key: 2 }, kn = 4, Sn = /* @__PURE__ */ W({
1032
1032
  __name: "VApartmentChooser",
1033
1033
  props: {
1034
1034
  i18nConfig: {},
@@ -1054,14 +1054,14 @@ const mn = { key: 0 }, pn = { class: "interactive-viewer" }, fn = { class: "fill
1054
1054
  Be,
1055
1055
  n.i18nConfig ? new Re(n.i18nConfig) : new Re()
1056
1056
  );
1057
- const o = _t({ isReady: !1, isError: !1 }), r = d(), l = d(), m = d(), p = d(), i = d({ x: 0, y: 0, width: 0, height: 0 }), f = d(), S = d(), w = d(), c = V(() => w.value.isHoverEnabled), h = V(() => n.useSvg ? Pa : Ha), k = V(() => n.selectedUnitId), y = V(() => n.nextUnitId), g = V(() => n.prevUnitId);
1057
+ const o = _t({ isReady: !1, isError: !1 }), r = d(), l = d(), m = d(), p = d(), i = d({ x: 0, y: 0, width: 0, height: 0 }), f = d(), S = d(), w = d(), c = V(() => w.value.isHoverEnabled), h = V(() => n.useSvg ? Qa : Pa), k = V(() => n.selectedUnitId), y = V(() => n.nextUnitId), g = V(() => n.prevUnitId);
1058
1058
  $e(() => {
1059
1059
  if (k.value && p.value) {
1060
1060
  const I = r.value[k.value];
1061
1061
  I && (p.value.currentScene = I);
1062
1062
  }
1063
1063
  }), Ie(async () => {
1064
- const I = n.apartmentChooserData && n.apartmentChooserData.startScene !== void 0 ? n.apartmentChooserData.startScene : _n;
1064
+ const I = n.apartmentChooserData && n.apartmentChooserData.startScene !== void 0 ? n.apartmentChooserData.startScene : kn;
1065
1065
  m.value = n.apartmentChooserData && n.apartmentChooserData.scenes !== void 0 ? n.apartmentChooserData.scenes : e, l.value = n.apartmentChooserData && n.apartmentChooserData.sceneData !== void 0 ? n.apartmentChooserData.sceneData.map((R) => ({
1066
1066
  unitId: R.apartmentID,
1067
1067
  index: R.index
@@ -1082,7 +1082,7 @@ const mn = { key: 0 }, pn = { class: "interactive-viewer" }, fn = { class: "fill
1082
1082
  return ve < P ? -1 : ve > P ? 1 : 0;
1083
1083
  }), R;
1084
1084
  }, J = (R) => {
1085
- p.value = new vn(R);
1085
+ p.value = new hn(R);
1086
1086
  };
1087
1087
  t("initialized", {
1088
1088
  scene: I,
@@ -1104,15 +1104,15 @@ const mn = { key: 0 }, pn = { class: "interactive-viewer" }, fn = { class: "fill
1104
1104
  }
1105
1105
  return (I, L) => {
1106
1106
  const J = E("v-progress-linear");
1107
- return p.value ? (v(), x("div", mn, [
1108
- u("div", pn, [
1109
- u("div", fn, [
1107
+ return p.value ? (v(), x("div", gn, [
1108
+ u("div", yn, [
1109
+ u("div", _n, [
1110
1110
  b(ot, {
1111
1111
  desktop: o.isReady && I.interactiveDesktop,
1112
1112
  mobile: o.isReady && I.interactiveMobile
1113
1113
  }, {
1114
1114
  default: _(() => [
1115
- b(rn, {
1115
+ b(vn, {
1116
1116
  "cdn-file-resolver": I.cdnFileResolver,
1117
1117
  "view-model": p.value,
1118
1118
  "cardinal-frames": m.value,
@@ -1121,7 +1121,7 @@ const mn = { key: 0 }, pn = { class: "interactive-viewer" }, fn = { class: "fill
1121
1121
  onLoaded: L[1] || (L[1] = (R) => o.isReady = !0),
1122
1122
  onError: L[2] || (L[2] = (R) => o.isError = !0)
1123
1123
  }, null, 8, ["cdn-file-resolver", "view-model", "cardinal-frames", "build"]),
1124
- o.isReady ? (v(), x("div", hn, [
1124
+ o.isReady ? (v(), x("div", bn, [
1125
1125
  (v(), T(Qt(h.value), {
1126
1126
  "cdn-file-resolver": n.cdnFileResolver,
1127
1127
  "view-model": p.value,
@@ -1163,8 +1163,8 @@ const mn = { key: 0 }, pn = { class: "interactive-viewer" }, fn = { class: "fill
1163
1163
  ]),
1164
1164
  _: 3
1165
1165
  }, 8, ["is-hoverable", "pos", "onOutside"])) : $("", !0),
1166
- o.isReady ? (v(), x("div", gn, [
1167
- b(Qa, {
1166
+ o.isReady ? (v(), x("div", Cn, [
1167
+ b(Xa, {
1168
1168
  "can-go-to-unit-callback": n.canGoToUnitCallback,
1169
1169
  "unit-renderer": n.unitRenderer,
1170
1170
  "selected-unit-id": k.value,
@@ -1175,7 +1175,7 @@ const mn = { key: 0 }, pn = { class: "interactive-viewer" }, fn = { class: "fill
1175
1175
  onPrevUnit: L[6] || (L[6] = (R) => t("navUnit", g.value)),
1176
1176
  onNextUnit: L[7] || (L[7] = (R) => t("navUnit", y.value))
1177
1177
  }, null, 8, ["can-go-to-unit-callback", "unit-renderer", "selected-unit-id", "prev-unit-id", "next-unit-id", "view-model"])
1178
- ])) : o.isError ? $("", !0) : (v(), x("div", yn, [
1178
+ ])) : o.isError ? $("", !0) : (v(), x("div", wn, [
1179
1179
  b(J, {
1180
1180
  indeterminate: !o.progress,
1181
1181
  modelValue: o.progress,
@@ -1191,7 +1191,7 @@ const mn = { key: 0 }, pn = { class: "interactive-viewer" }, fn = { class: "fill
1191
1191
  ])) : $("", !0);
1192
1192
  };
1193
1193
  }
1194
- }), Cn = /* @__PURE__ */ ee(bn, [["__scopeId", "data-v-34e2e7a2"]]), wn = ["src"], kn = /* @__PURE__ */ W({
1194
+ }), In = /* @__PURE__ */ ee(Sn, [["__scopeId", "data-v-34e2e7a2"]]), xn = ["src"], Dn = /* @__PURE__ */ W({
1195
1195
  __name: "VApartmentChooserV5CameraDayTimeSample",
1196
1196
  props: {
1197
1197
  timeSampleData: {},
@@ -1204,11 +1204,11 @@ const mn = { key: 0 }, pn = { class: "interactive-viewer" }, fn = { class: "fill
1204
1204
  key: e.value,
1205
1205
  src: e.value,
1206
1206
  width: "100%"
1207
- }, null, 8, wn)), [
1207
+ }, null, 8, xn)), [
1208
1208
  [ke, n.timeSampleData === n.currentTime]
1209
1209
  ]);
1210
1210
  }
1211
- }), Sn = /* @__PURE__ */ ee(kn, [["__scopeId", "data-v-dbbdc1e0"]]), In = /* @__PURE__ */ W({
1211
+ }), An = /* @__PURE__ */ ee(Dn, [["__scopeId", "data-v-dbbdc1e0"]]), Fn = /* @__PURE__ */ W({
1212
1212
  __name: "VApartmentChooserV5CameraDay",
1213
1213
  props: {
1214
1214
  dayData: {},
@@ -1217,13 +1217,13 @@ const mn = { key: 0 }, pn = { class: "interactive-viewer" }, fn = { class: "fill
1217
1217
  },
1218
1218
  setup(s) {
1219
1219
  const a = s;
1220
- return (e, n) => (v(!0), x(me, null, _e(a.dayData.timeSamples, (t) => (v(), T(Sn, {
1220
+ return (e, n) => (v(!0), x(me, null, _e(a.dayData.timeSamples, (t) => (v(), T(An, {
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
- }), xn = /* @__PURE__ */ W({
1226
+ }), Ln = /* @__PURE__ */ W({
1227
1227
  __name: "VApartmentChooserV5Camera",
1228
1228
  props: {
1229
1229
  cameraData: {},
@@ -1232,13 +1232,13 @@ const mn = { key: 0 }, pn = { class: "interactive-viewer" }, fn = { class: "fill
1232
1232
  },
1233
1233
  setup(s) {
1234
1234
  const a = s;
1235
- return (e, n) => (v(!0), x(me, null, _e(a.cameraData.sunsimDayOfYear, (t) => (v(), T(In, {
1235
+ return (e, n) => (v(!0), x(me, null, _e(a.cameraData.sunsimDayOfYear, (t) => (v(), T(Fn, {
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
- }), Dn = ["src"], An = /* @__PURE__ */ W({
1241
+ }), Mn = ["src"], On = /* @__PURE__ */ W({
1242
1242
  __name: "VApartmentChooserV5Transition",
1243
1243
  props: {
1244
1244
  transitionData: {},
@@ -1252,12 +1252,12 @@ const mn = { key: 0 }, pn = { class: "interactive-viewer" }, fn = { class: "fill
1252
1252
  key: n.value,
1253
1253
  src: n.value,
1254
1254
  class: "position-absolute top-left w-100 h-100"
1255
- }, null, 8, Dn)), [
1255
+ }, null, 8, Mn)), [
1256
1256
  [ke, t.transitionData === t.currentTransition]
1257
1257
  ]);
1258
1258
  }
1259
- }), Fn = /* @__PURE__ */ ee(An, [["__scopeId", "data-v-ecb88391"]]);
1260
- function Ln(s) {
1259
+ }), En = /* @__PURE__ */ ee(On, [["__scopeId", "data-v-ecb88391"]]);
1260
+ function Tn(s) {
1261
1261
  if (!s)
1262
1262
  return !1;
1263
1263
  const a = [
@@ -1281,7 +1281,7 @@ function Ot(s) {
1281
1281
  function At(s) {
1282
1282
  return "filename" in s;
1283
1283
  }
1284
- const Mn = /* @__PURE__ */ W({
1284
+ const Vn = /* @__PURE__ */ W({
1285
1285
  __name: "VApartmentChooserV5UiCamera",
1286
1286
  props: {
1287
1287
  apartmentChooserData: {},
@@ -1324,7 +1324,7 @@ const Mn = /* @__PURE__ */ W({
1324
1324
  }, null, 8, ["modelValue", "items", "disabled"]);
1325
1325
  };
1326
1326
  }
1327
- }), On = /* @__PURE__ */ W({
1327
+ }), $n = /* @__PURE__ */ W({
1328
1328
  __name: "VApartmentChooserV5UiDay",
1329
1329
  props: {
1330
1330
  cameraData: {},
@@ -1379,10 +1379,10 @@ const Mn = /* @__PURE__ */ W({
1379
1379
  }, 8, ["modelValue", "items", "disabled"]);
1380
1380
  };
1381
1381
  }
1382
- }), En = {
1382
+ }), Bn = {
1383
1383
  key: 0,
1384
1384
  class: "py-2"
1385
- }, Tn = { class: "small" }, Vn = { class: "small" }, $n = /* @__PURE__ */ W({
1385
+ }, Rn = { class: "small" }, Un = { class: "small" }, Hn = /* @__PURE__ */ W({
1386
1386
  __name: "VApartmentChooserV5UiTimeSample",
1387
1387
  props: {
1388
1388
  dayData: {},
@@ -1423,7 +1423,7 @@ const Mn = /* @__PURE__ */ W({
1423
1423
  const i = E("v-icon"), f = E("v-btn"), S = E("v-slider"), w = E("v-field");
1424
1424
  return v(), T(w, { variant: "solo" }, {
1425
1425
  default: _(() => [
1426
- m.dayData.startTime === m.dayData.endTime ? (v(), x("div", En, [
1426
+ m.dayData.startTime === m.dayData.endTime ? (v(), x("div", Bn, [
1427
1427
  b(i, {
1428
1428
  style: { color: "#ffab02", "vertical-align": "baseline", "font-size": "20px" },
1429
1429
  class: "py-2 ml-2 mr-2 icon"
@@ -1453,10 +1453,10 @@ const Mn = /* @__PURE__ */ W({
1453
1453
  onClick: l
1454
1454
  }, null, 8, ["icon"]),
1455
1455
  te("   "),
1456
- u("span", Tn, Z(r(m.dayData.startTime)), 1)
1456
+ u("span", Rn, Z(r(m.dayData.startTime)), 1)
1457
1457
  ]),
1458
1458
  append: _(() => [
1459
- u("span", Vn, Z(r(m.dayData.endTime)), 1),
1459
+ u("span", Un, Z(r(m.dayData.endTime)), 1),
1460
1460
  te("   "),
1461
1461
  b(i, {
1462
1462
  style: { color: "#ffab02", "vertical-align": "baseline", "font-size": "20px" },
@@ -1476,7 +1476,7 @@ const Mn = /* @__PURE__ */ W({
1476
1476
  });
1477
1477
  };
1478
1478
  }
1479
- }), Bn = /* @__PURE__ */ ee($n, [["__scopeId", "data-v-f2649c45"]]), Rn = /* @__PURE__ */ W({
1479
+ }), Yn = /* @__PURE__ */ ee(Hn, [["__scopeId", "data-v-f2649c45"]]), zn = /* @__PURE__ */ W({
1480
1480
  __name: "VApartmentChooserV5UiRotator",
1481
1481
  props: {
1482
1482
  apartmentChooserData: {},
@@ -1571,7 +1571,7 @@ const Mn = /* @__PURE__ */ W({
1571
1571
  ], 64);
1572
1572
  };
1573
1573
  }
1574
- }), Un = ["innerHTML"], Hn = /* @__PURE__ */ W({
1574
+ }), jn = ["innerHTML"], Pn = /* @__PURE__ */ W({
1575
1575
  __name: "VApartmentChooserV5Overlay",
1576
1576
  props: {
1577
1577
  cdnFileResolver: { type: [String, Function] },
@@ -1665,12 +1665,12 @@ const Mn = /* @__PURE__ */ W({
1665
1665
  class: "w-100 h-100 position-absolute top-left",
1666
1666
  style: { "z-index": "5" },
1667
1667
  innerHTML: t.value
1668
- }, null, 8, Un))
1668
+ }, null, 8, jn))
1669
1669
  ]),
1670
1670
  _: 1
1671
1671
  }));
1672
1672
  }
1673
- }), Yn = /* @__PURE__ */ ee(Hn, [["__scopeId", "data-v-09ccd2d0"]]), zn = "data:image/png;base64,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", lt = /* @__PURE__ */ W({
1673
+ }), Wn = /* @__PURE__ */ ee(Pn, [["__scopeId", "data-v-09ccd2d0"]]), Nn = "data:image/png;base64,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", lt = /* @__PURE__ */ W({
1674
1674
  __name: "VNorthDirection",
1675
1675
  props: {
1676
1676
  longitude: {}
@@ -1683,7 +1683,7 @@ const Mn = /* @__PURE__ */ W({
1683
1683
  return (n, t) => {
1684
1684
  const o = E("v-img");
1685
1685
  return v(), T(o, {
1686
- src: D(zn),
1686
+ src: D(Nn),
1687
1687
  style: de(e.value)
1688
1688
  }, null, 8, ["src", "style"]);
1689
1689
  };
@@ -1708,7 +1708,7 @@ class et {
1708
1708
  return t;
1709
1709
  }
1710
1710
  }
1711
- const jn = 180;
1711
+ const Gn = 180;
1712
1712
  class Jt {
1713
1713
  constructor(a) {
1714
1714
  pe(this, "_cdnFileResolver");
@@ -1734,7 +1734,7 @@ class Jt {
1734
1734
  }
1735
1735
  getBackgroundImageData(a) {
1736
1736
  return "days" in a ? this.processMultipleDays(a.days) : [this.processTimeSamples(
1737
- jn,
1737
+ Gn,
1738
1738
  a.timeSamples
1739
1739
  )];
1740
1740
  }
@@ -1796,7 +1796,7 @@ class tt {
1796
1796
  }
1797
1797
  }
1798
1798
  }
1799
- const Pn = /* @__PURE__ */ new Date(0);
1799
+ const Qn = /* @__PURE__ */ new Date(0);
1800
1800
  class wt {
1801
1801
  constructor(a) {
1802
1802
  pe(this, "_imagesByDay");
@@ -1804,7 +1804,7 @@ class wt {
1804
1804
  this._imagesByDay = a, this._state = { selectedIndex: 0 };
1805
1805
  }
1806
1806
  static empty() {
1807
- return new wt([{ referenceDate: Pn, urls: [] }]);
1807
+ return new wt([{ referenceDate: Qn, urls: [] }]);
1808
1808
  }
1809
1809
  selectIndex(a) {
1810
1810
  a < this._imagesByDay.length && (this._state.selectedIndex = a);
@@ -1828,7 +1828,7 @@ class wt {
1828
1828
  function ut(s) {
1829
1829
  return ("0" + s).slice(-2);
1830
1830
  }
1831
- function Wn() {
1831
+ function Zn() {
1832
1832
  const s = /* @__PURE__ */ new Date();
1833
1833
  return [
1834
1834
  s.getFullYear().toString(),
@@ -1840,22 +1840,22 @@ function Wn() {
1840
1840
  ut(s.getSeconds())
1841
1841
  ].join("");
1842
1842
  }
1843
- function Nn() {
1844
- return "Visuado-Snapshot-" + Wn();
1843
+ function qn() {
1844
+ return "Visuado-Snapshot-" + Zn();
1845
1845
  }
1846
- class Gn {
1846
+ class Jn {
1847
1847
  // private cameraParams: any
1848
1848
  constructor(a, e) {
1849
1849
  pe(this, "data");
1850
1850
  this.data = a;
1851
1851
  }
1852
1852
  download(a = null) {
1853
- a = a || Nn();
1853
+ a = a || qn();
1854
1854
  const e = document.createElement("a");
1855
1855
  typeof e.download == "string" ? (document.body.appendChild(e), e.download = a, e.href = this.data, e.click(), document.body.removeChild(e)) : location.replace(this.data);
1856
1856
  }
1857
1857
  }
1858
- function Qn(s) {
1858
+ function Xn(s) {
1859
1859
  const a = s.sceneData.map(
1860
1860
  (l) => ({
1861
1861
  unitId: l.apartmentID,
@@ -1913,16 +1913,16 @@ function Qn(s) {
1913
1913
  cameras: o
1914
1914
  };
1915
1915
  }
1916
- const Zn = {
1916
+ const Kn = {
1917
1917
  class: "actions-bar compact top-left d-flex w-100 justify-center align-center",
1918
1918
  style: { "z-index": "7" }
1919
- }, qn = { class: "pa-1" }, Jn = { class: "pa-1" }, Xn = { class: "pa-1" }, Kn = {
1919
+ }, eo = { class: "pa-1" }, to = { class: "pa-1" }, ao = { class: "pa-1" }, no = {
1920
1920
  class: "hover-bar bottom-right d-flex w-100 justify-center align-center pa-2",
1921
1921
  style: { "z-index": "7" }
1922
- }, eo = {
1922
+ }, oo = {
1923
1923
  class: "position-absolute bottom-right-compact pa-2",
1924
1924
  style: { "z-index": "7", width: "56px", height: "56px" }
1925
- }, to = ["innerHTML"], ao = { style: { "z-index": "7" } }, no = /* @__PURE__ */ W({
1925
+ }, lo = ["innerHTML"], so = { style: { "z-index": "7" } }, ro = /* @__PURE__ */ W({
1926
1926
  __name: "VApartmentChooserV5",
1927
1927
  props: {
1928
1928
  apartmentChooserData: {},
@@ -1965,7 +1965,7 @@ const Zn = {
1965
1965
  let P, M;
1966
1966
  return M = await Le.loadJson(
1967
1967
  ce(e.cdnFileResolver, "/apartmentChooser.json")
1968
- ), parseInt(M.version) === 5 ? M : (P = Qn(M), P);
1968
+ ), parseInt(M.version) === 5 ? M : (P = Xn(M), P);
1969
1969
  } catch (P) {
1970
1970
  i.value = !1, n("onError", P);
1971
1971
  }
@@ -2058,20 +2058,20 @@ const Zn = {
2058
2058
  }
2059
2059
  function ve(P) {
2060
2060
  const { layerX: M, layerY: Q } = P;
2061
- let K = P.target, ie = !1;
2061
+ let K = P.target, se = !1;
2062
2062
  for (; K; )
2063
2063
  if (K === k.value) {
2064
- ie = !0;
2064
+ se = !0;
2065
2065
  break;
2066
2066
  } else
2067
2067
  K = K.parentElement;
2068
- if (ie) {
2069
- const se = P.currentTarget;
2068
+ if (se) {
2069
+ const re = P.currentTarget;
2070
2070
  h.value = {
2071
2071
  x: M,
2072
2072
  y: Q,
2073
- width: se.clientWidth,
2074
- height: se.clientHeight
2073
+ width: re.clientWidth,
2074
+ height: re.clientHeight
2075
2075
  };
2076
2076
  } else
2077
2077
  h.value = void 0;
@@ -2094,9 +2094,9 @@ const Zn = {
2094
2094
  class: fe({ mobile: B.value }),
2095
2095
  onMousemove: ve
2096
2096
  }, [
2097
- u("div", Zn, [
2098
- u("div", qn, [
2099
- g.value.cameras.length > 1 ? (v(), T(Mn, {
2097
+ u("div", Kn, [
2098
+ u("div", eo, [
2099
+ g.value.cameras.length > 1 ? (v(), T(Vn, {
2100
2100
  key: 0,
2101
2101
  "apartment-chooser-data": g.value,
2102
2102
  "current-camera": t.value,
@@ -2104,8 +2104,8 @@ const Zn = {
2104
2104
  onOnCameraChange: L
2105
2105
  }, null, 8, ["apartment-chooser-data", "current-camera", "disabled"])) : $("", !0)
2106
2106
  ]),
2107
- u("div", Jn, [
2108
- t.value.sunsimDayOfYear.length > 1 ? (v(), T(On, {
2107
+ u("div", to, [
2108
+ t.value.sunsimDayOfYear.length > 1 ? (v(), T($n, {
2109
2109
  key: 0,
2110
2110
  "camera-data": t.value,
2111
2111
  "current-day": o.value,
@@ -2113,8 +2113,8 @@ const Zn = {
2113
2113
  onOnDayChange: X
2114
2114
  }, null, 8, ["camera-data", "current-day", "disabled"])) : $("", !0)
2115
2115
  ]),
2116
- u("div", Xn, [
2117
- o.value.timeSamples.length > 1 ? (v(), T(Bn, {
2116
+ u("div", ao, [
2117
+ o.value.timeSamples.length > 1 ? (v(), T(Yn, {
2118
2118
  key: 0,
2119
2119
  "day-data": o.value,
2120
2120
  "current-time": r.value,
@@ -2123,8 +2123,8 @@ const Zn = {
2123
2123
  }, null, 8, ["day-data", "current-time", "disabled"])) : $("", !0)
2124
2124
  ])
2125
2125
  ]),
2126
- u("div", Kn, [
2127
- g.value.cameras.length > 1 ? (v(), T(Rn, {
2126
+ u("div", no, [
2127
+ g.value.cameras.length > 1 ? (v(), T(zn, {
2128
2128
  key: 0,
2129
2129
  ref_key: "rotator",
2130
2130
  ref: S,
@@ -2138,7 +2138,7 @@ const Zn = {
2138
2138
  onOnRotateFinish: M[1] || (M[1] = (K) => f.value = !1)
2139
2139
  }, null, 8, ["apartment-chooser-data", "current-scene", "selected-id", "render-display"])) : $("", !0)
2140
2140
  ]),
2141
- u("div", eo, [
2141
+ u("div", oo, [
2142
2142
  t.value.cameraRotation ? (v(), T(lt, {
2143
2143
  key: 0,
2144
2144
  longitude: t.value.cameraRotation.y + 270
@@ -2146,13 +2146,13 @@ const Zn = {
2146
2146
  ]),
2147
2147
  b(ot, { position: "relative" }, {
2148
2148
  default: _(() => [
2149
- (v(!0), x(me, null, _e(O.value, (K) => (v(), T(xn, {
2149
+ (v(!0), x(me, null, _e(O.value, (K) => (v(), T(Ln, {
2150
2150
  key: K.overlayFilename,
2151
2151
  "camera-data": K,
2152
2152
  "cdn-file-resolver": e.cdnFileResolver,
2153
2153
  "current-time": r.value
2154
2154
  }, null, 8, ["camera-data", "cdn-file-resolver", "current-time"]))), 128)),
2155
- (v(!0), x(me, null, _e(z.value, (K) => (v(), T(Fn, {
2155
+ (v(!0), x(me, null, _e(z.value, (K) => (v(), T(En, {
2156
2156
  "transition-data": K,
2157
2157
  "cdn-file-resolver": e.cdnFileResolver,
2158
2158
  "current-transition": l.value
@@ -2162,8 +2162,8 @@ const Zn = {
2162
2162
  class: "w-100 h-100 position-absolute top-left",
2163
2163
  style: { "z-index": "6", "pointer-events": "none" },
2164
2164
  innerHTML: e.customOverlayContent
2165
- }, null, 8, to)) : $("", !0),
2166
- Ce(b(Yn, {
2165
+ }, null, 8, lo)) : $("", !0),
2166
+ Ce(b(Wn, {
2167
2167
  "cdn-file-resolver": P.cdnFileResolver,
2168
2168
  "color-callback": e.colorCallback,
2169
2169
  "current-camera": t.value,
@@ -2184,7 +2184,7 @@ const Zn = {
2184
2184
  pos: h.value
2185
2185
  }, {
2186
2186
  default: _(() => [
2187
- u("div", ao, [
2187
+ u("div", so, [
2188
2188
  oe(P.$slots, "popup", ct(dt({ hoverId: p.value, hoverable: c.value })), void 0, !0)
2189
2189
  ])
2190
2190
  ]),
@@ -2204,10 +2204,10 @@ const Zn = {
2204
2204
  ], 64);
2205
2205
  };
2206
2206
  }
2207
- }), lu = /* @__PURE__ */ ee(no, [["__scopeId", "data-v-0310f66a"]]), oo = { class: "sunsim-bar-wrapper" }, lo = { class: "sunsim-date d-flex align-center pl-5 pr-5" }, so = {
2207
+ }), uu = /* @__PURE__ */ ee(ro, [["__scopeId", "data-v-0310f66a"]]), io = { class: "sunsim-bar-wrapper" }, uo = { class: "sunsim-date d-flex align-center pl-5 pr-5" }, co = {
2208
2208
  key: 1,
2209
2209
  class: "text-center text-body-1"
2210
- }, ro = { class: "sunsim-wrapper d-flex align-center px-3" }, io = { class: "sunsim-time-label text-body-1 font-weight-normal ml-2" }, uo = /* @__PURE__ */ W({
2210
+ }, vo = { class: "sunsim-wrapper d-flex align-center px-3" }, mo = { class: "sunsim-time-label text-body-1 font-weight-normal ml-2" }, po = /* @__PURE__ */ W({
2211
2211
  __name: "VBuildingChooserSunSimControl",
2212
2212
  props: {
2213
2213
  modelValue: {},
@@ -2247,8 +2247,8 @@ const Zn = {
2247
2247
  o.value = r(e.dateSelector.selectedDate);
2248
2248
  }), (i, f) => {
2249
2249
  const S = E("v-icon"), w = E("v-select"), c = E("v-progress-linear"), h = E("v-slider");
2250
- return v(), x("div", oo, [
2251
- u("div", lo, [
2250
+ return v(), x("div", io, [
2251
+ u("div", uo, [
2252
2252
  b(S, {
2253
2253
  color: "black",
2254
2254
  class: "mr-2",
@@ -2263,10 +2263,10 @@ const Zn = {
2263
2263
  variant: "underlined",
2264
2264
  "hide-details": "",
2265
2265
  class: "day-selector"
2266
- }, null, 8, ["modelValue", "items"])) : (v(), x("span", so, Z(p.value), 1))
2266
+ }, null, 8, ["modelValue", "items"])) : (v(), x("span", co, Z(p.value), 1))
2267
2267
  ]),
2268
- u("div", ro, [
2269
- u("span", io, Z(l.value), 1),
2268
+ u("div", vo, [
2269
+ u("span", mo, Z(l.value), 1),
2270
2270
  b(S, {
2271
2271
  medium: "",
2272
2272
  class: "ml-2 mr-2 icon"
@@ -2303,7 +2303,7 @@ const Zn = {
2303
2303
  ]);
2304
2304
  };
2305
2305
  }
2306
- }), Xt = /* @__PURE__ */ ee(uo, [["__scopeId", "data-v-d5a3d3f8"]]), co = { key: 0 }, vo = ["src"], mo = /* @__PURE__ */ W({
2306
+ }), Xt = /* @__PURE__ */ ee(po, [["__scopeId", "data-v-d5a3d3f8"]]), fo = { key: 0 }, ho = ["src"], go = /* @__PURE__ */ W({
2307
2307
  __name: "VBuildingChooserSceneImageStack",
2308
2308
  props: {
2309
2309
  imageUrls: {},
@@ -2343,23 +2343,23 @@ const Zn = {
2343
2343
  style: { opacity: 1, borderRadius: 50 },
2344
2344
  onLoad: l
2345
2345
  }, null, 544),
2346
- t.value === "preloaded" || t.value === "loaded" ? Ce((v(), x("div", co, [
2346
+ t.value === "preloaded" || t.value === "loaded" ? Ce((v(), x("div", fo, [
2347
2347
  (v(!0), x(me, null, _e(p.imageUrls, (f, S) => (v(), x("img", {
2348
2348
  key: S,
2349
2349
  class: fe({ "image-instance": !0, active: S === p.activeIndex }),
2350
2350
  src: f,
2351
2351
  onLoad: i[0] || (i[0] = (w) => o.value.partLoaded())
2352
- }, null, 42, vo))), 128))
2352
+ }, null, 42, ho))), 128))
2353
2353
  ], 512)), [
2354
2354
  [ke, t.value === "loaded"]
2355
2355
  ]) : $("", !0)
2356
2356
  ]));
2357
2357
  }
2358
- }), Kt = /* @__PURE__ */ ee(mo, [["__scopeId", "data-v-8d357c5f"]]), po = {
2358
+ }), Kt = /* @__PURE__ */ ee(go, [["__scopeId", "data-v-8d357c5f"]]), yo = {
2359
2359
  key: 0,
2360
2360
  style: { height: "50vh" },
2361
2361
  class: "d-flex justify-center align-center blue-grey lighten-5"
2362
- }, fo = { class: "image-instances" }, ho = { key: 0 }, go = { class: "svg-container" }, yo = ["viewBox"], _o = ["innerHTML", "data-building-id", "onMouseover", "onMouseout", "onMousemove", "onClick"], bo = ["innerHTML"], Co = /* @__PURE__ */ W({
2362
+ }, _o = { class: "image-instances" }, bo = { key: 0 }, Co = { class: "svg-container" }, wo = ["viewBox"], ko = ["innerHTML", "data-building-id", "onMouseover", "onMouseout", "onMousemove", "onClick"], So = ["innerHTML"], Io = /* @__PURE__ */ W({
2363
2363
  __name: "VBuildingChooserSvg",
2364
2364
  props: {
2365
2365
  showCards: { type: Boolean, default: !0 },
@@ -2492,7 +2492,7 @@ const Zn = {
2492
2492
  }
2493
2493
  return (C, A) => {
2494
2494
  const j = E("v-icon");
2495
- return p.value ? (v(), x("div", po, [
2495
+ return p.value ? (v(), x("div", yo, [
2496
2496
  b(j, { "x-large": "" }, {
2497
2497
  default: _(() => [
2498
2498
  te("mdi-alert-circle-outline")
@@ -2509,7 +2509,7 @@ const Zn = {
2509
2509
  mobile: C.interactiveMobile
2510
2510
  }, {
2511
2511
  default: _(() => [
2512
- u("div", fo, [
2512
+ u("div", _o, [
2513
2513
  b(Kt, {
2514
2514
  "image-urls": w.value.imageUrls,
2515
2515
  "active-index": m.value,
@@ -2518,8 +2518,8 @@ const Zn = {
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 ? Ce((v(), x("div", ho, [
2522
- u("div", go, [
2521
+ f.value ? Ce((v(), x("div", bo, [
2522
+ u("div", Co, [
2523
2523
  (v(), x("svg", { viewBox: S.value }, [
2524
2524
  (v(!0), x(me, null, _e(f.value, ({ id: N, svg: ve }, P) => (v(), x("g", {
2525
2525
  key: P,
@@ -2531,8 +2531,8 @@ const Zn = {
2531
2531
  onMouseout: (M) => J(M, N),
2532
2532
  onMousemove: (M) => R(M),
2533
2533
  onClick: (M) => X(N)
2534
- }, null, 46, _o))), 128))
2535
- ], 8, yo))
2534
+ }, null, 46, ko))), 128))
2535
+ ], 8, wo))
2536
2536
  ])
2537
2537
  ], 512)), [
2538
2538
  [ke, t.value.preloaded]
@@ -2540,7 +2540,7 @@ const Zn = {
2540
2540
  Ce(u("div", {
2541
2541
  class: "custom-overlay-layer",
2542
2542
  innerHTML: C.customOverlayContent
2543
- }, null, 8, bo), [
2543
+ }, null, 8, So), [
2544
2544
  [ke, t.value.preloaded]
2545
2545
  ])
2546
2546
  ])
@@ -2587,7 +2587,7 @@ const Zn = {
2587
2587
  ], 4)) : $("", !0);
2588
2588
  };
2589
2589
  }
2590
- }), wo = /* @__PURE__ */ ee(Co, [["__scopeId", "data-v-9be2e160"]]), ko = /* @__PURE__ */ W({
2590
+ }), xo = /* @__PURE__ */ ee(Io, [["__scopeId", "data-v-9be2e160"]]), Do = /* @__PURE__ */ W({
2591
2591
  __name: "VBuildingChooserRasterOverlay",
2592
2592
  props: {
2593
2593
  imageUrl: {},
@@ -2635,11 +2635,11 @@ const Zn = {
2635
2635
  class: "overlay"
2636
2636
  }, w.dimensions), null, 16));
2637
2637
  }
2638
- }), So = /* @__PURE__ */ ee(ko, [["__scopeId", "data-v-9e4cdd0e"]]), Io = {
2638
+ }), Ao = /* @__PURE__ */ ee(Do, [["__scopeId", "data-v-9e4cdd0e"]]), Fo = {
2639
2639
  key: 0,
2640
2640
  style: { height: "50vh" },
2641
2641
  class: "d-flex justify-center align-center blue-grey lighten-5"
2642
- }, xo = { class: "image-instances" }, Do = ["innerHTML"], Ao = /* @__PURE__ */ W({
2642
+ }, Lo = { class: "image-instances" }, Mo = ["innerHTML"], Oo = /* @__PURE__ */ W({
2643
2643
  __name: "VBuildingChooserRaster",
2644
2644
  props: {
2645
2645
  showCards: { type: Boolean, default: !0 },
@@ -2736,7 +2736,7 @@ const Zn = {
2736
2736
  }
2737
2737
  return (C, A) => {
2738
2738
  const j = E("v-icon");
2739
- return c.value ? (v(), x("div", Io, [
2739
+ return c.value ? (v(), x("div", Fo, [
2740
2740
  b(j, { "x-large": "" }, {
2741
2741
  default: _(() => [
2742
2742
  te("mdi-alert-circle-outline")
@@ -2754,7 +2754,7 @@ const Zn = {
2754
2754
  onUpdate: X
2755
2755
  }, {
2756
2756
  default: _(() => [
2757
- u("div", xo, [
2757
+ u("div", Lo, [
2758
2758
  b(Kt, {
2759
2759
  "image-urls": t.value.imageUrls,
2760
2760
  "active-index": S.value,
@@ -2764,7 +2764,7 @@ const Zn = {
2764
2764
  onReset: O
2765
2765
  }, null, 8, ["image-urls", "active-index"]),
2766
2766
  Ce(u("div", null, [
2767
- (v(!0), x(me, null, _e(m.value.buildingOverlays, (N) => (v(), T(So, {
2767
+ (v(!0), x(me, null, _e(m.value.buildingOverlays, (N) => (v(), T(Ao, {
2768
2768
  ref_for: !0,
2769
2769
  ref_key: "overlays",
2770
2770
  ref: y,
@@ -2787,7 +2787,7 @@ const Zn = {
2787
2787
  Ce(u("div", {
2788
2788
  class: "custom-overlay-layer",
2789
2789
  innerHTML: C.customOverlayContent
2790
- }, null, 8, Do), [
2790
+ }, null, 8, Mo), [
2791
2791
  [ke, o.value.preloaded]
2792
2792
  ])
2793
2793
  ]),
@@ -2833,7 +2833,7 @@ const Zn = {
2833
2833
  ], 4)) : $("", !0);
2834
2834
  };
2835
2835
  }
2836
- }), Fo = /* @__PURE__ */ ee(Ao, [["__scopeId", "data-v-5402374e"]]), Lo = /* @__PURE__ */ W({
2836
+ }), Eo = /* @__PURE__ */ ee(Oo, [["__scopeId", "data-v-5402374e"]]), To = /* @__PURE__ */ W({
2837
2837
  __name: "VBuildingChooser",
2838
2838
  props: {
2839
2839
  showCards: { type: Boolean, default: !0 },
@@ -2851,7 +2851,7 @@ const Zn = {
2851
2851
  emits: ["goToBuilding", "hoverOverBuilding", "hoverOutBuilding"],
2852
2852
  setup(s, { emit: a }) {
2853
2853
  const e = s, n = a, t = V(
2854
- () => e.useSvg ? wo : Fo
2854
+ () => e.useSvg ? xo : Eo
2855
2855
  );
2856
2856
  return (o, r) => (v(), T(Qt(t.value), {
2857
2857
  "i18n-config": e.i18nConfig,
@@ -2867,7 +2867,7 @@ const Zn = {
2867
2867
  onGoToBuilding: r[0] || (r[0] = (l) => n("goToBuilding", l)),
2868
2868
  onHoverOverBuilding: r[1] || (r[1] = (l) => n("hoverOverBuilding", l)),
2869
2869
  onHoverOutBuilding: r[2] || (r[2] = (l) => n("hoverOutBuilding", l))
2870
- }, Ma({ _: 2 }, [
2870
+ }, Va({ _: 2 }, [
2871
2871
  _e(Object.keys(o.$slots), (l) => ({
2872
2872
  name: l,
2873
2873
  fn: _((m) => [
@@ -2876,7 +2876,7 @@ const Zn = {
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
- }), Mo = ["src"], Oo = /* @__PURE__ */ W({
2879
+ }), Vo = ["src"], $o = /* @__PURE__ */ W({
2880
2880
  __name: "VBuildingChooserV5CameraDayTimeSample",
2881
2881
  props: {
2882
2882
  timeSampleData: {},
@@ -2889,11 +2889,11 @@ const Zn = {
2889
2889
  key: e.value,
2890
2890
  src: e.value,
2891
2891
  width: "100%"
2892
- }, null, 8, Mo)), [
2892
+ }, null, 8, Vo)), [
2893
2893
  [ke, n.timeSampleData === n.currentTime]
2894
2894
  ]);
2895
2895
  }
2896
- }), Eo = /* @__PURE__ */ ee(Oo, [["__scopeId", "data-v-9866b8c2"]]), To = /* @__PURE__ */ W({
2896
+ }), Bo = /* @__PURE__ */ ee($o, [["__scopeId", "data-v-9866b8c2"]]), Ro = /* @__PURE__ */ W({
2897
2897
  __name: "VBuildingChooserV5CameraDay",
2898
2898
  props: {
2899
2899
  dayData: {},
@@ -2902,13 +2902,13 @@ const Zn = {
2902
2902
  },
2903
2903
  setup(s) {
2904
2904
  const a = s;
2905
- return (e, n) => (v(!0), x(me, null, _e(a.dayData.timeSamples, (t) => (v(), T(Eo, {
2905
+ return (e, n) => (v(!0), x(me, null, _e(a.dayData.timeSamples, (t) => (v(), T(Bo, {
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
- }), Vo = /* @__PURE__ */ W({
2911
+ }), Uo = /* @__PURE__ */ W({
2912
2912
  __name: "VBuildingChooserV5Camera",
2913
2913
  props: {
2914
2914
  cameraData: {},
@@ -2917,13 +2917,13 @@ const Zn = {
2917
2917
  },
2918
2918
  setup(s) {
2919
2919
  const a = s;
2920
- return (e, n) => (v(!0), x(me, null, _e(a.cameraData.sunsimDayOfYear, (t) => (v(), T(To, {
2920
+ return (e, n) => (v(!0), x(me, null, _e(a.cameraData.sunsimDayOfYear, (t) => (v(), T(Ro, {
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
- }), $o = /* @__PURE__ */ W({
2926
+ }), Ho = /* @__PURE__ */ W({
2927
2927
  __name: "VBuildingChooserV5UiCamera",
2928
2928
  props: {
2929
2929
  buildingChooserData: {},
@@ -2955,7 +2955,7 @@ const Zn = {
2955
2955
  }, null, 8, ["modelValue", "items"]);
2956
2956
  };
2957
2957
  }
2958
- }), Bo = /* @__PURE__ */ W({
2958
+ }), Yo = /* @__PURE__ */ W({
2959
2959
  __name: "VBuildingChooserV5UiDay",
2960
2960
  props: {
2961
2961
  cameraData: {},
@@ -3008,10 +3008,10 @@ const Zn = {
3008
3008
  }, 8, ["modelValue", "items"]);
3009
3009
  };
3010
3010
  }
3011
- }), Ro = {
3011
+ }), zo = {
3012
3012
  key: 0,
3013
3013
  class: "py-2"
3014
- }, Uo = { class: "small" }, Ho = { class: "small" }, Yo = /* @__PURE__ */ W({
3014
+ }, jo = { class: "small" }, Po = { class: "small" }, Wo = /* @__PURE__ */ W({
3015
3015
  __name: "VBuildingChooserV5UiTimeSample",
3016
3016
  props: {
3017
3017
  dayData: {},
@@ -3051,7 +3051,7 @@ const Zn = {
3051
3051
  const i = E("v-icon"), f = E("v-btn"), S = E("v-slider"), w = E("v-field");
3052
3052
  return v(), T(w, { variant: "solo" }, {
3053
3053
  default: _(() => [
3054
- m.dayData.startTime === m.dayData.endTime ? (v(), x("div", Ro, [
3054
+ m.dayData.startTime === m.dayData.endTime ? (v(), x("div", zo, [
3055
3055
  b(i, {
3056
3056
  style: { color: "#ffab02", "vertical-align": "baseline", "font-size": "20px" },
3057
3057
  class: "py-2 ml-2 mr-2 icon"
@@ -3080,10 +3080,10 @@ const Zn = {
3080
3080
  onClick: l
3081
3081
  }, null, 8, ["icon"]),
3082
3082
  te("   "),
3083
- u("span", Uo, Z(r(m.dayData.startTime)), 1)
3083
+ u("span", jo, Z(r(m.dayData.startTime)), 1)
3084
3084
  ]),
3085
3085
  append: _(() => [
3086
- u("span", Ho, Z(r(m.dayData.endTime)), 1),
3086
+ u("span", Po, Z(r(m.dayData.endTime)), 1),
3087
3087
  te("   "),
3088
3088
  b(i, {
3089
3089
  style: { color: "#ffab02", "vertical-align": "baseline", "font-size": "20px" },
@@ -3103,7 +3103,7 @@ const Zn = {
3103
3103
  });
3104
3104
  };
3105
3105
  }
3106
- }), zo = /* @__PURE__ */ ee(Yo, [["__scopeId", "data-v-42a733f4"]]), jo = ["innerHTML"], Po = /* @__PURE__ */ W({
3106
+ }), No = /* @__PURE__ */ ee(Wo, [["__scopeId", "data-v-42a733f4"]]), Go = ["innerHTML"], Qo = /* @__PURE__ */ W({
3107
3107
  __name: "VBuildingChooserV5Overlay",
3108
3108
  props: {
3109
3109
  cdnFileResolver: { type: [String, Function] },
@@ -3190,13 +3190,13 @@ const Zn = {
3190
3190
  class: "w-100 h-100 position-absolute top-left",
3191
3191
  style: { "z-index": "4" },
3192
3192
  innerHTML: t.value
3193
- }, null, 8, jo))
3193
+ }, null, 8, Go))
3194
3194
  ]),
3195
3195
  _: 1
3196
3196
  }));
3197
3197
  }
3198
- }), Wo = /* @__PURE__ */ ee(Po, [["__scopeId", "data-v-61c8ae69"]]);
3199
- function No(s) {
3198
+ }), Zo = /* @__PURE__ */ ee(Qo, [["__scopeId", "data-v-61c8ae69"]]);
3199
+ function qo(s) {
3200
3200
  const a = {
3201
3201
  version: "5.0",
3202
3202
  latitude: s.latitude,
@@ -3242,16 +3242,16 @@ function No(s) {
3242
3242
  };
3243
3243
  return a.cameras.push(n), a;
3244
3244
  }
3245
- const Go = {
3245
+ const Jo = {
3246
3246
  class: "actions-bar compact top-left d-flex w-100 justify-space-around align-center",
3247
3247
  style: { "z-index": "6" }
3248
- }, Qo = {
3248
+ }, Xo = {
3249
3249
  key: 0,
3250
3250
  class: "pa-1"
3251
- }, Zo = { class: "pa-1" }, qo = { class: "pa-1 flex-grow-1" }, Jo = {
3251
+ }, Ko = { class: "pa-1" }, el = { class: "pa-1 flex-grow-1" }, tl = {
3252
3252
  class: "position-absolute bottom-right-compact pa-2",
3253
3253
  style: { "z-index": "6", width: "56px", height: "56px" }
3254
- }, Xo = ["innerHTML"], Ko = { style: { "z-index": "7" } }, el = /* @__PURE__ */ W({
3254
+ }, al = ["innerHTML"], nl = { style: { "z-index": "7" } }, ol = /* @__PURE__ */ W({
3255
3255
  __name: "VBuildingChooserV5",
3256
3256
  props: {
3257
3257
  buildingChooserData: {},
@@ -3288,7 +3288,7 @@ const Go = {
3288
3288
  let J;
3289
3289
  return J = await Le.loadJson(
3290
3290
  ce(e.cdnFileResolver, "/buildingChooser.json")
3291
- ), parseInt(J.version) === 5 ? J : (L = No(J), L);
3291
+ ), parseInt(J.version) === 5 ? J : (L = qo(J), L);
3292
3292
  } catch (L) {
3293
3293
  m.value = !1, n("onError", L);
3294
3294
  }
@@ -3389,24 +3389,24 @@ const Go = {
3389
3389
  class: fe({ mobile: h.value }),
3390
3390
  onMousemove: I
3391
3391
  }, [
3392
- u("div", Go, [
3393
- c.value.cameras.length > 1 ? (v(), x("div", Qo, [
3394
- b($o, {
3392
+ u("div", Jo, [
3393
+ c.value.cameras.length > 1 ? (v(), x("div", Xo, [
3394
+ b(Ho, {
3395
3395
  "building-chooser-data": c.value,
3396
3396
  "current-camera": t.value,
3397
3397
  onOnCameraChange: y
3398
3398
  }, null, 8, ["building-chooser-data", "current-camera"])
3399
3399
  ])) : $("", !0),
3400
- u("div", Zo, [
3401
- t.value.sunsimDayOfYear.length > 1 ? (v(), T(Bo, {
3400
+ u("div", Ko, [
3401
+ t.value.sunsimDayOfYear.length > 1 ? (v(), T(Yo, {
3402
3402
  key: 0,
3403
3403
  "camera-data": t.value,
3404
3404
  "current-day": o.value,
3405
3405
  onOnDayChange: g
3406
3406
  }, null, 8, ["camera-data", "current-day"])) : $("", !0)
3407
3407
  ]),
3408
- u("div", qo, [
3409
- o.value.timeSamples.length > 1 ? (v(), T(zo, {
3408
+ u("div", el, [
3409
+ o.value.timeSamples.length > 1 ? (v(), T(No, {
3410
3410
  key: 0,
3411
3411
  "day-data": o.value,
3412
3412
  "current-time": r.value,
@@ -3414,7 +3414,7 @@ const Go = {
3414
3414
  }, null, 8, ["day-data", "current-time"])) : $("", !0)
3415
3415
  ])
3416
3416
  ]),
3417
- u("div", Jo, [
3417
+ u("div", tl, [
3418
3418
  t.value.cameraRotation ? (v(), T(lt, {
3419
3419
  key: 0,
3420
3420
  longitude: t.value.cameraRotation.y + 270
@@ -3422,7 +3422,7 @@ const Go = {
3422
3422
  ]),
3423
3423
  b(ot, { position: "relative" }, {
3424
3424
  default: _(() => [
3425
- (v(!0), x(me, null, _e(c.value.cameras, (X) => (v(), T(Vo, {
3425
+ (v(!0), x(me, null, _e(c.value.cameras, (X) => (v(), T(Uo, {
3426
3426
  key: X.overlayFilename,
3427
3427
  "camera-data": X,
3428
3428
  "cdn-file-resolver": e.cdnFileResolver,
@@ -3433,8 +3433,8 @@ const Go = {
3433
3433
  class: "w-100 h-100 position-absolute top-left",
3434
3434
  style: { "z-index": "5", "pointer-events": "none" },
3435
3435
  innerHTML: e.customOverlayContent
3436
- }, null, 8, Xo)) : $("", !0),
3437
- b(Wo, {
3436
+ }, null, 8, al)) : $("", !0),
3437
+ b(Zo, {
3438
3438
  "cdn-file-resolver": L.cdnFileResolver,
3439
3439
  "color-callback": e.colorCallback,
3440
3440
  "current-camera": t.value,
@@ -3453,7 +3453,7 @@ const Go = {
3453
3453
  pos: f.value
3454
3454
  }, {
3455
3455
  default: _(() => [
3456
- u("div", Ko, [
3456
+ u("div", nl, [
3457
3457
  oe(L.$slots, "popup", ct(dt({ hoverId: l.value, hoverable: i.value })), void 0, !0)
3458
3458
  ])
3459
3459
  ]),
@@ -3473,48 +3473,48 @@ const Go = {
3473
3473
  ], 64);
3474
3474
  };
3475
3475
  }
3476
- }), su = /* @__PURE__ */ ee(el, [["__scopeId", "data-v-47df87bc"]]);
3476
+ }), cu = /* @__PURE__ */ ee(ol, [["__scopeId", "data-v-47df87bc"]]);
3477
3477
  var st = {};
3478
3478
  Object.defineProperty(st, "__esModule", {
3479
3479
  value: !0
3480
3480
  });
3481
- var tl = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(s) {
3481
+ var ll = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(s) {
3482
3482
  return typeof s;
3483
3483
  } : function(s) {
3484
3484
  return s && typeof Symbol == "function" && s.constructor === Symbol && s !== Symbol.prototype ? "symbol" : typeof s;
3485
- }, al = typeof window < "u" && typeof window.document < "u", nl = typeof process < "u" && process.versions != null && process.versions.node != null, ol = (typeof self > "u" ? "undefined" : tl(self)) === "object" && self.constructor && self.constructor.name === "DedicatedWorkerGlobalScope", ll = typeof window < "u" && window.name === "nodejs" || typeof navigator < "u" && (navigator.userAgent.includes("Node.js") || navigator.userAgent.includes("jsdom")), sl = typeof Deno < "u" && typeof Deno.version < "u" && typeof Deno.version.deno < "u", rl = st.isBrowser = al;
3486
- st.isWebWorker = ol;
3487
- st.isNode = nl;
3488
- st.isJsDom = ll;
3489
- st.isDeno = sl;
3490
- const il = { id: "player-wrapper" }, ul = { id: "player-sizer" }, cl = {
3485
+ }, sl = typeof window < "u" && typeof window.document < "u", rl = typeof process < "u" && process.versions != null && process.versions.node != null, il = (typeof self > "u" ? "undefined" : ll(self)) === "object" && self.constructor && self.constructor.name === "DedicatedWorkerGlobalScope", ul = typeof window < "u" && window.name === "nodejs" || typeof navigator < "u" && (navigator.userAgent.includes("Node.js") || navigator.userAgent.includes("jsdom")), cl = typeof Deno < "u" && typeof Deno.version < "u" && typeof Deno.version.deno < "u", dl = st.isBrowser = sl;
3486
+ st.isWebWorker = il;
3487
+ st.isNode = rl;
3488
+ st.isJsDom = ul;
3489
+ st.isDeno = cl;
3490
+ const vl = { id: "player-wrapper" }, ml = { id: "player-sizer" }, pl = {
3491
3491
  class: "player-control",
3492
3492
  id: "controls-top-left"
3493
- }, dl = {
3493
+ }, fl = {
3494
3494
  class: "player-control",
3495
3495
  id: "controls-top-center"
3496
- }, vl = {
3496
+ }, hl = {
3497
3497
  class: "player-control",
3498
3498
  id: "controls-top-right"
3499
- }, ml = {
3499
+ }, gl = {
3500
3500
  class: "player-control",
3501
3501
  id: "controls-center-left"
3502
- }, pl = {
3502
+ }, yl = {
3503
3503
  class: "player-control",
3504
3504
  id: "controls-center-center"
3505
- }, fl = {
3505
+ }, _l = {
3506
3506
  class: "player-control",
3507
3507
  id: "controls-center-right"
3508
- }, hl = {
3508
+ }, bl = {
3509
3509
  class: "player-control",
3510
3510
  id: "controls-bottom-left"
3511
- }, gl = {
3511
+ }, Cl = {
3512
3512
  class: "player-control",
3513
3513
  id: "controls-bottom-center"
3514
- }, yl = {
3514
+ }, wl = {
3515
3515
  class: "player-control",
3516
3516
  id: "controls-bottom-right"
3517
- }, _l = { id: "main-canvas" }, bl = /* @__PURE__ */ W({
3517
+ }, kl = { id: "main-canvas" }, Sl = /* @__PURE__ */ W({
3518
3518
  __name: "VPlayer",
3519
3519
  props: {
3520
3520
  cdnFileResolver: {},
@@ -3526,7 +3526,7 @@ const il = { id: "player-wrapper" }, ul = { id: "player-sizer" }, cl = {
3526
3526
  },
3527
3527
  emits: ["newCameraCallback", "newRotationCallback", "newFloorCallback", "newFovCallback", "sunsimCallback", "playerApiCallback", "newSizeCallback"],
3528
3528
  setup(s, { emit: a }) {
3529
- const e = Va.PlayerV2, n = s, {
3529
+ const e = Ua.PlayerV2, n = s, {
3530
3530
  cdnFileResolver: t,
3531
3531
  interiorId: o,
3532
3532
  apartmentId: r,
@@ -3585,7 +3585,7 @@ const il = { id: "player-wrapper" }, ul = { id: "player-sizer" }, cl = {
3585
3585
  i("newRotationCallback", L), w.value = L;
3586
3586
  }
3587
3587
  };
3588
- if (!rl)
3588
+ if (!dl)
3589
3589
  return;
3590
3590
  const z = await new e.Main(
3591
3591
  (I) => ce(
@@ -3607,37 +3607,37 @@ const il = { id: "player-wrapper" }, ul = { id: "player-sizer" }, cl = {
3607
3607
  }
3608
3608
  return Qe(() => {
3609
3609
  k();
3610
- }), (y, g) => (v(), x("div", il, [
3611
- u("div", ul, [
3610
+ }), (y, g) => (v(), x("div", vl, [
3611
+ u("div", ml, [
3612
3612
  oe(y.$slots, "slideshow-image", {}, void 0, !0),
3613
- u("div", cl, [
3613
+ u("div", pl, [
3614
3614
  oe(y.$slots, "top-left", {}, void 0, !0)
3615
3615
  ]),
3616
- u("div", dl, [
3616
+ u("div", fl, [
3617
3617
  oe(y.$slots, "top-center", {}, void 0, !0)
3618
3618
  ]),
3619
- u("div", vl, [
3619
+ u("div", hl, [
3620
3620
  oe(y.$slots, "top-right", {}, void 0, !0)
3621
3621
  ]),
3622
- u("div", ml, [
3622
+ u("div", gl, [
3623
3623
  oe(y.$slots, "center-left", {}, void 0, !0)
3624
3624
  ]),
3625
- u("div", pl, [
3625
+ u("div", yl, [
3626
3626
  oe(y.$slots, "center-center", {}, void 0, !0)
3627
3627
  ]),
3628
- u("div", fl, [
3628
+ u("div", _l, [
3629
3629
  oe(y.$slots, "center-right", {}, void 0, !0)
3630
3630
  ]),
3631
- u("div", hl, [
3631
+ u("div", bl, [
3632
3632
  oe(y.$slots, "bottom-left", {}, void 0, !0)
3633
3633
  ]),
3634
- u("div", gl, [
3634
+ u("div", Cl, [
3635
3635
  oe(y.$slots, "bottom-center", {}, void 0, !0)
3636
3636
  ]),
3637
- u("div", yl, [
3637
+ u("div", wl, [
3638
3638
  oe(y.$slots, "bottom-right", {}, void 0, !0)
3639
3639
  ]),
3640
- u("div", _l, [
3640
+ u("div", kl, [
3641
3641
  u("canvas", {
3642
3642
  id: "qpc",
3643
3643
  style: de(D(m) ? "visibility:hidden" : "visibility:visible")
@@ -3646,11 +3646,11 @@ const il = { id: "player-wrapper" }, ul = { id: "player-sizer" }, cl = {
3646
3646
  ])
3647
3647
  ]));
3648
3648
  }
3649
- }), Cl = /* @__PURE__ */ ee(bl, [["__scopeId", "data-v-4e601038"]]), wl = {
3649
+ }), Il = /* @__PURE__ */ ee(Sl, [["__scopeId", "data-v-4e601038"]]), xl = {
3650
3650
  style: { width: "24px", height: "24px" },
3651
3651
  viewBox: "0 0 18 16",
3652
3652
  xmlns: "http://www.w3.org/2000/svg"
3653
- }, kl = ["stroke"], Sl = ["stroke"], Il = { class: "floor-level-label" }, xl = /* @__PURE__ */ W({
3653
+ }, Dl = ["stroke"], Al = ["stroke"], Fl = { class: "floor-level-label" }, Ll = /* @__PURE__ */ W({
3654
3654
  __name: "VFloorLevel",
3655
3655
  props: {
3656
3656
  level: { default: 0 },
@@ -3680,34 +3680,34 @@ const il = { id: "player-wrapper" }, ul = { id: "player-sizer" }, cl = {
3680
3680
  icon: ""
3681
3681
  }, c, { onClick: p }), {
3682
3682
  default: _(() => [
3683
- (v(), x("svg", wl, [
3683
+ (v(), x("svg", xl, [
3684
3684
  u("path", {
3685
3685
  d: "M8.98034 10.3472L1.54055 5.8855L8.98034 1.42384L16.4201 5.8855L8.98034 10.3472Z",
3686
3686
  fill: "white",
3687
3687
  stroke: m.value ? "black" : "#999999",
3688
3688
  "stroke-width": "1.5",
3689
3689
  "stroke-linejoin": "round"
3690
- }, null, 8, kl),
3690
+ }, null, 8, Dl),
3691
3691
  u("path", {
3692
3692
  d: "M8.98034 14.7993L1.54055 10.3376L8.98034 5.87599L16.4201 10.3376L8.98034 14.7993Z",
3693
3693
  fill: "white",
3694
3694
  stroke: l.value ? "black" : "#999999",
3695
3695
  "stroke-width": "1.5",
3696
3696
  "stroke-linejoin": "round"
3697
- }, null, 8, Sl)
3697
+ }, null, 8, Al)
3698
3698
  ]))
3699
3699
  ]),
3700
3700
  _: 2
3701
3701
  }, 1040)
3702
3702
  ]),
3703
3703
  default: _(() => [
3704
- u("span", Il, Z(D(t).getLabel(r.value)) + " " + Z(D(t).getLabel("floor")), 1)
3704
+ u("span", Fl, Z(D(t).getLabel(r.value)) + " " + Z(D(t).getLabel("floor")), 1)
3705
3705
  ]),
3706
3706
  _: 1
3707
3707
  });
3708
3708
  };
3709
3709
  }
3710
- }), Dl = /* @__PURE__ */ ee(xl, [["__scopeId", "data-v-5ce91d8e"]]), Al = { class: "d-none d-md-inline" }, Fl = { class: "interior-selector-list" }, Ll = ["onClick"], Ml = { class: "d-flex align-center justify-left pa-0 ma-0" }, Ol = { class: "pa-0 ma-0" }, El = { class: "text-caption ma-2 no-wrap" }, Tl = /* @__PURE__ */ W({
3710
+ }), Ml = /* @__PURE__ */ ee(Ll, [["__scopeId", "data-v-5ce91d8e"]]), Ol = { class: "d-none d-md-inline" }, El = { class: "interior-selector-list" }, Tl = ["onClick"], Vl = { class: "d-flex align-center justify-left pa-0 ma-0" }, $l = { class: "pa-0 ma-0" }, Bl = { class: "text-caption ma-2 no-wrap" }, Rl = /* @__PURE__ */ W({
3711
3711
  __name: "VInteriorSelector",
3712
3712
  props: {
3713
3713
  cdnFileResolver: { type: [String, Function] },
@@ -3736,13 +3736,13 @@ const il = { id: "player-wrapper" }, ul = { id: "player-sizer" }, cl = {
3736
3736
  ]),
3737
3737
  _: 1
3738
3738
  }),
3739
- u("span", Al, Z(D(t).getLabel("interior")), 1)
3739
+ u("span", Ol, Z(D(t).getLabel("interior")), 1)
3740
3740
  ]),
3741
3741
  _: 2
3742
3742
  }, 1040)
3743
3743
  ]),
3744
3744
  default: _(() => [
3745
- u("div", Fl, [
3745
+ u("div", El, [
3746
3746
  (v(!0), x(me, null, _e(e.availableArchetypes, (f, S) => (v(), x("div", {
3747
3747
  key: `at-menuitem-${S}`,
3748
3748
  onClick: (w) => n("selectInterior", f.archetypeID),
@@ -3750,8 +3750,8 @@ const il = { id: "player-wrapper" }, ul = { id: "player-sizer" }, cl = {
3750
3750
  active: S === o.selectedIndex
3751
3751
  }])
3752
3752
  }, [
3753
- u("div", Ml, [
3754
- u("div", Ol, [
3753
+ u("div", Vl, [
3754
+ u("div", $l, [
3755
3755
  b(p, {
3756
3756
  width: "100",
3757
3757
  "max-width": "100",
@@ -3760,9 +3760,9 @@ const il = { id: "player-wrapper" }, ul = { id: "player-sizer" }, cl = {
3760
3760
  class: "pa-0 ma-0"
3761
3761
  }, null, 8, ["src"])
3762
3762
  ]),
3763
- u("div", El, Z(D(t).get(f.title)), 1)
3763
+ u("div", Bl, Z(D(t).get(f.title)), 1)
3764
3764
  ])
3765
- ], 10, Ll))), 128))
3765
+ ], 10, Tl))), 128))
3766
3766
  ])
3767
3767
  ]),
3768
3768
  _: 1
@@ -3770,14 +3770,14 @@ const il = { id: "player-wrapper" }, ul = { id: "player-sizer" }, cl = {
3770
3770
  ]);
3771
3771
  };
3772
3772
  }
3773
- }), Vl = /* @__PURE__ */ ee(Tl, [["__scopeId", "data-v-be1645c7"]]), $l = "data:image/png;base64,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", Bl = "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==", Rl = /* @__PURE__ */ W({
3773
+ }), Ul = /* @__PURE__ */ ee(Rl, [["__scopeId", "data-v-be1645c7"]]), Hl = "data:image/png;base64,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", Yl = "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==", zl = /* @__PURE__ */ W({
3774
3774
  __name: "VCompass",
3775
3775
  props: {
3776
3776
  rotation: {}
3777
3777
  },
3778
3778
  setup(s) {
3779
- const a = s, e = d(Bl), n = d({
3780
- backgroundImage: `url(${$l})`,
3779
+ const a = s, e = d(Yl), n = d({
3780
+ backgroundImage: `url(${Hl})`,
3781
3781
  backgroundSize: "contain"
3782
3782
  }), t = V(() => ({
3783
3783
  transform: `rotate(${-a.rotation + 180}deg)`
@@ -3796,7 +3796,7 @@ const il = { id: "player-wrapper" }, ul = { id: "player-sizer" }, cl = {
3796
3796
  ], 4);
3797
3797
  };
3798
3798
  }
3799
- }), Ul = "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", Hl = { class: "d-flex flex-column align-center justify-center clock-face" }, Yl = { class: "clock-icon" }, zl = { class: "clock-value grey--text text--darken-3" }, jl = /* @__PURE__ */ W({
3799
+ }), jl = "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", Pl = { class: "d-flex flex-column align-center justify-center clock-face" }, Wl = { class: "clock-icon" }, Nl = { class: "clock-value grey--text text--darken-3" }, Gl = /* @__PURE__ */ W({
3800
3800
  __name: "VTimeOfDay",
3801
3801
  props: {
3802
3802
  hours: { default: 0 },
@@ -3809,31 +3809,31 @@ const il = { id: "player-wrapper" }, ul = { id: "player-sizer" }, cl = {
3809
3809
  }
3810
3810
  return (t, o) => {
3811
3811
  const r = E("v-img");
3812
- return v(), x("div", Hl, [
3813
- u("div", Yl, [
3812
+ return v(), x("div", Pl, [
3813
+ u("div", Wl, [
3814
3814
  b(r, {
3815
- src: D(Ul),
3815
+ src: D(jl),
3816
3816
  "aspect-ratio": "1"
3817
3817
  }, null, 8, ["src"])
3818
3818
  ]),
3819
- u("div", zl, Z(e.value), 1)
3819
+ u("div", Nl, Z(e.value), 1)
3820
3820
  ]);
3821
3821
  };
3822
3822
  }
3823
- }), Pl = /* @__PURE__ */ ee(jl, [["__scopeId", "data-v-cd73fd81"]]), Et = (s) => (bt("data-v-f59c4942"), s = s(), Ct(), s), Wl = {
3823
+ }), Ql = /* @__PURE__ */ ee(Gl, [["__scopeId", "data-v-cd73fd81"]]), Et = (s) => (bt("data-v-f59c4942"), s = s(), Ct(), s), Zl = {
3824
3824
  key: 0,
3825
3825
  width: "24",
3826
3826
  height: "24",
3827
3827
  viewBox: "0 0 24 24",
3828
3828
  xmlns: "http://www.w3.org/2000/svg"
3829
- }, Nl = /* @__PURE__ */ Et(() => /* @__PURE__ */ u("path", {
3829
+ }, ql = /* @__PURE__ */ Et(() => /* @__PURE__ */ u("path", {
3830
3830
  d: "M5.38544 13C3.30939 13.9424 2 15.3211 2 16.8571C2 19.6975 6.47715 22 12 22C17.5228 22 22 19.6975 22 16.8571C22 15.3211 20.6906 13.9424 18.6146 13",
3831
3831
  class: "fill-grey"
3832
- }, null, -1)), Gl = /* @__PURE__ */ Et(() => /* @__PURE__ */ u("path", { d: "M8 9C8 7.89543 8.89543 7 10 7H14C15.1046 7 16 7.89543 16 9V12.875C16 13.4273 15.5523 13.875 15 13.875H14V17C14 17.5523 13.5523 18 13 18H11C10.4477 18 10 17.5523 10 17V13.875H9C8.44772 13.875 8 13.4273 8 12.875V9Z" }, null, -1)), Ql = /* @__PURE__ */ Et(() => /* @__PURE__ */ u("path", { d: "M15 4C15 5.65685 13.6569 7 12 7C10.3431 7 9 5.65685 9 4C9 2.34315 10.3431 1 12 1C13.6569 1 15 2.34315 15 4Z" }, null, -1)), Zl = [
3833
- Nl,
3834
- Gl,
3835
- Ql
3836
- ], ql = /* @__PURE__ */ W({
3832
+ }, null, -1)), Jl = /* @__PURE__ */ Et(() => /* @__PURE__ */ u("path", { d: "M8 9C8 7.89543 8.89543 7 10 7H14C15.1046 7 16 7.89543 16 9V12.875C16 13.4273 15.5523 13.875 15 13.875H14V17C14 17.5523 13.5523 18 13 18H11C10.4477 18 10 17.5523 10 17V13.875H9C8.44772 13.875 8 13.4273 8 12.875V9Z" }, null, -1)), Xl = /* @__PURE__ */ Et(() => /* @__PURE__ */ u("path", { d: "M15 4C15 5.65685 13.6569 7 12 7C10.3431 7 9 5.65685 9 4C9 2.34315 10.3431 1 12 1C13.6569 1 15 2.34315 15 4Z" }, null, -1)), Kl = [
3833
+ ql,
3834
+ Jl,
3835
+ Xl
3836
+ ], es = /* @__PURE__ */ W({
3837
3837
  __name: "VViewModeToggle",
3838
3838
  props: {
3839
3839
  showStaticImage: { type: Boolean }
@@ -3855,7 +3855,7 @@ const il = { id: "player-wrapper" }, ul = { id: "player-sizer" }, cl = {
3855
3855
  onClick: l[0] || (l[0] = (S) => n("toggle"))
3856
3856
  }, f), {
3857
3857
  default: _(() => [
3858
- o.value === "virtualTour" ? (v(), x("svg", Wl, Zl)) : (v(), T(m, { key: 1 }, {
3858
+ o.value === "virtualTour" ? (v(), x("svg", Zl, Kl)) : (v(), T(m, { key: 1 }, {
3859
3859
  default: _(() => [
3860
3860
  te("mdi-image-multiple")
3861
3861
  ]),
@@ -3872,10 +3872,10 @@ const il = { id: "player-wrapper" }, ul = { id: "player-sizer" }, cl = {
3872
3872
  });
3873
3873
  };
3874
3874
  }
3875
- }), Jl = /* @__PURE__ */ ee(ql, [["__scopeId", "data-v-f59c4942"]]), qe = (s) => (bt("data-v-a5e7f474"), s = s(), Ct(), s), Xl = {
3875
+ }), ts = /* @__PURE__ */ ee(es, [["__scopeId", "data-v-f59c4942"]]), qe = (s) => (bt("data-v-a5e7f474"), s = s(), Ct(), s), as = {
3876
3876
  key: 0,
3877
3877
  class: "desktop-content"
3878
- }, Kl = { class: "d-flex align-center justify-center" }, es = { class: "box col d-flex flex-column align-bottom justify-center" }, ts = /* @__PURE__ */ qe(() => /* @__PURE__ */ u("div", { class: "tutorial-icon justify-center" }, [
3878
+ }, ns = { class: "d-flex align-center justify-center" }, os = { class: "box col d-flex flex-column align-bottom justify-center" }, ls = /* @__PURE__ */ qe(() => /* @__PURE__ */ u("div", { class: "tutorial-icon justify-center" }, [
3879
3879
  /* @__PURE__ */ u("svg", {
3880
3880
  width: "50",
3881
3881
  height: "32.5",
@@ -3922,7 +3922,7 @@ const il = { id: "player-wrapper" }, ul = { id: "player-sizer" }, cl = {
3922
3922
  "stroke-width": "1.5"
3923
3923
  })
3924
3924
  ])
3925
- ], -1)), as = { class: "text-div text-center text mt-2" }, ns = { class: "box col d-flex flex-column align-bottom justify-center" }, os = /* @__PURE__ */ qe(() => /* @__PURE__ */ u("div", { class: "tutorial-icon justify-center" }, [
3925
+ ], -1)), ss = { class: "text-div text-center text mt-2" }, rs = { class: "box col d-flex flex-column align-bottom justify-center" }, is = /* @__PURE__ */ qe(() => /* @__PURE__ */ u("div", { class: "tutorial-icon justify-center" }, [
3926
3926
  /* @__PURE__ */ u("svg", {
3927
3927
  width: "50",
3928
3928
  height: "32.5",
@@ -4052,7 +4052,7 @@ const il = { id: "player-wrapper" }, ul = { id: "player-sizer" }, cl = {
4052
4052
  "stroke-linecap": "round"
4053
4053
  })
4054
4054
  ])
4055
- ], -1)), ls = { class: "text-div text-center text mt-2" }, ss = { class: "box col d-flex flex-column align-bottom justify-center" }, rs = /* @__PURE__ */ qe(() => /* @__PURE__ */ u("div", { class: "tutorial-icon justify-center" }, [
4055
+ ], -1)), us = { class: "text-div text-center text mt-2" }, cs = { class: "box col d-flex flex-column align-bottom justify-center" }, ds = /* @__PURE__ */ qe(() => /* @__PURE__ */ u("div", { class: "tutorial-icon justify-center" }, [
4056
4056
  /* @__PURE__ */ u("svg", {
4057
4057
  width: "50",
4058
4058
  height: "32.5",
@@ -4123,7 +4123,7 @@ const il = { id: "player-wrapper" }, ul = { id: "player-sizer" }, cl = {
4123
4123
  "stroke-linejoin": "round"
4124
4124
  })
4125
4125
  ])
4126
- ], -1)), is = { class: "text-div text-center text mt-2" }, us = { class: "box col d-flex flex-column align-bottom justify-center" }, cs = /* @__PURE__ */ qe(() => /* @__PURE__ */ u("div", { class: "tutorial-icon justify-center" }, [
4126
+ ], -1)), vs = { class: "text-div text-center text mt-2" }, ms = { class: "box col d-flex flex-column align-bottom justify-center" }, ps = /* @__PURE__ */ qe(() => /* @__PURE__ */ u("div", { class: "tutorial-icon justify-center" }, [
4127
4127
  /* @__PURE__ */ u("svg", {
4128
4128
  width: "50",
4129
4129
  height: "32.5",
@@ -4191,10 +4191,10 @@ const il = { id: "player-wrapper" }, ul = { id: "player-sizer" }, cl = {
4191
4191
  fill: "#FF3E3E"
4192
4192
  })
4193
4193
  ])
4194
- ], -1)), ds = { class: "text-div text-center text mt-2" }, vs = {
4194
+ ], -1)), fs = { class: "text-div text-center text mt-2" }, hs = {
4195
4195
  key: 1,
4196
4196
  class: "d-flex tablet-mobile-content"
4197
- }, ms = { class: "box col my-1" }, ps = /* @__PURE__ */ qe(() => /* @__PURE__ */ u("div", { class: "tutorial-icon justify-center" }, [
4197
+ }, gs = { class: "box col my-1" }, ys = /* @__PURE__ */ qe(() => /* @__PURE__ */ u("div", { class: "tutorial-icon justify-center" }, [
4198
4198
  /* @__PURE__ */ u("svg", {
4199
4199
  width: "50.5",
4200
4200
  height: "32.5",
@@ -4228,7 +4228,7 @@ const il = { id: "player-wrapper" }, ul = { id: "player-sizer" }, cl = {
4228
4228
  "stroke-linejoin": "round"
4229
4229
  })
4230
4230
  ])
4231
- ], -1)), fs = { class: "text text-col text-center" }, hs = { class: "box col my-1" }, gs = /* @__PURE__ */ qe(() => /* @__PURE__ */ u("div", { class: "tutorial-icon justify-center" }, [
4231
+ ], -1)), _s = { class: "text text-col text-center" }, bs = { class: "box col my-1" }, Cs = /* @__PURE__ */ qe(() => /* @__PURE__ */ u("div", { class: "tutorial-icon justify-center" }, [
4232
4232
  /* @__PURE__ */ u("svg", {
4233
4233
  width: "49.5",
4234
4234
  height: "32.5",
@@ -4362,7 +4362,7 @@ const il = { id: "player-wrapper" }, ul = { id: "player-sizer" }, cl = {
4362
4362
  "stroke-linejoin": "round"
4363
4363
  })
4364
4364
  ])
4365
- ], -1)), ys = { class: "text text-col text-center" }, _s = { class: "box col my-1" }, bs = /* @__PURE__ */ qe(() => /* @__PURE__ */ u("div", { class: "tutorial-icon justify-center" }, [
4365
+ ], -1)), ws = { class: "text text-col text-center" }, ks = { class: "box col my-1" }, Ss = /* @__PURE__ */ qe(() => /* @__PURE__ */ u("div", { class: "tutorial-icon justify-center" }, [
4366
4366
  /* @__PURE__ */ u("svg", {
4367
4367
  width: "49.5",
4368
4368
  height: "32.5",
@@ -4396,7 +4396,7 @@ const il = { id: "player-wrapper" }, ul = { id: "player-sizer" }, cl = {
4396
4396
  "stroke-linejoin": "round"
4397
4397
  })
4398
4398
  ])
4399
- ], -1)), Cs = { class: "text text-col text-center" }, ws = { class: "text-h6 text-capitalize" }, ks = { class: "mt-2" }, Ss = { class: "d-flex justify-center align-center checkbox-container" }, Is = { class: "text-caption" }, xs = /* @__PURE__ */ W({
4399
+ ], -1)), Is = { class: "text text-col text-center" }, xs = { class: "text-h6 text-capitalize" }, Ds = { class: "mt-2" }, As = { class: "d-flex justify-center align-center checkbox-container" }, Fs = { class: "text-caption" }, Ls = /* @__PURE__ */ W({
4400
4400
  __name: "VTutorial",
4401
4401
  emits: ["closeTutorial"],
4402
4402
  setup(s, { emit: a }) {
@@ -4454,38 +4454,38 @@ const il = { id: "player-wrapper" }, ul = { id: "player-sizer" }, cl = {
4454
4454
  _: 1
4455
4455
  }),
4456
4456
  b(w, { class: "my-3" }),
4457
- r.value ? $("", !0) : (v(), x("div", Xl, [
4458
- u("div", Kl, [
4459
- u("div", es, [
4460
- ts,
4461
- u("div", as, Z(D(n).getLabel("clickAndDragToLookAround")), 1)
4457
+ r.value ? $("", !0) : (v(), x("div", as, [
4458
+ u("div", ns, [
4459
+ u("div", os, [
4460
+ ls,
4461
+ u("div", ss, Z(D(n).getLabel("clickAndDragToLookAround")), 1)
4462
4462
  ]),
4463
- u("div", ns, [
4464
- os,
4465
- u("div", ls, Z(D(n).getLabel("clickOnTheCirclesToMoveAround")), 1)
4463
+ u("div", rs, [
4464
+ is,
4465
+ u("div", us, Z(D(n).getLabel("clickOnTheCirclesToMoveAround")), 1)
4466
4466
  ]),
4467
- u("div", ss, [
4468
- rs,
4469
- u("div", is, Z(D(n).getLabel("useTheMouseWheelToZoom")), 1)
4467
+ u("div", cs, [
4468
+ ds,
4469
+ u("div", vs, Z(D(n).getLabel("useTheMouseWheelToZoom")), 1)
4470
4470
  ]),
4471
- u("div", us, [
4472
- cs,
4473
- u("div", ds, Z(D(n).getLabel("youCanAlsoUseTheArrowKeysToMoveAround")), 1)
4471
+ u("div", ms, [
4472
+ ps,
4473
+ u("div", fs, Z(D(n).getLabel("youCanAlsoUseTheArrowKeysToMoveAround")), 1)
4474
4474
  ])
4475
4475
  ])
4476
4476
  ])),
4477
- r.value ? (v(), x("div", vs, [
4478
- u("div", ms, [
4479
- ps,
4480
- u("div", fs, Z(D(n).getLabel("tapAndDragToLookAround")), 1)
4477
+ r.value ? (v(), x("div", hs, [
4478
+ u("div", gs, [
4479
+ ys,
4480
+ u("div", _s, Z(D(n).getLabel("tapAndDragToLookAround")), 1)
4481
4481
  ]),
4482
- u("div", hs, [
4483
- gs,
4484
- u("div", ys, Z(D(n).getLabel("tapOnTheCirclesToMoveAround")), 1)
4482
+ u("div", bs, [
4483
+ Cs,
4484
+ u("div", ws, Z(D(n).getLabel("tapOnTheCirclesToMoveAround")), 1)
4485
4485
  ]),
4486
- u("div", _s, [
4487
- bs,
4488
- u("div", Cs, Z(D(n).getLabel("useTwoFingersToZoom")), 1)
4486
+ u("div", ks, [
4487
+ Ss,
4488
+ u("div", Is, Z(D(n).getLabel("useTwoFingersToZoom")), 1)
4489
4489
  ])
4490
4490
  ])) : $("", !0),
4491
4491
  b(w, { class: "my-1" })
@@ -4503,7 +4503,7 @@ const il = { id: "player-wrapper" }, ul = { id: "player-sizer" }, cl = {
4503
4503
  default: _(() => [
4504
4504
  b(c, { class: "pb-0" }, {
4505
4505
  default: _(() => [
4506
- u("p", ws, [
4506
+ u("p", xs, [
4507
4507
  b(i, null, {
4508
4508
  default: _(() => [
4509
4509
  te("mdi-alert-outline")
@@ -4512,7 +4512,7 @@ const il = { id: "player-wrapper" }, ul = { id: "player-sizer" }, cl = {
4512
4512
  }),
4513
4513
  te(" " + Z(D(n).getLabel("disclaimer")), 1)
4514
4514
  ]),
4515
- u("p", ks, Z(D(n).getLabel("disclaimerText")), 1)
4515
+ u("p", Ds, Z(D(n).getLabel("disclaimerText")), 1)
4516
4516
  ]),
4517
4517
  _: 1
4518
4518
  }),
@@ -4544,7 +4544,7 @@ const il = { id: "player-wrapper" }, ul = { id: "player-sizer" }, cl = {
4544
4544
  ]),
4545
4545
  _: 1
4546
4546
  }),
4547
- u("div", Ss, [
4547
+ u("div", As, [
4548
4548
  b(g, {
4549
4549
  density: "compact",
4550
4550
  modelValue: t.value,
@@ -4552,7 +4552,7 @@ const il = { id: "player-wrapper" }, ul = { id: "player-sizer" }, cl = {
4552
4552
  "hide-details": ""
4553
4553
  }, {
4554
4554
  label: _(() => [
4555
- u("span", Is, Z(D(n).getLabel("dontShowAgain")), 1)
4555
+ u("span", Fs, Z(D(n).getLabel("dontShowAgain")), 1)
4556
4556
  ]),
4557
4557
  _: 1
4558
4558
  }, 8, ["modelValue"])
@@ -4580,17 +4580,17 @@ const il = { id: "player-wrapper" }, ul = { id: "player-sizer" }, cl = {
4580
4580
  });
4581
4581
  };
4582
4582
  }
4583
- }), Ds = /* @__PURE__ */ ee(xs, [["__scopeId", "data-v-a5e7f474"]]), As = (s) => (bt("data-v-bd4f66c3"), s = s(), Ct(), s), Fs = { class: "player-settings-ui" }, Ls = { id: "settings-ui-form" }, Ms = { class: "form-inputs" }, Os = { class: "setting-label" }, Es = { class: "setting-label" }, Ts = ["max", "min", "step"], Vs = { class: "setting-label" }, $s = { class: "flex-grow-1 flex-shrink-0" }, Bs = ["onUpdate:modelValue"], Rs = {
4583
+ }), Ms = /* @__PURE__ */ ee(Ls, [["__scopeId", "data-v-a5e7f474"]]), Os = (s) => (bt("data-v-bd4f66c3"), s = s(), Ct(), s), Es = { class: "player-settings-ui" }, Ts = { id: "settings-ui-form" }, Vs = { class: "form-inputs" }, $s = { class: "setting-label" }, Bs = { class: "setting-label" }, Rs = ["max", "min", "step"], Us = { class: "setting-label" }, Hs = { class: "flex-grow-1 flex-shrink-0" }, Ys = ["onUpdate:modelValue"], zs = {
4584
4584
  key: 3,
4585
4585
  "d-block": "",
4586
4586
  class: "mt-3"
4587
- }, Us = { class: "d-flex justify-space-between" }, Hs = { class: "setting-label" }, Ys = {
4587
+ }, js = { class: "d-flex justify-space-between" }, Ps = { class: "setting-label" }, Ws = {
4588
4588
  class: "mt-5 d-block",
4589
4589
  style: { width: "300px" }
4590
- }, zs = /* @__PURE__ */ As(() => /* @__PURE__ */ u("div", { class: "setting-label" }, "Enter Lut URL:", -1)), js = {
4590
+ }, Ns = /* @__PURE__ */ Os(() => /* @__PURE__ */ u("div", { class: "setting-label" }, "Enter Lut URL:", -1)), Gs = {
4591
4591
  class: "d-block",
4592
4592
  style: { width: "300px" }
4593
- }, Ps = { class: "form-buttons" }, Ws = /* @__PURE__ */ W({
4593
+ }, Qs = { class: "form-buttons" }, Zs = /* @__PURE__ */ W({
4594
4594
  __name: "VPlayerSettingsUi",
4595
4595
  props: {
4596
4596
  initialSettings: {}
@@ -4739,9 +4739,9 @@ const il = { id: "player-wrapper" }, ul = { id: "player-sizer" }, cl = {
4739
4739
  }
4740
4740
  return (c, h) => {
4741
4741
  const k = E("v-text-field"), y = E("v-slider"), g = E("v-checkbox"), B = E("v-btn"), O = E("v-select"), z = E("v-icon");
4742
- return v(), x("div", Fs, [
4743
- u("form", Ls, [
4744
- u("div", Ms, [
4742
+ return v(), x("div", Es, [
4743
+ u("form", Ts, [
4744
+ u("div", Vs, [
4745
4745
  (v(!0), x(me, null, _e(t.value, (I, L, J) => (v(), x("div", {
4746
4746
  key: J,
4747
4747
  "d-block": ""
@@ -4756,7 +4756,7 @@ const il = { id: "player-wrapper" }, ul = { id: "player-sizer" }, cl = {
4756
4756
  step: I.step
4757
4757
  }, {
4758
4758
  prepend: _(() => [
4759
- u("div", Os, Z(I.label), 1)
4759
+ u("div", $s, Z(I.label), 1)
4760
4760
  ]),
4761
4761
  append: _(() => [
4762
4762
  u("div", null, [
@@ -4784,7 +4784,7 @@ const il = { id: "player-wrapper" }, ul = { id: "player-sizer" }, cl = {
4784
4784
  onChange: r
4785
4785
  }, {
4786
4786
  prepend: _(() => [
4787
- u("div", Es, Z(I.label), 1)
4787
+ u("div", Bs, Z(I.label), 1)
4788
4788
  ]),
4789
4789
  append: _(() => [
4790
4790
  u("div", null, Z(I.value), 1)
@@ -4798,14 +4798,14 @@ const il = { id: "player-wrapper" }, ul = { id: "player-sizer" }, cl = {
4798
4798
  min: I.min,
4799
4799
  step: I.step
4800
4800
  }, [
4801
- u("div", Vs, Z(I.label), 1),
4802
- u("div", $s, [
4801
+ u("div", Us, Z(I.label), 1),
4802
+ u("div", Hs, [
4803
4803
  Ce(u("input", {
4804
4804
  "onUpdate:modelValue": (R) => t.value[L].value = R,
4805
4805
  type: "color",
4806
4806
  onChange: r
4807
- }, null, 40, Bs), [
4808
- [Oa, t.value[L].value]
4807
+ }, null, 40, Ys), [
4808
+ [$a, t.value[L].value]
4809
4809
  ])
4810
4810
  ]),
4811
4811
  u("div", null, [
@@ -4821,10 +4821,10 @@ const il = { id: "player-wrapper" }, ul = { id: "player-sizer" }, cl = {
4821
4821
  onChange: r
4822
4822
  }, null, 8, ["modelValue", "onUpdate:modelValue"])
4823
4823
  ])
4824
- ], 8, Ts)) : $("", !0),
4825
- I.type === "lut" ? (v(), x("div", Rs, [
4826
- u("div", Us, [
4827
- u("div", Hs, Z(I.label), 1),
4824
+ ], 8, Rs)) : $("", !0),
4825
+ I.type === "lut" ? (v(), x("div", zs, [
4826
+ u("div", js, [
4827
+ u("div", Ps, Z(I.label), 1),
4828
4828
  u("div", null, [
4829
4829
  b(B, {
4830
4830
  class: "ml-2",
@@ -4839,7 +4839,7 @@ const il = { id: "player-wrapper" }, ul = { id: "player-sizer" }, cl = {
4839
4839
  ])
4840
4840
  ]),
4841
4841
  u("div", null, [
4842
- u("div", Ys, [
4842
+ u("div", Ws, [
4843
4843
  u("div", null, [
4844
4844
  b(O, {
4845
4845
  modelValue: t.value[L].value,
@@ -4854,8 +4854,8 @@ const il = { id: "player-wrapper" }, ul = { id: "player-sizer" }, cl = {
4854
4854
  ])
4855
4855
  ]),
4856
4856
  u("div", null, [
4857
- zs,
4858
- u("div", js, [
4857
+ Ns,
4858
+ u("div", Gs, [
4859
4859
  u("div", null, [
4860
4860
  b(k, {
4861
4861
  modelValue: t.value[L].value,
@@ -4872,7 +4872,7 @@ const il = { id: "player-wrapper" }, ul = { id: "player-sizer" }, cl = {
4872
4872
  ])) : $("", !0)
4873
4873
  ]))), 128))
4874
4874
  ]),
4875
- u("div", Ps, [
4875
+ u("div", Qs, [
4876
4876
  b(B, {
4877
4877
  onClick: h[0] || (h[0] = (I) => p())
4878
4878
  }, {
@@ -4916,10 +4916,10 @@ const il = { id: "player-wrapper" }, ul = { id: "player-sizer" }, cl = {
4916
4916
  ]);
4917
4917
  };
4918
4918
  }
4919
- }), Ns = /* @__PURE__ */ ee(Ws, [["__scopeId", "data-v-bd4f66c3"]]), Gs = { class: "top-left" }, Qs = { class: "top-right" }, Zs = { class: "header-slot anchor elevation-5" }, qs = {
4919
+ }), qs = /* @__PURE__ */ ee(Zs, [["__scopeId", "data-v-bd4f66c3"]]), Js = { class: "top-left" }, Xs = { class: "top-right" }, Ks = { class: "header-slot anchor elevation-5" }, er = {
4920
4920
  id: "moveableBody",
4921
4921
  class: "body-slot moveable-body anchor d-flex justify-center align-center position-relative"
4922
- }, Js = { class: "moveable-footer elevation-5" }, Xs = /* @__PURE__ */ W({
4922
+ }, tr = { class: "moveable-footer elevation-5" }, ar = /* @__PURE__ */ W({
4923
4923
  __name: "VMoveable",
4924
4924
  props: {
4925
4925
  size: {}
@@ -4962,44 +4962,44 @@ const il = { id: "player-wrapper" }, ul = { id: "player-sizer" }, cl = {
4962
4962
  id: "moveableDiv",
4963
4963
  class: fe([r.size, "sizer rounded"])
4964
4964
  }, [
4965
- u("div", Gs, [
4965
+ u("div", Js, [
4966
4966
  oe(r.$slots, "top-left", {}, void 0, !0)
4967
4967
  ]),
4968
- u("div", Qs, [
4968
+ u("div", Xs, [
4969
4969
  oe(r.$slots, "top-right", {}, void 0, !0)
4970
4970
  ]),
4971
- u("div", Zs, [
4971
+ u("div", Ks, [
4972
4972
  oe(r.$slots, "header", {}, void 0, !0)
4973
4973
  ]),
4974
- u("div", qs, [
4974
+ u("div", er, [
4975
4975
  oe(r.$slots, "body", {}, void 0, !0)
4976
4976
  ]),
4977
- u("div", Js, [
4977
+ u("div", tr, [
4978
4978
  oe(r.$slots, "footer", {}, void 0, !0)
4979
4979
  ])
4980
4980
  ], 2));
4981
4981
  }
4982
- }), Ks = /* @__PURE__ */ ee(Xs, [["__scopeId", "data-v-1a87ee81"]]), er = {
4982
+ }), nr = /* @__PURE__ */ ee(ar, [["__scopeId", "data-v-1a87ee81"]]), or = {
4983
4983
  class: "rotation-marker-svg",
4984
4984
  viewBox: "0 0 40 40",
4985
4985
  xmlns: "http://www.w3.org/2000/svg"
4986
- }, tr = /* @__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), ar = ["transform"], nr = /* @__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), or = [
4987
- nr
4988
- ], lr = /* @__PURE__ */ W({
4986
+ }, lr = /* @__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), sr = ["transform"], rr = /* @__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), ir = [
4987
+ rr
4988
+ ], ur = /* @__PURE__ */ W({
4989
4989
  __name: "VRotationMarker",
4990
4990
  props: {
4991
4991
  rotation: {}
4992
4992
  },
4993
4993
  setup(s) {
4994
- return (a, e) => (v(), x("svg", er, [
4995
- tr,
4994
+ return (a, e) => (v(), x("svg", or, [
4995
+ lr,
4996
4996
  u("g", {
4997
4997
  "transform-origin": "20 20",
4998
4998
  transform: `rotate(${45 + a.rotation})`
4999
- }, or, 8, ar)
4999
+ }, ir, 8, sr)
5000
5000
  ]));
5001
5001
  }
5002
- }), sr = { class: "minimap-wrapper" }, rr = { class: "minimap-container" }, ir = /* @__PURE__ */ W({
5002
+ }), cr = { class: "minimap-wrapper" }, dr = { class: "minimap-container" }, vr = /* @__PURE__ */ W({
5003
5003
  __name: "VMiniMapMap",
5004
5004
  props: {
5005
5005
  backgroundImage: {},
@@ -5013,7 +5013,7 @@ const il = { id: "player-wrapper" }, ul = { id: "player-sizer" }, cl = {
5013
5013
  fit: { type: Boolean }
5014
5014
  },
5015
5015
  setup(s) {
5016
- const a = s, e = d(512), n = d(384), t = d(512), o = d(384), r = d(new rt()), l = d(new $a()), m = d({}), p = d(1), i = d(), f = e.value / e.value, S = V(() => {
5016
+ const a = s, e = d(512), n = d(384), t = d(512), o = d(384), r = d(new rt()), l = d(new Ha()), m = d({}), p = d(1), i = d(), f = e.value / e.value, S = V(() => {
5017
5017
  const C = a.containerWidth / a.containerHeight;
5018
5018
  let A;
5019
5019
  return C > f ? A = a.containerHeight / n.value : A = a.containerWidth / e.value, A;
@@ -5041,13 +5041,13 @@ const il = { id: "player-wrapper" }, ul = { id: "player-sizer" }, cl = {
5041
5041
  R(), I(), X();
5042
5042
  const C = document.getElementById("moveableDiv");
5043
5043
  C && (i.value = new ResizeObserver(X).observe(C));
5044
- }), Ea(() => {
5044
+ }), Ba(() => {
5045
5045
  R(), I();
5046
5046
  }), Qe(() => {
5047
5047
  i.value && i.value.unobserve(document.getElementById("moveableDiv"));
5048
5048
  });
5049
5049
  function z(C) {
5050
- return Ba.degToRad(C);
5050
+ return Ya.degToRad(C);
5051
5051
  }
5052
5052
  function I() {
5053
5053
  l.value.rotation.x = 180, l.value.rotation.y = a.storey.rotation.y * -1, m.value = {
@@ -5082,8 +5082,8 @@ const il = { id: "player-wrapper" }, ul = { id: "player-sizer" }, cl = {
5082
5082
  const A = C.offsetHeight / 384 * 0.8, j = C.offsetWidth / 512 * 0.8;
5083
5083
  C.offsetHeight > C.offsetWidth ? p.value = j * 0.5 : p.value = A * 0.9;
5084
5084
  }
5085
- return (C, A) => (v(), x("div", sr, [
5086
- u("div", rr, [
5085
+ return (C, A) => (v(), x("div", cr, [
5086
+ u("div", dr, [
5087
5087
  u("div", {
5088
5088
  class: "web-minimap",
5089
5089
  style: de(O.value)
@@ -5105,6 +5105,8 @@ const il = { id: "player-wrapper" }, ul = { id: "player-sizer" }, cl = {
5105
5105
  style: de(L(j))
5106
5106
  }, null, 4)) : $("", !0),
5107
5107
  oe(C.$slots, "default", {
5108
+ id: j.id,
5109
+ camera: j,
5108
5110
  active: c.value.id === j.id,
5109
5111
  style: de({
5110
5112
  ...L(j),
@@ -5112,7 +5114,7 @@ const il = { id: "player-wrapper" }, ul = { id: "player-sizer" }, cl = {
5112
5114
  zIndex: "3"
5113
5115
  })
5114
5116
  }, () => [
5115
- c.value.id === j.id && a.rotation !== null ? (v(), T(lr, {
5117
+ c.value.id === j.id && a.rotation !== null ? (v(), T(ur, {
5116
5118
  key: 0,
5117
5119
  class: "rotation-marker-component-base rotation-marker-component",
5118
5120
  rotation: h.value,
@@ -5125,7 +5127,7 @@ const il = { id: "player-wrapper" }, ul = { id: "player-sizer" }, cl = {
5125
5127
  ])
5126
5128
  ]));
5127
5129
  }
5128
- }), ea = /* @__PURE__ */ ee(ir, [["__scopeId", "data-v-69d31e04"]]), ur = /* @__PURE__ */ W({
5130
+ }), ea = /* @__PURE__ */ ee(vr, [["__scopeId", "data-v-5cdee9d5"]]), mr = /* @__PURE__ */ W({
5129
5131
  __name: "VMiniMapCompass",
5130
5132
  props: {
5131
5133
  scale: {},
@@ -5144,10 +5146,10 @@ const il = { id: "player-wrapper" }, ul = { id: "player-sizer" }, cl = {
5144
5146
  }, null, 8, ["longitude"])
5145
5147
  ], 4));
5146
5148
  }
5147
- }), ta = /* @__PURE__ */ ee(ur, [["__scopeId", "data-v-d047dca8"]]), cr = { class: "ss-wrapper" }, dr = { class: "slider" }, vr = { class: "minimap-sun-slider" }, mr = { class: "d-flex flex-column align-center justify-center" }, pr = {
5149
+ }), ta = /* @__PURE__ */ ee(mr, [["__scopeId", "data-v-d047dca8"]]), pr = { class: "ss-wrapper" }, fr = { class: "slider" }, hr = { class: "minimap-sun-slider" }, gr = { class: "d-flex flex-column align-center justify-center" }, yr = {
5148
5150
  key: 0,
5149
5151
  class: "time-label"
5150
- }, fr = /* @__PURE__ */ W({
5152
+ }, _r = /* @__PURE__ */ W({
5151
5153
  __name: "VSunSimulationSlider",
5152
5154
  props: {
5153
5155
  cdnFileResolver: { type: [String, Function] },
@@ -5222,9 +5224,9 @@ const il = { id: "player-wrapper" }, ul = { id: "player-sizer" }, cl = {
5222
5224
  }
5223
5225
  return (y, g) => {
5224
5226
  const B = E("v-progress-linear"), O = E("v-icon"), z = E("v-slider");
5225
- return v(), x("div", cr, [
5226
- u("div", dr, [
5227
- u("div", vr, [
5227
+ return v(), x("div", pr, [
5228
+ u("div", fr, [
5229
+ u("div", hr, [
5228
5230
  o.value ? (v(), T(B, {
5229
5231
  key: 0,
5230
5232
  indeterminate: "",
@@ -5246,7 +5248,7 @@ const il = { id: "player-wrapper" }, ul = { id: "player-sizer" }, cl = {
5246
5248
  "thumb-label": "always"
5247
5249
  }, {
5248
5250
  prepend: _(() => [
5249
- u("div", mr, [
5251
+ u("div", gr, [
5250
5252
  b(O, { color: "#ffab02" }, {
5251
5253
  default: _(() => [
5252
5254
  te("mdi-white-balance-sunny")
@@ -5262,14 +5264,14 @@ const il = { id: "player-wrapper" }, ul = { id: "player-sizer" }, cl = {
5262
5264
  _: 1
5263
5265
  }, 8, ["modelValue"]))
5264
5266
  ]),
5265
- o.value ? $("", !0) : (v(), x("div", pr))
5267
+ o.value ? $("", !0) : (v(), x("div", yr))
5266
5268
  ])
5267
5269
  ]);
5268
5270
  };
5269
5271
  }
5270
- }), aa = /* @__PURE__ */ ee(fr, [["__scopeId", "data-v-52f122f2"]]), hr = (s) => (bt("data-v-79a93ab0"), s = s(), Ct(), s), gr = { class: "left" }, yr = { class: "right" }, _r = /* @__PURE__ */ hr(() => /* @__PURE__ */ u("div", { class: "d-flex justify-space-between pa-1" }, [
5272
+ }), aa = /* @__PURE__ */ ee(_r, [["__scopeId", "data-v-52f122f2"]]), br = (s) => (bt("data-v-79a93ab0"), s = s(), Ct(), s), Cr = { class: "left" }, wr = { class: "right" }, kr = /* @__PURE__ */ br(() => /* @__PURE__ */ u("div", { class: "d-flex justify-space-between pa-1" }, [
5271
5273
  /* @__PURE__ */ u("div", { class: "center" }, " ")
5272
- ], -1)), br = /* @__PURE__ */ W({
5274
+ ], -1)), Sr = /* @__PURE__ */ W({
5273
5275
  __name: "VMiniMap",
5274
5276
  props: {
5275
5277
  cdnFileResolver: { type: [String, Function] },
@@ -5310,13 +5312,13 @@ const il = { id: "player-wrapper" }, ul = { id: "player-sizer" }, cl = {
5310
5312
  };
5311
5313
  return (h, k) => {
5312
5314
  const y = E("v-btn");
5313
- return v(), T(Ks, {
5315
+ return v(), T(nr, {
5314
5316
  ref_key: "minimapMoveable",
5315
5317
  ref: e,
5316
5318
  size: S.value
5317
5319
  }, {
5318
5320
  "top-left": _(() => [
5319
- u("div", gr, [
5321
+ u("div", Cr, [
5320
5322
  b(y, {
5321
5323
  icon: "mdi-window-close",
5322
5324
  size: "x-small",
@@ -5325,12 +5327,12 @@ const il = { id: "player-wrapper" }, ul = { id: "player-sizer" }, cl = {
5325
5327
  ])
5326
5328
  ]),
5327
5329
  "top-right": _(() => [
5328
- u("div", yr, [
5330
+ u("div", wr, [
5329
5331
  b(y, {
5330
5332
  class: "rotate-icon",
5331
5333
  size: "x-small",
5332
5334
  icon: "mdi mdi-rotate-right",
5333
- onClick: Ta(w, ["stop"]),
5335
+ onClick: Ra(w, ["stop"]),
5334
5336
  title: "Rotate"
5335
5337
  }),
5336
5338
  b(y, {
@@ -5343,7 +5345,7 @@ const il = { id: "player-wrapper" }, ul = { id: "player-sizer" }, cl = {
5343
5345
  ])
5344
5346
  ]),
5345
5347
  header: _(() => [
5346
- _r
5348
+ kr
5347
5349
  ]),
5348
5350
  body: _(() => [
5349
5351
  b(ta, {
@@ -5377,12 +5379,12 @@ const il = { id: "player-wrapper" }, ul = { id: "player-sizer" }, cl = {
5377
5379
  }, 8, ["size"]);
5378
5380
  };
5379
5381
  }
5380
- }), jt = /* @__PURE__ */ ee(br, [["__scopeId", "data-v-79a93ab0"]]);
5382
+ }), jt = /* @__PURE__ */ ee(Sr, [["__scopeId", "data-v-79a93ab0"]]);
5381
5383
  function gt(s) {
5382
5384
  const a = s * 60, e = Math.floor(a / 60), n = a % 60;
5383
5385
  return `${e.toString().padStart(2, "0")}:${n.toString().padStart(2, "0")}`;
5384
5386
  }
5385
- const Cr = { class: "d-flex align-center" }, wr = { class: "d-block mr-1" }, kr = { class: "small" }, Sr = { class: "small" }, Ir = /* @__PURE__ */ W({
5387
+ const Ir = { class: "d-flex align-center" }, xr = { class: "d-block mr-1" }, Dr = { class: "small" }, Ar = { class: "small" }, Fr = /* @__PURE__ */ W({
5386
5388
  __name: "VSunsimSlider",
5387
5389
  props: {
5388
5390
  currentDay: {},
@@ -5407,8 +5409,8 @@ const Cr = { class: "d-flex align-center" }, wr = { class: "d-block mr-1" }, kr
5407
5409
  { immediate: !0 }
5408
5410
  ), (m, p) => {
5409
5411
  const i = E("v-icon"), f = E("v-slider"), S = E("v-field"), w = E("v-btn");
5410
- return v(), x("div", Cr, [
5411
- u("div", wr, [
5412
+ return v(), x("div", Ir, [
5413
+ u("div", xr, [
5412
5414
  b(S, {
5413
5415
  class: "ss-slider-field",
5414
5416
  style: {},
@@ -5442,7 +5444,7 @@ const Cr = { class: "d-flex align-center" }, wr = { class: "d-block mr-1" }, kr
5442
5444
  ]),
5443
5445
  _: 1
5444
5446
  }),
5445
- u("span", kr, Z(D(gt)(l.value)), 1)
5447
+ u("span", Dr, Z(D(gt)(l.value)), 1)
5446
5448
  ]),
5447
5449
  _: 1
5448
5450
  }, 8, ["modelValue", "min", "max", "step", "disabled"])) : (v(), x(me, { key: 1 }, [
@@ -5456,7 +5458,7 @@ const Cr = { class: "d-flex align-center" }, wr = { class: "d-block mr-1" }, kr
5456
5458
  ]),
5457
5459
  _: 1
5458
5460
  }),
5459
- u("span", Sr, Z(D(gt)(l.value)), 1)
5461
+ u("span", Ar, Z(D(gt)(l.value)), 1)
5460
5462
  ], 64))
5461
5463
  ]),
5462
5464
  _: 1
@@ -5473,7 +5475,7 @@ const Cr = { class: "d-flex align-center" }, wr = { class: "d-block mr-1" }, kr
5473
5475
  ]);
5474
5476
  };
5475
5477
  }
5476
- }), Pt = /* @__PURE__ */ ee(Ir, [["__scopeId", "data-v-c06c753d"]]), xr = /* @__PURE__ */ W({
5478
+ }), Pt = /* @__PURE__ */ ee(Fr, [["__scopeId", "data-v-c06c753d"]]), Lr = /* @__PURE__ */ W({
5477
5479
  __name: "VSunStudyToggle",
5478
5480
  props: {
5479
5481
  displaySunsim: { type: Boolean },
@@ -5499,7 +5501,7 @@ const Cr = { class: "d-flex align-center" }, wr = { class: "d-block mr-1" }, kr
5499
5501
  })) : $("", !0);
5500
5502
  };
5501
5503
  }
5502
- }), Dr = /* @__PURE__ */ W({
5504
+ }), Mr = /* @__PURE__ */ W({
5503
5505
  __name: "VAutoplay",
5504
5506
  props: {
5505
5507
  autoplayStatus: { type: Boolean }
@@ -5527,10 +5529,10 @@ const Cr = { class: "d-flex align-center" }, wr = { class: "d-block mr-1" }, kr
5527
5529
  }, 8, ["class"]);
5528
5530
  };
5529
5531
  }
5530
- }), Wt = /* @__PURE__ */ ee(Dr, [["__scopeId", "data-v-7fd2b4f3"]]), Ar = {
5532
+ }), Wt = /* @__PURE__ */ ee(Mr, [["__scopeId", "data-v-7fd2b4f3"]]), Or = {
5531
5533
  key: 0,
5532
5534
  class: "sun-icon-wrapper"
5533
- }, Fr = 37, Lr = 39, Mr = /* @__PURE__ */ W({
5535
+ }, Er = 37, Tr = 39, Vr = /* @__PURE__ */ W({
5534
5536
  __name: "VWaypointCarousel",
5535
5537
  props: {
5536
5538
  thumbnails: {},
@@ -5556,10 +5558,10 @@ const Cr = { class: "d-flex align-center" }, wr = { class: "d-block mr-1" }, kr
5556
5558
  });
5557
5559
  function l(p) {
5558
5560
  switch (p.keyCode) {
5559
- case p.keyCode === Fr:
5561
+ case p.keyCode === Er:
5560
5562
  n("previous");
5561
5563
  break;
5562
- case p.keyCode === Lr:
5564
+ case p.keyCode === Tr:
5563
5565
  n("next");
5564
5566
  break;
5565
5567
  default:
@@ -5631,7 +5633,7 @@ const Cr = { class: "d-flex align-center" }, wr = { class: "d-block mr-1" }, kr
5631
5633
  "aspect-ratio": 1,
5632
5634
  src: y.thumbnailUrl
5633
5635
  }, null, 8, ["src"]),
5634
- e.cameraHasSunStudy(y.id) ? (v(), x("div", Ar, [
5636
+ e.cameraHasSunStudy(y.id) ? (v(), x("div", Or, [
5635
5637
  b(w, {
5636
5638
  class: "sun-icon",
5637
5639
  icon: "mdi-white-balance-sunny"
@@ -5650,10 +5652,10 @@ const Cr = { class: "d-flex align-center" }, wr = { class: "d-block mr-1" }, kr
5650
5652
  ], 2);
5651
5653
  };
5652
5654
  }
5653
- }), yt = /* @__PURE__ */ ee(Mr, [["__scopeId", "data-v-9cc758dc"]]), Or = {
5655
+ }), yt = /* @__PURE__ */ ee(Vr, [["__scopeId", "data-v-9cc758dc"]]), $r = {
5654
5656
  id: "share-btns-wrapper",
5655
5657
  class: "text-center"
5656
- }, Er = /* @__PURE__ */ W({
5658
+ }, Br = /* @__PURE__ */ W({
5657
5659
  __name: "VSocialShare",
5658
5660
  setup(s) {
5659
5661
  const a = Ze(Be), e = d(!1), n = d(location.href);
@@ -5730,7 +5732,7 @@ const Cr = { class: "d-flex align-center" }, wr = { class: "d-block mr-1" }, kr
5730
5732
  }),
5731
5733
  b(h, { class: "mt-5" }, {
5732
5734
  default: _(() => [
5733
- u("p", Or, [
5735
+ u("p", $r, [
5734
5736
  b(f, { location: "top" }, {
5735
5737
  activator: _(({ props: g }) => [
5736
5738
  b(i, Oe({
@@ -5818,7 +5820,7 @@ const Cr = { class: "d-flex align-center" }, wr = { class: "d-block mr-1" }, kr
5818
5820
  ]);
5819
5821
  };
5820
5822
  }
5821
- }), na = /* @__PURE__ */ ee(Er, [["__scopeId", "data-v-b6e473f1"]]), Tr = { class: "static-image-wrapper" }, Vr = /* @__PURE__ */ W({
5823
+ }), na = /* @__PURE__ */ ee(Br, [["__scopeId", "data-v-b6e473f1"]]), Rr = { class: "static-image-wrapper" }, Ur = /* @__PURE__ */ W({
5822
5824
  __name: "VSingleImage",
5823
5825
  props: {
5824
5826
  image: {},
@@ -5826,14 +5828,14 @@ const Cr = { class: "d-flex align-center" }, wr = { class: "d-block mr-1" }, kr
5826
5828
  },
5827
5829
  setup(s) {
5828
5830
  const a = s, e = V(() => ({ "background-image": `url("${encodeURI(a.image)}")` }));
5829
- return (n, t) => (v(), x("div", Tr, [
5831
+ return (n, t) => (v(), x("div", Rr, [
5830
5832
  u("div", {
5831
5833
  class: fe(["img-div", [n.aspectRatio]]),
5832
5834
  style: de(e.value)
5833
5835
  }, null, 6)
5834
5836
  ]));
5835
5837
  }
5836
- }), $r = /* @__PURE__ */ ee(Vr, [["__scopeId", "data-v-31489804"]]), Br = {
5838
+ }), Hr = /* @__PURE__ */ ee(Ur, [["__scopeId", "data-v-31489804"]]), Yr = {
5837
5839
  id: "btn-fullscreen",
5838
5840
  class: "btn-placeholder mr-2"
5839
5841
  }, oa = /* @__PURE__ */ W({
@@ -5846,7 +5848,7 @@ const Cr = { class: "d-flex align-center" }, wr = { class: "d-block mr-1" }, kr
5846
5848
  const e = a;
5847
5849
  return (n, t) => {
5848
5850
  const o = E("v-btn");
5849
- return v(), x("div", Br, [
5851
+ return v(), x("div", Yr, [
5850
5852
  b(o, {
5851
5853
  density: "comfortable",
5852
5854
  elevation: "3",
@@ -5897,28 +5899,28 @@ class la {
5897
5899
  this._state.isActive = a;
5898
5900
  }
5899
5901
  }
5900
- const Rr = {
5902
+ const zr = {
5901
5903
  key: 0,
5902
5904
  class: "player-error"
5903
- }, Ur = { class: "player-and-components-wrapper" }, Hr = {
5905
+ }, jr = { class: "player-and-components-wrapper" }, Pr = {
5904
5906
  key: 3,
5905
5907
  class: "settings-panel"
5906
- }, Yr = {
5908
+ }, Wr = {
5907
5909
  key: 0,
5908
5910
  class: "compass-wrapper"
5909
- }, zr = {
5911
+ }, Nr = {
5910
5912
  key: 1,
5911
5913
  class: "btn-placeholder mr-2"
5912
- }, jr = { class: "btn-placeholder mr-2" }, Pr = {
5914
+ }, Gr = { class: "btn-placeholder mr-2" }, Qr = {
5913
5915
  key: 2,
5914
5916
  class: "btn-placeholder mr-2"
5915
- }, Wr = { class: "d-flex flex-column align-end" }, Nr = {
5917
+ }, Zr = { class: "d-flex flex-column align-end" }, qr = {
5916
5918
  key: 0,
5917
5919
  class: "d-flex align-center flex-column sun-study mt-2"
5918
- }, Gr = {
5920
+ }, Jr = {
5919
5921
  key: 2,
5920
5922
  class: "render-version"
5921
- }, Qr = /* @__PURE__ */ W({
5923
+ }, Xr = /* @__PURE__ */ W({
5922
5924
  __name: "VVirtualTour",
5923
5925
  props: {
5924
5926
  cdnFileResolver: {},
@@ -5992,9 +5994,13 @@ const Rr = {
5992
5994
  a({
5993
5995
  updateSelectedInterior: $t,
5994
5996
  takeSnapshot: Ut,
5995
- setCurrentCamera: mt
5997
+ setCurrentCamera: mt,
5998
+ getCurrentRotation: ga,
5999
+ setCurrentRotation: ya,
6000
+ getCurrentFov: _a,
6001
+ setCurrentFov: ba
5996
6002
  });
5997
- const j = d(!1), N = d(!1), ve = d(!1), P = d(), M = d(), Q = d(), K = d(), ie = d(), se = d(0), re = d(), ye = d(), ue = d(), Me = d(0), Fe = d(0), He = d(0), we = d(!1), xe = d(!1), Te = d(), De = d(!1), G = d(!1), q = d(
6003
+ const j = d(!1), N = d(!1), ve = d(!1), P = d(), M = d(), Q = d(), K = d(), se = d(), re = d(0), ie = d(), ye = d(), ue = d(), Me = d(0), Fe = d(0), He = d(0), we = d(!1), xe = d(!1), Te = d(), De = d(!1), G = d(!1), q = d(
5998
6004
  new la(document, "player-wrapper")
5999
6005
  ), he = d(), ze = V(() => {
6000
6006
  if (M.value) {
@@ -6020,23 +6026,23 @@ const Rr = {
6020
6026
  }
6021
6027
  return F;
6022
6028
  }), ae = V(() => be.value.findIndex(
6023
- (F) => F.archetypeID === re.value
6029
+ (F) => F.archetypeID === ie.value
6024
6030
  )), ne = V(() => Q.value ? Q.value.cameras.map((F) => ({
6025
6031
  ...F,
6026
6032
  thumbnailUrl: pt(
6027
- `/${re.value}/${o.value}/thumbs/200/${F.id}.jpg`
6033
+ `/${ie.value}/${o.value}/thumbs/200/${F.id}.jpg`
6028
6034
  ),
6029
6035
  imageUrl: pt(
6030
- `/${re.value}/${o.value}/images/1600/${F.id}.jpg`
6036
+ `/${ie.value}/${o.value}/images/1600/${F.id}.jpg`
6031
6037
  )
6032
- })) : []), ge = V(() => !ne.value || !ne.value[se.value] ? "" : ne.value[se.value].imageUrl), be = V(() => {
6038
+ })) : []), ge = V(() => !ne.value || !ne.value[re.value] ? "" : ne.value[re.value].imageUrl), be = V(() => {
6033
6039
  let F = [];
6034
6040
  return P.value && (F = P.value.archetypes), l.value.length ? F.filter(
6035
6041
  (Y) => l.value.includes(Y.archetypeID)
6036
6042
  ) : F;
6037
6043
  }), Ye = V(() => Q.value ? be.value.map((F) => {
6038
6044
  var le;
6039
- const Y = (le = ne.value[se.value]) == null ? void 0 : le.id;
6045
+ const Y = (le = ne.value[re.value]) == null ? void 0 : le.id;
6040
6046
  return {
6041
6047
  ...F,
6042
6048
  url: pt(
@@ -6048,7 +6054,7 @@ const Rr = {
6048
6054
  return K.value.storeys[H.value];
6049
6055
  }), Ue = V(() => M.value && M.value.timeInHours), Tt = V(() => {
6050
6056
  if (M.value && M.value.timeInHours && f.value)
6051
- return Da(M.value.timeInHours);
6057
+ return Ma(M.value.timeInHours);
6052
6058
  });
6053
6059
  at(
6054
6060
  Be,
@@ -6066,7 +6072,7 @@ const Rr = {
6066
6072
  );
6067
6073
  });
6068
6074
  U(r, () => {
6069
- r.value && (re.value = r.value);
6075
+ r.value && (ie.value = r.value);
6070
6076
  }), U(
6071
6077
  [t, o],
6072
6078
  async () => {
@@ -6091,7 +6097,7 @@ const Rr = {
6091
6097
  (Y) => Y.timeInHours === F[0].defaultHour
6092
6098
  );
6093
6099
  } else
6094
- G.value = !0, ie.value.unloadSunSim();
6100
+ G.value = !0, se.value.unloadSunSim();
6095
6101
  }), Ie(async () => {
6096
6102
  try {
6097
6103
  sa.value ? (j.value = !1, G.value = !0) : setTimeout(() => {
@@ -6119,23 +6125,23 @@ const Rr = {
6119
6125
  async function ca() {
6120
6126
  var F;
6121
6127
  if (M.value = await pa(
6122
- re.value,
6128
+ ie.value,
6123
6129
  o.value
6124
6130
  ), M.value && (ye.value = (F = M.value.cameras[0]) == null ? void 0 : F.id), Q.value = await fa(
6125
- re.value,
6131
+ ie.value,
6126
6132
  o.value
6127
6133
  ), Q.value) {
6128
6134
  const Y = B.value !== null ? B.value : 0;
6129
- se.value = Y, ye.value = Q.value.cameras[Y].id, ue.value = Q.value.cameras[Y].id;
6135
+ re.value = Y, ye.value = Q.value.cameras[Y].id, ue.value = Q.value.cameras[Y].id;
6130
6136
  }
6131
6137
  y.value && (K.value = await ha(
6132
- re.value,
6138
+ ie.value,
6133
6139
  o.value
6134
6140
  ));
6135
6141
  }
6136
6142
  function da() {
6137
6143
  let F = r.value;
6138
- F || (F = P.value.defaultArchetypeID), l.value.length || !l.value.includes(F) ? F = l.value[0] : console.warn("illegal interior id", F, l), F || (F = P.value.archetypes[0].archetypeID), re.value = F;
6144
+ F || (F = P.value.defaultArchetypeID), l.value.length || !l.value.includes(F) ? F = l.value[0] : console.warn("illegal interior id", F, l), F || (F = P.value.archetypes[0].archetypeID), ie.value = F;
6139
6145
  }
6140
6146
  function va() {
6141
6147
  const F = document.getElementById("main-canvas");
@@ -6214,25 +6220,37 @@ const Rr = {
6214
6220
  return;
6215
6221
  }
6216
6222
  }
6223
+ function ga() {
6224
+ return se.value.getCameraRotation();
6225
+ }
6226
+ function ya(F) {
6227
+ return se.value.setCameraRotation(F);
6228
+ }
6229
+ function _a() {
6230
+ return se.value.getCameraFov();
6231
+ }
6232
+ function ba(F) {
6233
+ return se.value.setCameraFov(F);
6234
+ }
6217
6235
  function vt() {
6218
- let F = se.value + 1;
6219
- F >= ne.value.length && (F = 0), se.value = F, mt(ne.value[se.value].id);
6236
+ let F = re.value + 1;
6237
+ F >= ne.value.length && (F = 0), re.value = F, mt(ne.value[re.value].id);
6220
6238
  }
6221
6239
  function St() {
6222
- let F = se.value - 1;
6223
- F < 0 && (F = ne.value.length - 1), se.value = F, mt(ne.value[se.value].id);
6240
+ let F = re.value - 1;
6241
+ F < 0 && (F = ne.value.length - 1), re.value = F, mt(ne.value[re.value].id);
6224
6242
  }
6225
6243
  function It(F, Y = !0) {
6226
6244
  let le = ne.value.findIndex((Se) => Se.id === F);
6227
- le != -1 && (se.value = le, Y && mt(F));
6245
+ le != -1 && (re.value = le, Y && mt(F));
6228
6246
  }
6229
6247
  function mt(F) {
6230
6248
  De.value = !1, ye.value = F;
6231
6249
  }
6232
6250
  function $t(F) {
6233
- re.value = F, A("onInteriorUpdate", F), A("onCameraUpdate", ue.value, M.value);
6251
+ ie.value = F, A("onInteriorUpdate", F), A("onCameraUpdate", ue.value, M.value);
6234
6252
  }
6235
- function ga(F) {
6253
+ function Ca(F) {
6236
6254
  ue.value = F, ue.value && (It(ue.value, !1), A("onCameraUpdate", ue.value, M.value));
6237
6255
  }
6238
6256
  const Ge = V(() => (F) => {
@@ -6242,39 +6260,39 @@ const Rr = {
6242
6260
  const Y = M.value.cameras.find((le) => le.id === F);
6243
6261
  return Y == null ? void 0 : Y.sunsimDayOfYear;
6244
6262
  };
6245
- function ya(F) {
6263
+ function wa(F) {
6246
6264
  A("onSunsimUpdate", F);
6247
6265
  }
6248
6266
  function Bt(F) {
6249
- ie.value.loadSunSim(F.timeInHours);
6267
+ se.value.loadSunSim(F.timeInHours);
6250
6268
  }
6251
- function _a(F) {
6269
+ function ka(F) {
6252
6270
  Me.value = F;
6253
6271
  }
6254
6272
  function Rt(F) {
6255
6273
  Fe.value = F;
6256
6274
  }
6257
- function ba(F) {
6275
+ function Sa(F) {
6258
6276
  He.value = F;
6259
6277
  }
6260
- function Ca(F, Y) {
6278
+ function Ia(F, Y) {
6261
6279
  }
6262
- function wa(F) {
6263
- ie.value = F, ie.value && (L.value && ie.value.updateSettings(L.value), J.value ? ie.value.loadMarkersJson() : R.value && ie.value.loadDynamicMarkers(R.value));
6280
+ function xa(F) {
6281
+ se.value = F, se.value && (L.value && se.value.updateSettings(L.value), J.value ? se.value.loadMarkersJson() : R.value && se.value.loadDynamicMarkers(R.value));
6264
6282
  }
6265
- function ka() {
6283
+ function Da() {
6266
6284
  q.value.toggle(), window.scrollTo({ top: 150, behavior: "smooth" });
6267
6285
  }
6268
- function Sa() {
6286
+ function Aa() {
6269
6287
  we.value = !we.value;
6270
6288
  }
6271
6289
  async function Ut() {
6272
- const F = 180 / Math.PI, Y = await ie.value.takePhoto(), le = ie.value.getRotationEuler(), Se = ie.value.getCurrentCamera(), Xe = new Gn(Y, Se), Aa = [
6290
+ const F = 180 / Math.PI, Y = await se.value.takePhoto(), le = se.value.getRotationEuler(), Se = se.value.getCurrentCamera(), Xe = new Jn(Y, Se), Oa = [
6273
6291
  le.x * -F,
6274
6292
  le.y * -F,
6275
6293
  le.z * F
6276
6294
  ];
6277
- return A("onSnapshot", Xe, Aa), Xe;
6295
+ return A("onSnapshot", Xe, Oa), Xe;
6278
6296
  }
6279
6297
  function pt(F) {
6280
6298
  let Y = ce(t.value, F);
@@ -6288,35 +6306,36 @@ const Rr = {
6288
6306
  throw new Error(le);
6289
6307
  }
6290
6308
  }
6291
- function Ia(F) {
6292
- ie.value.updateSettings(F);
6309
+ function Fa(F) {
6310
+ se.value.updateSettings(F);
6293
6311
  }
6294
- function xa(F) {
6312
+ function La(F) {
6295
6313
  A("saveSettings", F);
6296
6314
  }
6297
- function Da(F) {
6315
+ function Ma(F) {
6298
6316
  if (F === void 0)
6299
6317
  return null;
6300
6318
  const Y = Math.floor(F), le = Math.floor((Y - F) * 60);
6301
6319
  return { hours: Y, minutes: le };
6302
6320
  }
6303
- const Pe = d(!1), Ht = d(null), xt = d(1), Yt = () => {
6321
+ const Pe = d(!1), Ht = d(null), xt = d(1);
6322
+ function Yt() {
6304
6323
  if (Pe.value) {
6305
- clearInterval(Ht.value), Pe.value = !1, ie.value.toggleAutoRotate();
6324
+ clearInterval(Ht.value), Pe.value = !1, se.value.toggleAutoRotate();
6306
6325
  return;
6307
6326
  }
6308
- Pe.value = !0, ie.value.toggleAutoRotate(), Ht.value = setInterval(() => {
6309
- xt.value = 1 * xt.value, ie.value.setAutoRotateSpeed(xt.value), vt();
6327
+ Pe.value = !0, se.value.toggleAutoRotate(), Ht.value = setInterval(() => {
6328
+ xt.value = 1 * xt.value, se.value.setAutoRotateSpeed(xt.value), vt();
6310
6329
  }, 5e3);
6311
- };
6330
+ }
6312
6331
  return (F, Y) => {
6313
6332
  const le = E("v-btn");
6314
6333
  return v(), x("div", {
6315
6334
  class: fe(["virtual-tour-wrapper", [Vt.value]])
6316
6335
  }, [
6317
- ve.value ? (v(), x("div", Rr, "Error loading the player!!")) : $("", !0),
6318
- u("div", Ur, [
6319
- !q.value.isActive && K.value && ue.value && je.value && re.value && xe.value ? (v(), T(jt, {
6336
+ ve.value ? (v(), x("div", zr, "Error loading the player!!")) : $("", !0),
6337
+ u("div", jr, [
6338
+ !q.value.isActive && K.value && ue.value && je.value && ie.value && xe.value ? (v(), T(jt, {
6320
6339
  key: 0,
6321
6340
  "cdn-file-resolver": D(t),
6322
6341
  "apartment-json": M.value,
@@ -6326,11 +6345,11 @@ const Rr = {
6326
6345
  "current-camera": ue.value,
6327
6346
  onClose: Y[0] || (Y[0] = (Se) => xe.value = !1)
6328
6347
  }, null, 8, ["cdn-file-resolver", "apartment-json", "level", "minimap-json", "rotation", "current-camera"])) : $("", !0),
6329
- re.value && ye.value ? (v(), x("div", {
6348
+ ie.value && ye.value ? (v(), x("div", {
6330
6349
  key: 1,
6331
6350
  class: fe(["v-player", [Vt.value]])
6332
6351
  }, [
6333
- b(Cl, {
6352
+ b(Il, {
6334
6353
  ref_key: "vPlayerInstance",
6335
6354
  ref: he,
6336
6355
  "cdn-file-resolver": D(t),
@@ -6338,18 +6357,18 @@ const Rr = {
6338
6357
  "show-static-image": we.value,
6339
6358
  "current-camera-id": ye.value,
6340
6359
  "mouse-sensitivity": D(z),
6341
- "interior-id": re.value,
6360
+ "interior-id": ie.value,
6342
6361
  "apartment-id": D(o),
6343
- onNewCameraCallback: ga,
6344
- onNewRotationCallback: _a,
6362
+ onNewCameraCallback: Ca,
6363
+ onNewRotationCallback: ka,
6345
6364
  onNewFloorCallback: Rt,
6346
- onNewFovCallback: ba,
6347
- onNewSizeCallback: Ca,
6348
- onSunsimCallback: ya,
6349
- onPlayerApiCallback: wa
6365
+ onNewFovCallback: Sa,
6366
+ onNewSizeCallback: Ia,
6367
+ onSunsimCallback: wa,
6368
+ onPlayerApiCallback: xa
6350
6369
  }, {
6351
6370
  "slideshow-image": _(() => [
6352
- we.value ? (v(), T($r, {
6371
+ we.value ? (v(), T(Hr, {
6353
6372
  key: 0,
6354
6373
  image: ge.value
6355
6374
  }, null, 8, ["image"])) : $("", !0)
@@ -6382,31 +6401,31 @@ const Rr = {
6382
6401
  }, null, 512)), [
6383
6402
  [ke, G.value]
6384
6403
  ]) : $("", !0),
6385
- G.value && D(g) && ze.value.length > 1 ? (v(), T(Dl, {
6404
+ G.value && D(g) && ze.value.length > 1 ? (v(), T(Ml, {
6386
6405
  key: 2,
6387
6406
  level: Fe.value,
6388
6407
  "floor-levels": ze.value,
6389
6408
  onLevel: Rt
6390
6409
  }, null, 8, ["level", "floor-levels"])) : $("", !0),
6391
- D(I) && N.value ? (v(), x("div", Hr, [
6392
- b(Ns, {
6410
+ D(I) && N.value ? (v(), x("div", Pr, [
6411
+ b(qs, {
6393
6412
  "initial-settings": D(L),
6394
- onUpdateSettings: Ia,
6395
- onSaveSettings: xa
6413
+ onUpdateSettings: Fa,
6414
+ onSaveSettings: La
6396
6415
  }, null, 8, ["initial-settings"])
6397
6416
  ])) : $("", !0)
6398
6417
  ]),
6399
6418
  "top-center": _(() => []),
6400
6419
  "top-right": _(() => [
6401
- M.value && D(S) ? Ce((v(), x("div", Yr, [
6402
- b(Rl, { rotation: Me.value }, null, 8, ["rotation"])
6420
+ M.value && D(S) ? Ce((v(), x("div", Wr, [
6421
+ b(zl, { rotation: Me.value }, null, 8, ["rotation"])
6403
6422
  ], 512)), [
6404
6423
  [ke, G.value]
6405
6424
  ]) : $("", !0),
6406
6425
  u("div", {
6407
6426
  onClick: Y[4] || (Y[4] = (Se) => xe.value = !xe.value)
6408
6427
  }, [
6409
- G.value && M.value && Ue.value && D(f) ? (v(), T(Pl, {
6428
+ G.value && M.value && Ue.value && D(f) ? (v(), T(Ql, {
6410
6429
  key: 0,
6411
6430
  hours: Tt.value.hours,
6412
6431
  minutes: Tt.value.minutes,
@@ -6432,7 +6451,7 @@ const Rr = {
6432
6451
  })
6433
6452
  ]),
6434
6453
  "center-center": _(() => [
6435
- j.value ? (v(), T(Ds, {
6454
+ j.value ? (v(), T(Ms, {
6436
6455
  key: 0,
6437
6456
  onCloseTutorial: Y[5] || (Y[5] = (Se) => ra(Se))
6438
6457
  })) : $("", !0),
@@ -6466,9 +6485,9 @@ const Rr = {
6466
6485
  key: 0,
6467
6486
  "is-full-screen": q.value.isActive,
6468
6487
  class: "btn-fullscreen",
6469
- onToggleFullscreen: ka
6488
+ onToggleFullscreen: Da
6470
6489
  }, null, 8, ["is-full-screen"])) : $("", !0),
6471
- D(c) ? (v(), x("div", zr, [
6490
+ D(c) ? (v(), x("div", Nr, [
6472
6491
  b(le, {
6473
6492
  density: "comfortable",
6474
6493
  elevation: "3",
@@ -6476,14 +6495,14 @@ const Rr = {
6476
6495
  onClick: Ut
6477
6496
  })
6478
6497
  ])) : $("", !0),
6479
- u("div", jr, [
6480
- D(m) && G.value ? (v(), T(Jl, {
6498
+ u("div", Gr, [
6499
+ D(m) && G.value ? (v(), T(ts, {
6481
6500
  key: 0,
6482
6501
  "show-static-image": we.value,
6483
- onToggle: Sa
6502
+ onToggle: Aa
6484
6503
  }, null, 8, ["show-static-image"])) : $("", !0)
6485
6504
  ]),
6486
- G.value && D(h) && !q.value.isActive ? (v(), x("div", Pr, [
6505
+ G.value && D(h) && !q.value.isActive ? (v(), x("div", Qr, [
6487
6506
  b(na)
6488
6507
  ])) : $("", !0)
6489
6508
  ]),
@@ -6496,7 +6515,7 @@ const Rr = {
6496
6515
  "mb-2": !Ne.value
6497
6516
  }])
6498
6517
  }, [
6499
- !Pe.value && Ge.value(ue.value) ? (v(), T(xr, {
6518
+ !Pe.value && Ge.value(ue.value) ? (v(), T(Lr, {
6500
6519
  key: 0,
6501
6520
  class: "ml-2",
6502
6521
  displaySunsim: De.value,
@@ -6516,7 +6535,7 @@ const Rr = {
6516
6535
  key: 1,
6517
6536
  class: fe([q.value.isActive ? "full-screen" : ""]),
6518
6537
  thumbnails: ne.value,
6519
- active: se.value,
6538
+ active: re.value,
6520
6539
  cameraHasSunStudy: Ge.value,
6521
6540
  onNext: vt,
6522
6541
  onPrevious: St,
@@ -6537,8 +6556,8 @@ const Rr = {
6537
6556
  })
6538
6557
  ]),
6539
6558
  "bottom-right": _(() => [
6540
- u("div", Wr, [
6541
- G.value && D(k) && Ye.value ? (v(), T(Vl, {
6559
+ u("div", Zr, [
6560
+ G.value && D(k) && Ye.value ? (v(), T(Ul, {
6542
6561
  key: 0,
6543
6562
  "cdn-file-resolver": D(t),
6544
6563
  "available-archetypes": Ye.value,
@@ -6555,7 +6574,7 @@ const Rr = {
6555
6574
  key: 0,
6556
6575
  class: "waypoint-carousel below-player",
6557
6576
  thumbnails: ne.value,
6558
- active: se.value,
6577
+ active: re.value,
6559
6578
  cameraHasSunStudy: Ge.value,
6560
6579
  onNext: vt,
6561
6580
  onPrevious: St,
@@ -6573,7 +6592,7 @@ const Rr = {
6573
6592
  ]),
6574
6593
  _: 1
6575
6594
  }),
6576
- Ne.value ? (v(), x("div", Nr, [
6595
+ Ne.value ? (v(), x("div", qr, [
6577
6596
  !Pe.value && ye.value && De.value && Ge.value(ue.value) && Je(ue.value)[0] && Te.value ? (v(), T(Pt, {
6578
6597
  key: 0,
6579
6598
  class: "mt-1",
@@ -6584,82 +6603,82 @@ const Rr = {
6584
6603
  }, null, 8, ["current-day", "current-time"])) : $("", !0)
6585
6604
  ])) : $("", !0)
6586
6605
  ], 2)) : $("", !0),
6587
- D(X) && D(C) ? (v(), x("div", Gr, " version: " + Z(D(X)), 1)) : $("", !0)
6606
+ D(X) && D(C) ? (v(), x("div", Jr, " version: " + Z(D(X)), 1)) : $("", !0)
6588
6607
  ])
6589
6608
  ], 2);
6590
6609
  };
6591
6610
  }
6592
- }), Zr = /* @__PURE__ */ ee(Qr, [["__scopeId", "data-v-508b264d"]]), qr = { id: "player-wrapper" }, Jr = { id: "player-sizer" }, Xr = {
6611
+ }), Kr = /* @__PURE__ */ ee(Xr, [["__scopeId", "data-v-45133d35"]]), ei = { id: "player-wrapper" }, ti = { id: "player-sizer" }, ai = {
6593
6612
  class: "player-control",
6594
6613
  id: "controls-top-left"
6595
- }, Kr = {
6614
+ }, ni = {
6596
6615
  class: "player-control",
6597
6616
  id: "controls-top-center"
6598
- }, ei = {
6617
+ }, oi = {
6599
6618
  class: "player-control",
6600
6619
  id: "controls-top-right"
6601
- }, ti = {
6620
+ }, li = {
6602
6621
  class: "player-control",
6603
6622
  id: "controls-center-left"
6604
- }, ai = {
6623
+ }, si = {
6605
6624
  class: "player-control",
6606
6625
  id: "controls-center-center"
6607
- }, ni = {
6626
+ }, ri = {
6608
6627
  class: "player-control",
6609
6628
  id: "controls-center-right"
6610
- }, oi = {
6629
+ }, ii = {
6611
6630
  class: "player-control",
6612
6631
  id: "controls-bottom-left"
6613
- }, li = {
6632
+ }, ui = {
6614
6633
  class: "player-control",
6615
6634
  id: "controls-bottom-center"
6616
- }, si = {
6635
+ }, ci = {
6617
6636
  class: "player-control",
6618
6637
  id: "controls-bottom-right"
6619
- }, ri = /* @__PURE__ */ W({
6638
+ }, di = /* @__PURE__ */ W({
6620
6639
  __name: "VManualSlideShowPlayer",
6621
6640
  props: {
6622
6641
  isFullScreen: { type: Boolean }
6623
6642
  },
6624
6643
  emits: ["newSizeCallback"],
6625
6644
  setup(s, { emit: a }) {
6626
- return (e, n) => (v(), x("div", qr, [
6627
- u("div", Jr, [
6645
+ return (e, n) => (v(), x("div", ei, [
6646
+ u("div", ti, [
6628
6647
  oe(e.$slots, "slideshow-image", {}, void 0, !0),
6629
- u("div", Xr, [
6648
+ u("div", ai, [
6630
6649
  oe(e.$slots, "top-left", {}, void 0, !0)
6631
6650
  ]),
6632
- u("div", Kr, [
6651
+ u("div", ni, [
6633
6652
  oe(e.$slots, "top-center", {}, void 0, !0)
6634
6653
  ]),
6635
- u("div", ei, [
6654
+ u("div", oi, [
6636
6655
  oe(e.$slots, "top-right", {}, void 0, !0)
6637
6656
  ]),
6638
- u("div", ti, [
6657
+ u("div", li, [
6639
6658
  oe(e.$slots, "center-left", {}, void 0, !0)
6640
6659
  ]),
6641
- u("div", ai, [
6660
+ u("div", si, [
6642
6661
  oe(e.$slots, "center-center", {}, void 0, !0)
6643
6662
  ]),
6644
- u("div", ni, [
6663
+ u("div", ri, [
6645
6664
  oe(e.$slots, "center-right", {}, void 0, !0)
6646
6665
  ]),
6647
- u("div", oi, [
6666
+ u("div", ii, [
6648
6667
  oe(e.$slots, "bottom-left", {}, void 0, !0)
6649
6668
  ]),
6650
- u("div", li, [
6669
+ u("div", ui, [
6651
6670
  oe(e.$slots, "bottom-center", {}, void 0, !0)
6652
6671
  ]),
6653
- u("div", si, [
6672
+ u("div", ci, [
6654
6673
  oe(e.$slots, "bottom-right", {}, void 0, !0)
6655
6674
  ])
6656
6675
  ])
6657
6676
  ]));
6658
6677
  }
6659
- }), ii = /* @__PURE__ */ ee(ri, [["__scopeId", "data-v-5fdd1e05"]]), ui = { class: "virtual-tour-wrapper" }, ci = { class: "player-and-components-wrapper" }, di = { class: "mss-image" }, vi = {
6678
+ }), vi = /* @__PURE__ */ ee(di, [["__scopeId", "data-v-5fdd1e05"]]), mi = { class: "virtual-tour-wrapper" }, pi = { class: "player-and-components-wrapper" }, fi = { class: "mss-image" }, hi = {
6660
6679
  key: 1,
6661
6680
  class: "btn-placeholder"
6662
- }, mi = /* @__PURE__ */ W({
6681
+ }, gi = /* @__PURE__ */ W({
6663
6682
  __name: "VManualSlideShow",
6664
6683
  props: {
6665
6684
  images: {},
@@ -6705,14 +6724,14 @@ const Rr = {
6705
6724
  }
6706
6725
  return (i, f) => {
6707
6726
  const S = E("v-img"), w = E("v-btn");
6708
- return v(), x("div", ui, [
6709
- u("div", ci, [
6727
+ return v(), x("div", mi, [
6728
+ u("div", pi, [
6710
6729
  u("div", null, [
6711
- b(ii, {
6730
+ b(vi, {
6712
6731
  "is-full-screen": n.value.isActive
6713
6732
  }, {
6714
6733
  "slideshow-image": _(() => [
6715
- u("div", di, [
6734
+ u("div", fi, [
6716
6735
  b(S, {
6717
6736
  src: o.value.thumbnailUrl
6718
6737
  }, null, 8, ["src"])
@@ -6757,7 +6776,7 @@ const Rr = {
6757
6776
  class: "btn-fullscreen",
6758
6777
  onToggleFullscreen: r
6759
6778
  }, null, 8, ["is-full-screen"])) : $("", !0),
6760
- i.showShare ? (v(), x("div", vi, [
6779
+ i.showShare ? (v(), x("div", hi, [
6761
6780
  b(na)
6762
6781
  ])) : $("", !0)
6763
6782
  ]),
@@ -6790,7 +6809,7 @@ const Rr = {
6790
6809
  ]);
6791
6810
  };
6792
6811
  }
6793
- }), pi = /* @__PURE__ */ ee(mi, [["__scopeId", "data-v-040ac08f"]]), fi = /* @__PURE__ */ W({
6812
+ }), yi = /* @__PURE__ */ ee(gi, [["__scopeId", "data-v-040ac08f"]]), _i = /* @__PURE__ */ W({
6794
6813
  __name: "VMiniMap",
6795
6814
  props: {
6796
6815
  cdnFileResolver: { type: [String, Function] },
@@ -6877,10 +6896,12 @@ const Rr = {
6877
6896
  containerHeight: 384,
6878
6897
  fit: ""
6879
6898
  }, {
6880
- default: _(({ active: B, style: O }) => [
6899
+ default: _(({ id: B, camera: O, active: z, style: I }) => [
6881
6900
  oe(k.$slots, "default", {
6882
- active: B,
6883
- style: de(O)
6901
+ id: B,
6902
+ camera: O,
6903
+ active: z,
6904
+ style: de(I)
6884
6905
  }, void 0, !0)
6885
6906
  ]),
6886
6907
  _: 3
@@ -6900,7 +6921,7 @@ const Rr = {
6900
6921
  }, 8, ["loading"]);
6901
6922
  };
6902
6923
  }
6903
- }), ru = /* @__PURE__ */ ee(fi, [["__scopeId", "data-v-4175e312"]]), hi = ["src"], gi = /* @__PURE__ */ W({
6924
+ }), du = /* @__PURE__ */ ee(_i, [["__scopeId", "data-v-8077dfb5"]]), bi = ["src"], Ci = /* @__PURE__ */ W({
6904
6925
  __name: "VStructureChooserCameraDayTimeSample",
6905
6926
  props: {
6906
6927
  timeSampleData: {},
@@ -6913,11 +6934,11 @@ const Rr = {
6913
6934
  key: o.value,
6914
6935
  src: o.value,
6915
6936
  width: "100%"
6916
- }, null, 8, hi)), [
6937
+ }, null, 8, bi)), [
6917
6938
  [ke, D(t) && D(e) === D(t)]
6918
6939
  ]);
6919
6940
  }
6920
- }), yi = /* @__PURE__ */ ee(gi, [["__scopeId", "data-v-a12a9cdb"]]), _i = /* @__PURE__ */ W({
6941
+ }), wi = /* @__PURE__ */ ee(Ci, [["__scopeId", "data-v-a12a9cdb"]]), ki = /* @__PURE__ */ W({
6921
6942
  __name: "VStructureChooserCameraDay",
6922
6943
  props: {
6923
6944
  dayData: {},
@@ -6927,14 +6948,14 @@ const Rr = {
6927
6948
  },
6928
6949
  setup(s) {
6929
6950
  const a = s, { dayData: e, cdnFileResolver: n, currentTime: t } = Ee(a);
6930
- return (o, r) => (v(!0), x(me, null, _e(D(e).timeSamples, (l) => (v(), T(yi, {
6951
+ return (o, r) => (v(!0), x(me, null, _e(D(e).timeSamples, (l) => (v(), T(wi, {
6931
6952
  key: l.filename,
6932
6953
  "time-sample-data": l,
6933
6954
  "cdn-file-resolver": D(n),
6934
6955
  "current-time": D(t)
6935
6956
  }, null, 8, ["time-sample-data", "cdn-file-resolver", "current-time"]))), 128));
6936
6957
  }
6937
- }), bi = ["src"], Ci = /* @__PURE__ */ W({
6958
+ }), Si = ["src"], Ii = /* @__PURE__ */ W({
6938
6959
  __name: "VStructureChooserCamera",
6939
6960
  props: {
6940
6961
  cameraData: {},
@@ -6948,7 +6969,7 @@ const Rr = {
6948
6969
  n.value,
6949
6970
  t.value.defaultFilename
6950
6971
  ));
6951
- return (l, m) => D(e).sunsimDayOfYear ? (v(!0), x(me, { key: 0 }, _e(D(e).sunsimDayOfYear, (p) => (v(), T(_i, {
6972
+ return (l, m) => D(e).sunsimDayOfYear ? (v(!0), x(me, { key: 0 }, _e(D(e).sunsimDayOfYear, (p) => (v(), T(ki, {
6952
6973
  key: p.dayOfYear,
6953
6974
  "day-data": p,
6954
6975
  "cdn-file-resolver": D(n),
@@ -6958,11 +6979,11 @@ const Rr = {
6958
6979
  key: r.value,
6959
6980
  src: r.value,
6960
6981
  width: "100%"
6961
- }, null, 8, bi)), [
6982
+ }, null, 8, Si)), [
6962
6983
  [ke, D(t) === D(e)]
6963
6984
  ]);
6964
6985
  }
6965
- }), wi = ["src"], ki = /* @__PURE__ */ W({
6986
+ }), xi = ["src"], Di = /* @__PURE__ */ W({
6966
6987
  __name: "VStructureChooserTransition",
6967
6988
  props: {
6968
6989
  transitionData: {},
@@ -6975,11 +6996,11 @@ const Rr = {
6975
6996
  key: o.value,
6976
6997
  src: o.value,
6977
6998
  class: "position-absolute top-left w-100 h-100"
6978
- }, null, 8, wi)), [
6999
+ }, null, 8, xi)), [
6979
7000
  [ke, D(e) === D(t)]
6980
7001
  ]);
6981
7002
  }
6982
- }), Si = /* @__PURE__ */ ee(ki, [["__scopeId", "data-v-ea8553ab"]]);
7003
+ }), Ai = /* @__PURE__ */ ee(Di, [["__scopeId", "data-v-ea8553ab"]]);
6983
7004
  function Nt(s) {
6984
7005
  const a = /* @__PURE__ */ new Date(0);
6985
7006
  return a.setUTCDate(s), a.toLocaleString("en-no", {
@@ -6987,11 +7008,11 @@ function Nt(s) {
6987
7008
  day: "numeric"
6988
7009
  });
6989
7010
  }
6990
- const Ii = {
7011
+ const Fi = {
6991
7012
  key: 0,
6992
7013
  class: "d-inline-block",
6993
7014
  style: { "vertical-align": "top" }
6994
- }, xi = /* @__PURE__ */ W({
7015
+ }, Li = /* @__PURE__ */ W({
6995
7016
  __name: "VStructureChooserUiDayButton",
6996
7017
  props: {
6997
7018
  isMobileSized: { type: Boolean },
@@ -7013,7 +7034,7 @@ const Ii = {
7013
7034
  );
7014
7035
  }), (p, i) => {
7015
7036
  const f = E("v-btn"), S = E("v-field"), w = E("v-list-item-title"), c = E("v-list-item"), h = E("v-list"), k = E("v-menu");
7016
- return D(t).sunsimDayOfYear && D(t).sunsimDayOfYear.length > 0 ? (v(), x("div", Ii, [
7037
+ return D(t).sunsimDayOfYear && D(t).sunsimDayOfYear.length > 0 ? (v(), x("div", Fi, [
7017
7038
  b(k, null, {
7018
7039
  activator: _(({ props: y }) => [
7019
7040
  b(S, {
@@ -7068,13 +7089,13 @@ const Ii = {
7068
7089
  ])) : $("", !0);
7069
7090
  };
7070
7091
  }
7071
- }), Di = /* @__PURE__ */ ee(xi, [["__scopeId", "data-v-743f5faf"]]), Ai = { class: "still-camera-thumbnails-wrapper d-flex justify-center" }, Fi = ["onClick"], Li = {
7092
+ }), Mi = /* @__PURE__ */ ee(Li, [["__scopeId", "data-v-743f5faf"]]), Oi = { class: "still-camera-thumbnails-wrapper d-flex justify-center" }, Ei = ["onClick"], Ti = {
7072
7093
  key: 0,
7073
7094
  class: "camera-name text-caption text-capitalize"
7074
- }, Mi = {
7095
+ }, Vi = {
7075
7096
  key: 1,
7076
7097
  class: "icon-wrapper"
7077
- }, Oi = /* @__PURE__ */ W({
7098
+ }, $i = /* @__PURE__ */ W({
7078
7099
  __name: "VStructureChooserUiCameraThumbnails",
7079
7100
  props: {
7080
7101
  isMobileSized: { type: Boolean },
@@ -7114,7 +7135,7 @@ const Ii = {
7114
7135
  enabled: !D(l)
7115
7136
  })
7116
7137
  }, [
7117
- u("div", Ai, [
7138
+ u("div", Oi, [
7118
7139
  (v(!0), x(me, null, _e(D(t), (c, h) => (v(), x("div", {
7119
7140
  key: h,
7120
7141
  class: fe(["still-camera-image d-flex flex-column flex-reverse align-center elevation-2", {
@@ -7122,7 +7143,7 @@ const Ii = {
7122
7143
  }]),
7123
7144
  onClick: (k) => i(c)
7124
7145
  }, [
7125
- c.cameraName ? (v(), x("div", Li, Z(c.cameraName), 1)) : $("", !0),
7146
+ c.cameraName ? (v(), x("div", Ti, Z(c.cameraName), 1)) : $("", !0),
7126
7147
  u("div", {
7127
7148
  class: "camera-thumbnail-image",
7128
7149
  style: de({
@@ -7132,7 +7153,7 @@ const Ii = {
7132
7153
  )})`
7133
7154
  })
7134
7155
  }, null, 4),
7135
- c.sunsimDayOfYear && c.sunsimDayOfYear.length > 1 ? (v(), x("div", Mi, [
7156
+ c.sunsimDayOfYear && c.sunsimDayOfYear.length > 1 ? (v(), x("div", Vi, [
7136
7157
  b(w, {
7137
7158
  size: "x-small",
7138
7159
  color: "warning",
@@ -7144,12 +7165,12 @@ const Ii = {
7144
7165
  _: 1
7145
7166
  })
7146
7167
  ])) : $("", !0)
7147
- ], 10, Fi))), 128))
7168
+ ], 10, Ei))), 128))
7148
7169
  ])
7149
7170
  ], 2);
7150
7171
  };
7151
7172
  }
7152
- }), Ei = /* @__PURE__ */ ee(Oi, [["__scopeId", "data-v-a94daee8"]]), Ti = { class: "small" }, Vi = { class: "small" }, $i = /* @__PURE__ */ W({
7173
+ }), Bi = /* @__PURE__ */ ee($i, [["__scopeId", "data-v-a94daee8"]]), Ri = { class: "small" }, Ui = { class: "small" }, Hi = /* @__PURE__ */ W({
7153
7174
  __name: "VStructureChooserUiTimeSampleSlider",
7154
7175
  props: {
7155
7176
  isMobileSized: { type: Boolean },
@@ -7221,7 +7242,7 @@ const Ii = {
7221
7242
  ]),
7222
7243
  _: 1
7223
7244
  }),
7224
- u("span", Ti, Z(D(gt)(m.value)), 1)
7245
+ u("span", Ri, Z(D(gt)(m.value)), 1)
7225
7246
  ]),
7226
7247
  _: 1
7227
7248
  }, 8, ["modelValue", "min", "max", "step", "disabled"])) : (v(), x(me, { key: 1 }, [
@@ -7235,7 +7256,7 @@ const Ii = {
7235
7256
  ]),
7236
7257
  _: 1
7237
7258
  }),
7238
- u("span", Vi, Z(D(gt)(m.value)), 1)
7259
+ u("span", Ui, Z(D(gt)(m.value)), 1)
7239
7260
  ], 64))
7240
7261
  ]),
7241
7262
  _: 1
@@ -7243,10 +7264,10 @@ const Ii = {
7243
7264
  ], 6);
7244
7265
  };
7245
7266
  }
7246
- }), Bi = /* @__PURE__ */ ee($i, [["__scopeId", "data-v-4d44890b"]]), Ri = {
7267
+ }), Yi = /* @__PURE__ */ ee(Hi, [["__scopeId", "data-v-4d44890b"]]), zi = {
7247
7268
  class: "d-inline-block",
7248
7269
  style: { "vertical-align": "top" }
7249
- }, Ui = /* @__PURE__ */ u("hr", { style: { "border-top": "1px solid #999" } }, null, -1), Hi = /* @__PURE__ */ W({
7270
+ }, ji = /* @__PURE__ */ u("hr", { style: { "border-top": "1px solid #999" } }, null, -1), Pi = /* @__PURE__ */ W({
7250
7271
  __name: "VStructureChooserUiZoomButtons",
7251
7272
  props: {
7252
7273
  isMobileSized: { type: Boolean },
@@ -7259,7 +7280,7 @@ const Ii = {
7259
7280
  const e = s, { isMobileSized: n, canZoomIn: t, canZoomOut: o, disabled: r } = Ee(e), l = a;
7260
7281
  return (m, p) => {
7261
7282
  const i = E("v-btn");
7262
- return v(), x("div", Ri, [
7283
+ return v(), x("div", zi, [
7263
7284
  b(i, {
7264
7285
  disabled: D(r) || !D(t),
7265
7286
  size: D(n) ? "x-small" : "small",
@@ -7268,7 +7289,7 @@ const Ii = {
7268
7289
  onClick: p[0] || (p[0] = (f) => l("onZoomIn")),
7269
7290
  style: { "border-bottom-left-radius": "0", "border-bottom-right-radius": "0" }
7270
7291
  }, null, 8, ["disabled", "size"]),
7271
- Ui,
7292
+ ji,
7272
7293
  b(i, {
7273
7294
  disabled: D(r) || !D(o),
7274
7295
  size: D(n) ? "x-small" : "small",
@@ -7280,7 +7301,7 @@ const Ii = {
7280
7301
  ]);
7281
7302
  };
7282
7303
  }
7283
- }), Yi = ["innerHTML"], zi = /* @__PURE__ */ W({
7304
+ }), Wi = ["innerHTML"], Ni = /* @__PURE__ */ W({
7284
7305
  __name: "VStructureChooserOverlay",
7285
7306
  props: {
7286
7307
  cdnFileResolver: { type: [String, Function] },
@@ -7385,15 +7406,15 @@ const Ii = {
7385
7406
  class: "w-100 h-100 position-absolute top-left structure-chooser-overlay-svg",
7386
7407
  style: { "z-index": "5" },
7387
7408
  innerHTML: p.value
7388
- }, null, 8, Yi)), [
7409
+ }, null, 8, Wi)), [
7389
7410
  [ke, m.value]
7390
7411
  ])
7391
7412
  ]),
7392
7413
  _: 1
7393
7414
  }));
7394
7415
  }
7395
- }), ji = /* @__PURE__ */ ee(zi, [["__scopeId", "data-v-6814fbb2"]]);
7396
- function Pi(s) {
7416
+ }), Gi = /* @__PURE__ */ ee(Ni, [["__scopeId", "data-v-6814fbb2"]]);
7417
+ function Qi(s) {
7397
7418
  if (!s)
7398
7419
  return !1;
7399
7420
  const a = [
@@ -7411,16 +7432,16 @@ function Pi(s) {
7411
7432
  return !1;
7412
7433
  return !0;
7413
7434
  }
7414
- function Wi(s) {
7435
+ function Zi(s) {
7415
7436
  return !("filename" in s) && "defaultFilename" in s;
7416
7437
  }
7417
7438
  function Ft(s) {
7418
7439
  return "filename" in s;
7419
7440
  }
7420
- function Ni(s) {
7441
+ function qi(s) {
7421
7442
  return s ? "version" in s : !1;
7422
7443
  }
7423
- function Gi(s) {
7444
+ function Ji(s) {
7424
7445
  if (!s)
7425
7446
  return !1;
7426
7447
  const a = [
@@ -7436,7 +7457,7 @@ function Gi(s) {
7436
7457
  return !1;
7437
7458
  return !0;
7438
7459
  }
7439
- function Qi(s) {
7460
+ function Xi(s) {
7440
7461
  if (!s)
7441
7462
  return !1;
7442
7463
  const a = ["version", "latitude", "longitude", "buildings", "cameras"];
@@ -7448,11 +7469,11 @@ function Qi(s) {
7448
7469
  function Ke(s) {
7449
7470
  return s.startsWith("/") ? s : `/${s}`;
7450
7471
  }
7451
- function Zi(s) {
7472
+ function Ki(s) {
7452
7473
  var a, e, n, t;
7453
- if (Pi(s))
7474
+ if (Qi(s))
7454
7475
  return s;
7455
- if (Qi(s)) {
7476
+ if (Xi(s)) {
7456
7477
  if (!s.buildings)
7457
7478
  throw new Error(
7458
7479
  "cannot convert BuildingChooserDataV5 to StructureChooser: key 'buildings' is missing"
@@ -7506,7 +7527,7 @@ function Zi(s) {
7506
7527
  };
7507
7528
  })
7508
7529
  };
7509
- } else if (Gi(s)) {
7530
+ } else if (Ji(s)) {
7510
7531
  if (!s.days && !s.timeSamples)
7511
7532
  throw new Error(
7512
7533
  "cannot convert BuildingChooserDataLegacy to StructureChooser: 'days' and 'timeSamples' are empty"
@@ -7553,7 +7574,7 @@ function Zi(s) {
7553
7574
  ]
7554
7575
  };
7555
7576
  } else {
7556
- if (Ln(s))
7577
+ if (Tn(s))
7557
7578
  return {
7558
7579
  version: "5.0",
7559
7580
  latitude: s.latitude,
@@ -7613,7 +7634,7 @@ function Zi(s) {
7613
7634
  return o;
7614
7635
  })
7615
7636
  };
7616
- if (Ni(s)) {
7637
+ if (qi(s)) {
7617
7638
  if (!s.sceneData)
7618
7639
  throw new Error(
7619
7640
  "cannot convert ApartmentChooserDataLegacy to StructureChooser: key 'sceneData' is missing"
@@ -7685,10 +7706,10 @@ function Gt({ x: s, y: a, z: e }) {
7685
7706
  w: 0
7686
7707
  };
7687
7708
  }
7688
- const qi = ["innerHTML"], Ji = { style: { "z-index": "7" } }, Xi = {
7709
+ const eu = ["innerHTML"], tu = { style: { "z-index": "7" } }, au = {
7689
7710
  key: 4,
7690
7711
  class: "render-version"
7691
- }, Ki = /* @__PURE__ */ W({
7712
+ }, nu = /* @__PURE__ */ W({
7692
7713
  __name: "VStructureChooser",
7693
7714
  props: {
7694
7715
  structureChooserData: {},
@@ -7735,7 +7756,7 @@ const qi = ["innerHTML"], Ji = { style: { "z-index": "7" } }, Xi = {
7735
7756
  n,
7736
7757
  (H) => {
7737
7758
  try {
7738
- ve.value = !1, C.value = Zi(H);
7759
+ ve.value = !1, C.value = Ki(H);
7739
7760
  } catch (ae) {
7740
7761
  ve.value = !0, w("onError", ae);
7741
7762
  }
@@ -7765,7 +7786,7 @@ const qi = ["innerHTML"], Ji = { style: { "z-index": "7" } }, Xi = {
7765
7786
  }
7766
7787
  );
7767
7788
  const Q = V(
7768
- () => C.value ? C.value.cameras.filter(Wi) : []
7789
+ () => C.value ? C.value.cameras.filter(Zi) : []
7769
7790
  ), K = V(
7770
7791
  () => C.value ? C.value.cameras.filter(Ft) : []
7771
7792
  );
@@ -7798,19 +7819,19 @@ const qi = ["innerHTML"], Ji = { style: { "z-index": "7" } }, Xi = {
7798
7819
  },
7799
7820
  { immediate: !0 }
7800
7821
  );
7801
- function ie(H) {
7822
+ function se(H) {
7802
7823
  c.value !== H && G(
7803
7824
  C.value.cameras.findIndex((ae) => ae === H)
7804
7825
  );
7805
7826
  }
7806
- function se(H) {
7827
+ function re(H) {
7807
7828
  g.value = H, Ft(C.value.cameras[g.value]) ? y.value = C.value.cameras[g.value] : (Ae(() => {
7808
- re(
7829
+ ie(
7809
7830
  C.value.cameras[g.value]
7810
7831
  );
7811
7832
  }), y.value = null);
7812
7833
  }
7813
- function re(H) {
7834
+ function ie(H) {
7814
7835
  const ae = h.value;
7815
7836
  c.value = H, g.value = C.value.cameras.findIndex(
7816
7837
  (ne) => ne === c.value
@@ -7907,9 +7928,9 @@ const qi = ["innerHTML"], Ji = { style: { "z-index": "7" } }, Xi = {
7907
7928
  ge = setInterval(() => {
7908
7929
  be < ae ? (be++, g.value = Math.abs(
7909
7930
  be % C.value.cameras.length
7910
- ), se(g.value)) : be > ae ? (be--, g.value = Math.abs(
7931
+ ), re(g.value)) : be > ae ? (be--, g.value = Math.abs(
7911
7932
  be % C.value.cameras.length
7912
- ), se(g.value)) : (clearInterval(ge), z.value = !1, ne());
7933
+ ), re(g.value)) : (clearInterval(ge), z.value = !1, ne());
7913
7934
  }, 12);
7914
7935
  });
7915
7936
  }
@@ -7953,7 +7974,7 @@ const qi = ["innerHTML"], Ji = { style: { "z-index": "7" } }, Xi = {
7953
7974
  }),
7954
7975
  longitude: ze(c.value.cameraRotation.y) + 270
7955
7976
  }, null, 8, ["style", "longitude"])) : $("", !0),
7956
- b(Hi, {
7977
+ b(Pi, {
7957
7978
  "is-mobile-sized": A.value,
7958
7979
  "can-zoom-out": N.value.min < N.value.current,
7959
7980
  "can-zoom-in": N.value.max > N.value.current,
@@ -7970,13 +7991,13 @@ const qi = ["innerHTML"], Ji = { style: { "z-index": "7" } }, Xi = {
7970
7991
  }, "still-cameras-wrapper"]),
7971
7992
  style: { "z-index": "7" }
7972
7993
  }, [
7973
- b(Ei, {
7994
+ b(Bi, {
7974
7995
  "is-mobile-sized": A.value,
7975
7996
  "still-cameras": Q.value,
7976
7997
  "current-camera": c.value,
7977
7998
  disabled: z.value,
7978
7999
  "cdn-file-resolver": D(t),
7979
- onOnCameraChange: ie
8000
+ onOnCameraChange: se
7980
8001
  }, null, 8, ["is-mobile-sized", "still-cameras", "current-camera", "disabled", "cdn-file-resolver"])
7981
8002
  ], 2)) : $("", !0),
7982
8003
  b(ot, {
@@ -7986,7 +8007,7 @@ const qi = ["innerHTML"], Ji = { style: { "z-index": "7" } }, Xi = {
7986
8007
  onUpdate: xe
7987
8008
  }, {
7988
8009
  default: _(() => [
7989
- (v(!0), x(me, null, _e(Q.value, (ge, be) => (v(), T(Ci, {
8010
+ (v(!0), x(me, null, _e(Q.value, (ge, be) => (v(), T(Ii, {
7990
8011
  key: `camera${be}`,
7991
8012
  "camera-data": ge,
7992
8013
  "cdn-file-resolver": D(t),
@@ -7994,7 +8015,7 @@ const qi = ["innerHTML"], Ji = { style: { "z-index": "7" } }, Xi = {
7994
8015
  "current-day": h.value,
7995
8016
  "current-time": k.value
7996
8017
  }, null, 8, ["camera-data", "cdn-file-resolver", "current-camera", "current-day", "current-time"]))), 128)),
7997
- (v(!0), x(me, null, _e(K.value, (ge, be) => (v(), T(Si, {
8018
+ (v(!0), x(me, null, _e(K.value, (ge, be) => (v(), T(Ai, {
7998
8019
  key: `transition${be}`,
7999
8020
  "transition-data": ge,
8000
8021
  "cdn-file-resolver": D(t),
@@ -8005,8 +8026,8 @@ const qi = ["innerHTML"], Ji = { style: { "z-index": "7" } }, Xi = {
8005
8026
  class: "w-100 h-100 position-absolute top-left",
8006
8027
  style: { "z-index": "6", "pointer-events": "none" },
8007
8028
  innerHTML: D(l)
8008
- }, null, 8, qi)) : $("", !0),
8009
- c.value.overlayFilename && !ve.value ? Ce((v(), T(ji, {
8029
+ }, null, 8, eu)) : $("", !0),
8030
+ c.value.overlayFilename && !ve.value ? Ce((v(), T(Gi, {
8010
8031
  key: M.value,
8011
8032
  "cdn-file-resolver": D(t),
8012
8033
  "color-callback": D(o),
@@ -8032,7 +8053,7 @@ const qi = ["innerHTML"], Ji = { style: { "z-index": "7" } }, Xi = {
8032
8053
  }),
8033
8054
  style: { "z-index": "7" }
8034
8055
  }, [
8035
- b(Di, {
8056
+ b(Mi, {
8036
8057
  class: "pr-2",
8037
8058
  "is-mobile-sized": A.value,
8038
8059
  "current-camera": c.value,
@@ -8040,7 +8061,7 @@ const qi = ["innerHTML"], Ji = { style: { "z-index": "7" } }, Xi = {
8040
8061
  disabled: z.value,
8041
8062
  onOnDayChange: ye
8042
8063
  }, null, 8, ["is-mobile-sized", "current-camera", "current-day", "disabled"]),
8043
- b(Bi, {
8064
+ b(Yi, {
8044
8065
  "is-mobile-sized": A.value,
8045
8066
  "current-day": h.value,
8046
8067
  "current-time": k.value,
@@ -8054,13 +8075,13 @@ const qi = ["innerHTML"], Ji = { style: { "z-index": "7" } }, Xi = {
8054
8075
  pos: J.value
8055
8076
  }, {
8056
8077
  default: _(() => [
8057
- u("div", Ji, [
8078
+ u("div", tu, [
8058
8079
  oe(H.$slots, "popup", ct(dt({ hoverId: B.value, hoverable: L.value })), void 0, !0)
8059
8080
  ])
8060
8081
  ]),
8061
8082
  _: 3
8062
8083
  }, 8, ["is-hoverable", "pos"])) : $("", !0),
8063
- H.version && H.showVersion ? (v(), x("div", Xi, " version: " + Z(H.version), 1)) : $("", !0)
8084
+ H.version && H.showVersion ? (v(), x("div", au, " version: " + Z(H.version), 1)) : $("", !0)
8064
8085
  ], 34)
8065
8086
  ]),
8066
8087
  _: 3
@@ -8075,27 +8096,27 @@ const qi = ["innerHTML"], Ji = { style: { "z-index": "7" } }, Xi = {
8075
8096
  ], 64);
8076
8097
  };
8077
8098
  }
8078
- }), eu = /* @__PURE__ */ ee(Ki, [["__scopeId", "data-v-26b5f370"]]), iu = {
8099
+ }), ou = /* @__PURE__ */ ee(nu, [["__scopeId", "data-v-26b5f370"]]), vu = {
8079
8100
  install: function(a) {
8080
- a.component("VApartmentChooser", Cn), a.component("VBuildingChooser", Lo), a.component("VVirtualTour", Zr), a.component("VManualSlideShow", pi), a.component("VStructureChooser", eu);
8101
+ a.component("VApartmentChooser", In), a.component("VBuildingChooser", To), a.component("VVirtualTour", Kr), a.component("VManualSlideShow", yi), a.component("VStructureChooser", ou);
8081
8102
  }
8082
8103
  };
8083
8104
  export {
8084
8105
  Le as ResourceLoader,
8085
- Cn as VApartmentChooser,
8086
- lu as VApartmentChooserV5,
8087
- Lo as VBuildingChooser,
8088
- su as VBuildingChooserV5,
8106
+ In as VApartmentChooser,
8107
+ uu as VApartmentChooserV5,
8108
+ To as VBuildingChooser,
8109
+ cu as VBuildingChooserV5,
8089
8110
  nt as VFloatingCard,
8090
8111
  We as VHoverProbe,
8091
- pi as VManualSlideShow,
8092
- ru as VMiniMap,
8112
+ yi as VManualSlideShow,
8113
+ du as VMiniMap,
8093
8114
  lt as VNorthDirection,
8094
- eu as VStructureChooser,
8095
- Zr as VVirtualTour,
8115
+ ou as VStructureChooser,
8116
+ Kr as VVirtualTour,
8096
8117
  ot as VZoomBox,
8097
- Qn as convertApartmentChooserDataLegacyToV5,
8098
- No as convertBuildingChooserDataLegacyToV5,
8099
- Zi as convertStructureChooserDataLegacyToV5,
8100
- iu as default
8118
+ Xn as convertApartmentChooserDataLegacyToV5,
8119
+ qo as convertBuildingChooserDataLegacyToV5,
8120
+ Ki as convertStructureChooserDataLegacyToV5,
8121
+ vu as default
8101
8122
  };