@golstats/gsc-landing 1.0.64 → 1.0.65

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,4 +1,4 @@
1
- import { ref as k, onMounted as Ee, onUnmounted as vt, openBlock as f, createElementBlock as b, createElementVNode as m, normalizeClass as S, toDisplayString as x, unref as te, useCssVars as Re, createCommentVNode as O, renderSlot as at, watch as se, createBlock as W, withCtx as ce, Fragment as K, renderList as Ae, mergeProps as Ut, pushScopeId as be, popScopeId as ve, computed as N, defineComponent as lt, inject as oe, reactive as Ce, h as ie, provide as ne, nextTick as ka, cloneVNode as xt, normalizeStyle as M, resolveComponent as de, createVNode as q, onBeforeMount as Oa, Transition as aa, withDirectives as Nt, vShow as Gt, createTextVNode as je, createStaticVNode as kd, toRef as Od, onBeforeUnmount as Bd } from "vue";
1
+ import { ref as k, onMounted as Ee, onUnmounted as vt, openBlock as f, createElementBlock as b, createElementVNode as m, normalizeClass as S, toDisplayString as x, unref as te, useCssVars as Re, createCommentVNode as O, renderSlot as at, watch as ie, createBlock as W, withCtx as ce, Fragment as K, renderList as Ae, mergeProps as Ut, pushScopeId as be, popScopeId as ve, computed as N, defineComponent as lt, inject as oe, reactive as Ce, h as se, provide as ne, nextTick as ka, cloneVNode as xt, normalizeStyle as M, resolveComponent as de, createVNode as q, onBeforeMount as Oa, Transition as aa, withDirectives as Nt, vShow as Gt, createTextVNode as je, createStaticVNode as kd, toRef as Od, onBeforeUnmount as Bd } from "vue";
2
2
  function dl(e, a) {
3
3
  return function() {
4
4
  return e.apply(a, arguments);
@@ -1748,7 +1748,7 @@ const ha = /* @__PURE__ */ em(ai, [["render", cm], ["__scopeId", "data-v-b548a08
1748
1748
  return Promise.reject(y);
1749
1749
  }
1750
1750
  };
1751
- return se(
1751
+ return ie(
1752
1752
  () => t.seasonId,
1753
1753
  async (r) => {
1754
1754
  o.value = [];
@@ -4478,7 +4478,7 @@ const Xh = /* @__PURE__ */ Hh(mi, [["render", Jh], ["__scopeId", "data-v-fb269a1
4478
4478
  emits: ["input", "click-ready", "update:modelValue"],
4479
4479
  setup(e, { emit: a }) {
4480
4480
  const t = e, o = k({}), i = k(null), n = k(t.isMultipleOption ? -1 : 0), s = k(!1);
4481
- se(
4481
+ ie(
4482
4482
  () => t.items,
4483
4483
  (d, h) => {
4484
4484
  if (!t.modelValue && (!t.onlyFirstTime || !h || !h.length) && d && d.length) {
@@ -4493,7 +4493,7 @@ const Xh = /* @__PURE__ */ Hh(mi, [["render", Jh], ["__scopeId", "data-v-fb269a1
4493
4493
  }
4494
4494
  },
4495
4495
  { immediate: !0 }
4496
- ), se(
4496
+ ), ie(
4497
4497
  () => t.modelValue,
4498
4498
  (d) => {
4499
4499
  if (d) {
@@ -4833,7 +4833,7 @@ var ug = lt({
4833
4833
  name: "ARIA",
4834
4834
  setup() {
4835
4835
  const e = oe("config", Ce(Object.assign({}, $e))), a = oe("currentSlide", k(0)), t = oe("slidesCount", k(0));
4836
- return () => ie("div", {
4836
+ return () => se("div", {
4837
4837
  class: ["carousel__liveregion", "carousel__sr-only"],
4838
4838
  "aria-live": "polite",
4839
4839
  "aria-atomic": "true"
@@ -4981,10 +4981,10 @@ var ug = lt({
4981
4981
  E(), Z(), Te(), X(), Q();
4982
4982
  }
4983
4983
  Object.keys(Rs).forEach((A) => {
4984
- ["modelValue"].includes(A) || se(() => e[A], Oe);
4985
- }), se(() => e.modelValue, (A) => {
4984
+ ["modelValue"].includes(A) || ie(() => e[A], Oe);
4985
+ }), ie(() => e.modelValue, (A) => {
4986
4986
  A !== y.value && U(Number(A));
4987
- }), se(u, Te), t("before-init"), E();
4987
+ }), ie(u, Te), t("before-init"), E();
4988
4988
  const Fe = {
4989
4989
  config: l,
4990
4990
  slidesCount: u,
@@ -5027,13 +5027,13 @@ var ug = lt({
5027
5027
  P = [...De, ...A, ...Le];
5028
5028
  }
5029
5029
  s.value = A, u.value = Math.max(A.length, 1);
5030
- const _ = ie("ol", {
5030
+ const _ = se("ol", {
5031
5031
  class: "carousel__track",
5032
5032
  style: ue.value,
5033
5033
  onMousedownCapture: l.mouseDrag ? nt : null,
5034
5034
  onTouchstartPassiveCapture: l.touchDrag ? nt : null
5035
- }, P), He = ie("div", { class: "carousel__viewport" }, _);
5036
- return ie("section", {
5035
+ }, P), He = se("div", { class: "carousel__viewport" }, _);
5036
+ return se("section", {
5037
5037
  ref: n,
5038
5038
  class: {
5039
5039
  carousel: !0,
@@ -5047,7 +5047,7 @@ var ug = lt({
5047
5047
  tabindex: "0",
5048
5048
  onMouseenter: ht,
5049
5049
  onMouseleave: gt
5050
- }, [He, I, ie(ug)]);
5050
+ }, [He, I, se(ug)]);
5051
5051
  };
5052
5052
  }
5053
5053
  }), Ts;
@@ -5073,7 +5073,7 @@ var pg = lt({
5073
5073
  };
5074
5074
  return () => {
5075
5075
  var c;
5076
- return ie("li", {
5076
+ return se("li", {
5077
5077
  style: { width: `${100 / t.itemsToShow}%` },
5078
5078
  class: {
5079
5079
  carousel__slide: !0,
@@ -5231,15 +5231,15 @@ const hg = (e, a) => {
5231
5231
  "1a842b02": e.secondarySlidesOpacity
5232
5232
  }));
5233
5233
  const i = k(null), n = k({}), s = k(0), r = k(!1);
5234
- se(
5234
+ ie(
5235
5235
  i,
5236
5236
  (g) => {
5237
5237
  g && r.value ? (r.value = !1, u(o.items)) : g && g.slideTo && g.slideTo(s.value);
5238
5238
  },
5239
5239
  { deep: !0 }
5240
- ), se(() => o.currentItemIndex, (g) => {
5240
+ ), ie(() => o.currentItemIndex, (g) => {
5241
5241
  s.value !== g && y(g);
5242
- }), se(
5242
+ }), ie(
5243
5243
  () => o.items,
5244
5244
  (g) => {
5245
5245
  i.value ? u(g) : r.value = !0;
@@ -5673,7 +5673,7 @@ const Kg = /* @__PURE__ */ jg(pi, [["render", Lg], ["__scopeId", "data-v-fb269a1
5673
5673
  emits: ["input", "click-ready", "update:modelValue"],
5674
5674
  setup(e, { emit: a }) {
5675
5675
  const t = e, o = k({}), i = k(null), n = k(t.isMultipleOption ? -1 : 0), s = k(!1);
5676
- se(
5676
+ ie(
5677
5677
  () => t.items,
5678
5678
  (d, h) => {
5679
5679
  if (!t.modelValue && (!t.onlyFirstTime || !h || !h.length) && d && d.length) {
@@ -5688,7 +5688,7 @@ const Kg = /* @__PURE__ */ jg(pi, [["render", Lg], ["__scopeId", "data-v-fb269a1
5688
5688
  }
5689
5689
  },
5690
5690
  { immediate: !0 }
5691
- ), se(
5691
+ ), ie(
5692
5692
  () => t.modelValue,
5693
5693
  (d) => {
5694
5694
  if (d) {
@@ -6255,7 +6255,7 @@ const ff = /* @__PURE__ */ sf(hi, [["render", gf], ["__scopeId", "data-v-fb269a1
6255
6255
  emits: ["input", "click-ready", "update:modelValue"],
6256
6256
  setup(e, { emit: a }) {
6257
6257
  const t = e, o = k({}), i = k(null), n = k(t.isMultipleOption ? -1 : 0), s = k(!1);
6258
- se(
6258
+ ie(
6259
6259
  () => t.items,
6260
6260
  (d, h) => {
6261
6261
  if (!t.modelValue && (!t.onlyFirstTime || !h || !h.length) && d && d.length) {
@@ -6270,7 +6270,7 @@ const ff = /* @__PURE__ */ sf(hi, [["render", gf], ["__scopeId", "data-v-fb269a1
6270
6270
  }
6271
6271
  },
6272
6272
  { immediate: !0 }
6273
- ), se(
6273
+ ), ie(
6274
6274
  () => t.modelValue,
6275
6275
  (d) => {
6276
6276
  if (d) {
@@ -8831,7 +8831,7 @@ var Ty = lt({
8831
8831
  name: "ARIA",
8832
8832
  setup() {
8833
8833
  const e = oe("config", Ce(Object.assign({}, et))), a = oe("currentSlide", k(0)), t = oe("slidesCount", k(0));
8834
- return () => ie("div", {
8834
+ return () => se("div", {
8835
8835
  class: ["carousel__liveregion", "carousel__sr-only"],
8836
8836
  "aria-live": "polite",
8837
8837
  "aria-atomic": "true"
@@ -8979,10 +8979,10 @@ var Ty = lt({
8979
8979
  E(), Z(), Te(), X(), Q();
8980
8980
  }
8981
8981
  Object.keys(Xs).forEach((A) => {
8982
- ["modelValue"].includes(A) || se(() => e[A], Oe);
8983
- }), se(() => e.modelValue, (A) => {
8982
+ ["modelValue"].includes(A) || ie(() => e[A], Oe);
8983
+ }), ie(() => e.modelValue, (A) => {
8984
8984
  A !== y.value && U(Number(A));
8985
- }), se(u, Te), t("before-init"), E();
8985
+ }), ie(u, Te), t("before-init"), E();
8986
8986
  const Fe = {
8987
8987
  config: l,
8988
8988
  slidesCount: u,
@@ -9025,13 +9025,13 @@ var Ty = lt({
9025
9025
  P = [...De, ...A, ...Le];
9026
9026
  }
9027
9027
  s.value = A, u.value = Math.max(A.length, 1);
9028
- const _ = ie("ol", {
9028
+ const _ = se("ol", {
9029
9029
  class: "carousel__track",
9030
9030
  style: ue.value,
9031
9031
  onMousedownCapture: l.mouseDrag ? nt : null,
9032
9032
  onTouchstartPassiveCapture: l.touchDrag ? nt : null
9033
- }, P), He = ie("div", { class: "carousel__viewport" }, _);
9034
- return ie("section", {
9033
+ }, P), He = se("div", { class: "carousel__viewport" }, _);
9034
+ return se("section", {
9035
9035
  ref: n,
9036
9036
  class: {
9037
9037
  carousel: !0,
@@ -9045,7 +9045,7 @@ var Ty = lt({
9045
9045
  tabindex: "0",
9046
9046
  onMouseenter: ht,
9047
9047
  onMouseleave: gt
9048
- }, [He, I, ie(Ty)]);
9048
+ }, [He, I, se(Ty)]);
9049
9049
  };
9050
9050
  }
9051
9051
  }), _s;
@@ -9071,7 +9071,7 @@ var zy = lt({
9071
9071
  };
9072
9072
  return () => {
9073
9073
  var c;
9074
- return ie("li", {
9074
+ return se("li", {
9075
9075
  style: { width: `${100 / t.itemsToShow}%` },
9076
9076
  class: {
9077
9077
  carousel__slide: !0,
@@ -9233,15 +9233,15 @@ const Py = (e, a) => {
9233
9233
  "1c9922a0": e.secondarySlidesOpacity
9234
9234
  }));
9235
9235
  const i = k(null), n = k({}), s = k(0), r = k(!1);
9236
- se(
9236
+ ie(
9237
9237
  i,
9238
9238
  (g) => {
9239
9239
  g && r.value ? (r.value = !1, u(o.items)) : g && g.slideTo && g.slideTo(s.value);
9240
9240
  },
9241
9241
  { deep: !0 }
9242
- ), se(() => o.currentItemIndex, (g) => {
9242
+ ), ie(() => o.currentItemIndex, (g) => {
9243
9243
  s.value !== g && y(g);
9244
- }), se(
9244
+ }), ie(
9245
9245
  () => o.items,
9246
9246
  (g) => {
9247
9247
  i.value ? u(g) : r.value = !0;
@@ -9630,7 +9630,7 @@ var r1 = lt({
9630
9630
  name: "ARIA",
9631
9631
  setup() {
9632
9632
  const e = oe("config", Ce(Object.assign({}, Ze))), a = oe("currentSlide", k(0)), t = oe("slidesCount", k(0));
9633
- return () => ie("div", {
9633
+ return () => se("div", {
9634
9634
  class: ["carousel__liveregion", "carousel__sr-only"],
9635
9635
  "aria-live": "polite",
9636
9636
  "aria-atomic": "true"
@@ -9778,10 +9778,10 @@ var r1 = lt({
9778
9778
  E(), Z(), Te(), X(), Q();
9779
9779
  }
9780
9780
  Object.keys($s).forEach((A) => {
9781
- ["modelValue"].includes(A) || se(() => e[A], Oe);
9782
- }), se(() => e.modelValue, (A) => {
9781
+ ["modelValue"].includes(A) || ie(() => e[A], Oe);
9782
+ }), ie(() => e.modelValue, (A) => {
9783
9783
  A !== y.value && U(Number(A));
9784
- }), se(u, Te), t("before-init"), E();
9784
+ }), ie(u, Te), t("before-init"), E();
9785
9785
  const Fe = {
9786
9786
  config: l,
9787
9787
  slidesCount: u,
@@ -9824,13 +9824,13 @@ var r1 = lt({
9824
9824
  P = [...De, ...A, ...Le];
9825
9825
  }
9826
9826
  s.value = A, u.value = Math.max(A.length, 1);
9827
- const _ = ie("ol", {
9827
+ const _ = se("ol", {
9828
9828
  class: "carousel__track",
9829
9829
  style: ue.value,
9830
9830
  onMousedownCapture: l.mouseDrag ? nt : null,
9831
9831
  onTouchstartPassiveCapture: l.touchDrag ? nt : null
9832
- }, P), He = ie("div", { class: "carousel__viewport" }, _);
9833
- return ie("section", {
9832
+ }, P), He = se("div", { class: "carousel__viewport" }, _);
9833
+ return se("section", {
9834
9834
  ref: n,
9835
9835
  class: {
9836
9836
  carousel: !0,
@@ -9844,7 +9844,7 @@ var r1 = lt({
9844
9844
  tabindex: "0",
9845
9845
  onMouseenter: ht,
9846
9846
  onMouseleave: gt
9847
- }, [He, I, ie(r1)]);
9847
+ }, [He, I, se(r1)]);
9848
9848
  };
9849
9849
  }
9850
9850
  }), Tn;
@@ -9864,8 +9864,8 @@ const Fn = (e) => {
9864
9864
  const a = oe("config", Ce(Object.assign({}, Ze))), t = String(e.name), o = `icon${t.charAt(0).toUpperCase() + t.slice(1)}`;
9865
9865
  if (!t || typeof t != "string" || !d1(t))
9866
9866
  return;
9867
- const i = c1[t], n = ie("path", { d: i }), s = a.i18n[o] || e.title || t, r = ie("title", s);
9868
- return ie("svg", {
9867
+ const i = c1[t], n = se("path", { d: i }), s = a.i18n[o] || e.title || t, r = se("title", s);
9868
+ return se("svg", {
9869
9869
  class: "carousel__icon",
9870
9870
  viewBox: "0 0 24 24",
9871
9871
  role: "img",
@@ -9874,7 +9874,7 @@ const Fn = (e) => {
9874
9874
  };
9875
9875
  Fn.props = { name: String, title: String };
9876
9876
  const u1 = (e, { slots: a, attrs: t }) => {
9877
- const { next: o, prev: i } = a || {}, n = oe("config", Ce(Object.assign({}, Ze))), s = oe("maxSlide", k(1)), r = oe("minSlide", k(1)), u = oe("currentSlide", k(1)), l = oe("nav", {}), { dir: c, wrapAround: p, i18n: y } = n, d = c === "rtl", h = ie("button", {
9877
+ const { next: o, prev: i } = a || {}, n = oe("config", Ce(Object.assign({}, Ze))), s = oe("maxSlide", k(1)), r = oe("minSlide", k(1)), u = oe("currentSlide", k(1)), l = oe("nav", {}), { dir: c, wrapAround: p, i18n: y } = n, d = c === "rtl", h = se("button", {
9878
9878
  type: "button",
9879
9879
  class: [
9880
9880
  "carousel__prev",
@@ -9883,7 +9883,7 @@ const u1 = (e, { slots: a, attrs: t }) => {
9883
9883
  ],
9884
9884
  "aria-label": y.ariaPreviousSlide,
9885
9885
  onClick: l.prev
9886
- }, (i == null ? void 0 : i()) || ie(Fn, { name: d ? "arrowRight" : "arrowLeft" })), g = ie("button", {
9886
+ }, (i == null ? void 0 : i()) || se(Fn, { name: d ? "arrowRight" : "arrowLeft" })), g = se("button", {
9887
9887
  type: "button",
9888
9888
  class: [
9889
9889
  "carousel__next",
@@ -9892,7 +9892,7 @@ const u1 = (e, { slots: a, attrs: t }) => {
9892
9892
  ],
9893
9893
  "aria-label": y.ariaNextSlide,
9894
9894
  onClick: l.next
9895
- }, (o == null ? void 0 : o()) || ie(Fn, { name: d ? "arrowLeft" : "arrowRight" }));
9895
+ }, (o == null ? void 0 : o()) || se(Fn, { name: d ? "arrowLeft" : "arrowRight" }));
9896
9896
  return [h, g];
9897
9897
  };
9898
9898
  var m1 = lt({
@@ -9914,7 +9914,7 @@ var m1 = lt({
9914
9914
  };
9915
9915
  return () => {
9916
9916
  var c;
9917
- return ie("li", {
9917
+ return se("li", {
9918
9918
  style: { width: `${100 / t.itemsToShow}%` },
9919
9919
  class: {
9920
9920
  carousel__slide: !0,
@@ -10117,7 +10117,7 @@ const wt = (e, a) => {
10117
10117
  itemsToScroll: t.itemsToScroll,
10118
10118
  snapAlign: "start"
10119
10119
  })), n = N(() => o.value.data.currentSlide.value == 0 ? "none" : "inline"), s = N(() => o.value.data.currentSlide.value == o.value.data.maxSlide.value ? "none" : "inline"), r = k({});
10120
- se(
10120
+ ie(
10121
10121
  () => t.closestMatchDay,
10122
10122
  (l) => {
10123
10123
  if (l) {
@@ -10125,7 +10125,7 @@ const wt = (e, a) => {
10125
10125
  u(c || t.matchDays[0], !0);
10126
10126
  }
10127
10127
  }
10128
- ), se(
10128
+ ), ie(
10129
10129
  () => t.matchDays,
10130
10130
  (l) => {
10131
10131
  if (!t.closestMatchDay && l && l.length) {
@@ -10862,7 +10862,7 @@ const b1 = { class: "game-info__teams" }, v1 = { class: "game-info__teams__team_
10862
10862
  "font-family": t.televisionFontFamily,
10863
10863
  color: t.televisionColor
10864
10864
  }));
10865
- se(
10865
+ ie(
10866
10866
  () => t.componentWidth,
10867
10867
  (g) => {
10868
10868
  n.value = g < 910;
@@ -11509,12 +11509,12 @@ const b1 = { class: "game-info__teams" }, v1 = { class: "game-info__teams__team_
11509
11509
  height: t.height,
11510
11510
  width: t.width
11511
11511
  })), C = N(() => t.games ? Me(t.games) : l.value.get(u.value.key) || []), B = k(0), E = k("1"), Z = k([]), ae = k([]), le = N(() => ae.value && ae.value.length ? Te(n.value) : X(n.value));
11512
- se(
11512
+ ie(
11513
11513
  () => le.value,
11514
11514
  (Q) => {
11515
11515
  B.value = Z.value.findIndex((j) => j === Q), E.value = Q;
11516
11516
  }
11517
- ), se(
11517
+ ), ie(
11518
11518
  () => t.seasons,
11519
11519
  (Q) => {
11520
11520
  Q && Q.length && (c.value = !0, i.value = Q.map((j) => j.id), xe(Q, !0));
@@ -11555,7 +11555,7 @@ const b1 = { class: "game-info__teams" }, v1 = { class: "game-info__teams__team_
11555
11555
  }
11556
11556
  return j;
11557
11557
  }
11558
- se(
11558
+ ie(
11559
11559
  () => t.teamId,
11560
11560
  () => {
11561
11561
  re();
@@ -12490,7 +12490,7 @@ var O2 = lt({
12490
12490
  name: "ARIA",
12491
12491
  setup() {
12492
12492
  const e = oe("config", Ce(Object.assign({}, Qe))), a = oe("currentSlide", k(0)), t = oe("slidesCount", k(0));
12493
- return () => ie("div", {
12493
+ return () => se("div", {
12494
12494
  class: ["carousel__liveregion", "carousel__sr-only"],
12495
12495
  "aria-live": "polite",
12496
12496
  "aria-atomic": "true"
@@ -12638,10 +12638,10 @@ var O2 = lt({
12638
12638
  E(), Z(), Te(), X(), Q();
12639
12639
  }
12640
12640
  Object.keys(ir).forEach((A) => {
12641
- ["modelValue"].includes(A) || se(() => e[A], Oe);
12642
- }), se(() => e.modelValue, (A) => {
12641
+ ["modelValue"].includes(A) || ie(() => e[A], Oe);
12642
+ }), ie(() => e.modelValue, (A) => {
12643
12643
  A !== y.value && U(Number(A));
12644
- }), se(u, Te), t("before-init"), E();
12644
+ }), ie(u, Te), t("before-init"), E();
12645
12645
  const Fe = {
12646
12646
  config: l,
12647
12647
  slidesCount: u,
@@ -12684,13 +12684,13 @@ var O2 = lt({
12684
12684
  P = [...De, ...A, ...Le];
12685
12685
  }
12686
12686
  s.value = A, u.value = Math.max(A.length, 1);
12687
- const _ = ie("ol", {
12687
+ const _ = se("ol", {
12688
12688
  class: "carousel__track",
12689
12689
  style: ue.value,
12690
12690
  onMousedownCapture: l.mouseDrag ? nt : null,
12691
12691
  onTouchstartPassiveCapture: l.touchDrag ? nt : null
12692
- }, P), He = ie("div", { class: "carousel__viewport" }, _);
12693
- return ie("section", {
12692
+ }, P), He = se("div", { class: "carousel__viewport" }, _);
12693
+ return se("section", {
12694
12694
  ref: n,
12695
12695
  class: {
12696
12696
  carousel: !0,
@@ -12704,7 +12704,7 @@ var O2 = lt({
12704
12704
  tabindex: "0",
12705
12705
  onMouseenter: ht,
12706
12706
  onMouseleave: gt
12707
- }, [He, I, ie(O2)]);
12707
+ }, [He, I, se(O2)]);
12708
12708
  };
12709
12709
  }
12710
12710
  }), jn;
@@ -12724,8 +12724,8 @@ const En = (e) => {
12724
12724
  const a = oe("config", Ce(Object.assign({}, Qe))), t = String(e.name), o = `icon${t.charAt(0).toUpperCase() + t.slice(1)}`;
12725
12725
  if (!t || typeof t != "string" || !M2(t))
12726
12726
  return;
12727
- const i = x2[t], n = ie("path", { d: i }), s = a.i18n[o] || e.title || t, r = ie("title", s);
12728
- return ie("svg", {
12727
+ const i = x2[t], n = se("path", { d: i }), s = a.i18n[o] || e.title || t, r = se("title", s);
12728
+ return se("svg", {
12729
12729
  class: "carousel__icon",
12730
12730
  viewBox: "0 0 24 24",
12731
12731
  role: "img",
@@ -12734,7 +12734,7 @@ const En = (e) => {
12734
12734
  };
12735
12735
  En.props = { name: String, title: String };
12736
12736
  const R2 = (e, { slots: a, attrs: t }) => {
12737
- const { next: o, prev: i } = a || {}, n = oe("config", Ce(Object.assign({}, Qe))), s = oe("maxSlide", k(1)), r = oe("minSlide", k(1)), u = oe("currentSlide", k(1)), l = oe("nav", {}), { dir: c, wrapAround: p, i18n: y } = n, d = c === "rtl", h = ie("button", {
12737
+ const { next: o, prev: i } = a || {}, n = oe("config", Ce(Object.assign({}, Qe))), s = oe("maxSlide", k(1)), r = oe("minSlide", k(1)), u = oe("currentSlide", k(1)), l = oe("nav", {}), { dir: c, wrapAround: p, i18n: y } = n, d = c === "rtl", h = se("button", {
12738
12738
  type: "button",
12739
12739
  class: [
12740
12740
  "carousel__prev",
@@ -12743,7 +12743,7 @@ const R2 = (e, { slots: a, attrs: t }) => {
12743
12743
  ],
12744
12744
  "aria-label": y.ariaPreviousSlide,
12745
12745
  onClick: l.prev
12746
- }, (i == null ? void 0 : i()) || ie(En, { name: d ? "arrowRight" : "arrowLeft" })), g = ie("button", {
12746
+ }, (i == null ? void 0 : i()) || se(En, { name: d ? "arrowRight" : "arrowLeft" })), g = se("button", {
12747
12747
  type: "button",
12748
12748
  class: [
12749
12749
  "carousel__next",
@@ -12752,7 +12752,7 @@ const R2 = (e, { slots: a, attrs: t }) => {
12752
12752
  ],
12753
12753
  "aria-label": y.ariaNextSlide,
12754
12754
  onClick: l.next
12755
- }, (o == null ? void 0 : o()) || ie(En, { name: d ? "arrowLeft" : "arrowRight" }));
12755
+ }, (o == null ? void 0 : o()) || se(En, { name: d ? "arrowLeft" : "arrowRight" }));
12756
12756
  return [h, g];
12757
12757
  };
12758
12758
  var T2 = lt({
@@ -12774,7 +12774,7 @@ var T2 = lt({
12774
12774
  };
12775
12775
  return () => {
12776
12776
  var c;
12777
- return ie("li", {
12777
+ return se("li", {
12778
12778
  style: { width: `${100 / t.itemsToShow}%` },
12779
12779
  class: {
12780
12780
  carousel__slide: !0,
@@ -12976,7 +12976,7 @@ const F2 = {
12976
12976
  itemsToScroll: t.itemsToScroll,
12977
12977
  snapAlign: "start"
12978
12978
  })), n = N(() => o.value.data.currentSlide.value == 0 ? "none" : "inline"), s = N(() => o.value.data.currentSlide.value == o.value.data.maxSlide.value ? "none" : "inline"), r = k({});
12979
- se(
12979
+ ie(
12980
12980
  () => t.closestMatchDay,
12981
12981
  (l) => {
12982
12982
  if (l) {
@@ -12984,7 +12984,7 @@ const F2 = {
12984
12984
  u(c || t.matchDays[0], !0);
12985
12985
  }
12986
12986
  }
12987
- ), se(
12987
+ ), ie(
12988
12988
  () => t.matchDays,
12989
12989
  (l) => {
12990
12990
  if (!t.closestMatchDay && l && l.length) {
@@ -14684,7 +14684,7 @@ var eA = lt({
14684
14684
  name: "ARIA",
14685
14685
  setup() {
14686
14686
  const e = oe("config", Ce(Object.assign({}, tt))), a = oe("currentSlide", k(0)), t = oe("slidesCount", k(0));
14687
- return () => ie("div", {
14687
+ return () => se("div", {
14688
14688
  class: ["carousel__liveregion", "carousel__sr-only"],
14689
14689
  "aria-live": "polite",
14690
14690
  "aria-atomic": "true"
@@ -14832,10 +14832,10 @@ var eA = lt({
14832
14832
  E(), Z(), Te(), X(), Q();
14833
14833
  }
14834
14834
  Object.keys(mr).forEach((A) => {
14835
- ["modelValue"].includes(A) || se(() => e[A], Oe);
14836
- }), se(() => e.modelValue, (A) => {
14835
+ ["modelValue"].includes(A) || ie(() => e[A], Oe);
14836
+ }), ie(() => e.modelValue, (A) => {
14837
14837
  A !== y.value && U(Number(A));
14838
- }), se(u, Te), t("before-init"), E();
14838
+ }), ie(u, Te), t("before-init"), E();
14839
14839
  const Fe = {
14840
14840
  config: l,
14841
14841
  slidesCount: u,
@@ -14878,13 +14878,13 @@ var eA = lt({
14878
14878
  P = [...De, ...A, ...Le];
14879
14879
  }
14880
14880
  s.value = A, u.value = Math.max(A.length, 1);
14881
- const _ = ie("ol", {
14881
+ const _ = se("ol", {
14882
14882
  class: "carousel__track",
14883
14883
  style: ue.value,
14884
14884
  onMousedownCapture: l.mouseDrag ? nt : null,
14885
14885
  onTouchstartPassiveCapture: l.touchDrag ? nt : null
14886
- }, P), He = ie("div", { class: "carousel__viewport" }, _);
14887
- return ie("section", {
14886
+ }, P), He = se("div", { class: "carousel__viewport" }, _);
14887
+ return se("section", {
14888
14888
  ref: n,
14889
14889
  class: {
14890
14890
  carousel: !0,
@@ -14898,7 +14898,7 @@ var eA = lt({
14898
14898
  tabindex: "0",
14899
14899
  onMouseenter: ht,
14900
14900
  onMouseleave: gt
14901
- }, [He, I, ie(eA)]);
14901
+ }, [He, I, se(eA)]);
14902
14902
  };
14903
14903
  }
14904
14904
  }), pr;
@@ -14924,7 +14924,7 @@ var aA = lt({
14924
14924
  };
14925
14925
  return () => {
14926
14926
  var c;
14927
- return ie("li", {
14927
+ return se("li", {
14928
14928
  style: { width: `${100 / t.itemsToShow}%` },
14929
14929
  class: {
14930
14930
  carousel__slide: !0,
@@ -14945,7 +14945,7 @@ const oA = (e, a) => {
14945
14945
  for (const [o, i] of a)
14946
14946
  t[o] = i;
14947
14947
  return t;
14948
- }, nA = (e) => (be("data-v-cf3e4ab5"), e = e(), ve(), e), iA = { class: "gsc-carousel" }, sA = { key: 0 }, rA = /* @__PURE__ */ nA(() => /* @__PURE__ */ m("div", null, "no hay", -1)), lA = [
14948
+ }, nA = (e) => (be("data-v-d011244f"), e = e(), ve(), e), iA = { class: "gsc-carousel" }, sA = { key: 0 }, rA = /* @__PURE__ */ nA(() => /* @__PURE__ */ m("div", null, "no hay", -1)), lA = [
14949
14949
  rA
14950
14950
  ], cA = { class: "gsc-carousel__2d__slides" }, dA = {
14951
14951
  width: "9",
@@ -15079,22 +15079,24 @@ const oA = (e, a) => {
15079
15079
  setup(e, { expose: a, emit: t }) {
15080
15080
  const o = e;
15081
15081
  Re((g) => ({
15082
- a79d2c9e: e.slideLeftArrowBackgroundImage,
15083
- "227709fa": e.slidesArrowsLeftAndRight,
15084
- c388b60c: e.slideRightArrowBackgroundImage,
15085
- "257da7fc": e.marginTop,
15086
- "1c9922a0": e.secondarySlidesOpacity
15082
+ "756c2ee6": e.slideLeftArrowBackgroundImage,
15083
+ a8d2eea4: e.slidesArrowsLeftAndRight,
15084
+ "074cf336": e.slideRightArrowBackgroundImage,
15085
+ "165559b1": e.marginTop,
15086
+ e94ec1ea: e.secondarySlidesOpacity
15087
15087
  }));
15088
15088
  const i = k(null), n = k({}), s = k(0), r = k(!1);
15089
- se(
15089
+ ie(
15090
15090
  i,
15091
15091
  (g) => {
15092
15092
  g && r.value ? (r.value = !1, u(o.items)) : g && g.slideTo && g.slideTo(s.value);
15093
15093
  },
15094
15094
  { deep: !0 }
15095
- ), se(() => o.currentItemIndex, (g) => {
15095
+ ), ie(() => o.currentItemIndex, (g) => {
15096
+ s.value !== g && y(g);
15097
+ }), ie(() => o.defaultItemByIndex, (g) => {
15096
15098
  s.value !== g && y(g);
15097
- }), se(
15099
+ }), ie(
15098
15100
  () => o.items,
15099
15101
  (g) => {
15100
15102
  i.value ? u(g) : r.value = !0;
@@ -15245,7 +15247,7 @@ const oA = (e, a) => {
15245
15247
  ], 2))
15246
15248
  ]));
15247
15249
  }
15248
- }, CA = /* @__PURE__ */ oA(AA, [["__scopeId", "data-v-cf3e4ab5"]]), SA = [
15250
+ }, CA = /* @__PURE__ */ oA(AA, [["__scopeId", "data-v-d011244f"]]), SA = [
15249
15251
  "ene",
15250
15252
  "feb",
15251
15253
  "mar",
@@ -17725,7 +17727,7 @@ const T5 = {
17725
17727
  ])
17726
17728
  ], 32));
17727
17729
  }
17728
- }, I5 = /* @__PURE__ */ ot(E5, [["__scopeId", "data-v-c7d609cc"]]), zi = (e) => (be("data-v-708906a5"), e = e(), ve(), e), U5 = /* @__PURE__ */ zi(() => /* @__PURE__ */ m("svg", {
17730
+ }, I5 = /* @__PURE__ */ ot(E5, [["__scopeId", "data-v-c7d609cc"]]), zi = (e) => (be("data-v-19148a6d"), e = e(), ve(), e), U5 = /* @__PURE__ */ zi(() => /* @__PURE__ */ m("svg", {
17729
17731
  xmlns: "http://www.w3.org/2000/svg",
17730
17732
  width: "20",
17731
17733
  height: "20",
@@ -17795,7 +17797,7 @@ const T5 = {
17795
17797
  slideLeftArrowBackgroundImage: "none",
17796
17798
  slideRightArrowBackgroundImage: "none"
17797
17799
  }), s = k(null), r = k([]);
17798
- se(
17800
+ ie(
17799
17801
  () => t.playerQueue,
17800
17802
  (C) => {
17801
17803
  C.length && (r.value = C.map((B, E) => (B.index = E, { ...B })), o = t.playlistIndex, i = new Map(r.value.map((B) => [B.index, B])));
@@ -17857,8 +17859,9 @@ const T5 = {
17857
17859
  }, [
17858
17860
  m("div", {
17859
17861
  class: "carousel-full-screen__close",
17862
+ style: M(l() && h.value ? "padding-top:30px" : ""),
17860
17863
  onClick: y
17861
- }, V5),
17864
+ }, V5, 4),
17862
17865
  m("div", N5, [
17863
17866
  h.value && u() ? (f(), b("div", G5, L5)) : O("", !0),
17864
17867
  q(te(CA), Ut({
@@ -17882,7 +17885,7 @@ const T5 = {
17882
17885
  ])
17883
17886
  ], 2));
17884
17887
  }
17885
- }, Z5 = /* @__PURE__ */ ot(q5, [["__scopeId", "data-v-708906a5"]]), Sr = {
17888
+ }, Z5 = /* @__PURE__ */ ot(q5, [["__scopeId", "data-v-19148a6d"]]), Sr = {
17886
17889
  PO1: "CFI",
17887
17890
  PO2: "CFV",
17888
17891
  PO3: "SFI",
@@ -18186,7 +18189,7 @@ const oC = /* @__PURE__ */ Q5(Pi, [["render", aC], ["__scopeId", "data-v-fb269a1
18186
18189
  emits: ["input", "click-ready", "update:modelValue"],
18187
18190
  setup(e, { emit: a }) {
18188
18191
  const t = e, o = k({}), i = k(null), n = k(t.isMultipleOption ? -1 : 0), s = k(!1);
18189
- se(
18192
+ ie(
18190
18193
  () => t.items,
18191
18194
  (d, h) => {
18192
18195
  if (!t.modelValue && (!t.onlyFirstTime || !h || !h.length) && d && d.length) {
@@ -18201,7 +18204,7 @@ const oC = /* @__PURE__ */ Q5(Pi, [["render", aC], ["__scopeId", "data-v-fb269a1
18201
18204
  }
18202
18205
  },
18203
18206
  { immediate: !0 }
18204
- ), se(
18207
+ ), ie(
18205
18208
  () => t.modelValue,
18206
18209
  (d) => {
18207
18210
  if (d) {
@@ -18768,7 +18771,7 @@ const MC = /* @__PURE__ */ bC(ji, [["render", xC], ["__scopeId", "data-v-fb269a1
18768
18771
  emits: ["input", "click-ready", "update:modelValue"],
18769
18772
  setup(e, { emit: a }) {
18770
18773
  const t = e, o = k({}), i = k(null), n = k(t.isMultipleOption ? -1 : 0), s = k(!1);
18771
- se(
18774
+ ie(
18772
18775
  () => t.items,
18773
18776
  (d, h) => {
18774
18777
  if (!t.modelValue && (!t.onlyFirstTime || !h || !h.length) && d && d.length) {
@@ -18783,7 +18786,7 @@ const MC = /* @__PURE__ */ bC(ji, [["render", xC], ["__scopeId", "data-v-fb269a1
18783
18786
  }
18784
18787
  },
18785
18788
  { immediate: !0 }
18786
- ), se(
18789
+ ), ie(
18787
18790
  () => t.modelValue,
18788
18791
  (d) => {
18789
18792
  if (d) {