@win2win/shared-ui 0.3.234 → 0.3.235
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.
package/dist/w2w-shared-ui.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as pe, toRefs as ia, onMounted as jc, onUnmounted as R0, createBlock as se, openBlock as m, unref as
|
|
1
|
+
import { defineComponent as pe, toRefs as ia, onMounted as jc, onUnmounted as R0, createBlock as se, openBlock as m, unref as b, withCtx as ne, renderSlot as ki, createCommentVNode as M, createTextVNode as fe, toDisplayString as B, Transition as S0, withDirectives as Lt, createElementVNode as v, normalizeClass as va, createVNode as z, createElementBlock as h, vShow as N0, ref as Ie, computed as L, normalizeStyle as te, createSlots as L0, Fragment as de, renderList as he, withModifiers as di, resolveComponent as pi, resolveDirective as Ro, resolveDynamicComponent as So, watch as ua, 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 Ye, 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 ai, 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";
|
|
@@ -27,7 +27,7 @@ const ol = /* @__PURE__ */ pe({
|
|
|
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) => (m(), se(
|
|
30
|
+
}), (u, g) => (m(), se(b(Fe), {
|
|
31
31
|
onClick: g[0] || (g[0] = (O) => c("click")),
|
|
32
32
|
label: u.label,
|
|
33
33
|
loading: u.loading || !1,
|
|
@@ -41,7 +41,7 @@ const ol = /* @__PURE__ */ pe({
|
|
|
41
41
|
}, {
|
|
42
42
|
default: ne(() => [
|
|
43
43
|
ki(u.$slots, "default"),
|
|
44
|
-
u.tooltip ? (m(), se(
|
|
44
|
+
u.tooltip ? (m(), se(b(xi), { key: 0 }, {
|
|
45
45
|
default: ne(() => [
|
|
46
46
|
fe(B(u.tooltip), 1)
|
|
47
47
|
]),
|
|
@@ -64,11 +64,11 @@ const ol = /* @__PURE__ */ pe({
|
|
|
64
64
|
setup(n) {
|
|
65
65
|
return (f, t) => (m(), se(S0, { name: "fade" }, {
|
|
66
66
|
default: ne(() => [
|
|
67
|
-
Lt(
|
|
67
|
+
Lt(v("div", {
|
|
68
68
|
class: va(["spinner-container", { fixed: f.fixed }])
|
|
69
69
|
}, [
|
|
70
|
-
|
|
71
|
-
z(
|
|
70
|
+
v("div", Y0, [
|
|
71
|
+
z(b(B0), {
|
|
72
72
|
size: "40px",
|
|
73
73
|
color: "black"
|
|
74
74
|
}),
|
|
@@ -125,13 +125,13 @@ const ol = /* @__PURE__ */ pe({
|
|
|
125
125
|
}, [
|
|
126
126
|
z(eu, { loading: o.loading }, null, 8, ["loading"]),
|
|
127
127
|
c.value ? (m(), h("div", eb, [
|
|
128
|
-
|
|
128
|
+
v("div", {
|
|
129
129
|
class: va(["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
|
-
|
|
134
|
+
v("div", ab, [
|
|
135
135
|
ki(o.$slots, "actions", {}, void 0, !0)
|
|
136
136
|
]),
|
|
137
137
|
t.value ? (m(), h("div", {
|
|
@@ -156,12 +156,12 @@ const ol = /* @__PURE__ */ pe({
|
|
|
156
156
|
},
|
|
157
157
|
setup(n) {
|
|
158
158
|
return (f, t) => (m(), h("div", tb, [
|
|
159
|
-
|
|
160
|
-
z(
|
|
159
|
+
v("div", nb, [
|
|
160
|
+
z(b(Ye), {
|
|
161
161
|
size: "xl",
|
|
162
162
|
name: "sym_o_error"
|
|
163
163
|
}),
|
|
164
|
-
|
|
164
|
+
v("div", ob, B(f.text), 1)
|
|
165
165
|
])
|
|
166
166
|
]));
|
|
167
167
|
}
|
|
@@ -175,12 +175,12 @@ const ol = /* @__PURE__ */ pe({
|
|
|
175
175
|
},
|
|
176
176
|
setup(n) {
|
|
177
177
|
return (f, t) => (m(), h("div", rb, [
|
|
178
|
-
|
|
179
|
-
z(
|
|
178
|
+
v("div", cb, [
|
|
179
|
+
z(b(F0), {
|
|
180
180
|
color: "primary",
|
|
181
181
|
size: "xl"
|
|
182
182
|
}),
|
|
183
|
-
|
|
183
|
+
v("div", ub, B(f.text), 1)
|
|
184
184
|
])
|
|
185
185
|
]));
|
|
186
186
|
}
|
|
@@ -199,7 +199,7 @@ const ol = /* @__PURE__ */ pe({
|
|
|
199
199
|
const f = (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 ? (m(), se(
|
|
202
|
+
return (O = u.items) != null && O.length ? (m(), se(b(k0), {
|
|
203
203
|
key: 0,
|
|
204
204
|
onMouseover: g[2] || (g[2] = (_) => s.value = !0),
|
|
205
205
|
onMouseleave: g[3] || (g[3] = (_) => s.value = !1),
|
|
@@ -219,7 +219,7 @@ const ol = /* @__PURE__ */ pe({
|
|
|
219
219
|
style: te({ borderRadius: u.borderRadius })
|
|
220
220
|
}, L0({
|
|
221
221
|
default: ne(() => [
|
|
222
|
-
(m(!0), h(de, null, he(u.items, (_, x) => (m(), se(
|
|
222
|
+
(m(!0), h(de, null, he(u.items, (_, x) => (m(), se(b(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__ */ pe({
|
|
|
242
242
|
u.showControls && t.value && (((C = u.items) == null ? void 0 : C.length) || 0) > 1 ? {
|
|
243
243
|
name: "control",
|
|
244
244
|
fn: ne(() => [
|
|
245
|
-
z(
|
|
245
|
+
z(b(G0), {
|
|
246
246
|
offset: [18, 18],
|
|
247
247
|
position: "right",
|
|
248
248
|
class: "carousel-controls"
|
|
249
249
|
}, {
|
|
250
250
|
default: ne(() => [
|
|
251
|
-
z(
|
|
251
|
+
z(b(Fe), {
|
|
252
252
|
unelevated: "",
|
|
253
253
|
round: "",
|
|
254
254
|
dense: "",
|
|
@@ -256,7 +256,7 @@ const ol = /* @__PURE__ */ pe({
|
|
|
256
256
|
icon: "chevron_left",
|
|
257
257
|
onClick: g[0] || (g[0] = di((_) => t.value.previous(), ["stop"]))
|
|
258
258
|
}),
|
|
259
|
-
z(
|
|
259
|
+
z(b(Fe), {
|
|
260
260
|
unelevated: "",
|
|
261
261
|
round: "",
|
|
262
262
|
dense: "",
|
|
@@ -271,7 +271,7 @@ const ol = /* @__PURE__ */ pe({
|
|
|
271
271
|
key: "0"
|
|
272
272
|
} : void 0
|
|
273
273
|
]), 1032, ["autoplay", "height", "modelValue", "fullscreen", "style"])) : (m(), h("div", mb, [
|
|
274
|
-
z(
|
|
274
|
+
z(b(wt), {
|
|
275
275
|
style: te(`height: ${u.height || "400px"}`),
|
|
276
276
|
src: "placeholder.webp"
|
|
277
277
|
}, null, 8, ["style"])
|
|
@@ -6587,16 +6587,16 @@ const hb = ["src", "alt"], Ob = /* @__PURE__ */ pe({
|
|
|
6587
6587
|
key: g,
|
|
6588
6588
|
style: { "margin-right": "6px" }
|
|
6589
6589
|
}, [
|
|
6590
|
-
|
|
6590
|
+
v("div", {
|
|
6591
6591
|
class: va(["flag-circle", `flag-${o.size}`])
|
|
6592
6592
|
}, [
|
|
6593
|
-
|
|
6593
|
+
v("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(
|
|
6599
|
+
z(b(xi), null, {
|
|
6600
6600
|
default: ne(() => [
|
|
6601
6601
|
fe(B(u.name), 1)
|
|
6602
6602
|
]),
|
|
@@ -6662,7 +6662,7 @@ const hb = ["src", "alt"], Ob = /* @__PURE__ */ pe({
|
|
|
6662
6662
|
clipboard: "content_paste_go"
|
|
6663
6663
|
}[t.value || ""] ?? t.value
|
|
6664
6664
|
), s = L(() => f.sm ? "12px" : f.md ? "14px" : "16px");
|
|
6665
|
-
return (u, g) => (m(), se(
|
|
6665
|
+
return (u, g) => (m(), se(b(Fe), {
|
|
6666
6666
|
unelevated: "",
|
|
6667
6667
|
size: s.value,
|
|
6668
6668
|
flat: u.flat && !u.outline,
|
|
@@ -6674,13 +6674,13 @@ const hb = ["src", "alt"], Ob = /* @__PURE__ */ pe({
|
|
|
6674
6674
|
style: te({ background: u.bg || "none" })
|
|
6675
6675
|
}, {
|
|
6676
6676
|
default: ne(() => [
|
|
6677
|
-
|
|
6677
|
+
b(c) ? (m(), se(b(xi), { key: 0 }, {
|
|
6678
6678
|
default: ne(() => [
|
|
6679
|
-
fe(B(
|
|
6679
|
+
fe(B(b(c)), 1)
|
|
6680
6680
|
]),
|
|
6681
6681
|
_: 1
|
|
6682
6682
|
})) : M("", !0),
|
|
6683
|
-
u.badge ? (m(), se(
|
|
6683
|
+
u.badge ? (m(), se(b(Dt), {
|
|
6684
6684
|
key: 1,
|
|
6685
6685
|
rounded: "",
|
|
6686
6686
|
color: "secondary-3",
|
|
@@ -6744,23 +6744,23 @@ const hb = ["src", "alt"], Ob = /* @__PURE__ */ pe({
|
|
|
6744
6744
|
loading: u.loading
|
|
6745
6745
|
}, {
|
|
6746
6746
|
default: ne(() => [
|
|
6747
|
-
z(
|
|
6747
|
+
z(b(V0), null, {
|
|
6748
6748
|
default: ne(() => [
|
|
6749
|
-
z(
|
|
6749
|
+
z(b(q0), { style: { "min-width": "150px" } }, {
|
|
6750
6750
|
default: ne(() => [
|
|
6751
|
-
(m(!0), h(de, null, he(o.value, (_) => Lt((m(), se(
|
|
6751
|
+
(m(!0), h(de, null, he(o.value, (_) => Lt((m(), se(b($0), {
|
|
6752
6752
|
clickable: "",
|
|
6753
6753
|
onClick: (x) => _.onClick ? _.onClick() : t("onItemClick", _),
|
|
6754
6754
|
disable: _.disabled
|
|
6755
6755
|
}, {
|
|
6756
6756
|
default: ne(() => [
|
|
6757
|
-
_.icon || _.color ? (m(), se(
|
|
6757
|
+
_.icon || _.color ? (m(), se(b(fc), {
|
|
6758
6758
|
key: 0,
|
|
6759
6759
|
avatar: "",
|
|
6760
6760
|
style: { width: "40px !important", "min-width": "40px !important" }
|
|
6761
6761
|
}, {
|
|
6762
6762
|
default: ne(() => [
|
|
6763
|
-
_.icon ? (m(), se(
|
|
6763
|
+
_.icon ? (m(), se(b(Ye), {
|
|
6764
6764
|
key: 0,
|
|
6765
6765
|
name: _.icon,
|
|
6766
6766
|
size: "xs"
|
|
@@ -6772,7 +6772,7 @@ const hb = ["src", "alt"], Ob = /* @__PURE__ */ pe({
|
|
|
6772
6772
|
]),
|
|
6773
6773
|
_: 2
|
|
6774
6774
|
}, 1024)) : M("", !0),
|
|
6775
|
-
z(
|
|
6775
|
+
z(b(fc), { style: { "text-wrap": "nowrap" } }, {
|
|
6776
6776
|
default: ne(() => [
|
|
6777
6777
|
fe(B(_.label), 1)
|
|
6778
6778
|
]),
|
|
@@ -6823,7 +6823,7 @@ const hb = ["src", "alt"], Ob = /* @__PURE__ */ pe({
|
|
|
6823
6823
|
);
|
|
6824
6824
|
return (x, w) => (m(), h("div", Eb, [
|
|
6825
6825
|
z(Bu, { color: _.value }, null, 8, ["color"]),
|
|
6826
|
-
|
|
6826
|
+
v("span", {
|
|
6827
6827
|
style: te(x.sm ? "font-size: 12px" : ""),
|
|
6828
6828
|
class: va(`indicator-label ${x.textClassName}`)
|
|
6829
6829
|
}, B(C.value), 7)
|
|
@@ -6905,7 +6905,7 @@ const hb = ["src", "alt"], Ob = /* @__PURE__ */ pe({
|
|
|
6905
6905
|
ref: "pdfRef",
|
|
6906
6906
|
onOnPdfInit: O
|
|
6907
6907
|
}, null, 40, ["src"])) : (m(), h("div", Db, [
|
|
6908
|
-
z(
|
|
6908
|
+
z(b(Qc), { height: "500px" })
|
|
6909
6909
|
])),
|
|
6910
6910
|
z(D, null, {
|
|
6911
6911
|
default: ne(() => [
|
|
@@ -6928,7 +6928,7 @@ const hb = ["src", "alt"], Ob = /* @__PURE__ */ pe({
|
|
|
6928
6928
|
_: 1
|
|
6929
6929
|
}),
|
|
6930
6930
|
f.value ? (m(), h("div", Tb, [
|
|
6931
|
-
z(
|
|
6931
|
+
z(b(Fe), {
|
|
6932
6932
|
size: "lg",
|
|
6933
6933
|
round: "",
|
|
6934
6934
|
color: "black",
|
|
@@ -6985,20 +6985,20 @@ const Lb = { class: "card" }, wb = {
|
|
|
6985
6985
|
s.card.title || s.card.subtitle ? (m(), h("div", wb, [
|
|
6986
6986
|
s.card.title ? (m(), h("h3", {
|
|
6987
6987
|
key: 0,
|
|
6988
|
-
contenteditable:
|
|
6988
|
+
contenteditable: b(o)
|
|
6989
6989
|
}, B(s.card.title), 9, Mb)) : M("", !0)
|
|
6990
6990
|
])) : M("", !0),
|
|
6991
|
-
|
|
6991
|
+
v("div", Ub, [
|
|
6992
6992
|
(m(!0), h(de, null, he(s.card.fields, (g, O) => (m(), h("div", {
|
|
6993
6993
|
key: O,
|
|
6994
6994
|
class: "card-field"
|
|
6995
6995
|
}, [
|
|
6996
|
-
|
|
6997
|
-
contenteditable:
|
|
6996
|
+
v("span", {
|
|
6997
|
+
contenteditable: b(o),
|
|
6998
6998
|
class: "field-label"
|
|
6999
6999
|
}, B(g.label), 9, Bb),
|
|
7000
|
-
|
|
7001
|
-
contenteditable:
|
|
7000
|
+
v("span", {
|
|
7001
|
+
contenteditable: b(o),
|
|
7002
7002
|
class: "field-value"
|
|
7003
7003
|
}, B(t(g)), 9, Fb)
|
|
7004
7004
|
]))), 128))
|
|
@@ -7037,7 +7037,7 @@ const $b = /* @__PURE__ */ pe({
|
|
|
7037
7037
|
(m(!0), h(de, null, he(c.content.cards, (u, g) => (m(), se(qb, {
|
|
7038
7038
|
key: g,
|
|
7039
7039
|
card: u,
|
|
7040
|
-
data:
|
|
7040
|
+
data: b(t)
|
|
7041
7041
|
}, null, 8, ["card", "data"]))), 128))
|
|
7042
7042
|
], 4);
|
|
7043
7043
|
};
|
|
@@ -7056,13 +7056,13 @@ const $b = /* @__PURE__ */ pe({
|
|
|
7056
7056
|
setup(n) {
|
|
7057
7057
|
const f = n, { content: t, styles: c } = ia(f);
|
|
7058
7058
|
return Xt(f.id, {}), (o, s) => (m(), h("div", {
|
|
7059
|
-
style: te({ justifyContent:
|
|
7059
|
+
style: te({ justifyContent: b(t).align }),
|
|
7060
7060
|
class: "img-container"
|
|
7061
7061
|
}, [
|
|
7062
|
-
|
|
7063
|
-
src:
|
|
7064
|
-
alt:
|
|
7065
|
-
style: te({ width:
|
|
7062
|
+
v("img", {
|
|
7063
|
+
src: b(t).src,
|
|
7064
|
+
alt: b(t).alt,
|
|
7065
|
+
style: te({ width: b(t).width, height: b(t).height })
|
|
7066
7066
|
}, null, 12, Wb)
|
|
7067
7067
|
], 4));
|
|
7068
7068
|
}
|
|
@@ -7089,15 +7089,15 @@ const $b = /* @__PURE__ */ pe({
|
|
|
7089
7089
|
}
|
|
7090
7090
|
};
|
|
7091
7091
|
}), (o, s) => (m(), h("div", Jb, [
|
|
7092
|
-
|
|
7093
|
-
z(
|
|
7092
|
+
v("div", e1, [
|
|
7093
|
+
z(b(_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(
|
|
7100
|
+
z(b(_c), {
|
|
7101
7101
|
modelValue: c.value,
|
|
7102
7102
|
"onUpdate:modelValue": s[1] || (s[1] = (u) => c.value = u),
|
|
7103
7103
|
val: "no",
|
|
@@ -7155,9 +7155,9 @@ const $b = /* @__PURE__ */ pe({
|
|
|
7155
7155
|
g.value ? (m(), h("div", n1, [
|
|
7156
7156
|
z(W, null, {
|
|
7157
7157
|
default: ne(() => [
|
|
7158
|
-
|
|
7158
|
+
v("div", o1, [
|
|
7159
7159
|
z(R, {
|
|
7160
|
-
width:
|
|
7160
|
+
width: b(O).lt.md ? "100vw" : "auto",
|
|
7161
7161
|
height: "180px",
|
|
7162
7162
|
ref_key: "signaturePad",
|
|
7163
7163
|
ref: s
|
|
@@ -7166,8 +7166,8 @@ const $b = /* @__PURE__ */ pe({
|
|
|
7166
7166
|
]),
|
|
7167
7167
|
_: 1
|
|
7168
7168
|
}),
|
|
7169
|
-
|
|
7170
|
-
z(
|
|
7169
|
+
v("div", s1, [
|
|
7170
|
+
z(b(Fe), {
|
|
7171
7171
|
unelevated: "",
|
|
7172
7172
|
outline: "",
|
|
7173
7173
|
onClick: D
|
|
@@ -7177,7 +7177,7 @@ const $b = /* @__PURE__ */ pe({
|
|
|
7177
7177
|
])]),
|
|
7178
7178
|
_: 1
|
|
7179
7179
|
}),
|
|
7180
|
-
z(
|
|
7180
|
+
z(b(Fe), {
|
|
7181
7181
|
unelevated: "",
|
|
7182
7182
|
outline: "",
|
|
7183
7183
|
onClick: C
|
|
@@ -7187,7 +7187,7 @@ const $b = /* @__PURE__ */ pe({
|
|
|
7187
7187
|
])]),
|
|
7188
7188
|
_: 1
|
|
7189
7189
|
}),
|
|
7190
|
-
z(
|
|
7190
|
+
z(b(Fe), {
|
|
7191
7191
|
unelevated: "",
|
|
7192
7192
|
outline: "",
|
|
7193
7193
|
onClick: x
|
|
@@ -7199,12 +7199,12 @@ const $b = /* @__PURE__ */ pe({
|
|
|
7199
7199
|
})
|
|
7200
7200
|
])
|
|
7201
7201
|
])) : (m(), h("div", r1, [
|
|
7202
|
-
|
|
7202
|
+
v("img", {
|
|
7203
7203
|
src: u.value,
|
|
7204
7204
|
height: "140"
|
|
7205
7205
|
}, null, 8, c1),
|
|
7206
|
-
|
|
7207
|
-
z(
|
|
7206
|
+
v("div", u1, [
|
|
7207
|
+
z(b(Fe), { onClick: w }, {
|
|
7208
7208
|
default: ne(() => [
|
|
7209
7209
|
fe(B(u.value ? "Volver a firmar" : "Firmar"), 1)
|
|
7210
7210
|
]),
|
|
@@ -7231,28 +7231,28 @@ const $b = /* @__PURE__ */ pe({
|
|
|
7231
7231
|
style: te("width: 100%;" + ((O = u.styles) == null ? void 0 : O.cssRaw) || ""),
|
|
7232
7232
|
class: "table-section"
|
|
7233
7233
|
}, [
|
|
7234
|
-
|
|
7235
|
-
|
|
7236
|
-
(m(!0), h(de, null, he(
|
|
7234
|
+
v("thead", null, [
|
|
7235
|
+
v("tr", null, [
|
|
7236
|
+
(m(!0), h(de, null, he(b(t), (C) => (m(), h("th", {
|
|
7237
7237
|
key: C.key,
|
|
7238
7238
|
style: te({ textAlign: C.align || "left" }),
|
|
7239
|
-
contenteditable:
|
|
7239
|
+
contenteditable: b(s)
|
|
7240
7240
|
}, B(C.header), 13, f1))), 128))
|
|
7241
7241
|
])
|
|
7242
7242
|
]),
|
|
7243
|
-
|
|
7243
|
+
v("tbody", null, [
|
|
7244
7244
|
(m(!0), h(de, null, he(o.value, (C, _) => (m(), h("tr", {
|
|
7245
7245
|
key: _,
|
|
7246
7246
|
style: te({
|
|
7247
7247
|
backgroundColor: _ % 2 === 0 ? g1 : "transparent"
|
|
7248
7248
|
})
|
|
7249
7249
|
}, [
|
|
7250
|
-
(m(!0), h(de, null, he(
|
|
7250
|
+
(m(!0), h(de, null, he(b(t), (x) => (m(), h("td", {
|
|
7251
7251
|
key: x.key,
|
|
7252
7252
|
style: te({
|
|
7253
7253
|
textAlign: x.align || "left"
|
|
7254
7254
|
}),
|
|
7255
|
-
contenteditable:
|
|
7255
|
+
contenteditable: b(s)
|
|
7256
7256
|
}, B(C[x.key]), 13, _1))), 128))
|
|
7257
7257
|
], 4))), 128))
|
|
7258
7258
|
])
|
|
@@ -7317,9 +7317,9 @@ const $b = /* @__PURE__ */ pe({
|
|
|
7317
7317
|
return (x, w) => {
|
|
7318
7318
|
var D;
|
|
7319
7319
|
return m(), h("div", A1, [
|
|
7320
|
-
|
|
7321
|
-
|
|
7322
|
-
z(
|
|
7320
|
+
b(s) ? (m(), h("div", I1, [
|
|
7321
|
+
v("div", C1, [
|
|
7322
|
+
z(b(Fe), {
|
|
7323
7323
|
size: "sm",
|
|
7324
7324
|
round: "",
|
|
7325
7325
|
color: "black",
|
|
@@ -7327,7 +7327,7 @@ const $b = /* @__PURE__ */ pe({
|
|
|
7327
7327
|
icon: "add"
|
|
7328
7328
|
}, {
|
|
7329
7329
|
default: ne(() => [
|
|
7330
|
-
z(
|
|
7330
|
+
z(b(xi), null, {
|
|
7331
7331
|
default: ne(() => [...w[0] || (w[0] = [
|
|
7332
7332
|
fe("Agregar párrafo", -1)
|
|
7333
7333
|
])]),
|
|
@@ -7338,7 +7338,7 @@ const $b = /* @__PURE__ */ pe({
|
|
|
7338
7338
|
})
|
|
7339
7339
|
])
|
|
7340
7340
|
])) : M("", !0),
|
|
7341
|
-
|
|
7341
|
+
v("div", {
|
|
7342
7342
|
style: te(((D = x.styles) == null ? void 0 : D.cssRaw) || "")
|
|
7343
7343
|
}, [
|
|
7344
7344
|
(m(!0), h(de, null, he(o.value, ({ type: A, text: P, align: E, sourceCollection: R, styles: W }, j) => (m(), h("div", {
|
|
@@ -7346,23 +7346,23 @@ const $b = /* @__PURE__ */ pe({
|
|
|
7346
7346
|
}, [
|
|
7347
7347
|
A === "title" ? (m(), h("h1", {
|
|
7348
7348
|
key: 0,
|
|
7349
|
-
contenteditable:
|
|
7349
|
+
contenteditable: b(s),
|
|
7350
7350
|
style: te(W || {})
|
|
7351
7351
|
}, B(u(P, null)), 13, P1)) : M("", !0),
|
|
7352
7352
|
A === "subtitle" ? (m(), h("h2", {
|
|
7353
7353
|
key: 1,
|
|
7354
|
-
contenteditable:
|
|
7354
|
+
contenteditable: b(s),
|
|
7355
7355
|
style: te(W || {})
|
|
7356
7356
|
}, B(u(P, null)), 13, E1)) : M("", !0),
|
|
7357
|
-
A === "paragraph" ? (m(!0), h(de, { key: 2 }, he(R ?
|
|
7357
|
+
A === "paragraph" ? (m(!0), h(de, { key: 2 }, he(R ? b(t)[R] : [null], (Z) => (m(), h("div", y1, [
|
|
7358
7358
|
(m(!0), h(de, null, he(_(
|
|
7359
7359
|
u(P, Z, R)
|
|
7360
7360
|
), (S) => (m(), h("p", {
|
|
7361
|
-
contenteditable:
|
|
7361
|
+
contenteditable: b(s),
|
|
7362
7362
|
style: te(W || {})
|
|
7363
7363
|
}, B(S), 13, x1))), 256)),
|
|
7364
|
-
|
|
7365
|
-
z(
|
|
7364
|
+
b(s) ? (m(), h("div", D1, [
|
|
7365
|
+
z(b(Fe), {
|
|
7366
7366
|
size: "sm",
|
|
7367
7367
|
r: "",
|
|
7368
7368
|
round: "",
|
|
@@ -7371,7 +7371,7 @@ const $b = /* @__PURE__ */ pe({
|
|
|
7371
7371
|
icon: "delete"
|
|
7372
7372
|
}, {
|
|
7373
7373
|
default: ne(() => [
|
|
7374
|
-
z(
|
|
7374
|
+
z(b(xi), null, {
|
|
7375
7375
|
default: ne(() => [...w[1] || (w[1] = [
|
|
7376
7376
|
fe("Eliminar párrafo", -1)
|
|
7377
7377
|
])]),
|
|
@@ -7447,7 +7447,7 @@ const $b = /* @__PURE__ */ pe({
|
|
|
7447
7447
|
}), g = ((C = (O = c.value) == null ? void 0 : O.styles) == null ? void 0 : C.cssRaw) || "";
|
|
7448
7448
|
return (_, x) => (m(), h("div", {
|
|
7449
7449
|
class: "sections-container",
|
|
7450
|
-
style: te(
|
|
7450
|
+
style: te(b(g))
|
|
7451
7451
|
}, [
|
|
7452
7452
|
_.pdf ? (m(), se(Sb, {
|
|
7453
7453
|
key: 0,
|
|
@@ -7492,7 +7492,7 @@ const $b = /* @__PURE__ */ pe({
|
|
|
7492
7492
|
const f = Ti(
|
|
7493
7493
|
n,
|
|
7494
7494
|
(u, g) => g.toLowerCase()
|
|
7495
|
-
), t = f.id_producto || f.id, c = f.
|
|
7495
|
+
), t = f.id_producto || f.id, c = f.tabla_estado || f.r_estado || f.estado, s = (f.r_img || f.images || []).filter(Boolean).map((u) => z1(u)).filter((u) => u.estado > -1).sort((u, g) => u.posicion - g.posicion);
|
|
7496
7496
|
return {
|
|
7497
7497
|
...f,
|
|
7498
7498
|
id: t,
|
|
@@ -7530,7 +7530,7 @@ const $b = /* @__PURE__ */ pe({
|
|
|
7530
7530
|
return f.tag;
|
|
7531
7531
|
}
|
|
7532
7532
|
});
|
|
7533
|
-
return (c, o) => c.tag ? (m(), se(
|
|
7533
|
+
return (c, o) => c.tag ? (m(), se(b(zi), {
|
|
7534
7534
|
key: 0,
|
|
7535
7535
|
class: "tag",
|
|
7536
7536
|
size: "12px"
|
|
@@ -7585,23 +7585,23 @@ const $b = /* @__PURE__ */ pe({
|
|
|
7585
7585
|
var C, _, x;
|
|
7586
7586
|
return m(), h("div", V1, [
|
|
7587
7587
|
g.table ? (m(), h("table", q1, [
|
|
7588
|
-
|
|
7589
|
-
(C =
|
|
7590
|
-
O[0] || (O[0] =
|
|
7591
|
-
|
|
7588
|
+
v("tbody", null, [
|
|
7589
|
+
(C = b(t)) != null && C.idiomas.length ? (m(), h("tr", $1, [
|
|
7590
|
+
O[0] || (O[0] = v("td", { class: "broker-label" }, "Idiomas", -1)),
|
|
7591
|
+
v("td", null, [
|
|
7592
7592
|
z(Ul, {
|
|
7593
|
-
items:
|
|
7593
|
+
items: b(t).idiomas,
|
|
7594
7594
|
type: "languages"
|
|
7595
7595
|
}, null, 8, ["items"])
|
|
7596
7596
|
])
|
|
7597
7597
|
])) : M("", !0),
|
|
7598
|
-
|
|
7599
|
-
O[1] || (O[1] =
|
|
7600
|
-
|
|
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)
|
|
7601
7601
|
]),
|
|
7602
7602
|
c.value.length ? (m(), h("tr", H1, [
|
|
7603
|
-
O[2] || (O[2] =
|
|
7604
|
-
|
|
7603
|
+
O[2] || (O[2] = v("td", { class: "broker-label" }, "Especialización", -1)),
|
|
7604
|
+
v("td", null, [
|
|
7605
7605
|
(m(!0), h(de, null, he(c.value, (w, D) => (m(), h("span", {
|
|
7606
7606
|
key: "esp-" + D
|
|
7607
7607
|
}, [
|
|
@@ -7611,8 +7611,8 @@ const $b = /* @__PURE__ */ pe({
|
|
|
7611
7611
|
])
|
|
7612
7612
|
])) : M("", !0),
|
|
7613
7613
|
o.value.length ? (m(), h("tr", K1, [
|
|
7614
|
-
O[3] || (O[3] =
|
|
7615
|
-
|
|
7614
|
+
O[3] || (O[3] = v("td", { class: "broker-label" }, "Especialización de residencia", -1)),
|
|
7615
|
+
v("td", null, [
|
|
7616
7616
|
(m(!0), h(de, null, he(o.value, (w, D) => (m(), h("span", {
|
|
7617
7617
|
key: "espres-" + D
|
|
7618
7618
|
}, [
|
|
@@ -7622,8 +7622,8 @@ const $b = /* @__PURE__ */ pe({
|
|
|
7622
7622
|
])
|
|
7623
7623
|
])) : M("", !0),
|
|
7624
7624
|
s.value.length ? (m(), h("tr", Z1, [
|
|
7625
|
-
O[4] || (O[4] =
|
|
7626
|
-
|
|
7625
|
+
O[4] || (O[4] = v("td", { class: "broker-label" }, "Especialización de hipotecas", -1)),
|
|
7626
|
+
v("td", null, [
|
|
7627
7627
|
(m(!0), h(de, null, he(s.value, (w, D) => (m(), h("span", {
|
|
7628
7628
|
key: "espres-" + D
|
|
7629
7629
|
}, [
|
|
@@ -7634,15 +7634,15 @@ const $b = /* @__PURE__ */ pe({
|
|
|
7634
7634
|
])) : M("", !0)
|
|
7635
7635
|
])
|
|
7636
7636
|
])) : (m(), h("div", Y1, [
|
|
7637
|
-
(x = (_ =
|
|
7638
|
-
O[5] || (O[5] =
|
|
7637
|
+
(x = (_ = b(t)) == null ? void 0 : _.idiomas) != null && x.length ? (m(), h("div", X1, [
|
|
7638
|
+
O[5] || (O[5] = v("div", { class: "q-mr-sm" }, "Idiomas:", -1)),
|
|
7639
7639
|
z(Ul, {
|
|
7640
|
-
items:
|
|
7640
|
+
items: b(t).idiomas,
|
|
7641
7641
|
type: "languages"
|
|
7642
7642
|
}, null, 8, ["items"])
|
|
7643
7643
|
])) : M("", !0),
|
|
7644
|
-
O[6] || (O[6] =
|
|
7645
|
-
|
|
7644
|
+
O[6] || (O[6] = v("div", null, "Especializado en:", -1)),
|
|
7645
|
+
v("ul", null, [
|
|
7646
7646
|
(m(!0), h(de, null, he(c.value, (w) => (m(), h("li", null, B(w), 1))), 256)),
|
|
7647
7647
|
(m(!0), h(de, null, he(o.value, (w) => (m(), h("li", null, B(w), 1))), 256)),
|
|
7648
7648
|
(m(!0), h(de, null, he(s.value, (w) => (m(), h("li", null, B(w), 1))), 256))
|
|
@@ -7741,14 +7741,14 @@ const $b = /* @__PURE__ */ pe({
|
|
|
7741
7741
|
default: ne(() => {
|
|
7742
7742
|
var R, W;
|
|
7743
7743
|
return [
|
|
7744
|
-
|
|
7745
|
-
|
|
7746
|
-
|
|
7744
|
+
v("div", e2, [
|
|
7745
|
+
v("div", a2, [
|
|
7746
|
+
v("div", i2, [
|
|
7747
7747
|
(m(!0), h(de, null, he(w.value, (j) => (m(), se(en, { tag: j }, null, 8, ["tag"]))), 256))
|
|
7748
7748
|
]),
|
|
7749
7749
|
u.value ? (m(), h("div", l2, [
|
|
7750
7750
|
fe(B((R = A.value) != null && R.length ? D.value : 0) + "/" + B(((W = A.value) == null ? void 0 : W.length) || 0) + " ", 1),
|
|
7751
|
-
z(
|
|
7751
|
+
z(b(Ye), {
|
|
7752
7752
|
name: "sym_o_image",
|
|
7753
7753
|
size: "sm",
|
|
7754
7754
|
class: "q-ml-xs"
|
|
@@ -7763,24 +7763,24 @@ const $b = /* @__PURE__ */ pe({
|
|
|
7763
7763
|
"border-radius": P.borderRadius
|
|
7764
7764
|
}, null, 8, ["modelValue", "items", "height", "border-radius"])
|
|
7765
7765
|
]),
|
|
7766
|
-
z(
|
|
7766
|
+
z(b(ai), { class: "q-pa-md-lg q-pa-md column justify-between full-height" }, {
|
|
7767
7767
|
default: ne(() => {
|
|
7768
7768
|
var j;
|
|
7769
7769
|
return [
|
|
7770
|
-
|
|
7771
|
-
|
|
7772
|
-
|
|
7770
|
+
v("div", null, [
|
|
7771
|
+
v("div", t2, [
|
|
7772
|
+
v("div", n2, B(_.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 ? (m(), h("div", o2, [
|
|
7779
|
-
z(
|
|
7780
|
-
|
|
7779
|
+
z(b(Ye), { name: "sym_o_location_on" }),
|
|
7780
|
+
v("div", s2, B(C.value), 1)
|
|
7781
7781
|
])) : M("", !0),
|
|
7782
|
-
|
|
7783
|
-
|
|
7782
|
+
v("div", r2, [
|
|
7783
|
+
v("div", c2, [
|
|
7784
7784
|
x.value ? (m(), h("span", {
|
|
7785
7785
|
key: 0,
|
|
7786
7786
|
class: "description",
|
|
@@ -7789,12 +7789,12 @@ const $b = /* @__PURE__ */ pe({
|
|
|
7789
7789
|
WebkitLineClamp: P.descriptionLines
|
|
7790
7790
|
})
|
|
7791
7791
|
}, B(x.value || "~"), 5)) : (m(), h("span", u2, [...E[2] || (E[2] = [
|
|
7792
|
-
|
|
7792
|
+
v("i", null, "Sin descripción", -1)
|
|
7793
7793
|
])]))
|
|
7794
7794
|
]),
|
|
7795
7795
|
z(ku, {
|
|
7796
7796
|
gamaProps: P.gamaProps,
|
|
7797
|
-
data: (j =
|
|
7797
|
+
data: (j = b(o)) == null ? void 0 : j.PROPS
|
|
7798
7798
|
}, null, 8, ["gamaProps", "data"])
|
|
7799
7799
|
])
|
|
7800
7800
|
])
|
|
@@ -8597,8 +8597,8 @@ const g2 = {
|
|
|
8597
8597
|
});
|
|
8598
8598
|
return (O, C) => {
|
|
8599
8599
|
var _;
|
|
8600
|
-
return (_ =
|
|
8601
|
-
z(
|
|
8600
|
+
return (_ = b(f)) != null && _.length && b(c) ? (m(), h("div", g2, [
|
|
8601
|
+
z(b(Fe), {
|
|
8602
8602
|
onClick: di(g, ["stop"]),
|
|
8603
8603
|
size: "12px",
|
|
8604
8604
|
icon: s.value ? "public" : "public_off",
|
|
@@ -8608,7 +8608,7 @@ const g2 = {
|
|
|
8608
8608
|
round: ""
|
|
8609
8609
|
}, {
|
|
8610
8610
|
default: ne(() => [
|
|
8611
|
-
z(
|
|
8611
|
+
z(b(xi), null, {
|
|
8612
8612
|
default: ne(() => [
|
|
8613
8613
|
fe(B(s.value ? "Visible al público" : "Privado"), 1)
|
|
8614
8614
|
]),
|
|
@@ -8632,13 +8632,13 @@ const g2 = {
|
|
|
8632
8632
|
return m(), h("div", b2, [
|
|
8633
8633
|
z(ol, {
|
|
8634
8634
|
onClick: u[0] || (u[0] = (x) => o("nueva_hipoteca")),
|
|
8635
|
-
disable: !((g =
|
|
8636
|
-
label: ((O =
|
|
8635
|
+
disable: !((g = b(t)) != null && g.URL),
|
|
8636
|
+
label: ((O = b(f)) == 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 =
|
|
8641
|
-
label: ((_ =
|
|
8640
|
+
disable: !((C = b(t)) != null && C.URL),
|
|
8641
|
+
label: ((_ = b(f)) == null ? void 0 : _[1]) || "Solicitar cambio de banco"
|
|
8642
8642
|
}, null, 8, ["disable", "label"])
|
|
8643
8643
|
]);
|
|
8644
8644
|
};
|
|
@@ -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
|
|
8887
|
+
return b(f).length ? Lt((m(), h("div", {
|
|
8888
8888
|
key: 0,
|
|
8889
8889
|
class: "images-miniature",
|
|
8890
8890
|
onDragleave: w[1] || (w[1] = //@ts-ignore
|
|
8891
|
-
(...A) =>
|
|
8891
|
+
(...A) => b(u) && b(u)(...A)),
|
|
8892
8892
|
onDragover: w[2] || (w[2] = //@ts-ignore
|
|
8893
|
-
(...A) =>
|
|
8893
|
+
(...A) => b(g) && b(g)(...A)),
|
|
8894
8894
|
onDrop: w[3] || (w[3] = //@ts-ignore
|
|
8895
|
-
(...A) =>
|
|
8895
|
+
(...A) => b(C) && b(C)(...A))
|
|
8896
8896
|
}, [
|
|
8897
|
-
(m(!0), h(de, null, he(
|
|
8897
|
+
(m(!0), h(de, null, he(b(f), (A, P) => (m(), h("div", {
|
|
8898
8898
|
class: "q-mb-md image-miniature q-px-sm",
|
|
8899
8899
|
key: P,
|
|
8900
|
-
id: A[
|
|
8900
|
+
id: A[b(_)],
|
|
8901
8901
|
onDragstart: w[0] || (w[0] = //@ts-ignore
|
|
8902
|
-
(...E) =>
|
|
8903
|
-
draggable:
|
|
8902
|
+
(...E) => b(O) && b(O)(...E)),
|
|
8903
|
+
draggable: b(c)
|
|
8904
8904
|
}, [
|
|
8905
8905
|
A ? (m(), 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 ===
|
|
8913
|
+
borderColor: P === b(t) - 1 ? "#015979 " : "transparent"
|
|
8914
8914
|
}),
|
|
8915
8915
|
class: "q-pb-sm win-card"
|
|
8916
8916
|
}, [
|
|
8917
|
-
A != null && A.location ? A.filetype === "image" ? (m(), se(
|
|
8917
|
+
A != null && A.location ? A.filetype === "image" ? (m(), se(b(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" ? (m(), h("div", D2, [
|
|
8923
|
-
|
|
8923
|
+
v("video", {
|
|
8924
8924
|
src: A.location,
|
|
8925
8925
|
style: { width: "100%", height: "100%", background: "black" }
|
|
8926
8926
|
}, null, 8, T2),
|
|
8927
|
-
|
|
8928
|
-
z(
|
|
8927
|
+
v("div", R2, [
|
|
8928
|
+
z(b(Ye), {
|
|
8929
8929
|
size: "lg",
|
|
8930
8930
|
name: "o_play_circle",
|
|
8931
8931
|
color: "white"
|
|
8932
8932
|
})
|
|
8933
8933
|
])
|
|
8934
8934
|
])) : M("", !0) : (m(), h("div", x2, [
|
|
8935
|
-
z(
|
|
8935
|
+
z(b(Ye), {
|
|
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,
|
|
8944
|
+
[D, b(s)]
|
|
8945
8945
|
]) : M("", !0);
|
|
8946
8946
|
};
|
|
8947
8947
|
}
|
|
@@ -9034,40 +9034,40 @@ const E2 = ["id", "draggable"], y2 = ["onClick"], x2 = {
|
|
|
9034
9034
|
return (Z, S) => {
|
|
9035
9035
|
var F;
|
|
9036
9036
|
return m(), h(de, null, [
|
|
9037
|
-
|
|
9038
|
-
|
|
9037
|
+
v("div", L2, [
|
|
9038
|
+
b(O) ? M("", !0) : (m(), se(Di, {
|
|
9039
9039
|
key: 0,
|
|
9040
9040
|
icon: "edit",
|
|
9041
9041
|
sm: "",
|
|
9042
9042
|
onClick: j
|
|
9043
9043
|
}))
|
|
9044
9044
|
]),
|
|
9045
|
-
|
|
9046
|
-
|
|
9045
|
+
v("div", w2, [
|
|
9046
|
+
v("div", M2, [
|
|
9047
9047
|
u.value.length > 1 ? (m(), se(N2, {
|
|
9048
9048
|
key: 0,
|
|
9049
9049
|
class: "gt-sm"
|
|
9050
9050
|
})) : M("", !0),
|
|
9051
|
-
|
|
9051
|
+
v("div", U2, [
|
|
9052
9052
|
z(Bl, {
|
|
9053
9053
|
modelValue: s.value,
|
|
9054
9054
|
"onUpdate:modelValue": S[0] || (S[0] = (Q) => s.value = Q),
|
|
9055
9055
|
items: u.value,
|
|
9056
9056
|
height: Z.imageHeight,
|
|
9057
9057
|
autoplay: !1,
|
|
9058
|
-
showControls:
|
|
9058
|
+
showControls: b(t).lt.md,
|
|
9059
9059
|
cover: !0
|
|
9060
9060
|
}, null, 8, ["modelValue", "items", "height", "showControls"]),
|
|
9061
9061
|
z(zu)
|
|
9062
9062
|
])
|
|
9063
9063
|
]),
|
|
9064
|
-
|
|
9065
|
-
|
|
9066
|
-
|
|
9067
|
-
|
|
9064
|
+
v("div", null, [
|
|
9065
|
+
v("div", B2, [
|
|
9066
|
+
v("div", null, [
|
|
9067
|
+
v("div", F2, B(w.value), 1),
|
|
9068
9068
|
D.value ? (m(), h("div", k2, [
|
|
9069
|
-
z(
|
|
9070
|
-
|
|
9069
|
+
z(b(Ye), { name: "sym_o_location_on" }),
|
|
9070
|
+
v("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
|
-
|
|
9079
|
-
|
|
9078
|
+
v("div", G2, [
|
|
9079
|
+
v("div", V2, [
|
|
9080
9080
|
P.value ? (m(), 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)) : (m(), h("span", q2, [...S[1] || (S[1] = [
|
|
9088
|
-
|
|
9088
|
+
v("i", null, "Sin descripción", -1)
|
|
9089
9089
|
])]))
|
|
9090
9090
|
]),
|
|
9091
9091
|
z(ku, {
|
|
9092
|
-
gamaProps:
|
|
9093
|
-
data: (F =
|
|
9092
|
+
gamaProps: b(C),
|
|
9093
|
+
data: (F = b(g)) == null ? void 0 : F.PROPS,
|
|
9094
9094
|
table: ""
|
|
9095
9095
|
}, null, 8, ["gamaProps", "data"]),
|
|
9096
|
-
|
|
9096
|
+
b(O) ? (m(), se(O2, { key: 0 })) : M("", !0)
|
|
9097
9097
|
])
|
|
9098
9098
|
])
|
|
9099
9099
|
]),
|
|
9100
|
-
|
|
9101
|
-
|
|
9100
|
+
v("h6", $2, B(E.value), 1),
|
|
9101
|
+
v("p", null, B(R.value), 1)
|
|
9102
9102
|
], 64);
|
|
9103
9103
|
};
|
|
9104
9104
|
}
|
|
@@ -9381,21 +9381,21 @@ const E2 = ["id", "draggable"], y2 = ["onClick"], x2 = {
|
|
|
9381
9381
|
return (P, E) => {
|
|
9382
9382
|
var R, W;
|
|
9383
9383
|
return m(), h("div", null, [
|
|
9384
|
-
(R = o.value) != null && R.OCULTAR_PRECIO_LANDING && !
|
|
9385
|
-
|
|
9386
|
-
x.value && !
|
|
9384
|
+
(R = o.value) != null && R.OCULTAR_PRECIO_LANDING && !b(c) ? (m(), h("div", Q2)) : (m(), h("div", Y2, [
|
|
9385
|
+
v("div", null, [
|
|
9386
|
+
x.value && !b(c) ? (m(), h("div", {
|
|
9387
9387
|
key: 0,
|
|
9388
9388
|
class: va([
|
|
9389
9389
|
"strikethrough",
|
|
9390
|
-
|
|
9390
|
+
b(t) === "small" ? "" : "text-h6",
|
|
9391
9391
|
"text-grey-7"
|
|
9392
9392
|
])
|
|
9393
|
-
}, B(
|
|
9394
|
-
|
|
9395
|
-
class: va(
|
|
9393
|
+
}, B(b(Ze.toCurrency)(C.value)), 3)) : M("", !0),
|
|
9394
|
+
v("div", {
|
|
9395
|
+
class: va(b(t) === "small" ? "price" : "text-h4")
|
|
9396
9396
|
}, [
|
|
9397
|
-
fe(B(
|
|
9398
|
-
x.value ? (m(), se(
|
|
9397
|
+
fe(B(b(c) ? O.value : g.value) + " ", 1),
|
|
9398
|
+
x.value ? (m(), se(b(Dt), {
|
|
9399
9399
|
key: 0,
|
|
9400
9400
|
align: "middle",
|
|
9401
9401
|
color: "red",
|
|
@@ -9407,9 +9407,9 @@ const E2 = ["id", "draggable"], y2 = ["onClick"], x2 = {
|
|
|
9407
9407
|
_: 1
|
|
9408
9408
|
})) : M("", !0)
|
|
9409
9409
|
], 2),
|
|
9410
|
-
|
|
9410
|
+
v("span", X2, B(b(c) ? "IVA no incluido" : "IVA incluido"), 1)
|
|
9411
9411
|
]),
|
|
9412
|
-
(W = o.value) != null && W.OCULTAR_PRECIO_LANDING ? (m(), se(
|
|
9412
|
+
(W = o.value) != null && W.OCULTAR_PRECIO_LANDING ? (m(), se(b(Ye), {
|
|
9413
9413
|
key: 0,
|
|
9414
9414
|
name: "visibility_off",
|
|
9415
9415
|
size: "sm",
|
|
@@ -9595,7 +9595,7 @@ const E2 = ["id", "draggable"], y2 = ["onClick"], x2 = {
|
|
|
9595
9595
|
return (D, A) => {
|
|
9596
9596
|
var P, E, R, W, j, Z, S, F, Q, X, ue, G, q, ie, ce, be, me, De, Se;
|
|
9597
9597
|
return m(), h("div", eh, [
|
|
9598
|
-
|
|
9598
|
+
v("div", {
|
|
9599
9599
|
class: "q-mt-md row text-black justify-start",
|
|
9600
9600
|
style: te(`font-size: ${D.lite ? "15px" : "16px"}`)
|
|
9601
9601
|
}, [
|
|
@@ -9605,13 +9605,13 @@ const E2 = ["id", "draggable"], y2 = ["onClick"], x2 = {
|
|
|
9605
9605
|
D.lite ? ke % 2 ? "col-md-5 text-left col-6" : "col-md-7 q-pr-xs text-left col-6" : "col-md-6 col-12 flex items-center"
|
|
9606
9606
|
)
|
|
9607
9607
|
}, [
|
|
9608
|
-
|
|
9609
|
-
z(
|
|
9608
|
+
v("span", null, [
|
|
9609
|
+
z(b(Ye), {
|
|
9610
9610
|
size: "xs",
|
|
9611
9611
|
name: ye.icon
|
|
9612
9612
|
}, null, 8, ["name"]),
|
|
9613
|
-
|
|
9614
|
-
z(
|
|
9613
|
+
v("span", ah, B(ye.value), 1),
|
|
9614
|
+
z(b(xi), null, {
|
|
9615
9615
|
default: ne(() => [
|
|
9616
9616
|
fe(B(ye.label), 1)
|
|
9617
9617
|
]),
|
|
@@ -9621,85 +9621,85 @@ const E2 = ["id", "draggable"], y2 = ["onClick"], x2 = {
|
|
|
9621
9621
|
], 2))), 128))
|
|
9622
9622
|
], 4),
|
|
9623
9623
|
D.lite ? M("", !0) : (m(), h(de, { key: 0 }, [
|
|
9624
|
-
(P =
|
|
9625
|
-
(R =
|
|
9626
|
-
z(
|
|
9624
|
+
(P = b(t)) != null && P.consumo_maximo_w || (E = b(t)) != null && E.consumo_medio_w ? (m(), h("div", ih, [
|
|
9625
|
+
(R = b(t)) != null && R.consumo_medio_w ? (m(), h("div", lh, [
|
|
9626
|
+
z(b(Ye), {
|
|
9627
9627
|
color: "green",
|
|
9628
9628
|
name: "sym_o_flash_on",
|
|
9629
9629
|
class: "q-mr-xs",
|
|
9630
9630
|
size: "18px"
|
|
9631
9631
|
}),
|
|
9632
|
-
|
|
9632
|
+
v("div", null, [
|
|
9633
9633
|
A[0] || (A[0] = fe(" Consumo medio: ", -1)),
|
|
9634
|
-
|
|
9634
|
+
v("span", th, B((W = b(t)) == null ? void 0 : W.consumo_medio_w), 1)
|
|
9635
9635
|
])
|
|
9636
9636
|
])) : M("", !0),
|
|
9637
|
-
(j =
|
|
9638
|
-
z(
|
|
9637
|
+
(j = b(t)) != null && j.consumo_maximo_w ? (m(), h("div", nh, [
|
|
9638
|
+
z(b(Ye), {
|
|
9639
9639
|
color: "green",
|
|
9640
9640
|
name: "sym_o_flash_on",
|
|
9641
9641
|
class: "q-mr-xs",
|
|
9642
9642
|
size: "18px"
|
|
9643
9643
|
}),
|
|
9644
|
-
|
|
9644
|
+
v("div", null, [
|
|
9645
9645
|
A[1] || (A[1] = fe(" Consumo máximo: ", -1)),
|
|
9646
|
-
|
|
9646
|
+
v("span", oh, B((Z = b(t)) == null ? void 0 : Z.consumo_maximo_w), 1)
|
|
9647
9647
|
])
|
|
9648
9648
|
])) : M("", !0)
|
|
9649
9649
|
])) : M("", !0),
|
|
9650
|
-
|
|
9650
|
+
v("div", sh, [
|
|
9651
9651
|
w.value ? (m(), h("div", rh, [
|
|
9652
9652
|
A[2] || (A[2] = fe(" Distancia recomendada: ", -1)),
|
|
9653
|
-
|
|
9653
|
+
v("span", ch, "a partir de " + B(w.value) + " m", 1)
|
|
9654
9654
|
])) : M("", !0),
|
|
9655
|
-
(S =
|
|
9655
|
+
(S = b(t)) != null && S.serie ? (m(), h("div", uh, [
|
|
9656
9656
|
A[3] || (A[3] = fe(" Serie: ", -1)),
|
|
9657
|
-
|
|
9657
|
+
v("span", dh, B(s("serie")), 1)
|
|
9658
9658
|
])) : M("", !0),
|
|
9659
|
-
(F =
|
|
9659
|
+
(F = b(t)) != null && F.material ? (m(), h("div", ph, [
|
|
9660
9660
|
A[4] || (A[4] = fe(" Material: ", -1)),
|
|
9661
|
-
|
|
9661
|
+
v("span", mh, B(s("material")), 1)
|
|
9662
9662
|
])) : M("", !0),
|
|
9663
|
-
(Q =
|
|
9663
|
+
(Q = b(t)) != null && Q.usos_habituales && b(xt)((X = b(t)) == null ? void 0 : X.usos_habituales) ? (m(), h("div", fh, [
|
|
9664
9664
|
A[5] || (A[5] = fe(" Usos habituales: ", -1)),
|
|
9665
|
-
|
|
9665
|
+
v("span", _h, B(s("usos_habituales")), 1)
|
|
9666
9666
|
])) : M("", !0),
|
|
9667
|
-
(ue =
|
|
9667
|
+
(ue = b(t)) != null && ue.propositos_generales && b(xt)((G = b(t)) == null ? void 0 : G.propositos_generales) ? (m(), h("div", gh, [
|
|
9668
9668
|
A[6] || (A[6] = fe(" Propositos generales: ", -1)),
|
|
9669
|
-
|
|
9669
|
+
v("span", vh, B(s("propositos_generales")), 1)
|
|
9670
9670
|
])) : M("", !0),
|
|
9671
|
-
(q =
|
|
9671
|
+
(q = b(t)) != null && q.controladoras_compatibles && b(xt)((ie = b(t)) == null ? void 0 : ie.controladoras_compatibles) ? (m(), h("div", bh, [
|
|
9672
9672
|
A[7] || (A[7] = fe(" Controladoras compatibles: ", -1)),
|
|
9673
|
-
|
|
9673
|
+
v("span", hh, B(s("controladoras_compatibles")), 1)
|
|
9674
9674
|
])) : M("", !0),
|
|
9675
|
-
(ce =
|
|
9675
|
+
(ce = b(t)) != null && ce.tipo_de_instalacion ? (m(), h("div", Oh, [
|
|
9676
9676
|
A[8] || (A[8] = fe(" Tipo de instalación: ", -1)),
|
|
9677
|
-
|
|
9677
|
+
v("span", Ah, B(s("tipo_de_instalacion")), 1)
|
|
9678
9678
|
])) : M("", !0),
|
|
9679
|
-
(be =
|
|
9679
|
+
(be = b(t)) != null && be.tipo_servicio ? (m(), h("div", Ih, [
|
|
9680
9680
|
A[9] || (A[9] = fe(" Conexiones y acceso a componentes: ", -1)),
|
|
9681
|
-
|
|
9681
|
+
v("span", Ch, B(s("tipo_servicio")), 1)
|
|
9682
9682
|
])) : M("", !0)
|
|
9683
9683
|
]),
|
|
9684
|
-
|
|
9685
|
-
((me =
|
|
9686
|
-
z(
|
|
9684
|
+
v("div", Ph, [
|
|
9685
|
+
((me = b(t)) == null ? void 0 : me.gob) == "si" ? (m(), h("div", Eh, [
|
|
9686
|
+
z(b(Ye), {
|
|
9687
9687
|
color: "yellow-9",
|
|
9688
9688
|
style: { "font-size": "20px" },
|
|
9689
9689
|
name: "sym_o_verified_user"
|
|
9690
9690
|
}),
|
|
9691
|
-
|
|
9691
|
+
v("div", yh, [
|
|
9692
9692
|
A[10] || (A[10] = fe(" GOB ", -1)),
|
|
9693
|
-
((De =
|
|
9693
|
+
((De = b(t)) == null ? void 0 : De.gob) == "si" ? (m(), h("span", xh, " (mayor resistencia a golpes, humedad y polvo.)")) : M("", !0)
|
|
9694
9694
|
])
|
|
9695
9695
|
])) : M("", !0),
|
|
9696
|
-
(Se =
|
|
9697
|
-
z(
|
|
9696
|
+
(Se = b(t)) != null && Se.proteccion_ip ? (m(), h("div", Dh, [
|
|
9697
|
+
z(b(Ye), {
|
|
9698
9698
|
color: "yellow-9",
|
|
9699
9699
|
style: { "font-size": "20px" },
|
|
9700
9700
|
name: "sym_o_verified_user"
|
|
9701
9701
|
}),
|
|
9702
|
-
|
|
9702
|
+
v("div", Th, B(s("proteccion_ip")), 1)
|
|
9703
9703
|
])) : M("", !0)
|
|
9704
9704
|
])
|
|
9705
9705
|
], 64))
|
|
@@ -9715,7 +9715,7 @@ const E2 = ["id", "draggable"], y2 = ["onClick"], x2 = {
|
|
|
9715
9715
|
emits: ["change-public"],
|
|
9716
9716
|
setup(n, { emit: f }) {
|
|
9717
9717
|
const t = f, c = Ie(!1), o = () => t("change-public");
|
|
9718
|
-
return (s, u) => (m(), se(
|
|
9718
|
+
return (s, u) => (m(), se(b(Fe), {
|
|
9719
9719
|
onClick: di(o, ["stop"]),
|
|
9720
9720
|
loading: c.value,
|
|
9721
9721
|
size: s.size || "12px",
|
|
@@ -9726,7 +9726,7 @@ const E2 = ["id", "draggable"], y2 = ["onClick"], x2 = {
|
|
|
9726
9726
|
round: ""
|
|
9727
9727
|
}, {
|
|
9728
9728
|
default: ne(() => [
|
|
9729
|
-
z(
|
|
9729
|
+
z(b(xi), null, {
|
|
9730
9730
|
default: ne(() => [
|
|
9731
9731
|
fe(B(s.public ? "Visible al público" : "Privado"), 1)
|
|
9732
9732
|
]),
|
|
@@ -9842,25 +9842,25 @@ const E2 = ["id", "draggable"], y2 = ["onClick"], x2 = {
|
|
|
9842
9842
|
default: ne(() => {
|
|
9843
9843
|
var Q, X, ue, G, q;
|
|
9844
9844
|
return [
|
|
9845
|
-
|
|
9846
|
-
|
|
9847
|
-
|
|
9848
|
-
|
|
9845
|
+
v("div", Sh, [
|
|
9846
|
+
v("div", Nh, [
|
|
9847
|
+
v("div", Lh, [
|
|
9848
|
+
v("div", wh, [
|
|
9849
9849
|
C.value.PACK ? (m(), h("span", Mh, " Pack " + B(Z()), 1)) : (m(), h("span", Uh, B(A.value), 1))
|
|
9850
9850
|
]),
|
|
9851
|
-
|
|
9851
|
+
v("div", Bh, [
|
|
9852
9852
|
(m(!0), h(de, null, he(E.value, (ie) => (m(), se(en, { tag: ie }, null, 8, ["tag"]))), 256))
|
|
9853
9853
|
]),
|
|
9854
|
-
|
|
9854
|
+
v("div", Fh, [
|
|
9855
9855
|
fe(B((Q = W.value) != null && Q.length ? R.value : 0) + "/" + B(((X = W.value) == null ? void 0 : X.length) || 0) + " ", 1),
|
|
9856
|
-
z(
|
|
9856
|
+
z(b(Ye), {
|
|
9857
9857
|
name: "sym_o_image",
|
|
9858
9858
|
size: "sm",
|
|
9859
9859
|
class: "q-ml-xs"
|
|
9860
9860
|
})
|
|
9861
9861
|
])
|
|
9862
9862
|
]),
|
|
9863
|
-
z(
|
|
9863
|
+
z(b(ai), { style: { "padding-bottom": "0.35rem" } }, {
|
|
9864
9864
|
default: ne(() => [
|
|
9865
9865
|
z(Bl, {
|
|
9866
9866
|
items: W.value,
|
|
@@ -9881,13 +9881,13 @@ const E2 = ["id", "draggable"], y2 = ["onClick"], x2 = {
|
|
|
9881
9881
|
_: 1
|
|
9882
9882
|
})
|
|
9883
9883
|
]),
|
|
9884
|
-
z(
|
|
9884
|
+
z(b(ai), { style: { "min-height": "330px" } }, {
|
|
9885
9885
|
default: ne(() => {
|
|
9886
9886
|
var ie, ce, be, me, De, Se, ye;
|
|
9887
9887
|
return [
|
|
9888
|
-
|
|
9889
|
-
|
|
9890
|
-
|
|
9888
|
+
v("div", null, [
|
|
9889
|
+
v("div", zh, [
|
|
9890
|
+
v("div", Gh, B(w.value), 1),
|
|
9891
9891
|
C.value.R_ESTADO ? (m(), se(ml, {
|
|
9892
9892
|
key: 0,
|
|
9893
9893
|
label: (ie = C.value.R_ESTADO) == null ? void 0 : ie.NAME,
|
|
@@ -9895,8 +9895,8 @@ const E2 = ["id", "draggable"], y2 = ["onClick"], x2 = {
|
|
|
9895
9895
|
}, null, 8, ["label", "color"])) : M("", !0)
|
|
9896
9896
|
]),
|
|
9897
9897
|
O.value && ((be = C.value.PROPS) != null && be.sku) ? (m(), h("div", Vh, " SKU: " + B(C.value.PROPS.sku), 1)) : M("", !0),
|
|
9898
|
-
|
|
9899
|
-
|
|
9898
|
+
v("div", qh, [
|
|
9899
|
+
v("div", $h, [
|
|
9900
9900
|
_.value ? (m(), se(Fo, {
|
|
9901
9901
|
key: 0,
|
|
9902
9902
|
product: C.value,
|
|
@@ -9904,9 +9904,9 @@ const E2 = ["id", "draggable"], y2 = ["onClick"], x2 = {
|
|
|
9904
9904
|
size: "small"
|
|
9905
9905
|
}, null, 8, ["product", "is-private"])) : M("", !0)
|
|
9906
9906
|
]),
|
|
9907
|
-
|
|
9908
|
-
|
|
9909
|
-
(De = C.value.PROPS) != null && De.a_medida && !((Se = C.value) != null && Se.PACK) ? (m(), se(
|
|
9907
|
+
v("div", Hh, B(b(St)((me = C.value.PROPS) == null ? void 0 : me.ubicacion)), 1),
|
|
9908
|
+
v("div", jh, [
|
|
9909
|
+
(De = C.value.PROPS) != null && De.a_medida && !((Se = C.value) != null && Se.PACK) ? (m(), se(b(zi), {
|
|
9910
9910
|
key: 0,
|
|
9911
9911
|
style: { "background-color": "#0183cb" },
|
|
9912
9912
|
"text-color": "white",
|
|
@@ -9920,7 +9920,7 @@ const E2 = ["id", "draggable"], y2 = ["onClick"], x2 = {
|
|
|
9920
9920
|
])
|
|
9921
9921
|
])
|
|
9922
9922
|
]),
|
|
9923
|
-
|
|
9923
|
+
v("div", Kh, [
|
|
9924
9924
|
j.value.length ? (m(), h("div", Wh, [
|
|
9925
9925
|
(m(!0), h(de, null, he(j.value, (ke) => (m(), h("div", {
|
|
9926
9926
|
key: ke,
|
|
@@ -9928,7 +9928,7 @@ const E2 = ["id", "draggable"], y2 = ["onClick"], x2 = {
|
|
|
9928
9928
|
class: "color-circle"
|
|
9929
9929
|
}, null, 4))), 128))
|
|
9930
9930
|
])) : M("", !0),
|
|
9931
|
-
|
|
9931
|
+
v("div", Zh, [
|
|
9932
9932
|
D.value ? (m(), h("span", {
|
|
9933
9933
|
key: 0,
|
|
9934
9934
|
class: "description",
|
|
@@ -9937,17 +9937,17 @@ const E2 = ["id", "draggable"], y2 = ["onClick"], x2 = {
|
|
|
9937
9937
|
WebkitLineClamp: S.descriptionLines
|
|
9938
9938
|
})
|
|
9939
9939
|
}, B(D.value || "~"), 5)) : (m(), h("span", Qh, [...F[4] || (F[4] = [
|
|
9940
|
-
|
|
9940
|
+
v("i", null, "Sin descripción", -1)
|
|
9941
9941
|
])]))
|
|
9942
9942
|
]),
|
|
9943
9943
|
C.value.PROPS ? (m(), se(an, {
|
|
9944
9944
|
key: 1,
|
|
9945
|
-
"gama-props":
|
|
9945
|
+
"gama-props": b(g),
|
|
9946
9946
|
"product-props": C.value.PROPS,
|
|
9947
9947
|
lite: !0,
|
|
9948
|
-
"hidden-props":
|
|
9948
|
+
"hidden-props": b(u)
|
|
9949
9949
|
}, null, 8, ["gama-props", "product-props", "hidden-props"])) : M("", !0),
|
|
9950
|
-
|
|
9950
|
+
v("div", Yh, [
|
|
9951
9951
|
x.value ? (m(), h("div", Xh, " Requiere configuración ")) : M("", !0),
|
|
9952
9952
|
(ye = C.value) != null && ye.OCULTAR_PRECIO_LANDING ? (m(), h("div", Jh, " Solicitar presupuesto ")) : M("", !0)
|
|
9953
9953
|
])
|
|
@@ -9957,8 +9957,8 @@ const E2 = ["id", "draggable"], y2 = ["onClick"], x2 = {
|
|
|
9957
9957
|
_: 1
|
|
9958
9958
|
})
|
|
9959
9959
|
]),
|
|
9960
|
-
|
|
9961
|
-
O.value ? M("", !0) : (m(), se(
|
|
9960
|
+
v("div", eO, [
|
|
9961
|
+
O.value ? M("", !0) : (m(), se(b(Fe), {
|
|
9962
9962
|
key: 0,
|
|
9963
9963
|
label: (ue = C.value) != null && ue.PACK ? "Ver oferta" : "Ver más",
|
|
9964
9964
|
"text-color": (G = C.value) != null && G.PACK ? "white" : "primary",
|
|
@@ -12853,23 +12853,23 @@ const oO = ["id", "draggable"], sO = ["onClick"], rO = {
|
|
|
12853
12853
|
);
|
|
12854
12854
|
return (x, w) => {
|
|
12855
12855
|
const D = Ro("mutation");
|
|
12856
|
-
return
|
|
12856
|
+
return b(f).length ? Lt((m(), h("div", {
|
|
12857
12857
|
key: 0,
|
|
12858
12858
|
class: "images-miniature",
|
|
12859
12859
|
onDragleave: w[1] || (w[1] = //@ts-ignore
|
|
12860
|
-
(...A) =>
|
|
12860
|
+
(...A) => b(u) && b(u)(...A)),
|
|
12861
12861
|
onDragover: w[2] || (w[2] = //@ts-ignore
|
|
12862
|
-
(...A) =>
|
|
12862
|
+
(...A) => b(g) && b(g)(...A)),
|
|
12863
12863
|
onDrop: w[3] || (w[3] = //@ts-ignore
|
|
12864
|
-
(...A) =>
|
|
12864
|
+
(...A) => b(C) && b(C)(...A))
|
|
12865
12865
|
}, [
|
|
12866
|
-
(m(!0), h(de, null, he(
|
|
12866
|
+
(m(!0), h(de, null, he(b(f), (A, P) => (m(), h("div", {
|
|
12867
12867
|
class: "q-mb-md image-miniature q-px-sm",
|
|
12868
12868
|
key: P,
|
|
12869
|
-
id: A[
|
|
12869
|
+
id: A[b(_)],
|
|
12870
12870
|
onDragstart: w[0] || (w[0] = //@ts-ignore
|
|
12871
|
-
(...E) =>
|
|
12872
|
-
draggable:
|
|
12871
|
+
(...E) => b(O) && b(O)(...E)),
|
|
12872
|
+
draggable: b(c)
|
|
12873
12873
|
}, [
|
|
12874
12874
|
A ? (m(), h("div", {
|
|
12875
12875
|
key: 0,
|
|
@@ -12879,29 +12879,29 @@ const oO = ["id", "draggable"], sO = ["onClick"], rO = {
|
|
|
12879
12879
|
borderWidth: "0.7px",
|
|
12880
12880
|
borderStyle: "solid",
|
|
12881
12881
|
borderRadius: "0.5rem",
|
|
12882
|
-
borderColor: P ===
|
|
12882
|
+
borderColor: P === b(t) - 1 ? "#015979 " : "transparent"
|
|
12883
12883
|
}),
|
|
12884
12884
|
class: "q-pb-sm win-card"
|
|
12885
12885
|
}, [
|
|
12886
|
-
A != null && A.location ? A.tipo === "image" ? (m(), se(
|
|
12886
|
+
A != null && A.location ? A.tipo === "image" ? (m(), se(b(wt), {
|
|
12887
12887
|
key: 1,
|
|
12888
12888
|
src: A.location,
|
|
12889
12889
|
fit: "cover",
|
|
12890
12890
|
class: "media-card"
|
|
12891
12891
|
}, null, 8, ["src"])) : A.tipo === "video" ? (m(), h("div", cO, [
|
|
12892
|
-
|
|
12892
|
+
v("video", {
|
|
12893
12893
|
src: A.location,
|
|
12894
12894
|
style: { width: "100%", height: "100%", background: "black" }
|
|
12895
12895
|
}, null, 8, uO),
|
|
12896
|
-
|
|
12897
|
-
z(
|
|
12896
|
+
v("div", dO, [
|
|
12897
|
+
z(b(Ye), {
|
|
12898
12898
|
size: "lg",
|
|
12899
12899
|
name: "o_play_circle",
|
|
12900
12900
|
color: "white"
|
|
12901
12901
|
})
|
|
12902
12902
|
])
|
|
12903
12903
|
])) : M("", !0) : (m(), h("div", rO, [
|
|
12904
|
-
z(
|
|
12904
|
+
z(b(Ye), {
|
|
12905
12905
|
name: "upload_file",
|
|
12906
12906
|
color: "grey-5",
|
|
12907
12907
|
size: "33px"
|
|
@@ -12910,7 +12910,7 @@ const oO = ["id", "draggable"], sO = ["onClick"], rO = {
|
|
|
12910
12910
|
], 12, sO)) : M("", !0)
|
|
12911
12911
|
], 40, oO))), 128))
|
|
12912
12912
|
], 32)), [
|
|
12913
|
-
[D,
|
|
12913
|
+
[D, b(s)]
|
|
12914
12914
|
]) : M("", !0);
|
|
12915
12915
|
};
|
|
12916
12916
|
}
|
|
@@ -12931,7 +12931,7 @@ const oO = ["id", "draggable"], sO = ["onClick"], rO = {
|
|
|
12931
12931
|
);
|
|
12932
12932
|
return (o, s) => (m(), h("div", mO, [
|
|
12933
12933
|
c.value ? (m(), h("div", fO, [
|
|
12934
|
-
z(
|
|
12934
|
+
z(b(zi), {
|
|
12935
12935
|
color: "blue",
|
|
12936
12936
|
"text-color": "white",
|
|
12937
12937
|
size: "12px"
|
|
@@ -12964,34 +12964,34 @@ const oO = ["id", "draggable"], sO = ["onClick"], rO = {
|
|
|
12964
12964
|
return (u, g) => {
|
|
12965
12965
|
var O;
|
|
12966
12966
|
return m(), h(de, null, [
|
|
12967
|
-
|
|
12968
|
-
(m(!0), h(de, null, he(
|
|
12967
|
+
v("div", gO, [
|
|
12968
|
+
(m(!0), h(de, null, he(b(f), (C, _) => {
|
|
12969
12969
|
var x, w, D, A;
|
|
12970
12970
|
return m(), h("div", {
|
|
12971
12971
|
key: _,
|
|
12972
|
-
class: va(`q-mr-md glass-card detalle-pack ${((x =
|
|
12972
|
+
class: va(`q-mr-md glass-card detalle-pack ${((x = b(t)) == null ? void 0 : x.ID_PRODUCTO) == C.ID_PRODUCTO_DETALLE ? "selected" : ""}`),
|
|
12973
12973
|
onClick: (P) => o(C.DETALLE)
|
|
12974
12974
|
}, [
|
|
12975
|
-
(D = (w = C == null ? void 0 : C.DETALLE) == null ? void 0 : w.ARCHIVOS) != null && D.length ? (m(), se(
|
|
12975
|
+
(D = (w = C == null ? void 0 : C.DETALLE) == null ? void 0 : w.ARCHIVOS) != null && D.length ? (m(), se(b(wt), {
|
|
12976
12976
|
key: 0,
|
|
12977
12977
|
src: C.DETALLE.ARCHIVOS[0].LOCATION || "placeholder.webp",
|
|
12978
12978
|
style: { height: "120px", "border-radius": "8px" },
|
|
12979
12979
|
fit: "contain"
|
|
12980
12980
|
}, null, 8, ["src"])) : M("", !0),
|
|
12981
|
-
|
|
12982
|
-
|
|
12983
|
-
|
|
12981
|
+
v("div", bO, [
|
|
12982
|
+
v("div", hO, B((A = C == null ? void 0 : C.DETALLE) == null ? void 0 : A.NOMBRE), 1),
|
|
12983
|
+
v("div", OO, B(C == null ? void 0 : C.CANTIDAD) + "X", 1)
|
|
12984
12984
|
])
|
|
12985
12985
|
], 10, vO);
|
|
12986
12986
|
}), 128))
|
|
12987
12987
|
]),
|
|
12988
|
-
|
|
12989
|
-
|
|
12990
|
-
|
|
12988
|
+
b(t) ? (m(), h("div", AO, [
|
|
12989
|
+
v("div", IO, B(b(t).NOMBRE), 1),
|
|
12990
|
+
v("div", null, "SKU: " + B((O = b(t).PROPS) == null ? void 0 : O.sku), 1),
|
|
12991
12991
|
z(an, {
|
|
12992
12992
|
class: "q-mt-md",
|
|
12993
12993
|
"product-props": s.value,
|
|
12994
|
-
"gama-props":
|
|
12994
|
+
"gama-props": b(c)
|
|
12995
12995
|
}, null, 8, ["product-props", "gama-props"])
|
|
12996
12996
|
])) : M("", !0)
|
|
12997
12997
|
], 64);
|
|
@@ -13015,14 +13015,14 @@ const oO = ["id", "draggable"], sO = ["onClick"], rO = {
|
|
|
13015
13015
|
return (C, _) => {
|
|
13016
13016
|
var x, w;
|
|
13017
13017
|
return m(), h("div", EO, [
|
|
13018
|
-
|
|
13019
|
-
|
|
13018
|
+
v("div", yO, B(u.value), 1),
|
|
13019
|
+
v("div", {
|
|
13020
13020
|
onClick: O,
|
|
13021
13021
|
class: "tags",
|
|
13022
|
-
style: te({ overflowX: "auto", cursor:
|
|
13022
|
+
style: te({ overflowX: "auto", cursor: b(o) ? "pointer" : "default" })
|
|
13023
13023
|
}, [
|
|
13024
13024
|
(m(!0), h(de, null, he(s.value, (D) => (m(), se(en, { tag: D }, null, 8, ["tag"]))), 256)),
|
|
13025
|
-
!s.value.length &&
|
|
13025
|
+
!s.value.length && b(o) ? (m(), se(b(zi), {
|
|
13026
13026
|
key: 0,
|
|
13027
13027
|
class: "tag",
|
|
13028
13028
|
size: "12px"
|
|
@@ -13033,9 +13033,9 @@ const oO = ["id", "draggable"], sO = ["onClick"], rO = {
|
|
|
13033
13033
|
_: 1
|
|
13034
13034
|
})) : M("", !0)
|
|
13035
13035
|
], 4),
|
|
13036
|
-
|
|
13037
|
-
fe(B((x =
|
|
13038
|
-
z(
|
|
13036
|
+
v("div", xO, [
|
|
13037
|
+
fe(B((x = b(t)) != null && x.length ? b(c) : 0) + "/" + B(((w = b(t)) == null ? void 0 : w.length) || 0) + " ", 1),
|
|
13038
|
+
z(b(Ye), {
|
|
13039
13039
|
name: "sym_o_image",
|
|
13040
13040
|
size: "sm",
|
|
13041
13041
|
class: "q-ml-xs"
|
|
@@ -13055,8 +13055,8 @@ const oO = ["id", "draggable"], sO = ["onClick"], rO = {
|
|
|
13055
13055
|
return (c = f.value) == null ? void 0 : c.descripcion;
|
|
13056
13056
|
});
|
|
13057
13057
|
return (c, o) => t.value ? (m(), h("div", RO, [
|
|
13058
|
-
o[0] || (o[0] =
|
|
13059
|
-
|
|
13058
|
+
o[0] || (o[0] = v("div", { class: "font-bold text-h6" }, "Información del producto", -1)),
|
|
13059
|
+
v("div", null, B(t.value), 1)
|
|
13060
13060
|
])) : M("", !0);
|
|
13061
13061
|
}
|
|
13062
13062
|
}), NO = { class: "full-width grid" }, LO = { class: "bg-grey-2 values" }, wO = { key: 0 }, MO = { class: "text-bold" }, UO = { class: "text-bold" }, BO = {
|
|
@@ -13145,10 +13145,10 @@ const oO = ["id", "draggable"], sO = ["onClick"], rO = {
|
|
|
13145
13145
|
));
|
|
13146
13146
|
}
|
|
13147
13147
|
), (P, E) => (m(), h(de, null, [
|
|
13148
|
-
E[7] || (E[7] =
|
|
13149
|
-
|
|
13150
|
-
|
|
13151
|
-
z(
|
|
13148
|
+
E[7] || (E[7] = v("div", { class: "prices text-bold q-mb-md" }, " Indica las medidas de la pantalla que necesitas ", -1)),
|
|
13149
|
+
v("div", NO, [
|
|
13150
|
+
v("div", null, [
|
|
13151
|
+
z(b(wl), {
|
|
13152
13152
|
type: "number",
|
|
13153
13153
|
outlined: "",
|
|
13154
13154
|
class: "q-mb-md",
|
|
@@ -13160,7 +13160,7 @@ const oO = ["id", "draggable"], sO = ["onClick"], rO = {
|
|
|
13160
13160
|
step: x.value,
|
|
13161
13161
|
min: "0"
|
|
13162
13162
|
}, null, 8, ["modelValue", "step"]),
|
|
13163
|
-
z(
|
|
13163
|
+
z(b(wl), {
|
|
13164
13164
|
type: "number",
|
|
13165
13165
|
outlined: "",
|
|
13166
13166
|
modelValue: c.value.alto,
|
|
@@ -13172,26 +13172,26 @@ const oO = ["id", "draggable"], sO = ["onClick"], rO = {
|
|
|
13172
13172
|
min: "0"
|
|
13173
13173
|
}, null, 8, ["modelValue", "step"])
|
|
13174
13174
|
]),
|
|
13175
|
-
|
|
13176
|
-
|
|
13177
|
-
E[2] || (E[2] =
|
|
13178
|
-
|
|
13175
|
+
v("div", LO, [
|
|
13176
|
+
v("div", null, [
|
|
13177
|
+
E[2] || (E[2] = v("span", null, " Área panel: ", -1)),
|
|
13178
|
+
v("span", null, B(O(D.value)) + " m2", 1)
|
|
13179
13179
|
]),
|
|
13180
13180
|
P.showPrice ? (m(), h("div", wO, [
|
|
13181
|
-
E[3] || (E[3] =
|
|
13182
|
-
|
|
13181
|
+
E[3] || (E[3] = v("span", null, " Importe m2: ", -1)),
|
|
13182
|
+
v("span", null, B(A.value), 1)
|
|
13183
13183
|
])) : M("", !0),
|
|
13184
|
-
|
|
13185
|
-
E[4] || (E[4] =
|
|
13186
|
-
|
|
13184
|
+
v("div", MO, [
|
|
13185
|
+
E[4] || (E[4] = v("span", null, " Área total: ", -1)),
|
|
13186
|
+
v("span", null, B(O(_.value)) + " m2 ", 1)
|
|
13187
13187
|
]),
|
|
13188
|
-
|
|
13189
|
-
E[5] || (E[5] =
|
|
13190
|
-
|
|
13188
|
+
v("div", UO, [
|
|
13189
|
+
E[5] || (E[5] = v("span", null, " Paneles: ", -1)),
|
|
13190
|
+
v("span", null, B(t.value), 1)
|
|
13191
13191
|
]),
|
|
13192
13192
|
P.showPrice ? (m(), h("div", BO, [
|
|
13193
|
-
E[6] || (E[6] =
|
|
13194
|
-
|
|
13193
|
+
E[6] || (E[6] = v("span", null, " Importe total: ", -1)),
|
|
13194
|
+
v("span", null, B(b($c)(C.value)), 1)
|
|
13195
13195
|
])) : M("", !0)
|
|
13196
13196
|
])
|
|
13197
13197
|
])
|
|
@@ -13234,17 +13234,17 @@ const oO = ["id", "draggable"], sO = ["onClick"], rO = {
|
|
|
13234
13234
|
}, A = () => {
|
|
13235
13235
|
u("go_to_catalog");
|
|
13236
13236
|
};
|
|
13237
|
-
return (P, E) =>
|
|
13237
|
+
return (P, E) => b(f) ? (m(), h("div", GO, [
|
|
13238
13238
|
g.value ? (m(), se(zO, {
|
|
13239
13239
|
key: 0,
|
|
13240
|
-
product:
|
|
13240
|
+
product: b(f),
|
|
13241
13241
|
quantity: O.value,
|
|
13242
13242
|
"onUpdate:quantity": E[0] || (E[0] = (R) => O.value = R),
|
|
13243
13243
|
detail: C.value,
|
|
13244
13244
|
"onUpdate:detail": E[1] || (E[1] = (R) => C.value = R),
|
|
13245
|
-
"show-price":
|
|
13245
|
+
"show-price": b(s)
|
|
13246
13246
|
}, null, 8, ["product", "quantity", "detail", "show-price"])) : M("", !0),
|
|
13247
|
-
|
|
13247
|
+
v("div", VO, [
|
|
13248
13248
|
g.value ? (m(), h("div", HO)) : (m(), h("div", qO, [
|
|
13249
13249
|
z(Di, {
|
|
13250
13250
|
outline: "",
|
|
@@ -13252,7 +13252,7 @@ const oO = ["id", "draggable"], sO = ["onClick"], rO = {
|
|
|
13252
13252
|
onClick: x,
|
|
13253
13253
|
icon: "remove"
|
|
13254
13254
|
}),
|
|
13255
|
-
|
|
13255
|
+
v("span", $O, B(O.value), 1),
|
|
13256
13256
|
z(Di, {
|
|
13257
13257
|
outline: "",
|
|
13258
13258
|
size: "sm",
|
|
@@ -13261,17 +13261,17 @@ const oO = ["id", "draggable"], sO = ["onClick"], rO = {
|
|
|
13261
13261
|
icon: "add"
|
|
13262
13262
|
})
|
|
13263
13263
|
])),
|
|
13264
|
-
|
|
13264
|
+
v("div", jO, [
|
|
13265
13265
|
z(ol, {
|
|
13266
13266
|
onClick: A,
|
|
13267
|
-
label:
|
|
13267
|
+
label: b(o) || "Seguir comprando",
|
|
13268
13268
|
class: "q-mr-md"
|
|
13269
13269
|
}, null, 8, ["label"]),
|
|
13270
13270
|
z(ol, {
|
|
13271
13271
|
onClick: D,
|
|
13272
13272
|
disable: _.value,
|
|
13273
13273
|
main: "",
|
|
13274
|
-
label:
|
|
13274
|
+
label: b(c) || "Agregar al carrito"
|
|
13275
13275
|
}, null, 8, ["disable", "label"])
|
|
13276
13276
|
])
|
|
13277
13277
|
])
|
|
@@ -13354,18 +13354,22 @@ const oO = ["id", "draggable"], sO = ["onClick"], rO = {
|
|
|
13354
13354
|
var S, F, Q, X, ue, G, q;
|
|
13355
13355
|
const j = pi("v-else"), Z = pi("ProductAvailableColors");
|
|
13356
13356
|
return m(), h(de, null, [
|
|
13357
|
-
|
|
13358
|
-
v(
|
|
13357
|
+
v("div", null, [
|
|
13358
|
+
v("pre", null, " " + B(b(u)) + `
|
|
13359
|
+
`, 1)
|
|
13360
|
+
]),
|
|
13361
|
+
v("div", XO, [
|
|
13362
|
+
b(g) ? M("", !0) : (m(), se(Di, {
|
|
13359
13363
|
key: 0,
|
|
13360
13364
|
icon: "edit",
|
|
13361
13365
|
sm: "",
|
|
13362
13366
|
onClick: E
|
|
13363
13367
|
}))
|
|
13364
13368
|
]),
|
|
13365
|
-
|
|
13366
|
-
|
|
13369
|
+
v("div", JO, [
|
|
13370
|
+
v("div", eA, [
|
|
13367
13371
|
z(Hc, { class: "gt-sm" }),
|
|
13368
|
-
|
|
13372
|
+
v("div", aA, [
|
|
13369
13373
|
z(TO),
|
|
13370
13374
|
z(Bl, {
|
|
13371
13375
|
style: { "border-radius": "8px" },
|
|
@@ -13378,26 +13382,26 @@ const oO = ["id", "draggable"], sO = ["onClick"], rO = {
|
|
|
13378
13382
|
]),
|
|
13379
13383
|
z(Hc, { class: "lt-md" })
|
|
13380
13384
|
]),
|
|
13381
|
-
|
|
13382
|
-
|
|
13383
|
-
|
|
13384
|
-
|
|
13385
|
+
v("div", null, [
|
|
13386
|
+
v("div", iA, B(b(St)(((S = x.value) == null ? void 0 : S.nombre) || "")), 1),
|
|
13387
|
+
v("div", lA, [
|
|
13388
|
+
b(g) ? M("", !0) : (m(), h("div", tA, "SKU: " + B((Q = (F = x.value) == null ? void 0 : F.props) == null ? void 0 : Q.sku), 1)),
|
|
13385
13389
|
z(j, { div: "" }),
|
|
13386
|
-
!
|
|
13390
|
+
!b(g) && ((X = x.value) != null && X.estado) ? (m(), se(ml, {
|
|
13387
13391
|
key: 1,
|
|
13388
13392
|
label: x.value.estado.name,
|
|
13389
13393
|
color: x.value.estado.color
|
|
13390
13394
|
}, null, 8, ["label", "color"])) : M("", !0)
|
|
13391
13395
|
]),
|
|
13392
|
-
|
|
13393
|
-
|
|
13396
|
+
v("div", nA, [
|
|
13397
|
+
v("div", oA, [
|
|
13394
13398
|
_.value ? (m(), se(Fo, {
|
|
13395
13399
|
key: 0,
|
|
13396
13400
|
product: x.value,
|
|
13397
|
-
"is-private": !
|
|
13401
|
+
"is-private": !b(g)
|
|
13398
13402
|
}, null, 8, ["product", "is-private"])) : M("", !0)
|
|
13399
13403
|
]),
|
|
13400
|
-
|
|
13404
|
+
v("div", sA, B(b(St)(((G = (ue = x.value) == null ? void 0 : ue.props) == null ? void 0 : G.ubicacion) || "")), 1),
|
|
13401
13405
|
z(_O)
|
|
13402
13406
|
]),
|
|
13403
13407
|
z(Z),
|
|
@@ -13405,18 +13409,18 @@ const oO = ["id", "draggable"], sO = ["onClick"], rO = {
|
|
|
13405
13409
|
P.value ? (m(), se(PO, { key: 0 })) : (m(), se(an, {
|
|
13406
13410
|
key: 1,
|
|
13407
13411
|
"product-props": (q = x.value) == null ? void 0 : q.props,
|
|
13408
|
-
"gama-props":
|
|
13412
|
+
"gama-props": b(O)
|
|
13409
13413
|
}, null, 8, ["product-props", "gama-props"])),
|
|
13410
|
-
|
|
13414
|
+
b(g) ? (m(), se(WO, { key: 2 })) : M("", !0)
|
|
13411
13415
|
])
|
|
13412
13416
|
]),
|
|
13413
|
-
|
|
13417
|
+
v("div", rA, [
|
|
13414
13418
|
z(SO)
|
|
13415
13419
|
])
|
|
13416
13420
|
], 64);
|
|
13417
13421
|
};
|
|
13418
13422
|
}
|
|
13419
|
-
}), uA = /* @__PURE__ */ Re(cA, [["__scopeId", "data-v-
|
|
13423
|
+
}), uA = /* @__PURE__ */ Re(cA, [["__scopeId", "data-v-445aca43"]]), dA = Object.freeze([
|
|
13420
13424
|
{
|
|
13421
13425
|
ID_PRODUCTO: 121,
|
|
13422
13426
|
ID_EMPRESA: 1,
|
|
@@ -14460,24 +14464,24 @@ const oO = ["id", "draggable"], sO = ["onClick"], rO = {
|
|
|
14460
14464
|
style: te({ scale: c.scale ?? 1 }),
|
|
14461
14465
|
onClick: x[0] || (x[0] = (w) => t("on-event", {
|
|
14462
14466
|
code: "card_click",
|
|
14463
|
-
payload: { data:
|
|
14467
|
+
payload: { data: b(o) }
|
|
14464
14468
|
}))
|
|
14465
14469
|
}, {
|
|
14466
14470
|
default: ne(() => [
|
|
14467
|
-
z(
|
|
14471
|
+
z(b(ai), { class: "q-pa-none" }, {
|
|
14468
14472
|
default: ne(() => [
|
|
14469
|
-
|
|
14470
|
-
|
|
14473
|
+
v("div", fA, [
|
|
14474
|
+
v("div", null, "Cod. " + B(b(o).COD_CAPTACION), 1),
|
|
14471
14475
|
z(ml, Kc(Wc(C.value)), null, 16)
|
|
14472
14476
|
]),
|
|
14473
|
-
|
|
14474
|
-
|
|
14475
|
-
|
|
14477
|
+
v("div", _A, [
|
|
14478
|
+
v("div", null, B(s.value), 1),
|
|
14479
|
+
v("div", null, B(O.value), 1)
|
|
14476
14480
|
]),
|
|
14477
|
-
|
|
14478
|
-
|
|
14481
|
+
v("div", gA, [
|
|
14482
|
+
v("div", vA, B(u.value), 1),
|
|
14479
14483
|
g.value ? (m(), h("div", bA, [
|
|
14480
|
-
z(
|
|
14484
|
+
z(b(Ye), {
|
|
14481
14485
|
name: "sym_o_phone",
|
|
14482
14486
|
class: "q-mr-xs"
|
|
14483
14487
|
}),
|
|
@@ -15227,62 +15231,62 @@ Facilidad de instalación, se fija a la pared con tornillos de forma sencilla. M
|
|
|
15227
15231
|
var Q, X, ue, G;
|
|
15228
15232
|
return [
|
|
15229
15233
|
c.showHeader ? (m(), h("div", PA, [
|
|
15230
|
-
(X = (Q =
|
|
15234
|
+
(X = (Q = b(o)) == null ? void 0 : Q.PROPS) != null && X.velocidad_de_internet_megas ? (m(), h("div", {
|
|
15231
15235
|
key: 0,
|
|
15232
15236
|
class: "text-h5 text-center text-white q-pa-md text-bold",
|
|
15233
15237
|
style: te({ backgroundColor: c.headerColor || P.value })
|
|
15234
15238
|
}, [
|
|
15235
|
-
|
|
15239
|
+
v("span", null, B((G = (ue = b(o)) == null ? void 0 : ue.PROPS) == null ? void 0 : G.velocidad_de_internet_megas) + " MEGAS", 1)
|
|
15236
15240
|
], 4)) : M("", !0)
|
|
15237
15241
|
])) : M("", !0),
|
|
15238
|
-
z(
|
|
15242
|
+
z(b(ai), { class: "q-pa-lg card-content text-black" }, {
|
|
15239
15243
|
default: ne(() => {
|
|
15240
15244
|
var q, ie, ce, be, me, De, Se, ye, ke, Xe, Ve, ba, ha, Na, oa, ma, ze;
|
|
15241
15245
|
return [
|
|
15242
|
-
|
|
15243
|
-
(m(!0), h(de, null, he(A.value, (Be) => (m(), se(
|
|
15246
|
+
v("div", EA, [
|
|
15247
|
+
(m(!0), h(de, null, he(A.value, (Be) => (m(), se(b(zi), {
|
|
15244
15248
|
outline: "",
|
|
15245
15249
|
key: Be,
|
|
15246
15250
|
size: "md",
|
|
15247
15251
|
style: te({ borderColor: P.value })
|
|
15248
15252
|
}, {
|
|
15249
15253
|
default: ne(() => [
|
|
15250
|
-
fe(B(
|
|
15254
|
+
fe(B(b(Pe.capitalize)(Be)), 1)
|
|
15251
15255
|
]),
|
|
15252
15256
|
_: 2
|
|
15253
15257
|
}, 1032, ["style"]))), 128))
|
|
15254
15258
|
]),
|
|
15255
|
-
|
|
15256
|
-
|
|
15259
|
+
v("div", yA, B((ce = b(Pe.upperFirst)(b(Pe.snakeCase)((ie = (q = b(o)) == null ? void 0 : q.PROPS) == null ? void 0 : ie.segmento))) == null ? void 0 : ce.replace(/_/g, " ")) + " " + B((me = (be = b(o)) == null ? void 0 : be.PROPS) != null && me.segmento ? " - " : "") + " " + B((ye = (Se = (De = b(o)) == null ? void 0 : De.PROPS) == null ? void 0 : Se.familia) == null ? void 0 : ye.join(" - ")), 1),
|
|
15260
|
+
v("div", {
|
|
15257
15261
|
class: "name-container",
|
|
15258
15262
|
style: te({ height: c.titleHeight })
|
|
15259
15263
|
}, [
|
|
15260
|
-
|
|
15264
|
+
v("div", {
|
|
15261
15265
|
class: "name q-my-sm",
|
|
15262
15266
|
style: te({ color: c.nameColor })
|
|
15263
15267
|
}, B(w.value), 5)
|
|
15264
15268
|
], 4),
|
|
15265
|
-
|
|
15266
|
-
(Xe = (ke =
|
|
15267
|
-
F[1] || (F[1] =
|
|
15268
|
-
|
|
15269
|
-
|
|
15269
|
+
v("div", xA, [
|
|
15270
|
+
(Xe = (ke = b(o)) == null ? void 0 : ke.PROPS) != null && Xe.velocidad_de_internet_megas && !c.showHeader ? (m(), h("div", DA, [
|
|
15271
|
+
F[1] || (F[1] = v("div", { class: "col-6 text-main" }, "VELOCIDAD", -1)),
|
|
15272
|
+
v("div", null, [
|
|
15273
|
+
v("span", TA, B((ba = (Ve = b(o)) == null ? void 0 : Ve.PROPS) == null ? void 0 : ba.velocidad_de_internet_megas), 1),
|
|
15270
15274
|
F[0] || (F[0] = fe(" MB ", -1))
|
|
15271
15275
|
])
|
|
15272
15276
|
])) : M("", !0),
|
|
15273
15277
|
_.value ? (m(), h("div", RA, [
|
|
15274
|
-
F[2] || (F[2] =
|
|
15275
|
-
|
|
15278
|
+
F[2] || (F[2] = v("div", { class: "col-6 text-main" }, "WIFI", -1)),
|
|
15279
|
+
v("div", SA, B(_.value), 1)
|
|
15276
15280
|
])) : M("", !0),
|
|
15277
15281
|
R.value ? (m(), h("div", NA, [
|
|
15278
|
-
F[4] || (F[4] =
|
|
15279
|
-
|
|
15280
|
-
|
|
15282
|
+
F[4] || (F[4] = v("div", { class: "col-6 text-main" }, "MÓVIL", -1)),
|
|
15283
|
+
v("div", null, [
|
|
15284
|
+
v("span", LA, B(R.value), 1),
|
|
15281
15285
|
F[3] || (F[3] = fe(" GB ", -1))
|
|
15282
15286
|
])
|
|
15283
15287
|
])) : M("", !0)
|
|
15284
15288
|
]),
|
|
15285
|
-
|
|
15289
|
+
v("div", wA, [
|
|
15286
15290
|
(m(!0), h(de, null, he(x.value, (Be, je) => (m(), h("div", MA, [
|
|
15287
15291
|
(m(), h("img", {
|
|
15288
15292
|
key: je,
|
|
@@ -15291,7 +15295,7 @@ Facilidad de instalación, se fija a la pared con tornillos de forma sencilla. M
|
|
|
15291
15295
|
}, null, 8, UA))
|
|
15292
15296
|
]))), 256))
|
|
15293
15297
|
]),
|
|
15294
|
-
|
|
15298
|
+
v("div", null, [
|
|
15295
15299
|
D.value ? (m(), h("div", {
|
|
15296
15300
|
key: 0,
|
|
15297
15301
|
class: "description text-left text-black q-my-md",
|
|
@@ -15301,11 +15305,11 @@ Facilidad de instalación, se fija a la pared con tornillos de forma sencilla. M
|
|
|
15301
15305
|
})
|
|
15302
15306
|
}, B(D.value), 5)) : M("", !0),
|
|
15303
15307
|
E.value ? (m(), h("div", BA, [
|
|
15304
|
-
|
|
15305
|
-
F[5] || (F[5] =
|
|
15308
|
+
v("span", FA, "$" + B(E.value), 1),
|
|
15309
|
+
F[5] || (F[5] = v("span", { class: "text-caption text-black q-pl-sm q-pt-sm" }, " al mes", -1))
|
|
15306
15310
|
])) : M("", !0),
|
|
15307
15311
|
S.isPublic ? (m(), h("div", kA, [
|
|
15308
|
-
z(
|
|
15312
|
+
z(b(Fe), {
|
|
15309
15313
|
class: "text-bold",
|
|
15310
15314
|
style: te({ backgroundColor: P.value }),
|
|
15311
15315
|
"text-color": "white",
|
|
@@ -15319,7 +15323,7 @@ Facilidad de instalación, se fija a la pared con tornillos de forma sencilla. M
|
|
|
15319
15323
|
])]),
|
|
15320
15324
|
_: 1
|
|
15321
15325
|
}, 8, ["style"]),
|
|
15322
|
-
z(
|
|
15326
|
+
z(b(Fe), {
|
|
15323
15327
|
class: "text-bold q-ml-sm",
|
|
15324
15328
|
color: "black",
|
|
15325
15329
|
"no-caps": "",
|
|
@@ -15333,7 +15337,7 @@ Facilidad de instalación, se fija a la pared con tornillos de forma sencilla. M
|
|
|
15333
15337
|
_: 1
|
|
15334
15338
|
})
|
|
15335
15339
|
])) : M("", !0),
|
|
15336
|
-
|
|
15340
|
+
v("div", {
|
|
15337
15341
|
class: "q-mt-lg",
|
|
15338
15342
|
style: te({
|
|
15339
15343
|
backgroundColor: `${P.value}`,
|
|
@@ -15342,8 +15346,8 @@ Facilidad de instalación, se fija a la pared con tornillos de forma sencilla. M
|
|
|
15342
15346
|
margin: "1rem 0"
|
|
15343
15347
|
})
|
|
15344
15348
|
}, null, 4),
|
|
15345
|
-
|
|
15346
|
-
(Na = (ha =
|
|
15349
|
+
v("div", zA, [
|
|
15350
|
+
(Na = (ha = b(o)) == null ? void 0 : ha.PROPS) != null && Na.permanencia ? (m(), h("span", GA, " Contrato a " + B((ze = (ma = (oa = b(o)) == null ? void 0 : oa.PROPS) == null ? void 0 : ma.permanencia) == null ? void 0 : ze.replace(/_/g, " ")), 1)) : M("", !0)
|
|
15347
15351
|
])
|
|
15348
15352
|
])
|
|
15349
15353
|
];
|
|
@@ -17009,8 +17013,8 @@ const KA = {
|
|
|
17009
17013
|
return (c = f.value) == null ? void 0 : c.descripcion;
|
|
17010
17014
|
});
|
|
17011
17015
|
return (c, o) => t.value ? (m(), h("div", KA, [
|
|
17012
|
-
o[0] || (o[0] =
|
|
17013
|
-
|
|
17016
|
+
o[0] || (o[0] = v("div", { class: "font-bold text-h6" }, "Información del producto", -1)),
|
|
17017
|
+
v("div", null, B(t.value), 1)
|
|
17014
17018
|
])) : M("", !0);
|
|
17015
17019
|
}
|
|
17016
17020
|
}), ZA = { style: { "font-size": "16px", "max-height": "300px", "overflow-y": "auto" } }, QA = {
|
|
@@ -17167,18 +17171,18 @@ const KA = {
|
|
|
17167
17171
|
return (G, q) => {
|
|
17168
17172
|
var ie, ce, be, me, De, Se, ye, ke, Xe, Ve, ba, ha, Na, oa, ma, ze, Be;
|
|
17169
17173
|
return m(), h(de, null, [
|
|
17170
|
-
|
|
17171
|
-
|
|
17174
|
+
v("div", XA, [
|
|
17175
|
+
b(u) ? M("", !0) : (m(), se(Di, {
|
|
17172
17176
|
key: 0,
|
|
17173
17177
|
icon: "edit",
|
|
17174
17178
|
sm: "",
|
|
17175
17179
|
onClick: F
|
|
17176
17180
|
}))
|
|
17177
17181
|
]),
|
|
17178
|
-
|
|
17179
|
-
|
|
17180
|
-
|
|
17181
|
-
(m(!0), h(de, null, he(w.value, (je) => (m(), se(
|
|
17182
|
+
v("div", null, [
|
|
17183
|
+
v("div", null, [
|
|
17184
|
+
v("div", null, [
|
|
17185
|
+
(m(!0), h(de, null, he(w.value, (je) => (m(), se(b(zi), {
|
|
17182
17186
|
outline: "",
|
|
17183
17187
|
key: je,
|
|
17184
17188
|
size: "md",
|
|
@@ -17186,25 +17190,25 @@ const KA = {
|
|
|
17186
17190
|
style: te({ borderColor: X.value })
|
|
17187
17191
|
}, {
|
|
17188
17192
|
default: ne(() => [
|
|
17189
|
-
fe(B(
|
|
17193
|
+
fe(B(b(Pe.capitalize)(je)), 1)
|
|
17190
17194
|
]),
|
|
17191
17195
|
_: 2
|
|
17192
17196
|
}, 1032, ["style"]))), 128))
|
|
17193
17197
|
]),
|
|
17194
|
-
|
|
17195
|
-
|
|
17196
|
-
(ie =
|
|
17198
|
+
v("div", JA, B(x.value || ""), 1),
|
|
17199
|
+
b(u) ? M("", !0) : (m(), h("div", eI, [
|
|
17200
|
+
(ie = b(s)) != null && ie.R_ESTADO ? (m(), se(ml, {
|
|
17197
17201
|
key: 0,
|
|
17198
|
-
label: (be = (ce =
|
|
17199
|
-
color: (De = (me =
|
|
17202
|
+
label: (be = (ce = b(s)) == null ? void 0 : ce.R_ESTADO) == null ? void 0 : be.NAME,
|
|
17203
|
+
color: (De = (me = b(s)) == null ? void 0 : me.R_ESTADO) == null ? void 0 : De.COLOR
|
|
17200
17204
|
}, null, 8, ["label", "color"])) : M("", !0)
|
|
17201
17205
|
])),
|
|
17202
17206
|
S.value ? (m(), h("div", aI, [
|
|
17203
|
-
|
|
17204
|
-
q[0] || (q[0] =
|
|
17207
|
+
v("span", iI, "$" + B(S.value), 1),
|
|
17208
|
+
q[0] || (q[0] = v("span", { class: "text-caption q-pl-sm q-pb-sm" }, " al mes", -1))
|
|
17205
17209
|
])) : M("", !0),
|
|
17206
|
-
|
|
17207
|
-
|
|
17210
|
+
v("div", lI, [
|
|
17211
|
+
v("div", tI, [
|
|
17208
17212
|
Z.value.length ? (m(), h("div", nI, [
|
|
17209
17213
|
(m(!0), h(de, null, he(Z.value, (je, sa) => (m(), h("div", oI, [
|
|
17210
17214
|
(m(), h("img", {
|
|
@@ -17218,45 +17222,45 @@ const KA = {
|
|
|
17218
17222
|
]),
|
|
17219
17223
|
z(YA),
|
|
17220
17224
|
(Se = Q.value) != null && Se.length ? (m(), h("div", rI, [
|
|
17221
|
-
q[1] || (q[1] =
|
|
17222
|
-
|
|
17225
|
+
q[1] || (q[1] = v("div", { class: "text-bold" }, "Ideal para:", -1)),
|
|
17226
|
+
v("ul", cI, [
|
|
17223
17227
|
(m(!0), h(de, null, he(Q.value, (je) => {
|
|
17224
17228
|
var sa;
|
|
17225
|
-
return m(), h("li", null, B((sa =
|
|
17229
|
+
return m(), h("li", null, B((sa = b(Pe.upperFirst)(b(Pe.snakeCase)(je))) == null ? void 0 : sa.replace(/_/g, " ")), 1);
|
|
17226
17230
|
}), 256))
|
|
17227
17231
|
])
|
|
17228
17232
|
])) : M("", !0),
|
|
17229
17233
|
(ye = Q.value) != null && ye.length ? (m(), h("div", uI, [
|
|
17230
|
-
q[2] || (q[2] =
|
|
17231
|
-
|
|
17234
|
+
q[2] || (q[2] = v("div", { class: "text-bold" }, "Ideal para:", -1)),
|
|
17235
|
+
v("ul", dI, [
|
|
17232
17236
|
(m(!0), h(de, null, he(Q.value, (je) => {
|
|
17233
17237
|
var sa;
|
|
17234
|
-
return m(), h("li", null, B((sa =
|
|
17238
|
+
return m(), h("li", null, B((sa = b(Pe.upperFirst)(b(Pe.snakeCase)(je))) == null ? void 0 : sa.replace(/_/g, " ")), 1);
|
|
17235
17239
|
}), 256))
|
|
17236
17240
|
])
|
|
17237
17241
|
])) : M("", !0),
|
|
17238
17242
|
(Ve = (Xe = (ke = _.value) == null ? void 0 : ke.props) == null ? void 0 : Xe.ventajas) != null && Ve.length ? (m(), h("div", pI, [
|
|
17239
|
-
q[3] || (q[3] =
|
|
17240
|
-
|
|
17243
|
+
q[3] || (q[3] = v("div", { class: "text-bold" }, "Ventajas/Beneficios:", -1)),
|
|
17244
|
+
v("ul", mI, [
|
|
17241
17245
|
(m(!0), h(de, null, he((ha = (ba = _.value) == null ? void 0 : ba.props) == null ? void 0 : ha.ventajas, (je) => {
|
|
17242
17246
|
var sa;
|
|
17243
|
-
return m(), h("li", null, B((sa =
|
|
17247
|
+
return m(), h("li", null, B((sa = b(Pe.upperFirst)(b(Pe.snakeCase)(je))) == null ? void 0 : sa.replace(/_/g, " ")), 1);
|
|
17244
17248
|
}), 256))
|
|
17245
17249
|
])
|
|
17246
17250
|
])) : M("", !0),
|
|
17247
17251
|
(ma = (oa = (Na = _.value) == null ? void 0 : Na.props) == null ? void 0 : oa.wifi) != null && ma.length ? (m(), h("div", fI, [
|
|
17248
|
-
q[4] || (q[4] =
|
|
17249
|
-
|
|
17252
|
+
q[4] || (q[4] = v("div", { class: "text-bold" }, "WIFI:", -1)),
|
|
17253
|
+
v("ul", _I, [
|
|
17250
17254
|
(m(!0), h(de, null, he((Be = (ze = _.value) == null ? void 0 : ze.props) == null ? void 0 : Be.wifi, (je) => {
|
|
17251
17255
|
var sa;
|
|
17252
|
-
return m(), h("li", null, B((sa =
|
|
17256
|
+
return m(), h("li", null, B((sa = b(Pe.upperFirst)(b(Pe.snakeCase)(je))) == null ? void 0 : sa.replace(/_/g, " ")), 1);
|
|
17253
17257
|
}), 256))
|
|
17254
17258
|
])
|
|
17255
17259
|
])) : M("", !0)
|
|
17256
17260
|
])
|
|
17257
17261
|
]),
|
|
17258
|
-
|
|
17259
|
-
z(
|
|
17262
|
+
b(u) ? (m(), h("div", gI, [
|
|
17263
|
+
z(b(Fe), {
|
|
17260
17264
|
class: "text-bold",
|
|
17261
17265
|
style: te({ backgroundColor: X.value }),
|
|
17262
17266
|
"text-color": "white",
|
|
@@ -17272,7 +17276,7 @@ const KA = {
|
|
|
17272
17276
|
_: 1
|
|
17273
17277
|
}, 8, ["style"])
|
|
17274
17278
|
])) : M("", !0),
|
|
17275
|
-
|
|
17279
|
+
v("div", vI, [
|
|
17276
17280
|
z(WA)
|
|
17277
17281
|
])
|
|
17278
17282
|
], 64);
|
|
@@ -20278,36 +20282,36 @@ const KA = {
|
|
|
20278
20282
|
default: ne(() => {
|
|
20279
20283
|
var P, E;
|
|
20280
20284
|
return [
|
|
20281
|
-
(E = (P =
|
|
20285
|
+
(E = (P = b(o)) == null ? void 0 : P.PROPS) != null && E.velocidad_de_internet_megas ? (m(), h("div", {
|
|
20282
20286
|
key: 0,
|
|
20283
20287
|
class: "header text-h5 text-center text-white q-pa-md text-bold",
|
|
20284
20288
|
style: te({ backgroundColor: c.headerColor || c.color })
|
|
20285
20289
|
}, B(w.value), 5)) : M("", !0),
|
|
20286
|
-
z(
|
|
20290
|
+
z(b(ai), { class: "q-pa-lg" }, {
|
|
20287
20291
|
default: ne(() => {
|
|
20288
20292
|
var R, W, j, Z, S, F, Q, X;
|
|
20289
20293
|
return [
|
|
20290
|
-
|
|
20291
|
-
(m(!0), h(de, null, he(g.value, (ue) => (m(), se(
|
|
20294
|
+
v("div", PI, [
|
|
20295
|
+
(m(!0), h(de, null, he(g.value, (ue) => (m(), se(b(zi), {
|
|
20292
20296
|
key: ue,
|
|
20293
20297
|
outline: "",
|
|
20294
20298
|
size: "md",
|
|
20295
20299
|
style: te({ borderColor: c.color })
|
|
20296
20300
|
}, {
|
|
20297
20301
|
default: ne(() => [
|
|
20298
|
-
fe(B(
|
|
20302
|
+
fe(B(b(Pe.capitalize)(ue)), 1)
|
|
20299
20303
|
]),
|
|
20300
20304
|
_: 2
|
|
20301
20305
|
}, 1032, ["style"]))), 128))
|
|
20302
20306
|
]),
|
|
20303
|
-
|
|
20307
|
+
v("div", {
|
|
20304
20308
|
class: "name-container",
|
|
20305
20309
|
style: te({ height: c.titleHeight })
|
|
20306
20310
|
}, [
|
|
20307
|
-
|
|
20311
|
+
v("div", {
|
|
20308
20312
|
class: "name q-my-sm text-black",
|
|
20309
20313
|
style: te({ color: c.nameColor })
|
|
20310
|
-
}, B(
|
|
20314
|
+
}, B(b(Pe.capitalize)(s.value)), 5)
|
|
20311
20315
|
], 4),
|
|
20312
20316
|
u.value ? (m(), h("div", {
|
|
20313
20317
|
key: 0,
|
|
@@ -20317,49 +20321,49 @@ const KA = {
|
|
|
20317
20321
|
WebkitLineClamp: c.descriptionLines
|
|
20318
20322
|
})
|
|
20319
20323
|
}, B(u.value), 5)) : M("", !0),
|
|
20320
|
-
|
|
20324
|
+
v("ul", EI, [
|
|
20321
20325
|
(m(!0), h(de, null, he(C.value, (ue) => (m(), h("li", {
|
|
20322
20326
|
key: ue.key
|
|
20323
20327
|
}, B(ue.label), 1))), 128))
|
|
20324
20328
|
]),
|
|
20325
|
-
|
|
20326
|
-
(j = (W = (R =
|
|
20327
|
-
|
|
20329
|
+
v("div", yI, [
|
|
20330
|
+
(j = (W = (R = b(o)) == null ? void 0 : R.PROPS) == null ? void 0 : W.promocion_portabilidad) != null && j.length ? (m(), h("div", xI, [
|
|
20331
|
+
v("div", {
|
|
20328
20332
|
style: te({ backgroundColor: c.color }),
|
|
20329
20333
|
class: "promo-indicator q-mr-sm"
|
|
20330
20334
|
}, null, 4),
|
|
20331
|
-
A[0] || (A[0] =
|
|
20335
|
+
A[0] || (A[0] = v("div", null, "Promoción de Portabilidad", -1))
|
|
20332
20336
|
])) : M("", !0),
|
|
20333
|
-
(F = (S = (Z =
|
|
20334
|
-
|
|
20337
|
+
(F = (S = (Z = b(o)) == null ? void 0 : Z.PROPS) == null ? void 0 : S.promocion_altas) != null && F.length ? (m(), h("div", DI, [
|
|
20338
|
+
v("div", {
|
|
20335
20339
|
style: te({ backgroundColor: c.color }),
|
|
20336
20340
|
class: "promo-indicator q-mr-sm"
|
|
20337
20341
|
}, null, 4),
|
|
20338
|
-
A[1] || (A[1] =
|
|
20342
|
+
A[1] || (A[1] = v("div", null, "Promoción Alta Internet, Recuperado, Sólo clientes", -1))
|
|
20339
20343
|
])) : M("", !0),
|
|
20340
|
-
(X = (Q =
|
|
20341
|
-
|
|
20344
|
+
(X = (Q = b(o)) == null ? void 0 : Q.PROPS) != null && X.permite_alta_por_internet_recuperado ? (m(), h("div", TI, [
|
|
20345
|
+
v("div", {
|
|
20342
20346
|
style: te({ backgroundColor: c.color }),
|
|
20343
20347
|
class: "promo-indicator q-mr-sm"
|
|
20344
20348
|
}, null, 4),
|
|
20345
|
-
A[2] || (A[2] =
|
|
20349
|
+
A[2] || (A[2] = v("div", null, "Permite alta por internet recuperado", -1))
|
|
20346
20350
|
])) : M("", !0)
|
|
20347
20351
|
])
|
|
20348
20352
|
];
|
|
20349
20353
|
}),
|
|
20350
20354
|
_: 1
|
|
20351
20355
|
}),
|
|
20352
|
-
z(
|
|
20356
|
+
z(b(ai), {
|
|
20353
20357
|
class: "q-pa-lg q-mt-auto",
|
|
20354
20358
|
style: { "padding-top": "0" }
|
|
20355
20359
|
}, {
|
|
20356
20360
|
default: ne(() => [
|
|
20357
|
-
|
|
20358
|
-
|
|
20359
|
-
A[3] || (A[3] =
|
|
20361
|
+
v("div", RI, [
|
|
20362
|
+
v("span", SI, "$" + B(O.value), 1),
|
|
20363
|
+
A[3] || (A[3] = v("span", { class: "text-caption q-pl-sm q-pt-sm" }, "al mes", -1))
|
|
20360
20364
|
]),
|
|
20361
20365
|
D.isPublic ? (m(), h("div", NI, [
|
|
20362
|
-
z(
|
|
20366
|
+
z(b(Fe), {
|
|
20363
20367
|
class: "full-width text-bold",
|
|
20364
20368
|
style: te({ backgroundColor: c.color }),
|
|
20365
20369
|
"text-color": "white",
|
|
@@ -23315,8 +23319,8 @@ const FI = {
|
|
|
23315
23319
|
return (c = f.value) == null ? void 0 : c.descripcion;
|
|
23316
23320
|
});
|
|
23317
23321
|
return (c, o) => t.value ? (m(), h("div", FI, [
|
|
23318
|
-
o[0] || (o[0] =
|
|
23319
|
-
|
|
23322
|
+
o[0] || (o[0] = v("div", { class: "font-bold text-h6" }, "Información del producto", -1)),
|
|
23323
|
+
v("div", null, B(t.value), 1)
|
|
23320
23324
|
])) : M("", !0);
|
|
23321
23325
|
}
|
|
23322
23326
|
}), zI = { style: { "font-size": "16px", "max-height": "300px", "overflow-y": "auto" } }, GI = {
|
|
@@ -23490,45 +23494,45 @@ const FI = {
|
|
|
23490
23494
|
var ce, be, me, De, Se, ye, ke, Xe, Ve, ba, ha, Na, oa, ma;
|
|
23491
23495
|
const ie = pi("QChip");
|
|
23492
23496
|
return m(), h(de, null, [
|
|
23493
|
-
|
|
23494
|
-
|
|
23497
|
+
v("div", qI, [
|
|
23498
|
+
b(u) ? M("", !0) : (m(), se(Di, {
|
|
23495
23499
|
key: 0,
|
|
23496
23500
|
icon: "edit",
|
|
23497
23501
|
sm: "",
|
|
23498
23502
|
onClick: W
|
|
23499
23503
|
}))
|
|
23500
23504
|
]),
|
|
23501
|
-
|
|
23502
|
-
|
|
23503
|
-
|
|
23505
|
+
v("div", null, [
|
|
23506
|
+
v("div", null, [
|
|
23507
|
+
v("div", null, [
|
|
23504
23508
|
(m(!0), h(de, null, he(D.value, (ze) => (m(), se(ie, {
|
|
23505
23509
|
outline: "",
|
|
23506
23510
|
key: ze,
|
|
23507
23511
|
size: "md",
|
|
23508
23512
|
class: "q-mx-xs q-mb-md",
|
|
23509
|
-
style: te({ borderColor:
|
|
23513
|
+
style: te({ borderColor: b(C) })
|
|
23510
23514
|
}, {
|
|
23511
23515
|
default: ne(() => [
|
|
23512
|
-
fe(B(
|
|
23516
|
+
fe(B(b(Pe.capitalize)(ze)), 1)
|
|
23513
23517
|
]),
|
|
23514
23518
|
_: 2
|
|
23515
23519
|
}, 1032, ["style"]))), 128))
|
|
23516
23520
|
]),
|
|
23517
|
-
|
|
23518
|
-
|
|
23519
|
-
(ce =
|
|
23521
|
+
v("div", $I, B(w.value || ""), 1),
|
|
23522
|
+
b(u) ? M("", !0) : (m(), h("div", HI, [
|
|
23523
|
+
(ce = b(s)) != null && ce.R_ESTADO ? (m(), se(ml, {
|
|
23520
23524
|
key: 0,
|
|
23521
|
-
label: (me = (be =
|
|
23522
|
-
color: (Se = (De =
|
|
23525
|
+
label: (me = (be = b(s)) == null ? void 0 : be.R_ESTADO) == null ? void 0 : me.NAME,
|
|
23526
|
+
color: (Se = (De = b(s)) == null ? void 0 : De.R_ESTADO) == null ? void 0 : Se.COLOR
|
|
23523
23527
|
}, null, 8, ["label", "color"])) : M("", !0)
|
|
23524
23528
|
])),
|
|
23525
23529
|
R.value ? (m(), h("div", jI, [
|
|
23526
|
-
|
|
23527
|
-
q[1] || (q[1] =
|
|
23530
|
+
v("span", KI, "$" + B(R.value), 1),
|
|
23531
|
+
q[1] || (q[1] = v("span", { class: "text-caption q-pl-sm q-pb-sm" }, " al mes", -1))
|
|
23528
23532
|
])) : M("", !0),
|
|
23529
23533
|
z(VI),
|
|
23530
|
-
|
|
23531
|
-
z(
|
|
23534
|
+
b(u) ? (m(), h("div", WI, [
|
|
23535
|
+
z(b(Fe), {
|
|
23532
23536
|
class: "text-bold",
|
|
23533
23537
|
style: te({ backgroundColor: c.color }),
|
|
23534
23538
|
"text-color": "white",
|
|
@@ -23543,42 +23547,42 @@ const FI = {
|
|
|
23543
23547
|
_: 1
|
|
23544
23548
|
}, 8, ["style"])
|
|
23545
23549
|
])) : M("", !0),
|
|
23546
|
-
|
|
23550
|
+
v("div", ZI, [
|
|
23547
23551
|
(ye = ue.value) != null && ye.length ? (m(), h("div", QI, [
|
|
23548
|
-
q[3] || (q[3] =
|
|
23549
|
-
|
|
23552
|
+
q[3] || (q[3] = v("div", { class: "text-bold q-pl-md-lg" }, "Características:", -1)),
|
|
23553
|
+
v("ul", YI, [
|
|
23550
23554
|
(m(!0), h(de, null, he(ue.value, (ze) => (m(), h("li", {
|
|
23551
23555
|
key: ze.key
|
|
23552
23556
|
}, B(ze.label), 1))), 128))
|
|
23553
23557
|
])
|
|
23554
23558
|
])) : M("", !0),
|
|
23555
23559
|
(ke = Z.value) != null && ke.length ? (m(), h("div", XI, [
|
|
23556
|
-
q[4] || (q[4] =
|
|
23557
|
-
|
|
23560
|
+
q[4] || (q[4] = v("div", { class: "text-bold q-pl-md-lg" }, "Ideal para:", -1)),
|
|
23561
|
+
v("ul", JI, [
|
|
23558
23562
|
(m(!0), h(de, null, he(Z.value, (ze) => {
|
|
23559
23563
|
var Be;
|
|
23560
|
-
return m(), h("li", { key: ze }, B((Be =
|
|
23564
|
+
return m(), h("li", { key: ze }, B((Be = b(Pe.upperFirst)(b(Pe.snakeCase)(ze))) == null ? void 0 : Be.replace(/_/g, " ")), 1);
|
|
23561
23565
|
}), 128))
|
|
23562
23566
|
])
|
|
23563
23567
|
])) : M("", !0),
|
|
23564
23568
|
(Xe = S.value) != null && Xe.length ? (m(), h("div", eC, [
|
|
23565
|
-
q[5] || (q[5] =
|
|
23566
|
-
|
|
23569
|
+
q[5] || (q[5] = v("div", { class: "text-bold q-pl-md-lg" }, "Uso recomendado:", -1)),
|
|
23570
|
+
v("ul", aC, [
|
|
23567
23571
|
(m(!0), h(de, null, he(S.value, (ze) => {
|
|
23568
23572
|
var Be;
|
|
23569
|
-
return m(), h("li", { key: ze }, B((Be =
|
|
23573
|
+
return m(), h("li", { key: ze }, B((Be = b(Pe.upperFirst)(b(Pe.snakeCase)(ze))) == null ? void 0 : Be.replace(/_/g, " ")), 1);
|
|
23570
23574
|
}), 128))
|
|
23571
23575
|
])
|
|
23572
23576
|
])) : M("", !0)
|
|
23573
23577
|
]),
|
|
23574
23578
|
(ba = (Ve = x.value) == null ? void 0 : Ve.props) != null && ba.claro_video_paramounts ? (m(), h("div", iC, [
|
|
23575
|
-
|
|
23579
|
+
v("img", {
|
|
23576
23580
|
src: mC,
|
|
23577
23581
|
alt: "Claro video",
|
|
23578
23582
|
style: { height: "50px", width: "50px", "border-radius": "8px" },
|
|
23579
23583
|
class: "q-mr-md"
|
|
23580
23584
|
}),
|
|
23581
|
-
|
|
23585
|
+
v("img", {
|
|
23582
23586
|
src: fC,
|
|
23583
23587
|
alt: "Paramount+",
|
|
23584
23588
|
style: { height: "40px", width: "40px", "border-radius": "8px" }
|
|
@@ -23586,52 +23590,52 @@ const FI = {
|
|
|
23586
23590
|
])) : M("", !0),
|
|
23587
23591
|
(ha = F.value) != null && ha.length || (Na = Q.value) != null && Na.length ? (m(), h("div", lC, [
|
|
23588
23592
|
(oa = Q.value) != null && oa.length ? (m(), h("div", tC, [
|
|
23589
|
-
|
|
23590
|
-
|
|
23593
|
+
v("div", nC, [
|
|
23594
|
+
v("div", {
|
|
23591
23595
|
class: "promo-indicator q-mr-sm",
|
|
23592
23596
|
style: te({ backgroundColor: c.color })
|
|
23593
23597
|
}, null, 4),
|
|
23594
|
-
|
|
23598
|
+
v("div", null, [
|
|
23595
23599
|
q[6] || (q[6] = fe(" Promoción Alta Internet, Recuperado, Sólo clientes, Megacable: ", -1)),
|
|
23596
|
-
|
|
23600
|
+
v("span", oC, B(Q.value.map(
|
|
23597
23601
|
(ze) => {
|
|
23598
23602
|
var Be;
|
|
23599
|
-
return (Be =
|
|
23603
|
+
return (Be = b(Pe.upperFirst)(b(Pe.snakeCase)(ze))) == null ? void 0 : Be.replace(/_/g, " ");
|
|
23600
23604
|
}
|
|
23601
23605
|
).join(", ")), 1)
|
|
23602
23606
|
])
|
|
23603
23607
|
])
|
|
23604
23608
|
])) : M("", !0),
|
|
23605
23609
|
(ma = F.value) != null && ma.length ? (m(), h("div", sC, [
|
|
23606
|
-
|
|
23607
|
-
|
|
23610
|
+
v("div", rC, [
|
|
23611
|
+
v("div", {
|
|
23608
23612
|
class: "promo-indicator q-mr-sm",
|
|
23609
23613
|
style: te({ backgroundColor: c.color })
|
|
23610
23614
|
}, null, 4),
|
|
23611
|
-
|
|
23615
|
+
v("div", null, [
|
|
23612
23616
|
q[7] || (q[7] = fe(" Promoción de Portabilidad: ", -1)),
|
|
23613
|
-
|
|
23617
|
+
v("span", cC, B(F.value.map(
|
|
23614
23618
|
(ze) => {
|
|
23615
23619
|
var Be;
|
|
23616
|
-
return (Be =
|
|
23620
|
+
return (Be = b(Pe.upperFirst)(b(Pe.snakeCase)(ze))) == null ? void 0 : Be.replace(/_/g, " ");
|
|
23617
23621
|
}
|
|
23618
23622
|
).join(", ")), 1)
|
|
23619
23623
|
])
|
|
23620
23624
|
])
|
|
23621
23625
|
])) : M("", !0),
|
|
23622
23626
|
X.value ? (m(), h("div", uC, [
|
|
23623
|
-
|
|
23624
|
-
|
|
23627
|
+
v("div", dC, [
|
|
23628
|
+
v("div", {
|
|
23625
23629
|
class: "promo-indicator q-mr-sm",
|
|
23626
23630
|
style: te({ backgroundColor: c.color })
|
|
23627
23631
|
}, null, 4),
|
|
23628
|
-
q[8] || (q[8] =
|
|
23632
|
+
q[8] || (q[8] = v("div", null, "Permite alta por internet recuperado", -1))
|
|
23629
23633
|
])
|
|
23630
23634
|
])) : M("", !0)
|
|
23631
23635
|
])) : M("", !0)
|
|
23632
23636
|
])
|
|
23633
23637
|
]),
|
|
23634
|
-
|
|
23638
|
+
v("div", pC, [
|
|
23635
23639
|
z(kI)
|
|
23636
23640
|
])
|
|
23637
23641
|
], 64);
|
|
@@ -23653,30 +23657,30 @@ const FI = {
|
|
|
23653
23657
|
const f = n, { totalPrice: t, selectedComplementsData: c, priceValue: o, name: s, color: u } = ia(f);
|
|
23654
23658
|
return (g, O) => {
|
|
23655
23659
|
const C = pi("q-separator");
|
|
23656
|
-
return
|
|
23657
|
-
|
|
23658
|
-
|
|
23659
|
-
|
|
23660
|
-
|
|
23660
|
+
return b(t) > 0 ? (m(), h("div", vC, [
|
|
23661
|
+
v("div", bC, [
|
|
23662
|
+
v("div", hC, [
|
|
23663
|
+
v("span", null, "PLAN BASE " + B(b(s)) + ":", 1),
|
|
23664
|
+
v("span", OC, B(b(Ze.toCurrency)(b(o), "MXN")) + " al mes ", 1)
|
|
23661
23665
|
]),
|
|
23662
|
-
(m(!0), h(de, null, he(
|
|
23666
|
+
(m(!0), h(de, null, he(b(c), (_) => (m(), h("div", {
|
|
23663
23667
|
key: _.ID_PRODUCTO,
|
|
23664
23668
|
class: "row justify-between items-center q-mb-xs gt-sm"
|
|
23665
23669
|
}, [
|
|
23666
|
-
|
|
23667
|
-
|
|
23670
|
+
v("span", null, B(_.NOMBRE) + ":", 1),
|
|
23671
|
+
v("span", null, "+" + B(b(Ze.toCurrency)(_.PRECIO, "MXN")) + " al mes", 1)
|
|
23668
23672
|
]))), 128)),
|
|
23669
|
-
|
|
23670
|
-
|
|
23671
|
-
|
|
23673
|
+
v("div", AC, [
|
|
23674
|
+
v("div", null, "PLAN BASE " + B(b(s)), 1),
|
|
23675
|
+
b(c).length ? (m(), h("div", IC, " +" + B(b(c).length) + " complementos ", 1)) : M("", !0)
|
|
23672
23676
|
]),
|
|
23673
23677
|
z(C, { class: "q-my-sm" }),
|
|
23674
|
-
|
|
23675
|
-
O[0] || (O[0] =
|
|
23676
|
-
|
|
23678
|
+
v("div", CC, [
|
|
23679
|
+
O[0] || (O[0] = v("span", { class: "text-h6" }, "Total:", -1)),
|
|
23680
|
+
v("span", {
|
|
23677
23681
|
class: "text-h6",
|
|
23678
23682
|
style: te({ color: f.color })
|
|
23679
|
-
}, B(
|
|
23683
|
+
}, B(b(Ze.toCurrency)(b(t), "MXN")) + " al mes ", 5)
|
|
23680
23684
|
])
|
|
23681
23685
|
])
|
|
23682
23686
|
])) : M("", !0);
|
|
@@ -23921,20 +23925,20 @@ const FI = {
|
|
|
23921
23925
|
{ label: "Otra", value: "Otra" }
|
|
23922
23926
|
];
|
|
23923
23927
|
return (Y, J) => (m(), h(de, null, [
|
|
23924
|
-
z(
|
|
23928
|
+
z(b(H0), {
|
|
23925
23929
|
modelValue: C.value,
|
|
23926
23930
|
"onUpdate:modelValue": J[9] || (J[9] = (Ke) => C.value = Ke),
|
|
23927
|
-
maximized:
|
|
23931
|
+
maximized: b(t).lt.md
|
|
23928
23932
|
}, {
|
|
23929
23933
|
default: ne(() => [
|
|
23930
|
-
z(
|
|
23934
|
+
z(b(j0), { class: "complements-card" }, {
|
|
23931
23935
|
default: ne(() => [
|
|
23932
|
-
z(
|
|
23936
|
+
z(b(ai), { class: "row justify-between no-wrap items-start q-pa-md" }, {
|
|
23933
23937
|
default: ne(() => [
|
|
23934
|
-
|
|
23935
|
-
|
|
23936
|
-
|
|
23937
|
-
(m(!0), h(de, null, he(S.value, (Ke, oe) => (m(), se(
|
|
23938
|
+
v("div", null, [
|
|
23939
|
+
v("div", yC, B(X.value), 1),
|
|
23940
|
+
v("div", xC, [
|
|
23941
|
+
(m(!0), h(de, null, he(S.value, (Ke, oe) => (m(), se(b(Dt), {
|
|
23938
23942
|
key: Ke.id,
|
|
23939
23943
|
style: te({ backgroundColor: sa(oe) }),
|
|
23940
23944
|
"text-color": Vi(oe),
|
|
@@ -23947,7 +23951,7 @@ const FI = {
|
|
|
23947
23951
|
}, 1032, ["style", "text-color"]))), 128))
|
|
23948
23952
|
])
|
|
23949
23953
|
]),
|
|
23950
|
-
z(
|
|
23954
|
+
z(b(Fe), {
|
|
23951
23955
|
onClick: je,
|
|
23952
23956
|
icon: "close",
|
|
23953
23957
|
flat: ""
|
|
@@ -23955,18 +23959,18 @@ const FI = {
|
|
|
23955
23959
|
]),
|
|
23956
23960
|
_: 1
|
|
23957
23961
|
}),
|
|
23958
|
-
z(
|
|
23962
|
+
z(b(ai), { class: "card-content" }, {
|
|
23959
23963
|
default: ne(() => {
|
|
23960
23964
|
var Ke;
|
|
23961
23965
|
return [
|
|
23962
23966
|
_.value === "complements" ? (m(), h("div", DC, [
|
|
23963
|
-
|
|
23964
|
-
|
|
23965
|
-
(m(), h(de, null, he(7, (oe) =>
|
|
23967
|
+
b(ie) || (Ke = ce.value) != null && Ke.length ? (m(), h("div", TC, [
|
|
23968
|
+
b(ie) ? (m(), h("div", RC, [
|
|
23969
|
+
(m(), h(de, null, he(7, (oe) => v("div", {
|
|
23966
23970
|
key: oe,
|
|
23967
23971
|
class: "complement-card-container"
|
|
23968
23972
|
}, [
|
|
23969
|
-
z(
|
|
23973
|
+
z(b(Qc), { class: "complement-skeleton" })
|
|
23970
23974
|
])), 64))
|
|
23971
23975
|
])) : (m(), h("div", SC, [
|
|
23972
23976
|
(m(!0), h(de, null, he(ce.value, (oe) => {
|
|
@@ -23975,7 +23979,7 @@ const FI = {
|
|
|
23975
23979
|
key: oe.ID_PRODUCTO,
|
|
23976
23980
|
class: "complement-card-container"
|
|
23977
23981
|
}, [
|
|
23978
|
-
|
|
23982
|
+
v("div", {
|
|
23979
23983
|
class: va(["complement-card", {
|
|
23980
23984
|
"complement-card--selected": w.value.includes(
|
|
23981
23985
|
oe.ID_PRODUCTO
|
|
@@ -23989,18 +23993,18 @@ const FI = {
|
|
|
23989
23993
|
}),
|
|
23990
23994
|
onClick: (Ea) => Ve(oe.ID_PRODUCTO)
|
|
23991
23995
|
}, [
|
|
23992
|
-
|
|
23996
|
+
v("div", LC, [
|
|
23993
23997
|
(aa = (Pa = oe == null ? void 0 : oe.R_IMG) == null ? void 0 : Pa[0]) != null && aa.LOCATION ? (m(), h("img", {
|
|
23994
23998
|
key: 0,
|
|
23995
23999
|
src: oe.R_IMG[0].LOCATION,
|
|
23996
24000
|
alt: oe.NOMBRE,
|
|
23997
24001
|
style: { "border-radius": "8px" }
|
|
23998
24002
|
}, null, 8, wC)) : (m(), h("div", MC, [...J[12] || (J[12] = [
|
|
23999
|
-
|
|
24003
|
+
v("span", null, "Sin imagen", -1)
|
|
24000
24004
|
])]))
|
|
24001
24005
|
]),
|
|
24002
|
-
|
|
24003
|
-
|
|
24006
|
+
v("div", UC, [
|
|
24007
|
+
v("div", {
|
|
24004
24008
|
class: "complement-name",
|
|
24005
24009
|
title: oe.NOMBRE
|
|
24006
24010
|
}, B(oe.NOMBRE), 9, BC),
|
|
@@ -24016,14 +24020,14 @@ const FI = {
|
|
|
24016
24020
|
class: "complement-check",
|
|
24017
24021
|
style: te({ backgroundColor: o.color })
|
|
24018
24022
|
}, [
|
|
24019
|
-
z(
|
|
24023
|
+
z(b(Ye), {
|
|
24020
24024
|
name: "check",
|
|
24021
24025
|
color: "white",
|
|
24022
24026
|
size: "xs"
|
|
24023
24027
|
})
|
|
24024
24028
|
], 4)) : M("", !0),
|
|
24025
24029
|
oe.TAGS ? (m(), h("div", zC, [
|
|
24026
|
-
z(
|
|
24030
|
+
z(b(Dt), {
|
|
24027
24031
|
style: { border: "1px solid white" },
|
|
24028
24032
|
rounded: "",
|
|
24029
24033
|
color: "red",
|
|
@@ -24037,59 +24041,59 @@ const FI = {
|
|
|
24037
24041
|
])) : M("", !0)
|
|
24038
24042
|
])) : M("", !0),
|
|
24039
24043
|
_.value === "service-type" ? (m(), h("div", GC, [
|
|
24040
|
-
J[19] || (J[19] =
|
|
24041
|
-
J[20] || (J[20] =
|
|
24042
|
-
|
|
24043
|
-
|
|
24044
|
-
|
|
24045
|
-
|
|
24044
|
+
J[19] || (J[19] = v("div", { class: "text-h6 text-center q-mb-md" }, " Selecciona el tipo de servicio ", -1)),
|
|
24045
|
+
J[20] || (J[20] = v("div", { class: "text-subtitle2 text-center text-grey-7 q-mb-xl" }, " Elige una opción para continuar ", -1)),
|
|
24046
|
+
v("div", VC, [
|
|
24047
|
+
v("div", qC, [
|
|
24048
|
+
v("div", $C, [
|
|
24049
|
+
v("div", {
|
|
24046
24050
|
class: va(["service-option", {
|
|
24047
24051
|
"service-option--selected": x.value === "alta_nueva"
|
|
24048
24052
|
}]),
|
|
24049
24053
|
onClick: J[0] || (J[0] = (oe) => ba("alta_nueva"))
|
|
24050
24054
|
}, [
|
|
24051
|
-
z(
|
|
24055
|
+
z(b(Ye), {
|
|
24052
24056
|
name: "add_circle",
|
|
24053
24057
|
size: "xl",
|
|
24054
24058
|
color: x.value === "alta_nueva" ? o.color : "grey-5",
|
|
24055
24059
|
class: "q-mb-md"
|
|
24056
24060
|
}, null, 8, ["color"]),
|
|
24057
|
-
J[13] || (J[13] =
|
|
24058
|
-
J[14] || (J[14] =
|
|
24061
|
+
J[13] || (J[13] = v("div", { class: "service-title" }, "Alta nueva", -1)),
|
|
24062
|
+
J[14] || (J[14] = v("div", { class: "service-description" }, " Instalación de nuevo servicio de internet ", -1))
|
|
24059
24063
|
], 2)
|
|
24060
24064
|
]),
|
|
24061
24065
|
W.value ? (m(), h("div", HC, [
|
|
24062
|
-
|
|
24066
|
+
v("div", {
|
|
24063
24067
|
class: va(["service-option", {
|
|
24064
24068
|
"service-option--selected": x.value === "internet_recuperado"
|
|
24065
24069
|
}]),
|
|
24066
24070
|
onClick: J[1] || (J[1] = (oe) => ba("internet_recuperado"))
|
|
24067
24071
|
}, [
|
|
24068
|
-
z(
|
|
24072
|
+
z(b(Ye), {
|
|
24069
24073
|
name: "restart_alt",
|
|
24070
24074
|
size: "xl",
|
|
24071
24075
|
color: x.value === "internet_recuperado" ? o.color : "grey-5",
|
|
24072
24076
|
class: "q-mb-md"
|
|
24073
24077
|
}, null, 8, ["color"]),
|
|
24074
|
-
J[15] || (J[15] =
|
|
24075
|
-
J[16] || (J[16] =
|
|
24078
|
+
J[15] || (J[15] = v("div", { class: "service-title" }, "Internet recuperado", -1)),
|
|
24079
|
+
J[16] || (J[16] = v("div", { class: "service-description" }, " Reactivación de servicio anteriormente contratado ", -1))
|
|
24076
24080
|
], 2)
|
|
24077
24081
|
])) : M("", !0),
|
|
24078
24082
|
j.value ? (m(), h("div", jC, [
|
|
24079
|
-
|
|
24083
|
+
v("div", {
|
|
24080
24084
|
class: va(["service-option", {
|
|
24081
24085
|
"service-option--selected": x.value === "portabilidad"
|
|
24082
24086
|
}]),
|
|
24083
24087
|
onClick: J[2] || (J[2] = (oe) => ba("portabilidad"))
|
|
24084
24088
|
}, [
|
|
24085
|
-
z(
|
|
24089
|
+
z(b(Ye), {
|
|
24086
24090
|
name: "contact_phone",
|
|
24087
24091
|
size: "xl",
|
|
24088
24092
|
color: x.value === "portabilidad" ? o.color : "grey-5",
|
|
24089
24093
|
class: "q-mb-md"
|
|
24090
24094
|
}, null, 8, ["color"]),
|
|
24091
|
-
J[17] || (J[17] =
|
|
24092
|
-
J[18] || (J[18] =
|
|
24095
|
+
J[17] || (J[17] = v("div", { class: "service-title" }, "Portabilidad", -1)),
|
|
24096
|
+
J[18] || (J[18] = v("div", { class: "service-description" }, " Cambia de operadora manteniendo tu número ", -1))
|
|
24093
24097
|
], 2)
|
|
24094
24098
|
])) : M("", !0)
|
|
24095
24099
|
])
|
|
@@ -24097,9 +24101,9 @@ const FI = {
|
|
|
24097
24101
|
])) : M("", !0),
|
|
24098
24102
|
_.value === "portability" ? (m(), h("div", KC, [
|
|
24099
24103
|
P.value ? (m(), h("div", oP, [
|
|
24100
|
-
|
|
24101
|
-
|
|
24102
|
-
z(
|
|
24104
|
+
v("div", sP, [
|
|
24105
|
+
v("div", rP, " Ingrese los datos para " + B(D.value.length) + " portabilidad" + B(D.value.length > 1 ? "es" : ""), 1),
|
|
24106
|
+
z(b(Fe), {
|
|
24103
24107
|
flat: "",
|
|
24104
24108
|
"no-caps": "",
|
|
24105
24109
|
color: o.color,
|
|
@@ -24108,8 +24112,8 @@ const FI = {
|
|
|
24108
24112
|
onClick: oa
|
|
24109
24113
|
}, null, 8, ["color"])
|
|
24110
24114
|
]),
|
|
24111
|
-
|
|
24112
|
-
z(
|
|
24115
|
+
v("div", cP, [
|
|
24116
|
+
z(b(gc), {
|
|
24113
24117
|
style: { width: "100%", "max-width": "400px" },
|
|
24114
24118
|
modelValue: A.value,
|
|
24115
24119
|
"onUpdate:modelValue": J[7] || (J[7] = (oe) => A.value = oe),
|
|
@@ -24122,17 +24126,17 @@ const FI = {
|
|
|
24122
24126
|
rules: [(oe) => !!oe || "La compañía es requerida"]
|
|
24123
24127
|
}, null, 8, ["modelValue", "rules"])
|
|
24124
24128
|
]),
|
|
24125
|
-
|
|
24129
|
+
v("div", uP, [
|
|
24126
24130
|
(m(!0), h(de, null, he(D.value, (oe, Pa) => (m(), h("div", {
|
|
24127
24131
|
key: Pa,
|
|
24128
24132
|
class: "portability-item q-mb-md q-pa-md"
|
|
24129
24133
|
}, [
|
|
24130
|
-
|
|
24131
|
-
|
|
24134
|
+
v("div", dP, [
|
|
24135
|
+
v("div", pP, " Portabilidad " + B(Pa + 1), 1)
|
|
24132
24136
|
]),
|
|
24133
|
-
|
|
24134
|
-
|
|
24135
|
-
z(
|
|
24137
|
+
v("div", mP, [
|
|
24138
|
+
v("div", fP, [
|
|
24139
|
+
z(b(wl), {
|
|
24136
24140
|
modelValue: oe.nip,
|
|
24137
24141
|
"onUpdate:modelValue": (aa) => oe.nip = aa,
|
|
24138
24142
|
label: "NIP",
|
|
@@ -24141,8 +24145,8 @@ const FI = {
|
|
|
24141
24145
|
rules: [(aa) => !!aa || "NIP es requerido"]
|
|
24142
24146
|
}, null, 8, ["modelValue", "onUpdate:modelValue", "rules"])
|
|
24143
24147
|
]),
|
|
24144
|
-
|
|
24145
|
-
z(
|
|
24148
|
+
v("div", _P, [
|
|
24149
|
+
z(b(wl), {
|
|
24146
24150
|
modelValue: oe.numero,
|
|
24147
24151
|
"onUpdate:modelValue": (aa) => oe.numero = aa,
|
|
24148
24152
|
label: "Número a portar",
|
|
@@ -24155,11 +24159,11 @@ const FI = {
|
|
|
24155
24159
|
]))), 128))
|
|
24156
24160
|
])
|
|
24157
24161
|
])) : (m(), h("div", WC, [
|
|
24158
|
-
J[21] || (J[21] =
|
|
24159
|
-
|
|
24160
|
-
|
|
24161
|
-
|
|
24162
|
-
z(
|
|
24162
|
+
J[21] || (J[21] = v("div", { class: "text-h6 text-center q-mb-md" }, " ¿Cuántas portabilidades desea realizar? ", -1)),
|
|
24163
|
+
v("div", ZC, [
|
|
24164
|
+
v("div", QC, [
|
|
24165
|
+
v("div", YC, [
|
|
24166
|
+
z(b(Fe), {
|
|
24163
24167
|
outline: E.value !== 1,
|
|
24164
24168
|
color: o.color,
|
|
24165
24169
|
style: te(
|
|
@@ -24173,7 +24177,7 @@ const FI = {
|
|
|
24173
24177
|
}, null, 8, ["outline", "color", "style", "text-color"])
|
|
24174
24178
|
]),
|
|
24175
24179
|
Z.value >= 2 ? (m(), h("div", XC, [
|
|
24176
|
-
z(
|
|
24180
|
+
z(b(Fe), {
|
|
24177
24181
|
outline: E.value !== 2,
|
|
24178
24182
|
color: o.color,
|
|
24179
24183
|
style: te(
|
|
@@ -24187,7 +24191,7 @@ const FI = {
|
|
|
24187
24191
|
}, null, 8, ["outline", "color", "style", "text-color"])
|
|
24188
24192
|
])) : M("", !0),
|
|
24189
24193
|
Z.value > 2 ? (m(), h("div", JC, [
|
|
24190
|
-
z(
|
|
24194
|
+
z(b(Fe), {
|
|
24191
24195
|
outline: E.value !== "more",
|
|
24192
24196
|
color: o.color,
|
|
24193
24197
|
style: te(
|
|
@@ -24203,9 +24207,9 @@ const FI = {
|
|
|
24203
24207
|
])) : M("", !0)
|
|
24204
24208
|
]),
|
|
24205
24209
|
E.value === "more" ? (m(), h("div", eP, [
|
|
24206
|
-
|
|
24207
|
-
|
|
24208
|
-
z(
|
|
24210
|
+
v("div", aP, [
|
|
24211
|
+
v("div", iP, [
|
|
24212
|
+
z(b(wl), {
|
|
24209
24213
|
modelValue: R.value,
|
|
24210
24214
|
"onUpdate:modelValue": J[6] || (J[6] = (oe) => R.value = oe),
|
|
24211
24215
|
modelModifiers: { number: !0 },
|
|
@@ -24218,9 +24222,9 @@ const FI = {
|
|
|
24218
24222
|
])
|
|
24219
24223
|
])
|
|
24220
24224
|
])) : M("", !0),
|
|
24221
|
-
|
|
24222
|
-
|
|
24223
|
-
z(
|
|
24225
|
+
v("div", lP, [
|
|
24226
|
+
v("div", tP, [
|
|
24227
|
+
z(b(Fe), {
|
|
24224
24228
|
flat: "",
|
|
24225
24229
|
color: o.color,
|
|
24226
24230
|
label: "Atrás",
|
|
@@ -24230,8 +24234,8 @@ const FI = {
|
|
|
24230
24234
|
"no-caps": ""
|
|
24231
24235
|
}, null, 8, ["color"])
|
|
24232
24236
|
]),
|
|
24233
|
-
|
|
24234
|
-
z(
|
|
24237
|
+
v("div", nP, [
|
|
24238
|
+
z(b(Fe), {
|
|
24235
24239
|
color: o.color,
|
|
24236
24240
|
style: te({ backgroundColor: o.color }),
|
|
24237
24241
|
"text-color": "white",
|
|
@@ -24249,7 +24253,7 @@ const FI = {
|
|
|
24249
24253
|
]))
|
|
24250
24254
|
])) : M("", !0),
|
|
24251
24255
|
_.value === "internet-recovered" ? (m(), h("div", gP, [
|
|
24252
|
-
z(
|
|
24256
|
+
z(b(gc), {
|
|
24253
24257
|
style: { width: "100%", "max-width": "400px" },
|
|
24254
24258
|
modelValue: A.value,
|
|
24255
24259
|
"onUpdate:modelValue": J[8] || (J[8] = (oe) => A.value = oe),
|
|
@@ -24266,7 +24270,7 @@ const FI = {
|
|
|
24266
24270
|
}),
|
|
24267
24271
|
_: 1
|
|
24268
24272
|
}),
|
|
24269
|
-
z(
|
|
24273
|
+
z(b(ai), { class: "card-footer" }, {
|
|
24270
24274
|
default: ne(() => [
|
|
24271
24275
|
De.value > 0 ? (m(), se(EC, {
|
|
24272
24276
|
key: 0,
|
|
@@ -24276,10 +24280,10 @@ const FI = {
|
|
|
24276
24280
|
name: g.value,
|
|
24277
24281
|
color: Y.color
|
|
24278
24282
|
}, null, 8, ["totalPrice", "selectedComplementsData", "priceValue", "name", "color"])) : M("", !0),
|
|
24279
|
-
|
|
24283
|
+
v("div", {
|
|
24280
24284
|
class: va(_.value !== "complements" ? "grid-2" : "grid-1")
|
|
24281
24285
|
}, [
|
|
24282
|
-
_.value !== "complements" ? (m(), se(
|
|
24286
|
+
_.value !== "complements" ? (m(), se(b(Fe), {
|
|
24283
24287
|
key: 0,
|
|
24284
24288
|
outline: "",
|
|
24285
24289
|
color: o.color,
|
|
@@ -24289,7 +24293,7 @@ const FI = {
|
|
|
24289
24293
|
size: "lg",
|
|
24290
24294
|
"no-caps": ""
|
|
24291
24295
|
}, null, 8, ["color"])) : M("", !0),
|
|
24292
|
-
z(
|
|
24296
|
+
z(b(Fe), {
|
|
24293
24297
|
color: o.color,
|
|
24294
24298
|
style: te({ backgroundColor: o.color }),
|
|
24295
24299
|
label: Xe.value,
|