@qispace/vue3-player 0.1.22 → 0.1.24

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,7 +1,7 @@
1
1
  var At = Object.defineProperty;
2
2
  var Lt = (v, t, e) => t in v ? At(v, t, { enumerable: !0, configurable: !0, writable: !0, value: e }) : v[t] = e;
3
3
  var te = (v, t, e) => (Lt(v, typeof t != "symbol" ? t + "" : t, e), e);
4
- import { defineComponent as j, ref as u, computed as T, openBlock as m, createElementBlock as S, watch as H, onMounted as ue, onBeforeUnmount as Pe, withDirectives as de, createElementVNode as i, normalizeStyle as le, vShow as pe, createVNode as w, Fragment as ie, renderList as ve, createCommentVNode as Y, inject as Be, resolveComponent as B, withCtx as A, toDisplayString as N, unref as ne, createTextVNode as X, normalizeClass as xe, createBlock as $, renderSlot as oe, provide as Ke, reactive as lt, watchEffect as ke, resolveDynamicComponent as ft, normalizeProps as et, guardReactiveProps as tt, mergeProps as ye, nextTick as De, Transition as Se, createSlots as xt, pushScopeId as st, popScopeId as rt, vModelText as Ft, createStaticVNode as ht, onBeforeUpdate as Dt } from "vue";
4
+ import { defineComponent as j, ref as u, computed as T, openBlock as m, createElementBlock as S, watch as H, onMounted as ue, onBeforeUnmount as Pe, withDirectives as de, createElementVNode as r, normalizeStyle as le, vShow as pe, createVNode as w, Fragment as re, renderList as ve, createCommentVNode as Y, inject as Be, resolveComponent as B, withCtx as A, toDisplayString as N, unref as ne, createTextVNode as X, normalizeClass as xe, createBlock as $, renderSlot as oe, provide as Ke, reactive as lt, watchEffect as ke, resolveDynamicComponent as ft, normalizeProps as et, guardReactiveProps as tt, mergeProps as ye, nextTick as De, Transition as Se, createSlots as xt, pushScopeId as st, popScopeId as it, vModelText as Ft, createStaticVNode as ht, onBeforeUpdate as Dt } from "vue";
5
5
  import at from "axios";
6
6
  import * as St from "@qispace/player-core";
7
7
  import * as Ve from "three";
@@ -76,12 +76,12 @@ const Et = /* @__PURE__ */ j({
76
76
  },
77
77
  emits: ["selectUnit", "goToUnit", "hoverOver", "hoverOut", "pos"],
78
78
  setup(v, { emit: t }) {
79
- const e = v, a = t, n = u({ x: 0, y: 0, width: 0, height: 0 }), o = u(0), r = u(0), s = u(), p = u(), l = u(), d = u(), c = u(-1), b = u(!1), h = u(), f = u(), _ = u({}), F = u("auto"), k = u(new ge()), g = u({}), U = u(), y = u(), V = u(), C = u(), L = u(), G = T(() => V.value.isHoverEnabled), D = T(() => se(
79
+ const e = v, a = t, n = u({ x: 0, y: 0, width: 0, height: 0 }), o = u(0), i = u(0), s = u(), p = u(), l = u(), d = u(), c = u(-1), b = u(!1), h = u(), f = u(), _ = u({}), F = u("auto"), k = u(new ge()), g = u({}), U = u(), y = u(), V = u(), C = u(), L = u(), G = T(() => V.value.isHoverEnabled), D = T(() => se(
80
80
  e.cdnFileResolver,
81
81
  `/scenedata${e.viewModel.currentScene}.png`
82
82
  )), Z = T(() => D.value in _.value ? _.value[D.value] : null), x = T(() => c.value < 0 ? !1 : e.sceneData.find((Q) => Q.index === c.value) || !1), E = T(() => ({
83
83
  width: o.value + "px",
84
- height: r.value + "px",
84
+ height: i.value + "px",
85
85
  cursor: F.value
86
86
  })), M = T(() => `hover-${b.value ? "over" : "out"}-${x.value ? typeof x.value == "object" && "unitId" in x.value ? x.value.unitId : x.value : ""}`);
87
87
  H(
@@ -146,7 +146,7 @@ const Et = /* @__PURE__ */ j({
146
146
  x: W.offsetX,
147
147
  y: W.offsetY,
148
148
  width: o.value,
149
- height: r.value
149
+ height: i.value
150
150
  };
151
151
  }
152
152
  function R(W) {
@@ -190,7 +190,7 @@ const Et = /* @__PURE__ */ j({
190
190
  if (Q.index >= 0) {
191
191
  const ae = ce(Q.index);
192
192
  if (ae) {
193
- const Ne = re(Q.index);
193
+ const Ne = ie(Q.index);
194
194
  let Te = "idle";
195
195
  !x.value && e.selectedUnitId && Ne === e.selectedUnitId ? Te = "selected" : x.value && c.value === Q.index && (Te = "hover");
196
196
  const Le = e.colorCallback(Q.unitId, Te);
@@ -204,7 +204,7 @@ const Et = /* @__PURE__ */ j({
204
204
  function ce(W) {
205
205
  return d.value ? g.value[W] : !1;
206
206
  }
207
- function re(W) {
207
+ function ie(W) {
208
208
  const Q = e.sceneData.find((ae) => ae.index === W);
209
209
  return Q && Q.unitId;
210
210
  }
@@ -220,7 +220,7 @@ const Et = /* @__PURE__ */ j({
220
220
  return [];
221
221
  }
222
222
  function Ae(W) {
223
- const Q = re(W);
223
+ const Q = ie(W);
224
224
  _e(Q);
225
225
  }
226
226
  function _e(W) {
@@ -236,7 +236,7 @@ const Et = /* @__PURE__ */ j({
236
236
  function we() {
237
237
  if (!L.value)
238
238
  return !1;
239
- o.value = L.value.offsetWidth, r.value = L.value.offsetHeight;
239
+ o.value = L.value.offsetWidth, i.value = L.value.offsetHeight;
240
240
  }
241
241
  function Ee() {
242
242
  P(), Fe();
@@ -258,7 +258,7 @@ const Et = /* @__PURE__ */ j({
258
258
  ref: L,
259
259
  id: "canvas"
260
260
  }, [
261
- de(i("canvas", {
261
+ de(r("canvas", {
262
262
  id: "canvas-mask",
263
263
  ref_key: "canvas",
264
264
  ref: C,
@@ -286,17 +286,17 @@ const Et = /* @__PURE__ */ j({
286
286
  },
287
287
  emits: ["selectUnit", "goToUnit", "hoverOver", "hoverOut", "pos"],
288
288
  setup(v, { emit: t }) {
289
- const e = v, a = t, n = u({ x: 0, y: 0, width: 0, height: 0 }), o = u(-1), r = u({}), s = u(null), p = u(new ge()), l = u(), d = u(), c = T(() => d.value.isHoverEnabled);
289
+ const e = v, a = t, n = u({ x: 0, y: 0, width: 0, height: 0 }), o = u(-1), i = u({}), s = u(null), p = u(new ge()), l = u(), d = u(), c = T(() => d.value.isHoverEnabled);
290
290
  H(
291
291
  () => e.viewModel.currentScene,
292
292
  () => {
293
- e.viewModel.currentScene in r.value && (s.value = r.value[e.viewModel.currentScene]);
293
+ e.viewModel.currentScene in i.value && (s.value = i.value[e.viewModel.currentScene]);
294
294
  },
295
295
  { immediate: !0 }
296
296
  ), H(
297
- r,
297
+ i,
298
298
  () => {
299
- e.viewModel.currentScene in r.value && (s.value = r.value[e.viewModel.currentScene]);
299
+ e.viewModel.currentScene in i.value && (s.value = i.value[e.viewModel.currentScene]);
300
300
  },
301
301
  { immediate: !0 }
302
302
  ), H(n, () => {
@@ -334,7 +334,7 @@ const Et = /* @__PURE__ */ j({
334
334
  ).map((Z) => ({
335
335
  index: parseInt(Z.getAttribute("data-index")),
336
336
  svg: Z.innerHTML
337
- })), r.value = { ...r.value, [y]: C };
337
+ })), i.value = { ...i.value, [y]: C };
338
338
  });
339
339
  }
340
340
  l.value.addEventListener("mousemove", U(b, 50));
@@ -399,7 +399,7 @@ const Et = /* @__PURE__ */ j({
399
399
  ref_key: "container",
400
400
  ref: l
401
401
  }, [
402
- de(i("div", {
402
+ de(r("div", {
403
403
  class: "svg-container",
404
404
  style: le({
405
405
  opacity: !s.value || !s.value.svgObjects ? 0 : 1
@@ -409,7 +409,7 @@ const Et = /* @__PURE__ */ j({
409
409
  key: 0,
410
410
  viewBox: s.value.viewBox
411
411
  }, [
412
- (m(!0), S(ie, null, ve(s.value.svgObjects, ({ index: C, svg: L }) => (m(), S("g", {
412
+ (m(!0), S(re, null, ve(s.value.svgObjects, ({ index: C, svg: L }) => (m(), S("g", {
413
413
  key: C,
414
414
  innerHTML: L,
415
415
  style: le(k(C)),
@@ -442,14 +442,14 @@ const Et = /* @__PURE__ */ j({
442
442
  },
443
443
  emits: ["prevUnit", "nextUnit", "goToUnit"],
444
444
  setup(v, { emit: t }) {
445
- const e = v, a = T(() => e.selectedUnitId), n = T(() => e.nextUnitId), o = T(() => e.prevUnitId), r = t, s = Be(Ce);
445
+ const e = v, a = T(() => e.selectedUnitId), n = T(() => e.nextUnitId), o = T(() => e.prevUnitId), i = t, s = Be(Ce);
446
446
  ue(() => {
447
447
  window.addEventListener("keydown", p);
448
448
  }), Pe(() => {
449
449
  window.removeEventListener("keydown", p);
450
450
  });
451
451
  function p(l) {
452
- l.keyCode === 37 ? e.prevUnitId && r("prevUnit") : l.keyCode === 39 && e.nextUnitId && r("nextUnit");
452
+ l.keyCode === 37 ? e.prevUnitId && i("prevUnit") : l.keyCode === 39 && e.nextUnitId && i("nextUnit");
453
453
  }
454
454
  return (l, d) => {
455
455
  const c = B("v-btn");
@@ -466,7 +466,7 @@ const Et = /* @__PURE__ */ j({
466
466
  icon: "mdi-chevron-left",
467
467
  class: "mr-sm-4 ml-sm-8 mr-3 ml-3 black darken-1",
468
468
  disabled: !o.value,
469
- onClick: d[1] || (d[1] = (b) => r("prevUnit"))
469
+ onClick: d[1] || (d[1] = (b) => i("prevUnit"))
470
470
  }, null, 8, ["disabled"]),
471
471
  w(c, {
472
472
  color: "darken-2",
@@ -474,11 +474,11 @@ const Et = /* @__PURE__ */ j({
474
474
  rounded: "",
475
475
  plain: "",
476
476
  disabled: !a.value || !l.canGoToUnitCallback(a.value),
477
- onClick: d[2] || (d[2] = (b) => r("goToUnit", a.value))
477
+ onClick: d[2] || (d[2] = (b) => i("goToUnit", a.value))
478
478
  }, {
479
479
  default: A(() => [
480
480
  a.value && l.canGoToUnitCallback(a.value) ? (m(), S("span", Ut, N(ne(s).getLabel("seeApartment")) + "  ", 1)) : Y("", !0),
481
- i("span", $t, N(a.value ? e.unitRenderer(a.value) : "-"), 1)
481
+ r("span", $t, N(a.value ? e.unitRenderer(a.value) : "-"), 1)
482
482
  ]),
483
483
  _: 1
484
484
  }, 8, ["disabled"]),
@@ -488,7 +488,7 @@ const Et = /* @__PURE__ */ j({
488
488
  icon: "mdi-chevron-right",
489
489
  class: "mr-sm-8 ml-sm-4 mr-3 ml-3 black darken-1",
490
490
  disabled: !n.value,
491
- onClick: d[3] || (d[3] = (b) => r("nextUnit"))
491
+ onClick: d[3] || (d[3] = (b) => i("nextUnit"))
492
492
  }, null, 8, ["disabled"]),
493
493
  w(c, {
494
494
  elevation: "1",
@@ -539,7 +539,7 @@ class ot {
539
539
  return Math.round(this._loadedCount * 100 / this._numParts);
540
540
  }
541
541
  }
542
- class it {
542
+ class rt {
543
543
  constructor(t, e, a, n) {
544
544
  te(this, "_rotator");
545
545
  te(this, "_direction");
@@ -557,7 +557,7 @@ class it {
557
557
  const t = this._rotator.clampFrameIndex(
558
558
  this._frameIndex + this._direction
559
559
  ), e = this._rotator.isCardinalFrame(t) ? this._sceneCount - 1 : this._sceneCount;
560
- return new it(
560
+ return new rt(
561
561
  this._rotator,
562
562
  this._direction,
563
563
  t,
@@ -573,7 +573,7 @@ class jt {
573
573
  }
574
574
  start(t, e, a) {
575
575
  const n = this.startFrameIndexForScene(e);
576
- return new it(this, t, n, a);
576
+ return new rt(this, t, n, a);
577
577
  }
578
578
  isCardinalFrame(t) {
579
579
  return this._cardinalFrames.includes(t);
@@ -610,7 +610,7 @@ const Pt = {
610
610
  setup(v, { emit: t }) {
611
611
  const e = v, a = t, n = h(), o = u(
612
612
  new ot(n.length).onLoadFinished(() => a("loaded")).onLoadProgress((k) => a("progress", k)).onLoadError(() => a("error"))
613
- ), r = u(
613
+ ), i = u(
614
614
  new jt(e.cardinalFrames, dt)
615
615
  ), s = u(n), p = u(!1), l = T(() => s.value.find((k) => k.show));
616
616
  H(
@@ -624,7 +624,7 @@ const Pt = {
624
624
  });
625
625
  function d(k, g, U) {
626
626
  e.viewModel.isRotating || (e.viewModel.isRotating = !0, c(
627
- r.value.start(
627
+ i.value.start(
628
628
  g,
629
629
  k % ze,
630
630
  U
@@ -639,7 +639,7 @@ const Pt = {
639
639
  }, 1e3 / Jt);
640
640
  }
641
641
  function b() {
642
- const k = r.value.startFrameIndexForScene(
642
+ const k = i.value.startFrameIndexForScene(
643
643
  e.viewModel.currentScene % ze
644
644
  );
645
645
  k in s.value && (s.value[k].show = !0), e.viewModel.isRotating = !1;
@@ -698,16 +698,16 @@ const Pt = {
698
698
  _: 1
699
699
  })
700
700
  ])) : p.value ? (m(), S("div", Qt, [
701
- (m(!0), S(ie, null, ve(s.value, (y) => (m(), S("picture", {
701
+ (m(!0), S(re, null, ve(s.value, (y) => (m(), S("picture", {
702
702
  key: y.index,
703
703
  alt: y.index,
704
704
  class: xe({ "frame-image": !0, show: y.show })
705
705
  }, [
706
- i("source", {
706
+ r("source", {
707
707
  srcset: y.sourceSet,
708
708
  type: "image/jpeg"
709
709
  }, null, 8, Zt),
710
- i("img", {
710
+ r("img", {
711
711
  src: y.defaultPath,
712
712
  alt: "Building image",
713
713
  onLoad: g[2] || (g[2] = (V) => o.value.partLoaded()),
@@ -716,11 +716,11 @@ const Pt = {
716
716
  ], 10, qt))), 128))
717
717
  ])) : (m(), S("div", Wt, [
718
718
  l.value ? (m(), S("picture", Nt, [
719
- i("source", {
719
+ r("source", {
720
720
  srcset: l.value.sourceSet,
721
721
  type: "image/jpeg"
722
722
  }, null, 8, zt),
723
- i("img", {
723
+ r("img", {
724
724
  src: l.value.defaultPath,
725
725
  onLoad: g[0] || (g[0] = (y) => p.value = !0),
726
726
  onError: g[1] || (g[1] = (y) => o.value.errorDetected())
@@ -739,10 +739,10 @@ const Pt = {
739
739
  emits: ["outside"],
740
740
  setup(v, { emit: t }) {
741
741
  const e = v, a = t, n = T(() => {
742
- let o, r, s, p;
743
- return e.pos.x <= e.pos.width / 2 ? (o = "-100%", s = "-8px") : (o = "0%", s = "8px"), e.pos.y <= e.pos.height / 2 ? (r = "-100%", p = "-8px") : (r = "0%", p = "8px"), `translate(${o}, ${r}) translate(${s}, ${p})`;
742
+ let o, i, s, p;
743
+ return e.pos.x <= e.pos.width / 2 ? (o = "-100%", s = "-8px") : (o = "0%", s = "8px"), e.pos.y <= e.pos.height / 2 ? (i = "-100%", p = "-8px") : (i = "0%", p = "8px"), `translate(${o}, ${i}) translate(${s}, ${p})`;
744
744
  });
745
- return (o, r) => {
745
+ return (o, i) => {
746
746
  const s = B("v-dialog"), p = B("v-fade-transition");
747
747
  return m(), $(p, {
748
748
  origin: `top left ${o.pos.x} ${o.pos.y}`
@@ -763,7 +763,7 @@ const Pt = {
763
763
  key: 1,
764
764
  value: !0,
765
765
  width: "auto",
766
- "onClick:outside": r[0] || (r[0] = (l) => a("outside", l))
766
+ "onClick:outside": i[0] || (i[0] = (l) => a("outside", l))
767
767
  }, {
768
768
  default: A(() => [
769
769
  oe(o.$slots, "default", { isHoverable: o.isHoverable }, void 0, !0)
@@ -787,8 +787,8 @@ const Pt = {
787
787
  },
788
788
  emits: ["update"],
789
789
  setup(v, { emit: t }) {
790
- const e = v, a = t, n = u(100), o = u(0), r = u(0), s = u(!1), p = u(!1), l = u(void 0), d = u(!1), c = u(), b = T(() => `translateX(${o.value}px) translateY(${r.value}px) scale(${h.value})`), h = T(() => n.value / 100), f = T(() => e.maxScale * 100);
791
- H([h, o, r], () => {
790
+ const e = v, a = t, n = u(100), o = u(0), i = u(0), s = u(!1), p = u(!1), l = u(void 0), d = u(!1), c = u(), b = T(() => `translateX(${o.value}px) translateY(${i.value}px) scale(${h.value})`), h = T(() => n.value / 100), f = T(() => e.maxScale * 100);
791
+ H([h, o, i], () => {
792
792
  K();
793
793
  }), H(
794
794
  () => e.desktop,
@@ -862,11 +862,11 @@ const Pt = {
862
862
  }
863
863
  function V(R) {
864
864
  if (s.value) {
865
- const { x: P, y: ee } = x(R), { x: me, y: ce } = x(l.value), re = {
865
+ const { x: P, y: ee } = x(R), { x: me, y: ce } = x(l.value), ie = {
866
866
  x: P - me,
867
867
  y: ee - ce
868
868
  };
869
- E(re.x), M(re.y), d.value = !0, l.value = R;
869
+ E(ie.x), M(ie.y), d.value = !0, l.value = R;
870
870
  }
871
871
  }
872
872
  function C(R) {
@@ -880,13 +880,13 @@ const Pt = {
880
880
  }
881
881
  function D(R) {
882
882
  if (s.value) {
883
- const { x: P, y: ee } = x(R.touches[0]), { x: me, y: ce } = x(l.value.touches[0]), re = {
883
+ const { x: P, y: ee } = x(R.touches[0]), { x: me, y: ce } = x(l.value.touches[0]), ie = {
884
884
  x: P - me,
885
885
  y: ee - ce
886
886
  };
887
- E(re.x), M(re.y);
887
+ E(ie.x), M(ie.y);
888
888
  } else if (p.value && R.touches.length === 2) {
889
- const { x: P, y: ee } = x(R.touches[0]), { x: me, y: ce } = x(l.value.touches[0]), { x: re, y: Ie } = x(R.touches[1]), { x: Ae, y: _e } = x(l.value.touches[1]), be = Math.hypot(me - Ae, ce - _e), we = Math.hypot(P - re, ee - Ie), Ee = (re + P) / 2, Fe = (Ie + ee) / 2;
889
+ const { x: P, y: ee } = x(R.touches[0]), { x: me, y: ce } = x(l.value.touches[0]), { x: ie, y: Ie } = x(R.touches[1]), { x: Ae, y: _e } = x(l.value.touches[1]), be = Math.hypot(me - Ae, ce - _e), we = Math.hypot(P - ie, ee - Ie), Ee = (ie + P) / 2, Fe = (Ie + ee) / 2;
890
890
  O(we - be, Ee, Fe);
891
891
  }
892
892
  l.value = R;
@@ -910,24 +910,24 @@ const Pt = {
910
910
  }
911
911
  function M(R) {
912
912
  const P = c.value.clientHeight, ee = P * h.value;
913
- r.value = Math.max(
914
- Math.min(0, r.value + R),
913
+ i.value = Math.max(
914
+ Math.min(0, i.value + R),
915
915
  -(ee - P)
916
916
  );
917
917
  }
918
918
  function O(R, P, ee) {
919
- const me = c.value.clientWidth, ce = c.value.clientHeight, re = me * h.value, Ie = ce * h.value;
919
+ const me = c.value.clientWidth, ce = c.value.clientHeight, ie = me * h.value, Ie = ce * h.value;
920
920
  n.value = Math.min(Math.max(100, n.value + R), f.value);
921
- const Ae = me * h.value, _e = ce * h.value, be = Ae - re, we = _e - Ie;
922
- o.value -= P / me * be, r.value -= ee / ce * we, E(0), M(0);
921
+ const Ae = me * h.value, _e = ce * h.value, be = Ae - ie, we = _e - Ie;
922
+ o.value -= P / me * be, i.value -= ee / ce * we, E(0), M(0);
923
923
  }
924
924
  function K() {
925
925
  a("update", {
926
926
  scale: h.value,
927
927
  x: o.value,
928
- y: r.value,
928
+ y: i.value,
929
929
  resolve: (R, P) => {
930
- const ee = c.value.clientWidth, me = c.value.clientHeight, ce = o.value / -h.value, re = r.value / -h.value, Ie = ce + ee / h.value, Ae = re + me / h.value, _e = R / ee * (Ie - ce) + ce, be = P / me * (Ae - re) + re;
930
+ const ee = c.value.clientWidth, me = c.value.clientHeight, ce = o.value / -h.value, ie = i.value / -h.value, Ie = ce + ee / h.value, Ae = ie + me / h.value, _e = R / ee * (Ie - ce) + ce, be = P / me * (Ae - ie) + ie;
931
931
  return { x: _e, y: be };
932
932
  }
933
933
  });
@@ -938,7 +938,7 @@ const Pt = {
938
938
  class: "zoom-box-container",
939
939
  style: le({ position: e.position })
940
940
  }, [
941
- i("div", {
941
+ r("div", {
942
942
  style: le({ "transform-origin": "top left", transform: b.value }),
943
943
  class: "zoom-box"
944
944
  }, [
@@ -1091,10 +1091,10 @@ const sn = { key: 0 }, rn = { class: "interactive-viewer" }, un = { class: "fill
1091
1091
  Ce,
1092
1092
  a.i18nConfig ? new Me(a.i18nConfig) : new Me()
1093
1093
  );
1094
- const o = lt({ isReady: !1, isError: !1 }), r = u(), s = u(), p = u(), l = u(), d = u({ x: 0, y: 0, width: 0, height: 0 }), c = u(), b = u(), h = u(), f = T(() => h.value.isHoverEnabled), _ = T(() => a.useSvg ? Ot : Tt), F = T(() => a.selectedUnitId), k = T(() => a.nextUnitId), g = T(() => a.prevUnitId);
1094
+ const o = lt({ isReady: !1, isError: !1 }), i = u(), s = u(), p = u(), l = u(), d = u({ x: 0, y: 0, width: 0, height: 0 }), c = u(), b = u(), h = u(), f = T(() => h.value.isHoverEnabled), _ = T(() => a.useSvg ? Ot : Tt), F = T(() => a.selectedUnitId), k = T(() => a.nextUnitId), g = T(() => a.prevUnitId);
1095
1095
  ke(() => {
1096
1096
  if (F.value && l.value) {
1097
- const C = r.value[F.value];
1097
+ const C = i.value[F.value];
1098
1098
  C && (l.value.currentScene = C);
1099
1099
  }
1100
1100
  }), ue(async () => {
@@ -1102,7 +1102,7 @@ const sn = { key: 0 }, rn = { class: "interactive-viewer" }, un = { class: "fill
1102
1102
  p.value = a.apartmentChooserData && a.apartmentChooserData.scenes !== void 0 ? a.apartmentChooserData.scenes : e, s.value = a.apartmentChooserData && a.apartmentChooserData.sceneData !== void 0 ? a.apartmentChooserData.sceneData.map((D) => ({
1103
1103
  unitId: D.apartmentID,
1104
1104
  index: D.index
1105
- })) : [], r.value = a.apartmentChooserData && a.apartmentChooserData.sceneData !== void 0 ? a.apartmentChooserData.sceneData.map((D) => {
1105
+ })) : [], i.value = a.apartmentChooserData && a.apartmentChooserData.sceneData !== void 0 ? a.apartmentChooserData.sceneData.map((D) => {
1106
1106
  const Z = D.bestScene === 0 ? 4 : D.bestScene;
1107
1107
  return { unitId: D.apartmentID, scene: Z };
1108
1108
  }).reduce((D, Z) => ({ ...D, [Z.unitId]: Z.scene }), {}) : {};
@@ -1112,9 +1112,9 @@ const sn = { key: 0 }, rn = { class: "interactive-viewer" }, un = { class: "fill
1112
1112
  E.push(x), x = gt(x);
1113
1113
  return D.sort((M, O) => {
1114
1114
  const K = E.findIndex(
1115
- (P) => P === r.value[M[Z]]
1115
+ (P) => P === i.value[M[Z]]
1116
1116
  ), R = E.findIndex(
1117
- (P) => P === r.value[O[Z]]
1117
+ (P) => P === i.value[O[Z]]
1118
1118
  );
1119
1119
  return K < R ? -1 : K > R ? 1 : 0;
1120
1120
  }), D;
@@ -1125,7 +1125,7 @@ const sn = { key: 0 }, rn = { class: "interactive-viewer" }, un = { class: "fill
1125
1125
  scene: C,
1126
1126
  scenes: p.value,
1127
1127
  sceneData: s.value,
1128
- scenesByApartment: r.value,
1128
+ scenesByApartment: i.value,
1129
1129
  unitsSceneSort: L,
1130
1130
  initialize: G
1131
1131
  });
@@ -1142,8 +1142,8 @@ const sn = { key: 0 }, rn = { class: "interactive-viewer" }, un = { class: "fill
1142
1142
  return (C, L) => {
1143
1143
  const G = B("v-progress-linear");
1144
1144
  return l.value ? (m(), S("div", sn, [
1145
- i("div", rn, [
1146
- i("div", un, [
1145
+ r("div", rn, [
1146
+ r("div", un, [
1147
1147
  w(qe, {
1148
1148
  desktop: o.isReady && C.interactiveDesktop,
1149
1149
  mobile: o.isReady && C.interactiveMobile
@@ -1232,8 +1232,7 @@ const sn = { key: 0 }, rn = { class: "interactive-viewer" }, un = { class: "fill
1232
1232
  __name: "VApartmentChooserV5CameraDayTimeSample",
1233
1233
  props: {
1234
1234
  timeSampleData: {},
1235
- cdnFileResolver: {},
1236
- colorCallback: { type: Function, default: () => ({ r: 108, g: 0, b: 108, a: 144, s: 2 }) },
1235
+ cdnFileResolver: { type: [String, Function] },
1237
1236
  currentTime: {}
1238
1237
  },
1239
1238
  setup(v) {
@@ -1246,39 +1245,35 @@ const sn = { key: 0 }, rn = { class: "interactive-viewer" }, un = { class: "fill
1246
1245
  [pe, a.timeSampleData === a.currentTime]
1247
1246
  ]);
1248
1247
  }
1249
- }), yn = /* @__PURE__ */ q(gn, [["__scopeId", "data-v-3a3ec4fe"]]), _n = /* @__PURE__ */ j({
1248
+ }), yn = /* @__PURE__ */ q(gn, [["__scopeId", "data-v-189d0505"]]), _n = /* @__PURE__ */ j({
1250
1249
  __name: "VApartmentChooserV5CameraDay",
1251
1250
  props: {
1252
1251
  dayData: {},
1253
- cdnFileResolver: {},
1254
- colorCallback: { type: Function, default: () => ({ r: 108, g: 0, b: 108, a: 144, s: 2 }) },
1252
+ cdnFileResolver: { type: [String, Function] },
1255
1253
  currentTime: {}
1256
1254
  },
1257
1255
  setup(v) {
1258
1256
  const t = v;
1259
- return (e, a) => (m(!0), S(ie, null, ve(t.dayData.timeSamples, (n) => (m(), $(yn, {
1257
+ return (e, a) => (m(!0), S(re, null, ve(t.dayData.timeSamples, (n) => (m(), $(yn, {
1260
1258
  "time-sample-data": n,
1261
- "color-callback": t.colorCallback,
1262
1259
  "cdn-file-resolver": t.cdnFileResolver,
1263
1260
  "current-time": e.currentTime
1264
- }, null, 8, ["time-sample-data", "color-callback", "cdn-file-resolver", "current-time"]))), 256));
1261
+ }, null, 8, ["time-sample-data", "cdn-file-resolver", "current-time"]))), 256));
1265
1262
  }
1266
1263
  }), bn = /* @__PURE__ */ j({
1267
1264
  __name: "VApartmentChooserV5Camera",
1268
1265
  props: {
1269
1266
  cameraData: {},
1270
- cdnFileResolver: {},
1271
- colorCallback: { type: Function, default: () => ({ r: 108, g: 0, b: 108, a: 144, s: 2 }) },
1267
+ cdnFileResolver: { type: [String, Function] },
1272
1268
  currentTime: {}
1273
1269
  },
1274
1270
  setup(v) {
1275
1271
  const t = v;
1276
- return (e, a) => (m(!0), S(ie, null, ve(t.cameraData.sunsimDayOfYear, (n) => (m(), $(_n, {
1272
+ return (e, a) => (m(!0), S(re, null, ve(t.cameraData.sunsimDayOfYear, (n) => (m(), $(_n, {
1277
1273
  "day-data": n,
1278
- "color-callback": t.colorCallback,
1279
1274
  "cdn-file-resolver": t.cdnFileResolver,
1280
1275
  "current-time": t.currentTime
1281
- }, null, 8, ["day-data", "color-callback", "cdn-file-resolver", "current-time"]))), 256));
1276
+ }, null, 8, ["day-data", "cdn-file-resolver", "current-time"]))), 256));
1282
1277
  }
1283
1278
  }), wn = ["src"], kn = /* @__PURE__ */ j({
1284
1279
  __name: "VApartmentChooserV5Transition",
@@ -1330,10 +1325,10 @@ const In = /* @__PURE__ */ j({
1330
1325
  a(
1331
1326
  "onCameraChange",
1332
1327
  o.value.find(
1333
- (r) => r.overlayFilename === n.value
1328
+ (i) => i.overlayFilename === n.value
1334
1329
  )
1335
1330
  );
1336
- }), (r, s) => {
1331
+ }), (i, s) => {
1337
1332
  const p = B("v-select");
1338
1333
  return m(), $(p, {
1339
1334
  modelValue: n.value,
@@ -1367,18 +1362,18 @@ const In = /* @__PURE__ */ j({
1367
1362
  a(
1368
1363
  "onDayChange",
1369
1364
  e.cameraData.sunsimDayOfYear.find(
1370
- (r) => r.dayOfYear === n.value
1365
+ (i) => i.dayOfYear === n.value
1371
1366
  )
1372
1367
  );
1373
1368
  });
1374
- function o(r) {
1369
+ function o(i) {
1375
1370
  const s = /* @__PURE__ */ new Date(0);
1376
- return s.setUTCDate(r), s.toLocaleString("en-no", {
1371
+ return s.setUTCDate(i), s.toLocaleString("en-no", {
1377
1372
  month: "short",
1378
1373
  day: "numeric"
1379
1374
  });
1380
1375
  }
1381
- return (r, s) => {
1376
+ return (i, s) => {
1382
1377
  const p = B("v-list-item"), l = B("v-select");
1383
1378
  return m(), $(l, {
1384
1379
  modelValue: n.value,
@@ -1429,7 +1424,7 @@ const In = /* @__PURE__ */ j({
1429
1424
  )
1430
1425
  );
1431
1426
  });
1432
- function r(p) {
1427
+ function i(p) {
1433
1428
  const l = p * 60, d = l / 60, c = l % 60;
1434
1429
  return `${d.toString().padStart(2, "0")}:${c.toString().padStart(2, "0")}`;
1435
1430
  }
@@ -1457,7 +1452,7 @@ const In = /* @__PURE__ */ j({
1457
1452
  ]),
1458
1453
  _: 1
1459
1454
  }),
1460
- X(" " + N(r(n.value)), 1)
1455
+ X(" " + N(i(n.value)), 1)
1461
1456
  ])) : (m(), $(b, {
1462
1457
  key: 1,
1463
1458
  class: "pa-1",
@@ -1477,10 +1472,10 @@ const In = /* @__PURE__ */ j({
1477
1472
  onClick: s
1478
1473
  }, null, 8, ["icon"]),
1479
1474
  X("   "),
1480
- i("span", xn, N(r(p.dayData.startTime)), 1)
1475
+ r("span", xn, N(i(p.dayData.startTime)), 1)
1481
1476
  ]),
1482
1477
  append: A(() => [
1483
- i("span", Fn, N(r(p.dayData.endTime)), 1),
1478
+ r("span", Fn, N(i(p.dayData.endTime)), 1),
1484
1479
  X("   "),
1485
1480
  w(d, {
1486
1481
  style: { color: "#ffab02", "vertical-align": "baseline", "font-size": "20px" },
@@ -1491,7 +1486,7 @@ const In = /* @__PURE__ */ j({
1491
1486
  ]),
1492
1487
  _: 1
1493
1488
  }),
1494
- X(" " + N(r(n.value)), 1)
1489
+ X(" " + N(i(n.value)), 1)
1495
1490
  ]),
1496
1491
  _: 1
1497
1492
  }, 8, ["modelValue", "min", "max", "step", "disabled"]))
@@ -1514,31 +1509,31 @@ const In = /* @__PURE__ */ j({
1514
1509
  t({
1515
1510
  rotateShortestRoute: b
1516
1511
  });
1517
- const o = u(!1), r = u(a.currentScene), s = u(a.selectedId);
1512
+ const o = u(!1), i = u(a.currentScene), s = u(a.selectedId);
1518
1513
  ke(() => {
1519
- r.value = a.currentScene;
1514
+ i.value = a.currentScene;
1520
1515
  }), ke(() => {
1521
1516
  s.value = a.selectedId;
1522
1517
  }), ke(() => {
1523
- n("onSceneChange", r.value);
1518
+ n("onSceneChange", i.value);
1524
1519
  });
1525
- const p = T(() => o.value ? !1 : a.apartmentChooserData.loopable ? !0 : r.value !== a.apartmentChooserData.scenes[0]), l = T(() => o.value ? !1 : a.apartmentChooserData.loopable ? !0 : r.value !== a.apartmentChooserData.scenes[a.apartmentChooserData.scenes.length - 1]);
1520
+ const p = T(() => o.value ? !1 : a.apartmentChooserData.loopable ? !0 : i.value !== a.apartmentChooserData.scenes[0]), l = T(() => o.value ? !1 : a.apartmentChooserData.loopable ? !0 : i.value !== a.apartmentChooserData.scenes[a.apartmentChooserData.scenes.length - 1]);
1526
1521
  function d() {
1527
- const f = r.value;
1522
+ const f = i.value;
1528
1523
  let _ = a.apartmentChooserData.scenes.findIndex((k) => k === f) + 1;
1529
1524
  _ >= a.apartmentChooserData.scenes.length && (_ = 0);
1530
1525
  const F = a.apartmentChooserData.scenes[_];
1531
1526
  a.apartmentChooserData.loopable && f > F ? h(f, F + a.apartmentChooserData.scenes.length) : h(f, F);
1532
1527
  }
1533
1528
  async function c() {
1534
- const f = r.value;
1529
+ const f = i.value;
1535
1530
  let _ = a.apartmentChooserData.scenes.findIndex((k) => k === f) - 1;
1536
1531
  _ < 0 && (_ = a.apartmentChooserData.scenes[a.apartmentChooserData.scenes.length - 1]);
1537
1532
  const F = a.apartmentChooserData.scenes[_];
1538
1533
  a.apartmentChooserData.loopable && f < F ? h(f + a.apartmentChooserData.scenes.length, F) : h(f, F);
1539
1534
  }
1540
1535
  function b(f) {
1541
- const _ = r.value;
1536
+ const _ = i.value;
1542
1537
  if (a.apartmentChooserData.loopable)
1543
1538
  if (f < _) {
1544
1539
  let F = _ - f, k = _ - (a.apartmentChooserData.cameras.length + f);
@@ -1555,9 +1550,9 @@ const In = /* @__PURE__ */ j({
1555
1550
  o.value = !0, n("onRotateStart", { from: f, to: _ });
1556
1551
  let k, g = f;
1557
1552
  k = setInterval(() => {
1558
- g < _ ? (g++, r.value = Math.abs(
1553
+ g < _ ? (g++, i.value = Math.abs(
1559
1554
  g % a.apartmentChooserData.cameras.length
1560
- )) : g > _ ? (g--, r.value = Math.abs(
1555
+ )) : g > _ ? (g--, i.value = Math.abs(
1561
1556
  g % a.apartmentChooserData.cameras.length
1562
1557
  )) : (clearInterval(k), n("onRotateFinish", { from: f, to: _ }), o.value = !1, F());
1563
1558
  }, 50);
@@ -1565,7 +1560,7 @@ const In = /* @__PURE__ */ j({
1565
1560
  }
1566
1561
  return (f, _) => {
1567
1562
  const F = B("v-btn"), k = B("v-chip");
1568
- return m(), S(ie, null, [
1563
+ return m(), S(re, null, [
1569
1564
  w(F, {
1570
1565
  class: "mx-2",
1571
1566
  icon: "mdi-restore",
@@ -1603,11 +1598,11 @@ const In = /* @__PURE__ */ j({
1603
1598
  },
1604
1599
  emits: ["onClick", "onHoverOver", "onHoverOut", "updateSvgContainer"],
1605
1600
  setup(v, { emit: t }) {
1606
- const e = v, a = t, n = u(), o = u(), r = u(e.selectedId), s = lt({});
1601
+ const e = v, a = t, n = u(), o = u(), i = u(e.selectedId), s = lt({});
1607
1602
  H(
1608
1603
  () => e.selectedId,
1609
1604
  () => {
1610
- r.value = e.selectedId;
1605
+ i.value = e.selectedId;
1611
1606
  }
1612
1607
  ), ke(() => {
1613
1608
  for (const l in s) {
@@ -1620,9 +1615,9 @@ const In = /* @__PURE__ */ j({
1620
1615
  };
1621
1616
  d.style.fill = `rgba(${b}, ${h}, ${f}, ${_ / 255})`, d.style.stroke = `rgb(${b}, ${h}, ${f})`, d.style.strokeWidth = F.toString();
1622
1617
  }
1623
- }), H(r, () => {
1618
+ }), H(i, () => {
1624
1619
  for (const l in s)
1625
- s[l].state === "selected" && l !== r.value ? s[l].state = "idle" : s[l].state !== "selected" && l === r.value && (s[l].state = "selected");
1620
+ s[l].state === "selected" && l !== i.value ? s[l].state = "idle" : s[l].state !== "selected" && l === i.value && (s[l].state = "selected");
1626
1621
  }), ke(async () => {
1627
1622
  n.value = await ge.loadText(
1628
1623
  se(e.cdnFileResolver, e.currentCamera.overlayFilename)
@@ -1658,7 +1653,7 @@ const In = /* @__PURE__ */ j({
1658
1653
  const b = c.getAttribute("data-apartment-id");
1659
1654
  s[b] = {
1660
1655
  element: c,
1661
- state: r.value === b ? "selected" : "idle"
1656
+ state: i.value === b ? "selected" : "idle"
1662
1657
  }, c.addEventListener("mouseover", () => {
1663
1658
  s[b].state === "idle" && (s[b].state = "hover"), a("onHoverOver", b);
1664
1659
  }), c.addEventListener("mouseout", () => {
@@ -1717,8 +1712,8 @@ class Ye {
1717
1712
  return this._buildingIds[n];
1718
1713
  }
1719
1714
  _getBuildingIndex(t, e, a) {
1720
- const [n, o, r, s] = t.getPixel(e, a);
1721
- if (s === 255 && n === o && o === r)
1715
+ const [n, o, i, s] = t.getPixel(e, a);
1716
+ if (s === 255 && n === o && o === i)
1722
1717
  return n;
1723
1718
  }
1724
1719
  }
@@ -1774,13 +1769,13 @@ class _t {
1774
1769
  if (t) {
1775
1770
  const e = await this.loadBuildingMapImage(t);
1776
1771
  if (e) {
1777
- const a = this.getViewLongitude(t), { buildingIds: n, buildingOverlays: o } = this.getBuildingData(t), r = this.getBackgroundImageData(t);
1772
+ const a = this.getViewLongitude(t), { buildingIds: n, buildingOverlays: o } = this.getBuildingData(t), i = this.getBackgroundImageData(t);
1778
1773
  return {
1779
1774
  mapImage: e,
1780
1775
  viewLongitude: a,
1781
1776
  buildingIds: n,
1782
1777
  buildingOverlays: o,
1783
- backgrounds: r
1778
+ backgrounds: i
1784
1779
  };
1785
1780
  }
1786
1781
  }
@@ -1892,7 +1887,7 @@ const Yn = {
1892
1887
  props: {
1893
1888
  apartmentChooserData: {},
1894
1889
  cdnFileResolver: {},
1895
- colorCallback: { type: Function, default: () => ({ r: 108, g: 0, b: 108, a: 144, s: 2 }) },
1890
+ colorCallback: { type: Function, default: () => ({ r: 0, g: 0, b: 0, a: 0, s: 0 }) },
1896
1891
  i18nConfig: {},
1897
1892
  customOverlayContent: {},
1898
1893
  selectedId: {},
@@ -1903,7 +1898,7 @@ const Yn = {
1903
1898
  },
1904
1899
  emits: ["onClick", "onHoverOver", "onHoverOut"],
1905
1900
  setup(v, { emit: t }) {
1906
- const e = v, a = t, n = u(), o = u(), r = u(), s = u(
1901
+ const e = v, a = t, n = u(), o = u(), i = u(), s = u(
1907
1902
  null
1908
1903
  ), p = u(), l = u(), d = u(!1), c = u(!1), b = u(), h = u(), f = T(() => h.value.isHoverEnabled), _ = u({ x: 0, y: 0, width: 0, height: 0 }), F = u(), k = u(
1909
1904
  e.apartmentChooserData
@@ -1941,9 +1936,9 @@ const Yn = {
1941
1936
  ), H(
1942
1937
  [k, () => e.cdnFileResolver, () => e.defaultTime],
1943
1938
  () => {
1944
- k.value && e.cdnFileResolver && (e.defaultTime ? r.value = o.value.timeSamples.find(
1939
+ k.value && e.cdnFileResolver && (e.defaultTime ? i.value = o.value.timeSamples.find(
1945
1940
  (M) => M.timeInHours === e.defaultTime
1946
- ) || o.value.timeSamples[0] : r.value = o.value.timeSamples.find(
1941
+ ) || o.value.timeSamples[0] : i.value = o.value.timeSamples.find(
1947
1942
  (M) => M.timeInHours === o.value.defaultHour
1948
1943
  ) || o.value.timeSamples[0]);
1949
1944
  },
@@ -1974,7 +1969,7 @@ const Yn = {
1974
1969
  });
1975
1970
  }
1976
1971
  function L(M) {
1977
- const O = r.value;
1972
+ const O = i.value;
1978
1973
  o.value = M, De(() => {
1979
1974
  G(
1980
1975
  o.value.timeSamples.find(
@@ -1986,7 +1981,7 @@ const Yn = {
1986
1981
  });
1987
1982
  }
1988
1983
  function G(M) {
1989
- r.value = M;
1984
+ i.value = M;
1990
1985
  }
1991
1986
  function D(M) {
1992
1987
  a("onClick", M, () => {
@@ -2020,7 +2015,7 @@ const Yn = {
2020
2015
  }
2021
2016
  return (M, O) => {
2022
2017
  const K = B("v-skeleton-loader");
2023
- return m(), S(ie, null, [
2018
+ return m(), S(re, null, [
2024
2019
  w(K, {
2025
2020
  type: "image",
2026
2021
  class: "w-100 h-100 position-relative",
@@ -2029,9 +2024,9 @@ const Yn = {
2029
2024
  default: A(() => [
2030
2025
  w(Se, null, {
2031
2026
  default: A(() => [
2032
- i("div", { onMousemove: E }, [
2033
- i("div", Yn, [
2034
- i("div", jn, [
2027
+ r("div", { onMousemove: E }, [
2028
+ r("div", Yn, [
2029
+ r("div", jn, [
2035
2030
  w(In, {
2036
2031
  "apartment-chooser-data": k.value,
2037
2032
  "current-camera": n.value,
@@ -2039,7 +2034,7 @@ const Yn = {
2039
2034
  onOnCameraChange: y
2040
2035
  }, null, 8, ["apartment-chooser-data", "current-camera", "disabled"])
2041
2036
  ]),
2042
- i("div", Pn, [
2037
+ r("div", Pn, [
2043
2038
  w(An, {
2044
2039
  "camera-data": n.value,
2045
2040
  "current-day": o.value,
@@ -2047,16 +2042,16 @@ const Yn = {
2047
2042
  onOnDayChange: L
2048
2043
  }, null, 8, ["camera-data", "current-day", "disabled"])
2049
2044
  ]),
2050
- i("div", Wn, [
2045
+ r("div", Wn, [
2051
2046
  w(Sn, {
2052
2047
  "day-data": o.value,
2053
- "current-time": r.value,
2048
+ "current-time": i.value,
2054
2049
  disabled: c.value,
2055
2050
  onOnTimeChange: G
2056
2051
  }, null, 8, ["day-data", "current-time", "disabled"])
2057
2052
  ])
2058
2053
  ]),
2059
- i("div", Nn, [
2054
+ r("div", Nn, [
2060
2055
  w(Mn, {
2061
2056
  ref_key: "rotator",
2062
2057
  ref: b,
@@ -2070,21 +2065,20 @@ const Yn = {
2070
2065
  onOnRotateFinish: O[1] || (O[1] = (R) => c.value = !1)
2071
2066
  }, null, 8, ["apartment-chooser-data", "current-scene", "selected-id", "render-display"])
2072
2067
  ]),
2073
- i("div", zn, [
2068
+ r("div", zn, [
2074
2069
  w(Ze, {
2075
2070
  longitude: n.value.cameraRotation.y + 270
2076
2071
  }, null, 8, ["longitude"])
2077
2072
  ]),
2078
2073
  w(qe, { position: "relative" }, {
2079
2074
  default: A(() => [
2080
- (m(!0), S(ie, null, ve(g.value, (R) => (m(), $(bn, {
2075
+ (m(!0), S(re, null, ve(g.value, (R) => (m(), $(bn, {
2081
2076
  key: R.overlayFilename,
2082
2077
  "camera-data": R,
2083
- "color-callback": e.colorCallback,
2084
2078
  "cdn-file-resolver": e.cdnFileResolver,
2085
- "current-time": r.value
2086
- }, null, 8, ["camera-data", "color-callback", "cdn-file-resolver", "current-time"]))), 128)),
2087
- (m(!0), S(ie, null, ve(U.value, (R) => (m(), $(Cn, {
2079
+ "current-time": i.value
2080
+ }, null, 8, ["camera-data", "cdn-file-resolver", "current-time"]))), 128)),
2081
+ (m(!0), S(re, null, ve(U.value, (R) => (m(), $(Cn, {
2088
2082
  "transition-data": R,
2089
2083
  "cdn-file-resolver": e.cdnFileResolver,
2090
2084
  "current-transition": s.value
@@ -2116,7 +2110,7 @@ const Yn = {
2116
2110
  pos: _.value
2117
2111
  }, {
2118
2112
  default: A(() => [
2119
- i("div", Qn, [
2113
+ r("div", Qn, [
2120
2114
  oe(M.$slots, "popup", et(tt({ hoverId: l.value, hoverable: f.value })), void 0, !0)
2121
2115
  ])
2122
2116
  ]),
@@ -2136,7 +2130,7 @@ const Yn = {
2136
2130
  ], 64);
2137
2131
  };
2138
2132
  }
2139
- }), Ls = /* @__PURE__ */ q(qn, [["__scopeId", "data-v-a8928725"]]), Zn = { class: "sunsim-bar-wrapper" }, Xn = { class: "sunsim-date d-flex align-center pl-5 pr-5" }, Jn = {
2133
+ }), Ls = /* @__PURE__ */ q(qn, [["__scopeId", "data-v-a8531185"]]), Zn = { class: "sunsim-bar-wrapper" }, Xn = { class: "sunsim-date d-flex align-center pl-5 pr-5" }, Jn = {
2140
2134
  key: 1,
2141
2135
  class: "text-center text-body-1"
2142
2136
  }, Kn = { class: "sunsim-wrapper d-flex align-center px-3" }, ea = { class: "sunsim-time-label text-body-1 font-weight-normal ml-2" }, ta = /* @__PURE__ */ j({
@@ -2149,7 +2143,7 @@ const Yn = {
2149
2143
  emits: ["update:modelValue"],
2150
2144
  setup(v, { emit: t }) {
2151
2145
  const e = v, a = t, n = u(e.modelValue), o = u();
2152
- function r(d) {
2146
+ function i(d) {
2153
2147
  return d.toLocaleString("en-no", {
2154
2148
  month: "short",
2155
2149
  day: "numeric"
@@ -2158,9 +2152,9 @@ const Yn = {
2158
2152
  const s = T(() => {
2159
2153
  const d = Math.floor(n.value / 2).toString().padStart(2, "0"), c = n.value % 2 === 0 ? "00" : "30";
2160
2154
  return `${d}:${c}`;
2161
- }), p = T(() => e.dateSelector.dates.map(r)), l = T({
2155
+ }), p = T(() => e.dateSelector.dates.map(i)), l = T({
2162
2156
  get() {
2163
- return r(e.dateSelector.selectedDate);
2157
+ return i(e.dateSelector.selectedDate);
2164
2158
  },
2165
2159
  set(d) {
2166
2160
  e.dateSelector.selectIndex(p.value.indexOf(d));
@@ -2176,11 +2170,11 @@ const Yn = {
2176
2170
  n.value = Math.floor(d);
2177
2171
  }
2178
2172
  ), ke(() => {
2179
- o.value = r(e.dateSelector.selectedDate);
2173
+ o.value = i(e.dateSelector.selectedDate);
2180
2174
  }), (d, c) => {
2181
2175
  const b = B("v-icon"), h = B("v-select"), f = B("v-progress-linear"), _ = B("v-slider");
2182
2176
  return m(), S("div", Zn, [
2183
- i("div", Xn, [
2177
+ r("div", Xn, [
2184
2178
  w(b, {
2185
2179
  color: "black",
2186
2180
  class: "mr-2",
@@ -2197,8 +2191,8 @@ const Yn = {
2197
2191
  class: "day-selector"
2198
2192
  }, null, 8, ["modelValue", "items"])) : (m(), S("span", Jn, N(l.value), 1))
2199
2193
  ]),
2200
- i("div", Kn, [
2201
- i("span", ea, N(s.value), 1),
2194
+ r("div", Kn, [
2195
+ r("span", ea, N(s.value), 1),
2202
2196
  w(b, {
2203
2197
  medium: "",
2204
2198
  class: "ml-2 mr-2 icon"
@@ -2243,7 +2237,7 @@ const Yn = {
2243
2237
  },
2244
2238
  emits: ["resize", "ready", "preloaded", "reset"],
2245
2239
  setup(v, { emit: t }) {
2246
- const e = v, a = t, n = u("init"), o = u(new ot(0)), r = u();
2240
+ const e = v, a = t, n = u("init"), o = u(new ot(0)), i = u();
2247
2241
  H(
2248
2242
  () => e.imageUrls,
2249
2243
  (l) => {
@@ -2255,28 +2249,28 @@ const Yn = {
2255
2249
  const d = l[0].contentRect.width, c = l[0].contentRect.height;
2256
2250
  a("resize", { width: d, height: c });
2257
2251
  });
2258
- }).observe(r.value);
2252
+ }).observe(i.value);
2259
2253
  });
2260
2254
  function s() {
2261
2255
  n.value = "preloaded", a("preloaded");
2262
2256
  }
2263
2257
  function p(l) {
2264
- n.value = "init", r.value.src = l[0], o.value = new ot(l.length).onLoadFinished(
2258
+ n.value = "init", i.value.src = l[0], o.value = new ot(l.length).onLoadFinished(
2265
2259
  () => {
2266
2260
  n.value = "loaded", a("ready");
2267
2261
  }
2268
2262
  );
2269
2263
  }
2270
2264
  return (l, d) => (m(), S("div", null, [
2271
- i("img", {
2265
+ r("img", {
2272
2266
  ref_key: "baseImage",
2273
- ref: r,
2267
+ ref: i,
2274
2268
  class: "image-instance zero",
2275
2269
  style: { opacity: 1, borderRadius: 50 },
2276
2270
  onLoad: s
2277
2271
  }, null, 544),
2278
2272
  n.value === "preloaded" || n.value === "loaded" ? de((m(), S("div", na, [
2279
- (m(!0), S(ie, null, ve(l.imageUrls, (c, b) => (m(), S("img", {
2273
+ (m(!0), S(re, null, ve(l.imageUrls, (c, b) => (m(), S("img", {
2280
2274
  key: b,
2281
2275
  class: xe({ "image-instance": !0, active: b === l.activeIndex }),
2282
2276
  src: c,
@@ -2291,7 +2285,7 @@ const Yn = {
2291
2285
  key: 0,
2292
2286
  style: { height: "50vh" },
2293
2287
  class: "d-flex justify-center align-center blue-grey lighten-5"
2294
- }, sa = { class: "image-instances" }, ra = { key: 0 }, ia = { class: "svg-container" }, ua = ["viewBox"], ca = ["innerHTML", "data-building-id", "onMouseover", "onMouseout", "onMousemove", "onClick"], da = ["innerHTML"], va = /* @__PURE__ */ j({
2288
+ }, sa = { class: "image-instances" }, ia = { key: 0 }, ra = { class: "svg-container" }, ua = ["viewBox"], ca = ["innerHTML", "data-building-id", "onMouseover", "onMouseout", "onMousemove", "onClick"], da = ["innerHTML"], va = /* @__PURE__ */ j({
2295
2289
  __name: "VBuildingChooserSvg",
2296
2290
  props: {
2297
2291
  showCards: { type: Boolean, default: !0 },
@@ -2318,7 +2312,7 @@ const Yn = {
2318
2312
  }), o = u({
2319
2313
  width: 0,
2320
2314
  height: 0
2321
- }), r = u({ x: 0, y: 0, width: 0, height: 0 }), s = u(), p = u(
2315
+ }), i = u({ x: 0, y: 0, width: 0, height: 0 }), s = u(), p = u(
2322
2316
  (/* @__PURE__ */ new Date()).getHours() * 2 + ((/* @__PURE__ */ new Date()).getMinutes() < 30 ? 0 : 1)
2323
2317
  ), l = u(!1), d = u(new ge()), c = u(), b = u("0 0 0 0"), h = u(), f = u(), _ = u(Ye.empty()), F = u(je.empty()), k = u(), g = T(() => k.value.isHoverEnabled);
2324
2318
  H(s, (x, E) => {
@@ -2394,7 +2388,7 @@ const Yn = {
2394
2388
  }
2395
2389
  function L(x, E) {
2396
2390
  const { layerX: M, layerY: O } = x;
2397
- g.value && (r.value = {
2391
+ g.value && (i.value = {
2398
2392
  x: M,
2399
2393
  y: O,
2400
2394
  width: o.value.width,
@@ -2403,7 +2397,7 @@ const Yn = {
2403
2397
  }
2404
2398
  function G(x, E) {
2405
2399
  const { layerX: M, layerY: O } = x;
2406
- g.value && (r.value = {
2400
+ g.value && (i.value = {
2407
2401
  x: M,
2408
2402
  y: O,
2409
2403
  width: o.value.width,
@@ -2412,7 +2406,7 @@ const Yn = {
2412
2406
  }
2413
2407
  function D(x, E) {
2414
2408
  const { layerX: M, layerY: O } = x;
2415
- g.value && (r.value = {
2409
+ g.value && (i.value = {
2416
2410
  x: M,
2417
2411
  y: O,
2418
2412
  width: o.value.width,
@@ -2441,7 +2435,7 @@ const Yn = {
2441
2435
  mobile: x.interactiveMobile
2442
2436
  }, {
2443
2437
  default: A(() => [
2444
- i("div", sa, [
2438
+ r("div", sa, [
2445
2439
  w(wt, {
2446
2440
  "image-urls": h.value.imageUrls,
2447
2441
  "active-index": p.value,
@@ -2450,10 +2444,10 @@ const Yn = {
2450
2444
  onReady: E[1] || (E[1] = (O) => n.value.ready = !0),
2451
2445
  onReset: y
2452
2446
  }, null, 8, ["image-urls", "active-index"]),
2453
- c.value ? de((m(), S("div", ra, [
2454
- i("div", ia, [
2447
+ c.value ? de((m(), S("div", ia, [
2448
+ r("div", ra, [
2455
2449
  (m(), S("svg", { viewBox: b.value }, [
2456
- (m(!0), S(ie, null, ve(c.value, ({ id: O, svg: K }, R) => (m(), S("g", {
2450
+ (m(!0), S(re, null, ve(c.value, ({ id: O, svg: K }, R) => (m(), S("g", {
2457
2451
  key: R,
2458
2452
  innerHTML: K,
2459
2453
  "data-building-id": O,
@@ -2469,7 +2463,7 @@ const Yn = {
2469
2463
  ], 512)), [
2470
2464
  [pe, n.value.preloaded]
2471
2465
  ]) : Y("", !0),
2472
- de(i("div", {
2466
+ de(r("div", {
2473
2467
  class: "custom-overlay-layer",
2474
2468
  innerHTML: x.customOverlayContent
2475
2469
  }, null, 8, da), [
@@ -2479,7 +2473,7 @@ const Yn = {
2479
2473
  ]),
2480
2474
  _: 1
2481
2475
  }, 8, ["desktop", "mobile"]),
2482
- de(i("div", null, [
2476
+ de(r("div", null, [
2483
2477
  f.value.viewLongitude ? (m(), $(Ze, {
2484
2478
  key: 0,
2485
2479
  class: "north-indicator",
@@ -2497,7 +2491,7 @@ const Yn = {
2497
2491
  x.showCards && s.value ? (m(), $(Qe, {
2498
2492
  key: 0,
2499
2493
  "is-hoverable": g.value,
2500
- pos: r.value,
2494
+ pos: i.value,
2501
2495
  onOutside: E[3] || (E[3] = () => s.value = void 0)
2502
2496
  }, {
2503
2497
  default: A(() => [
@@ -2505,7 +2499,7 @@ const Yn = {
2505
2499
  building: s.value,
2506
2500
  canGoToBuilding: x.canGoToBuildingCallback(s.value),
2507
2501
  goToBuilding: () => x.canGoToBuildingCallback(s.value) && a("goToBuilding", s.value),
2508
- pos: r.value,
2502
+ pos: i.value,
2509
2503
  isHoverable: g.value,
2510
2504
  close: () => s.value = void 0
2511
2505
  }, void 0, !0)
@@ -2531,7 +2525,7 @@ const Yn = {
2531
2525
  t({
2532
2526
  setupDraw: d
2533
2527
  });
2534
- const a = u(!1), n = u(), o = u(new ge()), r = u(), s = u(), p = u([]), l = u();
2528
+ const a = u(!1), n = u(), o = u(new ge()), i = u(), s = u(), p = u([]), l = u();
2535
2529
  H(
2536
2530
  () => e.color,
2537
2531
  (h, f) => {
@@ -2545,16 +2539,16 @@ const Yn = {
2545
2539
  return;
2546
2540
  const { width: h, height: f } = e.dimensions;
2547
2541
  if (!(h === 0 || f === 0)) {
2548
- r.value = l.value.getContext("2d", {
2542
+ i.value = l.value.getContext("2d", {
2549
2543
  willReadFrequently: !0
2550
- }), r.value.drawImage(n.value, 0, 0, h, f), s.value = r.value.getImageData(0, 0, h, f);
2544
+ }), i.value.drawImage(n.value, 0, 0, h, f), s.value = i.value.getImageData(0, 0, h, f);
2551
2545
  for (let _ = 3; _ < s.value.data.length; _ += 4)
2552
2546
  s.value.data[_] !== 0 && p.value.push(_);
2553
2547
  c(), a.value = !0;
2554
2548
  }
2555
2549
  }
2556
2550
  function c() {
2557
- r.value && s.value && (b(), r.value.putImageData(s.value, 0, 0));
2551
+ i.value && s.value && (b(), i.value.putImageData(s.value, 0, 0));
2558
2552
  }
2559
2553
  function b() {
2560
2554
  if (e.color)
@@ -2595,7 +2589,7 @@ const Yn = {
2595
2589
  const n = u(), o = u({
2596
2590
  preloaded: !1,
2597
2591
  ready: !1
2598
- }), r = u({
2592
+ }), i = u({
2599
2593
  width: 0,
2600
2594
  height: 0
2601
2595
  }), s = u({ x: 0, y: 0, width: 0, height: 0 }), p = u(), l = u(Ye.empty()), d = u(je.empty()), c = u(), b = u(
@@ -2627,7 +2621,7 @@ const Yn = {
2627
2621
  }, C()) : f.value = !0;
2628
2622
  });
2629
2623
  function U({ width: x, height: E }) {
2630
- r.value.width = x, r.value.height = E, De(C);
2624
+ i.value.width = x, i.value.height = E, De(C);
2631
2625
  }
2632
2626
  function y() {
2633
2627
  o.value = { preloaded: !1, ready: !1 };
@@ -2650,8 +2644,8 @@ const Yn = {
2650
2644
  g.value && (c.value = V(x), c.value !== void 0 && (s.value = {
2651
2645
  x: E,
2652
2646
  y: M,
2653
- width: r.value.width,
2654
- height: r.value.height
2647
+ width: i.value.width,
2648
+ height: i.value.height
2655
2649
  }));
2656
2650
  }
2657
2651
  function G(x) {
@@ -2677,7 +2671,7 @@ const Yn = {
2677
2671
  })
2678
2672
  ])) : p.value ? (m(), S("div", {
2679
2673
  key: 1,
2680
- style: le(`cursor: ${c.value ? "pointer" : "auto"};height: ${r.value.height}px; position: relative`),
2674
+ style: le(`cursor: ${c.value ? "pointer" : "auto"};height: ${i.value.height}px; position: relative`),
2681
2675
  class: "image-container"
2682
2676
  }, [
2683
2677
  w(qe, {
@@ -2686,7 +2680,7 @@ const Yn = {
2686
2680
  onUpdate: Z
2687
2681
  }, {
2688
2682
  default: A(() => [
2689
- i("div", ga, [
2683
+ r("div", ga, [
2690
2684
  w(wt, {
2691
2685
  "image-urls": n.value.imageUrls,
2692
2686
  "active-index": b.value,
@@ -2695,28 +2689,28 @@ const Yn = {
2695
2689
  onReady: E[1] || (E[1] = (O) => o.value.ready = !0),
2696
2690
  onReset: y
2697
2691
  }, null, 8, ["image-urls", "active-index"]),
2698
- de(i("div", null, [
2699
- (m(!0), S(ie, null, ve(p.value.buildingOverlays, (O) => (m(), $(fa, {
2692
+ de(r("div", null, [
2693
+ (m(!0), S(re, null, ve(p.value.buildingOverlays, (O) => (m(), $(fa, {
2700
2694
  ref_for: !0,
2701
2695
  ref_key: "overlays",
2702
2696
  ref: k,
2703
2697
  key: O.id,
2704
2698
  "image-url": O.url,
2705
- dimensions: r.value,
2699
+ dimensions: i.value,
2706
2700
  color: D(O.id)
2707
2701
  }, null, 8, ["image-url", "dimensions", "color"]))), 128))
2708
2702
  ], 512), [
2709
2703
  [pe, o.value.preloaded]
2710
2704
  ])
2711
2705
  ]),
2712
- i("canvas", ye(r.value, {
2706
+ r("canvas", ye(i.value, {
2713
2707
  ref_key: "canvas",
2714
2708
  ref: F,
2715
2709
  class: { hover: !!c.value },
2716
2710
  onClick: G,
2717
2711
  onMousemove: L
2718
2712
  }), null, 16),
2719
- de(i("div", {
2713
+ de(r("div", {
2720
2714
  class: "custom-overlay-layer",
2721
2715
  innerHTML: x.customOverlayContent
2722
2716
  }, null, 8, ya), [
@@ -2725,7 +2719,7 @@ const Yn = {
2725
2719
  ]),
2726
2720
  _: 1
2727
2721
  }, 8, ["desktop", "mobile"]),
2728
- de(i("div", null, [
2722
+ de(r("div", null, [
2729
2723
  p.value.viewLongitude ? (m(), $(Ze, {
2730
2724
  key: 0,
2731
2725
  class: "north-indicator",
@@ -2785,7 +2779,7 @@ const Yn = {
2785
2779
  const e = v, a = t, n = T(
2786
2780
  () => e.useSvg ? ma : ba
2787
2781
  );
2788
- return (o, r) => (m(), $(ft(n.value), {
2782
+ return (o, i) => (m(), $(ft(n.value), {
2789
2783
  "i18n-config": e.i18nConfig,
2790
2784
  "show-cards": e.showCards,
2791
2785
  "color-callback": e.colorCallback,
@@ -2796,9 +2790,9 @@ const Yn = {
2796
2790
  "can-go-to-building-callback": e.canGoToBuildingCallback,
2797
2791
  "custom-overlay-content": e.customOverlayContent,
2798
2792
  "building-chooser-data": e.buildingChooserData,
2799
- onGoToBuilding: r[0] || (r[0] = (s) => a("goToBuilding", s)),
2800
- onHoverOverBuilding: r[1] || (r[1] = (s) => a("hoverOverBuilding", s)),
2801
- onHoverOutBuilding: r[2] || (r[2] = (s) => a("hoverOutBuilding", s))
2793
+ onGoToBuilding: i[0] || (i[0] = (s) => a("goToBuilding", s)),
2794
+ onHoverOverBuilding: i[1] || (i[1] = (s) => a("hoverOverBuilding", s)),
2795
+ onHoverOutBuilding: i[2] || (i[2] = (s) => a("hoverOutBuilding", s))
2802
2796
  }, xt({ _: 2 }, [
2803
2797
  ve(Object.keys(o.$slots), (s) => ({
2804
2798
  name: s,
@@ -2812,8 +2806,7 @@ const Yn = {
2812
2806
  __name: "VBuildingChooserV5CameraDayTimeSample",
2813
2807
  props: {
2814
2808
  timeSampleData: {},
2815
- cdnFileResolver: {},
2816
- colorCallback: { type: Function, default: () => ({ r: 108, g: 0, b: 108, a: 144, s: 2 }) },
2809
+ cdnFileResolver: { type: [String, Function] },
2817
2810
  currentTime: {}
2818
2811
  },
2819
2812
  setup(v) {
@@ -2826,39 +2819,35 @@ const Yn = {
2826
2819
  [pe, a.timeSampleData === a.currentTime]
2827
2820
  ]);
2828
2821
  }
2829
- }), Ia = /* @__PURE__ */ q(Ca, [["__scopeId", "data-v-9dac974a"]]), Aa = /* @__PURE__ */ j({
2822
+ }), Ia = /* @__PURE__ */ q(Ca, [["__scopeId", "data-v-98118455"]]), Aa = /* @__PURE__ */ j({
2830
2823
  __name: "VBuildingChooserV5CameraDay",
2831
2824
  props: {
2832
2825
  dayData: {},
2833
- cdnFileResolver: {},
2834
- colorCallback: { type: Function, default: () => ({ r: 108, g: 0, b: 108, a: 144, s: 2 }) },
2826
+ cdnFileResolver: { type: [String, Function] },
2835
2827
  currentTime: {}
2836
2828
  },
2837
2829
  setup(v) {
2838
2830
  const t = v;
2839
- return (e, a) => (m(!0), S(ie, null, ve(t.dayData.timeSamples, (n) => (m(), $(Ia, {
2831
+ return (e, a) => (m(!0), S(re, null, ve(t.dayData.timeSamples, (n) => (m(), $(Ia, {
2840
2832
  "time-sample-data": n,
2841
- "color-callback": t.colorCallback,
2842
2833
  "cdn-file-resolver": t.cdnFileResolver,
2843
2834
  "current-time": e.currentTime
2844
- }, null, 8, ["time-sample-data", "color-callback", "cdn-file-resolver", "current-time"]))), 256));
2835
+ }, null, 8, ["time-sample-data", "cdn-file-resolver", "current-time"]))), 256));
2845
2836
  }
2846
2837
  }), La = /* @__PURE__ */ j({
2847
2838
  __name: "VBuildingChooserV5Camera",
2848
2839
  props: {
2849
2840
  cameraData: {},
2850
- cdnFileResolver: {},
2851
- colorCallback: { type: Function, default: () => ({ r: 108, g: 0, b: 108, a: 144, s: 2 }) },
2841
+ cdnFileResolver: { type: [String, Function] },
2852
2842
  currentTime: {}
2853
2843
  },
2854
2844
  setup(v) {
2855
2845
  const t = v;
2856
- return (e, a) => (m(!0), S(ie, null, ve(t.cameraData.sunsimDayOfYear, (n) => (m(), $(Aa, {
2846
+ return (e, a) => (m(!0), S(re, null, ve(t.cameraData.sunsimDayOfYear, (n) => (m(), $(Aa, {
2857
2847
  "day-data": n,
2858
- "color-callback": t.colorCallback,
2859
2848
  "cdn-file-resolver": t.cdnFileResolver,
2860
2849
  "current-time": t.currentTime
2861
- }, null, 8, ["day-data", "color-callback", "cdn-file-resolver", "current-time"]))), 256));
2850
+ }, null, 8, ["day-data", "cdn-file-resolver", "current-time"]))), 256));
2862
2851
  }
2863
2852
  }), xa = /* @__PURE__ */ j({
2864
2853
  __name: "VBuildingChooserV5UiCamera",
@@ -2878,11 +2867,11 @@ const Yn = {
2878
2867
  (o) => o.overlayFilename === n.value
2879
2868
  )
2880
2869
  );
2881
- }), (o, r) => {
2870
+ }), (o, i) => {
2882
2871
  const s = B("v-select");
2883
2872
  return m(), $(s, {
2884
2873
  modelValue: n.value,
2885
- "onUpdate:modelValue": r[0] || (r[0] = (p) => n.value = p),
2874
+ "onUpdate:modelValue": i[0] || (i[0] = (p) => n.value = p),
2886
2875
  items: e.buildingChooserData.cameras,
2887
2876
  "item-title": "cameraName",
2888
2877
  "item-value": "overlayFilename",
@@ -2910,18 +2899,18 @@ const Yn = {
2910
2899
  a(
2911
2900
  "onDayChange",
2912
2901
  e.cameraData.sunsimDayOfYear.find(
2913
- (r) => r.dayOfYear === n.value
2902
+ (i) => i.dayOfYear === n.value
2914
2903
  )
2915
2904
  );
2916
2905
  });
2917
- function o(r) {
2906
+ function o(i) {
2918
2907
  const s = /* @__PURE__ */ new Date(0);
2919
- return s.setUTCDate(r), s.toLocaleString("en-no", {
2908
+ return s.setUTCDate(i), s.toLocaleString("en-no", {
2920
2909
  month: "short",
2921
2910
  day: "numeric"
2922
2911
  });
2923
2912
  }
2924
- return (r, s) => {
2913
+ return (i, s) => {
2925
2914
  const p = B("v-list-item"), l = B("v-select");
2926
2915
  return m(), $(l, {
2927
2916
  modelValue: n.value,
@@ -2970,7 +2959,7 @@ const Yn = {
2970
2959
  )
2971
2960
  );
2972
2961
  });
2973
- function r(p) {
2962
+ function i(p) {
2974
2963
  const l = p * 60, d = l / 60, c = l % 60;
2975
2964
  return `${d.toString().padStart(2, "0")}:${c.toString().padStart(2, "0")}`;
2976
2965
  }
@@ -2998,7 +2987,7 @@ const Yn = {
2998
2987
  ]),
2999
2988
  _: 1
3000
2989
  }),
3001
- X(" " + N(r(n.value)), 1)
2990
+ X(" " + N(i(n.value)), 1)
3002
2991
  ])) : (m(), $(b, {
3003
2992
  key: 1,
3004
2993
  class: "pa-1",
@@ -3017,10 +3006,10 @@ const Yn = {
3017
3006
  onClick: s
3018
3007
  }, null, 8, ["icon"]),
3019
3008
  X("   "),
3020
- i("span", Sa, N(r(p.dayData.startTime)), 1)
3009
+ r("span", Sa, N(i(p.dayData.startTime)), 1)
3021
3010
  ]),
3022
3011
  append: A(() => [
3023
- i("span", Ma, N(r(p.dayData.endTime)), 1),
3012
+ r("span", Ma, N(i(p.dayData.endTime)), 1),
3024
3013
  X("   "),
3025
3014
  w(d, {
3026
3015
  style: { color: "#ffab02", "vertical-align": "baseline", "font-size": "20px" },
@@ -3031,7 +3020,7 @@ const Yn = {
3031
3020
  ]),
3032
3021
  _: 1
3033
3022
  }),
3034
- X(" " + N(r(n.value)), 1)
3023
+ X(" " + N(i(n.value)), 1)
3035
3024
  ]),
3036
3025
  _: 1
3037
3026
  }, 8, ["modelValue", "min", "max", "step"]))
@@ -3050,7 +3039,7 @@ const Yn = {
3050
3039
  },
3051
3040
  emits: ["onClick", "onHoverOver", "onHoverOut", "updateSvgContainer"],
3052
3041
  setup(v, { emit: t }) {
3053
- const e = v, a = t, n = u(), o = u(), r = u(e.selectedId), s = lt({});
3042
+ const e = v, a = t, n = u(), o = u(), i = u(e.selectedId), s = lt({});
3054
3043
  ke(() => {
3055
3044
  for (const l in s) {
3056
3045
  const { element: d, state: c } = s[l], { r: b, g: h, b: f, a: _, s: F } = e.colorCallback(l, c) || {
@@ -3065,11 +3054,11 @@ const Yn = {
3065
3054
  }), H(
3066
3055
  () => e.selectedId,
3067
3056
  () => {
3068
- r.value = e.selectedId;
3057
+ i.value = e.selectedId;
3069
3058
  }
3070
- ), H(r, () => {
3059
+ ), H(i, () => {
3071
3060
  for (const l in s)
3072
- s[l].state === "selected" && l !== r.value ? s[l].state = "idle" : s[l].state !== "selected" && l === r.value && (s[l].state = "selected");
3061
+ s[l].state === "selected" && l !== i.value ? s[l].state = "idle" : s[l].state !== "selected" && l === i.value && (s[l].state = "selected");
3073
3062
  }), ke(async () => {
3074
3063
  n.value = await ge.loadText(
3075
3064
  se(e.cdnFileResolver, e.currentCamera.overlayFilename)
@@ -3103,7 +3092,7 @@ const Yn = {
3103
3092
  const b = c.getAttribute("data-building-id");
3104
3093
  s[b] = {
3105
3094
  element: c,
3106
- state: r.value === b ? "selected" : "idle"
3095
+ state: i.value === b ? "selected" : "idle"
3107
3096
  }, c.addEventListener("mouseover", () => {
3108
3097
  s[b].state === "idle" && (s[b].state = "hover"), a("onHoverOver", b);
3109
3098
  }), c.addEventListener("mouseout", () => {
@@ -3149,7 +3138,7 @@ const Yn = {
3149
3138
  props: {
3150
3139
  buildingChooserData: {},
3151
3140
  cdnFileResolver: {},
3152
- colorCallback: { type: Function, default: () => ({ r: 108, g: 0, b: 108, a: 144, s: 2 }) },
3141
+ colorCallback: { type: Function, default: () => ({ r: 0, g: 0, b: 0, a: 0, s: 0 }) },
3153
3142
  i18nConfig: {},
3154
3143
  customOverlayContent: {},
3155
3144
  selectedId: {},
@@ -3159,7 +3148,7 @@ const Yn = {
3159
3148
  },
3160
3149
  emits: ["onClick", "onHoverOver", "onHoverOut"],
3161
3150
  setup(v, { emit: t }) {
3162
- const e = v, a = t, n = u(), o = u(), r = u(), s = u(), p = u(!1), l = u(), d = T(() => l.value.isHoverEnabled), c = u({ x: 0, y: 0, width: 0, height: 0 }), b = u(), h = u(
3151
+ const e = v, a = t, n = u(), o = u(), i = u(), s = u(), p = u(!1), l = u(), d = T(() => l.value.isHoverEnabled), c = u({ x: 0, y: 0, width: 0, height: 0 }), b = u(), h = u(
3163
3152
  e.buildingChooserData
3164
3153
  );
3165
3154
  ue(() => p.value = !0), H(
@@ -3183,9 +3172,9 @@ const Yn = {
3183
3172
  ), H(
3184
3173
  [h, () => e.cdnFileResolver, () => e.defaultTime],
3185
3174
  () => {
3186
- h.value && e.cdnFileResolver && (e.defaultTime ? r.value = o.value.timeSamples.find(
3175
+ h.value && e.cdnFileResolver && (e.defaultTime ? i.value = o.value.timeSamples.find(
3187
3176
  (y) => y.timeInHours === e.defaultTime
3188
- ) || o.value.timeSamples[0] : r.value = o.value.timeSamples.find(
3177
+ ) || o.value.timeSamples[0] : i.value = o.value.timeSamples.find(
3189
3178
  (y) => y.timeInHours === o.value.defaultHour
3190
3179
  ) || o.value.timeSamples[0]);
3191
3180
  },
@@ -3202,7 +3191,7 @@ const Yn = {
3202
3191
  });
3203
3192
  }
3204
3193
  function _(y) {
3205
- const V = r.value;
3194
+ const V = i.value;
3206
3195
  o.value = y, De(() => {
3207
3196
  F(
3208
3197
  o.value.timeSamples.find(
@@ -3214,7 +3203,7 @@ const Yn = {
3214
3203
  });
3215
3204
  }
3216
3205
  function F(y) {
3217
- r.value = y;
3206
+ i.value = y;
3218
3207
  }
3219
3208
  function k(y) {
3220
3209
  a("onHoverOver", y), s.value = y;
@@ -3240,7 +3229,7 @@ const Yn = {
3240
3229
  }
3241
3230
  return (y, V) => {
3242
3231
  const C = B("v-skeleton-loader");
3243
- return m(), S(ie, null, [
3232
+ return m(), S(re, null, [
3244
3233
  w(C, {
3245
3234
  type: "image",
3246
3235
  class: "w-100 h-100 position-relative",
@@ -3249,47 +3238,46 @@ const Yn = {
3249
3238
  default: A(() => [
3250
3239
  w(Se, null, {
3251
3240
  default: A(() => [
3252
- i("div", {
3241
+ r("div", {
3253
3242
  class: "w-100 h-100 position-relative",
3254
3243
  onMousemove: U
3255
3244
  }, [
3256
- i("div", Oa, [
3257
- i("div", Ua, [
3245
+ r("div", Oa, [
3246
+ r("div", Ua, [
3258
3247
  w(xa, {
3259
3248
  "building-chooser-data": h.value,
3260
3249
  "current-camera": n.value,
3261
3250
  onOnCameraChange: f
3262
3251
  }, null, 8, ["building-chooser-data", "current-camera"])
3263
3252
  ]),
3264
- i("div", $a, [
3253
+ r("div", $a, [
3265
3254
  w(Fa, {
3266
3255
  "camera-data": n.value,
3267
3256
  "current-day": o.value,
3268
3257
  onOnDayChange: _
3269
3258
  }, null, 8, ["camera-data", "current-day"])
3270
3259
  ]),
3271
- i("div", Ha, [
3260
+ r("div", Ha, [
3272
3261
  w(Ta, {
3273
3262
  "day-data": o.value,
3274
- "current-time": r.value,
3263
+ "current-time": i.value,
3275
3264
  onOnTimeChange: F
3276
3265
  }, null, 8, ["day-data", "current-time"])
3277
3266
  ])
3278
3267
  ]),
3279
- i("div", Ya, [
3268
+ r("div", Ya, [
3280
3269
  w(Ze, {
3281
3270
  longitude: n.value.cameraRotation.y + 270
3282
3271
  }, null, 8, ["longitude"])
3283
3272
  ]),
3284
3273
  w(qe, { position: "relative" }, {
3285
3274
  default: A(() => [
3286
- (m(!0), S(ie, null, ve(h.value.cameras, (L) => (m(), $(La, {
3275
+ (m(!0), S(re, null, ve(h.value.cameras, (L) => (m(), $(La, {
3287
3276
  key: L.overlayFilename,
3288
3277
  "camera-data": L,
3289
- "color-callback": e.colorCallback,
3290
3278
  "cdn-file-resolver": e.cdnFileResolver,
3291
- "current-time": r.value
3292
- }, null, 8, ["camera-data", "color-callback", "cdn-file-resolver", "current-time"]))), 128)),
3279
+ "current-time": i.value
3280
+ }, null, 8, ["camera-data", "cdn-file-resolver", "current-time"]))), 128)),
3293
3281
  e.customOverlayContent ? (m(), S("div", {
3294
3282
  key: 0,
3295
3283
  class: "w-100 h-100 position-absolute top-left",
@@ -3315,7 +3303,7 @@ const Yn = {
3315
3303
  pos: c.value
3316
3304
  }, {
3317
3305
  default: A(() => [
3318
- i("div", Pa, [
3306
+ r("div", Pa, [
3319
3307
  oe(y.$slots, "popup", et(tt({ hoverId: s.value, hoverable: d.value })), void 0, !0)
3320
3308
  ])
3321
3309
  ]),
@@ -3335,7 +3323,7 @@ const Yn = {
3335
3323
  ], 64);
3336
3324
  };
3337
3325
  }
3338
- }), xs = /* @__PURE__ */ q(Wa, [["__scopeId", "data-v-a992e23a"]]);
3326
+ }), xs = /* @__PURE__ */ q(Wa, [["__scopeId", "data-v-337b410e"]]);
3339
3327
  var We = {};
3340
3328
  Object.defineProperty(We, "__esModule", {
3341
3329
  value: !0
@@ -3370,10 +3358,10 @@ const Ja = { id: "player-wrapper" }, Ka = { id: "player-sizer" }, eo = {
3370
3358
  }, so = {
3371
3359
  class: "player-control",
3372
3360
  id: "controls-bottom-left"
3373
- }, ro = {
3361
+ }, io = {
3374
3362
  class: "player-control",
3375
3363
  id: "controls-bottom-center"
3376
- }, io = {
3364
+ }, ro = {
3377
3365
  class: "player-control",
3378
3366
  id: "controls-bottom-right"
3379
3367
  }, uo = { id: "main-canvas" }, co = /* @__PURE__ */ j({
@@ -3389,7 +3377,7 @@ const Ja = { id: "player-wrapper" }, Ka = { id: "player-sizer" }, eo = {
3389
3377
  },
3390
3378
  emits: ["newCameraCallback", "newRotationCallback", "newFloorCallback", "newFovCallback", "playerApiCallback", "newSizeCallback"],
3391
3379
  setup(v, { emit: t }) {
3392
- const e = St.PlayerV2, a = v, n = t, o = u(), r = u(), s = u(0), p = u(0);
3380
+ const e = St.PlayerV2, a = v, n = t, o = u(), i = u(), s = u(0), p = u(0);
3393
3381
  return H(
3394
3382
  [
3395
3383
  () => a.cdnFileResolver,
@@ -3402,7 +3390,7 @@ const Ja = { id: "player-wrapper" }, Ka = { id: "player-sizer" }, eo = {
3402
3390
  a.cdnFileResolver,
3403
3391
  `/${a.interiorId}/${a.apartmentId}`
3404
3392
  ),
3405
- r.value,
3393
+ i.value,
3406
3394
  !1
3407
3395
  );
3408
3396
  }
@@ -3426,21 +3414,21 @@ const Ja = { id: "player-wrapper" }, Ka = { id: "player-sizer" }, eo = {
3426
3414
  ), H(
3427
3415
  () => a.currentCameraId,
3428
3416
  (l) => {
3429
- o.value && (r.value = l, o.value.goToCamera(l, !0));
3417
+ o.value && (i.value = l, o.value.goToCamera(l, !0));
3430
3418
  }
3431
3419
  ), H(o, (l) => {
3432
3420
  n("playerApiCallback", l);
3433
3421
  const d = o.value.getCurrentCamera();
3434
- d && (r.value = d.id);
3422
+ d && (i.value = d.id);
3435
3423
  }), ue(async () => {
3436
3424
  const b = {
3437
3425
  initialized: () => {
3438
3426
  o.value = e.Main.getPlayerAPI();
3439
3427
  const f = o.value.getCurrentCamera();
3440
- f && (r.value = f.id), n("newCameraCallback", r.value);
3428
+ f && (i.value = f.id), n("newCameraCallback", i.value);
3441
3429
  },
3442
3430
  newCamera: (f) => {
3443
- n("newCameraCallback", f.id), n("newFloorCallback", f.floorLevel), o.value && o.value.resetMarkerBehaviour(0), r.value = f.id;
3431
+ n("newCameraCallback", f.id), n("newFloorCallback", f.floorLevel), o.value && o.value.resetMarkerBehaviour(0), i.value = f.id;
3444
3432
  },
3445
3433
  newFOV: (f) => {
3446
3434
  n("newFovCallback", f), p.value = f;
@@ -3469,37 +3457,37 @@ const Ja = { id: "player-wrapper" }, Ka = { id: "player-sizer" }, eo = {
3469
3457
  }), Pe(() => {
3470
3458
  o.value && o.value.destroy();
3471
3459
  }), (l, d) => (m(), S("div", Ja, [
3472
- i("div", Ka, [
3460
+ r("div", Ka, [
3473
3461
  oe(l.$slots, "slideshow-image", {}, void 0, !0),
3474
- i("div", eo, [
3462
+ r("div", eo, [
3475
3463
  oe(l.$slots, "top-left", {}, void 0, !0)
3476
3464
  ]),
3477
- i("div", to, [
3465
+ r("div", to, [
3478
3466
  oe(l.$slots, "top-center", {}, void 0, !0)
3479
3467
  ]),
3480
- i("div", no, [
3468
+ r("div", no, [
3481
3469
  oe(l.$slots, "top-right", {}, void 0, !0)
3482
3470
  ]),
3483
- i("div", ao, [
3471
+ r("div", ao, [
3484
3472
  oe(l.$slots, "center-left", {}, void 0, !0)
3485
3473
  ]),
3486
- i("div", oo, [
3474
+ r("div", oo, [
3487
3475
  oe(l.$slots, "center-center", {}, void 0, !0)
3488
3476
  ]),
3489
- i("div", lo, [
3477
+ r("div", lo, [
3490
3478
  oe(l.$slots, "center-right", {}, void 0, !0)
3491
3479
  ]),
3492
- i("div", so, [
3480
+ r("div", so, [
3493
3481
  oe(l.$slots, "bottom-left", {}, void 0, !0)
3494
3482
  ]),
3495
- i("div", ro, [
3483
+ r("div", io, [
3496
3484
  oe(l.$slots, "bottom-center", {}, void 0, !0)
3497
3485
  ]),
3498
- i("div", io, [
3486
+ r("div", ro, [
3499
3487
  oe(l.$slots, "bottom-right", {}, void 0, !0)
3500
3488
  ]),
3501
- i("div", uo, [
3502
- i("canvas", {
3489
+ r("div", uo, [
3490
+ r("canvas", {
3503
3491
  id: "qpc",
3504
3492
  style: le(l.showStaticImage ? "visibility:hidden" : "visibility:visible")
3505
3493
  }, null, 4)
@@ -3522,7 +3510,7 @@ const Ja = { id: "player-wrapper" }, Ka = { id: "player-sizer" }, eo = {
3522
3510
  const e = v, a = t, n = Be(Ce), o = T(() => {
3523
3511
  const d = e.floorLevels;
3524
3512
  return d.sort(), d;
3525
- }), r = T(() => o.value.indexOf(e.level) + 1 <= o.value.length / 2 ? "lower" : "upper"), s = T(() => r.value === "lower"), p = T(() => r.value === "upper");
3513
+ }), i = T(() => o.value.indexOf(e.level) + 1 <= o.value.length / 2 ? "lower" : "upper"), s = T(() => i.value === "lower"), p = T(() => i.value === "upper");
3526
3514
  function l() {
3527
3515
  const d = e.level + 1;
3528
3516
  d >= o.value.length ? a("level", o.value[0]) : a("level", o.value[d]);
@@ -3542,14 +3530,14 @@ const Ja = { id: "player-wrapper" }, Ka = { id: "player-sizer" }, eo = {
3542
3530
  }, f, { onClick: l }), {
3543
3531
  default: A(() => [
3544
3532
  (m(), S("svg", mo, [
3545
- i("path", {
3533
+ r("path", {
3546
3534
  d: "M8.98034 10.3472L1.54055 5.8855L8.98034 1.42384L16.4201 5.8855L8.98034 10.3472Z",
3547
3535
  fill: "white",
3548
3536
  stroke: p.value ? "black" : "#999999",
3549
3537
  "stroke-width": "1.5",
3550
3538
  "stroke-linejoin": "round"
3551
3539
  }, null, 8, po),
3552
- i("path", {
3540
+ r("path", {
3553
3541
  d: "M8.98034 14.7993L1.54055 10.3376L8.98034 5.87599L16.4201 10.3376L8.98034 14.7993Z",
3554
3542
  fill: "white",
3555
3543
  stroke: s.value ? "black" : "#999999",
@@ -3562,7 +3550,7 @@ const Ja = { id: "player-wrapper" }, Ka = { id: "player-sizer" }, eo = {
3562
3550
  }, 1040)
3563
3551
  ]),
3564
3552
  default: A(() => [
3565
- i("span", ho, N(ne(n).getLabel(r.value)) + " " + N(ne(n).getLabel("floor")), 1)
3553
+ r("span", ho, N(ne(n).getLabel(i.value)) + " " + N(ne(n).getLabel("floor")), 1)
3566
3554
  ]),
3567
3555
  _: 1
3568
3556
  });
@@ -3578,7 +3566,7 @@ const Ja = { id: "player-wrapper" }, Ka = { id: "player-sizer" }, eo = {
3578
3566
  emits: ["selectInterior"],
3579
3567
  setup(v, { emit: t }) {
3580
3568
  const e = v, a = t, n = Be(Ce);
3581
- return (o, r) => {
3569
+ return (o, i) => {
3582
3570
  const s = B("v-btn"), p = B("v-img"), l = B("v-list-item-title"), d = B("v-list-item"), c = B("v-list"), b = B("v-menu");
3583
3571
  return m(), S("div", null, [
3584
3572
  w(b, {
@@ -3601,7 +3589,7 @@ const Ja = { id: "player-wrapper" }, Ka = { id: "player-sizer" }, eo = {
3601
3589
  default: A(() => [
3602
3590
  w(c, { class: "interior-selector-list" }, {
3603
3591
  default: A(() => [
3604
- (m(!0), S(ie, null, ve(e.availableArchetypes, (h, f) => (m(), $(d, {
3592
+ (m(!0), S(re, null, ve(e.availableArchetypes, (h, f) => (m(), $(d, {
3605
3593
  density: "compact",
3606
3594
  key: `at-menuitem-${f}`,
3607
3595
  onClick: (_) => a("selectInterior", h.archetypeID),
@@ -3647,7 +3635,7 @@ const Ja = { id: "player-wrapper" }, Ka = { id: "player-sizer" }, eo = {
3647
3635
  }), n = T(() => ({
3648
3636
  transform: `rotate(${-t.rotation + 180}deg)`
3649
3637
  }));
3650
- return (o, r) => {
3638
+ return (o, i) => {
3651
3639
  const s = B("v-img");
3652
3640
  return m(), S("div", {
3653
3641
  style: le(a.value)
@@ -3672,15 +3660,15 @@ const Ja = { id: "player-wrapper" }, Ka = { id: "player-sizer" }, eo = {
3672
3660
  return ("0" + n).slice(-2);
3673
3661
  }
3674
3662
  return (n, o) => {
3675
- const r = B("v-img");
3663
+ const i = B("v-img");
3676
3664
  return m(), S("div", Ao, [
3677
- i("div", Lo, [
3678
- w(r, {
3665
+ r("div", Lo, [
3666
+ w(i, {
3679
3667
  src: ne(Io),
3680
3668
  "aspect-ratio": "1"
3681
3669
  }, null, 8, ["src"])
3682
3670
  ]),
3683
- i("div", xo, N(e.value), 1)
3671
+ r("div", xo, N(e.value), 1)
3684
3672
  ]);
3685
3673
  };
3686
3674
  }
@@ -3692,10 +3680,10 @@ const Ja = { id: "player-wrapper" }, Ka = { id: "player-sizer" }, eo = {
3692
3680
  emits: ["toggle"],
3693
3681
  setup(v, { emit: t }) {
3694
3682
  const e = v, a = t, n = Be(Ce), o = T(() => {
3695
- let r = "virtualTour";
3696
- return e.showStaticImage || (r = "slideShow"), r;
3683
+ let i = "virtualTour";
3684
+ return e.showStaticImage || (i = "slideShow"), i;
3697
3685
  });
3698
- return (r, s) => {
3686
+ return (i, s) => {
3699
3687
  const p = B("v-btn");
3700
3688
  return m(), $(p, {
3701
3689
  color: "darken-2",
@@ -3711,222 +3699,222 @@ const Ja = { id: "player-wrapper" }, Ka = { id: "player-sizer" }, eo = {
3711
3699
  });
3712
3700
  };
3713
3701
  }
3714
- }), Oe = (v) => (st("data-v-b9eb5380"), v = v(), rt(), v), Mo = {
3702
+ }), Oe = (v) => (st("data-v-b9eb5380"), v = v(), it(), v), Mo = {
3715
3703
  key: 0,
3716
3704
  class: "tutorial"
3717
3705
  }, Eo = {
3718
3706
  key: 0,
3719
3707
  class: "desktop-content"
3720
- }, To = { class: "d-inline-flex" }, Vo = { class: "box col" }, Bo = /* @__PURE__ */ Oe(() => /* @__PURE__ */ i("div", { class: "tutorial-icon d-flex align-items-center justify-center" }, [
3721
- /* @__PURE__ */ i("svg", {
3708
+ }, To = { class: "d-inline-flex" }, Vo = { class: "box col" }, Bo = /* @__PURE__ */ Oe(() => /* @__PURE__ */ r("div", { class: "tutorial-icon d-flex align-items-center justify-center" }, [
3709
+ /* @__PURE__ */ r("svg", {
3722
3710
  width: "100",
3723
3711
  height: "65",
3724
3712
  viewBox: "0 0 100 65",
3725
3713
  fill: "none",
3726
3714
  xmlns: "http://www.w3.org/2000/svg"
3727
3715
  }, [
3728
- /* @__PURE__ */ i("path", {
3716
+ /* @__PURE__ */ r("path", {
3729
3717
  d: "M72 30H86.9736M86.9736 30L81 36M86.9736 30L81 24",
3730
3718
  stroke: "#FF3E3E",
3731
3719
  "stroke-width": "1.5",
3732
3720
  "stroke-linecap": "round",
3733
3721
  "stroke-linejoin": "round"
3734
3722
  }),
3735
- /* @__PURE__ */ i("path", {
3723
+ /* @__PURE__ */ r("path", {
3736
3724
  d: "M27.9736 30H13M13 30L18.9736 36M13 30L18.9736 24",
3737
3725
  stroke: "#FF3E3E",
3738
3726
  "stroke-width": "1.5",
3739
3727
  "stroke-linecap": "round",
3740
3728
  "stroke-linejoin": "round"
3741
3729
  }),
3742
- /* @__PURE__ */ i("path", {
3730
+ /* @__PURE__ */ r("path", {
3743
3731
  d: "M36 30H64V40C64 47.732 57.732 54 50 54V54C42.268 54 36 47.732 36 40V30Z",
3744
3732
  fill: "white",
3745
3733
  stroke: "black",
3746
3734
  "stroke-width": "1.5"
3747
3735
  }),
3748
- /* @__PURE__ */ i("path", {
3736
+ /* @__PURE__ */ r("path", {
3749
3737
  d: "M36 25C36 17.268 42.268 11 50 11V11V30H36V25Z",
3750
3738
  fill: "#FF3E3E",
3751
3739
  stroke: "black",
3752
3740
  "stroke-width": "1.5"
3753
3741
  }),
3754
- /* @__PURE__ */ i("path", {
3742
+ /* @__PURE__ */ r("path", {
3755
3743
  d: "M64 25C64 17.268 57.732 11 50 11V11V30H64V25Z",
3756
3744
  fill: "white",
3757
3745
  stroke: "black",
3758
3746
  "stroke-width": "1.5"
3759
3747
  }),
3760
- /* @__PURE__ */ i("path", {
3748
+ /* @__PURE__ */ r("path", {
3761
3749
  d: "M53.25 23V30C53.25 31.7949 51.7949 33.25 50 33.25C48.2051 33.25 46.75 31.7949 46.75 30V23C46.75 21.2051 48.2051 19.75 50 19.75C51.7949 19.75 53.25 21.2051 53.25 23Z",
3762
3750
  fill: "white",
3763
3751
  stroke: "black",
3764
3752
  "stroke-width": "1.5"
3765
3753
  })
3766
3754
  ])
3767
- ], -1)), Ro = { class: "text mt-3" }, Oo = { class: "box col" }, Uo = /* @__PURE__ */ Oe(() => /* @__PURE__ */ i("div", { class: "tutorial-icon d-flex align-items-center justify-center" }, [
3768
- /* @__PURE__ */ i("svg", {
3755
+ ], -1)), Ro = { class: "text mt-3" }, Oo = { class: "box col" }, Uo = /* @__PURE__ */ Oe(() => /* @__PURE__ */ r("div", { class: "tutorial-icon d-flex align-items-center justify-center" }, [
3756
+ /* @__PURE__ */ r("svg", {
3769
3757
  width: "100",
3770
3758
  height: "65",
3771
3759
  viewBox: "0 0 100 65",
3772
3760
  fill: "none",
3773
3761
  xmlns: "http://www.w3.org/2000/svg"
3774
3762
  }, [
3775
- /* @__PURE__ */ i("path", {
3763
+ /* @__PURE__ */ r("path", {
3776
3764
  d: "M79.9936 27.0175C79.9881 19.276 66.3321 13.0323 49.492 13.0719C32.652 13.1116 19.0049 19.4194 19.0105 27.1609C19.016 34.9025 32.6721 41.1461 49.5121 41.1065C66.3521 41.0669 79.9992 34.759 79.9936 27.0175Z",
3777
3765
  fill: "white",
3778
3766
  stroke: "#B3B3B3",
3779
3767
  "stroke-width": "1.5"
3780
3768
  }),
3781
- /* @__PURE__ */ i("path", {
3769
+ /* @__PURE__ */ r("path", {
3782
3770
  d: "M61.8032 45.179L56.543 50.3218V28.0361L72.543 43.4647H65.0909L67.9402 50.3218L64.6526 52.0361L61.8032 45.179Z",
3783
3771
  fill: "white",
3784
3772
  stroke: "black",
3785
3773
  "stroke-width": "1.5",
3786
3774
  "stroke-linejoin": "round"
3787
3775
  }),
3788
- /* @__PURE__ */ i("path", {
3776
+ /* @__PURE__ */ r("path", {
3789
3777
  d: "M50.502 28.0361L46.502 28.0361",
3790
3778
  stroke: "#FF3E3E",
3791
3779
  "stroke-width": "1.5",
3792
3780
  "stroke-linecap": "round"
3793
3781
  }),
3794
- /* @__PURE__ */ i("path", {
3782
+ /* @__PURE__ */ r("path", {
3795
3783
  d: "M50.502 28.0361L46.502 28.0361",
3796
3784
  stroke: "#FF3E3E",
3797
3785
  "stroke-width": "1.5",
3798
3786
  "stroke-linecap": "round"
3799
3787
  }),
3800
- /* @__PURE__ */ i("path", {
3788
+ /* @__PURE__ */ r("path", {
3801
3789
  d: "M50.502 28.0361L46.502 28.0361",
3802
3790
  stroke: "#FF3E3E",
3803
3791
  "stroke-width": "1.5",
3804
3792
  "stroke-linecap": "round"
3805
3793
  }),
3806
- /* @__PURE__ */ i("path", {
3794
+ /* @__PURE__ */ r("path", {
3807
3795
  d: "M66.502 28.0361L62.502 28.0361",
3808
3796
  stroke: "#FF3E3E",
3809
3797
  "stroke-width": "1.5",
3810
3798
  "stroke-linecap": "round"
3811
3799
  }),
3812
- /* @__PURE__ */ i("path", {
3800
+ /* @__PURE__ */ r("path", {
3813
3801
  d: "M66.502 28.0361L62.502 28.0361",
3814
3802
  stroke: "#FF3E3E",
3815
3803
  "stroke-width": "1.5",
3816
3804
  "stroke-linecap": "round"
3817
3805
  }),
3818
- /* @__PURE__ */ i("path", {
3806
+ /* @__PURE__ */ r("path", {
3819
3807
  d: "M66.502 28.0361L62.502 28.0361",
3820
3808
  stroke: "#FF3E3E",
3821
3809
  "stroke-width": "1.5",
3822
3810
  "stroke-linecap": "round"
3823
3811
  }),
3824
- /* @__PURE__ */ i("path", {
3812
+ /* @__PURE__ */ r("path", {
3825
3813
  d: "M52.1582 24.0361L49.1582 21.0361",
3826
3814
  stroke: "#FF3E3E",
3827
3815
  "stroke-width": "1.5",
3828
3816
  "stroke-linecap": "round"
3829
3817
  }),
3830
- /* @__PURE__ */ i("path", {
3818
+ /* @__PURE__ */ r("path", {
3831
3819
  d: "M52.1582 24.0361L49.1582 21.0361",
3832
3820
  stroke: "#FF3E3E",
3833
3821
  "stroke-width": "1.5",
3834
3822
  "stroke-linecap": "round"
3835
3823
  }),
3836
- /* @__PURE__ */ i("path", {
3824
+ /* @__PURE__ */ r("path", {
3837
3825
  d: "M52.1582 24.0361L49.1582 21.0361",
3838
3826
  stroke: "#FF3E3E",
3839
3827
  "stroke-width": "1.5",
3840
3828
  "stroke-linecap": "round"
3841
3829
  }),
3842
- /* @__PURE__ */ i("path", {
3830
+ /* @__PURE__ */ r("path", {
3843
3831
  d: "M60.502 24.0361L63.502 21.0361",
3844
3832
  stroke: "#FF3E3E",
3845
3833
  "stroke-width": "1.5",
3846
3834
  "stroke-linecap": "round"
3847
3835
  }),
3848
- /* @__PURE__ */ i("path", {
3836
+ /* @__PURE__ */ r("path", {
3849
3837
  d: "M60.502 24.0361L63.502 21.0361",
3850
3838
  stroke: "#FF3E3E",
3851
3839
  "stroke-width": "1.5",
3852
3840
  "stroke-linecap": "round"
3853
3841
  }),
3854
- /* @__PURE__ */ i("path", {
3842
+ /* @__PURE__ */ r("path", {
3855
3843
  d: "M60.502 24.0361L63.502 21.0361",
3856
3844
  stroke: "#FF3E3E",
3857
3845
  "stroke-width": "1.5",
3858
3846
  "stroke-linecap": "round"
3859
3847
  }),
3860
- /* @__PURE__ */ i("path", {
3848
+ /* @__PURE__ */ r("path", {
3861
3849
  d: "M56.502 22.0361L56.502 18.0361",
3862
3850
  stroke: "#FF3E3E",
3863
3851
  "stroke-width": "1.5",
3864
3852
  "stroke-linecap": "round"
3865
3853
  }),
3866
- /* @__PURE__ */ i("path", {
3854
+ /* @__PURE__ */ r("path", {
3867
3855
  d: "M56.502 22.0361L56.502 18.0361",
3868
3856
  stroke: "#FF3E3E",
3869
3857
  "stroke-width": "1.5",
3870
3858
  "stroke-linecap": "round"
3871
3859
  }),
3872
- /* @__PURE__ */ i("path", {
3860
+ /* @__PURE__ */ r("path", {
3873
3861
  d: "M56.502 22.0361L56.502 18.0361",
3874
3862
  stroke: "#FF3E3E",
3875
3863
  "stroke-width": "1.5",
3876
3864
  "stroke-linecap": "round"
3877
3865
  }),
3878
- /* @__PURE__ */ i("path", {
3866
+ /* @__PURE__ */ r("path", {
3879
3867
  d: "M52.1582 32.0361L49.1582 35.0361",
3880
3868
  stroke: "#FF3E3E",
3881
3869
  "stroke-width": "1.5",
3882
3870
  "stroke-linecap": "round"
3883
3871
  }),
3884
- /* @__PURE__ */ i("path", {
3872
+ /* @__PURE__ */ r("path", {
3885
3873
  d: "M52.1582 32.0361L49.1582 35.0361",
3886
3874
  stroke: "#FF3E3E",
3887
3875
  "stroke-width": "1.5",
3888
3876
  "stroke-linecap": "round"
3889
3877
  }),
3890
- /* @__PURE__ */ i("path", {
3878
+ /* @__PURE__ */ r("path", {
3891
3879
  d: "M52.1582 32.0361L49.1582 35.0361",
3892
3880
  stroke: "#FF3E3E",
3893
3881
  "stroke-width": "1.5",
3894
3882
  "stroke-linecap": "round"
3895
3883
  })
3896
3884
  ])
3897
- ], -1)), $o = { class: "text mt-3" }, Ho = { class: "box col" }, Yo = /* @__PURE__ */ Oe(() => /* @__PURE__ */ i("div", { class: "tutorial-icon d-flex align-items-center justify-center" }, [
3898
- /* @__PURE__ */ i("svg", {
3885
+ ], -1)), $o = { class: "text mt-3" }, Ho = { class: "box col" }, Yo = /* @__PURE__ */ Oe(() => /* @__PURE__ */ r("div", { class: "tutorial-icon d-flex align-items-center justify-center" }, [
3886
+ /* @__PURE__ */ r("svg", {
3899
3887
  width: "100",
3900
3888
  height: "65",
3901
3889
  viewBox: "0 0 100 65",
3902
3890
  fill: "none",
3903
3891
  xmlns: "http://www.w3.org/2000/svg"
3904
3892
  }, [
3905
- /* @__PURE__ */ i("path", {
3893
+ /* @__PURE__ */ r("path", {
3906
3894
  d: "M36 33H64V43C64 50.732 57.732 57 50 57V57C42.268 57 36 50.732 36 43V33Z",
3907
3895
  fill: "white",
3908
3896
  stroke: "black",
3909
3897
  "stroke-width": "1.5"
3910
3898
  }),
3911
- /* @__PURE__ */ i("path", {
3899
+ /* @__PURE__ */ r("path", {
3912
3900
  d: "M36 28C36 20.268 42.268 14 50 14V14V33H36V28Z",
3913
3901
  fill: "white",
3914
3902
  stroke: "black",
3915
3903
  "stroke-width": "1.5"
3916
3904
  }),
3917
- /* @__PURE__ */ i("path", {
3905
+ /* @__PURE__ */ r("path", {
3918
3906
  d: "M64 28C64 20.268 57.732 14 50 14V14V33H64V28Z",
3919
3907
  fill: "white",
3920
3908
  stroke: "black",
3921
3909
  "stroke-width": "1.5"
3922
3910
  }),
3923
- /* @__PURE__ */ i("path", {
3911
+ /* @__PURE__ */ r("path", {
3924
3912
  d: "M53.25 26V33C53.25 34.7949 51.7949 36.25 50 36.25C48.2051 36.25 46.75 34.7949 46.75 33V26C46.75 24.2051 48.2051 22.75 50 22.75C51.7949 22.75 53.25 24.2051 53.25 26Z",
3925
3913
  fill: "#FF3E3E",
3926
3914
  stroke: "black",
3927
3915
  "stroke-width": "1.5"
3928
3916
  }),
3929
- /* @__PURE__ */ i("path", {
3917
+ /* @__PURE__ */ r("path", {
3930
3918
  "fill-rule": "evenodd",
3931
3919
  "clip-rule": "evenodd",
3932
3920
  d: "M74.5352 20.7593L80.3458 26.5699C80.9316 27.1557 80.9316 28.1055 80.3458 28.6913C79.76 29.277 78.8103 29.277 78.2245 28.6913L72.4138 22.8806L74.5352 20.7593Z",
@@ -3935,7 +3923,7 @@ const Ja = { id: "player-wrapper" }, Ka = { id: "player-sizer" }, eo = {
3935
3923
  "stroke-width": "1.5",
3936
3924
  "stroke-linecap": "round"
3937
3925
  }),
3938
- /* @__PURE__ */ i("circle", {
3926
+ /* @__PURE__ */ r("circle", {
3939
3927
  cx: "66.5",
3940
3928
  cy: "15.5",
3941
3929
  r: "9.75",
@@ -3943,7 +3931,7 @@ const Ja = { id: "player-wrapper" }, Ka = { id: "player-sizer" }, eo = {
3943
3931
  stroke: "black",
3944
3932
  "stroke-width": "1.5"
3945
3933
  }),
3946
- /* @__PURE__ */ i("rect", {
3934
+ /* @__PURE__ */ r("rect", {
3947
3935
  x: "66",
3948
3936
  y: "11",
3949
3937
  width: "1",
@@ -3953,7 +3941,7 @@ const Ja = { id: "player-wrapper" }, Ka = { id: "player-sizer" }, eo = {
3953
3941
  "stroke-width": "0.75",
3954
3942
  "stroke-linejoin": "round"
3955
3943
  }),
3956
- /* @__PURE__ */ i("rect", {
3944
+ /* @__PURE__ */ r("rect", {
3957
3945
  x: "71",
3958
3946
  y: "15",
3959
3947
  width: "1",
@@ -3965,15 +3953,15 @@ const Ja = { id: "player-wrapper" }, Ka = { id: "player-sizer" }, eo = {
3965
3953
  "stroke-linejoin": "round"
3966
3954
  })
3967
3955
  ])
3968
- ], -1)), jo = { class: "text mt-3" }, Po = { class: "d-inline-flex space-around" }, Wo = { class: "box col" }, No = /* @__PURE__ */ Oe(() => /* @__PURE__ */ i("div", { class: "tutorial-icon d-flex align-items-center justify-center" }, [
3969
- /* @__PURE__ */ i("svg", {
3956
+ ], -1)), jo = { class: "text mt-3" }, Po = { class: "d-inline-flex space-around" }, Wo = { class: "box col" }, No = /* @__PURE__ */ Oe(() => /* @__PURE__ */ r("div", { class: "tutorial-icon d-flex align-items-center justify-center" }, [
3957
+ /* @__PURE__ */ r("svg", {
3970
3958
  width: "100",
3971
3959
  height: "65",
3972
3960
  viewBox: "0 0 100 65",
3973
3961
  fill: "none",
3974
3962
  xmlns: "http://www.w3.org/2000/svg"
3975
3963
  }, [
3976
- /* @__PURE__ */ i("rect", {
3964
+ /* @__PURE__ */ r("rect", {
3977
3965
  x: "65.0967",
3978
3966
  y: "34.3228",
3979
3967
  width: "20.9032",
@@ -3983,7 +3971,7 @@ const Ja = { id: "player-wrapper" }, Ka = { id: "player-sizer" }, eo = {
3983
3971
  stroke: "black",
3984
3972
  "stroke-width": "1.5"
3985
3973
  }),
3986
- /* @__PURE__ */ i("rect", {
3974
+ /* @__PURE__ */ r("rect", {
3987
3975
  x: "39.5488",
3988
3976
  y: "29.6777",
3989
3977
  width: "20.9032",
@@ -3994,7 +3982,7 @@ const Ja = { id: "player-wrapper" }, Ka = { id: "player-sizer" }, eo = {
3994
3982
  stroke: "black",
3995
3983
  "stroke-width": "1.5"
3996
3984
  }),
3997
- /* @__PURE__ */ i("rect", {
3985
+ /* @__PURE__ */ r("rect", {
3998
3986
  x: "60.4512",
3999
3987
  y: "34.3228",
4000
3988
  width: "20.9032",
@@ -4005,7 +3993,7 @@ const Ja = { id: "player-wrapper" }, Ka = { id: "player-sizer" }, eo = {
4005
3993
  stroke: "black",
4006
3994
  "stroke-width": "1.5"
4007
3995
  }),
4008
- /* @__PURE__ */ i("rect", {
3996
+ /* @__PURE__ */ r("rect", {
4009
3997
  x: "34.9033",
4010
3998
  y: "55.2261",
4011
3999
  width: "20.9032",
@@ -4016,19 +4004,19 @@ const Ja = { id: "player-wrapper" }, Ka = { id: "player-sizer" }, eo = {
4016
4004
  stroke: "black",
4017
4005
  "stroke-width": "1.5"
4018
4006
  }),
4019
- /* @__PURE__ */ i("path", {
4007
+ /* @__PURE__ */ r("path", {
4020
4008
  d: "M77.7025 44.3796C77.9599 44.5798 77.9599 44.9688 77.7025 45.169L74.6621 47.5338C74.3337 47.7892 73.8551 47.5552 73.8551 47.1391L73.8551 42.4095C73.8551 41.9935 74.3337 41.7594 74.6621 42.0149L77.7025 44.3796Z",
4021
4009
  fill: "#FF3E3E"
4022
4010
  }),
4023
- /* @__PURE__ */ i("path", {
4011
+ /* @__PURE__ */ r("path", {
4024
4012
  d: "M49.6047 17.0724C49.8049 16.815 50.1939 16.815 50.3941 17.0724L52.7589 20.1128C53.0143 20.4412 52.7803 20.9198 52.3642 20.9198L47.6346 20.9198C47.2185 20.9198 46.9845 20.4412 47.2399 20.1128L49.6047 17.0724Z",
4025
4013
  fill: "#FF3E3E"
4026
4014
  }),
4027
- /* @__PURE__ */ i("path", {
4015
+ /* @__PURE__ */ r("path", {
4028
4016
  d: "M50.3953 46.9281C50.1951 47.1855 49.8061 47.1855 49.6059 46.9281L47.2411 43.8877C46.9857 43.5592 47.2197 43.0807 47.6358 43.0807L52.3654 43.0807C52.7815 43.0807 53.0155 43.5592 52.7601 43.8877L50.3953 46.9281Z",
4029
4017
  fill: "#FF3E3E"
4030
4018
  }),
4031
- /* @__PURE__ */ i("path", {
4019
+ /* @__PURE__ */ r("path", {
4032
4020
  d: "M22.2975 45.1692C22.0401 44.969 22.0401 44.58 22.2975 44.3798L25.3379 42.0151C25.6663 41.7596 26.1449 41.9937 26.1449 42.4097L26.1449 47.1393C26.1449 47.5554 25.6663 47.7894 25.3379 47.534L22.2975 45.1692Z",
4033
4021
  fill: "#FF3E3E"
4034
4022
  })
@@ -4036,33 +4024,33 @@ const Ja = { id: "player-wrapper" }, Ka = { id: "player-sizer" }, eo = {
4036
4024
  ], -1)), zo = { class: "text mt-3" }, Go = {
4037
4025
  key: 1,
4038
4026
  class: "d-flex flex-column tablet-mobile-content"
4039
- }, Qo = { class: "box horizontal mt-3" }, qo = /* @__PURE__ */ Oe(() => /* @__PURE__ */ i("div", { class: "tutorial-icon d-flex align-items-center justify-center" }, [
4040
- /* @__PURE__ */ i("svg", {
4027
+ }, Qo = { class: "box horizontal mt-3" }, qo = /* @__PURE__ */ Oe(() => /* @__PURE__ */ r("div", { class: "tutorial-icon d-flex align-items-center justify-center" }, [
4028
+ /* @__PURE__ */ r("svg", {
4041
4029
  width: "101",
4042
4030
  height: "65",
4043
4031
  viewBox: "0 0 101 65",
4044
4032
  fill: "none",
4045
4033
  xmlns: "http://www.w3.org/2000/svg"
4046
4034
  }, [
4047
- /* @__PURE__ */ i("path", {
4035
+ /* @__PURE__ */ r("path", {
4048
4036
  d: "M68 28H87.9736M87.9736 28L82 34M87.9736 28L82 22",
4049
4037
  stroke: "#FF3E3E",
4050
4038
  "stroke-width": "1.5",
4051
4039
  "stroke-linecap": "round",
4052
4040
  "stroke-linejoin": "round"
4053
4041
  }),
4054
- /* @__PURE__ */ i("path", {
4042
+ /* @__PURE__ */ r("path", {
4055
4043
  d: "M33.9727 28H13.999M13.999 28L19.9727 34M13.999 28L19.9727 22",
4056
4044
  stroke: "#FF3E3E",
4057
4045
  "stroke-width": "1.5",
4058
4046
  "stroke-linecap": "round",
4059
4047
  "stroke-linejoin": "round"
4060
4048
  }),
4061
- /* @__PURE__ */ i("path", {
4049
+ /* @__PURE__ */ r("path", {
4062
4050
  d: "M57.3126 51.1276L62.5533 49.7234C65.3195 48.9822 67.2473 46.4813 67.2601 43.6176C67.2626 43.0532 67.1898 42.4909 67.0438 41.9457L64.9992 34.3153C64.7491 33.3818 63.7895 32.8278 62.8559 33.0779C61.9223 33.328 61.3683 34.2876 61.6185 35.2212L61.0361 33.0479C60.7502 31.9809 59.6536 31.3478 58.5866 31.6337C57.5197 31.9195 56.8865 33.0162 57.1724 34.0831L56.7195 32.3928C56.3979 31.1925 55.1641 30.4802 53.9638 30.8018C52.7635 31.1234 52.0512 32.3572 52.3728 33.5575L50.6258 27.0375C50.3399 25.9705 49.2432 25.3374 48.1763 25.6233C47.1094 25.9091 46.4762 27.0058 46.7621 28.0727L50.3855 41.5957C49.2796 40.7276 47.5926 39.524 46.3279 38.6369C45.3814 37.9729 44.0801 38.2068 43.4137 39.1516C42.8107 40.0066 42.9238 41.1741 43.6798 41.8975L51.8691 49.7332C53.3154 51.1171 55.3791 51.6457 57.3126 51.1276Z",
4063
4051
  fill: "white"
4064
4052
  }),
4065
- /* @__PURE__ */ i("path", {
4053
+ /* @__PURE__ */ r("path", {
4066
4054
  d: "M53.7316 38.6286L52.6963 34.7649M52.6963 34.7649L50.6258 27.0375C50.3399 25.9705 49.2432 25.3374 48.1763 25.6233V25.6233C47.1094 25.9091 46.4762 27.0058 46.7621 28.0727L50.3855 41.5957C49.2796 40.7276 47.5926 39.524 46.3279 38.6369C45.3814 37.9729 44.0801 38.2068 43.4137 39.1516V39.1516C42.8107 40.0066 42.9238 41.1741 43.6798 41.8975L51.8691 49.7332C53.3154 51.1171 55.3791 51.6457 57.3126 51.1276L62.5533 49.7234C65.3195 48.9822 67.2473 46.4813 67.2601 43.6176V43.6176C67.2626 43.0532 67.1898 42.4909 67.0438 41.9457L64.9992 34.3153C64.7491 33.3818 63.7895 32.8278 62.8559 33.0779V33.0779V33.0779C61.9223 33.328 61.3683 34.2876 61.6185 35.2212L61.942 36.4286M52.6963 34.7649L52.3728 33.5575C52.0512 32.3572 52.7635 31.1234 53.9638 30.8018V30.8018C55.1641 30.4802 56.3979 31.1925 56.7195 32.3928L57.3018 34.5661M58.2077 37.9469L57.3018 34.5661M57.3018 34.5661L57.1724 34.0831C56.8865 33.0162 57.5197 31.9195 58.5866 31.6337V31.6337C59.6536 31.3478 60.7502 31.9809 61.0361 33.0479L61.942 36.4286M62.3302 37.8775L61.942 36.4286",
4067
4055
  stroke: "black",
4068
4056
  "stroke-width": "1.5",
@@ -4070,133 +4058,133 @@ const Ja = { id: "player-wrapper" }, Ka = { id: "player-sizer" }, eo = {
4070
4058
  "stroke-linejoin": "round"
4071
4059
  })
4072
4060
  ])
4073
- ], -1)), Zo = { class: "text ml-2" }, Xo = { class: "box horizontal mt-3" }, Jo = /* @__PURE__ */ Oe(() => /* @__PURE__ */ i("div", { class: "tutorial-icon d-flex align-items-center justify-center" }, [
4074
- /* @__PURE__ */ i("svg", {
4061
+ ], -1)), Zo = { class: "text ml-2" }, Xo = { class: "box horizontal mt-3" }, Jo = /* @__PURE__ */ Oe(() => /* @__PURE__ */ r("div", { class: "tutorial-icon d-flex align-items-center justify-center" }, [
4062
+ /* @__PURE__ */ r("svg", {
4075
4063
  width: "99",
4076
4064
  height: "65",
4077
4065
  viewBox: "0 0 99 65",
4078
4066
  fill: "none",
4079
4067
  xmlns: "http://www.w3.org/2000/svg"
4080
4068
  }, [
4081
- /* @__PURE__ */ i("path", {
4069
+ /* @__PURE__ */ r("path", {
4082
4070
  d: "M79.9927 29.9814C79.9871 22.2398 66.3311 15.9962 49.491 16.0358C32.651 16.0754 19.0039 22.3833 19.0095 30.1248C19.015 37.8663 32.6711 44.11 49.5111 44.0704C66.3512 44.0308 79.9982 37.7229 79.9927 29.9814Z",
4083
4071
  fill: "white",
4084
4072
  stroke: "#B3B3B3",
4085
4073
  "stroke-width": "1.5"
4086
4074
  }),
4087
- /* @__PURE__ */ i("path", {
4075
+ /* @__PURE__ */ r("path", {
4088
4076
  d: "M50.5 31L46.5 31",
4089
4077
  stroke: "#FF3E3E",
4090
4078
  "stroke-width": "1.5",
4091
4079
  "stroke-linecap": "round"
4092
4080
  }),
4093
- /* @__PURE__ */ i("path", {
4081
+ /* @__PURE__ */ r("path", {
4094
4082
  d: "M50.5 31L46.5 31",
4095
4083
  stroke: "#FF3E3E",
4096
4084
  "stroke-width": "1.5",
4097
4085
  "stroke-linecap": "round"
4098
4086
  }),
4099
- /* @__PURE__ */ i("path", {
4087
+ /* @__PURE__ */ r("path", {
4100
4088
  d: "M50.5 31L46.5 31",
4101
4089
  stroke: "#FF3E3E",
4102
4090
  "stroke-width": "1.5",
4103
4091
  "stroke-linecap": "round"
4104
4092
  }),
4105
- /* @__PURE__ */ i("path", {
4093
+ /* @__PURE__ */ r("path", {
4106
4094
  d: "M66.5 31L62.5 31",
4107
4095
  stroke: "#FF3E3E",
4108
4096
  "stroke-width": "1.5",
4109
4097
  "stroke-linecap": "round"
4110
4098
  }),
4111
- /* @__PURE__ */ i("path", {
4099
+ /* @__PURE__ */ r("path", {
4112
4100
  d: "M66.5 31L62.5 31",
4113
4101
  stroke: "#FF3E3E",
4114
4102
  "stroke-width": "1.5",
4115
4103
  "stroke-linecap": "round"
4116
4104
  }),
4117
- /* @__PURE__ */ i("path", {
4105
+ /* @__PURE__ */ r("path", {
4118
4106
  d: "M66.5 31L62.5 31",
4119
4107
  stroke: "#FF3E3E",
4120
4108
  "stroke-width": "1.5",
4121
4109
  "stroke-linecap": "round"
4122
4110
  }),
4123
- /* @__PURE__ */ i("path", {
4111
+ /* @__PURE__ */ r("path", {
4124
4112
  d: "M52.1562 27L49.1562 24",
4125
4113
  stroke: "#FF3E3E",
4126
4114
  "stroke-width": "1.5",
4127
4115
  "stroke-linecap": "round"
4128
4116
  }),
4129
- /* @__PURE__ */ i("path", {
4117
+ /* @__PURE__ */ r("path", {
4130
4118
  d: "M52.1562 27L49.1562 24",
4131
4119
  stroke: "#FF3E3E",
4132
4120
  "stroke-width": "1.5",
4133
4121
  "stroke-linecap": "round"
4134
4122
  }),
4135
- /* @__PURE__ */ i("path", {
4123
+ /* @__PURE__ */ r("path", {
4136
4124
  d: "M52.1562 27L49.1562 24",
4137
4125
  stroke: "#FF3E3E",
4138
4126
  "stroke-width": "1.5",
4139
4127
  "stroke-linecap": "round"
4140
4128
  }),
4141
- /* @__PURE__ */ i("path", {
4129
+ /* @__PURE__ */ r("path", {
4142
4130
  d: "M60.5 27L63.5 24",
4143
4131
  stroke: "#FF3E3E",
4144
4132
  "stroke-width": "1.5",
4145
4133
  "stroke-linecap": "round"
4146
4134
  }),
4147
- /* @__PURE__ */ i("path", {
4135
+ /* @__PURE__ */ r("path", {
4148
4136
  d: "M60.5 27L63.5 24",
4149
4137
  stroke: "#FF3E3E",
4150
4138
  "stroke-width": "1.5",
4151
4139
  "stroke-linecap": "round"
4152
4140
  }),
4153
- /* @__PURE__ */ i("path", {
4141
+ /* @__PURE__ */ r("path", {
4154
4142
  d: "M60.5 27L63.5 24",
4155
4143
  stroke: "#FF3E3E",
4156
4144
  "stroke-width": "1.5",
4157
4145
  "stroke-linecap": "round"
4158
4146
  }),
4159
- /* @__PURE__ */ i("path", {
4147
+ /* @__PURE__ */ r("path", {
4160
4148
  d: "M56.5 25L56.5 21",
4161
4149
  stroke: "#FF3E3E",
4162
4150
  "stroke-width": "1.5",
4163
4151
  "stroke-linecap": "round"
4164
4152
  }),
4165
- /* @__PURE__ */ i("path", {
4153
+ /* @__PURE__ */ r("path", {
4166
4154
  d: "M56.5 25L56.5 21",
4167
4155
  stroke: "#FF3E3E",
4168
4156
  "stroke-width": "1.5",
4169
4157
  "stroke-linecap": "round"
4170
4158
  }),
4171
- /* @__PURE__ */ i("path", {
4159
+ /* @__PURE__ */ r("path", {
4172
4160
  d: "M56.5 25L56.5 21",
4173
4161
  stroke: "#FF3E3E",
4174
4162
  "stroke-width": "1.5",
4175
4163
  "stroke-linecap": "round"
4176
4164
  }),
4177
- /* @__PURE__ */ i("path", {
4165
+ /* @__PURE__ */ r("path", {
4178
4166
  d: "M52.1562 35L49.1562 38",
4179
4167
  stroke: "#FF3E3E",
4180
4168
  "stroke-width": "1.5",
4181
4169
  "stroke-linecap": "round"
4182
4170
  }),
4183
- /* @__PURE__ */ i("path", {
4171
+ /* @__PURE__ */ r("path", {
4184
4172
  d: "M52.1562 35L49.1562 38",
4185
4173
  stroke: "#FF3E3E",
4186
4174
  "stroke-width": "1.5",
4187
4175
  "stroke-linecap": "round"
4188
4176
  }),
4189
- /* @__PURE__ */ i("path", {
4177
+ /* @__PURE__ */ r("path", {
4190
4178
  d: "M52.1562 35L49.1562 38",
4191
4179
  stroke: "#FF3E3E",
4192
4180
  "stroke-width": "1.5",
4193
4181
  "stroke-linecap": "round"
4194
4182
  }),
4195
- /* @__PURE__ */ i("path", {
4183
+ /* @__PURE__ */ r("path", {
4196
4184
  d: "M64.8126 54.1276L70.0533 52.7234C72.8195 51.9822 74.7473 49.4813 74.7601 46.6176C74.7626 46.0532 74.6898 45.4909 74.5438 44.9457L72.4992 37.3153C72.2491 36.3818 71.2895 35.8278 70.3559 36.0779C69.4223 36.328 68.8683 37.2876 69.1185 38.2212L68.5361 36.0479C68.2502 34.9809 67.1536 34.3478 66.0866 34.6337C65.0197 34.9195 64.3865 36.0162 64.6724 37.0831L64.2195 35.3928C63.8979 34.1925 62.6641 33.4802 61.4638 33.8018C60.2635 34.1234 59.5512 35.3572 59.8728 36.5575L58.1258 30.0375C57.8399 28.9705 56.7432 28.3374 55.6763 28.6233C54.6094 28.9091 53.9762 30.0058 54.2621 31.0727L57.8855 44.5957C56.7796 43.7276 55.0926 42.524 53.8279 41.6369C52.8814 40.9729 51.5801 41.2068 50.9137 42.1516C50.3107 43.0066 50.4238 44.1741 51.1798 44.8975L59.3691 52.7332C60.8154 54.1171 62.8791 54.6457 64.8126 54.1276Z",
4197
4185
  fill: "white"
4198
4186
  }),
4199
- /* @__PURE__ */ i("path", {
4187
+ /* @__PURE__ */ r("path", {
4200
4188
  d: "M61.2316 41.6286L60.1963 37.7649M60.1963 37.7649L58.1258 30.0375C57.8399 28.9705 56.7432 28.3374 55.6763 28.6233V28.6233C54.6094 28.9091 53.9762 30.0058 54.2621 31.0727L57.8855 44.5957C56.7796 43.7276 55.0926 42.524 53.8279 41.6369C52.8814 40.9729 51.5801 41.2068 50.9137 42.1516V42.1516C50.3107 43.0066 50.4238 44.1741 51.1798 44.8975L59.3691 52.7332C60.8154 54.1171 62.8791 54.6457 64.8126 54.1276L70.0533 52.7234C72.8195 51.9822 74.7473 49.4813 74.7601 46.6176V46.6176C74.7626 46.0532 74.6898 45.4909 74.5438 44.9457L72.4992 37.3153C72.2491 36.3818 71.2895 35.8278 70.3559 36.0779V36.0779V36.0779C69.4223 36.328 68.8683 37.2876 69.1185 38.2212L69.442 39.4286M60.1963 37.7649L59.8728 36.5575C59.5512 35.3572 60.2635 34.1234 61.4638 33.8018V33.8018C62.6641 33.4802 63.8979 34.1925 64.2195 35.3928L64.8018 37.5661M65.7077 40.9469L64.8018 37.5661M64.8018 37.5661L64.6724 37.0831C64.3865 36.0162 65.0197 34.9195 66.0866 34.6337V34.6337C67.1536 34.3478 68.2502 34.9809 68.5361 36.0479L69.442 39.4286M69.8302 40.8775L69.442 39.4286",
4201
4189
  stroke: "black",
4202
4190
  "stroke-width": "1.5",
@@ -4204,33 +4192,33 @@ const Ja = { id: "player-wrapper" }, Ka = { id: "player-sizer" }, eo = {
4204
4192
  "stroke-linejoin": "round"
4205
4193
  })
4206
4194
  ])
4207
- ], -1)), Ko = { class: "text ml-2" }, el = { class: "box horizontal mt-3" }, tl = /* @__PURE__ */ Oe(() => /* @__PURE__ */ i("div", { class: "tutorial-icon d-flex align-items-center justify-center" }, [
4208
- /* @__PURE__ */ i("svg", {
4195
+ ], -1)), Ko = { class: "text ml-2" }, el = { class: "box horizontal mt-3" }, tl = /* @__PURE__ */ Oe(() => /* @__PURE__ */ r("div", { class: "tutorial-icon d-flex align-items-center justify-center" }, [
4196
+ /* @__PURE__ */ r("svg", {
4209
4197
  width: "99",
4210
4198
  height: "65",
4211
4199
  viewBox: "0 0 99 65",
4212
4200
  fill: "none",
4213
4201
  xmlns: "http://www.w3.org/2000/svg"
4214
4202
  }, [
4215
- /* @__PURE__ */ i("path", {
4203
+ /* @__PURE__ */ r("path", {
4216
4204
  d: "M31 24.9736L31 10M31 10L25 15.9736M31 10L37 15.9736",
4217
4205
  stroke: "#FF3E3E",
4218
4206
  "stroke-width": "1.5",
4219
4207
  "stroke-linecap": "round",
4220
4208
  "stroke-linejoin": "round"
4221
4209
  }),
4222
- /* @__PURE__ */ i("path", {
4210
+ /* @__PURE__ */ r("path", {
4223
4211
  d: "M31 40L31 54.9736M31 54.9736L25 49M31 54.9736L37 49",
4224
4212
  stroke: "#FF3E3E",
4225
4213
  "stroke-width": "1.5",
4226
4214
  "stroke-linecap": "round",
4227
4215
  "stroke-linejoin": "round"
4228
4216
  }),
4229
- /* @__PURE__ */ i("path", {
4217
+ /* @__PURE__ */ r("path", {
4230
4218
  d: "M58.6512 44.3852L61.8162 42.5579C64.2963 41.126 65.5112 38.2114 64.7823 35.442C64.6387 34.8961 64.4229 34.3719 64.1407 33.883L60.1909 27.0418C59.7076 26.2048 58.6374 25.918 57.8003 26.4013C56.9633 26.8845 56.6765 27.9548 57.1598 28.7918L56.0348 26.8433C55.4825 25.8867 54.2593 25.5589 53.3027 26.1112C52.3462 26.6635 52.0184 27.8867 52.5707 28.8433L51.6957 27.3277C51.0744 26.2516 49.6983 25.8828 48.6221 26.5042C47.546 27.1255 47.1773 28.5016 47.7986 29.5777L44.4236 23.7321C43.8713 22.7755 42.6481 22.4477 41.6915 23C40.7349 23.5523 40.4072 24.7755 40.9595 25.7321L48.4595 38.7224L41.0923 40.5062C40.3398 40.6884 39.7721 41.3073 39.6555 42.0728C39.4961 43.1196 40.2199 44.096 41.268 44.2476L49.7609 45.4766L51.251 45.7252C53.7985 46.1503 56.4146 45.6766 58.6512 44.3852Z",
4231
4219
  fill: "white"
4232
4220
  }),
4233
- /* @__PURE__ */ i("path", {
4221
+ /* @__PURE__ */ r("path", {
4234
4222
  d: "M50.4236 34.1244L48.4236 30.6603M48.4236 30.6603L44.4236 23.7321C43.8713 22.7755 42.6481 22.4477 41.6915 23V23C40.7349 23.5523 40.4072 24.7755 40.9595 25.7321L48.4595 38.7224L41.0923 40.5062C40.3398 40.6884 39.7721 41.3073 39.6555 42.0728V42.0728C39.4961 43.1196 40.2199 44.096 41.268 44.2476L49.7609 45.4766L51.251 45.7252C53.7985 46.1503 56.4146 45.6766 58.6512 44.3852L61.8162 42.5579C64.2963 41.126 65.5112 38.2114 64.7823 35.442V35.442C64.6387 34.8961 64.4229 34.3719 64.1407 33.883L60.1909 27.0418C59.7076 26.2048 58.6374 25.918 57.8003 26.4013V26.4013V26.4013C56.9633 26.8845 56.6765 27.9548 57.1598 28.7918L57.7848 29.8744M48.4236 30.6603L47.7986 29.5777C47.1773 28.5016 47.546 27.1255 48.6221 26.5042V26.5042C49.6983 25.8828 51.0744 26.2516 51.6957 27.3277L52.8207 29.2763M54.5707 32.3074L52.8207 29.2763M52.8207 29.2763L52.5707 28.8433C52.0184 27.8867 52.3462 26.6635 53.3027 26.1112V26.1112C54.2593 25.5589 55.4825 25.8867 56.0348 26.8433L57.7848 29.8744M58.5348 31.1734L57.7848 29.8744",
4235
4223
  stroke: "black",
4236
4224
  "stroke-width": "1.5",
@@ -4245,7 +4233,7 @@ const Ja = { id: "player-wrapper" }, Ka = { id: "player-sizer" }, eo = {
4245
4233
  },
4246
4234
  emits: ["closeTutorial"],
4247
4235
  setup(v, { emit: t }) {
4248
- const e = v, a = t, n = Be(Ce), o = u(!0), r = u(!1), s = T(() => [
4236
+ const e = v, a = t, n = Be(Ce), o = u(!0), i = u(!1), s = T(() => [
4249
4237
  /Android/i,
4250
4238
  /webOS/i,
4251
4239
  /iPhone/i,
@@ -4260,7 +4248,7 @@ const Ja = { id: "player-wrapper" }, Ka = { id: "player-sizer" }, eo = {
4260
4248
  return c && a("closeTutorial"), c;
4261
4249
  });
4262
4250
  function l() {
4263
- r.value && d(), o.value = !1, a("closeTutorial");
4251
+ i.value && d(), o.value = !1, a("closeTutorial");
4264
4252
  }
4265
4253
  function d() {
4266
4254
  localStorage.setItem(`${e.project}-dont-show-tutorial`, "true");
@@ -4271,45 +4259,45 @@ const Ja = { id: "player-wrapper" }, Ka = { id: "player-sizer" }, eo = {
4271
4259
  default: A(() => [
4272
4260
  o.value && !p.value ? (m(), S("div", Mo, [
4273
4261
  s.value ? Y("", !0) : (m(), S("div", Eo, [
4274
- i("div", To, [
4275
- i("div", Vo, [
4262
+ r("div", To, [
4263
+ r("div", Vo, [
4276
4264
  Bo,
4277
- i("div", Ro, N(ne(n).getLabel("clickAndDragToLookAround")), 1)
4265
+ r("div", Ro, N(ne(n).getLabel("clickAndDragToLookAround")), 1)
4278
4266
  ]),
4279
- i("div", Oo, [
4267
+ r("div", Oo, [
4280
4268
  Uo,
4281
- i("div", $o, N(ne(n).getLabel("clickOnTheCirclesToMoveAround")), 1)
4269
+ r("div", $o, N(ne(n).getLabel("clickOnTheCirclesToMoveAround")), 1)
4282
4270
  ]),
4283
- i("div", Ho, [
4271
+ r("div", Ho, [
4284
4272
  Yo,
4285
- i("div", jo, N(ne(n).getLabel("useTheMouseWheelToZoom")), 1)
4273
+ r("div", jo, N(ne(n).getLabel("useTheMouseWheelToZoom")), 1)
4286
4274
  ])
4287
4275
  ]),
4288
- i("div", Po, [
4289
- i("div", Wo, [
4276
+ r("div", Po, [
4277
+ r("div", Wo, [
4290
4278
  No,
4291
- i("div", zo, N(ne(n).getLabel("youCanAlsoUseTheArrowKeysToMoveAround")), 1)
4279
+ r("div", zo, N(ne(n).getLabel("youCanAlsoUseTheArrowKeysToMoveAround")), 1)
4292
4280
  ])
4293
4281
  ])
4294
4282
  ])),
4295
4283
  s.value ? (m(), S("div", Go, [
4296
- i("div", Qo, [
4284
+ r("div", Qo, [
4297
4285
  qo,
4298
- i("div", Zo, N(ne(n).getLabel("tapAndDragToLookAround")), 1)
4286
+ r("div", Zo, N(ne(n).getLabel("tapAndDragToLookAround")), 1)
4299
4287
  ]),
4300
- i("div", Xo, [
4288
+ r("div", Xo, [
4301
4289
  Jo,
4302
- i("div", Ko, N(ne(n).getLabel("tapOnTheCirclesToMoveAround")), 1)
4290
+ r("div", Ko, N(ne(n).getLabel("tapOnTheCirclesToMoveAround")), 1)
4303
4291
  ]),
4304
- i("div", el, [
4292
+ r("div", el, [
4305
4293
  tl,
4306
- i("div", nl, N(ne(n).getLabel("useTwoFingersToZoom")), 1)
4294
+ r("div", nl, N(ne(n).getLabel("useTwoFingersToZoom")), 1)
4307
4295
  ])
4308
4296
  ])) : Y("", !0),
4309
- i("div", al, [
4297
+ r("div", al, [
4310
4298
  w(h, {
4311
- modelValue: r.value,
4312
- "onUpdate:modelValue": b[0] || (b[0] = (_) => r.value = _),
4299
+ modelValue: i.value,
4300
+ "onUpdate:modelValue": b[0] || (b[0] = (_) => i.value = _),
4313
4301
  label: ne(n).getLabel("dontShowAgain")
4314
4302
  }, null, 8, ["modelValue", "label"]),
4315
4303
  w(f, {
@@ -4330,14 +4318,14 @@ const Ja = { id: "player-wrapper" }, Ka = { id: "player-sizer" }, eo = {
4330
4318
  });
4331
4319
  };
4332
4320
  }
4333
- }), ll = /* @__PURE__ */ q(ol, [["__scopeId", "data-v-b9eb5380"]]), sl = (v) => (st("data-v-bd4f66c3"), v = v(), rt(), v), rl = { class: "player-settings-ui" }, il = { id: "settings-ui-form" }, ul = { class: "form-inputs" }, cl = { class: "setting-label" }, dl = { class: "setting-label" }, vl = ["max", "min", "step"], ml = { class: "setting-label" }, pl = { class: "flex-grow-1 flex-shrink-0" }, fl = ["onUpdate:modelValue"], hl = {
4321
+ }), ll = /* @__PURE__ */ q(ol, [["__scopeId", "data-v-b9eb5380"]]), sl = (v) => (st("data-v-bd4f66c3"), v = v(), it(), v), il = { class: "player-settings-ui" }, rl = { id: "settings-ui-form" }, ul = { class: "form-inputs" }, cl = { class: "setting-label" }, dl = { class: "setting-label" }, vl = ["max", "min", "step"], ml = { class: "setting-label" }, pl = { class: "flex-grow-1 flex-shrink-0" }, fl = ["onUpdate:modelValue"], hl = {
4334
4322
  key: 3,
4335
4323
  "d-block": "",
4336
4324
  class: "mt-3"
4337
4325
  }, gl = { class: "d-flex justify-space-between" }, yl = { class: "setting-label" }, _l = {
4338
4326
  class: "mt-5 d-block",
4339
4327
  style: { width: "300px" }
4340
- }, bl = /* @__PURE__ */ sl(() => /* @__PURE__ */ i("div", { class: "setting-label" }, "Enter Lut URL:", -1)), wl = {
4328
+ }, bl = /* @__PURE__ */ sl(() => /* @__PURE__ */ r("div", { class: "setting-label" }, "Enter Lut URL:", -1)), wl = {
4341
4329
  class: "d-block",
4342
4330
  style: { width: "300px" }
4343
4331
  }, kl = { class: "form-buttons" }, Cl = /* @__PURE__ */ j({
@@ -4353,7 +4341,7 @@ const Ja = { id: "player-wrapper" }, Ka = { id: "player-sizer" }, eo = {
4353
4341
  H(
4354
4342
  n,
4355
4343
  () => {
4356
- r();
4344
+ i();
4357
4345
  },
4358
4346
  { deep: !0 }
4359
4347
  );
@@ -4363,7 +4351,7 @@ const Ja = { id: "player-wrapper" }, Ka = { id: "player-sizer" }, eo = {
4363
4351
  _ === "whitePoint" ? f[_] = d(F.value) : f[_] = F.value;
4364
4352
  return f;
4365
4353
  });
4366
- function r() {
4354
+ function i() {
4367
4355
  a("updateSettings", o.value);
4368
4356
  }
4369
4357
  function s() {
@@ -4489,10 +4477,10 @@ const Ja = { id: "player-wrapper" }, Ka = { id: "player-sizer" }, eo = {
4489
4477
  }
4490
4478
  return (f, _) => {
4491
4479
  const F = B("v-text-field"), k = B("v-slider"), g = B("v-checkbox"), U = B("v-btn"), y = B("v-select"), V = B("v-icon");
4492
- return m(), S("div", rl, [
4493
- i("form", il, [
4494
- i("div", ul, [
4495
- (m(!0), S(ie, null, ve(n.value, (C, L, G) => (m(), S("div", {
4480
+ return m(), S("div", il, [
4481
+ r("form", rl, [
4482
+ r("div", ul, [
4483
+ (m(!0), S(re, null, ve(n.value, (C, L, G) => (m(), S("div", {
4496
4484
  key: G,
4497
4485
  "d-block": ""
4498
4486
  }, [
@@ -4500,16 +4488,16 @@ const Ja = { id: "player-wrapper" }, Ka = { id: "player-sizer" }, eo = {
4500
4488
  key: 0,
4501
4489
  modelValue: n.value[L].value,
4502
4490
  "onUpdate:modelValue": (D) => n.value[L].value = D,
4503
- onChange: r,
4491
+ onChange: i,
4504
4492
  max: C.max,
4505
4493
  min: C.min,
4506
4494
  step: C.step
4507
4495
  }, {
4508
4496
  prepend: A(() => [
4509
- i("div", cl, N(C.label), 1)
4497
+ r("div", cl, N(C.label), 1)
4510
4498
  ]),
4511
4499
  append: A(() => [
4512
- i("div", null, [
4500
+ r("div", null, [
4513
4501
  w(F, {
4514
4502
  modelValue: n.value[L].value,
4515
4503
  "onUpdate:modelValue": (D) => n.value[L].value = D,
@@ -4521,7 +4509,7 @@ const Ja = { id: "player-wrapper" }, Ka = { id: "player-sizer" }, eo = {
4521
4509
  min: C.min,
4522
4510
  step: C.step,
4523
4511
  style: { width: "90px" },
4524
- onChange: r
4512
+ onChange: i
4525
4513
  }, null, 8, ["modelValue", "onUpdate:modelValue", "max", "min", "step"])
4526
4514
  ])
4527
4515
  ]),
@@ -4531,13 +4519,13 @@ const Ja = { id: "player-wrapper" }, Ka = { id: "player-sizer" }, eo = {
4531
4519
  key: 1,
4532
4520
  modelValue: n.value[L].value,
4533
4521
  "onUpdate:modelValue": (D) => n.value[L].value = D,
4534
- onChange: r
4522
+ onChange: i
4535
4523
  }, {
4536
4524
  prepend: A(() => [
4537
- i("div", dl, N(C.label), 1)
4525
+ r("div", dl, N(C.label), 1)
4538
4526
  ]),
4539
4527
  append: A(() => [
4540
- i("div", null, N(C.value), 1)
4528
+ r("div", null, N(C.value), 1)
4541
4529
  ]),
4542
4530
  _: 2
4543
4531
  }, 1032, ["modelValue", "onUpdate:modelValue"])) : Y("", !0),
@@ -4548,17 +4536,17 @@ const Ja = { id: "player-wrapper" }, Ka = { id: "player-sizer" }, eo = {
4548
4536
  min: C.min,
4549
4537
  step: C.step
4550
4538
  }, [
4551
- i("div", ml, N(C.label), 1),
4552
- i("div", pl, [
4553
- de(i("input", {
4539
+ r("div", ml, N(C.label), 1),
4540
+ r("div", pl, [
4541
+ de(r("input", {
4554
4542
  "onUpdate:modelValue": (D) => n.value[L].value = D,
4555
4543
  type: "color",
4556
- onChange: r
4544
+ onChange: i
4557
4545
  }, null, 40, fl), [
4558
4546
  [Ft, n.value[L].value]
4559
4547
  ])
4560
4548
  ]),
4561
- i("div", null, [
4549
+ r("div", null, [
4562
4550
  w(F, {
4563
4551
  modelValue: n.value[L].value,
4564
4552
  "onUpdate:modelValue": (D) => n.value[L].value = D,
@@ -4568,14 +4556,14 @@ const Ja = { id: "player-wrapper" }, Ka = { id: "player-sizer" }, eo = {
4568
4556
  readonly: "",
4569
4557
  type: "text",
4570
4558
  style: { width: "90px" },
4571
- onChange: r
4559
+ onChange: i
4572
4560
  }, null, 8, ["modelValue", "onUpdate:modelValue"])
4573
4561
  ])
4574
4562
  ], 8, vl)) : Y("", !0),
4575
4563
  C.type === "lut" ? (m(), S("div", hl, [
4576
- i("div", gl, [
4577
- i("div", yl, N(C.label), 1),
4578
- i("div", null, [
4564
+ r("div", gl, [
4565
+ r("div", yl, N(C.label), 1),
4566
+ r("div", null, [
4579
4567
  w(U, {
4580
4568
  class: "ml-2",
4581
4569
  "x-small": "",
@@ -4588,9 +4576,9 @@ const Ja = { id: "player-wrapper" }, Ka = { id: "player-sizer" }, eo = {
4588
4576
  }, 1032, ["onClick"])
4589
4577
  ])
4590
4578
  ]),
4591
- i("div", null, [
4592
- i("div", _l, [
4593
- i("div", null, [
4579
+ r("div", null, [
4580
+ r("div", _l, [
4581
+ r("div", null, [
4594
4582
  w(y, {
4595
4583
  modelValue: n.value[L].value,
4596
4584
  "onUpdate:modelValue": (D) => n.value[L].value = D,
@@ -4599,21 +4587,21 @@ const Ja = { id: "player-wrapper" }, Ka = { id: "player-sizer" }, eo = {
4599
4587
  "item-value": "value",
4600
4588
  dense: "",
4601
4589
  label: "Select Lut",
4602
- onChange: r
4590
+ onChange: i
4603
4591
  }, null, 8, ["modelValue", "onUpdate:modelValue", "items"])
4604
4592
  ])
4605
4593
  ]),
4606
- i("div", null, [
4594
+ r("div", null, [
4607
4595
  bl,
4608
- i("div", wl, [
4609
- i("div", null, [
4596
+ r("div", wl, [
4597
+ r("div", null, [
4610
4598
  w(F, {
4611
4599
  modelValue: n.value[L].value,
4612
4600
  "onUpdate:modelValue": (D) => n.value[L].value = D,
4613
4601
  "hide-details": "",
4614
4602
  dense: "",
4615
4603
  type: "url",
4616
- onChange: r
4604
+ onChange: i
4617
4605
  }, null, 8, ["modelValue", "onUpdate:modelValue"])
4618
4606
  ])
4619
4607
  ])
@@ -4622,7 +4610,7 @@ const Ja = { id: "player-wrapper" }, Ka = { id: "player-sizer" }, eo = {
4622
4610
  ])) : Y("", !0)
4623
4611
  ]))), 128))
4624
4612
  ]),
4625
- i("div", kl, [
4613
+ r("div", kl, [
4626
4614
  w(U, {
4627
4615
  onClick: _[0] || (_[0] = (C) => l())
4628
4616
  }, {
@@ -4666,7 +4654,7 @@ const Ja = { id: "player-wrapper" }, Ka = { id: "player-sizer" }, eo = {
4666
4654
  ]);
4667
4655
  };
4668
4656
  }
4669
- }), Il = /* @__PURE__ */ q(Cl, [["__scopeId", "data-v-bd4f66c3"]]), Al = (v) => (st("data-v-30593022"), v = v(), rt(), v), Ll = /* @__PURE__ */ Al(() => /* @__PURE__ */ i("div", { id: "filler-div" }, null, -1)), xl = {
4657
+ }), Il = /* @__PURE__ */ q(Cl, [["__scopeId", "data-v-bd4f66c3"]]), Al = (v) => (st("data-v-30593022"), v = v(), it(), v), Ll = /* @__PURE__ */ Al(() => /* @__PURE__ */ r("div", { id: "filler-div" }, null, -1)), xl = {
4670
4658
  class: "moveable-body",
4671
4659
  id: "moveableDivHeader"
4672
4660
  }, Fl = { class: "moveable-footer" }, Dl = /* @__PURE__ */ j({
@@ -4677,8 +4665,8 @@ const Ja = { id: "player-wrapper" }, Ka = { id: "player-sizer" }, eo = {
4677
4665
  ue(() => {
4678
4666
  n(document.getElementById("moveableDiv"));
4679
4667
  });
4680
- function n(r) {
4681
- const s = document.getElementById(r.id + "Header");
4668
+ function n(i) {
4669
+ const s = document.getElementById(i.id + "Header");
4682
4670
  if (!s)
4683
4671
  return;
4684
4672
  let p = 0, l = 0, d = 0, c = 0;
@@ -4691,7 +4679,7 @@ const Ja = { id: "player-wrapper" }, Ka = { id: "player-sizer" }, eo = {
4691
4679
  function h(_) {
4692
4680
  _ = _ || window.event, _.preventDefault();
4693
4681
  let F = _;
4694
- _.type === "touchmove" && (F = _.touches[0]), p = d - F.clientX, l = c - F.clientY, d = F.clientX, c = F.clientY, r.style.top = r.offsetTop - l + "px", r.style.left = r.offsetLeft - p + "px";
4682
+ _.type === "touchmove" && (F = _.touches[0]), p = d - F.clientX, l = c - F.clientY, d = F.clientX, c = F.clientY, i.style.top = i.offsetTop - l + "px", i.style.left = i.offsetLeft - p + "px";
4695
4683
  }
4696
4684
  function f() {
4697
4685
  document.removeEventListener("mouseup", f, !1), document.removeEventListener("mousemove", h, !1), document.removeEventListener("touchend", f, !1), document.removeEventListener("touchmove", h, !1);
@@ -4700,7 +4688,7 @@ const Ja = { id: "player-wrapper" }, Ka = { id: "player-sizer" }, eo = {
4700
4688
  function o() {
4701
4689
  a.value === "big" ? a.value = "small" : a.value = "big";
4702
4690
  }
4703
- return (r, s) => {
4691
+ return (i, s) => {
4704
4692
  const p = B("v-btn");
4705
4693
  return m(), S("div", {
4706
4694
  id: "moveableDiv",
@@ -4727,11 +4715,11 @@ const Ja = { id: "player-wrapper" }, Ka = { id: "player-sizer" }, eo = {
4727
4715
  title: "Rotate"
4728
4716
  }),
4729
4717
  Ll,
4730
- i("div", xl, [
4731
- oe(r.$slots, "body", { class: "slot" }, void 0, !0)
4718
+ r("div", xl, [
4719
+ oe(i.$slots, "body", { class: "slot" }, void 0, !0)
4732
4720
  ]),
4733
- i("div", Fl, [
4734
- oe(r.$slots, "footer", {}, void 0, !0)
4721
+ r("div", Fl, [
4722
+ oe(i.$slots, "footer", {}, void 0, !0)
4735
4723
  ])
4736
4724
  ], 2);
4737
4725
  };
@@ -4750,7 +4738,7 @@ const Ja = { id: "player-wrapper" }, Ka = { id: "player-sizer" }, eo = {
4750
4738
  setup(v) {
4751
4739
  return (t, e) => (m(), S("svg", Ml, [
4752
4740
  El,
4753
- i("g", {
4741
+ r("g", {
4754
4742
  "transform-origin": "20 20",
4755
4743
  transform: `rotate(${45 + t.rotation})`
4756
4744
  }, Bl, 8, Tl)
@@ -4767,7 +4755,7 @@ const Ja = { id: "player-wrapper" }, Ka = { id: "player-sizer" }, eo = {
4767
4755
  transformAngle: {}
4768
4756
  },
4769
4757
  setup(v) {
4770
- const t = v, e = u(512), a = u(384), n = u(new Ve.Vector3()), o = u(new Ve.Object3D()), r = u({}), s = u(1), p = u(), l = T(() => t.allCameras), d = T(() => t.allCameras.find((L) => L.id === t.currentCamera)), c = T(() => t.rotation), b = T(() => new Ve.Vector3(
4758
+ const t = v, e = u(512), a = u(384), n = u(new Ve.Vector3()), o = u(new Ve.Object3D()), i = u({}), s = u(1), p = u(), l = T(() => t.allCameras), d = T(() => t.allCameras.find((L) => L.id === t.currentCamera)), c = T(() => t.rotation), b = T(() => new Ve.Vector3(
4771
4759
  t.storey.position.x,
4772
4760
  t.storey.position.y,
4773
4761
  t.storey.position.z
@@ -4798,7 +4786,7 @@ const Ja = { id: "player-wrapper" }, Ka = { id: "player-sizer" }, eo = {
4798
4786
  return Ve.MathUtils.degToRad(L);
4799
4787
  }
4800
4788
  function g() {
4801
- o.value.rotation.x = 180, o.value.rotation.y = t.storey.rotation.y * -1, r.value = {
4789
+ o.value.rotation.x = 180, o.value.rotation.y = t.storey.rotation.y * -1, i.value = {
4802
4790
  transform: `rotateZ(${o.value.rotation.y}deg) rotateX(${o.value.rotation.x}deg)`
4803
4791
  };
4804
4792
  }
@@ -4831,20 +4819,20 @@ const Ja = { id: "player-wrapper" }, Ka = { id: "player-sizer" }, eo = {
4831
4819
  L.offsetHeight > L.offsetWidth ? s.value = D * 0.5 : s.value = G * 0.9;
4832
4820
  }
4833
4821
  return (L, G) => (m(), S("div", Ol, [
4834
- i("div", Ul, [
4835
- i("div", {
4822
+ r("div", Ul, [
4823
+ r("div", {
4836
4824
  class: "web-minimap",
4837
4825
  style: le(F.value)
4838
4826
  }, [
4839
- i("div", {
4827
+ r("div", {
4840
4828
  class: "minimap-background-image",
4841
4829
  style: le(_.value)
4842
4830
  }, null, 4),
4843
- i("div", {
4831
+ r("div", {
4844
4832
  class: "center-pivot",
4845
- style: le(r.value)
4833
+ style: le(i.value)
4846
4834
  }, [
4847
- (m(!0), S(ie, null, ve(f.value, (D) => (m(), S("div", {
4835
+ (m(!0), S(re, null, ve(f.value, (D) => (m(), S("div", {
4848
4836
  key: D.id
4849
4837
  }, [
4850
4838
  d.value.floorLevel === D.floorLevel ? (m(), S("div", {
@@ -4896,7 +4884,7 @@ const Ja = { id: "player-wrapper" }, Ka = { id: "player-sizer" }, eo = {
4896
4884
  },
4897
4885
  emits: ["setBackgroundImage"],
4898
4886
  setup(v, { emit: t }) {
4899
- const e = v, a = t, n = u((/* @__PURE__ */ new Date()).getHours()), o = u(!0), r = u(!0), s = u(""), p = u(/* @__PURE__ */ new Map()), l = T(() => e.minimapJson.storeys[e.level]), d = T(() => `${Math.floor(n.value).toString().padStart(2, "0")}:00`), c = T(() => {
4887
+ const e = v, a = t, n = u((/* @__PURE__ */ new Date()).getHours()), o = u(!0), i = u(!0), s = u(""), p = u(/* @__PURE__ */ new Map()), l = T(() => e.minimapJson.storeys[e.level]), d = T(() => `${Math.floor(n.value).toString().padStart(2, "0")}:00`), c = T(() => {
4900
4888
  if (l.value.sunsimFilesTimeStamps[n.value]) {
4901
4889
  const k = l.value.sunsimFilesTimeStamps[n.value].split(" ");
4902
4890
  return `${k[0]} ${k[1]}`;
@@ -4906,7 +4894,7 @@ const Ja = { id: "player-wrapper" }, Ka = { id: "player-sizer" }, eo = {
4906
4894
  ue(async () => {
4907
4895
  s.value = await f(
4908
4896
  l.value.sunsimFiles[n.value]
4909
- ), r.value = !1;
4897
+ ), i.value = !1;
4910
4898
  const k = await h(e.minimapJson.storeys);
4911
4899
  p.value = k, o.value = !1, a("setBackgroundImage", b(e.level, n.value));
4912
4900
  }), H(n, () => {
@@ -4962,8 +4950,8 @@ const Ja = { id: "player-wrapper" }, Ka = { id: "player-sizer" }, eo = {
4962
4950
  return (k, g) => {
4963
4951
  const U = B("v-progress-linear"), y = B("v-icon"), V = B("v-slider");
4964
4952
  return m(), S("div", Pl, [
4965
- i("div", Wl, [
4966
- i("div", Nl, [
4953
+ r("div", Wl, [
4954
+ r("div", Nl, [
4967
4955
  o.value ? (m(), $(U, {
4968
4956
  key: 0,
4969
4957
  indeterminate: "",
@@ -5011,11 +4999,11 @@ const Ja = { id: "player-wrapper" }, Ka = { id: "player-sizer" }, eo = {
5011
4999
  },
5012
5000
  emits: ["close"],
5013
5001
  setup(v, { emit: t }) {
5014
- const e = v, a = t, n = u(), o = u(0), r = T(() => e.minimapJson.storeys[e.level]);
5002
+ const e = v, a = t, n = u(), o = u(0), i = T(() => e.minimapJson.storeys[e.level]);
5015
5003
  H(
5016
- r,
5004
+ i,
5017
5005
  () => {
5018
- n.value = r.value.defaultSunsimFile ? `/${e.apartmentJson.type}/${e.apartmentJson.id}/minimap/sunsim0_13.jpg` : `/${e.apartmentJson.type}/${e.apartmentJson.id}/minimap/${r.value.defaultSunsimFile}`;
5006
+ n.value = i.value.defaultSunsimFile ? `/${e.apartmentJson.type}/${e.apartmentJson.id}/minimap/sunsim0_13.jpg` : `/${e.apartmentJson.type}/${e.apartmentJson.id}/minimap/${i.value.defaultSunsimFile}`;
5019
5007
  },
5020
5008
  { immediate: !0, once: !0 }
5021
5009
  );
@@ -5036,17 +5024,17 @@ const Ja = { id: "player-wrapper" }, Ka = { id: "player-sizer" }, eo = {
5036
5024
  body: A(() => [
5037
5025
  w(jl, {
5038
5026
  scale: s.value,
5039
- rotation: r.value.rotation.y,
5027
+ rotation: i.value.rotation.y,
5040
5028
  "transform-angle": o.value
5041
5029
  }, null, 8, ["scale", "rotation", "transform-angle"]),
5042
- i("div", null, [
5030
+ r("div", null, [
5043
5031
  w(Hl, {
5044
5032
  "transform-angle": o.value,
5045
5033
  "all-cameras": d.apartmentJson.cameras,
5046
5034
  "background-image": n.value,
5047
5035
  rotation: d.rotation,
5048
5036
  "current-camera": d.currentCamera,
5049
- storey: r.value
5037
+ storey: i.value
5050
5038
  }, null, 8, ["transform-angle", "all-cameras", "background-image", "rotation", "current-camera", "storey"])
5051
5039
  ])
5052
5040
  ]),
@@ -5073,7 +5061,7 @@ const Ja = { id: "player-wrapper" }, Ka = { id: "player-sizer" }, eo = {
5073
5061
  default: A(() => [
5074
5062
  e.value ? (m(), S("div", Zl, [
5075
5063
  X(N(ne(t).getLabel("allIllustrationsAreIndicativeDeviationsMayOccur")) + " ", 1),
5076
- i("span", {
5064
+ r("span", {
5077
5065
  onClick: n[0] || (n[0] = (o) => e.value = !1),
5078
5066
  class: "link-text text-decoration-underline"
5079
5067
  }, N(ne(t).getLabel("iUnderstand")), 1)
@@ -5097,7 +5085,7 @@ const Ja = { id: "player-wrapper" }, Ka = { id: "player-sizer" }, eo = {
5097
5085
  set(l) {
5098
5086
  n.value = l;
5099
5087
  }
5100
- }), r = T(() => /Android|webOS|iPhone|iPad|BlackBerry|Windows Phone|Opera Mini|IEMobile|Mobile/i.test(
5088
+ }), i = T(() => /Android|webOS|iPhone|iPad|BlackBerry|Windows Phone|Opera Mini|IEMobile|Mobile/i.test(
5101
5089
  window.navigator.userAgent
5102
5090
  ));
5103
5091
  ue(() => {
@@ -5137,7 +5125,7 @@ const Ja = { id: "player-wrapper" }, Ka = { id: "player-sizer" }, eo = {
5137
5125
  default: A(({ isHovering: g }) => [
5138
5126
  w(b, {
5139
5127
  elevation: "0",
5140
- class: xe(["carousel-button", { mobile: r.value }]),
5128
+ class: xe(["carousel-button", { mobile: i.value }]),
5141
5129
  onClick: d[0] || (d[0] = (U) => a("previous"))
5142
5130
  }, {
5143
5131
  default: A(() => [
@@ -5162,7 +5150,7 @@ const Ja = { id: "player-wrapper" }, Ka = { id: "player-sizer" }, eo = {
5162
5150
  default: A(({ isHovering: g }) => [
5163
5151
  w(b, {
5164
5152
  elevation: "0",
5165
- class: xe(["carousel-button", { mobile: r.value }]),
5153
+ class: xe(["carousel-button", { mobile: i.value }]),
5166
5154
  onClick: d[1] || (d[1] = (U) => a("next"))
5167
5155
  }, {
5168
5156
  default: A(() => [
@@ -5183,7 +5171,7 @@ const Ja = { id: "player-wrapper" }, Ka = { id: "player-sizer" }, eo = {
5183
5171
  })
5184
5172
  ]),
5185
5173
  default: A(() => [
5186
- (m(!0), S(ie, null, ve(l.thumbnails, (g) => (m(), $(F, {
5174
+ (m(!0), S(re, null, ve(l.thumbnails, (g) => (m(), $(F, {
5187
5175
  key: g.id
5188
5176
  }, {
5189
5177
  default: A(({ toggle: U, selectedClass: y }) => [
@@ -5191,8 +5179,8 @@ const Ja = { id: "player-wrapper" }, Ka = { id: "player-sizer" }, eo = {
5191
5179
  class: xe(["ma-2", y]),
5192
5180
  align: "center",
5193
5181
  justify: "center",
5194
- height: r.value ? 50 : 100,
5195
- width: r.value ? 80 : 160,
5182
+ height: i.value ? 50 : 100,
5183
+ width: i.value ? 80 : 160,
5196
5184
  elevation: "0",
5197
5185
  style: { overflow: "hidden" },
5198
5186
  onClick: (V) => p(g.id, U)
@@ -5237,7 +5225,7 @@ const Ja = { id: "player-wrapper" }, Ka = { id: "player-sizer" }, eo = {
5237
5225
  "width=626,height=436"
5238
5226
  ), !1;
5239
5227
  }
5240
- function r() {
5228
+ function i() {
5241
5229
  return window.open(
5242
5230
  "https://www.linkedin.com/sharing/share-offsite/?url=" + encodeURIComponent(location.href),
5243
5231
  "linkedin-share-dialog",
@@ -5264,7 +5252,7 @@ const Ja = { id: "player-wrapper" }, Ka = { id: "player-sizer" }, eo = {
5264
5252
  }, g), null, 16)
5265
5253
  ]),
5266
5254
  default: A(() => [
5267
- i("span", null, N(ne(t).getLabel("share")), 1)
5255
+ r("span", null, N(ne(t).getLabel("share")), 1)
5268
5256
  ]),
5269
5257
  _: 1
5270
5258
  }),
@@ -5296,7 +5284,7 @@ const Ja = { id: "player-wrapper" }, Ka = { id: "player-sizer" }, eo = {
5296
5284
  }),
5297
5285
  w(_, { class: "mt-5" }, {
5298
5286
  default: A(() => [
5299
- i("p", as, [
5287
+ r("p", as, [
5300
5288
  w(c, { location: "top" }, {
5301
5289
  activator: A(({ props: g }) => [
5302
5290
  w(d, ye({
@@ -5307,7 +5295,7 @@ const Ja = { id: "player-wrapper" }, Ka = { id: "player-sizer" }, eo = {
5307
5295
  }, g, { onClick: n }), null, 16)
5308
5296
  ]),
5309
5297
  default: A(() => [
5310
- i("span", null, N(ne(t).getLabel("shareToFacebook")), 1)
5298
+ r("span", null, N(ne(t).getLabel("shareToFacebook")), 1)
5311
5299
  ]),
5312
5300
  _: 1
5313
5301
  }),
@@ -5318,10 +5306,10 @@ const Ja = { id: "player-wrapper" }, Ka = { id: "player-sizer" }, eo = {
5318
5306
  fab: "",
5319
5307
  light: "",
5320
5308
  icon: "mdi-linkedin"
5321
- }, g, { onClick: r }), null, 16)
5309
+ }, g, { onClick: i }), null, 16)
5322
5310
  ]),
5323
5311
  default: A(() => [
5324
- i("span", null, N(ne(t).getLabel("shareToLinkedin")), 1)
5312
+ r("span", null, N(ne(t).getLabel("shareToLinkedin")), 1)
5325
5313
  ]),
5326
5314
  _: 1
5327
5315
  }),
@@ -5335,7 +5323,7 @@ const Ja = { id: "player-wrapper" }, Ka = { id: "player-sizer" }, eo = {
5335
5323
  }, g, { onClick: o }), null, 16)
5336
5324
  ]),
5337
5325
  default: A(() => [
5338
- i("span", null, N(ne(t).getLabel("shareToTwitter")), 1)
5326
+ r("span", null, N(ne(t).getLabel("shareToTwitter")), 1)
5339
5327
  ]),
5340
5328
  _: 1
5341
5329
  }),
@@ -5351,7 +5339,7 @@ const Ja = { id: "player-wrapper" }, Ka = { id: "player-sizer" }, eo = {
5351
5339
  }, g), null, 16, ["href"])
5352
5340
  ]),
5353
5341
  default: A(() => [
5354
- i("span", null, N(ne(t).getLabel("shareViaEmail")), 1)
5342
+ r("span", null, N(ne(t).getLabel("shareViaEmail")), 1)
5355
5343
  ]),
5356
5344
  _: 1
5357
5345
  }),
@@ -5366,7 +5354,7 @@ const Ja = { id: "player-wrapper" }, Ka = { id: "player-sizer" }, eo = {
5366
5354
  }, g), null, 16)
5367
5355
  ]),
5368
5356
  default: A(() => [
5369
- i("span", null, N(ne(t).getLabel("copyLink")), 1)
5357
+ r("span", null, N(ne(t).getLabel("copyLink")), 1)
5370
5358
  ]),
5371
5359
  _: 1
5372
5360
  }),
@@ -5384,7 +5372,7 @@ const Ja = { id: "player-wrapper" }, Ka = { id: "player-sizer" }, eo = {
5384
5372
  ]);
5385
5373
  };
5386
5374
  }
5387
- }), ls = /* @__PURE__ */ q(os, [["__scopeId", "data-v-b6e473f1"]]), ss = { class: "static-image-wrapper" }, rs = /* @__PURE__ */ j({
5375
+ }), ls = /* @__PURE__ */ q(os, [["__scopeId", "data-v-b6e473f1"]]), ss = { class: "static-image-wrapper" }, is = /* @__PURE__ */ j({
5388
5376
  __name: "VSingleImage",
5389
5377
  props: {
5390
5378
  image: {},
@@ -5393,13 +5381,13 @@ const Ja = { id: "player-wrapper" }, Ka = { id: "player-sizer" }, eo = {
5393
5381
  setup(v) {
5394
5382
  const t = v, e = T(() => ({ "background-image": `url("${encodeURI(t.image)}")` }));
5395
5383
  return (a, n) => (m(), S("div", ss, [
5396
- i("div", {
5384
+ r("div", {
5397
5385
  class: xe(["img-div", [a.aspectRatio]]),
5398
5386
  style: le(e.value)
5399
5387
  }, null, 6)
5400
5388
  ]));
5401
5389
  }
5402
- }), is = /* @__PURE__ */ q(rs, [["__scopeId", "data-v-31489804"]]), us = {
5390
+ }), rs = /* @__PURE__ */ q(is, [["__scopeId", "data-v-31489804"]]), us = {
5403
5391
  id: "btn-fullscreen",
5404
5392
  class: "btn-placeholder mr-2"
5405
5393
  }, cs = /* @__PURE__ */ j({
@@ -5417,7 +5405,7 @@ const Ja = { id: "player-wrapper" }, Ka = { id: "player-sizer" }, eo = {
5417
5405
  density: "comfortable",
5418
5406
  elevation: "3",
5419
5407
  icon: a.isFullScreen ? "mdi-fullscreen-exit" : "mdi-fullscreen",
5420
- onClick: n[0] || (n[0] = (r) => e("toggleFullscreen"))
5408
+ onClick: n[0] || (n[0] = (i) => e("toggleFullscreen"))
5421
5409
  }, null, 8, ["icon"])
5422
5410
  ]);
5423
5411
  };
@@ -5519,7 +5507,7 @@ const vs = { class: "virtual-tour-wrapper" }, ms = {
5519
5507
  },
5520
5508
  emits: ["onSnapshot", "saveSettings", "onInteriorUpdate", "onCameraUpdate"],
5521
5509
  setup(v, { emit: t }) {
5522
- const e = v, a = t, n = u(!1), o = u(!1), r = u(), s = u(), p = u(), l = u(), d = u(), c = u(0), b = u(), h = u(), f = u(), _ = u(0), F = u(0), k = u(0), g = u(!1), U = u(!1), y = u(!1), V = u(
5510
+ const e = v, a = t, n = u(!1), o = u(!1), i = u(), s = u(), p = u(), l = u(), d = u(), c = u(0), b = u(), h = u(), f = u(), _ = u(0), F = u(0), k = u(0), g = u(!1), U = u(!1), y = u(!1), V = u(
5523
5511
  new ds(document, "player-wrapper")
5524
5512
  ), C = T(() => {
5525
5513
  if (s.value) {
@@ -5556,7 +5544,7 @@ const vs = { class: "virtual-tour-wrapper" }, ms = {
5556
5544
  )
5557
5545
  })) : []), Z = T(() => !D.value || !D.value[c.value] ? "" : D.value[c.value].imageUrl), x = T(() => {
5558
5546
  let I = [];
5559
- return r.value && (I = r.value.archetypes), e.validInteriorIds.length ? I.filter(
5547
+ return i.value && (I = i.value.archetypes), e.validInteriorIds.length ? I.filter(
5560
5548
  (z) => e.validInteriorIds.includes(z.archetypeID)
5561
5549
  ) : I;
5562
5550
  }), E = T(() => p.value ? x.value.map((I) => ({
@@ -5590,10 +5578,10 @@ const vs = { class: "virtual-tour-wrapper" }, ms = {
5590
5578
  }
5591
5579
  });
5592
5580
  async function R() {
5593
- r.value = await ce();
5581
+ i.value = await ce();
5594
5582
  }
5595
5583
  async function P() {
5596
- if (s.value = await re(
5584
+ if (s.value = await ie(
5597
5585
  b.value,
5598
5586
  e.apartmentId
5599
5587
  ), s.value && (h.value = s.value.cameras.find(() => !0).id), p.value = await Ie(
@@ -5610,7 +5598,7 @@ const vs = { class: "virtual-tour-wrapper" }, ms = {
5610
5598
  }
5611
5599
  function ee() {
5612
5600
  let I = e.defaultInteriorId;
5613
- I || (I = r.value.defaultArchetypeID), e.validInteriorIds.length && !e.validInteriorIds.includes(I) && (I = e.validInteriorIds[0]), I || (I = r.value.archetypes[0].archetypeID), b.value = I;
5601
+ I || (I = i.value.defaultArchetypeID), e.validInteriorIds.length && !e.validInteriorIds.includes(I) && (I = e.validInteriorIds[0]), I || (I = i.value.archetypes[0].archetypeID), b.value = I;
5614
5602
  }
5615
5603
  function me() {
5616
5604
  const I = document.getElementById("main-canvas");
@@ -5649,7 +5637,7 @@ const vs = { class: "virtual-tour-wrapper" }, ms = {
5649
5637
  return;
5650
5638
  }
5651
5639
  }
5652
- async function re(I, z) {
5640
+ async function ie(I, z) {
5653
5641
  try {
5654
5642
  return await $e(
5655
5643
  `/${I}/${z}/apartment.json`
@@ -5766,7 +5754,7 @@ const vs = { class: "virtual-tour-wrapper" }, ms = {
5766
5754
  const J = B("v-btn");
5767
5755
  return m(), S("div", vs, [
5768
5756
  o.value ? (m(), S("div", ms, "Error loading the player!!")) : Y("", !0),
5769
- i("div", ps, [
5757
+ r("div", ps, [
5770
5758
  !V.value.isActive && l.value && f.value && M.value && b.value && U.value ? (m(), $(mt, {
5771
5759
  key: 0,
5772
5760
  "cdn-file-resolver": I.cdnFileResolver,
@@ -5795,7 +5783,7 @@ const vs = { class: "virtual-tour-wrapper" }, ms = {
5795
5783
  onPlayerApiCallback: ae
5796
5784
  }, {
5797
5785
  "slideshow-image": A(() => [
5798
- g.value ? (m(), $(is, {
5786
+ g.value ? (m(), $(rs, {
5799
5787
  key: 0,
5800
5788
  image: Z.value
5801
5789
  }, null, 8, ["image"])) : Y("", !0)