sass-template-common 0.2.6 → 0.2.7
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 +759 -719
- package/dist/sass-template-common.umd.cjs +11 -11
- package/package.json +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { jsx as a, jsxs as
|
|
1
|
+
import { jsx as a, jsxs as f, Fragment as K } from "react/jsx-runtime";
|
|
2
2
|
import * as Ra from "react";
|
|
3
3
|
import xe, { useState as J, useRef as Or, useCallback as he, useEffect as De, createElement as st, forwardRef as Pr, Fragment as gn, useMemo as Go, Component as Ho } from "react";
|
|
4
4
|
let ea = {
|
|
@@ -87,7 +87,7 @@ const zo = () => {
|
|
|
87
87
|
o[s] = s;
|
|
88
88
|
}), o;
|
|
89
89
|
}, [t]), { ANALYTICS_ga4: r } = $();
|
|
90
|
-
return r && /* @__PURE__ */
|
|
90
|
+
return r && /* @__PURE__ */ f(K, { children: [
|
|
91
91
|
/* @__PURE__ */ a("script", { defer: !0, src: "https://www.googletagmanager.com/gtag/js?" + e }),
|
|
92
92
|
/* @__PURE__ */ a(
|
|
93
93
|
"script",
|
|
@@ -110,7 +110,7 @@ const zo = () => {
|
|
|
110
110
|
] });
|
|
111
111
|
}, Wo = () => {
|
|
112
112
|
const { ANALYTICS_gtm: e } = $();
|
|
113
|
-
return e && /* @__PURE__ */
|
|
113
|
+
return e && /* @__PURE__ */ f(K, { children: [
|
|
114
114
|
/* @__PURE__ */ a(
|
|
115
115
|
"script",
|
|
116
116
|
{
|
|
@@ -157,7 +157,7 @@ function Dr() {
|
|
|
157
157
|
(function(n, r) {
|
|
158
158
|
e.exports = r();
|
|
159
159
|
})(Yo, (function() {
|
|
160
|
-
var n = 1e3, r = 6e4, o = 36e5, s = "millisecond", i = "second", c = "minute", d = "hour", l = "day", u = "week", h = "month",
|
|
160
|
+
var n = 1e3, r = 6e4, o = 36e5, s = "millisecond", i = "second", c = "minute", d = "hour", l = "day", u = "week", h = "month", m = "quarter", p = "year", g = "date", A = "Invalid Date", w = /^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/, C = /\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g, S = { name: "en", weekdays: "Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"), months: "January_February_March_April_May_June_July_August_September_October_November_December".split("_"), ordinal: function(D) {
|
|
161
161
|
var U = ["th", "st", "nd", "rd"], E = D % 100;
|
|
162
162
|
return "[" + D + (U[(E - 20) % 10] || U[E] || U[0]) + "]";
|
|
163
163
|
} }, _ = function(D, U, E) {
|
|
@@ -173,7 +173,7 @@ function Dr() {
|
|
|
173
173
|
}, a: function(D) {
|
|
174
174
|
return D < 0 ? Math.ceil(D) || 0 : Math.floor(D);
|
|
175
175
|
}, p: function(D) {
|
|
176
|
-
return { M: h, y: p, w: u, d: l, D: g, h: d, m: c, s: i, ms: s, Q:
|
|
176
|
+
return { M: h, y: p, w: u, d: l, D: g, h: d, m: c, s: i, ms: s, Q: m }[D] || String(D || "").toLowerCase().replace(/s$/, "");
|
|
177
177
|
}, u: function(D) {
|
|
178
178
|
return D === void 0;
|
|
179
179
|
} }, v = "en", T = {};
|
|
@@ -375,7 +375,7 @@ function Dr() {
|
|
|
375
375
|
case h:
|
|
376
376
|
z = H();
|
|
377
377
|
break;
|
|
378
|
-
case
|
|
378
|
+
case m:
|
|
379
379
|
z = H() / 3;
|
|
380
380
|
break;
|
|
381
381
|
case u:
|
|
@@ -440,13 +440,13 @@ function Zo() {
|
|
|
440
440
|
return function(n, r, o) {
|
|
441
441
|
n = n || {};
|
|
442
442
|
var s = r.prototype, i = { future: "in %s", past: "%s ago", s: "a few seconds", m: "a minute", mm: "%d minutes", h: "an hour", hh: "%d hours", d: "a day", dd: "%d days", M: "a month", MM: "%d months", y: "a year", yy: "%d years" };
|
|
443
|
-
function c(l, u, h,
|
|
444
|
-
return s.fromToBase(l, u, h,
|
|
443
|
+
function c(l, u, h, m) {
|
|
444
|
+
return s.fromToBase(l, u, h, m);
|
|
445
445
|
}
|
|
446
|
-
o.en.relativeTime = i, s.fromToBase = function(l, u, h,
|
|
446
|
+
o.en.relativeTime = i, s.fromToBase = function(l, u, h, m, p) {
|
|
447
447
|
for (var g, A, w, C = h.$locale().relativeTime || i, S = n.thresholds || [{ l: "s", r: 44, d: "second" }, { l: "m", r: 89 }, { l: "mm", r: 44, d: "minute" }, { l: "h", r: 89 }, { l: "hh", r: 21, d: "hour" }, { l: "d", r: 35 }, { l: "dd", r: 25, d: "day" }, { l: "M", r: 45 }, { l: "MM", r: 10, d: "month" }, { l: "y", r: 17 }, { l: "yy", d: "year" }], _ = S.length, x = 0; x < _; x += 1) {
|
|
448
448
|
var v = S[x];
|
|
449
|
-
v.d && (g =
|
|
449
|
+
v.d && (g = m ? o(l).diff(h, v.d, !0) : h.diff(l, v.d, !0));
|
|
450
450
|
var T = (n.rounding || Math.round)(Math.abs(g));
|
|
451
451
|
if (w = g > 0, T <= v.r || !v.r) {
|
|
452
452
|
T <= 1 && x > 0 && (v = S[x - 1]);
|
|
@@ -541,10 +541,10 @@ function rs() {
|
|
|
541
541
|
var x = this.$u ? this.toDate().getTimezoneOffset() : -1 * this.utcOffset();
|
|
542
542
|
return (_ = this.local().add(S + x, n)).$offset = S, _.$x.$localOffset = x, _;
|
|
543
543
|
};
|
|
544
|
-
var
|
|
544
|
+
var m = d.format;
|
|
545
545
|
d.format = function(A) {
|
|
546
546
|
var w = A || (this.$u ? "YYYY-MM-DDTHH:mm:ss[Z]" : "");
|
|
547
|
-
return
|
|
547
|
+
return m.call(this, w);
|
|
548
548
|
}, d.valueOf = function() {
|
|
549
549
|
var A = this.$utils().u(this.$offset) ? 0 : this.$offset + (this.$x.$localOffset || this.$d.getTimezoneOffset());
|
|
550
550
|
return this.$d.valueOf() - 6e4 * A;
|
|
@@ -579,56 +579,56 @@ function cs() {
|
|
|
579
579
|
})(is, (function() {
|
|
580
580
|
var n = { year: 0, month: 1, day: 2, hour: 3, minute: 4, second: 5 }, r = {};
|
|
581
581
|
return function(o, s, i) {
|
|
582
|
-
var c, d = function(
|
|
582
|
+
var c, d = function(m, p, g) {
|
|
583
583
|
g === void 0 && (g = {});
|
|
584
|
-
var A = new Date(
|
|
584
|
+
var A = new Date(m), w = (function(C, S) {
|
|
585
585
|
S === void 0 && (S = {});
|
|
586
586
|
var _ = S.timeZoneName || "short", x = C + "|" + _, v = r[x];
|
|
587
587
|
return v || (v = new Intl.DateTimeFormat("en-US", { hour12: !1, timeZone: C, year: "numeric", month: "2-digit", day: "2-digit", hour: "2-digit", minute: "2-digit", second: "2-digit", timeZoneName: _ }), r[x] = v), v;
|
|
588
588
|
})(p, g);
|
|
589
589
|
return w.formatToParts(A);
|
|
590
|
-
}, l = function(
|
|
591
|
-
for (var g = d(
|
|
590
|
+
}, l = function(m, p) {
|
|
591
|
+
for (var g = d(m, p), A = [], w = 0; w < g.length; w += 1) {
|
|
592
592
|
var C = g[w], S = C.type, _ = C.value, x = n[S];
|
|
593
593
|
x >= 0 && (A[x] = parseInt(_, 10));
|
|
594
594
|
}
|
|
595
|
-
var v = A[3], T = v === 24 ? 0 : v, j = A[0] + "-" + A[1] + "-" + A[2] + " " + T + ":" + A[4] + ":" + A[5] + ":000", Q = +
|
|
595
|
+
var v = A[3], T = v === 24 ? 0 : v, j = A[0] + "-" + A[1] + "-" + A[2] + " " + T + ":" + A[4] + ":" + A[5] + ":000", Q = +m;
|
|
596
596
|
return (i.utc(j).valueOf() - (Q -= Q % 1e3)) / 6e4;
|
|
597
597
|
}, u = s.prototype;
|
|
598
|
-
u.tz = function(
|
|
599
|
-
|
|
600
|
-
var g, A = this.utcOffset(), w = this.toDate(), C = w.toLocaleString("en-US", { timeZone:
|
|
598
|
+
u.tz = function(m, p) {
|
|
599
|
+
m === void 0 && (m = c);
|
|
600
|
+
var g, A = this.utcOffset(), w = this.toDate(), C = w.toLocaleString("en-US", { timeZone: m }), S = Math.round((w - new Date(C)) / 1e3 / 60), _ = 15 * -Math.round(w.getTimezoneOffset() / 15) - S;
|
|
601
601
|
if (!Number(_)) g = this.utcOffset(0, p);
|
|
602
602
|
else if (g = i(C, { locale: this.$L }).$set("millisecond", this.$ms).utcOffset(_, !0), p) {
|
|
603
603
|
var x = g.utcOffset();
|
|
604
604
|
g = g.add(A - x, "minute");
|
|
605
605
|
}
|
|
606
|
-
return g.$x.$timezone =
|
|
607
|
-
}, u.offsetName = function(
|
|
608
|
-
var p = this.$x.$timezone || i.tz.guess(), g = d(this.valueOf(), p, { timeZoneName:
|
|
606
|
+
return g.$x.$timezone = m, g;
|
|
607
|
+
}, u.offsetName = function(m) {
|
|
608
|
+
var p = this.$x.$timezone || i.tz.guess(), g = d(this.valueOf(), p, { timeZoneName: m }).find((function(A) {
|
|
609
609
|
return A.type.toLowerCase() === "timezonename";
|
|
610
610
|
}));
|
|
611
611
|
return g && g.value;
|
|
612
612
|
};
|
|
613
613
|
var h = u.startOf;
|
|
614
|
-
u.startOf = function(
|
|
615
|
-
if (!this.$x || !this.$x.$timezone) return h.call(this,
|
|
614
|
+
u.startOf = function(m, p) {
|
|
615
|
+
if (!this.$x || !this.$x.$timezone) return h.call(this, m, p);
|
|
616
616
|
var g = i(this.format("YYYY-MM-DD HH:mm:ss:SSS"), { locale: this.$L });
|
|
617
|
-
return h.call(g,
|
|
618
|
-
}, i.tz = function(
|
|
617
|
+
return h.call(g, m, p).tz(this.$x.$timezone, !0);
|
|
618
|
+
}, i.tz = function(m, p, g) {
|
|
619
619
|
var A = g && p, w = g || p || c, C = l(+i(), w);
|
|
620
|
-
if (typeof
|
|
620
|
+
if (typeof m != "string") return i(m).tz(w);
|
|
621
621
|
var S = (function(T, j, Q) {
|
|
622
622
|
var te = T - 60 * j * 1e3, G = l(te, Q);
|
|
623
623
|
if (j === G) return [te, j];
|
|
624
624
|
var O = l(te -= 60 * (G - j) * 1e3, Q);
|
|
625
625
|
return G === O ? [te, G] : [T - 60 * Math.min(G, O) * 1e3, Math.max(G, O)];
|
|
626
|
-
})(i.utc(
|
|
626
|
+
})(i.utc(m, A).valueOf(), C, w), _ = S[0], x = S[1], v = i(_).utcOffset(x);
|
|
627
627
|
return v.$x.$timezone = w, v;
|
|
628
628
|
}, i.tz.guess = function() {
|
|
629
629
|
return Intl.DateTimeFormat().resolvedOptions().timeZone;
|
|
630
|
-
}, i.tz.setDefault = function(
|
|
631
|
-
c =
|
|
630
|
+
}, i.tz.setDefault = function(m) {
|
|
631
|
+
c = m;
|
|
632
632
|
};
|
|
633
633
|
};
|
|
634
634
|
}));
|
|
@@ -660,7 +660,7 @@ function jr(e) {
|
|
|
660
660
|
function hs(e) {
|
|
661
661
|
return e && e.status === "fulfilled" ? e.value : null;
|
|
662
662
|
}
|
|
663
|
-
const
|
|
663
|
+
const Mt = (e, t, n) => ({
|
|
664
664
|
authors: [],
|
|
665
665
|
social: {
|
|
666
666
|
description: "",
|
|
@@ -961,12 +961,12 @@ const w9 = async (e, t) => {
|
|
|
961
961
|
return /* @__PURE__ */ a("div", { dangerouslySetInnerHTML: { __html: o } }, s);
|
|
962
962
|
return null;
|
|
963
963
|
}) });
|
|
964
|
-
},
|
|
964
|
+
}, Wt = (e, t, n) => {
|
|
965
965
|
let r = e.siteUrl;
|
|
966
966
|
return t.forEach((o, s) => {
|
|
967
967
|
s > 0 && (r += `/${o}`);
|
|
968
968
|
}), `${r}/page/${n + 1}`;
|
|
969
|
-
},
|
|
969
|
+
}, $t = (e, t, n) => {
|
|
970
970
|
let r = e.siteUrl;
|
|
971
971
|
return t.forEach((o, s) => {
|
|
972
972
|
s > 0 && (r += `/${o}`);
|
|
@@ -1156,7 +1156,7 @@ const Is = async ({
|
|
|
1156
1156
|
logow: t.socialBlockLogo?.width,
|
|
1157
1157
|
logoh: t.socialBlockLogo?.height,
|
|
1158
1158
|
authorurl: n + "/autor/"
|
|
1159
|
-
}, u = e.split("/")[1], h = u == "liveblogs" || u == "liveblog" ? ["/news", "/news-breadcrumb", "/news-liveblog"] : ["/news", "/news-breadcrumb"],
|
|
1159
|
+
}, u = e.split("/")[1], h = u == "liveblogs" || u == "liveblog" ? ["/news", "/news-breadcrumb", "/news-liveblog"] : ["/news", "/news-breadcrumb"], m = t.paths.tema !== "" ? "/" + t.paths.tema : t.paths.tema, p = o !== "false" && s !== "false" ? "/" + o + m : m;
|
|
1160
1160
|
i = (await Promise.all(
|
|
1161
1161
|
h.map(async (A) => {
|
|
1162
1162
|
const w = A === "/news-breadcrumb" ? { ...l, prefixtag: p } : l;
|
|
@@ -1247,7 +1247,7 @@ const Is = async ({
|
|
|
1247
1247
|
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
1248
1248
|
}
|
|
1249
1249
|
`;
|
|
1250
|
-
return /* @__PURE__ */ a(K, { children: e.useS3Font ? /* @__PURE__ */
|
|
1250
|
+
return /* @__PURE__ */ a(K, { children: e.useS3Font ? /* @__PURE__ */ f(K, { children: [
|
|
1251
1251
|
/* @__PURE__ */ a(
|
|
1252
1252
|
"link",
|
|
1253
1253
|
{
|
|
@@ -1366,7 +1366,7 @@ const Is = async ({
|
|
|
1366
1366
|
autor: (e) => e.pathname.split("/autor/")[1] ?? "",
|
|
1367
1367
|
video: (e) => e.pathname.split("/video/")[1] ?? "",
|
|
1368
1368
|
videos: (e) => e.pathname.split("/videos/")[1] ?? ""
|
|
1369
|
-
},
|
|
1369
|
+
}, Yt = (e) => {
|
|
1370
1370
|
const t = e.split("/"), n = t[t.length - 1] ?? "1";
|
|
1371
1371
|
return Number(n) > 0 ? Number(n) : 1;
|
|
1372
1372
|
}, N9 = (e, t = 2) => {
|
|
@@ -1512,7 +1512,7 @@ const { toString: Os } = Object.prototype, { getPrototypeOf: pa } = Object, { it
|
|
|
1512
1512
|
const n = Os.call(t);
|
|
1513
1513
|
return e[n] || (e[n] = n.slice(8, -1).toLowerCase());
|
|
1514
1514
|
})(/* @__PURE__ */ Object.create(null)), Be = (e) => (e = e.toLowerCase(), (t) => Sn(t) === e), En = (e) => (t) => typeof t === e, { isArray: Nt } = Array, bt = En("undefined");
|
|
1515
|
-
function
|
|
1515
|
+
function Qt(e) {
|
|
1516
1516
|
return e !== null && !bt(e) && e.constructor !== null && !bt(e.constructor) && Ce(e.constructor.isBuffer) && e.constructor.isBuffer(e);
|
|
1517
1517
|
}
|
|
1518
1518
|
const Wr = Be("ArrayBuffer");
|
|
@@ -1520,25 +1520,25 @@ function Ps(e) {
|
|
|
1520
1520
|
let t;
|
|
1521
1521
|
return typeof ArrayBuffer < "u" && ArrayBuffer.isView ? t = ArrayBuffer.isView(e) : t = e && e.buffer && Wr(e.buffer), t;
|
|
1522
1522
|
}
|
|
1523
|
-
const Ds = En("string"), Ce = En("function"), $r = En("number"),
|
|
1523
|
+
const Ds = En("string"), Ce = En("function"), $r = En("number"), Gt = (e) => e !== null && typeof e == "object", Ms = (e) => e === !0 || e === !1, un = (e) => {
|
|
1524
1524
|
if (Sn(e) !== "object")
|
|
1525
1525
|
return !1;
|
|
1526
1526
|
const t = pa(e);
|
|
1527
1527
|
return (t === null || t === Object.prototype || Object.getPrototypeOf(t) === null) && !(Fr in e) && !(Nn in e);
|
|
1528
1528
|
}, js = (e) => {
|
|
1529
|
-
if (!
|
|
1529
|
+
if (!Gt(e) || Qt(e))
|
|
1530
1530
|
return !1;
|
|
1531
1531
|
try {
|
|
1532
1532
|
return Object.keys(e).length === 0 && Object.getPrototypeOf(e) === Object.prototype;
|
|
1533
1533
|
} catch {
|
|
1534
1534
|
return !1;
|
|
1535
1535
|
}
|
|
1536
|
-
}, Qs = Be("Date"), Gs = Be("File"), Hs = Be("Blob"), zs = Be("FileList"), Vs = (e) =>
|
|
1536
|
+
}, Qs = Be("Date"), Gs = Be("File"), Hs = Be("Blob"), zs = Be("FileList"), Vs = (e) => Gt(e) && Ce(e.pipe), Fs = (e) => {
|
|
1537
1537
|
let t;
|
|
1538
1538
|
return e && (typeof FormData == "function" && e instanceof FormData || Ce(e.append) && ((t = Sn(e)) === "formdata" || // detect form-data instance
|
|
1539
1539
|
t === "object" && Ce(e.toString) && e.toString() === "[object FormData]"));
|
|
1540
1540
|
}, Ws = Be("URLSearchParams"), [$s, Ys, Ks, Js] = ["ReadableStream", "Request", "Response", "Headers"].map(Be), Zs = (e) => e.trim ? e.trim() : e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g, "");
|
|
1541
|
-
function
|
|
1541
|
+
function Ht(e, t, { allOwnKeys: n = !1 } = {}) {
|
|
1542
1542
|
if (e === null || typeof e > "u")
|
|
1543
1543
|
return;
|
|
1544
1544
|
let r, o;
|
|
@@ -1546,7 +1546,7 @@ function Gt(e, t, { allOwnKeys: n = !1 } = {}) {
|
|
|
1546
1546
|
for (r = 0, o = e.length; r < o; r++)
|
|
1547
1547
|
t.call(null, e[r], r, e);
|
|
1548
1548
|
else {
|
|
1549
|
-
if (
|
|
1549
|
+
if (Qt(e))
|
|
1550
1550
|
return;
|
|
1551
1551
|
const s = n ? Object.getOwnPropertyNames(e) : Object.keys(e), i = s.length;
|
|
1552
1552
|
let c;
|
|
@@ -1555,7 +1555,7 @@ function Gt(e, t, { allOwnKeys: n = !1 } = {}) {
|
|
|
1555
1555
|
}
|
|
1556
1556
|
}
|
|
1557
1557
|
function Yr(e, t) {
|
|
1558
|
-
if (
|
|
1558
|
+
if (Qt(e))
|
|
1559
1559
|
return null;
|
|
1560
1560
|
t = t.toLowerCase();
|
|
1561
1561
|
const n = Object.keys(e);
|
|
@@ -1572,10 +1572,10 @@ function ta() {
|
|
|
1572
1572
|
un(n[i]) && un(o) ? n[i] = ta(n[i], o) : un(o) ? n[i] = ta({}, o) : Nt(o) ? n[i] = o.slice() : (!t || !bt(o)) && (n[i] = o);
|
|
1573
1573
|
};
|
|
1574
1574
|
for (let o = 0, s = arguments.length; o < s; o++)
|
|
1575
|
-
arguments[o] &&
|
|
1575
|
+
arguments[o] && Ht(arguments[o], r);
|
|
1576
1576
|
return n;
|
|
1577
1577
|
}
|
|
1578
|
-
const Xs = (e, t, n, { allOwnKeys: r } = {}) => (
|
|
1578
|
+
const Xs = (e, t, n, { allOwnKeys: r } = {}) => (Ht(t, (o, s) => {
|
|
1579
1579
|
n && Ce(o) ? e[s] = Vr(o, n) : e[s] = o;
|
|
1580
1580
|
}, { allOwnKeys: r }), e), ei = (e) => (e.charCodeAt(0) === 65279 && (e = e.slice(1)), e), ti = (e, t, n, r) => {
|
|
1581
1581
|
e.prototype = Object.create(t.prototype, r), e.prototype.constructor = e, Object.defineProperty(e, "super", {
|
|
@@ -1624,7 +1624,7 @@ const Xs = (e, t, n, { allOwnKeys: r } = {}) => (Gt(t, (o, s) => {
|
|
|
1624
1624
|
}
|
|
1625
1625
|
), Ma = (({ hasOwnProperty: e }) => (t, n) => e.call(t, n))(Object.prototype), di = Be("RegExp"), Jr = (e, t) => {
|
|
1626
1626
|
const n = Object.getOwnPropertyDescriptors(e), r = {};
|
|
1627
|
-
|
|
1627
|
+
Ht(n, (o, s) => {
|
|
1628
1628
|
let i;
|
|
1629
1629
|
(i = t(o, s, e)) !== !1 && (r[s] = i || o);
|
|
1630
1630
|
}), Object.defineProperties(e, r);
|
|
@@ -1657,15 +1657,15 @@ function gi(e) {
|
|
|
1657
1657
|
}
|
|
1658
1658
|
const pi = (e) => {
|
|
1659
1659
|
const t = new Array(10), n = (r, o) => {
|
|
1660
|
-
if (
|
|
1660
|
+
if (Gt(r)) {
|
|
1661
1661
|
if (t.indexOf(r) >= 0)
|
|
1662
1662
|
return;
|
|
1663
|
-
if (
|
|
1663
|
+
if (Qt(r))
|
|
1664
1664
|
return r;
|
|
1665
1665
|
if (!("toJSON" in r)) {
|
|
1666
1666
|
t[o] = r;
|
|
1667
1667
|
const s = Nt(r) ? [] : {};
|
|
1668
|
-
return
|
|
1668
|
+
return Ht(r, (i, c) => {
|
|
1669
1669
|
const d = n(i, o + 1);
|
|
1670
1670
|
!bt(d) && (s[c] = d);
|
|
1671
1671
|
}), t[o] = void 0, s;
|
|
@@ -1674,7 +1674,7 @@ const pi = (e) => {
|
|
|
1674
1674
|
return r;
|
|
1675
1675
|
};
|
|
1676
1676
|
return n(e, 0);
|
|
1677
|
-
}, Ai = Be("AsyncFunction"), yi = (e) => e && (
|
|
1677
|
+
}, Ai = Be("AsyncFunction"), yi = (e) => e && (Gt(e) || Ce(e)) && Ce(e.then) && Ce(e.catch), Zr = ((e, t) => e ? setImmediate : t ? ((n, r) => (dt.addEventListener("message", ({ source: o, data: s }) => {
|
|
1678
1678
|
o === dt && s === n && r.length && r.shift()();
|
|
1679
1679
|
}, !1), (o) => {
|
|
1680
1680
|
r.push(o), dt.postMessage(n, "*");
|
|
@@ -1684,13 +1684,13 @@ const pi = (e) => {
|
|
|
1684
1684
|
), wi = typeof queueMicrotask < "u" ? queueMicrotask.bind(dt) : typeof process < "u" && process.nextTick || Zr, vi = (e) => e != null && Ce(e[Nn]), b = {
|
|
1685
1685
|
isArray: Nt,
|
|
1686
1686
|
isArrayBuffer: Wr,
|
|
1687
|
-
isBuffer:
|
|
1687
|
+
isBuffer: Qt,
|
|
1688
1688
|
isFormData: Fs,
|
|
1689
1689
|
isArrayBufferView: Ps,
|
|
1690
1690
|
isString: Ds,
|
|
1691
1691
|
isNumber: $r,
|
|
1692
1692
|
isBoolean: Ms,
|
|
1693
|
-
isObject:
|
|
1693
|
+
isObject: Gt,
|
|
1694
1694
|
isPlainObject: un,
|
|
1695
1695
|
isEmptyObject: js,
|
|
1696
1696
|
isReadableStream: $s,
|
|
@@ -1707,7 +1707,7 @@ const pi = (e) => {
|
|
|
1707
1707
|
isURLSearchParams: Ws,
|
|
1708
1708
|
isTypedArray: oi,
|
|
1709
1709
|
isFileList: zs,
|
|
1710
|
-
forEach:
|
|
1710
|
+
forEach: Ht,
|
|
1711
1711
|
merge: ta,
|
|
1712
1712
|
extend: Xs,
|
|
1713
1713
|
trim: Zs,
|
|
@@ -1850,7 +1850,7 @@ function xn(e, t, n) {
|
|
|
1850
1850
|
}
|
|
1851
1851
|
return na(g) ? !0 : (t.append(ja(w, A, s), l(g)), !1);
|
|
1852
1852
|
}
|
|
1853
|
-
const h = [],
|
|
1853
|
+
const h = [], m = Object.assign(_i, {
|
|
1854
1854
|
defaultVisitor: u,
|
|
1855
1855
|
convertValue: l,
|
|
1856
1856
|
isVisitable: na
|
|
@@ -1865,7 +1865,7 @@ function xn(e, t, n) {
|
|
|
1865
1865
|
C,
|
|
1866
1866
|
b.isString(S) ? S.trim() : S,
|
|
1867
1867
|
A,
|
|
1868
|
-
|
|
1868
|
+
m
|
|
1869
1869
|
)) === !0 && p(C, A ? A.concat(S) : [S]);
|
|
1870
1870
|
}), h.pop();
|
|
1871
1871
|
}
|
|
@@ -2044,7 +2044,7 @@ function Oi(e, t, n) {
|
|
|
2044
2044
|
}
|
|
2045
2045
|
return (n || JSON.stringify)(e);
|
|
2046
2046
|
}
|
|
2047
|
-
const
|
|
2047
|
+
const zt = {
|
|
2048
2048
|
transitional: ro,
|
|
2049
2049
|
adapter: ["xhr", "http", "fetch"],
|
|
2050
2050
|
transformRequest: [function(t, n) {
|
|
@@ -2073,7 +2073,7 @@ const Ht = {
|
|
|
2073
2073
|
return s || o ? (n.setContentType("application/json", !1), Oi(t)) : t;
|
|
2074
2074
|
}],
|
|
2075
2075
|
transformResponse: [function(t) {
|
|
2076
|
-
const n = this.transitional ||
|
|
2076
|
+
const n = this.transitional || zt.transitional, r = n && n.forcedJSONParsing, o = this.responseType === "json";
|
|
2077
2077
|
if (b.isResponse(t) || b.isReadableStream(t))
|
|
2078
2078
|
return t;
|
|
2079
2079
|
if (t && b.isString(t) && (r && !this.responseType || o)) {
|
|
@@ -2111,7 +2111,7 @@ const Ht = {
|
|
|
2111
2111
|
}
|
|
2112
2112
|
};
|
|
2113
2113
|
b.forEach(["delete", "get", "head", "post", "put", "patch"], (e) => {
|
|
2114
|
-
|
|
2114
|
+
zt.headers[e] = {};
|
|
2115
2115
|
});
|
|
2116
2116
|
const Pi = b.toObjectSet([
|
|
2117
2117
|
"age",
|
|
@@ -2315,7 +2315,7 @@ b.reduceDescriptors(_e.prototype, ({ value: e }, t) => {
|
|
|
2315
2315
|
});
|
|
2316
2316
|
b.freezeMethods(_e);
|
|
2317
2317
|
function Ln(e, t) {
|
|
2318
|
-
const n = this ||
|
|
2318
|
+
const n = this || zt, r = t || n, o = _e.from(r.headers);
|
|
2319
2319
|
let s = r.data;
|
|
2320
2320
|
return b.forEach(e, function(c) {
|
|
2321
2321
|
s = c.call(n, s, o.normalize(), t ? t.status : void 0);
|
|
@@ -2351,13 +2351,13 @@ function zi(e, t) {
|
|
|
2351
2351
|
return t = t !== void 0 ? t : 1e3, function(d) {
|
|
2352
2352
|
const l = Date.now(), u = r[s];
|
|
2353
2353
|
i || (i = l), n[o] = d, r[o] = l;
|
|
2354
|
-
let h = s,
|
|
2354
|
+
let h = s, m = 0;
|
|
2355
2355
|
for (; h !== o; )
|
|
2356
|
-
|
|
2356
|
+
m += n[h++], h = h % e;
|
|
2357
2357
|
if (o = (o + 1) % e, o === s && (s = (s + 1) % e), l - i < t)
|
|
2358
2358
|
return;
|
|
2359
2359
|
const p = u && l - u;
|
|
2360
|
-
return p ? Math.round(
|
|
2360
|
+
return p ? Math.round(m * 1e3 / p) : void 0;
|
|
2361
2361
|
};
|
|
2362
2362
|
}
|
|
2363
2363
|
function Vi(e, t) {
|
|
@@ -2444,14 +2444,14 @@ const Fa = (e) => e instanceof _e ? { ...e } : e;
|
|
|
2444
2444
|
function mt(e, t) {
|
|
2445
2445
|
t = t || {};
|
|
2446
2446
|
const n = {};
|
|
2447
|
-
function r(l, u, h,
|
|
2448
|
-
return b.isPlainObject(l) && b.isPlainObject(u) ? b.merge.call({ caseless:
|
|
2447
|
+
function r(l, u, h, m) {
|
|
2448
|
+
return b.isPlainObject(l) && b.isPlainObject(u) ? b.merge.call({ caseless: m }, l, u) : b.isPlainObject(u) ? b.merge({}, u) : b.isArray(u) ? u.slice() : u;
|
|
2449
2449
|
}
|
|
2450
|
-
function o(l, u, h,
|
|
2450
|
+
function o(l, u, h, m) {
|
|
2451
2451
|
if (b.isUndefined(u)) {
|
|
2452
2452
|
if (!b.isUndefined(l))
|
|
2453
|
-
return r(void 0, l, h,
|
|
2454
|
-
} else return r(l, u, h,
|
|
2453
|
+
return r(void 0, l, h, m);
|
|
2454
|
+
} else return r(l, u, h, m);
|
|
2455
2455
|
}
|
|
2456
2456
|
function s(l, u) {
|
|
2457
2457
|
if (!b.isUndefined(u))
|
|
@@ -2501,8 +2501,8 @@ function mt(e, t) {
|
|
|
2501
2501
|
headers: (l, u, h) => o(Fa(l), Fa(u), h, !0)
|
|
2502
2502
|
};
|
|
2503
2503
|
return b.forEach(Object.keys({ ...e, ...t }), function(u) {
|
|
2504
|
-
const h = d[u] || o,
|
|
2505
|
-
b.isUndefined(
|
|
2504
|
+
const h = d[u] || o, m = h(e[u], t[u], u);
|
|
2505
|
+
b.isUndefined(m) && h !== c || (n[u] = m);
|
|
2506
2506
|
}), n;
|
|
2507
2507
|
}
|
|
2508
2508
|
const lo = (e) => {
|
|
@@ -2531,7 +2531,7 @@ const lo = (e) => {
|
|
|
2531
2531
|
const o = lo(e);
|
|
2532
2532
|
let s = o.data;
|
|
2533
2533
|
const i = _e.from(o.headers).normalize();
|
|
2534
|
-
let { responseType: c, onUploadProgress: d, onDownloadProgress: l } = o, u, h,
|
|
2534
|
+
let { responseType: c, onUploadProgress: d, onDownloadProgress: l } = o, u, h, m, p, g;
|
|
2535
2535
|
function A() {
|
|
2536
2536
|
p && p(), g && g(), o.cancelToken && o.cancelToken.unsubscribe(u), o.signal && o.signal.removeEventListener("abort", u);
|
|
2537
2537
|
}
|
|
@@ -2574,7 +2574,7 @@ const lo = (e) => {
|
|
|
2574
2574
|
)), w = null;
|
|
2575
2575
|
}, s === void 0 && i.setContentType(null), "setRequestHeader" in w && b.forEach(i.toJSON(), function(x, v) {
|
|
2576
2576
|
w.setRequestHeader(v, x);
|
|
2577
|
-
}), b.isUndefined(o.withCredentials) || (w.withCredentials = !!o.withCredentials), c && c !== "json" && (w.responseType = o.responseType), l && ([
|
|
2577
|
+
}), b.isUndefined(o.withCredentials) || (w.withCredentials = !!o.withCredentials), c && c !== "json" && (w.responseType = o.responseType), l && ([m, g] = An(l, !0), w.addEventListener("progress", m)), d && w.upload && ([h, p] = An(d), w.upload.addEventListener("progress", h), w.upload.addEventListener("loadend", p)), (o.cancelToken || o.signal) && (u = (_) => {
|
|
2578
2578
|
w && (r(!_ || _.type ? new St(null, e, w) : _), w.abort(), w = null);
|
|
2579
2579
|
}, o.cancelToken && o.cancelToken.subscribe(u), o.signal && (o.signal.aborted ? u() : o.signal.addEventListener("abort", u)));
|
|
2580
2580
|
const S = Hi(o.url);
|
|
@@ -2650,8 +2650,8 @@ const lo = (e) => {
|
|
|
2650
2650
|
}
|
|
2651
2651
|
let h = u.byteLength;
|
|
2652
2652
|
if (n) {
|
|
2653
|
-
let
|
|
2654
|
-
n(
|
|
2653
|
+
let m = s += h;
|
|
2654
|
+
n(m);
|
|
2655
2655
|
}
|
|
2656
2656
|
d.enqueue(new Uint8Array(u));
|
|
2657
2657
|
} catch (l) {
|
|
@@ -2664,7 +2664,7 @@ const lo = (e) => {
|
|
|
2664
2664
|
}, {
|
|
2665
2665
|
highWaterMark: 2
|
|
2666
2666
|
});
|
|
2667
|
-
}, $a = 64 * 1024, { isFunction:
|
|
2667
|
+
}, $a = 64 * 1024, { isFunction: Kt } = b, nc = (({ Request: e, Response: t }) => ({
|
|
2668
2668
|
Request: e,
|
|
2669
2669
|
Response: t
|
|
2670
2670
|
}))(b.global), {
|
|
@@ -2680,10 +2680,10 @@ const lo = (e) => {
|
|
|
2680
2680
|
e = b.merge.call({
|
|
2681
2681
|
skipUndefined: !0
|
|
2682
2682
|
}, nc, e);
|
|
2683
|
-
const { fetch: t, Request: n, Response: r } = e, o = t ?
|
|
2683
|
+
const { fetch: t, Request: n, Response: r } = e, o = t ? Kt(t) : typeof fetch == "function", s = Kt(n), i = Kt(r);
|
|
2684
2684
|
if (!o)
|
|
2685
2685
|
return !1;
|
|
2686
|
-
const c = o &&
|
|
2686
|
+
const c = o && Kt(Ya), d = o && (typeof Ka == "function" ? /* @__PURE__ */ ((g) => (A) => g.encode(A))(new Ka()) : async (g) => new Uint8Array(await new n(g).arrayBuffer())), l = s && c && Ja(() => {
|
|
2687
2687
|
let g = !1;
|
|
2688
2688
|
const A = new n(fe.origin, {
|
|
2689
2689
|
body: new Ya(),
|
|
@@ -2704,7 +2704,7 @@ const lo = (e) => {
|
|
|
2704
2704
|
throw new Y(`Response type '${g}' is not supported`, Y.ERR_NOT_SUPPORT, w);
|
|
2705
2705
|
});
|
|
2706
2706
|
});
|
|
2707
|
-
const
|
|
2707
|
+
const m = async (g) => {
|
|
2708
2708
|
if (g == null)
|
|
2709
2709
|
return 0;
|
|
2710
2710
|
if (b.isBlob(g))
|
|
@@ -2720,7 +2720,7 @@ const lo = (e) => {
|
|
|
2720
2720
|
return (await d(g)).byteLength;
|
|
2721
2721
|
}, p = async (g, A) => {
|
|
2722
2722
|
const w = b.toFiniteNumber(g.getContentLength());
|
|
2723
|
-
return w ??
|
|
2723
|
+
return w ?? m(A);
|
|
2724
2724
|
};
|
|
2725
2725
|
return async (g) => {
|
|
2726
2726
|
let {
|
|
@@ -2886,7 +2886,7 @@ function Xa(e) {
|
|
|
2886
2886
|
return Bn(e), e.headers = _e.from(e.headers), e.data = Ln.call(
|
|
2887
2887
|
e,
|
|
2888
2888
|
e.transformRequest
|
|
2889
|
-
), ["post", "put", "patch"].indexOf(e.method) !== -1 && e.headers.setContentType("application/x-www-form-urlencoded", !1), ho.getAdapter(e.adapter ||
|
|
2889
|
+
), ["post", "put", "patch"].indexOf(e.method) !== -1 && e.headers.setContentType("application/x-www-form-urlencoded", !1), ho.getAdapter(e.adapter || zt.adapter, e)(e).then(function(r) {
|
|
2890
2890
|
return Bn(e), r.data = Ln.call(
|
|
2891
2891
|
e,
|
|
2892
2892
|
e.transformResponse,
|
|
@@ -3016,16 +3016,16 @@ let ut = class {
|
|
|
3016
3016
|
this.interceptors.response.forEach(function(A) {
|
|
3017
3017
|
l.push(A.fulfilled, A.rejected);
|
|
3018
3018
|
});
|
|
3019
|
-
let u, h = 0,
|
|
3019
|
+
let u, h = 0, m;
|
|
3020
3020
|
if (!d) {
|
|
3021
3021
|
const g = [Xa.bind(this), void 0];
|
|
3022
|
-
for (g.unshift(...c), g.push(...l),
|
|
3022
|
+
for (g.unshift(...c), g.push(...l), m = g.length, u = Promise.resolve(n); h < m; )
|
|
3023
3023
|
u = u.then(g[h++], g[h++]);
|
|
3024
3024
|
return u;
|
|
3025
3025
|
}
|
|
3026
|
-
|
|
3026
|
+
m = c.length;
|
|
3027
3027
|
let p = n;
|
|
3028
|
-
for (; h <
|
|
3028
|
+
for (; h < m; ) {
|
|
3029
3029
|
const g = c[h++], A = c[h++];
|
|
3030
3030
|
try {
|
|
3031
3031
|
p = g(p);
|
|
@@ -3039,7 +3039,7 @@ let ut = class {
|
|
|
3039
3039
|
} catch (g) {
|
|
3040
3040
|
return Promise.reject(g);
|
|
3041
3041
|
}
|
|
3042
|
-
for (h = 0,
|
|
3042
|
+
for (h = 0, m = l.length; h < m; )
|
|
3043
3043
|
u = u.then(l[h++], l[h++]);
|
|
3044
3044
|
return u;
|
|
3045
3045
|
}
|
|
@@ -3234,7 +3234,7 @@ function go(e) {
|
|
|
3234
3234
|
return go(mt(e, o));
|
|
3235
3235
|
}, n;
|
|
3236
3236
|
}
|
|
3237
|
-
const oe = go(
|
|
3237
|
+
const oe = go(zt);
|
|
3238
3238
|
oe.Axios = ut;
|
|
3239
3239
|
oe.CanceledError = St;
|
|
3240
3240
|
oe.CancelToken = cc;
|
|
@@ -3461,20 +3461,20 @@ const V9 = async (e, t, n, r, o, s, i) => {
|
|
|
3461
3461
|
exclude: i
|
|
3462
3462
|
}), d = [];
|
|
3463
3463
|
for (let h = 1; h <= o; h++)
|
|
3464
|
-
for (let
|
|
3464
|
+
for (let m = 1; m <= s; m++)
|
|
3465
3465
|
d.push({
|
|
3466
3466
|
func: c.getBlockSass,
|
|
3467
|
-
slot_id: h + "_" +
|
|
3467
|
+
slot_id: h + "_" + m
|
|
3468
3468
|
});
|
|
3469
3469
|
const l = await Promise.allSettled([
|
|
3470
3470
|
...d.map((h) => h.func({ template: "Home_" + h.slot_id }))
|
|
3471
3471
|
]);
|
|
3472
3472
|
return (() => {
|
|
3473
3473
|
const h = {};
|
|
3474
|
-
for (let
|
|
3474
|
+
for (let m = 0; m < l.length; m++) {
|
|
3475
3475
|
const p = hs(
|
|
3476
|
-
l[
|
|
3477
|
-
), g = "Home_" + (Math.floor(
|
|
3476
|
+
l[m]
|
|
3477
|
+
), g = "Home_" + (Math.floor(m / s) + 1) + "_" + (Math.floor(m % s) + 1);
|
|
3478
3478
|
p && (h[g] = { ...p });
|
|
3479
3479
|
}
|
|
3480
3480
|
return h;
|
|
@@ -3530,7 +3530,7 @@ const V9 = async (e, t, n, r, o, s, i) => {
|
|
|
3530
3530
|
return o ? { ...t, ...o } : ve(t);
|
|
3531
3531
|
},
|
|
3532
3532
|
seccion: async (e) => {
|
|
3533
|
-
const { meta: t, config: n, pathname: r, slug: o } = e, s = new at(), i = r.split("/"), c = [], d =
|
|
3533
|
+
const { meta: t, config: n, pathname: r, slug: o } = e, s = new at(), i = r.split("/"), c = [], d = Yt(r), l = Number(n.newsListLimit) ?? 0;
|
|
3534
3534
|
try {
|
|
3535
3535
|
const u = await s.getNewsListSection({
|
|
3536
3536
|
section: o,
|
|
@@ -3540,11 +3540,11 @@ const V9 = async (e, t, n, r, o, s, i) => {
|
|
|
3540
3540
|
page: d
|
|
3541
3541
|
});
|
|
3542
3542
|
if (!u) return ve(t);
|
|
3543
|
-
const h = u.data.data,
|
|
3544
|
-
return h.length < l || c.push({ rel: "next", url:
|
|
3543
|
+
const h = u.data.data, m = h[0];
|
|
3544
|
+
return h.length < l || c.push({ rel: "next", url: Wt(n, i, d) }), d > 1 && c.push({ rel: "prev", url: $t(n, i, d) }), {
|
|
3545
3545
|
...t,
|
|
3546
|
-
title: `Últimas Noticias de ${
|
|
3547
|
-
description: `Todas las últimas noticias de ${
|
|
3546
|
+
title: `Últimas Noticias de ${m.info.section?.name} | ${n.name}`,
|
|
3547
|
+
description: `Todas las últimas noticias de ${m.info.section?.name} en ${n.name}`,
|
|
3548
3548
|
alternates: {
|
|
3549
3549
|
...t.alternates,
|
|
3550
3550
|
canonical: n.siteUrl + r
|
|
@@ -3558,13 +3558,13 @@ const V9 = async (e, t, n, r, o, s, i) => {
|
|
|
3558
3558
|
"msapplication-TileImage": n.msapplicationTileImage ?? ""
|
|
3559
3559
|
},
|
|
3560
3560
|
openGraph: {
|
|
3561
|
-
title: `${
|
|
3561
|
+
title: `${m.info.section?.name}`,
|
|
3562
3562
|
type: "website",
|
|
3563
3563
|
url: `${n.siteUrl}${r}`
|
|
3564
3564
|
},
|
|
3565
3565
|
twitter: {
|
|
3566
3566
|
card: "summary_large_image",
|
|
3567
|
-
title: `${
|
|
3567
|
+
title: `${m.info.section?.name}`,
|
|
3568
3568
|
domain: n.siteUrl,
|
|
3569
3569
|
url: `${n.siteUrl}${r}`
|
|
3570
3570
|
}
|
|
@@ -3574,12 +3574,12 @@ const V9 = async (e, t, n, r, o, s, i) => {
|
|
|
3574
3574
|
}
|
|
3575
3575
|
},
|
|
3576
3576
|
tema: async (e) => {
|
|
3577
|
-
const { meta: t, config: n, pathname: r, slug: o } = e, s = new at(), i = r.split("/"), c = [], d =
|
|
3577
|
+
const { meta: t, config: n, pathname: r, slug: o } = e, s = new at(), i = r.split("/"), c = [], d = Yt(r), l = Number(n.newsListLimit) ?? 0, u = /([t][0-9]{4})\w+/.exec(o || ""), h = u && u?.length > 0 ? u[0].replace("t", "") : "", { PUBLIC_TAG_TYPE: m } = $();
|
|
3578
3578
|
try {
|
|
3579
3579
|
const p = await s.getNewsListTags({
|
|
3580
3580
|
tagid: h,
|
|
3581
3581
|
size: l,
|
|
3582
|
-
tagtype: Number(
|
|
3582
|
+
tagtype: Number(m),
|
|
3583
3583
|
newstype: n.newsType,
|
|
3584
3584
|
exclude: "keywords,gallery,related,relatedexternal,external,customfields",
|
|
3585
3585
|
page: d
|
|
@@ -3588,10 +3588,10 @@ const V9 = async (e, t, n, r, o, s, i) => {
|
|
|
3588
3588
|
const g = p.data.entity;
|
|
3589
3589
|
return g ? (p.data.data?.length < l || c.push({
|
|
3590
3590
|
rel: "next",
|
|
3591
|
-
url:
|
|
3591
|
+
url: Wt(n, i, d)
|
|
3592
3592
|
}), d > 1 && c.push({
|
|
3593
3593
|
rel: "prev",
|
|
3594
|
-
url:
|
|
3594
|
+
url: $t(n, i, d)
|
|
3595
3595
|
}), {
|
|
3596
3596
|
...t,
|
|
3597
3597
|
title: `Últimas noticias de ${g.name} | ${n.name}`,
|
|
@@ -3650,17 +3650,17 @@ const V9 = async (e, t, n, r, o, s, i) => {
|
|
|
3650
3650
|
}
|
|
3651
3651
|
},
|
|
3652
3652
|
videos: async (e) => {
|
|
3653
|
-
const { meta: t, config: n, pathname: r } = e, o = new at(), s = r.split("/"), i = [], c =
|
|
3653
|
+
const { meta: t, config: n, pathname: r } = e, o = new at(), s = r.split("/"), i = [], c = Yt(r), d = await o.getvideoListAdvanced({
|
|
3654
3654
|
size: Number(n.newsListLimit),
|
|
3655
3655
|
query: "Category:(videohome OR destacadoseccion OR seccion)",
|
|
3656
3656
|
page: Number(c)
|
|
3657
3657
|
});
|
|
3658
3658
|
return d ? (d.data.data.length < Number(n.newsListLimit) || i.push({
|
|
3659
3659
|
rel: "next",
|
|
3660
|
-
url:
|
|
3660
|
+
url: Wt(n, s, c)
|
|
3661
3661
|
}), c > 1 && i.push({
|
|
3662
3662
|
rel: "prev",
|
|
3663
|
-
url:
|
|
3663
|
+
url: $t(n, s, c)
|
|
3664
3664
|
}), {
|
|
3665
3665
|
...t,
|
|
3666
3666
|
title: "Videos | " + n.name,
|
|
@@ -3739,7 +3739,7 @@ const V9 = async (e, t, n, r, o, s, i) => {
|
|
|
3739
3739
|
};
|
|
3740
3740
|
},
|
|
3741
3741
|
autor: async (e) => {
|
|
3742
|
-
const { meta: t, config: n, pathname: r, imgSizes: o, slug: s } = e, i = new at(), c = r.split("/"), d = [], l =
|
|
3742
|
+
const { meta: t, config: n, pathname: r, imgSizes: o, slug: s } = e, i = new at(), c = r.split("/"), d = [], l = Yt(r);
|
|
3743
3743
|
try {
|
|
3744
3744
|
const u = await i.getAutorInfo({
|
|
3745
3745
|
user: s,
|
|
@@ -3755,10 +3755,10 @@ const V9 = async (e, t, n, r, o, s, i) => {
|
|
|
3755
3755
|
});
|
|
3756
3756
|
return h ? (h.data.data.length < Number(n.newsListLimit) || d.push({
|
|
3757
3757
|
rel: "next",
|
|
3758
|
-
url:
|
|
3758
|
+
url: Wt(n, c, l)
|
|
3759
3759
|
}), l > 1 && d.push({
|
|
3760
3760
|
rel: "prev",
|
|
3761
|
-
url:
|
|
3761
|
+
url: $t(n, c, l)
|
|
3762
3762
|
}), {
|
|
3763
3763
|
...t,
|
|
3764
3764
|
title: `Últimas Noticias de ${u?.data.data[0]?.info.fullname} | ${n.name}`,
|
|
@@ -3802,7 +3802,7 @@ async function W9({
|
|
|
3802
3802
|
currentNew: l,
|
|
3803
3803
|
banners: u,
|
|
3804
3804
|
internalPath: h,
|
|
3805
|
-
config:
|
|
3805
|
+
config: m,
|
|
3806
3806
|
socials: p,
|
|
3807
3807
|
speculationType: g = "Common",
|
|
3808
3808
|
preloadImageUrl: A,
|
|
@@ -3813,7 +3813,7 @@ async function W9({
|
|
|
3813
3813
|
}) {
|
|
3814
3814
|
const x = C || await mc[o]({
|
|
3815
3815
|
meta: n,
|
|
3816
|
-
config:
|
|
3816
|
+
config: m,
|
|
3817
3817
|
currentNew: l,
|
|
3818
3818
|
pathname: s,
|
|
3819
3819
|
imgSizes: r,
|
|
@@ -3823,16 +3823,16 @@ async function W9({
|
|
|
3823
3823
|
}), v = ys(x), T = S || zr[o]({
|
|
3824
3824
|
pathname: s,
|
|
3825
3825
|
slug: i,
|
|
3826
|
-
config:
|
|
3826
|
+
config: m,
|
|
3827
3827
|
currentNew: l,
|
|
3828
3828
|
internalPath: h
|
|
3829
3829
|
});
|
|
3830
|
-
return /* @__PURE__ */
|
|
3830
|
+
return /* @__PURE__ */ f(K, { children: [
|
|
3831
3831
|
/* @__PURE__ */ a("meta", { charSet: "utf-8" }),
|
|
3832
3832
|
/* @__PURE__ */ a("meta", { name: "viewport", content: "width=device-width" }),
|
|
3833
3833
|
v,
|
|
3834
3834
|
/* @__PURE__ */ a(vs, {}),
|
|
3835
|
-
t.ampConfig &&
|
|
3835
|
+
t.ampConfig && m.ampOption && t.ampConfig_slugIsValid && /* @__PURE__ */ a("link", { rel: "amphtml", href: m.siteUrl + "/amp" + s }),
|
|
3836
3836
|
t.preloadImages && l && l.preview?.sizes && /* @__PURE__ */ a(
|
|
3837
3837
|
Da,
|
|
3838
3838
|
{
|
|
@@ -3849,7 +3849,7 @@ async function W9({
|
|
|
3849
3849
|
}
|
|
3850
3850
|
),
|
|
3851
3851
|
t.preloadImages && A && /* @__PURE__ */ a(Da, { images: A }),
|
|
3852
|
-
/* @__PURE__ */ a(qs, { config:
|
|
3852
|
+
/* @__PURE__ */ a(qs, { config: m }),
|
|
3853
3853
|
/* @__PURE__ */ a(
|
|
3854
3854
|
Gr,
|
|
3855
3855
|
{
|
|
@@ -3861,36 +3861,36 @@ async function W9({
|
|
|
3861
3861
|
t.schemas_NewsArticle && h && /* @__PURE__ */ a(
|
|
3862
3862
|
Is,
|
|
3863
3863
|
{
|
|
3864
|
-
BASE_URL:
|
|
3865
|
-
config:
|
|
3864
|
+
BASE_URL: m.siteUrl,
|
|
3865
|
+
config: m,
|
|
3866
3866
|
realPath: h,
|
|
3867
3867
|
axiosApi: e
|
|
3868
3868
|
}
|
|
3869
3869
|
),
|
|
3870
|
-
/* @__PURE__ */ a(ks, { config:
|
|
3870
|
+
/* @__PURE__ */ a(ks, { config: m, socials: p }),
|
|
3871
3871
|
t.schemas_Videos && h && /* @__PURE__ */ a(
|
|
3872
3872
|
Rs,
|
|
3873
3873
|
{
|
|
3874
3874
|
axiosApi: e,
|
|
3875
3875
|
realPath: h,
|
|
3876
|
-
config:
|
|
3876
|
+
config: m
|
|
3877
3877
|
}
|
|
3878
3878
|
),
|
|
3879
3879
|
t.schemas_ItemList && /* @__PURE__ */ a(
|
|
3880
3880
|
Ts,
|
|
3881
3881
|
{
|
|
3882
|
-
config:
|
|
3882
|
+
config: m,
|
|
3883
3883
|
ROUTE: o,
|
|
3884
3884
|
pathname: s,
|
|
3885
3885
|
axiosApi: e
|
|
3886
3886
|
}
|
|
3887
3887
|
),
|
|
3888
|
-
t.schemas_WebsiteList && /* @__PURE__ */ a(Us, { config:
|
|
3888
|
+
t.schemas_WebsiteList && /* @__PURE__ */ a(Us, { config: m }),
|
|
3889
3889
|
/* @__PURE__ */ a(
|
|
3890
3890
|
Es,
|
|
3891
3891
|
{
|
|
3892
3892
|
type: g,
|
|
3893
|
-
active:
|
|
3893
|
+
active: m.useSpeculationRules,
|
|
3894
3894
|
customSpeculation: w
|
|
3895
3895
|
}
|
|
3896
3896
|
),
|
|
@@ -3910,14 +3910,14 @@ const $9 = ({
|
|
|
3910
3910
|
scriptReplaces: l,
|
|
3911
3911
|
body_custom_elements: u
|
|
3912
3912
|
}) => {
|
|
3913
|
-
const h = Vo(c, d),
|
|
3913
|
+
const h = Vo(c, d), m = zr[t]({
|
|
3914
3914
|
pathname: r,
|
|
3915
3915
|
slug: o,
|
|
3916
3916
|
config: s,
|
|
3917
3917
|
currentNew: c,
|
|
3918
3918
|
internalPath: i
|
|
3919
|
-
}), p = l.before.active, g = l.after.active, A = p ? l.before.customData ? l.before.customData :
|
|
3920
|
-
return /* @__PURE__ */
|
|
3919
|
+
}), p = l.before.active, g = l.after.active, A = p ? l.before.customData ? l.before.customData : m : void 0, w = g ? l.after.customData ? l.after.customData : m : void 0;
|
|
3920
|
+
return /* @__PURE__ */ f(K, { children: [
|
|
3921
3921
|
/* @__PURE__ */ a(Gr, { name: "bodybefore", banners: n, replaces: A }),
|
|
3922
3922
|
e,
|
|
3923
3923
|
/* @__PURE__ */ a($o, {}),
|
|
@@ -3948,10 +3948,10 @@ const $9 = ({
|
|
|
3948
3948
|
), Ac = "_content_19rc1_1", yc = "_location_19rc1_11", tr = {
|
|
3949
3949
|
content: Ac,
|
|
3950
3950
|
location: yc
|
|
3951
|
-
}, Y9 = (e) => /* @__PURE__ */
|
|
3951
|
+
}, Y9 = (e) => /* @__PURE__ */ f("div", { className: tr.content, children: [
|
|
3952
3952
|
/* @__PURE__ */ a(pc, {}),
|
|
3953
3953
|
/* @__PURE__ */ a("p", { className: tr.location, children: e.place })
|
|
3954
|
-
] }),
|
|
3954
|
+
] }), Vt = ({
|
|
3955
3955
|
children: e,
|
|
3956
3956
|
className: t
|
|
3957
3957
|
// desktopWidth = '1185px'
|
|
@@ -3968,7 +3968,7 @@ function vc({
|
|
|
3968
3968
|
enableDrag: s,
|
|
3969
3969
|
onIndexChange: i
|
|
3970
3970
|
}) {
|
|
3971
|
-
const [c, d] = J(!1), [l, u] = J(0), [h,
|
|
3971
|
+
const [c, d] = J(!1), [l, u] = J(0), [h, m] = J(0), [p, g] = J(0), [A, w] = J(0), [C, S] = J(null), _ = Or(null), [x, v] = J(1), T = he(() => {
|
|
3972
3972
|
if (o) return 1;
|
|
3973
3973
|
const y = _.current?.offsetWidth || window.innerWidth, N = n + r, R = Math.floor(y / N);
|
|
3974
3974
|
return Math.max(1, R);
|
|
@@ -4008,14 +4008,14 @@ function vc({
|
|
|
4008
4008
|
[o, n, r, T, te]
|
|
4009
4009
|
), ee = he(
|
|
4010
4010
|
(y) => {
|
|
4011
|
-
s && (u(y),
|
|
4011
|
+
s && (u(y), m(y), g(0), w(Date.now()), d(!0), document.body.classList.add("dragging"));
|
|
4012
4012
|
},
|
|
4013
4013
|
[s]
|
|
4014
4014
|
), ce = he(
|
|
4015
4015
|
(y) => {
|
|
4016
4016
|
if (!c || !s) return;
|
|
4017
4017
|
const N = y - l, R = (n + r) * 1.2, M = e === 0 && N > 0, L = e === Q && N < 0, H = M || L ? Math.sign(N) * Math.min(Math.abs(N), R) : N;
|
|
4018
|
-
|
|
4018
|
+
m(y), g(H);
|
|
4019
4019
|
},
|
|
4020
4020
|
[c, l, s, e, Q, n, r]
|
|
4021
4021
|
), D = he(
|
|
@@ -4105,7 +4105,7 @@ function K9(e) {
|
|
|
4105
4105
|
fullPageWidth: i = !1,
|
|
4106
4106
|
pagination: c = !1,
|
|
4107
4107
|
enableDrag: d = !0
|
|
4108
|
-
} = e, l = Array.isArray(t) ? t : t?.props?.value?.split('<div style="display:none;">SPLITING</div>'), [u, h] = J(0), [
|
|
4108
|
+
} = e, l = Array.isArray(t) ? t : t?.props?.value?.split('<div style="display:none;">SPLITING</div>'), [u, h] = J(0), [m, p] = J(!1);
|
|
4109
4109
|
De(() => {
|
|
4110
4110
|
p(!0);
|
|
4111
4111
|
const G = document.getElementById("ssr-dummy_" + n);
|
|
@@ -4138,9 +4138,9 @@ function K9(e) {
|
|
|
4138
4138
|
}, [u, v]), j = he(() => {
|
|
4139
4139
|
v(u + 1);
|
|
4140
4140
|
}, [u, v]);
|
|
4141
|
-
if (!
|
|
4141
|
+
if (!m) return;
|
|
4142
4142
|
const Q = S(u, A), te = i ? `translateX(${Q}%)` : `translateX(${Q}px)`;
|
|
4143
|
-
return /* @__PURE__ */
|
|
4143
|
+
return /* @__PURE__ */ f("div", { className: `${n}- carrousel-container`, children: [
|
|
4144
4144
|
u > 0 && /* @__PURE__ */ a(
|
|
4145
4145
|
"button",
|
|
4146
4146
|
{
|
|
@@ -4266,7 +4266,7 @@ function bc({
|
|
|
4266
4266
|
slot_id: o,
|
|
4267
4267
|
pagination: s
|
|
4268
4268
|
}) {
|
|
4269
|
-
return /* @__PURE__ */
|
|
4269
|
+
return /* @__PURE__ */ f("div", { className: "carrousel-container", id: "ssr-dummy_" + o, children: [
|
|
4270
4270
|
/* @__PURE__ */ a(
|
|
4271
4271
|
"div",
|
|
4272
4272
|
{
|
|
@@ -4394,7 +4394,7 @@ const po = (e) => /* @__PURE__ */ a(
|
|
|
4394
4394
|
}
|
|
4395
4395
|
)
|
|
4396
4396
|
}
|
|
4397
|
-
), yo = (e) => /* @__PURE__ */
|
|
4397
|
+
), yo = (e) => /* @__PURE__ */ f(
|
|
4398
4398
|
"svg",
|
|
4399
4399
|
{
|
|
4400
4400
|
width: "24",
|
|
@@ -4472,7 +4472,7 @@ const po = (e) => /* @__PURE__ */ a(
|
|
|
4472
4472
|
};
|
|
4473
4473
|
function Qc({ noteShare: e }) {
|
|
4474
4474
|
const t = e && e.url || (typeof window < "u" ? window.location.href : "https://example.com");
|
|
4475
|
-
return e ? /* @__PURE__ */
|
|
4475
|
+
return e ? /* @__PURE__ */ f("div", { className: re.socialNetworkSection, children: [
|
|
4476
4476
|
e.options?.map((n) => {
|
|
4477
4477
|
const r = jc[n];
|
|
4478
4478
|
if (!r) return null;
|
|
@@ -4540,22 +4540,22 @@ const xt = (e) => {
|
|
|
4540
4540
|
);
|
|
4541
4541
|
}, l = () => e.main.uppertitle ? /* @__PURE__ */ a("p", { className: re.uppertitle, title: e.main.uppertitle, children: e.main.uppertitle }) : null, u = () => {
|
|
4542
4542
|
if (i && r?.tags?.length && r.tags.length > 0) {
|
|
4543
|
-
const h = r.tags[0],
|
|
4544
|
-
return /* @__PURE__ */
|
|
4543
|
+
const h = r.tags[0], m = h.name;
|
|
4544
|
+
return /* @__PURE__ */ f("h3", { className: re.sectionDescriptionContainer, children: [
|
|
4545
4545
|
h.approved ? /* @__PURE__ */ a(
|
|
4546
4546
|
B,
|
|
4547
4547
|
{
|
|
4548
|
-
"aria-label":
|
|
4548
|
+
"aria-label": m,
|
|
4549
4549
|
className: re.sectionDescription,
|
|
4550
4550
|
href: vt(h, s),
|
|
4551
|
-
children:
|
|
4551
|
+
children: m
|
|
4552
4552
|
}
|
|
4553
|
-
) : /* @__PURE__ */ a("div", { className: re.sectionDescription, children:
|
|
4553
|
+
) : /* @__PURE__ */ a("div", { className: re.sectionDescription, children: m }),
|
|
4554
4554
|
l()
|
|
4555
4555
|
] });
|
|
4556
4556
|
} else if (o?.section?.url) {
|
|
4557
4557
|
const h = o.section.name;
|
|
4558
|
-
return /* @__PURE__ */
|
|
4558
|
+
return /* @__PURE__ */ f("h3", { className: re.sectionDescriptionContainer, children: [
|
|
4559
4559
|
/* @__PURE__ */ a(
|
|
4560
4560
|
B,
|
|
4561
4561
|
{
|
|
@@ -4570,7 +4570,7 @@ const xt = (e) => {
|
|
|
4570
4570
|
}
|
|
4571
4571
|
return null;
|
|
4572
4572
|
};
|
|
4573
|
-
return /* @__PURE__ */
|
|
4573
|
+
return /* @__PURE__ */ f("div", { className: re.boxInformation, children: [
|
|
4574
4574
|
t && /* @__PURE__ */ a(
|
|
4575
4575
|
"div",
|
|
4576
4576
|
{
|
|
@@ -4611,7 +4611,7 @@ const xt = (e) => {
|
|
|
4611
4611
|
}
|
|
4612
4612
|
) }) : /* @__PURE__ */ a("h3", { className: re.correspondent, children: c() }) })
|
|
4613
4613
|
] });
|
|
4614
|
-
}, Gc = "_content_coxjf_1", Hc = "_contentNew_coxjf_21", zc = "_imageBox_coxjf_29", Vc = "_numberTag_coxjf_44",
|
|
4614
|
+
}, Gc = "_content_coxjf_1", Hc = "_contentNew_coxjf_21", zc = "_imageBox_coxjf_29", Vc = "_numberTag_coxjf_44", Jt = {
|
|
4615
4615
|
content: Gc,
|
|
4616
4616
|
contentNew: Hc,
|
|
4617
4617
|
imageBox: zc,
|
|
@@ -4625,7 +4625,7 @@ const xt = (e) => {
|
|
|
4625
4625
|
playStyled: Jc,
|
|
4626
4626
|
imageLogoPlaceholder: Zc,
|
|
4627
4627
|
imagePlaceholder: Xc
|
|
4628
|
-
}, wo = (e) => /* @__PURE__ */
|
|
4628
|
+
}, wo = (e) => /* @__PURE__ */ f(
|
|
4629
4629
|
"svg",
|
|
4630
4630
|
{
|
|
4631
4631
|
width: "43",
|
|
@@ -4654,9 +4654,9 @@ function vo() {
|
|
|
4654
4654
|
}
|
|
4655
4655
|
const el = (e) => {
|
|
4656
4656
|
const { isVideo: t = !1, isLarge: n = !1, priorityHigh: r = !1 } = e, o = va(), s = e.preview.sizes;
|
|
4657
|
-
return s ? s.length === 1 ? /* @__PURE__ */ a("figure", { className: se.figure, children: /* @__PURE__ */
|
|
4657
|
+
return s ? s.length === 1 ? /* @__PURE__ */ a("figure", { className: se.figure, children: /* @__PURE__ */ f("span", { className: se.backdrop, children: [
|
|
4658
4658
|
/* @__PURE__ */ a("span", { className: se.backdropAux }),
|
|
4659
|
-
/* @__PURE__ */
|
|
4659
|
+
/* @__PURE__ */ f("picture", { children: [
|
|
4660
4660
|
/* @__PURE__ */ a(
|
|
4661
4661
|
"img",
|
|
4662
4662
|
{
|
|
@@ -4667,7 +4667,7 @@ const el = (e) => {
|
|
|
4667
4667
|
src: s[0]?.url ? s[0]?.url : void 0
|
|
4668
4668
|
}
|
|
4669
4669
|
),
|
|
4670
|
-
t && /* @__PURE__ */
|
|
4670
|
+
t && /* @__PURE__ */ f(K, { children: [
|
|
4671
4671
|
/* @__PURE__ */ a(
|
|
4672
4672
|
"div",
|
|
4673
4673
|
{
|
|
@@ -4683,9 +4683,9 @@ const el = (e) => {
|
|
|
4683
4683
|
)
|
|
4684
4684
|
] })
|
|
4685
4685
|
] })
|
|
4686
|
-
] }) }) : /* @__PURE__ */ a("figure", { className: se.figure, children: /* @__PURE__ */
|
|
4686
|
+
] }) }) : /* @__PURE__ */ a("figure", { className: se.figure, children: /* @__PURE__ */ f("span", { className: se.backdrop, children: [
|
|
4687
4687
|
/* @__PURE__ */ a("span", { className: se.backdropAux }),
|
|
4688
|
-
/* @__PURE__ */
|
|
4688
|
+
/* @__PURE__ */ f("picture", { children: [
|
|
4689
4689
|
s.map((i, c) => {
|
|
4690
4690
|
if (e.isLarge)
|
|
4691
4691
|
return i.width >= 580 ? /* @__PURE__ */ a(
|
|
@@ -4719,7 +4719,7 @@ const el = (e) => {
|
|
|
4719
4719
|
src: s[0]?.url ? s[0]?.url : ""
|
|
4720
4720
|
}
|
|
4721
4721
|
),
|
|
4722
|
-
t && /* @__PURE__ */
|
|
4722
|
+
t && /* @__PURE__ */ f(K, { children: [
|
|
4723
4723
|
/* @__PURE__ */ a(
|
|
4724
4724
|
"div",
|
|
4725
4725
|
{
|
|
@@ -4736,7 +4736,7 @@ const el = (e) => {
|
|
|
4736
4736
|
] })
|
|
4737
4737
|
] })
|
|
4738
4738
|
] }) }) : null;
|
|
4739
|
-
}, Tt = (e) => /* @__PURE__ */
|
|
4739
|
+
}, Tt = (e) => /* @__PURE__ */ f("svg", { width: "28", height: "28", viewBox: "0 0 28 28", ...e, xmlns: "http://www.w3.org/2000/svg", children: [
|
|
4740
4740
|
/* @__PURE__ */ a("g", { clipPath: "url(#clip0_2503_6565)", children: /* @__PURE__ */ a("path", { d: "M22.1668 7.47825L20.5218 5.83325L14.0002 12.3549L7.4785 5.83325L5.8335 7.47825L12.3552 13.9999L5.8335 20.5216L7.4785 22.1666L14.0002 15.6449L20.5218 22.1666L22.1668 20.5216L15.6452 13.9999L22.1668 7.47825Z", fill: "currentColor" }) }),
|
|
4741
4741
|
/* @__PURE__ */ a("defs", { children: /* @__PURE__ */ a("clipPath", { id: "clip0_2503_6565", children: /* @__PURE__ */ a("rect", { width: "28", height: "28", fill: "currentColor" }) }) })
|
|
4742
4742
|
] }), tl = async (e) => Buffer.from(await e.arrayBuffer()).toString("base64"), nl = async (e, t) => {
|
|
@@ -4771,9 +4771,9 @@ const el = (e) => {
|
|
|
4771
4771
|
} else
|
|
4772
4772
|
c(d?.[0]?.url);
|
|
4773
4773
|
})();
|
|
4774
|
-
}, [d, t, e.cookies]), d && i && i !== "invalidURL" ? /* @__PURE__ */ a("figure", { className: se.figure, children: /* @__PURE__ */
|
|
4774
|
+
}, [d, t, e.cookies]), d && i && i !== "invalidURL" ? /* @__PURE__ */ a("figure", { className: se.figure, children: /* @__PURE__ */ f("span", { className: se.backdrop, children: [
|
|
4775
4775
|
/* @__PURE__ */ a("span", { className: se.backdropAux }),
|
|
4776
|
-
/* @__PURE__ */
|
|
4776
|
+
/* @__PURE__ */ f("picture", { children: [
|
|
4777
4777
|
/* @__PURE__ */ a(
|
|
4778
4778
|
"img",
|
|
4779
4779
|
{
|
|
@@ -4823,27 +4823,27 @@ const el = (e) => {
|
|
|
4823
4823
|
return /* @__PURE__ */ a(
|
|
4824
4824
|
"section",
|
|
4825
4825
|
{
|
|
4826
|
-
className:
|
|
4826
|
+
className: Jt.content,
|
|
4827
4827
|
style: {
|
|
4828
4828
|
...e.customNewsDescriptionStyles
|
|
4829
4829
|
},
|
|
4830
|
-
children: e.block.map(async (n, r) => /* @__PURE__ */
|
|
4830
|
+
children: e.block.map(async (n, r) => /* @__PURE__ */ f(
|
|
4831
4831
|
"div",
|
|
4832
4832
|
{
|
|
4833
|
-
className:
|
|
4833
|
+
className: Jt.contentNew,
|
|
4834
4834
|
style: {
|
|
4835
4835
|
flexDirection: t ? "row-reverse" : "row"
|
|
4836
4836
|
},
|
|
4837
4837
|
children: [
|
|
4838
|
-
/* @__PURE__ */
|
|
4838
|
+
/* @__PURE__ */ f(
|
|
4839
4839
|
"div",
|
|
4840
4840
|
{
|
|
4841
|
-
className:
|
|
4841
|
+
className: Jt.imageBox,
|
|
4842
4842
|
style: {
|
|
4843
4843
|
"--heightImageOverwrite": "100%"
|
|
4844
4844
|
},
|
|
4845
4845
|
children: [
|
|
4846
|
-
/* @__PURE__ */ a("div", { className:
|
|
4846
|
+
/* @__PURE__ */ a("div", { className: Jt.numberTag, children: r + 1 }),
|
|
4847
4847
|
n.main.title.home && /* @__PURE__ */ a(Ue, { preview: n.preview, priorityHigh: e.priorityHigh })
|
|
4848
4848
|
]
|
|
4849
4849
|
}
|
|
@@ -5799,7 +5799,7 @@ const el = (e) => {
|
|
|
5799
5799
|
})) : n === "local" && r === "false" && (t = sl.data.map((o) => ({
|
|
5800
5800
|
...o,
|
|
5801
5801
|
config: rr
|
|
5802
|
-
}))), Array.isArray(t) && t.length > 0 && /* @__PURE__ */
|
|
5802
|
+
}))), Array.isArray(t) && t.length > 0 && /* @__PURE__ */ f(
|
|
5803
5803
|
"section",
|
|
5804
5804
|
{
|
|
5805
5805
|
className: ar.content,
|
|
@@ -5854,10 +5854,10 @@ const el = (e) => {
|
|
|
5854
5854
|
htmlFor: e?.toggledrawerevent === "true" ? "side-bar-state" : ""
|
|
5855
5855
|
}
|
|
5856
5856
|
) : /* @__PURE__ */ a(B, { ...r, style: o });
|
|
5857
|
-
}, Al = (e) => /* @__PURE__ */
|
|
5857
|
+
}, Al = (e) => /* @__PURE__ */ f("section", { className: [Re.content, e.className ?? ""].join(" "), children: [
|
|
5858
5858
|
/* @__PURE__ */ a("div", { className: Re.subscribeImage, children: e.image }),
|
|
5859
5859
|
/* @__PURE__ */ a("div", { className: Re.tag, children: e.texts.newsletterTag ?? "NEWS" }),
|
|
5860
|
-
/* @__PURE__ */
|
|
5860
|
+
/* @__PURE__ */ f("div", { className: Re.contentTitle, children: [
|
|
5861
5861
|
/* @__PURE__ */ a("p", { className: Re.title, children: e.title }),
|
|
5862
5862
|
/* @__PURE__ */ a("p", { className: Re.subTitle, children: e.sibtitle })
|
|
5863
5863
|
] }),
|
|
@@ -5870,7 +5870,7 @@ const el = (e) => {
|
|
|
5870
5870
|
}
|
|
5871
5871
|
) }),
|
|
5872
5872
|
/* @__PURE__ */ a(In, { className: Re.buttonStyled, size: "large", full: !0, children: e.texts.newsletterButtonText ?? "Suscribirme" }),
|
|
5873
|
-
/* @__PURE__ */
|
|
5873
|
+
/* @__PURE__ */ f("div", { className: Re.contentTerms, children: [
|
|
5874
5874
|
/* @__PURE__ */ a("p", { className: Re.subscribeText, children: e.texts.newsletterTermsText ?? "Suscribirte implica aceptar los" }),
|
|
5875
5875
|
/* @__PURE__ */ a(B, { className: Re.terms, href: e.termsLink, target: e.termsLinkTarget, children: e.texts.newsletterTermsAnchor ?? "Términos y condiciones" })
|
|
5876
5876
|
] })
|
|
@@ -5887,15 +5887,15 @@ const el = (e) => {
|
|
|
5887
5887
|
contentTerms: xl,
|
|
5888
5888
|
subscribeText: Tl,
|
|
5889
5889
|
terms: Il
|
|
5890
|
-
}, kl = (e) => /* @__PURE__ */
|
|
5890
|
+
}, kl = (e) => /* @__PURE__ */ f("section", { className: Te.content, children: [
|
|
5891
5891
|
/* @__PURE__ */ a("div", { className: Te.subscribeImage, children: e.image }),
|
|
5892
|
-
/* @__PURE__ */
|
|
5892
|
+
/* @__PURE__ */ f("div", { className: Te.contentInfo, children: [
|
|
5893
5893
|
/* @__PURE__ */ a("div", { className: Te.tag, children: e.texts.newsletterTag ?? "NEWS" }),
|
|
5894
|
-
/* @__PURE__ */
|
|
5894
|
+
/* @__PURE__ */ f("div", { className: Te.contentTitle, children: [
|
|
5895
5895
|
/* @__PURE__ */ a("p", { className: Te.title, children: e.title }),
|
|
5896
5896
|
/* @__PURE__ */ a("p", { className: Te.subTitle, children: e.sibtitle })
|
|
5897
5897
|
] }),
|
|
5898
|
-
/* @__PURE__ */
|
|
5898
|
+
/* @__PURE__ */ f("div", { className: Te.inputStyled, children: [
|
|
5899
5899
|
/* @__PURE__ */ a(
|
|
5900
5900
|
"input",
|
|
5901
5901
|
{
|
|
@@ -5906,12 +5906,12 @@ const el = (e) => {
|
|
|
5906
5906
|
),
|
|
5907
5907
|
/* @__PURE__ */ a(In, { className: Te.buttonStyled, size: "large", full: !0, children: e.texts.newsletterButtonText ?? "Suscribirme" })
|
|
5908
5908
|
] }),
|
|
5909
|
-
/* @__PURE__ */
|
|
5909
|
+
/* @__PURE__ */ f("div", { className: Te.contentTerms, children: [
|
|
5910
5910
|
/* @__PURE__ */ a("p", { className: Te.subscribeText, children: e.texts.newsletterTermsText ?? "Suscribirte implica aceptar los" }),
|
|
5911
5911
|
/* @__PURE__ */ a(B, { className: Te.terms, children: e.texts.newsletterTermsAnchor ?? "Términos y condiciones" })
|
|
5912
5912
|
] })
|
|
5913
5913
|
] })
|
|
5914
|
-
] }), Ul = (e) => /* @__PURE__ */
|
|
5914
|
+
] }), Ul = (e) => /* @__PURE__ */ f(
|
|
5915
5915
|
"svg",
|
|
5916
5916
|
{
|
|
5917
5917
|
width: "284",
|
|
@@ -5923,7 +5923,7 @@ const el = (e) => {
|
|
|
5923
5923
|
...e,
|
|
5924
5924
|
children: [
|
|
5925
5925
|
/* @__PURE__ */ a("rect", { width: "284", height: "257", fill: "url(#pattern0_3159_5916)" }),
|
|
5926
|
-
/* @__PURE__ */
|
|
5926
|
+
/* @__PURE__ */ f("defs", { children: [
|
|
5927
5927
|
/* @__PURE__ */ a(
|
|
5928
5928
|
"pattern",
|
|
5929
5929
|
{
|
|
@@ -5962,13 +5962,13 @@ const el = (e) => {
|
|
|
5962
5962
|
whatsappLink: Dl,
|
|
5963
5963
|
subscribeText: Ml,
|
|
5964
5964
|
terms: jl
|
|
5965
|
-
}, J9 = (e) => /* @__PURE__ */
|
|
5965
|
+
}, J9 = (e) => /* @__PURE__ */ f("section", { className: Qe.content, children: [
|
|
5966
5966
|
/* @__PURE__ */ a(Ul, { className: Qe.subscribeImage }),
|
|
5967
|
-
/* @__PURE__ */
|
|
5967
|
+
/* @__PURE__ */ f("div", { className: Qe.contentTitle, children: [
|
|
5968
5968
|
/* @__PURE__ */ a("p", { className: Qe.title, children: "Mantenete Informado" }),
|
|
5969
5969
|
/* @__PURE__ */ a("p", { className: Qe.subTitle, children: "¿Quieres recibir las noticias más importantes? ¡Suscríbete sin costo, recíbelas por WhatsApp!" })
|
|
5970
5970
|
] }),
|
|
5971
|
-
/* @__PURE__ */
|
|
5971
|
+
/* @__PURE__ */ f(
|
|
5972
5972
|
"a",
|
|
5973
5973
|
{
|
|
5974
5974
|
className: Qe.whatsappLink,
|
|
@@ -5976,7 +5976,7 @@ const el = (e) => {
|
|
|
5976
5976
|
target: "_blank",
|
|
5977
5977
|
children: [
|
|
5978
5978
|
"Quiero Suscribirme",
|
|
5979
|
-
/* @__PURE__ */
|
|
5979
|
+
/* @__PURE__ */ f(
|
|
5980
5980
|
"svg",
|
|
5981
5981
|
{
|
|
5982
5982
|
width: "25",
|
|
@@ -6007,11 +6007,11 @@ const el = (e) => {
|
|
|
6007
6007
|
]
|
|
6008
6008
|
}
|
|
6009
6009
|
),
|
|
6010
|
-
/* @__PURE__ */
|
|
6010
|
+
/* @__PURE__ */ f("div", { className: Qe.contentTerms, children: [
|
|
6011
6011
|
/* @__PURE__ */ a("p", { className: Qe.subscribeText, children: "Suscribirte implica aceptar los" }),
|
|
6012
6012
|
/* @__PURE__ */ a(B, { className: Qe.terms, href: e.terms, target: "_blank", children: "Términos y condiciones" })
|
|
6013
6013
|
] })
|
|
6014
|
-
] }), Ql = (e) => /* @__PURE__ */
|
|
6014
|
+
] }), Ql = (e) => /* @__PURE__ */ f(
|
|
6015
6015
|
"svg",
|
|
6016
6016
|
{
|
|
6017
6017
|
id: "Layer_1",
|
|
@@ -6089,7 +6089,7 @@ const el = (e) => {
|
|
|
6089
6089
|
}
|
|
6090
6090
|
), _a = (e) => {
|
|
6091
6091
|
const t = "currentColor";
|
|
6092
|
-
return /* @__PURE__ */
|
|
6092
|
+
return /* @__PURE__ */ f(
|
|
6093
6093
|
"svg",
|
|
6094
6094
|
{
|
|
6095
6095
|
width: "31",
|
|
@@ -6199,7 +6199,7 @@ const el = (e) => {
|
|
|
6199
6199
|
}
|
|
6200
6200
|
) }) })
|
|
6201
6201
|
}
|
|
6202
|
-
),
|
|
6202
|
+
), jt = (e) => /* @__PURE__ */ a("svg", { ...e, version: "1.1", baseProfile: "tiny", id: "Layer_1", xmlns: "http://www.w3.org/2000/svg", xmlnsXlink: "http://www.w3.org/1999/xlink", x: "0px", y: "0px", viewBox: "0 0 30 30", overflow: "visible", xmlSpace: "preserve", children: /* @__PURE__ */ a("path", { fill: "currentColor", d: "M5.9,6.1l7.1,9.8l-7.1,7.9h1.6l6.2-7l5,7h5.4l-7.5-10.3l6.6-7.4h-1.6L16,12.5l-4.6-6.4L5.9,6.1L5.9,6.1zM8.2,7.4h2.5l11,15.3h-2.5L8.2,7.4z" }) }), id = (e) => /* @__PURE__ */ f(
|
|
6203
6203
|
"svg",
|
|
6204
6204
|
{
|
|
6205
6205
|
version: "1.1",
|
|
@@ -6233,14 +6233,14 @@ const el = (e) => {
|
|
|
6233
6233
|
whatsapp: (e) => /* @__PURE__ */ a(sd, { ...e }),
|
|
6234
6234
|
tiktok: (e) => /* @__PURE__ */ a(od, { ...e }),
|
|
6235
6235
|
youtube: (e) => /* @__PURE__ */ a(id, { ...e }),
|
|
6236
|
-
x: (e) => /* @__PURE__ */ a(
|
|
6236
|
+
x: (e) => /* @__PURE__ */ a(jt, { ...e }),
|
|
6237
6237
|
gnews: (e) => /* @__PURE__ */ a(nd, { ...e }),
|
|
6238
6238
|
podcast: (e) => /* @__PURE__ */ a(ad, { ...e }),
|
|
6239
6239
|
telegram: (e) => /* @__PURE__ */ a(rd, { ...e })
|
|
6240
6240
|
}, Z9 = (e) => {
|
|
6241
6241
|
const { freeZone: t, socials: n, menu: r, customBlock: o } = e;
|
|
6242
|
-
return /* @__PURE__ */
|
|
6243
|
-
/* @__PURE__ */
|
|
6242
|
+
return /* @__PURE__ */ f("footer", { className: ye.content, children: [
|
|
6243
|
+
/* @__PURE__ */ f("section", { className: ye.brandContent, children: [
|
|
6244
6244
|
/* @__PURE__ */ a(B, { href: "/", "aria-label": "Ir a la home", children: /* @__PURE__ */ a("span", { className: ye.logoStyled, children: e.logo }) }),
|
|
6245
6245
|
/* @__PURE__ */ a("div", { className: ye.socialMedia, children: Object.keys(n).map((s) => n[s]?.show && /* @__PURE__ */ a(
|
|
6246
6246
|
"a",
|
|
@@ -6257,7 +6257,7 @@ const el = (e) => {
|
|
|
6257
6257
|
s
|
|
6258
6258
|
)) })
|
|
6259
6259
|
] }),
|
|
6260
|
-
/* @__PURE__ */
|
|
6260
|
+
/* @__PURE__ */ f("section", { className: ye.sectionContent, children: [
|
|
6261
6261
|
/* @__PURE__ */ a("div", { className: ye.section, children: r.filter((s) => !s.subitem).map((s, i) => /* @__PURE__ */ a(
|
|
6262
6262
|
B,
|
|
6263
6263
|
{
|
|
@@ -6281,7 +6281,7 @@ const el = (e) => {
|
|
|
6281
6281
|
)) })
|
|
6282
6282
|
] }),
|
|
6283
6283
|
o && /* @__PURE__ */ a(K, { children: o }),
|
|
6284
|
-
/* @__PURE__ */
|
|
6284
|
+
/* @__PURE__ */ f("section", { className: ye.copyrigth, children: [
|
|
6285
6285
|
/* @__PURE__ */ a("p", { className: ye.copyrigthText, children: e.copyrigth }),
|
|
6286
6286
|
/* @__PURE__ */ a(
|
|
6287
6287
|
B,
|
|
@@ -6366,7 +6366,7 @@ const el = (e) => {
|
|
|
6366
6366
|
}
|
|
6367
6367
|
)
|
|
6368
6368
|
}
|
|
6369
|
-
), Ld = (e) => /* @__PURE__ */
|
|
6369
|
+
), Ld = (e) => /* @__PURE__ */ f(
|
|
6370
6370
|
"svg",
|
|
6371
6371
|
{
|
|
6372
6372
|
width: "25",
|
|
@@ -6393,7 +6393,7 @@ const el = (e) => {
|
|
|
6393
6393
|
)
|
|
6394
6394
|
]
|
|
6395
6395
|
}
|
|
6396
|
-
), Bd = (e) => /* @__PURE__ */
|
|
6396
|
+
), Bd = (e) => /* @__PURE__ */ f(
|
|
6397
6397
|
"svg",
|
|
6398
6398
|
{
|
|
6399
6399
|
width: "24",
|
|
@@ -6465,8 +6465,8 @@ const el = (e) => {
|
|
|
6465
6465
|
X: {
|
|
6466
6466
|
url: (e) => `https://twitter.com/intent/tweet?url=${encodeURIComponent(e)}`,
|
|
6467
6467
|
icon: {
|
|
6468
|
-
outline: (e) => /* @__PURE__ */ a(
|
|
6469
|
-
solid: (e) => /* @__PURE__ */ a(
|
|
6468
|
+
outline: (e) => /* @__PURE__ */ a(jt, { className: e }),
|
|
6469
|
+
solid: (e) => /* @__PURE__ */ a(jt, { className: e })
|
|
6470
6470
|
}
|
|
6471
6471
|
},
|
|
6472
6472
|
Whatsapp: {
|
|
@@ -6495,7 +6495,7 @@ const el = (e) => {
|
|
|
6495
6495
|
};
|
|
6496
6496
|
function Md({ noteShare: e }) {
|
|
6497
6497
|
const t = e && e.url || (typeof window < "u" ? window.location.href : "https://example.com");
|
|
6498
|
-
return e ? /* @__PURE__ */
|
|
6498
|
+
return e ? /* @__PURE__ */ f("div", { className: de.socialNetworkSection, children: [
|
|
6499
6499
|
e.options?.map((n) => {
|
|
6500
6500
|
const r = Dd[n];
|
|
6501
6501
|
if (!r) return null;
|
|
@@ -6548,7 +6548,7 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
6548
6548
|
const t = () => e?.video.main.author ? `${e?.video.main.author} - ${Me(
|
|
6549
6549
|
e.video.info.date.created
|
|
6550
6550
|
)}` : e?.video.main.author;
|
|
6551
|
-
return /* @__PURE__ */ a("div", { className: Ge.content, children: /* @__PURE__ */ a(
|
|
6551
|
+
return /* @__PURE__ */ a("div", { className: Ge.content, children: /* @__PURE__ */ a(Vt, { children: /* @__PURE__ */ f("div", { className: Ge.videoContent, children: [
|
|
6552
6552
|
/* @__PURE__ */ a("p", { className: Ge.title, children: e.video.main.title }),
|
|
6553
6553
|
e.type === "vy" && /* @__PURE__ */ a(
|
|
6554
6554
|
"iframe",
|
|
@@ -6575,7 +6575,7 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
6575
6575
|
dangerouslySetInnerHTML: { __html: e.video.main.code }
|
|
6576
6576
|
}
|
|
6577
6577
|
),
|
|
6578
|
-
/* @__PURE__ */
|
|
6578
|
+
/* @__PURE__ */ f("div", { className: Ge.articleSection, children: [
|
|
6579
6579
|
/* @__PURE__ */ a("p", { className: Ge.article, children: je(e.video.main.description) }),
|
|
6580
6580
|
/* @__PURE__ */ a("p", { className: Ge.correspondent, children: t() })
|
|
6581
6581
|
] })
|
|
@@ -6587,11 +6587,11 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
6587
6587
|
const { currentPage: t, showNext: n, maxPages: r, pathname: o, query: s } = e, i = (c, d, l) => {
|
|
6588
6588
|
let u = "";
|
|
6589
6589
|
const h = d.split("/");
|
|
6590
|
-
return h.indexOf("page") !== -1 && h.splice(u.indexOf("page") - 1, h.length - 1), h.forEach((
|
|
6591
|
-
p !== 0 && (u += `/${
|
|
6590
|
+
return h.indexOf("page") !== -1 && h.splice(u.indexOf("page") - 1, h.length - 1), h.forEach((m, p) => {
|
|
6591
|
+
p !== 0 && (u += `/${m}`);
|
|
6592
6592
|
}), c === "next" ? u += `/page/${t + 1}${l ? `?query=${l}` : ""}` : u += `/page/${t - 1}${l ? `?query=${l}` : ""}`;
|
|
6593
6593
|
};
|
|
6594
|
-
return (t > 1 || n && t < r) && /* @__PURE__ */
|
|
6594
|
+
return (t > 1 || n && t < r) && /* @__PURE__ */ f("section", { className: On.content, children: [
|
|
6595
6595
|
t > 1 && /* @__PURE__ */ a(
|
|
6596
6596
|
B,
|
|
6597
6597
|
{
|
|
@@ -6609,24 +6609,24 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
6609
6609
|
}
|
|
6610
6610
|
)
|
|
6611
6611
|
] });
|
|
6612
|
-
}, Kd = "_content_zal5g_1", Jd = "_contentGrid_zal5g_8", Zd = "_contentGrid4_zal5g_17", Xd = "_contentGrid3_zal5g_21",
|
|
6612
|
+
}, Kd = "_content_zal5g_1", Jd = "_contentGrid_zal5g_8", Zd = "_contentGrid4_zal5g_17", Xd = "_contentGrid3_zal5g_21", Zt = {
|
|
6613
6613
|
content: Kd,
|
|
6614
6614
|
contentGrid: Jd,
|
|
6615
6615
|
contentGrid4: Zd,
|
|
6616
6616
|
contentGrid3: Xd
|
|
6617
6617
|
}, oa = (e) => {
|
|
6618
6618
|
const { grid: t = 3 } = e;
|
|
6619
|
-
return /* @__PURE__ */
|
|
6619
|
+
return /* @__PURE__ */ f("section", { className: `${Zt.content}`, children: [
|
|
6620
6620
|
/* @__PURE__ */ a(
|
|
6621
6621
|
"div",
|
|
6622
6622
|
{
|
|
6623
|
-
className: `${
|
|
6623
|
+
className: `${Zt.contentGrid} ${e.className ? e.className : ""} ${t === 3 ? Zt.contentGrid3 : Zt.contentGrid4} news-content`,
|
|
6624
6624
|
children: e.children
|
|
6625
6625
|
}
|
|
6626
6626
|
),
|
|
6627
6627
|
/* @__PURE__ */ a(K, { children: e.paginatorComponent })
|
|
6628
6628
|
] });
|
|
6629
|
-
}, e1 = "_content_15x47_1", t1 = "_newsDescription_15x47_15", n1 = "_image_15x47_41",
|
|
6629
|
+
}, e1 = "_content_15x47_1", t1 = "_newsDescription_15x47_15", n1 = "_image_15x47_41", Dt = {
|
|
6630
6630
|
content: e1,
|
|
6631
6631
|
newsDescription: t1,
|
|
6632
6632
|
image: n1
|
|
@@ -6643,13 +6643,13 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
6643
6643
|
isTitle: l,
|
|
6644
6644
|
priorityHigh: u = !1,
|
|
6645
6645
|
isLarge: h,
|
|
6646
|
-
paths:
|
|
6646
|
+
paths: m,
|
|
6647
6647
|
keywords: p
|
|
6648
6648
|
} = e;
|
|
6649
|
-
return /* @__PURE__ */
|
|
6649
|
+
return /* @__PURE__ */ f(
|
|
6650
6650
|
"section",
|
|
6651
6651
|
{
|
|
6652
|
-
className:
|
|
6652
|
+
className: Dt.content,
|
|
6653
6653
|
style: {
|
|
6654
6654
|
...e.customSectionCardStyles
|
|
6655
6655
|
},
|
|
@@ -6658,7 +6658,7 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
6658
6658
|
B,
|
|
6659
6659
|
{
|
|
6660
6660
|
"aria-label": e.main?.title?.section,
|
|
6661
|
-
className:
|
|
6661
|
+
className: Dt.image,
|
|
6662
6662
|
title: t?.title?.section,
|
|
6663
6663
|
href: r?.link?.url,
|
|
6664
6664
|
target: r?.link?.target,
|
|
@@ -6673,7 +6673,7 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
6673
6673
|
)
|
|
6674
6674
|
}
|
|
6675
6675
|
),
|
|
6676
|
-
/* @__PURE__ */ a("div", { className:
|
|
6676
|
+
/* @__PURE__ */ a("div", { className: Dt.newsDescription, children: /* @__PURE__ */ a(
|
|
6677
6677
|
xt,
|
|
6678
6678
|
{
|
|
6679
6679
|
main: t,
|
|
@@ -6684,7 +6684,7 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
6684
6684
|
config: c,
|
|
6685
6685
|
overImage: d,
|
|
6686
6686
|
isTitle: l,
|
|
6687
|
-
paths:
|
|
6687
|
+
paths: m,
|
|
6688
6688
|
keywords: p
|
|
6689
6689
|
}
|
|
6690
6690
|
) })
|
|
@@ -6729,7 +6729,7 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
6729
6729
|
) });
|
|
6730
6730
|
return null;
|
|
6731
6731
|
};
|
|
6732
|
-
return /* @__PURE__ */
|
|
6732
|
+
return /* @__PURE__ */ f("section", { className: Xe.content, children: [
|
|
6733
6733
|
/* @__PURE__ */ a(
|
|
6734
6734
|
B,
|
|
6735
6735
|
{
|
|
@@ -6739,7 +6739,7 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
6739
6739
|
children: /* @__PURE__ */ a(Ue, { preview: e.preview, isVideo: t })
|
|
6740
6740
|
}
|
|
6741
6741
|
),
|
|
6742
|
-
/* @__PURE__ */
|
|
6742
|
+
/* @__PURE__ */ f(
|
|
6743
6743
|
"div",
|
|
6744
6744
|
{
|
|
6745
6745
|
className: [
|
|
@@ -6769,7 +6769,7 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
6769
6769
|
}, l1 = "_content_kro73_1", d1 = "_contentLayout_kro73_5", or = {
|
|
6770
6770
|
content: l1,
|
|
6771
6771
|
contentLayout: d1
|
|
6772
|
-
}, sr = (e) => /* @__PURE__ */ a("div", { className: or.content, children: /* @__PURE__ */ a(
|
|
6772
|
+
}, sr = (e) => /* @__PURE__ */ a("div", { className: or.content, children: /* @__PURE__ */ a(Vt, { className: `${or.contentLayout} ${e.className}`, children: e.children }) }), u1 = "_content_1nqra_1", h1 = "_before_1nqra_11", m1 = "_textContent_1nqra_22", f1 = "_title_1nqra_37", g1 = "_description_1nqra_46", p1 = "_linkStyled_1nqra_57", gt = {
|
|
6773
6773
|
content: u1,
|
|
6774
6774
|
before: h1,
|
|
6775
6775
|
textContent: m1,
|
|
@@ -6778,9 +6778,9 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
6778
6778
|
linkStyled: p1
|
|
6779
6779
|
}, e3 = (e) => {
|
|
6780
6780
|
const t = e.logo;
|
|
6781
|
-
return /* @__PURE__ */
|
|
6781
|
+
return /* @__PURE__ */ f("section", { className: gt.content, children: [
|
|
6782
6782
|
e.backgroundImgURL && /* @__PURE__ */ a("img", { className: gt.before, src: e.backgroundImgURL, alt: "" }),
|
|
6783
|
-
/* @__PURE__ */
|
|
6783
|
+
/* @__PURE__ */ f("div", { className: `${gt.textContent} error-text-content`, children: [
|
|
6784
6784
|
/* @__PURE__ */ a(t, {}),
|
|
6785
6785
|
/* @__PURE__ */ a("p", { className: gt.title, children: e.title }),
|
|
6786
6786
|
/* @__PURE__ */ a("p", { className: gt.description, children: e.description }),
|
|
@@ -6793,8 +6793,8 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
6793
6793
|
label: w1,
|
|
6794
6794
|
required: v1,
|
|
6795
6795
|
input: b1
|
|
6796
|
-
}, t3 = (e) => /* @__PURE__ */
|
|
6797
|
-
/* @__PURE__ */
|
|
6796
|
+
}, t3 = (e) => /* @__PURE__ */ f("div", { className: kt.content, children: [
|
|
6797
|
+
/* @__PURE__ */ f("div", { className: kt.contentLabel, children: [
|
|
6798
6798
|
/* @__PURE__ */ a("label", { className: kt.label, children: e.label }),
|
|
6799
6799
|
e.required && /* @__PURE__ */ a("span", { className: kt.required, children: "*" })
|
|
6800
6800
|
] }),
|
|
@@ -6805,12 +6805,12 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
6805
6805
|
label: N1,
|
|
6806
6806
|
required: S1,
|
|
6807
6807
|
input: E1
|
|
6808
|
-
}, n3 = (e) => /* @__PURE__ */
|
|
6809
|
-
/* @__PURE__ */
|
|
6808
|
+
}, n3 = (e) => /* @__PURE__ */ f("div", { className: Ut.content, children: [
|
|
6809
|
+
/* @__PURE__ */ f("div", { className: Ut.contentLabel, children: [
|
|
6810
6810
|
/* @__PURE__ */ a("label", { className: Ut.label, children: e.label }),
|
|
6811
6811
|
e.required && /* @__PURE__ */ a("span", { className: Ut.required, children: "*" })
|
|
6812
6812
|
] }),
|
|
6813
|
-
/* @__PURE__ */
|
|
6813
|
+
/* @__PURE__ */ f("select", { className: Ut.input, ...e, children: [
|
|
6814
6814
|
/* @__PURE__ */ a("option", { value: "", children: "--Seleccione--" }),
|
|
6815
6815
|
e.options.map((t, n) => /* @__PURE__ */ a("option", { value: t.value, children: t.label }, n))
|
|
6816
6816
|
] })
|
|
@@ -6818,7 +6818,7 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
6818
6818
|
content: x1,
|
|
6819
6819
|
label: T1,
|
|
6820
6820
|
input: I1
|
|
6821
|
-
}, a3 = (e) => /* @__PURE__ */
|
|
6821
|
+
}, a3 = (e) => /* @__PURE__ */ f("div", { className: Pn.content, children: [
|
|
6822
6822
|
/* @__PURE__ */ a("label", { className: Pn.label, children: e.label }),
|
|
6823
6823
|
/* @__PURE__ */ a("textarea", { className: Pn.input, ...e })
|
|
6824
6824
|
] }), k1 = "_boxInformation_achvw_1", U1 = "_textBox_achvw_30", R1 = "_contentBox_achvw_40", q1 = "_liveBox_achvw_50", L1 = "_dot_achvw_72", B1 = "_sectionDescription_achvw_97", O1 = "_articule_achvw_110", P1 = "_description_achvw_137", et = {
|
|
@@ -6835,14 +6835,14 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
6835
6835
|
description: M1
|
|
6836
6836
|
}, Co = (e) => {
|
|
6837
6837
|
let t = "";
|
|
6838
|
-
return e.preview.description && (t = e.preview.description), e.preview.copyright && (t = `${t} ${e.preview.copyright}`), e.preview.photographer && (t = `${t} ${e.preview.photographer}`), /* @__PURE__ */
|
|
6838
|
+
return e.preview.description && (t = e.preview.description), e.preview.copyright && (t = `${t} ${e.preview.copyright}`), e.preview.photographer && (t = `${t} ${e.preview.photographer}`), /* @__PURE__ */ f("div", { className: vn.content, children: [
|
|
6839
6839
|
/* @__PURE__ */ a(Ue, { preview: e.preview, isLarge: !0, priorityHigh: !0 }),
|
|
6840
6840
|
t && /* @__PURE__ */ a("div", { className: vn.description, children: t })
|
|
6841
6841
|
] });
|
|
6842
|
-
}, j1 = (e) => /* @__PURE__ */ a(K, { children: /* @__PURE__ */
|
|
6842
|
+
}, j1 = (e) => /* @__PURE__ */ a(K, { children: /* @__PURE__ */ f("div", { className: et.boxInformation, children: [
|
|
6843
6843
|
/* @__PURE__ */ a(Co, { preview: e.preview }),
|
|
6844
|
-
/* @__PURE__ */
|
|
6845
|
-
/* @__PURE__ */
|
|
6844
|
+
/* @__PURE__ */ f("div", { className: et.textBox, children: [
|
|
6845
|
+
/* @__PURE__ */ f("div", { className: et.contentBox, children: [
|
|
6846
6846
|
e?.info?.section && /* @__PURE__ */ a(
|
|
6847
6847
|
B,
|
|
6848
6848
|
{
|
|
@@ -6851,7 +6851,7 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
6851
6851
|
children: e?.info?.section?.name
|
|
6852
6852
|
}
|
|
6853
6853
|
),
|
|
6854
|
-
/* @__PURE__ */
|
|
6854
|
+
/* @__PURE__ */ f("div", { className: et.liveBox, children: [
|
|
6855
6855
|
/* @__PURE__ */ a("span", { className: et.dot }),
|
|
6856
6856
|
/* @__PURE__ */ a("p", { children: "EN VIVO" })
|
|
6857
6857
|
] })
|
|
@@ -6869,14 +6869,14 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
6869
6869
|
}
|
|
6870
6870
|
)
|
|
6871
6871
|
] })
|
|
6872
|
-
] }) }), Q1 = "_content_oipiy_1", G1 = "_contentLine_oipiy_17", H1 = "_contentText_oipiy_24", z1 = "_dateLink_oipiy_37",
|
|
6872
|
+
] }) }), Q1 = "_content_oipiy_1", G1 = "_contentLine_oipiy_17", H1 = "_contentText_oipiy_24", z1 = "_dateLink_oipiy_37", Xt = {
|
|
6873
6873
|
content: Q1,
|
|
6874
6874
|
contentLine: G1,
|
|
6875
6875
|
contentText: H1,
|
|
6876
6876
|
dateLink: z1
|
|
6877
|
-
}, V1 = (e) => /* @__PURE__ */ a("section", { className:
|
|
6878
|
-
/* @__PURE__ */ a(B, { className:
|
|
6879
|
-
/* @__PURE__ */ a("div", { className:
|
|
6877
|
+
}, V1 = (e) => /* @__PURE__ */ a("section", { className: Xt.content, children: e.itemList[0]?.list.items.map((t, n) => /* @__PURE__ */ f("div", { className: Xt.contentLine, children: [
|
|
6878
|
+
/* @__PURE__ */ a(B, { className: Xt.dateLink, href: `#item-${n + 1}`, children: us(t.date) }),
|
|
6879
|
+
/* @__PURE__ */ a("div", { className: Xt.contentText, children: (e.itemList[0]?.list.integrated, t.title) })
|
|
6880
6880
|
] }, n)) }), F1 = "_content_w8a84_1", W1 = "_contentInfo_w8a84_11", $1 = "_imageStyled_w8a84_19", Y1 = "_contentIconStyled_w8a84_30", K1 = "_name_w8a84_56", J1 = "_email_w8a84_65", Z1 = "_description_w8a84_81", X1 = "_contenSocialNetwork_w8a84_93", eu = "_socialIcon_w8a84_103", Ie = {
|
|
6881
6881
|
content: F1,
|
|
6882
6882
|
contentInfo: W1,
|
|
@@ -6893,7 +6893,7 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
6893
6893
|
"section",
|
|
6894
6894
|
{
|
|
6895
6895
|
className: `${Ie.content} ${e.className ? e.className : null}`,
|
|
6896
|
-
children: /* @__PURE__ */
|
|
6896
|
+
children: /* @__PURE__ */ f("div", { className: Ie.contentInfo, children: [
|
|
6897
6897
|
t.info.image ? /* @__PURE__ */ a(
|
|
6898
6898
|
"img",
|
|
6899
6899
|
{
|
|
@@ -6907,7 +6907,7 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
6907
6907
|
/* @__PURE__ */ a("h1", { className: Ie.name, children: t.info.fullname }),
|
|
6908
6908
|
t.addtional.USER_SHOWEMAIL && /* @__PURE__ */ a("p", { className: Ie.email, children: t.info.email }),
|
|
6909
6909
|
t.addtional.USER_SHOWBIO && /* @__PURE__ */ a("p", { className: Ie.description, children: t.addtional.USER_MIBIO }),
|
|
6910
|
-
/* @__PURE__ */
|
|
6910
|
+
/* @__PURE__ */ f("div", { className: Ie.contenSocialNetwork, children: [
|
|
6911
6911
|
t.addtional.USER_USERFB && /* @__PURE__ */ a(
|
|
6912
6912
|
"a",
|
|
6913
6913
|
{
|
|
@@ -6932,7 +6932,7 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
6932
6932
|
href: t.addtional.USER_USERTWT,
|
|
6933
6933
|
target: "_blank",
|
|
6934
6934
|
rel: "noreferrer",
|
|
6935
|
-
children: /* @__PURE__ */ a(
|
|
6935
|
+
children: /* @__PURE__ */ a(jt, { className: Ie.socialIcon })
|
|
6936
6936
|
}
|
|
6937
6937
|
),
|
|
6938
6938
|
t.addtional.USER_USERLIN && /* @__PURE__ */ a(
|
|
@@ -6961,7 +6961,7 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
6961
6961
|
socialIcon: uu
|
|
6962
6962
|
}, hu = async (e) => {
|
|
6963
6963
|
const { autor: t, autorIcon: n } = e, r = n;
|
|
6964
|
-
return /* @__PURE__ */ a("section", { className: Ne.content, children: /* @__PURE__ */
|
|
6964
|
+
return /* @__PURE__ */ a("section", { className: Ne.content, children: /* @__PURE__ */ f("div", { className: Ne.contentInfo, children: [
|
|
6965
6965
|
t.info.image ? /* @__PURE__ */ a(
|
|
6966
6966
|
"img",
|
|
6967
6967
|
{
|
|
@@ -6971,11 +6971,11 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
6971
6971
|
src: await pe(t.info.image.sizes[0]?.url || "")
|
|
6972
6972
|
}
|
|
6973
6973
|
) : /* @__PURE__ */ a("div", { className: Ne.contentIconStyled, children: /* @__PURE__ */ a(r, {}) }),
|
|
6974
|
-
/* @__PURE__ */
|
|
6974
|
+
/* @__PURE__ */ f("div", { className: Ne.contentAuthor, children: [
|
|
6975
6975
|
/* @__PURE__ */ a("h1", { className: Ne.name, children: t.info.fullname }),
|
|
6976
6976
|
t.addtional.USER_SHOWEMAIL && /* @__PURE__ */ a("p", { className: Ne.email, children: t.info.email }),
|
|
6977
6977
|
t.addtional.USER_SHOWBIO && /* @__PURE__ */ a("p", { className: Ne.description, children: t.addtional.USER_MIBIO }),
|
|
6978
|
-
/* @__PURE__ */
|
|
6978
|
+
/* @__PURE__ */ f("div", { className: Ne.contenSocialNetwork, children: [
|
|
6979
6979
|
t.addtional.USER_USERFB && /* @__PURE__ */ a(
|
|
6980
6980
|
"a",
|
|
6981
6981
|
{
|
|
@@ -7006,7 +7006,7 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
7006
7006
|
href: t.addtional.USER_USERTWT,
|
|
7007
7007
|
target: "_blank",
|
|
7008
7008
|
rel: "noreferrer",
|
|
7009
|
-
children: /* @__PURE__ */ a(
|
|
7009
|
+
children: /* @__PURE__ */ a(jt, { className: Ne.socialIcon })
|
|
7010
7010
|
}
|
|
7011
7011
|
),
|
|
7012
7012
|
t.addtional.USER_USERLIN && /* @__PURE__ */ a(
|
|
@@ -7024,9 +7024,9 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
7024
7024
|
}, mu = "_content_jg6i2_1", fu = "_bannerSection_jg6i2_25", ir = {
|
|
7025
7025
|
content: mu,
|
|
7026
7026
|
bannerSection: fu
|
|
7027
|
-
}, _o = (e) => /* @__PURE__ */
|
|
7027
|
+
}, _o = (e) => /* @__PURE__ */ f("section", { className: ir.content, children: [
|
|
7028
7028
|
e.children,
|
|
7029
|
-
/* @__PURE__ */
|
|
7029
|
+
/* @__PURE__ */ f("div", { className: ir.bannerSection, children: [
|
|
7030
7030
|
e.bannerTop,
|
|
7031
7031
|
/* @__PURE__ */ a(
|
|
7032
7032
|
ba,
|
|
@@ -7069,7 +7069,7 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
7069
7069
|
}
|
|
7070
7070
|
}
|
|
7071
7071
|
};
|
|
7072
|
-
return e && e.info ? /* @__PURE__ */
|
|
7072
|
+
return e && e.info ? /* @__PURE__ */ f("section", { className: Dn.content, children: [
|
|
7073
7073
|
/* @__PURE__ */ a(
|
|
7074
7074
|
"a",
|
|
7075
7075
|
{
|
|
@@ -7077,7 +7077,7 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
7077
7077
|
target: e?.info?.link?.target,
|
|
7078
7078
|
title: e?.main?.title?.section,
|
|
7079
7079
|
href: e.info.link.url,
|
|
7080
|
-
children: /* @__PURE__ */
|
|
7080
|
+
children: /* @__PURE__ */ f("div", { style: { position: "relative" }, children: [
|
|
7081
7081
|
/* @__PURE__ */ a("img", { src: await pe(e.preview.sizes[0]?.url || "") }),
|
|
7082
7082
|
/* @__PURE__ */ a(t, { className: `${Dn.playStyled} saas-image-play-icon` })
|
|
7083
7083
|
] })
|
|
@@ -7085,8 +7085,8 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
7085
7085
|
),
|
|
7086
7086
|
/* @__PURE__ */ a("div", { children: /* @__PURE__ */ a(xt, { ...n, paths: e.paths }) })
|
|
7087
7087
|
] }) : null;
|
|
7088
|
-
}, r3 = (e) => /* @__PURE__ */ a("div", { className: qe.content, children: /* @__PURE__ */
|
|
7089
|
-
/* @__PURE__ */
|
|
7088
|
+
}, r3 = (e) => /* @__PURE__ */ a("div", { className: qe.content, children: /* @__PURE__ */ f(Vt, { className: qe.contentLayoutVideoSection, children: [
|
|
7089
|
+
/* @__PURE__ */ f("a", { className: qe.header, href: e.goBackLink ?? "/videos", children: [
|
|
7090
7090
|
/* @__PURE__ */ a(
|
|
7091
7091
|
"svg",
|
|
7092
7092
|
{
|
|
@@ -7108,8 +7108,8 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
7108
7108
|
),
|
|
7109
7109
|
e.titleGoBack ?? "VOLVER A VIDEOS"
|
|
7110
7110
|
] }),
|
|
7111
|
-
/* @__PURE__ */
|
|
7112
|
-
/* @__PURE__ */
|
|
7111
|
+
/* @__PURE__ */ f("div", { className: qe.videos, children: [
|
|
7112
|
+
/* @__PURE__ */ f("div", { className: qe.videoContent, style: e.mainVideoStyles, children: [
|
|
7113
7113
|
e.type === "vy" && /* @__PURE__ */ a(
|
|
7114
7114
|
"iframe",
|
|
7115
7115
|
{
|
|
@@ -7142,7 +7142,7 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
7142
7142
|
{
|
|
7143
7143
|
isTitle: !0,
|
|
7144
7144
|
cutSubtitle: !1,
|
|
7145
|
-
...
|
|
7145
|
+
...Mt(
|
|
7146
7146
|
{
|
|
7147
7147
|
...e?.video,
|
|
7148
7148
|
info: {
|
|
@@ -7160,7 +7160,7 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
7160
7160
|
}
|
|
7161
7161
|
) })
|
|
7162
7162
|
] }),
|
|
7163
|
-
/* @__PURE__ */
|
|
7163
|
+
/* @__PURE__ */ f(
|
|
7164
7164
|
"div",
|
|
7165
7165
|
{
|
|
7166
7166
|
className: qe.sectionVideoList,
|
|
@@ -7177,7 +7177,7 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
7177
7177
|
Array.isArray(e.videoList) && e.videoList.map((t, n) => /* @__PURE__ */ st(
|
|
7178
7178
|
xu,
|
|
7179
7179
|
{
|
|
7180
|
-
...
|
|
7180
|
+
...Mt(t, !0, !1),
|
|
7181
7181
|
key: n,
|
|
7182
7182
|
paths: e.paths
|
|
7183
7183
|
}
|
|
@@ -7197,8 +7197,8 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
7197
7197
|
readMore: Bu
|
|
7198
7198
|
}, me = Pr((e, t) => {
|
|
7199
7199
|
const { isTitle: n = !1, isOpinion: r = !1 } = e, o = n ? /* @__PURE__ */ a("h1", { className: He.title, children: e.title }) : /* @__PURE__ */ a("h2", { className: He.title, children: e.title });
|
|
7200
|
-
return /* @__PURE__ */
|
|
7201
|
-
e.title && /* @__PURE__ */
|
|
7200
|
+
return /* @__PURE__ */ f("section", { className: He.content, children: [
|
|
7201
|
+
e.title && /* @__PURE__ */ f(
|
|
7202
7202
|
"div",
|
|
7203
7203
|
{
|
|
7204
7204
|
className: [He.titleContent, e.className ?? ""].join(" "),
|
|
@@ -7282,7 +7282,7 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
7282
7282
|
copyrigth: n,
|
|
7283
7283
|
sidebarExtra: r,
|
|
7284
7284
|
searchKeyWord: o
|
|
7285
|
-
}) => /* @__PURE__ */
|
|
7285
|
+
}) => /* @__PURE__ */ f(
|
|
7286
7286
|
"aside",
|
|
7287
7287
|
{
|
|
7288
7288
|
className: le.drawerStyled,
|
|
@@ -7292,9 +7292,9 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
7292
7292
|
},
|
|
7293
7293
|
children: [
|
|
7294
7294
|
/* @__PURE__ */ a("input", { type: "checkbox", id: "side-bar-state" }),
|
|
7295
|
-
/* @__PURE__ */
|
|
7295
|
+
/* @__PURE__ */ f("section", { className: le.sidebarCustom, children: [
|
|
7296
7296
|
/* @__PURE__ */ a("div", { className: le.buttonContent, children: /* @__PURE__ */ a("label", { className: le.buttonStyled, htmlFor: "side-bar-state", children: /* @__PURE__ */ a(Tt, { className: le.icon }) }) }),
|
|
7297
|
-
/* @__PURE__ */ a("div", { className: le.inputContent, children: /* @__PURE__ */
|
|
7297
|
+
/* @__PURE__ */ a("div", { className: le.inputContent, children: /* @__PURE__ */ f("form", { className: le.inputStyled, action: "/buscar", method: "GET", children: [
|
|
7298
7298
|
/* @__PURE__ */ a("input", { className: le.buscar, type: "text", name: "query", placeholder: o + "..." }),
|
|
7299
7299
|
/* @__PURE__ */ a("button", { type: "submit", style: {
|
|
7300
7300
|
background: "transparent",
|
|
@@ -7304,7 +7304,7 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
7304
7304
|
margin: 0
|
|
7305
7305
|
}, children: /* @__PURE__ */ a(Sa, { color: "var(--search-input-icons)" }) })
|
|
7306
7306
|
] }) }),
|
|
7307
|
-
/* @__PURE__ */
|
|
7307
|
+
/* @__PURE__ */ f(
|
|
7308
7308
|
"div",
|
|
7309
7309
|
{
|
|
7310
7310
|
style: {
|
|
@@ -7314,9 +7314,9 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
7314
7314
|
height: "100%"
|
|
7315
7315
|
},
|
|
7316
7316
|
children: [
|
|
7317
|
-
/* @__PURE__ */
|
|
7317
|
+
/* @__PURE__ */ f("div", { children: [
|
|
7318
7318
|
r,
|
|
7319
|
-
e.map((s, i) => /* @__PURE__ */
|
|
7319
|
+
e.map((s, i) => /* @__PURE__ */ f("div", { className: le.accordionStyled, children: [
|
|
7320
7320
|
/* @__PURE__ */ a(
|
|
7321
7321
|
"input",
|
|
7322
7322
|
{
|
|
@@ -7325,7 +7325,7 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
7325
7325
|
id: "accordion_" + i
|
|
7326
7326
|
}
|
|
7327
7327
|
),
|
|
7328
|
-
/* @__PURE__ */ a("h3", { className: le.accordionHeading, children: Array.isArray(s.subitem) ? /* @__PURE__ */
|
|
7328
|
+
/* @__PURE__ */ a("h3", { className: le.accordionHeading, children: Array.isArray(s.subitem) ? /* @__PURE__ */ f(
|
|
7329
7329
|
"label",
|
|
7330
7330
|
{
|
|
7331
7331
|
className: le.accordionSummeryStyled,
|
|
@@ -7380,7 +7380,7 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
7380
7380
|
)
|
|
7381
7381
|
] }, i))
|
|
7382
7382
|
] }),
|
|
7383
|
-
/* @__PURE__ */
|
|
7383
|
+
/* @__PURE__ */ f("div", { className: le.footerSlider, children: [
|
|
7384
7384
|
/* @__PURE__ */ a("div", { className: le.socialMedia, children: Object.keys(t).map((s) => t[s]?.show && /* @__PURE__ */ a(
|
|
7385
7385
|
"a",
|
|
7386
7386
|
{
|
|
@@ -7401,7 +7401,7 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
7401
7401
|
] })
|
|
7402
7402
|
]
|
|
7403
7403
|
}
|
|
7404
|
-
), No = (e) => /* @__PURE__ */
|
|
7404
|
+
), No = (e) => /* @__PURE__ */ f(
|
|
7405
7405
|
"svg",
|
|
7406
7406
|
{
|
|
7407
7407
|
width: "30",
|
|
@@ -7444,7 +7444,7 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
7444
7444
|
children: t?.data[0]?.main?.title.home ?? ""
|
|
7445
7445
|
}
|
|
7446
7446
|
);
|
|
7447
|
-
return /* @__PURE__ */
|
|
7447
|
+
return /* @__PURE__ */ f(K, { children: [
|
|
7448
7448
|
/* @__PURE__ */ a(
|
|
7449
7449
|
"input",
|
|
7450
7450
|
{
|
|
@@ -7454,7 +7454,7 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
7454
7454
|
defaultChecked: !(t && t?.data && t?.data[0]?.main?.title.home)
|
|
7455
7455
|
}
|
|
7456
7456
|
),
|
|
7457
|
-
t && t?.data && t?.data[0]?.main?.title.home && /* @__PURE__ */
|
|
7457
|
+
t && t?.data && t?.data[0]?.main?.title.home && /* @__PURE__ */ f(
|
|
7458
7458
|
"div",
|
|
7459
7459
|
{
|
|
7460
7460
|
id: "alert-chip",
|
|
@@ -7465,7 +7465,7 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
7465
7465
|
top: 100
|
|
7466
7466
|
} : {},
|
|
7467
7467
|
children: [
|
|
7468
|
-
/* @__PURE__ */
|
|
7468
|
+
/* @__PURE__ */ f("div", { className: Rt.live, children: [
|
|
7469
7469
|
/* @__PURE__ */ a("div", { className: Rt.chipStyled, children: t?.entity?.description }),
|
|
7470
7470
|
e.forceShow && /* @__PURE__ */ a(r, {}),
|
|
7471
7471
|
/* @__PURE__ */ a("label", { htmlFor: n, children: /* @__PURE__ */ a(Tt, { className: Rt.closeLiveStyled }) })
|
|
@@ -7492,8 +7492,8 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
7492
7492
|
whatsapp: yh
|
|
7493
7493
|
}, wh = (e) => {
|
|
7494
7494
|
const { cintillo: t, tapeTitle: n, socials: r } = e, o = "", s = t?.findIndex((i) => i.link === o) ?? 0;
|
|
7495
|
-
return (Array.isArray(t) || e.socialIcons) && /* @__PURE__ */
|
|
7496
|
-
Array.isArray(t) && /* @__PURE__ */
|
|
7495
|
+
return (Array.isArray(t) || e.socialIcons) && /* @__PURE__ */ f("section", { className: ze.content, children: [
|
|
7496
|
+
Array.isArray(t) && /* @__PURE__ */ f("div", { className: `${ze.tabs} header-page-tape-content`, children: [
|
|
7497
7497
|
n !== "" && /* @__PURE__ */ a("p", { className: ze.title, children: `${n}` }),
|
|
7498
7498
|
t && t[s] && /* @__PURE__ */ a(
|
|
7499
7499
|
B,
|
|
@@ -7555,7 +7555,7 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
7555
7555
|
hasAlertZone: kh
|
|
7556
7556
|
}, Uh = (e) => {
|
|
7557
7557
|
const { alertZone: t } = e;
|
|
7558
|
-
return /* @__PURE__ */
|
|
7558
|
+
return /* @__PURE__ */ f("header", { className: ke.headerStyled, children: [
|
|
7559
7559
|
e.socialIcons && /* @__PURE__ */ a(
|
|
7560
7560
|
wh,
|
|
7561
7561
|
{
|
|
@@ -7565,7 +7565,7 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
7565
7565
|
socials: e.socials
|
|
7566
7566
|
}
|
|
7567
7567
|
),
|
|
7568
|
-
/* @__PURE__ */
|
|
7568
|
+
/* @__PURE__ */ f("div", { className: `${ke.headerContent} center-mobile-header-icon`, children: [
|
|
7569
7569
|
/* @__PURE__ */ a(
|
|
7570
7570
|
In,
|
|
7571
7571
|
{
|
|
@@ -7600,7 +7600,7 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
7600
7600
|
)
|
|
7601
7601
|
}
|
|
7602
7602
|
) }),
|
|
7603
|
-
!e.showAlertPop && t?.data && /* @__PURE__ */
|
|
7603
|
+
!e.showAlertPop && t?.data && /* @__PURE__ */ f("div", { className: ke.headLineContent, children: [
|
|
7604
7604
|
/* @__PURE__ */ a("div", { className: `${ke.headLineTitle} headLineTitle`, children: t.entity.description ? `${t.entity.description}` : "" }),
|
|
7605
7605
|
/* @__PURE__ */ a(
|
|
7606
7606
|
B,
|
|
@@ -7613,7 +7613,7 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
7613
7613
|
}
|
|
7614
7614
|
)
|
|
7615
7615
|
] }),
|
|
7616
|
-
/* @__PURE__ */
|
|
7616
|
+
/* @__PURE__ */ f(
|
|
7617
7617
|
"div",
|
|
7618
7618
|
{
|
|
7619
7619
|
style: e.showAlertPop ? { marginLeft: "auto" } : {},
|
|
@@ -7656,8 +7656,8 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
7656
7656
|
itemLink: Dh
|
|
7657
7657
|
}, Mh = (e) => {
|
|
7658
7658
|
const { items: t } = e;
|
|
7659
|
-
return /* @__PURE__ */ a("ul", { className: Ve.ul, children: t.map((n, r) => /* @__PURE__ */
|
|
7660
|
-
n.link ? /* @__PURE__ */
|
|
7659
|
+
return /* @__PURE__ */ a("ul", { className: Ve.ul, children: t.map((n, r) => /* @__PURE__ */ f("li", { className: `${Ve.liBefore} ${Ve.li}`, children: [
|
|
7660
|
+
n.link ? /* @__PURE__ */ f(
|
|
7661
7661
|
B,
|
|
7662
7662
|
{
|
|
7663
7663
|
"aria-label": n.description,
|
|
@@ -7669,7 +7669,7 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
7669
7669
|
Array.isArray(n.subitem) && /* @__PURE__ */ a(bn, {})
|
|
7670
7670
|
]
|
|
7671
7671
|
}
|
|
7672
|
-
) : /* @__PURE__ */
|
|
7672
|
+
) : /* @__PURE__ */ f("span", { "aria-label": n.description, className: Ve.linkStyled, children: [
|
|
7673
7673
|
n.description,
|
|
7674
7674
|
Array.isArray(n.subitem) && /* @__PURE__ */ a(bn, {})
|
|
7675
7675
|
] }),
|
|
@@ -7707,7 +7707,7 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
7707
7707
|
{
|
|
7708
7708
|
className: we.headerStyled,
|
|
7709
7709
|
style: { top: e.cintillo || e.socialIcons ? 40 : 0 },
|
|
7710
|
-
children: /* @__PURE__ */
|
|
7710
|
+
children: /* @__PURE__ */ f(
|
|
7711
7711
|
"div",
|
|
7712
7712
|
{
|
|
7713
7713
|
style: e.showAlertPop ? { gap: 0 } : {},
|
|
@@ -7716,7 +7716,7 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
7716
7716
|
n?.data ? we.hasAlertZone : ""
|
|
7717
7717
|
].join(" "),
|
|
7718
7718
|
children: [
|
|
7719
|
-
/* @__PURE__ */ a("div", { className: we.menuButtonSection, children: /* @__PURE__ */
|
|
7719
|
+
/* @__PURE__ */ a("div", { className: we.menuButtonSection, children: /* @__PURE__ */ f(
|
|
7720
7720
|
In,
|
|
7721
7721
|
{
|
|
7722
7722
|
className: we.menuButton,
|
|
@@ -7736,7 +7736,7 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
7736
7736
|
{ className: `${we.logoStyled}` },
|
|
7737
7737
|
e.icon
|
|
7738
7738
|
) }) }),
|
|
7739
|
-
/* @__PURE__ */
|
|
7739
|
+
/* @__PURE__ */ f("div", { className: we.buttonSection, children: [
|
|
7740
7740
|
/* @__PURE__ */ a(
|
|
7741
7741
|
B,
|
|
7742
7742
|
{
|
|
@@ -7749,7 +7749,7 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
7749
7749
|
),
|
|
7750
7750
|
e.rightZone
|
|
7751
7751
|
] }),
|
|
7752
|
-
!e.showAlertPop && n?.data ? /* @__PURE__ */
|
|
7752
|
+
!e.showAlertPop && n?.data ? /* @__PURE__ */ f("div", { className: we.headLineContent, children: [
|
|
7753
7753
|
/* @__PURE__ */ a("p", { className: `${we.headLineTitle} headLineTitle`, children: n.entity.description ? `${n.entity.description}` : "" }),
|
|
7754
7754
|
/* @__PURE__ */ a(
|
|
7755
7755
|
B,
|
|
@@ -7781,10 +7781,10 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
7781
7781
|
op2: rm
|
|
7782
7782
|
}, o3 = (e) => {
|
|
7783
7783
|
const { alertZone: t, children: n, sidebar: r } = e;
|
|
7784
|
-
return /* @__PURE__ */
|
|
7784
|
+
return /* @__PURE__ */ f(K, { children: [
|
|
7785
7785
|
/* @__PURE__ */ a(Uh, { ...e }),
|
|
7786
7786
|
!e.showOnlyStickyHeader && /* @__PURE__ */ a(tm, { ...e }),
|
|
7787
|
-
/* @__PURE__ */
|
|
7787
|
+
/* @__PURE__ */ f(
|
|
7788
7788
|
"div",
|
|
7789
7789
|
{
|
|
7790
7790
|
className: [
|
|
@@ -7826,7 +7826,7 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
7826
7826
|
chipStyled: im,
|
|
7827
7827
|
tagLink: cm,
|
|
7828
7828
|
tagStyled: lm
|
|
7829
|
-
}, dm = (e) => /* @__PURE__ */ a("section", { className: pt.content, children: Array.isArray(e.tags) && /* @__PURE__ */
|
|
7829
|
+
}, dm = (e) => /* @__PURE__ */ a("section", { className: pt.content, children: Array.isArray(e.tags) && /* @__PURE__ */ f("div", { className: pt.tags, children: [
|
|
7830
7830
|
/* @__PURE__ */ a("p", { className: pt.tagStyled, children: e.title ? e.title : "Tags:" }),
|
|
7831
7831
|
e.tags.map((t, n) => t.approved ? /* @__PURE__ */ a(B, { href: vt(t, e.paths), children: /* @__PURE__ */ a("div", { className: `${pt.chipStyled} ${pt.tagLink}`, children: t.name }) }, n) : /* @__PURE__ */ a("div", { className: pt.chipStyled, children: t.name }, n))
|
|
7832
7832
|
] }) }), um = "_contentBox_1rkkg_1", hm = "_content_1rkkg_1", mm = "_imageStyled_1rkkg_16", fm = "_contentIconStyled_1rkkg_23", gm = "_avatarContent_1rkkg_43", pm = "_journalistSection_1rkkg_50", Am = "_journalistInfo_1rkkg_56", ym = "_socialNetworkSection_1rkkg_70", wm = "_article_1rkkg_83", Pe = {
|
|
@@ -7841,8 +7841,8 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
7841
7841
|
article: wm
|
|
7842
7842
|
}, vm = async (e) => {
|
|
7843
7843
|
const { autor: t } = e;
|
|
7844
|
-
return t.addtional.USER_SHOWBIO && /* @__PURE__ */ a("section", { className: Pe.contentBox, children: /* @__PURE__ */
|
|
7845
|
-
/* @__PURE__ */
|
|
7844
|
+
return t.addtional.USER_SHOWBIO && /* @__PURE__ */ a("section", { className: Pe.contentBox, children: /* @__PURE__ */ f("div", { className: Pe.content, children: [
|
|
7845
|
+
/* @__PURE__ */ f("div", { className: Pe.avatarContent, children: [
|
|
7846
7846
|
/* @__PURE__ */ a(
|
|
7847
7847
|
B,
|
|
7848
7848
|
{
|
|
@@ -7860,9 +7860,9 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
7860
7860
|
) : /* @__PURE__ */ a("div", { className: Pe.contentIconStyled, children: e.autorIcon() })
|
|
7861
7861
|
}
|
|
7862
7862
|
),
|
|
7863
|
-
/* @__PURE__ */
|
|
7863
|
+
/* @__PURE__ */ f("section", { className: Pe.journalistSection, children: [
|
|
7864
7864
|
/* @__PURE__ */ a("h3", { className: Pe.journalistInfo, children: /* @__PURE__ */ a(B, { href: `/${e.paths.autor}/${t.info.name}`, children: t.info.fullname }) }),
|
|
7865
|
-
/* @__PURE__ */
|
|
7865
|
+
/* @__PURE__ */ f("section", { className: Pe.socialNetworkSection, children: [
|
|
7866
7866
|
t.addtional.USER_USERFB && /* @__PURE__ */ a(
|
|
7867
7867
|
"a",
|
|
7868
7868
|
{
|
|
@@ -7897,7 +7897,7 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
7897
7897
|
target: "_blank",
|
|
7898
7898
|
"aria-label": t.addtional.USER_MIBIO,
|
|
7899
7899
|
rel: "noreferrer",
|
|
7900
|
-
children: /* @__PURE__ */
|
|
7900
|
+
children: /* @__PURE__ */ f(
|
|
7901
7901
|
"svg",
|
|
7902
7902
|
{
|
|
7903
7903
|
width: "24",
|
|
@@ -7906,7 +7906,7 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
7906
7906
|
fill: "none",
|
|
7907
7907
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7908
7908
|
children: [
|
|
7909
|
-
/* @__PURE__ */
|
|
7909
|
+
/* @__PURE__ */ f("g", { clipPath: "url(#clip0_281_2357)", children: [
|
|
7910
7910
|
/* @__PURE__ */ a(
|
|
7911
7911
|
"path",
|
|
7912
7912
|
{
|
|
@@ -7976,7 +7976,7 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
7976
7976
|
target: "_blank",
|
|
7977
7977
|
"aria-label": t.addtional.USER_MIBIO,
|
|
7978
7978
|
rel: "noreferrer",
|
|
7979
|
-
children: /* @__PURE__ */
|
|
7979
|
+
children: /* @__PURE__ */ f(
|
|
7980
7980
|
"svg",
|
|
7981
7981
|
{
|
|
7982
7982
|
width: "24",
|
|
@@ -8040,7 +8040,7 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
8040
8040
|
LearnMoreLink: xm
|
|
8041
8041
|
}, Tm = async (e) => {
|
|
8042
8042
|
const { news: t, texts: n } = e;
|
|
8043
|
-
return t.config?.showauthor && /* @__PURE__ */ a("div", { className: tt.content, children: Array.isArray(t.authors) && t.authors?.map(async (r) => /* @__PURE__ */
|
|
8043
|
+
return t.config?.showauthor && /* @__PURE__ */ a("div", { className: tt.content, children: Array.isArray(t.authors) && t.authors?.map(async (r) => /* @__PURE__ */ f(
|
|
8044
8044
|
"div",
|
|
8045
8045
|
{
|
|
8046
8046
|
className: tt.contentCard,
|
|
@@ -8055,7 +8055,7 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
8055
8055
|
},
|
|
8056
8056
|
r.fullname
|
|
8057
8057
|
) : /* @__PURE__ */ a("div", { className: tt.contentIconStyled, children: e.autorIcon }, r.fullname),
|
|
8058
|
-
/* @__PURE__ */
|
|
8058
|
+
/* @__PURE__ */ f("div", { className: tt.contentInfo, children: [
|
|
8059
8059
|
r.internaluser ? /* @__PURE__ */ a(
|
|
8060
8060
|
"a",
|
|
8061
8061
|
{
|
|
@@ -8100,7 +8100,7 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
8100
8100
|
}, r = () => {
|
|
8101
8101
|
if (t && e.keywords?.tags?.length && e.keywords.tags.length > 0) {
|
|
8102
8102
|
const s = e.keywords.tags[0], i = s.name;
|
|
8103
|
-
return s.approved ? /* @__PURE__ */
|
|
8103
|
+
return s.approved ? /* @__PURE__ */ f("h3", { children: [
|
|
8104
8104
|
" ",
|
|
8105
8105
|
/* @__PURE__ */ a(
|
|
8106
8106
|
B,
|
|
@@ -8131,7 +8131,7 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
8131
8131
|
return /* @__PURE__ */ a("h3", { children: /* @__PURE__ */ a(B, { className: Se.tag, href: e?.info?.section?.url, children: e?.info?.section?.name }) });
|
|
8132
8132
|
return null;
|
|
8133
8133
|
};
|
|
8134
|
-
return /* @__PURE__ */
|
|
8134
|
+
return /* @__PURE__ */ f("section", { className: `${Se.content} destacado-super-content`, children: [
|
|
8135
8135
|
/* @__PURE__ */ a(
|
|
8136
8136
|
B,
|
|
8137
8137
|
{
|
|
@@ -8154,7 +8154,7 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
8154
8154
|
)
|
|
8155
8155
|
}
|
|
8156
8156
|
),
|
|
8157
|
-
/* @__PURE__ */
|
|
8157
|
+
/* @__PURE__ */ f(
|
|
8158
8158
|
"div",
|
|
8159
8159
|
{
|
|
8160
8160
|
className: Se.contentNews,
|
|
@@ -8163,7 +8163,7 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
8163
8163
|
},
|
|
8164
8164
|
children: [
|
|
8165
8165
|
/* @__PURE__ */ a(r, {}),
|
|
8166
|
-
/* @__PURE__ */
|
|
8166
|
+
/* @__PURE__ */ f(
|
|
8167
8167
|
"div",
|
|
8168
8168
|
{
|
|
8169
8169
|
style: {
|
|
@@ -8225,7 +8225,7 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
8225
8225
|
imageSize: d,
|
|
8226
8226
|
showSuper: l
|
|
8227
8227
|
} = e;
|
|
8228
|
-
return /* @__PURE__ */
|
|
8228
|
+
return /* @__PURE__ */ f("section", { className: gc.content, children: [
|
|
8229
8229
|
l ? /* @__PURE__ */ a(
|
|
8230
8230
|
"section",
|
|
8231
8231
|
{
|
|
@@ -8288,7 +8288,7 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
8288
8288
|
paths: r
|
|
8289
8289
|
}) => {
|
|
8290
8290
|
const o = e[0];
|
|
8291
|
-
return Array.isArray(e) && e.length > 0 && o && /* @__PURE__ */
|
|
8291
|
+
return Array.isArray(e) && e.length > 0 && o && /* @__PURE__ */ f("section", { className: jn.content, children: [
|
|
8292
8292
|
/* @__PURE__ */ a("div", { style: t, className: jn.firstSection, children: /* @__PURE__ */ a(
|
|
8293
8293
|
Ct,
|
|
8294
8294
|
{
|
|
@@ -8378,7 +8378,7 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
8378
8378
|
) });
|
|
8379
8379
|
return null;
|
|
8380
8380
|
};
|
|
8381
|
-
return /* @__PURE__ */
|
|
8381
|
+
return /* @__PURE__ */ f("div", { className: it.content, children: [
|
|
8382
8382
|
/* @__PURE__ */ a(n, {}),
|
|
8383
8383
|
/* @__PURE__ */ a(
|
|
8384
8384
|
B,
|
|
@@ -8409,8 +8409,8 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
8409
8409
|
}
|
|
8410
8410
|
}
|
|
8411
8411
|
}, i = t.slice(1);
|
|
8412
|
-
return s && i && /* @__PURE__ */
|
|
8413
|
-
/* @__PURE__ */
|
|
8412
|
+
return s && i && /* @__PURE__ */ f(me, { title: n, titleUrl: e.titleUrl, children: [
|
|
8413
|
+
/* @__PURE__ */ f("div", { className: Qn.headerSection, children: [
|
|
8414
8414
|
/* @__PURE__ */ a(Eo, { mainNew: s, goTo: e.goTo, paths: e.paths }),
|
|
8415
8415
|
/* @__PURE__ */ a(
|
|
8416
8416
|
B,
|
|
@@ -8422,7 +8422,7 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
8422
8422
|
}
|
|
8423
8423
|
)
|
|
8424
8424
|
] }),
|
|
8425
|
-
/* @__PURE__ */
|
|
8425
|
+
/* @__PURE__ */ f("div", { className: Qn.newsContent, children: [
|
|
8426
8426
|
/* @__PURE__ */ a("div", { className: "banner-context", style: { order: 1 }, children: e.banner }),
|
|
8427
8427
|
Array.isArray(i) && i.map((c, d) => {
|
|
8428
8428
|
const l = {
|
|
@@ -8446,18 +8446,18 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
8446
8446
|
})
|
|
8447
8447
|
] })
|
|
8448
8448
|
] });
|
|
8449
|
-
},
|
|
8450
|
-
content:
|
|
8451
|
-
autorContent:
|
|
8452
|
-
image:
|
|
8453
|
-
contentIcon:
|
|
8454
|
-
boxInformationContent:
|
|
8455
|
-
autorName:
|
|
8456
|
-
time:
|
|
8457
|
-
comment:
|
|
8458
|
-
title:
|
|
8449
|
+
}, ef = "_content_1stvq_1", tf = "_autorContent_1stvq_8", nf = "_image_1stvq_24", af = "_contentIcon_1stvq_25", rf = "_boxInformationContent_1stvq_47", of = "_autorName_1stvq_53", sf = "_time_1stvq_85", cf = "_comment_1stvq_98", lf = "_title_1stvq_107", Fe = {
|
|
8450
|
+
content: ef,
|
|
8451
|
+
autorContent: tf,
|
|
8452
|
+
image: nf,
|
|
8453
|
+
contentIcon: af,
|
|
8454
|
+
boxInformationContent: rf,
|
|
8455
|
+
autorName: of,
|
|
8456
|
+
time: sf,
|
|
8457
|
+
comment: cf,
|
|
8458
|
+
title: lf
|
|
8459
8459
|
}, fn = async (e) => {
|
|
8460
|
-
const { data: t, autorIcon: n } = e, r = n, o = () => t?.config?.showtime ? `${Me(t.info?.date?.modified)}` : "", s = /* @__PURE__ */
|
|
8460
|
+
const { data: t, autorIcon: n } = e, r = n, o = () => t?.config?.showtime ? `${Me(t.info?.date?.modified)}` : "", s = /* @__PURE__ */ f("div", { className: Fe.autorContent, children: [
|
|
8461
8461
|
Array.isArray(t?.authors) && Array.isArray(t?.authors[0]?.image?.sizes) && t?.authors[0]?.image?.sizes?.length > 0 ? /* @__PURE__ */ a(
|
|
8462
8462
|
"img",
|
|
8463
8463
|
{
|
|
@@ -8471,7 +8471,7 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
8471
8471
|
/* @__PURE__ */ a("p", { className: Fe.autorName, children: je(t?.authors[0]?.fullname ?? "Redacción", 18) }),
|
|
8472
8472
|
/* @__PURE__ */ a("p", { className: Fe.time, children: o() })
|
|
8473
8473
|
] });
|
|
8474
|
-
return /* @__PURE__ */
|
|
8474
|
+
return /* @__PURE__ */ f("div", { className: Fe.content, children: [
|
|
8475
8475
|
t?.authors[0]?.internaluser ? /* @__PURE__ */ a(
|
|
8476
8476
|
B,
|
|
8477
8477
|
{
|
|
@@ -8479,7 +8479,7 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
8479
8479
|
children: s
|
|
8480
8480
|
}
|
|
8481
8481
|
) : s,
|
|
8482
|
-
/* @__PURE__ */
|
|
8482
|
+
/* @__PURE__ */ f("div", { className: Fe.boxInformationContent, children: [
|
|
8483
8483
|
/* @__PURE__ */ a(
|
|
8484
8484
|
B,
|
|
8485
8485
|
{
|
|
@@ -8492,14 +8492,14 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
8492
8492
|
/* @__PURE__ */ a("p", { className: Fe.comment, children: je(t?.main?.subtitle?.striped || "") })
|
|
8493
8493
|
] })
|
|
8494
8494
|
] });
|
|
8495
|
-
},
|
|
8496
|
-
content:
|
|
8497
|
-
boxPosition:
|
|
8498
|
-
contentFlex:
|
|
8499
|
-
bannerContent:
|
|
8500
|
-
bannerContentAux:
|
|
8495
|
+
}, df = "_content_1d7mg_1", uf = "_boxPosition_1d7mg_8", hf = "_contentFlex_1d7mg_21", mf = "_bannerContent_1d7mg_29", ff = "_bannerContentAux_1d7mg_40", At = {
|
|
8496
|
+
content: df,
|
|
8497
|
+
boxPosition: uf,
|
|
8498
|
+
contentFlex: hf,
|
|
8499
|
+
bannerContent: mf,
|
|
8500
|
+
bannerContentAux: ff
|
|
8501
8501
|
};
|
|
8502
|
-
function
|
|
8502
|
+
function gf(e) {
|
|
8503
8503
|
const t = new Array(e.length), n = e.length / 2;
|
|
8504
8504
|
for (let r = 0; r < e.length; r++)
|
|
8505
8505
|
r % 2 === 0 ? t[Math.floor(r / 2)] = e[r] : t[n + Math.floor(r / 2)] = e[r];
|
|
@@ -8546,25 +8546,25 @@ const s3 = (e) => {
|
|
|
8546
8546
|
)
|
|
8547
8547
|
);
|
|
8548
8548
|
}
|
|
8549
|
-
const o = r.length % 2 === 0 ?
|
|
8549
|
+
const o = r.length % 2 === 0 ? gf(r) : r;
|
|
8550
8550
|
return /* @__PURE__ */ a("section", { style: e.customStyles, children: /* @__PURE__ */ a(
|
|
8551
8551
|
me,
|
|
8552
8552
|
{
|
|
8553
8553
|
title: e.title,
|
|
8554
8554
|
titleUrl: e.titleUrl,
|
|
8555
8555
|
isOpinion: t,
|
|
8556
|
-
children: /* @__PURE__ */
|
|
8556
|
+
children: /* @__PURE__ */ f("div", { className: At.content, children: [
|
|
8557
8557
|
/* @__PURE__ */ a("div", { className: At.contentFlex, children: o }),
|
|
8558
8558
|
/* @__PURE__ */ a("div", { className: At.bannerContent, children: e.halfPageBanner })
|
|
8559
8559
|
] })
|
|
8560
8560
|
}
|
|
8561
8561
|
) });
|
|
8562
|
-
},
|
|
8563
|
-
content:
|
|
8564
|
-
title:
|
|
8562
|
+
}, pf = "_content_w9viv_1", Af = "_title_w9viv_10", dr = {
|
|
8563
|
+
content: pf,
|
|
8564
|
+
title: Af
|
|
8565
8565
|
}, i3 = (e) => {
|
|
8566
8566
|
const { showTitle: t = !0 } = e;
|
|
8567
|
-
return /* @__PURE__ */
|
|
8567
|
+
return /* @__PURE__ */ f("div", { className: dr.content, children: [
|
|
8568
8568
|
t && /* @__PURE__ */ a("p", { className: dr.title, children: "Editorial" }),
|
|
8569
8569
|
/* @__PURE__ */ a(
|
|
8570
8570
|
xt,
|
|
@@ -8581,16 +8581,16 @@ const s3 = (e) => {
|
|
|
8581
8581
|
}
|
|
8582
8582
|
)
|
|
8583
8583
|
] });
|
|
8584
|
-
},
|
|
8585
|
-
content:
|
|
8586
|
-
newsContent:
|
|
8587
|
-
boxPosition:
|
|
8588
|
-
bannerContent:
|
|
8589
|
-
bannerContentAux:
|
|
8584
|
+
}, yf = "_content_1nd2h_1", wf = "_newsContent_1nd2h_8", vf = "_boxPosition_1nd2h_17", bf = "_bannerContent_1nd2h_23", Cf = "_bannerContentAux_1nd2h_33", yt = {
|
|
8585
|
+
content: yf,
|
|
8586
|
+
newsContent: wf,
|
|
8587
|
+
boxPosition: vf,
|
|
8588
|
+
bannerContent: bf,
|
|
8589
|
+
bannerContentAux: Cf
|
|
8590
8590
|
}, c3 = (e) => {
|
|
8591
8591
|
const { news: t } = e;
|
|
8592
|
-
return Array.isArray(t) && /* @__PURE__ */
|
|
8593
|
-
/* @__PURE__ */
|
|
8592
|
+
return Array.isArray(t) && /* @__PURE__ */ f("div", { className: yt.content, children: [
|
|
8593
|
+
/* @__PURE__ */ f("div", { className: yt.newsContent, children: [
|
|
8594
8594
|
e.bannerArray && e.bannerArray.map((n, r) => /* @__PURE__ */ a(
|
|
8595
8595
|
"div",
|
|
8596
8596
|
{
|
|
@@ -8622,7 +8622,7 @@ const s3 = (e) => {
|
|
|
8622
8622
|
] }),
|
|
8623
8623
|
/* @__PURE__ */ a("div", { className: yt.bannerContent, children: e.halfPageBanner })
|
|
8624
8624
|
] });
|
|
8625
|
-
}, l3 = (e) => /* @__PURE__ */
|
|
8625
|
+
}, l3 = (e) => /* @__PURE__ */ f(K, { children: [
|
|
8626
8626
|
/* @__PURE__ */ a(
|
|
8627
8627
|
Al,
|
|
8628
8628
|
{
|
|
@@ -8633,15 +8633,15 @@ const s3 = (e) => {
|
|
|
8633
8633
|
}
|
|
8634
8634
|
),
|
|
8635
8635
|
/* @__PURE__ */ a(kl, { ...e })
|
|
8636
|
-
] }),
|
|
8637
|
-
newsContent:
|
|
8638
|
-
newsContentWithLines:
|
|
8639
|
-
newsContentWithoutLines:
|
|
8640
|
-
contentSeparator:
|
|
8641
|
-
},
|
|
8636
|
+
] }), _f = "_newsContent_gd57q_1", Nf = "_newsContentWithLines_gd57q_8", Sf = "_newsContentWithoutLines_gd57q_13", Ef = "_contentSeparator_gd57q_18", en = {
|
|
8637
|
+
newsContent: _f,
|
|
8638
|
+
newsContentWithLines: Nf,
|
|
8639
|
+
newsContentWithoutLines: Sf,
|
|
8640
|
+
contentSeparator: Ef
|
|
8641
|
+
}, xf = (e) => {
|
|
8642
8642
|
const { content: t } = e;
|
|
8643
8643
|
if (!t || t.length === 0) return;
|
|
8644
|
-
const n = (i) => e.hasLines && (i + 1) % 3 !== 0 ?
|
|
8644
|
+
const n = (i) => e.hasLines && (i + 1) % 3 !== 0 ? en.contentSeparator : "", r = [];
|
|
8645
8645
|
let o = 0, s = 1;
|
|
8646
8646
|
for (let i = 0; i < t.length; i++) {
|
|
8647
8647
|
e.banners && e.bannerPositionIndex?.includes(i) && (r.push(
|
|
@@ -8655,7 +8655,7 @@ const s3 = (e) => {
|
|
|
8655
8655
|
}
|
|
8656
8656
|
) }, o)
|
|
8657
8657
|
), o++, s++);
|
|
8658
|
-
const c = e.isVideo ?
|
|
8658
|
+
const c = e.isVideo ? Mt(
|
|
8659
8659
|
t[i],
|
|
8660
8660
|
e.showVideoTime,
|
|
8661
8661
|
e.showVideosubtitle
|
|
@@ -8685,12 +8685,12 @@ const s3 = (e) => {
|
|
|
8685
8685
|
return r.length === 2 && r.push(/* @__PURE__ */ a("div", {}, o)), /* @__PURE__ */ a(
|
|
8686
8686
|
"div",
|
|
8687
8687
|
{
|
|
8688
|
-
className: `${e.hasLines ?
|
|
8688
|
+
className: `${e.hasLines ? en.newsContentWithLines : en.newsContentWithoutLines} ${en.newsContent}`,
|
|
8689
8689
|
children: r
|
|
8690
8690
|
}
|
|
8691
8691
|
);
|
|
8692
8692
|
}, xo = (e) => /* @__PURE__ */ a(me, { title: e.title, titleUrl: e.titleUrl, children: /* @__PURE__ */ a(
|
|
8693
|
-
|
|
8693
|
+
xf,
|
|
8694
8694
|
{
|
|
8695
8695
|
content: e.content,
|
|
8696
8696
|
paths: e.paths,
|
|
@@ -8702,10 +8702,10 @@ const s3 = (e) => {
|
|
|
8702
8702
|
showVideoTime: e.showVideoTime,
|
|
8703
8703
|
showVideosubtitle: e.showVideosubtitle
|
|
8704
8704
|
}
|
|
8705
|
-
) }),
|
|
8706
|
-
newsContent:
|
|
8707
|
-
contentSeparator:
|
|
8708
|
-
},
|
|
8705
|
+
) }), Tf = "_newsContent_1sb62_1", If = "_contentSeparator_1sb62_8", ur = {
|
|
8706
|
+
newsContent: Tf,
|
|
8707
|
+
contentSeparator: If
|
|
8708
|
+
}, kf = (e) => {
|
|
8709
8709
|
const { content: t, title: n } = e;
|
|
8710
8710
|
if (!(!t || t.length === 0 || !Array.isArray(t)))
|
|
8711
8711
|
return /* @__PURE__ */ a(me, { title: n, titleUrl: e.titleUrl, children: /* @__PURE__ */ a(
|
|
@@ -8734,11 +8734,11 @@ const s3 = (e) => {
|
|
|
8734
8734
|
})
|
|
8735
8735
|
}
|
|
8736
8736
|
) });
|
|
8737
|
-
},
|
|
8738
|
-
newsContent:
|
|
8739
|
-
contentSeparator:
|
|
8740
|
-
newsContentWhitoutLine:
|
|
8741
|
-
},
|
|
8737
|
+
}, Uf = "_newsContent_1gbse_1", Rf = "_contentSeparator_1gbse_8", qf = "_newsContentWhitoutLine_1gbse_29", Gn = {
|
|
8738
|
+
newsContent: Uf,
|
|
8739
|
+
contentSeparator: Rf,
|
|
8740
|
+
newsContentWhitoutLine: qf
|
|
8741
|
+
}, Lf = (e) => {
|
|
8742
8742
|
const { content: t, title: n } = e;
|
|
8743
8743
|
if (!(!t || t.length === 0))
|
|
8744
8744
|
return /* @__PURE__ */ a(me, { title: n, titleUrl: e.titleUrl, children: /* @__PURE__ */ a(
|
|
@@ -8767,21 +8767,21 @@ const s3 = (e) => {
|
|
|
8767
8767
|
})
|
|
8768
8768
|
}
|
|
8769
8769
|
) });
|
|
8770
|
-
},
|
|
8771
|
-
headerSection:
|
|
8772
|
-
headerSectionLink:
|
|
8773
|
-
newsContent:
|
|
8774
|
-
},
|
|
8770
|
+
}, Bf = "_headerSection_1m1sp_3", Of = "_headerSectionLink_1m1sp_16", Pf = "_newsContent_1m1sp_29", Hn = {
|
|
8771
|
+
headerSection: Bf,
|
|
8772
|
+
headerSectionLink: Of,
|
|
8773
|
+
newsContent: Pf
|
|
8774
|
+
}, Df = (e) => {
|
|
8775
8775
|
const { content: t, title: n, isVideo: r = !0 } = e;
|
|
8776
8776
|
if (!t || t.length === 0) return;
|
|
8777
8777
|
const o = t[0], s = e.slot_id && e.slot_id !== "Nota_1", i = t.slice(1);
|
|
8778
|
-
return o && i && /* @__PURE__ */
|
|
8779
|
-
/* @__PURE__ */
|
|
8778
|
+
return o && i && /* @__PURE__ */ f(me, { title: n, titleUrl: e.titleUrl, children: [
|
|
8779
|
+
/* @__PURE__ */ f("div", { className: Hn.headerSection, children: [
|
|
8780
8780
|
/* @__PURE__ */ a(
|
|
8781
8781
|
Eo,
|
|
8782
8782
|
{
|
|
8783
8783
|
goTo: e.goTo,
|
|
8784
|
-
mainNew:
|
|
8784
|
+
mainNew: Mt(o),
|
|
8785
8785
|
paths: e.paths
|
|
8786
8786
|
}
|
|
8787
8787
|
),
|
|
@@ -8806,10 +8806,10 @@ const s3 = (e) => {
|
|
|
8806
8806
|
}
|
|
8807
8807
|
)
|
|
8808
8808
|
] }),
|
|
8809
|
-
/* @__PURE__ */
|
|
8809
|
+
/* @__PURE__ */ f("div", { className: Hn.newsContent, children: [
|
|
8810
8810
|
/* @__PURE__ */ a("div", { className: "banner-context", style: { order: 1 }, children: e.banner }),
|
|
8811
8811
|
Array.isArray(i) && i.map((c, d) => {
|
|
8812
|
-
const l =
|
|
8812
|
+
const l = Mt(c), u = {
|
|
8813
8813
|
...l,
|
|
8814
8814
|
main: {
|
|
8815
8815
|
...l.main,
|
|
@@ -8831,15 +8831,15 @@ const s3 = (e) => {
|
|
|
8831
8831
|
})
|
|
8832
8832
|
] })
|
|
8833
8833
|
] });
|
|
8834
|
-
},
|
|
8835
|
-
content:
|
|
8836
|
-
linkImage:
|
|
8837
|
-
sectionDescription:
|
|
8838
|
-
dateText:
|
|
8839
|
-
textContent:
|
|
8840
|
-
},
|
|
8834
|
+
}, Mf = "_content_1qdkl_1", jf = "_linkImage_1qdkl_30", Qf = "_sectionDescription_1qdkl_42", Gf = "_dateText_1qdkl_62", Hf = "_textContent_1qdkl_73", qt = {
|
|
8835
|
+
content: Mf,
|
|
8836
|
+
linkImage: jf,
|
|
8837
|
+
sectionDescription: Qf,
|
|
8838
|
+
dateText: Gf,
|
|
8839
|
+
textContent: Hf
|
|
8840
|
+
}, zf = async (e) => {
|
|
8841
8841
|
const { showNewsLikeTitle: t = !1 } = e;
|
|
8842
|
-
return e && e.info ? /* @__PURE__ */
|
|
8842
|
+
return e && e.info ? /* @__PURE__ */ f(
|
|
8843
8843
|
"section",
|
|
8844
8844
|
{
|
|
8845
8845
|
className: qt.content,
|
|
@@ -8857,7 +8857,7 @@ const s3 = (e) => {
|
|
|
8857
8857
|
children: /* @__PURE__ */ a(Ue, { preview: e.preview })
|
|
8858
8858
|
}
|
|
8859
8859
|
),
|
|
8860
|
-
/* @__PURE__ */
|
|
8860
|
+
/* @__PURE__ */ f("div", { className: qt.textContent, children: [
|
|
8861
8861
|
/* @__PURE__ */ a(
|
|
8862
8862
|
B,
|
|
8863
8863
|
{
|
|
@@ -8872,14 +8872,14 @@ const s3 = (e) => {
|
|
|
8872
8872
|
]
|
|
8873
8873
|
}
|
|
8874
8874
|
) : null;
|
|
8875
|
-
},
|
|
8876
|
-
content:
|
|
8877
|
-
contentSeparator:
|
|
8878
|
-
},
|
|
8879
|
-
newsContent:
|
|
8880
|
-
contentSeparator:
|
|
8881
|
-
hasLinesBlock:
|
|
8882
|
-
},
|
|
8875
|
+
}, Vf = "_content_yx3zm_1", Ff = "_contentSeparator_yx3zm_7", hr = {
|
|
8876
|
+
content: Vf,
|
|
8877
|
+
contentSeparator: Ff
|
|
8878
|
+
}, Wf = "_newsContent_1uamf_1", $f = "_contentSeparator_1uamf_8", Yf = "_hasLinesBlock_1uamf_40", sa = {
|
|
8879
|
+
newsContent: Wf,
|
|
8880
|
+
contentSeparator: $f,
|
|
8881
|
+
hasLinesBlock: Yf
|
|
8882
|
+
}, Kf = (e) => {
|
|
8883
8883
|
if (!e.content || e.content.length === 0) return;
|
|
8884
8884
|
const t = e.slot_id && e.slot_id !== "Nota_1";
|
|
8885
8885
|
return /* @__PURE__ */ a(me, { title: e.title, children: /* @__PURE__ */ a(
|
|
@@ -8905,7 +8905,7 @@ const s3 = (e) => {
|
|
|
8905
8905
|
{
|
|
8906
8906
|
className: e.hasLines ? sa.hasLinesBlock : "",
|
|
8907
8907
|
children: /* @__PURE__ */ st(
|
|
8908
|
-
|
|
8908
|
+
zf,
|
|
8909
8909
|
{
|
|
8910
8910
|
...o,
|
|
8911
8911
|
key: r,
|
|
@@ -8918,7 +8918,7 @@ const s3 = (e) => {
|
|
|
8918
8918
|
})
|
|
8919
8919
|
}
|
|
8920
8920
|
) });
|
|
8921
|
-
},
|
|
8921
|
+
}, Jf = (e) => {
|
|
8922
8922
|
const { content: t, title: n, slot_id: r } = e, o = e.slot_id && e.slot_id !== "Nota_1";
|
|
8923
8923
|
return t && t.length !== 0 && /* @__PURE__ */ a(me, { title: n, titleUrl: e.titleUrl, children: /* @__PURE__ */ a(
|
|
8924
8924
|
Et,
|
|
@@ -8953,17 +8953,17 @@ const s3 = (e) => {
|
|
|
8953
8953
|
})
|
|
8954
8954
|
}
|
|
8955
8955
|
) });
|
|
8956
|
-
},
|
|
8957
|
-
content:
|
|
8958
|
-
imageStyled:
|
|
8959
|
-
contentIcon:
|
|
8960
|
-
boxInformation:
|
|
8961
|
-
comment:
|
|
8962
|
-
title:
|
|
8963
|
-
authorName:
|
|
8964
|
-
},
|
|
8956
|
+
}, Zf = "_content_1mj79_1", Xf = "_imageStyled_1mj79_14", e2 = "_contentIcon_1mj79_23", t2 = "_boxInformation_1mj79_44", n2 = "_comment_1mj79_51", a2 = "_title_1mj79_60", r2 = "_authorName_1mj79_81", nt = {
|
|
8957
|
+
content: Zf,
|
|
8958
|
+
imageStyled: Xf,
|
|
8959
|
+
contentIcon: e2,
|
|
8960
|
+
boxInformation: t2,
|
|
8961
|
+
comment: n2,
|
|
8962
|
+
title: a2,
|
|
8963
|
+
authorName: r2
|
|
8964
|
+
}, o2 = async (e) => {
|
|
8965
8965
|
const { data: t } = e;
|
|
8966
|
-
return /* @__PURE__ */
|
|
8966
|
+
return /* @__PURE__ */ f("div", { className: nt.content, children: [
|
|
8967
8967
|
Array.isArray(t.authors) && t?.authors[0]?.image ? /* @__PURE__ */ a(
|
|
8968
8968
|
"img",
|
|
8969
8969
|
{
|
|
@@ -8974,7 +8974,7 @@ const s3 = (e) => {
|
|
|
8974
8974
|
alt: t?.authors[0]?.fullname
|
|
8975
8975
|
}
|
|
8976
8976
|
) : /* @__PURE__ */ a("div", { className: nt.contentIcon, children: e.autorIcon }),
|
|
8977
|
-
/* @__PURE__ */
|
|
8977
|
+
/* @__PURE__ */ f("div", { className: nt.boxInformation, children: [
|
|
8978
8978
|
/* @__PURE__ */ a("p", { className: nt.authorName, children: t?.authors[0]?.internaluser ? /* @__PURE__ */ a(
|
|
8979
8979
|
B,
|
|
8980
8980
|
{
|
|
@@ -8994,7 +8994,7 @@ const s3 = (e) => {
|
|
|
8994
8994
|
/* @__PURE__ */ a("p", { className: nt.comment, children: t?.main?.subtitle?.striped })
|
|
8995
8995
|
] })
|
|
8996
8996
|
] });
|
|
8997
|
-
},
|
|
8997
|
+
}, s2 = (e) => {
|
|
8998
8998
|
const t = e.slot_id && e.slot_id !== "Nota_1";
|
|
8999
8999
|
return /* @__PURE__ */ a(me, { titleUrl: e.titleUrl, title: e.title, children: /* @__PURE__ */ a(
|
|
9000
9000
|
Et,
|
|
@@ -9015,7 +9015,7 @@ const s3 = (e) => {
|
|
|
9015
9015
|
}
|
|
9016
9016
|
};
|
|
9017
9017
|
return /* @__PURE__ */ a(
|
|
9018
|
-
|
|
9018
|
+
o2,
|
|
9019
9019
|
{
|
|
9020
9020
|
autorIcon: e.autorIcon,
|
|
9021
9021
|
data: o,
|
|
@@ -9026,11 +9026,11 @@ const s3 = (e) => {
|
|
|
9026
9026
|
})
|
|
9027
9027
|
}
|
|
9028
9028
|
) });
|
|
9029
|
-
},
|
|
9030
|
-
content:
|
|
9031
|
-
newsContentSection:
|
|
9032
|
-
itemContent:
|
|
9033
|
-
ItemCustomContent:
|
|
9029
|
+
}, i2 = "_content_1elhb_1", c2 = "_newsContentSection_1elhb_5", l2 = "_itemContent_1elhb_10", d2 = "_ItemCustomContent_1elhb_16", Ye = {
|
|
9030
|
+
content: i2,
|
|
9031
|
+
newsContentSection: c2,
|
|
9032
|
+
itemContent: l2,
|
|
9033
|
+
ItemCustomContent: d2
|
|
9034
9034
|
}, ia = (e) => {
|
|
9035
9035
|
const { item: t, option: n } = e;
|
|
9036
9036
|
switch (n) {
|
|
@@ -9111,7 +9111,7 @@ const s3 = (e) => {
|
|
|
9111
9111
|
showNext: !(t.length < e.NEWS_PER_SECTION)
|
|
9112
9112
|
}
|
|
9113
9113
|
),
|
|
9114
|
-
children: Array.isArray(t) && t?.map((u, h) => /* @__PURE__ */
|
|
9114
|
+
children: Array.isArray(t) && t?.map((u, h) => /* @__PURE__ */ f(gn, { children: [
|
|
9115
9115
|
d.includes(h + 1) && /* @__PURE__ */ a("div", { className: Ye.itemContent + " banner-context", children: /* @__PURE__ */ a(
|
|
9116
9116
|
ge,
|
|
9117
9117
|
{
|
|
@@ -9174,7 +9174,7 @@ const s3 = (e) => {
|
|
|
9174
9174
|
showNext: !(t.length < e.NEWS_PER_SECTION)
|
|
9175
9175
|
}
|
|
9176
9176
|
),
|
|
9177
|
-
children: Array.isArray(t) && t?.map((u, h) => /* @__PURE__ */
|
|
9177
|
+
children: Array.isArray(t) && t?.map((u, h) => /* @__PURE__ */ f(gn, { children: [
|
|
9178
9178
|
d.includes(h + 1) && /* @__PURE__ */ a("div", { className: Ye.itemContent, children: /* @__PURE__ */ a(
|
|
9179
9179
|
ge,
|
|
9180
9180
|
{
|
|
@@ -9222,9 +9222,9 @@ const s3 = (e) => {
|
|
|
9222
9222
|
default:
|
|
9223
9223
|
return /* @__PURE__ */ a(K, {});
|
|
9224
9224
|
}
|
|
9225
|
-
},
|
|
9226
|
-
content:
|
|
9227
|
-
contactInfoContent:
|
|
9225
|
+
}, u2 = "_content_gwsqy_1", h2 = "_contactInfoContent_gwsqy_7", mr = {
|
|
9226
|
+
content: u2,
|
|
9227
|
+
contactInfoContent: h2
|
|
9228
9228
|
}, u3 = (e) => {
|
|
9229
9229
|
const { data: t } = e;
|
|
9230
9230
|
return /* @__PURE__ */ a("section", { className: mr.content, children: t.map((n, r) => /* @__PURE__ */ a(
|
|
@@ -9237,27 +9237,27 @@ const s3 = (e) => {
|
|
|
9237
9237
|
},
|
|
9238
9238
|
r
|
|
9239
9239
|
)) });
|
|
9240
|
-
},
|
|
9241
|
-
tagContent:
|
|
9242
|
-
contentLayout2:
|
|
9243
|
-
contentHeader:
|
|
9244
|
-
},
|
|
9245
|
-
content:
|
|
9246
|
-
},
|
|
9240
|
+
}, m2 = "_tagContent_ee6yw_1", f2 = "_contentLayout2_ee6yw_9", g2 = "_contentHeader_ee6yw_42", ca = {
|
|
9241
|
+
tagContent: m2,
|
|
9242
|
+
contentLayout2: f2,
|
|
9243
|
+
contentHeader: g2
|
|
9244
|
+
}, p2 = "_content_1rbrt_1", A2 = {
|
|
9245
|
+
content: p2
|
|
9246
|
+
}, y2 = ({ children: e, className: t = "" }) => /* @__PURE__ */ a(
|
|
9247
9247
|
"div",
|
|
9248
9248
|
{
|
|
9249
|
-
className: `content-layout-2 ${
|
|
9249
|
+
className: `content-layout-2 ${A2.content} ${t}`,
|
|
9250
9250
|
children: e
|
|
9251
9251
|
}
|
|
9252
|
-
),
|
|
9253
|
-
container:
|
|
9254
|
-
note:
|
|
9255
|
-
commercial:
|
|
9256
|
-
commercialContent:
|
|
9257
|
-
complement:
|
|
9258
|
-
},
|
|
9252
|
+
), w2 = "_container_1insg_1", v2 = "_note_1insg_10", b2 = "_commercial_1insg_50", C2 = "_commercialContent_1insg_67", _2 = "_complement_1insg_83", Lt = {
|
|
9253
|
+
container: w2,
|
|
9254
|
+
note: v2,
|
|
9255
|
+
commercial: b2,
|
|
9256
|
+
commercialContent: C2,
|
|
9257
|
+
complement: _2
|
|
9258
|
+
}, N2 = (e) => /* @__PURE__ */ f("section", { className: Lt.container, children: [
|
|
9259
9259
|
/* @__PURE__ */ a("div", { className: Lt.note, children: e.children }),
|
|
9260
|
-
/* @__PURE__ */ a("div", { className: Lt.commercial, children: /* @__PURE__ */
|
|
9260
|
+
/* @__PURE__ */ a("div", { className: Lt.commercial, children: /* @__PURE__ */ f("div", { className: Lt.commercialContent, children: [
|
|
9261
9261
|
e.slug === "liveblogs" && /* @__PURE__ */ a(V1, { itemList: e.itemList }),
|
|
9262
9262
|
e.bannerTop,
|
|
9263
9263
|
/* @__PURE__ */ a(
|
|
@@ -9277,7 +9277,7 @@ const s3 = (e) => {
|
|
|
9277
9277
|
/* @__PURE__ */ a("div", { style: { position: "sticky", top: "110px" }, children: e.banner })
|
|
9278
9278
|
] }) }),
|
|
9279
9279
|
/* @__PURE__ */ a("div", { className: Lt.complement, children: e.complement })
|
|
9280
|
-
] }),
|
|
9280
|
+
] }), S2 = (e) => {
|
|
9281
9281
|
const t = {
|
|
9282
9282
|
...e.news[0],
|
|
9283
9283
|
config: {
|
|
@@ -9363,19 +9363,19 @@ const s3 = (e) => {
|
|
|
9363
9363
|
}
|
|
9364
9364
|
);
|
|
9365
9365
|
}
|
|
9366
|
-
},
|
|
9367
|
-
content:
|
|
9368
|
-
contentWithinCard:
|
|
9369
|
-
contentDate:
|
|
9370
|
-
dateInfo:
|
|
9371
|
-
dot:
|
|
9372
|
-
contentTitle:
|
|
9373
|
-
contentTextList:
|
|
9374
|
-
contentButton:
|
|
9375
|
-
linkStyled:
|
|
9376
|
-
},
|
|
9377
|
-
content:
|
|
9378
|
-
},
|
|
9366
|
+
}, E2 = "_content_jrssz_1", x2 = "_contentWithinCard_jrssz_7", T2 = "_contentDate_jrssz_13", I2 = "_dateInfo_jrssz_20", k2 = "_dot_jrssz_30", U2 = "_contentTitle_jrssz_38", R2 = "_contentTextList_jrssz_47", q2 = "_contentButton_jrssz_101", L2 = "_linkStyled_jrssz_107", We = {
|
|
9367
|
+
content: E2,
|
|
9368
|
+
contentWithinCard: x2,
|
|
9369
|
+
contentDate: T2,
|
|
9370
|
+
dateInfo: I2,
|
|
9371
|
+
dot: k2,
|
|
9372
|
+
contentTitle: U2,
|
|
9373
|
+
contentTextList: R2,
|
|
9374
|
+
contentButton: q2,
|
|
9375
|
+
linkStyled: L2
|
|
9376
|
+
}, B2 = "_content_ifkxj_1", O2 = {
|
|
9377
|
+
content: B2
|
|
9378
|
+
}, P2 = (e) => /* @__PURE__ */ a("section", { className: O2.content, id: e.id, children: e.children }), D2 = (e) => e.replace(/<p>(\s| )+<\/p>/g, ""), M2 = (e) => {
|
|
9379
9379
|
const t = /src="\/(.*?)"/g;
|
|
9380
9380
|
return e.replace(t, `src="${pn()}/$1"`);
|
|
9381
9381
|
}, fr = {
|
|
@@ -9385,13 +9385,13 @@ const s3 = (e) => {
|
|
|
9385
9385
|
10: 4,
|
|
9386
9386
|
13: 5
|
|
9387
9387
|
};
|
|
9388
|
-
function
|
|
9388
|
+
function j2(e) {
|
|
9389
9389
|
return e.replace(
|
|
9390
9390
|
/<script[^>]*src=["']https:\/\/platform\.twitter\.com\/widgets\.js["'][^>]*><\/script>/gi,
|
|
9391
9391
|
""
|
|
9392
9392
|
);
|
|
9393
9393
|
}
|
|
9394
|
-
const
|
|
9394
|
+
const Q2 = async ({
|
|
9395
9395
|
itemList: e,
|
|
9396
9396
|
slug: t,
|
|
9397
9397
|
banners: n,
|
|
@@ -9399,9 +9399,9 @@ const Qf = async ({
|
|
|
9399
9399
|
}) => {
|
|
9400
9400
|
if (!e || e.length === 0 || !e[0]) return;
|
|
9401
9401
|
const o = e[0].list?.items?.map((s) => {
|
|
9402
|
-
const i =
|
|
9403
|
-
let c =
|
|
9404
|
-
return c =
|
|
9402
|
+
const i = D2(s.body.rendered);
|
|
9403
|
+
let c = M2(i);
|
|
9404
|
+
return c = j2(c), {
|
|
9405
9405
|
...s,
|
|
9406
9406
|
body: {
|
|
9407
9407
|
...s.body,
|
|
@@ -9409,9 +9409,9 @@ const Qf = async ({
|
|
|
9409
9409
|
}
|
|
9410
9410
|
};
|
|
9411
9411
|
});
|
|
9412
|
-
return /* @__PURE__ */ a("section", { className: We.content, id: "block-notes-list", children: o?.map((s, i) => /* @__PURE__ */
|
|
9413
|
-
/* @__PURE__ */ a(
|
|
9414
|
-
s.date > 0 && /* @__PURE__ */
|
|
9412
|
+
return /* @__PURE__ */ a("section", { className: We.content, id: "block-notes-list", children: o?.map((s, i) => /* @__PURE__ */ f(gn, { children: [
|
|
9413
|
+
/* @__PURE__ */ a(P2, { id: `item-${i + 1}`, children: /* @__PURE__ */ f("div", { className: We.contentWithinCard, children: [
|
|
9414
|
+
s.date > 0 && /* @__PURE__ */ f("div", { className: We.contentDate, children: [
|
|
9415
9415
|
/* @__PURE__ */ a(
|
|
9416
9416
|
"span",
|
|
9417
9417
|
{
|
|
@@ -9462,7 +9462,7 @@ const Qf = async ({
|
|
|
9462
9462
|
i
|
|
9463
9463
|
)
|
|
9464
9464
|
] }, i)) });
|
|
9465
|
-
},
|
|
9465
|
+
}, G2 = {
|
|
9466
9466
|
FaceBook: "facebook",
|
|
9467
9467
|
Instagram: "instagram",
|
|
9468
9468
|
WhatsApp: "whatsapp",
|
|
@@ -9473,8 +9473,8 @@ const Qf = async ({
|
|
|
9473
9473
|
Podcast: "podcast",
|
|
9474
9474
|
Telegram: "telegram"
|
|
9475
9475
|
};
|
|
9476
|
-
function
|
|
9477
|
-
return e && e !== "" && /* @__PURE__ */
|
|
9476
|
+
function H2({ url: e }) {
|
|
9477
|
+
return e && e !== "" && /* @__PURE__ */ f(B, { href: e, className: de.googleProfileButton, children: [
|
|
9478
9478
|
/* @__PURE__ */ a(
|
|
9479
9479
|
"svg",
|
|
9480
9480
|
{
|
|
@@ -9492,31 +9492,31 @@ function Hf({ url: e }) {
|
|
|
9492
9492
|
}
|
|
9493
9493
|
),
|
|
9494
9494
|
"Síguenos en",
|
|
9495
|
-
/* @__PURE__ */ a(
|
|
9495
|
+
/* @__PURE__ */ a(z2, {})
|
|
9496
9496
|
] });
|
|
9497
9497
|
}
|
|
9498
|
-
const
|
|
9498
|
+
const z2 = () => /* @__PURE__ */ f("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 272 92", width: "272", height: "92", children: [
|
|
9499
9499
|
/* @__PURE__ */ a("path", { fill: "#EA4335", d: "M115.75 47.18c0 12.77-9.99 22.18-22.25 22.18s-22.25-9.41-22.25-22.18C71.25 34.32 81.24 25 93.5 25s22.25 9.32 22.25 22.18zm-9.74 0c0-7.98-5.79-13.44-12.51-13.44S80.99 39.2 80.99 47.18c0 7.9 5.79 13.44 12.51 13.44s12.51-5.55 12.51-13.44z" }),
|
|
9500
9500
|
/* @__PURE__ */ a("path", { fill: "#FBBC05", d: "M163.75 47.18c0 12.77-9.99 22.18-22.25 22.18s-22.25-9.41-22.25-22.18c0-12.85 9.99-22.18 22.25-22.18s22.25 9.32 22.25 22.18zm-9.74 0c0-7.98-5.79-13.44-12.51-13.44s-12.51 5.46-12.51 13.44c0 7.9 5.79 13.44 12.51 13.44s12.51-5.55 12.51-13.44z" }),
|
|
9501
9501
|
/* @__PURE__ */ a("path", { fill: "#4285F4", d: "M209.75 26.34v39.82c0 16.38-9.66 23.07-21.08 23.07-10.75 0-17.22-7.19-19.66-13.07l8.48-3.53c1.51 3.61 5.21 7.87 11.17 7.87 7.31 0 11.84-4.51 11.84-13v-3.19h-.34c-2.18 2.69-6.38 5.04-11.68 5.04-11.09 0-21.25-9.66-21.25-22.09 0-12.52 10.16-22.26 21.25-22.26 5.29 0 9.49 2.35 11.68 4.96h.34v-3.61h9.25zm-8.56 20.92c0-7.81-5.21-13.52-11.84-13.52-6.72 0-12.35 5.71-12.35 13.52 0 7.73 5.63 13.36 12.35 13.36 6.63 0 11.84-5.63 11.84-13.36z" }),
|
|
9502
9502
|
/* @__PURE__ */ a("path", { fill: "#34A853", d: "M225 3v65h-9.5V3h9.5z" }),
|
|
9503
9503
|
/* @__PURE__ */ a("path", { fill: "#EA4335", d: "M262.02 54.48l7.56 5.04c-2.44 3.61-8.32 9.83-18.48 9.83-12.6 0-22.01-9.74-22.01-22.18 0-13.19 9.49-22.18 20.92-22.18 11.51 0 17.14 9.16 18.98 14.11l1.01 2.52-29.65 12.28c2.27 4.45 5.8 6.72 10.75 6.72 4.96 0 8.4-2.44 10.92-6.14zm-23.27-7.98l19.82-8.23c-1.09-2.77-4.37-4.7-8.23-4.7-4.95 0-11.84 4.37-11.59 12.93z" }),
|
|
9504
9504
|
/* @__PURE__ */ a("path", { fill: "#4285F4", d: "M35.29 41.41V32H67c.31 1.64.47 3.58.47 5.68 0 7.06-1.93 15.79-8.15 22.01-6.05 6.3-13.78 9.66-24.02 9.66C16.32 69.35.36 53.89.36 34.91.36 15.93 16.32.47 35.3.47c10.5 0 17.98 4.12 23.6 9.49l-6.64 6.64c-4.03-3.78-9.49-6.72-16.97-6.72-13.86 0-24.7 11.17-24.7 25.03 0 13.86 10.84 25.03 24.7 25.03 8.99 0 14.11-3.61 17.39-6.89 2.66-2.66 4.41-6.46 5.1-11.65l-22.49.01z" })
|
|
9505
|
-
] }),
|
|
9505
|
+
] }), V2 = async (e) => {
|
|
9506
9506
|
if (!e.news || !e.news.authors) return null;
|
|
9507
9507
|
const { news: t, socials: n, texts: r } = e, o = t.authors.map(
|
|
9508
9508
|
(c) => c.internaluser ? `<a href="${`/${e.paths.autor}/${c.name}`}">${c.fullname}</a>` : c.fullname
|
|
9509
9509
|
).join(", "), s = () => t.authors.length === 1 ? de.width1Autor : t.authors.length === 2 ? de.width2Autor : t.authors.length === 3 ? de.width3Autor : "", { CONFIG_shareOnlyWhatsApp: i } = $();
|
|
9510
|
-
return t.config?.showauthor && /* @__PURE__ */ a("div", { className: de.content, children: /* @__PURE__ */
|
|
9511
|
-
i ? /* @__PURE__ */
|
|
9510
|
+
return t.config?.showauthor && /* @__PURE__ */ a("div", { className: de.content, children: /* @__PURE__ */ f("div", { className: de.avatarContent, children: [
|
|
9511
|
+
i ? /* @__PURE__ */ f(
|
|
9512
9512
|
"a",
|
|
9513
9513
|
{
|
|
9514
9514
|
className: de.whatsappLink,
|
|
9515
|
-
href: n[
|
|
9515
|
+
href: n[G2.WhatsApp].url,
|
|
9516
9516
|
rel: "noreferrer",
|
|
9517
9517
|
target: "_blank",
|
|
9518
9518
|
children: [
|
|
9519
|
-
/* @__PURE__ */
|
|
9519
|
+
/* @__PURE__ */ f(
|
|
9520
9520
|
"svg",
|
|
9521
9521
|
{
|
|
9522
9522
|
width: "30",
|
|
@@ -9550,8 +9550,8 @@ const zf = () => /* @__PURE__ */ m("svg", { xmlns: "http://www.w3.org/2000/svg",
|
|
|
9550
9550
|
children: /* @__PURE__ */ a(Md, { noteShare: e.noteShare })
|
|
9551
9551
|
}
|
|
9552
9552
|
),
|
|
9553
|
-
/* @__PURE__ */ a(
|
|
9554
|
-
/* @__PURE__ */
|
|
9553
|
+
/* @__PURE__ */ a(H2, { url: e.noteShare?.googleProfile ?? "" }),
|
|
9554
|
+
/* @__PURE__ */ f("section", { className: de.journalistSection, children: [
|
|
9555
9555
|
/* @__PURE__ */ a(
|
|
9556
9556
|
"div",
|
|
9557
9557
|
{
|
|
@@ -9592,17 +9592,17 @@ const zf = () => /* @__PURE__ */ m("svg", { xmlns: "http://www.w3.org/2000/svg",
|
|
|
9592
9592
|
)
|
|
9593
9593
|
] })
|
|
9594
9594
|
] }) });
|
|
9595
|
-
},
|
|
9596
|
-
content:
|
|
9597
|
-
journalistArticleContent:
|
|
9598
|
-
contentNews: $
|
|
9599
|
-
noteSource:
|
|
9600
|
-
},
|
|
9601
|
-
summaryContent:
|
|
9602
|
-
},
|
|
9595
|
+
}, F2 = "_content_zgckk_1", W2 = "_journalistArticleContent_zgckk_15", $2 = "_contentNews_zgckk_35", Y2 = "_noteSource_zgckk_392", Pt = {
|
|
9596
|
+
content: F2,
|
|
9597
|
+
journalistArticleContent: W2,
|
|
9598
|
+
contentNews: $2,
|
|
9599
|
+
noteSource: Y2
|
|
9600
|
+
}, K2 = "_summaryContent_wsypg_1", J2 = {
|
|
9601
|
+
summaryContent: K2
|
|
9602
|
+
}, Z2 = async ({ summary: e }) => e && e.rendered && /* @__PURE__ */ a(
|
|
9603
9603
|
"section",
|
|
9604
9604
|
{
|
|
9605
|
-
className:
|
|
9605
|
+
className: J2.summaryContent,
|
|
9606
9606
|
dangerouslySetInnerHTML: {
|
|
9607
9607
|
__html: e.rendered
|
|
9608
9608
|
}
|
|
@@ -9616,7 +9616,7 @@ const zf = () => /* @__PURE__ */ m("svg", { xmlns: "http://www.w3.org/2000/svg",
|
|
|
9616
9616
|
path: t,
|
|
9617
9617
|
imagesizes: r ? r[0]?.scale : "w:801,h:449,t:2;"
|
|
9618
9618
|
}))?.data.data[0]?.gallery ?? [];
|
|
9619
|
-
return /* @__PURE__ */
|
|
9619
|
+
return /* @__PURE__ */ f("div", { className: vn.content, children: [
|
|
9620
9620
|
/* @__PURE__ */ a(
|
|
9621
9621
|
Et,
|
|
9622
9622
|
{
|
|
@@ -9631,44 +9631,44 @@ const zf = () => /* @__PURE__ */ m("svg", { xmlns: "http://www.w3.org/2000/svg",
|
|
|
9631
9631
|
/* @__PURE__ */ a("div", { className: vn.description, children: s && s[0]?.description })
|
|
9632
9632
|
] });
|
|
9633
9633
|
};
|
|
9634
|
-
function
|
|
9634
|
+
function X2(e) {
|
|
9635
9635
|
const t = e.children, n = `${e.slot_id}-`, r = e.visibleItems, o = e.cardGap ?? 20;
|
|
9636
9636
|
function s(c) {
|
|
9637
9637
|
const d = [], l = [];
|
|
9638
9638
|
let u = "", h = !0;
|
|
9639
|
-
for (let
|
|
9640
|
-
const p = `[data-index="${
|
|
9639
|
+
for (let m = 0; m < c; m++) {
|
|
9640
|
+
const p = `[data-index="${m}"]:checked ~ .carrousel-pagination li:nth-child(${m + 1}) {
|
|
9641
9641
|
background-color:var(--carrousel-pagination-background-color)
|
|
9642
9642
|
}`;
|
|
9643
9643
|
u += `
|
|
9644
9644
|
.${n}.carrousel-container {
|
|
9645
9645
|
${p}
|
|
9646
|
-
[data-index="${
|
|
9647
|
-
transform: translate(-${
|
|
9646
|
+
[data-index="${m}"]:checked ~ .carrousel-ssr {
|
|
9647
|
+
transform: translate(-${m * (100 + o) + "%"});
|
|
9648
9648
|
transition: transform 300ms;
|
|
9649
9649
|
}
|
|
9650
|
-
[data-index="${
|
|
9651
|
-
${
|
|
9650
|
+
[data-index="${m + 1}"]:checked ~ .visible-arrow.left[data-index="${m}"]
|
|
9651
|
+
${m < c - 1 ? `,[data-index="${m}"]:checked ~ .visible-arrow.right[data-index="${m}"]` : ""} {
|
|
9652
9652
|
display: flex;
|
|
9653
9653
|
}
|
|
9654
9654
|
}
|
|
9655
|
-
`,
|
|
9655
|
+
`, m > c - (r + 1) && (u += `
|
|
9656
9656
|
@media (min-width:900px) {
|
|
9657
9657
|
.${n}.carrousel-container {
|
|
9658
|
-
[data-index="${
|
|
9658
|
+
[data-index="${m}"]:checked ~ .visible-arrow.right[data-index="${m}"] {
|
|
9659
9659
|
display:none!important;
|
|
9660
9660
|
}
|
|
9661
9661
|
}
|
|
9662
9662
|
}`), d.push(
|
|
9663
|
-
`<input type="radio" name="${n + "card"}" ${h ? "checked" : ""} id="${n + "input-check-" +
|
|
9663
|
+
`<input type="radio" name="${n + "card"}" ${h ? "checked" : ""} id="${n + "input-check-" + m}" data-index="${m}" />`
|
|
9664
9664
|
), l.push(`
|
|
9665
|
-
<label for="${n + "input-check-" +
|
|
9665
|
+
<label for="${n + "input-check-" + m}" data-index="${m}" class="visible-arrow left">
|
|
9666
9666
|
<svg width="16" height="16" view-box="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
|
|
9667
9667
|
<path d="M1 8.99973H12.17L7.29 13.8797C6.9 14.2697 6.9 14.9097 7.29 15.2997C7.68 15.6897 8.31 15.6897 8.7 15.2997L15.29 8.70973C15.68 8.31973 15.68 7.68973 15.29 7.29973L8.71 0.699727C8.32 0.309727 7.69 0.309727 7.3 0.699727C6.91 1.08973 6.91 1.71973 7.3 2.10973L12.17 6.99973H1C0.45 6.99973 0 7.44973 0 7.99973C0 8.54973 0.45 8.99973 1 8.99973Z" fill="currentColor" />
|
|
9668
9668
|
</svg>
|
|
9669
9669
|
</label>
|
|
9670
9670
|
|
|
9671
|
-
${
|
|
9671
|
+
${m < c - 1 ? `<label for="${n + "input-check-" + (m + 1)}" data-index="${m}" class="visible-arrow right">
|
|
9672
9672
|
<svg width="16" height="16" view-box="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
|
|
9673
9673
|
<path d="M1 8.99973H12.17L7.29 13.8797C6.9 14.2697 6.9 14.9097 7.29 15.2997C7.68 15.6897 8.31 15.6897 8.7 15.2997L15.29 8.70973C15.68 8.31973 15.68 7.68973 15.29 7.29973L8.71 0.699727C8.32 0.309727 7.69 0.309727 7.3 0.699727C6.91 1.08973 6.91 1.71973 7.3 2.10973L12.17 6.99973H1C0.45 6.99973 0 7.44973 0 7.99973C0 8.54973 0.45 8.99973 1 8.99973Z" fill="currentColor" />
|
|
9674
9674
|
</svg>
|
|
@@ -9724,17 +9724,57 @@ const e0 = (e) => /* @__PURE__ */ a(
|
|
|
9724
9724
|
/<iframe(?![^>]*\btitle=)[^>]*>/gi,
|
|
9725
9725
|
(n) => n.replace("<iframe", '<iframe title="frame custom content"')
|
|
9726
9726
|
), Io = async (e) => {
|
|
9727
|
-
const t = /<img\b[^>]*\bsrc=["']([^"']+)["']/g,
|
|
9728
|
-
|
|
9729
|
-
const
|
|
9730
|
-
|
|
9731
|
-
const c =
|
|
9732
|
-
|
|
9727
|
+
const { PUBLIC_IS_OFFLINE: t } = $(), n = t === "true", r = /<img\b[^>]*\bsrc=["']([^"']+)["']/g, o = [...e.matchAll(r)];
|
|
9728
|
+
if (!n) {
|
|
9729
|
+
const i = {};
|
|
9730
|
+
for (const c of o) {
|
|
9731
|
+
const d = c[1] ?? "", l = e.includes(d) ? { url: d } : null;
|
|
9732
|
+
if (l) {
|
|
9733
|
+
const u = await pe(l.url) || "";
|
|
9734
|
+
i[d] = u;
|
|
9735
|
+
}
|
|
9736
|
+
}
|
|
9737
|
+
return e.replace(
|
|
9738
|
+
r,
|
|
9739
|
+
(c, d) => `<img fetchPriority='low' loading='lazy' alt='imagen' src="${i[d] || d}"`
|
|
9740
|
+
);
|
|
9741
|
+
}
|
|
9742
|
+
const s = {};
|
|
9743
|
+
for (const i of o) {
|
|
9744
|
+
const c = i[1] ?? "", d = c.match(/__scale=([^&"']+)/), l = d ? decodeURIComponent(d[1]) : null;
|
|
9745
|
+
let u = 0, h = 0;
|
|
9746
|
+
if (l) {
|
|
9747
|
+
const w = l.match(/w:(\d+)/), C = l.match(/h:(\d+)/);
|
|
9748
|
+
u = w ? parseInt(w[1]) : 0, h = C ? parseInt(C[1]) : 0;
|
|
9733
9749
|
}
|
|
9750
|
+
const p = {
|
|
9751
|
+
preview: {
|
|
9752
|
+
sizes: [
|
|
9753
|
+
{
|
|
9754
|
+
scale: l || `w:${u},h:${h},t:2`,
|
|
9755
|
+
url: c,
|
|
9756
|
+
width: u,
|
|
9757
|
+
height: h
|
|
9758
|
+
}
|
|
9759
|
+
],
|
|
9760
|
+
original: {
|
|
9761
|
+
url: c.split("?")[0],
|
|
9762
|
+
// URL sin parámetros
|
|
9763
|
+
width: u,
|
|
9764
|
+
height: h
|
|
9765
|
+
},
|
|
9766
|
+
copyright: !1,
|
|
9767
|
+
description: "imagen",
|
|
9768
|
+
photographer: !1
|
|
9769
|
+
},
|
|
9770
|
+
isLarge: !1,
|
|
9771
|
+
priorityHigh: !1
|
|
9772
|
+
}, A = `<div data-hydrate="ImageOffline" data-props="${encodeURIComponent(JSON.stringify(p))}"><div class="${Pt.imagePlaceholder || "_imagePlaceholder_ooa5j_98"}"></div></div>`;
|
|
9773
|
+
s[c] = A;
|
|
9734
9774
|
}
|
|
9735
9775
|
return e.replace(
|
|
9736
|
-
|
|
9737
|
-
(
|
|
9776
|
+
/<img\b[^>]*\bsrc=["']([^"']+)["'][^>]*>/g,
|
|
9777
|
+
(i, c) => s[c] || i
|
|
9738
9778
|
);
|
|
9739
9779
|
}, a0 = (e, t) => {
|
|
9740
9780
|
const n = {
|
|
@@ -9776,8 +9816,8 @@ const e0 = (e) => /* @__PURE__ */ a(
|
|
|
9776
9816
|
(g) => g[1]
|
|
9777
9817
|
).map(
|
|
9778
9818
|
(g) => `<img fetchPriority='low' loading='lazy' alt='imagen' src="${g}" class="carrusel-note-item" width="800" height="469"/>`
|
|
9779
|
-
),
|
|
9780
|
-
slot_id:
|
|
9819
|
+
), m = "gallery_embeded" + d.toString(), p = X2({
|
|
9820
|
+
slot_id: m,
|
|
9781
9821
|
children: h,
|
|
9782
9822
|
visibleItems: 1,
|
|
9783
9823
|
cardGap: 0
|
|
@@ -9794,7 +9834,7 @@ const e0 = (e) => /* @__PURE__ */ a(
|
|
|
9794
9834
|
(S) => d.includes(S?.[0]?.info.link.internal || "")
|
|
9795
9835
|
);
|
|
9796
9836
|
if (!l || !l[0]) continue;
|
|
9797
|
-
const u = l[0].preview?.sizes?.[0], h = u ? await pe(u.url) : "",
|
|
9837
|
+
const u = l[0].preview?.sizes?.[0], h = u ? await pe(u.url) : "", m = l[0].info.section?.url ?? "#", p = l[0].info.section?.name ?? "Sección", g = l[0].info.link?.url ?? "#", A = l[0].main?.title.article ?? "Título", w = (await Promise.all(
|
|
9798
9838
|
l[0].preview?.sizes?.map(async (S, _) => {
|
|
9799
9839
|
const x = await pe(S.url);
|
|
9800
9840
|
return _ === 0 ? `<source srcset="${x}" media="(width >= 900px)"/>` : `<source srcset="${x}" media="(width < 900px)"/>`;
|
|
@@ -9806,7 +9846,7 @@ const e0 = (e) => /* @__PURE__ */ a(
|
|
|
9806
9846
|
<img fetchPriority='low' loading='lazy' src="${h}" alt="${t.noteRelatedImageAlt}" />
|
|
9807
9847
|
</picture>
|
|
9808
9848
|
<div>
|
|
9809
|
-
<a class="section" href="${
|
|
9849
|
+
<a class="section" href="${m}">${p}</a>
|
|
9810
9850
|
<a class="title" href="${g}">${A}</a>
|
|
9811
9851
|
</div>
|
|
9812
9852
|
</span>
|
|
@@ -9832,11 +9872,11 @@ async function s0(e, t) {
|
|
|
9832
9872
|
}
|
|
9833
9873
|
C !== -1 && C < S ? (d += 1, l = C + 4) : (d -= 1, l = S + 6);
|
|
9834
9874
|
}
|
|
9835
|
-
const h = l,
|
|
9875
|
+
const h = l, m = e.slice(i, h);
|
|
9836
9876
|
let p = null;
|
|
9837
9877
|
const g = /<span\b([^>]*)>/gi;
|
|
9838
9878
|
let A;
|
|
9839
|
-
for (; (A = g.exec(
|
|
9879
|
+
for (; (A = g.exec(m)) !== null; ) {
|
|
9840
9880
|
const C = A[1];
|
|
9841
9881
|
if (!C) break;
|
|
9842
9882
|
if (/data-type\s*=\s*["']?video["']?/i.test(C)) {
|
|
@@ -9848,7 +9888,7 @@ async function s0(e, t) {
|
|
|
9848
9888
|
}
|
|
9849
9889
|
}
|
|
9850
9890
|
if (!p) {
|
|
9851
|
-
const C =
|
|
9891
|
+
const C = m.match(/<span\b[^>]*data-src=["'][^"']+["'][^>]*>/i);
|
|
9852
9892
|
if (C) {
|
|
9853
9893
|
const S = C[0].match(/data-src\s*=\s*["']([^"']+)["']/i);
|
|
9854
9894
|
S && (p = S[1] ?? "");
|
|
@@ -9861,7 +9901,7 @@ async function s0(e, t) {
|
|
|
9861
9901
|
if (C && C.data) {
|
|
9862
9902
|
const _ = C.data.data[0];
|
|
9863
9903
|
let x = "";
|
|
9864
|
-
const v =
|
|
9904
|
+
const v = m.match(
|
|
9865
9905
|
/<span\b[^>]*class=["']video__title["'][^>]*>([\s\S]*?)<\/span>/i
|
|
9866
9906
|
), T = v && v[1] ? v[1].trim() : "";
|
|
9867
9907
|
_.info && _.info.type === "video-youtube" ? x = `<iframe
|
|
@@ -9892,7 +9932,7 @@ async function s0(e, t) {
|
|
|
9892
9932
|
console.error("insertVideos error for", p, C), w = "";
|
|
9893
9933
|
}
|
|
9894
9934
|
else
|
|
9895
|
-
w =
|
|
9935
|
+
w = m;
|
|
9896
9936
|
r = h, n += w, o.lastIndex = h;
|
|
9897
9937
|
}
|
|
9898
9938
|
return n += e.slice(r), n;
|
|
@@ -9914,7 +9954,7 @@ async function i0(e) {
|
|
|
9914
9954
|
r
|
|
9915
9955
|
), d = await s0(d, c), d = t0(d), d = n0(d);
|
|
9916
9956
|
const l = t.main.sources ?? [];
|
|
9917
|
-
return /* @__PURE__ */
|
|
9957
|
+
return /* @__PURE__ */ f("div", { className: Pt.content, children: [
|
|
9918
9958
|
o !== "liveblogs" && e.showHeaderImage ? t.hascontent?.hasgalleryimages ? /* @__PURE__ */ a(
|
|
9919
9959
|
To,
|
|
9920
9960
|
{
|
|
@@ -9923,8 +9963,8 @@ async function i0(e) {
|
|
|
9923
9963
|
}
|
|
9924
9964
|
) : /* @__PURE__ */ a(Co, { preview: t.preview }) : null,
|
|
9925
9965
|
/* @__PURE__ */ a(ge, { banners: n, name: "block_1" }),
|
|
9926
|
-
/* @__PURE__ */ a("div", { className:
|
|
9927
|
-
|
|
9966
|
+
/* @__PURE__ */ a("div", { className: Pt.journalistArticleContent, children: /* @__PURE__ */ a(
|
|
9967
|
+
V2,
|
|
9928
9968
|
{
|
|
9929
9969
|
autorIcon: e.autorIcon,
|
|
9930
9970
|
socials: i,
|
|
@@ -9934,18 +9974,18 @@ async function i0(e) {
|
|
|
9934
9974
|
paths: e.paths
|
|
9935
9975
|
}
|
|
9936
9976
|
) }),
|
|
9937
|
-
/* @__PURE__ */ a(
|
|
9977
|
+
/* @__PURE__ */ a(Z2, { summary: t.main.summary }),
|
|
9938
9978
|
/* @__PURE__ */ a(
|
|
9939
9979
|
"div",
|
|
9940
9980
|
{
|
|
9941
|
-
className:
|
|
9981
|
+
className: Pt.contentNews,
|
|
9942
9982
|
suppressHydrationWarning: !0,
|
|
9943
9983
|
id: "content-news-section",
|
|
9944
9984
|
dangerouslySetInnerHTML: { __html: d }
|
|
9945
9985
|
}
|
|
9946
9986
|
),
|
|
9947
9987
|
/* @__PURE__ */ a(
|
|
9948
|
-
|
|
9988
|
+
Q2,
|
|
9949
9989
|
{
|
|
9950
9990
|
texts: e.texts,
|
|
9951
9991
|
itemList: s,
|
|
@@ -9953,7 +9993,7 @@ async function i0(e) {
|
|
|
9953
9993
|
slug: o
|
|
9954
9994
|
}
|
|
9955
9995
|
),
|
|
9956
|
-
l.length > 0 && /* @__PURE__ */
|
|
9996
|
+
l.length > 0 && /* @__PURE__ */ f("div", { className: Pt.noteSource, children: [
|
|
9957
9997
|
/* @__PURE__ */ a(e0, {}),
|
|
9958
9998
|
/* @__PURE__ */ a("p", { children: e.texts.noteSource + (l.length === 1 ? "" : "s") + ": " + l.map((u) => u.name).join(", ") })
|
|
9959
9999
|
] })
|
|
@@ -9977,7 +10017,7 @@ const c0 = "_content_cu8lm_1", l0 = "_title_cu8lm_18", gr = {
|
|
|
9977
10017
|
const i = s[0], d = (Array.isArray(i?.videos) ? i.videos : []).find(
|
|
9978
10018
|
(l) => l?.type === "video-embedded"
|
|
9979
10019
|
);
|
|
9980
|
-
return d?.code ? /* @__PURE__ */
|
|
10020
|
+
return d?.code ? /* @__PURE__ */ f("div", { className: gr.content, children: [
|
|
9981
10021
|
/* @__PURE__ */ a(
|
|
9982
10022
|
"div",
|
|
9983
10023
|
{
|
|
@@ -10009,7 +10049,7 @@ const c0 = "_content_cu8lm_1", l0 = "_title_cu8lm_18", gr = {
|
|
|
10009
10049
|
const i = s[0], d = (Array.isArray(i?.videos) ? i.videos : []).find(
|
|
10010
10050
|
(l) => l?.type === "video-youtube"
|
|
10011
10051
|
);
|
|
10012
|
-
return !d?.code || typeof d.code != "string" ? null : /* @__PURE__ */
|
|
10052
|
+
return !d?.code || typeof d.code != "string" ? null : /* @__PURE__ */ f("div", { className: zn.content, children: [
|
|
10013
10053
|
/* @__PURE__ */ a(
|
|
10014
10054
|
"iframe",
|
|
10015
10055
|
{
|
|
@@ -10160,8 +10200,8 @@ const c0 = "_content_cu8lm_1", l0 = "_title_cu8lm_18", gr = {
|
|
|
10160
10200
|
const { content: t, title: n, isVideo: r } = e;
|
|
10161
10201
|
if (!t || t.length === 0) return;
|
|
10162
10202
|
const o = t[0], s = t.slice(1), i = e.slot_id && e.slot_id !== "Nota_1";
|
|
10163
|
-
return o && s && /* @__PURE__ */
|
|
10164
|
-
/* @__PURE__ */ a("div", { className: ct.headerSection, children: /* @__PURE__ */
|
|
10203
|
+
return o && s && /* @__PURE__ */ f(me, { title: n, titleUrl: e.titleUrl, children: [
|
|
10204
|
+
/* @__PURE__ */ a("div", { className: ct.headerSection, children: /* @__PURE__ */ f(
|
|
10165
10205
|
"a",
|
|
10166
10206
|
{
|
|
10167
10207
|
style: { "--heightImageOverwriteMobile": "200%" },
|
|
@@ -10169,7 +10209,7 @@ const c0 = "_content_cu8lm_1", l0 = "_title_cu8lm_18", gr = {
|
|
|
10169
10209
|
href: o?.info?.link?.url,
|
|
10170
10210
|
target: o?.info?.link?.target,
|
|
10171
10211
|
children: [
|
|
10172
|
-
/* @__PURE__ */
|
|
10212
|
+
/* @__PURE__ */ f("div", { className: ct.blockHeadContainer, children: [
|
|
10173
10213
|
/* @__PURE__ */ a("p", { className: ct.title, children: o?.main?.title.home }),
|
|
10174
10214
|
o?.main?.subtitle?.rendered && /* @__PURE__ */ a("p", { className: ct.subtitle, children: o?.main?.subtitle?.striped })
|
|
10175
10215
|
] }),
|
|
@@ -10177,7 +10217,7 @@ const c0 = "_content_cu8lm_1", l0 = "_title_cu8lm_18", gr = {
|
|
|
10177
10217
|
]
|
|
10178
10218
|
}
|
|
10179
10219
|
) }),
|
|
10180
|
-
/* @__PURE__ */
|
|
10220
|
+
/* @__PURE__ */ f("div", { className: ct.containerCards, children: [
|
|
10181
10221
|
/* @__PURE__ */ a("div", { className: "banner-context", style: { order: 1 }, children: e.banner }),
|
|
10182
10222
|
/* @__PURE__ */ a("div", { className: ct.newsContent, children: Array.isArray(s) && s.map((c, d) => {
|
|
10183
10223
|
const l = {
|
|
@@ -10205,17 +10245,17 @@ const c0 = "_content_cu8lm_1", l0 = "_title_cu8lm_18", gr = {
|
|
|
10205
10245
|
banner: (e) => /* @__PURE__ */ a(ge, { ...e, name: e.slot_id.replace("Home", "block") }),
|
|
10206
10246
|
readest: (e) => /* @__PURE__ */ a(ba, { ...e }),
|
|
10207
10247
|
"Modulo 1x3": (e) => /* @__PURE__ */ a(xo, { ...e }),
|
|
10208
|
-
"Modulo 1x4": (e) => /* @__PURE__ */ a(
|
|
10209
|
-
"Modulo 1x5": (e) => /* @__PURE__ */ a(
|
|
10248
|
+
"Modulo 1x4": (e) => /* @__PURE__ */ a(kf, { ...e }),
|
|
10249
|
+
"Modulo 1x5": (e) => /* @__PURE__ */ a(Lf, { ...e }),
|
|
10210
10250
|
"Destacado noticias": (e) => /* @__PURE__ */ a(Xm, { ...e }),
|
|
10211
10251
|
"Destacado full width": (e) => /* @__PURE__ */ a(k0, { ...e }),
|
|
10212
|
-
"Destacado videos": (e) => /* @__PURE__ */ a(
|
|
10213
|
-
"Carrusel card": (e) => /* @__PURE__ */ a(
|
|
10252
|
+
"Destacado videos": (e) => /* @__PURE__ */ a(Df, { ...e }),
|
|
10253
|
+
"Carrusel card": (e) => /* @__PURE__ */ a(Jf, { ...e }),
|
|
10214
10254
|
"Carrusel story": (e) => /* @__PURE__ */ a(v0, { ...e }),
|
|
10215
10255
|
"Carrusel owl": (e) => /* @__PURE__ */ a(b0, { ...e }),
|
|
10216
10256
|
"Modulo fotogaleria": (e) => /* @__PURE__ */ a(C0, { ...e }),
|
|
10217
|
-
"Carrusel opinion": (e) => /* @__PURE__ */ a(
|
|
10218
|
-
"Modulo 1x3 card": (e) => /* @__PURE__ */ a(
|
|
10257
|
+
"Carrusel opinion": (e) => /* @__PURE__ */ a(s2, { ...e }),
|
|
10258
|
+
"Modulo 1x3 card": (e) => /* @__PURE__ */ a(Kf, { ...e })
|
|
10219
10259
|
};
|
|
10220
10260
|
function ko({
|
|
10221
10261
|
component: e,
|
|
@@ -10309,14 +10349,14 @@ const yr = {
|
|
|
10309
10349
|
}) => {
|
|
10310
10350
|
const c = [], l = t, u = Object.keys(e).length / l;
|
|
10311
10351
|
for (let h = 1; h <= u; h++)
|
|
10312
|
-
for (let
|
|
10313
|
-
const p = "Home_" + h + "_" +
|
|
10352
|
+
for (let m = 1; m <= l; m++) {
|
|
10353
|
+
const p = "Home_" + h + "_" + m;
|
|
10314
10354
|
!e[p] || !e[p].blockSass || !e[p].blockSass[0] || !e[p].blockSass[0].value || !e[p].blockSass[0].block || e[p].blockSass[0].block === "No Mostrar" || c.push(
|
|
10315
|
-
/* @__PURE__ */
|
|
10355
|
+
/* @__PURE__ */ f(
|
|
10316
10356
|
wc,
|
|
10317
10357
|
{
|
|
10318
10358
|
show: !!e[p].content?.data,
|
|
10319
|
-
order: (h - 1) * l + (
|
|
10359
|
+
order: (h - 1) * l + (m - 1),
|
|
10320
10360
|
children: [
|
|
10321
10361
|
/* @__PURE__ */ a(
|
|
10322
10362
|
ko,
|
|
@@ -10339,12 +10379,12 @@ const yr = {
|
|
|
10339
10379
|
rt,
|
|
10340
10380
|
{
|
|
10341
10381
|
banners: s,
|
|
10342
|
-
index: "dynamic_" + h + "_" +
|
|
10382
|
+
index: "dynamic_" + h + "_" + m
|
|
10343
10383
|
}
|
|
10344
10384
|
) })
|
|
10345
10385
|
]
|
|
10346
10386
|
},
|
|
10347
|
-
h + "_" +
|
|
10387
|
+
h + "_" + m
|
|
10348
10388
|
)
|
|
10349
10389
|
);
|
|
10350
10390
|
}
|
|
@@ -10363,7 +10403,7 @@ const yr = {
|
|
|
10363
10403
|
data: s.slice(0, d),
|
|
10364
10404
|
paths: n.paths
|
|
10365
10405
|
});
|
|
10366
|
-
return /* @__PURE__ */
|
|
10406
|
+
return /* @__PURE__ */ f(K, { children: [
|
|
10367
10407
|
/* @__PURE__ */ a(
|
|
10368
10408
|
Vn,
|
|
10369
10409
|
{
|
|
@@ -10410,11 +10450,11 @@ const yr = {
|
|
|
10410
10450
|
itemList: c = [],
|
|
10411
10451
|
socials: d,
|
|
10412
10452
|
getVideos: l
|
|
10413
|
-
} = e, u = e.slug === "liveblogs", { SHOW_NEWS_MORE_NEWS: h, SHOW_NEWS_RELATED_NEWS:
|
|
10453
|
+
} = e, u = e.slug === "liveblogs", { SHOW_NEWS_MORE_NEWS: h, SHOW_NEWS_RELATED_NEWS: m } = $();
|
|
10414
10454
|
if (!(!s || !s[0]))
|
|
10415
|
-
return /* @__PURE__ */ a(K, { children: /* @__PURE__ */
|
|
10455
|
+
return /* @__PURE__ */ a(K, { children: /* @__PURE__ */ f(y2, { className: ca.contentLayout2, children: [
|
|
10416
10456
|
/* @__PURE__ */ a(
|
|
10417
|
-
|
|
10457
|
+
S2,
|
|
10418
10458
|
{
|
|
10419
10459
|
option: e.slug,
|
|
10420
10460
|
news: s,
|
|
@@ -10430,7 +10470,7 @@ const yr = {
|
|
|
10430
10470
|
}
|
|
10431
10471
|
),
|
|
10432
10472
|
/* @__PURE__ */ a(
|
|
10433
|
-
|
|
10473
|
+
N2,
|
|
10434
10474
|
{
|
|
10435
10475
|
texts: e.texts,
|
|
10436
10476
|
paths: e.paths,
|
|
@@ -10439,7 +10479,7 @@ const yr = {
|
|
|
10439
10479
|
ranking: n,
|
|
10440
10480
|
bannerTop: /* @__PURE__ */ a(ge, { banners: r ?? [], name: "right_1" }),
|
|
10441
10481
|
banner: /* @__PURE__ */ a(ge, { banners: r ?? [], name: "right_2" }),
|
|
10442
|
-
complement: /* @__PURE__ */
|
|
10482
|
+
complement: /* @__PURE__ */ f("div", { id: "comentarios", suppressHydrationWarning: !0, children: [
|
|
10443
10483
|
o.length > 0 && /* @__PURE__ */ a(
|
|
10444
10484
|
vm,
|
|
10445
10485
|
{
|
|
@@ -10465,7 +10505,7 @@ const yr = {
|
|
|
10465
10505
|
paths: e.paths
|
|
10466
10506
|
}
|
|
10467
10507
|
) }),
|
|
10468
|
-
/* @__PURE__ */
|
|
10508
|
+
/* @__PURE__ */ f(
|
|
10469
10509
|
"div",
|
|
10470
10510
|
{
|
|
10471
10511
|
style: {
|
|
@@ -10490,7 +10530,7 @@ const yr = {
|
|
|
10490
10530
|
}
|
|
10491
10531
|
),
|
|
10492
10532
|
/* @__PURE__ */ a(ht, { children: /* @__PURE__ */ a(rt, { banners: r, index: 2 }) }),
|
|
10493
|
-
|
|
10533
|
+
m && /* @__PURE__ */ f(K, { children: [
|
|
10494
10534
|
/* @__PURE__ */ a(
|
|
10495
10535
|
ko,
|
|
10496
10536
|
{
|
|
@@ -10507,7 +10547,7 @@ const yr = {
|
|
|
10507
10547
|
),
|
|
10508
10548
|
/* @__PURE__ */ a(ht, { children: /* @__PURE__ */ a(rt, { banners: r, index: 3 }) })
|
|
10509
10549
|
] }),
|
|
10510
|
-
h && /* @__PURE__ */
|
|
10550
|
+
h && /* @__PURE__ */ f(K, { children: [
|
|
10511
10551
|
/* @__PURE__ */ a(me, { title: e.texts.moreNewsTitle, children: /* @__PURE__ */ a(
|
|
10512
10552
|
"div",
|
|
10513
10553
|
{
|
|
@@ -10530,7 +10570,7 @@ const yr = {
|
|
|
10530
10570
|
}
|
|
10531
10571
|
)
|
|
10532
10572
|
] }),
|
|
10533
|
-
children: /* @__PURE__ */
|
|
10573
|
+
children: /* @__PURE__ */ f(
|
|
10534
10574
|
"section",
|
|
10535
10575
|
{
|
|
10536
10576
|
style: {
|
|
@@ -10570,7 +10610,7 @@ const yr = {
|
|
|
10570
10610
|
contentInfoWithoutImg: P0
|
|
10571
10611
|
}, D0 = async (e) => {
|
|
10572
10612
|
const t = e.img ? await pe(e.img) : "";
|
|
10573
|
-
return /* @__PURE__ */ a("section", { className: wt.content, children: /* @__PURE__ */
|
|
10613
|
+
return /* @__PURE__ */ a("section", { className: wt.content, children: /* @__PURE__ */ f(
|
|
10574
10614
|
"div",
|
|
10575
10615
|
{
|
|
10576
10616
|
className: `${wt.contentInfo} ${t ? "" : wt.contentInfoWithoutImg}`,
|
|
@@ -10612,7 +10652,7 @@ const yr = {
|
|
|
10612
10652
|
padding: e.sectionPadding ?? "",
|
|
10613
10653
|
"--backgroundColor": e.backgroundColor
|
|
10614
10654
|
},
|
|
10615
|
-
children: /* @__PURE__ */
|
|
10655
|
+
children: /* @__PURE__ */ f("div", { className: tn.contentInfo, children: [
|
|
10616
10656
|
/* @__PURE__ */ a(
|
|
10617
10657
|
"h1",
|
|
10618
10658
|
{
|
|
@@ -10696,7 +10736,7 @@ const yr = {
|
|
|
10696
10736
|
style: {
|
|
10697
10737
|
height: e.hasContent ? "218px" : "50vh"
|
|
10698
10738
|
},
|
|
10699
|
-
children: /* @__PURE__ */
|
|
10739
|
+
children: /* @__PURE__ */ f("div", { className: Bt.inputStyled, children: [
|
|
10700
10740
|
/* @__PURE__ */ a(
|
|
10701
10741
|
"input",
|
|
10702
10742
|
{
|
|
@@ -10725,14 +10765,14 @@ const yr = {
|
|
|
10725
10765
|
currentPage: d,
|
|
10726
10766
|
slug: l,
|
|
10727
10767
|
texts: u = {}
|
|
10728
|
-
} = e, h = [5, 10, 15],
|
|
10768
|
+
} = e, h = [5, 10, 15], m = {
|
|
10729
10769
|
5: 1,
|
|
10730
10770
|
10: 2,
|
|
10731
10771
|
15: 3
|
|
10732
10772
|
};
|
|
10733
10773
|
switch (n) {
|
|
10734
10774
|
case "op1":
|
|
10735
|
-
return /* @__PURE__ */ a(K, { children: /* @__PURE__ */
|
|
10775
|
+
return /* @__PURE__ */ a(K, { children: /* @__PURE__ */ f(sr, { children: [
|
|
10736
10776
|
/* @__PURE__ */ a(tu, { autor: r[0], autorIcon: e.autorIcon }),
|
|
10737
10777
|
/* @__PURE__ */ a(
|
|
10738
10778
|
_o,
|
|
@@ -10759,7 +10799,7 @@ const yr = {
|
|
|
10759
10799
|
showNext: !(t.length < e.newsListLimit)
|
|
10760
10800
|
}
|
|
10761
10801
|
),
|
|
10762
|
-
children: Array.isArray(t) && t?.map((p, g) => /* @__PURE__ */
|
|
10802
|
+
children: Array.isArray(t) && t?.map((p, g) => /* @__PURE__ */ f(gn, { children: [
|
|
10763
10803
|
h.includes(g + 1) && /* @__PURE__ */ a(
|
|
10764
10804
|
"div",
|
|
10765
10805
|
{
|
|
@@ -10768,7 +10808,7 @@ const yr = {
|
|
|
10768
10808
|
ge,
|
|
10769
10809
|
{
|
|
10770
10810
|
banners: s ?? [],
|
|
10771
|
-
name: `block_2_${
|
|
10811
|
+
name: `block_2_${m[g + 1]}`
|
|
10772
10812
|
}
|
|
10773
10813
|
)
|
|
10774
10814
|
}
|
|
@@ -10814,9 +10854,9 @@ const yr = {
|
|
|
10814
10854
|
)
|
|
10815
10855
|
] }) });
|
|
10816
10856
|
case "op2":
|
|
10817
|
-
return /* @__PURE__ */ a(K, { children: /* @__PURE__ */
|
|
10857
|
+
return /* @__PURE__ */ a(K, { children: /* @__PURE__ */ f(sr, { children: [
|
|
10818
10858
|
/* @__PURE__ */ a(hu, { autor: r[0], autorIcon: e.autorIcon }),
|
|
10819
|
-
Array.isArray(t) ? /* @__PURE__ */
|
|
10859
|
+
Array.isArray(t) ? /* @__PURE__ */ f(K, { children: [
|
|
10820
10860
|
/* @__PURE__ */ a(
|
|
10821
10861
|
xo,
|
|
10822
10862
|
{
|
|
@@ -10887,9 +10927,9 @@ const yr = {
|
|
|
10887
10927
|
backDropAux: hg
|
|
10888
10928
|
}, vr = async (e) => {
|
|
10889
10929
|
const { size: t = "longer", video: n } = e, r = n.main.image.sizes[0]?.url ?? "";
|
|
10890
|
-
return /* @__PURE__ */ a("figure", { className: Ot.figure, children: /* @__PURE__ */
|
|
10930
|
+
return /* @__PURE__ */ a("figure", { className: Ot.figure, children: /* @__PURE__ */ f("span", { className: Ot.backdrop, children: [
|
|
10891
10931
|
/* @__PURE__ */ a("span", { className: Ot.backDropAux }),
|
|
10892
|
-
/* @__PURE__ */ a(B, { href: n.info.link.url, target: n.info.link.target, children: /* @__PURE__ */
|
|
10932
|
+
/* @__PURE__ */ a(B, { href: n.info.link.url, target: n.info.link.target, children: /* @__PURE__ */ f("div", { children: [
|
|
10893
10933
|
n.main.image.sizes.map(async (o, s) => o.width >= 580 ? /* @__PURE__ */ a(
|
|
10894
10934
|
"source",
|
|
10895
10935
|
{
|
|
@@ -10919,7 +10959,7 @@ const yr = {
|
|
|
10919
10959
|
] }) });
|
|
10920
10960
|
}, mg = (e) => {
|
|
10921
10961
|
const { videos: t } = e;
|
|
10922
|
-
return /* @__PURE__ */ a("div", { className: wr.content, children: /* @__PURE__ */ a(
|
|
10962
|
+
return /* @__PURE__ */ a("div", { className: wr.content, children: /* @__PURE__ */ a(Vt, { children: /* @__PURE__ */ a(me, { title: "Videos", isTitle: !0, children: /* @__PURE__ */ f("div", { className: wr.videoContent, children: [
|
|
10923
10963
|
/* @__PURE__ */ a(vr, { video: t[0] }),
|
|
10924
10964
|
/* @__PURE__ */ a("div", { style: { display: "flex", flexDirection: "column" }, children: t.slice(1).map((n, r) => /* @__PURE__ */ a(
|
|
10925
10965
|
vr,
|
|
@@ -10948,7 +10988,7 @@ const yr = {
|
|
|
10948
10988
|
{
|
|
10949
10989
|
href: t.info.link.url ? t.info.link.url : void 0,
|
|
10950
10990
|
target: t.info.link.target,
|
|
10951
|
-
children: /* @__PURE__ */
|
|
10991
|
+
children: /* @__PURE__ */ f("section", { className: br.container, children: [
|
|
10952
10992
|
/* @__PURE__ */ a(
|
|
10953
10993
|
Ue,
|
|
10954
10994
|
{
|
|
@@ -10967,9 +11007,9 @@ const yr = {
|
|
|
10967
11007
|
const t = () => e?.video.main.author ? `${e?.video.main.author} - ${Me(
|
|
10968
11008
|
e.video.info.date.created
|
|
10969
11009
|
)}` : e?.video.main.author;
|
|
10970
|
-
return /* @__PURE__ */ a("div", { className: lt.content, children: /* @__PURE__ */ a(
|
|
11010
|
+
return /* @__PURE__ */ a("div", { className: lt.content, children: /* @__PURE__ */ a(Vt, { className: lt.contentLatout, children: /* @__PURE__ */ a(me, { title: "Videos", isTitle: !0, children: /* @__PURE__ */ f("div", { className: lt.videoContent, children: [
|
|
10971
11011
|
/* @__PURE__ */ a(_g, { video: e.video }),
|
|
10972
|
-
/* @__PURE__ */
|
|
11012
|
+
/* @__PURE__ */ f("div", { className: lt.articleSection, children: [
|
|
10973
11013
|
/* @__PURE__ */ a(
|
|
10974
11014
|
B,
|
|
10975
11015
|
{
|
|
@@ -11005,8 +11045,8 @@ function v3({ containerId: e, containerId2: t }) {
|
|
|
11005
11045
|
const s = r?.querySelectorAll("script[src]") ?? [], i = o?.querySelectorAll("script[src]") ?? [];
|
|
11006
11046
|
[...s, ...i].forEach((u) => {
|
|
11007
11047
|
const h = document.createElement("script");
|
|
11008
|
-
Array.from(u.attributes).forEach((
|
|
11009
|
-
h.setAttribute(
|
|
11048
|
+
Array.from(u.attributes).forEach((m) => {
|
|
11049
|
+
h.setAttribute(m.name, m.value);
|
|
11010
11050
|
}), u.replaceWith(h);
|
|
11011
11051
|
});
|
|
11012
11052
|
const d = document.querySelectorAll(
|
|
@@ -11044,7 +11084,7 @@ const Sg = (e) => {
|
|
|
11044
11084
|
if (!i.length || !i[0]?.url || i[0]?.url === "")
|
|
11045
11085
|
return /* @__PURE__ */ a("div", { className: se.imagePlaceholder });
|
|
11046
11086
|
const { PUBLIC_API_HOST: c, PUBLIC_ENV: d } = $();
|
|
11047
|
-
return /* @__PURE__ */ a("figure", { className: se.figure, children: /* @__PURE__ */
|
|
11087
|
+
return /* @__PURE__ */ a("figure", { className: se.figure, children: /* @__PURE__ */ f("span", { className: se.backdrop, children: [
|
|
11048
11088
|
/* @__PURE__ */ a(
|
|
11049
11089
|
"span",
|
|
11050
11090
|
{
|
|
@@ -11054,7 +11094,7 @@ const Sg = (e) => {
|
|
|
11054
11094
|
}
|
|
11055
11095
|
}
|
|
11056
11096
|
),
|
|
11057
|
-
/* @__PURE__ */
|
|
11097
|
+
/* @__PURE__ */ f("picture", { children: [
|
|
11058
11098
|
/* @__PURE__ */ a(
|
|
11059
11099
|
"img",
|
|
11060
11100
|
{
|
|
@@ -11068,7 +11108,7 @@ const Sg = (e) => {
|
|
|
11068
11108
|
}
|
|
11069
11109
|
}
|
|
11070
11110
|
),
|
|
11071
|
-
t && /* @__PURE__ */
|
|
11111
|
+
t && /* @__PURE__ */ f(K, { children: [
|
|
11072
11112
|
/* @__PURE__ */ a(
|
|
11073
11113
|
"div",
|
|
11074
11114
|
{
|
|
@@ -11182,10 +11222,10 @@ const Sg = (e) => {
|
|
|
11182
11222
|
}), h = await fetch(`/api/get-more-news?${u}`);
|
|
11183
11223
|
if (!h.ok)
|
|
11184
11224
|
throw i(void 0), new Error(`HTTP error! status: ${h.status}`);
|
|
11185
|
-
const
|
|
11225
|
+
const m = await h.json();
|
|
11186
11226
|
i({
|
|
11187
|
-
...
|
|
11188
|
-
data:
|
|
11227
|
+
...m,
|
|
11228
|
+
data: m.data.slice(0, Cr)
|
|
11189
11229
|
});
|
|
11190
11230
|
} catch (u) {
|
|
11191
11231
|
console.error("[/api/get-more-news] Error:", u.message), i(void 0);
|
|
@@ -11225,7 +11265,7 @@ const Sg = (e) => {
|
|
|
11225
11265
|
preview: l,
|
|
11226
11266
|
isVideo: u = !1,
|
|
11227
11267
|
config: h,
|
|
11228
|
-
overImage:
|
|
11268
|
+
overImage: m = "default",
|
|
11229
11269
|
isTitle: p = !1,
|
|
11230
11270
|
isLarge: g = !1
|
|
11231
11271
|
} = o;
|
|
@@ -11234,7 +11274,7 @@ const Sg = (e) => {
|
|
|
11234
11274
|
{
|
|
11235
11275
|
className: r(s),
|
|
11236
11276
|
style: { order: s },
|
|
11237
|
-
children: /* @__PURE__ */
|
|
11277
|
+
children: /* @__PURE__ */ f("section", { className: Dt.content, children: [
|
|
11238
11278
|
/* @__PURE__ */ a(
|
|
11239
11279
|
B,
|
|
11240
11280
|
{
|
|
@@ -11255,7 +11295,7 @@ const Sg = (e) => {
|
|
|
11255
11295
|
)
|
|
11256
11296
|
}
|
|
11257
11297
|
),
|
|
11258
|
-
/* @__PURE__ */ a("div", { className:
|
|
11298
|
+
/* @__PURE__ */ a("div", { className: Dt.newsDescription, children: /* @__PURE__ */ a(
|
|
11259
11299
|
kg,
|
|
11260
11300
|
{
|
|
11261
11301
|
main: i,
|
|
@@ -11264,7 +11304,7 @@ const Sg = (e) => {
|
|
|
11264
11304
|
preview: l,
|
|
11265
11305
|
share: e.share,
|
|
11266
11306
|
config: h,
|
|
11267
|
-
overImage:
|
|
11307
|
+
overImage: m,
|
|
11268
11308
|
isTitle: p,
|
|
11269
11309
|
paths: o.paths,
|
|
11270
11310
|
isVisible: e.isVisible
|
|
@@ -11283,9 +11323,9 @@ const Sg = (e) => {
|
|
|
11283
11323
|
const s = e.authors[0], i = Me(e.info?.date?.modified);
|
|
11284
11324
|
return s && e?.config?.showtime && e.config?.showauthor ? `${s.fullname} - ${i}` : s && e.config?.showauthor ? s.fullname : e?.config?.showtime ? i : "";
|
|
11285
11325
|
})();
|
|
11286
|
-
return /* @__PURE__ */
|
|
11326
|
+
return /* @__PURE__ */ f("div", { className: re.boxInformation, children: [
|
|
11287
11327
|
t && /* @__PURE__ */ a(Eg, { className: re.dotStyles }),
|
|
11288
|
-
e?.info?.section?.url && /* @__PURE__ */
|
|
11328
|
+
e?.info?.section?.url && /* @__PURE__ */ f("div", { className: re.sectionDescriptionContainer, children: [
|
|
11289
11329
|
/* @__PURE__ */ a(
|
|
11290
11330
|
B,
|
|
11291
11331
|
{
|
|
@@ -11339,7 +11379,7 @@ const Sg = (e) => {
|
|
|
11339
11379
|
const s = document.querySelector(".user-actions-options");
|
|
11340
11380
|
s && s.classList.toggle("show");
|
|
11341
11381
|
}, o = e.firstname ?? "Usuario";
|
|
11342
|
-
return /* @__PURE__ */ a("div", { className: "comment-item", children: /* @__PURE__ */
|
|
11382
|
+
return /* @__PURE__ */ a("div", { className: "comment-item", children: /* @__PURE__ */ f("div", { style: { display: "flex", gap: "14px" }, children: [
|
|
11343
11383
|
e && e.picture && e.picture !== "" ? /* @__PURE__ */ a(
|
|
11344
11384
|
"img",
|
|
11345
11385
|
{
|
|
@@ -11348,9 +11388,9 @@ const Sg = (e) => {
|
|
|
11348
11388
|
alt: e.username
|
|
11349
11389
|
}
|
|
11350
11390
|
) : /* @__PURE__ */ a("div", { className: "comment-avatar", children: o.charAt(0).toUpperCase() }),
|
|
11351
|
-
/* @__PURE__ */
|
|
11352
|
-
/* @__PURE__ */
|
|
11353
|
-
/* @__PURE__ */
|
|
11391
|
+
/* @__PURE__ */ f("div", { style: { flex: 1 }, children: [
|
|
11392
|
+
/* @__PURE__ */ f("div", { className: "comment-header", children: [
|
|
11393
|
+
/* @__PURE__ */ f("span", { className: "comment-username user-welcome", children: [
|
|
11354
11394
|
"Hola ",
|
|
11355
11395
|
o,
|
|
11356
11396
|
"!"
|
|
@@ -11448,29 +11488,29 @@ async function b3({
|
|
|
11448
11488
|
encodedType: l,
|
|
11449
11489
|
url: h
|
|
11450
11490
|
});
|
|
11451
|
-
const
|
|
11491
|
+
const m = await oe.post(h, null, {
|
|
11452
11492
|
headers: {
|
|
11453
11493
|
"User-Agent": "Bluestack",
|
|
11454
11494
|
"x-api-token": i,
|
|
11455
11495
|
"Content-Type": "application/json"
|
|
11456
11496
|
}
|
|
11457
11497
|
});
|
|
11458
|
-
if (console.log("Report response:",
|
|
11498
|
+
if (console.log("Report response:", m.data), m.status === 200 || m.status === 201)
|
|
11459
11499
|
return {
|
|
11460
11500
|
type: "success",
|
|
11461
11501
|
message: "Comentario reportado exitosamente",
|
|
11462
|
-
status:
|
|
11463
|
-
data:
|
|
11502
|
+
status: m.status,
|
|
11503
|
+
data: m.data
|
|
11464
11504
|
};
|
|
11465
|
-
throw new Error(`Respuesta inesperada del servidor: ${
|
|
11466
|
-
} catch (
|
|
11467
|
-
if (console.error("Error reporting comment:",
|
|
11468
|
-
const p =
|
|
11505
|
+
throw new Error(`Respuesta inesperada del servidor: ${m.status}`);
|
|
11506
|
+
} catch (m) {
|
|
11507
|
+
if (console.error("Error reporting comment:", m), oe.isAxiosError(m)) {
|
|
11508
|
+
const p = m.response?.status, g = m.response?.data;
|
|
11469
11509
|
throw p === 400 ? new Error("Datos inválidos para el reporte") : p === 401 ? new Error("Token de API inválido") : p === 403 ? new Error("Acceso denegado para reportar comentario") : p === 404 ? new Error("Comentario no encontrado") : p === 409 ? new Error("El comentario ya fue reportado por este usuario") : p === 500 ? new Error("Error interno del servidor CMS") : new Error(
|
|
11470
11510
|
g?.error || g?.message || `Error HTTP ${p}: No se pudo reportar el comentario`
|
|
11471
11511
|
);
|
|
11472
11512
|
}
|
|
11473
|
-
throw
|
|
11513
|
+
throw m;
|
|
11474
11514
|
}
|
|
11475
11515
|
}
|
|
11476
11516
|
const $e = {
|
|
@@ -11530,7 +11570,7 @@ var _r;
|
|
|
11530
11570
|
function Xg() {
|
|
11531
11571
|
if (_r) return ne;
|
|
11532
11572
|
_r = 1;
|
|
11533
|
-
var e = typeof Symbol == "function" && Symbol.for, t = e ? Symbol.for("react.element") : 60103, n = e ? Symbol.for("react.portal") : 60106, r = e ? Symbol.for("react.fragment") : 60107, o = e ? Symbol.for("react.strict_mode") : 60108, s = e ? Symbol.for("react.profiler") : 60114, i = e ? Symbol.for("react.provider") : 60109, c = e ? Symbol.for("react.context") : 60110, d = e ? Symbol.for("react.async_mode") : 60111, l = e ? Symbol.for("react.concurrent_mode") : 60111, u = e ? Symbol.for("react.forward_ref") : 60112, h = e ? Symbol.for("react.suspense") : 60113,
|
|
11573
|
+
var e = typeof Symbol == "function" && Symbol.for, t = e ? Symbol.for("react.element") : 60103, n = e ? Symbol.for("react.portal") : 60106, r = e ? Symbol.for("react.fragment") : 60107, o = e ? Symbol.for("react.strict_mode") : 60108, s = e ? Symbol.for("react.profiler") : 60114, i = e ? Symbol.for("react.provider") : 60109, c = e ? Symbol.for("react.context") : 60110, d = e ? Symbol.for("react.async_mode") : 60111, l = e ? Symbol.for("react.concurrent_mode") : 60111, u = e ? Symbol.for("react.forward_ref") : 60112, h = e ? Symbol.for("react.suspense") : 60113, m = e ? Symbol.for("react.suspense_list") : 60120, p = e ? Symbol.for("react.memo") : 60115, g = e ? Symbol.for("react.lazy") : 60116, A = e ? Symbol.for("react.block") : 60121, w = e ? Symbol.for("react.fundamental") : 60117, C = e ? Symbol.for("react.responder") : 60118, S = e ? Symbol.for("react.scope") : 60119;
|
|
11534
11574
|
function _(v) {
|
|
11535
11575
|
if (typeof v == "object" && v !== null) {
|
|
11536
11576
|
var T = v.$$typeof;
|
|
@@ -11589,34 +11629,34 @@ function Xg() {
|
|
|
11589
11629
|
}, ne.isSuspense = function(v) {
|
|
11590
11630
|
return _(v) === h;
|
|
11591
11631
|
}, ne.isValidElementType = function(v) {
|
|
11592
|
-
return typeof v == "string" || typeof v == "function" || v === r || v === l || v === s || v === o || v === h || v ===
|
|
11632
|
+
return typeof v == "string" || typeof v == "function" || v === r || v === l || v === s || v === o || v === h || v === m || typeof v == "object" && v !== null && (v.$$typeof === g || v.$$typeof === p || v.$$typeof === i || v.$$typeof === c || v.$$typeof === u || v.$$typeof === w || v.$$typeof === C || v.$$typeof === S || v.$$typeof === A);
|
|
11593
11633
|
}, ne.typeOf = _, ne;
|
|
11594
11634
|
}
|
|
11595
11635
|
var ae = {};
|
|
11596
11636
|
var Nr;
|
|
11597
11637
|
function ep() {
|
|
11598
11638
|
return Nr || (Nr = 1, process.env.NODE_ENV !== "production" && (function() {
|
|
11599
|
-
var e = typeof Symbol == "function" && Symbol.for, t = e ? Symbol.for("react.element") : 60103, n = e ? Symbol.for("react.portal") : 60106, r = e ? Symbol.for("react.fragment") : 60107, o = e ? Symbol.for("react.strict_mode") : 60108, s = e ? Symbol.for("react.profiler") : 60114, i = e ? Symbol.for("react.provider") : 60109, c = e ? Symbol.for("react.context") : 60110, d = e ? Symbol.for("react.async_mode") : 60111, l = e ? Symbol.for("react.concurrent_mode") : 60111, u = e ? Symbol.for("react.forward_ref") : 60112, h = e ? Symbol.for("react.suspense") : 60113,
|
|
11639
|
+
var e = typeof Symbol == "function" && Symbol.for, t = e ? Symbol.for("react.element") : 60103, n = e ? Symbol.for("react.portal") : 60106, r = e ? Symbol.for("react.fragment") : 60107, o = e ? Symbol.for("react.strict_mode") : 60108, s = e ? Symbol.for("react.profiler") : 60114, i = e ? Symbol.for("react.provider") : 60109, c = e ? Symbol.for("react.context") : 60110, d = e ? Symbol.for("react.async_mode") : 60111, l = e ? Symbol.for("react.concurrent_mode") : 60111, u = e ? Symbol.for("react.forward_ref") : 60112, h = e ? Symbol.for("react.suspense") : 60113, m = e ? Symbol.for("react.suspense_list") : 60120, p = e ? Symbol.for("react.memo") : 60115, g = e ? Symbol.for("react.lazy") : 60116, A = e ? Symbol.for("react.block") : 60121, w = e ? Symbol.for("react.fundamental") : 60117, C = e ? Symbol.for("react.responder") : 60118, S = e ? Symbol.for("react.scope") : 60119;
|
|
11600
11640
|
function _(q) {
|
|
11601
11641
|
return typeof q == "string" || typeof q == "function" || // Note: its typeof might be other than 'symbol' or 'number' if it's a polyfill.
|
|
11602
|
-
q === r || q === l || q === s || q === o || q === h || q ===
|
|
11642
|
+
q === r || q === l || q === s || q === o || q === h || q === m || typeof q == "object" && q !== null && (q.$$typeof === g || q.$$typeof === p || q.$$typeof === i || q.$$typeof === c || q.$$typeof === u || q.$$typeof === w || q.$$typeof === C || q.$$typeof === S || q.$$typeof === A);
|
|
11603
11643
|
}
|
|
11604
11644
|
function x(q) {
|
|
11605
11645
|
if (typeof q == "object" && q !== null) {
|
|
11606
11646
|
var Ae = q.$$typeof;
|
|
11607
11647
|
switch (Ae) {
|
|
11608
11648
|
case t:
|
|
11609
|
-
var
|
|
11610
|
-
switch (
|
|
11649
|
+
var Ft = q.type;
|
|
11650
|
+
switch (Ft) {
|
|
11611
11651
|
case d:
|
|
11612
11652
|
case l:
|
|
11613
11653
|
case r:
|
|
11614
11654
|
case s:
|
|
11615
11655
|
case o:
|
|
11616
11656
|
case h:
|
|
11617
|
-
return
|
|
11657
|
+
return Ft;
|
|
11618
11658
|
default:
|
|
11619
|
-
var Ua =
|
|
11659
|
+
var Ua = Ft && Ft.$$typeof;
|
|
11620
11660
|
switch (Ua) {
|
|
11621
11661
|
case c:
|
|
11622
11662
|
case u:
|
|
@@ -11719,8 +11759,8 @@ function tp() {
|
|
|
11719
11759
|
t.call(c, h) && (d[h] = c[h]);
|
|
11720
11760
|
if (e) {
|
|
11721
11761
|
l = e(c);
|
|
11722
|
-
for (var
|
|
11723
|
-
n.call(c, l[
|
|
11762
|
+
for (var m = 0; m < l.length; m++)
|
|
11763
|
+
n.call(c, l[m]) && (d[l[m]] = c[l[m]]);
|
|
11724
11764
|
}
|
|
11725
11765
|
}
|
|
11726
11766
|
return d;
|
|
@@ -11761,10 +11801,10 @@ function np() {
|
|
|
11761
11801
|
var h;
|
|
11762
11802
|
try {
|
|
11763
11803
|
if (typeof s[u] != "function") {
|
|
11764
|
-
var
|
|
11804
|
+
var m = Error(
|
|
11765
11805
|
(d || "React class") + ": " + c + " type `" + u + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof s[u] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`."
|
|
11766
11806
|
);
|
|
11767
|
-
throw
|
|
11807
|
+
throw m.name = "Invariant Violation", m;
|
|
11768
11808
|
}
|
|
11769
11809
|
h = s[u](i, u, d, c, null, t);
|
|
11770
11810
|
} catch (g) {
|
|
@@ -11810,7 +11850,7 @@ function ap() {
|
|
|
11810
11850
|
if (typeof N == "function")
|
|
11811
11851
|
return N;
|
|
11812
11852
|
}
|
|
11813
|
-
var
|
|
11853
|
+
var m = "<<anonymous>>", p = {
|
|
11814
11854
|
array: C("array"),
|
|
11815
11855
|
bigint: C("bigint"),
|
|
11816
11856
|
bool: C("boolean"),
|
|
@@ -11842,7 +11882,7 @@ function ap() {
|
|
|
11842
11882
|
if (process.env.NODE_ENV !== "production")
|
|
11843
11883
|
var N = {}, R = 0;
|
|
11844
11884
|
function M(H, V, F, Z, X, W, ie) {
|
|
11845
|
-
if (Z = Z ||
|
|
11885
|
+
if (Z = Z || m, W = W || F, ie !== n) {
|
|
11846
11886
|
if (d) {
|
|
11847
11887
|
var q = new Error(
|
|
11848
11888
|
"Calling PropTypes validators directly is not supported by the `prop-types` package. Use `PropTypes.checkPropTypes()` to call them. Read more at http://fb.me/use-check-prop-types"
|
|
@@ -11921,7 +11961,7 @@ function ap() {
|
|
|
11921
11961
|
function T(y) {
|
|
11922
11962
|
function N(R, M, L, H, V) {
|
|
11923
11963
|
if (!(R[M] instanceof y)) {
|
|
11924
|
-
var F = y.name ||
|
|
11964
|
+
var F = y.name || m, Z = z(R[M]);
|
|
11925
11965
|
return new A("Invalid " + H + " `" + V + "` of type " + ("`" + Z + "` supplied to `" + L + "`, expected ") + ("instance of `" + F + "`."));
|
|
11926
11966
|
}
|
|
11927
11967
|
return null;
|
|
@@ -12102,7 +12142,7 @@ Valid keys: ` + JSON.stringify(Object.keys(y), null, " ")
|
|
|
12102
12142
|
}
|
|
12103
12143
|
}
|
|
12104
12144
|
function z(y) {
|
|
12105
|
-
return !y.constructor || !y.constructor.name ?
|
|
12145
|
+
return !y.constructor || !y.constructor.name ? m : y.constructor.name;
|
|
12106
12146
|
}
|
|
12107
12147
|
return p.checkPropTypes = o, p.resetWarningCache = o.resetWarningCache, p.PropTypes = p, p;
|
|
12108
12148
|
}, Jn;
|
|
@@ -12119,10 +12159,10 @@ function rp() {
|
|
|
12119
12159
|
return n.resetWarningCache = t, Zn = function() {
|
|
12120
12160
|
function r(i, c, d, l, u, h) {
|
|
12121
12161
|
if (h !== e) {
|
|
12122
|
-
var
|
|
12162
|
+
var m = new Error(
|
|
12123
12163
|
"Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types"
|
|
12124
12164
|
);
|
|
12125
|
-
throw
|
|
12165
|
+
throw m.name = "Invariant Violation", m;
|
|
12126
12166
|
}
|
|
12127
12167
|
}
|
|
12128
12168
|
r.isRequired = r;
|
|
@@ -12336,12 +12376,12 @@ function dp() {
|
|
|
12336
12376
|
function i(g) {
|
|
12337
12377
|
return e.isMemo(g) ? o : s[g.$$typeof] || t;
|
|
12338
12378
|
}
|
|
12339
|
-
var c = Object.defineProperty, d = Object.getOwnPropertyNames, l = Object.getOwnPropertySymbols, u = Object.getOwnPropertyDescriptor, h = Object.getPrototypeOf,
|
|
12379
|
+
var c = Object.defineProperty, d = Object.getOwnPropertyNames, l = Object.getOwnPropertySymbols, u = Object.getOwnPropertyDescriptor, h = Object.getPrototypeOf, m = Object.prototype;
|
|
12340
12380
|
function p(g, A, w) {
|
|
12341
12381
|
if (typeof A != "string") {
|
|
12342
|
-
if (
|
|
12382
|
+
if (m) {
|
|
12343
12383
|
var C = h(A);
|
|
12344
|
-
C && C !==
|
|
12384
|
+
C && C !== m && p(g, C, w);
|
|
12345
12385
|
}
|
|
12346
12386
|
var S = d(A);
|
|
12347
12387
|
l && (S = S.concat(l(A)));
|
|
@@ -12388,8 +12428,8 @@ function pp(e, t) {
|
|
|
12388
12428
|
var o = r.displayName || r.name || "Component", s = /* @__PURE__ */ (function(c) {
|
|
12389
12429
|
fp(d, c);
|
|
12390
12430
|
function d(u, h) {
|
|
12391
|
-
var
|
|
12392
|
-
return
|
|
12431
|
+
var m;
|
|
12432
|
+
return m = c.call(this, u, h) || this, m.state = {}, m.__scriptURL = "", m;
|
|
12393
12433
|
}
|
|
12394
12434
|
var l = d.prototype;
|
|
12395
12435
|
return l.asyncScriptLoaderGetScriptLoaderID = function() {
|
|
@@ -12397,24 +12437,24 @@ function pp(e, t) {
|
|
|
12397
12437
|
}, l.setupScriptURL = function() {
|
|
12398
12438
|
return this.__scriptURL = typeof e == "function" ? e() : e, this.__scriptURL;
|
|
12399
12439
|
}, l.asyncScriptLoaderHandleLoad = function(h) {
|
|
12400
|
-
var
|
|
12440
|
+
var m = this;
|
|
12401
12441
|
this.setState(h, function() {
|
|
12402
|
-
return
|
|
12442
|
+
return m.props.asyncScriptOnLoad && m.props.asyncScriptOnLoad(m.state);
|
|
12403
12443
|
});
|
|
12404
12444
|
}, l.asyncScriptLoaderTriggerOnScriptLoaded = function() {
|
|
12405
12445
|
var h = Le[this.__scriptURL];
|
|
12406
12446
|
if (!h || !h.loaded)
|
|
12407
12447
|
throw new Error("Script is not loaded.");
|
|
12408
|
-
for (var
|
|
12409
|
-
h.observers[
|
|
12448
|
+
for (var m in h.observers)
|
|
12449
|
+
h.observers[m](h);
|
|
12410
12450
|
delete window[t.callbackName];
|
|
12411
12451
|
}, l.componentDidMount = function() {
|
|
12412
|
-
var h = this,
|
|
12413
|
-
if (A && typeof window[A] < "u" && (Le[
|
|
12452
|
+
var h = this, m = this.setupScriptURL(), p = this.asyncScriptLoaderGetScriptLoaderID(), g = t, A = g.globalName, w = g.callbackName, C = g.scriptId;
|
|
12453
|
+
if (A && typeof window[A] < "u" && (Le[m] = {
|
|
12414
12454
|
loaded: !0,
|
|
12415
12455
|
observers: {}
|
|
12416
|
-
}), Le[
|
|
12417
|
-
var S = Le[
|
|
12456
|
+
}), Le[m]) {
|
|
12457
|
+
var S = Le[m];
|
|
12418
12458
|
if (S && (S.loaded || S.errored)) {
|
|
12419
12459
|
this.asyncScriptLoaderHandleLoad(S);
|
|
12420
12460
|
return;
|
|
@@ -12427,18 +12467,18 @@ function pp(e, t) {
|
|
|
12427
12467
|
var _ = {};
|
|
12428
12468
|
_[p] = function(j) {
|
|
12429
12469
|
return h.asyncScriptLoaderHandleLoad(j);
|
|
12430
|
-
}, Le[
|
|
12470
|
+
}, Le[m] = {
|
|
12431
12471
|
loaded: !1,
|
|
12432
12472
|
observers: _
|
|
12433
12473
|
};
|
|
12434
12474
|
var x = document.createElement("script");
|
|
12435
|
-
x.src =
|
|
12475
|
+
x.src = m, x.async = !0;
|
|
12436
12476
|
for (var v in t.attributes)
|
|
12437
12477
|
x.setAttribute(v, t.attributes[v]);
|
|
12438
12478
|
C && (x.id = C);
|
|
12439
12479
|
var T = function(Q) {
|
|
12440
|
-
if (Le[
|
|
12441
|
-
var te = Le[
|
|
12480
|
+
if (Le[m]) {
|
|
12481
|
+
var te = Le[m], G = te.observers;
|
|
12442
12482
|
for (var O in G)
|
|
12443
12483
|
Q(G[O]) && delete G[O];
|
|
12444
12484
|
}
|
|
@@ -12446,12 +12486,12 @@ function pp(e, t) {
|
|
|
12446
12486
|
w && typeof window < "u" && (window[w] = function() {
|
|
12447
12487
|
return h.asyncScriptLoaderTriggerOnScriptLoaded();
|
|
12448
12488
|
}), x.onload = function() {
|
|
12449
|
-
var j = Le[
|
|
12489
|
+
var j = Le[m];
|
|
12450
12490
|
j && (j.loaded = !0, T(function(Q) {
|
|
12451
12491
|
return w ? !1 : (Q(j), !0);
|
|
12452
12492
|
}));
|
|
12453
12493
|
}, x.onerror = function() {
|
|
12454
|
-
var j = Le[
|
|
12494
|
+
var j = Le[m];
|
|
12455
12495
|
j && (j.errored = !0, T(function(Q) {
|
|
12456
12496
|
return Q(j), !0;
|
|
12457
12497
|
}));
|
|
@@ -12459,14 +12499,14 @@ function pp(e, t) {
|
|
|
12459
12499
|
}, l.componentWillUnmount = function() {
|
|
12460
12500
|
var h = this.__scriptURL;
|
|
12461
12501
|
if (t.removeOnUnmount === !0)
|
|
12462
|
-
for (var
|
|
12463
|
-
|
|
12502
|
+
for (var m = document.getElementsByTagName("script"), p = 0; p < m.length; p += 1)
|
|
12503
|
+
m[p].src.indexOf(h) > -1 && m[p].parentNode && m[p].parentNode.removeChild(m[p]);
|
|
12464
12504
|
var g = Le[h];
|
|
12465
12505
|
g && (delete g.observers[this.asyncScriptLoaderGetScriptLoaderID()], t.removeOnUnmount === !0 && delete Le[h]);
|
|
12466
12506
|
}, l.render = function() {
|
|
12467
|
-
var h = t.globalName,
|
|
12468
|
-
|
|
12469
|
-
var p =
|
|
12507
|
+
var h = t.globalName, m = this.props;
|
|
12508
|
+
m.asyncScriptOnLoad;
|
|
12509
|
+
var p = m.forwardedRef, g = mp(m, ["asyncScriptOnLoad", "forwardedRef"]);
|
|
12470
12510
|
return h && typeof window < "u" && (g[h] = typeof window[h] < "u" ? window[h] : void 0), g.ref = p, st(r, g);
|
|
12471
12511
|
}, d;
|
|
12472
12512
|
})(Ho), i = Pr(function(c, d) {
|
|
@@ -12542,7 +12582,7 @@ const Lo = pp(yp, {
|
|
|
12542
12582
|
}) => {
|
|
12543
12583
|
const [i, c] = J("form"), [d, l] = J(
|
|
12544
12584
|
""
|
|
12545
|
-
), [u, h] = J(""), [
|
|
12585
|
+
), [u, h] = J(""), [m, p] = J(""), g = [
|
|
12546
12586
|
{ id: "spam", label: $e.spam },
|
|
12547
12587
|
{
|
|
12548
12588
|
id: "inappropriate",
|
|
@@ -12576,7 +12616,7 @@ const Lo = pp(yp, {
|
|
|
12576
12616
|
publication: r,
|
|
12577
12617
|
username: o,
|
|
12578
12618
|
id: n,
|
|
12579
|
-
captchaToken:
|
|
12619
|
+
captchaToken: m,
|
|
12580
12620
|
type: $e[d]
|
|
12581
12621
|
// Enviamos el label completo
|
|
12582
12622
|
})
|
|
@@ -12594,12 +12634,12 @@ const Lo = pp(yp, {
|
|
|
12594
12634
|
}, w = () => {
|
|
12595
12635
|
c("form"), l(""), h(""), t();
|
|
12596
12636
|
};
|
|
12597
|
-
return !e || !n || !o ? null : /* @__PURE__ */ a("div", { className: ue.overlay, children: /* @__PURE__ */
|
|
12637
|
+
return !e || !n || !o ? null : /* @__PURE__ */ a("div", { className: ue.overlay, children: /* @__PURE__ */ f("div", { className: ue.popup, children: [
|
|
12598
12638
|
/* @__PURE__ */ a("button", { className: "close-reply-form", onClick: w, children: /* @__PURE__ */ a(Tt, {}) }),
|
|
12599
12639
|
/* @__PURE__ */ a("h2", { className: ue.title, children: "Reportar Abuso" }),
|
|
12600
12640
|
i === "loading" && /* @__PURE__ */ a("div", { className: ue.loadingContainer, children: /* @__PURE__ */ a(Je, {}) }),
|
|
12601
|
-
i === "form" || i === "loading" ? /* @__PURE__ */
|
|
12602
|
-
/* @__PURE__ */ a("div", { className: ue.optionsContainer, children: g.map((C) => /* @__PURE__ */
|
|
12641
|
+
i === "form" || i === "loading" ? /* @__PURE__ */ f(K, { children: [
|
|
12642
|
+
/* @__PURE__ */ a("div", { className: ue.optionsContainer, children: g.map((C) => /* @__PURE__ */ f("label", { className: ue.option, children: [
|
|
12603
12643
|
/* @__PURE__ */ a(
|
|
12604
12644
|
"input",
|
|
12605
12645
|
{
|
|
@@ -12625,7 +12665,7 @@ const Lo = pp(yp, {
|
|
|
12625
12665
|
onExpired: () => p("")
|
|
12626
12666
|
}
|
|
12627
12667
|
),
|
|
12628
|
-
/* @__PURE__ */
|
|
12668
|
+
/* @__PURE__ */ f("div", { className: ue.buttons, children: [
|
|
12629
12669
|
/* @__PURE__ */ a("button", { onClick: w, className: ue.cancelButton, children: "Cancelar" }),
|
|
12630
12670
|
/* @__PURE__ */ a(
|
|
12631
12671
|
"button",
|
|
@@ -12637,8 +12677,8 @@ const Lo = pp(yp, {
|
|
|
12637
12677
|
}
|
|
12638
12678
|
)
|
|
12639
12679
|
] })
|
|
12640
|
-
] }) : /* @__PURE__ */
|
|
12641
|
-
/* @__PURE__ */
|
|
12680
|
+
] }) : /* @__PURE__ */ f(K, { children: [
|
|
12681
|
+
/* @__PURE__ */ f("div", { className: ue.successContainer, children: [
|
|
12642
12682
|
/* @__PURE__ */ a("div", { className: ue.thumbsUp, children: /* @__PURE__ */ a(
|
|
12643
12683
|
"svg",
|
|
12644
12684
|
{
|
|
@@ -12713,15 +12753,15 @@ async function Fp({
|
|
|
12713
12753
|
throw new Error("Invalid input types for publication or path");
|
|
12714
12754
|
if (!c)
|
|
12715
12755
|
throw new Error("Missing CMS API token");
|
|
12716
|
-
const { PUBLIC_ENV: d, PUBLIC_API_HOST: l, PUBLIC_API_PATH: u, PUBLIC_API_PATH_VERSION: h } = $(),
|
|
12717
|
-
if (isNaN(
|
|
12756
|
+
const { PUBLIC_ENV: d, PUBLIC_API_HOST: l, PUBLIC_API_PATH: u, PUBLIC_API_PATH_VERSION: h } = $(), m = parseInt(String(n), 10), p = parseInt(String(r), 10);
|
|
12757
|
+
if (isNaN(m) || m <= 0)
|
|
12718
12758
|
throw new Error("Invalid size parameter");
|
|
12719
12759
|
if (isNaN(p) || p < 0)
|
|
12720
12760
|
throw new Error("Invalid sizereply parameter");
|
|
12721
12761
|
const g = d !== "prod" ? `${l}${u}` : ms(), A = new URLSearchParams({
|
|
12722
12762
|
publication: e,
|
|
12723
12763
|
path: t,
|
|
12724
|
-
size:
|
|
12764
|
+
size: m.toString(),
|
|
12725
12765
|
sizereply: p.toString(),
|
|
12726
12766
|
state: i
|
|
12727
12767
|
});
|
|
@@ -12771,7 +12811,7 @@ const { PUBLIC_PUBLICATION_ID: Wp } = $(), $p = Wp, Yp = (e) => {
|
|
|
12771
12811
|
}
|
|
12772
12812
|
})();
|
|
12773
12813
|
}, [t]), { comments: t, setComments: n };
|
|
12774
|
-
}, Bo = ({ username: e, date: t }) => /* @__PURE__ */
|
|
12814
|
+
}, Bo = ({ username: e, date: t }) => /* @__PURE__ */ f("div", { className: "comment-header", children: [
|
|
12775
12815
|
/* @__PURE__ */ a("span", { className: "comment-username", children: e }),
|
|
12776
12816
|
/* @__PURE__ */ a("span", { className: "comment-header-dot", children: "•" }),
|
|
12777
12817
|
/* @__PURE__ */ a("span", { className: "comment-date", children: Kg(Me(Number(t))) })
|
|
@@ -12782,13 +12822,13 @@ const { PUBLIC_PUBLICATION_ID: Wp } = $(), $p = Wp, Yp = (e) => {
|
|
|
12782
12822
|
src: e.picture,
|
|
12783
12823
|
alt: e.username
|
|
12784
12824
|
}
|
|
12785
|
-
) : e.firstname.charAt(0).toUpperCase() }), Po = ({ isReply: e = !1, onReply: t, onFlag: n }) => /* @__PURE__ */
|
|
12825
|
+
) : e.firstname.charAt(0).toUpperCase() }), Po = ({ isReply: e = !1, onReply: t, onFlag: n }) => /* @__PURE__ */ f("div", { className: "comment-actions", children: [
|
|
12786
12826
|
!e && t && /* @__PURE__ */ a(
|
|
12787
12827
|
"button",
|
|
12788
12828
|
{
|
|
12789
12829
|
onClick: t,
|
|
12790
12830
|
className: "comment-action-btn",
|
|
12791
|
-
children: /* @__PURE__ */
|
|
12831
|
+
children: /* @__PURE__ */ f(
|
|
12792
12832
|
"svg",
|
|
12793
12833
|
{
|
|
12794
12834
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -12809,7 +12849,7 @@ const { PUBLIC_PUBLICATION_ID: Wp } = $(), $p = Wp, Yp = (e) => {
|
|
|
12809
12849
|
)
|
|
12810
12850
|
}
|
|
12811
12851
|
),
|
|
12812
|
-
/* @__PURE__ */ a("button", { onClick: n, className: "comment-action-btn", children: /* @__PURE__ */
|
|
12852
|
+
/* @__PURE__ */ a("button", { onClick: n, className: "comment-action-btn", children: /* @__PURE__ */ f(
|
|
12813
12853
|
"svg",
|
|
12814
12854
|
{
|
|
12815
12855
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -12836,7 +12876,7 @@ const { PUBLIC_PUBLICATION_ID: Wp } = $(), $p = Wp, Yp = (e) => {
|
|
|
12836
12876
|
r.parentElement && (r.parentElement.dataset.text = `${i}/${ft}`), r.classList.toggle("over-limit", i > ft), n(!xa(e, t).boolean);
|
|
12837
12877
|
};
|
|
12838
12878
|
return r.addEventListener("input", o), o(), () => r.removeEventListener("input", o);
|
|
12839
|
-
}, [e, t, n]), /* @__PURE__ */
|
|
12879
|
+
}, [e, t, n]), /* @__PURE__ */ f("div", { children: [
|
|
12840
12880
|
/* @__PURE__ */ a("label", { className: "comment-input-label", children: "Comentario" }),
|
|
12841
12881
|
/* @__PURE__ */ a(
|
|
12842
12882
|
"textarea",
|
|
@@ -12855,7 +12895,7 @@ const { PUBLIC_PUBLICATION_ID: Wp } = $(), $p = Wp, Yp = (e) => {
|
|
|
12855
12895
|
CAPTCHA_KEY_V2: o
|
|
12856
12896
|
}) => {
|
|
12857
12897
|
const s = xa(e, t);
|
|
12858
|
-
return /* @__PURE__ */
|
|
12898
|
+
return /* @__PURE__ */ f("div", { className: "form-actions", children: [
|
|
12859
12899
|
/* @__PURE__ */ a(
|
|
12860
12900
|
Lo,
|
|
12861
12901
|
{
|
|
@@ -12866,7 +12906,7 @@ const { PUBLIC_PUBLICATION_ID: Wp } = $(), $p = Wp, Yp = (e) => {
|
|
|
12866
12906
|
onExpired: () => n("")
|
|
12867
12907
|
}
|
|
12868
12908
|
),
|
|
12869
|
-
/* @__PURE__ */
|
|
12909
|
+
/* @__PURE__ */ f("div", { className: "submit-zone", children: [
|
|
12870
12910
|
r,
|
|
12871
12911
|
!s.boolean && /* @__PURE__ */ a("p", { className: "submit-warning", children: s.text })
|
|
12872
12912
|
] })
|
|
@@ -12880,7 +12920,7 @@ const { PUBLIC_PUBLICATION_ID: Wp } = $(), $p = Wp, Yp = (e) => {
|
|
|
12880
12920
|
}, 2400)), () => {
|
|
12881
12921
|
o && clearTimeout(o);
|
|
12882
12922
|
};
|
|
12883
|
-
}, [n]), n ? /* @__PURE__ */ a("div", { className: "success-gif-container", children: /* @__PURE__ */ a("img", { className: "success-gif", src: "/Success.gif" }) }) : /* @__PURE__ */
|
|
12923
|
+
}, [n]), n ? /* @__PURE__ */ a("div", { className: "success-gif-container", children: /* @__PURE__ */ a("img", { className: "success-gif", src: "/Success.gif" }) }) : /* @__PURE__ */ f(
|
|
12884
12924
|
"button",
|
|
12885
12925
|
{
|
|
12886
12926
|
type: "button",
|
|
@@ -12949,7 +12989,7 @@ const { PUBLIC_PUBLICATION_ID: Wp } = $(), $p = Wp, Yp = (e) => {
|
|
|
12949
12989
|
throw new Error(
|
|
12950
12990
|
`Error al enviar comentario: ${u?.message} status: ${l.status}`
|
|
12951
12991
|
);
|
|
12952
|
-
const h = Date.now(),
|
|
12992
|
+
const h = Date.now(), m = Math.max(0, 2400 + Math.abs(h - d)), p = {
|
|
12953
12993
|
username: o.username,
|
|
12954
12994
|
firstname: o.firstname,
|
|
12955
12995
|
...o.lastname && { lastname: o.lastname },
|
|
@@ -12961,7 +13001,7 @@ const { PUBLIC_PUBLICATION_ID: Wp } = $(), $p = Wp, Yp = (e) => {
|
|
|
12961
13001
|
user: p,
|
|
12962
13002
|
date: { time: Date.now() },
|
|
12963
13003
|
reply: []
|
|
12964
|
-
}), t.current && (t.current.value = ""),
|
|
13004
|
+
}), t.current && (t.current.value = ""), m;
|
|
12965
13005
|
} catch (d) {
|
|
12966
13006
|
return console.error("Error enviando comentario:", d), alert(d.message || "Error al enviar el comentario."), !1;
|
|
12967
13007
|
}
|
|
@@ -12977,7 +13017,7 @@ const { PUBLIC_PUBLICATION_ID: Wp } = $(), $p = Wp, Yp = (e) => {
|
|
|
12977
13017
|
const [c, d] = J(!0), [l, u] = J(""), h = () => {
|
|
12978
13018
|
t.current?.parentElement && (t.current.parentElement.dataset.text = `0/${ft}`), d(!0), s();
|
|
12979
13019
|
};
|
|
12980
|
-
return /* @__PURE__ */
|
|
13020
|
+
return /* @__PURE__ */ f("div", { className: "comment-form reply-form", children: [
|
|
12981
13021
|
/* @__PURE__ */ a("button", { className: "close-reply-form", onClick: h, children: /* @__PURE__ */ a(Tt, {}) }),
|
|
12982
13022
|
/* @__PURE__ */ a(
|
|
12983
13023
|
Do,
|
|
@@ -12997,13 +13037,13 @@ const { PUBLIC_PUBLICATION_ID: Wp } = $(), $p = Wp, Yp = (e) => {
|
|
|
12997
13037
|
children: /* @__PURE__ */ a(
|
|
12998
13038
|
jo,
|
|
12999
13039
|
{
|
|
13000
|
-
onClick: async (
|
|
13040
|
+
onClick: async (m) => {
|
|
13001
13041
|
if (c) return;
|
|
13002
13042
|
const p = await Qo({
|
|
13003
13043
|
path: r,
|
|
13004
13044
|
ref: t,
|
|
13005
13045
|
captchaToken: l,
|
|
13006
|
-
button:
|
|
13046
|
+
button: m.currentTarget,
|
|
13007
13047
|
user: n,
|
|
13008
13048
|
id: e,
|
|
13009
13049
|
addComment: o
|
|
@@ -13021,11 +13061,11 @@ const { PUBLIC_PUBLICATION_ID: Wp } = $(), $p = Wp, Yp = (e) => {
|
|
|
13021
13061
|
}, Xp = ({ reply: e, replyingTo: t, user: n, onFlag: r }) => {
|
|
13022
13062
|
const o = e.text;
|
|
13023
13063
|
let s = `${Ke.firstname} ${Ke.lastname}`, i = Ke.username;
|
|
13024
|
-
return e.user && (s = `${e.user.firstname} ${e.user.lastname}`, i = e.user.username), /* @__PURE__ */ a("div", { className: "comment-item reply", children: /* @__PURE__ */
|
|
13064
|
+
return e.user && (s = `${e.user.firstname} ${e.user.lastname}`, i = e.user.username), /* @__PURE__ */ a("div", { className: "comment-item reply", children: /* @__PURE__ */ f("div", { className: "comment-header-container", children: [
|
|
13025
13065
|
/* @__PURE__ */ a(Oo, { user: e.user ? e.user : Ke }),
|
|
13026
|
-
/* @__PURE__ */
|
|
13066
|
+
/* @__PURE__ */ f("div", { style: { flex: 1 }, children: [
|
|
13027
13067
|
/* @__PURE__ */ a(Bo, { username: s, date: e.date.time }),
|
|
13028
|
-
/* @__PURE__ */
|
|
13068
|
+
/* @__PURE__ */ f("div", { className: "comment-reply-to", children: [
|
|
13029
13069
|
"Respondiendo a ",
|
|
13030
13070
|
/* @__PURE__ */ a("strong", { children: t })
|
|
13031
13071
|
] }),
|
|
@@ -13035,20 +13075,20 @@ const { PUBLIC_PUBLICATION_ID: Wp } = $(), $p = Wp, Yp = (e) => {
|
|
|
13035
13075
|
] })
|
|
13036
13076
|
] }) });
|
|
13037
13077
|
}, e9 = ({ comment: e, replyingTo: t, path: n, user: r, handleReplyingTo: o, onFlag: s, CAPTCHA_KEY_V2: i }) => {
|
|
13038
|
-
const c = { morereply: e.morereply ?? !1, reply: e.reply ? e.reply : [] }, [d, l] = J(c), [u, h] = xe.useState(!1), { PUBLIC_PUBLICATION_ID:
|
|
13078
|
+
const c = { morereply: e.morereply ?? !1, reply: e.reply ? e.reply : [] }, [d, l] = J(c), [u, h] = xe.useState(!1), { PUBLIC_PUBLICATION_ID: m, PUBLIC_X_SECURITY_TOKEN: p } = $(), g = e.text, A = xe.useRef(null);
|
|
13039
13079
|
let w = `${Ke.firstname} ${Ke.lastname}`, C = Ke.username;
|
|
13040
13080
|
e.user && (w = `${e.user.firstname} ${e.user.lastname}`, C = e.user.username);
|
|
13041
13081
|
const S = (_) => {
|
|
13042
13082
|
l({ morereply: d.morereply, reply: [_, ...d.reply] });
|
|
13043
13083
|
};
|
|
13044
|
-
return /* @__PURE__ */ a("div", { className: "comment-item", children: /* @__PURE__ */
|
|
13084
|
+
return /* @__PURE__ */ a("div", { className: "comment-item", children: /* @__PURE__ */ f(
|
|
13045
13085
|
"div",
|
|
13046
13086
|
{
|
|
13047
13087
|
className: "comment-header-container",
|
|
13048
13088
|
"data-hasreplies": d.reply.length > 0 ? "true" : "false",
|
|
13049
13089
|
children: [
|
|
13050
13090
|
/* @__PURE__ */ a(Oo, { user: e.user ? e.user : Ke }),
|
|
13051
|
-
/* @__PURE__ */
|
|
13091
|
+
/* @__PURE__ */ f("div", { style: { flex: 1 }, children: [
|
|
13052
13092
|
/* @__PURE__ */ a(Bo, { username: w, date: e.date.time }),
|
|
13053
13093
|
/* @__PURE__ */ a("p", { className: "comment-text", children: g }),
|
|
13054
13094
|
r?.username.toLowerCase() !== C.toLowerCase() && // No puedes responder ni reportar tus respuestas
|
|
@@ -13071,7 +13111,7 @@ const { PUBLIC_PUBLICATION_ID: Wp } = $(), $p = Wp, Yp = (e) => {
|
|
|
13071
13111
|
closeForm: () => o("")
|
|
13072
13112
|
}
|
|
13073
13113
|
),
|
|
13074
|
-
d.reply.length > 0 && /* @__PURE__ */
|
|
13114
|
+
d.reply.length > 0 && /* @__PURE__ */ f("div", { className: "comment-replies", children: [
|
|
13075
13115
|
d.reply.map((_) => /* @__PURE__ */ a(
|
|
13076
13116
|
Xp,
|
|
13077
13117
|
{
|
|
@@ -13091,7 +13131,7 @@ const { PUBLIC_PUBLICATION_ID: Wp } = $(), $p = Wp, Yp = (e) => {
|
|
|
13091
13131
|
h(!0);
|
|
13092
13132
|
try {
|
|
13093
13133
|
const v = await ka({
|
|
13094
|
-
publication:
|
|
13134
|
+
publication: m ?? "",
|
|
13095
13135
|
path: n ?? "",
|
|
13096
13136
|
size: 2,
|
|
13097
13137
|
sizereply: 2,
|
|
@@ -13121,7 +13161,7 @@ const { PUBLIC_PUBLICATION_ID: Wp } = $(), $p = Wp, Yp = (e) => {
|
|
|
13121
13161
|
CAPTCHA_KEY_V2: o
|
|
13122
13162
|
}) => {
|
|
13123
13163
|
const [s, i] = J(!0), [c, d] = J("");
|
|
13124
|
-
return /* @__PURE__ */
|
|
13164
|
+
return /* @__PURE__ */ f("div", { className: "comment-form", children: [
|
|
13125
13165
|
/* @__PURE__ */ a(
|
|
13126
13166
|
Do,
|
|
13127
13167
|
{
|
|
@@ -13169,7 +13209,7 @@ const { PUBLIC_PUBLICATION_ID: Wp } = $(), $p = Wp, Yp = (e) => {
|
|
|
13169
13209
|
}) => {
|
|
13170
13210
|
const s = t.replaceAll("/", "|"), [i, c] = J(
|
|
13171
13211
|
void 0
|
|
13172
|
-
), [d, l] = J(""), { comments: u, setComments: h } = Yp(s), [
|
|
13212
|
+
), [d, l] = J(""), { comments: u, setComments: h } = Yp(s), [m, p] = xe.useState(!1), g = xe.useRef(null), A = (T) => {
|
|
13173
13213
|
l(d === T ? "" : T);
|
|
13174
13214
|
}, w = (T) => {
|
|
13175
13215
|
h(
|
|
@@ -13205,9 +13245,9 @@ const { PUBLIC_PUBLICATION_ID: Wp } = $(), $p = Wp, Yp = (e) => {
|
|
|
13205
13245
|
throw p(!1), new Error(`Error al obtener comentarios: ${Q}`);
|
|
13206
13246
|
}
|
|
13207
13247
|
}, _ = u?.comments && u.comments.length > 0, x = _ ? "Comparte tu opinión de este artículo." : "Se el primero en compartir tu opinión de este artículo.", v = /* @__PURE__ */ a("div", { style: { display: "flex", width: "100%", justifyContent: "center" }, children: /* @__PURE__ */ a(Je, {}) });
|
|
13208
|
-
return /* @__PURE__ */
|
|
13209
|
-
/* @__PURE__ */ a("div", { className: "comments-container", children: /* @__PURE__ */ a(me, { title: _ || e ? "COMENTARIOS" : !1, children: /* @__PURE__ */
|
|
13210
|
-
e && n && /* @__PURE__ */
|
|
13248
|
+
return /* @__PURE__ */ f(K, { children: [
|
|
13249
|
+
/* @__PURE__ */ a("div", { className: "comments-container", children: /* @__PURE__ */ a(me, { title: _ || e ? "COMENTARIOS" : !1, children: /* @__PURE__ */ f(K, { children: [
|
|
13250
|
+
e && n && /* @__PURE__ */ f("div", { className: "comments-header", children: [
|
|
13211
13251
|
/* @__PURE__ */ a(
|
|
13212
13252
|
Ug,
|
|
13213
13253
|
{
|
|
@@ -13227,7 +13267,7 @@ const { PUBLIC_PUBLICATION_ID: Wp } = $(), $p = Wp, Yp = (e) => {
|
|
|
13227
13267
|
}
|
|
13228
13268
|
)
|
|
13229
13269
|
] }),
|
|
13230
|
-
u ? u.comments && u.comments.length > 0 ? /* @__PURE__ */
|
|
13270
|
+
u ? u.comments && u.comments.length > 0 ? /* @__PURE__ */ f(
|
|
13231
13271
|
"div",
|
|
13232
13272
|
{
|
|
13233
13273
|
className: "comments-list",
|
|
@@ -13246,11 +13286,11 @@ const { PUBLIC_PUBLICATION_ID: Wp } = $(), $p = Wp, Yp = (e) => {
|
|
|
13246
13286
|
},
|
|
13247
13287
|
T.id
|
|
13248
13288
|
)),
|
|
13249
|
-
|
|
13289
|
+
m && v
|
|
13250
13290
|
]
|
|
13251
13291
|
}
|
|
13252
13292
|
) : null : v,
|
|
13253
|
-
u?.morecomment && !
|
|
13293
|
+
u?.morecomment && !m && /* @__PURE__ */ a(
|
|
13254
13294
|
"button",
|
|
13255
13295
|
{
|
|
13256
13296
|
className: "comment-replies-button",
|
|
@@ -13319,7 +13359,7 @@ const { PUBLIC_PUBLICATION_ID: Wp } = $(), $p = Wp, Yp = (e) => {
|
|
|
13319
13359
|
}
|
|
13320
13360
|
];
|
|
13321
13361
|
function o9({ goToLogin: e, handleGoogleLogin: t, CAPTCHA_KEY: n }) {
|
|
13322
|
-
const [r, o] = J({}), [s, i] = J(!1), [c, d] = J(!1), [l, u] = J(null), [h,
|
|
13362
|
+
const [r, o] = J({}), [s, i] = J(!1), [c, d] = J(!1), [l, u] = J(null), [h, m] = J(
|
|
13323
13363
|
"register"
|
|
13324
13364
|
), p = (C, S) => {
|
|
13325
13365
|
o((_) => ({ ..._, [C]: S }));
|
|
@@ -13361,12 +13401,12 @@ function o9({ goToLogin: e, handleGoogleLogin: t, CAPTCHA_KEY: n }) {
|
|
|
13361
13401
|
method: "POST",
|
|
13362
13402
|
headers: { "Content-Type": "application/json" },
|
|
13363
13403
|
body: JSON.stringify({ username: r.email })
|
|
13364
|
-
}),
|
|
13404
|
+
}), m("confirm");
|
|
13365
13405
|
return;
|
|
13366
13406
|
}
|
|
13367
13407
|
throw new Error(Q?.error || "Error al crear usuario");
|
|
13368
13408
|
}
|
|
13369
|
-
|
|
13409
|
+
m("confirm");
|
|
13370
13410
|
} catch (S) {
|
|
13371
13411
|
console.log(S), u(S?.message || S?.error || "Error inesperado");
|
|
13372
13412
|
} finally {
|
|
@@ -13391,16 +13431,16 @@ function o9({ goToLogin: e, handleGoogleLogin: t, CAPTCHA_KEY: n }) {
|
|
|
13391
13431
|
const _ = await S.json().catch(() => ({}));
|
|
13392
13432
|
throw new Error(_?.error || "Error al confirmar usuario");
|
|
13393
13433
|
}
|
|
13394
|
-
|
|
13434
|
+
m("success");
|
|
13395
13435
|
} catch (S) {
|
|
13396
13436
|
u(S?.message || "Error inesperado");
|
|
13397
13437
|
} finally {
|
|
13398
13438
|
d(!1);
|
|
13399
13439
|
}
|
|
13400
13440
|
}, w = r.password || "";
|
|
13401
|
-
return /* @__PURE__ */
|
|
13402
|
-
h === "register" && /* @__PURE__ */
|
|
13403
|
-
/* @__PURE__ */
|
|
13441
|
+
return /* @__PURE__ */ f(K, { children: [
|
|
13442
|
+
h === "register" && /* @__PURE__ */ f(K, { children: [
|
|
13443
|
+
/* @__PURE__ */ f("button", { onClick: t, className: k.google, children: [
|
|
13404
13444
|
/* @__PURE__ */ a(
|
|
13405
13445
|
"img",
|
|
13406
13446
|
{
|
|
@@ -13412,14 +13452,14 @@ function o9({ goToLogin: e, handleGoogleLogin: t, CAPTCHA_KEY: n }) {
|
|
|
13412
13452
|
/* @__PURE__ */ a("span", { children: "Continuar con Google" })
|
|
13413
13453
|
] }),
|
|
13414
13454
|
/* @__PURE__ */ a("div", { className: k.divider, children: /* @__PURE__ */ a("span", { children: "o" }) }),
|
|
13415
|
-
/* @__PURE__ */
|
|
13455
|
+
/* @__PURE__ */ f(
|
|
13416
13456
|
"form",
|
|
13417
13457
|
{
|
|
13418
13458
|
onSubmit: g,
|
|
13419
13459
|
className: k.form,
|
|
13420
13460
|
"data-error": l ? "true" : "false",
|
|
13421
13461
|
children: [
|
|
13422
|
-
/* @__PURE__ */ a("ul", { className: k.formUl, children: Object.entries(Br).map(([C, { label: S }]) => /* @__PURE__ */
|
|
13462
|
+
/* @__PURE__ */ a("ul", { className: k.formUl, children: Object.entries(Br).map(([C, { label: S }]) => /* @__PURE__ */ f("div", { className: k.field, children: [
|
|
13423
13463
|
/* @__PURE__ */ a("label", { className: k.label, children: S }),
|
|
13424
13464
|
/* @__PURE__ */ a(
|
|
13425
13465
|
"input",
|
|
@@ -13434,7 +13474,7 @@ function o9({ goToLogin: e, handleGoogleLogin: t, CAPTCHA_KEY: n }) {
|
|
|
13434
13474
|
),
|
|
13435
13475
|
C === "password" && /* @__PURE__ */ a("div", { className: k.passwordChecker, children: Cn.map((_, x) => {
|
|
13436
13476
|
const v = _.test(w);
|
|
13437
|
-
return /* @__PURE__ */
|
|
13477
|
+
return /* @__PURE__ */ f(
|
|
13438
13478
|
"div",
|
|
13439
13479
|
{
|
|
13440
13480
|
className: v ? k.valid : k.invalid,
|
|
@@ -13446,7 +13486,7 @@ function o9({ goToLogin: e, handleGoogleLogin: t, CAPTCHA_KEY: n }) {
|
|
|
13446
13486
|
x
|
|
13447
13487
|
);
|
|
13448
13488
|
}) }),
|
|
13449
|
-
C === "confirmPassword" && /* @__PURE__ */
|
|
13489
|
+
C === "confirmPassword" && /* @__PURE__ */ f("div", { className: k.checkboxRow, children: [
|
|
13450
13490
|
/* @__PURE__ */ a(
|
|
13451
13491
|
"input",
|
|
13452
13492
|
{
|
|
@@ -13467,7 +13507,7 @@ function o9({ goToLogin: e, handleGoogleLogin: t, CAPTCHA_KEY: n }) {
|
|
|
13467
13507
|
] })
|
|
13468
13508
|
] }, C)) }),
|
|
13469
13509
|
l && /* @__PURE__ */ a("p", { className: k.error, children: l }),
|
|
13470
|
-
/* @__PURE__ */
|
|
13510
|
+
/* @__PURE__ */ f("p", { className: k.terms, children: [
|
|
13471
13511
|
"Al continuar, confirmo que he leído y aceptado los",
|
|
13472
13512
|
/* @__PURE__ */ a("a", { href: "/pages/politicas-de-privacidad.html", target: "_blank", children: "Términos y Condiciones" }),
|
|
13473
13513
|
"de nuestra comunidad"
|
|
@@ -13477,14 +13517,14 @@ function o9({ goToLogin: e, handleGoogleLogin: t, CAPTCHA_KEY: n }) {
|
|
|
13477
13517
|
}
|
|
13478
13518
|
)
|
|
13479
13519
|
] }),
|
|
13480
|
-
h === "confirm" && /* @__PURE__ */
|
|
13520
|
+
h === "confirm" && /* @__PURE__ */ f(
|
|
13481
13521
|
"form",
|
|
13482
13522
|
{
|
|
13483
13523
|
onSubmit: A,
|
|
13484
13524
|
className: k.form,
|
|
13485
13525
|
"data-error": l ? "true" : "false",
|
|
13486
13526
|
children: [
|
|
13487
|
-
/* @__PURE__ */
|
|
13527
|
+
/* @__PURE__ */ f("div", { className: k.field, children: [
|
|
13488
13528
|
/* @__PURE__ */ a("label", { className: k.label, children: "Código de verificación" }),
|
|
13489
13529
|
/* @__PURE__ */ a(
|
|
13490
13530
|
"input",
|
|
@@ -13500,15 +13540,15 @@ function o9({ goToLogin: e, handleGoogleLogin: t, CAPTCHA_KEY: n }) {
|
|
|
13500
13540
|
] }),
|
|
13501
13541
|
l && /* @__PURE__ */ a("p", { className: k.error, children: l }),
|
|
13502
13542
|
/* @__PURE__ */ a("button", { type: "submit", className: k.primary, disabled: c, children: c ? /* @__PURE__ */ a(Je, {}) : "Confirmar cuenta" }),
|
|
13503
|
-
/* @__PURE__ */
|
|
13543
|
+
/* @__PURE__ */ f("p", { className: k.switch, children: [
|
|
13504
13544
|
"¿Ya confirmaste antes?",
|
|
13505
13545
|
/* @__PURE__ */ a("button", { type: "button", onClick: e, children: "Iniciar sesión" })
|
|
13506
13546
|
] })
|
|
13507
13547
|
]
|
|
13508
13548
|
}
|
|
13509
13549
|
),
|
|
13510
|
-
h === "success" && /* @__PURE__ */
|
|
13511
|
-
/* @__PURE__ */
|
|
13550
|
+
h === "success" && /* @__PURE__ */ f("form", { className: k.form, children: [
|
|
13551
|
+
/* @__PURE__ */ f("div", { className: k.successContainer, children: [
|
|
13512
13552
|
/* @__PURE__ */ a("div", { className: k.thumbsUp, children: /* @__PURE__ */ a(
|
|
13513
13553
|
"svg",
|
|
13514
13554
|
{
|
|
@@ -13525,14 +13565,14 @@ function o9({ goToLogin: e, handleGoogleLogin: t, CAPTCHA_KEY: n }) {
|
|
|
13525
13565
|
)
|
|
13526
13566
|
}
|
|
13527
13567
|
) }),
|
|
13528
|
-
/* @__PURE__ */
|
|
13568
|
+
/* @__PURE__ */ f("div", { className: k.successMessage, children: [
|
|
13529
13569
|
/* @__PURE__ */ a("p", { children: "Confirmación completa." }),
|
|
13530
13570
|
/* @__PURE__ */ a("p", { children: "Ya eres parte de la comunidad!" })
|
|
13531
13571
|
] })
|
|
13532
13572
|
] }),
|
|
13533
13573
|
/* @__PURE__ */ a("button", { onClick: e, className: k.primary, children: "Iniciar sesión" })
|
|
13534
13574
|
] }),
|
|
13535
|
-
h === "register" && /* @__PURE__ */
|
|
13575
|
+
h === "register" && /* @__PURE__ */ f("p", { className: k.switch, children: [
|
|
13536
13576
|
"¿Ya tenés cuenta?",
|
|
13537
13577
|
/* @__PURE__ */ a("button", { type: "button", onClick: e, children: "Iniciar sesión" })
|
|
13538
13578
|
] })
|
|
@@ -13545,8 +13585,8 @@ function s9({
|
|
|
13545
13585
|
handleGoogleLogin: r,
|
|
13546
13586
|
CAPTCHA_KEY: o
|
|
13547
13587
|
}) {
|
|
13548
|
-
const [s, i] = J("login"), [c, d] = J(""), [l, u] = J(""), [h,
|
|
13549
|
-
return console.log("CAPTCHA_KEY", o), /* @__PURE__ */
|
|
13588
|
+
const [s, i] = J("login"), [c, d] = J(""), [l, u] = J(""), [h, m] = J(""), [p, g] = J(""), [A, w] = J(""), [C, S] = J(!1), [_, x] = J(!1), [v, T] = J(null);
|
|
13589
|
+
return console.log("CAPTCHA_KEY", o), /* @__PURE__ */ f(K, { children: [
|
|
13550
13590
|
s === "login" && /* @__PURE__ */ a(
|
|
13551
13591
|
i9,
|
|
13552
13592
|
{
|
|
@@ -13631,7 +13671,7 @@ function s9({
|
|
|
13631
13671
|
showPassword: C,
|
|
13632
13672
|
loading: _,
|
|
13633
13673
|
error: v,
|
|
13634
|
-
setConfirmationCode:
|
|
13674
|
+
setConfirmationCode: m,
|
|
13635
13675
|
setNewPassword: g,
|
|
13636
13676
|
setConfirmNewPassword: w,
|
|
13637
13677
|
setShowPassword: S,
|
|
@@ -13694,8 +13734,8 @@ function i9({
|
|
|
13694
13734
|
onRegister: u,
|
|
13695
13735
|
handleGoogleLogin: h
|
|
13696
13736
|
}) {
|
|
13697
|
-
return /* @__PURE__ */
|
|
13698
|
-
/* @__PURE__ */
|
|
13737
|
+
return /* @__PURE__ */ f(K, { children: [
|
|
13738
|
+
/* @__PURE__ */ f("button", { onClick: h, className: k.google, children: [
|
|
13699
13739
|
/* @__PURE__ */ a(
|
|
13700
13740
|
"img",
|
|
13701
13741
|
{
|
|
@@ -13707,46 +13747,46 @@ function i9({
|
|
|
13707
13747
|
/* @__PURE__ */ a("span", { children: "Continuar con Google" })
|
|
13708
13748
|
] }),
|
|
13709
13749
|
/* @__PURE__ */ a("div", { className: k.divider, children: /* @__PURE__ */ a("span", { children: "o" }) }),
|
|
13710
|
-
/* @__PURE__ */
|
|
13750
|
+
/* @__PURE__ */ f(
|
|
13711
13751
|
"form",
|
|
13712
13752
|
{
|
|
13713
13753
|
onSubmit: d,
|
|
13714
13754
|
className: k.form,
|
|
13715
13755
|
"data-error": o ? "true" : "false",
|
|
13716
13756
|
children: [
|
|
13717
|
-
/* @__PURE__ */
|
|
13757
|
+
/* @__PURE__ */ f("div", { className: k.field, children: [
|
|
13718
13758
|
/* @__PURE__ */ a("label", { className: k.label, children: "Email" }),
|
|
13719
13759
|
/* @__PURE__ */ a(
|
|
13720
13760
|
"input",
|
|
13721
13761
|
{
|
|
13722
13762
|
type: "email",
|
|
13723
13763
|
value: e,
|
|
13724
|
-
onChange: (
|
|
13764
|
+
onChange: (m) => s(m.target.value),
|
|
13725
13765
|
className: k.input,
|
|
13726
13766
|
placeholder: ""
|
|
13727
13767
|
}
|
|
13728
13768
|
)
|
|
13729
13769
|
] }),
|
|
13730
|
-
/* @__PURE__ */
|
|
13770
|
+
/* @__PURE__ */ f("div", { className: k.field, children: [
|
|
13731
13771
|
/* @__PURE__ */ a("label", { className: k.label, children: "Contraseña" }),
|
|
13732
13772
|
/* @__PURE__ */ a(
|
|
13733
13773
|
"input",
|
|
13734
13774
|
{
|
|
13735
13775
|
type: n ? "text" : "password",
|
|
13736
13776
|
value: t,
|
|
13737
|
-
onChange: (
|
|
13777
|
+
onChange: (m) => i(m.target.value),
|
|
13738
13778
|
className: k.input,
|
|
13739
13779
|
placeholder: ""
|
|
13740
13780
|
}
|
|
13741
13781
|
),
|
|
13742
|
-
/* @__PURE__ */
|
|
13782
|
+
/* @__PURE__ */ f("div", { className: k.checkboxRow, children: [
|
|
13743
13783
|
/* @__PURE__ */ a(
|
|
13744
13784
|
"input",
|
|
13745
13785
|
{
|
|
13746
13786
|
id: "showPasswordLogin",
|
|
13747
13787
|
type: "checkbox",
|
|
13748
13788
|
checked: n,
|
|
13749
|
-
onChange: (
|
|
13789
|
+
onChange: (m) => c(m.target.checked)
|
|
13750
13790
|
}
|
|
13751
13791
|
),
|
|
13752
13792
|
/* @__PURE__ */ a("label", { htmlFor: "showPasswordLogin", className: k.checkboxLabel, children: "Mostrar contraseña" })
|
|
@@ -13757,7 +13797,7 @@ function i9({
|
|
|
13757
13797
|
]
|
|
13758
13798
|
}
|
|
13759
13799
|
),
|
|
13760
|
-
/* @__PURE__ */
|
|
13800
|
+
/* @__PURE__ */ f("p", { className: k.switch, children: [
|
|
13761
13801
|
"¿No tenés cuenta?",
|
|
13762
13802
|
/* @__PURE__ */ a("button", { type: "button", onClick: u, children: "Registrate" })
|
|
13763
13803
|
] }),
|
|
@@ -13780,7 +13820,7 @@ function c9({
|
|
|
13780
13820
|
onSubmit: o,
|
|
13781
13821
|
onBack: s
|
|
13782
13822
|
}) {
|
|
13783
|
-
return /* @__PURE__ */
|
|
13823
|
+
return /* @__PURE__ */ f(
|
|
13784
13824
|
"form",
|
|
13785
13825
|
{
|
|
13786
13826
|
onSubmit: o,
|
|
@@ -13788,7 +13828,7 @@ function c9({
|
|
|
13788
13828
|
"data-error": r ? "true" : "false",
|
|
13789
13829
|
children: [
|
|
13790
13830
|
/* @__PURE__ */ a("p", { className: k.message, children: "Ingrese su dirección de correo electrónico. Le enviaremos un mensaje con un código para restablecer la contraseña." }),
|
|
13791
|
-
/* @__PURE__ */
|
|
13831
|
+
/* @__PURE__ */ f("div", { className: k.field, children: [
|
|
13792
13832
|
/* @__PURE__ */ a("label", { className: k.label, children: "Email" }),
|
|
13793
13833
|
/* @__PURE__ */ a(
|
|
13794
13834
|
"input",
|
|
@@ -13822,22 +13862,22 @@ function l9({
|
|
|
13822
13862
|
setConfirmNewPassword: l,
|
|
13823
13863
|
setShowPassword: u,
|
|
13824
13864
|
onSubmit: h,
|
|
13825
|
-
onBack:
|
|
13865
|
+
onBack: m
|
|
13826
13866
|
}) {
|
|
13827
|
-
return /* @__PURE__ */
|
|
13867
|
+
return /* @__PURE__ */ f(
|
|
13828
13868
|
"form",
|
|
13829
13869
|
{
|
|
13830
13870
|
onSubmit: h,
|
|
13831
13871
|
className: k.form,
|
|
13832
13872
|
"data-error": i ? "true" : "false",
|
|
13833
13873
|
children: [
|
|
13834
|
-
/* @__PURE__ */
|
|
13874
|
+
/* @__PURE__ */ f("p", { className: k.message, children: [
|
|
13835
13875
|
"Hemos enviado un código de restablecimiento de contraseña en un mensaje de Correo electrónico a ",
|
|
13836
13876
|
Zg(e),
|
|
13837
13877
|
". Ingrese el código y la contraseña nueva."
|
|
13838
13878
|
] }),
|
|
13839
|
-
/* @__PURE__ */
|
|
13840
|
-
/* @__PURE__ */
|
|
13879
|
+
/* @__PURE__ */ f("ul", { className: k.formUl, children: [
|
|
13880
|
+
/* @__PURE__ */ f("div", { className: k.field, children: [
|
|
13841
13881
|
/* @__PURE__ */ a("label", { className: k.label, children: "Código de verificación" }),
|
|
13842
13882
|
/* @__PURE__ */ a(
|
|
13843
13883
|
"input",
|
|
@@ -13850,7 +13890,7 @@ function l9({
|
|
|
13850
13890
|
}
|
|
13851
13891
|
)
|
|
13852
13892
|
] }),
|
|
13853
|
-
/* @__PURE__ */
|
|
13893
|
+
/* @__PURE__ */ f("div", { className: k.field, children: [
|
|
13854
13894
|
/* @__PURE__ */ a("label", { className: k.label, children: "Nueva contraseña" }),
|
|
13855
13895
|
/* @__PURE__ */ a(
|
|
13856
13896
|
"input",
|
|
@@ -13865,13 +13905,13 @@ function l9({
|
|
|
13865
13905
|
),
|
|
13866
13906
|
/* @__PURE__ */ a("div", { className: k.passwordChecker, children: Cn.map((p, g) => {
|
|
13867
13907
|
const A = p.test(n);
|
|
13868
|
-
return /* @__PURE__ */
|
|
13908
|
+
return /* @__PURE__ */ f("div", { className: A ? k.valid : k.invalid, children: [
|
|
13869
13909
|
/* @__PURE__ */ a("div", { children: A ? "✔" : "○" }),
|
|
13870
13910
|
/* @__PURE__ */ a("div", { children: p.label })
|
|
13871
13911
|
] }, g);
|
|
13872
13912
|
}) })
|
|
13873
13913
|
] }),
|
|
13874
|
-
/* @__PURE__ */
|
|
13914
|
+
/* @__PURE__ */ f("div", { className: k.field, children: [
|
|
13875
13915
|
/* @__PURE__ */ a("label", { className: k.label, children: "Confirmar contraseña" }),
|
|
13876
13916
|
/* @__PURE__ */ a(
|
|
13877
13917
|
"input",
|
|
@@ -13883,7 +13923,7 @@ function l9({
|
|
|
13883
13923
|
placeholder: ""
|
|
13884
13924
|
}
|
|
13885
13925
|
),
|
|
13886
|
-
/* @__PURE__ */
|
|
13926
|
+
/* @__PURE__ */ f("div", { className: k.checkboxRow, children: [
|
|
13887
13927
|
/* @__PURE__ */ a(
|
|
13888
13928
|
"input",
|
|
13889
13929
|
{
|
|
@@ -13915,13 +13955,13 @@ function l9({
|
|
|
13915
13955
|
children: s ? /* @__PURE__ */ a(Je, {}) : "Cambiar contraseña"
|
|
13916
13956
|
}
|
|
13917
13957
|
),
|
|
13918
|
-
/* @__PURE__ */ a("p", { className: k.switch, children: /* @__PURE__ */ a("button", { type: "button", onClick:
|
|
13958
|
+
/* @__PURE__ */ a("p", { className: k.switch, children: /* @__PURE__ */ a("button", { type: "button", onClick: m, children: "Volver" }) })
|
|
13919
13959
|
]
|
|
13920
13960
|
}
|
|
13921
13961
|
);
|
|
13922
13962
|
}
|
|
13923
13963
|
function d9({ onBackToLogin: e }) {
|
|
13924
|
-
return /* @__PURE__ */
|
|
13964
|
+
return /* @__PURE__ */ f("div", { className: k.form, children: [
|
|
13925
13965
|
/* @__PURE__ */ a("p", { className: k.success, children: "La contraseña fue cambiada con éxito" }),
|
|
13926
13966
|
/* @__PURE__ */ a("button", { type: "button", className: k.primary, onClick: e, children: "Iniciar Sesión" })
|
|
13927
13967
|
] });
|
|
@@ -13950,8 +13990,8 @@ function u9({
|
|
|
13950
13990
|
const l = d.target;
|
|
13951
13991
|
l && l.id === "pop-overlay" && t();
|
|
13952
13992
|
},
|
|
13953
|
-
children: /* @__PURE__ */
|
|
13954
|
-
/* @__PURE__ */
|
|
13993
|
+
children: /* @__PURE__ */ f("div", { className: k.card, children: [
|
|
13994
|
+
/* @__PURE__ */ f("header", { className: k.header, children: [
|
|
13955
13995
|
/* @__PURE__ */ a("div", { className: k.logo, children: r ? r() : null }),
|
|
13956
13996
|
/* @__PURE__ */ a(
|
|
13957
13997
|
"button",
|
|
@@ -13996,7 +14036,7 @@ function h9({
|
|
|
13996
14036
|
COMMENTS_VARS: c
|
|
13997
14037
|
}) {
|
|
13998
14038
|
const [d, l] = xe.useState(!1);
|
|
13999
|
-
return /* @__PURE__ */
|
|
14039
|
+
return /* @__PURE__ */ f(K, { children: [
|
|
14000
14040
|
d && /* @__PURE__ */ a(
|
|
14001
14041
|
u9,
|
|
14002
14042
|
{
|
|
@@ -14009,14 +14049,14 @@ function h9({
|
|
|
14009
14049
|
}
|
|
14010
14050
|
}
|
|
14011
14051
|
),
|
|
14012
|
-
!e && /* @__PURE__ */
|
|
14052
|
+
!e && /* @__PURE__ */ f("div", { className: "auth-container", children: [
|
|
14013
14053
|
/* @__PURE__ */ a("p", { children: "Sumate a la comunidad para dejar tu comentario" }),
|
|
14014
14054
|
/* @__PURE__ */ a(
|
|
14015
14055
|
"a",
|
|
14016
14056
|
{
|
|
14017
14057
|
href: n,
|
|
14018
|
-
onClick: async (
|
|
14019
|
-
|
|
14058
|
+
onClick: async (m) => {
|
|
14059
|
+
m.preventDefault(), n && l(!0);
|
|
14020
14060
|
},
|
|
14021
14061
|
className: "login-button",
|
|
14022
14062
|
children: "Iniciar Sesión"
|
|
@@ -14055,8 +14095,8 @@ function m9({
|
|
|
14055
14095
|
try {
|
|
14056
14096
|
const p = await (await fetch("/api/auth/user", { credentials: "include" })).json();
|
|
14057
14097
|
s(p.isAuthenticated ?? !1), c(p.user ?? null);
|
|
14058
|
-
} catch (
|
|
14059
|
-
console.error("Error checking auth:",
|
|
14098
|
+
} catch (m) {
|
|
14099
|
+
console.error("Error checking auth:", m), s(!1), c(null);
|
|
14060
14100
|
}
|
|
14061
14101
|
}
|
|
14062
14102
|
}, [e, d]);
|
|
@@ -14064,12 +14104,12 @@ function m9({
|
|
|
14064
14104
|
l();
|
|
14065
14105
|
}, [l, e]), De(() => {
|
|
14066
14106
|
if (!i || !e || typeof window > "u") return;
|
|
14067
|
-
const
|
|
14068
|
-
if (typeof
|
|
14107
|
+
const m = window;
|
|
14108
|
+
if (typeof m != "function") {
|
|
14069
14109
|
console.warn("gtag no está disponible todavía");
|
|
14070
14110
|
return;
|
|
14071
14111
|
}
|
|
14072
|
-
|
|
14112
|
+
m.gtag("set", { user_id: i.username }), console.log("username setted successfully");
|
|
14073
14113
|
}, [i, e]);
|
|
14074
14114
|
const u = "/api/auth/login", h = /* @__PURE__ */ a(
|
|
14075
14115
|
"div",
|
|
@@ -14111,16 +14151,16 @@ const N3 = ({
|
|
|
14111
14151
|
const d = Or(null), [l, u] = xe.useState(i);
|
|
14112
14152
|
xe.useEffect(() => {
|
|
14113
14153
|
if (i || l) return;
|
|
14114
|
-
const
|
|
14154
|
+
const m = new IntersectionObserver(
|
|
14115
14155
|
([p]) => {
|
|
14116
|
-
p?.isIntersecting && (u(!0),
|
|
14156
|
+
p?.isIntersecting && (u(!0), m.disconnect());
|
|
14117
14157
|
},
|
|
14118
14158
|
{
|
|
14119
14159
|
rootMargin: "0px",
|
|
14120
14160
|
threshold: 0.1
|
|
14121
14161
|
}
|
|
14122
14162
|
);
|
|
14123
|
-
return d.current &&
|
|
14163
|
+
return d.current && m.observe(d.current), () => m.disconnect();
|
|
14124
14164
|
}, []);
|
|
14125
14165
|
const h = {
|
|
14126
14166
|
comment: /* @__PURE__ */ a(
|
|
@@ -14204,14 +14244,14 @@ async function S3({
|
|
|
14204
14244
|
message: "Captcha inválido. Intenta nuevamente.",
|
|
14205
14245
|
status: 403
|
|
14206
14246
|
};
|
|
14207
|
-
const h = `${i}/system/modules/com.tfsla.diario.base/templates/hit/5.0/1/newcomments/add`,
|
|
14247
|
+
const h = `${i}/system/modules/com.tfsla.diario.base/templates/hit/5.0/1/newcomments/add`, m = {
|
|
14208
14248
|
publication: e,
|
|
14209
14249
|
path: t.replace(/\|/gi, "/"),
|
|
14210
14250
|
username: n ?? !1,
|
|
14211
14251
|
text: r.trim()
|
|
14212
14252
|
};
|
|
14213
|
-
o && (
|
|
14214
|
-
const p = new URLSearchParams(
|
|
14253
|
+
o && (m.id = o);
|
|
14254
|
+
const p = new URLSearchParams(m);
|
|
14215
14255
|
try {
|
|
14216
14256
|
const { data: g } = await oe.get(`${h}?${p.toString()}`, {
|
|
14217
14257
|
headers: {
|
|
@@ -14301,19 +14341,19 @@ export {
|
|
|
14301
14341
|
rt as BannerAdvertisingMiddle,
|
|
14302
14342
|
K9 as CarrouselCSR,
|
|
14303
14343
|
Et as CarrouselIRS,
|
|
14304
|
-
|
|
14305
|
-
|
|
14344
|
+
Jf as CarruselCard,
|
|
14345
|
+
s2 as CarruselOpinion,
|
|
14306
14346
|
at as CommonServices,
|
|
14307
14347
|
zo as Comscore,
|
|
14308
14348
|
u3 as ContactInfoServer,
|
|
14309
14349
|
t3 as ContactInput,
|
|
14310
14350
|
n3 as ContactSelect,
|
|
14311
14351
|
a3 as ContactTextarea,
|
|
14312
|
-
|
|
14352
|
+
Vt as ContentLayout1,
|
|
14313
14353
|
sr as ContentLayoutTema,
|
|
14314
14354
|
f3 as DEBUG_MainSlots,
|
|
14315
14355
|
Xm as DestacadoNoticias,
|
|
14316
|
-
|
|
14356
|
+
Df as DestacadoVideos,
|
|
14317
14357
|
uc as DynamicBlockServices,
|
|
14318
14358
|
m3 as DynamicComponents,
|
|
14319
14359
|
Vn as DynamicMainSlot,
|
|
@@ -14347,11 +14387,11 @@ export {
|
|
|
14347
14387
|
$o as Marfeel,
|
|
14348
14388
|
ht as MiddleSection,
|
|
14349
14389
|
xo as Modulo1x3,
|
|
14350
|
-
|
|
14351
|
-
|
|
14352
|
-
|
|
14390
|
+
Kf as Modulo1x3Card,
|
|
14391
|
+
kf as Modulo1x4,
|
|
14392
|
+
Lf as Modulo1x5,
|
|
14353
14393
|
c3 as Modulo2Columnas,
|
|
14354
|
-
|
|
14394
|
+
xf as Modulo3Columnas,
|
|
14355
14395
|
l3 as ModuloNewsletter,
|
|
14356
14396
|
s3 as ModuloOpinion,
|
|
14357
14397
|
xg as NewListResponseDataPH,
|
|
@@ -14372,7 +14412,7 @@ export {
|
|
|
14372
14412
|
ia as SectionCardServerComponent,
|
|
14373
14413
|
d3 as SectionServerComponent,
|
|
14374
14414
|
wc as ShowSection,
|
|
14375
|
-
|
|
14415
|
+
G2 as SocialNetworks,
|
|
14376
14416
|
Es as SpeculationRules,
|
|
14377
14417
|
h3 as StaticSlotWrapper,
|
|
14378
14418
|
Al as SubscribeColumn,
|
|
@@ -14391,7 +14431,7 @@ export {
|
|
|
14391
14431
|
Us as WebsiteList,
|
|
14392
14432
|
S3 as addComment,
|
|
14393
14433
|
fa as bannersReplace,
|
|
14394
|
-
|
|
14434
|
+
Mt as becomeVideoObject,
|
|
14395
14435
|
vt as buildTagUrl,
|
|
14396
14436
|
cd as coloringByStrokeSVGs,
|
|
14397
14437
|
Ea as compileStyleProps,
|
|
@@ -14412,11 +14452,11 @@ export {
|
|
|
14412
14452
|
ms as getEnvironmentUrlFront,
|
|
14413
14453
|
_9 as getHydratorPath,
|
|
14414
14454
|
pe as getImageUrl,
|
|
14415
|
-
|
|
14416
|
-
|
|
14455
|
+
Wt as getNextMeta,
|
|
14456
|
+
Yt as getPage,
|
|
14417
14457
|
va as getPlayIcon,
|
|
14418
14458
|
N9 as getPreloadImages,
|
|
14419
|
-
|
|
14459
|
+
$t as getPrevMeta,
|
|
14420
14460
|
C3 as getReportReasonLabel,
|
|
14421
14461
|
jr as getResponse,
|
|
14422
14462
|
hs as getResponsePromise,
|