@win2win/shared-ui 0.3.51 → 0.3.53

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.
@@ -3,7 +3,7 @@ var ds = (b) => {
3
3
  };
4
4
  var ka = (b, l, c) => l.has(b) || ds("Cannot " + c);
5
5
  var z0 = (b, l, c) => (ka(b, l, "read from private field"), c ? c.call(b) : l.get(b)), D1 = (b, l, c) => l.has(b) ? ds("Cannot add the same private member more than once") : l instanceof WeakSet ? l.add(b) : l.set(b, c), s1 = (b, l, c, d) => (ka(b, l, "write to private field"), d ? d.call(b, c) : l.set(b, c), c), g1 = (b, l, c) => (ka(b, l, "access private method"), c);
6
- import { ref as W0, reactive as Vz, getCurrentInstance as x1, nextTick as q2, watch as r0, onMounted as lb, onBeforeUnmount as X2, markRaw as zo, defineComponent as C0, onUnmounted as Ei, h as c0, Teleport as Bh, computed as y, onDeactivated as vi, unref as f, withDirectives as vl, Transition as fl, toRefs as s2, createBlock as x0, openBlock as I, withCtx as K0, renderSlot as tb, createCommentVNode as e0, createTextVNode as P0, toDisplayString as a0, createElementVNode as C, normalizeClass as ob, createVNode as Z0, createElementBlock as j, vShow as po, normalizeStyle as b1, KeepAlive as Qh, onBeforeMount as ao, createSlots as io, Fragment as m1, renderList as R1, withModifiers as TM, resolveComponent as yM, resolveDynamicComponent as to, useSlots as qh, inject as I2, toRaw as zs, normalizeProps as Zo, guardReactiveProps as Wo, mergeModels as so, useModel as li, provide as Al, isRef as VM, hasInjectionContext as _h, getCurrentScope as $h, shallowReactive as bL, onScopeDispose as lL, shallowReadonly as cL, readonly as ML, onBeforeUpdate as dL, onActivated as zL } from "vue";
6
+ import { ref as W0, reactive as Vz, getCurrentInstance as x1, nextTick as q2, watch as r0, onMounted as lb, onBeforeUnmount as X2, markRaw as zo, defineComponent as C0, onUnmounted as Ei, h as c0, Teleport as Bh, computed as y, onDeactivated as vi, unref as f, withDirectives as vl, Transition as fl, toRefs as s2, createBlock as x0, openBlock as I, withCtx as K0, renderSlot as tb, createCommentVNode as e0, createTextVNode as P0, toDisplayString as a0, createElementVNode as j, normalizeClass as ob, createVNode as Z0, createElementBlock as C, vShow as po, normalizeStyle as b1, KeepAlive as Qh, onBeforeMount as ao, createSlots as io, Fragment as m1, renderList as R1, withModifiers as TM, resolveComponent as yM, resolveDynamicComponent as to, useSlots as qh, inject as I2, toRaw as zs, normalizeProps as Zo, guardReactiveProps as Wo, mergeModels as so, useModel as li, provide as Al, isRef as VM, hasInjectionContext as _h, getCurrentScope as $h, shallowReactive as bL, onScopeDispose as lL, shallowReadonly as cL, readonly as ML, onBeforeUpdate as dL, onActivated as zL } from "vue";
7
7
  function kM(b, l, c, d) {
8
8
  return Object.defineProperty(b, l, {
9
9
  get: c,
@@ -1784,15 +1784,15 @@ const b2 = B1({
1784
1784
  setup(b) {
1785
1785
  return (l, c) => (I(), x0(fl, { name: "fade" }, {
1786
1786
  default: K0(() => [
1787
- vl(C("div", {
1787
+ vl(j("div", {
1788
1788
  class: ob(["spinner-container", { fixed: l.fixed }])
1789
1789
  }, [
1790
- C("div", cY, [
1790
+ j("div", cY, [
1791
1791
  Z0(UM, {
1792
1792
  size: "40px",
1793
1793
  color: "black"
1794
1794
  }),
1795
- l.text ? (I(), j("div", MY, a0(l.text), 1)) : e0("", !0)
1795
+ l.text ? (I(), C("div", MY, a0(l.text), 1)) : e0("", !0)
1796
1796
  ])
1797
1797
  ], 2), [
1798
1798
  [po, l.loading]
@@ -1831,7 +1831,7 @@ const b2 = B1({
1831
1831
  },
1832
1832
  setup(b) {
1833
1833
  const l = b, c = W0(!l.expandible), d = y(() => String(l.title || ""));
1834
- return (z, a) => (I(), j("div", {
1834
+ return (z, a) => (I(), C("div", {
1835
1835
  class: ob([
1836
1836
  "win-card field-label",
1837
1837
  {
@@ -1846,25 +1846,25 @@ const b2 = B1({
1846
1846
  style: b1({ borderRadius: z.borderRadius || "8px" })
1847
1847
  }, [
1848
1848
  Z0(Fo, { loading: z.loading }, null, 8, ["loading"]),
1849
- d.value ? (I(), j("div", zY, [
1850
- C("div", {
1849
+ d.value ? (I(), C("div", zY, [
1850
+ j("div", {
1851
1851
  class: ob(["text-accent-1 text-weight-bold", z.titleClass])
1852
1852
  }, a0(d.value), 3),
1853
1853
  tb(z.$slots, "indicator", {}, void 0, !0)
1854
1854
  ])) : e0("", !0),
1855
1855
  tb(z.$slots, "title", {}, void 0, !0),
1856
- C("div", pY, [
1856
+ j("div", pY, [
1857
1857
  tb(z.$slots, "actions", {}, void 0, !0)
1858
1858
  ]),
1859
- c.value ? (I(), j("div", aY, [
1859
+ c.value ? (I(), C("div", aY, [
1860
1860
  tb(z.$slots, "default", {}, void 0, !0),
1861
- z.$slots.footer ? (I(), j("div", iY, [
1861
+ z.$slots.footer ? (I(), C("div", iY, [
1862
1862
  tb(z.$slots, "footer", {}, void 0, !0)
1863
1863
  ])) : e0("", !0)
1864
1864
  ])) : e0("", !0)
1865
1865
  ], 6));
1866
1866
  }
1867
- }), Sz = /* @__PURE__ */ O1(tY, [["__scopeId", "data-v-56a45bf1"]]), ZY = B1({
1867
+ }), Sz = /* @__PURE__ */ O1(tY, [["__scopeId", "data-v-c187b0b8"]]), ZY = B1({
1868
1868
  name: "QCarouselControl",
1869
1869
  props: {
1870
1870
  position: {
@@ -2629,13 +2629,13 @@ const RY = ["top", "right", "bottom", "left"], IY = ["regular", "flat", "outline
2629
2629
  text: { default: "Generación de imagen fallida" }
2630
2630
  },
2631
2631
  setup(b) {
2632
- return (l, c) => (I(), j("div", SY, [
2633
- C("div", wY, [
2632
+ return (l, c) => (I(), C("div", SY, [
2633
+ j("div", wY, [
2634
2634
  Z0(V1, {
2635
2635
  size: "xl",
2636
2636
  name: "sym_o_error"
2637
2637
  }),
2638
- C("div", AY, a0(l.text), 1)
2638
+ j("div", AY, a0(l.text), 1)
2639
2639
  ])
2640
2640
  ]));
2641
2641
  }
@@ -2663,13 +2663,13 @@ const RY = ["top", "right", "bottom", "left"], IY = ["regular", "flat", "outline
2663
2663
  text: { default: "Generando contenido..." }
2664
2664
  },
2665
2665
  setup(b) {
2666
- return (l, c) => (I(), j("div", CY, [
2667
- C("div", jY, [
2666
+ return (l, c) => (I(), C("div", CY, [
2667
+ j("div", jY, [
2668
2668
  Z0(JY, {
2669
2669
  color: "primary",
2670
2670
  size: "xl"
2671
2671
  }),
2672
- C("div", kY, a0(l.text), 1)
2672
+ j("div", kY, a0(l.text), 1)
2673
2673
  ])
2674
2674
  ]));
2675
2675
  }
@@ -2721,24 +2721,24 @@ const RY = ["top", "right", "bottom", "left"], IY = ["regular", "flat", "outline
2721
2721
  style: b1({ borderRadius: o.borderRadius })
2722
2722
  }, io({
2723
2723
  default: K0(() => [
2724
- (I(!0), j(m1, null, R1(o.items, (m, u) => (I(), x0(GY, {
2724
+ (I(!0), C(m1, null, R1(o.items, (m, u) => (I(), x0(GY, {
2725
2725
  key: u,
2726
2726
  name: u + 1,
2727
2727
  style: { overflow: "hidden", "background-color": "white", padding: "0" }
2728
2728
  }, {
2729
2729
  default: K0(() => [
2730
- m.estado === 0 ? (I(), x0(DY, { key: 0 })) : m.estado === 2 ? (I(), x0(UY, { key: 1 })) : m.tipo === "video" ? (I(), j("video", {
2730
+ m.estado === 0 ? (I(), x0(DY, { key: 0 })) : m.estado === 2 ? (I(), x0(UY, { key: 1 })) : m.tipo === "video" ? (I(), C("video", {
2731
2731
  key: 2,
2732
2732
  src: m.location,
2733
2733
  autoplay: "",
2734
2734
  loop: "",
2735
2735
  style: { width: "100%", height: "100%" }
2736
- }, " Your browser does not support the video tag. ", 8, FY)) : (I(), j("div", gY, [
2736
+ }, " Your browser does not support the video tag. ", 8, FY)) : (I(), C("div", gY, [
2737
2737
  i.value[u] ? (I(), x0(UM, {
2738
2738
  key: 0,
2739
2739
  size: "lg"
2740
2740
  })) : e0("", !0),
2741
- vl(C("img", {
2741
+ vl(j("img", {
2742
2742
  src: m.location,
2743
2743
  alt: "slide-" + u,
2744
2744
  class: "carousel-img",
@@ -2786,7 +2786,7 @@ const RY = ["top", "right", "bottom", "left"], IY = ["regular", "flat", "outline
2786
2786
  ]),
2787
2787
  key: "0"
2788
2788
  } : void 0
2789
- ]), 1032, ["autoplay", "height", "modelValue", "fullscreen", "style"])) : (I(), j("div", EY, [
2789
+ ]), 1032, ["autoplay", "height", "modelValue", "fullscreen", "style"])) : (I(), C("div", EY, [
2790
2790
  Z0(wz, {
2791
2791
  style: b1(`height: ${o.height || "400px"}`),
2792
2792
  src: "placeholder.webp"
@@ -2923,7 +2923,7 @@ const RY = ["top", "right", "bottom", "left"], IY = ["regular", "flat", "outline
2923
2923
  var d;
2924
2924
  return (d = l.color) != null && d.startsWith("#") ? { background: l.color } : {};
2925
2925
  });
2926
- return (d, z) => (I(), j("div", {
2926
+ return (d, z) => (I(), C("div", {
2927
2927
  class: ob([d.color, "indicator-icon"]),
2928
2928
  style: b1(c.value)
2929
2929
  }, null, 6));
@@ -3291,7 +3291,7 @@ const dT = Rz(
3291
3291
  default: K0(() => [
3292
3292
  Z0(QY, { style: { "min-width": "150px" } }, {
3293
3293
  default: K0(() => [
3294
- (I(!0), j(m1, null, R1(z.value, (o) => vl((I(), x0(HY, {
3294
+ (I(!0), C(m1, null, R1(z.value, (o) => vl((I(), x0(HY, {
3295
3295
  clickable: "",
3296
3296
  onClick: (s) => o.onClick ? o.onClick() : c("onItemClick", o),
3297
3297
  disable: o.disabled
@@ -3307,7 +3307,7 @@ const dT = Rz(
3307
3307
  key: 0,
3308
3308
  name: o.icon,
3309
3309
  size: "xs"
3310
- }, null, 8, ["name"])) : o.color ? (I(), j("div", zT, [
3310
+ }, null, 8, ["name"])) : o.color ? (I(), C("div", zT, [
3311
3311
  Z0(e, {
3312
3312
  color: o.color
3313
3313
  }, null, 8, ["color"])
@@ -3364,9 +3364,9 @@ const dT = Rz(
3364
3364
  return i.value ?? (((N = e.value) == null ? void 0 : N.color) || z.value[Number(c.value)]);
3365
3365
  }
3366
3366
  );
3367
- return (N, h) => (I(), j("div", aT, [
3367
+ return (N, h) => (I(), C("div", aT, [
3368
3368
  Z0(Ko, { color: s.value }, null, 8, ["color"]),
3369
- C("span", {
3369
+ j("span", {
3370
3370
  style: b1(N.sm ? "font-size: 12px" : ""),
3371
3371
  class: ob(`indicator-label ${N.textClassName}`)
3372
3372
  }, a0(o.value), 7)
@@ -3381,7 +3381,7 @@ const dT = Rz(
3381
3381
  const l = W0(null), c = b;
3382
3382
  return r0([() => c.section, l], ([d, z]) => {
3383
3383
  d && z && z.appendChild(d);
3384
- }), (d, z) => (I(), j("div", {
3384
+ }), (d, z) => (I(), C("div", {
3385
3385
  ref_key: "container",
3386
3386
  ref: l
3387
3387
  }, null, 512));
@@ -3403,14 +3403,14 @@ const dT = Rz(
3403
3403
  }, oT = {
3404
3404
  key: 1,
3405
3405
  style: { width: "50px", height: "50px", background: "rgba(0, 0, 0, 0.4)", color: "#ffffff", "font-size": "16px", "border-radius": "50%", display: "flex", "justify-content": "center", "align-items": "center" }
3406
- }, nT = /* @__PURE__ */ C("svg", {
3406
+ }, nT = /* @__PURE__ */ j("svg", {
3407
3407
  width: "24",
3408
3408
  height: "24",
3409
3409
  viewBox: "0 0 24 24",
3410
3410
  fill: "none",
3411
3411
  xmlns: "http://www.w3.org/2000/svg"
3412
3412
  }, [
3413
- /* @__PURE__ */ C("path", {
3413
+ /* @__PURE__ */ j("path", {
3414
3414
  "fill-rule": "evenodd",
3415
3415
  "clip-rule": "evenodd",
3416
3416
  d: "M11.0001 22.2877H13.0001V7.80237L16.2428 11.045L17.657 9.63079L12.0001 3.97394L6.34326 9.63079L7.75748 11.045L11.0001 7.80236V22.2877ZM18 3H6V1H18V3Z",
@@ -3587,16 +3587,16 @@ const dT = Rz(
3587
3587
  (m0) => {
3588
3588
  c("onPageChange", m0);
3589
3589
  }
3590
- ), (m0, B) => (I(), j("div", ZT, [
3591
- C("div", WT, [
3592
- C("div", {
3590
+ ), (m0, B) => (I(), C("div", ZT, [
3591
+ j("div", WT, [
3592
+ j("div", {
3593
3593
  ref_key: "scroller",
3594
3594
  ref: T,
3595
3595
  class: "pdf-vue3-scroller",
3596
3596
  style: b1([{ height: "100%", "overflow-y": "auto" }, { maxHeight: `${v.value}px` }]),
3597
3597
  onScroll: F
3598
3598
  }, [
3599
- C("div", {
3599
+ j("div", {
3600
3600
  class: "pdf-vue3-canvas-container",
3601
3601
  ref_key: "container",
3602
3602
  ref: A,
@@ -3604,7 +3604,7 @@ const dT = Rz(
3604
3604
  width: isNaN(Number(d.pdfWidth)) ? d.pdfWidth : `${d.pdfWidth}px`
3605
3605
  }])
3606
3606
  }, [
3607
- (I(!0), j(m1, null, R1(m.value, (h0) => (I(), j("canvas", {
3607
+ (I(!0), C(m1, null, R1(m.value, (h0) => (I(), C("canvas", {
3608
3608
  style: b1([{ display: "block", "box-shadow": "#a9a9a9 0px 1px 3px 0px", "margin-left": "auto", "margin-right": "auto", width: "calc(100% - 4px)" }, {
3609
3609
  marginBottom: `${Z.value}px`
3610
3610
  }]),
@@ -3615,11 +3615,11 @@ const dT = Rz(
3615
3615
  ], 4)
3616
3616
  ], 36)
3617
3617
  ]),
3618
- d.showProgress ? (I(), j("div", sT, [
3618
+ d.showProgress ? (I(), C("div", sT, [
3619
3619
  f(e).progress ? tb(m0.$slots, "progress", {
3620
3620
  key: 0,
3621
3621
  loadRatio: s.value
3622
- }) : (I(), j("div", {
3622
+ }) : (I(), C("div", {
3623
3623
  key: 1,
3624
3624
  style: b1([{ width: "0%", height: "4px", transition: "all 0.2s" }, {
3625
3625
  width: `${s.value}%`,
@@ -3628,17 +3628,17 @@ const dT = Rz(
3628
3628
  }])
3629
3629
  }, null, 4))
3630
3630
  ])) : e0("", !0),
3631
- d.showPageTooltip ? (I(), j("div", eT, [
3631
+ d.showPageTooltip ? (I(), C("div", eT, [
3632
3632
  f(e).pageTooltip ? tb(m0.$slots, "pageTooltip", {
3633
3633
  key: 0,
3634
3634
  currentPage: u.value,
3635
3635
  totalPages: m.value
3636
- }) : (I(), j("div", {
3636
+ }) : (I(), C("div", {
3637
3637
  key: 1,
3638
3638
  style: b1([{ padding: "4px 8px", background: "rgba(0, 0, 0, 0.5)", color: "#ffffff", "font-size": "16px", "border-radius": "6px", display: "inline-block", transition: "opacity 0.3s" }, { opacity: _.value && m.value > 0 ? "1" : "0" }])
3639
3639
  }, a0(u.value) + "/" + a0(m.value), 5))
3640
3640
  ])) : e0("", !0),
3641
- d.showBackToTopBtn ? (I(), j("div", {
3641
+ d.showBackToTopBtn ? (I(), C("div", {
3642
3642
  key: 2,
3643
3643
  class: "pdf-vue3-backToTopBtn",
3644
3644
  onClick: R0,
@@ -3650,7 +3650,7 @@ const dT = Rz(
3650
3650
  f(e).backToTopBtn ? tb(m0.$slots, "backToTopBtn", {
3651
3651
  key: 0,
3652
3652
  scrollOffset: L.value
3653
- }) : (I(), j("div", oT, uT))
3653
+ }) : (I(), C("div", oT, uT))
3654
3654
  ], 4)) : e0("", !0)
3655
3655
  ]));
3656
3656
  }
@@ -3688,7 +3688,7 @@ const dT = Rz(
3688
3688
  };
3689
3689
  return (e, o) => {
3690
3690
  const s = yM("VueSignaturePad");
3691
- return I(), j("div", {
3691
+ return I(), C("div", {
3692
3692
  class: "pdf-container",
3693
3693
  onPointermove: Z
3694
3694
  }, [
@@ -3699,7 +3699,7 @@ const dT = Rz(
3699
3699
  ref: "pdfRef",
3700
3700
  onOnPdfInit: i
3701
3701
  }, null, 8, ["src"]),
3702
- d.value ? (I(), j("div", {
3702
+ d.value ? (I(), C("div", {
3703
3703
  key: 0,
3704
3704
  class: "signature",
3705
3705
  style: b1({
@@ -3714,7 +3714,7 @@ const dT = Rz(
3714
3714
  ref: c
3715
3715
  }, null, 512)
3716
3716
  ], 4)) : e0("", !0),
3717
- C("div", OT, [
3717
+ j("div", OT, [
3718
3718
  Z0(b2, {
3719
3719
  size: "lg",
3720
3720
  round: "",
@@ -9389,23 +9389,23 @@ const IT = { class: "card" }, rT = {
9389
9389
  }).format(a) : i === "percentage" ? `${a} %` : a : a;
9390
9390
  }
9391
9391
  const z = I2("editable");
9392
- return (a, i) => (I(), j("div", IT, [
9393
- a.card.title || a.card.subtitle ? (I(), j("div", rT, [
9394
- a.card.title ? (I(), j("h3", {
9392
+ return (a, i) => (I(), C("div", IT, [
9393
+ a.card.title || a.card.subtitle ? (I(), C("div", rT, [
9394
+ a.card.title ? (I(), C("h3", {
9395
9395
  key: 0,
9396
9396
  contenteditable: f(z)
9397
9397
  }, a0(a.card.title), 9, ST)) : e0("", !0)
9398
9398
  ])) : e0("", !0),
9399
- C("div", wT, [
9400
- (I(!0), j(m1, null, R1(a.card.fields, (Z, e) => (I(), j("div", {
9399
+ j("div", wT, [
9400
+ (I(!0), C(m1, null, R1(a.card.fields, (Z, e) => (I(), C("div", {
9401
9401
  key: e,
9402
9402
  class: "card-field"
9403
9403
  }, [
9404
- C("span", {
9404
+ j("span", {
9405
9405
  contenteditable: f(z),
9406
9406
  class: "field-label"
9407
9407
  }, a0(Z.label), 9, AT),
9408
- C("span", {
9408
+ j("span", {
9409
9409
  contenteditable: f(z),
9410
9410
  class: "field-value"
9411
9411
  }, a0(c(Z)), 9, DT)
@@ -9438,11 +9438,11 @@ const UT = /* @__PURE__ */ C0({
9438
9438
  const l = b, { data: c } = Bz(l.id, {});
9439
9439
  return (d, z) => {
9440
9440
  var a;
9441
- return I(), j("div", {
9441
+ return I(), C("div", {
9442
9442
  class: "card-section",
9443
9443
  style: b1(((a = d.styles) == null ? void 0 : a.cssRaw) || "")
9444
9444
  }, [
9445
- (I(!0), j(m1, null, R1(d.content.cards, (i, Z) => (I(), x0(kT, {
9445
+ (I(!0), C(m1, null, R1(d.content.cards, (i, Z) => (I(), x0(kT, {
9446
9446
  key: Z,
9447
9447
  card: i,
9448
9448
  data: f(c)
@@ -9463,11 +9463,11 @@ const UT = /* @__PURE__ */ C0({
9463
9463
  },
9464
9464
  setup(b) {
9465
9465
  const l = b, { content: c, styles: d } = s2(l);
9466
- return Bz(l.id, {}), (z, a) => (I(), j("div", {
9466
+ return Bz(l.id, {}), (z, a) => (I(), C("div", {
9467
9467
  style: b1({ justifyContent: f(c).align }),
9468
9468
  class: "img-container"
9469
9469
  }, [
9470
- C("img", {
9470
+ j("img", {
9471
9471
  src: f(c).src,
9472
9472
  alt: f(c).alt,
9473
9473
  style: b1({ width: f(c).width, height: f(c).height })
@@ -9638,8 +9638,8 @@ const _T = {
9638
9638
  [c.id]: d.value
9639
9639
  }
9640
9640
  };
9641
- }), (z, a) => (I(), j("div", by, [
9642
- C("div", ly, [
9641
+ }), (z, a) => (I(), C("div", by, [
9642
+ j("div", ly, [
9643
9643
  Z0(Qs, {
9644
9644
  modelValue: d.value,
9645
9645
  "onUpdate:modelValue": a[0] || (a[0] = (i) => d.value = i),
@@ -9704,10 +9704,10 @@ const py = { class: "section" }, ay = { key: 0 }, iy = {
9704
9704
  };
9705
9705
  return (L, O) => {
9706
9706
  const T = yM("VueSignaturePad");
9707
- return I(), j("div", py, [
9708
- z.value ? (I(), j("div", ay, [
9709
- Z.value ? (I(), j("div", iy, [
9710
- C("div", ty, [
9707
+ return I(), C("div", py, [
9708
+ z.value ? (I(), C("div", ay, [
9709
+ Z.value ? (I(), C("div", iy, [
9710
+ j("div", ty, [
9711
9711
  Z0(T, {
9712
9712
  width: f(e).lt.md ? "100vw" : "auto",
9713
9713
  height: "180px",
@@ -9715,7 +9715,7 @@ const py = { class: "section" }, ay = { key: 0 }, iy = {
9715
9715
  ref: a
9716
9716
  }, null, 8, ["width"])
9717
9717
  ]),
9718
- C("div", Zy, [
9718
+ j("div", Zy, [
9719
9719
  Z0(b2, {
9720
9720
  unelevated: "",
9721
9721
  outline: "",
@@ -9750,12 +9750,12 @@ const py = { class: "section" }, ay = { key: 0 }, iy = {
9750
9750
  __: [2]
9751
9751
  })
9752
9752
  ])
9753
- ])) : (I(), j("div", Wy, [
9754
- C("img", {
9753
+ ])) : (I(), C("div", Wy, [
9754
+ j("img", {
9755
9755
  src: i.value,
9756
9756
  height: "140"
9757
9757
  }, null, 8, sy),
9758
- C("div", ey, [
9758
+ j("div", ey, [
9759
9759
  Z0(b2, { onClick: h }, {
9760
9760
  default: K0(() => [
9761
9761
  P0(a0(i.value ? "Volver a firmar" : "Firmar"), 1)
@@ -9764,7 +9764,7 @@ const py = { class: "section" }, ay = { key: 0 }, iy = {
9764
9764
  })
9765
9765
  ])
9766
9766
  ]))
9767
- ])) : (I(), j("div", oy, "[FIRMA]"))
9767
+ ])) : (I(), C("div", oy, "[FIRMA]"))
9768
9768
  ]);
9769
9769
  };
9770
9770
  }
@@ -9779,27 +9779,27 @@ const py = { class: "section" }, ay = { key: 0 }, iy = {
9779
9779
  const l = b, { columns: c } = s2(l.content), { data: d } = Bz(l.id, []), z = y(() => [...d.value[l.content.rowsKey] || []]), a = I2("editable");
9780
9780
  return (i, Z) => {
9781
9781
  var e;
9782
- return I(), j("table", {
9782
+ return I(), C("table", {
9783
9783
  style: b1("width: 100%;" + ((e = i.styles) == null ? void 0 : e.cssRaw) || ""),
9784
9784
  class: "table-section"
9785
9785
  }, [
9786
- C("thead", null, [
9787
- C("tr", null, [
9788
- (I(!0), j(m1, null, R1(f(c), (o) => (I(), j("th", {
9786
+ j("thead", null, [
9787
+ j("tr", null, [
9788
+ (I(!0), C(m1, null, R1(f(c), (o) => (I(), C("th", {
9789
9789
  key: o.key,
9790
9790
  style: b1({ textAlign: o.align || "left" }),
9791
9791
  contenteditable: f(a)
9792
9792
  }, a0(o.header), 13, my))), 128))
9793
9793
  ])
9794
9794
  ]),
9795
- C("tbody", null, [
9796
- (I(!0), j(m1, null, R1(z.value, (o, s) => (I(), j("tr", {
9795
+ j("tbody", null, [
9796
+ (I(!0), C(m1, null, R1(z.value, (o, s) => (I(), C("tr", {
9797
9797
  key: s,
9798
9798
  style: b1({
9799
9799
  backgroundColor: s % 2 === 0 ? Ny : "transparent"
9800
9800
  })
9801
9801
  }, [
9802
- (I(!0), j(m1, null, R1(f(c), (N) => (I(), j("td", {
9802
+ (I(!0), C(m1, null, R1(f(c), (N) => (I(), C("td", {
9803
9803
  key: N.key,
9804
9804
  style: b1({
9805
9805
  textAlign: N.align || "left"
@@ -9868,9 +9868,9 @@ const py = { class: "section" }, ay = { key: 0 }, iy = {
9868
9868
  `);
9869
9869
  return (N, h) => {
9870
9870
  var m;
9871
- return I(), j("div", Yy, [
9872
- f(a) ? (I(), j("div", Ty, [
9873
- C("div", yy, [
9871
+ return I(), C("div", Yy, [
9872
+ f(a) ? (I(), C("div", Ty, [
9873
+ j("div", yy, [
9874
9874
  Z0(b2, {
9875
9875
  size: "sm",
9876
9876
  round: "",
@@ -9891,30 +9891,30 @@ const py = { class: "section" }, ay = { key: 0 }, iy = {
9891
9891
  })
9892
9892
  ])
9893
9893
  ])) : e0("", !0),
9894
- C("div", {
9894
+ j("div", {
9895
9895
  style: b1(((m = N.styles) == null ? void 0 : m.cssRaw) || "")
9896
9896
  }, [
9897
- (I(!0), j(m1, null, R1(z.value, ({ type: u, text: L, align: O, sourceCollection: T, styles: A }, S) => (I(), j("div", {
9897
+ (I(!0), C(m1, null, R1(z.value, ({ type: u, text: L, align: O, sourceCollection: T, styles: A }, S) => (I(), C("div", {
9898
9898
  style: b1({ textAlign: O || "left" })
9899
9899
  }, [
9900
- u === "title" ? (I(), j("h1", {
9900
+ u === "title" ? (I(), C("h1", {
9901
9901
  key: 0,
9902
9902
  contenteditable: f(a),
9903
9903
  style: b1(A || {})
9904
9904
  }, a0(i(L, null)), 13, Vy)) : e0("", !0),
9905
- u === "subtitle" ? (I(), j("h2", {
9905
+ u === "subtitle" ? (I(), C("h2", {
9906
9906
  key: 1,
9907
9907
  contenteditable: f(a),
9908
9908
  style: b1(A || {})
9909
9909
  }, a0(i(L, null)), 13, Ry)) : e0("", !0),
9910
- u === "paragraph" ? (I(!0), j(m1, { key: 2 }, R1(T ? f(c)[T] : [null], (x) => (I(), j("div", Iy, [
9911
- (I(!0), j(m1, null, R1(s(
9910
+ u === "paragraph" ? (I(!0), C(m1, { key: 2 }, R1(T ? f(c)[T] : [null], (x) => (I(), C("div", Iy, [
9911
+ (I(!0), C(m1, null, R1(s(
9912
9912
  i(L, x, T)
9913
- ), (V) => (I(), j("p", {
9913
+ ), (V) => (I(), C("p", {
9914
9914
  contenteditable: f(a),
9915
9915
  style: b1(A || {})
9916
9916
  }, a0(V), 13, ry))), 256)),
9917
- f(a) ? (I(), j("div", Sy, [
9917
+ f(a) ? (I(), C("div", Sy, [
9918
9918
  Z0(b2, {
9919
9919
  size: "sm",
9920
9920
  r: "",
@@ -9999,14 +9999,14 @@ const py = { class: "section" }, ay = { key: 0 }, iy = {
9999
9999
  s.splice(L, 0, { type: "html", section: u });
10000
10000
  }), s;
10001
10001
  }), Z = ((o = (e = d.value) == null ? void 0 : e.styles) == null ? void 0 : o.cssRaw) || "";
10002
- return (s, N) => (I(), j("div", {
10002
+ return (s, N) => (I(), C("div", {
10003
10003
  class: "sections-container",
10004
10004
  style: b1(f(Z))
10005
10005
  }, [
10006
10006
  s.pdf ? (I(), x0(GT, {
10007
10007
  key: 0,
10008
10008
  pdf: s.pdf
10009
- }, null, 8, ["pdf"])) : (I(!0), j(m1, { key: 1 }, R1(i.value, ({ type: h, section: m }) => (I(), j(m1, null, [
10009
+ }, null, 8, ["pdf"])) : (I(!0), C(m1, { key: 1 }, R1(i.value, ({ type: h, section: m }) => (I(), C(m1, null, [
10010
10010
  h === "default" ? (I(), x0(Cy, {
10011
10011
  key: 0,
10012
10012
  section: m
@@ -10230,12 +10230,12 @@ const py = { class: "section" }, ay = { key: 0 }, iy = {
10230
10230
  flags: {}
10231
10231
  },
10232
10232
  setup(b) {
10233
- return (l, c) => (I(!0), j(m1, null, R1(l.flags, (d, z) => (I(), j("span", {
10233
+ return (l, c) => (I(!0), C(m1, null, R1(l.flags, (d, z) => (I(), C("span", {
10234
10234
  key: z,
10235
10235
  style: { "margin-right": "6px" }
10236
10236
  }, [
10237
- C("div", Py, [
10238
- C("img", {
10237
+ j("div", Py, [
10238
+ j("img", {
10239
10239
  src: d.image,
10240
10240
  alt: d.name,
10241
10241
  class: "flag"
@@ -10293,65 +10293,57 @@ const py = { class: "section" }, ay = { key: 0 }, iy = {
10293
10293
  );
10294
10294
  return (Z, e) => {
10295
10295
  var o;
10296
- return I(), j("div", Qy, [
10297
- Z.table ? (I(), j("table", qy, [
10298
- C("tbody", null, [
10299
- i.value.length ? (I(), j("tr", _y, [
10300
- e[0] || (e[0] = C("td", { class: "label" }, [
10301
- C("b", null, "Idiomas")
10302
- ], -1)),
10303
- C("td", null, [
10296
+ return I(), C("div", Qy, [
10297
+ Z.table ? (I(), C("table", qy, [
10298
+ j("tbody", null, [
10299
+ i.value.length ? (I(), C("tr", _y, [
10300
+ e[0] || (e[0] = j("td", { class: "label" }, "Idiomas", -1)),
10301
+ j("td", null, [
10304
10302
  Z0($s, { flags: i.value }, null, 8, ["flags"])
10305
10303
  ])
10306
10304
  ])) : e0("", !0),
10307
- C("tr", null, [
10308
- e[1] || (e[1] = C("td", { class: "label" }, [
10309
- C("b", null, "Años de experiencia")
10310
- ], -1)),
10311
- C("td", null, a0(a.value), 1)
10305
+ j("tr", null, [
10306
+ e[1] || (e[1] = j("td", { class: "label" }, "Años de experiencia", -1)),
10307
+ j("td", null, a0(a.value), 1)
10312
10308
  ]),
10313
- d.value.length ? (I(), j("tr", $y, [
10314
- e[2] || (e[2] = C("td", { class: "label" }, [
10315
- C("b", null, "Especialización")
10316
- ], -1)),
10317
- C("td", null, [
10318
- (I(!0), j(m1, null, R1(d.value, (s, N) => (I(), j("span", {
10309
+ d.value.length ? (I(), C("tr", $y, [
10310
+ e[2] || (e[2] = j("td", { class: "label" }, "Especialización", -1)),
10311
+ j("td", null, [
10312
+ (I(!0), C(m1, null, R1(d.value, (s, N) => (I(), C("span", {
10319
10313
  key: "esp-" + N
10320
10314
  }, [
10321
10315
  P0(a0(s), 1),
10322
- N < d.value.length - 1 ? (I(), j("span", bV, ", ")) : e0("", !0)
10316
+ N < d.value.length - 1 ? (I(), C("span", bV, ", ")) : e0("", !0)
10323
10317
  ]))), 128))
10324
10318
  ])
10325
10319
  ])) : e0("", !0),
10326
- z.value.length ? (I(), j("tr", lV, [
10327
- e[3] || (e[3] = C("td", { class: "label" }, [
10328
- C("b", null, "Especialización de residencia")
10329
- ], -1)),
10330
- C("td", null, [
10331
- (I(!0), j(m1, null, R1(z.value, (s, N) => (I(), j("span", {
10320
+ z.value.length ? (I(), C("tr", lV, [
10321
+ e[3] || (e[3] = j("td", { class: "label" }, "Especialización de residencia", -1)),
10322
+ j("td", null, [
10323
+ (I(!0), C(m1, null, R1(z.value, (s, N) => (I(), C("span", {
10332
10324
  key: "espres-" + N
10333
10325
  }, [
10334
10326
  P0(a0(s), 1),
10335
- N < z.value.length - 1 ? (I(), j("span", cV, ", ")) : e0("", !0)
10327
+ N < z.value.length - 1 ? (I(), C("span", cV, ", ")) : e0("", !0)
10336
10328
  ]))), 128))
10337
10329
  ])
10338
10330
  ])) : e0("", !0)
10339
10331
  ])
10340
- ])) : (I(), j("div", MV, [
10341
- (o = i.value) != null && o.length ? (I(), j("div", dV, [
10342
- e[4] || (e[4] = C("div", { class: "q-mr-sm" }, "Idiomas:", -1)),
10332
+ ])) : (I(), C("div", MV, [
10333
+ (o = i.value) != null && o.length ? (I(), C("div", dV, [
10334
+ e[4] || (e[4] = j("div", { class: "q-mr-sm" }, "Idiomas:", -1)),
10343
10335
  Z0($s, { flags: i.value }, null, 8, ["flags"])
10344
10336
  ])) : e0("", !0),
10345
- e[5] || (e[5] = C("div", null, "Especializado en:", -1)),
10346
- C("ul", null, [
10347
- (I(!0), j(m1, null, R1(d.value, (s) => (I(), j("li", null, a0(s), 1))), 256)),
10348
- (I(!0), j(m1, null, R1(z.value, (s) => (I(), j("li", null, a0(s), 1))), 256))
10337
+ e[5] || (e[5] = j("div", null, "Especializado en:", -1)),
10338
+ j("ul", null, [
10339
+ (I(!0), C(m1, null, R1(d.value, (s) => (I(), C("li", null, a0(s), 1))), 256)),
10340
+ (I(!0), C(m1, null, R1(z.value, (s) => (I(), C("li", null, a0(s), 1))), 256))
10349
10341
  ])
10350
10342
  ]))
10351
10343
  ]);
10352
10344
  };
10353
10345
  }
10354
- }), rn = /* @__PURE__ */ O1(zV, [["__scopeId", "data-v-42ede70d"]]), pV = /* @__PURE__ */ C0({
10346
+ }), rn = /* @__PURE__ */ O1(zV, [["__scopeId", "data-v-9c0e3889"]]), pV = /* @__PURE__ */ C0({
10355
10347
  __name: "PublicToggleButton",
10356
10348
  props: {
10357
10349
  public: { type: Boolean },
@@ -10467,12 +10459,12 @@ const py = { class: "section" }, ay = { key: 0 }, iy = {
10467
10459
  default: K0(() => {
10468
10460
  var A, S, x;
10469
10461
  return [
10470
- C("div", aV, [
10471
- C("div", iV, [
10472
- C("div", tV, [
10473
- (I(!0), j(m1, null, R1(m.value, (V) => (I(), x0(qz, { tag: V }, null, 8, ["tag"]))), 256))
10462
+ j("div", aV, [
10463
+ j("div", iV, [
10464
+ j("div", tV, [
10465
+ (I(!0), C(m1, null, R1(m.value, (V) => (I(), x0(qz, { tag: V }, null, 8, ["tag"]))), 256))
10474
10466
  ]),
10475
- e.value ? (I(), j("div", ZV, [
10467
+ e.value ? (I(), C("div", ZV, [
10476
10468
  P0(a0((A = L.value) != null && A.length ? u.value : 0) + "/" + a0(((S = L.value) == null ? void 0 : S.length) || 0) + " ", 1),
10477
10469
  Z0(V1, {
10478
10470
  name: "sym_o_image",
@@ -10488,7 +10480,7 @@ const py = { class: "section" }, ay = { key: 0 }, iy = {
10488
10480
  height: O.imageHeight,
10489
10481
  "border-radius": O.unelevated ? O.borderRadius : "0px"
10490
10482
  }, null, 8, ["items", "modelValue", "height", "border-radius"]),
10491
- Z.value ? (I(), j("div", WV, [
10483
+ Z.value ? (I(), C("div", WV, [
10492
10484
  Z0(pV, {
10493
10485
  public: (x = o.value) == null ? void 0 : x.PUBLICO,
10494
10486
  onChangePublic: T[1] || (T[1] = (V) => {
@@ -10505,30 +10497,30 @@ const py = { class: "section" }, ay = { key: 0 }, iy = {
10505
10497
  default: K0(() => {
10506
10498
  var V, E, v, _, U, F;
10507
10499
  return [
10508
- C("div", null, [
10509
- C("div", sV, [
10510
- C("div", eV, a0(N.value), 1),
10500
+ j("div", null, [
10501
+ j("div", sV, [
10502
+ j("div", eV, a0(N.value), 1),
10511
10503
  (V = f(z)) != null && V.R_ESTADO ? (I(), x0(fc, {
10512
10504
  key: 0,
10513
10505
  label: (v = (E = f(z)) == null ? void 0 : E.R_ESTADO) == null ? void 0 : v.NAME,
10514
10506
  color: (U = (_ = f(z)) == null ? void 0 : _.R_ESTADO) == null ? void 0 : U.COLOR
10515
10507
  }, null, 8, ["label", "color"])) : e0("", !0)
10516
10508
  ]),
10517
- s.value ? (I(), j("div", oV, [
10509
+ s.value ? (I(), C("div", oV, [
10518
10510
  Z0(V1, { name: "sym_o_location_on" }),
10519
- C("div", nV, a0(s.value), 1)
10511
+ j("div", nV, a0(s.value), 1)
10520
10512
  ])) : e0("", !0),
10521
- C("div", uV, [
10522
- C("div", mV, [
10523
- h.value ? (I(), j("span", {
10513
+ j("div", uV, [
10514
+ j("div", mV, [
10515
+ h.value ? (I(), C("span", {
10524
10516
  key: 0,
10525
10517
  class: "description",
10526
10518
  style: b1({
10527
10519
  lineClamp: O.descriptionLines,
10528
10520
  WebkitLineClamp: O.descriptionLines
10529
10521
  })
10530
- }, a0(h.value || "~"), 5)) : (I(), j("span", OV, T[3] || (T[3] = [
10531
- C("i", null, "Sin descripción", -1)
10522
+ }, a0(h.value || "~"), 5)) : (I(), C("span", OV, T[3] || (T[3] = [
10523
+ j("i", null, "Sin descripción", -1)
10532
10524
  ])))
10533
10525
  ]),
10534
10526
  Z0(rn, {
@@ -13516,8 +13508,8 @@ const KM = HV({
13516
13508
  const L = Number(u.CANTIDAD || 0);
13517
13509
  return Number(((A = u.DETALLE) == null ? void 0 : A.PRECIO) || 0) * L;
13518
13510
  };
13519
- return (u, L) => (I(), j("div", null, [
13520
- s.value ? (I(), j("div", {
13511
+ return (u, L) => (I(), C("div", null, [
13512
+ s.value ? (I(), C("div", {
13521
13513
  key: 0,
13522
13514
  class: ob([
13523
13515
  "strikethrough",
@@ -13525,7 +13517,7 @@ const KM = HV({
13525
13517
  "text-grey-7"
13526
13518
  ])
13527
13519
  }, a0(f(P1.toCurrency)(e.value)), 3)) : e0("", !0),
13528
- C("div", {
13520
+ j("div", {
13529
13521
  class: ob(f(c) === "small" ? "price" : "text-h4")
13530
13522
  }, [
13531
13523
  P0(a0(Z.value) + " ", 1),
@@ -13541,7 +13533,7 @@ const KM = HV({
13541
13533
  _: 1
13542
13534
  }, 8, ["class"])) : e0("", !0)
13543
13535
  ], 2),
13544
- C("span", QV, a0(i.value ? "IVA incluido" : "IVA no incluido"), 1)
13536
+ j("span", QV, a0(i.value ? "IVA incluido" : "IVA no incluido"), 1)
13545
13537
  ]));
13546
13538
  }
13547
13539
  }), $i = /* @__PURE__ */ O1(qV, [["__scopeId", "data-v-180508ae"]]);
@@ -13806,23 +13798,23 @@ const va = ["sm", "md", "lg", "xl"], { passive: oe } = ub, Cn = eL({
13806
13798
  });
13807
13799
  return (m, u) => {
13808
13800
  var L, O, T, A, S, x, V, E, v, _, U, F, b0, k, d0, J, i0, t0, y0;
13809
- return I(), j("div", _V, [
13810
- C("div", {
13801
+ return I(), C("div", _V, [
13802
+ j("div", {
13811
13803
  class: "q-mt-md row text-black justify-start",
13812
13804
  style: b1(`font-size: ${m.lite ? "15px" : "16px"}`)
13813
13805
  }, [
13814
- (I(!0), j(m1, null, R1(N.value, (s0, R0) => (I(), j("div", {
13806
+ (I(!0), C(m1, null, R1(N.value, (s0, R0) => (I(), C("div", {
13815
13807
  key: R0,
13816
13808
  class: ob(
13817
13809
  m.lite ? R0 % 2 ? "col-md-5 text-left col-6" : "col-md-7 text-left col-6" : "col-md-6 col-12 flex items-center"
13818
13810
  )
13819
13811
  }, [
13820
- C("span", null, [
13812
+ j("span", null, [
13821
13813
  Z0(V1, {
13822
13814
  size: "xs",
13823
13815
  name: s0.icon
13824
13816
  }, null, 8, ["name"]),
13825
- C("span", $V, a0(s0.value), 1),
13817
+ j("span", $V, a0(s0.value), 1),
13826
13818
  Z0(kb, null, {
13827
13819
  default: K0(() => [
13828
13820
  P0(a0(s0.label), 1)
@@ -13832,86 +13824,86 @@ const va = ["sm", "md", "lg", "xl"], { passive: oe } = ub, Cn = eL({
13832
13824
  ])
13833
13825
  ], 2))), 128))
13834
13826
  ], 4),
13835
- m.lite ? e0("", !0) : (I(), j(m1, { key: 0 }, [
13836
- (L = f(c)) != null && L.consumo_maximo_w || (O = f(c)) != null && O.consumo_medio_w ? (I(), j("div", bR, [
13837
- (T = f(c)) != null && T.consumo_medio_w ? (I(), j("div", lR, [
13827
+ m.lite ? e0("", !0) : (I(), C(m1, { key: 0 }, [
13828
+ (L = f(c)) != null && L.consumo_maximo_w || (O = f(c)) != null && O.consumo_medio_w ? (I(), C("div", bR, [
13829
+ (T = f(c)) != null && T.consumo_medio_w ? (I(), C("div", lR, [
13838
13830
  Z0(V1, {
13839
13831
  color: "green",
13840
13832
  name: "sym_o_flash_on",
13841
13833
  class: "q-mr-xs",
13842
13834
  size: "18px"
13843
13835
  }),
13844
- C("div", null, [
13836
+ j("div", null, [
13845
13837
  u[0] || (u[0] = P0(" Consumo medio: ")),
13846
- C("span", cR, a0((A = f(c)) == null ? void 0 : A.consumo_medio_w), 1)
13838
+ j("span", cR, a0((A = f(c)) == null ? void 0 : A.consumo_medio_w), 1)
13847
13839
  ])
13848
13840
  ])) : e0("", !0),
13849
- (S = f(c)) != null && S.consumo_maximo_w ? (I(), j("div", MR, [
13841
+ (S = f(c)) != null && S.consumo_maximo_w ? (I(), C("div", MR, [
13850
13842
  Z0(V1, {
13851
13843
  color: "green",
13852
13844
  name: "sym_o_flash_on",
13853
13845
  class: "q-mr-xs",
13854
13846
  size: "18px"
13855
13847
  }),
13856
- C("div", null, [
13848
+ j("div", null, [
13857
13849
  u[1] || (u[1] = P0(" Consumo máximo: ")),
13858
- C("span", dR, a0((x = f(c)) == null ? void 0 : x.consumo_maximo_w), 1)
13850
+ j("span", dR, a0((x = f(c)) == null ? void 0 : x.consumo_maximo_w), 1)
13859
13851
  ])
13860
13852
  ])) : e0("", !0)
13861
13853
  ])) : e0("", !0),
13862
- C("div", zR, [
13863
- h.value ? (I(), j("div", pR, [
13854
+ j("div", zR, [
13855
+ h.value ? (I(), C("div", pR, [
13864
13856
  u[2] || (u[2] = P0(" Distancia recomendada: ")),
13865
- C("span", aR, "a partir de " + a0(h.value) + " m", 1)
13857
+ j("span", aR, "a partir de " + a0(h.value) + " m", 1)
13866
13858
  ])) : e0("", !0),
13867
- (V = f(c)) != null && V.serie ? (I(), j("div", iR, [
13859
+ (V = f(c)) != null && V.serie ? (I(), C("div", iR, [
13868
13860
  u[3] || (u[3] = P0(" Serie: ")),
13869
- C("span", tR, a0(a("serie")), 1)
13861
+ j("span", tR, a0(a("serie")), 1)
13870
13862
  ])) : e0("", !0),
13871
- (E = f(c)) != null && E.material ? (I(), j("div", ZR, [
13863
+ (E = f(c)) != null && E.material ? (I(), C("div", ZR, [
13872
13864
  u[4] || (u[4] = P0(" Material: ")),
13873
- C("span", WR, a0(a("material")), 1)
13865
+ j("span", WR, a0(a("material")), 1)
13874
13866
  ])) : e0("", !0),
13875
- (v = f(c)) != null && v.usos_habituales && f(c1.isArray)((_ = f(c)) == null ? void 0 : _.usos_habituales) ? (I(), j("div", sR, [
13867
+ (v = f(c)) != null && v.usos_habituales && f(c1.isArray)((_ = f(c)) == null ? void 0 : _.usos_habituales) ? (I(), C("div", sR, [
13876
13868
  u[5] || (u[5] = P0(" Usos habituales: ")),
13877
- C("span", eR, a0(a("usos_habituales")), 1)
13869
+ j("span", eR, a0(a("usos_habituales")), 1)
13878
13870
  ])) : e0("", !0),
13879
- (U = f(c)) != null && U.propositos_generales && f(c1.isArray)((F = f(c)) == null ? void 0 : F.propositos_generales) ? (I(), j("div", oR, [
13871
+ (U = f(c)) != null && U.propositos_generales && f(c1.isArray)((F = f(c)) == null ? void 0 : F.propositos_generales) ? (I(), C("div", oR, [
13880
13872
  u[6] || (u[6] = P0(" Propositos generales: ")),
13881
- C("span", nR, a0(a("propositos_generales")), 1)
13873
+ j("span", nR, a0(a("propositos_generales")), 1)
13882
13874
  ])) : e0("", !0),
13883
- (b0 = f(c)) != null && b0.controladoras_compatibles && f(c1.isArray)((k = f(c)) == null ? void 0 : k.controladoras_compatibles) ? (I(), j("div", uR, [
13875
+ (b0 = f(c)) != null && b0.controladoras_compatibles && f(c1.isArray)((k = f(c)) == null ? void 0 : k.controladoras_compatibles) ? (I(), C("div", uR, [
13884
13876
  u[7] || (u[7] = P0(" Controladoras compatibles: ")),
13885
- C("span", mR, a0(a("controladoras_compatibles")), 1)
13877
+ j("span", mR, a0(a("controladoras_compatibles")), 1)
13886
13878
  ])) : e0("", !0),
13887
- (d0 = f(c)) != null && d0.tipo_de_instalacion ? (I(), j("div", OR, [
13879
+ (d0 = f(c)) != null && d0.tipo_de_instalacion ? (I(), C("div", OR, [
13888
13880
  u[8] || (u[8] = P0(" Tipo de instalación: ")),
13889
- C("span", NR, a0(a("tipo_de_instalacion")), 1)
13881
+ j("span", NR, a0(a("tipo_de_instalacion")), 1)
13890
13882
  ])) : e0("", !0),
13891
- (J = f(c)) != null && J.tipo_servicio ? (I(), j("div", GR, [
13883
+ (J = f(c)) != null && J.tipo_servicio ? (I(), C("div", GR, [
13892
13884
  u[9] || (u[9] = P0(" Conexiones y acceso a componentes: ")),
13893
- C("span", XR, a0(a("tipo_servicio")), 1)
13885
+ j("span", XR, a0(a("tipo_servicio")), 1)
13894
13886
  ])) : e0("", !0)
13895
13887
  ]),
13896
- C("div", hR, [
13897
- ((i0 = f(c)) == null ? void 0 : i0.gob) == "si" ? (I(), j("div", LR, [
13888
+ j("div", hR, [
13889
+ ((i0 = f(c)) == null ? void 0 : i0.gob) == "si" ? (I(), C("div", LR, [
13898
13890
  Z0(V1, {
13899
13891
  color: "yellow-9",
13900
13892
  style: { "font-size": "20px" },
13901
13893
  name: "sym_o_verified_user"
13902
13894
  }),
13903
- C("div", YR, [
13895
+ j("div", YR, [
13904
13896
  u[10] || (u[10] = P0(" GOB ")),
13905
- ((t0 = f(c)) == null ? void 0 : t0.gob) == "si" ? (I(), j("span", TR, " (mayor resistencia a golpes, humedad y polvo.)")) : e0("", !0)
13897
+ ((t0 = f(c)) == null ? void 0 : t0.gob) == "si" ? (I(), C("span", TR, " (mayor resistencia a golpes, humedad y polvo.)")) : e0("", !0)
13906
13898
  ])
13907
13899
  ])) : e0("", !0),
13908
- (y0 = f(c)) != null && y0.proteccion_ip ? (I(), j("div", yR, [
13900
+ (y0 = f(c)) != null && y0.proteccion_ip ? (I(), C("div", yR, [
13909
13901
  Z0(V1, {
13910
13902
  color: "yellow-9",
13911
13903
  style: { "font-size": "20px" },
13912
13904
  name: "sym_o_verified_user"
13913
13905
  }),
13914
- C("div", VR, a0(a("proteccion_ip")), 1)
13906
+ j("div", VR, a0(a("proteccion_ip")), 1)
13915
13907
  ])) : e0("", !0)
13916
13908
  ])
13917
13909
  ], 64))
@@ -14041,15 +14033,15 @@ const va = ["sm", "md", "lg", "xl"], { passive: oe } = ub, Cn = eL({
14041
14033
  default: K0(() => {
14042
14034
  var E, v;
14043
14035
  return [
14044
- C("div", IR, [
14045
- C("div", rR, [
14046
- C("div", SR, [
14047
- o.value.PACK ? (I(), j("span", wR, " Pack " + a0(S()), 1)) : (I(), j("span", AR, a0(m.value), 1))
14036
+ j("div", IR, [
14037
+ j("div", rR, [
14038
+ j("div", SR, [
14039
+ o.value.PACK ? (I(), C("span", wR, " Pack " + a0(S()), 1)) : (I(), C("span", AR, a0(m.value), 1))
14048
14040
  ]),
14049
- C("div", DR, [
14050
- (I(!0), j(m1, null, R1(L.value, (_) => (I(), x0(qz, { tag: _ }, null, 8, ["tag"]))), 256))
14041
+ j("div", DR, [
14042
+ (I(!0), C(m1, null, R1(L.value, (_) => (I(), x0(qz, { tag: _ }, null, 8, ["tag"]))), 256))
14051
14043
  ]),
14052
- C("div", xR, [
14044
+ j("div", xR, [
14053
14045
  P0(a0((E = T.value) != null && E.length ? O.value : 0) + "/" + a0(((v = T.value) == null ? void 0 : v.length) || 0) + " ", 1),
14054
14046
  Z0(V1, {
14055
14047
  name: "sym_o_image",
@@ -14063,7 +14055,7 @@ const va = ["sm", "md", "lg", "xl"], { passive: oe } = ub, Cn = eL({
14063
14055
  modelValue: O.value,
14064
14056
  "onUpdate:modelValue": V[0] || (V[0] = (_) => O.value = _)
14065
14057
  }, null, 8, ["items", "modelValue"]),
14066
- e.value ? (I(), j("div", JR, [
14058
+ e.value ? (I(), C("div", JR, [
14067
14059
  Z0(RR, {
14068
14060
  public: o.value.PUBLICO,
14069
14061
  onChangePublic: V[1] || (V[1] = (_) => c("on-event", {
@@ -14077,25 +14069,25 @@ const va = ["sm", "md", "lg", "xl"], { passive: oe } = ub, Cn = eL({
14077
14069
  default: K0(() => {
14078
14070
  var _, U, F, b0, k, d0;
14079
14071
  return [
14080
- C("div", null, [
14081
- C("div", CR, [
14082
- C("div", jR, a0(N.value), 1),
14072
+ j("div", null, [
14073
+ j("div", CR, [
14074
+ j("div", jR, a0(N.value), 1),
14083
14075
  o.value.R_ESTADO ? (I(), x0(fc, {
14084
14076
  key: 0,
14085
14077
  label: (_ = o.value.R_ESTADO) == null ? void 0 : _.NAME,
14086
14078
  color: (U = o.value.R_ESTADO) == null ? void 0 : U.COLOR
14087
14079
  }, null, 8, ["label", "color"])) : e0("", !0)
14088
14080
  ]),
14089
- e.value && ((F = o.value.PROPS) != null && F.sku) ? (I(), j("div", kR, " SKU: " + a0(o.value.PROPS.sku), 1)) : e0("", !0),
14090
- C("div", UR, [
14091
- C("div", FR, [
14081
+ e.value && ((F = o.value.PROPS) != null && F.sku) ? (I(), C("div", kR, " SKU: " + a0(o.value.PROPS.sku), 1)) : e0("", !0),
14082
+ j("div", UR, [
14083
+ j("div", FR, [
14092
14084
  Z0($i, {
14093
14085
  product: o.value,
14094
14086
  size: "small"
14095
14087
  }, null, 8, ["product"])
14096
14088
  ]),
14097
- C("div", gR, a0(f(Zz)((b0 = o.value.PROPS) == null ? void 0 : b0.ubicacion)), 1),
14098
- C("div", KR, [
14089
+ j("div", gR, a0(f(Zz)((b0 = o.value.PROPS) == null ? void 0 : b0.ubicacion)), 1),
14090
+ j("div", KR, [
14099
14091
  (k = o.value.PROPS) != null && k.a_medida && !((d0 = o.value) != null && d0.PACK) ? (I(), x0(Qz, {
14100
14092
  key: 0,
14101
14093
  style: { "background-color": "#0183cb" },
@@ -14111,24 +14103,24 @@ const va = ["sm", "md", "lg", "xl"], { passive: oe } = ub, Cn = eL({
14111
14103
  ])
14112
14104
  ])
14113
14105
  ]),
14114
- C("div", ER, [
14115
- A.value.length ? (I(), j("div", vR, [
14116
- (I(!0), j(m1, null, R1(A.value, (J) => (I(), j("div", {
14106
+ j("div", ER, [
14107
+ A.value.length ? (I(), C("div", vR, [
14108
+ (I(!0), C(m1, null, R1(A.value, (J) => (I(), C("div", {
14117
14109
  key: J,
14118
14110
  style: b1({ backgroundColor: u[J] || "#ccc" }),
14119
14111
  class: "color-circle"
14120
14112
  }, null, 4))), 128))
14121
14113
  ])) : e0("", !0),
14122
- C("div", fR, [
14123
- h.value ? (I(), j("span", {
14114
+ j("div", fR, [
14115
+ h.value ? (I(), C("span", {
14124
14116
  key: 0,
14125
14117
  class: "description",
14126
14118
  style: b1({
14127
14119
  lineClamp: x.descriptionLines,
14128
14120
  WebkitLineClamp: x.descriptionLines
14129
14121
  })
14130
- }, a0(h.value || "~"), 5)) : (I(), j("span", PR, V[4] || (V[4] = [
14131
- C("i", null, "Sin descripción", -1)
14122
+ }, a0(h.value || "~"), 5)) : (I(), C("span", PR, V[4] || (V[4] = [
14123
+ j("i", null, "Sin descripción", -1)
14132
14124
  ])))
14133
14125
  ]),
14134
14126
  o.value.PROPS ? (I(), x0($z, {
@@ -14150,7 +14142,7 @@ const va = ["sm", "md", "lg", "xl"], { passive: oe } = ub, Cn = eL({
14150
14142
  s.value ? {
14151
14143
  name: "footer",
14152
14144
  fn: K0(() => [
14153
- V[5] || (V[5] = C("div", { class: "text-caption text-main ellipsis" }, "Requiere configuración", -1))
14145
+ V[5] || (V[5] = j("div", { class: "text-caption text-main ellipsis" }, "Requiere configuración", -1))
14154
14146
  ]),
14155
14147
  key: "0"
14156
14148
  } : void 0
@@ -19664,7 +19656,7 @@ const cr = ["id", "draggable"], Mr = ["onClick"], dr = {
19664
19656
  ".image-miniature",
19665
19657
  (N) => z("update_images_position", { images: N })
19666
19658
  );
19667
- return (N, h) => f(l).length ? vl((I(), j("div", {
19659
+ return (N, h) => f(l).length ? vl((I(), C("div", {
19668
19660
  key: 0,
19669
19661
  class: "images-miniature",
19670
19662
  onDragleave: h[1] || (h[1] = //@ts-ignore
@@ -19674,7 +19666,7 @@ const cr = ["id", "draggable"], Mr = ["onClick"], dr = {
19674
19666
  onDrop: h[3] || (h[3] = //@ts-ignore
19675
19667
  (...m) => f(o) && f(o)(...m))
19676
19668
  }, [
19677
- (I(!0), j(m1, null, R1(f(l), (m, u) => (I(), j("div", {
19669
+ (I(!0), C(m1, null, R1(f(l), (m, u) => (I(), C("div", {
19678
19670
  class: "q-mb-md image-miniature q-px-sm",
19679
19671
  key: u,
19680
19672
  id: m[f(s)],
@@ -19682,7 +19674,7 @@ const cr = ["id", "draggable"], Mr = ["onClick"], dr = {
19682
19674
  (...L) => f(e) && f(e)(...L)),
19683
19675
  draggable: f(d)
19684
19676
  }, [
19685
- m ? (I(), j("div", {
19677
+ m ? (I(), C("div", {
19686
19678
  key: 0,
19687
19679
  onClick: (L) => c.value = u + 1,
19688
19680
  style: b1({
@@ -19699,19 +19691,19 @@ const cr = ["id", "draggable"], Mr = ["onClick"], dr = {
19699
19691
  src: m.location,
19700
19692
  fit: "cover",
19701
19693
  class: "media-card"
19702
- }, null, 8, ["src"])) : m.tipo === "video" ? (I(), j("div", zr, [
19703
- C("video", {
19694
+ }, null, 8, ["src"])) : m.tipo === "video" ? (I(), C("div", zr, [
19695
+ j("video", {
19704
19696
  src: m.location,
19705
19697
  style: { width: "100%", height: "100%", background: "black" }
19706
19698
  }, null, 8, pr),
19707
- C("div", ar, [
19699
+ j("div", ar, [
19708
19700
  Z0(V1, {
19709
19701
  size: "lg",
19710
19702
  name: "o_play_circle",
19711
19703
  color: "white"
19712
19704
  })
19713
19705
  ])
19714
- ])) : e0("", !0) : (I(), j("div", dr, [
19706
+ ])) : e0("", !0) : (I(), C("div", dr, [
19715
19707
  Z0(V1, {
19716
19708
  name: "upload_file",
19717
19709
  color: "grey-5",
@@ -19739,8 +19731,8 @@ const cr = ["id", "draggable"], Mr = ["onClick"], dr = {
19739
19731
  return !!((z = l.value) != null && z.a_medida) && !((a = c.value) != null && a.pack);
19740
19732
  }
19741
19733
  );
19742
- return (z, a) => (I(), j("div", tr, [
19743
- d.value ? (I(), j("div", Zr, [
19734
+ return (z, a) => (I(), C("div", tr, [
19735
+ d.value ? (I(), C("div", Zr, [
19744
19736
  Z0(Qz, {
19745
19737
  color: "blue",
19746
19738
  "text-color": "white",
@@ -19774,11 +19766,11 @@ const cr = ["id", "draggable"], Mr = ["onClick"], dr = {
19774
19766
  );
19775
19767
  return (i, Z) => {
19776
19768
  var e;
19777
- return I(), j(m1, null, [
19778
- C("div", sr, [
19779
- (I(!0), j(m1, null, R1(f(l), (o, s) => {
19769
+ return I(), C(m1, null, [
19770
+ j("div", sr, [
19771
+ (I(!0), C(m1, null, R1(f(l), (o, s) => {
19780
19772
  var N, h, m, u;
19781
- return I(), j("div", {
19773
+ return I(), C("div", {
19782
19774
  key: s,
19783
19775
  class: ob(`q-mr-md glass-card detalle-pack ${((N = f(c)) == null ? void 0 : N.ID_PRODUCTO) == o.ID_PRODUCTO_DETALLE ? "selected" : ""}`),
19784
19776
  onClick: (L) => z(o.DETALLE)
@@ -19789,16 +19781,16 @@ const cr = ["id", "draggable"], Mr = ["onClick"], dr = {
19789
19781
  style: { height: "120px", "border-radius": "8px" },
19790
19782
  fit: "contain"
19791
19783
  }, null, 8, ["src"])) : e0("", !0),
19792
- C("div", or, [
19793
- C("div", nr, a0((u = o == null ? void 0 : o.DETALLE) == null ? void 0 : u.NOMBRE), 1),
19794
- C("div", ur, a0(o == null ? void 0 : o.CANTIDAD) + "X", 1)
19784
+ j("div", or, [
19785
+ j("div", nr, a0((u = o == null ? void 0 : o.DETALLE) == null ? void 0 : u.NOMBRE), 1),
19786
+ j("div", ur, a0(o == null ? void 0 : o.CANTIDAD) + "X", 1)
19795
19787
  ])
19796
19788
  ], 10, er);
19797
19789
  }), 128))
19798
19790
  ]),
19799
- f(c) ? (I(), j("div", mr, [
19800
- C("div", Or, a0(f(c).NOMBRE), 1),
19801
- C("div", null, "SKU: " + a0((e = f(c).PROPS) == null ? void 0 : e.sku), 1),
19791
+ f(c) ? (I(), C("div", mr, [
19792
+ j("div", Or, a0(f(c).NOMBRE), 1),
19793
+ j("div", null, "SKU: " + a0((e = f(c).PROPS) == null ? void 0 : e.sku), 1),
19802
19794
  Z0($z, {
19803
19795
  class: "q-mt-md",
19804
19796
  "product-props": a.value,
@@ -19825,14 +19817,14 @@ const cr = ["id", "draggable"], Mr = ["onClick"], dr = {
19825
19817
  };
19826
19818
  return (o, s) => {
19827
19819
  var N, h;
19828
- return I(), j("div", Xr, [
19829
- C("div", hr, a0(i.value), 1),
19830
- C("div", {
19820
+ return I(), C("div", Xr, [
19821
+ j("div", hr, a0(i.value), 1),
19822
+ j("div", {
19831
19823
  onClick: e,
19832
19824
  class: "tags",
19833
19825
  style: b1({ overflowX: "auto", cursor: f(z) ? "pointer" : "default" })
19834
19826
  }, [
19835
- (I(!0), j(m1, null, R1(a.value, (m) => (I(), x0(qz, { tag: m }, null, 8, ["tag"]))), 256)),
19827
+ (I(!0), C(m1, null, R1(a.value, (m) => (I(), x0(qz, { tag: m }, null, 8, ["tag"]))), 256)),
19836
19828
  !a.value.length && f(z) ? (I(), x0(Qz, {
19837
19829
  key: 0,
19838
19830
  class: "tag",
@@ -19845,7 +19837,7 @@ const cr = ["id", "draggable"], Mr = ["onClick"], dr = {
19845
19837
  __: [0]
19846
19838
  })) : e0("", !0)
19847
19839
  ], 4),
19848
- C("div", Lr, [
19840
+ j("div", Lr, [
19849
19841
  P0(a0((N = f(c)) != null && N.length ? f(d) : 0) + "/" + a0(((h = f(c)) == null ? void 0 : h.length) || 0) + " ", 1),
19850
19842
  Z0(V1, {
19851
19843
  name: "sym_o_image",
@@ -19866,9 +19858,9 @@ const cr = ["id", "draggable"], Mr = ["onClick"], dr = {
19866
19858
  var d;
19867
19859
  return (d = l.value) == null ? void 0 : d.descripcion;
19868
19860
  });
19869
- return (d, z) => c.value ? (I(), j("div", yr, [
19870
- z[0] || (z[0] = C("div", { class: "font-bold text-h6" }, "Información del producto", -1)),
19871
- C("div", null, a0(c.value), 1)
19861
+ return (d, z) => c.value ? (I(), C("div", yr, [
19862
+ z[0] || (z[0] = j("div", { class: "font-bold text-h6" }, "Información del producto", -1)),
19863
+ j("div", null, a0(c.value), 1)
19872
19864
  ])) : e0("", !0);
19873
19865
  }
19874
19866
  });
@@ -20914,10 +20906,10 @@ const He = B1({
20914
20906
  Math.ceil(L / h.value) * h.value
20915
20907
  ));
20916
20908
  }
20917
- ), (L, O) => (I(), j(m1, null, [
20918
- O[6] || (O[6] = C("div", { class: "prices text-bold q-mb-md" }, " Define la configuración para este producto ", -1)),
20919
- C("div", Qr, [
20920
- C("div", null, [
20909
+ ), (L, O) => (I(), C(m1, null, [
20910
+ O[6] || (O[6] = j("div", { class: "prices text-bold q-mb-md" }, " Define la configuración para este producto ", -1)),
20911
+ j("div", Qr, [
20912
+ j("div", null, [
20921
20913
  Z0(He, {
20922
20914
  type: "number",
20923
20915
  outlined: "",
@@ -20942,22 +20934,22 @@ const He = B1({
20942
20934
  min: "0"
20943
20935
  }, null, 8, ["modelValue", "step"])
20944
20936
  ]),
20945
- C("div", qr, [
20946
- C("div", null, [
20937
+ j("div", qr, [
20938
+ j("div", null, [
20947
20939
  P0(" Área panel: " + a0(e(m.value)) + " m", 1),
20948
- O[2] || (O[2] = C("sup", null, "2", -1))
20940
+ O[2] || (O[2] = j("sup", null, "2", -1))
20949
20941
  ]),
20950
- C("div", null, [
20942
+ j("div", null, [
20951
20943
  O[3] || (O[3] = P0(" Importe m")),
20952
- O[4] || (O[4] = C("sup", null, "2", -1)),
20944
+ O[4] || (O[4] = j("sup", null, "2", -1)),
20953
20945
  P0(": " + a0(u.value), 1)
20954
20946
  ]),
20955
- C("div", _r, [
20947
+ j("div", _r, [
20956
20948
  P0("Área total: " + a0(e(s.value)) + " m", 1),
20957
- O[5] || (O[5] = C("sup", null, "2", -1))
20949
+ O[5] || (O[5] = j("sup", null, "2", -1))
20958
20950
  ]),
20959
- C("div", $r, "Paneles: " + a0(c.value), 1),
20960
- C("div", b4, "Importe total: " + a0(f(_s)(o.value)), 1)
20951
+ j("div", $r, "Paneles: " + a0(c.value), 1),
20952
+ j("div", b4, "Importe total: " + a0(f(_s)(o.value)), 1)
20961
20953
  ])
20962
20954
  ])
20963
20955
  ], 64));
@@ -20993,7 +20985,7 @@ const He = B1({
20993
20985
  }, m = () => {
20994
20986
  a("go_to_catalog");
20995
20987
  };
20996
- return (u, L) => f(l) ? (I(), j("div", d4, [
20988
+ return (u, L) => f(l) ? (I(), C("div", d4, [
20997
20989
  i.value ? (I(), x0(M4, {
20998
20990
  key: 0,
20999
20991
  product: f(l),
@@ -21002,15 +20994,15 @@ const He = B1({
21002
20994
  detail: e.value,
21003
20995
  "onUpdate:detail": L[1] || (L[1] = (O) => e.value = O)
21004
20996
  }, null, 8, ["product", "quantity", "detail"])) : e0("", !0),
21005
- C("div", z4, [
21006
- i.value ? (I(), j("div", i4)) : (I(), j("div", p4, [
20997
+ j("div", z4, [
20998
+ i.value ? (I(), C("div", i4)) : (I(), C("div", p4, [
21007
20999
  Z0(wc, {
21008
21000
  outline: "",
21009
21001
  size: "sm",
21010
21002
  onClick: s,
21011
21003
  icon: "remove"
21012
21004
  }),
21013
- C("span", a4, a0(Z.value), 1),
21005
+ j("span", a4, a0(Z.value), 1),
21014
21006
  Z0(wc, {
21015
21007
  outline: "",
21016
21008
  size: "sm",
@@ -21019,7 +21011,7 @@ const He = B1({
21019
21011
  icon: "add"
21020
21012
  })
21021
21013
  ])),
21022
- C("div", t4, [
21014
+ j("div", t4, [
21023
21015
  Z0(Sc, {
21024
21016
  onClick: m,
21025
21017
  disable: o.value,
@@ -21046,8 +21038,8 @@ const He = B1({
21046
21038
  var d;
21047
21039
  return ((d = l.value) == null ? void 0 : d.descripcion_corta) || "";
21048
21040
  });
21049
- return (d, z) => (I(), j("div", s4, [
21050
- c.value ? (I(), j("div", e4, a0(c.value), 1)) : e0("", !0)
21041
+ return (d, z) => (I(), C("div", s4, [
21042
+ c.value ? (I(), C("div", e4, a0(c.value), 1)) : e0("", !0)
21051
21043
  ]));
21052
21044
  }
21053
21045
  });
@@ -21097,7 +21089,7 @@ const n4 = {
21097
21089
  });
21098
21090
  return (e, o) => {
21099
21091
  var s;
21100
- return (s = f(l)) != null && s.length && f(d) ? (I(), j("div", n4, [
21092
+ return (s = f(l)) != null && s.length && f(d) ? (I(), C("div", n4, [
21101
21093
  Z0(b2, {
21102
21094
  onClick: TM(Z, ["stop"]),
21103
21095
  size: "12px",
@@ -21167,8 +21159,8 @@ const n4 = {
21167
21159
  return (O, T) => {
21168
21160
  var x, V, E, v, _, U, F;
21169
21161
  const A = yM("v-else"), S = yM("ProductAvailableColors");
21170
- return I(), j(m1, null, [
21171
- C("div", m4, [
21162
+ return I(), C(m1, null, [
21163
+ j("div", m4, [
21172
21164
  f(Z) ? e0("", !0) : (I(), x0(wc, {
21173
21165
  key: 0,
21174
21166
  icon: "edit",
@@ -21176,10 +21168,10 @@ const n4 = {
21176
21168
  onClick: L
21177
21169
  }))
21178
21170
  ]),
21179
- C("div", O4, [
21180
- C("div", N4, [
21171
+ j("div", O4, [
21172
+ j("div", N4, [
21181
21173
  Z0(ke, { class: "gt-sm" }),
21182
- C("div", G4, [
21174
+ j("div", G4, [
21183
21175
  Z0(Tr),
21184
21176
  Z0(FM, {
21185
21177
  style: { "border-radius": "8px" },
@@ -21192,10 +21184,10 @@ const n4 = {
21192
21184
  ]),
21193
21185
  Z0(ke, { class: "lt-md" })
21194
21186
  ]),
21195
- C("div", null, [
21196
- C("div", X4, a0(f(Zz)(((x = s.value) == null ? void 0 : x.nombre) || "")), 1),
21197
- C("div", h4, [
21198
- f(Z) ? e0("", !0) : (I(), j("div", L4, "SKU: " + a0((E = (V = s.value) == null ? void 0 : V.props) == null ? void 0 : E.sku), 1)),
21187
+ j("div", null, [
21188
+ j("div", X4, a0(f(Zz)(((x = s.value) == null ? void 0 : x.nombre) || "")), 1),
21189
+ j("div", h4, [
21190
+ f(Z) ? e0("", !0) : (I(), C("div", L4, "SKU: " + a0((E = (V = s.value) == null ? void 0 : V.props) == null ? void 0 : E.sku), 1)),
21199
21191
  Z0(A, { div: "" }),
21200
21192
  !f(Z) && ((v = s.value) != null && v.estado) ? (I(), x0(fc, {
21201
21193
  key: 1,
@@ -21203,9 +21195,9 @@ const n4 = {
21203
21195
  color: s.value.estado.color
21204
21196
  }, null, 8, ["label", "color"])) : e0("", !0)
21205
21197
  ]),
21206
- C("div", Y4, [
21198
+ j("div", Y4, [
21207
21199
  Z0($i, { product: s.value }, null, 8, ["product"]),
21208
- C("div", T4, a0(f(Zz)(((U = (_ = s.value) == null ? void 0 : _.props) == null ? void 0 : U.ubicacion) || "")), 1),
21200
+ j("div", T4, a0(f(Zz)(((U = (_ = s.value) == null ? void 0 : _.props) == null ? void 0 : U.ubicacion) || "")), 1),
21209
21201
  Z0(Wr)
21210
21202
  ]),
21211
21203
  Z0(S),
@@ -21218,7 +21210,7 @@ const n4 = {
21218
21210
  f(Z) ? (I(), x0(W4, { key: 2 })) : e0("", !0)
21219
21211
  ])
21220
21212
  ]),
21221
- C("div", y4, [
21213
+ j("div", y4, [
21222
21214
  Z0(Vr)
21223
21215
  ])
21224
21216
  ], 64);
@@ -25985,17 +25977,17 @@ const gD = /* @__PURE__ */ XT(FD), KD = { class: "row justify-between items-cent
25985
25977
  default: K0(() => [
25986
25978
  Z0(qi, { class: "q-pa-none" }, {
25987
25979
  default: K0(() => [
25988
- C("div", KD, [
25989
- C("div", null, "Cod. " + a0(f(z).COD_CAPTACION), 1),
25980
+ j("div", KD, [
25981
+ j("div", null, "Cod. " + a0(f(z).COD_CAPTACION), 1),
25990
25982
  Z0(fc, Zo(Wo(o.value)), null, 16)
25991
25983
  ]),
25992
- C("div", ED, [
25993
- C("div", null, a0(a.value), 1),
25994
- C("div", null, a0(e.value), 1)
25984
+ j("div", ED, [
25985
+ j("div", null, a0(a.value), 1),
25986
+ j("div", null, a0(e.value), 1)
25995
25987
  ]),
25996
- C("div", vD, [
25997
- C("div", fD, a0(i.value), 1),
25998
- Z.value ? (I(), j("div", PD, [
25988
+ j("div", vD, [
25989
+ j("div", fD, a0(i.value), 1),
25990
+ Z.value ? (I(), C("div", PD, [
25999
25991
  Z0(V1, {
26000
25992
  name: "sym_o_phone",
26001
25993
  class: "q-mr-xs"
@@ -26599,7 +26591,7 @@ Facilidad de instalación, se fija a la pared con tornillos de forma sencilla. M
26599
26591
  };
26600
26592
  return (a, i) => {
26601
26593
  var Z, e, o, s;
26602
- return I(), j("div", $D, [
26594
+ return I(), C("div", $D, [
26603
26595
  Z0(Sc, {
26604
26596
  onClick: i[0] || (i[0] = (N) => z("nueva_hipoteca")),
26605
26597
  disable: !((Z = f(c)) != null && Z.URL),
@@ -26628,7 +26620,7 @@ Facilidad de instalación, se fija a la pared con tornillos de forma sencilla. M
26628
26620
  ".image-miniature",
26629
26621
  (N) => z("update_images_position", { images: N })
26630
26622
  );
26631
- return (N, h) => f(l).length ? vl((I(), j("div", {
26623
+ return (N, h) => f(l).length ? vl((I(), C("div", {
26632
26624
  key: 0,
26633
26625
  class: "images-miniature",
26634
26626
  onDragleave: h[1] || (h[1] = //@ts-ignore
@@ -26638,7 +26630,7 @@ Facilidad de instalación, se fija a la pared con tornillos de forma sencilla. M
26638
26630
  onDrop: h[3] || (h[3] = //@ts-ignore
26639
26631
  (...m) => f(o) && f(o)(...m))
26640
26632
  }, [
26641
- (I(!0), j(m1, null, R1(f(l), (m, u) => (I(), j("div", {
26633
+ (I(!0), C(m1, null, R1(f(l), (m, u) => (I(), C("div", {
26642
26634
  class: "q-mb-md image-miniature q-px-sm",
26643
26635
  key: u,
26644
26636
  id: m[f(s)],
@@ -26646,7 +26638,7 @@ Facilidad de instalación, se fija a la pared con tornillos de forma sencilla. M
26646
26638
  (...L) => f(e) && f(e)(...L)),
26647
26639
  draggable: f(d)
26648
26640
  }, [
26649
- m ? (I(), j("div", {
26641
+ m ? (I(), C("div", {
26650
26642
  key: 0,
26651
26643
  onClick: (L) => c.value = u + 1,
26652
26644
  style: b1({
@@ -26663,19 +26655,19 @@ Facilidad de instalación, se fija a la pared con tornillos de forma sencilla. M
26663
26655
  src: m.location,
26664
26656
  fit: "cover",
26665
26657
  class: "media-card"
26666
- }, null, 8, ["src"])) : m.filetype === "video" ? (I(), j("div", zx, [
26667
- C("video", {
26658
+ }, null, 8, ["src"])) : m.filetype === "video" ? (I(), C("div", zx, [
26659
+ j("video", {
26668
26660
  src: m.location,
26669
26661
  style: { width: "100%", height: "100%", background: "black" }
26670
26662
  }, null, 8, px),
26671
- C("div", ax, [
26663
+ j("div", ax, [
26672
26664
  Z0(V1, {
26673
26665
  size: "lg",
26674
26666
  name: "o_play_circle",
26675
26667
  color: "white"
26676
26668
  })
26677
26669
  ])
26678
- ])) : e0("", !0) : (I(), j("div", dx, [
26670
+ ])) : e0("", !0) : (I(), C("div", dx, [
26679
26671
  Z0(V1, {
26680
26672
  name: "upload_file",
26681
26673
  color: "grey-5",
@@ -26771,8 +26763,8 @@ Facilidad de instalación, se fija a la pared con tornillos de forma sencilla. M
26771
26763
  };
26772
26764
  return (S, x) => {
26773
26765
  var V, E;
26774
- return I(), j(m1, null, [
26775
- C("div", Zx, [
26766
+ return I(), C(m1, null, [
26767
+ j("div", Zx, [
26776
26768
  f(e) ? e0("", !0) : (I(), x0(wc, {
26777
26769
  key: 0,
26778
26770
  icon: "edit",
@@ -26780,10 +26772,10 @@ Facilidad de instalación, se fija a la pared con tornillos de forma sencilla. M
26780
26772
  onClick: A
26781
26773
  }))
26782
26774
  ]),
26783
- C("div", Wx, [
26784
- C("div", sx, [
26775
+ j("div", Wx, [
26776
+ j("div", sx, [
26785
26777
  Z0(tx, { class: "gt-sm" }),
26786
- C("div", ex, [
26778
+ j("div", ex, [
26787
26779
  Z0(FM, {
26788
26780
  modelValue: a.value,
26789
26781
  "onUpdate:modelValue": x[0] || (x[0] = (v) => a.value = v),
@@ -26796,30 +26788,30 @@ Facilidad de instalación, se fija a la pared con tornillos de forma sencilla. M
26796
26788
  Z0(Nu)
26797
26789
  ])
26798
26790
  ]),
26799
- C("div", null, [
26800
- C("div", ox, a0(h.value), 1),
26801
- m.value ? (I(), j("div", nx, [
26791
+ j("div", null, [
26792
+ j("div", ox, a0(h.value), 1),
26793
+ m.value ? (I(), C("div", nx, [
26802
26794
  Z0(V1, { name: "sym_o_location_on" }),
26803
- C("div", ux, a0(m.value), 1)
26795
+ j("div", ux, a0(m.value), 1)
26804
26796
  ])) : e0("", !0),
26805
- C("div", mx, [
26797
+ j("div", mx, [
26806
26798
  !f(e) && ((V = N.value) != null && V.estado) ? (I(), x0(fc, {
26807
26799
  key: 0,
26808
26800
  label: N.value.estado.name,
26809
26801
  color: N.value.estado.color
26810
26802
  }, null, 8, ["label", "color"])) : e0("", !0)
26811
26803
  ]),
26812
- C("div", Ox, [
26813
- C("div", Nx, [
26814
- u.value ? (I(), j("span", {
26804
+ j("div", Ox, [
26805
+ j("div", Nx, [
26806
+ u.value ? (I(), C("span", {
26815
26807
  key: 0,
26816
26808
  class: "description",
26817
26809
  style: b1({
26818
26810
  lineClamp: S.descriptionLines,
26819
26811
  WebkitLineClamp: S.descriptionLines
26820
26812
  })
26821
- }, a0(u.value || "~"), 5)) : (I(), j("span", Gx, x[1] || (x[1] = [
26822
- C("i", null, "Sin descripción", -1)
26813
+ }, a0(u.value || "~"), 5)) : (I(), C("span", Gx, x[1] || (x[1] = [
26814
+ j("i", null, "Sin descripción", -1)
26823
26815
  ])))
26824
26816
  ]),
26825
26817
  Z0(rn, {
@@ -26831,8 +26823,8 @@ Facilidad de instalación, se fija a la pared con tornillos de forma sencilla. M
26831
26823
  ])
26832
26824
  ])
26833
26825
  ]),
26834
- C("h6", Xx, a0(L.value), 1),
26835
- C("p", null, a0(O.value), 1)
26826
+ j("h6", Xx, a0(L.value), 1),
26827
+ j("p", null, a0(O.value), 1)
26836
26828
  ], 64);
26837
26829
  };
26838
26830
  }