@win2win/shared-ui 0.3.154 → 0.3.156
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/w2w-shared-ui.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { defineComponent as se, toRefs as ea, onMounted as Bu, onUnmounted as E0, createBlock as ne, openBlock as b, unref as O, withCtx as le, renderSlot as At, createCommentVNode as V, createTextVNode as ce, toDisplayString as k, Transition as P0, withDirectives as Pn, createElementVNode as D, normalizeClass as wa, createVNode as H, createElementBlock as P, vShow as D0, ref as ye, computed as B, normalizeStyle as he, createSlots as Mu, Fragment as be, renderList as Pe, withModifiers as Ct, resolveComponent as Et, resolveDirective as Oo, resolveDynamicComponent as Io, watch as ca, inject as Ba, normalizeProps as Uu, guardReactiveProps as Fu, mergeModels as zu, useModel as mo, provide as Qa, isRef as go, reactive as T0 } from "vue";
|
|
2
|
-
import { QBtn as Je, QTooltip as ct, QSpinner as R0, QIcon as Ze, QSpinnerHourglass as y0, QCarousel as x0, QCarouselSlide as L0, QCarouselControl as N0, QImg as Dn, QBadge as ku, QMenu as S0, QList as w0, QItem as B0, QItemSection as lu, QSkeleton as M0, QRadio as ou, useQuasar as Gu, QChip as Xt, QCardSection as Tn, Screen as Vu, QInput as ru
|
|
3
|
-
import { cloneDeep as Ao, mapKeys as dt, upperFirst as Ai, snakeCase as $t, isNil as In, uniqueId as Co, omit as Eo, isArray as On, mapValues as
|
|
2
|
+
import { QBtn as Je, QTooltip as ct, QSpinner as R0, QIcon as Ze, QSpinnerHourglass as y0, QCarousel as x0, QCarouselSlide as L0, QCarouselControl as N0, QImg as Dn, QBadge as ku, QMenu as S0, QList as w0, QItem as B0, QItemSection as lu, QSkeleton as M0, QRadio as ou, useQuasar as Gu, QChip as Xt, QCardSection as Tn, Screen as Vu, QInput as ru } from "quasar";
|
|
3
|
+
import { cloneDeep as Ao, mapKeys as dt, upperFirst as Ai, snakeCase as $t, isNil as In, uniqueId as Co, omit as Eo, isArray as On, mapValues as U0 } from "lodash-es";
|
|
4
4
|
import { z as J } from "zod";
|
|
5
|
-
import
|
|
6
|
-
import { useQueryClient as Hu, useQuery as $u, keepPreviousData as
|
|
7
|
-
import
|
|
5
|
+
import F0 from "axios";
|
|
6
|
+
import { useQueryClient as Hu, useQuery as $u, keepPreviousData as z0 } from "@tanstack/vue-query";
|
|
7
|
+
import k0 from "moment-timezone";
|
|
8
8
|
const qt = /* @__PURE__ */ se({
|
|
9
9
|
__name: "Button",
|
|
10
10
|
props: {
|
|
@@ -51,10 +51,10 @@ const qt = /* @__PURE__ */ se({
|
|
|
51
51
|
_: 3
|
|
52
52
|
}, 8, ["label", "loading", "type", "disable", "color", "outline"]));
|
|
53
53
|
}
|
|
54
|
-
}),
|
|
54
|
+
}), G0 = { class: "text-center" }, V0 = {
|
|
55
55
|
key: 0,
|
|
56
56
|
class: "q-mt-md"
|
|
57
|
-
},
|
|
57
|
+
}, H0 = /* @__PURE__ */ se({
|
|
58
58
|
__name: "SectionSpinner",
|
|
59
59
|
props: {
|
|
60
60
|
fixed: { type: Boolean, default: !1 },
|
|
@@ -67,12 +67,12 @@ const qt = /* @__PURE__ */ se({
|
|
|
67
67
|
Pn(D("div", {
|
|
68
68
|
class: wa(["spinner-container", { fixed: _.fixed }])
|
|
69
69
|
}, [
|
|
70
|
-
D("div",
|
|
70
|
+
D("div", G0, [
|
|
71
71
|
H(O(R0), {
|
|
72
72
|
size: "40px",
|
|
73
73
|
color: "black"
|
|
74
74
|
}),
|
|
75
|
-
_.text ? (b(), P("div",
|
|
75
|
+
_.text ? (b(), P("div", V0, k(_.text), 1)) : V("", !0)
|
|
76
76
|
])
|
|
77
77
|
], 2), [
|
|
78
78
|
[D0, _.loading]
|
|
@@ -86,16 +86,16 @@ const qt = /* @__PURE__ */ se({
|
|
|
86
86
|
for (const [d, o] of _)
|
|
87
87
|
n[d] = o;
|
|
88
88
|
return n;
|
|
89
|
-
}, qu = /* @__PURE__ */ Ee(
|
|
89
|
+
}, qu = /* @__PURE__ */ Ee(H0, [["__scopeId", "data-v-d6dc0ffd"]]), $0 = {
|
|
90
90
|
key: 0,
|
|
91
91
|
class: "row-between q-mb-md"
|
|
92
|
-
},
|
|
92
|
+
}, q0 = { class: "card-menu" }, j0 = {
|
|
93
93
|
key: 1,
|
|
94
94
|
class: "card-content"
|
|
95
|
-
},
|
|
95
|
+
}, K0 = {
|
|
96
96
|
key: 0,
|
|
97
97
|
class: "card-footer"
|
|
98
|
-
},
|
|
98
|
+
}, W0 = /* @__PURE__ */ se({
|
|
99
99
|
__name: "Card",
|
|
100
100
|
props: {
|
|
101
101
|
title: {},
|
|
@@ -126,63 +126,63 @@ const qt = /* @__PURE__ */ se({
|
|
|
126
126
|
style: he({ borderRadius: o.borderRadius || "8px" })
|
|
127
127
|
}, [
|
|
128
128
|
H(qu, { loading: o.loading }, null, 8, ["loading"]),
|
|
129
|
-
d.value ? (b(), P("div",
|
|
129
|
+
d.value ? (b(), P("div", $0, [
|
|
130
130
|
D("div", {
|
|
131
131
|
class: wa(["text-accent-1 text-weight-bold", o.titleClass])
|
|
132
132
|
}, k(d.value), 3),
|
|
133
133
|
At(o.$slots, "indicator", {}, void 0, !0)
|
|
134
134
|
])) : V("", !0),
|
|
135
135
|
At(o.$slots, "title", {}, void 0, !0),
|
|
136
|
-
D("div",
|
|
136
|
+
D("div", q0, [
|
|
137
137
|
At(o.$slots, "actions", {}, void 0, !0)
|
|
138
138
|
]),
|
|
139
|
-
n.value ? (b(), P("div",
|
|
139
|
+
n.value ? (b(), P("div", j0, [
|
|
140
140
|
At(o.$slots, "default", {}, void 0, !0),
|
|
141
|
-
o.$slots.footer ? (b(), P("div",
|
|
141
|
+
o.$slots.footer ? (b(), P("div", K0, [
|
|
142
142
|
At(o.$slots, "footer", {}, void 0, !0)
|
|
143
143
|
])) : V("", !0)
|
|
144
144
|
])) : V("", !0)
|
|
145
145
|
], 6));
|
|
146
146
|
}
|
|
147
|
-
}), Ei = /* @__PURE__ */ Ee(
|
|
147
|
+
}), Ei = /* @__PURE__ */ Ee(W0, [["__scopeId", "data-v-459fcd7d"]]), Z0 = {
|
|
148
148
|
class: "q-pa-lg flex-center items-center",
|
|
149
149
|
style: { width: "100%", height: "100%" }
|
|
150
|
-
},
|
|
150
|
+
}, Y0 = { class: "stack flex-center" }, Q0 = { class: "text-grey-8" }, X0 = /* @__PURE__ */ se({
|
|
151
151
|
__name: "GeneratingError",
|
|
152
152
|
props: {
|
|
153
153
|
text: { default: "Generación de imagen fallida" }
|
|
154
154
|
},
|
|
155
155
|
setup(l) {
|
|
156
|
-
return (_, n) => (b(), P("div",
|
|
157
|
-
D("div",
|
|
156
|
+
return (_, n) => (b(), P("div", Z0, [
|
|
157
|
+
D("div", Y0, [
|
|
158
158
|
H(O(Ze), {
|
|
159
159
|
size: "xl",
|
|
160
160
|
name: "sym_o_error"
|
|
161
161
|
}),
|
|
162
|
-
D("div",
|
|
162
|
+
D("div", Q0, k(_.text), 1)
|
|
163
163
|
])
|
|
164
164
|
]));
|
|
165
165
|
}
|
|
166
|
-
}),
|
|
166
|
+
}), J0 = {
|
|
167
167
|
class: "q-pa-lg flex-center items-center",
|
|
168
168
|
style: { width: "100%", height: "100%" }
|
|
169
|
-
},
|
|
169
|
+
}, eb = { class: "stack flex-center" }, ab = { class: "text-grey-8" }, tb = /* @__PURE__ */ se({
|
|
170
170
|
__name: "GeneratingLoader",
|
|
171
171
|
props: {
|
|
172
172
|
text: { default: "Generando contenido..." }
|
|
173
173
|
},
|
|
174
174
|
setup(l) {
|
|
175
|
-
return (_, n) => (b(), P("div",
|
|
176
|
-
D("div",
|
|
175
|
+
return (_, n) => (b(), P("div", J0, [
|
|
176
|
+
D("div", eb, [
|
|
177
177
|
H(O(y0), {
|
|
178
178
|
color: "primary",
|
|
179
179
|
size: "xl"
|
|
180
180
|
}),
|
|
181
|
-
D("div",
|
|
181
|
+
D("div", ab, k(_.text), 1)
|
|
182
182
|
])
|
|
183
183
|
]));
|
|
184
184
|
}
|
|
185
|
-
}),
|
|
185
|
+
}), ib = ["src"], nb = { key: 1 }, Pi = /* @__PURE__ */ se({
|
|
186
186
|
__name: "DynamicCarousel",
|
|
187
187
|
props: {
|
|
188
188
|
items: {},
|
|
@@ -224,13 +224,13 @@ const qt = /* @__PURE__ */ se({
|
|
|
224
224
|
"img-src": _(m)
|
|
225
225
|
}, {
|
|
226
226
|
default: le(() => [
|
|
227
|
-
m.estado === 0 ? (b(), ne(
|
|
227
|
+
m.estado === 0 ? (b(), ne(X0, { key: 0 })) : m.estado === 2 ? (b(), ne(tb, { key: 1 })) : m.tipo === "video" ? (b(), P("video", {
|
|
228
228
|
key: 2,
|
|
229
229
|
src: m.location,
|
|
230
230
|
autoplay: "",
|
|
231
231
|
loop: "",
|
|
232
232
|
style: { width: "100%", height: "100%" }
|
|
233
|
-
}, " Your browser does not support the video tag. ", 8,
|
|
233
|
+
}, " Your browser does not support the video tag. ", 8, ib)) : V("", !0)
|
|
234
234
|
]),
|
|
235
235
|
_: 2
|
|
236
236
|
}, 1032, ["name", "img-src"]))), 128))
|
|
@@ -268,7 +268,7 @@ const qt = /* @__PURE__ */ se({
|
|
|
268
268
|
]),
|
|
269
269
|
key: "0"
|
|
270
270
|
} : void 0
|
|
271
|
-
]), 1032, ["autoplay", "height", "modelValue", "fullscreen", "style"])) : (b(), P("div",
|
|
271
|
+
]), 1032, ["autoplay", "height", "modelValue", "fullscreen", "style"])) : (b(), P("div", nb, [
|
|
272
272
|
H(O(Dn), {
|
|
273
273
|
style: he(`height: ${c.height || "400px"}`),
|
|
274
274
|
src: "placeholder.webp"
|
|
@@ -5549,8 +5549,8 @@ var Iu;
|
|
|
5549
5549
|
})(Po);
|
|
5550
5550
|
var Qu = {}, Xu = {}, Un = {};
|
|
5551
5551
|
Object.defineProperty(Un, "__esModule", { value: !0 });
|
|
5552
|
-
Un.isSerializedFunction =
|
|
5553
|
-
function
|
|
5552
|
+
Un.isSerializedFunction = lb;
|
|
5553
|
+
function lb(l) {
|
|
5554
5554
|
if (typeof l != "string" || !l || !l.includes("=>") && !l.includes("function("))
|
|
5555
5555
|
return !1;
|
|
5556
5556
|
try {
|
|
@@ -5634,20 +5634,20 @@ function ob(l) {
|
|
|
5634
5634
|
var Fn = {};
|
|
5635
5635
|
Object.defineProperty(Fn, "__esModule", { value: !0 });
|
|
5636
5636
|
Fn.ProductPrice = void 0;
|
|
5637
|
-
const ka = Po,
|
|
5637
|
+
const ka = Po, ob = {
|
|
5638
5638
|
[ka.TipoIVA.GENERAL]: 0.21,
|
|
5639
5639
|
[ka.TipoIVA.REDUCIDO]: 0.1,
|
|
5640
5640
|
[ka.TipoIVA.SUPERREDUCIDO]: 0.04,
|
|
5641
5641
|
[ka.TipoIVA.EXENTO]: 0
|
|
5642
|
-
},
|
|
5642
|
+
}, rb = {
|
|
5643
5643
|
[ka.TipoRE.GENERAL]: 0.052,
|
|
5644
5644
|
[ka.TipoRE.REDUCIDO]: 0.014,
|
|
5645
5645
|
[ka.TipoRE.SUPERREDUCIDO]: 5e-3,
|
|
5646
5646
|
[ka.TipoRE.EXENTO]: 0
|
|
5647
5647
|
};
|
|
5648
|
-
let
|
|
5648
|
+
let sb = class {
|
|
5649
5649
|
constructor(_) {
|
|
5650
|
-
this.ivaRate =
|
|
5650
|
+
this.ivaRate = ob[_.TIPO_IVA || ka.TipoIVA.EXENTO], this.reRate = rb[(_ == null ? void 0 : _.TIPO_RE) || ka.TipoRE.EXENTO], this.netPrice = Number(_.PRECIO || 0), this.discountRate = Number(_.DESCUENTO || 0) / 100;
|
|
5651
5651
|
}
|
|
5652
5652
|
getNetPrice() {
|
|
5653
5653
|
return this.roundToDecimals(this.netPrice);
|
|
@@ -5686,7 +5686,7 @@ let ub = class {
|
|
|
5686
5686
|
return Number(_.toFixed(n));
|
|
5687
5687
|
}
|
|
5688
5688
|
};
|
|
5689
|
-
Fn.ProductPrice =
|
|
5689
|
+
Fn.ProductPrice = sb;
|
|
5690
5690
|
(function(l) {
|
|
5691
5691
|
var _ = K && K.__createBinding || (Object.create ? function(d, o, s, c) {
|
|
5692
5692
|
c === void 0 && (c = s);
|
|
@@ -6249,7 +6249,7 @@ var fc = {}, vo = { exports: {} };
|
|
|
6249
6249
|
}, Object.defineProperty(n, "__esModule", { value: !0 });
|
|
6250
6250
|
});
|
|
6251
6251
|
})(vo, vo.exports);
|
|
6252
|
-
var
|
|
6252
|
+
var ub = vo.exports, mc = {};
|
|
6253
6253
|
(function(l) {
|
|
6254
6254
|
(function(_, n) {
|
|
6255
6255
|
typeof l.nodeName != "string" ? n(l) : n(_.IBAN = {});
|
|
@@ -6364,7 +6364,7 @@ var cb = vo.exports, mc = {};
|
|
|
6364
6364
|
})(mc);
|
|
6365
6365
|
(function(l) {
|
|
6366
6366
|
Object.defineProperty(l, "__esModule", { value: !0 }), l.VALIDATORS = l.PropValidatorKeys = l.GamaPropValidatorsMap = void 0;
|
|
6367
|
-
const _ =
|
|
6367
|
+
const _ = ub, n = mc;
|
|
6368
6368
|
l.GamaPropValidatorsMap = {
|
|
6369
6369
|
required: {
|
|
6370
6370
|
fn: () => (o) => o.value !== null && o.value !== void 0 && o.value !== "",
|
|
@@ -6547,7 +6547,7 @@ var Lu;
|
|
|
6547
6547
|
};
|
|
6548
6548
|
Object.defineProperty(l, "__esModule", { value: !0 }), n(ju, l), n(Po, l), n(Qu, l), n(Ju, l);
|
|
6549
6549
|
})(je);
|
|
6550
|
-
const
|
|
6550
|
+
const cb = ["src", "alt"], db = /* @__PURE__ */ se({
|
|
6551
6551
|
__name: "FlagsIcons",
|
|
6552
6552
|
props: {
|
|
6553
6553
|
items: { default: () => [] },
|
|
@@ -6573,7 +6573,7 @@ const db = ["src", "alt"], pb = /* @__PURE__ */ se({
|
|
|
6573
6573
|
src: c.image,
|
|
6574
6574
|
alt: c.name,
|
|
6575
6575
|
class: "flag"
|
|
6576
|
-
}, null, 8,
|
|
6576
|
+
}, null, 8, cb)
|
|
6577
6577
|
], 2),
|
|
6578
6578
|
H(O(ct), null, {
|
|
6579
6579
|
default: le(() => [
|
|
@@ -6584,7 +6584,7 @@ const db = ["src", "alt"], pb = /* @__PURE__ */ se({
|
|
|
6584
6584
|
]))), 128))
|
|
6585
6585
|
]));
|
|
6586
6586
|
}
|
|
6587
|
-
}), Ci = /* @__PURE__ */ Ee(
|
|
6587
|
+
}), Ci = /* @__PURE__ */ Ee(db, [["__scopeId", "data-v-5dec39a6"]]), pb = /* @__PURE__ */ se({
|
|
6588
6588
|
__name: "IconButton",
|
|
6589
6589
|
props: {
|
|
6590
6590
|
icon: {},
|
|
@@ -6675,7 +6675,7 @@ const db = ["src", "alt"], pb = /* @__PURE__ */ se({
|
|
|
6675
6675
|
_: 3
|
|
6676
6676
|
}, 8, ["size", "flat", "outline", "icon", "color", "disable", "style"]));
|
|
6677
6677
|
}
|
|
6678
|
-
}), Pt = /* @__PURE__ */ Ee(
|
|
6678
|
+
}), Pt = /* @__PURE__ */ Ee(pb, [["__scopeId", "data-v-69db396c"]]), _b = /* @__PURE__ */ se({
|
|
6679
6679
|
__name: "IndicatorColor",
|
|
6680
6680
|
props: {
|
|
6681
6681
|
color: {}
|
|
@@ -6690,10 +6690,10 @@ const db = ["src", "alt"], pb = /* @__PURE__ */ se({
|
|
|
6690
6690
|
style: he(n.value)
|
|
6691
6691
|
}, null, 6));
|
|
6692
6692
|
}
|
|
6693
|
-
}), Tc = /* @__PURE__ */ Ee(
|
|
6693
|
+
}), Tc = /* @__PURE__ */ Ee(_b, [["__scopeId", "data-v-f7a2cee7"]]), fb = {
|
|
6694
6694
|
key: 1,
|
|
6695
6695
|
class: "center full-width"
|
|
6696
|
-
},
|
|
6696
|
+
}, mb = /* @__PURE__ */ se({
|
|
6697
6697
|
__name: "MenuButton",
|
|
6698
6698
|
props: {
|
|
6699
6699
|
icon: { default: "menu" },
|
|
@@ -6743,7 +6743,7 @@ const db = ["src", "alt"], pb = /* @__PURE__ */ se({
|
|
|
6743
6743
|
key: 0,
|
|
6744
6744
|
name: m.icon,
|
|
6745
6745
|
size: "xs"
|
|
6746
|
-
}, null, 8, ["name"])) : m.color ? (b(), P("div",
|
|
6746
|
+
}, null, 8, ["name"])) : m.color ? (b(), P("div", fb, [
|
|
6747
6747
|
H(g, {
|
|
6748
6748
|
color: m.color
|
|
6749
6749
|
}, null, 8, ["color"])
|
|
@@ -6773,7 +6773,7 @@ const db = ["src", "alt"], pb = /* @__PURE__ */ se({
|
|
|
6773
6773
|
}, 8, ["action", "icon", "label", "text-color", "color", "flat", "size", "loading"]);
|
|
6774
6774
|
};
|
|
6775
6775
|
}
|
|
6776
|
-
}),
|
|
6776
|
+
}), gb = { class: "flex no-wrap text-no-wrap items-center justify-start" }, vb = /* @__PURE__ */ se({
|
|
6777
6777
|
__name: "StateIndicator",
|
|
6778
6778
|
props: {
|
|
6779
6779
|
state: { default: 0 },
|
|
@@ -6800,7 +6800,7 @@ const db = ["src", "alt"], pb = /* @__PURE__ */ se({
|
|
|
6800
6800
|
return c.value ?? (((y = g.value) == null ? void 0 : y.color) || o.value[Number(n.value)]);
|
|
6801
6801
|
}
|
|
6802
6802
|
);
|
|
6803
|
-
return (y, N) => (b(), P("div",
|
|
6803
|
+
return (y, N) => (b(), P("div", gb, [
|
|
6804
6804
|
H(Tc, { color: m.value }, null, 8, ["color"]),
|
|
6805
6805
|
D("span", {
|
|
6806
6806
|
style: he(y.sm ? "font-size: 12px" : ""),
|
|
@@ -6808,7 +6808,7 @@ const db = ["src", "alt"], pb = /* @__PURE__ */ se({
|
|
|
6808
6808
|
}, k(I.value), 7)
|
|
6809
6809
|
]));
|
|
6810
6810
|
}
|
|
6811
|
-
}), Di = /* @__PURE__ */ Ee(
|
|
6811
|
+
}), Di = /* @__PURE__ */ Ee(vb, [["__scopeId", "data-v-5217c805"]]), bb = /* @__PURE__ */ se({
|
|
6812
6812
|
__name: "DomSection",
|
|
6813
6813
|
props: {
|
|
6814
6814
|
section: {}
|
|
@@ -6822,13 +6822,13 @@ const db = ["src", "alt"], pb = /* @__PURE__ */ se({
|
|
|
6822
6822
|
ref: _
|
|
6823
6823
|
}, null, 512));
|
|
6824
6824
|
}
|
|
6825
|
-
}),
|
|
6825
|
+
}), hb = {
|
|
6826
6826
|
key: 1,
|
|
6827
6827
|
class: "pdf-placeholder"
|
|
6828
|
-
},
|
|
6828
|
+
}, Ob = {
|
|
6829
6829
|
key: 2,
|
|
6830
6830
|
class: "actions no-print"
|
|
6831
|
-
},
|
|
6831
|
+
}, Ib = /* @__PURE__ */ se({
|
|
6832
6832
|
__name: "PdfContainer",
|
|
6833
6833
|
props: {
|
|
6834
6834
|
pdf: {}
|
|
@@ -6883,7 +6883,7 @@ const db = ["src", "alt"], pb = /* @__PURE__ */ se({
|
|
|
6883
6883
|
rowGap: 0,
|
|
6884
6884
|
ref: "pdfRef",
|
|
6885
6885
|
onOnPdfInit: g
|
|
6886
|
-
}, null, 40, ["src"])) : (b(), P("div",
|
|
6886
|
+
}, null, 40, ["src"])) : (b(), P("div", hb, [
|
|
6887
6887
|
H(O(M0), { height: "500px" })
|
|
6888
6888
|
])),
|
|
6889
6889
|
H(x, null, {
|
|
@@ -6906,7 +6906,7 @@ const db = ["src", "alt"], pb = /* @__PURE__ */ se({
|
|
|
6906
6906
|
]),
|
|
6907
6907
|
_: 1
|
|
6908
6908
|
}),
|
|
6909
|
-
_.value ? (b(), P("div",
|
|
6909
|
+
_.value ? (b(), P("div", Ob, [
|
|
6910
6910
|
H(O(Je), {
|
|
6911
6911
|
size: "lg",
|
|
6912
6912
|
round: "",
|
|
@@ -6918,7 +6918,7 @@ const db = ["src", "alt"], pb = /* @__PURE__ */ se({
|
|
|
6918
6918
|
], 32);
|
|
6919
6919
|
};
|
|
6920
6920
|
}
|
|
6921
|
-
}),
|
|
6921
|
+
}), Ab = /* @__PURE__ */ Ee(Ib, [["__scopeId", "data-v-cdaacfcf"]]);
|
|
6922
6922
|
function Rc(l, _) {
|
|
6923
6923
|
const n = `{{${_}}}`;
|
|
6924
6924
|
try {
|
|
@@ -6932,16 +6932,16 @@ function Rc(l, _) {
|
|
|
6932
6932
|
return console.error(d), n;
|
|
6933
6933
|
}
|
|
6934
6934
|
}
|
|
6935
|
-
function
|
|
6935
|
+
function Cb(l, _, n) {
|
|
6936
6936
|
const d = _.split(".");
|
|
6937
6937
|
if (!d.length) return l;
|
|
6938
6938
|
const o = d.pop(), s = d.reduce((c, f) => (c[f] || (c[f] = {}), c[f]), l);
|
|
6939
6939
|
return s[o] = n, l;
|
|
6940
6940
|
}
|
|
6941
|
-
const
|
|
6941
|
+
const Eb = { class: "card" }, Pb = {
|
|
6942
6942
|
key: 0,
|
|
6943
6943
|
class: "card-header"
|
|
6944
|
-
},
|
|
6944
|
+
}, Db = ["contenteditable"], Tb = { class: "card-content" }, Rb = ["contenteditable"], yb = ["contenteditable"], xb = /* @__PURE__ */ se({
|
|
6945
6945
|
__name: "Card",
|
|
6946
6946
|
props: {
|
|
6947
6947
|
card: {},
|
|
@@ -6960,14 +6960,14 @@ const Pb = { class: "card" }, Db = {
|
|
|
6960
6960
|
}).format(s) : c === "percentage" ? `${s} %` : s : s;
|
|
6961
6961
|
}
|
|
6962
6962
|
const o = Ba("editable");
|
|
6963
|
-
return (s, c) => (b(), P("div",
|
|
6964
|
-
s.card.title || s.card.subtitle ? (b(), P("div",
|
|
6963
|
+
return (s, c) => (b(), P("div", Eb, [
|
|
6964
|
+
s.card.title || s.card.subtitle ? (b(), P("div", Pb, [
|
|
6965
6965
|
s.card.title ? (b(), P("h3", {
|
|
6966
6966
|
key: 0,
|
|
6967
6967
|
contenteditable: O(o)
|
|
6968
|
-
}, k(s.card.title), 9,
|
|
6968
|
+
}, k(s.card.title), 9, Db)) : V("", !0)
|
|
6969
6969
|
])) : V("", !0),
|
|
6970
|
-
D("div",
|
|
6970
|
+
D("div", Tb, [
|
|
6971
6971
|
(b(!0), P(be, null, Pe(s.card.fields, (f, g) => (b(), P("div", {
|
|
6972
6972
|
key: g,
|
|
6973
6973
|
class: "card-field"
|
|
@@ -6975,30 +6975,30 @@ const Pb = { class: "card" }, Db = {
|
|
|
6975
6975
|
D("span", {
|
|
6976
6976
|
contenteditable: O(o),
|
|
6977
6977
|
class: "field-label"
|
|
6978
|
-
}, k(f.label), 9,
|
|
6978
|
+
}, k(f.label), 9, Rb),
|
|
6979
6979
|
D("span", {
|
|
6980
6980
|
contenteditable: O(o),
|
|
6981
6981
|
class: "field-value"
|
|
6982
|
-
}, k(n(f)), 9,
|
|
6982
|
+
}, k(n(f)), 9, yb)
|
|
6983
6983
|
]))), 128))
|
|
6984
6984
|
])
|
|
6985
6985
|
]));
|
|
6986
6986
|
}
|
|
6987
|
-
}),
|
|
6988
|
-
card:
|
|
6987
|
+
}), Lb = "_card_12eql_1", Nb = {
|
|
6988
|
+
card: Lb,
|
|
6989
6989
|
"card-header": "_card-header_12eql_8",
|
|
6990
6990
|
"card-content": "_card-content_12eql_22",
|
|
6991
6991
|
"card-field": "_card-field_12eql_22",
|
|
6992
6992
|
"field-label": "_field-label_12eql_27",
|
|
6993
6993
|
"field-value": "_field-value_12eql_30"
|
|
6994
|
-
},
|
|
6995
|
-
$style:
|
|
6996
|
-
},
|
|
6994
|
+
}, Sb = {
|
|
6995
|
+
$style: Nb
|
|
6996
|
+
}, wb = /* @__PURE__ */ Ee(xb, [["__cssModules", Sb]]);
|
|
6997
6997
|
function $n(l, _ = {}) {
|
|
6998
6998
|
const n = Ba("data"), d = B(() => n.value[l] || _), o = B(() => n.value.global || {}), s = B(() => ({ ...o.value, ...d.value }));
|
|
6999
6999
|
return { sectionData: d, globalData: o, data: s };
|
|
7000
7000
|
}
|
|
7001
|
-
const
|
|
7001
|
+
const Bb = /* @__PURE__ */ se({
|
|
7002
7002
|
__name: "CardGridSection",
|
|
7003
7003
|
props: {
|
|
7004
7004
|
styles: {},
|
|
@@ -7013,7 +7013,7 @@ const Mb = /* @__PURE__ */ se({
|
|
|
7013
7013
|
class: "card-section",
|
|
7014
7014
|
style: he(((s = d.styles) == null ? void 0 : s.cssRaw) || "")
|
|
7015
7015
|
}, [
|
|
7016
|
-
(b(!0), P(be, null, Pe(d.content.cards, (c, f) => (b(), ne(
|
|
7016
|
+
(b(!0), P(be, null, Pe(d.content.cards, (c, f) => (b(), ne(wb, {
|
|
7017
7017
|
key: f,
|
|
7018
7018
|
card: c,
|
|
7019
7019
|
data: O(n)
|
|
@@ -7021,11 +7021,11 @@ const Mb = /* @__PURE__ */ se({
|
|
|
7021
7021
|
], 4);
|
|
7022
7022
|
};
|
|
7023
7023
|
}
|
|
7024
|
-
}),
|
|
7024
|
+
}), Mb = {
|
|
7025
7025
|
"card-section": "_card-section_1xfbl_2"
|
|
7026
|
-
},
|
|
7027
|
-
$style:
|
|
7028
|
-
},
|
|
7026
|
+
}, Ub = {
|
|
7027
|
+
$style: Mb
|
|
7028
|
+
}, Fb = /* @__PURE__ */ Ee(Bb, [["__cssModules", Ub]]), zb = ["src", "alt"], kb = /* @__PURE__ */ se({
|
|
7029
7029
|
__name: "ImageSection",
|
|
7030
7030
|
props: {
|
|
7031
7031
|
styles: {},
|
|
@@ -7042,14 +7042,14 @@ const Mb = /* @__PURE__ */ se({
|
|
|
7042
7042
|
src: O(n).src,
|
|
7043
7043
|
alt: O(n).alt,
|
|
7044
7044
|
style: he({ width: O(n).width, height: O(n).height })
|
|
7045
|
-
}, null, 12,
|
|
7045
|
+
}, null, 12, zb)
|
|
7046
7046
|
], 4));
|
|
7047
7047
|
}
|
|
7048
|
-
}),
|
|
7048
|
+
}), Gb = {
|
|
7049
7049
|
"img-container": "_img-container_17yzt_2"
|
|
7050
|
-
},
|
|
7051
|
-
$style:
|
|
7052
|
-
},
|
|
7050
|
+
}, Vb = {
|
|
7051
|
+
$style: Gb
|
|
7052
|
+
}, Hb = /* @__PURE__ */ Ee(kb, [["__cssModules", Vb]]), $b = { class: "section" }, qb = { class: "q-py-md-lg q-my-md q-px-xs row justify-center items-center" }, jb = /* @__PURE__ */ se({
|
|
7053
7053
|
__name: "RadioButtonsSection",
|
|
7054
7054
|
props: {
|
|
7055
7055
|
styles: {},
|
|
@@ -7067,8 +7067,8 @@ const Mb = /* @__PURE__ */ se({
|
|
|
7067
7067
|
[n.id]: d.value
|
|
7068
7068
|
}
|
|
7069
7069
|
};
|
|
7070
|
-
}), (o, s) => (b(), P("div",
|
|
7071
|
-
D("div",
|
|
7070
|
+
}), (o, s) => (b(), P("div", $b, [
|
|
7071
|
+
D("div", qb, [
|
|
7072
7072
|
H(O(ou), {
|
|
7073
7073
|
modelValue: d.value,
|
|
7074
7074
|
"onUpdate:modelValue": s[0] || (s[0] = (c) => d.value = c),
|
|
@@ -7086,17 +7086,17 @@ const Mb = /* @__PURE__ */ se({
|
|
|
7086
7086
|
])
|
|
7087
7087
|
]));
|
|
7088
7088
|
}
|
|
7089
|
-
}),
|
|
7089
|
+
}), Kb = /* @__PURE__ */ Ee(jb, [["__scopeId", "data-v-90eb7a2c"]]), Wb = { class: "section" }, Zb = { key: 0 }, Yb = {
|
|
7090
7090
|
key: 0,
|
|
7091
7091
|
class: "no-print"
|
|
7092
|
-
},
|
|
7092
|
+
}, Qb = { class: "signature" }, Xb = { class: "flex justify-end q-gutter-sm q-pa-sm" }, Jb = {
|
|
7093
7093
|
key: 1,
|
|
7094
7094
|
class: "column",
|
|
7095
7095
|
style: { "max-width": "100vw" }
|
|
7096
|
-
},
|
|
7096
|
+
}, eh = ["src"], ah = { class: "flex justify-end q-mt-sm no-print" }, th = {
|
|
7097
7097
|
key: 1,
|
|
7098
7098
|
class: "flex justify-center q-pa-lg"
|
|
7099
|
-
},
|
|
7099
|
+
}, ih = /* @__PURE__ */ se({
|
|
7100
7100
|
__name: "SignatureSection",
|
|
7101
7101
|
props: {
|
|
7102
7102
|
styles: {},
|
|
@@ -7129,12 +7129,12 @@ const Mb = /* @__PURE__ */ se({
|
|
|
7129
7129
|
};
|
|
7130
7130
|
return (C, R) => {
|
|
7131
7131
|
const w = Et("VueSignaturePad"), q = Et("client-only");
|
|
7132
|
-
return b(), P("div",
|
|
7133
|
-
o.value ? (b(), P("div",
|
|
7134
|
-
f.value ? (b(), P("div",
|
|
7132
|
+
return b(), P("div", Wb, [
|
|
7133
|
+
o.value ? (b(), P("div", Zb, [
|
|
7134
|
+
f.value ? (b(), P("div", Yb, [
|
|
7135
7135
|
H(q, null, {
|
|
7136
7136
|
default: le(() => [
|
|
7137
|
-
D("div",
|
|
7137
|
+
D("div", Qb, [
|
|
7138
7138
|
H(w, {
|
|
7139
7139
|
width: O(g).lt.md ? "100vw" : "auto",
|
|
7140
7140
|
height: "180px",
|
|
@@ -7145,7 +7145,7 @@ const Mb = /* @__PURE__ */ se({
|
|
|
7145
7145
|
]),
|
|
7146
7146
|
_: 1
|
|
7147
7147
|
}),
|
|
7148
|
-
D("div",
|
|
7148
|
+
D("div", Xb, [
|
|
7149
7149
|
H(O(Je), {
|
|
7150
7150
|
unelevated: "",
|
|
7151
7151
|
outline: "",
|
|
@@ -7177,12 +7177,12 @@ const Mb = /* @__PURE__ */ se({
|
|
|
7177
7177
|
_: 1
|
|
7178
7178
|
})
|
|
7179
7179
|
])
|
|
7180
|
-
])) : (b(), P("div",
|
|
7180
|
+
])) : (b(), P("div", Jb, [
|
|
7181
7181
|
D("img", {
|
|
7182
7182
|
src: c.value,
|
|
7183
7183
|
height: "140"
|
|
7184
|
-
}, null, 8,
|
|
7185
|
-
D("div",
|
|
7184
|
+
}, null, 8, eh),
|
|
7185
|
+
D("div", ah, [
|
|
7186
7186
|
H(O(Je), { onClick: N }, {
|
|
7187
7187
|
default: le(() => [
|
|
7188
7188
|
ce(k(c.value ? "Volver a firmar" : "Firmar"), 1)
|
|
@@ -7191,11 +7191,11 @@ const Mb = /* @__PURE__ */ se({
|
|
|
7191
7191
|
})
|
|
7192
7192
|
])
|
|
7193
7193
|
]))
|
|
7194
|
-
])) : (b(), P("div",
|
|
7194
|
+
])) : (b(), P("div", th, "[FIRMA]"))
|
|
7195
7195
|
]);
|
|
7196
7196
|
};
|
|
7197
7197
|
}
|
|
7198
|
-
}),
|
|
7198
|
+
}), nh = /* @__PURE__ */ Ee(ih, [["__scopeId", "data-v-0953979f"]]), lh = ["contenteditable"], oh = ["contenteditable"], rh = "#f5f5f5", sh = /* @__PURE__ */ se({
|
|
7199
7199
|
__name: "TableSection",
|
|
7200
7200
|
props: {
|
|
7201
7201
|
styles: {},
|
|
@@ -7216,14 +7216,14 @@ const Mb = /* @__PURE__ */ se({
|
|
|
7216
7216
|
key: I.key,
|
|
7217
7217
|
style: he({ textAlign: I.align || "left" }),
|
|
7218
7218
|
contenteditable: O(s)
|
|
7219
|
-
}, k(I.header), 13,
|
|
7219
|
+
}, k(I.header), 13, lh))), 128))
|
|
7220
7220
|
])
|
|
7221
7221
|
]),
|
|
7222
7222
|
D("tbody", null, [
|
|
7223
7223
|
(b(!0), P(be, null, Pe(o.value, (I, m) => (b(), P("tr", {
|
|
7224
7224
|
key: m,
|
|
7225
7225
|
style: he({
|
|
7226
|
-
backgroundColor: m % 2 === 0 ?
|
|
7226
|
+
backgroundColor: m % 2 === 0 ? rh : "transparent"
|
|
7227
7227
|
})
|
|
7228
7228
|
}, [
|
|
7229
7229
|
(b(!0), P(be, null, Pe(O(n), (y) => (b(), P("td", {
|
|
@@ -7232,23 +7232,23 @@ const Mb = /* @__PURE__ */ se({
|
|
|
7232
7232
|
textAlign: y.align || "left"
|
|
7233
7233
|
}),
|
|
7234
7234
|
contenteditable: O(s)
|
|
7235
|
-
}, k(I[y.key]), 13,
|
|
7235
|
+
}, k(I[y.key]), 13, oh))), 128))
|
|
7236
7236
|
], 4))), 128))
|
|
7237
7237
|
])
|
|
7238
7238
|
], 4);
|
|
7239
7239
|
};
|
|
7240
7240
|
}
|
|
7241
|
-
}),
|
|
7241
|
+
}), uh = {
|
|
7242
7242
|
"table-section": "_table-section_aicx8_1"
|
|
7243
|
-
},
|
|
7244
|
-
$style:
|
|
7245
|
-
},
|
|
7243
|
+
}, ch = {
|
|
7244
|
+
$style: uh
|
|
7245
|
+
}, dh = /* @__PURE__ */ Ee(sh, [["__cssModules", ch]]), ph = { class: "section" }, _h = {
|
|
7246
7246
|
key: 0,
|
|
7247
7247
|
class: "no-print"
|
|
7248
|
-
},
|
|
7248
|
+
}, fh = { class: "add-btn" }, mh = ["contenteditable"], gh = ["contenteditable"], vh = { class: "p-container" }, bh = ["contenteditable"], hh = {
|
|
7249
7249
|
key: 0,
|
|
7250
7250
|
class: "remove-btn no-print"
|
|
7251
|
-
},
|
|
7251
|
+
}, Oh = /* @__PURE__ */ se({
|
|
7252
7252
|
__name: "TextSection",
|
|
7253
7253
|
props: {
|
|
7254
7254
|
styles: {},
|
|
@@ -7265,7 +7265,7 @@ const Mb = /* @__PURE__ */ se({
|
|
|
7265
7265
|
const h = {};
|
|
7266
7266
|
return Object.keys(N).forEach((R) => {
|
|
7267
7267
|
const w = `${x}.${R}`;
|
|
7268
|
-
|
|
7268
|
+
Cb(h, w, N[R]);
|
|
7269
7269
|
}), f(h, y);
|
|
7270
7270
|
};
|
|
7271
7271
|
ca(
|
|
@@ -7295,9 +7295,9 @@ const Mb = /* @__PURE__ */ se({
|
|
|
7295
7295
|
`);
|
|
7296
7296
|
return (y, N) => {
|
|
7297
7297
|
var x;
|
|
7298
|
-
return b(), P("div",
|
|
7299
|
-
O(s) ? (b(), P("div",
|
|
7300
|
-
D("div",
|
|
7298
|
+
return b(), P("div", ph, [
|
|
7299
|
+
O(s) ? (b(), P("div", _h, [
|
|
7300
|
+
D("div", fh, [
|
|
7301
7301
|
H(O(Je), {
|
|
7302
7302
|
size: "sm",
|
|
7303
7303
|
round: "",
|
|
@@ -7327,20 +7327,20 @@ const Mb = /* @__PURE__ */ se({
|
|
|
7327
7327
|
key: 0,
|
|
7328
7328
|
contenteditable: O(s),
|
|
7329
7329
|
style: he(q || {})
|
|
7330
|
-
}, k(c(C, null)), 13,
|
|
7330
|
+
}, k(c(C, null)), 13, mh)) : V("", !0),
|
|
7331
7331
|
h === "subtitle" ? (b(), P("h2", {
|
|
7332
7332
|
key: 1,
|
|
7333
7333
|
contenteditable: O(s),
|
|
7334
7334
|
style: he(q || {})
|
|
7335
|
-
}, k(c(C, null)), 13,
|
|
7336
|
-
h === "paragraph" ? (b(!0), P(be, { key: 2 }, Pe(w ? O(n)[w] : [null], (z) => (b(), P("div",
|
|
7335
|
+
}, k(c(C, null)), 13, gh)) : V("", !0),
|
|
7336
|
+
h === "paragraph" ? (b(!0), P(be, { key: 2 }, Pe(w ? O(n)[w] : [null], (z) => (b(), P("div", vh, [
|
|
7337
7337
|
(b(!0), P(be, null, Pe(m(
|
|
7338
7338
|
c(C, z, w)
|
|
7339
7339
|
), (L) => (b(), P("p", {
|
|
7340
7340
|
contenteditable: O(s),
|
|
7341
7341
|
style: he(q || {})
|
|
7342
|
-
}, k(L), 13,
|
|
7343
|
-
O(s) ? (b(), P("div",
|
|
7342
|
+
}, k(L), 13, bh))), 256)),
|
|
7343
|
+
O(s) ? (b(), P("div", hh, [
|
|
7344
7344
|
H(O(Je), {
|
|
7345
7345
|
size: "sm",
|
|
7346
7346
|
r: "",
|
|
@@ -7366,27 +7366,27 @@ const Mb = /* @__PURE__ */ se({
|
|
|
7366
7366
|
]);
|
|
7367
7367
|
};
|
|
7368
7368
|
}
|
|
7369
|
-
}),
|
|
7370
|
-
section:
|
|
7369
|
+
}), Ih = "_section_besae_1", Ah = {
|
|
7370
|
+
section: Ih,
|
|
7371
7371
|
"p-container": "_p-container_besae_2",
|
|
7372
7372
|
"add-btn": "_add-btn_besae_6",
|
|
7373
7373
|
"remove-btn": "_remove-btn_besae_13",
|
|
7374
7374
|
"no-print": "_no-print_besae_41"
|
|
7375
|
-
},
|
|
7376
|
-
$style:
|
|
7377
|
-
},
|
|
7375
|
+
}, Ch = {
|
|
7376
|
+
$style: Ah
|
|
7377
|
+
}, Eh = /* @__PURE__ */ Ee(Oh, [["__cssModules", Ch]]), Ph = /* @__PURE__ */ se({
|
|
7378
7378
|
__name: "SectionWrapper",
|
|
7379
7379
|
props: {
|
|
7380
7380
|
section: {}
|
|
7381
7381
|
},
|
|
7382
7382
|
setup(l) {
|
|
7383
7383
|
const _ = l, n = {
|
|
7384
|
-
[je.LayoutSectionType.TEXT]:
|
|
7385
|
-
[je.LayoutSectionType.IMAGE]:
|
|
7386
|
-
[je.LayoutSectionType.TABLE]:
|
|
7387
|
-
[je.LayoutSectionType.CARDS_GRID]:
|
|
7388
|
-
[je.LayoutSectionType.SIGNATURE]:
|
|
7389
|
-
[je.LayoutSectionType.RADIO_BUTTONS]:
|
|
7384
|
+
[je.LayoutSectionType.TEXT]: Eh,
|
|
7385
|
+
[je.LayoutSectionType.IMAGE]: Hb,
|
|
7386
|
+
[je.LayoutSectionType.TABLE]: dh,
|
|
7387
|
+
[je.LayoutSectionType.CARDS_GRID]: Fb,
|
|
7388
|
+
[je.LayoutSectionType.SIGNATURE]: nh,
|
|
7389
|
+
[je.LayoutSectionType.RADIO_BUTTONS]: Kb
|
|
7390
7390
|
}, d = B(() => _.section.type), o = B(() => ({
|
|
7391
7391
|
content: _.section.content,
|
|
7392
7392
|
styles: _.section.styles,
|
|
@@ -7394,7 +7394,7 @@ const Mb = /* @__PURE__ */ se({
|
|
|
7394
7394
|
}));
|
|
7395
7395
|
return (s, c) => (b(), ne(Io(n[d.value]), Uu(Fu(o.value)), null, 16));
|
|
7396
7396
|
}
|
|
7397
|
-
}),
|
|
7397
|
+
}), Dh = /* @__PURE__ */ se({
|
|
7398
7398
|
__name: "SectionsContainer",
|
|
7399
7399
|
props: /* @__PURE__ */ zu({
|
|
7400
7400
|
layout: {},
|
|
@@ -7428,25 +7428,25 @@ const Mb = /* @__PURE__ */ se({
|
|
|
7428
7428
|
class: "sections-container",
|
|
7429
7429
|
style: he(O(f))
|
|
7430
7430
|
}, [
|
|
7431
|
-
m.pdf ? (b(), ne(
|
|
7431
|
+
m.pdf ? (b(), ne(Ab, {
|
|
7432
7432
|
key: 0,
|
|
7433
7433
|
pdf: m.pdf
|
|
7434
7434
|
}, null, 8, ["pdf"])) : (b(!0), P(be, { key: 1 }, Pe(c.value, ({ type: N, section: x }) => (b(), P(be, null, [
|
|
7435
|
-
N === "default" ? (b(), ne(
|
|
7435
|
+
N === "default" ? (b(), ne(Ph, {
|
|
7436
7436
|
key: 0,
|
|
7437
7437
|
section: x
|
|
7438
|
-
}, null, 8, ["section"])) : (b(), ne(
|
|
7438
|
+
}, null, 8, ["section"])) : (b(), ne(bb, {
|
|
7439
7439
|
key: 1,
|
|
7440
7440
|
section: x
|
|
7441
7441
|
}, null, 8, ["section"]))
|
|
7442
7442
|
], 64))), 256))
|
|
7443
7443
|
], 4));
|
|
7444
7444
|
}
|
|
7445
|
-
}),
|
|
7445
|
+
}), Th = {
|
|
7446
7446
|
"sections-container": "_sections-container_ikqi4_2"
|
|
7447
|
-
},
|
|
7448
|
-
$style:
|
|
7449
|
-
},
|
|
7447
|
+
}, Rh = {
|
|
7448
|
+
$style: Th
|
|
7449
|
+
}, yh = /* @__PURE__ */ Ee(Dh, [["__cssModules", Rh]]), Nu = (l) => l.charAt(0).toUpperCase() + l.slice(1), Cn = (l, _ = !1) => typeof l != "string" ? l : (l = l.toLowerCase(), _ ? l.split(" ").map(Nu).join(" ") : Nu(l)), Su = (l, _, n = "EUR") => {
|
|
7450
7450
|
const d = (l == null ? void 0 : l.toString().replace(/[^0-9.,]/g, "")) || 0;
|
|
7451
7451
|
return Number(d).toLocaleString("de-DE", {
|
|
7452
7452
|
style: "currency",
|
|
@@ -7454,7 +7454,7 @@ const Mb = /* @__PURE__ */ se({
|
|
|
7454
7454
|
minimumFractionDigits: _ ?? 2,
|
|
7455
7455
|
maximumFractionDigits: _ ?? 2
|
|
7456
7456
|
});
|
|
7457
|
-
},
|
|
7457
|
+
}, xh = {
|
|
7458
7458
|
negro: "#000000",
|
|
7459
7459
|
blanco: "#FFFFFF",
|
|
7460
7460
|
rojo: "#FF0000",
|
|
@@ -7471,14 +7471,14 @@ const Mb = /* @__PURE__ */ se({
|
|
|
7471
7471
|
const _ = dt(
|
|
7472
7472
|
l,
|
|
7473
7473
|
(c, f) => f.toLowerCase()
|
|
7474
|
-
), n = _.id_producto || _.id, d = _.estado || _.tabla_estado, s = (_.r_img || _.images || []).filter(Boolean).map((c) =>
|
|
7474
|
+
), n = _.id_producto || _.id, d = _.estado || _.tabla_estado, s = (_.r_img || _.images || []).filter(Boolean).map((c) => Lh(c)).filter((c) => c.estado > -1).sort((c, f) => c.posicion - f.posicion);
|
|
7475
7475
|
return {
|
|
7476
7476
|
..._,
|
|
7477
7477
|
id: n,
|
|
7478
7478
|
estado: d,
|
|
7479
7479
|
images: s
|
|
7480
7480
|
};
|
|
7481
|
-
},
|
|
7481
|
+
}, Lh = (l) => {
|
|
7482
7482
|
const _ = dt(
|
|
7483
7483
|
l,
|
|
7484
7484
|
(s, c) => c.toLowerCase()
|
|
@@ -7489,7 +7489,7 @@ const Mb = /* @__PURE__ */ se({
|
|
|
7489
7489
|
public: d,
|
|
7490
7490
|
tipo: o
|
|
7491
7491
|
};
|
|
7492
|
-
},
|
|
7492
|
+
}, Nh = /* @__PURE__ */ se({
|
|
7493
7493
|
__name: "ProductTag",
|
|
7494
7494
|
props: {
|
|
7495
7495
|
tag: {},
|
|
@@ -7520,16 +7520,16 @@ const Mb = /* @__PURE__ */ se({
|
|
|
7520
7520
|
_: 1
|
|
7521
7521
|
})) : V("", !0);
|
|
7522
7522
|
}
|
|
7523
|
-
}), qn = /* @__PURE__ */ Ee(
|
|
7523
|
+
}), qn = /* @__PURE__ */ Ee(Nh, [["__scopeId", "data-v-87dda428"]]), Sh = { class: "text" }, wh = {
|
|
7524
7524
|
key: 0,
|
|
7525
7525
|
class: "props-table"
|
|
7526
|
-
},
|
|
7526
|
+
}, Bh = { key: 0 }, Mh = { key: 1 }, Uh = { key: 0 }, Fh = { key: 2 }, zh = { key: 0 }, kh = { key: 3 }, Gh = { key: 0 }, Vh = {
|
|
7527
7527
|
key: 1,
|
|
7528
7528
|
class: "list"
|
|
7529
|
-
},
|
|
7529
|
+
}, Hh = {
|
|
7530
7530
|
key: 0,
|
|
7531
7531
|
class: "row items-center q-mb-sm"
|
|
7532
|
-
},
|
|
7532
|
+
}, $h = /* @__PURE__ */ se({
|
|
7533
7533
|
__name: "BrokerProps",
|
|
7534
7534
|
props: {
|
|
7535
7535
|
data: {},
|
|
@@ -7562,10 +7562,10 @@ const Mb = /* @__PURE__ */ se({
|
|
|
7562
7562
|
});
|
|
7563
7563
|
return (f, g) => {
|
|
7564
7564
|
var I, m, y;
|
|
7565
|
-
return b(), P("div",
|
|
7566
|
-
f.table ? (b(), P("table",
|
|
7565
|
+
return b(), P("div", Sh, [
|
|
7566
|
+
f.table ? (b(), P("table", wh, [
|
|
7567
7567
|
D("tbody", null, [
|
|
7568
|
-
(I = O(n)) != null && I.idiomas.length ? (b(), P("tr",
|
|
7568
|
+
(I = O(n)) != null && I.idiomas.length ? (b(), P("tr", Bh, [
|
|
7569
7569
|
g[0] || (g[0] = D("td", { class: "broker-label" }, "Idiomas", -1)),
|
|
7570
7570
|
D("td", null, [
|
|
7571
7571
|
H(Ci, {
|
|
@@ -7578,42 +7578,42 @@ const Mb = /* @__PURE__ */ se({
|
|
|
7578
7578
|
g[1] || (g[1] = D("td", { class: "broker-label" }, "Años de experiencia", -1)),
|
|
7579
7579
|
D("td", null, k(c.value), 1)
|
|
7580
7580
|
]),
|
|
7581
|
-
d.value.length ? (b(), P("tr",
|
|
7581
|
+
d.value.length ? (b(), P("tr", Mh, [
|
|
7582
7582
|
g[2] || (g[2] = D("td", { class: "broker-label" }, "Especialización", -1)),
|
|
7583
7583
|
D("td", null, [
|
|
7584
7584
|
(b(!0), P(be, null, Pe(d.value, (N, x) => (b(), P("span", {
|
|
7585
7585
|
key: "esp-" + x
|
|
7586
7586
|
}, [
|
|
7587
7587
|
ce(k(N), 1),
|
|
7588
|
-
x < d.value.length - 1 ? (b(), P("span",
|
|
7588
|
+
x < d.value.length - 1 ? (b(), P("span", Uh, ", ")) : V("", !0)
|
|
7589
7589
|
]))), 128))
|
|
7590
7590
|
])
|
|
7591
7591
|
])) : V("", !0),
|
|
7592
|
-
o.value.length ? (b(), P("tr",
|
|
7592
|
+
o.value.length ? (b(), P("tr", Fh, [
|
|
7593
7593
|
g[3] || (g[3] = D("td", { class: "broker-label" }, "Especialización de residencia", -1)),
|
|
7594
7594
|
D("td", null, [
|
|
7595
7595
|
(b(!0), P(be, null, Pe(o.value, (N, x) => (b(), P("span", {
|
|
7596
7596
|
key: "espres-" + x
|
|
7597
7597
|
}, [
|
|
7598
7598
|
ce(k(N), 1),
|
|
7599
|
-
x < o.value.length - 1 ? (b(), P("span",
|
|
7599
|
+
x < o.value.length - 1 ? (b(), P("span", zh, ", ")) : V("", !0)
|
|
7600
7600
|
]))), 128))
|
|
7601
7601
|
])
|
|
7602
7602
|
])) : V("", !0),
|
|
7603
|
-
s.value.length ? (b(), P("tr",
|
|
7603
|
+
s.value.length ? (b(), P("tr", kh, [
|
|
7604
7604
|
g[4] || (g[4] = D("td", { class: "broker-label" }, "Especialización de hipotecas", -1)),
|
|
7605
7605
|
D("td", null, [
|
|
7606
7606
|
(b(!0), P(be, null, Pe(s.value, (N, x) => (b(), P("span", {
|
|
7607
7607
|
key: "espres-" + x
|
|
7608
7608
|
}, [
|
|
7609
7609
|
ce(k(N), 1),
|
|
7610
|
-
x < s.value.length - 1 ? (b(), P("span",
|
|
7610
|
+
x < s.value.length - 1 ? (b(), P("span", Gh, ", ")) : V("", !0)
|
|
7611
7611
|
]))), 128))
|
|
7612
7612
|
])
|
|
7613
7613
|
])) : V("", !0)
|
|
7614
7614
|
])
|
|
7615
|
-
])) : (b(), P("div",
|
|
7616
|
-
(y = (m = O(n)) == null ? void 0 : m.idiomas) != null && y.length ? (b(), P("div",
|
|
7615
|
+
])) : (b(), P("div", Vh, [
|
|
7616
|
+
(y = (m = O(n)) == null ? void 0 : m.idiomas) != null && y.length ? (b(), P("div", Hh, [
|
|
7617
7617
|
g[5] || (g[5] = D("div", { class: "q-mr-sm" }, "Idiomas:", -1)),
|
|
7618
7618
|
H(Ci, {
|
|
7619
7619
|
items: O(n).idiomas,
|
|
@@ -7630,22 +7630,22 @@ const Mb = /* @__PURE__ */ se({
|
|
|
7630
7630
|
]);
|
|
7631
7631
|
};
|
|
7632
7632
|
}
|
|
7633
|
-
}), xc = /* @__PURE__ */ Ee(
|
|
7633
|
+
}), xc = /* @__PURE__ */ Ee($h, [["__scopeId", "data-v-e651b1fd"]]), qh = { class: "carousel-container" }, jh = { class: "carousel-overlay" }, Kh = { class: "text-center row justify-center no-wrap" }, Wh = {
|
|
7634
7634
|
key: 0,
|
|
7635
7635
|
class: "media-count"
|
|
7636
|
-
},
|
|
7636
|
+
}, Zh = { class: "row justify-between no-wrap" }, Yh = {
|
|
7637
7637
|
class: "text-subtitle1 text-bold text-main",
|
|
7638
7638
|
style: { "line-height": "120%" }
|
|
7639
|
-
},
|
|
7639
|
+
}, Qh = {
|
|
7640
7640
|
key: 0,
|
|
7641
7641
|
class: "row items-center location-text q-mt-xs"
|
|
7642
|
-
},
|
|
7642
|
+
}, Xh = { class: "q-ml-xs" }, Jh = {
|
|
7643
7643
|
style: { "font-size": "15px" },
|
|
7644
7644
|
class: "q-my-md text-black"
|
|
7645
|
-
},
|
|
7645
|
+
}, e2 = {
|
|
7646
7646
|
class: "q-mb-lg",
|
|
7647
7647
|
style: { opacity: "0.85" }
|
|
7648
|
-
},
|
|
7648
|
+
}, a2 = { key: 1 }, t2 = /* @__PURE__ */ se({
|
|
7649
7649
|
__name: "BrokerCard",
|
|
7650
7650
|
props: {
|
|
7651
7651
|
isPublic: { type: Boolean },
|
|
@@ -7720,12 +7720,12 @@ const Mb = /* @__PURE__ */ se({
|
|
|
7720
7720
|
default: le(() => {
|
|
7721
7721
|
var w, q;
|
|
7722
7722
|
return [
|
|
7723
|
-
D("div",
|
|
7724
|
-
D("div",
|
|
7725
|
-
D("div",
|
|
7723
|
+
D("div", qh, [
|
|
7724
|
+
D("div", jh, [
|
|
7725
|
+
D("div", Kh, [
|
|
7726
7726
|
(b(!0), P(be, null, Pe(N.value, (Z) => (b(), ne(qn, { tag: Z }, null, 8, ["tag"]))), 256))
|
|
7727
7727
|
]),
|
|
7728
|
-
c.value ? (b(), P("div",
|
|
7728
|
+
c.value ? (b(), P("div", Wh, [
|
|
7729
7729
|
ce(k((w = h.value) != null && w.length ? x.value : 0) + "/" + k(((q = h.value) == null ? void 0 : q.length) || 0) + " ", 1),
|
|
7730
7730
|
H(O(Ze), {
|
|
7731
7731
|
name: "sym_o_image",
|
|
@@ -7747,19 +7747,19 @@ const Mb = /* @__PURE__ */ se({
|
|
|
7747
7747
|
var Z;
|
|
7748
7748
|
return [
|
|
7749
7749
|
D("div", null, [
|
|
7750
|
-
D("div",
|
|
7751
|
-
D("div",
|
|
7750
|
+
D("div", Zh, [
|
|
7751
|
+
D("div", Yh, k(m.value), 1),
|
|
7752
7752
|
H(Ci, {
|
|
7753
7753
|
items: g.value,
|
|
7754
7754
|
type: "countries"
|
|
7755
7755
|
}, null, 8, ["items"])
|
|
7756
7756
|
]),
|
|
7757
|
-
I.value ? (b(), P("div",
|
|
7757
|
+
I.value ? (b(), P("div", Qh, [
|
|
7758
7758
|
H(O(Ze), { name: "sym_o_location_on" }),
|
|
7759
|
-
D("div",
|
|
7759
|
+
D("div", Xh, k(I.value), 1)
|
|
7760
7760
|
])) : V("", !0),
|
|
7761
|
-
D("div",
|
|
7762
|
-
D("div",
|
|
7761
|
+
D("div", Jh, [
|
|
7762
|
+
D("div", e2, [
|
|
7763
7763
|
y.value ? (b(), P("span", {
|
|
7764
7764
|
key: 0,
|
|
7765
7765
|
class: "description",
|
|
@@ -7767,7 +7767,7 @@ const Mb = /* @__PURE__ */ se({
|
|
|
7767
7767
|
lineClamp: C.descriptionLines,
|
|
7768
7768
|
WebkitLineClamp: C.descriptionLines
|
|
7769
7769
|
})
|
|
7770
|
-
}, k(y.value || "~"), 5)) : (b(), P("span",
|
|
7770
|
+
}, k(y.value || "~"), 5)) : (b(), P("span", a2, [...R[2] || (R[2] = [
|
|
7771
7771
|
D("i", null, "Sin descripción", -1)
|
|
7772
7772
|
])]))
|
|
7773
7773
|
]),
|
|
@@ -7786,7 +7786,7 @@ const Mb = /* @__PURE__ */ se({
|
|
|
7786
7786
|
_: 1
|
|
7787
7787
|
}, 8, ["loading", "unelevated", "border-radius", "hoverable", "style"])) : V("", !0);
|
|
7788
7788
|
}
|
|
7789
|
-
}),
|
|
7789
|
+
}), i2 = /* @__PURE__ */ Ee(t2, [["__scopeId", "data-v-2e683dc4"]]), n2 = Object.freeze([
|
|
7790
7790
|
{
|
|
7791
7791
|
ID_PARTNER: 25,
|
|
7792
7792
|
NOMBRE: "Alfonso",
|
|
@@ -8234,7 +8234,7 @@ const Mb = /* @__PURE__ */ se({
|
|
|
8234
8234
|
],
|
|
8235
8235
|
PAISES: []
|
|
8236
8236
|
}
|
|
8237
|
-
]),
|
|
8237
|
+
]), l2 = {
|
|
8238
8238
|
isPublic: !0,
|
|
8239
8239
|
data: {},
|
|
8240
8240
|
fetching: !1,
|
|
@@ -8515,7 +8515,7 @@ const Mb = /* @__PURE__ */ se({
|
|
|
8515
8515
|
borderRadius: J.string().optional(),
|
|
8516
8516
|
unelevated: J.boolean().optional(),
|
|
8517
8517
|
hoverable: J.boolean().optional()
|
|
8518
|
-
}),
|
|
8518
|
+
}), o2 = Dt.extend({
|
|
8519
8519
|
descriptionLines: J.number().optional(),
|
|
8520
8520
|
hiddenProps: J.array(J.string()).optional(),
|
|
8521
8521
|
gamaProps: J.array(J.record(J.string(), J.any())),
|
|
@@ -8558,10 +8558,10 @@ function Jt() {
|
|
|
8558
8558
|
});
|
|
8559
8559
|
} };
|
|
8560
8560
|
}
|
|
8561
|
-
const
|
|
8561
|
+
const r2 = {
|
|
8562
8562
|
key: 0,
|
|
8563
8563
|
class: "visibility-icon-container top-right"
|
|
8564
|
-
},
|
|
8564
|
+
}, s2 = /* @__PURE__ */ se({
|
|
8565
8565
|
__name: "PublicImageButton",
|
|
8566
8566
|
setup(l) {
|
|
8567
8567
|
const { images: _, slide: n, isPrivate: d } = Do(), o = B(() => {
|
|
@@ -8576,7 +8576,7 @@ const s2 = {
|
|
|
8576
8576
|
});
|
|
8577
8577
|
return (g, I) => {
|
|
8578
8578
|
var m;
|
|
8579
|
-
return (m = O(_)) != null && m.length && O(d) ? (b(), P("div",
|
|
8579
|
+
return (m = O(_)) != null && m.length && O(d) ? (b(), P("div", r2, [
|
|
8580
8580
|
H(O(Je), {
|
|
8581
8581
|
onClick: Ct(f, ["stop"]),
|
|
8582
8582
|
size: "12px",
|
|
@@ -8599,7 +8599,7 @@ const s2 = {
|
|
|
8599
8599
|
])) : V("", !0);
|
|
8600
8600
|
};
|
|
8601
8601
|
}
|
|
8602
|
-
}), Lc = /* @__PURE__ */ Ee(
|
|
8602
|
+
}), Lc = /* @__PURE__ */ Ee(s2, [["__scopeId", "data-v-2135e980"]]), u2 = { class: "actions-container" }, c2 = /* @__PURE__ */ se({
|
|
8603
8603
|
__name: "BrokertActions",
|
|
8604
8604
|
setup(l) {
|
|
8605
8605
|
const { goToPartnerLabel: _, broker: n } = Do(), { emitEvent: d } = Jt(), o = (s) => {
|
|
@@ -8608,7 +8608,7 @@ const s2 = {
|
|
|
8608
8608
|
};
|
|
8609
8609
|
return (s, c) => {
|
|
8610
8610
|
var f, g, I, m;
|
|
8611
|
-
return b(), P("div",
|
|
8611
|
+
return b(), P("div", u2, [
|
|
8612
8612
|
H(qt, {
|
|
8613
8613
|
onClick: c[0] || (c[0] = (y) => o("nueva_hipoteca")),
|
|
8614
8614
|
disable: !((f = O(n)) != null && f.URL),
|
|
@@ -8622,13 +8622,13 @@ const s2 = {
|
|
|
8622
8622
|
]);
|
|
8623
8623
|
};
|
|
8624
8624
|
}
|
|
8625
|
-
}),
|
|
8626
|
-
function
|
|
8625
|
+
}), d2 = /* @__PURE__ */ Ee(c2, [["__scopeId", "data-v-c1c3d202"]]), p2 = () => F0.CancelToken.source();
|
|
8626
|
+
function uA(l) {
|
|
8627
8627
|
const _ = {};
|
|
8628
8628
|
return async function(d, o, s) {
|
|
8629
8629
|
const c = _[s];
|
|
8630
8630
|
c && c.cancel("Solicitud reemplazada por una nueva");
|
|
8631
|
-
const f =
|
|
8631
|
+
const f = p2();
|
|
8632
8632
|
return _[s] = f, d ? l.get(d, {
|
|
8633
8633
|
params: o,
|
|
8634
8634
|
cancelToken: f.token
|
|
@@ -8639,7 +8639,7 @@ function sA(l) {
|
|
|
8639
8639
|
};
|
|
8640
8640
|
}
|
|
8641
8641
|
let bo = null;
|
|
8642
|
-
function
|
|
8642
|
+
function cA(l) {
|
|
8643
8643
|
bo = l;
|
|
8644
8644
|
}
|
|
8645
8645
|
function Nc() {
|
|
@@ -8663,7 +8663,7 @@ const Sc = {
|
|
|
8663
8663
|
return _;
|
|
8664
8664
|
}
|
|
8665
8665
|
};
|
|
8666
|
-
function
|
|
8666
|
+
function dA(l, _, n, d, o) {
|
|
8667
8667
|
const s = `${_}_${Co()}`, c = Hu(), f = async (q) => {
|
|
8668
8668
|
const Z = Nc();
|
|
8669
8669
|
if (!Z)
|
|
@@ -8694,9 +8694,9 @@ function cA(l, _, n, d, o) {
|
|
|
8694
8694
|
error: R
|
|
8695
8695
|
};
|
|
8696
8696
|
}
|
|
8697
|
-
function
|
|
8697
|
+
function pA(l, _, n, d) {
|
|
8698
8698
|
const o = { ...Sc, ...d }, s = `${n}_${Co()}`, c = B(() => {
|
|
8699
|
-
const L =
|
|
8699
|
+
const L = _2(Pa(l, {})), $ = Pa(_, {});
|
|
8700
8700
|
return Ao({
|
|
8701
8701
|
...$,
|
|
8702
8702
|
...L
|
|
@@ -8735,7 +8735,7 @@ function dA(l, _, n, d) {
|
|
|
8735
8735
|
}, { isFetching: N, isPending: x, data: h, refetch: C, isPlaceholderData: R, error: w } = $u({
|
|
8736
8736
|
queryKey: [n, c],
|
|
8737
8737
|
queryFn: () => I(n, c),
|
|
8738
|
-
placeholderData: o.keepPreviousData ?
|
|
8738
|
+
placeholderData: o.keepPreviousData ? z0 : void 0,
|
|
8739
8739
|
...Eo(o, "keepPreviousData")
|
|
8740
8740
|
});
|
|
8741
8741
|
ca(
|
|
@@ -8777,7 +8777,7 @@ function dA(l, _, n, d) {
|
|
|
8777
8777
|
rawData: h
|
|
8778
8778
|
};
|
|
8779
8779
|
}
|
|
8780
|
-
function
|
|
8780
|
+
function _2(l) {
|
|
8781
8781
|
const _ = (l.page - 1) * l.rowsPerPage, n = l.rowsPerPage;
|
|
8782
8782
|
return {
|
|
8783
8783
|
startRow: _,
|
|
@@ -8786,9 +8786,9 @@ function f2(l) {
|
|
|
8786
8786
|
descending: l.descending
|
|
8787
8787
|
};
|
|
8788
8788
|
}
|
|
8789
|
-
const
|
|
8789
|
+
const f2 = "_id";
|
|
8790
8790
|
function wc(l, _, n, d) {
|
|
8791
|
-
const o = (d == null ? void 0 : d.idKey) ??
|
|
8791
|
+
const o = (d == null ? void 0 : d.idKey) ?? f2, s = () => {
|
|
8792
8792
|
var N;
|
|
8793
8793
|
(N = l.value) == null || N.forEach((x) => {
|
|
8794
8794
|
let h = d != null && d.idKey ? x[d.idKey] : null;
|
|
@@ -8846,14 +8846,14 @@ function wc(l, _, n, d) {
|
|
|
8846
8846
|
}
|
|
8847
8847
|
return { handler: c, onDragLeave: g, onDragStart: f, onDragOver: I, onDrop: m, idKey: o };
|
|
8848
8848
|
}
|
|
8849
|
-
const
|
|
8849
|
+
const m2 = ["id", "draggable"], g2 = ["onClick"], v2 = {
|
|
8850
8850
|
key: 0,
|
|
8851
8851
|
class: "row items-center justify-center bg-grey-2 media-card",
|
|
8852
8852
|
style: { "border-radius": "8px", border: "1px dashed #c9c9c9" }
|
|
8853
|
-
},
|
|
8853
|
+
}, b2 = {
|
|
8854
8854
|
key: 2,
|
|
8855
8855
|
class: "media-card"
|
|
8856
|
-
},
|
|
8856
|
+
}, h2 = ["src"], O2 = { class: "video-icon" }, I2 = /* @__PURE__ */ se({
|
|
8857
8857
|
__name: "ImagesMiniature",
|
|
8858
8858
|
setup(l) {
|
|
8859
8859
|
const { images: _, slide: n, isPrivate: d } = Do(), { emitEvent: o } = Jt(), { handler: s, onDragLeave: c, onDragOver: f, onDragStart: g, onDrop: I, idKey: m } = wc(
|
|
@@ -8898,42 +8898,42 @@ const g2 = ["id", "draggable"], v2 = ["onClick"], b2 = {
|
|
|
8898
8898
|
src: h.location,
|
|
8899
8899
|
fit: "cover",
|
|
8900
8900
|
class: "media-card"
|
|
8901
|
-
}, null, 8, ["src"])) : h.filetype === "video" ? (b(), P("div",
|
|
8901
|
+
}, null, 8, ["src"])) : h.filetype === "video" ? (b(), P("div", b2, [
|
|
8902
8902
|
D("video", {
|
|
8903
8903
|
src: h.location,
|
|
8904
8904
|
style: { width: "100%", height: "100%", background: "black" }
|
|
8905
|
-
}, null, 8,
|
|
8906
|
-
D("div",
|
|
8905
|
+
}, null, 8, h2),
|
|
8906
|
+
D("div", O2, [
|
|
8907
8907
|
H(O(Ze), {
|
|
8908
8908
|
size: "lg",
|
|
8909
8909
|
name: "o_play_circle",
|
|
8910
8910
|
color: "white"
|
|
8911
8911
|
})
|
|
8912
8912
|
])
|
|
8913
|
-
])) : V("", !0) : (b(), P("div",
|
|
8913
|
+
])) : V("", !0) : (b(), P("div", v2, [
|
|
8914
8914
|
H(O(Ze), {
|
|
8915
8915
|
name: "upload_file",
|
|
8916
8916
|
color: "grey-5",
|
|
8917
8917
|
size: "33px"
|
|
8918
8918
|
})
|
|
8919
8919
|
]))
|
|
8920
|
-
], 12,
|
|
8921
|
-
], 40,
|
|
8920
|
+
], 12, g2)) : V("", !0)
|
|
8921
|
+
], 40, m2))), 128))
|
|
8922
8922
|
], 32)), [
|
|
8923
8923
|
[x, O(s)]
|
|
8924
8924
|
]) : V("", !0);
|
|
8925
8925
|
};
|
|
8926
8926
|
}
|
|
8927
|
-
}),
|
|
8927
|
+
}), A2 = /* @__PURE__ */ Ee(I2, [["__scopeId", "data-v-ed0d3382"]]), C2 = { class: "row justify-end" }, E2 = { class: "grid" }, P2 = { class: "images-container" }, D2 = { class: "carousel-container" }, T2 = { class: "flex justify-between no-wrap" }, R2 = { class: "text-h5 text-bold text-main" }, y2 = {
|
|
8928
8928
|
key: 0,
|
|
8929
8929
|
class: "row items-center q-mt-xs"
|
|
8930
|
-
},
|
|
8930
|
+
}, x2 = { class: "q-ml-xs" }, L2 = {
|
|
8931
8931
|
style: { "font-size": "15px" },
|
|
8932
8932
|
class: "q-my-md text-black"
|
|
8933
|
-
},
|
|
8933
|
+
}, N2 = {
|
|
8934
8934
|
class: "q-mb-md",
|
|
8935
8935
|
style: { opacity: "0.85" }
|
|
8936
|
-
},
|
|
8936
|
+
}, S2 = { key: 1 }, w2 = { class: "q-mb-md text-bold" }, B2 = /* @__PURE__ */ se({
|
|
8937
8937
|
__name: "BrokerDetail",
|
|
8938
8938
|
props: {
|
|
8939
8939
|
isPublic: { type: Boolean },
|
|
@@ -9013,7 +9013,7 @@ const g2 = ["id", "draggable"], v2 = ["onClick"], b2 = {
|
|
|
9013
9013
|
return (z, L) => {
|
|
9014
9014
|
var $;
|
|
9015
9015
|
return b(), P(be, null, [
|
|
9016
|
-
D("div",
|
|
9016
|
+
D("div", C2, [
|
|
9017
9017
|
O(g) ? V("", !0) : (b(), ne(Pt, {
|
|
9018
9018
|
key: 0,
|
|
9019
9019
|
icon: "edit",
|
|
@@ -9021,13 +9021,13 @@ const g2 = ["id", "draggable"], v2 = ["onClick"], b2 = {
|
|
|
9021
9021
|
onClick: Z
|
|
9022
9022
|
}))
|
|
9023
9023
|
]),
|
|
9024
|
-
D("div",
|
|
9025
|
-
D("div",
|
|
9026
|
-
c.value.length > 1 ? (b(), ne(
|
|
9024
|
+
D("div", E2, [
|
|
9025
|
+
D("div", P2, [
|
|
9026
|
+
c.value.length > 1 ? (b(), ne(A2, {
|
|
9027
9027
|
key: 0,
|
|
9028
9028
|
class: "gt-sm"
|
|
9029
9029
|
})) : V("", !0),
|
|
9030
|
-
D("div",
|
|
9030
|
+
D("div", D2, [
|
|
9031
9031
|
H(Pi, {
|
|
9032
9032
|
modelValue: s.value,
|
|
9033
9033
|
"onUpdate:modelValue": L[0] || (L[0] = (Y) => s.value = Y),
|
|
@@ -9041,12 +9041,12 @@ const g2 = ["id", "draggable"], v2 = ["onClick"], b2 = {
|
|
|
9041
9041
|
])
|
|
9042
9042
|
]),
|
|
9043
9043
|
D("div", null, [
|
|
9044
|
-
D("div",
|
|
9044
|
+
D("div", T2, [
|
|
9045
9045
|
D("div", null, [
|
|
9046
|
-
D("div",
|
|
9047
|
-
x.value ? (b(), P("div",
|
|
9046
|
+
D("div", R2, k(N.value), 1),
|
|
9047
|
+
x.value ? (b(), P("div", y2, [
|
|
9048
9048
|
H(O(Ze), { name: "sym_o_location_on" }),
|
|
9049
|
-
D("div",
|
|
9049
|
+
D("div", x2, k(x.value), 1)
|
|
9050
9050
|
])) : V("", !0)
|
|
9051
9051
|
]),
|
|
9052
9052
|
H(Ci, {
|
|
@@ -9054,8 +9054,8 @@ const g2 = ["id", "draggable"], v2 = ["onClick"], b2 = {
|
|
|
9054
9054
|
type: "countries"
|
|
9055
9055
|
}, null, 8, ["items"])
|
|
9056
9056
|
]),
|
|
9057
|
-
D("div",
|
|
9058
|
-
D("div",
|
|
9057
|
+
D("div", L2, [
|
|
9058
|
+
D("div", N2, [
|
|
9059
9059
|
C.value ? (b(), P("span", {
|
|
9060
9060
|
key: 0,
|
|
9061
9061
|
class: "description",
|
|
@@ -9063,7 +9063,7 @@ const g2 = ["id", "draggable"], v2 = ["onClick"], b2 = {
|
|
|
9063
9063
|
lineClamp: z.descriptionLines,
|
|
9064
9064
|
WebkitLineClamp: z.descriptionLines
|
|
9065
9065
|
})
|
|
9066
|
-
}, k(C.value || "~"), 5)) : (b(), P("span",
|
|
9066
|
+
}, k(C.value || "~"), 5)) : (b(), P("span", S2, [...L[1] || (L[1] = [
|
|
9067
9067
|
D("i", null, "Sin descripción", -1)
|
|
9068
9068
|
])]))
|
|
9069
9069
|
]),
|
|
@@ -9072,16 +9072,16 @@ const g2 = ["id", "draggable"], v2 = ["onClick"], b2 = {
|
|
|
9072
9072
|
data: ($ = O(f)) == null ? void 0 : $.PROPS,
|
|
9073
9073
|
table: ""
|
|
9074
9074
|
}, null, 8, ["gamaProps", "data"]),
|
|
9075
|
-
O(g) ? (b(), ne(
|
|
9075
|
+
O(g) ? (b(), ne(d2, { key: 0 })) : V("", !0)
|
|
9076
9076
|
])
|
|
9077
9077
|
])
|
|
9078
9078
|
]),
|
|
9079
|
-
D("h6",
|
|
9079
|
+
D("h6", w2, k(R.value), 1),
|
|
9080
9080
|
D("p", null, k(w.value), 1)
|
|
9081
9081
|
], 64);
|
|
9082
9082
|
};
|
|
9083
9083
|
}
|
|
9084
|
-
}),
|
|
9084
|
+
}), M2 = /* @__PURE__ */ Ee(B2, [["__scopeId", "data-v-554e7b60"]]), U2 = Object.freeze([
|
|
9085
9085
|
{
|
|
9086
9086
|
ID_PARTNER: 25,
|
|
9087
9087
|
NOMBRE: "Alfonso",
|
|
@@ -9304,7 +9304,7 @@ const g2 = ["id", "draggable"], v2 = ["onClick"], b2 = {
|
|
|
9304
9304
|
}
|
|
9305
9305
|
]
|
|
9306
9306
|
}
|
|
9307
|
-
]),
|
|
9307
|
+
]), F2 = {
|
|
9308
9308
|
isPublic: !0,
|
|
9309
9309
|
data: {},
|
|
9310
9310
|
gamaProps: [],
|
|
@@ -9312,11 +9312,11 @@ const g2 = ["id", "draggable"], v2 = ["onClick"], b2 = {
|
|
|
9312
9312
|
descriptionLines: 4,
|
|
9313
9313
|
scale: 1,
|
|
9314
9314
|
imageHeight: "300px"
|
|
9315
|
-
},
|
|
9315
|
+
}, z2 = Dt.extend({
|
|
9316
9316
|
descriptionLines: J.number().optional(),
|
|
9317
9317
|
hiddenProps: J.array(J.string()).optional(),
|
|
9318
9318
|
gamaProps: J.array(J.record(J.string(), J.any()))
|
|
9319
|
-
}),
|
|
9319
|
+
}), k2 = { class: "text-caption" }, G2 = /* @__PURE__ */ se({
|
|
9320
9320
|
__name: "ProductPrice",
|
|
9321
9321
|
props: {
|
|
9322
9322
|
product: {},
|
|
@@ -9374,51 +9374,51 @@ const g2 = ["id", "draggable"], v2 = ["onClick"], b2 = {
|
|
|
9374
9374
|
_: 1
|
|
9375
9375
|
}, 8, ["class"])) : V("", !0)
|
|
9376
9376
|
], 2),
|
|
9377
|
-
D("span",
|
|
9377
|
+
D("span", k2, k(c.value ? "IVA incluido" : "IVA no incluido"), 1)
|
|
9378
9378
|
]));
|
|
9379
9379
|
}
|
|
9380
|
-
}), To = /* @__PURE__ */ Ee(
|
|
9380
|
+
}), To = /* @__PURE__ */ Ee(G2, [["__scopeId", "data-v-4127e13d"]]), V2 = { class: "overflow-hidden" }, H2 = { class: "q-pl-xs" }, $2 = {
|
|
9381
9381
|
key: 0,
|
|
9382
9382
|
class: "q-mt-md text-black"
|
|
9383
|
-
},
|
|
9383
|
+
}, q2 = {
|
|
9384
9384
|
key: 0,
|
|
9385
9385
|
style: { "font-size": "14px" },
|
|
9386
9386
|
class: "row items-center"
|
|
9387
|
-
},
|
|
9387
|
+
}, j2 = { class: "text-bold" }, K2 = {
|
|
9388
9388
|
key: 1,
|
|
9389
9389
|
style: { "font-size": "14px" },
|
|
9390
9390
|
class: "row items-center"
|
|
9391
|
-
},
|
|
9391
|
+
}, W2 = { class: "text-bold" }, Z2 = { class: "q-mt-md text-black" }, Y2 = {
|
|
9392
9392
|
key: 0,
|
|
9393
9393
|
style: { "font-size": "14px" }
|
|
9394
|
-
},
|
|
9394
|
+
}, Q2 = { class: "text-bold" }, X2 = {
|
|
9395
9395
|
key: 1,
|
|
9396
9396
|
style: { "font-size": "14px" }
|
|
9397
|
-
},
|
|
9397
|
+
}, J2 = { class: "text-bold" }, e1 = {
|
|
9398
9398
|
key: 2,
|
|
9399
9399
|
style: { "font-size": "14px" }
|
|
9400
|
-
},
|
|
9400
|
+
}, a1 = { class: "text-bold" }, t1 = {
|
|
9401
9401
|
key: 3,
|
|
9402
9402
|
style: { "font-size": "14px" }
|
|
9403
|
-
},
|
|
9403
|
+
}, i1 = { class: "text-bold" }, n1 = {
|
|
9404
9404
|
key: 4,
|
|
9405
9405
|
style: { "font-size": "14px" }
|
|
9406
|
-
},
|
|
9406
|
+
}, l1 = { class: "text-bold" }, o1 = {
|
|
9407
9407
|
key: 5,
|
|
9408
9408
|
style: { "font-size": "14px" }
|
|
9409
|
-
},
|
|
9409
|
+
}, r1 = { class: "text-bold" }, s1 = {
|
|
9410
9410
|
key: 6,
|
|
9411
9411
|
style: { "font-size": "14px" }
|
|
9412
|
-
},
|
|
9412
|
+
}, u1 = { class: "text-bold" }, c1 = {
|
|
9413
9413
|
key: 7,
|
|
9414
9414
|
style: { "font-size": "14px" }
|
|
9415
|
-
},
|
|
9415
|
+
}, d1 = { class: "text-bold" }, p1 = { class: "q-mt-md" }, _1 = {
|
|
9416
9416
|
key: 0,
|
|
9417
9417
|
class: "text-black row items-center"
|
|
9418
|
-
},
|
|
9418
|
+
}, f1 = { class: "q-pl-xs text-grey-8" }, m1 = { key: 0 }, g1 = {
|
|
9419
9419
|
key: 1,
|
|
9420
9420
|
class: "text-black row items-center"
|
|
9421
|
-
},
|
|
9421
|
+
}, v1 = { class: "q-pl-xs text-grey-8" }, jn = /* @__PURE__ */ se({
|
|
9422
9422
|
__name: "ProductProps",
|
|
9423
9423
|
props: {
|
|
9424
9424
|
productProps: { default: () => ({}) },
|
|
@@ -9552,7 +9552,7 @@ const g2 = ["id", "draggable"], v2 = ["onClick"], b2 = {
|
|
|
9552
9552
|
});
|
|
9553
9553
|
return (x, h) => {
|
|
9554
9554
|
var C, R, w, q, Z, z, L, $, Y, te, ae, W, X, ue, ge, Ce, pe, Ue, Se;
|
|
9555
|
-
return b(), P("div",
|
|
9555
|
+
return b(), P("div", V2, [
|
|
9556
9556
|
D("div", {
|
|
9557
9557
|
class: "q-mt-md row text-black justify-start",
|
|
9558
9558
|
style: he(`font-size: ${x.lite ? "15px" : "16px"}`)
|
|
@@ -9568,7 +9568,7 @@ const g2 = ["id", "draggable"], v2 = ["onClick"], b2 = {
|
|
|
9568
9568
|
size: "xs",
|
|
9569
9569
|
name: xe.icon
|
|
9570
9570
|
}, null, 8, ["name"]),
|
|
9571
|
-
D("span",
|
|
9571
|
+
D("span", H2, k(xe.value), 1),
|
|
9572
9572
|
H(O(ct), null, {
|
|
9573
9573
|
default: le(() => [
|
|
9574
9574
|
ce(k(xe.label), 1)
|
|
@@ -9579,8 +9579,8 @@ const g2 = ["id", "draggable"], v2 = ["onClick"], b2 = {
|
|
|
9579
9579
|
], 2))), 128))
|
|
9580
9580
|
], 4),
|
|
9581
9581
|
x.lite ? V("", !0) : (b(), P(be, { key: 0 }, [
|
|
9582
|
-
(C = O(n)) != null && C.consumo_maximo_w || (R = O(n)) != null && R.consumo_medio_w ? (b(), P("div",
|
|
9583
|
-
(w = O(n)) != null && w.consumo_medio_w ? (b(), P("div",
|
|
9582
|
+
(C = O(n)) != null && C.consumo_maximo_w || (R = O(n)) != null && R.consumo_medio_w ? (b(), P("div", $2, [
|
|
9583
|
+
(w = O(n)) != null && w.consumo_medio_w ? (b(), P("div", q2, [
|
|
9584
9584
|
H(O(Ze), {
|
|
9585
9585
|
color: "green",
|
|
9586
9586
|
name: "sym_o_flash_on",
|
|
@@ -9589,10 +9589,10 @@ const g2 = ["id", "draggable"], v2 = ["onClick"], b2 = {
|
|
|
9589
9589
|
}),
|
|
9590
9590
|
D("div", null, [
|
|
9591
9591
|
h[0] || (h[0] = ce(" Consumo medio: ", -1)),
|
|
9592
|
-
D("span",
|
|
9592
|
+
D("span", j2, k((q = O(n)) == null ? void 0 : q.consumo_medio_w), 1)
|
|
9593
9593
|
])
|
|
9594
9594
|
])) : V("", !0),
|
|
9595
|
-
(Z = O(n)) != null && Z.consumo_maximo_w ? (b(), P("div",
|
|
9595
|
+
(Z = O(n)) != null && Z.consumo_maximo_w ? (b(), P("div", K2, [
|
|
9596
9596
|
H(O(Ze), {
|
|
9597
9597
|
color: "green",
|
|
9598
9598
|
name: "sym_o_flash_on",
|
|
@@ -9601,70 +9601,70 @@ const g2 = ["id", "draggable"], v2 = ["onClick"], b2 = {
|
|
|
9601
9601
|
}),
|
|
9602
9602
|
D("div", null, [
|
|
9603
9603
|
h[1] || (h[1] = ce(" Consumo máximo: ", -1)),
|
|
9604
|
-
D("span",
|
|
9604
|
+
D("span", W2, k((z = O(n)) == null ? void 0 : z.consumo_maximo_w), 1)
|
|
9605
9605
|
])
|
|
9606
9606
|
])) : V("", !0)
|
|
9607
9607
|
])) : V("", !0),
|
|
9608
|
-
D("div",
|
|
9609
|
-
N.value ? (b(), P("div",
|
|
9608
|
+
D("div", Z2, [
|
|
9609
|
+
N.value ? (b(), P("div", Y2, [
|
|
9610
9610
|
h[2] || (h[2] = ce(" Distancia recomendada: ", -1)),
|
|
9611
|
-
D("span",
|
|
9611
|
+
D("span", Q2, "a partir de " + k(N.value) + " m", 1)
|
|
9612
9612
|
])) : V("", !0),
|
|
9613
|
-
(L = O(n)) != null && L.serie ? (b(), P("div",
|
|
9613
|
+
(L = O(n)) != null && L.serie ? (b(), P("div", X2, [
|
|
9614
9614
|
h[3] || (h[3] = ce(" Serie: ", -1)),
|
|
9615
|
-
D("span",
|
|
9615
|
+
D("span", J2, k(s("serie")), 1)
|
|
9616
9616
|
])) : V("", !0),
|
|
9617
|
-
($ = O(n)) != null && $.material ? (b(), P("div",
|
|
9617
|
+
($ = O(n)) != null && $.material ? (b(), P("div", e1, [
|
|
9618
9618
|
h[4] || (h[4] = ce(" Material: ", -1)),
|
|
9619
|
-
D("span",
|
|
9619
|
+
D("span", a1, k(s("material")), 1)
|
|
9620
9620
|
])) : V("", !0),
|
|
9621
|
-
(Y = O(n)) != null && Y.usos_habituales && O(On)((te = O(n)) == null ? void 0 : te.usos_habituales) ? (b(), P("div",
|
|
9621
|
+
(Y = O(n)) != null && Y.usos_habituales && O(On)((te = O(n)) == null ? void 0 : te.usos_habituales) ? (b(), P("div", t1, [
|
|
9622
9622
|
h[5] || (h[5] = ce(" Usos habituales: ", -1)),
|
|
9623
|
-
D("span",
|
|
9623
|
+
D("span", i1, k(s("usos_habituales")), 1)
|
|
9624
9624
|
])) : V("", !0),
|
|
9625
|
-
(ae = O(n)) != null && ae.propositos_generales && O(On)((W = O(n)) == null ? void 0 : W.propositos_generales) ? (b(), P("div",
|
|
9625
|
+
(ae = O(n)) != null && ae.propositos_generales && O(On)((W = O(n)) == null ? void 0 : W.propositos_generales) ? (b(), P("div", n1, [
|
|
9626
9626
|
h[6] || (h[6] = ce(" Propositos generales: ", -1)),
|
|
9627
|
-
D("span",
|
|
9627
|
+
D("span", l1, k(s("propositos_generales")), 1)
|
|
9628
9628
|
])) : V("", !0),
|
|
9629
|
-
(X = O(n)) != null && X.controladoras_compatibles && O(On)((ue = O(n)) == null ? void 0 : ue.controladoras_compatibles) ? (b(), P("div",
|
|
9629
|
+
(X = O(n)) != null && X.controladoras_compatibles && O(On)((ue = O(n)) == null ? void 0 : ue.controladoras_compatibles) ? (b(), P("div", o1, [
|
|
9630
9630
|
h[7] || (h[7] = ce(" Controladoras compatibles: ", -1)),
|
|
9631
|
-
D("span",
|
|
9631
|
+
D("span", r1, k(s("controladoras_compatibles")), 1)
|
|
9632
9632
|
])) : V("", !0),
|
|
9633
|
-
(ge = O(n)) != null && ge.tipo_de_instalacion ? (b(), P("div",
|
|
9633
|
+
(ge = O(n)) != null && ge.tipo_de_instalacion ? (b(), P("div", s1, [
|
|
9634
9634
|
h[8] || (h[8] = ce(" Tipo de instalación: ", -1)),
|
|
9635
|
-
D("span",
|
|
9635
|
+
D("span", u1, k(s("tipo_de_instalacion")), 1)
|
|
9636
9636
|
])) : V("", !0),
|
|
9637
|
-
(Ce = O(n)) != null && Ce.tipo_servicio ? (b(), P("div",
|
|
9637
|
+
(Ce = O(n)) != null && Ce.tipo_servicio ? (b(), P("div", c1, [
|
|
9638
9638
|
h[9] || (h[9] = ce(" Conexiones y acceso a componentes: ", -1)),
|
|
9639
|
-
D("span",
|
|
9639
|
+
D("span", d1, k(s("tipo_servicio")), 1)
|
|
9640
9640
|
])) : V("", !0)
|
|
9641
9641
|
]),
|
|
9642
|
-
D("div",
|
|
9643
|
-
((pe = O(n)) == null ? void 0 : pe.gob) == "si" ? (b(), P("div",
|
|
9642
|
+
D("div", p1, [
|
|
9643
|
+
((pe = O(n)) == null ? void 0 : pe.gob) == "si" ? (b(), P("div", _1, [
|
|
9644
9644
|
H(O(Ze), {
|
|
9645
9645
|
color: "yellow-9",
|
|
9646
9646
|
style: { "font-size": "20px" },
|
|
9647
9647
|
name: "sym_o_verified_user"
|
|
9648
9648
|
}),
|
|
9649
|
-
D("div",
|
|
9649
|
+
D("div", f1, [
|
|
9650
9650
|
h[10] || (h[10] = ce(" GOB ", -1)),
|
|
9651
|
-
((Ue = O(n)) == null ? void 0 : Ue.gob) == "si" ? (b(), P("span",
|
|
9651
|
+
((Ue = O(n)) == null ? void 0 : Ue.gob) == "si" ? (b(), P("span", m1, " (mayor resistencia a golpes, humedad y polvo.)")) : V("", !0)
|
|
9652
9652
|
])
|
|
9653
9653
|
])) : V("", !0),
|
|
9654
|
-
(Se = O(n)) != null && Se.proteccion_ip ? (b(), P("div",
|
|
9654
|
+
(Se = O(n)) != null && Se.proteccion_ip ? (b(), P("div", g1, [
|
|
9655
9655
|
H(O(Ze), {
|
|
9656
9656
|
color: "yellow-9",
|
|
9657
9657
|
style: { "font-size": "20px" },
|
|
9658
9658
|
name: "sym_o_verified_user"
|
|
9659
9659
|
}),
|
|
9660
|
-
D("div",
|
|
9660
|
+
D("div", v1, k(s("proteccion_ip")), 1)
|
|
9661
9661
|
])) : V("", !0)
|
|
9662
9662
|
])
|
|
9663
9663
|
], 64))
|
|
9664
9664
|
]);
|
|
9665
9665
|
};
|
|
9666
9666
|
}
|
|
9667
|
-
}),
|
|
9667
|
+
}), b1 = /* @__PURE__ */ se({
|
|
9668
9668
|
__name: "PublicToggleButton",
|
|
9669
9669
|
props: {
|
|
9670
9670
|
public: { type: Boolean },
|
|
@@ -9694,31 +9694,31 @@ const g2 = ["id", "draggable"], v2 = ["onClick"], b2 = {
|
|
|
9694
9694
|
_: 1
|
|
9695
9695
|
}, 8, ["loading", "size", "icon", "text-color"]));
|
|
9696
9696
|
}
|
|
9697
|
-
}),
|
|
9697
|
+
}), h1 = { class: "carousel-container" }, O1 = { class: "carousel-overlay" }, I1 = { class: "header-overlay" }, A1 = {
|
|
9698
9698
|
key: 0,
|
|
9699
9699
|
class: "tag pack-code no-wrap"
|
|
9700
|
-
},
|
|
9700
|
+
}, C1 = { key: 1 }, E1 = { class: "text-center row justify-center no-wrap" }, P1 = { class: "media-count" }, D1 = {
|
|
9701
9701
|
key: 0,
|
|
9702
9702
|
class: "visibility-icon-container"
|
|
9703
|
-
},
|
|
9703
|
+
}, T1 = { class: "row justify-between no-wrap" }, R1 = {
|
|
9704
9704
|
class: "text-subtitle1 text-bold text-main",
|
|
9705
9705
|
style: { "line-height": "120%" }
|
|
9706
|
-
},
|
|
9706
|
+
}, y1 = {
|
|
9707
9707
|
key: 0,
|
|
9708
9708
|
class: "text-caption"
|
|
9709
|
-
},
|
|
9709
|
+
}, x1 = { class: "flex-center q-mt-xs" }, L1 = {
|
|
9710
9710
|
key: 0,
|
|
9711
9711
|
class: "q-mb-md"
|
|
9712
|
-
},
|
|
9712
|
+
}, N1 = { class: "text-center text-weight-medium q-mb-md" }, S1 = { class: "text-right text-weight-medium q-mb-md" }, w1 = {
|
|
9713
9713
|
style: { "font-size": "15px" },
|
|
9714
9714
|
class: "q-mb-md text-black"
|
|
9715
|
-
},
|
|
9715
|
+
}, B1 = {
|
|
9716
9716
|
key: 0,
|
|
9717
9717
|
class: "color-selector q-mb-md"
|
|
9718
|
-
},
|
|
9718
|
+
}, M1 = {
|
|
9719
9719
|
class: "q-mb-md",
|
|
9720
9720
|
style: { opacity: "0.85" }
|
|
9721
|
-
},
|
|
9721
|
+
}, U1 = { key: 1 }, F1 = /* @__PURE__ */ se({
|
|
9722
9722
|
__name: "LinvermediaProductCard",
|
|
9723
9723
|
props: {
|
|
9724
9724
|
isPublic: { type: Boolean },
|
|
@@ -9761,7 +9761,7 @@ const g2 = ["id", "draggable"], v2 = ["onClick"], b2 = {
|
|
|
9761
9761
|
}), h = B(() => {
|
|
9762
9762
|
var L;
|
|
9763
9763
|
return ((L = I.value) == null ? void 0 : L.COD_ART_MVX) || "";
|
|
9764
|
-
}), C = T0(
|
|
9764
|
+
}), C = T0(xh), R = B(() => {
|
|
9765
9765
|
var L, $;
|
|
9766
9766
|
return ($ = (L = I.value) == null ? void 0 : L.TAGS) == null ? void 0 : $.split(",");
|
|
9767
9767
|
}), w = ye(1), q = B(
|
|
@@ -9796,15 +9796,15 @@ const g2 = ["id", "draggable"], v2 = ["onClick"], b2 = {
|
|
|
9796
9796
|
default: le(() => {
|
|
9797
9797
|
var Y, te;
|
|
9798
9798
|
return [
|
|
9799
|
-
D("div",
|
|
9800
|
-
D("div",
|
|
9801
|
-
D("div",
|
|
9802
|
-
I.value.PACK ? (b(), P("span",
|
|
9799
|
+
D("div", h1, [
|
|
9800
|
+
D("div", O1, [
|
|
9801
|
+
D("div", I1, [
|
|
9802
|
+
I.value.PACK ? (b(), P("span", A1, " Pack " + k(z()), 1)) : (b(), P("span", C1, k(h.value), 1))
|
|
9803
9803
|
]),
|
|
9804
|
-
D("div",
|
|
9804
|
+
D("div", E1, [
|
|
9805
9805
|
(b(!0), P(be, null, Pe(R.value, (ae) => (b(), ne(qn, { tag: ae }, null, 8, ["tag"]))), 256))
|
|
9806
9806
|
]),
|
|
9807
|
-
D("div",
|
|
9807
|
+
D("div", P1, [
|
|
9808
9808
|
ce(k((Y = q.value) != null && Y.length ? w.value : 0) + "/" + k(((te = q.value) == null ? void 0 : te.length) || 0) + " ", 1),
|
|
9809
9809
|
H(O(Ze), {
|
|
9810
9810
|
name: "sym_o_image",
|
|
@@ -9818,8 +9818,8 @@ const g2 = ["id", "draggable"], v2 = ["onClick"], b2 = {
|
|
|
9818
9818
|
modelValue: w.value,
|
|
9819
9819
|
"onUpdate:modelValue": $[0] || ($[0] = (ae) => w.value = ae)
|
|
9820
9820
|
}, null, 8, ["items", "modelValue"]),
|
|
9821
|
-
g.value ? (b(), P("div",
|
|
9822
|
-
H(
|
|
9821
|
+
g.value ? (b(), P("div", D1, [
|
|
9822
|
+
H(b1, {
|
|
9823
9823
|
public: I.value.PUBLICO,
|
|
9824
9824
|
onChangePublic: $[1] || ($[1] = (ae) => n("on-event", {
|
|
9825
9825
|
code: "change-public",
|
|
@@ -9833,24 +9833,24 @@ const g2 = ["id", "draggable"], v2 = ["onClick"], b2 = {
|
|
|
9833
9833
|
var ae, W, X, ue, ge, Ce;
|
|
9834
9834
|
return [
|
|
9835
9835
|
D("div", null, [
|
|
9836
|
-
D("div",
|
|
9837
|
-
D("div",
|
|
9836
|
+
D("div", T1, [
|
|
9837
|
+
D("div", R1, k(N.value), 1),
|
|
9838
9838
|
I.value.R_ESTADO ? (b(), ne(Di, {
|
|
9839
9839
|
key: 0,
|
|
9840
9840
|
label: (ae = I.value.R_ESTADO) == null ? void 0 : ae.NAME,
|
|
9841
9841
|
color: (W = I.value.R_ESTADO) == null ? void 0 : W.COLOR
|
|
9842
9842
|
}, null, 8, ["label", "color"])) : V("", !0)
|
|
9843
9843
|
]),
|
|
9844
|
-
g.value && ((X = I.value.PROPS) != null && X.sku) ? (b(), P("div",
|
|
9845
|
-
D("div",
|
|
9846
|
-
m.value ? (b(), P("div",
|
|
9844
|
+
g.value && ((X = I.value.PROPS) != null && X.sku) ? (b(), P("div", y1, " SKU: " + k(I.value.PROPS.sku), 1)) : V("", !0),
|
|
9845
|
+
D("div", x1, [
|
|
9846
|
+
m.value ? (b(), P("div", L1, [
|
|
9847
9847
|
H(To, {
|
|
9848
9848
|
product: I.value,
|
|
9849
9849
|
size: "small"
|
|
9850
9850
|
}, null, 8, ["product"])
|
|
9851
9851
|
])) : V("", !0),
|
|
9852
|
-
D("div",
|
|
9853
|
-
D("div",
|
|
9852
|
+
D("div", N1, k(O(Cn)((ue = I.value.PROPS) == null ? void 0 : ue.ubicacion)), 1),
|
|
9853
|
+
D("div", S1, [
|
|
9854
9854
|
(ge = I.value.PROPS) != null && ge.a_medida && !((Ce = I.value) != null && Ce.PACK) ? (b(), ne(O(Xt), {
|
|
9855
9855
|
key: 0,
|
|
9856
9856
|
style: { "background-color": "#0183cb" },
|
|
@@ -9865,15 +9865,15 @@ const g2 = ["id", "draggable"], v2 = ["onClick"], b2 = {
|
|
|
9865
9865
|
])
|
|
9866
9866
|
])
|
|
9867
9867
|
]),
|
|
9868
|
-
D("div",
|
|
9869
|
-
Z.value.length ? (b(), P("div",
|
|
9868
|
+
D("div", w1, [
|
|
9869
|
+
Z.value.length ? (b(), P("div", B1, [
|
|
9870
9870
|
(b(!0), P(be, null, Pe(Z.value, (pe) => (b(), P("div", {
|
|
9871
9871
|
key: pe,
|
|
9872
9872
|
style: he({ backgroundColor: C[pe] || "#ccc" }),
|
|
9873
9873
|
class: "color-circle"
|
|
9874
9874
|
}, null, 4))), 128))
|
|
9875
9875
|
])) : V("", !0),
|
|
9876
|
-
D("div",
|
|
9876
|
+
D("div", M1, [
|
|
9877
9877
|
x.value ? (b(), P("span", {
|
|
9878
9878
|
key: 0,
|
|
9879
9879
|
class: "description",
|
|
@@ -9881,7 +9881,7 @@ const g2 = ["id", "draggable"], v2 = ["onClick"], b2 = {
|
|
|
9881
9881
|
lineClamp: L.descriptionLines,
|
|
9882
9882
|
WebkitLineClamp: L.descriptionLines
|
|
9883
9883
|
})
|
|
9884
|
-
}, k(x.value || "~"), 5)) : (b(), P("span",
|
|
9884
|
+
}, k(x.value || "~"), 5)) : (b(), P("span", U1, [...$[4] || ($[4] = [
|
|
9885
9885
|
D("i", null, "Sin descripción", -1)
|
|
9886
9886
|
])]))
|
|
9887
9887
|
]),
|
|
@@ -9910,7 +9910,7 @@ const g2 = ["id", "draggable"], v2 = ["onClick"], b2 = {
|
|
|
9910
9910
|
} : void 0
|
|
9911
9911
|
]), 1032, ["loading", "style"])) : V("", !0);
|
|
9912
9912
|
}
|
|
9913
|
-
}),
|
|
9913
|
+
}), z1 = /* @__PURE__ */ Ee(F1, [["__scopeId", "data-v-3823f23d"]]), k1 = Object.freeze([
|
|
9914
9914
|
{
|
|
9915
9915
|
ID_PRODUCTO: 155,
|
|
9916
9916
|
NOMBRE: "Banderola LED P2.5 Señalización Digital de Alta Claridad",
|
|
@@ -12701,7 +12701,7 @@ Facilidad de instalación, se fija a la pared con tornillos de forma sencilla. M
|
|
|
12701
12701
|
},
|
|
12702
12702
|
controlType: "select"
|
|
12703
12703
|
}
|
|
12704
|
-
],
|
|
12704
|
+
], G1 = {
|
|
12705
12705
|
isPublic: !0,
|
|
12706
12706
|
data: {},
|
|
12707
12707
|
gamaProps: Bc,
|
|
@@ -12716,7 +12716,7 @@ Facilidad de instalación, se fija a la pared con tornillos de forma sencilla. M
|
|
|
12716
12716
|
"tasa_de_refresco_hz",
|
|
12717
12717
|
"resolucion"
|
|
12718
12718
|
]
|
|
12719
|
-
},
|
|
12719
|
+
}, V1 = Dt.extend({
|
|
12720
12720
|
descriptionLines: J.number().optional(),
|
|
12721
12721
|
hiddenProps: J.array(J.string()).optional(),
|
|
12722
12722
|
count: J.number().optional(),
|
|
@@ -12762,14 +12762,14 @@ function Tt() {
|
|
|
12762
12762
|
showPrice: l.showPrice
|
|
12763
12763
|
};
|
|
12764
12764
|
}
|
|
12765
|
-
const
|
|
12765
|
+
const H1 = ["id", "draggable"], $1 = ["onClick"], q1 = {
|
|
12766
12766
|
key: 0,
|
|
12767
12767
|
class: "row items-center justify-center bg-grey-2 media-card",
|
|
12768
12768
|
style: { "border-radius": "8px", border: "1px dashed #c9c9c9" }
|
|
12769
|
-
},
|
|
12769
|
+
}, j1 = {
|
|
12770
12770
|
key: 2,
|
|
12771
12771
|
class: "media-card"
|
|
12772
|
-
},
|
|
12772
|
+
}, K1 = ["src"], W1 = { class: "video-icon" }, Z1 = /* @__PURE__ */ se({
|
|
12773
12773
|
__name: "ImagesMiniature",
|
|
12774
12774
|
setup(l) {
|
|
12775
12775
|
const { images: _, slide: n, isPrivate: d } = Tt(), { emitEvent: o } = Jt(), { handler: s, onDragLeave: c, onDragOver: f, onDragStart: g, onDrop: I, idKey: m } = wc(
|
|
@@ -12814,36 +12814,36 @@ const $1 = ["id", "draggable"], q1 = ["onClick"], j1 = {
|
|
|
12814
12814
|
src: h.location,
|
|
12815
12815
|
fit: "cover",
|
|
12816
12816
|
class: "media-card"
|
|
12817
|
-
}, null, 8, ["src"])) : h.tipo === "video" ? (b(), P("div",
|
|
12817
|
+
}, null, 8, ["src"])) : h.tipo === "video" ? (b(), P("div", j1, [
|
|
12818
12818
|
D("video", {
|
|
12819
12819
|
src: h.location,
|
|
12820
12820
|
style: { width: "100%", height: "100%", background: "black" }
|
|
12821
|
-
}, null, 8,
|
|
12822
|
-
D("div",
|
|
12821
|
+
}, null, 8, K1),
|
|
12822
|
+
D("div", W1, [
|
|
12823
12823
|
H(O(Ze), {
|
|
12824
12824
|
size: "lg",
|
|
12825
12825
|
name: "o_play_circle",
|
|
12826
12826
|
color: "white"
|
|
12827
12827
|
})
|
|
12828
12828
|
])
|
|
12829
|
-
])) : V("", !0) : (b(), P("div",
|
|
12829
|
+
])) : V("", !0) : (b(), P("div", q1, [
|
|
12830
12830
|
H(O(Ze), {
|
|
12831
12831
|
name: "upload_file",
|
|
12832
12832
|
color: "grey-5",
|
|
12833
12833
|
size: "33px"
|
|
12834
12834
|
})
|
|
12835
12835
|
]))
|
|
12836
|
-
], 12,
|
|
12837
|
-
], 40,
|
|
12836
|
+
], 12, $1)) : V("", !0)
|
|
12837
|
+
], 40, H1))), 128))
|
|
12838
12838
|
], 32)), [
|
|
12839
12839
|
[x, O(s)]
|
|
12840
12840
|
]) : V("", !0);
|
|
12841
12841
|
};
|
|
12842
12842
|
}
|
|
12843
|
-
}), wu = /* @__PURE__ */ Ee(
|
|
12843
|
+
}), wu = /* @__PURE__ */ Ee(Z1, [["__scopeId", "data-v-bf75f29f"]]), Y1 = { class: "text-weight-medium" }, Q1 = {
|
|
12844
12844
|
key: 0,
|
|
12845
12845
|
class: "row justify-end items-center"
|
|
12846
|
-
},
|
|
12846
|
+
}, X1 = /* @__PURE__ */ se({
|
|
12847
12847
|
__name: "ProductCustomizableIndicator",
|
|
12848
12848
|
props: {
|
|
12849
12849
|
label: { default: "A medida" }
|
|
@@ -12855,8 +12855,8 @@ const $1 = ["id", "draggable"], q1 = ["onClick"], j1 = {
|
|
|
12855
12855
|
return !!((o = _.value) != null && o.a_medida) && !((s = n.value) != null && s.pack);
|
|
12856
12856
|
}
|
|
12857
12857
|
);
|
|
12858
|
-
return (o, s) => (b(), P("div",
|
|
12859
|
-
d.value ? (b(), P("div",
|
|
12858
|
+
return (o, s) => (b(), P("div", Y1, [
|
|
12859
|
+
d.value ? (b(), P("div", Q1, [
|
|
12860
12860
|
H(O(Xt), {
|
|
12861
12861
|
color: "blue",
|
|
12862
12862
|
"text-color": "white",
|
|
@@ -12870,13 +12870,13 @@ const $1 = ["id", "draggable"], q1 = ["onClick"], j1 = {
|
|
|
12870
12870
|
])) : V("", !0)
|
|
12871
12871
|
]));
|
|
12872
12872
|
}
|
|
12873
|
-
}),
|
|
12873
|
+
}), J1 = {
|
|
12874
12874
|
class: "row q-mt-md q-pa-sm",
|
|
12875
12875
|
style: { "overflow-x": "auto" }
|
|
12876
|
-
},
|
|
12876
|
+
}, eO = ["onClick"], aO = { class: "q-pa-sm" }, tO = { class: "text-weight-medium ellipsis" }, iO = { class: "text-caption" }, nO = {
|
|
12877
12877
|
key: 0,
|
|
12878
12878
|
class: "q-mt-md"
|
|
12879
|
-
},
|
|
12879
|
+
}, lO = { class: "text-h6" }, oO = /* @__PURE__ */ se({
|
|
12880
12880
|
__name: "ProductDetallePack",
|
|
12881
12881
|
setup(l) {
|
|
12882
12882
|
const { detallePack: _, selectedPackProduct: n, gamaProps: d } = Tt(), o = (c) => {
|
|
@@ -12890,7 +12890,7 @@ const $1 = ["id", "draggable"], q1 = ["onClick"], j1 = {
|
|
|
12890
12890
|
return (c, f) => {
|
|
12891
12891
|
var g;
|
|
12892
12892
|
return b(), P(be, null, [
|
|
12893
|
-
D("div",
|
|
12893
|
+
D("div", J1, [
|
|
12894
12894
|
(b(!0), P(be, null, Pe(O(_), (I, m) => {
|
|
12895
12895
|
var y, N, x, h;
|
|
12896
12896
|
return b(), P("div", {
|
|
@@ -12904,15 +12904,15 @@ const $1 = ["id", "draggable"], q1 = ["onClick"], j1 = {
|
|
|
12904
12904
|
style: { height: "120px", "border-radius": "8px" },
|
|
12905
12905
|
fit: "contain"
|
|
12906
12906
|
}, null, 8, ["src"])) : V("", !0),
|
|
12907
|
-
D("div",
|
|
12908
|
-
D("div",
|
|
12909
|
-
D("div",
|
|
12907
|
+
D("div", aO, [
|
|
12908
|
+
D("div", tO, k((h = I == null ? void 0 : I.DETALLE) == null ? void 0 : h.NOMBRE), 1),
|
|
12909
|
+
D("div", iO, k(I == null ? void 0 : I.CANTIDAD) + "X", 1)
|
|
12910
12910
|
])
|
|
12911
|
-
], 10,
|
|
12911
|
+
], 10, eO);
|
|
12912
12912
|
}), 128))
|
|
12913
12913
|
]),
|
|
12914
|
-
O(n) ? (b(), P("div",
|
|
12915
|
-
D("div",
|
|
12914
|
+
O(n) ? (b(), P("div", nO, [
|
|
12915
|
+
D("div", lO, k(O(n).NOMBRE), 1),
|
|
12916
12916
|
D("div", null, "SKU: " + k((g = O(n).PROPS) == null ? void 0 : g.sku), 1),
|
|
12917
12917
|
H(jn, {
|
|
12918
12918
|
class: "q-mt-md",
|
|
@@ -12923,7 +12923,7 @@ const $1 = ["id", "draggable"], q1 = ["onClick"], j1 = {
|
|
|
12923
12923
|
], 64);
|
|
12924
12924
|
};
|
|
12925
12925
|
}
|
|
12926
|
-
}),
|
|
12926
|
+
}), rO = /* @__PURE__ */ Ee(oO, [["__scopeId", "data-v-94935eea"]]), sO = { class: "product-image-header" }, uO = { class: "product-code" }, cO = { class: "media-count" }, dO = /* @__PURE__ */ se({
|
|
12927
12927
|
__name: "ProductImageHeader",
|
|
12928
12928
|
setup(l) {
|
|
12929
12929
|
const { product: _, images: n, slide: d, isPrivate: o } = Tt(), s = B(
|
|
@@ -12940,8 +12940,8 @@ const $1 = ["id", "draggable"], q1 = ["onClick"], j1 = {
|
|
|
12940
12940
|
};
|
|
12941
12941
|
return (I, m) => {
|
|
12942
12942
|
var y, N;
|
|
12943
|
-
return b(), P("div",
|
|
12944
|
-
D("div",
|
|
12943
|
+
return b(), P("div", sO, [
|
|
12944
|
+
D("div", uO, k(c.value), 1),
|
|
12945
12945
|
D("div", {
|
|
12946
12946
|
onClick: g,
|
|
12947
12947
|
class: "tags",
|
|
@@ -12959,7 +12959,7 @@ const $1 = ["id", "draggable"], q1 = ["onClick"], j1 = {
|
|
|
12959
12959
|
_: 1
|
|
12960
12960
|
})) : V("", !0)
|
|
12961
12961
|
], 4),
|
|
12962
|
-
D("div",
|
|
12962
|
+
D("div", cO, [
|
|
12963
12963
|
ce(k((y = O(n)) != null && y.length ? O(d) : 0) + "/" + k(((N = O(n)) == null ? void 0 : N.length) || 0) + " ", 1),
|
|
12964
12964
|
H(O(Ze), {
|
|
12965
12965
|
name: "sym_o_image",
|
|
@@ -12970,22 +12970,22 @@ const $1 = ["id", "draggable"], q1 = ["onClick"], j1 = {
|
|
|
12970
12970
|
]);
|
|
12971
12971
|
};
|
|
12972
12972
|
}
|
|
12973
|
-
}),
|
|
12973
|
+
}), pO = /* @__PURE__ */ Ee(dO, [["__scopeId", "data-v-320f1d6c"]]), _O = {
|
|
12974
12974
|
key: 0,
|
|
12975
12975
|
class: "q-mt-md text-black col-12"
|
|
12976
|
-
},
|
|
12976
|
+
}, fO = /* @__PURE__ */ se({
|
|
12977
12977
|
__name: "ProductLongDescription",
|
|
12978
12978
|
setup(l) {
|
|
12979
12979
|
const { product: _ } = Tt(), n = B(() => {
|
|
12980
12980
|
var d;
|
|
12981
12981
|
return (d = _.value) == null ? void 0 : d.descripcion;
|
|
12982
12982
|
});
|
|
12983
|
-
return (d, o) => n.value ? (b(), P("div",
|
|
12983
|
+
return (d, o) => n.value ? (b(), P("div", _O, [
|
|
12984
12984
|
o[0] || (o[0] = D("div", { class: "font-bold text-h6" }, "Información del producto", -1)),
|
|
12985
12985
|
D("div", null, k(n.value), 1)
|
|
12986
12986
|
])) : V("", !0);
|
|
12987
12987
|
}
|
|
12988
|
-
}),
|
|
12988
|
+
}), mO = { class: "full-width grid" }, gO = { class: "bg-grey-2 values" }, vO = { key: 0 }, bO = { class: "text-bold" }, hO = { class: "text-bold" }, OO = {
|
|
12989
12989
|
key: 1,
|
|
12990
12990
|
class: "text-bold"
|
|
12991
12991
|
}, En = (l, _) => {
|
|
@@ -13000,7 +13000,7 @@ const $1 = ["id", "draggable"], q1 = ["onClick"], j1 = {
|
|
|
13000
13000
|
default:
|
|
13001
13001
|
throw new Error(`Unidad no soportada: ${_}`);
|
|
13002
13002
|
}
|
|
13003
|
-
},
|
|
13003
|
+
}, IO = (l) => {
|
|
13004
13004
|
const _ = Number(l.ancho) || 0, n = Number(l.alto) || 0, d = l.unidad_de_medida || "cm", o = En(_, d), s = En(n, d);
|
|
13005
13005
|
let c = o * s;
|
|
13006
13006
|
return c <= 0 && (c = 1), (f) => {
|
|
@@ -13010,7 +13010,7 @@ const $1 = ["id", "draggable"], q1 = ["onClick"], j1 = {
|
|
|
13010
13010
|
}, ho = (l, _ = 2) => Number(l.toFixed(_)), Mc = (l) => {
|
|
13011
13011
|
const _ = Number((l == null ? void 0 : l.ancho) || 0), n = Number((l == null ? void 0 : l.alto) || 0);
|
|
13012
13012
|
return ho(_ * n);
|
|
13013
|
-
},
|
|
13013
|
+
}, AO = /* @__PURE__ */ se({
|
|
13014
13014
|
__name: "ProductConfiguration",
|
|
13015
13015
|
props: /* @__PURE__ */ zu({
|
|
13016
13016
|
product: {},
|
|
@@ -13031,7 +13031,7 @@ const $1 = ["id", "draggable"], q1 = ["onClick"], j1 = {
|
|
|
13031
13031
|
), s = B(() => {
|
|
13032
13032
|
var C;
|
|
13033
13033
|
return ((C = o.value) == null ? void 0 : C.PROPS) || {};
|
|
13034
|
-
}), c = B(() => s.value.unidad_de_medida || "cm"), f = B(() =>
|
|
13034
|
+
}), c = B(() => s.value.unidad_de_medida || "cm"), f = B(() => IO(s.value || {}));
|
|
13035
13035
|
ca(
|
|
13036
13036
|
d,
|
|
13037
13037
|
(C) => {
|
|
@@ -13072,7 +13072,7 @@ const $1 = ["id", "draggable"], q1 = ["onClick"], j1 = {
|
|
|
13072
13072
|
}
|
|
13073
13073
|
), (C, R) => (b(), P(be, null, [
|
|
13074
13074
|
R[7] || (R[7] = D("div", { class: "prices text-bold q-mb-md" }, " Indica las medidas de la pantalla que necesitas ", -1)),
|
|
13075
|
-
D("div",
|
|
13075
|
+
D("div", mO, [
|
|
13076
13076
|
D("div", null, [
|
|
13077
13077
|
H(O(ru), {
|
|
13078
13078
|
type: "number",
|
|
@@ -13098,24 +13098,24 @@ const $1 = ["id", "draggable"], q1 = ["onClick"], j1 = {
|
|
|
13098
13098
|
min: "0"
|
|
13099
13099
|
}, null, 8, ["modelValue", "step"])
|
|
13100
13100
|
]),
|
|
13101
|
-
D("div",
|
|
13101
|
+
D("div", gO, [
|
|
13102
13102
|
D("div", null, [
|
|
13103
13103
|
R[2] || (R[2] = D("span", null, " Área panel: ", -1)),
|
|
13104
13104
|
D("span", null, k(g(x.value)) + " m2", 1)
|
|
13105
13105
|
]),
|
|
13106
|
-
C.showPrice ? (b(), P("div",
|
|
13106
|
+
C.showPrice ? (b(), P("div", vO, [
|
|
13107
13107
|
R[3] || (R[3] = D("span", null, " Importe m2: ", -1)),
|
|
13108
13108
|
D("span", null, k(h.value), 1)
|
|
13109
13109
|
])) : V("", !0),
|
|
13110
|
-
D("div",
|
|
13110
|
+
D("div", bO, [
|
|
13111
13111
|
R[4] || (R[4] = D("span", null, " Área total: ", -1)),
|
|
13112
13112
|
D("span", null, k(g(m.value)) + " m2 ", 1)
|
|
13113
13113
|
]),
|
|
13114
|
-
D("div",
|
|
13114
|
+
D("div", hO, [
|
|
13115
13115
|
R[5] || (R[5] = D("span", null, " Paneles: ", -1)),
|
|
13116
13116
|
D("span", null, k(n.value), 1)
|
|
13117
13117
|
]),
|
|
13118
|
-
C.showPrice ? (b(), P("div",
|
|
13118
|
+
C.showPrice ? (b(), P("div", OO, [
|
|
13119
13119
|
R[6] || (R[6] = D("span", null, " Importe total: ", -1)),
|
|
13120
13120
|
D("span", null, k(O(Su)(I.value)), 1)
|
|
13121
13121
|
])) : V("", !0)
|
|
@@ -13123,13 +13123,13 @@ const $1 = ["id", "draggable"], q1 = ["onClick"], j1 = {
|
|
|
13123
13123
|
])
|
|
13124
13124
|
], 64));
|
|
13125
13125
|
}
|
|
13126
|
-
}),
|
|
13126
|
+
}), CO = /* @__PURE__ */ Ee(AO, [["__scopeId", "data-v-ebbd7c31"]]), EO = {
|
|
13127
13127
|
key: 0,
|
|
13128
13128
|
class: "q-mt-lg"
|
|
13129
|
-
},
|
|
13129
|
+
}, PO = { class: "row justify-between" }, DO = {
|
|
13130
13130
|
key: 0,
|
|
13131
13131
|
class: "counter q-mr-lg q-mt-md"
|
|
13132
|
-
},
|
|
13132
|
+
}, TO = { class: "quantity" }, RO = { key: 1 }, yO = { class: "q-mt-md" }, xO = /* @__PURE__ */ se({
|
|
13133
13133
|
__name: "ProductShopcartActions",
|
|
13134
13134
|
setup(l) {
|
|
13135
13135
|
const {
|
|
@@ -13160,8 +13160,8 @@ const $1 = ["id", "draggable"], q1 = ["onClick"], j1 = {
|
|
|
13160
13160
|
}, h = () => {
|
|
13161
13161
|
c("go_to_catalog");
|
|
13162
13162
|
};
|
|
13163
|
-
return (C, R) => O(_) ? (b(), P("div",
|
|
13164
|
-
f.value ? (b(), ne(
|
|
13163
|
+
return (C, R) => O(_) ? (b(), P("div", EO, [
|
|
13164
|
+
f.value ? (b(), ne(CO, {
|
|
13165
13165
|
key: 0,
|
|
13166
13166
|
product: O(_),
|
|
13167
13167
|
quantity: g.value,
|
|
@@ -13170,15 +13170,15 @@ const $1 = ["id", "draggable"], q1 = ["onClick"], j1 = {
|
|
|
13170
13170
|
"onUpdate:detail": R[1] || (R[1] = (w) => I.value = w),
|
|
13171
13171
|
"show-price": O(s)
|
|
13172
13172
|
}, null, 8, ["product", "quantity", "detail", "show-price"])) : V("", !0),
|
|
13173
|
-
D("div",
|
|
13174
|
-
f.value ? (b(), P("div",
|
|
13173
|
+
D("div", PO, [
|
|
13174
|
+
f.value ? (b(), P("div", RO)) : (b(), P("div", DO, [
|
|
13175
13175
|
H(Pt, {
|
|
13176
13176
|
outline: "",
|
|
13177
13177
|
size: "sm",
|
|
13178
13178
|
onClick: y,
|
|
13179
13179
|
icon: "remove"
|
|
13180
13180
|
}),
|
|
13181
|
-
D("span",
|
|
13181
|
+
D("span", TO, k(g.value), 1),
|
|
13182
13182
|
H(Pt, {
|
|
13183
13183
|
outline: "",
|
|
13184
13184
|
size: "sm",
|
|
@@ -13187,7 +13187,7 @@ const $1 = ["id", "draggable"], q1 = ["onClick"], j1 = {
|
|
|
13187
13187
|
icon: "add"
|
|
13188
13188
|
})
|
|
13189
13189
|
])),
|
|
13190
|
-
D("div",
|
|
13190
|
+
D("div", yO, [
|
|
13191
13191
|
H(qt, {
|
|
13192
13192
|
onClick: h,
|
|
13193
13193
|
label: O(o) || "Seguir comprando",
|
|
@@ -13203,21 +13203,21 @@ const $1 = ["id", "draggable"], q1 = ["onClick"], j1 = {
|
|
|
13203
13203
|
])
|
|
13204
13204
|
])) : V("", !0);
|
|
13205
13205
|
}
|
|
13206
|
-
}),
|
|
13206
|
+
}), LO = /* @__PURE__ */ Ee(xO, [["__scopeId", "data-v-7da1e698"]]), NO = { style: { "font-size": "16px", "max-height": "300px", "overflow-y": "auto" } }, SO = {
|
|
13207
13207
|
key: 0,
|
|
13208
13208
|
class: "text-black"
|
|
13209
|
-
},
|
|
13209
|
+
}, wO = /* @__PURE__ */ se({
|
|
13210
13210
|
__name: "ProductShortDescription",
|
|
13211
13211
|
setup(l) {
|
|
13212
13212
|
const { product: _ } = Tt(), n = B(() => {
|
|
13213
13213
|
var d;
|
|
13214
13214
|
return ((d = _.value) == null ? void 0 : d.descripcion_corta) || "";
|
|
13215
13215
|
});
|
|
13216
|
-
return (d, o) => (b(), P("div",
|
|
13217
|
-
n.value ? (b(), P("div",
|
|
13216
|
+
return (d, o) => (b(), P("div", NO, [
|
|
13217
|
+
n.value ? (b(), P("div", SO, k(n.value), 1)) : V("", !0)
|
|
13218
13218
|
]));
|
|
13219
13219
|
}
|
|
13220
|
-
}),
|
|
13220
|
+
}), BO = { class: "row justify-end" }, MO = { class: "grid" }, UO = { class: "images-container" }, FO = { class: "carousel-container" }, zO = { class: "text-h5 text-bold" }, kO = { class: "row justify-between" }, GO = { key: 0 }, VO = { class: "row items-center justify-between" }, HO = { class: "text-weight-medium" }, $O = { class: "row" }, qO = /* @__PURE__ */ se({
|
|
13221
13221
|
__name: "LinvermediaProductDetail",
|
|
13222
13222
|
props: {
|
|
13223
13223
|
isPublic: { type: Boolean },
|
|
@@ -13270,7 +13270,7 @@ const $1 = ["id", "draggable"], q1 = ["onClick"], j1 = {
|
|
|
13270
13270
|
var L, $, Y, te, ae, W, X;
|
|
13271
13271
|
const Z = Et("v-else"), z = Et("ProductAvailableColors");
|
|
13272
13272
|
return b(), P(be, null, [
|
|
13273
|
-
D("div",
|
|
13273
|
+
D("div", BO, [
|
|
13274
13274
|
O(f) ? V("", !0) : (b(), ne(Pt, {
|
|
13275
13275
|
key: 0,
|
|
13276
13276
|
icon: "edit",
|
|
@@ -13278,11 +13278,11 @@ const $1 = ["id", "draggable"], q1 = ["onClick"], j1 = {
|
|
|
13278
13278
|
onClick: R
|
|
13279
13279
|
}))
|
|
13280
13280
|
]),
|
|
13281
|
-
D("div",
|
|
13282
|
-
D("div",
|
|
13281
|
+
D("div", MO, [
|
|
13282
|
+
D("div", UO, [
|
|
13283
13283
|
H(wu, { class: "gt-sm" }),
|
|
13284
|
-
D("div",
|
|
13285
|
-
H(
|
|
13284
|
+
D("div", FO, [
|
|
13285
|
+
H(pO),
|
|
13286
13286
|
H(Pi, {
|
|
13287
13287
|
style: { "border-radius": "8px" },
|
|
13288
13288
|
items: x.value,
|
|
@@ -13295,9 +13295,9 @@ const $1 = ["id", "draggable"], q1 = ["onClick"], j1 = {
|
|
|
13295
13295
|
H(wu, { class: "lt-md" })
|
|
13296
13296
|
]),
|
|
13297
13297
|
D("div", null, [
|
|
13298
|
-
D("div",
|
|
13299
|
-
D("div",
|
|
13300
|
-
O(f) ? V("", !0) : (b(), P("div",
|
|
13298
|
+
D("div", zO, k(O(Cn)(((L = y.value) == null ? void 0 : L.nombre) || "")), 1),
|
|
13299
|
+
D("div", kO, [
|
|
13300
|
+
O(f) ? V("", !0) : (b(), P("div", GO, "SKU: " + k((Y = ($ = y.value) == null ? void 0 : $.props) == null ? void 0 : Y.sku), 1)),
|
|
13301
13301
|
H(Z, { div: "" }),
|
|
13302
13302
|
!O(f) && ((te = y.value) != null && te.estado) ? (b(), ne(Di, {
|
|
13303
13303
|
key: 1,
|
|
@@ -13305,31 +13305,31 @@ const $1 = ["id", "draggable"], q1 = ["onClick"], j1 = {
|
|
|
13305
13305
|
color: y.value.estado.color
|
|
13306
13306
|
}, null, 8, ["label", "color"])) : V("", !0)
|
|
13307
13307
|
]),
|
|
13308
|
-
D("div",
|
|
13308
|
+
D("div", VO, [
|
|
13309
13309
|
m.value ? (b(), ne(To, {
|
|
13310
13310
|
key: 0,
|
|
13311
13311
|
product: y.value
|
|
13312
13312
|
}, null, 8, ["product"])) : V("", !0),
|
|
13313
|
-
D("div",
|
|
13314
|
-
H(
|
|
13313
|
+
D("div", HO, k(O(Cn)(((W = (ae = y.value) == null ? void 0 : ae.props) == null ? void 0 : W.ubicacion) || "")), 1),
|
|
13314
|
+
H(X1)
|
|
13315
13315
|
]),
|
|
13316
13316
|
H(z),
|
|
13317
|
-
H(
|
|
13318
|
-
C.value ? (b(), ne(
|
|
13317
|
+
H(wO),
|
|
13318
|
+
C.value ? (b(), ne(rO, { key: 0 })) : (b(), ne(jn, {
|
|
13319
13319
|
key: 1,
|
|
13320
13320
|
"product-props": (X = y.value) == null ? void 0 : X.props,
|
|
13321
13321
|
"gama-props": O(g)
|
|
13322
13322
|
}, null, 8, ["product-props", "gama-props"])),
|
|
13323
|
-
O(f) ? (b(), ne(
|
|
13323
|
+
O(f) ? (b(), ne(LO, { key: 2 })) : V("", !0)
|
|
13324
13324
|
])
|
|
13325
13325
|
]),
|
|
13326
|
-
D("div",
|
|
13327
|
-
H(
|
|
13326
|
+
D("div", $O, [
|
|
13327
|
+
H(fO)
|
|
13328
13328
|
])
|
|
13329
13329
|
], 64);
|
|
13330
13330
|
};
|
|
13331
13331
|
}
|
|
13332
|
-
}),
|
|
13332
|
+
}), jO = /* @__PURE__ */ Ee(qO, [["__scopeId", "data-v-21d9dafe"]]), KO = Object.freeze([
|
|
13333
13333
|
{
|
|
13334
13334
|
ID_PRODUCTO: 121,
|
|
13335
13335
|
ID_EMPRESA: 1,
|
|
@@ -14330,19 +14330,19 @@ const $1 = ["id", "draggable"], q1 = ["onClick"], j1 = {
|
|
|
14330
14330
|
enabled: 1
|
|
14331
14331
|
}
|
|
14332
14332
|
}
|
|
14333
|
-
]),
|
|
14333
|
+
]), WO = {
|
|
14334
14334
|
isPublic: !0,
|
|
14335
14335
|
data: null,
|
|
14336
14336
|
fetching: !1,
|
|
14337
14337
|
scale: 1,
|
|
14338
14338
|
count: 0,
|
|
14339
14339
|
gamaProps: Bc
|
|
14340
|
-
},
|
|
14340
|
+
}, ZO = Dt.extend({
|
|
14341
14341
|
view: J.enum(["detail", "summary"]).optional(),
|
|
14342
14342
|
title: J.string().optional(),
|
|
14343
14343
|
gamaProps: J.array(J.record(J.string(), J.any())),
|
|
14344
14344
|
showPrice: J.function().optional()
|
|
14345
|
-
}),
|
|
14345
|
+
}), YO = { class: "row justify-between items-center card-row" }, QO = { class: "row justify-between items-center card-row" }, XO = { class: "row justify-between items-center card-row" }, JO = { class: "ellipsis" }, eI = { key: 0 }, aI = /* @__PURE__ */ se({
|
|
14346
14346
|
__name: "LinvermediaSolicitudCard",
|
|
14347
14347
|
props: {
|
|
14348
14348
|
isPublic: { type: Boolean },
|
|
@@ -14358,7 +14358,7 @@ const $1 = ["id", "draggable"], q1 = ["onClick"], j1 = {
|
|
|
14358
14358
|
emits: ["on-event"],
|
|
14359
14359
|
setup(l, { emit: _ }) {
|
|
14360
14360
|
const n = _, d = l, { data: o } = ea(d), s = B(
|
|
14361
|
-
() =>
|
|
14361
|
+
() => k0(o.value.FECHA_CAPTADO).format("DD/MM/YYYY")
|
|
14362
14362
|
), c = B(() => je.formatContactName(o.value.CONTACTO)), f = B(() => o.value.CONTACTO.TELEFONO.NUMERO), g = B(
|
|
14363
14363
|
() => je.toCurrency(o.value.PEDIDO.IMP_TOTAL_PED)
|
|
14364
14364
|
), I = B(() => {
|
|
@@ -14379,17 +14379,17 @@ const $1 = ["id", "draggable"], q1 = ["onClick"], j1 = {
|
|
|
14379
14379
|
default: le(() => [
|
|
14380
14380
|
H(O(Tn), { class: "q-pa-none" }, {
|
|
14381
14381
|
default: le(() => [
|
|
14382
|
-
D("div",
|
|
14382
|
+
D("div", YO, [
|
|
14383
14383
|
D("div", null, "Cod. " + k(O(o).COD_CAPTACION), 1),
|
|
14384
14384
|
H(Di, Uu(Fu(I.value)), null, 16)
|
|
14385
14385
|
]),
|
|
14386
|
-
D("div",
|
|
14386
|
+
D("div", QO, [
|
|
14387
14387
|
D("div", null, k(s.value), 1),
|
|
14388
14388
|
D("div", null, k(g.value), 1)
|
|
14389
14389
|
]),
|
|
14390
|
-
D("div",
|
|
14391
|
-
D("div",
|
|
14392
|
-
f.value ? (b(), P("div",
|
|
14390
|
+
D("div", XO, [
|
|
14391
|
+
D("div", JO, k(c.value), 1),
|
|
14392
|
+
f.value ? (b(), P("div", eI, [
|
|
14393
14393
|
H(O(Ze), {
|
|
14394
14394
|
name: "sym_o_phone",
|
|
14395
14395
|
class: "q-mr-xs"
|
|
@@ -14404,7 +14404,7 @@ const $1 = ["id", "draggable"], q1 = ["onClick"], j1 = {
|
|
|
14404
14404
|
_: 1
|
|
14405
14405
|
}, 8, ["loading", "style"]));
|
|
14406
14406
|
}
|
|
14407
|
-
}),
|
|
14407
|
+
}), tI = /* @__PURE__ */ Ee(aI, [["__scopeId", "data-v-c50d3c57"]]), iI = Object.freeze([
|
|
14408
14408
|
{
|
|
14409
14409
|
ID_CAPTACION: 824,
|
|
14410
14410
|
COD_CAPTACION: "000462",
|
|
@@ -14980,29 +14980,29 @@ Facilidad de instalación, se fija a la pared con tornillos de forma sencilla. M
|
|
|
14980
14980
|
}
|
|
14981
14981
|
}
|
|
14982
14982
|
}
|
|
14983
|
-
]),
|
|
14983
|
+
]), nI = {
|
|
14984
14984
|
data: {},
|
|
14985
14985
|
fetching: !1,
|
|
14986
14986
|
scale: 1
|
|
14987
|
-
},
|
|
14987
|
+
}, lI = Dt.extend({}), oI = { class: "row justify-center q-mb-sm" }, rI = { class: "text-center text-caption" }, sI = { class: "name-container" }, uI = { class: "name q-my-sm text-black" }, cI = { class: "plan-info-container" }, dI = {
|
|
14988
14988
|
key: 0,
|
|
14989
14989
|
class: "row plan-info"
|
|
14990
|
-
},
|
|
14990
|
+
}, pI = { class: "text-main" }, _I = {
|
|
14991
14991
|
key: 1,
|
|
14992
14992
|
class: "row plan-info"
|
|
14993
|
-
},
|
|
14994
|
-
key: 2,
|
|
14995
|
-
class: "row q-my-sm q-mt-md"
|
|
14996
|
-
}, mI = { class: "q-mx-sm" }, gI = ["src"], vI = { class: "card-footer text-center" }, bI = {
|
|
14993
|
+
}, fI = { class: "text-main" }, mI = {
|
|
14997
14994
|
key: 0,
|
|
14998
|
-
class: "row
|
|
14999
|
-
},
|
|
14995
|
+
class: "row q-my-sm q-mt-md"
|
|
14996
|
+
}, gI = { class: "q-mx-sm" }, vI = ["src"], bI = { class: "card-footer text-center" }, hI = {
|
|
15000
14997
|
key: 1,
|
|
15001
|
-
class: "row justify-center q-mb-md"
|
|
15002
|
-
}, II = {
|
|
14998
|
+
class: "row items-center justify-center q-mb-md text-black"
|
|
14999
|
+
}, OI = { class: "text-h2 text-bold" }, II = {
|
|
15003
15000
|
key: 2,
|
|
15001
|
+
class: "row justify-center q-mb-md"
|
|
15002
|
+
}, AI = {
|
|
15003
|
+
key: 3,
|
|
15004
15004
|
class: "q-my-md text-center text-uppercase text-caption text-black"
|
|
15005
|
-
},
|
|
15005
|
+
}, CI = /* @__PURE__ */ se({
|
|
15006
15006
|
__name: "TelephonyCard",
|
|
15007
15007
|
props: {
|
|
15008
15008
|
isPublic: { type: Boolean, default: !1 },
|
|
@@ -15128,7 +15128,7 @@ Facilidad de instalación, se fija a la pared con tornillos de forma sencilla. M
|
|
|
15128
15128
|
default: le(() => {
|
|
15129
15129
|
var X, ue, ge, Ce, pe, Ue, Se, xe, Ve, Ye, ze, pt;
|
|
15130
15130
|
return [
|
|
15131
|
-
D("div",
|
|
15131
|
+
D("div", oI, [
|
|
15132
15132
|
(b(!0), P(be, null, Pe(x.value, (aa) => (b(), ne(O(Xt), {
|
|
15133
15133
|
outline: "",
|
|
15134
15134
|
key: aa,
|
|
@@ -15141,50 +15141,53 @@ Facilidad de instalación, se fija a la pared con tornillos de forma sencilla. M
|
|
|
15141
15141
|
_: 2
|
|
15142
15142
|
}, 1032, ["style"]))), 128))
|
|
15143
15143
|
]),
|
|
15144
|
-
D("div",
|
|
15145
|
-
D("div",
|
|
15146
|
-
|
|
15147
|
-
|
|
15148
|
-
|
|
15149
|
-
|
|
15150
|
-
|
|
15151
|
-
|
|
15152
|
-
|
|
15153
|
-
|
|
15154
|
-
|
|
15155
|
-
|
|
15156
|
-
|
|
15157
|
-
D("
|
|
15158
|
-
|
|
15159
|
-
|
|
15160
|
-
|
|
15161
|
-
|
|
15162
|
-
|
|
15144
|
+
D("div", rI, k((ge = O(ua.upperFirst)(O(ua.snakeCase)((ue = (X = O(o)) == null ? void 0 : X.PROPS) == null ? void 0 : ue.segmento))) == null ? void 0 : ge.replace(/_/g, " ")) + " " + k((pe = (Ce = O(o)) == null ? void 0 : Ce.PROPS) != null && pe.segmento ? " - " : "") + " " + k((xe = (Se = (Ue = O(o)) == null ? void 0 : Ue.PROPS) == null ? void 0 : Se.familia) == null ? void 0 : xe.join(" - ")), 1),
|
|
15145
|
+
D("div", sI, [
|
|
15146
|
+
D("div", uI, k(y.value), 1)
|
|
15147
|
+
]),
|
|
15148
|
+
D("div", cI, [
|
|
15149
|
+
(Ye = (Ve = O(o)) == null ? void 0 : Ve.PROPS) != null && Ye.velocidad_de_internet_megas ? (b(), P("div", dI, [
|
|
15150
|
+
L[1] || (L[1] = D("div", { class: "col-6 text-main" }, "VELOCIDAD", -1)),
|
|
15151
|
+
D("div", null, [
|
|
15152
|
+
D("span", pI, k((pt = (ze = O(o)) == null ? void 0 : ze.PROPS) == null ? void 0 : pt.velocidad_de_internet_megas), 1),
|
|
15153
|
+
L[0] || (L[0] = ce(" MB ", -1))
|
|
15154
|
+
])
|
|
15155
|
+
])) : V("", !0),
|
|
15156
|
+
R.value ? (b(), P("div", _I, [
|
|
15157
|
+
L[3] || (L[3] = D("div", { class: "col-6 text-main" }, "MÓVIL", -1)),
|
|
15158
|
+
D("div", null, [
|
|
15159
|
+
D("span", fI, k(R.value), 1),
|
|
15160
|
+
L[2] || (L[2] = ce(" GB ", -1))
|
|
15161
|
+
])
|
|
15162
|
+
])) : V("", !0)
|
|
15163
|
+
]),
|
|
15164
|
+
m.value.length ? (b(), P("div", mI, [
|
|
15165
|
+
(b(!0), P(be, null, Pe(m.value, (aa, Ta) => (b(), P("div", gI, [
|
|
15163
15166
|
(b(), P("img", {
|
|
15164
15167
|
key: Ta,
|
|
15165
15168
|
src: aa.src,
|
|
15166
15169
|
class: "streaming-img q-mr-md"
|
|
15167
|
-
}, null, 8,
|
|
15170
|
+
}, null, 8, vI))
|
|
15168
15171
|
]))), 256))
|
|
15169
|
-
])) : V("", !0)
|
|
15170
|
-
N.value ? (b(), P("div", {
|
|
15171
|
-
key: 3,
|
|
15172
|
-
class: "description text-black q-my-md",
|
|
15173
|
-
style: he({
|
|
15174
|
-
lineClamp: z.descriptionLines,
|
|
15175
|
-
WebkitLineClamp: z.descriptionLines
|
|
15176
|
-
})
|
|
15177
|
-
}, k(N.value), 5)) : V("", !0)
|
|
15172
|
+
])) : V("", !0)
|
|
15178
15173
|
];
|
|
15179
15174
|
}),
|
|
15180
15175
|
_: 1
|
|
15181
15176
|
}),
|
|
15182
|
-
D("div",
|
|
15183
|
-
|
|
15184
|
-
|
|
15177
|
+
D("div", bI, [
|
|
15178
|
+
N.value ? (b(), P("div", {
|
|
15179
|
+
key: 0,
|
|
15180
|
+
class: "description text-left text-black q-my-md",
|
|
15181
|
+
style: he({
|
|
15182
|
+
lineClamp: z.descriptionLines,
|
|
15183
|
+
WebkitLineClamp: z.descriptionLines
|
|
15184
|
+
})
|
|
15185
|
+
}, k(N.value), 5)) : V("", !0),
|
|
15186
|
+
C.value ? (b(), P("div", hI, [
|
|
15187
|
+
D("span", OI, k(C.value), 1),
|
|
15185
15188
|
L[4] || (L[4] = D("span", { class: "text-caption text-black q-pl-sm q-pt-sm" }, " mxn / mes", -1))
|
|
15186
15189
|
])) : V("", !0),
|
|
15187
|
-
z.isPublic ? (b(), P("div",
|
|
15190
|
+
z.isPublic ? (b(), P("div", II, [
|
|
15188
15191
|
H(O(Je), {
|
|
15189
15192
|
class: "text-bold",
|
|
15190
15193
|
style: he({ backgroundColor: h.value.color }),
|
|
@@ -15222,14 +15225,14 @@ Facilidad de instalación, se fija a la pared con tornillos de forma sencilla. M
|
|
|
15222
15225
|
margin: "1rem 0"
|
|
15223
15226
|
})
|
|
15224
15227
|
}, null, 4),
|
|
15225
|
-
(Y = ($ = O(o)) == null ? void 0 : $.PROPS) != null && Y.permanencia ? (b(), P("div",
|
|
15228
|
+
(Y = ($ = O(o)) == null ? void 0 : $.PROPS) != null && Y.permanencia ? (b(), P("div", AI, " Contrato a " + k((W = (ae = (te = O(o)) == null ? void 0 : te.PROPS) == null ? void 0 : ae.permanencia) == null ? void 0 : W.replace(/_/g, " ")), 1)) : V("", !0)
|
|
15226
15229
|
])
|
|
15227
15230
|
];
|
|
15228
15231
|
}),
|
|
15229
15232
|
_: 1
|
|
15230
15233
|
}, 8, ["loading", "unelevated", "border-radius", "hoverable", "style"]));
|
|
15231
15234
|
}
|
|
15232
|
-
}),
|
|
15235
|
+
}), EI = /* @__PURE__ */ Ee(CI, [["__scopeId", "data-v-e5335cbc"]]), PI = Object.freeze([
|
|
15233
15236
|
{
|
|
15234
15237
|
ID_PRODUCTO: 155,
|
|
15235
15238
|
NOMBRE: "izzi movil 5gb",
|
|
@@ -15332,7 +15335,7 @@ Facilidad de instalación, se fija a la pared con tornillos de forma sencilla. M
|
|
|
15332
15335
|
}
|
|
15333
15336
|
]
|
|
15334
15337
|
}
|
|
15335
|
-
]),
|
|
15338
|
+
]), DI = {
|
|
15336
15339
|
isPublic: !0,
|
|
15337
15340
|
data: {},
|
|
15338
15341
|
fetching: !1,
|
|
@@ -15577,7 +15580,7 @@ Facilidad de instalación, se fija a la pared con tornillos de forma sencilla. M
|
|
|
15577
15580
|
controlType: "input_text"
|
|
15578
15581
|
}
|
|
15579
15582
|
]
|
|
15580
|
-
},
|
|
15583
|
+
}, TI = Dt.extend({
|
|
15581
15584
|
descriptionLines: J.number().optional(),
|
|
15582
15585
|
hiddenProps: J.array(J.string()).optional(),
|
|
15583
15586
|
gamaProps: J.array(J.record(J.string(), J.any())),
|
|
@@ -15626,54 +15629,54 @@ function Uc() {
|
|
|
15626
15629
|
showPrice: l.showPrice
|
|
15627
15630
|
};
|
|
15628
15631
|
}
|
|
15629
|
-
const
|
|
15632
|
+
const RI = {
|
|
15630
15633
|
key: 0,
|
|
15631
15634
|
class: "q-mt-md text-black col-12"
|
|
15632
|
-
},
|
|
15635
|
+
}, yI = /* @__PURE__ */ se({
|
|
15633
15636
|
__name: "ProductLongDescription",
|
|
15634
15637
|
setup(l) {
|
|
15635
15638
|
const { product: _ } = Uc(), n = B(() => {
|
|
15636
15639
|
var d;
|
|
15637
15640
|
return (d = _.value) == null ? void 0 : d.descripcion;
|
|
15638
15641
|
});
|
|
15639
|
-
return (d, o) => n.value ? (b(), P("div",
|
|
15642
|
+
return (d, o) => n.value ? (b(), P("div", RI, [
|
|
15640
15643
|
o[0] || (o[0] = D("div", { class: "font-bold text-h6" }, "Información del producto", -1)),
|
|
15641
15644
|
D("div", null, k(n.value), 1)
|
|
15642
15645
|
])) : V("", !0);
|
|
15643
15646
|
}
|
|
15644
|
-
}),
|
|
15647
|
+
}), xI = { style: { "font-size": "16px", "max-height": "300px", "overflow-y": "auto" } }, LI = {
|
|
15645
15648
|
key: 0,
|
|
15646
15649
|
class: "text-black"
|
|
15647
|
-
},
|
|
15650
|
+
}, NI = /* @__PURE__ */ se({
|
|
15648
15651
|
__name: "ProductShortDescription",
|
|
15649
15652
|
setup(l) {
|
|
15650
15653
|
const { product: _ } = Uc(), n = B(() => {
|
|
15651
15654
|
var d;
|
|
15652
15655
|
return ((d = _.value) == null ? void 0 : d.descripcion_corta) || "";
|
|
15653
15656
|
});
|
|
15654
|
-
return (d, o) => (b(), P("div",
|
|
15655
|
-
n.value ? (b(), P("div",
|
|
15657
|
+
return (d, o) => (b(), P("div", xI, [
|
|
15658
|
+
n.value ? (b(), P("div", LI, k(n.value), 1)) : V("", !0)
|
|
15656
15659
|
]));
|
|
15657
15660
|
}
|
|
15658
|
-
}),
|
|
15661
|
+
}), SI = { class: "row justify-end" }, wI = { class: "text-h5 text-bold text-black" }, BI = {
|
|
15659
15662
|
key: 0,
|
|
15660
15663
|
class: "row q-my-sm"
|
|
15661
|
-
},
|
|
15664
|
+
}, MI = {
|
|
15662
15665
|
key: 1,
|
|
15663
15666
|
class: "row items-end q-mb-md text-black"
|
|
15664
|
-
},
|
|
15667
|
+
}, UI = { class: "text-h2 text-bold" }, FI = {
|
|
15665
15668
|
key: 2,
|
|
15666
15669
|
class: "row q-my-sm"
|
|
15667
|
-
},
|
|
15670
|
+
}, zI = { class: "q-mx-sm" }, kI = ["src"], GI = {
|
|
15668
15671
|
key: 3,
|
|
15669
15672
|
class: "q-mt-md text-black"
|
|
15670
|
-
},
|
|
15673
|
+
}, VI = { style: { "margin-top": "8px" } }, HI = {
|
|
15671
15674
|
key: 4,
|
|
15672
15675
|
class: "q-mt-md text-black"
|
|
15673
|
-
},
|
|
15676
|
+
}, $I = { style: { "margin-top": "8px" } }, qI = {
|
|
15674
15677
|
key: 0,
|
|
15675
15678
|
class: "row q-mt-lg"
|
|
15676
|
-
},
|
|
15679
|
+
}, jI = { class: "row" }, KI = /* @__PURE__ */ se({
|
|
15677
15680
|
__name: "PerdmTelephonyProductDetail",
|
|
15678
15681
|
props: {
|
|
15679
15682
|
isPublic: { type: Boolean },
|
|
@@ -15800,7 +15803,7 @@ const TI = {
|
|
|
15800
15803
|
return (W, X) => {
|
|
15801
15804
|
var ue, ge, Ce, pe, Ue, Se, xe, Ve, Ye, ze, pt;
|
|
15802
15805
|
return b(), P(be, null, [
|
|
15803
|
-
D("div",
|
|
15806
|
+
D("div", SI, [
|
|
15804
15807
|
O(c) ? V("", !0) : (b(), ne(Pt, {
|
|
15805
15808
|
key: 0,
|
|
15806
15809
|
icon: "edit",
|
|
@@ -15824,40 +15827,40 @@ const TI = {
|
|
|
15824
15827
|
_: 2
|
|
15825
15828
|
}, 1032, ["style"]))), 128))
|
|
15826
15829
|
]),
|
|
15827
|
-
D("div",
|
|
15828
|
-
O(c) ? V("", !0) : (b(), P("div",
|
|
15830
|
+
D("div", wI, k(y.value || ""), 1),
|
|
15831
|
+
O(c) ? V("", !0) : (b(), P("div", BI, [
|
|
15829
15832
|
(ue = O(s)) != null && ue.R_ESTADO ? (b(), ne(Di, {
|
|
15830
15833
|
key: 0,
|
|
15831
15834
|
label: (Ce = (ge = O(s)) == null ? void 0 : ge.R_ESTADO) == null ? void 0 : Ce.NAME,
|
|
15832
15835
|
color: (Ue = (pe = O(s)) == null ? void 0 : pe.R_ESTADO) == null ? void 0 : Ue.COLOR
|
|
15833
15836
|
}, null, 8, ["label", "color"])) : V("", !0)
|
|
15834
15837
|
])),
|
|
15835
|
-
L.value ? (b(), P("div",
|
|
15836
|
-
D("span",
|
|
15838
|
+
L.value ? (b(), P("div", MI, [
|
|
15839
|
+
D("span", UI, k(L.value), 1),
|
|
15837
15840
|
X[0] || (X[0] = D("span", { class: "text-caption q-pl-sm q-pb-sm" }, " mxn / mes", -1))
|
|
15838
15841
|
])) : V("", !0),
|
|
15839
|
-
z.value.length ? (b(), P("div",
|
|
15840
|
-
(b(!0), P(be, null, Pe(z.value, (aa, Ta) => (b(), P("div",
|
|
15842
|
+
z.value.length ? (b(), P("div", FI, [
|
|
15843
|
+
(b(!0), P(be, null, Pe(z.value, (aa, Ta) => (b(), P("div", zI, [
|
|
15841
15844
|
(b(), P("img", {
|
|
15842
15845
|
key: Ta,
|
|
15843
15846
|
src: aa.src,
|
|
15844
15847
|
class: "streaming-img q-mr-md"
|
|
15845
|
-
}, null, 8,
|
|
15848
|
+
}, null, 8, kI))
|
|
15846
15849
|
]))), 256))
|
|
15847
15850
|
])) : V("", !0),
|
|
15848
|
-
H(
|
|
15849
|
-
(Se = Y.value) != null && Se.length ? (b(), P("div",
|
|
15851
|
+
H(NI),
|
|
15852
|
+
(Se = Y.value) != null && Se.length ? (b(), P("div", GI, [
|
|
15850
15853
|
X[1] || (X[1] = D("div", { class: "text-bold" }, "Ideal para:", -1)),
|
|
15851
|
-
D("ul",
|
|
15854
|
+
D("ul", VI, [
|
|
15852
15855
|
(b(!0), P(be, null, Pe(Y.value, (aa) => {
|
|
15853
15856
|
var Ta;
|
|
15854
15857
|
return b(), P("li", null, k((Ta = O(ua.upperFirst)(O(ua.snakeCase)(aa))) == null ? void 0 : Ta.replace(/_/g, " ")), 1);
|
|
15855
15858
|
}), 256))
|
|
15856
15859
|
])
|
|
15857
15860
|
])) : V("", !0),
|
|
15858
|
-
(Ye = (Ve = (xe = m.value) == null ? void 0 : xe.props) == null ? void 0 : Ve.ventajas) != null && Ye.length ? (b(), P("div",
|
|
15861
|
+
(Ye = (Ve = (xe = m.value) == null ? void 0 : xe.props) == null ? void 0 : Ve.ventajas) != null && Ye.length ? (b(), P("div", HI, [
|
|
15859
15862
|
X[2] || (X[2] = D("div", { class: "text-bold" }, "Ventajas/Beneficios:", -1)),
|
|
15860
|
-
D("ul",
|
|
15863
|
+
D("ul", $I, [
|
|
15861
15864
|
(b(!0), P(be, null, Pe((pt = (ze = m.value) == null ? void 0 : ze.props) == null ? void 0 : pt.ventajas, (aa) => {
|
|
15862
15865
|
var Ta;
|
|
15863
15866
|
return b(), P("li", null, k((Ta = O(ua.upperFirst)(O(ua.snakeCase)(aa))) == null ? void 0 : Ta.replace(/_/g, " ")), 1);
|
|
@@ -15866,7 +15869,7 @@ const TI = {
|
|
|
15866
15869
|
])) : V("", !0)
|
|
15867
15870
|
])
|
|
15868
15871
|
]),
|
|
15869
|
-
O(c) ? (b(), P("div",
|
|
15872
|
+
O(c) ? (b(), P("div", qI, [
|
|
15870
15873
|
H(O(Je), {
|
|
15871
15874
|
class: "text-bold",
|
|
15872
15875
|
style: he({ backgroundColor: te.value.color }),
|
|
@@ -15883,13 +15886,13 @@ const TI = {
|
|
|
15883
15886
|
_: 1
|
|
15884
15887
|
}, 8, ["style"])
|
|
15885
15888
|
])) : V("", !0),
|
|
15886
|
-
D("div",
|
|
15887
|
-
H(
|
|
15889
|
+
D("div", jI, [
|
|
15890
|
+
H(yI)
|
|
15888
15891
|
])
|
|
15889
15892
|
], 64);
|
|
15890
15893
|
};
|
|
15891
15894
|
}
|
|
15892
|
-
}),
|
|
15895
|
+
}), WI = /* @__PURE__ */ Ee(KI, [["__scopeId", "data-v-b383a3da"]]), ZI = Object.freeze([
|
|
15893
15896
|
{
|
|
15894
15897
|
ID_PRODUCTO: 155,
|
|
15895
15898
|
NOMBRE: "izzi movil 5gb",
|
|
@@ -15992,7 +15995,7 @@ const TI = {
|
|
|
15992
15995
|
}
|
|
15993
15996
|
]
|
|
15994
15997
|
}
|
|
15995
|
-
]),
|
|
15998
|
+
]), YI = [
|
|
15996
15999
|
{
|
|
15997
16000
|
id: "2d1db14c-3540-4f6a-8069-b840126ee29a",
|
|
15998
16001
|
code: "gama",
|
|
@@ -17676,113 +17679,113 @@ const TI = {
|
|
|
17676
17679
|
},
|
|
17677
17680
|
controlType: "select"
|
|
17678
17681
|
}
|
|
17679
|
-
],
|
|
17682
|
+
], QI = {
|
|
17680
17683
|
isPublic: !0,
|
|
17681
17684
|
data: null,
|
|
17682
17685
|
fetching: !1,
|
|
17683
17686
|
scale: 1,
|
|
17684
17687
|
count: 0,
|
|
17685
|
-
gamaProps:
|
|
17686
|
-
},
|
|
17688
|
+
gamaProps: YI
|
|
17689
|
+
}, XI = Dt.extend({
|
|
17687
17690
|
view: J.enum(["detail", "summary"]).optional(),
|
|
17688
17691
|
title: J.string().optional(),
|
|
17689
17692
|
gamaProps: J.array(J.record(J.string(), J.any())),
|
|
17690
17693
|
showPrice: J.function().optional()
|
|
17691
|
-
}),
|
|
17694
|
+
}), JI = {
|
|
17692
17695
|
telephony_product_card: {
|
|
17693
17696
|
description: "Card de producto para telefonia",
|
|
17694
|
-
component:
|
|
17697
|
+
component: EI,
|
|
17695
17698
|
group: "faceapp",
|
|
17696
|
-
schema:
|
|
17699
|
+
schema: TI,
|
|
17697
17700
|
mock: {
|
|
17698
|
-
props:
|
|
17699
|
-
data:
|
|
17701
|
+
props: DI,
|
|
17702
|
+
data: PI,
|
|
17700
17703
|
idKey: "ID_PRODUCTO",
|
|
17701
17704
|
labelKey: "NOMBRE"
|
|
17702
17705
|
}
|
|
17703
17706
|
},
|
|
17704
17707
|
telephony_product_detail: {
|
|
17705
17708
|
description: "Detalle de producto para telefonia",
|
|
17706
|
-
component:
|
|
17709
|
+
component: WI,
|
|
17707
17710
|
group: "faceapp",
|
|
17708
|
-
schema:
|
|
17711
|
+
schema: XI,
|
|
17709
17712
|
mock: {
|
|
17710
|
-
props:
|
|
17711
|
-
data:
|
|
17713
|
+
props: QI,
|
|
17714
|
+
data: ZI,
|
|
17712
17715
|
idKey: "ID_PRODUCTO",
|
|
17713
17716
|
labelKey: "NOMBRE"
|
|
17714
17717
|
}
|
|
17715
17718
|
},
|
|
17716
17719
|
linvermedia_product_card: {
|
|
17717
17720
|
description: "Card de producto para Linvermedia",
|
|
17718
|
-
component:
|
|
17721
|
+
component: z1,
|
|
17719
17722
|
group: "linvermedia",
|
|
17720
|
-
schema:
|
|
17723
|
+
schema: V1,
|
|
17721
17724
|
mock: {
|
|
17722
|
-
props:
|
|
17723
|
-
data:
|
|
17725
|
+
props: G1,
|
|
17726
|
+
data: k1,
|
|
17724
17727
|
idKey: "ID_PRODUCTO",
|
|
17725
17728
|
labelKey: "NOMBRE"
|
|
17726
17729
|
}
|
|
17727
17730
|
},
|
|
17728
17731
|
linvermedia_product_detail: {
|
|
17729
17732
|
description: "Detalle de producto para Linvermedia",
|
|
17730
|
-
component:
|
|
17733
|
+
component: jO,
|
|
17731
17734
|
group: "linvermedia",
|
|
17732
|
-
schema:
|
|
17735
|
+
schema: ZO,
|
|
17733
17736
|
mock: {
|
|
17734
|
-
props:
|
|
17735
|
-
data:
|
|
17737
|
+
props: WO,
|
|
17738
|
+
data: KO,
|
|
17736
17739
|
idKey: "id",
|
|
17737
17740
|
labelKey: "nombre"
|
|
17738
17741
|
}
|
|
17739
17742
|
},
|
|
17740
17743
|
linvermedia_solicitud_card: {
|
|
17741
17744
|
description: "Card de solicitud para Linvermedia",
|
|
17742
|
-
component:
|
|
17745
|
+
component: tI,
|
|
17743
17746
|
group: "linvermedia",
|
|
17744
|
-
schema:
|
|
17747
|
+
schema: lI,
|
|
17745
17748
|
mock: {
|
|
17746
|
-
props:
|
|
17747
|
-
data:
|
|
17749
|
+
props: nI,
|
|
17750
|
+
data: iI,
|
|
17748
17751
|
idKey: "ID_CAPTACION",
|
|
17749
17752
|
labelKey: "COD_CAPTACION"
|
|
17750
17753
|
}
|
|
17751
17754
|
},
|
|
17752
17755
|
broker_card: {
|
|
17753
17756
|
description: "Card de Brokers",
|
|
17754
|
-
component:
|
|
17757
|
+
component: i2,
|
|
17755
17758
|
group: "myhipoteca",
|
|
17756
|
-
schema:
|
|
17759
|
+
schema: o2,
|
|
17757
17760
|
mock: {
|
|
17758
|
-
props:
|
|
17759
|
-
data:
|
|
17761
|
+
props: l2,
|
|
17762
|
+
data: n2,
|
|
17760
17763
|
idKey: "ID_BROKER",
|
|
17761
17764
|
labelKey: "NOMBRE"
|
|
17762
17765
|
}
|
|
17763
17766
|
},
|
|
17764
17767
|
broker_detail: {
|
|
17765
17768
|
description: "Detail de Brokers",
|
|
17766
|
-
component:
|
|
17769
|
+
component: M2,
|
|
17767
17770
|
group: "myhipoteca",
|
|
17768
|
-
schema:
|
|
17771
|
+
schema: z2,
|
|
17769
17772
|
mock: {
|
|
17770
|
-
props:
|
|
17771
|
-
data:
|
|
17773
|
+
props: F2,
|
|
17774
|
+
data: U2,
|
|
17772
17775
|
idKey: "ID_BROKER",
|
|
17773
17776
|
labelKey: "NOMBRE"
|
|
17774
17777
|
}
|
|
17775
17778
|
}
|
|
17776
|
-
},
|
|
17777
|
-
|
|
17779
|
+
}, eA = U0(
|
|
17780
|
+
JI,
|
|
17778
17781
|
(l) => Eo(l, "mock")
|
|
17779
|
-
),
|
|
17782
|
+
), _A = {
|
|
17780
17783
|
install(l, _) {
|
|
17781
17784
|
if (_ != null && _.pinia)
|
|
17782
17785
|
l.use(_.pinia);
|
|
17783
17786
|
else
|
|
17784
17787
|
throw new Error("No se ha encontrado una instancia de pinia");
|
|
17785
|
-
l.component("SectionsContainer",
|
|
17788
|
+
l.component("SectionsContainer", yh), l.component("Card", Ei), l.component("DynamicCarousel", Pi), l.component("IndicatorColor", Tc), l.component("SectionSpinner", qu), l.component("StateIndicator", Di), l.component("IconButton", Pt), l.component("Button", qt), l.component("MenuButton", mb), l.component("ProductPrice", To), l.component("ProductProps", jn), l.component("ProductTag", qn), l.component("FlagsIcons", Ci), Object.entries(eA).forEach(([n, d]) => {
|
|
17786
17789
|
l.component(n, d.component);
|
|
17787
17790
|
});
|
|
17788
17791
|
}
|
|
@@ -17795,20 +17798,20 @@ export {
|
|
|
17795
17798
|
Ci as FlagsIcons,
|
|
17796
17799
|
Pt as IconButton,
|
|
17797
17800
|
Tc as IndicatorColor,
|
|
17798
|
-
|
|
17801
|
+
mb as MenuButton,
|
|
17799
17802
|
To as ProductPrice,
|
|
17800
17803
|
jn as ProductProps,
|
|
17801
17804
|
qn as ProductTag,
|
|
17802
17805
|
qu as SectionSpinner,
|
|
17803
|
-
|
|
17806
|
+
yh as SectionsContainer,
|
|
17804
17807
|
Di as StateIndicator,
|
|
17805
|
-
|
|
17806
|
-
|
|
17807
|
-
|
|
17808
|
+
eA as WidgetsIndex,
|
|
17809
|
+
uA as createFetchUniq,
|
|
17810
|
+
_A as default,
|
|
17808
17811
|
Nc as getFetchUniq,
|
|
17809
17812
|
Pa as getValue,
|
|
17810
|
-
|
|
17813
|
+
cA as setFetchUniq,
|
|
17811
17814
|
wc as useDragAndDrop,
|
|
17812
|
-
|
|
17813
|
-
|
|
17815
|
+
dA as useFetch,
|
|
17816
|
+
pA as useFetchPages
|
|
17814
17817
|
};
|