@win2win/shared-ui 0.3.286 → 0.3.288
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/components/Common/Card.vue.d.ts.map +1 -1
- package/dist/components/widgets/plato-card/PlatoCard.vue.d.ts.map +1 -1
- package/dist/plato-placeholder.png +0 -0
- package/dist/style.css +1 -1
- package/dist/w2w-shared-ui.js +756 -748
- package/dist/w2w-shared-ui.umd.cjs +10 -10
- package/package.json +1 -1
package/dist/w2w-shared-ui.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as me, toRefs as Ge, onMounted as Gs, onUnmounted as Vb, createBlock as oe, openBlock as m, unref as v, withCtx as ae, renderSlot as Ki, createCommentVNode as w, createTextVNode as ue, toDisplayString as B, Transition as qb, withDirectives as Hl, createElementVNode as u, normalizeClass as Xe, createVNode as G, createElementBlock as
|
|
1
|
+
import { defineComponent as me, toRefs as Ge, onMounted as Gs, onUnmounted as Vb, createBlock as oe, openBlock as m, unref as v, withCtx as ae, renderSlot as Ki, createCommentVNode as w, createTextVNode as ue, toDisplayString as B, Transition as qb, withDirectives as Hl, createElementVNode as u, normalizeClass as Xe, createVNode as G, createElementBlock as b, vShow as jb, ref as Oe, computed as D, normalizeStyle as J, createSlots as Hb, Fragment as ne, renderList as _e, withModifiers as fi, resolveComponent as gi, resolveDirective as Vs, resolveDynamicComponent as kn, watch as sa, inject as Pa, normalizeProps as au, guardReactiveProps as iu, mergeModels as vl, useModel as jl, provide as wa, isRef as Un, reactive as $b, useCssVars as Kb, mergeProps as Wb } from "vue";
|
|
2
2
|
import { QBtn as Be, QTooltip as Ka, QSpinner as Zb, QIcon as we, QSpinnerHourglass as Yb, QCarousel as Qb, QCarouselSlide as Xb, QCarouselControl as Jb, QImg as Al, QBadge as Us, QMenu as e0, QList as a0, QItem as i0, QItemSection as Ac, QSkeleton as lu, QRadio as Ic, useQuasar as qs, QChip as si, QCardSection as Ja, QRating as su, Screen as ou, QInput as ql, QSpinnerDots as l0, QDialog as s0, QCard as o0, QSelect as xc } from "quasar";
|
|
3
3
|
import { cloneDeep as Gn, mapKeys as oi, upperFirst as _l, snakeCase as Ti, isNil as Bs, uniqueId as Vn, omit as qn, isArray as pl, mapValues as n0 } from "lodash-es";
|
|
4
4
|
import { z as V } from "zod";
|
|
@@ -72,7 +72,7 @@ const fl = /* @__PURE__ */ me({
|
|
|
72
72
|
size: "40px",
|
|
73
73
|
color: "black"
|
|
74
74
|
}),
|
|
75
|
-
d.text ? (m(),
|
|
75
|
+
d.text ? (m(), b("div", u0, B(d.text), 1)) : w("", !0)
|
|
76
76
|
])
|
|
77
77
|
], 2), [
|
|
78
78
|
[jb, d.loading]
|
|
@@ -90,7 +90,7 @@ const fl = /* @__PURE__ */ me({
|
|
|
90
90
|
key: 0,
|
|
91
91
|
class: "row-between q-mb-md"
|
|
92
92
|
}, p0 = { class: "card-menu" }, _0 = {
|
|
93
|
-
key:
|
|
93
|
+
key: 2,
|
|
94
94
|
class: "card-footer"
|
|
95
95
|
}, v0 = /* @__PURE__ */ me({
|
|
96
96
|
__name: "Card",
|
|
@@ -109,7 +109,7 @@ const fl = /* @__PURE__ */ me({
|
|
|
109
109
|
},
|
|
110
110
|
setup(s) {
|
|
111
111
|
const d = s, l = Oe(!d.expandible), r = D(() => String(d.title || ""));
|
|
112
|
-
return (n, t) => (m(),
|
|
112
|
+
return (n, t) => (m(), b("div", {
|
|
113
113
|
class: Xe([
|
|
114
114
|
"win-card field-label",
|
|
115
115
|
{
|
|
@@ -124,7 +124,7 @@ const fl = /* @__PURE__ */ me({
|
|
|
124
124
|
style: J({ borderRadius: n.borderRadius || "8px" })
|
|
125
125
|
}, [
|
|
126
126
|
G(cu, { loading: n.loading }, null, 8, ["loading"]),
|
|
127
|
-
r.value ? (m(),
|
|
127
|
+
r.value ? (m(), b("div", m0, [
|
|
128
128
|
u("div", {
|
|
129
129
|
class: Xe(["text-accent-1 text-weight-bold", n.titleClass])
|
|
130
130
|
}, B(r.value), 3),
|
|
@@ -134,19 +134,19 @@ const fl = /* @__PURE__ */ me({
|
|
|
134
134
|
u("div", p0, [
|
|
135
135
|
Ki(n.$slots, "actions", {}, void 0, !0)
|
|
136
136
|
]),
|
|
137
|
-
l.value ? (m(),
|
|
137
|
+
l.value ? (m(), b("div", {
|
|
138
138
|
key: 1,
|
|
139
139
|
class: "card-content",
|
|
140
140
|
style: J(n.contentStyle)
|
|
141
141
|
}, [
|
|
142
|
-
Ki(n.$slots, "default", {}, void 0, !0)
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
]
|
|
142
|
+
Ki(n.$slots, "default", {}, void 0, !0)
|
|
143
|
+
], 4)) : w("", !0),
|
|
144
|
+
n.$slots.footer ? (m(), b("div", _0, [
|
|
145
|
+
Ki(n.$slots, "footer", {}, void 0, !0)
|
|
146
|
+
])) : w("", !0)
|
|
147
147
|
], 6));
|
|
148
148
|
}
|
|
149
|
-
}), ni = /* @__PURE__ */ Ce(v0, [["__scopeId", "data-v-
|
|
149
|
+
}), ni = /* @__PURE__ */ Ce(v0, [["__scopeId", "data-v-c7fe4151"]]), f0 = {
|
|
150
150
|
class: "q-pa-lg flex-center items-center",
|
|
151
151
|
style: { width: "100%", height: "100%" }
|
|
152
152
|
}, g0 = { class: "stack flex-center" }, b0 = { class: "text-grey-8" }, h0 = /* @__PURE__ */ me({
|
|
@@ -155,7 +155,7 @@ const fl = /* @__PURE__ */ me({
|
|
|
155
155
|
text: { default: "Generación de imagen fallida" }
|
|
156
156
|
},
|
|
157
157
|
setup(s) {
|
|
158
|
-
return (d, l) => (m(),
|
|
158
|
+
return (d, l) => (m(), b("div", f0, [
|
|
159
159
|
u("div", g0, [
|
|
160
160
|
G(v(we), {
|
|
161
161
|
size: "xl",
|
|
@@ -174,7 +174,7 @@ const fl = /* @__PURE__ */ me({
|
|
|
174
174
|
text: { default: "Generando contenido..." }
|
|
175
175
|
},
|
|
176
176
|
setup(s) {
|
|
177
|
-
return (d, l) => (m(),
|
|
177
|
+
return (d, l) => (m(), b("div", O0, [
|
|
178
178
|
u("div", C0, [
|
|
179
179
|
G(v(Yb), {
|
|
180
180
|
color: "primary",
|
|
@@ -219,14 +219,14 @@ const fl = /* @__PURE__ */ me({
|
|
|
219
219
|
style: J({ borderRadius: p.borderRadius })
|
|
220
220
|
}, Hb({
|
|
221
221
|
default: ae(() => [
|
|
222
|
-
(m(!0),
|
|
222
|
+
(m(!0), b(ne, null, _e(p.items, (_, y) => (m(), oe(v(Xb), {
|
|
223
223
|
key: y,
|
|
224
224
|
name: y + 1,
|
|
225
225
|
style: { overflow: "hidden", "background-color": "white", padding: "0" },
|
|
226
226
|
"img-src": d(_)
|
|
227
227
|
}, {
|
|
228
228
|
default: ae(() => [
|
|
229
|
-
_.estado === 0 ? (m(), oe(h0, { key: 0 })) : _.estado === 2 ? (m(), oe(I0, { key: 1 })) : _.tipo === "video" ? (m(),
|
|
229
|
+
_.estado === 0 ? (m(), oe(h0, { key: 0 })) : _.estado === 2 ? (m(), oe(I0, { key: 1 })) : _.tipo === "video" ? (m(), b("video", {
|
|
230
230
|
key: 2,
|
|
231
231
|
src: _.location,
|
|
232
232
|
autoplay: "",
|
|
@@ -270,7 +270,7 @@ const fl = /* @__PURE__ */ me({
|
|
|
270
270
|
]),
|
|
271
271
|
key: "0"
|
|
272
272
|
} : void 0
|
|
273
|
-
]), 1032, ["autoplay", "height", "modelValue", "fullscreen", "style"])) : (m(),
|
|
273
|
+
]), 1032, ["autoplay", "height", "modelValue", "fullscreen", "style"])) : (m(), b("div", P0, [
|
|
274
274
|
G(v(Al), {
|
|
275
275
|
style: J(`height: ${p.height || "400px"}`),
|
|
276
276
|
src: "placeholder.webp"
|
|
@@ -1546,7 +1546,7 @@ var du = {}, mu = {}, Fs = { exports: {} };
|
|
|
1546
1546
|
Fs.exports;
|
|
1547
1547
|
(function(s, d) {
|
|
1548
1548
|
(function() {
|
|
1549
|
-
var l, r = "4.17.21", n = 200, t = "Unsupported core-js use. Try https://npms.io/search?q=ponyfill.", p = "Expected a function", f = "Invalid `variable` option passed into `_.template`", O = "__lodash_hash_undefined__", A = 500, _ = "__lodash_placeholder__", y = 1, N = 2, P = 4,
|
|
1549
|
+
var l, r = "4.17.21", n = 200, t = "Unsupported core-js use. Try https://npms.io/search?q=ponyfill.", p = "Expected a function", f = "Invalid `variable` option passed into `_.template`", O = "__lodash_hash_undefined__", A = 500, _ = "__lodash_placeholder__", y = 1, N = 2, P = 4, h = 1, x = 2, I = 1, M = 2, S = 4, U = 8, k = 16, T = 32, j = 64, Y = 128, Q = 256, ce = 512, z = 30, q = "...", ee = 800, te = 16, fe = 1, ve = 2, Pe = 3, Se = 1 / 0, De = 9007199254740991, Ke = 17976931348623157e292, ea = NaN, je = 4294967295, ha = je - 1, Oa = je >>> 1, Ma = [
|
|
1550
1550
|
["ary", Y],
|
|
1551
1551
|
["bind", I],
|
|
1552
1552
|
["bindKey", M],
|
|
@@ -2605,7 +2605,7 @@ Fs.exports;
|
|
|
2605
2605
|
}
|
|
2606
2606
|
if (le && !W)
|
|
2607
2607
|
return C || (C = new Ya()), E || dl(e) ? Rr(e, a, i, o, c, C) : d_(e, a, F, i, o, c, C);
|
|
2608
|
-
if (!(i &
|
|
2608
|
+
if (!(i & h)) {
|
|
2609
2609
|
var pe = W && ze.call(e, "__wrapped__"), be = Z && ze.call(a, "__wrapped__");
|
|
2610
2610
|
if (pe || be) {
|
|
2611
2611
|
var ye = pe ? e.value() : e, he = be ? a.value() : a;
|
|
@@ -2636,7 +2636,7 @@ Fs.exports;
|
|
|
2636
2636
|
var Z = new Ya();
|
|
2637
2637
|
if (o)
|
|
2638
2638
|
var le = o(K, W, F, e, a, Z);
|
|
2639
|
-
if (!(le === l ? Bl(W, K,
|
|
2639
|
+
if (!(le === l ? Bl(W, K, h | x, o, Z) : le))
|
|
2640
2640
|
return !1;
|
|
2641
2641
|
}
|
|
2642
2642
|
}
|
|
@@ -2694,7 +2694,7 @@ Fs.exports;
|
|
|
2694
2694
|
function ar(e, a) {
|
|
2695
2695
|
return fn(e) && Lr(a) ? wr(ii(e), a) : function(i) {
|
|
2696
2696
|
var o = En(i, e);
|
|
2697
|
-
return o === l && o === a ? yn(i, e) : Bl(a, o,
|
|
2697
|
+
return o === l && o === a ? yn(i, e) : Bl(a, o, h | x);
|
|
2698
2698
|
};
|
|
2699
2699
|
}
|
|
2700
2700
|
function gs(e, a, i, o, c) {
|
|
@@ -3354,7 +3354,7 @@ Fs.exports;
|
|
|
3354
3354
|
return Vl(e) ? l : e;
|
|
3355
3355
|
}
|
|
3356
3356
|
function Rr(e, a, i, o, c, C) {
|
|
3357
|
-
var E = i &
|
|
3357
|
+
var E = i & h, R = e.length, F = a.length;
|
|
3358
3358
|
if (R != F && !(E && F > R))
|
|
3359
3359
|
return !1;
|
|
3360
3360
|
var K = C.get(e), W = C.get(a);
|
|
@@ -3406,7 +3406,7 @@ Fs.exports;
|
|
|
3406
3406
|
case X:
|
|
3407
3407
|
var R = zo;
|
|
3408
3408
|
case Wa:
|
|
3409
|
-
var F = o &
|
|
3409
|
+
var F = o & h;
|
|
3410
3410
|
if (R || (R = Jl), e.size != a.size && !F)
|
|
3411
3411
|
return !1;
|
|
3412
3412
|
var K = E.get(e);
|
|
@@ -3422,7 +3422,7 @@ Fs.exports;
|
|
|
3422
3422
|
return !1;
|
|
3423
3423
|
}
|
|
3424
3424
|
function m_(e, a, i, o, c, C) {
|
|
3425
|
-
var E = i &
|
|
3425
|
+
var E = i & h, R = dn(e), F = R.length, K = dn(a), W = K.length;
|
|
3426
3426
|
if (F != W && !E)
|
|
3427
3427
|
return !1;
|
|
3428
3428
|
for (var Z = F; Z--; ) {
|
|
@@ -5612,7 +5612,7 @@ function E0(s) {
|
|
|
5612
5612
|
}
|
|
5613
5613
|
}
|
|
5614
5614
|
(function(s) {
|
|
5615
|
-
Object.defineProperty(s, "__esModule", { value: !0 }), s.upperSnakeizeObject = s.upperSnakeKeys = s.upperSnakeCase = void 0, s.deserialize = r, s.deserializeAndRun = n, s.deserializeWithContext = t, s.deserializeWithContextAndRun = p, s.tryToDeserialize = f, s.tryToDeserializeAndRun = O, s.toCurrency = A, s.mergeObjects = _, s.capitalize = P, s.formatContactName =
|
|
5615
|
+
Object.defineProperty(s, "__esModule", { value: !0 }), s.upperSnakeizeObject = s.upperSnakeKeys = s.upperSnakeCase = void 0, s.deserialize = r, s.deserializeAndRun = n, s.deserializeWithContext = t, s.deserializeWithContextAndRun = p, s.tryToDeserialize = f, s.tryToDeserializeAndRun = O, s.toCurrency = A, s.mergeObjects = _, s.capitalize = P, s.formatContactName = h;
|
|
5616
5616
|
const d = xe, l = eo;
|
|
5617
5617
|
function r(S, U) {
|
|
5618
5618
|
const { context: k = {}, run: T = !1, useInvisibleContext: j = !1 } = U || {};
|
|
@@ -5703,7 +5703,7 @@ function E0(s) {
|
|
|
5703
5703
|
return (k.ignoreWords || []).includes(j) || k.ignoreStopWords && N.includes(j) ? j : y(T);
|
|
5704
5704
|
}).join(" ") : y(S));
|
|
5705
5705
|
}
|
|
5706
|
-
function
|
|
5706
|
+
function h(S) {
|
|
5707
5707
|
if (!S)
|
|
5708
5708
|
return "";
|
|
5709
5709
|
const { nombre: U, apellido: k, apellido2: T } = (0, d.mapKeys)(S, (j, Y) => Y.startsWith("CONTACTO_") ? Y.replace("CONTACTO_", "").toLowerCase() : Y.toLowerCase());
|
|
@@ -6497,7 +6497,7 @@ var Lu = {}, Bn = { exports: {} };
|
|
|
6497
6497
|
if (N === -1) return null;
|
|
6498
6498
|
var P = "trwagmyfpdxbnjzsqvhlckeTRWAGMYFPDXBNJZSQVHLCKE".indexOf(_) % 23;
|
|
6499
6499
|
if (P === -1) return null;
|
|
6500
|
-
var
|
|
6500
|
+
var h = N + 1, x = +("" + N + Math.floor(1e6 * h + (9999999 - 1e6 * h - 23) * t(y)));
|
|
6501
6501
|
return ("" + A + ("0" + (x - x % 23 + P) + _).slice(-8)).toUpperCase();
|
|
6502
6502
|
}, l.randomNIF = function() {
|
|
6503
6503
|
var A = n(8);
|
|
@@ -6516,30 +6516,30 @@ var N0 = Bn.exports, wu = {};
|
|
|
6516
6516
|
(function(d, l) {
|
|
6517
6517
|
typeof s.nodeName != "string" ? l(s) : l(d.IBAN = {});
|
|
6518
6518
|
})(se, function(d) {
|
|
6519
|
-
Array.prototype.map || (Array.prototype.map = function(
|
|
6519
|
+
Array.prototype.map || (Array.prototype.map = function(h) {
|
|
6520
6520
|
if (this === void 0 || this === null)
|
|
6521
6521
|
throw new TypeError();
|
|
6522
6522
|
var x = Object(this), I = x.length >>> 0;
|
|
6523
|
-
if (typeof
|
|
6523
|
+
if (typeof h != "function")
|
|
6524
6524
|
throw new TypeError();
|
|
6525
6525
|
for (var M = new Array(I), S = arguments.length >= 2 ? arguments[1] : void 0, U = 0; U < I; U++)
|
|
6526
|
-
U in x && (M[U] =
|
|
6526
|
+
U in x && (M[U] = h.call(S, x[U], U, x));
|
|
6527
6527
|
return M;
|
|
6528
6528
|
});
|
|
6529
6529
|
var l = 65, r = 90;
|
|
6530
|
-
function n(
|
|
6531
|
-
return
|
|
6530
|
+
function n(h) {
|
|
6531
|
+
return h = h.toUpperCase(), h = h.substr(4) + h.substr(0, 4), h.split("").map(function(x) {
|
|
6532
6532
|
var I = x.charCodeAt(0);
|
|
6533
6533
|
return I >= l && I <= r ? I - l + 10 : x;
|
|
6534
6534
|
}).join("");
|
|
6535
6535
|
}
|
|
6536
|
-
function t(
|
|
6537
|
-
for (var x =
|
|
6536
|
+
function t(h) {
|
|
6537
|
+
for (var x = h, I; x.length > 2; )
|
|
6538
6538
|
I = x.slice(0, 9), x = parseInt(I, 10) % 97 + x.slice(I.length);
|
|
6539
6539
|
return parseInt(x, 10) % 97;
|
|
6540
6540
|
}
|
|
6541
|
-
function p(
|
|
6542
|
-
var x =
|
|
6541
|
+
function p(h) {
|
|
6542
|
+
var x = h.match(/(.{3})/g).map(function(I) {
|
|
6543
6543
|
var M, S = I.slice(0, 1), U = parseInt(I.slice(1), 10);
|
|
6544
6544
|
switch (S) {
|
|
6545
6545
|
case "A":
|
|
@@ -6568,59 +6568,59 @@ var N0 = Bn.exports, wu = {};
|
|
|
6568
6568
|
});
|
|
6569
6569
|
return new RegExp("^" + x.join("") + "$");
|
|
6570
6570
|
}
|
|
6571
|
-
function f(
|
|
6572
|
-
return
|
|
6571
|
+
function f(h) {
|
|
6572
|
+
return h.replace(y, "").toUpperCase();
|
|
6573
6573
|
}
|
|
6574
|
-
function O(
|
|
6575
|
-
this.countryCode =
|
|
6574
|
+
function O(h, x, I, M) {
|
|
6575
|
+
this.countryCode = h, this.length = x, this.structure = I, this.example = M;
|
|
6576
6576
|
}
|
|
6577
6577
|
O.prototype._regex = function() {
|
|
6578
6578
|
return this._cachedRegex || (this._cachedRegex = p(this.structure));
|
|
6579
|
-
}, O.prototype.isValid = function(
|
|
6580
|
-
return this.length ==
|
|
6581
|
-
}, O.prototype.toBBAN = function(
|
|
6582
|
-
return this._regex().exec(
|
|
6583
|
-
}, O.prototype.fromBBAN = function(
|
|
6584
|
-
if (!this.isValidBBAN(
|
|
6579
|
+
}, O.prototype.isValid = function(h) {
|
|
6580
|
+
return this.length == h.length && this.countryCode === h.slice(0, 2) && this._regex().test(h.slice(4)) && t(n(h)) == 1;
|
|
6581
|
+
}, O.prototype.toBBAN = function(h, x) {
|
|
6582
|
+
return this._regex().exec(h.slice(4)).slice(1).join(x);
|
|
6583
|
+
}, O.prototype.fromBBAN = function(h) {
|
|
6584
|
+
if (!this.isValidBBAN(h))
|
|
6585
6585
|
throw new Error("Invalid BBAN");
|
|
6586
|
-
var x = t(n(this.countryCode + "00" +
|
|
6587
|
-
return this.countryCode + I +
|
|
6588
|
-
}, O.prototype.isValidBBAN = function(
|
|
6589
|
-
return this.length - 4 ==
|
|
6586
|
+
var x = t(n(this.countryCode + "00" + h)), I = ("0" + (98 - x)).slice(-2);
|
|
6587
|
+
return this.countryCode + I + h;
|
|
6588
|
+
}, O.prototype.isValidBBAN = function(h) {
|
|
6589
|
+
return this.length - 4 == h.length && this._regex().test(h);
|
|
6590
6590
|
};
|
|
6591
6591
|
var A = {};
|
|
6592
|
-
function _(
|
|
6593
|
-
A[
|
|
6592
|
+
function _(h) {
|
|
6593
|
+
A[h.countryCode] = h;
|
|
6594
6594
|
}
|
|
6595
6595
|
_(new O("AD", 24, "F04F04A12", "AD1200012030200359100100")), _(new O("AE", 23, "F03F16", "AE070331234567890123456")), _(new O("AL", 28, "F08A16", "AL47212110090000000235698741")), _(new O("AT", 20, "F05F11", "AT611904300234573201")), _(new O("AZ", 28, "U04A20", "AZ21NABZ00000000137010001944")), _(new O("BA", 20, "F03F03F08F02", "BA391290079401028494")), _(new O("BE", 16, "F03F07F02", "BE68539007547034")), _(new O("BG", 22, "U04F04F02A08", "BG80BNBG96611020345678")), _(new O("BH", 22, "U04A14", "BH67BMAG00001299123456")), _(new O("BR", 29, "F08F05F10U01A01", "BR9700360305000010009795493P1")), _(new O("BY", 28, "A04F04A16", "BY13NBRB3600900000002Z00AB00")), _(new O("CH", 21, "F05A12", "CH9300762011623852957")), _(new O("CR", 22, "F04F14", "CR72012300000171549015")), _(new O("CY", 28, "F03F05A16", "CY17002001280000001200527600")), _(new O("CZ", 24, "F04F06F10", "CZ6508000000192000145399")), _(new O("DE", 22, "F08F10", "DE89370400440532013000")), _(new O("DK", 18, "F04F09F01", "DK5000400440116243")), _(new O("DO", 28, "U04F20", "DO28BAGR00000001212453611324")), _(new O("EE", 20, "F02F02F11F01", "EE382200221020145685")), _(new O("EG", 29, "F04F04F17", "EG800002000156789012345180002")), _(new O("ES", 24, "F04F04F01F01F10", "ES9121000418450200051332")), _(new O("FI", 18, "F06F07F01", "FI2112345600000785")), _(new O("FO", 18, "F04F09F01", "FO6264600001631634")), _(new O("FR", 27, "F05F05A11F02", "FR1420041010050500013M02606")), _(new O("GB", 22, "U04F06F08", "GB29NWBK60161331926819")), _(new O("GE", 22, "U02F16", "GE29NB0000000101904917")), _(new O("GI", 23, "U04A15", "GI75NWBK000000007099453")), _(new O("GL", 18, "F04F09F01", "GL8964710001000206")), _(new O("GR", 27, "F03F04A16", "GR1601101250000000012300695")), _(new O("GT", 28, "A04A20", "GT82TRAJ01020000001210029690")), _(new O("HR", 21, "F07F10", "HR1210010051863000160")), _(new O("HU", 28, "F03F04F01F15F01", "HU42117730161111101800000000")), _(new O("IE", 22, "U04F06F08", "IE29AIBK93115212345678")), _(new O("IL", 23, "F03F03F13", "IL620108000000099999999")), _(new O("IS", 26, "F04F02F06F10", "IS140159260076545510730339")), _(new O("IT", 27, "U01F05F05A12", "IT60X0542811101000000123456")), _(new O("IQ", 23, "U04F03A12", "IQ98NBIQ850123456789012")), _(new O("JO", 30, "A04F22", "JO15AAAA1234567890123456789012")), _(new O("KW", 30, "U04A22", "KW81CBKU0000000000001234560101")), _(new O("KZ", 20, "F03A13", "KZ86125KZT5004100100")), _(new O("LB", 28, "F04A20", "LB62099900000001001901229114")), _(new O("LC", 32, "U04F24", "LC07HEMM000100010012001200013015")), _(new O("LI", 21, "F05A12", "LI21088100002324013AA")), _(new O("LT", 20, "F05F11", "LT121000011101001000")), _(new O("LU", 20, "F03A13", "LU280019400644750000")), _(new O("LV", 21, "U04A13", "LV80BANK0000435195001")), _(new O("MC", 27, "F05F05A11F02", "MC5811222000010123456789030")), _(new O("MD", 24, "U02A18", "MD24AG000225100013104168")), _(new O("ME", 22, "F03F13F02", "ME25505000012345678951")), _(new O("MK", 19, "F03A10F02", "MK07250120000058984")), _(new O("MR", 27, "F05F05F11F02", "MR1300020001010000123456753")), _(new O("MT", 31, "U04F05A18", "MT84MALT011000012345MTLCAST001S")), _(new O("MU", 30, "U04F02F02F12F03U03", "MU17BOMM0101101030300200000MUR")), _(new O("NL", 18, "U04F10", "NL91ABNA0417164300")), _(new O("NO", 15, "F04F06F01", "NO9386011117947")), _(new O("PK", 24, "U04A16", "PK36SCBL0000001123456702")), _(new O("PL", 28, "F08F16", "PL61109010140000071219812874")), _(new O("PS", 29, "U04A21", "PS92PALS000000000400123456702")), _(new O("PT", 25, "F04F04F11F02", "PT50000201231234567890154")), _(new O("QA", 29, "U04A21", "QA30AAAA123456789012345678901")), _(new O("RO", 24, "U04A16", "RO49AAAA1B31007593840000")), _(new O("RS", 22, "F03F13F02", "RS35260005601001611379")), _(new O("SA", 24, "F02A18", "SA0380000000608010167519")), _(new O("SC", 31, "U04F04F16U03", "SC18SSCB11010000000000001497USD")), _(new O("SE", 24, "F03F16F01", "SE4550000000058398257466")), _(new O("SI", 19, "F05F08F02", "SI56263300012039086")), _(new O("SK", 24, "F04F06F10", "SK3112000000198742637541")), _(new O("SM", 27, "U01F05F05A12", "SM86U0322509800000000270100")), _(new O("ST", 25, "F08F11F02", "ST68000100010051845310112")), _(new O("SV", 28, "U04F20", "SV62CENR00000000000000700025")), _(new O("TL", 23, "F03F14F02", "TL380080012345678910157")), _(new O("TN", 24, "F02F03F13F02", "TN5910006035183598478831")), _(new O("TR", 26, "F05F01A16", "TR330006100519786457841326")), _(new O("UA", 29, "F25", "UA511234567890123456789012345")), _(new O("VA", 22, "F18", "VA59001123000012345678")), _(new O("VG", 24, "U04F16", "VG96VPVG0000012345678901")), _(new O("XK", 20, "F04F10F02", "XK051212012345678906")), _(new O("AO", 25, "F21", "AO69123456789012345678901")), _(new O("BF", 27, "F23", "BF2312345678901234567890123")), _(new O("BI", 16, "F12", "BI41123456789012")), _(new O("BJ", 28, "F24", "BJ39123456789012345678901234")), _(new O("CI", 28, "U02F22", "CI70CI1234567890123456789012")), _(new O("CM", 27, "F23", "CM9012345678901234567890123")), _(new O("CV", 25, "F21", "CV30123456789012345678901")), _(new O("DZ", 24, "F20", "DZ8612345678901234567890")), _(new O("IR", 26, "F22", "IR861234568790123456789012")), _(new O("MG", 27, "F23", "MG1812345678901234567890123")), _(new O("ML", 28, "U01F23", "ML15A12345678901234567890123")), _(new O("MZ", 25, "F21", "MZ25123456789012345678901")), _(new O("SN", 28, "U01F23", "SN52A12345678901234567890123")), _(new O("GF", 27, "F05F05A11F02", "GF121234512345123456789AB13")), _(new O("GP", 27, "F05F05A11F02", "GP791234512345123456789AB13")), _(new O("MQ", 27, "F05F05A11F02", "MQ221234512345123456789AB13")), _(new O("RE", 27, "F05F05A11F02", "RE131234512345123456789AB13")), _(new O("PF", 27, "F05F05A11F02", "PF281234512345123456789AB13")), _(new O("TF", 27, "F05F05A11F02", "TF891234512345123456789AB13")), _(new O("YT", 27, "F05F05A11F02", "YT021234512345123456789AB13")), _(new O("NC", 27, "F05F05A11F02", "NC551234512345123456789AB13")), _(new O("BL", 27, "F05F05A11F02", "BL391234512345123456789AB13")), _(new O("MF", 27, "F05F05A11F02", "MF551234512345123456789AB13")), _(new O("PM", 27, "F05F05A11F02", "PM071234512345123456789AB13")), _(new O("WF", 27, "F05F05A11F02", "WF621234512345123456789AB13"));
|
|
6596
6596
|
var y = /[^a-zA-Z0-9]/g, N = /(.{4})(?!$)/g;
|
|
6597
|
-
function P(
|
|
6598
|
-
return typeof
|
|
6597
|
+
function P(h) {
|
|
6598
|
+
return typeof h == "string" || h instanceof String;
|
|
6599
6599
|
}
|
|
6600
|
-
d.isValid = function(
|
|
6601
|
-
if (!P(
|
|
6600
|
+
d.isValid = function(h) {
|
|
6601
|
+
if (!P(h))
|
|
6602
6602
|
return !1;
|
|
6603
|
-
|
|
6604
|
-
var x = A[
|
|
6605
|
-
return !!x && x.isValid(
|
|
6606
|
-
}, d.toBBAN = function(
|
|
6607
|
-
typeof x > "u" && (x = " "),
|
|
6608
|
-
var I = A[
|
|
6603
|
+
h = f(h);
|
|
6604
|
+
var x = A[h.slice(0, 2)];
|
|
6605
|
+
return !!x && x.isValid(h);
|
|
6606
|
+
}, d.toBBAN = function(h, x) {
|
|
6607
|
+
typeof x > "u" && (x = " "), h = f(h);
|
|
6608
|
+
var I = A[h.slice(0, 2)];
|
|
6609
6609
|
if (!I)
|
|
6610
|
-
throw new Error("No country with code " +
|
|
6611
|
-
return I.toBBAN(
|
|
6612
|
-
}, d.fromBBAN = function(
|
|
6613
|
-
var I = A[
|
|
6610
|
+
throw new Error("No country with code " + h.slice(0, 2));
|
|
6611
|
+
return I.toBBAN(h, x);
|
|
6612
|
+
}, d.fromBBAN = function(h, x) {
|
|
6613
|
+
var I = A[h];
|
|
6614
6614
|
if (!I)
|
|
6615
|
-
throw new Error("No country with code " +
|
|
6615
|
+
throw new Error("No country with code " + h);
|
|
6616
6616
|
return I.fromBBAN(f(x));
|
|
6617
|
-
}, d.isValidBBAN = function(
|
|
6617
|
+
}, d.isValidBBAN = function(h, x) {
|
|
6618
6618
|
if (!P(x))
|
|
6619
6619
|
return !1;
|
|
6620
|
-
var I = A[
|
|
6620
|
+
var I = A[h];
|
|
6621
6621
|
return I && I.isValidBBAN(f(x));
|
|
6622
|
-
}, d.printFormat = function(
|
|
6623
|
-
return typeof x > "u" && (x = " "), f(
|
|
6622
|
+
}, d.printFormat = function(h, x) {
|
|
6623
|
+
return typeof x > "u" && (x = " "), f(h).replace(N, "$1" + x);
|
|
6624
6624
|
}, d.electronicFormat = f, d.countries = A;
|
|
6625
6625
|
});
|
|
6626
6626
|
})(wu);
|
|
@@ -6830,8 +6830,8 @@ const L0 = ["src", "alt"], w0 = /* @__PURE__ */ me({
|
|
|
6830
6830
|
name: (d.type === "countries", l[n].nativeName)
|
|
6831
6831
|
})) || []
|
|
6832
6832
|
);
|
|
6833
|
-
return (n, t) => (m(),
|
|
6834
|
-
(m(!0),
|
|
6833
|
+
return (n, t) => (m(), b("div", null, [
|
|
6834
|
+
(m(!0), b(ne, null, _e(r.value, (p, f) => (m(), b("span", {
|
|
6835
6835
|
key: f,
|
|
6836
6836
|
style: { "margin-right": "6px" }
|
|
6837
6837
|
}, [
|
|
@@ -6954,7 +6954,7 @@ const L0 = ["src", "alt"], w0 = /* @__PURE__ */ me({
|
|
|
6954
6954
|
var r;
|
|
6955
6955
|
return (r = d.color) != null && r.startsWith("#") ? { background: d.color } : {};
|
|
6956
6956
|
});
|
|
6957
|
-
return (r, n) => (m(),
|
|
6957
|
+
return (r, n) => (m(), b("div", {
|
|
6958
6958
|
class: Xe([r.color, "indicator-icon"]),
|
|
6959
6959
|
style: J(l.value)
|
|
6960
6960
|
}, null, 6));
|
|
@@ -6996,7 +6996,7 @@ const L0 = ["src", "alt"], w0 = /* @__PURE__ */ me({
|
|
|
6996
6996
|
default: ae(() => [
|
|
6997
6997
|
G(v(a0), { style: { "min-width": "150px" } }, {
|
|
6998
6998
|
default: ae(() => [
|
|
6999
|
-
(m(!0),
|
|
6999
|
+
(m(!0), b(ne, null, _e(n.value, (_) => Hl((m(), oe(v(i0), {
|
|
7000
7000
|
clickable: "",
|
|
7001
7001
|
onClick: (y) => _.onClick ? _.onClick() : l("onItemClick", _),
|
|
7002
7002
|
disable: _.disabled
|
|
@@ -7012,7 +7012,7 @@ const L0 = ["src", "alt"], w0 = /* @__PURE__ */ me({
|
|
|
7012
7012
|
key: 0,
|
|
7013
7013
|
name: _.icon,
|
|
7014
7014
|
size: "xs"
|
|
7015
|
-
}, null, 8, ["name"])) : _.color ? (m(),
|
|
7015
|
+
}, null, 8, ["name"])) : _.color ? (m(), b("div", B0, [
|
|
7016
7016
|
G(O, {
|
|
7017
7017
|
color: _.color
|
|
7018
7018
|
}, null, 8, ["color"])
|
|
@@ -7069,7 +7069,7 @@ const L0 = ["src", "alt"], w0 = /* @__PURE__ */ me({
|
|
|
7069
7069
|
return p.value ?? (((y = O.value) == null ? void 0 : y.color) || n.value[Number(l.value)]);
|
|
7070
7070
|
}
|
|
7071
7071
|
);
|
|
7072
|
-
return (y, N) => (m(),
|
|
7072
|
+
return (y, N) => (m(), b("div", z0, [
|
|
7073
7073
|
G(Ku, { color: _.value }, null, 8, ["color"]),
|
|
7074
7074
|
u("span", {
|
|
7075
7075
|
style: J(y.sm ? "font-size: 12px" : ""),
|
|
@@ -7086,7 +7086,7 @@ const L0 = ["src", "alt"], w0 = /* @__PURE__ */ me({
|
|
|
7086
7086
|
const d = Oe(null), l = s;
|
|
7087
7087
|
return sa([() => l.section, d], ([r, n]) => {
|
|
7088
7088
|
r && n && n.appendChild(r);
|
|
7089
|
-
}), (r, n) => (m(),
|
|
7089
|
+
}), (r, n) => (m(), b("div", {
|
|
7090
7090
|
ref_key: "container",
|
|
7091
7091
|
ref: d
|
|
7092
7092
|
}, null, 512));
|
|
@@ -7124,8 +7124,8 @@ const L0 = ["src", "alt"], w0 = /* @__PURE__ */ me({
|
|
|
7124
7124
|
"pdf-vue3-canvas-container"
|
|
7125
7125
|
)[0];
|
|
7126
7126
|
setTimeout(() => {
|
|
7127
|
-
const P = N.clientWidth,
|
|
7128
|
-
t.value = { width: P, height:
|
|
7127
|
+
const P = N.clientWidth, h = N.clientHeight + 600;
|
|
7128
|
+
t.value = { width: P, height: h };
|
|
7129
7129
|
}, 100);
|
|
7130
7130
|
}
|
|
7131
7131
|
const A = () => {
|
|
@@ -7141,7 +7141,7 @@ const L0 = ["src", "alt"], w0 = /* @__PURE__ */ me({
|
|
|
7141
7141
|
};
|
|
7142
7142
|
return (_, y) => {
|
|
7143
7143
|
const N = gi("VueSignaturePad"), P = gi("client-only");
|
|
7144
|
-
return m(),
|
|
7144
|
+
return m(), b("div", {
|
|
7145
7145
|
class: "pdf-container",
|
|
7146
7146
|
onPointermove: A
|
|
7147
7147
|
}, [
|
|
@@ -7152,12 +7152,12 @@ const L0 = ["src", "alt"], w0 = /* @__PURE__ */ me({
|
|
|
7152
7152
|
rowGap: 0,
|
|
7153
7153
|
ref: "pdfRef",
|
|
7154
7154
|
onOnPdfInit: O
|
|
7155
|
-
}, null, 40, ["src"])) : (m(),
|
|
7155
|
+
}, null, 40, ["src"])) : (m(), b("div", V0, [
|
|
7156
7156
|
G(v(lu), { height: "500px" })
|
|
7157
7157
|
])),
|
|
7158
7158
|
G(P, null, {
|
|
7159
7159
|
default: ae(() => [
|
|
7160
|
-
t.value && d.value ? (m(),
|
|
7160
|
+
t.value && d.value ? (m(), b("div", {
|
|
7161
7161
|
key: 0,
|
|
7162
7162
|
class: "signature",
|
|
7163
7163
|
style: J({
|
|
@@ -7175,7 +7175,7 @@ const L0 = ["src", "alt"], w0 = /* @__PURE__ */ me({
|
|
|
7175
7175
|
]),
|
|
7176
7176
|
_: 1
|
|
7177
7177
|
}),
|
|
7178
|
-
d.value ? (m(),
|
|
7178
|
+
d.value ? (m(), b("div", q0, [
|
|
7179
7179
|
G(v(Be), {
|
|
7180
7180
|
size: "lg",
|
|
7181
7181
|
round: "",
|
|
@@ -7229,15 +7229,15 @@ const K0 = { class: "card" }, W0 = {
|
|
|
7229
7229
|
}).format(t) : p === "percentage" ? `${t} %` : t : t;
|
|
7230
7230
|
}
|
|
7231
7231
|
const n = Pa("editable");
|
|
7232
|
-
return (t, p) => (m(),
|
|
7233
|
-
t.card.title || t.card.subtitle ? (m(),
|
|
7234
|
-
t.card.title ? (m(),
|
|
7232
|
+
return (t, p) => (m(), b("div", K0, [
|
|
7233
|
+
t.card.title || t.card.subtitle ? (m(), b("div", W0, [
|
|
7234
|
+
t.card.title ? (m(), b("h3", {
|
|
7235
7235
|
key: 0,
|
|
7236
7236
|
contenteditable: v(n)
|
|
7237
7237
|
}, B(t.card.title), 9, Z0)) : w("", !0)
|
|
7238
7238
|
])) : w("", !0),
|
|
7239
7239
|
u("div", Y0, [
|
|
7240
|
-
(m(!0),
|
|
7240
|
+
(m(!0), b(ne, null, _e(t.card.fields, (f, O) => (m(), b("div", {
|
|
7241
7241
|
key: O,
|
|
7242
7242
|
class: "card-field"
|
|
7243
7243
|
}, [
|
|
@@ -7278,11 +7278,11 @@ const sh = /* @__PURE__ */ me({
|
|
|
7278
7278
|
const d = s, { data: l } = co(d.id, {});
|
|
7279
7279
|
return (r, n) => {
|
|
7280
7280
|
var t;
|
|
7281
|
-
return m(),
|
|
7281
|
+
return m(), b("div", {
|
|
7282
7282
|
class: "card-section",
|
|
7283
7283
|
style: J(((t = r.styles) == null ? void 0 : t.cssRaw) || "")
|
|
7284
7284
|
}, [
|
|
7285
|
-
(m(!0),
|
|
7285
|
+
(m(!0), b(ne, null, _e(r.content.cards, (p, f) => (m(), oe(lh, {
|
|
7286
7286
|
key: f,
|
|
7287
7287
|
card: p,
|
|
7288
7288
|
data: v(l)
|
|
@@ -7303,7 +7303,7 @@ const sh = /* @__PURE__ */ me({
|
|
|
7303
7303
|
},
|
|
7304
7304
|
setup(s) {
|
|
7305
7305
|
const d = s, { content: l, styles: r } = Ge(d);
|
|
7306
|
-
return co(d.id, {}), (n, t) => (m(),
|
|
7306
|
+
return co(d.id, {}), (n, t) => (m(), b("div", {
|
|
7307
7307
|
style: J({ justifyContent: v(l).align }),
|
|
7308
7308
|
class: "img-container"
|
|
7309
7309
|
}, [
|
|
@@ -7336,7 +7336,7 @@ const sh = /* @__PURE__ */ me({
|
|
|
7336
7336
|
[l.id]: r.value
|
|
7337
7337
|
}
|
|
7338
7338
|
};
|
|
7339
|
-
}), (n, t) => (m(),
|
|
7339
|
+
}), (n, t) => (m(), b("div", ph, [
|
|
7340
7340
|
u("div", _h, [
|
|
7341
7341
|
G(v(Ic), {
|
|
7342
7342
|
modelValue: r.value,
|
|
@@ -7376,16 +7376,16 @@ const sh = /* @__PURE__ */ me({
|
|
|
7376
7376
|
setup(s, { emit: d }) {
|
|
7377
7377
|
const l = Pa("globalModel"), r = s, n = D(() => r.content.signable), t = Oe(null), p = Oe(""), f = Oe(!1), { screen: O } = qs(), A = () => {
|
|
7378
7378
|
var x;
|
|
7379
|
-
(x = t.value) == null || x.clearSignature(),
|
|
7379
|
+
(x = t.value) == null || x.clearSignature(), h(!1);
|
|
7380
7380
|
}, _ = d, y = () => {
|
|
7381
7381
|
var M;
|
|
7382
7382
|
const { isEmpty: x, data: I } = (M = t.value) == null ? void 0 : M.saveSignature();
|
|
7383
|
-
x || (p.value = I, f.value = !1,
|
|
7383
|
+
x || (p.value = I, f.value = !1, h(!0), _("save"));
|
|
7384
7384
|
}, N = () => {
|
|
7385
|
-
f.value = !0,
|
|
7385
|
+
f.value = !0, h(!1), _("edit");
|
|
7386
7386
|
}, P = () => {
|
|
7387
|
-
f.value = !1,
|
|
7388
|
-
},
|
|
7387
|
+
f.value = !1, h(!1), _("cancel");
|
|
7388
|
+
}, h = (x) => {
|
|
7389
7389
|
var I;
|
|
7390
7390
|
l.value = {
|
|
7391
7391
|
...l.value,
|
|
@@ -7398,9 +7398,9 @@ const sh = /* @__PURE__ */ me({
|
|
|
7398
7398
|
};
|
|
7399
7399
|
return (x, I) => {
|
|
7400
7400
|
const M = gi("VueSignaturePad"), S = gi("client-only");
|
|
7401
|
-
return m(),
|
|
7402
|
-
n.value ? (m(),
|
|
7403
|
-
f.value ? (m(),
|
|
7401
|
+
return m(), b("div", gh, [
|
|
7402
|
+
n.value ? (m(), b("div", bh, [
|
|
7403
|
+
f.value ? (m(), b("div", hh, [
|
|
7404
7404
|
G(S, null, {
|
|
7405
7405
|
default: ae(() => [
|
|
7406
7406
|
u("div", Oh, [
|
|
@@ -7446,7 +7446,7 @@ const sh = /* @__PURE__ */ me({
|
|
|
7446
7446
|
_: 1
|
|
7447
7447
|
})
|
|
7448
7448
|
])
|
|
7449
|
-
])) : (m(),
|
|
7449
|
+
])) : (m(), b("div", Ah, [
|
|
7450
7450
|
u("img", {
|
|
7451
7451
|
src: p.value,
|
|
7452
7452
|
height: "140"
|
|
@@ -7460,7 +7460,7 @@ const sh = /* @__PURE__ */ me({
|
|
|
7460
7460
|
})
|
|
7461
7461
|
])
|
|
7462
7462
|
]))
|
|
7463
|
-
])) : (m(),
|
|
7463
|
+
])) : (m(), b("div", Ph, "[FIRMA]"))
|
|
7464
7464
|
]);
|
|
7465
7465
|
};
|
|
7466
7466
|
}
|
|
@@ -7475,13 +7475,13 @@ const sh = /* @__PURE__ */ me({
|
|
|
7475
7475
|
const d = s, { columns: l } = Ge(d.content), { data: r } = co(d.id, []), n = D(() => [...r.value[d.content.rowsKey] || []]), t = Pa("editable");
|
|
7476
7476
|
return (p, f) => {
|
|
7477
7477
|
var O;
|
|
7478
|
-
return m(),
|
|
7478
|
+
return m(), b("table", {
|
|
7479
7479
|
style: J("width: 100%;" + ((O = p.styles) == null ? void 0 : O.cssRaw) || ""),
|
|
7480
7480
|
class: "table-section"
|
|
7481
7481
|
}, [
|
|
7482
7482
|
u("thead", null, [
|
|
7483
7483
|
u("tr", null, [
|
|
7484
|
-
(m(!0),
|
|
7484
|
+
(m(!0), b(ne, null, _e(v(l), (A) => (m(), b("th", {
|
|
7485
7485
|
key: A.key,
|
|
7486
7486
|
style: J({ textAlign: A.align || "left" }),
|
|
7487
7487
|
contenteditable: v(t)
|
|
@@ -7489,13 +7489,13 @@ const sh = /* @__PURE__ */ me({
|
|
|
7489
7489
|
])
|
|
7490
7490
|
]),
|
|
7491
7491
|
u("tbody", null, [
|
|
7492
|
-
(m(!0),
|
|
7492
|
+
(m(!0), b(ne, null, _e(n.value, (A, _) => (m(), b("tr", {
|
|
7493
7493
|
key: _,
|
|
7494
7494
|
style: J({
|
|
7495
7495
|
backgroundColor: _ % 2 === 0 ? Th : "transparent"
|
|
7496
7496
|
})
|
|
7497
7497
|
}, [
|
|
7498
|
-
(m(!0),
|
|
7498
|
+
(m(!0), b(ne, null, _e(v(l), (y) => (m(), b("td", {
|
|
7499
7499
|
key: y.key,
|
|
7500
7500
|
style: J({
|
|
7501
7501
|
textAlign: y.align || "left"
|
|
@@ -7531,11 +7531,11 @@ const sh = /* @__PURE__ */ me({
|
|
|
7531
7531
|
}), n = Oe([]), t = Pa("editable"), p = (y, N, P) => {
|
|
7532
7532
|
if (!N)
|
|
7533
7533
|
return f(l.value, y);
|
|
7534
|
-
const
|
|
7534
|
+
const h = {};
|
|
7535
7535
|
return Object.keys(N).forEach((I) => {
|
|
7536
7536
|
const M = `${P}.${I}`;
|
|
7537
|
-
$0(
|
|
7538
|
-
}), f(
|
|
7537
|
+
$0(h, M, N[I]);
|
|
7538
|
+
}), f(h, y);
|
|
7539
7539
|
};
|
|
7540
7540
|
sa(
|
|
7541
7541
|
r,
|
|
@@ -7546,9 +7546,9 @@ const sh = /* @__PURE__ */ me({
|
|
|
7546
7546
|
);
|
|
7547
7547
|
function f(y, N) {
|
|
7548
7548
|
const P = N.match(/{{(.*?)}}/g);
|
|
7549
|
-
return P ? P.reduce((
|
|
7549
|
+
return P ? P.reduce((h, x) => {
|
|
7550
7550
|
const I = x.replace(/{{|}}/g, "").trim(), M = Wu(y, I);
|
|
7551
|
-
return
|
|
7551
|
+
return h.replace(x, M ?? I);
|
|
7552
7552
|
}, N) : N;
|
|
7553
7553
|
}
|
|
7554
7554
|
const O = () => {
|
|
@@ -7564,8 +7564,8 @@ const sh = /* @__PURE__ */ me({
|
|
|
7564
7564
|
`);
|
|
7565
7565
|
return (y, N) => {
|
|
7566
7566
|
var P;
|
|
7567
|
-
return m(),
|
|
7568
|
-
v(t) ? (m(),
|
|
7567
|
+
return m(), b("div", Mh, [
|
|
7568
|
+
v(t) ? (m(), b("div", Uh, [
|
|
7569
7569
|
u("div", Bh, [
|
|
7570
7570
|
G(v(Be), {
|
|
7571
7571
|
size: "sm",
|
|
@@ -7589,27 +7589,27 @@ const sh = /* @__PURE__ */ me({
|
|
|
7589
7589
|
u("div", {
|
|
7590
7590
|
style: J(((P = y.styles) == null ? void 0 : P.cssRaw) || "")
|
|
7591
7591
|
}, [
|
|
7592
|
-
(m(!0),
|
|
7592
|
+
(m(!0), b(ne, null, _e(n.value, ({ type: h, text: x, align: I, sourceCollection: M, styles: S }, U) => (m(), b("div", {
|
|
7593
7593
|
style: J({ textAlign: I || "left" })
|
|
7594
7594
|
}, [
|
|
7595
|
-
|
|
7595
|
+
h === "title" ? (m(), b("h1", {
|
|
7596
7596
|
key: 0,
|
|
7597
7597
|
contenteditable: v(t),
|
|
7598
7598
|
style: J(S || {})
|
|
7599
7599
|
}, B(p(x, null)), 13, Fh)) : w("", !0),
|
|
7600
|
-
|
|
7600
|
+
h === "subtitle" ? (m(), b("h2", {
|
|
7601
7601
|
key: 1,
|
|
7602
7602
|
contenteditable: v(t),
|
|
7603
7603
|
style: J(S || {})
|
|
7604
7604
|
}, B(p(x, null)), 13, zh)) : w("", !0),
|
|
7605
|
-
|
|
7606
|
-
(m(!0),
|
|
7605
|
+
h === "paragraph" ? (m(!0), b(ne, { key: 2 }, _e(M ? v(l)[M] : [null], (k) => (m(), b("div", kh, [
|
|
7606
|
+
(m(!0), b(ne, null, _e(_(
|
|
7607
7607
|
p(x, k, M)
|
|
7608
|
-
), (T) => (m(),
|
|
7608
|
+
), (T) => (m(), b("p", {
|
|
7609
7609
|
contenteditable: v(t),
|
|
7610
7610
|
style: J(S || {})
|
|
7611
7611
|
}, B(T), 13, Gh))), 256)),
|
|
7612
|
-
v(t) ? (m(),
|
|
7612
|
+
v(t) ? (m(), b("div", Vh, [
|
|
7613
7613
|
G(v(Be), {
|
|
7614
7614
|
size: "sm",
|
|
7615
7615
|
r: "",
|
|
@@ -7688,19 +7688,19 @@ const sh = /* @__PURE__ */ me({
|
|
|
7688
7688
|
type: "default",
|
|
7689
7689
|
section: P
|
|
7690
7690
|
}))) || [];
|
|
7691
|
-
return (N = l.htmlNodes) == null || N.forEach(({ index: P, element:
|
|
7691
|
+
return (N = l.htmlNodes) == null || N.forEach(({ index: P, element: h }) => {
|
|
7692
7692
|
const x = P > _.length ? _.length : P;
|
|
7693
|
-
_.splice(x, 0, { type: "html", section:
|
|
7693
|
+
_.splice(x, 0, { type: "html", section: h });
|
|
7694
7694
|
}), _;
|
|
7695
7695
|
}), f = ((A = (O = r.value) == null ? void 0 : O.styles) == null ? void 0 : A.cssRaw) || "";
|
|
7696
|
-
return (_, y) => (m(),
|
|
7696
|
+
return (_, y) => (m(), b("div", {
|
|
7697
7697
|
class: "sections-container",
|
|
7698
7698
|
style: J(v(f))
|
|
7699
7699
|
}, [
|
|
7700
7700
|
_.pdf ? (m(), oe(H0, {
|
|
7701
7701
|
key: 0,
|
|
7702
7702
|
pdf: _.pdf
|
|
7703
|
-
}, null, 8, ["pdf"])) : (m(!0),
|
|
7703
|
+
}, null, 8, ["pdf"])) : (m(!0), b(ne, { key: 1 }, _e(p.value, ({ type: N, section: P }) => (m(), b(ne, null, [
|
|
7704
7704
|
N === "default" ? (m(), oe(Wh, {
|
|
7705
7705
|
key: 0,
|
|
7706
7706
|
section: P
|
|
@@ -7831,10 +7831,10 @@ const sh = /* @__PURE__ */ me({
|
|
|
7831
7831
|
});
|
|
7832
7832
|
return (f, O) => {
|
|
7833
7833
|
var A, _, y;
|
|
7834
|
-
return m(),
|
|
7835
|
-
f.table ? (m(),
|
|
7834
|
+
return m(), b("div", iO, [
|
|
7835
|
+
f.table ? (m(), b("table", lO, [
|
|
7836
7836
|
u("tbody", null, [
|
|
7837
|
-
(A = v(l)) != null && A.idiomas.length ? (m(),
|
|
7837
|
+
(A = v(l)) != null && A.idiomas.length ? (m(), b("tr", sO, [
|
|
7838
7838
|
O[0] || (O[0] = u("td", { class: "broker-label" }, "Idiomas", -1)),
|
|
7839
7839
|
u("td", null, [
|
|
7840
7840
|
G(bi, {
|
|
@@ -7847,42 +7847,42 @@ const sh = /* @__PURE__ */ me({
|
|
|
7847
7847
|
O[1] || (O[1] = u("td", { class: "broker-label" }, "Años de experiencia", -1)),
|
|
7848
7848
|
u("td", null, B(p.value), 1)
|
|
7849
7849
|
]),
|
|
7850
|
-
r.value.length ? (m(),
|
|
7850
|
+
r.value.length ? (m(), b("tr", oO, [
|
|
7851
7851
|
O[2] || (O[2] = u("td", { class: "broker-label" }, "Especialización", -1)),
|
|
7852
7852
|
u("td", null, [
|
|
7853
|
-
(m(!0),
|
|
7853
|
+
(m(!0), b(ne, null, _e(r.value, (N, P) => (m(), b("span", {
|
|
7854
7854
|
key: "esp-" + P
|
|
7855
7855
|
}, [
|
|
7856
7856
|
ue(B(N), 1),
|
|
7857
|
-
P < r.value.length - 1 ? (m(),
|
|
7857
|
+
P < r.value.length - 1 ? (m(), b("span", nO, ", ")) : w("", !0)
|
|
7858
7858
|
]))), 128))
|
|
7859
7859
|
])
|
|
7860
7860
|
])) : w("", !0),
|
|
7861
|
-
n.value.length ? (m(),
|
|
7861
|
+
n.value.length ? (m(), b("tr", tO, [
|
|
7862
7862
|
O[3] || (O[3] = u("td", { class: "broker-label" }, "Especialización de residencia", -1)),
|
|
7863
7863
|
u("td", null, [
|
|
7864
|
-
(m(!0),
|
|
7864
|
+
(m(!0), b(ne, null, _e(n.value, (N, P) => (m(), b("span", {
|
|
7865
7865
|
key: "espres-" + P
|
|
7866
7866
|
}, [
|
|
7867
7867
|
ue(B(N), 1),
|
|
7868
|
-
P < n.value.length - 1 ? (m(),
|
|
7868
|
+
P < n.value.length - 1 ? (m(), b("span", rO, ", ")) : w("", !0)
|
|
7869
7869
|
]))), 128))
|
|
7870
7870
|
])
|
|
7871
7871
|
])) : w("", !0),
|
|
7872
|
-
t.value.length ? (m(),
|
|
7872
|
+
t.value.length ? (m(), b("tr", cO, [
|
|
7873
7873
|
O[4] || (O[4] = u("td", { class: "broker-label" }, "Especialización de hipotecas", -1)),
|
|
7874
7874
|
u("td", null, [
|
|
7875
|
-
(m(!0),
|
|
7875
|
+
(m(!0), b(ne, null, _e(t.value, (N, P) => (m(), b("span", {
|
|
7876
7876
|
key: "espres-" + P
|
|
7877
7877
|
}, [
|
|
7878
7878
|
ue(B(N), 1),
|
|
7879
|
-
P < t.value.length - 1 ? (m(),
|
|
7879
|
+
P < t.value.length - 1 ? (m(), b("span", uO, ", ")) : w("", !0)
|
|
7880
7880
|
]))), 128))
|
|
7881
7881
|
])
|
|
7882
7882
|
])) : w("", !0)
|
|
7883
7883
|
])
|
|
7884
|
-
])) : (m(),
|
|
7885
|
-
(y = (_ = v(l)) == null ? void 0 : _.idiomas) != null && y.length ? (m(),
|
|
7884
|
+
])) : (m(), b("div", dO, [
|
|
7885
|
+
(y = (_ = v(l)) == null ? void 0 : _.idiomas) != null && y.length ? (m(), b("div", mO, [
|
|
7886
7886
|
O[5] || (O[5] = u("div", { class: "q-mr-sm" }, "Idiomas:", -1)),
|
|
7887
7887
|
G(bi, {
|
|
7888
7888
|
items: v(l).idiomas,
|
|
@@ -7891,9 +7891,9 @@ const sh = /* @__PURE__ */ me({
|
|
|
7891
7891
|
])) : w("", !0),
|
|
7892
7892
|
O[6] || (O[6] = u("div", null, "Especializado en:", -1)),
|
|
7893
7893
|
u("ul", null, [
|
|
7894
|
-
(m(!0),
|
|
7895
|
-
(m(!0),
|
|
7896
|
-
(m(!0),
|
|
7894
|
+
(m(!0), b(ne, null, _e(r.value, (N) => (m(), b("li", null, B(N), 1))), 256)),
|
|
7895
|
+
(m(!0), b(ne, null, _e(n.value, (N) => (m(), b("li", null, B(N), 1))), 256)),
|
|
7896
|
+
(m(!0), b(ne, null, _e(t.value, (N) => (m(), b("li", null, B(N), 1))), 256))
|
|
7897
7897
|
])
|
|
7898
7898
|
]))
|
|
7899
7899
|
]);
|
|
@@ -7965,7 +7965,7 @@ const sh = /* @__PURE__ */ me({
|
|
|
7965
7965
|
), N = D(() => {
|
|
7966
7966
|
var x, I;
|
|
7967
7967
|
return (I = (x = f.value) == null ? void 0 : x.TAGS) == null ? void 0 : I.split(",");
|
|
7968
|
-
}), P = Oe(1),
|
|
7968
|
+
}), P = Oe(1), h = D(
|
|
7969
7969
|
() => {
|
|
7970
7970
|
var x;
|
|
7971
7971
|
return (((x = f.value) == null ? void 0 : x.R_ARCHIVOS) || []).map(
|
|
@@ -7992,10 +7992,10 @@ const sh = /* @__PURE__ */ me({
|
|
|
7992
7992
|
u("div", _O, [
|
|
7993
7993
|
u("div", vO, [
|
|
7994
7994
|
u("div", fO, [
|
|
7995
|
-
(m(!0),
|
|
7995
|
+
(m(!0), b(ne, null, _e(N.value, (U) => (m(), oe($l, { tag: U }, null, 8, ["tag"]))), 256))
|
|
7996
7996
|
]),
|
|
7997
|
-
p.value ? (m(),
|
|
7998
|
-
ue(B((M =
|
|
7997
|
+
p.value ? (m(), b("div", gO, [
|
|
7998
|
+
ue(B((M = h.value) != null && M.length ? P.value : 0) + "/" + B(((S = h.value) == null ? void 0 : S.length) || 0) + " ", 1),
|
|
7999
7999
|
G(v(we), {
|
|
8000
8000
|
name: "sym_o_image",
|
|
8001
8001
|
size: "sm",
|
|
@@ -8006,7 +8006,7 @@ const sh = /* @__PURE__ */ me({
|
|
|
8006
8006
|
G(Wi, {
|
|
8007
8007
|
modelValue: P.value,
|
|
8008
8008
|
"onUpdate:modelValue": I[0] || (I[0] = (U) => P.value = U),
|
|
8009
|
-
items:
|
|
8009
|
+
items: h.value,
|
|
8010
8010
|
height: x.imageHeight,
|
|
8011
8011
|
"border-radius": x.borderRadius
|
|
8012
8012
|
}, null, 8, ["modelValue", "items", "height", "border-radius"])
|
|
@@ -8023,20 +8023,20 @@ const sh = /* @__PURE__ */ me({
|
|
|
8023
8023
|
type: "countries"
|
|
8024
8024
|
}, null, 8, ["items"])
|
|
8025
8025
|
]),
|
|
8026
|
-
A.value ? (m(),
|
|
8026
|
+
A.value ? (m(), b("div", OO, [
|
|
8027
8027
|
G(v(we), { name: "sym_o_location_on" }),
|
|
8028
8028
|
u("div", CO, B(A.value), 1)
|
|
8029
8029
|
])) : w("", !0),
|
|
8030
8030
|
u("div", AO, [
|
|
8031
8031
|
u("div", IO, [
|
|
8032
|
-
y.value ? (m(),
|
|
8032
|
+
y.value ? (m(), b("span", {
|
|
8033
8033
|
key: 0,
|
|
8034
8034
|
class: "description",
|
|
8035
8035
|
style: J({
|
|
8036
8036
|
lineClamp: x.descriptionLines,
|
|
8037
8037
|
WebkitLineClamp: x.descriptionLines
|
|
8038
8038
|
})
|
|
8039
|
-
}, B(y.value || "~"), 5)) : (m(),
|
|
8039
|
+
}, B(y.value || "~"), 5)) : (m(), b("span", xO, [...I[2] || (I[2] = [
|
|
8040
8040
|
u("i", null, "Sin descripción", -1)
|
|
8041
8041
|
])]))
|
|
8042
8042
|
]),
|
|
@@ -8845,7 +8845,7 @@ const TO = {
|
|
|
8845
8845
|
});
|
|
8846
8846
|
return (O, A) => {
|
|
8847
8847
|
var _;
|
|
8848
|
-
return (_ = v(d)) != null && _.length && v(r) ? (m(),
|
|
8848
|
+
return (_ = v(d)) != null && _.length && v(r) ? (m(), b("div", TO, [
|
|
8849
8849
|
G(v(Be), {
|
|
8850
8850
|
onClick: fi(f, ["stop"]),
|
|
8851
8851
|
size: "12px",
|
|
@@ -8877,7 +8877,7 @@ const TO = {
|
|
|
8877
8877
|
};
|
|
8878
8878
|
return (t, p) => {
|
|
8879
8879
|
var f, O, A, _;
|
|
8880
|
-
return m(),
|
|
8880
|
+
return m(), b("div", NO, [
|
|
8881
8881
|
G(fl, {
|
|
8882
8882
|
onClick: p[0] || (p[0] = (y) => n("nueva_hipoteca")),
|
|
8883
8883
|
disable: !((f = v(l)) != null && f.URL),
|
|
@@ -8892,7 +8892,7 @@ const TO = {
|
|
|
8892
8892
|
};
|
|
8893
8893
|
}
|
|
8894
8894
|
}), wO = /* @__PURE__ */ Ce(LO, [["__scopeId", "data-v-c1c3d202"]]), MO = () => t0.CancelToken.source();
|
|
8895
|
-
function
|
|
8895
|
+
function zy(s) {
|
|
8896
8896
|
const d = {};
|
|
8897
8897
|
return async function(r, n, t) {
|
|
8898
8898
|
const p = d[t];
|
|
@@ -8908,7 +8908,7 @@ function By(s) {
|
|
|
8908
8908
|
};
|
|
8909
8909
|
}
|
|
8910
8910
|
let Fn = null;
|
|
8911
|
-
function
|
|
8911
|
+
function ky(s) {
|
|
8912
8912
|
Fn = s;
|
|
8913
8913
|
}
|
|
8914
8914
|
function Qu() {
|
|
@@ -8953,7 +8953,7 @@ function UO(s, d, l, r, n) {
|
|
|
8953
8953
|
exact: !1,
|
|
8954
8954
|
refetchType: O.refetchType
|
|
8955
8955
|
});
|
|
8956
|
-
}, { isFetching: N, isPending: P, data:
|
|
8956
|
+
}, { isFetching: N, isPending: P, data: h, refetch: x, error: I } = _(), M = D(() => h.value ?? (n == null ? void 0 : n.defaultValue));
|
|
8957
8957
|
return {
|
|
8958
8958
|
pending: P,
|
|
8959
8959
|
fetching: N,
|
|
@@ -8963,7 +8963,7 @@ function UO(s, d, l, r, n) {
|
|
|
8963
8963
|
error: I
|
|
8964
8964
|
};
|
|
8965
8965
|
}
|
|
8966
|
-
function
|
|
8966
|
+
function Gy(s, d, l, r) {
|
|
8967
8967
|
const n = { ...Xu, ...r }, t = `${l}_${Vn()}`, p = D(() => {
|
|
8968
8968
|
const T = BO(ja(s, {})), j = ja(d, {});
|
|
8969
8969
|
return Gn({
|
|
@@ -9001,14 +9001,14 @@ function zy(s, d, l, r) {
|
|
|
9001
9001
|
exact: !1,
|
|
9002
9002
|
refetchType: "active"
|
|
9003
9003
|
});
|
|
9004
|
-
}, { isFetching: N, isPending: P, data:
|
|
9004
|
+
}, { isFetching: N, isPending: P, data: h, refetch: x, isPlaceholderData: I, error: M } = tu({
|
|
9005
9005
|
queryKey: [l, p],
|
|
9006
9006
|
queryFn: () => A(l, p),
|
|
9007
9007
|
placeholderData: n.keepPreviousData ? r0 : void 0,
|
|
9008
9008
|
...qn(n, "keepPreviousData")
|
|
9009
9009
|
});
|
|
9010
9010
|
sa(
|
|
9011
|
-
|
|
9011
|
+
h,
|
|
9012
9012
|
(T) => {
|
|
9013
9013
|
N.value && Bs(T) || (O.value = (T == null ? void 0 : T.count) || 0);
|
|
9014
9014
|
},
|
|
@@ -9020,12 +9020,12 @@ function zy(s, d, l, r) {
|
|
|
9020
9020
|
I.value || (f.value = f.value + 1);
|
|
9021
9021
|
}, k = D(() => {
|
|
9022
9022
|
var T;
|
|
9023
|
-
return ((T =
|
|
9023
|
+
return ((T = h.value) == null ? void 0 : T.items) || [];
|
|
9024
9024
|
});
|
|
9025
9025
|
return sa(
|
|
9026
9026
|
() => {
|
|
9027
9027
|
var T;
|
|
9028
|
-
return (T =
|
|
9028
|
+
return (T = h.value) == null ? void 0 : T.items;
|
|
9029
9029
|
},
|
|
9030
9030
|
(T) => {
|
|
9031
9031
|
N.value || Bs(T) && y();
|
|
@@ -9043,7 +9043,7 @@ function zy(s, d, l, r) {
|
|
|
9043
9043
|
prevPage: S,
|
|
9044
9044
|
nextPage: U,
|
|
9045
9045
|
isPlaceholderData: I,
|
|
9046
|
-
rawData:
|
|
9046
|
+
rawData: h
|
|
9047
9047
|
};
|
|
9048
9048
|
}
|
|
9049
9049
|
function BO(s) {
|
|
@@ -9060,8 +9060,8 @@ function Hn(s, d, l, r) {
|
|
|
9060
9060
|
const n = (r == null ? void 0 : r.idKey) ?? FO, t = () => {
|
|
9061
9061
|
var N;
|
|
9062
9062
|
(N = s.value) == null || N.forEach((P) => {
|
|
9063
|
-
let
|
|
9064
|
-
|
|
9063
|
+
let h = r != null && r.idKey ? P[r.idKey] : null;
|
|
9064
|
+
h === null && (h = Vn()), P[n] = String(h);
|
|
9065
9065
|
});
|
|
9066
9066
|
};
|
|
9067
9067
|
sa(
|
|
@@ -9097,11 +9097,11 @@ function Hn(s, d, l, r) {
|
|
|
9097
9097
|
const P = N.target.closest(d);
|
|
9098
9098
|
if (y(P), !(P != null && P.draggable))
|
|
9099
9099
|
return;
|
|
9100
|
-
const
|
|
9100
|
+
const h = N.dataTransfer.getData("id");
|
|
9101
9101
|
if (!P) return;
|
|
9102
9102
|
const x = (P == null ? void 0 : P.id) ?? null;
|
|
9103
9103
|
if (x === null) return;
|
|
9104
|
-
const I = Gn(s.value), M = I.findIndex((k) => k[n] ==
|
|
9104
|
+
const I = Gn(s.value), M = I.findIndex((k) => k[n] == h), S = I.findIndex((k) => k[n] == x);
|
|
9105
9105
|
if (M === -1 || S === -1) return;
|
|
9106
9106
|
const [U] = I.splice(M, 1);
|
|
9107
9107
|
I.splice(S, 0, U), s.value = I, l(I);
|
|
@@ -9109,9 +9109,9 @@ function Hn(s, d, l, r) {
|
|
|
9109
9109
|
function y(N) {
|
|
9110
9110
|
const P = N == null ? void 0 : N.parentElement;
|
|
9111
9111
|
if (!P) return;
|
|
9112
|
-
const
|
|
9113
|
-
for (let x = 0; x <
|
|
9114
|
-
|
|
9112
|
+
const h = P.children;
|
|
9113
|
+
for (let x = 0; x < h.length; x++)
|
|
9114
|
+
h[x].classList.remove("drag-enter");
|
|
9115
9115
|
}
|
|
9116
9116
|
return { handler: p, onDragLeave: O, onDragStart: f, onDragOver: A, onDrop: _, idKey: n };
|
|
9117
9117
|
}
|
|
@@ -9132,25 +9132,25 @@ const zO = ["id", "draggable"], kO = ["onClick"], GO = {
|
|
|
9132
9132
|
);
|
|
9133
9133
|
return (y, N) => {
|
|
9134
9134
|
const P = Vs("mutation");
|
|
9135
|
-
return v(d).length ? Hl((m(),
|
|
9135
|
+
return v(d).length ? Hl((m(), b("div", {
|
|
9136
9136
|
key: 0,
|
|
9137
9137
|
class: "images-miniature",
|
|
9138
9138
|
onDragleave: N[1] || (N[1] = //@ts-ignore
|
|
9139
|
-
(...
|
|
9139
|
+
(...h) => v(p) && v(p)(...h)),
|
|
9140
9140
|
onDragover: N[2] || (N[2] = //@ts-ignore
|
|
9141
|
-
(...
|
|
9141
|
+
(...h) => v(f) && v(f)(...h)),
|
|
9142
9142
|
onDrop: N[3] || (N[3] = //@ts-ignore
|
|
9143
|
-
(...
|
|
9143
|
+
(...h) => v(A) && v(A)(...h))
|
|
9144
9144
|
}, [
|
|
9145
|
-
(m(!0),
|
|
9145
|
+
(m(!0), b(ne, null, _e(v(d), (h, x) => (m(), b("div", {
|
|
9146
9146
|
class: "q-mb-md image-miniature q-px-sm",
|
|
9147
9147
|
key: x,
|
|
9148
|
-
id:
|
|
9148
|
+
id: h[v(_)],
|
|
9149
9149
|
onDragstart: N[0] || (N[0] = //@ts-ignore
|
|
9150
9150
|
(...I) => v(O) && v(O)(...I)),
|
|
9151
9151
|
draggable: v(r)
|
|
9152
9152
|
}, [
|
|
9153
|
-
|
|
9153
|
+
h ? (m(), b("div", {
|
|
9154
9154
|
key: 0,
|
|
9155
9155
|
onClick: (I) => l.value = x + 1,
|
|
9156
9156
|
style: J({
|
|
@@ -9162,14 +9162,14 @@ const zO = ["id", "draggable"], kO = ["onClick"], GO = {
|
|
|
9162
9162
|
}),
|
|
9163
9163
|
class: "q-pb-sm win-card"
|
|
9164
9164
|
}, [
|
|
9165
|
-
|
|
9165
|
+
h != null && h.location ? h.filetype === "image" ? (m(), oe(v(Al), {
|
|
9166
9166
|
key: 1,
|
|
9167
|
-
src:
|
|
9167
|
+
src: h.location,
|
|
9168
9168
|
fit: "cover",
|
|
9169
9169
|
class: "media-card"
|
|
9170
|
-
}, null, 8, ["src"])) :
|
|
9170
|
+
}, null, 8, ["src"])) : h.filetype === "video" ? (m(), b("div", VO, [
|
|
9171
9171
|
u("video", {
|
|
9172
|
-
src:
|
|
9172
|
+
src: h.location,
|
|
9173
9173
|
style: { width: "100%", height: "100%", background: "black" }
|
|
9174
9174
|
}, null, 8, qO),
|
|
9175
9175
|
u("div", jO, [
|
|
@@ -9179,7 +9179,7 @@ const zO = ["id", "draggable"], kO = ["onClick"], GO = {
|
|
|
9179
9179
|
color: "white"
|
|
9180
9180
|
})
|
|
9181
9181
|
])
|
|
9182
|
-
])) : w("", !0) : (m(),
|
|
9182
|
+
])) : w("", !0) : (m(), b("div", GO, [
|
|
9183
9183
|
G(v(we), {
|
|
9184
9184
|
name: "upload_file",
|
|
9185
9185
|
color: "grey-5",
|
|
@@ -9246,7 +9246,7 @@ const zO = ["id", "draggable"], kO = ["onClick"], GO = {
|
|
|
9246
9246
|
!0
|
|
9247
9247
|
);
|
|
9248
9248
|
}
|
|
9249
|
-
),
|
|
9249
|
+
), h = D(
|
|
9250
9250
|
() => {
|
|
9251
9251
|
var k;
|
|
9252
9252
|
return (((k = f.value) == null ? void 0 : k.PAISES) || []).map((T) => T.CODIGO.toLowerCase());
|
|
@@ -9281,7 +9281,7 @@ const zO = ["id", "draggable"], kO = ["onClick"], GO = {
|
|
|
9281
9281
|
};
|
|
9282
9282
|
return (k, T) => {
|
|
9283
9283
|
var j;
|
|
9284
|
-
return m(),
|
|
9284
|
+
return m(), b(ne, null, [
|
|
9285
9285
|
u("div", KO, [
|
|
9286
9286
|
v(O) ? w("", !0) : (m(), oe(Ui, {
|
|
9287
9287
|
key: 0,
|
|
@@ -9313,26 +9313,26 @@ const zO = ["id", "draggable"], kO = ["onClick"], GO = {
|
|
|
9313
9313
|
u("div", QO, [
|
|
9314
9314
|
u("div", null, [
|
|
9315
9315
|
u("div", XO, B(N.value), 1),
|
|
9316
|
-
P.value ? (m(),
|
|
9316
|
+
P.value ? (m(), b("div", JO, [
|
|
9317
9317
|
G(v(we), { name: "sym_o_location_on" }),
|
|
9318
9318
|
u("div", e2, B(P.value), 1)
|
|
9319
9319
|
])) : w("", !0)
|
|
9320
9320
|
]),
|
|
9321
9321
|
G(bi, {
|
|
9322
|
-
items:
|
|
9322
|
+
items: h.value,
|
|
9323
9323
|
type: "countries"
|
|
9324
9324
|
}, null, 8, ["items"])
|
|
9325
9325
|
]),
|
|
9326
9326
|
u("div", a2, [
|
|
9327
9327
|
u("div", i2, [
|
|
9328
|
-
x.value ? (m(),
|
|
9328
|
+
x.value ? (m(), b("span", {
|
|
9329
9329
|
key: 0,
|
|
9330
9330
|
class: "description",
|
|
9331
9331
|
style: J({
|
|
9332
9332
|
lineClamp: k.descriptionLines,
|
|
9333
9333
|
WebkitLineClamp: k.descriptionLines
|
|
9334
9334
|
})
|
|
9335
|
-
}, B(x.value || "~"), 5)) : (m(),
|
|
9335
|
+
}, B(x.value || "~"), 5)) : (m(), b("span", l2, [...T[1] || (T[1] = [
|
|
9336
9336
|
u("i", null, "Sin descripción", -1)
|
|
9337
9337
|
])]))
|
|
9338
9338
|
]),
|
|
@@ -9651,7 +9651,7 @@ const zO = ["id", "draggable"], kO = ["onClick"], GO = {
|
|
|
9651
9651
|
var S;
|
|
9652
9652
|
return ((S = t("ambio_geografico")) == null ? void 0 : S.map((U) => U.label)) || [];
|
|
9653
9653
|
});
|
|
9654
|
-
const
|
|
9654
|
+
const h = D(() => p("honorarios_por_hora") || "");
|
|
9655
9655
|
D(() => p("honorarios_orientativos") || "");
|
|
9656
9656
|
const x = D(() => t("numero_de_colegiatura") || "");
|
|
9657
9657
|
D(() => {
|
|
@@ -9673,17 +9673,17 @@ const zO = ["id", "draggable"], kO = ["onClick"], GO = {
|
|
|
9673
9673
|
});
|
|
9674
9674
|
return (S, U) => {
|
|
9675
9675
|
var k, T, j, Y;
|
|
9676
|
-
return m(),
|
|
9677
|
-
f.value && f.value.length ? (m(),
|
|
9678
|
-
(m(!0),
|
|
9676
|
+
return m(), b(ne, null, [
|
|
9677
|
+
f.value && f.value.length ? (m(), b("div", u2, [
|
|
9678
|
+
(m(!0), b(ne, null, _e(f.value, (Q) => (m(), oe(v(si), {
|
|
9679
9679
|
size: "12px",
|
|
9680
9680
|
label: Q,
|
|
9681
9681
|
style: { "background-color": "#16458c", color: "white" }
|
|
9682
9682
|
}, null, 8, ["label"]))), 256))
|
|
9683
9683
|
])) : w("", !0),
|
|
9684
9684
|
u("div", d2, [
|
|
9685
|
-
S.table ? (m(),
|
|
9686
|
-
(T = (k = v(l)) == null ? void 0 : k.idiomas) != null && T.length && S.table ? (m(),
|
|
9685
|
+
S.table ? (m(), b("div", m2, [
|
|
9686
|
+
(T = (k = v(l)) == null ? void 0 : k.idiomas) != null && T.length && S.table ? (m(), b("div", p2, [
|
|
9687
9687
|
U[0] || (U[0] = u("div", { class: "col-md-3" }, [
|
|
9688
9688
|
u("span", { class: "text-bold" }, "Idiomas:")
|
|
9689
9689
|
], -1)),
|
|
@@ -9713,11 +9713,11 @@ const zO = ["id", "draggable"], kO = ["onClick"], GO = {
|
|
|
9713
9713
|
u("span", { class: "text-bold" }, "Tipo de cliente:")
|
|
9714
9714
|
], -1)),
|
|
9715
9715
|
u("div", C2, [
|
|
9716
|
-
(m(!0),
|
|
9716
|
+
(m(!0), b(ne, null, _e(N.value, (Q, ce) => (m(), b("span", {
|
|
9717
9717
|
key: "esp-" + ce
|
|
9718
9718
|
}, [
|
|
9719
9719
|
ue(B(Q), 1),
|
|
9720
|
-
ce < N.value.length - 1 ? (m(),
|
|
9720
|
+
ce < N.value.length - 1 ? (m(), b("span", A2, ", ")) : w("", !0)
|
|
9721
9721
|
]))), 128))
|
|
9722
9722
|
])
|
|
9723
9723
|
]),
|
|
@@ -9726,28 +9726,28 @@ const zO = ["id", "draggable"], kO = ["onClick"], GO = {
|
|
|
9726
9726
|
u("span", { class: "text-bold" }, "Atención:")
|
|
9727
9727
|
], -1)),
|
|
9728
9728
|
u("div", x2, [
|
|
9729
|
-
(m(!0),
|
|
9729
|
+
(m(!0), b(ne, null, _e(P.value, (Q, ce) => (m(), b("span", {
|
|
9730
9730
|
key: "esp-" + ce
|
|
9731
9731
|
}, [
|
|
9732
9732
|
ue(B(Q), 1),
|
|
9733
|
-
ce < P.value.length - 1 ? (m(),
|
|
9733
|
+
ce < P.value.length - 1 ? (m(), b("span", P2, ", ")) : w("", !0)
|
|
9734
9734
|
]))), 128))
|
|
9735
9735
|
])
|
|
9736
9736
|
]),
|
|
9737
9737
|
u("div", E2, [
|
|
9738
9738
|
u("div", y2, [
|
|
9739
9739
|
u("ul", D2, [
|
|
9740
|
-
(m(!0),
|
|
9740
|
+
(m(!0), b(ne, null, _e(O.value[0], (Q) => (m(), b("li", null, B(Q), 1))), 256))
|
|
9741
9741
|
])
|
|
9742
9742
|
]),
|
|
9743
9743
|
u("div", R2, [
|
|
9744
9744
|
u("ul", T2, [
|
|
9745
|
-
(m(!0),
|
|
9745
|
+
(m(!0), b(ne, null, _e(O.value[1], (Q) => (m(), b("li", null, B(Q), 1))), 256))
|
|
9746
9746
|
])
|
|
9747
9747
|
])
|
|
9748
9748
|
])
|
|
9749
|
-
])) : (m(),
|
|
9750
|
-
(Y = (j = v(l)) == null ? void 0 : j.idiomas) != null && Y.length ? (m(),
|
|
9749
|
+
])) : (m(), b("div", S2, [
|
|
9750
|
+
(Y = (j = v(l)) == null ? void 0 : j.idiomas) != null && Y.length ? (m(), b("div", N2, [
|
|
9751
9751
|
u("div", L2, [
|
|
9752
9752
|
U[5] || (U[5] = u("div", { class: "q-mx-sm" }, "Idiomas:", -1)),
|
|
9753
9753
|
G(bi, {
|
|
@@ -9759,24 +9759,24 @@ const zO = ["id", "draggable"], kO = ["onClick"], GO = {
|
|
|
9759
9759
|
u("div", w2, [
|
|
9760
9760
|
u("div", M2, [
|
|
9761
9761
|
u("ul", null, [
|
|
9762
|
-
(m(!0),
|
|
9762
|
+
(m(!0), b(ne, null, _e(O.value[0], (Q) => (m(), b("li", null, B(Q), 1))), 256))
|
|
9763
9763
|
])
|
|
9764
9764
|
]),
|
|
9765
9765
|
u("div", U2, [
|
|
9766
9766
|
u("ul", null, [
|
|
9767
|
-
(m(!0),
|
|
9767
|
+
(m(!0), b(ne, null, _e(O.value[1], (Q) => (m(), b("li", null, B(Q), 1))), 256))
|
|
9768
9768
|
])
|
|
9769
9769
|
])
|
|
9770
9770
|
])
|
|
9771
9771
|
]))
|
|
9772
9772
|
]),
|
|
9773
9773
|
u("div", B2, [
|
|
9774
|
-
|
|
9774
|
+
h.value ? (m(), b("div", F2, [
|
|
9775
9775
|
U[6] || (U[6] = u("div", { class: "text" }, "Honorarios por hora", -1)),
|
|
9776
|
-
u("div", z2, "$" + B(
|
|
9776
|
+
u("div", z2, "$" + B(h.value), 1)
|
|
9777
9777
|
])) : w("", !0),
|
|
9778
|
-
A.value || _.value || y.value ? (m(),
|
|
9779
|
-
A.value ? (m(),
|
|
9778
|
+
A.value || _.value || y.value ? (m(), b("div", k2, [
|
|
9779
|
+
A.value ? (m(), b("div", {
|
|
9780
9780
|
key: 0,
|
|
9781
9781
|
class: Xe(S.table ? "col-md-3 col-12 q-mt-md" : "col-md-4 col-12 q-mt-md")
|
|
9782
9782
|
}, [
|
|
@@ -9789,7 +9789,7 @@ const zO = ["id", "draggable"], kO = ["onClick"], GO = {
|
|
|
9789
9789
|
]),
|
|
9790
9790
|
u("div", V2, "$" + B(A.value), 1)
|
|
9791
9791
|
], 2)) : w("", !0),
|
|
9792
|
-
_.value ? (m(),
|
|
9792
|
+
_.value ? (m(), b("div", {
|
|
9793
9793
|
key: 1,
|
|
9794
9794
|
class: Xe(S.table ? "col-md-3 col-12 q-mt-md" : "col-md-4 col-12 q-mt-md")
|
|
9795
9795
|
}, [
|
|
@@ -9802,7 +9802,7 @@ const zO = ["id", "draggable"], kO = ["onClick"], GO = {
|
|
|
9802
9802
|
]),
|
|
9803
9803
|
u("div", j2, "$" + B(_.value), 1)
|
|
9804
9804
|
], 2)) : w("", !0),
|
|
9805
|
-
y.value ? (m(),
|
|
9805
|
+
y.value ? (m(), b("div", {
|
|
9806
9806
|
key: 2,
|
|
9807
9807
|
class: Xe(S.table ? "col-md-3 col-12 q-mt-md" : "col-md-4 col-12 q-mt-md")
|
|
9808
9808
|
}, [
|
|
@@ -9889,7 +9889,7 @@ const zO = ["id", "draggable"], kO = ["onClick"], GO = {
|
|
|
9889
9889
|
), P = D(() => {
|
|
9890
9890
|
var I, M;
|
|
9891
9891
|
return (M = (I = O.value) == null ? void 0 : I.TAGS) == null ? void 0 : M.split(",");
|
|
9892
|
-
}),
|
|
9892
|
+
}), h = Oe(1), x = D(
|
|
9893
9893
|
() => {
|
|
9894
9894
|
var I;
|
|
9895
9895
|
return (((I = O.value) == null ? void 0 : I.R_ARCHIVOS) || []).filter((M) => M.PUBLICO).map((M) => oi(M, (S, U) => Ti(U)));
|
|
@@ -9914,10 +9914,10 @@ const zO = ["id", "draggable"], kO = ["onClick"], GO = {
|
|
|
9914
9914
|
u("div", W2, [
|
|
9915
9915
|
u("div", Z2, [
|
|
9916
9916
|
u("div", Y2, [
|
|
9917
|
-
(m(!0),
|
|
9917
|
+
(m(!0), b(ne, null, _e(P.value, (k) => (m(), oe($l, { tag: k }, null, 8, ["tag"]))), 256))
|
|
9918
9918
|
]),
|
|
9919
|
-
f.value ? (m(),
|
|
9920
|
-
ue(B((S = x.value) != null && S.length ?
|
|
9919
|
+
f.value ? (m(), b("div", Q2, [
|
|
9920
|
+
ue(B((S = x.value) != null && S.length ? h.value : 0) + "/" + B(((U = x.value) == null ? void 0 : U.length) || 0) + " ", 1),
|
|
9921
9921
|
G(v(we), {
|
|
9922
9922
|
name: "sym_o_image",
|
|
9923
9923
|
size: "sm",
|
|
@@ -9926,8 +9926,8 @@ const zO = ["id", "draggable"], kO = ["onClick"], GO = {
|
|
|
9926
9926
|
])) : w("", !0)
|
|
9927
9927
|
]),
|
|
9928
9928
|
G(Wi, {
|
|
9929
|
-
modelValue:
|
|
9930
|
-
"onUpdate:modelValue": M[0] || (M[0] = (k) =>
|
|
9929
|
+
modelValue: h.value,
|
|
9930
|
+
"onUpdate:modelValue": M[0] || (M[0] = (k) => h.value = k),
|
|
9931
9931
|
items: x.value,
|
|
9932
9932
|
height: I.imageHeight,
|
|
9933
9933
|
"border-radius": I.borderRadius
|
|
@@ -9941,7 +9941,7 @@ const zO = ["id", "draggable"], kO = ["onClick"], GO = {
|
|
|
9941
9941
|
u("div", X2, [
|
|
9942
9942
|
u("div", null, [
|
|
9943
9943
|
u("div", J2, B(y.value), 1),
|
|
9944
|
-
(T = (k = v(n)) == null ? void 0 : k.PROPS) != null && T.numero_de_colegiatura ? (m(),
|
|
9944
|
+
(T = (k = v(n)) == null ? void 0 : k.PROPS) != null && T.numero_de_colegiatura ? (m(), b("div", e1, [
|
|
9945
9945
|
u("div", a1, [
|
|
9946
9946
|
M[2] || (M[2] = u("div", { class: "q-mr-sm" }, "N. colegiatura:", -1)),
|
|
9947
9947
|
u("span", i1, B((Y = (j = v(n)) == null ? void 0 : j.PROPS) == null ? void 0 : Y.numero_de_colegiatura), 1)
|
|
@@ -9953,7 +9953,7 @@ const zO = ["id", "draggable"], kO = ["onClick"], GO = {
|
|
|
9953
9953
|
type: "countries"
|
|
9954
9954
|
}, null, 8, ["items"])
|
|
9955
9955
|
]),
|
|
9956
|
-
_.value ? (m(),
|
|
9956
|
+
_.value ? (m(), b("div", l1, [
|
|
9957
9957
|
G(v(we), { name: "sym_o_location_on" }),
|
|
9958
9958
|
u("div", s1, B(_.value), 1)
|
|
9959
9959
|
])) : w("", !0),
|
|
@@ -9981,14 +9981,14 @@ const zO = ["id", "draggable"], kO = ["onClick"], GO = {
|
|
|
9981
9981
|
]),
|
|
9982
9982
|
u("div", t1, [
|
|
9983
9983
|
u("div", r1, [
|
|
9984
|
-
N.value ? (m(),
|
|
9984
|
+
N.value ? (m(), b("span", {
|
|
9985
9985
|
key: 0,
|
|
9986
9986
|
class: "description",
|
|
9987
9987
|
style: J({
|
|
9988
9988
|
lineClamp: I.descriptionLines,
|
|
9989
9989
|
WebkitLineClamp: I.descriptionLines
|
|
9990
9990
|
})
|
|
9991
|
-
}, B(N.value || "~"), 5)) : (m(),
|
|
9991
|
+
}, B(N.value || "~"), 5)) : (m(), b("span", c1, [...M[6] || (M[6] = [
|
|
9992
9992
|
u("i", null, "Sin descripción", -1)
|
|
9993
9993
|
])]))
|
|
9994
9994
|
]),
|
|
@@ -12202,25 +12202,25 @@ const g1 = ["id", "draggable"], b1 = ["onClick"], h1 = {
|
|
|
12202
12202
|
);
|
|
12203
12203
|
return (y, N) => {
|
|
12204
12204
|
const P = Vs("mutation");
|
|
12205
|
-
return v(d).length ? Hl((m(),
|
|
12205
|
+
return v(d).length ? Hl((m(), b("div", {
|
|
12206
12206
|
key: 0,
|
|
12207
12207
|
class: "images-miniature",
|
|
12208
12208
|
onDragleave: N[1] || (N[1] = //@ts-ignore
|
|
12209
|
-
(...
|
|
12209
|
+
(...h) => v(p) && v(p)(...h)),
|
|
12210
12210
|
onDragover: N[2] || (N[2] = //@ts-ignore
|
|
12211
|
-
(...
|
|
12211
|
+
(...h) => v(f) && v(f)(...h)),
|
|
12212
12212
|
onDrop: N[3] || (N[3] = //@ts-ignore
|
|
12213
|
-
(...
|
|
12213
|
+
(...h) => v(A) && v(A)(...h))
|
|
12214
12214
|
}, [
|
|
12215
|
-
(m(!0),
|
|
12215
|
+
(m(!0), b(ne, null, _e(v(d), (h, x) => (m(), b("div", {
|
|
12216
12216
|
class: "q-mb-md image-miniature q-px-sm",
|
|
12217
12217
|
key: x,
|
|
12218
|
-
id:
|
|
12218
|
+
id: h[v(_)],
|
|
12219
12219
|
onDragstart: N[0] || (N[0] = //@ts-ignore
|
|
12220
12220
|
(...I) => v(O) && v(O)(...I)),
|
|
12221
12221
|
draggable: v(r)
|
|
12222
12222
|
}, [
|
|
12223
|
-
|
|
12223
|
+
h ? (m(), b("div", {
|
|
12224
12224
|
key: 0,
|
|
12225
12225
|
onClick: (I) => l.value = x + 1,
|
|
12226
12226
|
style: J({
|
|
@@ -12232,14 +12232,14 @@ const g1 = ["id", "draggable"], b1 = ["onClick"], h1 = {
|
|
|
12232
12232
|
}),
|
|
12233
12233
|
class: "q-pb-sm win-card"
|
|
12234
12234
|
}, [
|
|
12235
|
-
|
|
12235
|
+
h != null && h.location ? h.filetype === "image" ? (m(), oe(v(Al), {
|
|
12236
12236
|
key: 1,
|
|
12237
|
-
src:
|
|
12237
|
+
src: h.location,
|
|
12238
12238
|
fit: "cover",
|
|
12239
12239
|
class: "media-card"
|
|
12240
|
-
}, null, 8, ["src"])) :
|
|
12240
|
+
}, null, 8, ["src"])) : h.filetype === "video" ? (m(), b("div", O1, [
|
|
12241
12241
|
u("video", {
|
|
12242
|
-
src:
|
|
12242
|
+
src: h.location,
|
|
12243
12243
|
style: { width: "100%", height: "100%", background: "black" }
|
|
12244
12244
|
}, null, 8, C1),
|
|
12245
12245
|
u("div", A1, [
|
|
@@ -12249,7 +12249,7 @@ const g1 = ["id", "draggable"], b1 = ["onClick"], h1 = {
|
|
|
12249
12249
|
color: "white"
|
|
12250
12250
|
})
|
|
12251
12251
|
])
|
|
12252
|
-
])) : w("", !0) : (m(),
|
|
12252
|
+
])) : w("", !0) : (m(), b("div", h1, [
|
|
12253
12253
|
G(v(we), {
|
|
12254
12254
|
name: "upload_file",
|
|
12255
12255
|
color: "grey-5",
|
|
@@ -12290,7 +12290,7 @@ const g1 = ["id", "draggable"], b1 = ["onClick"], h1 = {
|
|
|
12290
12290
|
label: "Solicitudes llamada"
|
|
12291
12291
|
}
|
|
12292
12292
|
]);
|
|
12293
|
-
return (p, f) => (m(),
|
|
12293
|
+
return (p, f) => (m(), b("div", P1, [
|
|
12294
12294
|
u("div", E1, [
|
|
12295
12295
|
u("div", y1, B(n.value), 1),
|
|
12296
12296
|
G(v(su), {
|
|
@@ -12313,8 +12313,8 @@ const g1 = ["id", "draggable"], b1 = ["onClick"], h1 = {
|
|
|
12313
12313
|
})
|
|
12314
12314
|
])
|
|
12315
12315
|
]),
|
|
12316
|
-
v(d) ? w("", !0) : (m(),
|
|
12317
|
-
(m(!0),
|
|
12316
|
+
v(d) ? w("", !0) : (m(), b("div", R1, [
|
|
12317
|
+
(m(!0), b(ne, null, _e(t.value, (O) => (m(), b("div", {
|
|
12318
12318
|
key: O.label,
|
|
12319
12319
|
class: "metric-item"
|
|
12320
12320
|
}, [
|
|
@@ -12373,7 +12373,7 @@ const g1 = ["id", "draggable"], b1 = ["onClick"], h1 = {
|
|
|
12373
12373
|
var z, q;
|
|
12374
12374
|
return (((z = P.value) == null ? void 0 : z.R_IMG) || ((q = P.value) == null ? void 0 : q.R_ARCHIVOS) || []).filter((ee) => ee.PUBLICO).map((ee) => oi(ee, (te, fe) => Ti(fe)));
|
|
12375
12375
|
}
|
|
12376
|
-
), { data: A, isPublic: _, gamaProps: y, count: N } = Ge(t), P = D(() => A.value),
|
|
12376
|
+
), { data: A, isPublic: _, gamaProps: y, count: N } = Ge(t), P = D(() => A.value), h = D(() => {
|
|
12377
12377
|
var z, q;
|
|
12378
12378
|
return y.value || ((q = (z = A.value) == null ? void 0 : z.R_GAMA) == null ? void 0 : q.PROPS) || [];
|
|
12379
12379
|
}), x = D(
|
|
@@ -12433,7 +12433,7 @@ const g1 = ["id", "draggable"], b1 = ["onClick"], h1 = {
|
|
|
12433
12433
|
});
|
|
12434
12434
|
return (z, q) => {
|
|
12435
12435
|
var ee;
|
|
12436
|
-
return m(),
|
|
12436
|
+
return m(), b("div", null, [
|
|
12437
12437
|
u("div", w1, [
|
|
12438
12438
|
u("div", M1, [
|
|
12439
12439
|
u("div", U1, [
|
|
@@ -12462,7 +12462,7 @@ const g1 = ["id", "draggable"], b1 = ["onClick"], h1 = {
|
|
|
12462
12462
|
u("div", z1, [
|
|
12463
12463
|
u("div", null, [
|
|
12464
12464
|
u("div", k1, B(x.value), 1),
|
|
12465
|
-
I.value ? (m(),
|
|
12465
|
+
I.value ? (m(), b("div", G1, [
|
|
12466
12466
|
G(v(we), { name: "sym_o_location_on" }),
|
|
12467
12467
|
u("div", V1, B(I.value), 1)
|
|
12468
12468
|
])) : w("", !0)
|
|
@@ -12472,37 +12472,37 @@ const g1 = ["id", "draggable"], b1 = ["onClick"], h1 = {
|
|
|
12472
12472
|
items: M.value,
|
|
12473
12473
|
type: "countries"
|
|
12474
12474
|
}, null, 8, ["items"]),
|
|
12475
|
-
ce.value && ce.value.length ? (m(),
|
|
12476
|
-
(m(!0),
|
|
12475
|
+
ce.value && ce.value.length ? (m(), b("div", j1, [
|
|
12476
|
+
(m(!0), b(ne, null, _e(ce.value, (te, fe) => (m(), b("span", {
|
|
12477
12477
|
key: "esp-" + fe,
|
|
12478
12478
|
class: "q-ml-xs"
|
|
12479
12479
|
}, [
|
|
12480
12480
|
ue(B(te), 1),
|
|
12481
|
-
fe < ce.value.length - 1 ? (m(),
|
|
12481
|
+
fe < ce.value.length - 1 ? (m(), b("span", H1, ", ")) : w("", !0)
|
|
12482
12482
|
]))), 128))
|
|
12483
12483
|
])) : w("", !0)
|
|
12484
12484
|
])
|
|
12485
12485
|
]),
|
|
12486
12486
|
u("div", $1, [
|
|
12487
12487
|
u("div", K1, [
|
|
12488
|
-
S.value ? (m(),
|
|
12488
|
+
S.value ? (m(), b("span", {
|
|
12489
12489
|
key: 0,
|
|
12490
12490
|
class: "description",
|
|
12491
12491
|
style: J({
|
|
12492
12492
|
"line-clamp": z.descriptionLines,
|
|
12493
12493
|
"-webkit-line-clamp": z.descriptionLines
|
|
12494
12494
|
})
|
|
12495
|
-
}, B(S.value || "~"), 5)) : (m(),
|
|
12495
|
+
}, B(S.value || "~"), 5)) : (m(), b("span", W1, [...q[3] || (q[3] = [
|
|
12496
12496
|
u("i", null, "Sin descripción", -1)
|
|
12497
12497
|
])]))
|
|
12498
12498
|
]),
|
|
12499
12499
|
G(Ju, {
|
|
12500
|
-
gamaProps:
|
|
12500
|
+
gamaProps: h.value,
|
|
12501
12501
|
data: (ee = v(A)) == null ? void 0 : ee.PROPS,
|
|
12502
12502
|
table: ""
|
|
12503
12503
|
}, null, 8, ["gamaProps", "data"])
|
|
12504
12504
|
]),
|
|
12505
|
-
v(_) ? (m(),
|
|
12505
|
+
v(_) ? (m(), b("div", Z1, [
|
|
12506
12506
|
G(v(Be), {
|
|
12507
12507
|
unelevated: "",
|
|
12508
12508
|
style: { "background-color": "#16458c", color: "white" },
|
|
@@ -16776,13 +16776,13 @@ const g1 = ["id", "draggable"], b1 = ["onClick"], h1 = {
|
|
|
16776
16776
|
}, P = D(() => {
|
|
16777
16777
|
var I;
|
|
16778
16778
|
return N((I = f.value) == null ? void 0 : I.PERIODO_COBRO);
|
|
16779
|
-
}),
|
|
16779
|
+
}), h = D(() => {
|
|
16780
16780
|
var I, M;
|
|
16781
16781
|
return (M = (I = f.value) == null ? void 0 : I.PROPS) == null ? void 0 : M.tipo_plan;
|
|
16782
|
-
}), x = D(() =>
|
|
16782
|
+
}), x = D(() => h.value == "destacado" ? {
|
|
16783
16783
|
textColor: "#16458c",
|
|
16784
16784
|
bgColor: "#dae8f7"
|
|
16785
|
-
} :
|
|
16785
|
+
} : h.value == "premium" ? {
|
|
16786
16786
|
textColor: "white",
|
|
16787
16787
|
bgColor: "#16458c"
|
|
16788
16788
|
} : {
|
|
@@ -16810,7 +16810,7 @@ const g1 = ["id", "draggable"], b1 = ["onClick"], h1 = {
|
|
|
16810
16810
|
class: "q-pa-sm text-weight-medium text-caption",
|
|
16811
16811
|
style: J({ backgroundColor: x.value.bgColor, color: x.value.textColor })
|
|
16812
16812
|
}, [
|
|
16813
|
-
p.value ? (m(),
|
|
16813
|
+
p.value ? (m(), b("div", iC, [
|
|
16814
16814
|
u("div", null, B(y.value), 1),
|
|
16815
16815
|
f.value.R_ESTADO ? (m(), oe(hi, {
|
|
16816
16816
|
key: 0,
|
|
@@ -16820,7 +16820,7 @@ const g1 = ["id", "draggable"], b1 = ["onClick"], h1 = {
|
|
|
16820
16820
|
])) : w("", !0)
|
|
16821
16821
|
], 4),
|
|
16822
16822
|
u("div", lC, [
|
|
16823
|
-
(m(!0),
|
|
16823
|
+
(m(!0), b(ne, null, _e(O.value, (k, T) => (m(), b("div", {
|
|
16824
16824
|
key: T,
|
|
16825
16825
|
class: "text-caption row main-color"
|
|
16826
16826
|
}, [
|
|
@@ -16835,14 +16835,14 @@ const g1 = ["id", "draggable"], b1 = ["onClick"], h1 = {
|
|
|
16835
16835
|
]))), 128)),
|
|
16836
16836
|
u("div", tC, B(_.value), 1),
|
|
16837
16837
|
u("div", rC, B(P.value), 1),
|
|
16838
|
-
|
|
16838
|
+
h.value ? (m(), b("div", cC, [
|
|
16839
16839
|
G(v(si), {
|
|
16840
16840
|
size: "11px",
|
|
16841
16841
|
rounded: "",
|
|
16842
16842
|
style: J({ backgroundColor: x.value.bgColor, color: x.value.textColor })
|
|
16843
16843
|
}, {
|
|
16844
16844
|
default: ae(() => [
|
|
16845
|
-
ue(B(v(xe.capitalize)(
|
|
16845
|
+
ue(B(v(xe.capitalize)(h.value)), 1)
|
|
16846
16846
|
]),
|
|
16847
16847
|
_: 1
|
|
16848
16848
|
}, 8, ["style"])
|
|
@@ -18667,7 +18667,7 @@ const g1 = ["id", "draggable"], b1 = ["onClick"], h1 = {
|
|
|
18667
18667
|
};
|
|
18668
18668
|
return Gs(() => {
|
|
18669
18669
|
t.value = "standard";
|
|
18670
|
-
}), (O, A) => (m(),
|
|
18670
|
+
}), (O, A) => (m(), b(ne, null, [
|
|
18671
18671
|
u("div", vC, [
|
|
18672
18672
|
u("div", fC, [
|
|
18673
18673
|
u("button", {
|
|
@@ -18685,8 +18685,8 @@ const g1 = ["id", "draggable"], b1 = ["onClick"], h1 = {
|
|
|
18685
18685
|
])
|
|
18686
18686
|
]),
|
|
18687
18687
|
u("div", gC, [
|
|
18688
|
-
v(n).length === 0 ? (m(),
|
|
18689
|
-
(m(!0),
|
|
18688
|
+
v(n).length === 0 ? (m(), b("div", bC, " No se han encontrado suscripciones de momento... ")) : w("", !0),
|
|
18689
|
+
(m(!0), b(ne, null, _e(v(n) || [], (_, y) => (m(), b("div", {
|
|
18690
18690
|
key: y,
|
|
18691
18691
|
class: "col-md-3 col-12 q-pa-sm",
|
|
18692
18692
|
style: { cursor: "pointer" }
|
|
@@ -20529,10 +20529,10 @@ La instalación es sencilla y directa, permite fijarla a una base en la pared c
|
|
|
20529
20529
|
});
|
|
20530
20530
|
return (O, A) => {
|
|
20531
20531
|
var _, y;
|
|
20532
|
-
return m(),
|
|
20533
|
-
(_ = n.value) != null && _.OCULTAR_PRECIO_LANDING && !v(r) ? (m(),
|
|
20532
|
+
return m(), b("div", null, [
|
|
20533
|
+
(_ = n.value) != null && _.OCULTAR_PRECIO_LANDING && !v(r) ? (m(), b("div", PC)) : (m(), b("div", EC, [
|
|
20534
20534
|
u("div", null, [
|
|
20535
|
-
p.value ? (m(),
|
|
20535
|
+
p.value ? (m(), b("div", {
|
|
20536
20536
|
key: 0,
|
|
20537
20537
|
class: Xe([
|
|
20538
20538
|
"strikethrough",
|
|
@@ -20618,37 +20618,37 @@ La instalación es sencilla y directa, permite fijarla a una base en la pared c
|
|
|
20618
20618
|
lite: { type: Boolean }
|
|
20619
20619
|
},
|
|
20620
20620
|
setup(s) {
|
|
20621
|
-
const d = s, { productProps: l, gamaProps: r } = Ge(d), n = (P,
|
|
20622
|
-
const x = P.find((I) => I.value ===
|
|
20623
|
-
return (x == null ? void 0 : x.label) ||
|
|
20621
|
+
const d = s, { productProps: l, gamaProps: r } = Ge(d), n = (P, h) => {
|
|
20622
|
+
const x = P.find((I) => I.value === h);
|
|
20623
|
+
return (x == null ? void 0 : x.label) || h;
|
|
20624
20624
|
}, t = (P) => {
|
|
20625
20625
|
var I;
|
|
20626
|
-
const
|
|
20627
|
-
return (I = x == null ? void 0 : x.options) != null && I.length ? pl(
|
|
20626
|
+
const h = l.value[P], x = r.value.find((M) => M.code === P);
|
|
20627
|
+
return (I = x == null ? void 0 : x.options) != null && I.length ? pl(h) ? h.map((M) => n(x.options, M)).join(", ") : n(x.options, h) : h;
|
|
20628
20628
|
}, p = (P) => {
|
|
20629
20629
|
if (typeof P == "string") {
|
|
20630
|
-
let
|
|
20631
|
-
return isNaN(
|
|
20630
|
+
let h = Number(P.replace(/[^0-9.-]/g, "").trim());
|
|
20631
|
+
return isNaN(h) ? 0 : h;
|
|
20632
20632
|
} else
|
|
20633
20633
|
return P;
|
|
20634
20634
|
}, f = () => {
|
|
20635
20635
|
var x;
|
|
20636
20636
|
const P = l.value;
|
|
20637
|
-
let
|
|
20637
|
+
let h = 0;
|
|
20638
20638
|
if (P.pitch) {
|
|
20639
20639
|
const I = (x = P == null ? void 0 : P.pitch) == null ? void 0 : x.replace("_mm", ""), M = I == null ? void 0 : I.replace("_", ".");
|
|
20640
|
-
|
|
20640
|
+
h = parseFloat(M);
|
|
20641
20641
|
}
|
|
20642
|
-
if (
|
|
20642
|
+
if (h && P.ancho && P.alto) {
|
|
20643
20643
|
let I = p(P.ancho), M = p(P.alto);
|
|
20644
|
-
return P.unidad_de_medida == "m" ? (I = I * 1e3, M = M * 1e3) : P.unidad_de_medida == "cm" && (I = I * 10, M = M * 10), `${Math.round(I /
|
|
20644
|
+
return P.unidad_de_medida == "m" ? (I = I * 1e3, M = M * 1e3) : P.unidad_de_medida == "cm" && (I = I * 10, M = M * 10), `${Math.round(I / h)}x${Math.round(M / h)} p`;
|
|
20645
20645
|
}
|
|
20646
20646
|
}, O = () => {
|
|
20647
20647
|
const P = l.value;
|
|
20648
20648
|
if (P.tamano)
|
|
20649
20649
|
return t("tamano");
|
|
20650
|
-
let
|
|
20651
|
-
return P.ancho && P.alto && (
|
|
20650
|
+
let h = "";
|
|
20651
|
+
return P.ancho && P.alto && (h = `${P.ancho || ""} x ${P.alto || ""}`, P.profundidad && (h += ` x ${P.profundidad || ""}`), h += ` ${P.unidad_de_medida || ""}`), h;
|
|
20652
20652
|
}, A = D(() => ou.lt.md), _ = (P) => P == null ? void 0 : P.replace(/Pantalla/gi, "Pant."), y = D(
|
|
20653
20653
|
() => [
|
|
20654
20654
|
{
|
|
@@ -20730,25 +20730,25 @@ La instalación es sencilla y directa, permite fijarla a una base en la pared c
|
|
|
20730
20730
|
value: t("sistema_operativo")
|
|
20731
20731
|
}
|
|
20732
20732
|
].filter((P) => {
|
|
20733
|
-
var
|
|
20734
|
-
return Bs(P.value) || P.value === "" ? !1 : d != null && d.hiddenProps && ((
|
|
20733
|
+
var h, x;
|
|
20734
|
+
return Bs(P.value) || P.value === "" ? !1 : d != null && d.hiddenProps && ((h = d == null ? void 0 : d.hiddenProps) != null && h.length) ? !((x = d == null ? void 0 : d.hiddenProps) != null && x.includes(P.key)) : !0;
|
|
20735
20735
|
})
|
|
20736
20736
|
), N = D(() => {
|
|
20737
20737
|
var P;
|
|
20738
20738
|
if (l.value.pitch) {
|
|
20739
|
-
const
|
|
20739
|
+
const h = (P = l.value.pitch) == null ? void 0 : P.replace("_", "."), x = h == null ? void 0 : h.replace(/[^0-9.]/g, "");
|
|
20740
20740
|
return parseFloat(x).toFixed(2);
|
|
20741
20741
|
}
|
|
20742
20742
|
return "";
|
|
20743
20743
|
});
|
|
20744
|
-
return (P,
|
|
20744
|
+
return (P, h) => {
|
|
20745
20745
|
var x, I, M, S, U, k, T, j, Y, Q, ce, z, q, ee, te, fe, ve, Pe, Se;
|
|
20746
|
-
return m(),
|
|
20746
|
+
return m(), b("div", DC, [
|
|
20747
20747
|
u("div", {
|
|
20748
20748
|
class: "q-mt-md row text-black justify-start",
|
|
20749
20749
|
style: J(`font-size: ${P.lite ? "15px" : "16px"}`)
|
|
20750
20750
|
}, [
|
|
20751
|
-
(m(!0),
|
|
20751
|
+
(m(!0), b(ne, null, _e(y.value, (De, Ke) => (m(), b("div", {
|
|
20752
20752
|
key: Ke,
|
|
20753
20753
|
class: Xe(
|
|
20754
20754
|
P.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"
|
|
@@ -20769,9 +20769,9 @@ La instalación es sencilla y directa, permite fijarla a una base en la pared c
|
|
|
20769
20769
|
])
|
|
20770
20770
|
], 2))), 128))
|
|
20771
20771
|
], 4),
|
|
20772
|
-
P.lite ? w("", !0) : (m(),
|
|
20773
|
-
(x = v(l)) != null && x.consumo_maximo_w || (I = v(l)) != null && I.consumo_medio_w ? (m(),
|
|
20774
|
-
(M = v(l)) != null && M.consumo_medio_w ? (m(),
|
|
20772
|
+
P.lite ? w("", !0) : (m(), b(ne, { key: 0 }, [
|
|
20773
|
+
(x = v(l)) != null && x.consumo_maximo_w || (I = v(l)) != null && I.consumo_medio_w ? (m(), b("div", TC, [
|
|
20774
|
+
(M = v(l)) != null && M.consumo_medio_w ? (m(), b("div", SC, [
|
|
20775
20775
|
G(v(we), {
|
|
20776
20776
|
color: "green",
|
|
20777
20777
|
name: "sym_o_flash_on",
|
|
@@ -20779,11 +20779,11 @@ La instalación es sencilla y directa, permite fijarla a una base en la pared c
|
|
|
20779
20779
|
size: "18px"
|
|
20780
20780
|
}),
|
|
20781
20781
|
u("div", null, [
|
|
20782
|
-
|
|
20782
|
+
h[0] || (h[0] = ue(" Consumo medio: ", -1)),
|
|
20783
20783
|
u("span", NC, B((S = v(l)) == null ? void 0 : S.consumo_medio_w), 1)
|
|
20784
20784
|
])
|
|
20785
20785
|
])) : w("", !0),
|
|
20786
|
-
(U = v(l)) != null && U.consumo_maximo_w ? (m(),
|
|
20786
|
+
(U = v(l)) != null && U.consumo_maximo_w ? (m(), b("div", LC, [
|
|
20787
20787
|
G(v(we), {
|
|
20788
20788
|
color: "green",
|
|
20789
20789
|
name: "sym_o_flash_on",
|
|
@@ -20791,58 +20791,58 @@ La instalación es sencilla y directa, permite fijarla a una base en la pared c
|
|
|
20791
20791
|
size: "18px"
|
|
20792
20792
|
}),
|
|
20793
20793
|
u("div", null, [
|
|
20794
|
-
|
|
20794
|
+
h[1] || (h[1] = ue(" Consumo máximo: ", -1)),
|
|
20795
20795
|
u("span", wC, B((k = v(l)) == null ? void 0 : k.consumo_maximo_w), 1)
|
|
20796
20796
|
])
|
|
20797
20797
|
])) : w("", !0)
|
|
20798
20798
|
])) : w("", !0),
|
|
20799
20799
|
u("div", MC, [
|
|
20800
|
-
N.value ? (m(),
|
|
20801
|
-
|
|
20800
|
+
N.value ? (m(), b("div", UC, [
|
|
20801
|
+
h[2] || (h[2] = ue(" Distancia recomendada: ", -1)),
|
|
20802
20802
|
u("span", BC, "a partir de " + B(N.value) + " m", 1)
|
|
20803
20803
|
])) : w("", !0),
|
|
20804
|
-
(T = v(l)) != null && T.serie ? (m(),
|
|
20805
|
-
|
|
20804
|
+
(T = v(l)) != null && T.serie ? (m(), b("div", FC, [
|
|
20805
|
+
h[3] || (h[3] = ue(" Serie: ", -1)),
|
|
20806
20806
|
u("span", zC, B(t("serie")), 1)
|
|
20807
20807
|
])) : w("", !0),
|
|
20808
|
-
(j = v(l)) != null && j.material ? (m(),
|
|
20809
|
-
|
|
20808
|
+
(j = v(l)) != null && j.material ? (m(), b("div", kC, [
|
|
20809
|
+
h[4] || (h[4] = ue(" Material: ", -1)),
|
|
20810
20810
|
u("span", GC, B(t("material")), 1)
|
|
20811
20811
|
])) : w("", !0),
|
|
20812
|
-
(Y = v(l)) != null && Y.usos_habituales && v(pl)((Q = v(l)) == null ? void 0 : Q.usos_habituales) ? (m(),
|
|
20813
|
-
|
|
20812
|
+
(Y = v(l)) != null && Y.usos_habituales && v(pl)((Q = v(l)) == null ? void 0 : Q.usos_habituales) ? (m(), b("div", VC, [
|
|
20813
|
+
h[5] || (h[5] = ue(" Usos habituales: ", -1)),
|
|
20814
20814
|
u("span", qC, B(t("usos_habituales")), 1)
|
|
20815
20815
|
])) : w("", !0),
|
|
20816
|
-
(ce = v(l)) != null && ce.propositos_generales && v(pl)((z = v(l)) == null ? void 0 : z.propositos_generales) ? (m(),
|
|
20817
|
-
|
|
20816
|
+
(ce = v(l)) != null && ce.propositos_generales && v(pl)((z = v(l)) == null ? void 0 : z.propositos_generales) ? (m(), b("div", jC, [
|
|
20817
|
+
h[6] || (h[6] = ue(" Propositos generales: ", -1)),
|
|
20818
20818
|
u("span", HC, B(t("propositos_generales")), 1)
|
|
20819
20819
|
])) : w("", !0),
|
|
20820
|
-
(q = v(l)) != null && q.controladoras_compatibles && v(pl)((ee = v(l)) == null ? void 0 : ee.controladoras_compatibles) ? (m(),
|
|
20821
|
-
|
|
20820
|
+
(q = v(l)) != null && q.controladoras_compatibles && v(pl)((ee = v(l)) == null ? void 0 : ee.controladoras_compatibles) ? (m(), b("div", $C, [
|
|
20821
|
+
h[7] || (h[7] = ue(" Controladoras compatibles: ", -1)),
|
|
20822
20822
|
u("span", KC, B(t("controladoras_compatibles")), 1)
|
|
20823
20823
|
])) : w("", !0),
|
|
20824
|
-
(te = v(l)) != null && te.tipo_de_instalacion ? (m(),
|
|
20825
|
-
|
|
20824
|
+
(te = v(l)) != null && te.tipo_de_instalacion ? (m(), b("div", WC, [
|
|
20825
|
+
h[8] || (h[8] = ue(" Tipo de instalación: ", -1)),
|
|
20826
20826
|
u("span", ZC, B(t("tipo_de_instalacion")), 1)
|
|
20827
20827
|
])) : w("", !0),
|
|
20828
|
-
(fe = v(l)) != null && fe.tipo_servicio ? (m(),
|
|
20829
|
-
|
|
20828
|
+
(fe = v(l)) != null && fe.tipo_servicio ? (m(), b("div", YC, [
|
|
20829
|
+
h[9] || (h[9] = ue(" Conexiones y acceso a componentes: ", -1)),
|
|
20830
20830
|
u("span", QC, B(t("tipo_servicio")), 1)
|
|
20831
20831
|
])) : w("", !0)
|
|
20832
20832
|
]),
|
|
20833
20833
|
u("div", XC, [
|
|
20834
|
-
((ve = v(l)) == null ? void 0 : ve.gob) == "si" ? (m(),
|
|
20834
|
+
((ve = v(l)) == null ? void 0 : ve.gob) == "si" ? (m(), b("div", JC, [
|
|
20835
20835
|
G(v(we), {
|
|
20836
20836
|
color: "yellow-9",
|
|
20837
20837
|
style: { "font-size": "20px" },
|
|
20838
20838
|
name: "sym_o_verified_user"
|
|
20839
20839
|
}),
|
|
20840
20840
|
u("div", eA, [
|
|
20841
|
-
|
|
20842
|
-
((Pe = v(l)) == null ? void 0 : Pe.gob) == "si" ? (m(),
|
|
20841
|
+
h[10] || (h[10] = ue(" GOB ", -1)),
|
|
20842
|
+
((Pe = v(l)) == null ? void 0 : Pe.gob) == "si" ? (m(), b("span", aA, " (mayor resistencia a golpes, humedad y polvo.)")) : w("", !0)
|
|
20843
20843
|
])
|
|
20844
20844
|
])) : w("", !0),
|
|
20845
|
-
(Se = v(l)) != null && Se.proteccion_ip ? (m(),
|
|
20845
|
+
(Se = v(l)) != null && Se.proteccion_ip ? (m(), b("div", iA, [
|
|
20846
20846
|
G(v(we), {
|
|
20847
20847
|
color: "yellow-9",
|
|
20848
20848
|
style: { "font-size": "20px" },
|
|
@@ -20955,7 +20955,7 @@ La instalación es sencilla y directa, permite fijarla a una base en la pared c
|
|
|
20955
20955
|
var k;
|
|
20956
20956
|
return (((k = A.value) == null ? void 0 : k.DESCRIPCION_CORTA) || "").trim();
|
|
20957
20957
|
}
|
|
20958
|
-
),
|
|
20958
|
+
), h = D(() => {
|
|
20959
20959
|
var k;
|
|
20960
20960
|
return ((k = A.value) == null ? void 0 : k.COD_ART_MVX) || "";
|
|
20961
20961
|
}), x = $b(Jh), I = D(() => {
|
|
@@ -20991,10 +20991,10 @@ La instalación es sencilla y directa, permite fijarla a una base en la pared c
|
|
|
20991
20991
|
u("div", nA, [
|
|
20992
20992
|
u("div", tA, [
|
|
20993
20993
|
u("div", rA, [
|
|
20994
|
-
A.value.PACK ? (m(),
|
|
20994
|
+
A.value.PACK ? (m(), b("span", cA, " Pack ")) : (m(), b("span", uA, B(h.value), 1))
|
|
20995
20995
|
]),
|
|
20996
20996
|
u("div", dA, [
|
|
20997
|
-
(m(!0),
|
|
20997
|
+
(m(!0), b(ne, null, _e(I.value, (q) => (m(), oe($l, { tag: q }, null, 8, ["tag"]))), 256))
|
|
20998
20998
|
]),
|
|
20999
20999
|
u("div", mA, [
|
|
21000
21000
|
ue(B((j = S.value) != null && j.length ? M.value : 0) + "/" + B(((Y = S.value) == null ? void 0 : Y.length) || 0) + " ", 1),
|
|
@@ -21013,7 +21013,7 @@ La instalación es sencilla y directa, permite fijarla a una base en la pared c
|
|
|
21013
21013
|
"onUpdate:modelValue": T[0] || (T[0] = (q) => M.value = q),
|
|
21014
21014
|
autoplay: k.autoplay
|
|
21015
21015
|
}, null, 8, ["items", "modelValue", "autoplay"]),
|
|
21016
|
-
O.value ? (m(),
|
|
21016
|
+
O.value ? (m(), b("div", pA, [
|
|
21017
21017
|
G(sA, {
|
|
21018
21018
|
public: A.value.PUBLICO,
|
|
21019
21019
|
onChangePublic: T[1] || (T[1] = (q) => l("on-event", {
|
|
@@ -21039,7 +21039,7 @@ La instalación es sencilla y directa, permite fijarla a una base en la pared c
|
|
|
21039
21039
|
color: (ee = A.value.R_ESTADO) == null ? void 0 : ee.COLOR
|
|
21040
21040
|
}, null, 8, ["label", "color"])) : w("", !0)
|
|
21041
21041
|
]),
|
|
21042
|
-
O.value && ((te = A.value.PROPS) != null && te.sku) ? (m(),
|
|
21042
|
+
O.value && ((te = A.value.PROPS) != null && te.sku) ? (m(), b("div", fA, " SKU: " + B(A.value.PROPS.sku), 1)) : w("", !0),
|
|
21043
21043
|
u("div", gA, [
|
|
21044
21044
|
u("div", bA, [
|
|
21045
21045
|
_.value ? (m(), oe($n, {
|
|
@@ -21066,22 +21066,22 @@ La instalación es sencilla y directa, permite fijarla a una base en la pared c
|
|
|
21066
21066
|
])
|
|
21067
21067
|
]),
|
|
21068
21068
|
u("div", CA, [
|
|
21069
|
-
U.value.length ? (m(),
|
|
21070
|
-
(m(!0),
|
|
21069
|
+
U.value.length ? (m(), b("div", AA, [
|
|
21070
|
+
(m(!0), b(ne, null, _e(U.value, (De) => (m(), b("div", {
|
|
21071
21071
|
key: De,
|
|
21072
21072
|
style: J({ backgroundColor: x[De] || "#ccc" }),
|
|
21073
21073
|
class: "color-circle"
|
|
21074
21074
|
}, null, 4))), 128))
|
|
21075
21075
|
])) : w("", !0),
|
|
21076
21076
|
u("div", IA, [
|
|
21077
|
-
P.value ? (m(),
|
|
21077
|
+
P.value ? (m(), b("span", {
|
|
21078
21078
|
key: 0,
|
|
21079
21079
|
class: "description",
|
|
21080
21080
|
style: J({
|
|
21081
21081
|
lineClamp: k.descriptionLines,
|
|
21082
21082
|
WebkitLineClamp: k.descriptionLines
|
|
21083
21083
|
})
|
|
21084
|
-
}, B(P.value || "~"), 5)) : (m(),
|
|
21084
|
+
}, B(P.value || "~"), 5)) : (m(), b("span", xA, [...T[4] || (T[4] = [
|
|
21085
21085
|
u("i", null, "Sin descripción", -1)
|
|
21086
21086
|
])]))
|
|
21087
21087
|
]),
|
|
@@ -21093,8 +21093,8 @@ La instalación es sencilla y directa, permite fijarla a una base en la pared c
|
|
|
21093
21093
|
"hidden-props": v(p)
|
|
21094
21094
|
}, null, 8, ["gama-props", "product-props", "hidden-props"])) : w("", !0),
|
|
21095
21095
|
u("div", PA, [
|
|
21096
|
-
y.value ? (m(),
|
|
21097
|
-
(Se = A.value) != null && Se.OCULTAR_PRECIO_LANDING ? (m(),
|
|
21096
|
+
y.value ? (m(), b("div", EA, " Requiere configuración ")) : w("", !0),
|
|
21097
|
+
(Se = A.value) != null && Se.OCULTAR_PRECIO_LANDING ? (m(), b("div", yA, " Solicitar presupuesto ")) : w("", !0)
|
|
21098
21098
|
])
|
|
21099
21099
|
])
|
|
21100
21100
|
];
|
|
@@ -23999,25 +23999,25 @@ const wA = ["id", "draggable"], MA = ["onClick"], UA = {
|
|
|
23999
23999
|
);
|
|
24000
24000
|
return (y, N) => {
|
|
24001
24001
|
const P = Vs("mutation");
|
|
24002
|
-
return v(d).length ? Hl((m(),
|
|
24002
|
+
return v(d).length ? Hl((m(), b("div", {
|
|
24003
24003
|
key: 0,
|
|
24004
24004
|
class: "images-miniature",
|
|
24005
24005
|
onDragleave: N[1] || (N[1] = //@ts-ignore
|
|
24006
|
-
(...
|
|
24006
|
+
(...h) => v(p) && v(p)(...h)),
|
|
24007
24007
|
onDragover: N[2] || (N[2] = //@ts-ignore
|
|
24008
|
-
(...
|
|
24008
|
+
(...h) => v(f) && v(f)(...h)),
|
|
24009
24009
|
onDrop: N[3] || (N[3] = //@ts-ignore
|
|
24010
|
-
(...
|
|
24010
|
+
(...h) => v(A) && v(A)(...h))
|
|
24011
24011
|
}, [
|
|
24012
|
-
(m(!0),
|
|
24012
|
+
(m(!0), b(ne, null, _e(v(d), (h, x) => (m(), b("div", {
|
|
24013
24013
|
class: "q-mb-md image-miniature q-px-sm",
|
|
24014
24014
|
key: x,
|
|
24015
|
-
id:
|
|
24015
|
+
id: h[v(_)],
|
|
24016
24016
|
onDragstart: N[0] || (N[0] = //@ts-ignore
|
|
24017
24017
|
(...I) => v(O) && v(O)(...I)),
|
|
24018
24018
|
draggable: v(r)
|
|
24019
24019
|
}, [
|
|
24020
|
-
|
|
24020
|
+
h ? (m(), b("div", {
|
|
24021
24021
|
key: 0,
|
|
24022
24022
|
onClick: (I) => l.value = x + 1,
|
|
24023
24023
|
style: J({
|
|
@@ -24029,14 +24029,14 @@ const wA = ["id", "draggable"], MA = ["onClick"], UA = {
|
|
|
24029
24029
|
}),
|
|
24030
24030
|
class: "q-pb-sm win-card"
|
|
24031
24031
|
}, [
|
|
24032
|
-
|
|
24032
|
+
h != null && h.location ? h.tipo === "image" ? (m(), oe(v(Al), {
|
|
24033
24033
|
key: 1,
|
|
24034
|
-
src:
|
|
24034
|
+
src: h.location,
|
|
24035
24035
|
fit: "cover",
|
|
24036
24036
|
class: "media-card"
|
|
24037
|
-
}, null, 8, ["src"])) :
|
|
24037
|
+
}, null, 8, ["src"])) : h.tipo === "video" ? (m(), b("div", BA, [
|
|
24038
24038
|
u("video", {
|
|
24039
|
-
src:
|
|
24039
|
+
src: h.location,
|
|
24040
24040
|
style: { width: "100%", height: "100%", background: "black" }
|
|
24041
24041
|
}, null, 8, FA),
|
|
24042
24042
|
u("div", zA, [
|
|
@@ -24046,7 +24046,7 @@ const wA = ["id", "draggable"], MA = ["onClick"], UA = {
|
|
|
24046
24046
|
color: "white"
|
|
24047
24047
|
})
|
|
24048
24048
|
])
|
|
24049
|
-
])) : w("", !0) : (m(),
|
|
24049
|
+
])) : w("", !0) : (m(), b("div", UA, [
|
|
24050
24050
|
G(v(we), {
|
|
24051
24051
|
name: "upload_file",
|
|
24052
24052
|
color: "grey-5",
|
|
@@ -24075,8 +24075,8 @@ const wA = ["id", "draggable"], MA = ["onClick"], UA = {
|
|
|
24075
24075
|
return !!((n = d.value) != null && n.a_medida) && !((t = l.value) != null && t.pack);
|
|
24076
24076
|
}
|
|
24077
24077
|
);
|
|
24078
|
-
return (n, t) => (m(),
|
|
24079
|
-
r.value ? (m(),
|
|
24078
|
+
return (n, t) => (m(), b("div", GA, [
|
|
24079
|
+
r.value ? (m(), b("div", VA, [
|
|
24080
24080
|
G(v(si), {
|
|
24081
24081
|
color: "blue",
|
|
24082
24082
|
"text-color": "white",
|
|
@@ -24109,11 +24109,11 @@ const wA = ["id", "draggable"], MA = ["onClick"], UA = {
|
|
|
24109
24109
|
);
|
|
24110
24110
|
return (p, f) => {
|
|
24111
24111
|
var O;
|
|
24112
|
-
return m(),
|
|
24112
|
+
return m(), b(ne, null, [
|
|
24113
24113
|
u("div", jA, [
|
|
24114
|
-
(m(!0),
|
|
24115
|
-
var y, N, P,
|
|
24116
|
-
return m(),
|
|
24114
|
+
(m(!0), b(ne, null, _e(v(d), (A, _) => {
|
|
24115
|
+
var y, N, P, h;
|
|
24116
|
+
return m(), b("div", {
|
|
24117
24117
|
key: _,
|
|
24118
24118
|
class: Xe(`q-mr-md glass-card detalle-pack ${((y = v(l)) == null ? void 0 : y.ID_PRODUCTO) == A.ID_PRODUCTO_DETALLE ? "selected" : ""}`),
|
|
24119
24119
|
onClick: (x) => n(A.DETALLE)
|
|
@@ -24125,13 +24125,13 @@ const wA = ["id", "draggable"], MA = ["onClick"], UA = {
|
|
|
24125
24125
|
fit: "contain"
|
|
24126
24126
|
}, null, 8, ["src"])) : w("", !0),
|
|
24127
24127
|
u("div", $A, [
|
|
24128
|
-
u("div", KA, B((
|
|
24128
|
+
u("div", KA, B((h = A == null ? void 0 : A.DETALLE) == null ? void 0 : h.NOMBRE), 1),
|
|
24129
24129
|
u("div", WA, B(A == null ? void 0 : A.CANTIDAD) + "X", 1)
|
|
24130
24130
|
])
|
|
24131
24131
|
], 10, HA);
|
|
24132
24132
|
}), 128))
|
|
24133
24133
|
]),
|
|
24134
|
-
v(l) ? (m(),
|
|
24134
|
+
v(l) ? (m(), b("div", ZA, [
|
|
24135
24135
|
u("div", YA, B(v(l).NOMBRE), 1),
|
|
24136
24136
|
u("div", null, "SKU: " + B((O = v(l).PROPS) == null ? void 0 : O.sku), 1),
|
|
24137
24137
|
G(mo, {
|
|
@@ -24160,14 +24160,14 @@ const wA = ["id", "draggable"], MA = ["onClick"], UA = {
|
|
|
24160
24160
|
};
|
|
24161
24161
|
return (A, _) => {
|
|
24162
24162
|
var y, N;
|
|
24163
|
-
return m(),
|
|
24163
|
+
return m(), b("div", JA, [
|
|
24164
24164
|
u("div", eI, B(p.value), 1),
|
|
24165
24165
|
u("div", {
|
|
24166
24166
|
onClick: O,
|
|
24167
24167
|
class: "tags",
|
|
24168
24168
|
style: J({ overflowX: "auto", cursor: v(n) ? "pointer" : "default" })
|
|
24169
24169
|
}, [
|
|
24170
|
-
(m(!0),
|
|
24170
|
+
(m(!0), b(ne, null, _e(t.value, (P) => (m(), oe($l, { tag: P }, null, 8, ["tag"]))), 256)),
|
|
24171
24171
|
!t.value.length && v(n) ? (m(), oe(v(si), {
|
|
24172
24172
|
key: 0,
|
|
24173
24173
|
class: "tag",
|
|
@@ -24200,7 +24200,7 @@ const wA = ["id", "draggable"], MA = ["onClick"], UA = {
|
|
|
24200
24200
|
var r;
|
|
24201
24201
|
return (r = d.value) == null ? void 0 : r.descripcion;
|
|
24202
24202
|
});
|
|
24203
|
-
return (r, n) => l.value ? (m(),
|
|
24203
|
+
return (r, n) => l.value ? (m(), b("div", sI, [
|
|
24204
24204
|
n[0] || (n[0] = u("div", { class: "font-bold text-h6" }, "Información del producto", -1)),
|
|
24205
24205
|
u("div", null, B(l.value), 1)
|
|
24206
24206
|
])) : w("", !0);
|
|
@@ -24271,7 +24271,7 @@ const wA = ["id", "draggable"], MA = ["onClick"], UA = {
|
|
|
24271
24271
|
}), N = D(() => {
|
|
24272
24272
|
var x;
|
|
24273
24273
|
return ks(((x = t.value) == null ? void 0 : x.alto) || 0, p.value);
|
|
24274
|
-
}), P = D(() => y.value * N.value),
|
|
24274
|
+
}), P = D(() => y.value * N.value), h = D(() => {
|
|
24275
24275
|
var I;
|
|
24276
24276
|
const x = ((I = n.value) == null ? void 0 : I.PRECIO) || 0;
|
|
24277
24277
|
return !x || !P.value ? 0 : Jc(x / P.value);
|
|
@@ -24290,7 +24290,7 @@ const wA = ["id", "draggable"], MA = ["onClick"], UA = {
|
|
|
24290
24290
|
Math.ceil(x / N.value) * N.value
|
|
24291
24291
|
));
|
|
24292
24292
|
}
|
|
24293
|
-
), (x, I) => (m(),
|
|
24293
|
+
), (x, I) => (m(), b(ne, null, [
|
|
24294
24294
|
I[7] || (I[7] = u("div", { class: "prices text-bold q-mb-md" }, " Indica las medidas de la pantalla que necesitas ", -1)),
|
|
24295
24295
|
u("div", nI, [
|
|
24296
24296
|
u("div", null, [
|
|
@@ -24323,9 +24323,9 @@ const wA = ["id", "draggable"], MA = ["onClick"], UA = {
|
|
|
24323
24323
|
I[2] || (I[2] = u("span", null, " Área panel: ", -1)),
|
|
24324
24324
|
u("span", null, B(O(P.value)) + " m2", 1)
|
|
24325
24325
|
]),
|
|
24326
|
-
x.showPrice ? (m(),
|
|
24326
|
+
x.showPrice ? (m(), b("div", rI, [
|
|
24327
24327
|
I[3] || (I[3] = u("span", null, " Importe m2: ", -1)),
|
|
24328
|
-
u("span", null, B(
|
|
24328
|
+
u("span", null, B(h.value), 1)
|
|
24329
24329
|
])) : w("", !0),
|
|
24330
24330
|
u("div", cI, [
|
|
24331
24331
|
I[4] || (I[4] = u("span", null, " Área total: ", -1)),
|
|
@@ -24335,7 +24335,7 @@ const wA = ["id", "draggable"], MA = ["onClick"], UA = {
|
|
|
24335
24335
|
I[5] || (I[5] = u("span", null, " Paneles: ", -1)),
|
|
24336
24336
|
u("span", null, B(l.value), 1)
|
|
24337
24337
|
]),
|
|
24338
|
-
x.showPrice ? (m(),
|
|
24338
|
+
x.showPrice ? (m(), b("div", dI, [
|
|
24339
24339
|
I[6] || (I[6] = u("span", null, " Importe total: ", -1)),
|
|
24340
24340
|
u("span", null, B(v(Jc)(A.value)), 1)
|
|
24341
24341
|
])) : w("", !0)
|
|
@@ -24377,10 +24377,10 @@ const wA = ["id", "draggable"], MA = ["onClick"], UA = {
|
|
|
24377
24377
|
quantity: O.value,
|
|
24378
24378
|
props: A.value || {}
|
|
24379
24379
|
});
|
|
24380
|
-
},
|
|
24380
|
+
}, h = () => {
|
|
24381
24381
|
p("go_to_catalog");
|
|
24382
24382
|
};
|
|
24383
|
-
return (x, I) => v(d) ? (m(),
|
|
24383
|
+
return (x, I) => v(d) ? (m(), b("div", vI, [
|
|
24384
24384
|
f.value ? (m(), oe(_I, {
|
|
24385
24385
|
key: 0,
|
|
24386
24386
|
product: v(d),
|
|
@@ -24391,7 +24391,7 @@ const wA = ["id", "draggable"], MA = ["onClick"], UA = {
|
|
|
24391
24391
|
"show-price": v(t)
|
|
24392
24392
|
}, null, 8, ["product", "quantity", "detail", "show-price"])) : w("", !0),
|
|
24393
24393
|
u("div", fI, [
|
|
24394
|
-
f.value ? (m(),
|
|
24394
|
+
f.value ? (m(), b("div", hI)) : (m(), b("div", gI, [
|
|
24395
24395
|
G(Ui, {
|
|
24396
24396
|
outline: "",
|
|
24397
24397
|
size: "sm",
|
|
@@ -24409,7 +24409,7 @@ const wA = ["id", "draggable"], MA = ["onClick"], UA = {
|
|
|
24409
24409
|
])),
|
|
24410
24410
|
u("div", OI, [
|
|
24411
24411
|
G(fl, {
|
|
24412
|
-
onClick:
|
|
24412
|
+
onClick: h,
|
|
24413
24413
|
label: v(n) || "Seguir comprando",
|
|
24414
24414
|
class: "q-mr-md"
|
|
24415
24415
|
}, null, 8, ["label"]),
|
|
@@ -24433,8 +24433,8 @@ const wA = ["id", "draggable"], MA = ["onClick"], UA = {
|
|
|
24433
24433
|
var r;
|
|
24434
24434
|
return ((r = d.value) == null ? void 0 : r.descripcion_corta) || "";
|
|
24435
24435
|
});
|
|
24436
|
-
return (r, n) => (m(),
|
|
24437
|
-
l.value ? (m(),
|
|
24436
|
+
return (r, n) => (m(), b("div", II, [
|
|
24437
|
+
l.value ? (m(), b("div", xI, B(l.value), 1)) : w("", !0)
|
|
24438
24438
|
]));
|
|
24439
24439
|
}
|
|
24440
24440
|
}), EI = { class: "q-pb-lg" }, yI = { class: "row justify-end" }, DI = { class: "grid" }, RI = { class: "images-container" }, TI = { class: "carousel-container" }, SI = { class: "text-h5 text-bold" }, NI = { class: "row justify-between" }, LI = { key: 0 }, wI = { class: "row items-center justify-between" }, MI = { class: "q-mb-md" }, UI = { class: "text-weight-medium" }, BI = { class: "row" }, FI = /* @__PURE__ */ me({
|
|
@@ -24468,12 +24468,12 @@ const wA = ["id", "draggable"], MA = ["onClick"], UA = {
|
|
|
24468
24468
|
var S, U;
|
|
24469
24469
|
return ((U = (S = p.value) == null ? void 0 : S.table_estado) == null ? void 0 : U.table_estado) || null;
|
|
24470
24470
|
}
|
|
24471
|
-
), P = Oe(null),
|
|
24471
|
+
), P = Oe(null), h = Oe([]), x = {
|
|
24472
24472
|
product: y,
|
|
24473
24473
|
slide: t,
|
|
24474
24474
|
isPublic: f,
|
|
24475
24475
|
selectedPackProduct: P,
|
|
24476
|
-
images:
|
|
24476
|
+
images: h,
|
|
24477
24477
|
count: A,
|
|
24478
24478
|
gamaProps: O,
|
|
24479
24479
|
showPrice: _,
|
|
@@ -24488,7 +24488,7 @@ const wA = ["id", "draggable"], MA = ["onClick"], UA = {
|
|
|
24488
24488
|
sa(P, (S) => {
|
|
24489
24489
|
var U;
|
|
24490
24490
|
if (S != null && S.ARCHIVOS[0]) {
|
|
24491
|
-
const k = (U = S == null ? void 0 : S.ARCHIVOS[0]) == null ? void 0 : U.LOCATION, T =
|
|
24491
|
+
const k = (U = S == null ? void 0 : S.ARCHIVOS[0]) == null ? void 0 : U.LOCATION, T = h.value.findIndex(
|
|
24492
24492
|
(j) => (j == null ? void 0 : j.LOCATION) === k || (j == null ? void 0 : j.location) === k
|
|
24493
24493
|
);
|
|
24494
24494
|
t.value = T + 1;
|
|
@@ -24504,7 +24504,7 @@ const wA = ["id", "draggable"], MA = ["onClick"], UA = {
|
|
|
24504
24504
|
return (S, U) => {
|
|
24505
24505
|
var j, Y, Q, ce, z, q;
|
|
24506
24506
|
const k = gi("v-else"), T = gi("ProductAvailableColors");
|
|
24507
|
-
return m(),
|
|
24507
|
+
return m(), b("div", EI, [
|
|
24508
24508
|
u("div", yI, [
|
|
24509
24509
|
v(f) ? w("", !0) : (m(), oe(Ui, {
|
|
24510
24510
|
key: 0,
|
|
@@ -24520,7 +24520,7 @@ const wA = ["id", "draggable"], MA = ["onClick"], UA = {
|
|
|
24520
24520
|
G(lI),
|
|
24521
24521
|
G(Wi, {
|
|
24522
24522
|
style: { "border-radius": "8px" },
|
|
24523
|
-
items:
|
|
24523
|
+
items: h.value,
|
|
24524
24524
|
modelValue: t.value,
|
|
24525
24525
|
"onUpdate:modelValue": U[0] || (U[0] = (ee) => t.value = ee),
|
|
24526
24526
|
height: l.value ? "450px" : "70vh"
|
|
@@ -24532,7 +24532,7 @@ const wA = ["id", "draggable"], MA = ["onClick"], UA = {
|
|
|
24532
24532
|
u("div", null, [
|
|
24533
24533
|
u("div", SI, B(v(zs)(((j = y.value) == null ? void 0 : j.nombre) || "")), 1),
|
|
24534
24534
|
u("div", NI, [
|
|
24535
|
-
v(f) ? w("", !0) : (m(),
|
|
24535
|
+
v(f) ? w("", !0) : (m(), b("div", LI, "SKU: " + B((Q = (Y = y.value) == null ? void 0 : Y.props) == null ? void 0 : Q.sku), 1)),
|
|
24536
24536
|
G(k, { div: "" }),
|
|
24537
24537
|
!v(f) && N.value ? (m(), oe(hi, {
|
|
24538
24538
|
key: 1,
|
|
@@ -25629,7 +25629,7 @@ const wA = ["id", "draggable"], MA = ["onClick"], UA = {
|
|
|
25629
25629
|
]),
|
|
25630
25630
|
u("div", HI, [
|
|
25631
25631
|
u("div", $I, B(p.value), 1),
|
|
25632
|
-
f.value ? (m(),
|
|
25632
|
+
f.value ? (m(), b("div", KI, [
|
|
25633
25633
|
G(v(we), {
|
|
25634
25634
|
name: "sym_o_phone",
|
|
25635
25635
|
class: "q-mr-xs"
|
|
@@ -26272,7 +26272,7 @@ const JI = {
|
|
|
26272
26272
|
var r;
|
|
26273
26273
|
return (r = d.value) == null ? void 0 : r.descripcion;
|
|
26274
26274
|
});
|
|
26275
|
-
return (r, n) => l.value ? (m(),
|
|
26275
|
+
return (r, n) => l.value ? (m(), b("div", JI, [
|
|
26276
26276
|
n[0] || (n[0] = u("div", { class: "font-bold text-h6" }, "Información del producto", -1)),
|
|
26277
26277
|
u("div", null, B(l.value), 1)
|
|
26278
26278
|
])) : w("", !0);
|
|
@@ -26287,8 +26287,8 @@ const JI = {
|
|
|
26287
26287
|
var r;
|
|
26288
26288
|
return ((r = d.value) == null ? void 0 : r.descripcion_corta) || "";
|
|
26289
26289
|
});
|
|
26290
|
-
return (r, n) => (m(),
|
|
26291
|
-
l.value ? (m(),
|
|
26290
|
+
return (r, n) => (m(), b("div", ax, [
|
|
26291
|
+
l.value ? (m(), b("div", ix, B(l.value), 1)) : w("", !0)
|
|
26292
26292
|
]));
|
|
26293
26293
|
}
|
|
26294
26294
|
}), sx = { class: "row justify-end" }, ox = { class: "text-h5 text-bold text-black" }, nx = {
|
|
@@ -26346,13 +26346,13 @@ const JI = {
|
|
|
26346
26346
|
}), N = D(() => {
|
|
26347
26347
|
var z, q;
|
|
26348
26348
|
return (q = (z = _.value) == null ? void 0 : z.tags) == null ? void 0 : q.split(",");
|
|
26349
|
-
}), P = Oe(null),
|
|
26349
|
+
}), P = Oe(null), h = Oe([]);
|
|
26350
26350
|
wa("context", {
|
|
26351
26351
|
product: _,
|
|
26352
26352
|
slide: n,
|
|
26353
26353
|
isPublic: p,
|
|
26354
26354
|
selectedPackProduct: P,
|
|
26355
|
-
images:
|
|
26355
|
+
images: h,
|
|
26356
26356
|
count: O,
|
|
26357
26357
|
gamaProps: f,
|
|
26358
26358
|
showPrice: A
|
|
@@ -26430,7 +26430,7 @@ const JI = {
|
|
|
26430
26430
|
};
|
|
26431
26431
|
return (z, q) => {
|
|
26432
26432
|
var ee, te, fe, ve, Pe, Se, De, Ke, ea, je, ha, Oa, Ma, ra, va, Ve, ke;
|
|
26433
|
-
return m(),
|
|
26433
|
+
return m(), b(ne, null, [
|
|
26434
26434
|
u("div", sx, [
|
|
26435
26435
|
v(p) ? w("", !0) : (m(), oe(Ui, {
|
|
26436
26436
|
key: 0,
|
|
@@ -26442,7 +26442,7 @@ const JI = {
|
|
|
26442
26442
|
u("div", null, [
|
|
26443
26443
|
u("div", null, [
|
|
26444
26444
|
u("div", null, [
|
|
26445
|
-
(m(!0),
|
|
26445
|
+
(m(!0), b(ne, null, _e(N.value, (Ze) => (m(), oe(v(si), {
|
|
26446
26446
|
outline: "",
|
|
26447
26447
|
key: Ze,
|
|
26448
26448
|
size: "md",
|
|
@@ -26456,22 +26456,22 @@ const JI = {
|
|
|
26456
26456
|
}, 1032, ["style"]))), 128))
|
|
26457
26457
|
]),
|
|
26458
26458
|
u("div", ox, B(y.value || ""), 1),
|
|
26459
|
-
v(p) ? w("", !0) : (m(),
|
|
26459
|
+
v(p) ? w("", !0) : (m(), b("div", nx, [
|
|
26460
26460
|
(ee = v(t)) != null && ee.R_ESTADO ? (m(), oe(hi, {
|
|
26461
26461
|
key: 0,
|
|
26462
26462
|
label: (fe = (te = v(t)) == null ? void 0 : te.R_ESTADO) == null ? void 0 : fe.NAME,
|
|
26463
26463
|
color: (Pe = (ve = v(t)) == null ? void 0 : ve.R_ESTADO) == null ? void 0 : Pe.COLOR
|
|
26464
26464
|
}, null, 8, ["label", "color"])) : w("", !0)
|
|
26465
26465
|
])),
|
|
26466
|
-
T.value ? (m(),
|
|
26466
|
+
T.value ? (m(), b("div", tx, [
|
|
26467
26467
|
u("span", rx, "$" + B(T.value), 1),
|
|
26468
26468
|
q[0] || (q[0] = u("span", { class: "text-caption q-pl-sm q-pb-sm" }, " al mes", -1))
|
|
26469
26469
|
])) : w("", !0),
|
|
26470
26470
|
u("div", cx, [
|
|
26471
26471
|
u("div", ux, [
|
|
26472
|
-
k.value.length ? (m(),
|
|
26473
|
-
(m(!0),
|
|
26474
|
-
(m(),
|
|
26472
|
+
k.value.length ? (m(), b("div", dx, [
|
|
26473
|
+
(m(!0), b(ne, null, _e(k.value, (Ze, ca) => (m(), b("div", mx, [
|
|
26474
|
+
(m(), b("img", {
|
|
26475
26475
|
key: ca,
|
|
26476
26476
|
src: Ze.src,
|
|
26477
26477
|
class: "streaming-img q-mr-md"
|
|
@@ -26481,45 +26481,45 @@ const JI = {
|
|
|
26481
26481
|
])
|
|
26482
26482
|
]),
|
|
26483
26483
|
G(lx),
|
|
26484
|
-
(Se = Y.value) != null && Se.length ? (m(),
|
|
26484
|
+
(Se = Y.value) != null && Se.length ? (m(), b("div", _x, [
|
|
26485
26485
|
q[1] || (q[1] = u("div", { class: "text-bold" }, "Ideal para:", -1)),
|
|
26486
26486
|
u("ul", vx, [
|
|
26487
|
-
(m(!0),
|
|
26487
|
+
(m(!0), b(ne, null, _e(Y.value, (Ze) => {
|
|
26488
26488
|
var ca;
|
|
26489
|
-
return m(),
|
|
26489
|
+
return m(), b("li", null, B((ca = v(xe.upperFirst)(v(xe.snakeCase)(Ze))) == null ? void 0 : ca.replace(/_/g, " ")), 1);
|
|
26490
26490
|
}), 256))
|
|
26491
26491
|
])
|
|
26492
26492
|
])) : w("", !0),
|
|
26493
|
-
(De = Y.value) != null && De.length ? (m(),
|
|
26493
|
+
(De = Y.value) != null && De.length ? (m(), b("div", fx, [
|
|
26494
26494
|
q[2] || (q[2] = u("div", { class: "text-bold" }, "Ideal para:", -1)),
|
|
26495
26495
|
u("ul", gx, [
|
|
26496
|
-
(m(!0),
|
|
26496
|
+
(m(!0), b(ne, null, _e(Y.value, (Ze) => {
|
|
26497
26497
|
var ca;
|
|
26498
|
-
return m(),
|
|
26498
|
+
return m(), b("li", null, B((ca = v(xe.upperFirst)(v(xe.snakeCase)(Ze))) == null ? void 0 : ca.replace(/_/g, " ")), 1);
|
|
26499
26499
|
}), 256))
|
|
26500
26500
|
])
|
|
26501
26501
|
])) : w("", !0),
|
|
26502
|
-
(je = (ea = (Ke = _.value) == null ? void 0 : Ke.props) == null ? void 0 : ea.ventajas) != null && je.length ? (m(),
|
|
26502
|
+
(je = (ea = (Ke = _.value) == null ? void 0 : Ke.props) == null ? void 0 : ea.ventajas) != null && je.length ? (m(), b("div", bx, [
|
|
26503
26503
|
q[3] || (q[3] = u("div", { class: "text-bold" }, "Ventajas/Beneficios:", -1)),
|
|
26504
26504
|
u("ul", hx, [
|
|
26505
|
-
(m(!0),
|
|
26505
|
+
(m(!0), b(ne, null, _e((Oa = (ha = _.value) == null ? void 0 : ha.props) == null ? void 0 : Oa.ventajas, (Ze) => {
|
|
26506
26506
|
var ca;
|
|
26507
|
-
return m(),
|
|
26507
|
+
return m(), b("li", null, B((ca = v(xe.upperFirst)(v(xe.snakeCase)(Ze))) == null ? void 0 : ca.replace(/_/g, " ")), 1);
|
|
26508
26508
|
}), 256))
|
|
26509
26509
|
])
|
|
26510
26510
|
])) : w("", !0),
|
|
26511
|
-
(va = (ra = (Ma = _.value) == null ? void 0 : Ma.props) == null ? void 0 : ra.wifi) != null && va.length ? (m(),
|
|
26511
|
+
(va = (ra = (Ma = _.value) == null ? void 0 : Ma.props) == null ? void 0 : ra.wifi) != null && va.length ? (m(), b("div", Ox, [
|
|
26512
26512
|
q[4] || (q[4] = u("div", { class: "text-bold" }, "WIFI:", -1)),
|
|
26513
26513
|
u("ul", Cx, [
|
|
26514
|
-
(m(!0),
|
|
26514
|
+
(m(!0), b(ne, null, _e((ke = (Ve = _.value) == null ? void 0 : Ve.props) == null ? void 0 : ke.wifi, (Ze) => {
|
|
26515
26515
|
var ca;
|
|
26516
|
-
return m(),
|
|
26516
|
+
return m(), b("li", null, B((ca = v(xe.upperFirst)(v(xe.snakeCase)(Ze))) == null ? void 0 : ca.replace(/_/g, " ")), 1);
|
|
26517
26517
|
}), 256))
|
|
26518
26518
|
])
|
|
26519
26519
|
])) : w("", !0)
|
|
26520
26520
|
])
|
|
26521
26521
|
]),
|
|
26522
|
-
v(p) ? (m(),
|
|
26522
|
+
v(p) ? (m(), b("div", Ax, [
|
|
26523
26523
|
G(v(Be), {
|
|
26524
26524
|
class: "text-bold",
|
|
26525
26525
|
style: J({ backgroundColor: Q.value }),
|
|
@@ -29421,22 +29421,25 @@ const JI = {
|
|
|
29421
29421
|
title: V.string().optional(),
|
|
29422
29422
|
gamaProps: V.array(V.record(V.string(), V.any())),
|
|
29423
29423
|
showPrice: V.function().optional()
|
|
29424
|
-
}), Tx = { class: "flex-column full-height full-width" },
|
|
29424
|
+
}), Tx = "/plato-placeholder.png", Sx = { class: "flex-column full-height full-width" }, Nx = {
|
|
29425
29425
|
key: 0,
|
|
29426
29426
|
class: "state-indicator-container"
|
|
29427
|
-
},
|
|
29427
|
+
}, Lx = {
|
|
29428
29428
|
key: 1,
|
|
29429
29429
|
class: "absolute-full flex flex-center bg-grey-3 column spinner-container"
|
|
29430
|
-
},
|
|
29430
|
+
}, wx = {
|
|
29431
|
+
key: 0,
|
|
29432
|
+
class: "no-image-container bg-grey-3"
|
|
29433
|
+
}, Mx = { class: "q-pa-md column no-wrap content-container" }, Ux = { class: "text-h6 text-weight-bold text-grey-9 q-mb-xs leading-tight" }, Bx = {
|
|
29431
29434
|
key: 0,
|
|
29432
29435
|
class: "row q-mt-md"
|
|
29433
|
-
},
|
|
29436
|
+
}, Fx = { class: "row items-center text-caption text-grey-9 q-gutter-x-md" }, zx = {
|
|
29434
29437
|
key: 0,
|
|
29435
29438
|
class: "row items-center"
|
|
29436
|
-
},
|
|
29439
|
+
}, kx = {
|
|
29437
29440
|
key: 1,
|
|
29438
29441
|
class: "row items-center"
|
|
29439
|
-
},
|
|
29442
|
+
}, Gx = /* @__PURE__ */ me({
|
|
29440
29443
|
__name: "PlatoCard",
|
|
29441
29444
|
props: {
|
|
29442
29445
|
isPublic: { type: Boolean, default: !1 },
|
|
@@ -29462,9 +29465,10 @@ const JI = {
|
|
|
29462
29465
|
return ((P = n.value) == null ? void 0 : P.ESTADO) == Fe.EstadoProducto.GENERANDO;
|
|
29463
29466
|
}
|
|
29464
29467
|
), p = D(() => {
|
|
29465
|
-
var
|
|
29466
|
-
const P = (
|
|
29467
|
-
|
|
29468
|
+
var h, x;
|
|
29469
|
+
const P = (h = n.value) == null ? void 0 : h.R_IMG;
|
|
29470
|
+
if (xe.isArray(P) && P.length > 0)
|
|
29471
|
+
return ((x = P[0]) == null ? void 0 : x.LOCATION) || "";
|
|
29468
29472
|
}), f = D(() => {
|
|
29469
29473
|
var P;
|
|
29470
29474
|
return ((P = n.value) == null ? void 0 : P.NOMBRE) || "Plato sin nombre";
|
|
@@ -29473,30 +29477,30 @@ const JI = {
|
|
|
29473
29477
|
return ((P = n.value) == null ? void 0 : P.DESCRIPCION) || "";
|
|
29474
29478
|
});
|
|
29475
29479
|
D(() => {
|
|
29476
|
-
var
|
|
29477
|
-
const P = (
|
|
29480
|
+
var h;
|
|
29481
|
+
const P = (h = n.value) == null ? void 0 : h.TAGS;
|
|
29478
29482
|
return Array.isArray(P) ? P : typeof P == "string" ? P.split(",").map((x) => x.trim()).filter(Boolean) : [];
|
|
29479
29483
|
});
|
|
29480
29484
|
const A = D(() => {
|
|
29481
|
-
var P,
|
|
29482
|
-
return (
|
|
29485
|
+
var P, h;
|
|
29486
|
+
return (h = (P = n.value) == null ? void 0 : P.PROPS) == null ? void 0 : h.mealType;
|
|
29483
29487
|
}), _ = D(() => {
|
|
29484
|
-
var
|
|
29485
|
-
const P = (
|
|
29488
|
+
var h;
|
|
29489
|
+
const P = (h = n.value) == null ? void 0 : h.FECHA_CREADO;
|
|
29486
29490
|
return P ? ru(P).format("DD/MM/YYYY") : "";
|
|
29487
29491
|
}), y = D(() => {
|
|
29488
29492
|
var I, M, S;
|
|
29489
29493
|
const P = (I = n.value) == null ? void 0 : I.R_CREADO_POR;
|
|
29490
29494
|
if (!P) return "";
|
|
29491
|
-
const
|
|
29492
|
-
return `${
|
|
29495
|
+
const h = P.CONTACTO_NOMBRE || ((M = P.CONTACTO) == null ? void 0 : M.NOMBRE) || "", x = P.CONTACTO_APELLIDO || ((S = P.CONTACTO) == null ? void 0 : S.APELLIDO) || "";
|
|
29496
|
+
return `${h} ${x}`.trim() || "Desconocido";
|
|
29493
29497
|
}), N = () => {
|
|
29494
29498
|
l("on-event", {
|
|
29495
29499
|
code: "card_click",
|
|
29496
29500
|
payload: { data: n.value }
|
|
29497
29501
|
});
|
|
29498
29502
|
};
|
|
29499
|
-
return (P,
|
|
29503
|
+
return (P, h) => (m(), oe(ni, {
|
|
29500
29504
|
class: "plato-card cursor-pointer bg-white",
|
|
29501
29505
|
loading: r.fetching,
|
|
29502
29506
|
"no-padding": "",
|
|
@@ -29506,93 +29510,97 @@ const JI = {
|
|
|
29506
29510
|
style: J({ scale: r.scale ?? 1 }),
|
|
29507
29511
|
onClick: N
|
|
29508
29512
|
}, {
|
|
29513
|
+
footer: ae(() => [
|
|
29514
|
+
u("div", Fx, [
|
|
29515
|
+
_.value ? (m(), b("div", zx, [
|
|
29516
|
+
G(v(we), {
|
|
29517
|
+
name: "event",
|
|
29518
|
+
size: "xs",
|
|
29519
|
+
class: "q-mr-xs"
|
|
29520
|
+
}),
|
|
29521
|
+
u("span", null, B(_.value), 1),
|
|
29522
|
+
G(v(Ka), null, {
|
|
29523
|
+
default: ae(() => [...h[2] || (h[2] = [
|
|
29524
|
+
ue(" Fecha de alta ", -1)
|
|
29525
|
+
])]),
|
|
29526
|
+
_: 1
|
|
29527
|
+
})
|
|
29528
|
+
])) : w("", !0),
|
|
29529
|
+
y.value ? (m(), b("div", kx, [
|
|
29530
|
+
G(v(we), {
|
|
29531
|
+
name: "o_person",
|
|
29532
|
+
size: "xs",
|
|
29533
|
+
class: "q-mr-xs"
|
|
29534
|
+
}),
|
|
29535
|
+
u("span", null, B(y.value), 1),
|
|
29536
|
+
G(v(Ka), null, {
|
|
29537
|
+
default: ae(() => [...h[3] || (h[3] = [
|
|
29538
|
+
ue(" Creado por ", -1)
|
|
29539
|
+
])]),
|
|
29540
|
+
_: 1
|
|
29541
|
+
})
|
|
29542
|
+
])) : w("", !0)
|
|
29543
|
+
])
|
|
29544
|
+
]),
|
|
29509
29545
|
default: ae(() => {
|
|
29510
29546
|
var x, I, M;
|
|
29511
29547
|
return [
|
|
29512
|
-
u("div",
|
|
29548
|
+
u("div", Sx, [
|
|
29513
29549
|
u("div", {
|
|
29514
29550
|
class: "relative-position img-container col-auto",
|
|
29515
29551
|
style: J({ aspectRatio: t.value ? "4/3" : void 0 })
|
|
29516
29552
|
}, [
|
|
29517
|
-
(x = v(n)) != null && x.R_ESTADO ? (m(),
|
|
29553
|
+
(x = v(n)) != null && x.R_ESTADO ? (m(), b("div", Nx, [
|
|
29518
29554
|
G(hi, {
|
|
29519
29555
|
color: (I = v(n).R_ESTADO) == null ? void 0 : I.COLOR,
|
|
29520
29556
|
label: (M = v(n).R_ESTADO) == null ? void 0 : M.NAME
|
|
29521
29557
|
}, null, 8, ["color", "label"])
|
|
29522
29558
|
])) : w("", !0),
|
|
29523
|
-
t.value ? (m(),
|
|
29559
|
+
t.value ? (m(), b("div", Lx, [
|
|
29524
29560
|
G(v(l0), {
|
|
29525
29561
|
color: "primary",
|
|
29526
29562
|
size: "40px"
|
|
29527
29563
|
}),
|
|
29528
|
-
|
|
29529
|
-
])) : (m(),
|
|
29530
|
-
|
|
29531
|
-
|
|
29532
|
-
|
|
29533
|
-
|
|
29534
|
-
|
|
29535
|
-
|
|
29536
|
-
|
|
29537
|
-
u("
|
|
29538
|
-
|
|
29539
|
-
|
|
29540
|
-
|
|
29541
|
-
|
|
29542
|
-
|
|
29564
|
+
h[0] || (h[0] = u("span", { class: "text-caption q-mt-sm" }, "Generando plato...", -1))
|
|
29565
|
+
])) : (m(), b(ne, { key: 2 }, [
|
|
29566
|
+
p.value ? (m(), oe(v(Al), {
|
|
29567
|
+
key: 1,
|
|
29568
|
+
src: p.value,
|
|
29569
|
+
ratio: 4 / 3,
|
|
29570
|
+
class: "plato-img bg-grey-3",
|
|
29571
|
+
fit: "cover"
|
|
29572
|
+
}, null, 8, ["src"])) : (m(), b("div", wx, [...h[1] || (h[1] = [
|
|
29573
|
+
u("img", {
|
|
29574
|
+
src: Tx,
|
|
29575
|
+
width: "64",
|
|
29576
|
+
height: "64",
|
|
29577
|
+
style: { width: "64px", height: "64px" }
|
|
29578
|
+
}, null, -1)
|
|
29579
|
+
])]))
|
|
29580
|
+
], 64))
|
|
29543
29581
|
], 4),
|
|
29544
|
-
u("div",
|
|
29545
|
-
u("div",
|
|
29582
|
+
u("div", Mx, [
|
|
29583
|
+
u("div", Ux, B(f.value), 1),
|
|
29546
29584
|
u("div", {
|
|
29547
|
-
class: "text-body2 text-grey-7 description
|
|
29585
|
+
class: "text-body2 text-grey-7 description",
|
|
29548
29586
|
style: J({
|
|
29549
29587
|
"line-clamp": P.descriptionLines,
|
|
29550
29588
|
"-webkit-line-clamp": P.descriptionLines
|
|
29551
29589
|
})
|
|
29552
29590
|
}, B(O.value), 5),
|
|
29553
|
-
A.value && Array.isArray(A.value) && A.value.length ? (m(),
|
|
29554
|
-
(m(!0),
|
|
29591
|
+
A.value && Array.isArray(A.value) && A.value.length ? (m(), b("div", Bx, [
|
|
29592
|
+
(m(!0), b(ne, null, _e(A.value, (S) => (m(), oe(v(si), {
|
|
29555
29593
|
key: S,
|
|
29556
29594
|
dense: "",
|
|
29557
29595
|
outline: "",
|
|
29558
|
-
color: "
|
|
29596
|
+
color: "blue-7"
|
|
29559
29597
|
}, {
|
|
29560
29598
|
default: ae(() => [
|
|
29561
29599
|
ue(B(S), 1)
|
|
29562
29600
|
]),
|
|
29563
29601
|
_: 2
|
|
29564
29602
|
}, 1024))), 128))
|
|
29565
|
-
])) : w("", !0)
|
|
29566
|
-
u("div", Ux, [
|
|
29567
|
-
_.value ? (m(), h("div", Bx, [
|
|
29568
|
-
G(v(we), {
|
|
29569
|
-
name: "event",
|
|
29570
|
-
size: "xs",
|
|
29571
|
-
class: "q-mr-xs"
|
|
29572
|
-
}),
|
|
29573
|
-
u("span", null, B(_.value), 1),
|
|
29574
|
-
G(v(Ka), null, {
|
|
29575
|
-
default: ae(() => [...b[2] || (b[2] = [
|
|
29576
|
-
ue(" Fecha de alta ", -1)
|
|
29577
|
-
])]),
|
|
29578
|
-
_: 1
|
|
29579
|
-
})
|
|
29580
|
-
])) : w("", !0),
|
|
29581
|
-
y.value ? (m(), h("div", Fx, [
|
|
29582
|
-
G(v(we), {
|
|
29583
|
-
name: "o_person",
|
|
29584
|
-
size: "xs",
|
|
29585
|
-
class: "q-mr-xs"
|
|
29586
|
-
}),
|
|
29587
|
-
u("span", null, B(y.value), 1),
|
|
29588
|
-
G(v(Ka), null, {
|
|
29589
|
-
default: ae(() => [...b[3] || (b[3] = [
|
|
29590
|
-
ue(" Creado por ", -1)
|
|
29591
|
-
])]),
|
|
29592
|
-
_: 1
|
|
29593
|
-
})
|
|
29594
|
-
])) : w("", !0)
|
|
29595
|
-
])
|
|
29603
|
+
])) : w("", !0)
|
|
29596
29604
|
])
|
|
29597
29605
|
])
|
|
29598
29606
|
];
|
|
@@ -29600,7 +29608,7 @@ const JI = {
|
|
|
29600
29608
|
_: 1
|
|
29601
29609
|
}, 8, ["loading", "unelevated", "border-radius", "hoverable", "style"]));
|
|
29602
29610
|
}
|
|
29603
|
-
}),
|
|
29611
|
+
}), Vx = /* @__PURE__ */ Ce(Gx, [["__scopeId", "data-v-4615223f"]]), qx = Object.freeze([
|
|
29604
29612
|
{
|
|
29605
29613
|
ID_PRODUCTO: 1,
|
|
29606
29614
|
COD_ART_MVX: "ARROZ_001",
|
|
@@ -29707,7 +29715,7 @@ const JI = {
|
|
|
29707
29715
|
],
|
|
29708
29716
|
R_PRECIOS: []
|
|
29709
29717
|
}
|
|
29710
|
-
]),
|
|
29718
|
+
]), jx = {
|
|
29711
29719
|
isPublic: !0,
|
|
29712
29720
|
data: {},
|
|
29713
29721
|
fetching: !1,
|
|
@@ -29717,44 +29725,44 @@ const JI = {
|
|
|
29717
29725
|
imageHeight: "200px",
|
|
29718
29726
|
borderRadius: "6.5px",
|
|
29719
29727
|
hoverable: !0
|
|
29720
|
-
},
|
|
29728
|
+
}, Hx = _a.extend({
|
|
29721
29729
|
descriptionLines: V.number().optional(),
|
|
29722
29730
|
hiddenProps: V.array(V.string()).optional(),
|
|
29723
29731
|
gamaProps: V.array(V.record(V.string(), V.any())),
|
|
29724
29732
|
context: V.enum(["producto"]).default("producto"),
|
|
29725
29733
|
isPublic: V.boolean().optional(),
|
|
29726
29734
|
queryParams: V.record(V.any()).optional()
|
|
29727
|
-
}),
|
|
29735
|
+
}), $x = {
|
|
29728
29736
|
key: 0,
|
|
29729
29737
|
style: { height: "60px" }
|
|
29730
|
-
},
|
|
29738
|
+
}, Kx = {
|
|
29731
29739
|
class: "row justify-center q-mb-sm",
|
|
29732
29740
|
style: { height: "45px" }
|
|
29733
|
-
},
|
|
29741
|
+
}, Wx = {
|
|
29734
29742
|
class: "text-center text-caption",
|
|
29735
29743
|
style: { height: "25px" }
|
|
29736
|
-
},
|
|
29744
|
+
}, Zx = { class: "plan-info-container q-pt-sm" }, Yx = {
|
|
29737
29745
|
key: 0,
|
|
29738
29746
|
class: "row plan-info"
|
|
29739
|
-
},
|
|
29747
|
+
}, Qx = { class: "text-main" }, Xx = {
|
|
29740
29748
|
key: 1,
|
|
29741
29749
|
class: "row plan-info"
|
|
29742
|
-
},
|
|
29750
|
+
}, Jx = { class: "text-main" }, eP = {
|
|
29743
29751
|
key: 2,
|
|
29744
29752
|
class: "row plan-info"
|
|
29745
|
-
},
|
|
29753
|
+
}, aP = { class: "text-main" }, iP = {
|
|
29746
29754
|
class: "row q-my-sm q-mt-md",
|
|
29747
29755
|
style: { height: "150px" }
|
|
29748
|
-
},
|
|
29756
|
+
}, lP = { class: "q-mx-sm" }, sP = ["src"], oP = {
|
|
29749
29757
|
key: 1,
|
|
29750
29758
|
class: "row items-center justify-center q-mb-md text-black"
|
|
29751
|
-
},
|
|
29759
|
+
}, nP = { class: "text-h2 text-bold" }, tP = {
|
|
29752
29760
|
key: 2,
|
|
29753
29761
|
class: "row justify-center q-mb-md"
|
|
29754
|
-
},
|
|
29762
|
+
}, rP = {
|
|
29755
29763
|
style: { height: "15px" },
|
|
29756
29764
|
class: "text-center text-uppercase text-caption text-black"
|
|
29757
|
-
},
|
|
29765
|
+
}, cP = { key: 0 }, uP = /* @__PURE__ */ me({
|
|
29758
29766
|
__name: "TelephonyCard",
|
|
29759
29767
|
props: {
|
|
29760
29768
|
isPublic: { type: Boolean, default: !1 },
|
|
@@ -29831,7 +29839,7 @@ const JI = {
|
|
|
29831
29839
|
}), P = D(() => {
|
|
29832
29840
|
var T;
|
|
29833
29841
|
return (T = n.value) == null ? void 0 : T.DESCRIPCION_CORTA;
|
|
29834
|
-
}),
|
|
29842
|
+
}), h = D(() => {
|
|
29835
29843
|
var T, j;
|
|
29836
29844
|
return (j = (T = n.value) == null ? void 0 : T.TAGS) == null ? void 0 : j.split(",");
|
|
29837
29845
|
}), x = D(() => {
|
|
@@ -29879,8 +29887,8 @@ const JI = {
|
|
|
29879
29887
|
default: ae(() => {
|
|
29880
29888
|
var Y, Q, ce, z;
|
|
29881
29889
|
return [
|
|
29882
|
-
r.showHeader ? (m(),
|
|
29883
|
-
(Q = (Y = v(n)) == null ? void 0 : Y.PROPS) != null && Q.velocidad_de_internet_megas ? (m(),
|
|
29890
|
+
r.showHeader ? (m(), b("div", $x, [
|
|
29891
|
+
(Q = (Y = v(n)) == null ? void 0 : Y.PROPS) != null && Q.velocidad_de_internet_megas ? (m(), b("div", {
|
|
29884
29892
|
key: 0,
|
|
29885
29893
|
class: "text-h5 text-center text-white q-pa-md text-bold",
|
|
29886
29894
|
style: J({ backgroundColor: r.headerColor || x.value })
|
|
@@ -29892,8 +29900,8 @@ const JI = {
|
|
|
29892
29900
|
default: ae(() => {
|
|
29893
29901
|
var q, ee, te, fe, ve, Pe, Se, De, Ke, ea, je, ha, Oa, Ma, ra, va, Ve;
|
|
29894
29902
|
return [
|
|
29895
|
-
u("div",
|
|
29896
|
-
(m(!0),
|
|
29903
|
+
u("div", Kx, [
|
|
29904
|
+
(m(!0), b(ne, null, _e(h.value, (ke) => (m(), oe(v(si), {
|
|
29897
29905
|
outline: "",
|
|
29898
29906
|
key: ke,
|
|
29899
29907
|
size: "md",
|
|
@@ -29905,7 +29913,7 @@ const JI = {
|
|
|
29905
29913
|
_: 2
|
|
29906
29914
|
}, 1032, ["style"]))), 128))
|
|
29907
29915
|
]),
|
|
29908
|
-
u("div",
|
|
29916
|
+
u("div", Wx, B((te = v(xe.upperFirst)(v(xe.snakeCase)((ee = (q = v(n)) == null ? void 0 : q.PROPS) == null ? void 0 : ee.segmento))) == null ? void 0 : te.replace(/_/g, " ")) + " " + B((ve = (fe = v(n)) == null ? void 0 : fe.PROPS) != null && ve.segmento ? " - " : "") + " " + B((De = (Se = (Pe = v(n)) == null ? void 0 : Pe.PROPS) == null ? void 0 : Se.familia) == null ? void 0 : De.join(" - ")), 1),
|
|
29909
29917
|
u("div", {
|
|
29910
29918
|
class: "name-container",
|
|
29911
29919
|
style: J({ height: r.titleHeight })
|
|
@@ -29915,37 +29923,37 @@ const JI = {
|
|
|
29915
29923
|
style: J({ color: r.nameColor })
|
|
29916
29924
|
}, B(N.value), 5)
|
|
29917
29925
|
], 4),
|
|
29918
|
-
u("div",
|
|
29919
|
-
(ea = (Ke = v(n)) == null ? void 0 : Ke.PROPS) != null && ea.velocidad_de_internet_megas && !r.showHeader ? (m(),
|
|
29926
|
+
u("div", Zx, [
|
|
29927
|
+
(ea = (Ke = v(n)) == null ? void 0 : Ke.PROPS) != null && ea.velocidad_de_internet_megas && !r.showHeader ? (m(), b("div", Yx, [
|
|
29920
29928
|
j[1] || (j[1] = u("div", { class: "col-6 text-main" }, "VELOCIDAD", -1)),
|
|
29921
29929
|
u("div", null, [
|
|
29922
|
-
u("span",
|
|
29930
|
+
u("span", Qx, B((ha = (je = v(n)) == null ? void 0 : je.PROPS) == null ? void 0 : ha.velocidad_de_internet_megas), 1),
|
|
29923
29931
|
j[0] || (j[0] = ue(" MB ", -1))
|
|
29924
29932
|
])
|
|
29925
29933
|
])) : w("", !0),
|
|
29926
|
-
_.value ? (m(),
|
|
29934
|
+
_.value ? (m(), b("div", Xx, [
|
|
29927
29935
|
j[2] || (j[2] = u("div", { class: "col-6 text-main" }, "WIFI", -1)),
|
|
29928
|
-
u("div",
|
|
29936
|
+
u("div", Jx, B(_.value), 1)
|
|
29929
29937
|
])) : w("", !0),
|
|
29930
|
-
M.value ? (m(),
|
|
29938
|
+
M.value ? (m(), b("div", eP, [
|
|
29931
29939
|
j[4] || (j[4] = u("div", { class: "col-6 text-main" }, "MÓVIL", -1)),
|
|
29932
29940
|
u("div", null, [
|
|
29933
|
-
u("span",
|
|
29941
|
+
u("span", aP, B(M.value), 1),
|
|
29934
29942
|
j[3] || (j[3] = ue(" GB ", -1))
|
|
29935
29943
|
])
|
|
29936
29944
|
])) : w("", !0)
|
|
29937
29945
|
]),
|
|
29938
|
-
u("div",
|
|
29939
|
-
(m(!0),
|
|
29940
|
-
(m(),
|
|
29946
|
+
u("div", iP, [
|
|
29947
|
+
(m(!0), b(ne, null, _e(y.value, (ke, Ze) => (m(), b("div", lP, [
|
|
29948
|
+
(m(), b("img", {
|
|
29941
29949
|
key: Ze,
|
|
29942
29950
|
src: ke.src,
|
|
29943
29951
|
class: "streaming-img q-mr-md"
|
|
29944
|
-
}, null, 8,
|
|
29952
|
+
}, null, 8, sP))
|
|
29945
29953
|
]))), 256))
|
|
29946
29954
|
]),
|
|
29947
29955
|
u("div", null, [
|
|
29948
|
-
P.value ? (m(),
|
|
29956
|
+
P.value ? (m(), b("div", {
|
|
29949
29957
|
key: 0,
|
|
29950
29958
|
class: "description text-left text-black q-my-md",
|
|
29951
29959
|
style: J({
|
|
@@ -29953,11 +29961,11 @@ const JI = {
|
|
|
29953
29961
|
WebkitLineClamp: T.descriptionLines
|
|
29954
29962
|
})
|
|
29955
29963
|
}, B(P.value), 5)) : w("", !0),
|
|
29956
|
-
I.value ? (m(),
|
|
29957
|
-
u("span",
|
|
29964
|
+
I.value ? (m(), b("div", oP, [
|
|
29965
|
+
u("span", nP, "$" + B(I.value), 1),
|
|
29958
29966
|
j[5] || (j[5] = u("span", { class: "text-caption text-black q-pl-sm q-pt-sm" }, " al mes", -1))
|
|
29959
29967
|
])) : w("", !0),
|
|
29960
|
-
T.isPublic ? (m(),
|
|
29968
|
+
T.isPublic ? (m(), b("div", tP, [
|
|
29961
29969
|
G(v(Be), {
|
|
29962
29970
|
class: "text-bold",
|
|
29963
29971
|
style: J({ backgroundColor: x.value }),
|
|
@@ -29995,8 +30003,8 @@ const JI = {
|
|
|
29995
30003
|
margin: "1rem 0"
|
|
29996
30004
|
})
|
|
29997
30005
|
}, null, 4),
|
|
29998
|
-
u("div",
|
|
29999
|
-
(Ma = (Oa = v(n)) == null ? void 0 : Oa.PROPS) != null && Ma.permanencia ? (m(),
|
|
30006
|
+
u("div", rP, [
|
|
30007
|
+
(Ma = (Oa = v(n)) == null ? void 0 : Oa.PROPS) != null && Ma.permanencia ? (m(), b("span", cP, " Contrato a " + B((Ve = (va = (ra = v(n)) == null ? void 0 : ra.PROPS) == null ? void 0 : va.permanencia) == null ? void 0 : Ve.replace(/_/g, " ")), 1)) : w("", !0)
|
|
30000
30008
|
])
|
|
30001
30009
|
])
|
|
30002
30010
|
];
|
|
@@ -30008,7 +30016,7 @@ const JI = {
|
|
|
30008
30016
|
_: 1
|
|
30009
30017
|
}, 8, ["loading", "unelevated", "border-radius", "hoverable", "style"]));
|
|
30010
30018
|
}
|
|
30011
|
-
}),
|
|
30019
|
+
}), dP = /* @__PURE__ */ Ce(uP, [["__scopeId", "data-v-108a5c4d"]]), mP = Object.freeze([
|
|
30012
30020
|
{
|
|
30013
30021
|
ID_PRODUCTO: 32,
|
|
30014
30022
|
COD_ART_MVX: "1_gig26",
|
|
@@ -31201,7 +31209,7 @@ const JI = {
|
|
|
31201
31209
|
}
|
|
31202
31210
|
]
|
|
31203
31211
|
}
|
|
31204
|
-
]),
|
|
31212
|
+
]), pP = {
|
|
31205
31213
|
isPublic: !0,
|
|
31206
31214
|
data: {},
|
|
31207
31215
|
fetching: !1,
|
|
@@ -31597,7 +31605,7 @@ const JI = {
|
|
|
31597
31605
|
controlType: "input_text"
|
|
31598
31606
|
}
|
|
31599
31607
|
]
|
|
31600
|
-
},
|
|
31608
|
+
}, _P = _a.extend({
|
|
31601
31609
|
descriptionLines: V.number().optional(),
|
|
31602
31610
|
hiddenProps: V.array(V.string()).optional(),
|
|
31603
31611
|
gamaProps: V.array(V.record(V.string(), V.any())),
|
|
@@ -31613,24 +31621,24 @@ const JI = {
|
|
|
31613
31621
|
nameColor: V.string().optional(),
|
|
31614
31622
|
titleHeight: V.string().optional(),
|
|
31615
31623
|
showHeader: V.boolean().optional()
|
|
31616
|
-
}),
|
|
31624
|
+
}), vP = {
|
|
31617
31625
|
class: "row justify-center q-mb-sm",
|
|
31618
31626
|
style: { height: "45px" }
|
|
31619
|
-
},
|
|
31627
|
+
}, fP = { class: "features-list text-black" }, gP = { class: "promo-section text-caption" }, bP = {
|
|
31620
31628
|
key: 0,
|
|
31621
31629
|
class: "row items-center no-wrap text-black"
|
|
31622
|
-
},
|
|
31630
|
+
}, hP = {
|
|
31623
31631
|
key: 1,
|
|
31624
31632
|
class: "row items-center no-wrap text-black",
|
|
31625
31633
|
style: { "white-space": "nowrap", overflow: "hidden", "text-overflow": "ellipsis" }
|
|
31626
|
-
},
|
|
31634
|
+
}, OP = {
|
|
31627
31635
|
key: 2,
|
|
31628
31636
|
class: "row items-center no-wrap text-black",
|
|
31629
31637
|
style: { "white-space": "nowrap", overflow: "hidden", "text-overflow": "ellipsis" }
|
|
31630
|
-
},
|
|
31638
|
+
}, CP = { class: "row text-black items-center justify-center q-mb-md" }, AP = { class: "text-h2 text-bold text-black" }, IP = {
|
|
31631
31639
|
key: 0,
|
|
31632
31640
|
class: "q-pa-sm"
|
|
31633
|
-
},
|
|
31641
|
+
}, xP = /* @__PURE__ */ me({
|
|
31634
31642
|
__name: "TelmexCard",
|
|
31635
31643
|
props: {
|
|
31636
31644
|
isPublic: { type: Boolean, default: !1 },
|
|
@@ -31659,30 +31667,30 @@ const JI = {
|
|
|
31659
31667
|
emits: ["on-event"],
|
|
31660
31668
|
setup(s, { emit: d }) {
|
|
31661
31669
|
const l = d, r = s, { data: n } = Ge(r), t = D(() => {
|
|
31662
|
-
var P,
|
|
31663
|
-
return (
|
|
31670
|
+
var P, h;
|
|
31671
|
+
return (h = (P = n.value) == null ? void 0 : P.NOMBRE) == null ? void 0 : h.toLowerCase();
|
|
31664
31672
|
}), p = D(() => {
|
|
31665
31673
|
var P;
|
|
31666
31674
|
return (P = n.value) == null ? void 0 : P.DESCRIPCION_CORTA;
|
|
31667
31675
|
}), f = D(
|
|
31668
31676
|
() => {
|
|
31669
|
-
var P,
|
|
31670
|
-
return xe.compact(((
|
|
31677
|
+
var P, h;
|
|
31678
|
+
return xe.compact(((h = (P = n.value) == null ? void 0 : P.TAGS) == null ? void 0 : h.split(",")) || []);
|
|
31671
31679
|
}
|
|
31672
31680
|
), O = D(() => {
|
|
31673
31681
|
var P;
|
|
31674
31682
|
return Number(((P = n.value) == null ? void 0 : P.PRECIO) || 0);
|
|
31675
31683
|
}), A = D(() => {
|
|
31676
31684
|
var I, M, S, U;
|
|
31677
|
-
const P = Number(((M = (I = n.value) == null ? void 0 : I.PROPS) == null ? void 0 : M.lineas_telefonicas) || 0),
|
|
31685
|
+
const P = Number(((M = (I = n.value) == null ? void 0 : I.PROPS) == null ? void 0 : M.lineas_telefonicas) || 0), h = (U = (S = n.value) == null ? void 0 : S.PROPS) == null ? void 0 : U.claro_drive;
|
|
31678
31686
|
return xe.compact([
|
|
31679
31687
|
P ? {
|
|
31680
31688
|
key: "lineas_telefonicas",
|
|
31681
31689
|
label: `${P} líneas telefónicas`
|
|
31682
31690
|
} : null,
|
|
31683
|
-
|
|
31691
|
+
h && h !== "none" ? {
|
|
31684
31692
|
key: "claro_drive",
|
|
31685
|
-
label: `Claro Drive ${(
|
|
31693
|
+
label: `Claro Drive ${(h == null ? void 0 : h.replace(/_/g, " ")) || ""}`
|
|
31686
31694
|
} : null,
|
|
31687
31695
|
{ key: "llamadas_ilimitadas", label: "Llamadas ilimitadas" },
|
|
31688
31696
|
{ key: "claro_video_paramounts", label: "Claro Video" },
|
|
@@ -31715,12 +31723,12 @@ const JI = {
|
|
|
31715
31723
|
});
|
|
31716
31724
|
}, N = D(() => {
|
|
31717
31725
|
var I, M, S, U;
|
|
31718
|
-
const P = ((M = (I = n.value) == null ? void 0 : I.PROPS) == null ? void 0 : M.velocidad_de_internet_megas) || 0,
|
|
31726
|
+
const P = ((M = (I = n.value) == null ? void 0 : I.PROPS) == null ? void 0 : M.velocidad_de_internet_megas) || 0, h = (S = r.gamaProps) == null ? void 0 : S.find(
|
|
31719
31727
|
(k) => k.code === "velocidad_de_internet_megas"
|
|
31720
|
-
), x = (U =
|
|
31728
|
+
), x = (U = h == null ? void 0 : h.options) == null ? void 0 : U.find((k) => k.value === P);
|
|
31721
31729
|
return ((x == null ? void 0 : x.label) || String(P)).toUpperCase();
|
|
31722
31730
|
});
|
|
31723
|
-
return (P,
|
|
31731
|
+
return (P, h) => (m(), oe(ni, {
|
|
31724
31732
|
class: "card-custom",
|
|
31725
31733
|
loading: P.fetching,
|
|
31726
31734
|
"no-padding": "",
|
|
@@ -31734,7 +31742,7 @@ const JI = {
|
|
|
31734
31742
|
default: ae(() => {
|
|
31735
31743
|
var x, I;
|
|
31736
31744
|
return [
|
|
31737
|
-
(I = (x = v(n)) == null ? void 0 : x.PROPS) != null && I.velocidad_de_internet_megas ? (m(),
|
|
31745
|
+
(I = (x = v(n)) == null ? void 0 : x.PROPS) != null && I.velocidad_de_internet_megas ? (m(), b("div", {
|
|
31738
31746
|
key: 0,
|
|
31739
31747
|
class: "header text-h5 text-center text-white q-pa-md text-bold",
|
|
31740
31748
|
style: J({ backgroundColor: r.headerColor || r.color })
|
|
@@ -31743,8 +31751,8 @@ const JI = {
|
|
|
31743
31751
|
default: ae(() => {
|
|
31744
31752
|
var M, S, U, k, T, j, Y, Q;
|
|
31745
31753
|
return [
|
|
31746
|
-
u("div",
|
|
31747
|
-
(m(!0),
|
|
31754
|
+
u("div", vP, [
|
|
31755
|
+
(m(!0), b(ne, null, _e(f.value, (ce) => (m(), oe(v(si), {
|
|
31748
31756
|
key: ce,
|
|
31749
31757
|
outline: "",
|
|
31750
31758
|
size: "md",
|
|
@@ -31765,7 +31773,7 @@ const JI = {
|
|
|
31765
31773
|
style: J({ color: r.nameColor })
|
|
31766
31774
|
}, B(v(xe.capitalize)(t.value)), 5)
|
|
31767
31775
|
], 4),
|
|
31768
|
-
p.value ? (m(),
|
|
31776
|
+
p.value ? (m(), b("div", {
|
|
31769
31777
|
key: 0,
|
|
31770
31778
|
class: "description text-black q-my-md",
|
|
31771
31779
|
style: J({
|
|
@@ -31773,32 +31781,32 @@ const JI = {
|
|
|
31773
31781
|
WebkitLineClamp: r.descriptionLines
|
|
31774
31782
|
})
|
|
31775
31783
|
}, B(p.value), 5)) : w("", !0),
|
|
31776
|
-
u("ul",
|
|
31777
|
-
(m(!0),
|
|
31784
|
+
u("ul", fP, [
|
|
31785
|
+
(m(!0), b(ne, null, _e(A.value, (ce) => (m(), b("li", {
|
|
31778
31786
|
key: ce.key
|
|
31779
31787
|
}, B(ce.label), 1))), 128))
|
|
31780
31788
|
]),
|
|
31781
|
-
u("div",
|
|
31782
|
-
(U = (S = (M = v(n)) == null ? void 0 : M.PROPS) == null ? void 0 : S.promocion_portabilidad) != null && U.length ? (m(),
|
|
31789
|
+
u("div", gP, [
|
|
31790
|
+
(U = (S = (M = v(n)) == null ? void 0 : M.PROPS) == null ? void 0 : S.promocion_portabilidad) != null && U.length ? (m(), b("div", bP, [
|
|
31783
31791
|
u("div", {
|
|
31784
31792
|
style: J({ backgroundColor: r.color }),
|
|
31785
31793
|
class: "promo-indicator q-mr-sm"
|
|
31786
31794
|
}, null, 4),
|
|
31787
|
-
|
|
31795
|
+
h[0] || (h[0] = u("div", null, "Promoción de Portabilidad", -1))
|
|
31788
31796
|
])) : w("", !0),
|
|
31789
|
-
(j = (T = (k = v(n)) == null ? void 0 : k.PROPS) == null ? void 0 : T.promocion_altas) != null && j.length ? (m(),
|
|
31797
|
+
(j = (T = (k = v(n)) == null ? void 0 : k.PROPS) == null ? void 0 : T.promocion_altas) != null && j.length ? (m(), b("div", hP, [
|
|
31790
31798
|
u("div", {
|
|
31791
31799
|
style: J({ backgroundColor: r.color }),
|
|
31792
31800
|
class: "promo-indicator q-mr-sm"
|
|
31793
31801
|
}, null, 4),
|
|
31794
|
-
|
|
31802
|
+
h[1] || (h[1] = u("div", null, "Promoción Alta Internet, Recuperado, Sólo clientes", -1))
|
|
31795
31803
|
])) : w("", !0),
|
|
31796
|
-
(Q = (Y = v(n)) == null ? void 0 : Y.PROPS) != null && Q.permite_alta_por_internet_recuperado ? (m(),
|
|
31804
|
+
(Q = (Y = v(n)) == null ? void 0 : Y.PROPS) != null && Q.permite_alta_por_internet_recuperado ? (m(), b("div", OP, [
|
|
31797
31805
|
u("div", {
|
|
31798
31806
|
style: J({ backgroundColor: r.color }),
|
|
31799
31807
|
class: "promo-indicator q-mr-sm"
|
|
31800
31808
|
}, null, 4),
|
|
31801
|
-
|
|
31809
|
+
h[2] || (h[2] = u("div", null, "Permite alta por internet recuperado", -1))
|
|
31802
31810
|
])) : w("", !0)
|
|
31803
31811
|
])
|
|
31804
31812
|
];
|
|
@@ -31810,11 +31818,11 @@ const JI = {
|
|
|
31810
31818
|
style: { "padding-top": "0" }
|
|
31811
31819
|
}, {
|
|
31812
31820
|
default: ae(() => [
|
|
31813
|
-
u("div",
|
|
31814
|
-
u("span",
|
|
31815
|
-
|
|
31821
|
+
u("div", CP, [
|
|
31822
|
+
u("span", AP, "$" + B(O.value), 1),
|
|
31823
|
+
h[3] || (h[3] = u("span", { class: "text-caption q-pl-sm q-pt-sm" }, "al mes", -1))
|
|
31816
31824
|
]),
|
|
31817
|
-
P.isPublic ? (m(),
|
|
31825
|
+
P.isPublic ? (m(), b("div", IP, [
|
|
31818
31826
|
G(v(Be), {
|
|
31819
31827
|
class: "full-width text-bold",
|
|
31820
31828
|
style: J({ backgroundColor: r.color }),
|
|
@@ -31823,7 +31831,7 @@ const JI = {
|
|
|
31823
31831
|
unelevated: "",
|
|
31824
31832
|
onClick: fi(_, ["stop"])
|
|
31825
31833
|
}, {
|
|
31826
|
-
default: ae(() => [...
|
|
31834
|
+
default: ae(() => [...h[4] || (h[4] = [
|
|
31827
31835
|
ue(" Contratar ahora ", -1)
|
|
31828
31836
|
])]),
|
|
31829
31837
|
_: 1
|
|
@@ -31837,7 +31845,7 @@ const JI = {
|
|
|
31837
31845
|
_: 1
|
|
31838
31846
|
}, 8, ["loading", "unelevated", "border-radius", "hoverable", "style"]));
|
|
31839
31847
|
}
|
|
31840
|
-
}),
|
|
31848
|
+
}), PP = /* @__PURE__ */ Ce(xP, [["__scopeId", "data-v-130b67a0"]]), EP = Object.freeze([
|
|
31841
31849
|
{
|
|
31842
31850
|
ID_PRODUCTO: 66,
|
|
31843
31851
|
COD_ART_MVX: "00000064",
|
|
@@ -33378,7 +33386,7 @@ const JI = {
|
|
|
33378
33386
|
R_IMG: [],
|
|
33379
33387
|
R_PRECIOS: []
|
|
33380
33388
|
}
|
|
33381
|
-
]),
|
|
33389
|
+
]), yP = {
|
|
33382
33390
|
isPublic: !0,
|
|
33383
33391
|
data: {},
|
|
33384
33392
|
fetching: !1,
|
|
@@ -34706,7 +34714,7 @@ const JI = {
|
|
|
34706
34714
|
controlType: "checkbox"
|
|
34707
34715
|
}
|
|
34708
34716
|
]
|
|
34709
|
-
},
|
|
34717
|
+
}, DP = _a.extend({
|
|
34710
34718
|
descriptionLines: V.number().optional(),
|
|
34711
34719
|
hiddenProps: V.array(V.string()).optional(),
|
|
34712
34720
|
gamaProps: V.array(V.record(V.string(), V.any())),
|
|
@@ -34760,69 +34768,69 @@ function sd() {
|
|
|
34760
34768
|
showPrice: s.showPrice
|
|
34761
34769
|
};
|
|
34762
34770
|
}
|
|
34763
|
-
const
|
|
34771
|
+
const RP = {
|
|
34764
34772
|
key: 0,
|
|
34765
34773
|
class: "q-mt-md text-black col-12"
|
|
34766
|
-
},
|
|
34774
|
+
}, TP = /* @__PURE__ */ me({
|
|
34767
34775
|
__name: "ProductLongDescription",
|
|
34768
34776
|
setup(s) {
|
|
34769
34777
|
const { product: d } = sd(), l = D(() => {
|
|
34770
34778
|
var r;
|
|
34771
34779
|
return (r = d.value) == null ? void 0 : r.descripcion;
|
|
34772
34780
|
});
|
|
34773
|
-
return (r, n) => l.value ? (m(),
|
|
34781
|
+
return (r, n) => l.value ? (m(), b("div", RP, [
|
|
34774
34782
|
n[0] || (n[0] = u("div", { class: "font-bold text-h6" }, "Información del producto", -1)),
|
|
34775
34783
|
u("div", null, B(l.value), 1)
|
|
34776
34784
|
])) : w("", !0);
|
|
34777
34785
|
}
|
|
34778
|
-
}),
|
|
34786
|
+
}), SP = { style: { "font-size": "16px", "max-height": "300px", "overflow-y": "auto" } }, NP = {
|
|
34779
34787
|
key: 0,
|
|
34780
34788
|
class: "text-black"
|
|
34781
|
-
},
|
|
34789
|
+
}, LP = /* @__PURE__ */ me({
|
|
34782
34790
|
__name: "ProductShortDescription",
|
|
34783
34791
|
setup(s) {
|
|
34784
34792
|
const { product: d } = sd(), l = D(() => {
|
|
34785
34793
|
var r;
|
|
34786
34794
|
return ((r = d.value) == null ? void 0 : r.descripcion_corta) || "";
|
|
34787
34795
|
});
|
|
34788
|
-
return (r, n) => (m(),
|
|
34789
|
-
l.value ? (m(),
|
|
34796
|
+
return (r, n) => (m(), b("div", SP, [
|
|
34797
|
+
l.value ? (m(), b("div", NP, B(l.value), 1)) : w("", !0)
|
|
34790
34798
|
]));
|
|
34791
34799
|
}
|
|
34792
|
-
}),
|
|
34800
|
+
}), wP = { class: "row justify-end" }, MP = { class: "text-h4 text-bold text-black q-mb-sm" }, UP = {
|
|
34793
34801
|
key: 0,
|
|
34794
34802
|
class: "row q-my-sm"
|
|
34795
|
-
},
|
|
34803
|
+
}, BP = {
|
|
34796
34804
|
key: 1,
|
|
34797
34805
|
class: "row items-end q-mb-md text-black"
|
|
34798
|
-
},
|
|
34806
|
+
}, FP = { class: "text-h2 text-bold" }, zP = {
|
|
34799
34807
|
key: 2,
|
|
34800
34808
|
class: "q-my-md"
|
|
34801
|
-
},
|
|
34809
|
+
}, kP = { class: "row" }, GP = {
|
|
34802
34810
|
key: 0,
|
|
34803
34811
|
class: "q-mt-md text-black col-md-4"
|
|
34804
|
-
},
|
|
34812
|
+
}, VP = { class: "features-list text-black" }, qP = {
|
|
34805
34813
|
key: 1,
|
|
34806
34814
|
class: "q-mt-md text-black col-md-4"
|
|
34807
|
-
},
|
|
34815
|
+
}, jP = { class: "features-list text-black" }, HP = {
|
|
34808
34816
|
key: 2,
|
|
34809
34817
|
class: "q-mt-md text-black col-md-4"
|
|
34810
|
-
},
|
|
34818
|
+
}, $P = { class: "features-list text-black" }, KP = {
|
|
34811
34819
|
key: 3,
|
|
34812
34820
|
class: "q-my-md row items-center"
|
|
34813
|
-
},
|
|
34821
|
+
}, WP = {
|
|
34814
34822
|
key: 4,
|
|
34815
34823
|
class: "q-my-md text-black"
|
|
34816
|
-
},
|
|
34824
|
+
}, ZP = {
|
|
34817
34825
|
key: 0,
|
|
34818
34826
|
class: "q-mb-xs"
|
|
34819
|
-
},
|
|
34827
|
+
}, YP = { class: "row items-center q-mb-xs" }, QP = { class: "text-bold" }, XP = {
|
|
34820
34828
|
key: 1,
|
|
34821
34829
|
class: "q-mb-md"
|
|
34822
|
-
},
|
|
34830
|
+
}, JP = { class: "row items-center q-mb-xs" }, eE = { class: "text-bold" }, aE = {
|
|
34823
34831
|
key: 2,
|
|
34824
34832
|
class: "q-mb-md"
|
|
34825
|
-
},
|
|
34833
|
+
}, iE = { class: "row items-center q-mb-xs" }, lE = { class: "row" }, sE = "https://w2w-files.s3.amazonaws.com/telmex/93bbb8355e56f9c9_claro%20video.jpeg", oE = /* @__PURE__ */ me({
|
|
34826
34834
|
__name: "ProductInfo",
|
|
34827
34835
|
props: {
|
|
34828
34836
|
isPublic: { type: Boolean },
|
|
@@ -34857,12 +34865,12 @@ const yP = {
|
|
|
34857
34865
|
var z, q;
|
|
34858
34866
|
return xe.compact(((q = (z = y.value) == null ? void 0 : z.tags) == null ? void 0 : q.split(",")) || []);
|
|
34859
34867
|
}
|
|
34860
|
-
),
|
|
34868
|
+
), h = Oe(null), x = Oe([]);
|
|
34861
34869
|
wa("context", {
|
|
34862
34870
|
product: y,
|
|
34863
34871
|
slide: n,
|
|
34864
34872
|
isPublic: p,
|
|
34865
|
-
selectedPackProduct:
|
|
34873
|
+
selectedPackProduct: h,
|
|
34866
34874
|
images: x,
|
|
34867
34875
|
count: O,
|
|
34868
34876
|
gamaProps: f,
|
|
@@ -34945,8 +34953,8 @@ const yP = {
|
|
|
34945
34953
|
return (z, q) => {
|
|
34946
34954
|
var te, fe, ve, Pe, Se, De, Ke, ea, je, ha, Oa, Ma, ra, va;
|
|
34947
34955
|
const ee = gi("QChip");
|
|
34948
|
-
return m(),
|
|
34949
|
-
u("div",
|
|
34956
|
+
return m(), b(ne, null, [
|
|
34957
|
+
u("div", wP, [
|
|
34950
34958
|
v(p) ? w("", !0) : (m(), oe(Ui, {
|
|
34951
34959
|
key: 0,
|
|
34952
34960
|
icon: "edit",
|
|
@@ -34957,7 +34965,7 @@ const yP = {
|
|
|
34957
34965
|
u("div", null, [
|
|
34958
34966
|
u("div", null, [
|
|
34959
34967
|
u("div", null, [
|
|
34960
|
-
(m(!0),
|
|
34968
|
+
(m(!0), b(ne, null, _e(P.value, (Ve) => (m(), oe(ee, {
|
|
34961
34969
|
outline: "",
|
|
34962
34970
|
key: Ve,
|
|
34963
34971
|
size: "md",
|
|
@@ -34970,20 +34978,20 @@ const yP = {
|
|
|
34970
34978
|
_: 2
|
|
34971
34979
|
}, 1032, ["style"]))), 128))
|
|
34972
34980
|
]),
|
|
34973
|
-
u("div",
|
|
34974
|
-
v(p) ? w("", !0) : (m(),
|
|
34981
|
+
u("div", MP, B(N.value || ""), 1),
|
|
34982
|
+
v(p) ? w("", !0) : (m(), b("div", UP, [
|
|
34975
34983
|
(te = v(t)) != null && te.R_ESTADO ? (m(), oe(hi, {
|
|
34976
34984
|
key: 0,
|
|
34977
34985
|
label: (ve = (fe = v(t)) == null ? void 0 : fe.R_ESTADO) == null ? void 0 : ve.NAME,
|
|
34978
34986
|
color: (Se = (Pe = v(t)) == null ? void 0 : Pe.R_ESTADO) == null ? void 0 : Se.COLOR
|
|
34979
34987
|
}, null, 8, ["label", "color"])) : w("", !0)
|
|
34980
34988
|
])),
|
|
34981
|
-
M.value ? (m(),
|
|
34982
|
-
u("span",
|
|
34989
|
+
M.value ? (m(), b("div", BP, [
|
|
34990
|
+
u("span", FP, "$" + B(M.value), 1),
|
|
34983
34991
|
q[1] || (q[1] = u("span", { class: "text-caption q-pl-sm q-pb-sm" }, " al mes", -1))
|
|
34984
34992
|
])) : w("", !0),
|
|
34985
|
-
G(
|
|
34986
|
-
v(p) ? (m(),
|
|
34993
|
+
G(LP),
|
|
34994
|
+
v(p) ? (m(), b("div", zP, [
|
|
34987
34995
|
G(v(Be), {
|
|
34988
34996
|
class: "text-bold",
|
|
34989
34997
|
style: J({ backgroundColor: r.color }),
|
|
@@ -34999,52 +35007,52 @@ const yP = {
|
|
|
34999
35007
|
_: 1
|
|
35000
35008
|
}, 8, ["style"])
|
|
35001
35009
|
])) : w("", !0),
|
|
35002
|
-
u("div",
|
|
35003
|
-
(De = ce.value) != null && De.length ? (m(),
|
|
35010
|
+
u("div", kP, [
|
|
35011
|
+
(De = ce.value) != null && De.length ? (m(), b("div", GP, [
|
|
35004
35012
|
q[3] || (q[3] = u("div", { class: "text-bold q-pl-md-lg" }, "Características:", -1)),
|
|
35005
|
-
u("ul",
|
|
35006
|
-
(m(!0),
|
|
35013
|
+
u("ul", VP, [
|
|
35014
|
+
(m(!0), b(ne, null, _e(ce.value, (Ve) => (m(), b("li", {
|
|
35007
35015
|
key: Ve.key
|
|
35008
35016
|
}, B(Ve.label), 1))), 128))
|
|
35009
35017
|
])
|
|
35010
35018
|
])) : w("", !0),
|
|
35011
|
-
(Ke = k.value) != null && Ke.length ? (m(),
|
|
35019
|
+
(Ke = k.value) != null && Ke.length ? (m(), b("div", qP, [
|
|
35012
35020
|
q[4] || (q[4] = u("div", { class: "text-bold q-pl-md-lg" }, "Ideal para:", -1)),
|
|
35013
|
-
u("ul",
|
|
35014
|
-
(m(!0),
|
|
35021
|
+
u("ul", jP, [
|
|
35022
|
+
(m(!0), b(ne, null, _e(k.value, (Ve) => {
|
|
35015
35023
|
var ke;
|
|
35016
|
-
return m(),
|
|
35024
|
+
return m(), b("li", { key: Ve }, B((ke = v(xe.upperFirst)(v(xe.snakeCase)(Ve))) == null ? void 0 : ke.replace(/_/g, " ")), 1);
|
|
35017
35025
|
}), 128))
|
|
35018
35026
|
])
|
|
35019
35027
|
])) : w("", !0),
|
|
35020
|
-
(ea = T.value) != null && ea.length ? (m(),
|
|
35028
|
+
(ea = T.value) != null && ea.length ? (m(), b("div", HP, [
|
|
35021
35029
|
q[5] || (q[5] = u("div", { class: "text-bold q-pl-md-lg" }, "Uso recomendado:", -1)),
|
|
35022
|
-
u("ul",
|
|
35023
|
-
(m(!0),
|
|
35030
|
+
u("ul", $P, [
|
|
35031
|
+
(m(!0), b(ne, null, _e(T.value, (Ve) => {
|
|
35024
35032
|
var ke;
|
|
35025
|
-
return m(),
|
|
35033
|
+
return m(), b("li", { key: Ve }, B((ke = v(xe.upperFirst)(v(xe.snakeCase)(Ve))) == null ? void 0 : ke.replace(/_/g, " ")), 1);
|
|
35026
35034
|
}), 128))
|
|
35027
35035
|
])
|
|
35028
35036
|
])) : w("", !0)
|
|
35029
35037
|
]),
|
|
35030
|
-
(ha = (je = y.value) == null ? void 0 : je.props) != null && ha.claro_video_paramounts ? (m(),
|
|
35038
|
+
(ha = (je = y.value) == null ? void 0 : je.props) != null && ha.claro_video_paramounts ? (m(), b("div", KP, [
|
|
35031
35039
|
u("img", {
|
|
35032
|
-
src:
|
|
35040
|
+
src: sE,
|
|
35033
35041
|
alt: "Claro video",
|
|
35034
35042
|
style: { height: "50px", width: "50px", "border-radius": "8px" },
|
|
35035
35043
|
class: "q-mr-md"
|
|
35036
35044
|
})
|
|
35037
35045
|
])) : w("", !0),
|
|
35038
|
-
(Oa = j.value) != null && Oa.length || (Ma = Y.value) != null && Ma.length ? (m(),
|
|
35039
|
-
(ra = Y.value) != null && ra.length ? (m(),
|
|
35040
|
-
u("div",
|
|
35046
|
+
(Oa = j.value) != null && Oa.length || (Ma = Y.value) != null && Ma.length ? (m(), b("div", WP, [
|
|
35047
|
+
(ra = Y.value) != null && ra.length ? (m(), b("div", ZP, [
|
|
35048
|
+
u("div", YP, [
|
|
35041
35049
|
u("div", {
|
|
35042
35050
|
class: "promo-indicator q-mr-sm",
|
|
35043
35051
|
style: J({ backgroundColor: r.color })
|
|
35044
35052
|
}, null, 4),
|
|
35045
35053
|
u("div", null, [
|
|
35046
35054
|
q[6] || (q[6] = ue(" Promoción Alta Internet, Recuperado, Sólo clientes, Megacable: ", -1)),
|
|
35047
|
-
u("span",
|
|
35055
|
+
u("span", QP, B(Y.value.map(
|
|
35048
35056
|
(Ve) => {
|
|
35049
35057
|
var ke;
|
|
35050
35058
|
return (ke = v(xe.upperFirst)(v(xe.snakeCase)(Ve))) == null ? void 0 : ke.replace(/_/g, " ");
|
|
@@ -35053,15 +35061,15 @@ const yP = {
|
|
|
35053
35061
|
])
|
|
35054
35062
|
])
|
|
35055
35063
|
])) : w("", !0),
|
|
35056
|
-
(va = j.value) != null && va.length ? (m(),
|
|
35057
|
-
u("div",
|
|
35064
|
+
(va = j.value) != null && va.length ? (m(), b("div", XP, [
|
|
35065
|
+
u("div", JP, [
|
|
35058
35066
|
u("div", {
|
|
35059
35067
|
class: "promo-indicator q-mr-sm",
|
|
35060
35068
|
style: J({ backgroundColor: r.color })
|
|
35061
35069
|
}, null, 4),
|
|
35062
35070
|
u("div", null, [
|
|
35063
35071
|
q[7] || (q[7] = ue(" Promoción de Portabilidad: ", -1)),
|
|
35064
|
-
u("span",
|
|
35072
|
+
u("span", eE, B(j.value.map(
|
|
35065
35073
|
(Ve) => {
|
|
35066
35074
|
var ke;
|
|
35067
35075
|
return (ke = v(xe.upperFirst)(v(xe.snakeCase)(Ve))) == null ? void 0 : ke.replace(/_/g, " ");
|
|
@@ -35070,8 +35078,8 @@ const yP = {
|
|
|
35070
35078
|
])
|
|
35071
35079
|
])
|
|
35072
35080
|
])) : w("", !0),
|
|
35073
|
-
Q.value ? (m(),
|
|
35074
|
-
u("div",
|
|
35081
|
+
Q.value ? (m(), b("div", aE, [
|
|
35082
|
+
u("div", iE, [
|
|
35075
35083
|
u("div", {
|
|
35076
35084
|
class: "promo-indicator q-mr-sm",
|
|
35077
35085
|
style: J({ backgroundColor: r.color })
|
|
@@ -35082,16 +35090,16 @@ const yP = {
|
|
|
35082
35090
|
])) : w("", !0)
|
|
35083
35091
|
])
|
|
35084
35092
|
]),
|
|
35085
|
-
u("div",
|
|
35086
|
-
G(
|
|
35093
|
+
u("div", lE, [
|
|
35094
|
+
G(TP)
|
|
35087
35095
|
])
|
|
35088
35096
|
], 64);
|
|
35089
35097
|
};
|
|
35090
35098
|
}
|
|
35091
|
-
}),
|
|
35099
|
+
}), nE = /* @__PURE__ */ Ce(oE, [["__scopeId", "data-v-9cf793bc"]]), tE = {
|
|
35092
35100
|
key: 0,
|
|
35093
35101
|
class: "total-container q-mb-md"
|
|
35094
|
-
},
|
|
35102
|
+
}, rE = { class: "total-breakdown" }, cE = { class: "row justify-between items-center q-mb-xs gt-sm" }, uE = { class: "text-weight-medium" }, dE = { class: "lt-md" }, mE = { key: 0 }, pE = { class: "row justify-between items-center text-bold" }, _E = /* @__PURE__ */ me({
|
|
35095
35103
|
__name: "TotalOrder",
|
|
35096
35104
|
props: [
|
|
35097
35105
|
"totalPrice",
|
|
@@ -35104,25 +35112,25 @@ const yP = {
|
|
|
35104
35112
|
const d = s, { totalPrice: l, selectedComplementsData: r, priceValue: n, name: t, color: p } = Ge(d);
|
|
35105
35113
|
return (f, O) => {
|
|
35106
35114
|
const A = gi("q-separator");
|
|
35107
|
-
return v(l) > 0 ? (m(),
|
|
35108
|
-
u("div",
|
|
35109
|
-
u("div",
|
|
35115
|
+
return v(l) > 0 ? (m(), b("div", tE, [
|
|
35116
|
+
u("div", rE, [
|
|
35117
|
+
u("div", cE, [
|
|
35110
35118
|
u("span", null, "PLAN BASE " + B(v(t)) + ":", 1),
|
|
35111
|
-
u("span",
|
|
35119
|
+
u("span", uE, B(v(Fe.toCurrency)(v(n), "MXN")) + " al mes ", 1)
|
|
35112
35120
|
]),
|
|
35113
|
-
(m(!0),
|
|
35121
|
+
(m(!0), b(ne, null, _e(v(r), (_) => (m(), b("div", {
|
|
35114
35122
|
key: _.ID_PRODUCTO,
|
|
35115
35123
|
class: "row justify-between items-center q-mb-xs gt-sm"
|
|
35116
35124
|
}, [
|
|
35117
35125
|
u("span", null, B(_.NOMBRE) + ":", 1),
|
|
35118
35126
|
u("span", null, "+" + B(v(Fe.toCurrency)(_.PRECIO, "MXN")) + " al mes", 1)
|
|
35119
35127
|
]))), 128)),
|
|
35120
|
-
u("div",
|
|
35128
|
+
u("div", dE, [
|
|
35121
35129
|
u("div", null, "PLAN BASE " + B(v(t)), 1),
|
|
35122
|
-
v(r).length ? (m(),
|
|
35130
|
+
v(r).length ? (m(), b("div", mE, " +" + B(v(r).length) + " complementos ", 1)) : w("", !0)
|
|
35123
35131
|
]),
|
|
35124
35132
|
G(A, { class: "q-my-sm" }),
|
|
35125
|
-
u("div",
|
|
35133
|
+
u("div", pE, [
|
|
35126
35134
|
O[0] || (O[0] = u("span", { class: "text-h6" }, "Total:", -1)),
|
|
35127
35135
|
u("span", {
|
|
35128
35136
|
class: "text-h6",
|
|
@@ -35133,52 +35141,52 @@ const yP = {
|
|
|
35133
35141
|
])) : w("", !0);
|
|
35134
35142
|
};
|
|
35135
35143
|
}
|
|
35136
|
-
}),
|
|
35144
|
+
}), vE = /* @__PURE__ */ Ce(_E, [["__scopeId", "data-v-384949f4"]]), fE = { class: "text-h6" }, gE = { class: "q-mt-sm" }, bE = { key: 0 }, hE = { key: 0 }, OE = {
|
|
35137
35145
|
key: 0,
|
|
35138
35146
|
class: "complements-grid"
|
|
35139
|
-
},
|
|
35147
|
+
}, CE = {
|
|
35140
35148
|
key: 1,
|
|
35141
35149
|
class: "complements-grid"
|
|
35142
|
-
},
|
|
35150
|
+
}, AE = ["onClick"], IE = { class: "complement-image" }, xE = ["src", "alt"], PE = {
|
|
35143
35151
|
key: 1,
|
|
35144
35152
|
class: "no-image"
|
|
35145
|
-
},
|
|
35153
|
+
}, EE = { class: "complement-content" }, yE = ["title"], DE = {
|
|
35146
35154
|
key: 0,
|
|
35147
35155
|
class: "complement-price"
|
|
35148
|
-
},
|
|
35156
|
+
}, RE = ["title"], TE = {
|
|
35149
35157
|
key: 1,
|
|
35150
35158
|
class: "complement-tag"
|
|
35151
|
-
},
|
|
35159
|
+
}, SE = {
|
|
35152
35160
|
key: 1,
|
|
35153
35161
|
class: "service-type-section"
|
|
35154
|
-
},
|
|
35162
|
+
}, NE = { class: "service-type-options" }, LE = { class: "row justify-center q-col-gutter-md" }, wE = { class: "col-12 col-md-4" }, ME = {
|
|
35155
35163
|
key: 0,
|
|
35156
35164
|
class: "col-12 col-md-4"
|
|
35157
|
-
},
|
|
35165
|
+
}, UE = {
|
|
35158
35166
|
key: 1,
|
|
35159
35167
|
class: "col-12 col-md-4"
|
|
35160
|
-
},
|
|
35168
|
+
}, BE = {
|
|
35161
35169
|
key: 2,
|
|
35162
35170
|
class: "portability-section"
|
|
35163
|
-
},
|
|
35171
|
+
}, FE = {
|
|
35164
35172
|
key: 0,
|
|
35165
35173
|
class: "portability-quantity"
|
|
35166
|
-
},
|
|
35174
|
+
}, zE = { class: "quantity-selector" }, kE = { class: "row justify-center q-col-gutter-md q-mb-lg" }, GE = { class: "col-auto" }, VE = {
|
|
35167
35175
|
key: 0,
|
|
35168
35176
|
class: "col-auto"
|
|
35169
|
-
},
|
|
35177
|
+
}, qE = {
|
|
35170
35178
|
key: 1,
|
|
35171
35179
|
class: "col-auto"
|
|
35172
|
-
},
|
|
35180
|
+
}, jE = {
|
|
35173
35181
|
key: 0,
|
|
35174
35182
|
class: "q-mb-lg"
|
|
35175
|
-
},
|
|
35183
|
+
}, HE = { class: "row justify-center" }, $E = { class: "col-12 col-md-8" }, KE = { class: "row justify-center q-mt-xl q-col-gutter-md" }, WE = { class: "col-6" }, ZE = { class: "col-6" }, YE = {
|
|
35176
35184
|
key: 1,
|
|
35177
35185
|
class: "q-pa-sm"
|
|
35178
|
-
},
|
|
35186
|
+
}, QE = { class: "row justify-between items-center q-mb-md" }, XE = { class: "text-subtitle1" }, JE = { class: "row justify-center q-mb-md" }, ey = { class: "portability-list" }, ay = { class: "row justify-between items-center q-mb-sm" }, iy = { class: "text-weight-medium" }, ly = { class: "row q-col-gutter-md" }, sy = { class: "col-12 col-md-6" }, oy = { class: "col-12 col-md-6" }, ny = {
|
|
35179
35187
|
key: 3,
|
|
35180
35188
|
class: "row justify-center q-my-lg"
|
|
35181
|
-
},
|
|
35189
|
+
}, ty = /* @__PURE__ */ me({
|
|
35182
35190
|
__name: "TelmexProductDetail",
|
|
35183
35191
|
props: {
|
|
35184
35192
|
isPublic: { type: Boolean },
|
|
@@ -35208,7 +35216,7 @@ const yP = {
|
|
|
35208
35216
|
}), O = D(() => {
|
|
35209
35217
|
var X;
|
|
35210
35218
|
return Number(((X = p.value) == null ? void 0 : X.precio) || 0);
|
|
35211
|
-
}), A = Oe(!1), _ = Oe("complements"), y = Oe(null), N = Oe([]), P = Oe([]),
|
|
35219
|
+
}), A = Oe(!1), _ = Oe("complements"), y = Oe(null), N = Oe([]), P = Oe([]), h = Oe(""), x = Oe(!1), I = Oe(null), M = Oe(null), S = D(
|
|
35212
35220
|
() => {
|
|
35213
35221
|
var X, ie;
|
|
35214
35222
|
return !!((ie = (X = t.value) == null ? void 0 : X.PROPS) != null && ie.permite_alta_por_internet_recuperado);
|
|
@@ -35291,7 +35299,7 @@ const yP = {
|
|
|
35291
35299
|
(X, ie) => X + (Number(ie.PRECIO) || 0),
|
|
35292
35300
|
0
|
|
35293
35301
|
)
|
|
35294
|
-
), Pe = D(() => O.value + ve.value), Se = D(() => I.value === 1 || I.value === 2 ? !0 : I.value === "more" ? M.value && M.value <= k.value : !1), De = D(() => y.value !== "portabilidad" || !x.value ? !0 : P.value.every((X) => X.nip.trim() && X.numero.trim())), Ke = D(() => _.value === "complements" ? !0 : _.value === "service-type" ? !!y.value : _.value === "portability" ? y.value !== "portabilidad" ? !0 : x.value ? De.value && !!
|
|
35302
|
+
), Pe = D(() => O.value + ve.value), Se = D(() => I.value === 1 || I.value === 2 ? !0 : I.value === "more" ? M.value && M.value <= k.value : !1), De = D(() => y.value !== "portabilidad" || !x.value ? !0 : P.value.every((X) => X.nip.trim() && X.numero.trim())), Ke = D(() => _.value === "complements" ? !0 : _.value === "service-type" ? !!y.value : _.value === "portability" ? y.value !== "portabilidad" ? !0 : x.value ? De.value && !!h.value : !1 : _.value === "internet-recovered" ? y.value !== "internet_recuperado" ? !0 : !!h.value : !0), ea = D(() => _.value === "service-type" ? y.value ? y.value === "alta_nueva" ? "Contratar ahora" : "Siguiente" : "Selecciona una opción" : _.value === "portability" ? !De.value || !h.value ? "Completa los datos de portabilidad" : "Contratar ahora" : Y.value ? "Contratar ahora" : "Siguiente"), je = (X) => {
|
|
35295
35303
|
const ie = N.value.indexOf(X);
|
|
35296
35304
|
ie > -1 ? N.value.splice(ie, 1) : N.value.push(X);
|
|
35297
35305
|
}, ha = (X) => {
|
|
@@ -35338,7 +35346,7 @@ const yP = {
|
|
|
35338
35346
|
props: null
|
|
35339
35347
|
});
|
|
35340
35348
|
r("on-event", { code: "add_to_shopcart", payload: Ye });
|
|
35341
|
-
const de = {}, Ea =
|
|
35349
|
+
const de = {}, Ea = h.value.trim();
|
|
35342
35350
|
if (y.value === "portabilidad") {
|
|
35343
35351
|
const la = P.value.filter(
|
|
35344
35352
|
(ya) => ya.nip && ya.numero
|
|
@@ -35371,7 +35379,7 @@ const yP = {
|
|
|
35371
35379
|
),
|
|
35372
35380
|
{ label: "Otra", value: "Otra" }
|
|
35373
35381
|
];
|
|
35374
|
-
return (X, ie) => (m(),
|
|
35382
|
+
return (X, ie) => (m(), b(ne, null, [
|
|
35375
35383
|
G(v(s0), {
|
|
35376
35384
|
modelValue: A.value,
|
|
35377
35385
|
"onUpdate:modelValue": ie[9] || (ie[9] = (Ye) => A.value = Ye),
|
|
@@ -35383,9 +35391,9 @@ const yP = {
|
|
|
35383
35391
|
G(v(Ja), { class: "row justify-between no-wrap items-start q-pa-md" }, {
|
|
35384
35392
|
default: ae(() => [
|
|
35385
35393
|
u("div", null, [
|
|
35386
|
-
u("div",
|
|
35387
|
-
u("div",
|
|
35388
|
-
(m(!0),
|
|
35394
|
+
u("div", fE, B(Q.value), 1),
|
|
35395
|
+
u("div", gE, [
|
|
35396
|
+
(m(!0), b(ne, null, _e(T.value, (Ye, de) => (m(), oe(v(Us), {
|
|
35389
35397
|
key: Ye.id,
|
|
35390
35398
|
style: J({ backgroundColor: ca(de) }),
|
|
35391
35399
|
"text-color": Yi(de),
|
|
@@ -35410,19 +35418,19 @@ const yP = {
|
|
|
35410
35418
|
default: ae(() => {
|
|
35411
35419
|
var Ye;
|
|
35412
35420
|
return [
|
|
35413
|
-
_.value === "complements" ? (m(),
|
|
35414
|
-
v(ee) || (Ye = te.value) != null && Ye.length ? (m(),
|
|
35415
|
-
v(ee) ? (m(),
|
|
35416
|
-
(m(),
|
|
35421
|
+
_.value === "complements" ? (m(), b("div", bE, [
|
|
35422
|
+
v(ee) || (Ye = te.value) != null && Ye.length ? (m(), b("div", hE, [
|
|
35423
|
+
v(ee) ? (m(), b("div", OE, [
|
|
35424
|
+
(m(), b(ne, null, _e(7, (de) => u("div", {
|
|
35417
35425
|
key: de,
|
|
35418
35426
|
class: "complement-card-container"
|
|
35419
35427
|
}, [
|
|
35420
35428
|
G(v(lu), { class: "complement-skeleton" })
|
|
35421
35429
|
])), 64))
|
|
35422
|
-
])) : (m(),
|
|
35423
|
-
(m(!0),
|
|
35430
|
+
])) : (m(), b("div", CE, [
|
|
35431
|
+
(m(!0), b(ne, null, _e(te.value, (de) => {
|
|
35424
35432
|
var Ea, la;
|
|
35425
|
-
return m(),
|
|
35433
|
+
return m(), b("div", {
|
|
35426
35434
|
key: de.ID_PRODUCTO,
|
|
35427
35435
|
class: "complement-card-container"
|
|
35428
35436
|
}, [
|
|
@@ -35440,29 +35448,29 @@ const yP = {
|
|
|
35440
35448
|
}),
|
|
35441
35449
|
onClick: (ya) => je(de.ID_PRODUCTO)
|
|
35442
35450
|
}, [
|
|
35443
|
-
u("div",
|
|
35444
|
-
(la = (Ea = de == null ? void 0 : de.R_IMG) == null ? void 0 : Ea[0]) != null && la.LOCATION ? (m(),
|
|
35451
|
+
u("div", IE, [
|
|
35452
|
+
(la = (Ea = de == null ? void 0 : de.R_IMG) == null ? void 0 : Ea[0]) != null && la.LOCATION ? (m(), b("img", {
|
|
35445
35453
|
key: 0,
|
|
35446
35454
|
src: de.R_IMG[0].LOCATION,
|
|
35447
35455
|
alt: de.NOMBRE,
|
|
35448
35456
|
style: { "border-radius": "8px" }
|
|
35449
|
-
}, null, 8,
|
|
35457
|
+
}, null, 8, xE)) : (m(), b("div", PE, [...ie[12] || (ie[12] = [
|
|
35450
35458
|
u("span", null, "Sin imagen", -1)
|
|
35451
35459
|
])]))
|
|
35452
35460
|
]),
|
|
35453
|
-
u("div",
|
|
35461
|
+
u("div", EE, [
|
|
35454
35462
|
u("div", {
|
|
35455
35463
|
class: "complement-name",
|
|
35456
35464
|
title: de.NOMBRE
|
|
35457
|
-
}, B(de.NOMBRE), 9,
|
|
35458
|
-
de.PRECIO ? (m(),
|
|
35459
|
-
de.DESCRIPCION_CORTA ? (m(),
|
|
35465
|
+
}, B(de.NOMBRE), 9, yE),
|
|
35466
|
+
de.PRECIO ? (m(), b("div", DE, " $" + B(de.PRECIO) + " al mes ", 1)) : w("", !0),
|
|
35467
|
+
de.DESCRIPCION_CORTA ? (m(), b("div", {
|
|
35460
35468
|
key: 1,
|
|
35461
35469
|
class: "complement-description",
|
|
35462
35470
|
title: de.DESCRIPCION_CORTA
|
|
35463
|
-
}, B(de.DESCRIPCION_CORTA), 9,
|
|
35471
|
+
}, B(de.DESCRIPCION_CORTA), 9, RE)) : w("", !0)
|
|
35464
35472
|
]),
|
|
35465
|
-
N.value.includes(de.ID_PRODUCTO) ? (m(),
|
|
35473
|
+
N.value.includes(de.ID_PRODUCTO) ? (m(), b("div", {
|
|
35466
35474
|
key: 0,
|
|
35467
35475
|
class: "complement-check",
|
|
35468
35476
|
style: J({ backgroundColor: n.color })
|
|
@@ -35473,7 +35481,7 @@ const yP = {
|
|
|
35473
35481
|
size: "xs"
|
|
35474
35482
|
})
|
|
35475
35483
|
], 4)) : w("", !0),
|
|
35476
|
-
de.TAGS ? (m(),
|
|
35484
|
+
de.TAGS ? (m(), b("div", TE, [
|
|
35477
35485
|
G(v(Us), {
|
|
35478
35486
|
style: { border: "1px solid white" },
|
|
35479
35487
|
rounded: "",
|
|
@@ -35481,18 +35489,18 @@ const yP = {
|
|
|
35481
35489
|
label: Qi(de)
|
|
35482
35490
|
}, null, 8, ["label"])
|
|
35483
35491
|
])) : w("", !0)
|
|
35484
|
-
], 14,
|
|
35492
|
+
], 14, AE)
|
|
35485
35493
|
]);
|
|
35486
35494
|
}), 128))
|
|
35487
35495
|
]))
|
|
35488
35496
|
])) : w("", !0)
|
|
35489
35497
|
])) : w("", !0),
|
|
35490
|
-
_.value === "service-type" ? (m(),
|
|
35498
|
+
_.value === "service-type" ? (m(), b("div", SE, [
|
|
35491
35499
|
ie[19] || (ie[19] = u("div", { class: "text-h6 text-center q-mb-md" }, " Selecciona el tipo de servicio ", -1)),
|
|
35492
35500
|
ie[20] || (ie[20] = u("div", { class: "text-subtitle2 text-center text-grey-7 q-mb-xl" }, " Elige una opción para continuar ", -1)),
|
|
35493
|
-
u("div",
|
|
35494
|
-
u("div",
|
|
35495
|
-
u("div",
|
|
35501
|
+
u("div", NE, [
|
|
35502
|
+
u("div", LE, [
|
|
35503
|
+
u("div", wE, [
|
|
35496
35504
|
u("div", {
|
|
35497
35505
|
class: Xe(["service-option", {
|
|
35498
35506
|
"service-option--selected": y.value === "alta_nueva"
|
|
@@ -35509,7 +35517,7 @@ const yP = {
|
|
|
35509
35517
|
ie[14] || (ie[14] = u("div", { class: "service-description" }, " Instalación de nuevo servicio de internet ", -1))
|
|
35510
35518
|
], 2)
|
|
35511
35519
|
]),
|
|
35512
|
-
S.value ? (m(),
|
|
35520
|
+
S.value ? (m(), b("div", ME, [
|
|
35513
35521
|
u("div", {
|
|
35514
35522
|
class: Xe(["service-option", {
|
|
35515
35523
|
"service-option--selected": y.value === "internet_recuperado"
|
|
@@ -35526,7 +35534,7 @@ const yP = {
|
|
|
35526
35534
|
ie[16] || (ie[16] = u("div", { class: "service-description" }, " Reactivación de servicio anteriormente contratado ", -1))
|
|
35527
35535
|
], 2)
|
|
35528
35536
|
])) : w("", !0),
|
|
35529
|
-
U.value ? (m(),
|
|
35537
|
+
U.value ? (m(), b("div", UE, [
|
|
35530
35538
|
u("div", {
|
|
35531
35539
|
class: Xe(["service-option", {
|
|
35532
35540
|
"service-option--selected": y.value === "portabilidad"
|
|
@@ -35546,10 +35554,10 @@ const yP = {
|
|
|
35546
35554
|
])
|
|
35547
35555
|
])
|
|
35548
35556
|
])) : w("", !0),
|
|
35549
|
-
_.value === "portability" ? (m(),
|
|
35550
|
-
x.value ? (m(),
|
|
35551
|
-
u("div",
|
|
35552
|
-
u("div",
|
|
35557
|
+
_.value === "portability" ? (m(), b("div", BE, [
|
|
35558
|
+
x.value ? (m(), b("div", YE, [
|
|
35559
|
+
u("div", QE, [
|
|
35560
|
+
u("div", XE, " Ingrese los datos para " + B(P.value.length) + " portabilidad" + B(P.value.length > 1 ? "es" : ""), 1),
|
|
35553
35561
|
G(v(Be), {
|
|
35554
35562
|
flat: "",
|
|
35555
35563
|
"no-caps": "",
|
|
@@ -35559,11 +35567,11 @@ const yP = {
|
|
|
35559
35567
|
onClick: ra
|
|
35560
35568
|
}, null, 8, ["color"])
|
|
35561
35569
|
]),
|
|
35562
|
-
u("div",
|
|
35570
|
+
u("div", JE, [
|
|
35563
35571
|
G(v(xc), {
|
|
35564
35572
|
style: { width: "100%", "max-width": "400px" },
|
|
35565
|
-
modelValue:
|
|
35566
|
-
"onUpdate:modelValue": ie[7] || (ie[7] = (de) =>
|
|
35573
|
+
modelValue: h.value,
|
|
35574
|
+
"onUpdate:modelValue": ie[7] || (ie[7] = (de) => h.value = de),
|
|
35567
35575
|
options: xl,
|
|
35568
35576
|
label: "Compañía actual",
|
|
35569
35577
|
outlined: "",
|
|
@@ -35573,16 +35581,16 @@ const yP = {
|
|
|
35573
35581
|
rules: [(de) => !!de || "La compañía es requerida"]
|
|
35574
35582
|
}, null, 8, ["modelValue", "rules"])
|
|
35575
35583
|
]),
|
|
35576
|
-
u("div",
|
|
35577
|
-
(m(!0),
|
|
35584
|
+
u("div", ey, [
|
|
35585
|
+
(m(!0), b(ne, null, _e(P.value, (de, Ea) => (m(), b("div", {
|
|
35578
35586
|
key: Ea,
|
|
35579
35587
|
class: "portability-item q-mb-md q-pa-md"
|
|
35580
35588
|
}, [
|
|
35581
|
-
u("div", JE, [
|
|
35582
|
-
u("div", ey, " Portabilidad " + B(Ea + 1), 1)
|
|
35583
|
-
]),
|
|
35584
35589
|
u("div", ay, [
|
|
35585
|
-
u("div", iy,
|
|
35590
|
+
u("div", iy, " Portabilidad " + B(Ea + 1), 1)
|
|
35591
|
+
]),
|
|
35592
|
+
u("div", ly, [
|
|
35593
|
+
u("div", sy, [
|
|
35586
35594
|
G(v(ql), {
|
|
35587
35595
|
modelValue: de.nip,
|
|
35588
35596
|
"onUpdate:modelValue": (la) => de.nip = la,
|
|
@@ -35592,7 +35600,7 @@ const yP = {
|
|
|
35592
35600
|
rules: [(la) => !!la || "NIP es requerido"]
|
|
35593
35601
|
}, null, 8, ["modelValue", "onUpdate:modelValue", "rules"])
|
|
35594
35602
|
]),
|
|
35595
|
-
u("div",
|
|
35603
|
+
u("div", oy, [
|
|
35596
35604
|
G(v(ql), {
|
|
35597
35605
|
modelValue: de.numero,
|
|
35598
35606
|
"onUpdate:modelValue": (la) => de.numero = la,
|
|
@@ -35605,11 +35613,11 @@ const yP = {
|
|
|
35605
35613
|
])
|
|
35606
35614
|
]))), 128))
|
|
35607
35615
|
])
|
|
35608
|
-
])) : (m(),
|
|
35616
|
+
])) : (m(), b("div", FE, [
|
|
35609
35617
|
ie[21] || (ie[21] = u("div", { class: "text-h6 text-center q-mb-md" }, " ¿Cuántas portabilidades desea realizar? ", -1)),
|
|
35610
|
-
u("div",
|
|
35611
|
-
u("div",
|
|
35612
|
-
u("div",
|
|
35618
|
+
u("div", zE, [
|
|
35619
|
+
u("div", kE, [
|
|
35620
|
+
u("div", GE, [
|
|
35613
35621
|
G(v(Be), {
|
|
35614
35622
|
outline: I.value !== 1,
|
|
35615
35623
|
color: n.color,
|
|
@@ -35623,7 +35631,7 @@ const yP = {
|
|
|
35623
35631
|
size: "xl"
|
|
35624
35632
|
}, null, 8, ["outline", "color", "style", "text-color"])
|
|
35625
35633
|
]),
|
|
35626
|
-
k.value >= 2 ? (m(),
|
|
35634
|
+
k.value >= 2 ? (m(), b("div", VE, [
|
|
35627
35635
|
G(v(Be), {
|
|
35628
35636
|
outline: I.value !== 2,
|
|
35629
35637
|
color: n.color,
|
|
@@ -35637,7 +35645,7 @@ const yP = {
|
|
|
35637
35645
|
size: "xl"
|
|
35638
35646
|
}, null, 8, ["outline", "color", "style", "text-color"])
|
|
35639
35647
|
])) : w("", !0),
|
|
35640
|
-
k.value > 2 ? (m(),
|
|
35648
|
+
k.value > 2 ? (m(), b("div", qE, [
|
|
35641
35649
|
G(v(Be), {
|
|
35642
35650
|
outline: I.value !== "more",
|
|
35643
35651
|
color: n.color,
|
|
@@ -35653,9 +35661,9 @@ const yP = {
|
|
|
35653
35661
|
}, null, 8, ["outline", "color", "style", "text-color"])
|
|
35654
35662
|
])) : w("", !0)
|
|
35655
35663
|
]),
|
|
35656
|
-
I.value === "more" ? (m(),
|
|
35657
|
-
u("div",
|
|
35658
|
-
u("div",
|
|
35664
|
+
I.value === "more" ? (m(), b("div", jE, [
|
|
35665
|
+
u("div", HE, [
|
|
35666
|
+
u("div", $E, [
|
|
35659
35667
|
G(v(ql), {
|
|
35660
35668
|
modelValue: M.value,
|
|
35661
35669
|
"onUpdate:modelValue": ie[6] || (ie[6] = (de) => M.value = de),
|
|
@@ -35669,8 +35677,8 @@ const yP = {
|
|
|
35669
35677
|
])
|
|
35670
35678
|
])
|
|
35671
35679
|
])) : w("", !0),
|
|
35672
|
-
u("div",
|
|
35673
|
-
u("div",
|
|
35680
|
+
u("div", KE, [
|
|
35681
|
+
u("div", WE, [
|
|
35674
35682
|
G(v(Be), {
|
|
35675
35683
|
flat: "",
|
|
35676
35684
|
color: n.color,
|
|
@@ -35681,7 +35689,7 @@ const yP = {
|
|
|
35681
35689
|
"no-caps": ""
|
|
35682
35690
|
}, null, 8, ["color"])
|
|
35683
35691
|
]),
|
|
35684
|
-
u("div",
|
|
35692
|
+
u("div", ZE, [
|
|
35685
35693
|
G(v(Be), {
|
|
35686
35694
|
color: n.color,
|
|
35687
35695
|
style: J({ backgroundColor: n.color }),
|
|
@@ -35699,11 +35707,11 @@ const yP = {
|
|
|
35699
35707
|
])
|
|
35700
35708
|
]))
|
|
35701
35709
|
])) : w("", !0),
|
|
35702
|
-
_.value === "internet-recovered" ? (m(),
|
|
35710
|
+
_.value === "internet-recovered" ? (m(), b("div", ny, [
|
|
35703
35711
|
G(v(xc), {
|
|
35704
35712
|
style: { width: "100%", "max-width": "400px" },
|
|
35705
|
-
modelValue:
|
|
35706
|
-
"onUpdate:modelValue": ie[8] || (ie[8] = (de) =>
|
|
35713
|
+
modelValue: h.value,
|
|
35714
|
+
"onUpdate:modelValue": ie[8] || (ie[8] = (de) => h.value = de),
|
|
35707
35715
|
options: xl,
|
|
35708
35716
|
label: "Compañía actual",
|
|
35709
35717
|
outlined: "",
|
|
@@ -35719,7 +35727,7 @@ const yP = {
|
|
|
35719
35727
|
}),
|
|
35720
35728
|
G(v(Ja), { class: "card-footer" }, {
|
|
35721
35729
|
default: ae(() => [
|
|
35722
|
-
Pe.value > 0 ? (m(), oe(
|
|
35730
|
+
Pe.value > 0 ? (m(), oe(vE, {
|
|
35723
35731
|
key: 0,
|
|
35724
35732
|
totalPrice: Pe.value,
|
|
35725
35733
|
selectedComplementsData: fe.value,
|
|
@@ -35761,13 +35769,13 @@ const yP = {
|
|
|
35761
35769
|
]),
|
|
35762
35770
|
_: 1
|
|
35763
35771
|
}, 8, ["modelValue", "maximized"]),
|
|
35764
|
-
G(
|
|
35772
|
+
G(nE, Wb(n, {
|
|
35765
35773
|
onClickContractar: ie[10] || (ie[10] = (Ye) => A.value = !0),
|
|
35766
35774
|
onOnEvent: ie[11] || (ie[11] = (Ye) => r("on-event", Ye))
|
|
35767
35775
|
}), null, 16)
|
|
35768
35776
|
], 64));
|
|
35769
35777
|
}
|
|
35770
|
-
}),
|
|
35778
|
+
}), ry = /* @__PURE__ */ Ce(ty, [["__scopeId", "data-v-cb65fe8d"]]), cy = Object.freeze([
|
|
35771
35779
|
{
|
|
35772
35780
|
ID_PRODUCTO: 66,
|
|
35773
35781
|
COD_ART_MVX: "00000064",
|
|
@@ -37324,21 +37332,21 @@ const yP = {
|
|
|
37324
37332
|
R_IMG: [],
|
|
37325
37333
|
R_PRECIOS: []
|
|
37326
37334
|
}
|
|
37327
|
-
]),
|
|
37335
|
+
]), uy = {
|
|
37328
37336
|
isPublic: !0,
|
|
37329
37337
|
data: null,
|
|
37330
37338
|
fetching: !1,
|
|
37331
37339
|
scale: 1,
|
|
37332
37340
|
count: 0
|
|
37333
|
-
},
|
|
37341
|
+
}, dy = _a.extend({
|
|
37334
37342
|
view: V.enum(["detail", "summary"]).optional(),
|
|
37335
37343
|
title: V.string().optional(),
|
|
37336
37344
|
gamaProps: V.array(V.record(V.string(), V.any())),
|
|
37337
37345
|
showPrice: V.function().optional()
|
|
37338
|
-
}),
|
|
37346
|
+
}), my = {
|
|
37339
37347
|
key: 0,
|
|
37340
37348
|
class: "row justify-between"
|
|
37341
|
-
},
|
|
37349
|
+
}, py = { class: "q-pa-md" }, _y = { class: "text-h5 text-bold main-color q-mt-md" }, vy = { class: "text-bold main-color" }, fy = /* @__PURE__ */ me({
|
|
37342
37350
|
__name: "LawyerCallsCard",
|
|
37343
37351
|
props: {
|
|
37344
37352
|
isPublic: { type: Boolean, default: !1 },
|
|
@@ -37360,8 +37368,8 @@ const yP = {
|
|
|
37360
37368
|
const l = d, r = s, { data: n, isPublic: t } = Ge(r), p = D(() => !t.value), f = D(() => n.value || null);
|
|
37361
37369
|
D(
|
|
37362
37370
|
() => {
|
|
37363
|
-
var
|
|
37364
|
-
return (((
|
|
37371
|
+
var h;
|
|
37372
|
+
return (((h = n.value) == null ? void 0 : h.PAISES) || []).map((x) => {
|
|
37365
37373
|
var I, M, S, U;
|
|
37366
37374
|
return {
|
|
37367
37375
|
image: (M = Fe.COUNTRIES[(I = x == null ? void 0 : x.CODIGO) == null ? void 0 : I.toLowerCase()]) == null ? void 0 : M.flag,
|
|
@@ -37372,8 +37380,8 @@ const yP = {
|
|
|
37372
37380
|
);
|
|
37373
37381
|
const O = D(
|
|
37374
37382
|
() => {
|
|
37375
|
-
var
|
|
37376
|
-
return (((
|
|
37383
|
+
var h;
|
|
37384
|
+
return (((h = f.value) == null ? void 0 : h.DESCRIPCION_CORTA) || "").trim();
|
|
37377
37385
|
}
|
|
37378
37386
|
), A = D(() => {
|
|
37379
37387
|
var M;
|
|
@@ -37381,14 +37389,14 @@ const yP = {
|
|
|
37381
37389
|
return x ? x[0] : null;
|
|
37382
37390
|
}), _ = D(
|
|
37383
37391
|
() => {
|
|
37384
|
-
var
|
|
37385
|
-
return Fe.toCurrency(Number(((
|
|
37392
|
+
var h;
|
|
37393
|
+
return Fe.toCurrency(Number(((h = f.value) == null ? void 0 : h.PRECIO) || 0), r.priceSymbol || "EUR");
|
|
37386
37394
|
}
|
|
37387
37395
|
), y = D(() => {
|
|
37388
|
-
var
|
|
37389
|
-
return (
|
|
37390
|
-
}), N = (
|
|
37391
|
-
const x =
|
|
37396
|
+
var h;
|
|
37397
|
+
return (h = f.value) == null ? void 0 : h.COD_ART_MVX;
|
|
37398
|
+
}), N = (h) => {
|
|
37399
|
+
const x = h || "", [I, M] = x.split("_"), S = Number(I), U = {
|
|
37392
37400
|
dias: ["día", "días"],
|
|
37393
37401
|
meses: ["mes", "meses"],
|
|
37394
37402
|
anios: ["año", "años"]
|
|
@@ -37398,22 +37406,22 @@ const yP = {
|
|
|
37398
37406
|
return `${S} ${S === 1 ? k : T}`;
|
|
37399
37407
|
};
|
|
37400
37408
|
D(() => {
|
|
37401
|
-
var
|
|
37402
|
-
return N((
|
|
37409
|
+
var h;
|
|
37410
|
+
return N((h = f.value) == null ? void 0 : h.PERIODO_COBRO);
|
|
37403
37411
|
}), D(() => {
|
|
37404
|
-
var
|
|
37405
|
-
return (x = (
|
|
37412
|
+
var h, x;
|
|
37413
|
+
return (x = (h = f.value) == null ? void 0 : h.PROPS) == null ? void 0 : x.tipo_plan;
|
|
37406
37414
|
});
|
|
37407
37415
|
const P = D(() => ({
|
|
37408
37416
|
textColor: "white",
|
|
37409
37417
|
bgColor: "#16458c"
|
|
37410
37418
|
}));
|
|
37411
|
-
return (
|
|
37419
|
+
return (h, x) => f.value ? (m(), oe(ni, {
|
|
37412
37420
|
key: 0,
|
|
37413
|
-
loading:
|
|
37414
|
-
unelevated:
|
|
37415
|
-
"border-radius":
|
|
37416
|
-
hoverable:
|
|
37421
|
+
loading: h.fetching,
|
|
37422
|
+
unelevated: h.unelevated,
|
|
37423
|
+
"border-radius": h.borderRadius,
|
|
37424
|
+
hoverable: h.hoverable,
|
|
37417
37425
|
"no-padding": "",
|
|
37418
37426
|
style: J({ scale: r.scale ?? 1 }),
|
|
37419
37427
|
class: Xe({ "active-card": r.activeCard }),
|
|
@@ -37429,7 +37437,7 @@ const yP = {
|
|
|
37429
37437
|
class: "q-pa-sm text-weight-medium text-caption",
|
|
37430
37438
|
style: J({ backgroundColor: P.value.bgColor, color: P.value.textColor })
|
|
37431
37439
|
}, [
|
|
37432
|
-
p.value ? (m(),
|
|
37440
|
+
p.value ? (m(), b("div", my, [
|
|
37433
37441
|
u("div", null, B(y.value), 1),
|
|
37434
37442
|
f.value.R_ESTADO ? (m(), oe(hi, {
|
|
37435
37443
|
key: 0,
|
|
@@ -37438,14 +37446,14 @@ const yP = {
|
|
|
37438
37446
|
}, null, 8, ["label", "color"])) : w("", !0)
|
|
37439
37447
|
])) : w("", !0)
|
|
37440
37448
|
], 4),
|
|
37441
|
-
u("div",
|
|
37442
|
-
u("div",
|
|
37443
|
-
u("div",
|
|
37449
|
+
u("div", py, [
|
|
37450
|
+
u("div", _y, B(_.value), 1),
|
|
37451
|
+
u("div", vy, B(A.value), 1),
|
|
37444
37452
|
u("div", {
|
|
37445
37453
|
class: "text-caption q-mt-md text-grey-9 description",
|
|
37446
37454
|
style: J({
|
|
37447
|
-
"line-clamp":
|
|
37448
|
-
"-webkit-line-clamp":
|
|
37455
|
+
"line-clamp": h.descriptionLines,
|
|
37456
|
+
"-webkit-line-clamp": h.descriptionLines
|
|
37449
37457
|
})
|
|
37450
37458
|
}, B(O.value || "Sin descripción..."), 5)
|
|
37451
37459
|
])
|
|
@@ -37454,7 +37462,7 @@ const yP = {
|
|
|
37454
37462
|
_: 1
|
|
37455
37463
|
}, 8, ["loading", "unelevated", "border-radius", "hoverable", "style", "class"])) : w("", !0);
|
|
37456
37464
|
}
|
|
37457
|
-
}), od = /* @__PURE__ */ Ce(
|
|
37465
|
+
}), od = /* @__PURE__ */ Ce(fy, [["__scopeId", "data-v-7ad9cb22"]]), gy = Object.freeze([
|
|
37458
37466
|
{
|
|
37459
37467
|
ID_PRODUCTO: 155,
|
|
37460
37468
|
COD_ART_MVX: "0000001",
|
|
@@ -37549,7 +37557,7 @@ const yP = {
|
|
|
37549
37557
|
}
|
|
37550
37558
|
]
|
|
37551
37559
|
}
|
|
37552
|
-
]),
|
|
37560
|
+
]), by = [
|
|
37553
37561
|
{
|
|
37554
37562
|
id: "0baf5bb3-ea86-4345-bfce-c61975366b9f",
|
|
37555
37563
|
code: "fecha_de_inicio",
|
|
@@ -39193,7 +39201,7 @@ const yP = {
|
|
|
39193
39201
|
},
|
|
39194
39202
|
controlType: "select"
|
|
39195
39203
|
}
|
|
39196
|
-
],
|
|
39204
|
+
], hy = {
|
|
39197
39205
|
isPublic: !0,
|
|
39198
39206
|
data: {},
|
|
39199
39207
|
fetching: !1,
|
|
@@ -39204,18 +39212,18 @@ const yP = {
|
|
|
39204
39212
|
imageHeight: "200px",
|
|
39205
39213
|
borderRadius: "6.5px",
|
|
39206
39214
|
hoverable: !0,
|
|
39207
|
-
gamaProps:
|
|
39208
|
-
},
|
|
39215
|
+
gamaProps: by
|
|
39216
|
+
}, Oy = _a.extend({
|
|
39209
39217
|
descriptionLines: V.number().optional(),
|
|
39210
39218
|
hiddenProps: V.array(V.string()).optional(),
|
|
39211
39219
|
gamaProps: V.array(V.record(V.string(), V.any())),
|
|
39212
39220
|
activeCard: V.boolean().optional(),
|
|
39213
39221
|
priceSymbol: V.string().optional(),
|
|
39214
39222
|
isPublic: V.boolean().optional()
|
|
39215
|
-
}),
|
|
39223
|
+
}), Cy = { class: "row justify-center" }, Ay = {
|
|
39216
39224
|
key: 0,
|
|
39217
39225
|
class: "col-md-8"
|
|
39218
|
-
},
|
|
39226
|
+
}, Iy = /* @__PURE__ */ me({
|
|
39219
39227
|
__name: "LawyerCallsCardList",
|
|
39220
39228
|
props: /* @__PURE__ */ vl({
|
|
39221
39229
|
isPublic: { type: Boolean },
|
|
@@ -39261,9 +39269,9 @@ const yP = {
|
|
|
39261
39269
|
};
|
|
39262
39270
|
return Gs(() => {
|
|
39263
39271
|
t.value = "standard";
|
|
39264
|
-
}), (O, A) => (m(),
|
|
39265
|
-
v(n).length === 0 ? (m(),
|
|
39266
|
-
(m(!0),
|
|
39272
|
+
}), (O, A) => (m(), b("div", Cy, [
|
|
39273
|
+
v(n).length === 0 ? (m(), b("div", Ay, " No se han encontrado suscripciones de momento... ")) : w("", !0),
|
|
39274
|
+
(m(!0), b(ne, null, _e(v(n) || [], (_, y) => (m(), b("div", {
|
|
39267
39275
|
key: y,
|
|
39268
39276
|
class: "col-md-3 col-12 q-pa-sm",
|
|
39269
39277
|
style: { cursor: "pointer" }
|
|
@@ -39279,7 +39287,7 @@ const yP = {
|
|
|
39279
39287
|
]))), 128))
|
|
39280
39288
|
]));
|
|
39281
39289
|
}
|
|
39282
|
-
}),
|
|
39290
|
+
}), xy = /* @__PURE__ */ Ce(Iy, [["__scopeId", "data-v-1282b7ad"]]), Py = Object.freeze([
|
|
39283
39291
|
[
|
|
39284
39292
|
{
|
|
39285
39293
|
ID_PRODUCTO: 155,
|
|
@@ -39411,7 +39419,7 @@ La instalación es sencilla y directa, permite fijarla a una base en la pared c
|
|
|
39411
39419
|
]
|
|
39412
39420
|
}
|
|
39413
39421
|
]
|
|
39414
|
-
]),
|
|
39422
|
+
]), Ey = [
|
|
39415
39423
|
{
|
|
39416
39424
|
id: "0baf5bb3-ea86-4345-bfce-c61975366b9f",
|
|
39417
39425
|
code: "fecha_de_inicio",
|
|
@@ -41055,7 +41063,7 @@ La instalación es sencilla y directa, permite fijarla a una base en la pared c
|
|
|
41055
41063
|
},
|
|
41056
41064
|
controlType: "select"
|
|
41057
41065
|
}
|
|
41058
|
-
],
|
|
41066
|
+
], yy = {
|
|
41059
41067
|
isPublic: !0,
|
|
41060
41068
|
data: [],
|
|
41061
41069
|
fetching: !1,
|
|
@@ -41066,45 +41074,45 @@ La instalación es sencilla y directa, permite fijarla a una base en la pared c
|
|
|
41066
41074
|
imageHeight: "200px",
|
|
41067
41075
|
borderRadius: "6.5px",
|
|
41068
41076
|
hoverable: !0,
|
|
41069
|
-
gamaProps:
|
|
41070
|
-
},
|
|
41077
|
+
gamaProps: Ey
|
|
41078
|
+
}, Dy = _a.extend({
|
|
41071
41079
|
descriptionLines: V.number().optional(),
|
|
41072
41080
|
gamaProps: V.array(V.record(V.string(), V.any())),
|
|
41073
41081
|
activeCard: V.boolean().optional(),
|
|
41074
41082
|
priceSymbol: V.string().optional()
|
|
41075
|
-
}),
|
|
41083
|
+
}), Ry = {
|
|
41076
41084
|
telmex_product_detail: {
|
|
41077
41085
|
description: "Detalle de producto para telmex",
|
|
41078
|
-
component:
|
|
41086
|
+
component: ry,
|
|
41079
41087
|
group: "faceapp",
|
|
41080
|
-
schema:
|
|
41088
|
+
schema: dy,
|
|
41081
41089
|
mock: {
|
|
41082
|
-
props:
|
|
41083
|
-
data:
|
|
41090
|
+
props: uy,
|
|
41091
|
+
data: cy,
|
|
41084
41092
|
idKey: "ID_PRODUCTO",
|
|
41085
41093
|
labelKey: "NOMBRE"
|
|
41086
41094
|
}
|
|
41087
41095
|
},
|
|
41088
41096
|
telmex_product_card: {
|
|
41089
41097
|
description: "Card de producto para telmex",
|
|
41090
|
-
component:
|
|
41098
|
+
component: PP,
|
|
41091
41099
|
group: "faceapp",
|
|
41092
|
-
schema:
|
|
41100
|
+
schema: DP,
|
|
41093
41101
|
mock: {
|
|
41094
|
-
props:
|
|
41095
|
-
data:
|
|
41102
|
+
props: yP,
|
|
41103
|
+
data: EP,
|
|
41096
41104
|
idKey: "ID_PRODUCTO",
|
|
41097
41105
|
labelKey: "NOMBRE"
|
|
41098
41106
|
}
|
|
41099
41107
|
},
|
|
41100
41108
|
telephony_product_card: {
|
|
41101
41109
|
description: "Card de producto para telefonia",
|
|
41102
|
-
component:
|
|
41110
|
+
component: dP,
|
|
41103
41111
|
group: "faceapp",
|
|
41104
|
-
schema:
|
|
41112
|
+
schema: _P,
|
|
41105
41113
|
mock: {
|
|
41106
|
-
props:
|
|
41107
|
-
data:
|
|
41114
|
+
props: pP,
|
|
41115
|
+
data: mP,
|
|
41108
41116
|
idKey: "ID_PRODUCTO",
|
|
41109
41117
|
labelKey: "NOMBRE"
|
|
41110
41118
|
}
|
|
@@ -41233,48 +41241,48 @@ La instalación es sencilla y directa, permite fijarla a una base en la pared c
|
|
|
41233
41241
|
description: "Card de Lawyers Calls",
|
|
41234
41242
|
component: od,
|
|
41235
41243
|
group: "abogados",
|
|
41236
|
-
schema:
|
|
41244
|
+
schema: Oy,
|
|
41237
41245
|
mock: {
|
|
41238
|
-
props:
|
|
41239
|
-
data:
|
|
41246
|
+
props: hy,
|
|
41247
|
+
data: gy,
|
|
41240
41248
|
idKey: "ID_PRODUCTO",
|
|
41241
41249
|
labelKey: "NOMBRE"
|
|
41242
41250
|
}
|
|
41243
41251
|
},
|
|
41244
41252
|
lawyer_calls_card_list: {
|
|
41245
41253
|
description: "Card de Lawyers Calls List",
|
|
41246
|
-
component:
|
|
41254
|
+
component: xy,
|
|
41247
41255
|
group: "abogados",
|
|
41248
|
-
schema:
|
|
41256
|
+
schema: Dy,
|
|
41249
41257
|
mock: {
|
|
41250
|
-
props:
|
|
41251
|
-
data:
|
|
41258
|
+
props: yy,
|
|
41259
|
+
data: Py,
|
|
41252
41260
|
idKey: "ID_PRODUCTO",
|
|
41253
41261
|
labelKey: "NOMBRE"
|
|
41254
41262
|
}
|
|
41255
41263
|
},
|
|
41256
41264
|
plato_card: {
|
|
41257
41265
|
description: "Card de producto para Plato",
|
|
41258
|
-
component:
|
|
41266
|
+
component: Vx,
|
|
41259
41267
|
group: "fabricadecampeones",
|
|
41260
|
-
schema:
|
|
41268
|
+
schema: Hx,
|
|
41261
41269
|
mock: {
|
|
41262
|
-
props:
|
|
41263
|
-
data:
|
|
41270
|
+
props: jx,
|
|
41271
|
+
data: qx,
|
|
41264
41272
|
idKey: "ID_PRODUCTO",
|
|
41265
41273
|
labelKey: "NOMBRE"
|
|
41266
41274
|
}
|
|
41267
41275
|
}
|
|
41268
|
-
},
|
|
41269
|
-
|
|
41276
|
+
}, Ty = n0(
|
|
41277
|
+
Ry,
|
|
41270
41278
|
(s) => qn(s, "mock")
|
|
41271
|
-
),
|
|
41279
|
+
), Vy = {
|
|
41272
41280
|
install(s, d) {
|
|
41273
41281
|
if (d != null && d.pinia)
|
|
41274
41282
|
s.use(d.pinia);
|
|
41275
41283
|
else
|
|
41276
41284
|
throw new Error("No se ha encontrado una instancia de pinia");
|
|
41277
|
-
s.component("SectionsContainer", Xh), s.component("Card", ni), s.component("DynamicCarousel", Wi), s.component("IndicatorColor", Ku), s.component("SectionSpinner", cu), s.component("StateIndicator", hi), s.component("IconButton", Ui), s.component("Button", fl), s.component("MenuButton", F0), s.component("ProductPrice", $n), s.component("ProductProps", mo), s.component("ProductTag", $l), s.component("FlagsIcons", bi), Object.entries(
|
|
41285
|
+
s.component("SectionsContainer", Xh), s.component("Card", ni), s.component("DynamicCarousel", Wi), s.component("IndicatorColor", Ku), s.component("SectionSpinner", cu), s.component("StateIndicator", hi), s.component("IconButton", Ui), s.component("Button", fl), s.component("MenuButton", F0), s.component("ProductPrice", $n), s.component("ProductProps", mo), s.component("ProductTag", $l), s.component("FlagsIcons", bi), Object.entries(Ty).forEach(([l, r]) => {
|
|
41278
41286
|
s.component(l, r.component);
|
|
41279
41287
|
});
|
|
41280
41288
|
}
|
|
@@ -41294,13 +41302,13 @@ export {
|
|
|
41294
41302
|
cu as SectionSpinner,
|
|
41295
41303
|
Xh as SectionsContainer,
|
|
41296
41304
|
hi as StateIndicator,
|
|
41297
|
-
|
|
41298
|
-
|
|
41299
|
-
|
|
41305
|
+
Ty as WidgetsIndex,
|
|
41306
|
+
zy as createFetchUniq,
|
|
41307
|
+
Vy as default,
|
|
41300
41308
|
Qu as getFetchUniq,
|
|
41301
41309
|
ja as getValue,
|
|
41302
|
-
|
|
41310
|
+
ky as setFetchUniq,
|
|
41303
41311
|
Hn as useDragAndDrop,
|
|
41304
41312
|
UO as useFetch,
|
|
41305
|
-
|
|
41313
|
+
Gy as useFetchPages
|
|
41306
41314
|
};
|