sass-template-common 0.9.103 → 0.9.104
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/sass-template-common.js +244 -217
- package/dist/sass-template-common.umd.cjs +17 -17
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as a, jsxs as g, Fragment as $ } from "react/jsx-runtime";
|
|
2
|
-
import * as
|
|
2
|
+
import * as Hs from "react";
|
|
3
3
|
import ce, { useState as J, useRef as qn, useCallback as le, useEffect as Te, createElement as Be, forwardRef as Da, Fragment as is, useMemo as os, Component as Dn } from "react";
|
|
4
4
|
let ls = {
|
|
5
5
|
PUBLIC_API_HOST: "",
|
|
@@ -171,9 +171,9 @@ j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
|
|
|
171
171
|
function Ye(e) {
|
|
172
172
|
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
|
173
173
|
}
|
|
174
|
-
var bt = { exports: {} }, Hn = bt.exports,
|
|
174
|
+
var bt = { exports: {} }, Hn = bt.exports, Fs;
|
|
175
175
|
function _a() {
|
|
176
|
-
return
|
|
176
|
+
return Fs || (Fs = 1, (function(e, t) {
|
|
177
177
|
(function(s, n) {
|
|
178
178
|
e.exports = n();
|
|
179
179
|
})(Hn, (function() {
|
|
@@ -451,9 +451,9 @@ function _a() {
|
|
|
451
451
|
}
|
|
452
452
|
var Fn = _a();
|
|
453
453
|
const pe = /* @__PURE__ */ Ye(Fn);
|
|
454
|
-
var vt = { exports: {} }, zn = vt.exports,
|
|
454
|
+
var vt = { exports: {} }, zn = vt.exports, zs;
|
|
455
455
|
function Wn() {
|
|
456
|
-
return
|
|
456
|
+
return zs || (zs = 1, (function(e, t) {
|
|
457
457
|
(function(s, n) {
|
|
458
458
|
e.exports = n();
|
|
459
459
|
})(zn, (function() {
|
|
@@ -497,9 +497,9 @@ function Wn() {
|
|
|
497
497
|
}
|
|
498
498
|
var Yn = Wn();
|
|
499
499
|
const Kn = /* @__PURE__ */ Ye(Yn);
|
|
500
|
-
var Ct = { exports: {} }, $n = Ct.exports,
|
|
500
|
+
var Ct = { exports: {} }, $n = Ct.exports, Ws;
|
|
501
501
|
function Jn() {
|
|
502
|
-
return
|
|
502
|
+
return Ws || (Ws = 1, (function(e, t) {
|
|
503
503
|
(function(s, n) {
|
|
504
504
|
e.exports = n(_a());
|
|
505
505
|
})($n, (function(s) {
|
|
@@ -514,9 +514,9 @@ function Jn() {
|
|
|
514
514
|
})(Ct)), Ct.exports;
|
|
515
515
|
}
|
|
516
516
|
Jn();
|
|
517
|
-
var yt = { exports: {} }, Zn = yt.exports,
|
|
517
|
+
var yt = { exports: {} }, Zn = yt.exports, Ys;
|
|
518
518
|
function Xn() {
|
|
519
|
-
return
|
|
519
|
+
return Ys || (Ys = 1, (function(e, t) {
|
|
520
520
|
(function(s, n) {
|
|
521
521
|
e.exports = n();
|
|
522
522
|
})(Zn, (function() {
|
|
@@ -591,9 +591,9 @@ function Xn() {
|
|
|
591
591
|
}
|
|
592
592
|
var er = Xn();
|
|
593
593
|
const tr = /* @__PURE__ */ Ye(er);
|
|
594
|
-
var Nt = { exports: {} }, sr = Nt.exports,
|
|
594
|
+
var Nt = { exports: {} }, sr = Nt.exports, Ks;
|
|
595
595
|
function ar() {
|
|
596
|
-
return
|
|
596
|
+
return Ks || (Ks = 1, (function(e, t) {
|
|
597
597
|
(function(s, n) {
|
|
598
598
|
e.exports = n();
|
|
599
599
|
})(sr, (function() {
|
|
@@ -752,14 +752,14 @@ const tt = (e, t, s, n) => {
|
|
|
752
752
|
tags: []
|
|
753
753
|
}
|
|
754
754
|
};
|
|
755
|
-
},
|
|
755
|
+
}, $s = /<div\b[^>]*class=["'][^"']*\bck-related-news\b[^"']*["'][^>]*>/gi;
|
|
756
756
|
function cs(e) {
|
|
757
757
|
if (!e?.body?.rendered) return [];
|
|
758
758
|
const t = e.body.rendered, s = [];
|
|
759
759
|
let n = 0;
|
|
760
760
|
for (; n < t.length; ) {
|
|
761
|
-
|
|
762
|
-
const r =
|
|
761
|
+
$s.lastIndex = n;
|
|
762
|
+
const r = $s.exec(t);
|
|
763
763
|
if (!r) break;
|
|
764
764
|
const i = r.index + r[0].length;
|
|
765
765
|
let o = 1, l = i, u = i;
|
|
@@ -803,7 +803,7 @@ const Rd = cs, ur = async (e, t) => {
|
|
|
803
803
|
if (!e?.preview?.length) return null;
|
|
804
804
|
const t = e.preview;
|
|
805
805
|
return t.find((s) => s.format === "1.91:1") ?? t[t.length - 1];
|
|
806
|
-
},
|
|
806
|
+
}, Js = ({
|
|
807
807
|
schemaImage: e,
|
|
808
808
|
socialImage: t,
|
|
809
809
|
fallbackImage: s,
|
|
@@ -827,7 +827,7 @@ const Rd = cs, ur = async (e, t) => {
|
|
|
827
827
|
PUBLIC_ASSETS_URL: r,
|
|
828
828
|
PUBLIC_API_FRONT: i,
|
|
829
829
|
DATE_TIMEZONE: o = "America/Mexico_City"
|
|
830
|
-
} = O(), l = Ga(t.keywords) ?? "", u = t?.preview?.sizes ? t?.preview?.sizes[0]?.url : "", c = (r !== "false" ? r : i) ?? "", d = mr(n), m = t.main.title.article, h =
|
|
830
|
+
} = O(), l = Ga(t.keywords) ?? "", u = t?.preview?.sizes ? t?.preview?.sizes[0]?.url : "", c = (r !== "false" ? r : i) ?? "", d = mr(n), m = t.main.title.article, h = Js({
|
|
831
831
|
schemaImage: d,
|
|
832
832
|
socialImage: t?.social?.images?.facebook,
|
|
833
833
|
fallbackImage: u,
|
|
@@ -835,7 +835,7 @@ const Rd = cs, ur = async (e, t) => {
|
|
|
835
835
|
defaultWidth: s.landscapeLogo.width,
|
|
836
836
|
defaultHeight: s.landscapeLogo.height,
|
|
837
837
|
alt: n?.description ?? m
|
|
838
|
-
}), A =
|
|
838
|
+
}), A = Js({
|
|
839
839
|
schemaImage: d,
|
|
840
840
|
socialImage: t?.social?.images?.twitter,
|
|
841
841
|
fallbackImage: u,
|
|
@@ -1076,7 +1076,7 @@ const Rd = cs, ur = async (e, t) => {
|
|
|
1076
1076
|
}, de = async (e) => {
|
|
1077
1077
|
const t = st() ?? "", s = e;
|
|
1078
1078
|
return s?.startsWith("http") || s?.includes(t) || t === "" ? s : t + s;
|
|
1079
|
-
},
|
|
1079
|
+
}, vs = (e, t) => {
|
|
1080
1080
|
const s = e || "";
|
|
1081
1081
|
return t ? s.replaceAll("[section_replace]", t["[section_replace]"] ?? "").replaceAll("[tag_replace]", t["[tag_replace]"] ?? "").replaceAll("[url_replace]", t["[url_replace]"] ?? "").replaceAll("[author_replace]", t["[author_replace]"] ?? "") || "" : s || "";
|
|
1082
1082
|
}, wr = (e) => {
|
|
@@ -1126,7 +1126,7 @@ const Rd = cs, ur = async (e, t) => {
|
|
|
1126
1126
|
(r) => r.key === e.name
|
|
1127
1127
|
);
|
|
1128
1128
|
if (!t || !t.show) return null;
|
|
1129
|
-
const s =
|
|
1129
|
+
const s = vs(
|
|
1130
1130
|
t.value || "",
|
|
1131
1131
|
e.replaces
|
|
1132
1132
|
), n = vr(s);
|
|
@@ -1139,7 +1139,7 @@ const Rd = cs, ur = async (e, t) => {
|
|
|
1139
1139
|
(r) => r.key === e.name
|
|
1140
1140
|
);
|
|
1141
1141
|
if (!t || !t.show) return null;
|
|
1142
|
-
const n =
|
|
1142
|
+
const n = vs(
|
|
1143
1143
|
t.value || "",
|
|
1144
1144
|
e.replaces
|
|
1145
1145
|
).split(
|
|
@@ -1179,7 +1179,7 @@ function Ld(e) {
|
|
|
1179
1179
|
const yr = () => {
|
|
1180
1180
|
const { PUBLIC_ASSETS_URL: e } = O();
|
|
1181
1181
|
return e && e !== "false" && /* @__PURE__ */ a("link", { rel: "preconnect", href: e, crossOrigin: "anonymous" });
|
|
1182
|
-
}, { PUBLIC_ASSETS_URL: Yt } = O(), Nr = Yt && Yt !== "false" ? Yt : "",
|
|
1182
|
+
}, { PUBLIC_ASSETS_URL: Yt } = O(), Nr = Yt && Yt !== "false" ? Yt : "", Zs = ({ images: e }) => /* @__PURE__ */ a($, { children: e.map(
|
|
1183
1183
|
(t, s) => t.href !== "" && /* @__PURE__ */ a(
|
|
1184
1184
|
"link",
|
|
1185
1185
|
{
|
|
@@ -1562,7 +1562,7 @@ const jd = async (e, t, s) => {
|
|
|
1562
1562
|
__html: JSON.stringify(s ?? Rr[t])
|
|
1563
1563
|
}
|
|
1564
1564
|
}
|
|
1565
|
-
),
|
|
1565
|
+
), Cs = async (e, t, s) => {
|
|
1566
1566
|
if (s)
|
|
1567
1567
|
return s.get(`/schemas${t}`, { params: e }).catch((n) => {
|
|
1568
1568
|
console.log(`[/schemas${t}] Error: ${n.message}`);
|
|
@@ -1586,7 +1586,7 @@ const jd = async (e, t, s) => {
|
|
|
1586
1586
|
...o && l ? { query: `${l}:('${o}')` } : {}
|
|
1587
1587
|
};
|
|
1588
1588
|
try {
|
|
1589
|
-
const c = await
|
|
1589
|
+
const c = await Cs(u, "/news-list-summary", t);
|
|
1590
1590
|
c?.data?.data ? i = c.data.data : console.warn(
|
|
1591
1591
|
"getSchemas responded but did not contain expected data:",
|
|
1592
1592
|
c
|
|
@@ -1675,13 +1675,13 @@ const Mr = async ({
|
|
|
1675
1675
|
o = (await Promise.all(
|
|
1676
1676
|
m.map(async (p) => {
|
|
1677
1677
|
const w = p === "/news-breadcrumb" ? { ...c, prefixtag: A } : p === "/news" && t.schemasNewsParams ? { ...c, ...t.schemasNewsParams } : c;
|
|
1678
|
-
return await
|
|
1678
|
+
return await Cs(w, p, n);
|
|
1679
1679
|
})
|
|
1680
1680
|
)).map((p) => p?.data?.data ?? []);
|
|
1681
1681
|
} catch (l) {
|
|
1682
1682
|
console.log("Error fetching schemas:", l);
|
|
1683
1683
|
}
|
|
1684
|
-
return
|
|
1684
|
+
return o.map((l, u) => /* @__PURE__ */ a(
|
|
1685
1685
|
"script",
|
|
1686
1686
|
{
|
|
1687
1687
|
type: "application/ld+json",
|
|
@@ -1746,7 +1746,7 @@ const Mr = async ({
|
|
|
1746
1746
|
logow: t.socialBlockLogo?.width,
|
|
1747
1747
|
logoh: t.socialBlockLogo?.height,
|
|
1748
1748
|
authorurl: `${t.siteUrl}/autor/`
|
|
1749
|
-
}, i = (await
|
|
1749
|
+
}, i = (await Cs(n, "/videos", s))?.data.data;
|
|
1750
1750
|
return i ? /* @__PURE__ */ a(
|
|
1751
1751
|
"script",
|
|
1752
1752
|
{
|
|
@@ -2270,7 +2270,7 @@ function Fa(e, t) {
|
|
|
2270
2270
|
return e.apply(t, arguments);
|
|
2271
2271
|
};
|
|
2272
2272
|
}
|
|
2273
|
-
const { toString: Fr } = Object.prototype, { getPrototypeOf:
|
|
2273
|
+
const { toString: Fr } = Object.prototype, { getPrototypeOf: ys } = Object, { iterator: Bt, toStringTag: za } = Symbol, Ot = /* @__PURE__ */ ((e) => (t) => {
|
|
2274
2274
|
const s = Fr.call(t);
|
|
2275
2275
|
return e[s] || (e[s] = s.slice(8, -1).toLowerCase());
|
|
2276
2276
|
})(/* @__PURE__ */ Object.create(null)), Ne = (e) => (e = e.toLowerCase(), (t) => Ot(t) === e), Mt = (e) => (t) => typeof t === e, { isArray: Ke } = Array, ze = Mt("undefined");
|
|
@@ -2285,7 +2285,7 @@ function zr(e) {
|
|
|
2285
2285
|
const Wr = Mt("string"), Ae = Mt("function"), Ya = Mt("number"), rt = (e) => e !== null && typeof e == "object", Yr = (e) => e === !0 || e === !1, St = (e) => {
|
|
2286
2286
|
if (Ot(e) !== "object")
|
|
2287
2287
|
return !1;
|
|
2288
|
-
const t =
|
|
2288
|
+
const t = ys(e);
|
|
2289
2289
|
return (t === null || t === Object.prototype || Object.getPrototypeOf(t) === null) && !(za in e) && !(Bt in e);
|
|
2290
2290
|
}, Kr = (e) => {
|
|
2291
2291
|
if (!rt(e) || nt(e))
|
|
@@ -2350,7 +2350,7 @@ const li = (e, t, s, { allOwnKeys: n } = {}) => (it(t, (r, i) => {
|
|
|
2350
2350
|
do {
|
|
2351
2351
|
for (r = Object.getOwnPropertyNames(e), i = r.length; i-- > 0; )
|
|
2352
2352
|
o = r[i], (!n || n(o, e, t)) && !l[o] && (t[o] = e[o], l[o] = !0);
|
|
2353
|
-
e = s !== !1 &&
|
|
2353
|
+
e = s !== !1 && ys(e);
|
|
2354
2354
|
} while (e && (!s || s(e, t)) && e !== Object.prototype);
|
|
2355
2355
|
return t;
|
|
2356
2356
|
}, mi = (e, t, s) => {
|
|
@@ -2366,7 +2366,7 @@ const li = (e, t, s, { allOwnKeys: n } = {}) => (it(t, (r, i) => {
|
|
|
2366
2366
|
for (; t-- > 0; )
|
|
2367
2367
|
s[t] = e[t];
|
|
2368
2368
|
return s;
|
|
2369
|
-
}, fi = /* @__PURE__ */ ((e) => (t) => e && t instanceof e)(typeof Uint8Array < "u" &&
|
|
2369
|
+
}, fi = /* @__PURE__ */ ((e) => (t) => e && t instanceof e)(typeof Uint8Array < "u" && ys(Uint8Array)), gi = (e, t) => {
|
|
2370
2370
|
const n = (e && e[Bt]).call(e);
|
|
2371
2371
|
let r;
|
|
2372
2372
|
for (; (r = n.next()) && !r.done; ) {
|
|
@@ -2384,7 +2384,7 @@ const li = (e, t, s, { allOwnKeys: n } = {}) => (it(t, (r, i) => {
|
|
|
2384
2384
|
function(s, n, r) {
|
|
2385
2385
|
return n.toUpperCase() + r;
|
|
2386
2386
|
}
|
|
2387
|
-
),
|
|
2387
|
+
), Xs = (({ hasOwnProperty: e }) => (t, s) => e.call(t, s))(Object.prototype), bi = Ne("RegExp"), Ja = (e, t) => {
|
|
2388
2388
|
const s = Object.getOwnPropertyDescriptors(e), n = {};
|
|
2389
2389
|
it(s, (r, i) => {
|
|
2390
2390
|
let o;
|
|
@@ -2483,8 +2483,8 @@ const Ei = (e) => {
|
|
|
2483
2483
|
forEachEntry: gi,
|
|
2484
2484
|
matchAll: pi,
|
|
2485
2485
|
isHTMLForm: Ai,
|
|
2486
|
-
hasOwnProperty:
|
|
2487
|
-
hasOwnProp:
|
|
2486
|
+
hasOwnProperty: Xs,
|
|
2487
|
+
hasOwnProp: Xs,
|
|
2488
2488
|
// an alias to avoid ESLint no-prototype-builtins detection
|
|
2489
2489
|
reduceDescriptors: Ja,
|
|
2490
2490
|
freezeMethods: vi,
|
|
@@ -2562,7 +2562,7 @@ function us(e) {
|
|
|
2562
2562
|
function tn(e) {
|
|
2563
2563
|
return y.endsWith(e, "[]") ? e.slice(0, -2) : e;
|
|
2564
2564
|
}
|
|
2565
|
-
function
|
|
2565
|
+
function ea(e, t, s) {
|
|
2566
2566
|
return e ? e.concat(t).map(function(r, i) {
|
|
2567
2567
|
return r = tn(r), !s && i ? "[" + r + "]" : r;
|
|
2568
2568
|
}).join(s ? "." : "") : t;
|
|
@@ -2605,12 +2605,12 @@ function qt(e, t, s) {
|
|
|
2605
2605
|
return p = tn(p), v.forEach(function(N, S) {
|
|
2606
2606
|
!(y.isUndefined(N) || N === null) && t.append(
|
|
2607
2607
|
// eslint-disable-next-line no-nested-ternary
|
|
2608
|
-
o === !0 ?
|
|
2608
|
+
o === !0 ? ea([p], S, i) : o === null ? p : p + "[]",
|
|
2609
2609
|
c(N)
|
|
2610
2610
|
);
|
|
2611
2611
|
}), !1;
|
|
2612
2612
|
}
|
|
2613
|
-
return us(f) ? !0 : (t.append(
|
|
2613
|
+
return us(f) ? !0 : (t.append(ea(w, p, i), c(f)), !1);
|
|
2614
2614
|
}
|
|
2615
2615
|
const m = [], h = Object.assign(Li, {
|
|
2616
2616
|
defaultVisitor: d,
|
|
@@ -2636,7 +2636,7 @@ function qt(e, t, s) {
|
|
|
2636
2636
|
throw new TypeError("data must be an object");
|
|
2637
2637
|
return A(e), t;
|
|
2638
2638
|
}
|
|
2639
|
-
function
|
|
2639
|
+
function ta(e) {
|
|
2640
2640
|
const t = {
|
|
2641
2641
|
"!": "%21",
|
|
2642
2642
|
"'": "%27",
|
|
@@ -2650,17 +2650,17 @@ function sa(e) {
|
|
|
2650
2650
|
return t[n];
|
|
2651
2651
|
});
|
|
2652
2652
|
}
|
|
2653
|
-
function
|
|
2653
|
+
function Ns(e, t) {
|
|
2654
2654
|
this._pairs = [], e && qt(e, this, t);
|
|
2655
2655
|
}
|
|
2656
|
-
const sn =
|
|
2656
|
+
const sn = Ns.prototype;
|
|
2657
2657
|
sn.append = function(t, s) {
|
|
2658
2658
|
this._pairs.push([t, s]);
|
|
2659
2659
|
};
|
|
2660
2660
|
sn.toString = function(t) {
|
|
2661
2661
|
const s = t ? function(n) {
|
|
2662
|
-
return t.call(this, n,
|
|
2663
|
-
} :
|
|
2662
|
+
return t.call(this, n, ta);
|
|
2663
|
+
} : ta;
|
|
2664
2664
|
return this._pairs.map(function(r) {
|
|
2665
2665
|
return s(r[0]) + "=" + s(r[1]);
|
|
2666
2666
|
}, "").join("&");
|
|
@@ -2677,13 +2677,13 @@ function an(e, t, s) {
|
|
|
2677
2677
|
});
|
|
2678
2678
|
const r = s && s.serialize;
|
|
2679
2679
|
let i;
|
|
2680
|
-
if (r ? i = r(t, s) : i = y.isURLSearchParams(t) ? t.toString() : new
|
|
2680
|
+
if (r ? i = r(t, s) : i = y.isURLSearchParams(t) ? t.toString() : new Ns(t, s).toString(n), i) {
|
|
2681
2681
|
const o = e.indexOf("#");
|
|
2682
2682
|
o !== -1 && (e = e.slice(0, o)), e += (e.indexOf("?") === -1 ? "?" : "&") + i;
|
|
2683
2683
|
}
|
|
2684
2684
|
return e;
|
|
2685
2685
|
}
|
|
2686
|
-
class
|
|
2686
|
+
class sa {
|
|
2687
2687
|
constructor() {
|
|
2688
2688
|
this.handlers = [];
|
|
2689
2689
|
}
|
|
@@ -2741,7 +2741,7 @@ const nn = {
|
|
|
2741
2741
|
silentJSONParsing: !0,
|
|
2742
2742
|
forcedJSONParsing: !0,
|
|
2743
2743
|
clarifyTimeoutError: !1
|
|
2744
|
-
}, Bi = typeof URLSearchParams < "u" ? URLSearchParams :
|
|
2744
|
+
}, Bi = typeof URLSearchParams < "u" ? URLSearchParams : Ns, Oi = typeof FormData < "u" ? FormData : null, Mi = typeof Blob < "u" ? Blob : null, qi = {
|
|
2745
2745
|
isBrowser: !0,
|
|
2746
2746
|
classes: {
|
|
2747
2747
|
URLSearchParams: Bi,
|
|
@@ -2749,10 +2749,10 @@ const nn = {
|
|
|
2749
2749
|
Blob: Mi
|
|
2750
2750
|
},
|
|
2751
2751
|
protocols: ["http", "https", "file", "blob", "url", "data"]
|
|
2752
|
-
},
|
|
2753
|
-
self instanceof WorkerGlobalScope && typeof self.importScripts == "function", Gi =
|
|
2752
|
+
}, Ss = typeof window < "u" && typeof document < "u", ms = typeof navigator == "object" && navigator || void 0, Di = Ss && (!ms || ["ReactNative", "NativeScript", "NS"].indexOf(ms.product) < 0), _i = typeof WorkerGlobalScope < "u" && // eslint-disable-next-line no-undef
|
|
2753
|
+
self instanceof WorkerGlobalScope && typeof self.importScripts == "function", Gi = Ss && window.location.href || "http://localhost", ji = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2754
2754
|
__proto__: null,
|
|
2755
|
-
hasBrowserEnv:
|
|
2755
|
+
hasBrowserEnv: Ss,
|
|
2756
2756
|
hasStandardBrowserEnv: Di,
|
|
2757
2757
|
hasStandardBrowserWebWorkerEnv: _i,
|
|
2758
2758
|
navigator: ms,
|
|
@@ -2900,7 +2900,7 @@ const zi = y.toObjectSet([
|
|
|
2900
2900
|
`).forEach(function(o) {
|
|
2901
2901
|
r = o.indexOf(":"), s = o.substring(0, r).trim().toLowerCase(), n = o.substring(r + 1).trim(), !(!s || t[s] && zi[s]) && (s === "set-cookie" ? t[s] ? t[s].push(n) : t[s] = [n] : t[s] = t[s] ? t[s] + ", " + n : n);
|
|
2902
2902
|
}), t;
|
|
2903
|
-
},
|
|
2903
|
+
}, aa = Symbol("internals");
|
|
2904
2904
|
function Ze(e) {
|
|
2905
2905
|
return e && String(e).trim().toLowerCase();
|
|
2906
2906
|
}
|
|
@@ -3055,7 +3055,7 @@ let we = class {
|
|
|
3055
3055
|
return s.forEach((r) => n.set(r)), n;
|
|
3056
3056
|
}
|
|
3057
3057
|
static accessor(t) {
|
|
3058
|
-
const n = (this[
|
|
3058
|
+
const n = (this[aa] = this[aa] = {
|
|
3059
3059
|
accessors: {}
|
|
3060
3060
|
}).accessors, r = this.prototype;
|
|
3061
3061
|
function i(o) {
|
|
@@ -3153,14 +3153,14 @@ const Ut = (e, t, s = 3) => {
|
|
|
3153
3153
|
};
|
|
3154
3154
|
e(m);
|
|
3155
3155
|
}, s);
|
|
3156
|
-
},
|
|
3156
|
+
}, na = (e, t) => {
|
|
3157
3157
|
const s = e != null;
|
|
3158
3158
|
return [(n) => t[0]({
|
|
3159
3159
|
lengthComputable: s,
|
|
3160
3160
|
total: e,
|
|
3161
3161
|
loaded: n
|
|
3162
3162
|
}), t[1]];
|
|
3163
|
-
},
|
|
3163
|
+
}, ra = (e) => (...t) => y.asap(() => e(...t)), to = ue.hasStandardBrowserEnv ? /* @__PURE__ */ ((e, t) => (s) => (s = new URL(s, ue.origin), e.protocol === s.protocol && e.host === s.host && (t || e.port === s.port)))(
|
|
3164
3164
|
new URL(ue.origin),
|
|
3165
3165
|
ue.navigator && /(msie|trident)/i.test(ue.navigator.userAgent)
|
|
3166
3166
|
) : () => !0, so = ue.hasStandardBrowserEnv ? (
|
|
@@ -3202,7 +3202,7 @@ function cn(e, t, s) {
|
|
|
3202
3202
|
let n = !ao(t);
|
|
3203
3203
|
return e && (n || s == !1) ? no(e, t) : t;
|
|
3204
3204
|
}
|
|
3205
|
-
const
|
|
3205
|
+
const ia = (e) => e instanceof we ? { ...e } : e;
|
|
3206
3206
|
function je(e, t) {
|
|
3207
3207
|
t = t || {};
|
|
3208
3208
|
const s = {};
|
|
@@ -3260,7 +3260,7 @@ function je(e, t) {
|
|
|
3260
3260
|
socketPath: o,
|
|
3261
3261
|
responseEncoding: o,
|
|
3262
3262
|
validateStatus: l,
|
|
3263
|
-
headers: (c, d, m) => r(
|
|
3263
|
+
headers: (c, d, m) => r(ia(c), ia(d), m, !0)
|
|
3264
3264
|
};
|
|
3265
3265
|
return y.forEach(Object.keys({ ...e, ...t }), function(d) {
|
|
3266
3266
|
const m = u[d] || r, h = m(e[d], t[d], d);
|
|
@@ -3397,7 +3397,7 @@ const dn = (e) => {
|
|
|
3397
3397
|
} finally {
|
|
3398
3398
|
await t.cancel();
|
|
3399
3399
|
}
|
|
3400
|
-
},
|
|
3400
|
+
}, oa = (e, t, s, n) => {
|
|
3401
3401
|
const r = co(e, t);
|
|
3402
3402
|
let i = 0, o, l = (u) => {
|
|
3403
3403
|
o || (o = !0, n && n(u));
|
|
@@ -3426,13 +3426,13 @@ const dn = (e) => {
|
|
|
3426
3426
|
}, {
|
|
3427
3427
|
highWaterMark: 2
|
|
3428
3428
|
});
|
|
3429
|
-
},
|
|
3429
|
+
}, la = 64 * 1024, { isFunction: ht } = y, mo = (({ Request: e, Response: t }) => ({
|
|
3430
3430
|
Request: e,
|
|
3431
3431
|
Response: t
|
|
3432
3432
|
}))(y.global), {
|
|
3433
|
-
ReadableStream:
|
|
3434
|
-
TextEncoder:
|
|
3435
|
-
} = y.global,
|
|
3433
|
+
ReadableStream: ca,
|
|
3434
|
+
TextEncoder: da
|
|
3435
|
+
} = y.global, ua = (e, ...t) => {
|
|
3436
3436
|
try {
|
|
3437
3437
|
return !!e(...t);
|
|
3438
3438
|
} catch {
|
|
@@ -3445,17 +3445,17 @@ const dn = (e) => {
|
|
|
3445
3445
|
const { fetch: t, Request: s, Response: n } = e, r = t ? ht(t) : typeof fetch == "function", i = ht(s), o = ht(n);
|
|
3446
3446
|
if (!r)
|
|
3447
3447
|
return !1;
|
|
3448
|
-
const l = r && ht(
|
|
3448
|
+
const l = r && ht(ca), u = r && (typeof da == "function" ? /* @__PURE__ */ ((f) => (p) => f.encode(p))(new da()) : async (f) => new Uint8Array(await new s(f).arrayBuffer())), c = i && l && ua(() => {
|
|
3449
3449
|
let f = !1;
|
|
3450
3450
|
const p = new s(ue.origin, {
|
|
3451
|
-
body: new
|
|
3451
|
+
body: new ca(),
|
|
3452
3452
|
method: "POST",
|
|
3453
3453
|
get duplex() {
|
|
3454
3454
|
return f = !0, "half";
|
|
3455
3455
|
}
|
|
3456
3456
|
}).headers.has("Content-Type");
|
|
3457
3457
|
return f && !p;
|
|
3458
|
-
}), d = o && l &&
|
|
3458
|
+
}), d = o && l && ua(() => y.isReadableStream(new n("").body)), m = {
|
|
3459
3459
|
stream: d && ((f) => f.body)
|
|
3460
3460
|
};
|
|
3461
3461
|
r && ["text", "arrayBuffer", "blob", "formData", "stream"].forEach((f) => {
|
|
@@ -3513,11 +3513,11 @@ const dn = (e) => {
|
|
|
3513
3513
|
duplex: "half"
|
|
3514
3514
|
}), B;
|
|
3515
3515
|
if (y.isFormData(v) && (B = T.headers.get("content-type")) && Q.setContentType(B), T.body) {
|
|
3516
|
-
const [G, _] =
|
|
3516
|
+
const [G, _] = na(
|
|
3517
3517
|
x,
|
|
3518
|
-
Ut(
|
|
3518
|
+
Ut(ra(I))
|
|
3519
3519
|
);
|
|
3520
|
-
v =
|
|
3520
|
+
v = oa(T.body, la, G, _);
|
|
3521
3521
|
}
|
|
3522
3522
|
}
|
|
3523
3523
|
y.isString(W) || (W = W ? "include" : "omit");
|
|
@@ -3538,12 +3538,12 @@ const dn = (e) => {
|
|
|
3538
3538
|
["status", "statusText", "headers"].forEach((H) => {
|
|
3539
3539
|
T[H] = k[H];
|
|
3540
3540
|
});
|
|
3541
|
-
const B = y.toFiniteNumber(k.headers.get("content-length")), [G, _] = b &&
|
|
3541
|
+
const B = y.toFiniteNumber(k.headers.get("content-length")), [G, _] = b && na(
|
|
3542
3542
|
B,
|
|
3543
|
-
Ut(
|
|
3543
|
+
Ut(ra(b), !0)
|
|
3544
3544
|
) || [];
|
|
3545
3545
|
k = new n(
|
|
3546
|
-
|
|
3546
|
+
oa(k.body, la, G, () => {
|
|
3547
3547
|
_ && _(), q && q();
|
|
3548
3548
|
}),
|
|
3549
3549
|
T
|
|
@@ -3583,14 +3583,14 @@ const dn = (e) => {
|
|
|
3583
3583
|
return c;
|
|
3584
3584
|
};
|
|
3585
3585
|
un();
|
|
3586
|
-
const
|
|
3586
|
+
const Es = {
|
|
3587
3587
|
http: Ri,
|
|
3588
3588
|
xhr: io,
|
|
3589
3589
|
fetch: {
|
|
3590
3590
|
get: un
|
|
3591
3591
|
}
|
|
3592
3592
|
};
|
|
3593
|
-
y.forEach(
|
|
3593
|
+
y.forEach(Es, (e, t) => {
|
|
3594
3594
|
if (e) {
|
|
3595
3595
|
try {
|
|
3596
3596
|
Object.defineProperty(e, "name", { value: t });
|
|
@@ -3599,7 +3599,7 @@ y.forEach(Ts, (e, t) => {
|
|
|
3599
3599
|
Object.defineProperty(e, "adapterName", { value: t });
|
|
3600
3600
|
}
|
|
3601
3601
|
});
|
|
3602
|
-
const
|
|
3602
|
+
const ma = (e) => `- ${e}`, go = (e) => y.isFunction(e) || e === null || e === !1;
|
|
3603
3603
|
function po(e, t) {
|
|
3604
3604
|
e = y.isArray(e) ? e : [e];
|
|
3605
3605
|
const { length: s } = e;
|
|
@@ -3608,7 +3608,7 @@ function po(e, t) {
|
|
|
3608
3608
|
for (let o = 0; o < s; o++) {
|
|
3609
3609
|
n = e[o];
|
|
3610
3610
|
let l;
|
|
3611
|
-
if (r = n, !go(n) && (r =
|
|
3611
|
+
if (r = n, !go(n) && (r = Es[(l = String(n)).toLowerCase()], r === void 0))
|
|
3612
3612
|
throw new Z(`Unknown adapter '${l}'`);
|
|
3613
3613
|
if (r && (y.isFunction(r) || (r = r.get(t))))
|
|
3614
3614
|
break;
|
|
@@ -3619,8 +3619,8 @@ function po(e, t) {
|
|
|
3619
3619
|
([u, c]) => `adapter ${u} ` + (c === !1 ? "is not supported by the environment" : "is not available in the build")
|
|
3620
3620
|
);
|
|
3621
3621
|
let l = s ? o.length > 1 ? `since :
|
|
3622
|
-
` + o.map(
|
|
3623
|
-
`) : " " +
|
|
3622
|
+
` + o.map(ma).join(`
|
|
3623
|
+
`) : " " + ma(o[0]) : "as no adapter specified";
|
|
3624
3624
|
throw new Z(
|
|
3625
3625
|
"There is no suitable adapter to dispatch the request " + l,
|
|
3626
3626
|
"ERR_NOT_SUPPORT"
|
|
@@ -3638,13 +3638,13 @@ const mn = {
|
|
|
3638
3638
|
* Exposes all known adapters
|
|
3639
3639
|
* @type {Object<string, Function|Object>}
|
|
3640
3640
|
*/
|
|
3641
|
-
adapters:
|
|
3641
|
+
adapters: Es
|
|
3642
3642
|
};
|
|
3643
3643
|
function Jt(e) {
|
|
3644
3644
|
if (e.cancelToken && e.cancelToken.throwIfRequested(), e.signal && e.signal.aborted)
|
|
3645
3645
|
throw new $e(null, e);
|
|
3646
3646
|
}
|
|
3647
|
-
function
|
|
3647
|
+
function ha(e) {
|
|
3648
3648
|
return Jt(e), e.headers = we.from(e.headers), e.data = $t.call(
|
|
3649
3649
|
e,
|
|
3650
3650
|
e.transformRequest
|
|
@@ -3668,7 +3668,7 @@ const hn = "1.13.2", Dt = {};
|
|
|
3668
3668
|
return typeof n === e || "a" + (t < 1 ? "n " : " ") + e;
|
|
3669
3669
|
};
|
|
3670
3670
|
});
|
|
3671
|
-
const
|
|
3671
|
+
const fa = {};
|
|
3672
3672
|
Dt.transitional = function(t, s, n) {
|
|
3673
3673
|
function r(i, o) {
|
|
3674
3674
|
return "[Axios v" + hn + "] Transitional option '" + i + "'" + o + (n ? ". " + n : "");
|
|
@@ -3679,7 +3679,7 @@ Dt.transitional = function(t, s, n) {
|
|
|
3679
3679
|
r(o, " has been removed" + (s ? " in " + s : "")),
|
|
3680
3680
|
Z.ERR_DEPRECATED
|
|
3681
3681
|
);
|
|
3682
|
-
return s && !
|
|
3682
|
+
return s && !fa[o] && (fa[o] = !0, console.warn(
|
|
3683
3683
|
r(
|
|
3684
3684
|
o,
|
|
3685
3685
|
" has been deprecated since v" + s + " and will be removed in the near future"
|
|
@@ -3714,8 +3714,8 @@ const Tt = {
|
|
|
3714
3714
|
let qe = class {
|
|
3715
3715
|
constructor(t) {
|
|
3716
3716
|
this.defaults = t || {}, this.interceptors = {
|
|
3717
|
-
request: new
|
|
3718
|
-
response: new
|
|
3717
|
+
request: new sa(),
|
|
3718
|
+
response: new sa()
|
|
3719
3719
|
};
|
|
3720
3720
|
}
|
|
3721
3721
|
/**
|
|
@@ -3780,7 +3780,7 @@ let qe = class {
|
|
|
3780
3780
|
});
|
|
3781
3781
|
let d, m = 0, h;
|
|
3782
3782
|
if (!u) {
|
|
3783
|
-
const f = [
|
|
3783
|
+
const f = [ha.bind(this), void 0];
|
|
3784
3784
|
for (f.unshift(...l), f.push(...c), h = f.length, d = Promise.resolve(s); m < h; )
|
|
3785
3785
|
d = d.then(f[m++], f[m++]);
|
|
3786
3786
|
return d;
|
|
@@ -3797,7 +3797,7 @@ let qe = class {
|
|
|
3797
3797
|
}
|
|
3798
3798
|
}
|
|
3799
3799
|
try {
|
|
3800
|
-
d =
|
|
3800
|
+
d = ha.call(this, A);
|
|
3801
3801
|
} catch (f) {
|
|
3802
3802
|
return Promise.reject(f);
|
|
3803
3803
|
}
|
|
@@ -4624,7 +4624,7 @@ const cu = async (e, t, s, n, r, i, o) => {
|
|
|
4624
4624
|
title: e.title,
|
|
4625
4625
|
description: e.description
|
|
4626
4626
|
// robots: 'noindex',
|
|
4627
|
-
}),
|
|
4627
|
+
}), ga = (e = "") => e.replace(/-/g, " ").replace(/^./, (t) => t.toUpperCase()), No = {
|
|
4628
4628
|
404: (e) => {
|
|
4629
4629
|
const { meta: t } = e;
|
|
4630
4630
|
return fe(t);
|
|
@@ -4643,7 +4643,7 @@ const cu = async (e, t, s, n, r, i, o) => {
|
|
|
4643
4643
|
const { meta: t, config: s, slug: n, pathname: r } = e;
|
|
4644
4644
|
return {
|
|
4645
4645
|
...t,
|
|
4646
|
-
title: `${s.name} | ${
|
|
4646
|
+
title: `${s.name} | ${ga(n)}`,
|
|
4647
4647
|
alternates: {
|
|
4648
4648
|
...t.alternates,
|
|
4649
4649
|
canonical: s.siteUrl + r
|
|
@@ -4654,7 +4654,7 @@ const cu = async (e, t, s, n, r, i, o) => {
|
|
|
4654
4654
|
const { meta: t, config: s, slug: n, pathname: r } = e;
|
|
4655
4655
|
return {
|
|
4656
4656
|
...t,
|
|
4657
|
-
title: `${s.name} | ${
|
|
4657
|
+
title: `${s.name} | ${ga(n)}`,
|
|
4658
4658
|
alternates: {
|
|
4659
4659
|
...t.alternates,
|
|
4660
4660
|
canonical: s.siteUrl + r
|
|
@@ -5012,7 +5012,7 @@ async function uu({
|
|
|
5012
5012
|
/* @__PURE__ */ a("meta", { name: "viewport", content: "width=device-width, initial-scale=1" }),
|
|
5013
5013
|
/* @__PURE__ */ a(yr, {}),
|
|
5014
5014
|
t.preloadImages && m && m.preview?.sizes && /* @__PURE__ */ a(
|
|
5015
|
-
|
|
5015
|
+
Zs,
|
|
5016
5016
|
{
|
|
5017
5017
|
images: [
|
|
5018
5018
|
{
|
|
@@ -5026,7 +5026,7 @@ async function uu({
|
|
|
5026
5026
|
]
|
|
5027
5027
|
}
|
|
5028
5028
|
),
|
|
5029
|
-
t.preloadImages && E && /* @__PURE__ */ a(
|
|
5029
|
+
t.preloadImages && E && /* @__PURE__ */ a(Zs, { images: E }),
|
|
5030
5030
|
W,
|
|
5031
5031
|
t.ampConfig && p.ampOption && t.ampConfig_slugIsValid && /* @__PURE__ */ a("link", { rel: "amphtml", href: p.siteUrl + "/amp" + i }),
|
|
5032
5032
|
/* @__PURE__ */ a(Gr, { config: p }),
|
|
@@ -5128,11 +5128,11 @@ const mu = ({
|
|
|
5128
5128
|
), hu = (e) => /* @__PURE__ */ g("div", { className: "sass-com-loc-content", children: [
|
|
5129
5129
|
/* @__PURE__ */ a(To, {}),
|
|
5130
5130
|
/* @__PURE__ */ a("p", { className: "sass-com-loc-location", children: e.place })
|
|
5131
|
-
] }),
|
|
5131
|
+
] }), Ts = ({
|
|
5132
5132
|
children: e,
|
|
5133
5133
|
className: t
|
|
5134
5134
|
// desktopWidth = '1185px'
|
|
5135
|
-
}) => /* @__PURE__ */ a("div", { className: `content-layout-1 sass-com-cl1-content ${t || ""}`, children: e }),
|
|
5135
|
+
}) => /* @__PURE__ */ a("div", { className: `content-layout-1 sass-com-cl1-content ${t || ""}`, children: e }), pa = (e) => {
|
|
5136
5136
|
const { children: t, show: s, order: n = 0, id: r } = e;
|
|
5137
5137
|
return s && /* @__PURE__ */ a("div", { style: { order: n }, id: r, children: t });
|
|
5138
5138
|
};
|
|
@@ -5499,7 +5499,7 @@ const et = (e) => /* @__PURE__ */ a("div", { className: "su-flex su-flex-col sas
|
|
|
5499
5499
|
}, be = ({ banners: e, name: t }) => {
|
|
5500
5500
|
const s = e?.find((i) => i.key === t);
|
|
5501
5501
|
if (!s?.show) return null;
|
|
5502
|
-
const r = (
|
|
5502
|
+
const r = (vs(s.value) ?? "").replace(
|
|
5503
5503
|
/<script\b([^>]*)>/gi,
|
|
5504
5504
|
(i, o) => `<script ${o} type="text/deferred-banner">`
|
|
5505
5505
|
);
|
|
@@ -5669,7 +5669,7 @@ const ko = (e) => !!/([t][0-9]{4})\w+/.exec(e || ""), gu = async (e) => {
|
|
|
5669
5669
|
)
|
|
5670
5670
|
}
|
|
5671
5671
|
);
|
|
5672
|
-
},
|
|
5672
|
+
}, Aa = (e) => {
|
|
5673
5673
|
const { PUBLIC_ENV: t } = O(), s = oe("/message.svg");
|
|
5674
5674
|
return t !== "" && !e.forceSVG ? /* @__PURE__ */ a("img", { fetchPriority: "low", loading: "lazy", src: s, alt: "", ...e }) : /* @__PURE__ */ a("svg", { width: "30", height: "30", viewBox: "0 0 30 30", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e, children: /* @__PURE__ */ a("path", { d: "M15 4C21.0751 4 26 8.92487 26 15C26 16.2691 25.5577 17.9814 24.6729 20.1367L24.502 20.5459L25.5459 24.8428C25.5943 25.042 25.5804 25.2514 25.5059 25.4424C25.3194 25.92 24.8065 26.1738 24.3223 26.0469L24.2109 26.0107L20.4648 24.5488C18.1478 25.5163 16.326 26 15 26C8.92487 26 4 21.0751 4 15C4 8.92487 8.92487 4 15 4ZM15 5.5C9.75329 5.5 5.5 9.75329 5.5 15C5.5 20.2467 9.75329 24.5 15 24.5C16.0245 24.5 17.5449 24.1124 19.5127 23.3184L20.4453 22.9316L23.8623 24.2637L22.9268 20.417L23.2715 19.6006C24.0971 17.5954 24.5 16.0455 24.5 15C24.5 9.75329 20.2467 5.5 15 5.5Z", fill: "currentColor" }) });
|
|
5675
5675
|
}, Po = {
|
|
@@ -5683,8 +5683,8 @@ const ko = (e) => !!/([t][0-9]{4})\w+/.exec(e || ""), gu = async (e) => {
|
|
|
5683
5683
|
Message: {
|
|
5684
5684
|
url: (e) => `${e}#comentarios`,
|
|
5685
5685
|
icon: {
|
|
5686
|
-
outline: (e) => /* @__PURE__ */ a(
|
|
5687
|
-
solid: (e) => /* @__PURE__ */ a(
|
|
5686
|
+
outline: (e) => /* @__PURE__ */ a(Aa, { className: e }),
|
|
5687
|
+
solid: (e) => /* @__PURE__ */ a(Aa, { className: e })
|
|
5688
5688
|
}
|
|
5689
5689
|
}
|
|
5690
5690
|
};
|
|
@@ -7008,7 +7008,7 @@ const Oo = (e) => {
|
|
|
7008
7008
|
showuppertitle: !1,
|
|
7009
7009
|
showsubtitle: !1,
|
|
7010
7010
|
showads: !1
|
|
7011
|
-
},
|
|
7011
|
+
}, Is = (e) => {
|
|
7012
7012
|
let t = [];
|
|
7013
7013
|
const { PUBLIC_ENV: s, PUBLIC_IS_OFFLINE: n, SHOW_DEV_RANKING: r } = O();
|
|
7014
7014
|
return e.content && e.content.length > 0 ? t = e.content.map((i) => ({
|
|
@@ -7064,7 +7064,7 @@ const Oo = (e) => {
|
|
|
7064
7064
|
}
|
|
7065
7065
|
)
|
|
7066
7066
|
] })
|
|
7067
|
-
] }),
|
|
7067
|
+
] }), Us = (e) => {
|
|
7068
7068
|
const { uppercase: t = !1, style: s = {} } = e, n = { ...e, rounded: "", uppercase: "", full: "" }, r = {
|
|
7069
7069
|
...s,
|
|
7070
7070
|
textTransform: t ? "uppercase" : "unset",
|
|
@@ -7107,7 +7107,7 @@ const Oo = (e) => {
|
|
|
7107
7107
|
id: "newsletter-email"
|
|
7108
7108
|
}
|
|
7109
7109
|
),
|
|
7110
|
-
/* @__PURE__ */ a(
|
|
7110
|
+
/* @__PURE__ */ a(Us, { className: "sass-com-subr-buttonStyled", size: "large", full: !0, children: String(e.texts.newsletterButtonText ?? "Suscribirme") })
|
|
7111
7111
|
] }),
|
|
7112
7112
|
/* @__PURE__ */ g("div", { className: "sass-com-subr-contentTerms", children: [
|
|
7113
7113
|
/* @__PURE__ */ a("p", { className: "sass-com-subr-subscribeText", children: String(e.texts.newsletterTermsText ?? "Suscribirte implica aceptar los") }),
|
|
@@ -7420,7 +7420,7 @@ const Oo = (e) => {
|
|
|
7420
7420
|
]
|
|
7421
7421
|
}
|
|
7422
7422
|
);
|
|
7423
|
-
}, Au = ["telegram"],
|
|
7423
|
+
}, Au = ["telegram"], xs = {
|
|
7424
7424
|
facebook: (e) => /* @__PURE__ */ a(Qt, { ...e }),
|
|
7425
7425
|
instagram: (e) => /* @__PURE__ */ a(Vt, { ...e }),
|
|
7426
7426
|
whatsapp: (e) => /* @__PURE__ */ a(zo, { ...e }),
|
|
@@ -7452,7 +7452,7 @@ const Oo = (e) => {
|
|
|
7452
7452
|
"aria-label": s[o].title + " link",
|
|
7453
7453
|
className: "su-flex-center sass-com-ft-linkSocialNetwoks",
|
|
7454
7454
|
href: s[o].url,
|
|
7455
|
-
children:
|
|
7455
|
+
children: xs[o]({
|
|
7456
7456
|
className: `${`sass-com-ft-social${o.charAt(0).toUpperCase() + o.slice(1)}`}`
|
|
7457
7457
|
})
|
|
7458
7458
|
},
|
|
@@ -7590,7 +7590,7 @@ const Oo = (e) => {
|
|
|
7590
7590
|
]
|
|
7591
7591
|
}
|
|
7592
7592
|
);
|
|
7593
|
-
},
|
|
7593
|
+
}, Rs = (e) => {
|
|
7594
7594
|
const { PUBLIC_ENV: t } = O(), s = oe("/facebook-note.svg");
|
|
7595
7595
|
return t !== "" && !e.forceSVG ? /* @__PURE__ */ a("img", { fetchPriority: "low", loading: "lazy", width: 17, height: 23, src: s, alt: "", ...e }) : /* @__PURE__ */ a(
|
|
7596
7596
|
"svg",
|
|
@@ -7611,7 +7611,7 @@ const Oo = (e) => {
|
|
|
7611
7611
|
)
|
|
7612
7612
|
}
|
|
7613
7613
|
);
|
|
7614
|
-
},
|
|
7614
|
+
}, ks = (e) => /* @__PURE__ */ a(
|
|
7615
7615
|
"svg",
|
|
7616
7616
|
{
|
|
7617
7617
|
width: "26",
|
|
@@ -7632,7 +7632,7 @@ const Oo = (e) => {
|
|
|
7632
7632
|
FaceBook: {
|
|
7633
7633
|
url: (e) => `https://www.facebook.com/sharer/sharer.php?u=${encodeURIComponent(e)}`,
|
|
7634
7634
|
icon: {
|
|
7635
|
-
outline: (e) => /* @__PURE__ */ a(
|
|
7635
|
+
outline: (e) => /* @__PURE__ */ a(Rs, { className: e, forceSVG: !0 }),
|
|
7636
7636
|
solid: (e) => /* @__PURE__ */ a(lt, { className: e, forceSVG: !0 })
|
|
7637
7637
|
}
|
|
7638
7638
|
},
|
|
@@ -7704,7 +7704,7 @@ function Ko({ noteShare: e }) {
|
|
|
7704
7704
|
type: "button",
|
|
7705
7705
|
"aria-label": "share",
|
|
7706
7706
|
className: ["sass-com-ja3-clipboardButton", "sharebtn-id"].join(" "),
|
|
7707
|
-
children: /* @__PURE__ */ a(
|
|
7707
|
+
children: /* @__PURE__ */ a(ks, {})
|
|
7708
7708
|
}
|
|
7709
7709
|
)
|
|
7710
7710
|
] }) : null;
|
|
@@ -7713,7 +7713,7 @@ const bu = (e) => {
|
|
|
7713
7713
|
const t = () => e?.video.main.author ? `${e?.video.main.author} - ${xe(
|
|
7714
7714
|
e.video.info.date.created
|
|
7715
7715
|
)}` : e?.video.main.author;
|
|
7716
|
-
return /* @__PURE__ */ a("div", { className: "sass-com-bv3-content", children: /* @__PURE__ */ a(
|
|
7716
|
+
return /* @__PURE__ */ a("div", { className: "sass-com-bv3-content", children: /* @__PURE__ */ a(Ts, { children: /* @__PURE__ */ g("div", { className: "sass-com-bv3-videoContent", children: [
|
|
7717
7717
|
/* @__PURE__ */ a("p", { className: "sass-com-bv3-title", children: e.video.main.title }),
|
|
7718
7718
|
e.type === "vy" && /* @__PURE__ */ a(
|
|
7719
7719
|
"iframe",
|
|
@@ -7916,7 +7916,7 @@ const bu = (e) => {
|
|
|
7916
7916
|
}
|
|
7917
7917
|
)
|
|
7918
7918
|
] });
|
|
7919
|
-
}, vu = (e) => /* @__PURE__ */ a("div", { className: "sass-com-lt-content", children: /* @__PURE__ */ a(
|
|
7919
|
+
}, vu = (e) => /* @__PURE__ */ a("div", { className: "sass-com-lt-content", children: /* @__PURE__ */ a(Ts, { className: `sass-com-lt-contentLayout ${e.className}`, children: e.children }) }), Cu = (e) => {
|
|
7920
7920
|
const t = e.logo;
|
|
7921
7921
|
return /* @__PURE__ */ g("section", { className: "sass-com-err-content", children: [
|
|
7922
7922
|
e.backgroundImgURL && /* @__PURE__ */ a(
|
|
@@ -8202,7 +8202,7 @@ const bu = (e) => {
|
|
|
8202
8202
|
children: [
|
|
8203
8203
|
e.bannerTop,
|
|
8204
8204
|
/* @__PURE__ */ a(
|
|
8205
|
-
|
|
8205
|
+
Is,
|
|
8206
8206
|
{
|
|
8207
8207
|
content: e.ranking,
|
|
8208
8208
|
title: e.readestTitle,
|
|
@@ -8248,7 +8248,7 @@ const bu = (e) => {
|
|
|
8248
8248
|
] }) : null;
|
|
8249
8249
|
}, Iu = (e) => {
|
|
8250
8250
|
let t = [];
|
|
8251
|
-
return e.videoList && e.videoList.length > 0 && (t = e.videoList?.filter((s) => s.info.path !== e.video.info.path) ?? []), /* @__PURE__ */ a("div", { className: "sass-com-bv4-content", children: /* @__PURE__ */ g(
|
|
8251
|
+
return e.videoList && e.videoList.length > 0 && (t = e.videoList?.filter((s) => s.info.path !== e.video.info.path) ?? []), /* @__PURE__ */ a("div", { className: "sass-com-bv4-content", children: /* @__PURE__ */ g(Ts, { className: "sass-com-bv4-contentLayoutVideoSection", children: [
|
|
8252
8252
|
/* @__PURE__ */ g("a", { className: "sass-com-bv4-header", href: e.goBackLink ?? "/videos", children: [
|
|
8253
8253
|
/* @__PURE__ */ a(
|
|
8254
8254
|
"svg",
|
|
@@ -8378,7 +8378,7 @@ const bu = (e) => {
|
|
|
8378
8378
|
e.title && /* @__PURE__ */ a("hr", { className: ["sass-com-sec-bottomLine", e.className ?? ""].join(" ") }),
|
|
8379
8379
|
/* @__PURE__ */ a("div", { className: "sass-com-sec-childrenContent", ref: t, children: e.children })
|
|
8380
8380
|
] });
|
|
8381
|
-
}),
|
|
8381
|
+
}), Ls = (e) => /* @__PURE__ */ a(
|
|
8382
8382
|
"svg",
|
|
8383
8383
|
{
|
|
8384
8384
|
width: "24",
|
|
@@ -8426,7 +8426,7 @@ const bu = (e) => {
|
|
|
8426
8426
|
placeholder: t
|
|
8427
8427
|
}
|
|
8428
8428
|
),
|
|
8429
|
-
/* @__PURE__ */ a("button", { type: "submit", "aria-label": "Buscar from sidebar", className: "sass-com-sb-searchSubmit", children: /* @__PURE__ */ a(
|
|
8429
|
+
/* @__PURE__ */ a("button", { type: "submit", "aria-label": "Buscar from sidebar", className: "sass-com-sb-searchSubmit", children: /* @__PURE__ */ a(Ls, { color: "var(--search-input-icons)" }) })
|
|
8430
8430
|
] }) }), al = ({ item: e, index: t }) => {
|
|
8431
8431
|
const s = `accordion_${t}`, n = Array.isArray(e.subitem);
|
|
8432
8432
|
return /* @__PURE__ */ g("div", { className: "sass-com-sb-accordionStyled", children: [
|
|
@@ -8482,7 +8482,7 @@ const bu = (e) => {
|
|
|
8482
8482
|
rel: "noreferrer",
|
|
8483
8483
|
"aria-label": `${e[s].title} link`,
|
|
8484
8484
|
className: "sass-com-sb-linkSocialNetwork",
|
|
8485
|
-
children:
|
|
8485
|
+
children: xs[s]({ className: `sass-com-sb-icon ${`sass-com-sb-icon-${s}`}` })
|
|
8486
8486
|
},
|
|
8487
8487
|
s
|
|
8488
8488
|
) : null
|
|
@@ -8614,7 +8614,7 @@ const bu = (e) => {
|
|
|
8614
8614
|
"aria-label": n[o].title + " link",
|
|
8615
8615
|
className: "sass-com-htape-linkSocialNetwork",
|
|
8616
8616
|
href: n[o].url,
|
|
8617
|
-
children:
|
|
8617
|
+
children: xs[o]({
|
|
8618
8618
|
className: [
|
|
8619
8619
|
"sass-com-htape-icon",
|
|
8620
8620
|
`sass-com-htape-${String(o)}`
|
|
@@ -8638,7 +8638,7 @@ const bu = (e) => {
|
|
|
8638
8638
|
),
|
|
8639
8639
|
/* @__PURE__ */ g("div", { className: "sass-com-h1sk-headerContent center-mobile-header-icon", children: [
|
|
8640
8640
|
/* @__PURE__ */ a(
|
|
8641
|
-
|
|
8641
|
+
Us,
|
|
8642
8642
|
{
|
|
8643
8643
|
id: "button-app",
|
|
8644
8644
|
className: "sass-com-h1sk-menuButton",
|
|
@@ -8718,7 +8718,7 @@ const bu = (e) => {
|
|
|
8718
8718
|
"aria-label": e.searchKeyWord,
|
|
8719
8719
|
className: "sass-com-h1sk-buttonSectionSearch search-button-icon",
|
|
8720
8720
|
style: { display: "flex" },
|
|
8721
|
-
children: /* @__PURE__ */ a(
|
|
8721
|
+
children: /* @__PURE__ */ a(Ls, { width: 28, height: 28, color: "currentColor" })
|
|
8722
8722
|
}
|
|
8723
8723
|
),
|
|
8724
8724
|
e.rightZone
|
|
@@ -8801,7 +8801,7 @@ const bu = (e) => {
|
|
|
8801
8801
|
{
|
|
8802
8802
|
className: "sass-com-h1st-menuButtonSection sass-header-menu-button",
|
|
8803
8803
|
children: /* @__PURE__ */ g(
|
|
8804
|
-
|
|
8804
|
+
Us,
|
|
8805
8805
|
{
|
|
8806
8806
|
className: "sass-com-h1st-menuButton",
|
|
8807
8807
|
id: "button-app",
|
|
@@ -8841,7 +8841,7 @@ const bu = (e) => {
|
|
|
8841
8841
|
href: e.searchLink ? e.searchLink : "/buscar",
|
|
8842
8842
|
className: "sass-com-h1st-buttonSectionSearch",
|
|
8843
8843
|
"aria-label": e.searchKeyWord,
|
|
8844
|
-
children: /* @__PURE__ */ a(
|
|
8844
|
+
children: /* @__PURE__ */ a(Ls, { width: 28, height: 28, color: "currentColor" })
|
|
8845
8845
|
}
|
|
8846
8846
|
),
|
|
8847
8847
|
e.rightZone
|
|
@@ -10684,7 +10684,7 @@ const Lu = (e) => {
|
|
|
10684
10684
|
e.slug === "liveblogs" && /* @__PURE__ */ a(Jo, { itemList: e.itemList }),
|
|
10685
10685
|
e.bannerTop,
|
|
10686
10686
|
/* @__PURE__ */ a(
|
|
10687
|
-
|
|
10687
|
+
Is,
|
|
10688
10688
|
{
|
|
10689
10689
|
content: e.ranking,
|
|
10690
10690
|
title: String(e.texts.readestTitle ?? ""),
|
|
@@ -11094,7 +11094,7 @@ const Gl = async ({
|
|
|
11094
11094
|
u
|
|
11095
11095
|
)
|
|
11096
11096
|
] }, u)) });
|
|
11097
|
-
},
|
|
11097
|
+
}, Ps = {
|
|
11098
11098
|
FaceBook: "facebook",
|
|
11099
11099
|
Instagram: "instagram",
|
|
11100
11100
|
WhatsApp: "whatsapp",
|
|
@@ -11148,7 +11148,7 @@ const Ql = () => /* @__PURE__ */ g("svg", { xmlns: "http://www.w3.org/2000/svg",
|
|
|
11148
11148
|
"a",
|
|
11149
11149
|
{
|
|
11150
11150
|
className: "sass-com-ja3-whatsappLink",
|
|
11151
|
-
href: s[
|
|
11151
|
+
href: s[Ps.WhatsApp].url,
|
|
11152
11152
|
rel: "noreferrer",
|
|
11153
11153
|
target: "_blank",
|
|
11154
11154
|
children: [
|
|
@@ -11361,7 +11361,7 @@ const Wl = (e) => /* @__PURE__ */ a(
|
|
|
11361
11361
|
FaceBook: {
|
|
11362
11362
|
url: (e) => `https://www.facebook.com/sharer/sharer.php?u=${encodeURIComponent(e)}`,
|
|
11363
11363
|
icon: {
|
|
11364
|
-
outline: (e) => /* @__PURE__ */ a(
|
|
11364
|
+
outline: (e) => /* @__PURE__ */ a(Rs, { className: e, forceSVG: !0 }),
|
|
11365
11365
|
solid: (e) => /* @__PURE__ */ a(lt, { className: e, forceSVG: !0 })
|
|
11366
11366
|
}
|
|
11367
11367
|
},
|
|
@@ -11433,7 +11433,7 @@ function Kl({ noteShare: e }) {
|
|
|
11433
11433
|
type: "button",
|
|
11434
11434
|
"aria-label": "share",
|
|
11435
11435
|
className: ["sass-com-ja4-clipboardButton", "sharebtn-id"].join(" "),
|
|
11436
|
-
children: /* @__PURE__ */ a(
|
|
11436
|
+
children: /* @__PURE__ */ a(ks, {})
|
|
11437
11437
|
}
|
|
11438
11438
|
),
|
|
11439
11439
|
e?.googleProfile && e?.googleProfile.likeSocial && e?.googleProfile.url !== "" && /* @__PURE__ */ g(P, { href: e?.googleProfile.url ?? "", className: "sass-com-ja4-socialActionLink sass-com-ja4-socialActionLinkGoogleMobile", "aria-label": "Follow on Google", children: [
|
|
@@ -11475,7 +11475,7 @@ const $l = async (e) => {
|
|
|
11475
11475
|
"a",
|
|
11476
11476
|
{
|
|
11477
11477
|
className: "sass-com-ja4-socialActionLink",
|
|
11478
|
-
href: s[
|
|
11478
|
+
href: s[Ps.WhatsApp].url,
|
|
11479
11479
|
rel: "noreferrer",
|
|
11480
11480
|
target: "_blank",
|
|
11481
11481
|
children: [
|
|
@@ -11614,7 +11614,7 @@ const $l = async (e) => {
|
|
|
11614
11614
|
FaceBook: {
|
|
11615
11615
|
url: (e) => `https://www.facebook.com/sharer/sharer.php?u=${encodeURIComponent(e)}`,
|
|
11616
11616
|
icon: {
|
|
11617
|
-
outline: (e) => /* @__PURE__ */ a(
|
|
11617
|
+
outline: (e) => /* @__PURE__ */ a(Rs, { className: e, forceSVG: !0 }),
|
|
11618
11618
|
solid: (e) => /* @__PURE__ */ a(lt, { className: e, forceSVG: !0 })
|
|
11619
11619
|
}
|
|
11620
11620
|
},
|
|
@@ -11679,7 +11679,7 @@ function Zl({ noteShare: e, GoogleProfile: t }) {
|
|
|
11679
11679
|
type: "button",
|
|
11680
11680
|
"aria-label": "share",
|
|
11681
11681
|
className: ["sass-com-ja5-clipboardButton", "sharebtn-id"].join(" "),
|
|
11682
|
-
children: /* @__PURE__ */ a(
|
|
11682
|
+
children: /* @__PURE__ */ a(ks, {})
|
|
11683
11683
|
}
|
|
11684
11684
|
),
|
|
11685
11685
|
e?.googleProfile && e?.googleProfile.likeSocial && e?.googleProfile.url !== "" && /* @__PURE__ */ g(P, { href: e?.googleProfile.url ?? "", className: "sass-com-ja5-socialActionLink sass-com-ja5-socialActionLinkGoogleMobile", "aria-label": "Follow on Google", children: [
|
|
@@ -11724,8 +11724,26 @@ const Xl = async (e) => {
|
|
|
11724
11724
|
className: "sass-journalist-articule-custom-button",
|
|
11725
11725
|
"aria-label": "Custom button for the journalist article",
|
|
11726
11726
|
children: [
|
|
11727
|
-
/* @__PURE__ */ a(
|
|
11728
|
-
|
|
11727
|
+
/* @__PURE__ */ a(
|
|
11728
|
+
"svg",
|
|
11729
|
+
{
|
|
11730
|
+
width: "20",
|
|
11731
|
+
height: "22",
|
|
11732
|
+
viewBox: "0 0 20 22",
|
|
11733
|
+
fill: "none",
|
|
11734
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
11735
|
+
children: /* @__PURE__ */ a(
|
|
11736
|
+
"path",
|
|
11737
|
+
{
|
|
11738
|
+
d: "M0 22V4C0 3.45 0.195833 2.97917 0.5875 2.5875C0.979167 2.19583 1.45 2 2 2H12.1C12.0333 2.33333 12 2.66667 12 3C12 3.33333 12.0333 3.66667 12.1 4H2V17.125L3.15 16H18V7.9C18.3833 7.81667 18.7417 7.70417 19.075 7.5625C19.4083 7.42083 19.7167 7.23333 20 7V16C20 16.55 19.8042 17.0208 19.4125 17.4125C19.0208 17.8042 18.55 18 18 18H4L0 22ZM14.875 5.125C14.2917 4.54167 14 3.83333 14 3C14 2.16667 14.2917 1.45833 14.875 0.875C15.4583 0.291667 16.1667 0 17 0C17.8333 0 18.5417 0.291667 19.125 0.875C19.7083 1.45833 20 2.16667 20 3C20 3.83333 19.7083 4.54167 19.125 5.125C18.5417 5.70833 17.8333 6 17 6C16.1667 6 15.4583 5.70833 14.875 5.125Z",
|
|
11739
|
+
fill: "white"
|
|
11740
|
+
}
|
|
11741
|
+
)
|
|
11742
|
+
}
|
|
11743
|
+
),
|
|
11744
|
+
String(
|
|
11745
|
+
n.CommentButtonJournalist ?? "Sumate al debate"
|
|
11746
|
+
)
|
|
11729
11747
|
]
|
|
11730
11748
|
}
|
|
11731
11749
|
) : /* @__PURE__ */ a(
|
|
@@ -11741,7 +11759,7 @@ const Xl = async (e) => {
|
|
|
11741
11759
|
"a",
|
|
11742
11760
|
{
|
|
11743
11761
|
className: "sass-com-ja5-socialActionLink",
|
|
11744
|
-
href: s[
|
|
11762
|
+
href: s[Ps.WhatsApp].url,
|
|
11745
11763
|
rel: "noreferrer",
|
|
11746
11764
|
target: "_blank",
|
|
11747
11765
|
children: [
|
|
@@ -11769,18 +11787,6 @@ const Xl = async (e) => {
|
|
|
11769
11787
|
]
|
|
11770
11788
|
}
|
|
11771
11789
|
),
|
|
11772
|
-
e.noteShare?.googleProfile && !e.noteShare?.googleProfile.likeSocial && e.noteShare?.googleProfile.url !== "" && /* @__PURE__ */ g(
|
|
11773
|
-
P,
|
|
11774
|
-
{
|
|
11775
|
-
href: e.noteShare?.googleProfile.url ?? "",
|
|
11776
|
-
className: "sass-com-ja5-socialActionLink sass-journalist-articule-google-profile-button",
|
|
11777
|
-
"aria-label": "Follow on Google",
|
|
11778
|
-
children: [
|
|
11779
|
-
/* @__PURE__ */ a(Ft, {}),
|
|
11780
|
-
/* @__PURE__ */ a("span", { children: String(n.GoogleProfile ?? "Seguir") })
|
|
11781
|
-
]
|
|
11782
|
-
}
|
|
11783
|
-
),
|
|
11784
11790
|
e.noteShare?.googleSourceShare && /* @__PURE__ */ g(
|
|
11785
11791
|
P,
|
|
11786
11792
|
{
|
|
@@ -11791,14 +11797,35 @@ const Xl = async (e) => {
|
|
|
11791
11797
|
/* @__PURE__ */ a(
|
|
11792
11798
|
"svg",
|
|
11793
11799
|
{
|
|
11800
|
+
width: 25,
|
|
11801
|
+
height: 25,
|
|
11802
|
+
viewBox: "0 0 25 25",
|
|
11803
|
+
fill: "none",
|
|
11794
11804
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11795
|
-
|
|
11796
|
-
|
|
11797
|
-
|
|
11798
|
-
|
|
11805
|
+
children: /* @__PURE__ */ a(
|
|
11806
|
+
"path",
|
|
11807
|
+
{
|
|
11808
|
+
d: "M12.6458 13.125L15.4896 11.4063L18.3333 13.125L17.5833 9.875L20.0833 7.71875L16.8021 7.4375L15.4896 4.375L14.1771 7.4375L10.8958 7.71875L13.3958 9.875L12.6458 13.125ZM13.2396 21.25H20.2396C20.0938 21.7917 19.8438 22.2292 19.4896 22.5625C19.1354 22.8958 18.6771 23.1042 18.1146 23.1875L4.48958 24.8438C3.80208 24.9479 3.18229 24.7865 2.63021 24.3594C2.07813 23.9323 1.76042 23.375 1.67708 22.6875L0.0208333 9.03125C-0.0625 8.34375 0.104167 7.72917 0.520833 7.1875C0.9375 6.64583 1.48958 6.33333 2.17708 6.25L3.61458 6.0625V8.5625L2.48958 8.71875L4.17708 22.375L13.2396 21.25ZM8.61458 18.75C7.92708 18.75 7.33854 18.5052 6.84896 18.0156C6.35938 17.526 6.11458 16.9375 6.11458 16.25V2.5C6.11458 1.8125 6.35938 1.22396 6.84896 0.734375C7.33854 0.244792 7.92708 0 8.61458 0H22.3646C23.0521 0 23.6406 0.244792 24.1302 0.734375C24.6198 1.22396 24.8646 1.8125 24.8646 2.5V16.25C24.8646 16.9375 24.6198 17.526 24.1302 18.0156C23.6406 18.5052 23.0521 18.75 22.3646 18.75H8.61458ZM8.61458 16.25H22.3646V2.5H8.61458V16.25Z",
|
|
11809
|
+
fill: "#363131"
|
|
11810
|
+
}
|
|
11811
|
+
)
|
|
11799
11812
|
}
|
|
11800
11813
|
),
|
|
11801
|
-
/* @__PURE__ */ a("span", { children: String(
|
|
11814
|
+
/* @__PURE__ */ a("span", { children: String(
|
|
11815
|
+
n.GoogleSource ?? "Añadir como fuente preferida"
|
|
11816
|
+
) })
|
|
11817
|
+
]
|
|
11818
|
+
}
|
|
11819
|
+
),
|
|
11820
|
+
e.noteShare?.googleProfile && !e.noteShare?.googleProfile.likeSocial && e.noteShare?.googleProfile.url !== "" && /* @__PURE__ */ g(
|
|
11821
|
+
P,
|
|
11822
|
+
{
|
|
11823
|
+
href: e.noteShare?.googleProfile.url ?? "",
|
|
11824
|
+
className: "sass-com-ja5-socialActionLink sass-journalist-articule-google-profile-button",
|
|
11825
|
+
"aria-label": "Follow on Google",
|
|
11826
|
+
children: [
|
|
11827
|
+
/* @__PURE__ */ a(Ft, {}),
|
|
11828
|
+
/* @__PURE__ */ a("span", { children: String(n.GoogleProfile ?? "Seguir") })
|
|
11802
11829
|
]
|
|
11803
11830
|
}
|
|
11804
11831
|
)
|
|
@@ -13703,7 +13730,7 @@ async function Hu({
|
|
|
13703
13730
|
throw A;
|
|
13704
13731
|
}
|
|
13705
13732
|
}
|
|
13706
|
-
const
|
|
13733
|
+
const fs = {
|
|
13707
13734
|
spam: "Es spam o contenido comercial no deseado",
|
|
13708
13735
|
inappropriate: "Lenguaje inadecuado",
|
|
13709
13736
|
hate: "Discurso o símbolos de odio",
|
|
@@ -13713,7 +13740,7 @@ const gs = {
|
|
|
13713
13740
|
bullying: "Bullying o acoso"
|
|
13714
13741
|
};
|
|
13715
13742
|
function Fu(e) {
|
|
13716
|
-
return
|
|
13743
|
+
return fs[e];
|
|
13717
13744
|
}
|
|
13718
13745
|
const Le = 300, Ue = {
|
|
13719
13746
|
username: "anonimo",
|
|
@@ -13835,14 +13862,14 @@ function Lc() {
|
|
|
13835
13862
|
case m:
|
|
13836
13863
|
return ct;
|
|
13837
13864
|
default:
|
|
13838
|
-
var
|
|
13839
|
-
switch (
|
|
13865
|
+
var Vs = ct && ct.$$typeof;
|
|
13866
|
+
switch (Vs) {
|
|
13840
13867
|
case l:
|
|
13841
13868
|
case d:
|
|
13842
13869
|
case f:
|
|
13843
13870
|
case A:
|
|
13844
13871
|
case o:
|
|
13845
|
-
return
|
|
13872
|
+
return Vs;
|
|
13846
13873
|
default:
|
|
13847
13874
|
return me;
|
|
13848
13875
|
}
|
|
@@ -13896,7 +13923,7 @@ function Lc() {
|
|
|
13896
13923
|
})()), ne;
|
|
13897
13924
|
}
|
|
13898
13925
|
var Ta;
|
|
13899
|
-
function
|
|
13926
|
+
function Bs() {
|
|
13900
13927
|
return Ta || (Ta = 1, process.env.NODE_ENV === "production" ? At.exports = kc() : At.exports = Lc()), At.exports;
|
|
13901
13928
|
}
|
|
13902
13929
|
var Zt, Ia;
|
|
@@ -13946,7 +13973,7 @@ function Pc() {
|
|
|
13946
13973
|
}, Zt;
|
|
13947
13974
|
}
|
|
13948
13975
|
var Xt, Ua;
|
|
13949
|
-
function
|
|
13976
|
+
function Os() {
|
|
13950
13977
|
if (Ua) return Xt;
|
|
13951
13978
|
Ua = 1;
|
|
13952
13979
|
var e = "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED";
|
|
@@ -13963,7 +13990,7 @@ function Bc() {
|
|
|
13963
13990
|
var e = function() {
|
|
13964
13991
|
};
|
|
13965
13992
|
if (process.env.NODE_ENV !== "production") {
|
|
13966
|
-
var t = /* @__PURE__ */
|
|
13993
|
+
var t = /* @__PURE__ */ Os(), s = {}, n = /* @__PURE__ */ kn();
|
|
13967
13994
|
e = function(i) {
|
|
13968
13995
|
var o = "Warning: " + i;
|
|
13969
13996
|
typeof console < "u" && console.error(o);
|
|
@@ -14009,7 +14036,7 @@ var ss, ka;
|
|
|
14009
14036
|
function Oc() {
|
|
14010
14037
|
if (ka) return ss;
|
|
14011
14038
|
ka = 1;
|
|
14012
|
-
var e =
|
|
14039
|
+
var e = Bs(), t = Pc(), s = /* @__PURE__ */ Os(), n = /* @__PURE__ */ kn(), r = /* @__PURE__ */ Bc(), i = function() {
|
|
14013
14040
|
};
|
|
14014
14041
|
process.env.NODE_ENV !== "production" && (i = function(l) {
|
|
14015
14042
|
var u = "Warning: " + l;
|
|
@@ -14330,7 +14357,7 @@ var as, La;
|
|
|
14330
14357
|
function Mc() {
|
|
14331
14358
|
if (La) return as;
|
|
14332
14359
|
La = 1;
|
|
14333
|
-
var e = /* @__PURE__ */
|
|
14360
|
+
var e = /* @__PURE__ */ Os();
|
|
14334
14361
|
function t() {
|
|
14335
14362
|
}
|
|
14336
14363
|
function s() {
|
|
@@ -14378,7 +14405,7 @@ var Pa;
|
|
|
14378
14405
|
function qc() {
|
|
14379
14406
|
if (Pa) return pt.exports;
|
|
14380
14407
|
if (Pa = 1, process.env.NODE_ENV !== "production") {
|
|
14381
|
-
var e =
|
|
14408
|
+
var e = Bs(), t = !0;
|
|
14382
14409
|
pt.exports = /* @__PURE__ */ Oc()(e.isElement, t);
|
|
14383
14410
|
} else
|
|
14384
14411
|
pt.exports = /* @__PURE__ */ Mc()();
|
|
@@ -14387,15 +14414,15 @@ function qc() {
|
|
|
14387
14414
|
var Dc = /* @__PURE__ */ qc();
|
|
14388
14415
|
const ge = /* @__PURE__ */ Ye(Dc);
|
|
14389
14416
|
var _c = ["sitekey", "onChange", "theme", "type", "tabindex", "onExpired", "onErrored", "size", "stoken", "grecaptcha", "badge", "hl", "isolated"];
|
|
14390
|
-
function
|
|
14391
|
-
return
|
|
14417
|
+
function gs() {
|
|
14418
|
+
return gs = Object.assign ? Object.assign.bind() : function(e) {
|
|
14392
14419
|
for (var t = 1; t < arguments.length; t++) {
|
|
14393
14420
|
var s = arguments[t];
|
|
14394
14421
|
for (var n in s)
|
|
14395
14422
|
Object.prototype.hasOwnProperty.call(s, n) && (e[n] = s[n]);
|
|
14396
14423
|
}
|
|
14397
14424
|
return e;
|
|
14398
|
-
},
|
|
14425
|
+
}, gs.apply(this, arguments);
|
|
14399
14426
|
}
|
|
14400
14427
|
function Gc(e, t) {
|
|
14401
14428
|
if (e == null) return {};
|
|
@@ -14410,12 +14437,12 @@ function wt(e) {
|
|
|
14410
14437
|
return e;
|
|
14411
14438
|
}
|
|
14412
14439
|
function jc(e, t) {
|
|
14413
|
-
e.prototype = Object.create(t.prototype), e.prototype.constructor = e,
|
|
14440
|
+
e.prototype = Object.create(t.prototype), e.prototype.constructor = e, ps(e, t);
|
|
14414
14441
|
}
|
|
14415
|
-
function
|
|
14416
|
-
return
|
|
14442
|
+
function ps(e, t) {
|
|
14443
|
+
return ps = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function(n, r) {
|
|
14417
14444
|
return n.__proto__ = r, n;
|
|
14418
|
-
},
|
|
14445
|
+
}, ps(e, t);
|
|
14419
14446
|
}
|
|
14420
14447
|
var Wt = /* @__PURE__ */ (function(e) {
|
|
14421
14448
|
jc(t, e);
|
|
@@ -14483,11 +14510,11 @@ var Wt = /* @__PURE__ */ (function(e) {
|
|
|
14483
14510
|
var r = this.props;
|
|
14484
14511
|
r.sitekey, r.onChange, r.theme, r.type, r.tabindex, r.onExpired, r.onErrored, r.size, r.stoken, r.grecaptcha, r.badge, r.hl, r.isolated;
|
|
14485
14512
|
var i = Gc(r, _c);
|
|
14486
|
-
return /* @__PURE__ */
|
|
14513
|
+
return /* @__PURE__ */ Hs.createElement("div", gs({}, i, {
|
|
14487
14514
|
ref: this.handleRecaptchaRef
|
|
14488
14515
|
}));
|
|
14489
14516
|
}, t;
|
|
14490
|
-
})(
|
|
14517
|
+
})(Hs.Component);
|
|
14491
14518
|
Wt.displayName = "ReCAPTCHA";
|
|
14492
14519
|
Wt.propTypes = {
|
|
14493
14520
|
sitekey: ge.string.isRequired,
|
|
@@ -14517,7 +14544,7 @@ var ns, Ba;
|
|
|
14517
14544
|
function Qc() {
|
|
14518
14545
|
if (Ba) return ns;
|
|
14519
14546
|
Ba = 1;
|
|
14520
|
-
var e =
|
|
14547
|
+
var e = Bs(), t = {
|
|
14521
14548
|
childContextTypes: !0,
|
|
14522
14549
|
contextType: !0,
|
|
14523
14550
|
contextTypes: !0,
|
|
@@ -14581,15 +14608,15 @@ function Qc() {
|
|
|
14581
14608
|
}
|
|
14582
14609
|
var Vc = Qc();
|
|
14583
14610
|
const Hc = /* @__PURE__ */ Ye(Vc);
|
|
14584
|
-
function
|
|
14585
|
-
return
|
|
14611
|
+
function As() {
|
|
14612
|
+
return As = Object.assign || function(e) {
|
|
14586
14613
|
for (var t = 1; t < arguments.length; t++) {
|
|
14587
14614
|
var s = arguments[t];
|
|
14588
14615
|
for (var n in s)
|
|
14589
14616
|
Object.prototype.hasOwnProperty.call(s, n) && (e[n] = s[n]);
|
|
14590
14617
|
}
|
|
14591
14618
|
return e;
|
|
14592
|
-
},
|
|
14619
|
+
}, As.apply(this, arguments);
|
|
14593
14620
|
}
|
|
14594
14621
|
function Fc(e, t) {
|
|
14595
14622
|
if (e == null) return {};
|
|
@@ -14689,7 +14716,7 @@ function Yc(e, t) {
|
|
|
14689
14716
|
return m && typeof window < "u" && (f[m] = typeof window[m] < "u" ? window[m] : void 0), f.ref = A, Be(n, f);
|
|
14690
14717
|
}, u;
|
|
14691
14718
|
})(Dn), o = Da(function(l, u) {
|
|
14692
|
-
return Be(i,
|
|
14719
|
+
return Be(i, As({}, l, {
|
|
14693
14720
|
forwardedRef: u
|
|
14694
14721
|
}));
|
|
14695
14722
|
});
|
|
@@ -14698,21 +14725,21 @@ function Yc(e, t) {
|
|
|
14698
14725
|
}, Hc(o, n);
|
|
14699
14726
|
};
|
|
14700
14727
|
}
|
|
14701
|
-
var
|
|
14702
|
-
function
|
|
14728
|
+
var ws = "onloadcallback", Kc = "grecaptcha";
|
|
14729
|
+
function bs() {
|
|
14703
14730
|
return typeof window < "u" && window.recaptchaOptions || {};
|
|
14704
14731
|
}
|
|
14705
14732
|
function $c() {
|
|
14706
|
-
var e =
|
|
14707
|
-
return e.enterprise ? "https://" + t + "/recaptcha/enterprise.js?onload=" +
|
|
14733
|
+
var e = bs(), t = e.useRecaptchaNet ? "recaptcha.net" : "www.google.com";
|
|
14734
|
+
return e.enterprise ? "https://" + t + "/recaptcha/enterprise.js?onload=" + ws + "&render=explicit" : "https://" + t + "/recaptcha/api.js?onload=" + ws + "&render=explicit";
|
|
14708
14735
|
}
|
|
14709
14736
|
const Ln = Yc($c, {
|
|
14710
|
-
callbackName:
|
|
14737
|
+
callbackName: ws,
|
|
14711
14738
|
globalName: Kc,
|
|
14712
|
-
attributes:
|
|
14713
|
-
nonce:
|
|
14739
|
+
attributes: bs().nonce ? {
|
|
14740
|
+
nonce: bs().nonce
|
|
14714
14741
|
} : {}
|
|
14715
|
-
})(Wt),
|
|
14742
|
+
})(Wt), Ms = () => /* @__PURE__ */ a(
|
|
14716
14743
|
"svg",
|
|
14717
14744
|
{
|
|
14718
14745
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -14740,7 +14767,7 @@ const Ln = Yc($c, {
|
|
|
14740
14767
|
CAPTCHA_KEY_V2: i,
|
|
14741
14768
|
texts: o
|
|
14742
14769
|
}) => {
|
|
14743
|
-
const l = { ...Jc, ...o?.comentarios }, u = { ...
|
|
14770
|
+
const l = { ...Jc, ...o?.comentarios }, u = { ...fs, ...l.reportReasons ?? {} }, [c, d] = J("form"), [m, h] = J(
|
|
14744
14771
|
""
|
|
14745
14772
|
), [A, f] = J(""), [p, w] = J(""), v = [
|
|
14746
14773
|
{ id: "spam", label: u.spam },
|
|
@@ -14768,7 +14795,7 @@ const Ln = Yc($c, {
|
|
|
14768
14795
|
username: r,
|
|
14769
14796
|
id: s,
|
|
14770
14797
|
captchaToken: p,
|
|
14771
|
-
type:
|
|
14798
|
+
type: fs[m]
|
|
14772
14799
|
// Enviamos el label completo
|
|
14773
14800
|
})
|
|
14774
14801
|
})).json();
|
|
@@ -14788,7 +14815,7 @@ const Ln = Yc($c, {
|
|
|
14788
14815
|
return !e || !s || !r ? null : /* @__PURE__ */ a("div", { className: "sass-pg-cmt-rp-overlay", children: /* @__PURE__ */ g("div", { className: "sass-pg-cmt-rp-popup", children: [
|
|
14789
14816
|
/* @__PURE__ */ a("button", { className: "close-reply-form su-flex su-absolute su-p-0 su-bg-transparent su-border-none", onClick: N, children: /* @__PURE__ */ a(Je, {}) }),
|
|
14790
14817
|
/* @__PURE__ */ a("h2", { className: "sass-pg-cmt-rp-title", children: l.reportAbuseTitle }),
|
|
14791
|
-
c === "loading" && /* @__PURE__ */ a("div", { className: "sass-pg-cmt-rp-loadingContainer", children: /* @__PURE__ */ a(
|
|
14818
|
+
c === "loading" && /* @__PURE__ */ a("div", { className: "sass-pg-cmt-rp-loadingContainer", children: /* @__PURE__ */ a(Ms, {}) }),
|
|
14792
14819
|
c === "form" || c === "loading" ? /* @__PURE__ */ g($, { children: [
|
|
14793
14820
|
/* @__PURE__ */ a("div", { className: "sass-pg-cmt-rp-optionsContainer", children: v.map((S) => /* @__PURE__ */ g("label", { className: "sass-pg-cmt-rp-option", children: [
|
|
14794
14821
|
/* @__PURE__ */ a(
|
|
@@ -14895,7 +14922,7 @@ function Rt(e) {
|
|
|
14895
14922
|
comments: t
|
|
14896
14923
|
};
|
|
14897
14924
|
}
|
|
14898
|
-
async function
|
|
14925
|
+
async function qs({
|
|
14899
14926
|
publication: e,
|
|
14900
14927
|
path: t,
|
|
14901
14928
|
size: s = 5,
|
|
@@ -14986,7 +15013,7 @@ const td = (e, t) => {
|
|
|
14986
15013
|
(async () => {
|
|
14987
15014
|
const { PUBLIC_X_SECURITY_TOKEN: l } = t;
|
|
14988
15015
|
try {
|
|
14989
|
-
const u = await
|
|
15016
|
+
const u = await qs({
|
|
14990
15017
|
publication: i,
|
|
14991
15018
|
path: e ?? "",
|
|
14992
15019
|
size: 5,
|
|
@@ -15063,7 +15090,7 @@ const td = (e, t) => {
|
|
|
15063
15090
|
] }), sd = {
|
|
15064
15091
|
commentInputLabel: "Comentario",
|
|
15065
15092
|
commentInputPlaceholder: "Ingresa un comentario"
|
|
15066
|
-
},
|
|
15093
|
+
}, Ds = ({ commentRef: e, captchaToken: t = "", setIsDisabled: s, API_ENV: n, texts: r }) => {
|
|
15067
15094
|
const i = { ...sd, ...r?.comentarios };
|
|
15068
15095
|
return Te(() => {
|
|
15069
15096
|
const o = e.current;
|
|
@@ -15086,7 +15113,7 @@ const td = (e, t) => {
|
|
|
15086
15113
|
}
|
|
15087
15114
|
)
|
|
15088
15115
|
] });
|
|
15089
|
-
},
|
|
15116
|
+
}, _s = ({
|
|
15090
15117
|
commentRef: e,
|
|
15091
15118
|
captchaToken: t = "",
|
|
15092
15119
|
setCaptchaToken: s,
|
|
@@ -15219,7 +15246,7 @@ function rd({
|
|
|
15219
15246
|
}
|
|
15220
15247
|
const id = {
|
|
15221
15248
|
submitCommentButton: "Enviar Comentario"
|
|
15222
|
-
},
|
|
15249
|
+
}, Gs = ({ onClick: e, isDisabled: t, API_ENV: s, icon: n, handleGoogleLogin: r, showAlert: i, texts: o }) => {
|
|
15223
15250
|
const l = { ...id, ...o?.comentarios }, [u, c] = ce.useState(!1), [d, m] = ce.useState(!1), [h, A] = ce.useState(!1);
|
|
15224
15251
|
ce.useEffect(() => {
|
|
15225
15252
|
let p = null;
|
|
@@ -15277,7 +15304,7 @@ const id = {
|
|
|
15277
15304
|
}
|
|
15278
15305
|
)
|
|
15279
15306
|
] });
|
|
15280
|
-
},
|
|
15307
|
+
}, js = async ({
|
|
15281
15308
|
path: e,
|
|
15282
15309
|
ref: t,
|
|
15283
15310
|
captchaToken: s,
|
|
@@ -15351,7 +15378,7 @@ const id = {
|
|
|
15351
15378
|
return /* @__PURE__ */ g("div", { className: "comment-form reply-form su-p-8 su-relative", children: [
|
|
15352
15379
|
/* @__PURE__ */ a("button", { className: "close-reply-form su-flex su-absolute su-p-0 su-bg-transparent su-border-none", onClick: h, children: /* @__PURE__ */ a(Je, {}) }),
|
|
15353
15380
|
/* @__PURE__ */ a(
|
|
15354
|
-
|
|
15381
|
+
Ds,
|
|
15355
15382
|
{
|
|
15356
15383
|
commentRef: t,
|
|
15357
15384
|
captchaToken: d,
|
|
@@ -15361,18 +15388,18 @@ const id = {
|
|
|
15361
15388
|
}
|
|
15362
15389
|
),
|
|
15363
15390
|
/* @__PURE__ */ a(
|
|
15364
|
-
|
|
15391
|
+
_s,
|
|
15365
15392
|
{
|
|
15366
15393
|
commentRef: t,
|
|
15367
15394
|
captchaToken: d,
|
|
15368
15395
|
setCaptchaToken: m,
|
|
15369
15396
|
API_ENV: o,
|
|
15370
15397
|
children: /* @__PURE__ */ a(
|
|
15371
|
-
|
|
15398
|
+
Gs,
|
|
15372
15399
|
{
|
|
15373
15400
|
onClick: async (A) => {
|
|
15374
15401
|
if (u) return;
|
|
15375
|
-
const f = await
|
|
15402
|
+
const f = await js({
|
|
15376
15403
|
path: n,
|
|
15377
15404
|
ref: t,
|
|
15378
15405
|
captchaToken: d,
|
|
@@ -15466,7 +15493,7 @@ const id = {
|
|
|
15466
15493
|
},
|
|
15467
15494
|
b.id
|
|
15468
15495
|
)),
|
|
15469
|
-
h ? /* @__PURE__ */ a("div", { style: { marginLeft: "4rem", position: "relative" }, children: /* @__PURE__ */ a(
|
|
15496
|
+
h ? /* @__PURE__ */ a("div", { style: { marginLeft: "4rem", position: "relative" }, children: /* @__PURE__ */ a(Ms, {}) }) : d.morereply && /* @__PURE__ */ a(
|
|
15470
15497
|
"button",
|
|
15471
15498
|
{
|
|
15472
15499
|
className: "comment-replies-button reply-button su-flex-center su-rounded-full su-border-none su-relative",
|
|
@@ -15474,7 +15501,7 @@ const id = {
|
|
|
15474
15501
|
const b = d.reply[d.reply.length - 1]?.id;
|
|
15475
15502
|
A(!0);
|
|
15476
15503
|
try {
|
|
15477
|
-
const R = await
|
|
15504
|
+
const R = await qs({
|
|
15478
15505
|
publication: f ?? "",
|
|
15479
15506
|
path: s ?? "",
|
|
15480
15507
|
size: 2,
|
|
@@ -15509,7 +15536,7 @@ const id = {
|
|
|
15509
15536
|
const [o, l] = J(!0), [u, c] = J("");
|
|
15510
15537
|
return /* @__PURE__ */ g("div", { className: "comment-form su-p-8 su-relative", children: [
|
|
15511
15538
|
/* @__PURE__ */ a(
|
|
15512
|
-
|
|
15539
|
+
Ds,
|
|
15513
15540
|
{
|
|
15514
15541
|
commentRef: e,
|
|
15515
15542
|
captchaToken: u,
|
|
@@ -15519,18 +15546,18 @@ const id = {
|
|
|
15519
15546
|
}
|
|
15520
15547
|
),
|
|
15521
15548
|
/* @__PURE__ */ a(
|
|
15522
|
-
|
|
15549
|
+
_s,
|
|
15523
15550
|
{
|
|
15524
15551
|
API_ENV: r,
|
|
15525
15552
|
commentRef: e,
|
|
15526
15553
|
captchaToken: u,
|
|
15527
15554
|
setCaptchaToken: c,
|
|
15528
15555
|
children: /* @__PURE__ */ a(
|
|
15529
|
-
|
|
15556
|
+
Gs,
|
|
15530
15557
|
{
|
|
15531
15558
|
onClick: async (d) => {
|
|
15532
15559
|
if (o) return;
|
|
15533
|
-
const m = await
|
|
15560
|
+
const m = await js({
|
|
15534
15561
|
path: s,
|
|
15535
15562
|
ref: e,
|
|
15536
15563
|
captchaToken: u,
|
|
@@ -15588,7 +15615,7 @@ const id = {
|
|
|
15588
15615
|
}
|
|
15589
15616
|
),
|
|
15590
15617
|
/* @__PURE__ */ a(
|
|
15591
|
-
|
|
15618
|
+
Ds,
|
|
15592
15619
|
{
|
|
15593
15620
|
commentRef: t,
|
|
15594
15621
|
captchaToken: d,
|
|
@@ -15598,14 +15625,14 @@ const id = {
|
|
|
15598
15625
|
}
|
|
15599
15626
|
),
|
|
15600
15627
|
/* @__PURE__ */ a(
|
|
15601
|
-
|
|
15628
|
+
_s,
|
|
15602
15629
|
{
|
|
15603
15630
|
API_ENV: o,
|
|
15604
15631
|
commentRef: t,
|
|
15605
15632
|
captchaToken: d,
|
|
15606
15633
|
setCaptchaToken: m,
|
|
15607
15634
|
children: /* @__PURE__ */ a(
|
|
15608
|
-
|
|
15635
|
+
Gs,
|
|
15609
15636
|
{
|
|
15610
15637
|
onClick: async (A) => {
|
|
15611
15638
|
if (u) {
|
|
@@ -15616,7 +15643,7 @@ const id = {
|
|
|
15616
15643
|
console.log("invalidForm");
|
|
15617
15644
|
return;
|
|
15618
15645
|
}
|
|
15619
|
-
const f = e.current.value, p = await
|
|
15646
|
+
const f = e.current.value, p = await js({
|
|
15620
15647
|
path: s,
|
|
15621
15648
|
ref: t,
|
|
15622
15649
|
captchaToken: d,
|
|
@@ -15681,7 +15708,7 @@ const id = {
|
|
|
15681
15708
|
S(!0);
|
|
15682
15709
|
const U = x.id;
|
|
15683
15710
|
try {
|
|
15684
|
-
const D = await
|
|
15711
|
+
const D = await qs({
|
|
15685
15712
|
publication: m,
|
|
15686
15713
|
path: h ?? "",
|
|
15687
15714
|
size: 5,
|
|
@@ -15699,7 +15726,7 @@ const id = {
|
|
|
15699
15726
|
} catch (D) {
|
|
15700
15727
|
throw S(!1), new Error(`Error al obtener comentarios: ${D}`);
|
|
15701
15728
|
}
|
|
15702
|
-
}, L = v?.comments && v.comments.length > 0, V = L ? u.commentHeaderMessageWithComments : u.commentHeaderMessageEmpty, se = /* @__PURE__ */ a("div", { style: { display: "flex", width: "100%", justifyContent: "center" }, children: /* @__PURE__ */ a(
|
|
15729
|
+
}, L = v?.comments && v.comments.length > 0, V = L ? u.commentHeaderMessageWithComments : u.commentHeaderMessageEmpty, se = /* @__PURE__ */ a("div", { style: { display: "flex", width: "100%", justifyContent: "center" }, children: /* @__PURE__ */ a(Ms, {}) }), q = () => {
|
|
15703
15730
|
!window || !window.location || (document.cookie = `redirect_after_login_1=${window.location.pathname}; path=/; max-age=10000`, window.location.pathname = "/auth/login");
|
|
15704
15731
|
};
|
|
15705
15732
|
return /* @__PURE__ */ g($, { children: [
|
|
@@ -16158,7 +16185,7 @@ const Mn = async (e, t) => {
|
|
|
16158
16185
|
})
|
|
16159
16186
|
}
|
|
16160
16187
|
) });
|
|
16161
|
-
},
|
|
16188
|
+
}, Qs = (e) => {
|
|
16162
16189
|
const t = {};
|
|
16163
16190
|
for (const s in e)
|
|
16164
16191
|
s.startsWith("--") && (t[s] = e[s]);
|
|
@@ -16218,7 +16245,7 @@ const Mn = async (e, t) => {
|
|
|
16218
16245
|
}
|
|
16219
16246
|
) }), Oa = {
|
|
16220
16247
|
banner: (e) => /* @__PURE__ */ a(be, { ...e, name: e.slot_id.replace("Home", "block") }),
|
|
16221
|
-
readest: (e) => /* @__PURE__ */ a(
|
|
16248
|
+
readest: (e) => /* @__PURE__ */ a(Is, { ...e }),
|
|
16222
16249
|
"Modulo 1x3": (e) => /* @__PURE__ */ a(Al, { ...e }),
|
|
16223
16250
|
"Modulo 1x4": (e) => /* @__PURE__ */ a(wl, { ...e }),
|
|
16224
16251
|
"Modulo 1x5": (e) => /* @__PURE__ */ a(bl, { ...e }),
|
|
@@ -16240,13 +16267,13 @@ function Ma({
|
|
|
16240
16267
|
banners: n
|
|
16241
16268
|
}) {
|
|
16242
16269
|
if (n)
|
|
16243
|
-
return Oa[e] && /* @__PURE__ */ a("div", { className: "home-slot", style:
|
|
16270
|
+
return Oa[e] && /* @__PURE__ */ a("div", { className: "home-slot", style: Qs(s), children: Oa[e]({ ...s, banners: n, slot_id: t }) });
|
|
16244
16271
|
}
|
|
16245
16272
|
function $u({
|
|
16246
16273
|
children: e,
|
|
16247
16274
|
stylesConfigEntry: t
|
|
16248
16275
|
}) {
|
|
16249
|
-
return /* @__PURE__ */ a("div", { className: "home-slot", style:
|
|
16276
|
+
return /* @__PURE__ */ a("div", { className: "home-slot", style: Qs(t), children: e });
|
|
16250
16277
|
}
|
|
16251
16278
|
const qa = {
|
|
16252
16279
|
Diario: (e) => {
|
|
@@ -16325,7 +16352,7 @@ const qa = {
|
|
|
16325
16352
|
data: t,
|
|
16326
16353
|
banners: s,
|
|
16327
16354
|
rightOnlyBanner: n
|
|
16328
|
-
}) => /* @__PURE__ */ a("div", { style:
|
|
16355
|
+
}) => /* @__PURE__ */ a("div", { style: Qs(t), children: qa[e] && qa[e]({
|
|
16329
16356
|
...t,
|
|
16330
16357
|
rightOnlyBanner: n,
|
|
16331
16358
|
banners: s
|
|
@@ -16344,7 +16371,7 @@ const qa = {
|
|
|
16344
16371
|
const A = "Home_" + m + "_" + h;
|
|
16345
16372
|
!e[A] || !e[A].blockSass || !e[A].blockSass[0] || !e[A].blockSass[0].value || !e[A].blockSass[0].block || e[A].blockSass[0].block === "No Mostrar" || (e[A].blockSass[0]?.block === "Modulo iframe" ? l.push(
|
|
16346
16373
|
/* @__PURE__ */ g(
|
|
16347
|
-
|
|
16374
|
+
pa,
|
|
16348
16375
|
{
|
|
16349
16376
|
id: e[A].blockSass[0].key,
|
|
16350
16377
|
show: !!e[A].blockSass[0].value,
|
|
@@ -16376,7 +16403,7 @@ const qa = {
|
|
|
16376
16403
|
)
|
|
16377
16404
|
) : l.push(
|
|
16378
16405
|
/* @__PURE__ */ g(
|
|
16379
|
-
|
|
16406
|
+
pa,
|
|
16380
16407
|
{
|
|
16381
16408
|
id: e[A].blockSass[0].key,
|
|
16382
16409
|
show: !!e[A].content?.data,
|
|
@@ -16474,7 +16501,7 @@ export {
|
|
|
16474
16501
|
yu as ContactInput,
|
|
16475
16502
|
Nu as ContactSelect,
|
|
16476
16503
|
Su as ContactTextarea,
|
|
16477
|
-
|
|
16504
|
+
Ts as ContentLayout1,
|
|
16478
16505
|
vu as ContentLayoutTema,
|
|
16479
16506
|
Zu as DEBUG_MainSlots,
|
|
16480
16507
|
fl as DestacadoNoticias,
|
|
@@ -16530,10 +16557,10 @@ export {
|
|
|
16530
16557
|
uc as News_Content,
|
|
16531
16558
|
ba as NextPrev,
|
|
16532
16559
|
qr as OrgList,
|
|
16533
|
-
|
|
16534
|
-
|
|
16560
|
+
Zs as PreloadImages,
|
|
16561
|
+
fs as REPORT_REASONS,
|
|
16535
16562
|
Ud as ReCaptchaRender,
|
|
16536
|
-
|
|
16563
|
+
Is as Readest,
|
|
16537
16564
|
Gu as RegisterForm,
|
|
16538
16565
|
Qu as ScriptHydrator,
|
|
16539
16566
|
_u as SearchSection,
|
|
@@ -16543,8 +16570,8 @@ export {
|
|
|
16543
16570
|
gu as SectionCard5,
|
|
16544
16571
|
ya as SectionCardServerComponent,
|
|
16545
16572
|
Mu as SectionServerComponent,
|
|
16546
|
-
|
|
16547
|
-
|
|
16573
|
+
pa as ShowSection,
|
|
16574
|
+
Ps as SocialNetworks,
|
|
16548
16575
|
Or as SoftwareApplication,
|
|
16549
16576
|
Ru as SourceButtons,
|
|
16550
16577
|
kr as SpeculationRules,
|
|
@@ -16565,11 +16592,11 @@ export {
|
|
|
16565
16592
|
_r as VideosSchemas,
|
|
16566
16593
|
Dr as WebsiteList,
|
|
16567
16594
|
Yu as addComment,
|
|
16568
|
-
|
|
16595
|
+
vs as bannersReplace,
|
|
16569
16596
|
tt as becomeVideoObject,
|
|
16570
16597
|
Ge as buildTagUrl,
|
|
16571
16598
|
Au as coloringByStrokeSVGs,
|
|
16572
|
-
|
|
16599
|
+
Qs as compileStyleProps,
|
|
16573
16600
|
qd as createAssessment,
|
|
16574
16601
|
Re as cutString,
|
|
16575
16602
|
Va as decodeApiEnv,
|
|
@@ -16602,13 +16629,13 @@ export {
|
|
|
16602
16629
|
Fu as getReportReasonLabel,
|
|
16603
16630
|
He as getResponse,
|
|
16604
16631
|
or as getResponsePromise,
|
|
16605
|
-
|
|
16632
|
+
Cs as getSchemas,
|
|
16606
16633
|
Ha as getScriptReplaces,
|
|
16607
16634
|
Qr as getSlugs,
|
|
16608
16635
|
Dd as getTextsStringValue,
|
|
16609
16636
|
Pd as getTypeOfNews,
|
|
16610
16637
|
Bd as getVideoRealPath,
|
|
16611
|
-
|
|
16638
|
+
qs as handleGetComments,
|
|
16612
16639
|
Id as initLibrary,
|
|
16613
16640
|
_d as isPhotoGallery,
|
|
16614
16641
|
Ar as metadataToJSX,
|
|
@@ -16623,7 +16650,7 @@ export {
|
|
|
16623
16650
|
jr as removePages,
|
|
16624
16651
|
Hu as reportComment,
|
|
16625
16652
|
Ko as shareButtons,
|
|
16626
|
-
|
|
16653
|
+
xs as socialIcons,
|
|
16627
16654
|
_e as toISOWithTimeZone,
|
|
16628
16655
|
gr as urlReplaces,
|
|
16629
16656
|
wn as usePlayIcon,
|