@qispace/vue3-player 0.3.33 → 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)
@@ -5114,7 +5114,7 @@ const il = { id: "player-wrapper" }, ul = { id: "player-sizer" }, cl = {
5114
5114
  zIndex: "3"
5115
5115
  })
5116
5116
  }, () => [
5117
- c.value.id === j.id && a.rotation !== null ? (v(), T(lr, {
5117
+ c.value.id === j.id && a.rotation !== null ? (v(), T(ur, {
5118
5118
  key: 0,
5119
5119
  class: "rotation-marker-component-base rotation-marker-component",
5120
5120
  rotation: h.value,
@@ -5127,7 +5127,7 @@ const il = { id: "player-wrapper" }, ul = { id: "player-sizer" }, cl = {
5127
5127
  ])
5128
5128
  ]));
5129
5129
  }
5130
- }), ea = /* @__PURE__ */ ee(ir, [["__scopeId", "data-v-5cdee9d5"]]), ur = /* @__PURE__ */ W({
5130
+ }), ea = /* @__PURE__ */ ee(vr, [["__scopeId", "data-v-5cdee9d5"]]), mr = /* @__PURE__ */ W({
5131
5131
  __name: "VMiniMapCompass",
5132
5132
  props: {
5133
5133
  scale: {},
@@ -5146,10 +5146,10 @@ const il = { id: "player-wrapper" }, ul = { id: "player-sizer" }, cl = {
5146
5146
  }, null, 8, ["longitude"])
5147
5147
  ], 4));
5148
5148
  }
5149
- }), 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 = {
5150
5150
  key: 0,
5151
5151
  class: "time-label"
5152
- }, fr = /* @__PURE__ */ W({
5152
+ }, _r = /* @__PURE__ */ W({
5153
5153
  __name: "VSunSimulationSlider",
5154
5154
  props: {
5155
5155
  cdnFileResolver: { type: [String, Function] },
@@ -5224,9 +5224,9 @@ const il = { id: "player-wrapper" }, ul = { id: "player-sizer" }, cl = {
5224
5224
  }
5225
5225
  return (y, g) => {
5226
5226
  const B = E("v-progress-linear"), O = E("v-icon"), z = E("v-slider");
5227
- return v(), x("div", cr, [
5228
- u("div", dr, [
5229
- u("div", vr, [
5227
+ return v(), x("div", pr, [
5228
+ u("div", fr, [
5229
+ u("div", hr, [
5230
5230
  o.value ? (v(), T(B, {
5231
5231
  key: 0,
5232
5232
  indeterminate: "",
@@ -5248,7 +5248,7 @@ const il = { id: "player-wrapper" }, ul = { id: "player-sizer" }, cl = {
5248
5248
  "thumb-label": "always"
5249
5249
  }, {
5250
5250
  prepend: _(() => [
5251
- u("div", mr, [
5251
+ u("div", gr, [
5252
5252
  b(O, { color: "#ffab02" }, {
5253
5253
  default: _(() => [
5254
5254
  te("mdi-white-balance-sunny")
@@ -5264,14 +5264,14 @@ const il = { id: "player-wrapper" }, ul = { id: "player-sizer" }, cl = {
5264
5264
  _: 1
5265
5265
  }, 8, ["modelValue"]))
5266
5266
  ]),
5267
- o.value ? $("", !0) : (v(), x("div", pr))
5267
+ o.value ? $("", !0) : (v(), x("div", yr))
5268
5268
  ])
5269
5269
  ]);
5270
5270
  };
5271
5271
  }
5272
- }), 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" }, [
5273
5273
  /* @__PURE__ */ u("div", { class: "center" }, " ")
5274
- ], -1)), br = /* @__PURE__ */ W({
5274
+ ], -1)), Sr = /* @__PURE__ */ W({
5275
5275
  __name: "VMiniMap",
5276
5276
  props: {
5277
5277
  cdnFileResolver: { type: [String, Function] },
@@ -5312,13 +5312,13 @@ const il = { id: "player-wrapper" }, ul = { id: "player-sizer" }, cl = {
5312
5312
  };
5313
5313
  return (h, k) => {
5314
5314
  const y = E("v-btn");
5315
- return v(), T(Ks, {
5315
+ return v(), T(nr, {
5316
5316
  ref_key: "minimapMoveable",
5317
5317
  ref: e,
5318
5318
  size: S.value
5319
5319
  }, {
5320
5320
  "top-left": _(() => [
5321
- u("div", gr, [
5321
+ u("div", Cr, [
5322
5322
  b(y, {
5323
5323
  icon: "mdi-window-close",
5324
5324
  size: "x-small",
@@ -5327,12 +5327,12 @@ const il = { id: "player-wrapper" }, ul = { id: "player-sizer" }, cl = {
5327
5327
  ])
5328
5328
  ]),
5329
5329
  "top-right": _(() => [
5330
- u("div", yr, [
5330
+ u("div", wr, [
5331
5331
  b(y, {
5332
5332
  class: "rotate-icon",
5333
5333
  size: "x-small",
5334
5334
  icon: "mdi mdi-rotate-right",
5335
- onClick: Ta(w, ["stop"]),
5335
+ onClick: Ra(w, ["stop"]),
5336
5336
  title: "Rotate"
5337
5337
  }),
5338
5338
  b(y, {
@@ -5345,7 +5345,7 @@ const il = { id: "player-wrapper" }, ul = { id: "player-sizer" }, cl = {
5345
5345
  ])
5346
5346
  ]),
5347
5347
  header: _(() => [
5348
- _r
5348
+ kr
5349
5349
  ]),
5350
5350
  body: _(() => [
5351
5351
  b(ta, {
@@ -5379,12 +5379,12 @@ const il = { id: "player-wrapper" }, ul = { id: "player-sizer" }, cl = {
5379
5379
  }, 8, ["size"]);
5380
5380
  };
5381
5381
  }
5382
- }), jt = /* @__PURE__ */ ee(br, [["__scopeId", "data-v-79a93ab0"]]);
5382
+ }), jt = /* @__PURE__ */ ee(Sr, [["__scopeId", "data-v-79a93ab0"]]);
5383
5383
  function gt(s) {
5384
5384
  const a = s * 60, e = Math.floor(a / 60), n = a % 60;
5385
5385
  return `${e.toString().padStart(2, "0")}:${n.toString().padStart(2, "0")}`;
5386
5386
  }
5387
- 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({
5388
5388
  __name: "VSunsimSlider",
5389
5389
  props: {
5390
5390
  currentDay: {},
@@ -5409,8 +5409,8 @@ const Cr = { class: "d-flex align-center" }, wr = { class: "d-block mr-1" }, kr
5409
5409
  { immediate: !0 }
5410
5410
  ), (m, p) => {
5411
5411
  const i = E("v-icon"), f = E("v-slider"), S = E("v-field"), w = E("v-btn");
5412
- return v(), x("div", Cr, [
5413
- u("div", wr, [
5412
+ return v(), x("div", Ir, [
5413
+ u("div", xr, [
5414
5414
  b(S, {
5415
5415
  class: "ss-slider-field",
5416
5416
  style: {},
@@ -5444,7 +5444,7 @@ const Cr = { class: "d-flex align-center" }, wr = { class: "d-block mr-1" }, kr
5444
5444
  ]),
5445
5445
  _: 1
5446
5446
  }),
5447
- u("span", kr, Z(D(gt)(l.value)), 1)
5447
+ u("span", Dr, Z(D(gt)(l.value)), 1)
5448
5448
  ]),
5449
5449
  _: 1
5450
5450
  }, 8, ["modelValue", "min", "max", "step", "disabled"])) : (v(), x(me, { key: 1 }, [
@@ -5458,7 +5458,7 @@ const Cr = { class: "d-flex align-center" }, wr = { class: "d-block mr-1" }, kr
5458
5458
  ]),
5459
5459
  _: 1
5460
5460
  }),
5461
- u("span", Sr, Z(D(gt)(l.value)), 1)
5461
+ u("span", Ar, Z(D(gt)(l.value)), 1)
5462
5462
  ], 64))
5463
5463
  ]),
5464
5464
  _: 1
@@ -5475,7 +5475,7 @@ const Cr = { class: "d-flex align-center" }, wr = { class: "d-block mr-1" }, kr
5475
5475
  ]);
5476
5476
  };
5477
5477
  }
5478
- }), Pt = /* @__PURE__ */ ee(Ir, [["__scopeId", "data-v-c06c753d"]]), xr = /* @__PURE__ */ W({
5478
+ }), Pt = /* @__PURE__ */ ee(Fr, [["__scopeId", "data-v-c06c753d"]]), Lr = /* @__PURE__ */ W({
5479
5479
  __name: "VSunStudyToggle",
5480
5480
  props: {
5481
5481
  displaySunsim: { type: Boolean },
@@ -5501,7 +5501,7 @@ const Cr = { class: "d-flex align-center" }, wr = { class: "d-block mr-1" }, kr
5501
5501
  })) : $("", !0);
5502
5502
  };
5503
5503
  }
5504
- }), Dr = /* @__PURE__ */ W({
5504
+ }), Mr = /* @__PURE__ */ W({
5505
5505
  __name: "VAutoplay",
5506
5506
  props: {
5507
5507
  autoplayStatus: { type: Boolean }
@@ -5529,10 +5529,10 @@ const Cr = { class: "d-flex align-center" }, wr = { class: "d-block mr-1" }, kr
5529
5529
  }, 8, ["class"]);
5530
5530
  };
5531
5531
  }
5532
- }), Wt = /* @__PURE__ */ ee(Dr, [["__scopeId", "data-v-7fd2b4f3"]]), Ar = {
5532
+ }), Wt = /* @__PURE__ */ ee(Mr, [["__scopeId", "data-v-7fd2b4f3"]]), Or = {
5533
5533
  key: 0,
5534
5534
  class: "sun-icon-wrapper"
5535
- }, Fr = 37, Lr = 39, Mr = /* @__PURE__ */ W({
5535
+ }, Er = 37, Tr = 39, Vr = /* @__PURE__ */ W({
5536
5536
  __name: "VWaypointCarousel",
5537
5537
  props: {
5538
5538
  thumbnails: {},
@@ -5558,10 +5558,10 @@ const Cr = { class: "d-flex align-center" }, wr = { class: "d-block mr-1" }, kr
5558
5558
  });
5559
5559
  function l(p) {
5560
5560
  switch (p.keyCode) {
5561
- case p.keyCode === Fr:
5561
+ case p.keyCode === Er:
5562
5562
  n("previous");
5563
5563
  break;
5564
- case p.keyCode === Lr:
5564
+ case p.keyCode === Tr:
5565
5565
  n("next");
5566
5566
  break;
5567
5567
  default:
@@ -5633,7 +5633,7 @@ const Cr = { class: "d-flex align-center" }, wr = { class: "d-block mr-1" }, kr
5633
5633
  "aspect-ratio": 1,
5634
5634
  src: y.thumbnailUrl
5635
5635
  }, null, 8, ["src"]),
5636
- e.cameraHasSunStudy(y.id) ? (v(), x("div", Ar, [
5636
+ e.cameraHasSunStudy(y.id) ? (v(), x("div", Or, [
5637
5637
  b(w, {
5638
5638
  class: "sun-icon",
5639
5639
  icon: "mdi-white-balance-sunny"
@@ -5652,10 +5652,10 @@ const Cr = { class: "d-flex align-center" }, wr = { class: "d-block mr-1" }, kr
5652
5652
  ], 2);
5653
5653
  };
5654
5654
  }
5655
- }), yt = /* @__PURE__ */ ee(Mr, [["__scopeId", "data-v-9cc758dc"]]), Or = {
5655
+ }), yt = /* @__PURE__ */ ee(Vr, [["__scopeId", "data-v-9cc758dc"]]), $r = {
5656
5656
  id: "share-btns-wrapper",
5657
5657
  class: "text-center"
5658
- }, Er = /* @__PURE__ */ W({
5658
+ }, Br = /* @__PURE__ */ W({
5659
5659
  __name: "VSocialShare",
5660
5660
  setup(s) {
5661
5661
  const a = Ze(Be), e = d(!1), n = d(location.href);
@@ -5732,7 +5732,7 @@ const Cr = { class: "d-flex align-center" }, wr = { class: "d-block mr-1" }, kr
5732
5732
  }),
5733
5733
  b(h, { class: "mt-5" }, {
5734
5734
  default: _(() => [
5735
- u("p", Or, [
5735
+ u("p", $r, [
5736
5736
  b(f, { location: "top" }, {
5737
5737
  activator: _(({ props: g }) => [
5738
5738
  b(i, Oe({
@@ -5820,7 +5820,7 @@ const Cr = { class: "d-flex align-center" }, wr = { class: "d-block mr-1" }, kr
5820
5820
  ]);
5821
5821
  };
5822
5822
  }
5823
- }), 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({
5824
5824
  __name: "VSingleImage",
5825
5825
  props: {
5826
5826
  image: {},
@@ -5828,14 +5828,14 @@ const Cr = { class: "d-flex align-center" }, wr = { class: "d-block mr-1" }, kr
5828
5828
  },
5829
5829
  setup(s) {
5830
5830
  const a = s, e = V(() => ({ "background-image": `url("${encodeURI(a.image)}")` }));
5831
- return (n, t) => (v(), x("div", Tr, [
5831
+ return (n, t) => (v(), x("div", Rr, [
5832
5832
  u("div", {
5833
5833
  class: fe(["img-div", [n.aspectRatio]]),
5834
5834
  style: de(e.value)
5835
5835
  }, null, 6)
5836
5836
  ]));
5837
5837
  }
5838
- }), $r = /* @__PURE__ */ ee(Vr, [["__scopeId", "data-v-31489804"]]), Br = {
5838
+ }), Hr = /* @__PURE__ */ ee(Ur, [["__scopeId", "data-v-31489804"]]), Yr = {
5839
5839
  id: "btn-fullscreen",
5840
5840
  class: "btn-placeholder mr-2"
5841
5841
  }, oa = /* @__PURE__ */ W({
@@ -5848,7 +5848,7 @@ const Cr = { class: "d-flex align-center" }, wr = { class: "d-block mr-1" }, kr
5848
5848
  const e = a;
5849
5849
  return (n, t) => {
5850
5850
  const o = E("v-btn");
5851
- return v(), x("div", Br, [
5851
+ return v(), x("div", Yr, [
5852
5852
  b(o, {
5853
5853
  density: "comfortable",
5854
5854
  elevation: "3",
@@ -5899,28 +5899,28 @@ class la {
5899
5899
  this._state.isActive = a;
5900
5900
  }
5901
5901
  }
5902
- const Rr = {
5902
+ const zr = {
5903
5903
  key: 0,
5904
5904
  class: "player-error"
5905
- }, Ur = { class: "player-and-components-wrapper" }, Hr = {
5905
+ }, jr = { class: "player-and-components-wrapper" }, Pr = {
5906
5906
  key: 3,
5907
5907
  class: "settings-panel"
5908
- }, Yr = {
5908
+ }, Wr = {
5909
5909
  key: 0,
5910
5910
  class: "compass-wrapper"
5911
- }, zr = {
5911
+ }, Nr = {
5912
5912
  key: 1,
5913
5913
  class: "btn-placeholder mr-2"
5914
- }, jr = { class: "btn-placeholder mr-2" }, Pr = {
5914
+ }, Gr = { class: "btn-placeholder mr-2" }, Qr = {
5915
5915
  key: 2,
5916
5916
  class: "btn-placeholder mr-2"
5917
- }, Wr = { class: "d-flex flex-column align-end" }, Nr = {
5917
+ }, Zr = { class: "d-flex flex-column align-end" }, qr = {
5918
5918
  key: 0,
5919
5919
  class: "d-flex align-center flex-column sun-study mt-2"
5920
- }, Gr = {
5920
+ }, Jr = {
5921
5921
  key: 2,
5922
5922
  class: "render-version"
5923
- }, Qr = /* @__PURE__ */ W({
5923
+ }, Xr = /* @__PURE__ */ W({
5924
5924
  __name: "VVirtualTour",
5925
5925
  props: {
5926
5926
  cdnFileResolver: {},
@@ -5994,9 +5994,13 @@ const Rr = {
5994
5994
  a({
5995
5995
  updateSelectedInterior: $t,
5996
5996
  takeSnapshot: Ut,
5997
- setCurrentCamera: mt
5997
+ setCurrentCamera: mt,
5998
+ getCurrentRotation: ga,
5999
+ setCurrentRotation: ya,
6000
+ getCurrentFov: _a,
6001
+ setCurrentFov: ba
5998
6002
  });
5999
- 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(
6000
6004
  new la(document, "player-wrapper")
6001
6005
  ), he = d(), ze = V(() => {
6002
6006
  if (M.value) {
@@ -6022,23 +6026,23 @@ const Rr = {
6022
6026
  }
6023
6027
  return F;
6024
6028
  }), ae = V(() => be.value.findIndex(
6025
- (F) => F.archetypeID === re.value
6029
+ (F) => F.archetypeID === ie.value
6026
6030
  )), ne = V(() => Q.value ? Q.value.cameras.map((F) => ({
6027
6031
  ...F,
6028
6032
  thumbnailUrl: pt(
6029
- `/${re.value}/${o.value}/thumbs/200/${F.id}.jpg`
6033
+ `/${ie.value}/${o.value}/thumbs/200/${F.id}.jpg`
6030
6034
  ),
6031
6035
  imageUrl: pt(
6032
- `/${re.value}/${o.value}/images/1600/${F.id}.jpg`
6036
+ `/${ie.value}/${o.value}/images/1600/${F.id}.jpg`
6033
6037
  )
6034
- })) : []), 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(() => {
6035
6039
  let F = [];
6036
6040
  return P.value && (F = P.value.archetypes), l.value.length ? F.filter(
6037
6041
  (Y) => l.value.includes(Y.archetypeID)
6038
6042
  ) : F;
6039
6043
  }), Ye = V(() => Q.value ? be.value.map((F) => {
6040
6044
  var le;
6041
- 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;
6042
6046
  return {
6043
6047
  ...F,
6044
6048
  url: pt(
@@ -6050,7 +6054,7 @@ const Rr = {
6050
6054
  return K.value.storeys[H.value];
6051
6055
  }), Ue = V(() => M.value && M.value.timeInHours), Tt = V(() => {
6052
6056
  if (M.value && M.value.timeInHours && f.value)
6053
- return Da(M.value.timeInHours);
6057
+ return Ma(M.value.timeInHours);
6054
6058
  });
6055
6059
  at(
6056
6060
  Be,
@@ -6068,7 +6072,7 @@ const Rr = {
6068
6072
  );
6069
6073
  });
6070
6074
  U(r, () => {
6071
- r.value && (re.value = r.value);
6075
+ r.value && (ie.value = r.value);
6072
6076
  }), U(
6073
6077
  [t, o],
6074
6078
  async () => {
@@ -6093,7 +6097,7 @@ const Rr = {
6093
6097
  (Y) => Y.timeInHours === F[0].defaultHour
6094
6098
  );
6095
6099
  } else
6096
- G.value = !0, ie.value.unloadSunSim();
6100
+ G.value = !0, se.value.unloadSunSim();
6097
6101
  }), Ie(async () => {
6098
6102
  try {
6099
6103
  sa.value ? (j.value = !1, G.value = !0) : setTimeout(() => {
@@ -6121,23 +6125,23 @@ const Rr = {
6121
6125
  async function ca() {
6122
6126
  var F;
6123
6127
  if (M.value = await pa(
6124
- re.value,
6128
+ ie.value,
6125
6129
  o.value
6126
6130
  ), M.value && (ye.value = (F = M.value.cameras[0]) == null ? void 0 : F.id), Q.value = await fa(
6127
- re.value,
6131
+ ie.value,
6128
6132
  o.value
6129
6133
  ), Q.value) {
6130
6134
  const Y = B.value !== null ? B.value : 0;
6131
- 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;
6132
6136
  }
6133
6137
  y.value && (K.value = await ha(
6134
- re.value,
6138
+ ie.value,
6135
6139
  o.value
6136
6140
  ));
6137
6141
  }
6138
6142
  function da() {
6139
6143
  let F = r.value;
6140
- 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;
6141
6145
  }
6142
6146
  function va() {
6143
6147
  const F = document.getElementById("main-canvas");
@@ -6216,25 +6220,37 @@ const Rr = {
6216
6220
  return;
6217
6221
  }
6218
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
+ }
6219
6235
  function vt() {
6220
- let F = se.value + 1;
6221
- 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);
6222
6238
  }
6223
6239
  function St() {
6224
- let F = se.value - 1;
6225
- 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);
6226
6242
  }
6227
6243
  function It(F, Y = !0) {
6228
6244
  let le = ne.value.findIndex((Se) => Se.id === F);
6229
- le != -1 && (se.value = le, Y && mt(F));
6245
+ le != -1 && (re.value = le, Y && mt(F));
6230
6246
  }
6231
6247
  function mt(F) {
6232
6248
  De.value = !1, ye.value = F;
6233
6249
  }
6234
6250
  function $t(F) {
6235
- 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);
6236
6252
  }
6237
- function ga(F) {
6253
+ function Ca(F) {
6238
6254
  ue.value = F, ue.value && (It(ue.value, !1), A("onCameraUpdate", ue.value, M.value));
6239
6255
  }
6240
6256
  const Ge = V(() => (F) => {
@@ -6244,39 +6260,39 @@ const Rr = {
6244
6260
  const Y = M.value.cameras.find((le) => le.id === F);
6245
6261
  return Y == null ? void 0 : Y.sunsimDayOfYear;
6246
6262
  };
6247
- function ya(F) {
6263
+ function wa(F) {
6248
6264
  A("onSunsimUpdate", F);
6249
6265
  }
6250
6266
  function Bt(F) {
6251
- ie.value.loadSunSim(F.timeInHours);
6267
+ se.value.loadSunSim(F.timeInHours);
6252
6268
  }
6253
- function _a(F) {
6269
+ function ka(F) {
6254
6270
  Me.value = F;
6255
6271
  }
6256
6272
  function Rt(F) {
6257
6273
  Fe.value = F;
6258
6274
  }
6259
- function ba(F) {
6275
+ function Sa(F) {
6260
6276
  He.value = F;
6261
6277
  }
6262
- function Ca(F, Y) {
6278
+ function Ia(F, Y) {
6263
6279
  }
6264
- function wa(F) {
6265
- 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));
6266
6282
  }
6267
- function ka() {
6283
+ function Da() {
6268
6284
  q.value.toggle(), window.scrollTo({ top: 150, behavior: "smooth" });
6269
6285
  }
6270
- function Sa() {
6286
+ function Aa() {
6271
6287
  we.value = !we.value;
6272
6288
  }
6273
6289
  async function Ut() {
6274
- 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 = [
6275
6291
  le.x * -F,
6276
6292
  le.y * -F,
6277
6293
  le.z * F
6278
6294
  ];
6279
- return A("onSnapshot", Xe, Aa), Xe;
6295
+ return A("onSnapshot", Xe, Oa), Xe;
6280
6296
  }
6281
6297
  function pt(F) {
6282
6298
  let Y = ce(t.value, F);
@@ -6290,35 +6306,36 @@ const Rr = {
6290
6306
  throw new Error(le);
6291
6307
  }
6292
6308
  }
6293
- function Ia(F) {
6294
- ie.value.updateSettings(F);
6309
+ function Fa(F) {
6310
+ se.value.updateSettings(F);
6295
6311
  }
6296
- function xa(F) {
6312
+ function La(F) {
6297
6313
  A("saveSettings", F);
6298
6314
  }
6299
- function Da(F) {
6315
+ function Ma(F) {
6300
6316
  if (F === void 0)
6301
6317
  return null;
6302
6318
  const Y = Math.floor(F), le = Math.floor((Y - F) * 60);
6303
6319
  return { hours: Y, minutes: le };
6304
6320
  }
6305
- 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() {
6306
6323
  if (Pe.value) {
6307
- clearInterval(Ht.value), Pe.value = !1, ie.value.toggleAutoRotate();
6324
+ clearInterval(Ht.value), Pe.value = !1, se.value.toggleAutoRotate();
6308
6325
  return;
6309
6326
  }
6310
- Pe.value = !0, ie.value.toggleAutoRotate(), Ht.value = setInterval(() => {
6311
- 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();
6312
6329
  }, 5e3);
6313
- };
6330
+ }
6314
6331
  return (F, Y) => {
6315
6332
  const le = E("v-btn");
6316
6333
  return v(), x("div", {
6317
6334
  class: fe(["virtual-tour-wrapper", [Vt.value]])
6318
6335
  }, [
6319
- ve.value ? (v(), x("div", Rr, "Error loading the player!!")) : $("", !0),
6320
- u("div", Ur, [
6321
- !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, {
6322
6339
  key: 0,
6323
6340
  "cdn-file-resolver": D(t),
6324
6341
  "apartment-json": M.value,
@@ -6328,11 +6345,11 @@ const Rr = {
6328
6345
  "current-camera": ue.value,
6329
6346
  onClose: Y[0] || (Y[0] = (Se) => xe.value = !1)
6330
6347
  }, null, 8, ["cdn-file-resolver", "apartment-json", "level", "minimap-json", "rotation", "current-camera"])) : $("", !0),
6331
- re.value && ye.value ? (v(), x("div", {
6348
+ ie.value && ye.value ? (v(), x("div", {
6332
6349
  key: 1,
6333
6350
  class: fe(["v-player", [Vt.value]])
6334
6351
  }, [
6335
- b(Cl, {
6352
+ b(Il, {
6336
6353
  ref_key: "vPlayerInstance",
6337
6354
  ref: he,
6338
6355
  "cdn-file-resolver": D(t),
@@ -6340,18 +6357,18 @@ const Rr = {
6340
6357
  "show-static-image": we.value,
6341
6358
  "current-camera-id": ye.value,
6342
6359
  "mouse-sensitivity": D(z),
6343
- "interior-id": re.value,
6360
+ "interior-id": ie.value,
6344
6361
  "apartment-id": D(o),
6345
- onNewCameraCallback: ga,
6346
- onNewRotationCallback: _a,
6362
+ onNewCameraCallback: Ca,
6363
+ onNewRotationCallback: ka,
6347
6364
  onNewFloorCallback: Rt,
6348
- onNewFovCallback: ba,
6349
- onNewSizeCallback: Ca,
6350
- onSunsimCallback: ya,
6351
- onPlayerApiCallback: wa
6365
+ onNewFovCallback: Sa,
6366
+ onNewSizeCallback: Ia,
6367
+ onSunsimCallback: wa,
6368
+ onPlayerApiCallback: xa
6352
6369
  }, {
6353
6370
  "slideshow-image": _(() => [
6354
- we.value ? (v(), T($r, {
6371
+ we.value ? (v(), T(Hr, {
6355
6372
  key: 0,
6356
6373
  image: ge.value
6357
6374
  }, null, 8, ["image"])) : $("", !0)
@@ -6384,31 +6401,31 @@ const Rr = {
6384
6401
  }, null, 512)), [
6385
6402
  [ke, G.value]
6386
6403
  ]) : $("", !0),
6387
- G.value && D(g) && ze.value.length > 1 ? (v(), T(Dl, {
6404
+ G.value && D(g) && ze.value.length > 1 ? (v(), T(Ml, {
6388
6405
  key: 2,
6389
6406
  level: Fe.value,
6390
6407
  "floor-levels": ze.value,
6391
6408
  onLevel: Rt
6392
6409
  }, null, 8, ["level", "floor-levels"])) : $("", !0),
6393
- D(I) && N.value ? (v(), x("div", Hr, [
6394
- b(Ns, {
6410
+ D(I) && N.value ? (v(), x("div", Pr, [
6411
+ b(qs, {
6395
6412
  "initial-settings": D(L),
6396
- onUpdateSettings: Ia,
6397
- onSaveSettings: xa
6413
+ onUpdateSettings: Fa,
6414
+ onSaveSettings: La
6398
6415
  }, null, 8, ["initial-settings"])
6399
6416
  ])) : $("", !0)
6400
6417
  ]),
6401
6418
  "top-center": _(() => []),
6402
6419
  "top-right": _(() => [
6403
- M.value && D(S) ? Ce((v(), x("div", Yr, [
6404
- 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"])
6405
6422
  ], 512)), [
6406
6423
  [ke, G.value]
6407
6424
  ]) : $("", !0),
6408
6425
  u("div", {
6409
6426
  onClick: Y[4] || (Y[4] = (Se) => xe.value = !xe.value)
6410
6427
  }, [
6411
- G.value && M.value && Ue.value && D(f) ? (v(), T(Pl, {
6428
+ G.value && M.value && Ue.value && D(f) ? (v(), T(Ql, {
6412
6429
  key: 0,
6413
6430
  hours: Tt.value.hours,
6414
6431
  minutes: Tt.value.minutes,
@@ -6434,7 +6451,7 @@ const Rr = {
6434
6451
  })
6435
6452
  ]),
6436
6453
  "center-center": _(() => [
6437
- j.value ? (v(), T(Ds, {
6454
+ j.value ? (v(), T(Ms, {
6438
6455
  key: 0,
6439
6456
  onCloseTutorial: Y[5] || (Y[5] = (Se) => ra(Se))
6440
6457
  })) : $("", !0),
@@ -6468,9 +6485,9 @@ const Rr = {
6468
6485
  key: 0,
6469
6486
  "is-full-screen": q.value.isActive,
6470
6487
  class: "btn-fullscreen",
6471
- onToggleFullscreen: ka
6488
+ onToggleFullscreen: Da
6472
6489
  }, null, 8, ["is-full-screen"])) : $("", !0),
6473
- D(c) ? (v(), x("div", zr, [
6490
+ D(c) ? (v(), x("div", Nr, [
6474
6491
  b(le, {
6475
6492
  density: "comfortable",
6476
6493
  elevation: "3",
@@ -6478,14 +6495,14 @@ const Rr = {
6478
6495
  onClick: Ut
6479
6496
  })
6480
6497
  ])) : $("", !0),
6481
- u("div", jr, [
6482
- D(m) && G.value ? (v(), T(Jl, {
6498
+ u("div", Gr, [
6499
+ D(m) && G.value ? (v(), T(ts, {
6483
6500
  key: 0,
6484
6501
  "show-static-image": we.value,
6485
- onToggle: Sa
6502
+ onToggle: Aa
6486
6503
  }, null, 8, ["show-static-image"])) : $("", !0)
6487
6504
  ]),
6488
- G.value && D(h) && !q.value.isActive ? (v(), x("div", Pr, [
6505
+ G.value && D(h) && !q.value.isActive ? (v(), x("div", Qr, [
6489
6506
  b(na)
6490
6507
  ])) : $("", !0)
6491
6508
  ]),
@@ -6498,7 +6515,7 @@ const Rr = {
6498
6515
  "mb-2": !Ne.value
6499
6516
  }])
6500
6517
  }, [
6501
- !Pe.value && Ge.value(ue.value) ? (v(), T(xr, {
6518
+ !Pe.value && Ge.value(ue.value) ? (v(), T(Lr, {
6502
6519
  key: 0,
6503
6520
  class: "ml-2",
6504
6521
  displaySunsim: De.value,
@@ -6518,7 +6535,7 @@ const Rr = {
6518
6535
  key: 1,
6519
6536
  class: fe([q.value.isActive ? "full-screen" : ""]),
6520
6537
  thumbnails: ne.value,
6521
- active: se.value,
6538
+ active: re.value,
6522
6539
  cameraHasSunStudy: Ge.value,
6523
6540
  onNext: vt,
6524
6541
  onPrevious: St,
@@ -6539,8 +6556,8 @@ const Rr = {
6539
6556
  })
6540
6557
  ]),
6541
6558
  "bottom-right": _(() => [
6542
- u("div", Wr, [
6543
- G.value && D(k) && Ye.value ? (v(), T(Vl, {
6559
+ u("div", Zr, [
6560
+ G.value && D(k) && Ye.value ? (v(), T(Ul, {
6544
6561
  key: 0,
6545
6562
  "cdn-file-resolver": D(t),
6546
6563
  "available-archetypes": Ye.value,
@@ -6557,7 +6574,7 @@ const Rr = {
6557
6574
  key: 0,
6558
6575
  class: "waypoint-carousel below-player",
6559
6576
  thumbnails: ne.value,
6560
- active: se.value,
6577
+ active: re.value,
6561
6578
  cameraHasSunStudy: Ge.value,
6562
6579
  onNext: vt,
6563
6580
  onPrevious: St,
@@ -6575,7 +6592,7 @@ const Rr = {
6575
6592
  ]),
6576
6593
  _: 1
6577
6594
  }),
6578
- Ne.value ? (v(), x("div", Nr, [
6595
+ Ne.value ? (v(), x("div", qr, [
6579
6596
  !Pe.value && ye.value && De.value && Ge.value(ue.value) && Je(ue.value)[0] && Te.value ? (v(), T(Pt, {
6580
6597
  key: 0,
6581
6598
  class: "mt-1",
@@ -6586,82 +6603,82 @@ const Rr = {
6586
6603
  }, null, 8, ["current-day", "current-time"])) : $("", !0)
6587
6604
  ])) : $("", !0)
6588
6605
  ], 2)) : $("", !0),
6589
- 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)
6590
6607
  ])
6591
6608
  ], 2);
6592
6609
  };
6593
6610
  }
6594
- }), 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 = {
6595
6612
  class: "player-control",
6596
6613
  id: "controls-top-left"
6597
- }, Kr = {
6614
+ }, ni = {
6598
6615
  class: "player-control",
6599
6616
  id: "controls-top-center"
6600
- }, ei = {
6617
+ }, oi = {
6601
6618
  class: "player-control",
6602
6619
  id: "controls-top-right"
6603
- }, ti = {
6620
+ }, li = {
6604
6621
  class: "player-control",
6605
6622
  id: "controls-center-left"
6606
- }, ai = {
6623
+ }, si = {
6607
6624
  class: "player-control",
6608
6625
  id: "controls-center-center"
6609
- }, ni = {
6626
+ }, ri = {
6610
6627
  class: "player-control",
6611
6628
  id: "controls-center-right"
6612
- }, oi = {
6629
+ }, ii = {
6613
6630
  class: "player-control",
6614
6631
  id: "controls-bottom-left"
6615
- }, li = {
6632
+ }, ui = {
6616
6633
  class: "player-control",
6617
6634
  id: "controls-bottom-center"
6618
- }, si = {
6635
+ }, ci = {
6619
6636
  class: "player-control",
6620
6637
  id: "controls-bottom-right"
6621
- }, ri = /* @__PURE__ */ W({
6638
+ }, di = /* @__PURE__ */ W({
6622
6639
  __name: "VManualSlideShowPlayer",
6623
6640
  props: {
6624
6641
  isFullScreen: { type: Boolean }
6625
6642
  },
6626
6643
  emits: ["newSizeCallback"],
6627
6644
  setup(s, { emit: a }) {
6628
- return (e, n) => (v(), x("div", qr, [
6629
- u("div", Jr, [
6645
+ return (e, n) => (v(), x("div", ei, [
6646
+ u("div", ti, [
6630
6647
  oe(e.$slots, "slideshow-image", {}, void 0, !0),
6631
- u("div", Xr, [
6648
+ u("div", ai, [
6632
6649
  oe(e.$slots, "top-left", {}, void 0, !0)
6633
6650
  ]),
6634
- u("div", Kr, [
6651
+ u("div", ni, [
6635
6652
  oe(e.$slots, "top-center", {}, void 0, !0)
6636
6653
  ]),
6637
- u("div", ei, [
6654
+ u("div", oi, [
6638
6655
  oe(e.$slots, "top-right", {}, void 0, !0)
6639
6656
  ]),
6640
- u("div", ti, [
6657
+ u("div", li, [
6641
6658
  oe(e.$slots, "center-left", {}, void 0, !0)
6642
6659
  ]),
6643
- u("div", ai, [
6660
+ u("div", si, [
6644
6661
  oe(e.$slots, "center-center", {}, void 0, !0)
6645
6662
  ]),
6646
- u("div", ni, [
6663
+ u("div", ri, [
6647
6664
  oe(e.$slots, "center-right", {}, void 0, !0)
6648
6665
  ]),
6649
- u("div", oi, [
6666
+ u("div", ii, [
6650
6667
  oe(e.$slots, "bottom-left", {}, void 0, !0)
6651
6668
  ]),
6652
- u("div", li, [
6669
+ u("div", ui, [
6653
6670
  oe(e.$slots, "bottom-center", {}, void 0, !0)
6654
6671
  ]),
6655
- u("div", si, [
6672
+ u("div", ci, [
6656
6673
  oe(e.$slots, "bottom-right", {}, void 0, !0)
6657
6674
  ])
6658
6675
  ])
6659
6676
  ]));
6660
6677
  }
6661
- }), 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 = {
6662
6679
  key: 1,
6663
6680
  class: "btn-placeholder"
6664
- }, mi = /* @__PURE__ */ W({
6681
+ }, gi = /* @__PURE__ */ W({
6665
6682
  __name: "VManualSlideShow",
6666
6683
  props: {
6667
6684
  images: {},
@@ -6707,14 +6724,14 @@ const Rr = {
6707
6724
  }
6708
6725
  return (i, f) => {
6709
6726
  const S = E("v-img"), w = E("v-btn");
6710
- return v(), x("div", ui, [
6711
- u("div", ci, [
6727
+ return v(), x("div", mi, [
6728
+ u("div", pi, [
6712
6729
  u("div", null, [
6713
- b(ii, {
6730
+ b(vi, {
6714
6731
  "is-full-screen": n.value.isActive
6715
6732
  }, {
6716
6733
  "slideshow-image": _(() => [
6717
- u("div", di, [
6734
+ u("div", fi, [
6718
6735
  b(S, {
6719
6736
  src: o.value.thumbnailUrl
6720
6737
  }, null, 8, ["src"])
@@ -6759,7 +6776,7 @@ const Rr = {
6759
6776
  class: "btn-fullscreen",
6760
6777
  onToggleFullscreen: r
6761
6778
  }, null, 8, ["is-full-screen"])) : $("", !0),
6762
- i.showShare ? (v(), x("div", vi, [
6779
+ i.showShare ? (v(), x("div", hi, [
6763
6780
  b(na)
6764
6781
  ])) : $("", !0)
6765
6782
  ]),
@@ -6792,7 +6809,7 @@ const Rr = {
6792
6809
  ]);
6793
6810
  };
6794
6811
  }
6795
- }), pi = /* @__PURE__ */ ee(mi, [["__scopeId", "data-v-040ac08f"]]), fi = /* @__PURE__ */ W({
6812
+ }), yi = /* @__PURE__ */ ee(gi, [["__scopeId", "data-v-040ac08f"]]), _i = /* @__PURE__ */ W({
6796
6813
  __name: "VMiniMap",
6797
6814
  props: {
6798
6815
  cdnFileResolver: { type: [String, Function] },
@@ -6904,7 +6921,7 @@ const Rr = {
6904
6921
  }, 8, ["loading"]);
6905
6922
  };
6906
6923
  }
6907
- }), ru = /* @__PURE__ */ ee(fi, [["__scopeId", "data-v-8077dfb5"]]), hi = ["src"], gi = /* @__PURE__ */ W({
6924
+ }), du = /* @__PURE__ */ ee(_i, [["__scopeId", "data-v-8077dfb5"]]), bi = ["src"], Ci = /* @__PURE__ */ W({
6908
6925
  __name: "VStructureChooserCameraDayTimeSample",
6909
6926
  props: {
6910
6927
  timeSampleData: {},
@@ -6917,11 +6934,11 @@ const Rr = {
6917
6934
  key: o.value,
6918
6935
  src: o.value,
6919
6936
  width: "100%"
6920
- }, null, 8, hi)), [
6937
+ }, null, 8, bi)), [
6921
6938
  [ke, D(t) && D(e) === D(t)]
6922
6939
  ]);
6923
6940
  }
6924
- }), yi = /* @__PURE__ */ ee(gi, [["__scopeId", "data-v-a12a9cdb"]]), _i = /* @__PURE__ */ W({
6941
+ }), wi = /* @__PURE__ */ ee(Ci, [["__scopeId", "data-v-a12a9cdb"]]), ki = /* @__PURE__ */ W({
6925
6942
  __name: "VStructureChooserCameraDay",
6926
6943
  props: {
6927
6944
  dayData: {},
@@ -6931,14 +6948,14 @@ const Rr = {
6931
6948
  },
6932
6949
  setup(s) {
6933
6950
  const a = s, { dayData: e, cdnFileResolver: n, currentTime: t } = Ee(a);
6934
- 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, {
6935
6952
  key: l.filename,
6936
6953
  "time-sample-data": l,
6937
6954
  "cdn-file-resolver": D(n),
6938
6955
  "current-time": D(t)
6939
6956
  }, null, 8, ["time-sample-data", "cdn-file-resolver", "current-time"]))), 128));
6940
6957
  }
6941
- }), bi = ["src"], Ci = /* @__PURE__ */ W({
6958
+ }), Si = ["src"], Ii = /* @__PURE__ */ W({
6942
6959
  __name: "VStructureChooserCamera",
6943
6960
  props: {
6944
6961
  cameraData: {},
@@ -6952,7 +6969,7 @@ const Rr = {
6952
6969
  n.value,
6953
6970
  t.value.defaultFilename
6954
6971
  ));
6955
- 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, {
6956
6973
  key: p.dayOfYear,
6957
6974
  "day-data": p,
6958
6975
  "cdn-file-resolver": D(n),
@@ -6962,11 +6979,11 @@ const Rr = {
6962
6979
  key: r.value,
6963
6980
  src: r.value,
6964
6981
  width: "100%"
6965
- }, null, 8, bi)), [
6982
+ }, null, 8, Si)), [
6966
6983
  [ke, D(t) === D(e)]
6967
6984
  ]);
6968
6985
  }
6969
- }), wi = ["src"], ki = /* @__PURE__ */ W({
6986
+ }), xi = ["src"], Di = /* @__PURE__ */ W({
6970
6987
  __name: "VStructureChooserTransition",
6971
6988
  props: {
6972
6989
  transitionData: {},
@@ -6979,11 +6996,11 @@ const Rr = {
6979
6996
  key: o.value,
6980
6997
  src: o.value,
6981
6998
  class: "position-absolute top-left w-100 h-100"
6982
- }, null, 8, wi)), [
6999
+ }, null, 8, xi)), [
6983
7000
  [ke, D(e) === D(t)]
6984
7001
  ]);
6985
7002
  }
6986
- }), Si = /* @__PURE__ */ ee(ki, [["__scopeId", "data-v-ea8553ab"]]);
7003
+ }), Ai = /* @__PURE__ */ ee(Di, [["__scopeId", "data-v-ea8553ab"]]);
6987
7004
  function Nt(s) {
6988
7005
  const a = /* @__PURE__ */ new Date(0);
6989
7006
  return a.setUTCDate(s), a.toLocaleString("en-no", {
@@ -6991,11 +7008,11 @@ function Nt(s) {
6991
7008
  day: "numeric"
6992
7009
  });
6993
7010
  }
6994
- const Ii = {
7011
+ const Fi = {
6995
7012
  key: 0,
6996
7013
  class: "d-inline-block",
6997
7014
  style: { "vertical-align": "top" }
6998
- }, xi = /* @__PURE__ */ W({
7015
+ }, Li = /* @__PURE__ */ W({
6999
7016
  __name: "VStructureChooserUiDayButton",
7000
7017
  props: {
7001
7018
  isMobileSized: { type: Boolean },
@@ -7017,7 +7034,7 @@ const Ii = {
7017
7034
  );
7018
7035
  }), (p, i) => {
7019
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");
7020
- 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, [
7021
7038
  b(k, null, {
7022
7039
  activator: _(({ props: y }) => [
7023
7040
  b(S, {
@@ -7072,13 +7089,13 @@ const Ii = {
7072
7089
  ])) : $("", !0);
7073
7090
  };
7074
7091
  }
7075
- }), 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 = {
7076
7093
  key: 0,
7077
7094
  class: "camera-name text-caption text-capitalize"
7078
- }, Mi = {
7095
+ }, Vi = {
7079
7096
  key: 1,
7080
7097
  class: "icon-wrapper"
7081
- }, Oi = /* @__PURE__ */ W({
7098
+ }, $i = /* @__PURE__ */ W({
7082
7099
  __name: "VStructureChooserUiCameraThumbnails",
7083
7100
  props: {
7084
7101
  isMobileSized: { type: Boolean },
@@ -7118,7 +7135,7 @@ const Ii = {
7118
7135
  enabled: !D(l)
7119
7136
  })
7120
7137
  }, [
7121
- u("div", Ai, [
7138
+ u("div", Oi, [
7122
7139
  (v(!0), x(me, null, _e(D(t), (c, h) => (v(), x("div", {
7123
7140
  key: h,
7124
7141
  class: fe(["still-camera-image d-flex flex-column flex-reverse align-center elevation-2", {
@@ -7126,7 +7143,7 @@ const Ii = {
7126
7143
  }]),
7127
7144
  onClick: (k) => i(c)
7128
7145
  }, [
7129
- c.cameraName ? (v(), x("div", Li, Z(c.cameraName), 1)) : $("", !0),
7146
+ c.cameraName ? (v(), x("div", Ti, Z(c.cameraName), 1)) : $("", !0),
7130
7147
  u("div", {
7131
7148
  class: "camera-thumbnail-image",
7132
7149
  style: de({
@@ -7136,7 +7153,7 @@ const Ii = {
7136
7153
  )})`
7137
7154
  })
7138
7155
  }, null, 4),
7139
- c.sunsimDayOfYear && c.sunsimDayOfYear.length > 1 ? (v(), x("div", Mi, [
7156
+ c.sunsimDayOfYear && c.sunsimDayOfYear.length > 1 ? (v(), x("div", Vi, [
7140
7157
  b(w, {
7141
7158
  size: "x-small",
7142
7159
  color: "warning",
@@ -7148,12 +7165,12 @@ const Ii = {
7148
7165
  _: 1
7149
7166
  })
7150
7167
  ])) : $("", !0)
7151
- ], 10, Fi))), 128))
7168
+ ], 10, Ei))), 128))
7152
7169
  ])
7153
7170
  ], 2);
7154
7171
  };
7155
7172
  }
7156
- }), 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({
7157
7174
  __name: "VStructureChooserUiTimeSampleSlider",
7158
7175
  props: {
7159
7176
  isMobileSized: { type: Boolean },
@@ -7225,7 +7242,7 @@ const Ii = {
7225
7242
  ]),
7226
7243
  _: 1
7227
7244
  }),
7228
- u("span", Ti, Z(D(gt)(m.value)), 1)
7245
+ u("span", Ri, Z(D(gt)(m.value)), 1)
7229
7246
  ]),
7230
7247
  _: 1
7231
7248
  }, 8, ["modelValue", "min", "max", "step", "disabled"])) : (v(), x(me, { key: 1 }, [
@@ -7239,7 +7256,7 @@ const Ii = {
7239
7256
  ]),
7240
7257
  _: 1
7241
7258
  }),
7242
- u("span", Vi, Z(D(gt)(m.value)), 1)
7259
+ u("span", Ui, Z(D(gt)(m.value)), 1)
7243
7260
  ], 64))
7244
7261
  ]),
7245
7262
  _: 1
@@ -7247,10 +7264,10 @@ const Ii = {
7247
7264
  ], 6);
7248
7265
  };
7249
7266
  }
7250
- }), Bi = /* @__PURE__ */ ee($i, [["__scopeId", "data-v-4d44890b"]]), Ri = {
7267
+ }), Yi = /* @__PURE__ */ ee(Hi, [["__scopeId", "data-v-4d44890b"]]), zi = {
7251
7268
  class: "d-inline-block",
7252
7269
  style: { "vertical-align": "top" }
7253
- }, 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({
7254
7271
  __name: "VStructureChooserUiZoomButtons",
7255
7272
  props: {
7256
7273
  isMobileSized: { type: Boolean },
@@ -7263,7 +7280,7 @@ const Ii = {
7263
7280
  const e = s, { isMobileSized: n, canZoomIn: t, canZoomOut: o, disabled: r } = Ee(e), l = a;
7264
7281
  return (m, p) => {
7265
7282
  const i = E("v-btn");
7266
- return v(), x("div", Ri, [
7283
+ return v(), x("div", zi, [
7267
7284
  b(i, {
7268
7285
  disabled: D(r) || !D(t),
7269
7286
  size: D(n) ? "x-small" : "small",
@@ -7272,7 +7289,7 @@ const Ii = {
7272
7289
  onClick: p[0] || (p[0] = (f) => l("onZoomIn")),
7273
7290
  style: { "border-bottom-left-radius": "0", "border-bottom-right-radius": "0" }
7274
7291
  }, null, 8, ["disabled", "size"]),
7275
- Ui,
7292
+ ji,
7276
7293
  b(i, {
7277
7294
  disabled: D(r) || !D(o),
7278
7295
  size: D(n) ? "x-small" : "small",
@@ -7284,7 +7301,7 @@ const Ii = {
7284
7301
  ]);
7285
7302
  };
7286
7303
  }
7287
- }), Yi = ["innerHTML"], zi = /* @__PURE__ */ W({
7304
+ }), Wi = ["innerHTML"], Ni = /* @__PURE__ */ W({
7288
7305
  __name: "VStructureChooserOverlay",
7289
7306
  props: {
7290
7307
  cdnFileResolver: { type: [String, Function] },
@@ -7389,15 +7406,15 @@ const Ii = {
7389
7406
  class: "w-100 h-100 position-absolute top-left structure-chooser-overlay-svg",
7390
7407
  style: { "z-index": "5" },
7391
7408
  innerHTML: p.value
7392
- }, null, 8, Yi)), [
7409
+ }, null, 8, Wi)), [
7393
7410
  [ke, m.value]
7394
7411
  ])
7395
7412
  ]),
7396
7413
  _: 1
7397
7414
  }));
7398
7415
  }
7399
- }), ji = /* @__PURE__ */ ee(zi, [["__scopeId", "data-v-6814fbb2"]]);
7400
- function Pi(s) {
7416
+ }), Gi = /* @__PURE__ */ ee(Ni, [["__scopeId", "data-v-6814fbb2"]]);
7417
+ function Qi(s) {
7401
7418
  if (!s)
7402
7419
  return !1;
7403
7420
  const a = [
@@ -7415,16 +7432,16 @@ function Pi(s) {
7415
7432
  return !1;
7416
7433
  return !0;
7417
7434
  }
7418
- function Wi(s) {
7435
+ function Zi(s) {
7419
7436
  return !("filename" in s) && "defaultFilename" in s;
7420
7437
  }
7421
7438
  function Ft(s) {
7422
7439
  return "filename" in s;
7423
7440
  }
7424
- function Ni(s) {
7441
+ function qi(s) {
7425
7442
  return s ? "version" in s : !1;
7426
7443
  }
7427
- function Gi(s) {
7444
+ function Ji(s) {
7428
7445
  if (!s)
7429
7446
  return !1;
7430
7447
  const a = [
@@ -7440,7 +7457,7 @@ function Gi(s) {
7440
7457
  return !1;
7441
7458
  return !0;
7442
7459
  }
7443
- function Qi(s) {
7460
+ function Xi(s) {
7444
7461
  if (!s)
7445
7462
  return !1;
7446
7463
  const a = ["version", "latitude", "longitude", "buildings", "cameras"];
@@ -7452,11 +7469,11 @@ function Qi(s) {
7452
7469
  function Ke(s) {
7453
7470
  return s.startsWith("/") ? s : `/${s}`;
7454
7471
  }
7455
- function Zi(s) {
7472
+ function Ki(s) {
7456
7473
  var a, e, n, t;
7457
- if (Pi(s))
7474
+ if (Qi(s))
7458
7475
  return s;
7459
- if (Qi(s)) {
7476
+ if (Xi(s)) {
7460
7477
  if (!s.buildings)
7461
7478
  throw new Error(
7462
7479
  "cannot convert BuildingChooserDataV5 to StructureChooser: key 'buildings' is missing"
@@ -7510,7 +7527,7 @@ function Zi(s) {
7510
7527
  };
7511
7528
  })
7512
7529
  };
7513
- } else if (Gi(s)) {
7530
+ } else if (Ji(s)) {
7514
7531
  if (!s.days && !s.timeSamples)
7515
7532
  throw new Error(
7516
7533
  "cannot convert BuildingChooserDataLegacy to StructureChooser: 'days' and 'timeSamples' are empty"
@@ -7557,7 +7574,7 @@ function Zi(s) {
7557
7574
  ]
7558
7575
  };
7559
7576
  } else {
7560
- if (Ln(s))
7577
+ if (Tn(s))
7561
7578
  return {
7562
7579
  version: "5.0",
7563
7580
  latitude: s.latitude,
@@ -7617,7 +7634,7 @@ function Zi(s) {
7617
7634
  return o;
7618
7635
  })
7619
7636
  };
7620
- if (Ni(s)) {
7637
+ if (qi(s)) {
7621
7638
  if (!s.sceneData)
7622
7639
  throw new Error(
7623
7640
  "cannot convert ApartmentChooserDataLegacy to StructureChooser: key 'sceneData' is missing"
@@ -7689,10 +7706,10 @@ function Gt({ x: s, y: a, z: e }) {
7689
7706
  w: 0
7690
7707
  };
7691
7708
  }
7692
- const qi = ["innerHTML"], Ji = { style: { "z-index": "7" } }, Xi = {
7709
+ const eu = ["innerHTML"], tu = { style: { "z-index": "7" } }, au = {
7693
7710
  key: 4,
7694
7711
  class: "render-version"
7695
- }, Ki = /* @__PURE__ */ W({
7712
+ }, nu = /* @__PURE__ */ W({
7696
7713
  __name: "VStructureChooser",
7697
7714
  props: {
7698
7715
  structureChooserData: {},
@@ -7739,7 +7756,7 @@ const qi = ["innerHTML"], Ji = { style: { "z-index": "7" } }, Xi = {
7739
7756
  n,
7740
7757
  (H) => {
7741
7758
  try {
7742
- ve.value = !1, C.value = Zi(H);
7759
+ ve.value = !1, C.value = Ki(H);
7743
7760
  } catch (ae) {
7744
7761
  ve.value = !0, w("onError", ae);
7745
7762
  }
@@ -7769,7 +7786,7 @@ const qi = ["innerHTML"], Ji = { style: { "z-index": "7" } }, Xi = {
7769
7786
  }
7770
7787
  );
7771
7788
  const Q = V(
7772
- () => C.value ? C.value.cameras.filter(Wi) : []
7789
+ () => C.value ? C.value.cameras.filter(Zi) : []
7773
7790
  ), K = V(
7774
7791
  () => C.value ? C.value.cameras.filter(Ft) : []
7775
7792
  );
@@ -7802,19 +7819,19 @@ const qi = ["innerHTML"], Ji = { style: { "z-index": "7" } }, Xi = {
7802
7819
  },
7803
7820
  { immediate: !0 }
7804
7821
  );
7805
- function ie(H) {
7822
+ function se(H) {
7806
7823
  c.value !== H && G(
7807
7824
  C.value.cameras.findIndex((ae) => ae === H)
7808
7825
  );
7809
7826
  }
7810
- function se(H) {
7827
+ function re(H) {
7811
7828
  g.value = H, Ft(C.value.cameras[g.value]) ? y.value = C.value.cameras[g.value] : (Ae(() => {
7812
- re(
7829
+ ie(
7813
7830
  C.value.cameras[g.value]
7814
7831
  );
7815
7832
  }), y.value = null);
7816
7833
  }
7817
- function re(H) {
7834
+ function ie(H) {
7818
7835
  const ae = h.value;
7819
7836
  c.value = H, g.value = C.value.cameras.findIndex(
7820
7837
  (ne) => ne === c.value
@@ -7911,9 +7928,9 @@ const qi = ["innerHTML"], Ji = { style: { "z-index": "7" } }, Xi = {
7911
7928
  ge = setInterval(() => {
7912
7929
  be < ae ? (be++, g.value = Math.abs(
7913
7930
  be % C.value.cameras.length
7914
- ), se(g.value)) : be > ae ? (be--, g.value = Math.abs(
7931
+ ), re(g.value)) : be > ae ? (be--, g.value = Math.abs(
7915
7932
  be % C.value.cameras.length
7916
- ), se(g.value)) : (clearInterval(ge), z.value = !1, ne());
7933
+ ), re(g.value)) : (clearInterval(ge), z.value = !1, ne());
7917
7934
  }, 12);
7918
7935
  });
7919
7936
  }
@@ -7957,7 +7974,7 @@ const qi = ["innerHTML"], Ji = { style: { "z-index": "7" } }, Xi = {
7957
7974
  }),
7958
7975
  longitude: ze(c.value.cameraRotation.y) + 270
7959
7976
  }, null, 8, ["style", "longitude"])) : $("", !0),
7960
- b(Hi, {
7977
+ b(Pi, {
7961
7978
  "is-mobile-sized": A.value,
7962
7979
  "can-zoom-out": N.value.min < N.value.current,
7963
7980
  "can-zoom-in": N.value.max > N.value.current,
@@ -7974,13 +7991,13 @@ const qi = ["innerHTML"], Ji = { style: { "z-index": "7" } }, Xi = {
7974
7991
  }, "still-cameras-wrapper"]),
7975
7992
  style: { "z-index": "7" }
7976
7993
  }, [
7977
- b(Ei, {
7994
+ b(Bi, {
7978
7995
  "is-mobile-sized": A.value,
7979
7996
  "still-cameras": Q.value,
7980
7997
  "current-camera": c.value,
7981
7998
  disabled: z.value,
7982
7999
  "cdn-file-resolver": D(t),
7983
- onOnCameraChange: ie
8000
+ onOnCameraChange: se
7984
8001
  }, null, 8, ["is-mobile-sized", "still-cameras", "current-camera", "disabled", "cdn-file-resolver"])
7985
8002
  ], 2)) : $("", !0),
7986
8003
  b(ot, {
@@ -7990,7 +8007,7 @@ const qi = ["innerHTML"], Ji = { style: { "z-index": "7" } }, Xi = {
7990
8007
  onUpdate: xe
7991
8008
  }, {
7992
8009
  default: _(() => [
7993
- (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, {
7994
8011
  key: `camera${be}`,
7995
8012
  "camera-data": ge,
7996
8013
  "cdn-file-resolver": D(t),
@@ -7998,7 +8015,7 @@ const qi = ["innerHTML"], Ji = { style: { "z-index": "7" } }, Xi = {
7998
8015
  "current-day": h.value,
7999
8016
  "current-time": k.value
8000
8017
  }, null, 8, ["camera-data", "cdn-file-resolver", "current-camera", "current-day", "current-time"]))), 128)),
8001
- (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, {
8002
8019
  key: `transition${be}`,
8003
8020
  "transition-data": ge,
8004
8021
  "cdn-file-resolver": D(t),
@@ -8009,8 +8026,8 @@ const qi = ["innerHTML"], Ji = { style: { "z-index": "7" } }, Xi = {
8009
8026
  class: "w-100 h-100 position-absolute top-left",
8010
8027
  style: { "z-index": "6", "pointer-events": "none" },
8011
8028
  innerHTML: D(l)
8012
- }, null, 8, qi)) : $("", !0),
8013
- c.value.overlayFilename && !ve.value ? Ce((v(), T(ji, {
8029
+ }, null, 8, eu)) : $("", !0),
8030
+ c.value.overlayFilename && !ve.value ? Ce((v(), T(Gi, {
8014
8031
  key: M.value,
8015
8032
  "cdn-file-resolver": D(t),
8016
8033
  "color-callback": D(o),
@@ -8036,7 +8053,7 @@ const qi = ["innerHTML"], Ji = { style: { "z-index": "7" } }, Xi = {
8036
8053
  }),
8037
8054
  style: { "z-index": "7" }
8038
8055
  }, [
8039
- b(Di, {
8056
+ b(Mi, {
8040
8057
  class: "pr-2",
8041
8058
  "is-mobile-sized": A.value,
8042
8059
  "current-camera": c.value,
@@ -8044,7 +8061,7 @@ const qi = ["innerHTML"], Ji = { style: { "z-index": "7" } }, Xi = {
8044
8061
  disabled: z.value,
8045
8062
  onOnDayChange: ye
8046
8063
  }, null, 8, ["is-mobile-sized", "current-camera", "current-day", "disabled"]),
8047
- b(Bi, {
8064
+ b(Yi, {
8048
8065
  "is-mobile-sized": A.value,
8049
8066
  "current-day": h.value,
8050
8067
  "current-time": k.value,
@@ -8058,13 +8075,13 @@ const qi = ["innerHTML"], Ji = { style: { "z-index": "7" } }, Xi = {
8058
8075
  pos: J.value
8059
8076
  }, {
8060
8077
  default: _(() => [
8061
- u("div", Ji, [
8078
+ u("div", tu, [
8062
8079
  oe(H.$slots, "popup", ct(dt({ hoverId: B.value, hoverable: L.value })), void 0, !0)
8063
8080
  ])
8064
8081
  ]),
8065
8082
  _: 3
8066
8083
  }, 8, ["is-hoverable", "pos"])) : $("", !0),
8067
- 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)
8068
8085
  ], 34)
8069
8086
  ]),
8070
8087
  _: 3
@@ -8079,27 +8096,27 @@ const qi = ["innerHTML"], Ji = { style: { "z-index": "7" } }, Xi = {
8079
8096
  ], 64);
8080
8097
  };
8081
8098
  }
8082
- }), eu = /* @__PURE__ */ ee(Ki, [["__scopeId", "data-v-26b5f370"]]), iu = {
8099
+ }), ou = /* @__PURE__ */ ee(nu, [["__scopeId", "data-v-26b5f370"]]), vu = {
8083
8100
  install: function(a) {
8084
- 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);
8085
8102
  }
8086
8103
  };
8087
8104
  export {
8088
8105
  Le as ResourceLoader,
8089
- Cn as VApartmentChooser,
8090
- lu as VApartmentChooserV5,
8091
- Lo as VBuildingChooser,
8092
- su as VBuildingChooserV5,
8106
+ In as VApartmentChooser,
8107
+ uu as VApartmentChooserV5,
8108
+ To as VBuildingChooser,
8109
+ cu as VBuildingChooserV5,
8093
8110
  nt as VFloatingCard,
8094
8111
  We as VHoverProbe,
8095
- pi as VManualSlideShow,
8096
- ru as VMiniMap,
8112
+ yi as VManualSlideShow,
8113
+ du as VMiniMap,
8097
8114
  lt as VNorthDirection,
8098
- eu as VStructureChooser,
8099
- Zr as VVirtualTour,
8115
+ ou as VStructureChooser,
8116
+ Kr as VVirtualTour,
8100
8117
  ot as VZoomBox,
8101
- Qn as convertApartmentChooserDataLegacyToV5,
8102
- No as convertBuildingChooserDataLegacyToV5,
8103
- Zi as convertStructureChooserDataLegacyToV5,
8104
- iu as default
8118
+ Xn as convertApartmentChooserDataLegacyToV5,
8119
+ qo as convertBuildingChooserDataLegacyToV5,
8120
+ Ki as convertStructureChooserDataLegacyToV5,
8121
+ vu as default
8105
8122
  };