@qispace/vue3-player 0.1.23 → 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
@@ -1254,7 +1254,7 @@ const sn = { key: 0 }, rn = { class: "interactive-viewer" }, un = { class: "fill
1254
1254
  },
1255
1255
  setup(v) {
1256
1256
  const t = v;
1257
- 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, {
1258
1258
  "time-sample-data": n,
1259
1259
  "cdn-file-resolver": t.cdnFileResolver,
1260
1260
  "current-time": e.currentTime
@@ -1269,7 +1269,7 @@ const sn = { key: 0 }, rn = { class: "interactive-viewer" }, un = { class: "fill
1269
1269
  },
1270
1270
  setup(v) {
1271
1271
  const t = v;
1272
- 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, {
1273
1273
  "day-data": n,
1274
1274
  "cdn-file-resolver": t.cdnFileResolver,
1275
1275
  "current-time": t.currentTime
@@ -1325,10 +1325,10 @@ const In = /* @__PURE__ */ j({
1325
1325
  a(
1326
1326
  "onCameraChange",
1327
1327
  o.value.find(
1328
- (r) => r.overlayFilename === n.value
1328
+ (i) => i.overlayFilename === n.value
1329
1329
  )
1330
1330
  );
1331
- }), (r, s) => {
1331
+ }), (i, s) => {
1332
1332
  const p = B("v-select");
1333
1333
  return m(), $(p, {
1334
1334
  modelValue: n.value,
@@ -1362,18 +1362,18 @@ const In = /* @__PURE__ */ j({
1362
1362
  a(
1363
1363
  "onDayChange",
1364
1364
  e.cameraData.sunsimDayOfYear.find(
1365
- (r) => r.dayOfYear === n.value
1365
+ (i) => i.dayOfYear === n.value
1366
1366
  )
1367
1367
  );
1368
1368
  });
1369
- function o(r) {
1369
+ function o(i) {
1370
1370
  const s = /* @__PURE__ */ new Date(0);
1371
- return s.setUTCDate(r), s.toLocaleString("en-no", {
1371
+ return s.setUTCDate(i), s.toLocaleString("en-no", {
1372
1372
  month: "short",
1373
1373
  day: "numeric"
1374
1374
  });
1375
1375
  }
1376
- return (r, s) => {
1376
+ return (i, s) => {
1377
1377
  const p = B("v-list-item"), l = B("v-select");
1378
1378
  return m(), $(l, {
1379
1379
  modelValue: n.value,
@@ -1424,7 +1424,7 @@ const In = /* @__PURE__ */ j({
1424
1424
  )
1425
1425
  );
1426
1426
  });
1427
- function r(p) {
1427
+ function i(p) {
1428
1428
  const l = p * 60, d = l / 60, c = l % 60;
1429
1429
  return `${d.toString().padStart(2, "0")}:${c.toString().padStart(2, "0")}`;
1430
1430
  }
@@ -1452,7 +1452,7 @@ const In = /* @__PURE__ */ j({
1452
1452
  ]),
1453
1453
  _: 1
1454
1454
  }),
1455
- X(" " + N(r(n.value)), 1)
1455
+ X(" " + N(i(n.value)), 1)
1456
1456
  ])) : (m(), $(b, {
1457
1457
  key: 1,
1458
1458
  class: "pa-1",
@@ -1472,10 +1472,10 @@ const In = /* @__PURE__ */ j({
1472
1472
  onClick: s
1473
1473
  }, null, 8, ["icon"]),
1474
1474
  X("   "),
1475
- i("span", xn, N(r(p.dayData.startTime)), 1)
1475
+ r("span", xn, N(i(p.dayData.startTime)), 1)
1476
1476
  ]),
1477
1477
  append: A(() => [
1478
- i("span", Fn, N(r(p.dayData.endTime)), 1),
1478
+ r("span", Fn, N(i(p.dayData.endTime)), 1),
1479
1479
  X("   "),
1480
1480
  w(d, {
1481
1481
  style: { color: "#ffab02", "vertical-align": "baseline", "font-size": "20px" },
@@ -1486,7 +1486,7 @@ const In = /* @__PURE__ */ j({
1486
1486
  ]),
1487
1487
  _: 1
1488
1488
  }),
1489
- X(" " + N(r(n.value)), 1)
1489
+ X(" " + N(i(n.value)), 1)
1490
1490
  ]),
1491
1491
  _: 1
1492
1492
  }, 8, ["modelValue", "min", "max", "step", "disabled"]))
@@ -1509,31 +1509,31 @@ const In = /* @__PURE__ */ j({
1509
1509
  t({
1510
1510
  rotateShortestRoute: b
1511
1511
  });
1512
- 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);
1513
1513
  ke(() => {
1514
- r.value = a.currentScene;
1514
+ i.value = a.currentScene;
1515
1515
  }), ke(() => {
1516
1516
  s.value = a.selectedId;
1517
1517
  }), ke(() => {
1518
- n("onSceneChange", r.value);
1518
+ n("onSceneChange", i.value);
1519
1519
  });
1520
- 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]);
1521
1521
  function d() {
1522
- const f = r.value;
1522
+ const f = i.value;
1523
1523
  let _ = a.apartmentChooserData.scenes.findIndex((k) => k === f) + 1;
1524
1524
  _ >= a.apartmentChooserData.scenes.length && (_ = 0);
1525
1525
  const F = a.apartmentChooserData.scenes[_];
1526
1526
  a.apartmentChooserData.loopable && f > F ? h(f, F + a.apartmentChooserData.scenes.length) : h(f, F);
1527
1527
  }
1528
1528
  async function c() {
1529
- const f = r.value;
1529
+ const f = i.value;
1530
1530
  let _ = a.apartmentChooserData.scenes.findIndex((k) => k === f) - 1;
1531
1531
  _ < 0 && (_ = a.apartmentChooserData.scenes[a.apartmentChooserData.scenes.length - 1]);
1532
1532
  const F = a.apartmentChooserData.scenes[_];
1533
1533
  a.apartmentChooserData.loopable && f < F ? h(f + a.apartmentChooserData.scenes.length, F) : h(f, F);
1534
1534
  }
1535
1535
  function b(f) {
1536
- const _ = r.value;
1536
+ const _ = i.value;
1537
1537
  if (a.apartmentChooserData.loopable)
1538
1538
  if (f < _) {
1539
1539
  let F = _ - f, k = _ - (a.apartmentChooserData.cameras.length + f);
@@ -1550,9 +1550,9 @@ const In = /* @__PURE__ */ j({
1550
1550
  o.value = !0, n("onRotateStart", { from: f, to: _ });
1551
1551
  let k, g = f;
1552
1552
  k = setInterval(() => {
1553
- g < _ ? (g++, r.value = Math.abs(
1553
+ g < _ ? (g++, i.value = Math.abs(
1554
1554
  g % a.apartmentChooserData.cameras.length
1555
- )) : g > _ ? (g--, r.value = Math.abs(
1555
+ )) : g > _ ? (g--, i.value = Math.abs(
1556
1556
  g % a.apartmentChooserData.cameras.length
1557
1557
  )) : (clearInterval(k), n("onRotateFinish", { from: f, to: _ }), o.value = !1, F());
1558
1558
  }, 50);
@@ -1560,7 +1560,7 @@ const In = /* @__PURE__ */ j({
1560
1560
  }
1561
1561
  return (f, _) => {
1562
1562
  const F = B("v-btn"), k = B("v-chip");
1563
- return m(), S(ie, null, [
1563
+ return m(), S(re, null, [
1564
1564
  w(F, {
1565
1565
  class: "mx-2",
1566
1566
  icon: "mdi-restore",
@@ -1598,11 +1598,11 @@ const In = /* @__PURE__ */ j({
1598
1598
  },
1599
1599
  emits: ["onClick", "onHoverOver", "onHoverOut", "updateSvgContainer"],
1600
1600
  setup(v, { emit: t }) {
1601
- 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({});
1602
1602
  H(
1603
1603
  () => e.selectedId,
1604
1604
  () => {
1605
- r.value = e.selectedId;
1605
+ i.value = e.selectedId;
1606
1606
  }
1607
1607
  ), ke(() => {
1608
1608
  for (const l in s) {
@@ -1615,9 +1615,9 @@ const In = /* @__PURE__ */ j({
1615
1615
  };
1616
1616
  d.style.fill = `rgba(${b}, ${h}, ${f}, ${_ / 255})`, d.style.stroke = `rgb(${b}, ${h}, ${f})`, d.style.strokeWidth = F.toString();
1617
1617
  }
1618
- }), H(r, () => {
1618
+ }), H(i, () => {
1619
1619
  for (const l in s)
1620
- 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");
1621
1621
  }), ke(async () => {
1622
1622
  n.value = await ge.loadText(
1623
1623
  se(e.cdnFileResolver, e.currentCamera.overlayFilename)
@@ -1653,7 +1653,7 @@ const In = /* @__PURE__ */ j({
1653
1653
  const b = c.getAttribute("data-apartment-id");
1654
1654
  s[b] = {
1655
1655
  element: c,
1656
- state: r.value === b ? "selected" : "idle"
1656
+ state: i.value === b ? "selected" : "idle"
1657
1657
  }, c.addEventListener("mouseover", () => {
1658
1658
  s[b].state === "idle" && (s[b].state = "hover"), a("onHoverOver", b);
1659
1659
  }), c.addEventListener("mouseout", () => {
@@ -1712,8 +1712,8 @@ class Ye {
1712
1712
  return this._buildingIds[n];
1713
1713
  }
1714
1714
  _getBuildingIndex(t, e, a) {
1715
- const [n, o, r, s] = t.getPixel(e, a);
1716
- 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)
1717
1717
  return n;
1718
1718
  }
1719
1719
  }
@@ -1769,13 +1769,13 @@ class _t {
1769
1769
  if (t) {
1770
1770
  const e = await this.loadBuildingMapImage(t);
1771
1771
  if (e) {
1772
- 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);
1773
1773
  return {
1774
1774
  mapImage: e,
1775
1775
  viewLongitude: a,
1776
1776
  buildingIds: n,
1777
1777
  buildingOverlays: o,
1778
- backgrounds: r
1778
+ backgrounds: i
1779
1779
  };
1780
1780
  }
1781
1781
  }
@@ -1898,7 +1898,7 @@ const Yn = {
1898
1898
  },
1899
1899
  emits: ["onClick", "onHoverOver", "onHoverOut"],
1900
1900
  setup(v, { emit: t }) {
1901
- 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(
1902
1902
  null
1903
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(
1904
1904
  e.apartmentChooserData
@@ -1936,9 +1936,9 @@ const Yn = {
1936
1936
  ), H(
1937
1937
  [k, () => e.cdnFileResolver, () => e.defaultTime],
1938
1938
  () => {
1939
- 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(
1940
1940
  (M) => M.timeInHours === e.defaultTime
1941
- ) || o.value.timeSamples[0] : r.value = o.value.timeSamples.find(
1941
+ ) || o.value.timeSamples[0] : i.value = o.value.timeSamples.find(
1942
1942
  (M) => M.timeInHours === o.value.defaultHour
1943
1943
  ) || o.value.timeSamples[0]);
1944
1944
  },
@@ -1969,7 +1969,7 @@ const Yn = {
1969
1969
  });
1970
1970
  }
1971
1971
  function L(M) {
1972
- const O = r.value;
1972
+ const O = i.value;
1973
1973
  o.value = M, De(() => {
1974
1974
  G(
1975
1975
  o.value.timeSamples.find(
@@ -1981,7 +1981,7 @@ const Yn = {
1981
1981
  });
1982
1982
  }
1983
1983
  function G(M) {
1984
- r.value = M;
1984
+ i.value = M;
1985
1985
  }
1986
1986
  function D(M) {
1987
1987
  a("onClick", M, () => {
@@ -2015,7 +2015,7 @@ const Yn = {
2015
2015
  }
2016
2016
  return (M, O) => {
2017
2017
  const K = B("v-skeleton-loader");
2018
- return m(), S(ie, null, [
2018
+ return m(), S(re, null, [
2019
2019
  w(K, {
2020
2020
  type: "image",
2021
2021
  class: "w-100 h-100 position-relative",
@@ -2024,9 +2024,9 @@ const Yn = {
2024
2024
  default: A(() => [
2025
2025
  w(Se, null, {
2026
2026
  default: A(() => [
2027
- i("div", { onMousemove: E }, [
2028
- i("div", Yn, [
2029
- i("div", jn, [
2027
+ r("div", { onMousemove: E }, [
2028
+ r("div", Yn, [
2029
+ r("div", jn, [
2030
2030
  w(In, {
2031
2031
  "apartment-chooser-data": k.value,
2032
2032
  "current-camera": n.value,
@@ -2034,7 +2034,7 @@ const Yn = {
2034
2034
  onOnCameraChange: y
2035
2035
  }, null, 8, ["apartment-chooser-data", "current-camera", "disabled"])
2036
2036
  ]),
2037
- i("div", Pn, [
2037
+ r("div", Pn, [
2038
2038
  w(An, {
2039
2039
  "camera-data": n.value,
2040
2040
  "current-day": o.value,
@@ -2042,16 +2042,16 @@ const Yn = {
2042
2042
  onOnDayChange: L
2043
2043
  }, null, 8, ["camera-data", "current-day", "disabled"])
2044
2044
  ]),
2045
- i("div", Wn, [
2045
+ r("div", Wn, [
2046
2046
  w(Sn, {
2047
2047
  "day-data": o.value,
2048
- "current-time": r.value,
2048
+ "current-time": i.value,
2049
2049
  disabled: c.value,
2050
2050
  onOnTimeChange: G
2051
2051
  }, null, 8, ["day-data", "current-time", "disabled"])
2052
2052
  ])
2053
2053
  ]),
2054
- i("div", Nn, [
2054
+ r("div", Nn, [
2055
2055
  w(Mn, {
2056
2056
  ref_key: "rotator",
2057
2057
  ref: b,
@@ -2065,21 +2065,20 @@ const Yn = {
2065
2065
  onOnRotateFinish: O[1] || (O[1] = (R) => c.value = !1)
2066
2066
  }, null, 8, ["apartment-chooser-data", "current-scene", "selected-id", "render-display"])
2067
2067
  ]),
2068
- i("div", zn, [
2068
+ r("div", zn, [
2069
2069
  w(Ze, {
2070
2070
  longitude: n.value.cameraRotation.y + 270
2071
2071
  }, null, 8, ["longitude"])
2072
2072
  ]),
2073
2073
  w(qe, { position: "relative" }, {
2074
2074
  default: A(() => [
2075
- (m(!0), S(ie, null, ve(g.value, (R) => (m(), $(bn, {
2075
+ (m(!0), S(re, null, ve(g.value, (R) => (m(), $(bn, {
2076
2076
  key: R.overlayFilename,
2077
2077
  "camera-data": R,
2078
- "color-callback": e.colorCallback,
2079
2078
  "cdn-file-resolver": e.cdnFileResolver,
2080
- "current-time": r.value
2081
- }, null, 8, ["camera-data", "color-callback", "cdn-file-resolver", "current-time"]))), 128)),
2082
- (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, {
2083
2082
  "transition-data": R,
2084
2083
  "cdn-file-resolver": e.cdnFileResolver,
2085
2084
  "current-transition": s.value
@@ -2111,7 +2110,7 @@ const Yn = {
2111
2110
  pos: _.value
2112
2111
  }, {
2113
2112
  default: A(() => [
2114
- i("div", Qn, [
2113
+ r("div", Qn, [
2115
2114
  oe(M.$slots, "popup", et(tt({ hoverId: l.value, hoverable: f.value })), void 0, !0)
2116
2115
  ])
2117
2116
  ]),
@@ -2131,7 +2130,7 @@ const Yn = {
2131
2130
  ], 64);
2132
2131
  };
2133
2132
  }
2134
- }), Ls = /* @__PURE__ */ q(qn, [["__scopeId", "data-v-dd9e7d5f"]]), 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 = {
2135
2134
  key: 1,
2136
2135
  class: "text-center text-body-1"
2137
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({
@@ -2144,7 +2143,7 @@ const Yn = {
2144
2143
  emits: ["update:modelValue"],
2145
2144
  setup(v, { emit: t }) {
2146
2145
  const e = v, a = t, n = u(e.modelValue), o = u();
2147
- function r(d) {
2146
+ function i(d) {
2148
2147
  return d.toLocaleString("en-no", {
2149
2148
  month: "short",
2150
2149
  day: "numeric"
@@ -2153,9 +2152,9 @@ const Yn = {
2153
2152
  const s = T(() => {
2154
2153
  const d = Math.floor(n.value / 2).toString().padStart(2, "0"), c = n.value % 2 === 0 ? "00" : "30";
2155
2154
  return `${d}:${c}`;
2156
- }), p = T(() => e.dateSelector.dates.map(r)), l = T({
2155
+ }), p = T(() => e.dateSelector.dates.map(i)), l = T({
2157
2156
  get() {
2158
- return r(e.dateSelector.selectedDate);
2157
+ return i(e.dateSelector.selectedDate);
2159
2158
  },
2160
2159
  set(d) {
2161
2160
  e.dateSelector.selectIndex(p.value.indexOf(d));
@@ -2171,11 +2170,11 @@ const Yn = {
2171
2170
  n.value = Math.floor(d);
2172
2171
  }
2173
2172
  ), ke(() => {
2174
- o.value = r(e.dateSelector.selectedDate);
2173
+ o.value = i(e.dateSelector.selectedDate);
2175
2174
  }), (d, c) => {
2176
2175
  const b = B("v-icon"), h = B("v-select"), f = B("v-progress-linear"), _ = B("v-slider");
2177
2176
  return m(), S("div", Zn, [
2178
- i("div", Xn, [
2177
+ r("div", Xn, [
2179
2178
  w(b, {
2180
2179
  color: "black",
2181
2180
  class: "mr-2",
@@ -2192,8 +2191,8 @@ const Yn = {
2192
2191
  class: "day-selector"
2193
2192
  }, null, 8, ["modelValue", "items"])) : (m(), S("span", Jn, N(l.value), 1))
2194
2193
  ]),
2195
- i("div", Kn, [
2196
- i("span", ea, N(s.value), 1),
2194
+ r("div", Kn, [
2195
+ r("span", ea, N(s.value), 1),
2197
2196
  w(b, {
2198
2197
  medium: "",
2199
2198
  class: "ml-2 mr-2 icon"
@@ -2238,7 +2237,7 @@ const Yn = {
2238
2237
  },
2239
2238
  emits: ["resize", "ready", "preloaded", "reset"],
2240
2239
  setup(v, { emit: t }) {
2241
- 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();
2242
2241
  H(
2243
2242
  () => e.imageUrls,
2244
2243
  (l) => {
@@ -2250,28 +2249,28 @@ const Yn = {
2250
2249
  const d = l[0].contentRect.width, c = l[0].contentRect.height;
2251
2250
  a("resize", { width: d, height: c });
2252
2251
  });
2253
- }).observe(r.value);
2252
+ }).observe(i.value);
2254
2253
  });
2255
2254
  function s() {
2256
2255
  n.value = "preloaded", a("preloaded");
2257
2256
  }
2258
2257
  function p(l) {
2259
- 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(
2260
2259
  () => {
2261
2260
  n.value = "loaded", a("ready");
2262
2261
  }
2263
2262
  );
2264
2263
  }
2265
2264
  return (l, d) => (m(), S("div", null, [
2266
- i("img", {
2265
+ r("img", {
2267
2266
  ref_key: "baseImage",
2268
- ref: r,
2267
+ ref: i,
2269
2268
  class: "image-instance zero",
2270
2269
  style: { opacity: 1, borderRadius: 50 },
2271
2270
  onLoad: s
2272
2271
  }, null, 544),
2273
2272
  n.value === "preloaded" || n.value === "loaded" ? de((m(), S("div", na, [
2274
- (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", {
2275
2274
  key: b,
2276
2275
  class: xe({ "image-instance": !0, active: b === l.activeIndex }),
2277
2276
  src: c,
@@ -2286,7 +2285,7 @@ const Yn = {
2286
2285
  key: 0,
2287
2286
  style: { height: "50vh" },
2288
2287
  class: "d-flex justify-center align-center blue-grey lighten-5"
2289
- }, 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({
2290
2289
  __name: "VBuildingChooserSvg",
2291
2290
  props: {
2292
2291
  showCards: { type: Boolean, default: !0 },
@@ -2313,7 +2312,7 @@ const Yn = {
2313
2312
  }), o = u({
2314
2313
  width: 0,
2315
2314
  height: 0
2316
- }), 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(
2317
2316
  (/* @__PURE__ */ new Date()).getHours() * 2 + ((/* @__PURE__ */ new Date()).getMinutes() < 30 ? 0 : 1)
2318
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);
2319
2318
  H(s, (x, E) => {
@@ -2389,7 +2388,7 @@ const Yn = {
2389
2388
  }
2390
2389
  function L(x, E) {
2391
2390
  const { layerX: M, layerY: O } = x;
2392
- g.value && (r.value = {
2391
+ g.value && (i.value = {
2393
2392
  x: M,
2394
2393
  y: O,
2395
2394
  width: o.value.width,
@@ -2398,7 +2397,7 @@ const Yn = {
2398
2397
  }
2399
2398
  function G(x, E) {
2400
2399
  const { layerX: M, layerY: O } = x;
2401
- g.value && (r.value = {
2400
+ g.value && (i.value = {
2402
2401
  x: M,
2403
2402
  y: O,
2404
2403
  width: o.value.width,
@@ -2407,7 +2406,7 @@ const Yn = {
2407
2406
  }
2408
2407
  function D(x, E) {
2409
2408
  const { layerX: M, layerY: O } = x;
2410
- g.value && (r.value = {
2409
+ g.value && (i.value = {
2411
2410
  x: M,
2412
2411
  y: O,
2413
2412
  width: o.value.width,
@@ -2436,7 +2435,7 @@ const Yn = {
2436
2435
  mobile: x.interactiveMobile
2437
2436
  }, {
2438
2437
  default: A(() => [
2439
- i("div", sa, [
2438
+ r("div", sa, [
2440
2439
  w(wt, {
2441
2440
  "image-urls": h.value.imageUrls,
2442
2441
  "active-index": p.value,
@@ -2445,10 +2444,10 @@ const Yn = {
2445
2444
  onReady: E[1] || (E[1] = (O) => n.value.ready = !0),
2446
2445
  onReset: y
2447
2446
  }, null, 8, ["image-urls", "active-index"]),
2448
- c.value ? de((m(), S("div", ra, [
2449
- i("div", ia, [
2447
+ c.value ? de((m(), S("div", ia, [
2448
+ r("div", ra, [
2450
2449
  (m(), S("svg", { viewBox: b.value }, [
2451
- (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", {
2452
2451
  key: R,
2453
2452
  innerHTML: K,
2454
2453
  "data-building-id": O,
@@ -2464,7 +2463,7 @@ const Yn = {
2464
2463
  ], 512)), [
2465
2464
  [pe, n.value.preloaded]
2466
2465
  ]) : Y("", !0),
2467
- de(i("div", {
2466
+ de(r("div", {
2468
2467
  class: "custom-overlay-layer",
2469
2468
  innerHTML: x.customOverlayContent
2470
2469
  }, null, 8, da), [
@@ -2474,7 +2473,7 @@ const Yn = {
2474
2473
  ]),
2475
2474
  _: 1
2476
2475
  }, 8, ["desktop", "mobile"]),
2477
- de(i("div", null, [
2476
+ de(r("div", null, [
2478
2477
  f.value.viewLongitude ? (m(), $(Ze, {
2479
2478
  key: 0,
2480
2479
  class: "north-indicator",
@@ -2492,7 +2491,7 @@ const Yn = {
2492
2491
  x.showCards && s.value ? (m(), $(Qe, {
2493
2492
  key: 0,
2494
2493
  "is-hoverable": g.value,
2495
- pos: r.value,
2494
+ pos: i.value,
2496
2495
  onOutside: E[3] || (E[3] = () => s.value = void 0)
2497
2496
  }, {
2498
2497
  default: A(() => [
@@ -2500,7 +2499,7 @@ const Yn = {
2500
2499
  building: s.value,
2501
2500
  canGoToBuilding: x.canGoToBuildingCallback(s.value),
2502
2501
  goToBuilding: () => x.canGoToBuildingCallback(s.value) && a("goToBuilding", s.value),
2503
- pos: r.value,
2502
+ pos: i.value,
2504
2503
  isHoverable: g.value,
2505
2504
  close: () => s.value = void 0
2506
2505
  }, void 0, !0)
@@ -2526,7 +2525,7 @@ const Yn = {
2526
2525
  t({
2527
2526
  setupDraw: d
2528
2527
  });
2529
- 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();
2530
2529
  H(
2531
2530
  () => e.color,
2532
2531
  (h, f) => {
@@ -2540,16 +2539,16 @@ const Yn = {
2540
2539
  return;
2541
2540
  const { width: h, height: f } = e.dimensions;
2542
2541
  if (!(h === 0 || f === 0)) {
2543
- r.value = l.value.getContext("2d", {
2542
+ i.value = l.value.getContext("2d", {
2544
2543
  willReadFrequently: !0
2545
- }), 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);
2546
2545
  for (let _ = 3; _ < s.value.data.length; _ += 4)
2547
2546
  s.value.data[_] !== 0 && p.value.push(_);
2548
2547
  c(), a.value = !0;
2549
2548
  }
2550
2549
  }
2551
2550
  function c() {
2552
- 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));
2553
2552
  }
2554
2553
  function b() {
2555
2554
  if (e.color)
@@ -2590,7 +2589,7 @@ const Yn = {
2590
2589
  const n = u(), o = u({
2591
2590
  preloaded: !1,
2592
2591
  ready: !1
2593
- }), r = u({
2592
+ }), i = u({
2594
2593
  width: 0,
2595
2594
  height: 0
2596
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(
@@ -2622,7 +2621,7 @@ const Yn = {
2622
2621
  }, C()) : f.value = !0;
2623
2622
  });
2624
2623
  function U({ width: x, height: E }) {
2625
- r.value.width = x, r.value.height = E, De(C);
2624
+ i.value.width = x, i.value.height = E, De(C);
2626
2625
  }
2627
2626
  function y() {
2628
2627
  o.value = { preloaded: !1, ready: !1 };
@@ -2645,8 +2644,8 @@ const Yn = {
2645
2644
  g.value && (c.value = V(x), c.value !== void 0 && (s.value = {
2646
2645
  x: E,
2647
2646
  y: M,
2648
- width: r.value.width,
2649
- height: r.value.height
2647
+ width: i.value.width,
2648
+ height: i.value.height
2650
2649
  }));
2651
2650
  }
2652
2651
  function G(x) {
@@ -2672,7 +2671,7 @@ const Yn = {
2672
2671
  })
2673
2672
  ])) : p.value ? (m(), S("div", {
2674
2673
  key: 1,
2675
- 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`),
2676
2675
  class: "image-container"
2677
2676
  }, [
2678
2677
  w(qe, {
@@ -2681,7 +2680,7 @@ const Yn = {
2681
2680
  onUpdate: Z
2682
2681
  }, {
2683
2682
  default: A(() => [
2684
- i("div", ga, [
2683
+ r("div", ga, [
2685
2684
  w(wt, {
2686
2685
  "image-urls": n.value.imageUrls,
2687
2686
  "active-index": b.value,
@@ -2690,28 +2689,28 @@ const Yn = {
2690
2689
  onReady: E[1] || (E[1] = (O) => o.value.ready = !0),
2691
2690
  onReset: y
2692
2691
  }, null, 8, ["image-urls", "active-index"]),
2693
- de(i("div", null, [
2694
- (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, {
2695
2694
  ref_for: !0,
2696
2695
  ref_key: "overlays",
2697
2696
  ref: k,
2698
2697
  key: O.id,
2699
2698
  "image-url": O.url,
2700
- dimensions: r.value,
2699
+ dimensions: i.value,
2701
2700
  color: D(O.id)
2702
2701
  }, null, 8, ["image-url", "dimensions", "color"]))), 128))
2703
2702
  ], 512), [
2704
2703
  [pe, o.value.preloaded]
2705
2704
  ])
2706
2705
  ]),
2707
- i("canvas", ye(r.value, {
2706
+ r("canvas", ye(i.value, {
2708
2707
  ref_key: "canvas",
2709
2708
  ref: F,
2710
2709
  class: { hover: !!c.value },
2711
2710
  onClick: G,
2712
2711
  onMousemove: L
2713
2712
  }), null, 16),
2714
- de(i("div", {
2713
+ de(r("div", {
2715
2714
  class: "custom-overlay-layer",
2716
2715
  innerHTML: x.customOverlayContent
2717
2716
  }, null, 8, ya), [
@@ -2720,7 +2719,7 @@ const Yn = {
2720
2719
  ]),
2721
2720
  _: 1
2722
2721
  }, 8, ["desktop", "mobile"]),
2723
- de(i("div", null, [
2722
+ de(r("div", null, [
2724
2723
  p.value.viewLongitude ? (m(), $(Ze, {
2725
2724
  key: 0,
2726
2725
  class: "north-indicator",
@@ -2780,7 +2779,7 @@ const Yn = {
2780
2779
  const e = v, a = t, n = T(
2781
2780
  () => e.useSvg ? ma : ba
2782
2781
  );
2783
- return (o, r) => (m(), $(ft(n.value), {
2782
+ return (o, i) => (m(), $(ft(n.value), {
2784
2783
  "i18n-config": e.i18nConfig,
2785
2784
  "show-cards": e.showCards,
2786
2785
  "color-callback": e.colorCallback,
@@ -2791,9 +2790,9 @@ const Yn = {
2791
2790
  "can-go-to-building-callback": e.canGoToBuildingCallback,
2792
2791
  "custom-overlay-content": e.customOverlayContent,
2793
2792
  "building-chooser-data": e.buildingChooserData,
2794
- onGoToBuilding: r[0] || (r[0] = (s) => a("goToBuilding", s)),
2795
- onHoverOverBuilding: r[1] || (r[1] = (s) => a("hoverOverBuilding", s)),
2796
- 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))
2797
2796
  }, xt({ _: 2 }, [
2798
2797
  ve(Object.keys(o.$slots), (s) => ({
2799
2798
  name: s,
@@ -2829,7 +2828,7 @@ const Yn = {
2829
2828
  },
2830
2829
  setup(v) {
2831
2830
  const t = v;
2832
- 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, {
2833
2832
  "time-sample-data": n,
2834
2833
  "cdn-file-resolver": t.cdnFileResolver,
2835
2834
  "current-time": e.currentTime
@@ -2844,7 +2843,7 @@ const Yn = {
2844
2843
  },
2845
2844
  setup(v) {
2846
2845
  const t = v;
2847
- 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, {
2848
2847
  "day-data": n,
2849
2848
  "cdn-file-resolver": t.cdnFileResolver,
2850
2849
  "current-time": t.currentTime
@@ -2868,11 +2867,11 @@ const Yn = {
2868
2867
  (o) => o.overlayFilename === n.value
2869
2868
  )
2870
2869
  );
2871
- }), (o, r) => {
2870
+ }), (o, i) => {
2872
2871
  const s = B("v-select");
2873
2872
  return m(), $(s, {
2874
2873
  modelValue: n.value,
2875
- "onUpdate:modelValue": r[0] || (r[0] = (p) => n.value = p),
2874
+ "onUpdate:modelValue": i[0] || (i[0] = (p) => n.value = p),
2876
2875
  items: e.buildingChooserData.cameras,
2877
2876
  "item-title": "cameraName",
2878
2877
  "item-value": "overlayFilename",
@@ -2900,18 +2899,18 @@ const Yn = {
2900
2899
  a(
2901
2900
  "onDayChange",
2902
2901
  e.cameraData.sunsimDayOfYear.find(
2903
- (r) => r.dayOfYear === n.value
2902
+ (i) => i.dayOfYear === n.value
2904
2903
  )
2905
2904
  );
2906
2905
  });
2907
- function o(r) {
2906
+ function o(i) {
2908
2907
  const s = /* @__PURE__ */ new Date(0);
2909
- return s.setUTCDate(r), s.toLocaleString("en-no", {
2908
+ return s.setUTCDate(i), s.toLocaleString("en-no", {
2910
2909
  month: "short",
2911
2910
  day: "numeric"
2912
2911
  });
2913
2912
  }
2914
- return (r, s) => {
2913
+ return (i, s) => {
2915
2914
  const p = B("v-list-item"), l = B("v-select");
2916
2915
  return m(), $(l, {
2917
2916
  modelValue: n.value,
@@ -2960,7 +2959,7 @@ const Yn = {
2960
2959
  )
2961
2960
  );
2962
2961
  });
2963
- function r(p) {
2962
+ function i(p) {
2964
2963
  const l = p * 60, d = l / 60, c = l % 60;
2965
2964
  return `${d.toString().padStart(2, "0")}:${c.toString().padStart(2, "0")}`;
2966
2965
  }
@@ -2988,7 +2987,7 @@ const Yn = {
2988
2987
  ]),
2989
2988
  _: 1
2990
2989
  }),
2991
- X(" " + N(r(n.value)), 1)
2990
+ X(" " + N(i(n.value)), 1)
2992
2991
  ])) : (m(), $(b, {
2993
2992
  key: 1,
2994
2993
  class: "pa-1",
@@ -3007,10 +3006,10 @@ const Yn = {
3007
3006
  onClick: s
3008
3007
  }, null, 8, ["icon"]),
3009
3008
  X("   "),
3010
- i("span", Sa, N(r(p.dayData.startTime)), 1)
3009
+ r("span", Sa, N(i(p.dayData.startTime)), 1)
3011
3010
  ]),
3012
3011
  append: A(() => [
3013
- i("span", Ma, N(r(p.dayData.endTime)), 1),
3012
+ r("span", Ma, N(i(p.dayData.endTime)), 1),
3014
3013
  X("   "),
3015
3014
  w(d, {
3016
3015
  style: { color: "#ffab02", "vertical-align": "baseline", "font-size": "20px" },
@@ -3021,7 +3020,7 @@ const Yn = {
3021
3020
  ]),
3022
3021
  _: 1
3023
3022
  }),
3024
- X(" " + N(r(n.value)), 1)
3023
+ X(" " + N(i(n.value)), 1)
3025
3024
  ]),
3026
3025
  _: 1
3027
3026
  }, 8, ["modelValue", "min", "max", "step"]))
@@ -3040,7 +3039,7 @@ const Yn = {
3040
3039
  },
3041
3040
  emits: ["onClick", "onHoverOver", "onHoverOut", "updateSvgContainer"],
3042
3041
  setup(v, { emit: t }) {
3043
- 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({});
3044
3043
  ke(() => {
3045
3044
  for (const l in s) {
3046
3045
  const { element: d, state: c } = s[l], { r: b, g: h, b: f, a: _, s: F } = e.colorCallback(l, c) || {
@@ -3055,11 +3054,11 @@ const Yn = {
3055
3054
  }), H(
3056
3055
  () => e.selectedId,
3057
3056
  () => {
3058
- r.value = e.selectedId;
3057
+ i.value = e.selectedId;
3059
3058
  }
3060
- ), H(r, () => {
3059
+ ), H(i, () => {
3061
3060
  for (const l in s)
3062
- 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");
3063
3062
  }), ke(async () => {
3064
3063
  n.value = await ge.loadText(
3065
3064
  se(e.cdnFileResolver, e.currentCamera.overlayFilename)
@@ -3093,7 +3092,7 @@ const Yn = {
3093
3092
  const b = c.getAttribute("data-building-id");
3094
3093
  s[b] = {
3095
3094
  element: c,
3096
- state: r.value === b ? "selected" : "idle"
3095
+ state: i.value === b ? "selected" : "idle"
3097
3096
  }, c.addEventListener("mouseover", () => {
3098
3097
  s[b].state === "idle" && (s[b].state = "hover"), a("onHoverOver", b);
3099
3098
  }), c.addEventListener("mouseout", () => {
@@ -3149,7 +3148,7 @@ const Yn = {
3149
3148
  },
3150
3149
  emits: ["onClick", "onHoverOver", "onHoverOut"],
3151
3150
  setup(v, { emit: t }) {
3152
- 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(
3153
3152
  e.buildingChooserData
3154
3153
  );
3155
3154
  ue(() => p.value = !0), H(
@@ -3173,9 +3172,9 @@ const Yn = {
3173
3172
  ), H(
3174
3173
  [h, () => e.cdnFileResolver, () => e.defaultTime],
3175
3174
  () => {
3176
- 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(
3177
3176
  (y) => y.timeInHours === e.defaultTime
3178
- ) || o.value.timeSamples[0] : r.value = o.value.timeSamples.find(
3177
+ ) || o.value.timeSamples[0] : i.value = o.value.timeSamples.find(
3179
3178
  (y) => y.timeInHours === o.value.defaultHour
3180
3179
  ) || o.value.timeSamples[0]);
3181
3180
  },
@@ -3192,7 +3191,7 @@ const Yn = {
3192
3191
  });
3193
3192
  }
3194
3193
  function _(y) {
3195
- const V = r.value;
3194
+ const V = i.value;
3196
3195
  o.value = y, De(() => {
3197
3196
  F(
3198
3197
  o.value.timeSamples.find(
@@ -3204,7 +3203,7 @@ const Yn = {
3204
3203
  });
3205
3204
  }
3206
3205
  function F(y) {
3207
- r.value = y;
3206
+ i.value = y;
3208
3207
  }
3209
3208
  function k(y) {
3210
3209
  a("onHoverOver", y), s.value = y;
@@ -3230,7 +3229,7 @@ const Yn = {
3230
3229
  }
3231
3230
  return (y, V) => {
3232
3231
  const C = B("v-skeleton-loader");
3233
- return m(), S(ie, null, [
3232
+ return m(), S(re, null, [
3234
3233
  w(C, {
3235
3234
  type: "image",
3236
3235
  class: "w-100 h-100 position-relative",
@@ -3239,47 +3238,46 @@ const Yn = {
3239
3238
  default: A(() => [
3240
3239
  w(Se, null, {
3241
3240
  default: A(() => [
3242
- i("div", {
3241
+ r("div", {
3243
3242
  class: "w-100 h-100 position-relative",
3244
3243
  onMousemove: U
3245
3244
  }, [
3246
- i("div", Oa, [
3247
- i("div", Ua, [
3245
+ r("div", Oa, [
3246
+ r("div", Ua, [
3248
3247
  w(xa, {
3249
3248
  "building-chooser-data": h.value,
3250
3249
  "current-camera": n.value,
3251
3250
  onOnCameraChange: f
3252
3251
  }, null, 8, ["building-chooser-data", "current-camera"])
3253
3252
  ]),
3254
- i("div", $a, [
3253
+ r("div", $a, [
3255
3254
  w(Fa, {
3256
3255
  "camera-data": n.value,
3257
3256
  "current-day": o.value,
3258
3257
  onOnDayChange: _
3259
3258
  }, null, 8, ["camera-data", "current-day"])
3260
3259
  ]),
3261
- i("div", Ha, [
3260
+ r("div", Ha, [
3262
3261
  w(Ta, {
3263
3262
  "day-data": o.value,
3264
- "current-time": r.value,
3263
+ "current-time": i.value,
3265
3264
  onOnTimeChange: F
3266
3265
  }, null, 8, ["day-data", "current-time"])
3267
3266
  ])
3268
3267
  ]),
3269
- i("div", Ya, [
3268
+ r("div", Ya, [
3270
3269
  w(Ze, {
3271
3270
  longitude: n.value.cameraRotation.y + 270
3272
3271
  }, null, 8, ["longitude"])
3273
3272
  ]),
3274
3273
  w(qe, { position: "relative" }, {
3275
3274
  default: A(() => [
3276
- (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, {
3277
3276
  key: L.overlayFilename,
3278
3277
  "camera-data": L,
3279
- "color-callback": e.colorCallback,
3280
3278
  "cdn-file-resolver": e.cdnFileResolver,
3281
- "current-time": r.value
3282
- }, 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)),
3283
3281
  e.customOverlayContent ? (m(), S("div", {
3284
3282
  key: 0,
3285
3283
  class: "w-100 h-100 position-absolute top-left",
@@ -3305,7 +3303,7 @@ const Yn = {
3305
3303
  pos: c.value
3306
3304
  }, {
3307
3305
  default: A(() => [
3308
- i("div", Pa, [
3306
+ r("div", Pa, [
3309
3307
  oe(y.$slots, "popup", et(tt({ hoverId: s.value, hoverable: d.value })), void 0, !0)
3310
3308
  ])
3311
3309
  ]),
@@ -3325,7 +3323,7 @@ const Yn = {
3325
3323
  ], 64);
3326
3324
  };
3327
3325
  }
3328
- }), xs = /* @__PURE__ */ q(Wa, [["__scopeId", "data-v-6966d7a7"]]);
3326
+ }), xs = /* @__PURE__ */ q(Wa, [["__scopeId", "data-v-337b410e"]]);
3329
3327
  var We = {};
3330
3328
  Object.defineProperty(We, "__esModule", {
3331
3329
  value: !0
@@ -3360,10 +3358,10 @@ const Ja = { id: "player-wrapper" }, Ka = { id: "player-sizer" }, eo = {
3360
3358
  }, so = {
3361
3359
  class: "player-control",
3362
3360
  id: "controls-bottom-left"
3363
- }, ro = {
3361
+ }, io = {
3364
3362
  class: "player-control",
3365
3363
  id: "controls-bottom-center"
3366
- }, io = {
3364
+ }, ro = {
3367
3365
  class: "player-control",
3368
3366
  id: "controls-bottom-right"
3369
3367
  }, uo = { id: "main-canvas" }, co = /* @__PURE__ */ j({
@@ -3379,7 +3377,7 @@ const Ja = { id: "player-wrapper" }, Ka = { id: "player-sizer" }, eo = {
3379
3377
  },
3380
3378
  emits: ["newCameraCallback", "newRotationCallback", "newFloorCallback", "newFovCallback", "playerApiCallback", "newSizeCallback"],
3381
3379
  setup(v, { emit: t }) {
3382
- 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);
3383
3381
  return H(
3384
3382
  [
3385
3383
  () => a.cdnFileResolver,
@@ -3392,7 +3390,7 @@ const Ja = { id: "player-wrapper" }, Ka = { id: "player-sizer" }, eo = {
3392
3390
  a.cdnFileResolver,
3393
3391
  `/${a.interiorId}/${a.apartmentId}`
3394
3392
  ),
3395
- r.value,
3393
+ i.value,
3396
3394
  !1
3397
3395
  );
3398
3396
  }
@@ -3416,21 +3414,21 @@ const Ja = { id: "player-wrapper" }, Ka = { id: "player-sizer" }, eo = {
3416
3414
  ), H(
3417
3415
  () => a.currentCameraId,
3418
3416
  (l) => {
3419
- o.value && (r.value = l, o.value.goToCamera(l, !0));
3417
+ o.value && (i.value = l, o.value.goToCamera(l, !0));
3420
3418
  }
3421
3419
  ), H(o, (l) => {
3422
3420
  n("playerApiCallback", l);
3423
3421
  const d = o.value.getCurrentCamera();
3424
- d && (r.value = d.id);
3422
+ d && (i.value = d.id);
3425
3423
  }), ue(async () => {
3426
3424
  const b = {
3427
3425
  initialized: () => {
3428
3426
  o.value = e.Main.getPlayerAPI();
3429
3427
  const f = o.value.getCurrentCamera();
3430
- f && (r.value = f.id), n("newCameraCallback", r.value);
3428
+ f && (i.value = f.id), n("newCameraCallback", i.value);
3431
3429
  },
3432
3430
  newCamera: (f) => {
3433
- 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;
3434
3432
  },
3435
3433
  newFOV: (f) => {
3436
3434
  n("newFovCallback", f), p.value = f;
@@ -3459,37 +3457,37 @@ const Ja = { id: "player-wrapper" }, Ka = { id: "player-sizer" }, eo = {
3459
3457
  }), Pe(() => {
3460
3458
  o.value && o.value.destroy();
3461
3459
  }), (l, d) => (m(), S("div", Ja, [
3462
- i("div", Ka, [
3460
+ r("div", Ka, [
3463
3461
  oe(l.$slots, "slideshow-image", {}, void 0, !0),
3464
- i("div", eo, [
3462
+ r("div", eo, [
3465
3463
  oe(l.$slots, "top-left", {}, void 0, !0)
3466
3464
  ]),
3467
- i("div", to, [
3465
+ r("div", to, [
3468
3466
  oe(l.$slots, "top-center", {}, void 0, !0)
3469
3467
  ]),
3470
- i("div", no, [
3468
+ r("div", no, [
3471
3469
  oe(l.$slots, "top-right", {}, void 0, !0)
3472
3470
  ]),
3473
- i("div", ao, [
3471
+ r("div", ao, [
3474
3472
  oe(l.$slots, "center-left", {}, void 0, !0)
3475
3473
  ]),
3476
- i("div", oo, [
3474
+ r("div", oo, [
3477
3475
  oe(l.$slots, "center-center", {}, void 0, !0)
3478
3476
  ]),
3479
- i("div", lo, [
3477
+ r("div", lo, [
3480
3478
  oe(l.$slots, "center-right", {}, void 0, !0)
3481
3479
  ]),
3482
- i("div", so, [
3480
+ r("div", so, [
3483
3481
  oe(l.$slots, "bottom-left", {}, void 0, !0)
3484
3482
  ]),
3485
- i("div", ro, [
3483
+ r("div", io, [
3486
3484
  oe(l.$slots, "bottom-center", {}, void 0, !0)
3487
3485
  ]),
3488
- i("div", io, [
3486
+ r("div", ro, [
3489
3487
  oe(l.$slots, "bottom-right", {}, void 0, !0)
3490
3488
  ]),
3491
- i("div", uo, [
3492
- i("canvas", {
3489
+ r("div", uo, [
3490
+ r("canvas", {
3493
3491
  id: "qpc",
3494
3492
  style: le(l.showStaticImage ? "visibility:hidden" : "visibility:visible")
3495
3493
  }, null, 4)
@@ -3512,7 +3510,7 @@ const Ja = { id: "player-wrapper" }, Ka = { id: "player-sizer" }, eo = {
3512
3510
  const e = v, a = t, n = Be(Ce), o = T(() => {
3513
3511
  const d = e.floorLevels;
3514
3512
  return d.sort(), d;
3515
- }), 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");
3516
3514
  function l() {
3517
3515
  const d = e.level + 1;
3518
3516
  d >= o.value.length ? a("level", o.value[0]) : a("level", o.value[d]);
@@ -3532,14 +3530,14 @@ const Ja = { id: "player-wrapper" }, Ka = { id: "player-sizer" }, eo = {
3532
3530
  }, f, { onClick: l }), {
3533
3531
  default: A(() => [
3534
3532
  (m(), S("svg", mo, [
3535
- i("path", {
3533
+ r("path", {
3536
3534
  d: "M8.98034 10.3472L1.54055 5.8855L8.98034 1.42384L16.4201 5.8855L8.98034 10.3472Z",
3537
3535
  fill: "white",
3538
3536
  stroke: p.value ? "black" : "#999999",
3539
3537
  "stroke-width": "1.5",
3540
3538
  "stroke-linejoin": "round"
3541
3539
  }, null, 8, po),
3542
- i("path", {
3540
+ r("path", {
3543
3541
  d: "M8.98034 14.7993L1.54055 10.3376L8.98034 5.87599L16.4201 10.3376L8.98034 14.7993Z",
3544
3542
  fill: "white",
3545
3543
  stroke: s.value ? "black" : "#999999",
@@ -3552,7 +3550,7 @@ const Ja = { id: "player-wrapper" }, Ka = { id: "player-sizer" }, eo = {
3552
3550
  }, 1040)
3553
3551
  ]),
3554
3552
  default: A(() => [
3555
- 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)
3556
3554
  ]),
3557
3555
  _: 1
3558
3556
  });
@@ -3568,7 +3566,7 @@ const Ja = { id: "player-wrapper" }, Ka = { id: "player-sizer" }, eo = {
3568
3566
  emits: ["selectInterior"],
3569
3567
  setup(v, { emit: t }) {
3570
3568
  const e = v, a = t, n = Be(Ce);
3571
- return (o, r) => {
3569
+ return (o, i) => {
3572
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");
3573
3571
  return m(), S("div", null, [
3574
3572
  w(b, {
@@ -3591,7 +3589,7 @@ const Ja = { id: "player-wrapper" }, Ka = { id: "player-sizer" }, eo = {
3591
3589
  default: A(() => [
3592
3590
  w(c, { class: "interior-selector-list" }, {
3593
3591
  default: A(() => [
3594
- (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, {
3595
3593
  density: "compact",
3596
3594
  key: `at-menuitem-${f}`,
3597
3595
  onClick: (_) => a("selectInterior", h.archetypeID),
@@ -3637,7 +3635,7 @@ const Ja = { id: "player-wrapper" }, Ka = { id: "player-sizer" }, eo = {
3637
3635
  }), n = T(() => ({
3638
3636
  transform: `rotate(${-t.rotation + 180}deg)`
3639
3637
  }));
3640
- return (o, r) => {
3638
+ return (o, i) => {
3641
3639
  const s = B("v-img");
3642
3640
  return m(), S("div", {
3643
3641
  style: le(a.value)
@@ -3662,15 +3660,15 @@ const Ja = { id: "player-wrapper" }, Ka = { id: "player-sizer" }, eo = {
3662
3660
  return ("0" + n).slice(-2);
3663
3661
  }
3664
3662
  return (n, o) => {
3665
- const r = B("v-img");
3663
+ const i = B("v-img");
3666
3664
  return m(), S("div", Ao, [
3667
- i("div", Lo, [
3668
- w(r, {
3665
+ r("div", Lo, [
3666
+ w(i, {
3669
3667
  src: ne(Io),
3670
3668
  "aspect-ratio": "1"
3671
3669
  }, null, 8, ["src"])
3672
3670
  ]),
3673
- i("div", xo, N(e.value), 1)
3671
+ r("div", xo, N(e.value), 1)
3674
3672
  ]);
3675
3673
  };
3676
3674
  }
@@ -3682,10 +3680,10 @@ const Ja = { id: "player-wrapper" }, Ka = { id: "player-sizer" }, eo = {
3682
3680
  emits: ["toggle"],
3683
3681
  setup(v, { emit: t }) {
3684
3682
  const e = v, a = t, n = Be(Ce), o = T(() => {
3685
- let r = "virtualTour";
3686
- return e.showStaticImage || (r = "slideShow"), r;
3683
+ let i = "virtualTour";
3684
+ return e.showStaticImage || (i = "slideShow"), i;
3687
3685
  });
3688
- return (r, s) => {
3686
+ return (i, s) => {
3689
3687
  const p = B("v-btn");
3690
3688
  return m(), $(p, {
3691
3689
  color: "darken-2",
@@ -3701,222 +3699,222 @@ const Ja = { id: "player-wrapper" }, Ka = { id: "player-sizer" }, eo = {
3701
3699
  });
3702
3700
  };
3703
3701
  }
3704
- }), Oe = (v) => (st("data-v-b9eb5380"), v = v(), rt(), v), Mo = {
3702
+ }), Oe = (v) => (st("data-v-b9eb5380"), v = v(), it(), v), Mo = {
3705
3703
  key: 0,
3706
3704
  class: "tutorial"
3707
3705
  }, Eo = {
3708
3706
  key: 0,
3709
3707
  class: "desktop-content"
3710
- }, 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" }, [
3711
- /* @__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", {
3712
3710
  width: "100",
3713
3711
  height: "65",
3714
3712
  viewBox: "0 0 100 65",
3715
3713
  fill: "none",
3716
3714
  xmlns: "http://www.w3.org/2000/svg"
3717
3715
  }, [
3718
- /* @__PURE__ */ i("path", {
3716
+ /* @__PURE__ */ r("path", {
3719
3717
  d: "M72 30H86.9736M86.9736 30L81 36M86.9736 30L81 24",
3720
3718
  stroke: "#FF3E3E",
3721
3719
  "stroke-width": "1.5",
3722
3720
  "stroke-linecap": "round",
3723
3721
  "stroke-linejoin": "round"
3724
3722
  }),
3725
- /* @__PURE__ */ i("path", {
3723
+ /* @__PURE__ */ r("path", {
3726
3724
  d: "M27.9736 30H13M13 30L18.9736 36M13 30L18.9736 24",
3727
3725
  stroke: "#FF3E3E",
3728
3726
  "stroke-width": "1.5",
3729
3727
  "stroke-linecap": "round",
3730
3728
  "stroke-linejoin": "round"
3731
3729
  }),
3732
- /* @__PURE__ */ i("path", {
3730
+ /* @__PURE__ */ r("path", {
3733
3731
  d: "M36 30H64V40C64 47.732 57.732 54 50 54V54C42.268 54 36 47.732 36 40V30Z",
3734
3732
  fill: "white",
3735
3733
  stroke: "black",
3736
3734
  "stroke-width": "1.5"
3737
3735
  }),
3738
- /* @__PURE__ */ i("path", {
3736
+ /* @__PURE__ */ r("path", {
3739
3737
  d: "M36 25C36 17.268 42.268 11 50 11V11V30H36V25Z",
3740
3738
  fill: "#FF3E3E",
3741
3739
  stroke: "black",
3742
3740
  "stroke-width": "1.5"
3743
3741
  }),
3744
- /* @__PURE__ */ i("path", {
3742
+ /* @__PURE__ */ r("path", {
3745
3743
  d: "M64 25C64 17.268 57.732 11 50 11V11V30H64V25Z",
3746
3744
  fill: "white",
3747
3745
  stroke: "black",
3748
3746
  "stroke-width": "1.5"
3749
3747
  }),
3750
- /* @__PURE__ */ i("path", {
3748
+ /* @__PURE__ */ r("path", {
3751
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",
3752
3750
  fill: "white",
3753
3751
  stroke: "black",
3754
3752
  "stroke-width": "1.5"
3755
3753
  })
3756
3754
  ])
3757
- ], -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" }, [
3758
- /* @__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", {
3759
3757
  width: "100",
3760
3758
  height: "65",
3761
3759
  viewBox: "0 0 100 65",
3762
3760
  fill: "none",
3763
3761
  xmlns: "http://www.w3.org/2000/svg"
3764
3762
  }, [
3765
- /* @__PURE__ */ i("path", {
3763
+ /* @__PURE__ */ r("path", {
3766
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",
3767
3765
  fill: "white",
3768
3766
  stroke: "#B3B3B3",
3769
3767
  "stroke-width": "1.5"
3770
3768
  }),
3771
- /* @__PURE__ */ i("path", {
3769
+ /* @__PURE__ */ r("path", {
3772
3770
  d: "M61.8032 45.179L56.543 50.3218V28.0361L72.543 43.4647H65.0909L67.9402 50.3218L64.6526 52.0361L61.8032 45.179Z",
3773
3771
  fill: "white",
3774
3772
  stroke: "black",
3775
3773
  "stroke-width": "1.5",
3776
3774
  "stroke-linejoin": "round"
3777
3775
  }),
3778
- /* @__PURE__ */ i("path", {
3776
+ /* @__PURE__ */ r("path", {
3779
3777
  d: "M50.502 28.0361L46.502 28.0361",
3780
3778
  stroke: "#FF3E3E",
3781
3779
  "stroke-width": "1.5",
3782
3780
  "stroke-linecap": "round"
3783
3781
  }),
3784
- /* @__PURE__ */ i("path", {
3782
+ /* @__PURE__ */ r("path", {
3785
3783
  d: "M50.502 28.0361L46.502 28.0361",
3786
3784
  stroke: "#FF3E3E",
3787
3785
  "stroke-width": "1.5",
3788
3786
  "stroke-linecap": "round"
3789
3787
  }),
3790
- /* @__PURE__ */ i("path", {
3788
+ /* @__PURE__ */ r("path", {
3791
3789
  d: "M50.502 28.0361L46.502 28.0361",
3792
3790
  stroke: "#FF3E3E",
3793
3791
  "stroke-width": "1.5",
3794
3792
  "stroke-linecap": "round"
3795
3793
  }),
3796
- /* @__PURE__ */ i("path", {
3794
+ /* @__PURE__ */ r("path", {
3797
3795
  d: "M66.502 28.0361L62.502 28.0361",
3798
3796
  stroke: "#FF3E3E",
3799
3797
  "stroke-width": "1.5",
3800
3798
  "stroke-linecap": "round"
3801
3799
  }),
3802
- /* @__PURE__ */ i("path", {
3800
+ /* @__PURE__ */ r("path", {
3803
3801
  d: "M66.502 28.0361L62.502 28.0361",
3804
3802
  stroke: "#FF3E3E",
3805
3803
  "stroke-width": "1.5",
3806
3804
  "stroke-linecap": "round"
3807
3805
  }),
3808
- /* @__PURE__ */ i("path", {
3806
+ /* @__PURE__ */ r("path", {
3809
3807
  d: "M66.502 28.0361L62.502 28.0361",
3810
3808
  stroke: "#FF3E3E",
3811
3809
  "stroke-width": "1.5",
3812
3810
  "stroke-linecap": "round"
3813
3811
  }),
3814
- /* @__PURE__ */ i("path", {
3812
+ /* @__PURE__ */ r("path", {
3815
3813
  d: "M52.1582 24.0361L49.1582 21.0361",
3816
3814
  stroke: "#FF3E3E",
3817
3815
  "stroke-width": "1.5",
3818
3816
  "stroke-linecap": "round"
3819
3817
  }),
3820
- /* @__PURE__ */ i("path", {
3818
+ /* @__PURE__ */ r("path", {
3821
3819
  d: "M52.1582 24.0361L49.1582 21.0361",
3822
3820
  stroke: "#FF3E3E",
3823
3821
  "stroke-width": "1.5",
3824
3822
  "stroke-linecap": "round"
3825
3823
  }),
3826
- /* @__PURE__ */ i("path", {
3824
+ /* @__PURE__ */ r("path", {
3827
3825
  d: "M52.1582 24.0361L49.1582 21.0361",
3828
3826
  stroke: "#FF3E3E",
3829
3827
  "stroke-width": "1.5",
3830
3828
  "stroke-linecap": "round"
3831
3829
  }),
3832
- /* @__PURE__ */ i("path", {
3830
+ /* @__PURE__ */ r("path", {
3833
3831
  d: "M60.502 24.0361L63.502 21.0361",
3834
3832
  stroke: "#FF3E3E",
3835
3833
  "stroke-width": "1.5",
3836
3834
  "stroke-linecap": "round"
3837
3835
  }),
3838
- /* @__PURE__ */ i("path", {
3836
+ /* @__PURE__ */ r("path", {
3839
3837
  d: "M60.502 24.0361L63.502 21.0361",
3840
3838
  stroke: "#FF3E3E",
3841
3839
  "stroke-width": "1.5",
3842
3840
  "stroke-linecap": "round"
3843
3841
  }),
3844
- /* @__PURE__ */ i("path", {
3842
+ /* @__PURE__ */ r("path", {
3845
3843
  d: "M60.502 24.0361L63.502 21.0361",
3846
3844
  stroke: "#FF3E3E",
3847
3845
  "stroke-width": "1.5",
3848
3846
  "stroke-linecap": "round"
3849
3847
  }),
3850
- /* @__PURE__ */ i("path", {
3848
+ /* @__PURE__ */ r("path", {
3851
3849
  d: "M56.502 22.0361L56.502 18.0361",
3852
3850
  stroke: "#FF3E3E",
3853
3851
  "stroke-width": "1.5",
3854
3852
  "stroke-linecap": "round"
3855
3853
  }),
3856
- /* @__PURE__ */ i("path", {
3854
+ /* @__PURE__ */ r("path", {
3857
3855
  d: "M56.502 22.0361L56.502 18.0361",
3858
3856
  stroke: "#FF3E3E",
3859
3857
  "stroke-width": "1.5",
3860
3858
  "stroke-linecap": "round"
3861
3859
  }),
3862
- /* @__PURE__ */ i("path", {
3860
+ /* @__PURE__ */ r("path", {
3863
3861
  d: "M56.502 22.0361L56.502 18.0361",
3864
3862
  stroke: "#FF3E3E",
3865
3863
  "stroke-width": "1.5",
3866
3864
  "stroke-linecap": "round"
3867
3865
  }),
3868
- /* @__PURE__ */ i("path", {
3866
+ /* @__PURE__ */ r("path", {
3869
3867
  d: "M52.1582 32.0361L49.1582 35.0361",
3870
3868
  stroke: "#FF3E3E",
3871
3869
  "stroke-width": "1.5",
3872
3870
  "stroke-linecap": "round"
3873
3871
  }),
3874
- /* @__PURE__ */ i("path", {
3872
+ /* @__PURE__ */ r("path", {
3875
3873
  d: "M52.1582 32.0361L49.1582 35.0361",
3876
3874
  stroke: "#FF3E3E",
3877
3875
  "stroke-width": "1.5",
3878
3876
  "stroke-linecap": "round"
3879
3877
  }),
3880
- /* @__PURE__ */ i("path", {
3878
+ /* @__PURE__ */ r("path", {
3881
3879
  d: "M52.1582 32.0361L49.1582 35.0361",
3882
3880
  stroke: "#FF3E3E",
3883
3881
  "stroke-width": "1.5",
3884
3882
  "stroke-linecap": "round"
3885
3883
  })
3886
3884
  ])
3887
- ], -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" }, [
3888
- /* @__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", {
3889
3887
  width: "100",
3890
3888
  height: "65",
3891
3889
  viewBox: "0 0 100 65",
3892
3890
  fill: "none",
3893
3891
  xmlns: "http://www.w3.org/2000/svg"
3894
3892
  }, [
3895
- /* @__PURE__ */ i("path", {
3893
+ /* @__PURE__ */ r("path", {
3896
3894
  d: "M36 33H64V43C64 50.732 57.732 57 50 57V57C42.268 57 36 50.732 36 43V33Z",
3897
3895
  fill: "white",
3898
3896
  stroke: "black",
3899
3897
  "stroke-width": "1.5"
3900
3898
  }),
3901
- /* @__PURE__ */ i("path", {
3899
+ /* @__PURE__ */ r("path", {
3902
3900
  d: "M36 28C36 20.268 42.268 14 50 14V14V33H36V28Z",
3903
3901
  fill: "white",
3904
3902
  stroke: "black",
3905
3903
  "stroke-width": "1.5"
3906
3904
  }),
3907
- /* @__PURE__ */ i("path", {
3905
+ /* @__PURE__ */ r("path", {
3908
3906
  d: "M64 28C64 20.268 57.732 14 50 14V14V33H64V28Z",
3909
3907
  fill: "white",
3910
3908
  stroke: "black",
3911
3909
  "stroke-width": "1.5"
3912
3910
  }),
3913
- /* @__PURE__ */ i("path", {
3911
+ /* @__PURE__ */ r("path", {
3914
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",
3915
3913
  fill: "#FF3E3E",
3916
3914
  stroke: "black",
3917
3915
  "stroke-width": "1.5"
3918
3916
  }),
3919
- /* @__PURE__ */ i("path", {
3917
+ /* @__PURE__ */ r("path", {
3920
3918
  "fill-rule": "evenodd",
3921
3919
  "clip-rule": "evenodd",
3922
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",
@@ -3925,7 +3923,7 @@ const Ja = { id: "player-wrapper" }, Ka = { id: "player-sizer" }, eo = {
3925
3923
  "stroke-width": "1.5",
3926
3924
  "stroke-linecap": "round"
3927
3925
  }),
3928
- /* @__PURE__ */ i("circle", {
3926
+ /* @__PURE__ */ r("circle", {
3929
3927
  cx: "66.5",
3930
3928
  cy: "15.5",
3931
3929
  r: "9.75",
@@ -3933,7 +3931,7 @@ const Ja = { id: "player-wrapper" }, Ka = { id: "player-sizer" }, eo = {
3933
3931
  stroke: "black",
3934
3932
  "stroke-width": "1.5"
3935
3933
  }),
3936
- /* @__PURE__ */ i("rect", {
3934
+ /* @__PURE__ */ r("rect", {
3937
3935
  x: "66",
3938
3936
  y: "11",
3939
3937
  width: "1",
@@ -3943,7 +3941,7 @@ const Ja = { id: "player-wrapper" }, Ka = { id: "player-sizer" }, eo = {
3943
3941
  "stroke-width": "0.75",
3944
3942
  "stroke-linejoin": "round"
3945
3943
  }),
3946
- /* @__PURE__ */ i("rect", {
3944
+ /* @__PURE__ */ r("rect", {
3947
3945
  x: "71",
3948
3946
  y: "15",
3949
3947
  width: "1",
@@ -3955,15 +3953,15 @@ const Ja = { id: "player-wrapper" }, Ka = { id: "player-sizer" }, eo = {
3955
3953
  "stroke-linejoin": "round"
3956
3954
  })
3957
3955
  ])
3958
- ], -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" }, [
3959
- /* @__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", {
3960
3958
  width: "100",
3961
3959
  height: "65",
3962
3960
  viewBox: "0 0 100 65",
3963
3961
  fill: "none",
3964
3962
  xmlns: "http://www.w3.org/2000/svg"
3965
3963
  }, [
3966
- /* @__PURE__ */ i("rect", {
3964
+ /* @__PURE__ */ r("rect", {
3967
3965
  x: "65.0967",
3968
3966
  y: "34.3228",
3969
3967
  width: "20.9032",
@@ -3973,7 +3971,7 @@ const Ja = { id: "player-wrapper" }, Ka = { id: "player-sizer" }, eo = {
3973
3971
  stroke: "black",
3974
3972
  "stroke-width": "1.5"
3975
3973
  }),
3976
- /* @__PURE__ */ i("rect", {
3974
+ /* @__PURE__ */ r("rect", {
3977
3975
  x: "39.5488",
3978
3976
  y: "29.6777",
3979
3977
  width: "20.9032",
@@ -3984,7 +3982,7 @@ const Ja = { id: "player-wrapper" }, Ka = { id: "player-sizer" }, eo = {
3984
3982
  stroke: "black",
3985
3983
  "stroke-width": "1.5"
3986
3984
  }),
3987
- /* @__PURE__ */ i("rect", {
3985
+ /* @__PURE__ */ r("rect", {
3988
3986
  x: "60.4512",
3989
3987
  y: "34.3228",
3990
3988
  width: "20.9032",
@@ -3995,7 +3993,7 @@ const Ja = { id: "player-wrapper" }, Ka = { id: "player-sizer" }, eo = {
3995
3993
  stroke: "black",
3996
3994
  "stroke-width": "1.5"
3997
3995
  }),
3998
- /* @__PURE__ */ i("rect", {
3996
+ /* @__PURE__ */ r("rect", {
3999
3997
  x: "34.9033",
4000
3998
  y: "55.2261",
4001
3999
  width: "20.9032",
@@ -4006,19 +4004,19 @@ const Ja = { id: "player-wrapper" }, Ka = { id: "player-sizer" }, eo = {
4006
4004
  stroke: "black",
4007
4005
  "stroke-width": "1.5"
4008
4006
  }),
4009
- /* @__PURE__ */ i("path", {
4007
+ /* @__PURE__ */ r("path", {
4010
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",
4011
4009
  fill: "#FF3E3E"
4012
4010
  }),
4013
- /* @__PURE__ */ i("path", {
4011
+ /* @__PURE__ */ r("path", {
4014
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",
4015
4013
  fill: "#FF3E3E"
4016
4014
  }),
4017
- /* @__PURE__ */ i("path", {
4015
+ /* @__PURE__ */ r("path", {
4018
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",
4019
4017
  fill: "#FF3E3E"
4020
4018
  }),
4021
- /* @__PURE__ */ i("path", {
4019
+ /* @__PURE__ */ r("path", {
4022
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",
4023
4021
  fill: "#FF3E3E"
4024
4022
  })
@@ -4026,33 +4024,33 @@ const Ja = { id: "player-wrapper" }, Ka = { id: "player-sizer" }, eo = {
4026
4024
  ], -1)), zo = { class: "text mt-3" }, Go = {
4027
4025
  key: 1,
4028
4026
  class: "d-flex flex-column tablet-mobile-content"
4029
- }, Qo = { class: "box horizontal mt-3" }, qo = /* @__PURE__ */ Oe(() => /* @__PURE__ */ i("div", { class: "tutorial-icon d-flex align-items-center justify-center" }, [
4030
- /* @__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", {
4031
4029
  width: "101",
4032
4030
  height: "65",
4033
4031
  viewBox: "0 0 101 65",
4034
4032
  fill: "none",
4035
4033
  xmlns: "http://www.w3.org/2000/svg"
4036
4034
  }, [
4037
- /* @__PURE__ */ i("path", {
4035
+ /* @__PURE__ */ r("path", {
4038
4036
  d: "M68 28H87.9736M87.9736 28L82 34M87.9736 28L82 22",
4039
4037
  stroke: "#FF3E3E",
4040
4038
  "stroke-width": "1.5",
4041
4039
  "stroke-linecap": "round",
4042
4040
  "stroke-linejoin": "round"
4043
4041
  }),
4044
- /* @__PURE__ */ i("path", {
4042
+ /* @__PURE__ */ r("path", {
4045
4043
  d: "M33.9727 28H13.999M13.999 28L19.9727 34M13.999 28L19.9727 22",
4046
4044
  stroke: "#FF3E3E",
4047
4045
  "stroke-width": "1.5",
4048
4046
  "stroke-linecap": "round",
4049
4047
  "stroke-linejoin": "round"
4050
4048
  }),
4051
- /* @__PURE__ */ i("path", {
4049
+ /* @__PURE__ */ r("path", {
4052
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",
4053
4051
  fill: "white"
4054
4052
  }),
4055
- /* @__PURE__ */ i("path", {
4053
+ /* @__PURE__ */ r("path", {
4056
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",
4057
4055
  stroke: "black",
4058
4056
  "stroke-width": "1.5",
@@ -4060,133 +4058,133 @@ const Ja = { id: "player-wrapper" }, Ka = { id: "player-sizer" }, eo = {
4060
4058
  "stroke-linejoin": "round"
4061
4059
  })
4062
4060
  ])
4063
- ], -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" }, [
4064
- /* @__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", {
4065
4063
  width: "99",
4066
4064
  height: "65",
4067
4065
  viewBox: "0 0 99 65",
4068
4066
  fill: "none",
4069
4067
  xmlns: "http://www.w3.org/2000/svg"
4070
4068
  }, [
4071
- /* @__PURE__ */ i("path", {
4069
+ /* @__PURE__ */ r("path", {
4072
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",
4073
4071
  fill: "white",
4074
4072
  stroke: "#B3B3B3",
4075
4073
  "stroke-width": "1.5"
4076
4074
  }),
4077
- /* @__PURE__ */ i("path", {
4075
+ /* @__PURE__ */ r("path", {
4078
4076
  d: "M50.5 31L46.5 31",
4079
4077
  stroke: "#FF3E3E",
4080
4078
  "stroke-width": "1.5",
4081
4079
  "stroke-linecap": "round"
4082
4080
  }),
4083
- /* @__PURE__ */ i("path", {
4081
+ /* @__PURE__ */ r("path", {
4084
4082
  d: "M50.5 31L46.5 31",
4085
4083
  stroke: "#FF3E3E",
4086
4084
  "stroke-width": "1.5",
4087
4085
  "stroke-linecap": "round"
4088
4086
  }),
4089
- /* @__PURE__ */ i("path", {
4087
+ /* @__PURE__ */ r("path", {
4090
4088
  d: "M50.5 31L46.5 31",
4091
4089
  stroke: "#FF3E3E",
4092
4090
  "stroke-width": "1.5",
4093
4091
  "stroke-linecap": "round"
4094
4092
  }),
4095
- /* @__PURE__ */ i("path", {
4093
+ /* @__PURE__ */ r("path", {
4096
4094
  d: "M66.5 31L62.5 31",
4097
4095
  stroke: "#FF3E3E",
4098
4096
  "stroke-width": "1.5",
4099
4097
  "stroke-linecap": "round"
4100
4098
  }),
4101
- /* @__PURE__ */ i("path", {
4099
+ /* @__PURE__ */ r("path", {
4102
4100
  d: "M66.5 31L62.5 31",
4103
4101
  stroke: "#FF3E3E",
4104
4102
  "stroke-width": "1.5",
4105
4103
  "stroke-linecap": "round"
4106
4104
  }),
4107
- /* @__PURE__ */ i("path", {
4105
+ /* @__PURE__ */ r("path", {
4108
4106
  d: "M66.5 31L62.5 31",
4109
4107
  stroke: "#FF3E3E",
4110
4108
  "stroke-width": "1.5",
4111
4109
  "stroke-linecap": "round"
4112
4110
  }),
4113
- /* @__PURE__ */ i("path", {
4111
+ /* @__PURE__ */ r("path", {
4114
4112
  d: "M52.1562 27L49.1562 24",
4115
4113
  stroke: "#FF3E3E",
4116
4114
  "stroke-width": "1.5",
4117
4115
  "stroke-linecap": "round"
4118
4116
  }),
4119
- /* @__PURE__ */ i("path", {
4117
+ /* @__PURE__ */ r("path", {
4120
4118
  d: "M52.1562 27L49.1562 24",
4121
4119
  stroke: "#FF3E3E",
4122
4120
  "stroke-width": "1.5",
4123
4121
  "stroke-linecap": "round"
4124
4122
  }),
4125
- /* @__PURE__ */ i("path", {
4123
+ /* @__PURE__ */ r("path", {
4126
4124
  d: "M52.1562 27L49.1562 24",
4127
4125
  stroke: "#FF3E3E",
4128
4126
  "stroke-width": "1.5",
4129
4127
  "stroke-linecap": "round"
4130
4128
  }),
4131
- /* @__PURE__ */ i("path", {
4129
+ /* @__PURE__ */ r("path", {
4132
4130
  d: "M60.5 27L63.5 24",
4133
4131
  stroke: "#FF3E3E",
4134
4132
  "stroke-width": "1.5",
4135
4133
  "stroke-linecap": "round"
4136
4134
  }),
4137
- /* @__PURE__ */ i("path", {
4135
+ /* @__PURE__ */ r("path", {
4138
4136
  d: "M60.5 27L63.5 24",
4139
4137
  stroke: "#FF3E3E",
4140
4138
  "stroke-width": "1.5",
4141
4139
  "stroke-linecap": "round"
4142
4140
  }),
4143
- /* @__PURE__ */ i("path", {
4141
+ /* @__PURE__ */ r("path", {
4144
4142
  d: "M60.5 27L63.5 24",
4145
4143
  stroke: "#FF3E3E",
4146
4144
  "stroke-width": "1.5",
4147
4145
  "stroke-linecap": "round"
4148
4146
  }),
4149
- /* @__PURE__ */ i("path", {
4147
+ /* @__PURE__ */ r("path", {
4150
4148
  d: "M56.5 25L56.5 21",
4151
4149
  stroke: "#FF3E3E",
4152
4150
  "stroke-width": "1.5",
4153
4151
  "stroke-linecap": "round"
4154
4152
  }),
4155
- /* @__PURE__ */ i("path", {
4153
+ /* @__PURE__ */ r("path", {
4156
4154
  d: "M56.5 25L56.5 21",
4157
4155
  stroke: "#FF3E3E",
4158
4156
  "stroke-width": "1.5",
4159
4157
  "stroke-linecap": "round"
4160
4158
  }),
4161
- /* @__PURE__ */ i("path", {
4159
+ /* @__PURE__ */ r("path", {
4162
4160
  d: "M56.5 25L56.5 21",
4163
4161
  stroke: "#FF3E3E",
4164
4162
  "stroke-width": "1.5",
4165
4163
  "stroke-linecap": "round"
4166
4164
  }),
4167
- /* @__PURE__ */ i("path", {
4165
+ /* @__PURE__ */ r("path", {
4168
4166
  d: "M52.1562 35L49.1562 38",
4169
4167
  stroke: "#FF3E3E",
4170
4168
  "stroke-width": "1.5",
4171
4169
  "stroke-linecap": "round"
4172
4170
  }),
4173
- /* @__PURE__ */ i("path", {
4171
+ /* @__PURE__ */ r("path", {
4174
4172
  d: "M52.1562 35L49.1562 38",
4175
4173
  stroke: "#FF3E3E",
4176
4174
  "stroke-width": "1.5",
4177
4175
  "stroke-linecap": "round"
4178
4176
  }),
4179
- /* @__PURE__ */ i("path", {
4177
+ /* @__PURE__ */ r("path", {
4180
4178
  d: "M52.1562 35L49.1562 38",
4181
4179
  stroke: "#FF3E3E",
4182
4180
  "stroke-width": "1.5",
4183
4181
  "stroke-linecap": "round"
4184
4182
  }),
4185
- /* @__PURE__ */ i("path", {
4183
+ /* @__PURE__ */ r("path", {
4186
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",
4187
4185
  fill: "white"
4188
4186
  }),
4189
- /* @__PURE__ */ i("path", {
4187
+ /* @__PURE__ */ r("path", {
4190
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",
4191
4189
  stroke: "black",
4192
4190
  "stroke-width": "1.5",
@@ -4194,33 +4192,33 @@ const Ja = { id: "player-wrapper" }, Ka = { id: "player-sizer" }, eo = {
4194
4192
  "stroke-linejoin": "round"
4195
4193
  })
4196
4194
  ])
4197
- ], -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" }, [
4198
- /* @__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", {
4199
4197
  width: "99",
4200
4198
  height: "65",
4201
4199
  viewBox: "0 0 99 65",
4202
4200
  fill: "none",
4203
4201
  xmlns: "http://www.w3.org/2000/svg"
4204
4202
  }, [
4205
- /* @__PURE__ */ i("path", {
4203
+ /* @__PURE__ */ r("path", {
4206
4204
  d: "M31 24.9736L31 10M31 10L25 15.9736M31 10L37 15.9736",
4207
4205
  stroke: "#FF3E3E",
4208
4206
  "stroke-width": "1.5",
4209
4207
  "stroke-linecap": "round",
4210
4208
  "stroke-linejoin": "round"
4211
4209
  }),
4212
- /* @__PURE__ */ i("path", {
4210
+ /* @__PURE__ */ r("path", {
4213
4211
  d: "M31 40L31 54.9736M31 54.9736L25 49M31 54.9736L37 49",
4214
4212
  stroke: "#FF3E3E",
4215
4213
  "stroke-width": "1.5",
4216
4214
  "stroke-linecap": "round",
4217
4215
  "stroke-linejoin": "round"
4218
4216
  }),
4219
- /* @__PURE__ */ i("path", {
4217
+ /* @__PURE__ */ r("path", {
4220
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",
4221
4219
  fill: "white"
4222
4220
  }),
4223
- /* @__PURE__ */ i("path", {
4221
+ /* @__PURE__ */ r("path", {
4224
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",
4225
4223
  stroke: "black",
4226
4224
  "stroke-width": "1.5",
@@ -4235,7 +4233,7 @@ const Ja = { id: "player-wrapper" }, Ka = { id: "player-sizer" }, eo = {
4235
4233
  },
4236
4234
  emits: ["closeTutorial"],
4237
4235
  setup(v, { emit: t }) {
4238
- 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(() => [
4239
4237
  /Android/i,
4240
4238
  /webOS/i,
4241
4239
  /iPhone/i,
@@ -4250,7 +4248,7 @@ const Ja = { id: "player-wrapper" }, Ka = { id: "player-sizer" }, eo = {
4250
4248
  return c && a("closeTutorial"), c;
4251
4249
  });
4252
4250
  function l() {
4253
- r.value && d(), o.value = !1, a("closeTutorial");
4251
+ i.value && d(), o.value = !1, a("closeTutorial");
4254
4252
  }
4255
4253
  function d() {
4256
4254
  localStorage.setItem(`${e.project}-dont-show-tutorial`, "true");
@@ -4261,45 +4259,45 @@ const Ja = { id: "player-wrapper" }, Ka = { id: "player-sizer" }, eo = {
4261
4259
  default: A(() => [
4262
4260
  o.value && !p.value ? (m(), S("div", Mo, [
4263
4261
  s.value ? Y("", !0) : (m(), S("div", Eo, [
4264
- i("div", To, [
4265
- i("div", Vo, [
4262
+ r("div", To, [
4263
+ r("div", Vo, [
4266
4264
  Bo,
4267
- i("div", Ro, N(ne(n).getLabel("clickAndDragToLookAround")), 1)
4265
+ r("div", Ro, N(ne(n).getLabel("clickAndDragToLookAround")), 1)
4268
4266
  ]),
4269
- i("div", Oo, [
4267
+ r("div", Oo, [
4270
4268
  Uo,
4271
- i("div", $o, N(ne(n).getLabel("clickOnTheCirclesToMoveAround")), 1)
4269
+ r("div", $o, N(ne(n).getLabel("clickOnTheCirclesToMoveAround")), 1)
4272
4270
  ]),
4273
- i("div", Ho, [
4271
+ r("div", Ho, [
4274
4272
  Yo,
4275
- i("div", jo, N(ne(n).getLabel("useTheMouseWheelToZoom")), 1)
4273
+ r("div", jo, N(ne(n).getLabel("useTheMouseWheelToZoom")), 1)
4276
4274
  ])
4277
4275
  ]),
4278
- i("div", Po, [
4279
- i("div", Wo, [
4276
+ r("div", Po, [
4277
+ r("div", Wo, [
4280
4278
  No,
4281
- i("div", zo, N(ne(n).getLabel("youCanAlsoUseTheArrowKeysToMoveAround")), 1)
4279
+ r("div", zo, N(ne(n).getLabel("youCanAlsoUseTheArrowKeysToMoveAround")), 1)
4282
4280
  ])
4283
4281
  ])
4284
4282
  ])),
4285
4283
  s.value ? (m(), S("div", Go, [
4286
- i("div", Qo, [
4284
+ r("div", Qo, [
4287
4285
  qo,
4288
- i("div", Zo, N(ne(n).getLabel("tapAndDragToLookAround")), 1)
4286
+ r("div", Zo, N(ne(n).getLabel("tapAndDragToLookAround")), 1)
4289
4287
  ]),
4290
- i("div", Xo, [
4288
+ r("div", Xo, [
4291
4289
  Jo,
4292
- i("div", Ko, N(ne(n).getLabel("tapOnTheCirclesToMoveAround")), 1)
4290
+ r("div", Ko, N(ne(n).getLabel("tapOnTheCirclesToMoveAround")), 1)
4293
4291
  ]),
4294
- i("div", el, [
4292
+ r("div", el, [
4295
4293
  tl,
4296
- i("div", nl, N(ne(n).getLabel("useTwoFingersToZoom")), 1)
4294
+ r("div", nl, N(ne(n).getLabel("useTwoFingersToZoom")), 1)
4297
4295
  ])
4298
4296
  ])) : Y("", !0),
4299
- i("div", al, [
4297
+ r("div", al, [
4300
4298
  w(h, {
4301
- modelValue: r.value,
4302
- "onUpdate:modelValue": b[0] || (b[0] = (_) => r.value = _),
4299
+ modelValue: i.value,
4300
+ "onUpdate:modelValue": b[0] || (b[0] = (_) => i.value = _),
4303
4301
  label: ne(n).getLabel("dontShowAgain")
4304
4302
  }, null, 8, ["modelValue", "label"]),
4305
4303
  w(f, {
@@ -4320,14 +4318,14 @@ const Ja = { id: "player-wrapper" }, Ka = { id: "player-sizer" }, eo = {
4320
4318
  });
4321
4319
  };
4322
4320
  }
4323
- }), 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 = {
4324
4322
  key: 3,
4325
4323
  "d-block": "",
4326
4324
  class: "mt-3"
4327
4325
  }, gl = { class: "d-flex justify-space-between" }, yl = { class: "setting-label" }, _l = {
4328
4326
  class: "mt-5 d-block",
4329
4327
  style: { width: "300px" }
4330
- }, 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 = {
4331
4329
  class: "d-block",
4332
4330
  style: { width: "300px" }
4333
4331
  }, kl = { class: "form-buttons" }, Cl = /* @__PURE__ */ j({
@@ -4343,7 +4341,7 @@ const Ja = { id: "player-wrapper" }, Ka = { id: "player-sizer" }, eo = {
4343
4341
  H(
4344
4342
  n,
4345
4343
  () => {
4346
- r();
4344
+ i();
4347
4345
  },
4348
4346
  { deep: !0 }
4349
4347
  );
@@ -4353,7 +4351,7 @@ const Ja = { id: "player-wrapper" }, Ka = { id: "player-sizer" }, eo = {
4353
4351
  _ === "whitePoint" ? f[_] = d(F.value) : f[_] = F.value;
4354
4352
  return f;
4355
4353
  });
4356
- function r() {
4354
+ function i() {
4357
4355
  a("updateSettings", o.value);
4358
4356
  }
4359
4357
  function s() {
@@ -4479,10 +4477,10 @@ const Ja = { id: "player-wrapper" }, Ka = { id: "player-sizer" }, eo = {
4479
4477
  }
4480
4478
  return (f, _) => {
4481
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");
4482
- return m(), S("div", rl, [
4483
- i("form", il, [
4484
- i("div", ul, [
4485
- (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", {
4486
4484
  key: G,
4487
4485
  "d-block": ""
4488
4486
  }, [
@@ -4490,16 +4488,16 @@ const Ja = { id: "player-wrapper" }, Ka = { id: "player-sizer" }, eo = {
4490
4488
  key: 0,
4491
4489
  modelValue: n.value[L].value,
4492
4490
  "onUpdate:modelValue": (D) => n.value[L].value = D,
4493
- onChange: r,
4491
+ onChange: i,
4494
4492
  max: C.max,
4495
4493
  min: C.min,
4496
4494
  step: C.step
4497
4495
  }, {
4498
4496
  prepend: A(() => [
4499
- i("div", cl, N(C.label), 1)
4497
+ r("div", cl, N(C.label), 1)
4500
4498
  ]),
4501
4499
  append: A(() => [
4502
- i("div", null, [
4500
+ r("div", null, [
4503
4501
  w(F, {
4504
4502
  modelValue: n.value[L].value,
4505
4503
  "onUpdate:modelValue": (D) => n.value[L].value = D,
@@ -4511,7 +4509,7 @@ const Ja = { id: "player-wrapper" }, Ka = { id: "player-sizer" }, eo = {
4511
4509
  min: C.min,
4512
4510
  step: C.step,
4513
4511
  style: { width: "90px" },
4514
- onChange: r
4512
+ onChange: i
4515
4513
  }, null, 8, ["modelValue", "onUpdate:modelValue", "max", "min", "step"])
4516
4514
  ])
4517
4515
  ]),
@@ -4521,13 +4519,13 @@ const Ja = { id: "player-wrapper" }, Ka = { id: "player-sizer" }, eo = {
4521
4519
  key: 1,
4522
4520
  modelValue: n.value[L].value,
4523
4521
  "onUpdate:modelValue": (D) => n.value[L].value = D,
4524
- onChange: r
4522
+ onChange: i
4525
4523
  }, {
4526
4524
  prepend: A(() => [
4527
- i("div", dl, N(C.label), 1)
4525
+ r("div", dl, N(C.label), 1)
4528
4526
  ]),
4529
4527
  append: A(() => [
4530
- i("div", null, N(C.value), 1)
4528
+ r("div", null, N(C.value), 1)
4531
4529
  ]),
4532
4530
  _: 2
4533
4531
  }, 1032, ["modelValue", "onUpdate:modelValue"])) : Y("", !0),
@@ -4538,17 +4536,17 @@ const Ja = { id: "player-wrapper" }, Ka = { id: "player-sizer" }, eo = {
4538
4536
  min: C.min,
4539
4537
  step: C.step
4540
4538
  }, [
4541
- i("div", ml, N(C.label), 1),
4542
- i("div", pl, [
4543
- de(i("input", {
4539
+ r("div", ml, N(C.label), 1),
4540
+ r("div", pl, [
4541
+ de(r("input", {
4544
4542
  "onUpdate:modelValue": (D) => n.value[L].value = D,
4545
4543
  type: "color",
4546
- onChange: r
4544
+ onChange: i
4547
4545
  }, null, 40, fl), [
4548
4546
  [Ft, n.value[L].value]
4549
4547
  ])
4550
4548
  ]),
4551
- i("div", null, [
4549
+ r("div", null, [
4552
4550
  w(F, {
4553
4551
  modelValue: n.value[L].value,
4554
4552
  "onUpdate:modelValue": (D) => n.value[L].value = D,
@@ -4558,14 +4556,14 @@ const Ja = { id: "player-wrapper" }, Ka = { id: "player-sizer" }, eo = {
4558
4556
  readonly: "",
4559
4557
  type: "text",
4560
4558
  style: { width: "90px" },
4561
- onChange: r
4559
+ onChange: i
4562
4560
  }, null, 8, ["modelValue", "onUpdate:modelValue"])
4563
4561
  ])
4564
4562
  ], 8, vl)) : Y("", !0),
4565
4563
  C.type === "lut" ? (m(), S("div", hl, [
4566
- i("div", gl, [
4567
- i("div", yl, N(C.label), 1),
4568
- i("div", null, [
4564
+ r("div", gl, [
4565
+ r("div", yl, N(C.label), 1),
4566
+ r("div", null, [
4569
4567
  w(U, {
4570
4568
  class: "ml-2",
4571
4569
  "x-small": "",
@@ -4578,9 +4576,9 @@ const Ja = { id: "player-wrapper" }, Ka = { id: "player-sizer" }, eo = {
4578
4576
  }, 1032, ["onClick"])
4579
4577
  ])
4580
4578
  ]),
4581
- i("div", null, [
4582
- i("div", _l, [
4583
- i("div", null, [
4579
+ r("div", null, [
4580
+ r("div", _l, [
4581
+ r("div", null, [
4584
4582
  w(y, {
4585
4583
  modelValue: n.value[L].value,
4586
4584
  "onUpdate:modelValue": (D) => n.value[L].value = D,
@@ -4589,21 +4587,21 @@ const Ja = { id: "player-wrapper" }, Ka = { id: "player-sizer" }, eo = {
4589
4587
  "item-value": "value",
4590
4588
  dense: "",
4591
4589
  label: "Select Lut",
4592
- onChange: r
4590
+ onChange: i
4593
4591
  }, null, 8, ["modelValue", "onUpdate:modelValue", "items"])
4594
4592
  ])
4595
4593
  ]),
4596
- i("div", null, [
4594
+ r("div", null, [
4597
4595
  bl,
4598
- i("div", wl, [
4599
- i("div", null, [
4596
+ r("div", wl, [
4597
+ r("div", null, [
4600
4598
  w(F, {
4601
4599
  modelValue: n.value[L].value,
4602
4600
  "onUpdate:modelValue": (D) => n.value[L].value = D,
4603
4601
  "hide-details": "",
4604
4602
  dense: "",
4605
4603
  type: "url",
4606
- onChange: r
4604
+ onChange: i
4607
4605
  }, null, 8, ["modelValue", "onUpdate:modelValue"])
4608
4606
  ])
4609
4607
  ])
@@ -4612,7 +4610,7 @@ const Ja = { id: "player-wrapper" }, Ka = { id: "player-sizer" }, eo = {
4612
4610
  ])) : Y("", !0)
4613
4611
  ]))), 128))
4614
4612
  ]),
4615
- i("div", kl, [
4613
+ r("div", kl, [
4616
4614
  w(U, {
4617
4615
  onClick: _[0] || (_[0] = (C) => l())
4618
4616
  }, {
@@ -4656,7 +4654,7 @@ const Ja = { id: "player-wrapper" }, Ka = { id: "player-sizer" }, eo = {
4656
4654
  ]);
4657
4655
  };
4658
4656
  }
4659
- }), 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 = {
4660
4658
  class: "moveable-body",
4661
4659
  id: "moveableDivHeader"
4662
4660
  }, Fl = { class: "moveable-footer" }, Dl = /* @__PURE__ */ j({
@@ -4667,8 +4665,8 @@ const Ja = { id: "player-wrapper" }, Ka = { id: "player-sizer" }, eo = {
4667
4665
  ue(() => {
4668
4666
  n(document.getElementById("moveableDiv"));
4669
4667
  });
4670
- function n(r) {
4671
- const s = document.getElementById(r.id + "Header");
4668
+ function n(i) {
4669
+ const s = document.getElementById(i.id + "Header");
4672
4670
  if (!s)
4673
4671
  return;
4674
4672
  let p = 0, l = 0, d = 0, c = 0;
@@ -4681,7 +4679,7 @@ const Ja = { id: "player-wrapper" }, Ka = { id: "player-sizer" }, eo = {
4681
4679
  function h(_) {
4682
4680
  _ = _ || window.event, _.preventDefault();
4683
4681
  let F = _;
4684
- _.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";
4685
4683
  }
4686
4684
  function f() {
4687
4685
  document.removeEventListener("mouseup", f, !1), document.removeEventListener("mousemove", h, !1), document.removeEventListener("touchend", f, !1), document.removeEventListener("touchmove", h, !1);
@@ -4690,7 +4688,7 @@ const Ja = { id: "player-wrapper" }, Ka = { id: "player-sizer" }, eo = {
4690
4688
  function o() {
4691
4689
  a.value === "big" ? a.value = "small" : a.value = "big";
4692
4690
  }
4693
- return (r, s) => {
4691
+ return (i, s) => {
4694
4692
  const p = B("v-btn");
4695
4693
  return m(), S("div", {
4696
4694
  id: "moveableDiv",
@@ -4717,11 +4715,11 @@ const Ja = { id: "player-wrapper" }, Ka = { id: "player-sizer" }, eo = {
4717
4715
  title: "Rotate"
4718
4716
  }),
4719
4717
  Ll,
4720
- i("div", xl, [
4721
- oe(r.$slots, "body", { class: "slot" }, void 0, !0)
4718
+ r("div", xl, [
4719
+ oe(i.$slots, "body", { class: "slot" }, void 0, !0)
4722
4720
  ]),
4723
- i("div", Fl, [
4724
- oe(r.$slots, "footer", {}, void 0, !0)
4721
+ r("div", Fl, [
4722
+ oe(i.$slots, "footer", {}, void 0, !0)
4725
4723
  ])
4726
4724
  ], 2);
4727
4725
  };
@@ -4740,7 +4738,7 @@ const Ja = { id: "player-wrapper" }, Ka = { id: "player-sizer" }, eo = {
4740
4738
  setup(v) {
4741
4739
  return (t, e) => (m(), S("svg", Ml, [
4742
4740
  El,
4743
- i("g", {
4741
+ r("g", {
4744
4742
  "transform-origin": "20 20",
4745
4743
  transform: `rotate(${45 + t.rotation})`
4746
4744
  }, Bl, 8, Tl)
@@ -4757,7 +4755,7 @@ const Ja = { id: "player-wrapper" }, Ka = { id: "player-sizer" }, eo = {
4757
4755
  transformAngle: {}
4758
4756
  },
4759
4757
  setup(v) {
4760
- 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(
4761
4759
  t.storey.position.x,
4762
4760
  t.storey.position.y,
4763
4761
  t.storey.position.z
@@ -4788,7 +4786,7 @@ const Ja = { id: "player-wrapper" }, Ka = { id: "player-sizer" }, eo = {
4788
4786
  return Ve.MathUtils.degToRad(L);
4789
4787
  }
4790
4788
  function g() {
4791
- 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 = {
4792
4790
  transform: `rotateZ(${o.value.rotation.y}deg) rotateX(${o.value.rotation.x}deg)`
4793
4791
  };
4794
4792
  }
@@ -4821,20 +4819,20 @@ const Ja = { id: "player-wrapper" }, Ka = { id: "player-sizer" }, eo = {
4821
4819
  L.offsetHeight > L.offsetWidth ? s.value = D * 0.5 : s.value = G * 0.9;
4822
4820
  }
4823
4821
  return (L, G) => (m(), S("div", Ol, [
4824
- i("div", Ul, [
4825
- i("div", {
4822
+ r("div", Ul, [
4823
+ r("div", {
4826
4824
  class: "web-minimap",
4827
4825
  style: le(F.value)
4828
4826
  }, [
4829
- i("div", {
4827
+ r("div", {
4830
4828
  class: "minimap-background-image",
4831
4829
  style: le(_.value)
4832
4830
  }, null, 4),
4833
- i("div", {
4831
+ r("div", {
4834
4832
  class: "center-pivot",
4835
- style: le(r.value)
4833
+ style: le(i.value)
4836
4834
  }, [
4837
- (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", {
4838
4836
  key: D.id
4839
4837
  }, [
4840
4838
  d.value.floorLevel === D.floorLevel ? (m(), S("div", {
@@ -4886,7 +4884,7 @@ const Ja = { id: "player-wrapper" }, Ka = { id: "player-sizer" }, eo = {
4886
4884
  },
4887
4885
  emits: ["setBackgroundImage"],
4888
4886
  setup(v, { emit: t }) {
4889
- 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(() => {
4890
4888
  if (l.value.sunsimFilesTimeStamps[n.value]) {
4891
4889
  const k = l.value.sunsimFilesTimeStamps[n.value].split(" ");
4892
4890
  return `${k[0]} ${k[1]}`;
@@ -4896,7 +4894,7 @@ const Ja = { id: "player-wrapper" }, Ka = { id: "player-sizer" }, eo = {
4896
4894
  ue(async () => {
4897
4895
  s.value = await f(
4898
4896
  l.value.sunsimFiles[n.value]
4899
- ), r.value = !1;
4897
+ ), i.value = !1;
4900
4898
  const k = await h(e.minimapJson.storeys);
4901
4899
  p.value = k, o.value = !1, a("setBackgroundImage", b(e.level, n.value));
4902
4900
  }), H(n, () => {
@@ -4952,8 +4950,8 @@ const Ja = { id: "player-wrapper" }, Ka = { id: "player-sizer" }, eo = {
4952
4950
  return (k, g) => {
4953
4951
  const U = B("v-progress-linear"), y = B("v-icon"), V = B("v-slider");
4954
4952
  return m(), S("div", Pl, [
4955
- i("div", Wl, [
4956
- i("div", Nl, [
4953
+ r("div", Wl, [
4954
+ r("div", Nl, [
4957
4955
  o.value ? (m(), $(U, {
4958
4956
  key: 0,
4959
4957
  indeterminate: "",
@@ -5001,11 +4999,11 @@ const Ja = { id: "player-wrapper" }, Ka = { id: "player-sizer" }, eo = {
5001
4999
  },
5002
5000
  emits: ["close"],
5003
5001
  setup(v, { emit: t }) {
5004
- 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]);
5005
5003
  H(
5006
- r,
5004
+ i,
5007
5005
  () => {
5008
- 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}`;
5009
5007
  },
5010
5008
  { immediate: !0, once: !0 }
5011
5009
  );
@@ -5026,17 +5024,17 @@ const Ja = { id: "player-wrapper" }, Ka = { id: "player-sizer" }, eo = {
5026
5024
  body: A(() => [
5027
5025
  w(jl, {
5028
5026
  scale: s.value,
5029
- rotation: r.value.rotation.y,
5027
+ rotation: i.value.rotation.y,
5030
5028
  "transform-angle": o.value
5031
5029
  }, null, 8, ["scale", "rotation", "transform-angle"]),
5032
- i("div", null, [
5030
+ r("div", null, [
5033
5031
  w(Hl, {
5034
5032
  "transform-angle": o.value,
5035
5033
  "all-cameras": d.apartmentJson.cameras,
5036
5034
  "background-image": n.value,
5037
5035
  rotation: d.rotation,
5038
5036
  "current-camera": d.currentCamera,
5039
- storey: r.value
5037
+ storey: i.value
5040
5038
  }, null, 8, ["transform-angle", "all-cameras", "background-image", "rotation", "current-camera", "storey"])
5041
5039
  ])
5042
5040
  ]),
@@ -5063,7 +5061,7 @@ const Ja = { id: "player-wrapper" }, Ka = { id: "player-sizer" }, eo = {
5063
5061
  default: A(() => [
5064
5062
  e.value ? (m(), S("div", Zl, [
5065
5063
  X(N(ne(t).getLabel("allIllustrationsAreIndicativeDeviationsMayOccur")) + " ", 1),
5066
- i("span", {
5064
+ r("span", {
5067
5065
  onClick: n[0] || (n[0] = (o) => e.value = !1),
5068
5066
  class: "link-text text-decoration-underline"
5069
5067
  }, N(ne(t).getLabel("iUnderstand")), 1)
@@ -5087,7 +5085,7 @@ const Ja = { id: "player-wrapper" }, Ka = { id: "player-sizer" }, eo = {
5087
5085
  set(l) {
5088
5086
  n.value = l;
5089
5087
  }
5090
- }), 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(
5091
5089
  window.navigator.userAgent
5092
5090
  ));
5093
5091
  ue(() => {
@@ -5127,7 +5125,7 @@ const Ja = { id: "player-wrapper" }, Ka = { id: "player-sizer" }, eo = {
5127
5125
  default: A(({ isHovering: g }) => [
5128
5126
  w(b, {
5129
5127
  elevation: "0",
5130
- class: xe(["carousel-button", { mobile: r.value }]),
5128
+ class: xe(["carousel-button", { mobile: i.value }]),
5131
5129
  onClick: d[0] || (d[0] = (U) => a("previous"))
5132
5130
  }, {
5133
5131
  default: A(() => [
@@ -5152,7 +5150,7 @@ const Ja = { id: "player-wrapper" }, Ka = { id: "player-sizer" }, eo = {
5152
5150
  default: A(({ isHovering: g }) => [
5153
5151
  w(b, {
5154
5152
  elevation: "0",
5155
- class: xe(["carousel-button", { mobile: r.value }]),
5153
+ class: xe(["carousel-button", { mobile: i.value }]),
5156
5154
  onClick: d[1] || (d[1] = (U) => a("next"))
5157
5155
  }, {
5158
5156
  default: A(() => [
@@ -5173,7 +5171,7 @@ const Ja = { id: "player-wrapper" }, Ka = { id: "player-sizer" }, eo = {
5173
5171
  })
5174
5172
  ]),
5175
5173
  default: A(() => [
5176
- (m(!0), S(ie, null, ve(l.thumbnails, (g) => (m(), $(F, {
5174
+ (m(!0), S(re, null, ve(l.thumbnails, (g) => (m(), $(F, {
5177
5175
  key: g.id
5178
5176
  }, {
5179
5177
  default: A(({ toggle: U, selectedClass: y }) => [
@@ -5181,8 +5179,8 @@ const Ja = { id: "player-wrapper" }, Ka = { id: "player-sizer" }, eo = {
5181
5179
  class: xe(["ma-2", y]),
5182
5180
  align: "center",
5183
5181
  justify: "center",
5184
- height: r.value ? 50 : 100,
5185
- width: r.value ? 80 : 160,
5182
+ height: i.value ? 50 : 100,
5183
+ width: i.value ? 80 : 160,
5186
5184
  elevation: "0",
5187
5185
  style: { overflow: "hidden" },
5188
5186
  onClick: (V) => p(g.id, U)
@@ -5227,7 +5225,7 @@ const Ja = { id: "player-wrapper" }, Ka = { id: "player-sizer" }, eo = {
5227
5225
  "width=626,height=436"
5228
5226
  ), !1;
5229
5227
  }
5230
- function r() {
5228
+ function i() {
5231
5229
  return window.open(
5232
5230
  "https://www.linkedin.com/sharing/share-offsite/?url=" + encodeURIComponent(location.href),
5233
5231
  "linkedin-share-dialog",
@@ -5254,7 +5252,7 @@ const Ja = { id: "player-wrapper" }, Ka = { id: "player-sizer" }, eo = {
5254
5252
  }, g), null, 16)
5255
5253
  ]),
5256
5254
  default: A(() => [
5257
- i("span", null, N(ne(t).getLabel("share")), 1)
5255
+ r("span", null, N(ne(t).getLabel("share")), 1)
5258
5256
  ]),
5259
5257
  _: 1
5260
5258
  }),
@@ -5286,7 +5284,7 @@ const Ja = { id: "player-wrapper" }, Ka = { id: "player-sizer" }, eo = {
5286
5284
  }),
5287
5285
  w(_, { class: "mt-5" }, {
5288
5286
  default: A(() => [
5289
- i("p", as, [
5287
+ r("p", as, [
5290
5288
  w(c, { location: "top" }, {
5291
5289
  activator: A(({ props: g }) => [
5292
5290
  w(d, ye({
@@ -5297,7 +5295,7 @@ const Ja = { id: "player-wrapper" }, Ka = { id: "player-sizer" }, eo = {
5297
5295
  }, g, { onClick: n }), null, 16)
5298
5296
  ]),
5299
5297
  default: A(() => [
5300
- i("span", null, N(ne(t).getLabel("shareToFacebook")), 1)
5298
+ r("span", null, N(ne(t).getLabel("shareToFacebook")), 1)
5301
5299
  ]),
5302
5300
  _: 1
5303
5301
  }),
@@ -5308,10 +5306,10 @@ const Ja = { id: "player-wrapper" }, Ka = { id: "player-sizer" }, eo = {
5308
5306
  fab: "",
5309
5307
  light: "",
5310
5308
  icon: "mdi-linkedin"
5311
- }, g, { onClick: r }), null, 16)
5309
+ }, g, { onClick: i }), null, 16)
5312
5310
  ]),
5313
5311
  default: A(() => [
5314
- i("span", null, N(ne(t).getLabel("shareToLinkedin")), 1)
5312
+ r("span", null, N(ne(t).getLabel("shareToLinkedin")), 1)
5315
5313
  ]),
5316
5314
  _: 1
5317
5315
  }),
@@ -5325,7 +5323,7 @@ const Ja = { id: "player-wrapper" }, Ka = { id: "player-sizer" }, eo = {
5325
5323
  }, g, { onClick: o }), null, 16)
5326
5324
  ]),
5327
5325
  default: A(() => [
5328
- i("span", null, N(ne(t).getLabel("shareToTwitter")), 1)
5326
+ r("span", null, N(ne(t).getLabel("shareToTwitter")), 1)
5329
5327
  ]),
5330
5328
  _: 1
5331
5329
  }),
@@ -5341,7 +5339,7 @@ const Ja = { id: "player-wrapper" }, Ka = { id: "player-sizer" }, eo = {
5341
5339
  }, g), null, 16, ["href"])
5342
5340
  ]),
5343
5341
  default: A(() => [
5344
- i("span", null, N(ne(t).getLabel("shareViaEmail")), 1)
5342
+ r("span", null, N(ne(t).getLabel("shareViaEmail")), 1)
5345
5343
  ]),
5346
5344
  _: 1
5347
5345
  }),
@@ -5356,7 +5354,7 @@ const Ja = { id: "player-wrapper" }, Ka = { id: "player-sizer" }, eo = {
5356
5354
  }, g), null, 16)
5357
5355
  ]),
5358
5356
  default: A(() => [
5359
- i("span", null, N(ne(t).getLabel("copyLink")), 1)
5357
+ r("span", null, N(ne(t).getLabel("copyLink")), 1)
5360
5358
  ]),
5361
5359
  _: 1
5362
5360
  }),
@@ -5374,7 +5372,7 @@ const Ja = { id: "player-wrapper" }, Ka = { id: "player-sizer" }, eo = {
5374
5372
  ]);
5375
5373
  };
5376
5374
  }
5377
- }), 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({
5378
5376
  __name: "VSingleImage",
5379
5377
  props: {
5380
5378
  image: {},
@@ -5383,13 +5381,13 @@ const Ja = { id: "player-wrapper" }, Ka = { id: "player-sizer" }, eo = {
5383
5381
  setup(v) {
5384
5382
  const t = v, e = T(() => ({ "background-image": `url("${encodeURI(t.image)}")` }));
5385
5383
  return (a, n) => (m(), S("div", ss, [
5386
- i("div", {
5384
+ r("div", {
5387
5385
  class: xe(["img-div", [a.aspectRatio]]),
5388
5386
  style: le(e.value)
5389
5387
  }, null, 6)
5390
5388
  ]));
5391
5389
  }
5392
- }), is = /* @__PURE__ */ q(rs, [["__scopeId", "data-v-31489804"]]), us = {
5390
+ }), rs = /* @__PURE__ */ q(is, [["__scopeId", "data-v-31489804"]]), us = {
5393
5391
  id: "btn-fullscreen",
5394
5392
  class: "btn-placeholder mr-2"
5395
5393
  }, cs = /* @__PURE__ */ j({
@@ -5407,7 +5405,7 @@ const Ja = { id: "player-wrapper" }, Ka = { id: "player-sizer" }, eo = {
5407
5405
  density: "comfortable",
5408
5406
  elevation: "3",
5409
5407
  icon: a.isFullScreen ? "mdi-fullscreen-exit" : "mdi-fullscreen",
5410
- onClick: n[0] || (n[0] = (r) => e("toggleFullscreen"))
5408
+ onClick: n[0] || (n[0] = (i) => e("toggleFullscreen"))
5411
5409
  }, null, 8, ["icon"])
5412
5410
  ]);
5413
5411
  };
@@ -5509,7 +5507,7 @@ const vs = { class: "virtual-tour-wrapper" }, ms = {
5509
5507
  },
5510
5508
  emits: ["onSnapshot", "saveSettings", "onInteriorUpdate", "onCameraUpdate"],
5511
5509
  setup(v, { emit: t }) {
5512
- 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(
5513
5511
  new ds(document, "player-wrapper")
5514
5512
  ), C = T(() => {
5515
5513
  if (s.value) {
@@ -5546,7 +5544,7 @@ const vs = { class: "virtual-tour-wrapper" }, ms = {
5546
5544
  )
5547
5545
  })) : []), Z = T(() => !D.value || !D.value[c.value] ? "" : D.value[c.value].imageUrl), x = T(() => {
5548
5546
  let I = [];
5549
- 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(
5550
5548
  (z) => e.validInteriorIds.includes(z.archetypeID)
5551
5549
  ) : I;
5552
5550
  }), E = T(() => p.value ? x.value.map((I) => ({
@@ -5580,10 +5578,10 @@ const vs = { class: "virtual-tour-wrapper" }, ms = {
5580
5578
  }
5581
5579
  });
5582
5580
  async function R() {
5583
- r.value = await ce();
5581
+ i.value = await ce();
5584
5582
  }
5585
5583
  async function P() {
5586
- if (s.value = await re(
5584
+ if (s.value = await ie(
5587
5585
  b.value,
5588
5586
  e.apartmentId
5589
5587
  ), s.value && (h.value = s.value.cameras.find(() => !0).id), p.value = await Ie(
@@ -5600,7 +5598,7 @@ const vs = { class: "virtual-tour-wrapper" }, ms = {
5600
5598
  }
5601
5599
  function ee() {
5602
5600
  let I = e.defaultInteriorId;
5603
- 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;
5604
5602
  }
5605
5603
  function me() {
5606
5604
  const I = document.getElementById("main-canvas");
@@ -5639,7 +5637,7 @@ const vs = { class: "virtual-tour-wrapper" }, ms = {
5639
5637
  return;
5640
5638
  }
5641
5639
  }
5642
- async function re(I, z) {
5640
+ async function ie(I, z) {
5643
5641
  try {
5644
5642
  return await $e(
5645
5643
  `/${I}/${z}/apartment.json`
@@ -5756,7 +5754,7 @@ const vs = { class: "virtual-tour-wrapper" }, ms = {
5756
5754
  const J = B("v-btn");
5757
5755
  return m(), S("div", vs, [
5758
5756
  o.value ? (m(), S("div", ms, "Error loading the player!!")) : Y("", !0),
5759
- i("div", ps, [
5757
+ r("div", ps, [
5760
5758
  !V.value.isActive && l.value && f.value && M.value && b.value && U.value ? (m(), $(mt, {
5761
5759
  key: 0,
5762
5760
  "cdn-file-resolver": I.cdnFileResolver,
@@ -5785,7 +5783,7 @@ const vs = { class: "virtual-tour-wrapper" }, ms = {
5785
5783
  onPlayerApiCallback: ae
5786
5784
  }, {
5787
5785
  "slideshow-image": A(() => [
5788
- g.value ? (m(), $(is, {
5786
+ g.value ? (m(), $(rs, {
5789
5787
  key: 0,
5790
5788
  image: Z.value
5791
5789
  }, null, 8, ["image"])) : Y("", !0)