sass-template-common 0.2.75 → 0.2.77
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.
|
@@ -157,7 +157,7 @@ function js() {
|
|
|
157
157
|
(function(n, s) {
|
|
158
158
|
e.exports = s();
|
|
159
159
|
})(Wr, (function() {
|
|
160
|
-
var n = 1e3, s = 6e4, r = 36e5, o = "millisecond", i = "second", c = "minute", d = "hour", l = "day", u = "week",
|
|
160
|
+
var n = 1e3, s = 6e4, r = 36e5, o = "millisecond", i = "second", c = "minute", d = "hour", l = "day", u = "week", m = "month", h = "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+)?$/, v = /\[([^\]]+)]|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, N = { 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(M) {
|
|
161
161
|
var U = ["th", "st", "nd", "rd"], x = M % 100;
|
|
162
162
|
return "[" + M + (U[(x - 20) % 10] || U[x] || U[0]) + "]";
|
|
163
163
|
} }, _ = function(M, U, x) {
|
|
@@ -168,12 +168,12 @@ function js() {
|
|
|
168
168
|
return (U <= 0 ? "+" : "-") + _(D, 2, "0") + ":" + _(T, 2, "0");
|
|
169
169
|
}, m: function M(U, x) {
|
|
170
170
|
if (U.date() < x.date()) return -M(x, U);
|
|
171
|
-
var D = 12 * (x.year() - U.year()) + (x.month() - U.month()), T = U.clone().add(D,
|
|
171
|
+
var D = 12 * (x.year() - U.year()) + (x.month() - U.month()), T = U.clone().add(D, m), z = x - T < 0, y = U.clone().add(D + (z ? -1 : 1), m);
|
|
172
172
|
return +(-(D + (x - T) / (z ? T - y : y - T)) || 0);
|
|
173
173
|
}, a: function(M) {
|
|
174
174
|
return M < 0 ? Math.ceil(M) || 0 : Math.floor(M);
|
|
175
175
|
}, p: function(M) {
|
|
176
|
-
return { M:
|
|
176
|
+
return { M: m, y: p, w: u, d: l, D: g, h: d, m: c, s: i, ms: o, Q: h }[M] || String(M || "").toLowerCase().replace(/s$/, "");
|
|
177
177
|
}, u: function(M) {
|
|
178
178
|
return M === void 0;
|
|
179
179
|
} }, b = "en", I = {};
|
|
@@ -251,7 +251,7 @@ function js() {
|
|
|
251
251
|
switch (y) {
|
|
252
252
|
case p:
|
|
253
253
|
return z ? S(1, 0) : S(31, 11);
|
|
254
|
-
case
|
|
254
|
+
case m:
|
|
255
255
|
return z ? S(1, B) : S(0, B + 1);
|
|
256
256
|
case u:
|
|
257
257
|
var F = this.$locale().weekStart || 0, Z = (j < F ? j + 7 : j) - F;
|
|
@@ -271,8 +271,8 @@ function js() {
|
|
|
271
271
|
}, U.endOf = function(x) {
|
|
272
272
|
return this.startOf(x, !1);
|
|
273
273
|
}, U.$set = function(x, D) {
|
|
274
|
-
var T, z = P.p(x), y = "set" + (this.$u ? "UTC" : ""), S = (T = {}, T[l] = y + "Date", T[g] = y + "Date", T[
|
|
275
|
-
if (z ===
|
|
274
|
+
var T, z = P.p(x), y = "set" + (this.$u ? "UTC" : ""), S = (T = {}, T[l] = y + "Date", T[g] = y + "Date", T[m] = y + "Month", T[p] = y + "FullYear", T[d] = y + "Hours", T[c] = y + "Minutes", T[i] = y + "Seconds", T[o] = y + "Milliseconds", T)[z], L = z === l ? this.$D + (D - this.$W) : D;
|
|
275
|
+
if (z === m || z === p) {
|
|
276
276
|
var j = this.clone().set(g, 1);
|
|
277
277
|
j.$d[S](L), j.init(), this.$d = j.set(g, Math.min(this.$D, j.daysInMonth())).$d;
|
|
278
278
|
} else S && this.$d[S](L);
|
|
@@ -288,7 +288,7 @@ function js() {
|
|
|
288
288
|
var H = G(z);
|
|
289
289
|
return P.w(H.date(H.date() + Math.round(B * x)), z);
|
|
290
290
|
};
|
|
291
|
-
if (y ===
|
|
291
|
+
if (y === m) return this.set(m, this.$M + x);
|
|
292
292
|
if (y === p) return this.set(p, this.$y + x);
|
|
293
293
|
if (y === l) return S(1);
|
|
294
294
|
if (y === u) return S(7);
|
|
@@ -372,10 +372,10 @@ function js() {
|
|
|
372
372
|
case p:
|
|
373
373
|
z = H() / 12;
|
|
374
374
|
break;
|
|
375
|
-
case
|
|
375
|
+
case m:
|
|
376
376
|
z = H();
|
|
377
377
|
break;
|
|
378
|
-
case
|
|
378
|
+
case h:
|
|
379
379
|
z = H() / 3;
|
|
380
380
|
break;
|
|
381
381
|
case u:
|
|
@@ -398,7 +398,7 @@ function js() {
|
|
|
398
398
|
}
|
|
399
399
|
return T ? z : P.a(z);
|
|
400
400
|
}, U.daysInMonth = function() {
|
|
401
|
-
return this.endOf(
|
|
401
|
+
return this.endOf(m).$D;
|
|
402
402
|
}, U.$locale = function() {
|
|
403
403
|
return I[this.$L];
|
|
404
404
|
}, U.locale = function(x, D) {
|
|
@@ -417,7 +417,7 @@ function js() {
|
|
|
417
417
|
return this.$d.toUTCString();
|
|
418
418
|
}, M;
|
|
419
419
|
})(), ce = te.prototype;
|
|
420
|
-
return G.prototype = ce, [["$ms", o], ["$s", i], ["$m", c], ["$H", d], ["$W", l], ["$M",
|
|
420
|
+
return G.prototype = ce, [["$ms", o], ["$s", i], ["$m", c], ["$H", d], ["$W", l], ["$M", m], ["$y", p], ["$D", g]].forEach((function(M) {
|
|
421
421
|
ce[M[1]] = function(U) {
|
|
422
422
|
return this.$g(U, M[0], M[1]);
|
|
423
423
|
};
|
|
@@ -440,13 +440,13 @@ function Jr() {
|
|
|
440
440
|
return function(n, s, r) {
|
|
441
441
|
n = n || {};
|
|
442
442
|
var o = s.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,
|
|
444
|
-
return o.fromToBase(l, u,
|
|
443
|
+
function c(l, u, m, h) {
|
|
444
|
+
return o.fromToBase(l, u, m, h);
|
|
445
445
|
}
|
|
446
|
-
r.en.relativeTime = i, o.fromToBase = function(l, u,
|
|
447
|
-
for (var g, A, w, v =
|
|
446
|
+
r.en.relativeTime = i, o.fromToBase = function(l, u, m, h, p) {
|
|
447
|
+
for (var g, A, w, v = m.$locale().relativeTime || i, N = 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" }], _ = N.length, E = 0; E < _; E += 1) {
|
|
448
448
|
var b = N[E];
|
|
449
|
-
b.d && (g =
|
|
449
|
+
b.d && (g = h ? r(l).diff(m, b.d, !0) : m.diff(l, b.d, !0));
|
|
450
450
|
var I = (n.rounding || Math.round)(Math.abs(g));
|
|
451
451
|
if (w = g > 0, I <= b.r || !b.r) {
|
|
452
452
|
I <= 1 && E > 0 && (b = N[E - 1]);
|
|
@@ -494,7 +494,7 @@ function to() {
|
|
|
494
494
|
})(un)), un.exports;
|
|
495
495
|
}
|
|
496
496
|
to();
|
|
497
|
-
var
|
|
497
|
+
var mn = { exports: {} }, no = mn.exports, Ma;
|
|
498
498
|
function ao() {
|
|
499
499
|
return Ma || (Ma = 1, (function(e, t) {
|
|
500
500
|
(function(n, s) {
|
|
@@ -523,10 +523,10 @@ function ao() {
|
|
|
523
523
|
this.$y = A.getUTCFullYear(), this.$M = A.getUTCMonth(), this.$D = A.getUTCDate(), this.$W = A.getUTCDay(), this.$H = A.getUTCHours(), this.$m = A.getUTCMinutes(), this.$s = A.getUTCSeconds(), this.$ms = A.getUTCMilliseconds();
|
|
524
524
|
} else u.call(this);
|
|
525
525
|
};
|
|
526
|
-
var
|
|
526
|
+
var m = d.utcOffset;
|
|
527
527
|
d.utcOffset = function(A, w) {
|
|
528
528
|
var v = this.$utils().u;
|
|
529
|
-
if (v(A)) return this.$u ? 0 : v(this.$offset) ?
|
|
529
|
+
if (v(A)) return this.$u ? 0 : v(this.$offset) ? m.call(this) : this.$offset;
|
|
530
530
|
if (typeof A == "string" && (A = (function(b) {
|
|
531
531
|
b === void 0 && (b = "");
|
|
532
532
|
var I = b.match(s);
|
|
@@ -541,10 +541,10 @@ function ao() {
|
|
|
541
541
|
var E = this.$u ? this.toDate().getTimezoneOffset() : -1 * this.utcOffset();
|
|
542
542
|
return (_ = this.local().add(N + E, n)).$offset = N, _.$x.$localOffset = E, _;
|
|
543
543
|
};
|
|
544
|
-
var
|
|
544
|
+
var h = 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 h.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;
|
|
@@ -567,11 +567,11 @@ function ao() {
|
|
|
567
567
|
};
|
|
568
568
|
};
|
|
569
569
|
}));
|
|
570
|
-
})(
|
|
570
|
+
})(mn)), mn.exports;
|
|
571
571
|
}
|
|
572
572
|
var so = ao();
|
|
573
573
|
const ro = /* @__PURE__ */ Nt(so);
|
|
574
|
-
var
|
|
574
|
+
var hn = { exports: {} }, oo = hn.exports, ja;
|
|
575
575
|
function io() {
|
|
576
576
|
return ja || (ja = 1, (function(e, t) {
|
|
577
577
|
(function(n, s) {
|
|
@@ -579,60 +579,60 @@ function io() {
|
|
|
579
579
|
})(oo, (function() {
|
|
580
580
|
var n = { year: 0, month: 1, day: 2, hour: 3, minute: 4, second: 5 }, s = {};
|
|
581
581
|
return function(r, o, i) {
|
|
582
|
-
var c, d = function(
|
|
582
|
+
var c, d = function(h, p, g) {
|
|
583
583
|
g === void 0 && (g = {});
|
|
584
|
-
var A = new Date(
|
|
584
|
+
var A = new Date(h), w = (function(v, N) {
|
|
585
585
|
N === void 0 && (N = {});
|
|
586
586
|
var _ = N.timeZoneName || "short", E = v + "|" + _, b = s[E];
|
|
587
587
|
return b || (b = new Intl.DateTimeFormat("en-US", { hour12: !1, timeZone: v, year: "numeric", month: "2-digit", day: "2-digit", hour: "2-digit", minute: "2-digit", second: "2-digit", timeZoneName: _ }), s[E] = b), b;
|
|
588
588
|
})(p, g);
|
|
589
589
|
return w.formatToParts(A);
|
|
590
|
-
}, l = function(
|
|
591
|
-
for (var g = d(
|
|
590
|
+
}, l = function(h, p) {
|
|
591
|
+
for (var g = d(h, p), A = [], w = 0; w < g.length; w += 1) {
|
|
592
592
|
var v = g[w], N = v.type, _ = v.value, E = n[N];
|
|
593
593
|
E >= 0 && (A[E] = parseInt(_, 10));
|
|
594
594
|
}
|
|
595
|
-
var b = A[3], I = b === 24 ? 0 : b, q = A[0] + "-" + A[1] + "-" + A[2] + " " + I + ":" + A[4] + ":" + A[5] + ":000", Q = +
|
|
595
|
+
var b = A[3], I = b === 24 ? 0 : b, q = A[0] + "-" + A[1] + "-" + A[2] + " " + I + ":" + A[4] + ":" + A[5] + ":000", Q = +h;
|
|
596
596
|
return (i.utc(q).valueOf() - (Q -= Q % 1e3)) / 6e4;
|
|
597
597
|
}, u = o.prototype;
|
|
598
|
-
u.tz = function(
|
|
599
|
-
|
|
600
|
-
var g, A = this.utcOffset(), w = this.toDate(), v = w.toLocaleString("en-US", { timeZone:
|
|
598
|
+
u.tz = function(h, p) {
|
|
599
|
+
h === void 0 && (h = c);
|
|
600
|
+
var g, A = this.utcOffset(), w = this.toDate(), v = w.toLocaleString("en-US", { timeZone: h }), N = Math.round((w - new Date(v)) / 1e3 / 60), _ = 15 * -Math.round(w.getTimezoneOffset() / 15) - N;
|
|
601
601
|
if (!Number(_)) g = this.utcOffset(0, p);
|
|
602
602
|
else if (g = i(v, { locale: this.$L }).$set("millisecond", this.$ms).utcOffset(_, !0), p) {
|
|
603
603
|
var E = g.utcOffset();
|
|
604
604
|
g = g.add(A - E, "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 = h, g;
|
|
607
|
+
}, u.offsetName = function(h) {
|
|
608
|
+
var p = this.$x.$timezone || i.tz.guess(), g = d(this.valueOf(), p, { timeZoneName: h }).find((function(A) {
|
|
609
609
|
return A.type.toLowerCase() === "timezonename";
|
|
610
610
|
}));
|
|
611
611
|
return g && g.value;
|
|
612
612
|
};
|
|
613
|
-
var
|
|
614
|
-
u.startOf = function(
|
|
615
|
-
if (!this.$x || !this.$x.$timezone) return
|
|
613
|
+
var m = u.startOf;
|
|
614
|
+
u.startOf = function(h, p) {
|
|
615
|
+
if (!this.$x || !this.$x.$timezone) return m.call(this, h, p);
|
|
616
616
|
var g = i(this.format("YYYY-MM-DD HH:mm:ss:SSS"), { locale: this.$L });
|
|
617
|
-
return
|
|
618
|
-
}, i.tz = function(
|
|
617
|
+
return m.call(g, h, p).tz(this.$x.$timezone, !0);
|
|
618
|
+
}, i.tz = function(h, p, g) {
|
|
619
619
|
var A = g && p, w = g || p || c, v = l(+i(), w);
|
|
620
|
-
if (typeof
|
|
620
|
+
if (typeof h != "string") return i(h).tz(w);
|
|
621
621
|
var N = (function(I, q, Q) {
|
|
622
622
|
var ee = I - 60 * q * 1e3, G = l(ee, Q);
|
|
623
623
|
if (q === G) return [ee, q];
|
|
624
624
|
var P = l(ee -= 60 * (G - q) * 1e3, Q);
|
|
625
625
|
return G === P ? [ee, G] : [I - 60 * Math.min(G, P) * 1e3, Math.max(G, P)];
|
|
626
|
-
})(i.utc(
|
|
626
|
+
})(i.utc(h, A).valueOf(), v, w), _ = N[0], E = N[1], b = i(_).utcOffset(E);
|
|
627
627
|
return b.$x.$timezone = w, b;
|
|
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(h) {
|
|
631
|
+
c = h;
|
|
632
632
|
};
|
|
633
633
|
};
|
|
634
634
|
}));
|
|
635
|
-
})(
|
|
635
|
+
})(hn)), hn.exports;
|
|
636
636
|
}
|
|
637
637
|
var co = io();
|
|
638
638
|
const lo = /* @__PURE__ */ Nt(co);
|
|
@@ -657,7 +657,7 @@ const Sn = (e) => e === "en" ? "en" : "es", je = (e, t) => {
|
|
|
657
657
|
function Gs(e) {
|
|
658
658
|
return e && e.status === "fulfilled" ? e.value.data : null;
|
|
659
659
|
}
|
|
660
|
-
function
|
|
660
|
+
function mo(e) {
|
|
661
661
|
return e && e.status === "fulfilled" ? e.value : null;
|
|
662
662
|
}
|
|
663
663
|
const Mt = (e, t, n, s) => ({
|
|
@@ -738,7 +738,7 @@ const T9 = async (e, t) => {
|
|
|
738
738
|
}, jt = () => {
|
|
739
739
|
const { PUBLIC_ENV: e, PUBLIC_API_HOST: t, PUBLIC_ASSETS_URL: n } = Y();
|
|
740
740
|
return e == "local" ? t : n && n !== "false" ? n : "";
|
|
741
|
-
},
|
|
741
|
+
}, ho = () => {
|
|
742
742
|
const { PUBLIC_ENV: e, PUBLIC_API_FRONT: t } = Y();
|
|
743
743
|
return e === "local" ? t : "";
|
|
744
744
|
}, fo = (e, t) => {
|
|
@@ -1167,9 +1167,9 @@ const To = async ({
|
|
|
1167
1167
|
logow: t.socialBlockLogo?.width,
|
|
1168
1168
|
logoh: t.socialBlockLogo?.height,
|
|
1169
1169
|
authorurl: n + "/autor/"
|
|
1170
|
-
}, u = e.split("/")[1],
|
|
1170
|
+
}, u = e.split("/")[1], m = u == "liveblogs" || u == "liveblog" ? ["/news", "/news-breadcrumb", "/news-liveblog"] : ["/news", "/news-breadcrumb"], h = t.paths.tema !== "" ? "/" + t.paths.tema : t.paths.tema, p = r !== "false" && o !== "false" ? "/" + r + h : h;
|
|
1171
1171
|
i = (await Promise.all(
|
|
1172
|
-
|
|
1172
|
+
m.map(async (A) => {
|
|
1173
1173
|
const w = A === "/news-breadcrumb" ? { ...l, prefixtag: p } : l;
|
|
1174
1174
|
return await ya(w, A, s);
|
|
1175
1175
|
})
|
|
@@ -1654,14 +1654,14 @@ const Xo = (e, t, n, { allOwnKeys: s } = {}) => (zt(t, (r, o) => {
|
|
|
1654
1654
|
});
|
|
1655
1655
|
}
|
|
1656
1656
|
});
|
|
1657
|
-
},
|
|
1657
|
+
}, mi = (e, t) => {
|
|
1658
1658
|
const n = {}, s = (r) => {
|
|
1659
1659
|
r.forEach((o) => {
|
|
1660
1660
|
n[o] = !0;
|
|
1661
1661
|
});
|
|
1662
1662
|
};
|
|
1663
1663
|
return St(e) ? s(e) : s(String(e).split(t)), n;
|
|
1664
|
-
},
|
|
1664
|
+
}, hi = () => {
|
|
1665
1665
|
}, fi = (e, t) => e != null && Number.isFinite(e = +e) ? e : t;
|
|
1666
1666
|
function gi(e) {
|
|
1667
1667
|
return !!(e && Ne(e.append) && e[$s] === "FormData" && e[xn]);
|
|
@@ -1737,9 +1737,9 @@ const pi = (e) => {
|
|
|
1737
1737
|
// an alias to avoid ESLint no-prototype-builtins detection
|
|
1738
1738
|
reduceDescriptors: Zs,
|
|
1739
1739
|
freezeMethods: ui,
|
|
1740
|
-
toObjectSet:
|
|
1740
|
+
toObjectSet: mi,
|
|
1741
1741
|
toCamelCase: li,
|
|
1742
|
-
noop:
|
|
1742
|
+
noop: hi,
|
|
1743
1743
|
toFiniteNumber: fi,
|
|
1744
1744
|
findKey: Ks,
|
|
1745
1745
|
global: dt,
|
|
@@ -1861,24 +1861,24 @@ function kn(e, t, n) {
|
|
|
1861
1861
|
}
|
|
1862
1862
|
return oa(g) ? !0 : (t.append(Ha(w, A, o), l(g)), !1);
|
|
1863
1863
|
}
|
|
1864
|
-
const
|
|
1864
|
+
const m = [], h = Object.assign(_i, {
|
|
1865
1865
|
defaultVisitor: u,
|
|
1866
1866
|
convertValue: l,
|
|
1867
1867
|
isVisitable: oa
|
|
1868
1868
|
});
|
|
1869
1869
|
function p(g, A) {
|
|
1870
1870
|
if (!C.isUndefined(g)) {
|
|
1871
|
-
if (
|
|
1871
|
+
if (m.indexOf(g) !== -1)
|
|
1872
1872
|
throw Error("Circular reference detected in " + A.join("."));
|
|
1873
|
-
|
|
1873
|
+
m.push(g), C.forEach(g, function(v, N) {
|
|
1874
1874
|
(!(C.isUndefined(v) || v === null) && r.call(
|
|
1875
1875
|
t,
|
|
1876
1876
|
v,
|
|
1877
1877
|
C.isString(N) ? N.trim() : N,
|
|
1878
1878
|
A,
|
|
1879
|
-
|
|
1879
|
+
h
|
|
1880
1880
|
)) === !0 && p(v, A ? A.concat(N) : [N]);
|
|
1881
|
-
}),
|
|
1881
|
+
}), m.pop();
|
|
1882
1882
|
}
|
|
1883
1883
|
}
|
|
1884
1884
|
if (!C.isObject(e))
|
|
@@ -2198,8 +2198,8 @@ let Se = class {
|
|
|
2198
2198
|
const u = kt(d);
|
|
2199
2199
|
if (!u)
|
|
2200
2200
|
throw new Error("header name must be a non-empty string");
|
|
2201
|
-
const
|
|
2202
|
-
(!
|
|
2201
|
+
const m = C.findKey(r, u);
|
|
2202
|
+
(!m || r[m] === void 0 || l === !0 || l === void 0 && r[m] !== !1) && (r[m || d] = gn(c));
|
|
2203
2203
|
}
|
|
2204
2204
|
const i = (c, d) => C.forEach(c, (l, u) => o(l, u, d));
|
|
2205
2205
|
if (C.isPlainObject(t) || t instanceof this.constructor)
|
|
@@ -2362,13 +2362,13 @@ function zi(e, t) {
|
|
|
2362
2362
|
return t = t !== void 0 ? t : 1e3, function(d) {
|
|
2363
2363
|
const l = Date.now(), u = s[o];
|
|
2364
2364
|
i || (i = l), n[r] = d, s[r] = l;
|
|
2365
|
-
let
|
|
2366
|
-
for (;
|
|
2367
|
-
|
|
2365
|
+
let m = o, h = 0;
|
|
2366
|
+
for (; m !== r; )
|
|
2367
|
+
h += n[m++], m = m % e;
|
|
2368
2368
|
if (r = (r + 1) % e, r === o && (o = (o + 1) % e), l - i < t)
|
|
2369
2369
|
return;
|
|
2370
2370
|
const p = u && l - u;
|
|
2371
|
-
return p ? Math.round(
|
|
2371
|
+
return p ? Math.round(h * 1e3 / p) : void 0;
|
|
2372
2372
|
};
|
|
2373
2373
|
}
|
|
2374
2374
|
function Vi(e, t) {
|
|
@@ -2377,10 +2377,10 @@ function Vi(e, t) {
|
|
|
2377
2377
|
n = u, r = null, o && (clearTimeout(o), o = null), e(...l);
|
|
2378
2378
|
};
|
|
2379
2379
|
return [(...l) => {
|
|
2380
|
-
const u = Date.now(),
|
|
2381
|
-
|
|
2380
|
+
const u = Date.now(), m = u - n;
|
|
2381
|
+
m >= s ? i(l, u) : (r = l, o || (o = setTimeout(() => {
|
|
2382
2382
|
o = null, i(r);
|
|
2383
|
-
}, s -
|
|
2383
|
+
}, s - m)));
|
|
2384
2384
|
}, () => r && i(r)];
|
|
2385
2385
|
}
|
|
2386
2386
|
const yn = (e, t, n = 3) => {
|
|
@@ -2389,7 +2389,7 @@ const yn = (e, t, n = 3) => {
|
|
|
2389
2389
|
return Vi((o) => {
|
|
2390
2390
|
const i = o.loaded, c = o.lengthComputable ? o.total : void 0, d = i - s, l = r(d), u = i <= c;
|
|
2391
2391
|
s = i;
|
|
2392
|
-
const
|
|
2392
|
+
const m = {
|
|
2393
2393
|
loaded: i,
|
|
2394
2394
|
total: c,
|
|
2395
2395
|
progress: c ? i / c : void 0,
|
|
@@ -2400,7 +2400,7 @@ const yn = (e, t, n = 3) => {
|
|
|
2400
2400
|
lengthComputable: c != null,
|
|
2401
2401
|
[t ? "download" : "upload"]: !0
|
|
2402
2402
|
};
|
|
2403
|
-
e(
|
|
2403
|
+
e(m);
|
|
2404
2404
|
}, n);
|
|
2405
2405
|
}, $a = (e, t) => {
|
|
2406
2406
|
const n = e != null;
|
|
@@ -2455,14 +2455,14 @@ const Ya = (e) => e instanceof Se ? { ...e } : e;
|
|
|
2455
2455
|
function ft(e, t) {
|
|
2456
2456
|
t = t || {};
|
|
2457
2457
|
const n = {};
|
|
2458
|
-
function s(l, u,
|
|
2459
|
-
return C.isPlainObject(l) && C.isPlainObject(u) ? C.merge.call({ caseless:
|
|
2458
|
+
function s(l, u, m, h) {
|
|
2459
|
+
return C.isPlainObject(l) && C.isPlainObject(u) ? C.merge.call({ caseless: h }, l, u) : C.isPlainObject(u) ? C.merge({}, u) : C.isArray(u) ? u.slice() : u;
|
|
2460
2460
|
}
|
|
2461
|
-
function r(l, u,
|
|
2461
|
+
function r(l, u, m, h) {
|
|
2462
2462
|
if (C.isUndefined(u)) {
|
|
2463
2463
|
if (!C.isUndefined(l))
|
|
2464
|
-
return s(void 0, l,
|
|
2465
|
-
} else return s(l, u,
|
|
2464
|
+
return s(void 0, l, m, h);
|
|
2465
|
+
} else return s(l, u, m, h);
|
|
2466
2466
|
}
|
|
2467
2467
|
function o(l, u) {
|
|
2468
2468
|
if (!C.isUndefined(u))
|
|
@@ -2474,10 +2474,10 @@ function ft(e, t) {
|
|
|
2474
2474
|
return s(void 0, l);
|
|
2475
2475
|
} else return s(void 0, u);
|
|
2476
2476
|
}
|
|
2477
|
-
function c(l, u,
|
|
2478
|
-
if (
|
|
2477
|
+
function c(l, u, m) {
|
|
2478
|
+
if (m in t)
|
|
2479
2479
|
return s(l, u);
|
|
2480
|
-
if (
|
|
2480
|
+
if (m in e)
|
|
2481
2481
|
return s(void 0, l);
|
|
2482
2482
|
}
|
|
2483
2483
|
const d = {
|
|
@@ -2509,11 +2509,11 @@ function ft(e, t) {
|
|
|
2509
2509
|
socketPath: i,
|
|
2510
2510
|
responseEncoding: i,
|
|
2511
2511
|
validateStatus: c,
|
|
2512
|
-
headers: (l, u,
|
|
2512
|
+
headers: (l, u, m) => r(Ya(l), Ya(u), m, !0)
|
|
2513
2513
|
};
|
|
2514
2514
|
return C.forEach(Object.keys({ ...e, ...t }), function(u) {
|
|
2515
|
-
const
|
|
2516
|
-
C.isUndefined(
|
|
2515
|
+
const m = d[u] || r, h = m(e[u], t[u], u);
|
|
2516
|
+
C.isUndefined(h) && m !== c || (n[u] = h);
|
|
2517
2517
|
}), n;
|
|
2518
2518
|
}
|
|
2519
2519
|
const dr = (e) => {
|
|
@@ -2527,8 +2527,8 @@ const dr = (e) => {
|
|
|
2527
2527
|
i.setContentType(void 0);
|
|
2528
2528
|
else if (C.isFunction(n.getHeaders)) {
|
|
2529
2529
|
const d = n.getHeaders(), l = ["content-type", "content-length"];
|
|
2530
|
-
Object.entries(d).forEach(([u,
|
|
2531
|
-
l.includes(u.toLowerCase()) && i.set(u,
|
|
2530
|
+
Object.entries(d).forEach(([u, m]) => {
|
|
2531
|
+
l.includes(u.toLowerCase()) && i.set(u, m);
|
|
2532
2532
|
});
|
|
2533
2533
|
}
|
|
2534
2534
|
}
|
|
@@ -2542,7 +2542,7 @@ const dr = (e) => {
|
|
|
2542
2542
|
const r = dr(e);
|
|
2543
2543
|
let o = r.data;
|
|
2544
2544
|
const i = Se.from(r.headers).normalize();
|
|
2545
|
-
let { responseType: c, onUploadProgress: d, onDownloadProgress: l } = r, u,
|
|
2545
|
+
let { responseType: c, onUploadProgress: d, onDownloadProgress: l } = r, u, m, h, p, g;
|
|
2546
2546
|
function A() {
|
|
2547
2547
|
p && p(), g && g(), r.cancelToken && r.cancelToken.unsubscribe(u), r.signal && r.signal.removeEventListener("abort", u);
|
|
2548
2548
|
}
|
|
@@ -2585,7 +2585,7 @@ const dr = (e) => {
|
|
|
2585
2585
|
)), w = null;
|
|
2586
2586
|
}, o === void 0 && i.setContentType(null), "setRequestHeader" in w && C.forEach(i.toJSON(), function(E, b) {
|
|
2587
2587
|
w.setRequestHeader(b, E);
|
|
2588
|
-
}), C.isUndefined(r.withCredentials) || (w.withCredentials = !!r.withCredentials), c && c !== "json" && (w.responseType = r.responseType), l && ([
|
|
2588
|
+
}), C.isUndefined(r.withCredentials) || (w.withCredentials = !!r.withCredentials), c && c !== "json" && (w.responseType = r.responseType), l && ([h, g] = yn(l, !0), w.addEventListener("progress", h)), d && w.upload && ([m, p] = yn(d), w.upload.addEventListener("progress", m), w.upload.addEventListener("loadend", p)), (r.cancelToken || r.signal) && (u = (_) => {
|
|
2589
2589
|
w && (s(!_ || _.type ? new Et(null, e, w) : _), w.abort(), w = null);
|
|
2590
2590
|
}, r.cancelToken && r.cancelToken.subscribe(u), r.signal && (r.signal.aborted ? u() : r.signal.addEventListener("abort", u)));
|
|
2591
2591
|
const N = Hi(r.url);
|
|
@@ -2659,10 +2659,10 @@ const dr = (e) => {
|
|
|
2659
2659
|
c(), d.close();
|
|
2660
2660
|
return;
|
|
2661
2661
|
}
|
|
2662
|
-
let
|
|
2662
|
+
let m = u.byteLength;
|
|
2663
2663
|
if (n) {
|
|
2664
|
-
let
|
|
2665
|
-
n(
|
|
2664
|
+
let h = o += m;
|
|
2665
|
+
n(h);
|
|
2666
2666
|
}
|
|
2667
2667
|
d.enqueue(new Uint8Array(u));
|
|
2668
2668
|
} catch (l) {
|
|
@@ -2704,18 +2704,18 @@ const dr = (e) => {
|
|
|
2704
2704
|
}
|
|
2705
2705
|
}).headers.has("Content-Type");
|
|
2706
2706
|
return g && !A;
|
|
2707
|
-
}), u = i && c && es(() => C.isReadableStream(new s("").body)),
|
|
2707
|
+
}), u = i && c && es(() => C.isReadableStream(new s("").body)), m = {
|
|
2708
2708
|
stream: u && ((g) => g.body)
|
|
2709
2709
|
};
|
|
2710
2710
|
r && ["text", "arrayBuffer", "blob", "formData", "stream"].forEach((g) => {
|
|
2711
|
-
!
|
|
2711
|
+
!m[g] && (m[g] = (A, w) => {
|
|
2712
2712
|
let v = A && A[g];
|
|
2713
2713
|
if (v)
|
|
2714
2714
|
return v.call(A);
|
|
2715
2715
|
throw new W(`Response type '${g}' is not supported`, W.ERR_NOT_SUPPORT, w);
|
|
2716
2716
|
});
|
|
2717
2717
|
});
|
|
2718
|
-
const
|
|
2718
|
+
const h = async (g) => {
|
|
2719
2719
|
if (g == null)
|
|
2720
2720
|
return 0;
|
|
2721
2721
|
if (C.isBlob(g))
|
|
@@ -2731,7 +2731,7 @@ const dr = (e) => {
|
|
|
2731
2731
|
return (await d(g)).byteLength;
|
|
2732
2732
|
}, p = async (g, A) => {
|
|
2733
2733
|
const w = C.toFiniteNumber(g.getContentLength());
|
|
2734
|
-
return w ??
|
|
2734
|
+
return w ?? h(A);
|
|
2735
2735
|
};
|
|
2736
2736
|
return async (g) => {
|
|
2737
2737
|
let {
|
|
@@ -2799,7 +2799,7 @@ const dr = (e) => {
|
|
|
2799
2799
|
);
|
|
2800
2800
|
}
|
|
2801
2801
|
q = q || "text";
|
|
2802
|
-
let y = await
|
|
2802
|
+
let y = await m[C.findKey(m, q) || "text"](T, g);
|
|
2803
2803
|
return !z && M && M(), await new Promise((S, L) => {
|
|
2804
2804
|
cr(S, L, {
|
|
2805
2805
|
data: y,
|
|
@@ -2877,7 +2877,7 @@ function oc(e, t) {
|
|
|
2877
2877
|
}
|
|
2878
2878
|
return r;
|
|
2879
2879
|
}
|
|
2880
|
-
const
|
|
2880
|
+
const mr = {
|
|
2881
2881
|
/**
|
|
2882
2882
|
* Resolve an adapter from a list of adapter names or functions.
|
|
2883
2883
|
* @type {Function}
|
|
@@ -2897,7 +2897,7 @@ function ns(e) {
|
|
|
2897
2897
|
return Mn(e), e.headers = Se.from(e.headers), e.data = Dn.call(
|
|
2898
2898
|
e,
|
|
2899
2899
|
e.transformRequest
|
|
2900
|
-
), ["post", "put", "patch"].indexOf(e.method) !== -1 && e.headers.setContentType("application/x-www-form-urlencoded", !1),
|
|
2900
|
+
), ["post", "put", "patch"].indexOf(e.method) !== -1 && e.headers.setContentType("application/x-www-form-urlencoded", !1), mr.getAdapter(e.adapter || Vt.adapter, e)(e).then(function(s) {
|
|
2901
2901
|
return Mn(e), s.data = Dn.call(
|
|
2902
2902
|
e,
|
|
2903
2903
|
e.transformResponse,
|
|
@@ -2911,7 +2911,7 @@ function ns(e) {
|
|
|
2911
2911
|
), s.response.headers = Se.from(s.response.headers))), Promise.reject(s);
|
|
2912
2912
|
});
|
|
2913
2913
|
}
|
|
2914
|
-
const
|
|
2914
|
+
const hr = "1.13.2", Un = {};
|
|
2915
2915
|
["object", "boolean", "number", "function", "string", "symbol"].forEach((e, t) => {
|
|
2916
2916
|
Un[e] = function(s) {
|
|
2917
2917
|
return typeof s === e || "a" + (t < 1 ? "n " : " ") + e;
|
|
@@ -2920,7 +2920,7 @@ const mr = "1.13.2", Un = {};
|
|
|
2920
2920
|
const as = {};
|
|
2921
2921
|
Un.transitional = function(t, n, s) {
|
|
2922
2922
|
function r(o, i) {
|
|
2923
|
-
return "[Axios v" +
|
|
2923
|
+
return "[Axios v" + hr + "] Transitional option '" + o + "'" + i + (s ? ". " + s : "");
|
|
2924
2924
|
}
|
|
2925
2925
|
return (o, i, c) => {
|
|
2926
2926
|
if (t === !1)
|
|
@@ -3027,17 +3027,17 @@ let ut = class {
|
|
|
3027
3027
|
this.interceptors.response.forEach(function(A) {
|
|
3028
3028
|
l.push(A.fulfilled, A.rejected);
|
|
3029
3029
|
});
|
|
3030
|
-
let u,
|
|
3030
|
+
let u, m = 0, h;
|
|
3031
3031
|
if (!d) {
|
|
3032
3032
|
const g = [ns.bind(this), void 0];
|
|
3033
|
-
for (g.unshift(...c), g.push(...l),
|
|
3034
|
-
u = u.then(g[
|
|
3033
|
+
for (g.unshift(...c), g.push(...l), h = g.length, u = Promise.resolve(n); m < h; )
|
|
3034
|
+
u = u.then(g[m++], g[m++]);
|
|
3035
3035
|
return u;
|
|
3036
3036
|
}
|
|
3037
|
-
|
|
3037
|
+
h = c.length;
|
|
3038
3038
|
let p = n;
|
|
3039
|
-
for (;
|
|
3040
|
-
const g = c[
|
|
3039
|
+
for (; m < h; ) {
|
|
3040
|
+
const g = c[m++], A = c[m++];
|
|
3041
3041
|
try {
|
|
3042
3042
|
p = g(p);
|
|
3043
3043
|
} catch (w) {
|
|
@@ -3050,8 +3050,8 @@ let ut = class {
|
|
|
3050
3050
|
} catch (g) {
|
|
3051
3051
|
return Promise.reject(g);
|
|
3052
3052
|
}
|
|
3053
|
-
for (
|
|
3054
|
-
u = u.then(l[
|
|
3053
|
+
for (m = 0, h = l.length; m < h; )
|
|
3054
|
+
u = u.then(l[m++], l[m++]);
|
|
3055
3055
|
return u;
|
|
3056
3056
|
}
|
|
3057
3057
|
getUri(t) {
|
|
@@ -3250,7 +3250,7 @@ re.Axios = ut;
|
|
|
3250
3250
|
re.CanceledError = Et;
|
|
3251
3251
|
re.CancelToken = cc;
|
|
3252
3252
|
re.isCancel = ir;
|
|
3253
|
-
re.VERSION =
|
|
3253
|
+
re.VERSION = hr;
|
|
3254
3254
|
re.toFormData = kn;
|
|
3255
3255
|
re.AxiosError = W;
|
|
3256
3256
|
re.Cancel = re.CanceledError;
|
|
@@ -3262,7 +3262,7 @@ re.isAxiosError = dc;
|
|
|
3262
3262
|
re.mergeConfig = ft;
|
|
3263
3263
|
re.AxiosHeaders = Se;
|
|
3264
3264
|
re.formToJSON = (e) => or(C.isHTMLForm(e) ? new FormData(e) : e);
|
|
3265
|
-
re.getAdapter =
|
|
3265
|
+
re.getAdapter = mr.getAdapter;
|
|
3266
3266
|
re.HttpStatusCode = ca;
|
|
3267
3267
|
re.default = re;
|
|
3268
3268
|
const {
|
|
@@ -3423,7 +3423,7 @@ class uc extends lt {
|
|
|
3423
3423
|
return { blockSass: n.data.data };
|
|
3424
3424
|
};
|
|
3425
3425
|
}
|
|
3426
|
-
class
|
|
3426
|
+
class e3 {
|
|
3427
3427
|
issuuApi = "https://api.issuu.com/v2";
|
|
3428
3428
|
api = void 0;
|
|
3429
3429
|
constructor(t) {
|
|
@@ -3459,7 +3459,7 @@ class e5 {
|
|
|
3459
3459
|
}
|
|
3460
3460
|
}
|
|
3461
3461
|
}
|
|
3462
|
-
const
|
|
3462
|
+
const t3 = async (e, t, n, s, r, o, i) => {
|
|
3463
3463
|
const c = new uc({
|
|
3464
3464
|
config: t,
|
|
3465
3465
|
imgSizes: n,
|
|
@@ -3467,36 +3467,36 @@ const t5 = async (e, t, n, s, r, o, i) => {
|
|
|
3467
3467
|
axiosApi: e,
|
|
3468
3468
|
exclude: i
|
|
3469
3469
|
}), d = [];
|
|
3470
|
-
for (let
|
|
3471
|
-
for (let
|
|
3470
|
+
for (let m = 1; m <= r; m++)
|
|
3471
|
+
for (let h = 1; h <= o; h++)
|
|
3472
3472
|
d.push({
|
|
3473
3473
|
func: c.getBlockSass,
|
|
3474
|
-
slot_id:
|
|
3474
|
+
slot_id: m + "_" + h
|
|
3475
3475
|
});
|
|
3476
3476
|
const l = await Promise.allSettled([
|
|
3477
|
-
...d.map((
|
|
3477
|
+
...d.map((m) => m.func({ template: "Home_" + m.slot_id }))
|
|
3478
3478
|
]);
|
|
3479
3479
|
return (() => {
|
|
3480
|
-
const
|
|
3481
|
-
for (let
|
|
3482
|
-
const p =
|
|
3483
|
-
l[
|
|
3484
|
-
), g = "Home_" + (Math.floor(
|
|
3485
|
-
p && (
|
|
3486
|
-
}
|
|
3487
|
-
return
|
|
3480
|
+
const m = {};
|
|
3481
|
+
for (let h = 0; h < l.length; h++) {
|
|
3482
|
+
const p = mo(
|
|
3483
|
+
l[h]
|
|
3484
|
+
), g = "Home_" + (Math.floor(h / o) + 1) + "_" + (Math.floor(h % o) + 1);
|
|
3485
|
+
p && (m[g] = { ...p });
|
|
3486
|
+
}
|
|
3487
|
+
return m;
|
|
3488
3488
|
})();
|
|
3489
|
-
},
|
|
3489
|
+
}, mc = (e) => {
|
|
3490
3490
|
const t = Gs(e);
|
|
3491
3491
|
return t && t.data ? t.data : t;
|
|
3492
|
-
},
|
|
3492
|
+
}, n3 = async (e) => {
|
|
3493
3493
|
const t = await Promise.allSettled(
|
|
3494
3494
|
Object.values(e).map((r) => r.promise)
|
|
3495
3495
|
), n = Object.keys(e), s = {};
|
|
3496
3496
|
for (const r in e) {
|
|
3497
3497
|
const o = e[r];
|
|
3498
3498
|
if (!o) continue;
|
|
3499
|
-
const i = o.custom_extractData ??
|
|
3499
|
+
const i = o.custom_extractData ?? mc;
|
|
3500
3500
|
s[r] = i(t[n.indexOf(r)]);
|
|
3501
3501
|
}
|
|
3502
3502
|
return s;
|
|
@@ -3504,7 +3504,7 @@ const t5 = async (e, t, n, s, r, o, i) => {
|
|
|
3504
3504
|
title: e.title,
|
|
3505
3505
|
description: e.description,
|
|
3506
3506
|
robots: "noindex"
|
|
3507
|
-
}),
|
|
3507
|
+
}), hc = {
|
|
3508
3508
|
404: (e) => {
|
|
3509
3509
|
const { meta: t } = e;
|
|
3510
3510
|
return Ce(t);
|
|
@@ -3547,11 +3547,11 @@ const t5 = async (e, t, n, s, r, o, i) => {
|
|
|
3547
3547
|
page: d
|
|
3548
3548
|
});
|
|
3549
3549
|
if (!u) return Ce(t);
|
|
3550
|
-
const
|
|
3551
|
-
return
|
|
3550
|
+
const m = u.data.data, h = m[0];
|
|
3551
|
+
return m.length < l || c.push({ rel: "next", url: Wt(n, i, d) }), d > 1 && c.push({ rel: "prev", url: Yt(n, i, d) }), {
|
|
3552
3552
|
...t,
|
|
3553
|
-
title: `Últimas Noticias de ${
|
|
3554
|
-
description: `Todas las últimas noticias de ${
|
|
3553
|
+
title: `Últimas Noticias de ${h.info.section?.name} | ${n.name}`,
|
|
3554
|
+
description: `Todas las últimas noticias de ${h.info.section?.name} en ${n.name}`,
|
|
3555
3555
|
alternates: {
|
|
3556
3556
|
...t.alternates,
|
|
3557
3557
|
canonical: n.siteUrl + s
|
|
@@ -3565,13 +3565,13 @@ const t5 = async (e, t, n, s, r, o, i) => {
|
|
|
3565
3565
|
"msapplication-TileImage": n.msapplicationTileImage ?? ""
|
|
3566
3566
|
},
|
|
3567
3567
|
openGraph: {
|
|
3568
|
-
title: `${
|
|
3568
|
+
title: `${h.info.section?.name}`,
|
|
3569
3569
|
type: "website",
|
|
3570
3570
|
url: `${n.siteUrl}${s}`
|
|
3571
3571
|
},
|
|
3572
3572
|
twitter: {
|
|
3573
3573
|
card: "summary_large_image",
|
|
3574
|
-
title: `${
|
|
3574
|
+
title: `${h.info.section?.name}`,
|
|
3575
3575
|
domain: n.siteUrl,
|
|
3576
3576
|
url: `${n.siteUrl}${s}`
|
|
3577
3577
|
}
|
|
@@ -3581,12 +3581,12 @@ const t5 = async (e, t, n, s, r, o, i) => {
|
|
|
3581
3581
|
}
|
|
3582
3582
|
},
|
|
3583
3583
|
tema: async (e) => {
|
|
3584
|
-
const { meta: t, config: n, pathname: s, slug: r } = e, o = new lt(), i = s.split("/"), c = [], d = Kt(s), l = Number(n.newsListLimit) ?? 0, u = /([t][0-9]{4})\w+/.exec(r || ""),
|
|
3584
|
+
const { meta: t, config: n, pathname: s, slug: r } = e, o = new lt(), i = s.split("/"), c = [], d = Kt(s), l = Number(n.newsListLimit) ?? 0, u = /([t][0-9]{4})\w+/.exec(r || ""), m = u && u?.length > 0 ? u[0].replace("t", "") : "", { PUBLIC_TAG_TYPE: h } = Y();
|
|
3585
3585
|
try {
|
|
3586
3586
|
const p = await o.getNewsListTags({
|
|
3587
|
-
tagid:
|
|
3587
|
+
tagid: m,
|
|
3588
3588
|
size: l,
|
|
3589
|
-
tagtype: Number(
|
|
3589
|
+
tagtype: Number(h),
|
|
3590
3590
|
newstype: n.newsType,
|
|
3591
3591
|
exclude: "keywords,gallery,related,relatedexternal,external,customfields",
|
|
3592
3592
|
page: d
|
|
@@ -3752,7 +3752,7 @@ const t5 = async (e, t, n, s, r, o, i) => {
|
|
|
3752
3752
|
user: o,
|
|
3753
3753
|
exclude: "groups",
|
|
3754
3754
|
imagesizes: r.sm
|
|
3755
|
-
}),
|
|
3755
|
+
}), m = await i.getNewsListAutor({
|
|
3756
3756
|
size: Number(n.newsListLimit) ?? 0,
|
|
3757
3757
|
user: o,
|
|
3758
3758
|
page: l,
|
|
@@ -3760,7 +3760,7 @@ const t5 = async (e, t, n, s, r, o, i) => {
|
|
|
3760
3760
|
exclude: "keywords,gallery,related,relatedexternal,external,customfields",
|
|
3761
3761
|
imagesizes: r.md
|
|
3762
3762
|
});
|
|
3763
|
-
return
|
|
3763
|
+
return m ? (m.data.data.length < Number(n.newsListLimit) || d.push({
|
|
3764
3764
|
rel: "next",
|
|
3765
3765
|
url: Wt(n, c, l)
|
|
3766
3766
|
}), l > 1 && d.push({
|
|
@@ -3788,7 +3788,7 @@ const t5 = async (e, t, n, s, r, o, i) => {
|
|
|
3788
3788
|
}
|
|
3789
3789
|
}
|
|
3790
3790
|
};
|
|
3791
|
-
async function
|
|
3791
|
+
async function a3({
|
|
3792
3792
|
axiosApi: e,
|
|
3793
3793
|
headConfig: t = {
|
|
3794
3794
|
ampConfig: !1,
|
|
@@ -3808,8 +3808,8 @@ async function a5({
|
|
|
3808
3808
|
query: d,
|
|
3809
3809
|
currentNew: l,
|
|
3810
3810
|
banners: u,
|
|
3811
|
-
internalPath:
|
|
3812
|
-
config:
|
|
3811
|
+
internalPath: m,
|
|
3812
|
+
config: h,
|
|
3813
3813
|
socials: p,
|
|
3814
3814
|
speculationType: g = "Common",
|
|
3815
3815
|
preloadImageUrl: A,
|
|
@@ -3818,9 +3818,9 @@ async function a5({
|
|
|
3818
3818
|
custom_scriptReplaces: N,
|
|
3819
3819
|
head_custom_elements: _
|
|
3820
3820
|
}) {
|
|
3821
|
-
const E = v || await
|
|
3821
|
+
const E = v || await hc[r]({
|
|
3822
3822
|
meta: n,
|
|
3823
|
-
config:
|
|
3823
|
+
config: h,
|
|
3824
3824
|
currentNew: l,
|
|
3825
3825
|
pathname: o,
|
|
3826
3826
|
imgSizes: s,
|
|
@@ -3830,16 +3830,16 @@ async function a5({
|
|
|
3830
3830
|
}), b = wo(E), I = N || Vs[r]({
|
|
3831
3831
|
pathname: o,
|
|
3832
3832
|
slug: i,
|
|
3833
|
-
config:
|
|
3833
|
+
config: h,
|
|
3834
3834
|
currentNew: l,
|
|
3835
|
-
internalPath:
|
|
3835
|
+
internalPath: m
|
|
3836
3836
|
});
|
|
3837
3837
|
return /* @__PURE__ */ f(J, { children: [
|
|
3838
3838
|
/* @__PURE__ */ a("meta", { charSet: "utf-8" }),
|
|
3839
3839
|
/* @__PURE__ */ a("meta", { name: "viewport", content: "width=device-width" }),
|
|
3840
3840
|
b,
|
|
3841
3841
|
/* @__PURE__ */ a(vo, {}),
|
|
3842
|
-
t.ampConfig &&
|
|
3842
|
+
t.ampConfig && h.ampOption && t.ampConfig_slugIsValid && /* @__PURE__ */ a("link", { rel: "amphtml", href: h.siteUrl + "/amp" + o }),
|
|
3843
3843
|
t.preloadImages && l && l.preview?.sizes && /* @__PURE__ */ a(
|
|
3844
3844
|
Qa,
|
|
3845
3845
|
{
|
|
@@ -3856,7 +3856,7 @@ async function a5({
|
|
|
3856
3856
|
}
|
|
3857
3857
|
),
|
|
3858
3858
|
t.preloadImages && A && /* @__PURE__ */ a(Qa, { images: A }),
|
|
3859
|
-
/* @__PURE__ */ a(Lo, { config:
|
|
3859
|
+
/* @__PURE__ */ a(Lo, { config: h }),
|
|
3860
3860
|
/* @__PURE__ */ a(
|
|
3861
3861
|
zs,
|
|
3862
3862
|
{
|
|
@@ -3865,46 +3865,46 @@ async function a5({
|
|
|
3865
3865
|
banners: u
|
|
3866
3866
|
}
|
|
3867
3867
|
),
|
|
3868
|
-
t.schemas_NewsArticle &&
|
|
3868
|
+
t.schemas_NewsArticle && m && /* @__PURE__ */ a(
|
|
3869
3869
|
To,
|
|
3870
3870
|
{
|
|
3871
|
-
BASE_URL:
|
|
3872
|
-
config:
|
|
3873
|
-
realPath:
|
|
3871
|
+
BASE_URL: h.siteUrl,
|
|
3872
|
+
config: h,
|
|
3873
|
+
realPath: m,
|
|
3874
3874
|
axiosApi: e
|
|
3875
3875
|
}
|
|
3876
3876
|
),
|
|
3877
|
-
/* @__PURE__ */ a(ko, { config:
|
|
3878
|
-
t.schemas_Videos &&
|
|
3877
|
+
/* @__PURE__ */ a(ko, { config: h, socials: p }),
|
|
3878
|
+
t.schemas_Videos && m && /* @__PURE__ */ a(
|
|
3879
3879
|
qo,
|
|
3880
3880
|
{
|
|
3881
3881
|
axiosApi: e,
|
|
3882
|
-
realPath:
|
|
3883
|
-
config:
|
|
3882
|
+
realPath: m,
|
|
3883
|
+
config: h
|
|
3884
3884
|
}
|
|
3885
3885
|
),
|
|
3886
3886
|
t.schemas_ItemList && /* @__PURE__ */ a(
|
|
3887
3887
|
Io,
|
|
3888
3888
|
{
|
|
3889
|
-
config:
|
|
3889
|
+
config: h,
|
|
3890
3890
|
ROUTE: r,
|
|
3891
3891
|
pathname: o,
|
|
3892
3892
|
axiosApi: e
|
|
3893
3893
|
}
|
|
3894
3894
|
),
|
|
3895
|
-
t.schemas_WebsiteList && /* @__PURE__ */ a(Uo, { config:
|
|
3895
|
+
t.schemas_WebsiteList && /* @__PURE__ */ a(Uo, { config: h }),
|
|
3896
3896
|
/* @__PURE__ */ a(
|
|
3897
3897
|
Eo,
|
|
3898
3898
|
{
|
|
3899
3899
|
type: g,
|
|
3900
|
-
active:
|
|
3900
|
+
active: h.useSpeculationRules,
|
|
3901
3901
|
customSpeculation: w
|
|
3902
3902
|
}
|
|
3903
3903
|
),
|
|
3904
3904
|
_
|
|
3905
3905
|
] });
|
|
3906
3906
|
}
|
|
3907
|
-
const
|
|
3907
|
+
const s3 = ({
|
|
3908
3908
|
children: e,
|
|
3909
3909
|
defaultRouteName: t,
|
|
3910
3910
|
banners: n,
|
|
@@ -3917,19 +3917,19 @@ const s5 = ({
|
|
|
3917
3917
|
scriptReplaces: l,
|
|
3918
3918
|
body_custom_elements: u
|
|
3919
3919
|
}) => {
|
|
3920
|
-
const
|
|
3920
|
+
const m = zr(c, d), h = Vs[t]({
|
|
3921
3921
|
pathname: s,
|
|
3922
3922
|
slug: r,
|
|
3923
3923
|
config: o,
|
|
3924
3924
|
currentNew: c,
|
|
3925
3925
|
internalPath: i
|
|
3926
|
-
}), p = l.before.active, g = l.after.active, A = p ? l.before.customData ? l.before.customData :
|
|
3926
|
+
}), p = l.before.active, g = l.after.active, A = p ? l.before.customData ? l.before.customData : h : void 0, w = g ? l.after.customData ? l.after.customData : h : void 0;
|
|
3927
3927
|
return /* @__PURE__ */ f(J, { children: [
|
|
3928
3928
|
/* @__PURE__ */ a(zs, { name: "bodybefore", banners: n, replaces: A }),
|
|
3929
3929
|
e,
|
|
3930
3930
|
/* @__PURE__ */ a($r, {}),
|
|
3931
3931
|
/* @__PURE__ */ a(Hr, {}),
|
|
3932
|
-
/* @__PURE__ */ a(Vr, { dimensionValues:
|
|
3932
|
+
/* @__PURE__ */ a(Vr, { dimensionValues: m }),
|
|
3933
3933
|
/* @__PURE__ */ a(Fr, {}),
|
|
3934
3934
|
u,
|
|
3935
3935
|
/* @__PURE__ */ a(yo, { name: "bodyafter", banners: n, replaces: w })
|
|
@@ -3955,7 +3955,7 @@ const s5 = ({
|
|
|
3955
3955
|
), Ac = "_content_19rc1_1", wc = "_location_19rc1_11", ss = {
|
|
3956
3956
|
content: Ac,
|
|
3957
3957
|
location: wc
|
|
3958
|
-
},
|
|
3958
|
+
}, r3 = (e) => /* @__PURE__ */ f("div", { className: ss.content, children: [
|
|
3959
3959
|
/* @__PURE__ */ a(pc, {}),
|
|
3960
3960
|
/* @__PURE__ */ a("p", { className: ss.location, children: e.place })
|
|
3961
3961
|
] }), Ft = ({
|
|
@@ -3975,7 +3975,7 @@ function vc({
|
|
|
3975
3975
|
enableDrag: o,
|
|
3976
3976
|
onIndexChange: i
|
|
3977
3977
|
}) {
|
|
3978
|
-
const [c, d] = K(!1), [l, u] = K(0), [
|
|
3978
|
+
const [c, d] = K(!1), [l, u] = K(0), [m, h] = K(0), [p, g] = K(0), [A, w] = K(0), [v, N] = K(null), _ = Ds(null), [E, b] = K(1), I = fe(() => {
|
|
3979
3979
|
if (r) return 1;
|
|
3980
3980
|
const y = _.current?.offsetWidth || window.innerWidth, S = n + s, L = Math.floor(y / S);
|
|
3981
3981
|
return Math.max(1, L);
|
|
@@ -4015,14 +4015,14 @@ function vc({
|
|
|
4015
4015
|
[r, n, s, I, ee]
|
|
4016
4016
|
), te = fe(
|
|
4017
4017
|
(y) => {
|
|
4018
|
-
o && (u(y),
|
|
4018
|
+
o && (u(y), h(y), g(0), w(Date.now()), d(!0), document.body.classList.add("dragging"));
|
|
4019
4019
|
},
|
|
4020
4020
|
[o]
|
|
4021
4021
|
), ce = fe(
|
|
4022
4022
|
(y) => {
|
|
4023
4023
|
if (!c || !o) return;
|
|
4024
4024
|
const S = y - l, L = (n + s) * 1.2, j = e === 0 && S > 0, B = e === Q && S < 0, H = j || B ? Math.sign(S) * Math.min(Math.abs(S), L) : S;
|
|
4025
|
-
|
|
4025
|
+
h(y), g(H);
|
|
4026
4026
|
},
|
|
4027
4027
|
[c, l, o, e, Q, n, s]
|
|
4028
4028
|
), M = fe(
|
|
@@ -4033,7 +4033,7 @@ function vc({
|
|
|
4033
4033
|
), U = fe(
|
|
4034
4034
|
(y) => {
|
|
4035
4035
|
if (!c || !o) return;
|
|
4036
|
-
const S =
|
|
4036
|
+
const S = m - l, L = Date.now() - A, j = Math.abs(S) / Math.max(L, 1), B = P(S), V = j > 0.5 && Math.abs(S) > 50 ? Math.max(B, 1) : B;
|
|
4037
4037
|
if (V > 0)
|
|
4038
4038
|
if (S > 0) {
|
|
4039
4039
|
const F = Math.max(0, e - V);
|
|
@@ -4046,7 +4046,7 @@ function vc({
|
|
|
4046
4046
|
},
|
|
4047
4047
|
[
|
|
4048
4048
|
c,
|
|
4049
|
-
|
|
4049
|
+
m,
|
|
4050
4050
|
l,
|
|
4051
4051
|
A,
|
|
4052
4052
|
e,
|
|
@@ -4102,7 +4102,7 @@ function vc({
|
|
|
4102
4102
|
}
|
|
4103
4103
|
};
|
|
4104
4104
|
}
|
|
4105
|
-
function
|
|
4105
|
+
function o3(e) {
|
|
4106
4106
|
const {
|
|
4107
4107
|
children: t,
|
|
4108
4108
|
slot_id: n,
|
|
@@ -4112,7 +4112,7 @@ function o5(e) {
|
|
|
4112
4112
|
fullPageWidth: i = !1,
|
|
4113
4113
|
pagination: c = !1,
|
|
4114
4114
|
enableDrag: d = !0
|
|
4115
|
-
} = e, l = Array.isArray(t) ? t : t?.props?.value?.split('<div style="display:none;">SPLITING</div>'), [u,
|
|
4115
|
+
} = e, l = Array.isArray(t) ? t : t?.props?.value?.split('<div style="display:none;">SPLITING</div>'), [u, m] = K(0), [h, p] = K(!1);
|
|
4116
4116
|
Me(() => {
|
|
4117
4117
|
p(!0);
|
|
4118
4118
|
const G = document.getElementById("ssr-dummy_" + n);
|
|
@@ -4133,11 +4133,11 @@ function o5(e) {
|
|
|
4133
4133
|
cardGap: o,
|
|
4134
4134
|
fullPageWidth: i,
|
|
4135
4135
|
enableDrag: d,
|
|
4136
|
-
onIndexChange:
|
|
4136
|
+
onIndexChange: m
|
|
4137
4137
|
}), b = fe(
|
|
4138
4138
|
(G) => {
|
|
4139
4139
|
const P = Math.max(0, Math.min(G, v));
|
|
4140
|
-
|
|
4140
|
+
m(P);
|
|
4141
4141
|
},
|
|
4142
4142
|
[v]
|
|
4143
4143
|
), I = fe(() => {
|
|
@@ -4145,7 +4145,7 @@ function o5(e) {
|
|
|
4145
4145
|
}, [u, b]), q = fe(() => {
|
|
4146
4146
|
b(u + 1);
|
|
4147
4147
|
}, [u, b]);
|
|
4148
|
-
if (!
|
|
4148
|
+
if (!h) return;
|
|
4149
4149
|
const Q = N(u, A), ee = i ? `translateX(${Q}%)` : `translateX(${Q}px)`;
|
|
4150
4150
|
return /* @__PURE__ */ f("div", { className: `${n}- carrousel-container`, children: [
|
|
4151
4151
|
u > 0 && /* @__PURE__ */ a(
|
|
@@ -4308,7 +4308,7 @@ function xt(e) {
|
|
|
4308
4308
|
}
|
|
4309
4309
|
const Cc = "_content_3olxv_1", _c = {
|
|
4310
4310
|
content: Cc
|
|
4311
|
-
},
|
|
4311
|
+
}, mt = (e) => /* @__PURE__ */ a("div", { className: _c.content, children: e.children }), Nc = (e) => (e || "").replaceAll("[section_replace]", "").replaceAll("[tags_replace]", "").replaceAll("[url_replace]", "").replaceAll("[creator_replace]", ""), st = ({ banners: e, index: t }) => {
|
|
4312
4312
|
if (!e || e.length === 0) return null;
|
|
4313
4313
|
const n = e.find((s) => s.key === `middle_${t}`);
|
|
4314
4314
|
return n?.value && n.show ? /* @__PURE__ */ a(
|
|
@@ -4515,7 +4515,7 @@ const It = (e) => {
|
|
|
4515
4515
|
if (e?.config?.showtime)
|
|
4516
4516
|
return je(e.info?.date?.modified);
|
|
4517
4517
|
}, d = () => {
|
|
4518
|
-
const
|
|
4518
|
+
const m = {
|
|
4519
4519
|
"--fontSizeSubTitle": e.fontSizeSubTitle,
|
|
4520
4520
|
"--lineHeightSubTitle": e.lineHeightSubTitle,
|
|
4521
4521
|
"--colorSubTitle": e.colorSubTitle
|
|
@@ -4527,34 +4527,34 @@ const It = (e) => {
|
|
|
4527
4527
|
dangerouslySetInnerHTML: {
|
|
4528
4528
|
__html: e.main.subtitle.rendered ?? e.main.subtitle.striped ?? ""
|
|
4529
4529
|
},
|
|
4530
|
-
style:
|
|
4530
|
+
style: m
|
|
4531
4531
|
}
|
|
4532
4532
|
);
|
|
4533
4533
|
}, l = () => e.main.uppertitle ? /* @__PURE__ */ a("p", { className: se.uppertitle, title: e.main.uppertitle, children: e.main.uppertitle }) : null, u = () => {
|
|
4534
4534
|
if (i && s?.tags?.length && s.tags.length > 0) {
|
|
4535
|
-
const
|
|
4535
|
+
const m = s.tags[0], h = m.name;
|
|
4536
4536
|
return /* @__PURE__ */ f("h3", { className: se.sectionDescriptionContainer, children: [
|
|
4537
|
-
|
|
4537
|
+
m.approved ? /* @__PURE__ */ a(
|
|
4538
4538
|
O,
|
|
4539
4539
|
{
|
|
4540
|
-
"aria-label":
|
|
4540
|
+
"aria-label": h,
|
|
4541
4541
|
className: se.sectionDescription,
|
|
4542
|
-
href: vt(
|
|
4543
|
-
children:
|
|
4542
|
+
href: vt(m, o),
|
|
4543
|
+
children: h
|
|
4544
4544
|
}
|
|
4545
|
-
) : /* @__PURE__ */ a("div", { className: se.sectionDescription, children:
|
|
4545
|
+
) : /* @__PURE__ */ a("div", { className: se.sectionDescription, children: h }),
|
|
4546
4546
|
l()
|
|
4547
4547
|
] });
|
|
4548
4548
|
} else if (r?.section?.url) {
|
|
4549
|
-
const
|
|
4549
|
+
const m = r.section.name;
|
|
4550
4550
|
return /* @__PURE__ */ f("h3", { className: se.sectionDescriptionContainer, children: [
|
|
4551
4551
|
/* @__PURE__ */ a(
|
|
4552
4552
|
O,
|
|
4553
4553
|
{
|
|
4554
|
-
"aria-label":
|
|
4554
|
+
"aria-label": m,
|
|
4555
4555
|
className: se.sectionDescription,
|
|
4556
4556
|
href: r.section.url,
|
|
4557
|
-
children:
|
|
4557
|
+
children: m
|
|
4558
4558
|
}
|
|
4559
4559
|
),
|
|
4560
4560
|
l()
|
|
@@ -5799,14 +5799,14 @@ const nl = (e) => {
|
|
|
5799
5799
|
]
|
|
5800
5800
|
}
|
|
5801
5801
|
);
|
|
5802
|
-
}, il = "_content_6azvz_1", cl = "_subscribeImage_6azvz_22", ll = "_tag_6azvz_32", dl = "_contentTitle_6azvz_50", ul = "_title_6azvz_55",
|
|
5802
|
+
}, il = "_content_6azvz_1", cl = "_subscribeImage_6azvz_22", ll = "_tag_6azvz_32", dl = "_contentTitle_6azvz_50", ul = "_title_6azvz_55", ml = "_inputStyled_6azvz_72", hl = "_buttonStyled_6azvz_112", fl = "_contentTerms_6azvz_123", gl = "_subscribeText_6azvz_128", pl = "_terms_6azvz_138", Le = {
|
|
5803
5803
|
content: il,
|
|
5804
5804
|
subscribeImage: cl,
|
|
5805
5805
|
tag: ll,
|
|
5806
5806
|
contentTitle: dl,
|
|
5807
5807
|
title: ul,
|
|
5808
|
-
inputStyled:
|
|
5809
|
-
buttonStyled:
|
|
5808
|
+
inputStyled: ml,
|
|
5809
|
+
buttonStyled: hl,
|
|
5810
5810
|
contentTerms: fl,
|
|
5811
5811
|
subscribeText: gl,
|
|
5812
5812
|
terms: pl
|
|
@@ -5953,7 +5953,7 @@ const nl = (e) => {
|
|
|
5953
5953
|
whatsappLink: Dl,
|
|
5954
5954
|
subscribeText: Ml,
|
|
5955
5955
|
terms: jl
|
|
5956
|
-
},
|
|
5956
|
+
}, i3 = (e) => /* @__PURE__ */ f("section", { className: Ge.content, children: [
|
|
5957
5957
|
/* @__PURE__ */ a(Ul, { className: Ge.subscribeImage }),
|
|
5958
5958
|
/* @__PURE__ */ f("div", { className: Ge.contentTitle, children: [
|
|
5959
5959
|
/* @__PURE__ */ a("p", { className: Ge.title, children: "Mantenete Informado" }),
|
|
@@ -6228,7 +6228,7 @@ const nl = (e) => {
|
|
|
6228
6228
|
gnews: (e) => /* @__PURE__ */ a(nd, { ...e }),
|
|
6229
6229
|
podcast: (e) => /* @__PURE__ */ a(ad, { ...e }),
|
|
6230
6230
|
telegram: (e) => /* @__PURE__ */ a(sd, { ...e })
|
|
6231
|
-
},
|
|
6231
|
+
}, c3 = (e) => {
|
|
6232
6232
|
const { freeZone: t, socials: n, menu: s, customBlock: r } = e;
|
|
6233
6233
|
return /* @__PURE__ */ f("footer", { className: ve.content, children: [
|
|
6234
6234
|
/* @__PURE__ */ f("section", { className: ve.brandContent, children: [
|
|
@@ -6287,12 +6287,12 @@ const nl = (e) => {
|
|
|
6287
6287
|
)
|
|
6288
6288
|
] })
|
|
6289
6289
|
] });
|
|
6290
|
-
}, ld = "_content_1msij_1", dd = "_imageContent_1msij_9", ud = "_width1Autor_1msij_18",
|
|
6290
|
+
}, ld = "_content_1msij_1", dd = "_imageContent_1msij_9", ud = "_width1Autor_1msij_18", md = "_width2Autor_1msij_22", hd = "_width3Autor_1msij_26", fd = "_imageAutor_1msij_30", gd = "_imageStyled_1msij_69", pd = "_contentIconStyled_1msij_70", Ad = "_avatarContent_1msij_87", wd = "_journalistSection_1msij_101", yd = "_journalistInfo_1msij_109", vd = "_journalistInfoLink_1msij_110", bd = "_socialNetworkSection_1msij_146", Cd = "_avatarStyled_1msij_158", _d = "_article_1msij_163", Nd = "_socialButton_1msij_167", Sd = "_facebookStyled_1msij_183", Ed = "_emailStyled_1msij_187", xd = "_xStyled_1msij_191", Id = "_linkedinStyled_1msij_195", Td = "_whatsappStyled_1msij_199", kd = "_whatsappLink_1msij_203", Ud = "_clipboardButton_1msij_219", qd = "_googleProfileButton_1msij_255", de = {
|
|
6291
6291
|
content: ld,
|
|
6292
6292
|
imageContent: dd,
|
|
6293
6293
|
width1Autor: ud,
|
|
6294
|
-
width2Autor:
|
|
6295
|
-
width3Autor:
|
|
6294
|
+
width2Autor: md,
|
|
6295
|
+
width3Autor: hd,
|
|
6296
6296
|
imageAutor: fd,
|
|
6297
6297
|
imageStyled: gd,
|
|
6298
6298
|
contentIconStyled: pd,
|
|
@@ -6511,7 +6511,7 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
6511
6511
|
correspondent: Vd,
|
|
6512
6512
|
iframeStyled: Fd,
|
|
6513
6513
|
contentFrame: $d
|
|
6514
|
-
},
|
|
6514
|
+
}, l3 = (e) => {
|
|
6515
6515
|
const t = () => e?.video.main.author ? `${e?.video.main.author} - ${je(
|
|
6516
6516
|
e.video.info.date.created
|
|
6517
6517
|
)}` : e?.video.main.author;
|
|
@@ -6553,9 +6553,9 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
6553
6553
|
}, vn = (e) => {
|
|
6554
6554
|
const { currentPage: t, showNext: n, maxPages: s, pathname: r, query: o } = e, i = (c, d, l) => {
|
|
6555
6555
|
let u = "";
|
|
6556
|
-
const
|
|
6557
|
-
return
|
|
6558
|
-
p !== 0 && (u += `/${
|
|
6556
|
+
const m = d.split("/");
|
|
6557
|
+
return m.indexOf("page") !== -1 && m.splice(u.indexOf("page") - 1, m.length - 1), m.forEach((h, p) => {
|
|
6558
|
+
p !== 0 && (u += `/${h}`);
|
|
6559
6559
|
}), c === "next" ? u += `/page/${t + 1}${l ? `?query=${l}` : ""}` : u += `/page/${t - 1}${l ? `?query=${l}` : ""}`;
|
|
6560
6560
|
};
|
|
6561
6561
|
return (t > 1 || n && t < s) && /* @__PURE__ */ f("section", { className: jn.content, children: [
|
|
@@ -6609,8 +6609,8 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
6609
6609
|
overImage: d = "default",
|
|
6610
6610
|
isTitle: l,
|
|
6611
6611
|
priorityHigh: u = !1,
|
|
6612
|
-
isLarge:
|
|
6613
|
-
paths:
|
|
6612
|
+
isLarge: m,
|
|
6613
|
+
paths: h,
|
|
6614
6614
|
keywords: p
|
|
6615
6615
|
} = e;
|
|
6616
6616
|
return /* @__PURE__ */ f(
|
|
@@ -6634,7 +6634,7 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
6634
6634
|
{
|
|
6635
6635
|
preview: r,
|
|
6636
6636
|
isVideo: i,
|
|
6637
|
-
isLarge:
|
|
6637
|
+
isLarge: m,
|
|
6638
6638
|
priorityHigh: u
|
|
6639
6639
|
}
|
|
6640
6640
|
)
|
|
@@ -6651,7 +6651,7 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
6651
6651
|
config: c,
|
|
6652
6652
|
overImage: d,
|
|
6653
6653
|
isTitle: l,
|
|
6654
|
-
paths:
|
|
6654
|
+
paths: h,
|
|
6655
6655
|
keywords: p
|
|
6656
6656
|
}
|
|
6657
6657
|
) })
|
|
@@ -6736,14 +6736,14 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
6736
6736
|
}, l1 = "_content_kro73_1", d1 = "_contentLayout_kro73_5", cs = {
|
|
6737
6737
|
content: l1,
|
|
6738
6738
|
contentLayout: d1
|
|
6739
|
-
}, ls = (e) => /* @__PURE__ */ a("div", { className: cs.content, children: /* @__PURE__ */ a(Ft, { className: `${cs.contentLayout} ${e.className}`, children: e.children }) }), u1 = "_content_1nqra_1",
|
|
6739
|
+
}, ls = (e) => /* @__PURE__ */ a("div", { className: cs.content, children: /* @__PURE__ */ a(Ft, { className: `${cs.contentLayout} ${e.className}`, children: e.children }) }), u1 = "_content_1nqra_1", m1 = "_before_1nqra_11", h1 = "_textContent_1nqra_22", f1 = "_title_1nqra_37", g1 = "_description_1nqra_46", p1 = "_linkStyled_1nqra_57", pt = {
|
|
6740
6740
|
content: u1,
|
|
6741
|
-
before:
|
|
6742
|
-
textContent:
|
|
6741
|
+
before: m1,
|
|
6742
|
+
textContent: h1,
|
|
6743
6743
|
title: f1,
|
|
6744
6744
|
description: g1,
|
|
6745
6745
|
linkStyled: p1
|
|
6746
|
-
},
|
|
6746
|
+
}, d3 = (e) => {
|
|
6747
6747
|
const t = e.logo;
|
|
6748
6748
|
return /* @__PURE__ */ f("section", { className: pt.content, children: [
|
|
6749
6749
|
e.backgroundImgURL && /* @__PURE__ */ a("img", { className: pt.before, src: e.backgroundImgURL, alt: "" }),
|
|
@@ -6760,7 +6760,7 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
6760
6760
|
label: y1,
|
|
6761
6761
|
required: v1,
|
|
6762
6762
|
input: b1
|
|
6763
|
-
},
|
|
6763
|
+
}, u3 = (e) => /* @__PURE__ */ f("div", { className: Ut.content, children: [
|
|
6764
6764
|
/* @__PURE__ */ f("div", { className: Ut.contentLabel, children: [
|
|
6765
6765
|
/* @__PURE__ */ a("label", { className: Ut.label, children: e.label }),
|
|
6766
6766
|
e.required && /* @__PURE__ */ a("span", { className: Ut.required, children: "*" })
|
|
@@ -6772,7 +6772,7 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
6772
6772
|
label: N1,
|
|
6773
6773
|
required: S1,
|
|
6774
6774
|
input: E1
|
|
6775
|
-
},
|
|
6775
|
+
}, m3 = (e) => /* @__PURE__ */ f("div", { className: qt.content, children: [
|
|
6776
6776
|
/* @__PURE__ */ f("div", { className: qt.contentLabel, children: [
|
|
6777
6777
|
/* @__PURE__ */ a("label", { className: qt.label, children: e.label }),
|
|
6778
6778
|
e.required && /* @__PURE__ */ a("span", { className: qt.required, children: "*" })
|
|
@@ -6785,7 +6785,7 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
6785
6785
|
content: x1,
|
|
6786
6786
|
label: I1,
|
|
6787
6787
|
input: T1
|
|
6788
|
-
},
|
|
6788
|
+
}, h3 = (e) => /* @__PURE__ */ f("div", { className: Qn.content, children: [
|
|
6789
6789
|
/* @__PURE__ */ a("label", { className: Qn.label, children: e.label }),
|
|
6790
6790
|
/* @__PURE__ */ a("textarea", { className: Qn.input, ...e })
|
|
6791
6791
|
] }), k1 = "_boxInformation_achvw_1", U1 = "_textBox_achvw_30", q1 = "_contentBox_achvw_40", L1 = "_liveBox_achvw_50", R1 = "_dot_achvw_72", B1 = "_sectionDescription_achvw_97", O1 = "_articule_achvw_110", P1 = "_description_achvw_137", tt = {
|
|
@@ -6844,7 +6844,7 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
6844
6844
|
}, V1 = (e) => /* @__PURE__ */ a("section", { className: en.content, children: e.itemList[0]?.list.items.map((t, n) => /* @__PURE__ */ f("div", { className: en.contentLine, children: [
|
|
6845
6845
|
/* @__PURE__ */ a(O, { className: en.dateLink, href: `#item-${n + 1}`, children: uo(t.date) }),
|
|
6846
6846
|
/* @__PURE__ */ a("div", { className: en.contentText, children: (e.itemList[0]?.list.integrated, t.title) })
|
|
6847
|
-
] }, n)) }), F1 = "_content_qg1r7_1", $1 = "_contentInfo_qg1r7_11", W1 = "_imageContainer_qg1r7_19", Y1 = "_imageStyled_qg1r7_28", K1 = "_contentIconStyled_qg1r7_39", J1 = "_name_qg1r7_65", Z1 = "_email_qg1r7_74", X1 = "_description_qg1r7_90", eu = "_contenSocialNetwork_qg1r7_102", tu = "_socialIcon_qg1r7_112", nu = "_socialIconLink_qg1r7_117", au = "_socialIconLinkedIn_qg1r7_121",
|
|
6847
|
+
] }, n)) }), F1 = "_content_qg1r7_1", $1 = "_contentInfo_qg1r7_11", W1 = "_imageContainer_qg1r7_19", Y1 = "_imageStyled_qg1r7_28", K1 = "_contentIconStyled_qg1r7_39", J1 = "_name_qg1r7_65", Z1 = "_email_qg1r7_74", X1 = "_description_qg1r7_90", eu = "_contenSocialNetwork_qg1r7_102", tu = "_socialIcon_qg1r7_112", nu = "_socialIconLink_qg1r7_117", au = "_socialIconLinkedIn_qg1r7_121", me = {
|
|
6848
6848
|
content: F1,
|
|
6849
6849
|
contentInfo: $1,
|
|
6850
6850
|
imageContainer: W1,
|
|
@@ -6863,60 +6863,60 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
6863
6863
|
const t = e.trim();
|
|
6864
6864
|
return t.startsWith("http://") || t.startsWith("https://") ? t : `https://${t}`;
|
|
6865
6865
|
}, su = async (e) => {
|
|
6866
|
-
const { autor: t, autorIcon: n } = e, s = n, r = t?.info?.image?.sizes?.[0]?.url ?? "", o = t?.info?.fullname ?? "", i = t?.info?.email ?? "", c = t?.addtional?.USER_SHOWEMAIL ?? !1, d = t?.addtional?.USER_SHOWBIO ?? !1, l = t?.addtional?.USER_MIBIO ?? "", u = tn(t?.addtional?.USER_USERFB ?? ""),
|
|
6866
|
+
const { autor: t, autorIcon: n } = e, s = n, r = t?.info?.image?.sizes?.[0]?.url ?? "", o = t?.info?.fullname ?? "", i = t?.info?.email ?? "", c = t?.addtional?.USER_SHOWEMAIL ?? !1, d = t?.addtional?.USER_SHOWBIO ?? !1, l = t?.addtional?.USER_MIBIO ?? "", u = tn(t?.addtional?.USER_USERFB ?? ""), m = tn(t?.addtional?.USER_USERIG ?? ""), h = tn(t?.addtional?.USER_USERTWT ?? ""), p = tn(t?.addtional?.USER_USERLIN ?? "");
|
|
6867
6867
|
return /* @__PURE__ */ a(
|
|
6868
6868
|
"section",
|
|
6869
6869
|
{
|
|
6870
|
-
className: `${
|
|
6871
|
-
children: /* @__PURE__ */ f("div", { className:
|
|
6872
|
-
r ? /* @__PURE__ */ a("div", { className: `${
|
|
6870
|
+
className: `${me.content} ${e.className ? e.className : ""}`,
|
|
6871
|
+
children: /* @__PURE__ */ f("div", { className: me.contentInfo, children: [
|
|
6872
|
+
r ? /* @__PURE__ */ a("div", { className: `${me.imageContainer} sass-image-autor-wrapper`, children: /* @__PURE__ */ a(
|
|
6873
6873
|
"img",
|
|
6874
6874
|
{
|
|
6875
6875
|
fetchPriority: "low",
|
|
6876
6876
|
loading: "lazy",
|
|
6877
6877
|
alt: "",
|
|
6878
|
-
className:
|
|
6878
|
+
className: me.imageStyled,
|
|
6879
6879
|
src: await ge(r)
|
|
6880
6880
|
}
|
|
6881
6881
|
) }) : /* @__PURE__ */ a(
|
|
6882
6882
|
"div",
|
|
6883
6883
|
{
|
|
6884
|
-
className: `${
|
|
6884
|
+
className: `${me.contentIconStyled} sass-image-autor-wrapper`,
|
|
6885
6885
|
children: /* @__PURE__ */ a(s, {})
|
|
6886
6886
|
}
|
|
6887
6887
|
),
|
|
6888
|
-
/* @__PURE__ */ a("h1", { className:
|
|
6889
|
-
c && /* @__PURE__ */ a("p", { className:
|
|
6890
|
-
d && /* @__PURE__ */ a("p", { className:
|
|
6891
|
-
/* @__PURE__ */ f("div", { className:
|
|
6888
|
+
/* @__PURE__ */ a("h1", { className: me.name, children: o }),
|
|
6889
|
+
c && /* @__PURE__ */ a("p", { className: me.email, children: i }),
|
|
6890
|
+
d && /* @__PURE__ */ a("p", { className: me.description, children: l }),
|
|
6891
|
+
/* @__PURE__ */ f("div", { className: me.contenSocialNetwork, children: [
|
|
6892
6892
|
u && /* @__PURE__ */ a(
|
|
6893
6893
|
"a",
|
|
6894
6894
|
{
|
|
6895
6895
|
href: u,
|
|
6896
6896
|
target: "_blank",
|
|
6897
|
-
className:
|
|
6897
|
+
className: me.socialIconLink,
|
|
6898
6898
|
rel: "noreferrer",
|
|
6899
|
-
children: /* @__PURE__ */ a(qn, { className:
|
|
6899
|
+
children: /* @__PURE__ */ a(qn, { className: me.socialIcon })
|
|
6900
6900
|
}
|
|
6901
6901
|
),
|
|
6902
|
-
|
|
6902
|
+
m && /* @__PURE__ */ a(
|
|
6903
6903
|
"a",
|
|
6904
6904
|
{
|
|
6905
|
-
href:
|
|
6905
|
+
href: m,
|
|
6906
6906
|
target: "_blank",
|
|
6907
|
-
className:
|
|
6907
|
+
className: me.socialIconLink,
|
|
6908
6908
|
rel: "noreferrer",
|
|
6909
|
-
children: /* @__PURE__ */ a(Ln, { className:
|
|
6909
|
+
children: /* @__PURE__ */ a(Ln, { className: me.socialIcon })
|
|
6910
6910
|
}
|
|
6911
6911
|
),
|
|
6912
|
-
|
|
6912
|
+
h && /* @__PURE__ */ a(
|
|
6913
6913
|
"a",
|
|
6914
6914
|
{
|
|
6915
|
-
href:
|
|
6915
|
+
href: h,
|
|
6916
6916
|
target: "_blank",
|
|
6917
|
-
className:
|
|
6917
|
+
className: me.socialIconLink,
|
|
6918
6918
|
rel: "noreferrer",
|
|
6919
|
-
children: /* @__PURE__ */ a(Ct, { className:
|
|
6919
|
+
children: /* @__PURE__ */ a(Ct, { className: me.socialIcon })
|
|
6920
6920
|
}
|
|
6921
6921
|
),
|
|
6922
6922
|
p && /* @__PURE__ */ a(
|
|
@@ -6924,16 +6924,16 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
6924
6924
|
{
|
|
6925
6925
|
href: p,
|
|
6926
6926
|
target: "_blank",
|
|
6927
|
-
className: `${
|
|
6927
|
+
className: `${me.socialIconLink} ${me.socialIconLinkedIn}`,
|
|
6928
6928
|
rel: "noreferrer",
|
|
6929
|
-
children: /* @__PURE__ */ a(Qt, { className:
|
|
6929
|
+
children: /* @__PURE__ */ a(Qt, { className: me.socialIcon })
|
|
6930
6930
|
}
|
|
6931
6931
|
)
|
|
6932
6932
|
] })
|
|
6933
6933
|
] })
|
|
6934
6934
|
}
|
|
6935
6935
|
);
|
|
6936
|
-
}, ru = "_content_18ozj_1", ou = "_contentInfo_18ozj_13", iu = "_contentAuthor_18ozj_26", cu = "_imageStyled_18ozj_33", lu = "_contentIconStyled_18ozj_42", du = "_name_18ozj_64", uu = "_email_18ozj_72",
|
|
6936
|
+
}, ru = "_content_18ozj_1", ou = "_contentInfo_18ozj_13", iu = "_contentAuthor_18ozj_26", cu = "_imageStyled_18ozj_33", lu = "_contentIconStyled_18ozj_42", du = "_name_18ozj_64", uu = "_email_18ozj_72", mu = "_description_18ozj_82", hu = "_contenSocialNetwork_18ozj_93", fu = "_socialIcon_18ozj_103", Ee = {
|
|
6937
6937
|
content: ru,
|
|
6938
6938
|
contentInfo: ou,
|
|
6939
6939
|
contentAuthor: iu,
|
|
@@ -6941,11 +6941,11 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
6941
6941
|
contentIconStyled: lu,
|
|
6942
6942
|
name: du,
|
|
6943
6943
|
email: uu,
|
|
6944
|
-
description:
|
|
6945
|
-
contenSocialNetwork:
|
|
6944
|
+
description: mu,
|
|
6945
|
+
contenSocialNetwork: hu,
|
|
6946
6946
|
socialIcon: fu
|
|
6947
6947
|
}, gu = async (e) => {
|
|
6948
|
-
const { autor: t, autorIcon: n } = e, s = n, r = t?.info?.image?.sizes?.[0]?.url ?? "", o = t?.info?.fullname ?? "", i = t?.info?.email ?? "", c = t?.addtional?.USER_SHOWEMAIL ?? !1, d = t?.addtional?.USER_SHOWBIO ?? !1, l = t?.addtional?.USER_MIBIO ?? "", u = t?.addtional?.USER_USERFB ?? "",
|
|
6948
|
+
const { autor: t, autorIcon: n } = e, s = n, r = t?.info?.image?.sizes?.[0]?.url ?? "", o = t?.info?.fullname ?? "", i = t?.info?.email ?? "", c = t?.addtional?.USER_SHOWEMAIL ?? !1, d = t?.addtional?.USER_SHOWBIO ?? !1, l = t?.addtional?.USER_MIBIO ?? "", u = t?.addtional?.USER_USERFB ?? "", m = t?.addtional?.USER_USERIG ?? "", h = t?.addtional?.USER_USERTWT ?? "", p = t?.addtional?.USER_USERLIN ?? "";
|
|
6949
6949
|
return /* @__PURE__ */ a("section", { className: Ee.content, children: /* @__PURE__ */ f("div", { className: Ee.contentInfo, children: [
|
|
6950
6950
|
r ? /* @__PURE__ */ a(
|
|
6951
6951
|
"img",
|
|
@@ -6970,10 +6970,10 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
6970
6970
|
children: /* @__PURE__ */ a(qn, { className: Ee.socialIcon })
|
|
6971
6971
|
}
|
|
6972
6972
|
),
|
|
6973
|
-
|
|
6973
|
+
m && /* @__PURE__ */ a(
|
|
6974
6974
|
"a",
|
|
6975
6975
|
{
|
|
6976
|
-
href:
|
|
6976
|
+
href: m,
|
|
6977
6977
|
target: "_blank",
|
|
6978
6978
|
rel: "noreferrer",
|
|
6979
6979
|
children: /* @__PURE__ */ a(
|
|
@@ -6985,10 +6985,10 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
6985
6985
|
)
|
|
6986
6986
|
}
|
|
6987
6987
|
),
|
|
6988
|
-
|
|
6988
|
+
h && /* @__PURE__ */ a(
|
|
6989
6989
|
"a",
|
|
6990
6990
|
{
|
|
6991
|
-
href:
|
|
6991
|
+
href: h,
|
|
6992
6992
|
target: "_blank",
|
|
6993
6993
|
rel: "noreferrer",
|
|
6994
6994
|
children: /* @__PURE__ */ a(Ct, { className: Ee.socialIcon })
|
|
@@ -7070,7 +7070,7 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
7070
7070
|
),
|
|
7071
7071
|
/* @__PURE__ */ a("div", { children: /* @__PURE__ */ a(It, { ...n, paths: e.paths }) })
|
|
7072
7072
|
] }) : null;
|
|
7073
|
-
},
|
|
7073
|
+
}, f3 = (e) => /* @__PURE__ */ a("div", { className: Re.content, children: /* @__PURE__ */ f(Ft, { className: Re.contentLayoutVideoSection, children: [
|
|
7074
7074
|
/* @__PURE__ */ f("a", { className: Re.header, href: e.goBackLink ?? "/videos", children: [
|
|
7075
7075
|
/* @__PURE__ */ a(
|
|
7076
7076
|
"svg",
|
|
@@ -7243,7 +7243,7 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
7243
7243
|
}
|
|
7244
7244
|
)
|
|
7245
7245
|
}
|
|
7246
|
-
), Mu = "_drawerStyled_tm61w_1", ju = "_sidebarCustom_tm61w_6", Qu = "_accordionStyled_tm61w_24", Gu = "_accordionHeading_tm61w_35", Hu = "_accordionSummeryStyled_tm61w_44", zu = "_linkStyled_tm61w_72", Vu = "_subLinkStyled_tm61w_92", Fu = "_inputContent_tm61w_114", $u = "_buttonContent_tm61w_115", Wu = "_inputStyled_tm61w_125", Yu = "_buscar_tm61w_141", Ku = "_buttonStyled_tm61w_170", Ju = "_accordionDetailsStyled_tm61w_185", Zu = "_footerSlider_tm61w_200", Xu = "_socialMedia_tm61w_211",
|
|
7246
|
+
), Mu = "_drawerStyled_tm61w_1", ju = "_sidebarCustom_tm61w_6", Qu = "_accordionStyled_tm61w_24", Gu = "_accordionHeading_tm61w_35", Hu = "_accordionSummeryStyled_tm61w_44", zu = "_linkStyled_tm61w_72", Vu = "_subLinkStyled_tm61w_92", Fu = "_inputContent_tm61w_114", $u = "_buttonContent_tm61w_115", Wu = "_inputStyled_tm61w_125", Yu = "_buscar_tm61w_141", Ku = "_buttonStyled_tm61w_170", Ju = "_accordionDetailsStyled_tm61w_185", Zu = "_footerSlider_tm61w_200", Xu = "_socialMedia_tm61w_211", em = "_copyRights_tm61w_230", tm = "_icon_tm61w_241", le = {
|
|
7247
7247
|
drawerStyled: Mu,
|
|
7248
7248
|
sidebarCustom: ju,
|
|
7249
7249
|
accordionStyled: Qu,
|
|
@@ -7259,9 +7259,9 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
7259
7259
|
accordionDetailsStyled: Ju,
|
|
7260
7260
|
footerSlider: Zu,
|
|
7261
7261
|
socialMedia: Xu,
|
|
7262
|
-
copyRights:
|
|
7263
|
-
icon:
|
|
7264
|
-
},
|
|
7262
|
+
copyRights: em,
|
|
7263
|
+
icon: tm
|
|
7264
|
+
}, nm = ({
|
|
7265
7265
|
sidebar: e,
|
|
7266
7266
|
socials: t,
|
|
7267
7267
|
copyrigth: n,
|
|
@@ -7412,12 +7412,12 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
7412
7412
|
)
|
|
7413
7413
|
]
|
|
7414
7414
|
}
|
|
7415
|
-
),
|
|
7416
|
-
content:
|
|
7417
|
-
chipStyled:
|
|
7418
|
-
headLine:
|
|
7419
|
-
live:
|
|
7420
|
-
closeLiveStyled:
|
|
7415
|
+
), am = "_content_y5b1f_1", sm = "_chipStyled_y5b1f_17", rm = "_headLine_y5b1f_17", om = "_live_y5b1f_25", im = "_closeLiveStyled_y5b1f_87", Lt = {
|
|
7416
|
+
content: am,
|
|
7417
|
+
chipStyled: sm,
|
|
7418
|
+
headLine: rm,
|
|
7419
|
+
live: om,
|
|
7420
|
+
closeLiveStyled: im
|
|
7421
7421
|
}, Sr = (e) => {
|
|
7422
7422
|
const { alertZone: t, id: n = "close-alert" } = e, s = () => /* @__PURE__ */ a(
|
|
7423
7423
|
O,
|
|
@@ -7460,21 +7460,21 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
7460
7460
|
}
|
|
7461
7461
|
)
|
|
7462
7462
|
] });
|
|
7463
|
-
},
|
|
7464
|
-
content:
|
|
7465
|
-
linkStyled:
|
|
7466
|
-
linkSocialNetwork:
|
|
7467
|
-
title:
|
|
7468
|
-
tabs:
|
|
7469
|
-
socialNetwork:
|
|
7470
|
-
icon:
|
|
7471
|
-
facebook:
|
|
7472
|
-
youtube:
|
|
7473
|
-
x:
|
|
7474
|
-
instagram:
|
|
7475
|
-
gnews:
|
|
7476
|
-
tiktok:
|
|
7477
|
-
whatsapp:
|
|
7463
|
+
}, cm = "_content_18yq5_1", lm = "_linkStyled_18yq5_14", dm = "_linkSocialNetwork_18yq5_28", um = "_title_18yq5_49", mm = "_tabs_18yq5_60", hm = "_socialNetwork_18yq5_68", fm = "_icon_18yq5_78", gm = "_facebook_18yq5_84", pm = "_youtube_18yq5_88", Am = "_x_18yq5_92", wm = "_instagram_18yq5_96", ym = "_gnews_18yq5_100", vm = "_tiktok_18yq5_104", bm = "_whatsapp_18yq5_108", Ve = {
|
|
7464
|
+
content: cm,
|
|
7465
|
+
linkStyled: lm,
|
|
7466
|
+
linkSocialNetwork: dm,
|
|
7467
|
+
title: um,
|
|
7468
|
+
tabs: mm,
|
|
7469
|
+
socialNetwork: hm,
|
|
7470
|
+
icon: fm,
|
|
7471
|
+
facebook: gm,
|
|
7472
|
+
youtube: pm,
|
|
7473
|
+
x: Am,
|
|
7474
|
+
instagram: wm,
|
|
7475
|
+
gnews: ym,
|
|
7476
|
+
tiktok: vm,
|
|
7477
|
+
whatsapp: bm
|
|
7478
7478
|
}, Er = (e) => {
|
|
7479
7479
|
const { cintillo: t, tapeTitle: n, socials: s } = e, r = "", o = t?.findIndex((i) => i.link === r) ?? 0;
|
|
7480
7480
|
return (Array.isArray(t) || e.socialIcons) && /* @__PURE__ */ f("section", { className: Ve.content, children: [
|
|
@@ -7526,19 +7526,19 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
7526
7526
|
i
|
|
7527
7527
|
)) })
|
|
7528
7528
|
] });
|
|
7529
|
-
},
|
|
7530
|
-
headerStyled:
|
|
7531
|
-
headerContent:
|
|
7532
|
-
iconContent:
|
|
7533
|
-
menuButton:
|
|
7534
|
-
logoStyled:
|
|
7535
|
-
buttonSection:
|
|
7536
|
-
buttonSectionSearch:
|
|
7537
|
-
headLineContent:
|
|
7538
|
-
headLineTitle:
|
|
7539
|
-
headLine:
|
|
7540
|
-
hasAlertZone:
|
|
7541
|
-
},
|
|
7529
|
+
}, Cm = "_headerStyled_6yw62_1", _m = "_headerContent_6yw62_14", Nm = "_iconContent_6yw62_25", Sm = "_menuButton_6yw62_34", Em = "_logoStyled_6yw62_66", xm = "_buttonSection_6yw62_94", Im = "_buttonSectionSearch_6yw62_109", Tm = "_headLineContent_6yw62_131", km = "_headLineTitle_6yw62_144", Um = "_headLine_6yw62_131", qm = "_hasAlertZone_6yw62_197", Ue = {
|
|
7530
|
+
headerStyled: Cm,
|
|
7531
|
+
headerContent: _m,
|
|
7532
|
+
iconContent: Nm,
|
|
7533
|
+
menuButton: Sm,
|
|
7534
|
+
logoStyled: Em,
|
|
7535
|
+
buttonSection: xm,
|
|
7536
|
+
buttonSectionSearch: Im,
|
|
7537
|
+
headLineContent: Tm,
|
|
7538
|
+
headLineTitle: km,
|
|
7539
|
+
headLine: Um,
|
|
7540
|
+
hasAlertZone: qm
|
|
7541
|
+
}, Lm = (e) => {
|
|
7542
7542
|
const { alertZone: t } = e;
|
|
7543
7543
|
return /* @__PURE__ */ f("header", { className: Ue.headerStyled, children: [
|
|
7544
7544
|
e.socialIcons && e.headerTape?.sticky && /* @__PURE__ */ a(
|
|
@@ -7631,15 +7631,15 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
7631
7631
|
}
|
|
7632
7632
|
)
|
|
7633
7633
|
] });
|
|
7634
|
-
},
|
|
7635
|
-
ul:
|
|
7636
|
-
li:
|
|
7637
|
-
liBefore:
|
|
7638
|
-
ulContent:
|
|
7639
|
-
contentModal:
|
|
7640
|
-
linkStyled:
|
|
7641
|
-
itemLink:
|
|
7642
|
-
},
|
|
7634
|
+
}, Rm = "_ul_oit7k_1", Bm = "_li_oit7k_10", Om = "_liBefore_oit7k_18", Pm = "_ulContent_oit7k_29", Dm = "_contentModal_oit7k_56", Mm = "_linkStyled_oit7k_68", jm = "_itemLink_oit7k_93", Fe = {
|
|
7635
|
+
ul: Rm,
|
|
7636
|
+
li: Bm,
|
|
7637
|
+
liBefore: Om,
|
|
7638
|
+
ulContent: Pm,
|
|
7639
|
+
contentModal: Dm,
|
|
7640
|
+
linkStyled: Mm,
|
|
7641
|
+
itemLink: jm
|
|
7642
|
+
}, Qm = (e) => {
|
|
7643
7643
|
const { items: t } = e;
|
|
7644
7644
|
return /* @__PURE__ */ a("ul", { className: Fe.ul, children: t.map((n, s) => /* @__PURE__ */ f("li", { className: `${Fe.liBefore} ${Fe.li}`, children: [
|
|
7645
7645
|
n.link ? /* @__PURE__ */ f(
|
|
@@ -7669,23 +7669,23 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
7669
7669
|
}
|
|
7670
7670
|
) }, o)) }) })
|
|
7671
7671
|
] }, s)) });
|
|
7672
|
-
},
|
|
7673
|
-
headerStyled:
|
|
7674
|
-
headerContent:
|
|
7675
|
-
menuButtonSection:
|
|
7676
|
-
menuButton:
|
|
7677
|
-
buttonSection:
|
|
7678
|
-
buttonSectionSearch: $
|
|
7679
|
-
hasAlertZone:
|
|
7680
|
-
buttonText:
|
|
7681
|
-
logoContent:
|
|
7682
|
-
logoStyled:
|
|
7683
|
-
headLineContent:
|
|
7684
|
-
headLineTitle:
|
|
7685
|
-
menuSection:
|
|
7686
|
-
headLine:
|
|
7687
|
-
line:
|
|
7688
|
-
},
|
|
7672
|
+
}, Gm = "_headerStyled_q9qvi_1", Hm = "_headerContent_q9qvi_23", zm = "_menuButtonSection_q9qvi_33", Vm = "_menuButton_q9qvi_33", Fm = "_buttonSection_q9qvi_84", $m = "_buttonSectionSearch_q9qvi_101", Wm = "_hasAlertZone_q9qvi_112", Ym = "_buttonText_q9qvi_131", Km = "_logoContent_q9qvi_141", Jm = "_logoStyled_q9qvi_149", Zm = "_headLineContent_q9qvi_173", Xm = "_headLineTitle_q9qvi_188", eh = "_menuSection_q9qvi_204", th = "_headLine_q9qvi_173", nh = "_line_q9qvi_256", be = {
|
|
7673
|
+
headerStyled: Gm,
|
|
7674
|
+
headerContent: Hm,
|
|
7675
|
+
menuButtonSection: zm,
|
|
7676
|
+
menuButton: Vm,
|
|
7677
|
+
buttonSection: Fm,
|
|
7678
|
+
buttonSectionSearch: $m,
|
|
7679
|
+
hasAlertZone: Wm,
|
|
7680
|
+
buttonText: Ym,
|
|
7681
|
+
logoContent: Km,
|
|
7682
|
+
logoStyled: Jm,
|
|
7683
|
+
headLineContent: Zm,
|
|
7684
|
+
headLineTitle: Xm,
|
|
7685
|
+
menuSection: eh,
|
|
7686
|
+
headLine: th,
|
|
7687
|
+
line: nh
|
|
7688
|
+
}, ah = (e) => {
|
|
7689
7689
|
const { menu: t, alertZone: n } = e;
|
|
7690
7690
|
return /* @__PURE__ */ f(
|
|
7691
7691
|
"header",
|
|
@@ -7762,7 +7762,7 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
7762
7762
|
{
|
|
7763
7763
|
className: be.menuSection,
|
|
7764
7764
|
style: e.showAlertPop ? { "--showAlertPop": "0px" } : {},
|
|
7765
|
-
children: Array.isArray(t) && /* @__PURE__ */ a(
|
|
7765
|
+
children: Array.isArray(t) && /* @__PURE__ */ a(Qm, { items: t })
|
|
7766
7766
|
}
|
|
7767
7767
|
)
|
|
7768
7768
|
]
|
|
@@ -7771,15 +7771,15 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
7771
7771
|
]
|
|
7772
7772
|
}
|
|
7773
7773
|
);
|
|
7774
|
-
},
|
|
7775
|
-
childrenContent:
|
|
7776
|
-
childrenContentAux:
|
|
7777
|
-
op2:
|
|
7778
|
-
},
|
|
7774
|
+
}, sh = "_childrenContent_wqlb4_1", rh = "_childrenContentAux_wqlb4_12", oh = "_op2_wqlb4_25", Hn = {
|
|
7775
|
+
childrenContent: sh,
|
|
7776
|
+
childrenContentAux: rh,
|
|
7777
|
+
op2: oh
|
|
7778
|
+
}, g3 = (e) => {
|
|
7779
7779
|
const { alertZone: t, children: n, sidebar: s } = e;
|
|
7780
7780
|
return /* @__PURE__ */ f(J, { children: [
|
|
7781
|
-
/* @__PURE__ */ a(
|
|
7782
|
-
!e.showOnlyStickyHeader && /* @__PURE__ */ a(
|
|
7781
|
+
/* @__PURE__ */ a(Lm, { ...e }),
|
|
7782
|
+
!e.showOnlyStickyHeader && /* @__PURE__ */ a(ah, { ...e }),
|
|
7783
7783
|
/* @__PURE__ */ f(
|
|
7784
7784
|
"div",
|
|
7785
7785
|
{
|
|
@@ -7806,7 +7806,7 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
7806
7806
|
}
|
|
7807
7807
|
),
|
|
7808
7808
|
/* @__PURE__ */ a(
|
|
7809
|
-
|
|
7809
|
+
nm,
|
|
7810
7810
|
{
|
|
7811
7811
|
sidebarExtra: e.sidebarExtra,
|
|
7812
7812
|
searchKeyWord: e.searchKeyWord,
|
|
@@ -7816,26 +7816,26 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
7816
7816
|
}
|
|
7817
7817
|
)
|
|
7818
7818
|
] });
|
|
7819
|
-
},
|
|
7820
|
-
content:
|
|
7821
|
-
tags:
|
|
7822
|
-
chipStyled:
|
|
7823
|
-
tagLink:
|
|
7824
|
-
tagStyled:
|
|
7825
|
-
},
|
|
7819
|
+
}, ih = "_content_16ydf_1", ch = "_tags_16ydf_10", lh = "_chipStyled_16ydf_20", dh = "_tagLink_16ydf_47", uh = "_tagStyled_16ydf_53", At = {
|
|
7820
|
+
content: ih,
|
|
7821
|
+
tags: ch,
|
|
7822
|
+
chipStyled: lh,
|
|
7823
|
+
tagLink: dh,
|
|
7824
|
+
tagStyled: uh
|
|
7825
|
+
}, mh = (e) => /* @__PURE__ */ a("section", { className: At.content, children: Array.isArray(e.tags) && /* @__PURE__ */ f("div", { className: At.tags, children: [
|
|
7826
7826
|
/* @__PURE__ */ a("p", { className: At.tagStyled, children: e.title ? e.title : "Tags:" }),
|
|
7827
7827
|
e.tags.map((t, n) => t.approved ? /* @__PURE__ */ a(O, { href: vt(t, e.paths), children: /* @__PURE__ */ a("div", { className: `${At.chipStyled} ${At.tagLink}`, children: t.name }) }, n) : /* @__PURE__ */ a("div", { className: At.chipStyled, children: t.name }, n))
|
|
7828
|
-
] }) }),
|
|
7829
|
-
contentBox:
|
|
7830
|
-
content:
|
|
7831
|
-
imageStyled:
|
|
7832
|
-
contentIconStyled:
|
|
7833
|
-
avatarContent:
|
|
7834
|
-
journalistSection:
|
|
7835
|
-
journalistInfo:
|
|
7836
|
-
socialNetworkSection:
|
|
7837
|
-
article:
|
|
7838
|
-
},
|
|
7828
|
+
] }) }), hh = "_contentBox_1cum1_1", fh = "_content_1cum1_1", gh = "_imageStyled_1cum1_16", ph = "_contentIconStyled_1cum1_23", Ah = "_avatarContent_1cum1_43", wh = "_journalistSection_1cum1_50", yh = "_journalistInfo_1cum1_56", vh = "_socialNetworkSection_1cum1_75", bh = "_article_1cum1_88", De = {
|
|
7829
|
+
contentBox: hh,
|
|
7830
|
+
content: fh,
|
|
7831
|
+
imageStyled: gh,
|
|
7832
|
+
contentIconStyled: ph,
|
|
7833
|
+
avatarContent: Ah,
|
|
7834
|
+
journalistSection: wh,
|
|
7835
|
+
journalistInfo: yh,
|
|
7836
|
+
socialNetworkSection: vh,
|
|
7837
|
+
article: bh
|
|
7838
|
+
}, Ch = async (e) => {
|
|
7839
7839
|
const { autor: t } = e, n = t?.addtional?.USER_SHOWBIO ?? !1, s = t?.info?.name ?? "", r = t?.info?.fullname ?? "", o = t?.info?.image?.sizes?.[0]?.url ?? "", i = t?.addtional?.USER_MIBIO ?? "", c = t?.addtional?.USER_USERFB ?? "", d = t?.addtional?.USER_USERIG ?? "", l = t?.addtional?.USER_USERTWT ?? "", u = t?.addtional?.USER_USERLIN ?? "";
|
|
7840
7840
|
return n && /* @__PURE__ */ a("section", { className: De.contentBox, children: /* @__PURE__ */ f("div", { className: De.content, children: [
|
|
7841
7841
|
/* @__PURE__ */ f("div", { className: De.avatarContent, children: [
|
|
@@ -8026,15 +8026,15 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
8026
8026
|
}
|
|
8027
8027
|
)
|
|
8028
8028
|
] }) });
|
|
8029
|
-
},
|
|
8030
|
-
content:
|
|
8031
|
-
imageStyled:
|
|
8032
|
-
contentIconStyled:
|
|
8033
|
-
contentCard:
|
|
8034
|
-
contentInfo:
|
|
8035
|
-
fullName:
|
|
8036
|
-
LearnMoreLink:
|
|
8037
|
-
},
|
|
8029
|
+
}, _h = "_content_vmnac_1", Nh = "_imageStyled_vmnac_20", Sh = "_contentIconStyled_vmnac_21", Eh = "_contentCard_vmnac_31", xh = "_contentInfo_vmnac_70", Ih = "_fullName_vmnac_76", Th = "_LearnMoreLink_vmnac_83", nt = {
|
|
8030
|
+
content: _h,
|
|
8031
|
+
imageStyled: Nh,
|
|
8032
|
+
contentIconStyled: Sh,
|
|
8033
|
+
contentCard: Eh,
|
|
8034
|
+
contentInfo: xh,
|
|
8035
|
+
fullName: Ih,
|
|
8036
|
+
LearnMoreLink: Th
|
|
8037
|
+
}, kh = async (e) => {
|
|
8038
8038
|
const { news: t, texts: n } = e;
|
|
8039
8039
|
return t.config?.showauthor && /* @__PURE__ */ a("div", { className: nt.content, children: Array.isArray(t.authors) && t.authors?.map(async (s) => /* @__PURE__ */ f(
|
|
8040
8040
|
"div",
|
|
@@ -8073,60 +8073,60 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
8073
8073
|
},
|
|
8074
8074
|
`author-${s.firstname}`
|
|
8075
8075
|
)) });
|
|
8076
|
-
},
|
|
8077
|
-
content:
|
|
8078
|
-
urlTag:
|
|
8079
|
-
contentInfo:
|
|
8080
|
-
imageStyled:
|
|
8081
|
-
name:
|
|
8082
|
-
description:
|
|
8083
|
-
imageContainer:
|
|
8084
|
-
contenSocialNetwork:
|
|
8085
|
-
socialIcon:
|
|
8086
|
-
socialIconLink:
|
|
8087
|
-
socialIconLinkedIn:
|
|
8088
|
-
contentInfoWithoutImg:
|
|
8076
|
+
}, Uh = "_content_pcdw1_1", qh = "_urlTag_pcdw1_12", Lh = "_contentInfo_pcdw1_38", Rh = "_imageStyled_pcdw1_55", Bh = "_name_pcdw1_60", Oh = "_description_pcdw1_65", Ph = "_imageContainer_pcdw1_78", Dh = "_contenSocialNetwork_pcdw1_129", Mh = "_socialIcon_pcdw1_139", jh = "_socialIconLink_pcdw1_144", Qh = "_socialIconLinkedIn_pcdw1_148", Gh = "_contentInfoWithoutImg_pcdw1_152", he = {
|
|
8077
|
+
content: Uh,
|
|
8078
|
+
urlTag: qh,
|
|
8079
|
+
contentInfo: Lh,
|
|
8080
|
+
imageStyled: Rh,
|
|
8081
|
+
name: Bh,
|
|
8082
|
+
description: Oh,
|
|
8083
|
+
imageContainer: Ph,
|
|
8084
|
+
contenSocialNetwork: Dh,
|
|
8085
|
+
socialIcon: Mh,
|
|
8086
|
+
socialIconLink: jh,
|
|
8087
|
+
socialIconLinkedIn: Qh,
|
|
8088
|
+
contentInfoWithoutImg: Gh
|
|
8089
8089
|
}, nn = (e) => {
|
|
8090
8090
|
if (!e || e.trim() === "")
|
|
8091
8091
|
return e;
|
|
8092
8092
|
const t = e.trim();
|
|
8093
8093
|
return t.startsWith("http://") || t.startsWith("https://") ? t : `https://${t}`;
|
|
8094
|
-
},
|
|
8094
|
+
}, p3 = async (e) => {
|
|
8095
8095
|
const t = e.img ? await ge(e.img) : "", n = nn(e.social?.facebook ?? ""), s = nn(e.social?.instagram ?? ""), r = nn(e.social?.twitter ?? ""), o = nn(e.social?.linkedin ?? "");
|
|
8096
|
-
return /* @__PURE__ */ a("section", { className: `${
|
|
8096
|
+
return /* @__PURE__ */ a("section", { className: `${he.content} ${e.className}`, children: /* @__PURE__ */ f(
|
|
8097
8097
|
"div",
|
|
8098
8098
|
{
|
|
8099
|
-
className: `${
|
|
8099
|
+
className: `${he.contentInfo} ${t ? "" : he.contentInfoWithoutImg}`,
|
|
8100
8100
|
children: [
|
|
8101
|
-
e.img && /* @__PURE__ */ a("div", { className: `${
|
|
8101
|
+
e.img && /* @__PURE__ */ a("div", { className: `${he.imageContainer} sass-image-tag-wrapper`, children: /* @__PURE__ */ a(
|
|
8102
8102
|
"img",
|
|
8103
8103
|
{
|
|
8104
8104
|
fetchPriority: "low",
|
|
8105
8105
|
loading: "lazy",
|
|
8106
|
-
className:
|
|
8106
|
+
className: he.imageStyled,
|
|
8107
8107
|
src: t
|
|
8108
8108
|
}
|
|
8109
8109
|
) }),
|
|
8110
|
-
/* @__PURE__ */ a("h1", { className:
|
|
8110
|
+
/* @__PURE__ */ a("h1", { className: he.name, children: e.tag }),
|
|
8111
8111
|
e.description && /* @__PURE__ */ a(
|
|
8112
8112
|
"div",
|
|
8113
8113
|
{
|
|
8114
|
-
className:
|
|
8114
|
+
className: he.description,
|
|
8115
8115
|
dangerouslySetInnerHTML: {
|
|
8116
8116
|
__html: e.description
|
|
8117
8117
|
}
|
|
8118
8118
|
}
|
|
8119
8119
|
),
|
|
8120
|
-
e.url && /* @__PURE__ */ a("a", { className:
|
|
8121
|
-
/* @__PURE__ */ f("div", { className:
|
|
8120
|
+
e.url && /* @__PURE__ */ a("a", { className: he.urlTag, href: e.url, children: e.url }),
|
|
8121
|
+
/* @__PURE__ */ f("div", { className: he.contenSocialNetwork, children: [
|
|
8122
8122
|
n && /* @__PURE__ */ a(
|
|
8123
8123
|
"a",
|
|
8124
8124
|
{
|
|
8125
8125
|
href: n,
|
|
8126
8126
|
target: "_blank",
|
|
8127
|
-
className:
|
|
8127
|
+
className: he.socialIconLink,
|
|
8128
8128
|
rel: "noreferrer",
|
|
8129
|
-
children: /* @__PURE__ */ a(qn, { className:
|
|
8129
|
+
children: /* @__PURE__ */ a(qn, { className: he.socialIcon })
|
|
8130
8130
|
}
|
|
8131
8131
|
),
|
|
8132
8132
|
s && /* @__PURE__ */ a(
|
|
@@ -8134,9 +8134,9 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
8134
8134
|
{
|
|
8135
8135
|
href: s,
|
|
8136
8136
|
target: "_blank",
|
|
8137
|
-
className:
|
|
8137
|
+
className: he.socialIconLink,
|
|
8138
8138
|
rel: "noreferrer",
|
|
8139
|
-
children: /* @__PURE__ */ a(Ln, { className:
|
|
8139
|
+
children: /* @__PURE__ */ a(Ln, { className: he.socialIcon })
|
|
8140
8140
|
}
|
|
8141
8141
|
),
|
|
8142
8142
|
r && /* @__PURE__ */ a(
|
|
@@ -8144,9 +8144,9 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
8144
8144
|
{
|
|
8145
8145
|
href: r,
|
|
8146
8146
|
target: "_blank",
|
|
8147
|
-
className:
|
|
8147
|
+
className: he.socialIconLink,
|
|
8148
8148
|
rel: "noreferrer",
|
|
8149
|
-
children: /* @__PURE__ */ a(Ct, { className:
|
|
8149
|
+
children: /* @__PURE__ */ a(Ct, { className: he.socialIcon })
|
|
8150
8150
|
}
|
|
8151
8151
|
),
|
|
8152
8152
|
o && /* @__PURE__ */ a(
|
|
@@ -8154,25 +8154,25 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
8154
8154
|
{
|
|
8155
8155
|
href: o,
|
|
8156
8156
|
target: "_blank",
|
|
8157
|
-
className: `${
|
|
8157
|
+
className: `${he.socialIconLink} ${he.socialIconLinkedIn}`,
|
|
8158
8158
|
rel: "noreferrer",
|
|
8159
|
-
children: /* @__PURE__ */ a(Qt, { className:
|
|
8159
|
+
children: /* @__PURE__ */ a(Qt, { className: he.socialIcon })
|
|
8160
8160
|
}
|
|
8161
8161
|
)
|
|
8162
8162
|
] })
|
|
8163
8163
|
]
|
|
8164
8164
|
}
|
|
8165
8165
|
) });
|
|
8166
|
-
},
|
|
8167
|
-
content:
|
|
8168
|
-
contentNews:
|
|
8169
|
-
linkTitle:
|
|
8170
|
-
tag:
|
|
8171
|
-
tagmx: $
|
|
8172
|
-
titular:
|
|
8173
|
-
correspondent:
|
|
8174
|
-
correspondentLink:
|
|
8175
|
-
description:
|
|
8166
|
+
}, Hh = "_content_1j0pj_1", zh = "_contentNews_1j0pj_10", Vh = "_linkTitle_1j0pj_27", Fh = "_tag_1j0pj_35", $h = "_tagmx_1j0pj_55", Wh = "_titular_1j0pj_70", Yh = "_correspondent_1j0pj_85", Kh = "_correspondentLink_1j0pj_96", Jh = "_description_1j0pj_107", xe = {
|
|
8167
|
+
content: Hh,
|
|
8168
|
+
contentNews: zh,
|
|
8169
|
+
linkTitle: Vh,
|
|
8170
|
+
tag: Fh,
|
|
8171
|
+
tagmx: $h,
|
|
8172
|
+
titular: Wh,
|
|
8173
|
+
correspondent: Yh,
|
|
8174
|
+
correspondentLink: Kh,
|
|
8175
|
+
description: Jh
|
|
8176
8176
|
}, _t = (e) => {
|
|
8177
8177
|
const { SHOW_TAG_BY_SECTION: t } = Y(), n = () => {
|
|
8178
8178
|
if (e?.config?.showtime && e.config?.showauthor)
|
|
@@ -8363,9 +8363,9 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
8363
8363
|
}
|
|
8364
8364
|
)
|
|
8365
8365
|
] });
|
|
8366
|
-
},
|
|
8367
|
-
content:
|
|
8368
|
-
firstSection:
|
|
8366
|
+
}, Zh = "_content_1dcf7_1", Xh = "_firstSection_1dcf7_10", e2 = "_secondSection_1dcf7_16", zn = {
|
|
8367
|
+
content: Zh,
|
|
8368
|
+
firstSection: Xh,
|
|
8369
8369
|
secondSection: e2
|
|
8370
8370
|
}, t2 = ({
|
|
8371
8371
|
content: e,
|
|
@@ -8397,7 +8397,7 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
8397
8397
|
}
|
|
8398
8398
|
)) })
|
|
8399
8399
|
] });
|
|
8400
|
-
}, n2 = "_content_wsx1m_1", a2 = "_firstSection_wsx1m_8",
|
|
8400
|
+
}, n2 = "_content_wsx1m_1", a2 = "_firstSection_wsx1m_8", ms = {
|
|
8401
8401
|
content: n2,
|
|
8402
8402
|
firstSection: a2
|
|
8403
8403
|
}, s2 = ({
|
|
@@ -8405,11 +8405,11 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
8405
8405
|
customLargeSection: t,
|
|
8406
8406
|
customSlimSection: n,
|
|
8407
8407
|
paths: s
|
|
8408
|
-
}) => Array.isArray(e) && e.length > 0 && /* @__PURE__ */ a("section", { className:
|
|
8408
|
+
}) => Array.isArray(e) && e.length > 0 && /* @__PURE__ */ a("section", { className: ms.content, children: e.map((r, o) => o === 0 ? /* @__PURE__ */ a(
|
|
8409
8409
|
"div",
|
|
8410
8410
|
{
|
|
8411
8411
|
style: t,
|
|
8412
|
-
className:
|
|
8412
|
+
className: ms.firstSection,
|
|
8413
8413
|
children: /* @__PURE__ */ a(
|
|
8414
8414
|
_t,
|
|
8415
8415
|
{
|
|
@@ -8478,11 +8478,11 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
8478
8478
|
e?.mainNew?.main?.subtitle?.rendered && /* @__PURE__ */ a("p", { className: ot.subtitle, children: e?.mainNew?.main?.subtitle?.striped }),
|
|
8479
8479
|
e.goTo && /* @__PURE__ */ a(O, { href: e.goTo.url, className: ot.linkStyled, children: e.goTo.description })
|
|
8480
8480
|
] });
|
|
8481
|
-
}, d2 = "_headerSection_drjnj_1", u2 = "_headerSectionLink_drjnj_12",
|
|
8481
|
+
}, d2 = "_headerSection_drjnj_1", u2 = "_headerSectionLink_drjnj_12", m2 = "_newsContent_drjnj_17", Vn = {
|
|
8482
8482
|
headerSection: d2,
|
|
8483
8483
|
headerSectionLink: u2,
|
|
8484
|
-
newsContent:
|
|
8485
|
-
},
|
|
8484
|
+
newsContent: m2
|
|
8485
|
+
}, h2 = (e) => {
|
|
8486
8486
|
const { content: t, title: n, isVideo: s } = e;
|
|
8487
8487
|
if (!t || !t[0] || t.length === 0) return;
|
|
8488
8488
|
const r = e.slot_id && e.slot_id !== "Nota_1", o = {
|
|
@@ -8591,7 +8591,7 @@ function I2(e) {
|
|
|
8591
8591
|
s % 2 === 0 ? t[Math.floor(s / 2)] = e[s] : t[n + Math.floor(s / 2)] = e[s];
|
|
8592
8592
|
return t;
|
|
8593
8593
|
}
|
|
8594
|
-
const
|
|
8594
|
+
const A3 = (e) => {
|
|
8595
8595
|
const { isOpinion: t = !1 } = e, n = (o) => /* @__PURE__ */ a(
|
|
8596
8596
|
"div",
|
|
8597
8597
|
{
|
|
@@ -8645,13 +8645,13 @@ const A5 = (e) => {
|
|
|
8645
8645
|
] })
|
|
8646
8646
|
}
|
|
8647
8647
|
) });
|
|
8648
|
-
}, T2 = "_content_w9viv_1", k2 = "_title_w9viv_10",
|
|
8648
|
+
}, T2 = "_content_w9viv_1", k2 = "_title_w9viv_10", hs = {
|
|
8649
8649
|
content: T2,
|
|
8650
8650
|
title: k2
|
|
8651
|
-
},
|
|
8651
|
+
}, w3 = (e) => {
|
|
8652
8652
|
const { showTitle: t = !0 } = e;
|
|
8653
|
-
return /* @__PURE__ */ f("div", { className:
|
|
8654
|
-
t && /* @__PURE__ */ a("p", { className:
|
|
8653
|
+
return /* @__PURE__ */ f("div", { className: hs.content, children: [
|
|
8654
|
+
t && /* @__PURE__ */ a("p", { className: hs.title, children: "Editorial" }),
|
|
8655
8655
|
/* @__PURE__ */ a(
|
|
8656
8656
|
It,
|
|
8657
8657
|
{
|
|
@@ -8673,7 +8673,7 @@ const A5 = (e) => {
|
|
|
8673
8673
|
boxPosition: L2,
|
|
8674
8674
|
bannerContent: R2,
|
|
8675
8675
|
bannerContentAux: B2
|
|
8676
|
-
},
|
|
8676
|
+
}, y3 = (e) => {
|
|
8677
8677
|
const { news: t } = e;
|
|
8678
8678
|
return Array.isArray(t) && /* @__PURE__ */ f("div", { className: yt.content, children: [
|
|
8679
8679
|
/* @__PURE__ */ f("div", { className: yt.newsContent, children: [
|
|
@@ -8708,7 +8708,7 @@ const A5 = (e) => {
|
|
|
8708
8708
|
] }),
|
|
8709
8709
|
/* @__PURE__ */ a("div", { className: yt.bannerContent, children: e.halfPageBanner })
|
|
8710
8710
|
] });
|
|
8711
|
-
},
|
|
8711
|
+
}, v3 = (e) => /* @__PURE__ */ f(J, { children: [
|
|
8712
8712
|
/* @__PURE__ */ a(
|
|
8713
8713
|
Al,
|
|
8714
8714
|
{
|
|
@@ -9039,9 +9039,9 @@ const A5 = (e) => {
|
|
|
9039
9039
|
})
|
|
9040
9040
|
}
|
|
9041
9041
|
) });
|
|
9042
|
-
},
|
|
9043
|
-
content:
|
|
9044
|
-
imageStyled:
|
|
9042
|
+
}, mf = "_content_1mj79_1", hf = "_imageStyled_1mj79_14", ff = "_contentIcon_1mj79_23", gf = "_boxInformation_1mj79_44", pf = "_comment_1mj79_51", Af = "_title_1mj79_60", wf = "_authorName_1mj79_81", at = {
|
|
9043
|
+
content: mf,
|
|
9044
|
+
imageStyled: hf,
|
|
9045
9045
|
contentIcon: ff,
|
|
9046
9046
|
boxInformation: gf,
|
|
9047
9047
|
comment: pf,
|
|
@@ -9158,7 +9158,7 @@ const A5 = (e) => {
|
|
|
9158
9158
|
default:
|
|
9159
9159
|
return /* @__PURE__ */ a("div", { className: Ke.ItemCustomContent, children: /* @__PURE__ */ a(Xe, { ...t, paths: e.paths }) });
|
|
9160
9160
|
}
|
|
9161
|
-
},
|
|
9161
|
+
}, b3 = (e) => {
|
|
9162
9162
|
const {
|
|
9163
9163
|
data: t,
|
|
9164
9164
|
currentPage: n,
|
|
@@ -9197,12 +9197,12 @@ const A5 = (e) => {
|
|
|
9197
9197
|
showNext: !(t.length < e.NEWS_PER_SECTION)
|
|
9198
9198
|
}
|
|
9199
9199
|
),
|
|
9200
|
-
children: Array.isArray(t) && t?.map((u,
|
|
9201
|
-
d.includes(
|
|
9200
|
+
children: Array.isArray(t) && t?.map((u, m) => /* @__PURE__ */ f(wn, { children: [
|
|
9201
|
+
d.includes(m + 1) && /* @__PURE__ */ a("div", { className: Ke.itemContent + " banner-context", children: /* @__PURE__ */ a(
|
|
9202
9202
|
we,
|
|
9203
9203
|
{
|
|
9204
9204
|
banners: s ?? [],
|
|
9205
|
-
name: `block_2_${l[
|
|
9205
|
+
name: `block_2_${l[m + 1]}`
|
|
9206
9206
|
}
|
|
9207
9207
|
) }),
|
|
9208
9208
|
/* @__PURE__ */ a(
|
|
@@ -9213,9 +9213,9 @@ const A5 = (e) => {
|
|
|
9213
9213
|
option: r,
|
|
9214
9214
|
paths: e.paths
|
|
9215
9215
|
},
|
|
9216
|
-
|
|
9216
|
+
m
|
|
9217
9217
|
)
|
|
9218
|
-
] },
|
|
9218
|
+
] }, m))
|
|
9219
9219
|
}
|
|
9220
9220
|
) : /* @__PURE__ */ a(
|
|
9221
9221
|
"div",
|
|
@@ -9260,12 +9260,12 @@ const A5 = (e) => {
|
|
|
9260
9260
|
showNext: !(t.length < e.NEWS_PER_SECTION)
|
|
9261
9261
|
}
|
|
9262
9262
|
),
|
|
9263
|
-
children: Array.isArray(t) && t?.map((u,
|
|
9264
|
-
d.includes(
|
|
9263
|
+
children: Array.isArray(t) && t?.map((u, m) => /* @__PURE__ */ f(wn, { children: [
|
|
9264
|
+
d.includes(m + 1) && /* @__PURE__ */ a("div", { className: Ke.itemContent, children: /* @__PURE__ */ a(
|
|
9265
9265
|
we,
|
|
9266
9266
|
{
|
|
9267
9267
|
banners: s ?? [],
|
|
9268
|
-
name: `block_2_${l[
|
|
9268
|
+
name: `block_2_${l[m + 1]}`
|
|
9269
9269
|
}
|
|
9270
9270
|
) }),
|
|
9271
9271
|
/* @__PURE__ */ a(
|
|
@@ -9276,9 +9276,9 @@ const A5 = (e) => {
|
|
|
9276
9276
|
option: r,
|
|
9277
9277
|
paths: e.paths
|
|
9278
9278
|
},
|
|
9279
|
-
|
|
9279
|
+
m
|
|
9280
9280
|
)
|
|
9281
|
-
] },
|
|
9281
|
+
] }, m))
|
|
9282
9282
|
}
|
|
9283
9283
|
) : /* @__PURE__ */ a(
|
|
9284
9284
|
"div",
|
|
@@ -9311,7 +9311,7 @@ const A5 = (e) => {
|
|
|
9311
9311
|
}, Sf = "_content_gwsqy_1", Ef = "_contactInfoContent_gwsqy_7", ps = {
|
|
9312
9312
|
content: Sf,
|
|
9313
9313
|
contactInfoContent: Ef
|
|
9314
|
-
},
|
|
9314
|
+
}, C3 = (e) => {
|
|
9315
9315
|
const { data: t } = e;
|
|
9316
9316
|
return /* @__PURE__ */ a("section", { className: ps.content, children: t.map((n, s) => /* @__PURE__ */ a(
|
|
9317
9317
|
"div",
|
|
@@ -9323,7 +9323,7 @@ const A5 = (e) => {
|
|
|
9323
9323
|
},
|
|
9324
9324
|
s
|
|
9325
9325
|
)) });
|
|
9326
|
-
}, xf = "_tagContent_ee6yw_1", If = "_contentLayout2_ee6yw_9", Tf = "_contentHeader_ee6yw_42",
|
|
9326
|
+
}, xf = "_tagContent_ee6yw_1", If = "_contentLayout2_ee6yw_9", Tf = "_contentHeader_ee6yw_42", ma = {
|
|
9327
9327
|
tagContent: xf,
|
|
9328
9328
|
contentLayout2: If,
|
|
9329
9329
|
contentHeader: Tf
|
|
@@ -9424,7 +9424,7 @@ const A5 = (e) => {
|
|
|
9424
9424
|
return /* @__PURE__ */ a(
|
|
9425
9425
|
"div",
|
|
9426
9426
|
{
|
|
9427
|
-
className:
|
|
9427
|
+
className: ma.contentHeader,
|
|
9428
9428
|
style: {
|
|
9429
9429
|
"--section-card-chip-padding": "0 0 0 6px",
|
|
9430
9430
|
"--uppertitle-display": "block",
|
|
@@ -9477,7 +9477,7 @@ const A5 = (e) => {
|
|
|
9477
9477
|
o = o.replace("ck-related-news", "ck-related-news-empty");
|
|
9478
9478
|
break;
|
|
9479
9479
|
}
|
|
9480
|
-
const u = l.preview?.sizes?.[0],
|
|
9480
|
+
const u = l.preview?.sizes?.[0], m = u ? await ge(u.url) : "", h = l.info.section?.url ?? "#", p = l.info.section?.name ?? "Sección", g = l.info.link?.url ?? "#", A = l.main?.title.article ?? "Título", w = (await Promise.all(
|
|
9481
9481
|
l.preview?.sizes?.map(async (N) => {
|
|
9482
9482
|
const _ = await ge(N.url);
|
|
9483
9483
|
return N.width < 200 ? `<source srcset="${_}" media="(width < 750px)"/>` : `<source srcset="${_}" media="(width >= 750px)"/>`;
|
|
@@ -9486,10 +9486,10 @@ const A5 = (e) => {
|
|
|
9486
9486
|
<span data-src="${d}">
|
|
9487
9487
|
<picture style='display: flex'>
|
|
9488
9488
|
${w}
|
|
9489
|
-
<img fetchPriority='low' loading='lazy' src="${
|
|
9489
|
+
<img fetchPriority='low' loading='lazy' src="${m}" alt="${t.noteRelatedImageAlt}" />
|
|
9490
9490
|
</picture>
|
|
9491
9491
|
<div>
|
|
9492
|
-
<a class="section" href="${
|
|
9492
|
+
<a class="section" href="${h}">${p}</a>
|
|
9493
9493
|
<a class="title" href="${g}">${A}</a>
|
|
9494
9494
|
</div>
|
|
9495
9495
|
</span>
|
|
@@ -9523,12 +9523,12 @@ async function n0(e, t) {
|
|
|
9523
9523
|
let l = o[1] ?? "";
|
|
9524
9524
|
l && (l = t0(l));
|
|
9525
9525
|
const u = /data-type\s*=\s*["']?video["']?/i.test(d) || /video-type\s*=\s*["']?embedded["']?/i.test(d);
|
|
9526
|
-
let
|
|
9526
|
+
let m = d;
|
|
9527
9527
|
if (u && l)
|
|
9528
9528
|
try {
|
|
9529
|
-
const
|
|
9530
|
-
if (
|
|
9531
|
-
const g =
|
|
9529
|
+
const h = await t.iframe({ path: l }), p = t.schema ? await t.schema(l) : null;
|
|
9530
|
+
if (h && h.data) {
|
|
9531
|
+
const g = h.data.data[0];
|
|
9532
9532
|
let A = "";
|
|
9533
9533
|
const w = d.match(
|
|
9534
9534
|
/<span\b[^>]*class=["']video__title["'][^>]*>([\s\S]*?)<\/span>/i
|
|
@@ -9549,7 +9549,7 @@ async function n0(e, t) {
|
|
|
9549
9549
|
style="width: 100%; height: auto; min-height: 400px;"
|
|
9550
9550
|
src="${g.main?.code || ""}"></iframe>` : A = g.main?.code || "";
|
|
9551
9551
|
const N = v || g.main?.description || "";
|
|
9552
|
-
|
|
9552
|
+
m = `
|
|
9553
9553
|
<figure class="videoFigure">
|
|
9554
9554
|
${p && p.data && p.data.data ? `<script type="application/ld+json">${En(
|
|
9555
9555
|
JSON.stringify(p.data.data)
|
|
@@ -9559,10 +9559,10 @@ async function n0(e, t) {
|
|
|
9559
9559
|
</figure>
|
|
9560
9560
|
`;
|
|
9561
9561
|
}
|
|
9562
|
-
} catch (
|
|
9563
|
-
console.error("replaceVideoSpansWithIframes error for", l,
|
|
9562
|
+
} catch (h) {
|
|
9563
|
+
console.error("replaceVideoSpansWithIframes error for", l, h), m = d;
|
|
9564
9564
|
}
|
|
9565
|
-
s = c, n +=
|
|
9565
|
+
s = c, n += m, r.lastIndex = c;
|
|
9566
9566
|
}
|
|
9567
9567
|
return n += e.slice(s), n;
|
|
9568
9568
|
}
|
|
@@ -9781,13 +9781,13 @@ const i0 = () => /* @__PURE__ */ f("svg", { xmlns: "http://www.w3.org/2000/svg",
|
|
|
9781
9781
|
)
|
|
9782
9782
|
] })
|
|
9783
9783
|
] }) });
|
|
9784
|
-
}, l0 = "_content_pi7s8_1", d0 = "_journalistArticleContent_pi7s8_15", u0 = "_contentNews_pi7s8_35",
|
|
9784
|
+
}, l0 = "_content_pi7s8_1", d0 = "_journalistArticleContent_pi7s8_15", u0 = "_contentNews_pi7s8_35", m0 = "_noteSource_pi7s8_411", sn = {
|
|
9785
9785
|
content: l0,
|
|
9786
9786
|
journalistArticleContent: d0,
|
|
9787
9787
|
contentNews: u0,
|
|
9788
|
-
noteSource:
|
|
9789
|
-
},
|
|
9790
|
-
summaryContent:
|
|
9788
|
+
noteSource: m0
|
|
9789
|
+
}, h0 = "_summaryContent_zuvmo_1", f0 = {
|
|
9790
|
+
summaryContent: h0
|
|
9791
9791
|
}, g0 = async ({ summary: e }) => e && e.rendered && /* @__PURE__ */ a(
|
|
9792
9792
|
"section",
|
|
9793
9793
|
{
|
|
@@ -9825,45 +9825,45 @@ function A0(e) {
|
|
|
9825
9825
|
const t = e.children, n = `${e.slot_id}-`, s = e.visibleItems, r = e.cardGap ?? 20;
|
|
9826
9826
|
function o(c) {
|
|
9827
9827
|
const d = [], l = [];
|
|
9828
|
-
let u = "",
|
|
9829
|
-
for (let
|
|
9830
|
-
const p = `[data-index="${
|
|
9828
|
+
let u = "", m = !0;
|
|
9829
|
+
for (let h = 0; h < c; h++) {
|
|
9830
|
+
const p = `[data-index="${h}"]:checked ~ .carrousel-pagination li:nth-child(${h + 1}) {
|
|
9831
9831
|
background-color:var(--carrousel-pagination-background-color)
|
|
9832
9832
|
}`;
|
|
9833
9833
|
u += `
|
|
9834
9834
|
.${n}.carrousel-container {
|
|
9835
9835
|
${p}
|
|
9836
|
-
[data-index="${
|
|
9837
|
-
transform: translate(-${
|
|
9836
|
+
[data-index="${h}"]:checked ~ .carrousel-ssr {
|
|
9837
|
+
transform: translate(-${h * (100 + r) + "%"});
|
|
9838
9838
|
transition: transform 300ms;
|
|
9839
9839
|
}
|
|
9840
|
-
[data-index="${
|
|
9841
|
-
${
|
|
9840
|
+
[data-index="${h + 1}"]:checked ~ .visible-arrow.left[data-index="${h}"]
|
|
9841
|
+
${h < c - 1 ? `,[data-index="${h}"]:checked ~ .visible-arrow.right[data-index="${h}"]` : ""} {
|
|
9842
9842
|
display: flex;
|
|
9843
9843
|
}
|
|
9844
9844
|
}
|
|
9845
|
-
`,
|
|
9845
|
+
`, h > c - (s + 1) && (u += `
|
|
9846
9846
|
@media (min-width:900px) {
|
|
9847
9847
|
.${n}.carrousel-container {
|
|
9848
|
-
[data-index="${
|
|
9848
|
+
[data-index="${h}"]:checked ~ .visible-arrow.right[data-index="${h}"] {
|
|
9849
9849
|
display:none!important;
|
|
9850
9850
|
}
|
|
9851
9851
|
}
|
|
9852
9852
|
}`), d.push(
|
|
9853
|
-
`<input type="radio" name="${n + "card"}" ${
|
|
9853
|
+
`<input type="radio" name="${n + "card"}" ${m ? "checked" : ""} id="${n + "input-check-" + h}" data-index="${h}" />`
|
|
9854
9854
|
), l.push(`
|
|
9855
|
-
<label for="${n + "input-check-" +
|
|
9855
|
+
<label for="${n + "input-check-" + h}" data-index="${h}" class="visible-arrow left">
|
|
9856
9856
|
<svg width="16" height="16" view-box="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
|
|
9857
9857
|
<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" />
|
|
9858
9858
|
</svg>
|
|
9859
9859
|
</label>
|
|
9860
9860
|
|
|
9861
|
-
${
|
|
9861
|
+
${h < c - 1 ? `<label for="${n + "input-check-" + (h + 1)}" data-index="${h}" class="visible-arrow right">
|
|
9862
9862
|
<svg width="16" height="16" view-box="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
|
|
9863
9863
|
<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" />
|
|
9864
9864
|
</svg>
|
|
9865
9865
|
</label>` : ""}
|
|
9866
|
-
`),
|
|
9866
|
+
`), m = !1;
|
|
9867
9867
|
}
|
|
9868
9868
|
return `
|
|
9869
9869
|
<style>${u}</style>
|
|
@@ -9999,15 +9999,15 @@ const w0 = (e) => /* @__PURE__ */ a(
|
|
|
9999
9999
|
}
|
|
10000
10000
|
}, I0 = "_content_156j7_1", T0 = {
|
|
10001
10001
|
content: I0
|
|
10002
|
-
},
|
|
10002
|
+
}, ht = {
|
|
10003
10003
|
videoEmbedded: "videoEmbedded",
|
|
10004
10004
|
videoYouTube: "videoYouTube",
|
|
10005
10005
|
iframe: "iframe",
|
|
10006
10006
|
fotoGaleria: "fotogaleria"
|
|
10007
10007
|
}, k0 = {
|
|
10008
|
-
[
|
|
10009
|
-
[
|
|
10010
|
-
[
|
|
10008
|
+
[ht.videoEmbedded]: b0,
|
|
10009
|
+
[ht.videoYouTube]: N0,
|
|
10010
|
+
[ht.iframe]: x0
|
|
10011
10011
|
}, U0 = ({ news: e, commonServices: t }) => {
|
|
10012
10012
|
const { config: n, info: s } = e, r = n.articlepreview, o = s.link.internal, i = r ? k0[r] : null;
|
|
10013
10013
|
return i ? /* @__PURE__ */ a("div", { className: T0.content, children: /* @__PURE__ */ a(
|
|
@@ -10030,25 +10030,25 @@ const w0 = (e) => /* @__PURE__ */ a(
|
|
|
10030
10030
|
), B0 = async (e) => {
|
|
10031
10031
|
const { PUBLIC_IS_OFFLINE: t } = Y();
|
|
10032
10032
|
if (!(t === "true")) {
|
|
10033
|
-
const l = /<img\b[^>]*\bsrc=["']([^"']+)["']/g, u = [...e.matchAll(l)],
|
|
10034
|
-
for (const
|
|
10035
|
-
const p =
|
|
10033
|
+
const l = /<img\b[^>]*\bsrc=["']([^"']+)["']/g, u = [...e.matchAll(l)], m = {};
|
|
10034
|
+
for (const h of u) {
|
|
10035
|
+
const p = h[1] ?? "", g = e.includes(p) ? { url: p } : null;
|
|
10036
10036
|
if (g) {
|
|
10037
10037
|
const A = await ge(g.url) || "";
|
|
10038
|
-
|
|
10038
|
+
m[p] = A;
|
|
10039
10039
|
}
|
|
10040
10040
|
}
|
|
10041
10041
|
return e.replace(
|
|
10042
10042
|
l,
|
|
10043
|
-
(
|
|
10043
|
+
(h, p) => `<img fetchPriority='low' loading='lazy' alt='imagen' src="${m[p] || p}"`
|
|
10044
10044
|
);
|
|
10045
10045
|
}
|
|
10046
10046
|
let s = e;
|
|
10047
10047
|
const r = /<figure\b[^>]*>([\s\S]*?)<img\b[^>]*\bsrc=["']([^"']+)["'][^>]*>([\s\S]*?)<\/figure>/g, o = [...e.matchAll(r)], i = /* @__PURE__ */ new Set();
|
|
10048
10048
|
for (const l of o) {
|
|
10049
|
-
const u = l[0],
|
|
10050
|
-
i.add(
|
|
10051
|
-
const
|
|
10049
|
+
const u = l[0], m = l[2] ?? "";
|
|
10050
|
+
i.add(m);
|
|
10051
|
+
const h = u.match(/<img\b[^>]*\balt=["']([^"']*)["']/), p = h ? h[1] : "imagen", g = m.match(/__scale=([^&"']+)/), A = g ? decodeURIComponent(g[1]) : null;
|
|
10052
10052
|
let w = 0, v = 0;
|
|
10053
10053
|
if (A) {
|
|
10054
10054
|
const I = A.match(/w:(\d+)/), q = A.match(/h:(\d+)/);
|
|
@@ -10059,13 +10059,13 @@ const w0 = (e) => /* @__PURE__ */ a(
|
|
|
10059
10059
|
sizes: [
|
|
10060
10060
|
{
|
|
10061
10061
|
scale: A || `w:${w},h:${v},t:2`,
|
|
10062
|
-
url:
|
|
10062
|
+
url: m,
|
|
10063
10063
|
width: w,
|
|
10064
10064
|
height: v
|
|
10065
10065
|
}
|
|
10066
10066
|
],
|
|
10067
10067
|
original: {
|
|
10068
|
-
url:
|
|
10068
|
+
url: m.split("?")[0],
|
|
10069
10069
|
width: w,
|
|
10070
10070
|
height: v
|
|
10071
10071
|
},
|
|
@@ -10080,9 +10080,9 @@ const w0 = (e) => /* @__PURE__ */ a(
|
|
|
10080
10080
|
}
|
|
10081
10081
|
const c = /<img\b[^>]*\bsrc=["']([^"']+)["'][^>]*>/g, d = [...s.matchAll(c)];
|
|
10082
10082
|
for (const l of d) {
|
|
10083
|
-
const u = l[0],
|
|
10084
|
-
if (i.has(
|
|
10085
|
-
const
|
|
10083
|
+
const u = l[0], m = l[1] ?? "";
|
|
10084
|
+
if (i.has(m)) continue;
|
|
10085
|
+
const h = u.match(/\balt=["']([^"']*)["']/), p = h ? h[1] : "imagen", g = m.match(/__scale=([^&"']+)/), A = g ? decodeURIComponent(g[1]) : null;
|
|
10086
10086
|
let w = 0, v = 0;
|
|
10087
10087
|
if (A) {
|
|
10088
10088
|
const I = A.match(/w:(\d+)/), q = A.match(/h:(\d+)/);
|
|
@@ -10093,13 +10093,13 @@ const w0 = (e) => /* @__PURE__ */ a(
|
|
|
10093
10093
|
sizes: [
|
|
10094
10094
|
{
|
|
10095
10095
|
scale: A || `w:${w},h:${v},t:2`,
|
|
10096
|
-
url:
|
|
10096
|
+
url: m,
|
|
10097
10097
|
width: w,
|
|
10098
10098
|
height: v
|
|
10099
10099
|
}
|
|
10100
10100
|
],
|
|
10101
10101
|
original: {
|
|
10102
|
-
url:
|
|
10102
|
+
url: m.split("?")[0],
|
|
10103
10103
|
width: w,
|
|
10104
10104
|
height: v
|
|
10105
10105
|
},
|
|
@@ -10136,7 +10136,7 @@ const w0 = (e) => /* @__PURE__ */ a(
|
|
|
10136
10136
|
).test(r)) {
|
|
10137
10137
|
s++;
|
|
10138
10138
|
const u = t.find(
|
|
10139
|
-
(
|
|
10139
|
+
(m) => m.key === `block_2_${n[s]}`
|
|
10140
10140
|
);
|
|
10141
10141
|
return u ? `${c}<div class="banner-context">${u.value}</div>` : c;
|
|
10142
10142
|
}
|
|
@@ -10149,13 +10149,13 @@ const w0 = (e) => /* @__PURE__ */ a(
|
|
|
10149
10149
|
for (const o of n) {
|
|
10150
10150
|
const [i, c = ""] = o, d = o.index, l = d + i.length;
|
|
10151
10151
|
s += e.slice(r, d);
|
|
10152
|
-
const
|
|
10152
|
+
const m = [...c.matchAll(/data-src="([^"]+)"/g)].map(
|
|
10153
10153
|
(g) => g[1]
|
|
10154
10154
|
).map(
|
|
10155
10155
|
(g) => `<img fetchPriority='low' loading='lazy' alt='imagen' src="${g}" class="carrusel-note-item" width="800" height="469"/>`
|
|
10156
|
-
),
|
|
10157
|
-
slot_id:
|
|
10158
|
-
children:
|
|
10156
|
+
), h = "gallery_embeded" + d.toString(), p = A0({
|
|
10157
|
+
slot_id: h,
|
|
10158
|
+
children: m,
|
|
10159
10159
|
visibleItems: 1,
|
|
10160
10160
|
cardGap: 0
|
|
10161
10161
|
});
|
|
@@ -10171,7 +10171,7 @@ const w0 = (e) => /* @__PURE__ */ a(
|
|
|
10171
10171
|
(N) => d.includes(N?.[0]?.info.link.internal || "")
|
|
10172
10172
|
);
|
|
10173
10173
|
if (!l || !l[0]) continue;
|
|
10174
|
-
const u = l[0].preview?.sizes?.[0],
|
|
10174
|
+
const u = l[0].preview?.sizes?.[0], m = u ? await ge(u.url) : "", h = 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(
|
|
10175
10175
|
l[0].preview?.sizes?.map(async (N, _) => {
|
|
10176
10176
|
const E = await ge(N.url);
|
|
10177
10177
|
return _ === 0 ? `<source srcset="${E}" media="(width >= 900px)"/>` : `<source srcset="${E}" media="(width < 900px)"/>`;
|
|
@@ -10180,10 +10180,10 @@ const w0 = (e) => /* @__PURE__ */ a(
|
|
|
10180
10180
|
<span data-src="${d}">
|
|
10181
10181
|
<picture style='display: flex'>
|
|
10182
10182
|
${w}
|
|
10183
|
-
<img fetchPriority='low' loading='lazy' src="${
|
|
10183
|
+
<img fetchPriority='low' loading='lazy' src="${m}" alt="${t.noteRelatedImageAlt}" />
|
|
10184
10184
|
</picture>
|
|
10185
10185
|
<div>
|
|
10186
|
-
<a class="section" href="${
|
|
10186
|
+
<a class="section" href="${h}">${p}</a>
|
|
10187
10187
|
<a class="title" href="${g}">${A}</a>
|
|
10188
10188
|
</div>
|
|
10189
10189
|
</span>
|
|
@@ -10209,11 +10209,11 @@ async function M0(e, t) {
|
|
|
10209
10209
|
}
|
|
10210
10210
|
v !== -1 && v < N ? (d += 1, l = v + 4) : (d -= 1, l = N + 6);
|
|
10211
10211
|
}
|
|
10212
|
-
const
|
|
10212
|
+
const m = l, h = e.slice(i, m);
|
|
10213
10213
|
let p = null;
|
|
10214
10214
|
const g = /<span\b([^>]*)>/gi;
|
|
10215
10215
|
let A;
|
|
10216
|
-
for (; (A = g.exec(
|
|
10216
|
+
for (; (A = g.exec(h)) !== null; ) {
|
|
10217
10217
|
const v = A[1];
|
|
10218
10218
|
if (!v) break;
|
|
10219
10219
|
if (/data-type\s*=\s*["']?video["']?/i.test(v)) {
|
|
@@ -10225,7 +10225,7 @@ async function M0(e, t) {
|
|
|
10225
10225
|
}
|
|
10226
10226
|
}
|
|
10227
10227
|
if (!p) {
|
|
10228
|
-
const v =
|
|
10228
|
+
const v = h.match(
|
|
10229
10229
|
/<span\b[^>]*data-src=["'][^"']+["'][^>]*>/i
|
|
10230
10230
|
);
|
|
10231
10231
|
if (v) {
|
|
@@ -10240,7 +10240,7 @@ async function M0(e, t) {
|
|
|
10240
10240
|
if (v && v.data) {
|
|
10241
10241
|
const _ = v.data.data[0];
|
|
10242
10242
|
let E = "";
|
|
10243
|
-
const b =
|
|
10243
|
+
const b = h.match(
|
|
10244
10244
|
/<span\b[^>]*class=["']video__title["'][^>]*>([\s\S]*?)<\/span>/i
|
|
10245
10245
|
), I = b && b[1] ? b[1].trim() : "";
|
|
10246
10246
|
_.info && _.info.type === "video-youtube" ? E = `<iframe
|
|
@@ -10273,8 +10273,8 @@ async function M0(e, t) {
|
|
|
10273
10273
|
console.error("insertVideos error for", p, v), w = "";
|
|
10274
10274
|
}
|
|
10275
10275
|
else
|
|
10276
|
-
w =
|
|
10277
|
-
s =
|
|
10276
|
+
w = h;
|
|
10277
|
+
s = m, n += w, r.lastIndex = m;
|
|
10278
10278
|
}
|
|
10279
10279
|
return n += e.slice(s), n = R0(n), n;
|
|
10280
10280
|
}
|
|
@@ -10296,9 +10296,9 @@ async function j0(e) {
|
|
|
10296
10296
|
e.texts,
|
|
10297
10297
|
s
|
|
10298
10298
|
), u = await M0(u, d), u = q0(u), u = L0(u);
|
|
10299
|
-
const
|
|
10299
|
+
const m = t.main.sources ?? [], h = t.config.articlepreview === ht.fotoGaleria && t.hascontent?.hasgalleryimages;
|
|
10300
10300
|
return /* @__PURE__ */ f("div", { className: sn.content, children: [
|
|
10301
|
-
o !== "liveblogs" && e.showHeaderImage ?
|
|
10301
|
+
o !== "liveblogs" && e.showHeaderImage ? h ? /* @__PURE__ */ a(
|
|
10302
10302
|
p0,
|
|
10303
10303
|
{
|
|
10304
10304
|
commonServices: l,
|
|
@@ -10339,9 +10339,9 @@ async function j0(e) {
|
|
|
10339
10339
|
newsRelatedListResponses: r ?? []
|
|
10340
10340
|
}
|
|
10341
10341
|
),
|
|
10342
|
-
|
|
10342
|
+
m.length > 0 && /* @__PURE__ */ f("div", { className: sn.noteSource, children: [
|
|
10343
10343
|
/* @__PURE__ */ a(w0, {}),
|
|
10344
|
-
/* @__PURE__ */ a("p", { children: e.texts.noteSource + (
|
|
10344
|
+
/* @__PURE__ */ a("p", { children: e.texts.noteSource + (m.length === 1 ? "" : "s") + ": " + m.map((p) => p.name).join(", ") })
|
|
10345
10345
|
] })
|
|
10346
10346
|
] });
|
|
10347
10347
|
}
|
|
@@ -10479,7 +10479,7 @@ const Q0 = (e) => {
|
|
|
10479
10479
|
"Modulo 1x3": (e) => /* @__PURE__ */ a(Ir, { ...e }),
|
|
10480
10480
|
"Modulo 1x4": (e) => /* @__PURE__ */ a(H2, { ...e }),
|
|
10481
10481
|
"Modulo 1x5": (e) => /* @__PURE__ */ a($2, { ...e }),
|
|
10482
|
-
"Destacado noticias": (e) => /* @__PURE__ */ a(
|
|
10482
|
+
"Destacado noticias": (e) => /* @__PURE__ */ a(h2, { ...e }),
|
|
10483
10483
|
"Destacado full width": (e) => /* @__PURE__ */ a(J0, { ...e }),
|
|
10484
10484
|
"Destacado videos": (e) => /* @__PURE__ */ a(J2, { ...e }),
|
|
10485
10485
|
"Carrusel card": (e) => /* @__PURE__ */ a(uf, { ...e }),
|
|
@@ -10498,7 +10498,7 @@ function Tr({
|
|
|
10498
10498
|
if (s)
|
|
10499
10499
|
return ys[e] && /* @__PURE__ */ a("div", { className: "home-slot", style: Ta(n), children: ys[e]({ ...n, banners: s, slot_id: t }) });
|
|
10500
10500
|
}
|
|
10501
|
-
function
|
|
10501
|
+
function _3({
|
|
10502
10502
|
children: e,
|
|
10503
10503
|
stylesConfigEntry: t
|
|
10504
10504
|
}) {
|
|
@@ -10570,7 +10570,7 @@ const vs = {
|
|
|
10570
10570
|
...t,
|
|
10571
10571
|
rightOnlyBanner: s,
|
|
10572
10572
|
banners: n
|
|
10573
|
-
}) }),
|
|
10573
|
+
}) }), N3 = ({
|
|
10574
10574
|
slots: e,
|
|
10575
10575
|
DYNAMIC_SLOT_SUBINDEXES: t,
|
|
10576
10576
|
stylesConfig: n,
|
|
@@ -10580,15 +10580,15 @@ const vs = {
|
|
|
10580
10580
|
showTagBySection: i
|
|
10581
10581
|
}) => {
|
|
10582
10582
|
const c = [], l = t, u = Object.keys(e).length / l;
|
|
10583
|
-
for (let
|
|
10584
|
-
for (let
|
|
10585
|
-
const p = "Home_" +
|
|
10583
|
+
for (let m = 1; m <= u; m++)
|
|
10584
|
+
for (let h = 1; h <= l; h++) {
|
|
10585
|
+
const p = "Home_" + m + "_" + h;
|
|
10586
10586
|
!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(
|
|
10587
10587
|
/* @__PURE__ */ f(
|
|
10588
10588
|
yc,
|
|
10589
10589
|
{
|
|
10590
10590
|
show: !!e[p].content?.data,
|
|
10591
|
-
order: (
|
|
10591
|
+
order: (m - 1) * l + (h - 1),
|
|
10592
10592
|
children: [
|
|
10593
10593
|
/* @__PURE__ */ a(
|
|
10594
10594
|
Tr,
|
|
@@ -10607,21 +10607,21 @@ const vs = {
|
|
|
10607
10607
|
}
|
|
10608
10608
|
}
|
|
10609
10609
|
),
|
|
10610
|
-
/* @__PURE__ */ a(
|
|
10610
|
+
/* @__PURE__ */ a(mt, { children: /* @__PURE__ */ a(
|
|
10611
10611
|
st,
|
|
10612
10612
|
{
|
|
10613
10613
|
banners: o,
|
|
10614
|
-
index: "dynamic_" +
|
|
10614
|
+
index: "dynamic_" + m + "_" + h
|
|
10615
10615
|
}
|
|
10616
10616
|
) })
|
|
10617
10617
|
]
|
|
10618
10618
|
},
|
|
10619
|
-
|
|
10619
|
+
m + "_" + h
|
|
10620
10620
|
)
|
|
10621
10621
|
);
|
|
10622
10622
|
}
|
|
10623
10623
|
return c;
|
|
10624
|
-
},
|
|
10624
|
+
}, S3 = ({
|
|
10625
10625
|
mainBlock: e,
|
|
10626
10626
|
StylesConfigMain: t,
|
|
10627
10627
|
config: n,
|
|
@@ -10644,7 +10644,7 @@ const vs = {
|
|
|
10644
10644
|
banners: s
|
|
10645
10645
|
}
|
|
10646
10646
|
),
|
|
10647
|
-
/* @__PURE__ */ a(
|
|
10647
|
+
/* @__PURE__ */ a(mt, { children: /* @__PURE__ */ a(st, { banners: s, index: 1 }) }),
|
|
10648
10648
|
/* @__PURE__ */ a(
|
|
10649
10649
|
Yn,
|
|
10650
10650
|
{
|
|
@@ -10653,7 +10653,7 @@ const vs = {
|
|
|
10653
10653
|
banners: s
|
|
10654
10654
|
}
|
|
10655
10655
|
),
|
|
10656
|
-
/* @__PURE__ */ a(
|
|
10656
|
+
/* @__PURE__ */ a(mt, { children: /* @__PURE__ */ a(st, { banners: s, index: 1 }) }),
|
|
10657
10657
|
/* @__PURE__ */ a(
|
|
10658
10658
|
Yn,
|
|
10659
10659
|
{
|
|
@@ -10662,16 +10662,16 @@ const vs = {
|
|
|
10662
10662
|
banners: s
|
|
10663
10663
|
}
|
|
10664
10664
|
),
|
|
10665
|
-
/* @__PURE__ */ a(
|
|
10665
|
+
/* @__PURE__ */ a(mt, { children: /* @__PURE__ */ a(st, { banners: s, index: 1 }) })
|
|
10666
10666
|
] });
|
|
10667
10667
|
}, Z0 = (e) => {
|
|
10668
10668
|
const { config: t } = e, n = t.articlepreview;
|
|
10669
10669
|
return !![
|
|
10670
|
-
|
|
10671
|
-
|
|
10672
|
-
|
|
10670
|
+
ht.videoEmbedded,
|
|
10671
|
+
ht.videoYouTube,
|
|
10672
|
+
ht.iframe
|
|
10673
10673
|
].includes(n);
|
|
10674
|
-
},
|
|
10674
|
+
}, E3 = async (e) => {
|
|
10675
10675
|
const {
|
|
10676
10676
|
custom_complement: t,
|
|
10677
10677
|
ranking: n = [],
|
|
@@ -10683,9 +10683,9 @@ const vs = {
|
|
|
10683
10683
|
itemList: d = [],
|
|
10684
10684
|
socials: l,
|
|
10685
10685
|
getVideos: u
|
|
10686
|
-
} = e,
|
|
10686
|
+
} = e, m = e.slug === "liveblogs", { SHOW_NEWS_MORE_NEWS: h, SHOW_NEWS_RELATED_NEWS: p } = Y();
|
|
10687
10687
|
if (!(!o || !o[0]))
|
|
10688
|
-
return /* @__PURE__ */ a(J, { children: /* @__PURE__ */ f(qf, { className:
|
|
10688
|
+
return /* @__PURE__ */ a(J, { children: /* @__PURE__ */ f(qf, { className: ma.contentLayout2, children: [
|
|
10689
10689
|
/* @__PURE__ */ a(
|
|
10690
10690
|
Mf,
|
|
10691
10691
|
{
|
|
@@ -10696,7 +10696,7 @@ const vs = {
|
|
|
10696
10696
|
}
|
|
10697
10697
|
),
|
|
10698
10698
|
/* @__PURE__ */ a(st, { banners: s, index: 1 }),
|
|
10699
|
-
!
|
|
10699
|
+
!m && e.commonServices && /* @__PURE__ */ a(
|
|
10700
10700
|
U0,
|
|
10701
10701
|
{
|
|
10702
10702
|
news: o[0],
|
|
@@ -10716,7 +10716,7 @@ const vs = {
|
|
|
10716
10716
|
banner: /* @__PURE__ */ a(we, { banners: s ?? [], name: "right_2" }),
|
|
10717
10717
|
complement: /* @__PURE__ */ f("div", { id: "comentarios", suppressHydrationWarning: !0, children: [
|
|
10718
10718
|
r.length > 0 && /* @__PURE__ */ a(
|
|
10719
|
-
|
|
10719
|
+
Ch,
|
|
10720
10720
|
{
|
|
10721
10721
|
texts: e.texts,
|
|
10722
10722
|
autorIcon: e.autorIcon,
|
|
@@ -10725,7 +10725,7 @@ const vs = {
|
|
|
10725
10725
|
}
|
|
10726
10726
|
),
|
|
10727
10727
|
o[0].authors.length > 1 && /* @__PURE__ */ a(
|
|
10728
|
-
|
|
10728
|
+
kh,
|
|
10729
10729
|
{
|
|
10730
10730
|
news: o[0],
|
|
10731
10731
|
autorIcon: e.autorIcon,
|
|
@@ -10733,8 +10733,8 @@ const vs = {
|
|
|
10733
10733
|
texts: e.texts
|
|
10734
10734
|
}
|
|
10735
10735
|
),
|
|
10736
|
-
/* @__PURE__ */ a("div", { className:
|
|
10737
|
-
|
|
10736
|
+
/* @__PURE__ */ a("div", { className: ma.tagContent, children: /* @__PURE__ */ a(
|
|
10737
|
+
mh,
|
|
10738
10738
|
{
|
|
10739
10739
|
tags: o[0]?.keywords?.tags,
|
|
10740
10740
|
paths: e.paths
|
|
@@ -10765,7 +10765,7 @@ const vs = {
|
|
|
10765
10765
|
)
|
|
10766
10766
|
}
|
|
10767
10767
|
),
|
|
10768
|
-
/* @__PURE__ */ a(
|
|
10768
|
+
/* @__PURE__ */ a(mt, { children: /* @__PURE__ */ a(st, { banners: s, index: 2 }) }),
|
|
10769
10769
|
p && /* @__PURE__ */ f(J, { children: [
|
|
10770
10770
|
/* @__PURE__ */ a(
|
|
10771
10771
|
Tr,
|
|
@@ -10781,9 +10781,9 @@ const vs = {
|
|
|
10781
10781
|
}
|
|
10782
10782
|
}
|
|
10783
10783
|
),
|
|
10784
|
-
/* @__PURE__ */ a(
|
|
10784
|
+
/* @__PURE__ */ a(mt, { children: /* @__PURE__ */ a(st, { banners: s, index: 3 }) })
|
|
10785
10785
|
] }),
|
|
10786
|
-
|
|
10786
|
+
h && /* @__PURE__ */ f(J, { children: [
|
|
10787
10787
|
/* @__PURE__ */ a(pe, { title: e.texts.moreNewsTitle, children: /* @__PURE__ */ a(
|
|
10788
10788
|
"div",
|
|
10789
10789
|
{
|
|
@@ -10799,7 +10799,7 @@ const vs = {
|
|
|
10799
10799
|
)
|
|
10800
10800
|
}
|
|
10801
10801
|
) }),
|
|
10802
|
-
/* @__PURE__ */ a(
|
|
10802
|
+
/* @__PURE__ */ a(mt, { children: /* @__PURE__ */ a(st, { banners: s, index: 4 }) })
|
|
10803
10803
|
] }),
|
|
10804
10804
|
t && t()
|
|
10805
10805
|
]
|
|
@@ -10864,7 +10864,7 @@ const vs = {
|
|
|
10864
10864
|
}
|
|
10865
10865
|
) })
|
|
10866
10866
|
}
|
|
10867
|
-
),
|
|
10867
|
+
), x3 = (e) => /* @__PURE__ */ a(
|
|
10868
10868
|
"form",
|
|
10869
10869
|
{
|
|
10870
10870
|
className: Ot.content,
|
|
@@ -10888,7 +10888,7 @@ const vs = {
|
|
|
10888
10888
|
content: rg,
|
|
10889
10889
|
newsContentSection: og,
|
|
10890
10890
|
itemContent: ig
|
|
10891
|
-
},
|
|
10891
|
+
}, I3 = (e) => {
|
|
10892
10892
|
const {
|
|
10893
10893
|
data: t,
|
|
10894
10894
|
option: n,
|
|
@@ -10900,7 +10900,7 @@ const vs = {
|
|
|
10900
10900
|
currentPage: d,
|
|
10901
10901
|
slug: l,
|
|
10902
10902
|
texts: u = {}
|
|
10903
|
-
} = e,
|
|
10903
|
+
} = e, m = [5, 10, 15], h = {
|
|
10904
10904
|
5: 1,
|
|
10905
10905
|
10: 2,
|
|
10906
10906
|
15: 3
|
|
@@ -10935,7 +10935,7 @@ const vs = {
|
|
|
10935
10935
|
}
|
|
10936
10936
|
),
|
|
10937
10937
|
children: Array.isArray(t) && t?.map((p, g) => /* @__PURE__ */ f(wn, { children: [
|
|
10938
|
-
|
|
10938
|
+
m.includes(g + 1) && /* @__PURE__ */ a(
|
|
10939
10939
|
"div",
|
|
10940
10940
|
{
|
|
10941
10941
|
className: Kn.itemContent + " banner-context",
|
|
@@ -10943,7 +10943,7 @@ const vs = {
|
|
|
10943
10943
|
we,
|
|
10944
10944
|
{
|
|
10945
10945
|
banners: o ?? [],
|
|
10946
|
-
name: `block_2_${
|
|
10946
|
+
name: `block_2_${h[g + 1]}`
|
|
10947
10947
|
}
|
|
10948
10948
|
)
|
|
10949
10949
|
}
|
|
@@ -11047,11 +11047,11 @@ const vs = {
|
|
|
11047
11047
|
}, cg = "_content_pq89v_1", lg = "_videoContent_pq89v_9", bs = {
|
|
11048
11048
|
content: cg,
|
|
11049
11049
|
videoContent: lg
|
|
11050
|
-
}, dg = "_container_1xr2t_1", ug = "_playStyled_1xr2t_6",
|
|
11050
|
+
}, dg = "_container_1xr2t_1", ug = "_playStyled_1xr2t_6", mg = "_imageStyled_1xr2t_13", hg = "_longer_1xr2t_26", fg = "_contentNews_1xr2t_31", gg = "_tagContent_1xr2t_51", pg = "_tag_1xr2t_51", Ag = "_titular_1xr2t_68", wg = "_small_1xr2t_81", yg = "_figure_1xr2t_87", vg = "_backDrop_1xr2t_92", bg = "_backDropAux_1xr2t_100", Pt = {
|
|
11051
11051
|
container: dg,
|
|
11052
11052
|
playStyled: ug,
|
|
11053
|
-
imageStyled:
|
|
11054
|
-
longer:
|
|
11053
|
+
imageStyled: mg,
|
|
11054
|
+
longer: hg,
|
|
11055
11055
|
contentNews: fg,
|
|
11056
11056
|
tagContent: gg,
|
|
11057
11057
|
tag: pg,
|
|
@@ -11158,7 +11158,7 @@ const vs = {
|
|
|
11158
11158
|
/* @__PURE__ */ a("p", { className: ct.correspondent, children: t() })
|
|
11159
11159
|
] })
|
|
11160
11160
|
] }) }) }) });
|
|
11161
|
-
},
|
|
11161
|
+
}, T3 = (e) => {
|
|
11162
11162
|
switch (e.option) {
|
|
11163
11163
|
case "op1":
|
|
11164
11164
|
return /* @__PURE__ */ a(Cg, { videos: e.data });
|
|
@@ -11168,7 +11168,7 @@ const vs = {
|
|
|
11168
11168
|
return /* @__PURE__ */ a(J, {});
|
|
11169
11169
|
}
|
|
11170
11170
|
};
|
|
11171
|
-
function
|
|
11171
|
+
function k3({ containerId: e, containerId2: t }) {
|
|
11172
11172
|
return Me(() => {
|
|
11173
11173
|
try {
|
|
11174
11174
|
let n = function() {
|
|
@@ -11179,10 +11179,10 @@ function k5({ containerId: e, containerId2: t }) {
|
|
|
11179
11179
|
if (!s && !r) return;
|
|
11180
11180
|
const o = s?.querySelectorAll("script[src]") ?? [], i = r?.querySelectorAll("script[src]") ?? [];
|
|
11181
11181
|
[...o, ...i].forEach((u) => {
|
|
11182
|
-
const
|
|
11183
|
-
Array.from(u.attributes).forEach((
|
|
11184
|
-
|
|
11185
|
-
}), u.replaceWith(
|
|
11182
|
+
const m = document.createElement("script");
|
|
11183
|
+
Array.from(u.attributes).forEach((h) => {
|
|
11184
|
+
m.setAttribute(h.name, h.value);
|
|
11185
|
+
}), u.replaceWith(m);
|
|
11186
11186
|
});
|
|
11187
11187
|
const d = document.querySelectorAll(
|
|
11188
11188
|
'script[src*="platform.twitter.com/widgets.js"]'
|
|
@@ -11354,13 +11354,13 @@ const Rg = (e) => {
|
|
|
11354
11354
|
const u = new URLSearchParams({
|
|
11355
11355
|
section: e,
|
|
11356
11356
|
currentNewsLink: t.info.link.internal
|
|
11357
|
-
}),
|
|
11358
|
-
if (!
|
|
11359
|
-
throw i(void 0), new Error(`HTTP error! status: ${
|
|
11360
|
-
const
|
|
11357
|
+
}), m = await fetch(`/api/get-more-news?${u}`);
|
|
11358
|
+
if (!m.ok)
|
|
11359
|
+
throw i(void 0), new Error(`HTTP error! status: ${m.status}`);
|
|
11360
|
+
const h = await m.json();
|
|
11361
11361
|
i({
|
|
11362
|
-
...
|
|
11363
|
-
data:
|
|
11362
|
+
...h,
|
|
11363
|
+
data: h.data.slice(0, Ns)
|
|
11364
11364
|
});
|
|
11365
11365
|
} catch (u) {
|
|
11366
11366
|
console.error("[/api/get-more-news] Error:", u.message), i(void 0);
|
|
@@ -11399,8 +11399,8 @@ const Rg = (e) => {
|
|
|
11399
11399
|
info: d,
|
|
11400
11400
|
preview: l,
|
|
11401
11401
|
isVideo: u = !1,
|
|
11402
|
-
config:
|
|
11403
|
-
overImage:
|
|
11402
|
+
config: m,
|
|
11403
|
+
overImage: h = "default",
|
|
11404
11404
|
isTitle: p = !1,
|
|
11405
11405
|
isLarge: g = !1
|
|
11406
11406
|
} = r;
|
|
@@ -11438,8 +11438,8 @@ const Rg = (e) => {
|
|
|
11438
11438
|
info: d,
|
|
11439
11439
|
preview: l,
|
|
11440
11440
|
share: e.share,
|
|
11441
|
-
config:
|
|
11442
|
-
overImage:
|
|
11441
|
+
config: m,
|
|
11442
|
+
overImage: h,
|
|
11443
11443
|
isTitle: p,
|
|
11444
11444
|
paths: r.paths,
|
|
11445
11445
|
isVisible: e.isVisible
|
|
@@ -11585,7 +11585,7 @@ const Rg = (e) => {
|
|
|
11585
11585
|
return console.error("Error verificando reCAPTCHA Enterprise:", o), !1;
|
|
11586
11586
|
}
|
|
11587
11587
|
};
|
|
11588
|
-
async function
|
|
11588
|
+
async function U3({
|
|
11589
11589
|
publication: e,
|
|
11590
11590
|
username: t,
|
|
11591
11591
|
id: n,
|
|
@@ -11610,7 +11610,7 @@ async function U5({
|
|
|
11610
11610
|
username: t,
|
|
11611
11611
|
id: n,
|
|
11612
11612
|
type: l
|
|
11613
|
-
}),
|
|
11613
|
+
}), m = `${d}?${u.toString()}`;
|
|
11614
11614
|
try {
|
|
11615
11615
|
console.log("Reporting comment:", {
|
|
11616
11616
|
publication: e,
|
|
@@ -11618,31 +11618,31 @@ async function U5({
|
|
|
11618
11618
|
id: n,
|
|
11619
11619
|
type: s,
|
|
11620
11620
|
encodedType: l,
|
|
11621
|
-
url:
|
|
11621
|
+
url: m
|
|
11622
11622
|
});
|
|
11623
|
-
const
|
|
11623
|
+
const h = await re.post(m, null, {
|
|
11624
11624
|
headers: {
|
|
11625
11625
|
"User-Agent": "Bluestack",
|
|
11626
11626
|
"x-api-token": i,
|
|
11627
11627
|
"Content-Type": "application/json"
|
|
11628
11628
|
}
|
|
11629
11629
|
});
|
|
11630
|
-
if (console.log("Report response:",
|
|
11630
|
+
if (console.log("Report response:", h.data), h.status === 200 || h.status === 201)
|
|
11631
11631
|
return {
|
|
11632
11632
|
type: "success",
|
|
11633
11633
|
message: "Comentario reportado exitosamente",
|
|
11634
|
-
status:
|
|
11635
|
-
data:
|
|
11634
|
+
status: h.status,
|
|
11635
|
+
data: h.data
|
|
11636
11636
|
};
|
|
11637
|
-
throw new Error(`Respuesta inesperada del servidor: ${
|
|
11638
|
-
} catch (
|
|
11639
|
-
if (console.error("Error reporting comment:",
|
|
11640
|
-
const p =
|
|
11637
|
+
throw new Error(`Respuesta inesperada del servidor: ${h.status}`);
|
|
11638
|
+
} catch (h) {
|
|
11639
|
+
if (console.error("Error reporting comment:", h), re.isAxiosError(h)) {
|
|
11640
|
+
const p = h.response?.status, g = h.response?.data;
|
|
11641
11641
|
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(
|
|
11642
11642
|
g?.error || g?.message || `Error HTTP ${p}: No se pudo reportar el comentario`
|
|
11643
11643
|
);
|
|
11644
11644
|
}
|
|
11645
|
-
throw
|
|
11645
|
+
throw h;
|
|
11646
11646
|
}
|
|
11647
11647
|
}
|
|
11648
11648
|
const Ye = {
|
|
@@ -11654,7 +11654,7 @@ const Ye = {
|
|
|
11654
11654
|
intellectual: "Violación de propiedad intelectual",
|
|
11655
11655
|
bullying: "Bullying o acoso"
|
|
11656
11656
|
};
|
|
11657
|
-
function
|
|
11657
|
+
function q3(e) {
|
|
11658
11658
|
return Ye[e];
|
|
11659
11659
|
}
|
|
11660
11660
|
const gt = 300, Je = {
|
|
@@ -11702,7 +11702,7 @@ var Ss;
|
|
|
11702
11702
|
function cp() {
|
|
11703
11703
|
if (Ss) return ne;
|
|
11704
11704
|
Ss = 1;
|
|
11705
|
-
var e = typeof Symbol == "function" && Symbol.for, t = e ? Symbol.for("react.element") : 60103, n = e ? Symbol.for("react.portal") : 60106, s = e ? Symbol.for("react.fragment") : 60107, r = e ? Symbol.for("react.strict_mode") : 60108, o = 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,
|
|
11705
|
+
var e = typeof Symbol == "function" && Symbol.for, t = e ? Symbol.for("react.element") : 60103, n = e ? Symbol.for("react.portal") : 60106, s = e ? Symbol.for("react.fragment") : 60107, r = e ? Symbol.for("react.strict_mode") : 60108, o = 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, m = e ? Symbol.for("react.suspense") : 60113, h = 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, v = e ? Symbol.for("react.responder") : 60118, N = e ? Symbol.for("react.scope") : 60119;
|
|
11706
11706
|
function _(b) {
|
|
11707
11707
|
if (typeof b == "object" && b !== null) {
|
|
11708
11708
|
var I = b.$$typeof;
|
|
@@ -11714,7 +11714,7 @@ function cp() {
|
|
|
11714
11714
|
case s:
|
|
11715
11715
|
case o:
|
|
11716
11716
|
case r:
|
|
11717
|
-
case
|
|
11717
|
+
case m:
|
|
11718
11718
|
return b;
|
|
11719
11719
|
default:
|
|
11720
11720
|
switch (b = b && b.$$typeof, b) {
|
|
@@ -11736,7 +11736,7 @@ function cp() {
|
|
|
11736
11736
|
function E(b) {
|
|
11737
11737
|
return _(b) === l;
|
|
11738
11738
|
}
|
|
11739
|
-
return ne.AsyncMode = d, ne.ConcurrentMode = l, ne.ContextConsumer = c, ne.ContextProvider = i, ne.Element = t, ne.ForwardRef = u, ne.Fragment = s, ne.Lazy = g, ne.Memo = p, ne.Portal = n, ne.Profiler = o, ne.StrictMode = r, ne.Suspense =
|
|
11739
|
+
return ne.AsyncMode = d, ne.ConcurrentMode = l, ne.ContextConsumer = c, ne.ContextProvider = i, ne.Element = t, ne.ForwardRef = u, ne.Fragment = s, ne.Lazy = g, ne.Memo = p, ne.Portal = n, ne.Profiler = o, ne.StrictMode = r, ne.Suspense = m, ne.isAsyncMode = function(b) {
|
|
11740
11740
|
return E(b) || _(b) === d;
|
|
11741
11741
|
}, ne.isConcurrentMode = E, ne.isContextConsumer = function(b) {
|
|
11742
11742
|
return _(b) === c;
|
|
@@ -11759,19 +11759,19 @@ function cp() {
|
|
|
11759
11759
|
}, ne.isStrictMode = function(b) {
|
|
11760
11760
|
return _(b) === r;
|
|
11761
11761
|
}, ne.isSuspense = function(b) {
|
|
11762
|
-
return _(b) ===
|
|
11762
|
+
return _(b) === m;
|
|
11763
11763
|
}, ne.isValidElementType = function(b) {
|
|
11764
|
-
return typeof b == "string" || typeof b == "function" || b === s || b === l || b === o || b === r || b ===
|
|
11764
|
+
return typeof b == "string" || typeof b == "function" || b === s || b === l || b === o || b === r || b === m || b === h || typeof b == "object" && b !== null && (b.$$typeof === g || b.$$typeof === p || b.$$typeof === i || b.$$typeof === c || b.$$typeof === u || b.$$typeof === w || b.$$typeof === v || b.$$typeof === N || b.$$typeof === A);
|
|
11765
11765
|
}, ne.typeOf = _, ne;
|
|
11766
11766
|
}
|
|
11767
11767
|
var ae = {};
|
|
11768
11768
|
var Es;
|
|
11769
11769
|
function lp() {
|
|
11770
11770
|
return Es || (Es = 1, process.env.NODE_ENV !== "production" && (function() {
|
|
11771
|
-
var e = typeof Symbol == "function" && Symbol.for, t = e ? Symbol.for("react.element") : 60103, n = e ? Symbol.for("react.portal") : 60106, s = e ? Symbol.for("react.fragment") : 60107, r = e ? Symbol.for("react.strict_mode") : 60108, o = 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,
|
|
11771
|
+
var e = typeof Symbol == "function" && Symbol.for, t = e ? Symbol.for("react.element") : 60103, n = e ? Symbol.for("react.portal") : 60106, s = e ? Symbol.for("react.fragment") : 60107, r = e ? Symbol.for("react.strict_mode") : 60108, o = 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, m = e ? Symbol.for("react.suspense") : 60113, h = 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, v = e ? Symbol.for("react.responder") : 60118, N = e ? Symbol.for("react.scope") : 60119;
|
|
11772
11772
|
function _(R) {
|
|
11773
11773
|
return typeof R == "string" || typeof R == "function" || // Note: its typeof might be other than 'symbol' or 'number' if it's a polyfill.
|
|
11774
|
-
R === s || R === l || R === o || R === r || R ===
|
|
11774
|
+
R === s || R === l || R === o || R === r || R === m || R === h || typeof R == "object" && R !== null && (R.$$typeof === g || R.$$typeof === p || R.$$typeof === i || R.$$typeof === c || R.$$typeof === u || R.$$typeof === w || R.$$typeof === v || R.$$typeof === N || R.$$typeof === A);
|
|
11775
11775
|
}
|
|
11776
11776
|
function E(R) {
|
|
11777
11777
|
if (typeof R == "object" && R !== null) {
|
|
@@ -11785,7 +11785,7 @@ function lp() {
|
|
|
11785
11785
|
case s:
|
|
11786
11786
|
case o:
|
|
11787
11787
|
case r:
|
|
11788
|
-
case
|
|
11788
|
+
case m:
|
|
11789
11789
|
return $t;
|
|
11790
11790
|
default:
|
|
11791
11791
|
var Ra = $t && $t.$$typeof;
|
|
@@ -11805,7 +11805,7 @@ function lp() {
|
|
|
11805
11805
|
}
|
|
11806
11806
|
}
|
|
11807
11807
|
}
|
|
11808
|
-
var b = d, I = l, q = c, Q = i, ee = t, G = u, P = s, te = g, ce = p, M = n, U = o, x = r, D =
|
|
11808
|
+
var b = d, I = l, q = c, Q = i, ee = t, G = u, P = s, te = g, ce = p, M = n, U = o, x = r, D = m, T = !1;
|
|
11809
11809
|
function z(R) {
|
|
11810
11810
|
return T || (T = !0, console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 17+. Update your code to use ReactIs.isConcurrentMode() instead. It has the exact same API.")), y(R) || E(R) === d;
|
|
11811
11811
|
}
|
|
@@ -11843,7 +11843,7 @@ function lp() {
|
|
|
11843
11843
|
return E(R) === r;
|
|
11844
11844
|
}
|
|
11845
11845
|
function ie(R) {
|
|
11846
|
-
return E(R) ===
|
|
11846
|
+
return E(R) === m;
|
|
11847
11847
|
}
|
|
11848
11848
|
ae.AsyncMode = b, ae.ConcurrentMode = I, ae.ContextConsumer = q, ae.ContextProvider = Q, ae.Element = ee, ae.ForwardRef = G, ae.Fragment = P, ae.Lazy = te, ae.Memo = ce, ae.Portal = M, ae.Profiler = U, ae.StrictMode = x, ae.Suspense = D, ae.isAsyncMode = z, ae.isConcurrentMode = y, ae.isContextConsumer = S, ae.isContextProvider = L, ae.isElement = j, ae.isForwardRef = B, ae.isFragment = H, ae.isLazy = V, ae.isMemo = F, ae.isPortal = Z, ae.isProfiler = X, ae.isStrictMode = $, ae.isSuspense = ie, ae.isValidElementType = _, ae.typeOf = E;
|
|
11849
11849
|
})()), ae;
|
|
@@ -11887,12 +11887,12 @@ function dp() {
|
|
|
11887
11887
|
return Jn = r() ? Object.assign : function(o, i) {
|
|
11888
11888
|
for (var c, d = s(o), l, u = 1; u < arguments.length; u++) {
|
|
11889
11889
|
c = Object(arguments[u]);
|
|
11890
|
-
for (var
|
|
11891
|
-
t.call(c,
|
|
11890
|
+
for (var m in c)
|
|
11891
|
+
t.call(c, m) && (d[m] = c[m]);
|
|
11892
11892
|
if (e) {
|
|
11893
11893
|
l = e(c);
|
|
11894
|
-
for (var
|
|
11895
|
-
n.call(c, l[
|
|
11894
|
+
for (var h = 0; h < l.length; h++)
|
|
11895
|
+
n.call(c, l[h]) && (d[l[h]] = c[l[h]]);
|
|
11896
11896
|
}
|
|
11897
11897
|
}
|
|
11898
11898
|
return d;
|
|
@@ -11930,25 +11930,25 @@ function up() {
|
|
|
11930
11930
|
if (process.env.NODE_ENV !== "production") {
|
|
11931
11931
|
for (var u in o)
|
|
11932
11932
|
if (s(o, u)) {
|
|
11933
|
-
var
|
|
11933
|
+
var m;
|
|
11934
11934
|
try {
|
|
11935
11935
|
if (typeof o[u] != "function") {
|
|
11936
|
-
var
|
|
11936
|
+
var h = Error(
|
|
11937
11937
|
(d || "React class") + ": " + c + " type `" + u + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof o[u] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`."
|
|
11938
11938
|
);
|
|
11939
|
-
throw
|
|
11939
|
+
throw h.name = "Invariant Violation", h;
|
|
11940
11940
|
}
|
|
11941
|
-
|
|
11941
|
+
m = o[u](i, u, d, c, null, t);
|
|
11942
11942
|
} catch (g) {
|
|
11943
|
-
|
|
11943
|
+
m = g;
|
|
11944
11944
|
}
|
|
11945
|
-
if (
|
|
11946
|
-
(d || "React class") + ": type specification of " + c + " `" + u + "` is invalid; the type checker function must return `null` or an `Error` but returned a " + typeof
|
|
11947
|
-
),
|
|
11948
|
-
n[
|
|
11945
|
+
if (m && !(m instanceof Error) && e(
|
|
11946
|
+
(d || "React class") + ": type specification of " + c + " `" + u + "` is invalid; the type checker function must return `null` or an `Error` but returned a " + typeof m + ". You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument)."
|
|
11947
|
+
), m instanceof Error && !(m.message in n)) {
|
|
11948
|
+
n[m.message] = !0;
|
|
11949
11949
|
var p = l ? l() : "";
|
|
11950
11950
|
e(
|
|
11951
|
-
"Failed " + c + " type: " +
|
|
11951
|
+
"Failed " + c + " type: " + m.message + (p ?? "")
|
|
11952
11952
|
);
|
|
11953
11953
|
}
|
|
11954
11954
|
}
|
|
@@ -11959,7 +11959,7 @@ function up() {
|
|
|
11959
11959
|
}, ea = r, ea;
|
|
11960
11960
|
}
|
|
11961
11961
|
var ta, qs;
|
|
11962
|
-
function
|
|
11962
|
+
function mp() {
|
|
11963
11963
|
if (qs) return ta;
|
|
11964
11964
|
qs = 1;
|
|
11965
11965
|
var e = Ua(), t = dp(), n = /* @__PURE__ */ qa(), s = /* @__PURE__ */ qr(), r = /* @__PURE__ */ up(), o = function() {
|
|
@@ -11977,12 +11977,12 @@ function hp() {
|
|
|
11977
11977
|
}
|
|
11978
11978
|
return ta = function(c, d) {
|
|
11979
11979
|
var l = typeof Symbol == "function" && Symbol.iterator, u = "@@iterator";
|
|
11980
|
-
function
|
|
11980
|
+
function m(y) {
|
|
11981
11981
|
var S = y && (l && y[l] || y[u]);
|
|
11982
11982
|
if (typeof S == "function")
|
|
11983
11983
|
return S;
|
|
11984
11984
|
}
|
|
11985
|
-
var
|
|
11985
|
+
var h = "<<anonymous>>", p = {
|
|
11986
11986
|
array: v("array"),
|
|
11987
11987
|
bigint: v("bigint"),
|
|
11988
11988
|
bool: v("boolean"),
|
|
@@ -12014,7 +12014,7 @@ function hp() {
|
|
|
12014
12014
|
if (process.env.NODE_ENV !== "production")
|
|
12015
12015
|
var S = {}, L = 0;
|
|
12016
12016
|
function j(H, V, F, Z, X, $, ie) {
|
|
12017
|
-
if (Z = Z ||
|
|
12017
|
+
if (Z = Z || h, $ = $ || F, ie !== n) {
|
|
12018
12018
|
if (d) {
|
|
12019
12019
|
var R = new Error(
|
|
12020
12020
|
"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"
|
|
@@ -12093,7 +12093,7 @@ function hp() {
|
|
|
12093
12093
|
function I(y) {
|
|
12094
12094
|
function S(L, j, B, H, V) {
|
|
12095
12095
|
if (!(L[j] instanceof y)) {
|
|
12096
|
-
var F = y.name ||
|
|
12096
|
+
var F = y.name || h, Z = z(L[j]);
|
|
12097
12097
|
return new A("Invalid " + H + " `" + V + "` of type " + ("`" + Z + "` supplied to `" + B + "`, expected ") + ("instance of `" + F + "`."));
|
|
12098
12098
|
}
|
|
12099
12099
|
return null;
|
|
@@ -12220,7 +12220,7 @@ Valid keys: ` + JSON.stringify(Object.keys(y), null, " ")
|
|
|
12220
12220
|
return y.every(M);
|
|
12221
12221
|
if (y === null || c(y))
|
|
12222
12222
|
return !0;
|
|
12223
|
-
var S =
|
|
12223
|
+
var S = m(y);
|
|
12224
12224
|
if (S) {
|
|
12225
12225
|
var L = S.call(y), j;
|
|
12226
12226
|
if (S !== y.entries) {
|
|
@@ -12274,13 +12274,13 @@ Valid keys: ` + JSON.stringify(Object.keys(y), null, " ")
|
|
|
12274
12274
|
}
|
|
12275
12275
|
}
|
|
12276
12276
|
function z(y) {
|
|
12277
|
-
return !y.constructor || !y.constructor.name ?
|
|
12277
|
+
return !y.constructor || !y.constructor.name ? h : y.constructor.name;
|
|
12278
12278
|
}
|
|
12279
12279
|
return p.checkPropTypes = r, p.resetWarningCache = r.resetWarningCache, p.PropTypes = p, p;
|
|
12280
12280
|
}, ta;
|
|
12281
12281
|
}
|
|
12282
12282
|
var na, Ls;
|
|
12283
|
-
function
|
|
12283
|
+
function hp() {
|
|
12284
12284
|
if (Ls) return na;
|
|
12285
12285
|
Ls = 1;
|
|
12286
12286
|
var e = /* @__PURE__ */ qa();
|
|
@@ -12289,12 +12289,12 @@ function mp() {
|
|
|
12289
12289
|
function n() {
|
|
12290
12290
|
}
|
|
12291
12291
|
return n.resetWarningCache = t, na = function() {
|
|
12292
|
-
function s(i, c, d, l, u,
|
|
12293
|
-
if (
|
|
12294
|
-
var
|
|
12292
|
+
function s(i, c, d, l, u, m) {
|
|
12293
|
+
if (m !== e) {
|
|
12294
|
+
var h = new Error(
|
|
12295
12295
|
"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"
|
|
12296
12296
|
);
|
|
12297
|
-
throw
|
|
12297
|
+
throw h.name = "Invariant Violation", h;
|
|
12298
12298
|
}
|
|
12299
12299
|
}
|
|
12300
12300
|
s.isRequired = s;
|
|
@@ -12332,23 +12332,23 @@ function fp() {
|
|
|
12332
12332
|
if (Rs) return rn.exports;
|
|
12333
12333
|
if (Rs = 1, process.env.NODE_ENV !== "production") {
|
|
12334
12334
|
var e = Ua(), t = !0;
|
|
12335
|
-
rn.exports = /* @__PURE__ */
|
|
12335
|
+
rn.exports = /* @__PURE__ */ mp()(e.isElement, t);
|
|
12336
12336
|
} else
|
|
12337
|
-
rn.exports = /* @__PURE__ */
|
|
12337
|
+
rn.exports = /* @__PURE__ */ hp()();
|
|
12338
12338
|
return rn.exports;
|
|
12339
12339
|
}
|
|
12340
12340
|
var gp = /* @__PURE__ */ fp();
|
|
12341
12341
|
const _e = /* @__PURE__ */ Nt(gp);
|
|
12342
12342
|
var pp = ["sitekey", "onChange", "theme", "type", "tabindex", "onExpired", "onErrored", "size", "stoken", "grecaptcha", "badge", "hl", "isolated"];
|
|
12343
|
-
function
|
|
12344
|
-
return
|
|
12343
|
+
function ha() {
|
|
12344
|
+
return ha = Object.assign ? Object.assign.bind() : function(e) {
|
|
12345
12345
|
for (var t = 1; t < arguments.length; t++) {
|
|
12346
12346
|
var n = arguments[t];
|
|
12347
12347
|
for (var s in n)
|
|
12348
12348
|
Object.prototype.hasOwnProperty.call(n, s) && (e[s] = n[s]);
|
|
12349
12349
|
}
|
|
12350
12350
|
return e;
|
|
12351
|
-
},
|
|
12351
|
+
}, ha.apply(this, arguments);
|
|
12352
12352
|
}
|
|
12353
12353
|
function Ap(e, t) {
|
|
12354
12354
|
if (e == null) return {};
|
|
@@ -12436,7 +12436,7 @@ var Bn = /* @__PURE__ */ (function(e) {
|
|
|
12436
12436
|
var r = this.props;
|
|
12437
12437
|
r.sitekey, r.onChange, r.theme, r.type, r.tabindex, r.onExpired, r.onErrored, r.size, r.stoken, r.grecaptcha, r.badge, r.hl, r.isolated;
|
|
12438
12438
|
var o = Ap(r, pp);
|
|
12439
|
-
return /* @__PURE__ */ Ba.createElement("div",
|
|
12439
|
+
return /* @__PURE__ */ Ba.createElement("div", ha({}, o, {
|
|
12440
12440
|
ref: this.handleRecaptchaRef
|
|
12441
12441
|
}));
|
|
12442
12442
|
}, t;
|
|
@@ -12508,12 +12508,12 @@ function yp() {
|
|
|
12508
12508
|
function i(g) {
|
|
12509
12509
|
return e.isMemo(g) ? r : o[g.$$typeof] || t;
|
|
12510
12510
|
}
|
|
12511
|
-
var c = Object.defineProperty, d = Object.getOwnPropertyNames, l = Object.getOwnPropertySymbols, u = Object.getOwnPropertyDescriptor,
|
|
12511
|
+
var c = Object.defineProperty, d = Object.getOwnPropertyNames, l = Object.getOwnPropertySymbols, u = Object.getOwnPropertyDescriptor, m = Object.getPrototypeOf, h = Object.prototype;
|
|
12512
12512
|
function p(g, A, w) {
|
|
12513
12513
|
if (typeof A != "string") {
|
|
12514
|
-
if (
|
|
12515
|
-
var v =
|
|
12516
|
-
v && v !==
|
|
12514
|
+
if (h) {
|
|
12515
|
+
var v = m(A);
|
|
12516
|
+
v && v !== h && p(g, v, w);
|
|
12517
12517
|
}
|
|
12518
12518
|
var N = d(A);
|
|
12519
12519
|
l && (N = N.concat(l(A)));
|
|
@@ -12559,87 +12559,87 @@ function Sp(e, t) {
|
|
|
12559
12559
|
return t = t || {}, function(s) {
|
|
12560
12560
|
var r = s.displayName || s.name || "Component", o = /* @__PURE__ */ (function(c) {
|
|
12561
12561
|
_p(d, c);
|
|
12562
|
-
function d(u,
|
|
12563
|
-
var
|
|
12564
|
-
return
|
|
12562
|
+
function d(u, m) {
|
|
12563
|
+
var h;
|
|
12564
|
+
return h = c.call(this, u, m) || this, h.state = {}, h.__scriptURL = "", h;
|
|
12565
12565
|
}
|
|
12566
12566
|
var l = d.prototype;
|
|
12567
12567
|
return l.asyncScriptLoaderGetScriptLoaderID = function() {
|
|
12568
12568
|
return this.__scriptLoaderID || (this.__scriptLoaderID = "async-script-loader-" + Np++), this.__scriptLoaderID;
|
|
12569
12569
|
}, l.setupScriptURL = function() {
|
|
12570
12570
|
return this.__scriptURL = typeof e == "function" ? e() : e, this.__scriptURL;
|
|
12571
|
-
}, l.asyncScriptLoaderHandleLoad = function(
|
|
12572
|
-
var
|
|
12573
|
-
this.setState(
|
|
12574
|
-
return
|
|
12571
|
+
}, l.asyncScriptLoaderHandleLoad = function(m) {
|
|
12572
|
+
var h = this;
|
|
12573
|
+
this.setState(m, function() {
|
|
12574
|
+
return h.props.asyncScriptOnLoad && h.props.asyncScriptOnLoad(h.state);
|
|
12575
12575
|
});
|
|
12576
12576
|
}, l.asyncScriptLoaderTriggerOnScriptLoaded = function() {
|
|
12577
|
-
var
|
|
12578
|
-
if (!
|
|
12577
|
+
var m = Be[this.__scriptURL];
|
|
12578
|
+
if (!m || !m.loaded)
|
|
12579
12579
|
throw new Error("Script is not loaded.");
|
|
12580
|
-
for (var
|
|
12581
|
-
|
|
12580
|
+
for (var h in m.observers)
|
|
12581
|
+
m.observers[h](m);
|
|
12582
12582
|
delete window[t.callbackName];
|
|
12583
12583
|
}, l.componentDidMount = function() {
|
|
12584
|
-
var
|
|
12585
|
-
if (A && typeof window[A] < "u" && (Be[
|
|
12584
|
+
var m = this, h = this.setupScriptURL(), p = this.asyncScriptLoaderGetScriptLoaderID(), g = t, A = g.globalName, w = g.callbackName, v = g.scriptId;
|
|
12585
|
+
if (A && typeof window[A] < "u" && (Be[h] = {
|
|
12586
12586
|
loaded: !0,
|
|
12587
12587
|
observers: {}
|
|
12588
|
-
}), Be[
|
|
12589
|
-
var N = Be[
|
|
12588
|
+
}), Be[h]) {
|
|
12589
|
+
var N = Be[h];
|
|
12590
12590
|
if (N && (N.loaded || N.errored)) {
|
|
12591
12591
|
this.asyncScriptLoaderHandleLoad(N);
|
|
12592
12592
|
return;
|
|
12593
12593
|
}
|
|
12594
12594
|
N.observers[p] = function(q) {
|
|
12595
|
-
return
|
|
12595
|
+
return m.asyncScriptLoaderHandleLoad(q);
|
|
12596
12596
|
};
|
|
12597
12597
|
return;
|
|
12598
12598
|
}
|
|
12599
12599
|
var _ = {};
|
|
12600
12600
|
_[p] = function(q) {
|
|
12601
|
-
return
|
|
12602
|
-
}, Be[
|
|
12601
|
+
return m.asyncScriptLoaderHandleLoad(q);
|
|
12602
|
+
}, Be[h] = {
|
|
12603
12603
|
loaded: !1,
|
|
12604
12604
|
observers: _
|
|
12605
12605
|
};
|
|
12606
12606
|
var E = document.createElement("script");
|
|
12607
|
-
E.src =
|
|
12607
|
+
E.src = h, E.async = !0;
|
|
12608
12608
|
for (var b in t.attributes)
|
|
12609
12609
|
E.setAttribute(b, t.attributes[b]);
|
|
12610
12610
|
v && (E.id = v);
|
|
12611
12611
|
var I = function(Q) {
|
|
12612
|
-
if (Be[
|
|
12613
|
-
var ee = Be[
|
|
12612
|
+
if (Be[h]) {
|
|
12613
|
+
var ee = Be[h], G = ee.observers;
|
|
12614
12614
|
for (var P in G)
|
|
12615
12615
|
Q(G[P]) && delete G[P];
|
|
12616
12616
|
}
|
|
12617
12617
|
};
|
|
12618
12618
|
w && typeof window < "u" && (window[w] = function() {
|
|
12619
|
-
return
|
|
12619
|
+
return m.asyncScriptLoaderTriggerOnScriptLoaded();
|
|
12620
12620
|
}), E.onload = function() {
|
|
12621
|
-
var q = Be[
|
|
12621
|
+
var q = Be[h];
|
|
12622
12622
|
q && (q.loaded = !0, I(function(Q) {
|
|
12623
12623
|
return w ? !1 : (Q(q), !0);
|
|
12624
12624
|
}));
|
|
12625
12625
|
}, E.onerror = function() {
|
|
12626
|
-
var q = Be[
|
|
12626
|
+
var q = Be[h];
|
|
12627
12627
|
q && (q.errored = !0, I(function(Q) {
|
|
12628
12628
|
return Q(q), !0;
|
|
12629
12629
|
}));
|
|
12630
12630
|
}, document.body.appendChild(E);
|
|
12631
12631
|
}, l.componentWillUnmount = function() {
|
|
12632
|
-
var
|
|
12632
|
+
var m = this.__scriptURL;
|
|
12633
12633
|
if (t.removeOnUnmount === !0)
|
|
12634
|
-
for (var
|
|
12635
|
-
|
|
12636
|
-
var g = Be[
|
|
12637
|
-
g && (delete g.observers[this.asyncScriptLoaderGetScriptLoaderID()], t.removeOnUnmount === !0 && delete Be[
|
|
12634
|
+
for (var h = document.getElementsByTagName("script"), p = 0; p < h.length; p += 1)
|
|
12635
|
+
h[p].src.indexOf(m) > -1 && h[p].parentNode && h[p].parentNode.removeChild(h[p]);
|
|
12636
|
+
var g = Be[m];
|
|
12637
|
+
g && (delete g.observers[this.asyncScriptLoaderGetScriptLoaderID()], t.removeOnUnmount === !0 && delete Be[m]);
|
|
12638
12638
|
}, l.render = function() {
|
|
12639
|
-
var
|
|
12640
|
-
|
|
12641
|
-
var p =
|
|
12642
|
-
return
|
|
12639
|
+
var m = t.globalName, h = this.props;
|
|
12640
|
+
h.asyncScriptOnLoad;
|
|
12641
|
+
var p = h.forwardedRef, g = Cp(h, ["asyncScriptOnLoad", "forwardedRef"]);
|
|
12642
|
+
return m && typeof window < "u" && (g[m] = typeof window[m] < "u" ? window[m] : void 0), g.ref = p, rt(s, g);
|
|
12643
12643
|
}, d;
|
|
12644
12644
|
})(Gr), i = Ms(function(c, d) {
|
|
12645
12645
|
return rt(o, ga({}, c, {
|
|
@@ -12714,7 +12714,7 @@ const Lr = Sp(xp, {
|
|
|
12714
12714
|
}) => {
|
|
12715
12715
|
const [i, c] = K("form"), [d, l] = K(
|
|
12716
12716
|
""
|
|
12717
|
-
), [u,
|
|
12717
|
+
), [u, m] = K(""), [h, p] = K(""), g = [
|
|
12718
12718
|
{ id: "spam", label: Ye.spam },
|
|
12719
12719
|
{
|
|
12720
12720
|
id: "inappropriate",
|
|
@@ -12734,10 +12734,10 @@ const Lr = Sp(xp, {
|
|
|
12734
12734
|
], A = async () => {
|
|
12735
12735
|
if (!(!d || !n)) {
|
|
12736
12736
|
if (Ur(document).includes(n)) {
|
|
12737
|
-
|
|
12737
|
+
m("Ya has reportado este comentario.");
|
|
12738
12738
|
return;
|
|
12739
12739
|
}
|
|
12740
|
-
c("loading"),
|
|
12740
|
+
c("loading"), m("");
|
|
12741
12741
|
try {
|
|
12742
12742
|
const N = await (await fetch("/api/comments-report", {
|
|
12743
12743
|
method: "POST",
|
|
@@ -12748,7 +12748,7 @@ const Lr = Sp(xp, {
|
|
|
12748
12748
|
publication: s,
|
|
12749
12749
|
username: r,
|
|
12750
12750
|
id: n,
|
|
12751
|
-
captchaToken:
|
|
12751
|
+
captchaToken: h,
|
|
12752
12752
|
type: Ye[d]
|
|
12753
12753
|
// Enviamos el label completo
|
|
12754
12754
|
})
|
|
@@ -12760,11 +12760,11 @@ const Lr = Sp(xp, {
|
|
|
12760
12760
|
else
|
|
12761
12761
|
throw new Error(N.message || "Error al reportar comentario");
|
|
12762
12762
|
} catch (v) {
|
|
12763
|
-
console.error("Error reporting comment:", v),
|
|
12763
|
+
console.error("Error reporting comment:", v), m(v.message || "Error al reportar comentario"), c("form");
|
|
12764
12764
|
}
|
|
12765
12765
|
}
|
|
12766
12766
|
}, w = () => {
|
|
12767
|
-
c("form"), l(""),
|
|
12767
|
+
c("form"), l(""), m(""), t();
|
|
12768
12768
|
};
|
|
12769
12769
|
return !e || !n || !r ? null : /* @__PURE__ */ a("div", { className: ue.overlay, children: /* @__PURE__ */ f("div", { className: ue.popup, children: [
|
|
12770
12770
|
/* @__PURE__ */ a("button", { className: "close-reply-form", onClick: w, children: /* @__PURE__ */ a(Tt, {}) }),
|
|
@@ -12922,20 +12922,20 @@ async function n9({
|
|
|
12922
12922
|
throw new Error("Invalid input types for publication or path");
|
|
12923
12923
|
if (!c)
|
|
12924
12924
|
throw new Error("Missing CMS API token");
|
|
12925
|
-
const { PUBLIC_ENV: d, PUBLIC_API_HOST: l, PUBLIC_API_PATH: u, PUBLIC_API_PATH_VERSION:
|
|
12926
|
-
if (isNaN(
|
|
12925
|
+
const { PUBLIC_ENV: d, PUBLIC_API_HOST: l, PUBLIC_API_PATH: u, PUBLIC_API_PATH_VERSION: m } = Y(), h = parseInt(String(n), 10), p = parseInt(String(s), 10);
|
|
12926
|
+
if (isNaN(h) || h <= 0)
|
|
12927
12927
|
throw new Error("Invalid size parameter");
|
|
12928
12928
|
if (isNaN(p) || p < 0)
|
|
12929
12929
|
throw new Error("Invalid sizereply parameter");
|
|
12930
|
-
const g = d !== "prod" ? `${l}${u}` :
|
|
12930
|
+
const g = d !== "prod" ? `${l}${u}` : ho(), A = new URLSearchParams({
|
|
12931
12931
|
publication: e,
|
|
12932
12932
|
path: t,
|
|
12933
|
-
size:
|
|
12933
|
+
size: h.toString(),
|
|
12934
12934
|
sizereply: p.toString(),
|
|
12935
12935
|
state: i
|
|
12936
12936
|
});
|
|
12937
12937
|
r && A.append("id", r), o && A.append("lastid", o);
|
|
12938
|
-
const w = `${g}${
|
|
12938
|
+
const w = `${g}${m}/newcomments/get?${A.toString()}`;
|
|
12939
12939
|
try {
|
|
12940
12940
|
console.log("Fetching comments from:", w);
|
|
12941
12941
|
const { data: v } = await re.get(w, {
|
|
@@ -13158,19 +13158,19 @@ const { PUBLIC_PUBLICATION_ID: a9 } = Y(), s9 = a9, r9 = (e) => {
|
|
|
13158
13158
|
throw new Error(
|
|
13159
13159
|
`Error al enviar comentario: ${u?.message} status: ${l.status}`
|
|
13160
13160
|
);
|
|
13161
|
-
const
|
|
13161
|
+
const m = Date.now(), h = Math.max(0, 2400 + Math.abs(m - d)), p = {
|
|
13162
13162
|
username: r.username,
|
|
13163
13163
|
firstname: r.firstname,
|
|
13164
13164
|
...r.lastname && { lastname: r.lastname },
|
|
13165
13165
|
...r.picture && { picture: r.picture }
|
|
13166
13166
|
};
|
|
13167
13167
|
return i({
|
|
13168
|
-
id:
|
|
13168
|
+
id: m.toString(),
|
|
13169
13169
|
text: c,
|
|
13170
13170
|
user: p,
|
|
13171
13171
|
date: { time: Date.now() },
|
|
13172
13172
|
reply: []
|
|
13173
|
-
}), t.current && (t.current.value = ""),
|
|
13173
|
+
}), t.current && (t.current.value = ""), h;
|
|
13174
13174
|
} catch (d) {
|
|
13175
13175
|
return console.error("Error enviando comentario:", d), alert(d.message || "Error al enviar el comentario."), !1;
|
|
13176
13176
|
}
|
|
@@ -13183,11 +13183,11 @@ const { PUBLIC_PUBLICATION_ID: a9 } = Y(), s9 = a9, r9 = (e) => {
|
|
|
13183
13183
|
closeForm: o,
|
|
13184
13184
|
CAPTCHA_KEY_V2: i
|
|
13185
13185
|
}) => {
|
|
13186
|
-
const [c, d] = K(!0), [l, u] = K(""),
|
|
13186
|
+
const [c, d] = K(!0), [l, u] = K(""), m = () => {
|
|
13187
13187
|
t.current?.parentElement && (t.current.parentElement.dataset.text = `0/${gt}`), d(!0), o();
|
|
13188
13188
|
};
|
|
13189
13189
|
return /* @__PURE__ */ f("div", { className: "comment-form reply-form", children: [
|
|
13190
|
-
/* @__PURE__ */ a("button", { className: "close-reply-form", onClick:
|
|
13190
|
+
/* @__PURE__ */ a("button", { className: "close-reply-form", onClick: m, children: /* @__PURE__ */ a(Tt, {}) }),
|
|
13191
13191
|
/* @__PURE__ */ a(
|
|
13192
13192
|
Pr,
|
|
13193
13193
|
{
|
|
@@ -13206,19 +13206,19 @@ const { PUBLIC_PUBLICATION_ID: a9 } = Y(), s9 = a9, r9 = (e) => {
|
|
|
13206
13206
|
children: /* @__PURE__ */ a(
|
|
13207
13207
|
Mr,
|
|
13208
13208
|
{
|
|
13209
|
-
onClick: async (
|
|
13209
|
+
onClick: async (h) => {
|
|
13210
13210
|
if (c) return;
|
|
13211
13211
|
const p = await jr({
|
|
13212
13212
|
path: s,
|
|
13213
13213
|
ref: t,
|
|
13214
13214
|
captchaToken: l,
|
|
13215
|
-
button:
|
|
13215
|
+
button: h.currentTarget,
|
|
13216
13216
|
user: n,
|
|
13217
13217
|
id: e,
|
|
13218
13218
|
addComment: r
|
|
13219
13219
|
});
|
|
13220
13220
|
return p && typeof p == "number" ? (setTimeout(() => {
|
|
13221
|
-
|
|
13221
|
+
m();
|
|
13222
13222
|
}, p), !0) : !1;
|
|
13223
13223
|
},
|
|
13224
13224
|
isDisabled: c
|
|
@@ -13244,7 +13244,7 @@ const { PUBLIC_PUBLICATION_ID: a9 } = Y(), s9 = a9, r9 = (e) => {
|
|
|
13244
13244
|
] })
|
|
13245
13245
|
] }) });
|
|
13246
13246
|
}, d9 = ({ comment: e, replyingTo: t, path: n, user: s, handleReplyingTo: r, onFlag: o, CAPTCHA_KEY_V2: i, DATE_CONFIG: c }) => {
|
|
13247
|
-
const d = { morereply: e.morereply ?? !1, reply: e.reply ? e.reply : [] }, [l, u] = K(d), [
|
|
13247
|
+
const d = { morereply: e.morereply ?? !1, reply: e.reply ? e.reply : [] }, [l, u] = K(d), [m, h] = Te.useState(!1), { PUBLIC_PUBLICATION_ID: p, PUBLIC_X_SECURITY_TOKEN: g } = Y(), A = e.text, w = Te.useRef(null);
|
|
13248
13248
|
let v = `${Je.firstname} ${Je.lastname}`, N = Je.username;
|
|
13249
13249
|
e.user && (v = `${e.user.firstname} ${e.user.lastname}`, N = e.user.username);
|
|
13250
13250
|
const _ = (E) => {
|
|
@@ -13292,13 +13292,13 @@ const { PUBLIC_PUBLICATION_ID: a9 } = Y(), s9 = a9, r9 = (e) => {
|
|
|
13292
13292
|
},
|
|
13293
13293
|
E.id
|
|
13294
13294
|
)),
|
|
13295
|
-
|
|
13295
|
+
m ? /* @__PURE__ */ a("div", { style: { marginLeft: "4rem", position: "relative" }, children: /* @__PURE__ */ a(Ze, {}) }) : l.morereply && /* @__PURE__ */ a(
|
|
13296
13296
|
"button",
|
|
13297
13297
|
{
|
|
13298
13298
|
className: "comment-replies-button reply-button",
|
|
13299
13299
|
onClick: async () => {
|
|
13300
13300
|
const E = l.reply[l.reply.length - 1]?.id;
|
|
13301
|
-
|
|
13301
|
+
h(!0);
|
|
13302
13302
|
try {
|
|
13303
13303
|
const I = await La({
|
|
13304
13304
|
publication: p ?? "",
|
|
@@ -13310,9 +13310,9 @@ const { PUBLIC_PUBLICATION_ID: a9 } = Y(), s9 = a9, r9 = (e) => {
|
|
|
13310
13310
|
state: "5,6",
|
|
13311
13311
|
apiToken: g ?? ""
|
|
13312
13312
|
});
|
|
13313
|
-
|
|
13313
|
+
h(!1), u({ morereply: I.morecomment, reply: [...l.reply, ...I.comments] });
|
|
13314
13314
|
} catch (b) {
|
|
13315
|
-
throw
|
|
13315
|
+
throw h(!1), new Error(`Error al obtener comentarios: ${b}`);
|
|
13316
13316
|
}
|
|
13317
13317
|
},
|
|
13318
13318
|
children: "Más Respuestas"
|
|
@@ -13370,7 +13370,7 @@ const { PUBLIC_PUBLICATION_ID: a9 } = Y(), s9 = a9, r9 = (e) => {
|
|
|
13370
13370
|
}
|
|
13371
13371
|
)
|
|
13372
13372
|
] });
|
|
13373
|
-
}, { PUBLIC_PUBLICATION_ID:
|
|
13373
|
+
}, { PUBLIC_PUBLICATION_ID: m9, PUBLIC_X_SECURITY_TOKEN: h9 } = Y(), Os = m9 ?? "", f9 = ({
|
|
13374
13374
|
isAuthenticated: e,
|
|
13375
13375
|
path: t,
|
|
13376
13376
|
user: n,
|
|
@@ -13380,20 +13380,20 @@ const { PUBLIC_PUBLICATION_ID: a9 } = Y(), s9 = a9, r9 = (e) => {
|
|
|
13380
13380
|
}) => {
|
|
13381
13381
|
const i = t.replaceAll("/", "|"), [c, d] = K(
|
|
13382
13382
|
void 0
|
|
13383
|
-
), [l, u] = K(""), { comments:
|
|
13383
|
+
), [l, u] = K(""), { comments: m, setComments: h } = r9(i), [p, g] = Te.useState(!1), A = Te.useRef(null), w = (q) => {
|
|
13384
13384
|
u(l === q ? "" : q);
|
|
13385
13385
|
}, v = (q) => {
|
|
13386
|
-
|
|
13387
|
-
|
|
13388
|
-
...
|
|
13389
|
-
comments: [q, ...
|
|
13386
|
+
h(
|
|
13387
|
+
m ? {
|
|
13388
|
+
...m,
|
|
13389
|
+
comments: [q, ...m.comments ?? []]
|
|
13390
13390
|
} : void 0
|
|
13391
13391
|
);
|
|
13392
13392
|
}, N = (q) => {
|
|
13393
13393
|
d(q);
|
|
13394
13394
|
}, _ = async () => {
|
|
13395
|
-
if (!
|
|
13396
|
-
const q =
|
|
13395
|
+
if (!m || !m.morecomment || m.comments.length === 0) return;
|
|
13396
|
+
const q = m.comments[m.comments.length - 1];
|
|
13397
13397
|
if (!q) return;
|
|
13398
13398
|
g(!0);
|
|
13399
13399
|
const Q = q.id;
|
|
@@ -13406,16 +13406,16 @@ const { PUBLIC_PUBLICATION_ID: a9 } = Y(), s9 = a9, r9 = (e) => {
|
|
|
13406
13406
|
id: void 0,
|
|
13407
13407
|
lastid: Q,
|
|
13408
13408
|
state: "5,6",
|
|
13409
|
-
apiToken:
|
|
13409
|
+
apiToken: h9
|
|
13410
13410
|
});
|
|
13411
|
-
|
|
13411
|
+
h({
|
|
13412
13412
|
morecomment: ee.morecomment ?? !1,
|
|
13413
|
-
comments: [...
|
|
13413
|
+
comments: [...m.comments, ...ee.comments]
|
|
13414
13414
|
}), g(!1);
|
|
13415
13415
|
} catch (ee) {
|
|
13416
13416
|
throw g(!1), new Error(`Error al obtener comentarios: ${ee}`);
|
|
13417
13417
|
}
|
|
13418
|
-
}, E =
|
|
13418
|
+
}, E = m?.comments && m.comments.length > 0, b = E ? "Comparte tu opinión de este artículo." : "Se el primero en compartir tu opinión de este artículo.", I = /* @__PURE__ */ a("div", { style: { display: "flex", width: "100%", justifyContent: "center" }, children: /* @__PURE__ */ a(Ze, {}) });
|
|
13419
13419
|
return /* @__PURE__ */ f(J, { children: [
|
|
13420
13420
|
/* @__PURE__ */ a("div", { className: "comments-container", children: /* @__PURE__ */ a(pe, { title: E || e ? "COMENTARIOS" : !1, children: /* @__PURE__ */ f(J, { children: [
|
|
13421
13421
|
e && n && /* @__PURE__ */ f("div", { className: "comments-header", children: [
|
|
@@ -13438,13 +13438,13 @@ const { PUBLIC_PUBLICATION_ID: a9 } = Y(), s9 = a9, r9 = (e) => {
|
|
|
13438
13438
|
}
|
|
13439
13439
|
)
|
|
13440
13440
|
] }),
|
|
13441
|
-
|
|
13441
|
+
m ? m.comments && m.comments.length > 0 ? /* @__PURE__ */ f(
|
|
13442
13442
|
"div",
|
|
13443
13443
|
{
|
|
13444
13444
|
className: "comments-list",
|
|
13445
13445
|
"data-isauthenticated": `${e}`,
|
|
13446
13446
|
children: [
|
|
13447
|
-
|
|
13447
|
+
m.comments.map((q) => /* @__PURE__ */ a(
|
|
13448
13448
|
d9,
|
|
13449
13449
|
{
|
|
13450
13450
|
comment: q,
|
|
@@ -13462,7 +13462,7 @@ const { PUBLIC_PUBLICATION_ID: a9 } = Y(), s9 = a9, r9 = (e) => {
|
|
|
13462
13462
|
]
|
|
13463
13463
|
}
|
|
13464
13464
|
) : null : I,
|
|
13465
|
-
|
|
13465
|
+
m?.morecomment && !p && /* @__PURE__ */ a(
|
|
13466
13466
|
"button",
|
|
13467
13467
|
{
|
|
13468
13468
|
className: "comment-replies-button",
|
|
@@ -13483,7 +13483,7 @@ const { PUBLIC_PUBLICATION_ID: a9 } = Y(), s9 = a9, r9 = (e) => {
|
|
|
13483
13483
|
}
|
|
13484
13484
|
)
|
|
13485
13485
|
] });
|
|
13486
|
-
},
|
|
13486
|
+
}, L3 = async (e, t) => {
|
|
13487
13487
|
if (!e) throw new Error("No action provided");
|
|
13488
13488
|
if (!t) throw new Error("No site key provided");
|
|
13489
13489
|
const n = window.grecaptcha;
|
|
@@ -13531,7 +13531,7 @@ const { PUBLIC_PUBLICATION_ID: a9 } = Y(), s9 = a9, r9 = (e) => {
|
|
|
13531
13531
|
}
|
|
13532
13532
|
];
|
|
13533
13533
|
function g9({ goToLogin: e, handleGoogleLogin: t, CAPTCHA_KEY: n }) {
|
|
13534
|
-
const [s, r] = K({}), [o, i] = K(!1), [c, d] = K(!1), [l, u] = K(null), [
|
|
13534
|
+
const [s, r] = K({}), [o, i] = K(!1), [c, d] = K(!1), [l, u] = K(null), [m, h] = K(
|
|
13535
13535
|
"register"
|
|
13536
13536
|
), p = (v, N) => {
|
|
13537
13537
|
r((_) => ({ ..._, [v]: N }));
|
|
@@ -13573,12 +13573,12 @@ function g9({ goToLogin: e, handleGoogleLogin: t, CAPTCHA_KEY: n }) {
|
|
|
13573
13573
|
method: "POST",
|
|
13574
13574
|
headers: { "Content-Type": "application/json" },
|
|
13575
13575
|
body: JSON.stringify({ username: s.email })
|
|
13576
|
-
}),
|
|
13576
|
+
}), h("confirm");
|
|
13577
13577
|
return;
|
|
13578
13578
|
}
|
|
13579
13579
|
throw new Error(Q?.error || "Error al crear usuario");
|
|
13580
13580
|
}
|
|
13581
|
-
|
|
13581
|
+
h("confirm");
|
|
13582
13582
|
} catch (N) {
|
|
13583
13583
|
console.log(N), u(N?.message || N?.error || "Error inesperado");
|
|
13584
13584
|
} finally {
|
|
@@ -13603,7 +13603,7 @@ function g9({ goToLogin: e, handleGoogleLogin: t, CAPTCHA_KEY: n }) {
|
|
|
13603
13603
|
const _ = await N.json().catch(() => ({}));
|
|
13604
13604
|
throw new Error(_?.error || "Error al confirmar usuario");
|
|
13605
13605
|
}
|
|
13606
|
-
|
|
13606
|
+
h("success");
|
|
13607
13607
|
} catch (N) {
|
|
13608
13608
|
u(N?.message || "Error inesperado");
|
|
13609
13609
|
} finally {
|
|
@@ -13611,7 +13611,7 @@ function g9({ goToLogin: e, handleGoogleLogin: t, CAPTCHA_KEY: n }) {
|
|
|
13611
13611
|
}
|
|
13612
13612
|
}, w = s.password || "";
|
|
13613
13613
|
return /* @__PURE__ */ f(J, { children: [
|
|
13614
|
-
|
|
13614
|
+
m === "register" && /* @__PURE__ */ f(J, { children: [
|
|
13615
13615
|
/* @__PURE__ */ f("button", { onClick: t, className: k.google, children: [
|
|
13616
13616
|
/* @__PURE__ */ a(
|
|
13617
13617
|
"img",
|
|
@@ -13689,7 +13689,7 @@ function g9({ goToLogin: e, handleGoogleLogin: t, CAPTCHA_KEY: n }) {
|
|
|
13689
13689
|
}
|
|
13690
13690
|
)
|
|
13691
13691
|
] }),
|
|
13692
|
-
|
|
13692
|
+
m === "confirm" && /* @__PURE__ */ f(
|
|
13693
13693
|
"form",
|
|
13694
13694
|
{
|
|
13695
13695
|
onSubmit: A,
|
|
@@ -13719,7 +13719,7 @@ function g9({ goToLogin: e, handleGoogleLogin: t, CAPTCHA_KEY: n }) {
|
|
|
13719
13719
|
]
|
|
13720
13720
|
}
|
|
13721
13721
|
),
|
|
13722
|
-
|
|
13722
|
+
m === "success" && /* @__PURE__ */ f("form", { className: k.form, children: [
|
|
13723
13723
|
/* @__PURE__ */ f("div", { className: k.successContainer, children: [
|
|
13724
13724
|
/* @__PURE__ */ a("div", { className: k.thumbsUp, children: /* @__PURE__ */ a(
|
|
13725
13725
|
"svg",
|
|
@@ -13744,7 +13744,7 @@ function g9({ goToLogin: e, handleGoogleLogin: t, CAPTCHA_KEY: n }) {
|
|
|
13744
13744
|
] }),
|
|
13745
13745
|
/* @__PURE__ */ a("button", { onClick: e, className: k.primary, children: "Iniciar sesión" })
|
|
13746
13746
|
] }),
|
|
13747
|
-
|
|
13747
|
+
m === "register" && /* @__PURE__ */ f("p", { className: k.switch, children: [
|
|
13748
13748
|
"¿Ya tenés cuenta?",
|
|
13749
13749
|
/* @__PURE__ */ a("button", { type: "button", onClick: e, children: "Iniciar sesión" })
|
|
13750
13750
|
] })
|
|
@@ -13757,7 +13757,7 @@ function p9({
|
|
|
13757
13757
|
handleGoogleLogin: s,
|
|
13758
13758
|
CAPTCHA_KEY: r
|
|
13759
13759
|
}) {
|
|
13760
|
-
const [o, i] = K("login"), [c, d] = K(""), [l, u] = K(""), [
|
|
13760
|
+
const [o, i] = K("login"), [c, d] = K(""), [l, u] = K(""), [m, h] = K(""), [p, g] = K(""), [A, w] = K(""), [v, N] = K(!1), [_, E] = K(!1), [b, I] = K(null);
|
|
13761
13761
|
return console.log("CAPTCHA_KEY", r), /* @__PURE__ */ f(J, { children: [
|
|
13762
13762
|
o === "login" && /* @__PURE__ */ a(
|
|
13763
13763
|
A9,
|
|
@@ -13837,13 +13837,13 @@ function p9({
|
|
|
13837
13837
|
y9,
|
|
13838
13838
|
{
|
|
13839
13839
|
email: c,
|
|
13840
|
-
confirmationCode:
|
|
13840
|
+
confirmationCode: m,
|
|
13841
13841
|
newPassword: p,
|
|
13842
13842
|
confirmNewPassword: A,
|
|
13843
13843
|
showPassword: v,
|
|
13844
13844
|
loading: _,
|
|
13845
13845
|
error: b,
|
|
13846
|
-
setConfirmationCode:
|
|
13846
|
+
setConfirmationCode: h,
|
|
13847
13847
|
setNewPassword: g,
|
|
13848
13848
|
setConfirmNewPassword: w,
|
|
13849
13849
|
setShowPassword: N,
|
|
@@ -13864,7 +13864,7 @@ function p9({
|
|
|
13864
13864
|
const te = await fetch("/api/auth/confirm-forgot-password", {
|
|
13865
13865
|
method: "POST",
|
|
13866
13866
|
headers: { "Content-Type": "application/json" },
|
|
13867
|
-
body: JSON.stringify({ email: c, code:
|
|
13867
|
+
body: JSON.stringify({ email: c, code: m, newPassword: p })
|
|
13868
13868
|
});
|
|
13869
13869
|
if (!te.ok) {
|
|
13870
13870
|
const ce = await te.json().catch(() => ({}));
|
|
@@ -13904,10 +13904,10 @@ function A9({
|
|
|
13904
13904
|
onSubmit: d,
|
|
13905
13905
|
onForgot: l,
|
|
13906
13906
|
onRegister: u,
|
|
13907
|
-
handleGoogleLogin:
|
|
13907
|
+
handleGoogleLogin: m
|
|
13908
13908
|
}) {
|
|
13909
13909
|
return /* @__PURE__ */ f(J, { children: [
|
|
13910
|
-
/* @__PURE__ */ f("button", { onClick:
|
|
13910
|
+
/* @__PURE__ */ f("button", { onClick: m, className: k.google, children: [
|
|
13911
13911
|
/* @__PURE__ */ a(
|
|
13912
13912
|
"img",
|
|
13913
13913
|
{
|
|
@@ -13933,7 +13933,7 @@ function A9({
|
|
|
13933
13933
|
{
|
|
13934
13934
|
type: "email",
|
|
13935
13935
|
value: e,
|
|
13936
|
-
onChange: (
|
|
13936
|
+
onChange: (h) => o(h.target.value),
|
|
13937
13937
|
className: k.input,
|
|
13938
13938
|
placeholder: ""
|
|
13939
13939
|
}
|
|
@@ -13946,7 +13946,7 @@ function A9({
|
|
|
13946
13946
|
{
|
|
13947
13947
|
type: n ? "text" : "password",
|
|
13948
13948
|
value: t,
|
|
13949
|
-
onChange: (
|
|
13949
|
+
onChange: (h) => i(h.target.value),
|
|
13950
13950
|
className: k.input,
|
|
13951
13951
|
placeholder: ""
|
|
13952
13952
|
}
|
|
@@ -13958,7 +13958,7 @@ function A9({
|
|
|
13958
13958
|
id: "showPasswordLogin",
|
|
13959
13959
|
type: "checkbox",
|
|
13960
13960
|
checked: n,
|
|
13961
|
-
onChange: (
|
|
13961
|
+
onChange: (h) => c(h.target.checked)
|
|
13962
13962
|
}
|
|
13963
13963
|
),
|
|
13964
13964
|
/* @__PURE__ */ a("label", { htmlFor: "showPasswordLogin", className: k.checkboxLabel, children: "Mostrar contraseña" })
|
|
@@ -14033,13 +14033,13 @@ function y9({
|
|
|
14033
14033
|
setNewPassword: d,
|
|
14034
14034
|
setConfirmNewPassword: l,
|
|
14035
14035
|
setShowPassword: u,
|
|
14036
|
-
onSubmit:
|
|
14037
|
-
onBack:
|
|
14036
|
+
onSubmit: m,
|
|
14037
|
+
onBack: h
|
|
14038
14038
|
}) {
|
|
14039
14039
|
return /* @__PURE__ */ f(
|
|
14040
14040
|
"form",
|
|
14041
14041
|
{
|
|
14042
|
-
onSubmit:
|
|
14042
|
+
onSubmit: m,
|
|
14043
14043
|
className: k.form,
|
|
14044
14044
|
"data-error": i ? "true" : "false",
|
|
14045
14045
|
children: [
|
|
@@ -14127,7 +14127,7 @@ function y9({
|
|
|
14127
14127
|
children: o ? /* @__PURE__ */ a(Ze, {}) : "Cambiar contraseña"
|
|
14128
14128
|
}
|
|
14129
14129
|
),
|
|
14130
|
-
/* @__PURE__ */ a("p", { className: k.switch, children: /* @__PURE__ */ a("button", { type: "button", onClick:
|
|
14130
|
+
/* @__PURE__ */ a("p", { className: k.switch, children: /* @__PURE__ */ a("button", { type: "button", onClick: h, children: "Volver" }) })
|
|
14131
14131
|
]
|
|
14132
14132
|
}
|
|
14133
14133
|
);
|
|
@@ -14285,7 +14285,7 @@ function _9({
|
|
|
14285
14285
|
}
|
|
14286
14286
|
p.gtag("set", { user_id: c.username }), console.log("username setted successfully");
|
|
14287
14287
|
}, [c, e]);
|
|
14288
|
-
const
|
|
14288
|
+
const m = "/api/auth/login", h = /* @__PURE__ */ a(
|
|
14289
14289
|
"div",
|
|
14290
14290
|
{
|
|
14291
14291
|
style: {
|
|
@@ -14298,22 +14298,22 @@ function _9({
|
|
|
14298
14298
|
children: /* @__PURE__ */ a(Ze, {})
|
|
14299
14299
|
}
|
|
14300
14300
|
);
|
|
14301
|
-
return o === null ?
|
|
14301
|
+
return o === null ? h : e ? /* @__PURE__ */ a(
|
|
14302
14302
|
C9,
|
|
14303
14303
|
{
|
|
14304
14304
|
icon: n,
|
|
14305
14305
|
isAuthenticated: o,
|
|
14306
14306
|
setIsAuthenticated: i,
|
|
14307
|
-
loginUrl:
|
|
14307
|
+
loginUrl: m,
|
|
14308
14308
|
user: c ?? void 0,
|
|
14309
14309
|
checkAuth: u,
|
|
14310
14310
|
path: t,
|
|
14311
14311
|
COMMENTS_VARS: s,
|
|
14312
14312
|
DATE_CONFIG: r
|
|
14313
14313
|
}
|
|
14314
|
-
) :
|
|
14314
|
+
) : h;
|
|
14315
14315
|
}
|
|
14316
|
-
const
|
|
14316
|
+
const R3 = ({
|
|
14317
14317
|
render: e,
|
|
14318
14318
|
internalPath: t,
|
|
14319
14319
|
section: n,
|
|
@@ -14324,12 +14324,12 @@ const R5 = ({
|
|
|
14324
14324
|
COMMENTS_VARS: c,
|
|
14325
14325
|
DATE_CONFIG: d = { PUBLIC_LNG: "es", DATE_TIMEZONE: "America/Mexico_City" }
|
|
14326
14326
|
}) => {
|
|
14327
|
-
const l = Ds(null), [u,
|
|
14327
|
+
const l = Ds(null), [u, m] = Te.useState(i);
|
|
14328
14328
|
Te.useEffect(() => {
|
|
14329
14329
|
if (i || u) return;
|
|
14330
14330
|
const p = new IntersectionObserver(
|
|
14331
14331
|
([g]) => {
|
|
14332
|
-
g?.isIntersecting && (
|
|
14332
|
+
g?.isIntersecting && (m(!0), p.disconnect());
|
|
14333
14333
|
},
|
|
14334
14334
|
{
|
|
14335
14335
|
rootMargin: "0px",
|
|
@@ -14338,7 +14338,7 @@ const R5 = ({
|
|
|
14338
14338
|
);
|
|
14339
14339
|
return l.current && p.observe(l.current), () => p.disconnect();
|
|
14340
14340
|
}, []);
|
|
14341
|
-
const
|
|
14341
|
+
const h = {
|
|
14342
14342
|
comment: /* @__PURE__ */ a(
|
|
14343
14343
|
_9,
|
|
14344
14344
|
{
|
|
@@ -14367,11 +14367,11 @@ const R5 = ({
|
|
|
14367
14367
|
style: {
|
|
14368
14368
|
...r ? r["Modulo 1x3 Client"] ? r["Modulo 1x3 Client"] : r["Modulo 1x3"] : {}
|
|
14369
14369
|
},
|
|
14370
|
-
children:
|
|
14370
|
+
children: h[e]
|
|
14371
14371
|
}
|
|
14372
14372
|
);
|
|
14373
14373
|
};
|
|
14374
|
-
async function
|
|
14374
|
+
async function B3({
|
|
14375
14375
|
publication: e,
|
|
14376
14376
|
path: t,
|
|
14377
14377
|
username: n,
|
|
@@ -14421,16 +14421,16 @@ async function B5({
|
|
|
14421
14421
|
message: "Captcha inválido. Intenta nuevamente.",
|
|
14422
14422
|
status: 403
|
|
14423
14423
|
};
|
|
14424
|
-
const
|
|
14424
|
+
const m = `${i}/system/modules/com.tfsla.diario.base/templates/hit/5.0/1/newcomments/add`, h = {
|
|
14425
14425
|
publication: e,
|
|
14426
14426
|
path: t.replace(/\|/gi, "/"),
|
|
14427
14427
|
username: n ?? !1,
|
|
14428
14428
|
text: s.trim()
|
|
14429
14429
|
};
|
|
14430
|
-
r && (
|
|
14431
|
-
const p = new URLSearchParams(
|
|
14430
|
+
r && (h.id = r);
|
|
14431
|
+
const p = new URLSearchParams(h);
|
|
14432
14432
|
try {
|
|
14433
|
-
const { data: g } = await re.get(`${
|
|
14433
|
+
const { data: g } = await re.get(`${m}?${p.toString()}`, {
|
|
14434
14434
|
headers: {
|
|
14435
14435
|
"Content-Type": "application/json",
|
|
14436
14436
|
"x-security-token": d,
|
|
@@ -14475,7 +14475,7 @@ async function B5({
|
|
|
14475
14475
|
};
|
|
14476
14476
|
}
|
|
14477
14477
|
}
|
|
14478
|
-
const
|
|
14478
|
+
const O3 = async ({
|
|
14479
14479
|
token: e,
|
|
14480
14480
|
projectId: t,
|
|
14481
14481
|
captchaKey: n,
|
|
@@ -14511,69 +14511,69 @@ const O5 = async ({
|
|
|
14511
14511
|
};
|
|
14512
14512
|
export {
|
|
14513
14513
|
vo as AssetsPreconnect,
|
|
14514
|
-
|
|
14514
|
+
I3 as AutorComponent,
|
|
14515
14515
|
su as AutorHeader1,
|
|
14516
14516
|
gu as AutorHeader2,
|
|
14517
14517
|
we as BannerAdvertising,
|
|
14518
14518
|
st as BannerAdvertisingMiddle,
|
|
14519
|
-
|
|
14519
|
+
o3 as CarrouselCSR,
|
|
14520
14520
|
xt as CarrouselIRS,
|
|
14521
14521
|
uf as CarruselCard,
|
|
14522
14522
|
vf as CarruselOpinion,
|
|
14523
14523
|
lt as CommonServices,
|
|
14524
14524
|
Hr as Comscore,
|
|
14525
|
-
|
|
14526
|
-
|
|
14527
|
-
|
|
14528
|
-
|
|
14525
|
+
C3 as ContactInfoServer,
|
|
14526
|
+
u3 as ContactInput,
|
|
14527
|
+
m3 as ContactSelect,
|
|
14528
|
+
h3 as ContactTextarea,
|
|
14529
14529
|
Ft as ContentLayout1,
|
|
14530
14530
|
ls as ContentLayoutTema,
|
|
14531
|
-
|
|
14532
|
-
|
|
14531
|
+
S3 as DEBUG_MainSlots,
|
|
14532
|
+
h2 as DestacadoNoticias,
|
|
14533
14533
|
J2 as DestacadoVideos,
|
|
14534
14534
|
uc as DynamicBlockServices,
|
|
14535
|
-
|
|
14535
|
+
N3 as DynamicComponents,
|
|
14536
14536
|
Yn as DynamicMainSlot,
|
|
14537
14537
|
Tr as DynamicSlot,
|
|
14538
|
-
|
|
14539
|
-
|
|
14538
|
+
w3 as EditorialBlock,
|
|
14539
|
+
d3 as ErrorComponent,
|
|
14540
14540
|
Lo as Font,
|
|
14541
|
-
|
|
14541
|
+
c3 as Footer,
|
|
14542
14542
|
yo as FormatAfterScripts,
|
|
14543
14543
|
zs as FormatScripts,
|
|
14544
14544
|
Vr as GA4,
|
|
14545
14545
|
Fr as GTM,
|
|
14546
14546
|
p0 as GalleryHeader,
|
|
14547
|
-
|
|
14548
|
-
|
|
14549
|
-
|
|
14547
|
+
s3 as GenerateBody,
|
|
14548
|
+
a3 as GenerateHead,
|
|
14549
|
+
g3 as Header,
|
|
14550
14550
|
x0 as IframeHeader,
|
|
14551
14551
|
al as ImageOffline,
|
|
14552
14552
|
qe as ImageOnline,
|
|
14553
14553
|
nl as ImageOnlineClient,
|
|
14554
|
-
|
|
14554
|
+
e3 as IssuuServices,
|
|
14555
14555
|
Io as ItemListSchema,
|
|
14556
|
-
|
|
14557
|
-
|
|
14556
|
+
Ch as JournalistArticule2,
|
|
14557
|
+
kh as JournalistGroup,
|
|
14558
14558
|
_r as LayoutNewsComponent,
|
|
14559
|
-
|
|
14559
|
+
R3 as LazyLoader,
|
|
14560
14560
|
O as LinkComponent,
|
|
14561
14561
|
j1 as LiveBlogHeader,
|
|
14562
|
-
|
|
14562
|
+
r3 as Location,
|
|
14563
14563
|
B9 as MainComponentServices,
|
|
14564
14564
|
$r as Marfeel,
|
|
14565
|
-
|
|
14565
|
+
mt as MiddleSection,
|
|
14566
14566
|
Ir as Modulo1x3,
|
|
14567
14567
|
df as Modulo1x3Card,
|
|
14568
14568
|
H2 as Modulo1x4,
|
|
14569
14569
|
$2 as Modulo1x5,
|
|
14570
|
-
|
|
14570
|
+
y3 as Modulo2Columnas,
|
|
14571
14571
|
j2 as Modulo3Columnas,
|
|
14572
|
-
|
|
14573
|
-
|
|
14572
|
+
v3 as ModuloNewsletter,
|
|
14573
|
+
A3 as ModuloOpinion,
|
|
14574
14574
|
Og as NewListResponseDataPH,
|
|
14575
14575
|
To as NewsArticle,
|
|
14576
|
-
|
|
14576
|
+
E3 as NewsComponent,
|
|
14577
14577
|
la as NewsContent,
|
|
14578
14578
|
It as NewsDescriptionComponent,
|
|
14579
14579
|
vn as NextPrev,
|
|
@@ -14581,32 +14581,32 @@ export {
|
|
|
14581
14581
|
Qa as PreloadImages,
|
|
14582
14582
|
Ye as REPORT_REASONS,
|
|
14583
14583
|
Sa as Readest,
|
|
14584
|
-
|
|
14585
|
-
|
|
14584
|
+
k3 as ScriptHydrator,
|
|
14585
|
+
x3 as SearchSection,
|
|
14586
14586
|
pe as Section,
|
|
14587
14587
|
Xe as SectionCard,
|
|
14588
14588
|
Rn as SectionCard2,
|
|
14589
14589
|
ua as SectionCardServerComponent,
|
|
14590
|
-
|
|
14590
|
+
b3 as SectionServerComponent,
|
|
14591
14591
|
yc as ShowSection,
|
|
14592
14592
|
r0 as SocialNetworks,
|
|
14593
14593
|
Eo as SpeculationRules,
|
|
14594
|
-
|
|
14594
|
+
_3 as StaticSlotWrapper,
|
|
14595
14595
|
Al as SubscribeColumn,
|
|
14596
14596
|
kl as SubscribeRow,
|
|
14597
|
-
|
|
14598
|
-
|
|
14599
|
-
|
|
14597
|
+
i3 as SubscribeWhatsAppColumn,
|
|
14598
|
+
p3 as TagHeader,
|
|
14599
|
+
mh as TagSection,
|
|
14600
14600
|
V1 as TimeLine,
|
|
14601
14601
|
k9 as TrimPathname,
|
|
14602
|
-
|
|
14603
|
-
|
|
14602
|
+
l3 as VideoBlock3,
|
|
14603
|
+
f3 as VideoBlock4,
|
|
14604
14604
|
b0 as VideoEmbeddedHeader,
|
|
14605
|
-
|
|
14605
|
+
T3 as VideoSection,
|
|
14606
14606
|
N0 as VideoYoutubeHeader,
|
|
14607
14607
|
qo as VideosSchemas,
|
|
14608
14608
|
Uo as WebsiteList,
|
|
14609
|
-
|
|
14609
|
+
B3 as addComment,
|
|
14610
14610
|
wa as bannersReplace,
|
|
14611
14611
|
Mt as becomeVideoObject,
|
|
14612
14612
|
vt as buildTagUrl,
|
|
@@ -14620,13 +14620,13 @@ export {
|
|
|
14620
14620
|
uo as formatDateTimeline,
|
|
14621
14621
|
fo as formatNewsMeta,
|
|
14622
14622
|
Co as formatVideoData,
|
|
14623
|
-
|
|
14624
|
-
|
|
14623
|
+
n3 as generalGetData,
|
|
14624
|
+
L3 as getCaptchaToken,
|
|
14625
14625
|
n9 as getComments,
|
|
14626
14626
|
Y as getConfig,
|
|
14627
|
-
|
|
14627
|
+
t3 as getDynamicSlots,
|
|
14628
14628
|
jt as getEnvironmentUrl,
|
|
14629
|
-
|
|
14629
|
+
ho as getEnvironmentUrlFront,
|
|
14630
14630
|
L9 as getHydratorPath,
|
|
14631
14631
|
ge as getImageUrl,
|
|
14632
14632
|
Wt as getNextMeta,
|
|
@@ -14634,9 +14634,9 @@ export {
|
|
|
14634
14634
|
Na as getPlayIcon,
|
|
14635
14635
|
R9 as getPreloadImages,
|
|
14636
14636
|
Yt as getPrevMeta,
|
|
14637
|
-
|
|
14637
|
+
q3 as getReportReasonLabel,
|
|
14638
14638
|
Gs as getResponse,
|
|
14639
|
-
|
|
14639
|
+
mo as getResponsePromise,
|
|
14640
14640
|
ya as getSchemas,
|
|
14641
14641
|
Vs as getScriptReplaces,
|
|
14642
14642
|
Bo as getSlugs,
|
|
@@ -14645,17 +14645,17 @@ export {
|
|
|
14645
14645
|
La as handleGetComments,
|
|
14646
14646
|
E9 as initLibrary,
|
|
14647
14647
|
wo as metadataToJSX,
|
|
14648
|
-
|
|
14648
|
+
hc as metadata_defaults,
|
|
14649
14649
|
Hs as parseTags,
|
|
14650
14650
|
go as pathnameSplit,
|
|
14651
14651
|
T9 as processExtractedRelatedNews,
|
|
14652
14652
|
Ro as removePages,
|
|
14653
|
-
|
|
14653
|
+
U3 as reportComment,
|
|
14654
14654
|
Md as shareButtons,
|
|
14655
14655
|
xa as socialIcons,
|
|
14656
14656
|
No as speculationRules,
|
|
14657
14657
|
_o as speculationRulesHome,
|
|
14658
14658
|
po as urlReplaces,
|
|
14659
14659
|
vr as usePlayIcon,
|
|
14660
|
-
|
|
14660
|
+
O3 as verifyCaptchaTokenEnterprise
|
|
14661
14661
|
};
|