@win2win/shared-ui 0.3.223 → 0.3.224

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,11 +1,11 @@
1
- import { defineComponent as me, toRefs as ia, onMounted as jc, onUnmounted as R0, createBlock as ce, openBlock as _, unref as b, withCtx as te, renderSlot as ki, createCommentVNode as M, createTextVNode as pe, toDisplayString as B, Transition as S0, withDirectives as Lt, createElementVNode as v, normalizeClass as pa, createVNode as z, createElementBlock as h, vShow as N0, ref as Ie, computed as N, normalizeStyle as le, createSlots as L0, Fragment as de, renderList as he, withModifiers as di, resolveComponent as pi, resolveDirective as Ro, resolveDynamicComponent as So, watch as ma, inject as qa, normalizeProps as Kc, guardReactiveProps as Wc, mergeModels as Zc, useModel as Eo, provide as Za, isRef as yo, reactive as w0, useCssVars as M0, mergeProps as U0 } from "vue";
1
+ import { defineComponent as pe, toRefs as ia, onMounted as jc, onUnmounted as R0, createBlock as ce, openBlock as _, unref as v, withCtx as te, renderSlot as ki, createCommentVNode as M, createTextVNode as fe, toDisplayString as B, Transition as S0, withDirectives as Lt, createElementVNode as b, normalizeClass as pa, createVNode as z, createElementBlock as h, vShow as N0, ref as Ie, computed as N, normalizeStyle as le, createSlots as L0, Fragment as de, renderList as he, withModifiers as di, resolveComponent as pi, resolveDirective as Ro, resolveDynamicComponent as So, watch as ma, inject as qa, normalizeProps as Kc, guardReactiveProps as Wc, mergeModels as Zc, useModel as Eo, provide as Za, isRef as yo, reactive as w0, useCssVars as M0, mergeProps as U0 } from "vue";
2
2
  import { QBtn as Fe, QTooltip as xi, QSpinner as B0, QIcon as ea, QSpinnerHourglass as F0, QCarousel as k0, QCarouselSlide as z0, QCarouselControl as G0, QImg as wt, QBadge as Dt, QMenu as V0, QList as q0, QItem as $0, QItemSection as fc, QSkeleton as Qc, QRadio as _c, useQuasar as No, QChip as zi, QCardSection as ui, Screen as Yc, QInput as wl, QDialog as H0, QCard as j0, QSelect as gc } from "quasar";
3
3
  import { cloneDeep as Lo, mapKeys as Ti, upperFirst as Ml, snakeCase as nl, isNil as Tt, uniqueId as wo, omit as Mo, isArray as xt, mapValues as K0 } from "lodash-es";
4
4
  import { z as K } from "zod";
5
5
  import W0 from "axios";
6
6
  import { useQueryClient as Xc, useQuery as Jc, keepPreviousData as Z0 } from "@tanstack/vue-query";
7
7
  import Q0 from "moment-timezone";
8
- const ol = /* @__PURE__ */ me({
8
+ const ol = /* @__PURE__ */ pe({
9
9
  __name: "Button",
10
10
  props: {
11
11
  label: {},
@@ -27,7 +27,7 @@ const ol = /* @__PURE__ */ me({
27
27
  !o.value || typeof document > "u" || document.addEventListener("keydown", s);
28
28
  }), R0(() => {
29
29
  !o.value || typeof document > "u" || document.removeEventListener("keydown", s);
30
- }), (u, g) => (_(), ce(b(Fe), {
30
+ }), (u, g) => (_(), ce(v(Fe), {
31
31
  onClick: g[0] || (g[0] = (O) => c("click")),
32
32
  label: u.label,
33
33
  loading: u.loading || !1,
@@ -41,9 +41,9 @@ const ol = /* @__PURE__ */ me({
41
41
  }, {
42
42
  default: te(() => [
43
43
  ki(u.$slots, "default"),
44
- u.tooltip ? (_(), ce(b(xi), { key: 0 }, {
44
+ u.tooltip ? (_(), ce(v(xi), { key: 0 }, {
45
45
  default: te(() => [
46
- pe(B(u.tooltip), 1)
46
+ fe(B(u.tooltip), 1)
47
47
  ]),
48
48
  _: 1
49
49
  })) : M("", !0)
@@ -54,7 +54,7 @@ const ol = /* @__PURE__ */ me({
54
54
  }), Y0 = { class: "text-center" }, X0 = {
55
55
  key: 0,
56
56
  class: "q-mt-md"
57
- }, J0 = /* @__PURE__ */ me({
57
+ }, J0 = /* @__PURE__ */ pe({
58
58
  __name: "SectionSpinner",
59
59
  props: {
60
60
  fixed: { type: Boolean, default: !1 },
@@ -64,11 +64,11 @@ const ol = /* @__PURE__ */ me({
64
64
  setup(n) {
65
65
  return (m, t) => (_(), ce(S0, { name: "fade" }, {
66
66
  default: te(() => [
67
- Lt(v("div", {
67
+ Lt(b("div", {
68
68
  class: pa(["spinner-container", { fixed: m.fixed }])
69
69
  }, [
70
- v("div", Y0, [
71
- z(b(B0), {
70
+ b("div", Y0, [
71
+ z(v(B0), {
72
72
  size: "40px",
73
73
  color: "black"
74
74
  }),
@@ -92,7 +92,7 @@ const ol = /* @__PURE__ */ me({
92
92
  }, ab = { class: "card-menu" }, ib = {
93
93
  key: 0,
94
94
  class: "card-footer"
95
- }, lb = /* @__PURE__ */ me({
95
+ }, lb = /* @__PURE__ */ pe({
96
96
  __name: "Card",
97
97
  props: {
98
98
  title: {},
@@ -125,13 +125,13 @@ const ol = /* @__PURE__ */ me({
125
125
  }, [
126
126
  z(eu, { loading: o.loading }, null, 8, ["loading"]),
127
127
  c.value ? (_(), h("div", eb, [
128
- v("div", {
128
+ b("div", {
129
129
  class: pa(["text-accent-1 text-weight-bold", o.titleClass])
130
130
  }, B(c.value), 3),
131
131
  ki(o.$slots, "indicator", {}, void 0, !0)
132
132
  ])) : M("", !0),
133
133
  ki(o.$slots, "title", {}, void 0, !0),
134
- v("div", ab, [
134
+ b("div", ab, [
135
135
  ki(o.$slots, "actions", {}, void 0, !0)
136
136
  ]),
137
137
  t.value ? (_(), h("div", {
@@ -149,42 +149,42 @@ const ol = /* @__PURE__ */ me({
149
149
  }), pl = /* @__PURE__ */ De(lb, [["__scopeId", "data-v-2938dac2"]]), tb = {
150
150
  class: "q-pa-lg flex-center items-center",
151
151
  style: { width: "100%", height: "100%" }
152
- }, nb = { class: "stack flex-center" }, ob = { class: "text-grey-8" }, sb = /* @__PURE__ */ me({
152
+ }, nb = { class: "stack flex-center" }, ob = { class: "text-grey-8" }, sb = /* @__PURE__ */ pe({
153
153
  __name: "GeneratingError",
154
154
  props: {
155
155
  text: { default: "Generación de imagen fallida" }
156
156
  },
157
157
  setup(n) {
158
158
  return (m, t) => (_(), h("div", tb, [
159
- v("div", nb, [
160
- z(b(ea), {
159
+ b("div", nb, [
160
+ z(v(ea), {
161
161
  size: "xl",
162
162
  name: "sym_o_error"
163
163
  }),
164
- v("div", ob, B(m.text), 1)
164
+ b("div", ob, B(m.text), 1)
165
165
  ])
166
166
  ]));
167
167
  }
168
168
  }), rb = {
169
169
  class: "q-pa-lg flex-center items-center",
170
170
  style: { width: "100%", height: "100%" }
171
- }, cb = { class: "stack flex-center" }, ub = { class: "text-grey-8" }, db = /* @__PURE__ */ me({
171
+ }, cb = { class: "stack flex-center" }, ub = { class: "text-grey-8" }, db = /* @__PURE__ */ pe({
172
172
  __name: "GeneratingLoader",
173
173
  props: {
174
174
  text: { default: "Generando contenido..." }
175
175
  },
176
176
  setup(n) {
177
177
  return (m, t) => (_(), h("div", rb, [
178
- v("div", cb, [
179
- z(b(F0), {
178
+ b("div", cb, [
179
+ z(v(F0), {
180
180
  color: "primary",
181
181
  size: "xl"
182
182
  }),
183
- v("div", ub, B(m.text), 1)
183
+ b("div", ub, B(m.text), 1)
184
184
  ])
185
185
  ]));
186
186
  }
187
- }), pb = ["src"], mb = { key: 1 }, Bl = /* @__PURE__ */ me({
187
+ }), pb = ["src"], mb = { key: 1 }, Bl = /* @__PURE__ */ pe({
188
188
  __name: "DynamicCarousel",
189
189
  props: {
190
190
  items: {},
@@ -199,7 +199,7 @@ const ol = /* @__PURE__ */ me({
199
199
  const m = (u) => u.location ? u.location : "", t = Ie(null), c = Ie(1), o = Ie(!1), s = Ie(!1);
200
200
  return (u, g) => {
201
201
  var O, C;
202
- return (O = u.items) != null && O.length ? (_(), ce(b(k0), {
202
+ return (O = u.items) != null && O.length ? (_(), ce(v(k0), {
203
203
  key: 0,
204
204
  onMouseover: g[2] || (g[2] = (f) => s.value = !0),
205
205
  onMouseleave: g[3] || (g[3] = (f) => s.value = !1),
@@ -219,7 +219,7 @@ const ol = /* @__PURE__ */ me({
219
219
  style: le({ borderRadius: u.borderRadius })
220
220
  }, L0({
221
221
  default: te(() => [
222
- (_(!0), h(de, null, he(u.items, (f, x) => (_(), ce(b(z0), {
222
+ (_(!0), h(de, null, he(u.items, (f, x) => (_(), ce(v(z0), {
223
223
  key: x,
224
224
  name: x + 1,
225
225
  style: { overflow: "hidden", "background-color": "white", padding: "0" },
@@ -242,13 +242,13 @@ const ol = /* @__PURE__ */ me({
242
242
  u.showControls && t.value && (((C = u.items) == null ? void 0 : C.length) || 0) > 1 ? {
243
243
  name: "control",
244
244
  fn: te(() => [
245
- z(b(G0), {
245
+ z(v(G0), {
246
246
  offset: [18, 18],
247
247
  position: "right",
248
248
  class: "carousel-controls"
249
249
  }, {
250
250
  default: te(() => [
251
- z(b(Fe), {
251
+ z(v(Fe), {
252
252
  unelevated: "",
253
253
  round: "",
254
254
  dense: "",
@@ -256,7 +256,7 @@ const ol = /* @__PURE__ */ me({
256
256
  icon: "chevron_left",
257
257
  onClick: g[0] || (g[0] = di((f) => t.value.previous(), ["stop"]))
258
258
  }),
259
- z(b(Fe), {
259
+ z(v(Fe), {
260
260
  unelevated: "",
261
261
  round: "",
262
262
  dense: "",
@@ -271,7 +271,7 @@ const ol = /* @__PURE__ */ me({
271
271
  key: "0"
272
272
  } : void 0
273
273
  ]), 1032, ["autoplay", "height", "modelValue", "fullscreen", "style"])) : (_(), h("div", mb, [
274
- z(b(wt), {
274
+ z(v(wt), {
275
275
  style: le(`height: ${u.height || "400px"}`),
276
276
  src: "placeholder.webp"
277
277
  }, null, 8, ["style"])
@@ -1540,7 +1540,7 @@ var iu = {}, lu = {}, Rt = { exports: {} };
1540
1540
  Rt.exports;
1541
1541
  (function(n, m) {
1542
1542
  (function() {
1543
- var t, c = "4.17.21", o = 200, s = "Unsupported core-js use. Try https://npms.io/search?q=ponyfill.", u = "Expected a function", g = "Invalid `variable` option passed into `_.template`", O = "__lodash_hash_undefined__", C = 500, f = "__lodash_placeholder__", x = 1, w = 2, D = 4, A = 1, P = 2, E = 1, S = 2, Q = 4, j = 8, Z = 16, L = 32, F = 64, W = 128, Y = 256, oe = 512, G = 30, q = "...", se = 800, ue = 16, be = 1, fe = 2, Se = 3, Le = 1 / 0, Te = 9007199254740991, $e = 17976931348623157e292, Qe = NaN, Ge = 4294967295, ba = Ge - 1, ha = Ge >>> 1, Na = [
1543
+ var t, c = "4.17.21", o = 200, s = "Unsupported core-js use. Try https://npms.io/search?q=ponyfill.", u = "Expected a function", g = "Invalid `variable` option passed into `_.template`", O = "__lodash_hash_undefined__", C = 500, f = "__lodash_placeholder__", x = 1, w = 2, D = 4, A = 1, P = 2, E = 1, S = 2, Q = 4, j = 8, Z = 16, L = 32, F = 64, W = 128, Y = 256, oe = 512, G = 30, q = "...", se = 800, ue = 16, be = 1, me = 2, Se = 3, Le = 1 / 0, Te = 9007199254740991, $e = 17976931348623157e292, Qe = NaN, Ge = 4294967295, ba = Ge - 1, ha = Ge >>> 1, Na = [
1544
1544
  ["ary", W],
1545
1545
  ["bind", E],
1546
1546
  ["bindKey", S],
@@ -2193,7 +2193,7 @@ Rt.exports;
2193
2193
  V += a;
2194
2194
  for (var Ee = -1, ve = e[V]; ++Ee < H; ) {
2195
2195
  var xe = $[Ee], Ne = xe.iteratee, Ra = xe.type, va = Ne(ve);
2196
- if (Ra == fe)
2196
+ if (Ra == me)
2197
2197
  ve = va;
2198
2198
  else if (!va) {
2199
2199
  if (Ra == be)
@@ -6568,7 +6568,7 @@ var Vc;
6568
6568
  };
6569
6569
  Object.defineProperty(n, "__esModule", { value: !0 }), t(au, n), t(Uo, n), t(ou, n), t(ru, n);
6570
6570
  })(Je);
6571
- const hb = ["src", "alt"], Ob = /* @__PURE__ */ me({
6571
+ const hb = ["src", "alt"], Ob = /* @__PURE__ */ pe({
6572
6572
  __name: "FlagsIcons",
6573
6573
  props: {
6574
6574
  items: { default: () => [] },
@@ -6587,25 +6587,25 @@ const hb = ["src", "alt"], Ob = /* @__PURE__ */ me({
6587
6587
  key: g,
6588
6588
  style: { "margin-right": "6px" }
6589
6589
  }, [
6590
- v("div", {
6590
+ b("div", {
6591
6591
  class: pa(["flag-circle", `flag-${o.size}`])
6592
6592
  }, [
6593
- v("img", {
6593
+ b("img", {
6594
6594
  src: u.image,
6595
6595
  alt: u.name,
6596
6596
  class: "flag"
6597
6597
  }, null, 8, hb)
6598
6598
  ], 2),
6599
- z(b(xi), null, {
6599
+ z(v(xi), null, {
6600
6600
  default: te(() => [
6601
- pe(B(u.name), 1)
6601
+ fe(B(u.name), 1)
6602
6602
  ]),
6603
6603
  _: 2
6604
6604
  }, 1024)
6605
6605
  ]))), 128))
6606
6606
  ]));
6607
6607
  }
6608
- }), Ul = /* @__PURE__ */ De(Ob, [["__scopeId", "data-v-5dec39a6"]]), Ab = /* @__PURE__ */ me({
6608
+ }), Ul = /* @__PURE__ */ De(Ob, [["__scopeId", "data-v-5dec39a6"]]), Ab = /* @__PURE__ */ pe({
6609
6609
  __name: "IconButton",
6610
6610
  props: {
6611
6611
  icon: {},
@@ -6662,7 +6662,7 @@ const hb = ["src", "alt"], Ob = /* @__PURE__ */ me({
6662
6662
  clipboard: "content_paste_go"
6663
6663
  }[t.value || ""] ?? t.value
6664
6664
  ), s = N(() => m.sm ? "12px" : m.md ? "14px" : "16px");
6665
- return (u, g) => (_(), ce(b(Fe), {
6665
+ return (u, g) => (_(), ce(v(Fe), {
6666
6666
  unelevated: "",
6667
6667
  size: s.value,
6668
6668
  flat: u.flat && !u.outline,
@@ -6674,20 +6674,20 @@ const hb = ["src", "alt"], Ob = /* @__PURE__ */ me({
6674
6674
  style: le({ background: u.bg || "none" })
6675
6675
  }, {
6676
6676
  default: te(() => [
6677
- b(c) ? (_(), ce(b(xi), { key: 0 }, {
6677
+ v(c) ? (_(), ce(v(xi), { key: 0 }, {
6678
6678
  default: te(() => [
6679
- pe(B(b(c)), 1)
6679
+ fe(B(v(c)), 1)
6680
6680
  ]),
6681
6681
  _: 1
6682
6682
  })) : M("", !0),
6683
- u.badge ? (_(), ce(b(Dt), {
6683
+ u.badge ? (_(), ce(v(Dt), {
6684
6684
  key: 1,
6685
6685
  rounded: "",
6686
6686
  color: "secondary-3",
6687
6687
  floating: ""
6688
6688
  }, {
6689
6689
  default: te(() => [
6690
- pe(B(u.badge), 1)
6690
+ fe(B(u.badge), 1)
6691
6691
  ]),
6692
6692
  _: 1
6693
6693
  })) : M("", !0),
@@ -6696,7 +6696,7 @@ const hb = ["src", "alt"], Ob = /* @__PURE__ */ me({
6696
6696
  _: 3
6697
6697
  }, 8, ["size", "flat", "outline", "icon", "color", "disable", "style"]));
6698
6698
  }
6699
- }), Di = /* @__PURE__ */ De(Ab, [["__scopeId", "data-v-69db396c"]]), Ib = /* @__PURE__ */ me({
6699
+ }), Di = /* @__PURE__ */ De(Ab, [["__scopeId", "data-v-69db396c"]]), Ib = /* @__PURE__ */ pe({
6700
6700
  __name: "IndicatorColor",
6701
6701
  props: {
6702
6702
  color: {}
@@ -6714,7 +6714,7 @@ const hb = ["src", "alt"], Ob = /* @__PURE__ */ me({
6714
6714
  }), Bu = /* @__PURE__ */ De(Ib, [["__scopeId", "data-v-f7a2cee7"]]), Cb = {
6715
6715
  key: 1,
6716
6716
  class: "center full-width"
6717
- }, Pb = /* @__PURE__ */ me({
6717
+ }, Pb = /* @__PURE__ */ pe({
6718
6718
  __name: "MenuButton",
6719
6719
  props: {
6720
6720
  icon: { default: "menu" },
@@ -6744,23 +6744,23 @@ const hb = ["src", "alt"], Ob = /* @__PURE__ */ me({
6744
6744
  loading: u.loading
6745
6745
  }, {
6746
6746
  default: te(() => [
6747
- z(b(V0), null, {
6747
+ z(v(V0), null, {
6748
6748
  default: te(() => [
6749
- z(b(q0), { style: { "min-width": "150px" } }, {
6749
+ z(v(q0), { style: { "min-width": "150px" } }, {
6750
6750
  default: te(() => [
6751
- (_(!0), h(de, null, he(o.value, (f) => Lt((_(), ce(b($0), {
6751
+ (_(!0), h(de, null, he(o.value, (f) => Lt((_(), ce(v($0), {
6752
6752
  clickable: "",
6753
6753
  onClick: (x) => f.onClick ? f.onClick() : t("onItemClick", f),
6754
6754
  disable: f.disabled
6755
6755
  }, {
6756
6756
  default: te(() => [
6757
- f.icon || f.color ? (_(), ce(b(fc), {
6757
+ f.icon || f.color ? (_(), ce(v(fc), {
6758
6758
  key: 0,
6759
6759
  avatar: "",
6760
6760
  style: { width: "40px !important", "min-width": "40px !important" }
6761
6761
  }, {
6762
6762
  default: te(() => [
6763
- f.icon ? (_(), ce(b(ea), {
6763
+ f.icon ? (_(), ce(v(ea), {
6764
6764
  key: 0,
6765
6765
  name: f.icon,
6766
6766
  size: "xs"
@@ -6772,9 +6772,9 @@ const hb = ["src", "alt"], Ob = /* @__PURE__ */ me({
6772
6772
  ]),
6773
6773
  _: 2
6774
6774
  }, 1024)) : M("", !0),
6775
- z(b(fc), { style: { "text-wrap": "nowrap" } }, {
6775
+ z(v(fc), { style: { "text-wrap": "nowrap" } }, {
6776
6776
  default: te(() => [
6777
- pe(B(f.label), 1)
6777
+ fe(B(f.label), 1)
6778
6778
  ]),
6779
6779
  _: 2
6780
6780
  }, 1024)
@@ -6794,7 +6794,7 @@ const hb = ["src", "alt"], Ob = /* @__PURE__ */ me({
6794
6794
  }, 8, ["action", "icon", "label", "text-color", "color", "flat", "size", "loading"]);
6795
6795
  };
6796
6796
  }
6797
- }), Eb = { class: "flex no-wrap text-no-wrap items-center justify-start" }, yb = /* @__PURE__ */ me({
6797
+ }), Eb = { class: "flex no-wrap text-no-wrap items-center justify-start" }, yb = /* @__PURE__ */ pe({
6798
6798
  __name: "StateIndicator",
6799
6799
  props: {
6800
6800
  state: { default: 0 },
@@ -6823,13 +6823,13 @@ const hb = ["src", "alt"], Ob = /* @__PURE__ */ me({
6823
6823
  );
6824
6824
  return (x, w) => (_(), h("div", Eb, [
6825
6825
  z(Bu, { color: f.value }, null, 8, ["color"]),
6826
- v("span", {
6826
+ b("span", {
6827
6827
  style: le(x.sm ? "font-size: 12px" : ""),
6828
6828
  class: pa(`indicator-label ${x.textClassName}`)
6829
6829
  }, B(C.value), 7)
6830
6830
  ]));
6831
6831
  }
6832
- }), ml = /* @__PURE__ */ De(yb, [["__scopeId", "data-v-5217c805"]]), xb = /* @__PURE__ */ me({
6832
+ }), ml = /* @__PURE__ */ De(yb, [["__scopeId", "data-v-5217c805"]]), xb = /* @__PURE__ */ pe({
6833
6833
  __name: "DomSection",
6834
6834
  props: {
6835
6835
  section: {}
@@ -6849,7 +6849,7 @@ const hb = ["src", "alt"], Ob = /* @__PURE__ */ me({
6849
6849
  }, Tb = {
6850
6850
  key: 2,
6851
6851
  class: "actions no-print"
6852
- }, Rb = /* @__PURE__ */ me({
6852
+ }, Rb = /* @__PURE__ */ pe({
6853
6853
  __name: "PdfContainer",
6854
6854
  props: {
6855
6855
  pdf: {}
@@ -6905,7 +6905,7 @@ const hb = ["src", "alt"], Ob = /* @__PURE__ */ me({
6905
6905
  ref: "pdfRef",
6906
6906
  onOnPdfInit: O
6907
6907
  }, null, 40, ["src"])) : (_(), h("div", Db, [
6908
- z(b(Qc), { height: "500px" })
6908
+ z(v(Qc), { height: "500px" })
6909
6909
  ])),
6910
6910
  z(D, null, {
6911
6911
  default: te(() => [
@@ -6928,7 +6928,7 @@ const hb = ["src", "alt"], Ob = /* @__PURE__ */ me({
6928
6928
  _: 1
6929
6929
  }),
6930
6930
  m.value ? (_(), h("div", Tb, [
6931
- z(b(Fe), {
6931
+ z(v(Fe), {
6932
6932
  size: "lg",
6933
6933
  round: "",
6934
6934
  color: "black",
@@ -6962,7 +6962,7 @@ function Nb(n, m, t) {
6962
6962
  const Lb = { class: "card" }, wb = {
6963
6963
  key: 0,
6964
6964
  class: "card-header"
6965
- }, Mb = ["contenteditable"], Ub = { class: "card-content" }, Bb = ["contenteditable"], Fb = ["contenteditable"], kb = /* @__PURE__ */ me({
6965
+ }, Mb = ["contenteditable"], Ub = { class: "card-content" }, Bb = ["contenteditable"], Fb = ["contenteditable"], kb = /* @__PURE__ */ pe({
6966
6966
  __name: "Card",
6967
6967
  props: {
6968
6968
  card: {},
@@ -6985,20 +6985,20 @@ const Lb = { class: "card" }, wb = {
6985
6985
  s.card.title || s.card.subtitle ? (_(), h("div", wb, [
6986
6986
  s.card.title ? (_(), h("h3", {
6987
6987
  key: 0,
6988
- contenteditable: b(o)
6988
+ contenteditable: v(o)
6989
6989
  }, B(s.card.title), 9, Mb)) : M("", !0)
6990
6990
  ])) : M("", !0),
6991
- v("div", Ub, [
6991
+ b("div", Ub, [
6992
6992
  (_(!0), h(de, null, he(s.card.fields, (g, O) => (_(), h("div", {
6993
6993
  key: O,
6994
6994
  class: "card-field"
6995
6995
  }, [
6996
- v("span", {
6997
- contenteditable: b(o),
6996
+ b("span", {
6997
+ contenteditable: v(o),
6998
6998
  class: "field-label"
6999
6999
  }, B(g.label), 9, Bb),
7000
- v("span", {
7001
- contenteditable: b(o),
7000
+ b("span", {
7001
+ contenteditable: v(o),
7002
7002
  class: "field-value"
7003
7003
  }, B(t(g)), 9, Fb)
7004
7004
  ]))), 128))
@@ -7019,7 +7019,7 @@ function Xt(n, m = {}) {
7019
7019
  const t = qa("data"), c = N(() => t.value[n] || m), o = N(() => t.value.global || {}), s = N(() => ({ ...o.value, ...c.value }));
7020
7020
  return { sectionData: c, globalData: o, data: s };
7021
7021
  }
7022
- const $b = /* @__PURE__ */ me({
7022
+ const $b = /* @__PURE__ */ pe({
7023
7023
  __name: "CardGridSection",
7024
7024
  props: {
7025
7025
  styles: {},
@@ -7037,7 +7037,7 @@ const $b = /* @__PURE__ */ me({
7037
7037
  (_(!0), h(de, null, he(c.content.cards, (u, g) => (_(), ce(qb, {
7038
7038
  key: g,
7039
7039
  card: u,
7040
- data: b(t)
7040
+ data: v(t)
7041
7041
  }, null, 8, ["card", "data"]))), 128))
7042
7042
  ], 4);
7043
7043
  };
@@ -7046,7 +7046,7 @@ const $b = /* @__PURE__ */ me({
7046
7046
  "card-section": "_card-section_1xfbl_2"
7047
7047
  }, jb = {
7048
7048
  $style: Hb
7049
- }, Kb = /* @__PURE__ */ De($b, [["__cssModules", jb]]), Wb = ["src", "alt"], Zb = /* @__PURE__ */ me({
7049
+ }, Kb = /* @__PURE__ */ De($b, [["__cssModules", jb]]), Wb = ["src", "alt"], Zb = /* @__PURE__ */ pe({
7050
7050
  __name: "ImageSection",
7051
7051
  props: {
7052
7052
  styles: {},
@@ -7056,13 +7056,13 @@ const $b = /* @__PURE__ */ me({
7056
7056
  setup(n) {
7057
7057
  const m = n, { content: t, styles: c } = ia(m);
7058
7058
  return Xt(m.id, {}), (o, s) => (_(), h("div", {
7059
- style: le({ justifyContent: b(t).align }),
7059
+ style: le({ justifyContent: v(t).align }),
7060
7060
  class: "img-container"
7061
7061
  }, [
7062
- v("img", {
7063
- src: b(t).src,
7064
- alt: b(t).alt,
7065
- style: le({ width: b(t).width, height: b(t).height })
7062
+ b("img", {
7063
+ src: v(t).src,
7064
+ alt: v(t).alt,
7065
+ style: le({ width: v(t).width, height: v(t).height })
7066
7066
  }, null, 12, Wb)
7067
7067
  ], 4));
7068
7068
  }
@@ -7070,7 +7070,7 @@ const $b = /* @__PURE__ */ me({
7070
7070
  "img-container": "_img-container_17yzt_2"
7071
7071
  }, Yb = {
7072
7072
  $style: Qb
7073
- }, Xb = /* @__PURE__ */ De(Zb, [["__cssModules", Yb]]), Jb = { class: "section" }, e1 = { class: "q-py-md-lg q-my-md q-px-xs row justify-center items-center" }, a1 = /* @__PURE__ */ me({
7073
+ }, Xb = /* @__PURE__ */ De(Zb, [["__cssModules", Yb]]), Jb = { class: "section" }, e1 = { class: "q-py-md-lg q-my-md q-px-xs row justify-center items-center" }, a1 = /* @__PURE__ */ pe({
7074
7074
  __name: "RadioButtonsSection",
7075
7075
  props: {
7076
7076
  styles: {},
@@ -7089,15 +7089,15 @@ const $b = /* @__PURE__ */ me({
7089
7089
  }
7090
7090
  };
7091
7091
  }), (o, s) => (_(), h("div", Jb, [
7092
- v("div", e1, [
7093
- z(b(_c), {
7092
+ b("div", e1, [
7093
+ z(v(_c), {
7094
7094
  modelValue: c.value,
7095
7095
  "onUpdate:modelValue": s[0] || (s[0] = (u) => c.value = u),
7096
7096
  val: "si",
7097
7097
  label: "Sí acepto",
7098
7098
  class: "radio q-mx-md"
7099
7099
  }, null, 8, ["modelValue"]),
7100
- z(b(_c), {
7100
+ z(v(_c), {
7101
7101
  modelValue: c.value,
7102
7102
  "onUpdate:modelValue": s[1] || (s[1] = (u) => c.value = u),
7103
7103
  val: "no",
@@ -7117,7 +7117,7 @@ const $b = /* @__PURE__ */ me({
7117
7117
  }, c1 = ["src"], u1 = { class: "flex justify-end q-mt-sm no-print" }, d1 = {
7118
7118
  key: 1,
7119
7119
  class: "flex justify-center q-pa-lg"
7120
- }, p1 = /* @__PURE__ */ me({
7120
+ }, p1 = /* @__PURE__ */ pe({
7121
7121
  __name: "SignatureSection",
7122
7122
  props: {
7123
7123
  styles: {},
@@ -7155,9 +7155,9 @@ const $b = /* @__PURE__ */ me({
7155
7155
  g.value ? (_(), h("div", n1, [
7156
7156
  z(Q, null, {
7157
7157
  default: te(() => [
7158
- v("div", o1, [
7158
+ b("div", o1, [
7159
7159
  z(S, {
7160
- width: b(O).lt.md ? "100vw" : "auto",
7160
+ width: v(O).lt.md ? "100vw" : "auto",
7161
7161
  height: "180px",
7162
7162
  ref_key: "signaturePad",
7163
7163
  ref: s
@@ -7166,47 +7166,47 @@ const $b = /* @__PURE__ */ me({
7166
7166
  ]),
7167
7167
  _: 1
7168
7168
  }),
7169
- v("div", s1, [
7170
- z(b(Fe), {
7169
+ b("div", s1, [
7170
+ z(v(Fe), {
7171
7171
  unelevated: "",
7172
7172
  outline: "",
7173
7173
  onClick: D
7174
7174
  }, {
7175
7175
  default: te(() => [...E[0] || (E[0] = [
7176
- pe("Cancelar", -1)
7176
+ fe("Cancelar", -1)
7177
7177
  ])]),
7178
7178
  _: 1
7179
7179
  }),
7180
- z(b(Fe), {
7180
+ z(v(Fe), {
7181
7181
  unelevated: "",
7182
7182
  outline: "",
7183
7183
  onClick: C
7184
7184
  }, {
7185
7185
  default: te(() => [...E[1] || (E[1] = [
7186
- pe("Limpiar", -1)
7186
+ fe("Limpiar", -1)
7187
7187
  ])]),
7188
7188
  _: 1
7189
7189
  }),
7190
- z(b(Fe), {
7190
+ z(v(Fe), {
7191
7191
  unelevated: "",
7192
7192
  outline: "",
7193
7193
  onClick: x
7194
7194
  }, {
7195
7195
  default: te(() => [...E[2] || (E[2] = [
7196
- pe("Confirmar", -1)
7196
+ fe("Confirmar", -1)
7197
7197
  ])]),
7198
7198
  _: 1
7199
7199
  })
7200
7200
  ])
7201
7201
  ])) : (_(), h("div", r1, [
7202
- v("img", {
7202
+ b("img", {
7203
7203
  src: u.value,
7204
7204
  height: "140"
7205
7205
  }, null, 8, c1),
7206
- v("div", u1, [
7207
- z(b(Fe), { onClick: w }, {
7206
+ b("div", u1, [
7207
+ z(v(Fe), { onClick: w }, {
7208
7208
  default: te(() => [
7209
- pe(B(u.value ? "Volver a firmar" : "Firmar"), 1)
7209
+ fe(B(u.value ? "Volver a firmar" : "Firmar"), 1)
7210
7210
  ]),
7211
7211
  _: 1
7212
7212
  })
@@ -7216,7 +7216,7 @@ const $b = /* @__PURE__ */ me({
7216
7216
  ]);
7217
7217
  };
7218
7218
  }
7219
- }), m1 = /* @__PURE__ */ De(p1, [["__scopeId", "data-v-0953979f"]]), f1 = ["contenteditable"], _1 = ["contenteditable"], g1 = "#f5f5f5", v1 = /* @__PURE__ */ me({
7219
+ }), m1 = /* @__PURE__ */ De(p1, [["__scopeId", "data-v-0953979f"]]), f1 = ["contenteditable"], _1 = ["contenteditable"], g1 = "#f5f5f5", v1 = /* @__PURE__ */ pe({
7220
7220
  __name: "TableSection",
7221
7221
  props: {
7222
7222
  styles: {},
@@ -7231,28 +7231,28 @@ const $b = /* @__PURE__ */ me({
7231
7231
  style: le("width: 100%;" + ((O = u.styles) == null ? void 0 : O.cssRaw) || ""),
7232
7232
  class: "table-section"
7233
7233
  }, [
7234
- v("thead", null, [
7235
- v("tr", null, [
7236
- (_(!0), h(de, null, he(b(t), (C) => (_(), h("th", {
7234
+ b("thead", null, [
7235
+ b("tr", null, [
7236
+ (_(!0), h(de, null, he(v(t), (C) => (_(), h("th", {
7237
7237
  key: C.key,
7238
7238
  style: le({ textAlign: C.align || "left" }),
7239
- contenteditable: b(s)
7239
+ contenteditable: v(s)
7240
7240
  }, B(C.header), 13, f1))), 128))
7241
7241
  ])
7242
7242
  ]),
7243
- v("tbody", null, [
7243
+ b("tbody", null, [
7244
7244
  (_(!0), h(de, null, he(o.value, (C, f) => (_(), h("tr", {
7245
7245
  key: f,
7246
7246
  style: le({
7247
7247
  backgroundColor: f % 2 === 0 ? g1 : "transparent"
7248
7248
  })
7249
7249
  }, [
7250
- (_(!0), h(de, null, he(b(t), (x) => (_(), h("td", {
7250
+ (_(!0), h(de, null, he(v(t), (x) => (_(), h("td", {
7251
7251
  key: x.key,
7252
7252
  style: le({
7253
7253
  textAlign: x.align || "left"
7254
7254
  }),
7255
- contenteditable: b(s)
7255
+ contenteditable: v(s)
7256
7256
  }, B(C[x.key]), 13, _1))), 128))
7257
7257
  ], 4))), 128))
7258
7258
  ])
@@ -7269,7 +7269,7 @@ const $b = /* @__PURE__ */ me({
7269
7269
  }, C1 = { class: "add-btn" }, P1 = ["contenteditable"], E1 = ["contenteditable"], y1 = { class: "p-container" }, x1 = ["contenteditable"], D1 = {
7270
7270
  key: 0,
7271
7271
  class: "remove-btn no-print"
7272
- }, T1 = /* @__PURE__ */ me({
7272
+ }, T1 = /* @__PURE__ */ pe({
7273
7273
  __name: "TextSection",
7274
7274
  props: {
7275
7275
  styles: {},
@@ -7317,9 +7317,9 @@ const $b = /* @__PURE__ */ me({
7317
7317
  return (x, w) => {
7318
7318
  var D;
7319
7319
  return _(), h("div", A1, [
7320
- b(s) ? (_(), h("div", I1, [
7321
- v("div", C1, [
7322
- z(b(Fe), {
7320
+ v(s) ? (_(), h("div", I1, [
7321
+ b("div", C1, [
7322
+ z(v(Fe), {
7323
7323
  size: "sm",
7324
7324
  round: "",
7325
7325
  color: "black",
@@ -7327,9 +7327,9 @@ const $b = /* @__PURE__ */ me({
7327
7327
  icon: "add"
7328
7328
  }, {
7329
7329
  default: te(() => [
7330
- z(b(xi), null, {
7330
+ z(v(xi), null, {
7331
7331
  default: te(() => [...w[0] || (w[0] = [
7332
- pe("Agregar párrafo", -1)
7332
+ fe("Agregar párrafo", -1)
7333
7333
  ])]),
7334
7334
  _: 1
7335
7335
  })
@@ -7338,7 +7338,7 @@ const $b = /* @__PURE__ */ me({
7338
7338
  })
7339
7339
  ])
7340
7340
  ])) : M("", !0),
7341
- v("div", {
7341
+ b("div", {
7342
7342
  style: le(((D = x.styles) == null ? void 0 : D.cssRaw) || "")
7343
7343
  }, [
7344
7344
  (_(!0), h(de, null, he(o.value, ({ type: A, text: P, align: E, sourceCollection: S, styles: Q }, j) => (_(), h("div", {
@@ -7346,23 +7346,23 @@ const $b = /* @__PURE__ */ me({
7346
7346
  }, [
7347
7347
  A === "title" ? (_(), h("h1", {
7348
7348
  key: 0,
7349
- contenteditable: b(s),
7349
+ contenteditable: v(s),
7350
7350
  style: le(Q || {})
7351
7351
  }, B(u(P, null)), 13, P1)) : M("", !0),
7352
7352
  A === "subtitle" ? (_(), h("h2", {
7353
7353
  key: 1,
7354
- contenteditable: b(s),
7354
+ contenteditable: v(s),
7355
7355
  style: le(Q || {})
7356
7356
  }, B(u(P, null)), 13, E1)) : M("", !0),
7357
- A === "paragraph" ? (_(!0), h(de, { key: 2 }, he(S ? b(t)[S] : [null], (Z) => (_(), h("div", y1, [
7357
+ A === "paragraph" ? (_(!0), h(de, { key: 2 }, he(S ? v(t)[S] : [null], (Z) => (_(), h("div", y1, [
7358
7358
  (_(!0), h(de, null, he(f(
7359
7359
  u(P, Z, S)
7360
7360
  ), (L) => (_(), h("p", {
7361
- contenteditable: b(s),
7361
+ contenteditable: v(s),
7362
7362
  style: le(Q || {})
7363
7363
  }, B(L), 13, x1))), 256)),
7364
- b(s) ? (_(), h("div", D1, [
7365
- z(b(Fe), {
7364
+ v(s) ? (_(), h("div", D1, [
7365
+ z(v(Fe), {
7366
7366
  size: "sm",
7367
7367
  r: "",
7368
7368
  round: "",
@@ -7371,9 +7371,9 @@ const $b = /* @__PURE__ */ me({
7371
7371
  icon: "delete"
7372
7372
  }, {
7373
7373
  default: te(() => [
7374
- z(b(xi), null, {
7374
+ z(v(xi), null, {
7375
7375
  default: te(() => [...w[1] || (w[1] = [
7376
- pe("Eliminar párrafo", -1)
7376
+ fe("Eliminar párrafo", -1)
7377
7377
  ])]),
7378
7378
  _: 1
7379
7379
  })
@@ -7395,7 +7395,7 @@ const $b = /* @__PURE__ */ me({
7395
7395
  "no-print": "_no-print_besae_41"
7396
7396
  }, N1 = {
7397
7397
  $style: S1
7398
- }, L1 = /* @__PURE__ */ De(T1, [["__cssModules", N1]]), w1 = /* @__PURE__ */ me({
7398
+ }, L1 = /* @__PURE__ */ De(T1, [["__cssModules", N1]]), w1 = /* @__PURE__ */ pe({
7399
7399
  __name: "SectionWrapper",
7400
7400
  props: {
7401
7401
  section: {}
@@ -7415,7 +7415,7 @@ const $b = /* @__PURE__ */ me({
7415
7415
  }));
7416
7416
  return (s, u) => (_(), ce(So(t[c.value]), Kc(Wc(o.value)), null, 16));
7417
7417
  }
7418
- }), M1 = /* @__PURE__ */ me({
7418
+ }), M1 = /* @__PURE__ */ pe({
7419
7419
  __name: "SectionsContainer",
7420
7420
  props: /* @__PURE__ */ Zc({
7421
7421
  layout: {},
@@ -7447,7 +7447,7 @@ const $b = /* @__PURE__ */ me({
7447
7447
  }), g = ((C = (O = c.value) == null ? void 0 : O.styles) == null ? void 0 : C.cssRaw) || "";
7448
7448
  return (f, x) => (_(), h("div", {
7449
7449
  class: "sections-container",
7450
- style: le(b(g))
7450
+ style: le(v(g))
7451
7451
  }, [
7452
7452
  f.pdf ? (_(), ce(Sb, {
7453
7453
  key: 0,
@@ -7510,7 +7510,7 @@ const $b = /* @__PURE__ */ me({
7510
7510
  public: c,
7511
7511
  tipo: o
7512
7512
  };
7513
- }, G1 = /* @__PURE__ */ me({
7513
+ }, G1 = /* @__PURE__ */ pe({
7514
7514
  __name: "ProductTag",
7515
7515
  props: {
7516
7516
  tag: {},
@@ -7530,13 +7530,13 @@ const $b = /* @__PURE__ */ me({
7530
7530
  return m.tag;
7531
7531
  }
7532
7532
  });
7533
- return (c, o) => c.tag ? (_(), ce(b(zi), {
7533
+ return (c, o) => c.tag ? (_(), ce(v(zi), {
7534
7534
  key: 0,
7535
7535
  class: "tag",
7536
7536
  size: "12px"
7537
7537
  }, {
7538
7538
  default: te(() => [
7539
- pe(B(t.value), 1)
7539
+ fe(B(t.value), 1)
7540
7540
  ]),
7541
7541
  _: 1
7542
7542
  })) : M("", !0);
@@ -7550,7 +7550,7 @@ const $b = /* @__PURE__ */ me({
7550
7550
  }, X1 = {
7551
7551
  key: 0,
7552
7552
  class: "row items-center q-mb-sm"
7553
- }, J1 = /* @__PURE__ */ me({
7553
+ }, J1 = /* @__PURE__ */ pe({
7554
7554
  __name: "BrokerProps",
7555
7555
  props: {
7556
7556
  data: {},
@@ -7585,64 +7585,64 @@ const $b = /* @__PURE__ */ me({
7585
7585
  var C, f, x;
7586
7586
  return _(), h("div", V1, [
7587
7587
  g.table ? (_(), h("table", q1, [
7588
- v("tbody", null, [
7589
- (C = b(t)) != null && C.idiomas.length ? (_(), h("tr", $1, [
7590
- O[0] || (O[0] = v("td", { class: "broker-label" }, "Idiomas", -1)),
7591
- v("td", null, [
7588
+ b("tbody", null, [
7589
+ (C = v(t)) != null && C.idiomas.length ? (_(), h("tr", $1, [
7590
+ O[0] || (O[0] = b("td", { class: "broker-label" }, "Idiomas", -1)),
7591
+ b("td", null, [
7592
7592
  z(Ul, {
7593
- items: b(t).idiomas,
7593
+ items: v(t).idiomas,
7594
7594
  type: "languages"
7595
7595
  }, null, 8, ["items"])
7596
7596
  ])
7597
7597
  ])) : M("", !0),
7598
- v("tr", null, [
7599
- O[1] || (O[1] = v("td", { class: "broker-label" }, "Años de experiencia", -1)),
7600
- v("td", null, B(u.value), 1)
7598
+ b("tr", null, [
7599
+ O[1] || (O[1] = b("td", { class: "broker-label" }, "Años de experiencia", -1)),
7600
+ b("td", null, B(u.value), 1)
7601
7601
  ]),
7602
7602
  c.value.length ? (_(), h("tr", H1, [
7603
- O[2] || (O[2] = v("td", { class: "broker-label" }, "Especialización", -1)),
7604
- v("td", null, [
7603
+ O[2] || (O[2] = b("td", { class: "broker-label" }, "Especialización", -1)),
7604
+ b("td", null, [
7605
7605
  (_(!0), h(de, null, he(c.value, (w, D) => (_(), h("span", {
7606
7606
  key: "esp-" + D
7607
7607
  }, [
7608
- pe(B(w), 1),
7608
+ fe(B(w), 1),
7609
7609
  D < c.value.length - 1 ? (_(), h("span", j1, ", ")) : M("", !0)
7610
7610
  ]))), 128))
7611
7611
  ])
7612
7612
  ])) : M("", !0),
7613
7613
  o.value.length ? (_(), h("tr", K1, [
7614
- O[3] || (O[3] = v("td", { class: "broker-label" }, "Especialización de residencia", -1)),
7615
- v("td", null, [
7614
+ O[3] || (O[3] = b("td", { class: "broker-label" }, "Especialización de residencia", -1)),
7615
+ b("td", null, [
7616
7616
  (_(!0), h(de, null, he(o.value, (w, D) => (_(), h("span", {
7617
7617
  key: "espres-" + D
7618
7618
  }, [
7619
- pe(B(w), 1),
7619
+ fe(B(w), 1),
7620
7620
  D < o.value.length - 1 ? (_(), h("span", W1, ", ")) : M("", !0)
7621
7621
  ]))), 128))
7622
7622
  ])
7623
7623
  ])) : M("", !0),
7624
7624
  s.value.length ? (_(), h("tr", Z1, [
7625
- O[4] || (O[4] = v("td", { class: "broker-label" }, "Especialización de hipotecas", -1)),
7626
- v("td", null, [
7625
+ O[4] || (O[4] = b("td", { class: "broker-label" }, "Especialización de hipotecas", -1)),
7626
+ b("td", null, [
7627
7627
  (_(!0), h(de, null, he(s.value, (w, D) => (_(), h("span", {
7628
7628
  key: "espres-" + D
7629
7629
  }, [
7630
- pe(B(w), 1),
7630
+ fe(B(w), 1),
7631
7631
  D < s.value.length - 1 ? (_(), h("span", Q1, ", ")) : M("", !0)
7632
7632
  ]))), 128))
7633
7633
  ])
7634
7634
  ])) : M("", !0)
7635
7635
  ])
7636
7636
  ])) : (_(), h("div", Y1, [
7637
- (x = (f = b(t)) == null ? void 0 : f.idiomas) != null && x.length ? (_(), h("div", X1, [
7638
- O[5] || (O[5] = v("div", { class: "q-mr-sm" }, "Idiomas:", -1)),
7637
+ (x = (f = v(t)) == null ? void 0 : f.idiomas) != null && x.length ? (_(), h("div", X1, [
7638
+ O[5] || (O[5] = b("div", { class: "q-mr-sm" }, "Idiomas:", -1)),
7639
7639
  z(Ul, {
7640
- items: b(t).idiomas,
7640
+ items: v(t).idiomas,
7641
7641
  type: "languages"
7642
7642
  }, null, 8, ["items"])
7643
7643
  ])) : M("", !0),
7644
- O[6] || (O[6] = v("div", null, "Especializado en:", -1)),
7645
- v("ul", null, [
7644
+ O[6] || (O[6] = b("div", null, "Especializado en:", -1)),
7645
+ b("ul", null, [
7646
7646
  (_(!0), h(de, null, he(c.value, (w) => (_(), h("li", null, B(w), 1))), 256)),
7647
7647
  (_(!0), h(de, null, he(o.value, (w) => (_(), h("li", null, B(w), 1))), 256)),
7648
7648
  (_(!0), h(de, null, he(s.value, (w) => (_(), h("li", null, B(w), 1))), 256))
@@ -7666,7 +7666,7 @@ const $b = /* @__PURE__ */ me({
7666
7666
  }, c2 = {
7667
7667
  class: "q-mb-lg",
7668
7668
  style: { opacity: "0.85" }
7669
- }, u2 = { key: 1 }, d2 = /* @__PURE__ */ me({
7669
+ }, u2 = { key: 1 }, d2 = /* @__PURE__ */ pe({
7670
7670
  __name: "BrokerCard",
7671
7671
  props: {
7672
7672
  isPublic: { type: Boolean },
@@ -7741,14 +7741,14 @@ const $b = /* @__PURE__ */ me({
7741
7741
  default: te(() => {
7742
7742
  var S, Q;
7743
7743
  return [
7744
- v("div", e2, [
7745
- v("div", a2, [
7746
- v("div", i2, [
7744
+ b("div", e2, [
7745
+ b("div", a2, [
7746
+ b("div", i2, [
7747
7747
  (_(!0), h(de, null, he(w.value, (j) => (_(), ce(en, { tag: j }, null, 8, ["tag"]))), 256))
7748
7748
  ]),
7749
7749
  u.value ? (_(), h("div", l2, [
7750
- pe(B((S = A.value) != null && S.length ? D.value : 0) + "/" + B(((Q = A.value) == null ? void 0 : Q.length) || 0) + " ", 1),
7751
- z(b(ea), {
7750
+ fe(B((S = A.value) != null && S.length ? D.value : 0) + "/" + B(((Q = A.value) == null ? void 0 : Q.length) || 0) + " ", 1),
7751
+ z(v(ea), {
7752
7752
  name: "sym_o_image",
7753
7753
  size: "sm",
7754
7754
  class: "q-ml-xs"
@@ -7763,24 +7763,24 @@ const $b = /* @__PURE__ */ me({
7763
7763
  "border-radius": P.borderRadius
7764
7764
  }, null, 8, ["modelValue", "items", "height", "border-radius"])
7765
7765
  ]),
7766
- z(b(ui), { class: "q-pa-md-lg q-pa-md column justify-between full-height" }, {
7766
+ z(v(ui), { class: "q-pa-md-lg q-pa-md column justify-between full-height" }, {
7767
7767
  default: te(() => {
7768
7768
  var j;
7769
7769
  return [
7770
- v("div", null, [
7771
- v("div", t2, [
7772
- v("div", n2, B(f.value), 1),
7770
+ b("div", null, [
7771
+ b("div", t2, [
7772
+ b("div", n2, B(f.value), 1),
7773
7773
  z(Ul, {
7774
7774
  items: O.value,
7775
7775
  type: "countries"
7776
7776
  }, null, 8, ["items"])
7777
7777
  ]),
7778
7778
  C.value ? (_(), h("div", o2, [
7779
- z(b(ea), { name: "sym_o_location_on" }),
7780
- v("div", s2, B(C.value), 1)
7779
+ z(v(ea), { name: "sym_o_location_on" }),
7780
+ b("div", s2, B(C.value), 1)
7781
7781
  ])) : M("", !0),
7782
- v("div", r2, [
7783
- v("div", c2, [
7782
+ b("div", r2, [
7783
+ b("div", c2, [
7784
7784
  x.value ? (_(), h("span", {
7785
7785
  key: 0,
7786
7786
  class: "description",
@@ -7789,12 +7789,12 @@ const $b = /* @__PURE__ */ me({
7789
7789
  WebkitLineClamp: P.descriptionLines
7790
7790
  })
7791
7791
  }, B(x.value || "~"), 5)) : (_(), h("span", u2, [...E[2] || (E[2] = [
7792
- v("i", null, "Sin descripción", -1)
7792
+ b("i", null, "Sin descripción", -1)
7793
7793
  ])]))
7794
7794
  ]),
7795
7795
  z(ku, {
7796
7796
  gamaProps: P.gamaProps,
7797
- data: (j = b(o)) == null ? void 0 : j.PROPS
7797
+ data: (j = v(o)) == null ? void 0 : j.PROPS
7798
7798
  }, null, 8, ["gamaProps", "data"])
7799
7799
  ])
7800
7800
  ])
@@ -8582,7 +8582,7 @@ function fl() {
8582
8582
  const g2 = {
8583
8583
  key: 0,
8584
8584
  class: "visibility-icon-container top-right"
8585
- }, v2 = /* @__PURE__ */ me({
8585
+ }, v2 = /* @__PURE__ */ pe({
8586
8586
  __name: "PublicImageButton",
8587
8587
  setup(n) {
8588
8588
  const { images: m, slide: t, isPrivate: c } = Bo(), o = N(() => {
@@ -8597,8 +8597,8 @@ const g2 = {
8597
8597
  });
8598
8598
  return (O, C) => {
8599
8599
  var f;
8600
- return (f = b(m)) != null && f.length && b(c) ? (_(), h("div", g2, [
8601
- z(b(Fe), {
8600
+ return (f = v(m)) != null && f.length && v(c) ? (_(), h("div", g2, [
8601
+ z(v(Fe), {
8602
8602
  onClick: di(g, ["stop"]),
8603
8603
  size: "12px",
8604
8604
  icon: s.value ? "public" : "public_off",
@@ -8608,9 +8608,9 @@ const g2 = {
8608
8608
  round: ""
8609
8609
  }, {
8610
8610
  default: te(() => [
8611
- z(b(xi), null, {
8611
+ z(v(xi), null, {
8612
8612
  default: te(() => [
8613
- pe(B(s.value ? "Visible al público" : "Privado"), 1)
8613
+ fe(B(s.value ? "Visible al público" : "Privado"), 1)
8614
8614
  ]),
8615
8615
  _: 1
8616
8616
  })
@@ -8620,7 +8620,7 @@ const g2 = {
8620
8620
  ])) : M("", !0);
8621
8621
  };
8622
8622
  }
8623
- }), zu = /* @__PURE__ */ De(v2, [["__scopeId", "data-v-2135e980"]]), b2 = { class: "actions-container" }, h2 = /* @__PURE__ */ me({
8623
+ }), zu = /* @__PURE__ */ De(v2, [["__scopeId", "data-v-2135e980"]]), b2 = { class: "actions-container" }, h2 = /* @__PURE__ */ pe({
8624
8624
  __name: "BrokertActions",
8625
8625
  setup(n) {
8626
8626
  const { goToPartnerLabel: m, broker: t } = Bo(), { emitEvent: c } = fl(), o = (s) => {
@@ -8632,19 +8632,19 @@ const g2 = {
8632
8632
  return _(), h("div", b2, [
8633
8633
  z(ol, {
8634
8634
  onClick: u[0] || (u[0] = (x) => o("nueva_hipoteca")),
8635
- disable: !((g = b(t)) != null && g.URL),
8636
- label: ((O = b(m)) == null ? void 0 : O[0]) || "Solicitar nueva hipoteca"
8635
+ disable: !((g = v(t)) != null && g.URL),
8636
+ label: ((O = v(m)) == null ? void 0 : O[0]) || "Solicitar nueva hipoteca"
8637
8637
  }, null, 8, ["disable", "label"]),
8638
8638
  z(ol, {
8639
8639
  onClick: u[1] || (u[1] = (x) => o("cambio_banco")),
8640
- disable: !((C = b(t)) != null && C.URL),
8641
- label: ((f = b(m)) == null ? void 0 : f[1]) || "Solicitar cambio de banco"
8640
+ disable: !((C = v(t)) != null && C.URL),
8641
+ label: ((f = v(m)) == null ? void 0 : f[1]) || "Solicitar cambio de banco"
8642
8642
  }, null, 8, ["disable", "label"])
8643
8643
  ]);
8644
8644
  };
8645
8645
  }
8646
8646
  }), O2 = /* @__PURE__ */ De(h2, [["__scopeId", "data-v-c1c3d202"]]), A2 = () => W0.CancelToken.source();
8647
- function xP(n) {
8647
+ function yP(n) {
8648
8648
  const m = {};
8649
8649
  return async function(c, o, s) {
8650
8650
  const u = m[s];
@@ -8660,7 +8660,7 @@ function xP(n) {
8660
8660
  };
8661
8661
  }
8662
8662
  let Do = null;
8663
- function DP(n) {
8663
+ function xP(n) {
8664
8664
  Do = n;
8665
8665
  }
8666
8666
  function Gu() {
@@ -8715,7 +8715,7 @@ function I2(n, m, t, c, o) {
8715
8715
  error: E
8716
8716
  };
8717
8717
  }
8718
- function TP(n, m, t, c) {
8718
+ function DP(n, m, t, c) {
8719
8719
  const o = { ...Vu, ...c }, s = `${t}_${wo()}`, u = N(() => {
8720
8720
  const L = C2(Ga(n, {})), F = Ga(m, {});
8721
8721
  return Lo({
@@ -8874,7 +8874,7 @@ const E2 = ["id", "draggable"], y2 = ["onClick"], x2 = {
8874
8874
  }, D2 = {
8875
8875
  key: 2,
8876
8876
  class: "media-card"
8877
- }, T2 = ["src"], R2 = { class: "video-icon" }, S2 = /* @__PURE__ */ me({
8877
+ }, T2 = ["src"], R2 = { class: "video-icon" }, S2 = /* @__PURE__ */ pe({
8878
8878
  __name: "ImagesMiniature",
8879
8879
  setup(n) {
8880
8880
  const { images: m, slide: t, isPrivate: c } = Bo(), { emitEvent: o } = fl(), { handler: s, onDragLeave: u, onDragOver: g, onDragStart: O, onDrop: C, idKey: f } = qu(
@@ -8884,23 +8884,23 @@ const E2 = ["id", "draggable"], y2 = ["onClick"], x2 = {
8884
8884
  );
8885
8885
  return (x, w) => {
8886
8886
  const D = Ro("mutation");
8887
- return b(m).length ? Lt((_(), h("div", {
8887
+ return v(m).length ? Lt((_(), h("div", {
8888
8888
  key: 0,
8889
8889
  class: "images-miniature",
8890
8890
  onDragleave: w[1] || (w[1] = //@ts-ignore
8891
- (...A) => b(u) && b(u)(...A)),
8891
+ (...A) => v(u) && v(u)(...A)),
8892
8892
  onDragover: w[2] || (w[2] = //@ts-ignore
8893
- (...A) => b(g) && b(g)(...A)),
8893
+ (...A) => v(g) && v(g)(...A)),
8894
8894
  onDrop: w[3] || (w[3] = //@ts-ignore
8895
- (...A) => b(C) && b(C)(...A))
8895
+ (...A) => v(C) && v(C)(...A))
8896
8896
  }, [
8897
- (_(!0), h(de, null, he(b(m), (A, P) => (_(), h("div", {
8897
+ (_(!0), h(de, null, he(v(m), (A, P) => (_(), h("div", {
8898
8898
  class: "q-mb-md image-miniature q-px-sm",
8899
8899
  key: P,
8900
- id: A[b(f)],
8900
+ id: A[v(f)],
8901
8901
  onDragstart: w[0] || (w[0] = //@ts-ignore
8902
- (...E) => b(O) && b(O)(...E)),
8903
- draggable: b(c)
8902
+ (...E) => v(O) && v(O)(...E)),
8903
+ draggable: v(c)
8904
8904
  }, [
8905
8905
  A ? (_(), h("div", {
8906
8906
  key: 0,
@@ -8910,29 +8910,29 @@ const E2 = ["id", "draggable"], y2 = ["onClick"], x2 = {
8910
8910
  borderWidth: "0.7px",
8911
8911
  borderStyle: "solid",
8912
8912
  borderRadius: "0.5rem",
8913
- borderColor: P === b(t) - 1 ? "#015979 " : "transparent"
8913
+ borderColor: P === v(t) - 1 ? "#015979 " : "transparent"
8914
8914
  }),
8915
8915
  class: "q-pb-sm win-card"
8916
8916
  }, [
8917
- A != null && A.location ? A.filetype === "image" ? (_(), ce(b(wt), {
8917
+ A != null && A.location ? A.filetype === "image" ? (_(), ce(v(wt), {
8918
8918
  key: 1,
8919
8919
  src: A.location,
8920
8920
  fit: "cover",
8921
8921
  class: "media-card"
8922
8922
  }, null, 8, ["src"])) : A.filetype === "video" ? (_(), h("div", D2, [
8923
- v("video", {
8923
+ b("video", {
8924
8924
  src: A.location,
8925
8925
  style: { width: "100%", height: "100%", background: "black" }
8926
8926
  }, null, 8, T2),
8927
- v("div", R2, [
8928
- z(b(ea), {
8927
+ b("div", R2, [
8928
+ z(v(ea), {
8929
8929
  size: "lg",
8930
8930
  name: "o_play_circle",
8931
8931
  color: "white"
8932
8932
  })
8933
8933
  ])
8934
8934
  ])) : M("", !0) : (_(), h("div", x2, [
8935
- z(b(ea), {
8935
+ z(v(ea), {
8936
8936
  name: "upload_file",
8937
8937
  color: "grey-5",
8938
8938
  size: "33px"
@@ -8941,7 +8941,7 @@ const E2 = ["id", "draggable"], y2 = ["onClick"], x2 = {
8941
8941
  ], 12, y2)) : M("", !0)
8942
8942
  ], 40, E2))), 128))
8943
8943
  ], 32)), [
8944
- [D, b(s)]
8944
+ [D, v(s)]
8945
8945
  ]) : M("", !0);
8946
8946
  };
8947
8947
  }
@@ -8954,7 +8954,7 @@ const E2 = ["id", "draggable"], y2 = ["onClick"], x2 = {
8954
8954
  }, V2 = {
8955
8955
  class: "q-mb-md",
8956
8956
  style: { opacity: "0.85" }
8957
- }, q2 = { key: 1 }, $2 = { class: "q-mb-md text-bold" }, H2 = /* @__PURE__ */ me({
8957
+ }, q2 = { key: 1 }, $2 = { class: "q-mb-md text-bold" }, H2 = /* @__PURE__ */ pe({
8958
8958
  __name: "BrokerDetail",
8959
8959
  props: {
8960
8960
  isPublic: { type: Boolean },
@@ -9034,40 +9034,40 @@ const E2 = ["id", "draggable"], y2 = ["onClick"], x2 = {
9034
9034
  return (Z, L) => {
9035
9035
  var F;
9036
9036
  return _(), h(de, null, [
9037
- v("div", L2, [
9038
- b(O) ? M("", !0) : (_(), ce(Di, {
9037
+ b("div", L2, [
9038
+ v(O) ? M("", !0) : (_(), ce(Di, {
9039
9039
  key: 0,
9040
9040
  icon: "edit",
9041
9041
  sm: "",
9042
9042
  onClick: j
9043
9043
  }))
9044
9044
  ]),
9045
- v("div", w2, [
9046
- v("div", M2, [
9045
+ b("div", w2, [
9046
+ b("div", M2, [
9047
9047
  u.value.length > 1 ? (_(), ce(N2, {
9048
9048
  key: 0,
9049
9049
  class: "gt-sm"
9050
9050
  })) : M("", !0),
9051
- v("div", U2, [
9051
+ b("div", U2, [
9052
9052
  z(Bl, {
9053
9053
  modelValue: s.value,
9054
9054
  "onUpdate:modelValue": L[0] || (L[0] = (W) => s.value = W),
9055
9055
  items: u.value,
9056
9056
  height: Z.imageHeight,
9057
9057
  autoplay: !1,
9058
- showControls: b(t).lt.md,
9058
+ showControls: v(t).lt.md,
9059
9059
  cover: !0
9060
9060
  }, null, 8, ["modelValue", "items", "height", "showControls"]),
9061
9061
  z(zu)
9062
9062
  ])
9063
9063
  ]),
9064
- v("div", null, [
9065
- v("div", B2, [
9066
- v("div", null, [
9067
- v("div", F2, B(w.value), 1),
9064
+ b("div", null, [
9065
+ b("div", B2, [
9066
+ b("div", null, [
9067
+ b("div", F2, B(w.value), 1),
9068
9068
  D.value ? (_(), h("div", k2, [
9069
- z(b(ea), { name: "sym_o_location_on" }),
9070
- v("div", z2, B(D.value), 1)
9069
+ z(v(ea), { name: "sym_o_location_on" }),
9070
+ b("div", z2, B(D.value), 1)
9071
9071
  ])) : M("", !0)
9072
9072
  ]),
9073
9073
  z(Ul, {
@@ -9075,8 +9075,8 @@ const E2 = ["id", "draggable"], y2 = ["onClick"], x2 = {
9075
9075
  type: "countries"
9076
9076
  }, null, 8, ["items"])
9077
9077
  ]),
9078
- v("div", G2, [
9079
- v("div", V2, [
9078
+ b("div", G2, [
9079
+ b("div", V2, [
9080
9080
  P.value ? (_(), h("span", {
9081
9081
  key: 0,
9082
9082
  class: "description",
@@ -9085,20 +9085,20 @@ const E2 = ["id", "draggable"], y2 = ["onClick"], x2 = {
9085
9085
  WebkitLineClamp: Z.descriptionLines
9086
9086
  })
9087
9087
  }, B(P.value || "~"), 5)) : (_(), h("span", q2, [...L[1] || (L[1] = [
9088
- v("i", null, "Sin descripción", -1)
9088
+ b("i", null, "Sin descripción", -1)
9089
9089
  ])]))
9090
9090
  ]),
9091
9091
  z(ku, {
9092
- gamaProps: b(C),
9093
- data: (F = b(g)) == null ? void 0 : F.PROPS,
9092
+ gamaProps: v(C),
9093
+ data: (F = v(g)) == null ? void 0 : F.PROPS,
9094
9094
  table: ""
9095
9095
  }, null, 8, ["gamaProps", "data"]),
9096
- b(O) ? (_(), ce(O2, { key: 0 })) : M("", !0)
9096
+ v(O) ? (_(), ce(O2, { key: 0 })) : M("", !0)
9097
9097
  ])
9098
9098
  ])
9099
9099
  ]),
9100
- v("h6", $2, B(E.value), 1),
9101
- v("p", null, B(S.value), 1)
9100
+ b("h6", $2, B(E.value), 1),
9101
+ b("p", null, B(S.value), 1)
9102
9102
  ], 64);
9103
9103
  };
9104
9104
  }
@@ -9337,10 +9337,7 @@ const E2 = ["id", "draggable"], y2 = ["onClick"], x2 = {
9337
9337
  descriptionLines: K.number().optional(),
9338
9338
  hiddenProps: K.array(K.string()).optional(),
9339
9339
  gamaProps: K.array(K.record(K.string(), K.any()))
9340
- }), Q2 = {
9341
- key: 0,
9342
- class: "solicitar-presupuesto-text"
9343
- }, Y2 = { class: "text-caption" }, X2 = /* @__PURE__ */ me({
9340
+ }), Q2 = { class: "text-caption" }, Y2 = /* @__PURE__ */ pe({
9344
9341
  __name: "ProductPrice",
9345
9342
  props: {
9346
9343
  product: {},
@@ -9377,82 +9374,78 @@ const E2 = ["id", "draggable"], y2 = ["onClick"], x2 = {
9377
9374
  return (P, E) => {
9378
9375
  var S;
9379
9376
  return _(), h("div", null, [
9380
- (S = o.value) != null && S.OCULTAR_PRECIO_LANDING ? (_(), h("div", Q2, [...E[0] || (E[0] = [
9381
- pe(" Solicitar ", -1),
9382
- v("br", null, null, -1),
9383
- pe(" Presupuesto ", -1)
9384
- ])])) : (_(), h(de, { key: 1 }, [
9377
+ (S = o.value) != null && S.OCULTAR_PRECIO_LANDING ? (_(), h(de, { key: 0 }, [], 64)) : (_(), h(de, { key: 1 }, [
9385
9378
  x.value ? (_(), h("div", {
9386
9379
  key: 0,
9387
9380
  class: pa([
9388
9381
  "strikethrough",
9389
- b(t) === "small" ? "" : "text-h6",
9382
+ v(t) === "small" ? "" : "text-h6",
9390
9383
  "text-grey-7"
9391
9384
  ])
9392
- }, B(b(Je.toCurrency)(C.value)), 3)) : M("", !0),
9393
- v("div", {
9394
- class: pa(b(t) === "small" ? "price" : "text-h4")
9385
+ }, B(v(Je.toCurrency)(C.value)), 3)) : M("", !0),
9386
+ b("div", {
9387
+ class: pa(v(t) === "small" ? "price" : "text-h4")
9395
9388
  }, [
9396
- pe(B(O.value) + " ", 1),
9397
- x.value ? (_(), ce(b(Dt), {
9389
+ fe(B(O.value) + " ", 1),
9390
+ x.value ? (_(), ce(v(Dt), {
9398
9391
  key: 0,
9399
- class: pa([b(t), "font-bold"]),
9392
+ class: pa([v(t), "font-bold"]),
9400
9393
  align: "middle",
9401
9394
  color: "red"
9402
9395
  }, {
9403
9396
  default: te(() => [
9404
- pe(B(x.value) + "% OFF ", 1)
9397
+ fe(B(x.value) + "% OFF ", 1)
9405
9398
  ]),
9406
9399
  _: 1
9407
9400
  }, 8, ["class"])) : M("", !0)
9408
9401
  ], 2),
9409
- v("span", Y2, B(g.value ? "IVA incluido" : "IVA no incluido"), 1)
9402
+ b("span", Q2, B(g.value ? "IVA incluido" : "IVA no incluido"), 1)
9410
9403
  ], 64))
9411
9404
  ]);
9412
9405
  };
9413
9406
  }
9414
- }), Fo = /* @__PURE__ */ De(X2, [["__scopeId", "data-v-9cc0458c"]]), J2 = { class: "overflow-hidden" }, eh = { class: "q-pl-xs" }, ah = {
9407
+ }), Fo = /* @__PURE__ */ De(Y2, [["__scopeId", "data-v-cc022e34"]]), X2 = { class: "overflow-hidden" }, J2 = { class: "q-pl-xs" }, eh = {
9415
9408
  key: 0,
9416
9409
  class: "q-mt-md text-black"
9417
- }, ih = {
9410
+ }, ah = {
9418
9411
  key: 0,
9419
9412
  style: { "font-size": "14px" },
9420
9413
  class: "row items-center"
9421
- }, lh = { class: "text-bold" }, th = {
9414
+ }, ih = { class: "text-bold" }, lh = {
9422
9415
  key: 1,
9423
9416
  style: { "font-size": "14px" },
9424
9417
  class: "row items-center"
9425
- }, nh = { class: "text-bold" }, oh = { class: "q-mt-md text-black" }, sh = {
9418
+ }, th = { class: "text-bold" }, nh = { class: "q-mt-md text-black" }, oh = {
9426
9419
  key: 0,
9427
9420
  style: { "font-size": "14px" }
9428
- }, rh = { class: "text-bold" }, ch = {
9421
+ }, sh = { class: "text-bold" }, rh = {
9429
9422
  key: 1,
9430
9423
  style: { "font-size": "14px" }
9431
- }, uh = { class: "text-bold" }, dh = {
9424
+ }, ch = { class: "text-bold" }, uh = {
9432
9425
  key: 2,
9433
9426
  style: { "font-size": "14px" }
9434
- }, ph = { class: "text-bold" }, mh = {
9427
+ }, dh = { class: "text-bold" }, ph = {
9435
9428
  key: 3,
9436
9429
  style: { "font-size": "14px" }
9437
- }, fh = { class: "text-bold" }, _h = {
9430
+ }, mh = { class: "text-bold" }, fh = {
9438
9431
  key: 4,
9439
9432
  style: { "font-size": "14px" }
9440
- }, gh = { class: "text-bold" }, vh = {
9433
+ }, _h = { class: "text-bold" }, gh = {
9441
9434
  key: 5,
9442
9435
  style: { "font-size": "14px" }
9443
- }, bh = { class: "text-bold" }, hh = {
9436
+ }, vh = { class: "text-bold" }, bh = {
9444
9437
  key: 6,
9445
9438
  style: { "font-size": "14px" }
9446
- }, Oh = { class: "text-bold" }, Ah = {
9439
+ }, hh = { class: "text-bold" }, Oh = {
9447
9440
  key: 7,
9448
9441
  style: { "font-size": "14px" }
9449
- }, Ih = { class: "text-bold" }, Ch = { class: "q-mt-md" }, Ph = {
9442
+ }, Ah = { class: "text-bold" }, Ih = { class: "q-mt-md" }, Ch = {
9450
9443
  key: 0,
9451
9444
  class: "text-black row items-center"
9452
- }, Eh = { class: "q-pl-xs text-grey-8" }, yh = { key: 0 }, xh = {
9445
+ }, Ph = { class: "q-pl-xs text-grey-8" }, Eh = { key: 0 }, yh = {
9453
9446
  key: 1,
9454
9447
  class: "text-black row items-center"
9455
- }, Dh = { class: "q-pl-xs text-grey-8" }, an = /* @__PURE__ */ me({
9448
+ }, xh = { class: "q-pl-xs text-grey-8" }, an = /* @__PURE__ */ pe({
9456
9449
  __name: "ProductProps",
9457
9450
  props: {
9458
9451
  productProps: { default: () => ({}) },
@@ -9585,9 +9578,9 @@ const E2 = ["id", "draggable"], y2 = ["onClick"], x2 = {
9585
9578
  return "";
9586
9579
  });
9587
9580
  return (D, A) => {
9588
- var P, E, S, Q, j, Z, L, F, W, Y, oe, G, q, se, ue, be, fe, Se, Le;
9589
- return _(), h("div", J2, [
9590
- v("div", {
9581
+ var P, E, S, Q, j, Z, L, F, W, Y, oe, G, q, se, ue, be, me, Se, Le;
9582
+ return _(), h("div", X2, [
9583
+ b("div", {
9591
9584
  class: "q-mt-md row text-black justify-start",
9592
9585
  style: le(`font-size: ${D.lite ? "15px" : "16px"}`)
9593
9586
  }, [
@@ -9597,15 +9590,15 @@ const E2 = ["id", "draggable"], y2 = ["onClick"], x2 = {
9597
9590
  D.lite ? $e % 2 ? "col-md-5 text-left col-6" : "col-md-7 text-left col-6" : "col-md-6 col-12 flex items-center"
9598
9591
  )
9599
9592
  }, [
9600
- v("span", null, [
9601
- z(b(ea), {
9593
+ b("span", null, [
9594
+ z(v(ea), {
9602
9595
  size: "xs",
9603
9596
  name: Te.icon
9604
9597
  }, null, 8, ["name"]),
9605
- v("span", eh, B(Te.value), 1),
9606
- z(b(xi), null, {
9598
+ b("span", J2, B(Te.value), 1),
9599
+ z(v(xi), null, {
9607
9600
  default: te(() => [
9608
- pe(B(Te.label), 1)
9601
+ fe(B(Te.label), 1)
9609
9602
  ]),
9610
9603
  _: 2
9611
9604
  }, 1024)
@@ -9613,92 +9606,92 @@ const E2 = ["id", "draggable"], y2 = ["onClick"], x2 = {
9613
9606
  ], 2))), 128))
9614
9607
  ], 4),
9615
9608
  D.lite ? M("", !0) : (_(), h(de, { key: 0 }, [
9616
- (P = b(t)) != null && P.consumo_maximo_w || (E = b(t)) != null && E.consumo_medio_w ? (_(), h("div", ah, [
9617
- (S = b(t)) != null && S.consumo_medio_w ? (_(), h("div", ih, [
9618
- z(b(ea), {
9609
+ (P = v(t)) != null && P.consumo_maximo_w || (E = v(t)) != null && E.consumo_medio_w ? (_(), h("div", eh, [
9610
+ (S = v(t)) != null && S.consumo_medio_w ? (_(), h("div", ah, [
9611
+ z(v(ea), {
9619
9612
  color: "green",
9620
9613
  name: "sym_o_flash_on",
9621
9614
  class: "q-mr-xs",
9622
9615
  size: "18px"
9623
9616
  }),
9624
- v("div", null, [
9625
- A[0] || (A[0] = pe(" Consumo medio: ", -1)),
9626
- v("span", lh, B((Q = b(t)) == null ? void 0 : Q.consumo_medio_w), 1)
9617
+ b("div", null, [
9618
+ A[0] || (A[0] = fe(" Consumo medio: ", -1)),
9619
+ b("span", ih, B((Q = v(t)) == null ? void 0 : Q.consumo_medio_w), 1)
9627
9620
  ])
9628
9621
  ])) : M("", !0),
9629
- (j = b(t)) != null && j.consumo_maximo_w ? (_(), h("div", th, [
9630
- z(b(ea), {
9622
+ (j = v(t)) != null && j.consumo_maximo_w ? (_(), h("div", lh, [
9623
+ z(v(ea), {
9631
9624
  color: "green",
9632
9625
  name: "sym_o_flash_on",
9633
9626
  class: "q-mr-xs",
9634
9627
  size: "18px"
9635
9628
  }),
9636
- v("div", null, [
9637
- A[1] || (A[1] = pe(" Consumo máximo: ", -1)),
9638
- v("span", nh, B((Z = b(t)) == null ? void 0 : Z.consumo_maximo_w), 1)
9629
+ b("div", null, [
9630
+ A[1] || (A[1] = fe(" Consumo máximo: ", -1)),
9631
+ b("span", th, B((Z = v(t)) == null ? void 0 : Z.consumo_maximo_w), 1)
9639
9632
  ])
9640
9633
  ])) : M("", !0)
9641
9634
  ])) : M("", !0),
9642
- v("div", oh, [
9643
- w.value ? (_(), h("div", sh, [
9644
- A[2] || (A[2] = pe(" Distancia recomendada: ", -1)),
9645
- v("span", rh, "a partir de " + B(w.value) + " m", 1)
9635
+ b("div", nh, [
9636
+ w.value ? (_(), h("div", oh, [
9637
+ A[2] || (A[2] = fe(" Distancia recomendada: ", -1)),
9638
+ b("span", sh, "a partir de " + B(w.value) + " m", 1)
9646
9639
  ])) : M("", !0),
9647
- (L = b(t)) != null && L.serie ? (_(), h("div", ch, [
9648
- A[3] || (A[3] = pe(" Serie: ", -1)),
9649
- v("span", uh, B(s("serie")), 1)
9640
+ (L = v(t)) != null && L.serie ? (_(), h("div", rh, [
9641
+ A[3] || (A[3] = fe(" Serie: ", -1)),
9642
+ b("span", ch, B(s("serie")), 1)
9650
9643
  ])) : M("", !0),
9651
- (F = b(t)) != null && F.material ? (_(), h("div", dh, [
9652
- A[4] || (A[4] = pe(" Material: ", -1)),
9653
- v("span", ph, B(s("material")), 1)
9644
+ (F = v(t)) != null && F.material ? (_(), h("div", uh, [
9645
+ A[4] || (A[4] = fe(" Material: ", -1)),
9646
+ b("span", dh, B(s("material")), 1)
9654
9647
  ])) : M("", !0),
9655
- (W = b(t)) != null && W.usos_habituales && b(xt)((Y = b(t)) == null ? void 0 : Y.usos_habituales) ? (_(), h("div", mh, [
9656
- A[5] || (A[5] = pe(" Usos habituales: ", -1)),
9657
- v("span", fh, B(s("usos_habituales")), 1)
9648
+ (W = v(t)) != null && W.usos_habituales && v(xt)((Y = v(t)) == null ? void 0 : Y.usos_habituales) ? (_(), h("div", ph, [
9649
+ A[5] || (A[5] = fe(" Usos habituales: ", -1)),
9650
+ b("span", mh, B(s("usos_habituales")), 1)
9658
9651
  ])) : M("", !0),
9659
- (oe = b(t)) != null && oe.propositos_generales && b(xt)((G = b(t)) == null ? void 0 : G.propositos_generales) ? (_(), h("div", _h, [
9660
- A[6] || (A[6] = pe(" Propositos generales: ", -1)),
9661
- v("span", gh, B(s("propositos_generales")), 1)
9652
+ (oe = v(t)) != null && oe.propositos_generales && v(xt)((G = v(t)) == null ? void 0 : G.propositos_generales) ? (_(), h("div", fh, [
9653
+ A[6] || (A[6] = fe(" Propositos generales: ", -1)),
9654
+ b("span", _h, B(s("propositos_generales")), 1)
9662
9655
  ])) : M("", !0),
9663
- (q = b(t)) != null && q.controladoras_compatibles && b(xt)((se = b(t)) == null ? void 0 : se.controladoras_compatibles) ? (_(), h("div", vh, [
9664
- A[7] || (A[7] = pe(" Controladoras compatibles: ", -1)),
9665
- v("span", bh, B(s("controladoras_compatibles")), 1)
9656
+ (q = v(t)) != null && q.controladoras_compatibles && v(xt)((se = v(t)) == null ? void 0 : se.controladoras_compatibles) ? (_(), h("div", gh, [
9657
+ A[7] || (A[7] = fe(" Controladoras compatibles: ", -1)),
9658
+ b("span", vh, B(s("controladoras_compatibles")), 1)
9666
9659
  ])) : M("", !0),
9667
- (ue = b(t)) != null && ue.tipo_de_instalacion ? (_(), h("div", hh, [
9668
- A[8] || (A[8] = pe(" Tipo de instalación: ", -1)),
9669
- v("span", Oh, B(s("tipo_de_instalacion")), 1)
9660
+ (ue = v(t)) != null && ue.tipo_de_instalacion ? (_(), h("div", bh, [
9661
+ A[8] || (A[8] = fe(" Tipo de instalación: ", -1)),
9662
+ b("span", hh, B(s("tipo_de_instalacion")), 1)
9670
9663
  ])) : M("", !0),
9671
- (be = b(t)) != null && be.tipo_servicio ? (_(), h("div", Ah, [
9672
- A[9] || (A[9] = pe(" Conexiones y acceso a componentes: ", -1)),
9673
- v("span", Ih, B(s("tipo_servicio")), 1)
9664
+ (be = v(t)) != null && be.tipo_servicio ? (_(), h("div", Oh, [
9665
+ A[9] || (A[9] = fe(" Conexiones y acceso a componentes: ", -1)),
9666
+ b("span", Ah, B(s("tipo_servicio")), 1)
9674
9667
  ])) : M("", !0)
9675
9668
  ]),
9676
- v("div", Ch, [
9677
- ((fe = b(t)) == null ? void 0 : fe.gob) == "si" ? (_(), h("div", Ph, [
9678
- z(b(ea), {
9669
+ b("div", Ih, [
9670
+ ((me = v(t)) == null ? void 0 : me.gob) == "si" ? (_(), h("div", Ch, [
9671
+ z(v(ea), {
9679
9672
  color: "yellow-9",
9680
9673
  style: { "font-size": "20px" },
9681
9674
  name: "sym_o_verified_user"
9682
9675
  }),
9683
- v("div", Eh, [
9684
- A[10] || (A[10] = pe(" GOB ", -1)),
9685
- ((Se = b(t)) == null ? void 0 : Se.gob) == "si" ? (_(), h("span", yh, " (mayor resistencia a golpes, humedad y polvo.)")) : M("", !0)
9676
+ b("div", Ph, [
9677
+ A[10] || (A[10] = fe(" GOB ", -1)),
9678
+ ((Se = v(t)) == null ? void 0 : Se.gob) == "si" ? (_(), h("span", Eh, " (mayor resistencia a golpes, humedad y polvo.)")) : M("", !0)
9686
9679
  ])
9687
9680
  ])) : M("", !0),
9688
- (Le = b(t)) != null && Le.proteccion_ip ? (_(), h("div", xh, [
9689
- z(b(ea), {
9681
+ (Le = v(t)) != null && Le.proteccion_ip ? (_(), h("div", yh, [
9682
+ z(v(ea), {
9690
9683
  color: "yellow-9",
9691
9684
  style: { "font-size": "20px" },
9692
9685
  name: "sym_o_verified_user"
9693
9686
  }),
9694
- v("div", Dh, B(s("proteccion_ip")), 1)
9687
+ b("div", xh, B(s("proteccion_ip")), 1)
9695
9688
  ])) : M("", !0)
9696
9689
  ])
9697
9690
  ], 64))
9698
9691
  ]);
9699
9692
  };
9700
9693
  }
9701
- }), Th = /* @__PURE__ */ me({
9694
+ }), Dh = /* @__PURE__ */ pe({
9702
9695
  __name: "PublicToggleButton",
9703
9696
  props: {
9704
9697
  public: { type: Boolean },
@@ -9707,7 +9700,7 @@ const E2 = ["id", "draggable"], y2 = ["onClick"], x2 = {
9707
9700
  emits: ["change-public"],
9708
9701
  setup(n, { emit: m }) {
9709
9702
  const t = m, c = Ie(!1), o = () => t("change-public");
9710
- return (s, u) => (_(), ce(b(Fe), {
9703
+ return (s, u) => (_(), ce(v(Fe), {
9711
9704
  onClick: di(o, ["stop"]),
9712
9705
  loading: c.value,
9713
9706
  size: s.size || "12px",
@@ -9718,9 +9711,9 @@ const E2 = ["id", "draggable"], y2 = ["onClick"], x2 = {
9718
9711
  round: ""
9719
9712
  }, {
9720
9713
  default: te(() => [
9721
- z(b(xi), null, {
9714
+ z(v(xi), null, {
9722
9715
  default: te(() => [
9723
- pe(B(s.public ? "Visible al público" : "Privado"), 1)
9716
+ fe(B(s.public ? "Visible al público" : "Privado"), 1)
9724
9717
  ]),
9725
9718
  _: 1
9726
9719
  })
@@ -9728,34 +9721,34 @@ const E2 = ["id", "draggable"], y2 = ["onClick"], x2 = {
9728
9721
  _: 1
9729
9722
  }, 8, ["loading", "size", "icon", "text-color"]));
9730
9723
  }
9731
- }), Rh = { class: "carousel-container" }, Sh = { class: "carousel-overlay" }, Nh = { class: "header-overlay" }, Lh = {
9724
+ }), Th = { class: "carousel-container" }, Rh = { class: "carousel-overlay" }, Sh = { class: "header-overlay" }, Nh = {
9732
9725
  key: 0,
9733
9726
  class: "tag pack-code no-wrap"
9734
- }, wh = { key: 1 }, Mh = { class: "text-center row justify-center no-wrap" }, Uh = { class: "media-count" }, Bh = {
9727
+ }, Lh = { key: 1 }, wh = { class: "text-center row justify-center no-wrap" }, Mh = { class: "media-count" }, Uh = {
9735
9728
  key: 0,
9736
9729
  class: "visibility-icon-container"
9737
- }, Fh = { class: "row justify-between no-wrap" }, kh = {
9730
+ }, Bh = { class: "row justify-between no-wrap" }, Fh = {
9738
9731
  class: "text-subtitle1 text-bold text-main",
9739
9732
  style: { "line-height": "120%" }
9740
- }, zh = {
9733
+ }, kh = {
9741
9734
  key: 0,
9742
9735
  class: "text-caption"
9743
- }, Gh = { class: "flex-center q-mt-xs" }, Vh = {
9736
+ }, zh = { class: "flex-center q-mt-xs" }, Gh = {
9744
9737
  key: 0,
9745
9738
  class: "q-mb-md"
9746
- }, qh = { class: "text-center text-weight-medium q-mb-md" }, $h = { class: "text-right text-weight-medium q-mb-md" }, Hh = {
9739
+ }, Vh = { class: "text-center text-weight-medium q-mb-md" }, qh = { class: "text-right text-weight-medium q-mb-md" }, $h = {
9747
9740
  style: { "font-size": "15px" },
9748
9741
  class: "q-mb-md text-black"
9749
- }, jh = {
9742
+ }, Hh = {
9750
9743
  key: 0,
9751
9744
  class: "color-selector q-mb-md"
9752
- }, Kh = {
9745
+ }, jh = {
9753
9746
  class: "q-mb-md",
9754
9747
  style: { opacity: "0.85" }
9755
- }, Wh = { key: 1 }, Zh = {
9748
+ }, Kh = { key: 1 }, Wh = {
9756
9749
  key: 0,
9757
9750
  class: "text-caption text-main ellipsis"
9758
- }, Qh = { class: "hover-button-container" }, Yh = /* @__PURE__ */ me({
9751
+ }, Zh = { class: "hover-button-container" }, Qh = /* @__PURE__ */ pe({
9759
9752
  __name: "LinvermediaProductCard",
9760
9753
  props: {
9761
9754
  isPublic: { type: Boolean },
@@ -9808,7 +9801,7 @@ const E2 = ["id", "draggable"], y2 = ["onClick"], x2 = {
9808
9801
  var F;
9809
9802
  return (((F = C.value) == null ? void 0 : F.R_IMG) || []).map(
9810
9803
  (W) => Ti(W, (Y, oe) => nl(oe))
9811
- ).sort((W, Y) => W.PRINCIPAL && !Y.PRINCIPAL ? -1 : Y.PRINCIPAL && !W.PRINCIPAL ? 1 : 0);
9804
+ ).sort((W, Y) => W.PRINCIPAL && !Y.PRINCIPAL ? -1 : Y.PRINCIPAL && !W.PRINCIPAL ? 1 : 0).reverse();
9812
9805
  }), j = N(
9813
9806
  () => {
9814
9807
  var L, F, W;
@@ -9817,8 +9810,8 @@ const E2 = ["id", "draggable"], y2 = ["onClick"], x2 = {
9817
9810
  )) || [];
9818
9811
  }
9819
9812
  ), Z = () => {
9820
- var Y, oe, G, q, se, ue, be, fe;
9821
- const L = (oe = (Y = C.value) == null ? void 0 : Y.PROPS) != null && oe.subgama ? (se = (q = (G = C.value) == null ? void 0 : G.PROPS) == null ? void 0 : q.subgama[0]) == null ? void 0 : se.toUpperCase() : "P", F = (be = (ue = C.value) == null ? void 0 : ue.NOMBRE) == null ? void 0 : be.match(/\d+x\d+/i), W = F ? (fe = F[0]) == null ? void 0 : fe.toLowerCase() : "";
9813
+ var Y, oe, G, q, se, ue, be, me;
9814
+ const L = (oe = (Y = C.value) == null ? void 0 : Y.PROPS) != null && oe.subgama ? (se = (q = (G = C.value) == null ? void 0 : G.PROPS) == null ? void 0 : q.subgama[0]) == null ? void 0 : se.toUpperCase() : "P", F = (be = (ue = C.value) == null ? void 0 : ue.NOMBRE) == null ? void 0 : be.match(/\d+x\d+/i), W = F ? (me = F[0]) == null ? void 0 : me.toLowerCase() : "";
9822
9815
  return L + "-" + W;
9823
9816
  };
9824
9817
  return (L, F) => C.value ? (_(), ce(pl, {
@@ -9834,9 +9827,9 @@ const E2 = ["id", "draggable"], y2 = ["onClick"], x2 = {
9834
9827
  footer: te(() => {
9835
9828
  var W, Y, oe;
9836
9829
  return [
9837
- x.value ? (_(), h("div", Zh, " Requiere configuración ")) : M("", !0),
9838
- v("div", Qh, [
9839
- z(b(Fe), {
9830
+ x.value ? (_(), h("div", Wh, " Requiere configuración ")) : M("", !0),
9831
+ b("div", Zh, [
9832
+ z(v(Fe), {
9840
9833
  label: (W = C.value) != null && W.PACK ? "Ver oferta" : "Ver más",
9841
9834
  "text-color": (Y = C.value) != null && Y.PACK ? "white" : "primary",
9842
9835
  flat: !((oe = C.value) != null && oe.PACK),
@@ -9850,17 +9843,17 @@ const E2 = ["id", "draggable"], y2 = ["onClick"], x2 = {
9850
9843
  default: te(() => {
9851
9844
  var W, Y;
9852
9845
  return [
9853
- v("div", Rh, [
9854
- v("div", Sh, [
9855
- v("div", Nh, [
9856
- C.value.PACK ? (_(), h("span", Lh, " Pack " + B(Z()), 1)) : (_(), h("span", wh, B(A.value), 1))
9846
+ b("div", Th, [
9847
+ b("div", Rh, [
9848
+ b("div", Sh, [
9849
+ C.value.PACK ? (_(), h("span", Nh, " Pack " + B(Z()), 1)) : (_(), h("span", Lh, B(A.value), 1))
9857
9850
  ]),
9858
- v("div", Mh, [
9851
+ b("div", wh, [
9859
9852
  (_(!0), h(de, null, he(E.value, (oe) => (_(), ce(en, { tag: oe }, null, 8, ["tag"]))), 256))
9860
9853
  ]),
9861
- v("div", Uh, [
9862
- pe(B((W = Q.value) != null && W.length ? S.value : 0) + "/" + B(((Y = Q.value) == null ? void 0 : Y.length) || 0) + " ", 1),
9863
- z(b(ea), {
9854
+ b("div", Mh, [
9855
+ fe(B((W = Q.value) != null && W.length ? S.value : 0) + "/" + B(((Y = Q.value) == null ? void 0 : Y.length) || 0) + " ", 1),
9856
+ z(v(ea), {
9864
9857
  name: "sym_o_image",
9865
9858
  size: "sm",
9866
9859
  class: "q-ml-xs"
@@ -9873,8 +9866,8 @@ const E2 = ["id", "draggable"], y2 = ["onClick"], x2 = {
9873
9866
  "onUpdate:modelValue": F[0] || (F[0] = (oe) => S.value = oe),
9874
9867
  autoplay: L.autoplay
9875
9868
  }, null, 8, ["items", "modelValue", "autoplay"]),
9876
- O.value ? (_(), h("div", Bh, [
9877
- z(Th, {
9869
+ O.value ? (_(), h("div", Uh, [
9870
+ z(Dh, {
9878
9871
  public: C.value.PUBLICO,
9879
9872
  onChangePublic: F[1] || (F[1] = (oe) => t("on-event", {
9880
9873
  code: "change-public",
@@ -9883,53 +9876,53 @@ const E2 = ["id", "draggable"], y2 = ["onClick"], x2 = {
9883
9876
  }, null, 8, ["public"])
9884
9877
  ])) : M("", !0)
9885
9878
  ]),
9886
- z(b(ui), { style: { "min-height": "330px" } }, {
9879
+ z(v(ui), { style: { "min-height": "330px" } }, {
9887
9880
  default: te(() => {
9888
9881
  var oe, G, q, se, ue, be;
9889
9882
  return [
9890
- v("div", null, [
9891
- v("div", Fh, [
9892
- v("div", kh, B(w.value), 1),
9883
+ b("div", null, [
9884
+ b("div", Bh, [
9885
+ b("div", Fh, B(w.value), 1),
9893
9886
  C.value.R_ESTADO ? (_(), ce(ml, {
9894
9887
  key: 0,
9895
9888
  label: (oe = C.value.R_ESTADO) == null ? void 0 : oe.NAME,
9896
9889
  color: (G = C.value.R_ESTADO) == null ? void 0 : G.COLOR
9897
9890
  }, null, 8, ["label", "color"])) : M("", !0)
9898
9891
  ]),
9899
- O.value && ((q = C.value.PROPS) != null && q.sku) ? (_(), h("div", zh, " SKU: " + B(C.value.PROPS.sku), 1)) : M("", !0),
9900
- v("div", Gh, [
9901
- f.value ? (_(), h("div", Vh, [
9892
+ O.value && ((q = C.value.PROPS) != null && q.sku) ? (_(), h("div", kh, " SKU: " + B(C.value.PROPS.sku), 1)) : M("", !0),
9893
+ b("div", zh, [
9894
+ f.value ? (_(), h("div", Gh, [
9902
9895
  z(Fo, {
9903
9896
  product: C.value,
9904
9897
  "is-private": O.value,
9905
9898
  size: "small"
9906
9899
  }, null, 8, ["product", "is-private"])
9907
9900
  ])) : M("", !0),
9908
- v("div", qh, B(b(St)((se = C.value.PROPS) == null ? void 0 : se.ubicacion)), 1),
9909
- v("div", $h, [
9910
- (ue = C.value.PROPS) != null && ue.a_medida && !((be = C.value) != null && be.PACK) ? (_(), ce(b(zi), {
9901
+ b("div", Vh, B(v(St)((se = C.value.PROPS) == null ? void 0 : se.ubicacion)), 1),
9902
+ b("div", qh, [
9903
+ (ue = C.value.PROPS) != null && ue.a_medida && !((be = C.value) != null && be.PACK) ? (_(), ce(v(zi), {
9911
9904
  key: 0,
9912
9905
  style: { "background-color": "#0183cb" },
9913
9906
  "text-color": "white",
9914
9907
  size: "12px"
9915
9908
  }, {
9916
9909
  default: te(() => [...F[3] || (F[3] = [
9917
- pe("A medida", -1)
9910
+ fe("A medida", -1)
9918
9911
  ])]),
9919
9912
  _: 1
9920
9913
  })) : M("", !0)
9921
9914
  ])
9922
9915
  ])
9923
9916
  ]),
9924
- v("div", Hh, [
9925
- j.value.length ? (_(), h("div", jh, [
9926
- (_(!0), h(de, null, he(j.value, (fe) => (_(), h("div", {
9927
- key: fe,
9928
- style: le({ backgroundColor: P[fe] || "#ccc" }),
9917
+ b("div", $h, [
9918
+ j.value.length ? (_(), h("div", Hh, [
9919
+ (_(!0), h(de, null, he(j.value, (me) => (_(), h("div", {
9920
+ key: me,
9921
+ style: le({ backgroundColor: P[me] || "#ccc" }),
9929
9922
  class: "color-circle"
9930
9923
  }, null, 4))), 128))
9931
9924
  ])) : M("", !0),
9932
- v("div", Kh, [
9925
+ b("div", jh, [
9933
9926
  D.value ? (_(), h("span", {
9934
9927
  key: 0,
9935
9928
  class: "description",
@@ -9937,16 +9930,16 @@ const E2 = ["id", "draggable"], y2 = ["onClick"], x2 = {
9937
9930
  lineClamp: L.descriptionLines,
9938
9931
  WebkitLineClamp: L.descriptionLines
9939
9932
  })
9940
- }, B(D.value || "~"), 5)) : (_(), h("span", Wh, [...F[4] || (F[4] = [
9941
- v("i", null, "Sin descripción", -1)
9933
+ }, B(D.value || "~"), 5)) : (_(), h("span", Kh, [...F[4] || (F[4] = [
9934
+ b("i", null, "Sin descripción", -1)
9942
9935
  ])]))
9943
9936
  ]),
9944
9937
  C.value.PROPS ? (_(), ce(an, {
9945
9938
  key: 1,
9946
- "gama-props": b(g),
9939
+ "gama-props": v(g),
9947
9940
  "product-props": C.value.PROPS,
9948
9941
  lite: !0,
9949
- "hidden-props": b(u)
9942
+ "hidden-props": v(u)
9950
9943
  }, null, 8, ["gama-props", "product-props", "hidden-props"])) : M("", !0)
9951
9944
  ])
9952
9945
  ];
@@ -9958,7 +9951,7 @@ const E2 = ["id", "draggable"], y2 = ["onClick"], x2 = {
9958
9951
  _: 1
9959
9952
  }, 8, ["loading", "style"])) : M("", !0);
9960
9953
  }
9961
- }), Xh = /* @__PURE__ */ De(Yh, [["__scopeId", "data-v-b5bcad60"]]), Jh = Object.freeze([
9954
+ }), Yh = /* @__PURE__ */ De(Qh, [["__scopeId", "data-v-aa468845"]]), Xh = Object.freeze([
9962
9955
  {
9963
9956
  ID_PRODUCTO: 155,
9964
9957
  NOMBRE: "Banderola LED P2.5 Señalización Digital de Alta Claridad",
@@ -12755,7 +12748,7 @@ Facilidad de instalación, se fija a la pared con tornillos de forma sencilla. M
12755
12748
  },
12756
12749
  controlType: "select"
12757
12750
  }
12758
- ], eO = {
12751
+ ], Jh = {
12759
12752
  isPublic: !0,
12760
12753
  data: {},
12761
12754
  gamaProps: $u,
@@ -12770,7 +12763,7 @@ Facilidad de instalación, se fija a la pared con tornillos de forma sencilla. M
12770
12763
  "tasa_de_refresco_hz",
12771
12764
  "resolucion"
12772
12765
  ]
12773
- }, aO = mi.extend({
12766
+ }, eO = mi.extend({
12774
12767
  descriptionLines: K.number().optional(),
12775
12768
  hiddenProps: K.array(K.string()).optional(),
12776
12769
  count: K.number().optional(),
@@ -12817,14 +12810,14 @@ function Gi() {
12817
12810
  showPrice: n.showPrice
12818
12811
  };
12819
12812
  }
12820
- const iO = ["id", "draggable"], lO = ["onClick"], tO = {
12813
+ const aO = ["id", "draggable"], iO = ["onClick"], lO = {
12821
12814
  key: 0,
12822
12815
  class: "row items-center justify-center bg-grey-2 media-card",
12823
12816
  style: { "border-radius": "8px", border: "1px dashed #c9c9c9" }
12824
- }, nO = {
12817
+ }, tO = {
12825
12818
  key: 2,
12826
12819
  class: "media-card"
12827
- }, oO = ["src"], sO = { class: "video-icon" }, rO = /* @__PURE__ */ me({
12820
+ }, nO = ["src"], oO = { class: "video-icon" }, sO = /* @__PURE__ */ pe({
12828
12821
  __name: "ImagesMiniature",
12829
12822
  setup(n) {
12830
12823
  const { images: m, slide: t, isPrivate: c } = Gi(), { emitEvent: o } = fl(), { handler: s, onDragLeave: u, onDragOver: g, onDragStart: O, onDrop: C, idKey: f } = qu(
@@ -12834,23 +12827,23 @@ const iO = ["id", "draggable"], lO = ["onClick"], tO = {
12834
12827
  );
12835
12828
  return (x, w) => {
12836
12829
  const D = Ro("mutation");
12837
- return b(m).length ? Lt((_(), h("div", {
12830
+ return v(m).length ? Lt((_(), h("div", {
12838
12831
  key: 0,
12839
12832
  class: "images-miniature",
12840
12833
  onDragleave: w[1] || (w[1] = //@ts-ignore
12841
- (...A) => b(u) && b(u)(...A)),
12834
+ (...A) => v(u) && v(u)(...A)),
12842
12835
  onDragover: w[2] || (w[2] = //@ts-ignore
12843
- (...A) => b(g) && b(g)(...A)),
12836
+ (...A) => v(g) && v(g)(...A)),
12844
12837
  onDrop: w[3] || (w[3] = //@ts-ignore
12845
- (...A) => b(C) && b(C)(...A))
12838
+ (...A) => v(C) && v(C)(...A))
12846
12839
  }, [
12847
- (_(!0), h(de, null, he(b(m), (A, P) => (_(), h("div", {
12840
+ (_(!0), h(de, null, he(v(m), (A, P) => (_(), h("div", {
12848
12841
  class: "q-mb-md image-miniature q-px-sm",
12849
12842
  key: P,
12850
- id: A[b(f)],
12843
+ id: A[v(f)],
12851
12844
  onDragstart: w[0] || (w[0] = //@ts-ignore
12852
- (...E) => b(O) && b(O)(...E)),
12853
- draggable: b(c)
12845
+ (...E) => v(O) && v(O)(...E)),
12846
+ draggable: v(c)
12854
12847
  }, [
12855
12848
  A ? (_(), h("div", {
12856
12849
  key: 0,
@@ -12860,45 +12853,45 @@ const iO = ["id", "draggable"], lO = ["onClick"], tO = {
12860
12853
  borderWidth: "0.7px",
12861
12854
  borderStyle: "solid",
12862
12855
  borderRadius: "0.5rem",
12863
- borderColor: P === b(t) - 1 ? "#015979 " : "transparent"
12856
+ borderColor: P === v(t) - 1 ? "#015979 " : "transparent"
12864
12857
  }),
12865
12858
  class: "q-pb-sm win-card"
12866
12859
  }, [
12867
- A != null && A.location ? A.tipo === "image" ? (_(), ce(b(wt), {
12860
+ A != null && A.location ? A.tipo === "image" ? (_(), ce(v(wt), {
12868
12861
  key: 1,
12869
12862
  src: A.location,
12870
12863
  fit: "cover",
12871
12864
  class: "media-card"
12872
- }, null, 8, ["src"])) : A.tipo === "video" ? (_(), h("div", nO, [
12873
- v("video", {
12865
+ }, null, 8, ["src"])) : A.tipo === "video" ? (_(), h("div", tO, [
12866
+ b("video", {
12874
12867
  src: A.location,
12875
12868
  style: { width: "100%", height: "100%", background: "black" }
12876
- }, null, 8, oO),
12877
- v("div", sO, [
12878
- z(b(ea), {
12869
+ }, null, 8, nO),
12870
+ b("div", oO, [
12871
+ z(v(ea), {
12879
12872
  size: "lg",
12880
12873
  name: "o_play_circle",
12881
12874
  color: "white"
12882
12875
  })
12883
12876
  ])
12884
- ])) : M("", !0) : (_(), h("div", tO, [
12885
- z(b(ea), {
12877
+ ])) : M("", !0) : (_(), h("div", lO, [
12878
+ z(v(ea), {
12886
12879
  name: "upload_file",
12887
12880
  color: "grey-5",
12888
12881
  size: "33px"
12889
12882
  })
12890
12883
  ]))
12891
- ], 12, lO)) : M("", !0)
12892
- ], 40, iO))), 128))
12884
+ ], 12, iO)) : M("", !0)
12885
+ ], 40, aO))), 128))
12893
12886
  ], 32)), [
12894
- [D, b(s)]
12887
+ [D, v(s)]
12895
12888
  ]) : M("", !0);
12896
12889
  };
12897
12890
  }
12898
- }), Hc = /* @__PURE__ */ De(rO, [["__scopeId", "data-v-bf75f29f"]]), cO = { class: "text-weight-medium" }, uO = {
12891
+ }), Hc = /* @__PURE__ */ De(sO, [["__scopeId", "data-v-bf75f29f"]]), rO = { class: "text-weight-medium" }, cO = {
12899
12892
  key: 0,
12900
12893
  class: "row justify-end items-center"
12901
- }, dO = /* @__PURE__ */ me({
12894
+ }, uO = /* @__PURE__ */ pe({
12902
12895
  __name: "ProductCustomizableIndicator",
12903
12896
  props: {
12904
12897
  label: { default: "A medida" }
@@ -12910,28 +12903,28 @@ const iO = ["id", "draggable"], lO = ["onClick"], tO = {
12910
12903
  return !!((o = m.value) != null && o.a_medida) && !((s = t.value) != null && s.pack);
12911
12904
  }
12912
12905
  );
12913
- return (o, s) => (_(), h("div", cO, [
12914
- c.value ? (_(), h("div", uO, [
12915
- z(b(zi), {
12906
+ return (o, s) => (_(), h("div", rO, [
12907
+ c.value ? (_(), h("div", cO, [
12908
+ z(v(zi), {
12916
12909
  color: "blue",
12917
12910
  "text-color": "white",
12918
12911
  size: "12px"
12919
12912
  }, {
12920
12913
  default: te(() => [...s[0] || (s[0] = [
12921
- pe("A medida", -1)
12914
+ fe("A medida", -1)
12922
12915
  ])]),
12923
12916
  _: 1
12924
12917
  })
12925
12918
  ])) : M("", !0)
12926
12919
  ]));
12927
12920
  }
12928
- }), pO = {
12921
+ }), dO = {
12929
12922
  class: "row q-mt-md q-pa-sm",
12930
12923
  style: { "overflow-x": "auto" }
12931
- }, mO = ["onClick"], fO = { class: "q-pa-sm" }, _O = { class: "text-weight-medium ellipsis" }, gO = { class: "text-caption" }, vO = {
12924
+ }, pO = ["onClick"], mO = { class: "q-pa-sm" }, fO = { class: "text-weight-medium ellipsis" }, _O = { class: "text-caption" }, gO = {
12932
12925
  key: 0,
12933
12926
  class: "q-mt-md"
12934
- }, bO = { class: "text-h6" }, hO = /* @__PURE__ */ me({
12927
+ }, vO = { class: "text-h6" }, bO = /* @__PURE__ */ pe({
12935
12928
  __name: "ProductDetallePack",
12936
12929
  setup(n) {
12937
12930
  const { detallePack: m, selectedPackProduct: t, gamaProps: c } = Gi(), o = (u) => {
@@ -12945,40 +12938,40 @@ const iO = ["id", "draggable"], lO = ["onClick"], tO = {
12945
12938
  return (u, g) => {
12946
12939
  var O;
12947
12940
  return _(), h(de, null, [
12948
- v("div", pO, [
12949
- (_(!0), h(de, null, he(b(m), (C, f) => {
12941
+ b("div", dO, [
12942
+ (_(!0), h(de, null, he(v(m), (C, f) => {
12950
12943
  var x, w, D, A;
12951
12944
  return _(), h("div", {
12952
12945
  key: f,
12953
- class: pa(`q-mr-md glass-card detalle-pack ${((x = b(t)) == null ? void 0 : x.ID_PRODUCTO) == C.ID_PRODUCTO_DETALLE ? "selected" : ""}`),
12946
+ class: pa(`q-mr-md glass-card detalle-pack ${((x = v(t)) == null ? void 0 : x.ID_PRODUCTO) == C.ID_PRODUCTO_DETALLE ? "selected" : ""}`),
12954
12947
  onClick: (P) => o(C.DETALLE)
12955
12948
  }, [
12956
- (D = (w = C == null ? void 0 : C.DETALLE) == null ? void 0 : w.ARCHIVOS) != null && D.length ? (_(), ce(b(wt), {
12949
+ (D = (w = C == null ? void 0 : C.DETALLE) == null ? void 0 : w.ARCHIVOS) != null && D.length ? (_(), ce(v(wt), {
12957
12950
  key: 0,
12958
12951
  src: C.DETALLE.ARCHIVOS[0].LOCATION || "placeholder.webp",
12959
12952
  style: { height: "120px", "border-radius": "8px" },
12960
12953
  fit: "contain"
12961
12954
  }, null, 8, ["src"])) : M("", !0),
12962
- v("div", fO, [
12963
- v("div", _O, B((A = C == null ? void 0 : C.DETALLE) == null ? void 0 : A.NOMBRE), 1),
12964
- v("div", gO, B(C == null ? void 0 : C.CANTIDAD) + "X", 1)
12955
+ b("div", mO, [
12956
+ b("div", fO, B((A = C == null ? void 0 : C.DETALLE) == null ? void 0 : A.NOMBRE), 1),
12957
+ b("div", _O, B(C == null ? void 0 : C.CANTIDAD) + "X", 1)
12965
12958
  ])
12966
- ], 10, mO);
12959
+ ], 10, pO);
12967
12960
  }), 128))
12968
12961
  ]),
12969
- b(t) ? (_(), h("div", vO, [
12970
- v("div", bO, B(b(t).NOMBRE), 1),
12971
- v("div", null, "SKU: " + B((O = b(t).PROPS) == null ? void 0 : O.sku), 1),
12962
+ v(t) ? (_(), h("div", gO, [
12963
+ b("div", vO, B(v(t).NOMBRE), 1),
12964
+ b("div", null, "SKU: " + B((O = v(t).PROPS) == null ? void 0 : O.sku), 1),
12972
12965
  z(an, {
12973
12966
  class: "q-mt-md",
12974
12967
  "product-props": s.value,
12975
- "gama-props": b(c)
12968
+ "gama-props": v(c)
12976
12969
  }, null, 8, ["product-props", "gama-props"])
12977
12970
  ])) : M("", !0)
12978
12971
  ], 64);
12979
12972
  };
12980
12973
  }
12981
- }), OO = /* @__PURE__ */ De(hO, [["__scopeId", "data-v-94935eea"]]), AO = { class: "product-image-header" }, IO = { class: "product-code" }, CO = { class: "media-count" }, PO = /* @__PURE__ */ me({
12974
+ }), hO = /* @__PURE__ */ De(bO, [["__scopeId", "data-v-94935eea"]]), OO = { class: "product-image-header" }, AO = { class: "product-code" }, IO = { class: "media-count" }, CO = /* @__PURE__ */ pe({
12982
12975
  __name: "ProductImageHeader",
12983
12976
  setup(n) {
12984
12977
  const { product: m, images: t, slide: c, isPrivate: o } = Gi(), s = N(
@@ -12995,28 +12988,28 @@ const iO = ["id", "draggable"], lO = ["onClick"], tO = {
12995
12988
  };
12996
12989
  return (C, f) => {
12997
12990
  var x, w;
12998
- return _(), h("div", AO, [
12999
- v("div", IO, B(u.value), 1),
13000
- v("div", {
12991
+ return _(), h("div", OO, [
12992
+ b("div", AO, B(u.value), 1),
12993
+ b("div", {
13001
12994
  onClick: O,
13002
12995
  class: "tags",
13003
- style: le({ overflowX: "auto", cursor: b(o) ? "pointer" : "default" })
12996
+ style: le({ overflowX: "auto", cursor: v(o) ? "pointer" : "default" })
13004
12997
  }, [
13005
12998
  (_(!0), h(de, null, he(s.value, (D) => (_(), ce(en, { tag: D }, null, 8, ["tag"]))), 256)),
13006
- !s.value.length && b(o) ? (_(), ce(b(zi), {
12999
+ !s.value.length && v(o) ? (_(), ce(v(zi), {
13007
13000
  key: 0,
13008
13001
  class: "tag",
13009
13002
  size: "12px"
13010
13003
  }, {
13011
13004
  default: te(() => [...f[0] || (f[0] = [
13012
- pe("Editar etiquetas", -1)
13005
+ fe("Editar etiquetas", -1)
13013
13006
  ])]),
13014
13007
  _: 1
13015
13008
  })) : M("", !0)
13016
13009
  ], 4),
13017
- v("div", CO, [
13018
- pe(B((x = b(t)) != null && x.length ? b(c) : 0) + "/" + B(((w = b(t)) == null ? void 0 : w.length) || 0) + " ", 1),
13019
- z(b(ea), {
13010
+ b("div", IO, [
13011
+ fe(B((x = v(t)) != null && x.length ? v(c) : 0) + "/" + B(((w = v(t)) == null ? void 0 : w.length) || 0) + " ", 1),
13012
+ z(v(ea), {
13020
13013
  name: "sym_o_image",
13021
13014
  size: "sm",
13022
13015
  class: "q-ml-xs"
@@ -13025,22 +13018,22 @@ const iO = ["id", "draggable"], lO = ["onClick"], tO = {
13025
13018
  ]);
13026
13019
  };
13027
13020
  }
13028
- }), EO = /* @__PURE__ */ De(PO, [["__scopeId", "data-v-320f1d6c"]]), yO = {
13021
+ }), PO = /* @__PURE__ */ De(CO, [["__scopeId", "data-v-320f1d6c"]]), EO = {
13029
13022
  key: 0,
13030
13023
  class: "q-mt-md text-black col-12"
13031
- }, xO = /* @__PURE__ */ me({
13024
+ }, yO = /* @__PURE__ */ pe({
13032
13025
  __name: "ProductLongDescription",
13033
13026
  setup(n) {
13034
13027
  const { product: m } = Gi(), t = N(() => {
13035
13028
  var c;
13036
13029
  return (c = m.value) == null ? void 0 : c.descripcion;
13037
13030
  });
13038
- return (c, o) => t.value ? (_(), h("div", yO, [
13039
- o[0] || (o[0] = v("div", { class: "font-bold text-h6" }, "Información del producto", -1)),
13040
- v("div", null, B(t.value), 1)
13031
+ return (c, o) => t.value ? (_(), h("div", EO, [
13032
+ o[0] || (o[0] = b("div", { class: "font-bold text-h6" }, "Información del producto", -1)),
13033
+ b("div", null, B(t.value), 1)
13041
13034
  ])) : M("", !0);
13042
13035
  }
13043
- }), DO = { class: "full-width grid" }, TO = { class: "bg-grey-2 values" }, RO = { key: 0 }, SO = { class: "text-bold" }, NO = { class: "text-bold" }, LO = {
13036
+ }), xO = { class: "full-width grid" }, DO = { class: "bg-grey-2 values" }, TO = { key: 0 }, RO = { class: "text-bold" }, SO = { class: "text-bold" }, NO = {
13044
13037
  key: 1,
13045
13038
  class: "text-bold"
13046
13039
  }, Nt = (n, m) => {
@@ -13055,7 +13048,7 @@ const iO = ["id", "draggable"], lO = ["onClick"], tO = {
13055
13048
  default:
13056
13049
  throw new Error(`Unidad no soportada: ${m}`);
13057
13050
  }
13058
- }, wO = (n) => {
13051
+ }, LO = (n) => {
13059
13052
  const m = Number(n.ancho) || 0, t = Number(n.alto) || 0, c = n.unidad_de_medida || "cm", o = Nt(m, c), s = Nt(t, c);
13060
13053
  let u = o * s;
13061
13054
  return u <= 0 && (u = 1), (g) => {
@@ -13065,7 +13058,7 @@ const iO = ["id", "draggable"], lO = ["onClick"], tO = {
13065
13058
  }, To = (n, m = 2) => Number(n.toFixed(m)), Hu = (n) => {
13066
13059
  const m = Number((n == null ? void 0 : n.ancho) || 0), t = Number((n == null ? void 0 : n.alto) || 0);
13067
13060
  return To(m * t);
13068
- }, MO = /* @__PURE__ */ me({
13061
+ }, wO = /* @__PURE__ */ pe({
13069
13062
  __name: "ProductConfiguration",
13070
13063
  props: /* @__PURE__ */ Zc({
13071
13064
  product: {},
@@ -13086,7 +13079,7 @@ const iO = ["id", "draggable"], lO = ["onClick"], tO = {
13086
13079
  ), s = N(() => {
13087
13080
  var P;
13088
13081
  return ((P = o.value) == null ? void 0 : P.PROPS) || {};
13089
- }), u = N(() => s.value.unidad_de_medida || "cm"), g = N(() => wO(s.value || {}));
13082
+ }), u = N(() => s.value.unidad_de_medida || "cm"), g = N(() => LO(s.value || {}));
13090
13083
  ma(
13091
13084
  c,
13092
13085
  (P) => {
@@ -13126,10 +13119,10 @@ const iO = ["id", "draggable"], lO = ["onClick"], tO = {
13126
13119
  ));
13127
13120
  }
13128
13121
  ), (P, E) => (_(), h(de, null, [
13129
- E[7] || (E[7] = v("div", { class: "prices text-bold q-mb-md" }, " Indica las medidas de la pantalla que necesitas ", -1)),
13130
- v("div", DO, [
13131
- v("div", null, [
13132
- z(b(wl), {
13122
+ E[7] || (E[7] = b("div", { class: "prices text-bold q-mb-md" }, " Indica las medidas de la pantalla que necesitas ", -1)),
13123
+ b("div", xO, [
13124
+ b("div", null, [
13125
+ z(v(wl), {
13133
13126
  type: "number",
13134
13127
  outlined: "",
13135
13128
  class: "q-mb-md",
@@ -13141,7 +13134,7 @@ const iO = ["id", "draggable"], lO = ["onClick"], tO = {
13141
13134
  step: x.value,
13142
13135
  min: "0"
13143
13136
  }, null, 8, ["modelValue", "step"]),
13144
- z(b(wl), {
13137
+ z(v(wl), {
13145
13138
  type: "number",
13146
13139
  outlined: "",
13147
13140
  modelValue: c.value.alto,
@@ -13153,38 +13146,38 @@ const iO = ["id", "draggable"], lO = ["onClick"], tO = {
13153
13146
  min: "0"
13154
13147
  }, null, 8, ["modelValue", "step"])
13155
13148
  ]),
13156
- v("div", TO, [
13157
- v("div", null, [
13158
- E[2] || (E[2] = v("span", null, " Área panel: ", -1)),
13159
- v("span", null, B(O(D.value)) + " m2", 1)
13149
+ b("div", DO, [
13150
+ b("div", null, [
13151
+ E[2] || (E[2] = b("span", null, " Área panel: ", -1)),
13152
+ b("span", null, B(O(D.value)) + " m2", 1)
13160
13153
  ]),
13161
- P.showPrice ? (_(), h("div", RO, [
13162
- E[3] || (E[3] = v("span", null, " Importe m2: ", -1)),
13163
- v("span", null, B(A.value), 1)
13154
+ P.showPrice ? (_(), h("div", TO, [
13155
+ E[3] || (E[3] = b("span", null, " Importe m2: ", -1)),
13156
+ b("span", null, B(A.value), 1)
13164
13157
  ])) : M("", !0),
13165
- v("div", SO, [
13166
- E[4] || (E[4] = v("span", null, " Área total: ", -1)),
13167
- v("span", null, B(O(f.value)) + " m2 ", 1)
13158
+ b("div", RO, [
13159
+ E[4] || (E[4] = b("span", null, " Área total: ", -1)),
13160
+ b("span", null, B(O(f.value)) + " m2 ", 1)
13168
13161
  ]),
13169
- v("div", NO, [
13170
- E[5] || (E[5] = v("span", null, " Paneles: ", -1)),
13171
- v("span", null, B(t.value), 1)
13162
+ b("div", SO, [
13163
+ E[5] || (E[5] = b("span", null, " Paneles: ", -1)),
13164
+ b("span", null, B(t.value), 1)
13172
13165
  ]),
13173
- P.showPrice ? (_(), h("div", LO, [
13174
- E[6] || (E[6] = v("span", null, " Importe total: ", -1)),
13175
- v("span", null, B(b($c)(C.value)), 1)
13166
+ P.showPrice ? (_(), h("div", NO, [
13167
+ E[6] || (E[6] = b("span", null, " Importe total: ", -1)),
13168
+ b("span", null, B(v($c)(C.value)), 1)
13176
13169
  ])) : M("", !0)
13177
13170
  ])
13178
13171
  ])
13179
13172
  ], 64));
13180
13173
  }
13181
- }), UO = /* @__PURE__ */ De(MO, [["__scopeId", "data-v-ebbd7c31"]]), BO = {
13174
+ }), MO = /* @__PURE__ */ De(wO, [["__scopeId", "data-v-ebbd7c31"]]), UO = {
13182
13175
  key: 0,
13183
13176
  class: "q-mt-lg"
13184
- }, FO = { class: "row justify-between" }, kO = {
13177
+ }, BO = { class: "row justify-between" }, FO = {
13185
13178
  key: 0,
13186
13179
  class: "counter q-mr-lg q-mt-md"
13187
- }, zO = { class: "quantity" }, GO = { key: 1 }, VO = { class: "q-mt-md" }, qO = /* @__PURE__ */ me({
13180
+ }, kO = { class: "quantity" }, zO = { key: 1 }, GO = { class: "q-mt-md" }, VO = /* @__PURE__ */ pe({
13188
13181
  __name: "ProductShopcartActions",
13189
13182
  setup(n) {
13190
13183
  const {
@@ -13215,25 +13208,25 @@ const iO = ["id", "draggable"], lO = ["onClick"], tO = {
13215
13208
  }, A = () => {
13216
13209
  u("go_to_catalog");
13217
13210
  };
13218
- return (P, E) => b(m) ? (_(), h("div", BO, [
13219
- g.value ? (_(), ce(UO, {
13211
+ return (P, E) => v(m) ? (_(), h("div", UO, [
13212
+ g.value ? (_(), ce(MO, {
13220
13213
  key: 0,
13221
- product: b(m),
13214
+ product: v(m),
13222
13215
  quantity: O.value,
13223
13216
  "onUpdate:quantity": E[0] || (E[0] = (S) => O.value = S),
13224
13217
  detail: C.value,
13225
13218
  "onUpdate:detail": E[1] || (E[1] = (S) => C.value = S),
13226
- "show-price": b(s)
13219
+ "show-price": v(s)
13227
13220
  }, null, 8, ["product", "quantity", "detail", "show-price"])) : M("", !0),
13228
- v("div", FO, [
13229
- g.value ? (_(), h("div", GO)) : (_(), h("div", kO, [
13221
+ b("div", BO, [
13222
+ g.value ? (_(), h("div", zO)) : (_(), h("div", FO, [
13230
13223
  z(Di, {
13231
13224
  outline: "",
13232
13225
  size: "sm",
13233
13226
  onClick: x,
13234
13227
  icon: "remove"
13235
13228
  }),
13236
- v("span", zO, B(O.value), 1),
13229
+ b("span", kO, B(O.value), 1),
13237
13230
  z(Di, {
13238
13231
  outline: "",
13239
13232
  size: "sm",
@@ -13242,37 +13235,37 @@ const iO = ["id", "draggable"], lO = ["onClick"], tO = {
13242
13235
  icon: "add"
13243
13236
  })
13244
13237
  ])),
13245
- v("div", VO, [
13238
+ b("div", GO, [
13246
13239
  z(ol, {
13247
13240
  onClick: A,
13248
- label: b(o) || "Seguir comprando",
13241
+ label: v(o) || "Seguir comprando",
13249
13242
  class: "q-mr-md"
13250
13243
  }, null, 8, ["label"]),
13251
13244
  z(ol, {
13252
13245
  onClick: D,
13253
13246
  disable: f.value,
13254
13247
  main: "",
13255
- label: b(c) || "Agregar al carrito"
13248
+ label: v(c) || "Agregar al carrito"
13256
13249
  }, null, 8, ["disable", "label"])
13257
13250
  ])
13258
13251
  ])
13259
13252
  ])) : M("", !0);
13260
13253
  }
13261
- }), $O = /* @__PURE__ */ De(qO, [["__scopeId", "data-v-7da1e698"]]), HO = { style: { "font-size": "16px", "max-height": "300px", "overflow-y": "auto" } }, jO = {
13254
+ }), qO = /* @__PURE__ */ De(VO, [["__scopeId", "data-v-7da1e698"]]), $O = { style: { "font-size": "16px", "max-height": "300px", "overflow-y": "auto" } }, HO = {
13262
13255
  key: 0,
13263
13256
  class: "text-black"
13264
- }, KO = /* @__PURE__ */ me({
13257
+ }, jO = /* @__PURE__ */ pe({
13265
13258
  __name: "ProductShortDescription",
13266
13259
  setup(n) {
13267
13260
  const { product: m } = Gi(), t = N(() => {
13268
13261
  var c;
13269
13262
  return ((c = m.value) == null ? void 0 : c.descripcion_corta) || "";
13270
13263
  });
13271
- return (c, o) => (_(), h("div", HO, [
13272
- t.value ? (_(), h("div", jO, B(t.value), 1)) : M("", !0)
13264
+ return (c, o) => (_(), h("div", $O, [
13265
+ t.value ? (_(), h("div", HO, B(t.value), 1)) : M("", !0)
13273
13266
  ]));
13274
13267
  }
13275
- }), WO = { class: "row justify-end" }, ZO = { class: "grid" }, QO = { class: "images-container" }, YO = { class: "carousel-container" }, XO = { class: "text-h5 text-bold" }, JO = { class: "row justify-between" }, eA = { key: 0 }, aA = { class: "row items-center justify-between" }, iA = { class: "text-weight-medium" }, lA = { class: "row" }, tA = /* @__PURE__ */ me({
13268
+ }), KO = { class: "row justify-end" }, WO = { class: "grid" }, ZO = { class: "images-container" }, QO = { class: "carousel-container" }, YO = { class: "text-h5 text-bold" }, XO = { class: "row justify-between" }, JO = { key: 0 }, eA = { class: "row items-center justify-between" }, aA = { class: "text-weight-medium" }, iA = { class: "row" }, lA = /* @__PURE__ */ pe({
13276
13269
  __name: "LinvermediaProductDetail",
13277
13270
  props: {
13278
13271
  isPublic: { type: Boolean },
@@ -13325,19 +13318,19 @@ const iO = ["id", "draggable"], lO = ["onClick"], tO = {
13325
13318
  var L, F, W, Y, oe, G, q;
13326
13319
  const j = pi("v-else"), Z = pi("ProductAvailableColors");
13327
13320
  return _(), h(de, null, [
13328
- v("div", WO, [
13329
- b(g) ? M("", !0) : (_(), ce(Di, {
13321
+ b("div", KO, [
13322
+ v(g) ? M("", !0) : (_(), ce(Di, {
13330
13323
  key: 0,
13331
13324
  icon: "edit",
13332
13325
  sm: "",
13333
13326
  onClick: E
13334
13327
  }))
13335
13328
  ]),
13336
- v("div", ZO, [
13337
- v("div", QO, [
13329
+ b("div", WO, [
13330
+ b("div", ZO, [
13338
13331
  z(Hc, { class: "gt-sm" }),
13339
- v("div", YO, [
13340
- z(EO),
13332
+ b("div", QO, [
13333
+ z(PO),
13341
13334
  z(Bl, {
13342
13335
  style: { "border-radius": "8px" },
13343
13336
  items: D.value,
@@ -13349,43 +13342,43 @@ const iO = ["id", "draggable"], lO = ["onClick"], tO = {
13349
13342
  ]),
13350
13343
  z(Hc, { class: "lt-md" })
13351
13344
  ]),
13352
- v("div", null, [
13353
- v("div", XO, B(b(St)(((L = x.value) == null ? void 0 : L.nombre) || "")), 1),
13354
- v("div", JO, [
13355
- b(g) ? M("", !0) : (_(), h("div", eA, "SKU: " + B((W = (F = x.value) == null ? void 0 : F.props) == null ? void 0 : W.sku), 1)),
13345
+ b("div", null, [
13346
+ b("div", YO, B(v(St)(((L = x.value) == null ? void 0 : L.nombre) || "")), 1),
13347
+ b("div", XO, [
13348
+ v(g) ? M("", !0) : (_(), h("div", JO, "SKU: " + B((W = (F = x.value) == null ? void 0 : F.props) == null ? void 0 : W.sku), 1)),
13356
13349
  z(j, { div: "" }),
13357
- !b(g) && ((Y = x.value) != null && Y.estado) ? (_(), ce(ml, {
13350
+ !v(g) && ((Y = x.value) != null && Y.estado) ? (_(), ce(ml, {
13358
13351
  key: 1,
13359
13352
  label: x.value.estado.name,
13360
13353
  color: x.value.estado.color
13361
13354
  }, null, 8, ["label", "color"])) : M("", !0)
13362
13355
  ]),
13363
- v("div", aA, [
13356
+ b("div", eA, [
13364
13357
  f.value ? (_(), ce(Fo, {
13365
13358
  key: 0,
13366
13359
  product: x.value,
13367
- "is-private": !b(g)
13360
+ "is-private": !v(g)
13368
13361
  }, null, 8, ["product", "is-private"])) : M("", !0),
13369
- v("div", iA, B(b(St)(((G = (oe = x.value) == null ? void 0 : oe.props) == null ? void 0 : G.ubicacion) || "")), 1),
13370
- z(dO)
13362
+ b("div", aA, B(v(St)(((G = (oe = x.value) == null ? void 0 : oe.props) == null ? void 0 : G.ubicacion) || "")), 1),
13363
+ z(uO)
13371
13364
  ]),
13372
13365
  z(Z),
13373
- z(KO),
13374
- P.value ? (_(), ce(OO, { key: 0 })) : (_(), ce(an, {
13366
+ z(jO),
13367
+ P.value ? (_(), ce(hO, { key: 0 })) : (_(), ce(an, {
13375
13368
  key: 1,
13376
13369
  "product-props": (q = x.value) == null ? void 0 : q.props,
13377
- "gama-props": b(O)
13370
+ "gama-props": v(O)
13378
13371
  }, null, 8, ["product-props", "gama-props"])),
13379
- b(g) ? (_(), ce($O, { key: 2 })) : M("", !0)
13372
+ v(g) ? (_(), ce(qO, { key: 2 })) : M("", !0)
13380
13373
  ])
13381
13374
  ]),
13382
- v("div", lA, [
13383
- z(xO)
13375
+ b("div", iA, [
13376
+ z(yO)
13384
13377
  ])
13385
13378
  ], 64);
13386
13379
  };
13387
13380
  }
13388
- }), nA = /* @__PURE__ */ De(tA, [["__scopeId", "data-v-22a03c8b"]]), oA = Object.freeze([
13381
+ }), tA = /* @__PURE__ */ De(lA, [["__scopeId", "data-v-22a03c8b"]]), nA = Object.freeze([
13389
13382
  {
13390
13383
  ID_PRODUCTO: 121,
13391
13384
  ID_EMPRESA: 1,
@@ -14386,19 +14379,19 @@ const iO = ["id", "draggable"], lO = ["onClick"], tO = {
14386
14379
  enabled: 1
14387
14380
  }
14388
14381
  }
14389
- ]), sA = {
14382
+ ]), oA = {
14390
14383
  isPublic: !0,
14391
14384
  data: null,
14392
14385
  fetching: !1,
14393
14386
  scale: 1,
14394
14387
  count: 0,
14395
14388
  gamaProps: $u
14396
- }, rA = mi.extend({
14389
+ }, sA = mi.extend({
14397
14390
  view: K.enum(["detail", "summary"]).optional(),
14398
14391
  title: K.string().optional(),
14399
14392
  gamaProps: K.array(K.record(K.string(), K.any())),
14400
14393
  showPrice: K.function().optional()
14401
- }), cA = { class: "row justify-between items-center card-row" }, uA = { class: "row justify-between items-center card-row" }, dA = { class: "row justify-between items-center card-row" }, pA = { class: "ellipsis" }, mA = { key: 0 }, fA = /* @__PURE__ */ me({
14394
+ }), rA = { class: "row justify-between items-center card-row" }, cA = { class: "row justify-between items-center card-row" }, uA = { class: "row justify-between items-center card-row" }, dA = { class: "ellipsis" }, pA = { key: 0 }, mA = /* @__PURE__ */ pe({
14402
14395
  __name: "LinvermediaSolicitudCard",
14403
14396
  props: {
14404
14397
  isPublic: { type: Boolean },
@@ -14429,28 +14422,28 @@ const iO = ["id", "draggable"], lO = ["onClick"], tO = {
14429
14422
  style: le({ scale: c.scale ?? 1 }),
14430
14423
  onClick: x[0] || (x[0] = (w) => t("on-event", {
14431
14424
  code: "card_click",
14432
- payload: { data: b(o) }
14425
+ payload: { data: v(o) }
14433
14426
  }))
14434
14427
  }, {
14435
14428
  default: te(() => [
14436
- z(b(ui), { class: "q-pa-none" }, {
14429
+ z(v(ui), { class: "q-pa-none" }, {
14437
14430
  default: te(() => [
14438
- v("div", cA, [
14439
- v("div", null, "Cod. " + B(b(o).COD_CAPTACION), 1),
14431
+ b("div", rA, [
14432
+ b("div", null, "Cod. " + B(v(o).COD_CAPTACION), 1),
14440
14433
  z(ml, Kc(Wc(C.value)), null, 16)
14441
14434
  ]),
14442
- v("div", uA, [
14443
- v("div", null, B(s.value), 1),
14444
- v("div", null, B(O.value), 1)
14435
+ b("div", cA, [
14436
+ b("div", null, B(s.value), 1),
14437
+ b("div", null, B(O.value), 1)
14445
14438
  ]),
14446
- v("div", dA, [
14447
- v("div", pA, B(u.value), 1),
14448
- g.value ? (_(), h("div", mA, [
14449
- z(b(ea), {
14439
+ b("div", uA, [
14440
+ b("div", dA, B(u.value), 1),
14441
+ g.value ? (_(), h("div", pA, [
14442
+ z(v(ea), {
14450
14443
  name: "sym_o_phone",
14451
14444
  class: "q-mr-xs"
14452
14445
  }),
14453
- pe(" " + B(g.value), 1)
14446
+ fe(" " + B(g.value), 1)
14454
14447
  ])) : M("", !0)
14455
14448
  ])
14456
14449
  ]),
@@ -14460,7 +14453,7 @@ const iO = ["id", "draggable"], lO = ["onClick"], tO = {
14460
14453
  _: 1
14461
14454
  }, 8, ["loading", "style"]));
14462
14455
  }
14463
- }), _A = /* @__PURE__ */ De(fA, [["__scopeId", "data-v-c50d3c57"]]), gA = Object.freeze([
14456
+ }), fA = /* @__PURE__ */ De(mA, [["__scopeId", "data-v-c50d3c57"]]), _A = Object.freeze([
14464
14457
  {
14465
14458
  ID_CAPTACION: 824,
14466
14459
  COD_CAPTACION: "000462",
@@ -15036,41 +15029,41 @@ Facilidad de instalación, se fija a la pared con tornillos de forma sencilla. M
15036
15029
  }
15037
15030
  }
15038
15031
  }
15039
- ]), vA = {
15032
+ ]), gA = {
15040
15033
  data: {},
15041
15034
  fetching: !1,
15042
15035
  scale: 1
15043
- }, bA = mi.extend({}), hA = {
15036
+ }, vA = mi.extend({}), bA = {
15044
15037
  key: 0,
15045
15038
  style: { height: "60px" }
15046
- }, OA = {
15039
+ }, hA = {
15047
15040
  class: "row justify-center q-mb-sm",
15048
15041
  style: { height: "45px" }
15049
- }, AA = {
15042
+ }, OA = {
15050
15043
  class: "text-center text-caption",
15051
15044
  style: { height: "25px" }
15052
- }, IA = { class: "plan-info-container q-pt-sm" }, CA = {
15045
+ }, AA = { class: "plan-info-container q-pt-sm" }, IA = {
15053
15046
  key: 0,
15054
15047
  class: "row plan-info"
15055
- }, PA = { class: "text-main" }, EA = {
15048
+ }, CA = { class: "text-main" }, PA = {
15056
15049
  key: 1,
15057
15050
  class: "row plan-info"
15058
- }, yA = { class: "text-main" }, xA = {
15051
+ }, EA = { class: "text-main" }, yA = {
15059
15052
  key: 2,
15060
15053
  class: "row plan-info"
15061
- }, DA = { class: "text-main" }, TA = {
15054
+ }, xA = { class: "text-main" }, DA = {
15062
15055
  class: "row q-my-sm q-mt-md",
15063
15056
  style: { height: "150px" }
15064
- }, RA = { class: "q-mx-sm" }, SA = ["src"], NA = {
15057
+ }, TA = { class: "q-mx-sm" }, RA = ["src"], SA = {
15065
15058
  key: 1,
15066
15059
  class: "row items-center justify-center q-mb-md text-black"
15067
- }, LA = { class: "text-h2 text-bold" }, wA = {
15060
+ }, NA = { class: "text-h2 text-bold" }, LA = {
15068
15061
  key: 2,
15069
15062
  class: "row justify-center q-mb-md"
15070
- }, MA = {
15063
+ }, wA = {
15071
15064
  style: { height: "15px" },
15072
15065
  class: "text-center text-uppercase text-caption text-black"
15073
- }, UA = { key: 0 }, BA = /* @__PURE__ */ me({
15066
+ }, MA = { key: 0 }, UA = /* @__PURE__ */ pe({
15074
15067
  __name: "TelephonyCard",
15075
15068
  props: {
15076
15069
  isPublic: { type: Boolean, default: !1 },
@@ -15128,10 +15121,10 @@ Facilidad de instalación, se fija a la pared con tornillos de forma sencilla. M
15128
15121
  return L;
15129
15122
  const F = ((oe = (Y = o.value) == null ? void 0 : Y.DETALLE_PACK) == null ? void 0 : oe.filter(
15130
15123
  (G) => {
15131
- var q, se, ue, be, fe;
15124
+ var q, se, ue, be, me;
15132
15125
  return ((ue = (se = (q = G == null ? void 0 : G.DETALLE) == null ? void 0 : q.PROPS) == null ? void 0 : se.familia) == null ? void 0 : ue.some(
15133
15126
  (Se) => ["streaming", "app"].includes(Se)
15134
- )) && ((fe = (be = G == null ? void 0 : G.DETALLE) == null ? void 0 : be.ARCHIVOS) == null ? void 0 : fe.length);
15127
+ )) && ((me = (be = G == null ? void 0 : G.DETALLE) == null ? void 0 : be.ARCHIVOS) == null ? void 0 : me.length);
15135
15128
  }
15136
15129
  )) || [];
15137
15130
  return F == null ? void 0 : F.map((G) => {
@@ -15151,8 +15144,8 @@ Facilidad de instalación, se fija a la pared con tornillos de forma sencilla. M
15151
15144
  var L, F;
15152
15145
  return (F = (L = o.value) == null ? void 0 : L.TAGS) == null ? void 0 : F.split(",");
15153
15146
  }), P = N(() => {
15154
- var L, F, W, Y, oe, G, q, se, ue, be, fe, Se;
15155
- return c.cardColor ? c.cardColor : (W = (F = (L = o.value) == null ? void 0 : L.PROPS) == null ? void 0 : F.familia) != null && W.includes("movil") ? "#D60270" : (G = (oe = (Y = o.value) == null ? void 0 : Y.PROPS) == null ? void 0 : oe.familia) != null && G.includes("tv") ? "#FFA807" : (ue = (se = (q = o.value) == null ? void 0 : q.PROPS) == null ? void 0 : se.familia) != null && ue.includes("streaming") && ((Se = (fe = (be = o.value) == null ? void 0 : be.PROPS) == null ? void 0 : fe.familia) == null ? void 0 : Se.length) == 1 ? "black" : "#00C1B5";
15147
+ var L, F, W, Y, oe, G, q, se, ue, be, me, Se;
15148
+ return c.cardColor ? c.cardColor : (W = (F = (L = o.value) == null ? void 0 : L.PROPS) == null ? void 0 : F.familia) != null && W.includes("movil") ? "#D60270" : (G = (oe = (Y = o.value) == null ? void 0 : Y.PROPS) == null ? void 0 : oe.familia) != null && G.includes("tv") ? "#FFA807" : (ue = (se = (q = o.value) == null ? void 0 : q.PROPS) == null ? void 0 : se.familia) != null && ue.includes("streaming") && ((Se = (me = (be = o.value) == null ? void 0 : be.PROPS) == null ? void 0 : me.familia) == null ? void 0 : Se.length) == 1 ? "black" : "#00C1B5";
15156
15149
  }), E = N(() => {
15157
15150
  var L;
15158
15151
  return Number(((L = o.value) == null ? void 0 : L.PRECIO) || 0);
@@ -15195,72 +15188,72 @@ Facilidad de instalación, se fija a la pared con tornillos de forma sencilla. M
15195
15188
  default: te(() => {
15196
15189
  var W, Y, oe, G;
15197
15190
  return [
15198
- c.showHeader ? (_(), h("div", hA, [
15199
- (Y = (W = b(o)) == null ? void 0 : W.PROPS) != null && Y.velocidad_de_internet_megas ? (_(), h("div", {
15191
+ c.showHeader ? (_(), h("div", bA, [
15192
+ (Y = (W = v(o)) == null ? void 0 : W.PROPS) != null && Y.velocidad_de_internet_megas ? (_(), h("div", {
15200
15193
  key: 0,
15201
15194
  class: "text-h5 text-center text-white q-pa-md text-bold",
15202
15195
  style: le({ backgroundColor: c.headerColor || P.value })
15203
15196
  }, [
15204
- v("span", null, B((G = (oe = b(o)) == null ? void 0 : oe.PROPS) == null ? void 0 : G.velocidad_de_internet_megas) + " MEGAS", 1)
15197
+ b("span", null, B((G = (oe = v(o)) == null ? void 0 : oe.PROPS) == null ? void 0 : G.velocidad_de_internet_megas) + " MEGAS", 1)
15205
15198
  ], 4)) : M("", !0)
15206
15199
  ])) : M("", !0),
15207
- z(b(ui), { class: "q-pa-lg card-content text-black" }, {
15200
+ z(v(ui), { class: "q-pa-lg card-content text-black" }, {
15208
15201
  default: te(() => {
15209
- var q, se, ue, be, fe, Se, Le, Te, $e, Qe, Ge, ba, ha, Na, oa, fa, ke;
15202
+ var q, se, ue, be, me, Se, Le, Te, $e, Qe, Ge, ba, ha, Na, oa, fa, ke;
15210
15203
  return [
15211
- v("div", OA, [
15212
- (_(!0), h(de, null, he(A.value, (Be) => (_(), ce(b(zi), {
15204
+ b("div", hA, [
15205
+ (_(!0), h(de, null, he(A.value, (Be) => (_(), ce(v(zi), {
15213
15206
  outline: "",
15214
15207
  key: Be,
15215
15208
  size: "md",
15216
15209
  style: le({ borderColor: P.value })
15217
15210
  }, {
15218
15211
  default: te(() => [
15219
- pe(B(b(Pe.capitalize)(Be)), 1)
15212
+ fe(B(v(Pe.capitalize)(Be)), 1)
15220
15213
  ]),
15221
15214
  _: 2
15222
15215
  }, 1032, ["style"]))), 128))
15223
15216
  ]),
15224
- v("div", AA, B((ue = b(Pe.upperFirst)(b(Pe.snakeCase)((se = (q = b(o)) == null ? void 0 : q.PROPS) == null ? void 0 : se.segmento))) == null ? void 0 : ue.replace(/_/g, " ")) + " " + B((fe = (be = b(o)) == null ? void 0 : be.PROPS) != null && fe.segmento ? " - " : "") + " " + B((Te = (Le = (Se = b(o)) == null ? void 0 : Se.PROPS) == null ? void 0 : Le.familia) == null ? void 0 : Te.join(" - ")), 1),
15225
- v("div", {
15217
+ b("div", OA, B((ue = v(Pe.upperFirst)(v(Pe.snakeCase)((se = (q = v(o)) == null ? void 0 : q.PROPS) == null ? void 0 : se.segmento))) == null ? void 0 : ue.replace(/_/g, " ")) + " " + B((me = (be = v(o)) == null ? void 0 : be.PROPS) != null && me.segmento ? " - " : "") + " " + B((Te = (Le = (Se = v(o)) == null ? void 0 : Se.PROPS) == null ? void 0 : Le.familia) == null ? void 0 : Te.join(" - ")), 1),
15218
+ b("div", {
15226
15219
  class: "name-container",
15227
15220
  style: le({ height: c.titleHeight })
15228
15221
  }, [
15229
- v("div", {
15222
+ b("div", {
15230
15223
  class: "name q-my-sm",
15231
15224
  style: le({ color: c.nameColor })
15232
15225
  }, B(w.value), 5)
15233
15226
  ], 4),
15234
- v("div", IA, [
15235
- (Qe = ($e = b(o)) == null ? void 0 : $e.PROPS) != null && Qe.velocidad_de_internet_megas && !c.showHeader ? (_(), h("div", CA, [
15236
- F[1] || (F[1] = v("div", { class: "col-6 text-main" }, "VELOCIDAD", -1)),
15237
- v("div", null, [
15238
- v("span", PA, B((ba = (Ge = b(o)) == null ? void 0 : Ge.PROPS) == null ? void 0 : ba.velocidad_de_internet_megas), 1),
15239
- F[0] || (F[0] = pe(" MB ", -1))
15227
+ b("div", AA, [
15228
+ (Qe = ($e = v(o)) == null ? void 0 : $e.PROPS) != null && Qe.velocidad_de_internet_megas && !c.showHeader ? (_(), h("div", IA, [
15229
+ F[1] || (F[1] = b("div", { class: "col-6 text-main" }, "VELOCIDAD", -1)),
15230
+ b("div", null, [
15231
+ b("span", CA, B((ba = (Ge = v(o)) == null ? void 0 : Ge.PROPS) == null ? void 0 : ba.velocidad_de_internet_megas), 1),
15232
+ F[0] || (F[0] = fe(" MB ", -1))
15240
15233
  ])
15241
15234
  ])) : M("", !0),
15242
- f.value ? (_(), h("div", EA, [
15243
- F[2] || (F[2] = v("div", { class: "col-6 text-main" }, "WIFI", -1)),
15244
- v("div", yA, B(f.value), 1)
15235
+ f.value ? (_(), h("div", PA, [
15236
+ F[2] || (F[2] = b("div", { class: "col-6 text-main" }, "WIFI", -1)),
15237
+ b("div", EA, B(f.value), 1)
15245
15238
  ])) : M("", !0),
15246
- S.value ? (_(), h("div", xA, [
15247
- F[4] || (F[4] = v("div", { class: "col-6 text-main" }, "MÓVIL", -1)),
15248
- v("div", null, [
15249
- v("span", DA, B(S.value), 1),
15250
- F[3] || (F[3] = pe(" GB ", -1))
15239
+ S.value ? (_(), h("div", yA, [
15240
+ F[4] || (F[4] = b("div", { class: "col-6 text-main" }, "MÓVIL", -1)),
15241
+ b("div", null, [
15242
+ b("span", xA, B(S.value), 1),
15243
+ F[3] || (F[3] = fe(" GB ", -1))
15251
15244
  ])
15252
15245
  ])) : M("", !0)
15253
15246
  ]),
15254
- v("div", TA, [
15255
- (_(!0), h(de, null, he(x.value, (Be, je) => (_(), h("div", RA, [
15247
+ b("div", DA, [
15248
+ (_(!0), h(de, null, he(x.value, (Be, je) => (_(), h("div", TA, [
15256
15249
  (_(), h("img", {
15257
15250
  key: je,
15258
15251
  src: Be.src,
15259
15252
  class: "streaming-img q-mr-md"
15260
- }, null, 8, SA))
15253
+ }, null, 8, RA))
15261
15254
  ]))), 256))
15262
15255
  ]),
15263
- v("div", null, [
15256
+ b("div", null, [
15264
15257
  D.value ? (_(), h("div", {
15265
15258
  key: 0,
15266
15259
  class: "description text-left text-black q-my-md",
@@ -15269,12 +15262,12 @@ Facilidad de instalación, se fija a la pared con tornillos de forma sencilla. M
15269
15262
  WebkitLineClamp: L.descriptionLines
15270
15263
  })
15271
15264
  }, B(D.value), 5)) : M("", !0),
15272
- E.value ? (_(), h("div", NA, [
15273
- v("span", LA, "$" + B(E.value), 1),
15274
- F[5] || (F[5] = v("span", { class: "text-caption text-black q-pl-sm q-pt-sm" }, " al mes", -1))
15265
+ E.value ? (_(), h("div", SA, [
15266
+ b("span", NA, "$" + B(E.value), 1),
15267
+ F[5] || (F[5] = b("span", { class: "text-caption text-black q-pl-sm q-pt-sm" }, " al mes", -1))
15275
15268
  ])) : M("", !0),
15276
- L.isPublic ? (_(), h("div", wA, [
15277
- z(b(Fe), {
15269
+ L.isPublic ? (_(), h("div", LA, [
15270
+ z(v(Fe), {
15278
15271
  class: "text-bold",
15279
15272
  style: le({ backgroundColor: P.value }),
15280
15273
  "text-color": "white",
@@ -15284,11 +15277,11 @@ Facilidad de instalación, se fija a la pared con tornillos de forma sencilla. M
15284
15277
  onClick: di(Q, ["stop"])
15285
15278
  }, {
15286
15279
  default: te(() => [...F[6] || (F[6] = [
15287
- pe(" Contratar ahora ", -1)
15280
+ fe(" Contratar ahora ", -1)
15288
15281
  ])]),
15289
15282
  _: 1
15290
15283
  }, 8, ["style"]),
15291
- z(b(Fe), {
15284
+ z(v(Fe), {
15292
15285
  class: "text-bold q-ml-sm",
15293
15286
  color: "black",
15294
15287
  "no-caps": "",
@@ -15297,12 +15290,12 @@ Facilidad de instalación, se fija a la pared con tornillos de forma sencilla. M
15297
15290
  onClick: di(Z, ["stop"])
15298
15291
  }, {
15299
15292
  default: te(() => [...F[7] || (F[7] = [
15300
- pe(" Saber más ", -1)
15293
+ fe(" Saber más ", -1)
15301
15294
  ])]),
15302
15295
  _: 1
15303
15296
  })
15304
15297
  ])) : M("", !0),
15305
- v("div", {
15298
+ b("div", {
15306
15299
  class: "q-mt-lg",
15307
15300
  style: le({
15308
15301
  backgroundColor: `${P.value}`,
@@ -15311,8 +15304,8 @@ Facilidad de instalación, se fija a la pared con tornillos de forma sencilla. M
15311
15304
  margin: "1rem 0"
15312
15305
  })
15313
15306
  }, null, 4),
15314
- v("div", MA, [
15315
- (Na = (ha = b(o)) == null ? void 0 : ha.PROPS) != null && Na.permanencia ? (_(), h("span", UA, " Contrato a " + B((ke = (fa = (oa = b(o)) == null ? void 0 : oa.PROPS) == null ? void 0 : fa.permanencia) == null ? void 0 : ke.replace(/_/g, " ")), 1)) : M("", !0)
15307
+ b("div", wA, [
15308
+ (Na = (ha = v(o)) == null ? void 0 : ha.PROPS) != null && Na.permanencia ? (_(), h("span", MA, " Contrato a " + B((ke = (fa = (oa = v(o)) == null ? void 0 : oa.PROPS) == null ? void 0 : fa.permanencia) == null ? void 0 : ke.replace(/_/g, " ")), 1)) : M("", !0)
15316
15309
  ])
15317
15310
  ])
15318
15311
  ];
@@ -15324,7 +15317,7 @@ Facilidad de instalación, se fija a la pared con tornillos de forma sencilla. M
15324
15317
  _: 1
15325
15318
  }, 8, ["loading", "unelevated", "border-radius", "hoverable", "style"]));
15326
15319
  }
15327
- }), FA = /* @__PURE__ */ De(BA, [["__scopeId", "data-v-5e98c7c3"]]), kA = Object.freeze([
15320
+ }), BA = /* @__PURE__ */ De(UA, [["__scopeId", "data-v-5e98c7c3"]]), FA = Object.freeze([
15328
15321
  {
15329
15322
  ID_PRODUCTO: 32,
15330
15323
  COD_ART_MVX: "1_gig26",
@@ -16517,7 +16510,7 @@ Facilidad de instalación, se fija a la pared con tornillos de forma sencilla. M
16517
16510
  }
16518
16511
  ]
16519
16512
  }
16520
- ]), zA = {
16513
+ ]), kA = {
16521
16514
  isPublic: !0,
16522
16515
  data: {},
16523
16516
  fetching: !1,
@@ -16913,7 +16906,7 @@ Facilidad de instalación, se fija a la pared con tornillos de forma sencilla. M
16913
16906
  controlType: "input_text"
16914
16907
  }
16915
16908
  ]
16916
- }, GA = mi.extend({
16909
+ }, zA = mi.extend({
16917
16910
  descriptionLines: K.number().optional(),
16918
16911
  hiddenProps: K.array(K.string()).optional(),
16919
16912
  gamaProps: K.array(K.record(K.string(), K.any())),
@@ -16967,60 +16960,60 @@ function ju() {
16967
16960
  showPrice: n.showPrice
16968
16961
  };
16969
16962
  }
16970
- const VA = {
16963
+ const GA = {
16971
16964
  key: 0,
16972
16965
  class: "q-mt-md text-black col-12"
16973
- }, qA = /* @__PURE__ */ me({
16966
+ }, VA = /* @__PURE__ */ pe({
16974
16967
  __name: "ProductLongDescription",
16975
16968
  setup(n) {
16976
16969
  const { product: m } = ju(), t = N(() => {
16977
16970
  var c;
16978
16971
  return (c = m.value) == null ? void 0 : c.descripcion;
16979
16972
  });
16980
- return (c, o) => t.value ? (_(), h("div", VA, [
16981
- o[0] || (o[0] = v("div", { class: "font-bold text-h6" }, "Información del producto", -1)),
16982
- v("div", null, B(t.value), 1)
16973
+ return (c, o) => t.value ? (_(), h("div", GA, [
16974
+ o[0] || (o[0] = b("div", { class: "font-bold text-h6" }, "Información del producto", -1)),
16975
+ b("div", null, B(t.value), 1)
16983
16976
  ])) : M("", !0);
16984
16977
  }
16985
- }), $A = { style: { "font-size": "16px", "max-height": "300px", "overflow-y": "auto" } }, HA = {
16978
+ }), qA = { style: { "font-size": "16px", "max-height": "300px", "overflow-y": "auto" } }, $A = {
16986
16979
  key: 0,
16987
16980
  class: "text-black"
16988
- }, jA = /* @__PURE__ */ me({
16981
+ }, HA = /* @__PURE__ */ pe({
16989
16982
  __name: "ProductShortDescription",
16990
16983
  setup(n) {
16991
16984
  const { product: m } = ju(), t = N(() => {
16992
16985
  var c;
16993
16986
  return ((c = m.value) == null ? void 0 : c.descripcion_corta) || "";
16994
16987
  });
16995
- return (c, o) => (_(), h("div", $A, [
16996
- t.value ? (_(), h("div", HA, B(t.value), 1)) : M("", !0)
16988
+ return (c, o) => (_(), h("div", qA, [
16989
+ t.value ? (_(), h("div", $A, B(t.value), 1)) : M("", !0)
16997
16990
  ]));
16998
16991
  }
16999
- }), KA = { class: "row justify-end" }, WA = { class: "text-h5 text-bold text-black" }, ZA = {
16992
+ }), jA = { class: "row justify-end" }, KA = { class: "text-h5 text-bold text-black" }, WA = {
17000
16993
  key: 0,
17001
16994
  class: "row q-my-sm"
17002
- }, QA = {
16995
+ }, ZA = {
17003
16996
  key: 1,
17004
16997
  class: "row items-end q-mb-md text-black"
17005
- }, YA = { class: "text-h2 text-bold" }, XA = { class: "row" }, JA = { class: "col-md-7 col-12" }, eI = {
16998
+ }, QA = { class: "text-h2 text-bold" }, YA = { class: "row" }, XA = { class: "col-md-7 col-12" }, JA = {
17006
16999
  key: 0,
17007
17000
  class: "row q-my-sm"
17008
- }, aI = { class: "q-mx-sm" }, iI = ["src"], lI = {
17001
+ }, eI = { class: "q-mx-sm" }, aI = ["src"], iI = {
17009
17002
  key: 2,
17010
17003
  class: "q-mt-md text-black"
17011
- }, tI = { style: { "margin-top": "8px" } }, nI = {
17004
+ }, lI = { style: { "margin-top": "8px" } }, tI = {
17012
17005
  key: 3,
17013
17006
  class: "q-mt-md text-black"
17014
- }, oI = { style: { "margin-top": "8px" } }, sI = {
17007
+ }, nI = { style: { "margin-top": "8px" } }, oI = {
17015
17008
  key: 4,
17016
17009
  class: "q-mt-md text-black"
17017
- }, rI = { style: { "margin-top": "8px" } }, cI = {
17010
+ }, sI = { style: { "margin-top": "8px" } }, rI = {
17018
17011
  key: 5,
17019
17012
  class: "q-mt-md text-black"
17020
- }, uI = { style: { "margin-top": "8px" } }, dI = {
17013
+ }, cI = { style: { "margin-top": "8px" } }, uI = {
17021
17014
  key: 0,
17022
17015
  class: "row q-mt-lg"
17023
- }, pI = { class: "row" }, mI = /* @__PURE__ */ me({
17016
+ }, dI = { class: "row" }, pI = /* @__PURE__ */ pe({
17024
17017
  __name: "PerdmTelephonyProductDetail",
17025
17018
  props: {
17026
17019
  isPublic: { type: Boolean },
@@ -17071,28 +17064,28 @@ const VA = {
17071
17064
  return (ue = se == null ? void 0 : se.options) != null && ue.length ? Pe.isArray(q) ? q.map((be) => S(se.options, be)) : S(se.options, q) : q;
17072
17065
  }, j = N(() => Q("complementos")), Z = N(() => {
17073
17066
  var se, ue, be;
17074
- const G = (se = j.value) == null ? void 0 : se.map((fe) => {
17067
+ const G = (se = j.value) == null ? void 0 : se.map((me) => {
17075
17068
  var Se;
17076
17069
  return {
17077
- src: (Se = fe == null ? void 0 : fe.image) == null ? void 0 : Se.src,
17078
- label: fe.label
17070
+ src: (Se = me == null ? void 0 : me.image) == null ? void 0 : Se.src,
17071
+ label: me.label
17079
17072
  };
17080
17073
  });
17081
17074
  if (G != null && G.length)
17082
17075
  return G;
17083
17076
  const q = ((be = (ue = f.value) == null ? void 0 : ue.detalle_pack) == null ? void 0 : be.filter(
17084
- (fe) => {
17077
+ (me) => {
17085
17078
  var Se, Le, Te, $e, Qe;
17086
- return ((Te = (Le = (Se = fe == null ? void 0 : fe.DETALLE) == null ? void 0 : Se.PROPS) == null ? void 0 : Le.familia) == null ? void 0 : Te.some(
17079
+ return ((Te = (Le = (Se = me == null ? void 0 : me.DETALLE) == null ? void 0 : Se.PROPS) == null ? void 0 : Le.familia) == null ? void 0 : Te.some(
17087
17080
  (Ge) => ["streaming", "app"].includes(Ge)
17088
- )) && ((Qe = ($e = fe == null ? void 0 : fe.DETALLE) == null ? void 0 : $e.ARCHIVOS) == null ? void 0 : Qe.length);
17081
+ )) && ((Qe = ($e = me == null ? void 0 : me.DETALLE) == null ? void 0 : $e.ARCHIVOS) == null ? void 0 : Qe.length);
17089
17082
  }
17090
17083
  )) || [];
17091
- return q == null ? void 0 : q.map((fe) => {
17084
+ return q == null ? void 0 : q.map((me) => {
17092
17085
  var Se, Le, Te, $e;
17093
17086
  return {
17094
- src: (Te = (Le = (Se = fe == null ? void 0 : fe.DETALLE) == null ? void 0 : Se.ARCHIVOS) == null ? void 0 : Le[0]) == null ? void 0 : Te.LOCATION,
17095
- label: ($e = fe == null ? void 0 : fe.DETALLE) == null ? void 0 : $e.NOMBRE
17087
+ src: (Te = (Le = (Se = me == null ? void 0 : me.DETALLE) == null ? void 0 : Se.ARCHIVOS) == null ? void 0 : Le[0]) == null ? void 0 : Te.LOCATION,
17088
+ label: ($e = me == null ? void 0 : me.DETALLE) == null ? void 0 : $e.NOMBRE
17096
17089
  };
17097
17090
  });
17098
17091
  }), L = N(() => {
@@ -17117,8 +17110,8 @@ const VA = {
17117
17110
  );
17118
17111
  }
17119
17112
  ), Y = N(() => {
17120
- var G, q, se, ue, be, fe, Se, Le, Te, $e, Qe, Ge;
17121
- return c.cardColor ? c.cardColor : (se = (q = (G = s.value) == null ? void 0 : G.PROPS) == null ? void 0 : q.familia) != null && se.includes("movil") ? "#D60270" : (fe = (be = (ue = s.value) == null ? void 0 : ue.PROPS) == null ? void 0 : be.familia) != null && fe.includes("tv") ? "#FFA807" : (Te = (Le = (Se = s.value) == null ? void 0 : Se.PROPS) == null ? void 0 : Le.familia) != null && Te.includes("streaming") && ((Ge = (Qe = ($e = s.value) == null ? void 0 : $e.PROPS) == null ? void 0 : Qe.familia) == null ? void 0 : Ge.length) == 1 ? "black" : "#00C1B5";
17113
+ var G, q, se, ue, be, me, Se, Le, Te, $e, Qe, Ge;
17114
+ return c.cardColor ? c.cardColor : (se = (q = (G = s.value) == null ? void 0 : G.PROPS) == null ? void 0 : q.familia) != null && se.includes("movil") ? "#D60270" : (me = (be = (ue = s.value) == null ? void 0 : ue.PROPS) == null ? void 0 : be.familia) != null && me.includes("tv") ? "#FFA807" : (Te = (Le = (Se = s.value) == null ? void 0 : Se.PROPS) == null ? void 0 : Le.familia) != null && Te.includes("streaming") && ((Ge = (Qe = ($e = s.value) == null ? void 0 : $e.PROPS) == null ? void 0 : Qe.familia) == null ? void 0 : Ge.length) == 1 ? "black" : "#00C1B5";
17122
17115
  }), oe = () => {
17123
17116
  const G = Pe.omit(f.value, "images", "table_estado");
17124
17117
  t("on-event", {
@@ -17134,20 +17127,20 @@ const VA = {
17134
17127
  });
17135
17128
  };
17136
17129
  return (G, q) => {
17137
- var se, ue, be, fe, Se, Le, Te, $e, Qe, Ge, ba, ha, Na, oa, fa, ke, Be;
17130
+ var se, ue, be, me, Se, Le, Te, $e, Qe, Ge, ba, ha, Na, oa, fa, ke, Be;
17138
17131
  return _(), h(de, null, [
17139
- v("div", KA, [
17140
- b(u) ? M("", !0) : (_(), ce(Di, {
17132
+ b("div", jA, [
17133
+ v(u) ? M("", !0) : (_(), ce(Di, {
17141
17134
  key: 0,
17142
17135
  icon: "edit",
17143
17136
  sm: "",
17144
17137
  onClick: F
17145
17138
  }))
17146
17139
  ]),
17147
- v("div", null, [
17148
- v("div", null, [
17149
- v("div", null, [
17150
- (_(!0), h(de, null, he(w.value, (je) => (_(), ce(b(zi), {
17140
+ b("div", null, [
17141
+ b("div", null, [
17142
+ b("div", null, [
17143
+ (_(!0), h(de, null, he(w.value, (je) => (_(), ce(v(zi), {
17151
17144
  outline: "",
17152
17145
  key: je,
17153
17146
  size: "md",
@@ -17155,77 +17148,77 @@ const VA = {
17155
17148
  style: le({ borderColor: Y.value })
17156
17149
  }, {
17157
17150
  default: te(() => [
17158
- pe(B(b(Pe.capitalize)(je)), 1)
17151
+ fe(B(v(Pe.capitalize)(je)), 1)
17159
17152
  ]),
17160
17153
  _: 2
17161
17154
  }, 1032, ["style"]))), 128))
17162
17155
  ]),
17163
- v("div", WA, B(x.value || ""), 1),
17164
- b(u) ? M("", !0) : (_(), h("div", ZA, [
17165
- (se = b(s)) != null && se.R_ESTADO ? (_(), ce(ml, {
17156
+ b("div", KA, B(x.value || ""), 1),
17157
+ v(u) ? M("", !0) : (_(), h("div", WA, [
17158
+ (se = v(s)) != null && se.R_ESTADO ? (_(), ce(ml, {
17166
17159
  key: 0,
17167
- label: (be = (ue = b(s)) == null ? void 0 : ue.R_ESTADO) == null ? void 0 : be.NAME,
17168
- color: (Se = (fe = b(s)) == null ? void 0 : fe.R_ESTADO) == null ? void 0 : Se.COLOR
17160
+ label: (be = (ue = v(s)) == null ? void 0 : ue.R_ESTADO) == null ? void 0 : be.NAME,
17161
+ color: (Se = (me = v(s)) == null ? void 0 : me.R_ESTADO) == null ? void 0 : Se.COLOR
17169
17162
  }, null, 8, ["label", "color"])) : M("", !0)
17170
17163
  ])),
17171
- L.value ? (_(), h("div", QA, [
17172
- v("span", YA, "$" + B(L.value), 1),
17173
- q[0] || (q[0] = v("span", { class: "text-caption q-pl-sm q-pb-sm" }, " al mes", -1))
17164
+ L.value ? (_(), h("div", ZA, [
17165
+ b("span", QA, "$" + B(L.value), 1),
17166
+ q[0] || (q[0] = b("span", { class: "text-caption q-pl-sm q-pb-sm" }, " al mes", -1))
17174
17167
  ])) : M("", !0),
17175
- v("div", XA, [
17176
- v("div", JA, [
17177
- Z.value.length ? (_(), h("div", eI, [
17178
- (_(!0), h(de, null, he(Z.value, (je, sa) => (_(), h("div", aI, [
17168
+ b("div", YA, [
17169
+ b("div", XA, [
17170
+ Z.value.length ? (_(), h("div", JA, [
17171
+ (_(!0), h(de, null, he(Z.value, (je, sa) => (_(), h("div", eI, [
17179
17172
  (_(), h("img", {
17180
17173
  key: sa,
17181
17174
  src: je.src,
17182
17175
  class: "streaming-img q-mr-md"
17183
- }, null, 8, iI))
17176
+ }, null, 8, aI))
17184
17177
  ]))), 256))
17185
17178
  ])) : M("", !0)
17186
17179
  ])
17187
17180
  ]),
17188
- z(jA),
17189
- (Le = W.value) != null && Le.length ? (_(), h("div", lI, [
17190
- q[1] || (q[1] = v("div", { class: "text-bold" }, "Ideal para:", -1)),
17191
- v("ul", tI, [
17181
+ z(HA),
17182
+ (Le = W.value) != null && Le.length ? (_(), h("div", iI, [
17183
+ q[1] || (q[1] = b("div", { class: "text-bold" }, "Ideal para:", -1)),
17184
+ b("ul", lI, [
17192
17185
  (_(!0), h(de, null, he(W.value, (je) => {
17193
17186
  var sa;
17194
- return _(), h("li", null, B((sa = b(Pe.upperFirst)(b(Pe.snakeCase)(je))) == null ? void 0 : sa.replace(/_/g, " ")), 1);
17187
+ return _(), h("li", null, B((sa = v(Pe.upperFirst)(v(Pe.snakeCase)(je))) == null ? void 0 : sa.replace(/_/g, " ")), 1);
17195
17188
  }), 256))
17196
17189
  ])
17197
17190
  ])) : M("", !0),
17198
- (Te = W.value) != null && Te.length ? (_(), h("div", nI, [
17199
- q[2] || (q[2] = v("div", { class: "text-bold" }, "Ideal para:", -1)),
17200
- v("ul", oI, [
17191
+ (Te = W.value) != null && Te.length ? (_(), h("div", tI, [
17192
+ q[2] || (q[2] = b("div", { class: "text-bold" }, "Ideal para:", -1)),
17193
+ b("ul", nI, [
17201
17194
  (_(!0), h(de, null, he(W.value, (je) => {
17202
17195
  var sa;
17203
- return _(), h("li", null, B((sa = b(Pe.upperFirst)(b(Pe.snakeCase)(je))) == null ? void 0 : sa.replace(/_/g, " ")), 1);
17196
+ return _(), h("li", null, B((sa = v(Pe.upperFirst)(v(Pe.snakeCase)(je))) == null ? void 0 : sa.replace(/_/g, " ")), 1);
17204
17197
  }), 256))
17205
17198
  ])
17206
17199
  ])) : M("", !0),
17207
- (Ge = (Qe = ($e = f.value) == null ? void 0 : $e.props) == null ? void 0 : Qe.ventajas) != null && Ge.length ? (_(), h("div", sI, [
17208
- q[3] || (q[3] = v("div", { class: "text-bold" }, "Ventajas/Beneficios:", -1)),
17209
- v("ul", rI, [
17200
+ (Ge = (Qe = ($e = f.value) == null ? void 0 : $e.props) == null ? void 0 : Qe.ventajas) != null && Ge.length ? (_(), h("div", oI, [
17201
+ q[3] || (q[3] = b("div", { class: "text-bold" }, "Ventajas/Beneficios:", -1)),
17202
+ b("ul", sI, [
17210
17203
  (_(!0), h(de, null, he((ha = (ba = f.value) == null ? void 0 : ba.props) == null ? void 0 : ha.ventajas, (je) => {
17211
17204
  var sa;
17212
- return _(), h("li", null, B((sa = b(Pe.upperFirst)(b(Pe.snakeCase)(je))) == null ? void 0 : sa.replace(/_/g, " ")), 1);
17205
+ return _(), h("li", null, B((sa = v(Pe.upperFirst)(v(Pe.snakeCase)(je))) == null ? void 0 : sa.replace(/_/g, " ")), 1);
17213
17206
  }), 256))
17214
17207
  ])
17215
17208
  ])) : M("", !0),
17216
- (fa = (oa = (Na = f.value) == null ? void 0 : Na.props) == null ? void 0 : oa.wifi) != null && fa.length ? (_(), h("div", cI, [
17217
- q[4] || (q[4] = v("div", { class: "text-bold" }, "WIFI:", -1)),
17218
- v("ul", uI, [
17209
+ (fa = (oa = (Na = f.value) == null ? void 0 : Na.props) == null ? void 0 : oa.wifi) != null && fa.length ? (_(), h("div", rI, [
17210
+ q[4] || (q[4] = b("div", { class: "text-bold" }, "WIFI:", -1)),
17211
+ b("ul", cI, [
17219
17212
  (_(!0), h(de, null, he((Be = (ke = f.value) == null ? void 0 : ke.props) == null ? void 0 : Be.wifi, (je) => {
17220
17213
  var sa;
17221
- return _(), h("li", null, B((sa = b(Pe.upperFirst)(b(Pe.snakeCase)(je))) == null ? void 0 : sa.replace(/_/g, " ")), 1);
17214
+ return _(), h("li", null, B((sa = v(Pe.upperFirst)(v(Pe.snakeCase)(je))) == null ? void 0 : sa.replace(/_/g, " ")), 1);
17222
17215
  }), 256))
17223
17216
  ])
17224
17217
  ])) : M("", !0)
17225
17218
  ])
17226
17219
  ]),
17227
- b(u) ? (_(), h("div", dI, [
17228
- z(b(Fe), {
17220
+ v(u) ? (_(), h("div", uI, [
17221
+ z(v(Fe), {
17229
17222
  class: "text-bold",
17230
17223
  style: le({ backgroundColor: Y.value }),
17231
17224
  "text-color": "white",
@@ -17236,18 +17229,18 @@ const VA = {
17236
17229
  onClick: di(oe, ["stop"])
17237
17230
  }, {
17238
17231
  default: te(() => [...q[5] || (q[5] = [
17239
- pe(" Contratar ahora ", -1)
17232
+ fe(" Contratar ahora ", -1)
17240
17233
  ])]),
17241
17234
  _: 1
17242
17235
  }, 8, ["style"])
17243
17236
  ])) : M("", !0),
17244
- v("div", pI, [
17245
- z(qA)
17237
+ b("div", dI, [
17238
+ z(VA)
17246
17239
  ])
17247
17240
  ], 64);
17248
17241
  };
17249
17242
  }
17250
- }), fI = /* @__PURE__ */ De(mI, [["__scopeId", "data-v-c0c26748"]]), _I = Object.freeze([
17243
+ }), mI = /* @__PURE__ */ De(pI, [["__scopeId", "data-v-c0c26748"]]), fI = Object.freeze([
17251
17244
  {
17252
17245
  ID_PRODUCTO: 32,
17253
17246
  COD_ART_MVX: "1_gig26",
@@ -18430,7 +18423,7 @@ const VA = {
18430
18423
  }
18431
18424
  ]
18432
18425
  }
18433
- ]), gI = [
18426
+ ]), _I = [
18434
18427
  {
18435
18428
  id: "2d1db14c-3540-4f6a-8069-b840126ee29a",
18436
18429
  code: "gama",
@@ -20114,36 +20107,36 @@ const VA = {
20114
20107
  },
20115
20108
  controlType: "select"
20116
20109
  }
20117
- ], vI = {
20110
+ ], gI = {
20118
20111
  isPublic: !0,
20119
20112
  data: null,
20120
20113
  fetching: !1,
20121
20114
  scale: 1,
20122
20115
  count: 0,
20123
- gamaProps: gI
20124
- }, bI = mi.extend({
20116
+ gamaProps: _I
20117
+ }, vI = mi.extend({
20125
20118
  view: K.enum(["detail", "summary"]).optional(),
20126
20119
  title: K.string().optional(),
20127
20120
  gamaProps: K.array(K.record(K.string(), K.any())),
20128
20121
  showPrice: K.function().optional()
20129
- }), hI = {
20122
+ }), bI = {
20130
20123
  class: "row justify-center q-mb-sm",
20131
20124
  style: { height: "45px" }
20132
- }, OI = { class: "features-list text-black" }, AI = { class: "promo-section text-caption" }, II = {
20125
+ }, hI = { class: "features-list text-black" }, OI = { class: "promo-section text-caption" }, AI = {
20133
20126
  key: 0,
20134
20127
  class: "row items-center no-wrap text-black"
20135
- }, CI = {
20128
+ }, II = {
20136
20129
  key: 1,
20137
20130
  class: "row items-center no-wrap text-black",
20138
20131
  style: { "white-space": "nowrap", overflow: "hidden", "text-overflow": "ellipsis" }
20139
- }, PI = {
20132
+ }, CI = {
20140
20133
  key: 2,
20141
20134
  class: "row items-center no-wrap text-black",
20142
20135
  style: { "white-space": "nowrap", overflow: "hidden", "text-overflow": "ellipsis" }
20143
- }, EI = { class: "row text-black items-center justify-center q-mb-md" }, yI = { class: "text-h2 text-bold text-black" }, xI = {
20136
+ }, PI = { class: "row text-black items-center justify-center q-mb-md" }, EI = { class: "text-h2 text-bold text-black" }, yI = {
20144
20137
  key: 0,
20145
20138
  class: "q-pa-sm"
20146
- }, DI = /* @__PURE__ */ me({
20139
+ }, xI = /* @__PURE__ */ pe({
20147
20140
  __name: "TelmexCard",
20148
20141
  props: {
20149
20142
  isPublic: { type: Boolean, default: !1 },
@@ -20247,36 +20240,36 @@ const VA = {
20247
20240
  default: te(() => {
20248
20241
  var P, E;
20249
20242
  return [
20250
- (E = (P = b(o)) == null ? void 0 : P.PROPS) != null && E.velocidad_de_internet_megas ? (_(), h("div", {
20243
+ (E = (P = v(o)) == null ? void 0 : P.PROPS) != null && E.velocidad_de_internet_megas ? (_(), h("div", {
20251
20244
  key: 0,
20252
20245
  class: "header text-h5 text-center text-white q-pa-md text-bold",
20253
20246
  style: le({ backgroundColor: c.headerColor || c.color })
20254
20247
  }, B(w.value), 5)) : M("", !0),
20255
- z(b(ui), { class: "q-pa-lg" }, {
20248
+ z(v(ui), { class: "q-pa-lg" }, {
20256
20249
  default: te(() => {
20257
20250
  var S, Q, j, Z, L, F, W, Y;
20258
20251
  return [
20259
- v("div", hI, [
20260
- (_(!0), h(de, null, he(g.value, (oe) => (_(), ce(b(zi), {
20252
+ b("div", bI, [
20253
+ (_(!0), h(de, null, he(g.value, (oe) => (_(), ce(v(zi), {
20261
20254
  key: oe,
20262
20255
  outline: "",
20263
20256
  size: "md",
20264
20257
  style: le({ borderColor: c.color })
20265
20258
  }, {
20266
20259
  default: te(() => [
20267
- pe(B(b(Pe.capitalize)(oe)), 1)
20260
+ fe(B(v(Pe.capitalize)(oe)), 1)
20268
20261
  ]),
20269
20262
  _: 2
20270
20263
  }, 1032, ["style"]))), 128))
20271
20264
  ]),
20272
- v("div", {
20265
+ b("div", {
20273
20266
  class: "name-container",
20274
20267
  style: le({ height: c.titleHeight })
20275
20268
  }, [
20276
- v("div", {
20269
+ b("div", {
20277
20270
  class: "name q-my-sm text-black",
20278
20271
  style: le({ color: c.nameColor })
20279
- }, B(b(Pe.capitalize)(s.value)), 5)
20272
+ }, B(v(Pe.capitalize)(s.value)), 5)
20280
20273
  ], 4),
20281
20274
  u.value ? (_(), h("div", {
20282
20275
  key: 0,
@@ -20286,49 +20279,49 @@ const VA = {
20286
20279
  WebkitLineClamp: c.descriptionLines
20287
20280
  })
20288
20281
  }, B(u.value), 5)) : M("", !0),
20289
- v("ul", OI, [
20282
+ b("ul", hI, [
20290
20283
  (_(!0), h(de, null, he(C.value, (oe) => (_(), h("li", {
20291
20284
  key: oe.key
20292
20285
  }, B(oe.label), 1))), 128))
20293
20286
  ]),
20294
- v("div", AI, [
20295
- (j = (Q = (S = b(o)) == null ? void 0 : S.PROPS) == null ? void 0 : Q.promocion_portabilidad) != null && j.length ? (_(), h("div", II, [
20296
- v("div", {
20287
+ b("div", OI, [
20288
+ (j = (Q = (S = v(o)) == null ? void 0 : S.PROPS) == null ? void 0 : Q.promocion_portabilidad) != null && j.length ? (_(), h("div", AI, [
20289
+ b("div", {
20297
20290
  style: le({ backgroundColor: c.color }),
20298
20291
  class: "promo-indicator q-mr-sm"
20299
20292
  }, null, 4),
20300
- A[0] || (A[0] = v("div", null, "Promoción de Portabilidad", -1))
20293
+ A[0] || (A[0] = b("div", null, "Promoción de Portabilidad", -1))
20301
20294
  ])) : M("", !0),
20302
- (F = (L = (Z = b(o)) == null ? void 0 : Z.PROPS) == null ? void 0 : L.promocion_altas) != null && F.length ? (_(), h("div", CI, [
20303
- v("div", {
20295
+ (F = (L = (Z = v(o)) == null ? void 0 : Z.PROPS) == null ? void 0 : L.promocion_altas) != null && F.length ? (_(), h("div", II, [
20296
+ b("div", {
20304
20297
  style: le({ backgroundColor: c.color }),
20305
20298
  class: "promo-indicator q-mr-sm"
20306
20299
  }, null, 4),
20307
- A[1] || (A[1] = v("div", null, "Promoción Alta Internet, Recuperado, Sólo clientes", -1))
20300
+ A[1] || (A[1] = b("div", null, "Promoción Alta Internet, Recuperado, Sólo clientes", -1))
20308
20301
  ])) : M("", !0),
20309
- (Y = (W = b(o)) == null ? void 0 : W.PROPS) != null && Y.permite_alta_por_internet_recuperado ? (_(), h("div", PI, [
20310
- v("div", {
20302
+ (Y = (W = v(o)) == null ? void 0 : W.PROPS) != null && Y.permite_alta_por_internet_recuperado ? (_(), h("div", CI, [
20303
+ b("div", {
20311
20304
  style: le({ backgroundColor: c.color }),
20312
20305
  class: "promo-indicator q-mr-sm"
20313
20306
  }, null, 4),
20314
- A[2] || (A[2] = v("div", null, "Permite alta por internet recuperado", -1))
20307
+ A[2] || (A[2] = b("div", null, "Permite alta por internet recuperado", -1))
20315
20308
  ])) : M("", !0)
20316
20309
  ])
20317
20310
  ];
20318
20311
  }),
20319
20312
  _: 1
20320
20313
  }),
20321
- z(b(ui), {
20314
+ z(v(ui), {
20322
20315
  class: "q-pa-lg q-mt-auto",
20323
20316
  style: { "padding-top": "0" }
20324
20317
  }, {
20325
20318
  default: te(() => [
20326
- v("div", EI, [
20327
- v("span", yI, "$" + B(O.value), 1),
20328
- A[3] || (A[3] = v("span", { class: "text-caption q-pl-sm q-pt-sm" }, "al mes", -1))
20319
+ b("div", PI, [
20320
+ b("span", EI, "$" + B(O.value), 1),
20321
+ A[3] || (A[3] = b("span", { class: "text-caption q-pl-sm q-pt-sm" }, "al mes", -1))
20329
20322
  ]),
20330
- D.isPublic ? (_(), h("div", xI, [
20331
- z(b(Fe), {
20323
+ D.isPublic ? (_(), h("div", yI, [
20324
+ z(v(Fe), {
20332
20325
  class: "full-width text-bold",
20333
20326
  style: le({ backgroundColor: c.color }),
20334
20327
  "text-color": "white",
@@ -20337,7 +20330,7 @@ const VA = {
20337
20330
  onClick: di(f, ["stop"])
20338
20331
  }, {
20339
20332
  default: te(() => [...A[4] || (A[4] = [
20340
- pe(" Contratar ahora ", -1)
20333
+ fe(" Contratar ahora ", -1)
20341
20334
  ])]),
20342
20335
  _: 1
20343
20336
  }, 8, ["style"])
@@ -20350,7 +20343,7 @@ const VA = {
20350
20343
  _: 1
20351
20344
  }, 8, ["loading", "unelevated", "border-radius", "hoverable", "style"]));
20352
20345
  }
20353
- }), TI = /* @__PURE__ */ De(DI, [["__scopeId", "data-v-3ebd5bf7"]]), RI = Object.freeze([
20346
+ }), DI = /* @__PURE__ */ De(xI, [["__scopeId", "data-v-3ebd5bf7"]]), TI = Object.freeze([
20354
20347
  {
20355
20348
  ID_PRODUCTO: 66,
20356
20349
  COD_ART_MVX: "00000064",
@@ -21891,7 +21884,7 @@ const VA = {
21891
21884
  R_IMG: [],
21892
21885
  R_PRECIOS: []
21893
21886
  }
21894
- ]), SI = {
21887
+ ]), RI = {
21895
21888
  isPublic: !0,
21896
21889
  data: {},
21897
21890
  fetching: !1,
@@ -23219,7 +23212,7 @@ const VA = {
23219
23212
  controlType: "checkbox"
23220
23213
  }
23221
23214
  ]
23222
- }, NI = mi.extend({
23215
+ }, SI = mi.extend({
23223
23216
  descriptionLines: K.number().optional(),
23224
23217
  hiddenProps: K.array(K.string()).optional(),
23225
23218
  gamaProps: K.array(K.record(K.string(), K.any())),
@@ -23273,69 +23266,69 @@ function Ku() {
23273
23266
  showPrice: n.showPrice
23274
23267
  };
23275
23268
  }
23276
- const LI = {
23269
+ const NI = {
23277
23270
  key: 0,
23278
23271
  class: "q-mt-md text-black col-12"
23279
- }, wI = /* @__PURE__ */ me({
23272
+ }, LI = /* @__PURE__ */ pe({
23280
23273
  __name: "ProductLongDescription",
23281
23274
  setup(n) {
23282
23275
  const { product: m } = Ku(), t = N(() => {
23283
23276
  var c;
23284
23277
  return (c = m.value) == null ? void 0 : c.descripcion;
23285
23278
  });
23286
- return (c, o) => t.value ? (_(), h("div", LI, [
23287
- o[0] || (o[0] = v("div", { class: "font-bold text-h6" }, "Información del producto", -1)),
23288
- v("div", null, B(t.value), 1)
23279
+ return (c, o) => t.value ? (_(), h("div", NI, [
23280
+ o[0] || (o[0] = b("div", { class: "font-bold text-h6" }, "Información del producto", -1)),
23281
+ b("div", null, B(t.value), 1)
23289
23282
  ])) : M("", !0);
23290
23283
  }
23291
- }), MI = { style: { "font-size": "16px", "max-height": "300px", "overflow-y": "auto" } }, UI = {
23284
+ }), wI = { style: { "font-size": "16px", "max-height": "300px", "overflow-y": "auto" } }, MI = {
23292
23285
  key: 0,
23293
23286
  class: "text-black"
23294
- }, BI = /* @__PURE__ */ me({
23287
+ }, UI = /* @__PURE__ */ pe({
23295
23288
  __name: "ProductShortDescription",
23296
23289
  setup(n) {
23297
23290
  const { product: m } = Ku(), t = N(() => {
23298
23291
  var c;
23299
23292
  return ((c = m.value) == null ? void 0 : c.descripcion_corta) || "";
23300
23293
  });
23301
- return (c, o) => (_(), h("div", MI, [
23302
- t.value ? (_(), h("div", UI, B(t.value), 1)) : M("", !0)
23294
+ return (c, o) => (_(), h("div", wI, [
23295
+ t.value ? (_(), h("div", MI, B(t.value), 1)) : M("", !0)
23303
23296
  ]));
23304
23297
  }
23305
- }), FI = { class: "row justify-end" }, kI = { class: "text-h4 text-bold text-black q-mb-sm" }, zI = {
23298
+ }), BI = { class: "row justify-end" }, FI = { class: "text-h4 text-bold text-black q-mb-sm" }, kI = {
23306
23299
  key: 0,
23307
23300
  class: "row q-my-sm"
23308
- }, GI = {
23301
+ }, zI = {
23309
23302
  key: 1,
23310
23303
  class: "row items-end q-mb-md text-black"
23311
- }, VI = { class: "text-h2 text-bold" }, qI = {
23304
+ }, GI = { class: "text-h2 text-bold" }, VI = {
23312
23305
  key: 2,
23313
23306
  class: "q-my-md"
23314
- }, $I = { class: "row" }, HI = {
23307
+ }, qI = { class: "row" }, $I = {
23315
23308
  key: 0,
23316
23309
  class: "q-mt-md text-black col-md-4"
23317
- }, jI = { class: "features-list text-black" }, KI = {
23310
+ }, HI = { class: "features-list text-black" }, jI = {
23318
23311
  key: 1,
23319
23312
  class: "q-mt-md text-black col-md-4"
23320
- }, WI = { class: "features-list text-black" }, ZI = {
23313
+ }, KI = { class: "features-list text-black" }, WI = {
23321
23314
  key: 2,
23322
23315
  class: "q-mt-md text-black col-md-4"
23323
- }, QI = { class: "features-list text-black" }, YI = {
23316
+ }, ZI = { class: "features-list text-black" }, QI = {
23324
23317
  key: 3,
23325
23318
  class: "q-my-md row items-center"
23326
- }, XI = {
23319
+ }, YI = {
23327
23320
  key: 4,
23328
23321
  class: "q-my-md text-black"
23329
- }, JI = {
23322
+ }, XI = {
23330
23323
  key: 0,
23331
23324
  class: "q-mb-xs"
23332
- }, eC = { class: "row items-center q-mb-xs" }, aC = { class: "text-bold" }, iC = {
23325
+ }, JI = { class: "row items-center q-mb-xs" }, eC = { class: "text-bold" }, aC = {
23333
23326
  key: 1,
23334
23327
  class: "q-mb-md"
23335
- }, lC = { class: "row items-center q-mb-xs" }, tC = { class: "text-bold" }, nC = {
23328
+ }, iC = { class: "row items-center q-mb-xs" }, lC = { class: "text-bold" }, tC = {
23336
23329
  key: 2,
23337
23330
  class: "q-mb-md"
23338
- }, oC = { class: "row items-center q-mb-xs" }, sC = { class: "row" }, rC = "https://w2w-files.s3.amazonaws.com/telmex/93bbb8355e56f9c9_claro%20video.jpeg", cC = "https://w2w-files.s3.amazonaws.com/telmex/cb555179b73aecab_paramount.jpeg", uC = /* @__PURE__ */ me({
23331
+ }, nC = { class: "row items-center q-mb-xs" }, oC = { class: "row" }, sC = "https://w2w-files.s3.amazonaws.com/telmex/93bbb8355e56f9c9_claro%20video.jpeg", rC = "https://w2w-files.s3.amazonaws.com/telmex/cb555179b73aecab_paramount.jpeg", cC = /* @__PURE__ */ pe({
23339
23332
  __name: "ProductInfo",
23340
23333
  props: {
23341
23334
  isPublic: { type: Boolean },
@@ -23425,7 +23418,7 @@ const LI = {
23425
23418
  return !!((q = (G = s.value) == null ? void 0 : G.PROPS) != null && q.permite_alta_por_internet_recuperado);
23426
23419
  }
23427
23420
  ), oe = N(() => {
23428
- var q, se, ue, be, fe;
23421
+ var q, se, ue, be, me;
23429
23422
  return [
23430
23423
  {
23431
23424
  key: "lineas_telefonicas",
@@ -23433,7 +23426,7 @@ const LI = {
23433
23426
  },
23434
23427
  {
23435
23428
  key: "claro_drive",
23436
- label: `Claro Drive ${((fe = (be = (ue = s.value) == null ? void 0 : ue.PROPS) == null ? void 0 : be.claro_drive) == null ? void 0 : fe.replace(/_/g, " ")) || ""}`
23429
+ label: `Claro Drive ${((me = (be = (ue = s.value) == null ? void 0 : ue.PROPS) == null ? void 0 : be.claro_drive) == null ? void 0 : me.replace(/_/g, " ")) || ""}`
23437
23430
  },
23438
23431
  { key: "llamadas_ilimitadas", label: "Llamadas ilimitadas" },
23439
23432
  { key: "claro_video_paramounts", label: "Claro Video Paramount+" },
@@ -23456,48 +23449,48 @@ const LI = {
23456
23449
  }).slice(0, 5);
23457
23450
  });
23458
23451
  return (G, q) => {
23459
- var ue, be, fe, Se, Le, Te, $e, Qe, Ge, ba, ha, Na, oa, fa;
23452
+ var ue, be, me, Se, Le, Te, $e, Qe, Ge, ba, ha, Na, oa, fa;
23460
23453
  const se = pi("QChip");
23461
23454
  return _(), h(de, null, [
23462
- v("div", FI, [
23463
- b(u) ? M("", !0) : (_(), ce(Di, {
23455
+ b("div", BI, [
23456
+ v(u) ? M("", !0) : (_(), ce(Di, {
23464
23457
  key: 0,
23465
23458
  icon: "edit",
23466
23459
  sm: "",
23467
23460
  onClick: Q
23468
23461
  }))
23469
23462
  ]),
23470
- v("div", null, [
23471
- v("div", null, [
23472
- v("div", null, [
23463
+ b("div", null, [
23464
+ b("div", null, [
23465
+ b("div", null, [
23473
23466
  (_(!0), h(de, null, he(D.value, (ke) => (_(), ce(se, {
23474
23467
  outline: "",
23475
23468
  key: ke,
23476
23469
  size: "md",
23477
23470
  class: "q-mx-xs q-mb-md",
23478
- style: le({ borderColor: b(C) })
23471
+ style: le({ borderColor: v(C) })
23479
23472
  }, {
23480
23473
  default: te(() => [
23481
- pe(B(b(Pe.capitalize)(ke)), 1)
23474
+ fe(B(v(Pe.capitalize)(ke)), 1)
23482
23475
  ]),
23483
23476
  _: 2
23484
23477
  }, 1032, ["style"]))), 128))
23485
23478
  ]),
23486
- v("div", kI, B(w.value || ""), 1),
23487
- b(u) ? M("", !0) : (_(), h("div", zI, [
23488
- (ue = b(s)) != null && ue.R_ESTADO ? (_(), ce(ml, {
23479
+ b("div", FI, B(w.value || ""), 1),
23480
+ v(u) ? M("", !0) : (_(), h("div", kI, [
23481
+ (ue = v(s)) != null && ue.R_ESTADO ? (_(), ce(ml, {
23489
23482
  key: 0,
23490
- label: (fe = (be = b(s)) == null ? void 0 : be.R_ESTADO) == null ? void 0 : fe.NAME,
23491
- color: (Le = (Se = b(s)) == null ? void 0 : Se.R_ESTADO) == null ? void 0 : Le.COLOR
23483
+ label: (me = (be = v(s)) == null ? void 0 : be.R_ESTADO) == null ? void 0 : me.NAME,
23484
+ color: (Le = (Se = v(s)) == null ? void 0 : Se.R_ESTADO) == null ? void 0 : Le.COLOR
23492
23485
  }, null, 8, ["label", "color"])) : M("", !0)
23493
23486
  ])),
23494
- S.value ? (_(), h("div", GI, [
23495
- v("span", VI, "$" + B(S.value), 1),
23496
- q[1] || (q[1] = v("span", { class: "text-caption q-pl-sm q-pb-sm" }, " al mes", -1))
23487
+ S.value ? (_(), h("div", zI, [
23488
+ b("span", GI, "$" + B(S.value), 1),
23489
+ q[1] || (q[1] = b("span", { class: "text-caption q-pl-sm q-pb-sm" }, " al mes", -1))
23497
23490
  ])) : M("", !0),
23498
- z(BI),
23499
- b(u) ? (_(), h("div", qI, [
23500
- z(b(Fe), {
23491
+ z(UI),
23492
+ v(u) ? (_(), h("div", VI, [
23493
+ z(v(Fe), {
23501
23494
  class: "text-bold",
23502
23495
  style: le({ backgroundColor: c.color }),
23503
23496
  "text-color": "white",
@@ -23507,109 +23500,109 @@ const LI = {
23507
23500
  onClick: q[0] || (q[0] = di((ke) => t("click-contractar"), ["stop"]))
23508
23501
  }, {
23509
23502
  default: te(() => [...q[2] || (q[2] = [
23510
- pe(" Contratar ahora ", -1)
23503
+ fe(" Contratar ahora ", -1)
23511
23504
  ])]),
23512
23505
  _: 1
23513
23506
  }, 8, ["style"])
23514
23507
  ])) : M("", !0),
23515
- v("div", $I, [
23516
- (Te = oe.value) != null && Te.length ? (_(), h("div", HI, [
23517
- q[3] || (q[3] = v("div", { class: "text-bold q-pl-md-lg" }, "Características:", -1)),
23518
- v("ul", jI, [
23508
+ b("div", qI, [
23509
+ (Te = oe.value) != null && Te.length ? (_(), h("div", $I, [
23510
+ q[3] || (q[3] = b("div", { class: "text-bold q-pl-md-lg" }, "Características:", -1)),
23511
+ b("ul", HI, [
23519
23512
  (_(!0), h(de, null, he(oe.value, (ke) => (_(), h("li", {
23520
23513
  key: ke.key
23521
23514
  }, B(ke.label), 1))), 128))
23522
23515
  ])
23523
23516
  ])) : M("", !0),
23524
- ($e = Z.value) != null && $e.length ? (_(), h("div", KI, [
23525
- q[4] || (q[4] = v("div", { class: "text-bold q-pl-md-lg" }, "Ideal para:", -1)),
23526
- v("ul", WI, [
23517
+ ($e = Z.value) != null && $e.length ? (_(), h("div", jI, [
23518
+ q[4] || (q[4] = b("div", { class: "text-bold q-pl-md-lg" }, "Ideal para:", -1)),
23519
+ b("ul", KI, [
23527
23520
  (_(!0), h(de, null, he(Z.value, (ke) => {
23528
23521
  var Be;
23529
- return _(), h("li", { key: ke }, B((Be = b(Pe.upperFirst)(b(Pe.snakeCase)(ke))) == null ? void 0 : Be.replace(/_/g, " ")), 1);
23522
+ return _(), h("li", { key: ke }, B((Be = v(Pe.upperFirst)(v(Pe.snakeCase)(ke))) == null ? void 0 : Be.replace(/_/g, " ")), 1);
23530
23523
  }), 128))
23531
23524
  ])
23532
23525
  ])) : M("", !0),
23533
- (Qe = L.value) != null && Qe.length ? (_(), h("div", ZI, [
23534
- q[5] || (q[5] = v("div", { class: "text-bold q-pl-md-lg" }, "Uso recomendado:", -1)),
23535
- v("ul", QI, [
23526
+ (Qe = L.value) != null && Qe.length ? (_(), h("div", WI, [
23527
+ q[5] || (q[5] = b("div", { class: "text-bold q-pl-md-lg" }, "Uso recomendado:", -1)),
23528
+ b("ul", ZI, [
23536
23529
  (_(!0), h(de, null, he(L.value, (ke) => {
23537
23530
  var Be;
23538
- return _(), h("li", { key: ke }, B((Be = b(Pe.upperFirst)(b(Pe.snakeCase)(ke))) == null ? void 0 : Be.replace(/_/g, " ")), 1);
23531
+ return _(), h("li", { key: ke }, B((Be = v(Pe.upperFirst)(v(Pe.snakeCase)(ke))) == null ? void 0 : Be.replace(/_/g, " ")), 1);
23539
23532
  }), 128))
23540
23533
  ])
23541
23534
  ])) : M("", !0)
23542
23535
  ]),
23543
- (ba = (Ge = x.value) == null ? void 0 : Ge.props) != null && ba.claro_video_paramounts ? (_(), h("div", YI, [
23544
- v("img", {
23545
- src: rC,
23536
+ (ba = (Ge = x.value) == null ? void 0 : Ge.props) != null && ba.claro_video_paramounts ? (_(), h("div", QI, [
23537
+ b("img", {
23538
+ src: sC,
23546
23539
  alt: "Claro video",
23547
23540
  style: { height: "50px", width: "50px", "border-radius": "8px" },
23548
23541
  class: "q-mr-md"
23549
23542
  }),
23550
- v("img", {
23551
- src: cC,
23543
+ b("img", {
23544
+ src: rC,
23552
23545
  alt: "Paramount+",
23553
23546
  style: { height: "40px", width: "40px", "border-radius": "8px" }
23554
23547
  })
23555
23548
  ])) : M("", !0),
23556
- (ha = F.value) != null && ha.length || (Na = W.value) != null && Na.length ? (_(), h("div", XI, [
23557
- (oa = W.value) != null && oa.length ? (_(), h("div", JI, [
23558
- v("div", eC, [
23559
- v("div", {
23549
+ (ha = F.value) != null && ha.length || (Na = W.value) != null && Na.length ? (_(), h("div", YI, [
23550
+ (oa = W.value) != null && oa.length ? (_(), h("div", XI, [
23551
+ b("div", JI, [
23552
+ b("div", {
23560
23553
  class: "promo-indicator q-mr-sm",
23561
23554
  style: le({ backgroundColor: c.color })
23562
23555
  }, null, 4),
23563
- v("div", null, [
23564
- q[6] || (q[6] = pe(" Promoción Alta Internet, Recuperado, Sólo clientes, Megacable: ", -1)),
23565
- v("span", aC, B(W.value.map(
23556
+ b("div", null, [
23557
+ q[6] || (q[6] = fe(" Promoción Alta Internet, Recuperado, Sólo clientes, Megacable: ", -1)),
23558
+ b("span", eC, B(W.value.map(
23566
23559
  (ke) => {
23567
23560
  var Be;
23568
- return (Be = b(Pe.upperFirst)(b(Pe.snakeCase)(ke))) == null ? void 0 : Be.replace(/_/g, " ");
23561
+ return (Be = v(Pe.upperFirst)(v(Pe.snakeCase)(ke))) == null ? void 0 : Be.replace(/_/g, " ");
23569
23562
  }
23570
23563
  ).join(", ")), 1)
23571
23564
  ])
23572
23565
  ])
23573
23566
  ])) : M("", !0),
23574
- (fa = F.value) != null && fa.length ? (_(), h("div", iC, [
23575
- v("div", lC, [
23576
- v("div", {
23567
+ (fa = F.value) != null && fa.length ? (_(), h("div", aC, [
23568
+ b("div", iC, [
23569
+ b("div", {
23577
23570
  class: "promo-indicator q-mr-sm",
23578
23571
  style: le({ backgroundColor: c.color })
23579
23572
  }, null, 4),
23580
- v("div", null, [
23581
- q[7] || (q[7] = pe(" Promoción de Portabilidad: ", -1)),
23582
- v("span", tC, B(F.value.map(
23573
+ b("div", null, [
23574
+ q[7] || (q[7] = fe(" Promoción de Portabilidad: ", -1)),
23575
+ b("span", lC, B(F.value.map(
23583
23576
  (ke) => {
23584
23577
  var Be;
23585
- return (Be = b(Pe.upperFirst)(b(Pe.snakeCase)(ke))) == null ? void 0 : Be.replace(/_/g, " ");
23578
+ return (Be = v(Pe.upperFirst)(v(Pe.snakeCase)(ke))) == null ? void 0 : Be.replace(/_/g, " ");
23586
23579
  }
23587
23580
  ).join(", ")), 1)
23588
23581
  ])
23589
23582
  ])
23590
23583
  ])) : M("", !0),
23591
- Y.value ? (_(), h("div", nC, [
23592
- v("div", oC, [
23593
- v("div", {
23584
+ Y.value ? (_(), h("div", tC, [
23585
+ b("div", nC, [
23586
+ b("div", {
23594
23587
  class: "promo-indicator q-mr-sm",
23595
23588
  style: le({ backgroundColor: c.color })
23596
23589
  }, null, 4),
23597
- q[8] || (q[8] = v("div", null, "Permite alta por internet recuperado", -1))
23590
+ q[8] || (q[8] = b("div", null, "Permite alta por internet recuperado", -1))
23598
23591
  ])
23599
23592
  ])) : M("", !0)
23600
23593
  ])) : M("", !0)
23601
23594
  ])
23602
23595
  ]),
23603
- v("div", sC, [
23604
- z(wI)
23596
+ b("div", oC, [
23597
+ z(LI)
23605
23598
  ])
23606
23599
  ], 64);
23607
23600
  };
23608
23601
  }
23609
- }), dC = /* @__PURE__ */ De(uC, [["__scopeId", "data-v-7e99a7af"]]), pC = {
23602
+ }), uC = /* @__PURE__ */ De(cC, [["__scopeId", "data-v-7e99a7af"]]), dC = {
23610
23603
  key: 0,
23611
23604
  class: "total-container q-mb-md"
23612
- }, mC = { class: "total-breakdown" }, fC = { class: "row justify-between items-center q-mb-xs gt-sm" }, _C = { class: "text-weight-medium" }, gC = { class: "lt-md" }, vC = { key: 0 }, bC = { class: "row justify-between items-center text-bold" }, hC = /* @__PURE__ */ me({
23605
+ }, pC = { class: "total-breakdown" }, mC = { class: "row justify-between items-center q-mb-xs gt-sm" }, fC = { class: "text-weight-medium" }, _C = { class: "lt-md" }, gC = { key: 0 }, vC = { class: "row justify-between items-center text-bold" }, bC = /* @__PURE__ */ pe({
23613
23606
  __name: "TotalOrder",
23614
23607
  props: [
23615
23608
  "totalPrice",
@@ -23622,81 +23615,81 @@ const LI = {
23622
23615
  const m = n, { totalPrice: t, selectedComplementsData: c, priceValue: o, name: s, color: u } = ia(m);
23623
23616
  return (g, O) => {
23624
23617
  const C = pi("q-separator");
23625
- return b(t) > 0 ? (_(), h("div", pC, [
23626
- v("div", mC, [
23627
- v("div", fC, [
23628
- v("span", null, "PLAN BASE " + B(b(s)) + ":", 1),
23629
- v("span", _C, B(b(Je.toCurrency)(b(o), "MXN")) + " al mes ", 1)
23618
+ return v(t) > 0 ? (_(), h("div", dC, [
23619
+ b("div", pC, [
23620
+ b("div", mC, [
23621
+ b("span", null, "PLAN BASE " + B(v(s)) + ":", 1),
23622
+ b("span", fC, B(v(Je.toCurrency)(v(o), "MXN")) + " al mes ", 1)
23630
23623
  ]),
23631
- (_(!0), h(de, null, he(b(c), (f) => (_(), h("div", {
23624
+ (_(!0), h(de, null, he(v(c), (f) => (_(), h("div", {
23632
23625
  key: f.ID_PRODUCTO,
23633
23626
  class: "row justify-between items-center q-mb-xs gt-sm"
23634
23627
  }, [
23635
- v("span", null, B(f.NOMBRE) + ":", 1),
23636
- v("span", null, "+" + B(b(Je.toCurrency)(f.PRECIO, "MXN")) + " al mes", 1)
23628
+ b("span", null, B(f.NOMBRE) + ":", 1),
23629
+ b("span", null, "+" + B(v(Je.toCurrency)(f.PRECIO, "MXN")) + " al mes", 1)
23637
23630
  ]))), 128)),
23638
- v("div", gC, [
23639
- v("div", null, "PLAN BASE " + B(b(s)), 1),
23640
- b(c).length ? (_(), h("div", vC, " +" + B(b(c).length) + " complementos ", 1)) : M("", !0)
23631
+ b("div", _C, [
23632
+ b("div", null, "PLAN BASE " + B(v(s)), 1),
23633
+ v(c).length ? (_(), h("div", gC, " +" + B(v(c).length) + " complementos ", 1)) : M("", !0)
23641
23634
  ]),
23642
23635
  z(C, { class: "q-my-sm" }),
23643
- v("div", bC, [
23644
- O[0] || (O[0] = v("span", { class: "text-h6" }, "Total:", -1)),
23645
- v("span", {
23636
+ b("div", vC, [
23637
+ O[0] || (O[0] = b("span", { class: "text-h6" }, "Total:", -1)),
23638
+ b("span", {
23646
23639
  class: "text-h6",
23647
23640
  style: le({ color: m.color })
23648
- }, B(b(Je.toCurrency)(b(t), "MXN")) + " al mes ", 5)
23641
+ }, B(v(Je.toCurrency)(v(t), "MXN")) + " al mes ", 5)
23649
23642
  ])
23650
23643
  ])
23651
23644
  ])) : M("", !0);
23652
23645
  };
23653
23646
  }
23654
- }), OC = /* @__PURE__ */ De(hC, [["__scopeId", "data-v-384949f4"]]), AC = { class: "text-h6" }, IC = { class: "q-mt-sm" }, CC = { key: 0 }, PC = { key: 0 }, EC = {
23647
+ }), hC = /* @__PURE__ */ De(bC, [["__scopeId", "data-v-384949f4"]]), OC = { class: "text-h6" }, AC = { class: "q-mt-sm" }, IC = { key: 0 }, CC = { key: 0 }, PC = {
23655
23648
  key: 0,
23656
23649
  class: "complements-grid"
23657
- }, yC = {
23650
+ }, EC = {
23658
23651
  key: 1,
23659
23652
  class: "complements-grid"
23660
- }, xC = ["onClick"], DC = { class: "complement-image" }, TC = ["src", "alt"], RC = {
23653
+ }, yC = ["onClick"], xC = { class: "complement-image" }, DC = ["src", "alt"], TC = {
23661
23654
  key: 1,
23662
23655
  class: "no-image"
23663
- }, SC = { class: "complement-content" }, NC = ["title"], LC = {
23656
+ }, RC = { class: "complement-content" }, SC = ["title"], NC = {
23664
23657
  key: 0,
23665
23658
  class: "complement-price"
23666
- }, wC = ["title"], MC = {
23659
+ }, LC = ["title"], wC = {
23667
23660
  key: 1,
23668
23661
  class: "complement-tag"
23669
- }, UC = {
23662
+ }, MC = {
23670
23663
  key: 1,
23671
23664
  class: "service-type-section"
23672
- }, BC = { class: "service-type-options" }, FC = { class: "row justify-center q-col-gutter-md" }, kC = { class: "col-12 col-md-4" }, zC = {
23665
+ }, UC = { class: "service-type-options" }, BC = { class: "row justify-center q-col-gutter-md" }, FC = { class: "col-12 col-md-4" }, kC = {
23673
23666
  key: 0,
23674
23667
  class: "col-12 col-md-4"
23675
- }, GC = {
23668
+ }, zC = {
23676
23669
  key: 1,
23677
23670
  class: "col-12 col-md-4"
23678
- }, VC = {
23671
+ }, GC = {
23679
23672
  key: 2,
23680
23673
  class: "portability-section"
23681
- }, qC = {
23674
+ }, VC = {
23682
23675
  key: 0,
23683
23676
  class: "portability-quantity"
23684
- }, $C = { class: "quantity-selector" }, HC = { class: "row justify-center q-col-gutter-md q-mb-lg" }, jC = { class: "col-auto" }, KC = {
23677
+ }, qC = { class: "quantity-selector" }, $C = { class: "row justify-center q-col-gutter-md q-mb-lg" }, HC = { class: "col-auto" }, jC = {
23685
23678
  key: 0,
23686
23679
  class: "col-auto"
23687
- }, WC = {
23680
+ }, KC = {
23688
23681
  key: 1,
23689
23682
  class: "col-auto"
23690
- }, ZC = {
23683
+ }, WC = {
23691
23684
  key: 0,
23692
23685
  class: "q-mb-lg"
23693
- }, QC = { class: "row justify-center" }, YC = { class: "col-12 col-md-8" }, XC = { class: "row justify-center q-mt-xl q-col-gutter-md" }, JC = { class: "col-6" }, eP = { class: "col-6" }, aP = {
23686
+ }, ZC = { class: "row justify-center" }, QC = { class: "col-12 col-md-8" }, YC = { class: "row justify-center q-mt-xl q-col-gutter-md" }, XC = { class: "col-6" }, JC = { class: "col-6" }, eP = {
23694
23687
  key: 1,
23695
23688
  class: "q-pa-sm"
23696
- }, iP = { class: "row justify-between items-center q-mb-md" }, lP = { class: "text-subtitle1" }, tP = { class: "row justify-center q-mb-md" }, nP = { class: "portability-list" }, oP = { class: "row justify-between items-center q-mb-sm" }, sP = { class: "text-weight-medium" }, rP = { class: "row q-col-gutter-md" }, cP = { class: "col-12 col-md-6" }, uP = { class: "col-12 col-md-6" }, dP = {
23689
+ }, aP = { class: "row justify-between items-center q-mb-md" }, iP = { class: "text-subtitle1" }, lP = { class: "row justify-center q-mb-md" }, tP = { class: "portability-list" }, nP = { class: "row justify-between items-center q-mb-sm" }, oP = { class: "text-weight-medium" }, sP = { class: "row q-col-gutter-md" }, rP = { class: "col-12 col-md-6" }, cP = { class: "col-12 col-md-6" }, uP = {
23697
23690
  key: 3,
23698
23691
  class: "row justify-center q-my-lg"
23699
- }, pP = /* @__PURE__ */ me({
23692
+ }, dP = /* @__PURE__ */ pe({
23700
23693
  __name: "TelmexProductDetail",
23701
23694
  props: {
23702
23695
  isPublic: { type: Boolean },
@@ -23804,12 +23797,12 @@ const LI = {
23804
23797
  () => ue.value.filter(
23805
23798
  (X) => w.value.includes(X.ID_PRODUCTO)
23806
23799
  )
23807
- ), fe = N(
23800
+ ), me = N(
23808
23801
  () => be.value.reduce(
23809
23802
  (X, J) => X + (Number(J.PRECIO) || 0),
23810
23803
  0
23811
23804
  )
23812
- ), Se = N(() => O.value + fe.value), Le = N(() => E.value === 1 || E.value === 2 ? !0 : E.value === "more" ? S.value && S.value <= Z.value : !1), Te = N(() => x.value !== "portabilidad" || !P.value ? !0 : D.value.every((X) => X.nip.trim() && X.numero.trim())), $e = N(() => f.value === "complements" ? !0 : f.value === "service-type" ? !!x.value : f.value === "portability" ? x.value !== "portabilidad" ? !0 : P.value ? Te.value && !!A.value : !1 : f.value === "internet-recovered" ? x.value !== "internet_recuperado" ? !0 : !!A.value : !0), Qe = N(() => f.value === "service-type" ? x.value ? x.value === "alta_nueva" ? "Contratar ahora" : "Siguiente" : "Selecciona una opción" : f.value === "portability" ? !Te.value || !A.value ? "Completa los datos de portabilidad" : "Contratar ahora" : W.value ? "Contratar ahora" : "Siguiente"), Ge = (X) => {
23805
+ ), Se = N(() => O.value + me.value), Le = N(() => E.value === 1 || E.value === 2 ? !0 : E.value === "more" ? S.value && S.value <= Z.value : !1), Te = N(() => x.value !== "portabilidad" || !P.value ? !0 : D.value.every((X) => X.nip.trim() && X.numero.trim())), $e = N(() => f.value === "complements" ? !0 : f.value === "service-type" ? !!x.value : f.value === "portability" ? x.value !== "portabilidad" ? !0 : P.value ? Te.value && !!A.value : !1 : f.value === "internet-recovered" ? x.value !== "internet_recuperado" ? !0 : !!A.value : !0), Qe = N(() => f.value === "service-type" ? x.value ? x.value === "alta_nueva" ? "Contratar ahora" : "Siguiente" : "Selecciona una opción" : f.value === "portability" ? !Te.value || !A.value ? "Completa los datos de portabilidad" : "Contratar ahora" : W.value ? "Contratar ahora" : "Siguiente"), Ge = (X) => {
23813
23806
  const J = w.value.indexOf(X);
23814
23807
  J > -1 ? w.value.splice(J, 1) : w.value.push(X);
23815
23808
  }, ba = (X) => {
@@ -23890,33 +23883,33 @@ const LI = {
23890
23883
  { label: "Otra", value: "Otra" }
23891
23884
  ];
23892
23885
  return (X, J) => (_(), h(de, null, [
23893
- z(b(H0), {
23886
+ z(v(H0), {
23894
23887
  modelValue: C.value,
23895
23888
  "onUpdate:modelValue": J[9] || (J[9] = (Ke) => C.value = Ke),
23896
- maximized: b(t).lt.md
23889
+ maximized: v(t).lt.md
23897
23890
  }, {
23898
23891
  default: te(() => [
23899
- z(b(j0), { class: "complements-card" }, {
23892
+ z(v(j0), { class: "complements-card" }, {
23900
23893
  default: te(() => [
23901
- z(b(ui), { class: "row justify-between no-wrap items-start q-pa-md" }, {
23894
+ z(v(ui), { class: "row justify-between no-wrap items-start q-pa-md" }, {
23902
23895
  default: te(() => [
23903
- v("div", null, [
23904
- v("div", AC, B(Y.value), 1),
23905
- v("div", IC, [
23906
- (_(!0), h(de, null, he(L.value, (Ke, ne) => (_(), ce(b(Dt), {
23896
+ b("div", null, [
23897
+ b("div", OC, B(Y.value), 1),
23898
+ b("div", AC, [
23899
+ (_(!0), h(de, null, he(L.value, (Ke, ne) => (_(), ce(v(Dt), {
23907
23900
  key: Ke.id,
23908
23901
  style: le({ backgroundColor: sa(ne) }),
23909
23902
  "text-color": Vi(ne),
23910
23903
  class: "q-mr-sm"
23911
23904
  }, {
23912
23905
  default: te(() => [
23913
- pe(B(ne + 1) + ". " + B(Ke.title), 1)
23906
+ fe(B(ne + 1) + ". " + B(Ke.title), 1)
23914
23907
  ]),
23915
23908
  _: 2
23916
23909
  }, 1032, ["style", "text-color"]))), 128))
23917
23910
  ])
23918
23911
  ]),
23919
- z(b(Fe), {
23912
+ z(v(Fe), {
23920
23913
  onClick: je,
23921
23914
  icon: "close",
23922
23915
  flat: ""
@@ -23924,27 +23917,27 @@ const LI = {
23924
23917
  ]),
23925
23918
  _: 1
23926
23919
  }),
23927
- z(b(ui), { class: "card-content" }, {
23920
+ z(v(ui), { class: "card-content" }, {
23928
23921
  default: te(() => {
23929
23922
  var Ke;
23930
23923
  return [
23931
- f.value === "complements" ? (_(), h("div", CC, [
23932
- b(se) || (Ke = ue.value) != null && Ke.length ? (_(), h("div", PC, [
23933
- b(se) ? (_(), h("div", EC, [
23934
- (_(), h(de, null, he(7, (ne) => v("div", {
23924
+ f.value === "complements" ? (_(), h("div", IC, [
23925
+ v(se) || (Ke = ue.value) != null && Ke.length ? (_(), h("div", CC, [
23926
+ v(se) ? (_(), h("div", PC, [
23927
+ (_(), h(de, null, he(7, (ne) => b("div", {
23935
23928
  key: ne,
23936
23929
  class: "complement-card-container"
23937
23930
  }, [
23938
- z(b(Qc), { class: "complement-skeleton" })
23931
+ z(v(Qc), { class: "complement-skeleton" })
23939
23932
  ])), 64))
23940
- ])) : (_(), h("div", yC, [
23933
+ ])) : (_(), h("div", EC, [
23941
23934
  (_(!0), h(de, null, he(ue.value, (ne) => {
23942
23935
  var Pa, aa;
23943
23936
  return _(), h("div", {
23944
23937
  key: ne.ID_PRODUCTO,
23945
23938
  class: "complement-card-container"
23946
23939
  }, [
23947
- v("div", {
23940
+ b("div", {
23948
23941
  class: pa(["complement-card", {
23949
23942
  "complement-card--selected": w.value.includes(
23950
23943
  ne.ID_PRODUCTO
@@ -23958,117 +23951,117 @@ const LI = {
23958
23951
  }),
23959
23952
  onClick: (Ea) => Ge(ne.ID_PRODUCTO)
23960
23953
  }, [
23961
- v("div", DC, [
23954
+ b("div", xC, [
23962
23955
  (aa = (Pa = ne == null ? void 0 : ne.R_IMG) == null ? void 0 : Pa[0]) != null && aa.LOCATION ? (_(), h("img", {
23963
23956
  key: 0,
23964
23957
  src: ne.R_IMG[0].LOCATION,
23965
23958
  alt: ne.NOMBRE,
23966
23959
  style: { "border-radius": "8px" }
23967
- }, null, 8, TC)) : (_(), h("div", RC, [...J[12] || (J[12] = [
23968
- v("span", null, "Sin imagen", -1)
23960
+ }, null, 8, DC)) : (_(), h("div", TC, [...J[12] || (J[12] = [
23961
+ b("span", null, "Sin imagen", -1)
23969
23962
  ])]))
23970
23963
  ]),
23971
- v("div", SC, [
23972
- v("div", {
23964
+ b("div", RC, [
23965
+ b("div", {
23973
23966
  class: "complement-name",
23974
23967
  title: ne.NOMBRE
23975
- }, B(ne.NOMBRE), 9, NC),
23976
- ne.PRECIO ? (_(), h("div", LC, " $" + B(ne.PRECIO) + " al mes ", 1)) : M("", !0),
23968
+ }, B(ne.NOMBRE), 9, SC),
23969
+ ne.PRECIO ? (_(), h("div", NC, " $" + B(ne.PRECIO) + " al mes ", 1)) : M("", !0),
23977
23970
  ne.DESCRIPCION_CORTA ? (_(), h("div", {
23978
23971
  key: 1,
23979
23972
  class: "complement-description",
23980
23973
  title: ne.DESCRIPCION_CORTA
23981
- }, B(ne.DESCRIPCION_CORTA), 9, wC)) : M("", !0)
23974
+ }, B(ne.DESCRIPCION_CORTA), 9, LC)) : M("", !0)
23982
23975
  ]),
23983
23976
  w.value.includes(ne.ID_PRODUCTO) ? (_(), h("div", {
23984
23977
  key: 0,
23985
23978
  class: "complement-check",
23986
23979
  style: le({ backgroundColor: o.color })
23987
23980
  }, [
23988
- z(b(ea), {
23981
+ z(v(ea), {
23989
23982
  name: "check",
23990
23983
  color: "white",
23991
23984
  size: "xs"
23992
23985
  })
23993
23986
  ], 4)) : M("", !0),
23994
- ne.TAGS ? (_(), h("div", MC, [
23995
- z(b(Dt), {
23987
+ ne.TAGS ? (_(), h("div", wC, [
23988
+ z(v(Dt), {
23996
23989
  style: { border: "1px solid white" },
23997
23990
  rounded: "",
23998
23991
  color: "red",
23999
23992
  label: qi(ne)
24000
23993
  }, null, 8, ["label"])
24001
23994
  ])) : M("", !0)
24002
- ], 14, xC)
23995
+ ], 14, yC)
24003
23996
  ]);
24004
23997
  }), 128))
24005
23998
  ]))
24006
23999
  ])) : M("", !0)
24007
24000
  ])) : M("", !0),
24008
- f.value === "service-type" ? (_(), h("div", UC, [
24009
- J[19] || (J[19] = v("div", { class: "text-h6 text-center q-mb-md" }, " Selecciona el tipo de servicio ", -1)),
24010
- J[20] || (J[20] = v("div", { class: "text-subtitle2 text-center text-grey-7 q-mb-xl" }, " Elige una opción para continuar ", -1)),
24011
- v("div", BC, [
24012
- v("div", FC, [
24013
- v("div", kC, [
24014
- v("div", {
24001
+ f.value === "service-type" ? (_(), h("div", MC, [
24002
+ J[19] || (J[19] = b("div", { class: "text-h6 text-center q-mb-md" }, " Selecciona el tipo de servicio ", -1)),
24003
+ J[20] || (J[20] = b("div", { class: "text-subtitle2 text-center text-grey-7 q-mb-xl" }, " Elige una opción para continuar ", -1)),
24004
+ b("div", UC, [
24005
+ b("div", BC, [
24006
+ b("div", FC, [
24007
+ b("div", {
24015
24008
  class: pa(["service-option", {
24016
24009
  "service-option--selected": x.value === "alta_nueva"
24017
24010
  }]),
24018
24011
  onClick: J[0] || (J[0] = (ne) => ba("alta_nueva"))
24019
24012
  }, [
24020
- z(b(ea), {
24013
+ z(v(ea), {
24021
24014
  name: "add_circle",
24022
24015
  size: "xl",
24023
24016
  color: x.value === "alta_nueva" ? o.color : "grey-5",
24024
24017
  class: "q-mb-md"
24025
24018
  }, null, 8, ["color"]),
24026
- J[13] || (J[13] = v("div", { class: "service-title" }, "Alta nueva", -1)),
24027
- J[14] || (J[14] = v("div", { class: "service-description" }, " Instalación de nuevo servicio de internet ", -1))
24019
+ J[13] || (J[13] = b("div", { class: "service-title" }, "Alta nueva", -1)),
24020
+ J[14] || (J[14] = b("div", { class: "service-description" }, " Instalación de nuevo servicio de internet ", -1))
24028
24021
  ], 2)
24029
24022
  ]),
24030
- Q.value ? (_(), h("div", zC, [
24031
- v("div", {
24023
+ Q.value ? (_(), h("div", kC, [
24024
+ b("div", {
24032
24025
  class: pa(["service-option", {
24033
24026
  "service-option--selected": x.value === "internet_recuperado"
24034
24027
  }]),
24035
24028
  onClick: J[1] || (J[1] = (ne) => ba("internet_recuperado"))
24036
24029
  }, [
24037
- z(b(ea), {
24030
+ z(v(ea), {
24038
24031
  name: "restart_alt",
24039
24032
  size: "xl",
24040
24033
  color: x.value === "internet_recuperado" ? o.color : "grey-5",
24041
24034
  class: "q-mb-md"
24042
24035
  }, null, 8, ["color"]),
24043
- J[15] || (J[15] = v("div", { class: "service-title" }, "Internet recuperado", -1)),
24044
- J[16] || (J[16] = v("div", { class: "service-description" }, " Reactivación de servicio anteriormente contratado ", -1))
24036
+ J[15] || (J[15] = b("div", { class: "service-title" }, "Internet recuperado", -1)),
24037
+ J[16] || (J[16] = b("div", { class: "service-description" }, " Reactivación de servicio anteriormente contratado ", -1))
24045
24038
  ], 2)
24046
24039
  ])) : M("", !0),
24047
- j.value ? (_(), h("div", GC, [
24048
- v("div", {
24040
+ j.value ? (_(), h("div", zC, [
24041
+ b("div", {
24049
24042
  class: pa(["service-option", {
24050
24043
  "service-option--selected": x.value === "portabilidad"
24051
24044
  }]),
24052
24045
  onClick: J[2] || (J[2] = (ne) => ba("portabilidad"))
24053
24046
  }, [
24054
- z(b(ea), {
24047
+ z(v(ea), {
24055
24048
  name: "contact_phone",
24056
24049
  size: "xl",
24057
24050
  color: x.value === "portabilidad" ? o.color : "grey-5",
24058
24051
  class: "q-mb-md"
24059
24052
  }, null, 8, ["color"]),
24060
- J[17] || (J[17] = v("div", { class: "service-title" }, "Portabilidad", -1)),
24061
- J[18] || (J[18] = v("div", { class: "service-description" }, " Cambia de operadora manteniendo tu número ", -1))
24053
+ J[17] || (J[17] = b("div", { class: "service-title" }, "Portabilidad", -1)),
24054
+ J[18] || (J[18] = b("div", { class: "service-description" }, " Cambia de operadora manteniendo tu número ", -1))
24062
24055
  ], 2)
24063
24056
  ])) : M("", !0)
24064
24057
  ])
24065
24058
  ])
24066
24059
  ])) : M("", !0),
24067
- f.value === "portability" ? (_(), h("div", VC, [
24068
- P.value ? (_(), h("div", aP, [
24069
- v("div", iP, [
24070
- v("div", lP, " Ingrese los datos para " + B(D.value.length) + " portabilidad" + B(D.value.length > 1 ? "es" : ""), 1),
24071
- z(b(Fe), {
24060
+ f.value === "portability" ? (_(), h("div", GC, [
24061
+ P.value ? (_(), h("div", eP, [
24062
+ b("div", aP, [
24063
+ b("div", iP, " Ingrese los datos para " + B(D.value.length) + " portabilidad" + B(D.value.length > 1 ? "es" : ""), 1),
24064
+ z(v(Fe), {
24072
24065
  flat: "",
24073
24066
  "no-caps": "",
24074
24067
  color: o.color,
@@ -24077,8 +24070,8 @@ const LI = {
24077
24070
  onClick: oa
24078
24071
  }, null, 8, ["color"])
24079
24072
  ]),
24080
- v("div", tP, [
24081
- z(b(gc), {
24073
+ b("div", lP, [
24074
+ z(v(gc), {
24082
24075
  style: { width: "100%", "max-width": "400px" },
24083
24076
  modelValue: A.value,
24084
24077
  "onUpdate:modelValue": J[7] || (J[7] = (ne) => A.value = ne),
@@ -24091,17 +24084,17 @@ const LI = {
24091
24084
  rules: [(ne) => !!ne || "La compañía es requerida"]
24092
24085
  }, null, 8, ["modelValue", "rules"])
24093
24086
  ]),
24094
- v("div", nP, [
24087
+ b("div", tP, [
24095
24088
  (_(!0), h(de, null, he(D.value, (ne, Pa) => (_(), h("div", {
24096
24089
  key: Pa,
24097
24090
  class: "portability-item q-mb-md q-pa-md"
24098
24091
  }, [
24099
- v("div", oP, [
24100
- v("div", sP, " Portabilidad " + B(Pa + 1), 1)
24092
+ b("div", nP, [
24093
+ b("div", oP, " Portabilidad " + B(Pa + 1), 1)
24101
24094
  ]),
24102
- v("div", rP, [
24103
- v("div", cP, [
24104
- z(b(wl), {
24095
+ b("div", sP, [
24096
+ b("div", rP, [
24097
+ z(v(wl), {
24105
24098
  modelValue: ne.nip,
24106
24099
  "onUpdate:modelValue": (aa) => ne.nip = aa,
24107
24100
  label: "NIP",
@@ -24110,8 +24103,8 @@ const LI = {
24110
24103
  rules: [(aa) => !!aa || "NIP es requerido"]
24111
24104
  }, null, 8, ["modelValue", "onUpdate:modelValue", "rules"])
24112
24105
  ]),
24113
- v("div", uP, [
24114
- z(b(wl), {
24106
+ b("div", cP, [
24107
+ z(v(wl), {
24115
24108
  modelValue: ne.numero,
24116
24109
  "onUpdate:modelValue": (aa) => ne.numero = aa,
24117
24110
  label: "Número a portar",
@@ -24123,12 +24116,12 @@ const LI = {
24123
24116
  ])
24124
24117
  ]))), 128))
24125
24118
  ])
24126
- ])) : (_(), h("div", qC, [
24127
- J[21] || (J[21] = v("div", { class: "text-h6 text-center q-mb-md" }, " ¿Cuántas portabilidades desea realizar? ", -1)),
24128
- v("div", $C, [
24129
- v("div", HC, [
24130
- v("div", jC, [
24131
- z(b(Fe), {
24119
+ ])) : (_(), h("div", VC, [
24120
+ J[21] || (J[21] = b("div", { class: "text-h6 text-center q-mb-md" }, " ¿Cuántas portabilidades desea realizar? ", -1)),
24121
+ b("div", qC, [
24122
+ b("div", $C, [
24123
+ b("div", HC, [
24124
+ z(v(Fe), {
24132
24125
  outline: E.value !== 1,
24133
24126
  color: o.color,
24134
24127
  style: le(
@@ -24141,8 +24134,8 @@ const LI = {
24141
24134
  size: "xl"
24142
24135
  }, null, 8, ["outline", "color", "style", "text-color"])
24143
24136
  ]),
24144
- Z.value >= 2 ? (_(), h("div", KC, [
24145
- z(b(Fe), {
24137
+ Z.value >= 2 ? (_(), h("div", jC, [
24138
+ z(v(Fe), {
24146
24139
  outline: E.value !== 2,
24147
24140
  color: o.color,
24148
24141
  style: le(
@@ -24155,8 +24148,8 @@ const LI = {
24155
24148
  size: "xl"
24156
24149
  }, null, 8, ["outline", "color", "style", "text-color"])
24157
24150
  ])) : M("", !0),
24158
- Z.value > 2 ? (_(), h("div", WC, [
24159
- z(b(Fe), {
24151
+ Z.value > 2 ? (_(), h("div", KC, [
24152
+ z(v(Fe), {
24160
24153
  outline: E.value !== "more",
24161
24154
  color: o.color,
24162
24155
  style: le(
@@ -24171,10 +24164,10 @@ const LI = {
24171
24164
  }, null, 8, ["outline", "color", "style", "text-color"])
24172
24165
  ])) : M("", !0)
24173
24166
  ]),
24174
- E.value === "more" ? (_(), h("div", ZC, [
24175
- v("div", QC, [
24176
- v("div", YC, [
24177
- z(b(wl), {
24167
+ E.value === "more" ? (_(), h("div", WC, [
24168
+ b("div", ZC, [
24169
+ b("div", QC, [
24170
+ z(v(wl), {
24178
24171
  modelValue: S.value,
24179
24172
  "onUpdate:modelValue": J[6] || (J[6] = (ne) => S.value = ne),
24180
24173
  modelModifiers: { number: !0 },
@@ -24187,9 +24180,9 @@ const LI = {
24187
24180
  ])
24188
24181
  ])
24189
24182
  ])) : M("", !0),
24190
- v("div", XC, [
24191
- v("div", JC, [
24192
- z(b(Fe), {
24183
+ b("div", YC, [
24184
+ b("div", XC, [
24185
+ z(v(Fe), {
24193
24186
  flat: "",
24194
24187
  color: o.color,
24195
24188
  label: "Atrás",
@@ -24199,8 +24192,8 @@ const LI = {
24199
24192
  "no-caps": ""
24200
24193
  }, null, 8, ["color"])
24201
24194
  ]),
24202
- v("div", eP, [
24203
- z(b(Fe), {
24195
+ b("div", JC, [
24196
+ z(v(Fe), {
24204
24197
  color: o.color,
24205
24198
  style: le({ backgroundColor: o.color }),
24206
24199
  "text-color": "white",
@@ -24217,8 +24210,8 @@ const LI = {
24217
24210
  ])
24218
24211
  ]))
24219
24212
  ])) : M("", !0),
24220
- f.value === "internet-recovered" ? (_(), h("div", dP, [
24221
- z(b(gc), {
24213
+ f.value === "internet-recovered" ? (_(), h("div", uP, [
24214
+ z(v(gc), {
24222
24215
  style: { width: "100%", "max-width": "400px" },
24223
24216
  modelValue: A.value,
24224
24217
  "onUpdate:modelValue": J[8] || (J[8] = (ne) => A.value = ne),
@@ -24235,9 +24228,9 @@ const LI = {
24235
24228
  }),
24236
24229
  _: 1
24237
24230
  }),
24238
- z(b(ui), { class: "card-footer" }, {
24231
+ z(v(ui), { class: "card-footer" }, {
24239
24232
  default: te(() => [
24240
- Se.value > 0 ? (_(), ce(OC, {
24233
+ Se.value > 0 ? (_(), ce(hC, {
24241
24234
  key: 0,
24242
24235
  totalPrice: Se.value,
24243
24236
  selectedComplementsData: be.value,
@@ -24245,10 +24238,10 @@ const LI = {
24245
24238
  name: g.value,
24246
24239
  color: X.color
24247
24240
  }, null, 8, ["totalPrice", "selectedComplementsData", "priceValue", "name", "color"])) : M("", !0),
24248
- v("div", {
24241
+ b("div", {
24249
24242
  class: pa(f.value !== "complements" ? "grid-2" : "grid-1")
24250
24243
  }, [
24251
- f.value !== "complements" ? (_(), ce(b(Fe), {
24244
+ f.value !== "complements" ? (_(), ce(v(Fe), {
24252
24245
  key: 0,
24253
24246
  outline: "",
24254
24247
  color: o.color,
@@ -24258,7 +24251,7 @@ const LI = {
24258
24251
  size: "lg",
24259
24252
  "no-caps": ""
24260
24253
  }, null, 8, ["color"])) : M("", !0),
24261
- z(b(Fe), {
24254
+ z(v(Fe), {
24262
24255
  color: o.color,
24263
24256
  style: le({ backgroundColor: o.color }),
24264
24257
  label: Qe.value,
@@ -24279,13 +24272,13 @@ const LI = {
24279
24272
  ]),
24280
24273
  _: 1
24281
24274
  }, 8, ["modelValue", "maximized"]),
24282
- z(dC, U0(o, {
24275
+ z(uC, U0(o, {
24283
24276
  onClickContractar: J[10] || (J[10] = (Ke) => C.value = !0),
24284
24277
  onOnEvent: J[11] || (J[11] = (Ke) => c("on-event", Ke))
24285
24278
  }), null, 16)
24286
24279
  ], 64));
24287
24280
  }
24288
- }), mP = /* @__PURE__ */ De(pP, [["__scopeId", "data-v-cb65fe8d"]]), fP = Object.freeze([
24281
+ }), pP = /* @__PURE__ */ De(dP, [["__scopeId", "data-v-cb65fe8d"]]), mP = Object.freeze([
24289
24282
  {
24290
24283
  ID_PRODUCTO: 66,
24291
24284
  COD_ART_MVX: "00000064",
@@ -25842,98 +25835,98 @@ const LI = {
25842
25835
  R_IMG: [],
25843
25836
  R_PRECIOS: []
25844
25837
  }
25845
- ]), _P = {
25838
+ ]), fP = {
25846
25839
  isPublic: !0,
25847
25840
  data: null,
25848
25841
  fetching: !1,
25849
25842
  scale: 1,
25850
25843
  count: 0
25851
- }, gP = mi.extend({
25844
+ }, _P = mi.extend({
25852
25845
  view: K.enum(["detail", "summary"]).optional(),
25853
25846
  title: K.string().optional(),
25854
25847
  gamaProps: K.array(K.record(K.string(), K.any())),
25855
25848
  showPrice: K.function().optional()
25856
- }), vP = {
25849
+ }), gP = {
25857
25850
  telmex_product_detail: {
25858
25851
  description: "Detalle de producto para telmex",
25859
- component: mP,
25852
+ component: pP,
25860
25853
  group: "faceapp",
25861
- schema: gP,
25854
+ schema: _P,
25862
25855
  mock: {
25863
- props: _P,
25864
- data: fP,
25856
+ props: fP,
25857
+ data: mP,
25865
25858
  idKey: "ID_PRODUCTO",
25866
25859
  labelKey: "NOMBRE"
25867
25860
  }
25868
25861
  },
25869
25862
  telmex_product_card: {
25870
25863
  description: "Card de producto para telmex",
25871
- component: TI,
25864
+ component: DI,
25872
25865
  group: "faceapp",
25873
- schema: NI,
25866
+ schema: SI,
25874
25867
  mock: {
25875
- props: SI,
25876
- data: RI,
25868
+ props: RI,
25869
+ data: TI,
25877
25870
  idKey: "ID_PRODUCTO",
25878
25871
  labelKey: "NOMBRE"
25879
25872
  }
25880
25873
  },
25881
25874
  telephony_product_card: {
25882
25875
  description: "Card de producto para telefonia",
25883
- component: FA,
25876
+ component: BA,
25884
25877
  group: "faceapp",
25885
- schema: GA,
25878
+ schema: zA,
25886
25879
  mock: {
25887
- props: zA,
25888
- data: kA,
25880
+ props: kA,
25881
+ data: FA,
25889
25882
  idKey: "ID_PRODUCTO",
25890
25883
  labelKey: "NOMBRE"
25891
25884
  }
25892
25885
  },
25893
25886
  telephony_product_detail: {
25894
25887
  description: "Detalle de producto para telefonia",
25895
- component: fI,
25888
+ component: mI,
25896
25889
  group: "faceapp",
25897
- schema: bI,
25890
+ schema: vI,
25898
25891
  mock: {
25899
- props: vI,
25900
- data: _I,
25892
+ props: gI,
25893
+ data: fI,
25901
25894
  idKey: "ID_PRODUCTO",
25902
25895
  labelKey: "NOMBRE"
25903
25896
  }
25904
25897
  },
25905
25898
  linvermedia_product_card: {
25906
25899
  description: "Card de producto para Linvermedia",
25907
- component: Xh,
25900
+ component: Yh,
25908
25901
  group: "linvermedia",
25909
- schema: aO,
25902
+ schema: eO,
25910
25903
  mock: {
25911
- props: eO,
25912
- data: Jh,
25904
+ props: Jh,
25905
+ data: Xh,
25913
25906
  idKey: "ID_PRODUCTO",
25914
25907
  labelKey: "NOMBRE"
25915
25908
  }
25916
25909
  },
25917
25910
  linvermedia_product_detail: {
25918
25911
  description: "Detalle de producto para Linvermedia",
25919
- component: nA,
25912
+ component: tA,
25920
25913
  group: "linvermedia",
25921
- schema: rA,
25914
+ schema: sA,
25922
25915
  mock: {
25923
- props: sA,
25924
- data: oA,
25916
+ props: oA,
25917
+ data: nA,
25925
25918
  idKey: "id",
25926
25919
  labelKey: "nombre"
25927
25920
  }
25928
25921
  },
25929
25922
  linvermedia_solicitud_card: {
25930
25923
  description: "Card de solicitud para Linvermedia",
25931
- component: _A,
25924
+ component: fA,
25932
25925
  group: "linvermedia",
25933
- schema: bA,
25926
+ schema: vA,
25934
25927
  mock: {
25935
- props: vA,
25936
- data: gA,
25928
+ props: gA,
25929
+ data: _A,
25937
25930
  idKey: "ID_CAPTACION",
25938
25931
  labelKey: "COD_CAPTACION"
25939
25932
  }
@@ -25962,16 +25955,16 @@ const LI = {
25962
25955
  labelKey: "NOMBRE"
25963
25956
  }
25964
25957
  }
25965
- }, bP = K0(
25966
- vP,
25958
+ }, vP = K0(
25959
+ gP,
25967
25960
  (n) => Mo(n, "mock")
25968
- ), RP = {
25961
+ ), TP = {
25969
25962
  install(n, m) {
25970
25963
  if (m != null && m.pinia)
25971
25964
  n.use(m.pinia);
25972
25965
  else
25973
25966
  throw new Error("No se ha encontrado una instancia de pinia");
25974
- n.component("SectionsContainer", F1), n.component("Card", pl), n.component("DynamicCarousel", Bl), n.component("IndicatorColor", Bu), n.component("SectionSpinner", eu), n.component("StateIndicator", ml), n.component("IconButton", Di), n.component("Button", ol), n.component("MenuButton", Pb), n.component("ProductPrice", Fo), n.component("ProductProps", an), n.component("ProductTag", en), n.component("FlagsIcons", Ul), Object.entries(bP).forEach(([t, c]) => {
25967
+ n.component("SectionsContainer", F1), n.component("Card", pl), n.component("DynamicCarousel", Bl), n.component("IndicatorColor", Bu), n.component("SectionSpinner", eu), n.component("StateIndicator", ml), n.component("IconButton", Di), n.component("Button", ol), n.component("MenuButton", Pb), n.component("ProductPrice", Fo), n.component("ProductProps", an), n.component("ProductTag", en), n.component("FlagsIcons", Ul), Object.entries(vP).forEach(([t, c]) => {
25975
25968
  n.component(t, c.component);
25976
25969
  });
25977
25970
  }
@@ -25991,13 +25984,13 @@ export {
25991
25984
  eu as SectionSpinner,
25992
25985
  F1 as SectionsContainer,
25993
25986
  ml as StateIndicator,
25994
- bP as WidgetsIndex,
25995
- xP as createFetchUniq,
25996
- RP as default,
25987
+ vP as WidgetsIndex,
25988
+ yP as createFetchUniq,
25989
+ TP as default,
25997
25990
  Gu as getFetchUniq,
25998
25991
  Ga as getValue,
25999
- DP as setFetchUniq,
25992
+ xP as setFetchUniq,
26000
25993
  qu as useDragAndDrop,
26001
25994
  I2 as useFetch,
26002
- TP as useFetchPages
25995
+ DP as useFetchPages
26003
25996
  };