sass-template-common 0.1.8 → 0.1.10
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.
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as a, jsxs as m, Fragment as j } from "react/jsx-runtime";
|
|
2
|
-
import pe, { useState as Q, useRef as Ja, useCallback as ae, useEffect as
|
|
2
|
+
import pe, { useState as Q, useRef as Ja, useCallback as ae, useEffect as Ue, createElement as ht, forwardRef as Js, Fragment as sn, useMemo as Zs } from "react";
|
|
3
3
|
const Xs = ({ id: e }) => e && /* @__PURE__ */ a(
|
|
4
4
|
"script",
|
|
5
5
|
{
|
|
@@ -92,7 +92,7 @@ function Za() {
|
|
|
92
92
|
(function(n, s) {
|
|
93
93
|
e.exports = s();
|
|
94
94
|
})(ao, (function() {
|
|
95
|
-
var n = 1e3, s = 6e4, o = 36e5, i = "millisecond", r = "second", l = "minute", c = "hour", u = "day", d = "week", h = "month", f = "quarter", w = "year", g = "date", p = "Invalid Date", y = /^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/, C = /\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g,
|
|
95
|
+
var n = 1e3, s = 6e4, o = 36e5, i = "millisecond", r = "second", l = "minute", c = "hour", u = "day", d = "week", h = "month", f = "quarter", w = "year", g = "date", p = "Invalid Date", y = /^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/, C = /\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g, k = { 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(q) {
|
|
96
96
|
var x = ["th", "st", "nd", "rd"], b = q % 100;
|
|
97
97
|
return "[" + q + (x[(b - 20) % 10] || x[b] || x[0]) + "]";
|
|
98
98
|
} }, N = function(q, x, b) {
|
|
@@ -112,7 +112,7 @@ function Za() {
|
|
|
112
112
|
}, u: function(q) {
|
|
113
113
|
return q === void 0;
|
|
114
114
|
} }, I = "en", E = {};
|
|
115
|
-
E[I] =
|
|
115
|
+
E[I] = k;
|
|
116
116
|
var D = "$isDayjsObject", z = function(q) {
|
|
117
117
|
return q instanceof H || !(!q || !q[D]);
|
|
118
118
|
}, F = function q(x, b, B) {
|
|
@@ -182,24 +182,24 @@ function Za() {
|
|
|
182
182
|
return P ? Ve : Ve.endOf(u);
|
|
183
183
|
}, G = function(Ke, de) {
|
|
184
184
|
return T.w(S.toDate()[Ke].apply(S.toDate("s"), (P ? [0, 0, 0, 0] : [23, 59, 59, 999]).slice(de)), S);
|
|
185
|
-
}, W = this.$W, V = this.$M, Z = this.$D,
|
|
185
|
+
}, W = this.$W, V = this.$M, Z = this.$D, be = "set" + (this.$u ? "UTC" : "");
|
|
186
186
|
switch (_) {
|
|
187
187
|
case w:
|
|
188
188
|
return P ? L(1, 0) : L(31, 11);
|
|
189
189
|
case h:
|
|
190
190
|
return P ? L(1, V) : L(0, V + 1);
|
|
191
191
|
case d:
|
|
192
|
-
var
|
|
192
|
+
var _e = this.$locale().weekStart || 0, yt = (W < _e ? W + 7 : W) - _e;
|
|
193
193
|
return L(P ? Z - yt : Z + (6 - yt), V);
|
|
194
194
|
case u:
|
|
195
195
|
case g:
|
|
196
|
-
return G(
|
|
196
|
+
return G(be + "Hours", 0);
|
|
197
197
|
case c:
|
|
198
|
-
return G(
|
|
198
|
+
return G(be + "Minutes", 1);
|
|
199
199
|
case l:
|
|
200
|
-
return G(
|
|
200
|
+
return G(be + "Seconds", 2);
|
|
201
201
|
case r:
|
|
202
|
-
return G(
|
|
202
|
+
return G(be + "Milliseconds", 3);
|
|
203
203
|
default:
|
|
204
204
|
return this.clone();
|
|
205
205
|
}
|
|
@@ -234,11 +234,11 @@ function Za() {
|
|
|
234
234
|
}, x.format = function(b) {
|
|
235
235
|
var B = this, S = this.$locale();
|
|
236
236
|
if (!this.isValid()) return S.invalidDate || p;
|
|
237
|
-
var P = b || "YYYY-MM-DDTHH:mm:ssZ", _ = T.z(this), L = this.$H, G = this.$m, W = this.$M, V = S.weekdays, Z = S.months,
|
|
237
|
+
var P = b || "YYYY-MM-DDTHH:mm:ssZ", _ = T.z(this), L = this.$H, G = this.$m, W = this.$M, V = S.weekdays, Z = S.months, be = S.meridiem, _e = function(de, Ve, Ct, Pt) {
|
|
238
238
|
return de && (de[Ve] || de(B, P)) || Ct[Ve].slice(0, Pt);
|
|
239
239
|
}, yt = function(de) {
|
|
240
240
|
return T.s(L % 12 || 12, de, "0");
|
|
241
|
-
}, Ke =
|
|
241
|
+
}, Ke = be || function(de, Ve, Ct) {
|
|
242
242
|
var Pt = de < 12 ? "AM" : "PM";
|
|
243
243
|
return Ct ? Pt.toLowerCase() : Pt;
|
|
244
244
|
};
|
|
@@ -254,9 +254,9 @@ function Za() {
|
|
|
254
254
|
case "MM":
|
|
255
255
|
return T.s(W + 1, 2, "0");
|
|
256
256
|
case "MMM":
|
|
257
|
-
return
|
|
257
|
+
return _e(S.monthsShort, W, Z, 3);
|
|
258
258
|
case "MMMM":
|
|
259
|
-
return
|
|
259
|
+
return _e(Z, W);
|
|
260
260
|
case "D":
|
|
261
261
|
return B.$D;
|
|
262
262
|
case "DD":
|
|
@@ -264,9 +264,9 @@ function Za() {
|
|
|
264
264
|
case "d":
|
|
265
265
|
return String(B.$W);
|
|
266
266
|
case "dd":
|
|
267
|
-
return
|
|
267
|
+
return _e(S.weekdaysMin, B.$W, V, 2);
|
|
268
268
|
case "ddd":
|
|
269
|
-
return
|
|
269
|
+
return _e(S.weekdaysShort, B.$W, V, 3);
|
|
270
270
|
case "dddd":
|
|
271
271
|
return V[B.$W];
|
|
272
272
|
case "H":
|
|
@@ -379,12 +379,12 @@ function io() {
|
|
|
379
379
|
return i.fromToBase(u, d, h, f);
|
|
380
380
|
}
|
|
381
381
|
o.en.relativeTime = r, i.fromToBase = function(u, d, h, f, w) {
|
|
382
|
-
for (var g, p, y, C = h.$locale().relativeTime || r,
|
|
383
|
-
var I =
|
|
382
|
+
for (var g, p, y, C = h.$locale().relativeTime || r, k = 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 = k.length, R = 0; R < N; R += 1) {
|
|
383
|
+
var I = k[R];
|
|
384
384
|
I.d && (g = f ? o(u).diff(h, I.d, !0) : h.diff(u, I.d, !0));
|
|
385
385
|
var E = (n.rounding || Math.round)(Math.abs(g));
|
|
386
386
|
if (y = g > 0, E <= I.r || !I.r) {
|
|
387
|
-
E <= 1 && R > 0 && (I =
|
|
387
|
+
E <= 1 && R > 0 && (I = k[R - 1]);
|
|
388
388
|
var D = C[I.l];
|
|
389
389
|
w && (E = w("" + E)), p = typeof D == "string" ? D.replace("%d", E) : D(E, d, I.l, y);
|
|
390
390
|
break;
|
|
@@ -469,12 +469,12 @@ function ho() {
|
|
|
469
469
|
var D = ("" + E[0]).match(o) || ["-", 0, 0], z = D[0], F = 60 * +D[1] + +D[2];
|
|
470
470
|
return F === 0 ? 0 : z === "+" ? F : -F;
|
|
471
471
|
})(p), p === null)) return this;
|
|
472
|
-
var
|
|
473
|
-
if (
|
|
472
|
+
var k = Math.abs(p) <= 16 ? 60 * p : p;
|
|
473
|
+
if (k === 0) return this.utc(y);
|
|
474
474
|
var N = this.clone();
|
|
475
|
-
if (y) return N.$offset =
|
|
475
|
+
if (y) return N.$offset = k, N.$u = !1, N;
|
|
476
476
|
var R = this.$u ? this.toDate().getTimezoneOffset() : -1 * this.utcOffset();
|
|
477
|
-
return (N = this.local().add(
|
|
477
|
+
return (N = this.local().add(k + R, n)).$offset = k, N.$x.$localOffset = R, N;
|
|
478
478
|
};
|
|
479
479
|
var f = c.format;
|
|
480
480
|
c.format = function(p) {
|
|
@@ -497,8 +497,8 @@ function ho() {
|
|
|
497
497
|
var g = c.diff;
|
|
498
498
|
c.diff = function(p, y, C) {
|
|
499
499
|
if (p && this.$u === p.$u) return g.call(this, p, y, C);
|
|
500
|
-
var
|
|
501
|
-
return g.call(
|
|
500
|
+
var k = this.local(), N = l(p).local();
|
|
501
|
+
return g.call(k, N, y, C);
|
|
502
502
|
};
|
|
503
503
|
};
|
|
504
504
|
}));
|
|
@@ -516,15 +516,15 @@ function Ao() {
|
|
|
516
516
|
return function(o, i, r) {
|
|
517
517
|
var l, c = function(f, w, g) {
|
|
518
518
|
g === void 0 && (g = {});
|
|
519
|
-
var p = new Date(f), y = (function(C,
|
|
520
|
-
|
|
521
|
-
var N =
|
|
519
|
+
var p = new Date(f), y = (function(C, k) {
|
|
520
|
+
k === void 0 && (k = {});
|
|
521
|
+
var N = k.timeZoneName || "short", R = C + "|" + N, I = s[R];
|
|
522
522
|
return I || (I = new Intl.DateTimeFormat("en-US", { hour12: !1, timeZone: C, year: "numeric", month: "2-digit", day: "2-digit", hour: "2-digit", minute: "2-digit", second: "2-digit", timeZoneName: N }), s[R] = I), I;
|
|
523
523
|
})(w, g);
|
|
524
524
|
return y.formatToParts(p);
|
|
525
525
|
}, u = function(f, w) {
|
|
526
526
|
for (var g = c(f, w), p = [], y = 0; y < g.length; y += 1) {
|
|
527
|
-
var C = g[y],
|
|
527
|
+
var C = g[y], k = C.type, N = C.value, R = n[k];
|
|
528
528
|
R >= 0 && (p[R] = parseInt(N, 10));
|
|
529
529
|
}
|
|
530
530
|
var I = p[3], E = I === 24 ? 0 : I, D = p[0] + "-" + p[1] + "-" + p[2] + " " + E + ":" + p[4] + ":" + p[5] + ":000", z = +f;
|
|
@@ -532,7 +532,7 @@ function Ao() {
|
|
|
532
532
|
}, d = i.prototype;
|
|
533
533
|
d.tz = function(f, w) {
|
|
534
534
|
f === void 0 && (f = l);
|
|
535
|
-
var g, p = this.utcOffset(), y = this.toDate(), C = y.toLocaleString("en-US", { timeZone: f }),
|
|
535
|
+
var g, p = this.utcOffset(), y = this.toDate(), C = y.toLocaleString("en-US", { timeZone: f }), k = Math.round((y - new Date(C)) / 1e3 / 60), N = 15 * -Math.round(y.getTimezoneOffset() / 15) - k;
|
|
536
536
|
if (!Number(N)) g = this.utcOffset(0, w);
|
|
537
537
|
else if (g = r(C, { locale: this.$L }).$set("millisecond", this.$ms).utcOffset(N, !0), w) {
|
|
538
538
|
var R = g.utcOffset();
|
|
@@ -553,12 +553,12 @@ function Ao() {
|
|
|
553
553
|
}, r.tz = function(f, w, g) {
|
|
554
554
|
var p = g && w, y = g || w || l, C = u(+r(), y);
|
|
555
555
|
if (typeof f != "string") return r(f).tz(y);
|
|
556
|
-
var
|
|
556
|
+
var k = (function(E, D, z) {
|
|
557
557
|
var F = E - 60 * D * 1e3, M = u(F, z);
|
|
558
558
|
if (D === M) return [F, D];
|
|
559
559
|
var T = u(F -= 60 * (M - D) * 1e3, z);
|
|
560
560
|
return M === T ? [F, M] : [E - 60 * Math.min(M, T) * 1e3, Math.max(M, T)];
|
|
561
|
-
})(r.utc(f, p).valueOf(), C, y), N =
|
|
561
|
+
})(r.utc(f, p).valueOf(), C, y), N = k[0], R = k[1], I = r(N).utcOffset(R);
|
|
562
562
|
return I.$x.$timezone = y, I;
|
|
563
563
|
}, r.tz.guess = function() {
|
|
564
564
|
return Intl.DateTimeFormat().resolvedOptions().timeZone;
|
|
@@ -603,7 +603,7 @@ function J() {
|
|
|
603
603
|
ge.extend(go);
|
|
604
604
|
ge.extend(yo);
|
|
605
605
|
ge.extend(lo);
|
|
606
|
-
const fn = (e) => e === "en" ? "en" : "es",
|
|
606
|
+
const fn = (e) => e === "en" ? "en" : "es", Ie = (e) => {
|
|
607
607
|
const { PUBLIC_LNG: t, DATE_TIMEZONE: n } = J(), s = fn(t ?? "es");
|
|
608
608
|
return ge.tz(e, n).locale(s).format("DD MMMM YYYY");
|
|
609
609
|
}, Xa = (e) => {
|
|
@@ -617,7 +617,7 @@ const fn = (e) => e === "en" ? "en" : "es", Te = (e) => {
|
|
|
617
617
|
}, r9 = (e) => {
|
|
618
618
|
const { PUBLIC_LNG: t, DATE_TIMEZONE: n } = J(), s = fn(t ?? "es");
|
|
619
619
|
return ge.tz(e, n).locale(s).format("dddd DD [de] MMMM YYYY");
|
|
620
|
-
},
|
|
620
|
+
}, Te = (e, t = 136) => e && e.length > t ? `${e.substring(0, t)}...` : e;
|
|
621
621
|
function bo(e) {
|
|
622
622
|
return e && e.status === "fulfilled" ? e.value.data : null;
|
|
623
623
|
}
|
|
@@ -740,7 +740,7 @@ const on = () => {
|
|
|
740
740
|
"twitter.description": { attr: "name", value: "twitter:description" },
|
|
741
741
|
"twitter.site": { attr: "name", value: "twitter:site" },
|
|
742
742
|
"twitter.creator": { attr: "name", value: "twitter:creator" }
|
|
743
|
-
},
|
|
743
|
+
}, ko = (e) => {
|
|
744
744
|
const t = [];
|
|
745
745
|
let n = 0;
|
|
746
746
|
const s = (r) => t.push(r);
|
|
@@ -884,7 +884,7 @@ const on = () => {
|
|
|
884
884
|
r
|
|
885
885
|
);
|
|
886
886
|
}) });
|
|
887
|
-
},
|
|
887
|
+
}, Uo = (e) => {
|
|
888
888
|
const t = e.banners.find((o) => o.key === e.name);
|
|
889
889
|
if (!t || !t.show) return null;
|
|
890
890
|
const s = Wn(t.value || "", e.replaces).split(/(<script[\s\S]*?<\/script\s*>)/gi);
|
|
@@ -1453,11 +1453,11 @@ function os(e, t) {
|
|
|
1453
1453
|
const { toString: Fo } = Object.prototype, { getPrototypeOf: Yn } = Object, { iterator: gn, toStringTag: is } = Symbol, pn = /* @__PURE__ */ ((e) => (t) => {
|
|
1454
1454
|
const n = Fo.call(t);
|
|
1455
1455
|
return e[n] || (e[n] = n.slice(8, -1).toLowerCase());
|
|
1456
|
-
})(/* @__PURE__ */ Object.create(null)),
|
|
1456
|
+
})(/* @__PURE__ */ Object.create(null)), xe = (e) => (e = e.toLowerCase(), (t) => pn(t) === e), An = (e) => (t) => typeof t === e, { isArray: ft } = Array, dt = An("undefined");
|
|
1457
1457
|
function Bt(e) {
|
|
1458
1458
|
return e !== null && !dt(e) && e.constructor !== null && !dt(e.constructor) && me(e.constructor.isBuffer) && e.constructor.isBuffer(e);
|
|
1459
1459
|
}
|
|
1460
|
-
const rs =
|
|
1460
|
+
const rs = xe("ArrayBuffer");
|
|
1461
1461
|
function Wo(e) {
|
|
1462
1462
|
let t;
|
|
1463
1463
|
return typeof ArrayBuffer < "u" && ArrayBuffer.isView ? t = ArrayBuffer.isView(e) : t = e && e.buffer && rs(e.buffer), t;
|
|
@@ -1475,11 +1475,11 @@ const $o = An("string"), me = An("function"), ls = An("number"), Lt = (e) => e !
|
|
|
1475
1475
|
} catch {
|
|
1476
1476
|
return !1;
|
|
1477
1477
|
}
|
|
1478
|
-
}, Jo =
|
|
1478
|
+
}, Jo = xe("Date"), Zo = xe("File"), Xo = xe("Blob"), ei = xe("FileList"), ti = (e) => Lt(e) && me(e.pipe), ni = (e) => {
|
|
1479
1479
|
let t;
|
|
1480
1480
|
return e && (typeof FormData == "function" && e instanceof FormData || me(e.append) && ((t = pn(e)) === "formdata" || // detect form-data instance
|
|
1481
1481
|
t === "object" && me(e.toString) && e.toString() === "[object FormData]"));
|
|
1482
|
-
}, ai =
|
|
1482
|
+
}, ai = xe("URLSearchParams"), [si, oi, ii, ri] = ["ReadableStream", "Request", "Response", "Headers"].map(xe), li = (e) => e.trim ? e.trim() : e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g, "");
|
|
1483
1483
|
function Rt(e, t, { allOwnKeys: n = !1 } = {}) {
|
|
1484
1484
|
if (e === null || typeof e > "u")
|
|
1485
1485
|
return;
|
|
@@ -1559,12 +1559,12 @@ const ci = (e, t, n, { allOwnKeys: s } = {}) => (Rt(t, (o, i) => {
|
|
|
1559
1559
|
for (; (n = e.exec(t)) !== null; )
|
|
1560
1560
|
s.push(n);
|
|
1561
1561
|
return s;
|
|
1562
|
-
}, wi =
|
|
1562
|
+
}, wi = xe("HTMLFormElement"), yi = (e) => e.toLowerCase().replace(
|
|
1563
1563
|
/[-_\s]([a-z\d])(\w*)/g,
|
|
1564
1564
|
function(n, s, o) {
|
|
1565
1565
|
return s.toUpperCase() + o;
|
|
1566
1566
|
}
|
|
1567
|
-
), ha = (({ hasOwnProperty: e }) => (t, n) => e.call(t, n))(Object.prototype), Ci =
|
|
1567
|
+
), ha = (({ hasOwnProperty: e }) => (t, n) => e.call(t, n))(Object.prototype), Ci = xe("RegExp"), us = (e, t) => {
|
|
1568
1568
|
const n = Object.getOwnPropertyDescriptors(e), s = {};
|
|
1569
1569
|
Rt(n, (o, i) => {
|
|
1570
1570
|
let r;
|
|
@@ -1616,14 +1616,14 @@ const xi = (e) => {
|
|
|
1616
1616
|
return s;
|
|
1617
1617
|
};
|
|
1618
1618
|
return n(e, 0);
|
|
1619
|
-
}, Ei =
|
|
1619
|
+
}, Ei = xe("AsyncFunction"), ki = (e) => e && (Lt(e) || me(e)) && me(e.then) && me(e.catch), ms = ((e, t) => e ? setImmediate : t ? ((n, s) => (Xe.addEventListener("message", ({ source: o, data: i }) => {
|
|
1620
1620
|
o === Xe && i === n && s.length && s.shift()();
|
|
1621
1621
|
}, !1), (o) => {
|
|
1622
1622
|
s.push(o), Xe.postMessage(n, "*");
|
|
1623
1623
|
}))(`axios@${Math.random()}`, []) : (n) => setTimeout(n))(
|
|
1624
1624
|
typeof setImmediate == "function",
|
|
1625
1625
|
me(Xe.postMessage)
|
|
1626
|
-
),
|
|
1626
|
+
), Ui = typeof queueMicrotask < "u" ? queueMicrotask.bind(Xe) : typeof process < "u" && process.nextTick || ms, Ii = (e) => e != null && me(e[gn]), A = {
|
|
1627
1627
|
isArray: ft,
|
|
1628
1628
|
isArrayBuffer: rs,
|
|
1629
1629
|
isBuffer: Bt,
|
|
@@ -1657,7 +1657,7 @@ const xi = (e) => {
|
|
|
1657
1657
|
inherits: ui,
|
|
1658
1658
|
toFlatObject: mi,
|
|
1659
1659
|
kindOf: pn,
|
|
1660
|
-
kindOfTest:
|
|
1660
|
+
kindOfTest: xe,
|
|
1661
1661
|
endsWith: hi,
|
|
1662
1662
|
toArray: fi,
|
|
1663
1663
|
forEachEntry: pi,
|
|
@@ -1678,9 +1678,9 @@ const xi = (e) => {
|
|
|
1678
1678
|
isSpecCompliantForm: Si,
|
|
1679
1679
|
toJSONObject: xi,
|
|
1680
1680
|
isAsyncFn: Ei,
|
|
1681
|
-
isThenable:
|
|
1681
|
+
isThenable: ki,
|
|
1682
1682
|
setImmediate: ms,
|
|
1683
|
-
asap:
|
|
1683
|
+
asap: Ui,
|
|
1684
1684
|
isIterable: Ii
|
|
1685
1685
|
};
|
|
1686
1686
|
function O(e, t, n, s, o) {
|
|
@@ -1801,14 +1801,14 @@ function wn(e, t, n) {
|
|
|
1801
1801
|
if (!A.isUndefined(g)) {
|
|
1802
1802
|
if (h.indexOf(g) !== -1)
|
|
1803
1803
|
throw Error("Circular reference detected in " + p.join("."));
|
|
1804
|
-
h.push(g), A.forEach(g, function(C,
|
|
1804
|
+
h.push(g), A.forEach(g, function(C, k) {
|
|
1805
1805
|
(!(A.isUndefined(C) || C === null) && o.call(
|
|
1806
1806
|
t,
|
|
1807
1807
|
C,
|
|
1808
|
-
A.isString(
|
|
1808
|
+
A.isString(k) ? k.trim() : k,
|
|
1809
1809
|
p,
|
|
1810
1810
|
f
|
|
1811
|
-
)) === !0 && w(C, p ? p.concat(
|
|
1811
|
+
)) === !0 && w(C, p ? p.concat(k) : [k]);
|
|
1812
1812
|
}), h.pop();
|
|
1813
1813
|
}
|
|
1814
1814
|
}
|
|
@@ -2519,9 +2519,9 @@ const vs = (e) => {
|
|
|
2519
2519
|
}), A.isUndefined(o.withCredentials) || (y.withCredentials = !!o.withCredentials), l && l !== "json" && (y.responseType = o.responseType), u && ([f, g] = rn(u, !0), y.addEventListener("progress", f)), c && y.upload && ([h, w] = rn(c), y.upload.addEventListener("progress", h), y.upload.addEventListener("loadend", w)), (o.cancelToken || o.signal) && (d = (N) => {
|
|
2520
2520
|
y && (s(!N || N.type ? new gt(null, e, y) : N), y.abort(), y = null);
|
|
2521
2521
|
}, o.cancelToken && o.cancelToken.subscribe(d), o.signal && (o.signal.aborted ? d() : o.signal.addEventListener("abort", d)));
|
|
2522
|
-
const
|
|
2523
|
-
if (
|
|
2524
|
-
s(new O("Unsupported protocol " +
|
|
2522
|
+
const k = Xi(o.url);
|
|
2523
|
+
if (k && oe.protocols.indexOf(k) === -1) {
|
|
2524
|
+
s(new O("Unsupported protocol " + k + ":", O.ERR_BAD_REQUEST, e));
|
|
2525
2525
|
return;
|
|
2526
2526
|
}
|
|
2527
2527
|
y.send(i || null);
|
|
@@ -2669,7 +2669,7 @@ const vs = (e) => {
|
|
|
2669
2669
|
url: p,
|
|
2670
2670
|
method: y,
|
|
2671
2671
|
data: C,
|
|
2672
|
-
signal:
|
|
2672
|
+
signal: k,
|
|
2673
2673
|
cancelToken: N,
|
|
2674
2674
|
timeout: R,
|
|
2675
2675
|
onDownloadProgress: I,
|
|
@@ -2680,7 +2680,7 @@ const vs = (e) => {
|
|
|
2680
2680
|
fetchOptions: M
|
|
2681
2681
|
} = vs(g), T = t || fetch;
|
|
2682
2682
|
D = D ? (D + "").toLowerCase() : "text";
|
|
2683
|
-
let H = lr([
|
|
2683
|
+
let H = lr([k, N && N.toAbortSignal()], R), ne = null;
|
|
2684
2684
|
const q = H && H.unsubscribe && (() => {
|
|
2685
2685
|
H.unsubscribe();
|
|
2686
2686
|
});
|
|
@@ -2848,7 +2848,7 @@ const xs = "1.13.2", yn = {};
|
|
|
2848
2848
|
return typeof s === e || "a" + (t < 1 ? "n " : " ") + e;
|
|
2849
2849
|
};
|
|
2850
2850
|
});
|
|
2851
|
-
const
|
|
2851
|
+
const ka = {};
|
|
2852
2852
|
yn.transitional = function(t, n, s) {
|
|
2853
2853
|
function o(i, r) {
|
|
2854
2854
|
return "[Axios v" + xs + "] Transitional option '" + i + "'" + r + (s ? ". " + s : "");
|
|
@@ -2859,7 +2859,7 @@ yn.transitional = function(t, n, s) {
|
|
|
2859
2859
|
o(r, " has been removed" + (n ? " in " + n : "")),
|
|
2860
2860
|
O.ERR_DEPRECATED
|
|
2861
2861
|
);
|
|
2862
|
-
return n && !
|
|
2862
|
+
return n && !ka[r] && (ka[r] = !0, console.warn(
|
|
2863
2863
|
o(
|
|
2864
2864
|
r,
|
|
2865
2865
|
" has been deprecated since v" + n + " and will be removed in the near future"
|
|
@@ -2890,7 +2890,7 @@ function Ar(e, t, n) {
|
|
|
2890
2890
|
const nn = {
|
|
2891
2891
|
assertOptions: Ar,
|
|
2892
2892
|
validators: yn
|
|
2893
|
-
},
|
|
2893
|
+
}, Ee = nn.validators;
|
|
2894
2894
|
let et = class {
|
|
2895
2895
|
constructor(t) {
|
|
2896
2896
|
this.defaults = t || {}, this.interceptors = {
|
|
@@ -2927,17 +2927,17 @@ let et = class {
|
|
|
2927
2927
|
typeof t == "string" ? (n = n || {}, n.url = t) : n = t || {}, n = nt(this.defaults, n);
|
|
2928
2928
|
const { transitional: s, paramsSerializer: o, headers: i } = n;
|
|
2929
2929
|
s !== void 0 && nn.assertOptions(s, {
|
|
2930
|
-
silentJSONParsing:
|
|
2931
|
-
forcedJSONParsing:
|
|
2932
|
-
clarifyTimeoutError:
|
|
2930
|
+
silentJSONParsing: Ee.transitional(Ee.boolean),
|
|
2931
|
+
forcedJSONParsing: Ee.transitional(Ee.boolean),
|
|
2932
|
+
clarifyTimeoutError: Ee.transitional(Ee.boolean)
|
|
2933
2933
|
}, !1), o != null && (A.isFunction(o) ? n.paramsSerializer = {
|
|
2934
2934
|
serialize: o
|
|
2935
2935
|
} : nn.assertOptions(o, {
|
|
2936
|
-
encode:
|
|
2937
|
-
serialize:
|
|
2936
|
+
encode: Ee.function,
|
|
2937
|
+
serialize: Ee.function
|
|
2938
2938
|
}, !0)), n.allowAbsoluteUrls !== void 0 || (this.defaults.allowAbsoluteUrls !== void 0 ? n.allowAbsoluteUrls = this.defaults.allowAbsoluteUrls : n.allowAbsoluteUrls = !0), nn.assertOptions(n, {
|
|
2939
|
-
baseUrl:
|
|
2940
|
-
withXsrfToken:
|
|
2939
|
+
baseUrl: Ee.spelling("baseURL"),
|
|
2940
|
+
withXsrfToken: Ee.spelling("withXSRFToken")
|
|
2941
2941
|
}, !0), n.method = (n.method || this.defaults.method || "get").toLowerCase();
|
|
2942
2942
|
let r = i && A.merge(
|
|
2943
2943
|
i.common,
|
|
@@ -3170,13 +3170,13 @@ const Gn = {
|
|
|
3170
3170
|
Object.entries(Gn).forEach(([e, t]) => {
|
|
3171
3171
|
Gn[t] = e;
|
|
3172
3172
|
});
|
|
3173
|
-
function
|
|
3173
|
+
function ks(e) {
|
|
3174
3174
|
const t = new et(e), n = os(et.prototype.request, t);
|
|
3175
3175
|
return A.extend(n, et.prototype, t, { allOwnKeys: !0 }), A.extend(n, t, null, { allOwnKeys: !0 }), n.create = function(o) {
|
|
3176
|
-
return
|
|
3176
|
+
return ks(nt(e, o));
|
|
3177
3177
|
}, n;
|
|
3178
3178
|
}
|
|
3179
|
-
const Y =
|
|
3179
|
+
const Y = ks(Dt);
|
|
3180
3180
|
Y.Axios = et;
|
|
3181
3181
|
Y.CanceledError = gt;
|
|
3182
3182
|
Y.CancelToken = wr;
|
|
@@ -3209,12 +3209,12 @@ const {
|
|
|
3209
3209
|
spread: S9,
|
|
3210
3210
|
toFormData: x9,
|
|
3211
3211
|
AxiosHeaders: E9,
|
|
3212
|
-
HttpStatusCode:
|
|
3213
|
-
formToJSON:
|
|
3212
|
+
HttpStatusCode: k9,
|
|
3213
|
+
formToJSON: U9,
|
|
3214
3214
|
getAdapter: I9,
|
|
3215
3215
|
mergeConfig: T9
|
|
3216
3216
|
} = Y;
|
|
3217
|
-
class
|
|
3217
|
+
class Se {
|
|
3218
3218
|
constructor(t) {
|
|
3219
3219
|
this.props = t, t?.config?.configVersion && (this.configVersion = t.config.configVersion);
|
|
3220
3220
|
}
|
|
@@ -3300,7 +3300,7 @@ class xe {
|
|
|
3300
3300
|
};
|
|
3301
3301
|
};
|
|
3302
3302
|
}
|
|
3303
|
-
class br extends
|
|
3303
|
+
class br extends Se {
|
|
3304
3304
|
getBlockSass = async (t) => {
|
|
3305
3305
|
const n = await this.props?.axiosApi.get("/config/blocks-saas", {
|
|
3306
3306
|
params: {
|
|
@@ -3469,7 +3469,7 @@ const B9 = async (e, t, n, s, o, i) => {
|
|
|
3469
3469
|
return o ? { ...t, ...o } : ue(t);
|
|
3470
3470
|
},
|
|
3471
3471
|
seccion: async (e) => {
|
|
3472
|
-
const { meta: t, config: n, pathname: s, slug: o } = e, i = new
|
|
3472
|
+
const { meta: t, config: n, pathname: s, slug: o } = e, i = new Se(), r = s.split("/"), l = [], c = Qt(s), u = Number(n.newsListLimit) ?? 0;
|
|
3473
3473
|
try {
|
|
3474
3474
|
const d = await i.getNewsListSection({
|
|
3475
3475
|
section: o,
|
|
@@ -3513,7 +3513,7 @@ const B9 = async (e, t, n, s, o, i) => {
|
|
|
3513
3513
|
}
|
|
3514
3514
|
},
|
|
3515
3515
|
tema: async (e) => {
|
|
3516
|
-
const { meta: t, config: n, pathname: s, slug: o } = e, i = new
|
|
3516
|
+
const { meta: t, config: n, pathname: s, slug: o } = e, i = new Se(), r = s.split("/"), l = [], c = Qt(s), u = Number(n.newsListLimit) ?? 0, d = /([t][0-9]{4})\w+/.exec(o || ""), h = d && d?.length > 0 ? d[0].replace("t", "") : "", { PUBLIC_TAG_TYPE: f } = J();
|
|
3517
3517
|
try {
|
|
3518
3518
|
const w = await i.getNewsListTags({
|
|
3519
3519
|
tagid: h,
|
|
@@ -3574,7 +3574,7 @@ const B9 = async (e, t, n, s, o, i) => {
|
|
|
3574
3574
|
};
|
|
3575
3575
|
},
|
|
3576
3576
|
video: async (e) => {
|
|
3577
|
-
const { meta: t, config: n, internalPath: s } = e, o = new
|
|
3577
|
+
const { meta: t, config: n, internalPath: s } = e, o = new Se();
|
|
3578
3578
|
try {
|
|
3579
3579
|
const i = await o.getVideos({
|
|
3580
3580
|
imagesizes: "w:1200,h:630,t:2;",
|
|
@@ -3589,7 +3589,7 @@ const B9 = async (e, t, n, s, o, i) => {
|
|
|
3589
3589
|
}
|
|
3590
3590
|
},
|
|
3591
3591
|
videos: async (e) => {
|
|
3592
|
-
const { meta: t, config: n, pathname: s } = e, o = new
|
|
3592
|
+
const { meta: t, config: n, pathname: s } = e, o = new Se(), i = s.split("/"), r = [], l = Qt(s), c = await o.getvideoListAdvanced({
|
|
3593
3593
|
size: Number(n.newsListLimit),
|
|
3594
3594
|
query: "Category:(videohome OR destacadoseccion OR seccion)",
|
|
3595
3595
|
page: Number(l)
|
|
@@ -3618,7 +3618,7 @@ const B9 = async (e, t, n, s, o, i) => {
|
|
|
3618
3618
|
}) : ue(t);
|
|
3619
3619
|
},
|
|
3620
3620
|
pages: async (e) => {
|
|
3621
|
-
const { meta: t, config: n, pathname: s, slug: o } = e, i = new
|
|
3621
|
+
const { meta: t, config: n, pathname: s, slug: o } = e, i = new Se();
|
|
3622
3622
|
try {
|
|
3623
3623
|
const r = await i.getPages({
|
|
3624
3624
|
path: n.servicePrefix + `/pages/${o}`
|
|
@@ -3678,7 +3678,7 @@ const B9 = async (e, t, n, s, o, i) => {
|
|
|
3678
3678
|
};
|
|
3679
3679
|
},
|
|
3680
3680
|
autor: async (e) => {
|
|
3681
|
-
const { meta: t, config: n, pathname: s, imgSizes: o, slug: i } = e, r = new
|
|
3681
|
+
const { meta: t, config: n, pathname: s, imgSizes: o, slug: i } = e, r = new Se(), l = s.split("/"), c = [], u = Qt(s);
|
|
3682
3682
|
try {
|
|
3683
3683
|
const d = await r.getAutorInfo({
|
|
3684
3684
|
user: i,
|
|
@@ -3747,7 +3747,7 @@ async function R9({
|
|
|
3747
3747
|
preloadImageUrl: p,
|
|
3748
3748
|
custom_Speculation: y,
|
|
3749
3749
|
custom_metadata: C,
|
|
3750
|
-
custom_scriptReplaces:
|
|
3750
|
+
custom_scriptReplaces: k,
|
|
3751
3751
|
head_custom_elements: N
|
|
3752
3752
|
}) {
|
|
3753
3753
|
const R = C || await vr[o]({
|
|
@@ -3759,7 +3759,7 @@ async function R9({
|
|
|
3759
3759
|
slug: r,
|
|
3760
3760
|
texts: l,
|
|
3761
3761
|
query: c
|
|
3762
|
-
}), I =
|
|
3762
|
+
}), I = ko(R), E = k || ss[o]({
|
|
3763
3763
|
pathname: i,
|
|
3764
3764
|
slug: r,
|
|
3765
3765
|
config: f,
|
|
@@ -3864,7 +3864,7 @@ const D9 = ({
|
|
|
3864
3864
|
/* @__PURE__ */ a(Xs, { id: l.comscore }),
|
|
3865
3865
|
/* @__PURE__ */ a(to, { id: l.ga4, dimensionValues: f }),
|
|
3866
3866
|
h,
|
|
3867
|
-
/* @__PURE__ */ a(
|
|
3867
|
+
/* @__PURE__ */ a(Uo, { name: "bodyafter", banners: n, replaces: C })
|
|
3868
3868
|
] });
|
|
3869
3869
|
}, Nr = "_content_1tvgz_1", Sr = {
|
|
3870
3870
|
content: Nr
|
|
@@ -3884,17 +3884,17 @@ const D9 = ({
|
|
|
3884
3884
|
}
|
|
3885
3885
|
)
|
|
3886
3886
|
}
|
|
3887
|
-
), Er = "_content_19rc1_1",
|
|
3887
|
+
), Er = "_content_19rc1_1", kr = "_location_19rc1_11", Ua = {
|
|
3888
3888
|
content: Er,
|
|
3889
|
-
location:
|
|
3890
|
-
}, M9 = (e) => /* @__PURE__ */ m("div", { className:
|
|
3889
|
+
location: kr
|
|
3890
|
+
}, M9 = (e) => /* @__PURE__ */ m("div", { className: Ua.content, children: [
|
|
3891
3891
|
/* @__PURE__ */ a(xr, {}),
|
|
3892
|
-
/* @__PURE__ */ a("p", { className:
|
|
3892
|
+
/* @__PURE__ */ a("p", { className: Ua.location, children: e.place })
|
|
3893
3893
|
] }), Mt = ({
|
|
3894
3894
|
children: e,
|
|
3895
3895
|
className: t
|
|
3896
3896
|
// desktopWidth = '1185px'
|
|
3897
|
-
}) => /* @__PURE__ */ a("div", { className: `content-layout-1 ${t || ""}`, children: e }),
|
|
3897
|
+
}) => /* @__PURE__ */ a("div", { className: `content-layout-1 ${t || ""}`, children: e }), Ur = (e) => {
|
|
3898
3898
|
const { children: t, show: n, order: s = 0 } = e;
|
|
3899
3899
|
return n && /* @__PURE__ */ a("div", { style: { order: s }, children: t });
|
|
3900
3900
|
};
|
|
@@ -3907,12 +3907,12 @@ function Ir({
|
|
|
3907
3907
|
enableDrag: i,
|
|
3908
3908
|
onIndexChange: r
|
|
3909
3909
|
}) {
|
|
3910
|
-
const [l, c] = Q(!1), [u, d] = Q(0), [h, f] = Q(0), [w, g] = Q(0), [p, y] = Q(0), [C,
|
|
3910
|
+
const [l, c] = Q(!1), [u, d] = Q(0), [h, f] = Q(0), [w, g] = Q(0), [p, y] = Q(0), [C, k] = Q(null), N = Ja(null), [R, I] = Q(1), E = ae(() => {
|
|
3911
3911
|
if (o) return 1;
|
|
3912
3912
|
const _ = N.current?.offsetWidth || window.innerWidth, L = n + s, G = Math.floor(_ / L);
|
|
3913
3913
|
return Math.max(1, G);
|
|
3914
3914
|
}, [o, n, s]);
|
|
3915
|
-
|
|
3915
|
+
Ue(() => {
|
|
3916
3916
|
const _ = () => {
|
|
3917
3917
|
const L = E();
|
|
3918
3918
|
I(L);
|
|
@@ -3965,14 +3965,14 @@ function Ir({
|
|
|
3965
3965
|
), x = ae(
|
|
3966
3966
|
(_) => {
|
|
3967
3967
|
if (!l || !i) return;
|
|
3968
|
-
const L = h - u, G = Date.now() - p, W = Math.abs(L) / Math.max(G, 1), V = T(L),
|
|
3969
|
-
if (
|
|
3968
|
+
const L = h - u, G = Date.now() - p, W = Math.abs(L) / Math.max(G, 1), V = T(L), be = W > 0.5 && Math.abs(L) > 50 ? Math.max(V, 1) : V;
|
|
3969
|
+
if (be > 0)
|
|
3970
3970
|
if (L > 0) {
|
|
3971
|
-
const
|
|
3972
|
-
r(
|
|
3971
|
+
const _e = Math.max(0, e - be);
|
|
3972
|
+
r(_e);
|
|
3973
3973
|
} else {
|
|
3974
|
-
const
|
|
3975
|
-
r(
|
|
3974
|
+
const _e = Math.min(z, e + be);
|
|
3975
|
+
r(_e);
|
|
3976
3976
|
}
|
|
3977
3977
|
c(!1), g(0), document.body.classList.remove("dragging"), document.removeEventListener("mousemove", q), document.removeEventListener("mouseup", x), _.clientX === u && C?.dispatchEvent(new PointerEvent("click"));
|
|
3978
3978
|
},
|
|
@@ -3991,7 +3991,7 @@ function Ir({
|
|
|
3991
3991
|
]
|
|
3992
3992
|
), b = ae(
|
|
3993
3993
|
(_) => {
|
|
3994
|
-
_.preventDefault(), ["a", "span"].includes(_.target?.localName) &&
|
|
3994
|
+
_.preventDefault(), ["a", "span"].includes(_.target?.localName) && k(_.target), H(_.clientX);
|
|
3995
3995
|
},
|
|
3996
3996
|
[H]
|
|
3997
3997
|
), B = ae(
|
|
@@ -4010,7 +4010,7 @@ function Ir({
|
|
|
4010
4010
|
},
|
|
4011
4011
|
[x]
|
|
4012
4012
|
);
|
|
4013
|
-
return
|
|
4013
|
+
return Ue(() => {
|
|
4014
4014
|
if (l)
|
|
4015
4015
|
return N.current?.addEventListener("mousemove", q), N.current?.addEventListener("mouseup", x), () => {
|
|
4016
4016
|
N.current?.removeEventListener(
|
|
@@ -4045,7 +4045,7 @@ function P9(e) {
|
|
|
4045
4045
|
pagination: l = !1,
|
|
4046
4046
|
enableDrag: c = !0
|
|
4047
4047
|
} = e, u = Array.isArray(t) ? t : t?.props?.value?.split("SPLITING"), [d, h] = Q(0), [f, w] = Q(!1);
|
|
4048
|
-
|
|
4048
|
+
Ue(() => {
|
|
4049
4049
|
w(!0);
|
|
4050
4050
|
const M = document.getElementById("ssr-dummy_" + n);
|
|
4051
4051
|
M && M.remove();
|
|
@@ -4055,7 +4055,7 @@ function P9(e) {
|
|
|
4055
4055
|
translateOffset: p,
|
|
4056
4056
|
carrouselRef: y,
|
|
4057
4057
|
maxIndex: C,
|
|
4058
|
-
getTranslateValue:
|
|
4058
|
+
getTranslateValue: k,
|
|
4059
4059
|
actualVisibleItems: N,
|
|
4060
4060
|
dragHandlers: R
|
|
4061
4061
|
} = Ir({
|
|
@@ -4078,7 +4078,7 @@ function P9(e) {
|
|
|
4078
4078
|
I(d + 1);
|
|
4079
4079
|
}, [d, I]);
|
|
4080
4080
|
if (!f) return;
|
|
4081
|
-
const z =
|
|
4081
|
+
const z = k(d, p), F = r ? `translateX(${z}%)` : `translateX(${z}px)`;
|
|
4082
4082
|
return /* @__PURE__ */ m("div", { className: `${n}- carrousel-container`, children: [
|
|
4083
4083
|
d > 0 && /* @__PURE__ */ a(
|
|
4084
4084
|
"button",
|
|
@@ -4283,7 +4283,7 @@ const qr = "_content_3olxv_1", Br = {
|
|
|
4283
4283
|
clipboardButton: Wr,
|
|
4284
4284
|
socialNetworkSection: $r
|
|
4285
4285
|
};
|
|
4286
|
-
function
|
|
4286
|
+
function U(e) {
|
|
4287
4287
|
const { PUBLIC_SERVICE_PREFIX: t, PUBLIC_IS_SUB_PUBLICATION: n } = J(), s = t !== "false" && n !== "false" ? "/" + t : "", o = /^(https?:)?\/\//.test(e.href) || /^[a-zA-Z][a-zA-Z\d+\-.]*:/.test(e.href), i = e.href?.split("/")[1] === s.replace("/", ""), r = {
|
|
4288
4288
|
...e,
|
|
4289
4289
|
href: (!o && !i ? s : "") + (e.href ?? "")
|
|
@@ -4298,7 +4298,7 @@ function k(e) {
|
|
|
4298
4298
|
}
|
|
4299
4299
|
) : /* @__PURE__ */ a("a", { ...r, children: e.children });
|
|
4300
4300
|
}
|
|
4301
|
-
const
|
|
4301
|
+
const Us = (e) => /* @__PURE__ */ a(
|
|
4302
4302
|
"svg",
|
|
4303
4303
|
{
|
|
4304
4304
|
width: "23",
|
|
@@ -4364,7 +4364,7 @@ const ks = (e) => /* @__PURE__ */ a(
|
|
|
4364
4364
|
url: (e) => `https://wa.me/?text=${encodeURIComponent(e)}`,
|
|
4365
4365
|
icon: {
|
|
4366
4366
|
outline: (e) => /* @__PURE__ */ a(Is, { className: e }),
|
|
4367
|
-
solid: (e) => /* @__PURE__ */ a(
|
|
4367
|
+
solid: (e) => /* @__PURE__ */ a(Us, { className: e })
|
|
4368
4368
|
}
|
|
4369
4369
|
}
|
|
4370
4370
|
};
|
|
@@ -4376,7 +4376,7 @@ function Kr({ noteShare: e }) {
|
|
|
4376
4376
|
if (!s) return null;
|
|
4377
4377
|
const o = e.variant === "outline" ? s.icon.outline : s.icon.solid, i = s.url(t);
|
|
4378
4378
|
return /* @__PURE__ */ a(
|
|
4379
|
-
|
|
4379
|
+
U,
|
|
4380
4380
|
{
|
|
4381
4381
|
href: i,
|
|
4382
4382
|
target: "_blank",
|
|
@@ -4404,20 +4404,20 @@ function Kr({ noteShare: e }) {
|
|
|
4404
4404
|
const At = (e) => {
|
|
4405
4405
|
const { share: t = !1, cutSubtitle: n = !0 } = e, s = () => {
|
|
4406
4406
|
if (e?.config?.showtime && e.config?.showauthor)
|
|
4407
|
-
return `${e?.authors[0]?.fullname ?? "Redacción"} - ${
|
|
4407
|
+
return `${e?.authors[0]?.fullname ?? "Redacción"} - ${Ie(
|
|
4408
4408
|
e.info?.date?.modified
|
|
4409
4409
|
)}`;
|
|
4410
4410
|
if (e.config?.showauthor)
|
|
4411
4411
|
return e?.authors[0]?.fullname ?? "Redacción";
|
|
4412
4412
|
if (e?.config?.showtime)
|
|
4413
|
-
return
|
|
4413
|
+
return Ie(e.info?.date?.modified);
|
|
4414
4414
|
}, o = () => {
|
|
4415
4415
|
const r = {
|
|
4416
4416
|
"--fontSizeSubTitle": e.fontSizeSubTitle,
|
|
4417
4417
|
"--lineHeightSubTitle": e.lineHeightSubTitle,
|
|
4418
4418
|
"--colorSubTitle": e.colorSubTitle
|
|
4419
4419
|
};
|
|
4420
|
-
return n ? /* @__PURE__ */ a("p", { className: $.description, children:
|
|
4420
|
+
return n ? /* @__PURE__ */ a("p", { className: $.description, children: Te(e.main.subtitle.striped ?? "") }) : /* @__PURE__ */ a(
|
|
4421
4421
|
"h2",
|
|
4422
4422
|
{
|
|
4423
4423
|
className: $.description,
|
|
@@ -4433,7 +4433,7 @@ const At = (e) => {
|
|
|
4433
4433
|
const w = l.tags[0], g = w.name;
|
|
4434
4434
|
return /* @__PURE__ */ m("h3", { className: $.sectionDescriptionContainer, children: [
|
|
4435
4435
|
w.approved ? /* @__PURE__ */ a(
|
|
4436
|
-
|
|
4436
|
+
U,
|
|
4437
4437
|
{
|
|
4438
4438
|
"aria-label": g,
|
|
4439
4439
|
className: $.sectionDescription,
|
|
@@ -4448,7 +4448,7 @@ const At = (e) => {
|
|
|
4448
4448
|
const w = c.section.name;
|
|
4449
4449
|
return /* @__PURE__ */ m("h3", { className: $.sectionDescriptionContainer, children: [
|
|
4450
4450
|
/* @__PURE__ */ a(
|
|
4451
|
-
|
|
4451
|
+
U,
|
|
4452
4452
|
{
|
|
4453
4453
|
"aria-label": w,
|
|
4454
4454
|
className: $.sectionDescription,
|
|
@@ -4476,7 +4476,7 @@ const At = (e) => {
|
|
|
4476
4476
|
className: $.articule
|
|
4477
4477
|
},
|
|
4478
4478
|
e?.info?.link?.url ? /* @__PURE__ */ a(
|
|
4479
|
-
|
|
4479
|
+
U,
|
|
4480
4480
|
{
|
|
4481
4481
|
"aria-label": e.main?.title?.section,
|
|
4482
4482
|
className: $.linkStyled,
|
|
@@ -4491,7 +4491,7 @@ const At = (e) => {
|
|
|
4491
4491
|
),
|
|
4492
4492
|
e.config?.showsubtitle && /* @__PURE__ */ a(o, {}),
|
|
4493
4493
|
(e?.config?.showtime || e.config?.showauthor) && /* @__PURE__ */ a(j, { children: e.authors[0]?.internaluser ? /* @__PURE__ */ a("h3", { children: /* @__PURE__ */ a(
|
|
4494
|
-
|
|
4494
|
+
U,
|
|
4495
4495
|
{
|
|
4496
4496
|
"aria-label": s(),
|
|
4497
4497
|
className: $.correspondentLink,
|
|
@@ -4655,7 +4655,7 @@ const At = (e) => {
|
|
|
4655
4655
|
hasShadow: s = !1,
|
|
4656
4656
|
priorityHigh: o = !1
|
|
4657
4657
|
} = e, [i, r] = Q(void 0), l = t?.sizes;
|
|
4658
|
-
return
|
|
4658
|
+
return Ue(() => {
|
|
4659
4659
|
(async () => {
|
|
4660
4660
|
const { PUBLIC_IS_OFFLINE: u } = J();
|
|
4661
4661
|
if (u === "true" && l?.[0]?.url) {
|
|
@@ -4693,7 +4693,7 @@ const At = (e) => {
|
|
|
4693
4693
|
children: /* @__PURE__ */ a("div", { className: K.imagePlaceholder })
|
|
4694
4694
|
}
|
|
4695
4695
|
);
|
|
4696
|
-
},
|
|
4696
|
+
}, Ce = async (e) => {
|
|
4697
4697
|
const { preview: t } = e;
|
|
4698
4698
|
if (!t?.sizes || t.sizes.length === 0 || t.sizes.some((i) => !i.url))
|
|
4699
4699
|
return /* @__PURE__ */ a("div", { className: K.imageLogoPlaceholder });
|
|
@@ -4738,7 +4738,7 @@ const At = (e) => {
|
|
|
4738
4738
|
},
|
|
4739
4739
|
children: [
|
|
4740
4740
|
/* @__PURE__ */ a("div", { className: zt.numberTag, children: s + 1 }),
|
|
4741
|
-
n.main.title.home && /* @__PURE__ */ a(
|
|
4741
|
+
n.main.title.home && /* @__PURE__ */ a(Ce, { preview: n.preview, priorityHigh: e.priorityHigh })
|
|
4742
4742
|
]
|
|
4743
4743
|
}
|
|
4744
4744
|
),
|
|
@@ -5711,7 +5711,7 @@ const At = (e) => {
|
|
|
5711
5711
|
]
|
|
5712
5712
|
}
|
|
5713
5713
|
);
|
|
5714
|
-
}, pl = "_content_6azvz_1", Al = "_subscribeImage_6azvz_22", wl = "_tag_6azvz_32", yl = "_contentTitle_6azvz_50", Cl = "_title_6azvz_55", bl = "_inputStyled_6azvz_72", _l = "_buttonStyled_6azvz_112", vl = "_contentTerms_6azvz_123", Nl = "_subscribeText_6azvz_128", Sl = "_terms_6azvz_138",
|
|
5714
|
+
}, pl = "_content_6azvz_1", Al = "_subscribeImage_6azvz_22", wl = "_tag_6azvz_32", yl = "_contentTitle_6azvz_50", Cl = "_title_6azvz_55", bl = "_inputStyled_6azvz_72", _l = "_buttonStyled_6azvz_112", vl = "_contentTerms_6azvz_123", Nl = "_subscribeText_6azvz_128", Sl = "_terms_6azvz_138", ve = {
|
|
5715
5715
|
content: pl,
|
|
5716
5716
|
subscribeImage: Al,
|
|
5717
5717
|
tag: wl,
|
|
@@ -5747,15 +5747,15 @@ const At = (e) => {
|
|
|
5747
5747
|
style: o,
|
|
5748
5748
|
htmlFor: e?.toggledrawerevent === "true" ? "side-bar-state" : ""
|
|
5749
5749
|
}
|
|
5750
|
-
) : /* @__PURE__ */ a(
|
|
5751
|
-
}, xl = (e) => /* @__PURE__ */ m("section", { className: [
|
|
5752
|
-
/* @__PURE__ */ a("div", { className:
|
|
5753
|
-
/* @__PURE__ */ a("div", { className:
|
|
5754
|
-
/* @__PURE__ */ m("div", { className:
|
|
5755
|
-
/* @__PURE__ */ a("p", { className:
|
|
5756
|
-
/* @__PURE__ */ a("p", { className:
|
|
5750
|
+
) : /* @__PURE__ */ a(U, { ...s, style: o });
|
|
5751
|
+
}, xl = (e) => /* @__PURE__ */ m("section", { className: [ve.content, e.className ?? ""].join(" "), children: [
|
|
5752
|
+
/* @__PURE__ */ a("div", { className: ve.subscribeImage, children: e.image }),
|
|
5753
|
+
/* @__PURE__ */ a("div", { className: ve.tag, children: e.texts.newsletterTag ?? "NEWS" }),
|
|
5754
|
+
/* @__PURE__ */ m("div", { className: ve.contentTitle, children: [
|
|
5755
|
+
/* @__PURE__ */ a("p", { className: ve.title, children: e.title }),
|
|
5756
|
+
/* @__PURE__ */ a("p", { className: ve.subTitle, children: e.sibtitle })
|
|
5757
5757
|
] }),
|
|
5758
|
-
/* @__PURE__ */ a("div", { className:
|
|
5758
|
+
/* @__PURE__ */ a("div", { className: ve.inputStyled, children: /* @__PURE__ */ a(
|
|
5759
5759
|
"input",
|
|
5760
5760
|
{
|
|
5761
5761
|
type: "email",
|
|
@@ -5763,15 +5763,15 @@ const At = (e) => {
|
|
|
5763
5763
|
id: "newsletter-email-column"
|
|
5764
5764
|
}
|
|
5765
5765
|
) }),
|
|
5766
|
-
/* @__PURE__ */ a(Cn, { className:
|
|
5767
|
-
/* @__PURE__ */ m("div", { className:
|
|
5768
|
-
/* @__PURE__ */ a("p", { className:
|
|
5769
|
-
/* @__PURE__ */ a(
|
|
5766
|
+
/* @__PURE__ */ a(Cn, { className: ve.buttonStyled, size: "large", full: !0, children: e.texts.newsletterButtonText ?? "Suscribirme" }),
|
|
5767
|
+
/* @__PURE__ */ m("div", { className: ve.contentTerms, children: [
|
|
5768
|
+
/* @__PURE__ */ a("p", { className: ve.subscribeText, children: e.texts.newsletterTermsText ?? "Suscribirte implica aceptar los" }),
|
|
5769
|
+
/* @__PURE__ */ a(U, { className: ve.terms, children: e.texts.newsletterTermsAnchor ?? "Términos y condiciones" })
|
|
5770
5770
|
] })
|
|
5771
|
-
] }), El = "_content_1ms2y_1",
|
|
5771
|
+
] }), El = "_content_1ms2y_1", kl = "_contentInfo_1ms2y_20", Ul = "_subscribeImage_1ms2y_28", Il = "_tag_1ms2y_42", Tl = "_contentTitle_1ms2y_60", ql = "_title_1ms2y_65", Bl = "_subTitle_1ms2y_70", Ll = "_inputStyled_1ms2y_79", Rl = "_buttonStyled_1ms2y_118", Dl = "_contentTerms_1ms2y_131", Ml = "_subscribeText_1ms2y_137", Pl = "_terms_1ms2y_146", Ae = {
|
|
5772
5772
|
content: El,
|
|
5773
|
-
contentInfo:
|
|
5774
|
-
subscribeImage:
|
|
5773
|
+
contentInfo: kl,
|
|
5774
|
+
subscribeImage: Ul,
|
|
5775
5775
|
tag: Il,
|
|
5776
5776
|
contentTitle: Tl,
|
|
5777
5777
|
title: ql,
|
|
@@ -5802,7 +5802,7 @@ const At = (e) => {
|
|
|
5802
5802
|
] }),
|
|
5803
5803
|
/* @__PURE__ */ m("div", { className: Ae.contentTerms, children: [
|
|
5804
5804
|
/* @__PURE__ */ a("p", { className: Ae.subscribeText, children: e.texts.newsletterTermsText ?? "Suscribirte implica aceptar los" }),
|
|
5805
|
-
/* @__PURE__ */ a(
|
|
5805
|
+
/* @__PURE__ */ a(U, { className: Ae.terms, children: e.texts.newsletterTermsAnchor ?? "Términos y condiciones" })
|
|
5806
5806
|
] })
|
|
5807
5807
|
] })
|
|
5808
5808
|
] }), jl = (e) => /* @__PURE__ */ m(
|
|
@@ -5903,7 +5903,7 @@ const At = (e) => {
|
|
|
5903
5903
|
),
|
|
5904
5904
|
/* @__PURE__ */ m("div", { className: qe.contentTerms, children: [
|
|
5905
5905
|
/* @__PURE__ */ a("p", { className: qe.subscribeText, children: "Suscribirte implica aceptar los" }),
|
|
5906
|
-
/* @__PURE__ */ a(
|
|
5906
|
+
/* @__PURE__ */ a(U, { className: qe.terms, href: e.terms, target: "_blank", children: "Términos y condiciones" })
|
|
5907
5907
|
] })
|
|
5908
5908
|
] }), Kl = (e) => /* @__PURE__ */ m(
|
|
5909
5909
|
"svg",
|
|
@@ -6135,7 +6135,7 @@ const At = (e) => {
|
|
|
6135
6135
|
const { freeZone: t, socials: n, menu: s, customBlock: o } = e;
|
|
6136
6136
|
return /* @__PURE__ */ m("footer", { className: le.content, children: [
|
|
6137
6137
|
/* @__PURE__ */ m("section", { className: le.brandContent, children: [
|
|
6138
|
-
/* @__PURE__ */ a(
|
|
6138
|
+
/* @__PURE__ */ a(U, { href: "/", "aria-label": "Ir a la home", children: /* @__PURE__ */ a("span", { className: le.logoStyled, children: e.logo }) }),
|
|
6139
6139
|
/* @__PURE__ */ a("div", { className: le.socialMedia, children: Object.keys(n).map((i) => n[i]?.show && /* @__PURE__ */ a(
|
|
6140
6140
|
"a",
|
|
6141
6141
|
{
|
|
@@ -6153,7 +6153,7 @@ const At = (e) => {
|
|
|
6153
6153
|
] }),
|
|
6154
6154
|
/* @__PURE__ */ m("section", { className: le.sectionContent, children: [
|
|
6155
6155
|
/* @__PURE__ */ a("div", { className: le.section, children: s.filter((i) => !i.subitem).map((i, r) => /* @__PURE__ */ a(
|
|
6156
|
-
|
|
6156
|
+
U,
|
|
6157
6157
|
{
|
|
6158
6158
|
href: i.link ? i.link : void 0,
|
|
6159
6159
|
target: i.target,
|
|
@@ -6164,7 +6164,7 @@ const At = (e) => {
|
|
|
6164
6164
|
r
|
|
6165
6165
|
)) }),
|
|
6166
6166
|
/* @__PURE__ */ a("div", { className: le.section, children: t && t.map((i, r) => /* @__PURE__ */ a(
|
|
6167
|
-
|
|
6167
|
+
U,
|
|
6168
6168
|
{
|
|
6169
6169
|
href: i.link ? i?.link : void 0,
|
|
6170
6170
|
target: i.target,
|
|
@@ -6178,7 +6178,7 @@ const At = (e) => {
|
|
|
6178
6178
|
/* @__PURE__ */ m("section", { className: le.copyrigth, children: [
|
|
6179
6179
|
/* @__PURE__ */ a("p", { className: le.copyrigthText, children: e.copyrigth }),
|
|
6180
6180
|
/* @__PURE__ */ a(
|
|
6181
|
-
|
|
6181
|
+
U,
|
|
6182
6182
|
{
|
|
6183
6183
|
"aria-label": "Bluestack link",
|
|
6184
6184
|
href: "https://www.bluestack.la",
|
|
@@ -6190,7 +6190,7 @@ const At = (e) => {
|
|
|
6190
6190
|
)
|
|
6191
6191
|
] })
|
|
6192
6192
|
] });
|
|
6193
|
-
}, wc = "_content_1e93o_1", yc = "_imageContent_1e93o_9", Cc = "_width1Autor_1e93o_18", bc = "_width2Autor_1e93o_22", _c = "_width3Autor_1e93o_26", vc = "_imageAutor_1e93o_30", Nc = "_imageStyled_1e93o_69", Sc = "_contentIconStyled_1e93o_70", xc = "_avatarContent_1e93o_87", Ec = "_journalistSection_1e93o_95",
|
|
6193
|
+
}, wc = "_content_1e93o_1", yc = "_imageContent_1e93o_9", Cc = "_width1Autor_1e93o_18", bc = "_width2Autor_1e93o_22", _c = "_width3Autor_1e93o_26", vc = "_imageAutor_1e93o_30", Nc = "_imageStyled_1e93o_69", Sc = "_contentIconStyled_1e93o_70", xc = "_avatarContent_1e93o_87", Ec = "_journalistSection_1e93o_95", kc = "_journalistInfo_1e93o_103", Uc = "_journalistInfoLink_1e93o_104", Ic = "_socialNetworkSection_1e93o_139", Tc = "_avatarStyled_1e93o_151", qc = "_article_1e93o_156", Bc = "_socialButton_1e93o_160", Lc = "_facebookStyled_1e93o_176", Rc = "_emailStyled_1e93o_180", Dc = "_xStyled_1e93o_184", Mc = "_linkedinStyled_1e93o_188", Pc = "_whatsappStyled_1e93o_192", Oc = "_whatsappLink_1e93o_196", jc = "_clipboardButton_1e93o_212", Qc = "_googleProfileButton_1e93o_248", ee = {
|
|
6194
6194
|
content: wc,
|
|
6195
6195
|
imageContent: yc,
|
|
6196
6196
|
width1Autor: Cc,
|
|
@@ -6201,8 +6201,8 @@ const At = (e) => {
|
|
|
6201
6201
|
contentIconStyled: Sc,
|
|
6202
6202
|
avatarContent: xc,
|
|
6203
6203
|
journalistSection: Ec,
|
|
6204
|
-
journalistInfo:
|
|
6205
|
-
journalistInfoLink:
|
|
6204
|
+
journalistInfo: kc,
|
|
6205
|
+
journalistInfoLink: Uc,
|
|
6206
6206
|
socialNetworkSection: Ic,
|
|
6207
6207
|
avatarStyled: Tc,
|
|
6208
6208
|
article: qc,
|
|
@@ -6367,7 +6367,7 @@ const At = (e) => {
|
|
|
6367
6367
|
url: (e) => `https://wa.me/?text=${encodeURIComponent(e)}`,
|
|
6368
6368
|
icon: {
|
|
6369
6369
|
outline: (e) => /* @__PURE__ */ a(Is, { className: e }),
|
|
6370
|
-
solid: (e) => /* @__PURE__ */ a(
|
|
6370
|
+
solid: (e) => /* @__PURE__ */ a(Us, { className: e })
|
|
6371
6371
|
}
|
|
6372
6372
|
},
|
|
6373
6373
|
Email: {
|
|
@@ -6395,7 +6395,7 @@ function $c({ noteShare: e }) {
|
|
|
6395
6395
|
if (!s) return null;
|
|
6396
6396
|
const o = e.variant === "outline" ? s.icon.outline : s.icon.solid, i = s.url(t);
|
|
6397
6397
|
return /* @__PURE__ */ a(
|
|
6398
|
-
|
|
6398
|
+
U,
|
|
6399
6399
|
{
|
|
6400
6400
|
href: i,
|
|
6401
6401
|
target: "_blank",
|
|
@@ -6439,7 +6439,7 @@ const Yc = "_content_r1co8_1", Kc = "_videoContent_r1co8_20", Jc = "_articleSect
|
|
|
6439
6439
|
iframeStyled: td,
|
|
6440
6440
|
contentFrame: nd
|
|
6441
6441
|
}, Q9 = (e) => {
|
|
6442
|
-
const t = () => e?.video.main.author ? `${e?.video.main.author} - ${
|
|
6442
|
+
const t = () => e?.video.main.author ? `${e?.video.main.author} - ${Ie(
|
|
6443
6443
|
e.video.info.date.created
|
|
6444
6444
|
)}` : e?.video.main.author;
|
|
6445
6445
|
return /* @__PURE__ */ a("div", { className: Be.content, children: /* @__PURE__ */ a(Mt, { children: /* @__PURE__ */ m("div", { className: Be.videoContent, children: [
|
|
@@ -6470,7 +6470,7 @@ const Yc = "_content_r1co8_1", Kc = "_videoContent_r1co8_20", Jc = "_articleSect
|
|
|
6470
6470
|
}
|
|
6471
6471
|
),
|
|
6472
6472
|
/* @__PURE__ */ m("div", { className: Be.articleSection, children: [
|
|
6473
|
-
/* @__PURE__ */ a("p", { className: Be.article, children:
|
|
6473
|
+
/* @__PURE__ */ a("p", { className: Be.article, children: Te(e.video.main.description) }),
|
|
6474
6474
|
/* @__PURE__ */ a("p", { className: Be.correspondent, children: t() })
|
|
6475
6475
|
] })
|
|
6476
6476
|
] }) }) });
|
|
@@ -6487,7 +6487,7 @@ const Yc = "_content_r1co8_1", Kc = "_videoContent_r1co8_20", Jc = "_articleSect
|
|
|
6487
6487
|
};
|
|
6488
6488
|
return (t > 1 || n && t < s) && /* @__PURE__ */ m("section", { className: xn.content, children: [
|
|
6489
6489
|
t > 1 && /* @__PURE__ */ a(
|
|
6490
|
-
|
|
6490
|
+
U,
|
|
6491
6491
|
{
|
|
6492
6492
|
className: xn.linkStyled,
|
|
6493
6493
|
href: r("prev", o || "", i || ""),
|
|
@@ -6495,7 +6495,7 @@ const Yc = "_content_r1co8_1", Kc = "_videoContent_r1co8_20", Jc = "_articleSect
|
|
|
6495
6495
|
}
|
|
6496
6496
|
),
|
|
6497
6497
|
n && t < s && /* @__PURE__ */ a(
|
|
6498
|
-
|
|
6498
|
+
U,
|
|
6499
6499
|
{
|
|
6500
6500
|
className: xn.linkStyled,
|
|
6501
6501
|
href: r("next", o || "", i || ""),
|
|
@@ -6548,7 +6548,7 @@ const Yc = "_content_r1co8_1", Kc = "_videoContent_r1co8_20", Jc = "_articleSect
|
|
|
6548
6548
|
},
|
|
6549
6549
|
children: [
|
|
6550
6550
|
/* @__PURE__ */ a(
|
|
6551
|
-
|
|
6551
|
+
U,
|
|
6552
6552
|
{
|
|
6553
6553
|
"aria-label": e.main?.title?.section,
|
|
6554
6554
|
className: It.image,
|
|
@@ -6556,7 +6556,7 @@ const Yc = "_content_r1co8_1", Kc = "_videoContent_r1co8_20", Jc = "_articleSect
|
|
|
6556
6556
|
href: s?.link?.url,
|
|
6557
6557
|
target: s?.link?.target,
|
|
6558
6558
|
children: /* @__PURE__ */ a(
|
|
6559
|
-
|
|
6559
|
+
Ce,
|
|
6560
6560
|
{
|
|
6561
6561
|
preview: o,
|
|
6562
6562
|
isVideo: r,
|
|
@@ -6583,7 +6583,7 @@ const Yc = "_content_r1co8_1", Kc = "_videoContent_r1co8_20", Jc = "_articleSect
|
|
|
6583
6583
|
]
|
|
6584
6584
|
}
|
|
6585
6585
|
);
|
|
6586
|
-
}, md = "
|
|
6586
|
+
}, md = "_content_14xk9_1", hd = "_boxInformation_14xk9_12", fd = "_titleGradient_14xk9_30", gd = "_sectionDescription_14xk9_58", pd = "_articule_14xk9_83", Ad = "_linkStyled_14xk9_116", st = {
|
|
6587
6587
|
content: md,
|
|
6588
6588
|
boxInformation: hd,
|
|
6589
6589
|
titleGradient: fd,
|
|
@@ -6600,12 +6600,12 @@ const Yc = "_content_r1co8_1", Kc = "_videoContent_r1co8_20", Jc = "_articleSect
|
|
|
6600
6600
|
} = e;
|
|
6601
6601
|
return /* @__PURE__ */ m("section", { className: st.content, children: [
|
|
6602
6602
|
/* @__PURE__ */ a(
|
|
6603
|
-
|
|
6603
|
+
U,
|
|
6604
6604
|
{
|
|
6605
6605
|
title: s?.title?.section,
|
|
6606
6606
|
href: n.link.url,
|
|
6607
6607
|
target: n.link.target,
|
|
6608
|
-
children: /* @__PURE__ */ a(
|
|
6608
|
+
children: /* @__PURE__ */ a(Ce, { preview: e.preview, isVideo: t })
|
|
6609
6609
|
}
|
|
6610
6610
|
),
|
|
6611
6611
|
/* @__PURE__ */ m(
|
|
@@ -6622,7 +6622,7 @@ const Yc = "_content_r1co8_1", Kc = "_videoContent_r1co8_20", Jc = "_articleSect
|
|
|
6622
6622
|
},
|
|
6623
6623
|
children: [
|
|
6624
6624
|
e?.info?.section && /* @__PURE__ */ a(
|
|
6625
|
-
|
|
6625
|
+
U,
|
|
6626
6626
|
{
|
|
6627
6627
|
className: [st.sectionDescription].join(" "),
|
|
6628
6628
|
href: e?.info?.section?.url,
|
|
@@ -6630,15 +6630,12 @@ const Yc = "_content_r1co8_1", Kc = "_videoContent_r1co8_20", Jc = "_articleSect
|
|
|
6630
6630
|
}
|
|
6631
6631
|
),
|
|
6632
6632
|
/* @__PURE__ */ a("h2", { className: st.articule, children: /* @__PURE__ */ a(
|
|
6633
|
-
|
|
6633
|
+
U,
|
|
6634
6634
|
{
|
|
6635
6635
|
className: st.linkStyled,
|
|
6636
6636
|
href: e?.info?.link?.url,
|
|
6637
6637
|
target: e?.info?.link?.target,
|
|
6638
|
-
children:
|
|
6639
|
-
e.main?.title?.section,
|
|
6640
|
-
o !== "default" ? 60 : 75
|
|
6641
|
-
)
|
|
6638
|
+
children: e.main?.title?.section
|
|
6642
6639
|
}
|
|
6643
6640
|
) })
|
|
6644
6641
|
]
|
|
@@ -6663,14 +6660,14 @@ const Yc = "_content_r1co8_1", Kc = "_videoContent_r1co8_20", Jc = "_articleSect
|
|
|
6663
6660
|
/* @__PURE__ */ a(t, {}),
|
|
6664
6661
|
/* @__PURE__ */ a("p", { className: ot.title, children: e.title }),
|
|
6665
6662
|
/* @__PURE__ */ a("p", { className: ot.description, children: e.description }),
|
|
6666
|
-
/* @__PURE__ */ a(
|
|
6663
|
+
/* @__PURE__ */ a(U, { className: ot.linkStyled, href: "/", children: e.buttonText ?? "Inicio" })
|
|
6667
6664
|
] })
|
|
6668
6665
|
] });
|
|
6669
|
-
}, xd = "_content_zxcog_1", Ed = "_contentLabel_zxcog_8",
|
|
6666
|
+
}, xd = "_content_zxcog_1", Ed = "_contentLabel_zxcog_8", kd = "_label_zxcog_13", Ud = "_required_zxcog_22", Id = "_input_zxcog_28", _t = {
|
|
6670
6667
|
content: xd,
|
|
6671
6668
|
contentLabel: Ed,
|
|
6672
|
-
label:
|
|
6673
|
-
required:
|
|
6669
|
+
label: kd,
|
|
6670
|
+
required: Ud,
|
|
6674
6671
|
input: Id
|
|
6675
6672
|
}, z9 = (e) => /* @__PURE__ */ m("div", { className: _t.content, children: [
|
|
6676
6673
|
/* @__PURE__ */ m("div", { className: _t.contentLabel, children: [
|
|
@@ -6715,7 +6712,7 @@ const Yc = "_content_r1co8_1", Kc = "_videoContent_r1co8_20", Jc = "_articleSect
|
|
|
6715
6712
|
}, Bs = (e) => {
|
|
6716
6713
|
let t = "";
|
|
6717
6714
|
return e.preview.description && (t = e.preview.description), e.preview.copyright && (t = `${t} ${e.preview.copyright}`), e.preview.photographer && (t = `${t} ${e.preview.photographer}`), /* @__PURE__ */ m("div", { className: dn.content, children: [
|
|
6718
|
-
/* @__PURE__ */ a(
|
|
6715
|
+
/* @__PURE__ */ a(Ce, { preview: e.preview, isLarge: !0, priorityHigh: !0 }),
|
|
6719
6716
|
t && /* @__PURE__ */ a("div", { className: dn.description, children: t })
|
|
6720
6717
|
] });
|
|
6721
6718
|
}, Yd = (e) => /* @__PURE__ */ a(j, { children: /* @__PURE__ */ m("div", { className: Fe.boxInformation, children: [
|
|
@@ -6723,7 +6720,7 @@ const Yc = "_content_r1co8_1", Kc = "_videoContent_r1co8_20", Jc = "_articleSect
|
|
|
6723
6720
|
/* @__PURE__ */ m("div", { className: Fe.textBox, children: [
|
|
6724
6721
|
/* @__PURE__ */ m("div", { className: Fe.contentBox, children: [
|
|
6725
6722
|
e?.info?.section && /* @__PURE__ */ a(
|
|
6726
|
-
|
|
6723
|
+
U,
|
|
6727
6724
|
{
|
|
6728
6725
|
className: Fe.sectionDescription,
|
|
6729
6726
|
href: e?.info?.section?.url,
|
|
@@ -6754,7 +6751,7 @@ const Yc = "_content_r1co8_1", Kc = "_videoContent_r1co8_20", Jc = "_articleSect
|
|
|
6754
6751
|
contentText: Zd,
|
|
6755
6752
|
dateLink: Xd
|
|
6756
6753
|
}, e1 = (e) => /* @__PURE__ */ a("section", { className: Vt.content, children: e.itemList[0]?.list.items.map((t, n) => /* @__PURE__ */ m("div", { className: Vt.contentLine, children: [
|
|
6757
|
-
/* @__PURE__ */ a(
|
|
6754
|
+
/* @__PURE__ */ a(U, { className: Vt.dateLink, href: `#item-${n + 1}`, children: Co(t.date) }),
|
|
6758
6755
|
/* @__PURE__ */ a("div", { className: Vt.contentText, children: (e.itemList[0]?.list.integrated, t.title) })
|
|
6759
6756
|
] }, n)) }), t1 = "_content_w8a84_1", n1 = "_contentInfo_w8a84_11", a1 = "_imageStyled_w8a84_19", s1 = "_contentIconStyled_w8a84_30", o1 = "_name_w8a84_56", i1 = "_email_w8a84_65", r1 = "_description_w8a84_81", l1 = "_contenSocialNetwork_w8a84_93", c1 = "_socialIcon_w8a84_103", we = {
|
|
6760
6757
|
content: t1,
|
|
@@ -6923,18 +6920,18 @@ const Yc = "_content_r1co8_1", Kc = "_videoContent_r1co8_20", Jc = "_articleSect
|
|
|
6923
6920
|
),
|
|
6924
6921
|
e.banner
|
|
6925
6922
|
] })
|
|
6926
|
-
] }), N1 = "_content_1jqwg_1", S1 = "_header_1jqwg_21", x1 = "_videos_1jqwg_46", E1 = "_videoContent_1jqwg_53",
|
|
6923
|
+
] }), N1 = "_content_1jqwg_1", S1 = "_header_1jqwg_21", x1 = "_videos_1jqwg_46", E1 = "_videoContent_1jqwg_53", k1 = "_articleSection_1jqwg_60", U1 = "_contentLayoutVideoSection_1jqwg_74", I1 = "_sectionVideoList_1jqwg_82", T1 = "_iframeStyled_1jqwg_155", q1 = "_contentFrame_1jqwg_164", B1 = "_relatedTitle_1jqwg_189", Ne = {
|
|
6927
6924
|
content: N1,
|
|
6928
6925
|
header: S1,
|
|
6929
6926
|
videos: x1,
|
|
6930
6927
|
videoContent: E1,
|
|
6931
|
-
articleSection:
|
|
6932
|
-
contentLayoutVideoSection:
|
|
6928
|
+
articleSection: k1,
|
|
6929
|
+
contentLayoutVideoSection: U1,
|
|
6933
6930
|
sectionVideoList: I1,
|
|
6934
6931
|
iframeStyled: T1,
|
|
6935
6932
|
contentFrame: q1,
|
|
6936
6933
|
relatedTitle: B1
|
|
6937
|
-
}, L1 = "_content_1dj0q_1", R1 = "_linkImage_1dj0q_12", D1 = "_playStyled_1dj0q_19",
|
|
6934
|
+
}, L1 = "_content_1dj0q_1", R1 = "_linkImage_1dj0q_12", D1 = "_playStyled_1dj0q_19", kn = {
|
|
6938
6935
|
content: L1,
|
|
6939
6936
|
linkImage: R1,
|
|
6940
6937
|
playStyled: D1
|
|
@@ -6945,28 +6942,28 @@ const Yc = "_content_r1co8_1", Kc = "_videoContent_r1co8_20", Jc = "_articleSect
|
|
|
6945
6942
|
...e.main,
|
|
6946
6943
|
title: {
|
|
6947
6944
|
...e.main.title,
|
|
6948
|
-
article:
|
|
6945
|
+
article: Te(e.main.title.article, 60)
|
|
6949
6946
|
}
|
|
6950
6947
|
}
|
|
6951
6948
|
};
|
|
6952
|
-
return e && e.info ? /* @__PURE__ */ m("section", { className:
|
|
6949
|
+
return e && e.info ? /* @__PURE__ */ m("section", { className: kn.content, children: [
|
|
6953
6950
|
/* @__PURE__ */ a(
|
|
6954
6951
|
"a",
|
|
6955
6952
|
{
|
|
6956
|
-
className:
|
|
6953
|
+
className: kn.linkImage,
|
|
6957
6954
|
target: e?.info?.link?.target,
|
|
6958
6955
|
title: e?.main?.title?.section,
|
|
6959
6956
|
href: e.info.link.url,
|
|
6960
6957
|
children: /* @__PURE__ */ m("div", { style: { position: "relative" }, children: [
|
|
6961
6958
|
/* @__PURE__ */ a("img", { src: await re(e.preview.sizes[0]?.url || "") }),
|
|
6962
|
-
/* @__PURE__ */ a(ut, { className:
|
|
6959
|
+
/* @__PURE__ */ a(ut, { className: kn.playStyled })
|
|
6963
6960
|
] })
|
|
6964
6961
|
}
|
|
6965
6962
|
),
|
|
6966
6963
|
/* @__PURE__ */ a("div", { children: /* @__PURE__ */ a(At, { ...t, paths: e.paths }) })
|
|
6967
6964
|
] }) : null;
|
|
6968
|
-
}, F9 = (e) => /* @__PURE__ */ a("div", { className:
|
|
6969
|
-
/* @__PURE__ */ m("a", { className:
|
|
6965
|
+
}, F9 = (e) => /* @__PURE__ */ a("div", { className: Ne.content, children: /* @__PURE__ */ m(Mt, { className: Ne.contentLayoutVideoSection, children: [
|
|
6966
|
+
/* @__PURE__ */ m("a", { className: Ne.header, href: "/", children: [
|
|
6970
6967
|
/* @__PURE__ */ a(
|
|
6971
6968
|
"svg",
|
|
6972
6969
|
{
|
|
@@ -6988,12 +6985,12 @@ const Yc = "_content_r1co8_1", Kc = "_videoContent_r1co8_20", Jc = "_articleSect
|
|
|
6988
6985
|
),
|
|
6989
6986
|
"VOLVER A VIDEOS"
|
|
6990
6987
|
] }),
|
|
6991
|
-
/* @__PURE__ */ m("div", { className:
|
|
6992
|
-
/* @__PURE__ */ m("div", { className:
|
|
6988
|
+
/* @__PURE__ */ m("div", { className: Ne.videos, children: [
|
|
6989
|
+
/* @__PURE__ */ m("div", { className: Ne.videoContent, style: e.mainVideoStyles, children: [
|
|
6993
6990
|
e.type === "vy" && /* @__PURE__ */ a(
|
|
6994
6991
|
"iframe",
|
|
6995
6992
|
{
|
|
6996
|
-
className:
|
|
6993
|
+
className: Ne.iframeStyled,
|
|
6997
6994
|
src: `https://www.youtube.com/embed/${e.video?.main?.code}`,
|
|
6998
6995
|
frameBorder: "0",
|
|
6999
6996
|
allowFullScreen: !0
|
|
@@ -7002,7 +6999,7 @@ const Yc = "_content_r1co8_1", Kc = "_videoContent_r1co8_20", Jc = "_articleSect
|
|
|
7002
6999
|
e.type === "vf" && /* @__PURE__ */ a(
|
|
7003
7000
|
"iframe",
|
|
7004
7001
|
{
|
|
7005
|
-
className:
|
|
7002
|
+
className: Ne.iframeStyled,
|
|
7006
7003
|
src: e.video?.main?.code,
|
|
7007
7004
|
frameBorder: "0",
|
|
7008
7005
|
allowFullScreen: !0
|
|
@@ -7011,11 +7008,11 @@ const Yc = "_content_r1co8_1", Kc = "_videoContent_r1co8_20", Jc = "_articleSect
|
|
|
7011
7008
|
e.type === "ve" && /* @__PURE__ */ a(
|
|
7012
7009
|
"div",
|
|
7013
7010
|
{
|
|
7014
|
-
className:
|
|
7011
|
+
className: Ne.contentFrame,
|
|
7015
7012
|
dangerouslySetInnerHTML: { __html: e.video?.main?.code }
|
|
7016
7013
|
}
|
|
7017
7014
|
),
|
|
7018
|
-
/* @__PURE__ */ a("div", { className:
|
|
7015
|
+
/* @__PURE__ */ a("div", { className: Ne.articleSection, children: /* @__PURE__ */ a(
|
|
7019
7016
|
At,
|
|
7020
7017
|
{
|
|
7021
7018
|
...Tt(
|
|
@@ -7030,7 +7027,7 @@ const Yc = "_content_r1co8_1", Kc = "_videoContent_r1co8_20", Jc = "_articleSect
|
|
|
7030
7027
|
/* @__PURE__ */ m(
|
|
7031
7028
|
"div",
|
|
7032
7029
|
{
|
|
7033
|
-
className:
|
|
7030
|
+
className: Ne.sectionVideoList,
|
|
7034
7031
|
style: e.listVideoStyles,
|
|
7035
7032
|
children: [
|
|
7036
7033
|
e.banner && /* @__PURE__ */ a(
|
|
@@ -7040,7 +7037,7 @@ const Yc = "_content_r1co8_1", Kc = "_videoContent_r1co8_20", Jc = "_articleSect
|
|
|
7040
7037
|
name: e.banner.bannerName
|
|
7041
7038
|
}
|
|
7042
7039
|
),
|
|
7043
|
-
e.relatedName && /* @__PURE__ */ a("h2", { className:
|
|
7040
|
+
e.relatedName && /* @__PURE__ */ a("h2", { className: Ne.relatedTitle, children: e.relatedName }),
|
|
7044
7041
|
Array.isArray(e.videoList) && e.videoList.map((t, n) => /* @__PURE__ */ ht(
|
|
7045
7042
|
M1,
|
|
7046
7043
|
{
|
|
@@ -7072,10 +7069,10 @@ const Yc = "_content_r1co8_1", Kc = "_videoContent_r1co8_20", Jc = "_articleSect
|
|
|
7072
7069
|
"data-after": `${s}`,
|
|
7073
7070
|
children: [
|
|
7074
7071
|
/* @__PURE__ */ a("hr", { className: Le.startLine }),
|
|
7075
|
-
e.titleUrl ? /* @__PURE__ */ a(
|
|
7072
|
+
e.titleUrl ? /* @__PURE__ */ a(U, { href: e.titleUrl, children: o }) : o,
|
|
7076
7073
|
/* @__PURE__ */ a("hr", { className: Le.line }),
|
|
7077
7074
|
e.titleUrl && /* @__PURE__ */ a(
|
|
7078
|
-
|
|
7075
|
+
U,
|
|
7079
7076
|
{
|
|
7080
7077
|
className: Le.readMore,
|
|
7081
7078
|
href: e.titleUrl?.toString() ?? ""
|
|
@@ -7161,7 +7158,7 @@ const Yc = "_content_r1co8_1", Kc = "_videoContent_r1co8_20", Jc = "_articleSect
|
|
|
7161
7158
|
/* @__PURE__ */ a("input", { type: "checkbox", id: "side-bar-state" }),
|
|
7162
7159
|
/* @__PURE__ */ m("section", { className: X.sidebarCustom, children: [
|
|
7163
7160
|
/* @__PURE__ */ a("div", { className: X.buttonContent, children: /* @__PURE__ */ a("label", { className: X.buttonStyled, htmlFor: "side-bar-state", children: /* @__PURE__ */ a(wt, { className: X.icon }) }) }),
|
|
7164
|
-
/* @__PURE__ */ a("div", { className: X.inputContent, children: /* @__PURE__ */ m(
|
|
7161
|
+
/* @__PURE__ */ a("div", { className: X.inputContent, children: /* @__PURE__ */ m(U, { href: "/buscar", className: X.inputStyled, children: [
|
|
7165
7162
|
/* @__PURE__ */ m("p", { className: X.buscar, children: [
|
|
7166
7163
|
o,
|
|
7167
7164
|
"..."
|
|
@@ -7196,7 +7193,7 @@ const Yc = "_content_r1co8_1", Kc = "_videoContent_r1co8_20", Jc = "_articleSect
|
|
|
7196
7193
|
htmlFor: "accordion_" + r,
|
|
7197
7194
|
children: [
|
|
7198
7195
|
i.link ? /* @__PURE__ */ a(
|
|
7199
|
-
|
|
7196
|
+
U,
|
|
7200
7197
|
{
|
|
7201
7198
|
className: `${X.linkStyledAccordion} ${X.linkStyled}`,
|
|
7202
7199
|
href: i.link ? i.link : void 0,
|
|
@@ -7215,7 +7212,7 @@ const Yc = "_content_r1co8_1", Kc = "_videoContent_r1co8_20", Jc = "_articleSect
|
|
|
7215
7212
|
]
|
|
7216
7213
|
}
|
|
7217
7214
|
) : /* @__PURE__ */ a(
|
|
7218
|
-
|
|
7215
|
+
U,
|
|
7219
7216
|
{
|
|
7220
7217
|
className: X.linkStyled,
|
|
7221
7218
|
href: i.link ? i.link : void 0,
|
|
@@ -7231,7 +7228,7 @@ const Yc = "_content_r1co8_1", Kc = "_videoContent_r1co8_20", Jc = "_articleSect
|
|
|
7231
7228
|
"--max-height": i.subitem.length * 45 + "px"
|
|
7232
7229
|
},
|
|
7233
7230
|
children: i.subitem.map((l, c) => /* @__PURE__ */ a(
|
|
7234
|
-
|
|
7231
|
+
U,
|
|
7235
7232
|
{
|
|
7236
7233
|
className: X.subLinkStyled,
|
|
7237
7234
|
href: l.link ? l.link : void 0,
|
|
@@ -7299,7 +7296,7 @@ const Yc = "_content_r1co8_1", Kc = "_videoContent_r1co8_20", Jc = "_articleSect
|
|
|
7299
7296
|
closeLiveStyled: fu
|
|
7300
7297
|
}, Ds = (e) => {
|
|
7301
7298
|
const { alertZone: t, id: n = "close-alert" } = e, s = () => /* @__PURE__ */ a(
|
|
7302
|
-
|
|
7299
|
+
U,
|
|
7303
7300
|
{
|
|
7304
7301
|
className: Nt.headLine,
|
|
7305
7302
|
href: t?.data[0]?.info.link.url,
|
|
@@ -7339,7 +7336,7 @@ const Yc = "_content_r1co8_1", Kc = "_videoContent_r1co8_20", Jc = "_articleSect
|
|
|
7339
7336
|
}
|
|
7340
7337
|
)
|
|
7341
7338
|
] });
|
|
7342
|
-
}, gu = "_content_18yq5_1", pu = "_linkStyled_18yq5_14", Au = "_linkSocialNetwork_18yq5_28", wu = "_title_18yq5_49", yu = "_tabs_18yq5_60", Cu = "_socialNetwork_18yq5_68", bu = "_icon_18yq5_78", _u = "_facebook_18yq5_84", vu = "_youtube_18yq5_88", Nu = "_x_18yq5_92", Su = "_instagram_18yq5_96", xu = "_gnews_18yq5_100", Eu = "_tiktok_18yq5_104",
|
|
7339
|
+
}, gu = "_content_18yq5_1", pu = "_linkStyled_18yq5_14", Au = "_linkSocialNetwork_18yq5_28", wu = "_title_18yq5_49", yu = "_tabs_18yq5_60", Cu = "_socialNetwork_18yq5_68", bu = "_icon_18yq5_78", _u = "_facebook_18yq5_84", vu = "_youtube_18yq5_88", Nu = "_x_18yq5_92", Su = "_instagram_18yq5_96", xu = "_gnews_18yq5_100", Eu = "_tiktok_18yq5_104", ku = "_whatsapp_18yq5_108", Re = {
|
|
7343
7340
|
content: gu,
|
|
7344
7341
|
linkStyled: pu,
|
|
7345
7342
|
linkSocialNetwork: Au,
|
|
@@ -7353,14 +7350,14 @@ const Yc = "_content_r1co8_1", Kc = "_videoContent_r1co8_20", Jc = "_articleSect
|
|
|
7353
7350
|
instagram: Su,
|
|
7354
7351
|
gnews: xu,
|
|
7355
7352
|
tiktok: Eu,
|
|
7356
|
-
whatsapp:
|
|
7357
|
-
},
|
|
7353
|
+
whatsapp: ku
|
|
7354
|
+
}, Uu = (e) => {
|
|
7358
7355
|
const { cintillo: t, tapeTitle: n, socials: s } = e, o = "", i = t?.findIndex((r) => r.link === o) ?? 0;
|
|
7359
7356
|
return (Array.isArray(t) || e.socialIcons) && /* @__PURE__ */ m("section", { className: Re.content, children: [
|
|
7360
7357
|
Array.isArray(t) && /* @__PURE__ */ m("div", { className: `${Re.tabs} header-page-tape-content`, children: [
|
|
7361
7358
|
n !== "" && /* @__PURE__ */ a("p", { className: Re.title, children: `${n}` }),
|
|
7362
7359
|
t && t[i] && /* @__PURE__ */ a(
|
|
7363
|
-
|
|
7360
|
+
U,
|
|
7364
7361
|
{
|
|
7365
7362
|
className: Re.linkStyled,
|
|
7366
7363
|
target: t[i]?.target,
|
|
@@ -7376,7 +7373,7 @@ const Yc = "_content_r1co8_1", Kc = "_videoContent_r1co8_20", Jc = "_articleSect
|
|
|
7376
7373
|
t && t.map((r, l) => {
|
|
7377
7374
|
if (l !== i)
|
|
7378
7375
|
return /* @__PURE__ */ a(
|
|
7379
|
-
|
|
7376
|
+
U,
|
|
7380
7377
|
{
|
|
7381
7378
|
className: Re.linkStyled,
|
|
7382
7379
|
href: r?.link,
|
|
@@ -7421,7 +7418,7 @@ const Yc = "_content_r1co8_1", Kc = "_videoContent_r1co8_20", Jc = "_articleSect
|
|
|
7421
7418
|
const { alertZone: t } = e;
|
|
7422
7419
|
return /* @__PURE__ */ m("header", { className: ye.headerStyled, children: [
|
|
7423
7420
|
e.socialIcons && /* @__PURE__ */ a(
|
|
7424
|
-
|
|
7421
|
+
Uu,
|
|
7425
7422
|
{
|
|
7426
7423
|
socialIcons: e.socialIcons,
|
|
7427
7424
|
cintillo: e.cintillo,
|
|
@@ -7451,7 +7448,7 @@ const Yc = "_content_r1co8_1", Kc = "_videoContent_r1co8_20", Jc = "_articleSect
|
|
|
7451
7448
|
}
|
|
7452
7449
|
),
|
|
7453
7450
|
/* @__PURE__ */ a("div", { className: ye.iconContent, children: /* @__PURE__ */ a(
|
|
7454
|
-
|
|
7451
|
+
U,
|
|
7455
7452
|
{
|
|
7456
7453
|
href: "/",
|
|
7457
7454
|
"aria-label": "Home",
|
|
@@ -7467,13 +7464,13 @@ const Yc = "_content_r1co8_1", Kc = "_videoContent_r1co8_20", Jc = "_articleSect
|
|
|
7467
7464
|
!e.showAlertPop && t?.data && /* @__PURE__ */ m("div", { className: ye.headLineContent, children: [
|
|
7468
7465
|
/* @__PURE__ */ a("div", { className: `${ye.headLineTitle} headLineTitle`, children: t.entity.description ? `${t.entity.description}` : "" }),
|
|
7469
7466
|
/* @__PURE__ */ a(
|
|
7470
|
-
|
|
7467
|
+
U,
|
|
7471
7468
|
{
|
|
7472
7469
|
className: ye.headLine,
|
|
7473
7470
|
href: t.data[0]?.info.link.url,
|
|
7474
7471
|
target: t.data[0]?.info.link.target,
|
|
7475
7472
|
title: t.data[0]?.main.title.home,
|
|
7476
|
-
children:
|
|
7473
|
+
children: Te(t.data[0]?.main.title.home ?? "", 120)
|
|
7477
7474
|
}
|
|
7478
7475
|
)
|
|
7479
7476
|
] }),
|
|
@@ -7488,7 +7485,7 @@ const Yc = "_content_r1co8_1", Kc = "_videoContent_r1co8_20", Jc = "_articleSect
|
|
|
7488
7485
|
].join(" "),
|
|
7489
7486
|
children: [
|
|
7490
7487
|
/* @__PURE__ */ a(
|
|
7491
|
-
|
|
7488
|
+
U,
|
|
7492
7489
|
{
|
|
7493
7490
|
href: e.searchLink ? e.searchLink : "/buscar",
|
|
7494
7491
|
"aria-label": e.searchKeyWord,
|
|
@@ -7522,7 +7519,7 @@ const Yc = "_content_r1co8_1", Kc = "_videoContent_r1co8_20", Jc = "_articleSect
|
|
|
7522
7519
|
const { items: t } = e;
|
|
7523
7520
|
return /* @__PURE__ */ a("ul", { className: De.ul, children: t.map((n, s) => /* @__PURE__ */ m("li", { className: `${De.liBefore} ${De.li}`, children: [
|
|
7524
7521
|
n.link ? /* @__PURE__ */ m(
|
|
7525
|
-
|
|
7522
|
+
U,
|
|
7526
7523
|
{
|
|
7527
7524
|
"aria-label": n.description,
|
|
7528
7525
|
className: De.linkStyled,
|
|
@@ -7538,7 +7535,7 @@ const Yc = "_content_r1co8_1", Kc = "_videoContent_r1co8_20", Jc = "_articleSect
|
|
|
7538
7535
|
Array.isArray(n.subitem) && /* @__PURE__ */ a(un, {})
|
|
7539
7536
|
] }),
|
|
7540
7537
|
Array.isArray(n.subitem) && /* @__PURE__ */ a("ul", { className: De.ulContent, children: /* @__PURE__ */ a("div", { className: De.contentModal, children: n.subitem.map((o, i) => /* @__PURE__ */ a("li", { className: De.li, children: /* @__PURE__ */ a(
|
|
7541
|
-
|
|
7538
|
+
U,
|
|
7542
7539
|
{
|
|
7543
7540
|
className: De.itemLink,
|
|
7544
7541
|
"aria-label": o.description,
|
|
@@ -7595,14 +7592,14 @@ const Yc = "_content_r1co8_1", Kc = "_videoContent_r1co8_20", Jc = "_articleSect
|
|
|
7595
7592
|
]
|
|
7596
7593
|
}
|
|
7597
7594
|
) }),
|
|
7598
|
-
/* @__PURE__ */ a("div", { className: ce.logoContent, children: /* @__PURE__ */ a(
|
|
7595
|
+
/* @__PURE__ */ a("div", { className: ce.logoContent, children: /* @__PURE__ */ a(U, { href: "/", "aria-label": "Home", className: "header-logo-link", children: pe.createElement(
|
|
7599
7596
|
"span",
|
|
7600
7597
|
{ className: `${ce.logoStyled}` },
|
|
7601
7598
|
e.icon
|
|
7602
7599
|
) }) }),
|
|
7603
7600
|
/* @__PURE__ */ m("div", { className: ce.buttonSection, children: [
|
|
7604
7601
|
/* @__PURE__ */ a(
|
|
7605
|
-
|
|
7602
|
+
U,
|
|
7606
7603
|
{
|
|
7607
7604
|
href: e.searchLink ? e.searchLink : "/buscar",
|
|
7608
7605
|
style: { display: "flex" },
|
|
@@ -7616,13 +7613,13 @@ const Yc = "_content_r1co8_1", Kc = "_videoContent_r1co8_20", Jc = "_articleSect
|
|
|
7616
7613
|
!e.showAlertPop && n?.data ? /* @__PURE__ */ m("div", { className: ce.headLineContent, children: [
|
|
7617
7614
|
/* @__PURE__ */ a("p", { className: `${ce.headLineTitle} headLineTitle`, children: n.entity.description ? `${n.entity.description}` : "" }),
|
|
7618
7615
|
/* @__PURE__ */ a(
|
|
7619
|
-
|
|
7616
|
+
U,
|
|
7620
7617
|
{
|
|
7621
7618
|
className: ce.headLine,
|
|
7622
7619
|
href: n.data[0]?.info.link.url,
|
|
7623
7620
|
target: n.data[0]?.info.link.target,
|
|
7624
7621
|
title: n.data[0]?.main.title.home,
|
|
7625
|
-
children:
|
|
7622
|
+
children: Te(n.data[0]?.main.title.home ?? "", 120)
|
|
7626
7623
|
}
|
|
7627
7624
|
)
|
|
7628
7625
|
] }) : /* @__PURE__ */ a("div", { className: ce.line }),
|
|
@@ -7639,7 +7636,7 @@ const Yc = "_content_r1co8_1", Kc = "_videoContent_r1co8_20", Jc = "_articleSect
|
|
|
7639
7636
|
)
|
|
7640
7637
|
}
|
|
7641
7638
|
);
|
|
7642
|
-
}, mm = "_childrenContent_wqlb4_1", hm = "_childrenContentAux_wqlb4_12", fm = "_op2_wqlb4_25",
|
|
7639
|
+
}, mm = "_childrenContent_wqlb4_1", hm = "_childrenContentAux_wqlb4_12", fm = "_op2_wqlb4_25", Un = {
|
|
7643
7640
|
childrenContent: mm,
|
|
7644
7641
|
childrenContentAux: hm,
|
|
7645
7642
|
op2: fm
|
|
@@ -7652,9 +7649,9 @@ const Yc = "_content_r1co8_1", Kc = "_videoContent_r1co8_20", Jc = "_articleSect
|
|
|
7652
7649
|
"div",
|
|
7653
7650
|
{
|
|
7654
7651
|
className: [
|
|
7655
|
-
|
|
7656
|
-
e.showAlertPop ?
|
|
7657
|
-
t?.data ?
|
|
7652
|
+
Un.childrenContent,
|
|
7653
|
+
e.showAlertPop ? Un.op2 : "",
|
|
7654
|
+
t?.data ? Un.childrenContentAux : ""
|
|
7658
7655
|
].join(" "),
|
|
7659
7656
|
style: e.showOnlyStickyHeader ? {
|
|
7660
7657
|
"--hasAlertMargin": "3.6rem !important"
|
|
@@ -7692,8 +7689,8 @@ const Yc = "_content_r1co8_1", Kc = "_videoContent_r1co8_20", Jc = "_articleSect
|
|
|
7692
7689
|
tagStyled: ym
|
|
7693
7690
|
}, Cm = (e) => /* @__PURE__ */ a("section", { className: it.content, children: Array.isArray(e.tags) && /* @__PURE__ */ m("div", { className: it.tags, children: [
|
|
7694
7691
|
/* @__PURE__ */ a("p", { className: it.tagStyled, children: e.title ? e.title : "Tags:" }),
|
|
7695
|
-
e.tags.map((t, n) => t.approved ? /* @__PURE__ */ a(
|
|
7696
|
-
] }) }), bm = "_contentBox_1rkkg_1", _m = "_content_1rkkg_1", vm = "_imageStyled_1rkkg_16", Nm = "_contentIconStyled_1rkkg_23", Sm = "_avatarContent_1rkkg_43", xm = "_journalistSection_1rkkg_50", Em = "_journalistInfo_1rkkg_56",
|
|
7692
|
+
e.tags.map((t, n) => t.approved ? /* @__PURE__ */ a(U, { href: ns(t, e.paths), children: /* @__PURE__ */ a("div", { className: `${it.chipStyled} ${it.tagLink}`, children: t.name }) }, n) : /* @__PURE__ */ a("div", { className: it.chipStyled, children: t.name }, n))
|
|
7693
|
+
] }) }), bm = "_contentBox_1rkkg_1", _m = "_content_1rkkg_1", vm = "_imageStyled_1rkkg_16", Nm = "_contentIconStyled_1rkkg_23", Sm = "_avatarContent_1rkkg_43", xm = "_journalistSection_1rkkg_50", Em = "_journalistInfo_1rkkg_56", km = "_socialNetworkSection_1rkkg_70", Um = "_article_1rkkg_83", ke = {
|
|
7697
7694
|
contentBox: bm,
|
|
7698
7695
|
content: _m,
|
|
7699
7696
|
imageStyled: vm,
|
|
@@ -7701,14 +7698,14 @@ const Yc = "_content_r1co8_1", Kc = "_videoContent_r1co8_20", Jc = "_articleSect
|
|
|
7701
7698
|
avatarContent: Sm,
|
|
7702
7699
|
journalistSection: xm,
|
|
7703
7700
|
journalistInfo: Em,
|
|
7704
|
-
socialNetworkSection:
|
|
7705
|
-
article:
|
|
7701
|
+
socialNetworkSection: km,
|
|
7702
|
+
article: Um
|
|
7706
7703
|
}, Im = async (e) => {
|
|
7707
7704
|
const { autor: t } = e;
|
|
7708
7705
|
return t.addtional.USER_SHOWBIO && /* @__PURE__ */ a("section", { className: ke.contentBox, children: /* @__PURE__ */ m("div", { className: ke.content, children: [
|
|
7709
7706
|
/* @__PURE__ */ m("div", { className: ke.avatarContent, children: [
|
|
7710
7707
|
/* @__PURE__ */ a(
|
|
7711
|
-
|
|
7708
|
+
U,
|
|
7712
7709
|
{
|
|
7713
7710
|
className: ke.journalistInfo,
|
|
7714
7711
|
href: `/${e.paths.autor}/${t.info.name}`,
|
|
@@ -7725,7 +7722,7 @@ const Yc = "_content_r1co8_1", Kc = "_videoContent_r1co8_20", Jc = "_articleSect
|
|
|
7725
7722
|
}
|
|
7726
7723
|
),
|
|
7727
7724
|
/* @__PURE__ */ m("section", { className: ke.journalistSection, children: [
|
|
7728
|
-
/* @__PURE__ */ a("h3", { className: ke.journalistInfo, children: /* @__PURE__ */ a(
|
|
7725
|
+
/* @__PURE__ */ a("h3", { className: ke.journalistInfo, children: /* @__PURE__ */ a(U, { href: `/${e.paths.autor}/${t.info.name}`, children: t.info.fullname }) }),
|
|
7729
7726
|
/* @__PURE__ */ m("section", { className: ke.socialNetworkSection, children: [
|
|
7730
7727
|
t.addtional.USER_USERFB && /* @__PURE__ */ a(
|
|
7731
7728
|
"a",
|
|
@@ -7954,17 +7951,17 @@ const Yc = "_content_r1co8_1", Kc = "_videoContent_r1co8_20", Jc = "_articleSect
|
|
|
7954
7951
|
}, mt = (e) => {
|
|
7955
7952
|
const t = () => {
|
|
7956
7953
|
if (e?.config?.showtime && e.config?.showauthor)
|
|
7957
|
-
return `${e?.authors[0]?.fullname} - ${
|
|
7954
|
+
return `${e?.authors[0]?.fullname} - ${Ie(
|
|
7958
7955
|
e.info?.date?.modified
|
|
7959
7956
|
)}`;
|
|
7960
7957
|
if (e.config?.showauthor)
|
|
7961
7958
|
return e?.authors[0]?.fullname;
|
|
7962
7959
|
if (e?.config?.showtime)
|
|
7963
|
-
return
|
|
7960
|
+
return Ie(e.info?.date?.modified);
|
|
7964
7961
|
};
|
|
7965
7962
|
return /* @__PURE__ */ m("section", { className: `${Me.content} destacado-super-content`, children: [
|
|
7966
7963
|
/* @__PURE__ */ a(
|
|
7967
|
-
|
|
7964
|
+
U,
|
|
7968
7965
|
{
|
|
7969
7966
|
href: e?.info?.link?.url,
|
|
7970
7967
|
target: e?.info?.link?.target,
|
|
@@ -7975,7 +7972,7 @@ const Yc = "_content_r1co8_1", Kc = "_videoContent_r1co8_20", Jc = "_articleSect
|
|
|
7975
7972
|
"--lineHeightImageNewsTitleMobile": e.isVertical ? "26px" : "36px"
|
|
7976
7973
|
},
|
|
7977
7974
|
children: /* @__PURE__ */ a(
|
|
7978
|
-
|
|
7975
|
+
Ce,
|
|
7979
7976
|
{
|
|
7980
7977
|
preview: e.preview,
|
|
7981
7978
|
isLarge: !0,
|
|
@@ -7993,7 +7990,7 @@ const Yc = "_content_r1co8_1", Kc = "_videoContent_r1co8_20", Jc = "_articleSect
|
|
|
7993
7990
|
"--widthTextContent": e.textPosition === "start" ? "100%" : "80%"
|
|
7994
7991
|
},
|
|
7995
7992
|
children: [
|
|
7996
|
-
/* @__PURE__ */ a(
|
|
7993
|
+
/* @__PURE__ */ a(U, { className: Me.tagmx, href: e?.info?.section?.url, children: e?.info?.section?.name }),
|
|
7997
7994
|
/* @__PURE__ */ m(
|
|
7998
7995
|
"div",
|
|
7999
7996
|
{
|
|
@@ -8001,9 +7998,9 @@ const Yc = "_content_r1co8_1", Kc = "_videoContent_r1co8_20", Jc = "_articleSect
|
|
|
8001
7998
|
position: "relative"
|
|
8002
7999
|
},
|
|
8003
8000
|
children: [
|
|
8004
|
-
/* @__PURE__ */ a(
|
|
8001
|
+
/* @__PURE__ */ a(U, { className: Me.tag, href: e?.info?.section?.url, children: e?.info?.section?.name }),
|
|
8005
8002
|
/* @__PURE__ */ a(
|
|
8006
|
-
|
|
8003
|
+
U,
|
|
8007
8004
|
{
|
|
8008
8005
|
className: Me.linkTitle,
|
|
8009
8006
|
href: e?.info?.link?.url,
|
|
@@ -8033,7 +8030,7 @@ const Yc = "_content_r1co8_1", Kc = "_videoContent_r1co8_20", Jc = "_articleSect
|
|
|
8033
8030
|
}
|
|
8034
8031
|
),
|
|
8035
8032
|
e?.config?.showtime && e.config?.showauthor && /* @__PURE__ */ a(j, { children: e.authors[0]?.internaluser ? /* @__PURE__ */ a(
|
|
8036
|
-
|
|
8033
|
+
U,
|
|
8037
8034
|
{
|
|
8038
8035
|
href: `/${e.paths?.autor ?? "autor"}/${e?.authors[0]?.name}`,
|
|
8039
8036
|
className: Me.correspondent,
|
|
@@ -8187,7 +8184,7 @@ const Yc = "_content_r1co8_1", Kc = "_videoContent_r1co8_20", Jc = "_articleSect
|
|
|
8187
8184
|
linkStyled: oh
|
|
8188
8185
|
}, Ms = (e) => /* @__PURE__ */ m("div", { className: St.content, children: [
|
|
8189
8186
|
e?.mainNew?.info.section && /* @__PURE__ */ a(
|
|
8190
|
-
|
|
8187
|
+
U,
|
|
8191
8188
|
{
|
|
8192
8189
|
className: St.sectionDescription,
|
|
8193
8190
|
href: e?.mainNew?.info?.section?.url,
|
|
@@ -8195,7 +8192,7 @@ const Yc = "_content_r1co8_1", Kc = "_videoContent_r1co8_20", Jc = "_articleSect
|
|
|
8195
8192
|
}
|
|
8196
8193
|
),
|
|
8197
8194
|
/* @__PURE__ */ a(
|
|
8198
|
-
|
|
8195
|
+
U,
|
|
8199
8196
|
{
|
|
8200
8197
|
className: St.title,
|
|
8201
8198
|
href: e?.mainNew?.info?.link?.url,
|
|
@@ -8204,7 +8201,7 @@ const Yc = "_content_r1co8_1", Kc = "_videoContent_r1co8_20", Jc = "_articleSect
|
|
|
8204
8201
|
}
|
|
8205
8202
|
),
|
|
8206
8203
|
e?.mainNew?.main?.subtitle?.rendered && /* @__PURE__ */ a("p", { className: St.subtitle, children: e?.mainNew?.main?.subtitle?.striped }),
|
|
8207
|
-
e.goTo && /* @__PURE__ */ a(
|
|
8204
|
+
e.goTo && /* @__PURE__ */ a(U, { href: e.goTo.url, className: St.linkStyled, children: e.goTo.description })
|
|
8208
8205
|
] }), ih = "_headerSection_drjnj_1", rh = "_headerSectionLink_drjnj_12", lh = "_newsContent_drjnj_17", Tn = {
|
|
8209
8206
|
headerSection: ih,
|
|
8210
8207
|
headerSectionLink: rh,
|
|
@@ -8226,12 +8223,12 @@ const Yc = "_content_r1co8_1", Kc = "_videoContent_r1co8_20", Jc = "_articleSect
|
|
|
8226
8223
|
/* @__PURE__ */ m("div", { className: Tn.headerSection, children: [
|
|
8227
8224
|
/* @__PURE__ */ a(Ms, { mainNew: i, goTo: e.goTo }),
|
|
8228
8225
|
/* @__PURE__ */ a(
|
|
8229
|
-
|
|
8226
|
+
U,
|
|
8230
8227
|
{
|
|
8231
8228
|
className: Tn.headerSectionLink,
|
|
8232
8229
|
href: i?.info?.link?.url,
|
|
8233
8230
|
target: i?.info?.link?.target,
|
|
8234
|
-
children: /* @__PURE__ */ a(
|
|
8231
|
+
children: /* @__PURE__ */ a(Ce, { preview: i.preview })
|
|
8235
8232
|
}
|
|
8236
8233
|
)
|
|
8237
8234
|
] }),
|
|
@@ -8270,7 +8267,7 @@ const Yc = "_content_r1co8_1", Kc = "_videoContent_r1co8_20", Jc = "_articleSect
|
|
|
8270
8267
|
comment: Ah,
|
|
8271
8268
|
title: wh
|
|
8272
8269
|
}, an = async (e) => {
|
|
8273
|
-
const { data: t, autorIcon: n } = e, s = n, o = () => t?.config?.showtime ? `${
|
|
8270
|
+
const { data: t, autorIcon: n } = e, s = n, o = () => t?.config?.showtime ? `${Ie(t.info?.date?.modified)}` : "", i = /* @__PURE__ */ m("div", { className: Pe.autorContent, children: [
|
|
8274
8271
|
Array.isArray(t?.authors) && Array.isArray(t?.authors[0]?.image?.sizes) && t?.authors[0]?.image?.sizes?.length > 0 ? /* @__PURE__ */ a(
|
|
8275
8272
|
"img",
|
|
8276
8273
|
{
|
|
@@ -8281,12 +8278,12 @@ const Yc = "_content_r1co8_1", Kc = "_videoContent_r1co8_20", Jc = "_articleSect
|
|
|
8281
8278
|
alt: t?.authors[0]?.fullname
|
|
8282
8279
|
}
|
|
8283
8280
|
) : /* @__PURE__ */ a("div", { className: Pe.contentIcon, children: /* @__PURE__ */ a(s, {}) }),
|
|
8284
|
-
/* @__PURE__ */ a("p", { className: Pe.autorName, children:
|
|
8281
|
+
/* @__PURE__ */ a("p", { className: Pe.autorName, children: Te(t?.authors[0]?.fullname ?? "Redacción", 18) }),
|
|
8285
8282
|
/* @__PURE__ */ a("p", { className: Pe.time, children: o() })
|
|
8286
8283
|
] });
|
|
8287
8284
|
return /* @__PURE__ */ m("div", { className: Pe.content, children: [
|
|
8288
8285
|
t?.authors[0]?.internaluser ? /* @__PURE__ */ a(
|
|
8289
|
-
|
|
8286
|
+
U,
|
|
8290
8287
|
{
|
|
8291
8288
|
href: t.authors[0]?.internaluser ? `/${e.paths.autor}/${t?.authors[0]?.name}` : "#",
|
|
8292
8289
|
children: i
|
|
@@ -8294,7 +8291,7 @@ const Yc = "_content_r1co8_1", Kc = "_videoContent_r1co8_20", Jc = "_articleSect
|
|
|
8294
8291
|
) : i,
|
|
8295
8292
|
/* @__PURE__ */ m("div", { className: Pe.boxInformationContent, children: [
|
|
8296
8293
|
/* @__PURE__ */ a(
|
|
8297
|
-
|
|
8294
|
+
U,
|
|
8298
8295
|
{
|
|
8299
8296
|
className: Pe.title,
|
|
8300
8297
|
href: t?.info?.link?.url,
|
|
@@ -8302,7 +8299,7 @@ const Yc = "_content_r1co8_1", Kc = "_videoContent_r1co8_20", Jc = "_articleSect
|
|
|
8302
8299
|
children: t?.main?.title?.home
|
|
8303
8300
|
}
|
|
8304
8301
|
),
|
|
8305
|
-
/* @__PURE__ */ a("p", { className: Pe.comment, children:
|
|
8302
|
+
/* @__PURE__ */ a("p", { className: Pe.comment, children: Te(t?.main?.subtitle?.striped || "") })
|
|
8306
8303
|
] })
|
|
8307
8304
|
] });
|
|
8308
8305
|
}, yh = "_content_1d7mg_1", Ch = "_boxPosition_1d7mg_8", bh = "_contentFlex_1d7mg_21", _h = "_bannerContent_1d7mg_29", vh = "_bannerContentAux_1d7mg_40", rt = {
|
|
@@ -8394,10 +8391,10 @@ const $9 = (e) => {
|
|
|
8394
8391
|
}
|
|
8395
8392
|
)
|
|
8396
8393
|
] });
|
|
8397
|
-
}, Eh = "_content_1nd2h_1",
|
|
8394
|
+
}, Eh = "_content_1nd2h_1", kh = "_newsContent_1nd2h_8", Uh = "_boxPosition_1nd2h_17", Ih = "_bannerContent_1nd2h_23", Th = "_bannerContentAux_1nd2h_33", lt = {
|
|
8398
8395
|
content: Eh,
|
|
8399
|
-
newsContent:
|
|
8400
|
-
boxPosition:
|
|
8396
|
+
newsContent: kh,
|
|
8397
|
+
boxPosition: Uh,
|
|
8401
8398
|
bannerContent: Ih,
|
|
8402
8399
|
bannerContentAux: Th
|
|
8403
8400
|
}, K9 = (e) => {
|
|
@@ -8584,14 +8581,14 @@ const $9 = (e) => {
|
|
|
8584
8581
|
/* @__PURE__ */ m("div", { className: Bn.headerSection, children: [
|
|
8585
8582
|
/* @__PURE__ */ a(Ms, { goTo: e.goTo, mainNew: Tt(o) }),
|
|
8586
8583
|
/* @__PURE__ */ a(
|
|
8587
|
-
|
|
8584
|
+
U,
|
|
8588
8585
|
{
|
|
8589
8586
|
className: Bn.headerSectionLink,
|
|
8590
8587
|
href: o?.info?.link.url,
|
|
8591
8588
|
target: o?.info?.link.target,
|
|
8592
8589
|
"aria-label": "Video",
|
|
8593
8590
|
children: /* @__PURE__ */ a(
|
|
8594
|
-
|
|
8591
|
+
Ce,
|
|
8595
8592
|
{
|
|
8596
8593
|
preview: {
|
|
8597
8594
|
sizes: o?.main?.image.sizes,
|
|
@@ -8629,7 +8626,7 @@ const $9 = (e) => {
|
|
|
8629
8626
|
})
|
|
8630
8627
|
] })
|
|
8631
8628
|
] });
|
|
8632
|
-
}, $h = "
|
|
8629
|
+
}, $h = "_content_1qdkl_1", Yh = "_linkImage_1qdkl_30", Kh = "_sectionDescription_1qdkl_42", Jh = "_dateText_1qdkl_62", Zh = "_textContent_1qdkl_73", xt = {
|
|
8633
8630
|
content: $h,
|
|
8634
8631
|
linkImage: Yh,
|
|
8635
8632
|
sectionDescription: Kh,
|
|
@@ -8646,29 +8643,26 @@ const $9 = (e) => {
|
|
|
8646
8643
|
},
|
|
8647
8644
|
children: [
|
|
8648
8645
|
/* @__PURE__ */ a(
|
|
8649
|
-
|
|
8646
|
+
U,
|
|
8650
8647
|
{
|
|
8651
8648
|
className: xt.linkImage,
|
|
8652
8649
|
target: e?.info?.link?.target,
|
|
8653
8650
|
title: e.main?.title?.section,
|
|
8654
8651
|
href: t ? e.info.link.url : e?.info?.section?.url,
|
|
8655
|
-
children: /* @__PURE__ */ a(
|
|
8652
|
+
children: /* @__PURE__ */ a(Ce, { preview: e.preview })
|
|
8656
8653
|
}
|
|
8657
8654
|
),
|
|
8658
8655
|
/* @__PURE__ */ m("div", { className: xt.textContent, children: [
|
|
8659
8656
|
/* @__PURE__ */ a(
|
|
8660
|
-
|
|
8657
|
+
U,
|
|
8661
8658
|
{
|
|
8662
8659
|
className: xt.sectionDescription,
|
|
8663
8660
|
target: e?.info?.link?.target,
|
|
8664
8661
|
href: t ? e.info.link.url : e?.info?.section?.url,
|
|
8665
|
-
children:
|
|
8666
|
-
(t ? e?.main?.title?.section : e?.info?.section?.name) ?? "",
|
|
8667
|
-
45
|
|
8668
|
-
)
|
|
8662
|
+
children: (t ? e?.main?.title?.section : e?.info?.section?.name) ?? ""
|
|
8669
8663
|
}
|
|
8670
8664
|
),
|
|
8671
|
-
/* @__PURE__ */ a("p", { className: xt.dateText, children:
|
|
8665
|
+
/* @__PURE__ */ a("p", { className: xt.dateText, children: Ie(e?.info?.date?.modified) })
|
|
8672
8666
|
] })
|
|
8673
8667
|
]
|
|
8674
8668
|
}
|
|
@@ -8777,19 +8771,19 @@ const $9 = (e) => {
|
|
|
8777
8771
|
) : /* @__PURE__ */ a("div", { className: $e.contentIcon, children: e.autorIcon }),
|
|
8778
8772
|
/* @__PURE__ */ m("div", { className: $e.boxInformation, children: [
|
|
8779
8773
|
/* @__PURE__ */ a("p", { className: $e.authorName, children: t?.authors[0]?.internaluser ? /* @__PURE__ */ a(
|
|
8780
|
-
|
|
8774
|
+
U,
|
|
8781
8775
|
{
|
|
8782
8776
|
href: t.authors[0]?.internaluser ? `/${e.paths.autor}/${t?.authors[0]?.name}` : "#",
|
|
8783
8777
|
children: t?.authors[0]?.fullname ?? "Redacción"
|
|
8784
8778
|
}
|
|
8785
8779
|
) : t?.authors[0]?.fullname ?? "Redacción" }),
|
|
8786
8780
|
/* @__PURE__ */ a("p", { className: $e.title, children: /* @__PURE__ */ a(
|
|
8787
|
-
|
|
8781
|
+
U,
|
|
8788
8782
|
{
|
|
8789
8783
|
className: $e.linkStyled,
|
|
8790
8784
|
href: t?.info?.link?.url,
|
|
8791
8785
|
target: t?.info?.link?.target,
|
|
8792
|
-
children:
|
|
8786
|
+
children: Te(t?.main?.title?.home, 40)
|
|
8793
8787
|
}
|
|
8794
8788
|
) }),
|
|
8795
8789
|
/* @__PURE__ */ a("p", { className: $e.comment, children: t?.main?.subtitle?.striped })
|
|
@@ -9050,9 +9044,9 @@ const $9 = (e) => {
|
|
|
9050
9044
|
className: `content-layout-2 ${x2.content} ${t}`,
|
|
9051
9045
|
children: e
|
|
9052
9046
|
}
|
|
9053
|
-
),
|
|
9054
|
-
container:
|
|
9055
|
-
note:
|
|
9047
|
+
), k2 = "_container_1insg_1", U2 = "_note_1insg_10", I2 = "_commercial_1insg_50", T2 = "_commercialContent_1insg_67", q2 = "_complement_1insg_83", Et = {
|
|
9048
|
+
container: k2,
|
|
9049
|
+
note: U2,
|
|
9056
9050
|
commercial: I2,
|
|
9057
9051
|
commercialContent: T2,
|
|
9058
9052
|
complement: q2
|
|
@@ -9234,7 +9228,7 @@ const K2 = async ({
|
|
|
9234
9228
|
)
|
|
9235
9229
|
] }),
|
|
9236
9230
|
/* @__PURE__ */ a("p", { className: Oe.contentTitle, children: e[0]?.list.integrated ? i.title : `${i.index}. ${i.title}` }),
|
|
9237
|
-
i.image && /* @__PURE__ */ a(
|
|
9231
|
+
i.image && /* @__PURE__ */ a(Ce, { preview: i.image, isLarge: !0 }),
|
|
9238
9232
|
/* @__PURE__ */ a(
|
|
9239
9233
|
"div",
|
|
9240
9234
|
{
|
|
@@ -9275,7 +9269,7 @@ const K2 = async ({
|
|
|
9275
9269
|
Telegram: "telegram"
|
|
9276
9270
|
};
|
|
9277
9271
|
function Z2({ url: e }) {
|
|
9278
|
-
return e && e !== "" && /* @__PURE__ */ m(
|
|
9272
|
+
return e && e !== "" && /* @__PURE__ */ m(U, { href: e, className: ee.googleProfileButton, children: [
|
|
9279
9273
|
/* @__PURE__ */ a(
|
|
9280
9274
|
"svg",
|
|
9281
9275
|
{
|
|
@@ -9413,7 +9407,7 @@ const X2 = () => /* @__PURE__ */ m("svg", { xmlns: "http://www.w3.org/2000/svg",
|
|
|
9413
9407
|
internal: t
|
|
9414
9408
|
}) => {
|
|
9415
9409
|
if (!t) return;
|
|
9416
|
-
const n = new
|
|
9410
|
+
const n = new Se(), s = e.preview.sizes, i = (await n.getNewsMultimedia({
|
|
9417
9411
|
path: t,
|
|
9418
9412
|
imagesizes: s ? s[0]?.scale : "w:801,h:449,t:2;"
|
|
9419
9413
|
}))?.data.data[0]?.gallery ?? [];
|
|
@@ -9426,7 +9420,7 @@ const X2 = () => /* @__PURE__ */ m("svg", { xmlns: "http://www.w3.org/2000/svg",
|
|
|
9426
9420
|
visibleItems: 1,
|
|
9427
9421
|
pagination: !0,
|
|
9428
9422
|
cardGap: 0,
|
|
9429
|
-
children: i && i.map((r, l) => /* @__PURE__ */ a(
|
|
9423
|
+
children: i && i.map((r, l) => /* @__PURE__ */ a(Ce, { preview: r, priorityHigh: !0 }, l))
|
|
9430
9424
|
}
|
|
9431
9425
|
),
|
|
9432
9426
|
/* @__PURE__ */ a("div", { className: dn.description, children: i && i[0]?.description })
|
|
@@ -9592,15 +9586,15 @@ const d0 = (e) => /* @__PURE__ */ a(
|
|
|
9592
9586
|
let i = e;
|
|
9593
9587
|
for (const r of o) {
|
|
9594
9588
|
const l = r[0], c = r[1] ?? "", u = n.find(
|
|
9595
|
-
(
|
|
9589
|
+
(k) => c.includes(k?.[0]?.info.link.internal || "")
|
|
9596
9590
|
);
|
|
9597
9591
|
if (!u || !u[0]) continue;
|
|
9598
9592
|
const d = u[0].preview?.sizes?.[0], h = d ? await re(d.url) : "", f = u[0].info.section?.url ?? "#", w = u[0].info.section?.name ?? "Sección", g = u[0].info.link?.url ?? "#", p = u[0].main?.title.article ?? "Título", y = (await Promise.all(
|
|
9599
|
-
u[0].preview?.sizes?.map(async (
|
|
9600
|
-
const N = await re(
|
|
9601
|
-
return
|
|
9593
|
+
u[0].preview?.sizes?.map(async (k) => {
|
|
9594
|
+
const N = await re(k.url);
|
|
9595
|
+
return k.width < 200 ? `<source srcset="${N}" media="(width < 750px)"/>` : `<source srcset="${N}" media="(width >= 750px)"/>`;
|
|
9602
9596
|
})
|
|
9603
|
-
)).reduce((
|
|
9597
|
+
)).reduce((k, N) => k += N, ""), C = `
|
|
9604
9598
|
<span data-src="${c}">
|
|
9605
9599
|
<picture style='display: flex'>
|
|
9606
9600
|
${y}
|
|
@@ -9713,7 +9707,7 @@ const w0 = "_content_cu8lm_1", y0 = "_title_cu8lm_18", Ga = {
|
|
|
9713
9707
|
internal: t
|
|
9714
9708
|
}) => {
|
|
9715
9709
|
if (!t) return;
|
|
9716
|
-
const s = await new
|
|
9710
|
+
const s = await new Se().getNewsMultimedia({
|
|
9717
9711
|
path: t,
|
|
9718
9712
|
imagesizes: e.preview.sizes[0]?.scale
|
|
9719
9713
|
});
|
|
@@ -9733,7 +9727,7 @@ const w0 = "_content_cu8lm_1", y0 = "_title_cu8lm_18", Ga = {
|
|
|
9733
9727
|
internal: t
|
|
9734
9728
|
}) => {
|
|
9735
9729
|
if (!t) return;
|
|
9736
|
-
const s = await new
|
|
9730
|
+
const s = await new Se().getNewsMultimedia({
|
|
9737
9731
|
path: t,
|
|
9738
9732
|
imagesizes: e.preview.sizes[0]?.scale
|
|
9739
9733
|
});
|
|
@@ -9760,7 +9754,7 @@ const w0 = "_content_cu8lm_1", y0 = "_title_cu8lm_18", Ga = {
|
|
|
9760
9754
|
internal: t
|
|
9761
9755
|
}) => {
|
|
9762
9756
|
if (!t) return;
|
|
9763
|
-
const s = await new
|
|
9757
|
+
const s = await new Se().getNews({
|
|
9764
9758
|
path: t,
|
|
9765
9759
|
imagesizes: e.preview.sizes[0]?.scale
|
|
9766
9760
|
});
|
|
@@ -9775,7 +9769,7 @@ const w0 = "_content_cu8lm_1", y0 = "_title_cu8lm_18", Ga = {
|
|
|
9775
9769
|
);
|
|
9776
9770
|
}, E0 = "_content_156j7_1", Rn = {
|
|
9777
9771
|
content: E0
|
|
9778
|
-
},
|
|
9772
|
+
}, k0 = (e) => {
|
|
9779
9773
|
if (e.news.config.articlepreview === "videoEmbedded")
|
|
9780
9774
|
return /* @__PURE__ */ a("div", { className: Rn.content, children: /* @__PURE__ */ a(
|
|
9781
9775
|
C0,
|
|
@@ -9800,7 +9794,7 @@ const w0 = "_content_cu8lm_1", y0 = "_title_cu8lm_18", Ga = {
|
|
|
9800
9794
|
internal: e.news.info.link.internal
|
|
9801
9795
|
}
|
|
9802
9796
|
) });
|
|
9803
|
-
},
|
|
9797
|
+
}, U0 = (e) => {
|
|
9804
9798
|
const { content: t, title: n, slot_id: s } = e, o = e.slot_id && e.slot_id !== "Nota_1";
|
|
9805
9799
|
return t && t.length !== 0 && /* @__PURE__ */ a(se, { title: n, titleUrl: e.titleUrl, children: /* @__PURE__ */ a(pt, { slot_id: s, cardWidth: 200, children: t.map((i, r) => {
|
|
9806
9800
|
const l = { ...i, main: {
|
|
@@ -9900,7 +9894,7 @@ const w0 = "_content_cu8lm_1", y0 = "_title_cu8lm_18", Ga = {
|
|
|
9900
9894
|
/* @__PURE__ */ a("p", { className: Je.title, children: o?.main?.title.home }),
|
|
9901
9895
|
o?.main?.subtitle?.rendered && /* @__PURE__ */ a("p", { className: Je.subtitle, children: o?.main?.subtitle?.striped })
|
|
9902
9896
|
] }),
|
|
9903
|
-
/* @__PURE__ */ a(
|
|
9897
|
+
/* @__PURE__ */ a(Ce, { preview: o.preview })
|
|
9904
9898
|
]
|
|
9905
9899
|
}
|
|
9906
9900
|
) }),
|
|
@@ -9938,7 +9932,7 @@ const w0 = "_content_cu8lm_1", y0 = "_title_cu8lm_18", Ga = {
|
|
|
9938
9932
|
"Destacado full width": (e) => /* @__PURE__ */ a(O0, { ...e }),
|
|
9939
9933
|
"Destacado videos": (e) => /* @__PURE__ */ a(Wh, { ...e }),
|
|
9940
9934
|
"Carrusel card": (e) => /* @__PURE__ */ a(i2, { ...e }),
|
|
9941
|
-
"Carrusel story": (e) => /* @__PURE__ */ a(
|
|
9935
|
+
"Carrusel story": (e) => /* @__PURE__ */ a(U0, { ...e }),
|
|
9942
9936
|
"Carrusel owl": (e) => /* @__PURE__ */ a(I0, { ...e }),
|
|
9943
9937
|
"Modulo fotogaleria": (e) => /* @__PURE__ */ a(T0, { ...e }),
|
|
9944
9938
|
"Carrusel opinion": (e) => /* @__PURE__ */ a(g2, { ...e }),
|
|
@@ -10039,7 +10033,7 @@ const Ha = {
|
|
|
10039
10033
|
const f = "Home_" + d + "_" + h;
|
|
10040
10034
|
!e[f] || !e[f].blockSass || !e[f].blockSass[0] || !e[f].blockSass[0].value || !e[f].blockSass[0].block || e[f].blockSass[0].block === "No Mostrar" || r.push(
|
|
10041
10035
|
/* @__PURE__ */ m(
|
|
10042
|
-
|
|
10036
|
+
Ur,
|
|
10043
10037
|
{
|
|
10044
10038
|
show: !!e[f].content?.data,
|
|
10045
10039
|
order: (d - 1) * c + (h - 1),
|
|
@@ -10140,7 +10134,7 @@ const Ha = {
|
|
|
10140
10134
|
}
|
|
10141
10135
|
),
|
|
10142
10136
|
/* @__PURE__ */ a(Ye, { banners: s, index: 1 }),
|
|
10143
|
-
!d && /* @__PURE__ */ a(
|
|
10137
|
+
!d && /* @__PURE__ */ a(k0, { news: i[0] }),
|
|
10144
10138
|
/* @__PURE__ */ a(
|
|
10145
10139
|
B2,
|
|
10146
10140
|
{
|
|
@@ -10372,7 +10366,7 @@ const Ha = {
|
|
|
10372
10366
|
default:
|
|
10373
10367
|
return /* @__PURE__ */ a(j, {});
|
|
10374
10368
|
}
|
|
10375
|
-
}, Z0 = "_content_gxziw_1", X0 = "_buttonStyled_gxziw_9", ef = "_searchStyled_gxziw_21", tf = "_inputStyled_gxziw_32", nf = "_inputStyledTest_gxziw_51",
|
|
10369
|
+
}, Z0 = "_content_gxziw_1", X0 = "_buttonStyled_gxziw_9", ef = "_searchStyled_gxziw_21", tf = "_inputStyled_gxziw_32", nf = "_inputStyledTest_gxziw_51", kt = {
|
|
10376
10370
|
content: Z0,
|
|
10377
10371
|
buttonStyled: X0,
|
|
10378
10372
|
searchStyled: ef,
|
|
@@ -10400,21 +10394,21 @@ const Ha = {
|
|
|
10400
10394
|
), o3 = (e) => /* @__PURE__ */ a(
|
|
10401
10395
|
"form",
|
|
10402
10396
|
{
|
|
10403
|
-
className:
|
|
10397
|
+
className: kt.content,
|
|
10404
10398
|
style: {
|
|
10405
10399
|
height: e.hasContent ? "218px" : "50vh"
|
|
10406
10400
|
},
|
|
10407
|
-
children: /* @__PURE__ */ m("div", { className:
|
|
10401
|
+
children: /* @__PURE__ */ m("div", { className: kt.inputStyled, children: [
|
|
10408
10402
|
/* @__PURE__ */ a(
|
|
10409
10403
|
"input",
|
|
10410
10404
|
{
|
|
10411
|
-
className:
|
|
10405
|
+
className: kt.inputStyledTest,
|
|
10412
10406
|
defaultValue: e.query,
|
|
10413
10407
|
name: "query",
|
|
10414
10408
|
placeholder: e.texts.searchKeyWord + "..."
|
|
10415
10409
|
}
|
|
10416
10410
|
),
|
|
10417
|
-
/* @__PURE__ */ a("button", { className:
|
|
10411
|
+
/* @__PURE__ */ a("button", { className: kt.buttonStyled, type: "submit", children: /* @__PURE__ */ a(af, { className: kt.searchStyled }) })
|
|
10418
10412
|
] })
|
|
10419
10413
|
}
|
|
10420
10414
|
), sf = "_content_io3tv_1", of = "_newsContentSection_io3tv_5", rf = "_itemContent_io3tv_10", Mn = {
|
|
@@ -10580,7 +10574,7 @@ const Ha = {
|
|
|
10580
10574
|
}, lf = "_content_pq89v_1", cf = "_videoContent_pq89v_9", Va = {
|
|
10581
10575
|
content: lf,
|
|
10582
10576
|
videoContent: cf
|
|
10583
|
-
}, df = "_container_1xr2t_1", uf = "_playStyled_1xr2t_6", mf = "_imageStyled_1xr2t_13", hf = "_longer_1xr2t_26", ff = "_contentNews_1xr2t_31", gf = "_tagContent_1xr2t_51", pf = "_tag_1xr2t_51", Af = "_titular_1xr2t_68", wf = "_small_1xr2t_81", yf = "_figure_1xr2t_87", Cf = "_backDrop_1xr2t_92", bf = "_backDropAux_1xr2t_100",
|
|
10577
|
+
}, df = "_container_1xr2t_1", uf = "_playStyled_1xr2t_6", mf = "_imageStyled_1xr2t_13", hf = "_longer_1xr2t_26", ff = "_contentNews_1xr2t_31", gf = "_tagContent_1xr2t_51", pf = "_tag_1xr2t_51", Af = "_titular_1xr2t_68", wf = "_small_1xr2t_81", yf = "_figure_1xr2t_87", Cf = "_backDrop_1xr2t_92", bf = "_backDropAux_1xr2t_100", Ut = {
|
|
10584
10578
|
container: df,
|
|
10585
10579
|
playStyled: uf,
|
|
10586
10580
|
imageStyled: mf,
|
|
@@ -10595,9 +10589,9 @@ const Ha = {
|
|
|
10595
10589
|
backDropAux: bf
|
|
10596
10590
|
}, Fa = async (e) => {
|
|
10597
10591
|
const { size: t = "longer", video: n } = e, s = n.main.image.sizes[0]?.url ?? "";
|
|
10598
|
-
return /* @__PURE__ */ a("figure", { className:
|
|
10599
|
-
/* @__PURE__ */ a("span", { className:
|
|
10600
|
-
/* @__PURE__ */ a(
|
|
10592
|
+
return /* @__PURE__ */ a("figure", { className: Ut.figure, children: /* @__PURE__ */ m("span", { className: Ut.backdrop, children: [
|
|
10593
|
+
/* @__PURE__ */ a("span", { className: Ut.backDropAux }),
|
|
10594
|
+
/* @__PURE__ */ a(U, { href: n.info.link.url, target: n.info.link.target, children: /* @__PURE__ */ m("div", { children: [
|
|
10601
10595
|
n.main.image.sizes.map(async (o, i) => o.width >= 580 ? /* @__PURE__ */ a(
|
|
10602
10596
|
"source",
|
|
10603
10597
|
{
|
|
@@ -10618,7 +10612,7 @@ const Ha = {
|
|
|
10618
10612
|
{
|
|
10619
10613
|
fetchPriority: "low",
|
|
10620
10614
|
loading: "lazy",
|
|
10621
|
-
className: [
|
|
10615
|
+
className: [Ut.imageStyled, Ut[t]].join(" "),
|
|
10622
10616
|
alt: "",
|
|
10623
10617
|
src: s ? await re(s) : ""
|
|
10624
10618
|
}
|
|
@@ -10638,27 +10632,27 @@ const Ha = {
|
|
|
10638
10632
|
`video-small-${s}`
|
|
10639
10633
|
)) })
|
|
10640
10634
|
] }) }) }) });
|
|
10641
|
-
}, vf = "_content_ruy5q_1", Nf = "_videoContent_ruy5q_9", Sf = "_articleSection_ruy5q_21", xf = "_contentLatout_ruy5q_31", Ef = "_title_ruy5q_36",
|
|
10635
|
+
}, vf = "_content_ruy5q_1", Nf = "_videoContent_ruy5q_9", Sf = "_articleSection_ruy5q_21", xf = "_contentLatout_ruy5q_31", Ef = "_title_ruy5q_36", kf = "_article_ruy5q_21", Uf = "_correspondent_ruy5q_64", Ze = {
|
|
10642
10636
|
content: vf,
|
|
10643
10637
|
videoContent: Nf,
|
|
10644
10638
|
articleSection: Sf,
|
|
10645
10639
|
contentLatout: xf,
|
|
10646
10640
|
title: Ef,
|
|
10647
|
-
article:
|
|
10648
|
-
correspondent:
|
|
10641
|
+
article: kf,
|
|
10642
|
+
correspondent: Uf
|
|
10649
10643
|
}, If = "_container_1rq2h_1", Tf = "_playStyled_1rq2h_9", Wa = {
|
|
10650
10644
|
container: If,
|
|
10651
10645
|
playStyled: Tf
|
|
10652
10646
|
}, qf = (e) => {
|
|
10653
10647
|
const { video: t } = e;
|
|
10654
10648
|
return /* @__PURE__ */ a(
|
|
10655
|
-
|
|
10649
|
+
U,
|
|
10656
10650
|
{
|
|
10657
10651
|
href: t.info.link.url ? t.info.link.url : void 0,
|
|
10658
10652
|
target: t.info.link.target,
|
|
10659
10653
|
children: /* @__PURE__ */ m("section", { className: Wa.container, children: [
|
|
10660
10654
|
/* @__PURE__ */ a(
|
|
10661
|
-
|
|
10655
|
+
Ce,
|
|
10662
10656
|
{
|
|
10663
10657
|
isLarge: !0,
|
|
10664
10658
|
preview: {
|
|
@@ -10672,14 +10666,14 @@ const Ha = {
|
|
|
10672
10666
|
}
|
|
10673
10667
|
);
|
|
10674
10668
|
}, Bf = (e) => {
|
|
10675
|
-
const t = () => e?.video.main.author ? `${e?.video.main.author} - ${
|
|
10669
|
+
const t = () => e?.video.main.author ? `${e?.video.main.author} - ${Ie(
|
|
10676
10670
|
e.video.info.date.created
|
|
10677
10671
|
)}` : e?.video.main.author;
|
|
10678
10672
|
return /* @__PURE__ */ a("div", { className: Ze.content, children: /* @__PURE__ */ a(Mt, { className: Ze.contentLatout, children: /* @__PURE__ */ a(se, { title: "Videos", isTitle: !0, children: /* @__PURE__ */ m("div", { className: Ze.videoContent, children: [
|
|
10679
10673
|
/* @__PURE__ */ a(qf, { video: e.video }),
|
|
10680
10674
|
/* @__PURE__ */ m("div", { className: Ze.articleSection, children: [
|
|
10681
10675
|
/* @__PURE__ */ a(
|
|
10682
|
-
|
|
10676
|
+
U,
|
|
10683
10677
|
{
|
|
10684
10678
|
className: Ze.title,
|
|
10685
10679
|
href: e.video.info.link.url,
|
|
@@ -10687,7 +10681,7 @@ const Ha = {
|
|
|
10687
10681
|
children: e.video.main.title
|
|
10688
10682
|
}
|
|
10689
10683
|
),
|
|
10690
|
-
/* @__PURE__ */ a("p", { className: Ze.article, children:
|
|
10684
|
+
/* @__PURE__ */ a("p", { className: Ze.article, children: Te(e.video.main.description) }),
|
|
10691
10685
|
/* @__PURE__ */ a("p", { className: Ze.correspondent, children: t() })
|
|
10692
10686
|
] })
|
|
10693
10687
|
] }) }) }) });
|
|
@@ -10702,7 +10696,7 @@ const Ha = {
|
|
|
10702
10696
|
}
|
|
10703
10697
|
};
|
|
10704
10698
|
function l3({ containerId: e, containerId2: t }) {
|
|
10705
|
-
return
|
|
10699
|
+
return Ue(() => {
|
|
10706
10700
|
try {
|
|
10707
10701
|
let n = function() {
|
|
10708
10702
|
const d = window.twttr;
|
|
@@ -10900,7 +10894,7 @@ const Lf = (e) => {
|
|
|
10900
10894
|
}
|
|
10901
10895
|
}
|
|
10902
10896
|
}, [e, t.info.link.internal, l]);
|
|
10903
|
-
return
|
|
10897
|
+
return Ue(() => {
|
|
10904
10898
|
s && u();
|
|
10905
10899
|
}, [s, i, u]), !i?.data || i.data.length === 0 ? null : /* @__PURE__ */ a(
|
|
10906
10900
|
Pf,
|
|
@@ -10944,7 +10938,7 @@ const Lf = (e) => {
|
|
|
10944
10938
|
style: { order: i },
|
|
10945
10939
|
children: /* @__PURE__ */ m("section", { className: It.content, children: [
|
|
10946
10940
|
/* @__PURE__ */ a(
|
|
10947
|
-
|
|
10941
|
+
U,
|
|
10948
10942
|
{
|
|
10949
10943
|
title: r?.title?.section,
|
|
10950
10944
|
href: c?.link?.url ?? "invalidUrl",
|
|
@@ -10988,14 +10982,14 @@ const Lf = (e) => {
|
|
|
10988
10982
|
}, Of = (e) => {
|
|
10989
10983
|
const { share: t = !1, cutSubtitle: n = !0 } = e, o = (() => {
|
|
10990
10984
|
if (!e?.authors || e.authors.length === 0) return "";
|
|
10991
|
-
const i = e.authors[0], r =
|
|
10985
|
+
const i = e.authors[0], r = Ie(e.info?.date?.modified);
|
|
10992
10986
|
return i && e?.config?.showtime && e.config?.showauthor ? `${i.fullname} - ${r}` : i && e.config?.showauthor ? i.fullname : e?.config?.showtime ? r : "";
|
|
10993
10987
|
})();
|
|
10994
10988
|
return /* @__PURE__ */ m("div", { className: $.boxInformation, children: [
|
|
10995
10989
|
t && /* @__PURE__ */ a(Rf, { className: $.dotStyles }),
|
|
10996
10990
|
e?.info?.section?.url && /* @__PURE__ */ m("div", { className: $.sectionDescriptionContainer, children: [
|
|
10997
10991
|
/* @__PURE__ */ a(
|
|
10998
|
-
|
|
10992
|
+
U,
|
|
10999
10993
|
{
|
|
11000
10994
|
className: $.sectionDescription,
|
|
11001
10995
|
href: e.info.section.url ?? "invalidUrl",
|
|
@@ -11005,7 +10999,7 @@ const Lf = (e) => {
|
|
|
11005
10999
|
e?.main?.uppertitle && /* @__PURE__ */ a("p", { className: $.uppertitle, children: e.main.uppertitle })
|
|
11006
11000
|
] }),
|
|
11007
11001
|
/* @__PURE__ */ a("h2", { className: $.articule, children: /* @__PURE__ */ a(
|
|
11008
|
-
|
|
11002
|
+
U,
|
|
11009
11003
|
{
|
|
11010
11004
|
className: $.linkStyled,
|
|
11011
11005
|
style: {
|
|
@@ -11026,11 +11020,11 @@ const Lf = (e) => {
|
|
|
11026
11020
|
"--lineHeightSubTitle": e.lineHeightSubTitle,
|
|
11027
11021
|
"--colorSubTitle": e.colorSubTitle
|
|
11028
11022
|
},
|
|
11029
|
-
children: n ?
|
|
11023
|
+
children: n ? Te(e.main.subtitle.striped) : e.main.subtitle.striped
|
|
11030
11024
|
}
|
|
11031
11025
|
),
|
|
11032
11026
|
(e?.config?.showtime || e.config?.showauthor) && o && /* @__PURE__ */ a(j, { children: e.authors?.[0]?.internaluser ? /* @__PURE__ */ a(
|
|
11033
|
-
|
|
11027
|
+
U,
|
|
11034
11028
|
{
|
|
11035
11029
|
className: $.correspondentLink,
|
|
11036
11030
|
href: `/autor/${e.authors[0].name}`,
|
|
@@ -11231,7 +11225,7 @@ function rg(e) {
|
|
|
11231
11225
|
let l = "";
|
|
11232
11226
|
return i.length <= 2 ? l = i[0] + "*" : l = i[0] + "*".repeat(i.length - 2) + i[i.length - 1], `${s}@${l}${r}`;
|
|
11233
11227
|
}
|
|
11234
|
-
const lg = "_overlay_tlrod_1", cg = "_header_tlrod_18", dg = "_logo_tlrod_25", ug = "_card_tlrod_32", mg = "_close_tlrod_47", hg = "_form_tlrod_71", fg = "_formUl_tlrod_80", gg = "_field_tlrod_92", pg = "_label_tlrod_99", Ag = "_input_tlrod_108", wg = "_error_tlrod_126", yg = "_primary_tlrod_132", Cg = "_divider_tlrod_167", bg = "_google_tlrod_193", _g = "_googleIcon_tlrod_223", vg = "_spin_tlrod_256", Ng = "_checkboxRow_tlrod_278", Sg = "_terms_tlrod_315", xg = "_message_tlrod_346", Eg = "_passwordChecker_tlrod_351",
|
|
11228
|
+
const lg = "_overlay_tlrod_1", cg = "_header_tlrod_18", dg = "_logo_tlrod_25", ug = "_card_tlrod_32", mg = "_close_tlrod_47", hg = "_form_tlrod_71", fg = "_formUl_tlrod_80", gg = "_field_tlrod_92", pg = "_label_tlrod_99", Ag = "_input_tlrod_108", wg = "_error_tlrod_126", yg = "_primary_tlrod_132", Cg = "_divider_tlrod_167", bg = "_google_tlrod_193", _g = "_googleIcon_tlrod_223", vg = "_spin_tlrod_256", Ng = "_checkboxRow_tlrod_278", Sg = "_terms_tlrod_315", xg = "_message_tlrod_346", Eg = "_passwordChecker_tlrod_351", kg = "_valid_tlrod_370", Ug = "_invalid_tlrod_374", Ig = "_forgotPassword_tlrod_378", Tg = "_successContainer_tlrod_397", qg = "_thumbsUp_tlrod_405", Bg = "_successMessage_tlrod_411", v = {
|
|
11235
11229
|
overlay: lg,
|
|
11236
11230
|
header: cg,
|
|
11237
11231
|
logo: dg,
|
|
@@ -11253,8 +11247,8 @@ const lg = "_overlay_tlrod_1", cg = "_header_tlrod_18", dg = "_logo_tlrod_25", u
|
|
|
11253
11247
|
terms: Sg,
|
|
11254
11248
|
message: xg,
|
|
11255
11249
|
passwordChecker: Eg,
|
|
11256
|
-
valid:
|
|
11257
|
-
invalid:
|
|
11250
|
+
valid: kg,
|
|
11251
|
+
invalid: Ug,
|
|
11258
11252
|
forgotPassword: Ig,
|
|
11259
11253
|
successContainer: Tg,
|
|
11260
11254
|
thumbsUp: qg,
|
|
@@ -11451,7 +11445,7 @@ async function ia({
|
|
|
11451
11445
|
}
|
|
11452
11446
|
const { PUBLIC_PUBLICATION_ID: Rg } = J(), Dg = Rg, Mg = (e) => {
|
|
11453
11447
|
const [t, n] = Q(void 0);
|
|
11454
|
-
return
|
|
11448
|
+
return Ue(() => {
|
|
11455
11449
|
if (t) return;
|
|
11456
11450
|
(async () => {
|
|
11457
11451
|
const { PUBLIC_X_SECURITY_TOKEN: o } = J();
|
|
@@ -11475,7 +11469,7 @@ const { PUBLIC_PUBLICATION_ID: Rg } = J(), Dg = Rg, Mg = (e) => {
|
|
|
11475
11469
|
}, zs = ({ username: e, date: t }) => /* @__PURE__ */ m("div", { className: "comment-header", children: [
|
|
11476
11470
|
/* @__PURE__ */ a("span", { className: "comment-username", children: e }),
|
|
11477
11471
|
/* @__PURE__ */ a("span", { className: "comment-header-dot", children: "•" }),
|
|
11478
|
-
/* @__PURE__ */ a("span", { className: "comment-date", children: og(
|
|
11472
|
+
/* @__PURE__ */ a("span", { className: "comment-date", children: og(Ie(Number(t))) })
|
|
11479
11473
|
] }), Hs = ({ user: e }) => /* @__PURE__ */ a("div", { className: "comment-avatar", children: e.picture ? /* @__PURE__ */ a(
|
|
11480
11474
|
"img",
|
|
11481
11475
|
{
|
|
@@ -11529,7 +11523,7 @@ const { PUBLIC_PUBLICATION_ID: Rg } = J(), Dg = Rg, Mg = (e) => {
|
|
|
11529
11523
|
]
|
|
11530
11524
|
}
|
|
11531
11525
|
) })
|
|
11532
|
-
] }), Fs = ({ commentRef: e, captchaToken: t = "", setIsDisabled: n }) => (
|
|
11526
|
+
] }), Fs = ({ commentRef: e, captchaToken: t = "", setIsDisabled: n }) => (Ue(() => {
|
|
11533
11527
|
const s = e.current;
|
|
11534
11528
|
if (!s) return;
|
|
11535
11529
|
const o = () => {
|
|
@@ -11785,8 +11779,8 @@ const { PUBLIC_PUBLICATION_ID: Rg } = J(), Dg = Rg, Mg = (e) => {
|
|
|
11785
11779
|
apiToken: process.env.NEXT_PUBLIC_X_SECURITY_TOKEN
|
|
11786
11780
|
}))[0];
|
|
11787
11781
|
d(!1), c({ morereply: N.morecomment, reply: [...l.reply, ...N.comments] });
|
|
11788
|
-
} catch (
|
|
11789
|
-
throw d(!1), new Error(`Error al obtener comentarios: ${
|
|
11782
|
+
} catch (k) {
|
|
11783
|
+
throw d(!1), new Error(`Error al obtener comentarios: ${k}`);
|
|
11790
11784
|
}
|
|
11791
11785
|
},
|
|
11792
11786
|
children: "Más Respuestas"
|
|
@@ -11862,7 +11856,7 @@ const { PUBLIC_PUBLICATION_ID: Rg } = J(), Dg = Rg, Mg = (e) => {
|
|
|
11862
11856
|
);
|
|
11863
11857
|
}, C = (E) => {
|
|
11864
11858
|
l(E);
|
|
11865
|
-
},
|
|
11859
|
+
}, k = async () => {
|
|
11866
11860
|
if (!d || !d.morecomment || d.comments.length === 0)
|
|
11867
11861
|
return;
|
|
11868
11862
|
const E = d.comments[d.comments.length - 1];
|
|
@@ -11935,7 +11929,7 @@ const { PUBLIC_PUBLICATION_ID: Rg } = J(), Dg = Rg, Mg = (e) => {
|
|
|
11935
11929
|
"button",
|
|
11936
11930
|
{
|
|
11937
11931
|
className: "comment-replies-button",
|
|
11938
|
-
onClick:
|
|
11932
|
+
onClick: k,
|
|
11939
11933
|
children: "Más"
|
|
11940
11934
|
}
|
|
11941
11935
|
)
|
|
@@ -12003,7 +11997,7 @@ function Wg({ goToLogin: e, handleGoogleLogin: t }) {
|
|
|
12003
11997
|
const [n, s] = Q({}), [o, i] = Q(!1), [r, l] = Q(!1), [c, u] = Q(null), [d, h] = Q(
|
|
12004
11998
|
"register"
|
|
12005
11999
|
), f = (y, C) => {
|
|
12006
|
-
s((
|
|
12000
|
+
s((k) => ({ ...k, [y]: C }));
|
|
12007
12001
|
}, w = async (y) => {
|
|
12008
12002
|
y.preventDefault(), u(null), l(!0);
|
|
12009
12003
|
try {
|
|
@@ -12016,9 +12010,9 @@ function Wg({ goToLogin: e, handleGoogleLogin: t }) {
|
|
|
12016
12010
|
u("Las contraseñas no coinciden");
|
|
12017
12011
|
return;
|
|
12018
12012
|
}
|
|
12019
|
-
const
|
|
12013
|
+
const k = n.password || "";
|
|
12020
12014
|
if (mn.some(
|
|
12021
|
-
(D) => !D.test(
|
|
12015
|
+
(D) => !D.test(k)
|
|
12022
12016
|
)) {
|
|
12023
12017
|
u("La contraseña no es válida");
|
|
12024
12018
|
return;
|
|
@@ -12074,8 +12068,8 @@ function Wg({ goToLogin: e, handleGoogleLogin: t }) {
|
|
|
12074
12068
|
})
|
|
12075
12069
|
});
|
|
12076
12070
|
if (!C.ok) {
|
|
12077
|
-
const
|
|
12078
|
-
throw new Error(
|
|
12071
|
+
const k = await C.json().catch(() => ({}));
|
|
12072
|
+
throw new Error(k?.error || "Error al confirmar usuario");
|
|
12079
12073
|
}
|
|
12080
12074
|
h("success");
|
|
12081
12075
|
} catch (C) {
|
|
@@ -12113,20 +12107,20 @@ function Wg({ goToLogin: e, handleGoogleLogin: t }) {
|
|
|
12113
12107
|
type: y.toLowerCase().includes("password") ? o ? "text" : "password" : y === "birthdate" ? "date" : y === "email" ? "email" : y === "phone_number" ? "tel" : "text",
|
|
12114
12108
|
name: y,
|
|
12115
12109
|
value: n[y] || "",
|
|
12116
|
-
onChange: (
|
|
12110
|
+
onChange: (k) => f(y, k.target.value),
|
|
12117
12111
|
className: v.input,
|
|
12118
12112
|
placeholder: ""
|
|
12119
12113
|
}
|
|
12120
12114
|
),
|
|
12121
|
-
y === "password" && /* @__PURE__ */ a("div", { className: v.passwordChecker, children: mn.map((
|
|
12122
|
-
const R =
|
|
12115
|
+
y === "password" && /* @__PURE__ */ a("div", { className: v.passwordChecker, children: mn.map((k, N) => {
|
|
12116
|
+
const R = k.test(p);
|
|
12123
12117
|
return /* @__PURE__ */ m(
|
|
12124
12118
|
"div",
|
|
12125
12119
|
{
|
|
12126
12120
|
className: R ? v.valid : v.invalid,
|
|
12127
12121
|
children: [
|
|
12128
12122
|
/* @__PURE__ */ a("div", { children: R ? "✔" : "○" }),
|
|
12129
|
-
/* @__PURE__ */ a("div", { children:
|
|
12123
|
+
/* @__PURE__ */ a("div", { children: k.label })
|
|
12130
12124
|
]
|
|
12131
12125
|
},
|
|
12132
12126
|
N
|
|
@@ -12139,7 +12133,7 @@ function Wg({ goToLogin: e, handleGoogleLogin: t }) {
|
|
|
12139
12133
|
id: "showPasswordRegister",
|
|
12140
12134
|
type: "checkbox",
|
|
12141
12135
|
checked: o,
|
|
12142
|
-
onChange: (
|
|
12136
|
+
onChange: (k) => i(k.target.checked)
|
|
12143
12137
|
}
|
|
12144
12138
|
),
|
|
12145
12139
|
/* @__PURE__ */ a(
|
|
@@ -12231,7 +12225,7 @@ function $g({
|
|
|
12231
12225
|
handleGoogleLogin: s,
|
|
12232
12226
|
CAPTCHA_KEY: o
|
|
12233
12227
|
}) {
|
|
12234
|
-
const [i, r] = Q("login"), [l, c] = Q(""), [u, d] = Q(""), [h, f] = Q(""), [w, g] = Q(""), [p, y] = Q(""), [C,
|
|
12228
|
+
const [i, r] = Q("login"), [l, c] = Q(""), [u, d] = Q(""), [h, f] = Q(""), [w, g] = Q(""), [p, y] = Q(""), [C, k] = Q(!1), [N, R] = Q(!1), [I, E] = Q(null);
|
|
12235
12229
|
return /* @__PURE__ */ m(j, { children: [
|
|
12236
12230
|
i === "login" && /* @__PURE__ */ a(
|
|
12237
12231
|
Yg,
|
|
@@ -12243,7 +12237,7 @@ function $g({
|
|
|
12243
12237
|
error: I,
|
|
12244
12238
|
setEmail: c,
|
|
12245
12239
|
setPassword: d,
|
|
12246
|
-
setShowPassword:
|
|
12240
|
+
setShowPassword: k,
|
|
12247
12241
|
onSubmit: async (M) => {
|
|
12248
12242
|
if (!N) {
|
|
12249
12243
|
M.preventDefault(), E(null), R(!0);
|
|
@@ -12321,7 +12315,7 @@ function $g({
|
|
|
12321
12315
|
setConfirmationCode: f,
|
|
12322
12316
|
setNewPassword: g,
|
|
12323
12317
|
setConfirmNewPassword: y,
|
|
12324
|
-
setShowPassword:
|
|
12318
|
+
setShowPassword: k,
|
|
12325
12319
|
onSubmit: async (M) => {
|
|
12326
12320
|
if (N) return;
|
|
12327
12321
|
if (M.preventDefault(), w !== p) {
|
|
@@ -12750,9 +12744,9 @@ function n9({
|
|
|
12750
12744
|
}
|
|
12751
12745
|
}
|
|
12752
12746
|
};
|
|
12753
|
-
|
|
12747
|
+
Ue(() => {
|
|
12754
12748
|
u();
|
|
12755
|
-
}, [e]),
|
|
12749
|
+
}, [e]), Ue(() => {
|
|
12756
12750
|
if (!l || !e || typeof window > "u") return;
|
|
12757
12751
|
const f = window;
|
|
12758
12752
|
if (typeof f != "function") {
|
|
@@ -12997,7 +12991,7 @@ export {
|
|
|
12997
12991
|
pt as CarrouselIRS,
|
|
12998
12992
|
i2 as CarruselCard,
|
|
12999
12993
|
g2 as CarruselOpinion,
|
|
13000
|
-
|
|
12994
|
+
Se as CommonServices,
|
|
13001
12995
|
Xs as Comscore,
|
|
13002
12996
|
X9 as ContactInfoServer,
|
|
13003
12997
|
z9 as ContactInput,
|
|
@@ -13016,7 +13010,7 @@ export {
|
|
|
13016
13010
|
G9 as ErrorComponent,
|
|
13017
13011
|
zo as Font,
|
|
13018
13012
|
j9 as Footer,
|
|
13019
|
-
|
|
13013
|
+
Uo as FormatAfterScripts,
|
|
13020
13014
|
ts as FormatScripts,
|
|
13021
13015
|
to as GA4,
|
|
13022
13016
|
o9 as GTM,
|
|
@@ -13060,7 +13054,7 @@ export {
|
|
|
13060
13054
|
bn as SectionCard2,
|
|
13061
13055
|
Vn as SectionCardServerComponent,
|
|
13062
13056
|
Z9 as SectionServerComponent,
|
|
13063
|
-
|
|
13057
|
+
Ur as ShowSection,
|
|
13064
13058
|
J2 as SocialNetworks,
|
|
13065
13059
|
Do as SpeculationRules,
|
|
13066
13060
|
e3 as StaticSlotWrapper,
|
|
@@ -13082,9 +13076,9 @@ export {
|
|
|
13082
13076
|
ns as buildTagUrl,
|
|
13083
13077
|
Ac as coloringByStrokeSVGs,
|
|
13084
13078
|
sa as compileStyleProps,
|
|
13085
|
-
|
|
13079
|
+
Te as cutString,
|
|
13086
13080
|
l9 as extractRealtedNews,
|
|
13087
|
-
|
|
13081
|
+
Ie as formatDate,
|
|
13088
13082
|
r9 as formatDateEdiciones,
|
|
13089
13083
|
Xa as formatDateJournalistArticule,
|
|
13090
13084
|
Co as formatDateTimeline,
|
|
@@ -13111,7 +13105,7 @@ export {
|
|
|
13111
13105
|
d9 as getTypeOfNews,
|
|
13112
13106
|
u9 as getVideoRealPath,
|
|
13113
13107
|
i9 as initLibrary,
|
|
13114
|
-
|
|
13108
|
+
ko as metadataToJSX,
|
|
13115
13109
|
vr as metadata_defaults,
|
|
13116
13110
|
es as parseTags,
|
|
13117
13111
|
So as pathnameSplit,
|