sass-template-common 0.1.2 → 0.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/dist/sass-template-common.css +1 -1
- package/dist/sass-template-common.d.ts +3 -0
- package/dist/sass-template-common.js +516 -517
- package/dist/sass-template-common.umd.cjs +34 -34
- package/package.json +58 -58
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { jsx as a, jsxs as m, Fragment as
|
|
2
|
-
import pe, { useState as
|
|
1
|
+
import { jsx as a, jsxs as m, Fragment as Q } from "react/jsx-runtime";
|
|
2
|
+
import pe, { useState as j, useRef as Za, useCallback as ae, useEffect as Ie, createElement as ht, forwardRef as Zs, Fragment as on, useMemo as Xs } from "react";
|
|
3
3
|
const eo = ({ id: e }) => e && /* @__PURE__ */ a(
|
|
4
4
|
"script",
|
|
5
5
|
{
|
|
@@ -24,7 +24,7 @@ const eo = ({ id: e }) => e && /* @__PURE__ */ a(
|
|
|
24
24
|
s[o] = o;
|
|
25
25
|
}), s;
|
|
26
26
|
}, [t]);
|
|
27
|
-
return e && /* @__PURE__ */ m(
|
|
27
|
+
return e && /* @__PURE__ */ m(Q, { children: [
|
|
28
28
|
/* @__PURE__ */ a(
|
|
29
29
|
"script",
|
|
30
30
|
{
|
|
@@ -49,7 +49,7 @@ const eo = ({ id: e }) => e && /* @__PURE__ */ a(
|
|
|
49
49
|
}
|
|
50
50
|
)
|
|
51
51
|
] });
|
|
52
|
-
},
|
|
52
|
+
}, r3 = ({ id: e }) => /* @__PURE__ */ m(Q, { children: [
|
|
53
53
|
/* @__PURE__ */ a(
|
|
54
54
|
"script",
|
|
55
55
|
{
|
|
@@ -113,8 +113,8 @@ function Xa() {
|
|
|
113
113
|
return q === void 0;
|
|
114
114
|
} }, I = "en", E = {};
|
|
115
115
|
E[I] = U;
|
|
116
|
-
var D = "$isDayjsObject",
|
|
117
|
-
return q instanceof
|
|
116
|
+
var D = "$isDayjsObject", H = function(q) {
|
|
117
|
+
return q instanceof z || !(!q || !q[D]);
|
|
118
118
|
}, F = function q(x, b, B) {
|
|
119
119
|
var S;
|
|
120
120
|
if (!x) return I;
|
|
@@ -129,14 +129,14 @@ function Xa() {
|
|
|
129
129
|
}
|
|
130
130
|
return !B && S && (I = S), S || !B && I;
|
|
131
131
|
}, M = function(q, x) {
|
|
132
|
-
if (
|
|
132
|
+
if (H(q)) return q.clone();
|
|
133
133
|
var b = typeof x == "object" ? x : {};
|
|
134
|
-
return b.date = q, b.args = arguments, new
|
|
134
|
+
return b.date = q, b.args = arguments, new z(b);
|
|
135
135
|
}, T = R;
|
|
136
|
-
T.l = F, T.i =
|
|
136
|
+
T.l = F, T.i = H, T.w = function(q, x) {
|
|
137
137
|
return M(q, { locale: x.$L, utc: x.$u, x: x.$x, $offset: x.$offset });
|
|
138
138
|
};
|
|
139
|
-
var
|
|
139
|
+
var z = (function() {
|
|
140
140
|
function q(b) {
|
|
141
141
|
this.$L = F(b.locale, null, !0), this.parse(b), this.$x = this.$x || b.x || {}, this[D] = !0;
|
|
142
142
|
}
|
|
@@ -351,14 +351,14 @@ function Xa() {
|
|
|
351
351
|
}, x.toString = function() {
|
|
352
352
|
return this.$d.toUTCString();
|
|
353
353
|
}, q;
|
|
354
|
-
})(), ne =
|
|
354
|
+
})(), ne = z.prototype;
|
|
355
355
|
return M.prototype = ne, [["$ms", i], ["$s", r], ["$m", l], ["$H", c], ["$W", u], ["$M", h], ["$y", w], ["$D", g]].forEach((function(q) {
|
|
356
356
|
ne[q[1]] = function(x) {
|
|
357
357
|
return this.$g(x, q[0], q[1]);
|
|
358
358
|
};
|
|
359
359
|
})), M.extend = function(q, x) {
|
|
360
|
-
return q.$i || (q(x,
|
|
361
|
-
}, M.locale = F, M.isDayjs =
|
|
360
|
+
return q.$i || (q(x, z, M), q.$i = !0), M;
|
|
361
|
+
}, M.locale = F, M.isDayjs = H, M.unix = function(q) {
|
|
362
362
|
return M(1e3 * q);
|
|
363
363
|
}, M.en = E[I], M.Ls = E, M.p = {}, M;
|
|
364
364
|
}));
|
|
@@ -391,8 +391,8 @@ function ro() {
|
|
|
391
391
|
}
|
|
392
392
|
}
|
|
393
393
|
if (d) return p;
|
|
394
|
-
var
|
|
395
|
-
return typeof
|
|
394
|
+
var H = y ? C.future : C.past;
|
|
395
|
+
return typeof H == "function" ? H(p) : H.replace("%s", p);
|
|
396
396
|
}, i.to = function(u, d) {
|
|
397
397
|
return l(u, d, this, !0);
|
|
398
398
|
}, i.from = function(u, d) {
|
|
@@ -466,8 +466,8 @@ function fo() {
|
|
|
466
466
|
I === void 0 && (I = "");
|
|
467
467
|
var E = I.match(s);
|
|
468
468
|
if (!E) return null;
|
|
469
|
-
var D = ("" + E[0]).match(o) || ["-", 0, 0],
|
|
470
|
-
return F === 0 ? 0 :
|
|
469
|
+
var D = ("" + E[0]).match(o) || ["-", 0, 0], H = D[0], F = 60 * +D[1] + +D[2];
|
|
470
|
+
return F === 0 ? 0 : H === "+" ? F : -F;
|
|
471
471
|
})(p), p === null)) return this;
|
|
472
472
|
var U = Math.abs(p) <= 16 ? 60 * p : p;
|
|
473
473
|
if (U === 0) return this.utc(y);
|
|
@@ -527,8 +527,8 @@ function wo() {
|
|
|
527
527
|
var C = g[y], U = C.type, N = C.value, R = n[U];
|
|
528
528
|
R >= 0 && (p[R] = parseInt(N, 10));
|
|
529
529
|
}
|
|
530
|
-
var I = p[3], E = I === 24 ? 0 : I, D = p[0] + "-" + p[1] + "-" + p[2] + " " + E + ":" + p[4] + ":" + p[5] + ":000",
|
|
531
|
-
return (r.utc(D).valueOf() - (
|
|
530
|
+
var I = p[3], E = I === 24 ? 0 : I, D = p[0] + "-" + p[1] + "-" + p[2] + " " + E + ":" + p[4] + ":" + p[5] + ":000", H = +f;
|
|
531
|
+
return (r.utc(D).valueOf() - (H -= H % 1e3)) / 6e4;
|
|
532
532
|
}, d = i.prototype;
|
|
533
533
|
d.tz = function(f, w) {
|
|
534
534
|
f === void 0 && (f = l);
|
|
@@ -553,10 +553,10 @@ function wo() {
|
|
|
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 U = (function(E, D,
|
|
557
|
-
var F = E - 60 * D * 1e3, M = u(F,
|
|
556
|
+
var U = (function(E, D, H) {
|
|
557
|
+
var F = E - 60 * D * 1e3, M = u(F, H);
|
|
558
558
|
if (D === M) return [F, D];
|
|
559
|
-
var T = u(F -= 60 * (M - D) * 1e3,
|
|
559
|
+
var T = u(F -= 60 * (M - D) * 1e3, H);
|
|
560
560
|
return M === T ? [F, M] : [E - 60 * Math.min(M, T) * 1e3, Math.max(M, T)];
|
|
561
561
|
})(r.utc(f, p).valueOf(), C, y), N = U[0], R = U[1], I = r(N).utcOffset(R);
|
|
562
562
|
return I.$x.$timezone = y, I;
|
|
@@ -578,7 +578,7 @@ let On = {
|
|
|
578
578
|
PUBLIC_API_PATH_VERSION: void 0,
|
|
579
579
|
PUBLIC_X_SECURITY_TOKEN: "wj5oeACJStV3exBvodMa",
|
|
580
580
|
PUBLIC_PUBLICATION_ID: "35",
|
|
581
|
-
PUBLIC_TAG_TYPE: "
|
|
581
|
+
PUBLIC_TAG_TYPE: "21",
|
|
582
582
|
PUBLIC_ENV: "local",
|
|
583
583
|
PUBLIC_LNG: "en",
|
|
584
584
|
PUBLIC_SERVICE_PREFIX: "false",
|
|
@@ -593,7 +593,7 @@ let On = {
|
|
|
593
593
|
PUBLIC_ASSETS_URL: "false",
|
|
594
594
|
PUBLIC_BUILD_ID: "123456789"
|
|
595
595
|
};
|
|
596
|
-
function
|
|
596
|
+
function l3(e = {}) {
|
|
597
597
|
On = { ...On, ...e };
|
|
598
598
|
}
|
|
599
599
|
function J() {
|
|
@@ -604,7 +604,7 @@ ge.extend(Co);
|
|
|
604
604
|
ge.extend(co);
|
|
605
605
|
const gn = "America/Mexico_City", { PUBLIC_LNG: bo } = J(), Tt = bo === "en" ? "en" : "es", Te = (e) => ge.tz(e, gn).locale(Tt).format("DD MMMM YYYY"), es = (e) => ge.tz(e, gn).locale(Tt).format(
|
|
606
606
|
Tt === "en" ? "MMMM DD YYYY [•] HH:mm [hs]" : "DD [de] MMMM YYYY [•] HH:mm [hs]"
|
|
607
|
-
), _o = (e) => ge.tz(e, gn).locale(Tt).format("MM/DD/YYYY [•] HH:mm [HS]"),
|
|
607
|
+
), _o = (e) => ge.tz(e, gn).locale(Tt).format("MM/DD/YYYY [•] HH:mm [HS]"), c3 = (e) => ge.tz(e, gn).locale(Tt).format("dddd DD [de] MMMM YYYY"), Ce = (e, t = 136) => e && e.length > t ? `${e.substring(0, t)}...` : e;
|
|
608
608
|
function vo(e) {
|
|
609
609
|
return e && e.status === "fulfilled" ? e.value.data : null;
|
|
610
610
|
}
|
|
@@ -644,7 +644,7 @@ const qt = (e, t, n) => ({
|
|
|
644
644
|
tags: []
|
|
645
645
|
}
|
|
646
646
|
});
|
|
647
|
-
function
|
|
647
|
+
function d3(e) {
|
|
648
648
|
const t = [], n = e.match(
|
|
649
649
|
/<div[^>]*class=["'][^"']*ck-related-news[^"']*["'][^>]*>[\s\S]*?<\/div>/gi
|
|
650
650
|
);
|
|
@@ -856,7 +856,7 @@ const rn = () => {
|
|
|
856
856
|
const t = e.banners.find((i) => i.key === e.name);
|
|
857
857
|
if (!t || !t.show) return null;
|
|
858
858
|
const n = $n(t.value || "", e.replaces), s = /<script([^>]*)>([\s\S]*?)<\/script\s*>/gi, o = [...n.matchAll(s)];
|
|
859
|
-
return /* @__PURE__ */ a(
|
|
859
|
+
return /* @__PURE__ */ a(Q, { children: o.map((i, r) => {
|
|
860
860
|
const l = i[1] || "", c = i[2]?.trim() || "", u = l.match(/src=["']([^"']+)["']/i);
|
|
861
861
|
if (u) {
|
|
862
862
|
const d = u[1];
|
|
@@ -875,7 +875,7 @@ const rn = () => {
|
|
|
875
875
|
const t = e.banners.find((o) => o.key === e.name);
|
|
876
876
|
if (!t || !t.show) return null;
|
|
877
877
|
const s = $n(t.value || "", e.replaces).split(/(<script[\s\S]*?<\/script\s*>)/gi);
|
|
878
|
-
return /* @__PURE__ */ a(
|
|
878
|
+
return /* @__PURE__ */ a(Q, { children: s.map((o, i) => {
|
|
879
879
|
const r = o.match(
|
|
880
880
|
/<script([^>]*)>([\s\S]*?)<\/script\s*>/i
|
|
881
881
|
);
|
|
@@ -897,25 +897,25 @@ const rn = () => {
|
|
|
897
897
|
return /* @__PURE__ */ a("div", { dangerouslySetInnerHTML: { __html: o } }, i);
|
|
898
898
|
return null;
|
|
899
899
|
}) });
|
|
900
|
-
},
|
|
900
|
+
}, Qt = (e, t, n) => {
|
|
901
901
|
let s = e.siteUrl;
|
|
902
902
|
return t.forEach((o, i) => {
|
|
903
903
|
i > 0 && (s += `/${o}`);
|
|
904
904
|
}), `${s}/page/${n + 1}`;
|
|
905
|
-
},
|
|
905
|
+
}, jt = (e, t, n) => {
|
|
906
906
|
let s = e.siteUrl;
|
|
907
907
|
return t.forEach((o, i) => {
|
|
908
908
|
i > 0 && (s += `/${o}`);
|
|
909
909
|
}), `${s}/page/${n - 1}`;
|
|
910
910
|
};
|
|
911
|
-
function
|
|
911
|
+
function u3(e) {
|
|
912
912
|
const t = e.length;
|
|
913
913
|
return t > 1 && e.charCodeAt(t - 1) === 47 ? e.slice(0, t - 1) : e;
|
|
914
914
|
}
|
|
915
915
|
const qo = () => {
|
|
916
916
|
const { PUBLIC_ASSETS_URL: e } = J();
|
|
917
917
|
return e && e !== "false" && /* @__PURE__ */ a("link", { rel: "preconnect", href: e, crossOrigin: "anonymous" });
|
|
918
|
-
}, { PUBLIC_ASSETS_URL: vn } = J(), Bo = vn && vn !== "false" ? vn : "", ha = ({ images: e }) => /* @__PURE__ */ a(
|
|
918
|
+
}, { PUBLIC_ASSETS_URL: vn } = J(), Bo = vn && vn !== "false" ? vn : "", ha = ({ images: e }) => /* @__PURE__ */ a(Q, { children: e.map(
|
|
919
919
|
(t, n) => t.href !== "" && /* @__PURE__ */ a(
|
|
920
920
|
"link",
|
|
921
921
|
{
|
|
@@ -967,7 +967,7 @@ const qo = () => {
|
|
|
967
967
|
]
|
|
968
968
|
}
|
|
969
969
|
};
|
|
970
|
-
},
|
|
970
|
+
}, m3 = (e) => {
|
|
971
971
|
let t = "";
|
|
972
972
|
if (e.params.news.match(/.*t[0-9]*.html/g)) {
|
|
973
973
|
const n = e.params.news.split("-"), s = n[n.length - 1] ?? "", o = s.substring(1, 9), i = s.substring(9, 13);
|
|
@@ -985,7 +985,7 @@ const qo = () => {
|
|
|
985
985
|
}
|
|
986
986
|
return e.config.servicePrefix + t;
|
|
987
987
|
};
|
|
988
|
-
function
|
|
988
|
+
function h3(e) {
|
|
989
989
|
const t = e.split("-"), n = t[t.length - 1]?.split("."), s = n && n[0] ? n[0] : "", o = s.substring(0, 2), i = s.substring(2, 10), r = s.substring(10);
|
|
990
990
|
return { path: {
|
|
991
991
|
vy: (c) => `/videos/video-youtube/${ge(i).format(
|
|
@@ -1033,7 +1033,7 @@ const as = (e, t) => {
|
|
|
1033
1033
|
seccion: "seccion",
|
|
1034
1034
|
tema: "claves",
|
|
1035
1035
|
"ultimas-noticias": "seccion"
|
|
1036
|
-
},
|
|
1036
|
+
}, Qo = async ({
|
|
1037
1037
|
config: e,
|
|
1038
1038
|
axiosApi: t,
|
|
1039
1039
|
pathname: n,
|
|
@@ -1071,7 +1071,7 @@ function ss(e) {
|
|
|
1071
1071
|
const n = t.replace(/\/+$/, ""), s = /https?:\/\/[^/\s]+\/(arte|__export)\//g;
|
|
1072
1072
|
return e.replace(s, (o, i) => `${n}/${i}/`);
|
|
1073
1073
|
}
|
|
1074
|
-
const
|
|
1074
|
+
const jo = async ({
|
|
1075
1075
|
realPath: e,
|
|
1076
1076
|
config: t,
|
|
1077
1077
|
BASE_URL: n,
|
|
@@ -1124,7 +1124,7 @@ const Qo = async ({
|
|
|
1124
1124
|
dangerouslySetInnerHTML: { __html: JSON.stringify(n) }
|
|
1125
1125
|
}
|
|
1126
1126
|
);
|
|
1127
|
-
},
|
|
1127
|
+
}, Ho = ({ config: e }) => {
|
|
1128
1128
|
const t = {
|
|
1129
1129
|
"@context": "https://schema.org",
|
|
1130
1130
|
"@type": "WebSite",
|
|
@@ -1144,7 +1144,7 @@ const Qo = async ({
|
|
|
1144
1144
|
dangerouslySetInnerHTML: { __html: JSON.stringify(t) }
|
|
1145
1145
|
}
|
|
1146
1146
|
);
|
|
1147
|
-
},
|
|
1147
|
+
}, zo = async ({ realPath: e, config: t, axiosApi: n }) => {
|
|
1148
1148
|
try {
|
|
1149
1149
|
const s = {
|
|
1150
1150
|
path: e,
|
|
@@ -1176,7 +1176,7 @@ const Qo = async ({
|
|
|
1176
1176
|
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
1177
1177
|
}
|
|
1178
1178
|
`;
|
|
1179
|
-
return /* @__PURE__ */ a(
|
|
1179
|
+
return /* @__PURE__ */ a(Q, { children: e.useS3Font ? /* @__PURE__ */ m(Q, { children: [
|
|
1180
1180
|
/* @__PURE__ */ a(
|
|
1181
1181
|
"link",
|
|
1182
1182
|
{
|
|
@@ -1298,7 +1298,7 @@ const Qo = async ({
|
|
|
1298
1298
|
}, Gt = (e) => {
|
|
1299
1299
|
const t = e.split("/"), n = t[t.length - 1] ?? "1";
|
|
1300
1300
|
return Number(n) > 0 ? Number(n) : 1;
|
|
1301
|
-
},
|
|
1301
|
+
}, f3 = (e, t = 2) => {
|
|
1302
1302
|
if (!e || e.length === 0) return [];
|
|
1303
1303
|
const n = [];
|
|
1304
1304
|
for (let s = 0; s < t; s++) {
|
|
@@ -1311,13 +1311,14 @@ const Qo = async ({
|
|
|
1311
1311
|
}
|
|
1312
1312
|
return n;
|
|
1313
1313
|
};
|
|
1314
|
-
class
|
|
1314
|
+
class g3 {
|
|
1315
1315
|
exclude = "keywords,gallery,related,relatedexternal,external,customfields";
|
|
1316
1316
|
config = {};
|
|
1317
1317
|
imgSizes = {};
|
|
1318
|
+
configVersion = ".config";
|
|
1318
1319
|
axiosApi = void 0;
|
|
1319
1320
|
constructor(t, n, s) {
|
|
1320
|
-
this.config = t, this.imgSizes = n, this.axiosApi = s;
|
|
1321
|
+
this.config = t, this.imgSizes = n, this.axiosApi = s, t.configVersion && (this.configVersion = t.configVersion);
|
|
1321
1322
|
}
|
|
1322
1323
|
async getNewsListZone(t) {
|
|
1323
1324
|
if (this.axiosApi)
|
|
@@ -1328,7 +1329,7 @@ class g9 {
|
|
|
1328
1329
|
return this.axiosApi.get("/config/blocks", {
|
|
1329
1330
|
params: {
|
|
1330
1331
|
...t,
|
|
1331
|
-
path: this.config.servicePrefix +
|
|
1332
|
+
path: this.config.servicePrefix + `/${this.configVersion}/columna_derecha.html`
|
|
1332
1333
|
}
|
|
1333
1334
|
}).catch((n) => (console.log(`[/config/blocks] Error: ${n.message}`), console.log(n), Promise.reject(n)));
|
|
1334
1335
|
}
|
|
@@ -1494,10 +1495,10 @@ function ds(e, t) {
|
|
|
1494
1495
|
return null;
|
|
1495
1496
|
}
|
|
1496
1497
|
const Xe = typeof globalThis < "u" ? globalThis : typeof self < "u" ? self : typeof window < "u" ? window : global, us = (e) => !dt(e) && e !== Xe;
|
|
1497
|
-
function
|
|
1498
|
+
function Qn() {
|
|
1498
1499
|
const { caseless: e, skipUndefined: t } = us(this) && this || {}, n = {}, s = (o, i) => {
|
|
1499
1500
|
const r = e && ds(n, i) || i;
|
|
1500
|
-
tn(n[r]) && tn(o) ? n[r] =
|
|
1501
|
+
tn(n[r]) && tn(o) ? n[r] = Qn(n[r], o) : tn(o) ? n[r] = Qn({}, o) : ft(o) ? n[r] = o.slice() : (!t || !dt(o)) && (n[r] = o);
|
|
1501
1502
|
};
|
|
1502
1503
|
for (let o = 0, i = arguments.length; o < i; o++)
|
|
1503
1504
|
arguments[o] && Dt(arguments[o], s);
|
|
@@ -1636,7 +1637,7 @@ const Ui = (e) => {
|
|
|
1636
1637
|
isTypedArray: Ai,
|
|
1637
1638
|
isFileList: ni,
|
|
1638
1639
|
forEach: Dt,
|
|
1639
|
-
merge:
|
|
1640
|
+
merge: Qn,
|
|
1640
1641
|
extend: ui,
|
|
1641
1642
|
trim: di,
|
|
1642
1643
|
stripBOM: mi,
|
|
@@ -1722,7 +1723,7 @@ O.from = (e, t, n, s, o, i) => {
|
|
|
1722
1723
|
return O.call(r, l, c, n, s, o), e && r.cause == null && Object.defineProperty(r, "cause", { value: e, configurable: !0 }), r.name = e && e.name || "Error", i && Object.assign(r, i), r;
|
|
1723
1724
|
};
|
|
1724
1725
|
const Bi = null;
|
|
1725
|
-
function
|
|
1726
|
+
function jn(e) {
|
|
1726
1727
|
return A.isPlainObject(e) || A.isArray(e);
|
|
1727
1728
|
}
|
|
1728
1729
|
function ps(e) {
|
|
@@ -1734,7 +1735,7 @@ function ga(e, t, n) {
|
|
|
1734
1735
|
}).join(n ? "." : "") : t;
|
|
1735
1736
|
}
|
|
1736
1737
|
function Li(e) {
|
|
1737
|
-
return A.isArray(e) && !e.some(
|
|
1738
|
+
return A.isArray(e) && !e.some(jn);
|
|
1738
1739
|
}
|
|
1739
1740
|
const Ri = A.toFlatObject(A, {}, null, function(t) {
|
|
1740
1741
|
return /^is[A-Z]/.test(t);
|
|
@@ -1776,12 +1777,12 @@ function yn(e, t, n) {
|
|
|
1776
1777
|
);
|
|
1777
1778
|
}), !1;
|
|
1778
1779
|
}
|
|
1779
|
-
return
|
|
1780
|
+
return jn(g) ? !0 : (t.append(ga(y, p, i), u(g)), !1);
|
|
1780
1781
|
}
|
|
1781
1782
|
const h = [], f = Object.assign(Ri, {
|
|
1782
1783
|
defaultVisitor: d,
|
|
1783
1784
|
convertValue: u,
|
|
1784
|
-
isVisitable:
|
|
1785
|
+
isVisitable: jn
|
|
1785
1786
|
});
|
|
1786
1787
|
function w(g, p) {
|
|
1787
1788
|
if (!A.isUndefined(g)) {
|
|
@@ -1907,7 +1908,7 @@ const ys = {
|
|
|
1907
1908
|
silentJSONParsing: !0,
|
|
1908
1909
|
forcedJSONParsing: !0,
|
|
1909
1910
|
clarifyTimeoutError: !1
|
|
1910
|
-
}, Mi = typeof URLSearchParams < "u" ? URLSearchParams : Jn, Pi = typeof FormData < "u" ? FormData : null, Oi = typeof Blob < "u" ? Blob : null,
|
|
1911
|
+
}, Mi = typeof URLSearchParams < "u" ? URLSearchParams : Jn, Pi = typeof FormData < "u" ? FormData : null, Oi = typeof Blob < "u" ? Blob : null, Qi = {
|
|
1911
1912
|
isBrowser: !0,
|
|
1912
1913
|
classes: {
|
|
1913
1914
|
URLSearchParams: Mi,
|
|
@@ -1915,17 +1916,17 @@ const ys = {
|
|
|
1915
1916
|
Blob: Oi
|
|
1916
1917
|
},
|
|
1917
1918
|
protocols: ["http", "https", "file", "blob", "url", "data"]
|
|
1918
|
-
}, Zn = typeof window < "u" && typeof document < "u", Gn = typeof navigator == "object" && navigator || void 0,
|
|
1919
|
-
self instanceof WorkerGlobalScope && typeof self.importScripts == "function",
|
|
1919
|
+
}, Zn = typeof window < "u" && typeof document < "u", Gn = typeof navigator == "object" && navigator || void 0, ji = Zn && (!Gn || ["ReactNative", "NativeScript", "NS"].indexOf(Gn.product) < 0), Gi = typeof WorkerGlobalScope < "u" && // eslint-disable-next-line no-undef
|
|
1920
|
+
self instanceof WorkerGlobalScope && typeof self.importScripts == "function", Hi = Zn && window.location.href || "http://localhost", zi = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
1920
1921
|
__proto__: null,
|
|
1921
1922
|
hasBrowserEnv: Zn,
|
|
1922
|
-
hasStandardBrowserEnv:
|
|
1923
|
+
hasStandardBrowserEnv: ji,
|
|
1923
1924
|
hasStandardBrowserWebWorkerEnv: Gi,
|
|
1924
1925
|
navigator: Gn,
|
|
1925
|
-
origin:
|
|
1926
|
+
origin: Hi
|
|
1926
1927
|
}, Symbol.toStringTag, { value: "Module" })), oe = {
|
|
1927
|
-
...
|
|
1928
|
-
...
|
|
1928
|
+
...zi,
|
|
1929
|
+
...Qi
|
|
1929
1930
|
};
|
|
1930
1931
|
function Vi(e, t) {
|
|
1931
1932
|
return yn(e, new oe.classes.URLSearchParams(), {
|
|
@@ -2592,7 +2593,7 @@ const Ns = (e) => {
|
|
|
2592
2593
|
}, {
|
|
2593
2594
|
highWaterMark: 2
|
|
2594
2595
|
});
|
|
2595
|
-
}, va = 64 * 1024, { isFunction:
|
|
2596
|
+
}, va = 64 * 1024, { isFunction: Ht } = A, fr = (({ Request: e, Response: t }) => ({
|
|
2596
2597
|
Request: e,
|
|
2597
2598
|
Response: t
|
|
2598
2599
|
}))(A.global), {
|
|
@@ -2608,10 +2609,10 @@ const Ns = (e) => {
|
|
|
2608
2609
|
e = A.merge.call({
|
|
2609
2610
|
skipUndefined: !0
|
|
2610
2611
|
}, fr, e);
|
|
2611
|
-
const { fetch: t, Request: n, Response: s } = e, o = t ?
|
|
2612
|
+
const { fetch: t, Request: n, Response: s } = e, o = t ? Ht(t) : typeof fetch == "function", i = Ht(n), r = Ht(s);
|
|
2612
2613
|
if (!o)
|
|
2613
2614
|
return !1;
|
|
2614
|
-
const l = o &&
|
|
2615
|
+
const l = o && Ht(Na), c = o && (typeof Sa == "function" ? /* @__PURE__ */ ((g) => (p) => g.encode(p))(new Sa()) : async (g) => new Uint8Array(await new n(g).arrayBuffer())), u = i && l && xa(() => {
|
|
2615
2616
|
let g = !1;
|
|
2616
2617
|
const p = new n(oe.origin, {
|
|
2617
2618
|
body: new Na(),
|
|
@@ -2661,24 +2662,24 @@ const Ns = (e) => {
|
|
|
2661
2662
|
onDownloadProgress: I,
|
|
2662
2663
|
onUploadProgress: E,
|
|
2663
2664
|
responseType: D,
|
|
2664
|
-
headers:
|
|
2665
|
+
headers: H,
|
|
2665
2666
|
withCredentials: F = "same-origin",
|
|
2666
2667
|
fetchOptions: M
|
|
2667
2668
|
} = Ns(g), T = t || fetch;
|
|
2668
2669
|
D = D ? (D + "").toLowerCase() : "text";
|
|
2669
|
-
let
|
|
2670
|
-
const q =
|
|
2671
|
-
|
|
2670
|
+
let z = dr([U, N && N.toAbortSignal()], R), ne = null;
|
|
2671
|
+
const q = z && z.unsubscribe && (() => {
|
|
2672
|
+
z.unsubscribe();
|
|
2672
2673
|
});
|
|
2673
2674
|
let x;
|
|
2674
2675
|
try {
|
|
2675
|
-
if (E && u && y !== "get" && y !== "head" && (x = await w(
|
|
2676
|
+
if (E && u && y !== "get" && y !== "head" && (x = await w(H, C)) !== 0) {
|
|
2676
2677
|
let L = new n(p, {
|
|
2677
2678
|
method: "POST",
|
|
2678
2679
|
body: C,
|
|
2679
2680
|
duplex: "half"
|
|
2680
2681
|
}), G;
|
|
2681
|
-
if (A.isFormData(C) && (G = L.headers.get("content-type")) &&
|
|
2682
|
+
if (A.isFormData(C) && (G = L.headers.get("content-type")) && H.setContentType(G), L.body) {
|
|
2682
2683
|
const [W, V] = ya(
|
|
2683
2684
|
x,
|
|
2684
2685
|
ln(Ca(E))
|
|
@@ -2689,9 +2690,9 @@ const Ns = (e) => {
|
|
|
2689
2690
|
A.isString(F) || (F = F ? "include" : "omit");
|
|
2690
2691
|
const b = i && "credentials" in n.prototype, B = {
|
|
2691
2692
|
...M,
|
|
2692
|
-
signal:
|
|
2693
|
+
signal: z,
|
|
2693
2694
|
method: y.toUpperCase(),
|
|
2694
|
-
headers:
|
|
2695
|
+
headers: H.normalize().toJSON(),
|
|
2695
2696
|
body: C,
|
|
2696
2697
|
duplex: "half",
|
|
2697
2698
|
credentials: b ? F : void 0
|
|
@@ -3082,7 +3083,7 @@ function br(e) {
|
|
|
3082
3083
|
function _r(e) {
|
|
3083
3084
|
return A.isObject(e) && e.isAxiosError === !0;
|
|
3084
3085
|
}
|
|
3085
|
-
const
|
|
3086
|
+
const Hn = {
|
|
3086
3087
|
Continue: 100,
|
|
3087
3088
|
SwitchingProtocols: 101,
|
|
3088
3089
|
Processing: 102,
|
|
@@ -3153,8 +3154,8 @@ const zn = {
|
|
|
3153
3154
|
SslHandshakeFailed: 525,
|
|
3154
3155
|
InvalidSslCertificate: 526
|
|
3155
3156
|
};
|
|
3156
|
-
Object.entries(
|
|
3157
|
-
|
|
3157
|
+
Object.entries(Hn).forEach(([e, t]) => {
|
|
3158
|
+
Hn[t] = e;
|
|
3158
3159
|
});
|
|
3159
3160
|
function ks(e) {
|
|
3160
3161
|
const t = new et(e), n = is(et.prototype.request, t);
|
|
@@ -3180,30 +3181,31 @@ Y.mergeConfig = nt;
|
|
|
3180
3181
|
Y.AxiosHeaders = he;
|
|
3181
3182
|
Y.formToJSON = (e) => Cs(A.isHTMLForm(e) ? new FormData(e) : e);
|
|
3182
3183
|
Y.getAdapter = xs.getAdapter;
|
|
3183
|
-
Y.HttpStatusCode =
|
|
3184
|
+
Y.HttpStatusCode = Hn;
|
|
3184
3185
|
Y.default = Y;
|
|
3185
3186
|
const {
|
|
3186
|
-
Axios:
|
|
3187
|
-
AxiosError:
|
|
3188
|
-
CanceledError:
|
|
3189
|
-
isCancel:
|
|
3190
|
-
CancelToken:
|
|
3191
|
-
VERSION:
|
|
3192
|
-
all:
|
|
3193
|
-
Cancel:
|
|
3194
|
-
isAxiosError:
|
|
3195
|
-
spread:
|
|
3196
|
-
toFormData:
|
|
3197
|
-
AxiosHeaders:
|
|
3198
|
-
HttpStatusCode:
|
|
3199
|
-
formToJSON:
|
|
3200
|
-
getAdapter:
|
|
3201
|
-
mergeConfig:
|
|
3187
|
+
Axios: w3,
|
|
3188
|
+
AxiosError: y3,
|
|
3189
|
+
CanceledError: C3,
|
|
3190
|
+
isCancel: b3,
|
|
3191
|
+
CancelToken: _3,
|
|
3192
|
+
VERSION: v3,
|
|
3193
|
+
all: N3,
|
|
3194
|
+
Cancel: S3,
|
|
3195
|
+
isAxiosError: x3,
|
|
3196
|
+
spread: E3,
|
|
3197
|
+
toFormData: U3,
|
|
3198
|
+
AxiosHeaders: k3,
|
|
3199
|
+
HttpStatusCode: I3,
|
|
3200
|
+
formToJSON: T3,
|
|
3201
|
+
getAdapter: q3,
|
|
3202
|
+
mergeConfig: B3
|
|
3202
3203
|
} = Y;
|
|
3203
3204
|
class xe {
|
|
3204
3205
|
constructor(t) {
|
|
3205
|
-
this.props = t;
|
|
3206
|
+
this.props = t, t?.config?.configVersion && (this.configVersion = t.config.configVersion);
|
|
3206
3207
|
}
|
|
3208
|
+
configVersion = ".config";
|
|
3207
3209
|
generateTokenOffline = async (t) => {
|
|
3208
3210
|
const {
|
|
3209
3211
|
PUBLIC_IS_OFFLINE: n,
|
|
@@ -3240,7 +3242,7 @@ class xe {
|
|
|
3240
3242
|
getBanners = async (t) => this.props?.axiosApi.get("/config/banners", {
|
|
3241
3243
|
params: {
|
|
3242
3244
|
...t,
|
|
3243
|
-
path: this.props?.config?.servicePrefix +
|
|
3245
|
+
path: this.props?.config?.servicePrefix + `/${this.configVersion}/banners.html`
|
|
3244
3246
|
}
|
|
3245
3247
|
}).catch((n) => (console.log(`[/config/banners] Error: ${n.message}`), Promise.reject(n)));
|
|
3246
3248
|
getPages = (t) => this.props?.axiosApi.get("/config/pages", { params: t }).catch((n) => (console.log(`[/config/pages] Error: ${n.message}`), Promise.reject(n)));
|
|
@@ -3290,7 +3292,7 @@ class vr extends xe {
|
|
|
3290
3292
|
const n = await this.props?.axiosApi.get("/config/blocks-saas", {
|
|
3291
3293
|
params: {
|
|
3292
3294
|
...t,
|
|
3293
|
-
path: this.props?.config?.servicePrefix +
|
|
3295
|
+
path: this.props?.config?.servicePrefix + `/${this.configVersion}/columna_derecha.html`
|
|
3294
3296
|
}
|
|
3295
3297
|
});
|
|
3296
3298
|
if (!n || !n.data || !n.data.data || n.data.data.length === 0 || !n.data.data[0]?.value || !n.data.data[0].block || !this.props?.imgSizes[n.data.data[0].block])
|
|
@@ -3341,7 +3343,7 @@ class vr extends xe {
|
|
|
3341
3343
|
return { blockSass: n.data.data };
|
|
3342
3344
|
};
|
|
3343
3345
|
}
|
|
3344
|
-
class
|
|
3346
|
+
class L3 {
|
|
3345
3347
|
issuuApi = "https://api.issuu.com/v2";
|
|
3346
3348
|
api = void 0;
|
|
3347
3349
|
constructor(t) {
|
|
@@ -3377,7 +3379,7 @@ class L9 {
|
|
|
3377
3379
|
}
|
|
3378
3380
|
}
|
|
3379
3381
|
}
|
|
3380
|
-
const
|
|
3382
|
+
const R3 = async (e, t, n, s, o, i) => {
|
|
3381
3383
|
const r = new vr({
|
|
3382
3384
|
config: t,
|
|
3383
3385
|
imgSizes: n,
|
|
@@ -3406,7 +3408,7 @@ const R9 = async (e, t, n, s, o, i) => {
|
|
|
3406
3408
|
}, Nr = (e) => {
|
|
3407
3409
|
const t = vo(e);
|
|
3408
3410
|
return t && t.data ? t.data : t;
|
|
3409
|
-
},
|
|
3411
|
+
}, D3 = async (e) => {
|
|
3410
3412
|
const t = await Promise.allSettled(
|
|
3411
3413
|
Object.values(e).map((o) => o.promise)
|
|
3412
3414
|
), n = Object.keys(e), s = {};
|
|
@@ -3465,7 +3467,7 @@ const R9 = async (e, t, n, s, o, i) => {
|
|
|
3465
3467
|
});
|
|
3466
3468
|
if (!d) return ue(t);
|
|
3467
3469
|
const h = d.data.data, f = h[0];
|
|
3468
|
-
return h.length < u || l.push({ rel: "next", url:
|
|
3470
|
+
return h.length < u || l.push({ rel: "next", url: Qt(n, r, c) }), c > 1 && l.push({ rel: "prev", url: jt(n, r, c) }), {
|
|
3469
3471
|
...t,
|
|
3470
3472
|
title: `Últimas Noticias de ${f.info.section?.name} | ${n.name}`,
|
|
3471
3473
|
description: `Todas las últimas noticias de ${f.info.section?.name} en ${n.name}`,
|
|
@@ -3512,10 +3514,10 @@ const R9 = async (e, t, n, s, o, i) => {
|
|
|
3512
3514
|
const g = w.data.entity;
|
|
3513
3515
|
return g ? (w.data.data?.length < u || l.push({
|
|
3514
3516
|
rel: "next",
|
|
3515
|
-
url:
|
|
3517
|
+
url: Qt(n, r, c)
|
|
3516
3518
|
}), c > 1 && l.push({
|
|
3517
3519
|
rel: "prev",
|
|
3518
|
-
url:
|
|
3520
|
+
url: jt(n, r, c)
|
|
3519
3521
|
}), {
|
|
3520
3522
|
...t,
|
|
3521
3523
|
title: `Últimas noticias de ${g.name} | ${n.name}`,
|
|
@@ -3581,10 +3583,10 @@ const R9 = async (e, t, n, s, o, i) => {
|
|
|
3581
3583
|
});
|
|
3582
3584
|
return c ? (c.data.data.length < Number(n.newsListLimit) || r.push({
|
|
3583
3585
|
rel: "next",
|
|
3584
|
-
url:
|
|
3586
|
+
url: Qt(n, i, l)
|
|
3585
3587
|
}), l > 1 && r.push({
|
|
3586
3588
|
rel: "prev",
|
|
3587
|
-
url:
|
|
3589
|
+
url: jt(n, i, l)
|
|
3588
3590
|
}), {
|
|
3589
3591
|
...t,
|
|
3590
3592
|
title: "Videos | " + n.name,
|
|
@@ -3679,10 +3681,10 @@ const R9 = async (e, t, n, s, o, i) => {
|
|
|
3679
3681
|
});
|
|
3680
3682
|
return h ? (h.data.data.length < Number(n.newsListLimit) || c.push({
|
|
3681
3683
|
rel: "next",
|
|
3682
|
-
url:
|
|
3684
|
+
url: Qt(n, l, u)
|
|
3683
3685
|
}), u > 1 && c.push({
|
|
3684
3686
|
rel: "prev",
|
|
3685
|
-
url:
|
|
3687
|
+
url: jt(n, l, u)
|
|
3686
3688
|
}), {
|
|
3687
3689
|
...t,
|
|
3688
3690
|
title: `Últimas Noticias de ${d?.data.data[0]?.info.fullname} | ${n.name}`,
|
|
@@ -3705,7 +3707,7 @@ const R9 = async (e, t, n, s, o, i) => {
|
|
|
3705
3707
|
}
|
|
3706
3708
|
}
|
|
3707
3709
|
};
|
|
3708
|
-
async function
|
|
3710
|
+
async function M3({
|
|
3709
3711
|
axiosApi: e,
|
|
3710
3712
|
headConfig: t = {
|
|
3711
3713
|
ampConfig: !1,
|
|
@@ -3751,7 +3753,7 @@ async function M9({
|
|
|
3751
3753
|
currentNew: u,
|
|
3752
3754
|
internalPath: h
|
|
3753
3755
|
});
|
|
3754
|
-
return /* @__PURE__ */ m(
|
|
3756
|
+
return /* @__PURE__ */ m(Q, { children: [
|
|
3755
3757
|
/* @__PURE__ */ a("meta", { charSet: "utf-8" }),
|
|
3756
3758
|
/* @__PURE__ */ a("meta", { name: "viewport", content: "width=device-width" }),
|
|
3757
3759
|
I,
|
|
@@ -3783,7 +3785,7 @@ async function M9({
|
|
|
3783
3785
|
}
|
|
3784
3786
|
),
|
|
3785
3787
|
t.schemas_NewsArticle && h && /* @__PURE__ */ a(
|
|
3786
|
-
|
|
3788
|
+
jo,
|
|
3787
3789
|
{
|
|
3788
3790
|
BASE_URL: f.siteUrl,
|
|
3789
3791
|
config: f,
|
|
@@ -3793,7 +3795,7 @@ async function M9({
|
|
|
3793
3795
|
),
|
|
3794
3796
|
/* @__PURE__ */ a(Go, { config: f, socials: w }),
|
|
3795
3797
|
t.schemas_Videos && h && /* @__PURE__ */ a(
|
|
3796
|
-
|
|
3798
|
+
zo,
|
|
3797
3799
|
{
|
|
3798
3800
|
axiosApi: e,
|
|
3799
3801
|
realPath: h,
|
|
@@ -3801,7 +3803,7 @@ async function M9({
|
|
|
3801
3803
|
}
|
|
3802
3804
|
),
|
|
3803
3805
|
t.schemas_ItemList && /* @__PURE__ */ a(
|
|
3804
|
-
|
|
3806
|
+
Qo,
|
|
3805
3807
|
{
|
|
3806
3808
|
config: f,
|
|
3807
3809
|
ROUTE: o,
|
|
@@ -3809,7 +3811,7 @@ async function M9({
|
|
|
3809
3811
|
axiosApi: e
|
|
3810
3812
|
}
|
|
3811
3813
|
),
|
|
3812
|
-
t.schemas_WebsiteList && /* @__PURE__ */ a(
|
|
3814
|
+
t.schemas_WebsiteList && /* @__PURE__ */ a(Ho, { config: f }),
|
|
3813
3815
|
/* @__PURE__ */ a(
|
|
3814
3816
|
Po,
|
|
3815
3817
|
{
|
|
@@ -3821,7 +3823,7 @@ async function M9({
|
|
|
3821
3823
|
N
|
|
3822
3824
|
] });
|
|
3823
3825
|
}
|
|
3824
|
-
const
|
|
3826
|
+
const P3 = ({
|
|
3825
3827
|
children: e,
|
|
3826
3828
|
defaultRouteName: t,
|
|
3827
3829
|
banners: n,
|
|
@@ -3842,7 +3844,7 @@ const P9 = ({
|
|
|
3842
3844
|
currentNew: c,
|
|
3843
3845
|
internalPath: r
|
|
3844
3846
|
}), g = d.before.active, p = d.after.active, y = g ? d.before.customData ? d.before.customData : w : void 0, C = p ? d.after.customData ? d.after.customData : w : void 0;
|
|
3845
|
-
return /* @__PURE__ */ m(
|
|
3847
|
+
return /* @__PURE__ */ m(Q, { children: [
|
|
3846
3848
|
/* @__PURE__ */ a(ns, { name: "bodybefore", banners: n, replaces: y }),
|
|
3847
3849
|
e,
|
|
3848
3850
|
/* @__PURE__ */ a(ao, { id: l.marfeel }),
|
|
@@ -3851,7 +3853,7 @@ const P9 = ({
|
|
|
3851
3853
|
h,
|
|
3852
3854
|
/* @__PURE__ */ a(To, { name: "bodyafter", banners: n, replaces: C })
|
|
3853
3855
|
] });
|
|
3854
|
-
}, xr = "
|
|
3856
|
+
}, xr = "_content_v0dac_1", Er = {
|
|
3855
3857
|
content: xr
|
|
3856
3858
|
}, Ur = () => /* @__PURE__ */ a(
|
|
3857
3859
|
"svg",
|
|
@@ -3869,10 +3871,10 @@ const P9 = ({
|
|
|
3869
3871
|
}
|
|
3870
3872
|
)
|
|
3871
3873
|
}
|
|
3872
|
-
), kr = "
|
|
3874
|
+
), kr = "_content_701km_1", Ir = "_location_701km_21", Ia = {
|
|
3873
3875
|
content: kr,
|
|
3874
3876
|
location: Ir
|
|
3875
|
-
},
|
|
3877
|
+
}, O3 = (e) => /* @__PURE__ */ m("div", { className: Ia.content, children: [
|
|
3876
3878
|
/* @__PURE__ */ a(Ur, {}),
|
|
3877
3879
|
/* @__PURE__ */ a("p", { className: Ia.location, children: e.place })
|
|
3878
3880
|
] }), Pt = ({
|
|
@@ -3892,7 +3894,7 @@ function qr({
|
|
|
3892
3894
|
enableDrag: i,
|
|
3893
3895
|
onIndexChange: r
|
|
3894
3896
|
}) {
|
|
3895
|
-
const [l, c] =
|
|
3897
|
+
const [l, c] = j(!1), [u, d] = j(0), [h, f] = j(0), [w, g] = j(0), [p, y] = j(0), [C, U] = j(null), N = Za(null), [R, I] = j(1), E = ae(() => {
|
|
3896
3898
|
if (o) return 1;
|
|
3897
3899
|
const _ = N.current?.offsetWidth || window.innerWidth, L = n + s, G = Math.floor(_ / L);
|
|
3898
3900
|
return Math.max(1, G);
|
|
@@ -3904,7 +3906,7 @@ function qr({
|
|
|
3904
3906
|
};
|
|
3905
3907
|
return _(), window.addEventListener("resize", _), () => window.removeEventListener("resize", _);
|
|
3906
3908
|
}, [E]);
|
|
3907
|
-
const
|
|
3909
|
+
const H = ae(() => {
|
|
3908
3910
|
const _ = E();
|
|
3909
3911
|
return Math.max(0, t - _);
|
|
3910
3912
|
}, [t, E])(), F = ae(() => {
|
|
@@ -3930,7 +3932,7 @@ function qr({
|
|
|
3930
3932
|
}
|
|
3931
3933
|
},
|
|
3932
3934
|
[o, n, s, E, F]
|
|
3933
|
-
),
|
|
3935
|
+
), z = ae(
|
|
3934
3936
|
(_) => {
|
|
3935
3937
|
i && (d(_), f(_), g(0), y(Date.now()), c(!0), document.body.classList.add("dragging"));
|
|
3936
3938
|
},
|
|
@@ -3938,10 +3940,10 @@ function qr({
|
|
|
3938
3940
|
), ne = ae(
|
|
3939
3941
|
(_) => {
|
|
3940
3942
|
if (!l || !i) return;
|
|
3941
|
-
const L = _ - u, G = (n + s) * 1.2, W = e === 0 && L > 0, V = e ===
|
|
3943
|
+
const L = _ - u, G = (n + s) * 1.2, W = e === 0 && L > 0, V = e === H && L < 0, Z = W || V ? Math.sign(L) * Math.min(Math.abs(L), G) : L;
|
|
3942
3944
|
f(_), g(Z);
|
|
3943
3945
|
},
|
|
3944
|
-
[l, u, i, e,
|
|
3946
|
+
[l, u, i, e, H, n, s]
|
|
3945
3947
|
), q = ae(
|
|
3946
3948
|
(_) => {
|
|
3947
3949
|
ne(_.clientX);
|
|
@@ -3956,7 +3958,7 @@ function qr({
|
|
|
3956
3958
|
const ve = Math.max(0, e - _e);
|
|
3957
3959
|
r(ve);
|
|
3958
3960
|
} else {
|
|
3959
|
-
const ve = Math.min(
|
|
3961
|
+
const ve = Math.min(H, e + _e);
|
|
3960
3962
|
r(ve);
|
|
3961
3963
|
}
|
|
3962
3964
|
c(!1), g(0), document.body.classList.remove("dragging"), document.removeEventListener("mousemove", q), document.removeEventListener("mouseup", x), _.clientX === u && C?.dispatchEvent(new PointerEvent("click"));
|
|
@@ -3967,7 +3969,7 @@ function qr({
|
|
|
3967
3969
|
u,
|
|
3968
3970
|
p,
|
|
3969
3971
|
e,
|
|
3970
|
-
|
|
3972
|
+
H,
|
|
3971
3973
|
i,
|
|
3972
3974
|
r,
|
|
3973
3975
|
T,
|
|
@@ -3976,14 +3978,14 @@ function qr({
|
|
|
3976
3978
|
]
|
|
3977
3979
|
), b = ae(
|
|
3978
3980
|
(_) => {
|
|
3979
|
-
_.preventDefault(), ["a", "span"].includes(_.target?.localName) && U(_.target),
|
|
3981
|
+
_.preventDefault(), ["a", "span"].includes(_.target?.localName) && U(_.target), z(_.clientX);
|
|
3980
3982
|
},
|
|
3981
|
-
[
|
|
3983
|
+
[z]
|
|
3982
3984
|
), B = ae(
|
|
3983
3985
|
(_) => {
|
|
3984
|
-
|
|
3986
|
+
z(_.touches[0].clientX);
|
|
3985
3987
|
},
|
|
3986
|
-
[
|
|
3988
|
+
[z]
|
|
3987
3989
|
), S = ae(
|
|
3988
3990
|
(_) => {
|
|
3989
3991
|
l && (_.preventDefault(), ne(_.touches[0].clientX));
|
|
@@ -4007,7 +4009,7 @@ function qr({
|
|
|
4007
4009
|
isDragging: l,
|
|
4008
4010
|
translateOffset: w,
|
|
4009
4011
|
carrouselRef: N,
|
|
4010
|
-
maxIndex:
|
|
4012
|
+
maxIndex: H,
|
|
4011
4013
|
getTranslateValue: M,
|
|
4012
4014
|
actualVisibleItems: R,
|
|
4013
4015
|
dragHandlers: {
|
|
@@ -4019,7 +4021,7 @@ function qr({
|
|
|
4019
4021
|
}
|
|
4020
4022
|
};
|
|
4021
4023
|
}
|
|
4022
|
-
function
|
|
4024
|
+
function Q3(e) {
|
|
4023
4025
|
const {
|
|
4024
4026
|
children: t,
|
|
4025
4027
|
slot_id: n,
|
|
@@ -4029,7 +4031,7 @@ function j9(e) {
|
|
|
4029
4031
|
fullPageWidth: r = !1,
|
|
4030
4032
|
pagination: l = !1,
|
|
4031
4033
|
enableDrag: c = !0
|
|
4032
|
-
} = e, u = Array.isArray(t) ? t : t?.props?.value?.split("SPLITING"), [d, h] =
|
|
4034
|
+
} = e, u = Array.isArray(t) ? t : t?.props?.value?.split("SPLITING"), [d, h] = j(0), [f, w] = j(!1);
|
|
4033
4035
|
Ie(() => {
|
|
4034
4036
|
w(!0);
|
|
4035
4037
|
const M = document.getElementById("ssr-dummy_" + n);
|
|
@@ -4063,7 +4065,7 @@ function j9(e) {
|
|
|
4063
4065
|
I(d + 1);
|
|
4064
4066
|
}, [d, I]);
|
|
4065
4067
|
if (!f) return;
|
|
4066
|
-
const
|
|
4068
|
+
const H = U(d, p), F = r ? `translateX(${H}%)` : `translateX(${H}px)`;
|
|
4067
4069
|
return /* @__PURE__ */ m("div", { className: `${n}- carrousel-container`, children: [
|
|
4068
4070
|
d > 0 && /* @__PURE__ */ a(
|
|
4069
4071
|
"button",
|
|
@@ -4164,15 +4166,15 @@ function j9(e) {
|
|
|
4164
4166
|
l && /* @__PURE__ */ a("nav", { className: "carrousel-pagination", children: Array.from(
|
|
4165
4167
|
{ length: Math.ceil(u.length / N) },
|
|
4166
4168
|
(M, T) => {
|
|
4167
|
-
const
|
|
4169
|
+
const z = Math.floor(d / N) === T;
|
|
4168
4170
|
return /* @__PURE__ */ a(
|
|
4169
4171
|
"li",
|
|
4170
4172
|
{
|
|
4171
|
-
className:
|
|
4173
|
+
className: z ? "active" : "",
|
|
4172
4174
|
onClick: () => I(T * N),
|
|
4173
4175
|
style: {
|
|
4174
4176
|
cursor: "pointer",
|
|
4175
|
-
backgroundColor:
|
|
4177
|
+
backgroundColor: z ? "var(--carrousel-pagination-background-color)" : "var(--carrousel-pagination-background-color-white)"
|
|
4176
4178
|
}
|
|
4177
4179
|
},
|
|
4178
4180
|
T
|
|
@@ -4223,7 +4225,7 @@ function pt(e) {
|
|
|
4223
4225
|
}
|
|
4224
4226
|
);
|
|
4225
4227
|
}
|
|
4226
|
-
const Lr = "
|
|
4228
|
+
const Lr = "_content_1gcxd_1", Rr = {
|
|
4227
4229
|
content: Lr
|
|
4228
4230
|
}, tt = (e) => /* @__PURE__ */ a("div", { className: Rr.content, children: e.children }), Dr = (e) => (e || "").replaceAll("[section_replace]", "").replaceAll("[tags_replace]", "").replaceAll("[url_replace]", "").replaceAll("[creator_replace]", ""), Ye = ({ banners: e, index: t }) => {
|
|
4229
4231
|
if (!e || e.length === 0) return null;
|
|
@@ -4238,7 +4240,7 @@ const Lr = "_content_3olxv_1", Rr = {
|
|
|
4238
4240
|
}
|
|
4239
4241
|
}
|
|
4240
4242
|
) : null;
|
|
4241
|
-
}, Mr = "
|
|
4243
|
+
}, Mr = "_content_45avd_1", Pr = {
|
|
4242
4244
|
content: Mr
|
|
4243
4245
|
}, ie = ({ banners: e, name: t }) => {
|
|
4244
4246
|
if (!e || e.length === 0) return null;
|
|
@@ -4254,13 +4256,13 @@ const Lr = "_content_3olxv_1", Rr = {
|
|
|
4254
4256
|
},
|
|
4255
4257
|
n.key
|
|
4256
4258
|
);
|
|
4257
|
-
}, Or = "
|
|
4259
|
+
}, Or = "_boxInformation_1utaq_1", Qr = "_sectionDescriptionContainer_1utaq_17", jr = "_uppertitle_1utaq_39", Gr = "_sectionDescription_1utaq_17", Hr = "_articule_1utaq_119", zr = "_linkStyled_1utaq_147", Vr = "_description_1utaq_169", Fr = "_correspondent_1utaq_225", Wr = "_correspondentLink_1utaq_249", $r = "_dotStyles_1utaq_273", Yr = "_clipboardButton_1utaq_287", Kr = "_socialNetworkSection_1utaq_315", $ = {
|
|
4258
4260
|
boxInformation: Or,
|
|
4259
|
-
sectionDescriptionContainer:
|
|
4260
|
-
uppertitle:
|
|
4261
|
+
sectionDescriptionContainer: Qr,
|
|
4262
|
+
uppertitle: jr,
|
|
4261
4263
|
sectionDescription: Gr,
|
|
4262
|
-
articule:
|
|
4263
|
-
linkStyled:
|
|
4264
|
+
articule: Hr,
|
|
4265
|
+
linkStyled: zr,
|
|
4264
4266
|
description: Vr,
|
|
4265
4267
|
correspondent: Fr,
|
|
4266
4268
|
correspondentLink: Wr,
|
|
@@ -4475,7 +4477,7 @@ const At = (e) => {
|
|
|
4475
4477
|
) : e.main?.title?.section
|
|
4476
4478
|
),
|
|
4477
4479
|
e.config?.showsubtitle && /* @__PURE__ */ a(o, {}),
|
|
4478
|
-
(e?.config?.showtime || e.config?.showauthor) && /* @__PURE__ */ a(
|
|
4480
|
+
(e?.config?.showtime || e.config?.showauthor) && /* @__PURE__ */ a(Q, { children: e.authors[0]?.internaluser ? /* @__PURE__ */ a("h3", { children: /* @__PURE__ */ a(
|
|
4479
4481
|
k,
|
|
4480
4482
|
{
|
|
4481
4483
|
"aria-label": s(),
|
|
@@ -4485,12 +4487,12 @@ const At = (e) => {
|
|
|
4485
4487
|
}
|
|
4486
4488
|
) }) : /* @__PURE__ */ a("h3", { className: $.correspondent, children: s() }) })
|
|
4487
4489
|
] });
|
|
4488
|
-
}, Xr = "
|
|
4490
|
+
}, Xr = "_content_veayf_1", el = "_contentNew_veayf_41", tl = "_imageBox_veayf_57", nl = "_numberTag_veayf_87", zt = {
|
|
4489
4491
|
content: Xr,
|
|
4490
4492
|
contentNew: el,
|
|
4491
4493
|
imageBox: tl,
|
|
4492
4494
|
numberTag: nl
|
|
4493
|
-
}, al = "
|
|
4495
|
+
}, al = "_figure_1begb_1", sl = "_backdrop_1begb_11", ol = "_backdropAux_1begb_31", il = "_imageStyled_1begb_73", rl = "_boxPlayIcon_1begb_101", ll = "_playStyled_1begb_119", cl = "_imageLogoPlaceholder_1begb_153", dl = "_imagePlaceholder_1begb_195", K = {
|
|
4494
4496
|
figure: al,
|
|
4495
4497
|
backdrop: sl,
|
|
4496
4498
|
backdropAux: ol,
|
|
@@ -4534,7 +4536,7 @@ const At = (e) => {
|
|
|
4534
4536
|
src: o[0]?.url ? o[0]?.url : void 0
|
|
4535
4537
|
}
|
|
4536
4538
|
),
|
|
4537
|
-
t && /* @__PURE__ */ m(
|
|
4539
|
+
t && /* @__PURE__ */ m(Q, { children: [
|
|
4538
4540
|
/* @__PURE__ */ a(
|
|
4539
4541
|
"div",
|
|
4540
4542
|
{
|
|
@@ -4592,7 +4594,7 @@ const At = (e) => {
|
|
|
4592
4594
|
src: o[0]?.url ? o[0]?.url : ""
|
|
4593
4595
|
}
|
|
4594
4596
|
),
|
|
4595
|
-
t && /* @__PURE__ */ m(
|
|
4597
|
+
t && /* @__PURE__ */ m(Q, { children: [
|
|
4596
4598
|
/* @__PURE__ */ a(
|
|
4597
4599
|
"div",
|
|
4598
4600
|
{
|
|
@@ -4639,7 +4641,7 @@ const At = (e) => {
|
|
|
4639
4641
|
isVideo: n = !1,
|
|
4640
4642
|
hasShadow: s = !1,
|
|
4641
4643
|
priorityHigh: o = !1
|
|
4642
|
-
} = e, [i, r] =
|
|
4644
|
+
} = e, [i, r] = j(void 0), l = t?.sizes;
|
|
4643
4645
|
return Ie(() => {
|
|
4644
4646
|
(async () => {
|
|
4645
4647
|
const { PUBLIC_IS_OFFLINE: u } = J();
|
|
@@ -4702,14 +4704,14 @@ const At = (e) => {
|
|
|
4702
4704
|
return /* @__PURE__ */ a(
|
|
4703
4705
|
"section",
|
|
4704
4706
|
{
|
|
4705
|
-
className:
|
|
4707
|
+
className: zt.content,
|
|
4706
4708
|
style: {
|
|
4707
4709
|
...e.customNewsDescriptionStyles
|
|
4708
4710
|
},
|
|
4709
4711
|
children: e.block.map(async (n, s) => /* @__PURE__ */ m(
|
|
4710
4712
|
"div",
|
|
4711
4713
|
{
|
|
4712
|
-
className:
|
|
4714
|
+
className: zt.contentNew,
|
|
4713
4715
|
style: {
|
|
4714
4716
|
flexDirection: t ? "row-reverse" : "row"
|
|
4715
4717
|
},
|
|
@@ -4717,12 +4719,12 @@ const At = (e) => {
|
|
|
4717
4719
|
/* @__PURE__ */ m(
|
|
4718
4720
|
"div",
|
|
4719
4721
|
{
|
|
4720
|
-
className:
|
|
4722
|
+
className: zt.imageBox,
|
|
4721
4723
|
style: {
|
|
4722
4724
|
"--heightImageOverwrite": "100%"
|
|
4723
4725
|
},
|
|
4724
4726
|
children: [
|
|
4725
|
-
/* @__PURE__ */ a("div", { className:
|
|
4727
|
+
/* @__PURE__ */ a("div", { className: zt.numberTag, children: s + 1 }),
|
|
4726
4728
|
n.main.title.home && /* @__PURE__ */ a(be, { preview: n.preview, priorityHigh: e.priorityHigh })
|
|
4727
4729
|
]
|
|
4728
4730
|
}
|
|
@@ -4734,7 +4736,7 @@ const At = (e) => {
|
|
|
4734
4736
|
))
|
|
4735
4737
|
}
|
|
4736
4738
|
);
|
|
4737
|
-
}, gl = "
|
|
4739
|
+
}, gl = "_content_196hz_1", pl = "_titulo_196hz_23", Ta = {
|
|
4738
4740
|
content: gl,
|
|
4739
4741
|
titulo: pl
|
|
4740
4742
|
}, Al = {
|
|
@@ -5696,7 +5698,7 @@ const At = (e) => {
|
|
|
5696
5698
|
]
|
|
5697
5699
|
}
|
|
5698
5700
|
);
|
|
5699
|
-
}, wl = "
|
|
5701
|
+
}, wl = "_content_dzkrz_1", yl = "_subscribeImage_dzkrz_43", Cl = "_tag_dzkrz_63", bl = "_contentTitle_dzkrz_99", _l = "_title_dzkrz_109", vl = "_inputStyled_dzkrz_143", Nl = "_buttonStyled_dzkrz_223", Sl = "_contentTerms_dzkrz_245", xl = "_subscribeText_dzkrz_255", El = "_terms_dzkrz_275", Ne = {
|
|
5700
5702
|
content: wl,
|
|
5701
5703
|
subscribeImage: yl,
|
|
5702
5704
|
tag: Cl,
|
|
@@ -5753,7 +5755,7 @@ const At = (e) => {
|
|
|
5753
5755
|
/* @__PURE__ */ a("p", { className: Ne.subscribeText, children: e.texts.newsletterTermsText ?? "Suscribirte implica aceptar los" }),
|
|
5754
5756
|
/* @__PURE__ */ a(k, { className: Ne.terms, children: e.texts.newsletterTermsAnchor ?? "Términos y condiciones" })
|
|
5755
5757
|
] })
|
|
5756
|
-
] }), kl = "
|
|
5758
|
+
] }), kl = "_content_19eag_1", Il = "_contentInfo_19eag_39", Tl = "_subscribeImage_19eag_55", ql = "_tag_19eag_83", Bl = "_contentTitle_19eag_119", Ll = "_title_19eag_129", Rl = "_subTitle_19eag_139", Dl = "_inputStyled_19eag_157", Ml = "_buttonStyled_19eag_235", Pl = "_contentTerms_19eag_261", Ol = "_subscribeText_19eag_273", Ql = "_terms_19eag_291", Ae = {
|
|
5757
5759
|
content: kl,
|
|
5758
5760
|
contentInfo: Il,
|
|
5759
5761
|
subscribeImage: Tl,
|
|
@@ -5765,8 +5767,8 @@ const At = (e) => {
|
|
|
5765
5767
|
buttonStyled: Ml,
|
|
5766
5768
|
contentTerms: Pl,
|
|
5767
5769
|
subscribeText: Ol,
|
|
5768
|
-
terms:
|
|
5769
|
-
},
|
|
5770
|
+
terms: Ql
|
|
5771
|
+
}, jl = (e) => /* @__PURE__ */ m("section", { className: Ae.content, children: [
|
|
5770
5772
|
/* @__PURE__ */ a("div", { className: Ae.subscribeImage, children: e.image }),
|
|
5771
5773
|
/* @__PURE__ */ m("div", { className: Ae.contentInfo, children: [
|
|
5772
5774
|
/* @__PURE__ */ a("div", { className: Ae.tag, children: e.texts.newsletterTag ?? "NEWS" }),
|
|
@@ -5831,9 +5833,9 @@ const At = (e) => {
|
|
|
5831
5833
|
] })
|
|
5832
5834
|
]
|
|
5833
5835
|
}
|
|
5834
|
-
),
|
|
5835
|
-
content:
|
|
5836
|
-
subscribeImage:
|
|
5836
|
+
), Hl = "_content_1rb7n_1", zl = "_subscribeImage_1rb7n_31", Vl = "_contentTitle_1rb7n_43", Fl = "_title_1rb7n_65", Wl = "_subTitle_1rb7n_79", $l = "_contentTerms_1rb7n_119", Yl = "_whatsappLink_1rb7n_129", Kl = "_subscribeText_1rb7n_163", Jl = "_terms_1rb7n_183", qe = {
|
|
5837
|
+
content: Hl,
|
|
5838
|
+
subscribeImage: zl,
|
|
5837
5839
|
contentTitle: Vl,
|
|
5838
5840
|
title: Fl,
|
|
5839
5841
|
subTitle: Wl,
|
|
@@ -5841,7 +5843,7 @@ const At = (e) => {
|
|
|
5841
5843
|
whatsappLink: Yl,
|
|
5842
5844
|
subscribeText: Kl,
|
|
5843
5845
|
terms: Jl
|
|
5844
|
-
},
|
|
5846
|
+
}, j3 = (e) => /* @__PURE__ */ m("section", { className: qe.content, children: [
|
|
5845
5847
|
/* @__PURE__ */ a(Gl, { className: qe.subscribeImage }),
|
|
5846
5848
|
/* @__PURE__ */ m("div", { className: qe.contentTitle, children: [
|
|
5847
5849
|
/* @__PURE__ */ a("p", { className: qe.title, children: "Mantenete Informado" }),
|
|
@@ -5907,7 +5909,7 @@ const At = (e) => {
|
|
|
5907
5909
|
/* @__PURE__ */ a("path", { d: "M0,0v19.74h74.3V0H0ZM62.2,4.7h2v5.8l3-3h2.4l-1.1,1.2-6.3,6.2V4.7ZM69.8,15h-2.4l-1.6-2.1,1.4-1.4,2.6,3.5ZM40.3,7.7h1v-1.8h2v1.8h1.8v1.7h-1.8v3c0,.3.1.6.2.7.2.2.4.3.6.3.3,0,.6-.1.8-.3l.5,1.5c-.2.2-.5.3-.7.4-.3.1-.6.1-.9.1-.8,0-1.4-.2-1.9-.6-.5-.5-.7-1.1-.7-2v-3.1h-1v-1.7h.1ZM37.7,12.3c-.2-.1-.4-.2-.6-.2-.3,0-.5-.1-.8-.1s-.6-.1-.9-.2c-.3-.1-.6-.2-.8-.4-.3-.2-.5-.4-.6-.6-.2-.3-.2-.6-.2-1,0-.5.1-.9.4-1.2.3-.4.6-.6,1.1-.8s1-.3,1.7-.3c.5,0,1,.1,1.4.2.5.1.9.3,1.2.5l-.6,1.6c-.3-.2-.6-.4-1-.4-.3-.1-.6-.1-1-.1-.5,0-.8.1-1,.2-.2.1-.3.3-.3.5s.1.3.2.4c.2.1.4.2.6.2.3.1.5.1.8.1s.6.1.9.2c.3.1.6.2.8.4s.4.4.6.6c.2.3.2.6.2,1,0,.5-.1.9-.4,1.2-.3.4-.6.6-1.1.8-.4.2-1,.3-1.7.3-.6,0-1.2-.1-1.7-.2-.6-.2-1-.3-1.3-.6l.6-1.6c.3.2.7.4,1.1.5.4.1.8.2,1.3.2s.8-.1,1-.2c.2-.1.3-.3.3-.5,0-.2,0-.3-.2-.5ZM6.7,14.3l1.1-1.1c.2.1.4.1.6.1.3,0,.6-.1.9-.3.3-.2.5-.4.6-.7.2-.3.2-.7.2-1.1s0-.8-.1-1.1c-.2-.3-.4-.6-.6-.7-.3-.2-.6-.3-.9-.3s-.6.1-.9.3-.5.4-.6.7c-.2.3-.2.7-.2,1.1s.1.8.2,1.1c-.1.1,0,.1,0,.2l-2.3,2.3V4.7h1.9v3.6c.2-.2.4-.3.6-.5.5-.3.9-.4,1.5-.4s1.2.2,1.8.5c.5.3,1,.8,1.2,1.3.3.6.5,1.3.5,2.1s-.2,1.5-.5,2c-.3.6-.7,1-1.2,1.4-.5.3-1.1.5-1.8.5-.6,0-1.1-.2-1.6-.4-.1-.2-.3-.4-.4-.5ZM13.6,4.7h2v10.3h-2V4.7ZM17.7,13.6c-.3-.5-.4-1.1-.4-1.9v-4.2h2v3.9c0,.6.1,1.1.4,1.4.2.3.6.4,1,.4.3,0,.6-.1.8-.2s.4-.4.6-.6c.1-.3.2-.7.2-1.1v-3.8h2v7.5h-1.8v-.9c-.2.2-.4.5-.6.6-.5.2-1,.3-1.5.3-.6,0-1.1-.1-1.6-.4-.5-.1-.8-.5-1.1-1ZM33,11.5v.3h-5.3c0,.2.1.4.2.6.2.3.4.6.7.7.3.2.6.2,1.1.2.4,0,.7-.1,1-.2.3-.1.5-.3.8-.5l1,1.2c-.3.4-.7.7-1.2.9-.5.2-1,.3-1.6.3-.8,0-1.5-.2-2.1-.5s-1-.8-1.4-1.4c-.3-.6-.5-1.2-.5-2s.2-1.4.5-2,.8-1,1.3-1.4c.5-.1,1.2-.3,1.9-.3s1.3.2,1.8.5c.6.3,1,.8,1.3,1.3.3.6.5,1.3.5,2.1,0,0,0,.1,0,.2ZM47.4,14.8c-.4-.2-.7-.5-.9-.8s-.3-.7-.3-1.2c0-.4.1-.8.3-1.2.2-.3.5-.6,1-.8.4-.2,1-.3,1.7-.3h1.6c0-.4-.1-.8-.4-1-.3-.3-.6-.4-1.2-.4-.4,0-.7.1-1.1.2s-.6.3-.9.5l-.7-1.5c.4-.3.8-.5,1.4-.6.5-.2,1.1-.3,1.6-.3,1,0,1.9.3,2.5.8s.9,1.4.9,2.5v4.2h-1.9v-1.1c-.2.3-.4.6-.7.8-.4.3-.8.4-1.4.4-.6.1-1.1,0-1.5-.2ZM56,14.6c-.6-.3-1-.8-1.4-1.4-.3-.6-.5-1.2-.5-2s.2-1.4.5-2,.8-1,1.4-1.4c.6-.2,1.3-.4,2-.4s1.4.2,1.9.5,1,.8,1.2,1.4l-1.6.9c-.2-.4-.4-.6-.7-.8s-.6-.3-.9-.3-.6.1-.9.3c-.3.2-.5.4-.6.7-.2.3-.2.7-.2,1.1s.1.8.2,1.1c.2.3.4.5.6.7.3.2.6.3.9.3s.6-.1.9-.2c.3-.2.5-.4.7-.8l1.6.9c-.3.6-.6,1-1.2,1.4-.6.3-1.2.5-1.9.5s-1.4-.2-2-.5Z" })
|
|
5908
5910
|
]
|
|
5909
5911
|
}
|
|
5910
|
-
), Xl = "
|
|
5912
|
+
), Xl = "_content_1aogu_1", ec = "_brandContent_1aogu_19", tc = "_socialMedia_1aogu_41", nc = "_linkSocialNetwoks_1aogu_55", ac = "_sectionContent_1aogu_83", sc = "_section_1aogu_83", oc = "_menuItem_1aogu_119", ic = "_otherItems_1aogu_145", rc = "_copyrigth_1aogu_173", lc = "_copyrigthText_1aogu_193", cc = "_logoStyled_1aogu_213", dc = "_socialNetworkIcon_1aogu_235", uc = "_socialInstagram_1aogu_249", mc = "_socialNetworkIcon_stroke_1aogu_265", le = {
|
|
5911
5913
|
content: Xl,
|
|
5912
5914
|
brandContent: ec,
|
|
5913
5915
|
socialMedia: tc,
|
|
@@ -5958,10 +5960,10 @@ const At = (e) => {
|
|
|
5958
5960
|
"path",
|
|
5959
5961
|
{
|
|
5960
5962
|
fill: "currentColor",
|
|
5961
|
-
d: `M25.7,9.4h-9.1v2.4h9.1c-0.1,0,0.1,0,0.1-0.1V9.5C25.9,9.4,25.9,9.4,25.7,9.4L25.7,9.4z M8.4,9.6
|
|
5962
|
-
c-3,0-5.6,2.5-5.6,5.6c0,3,2.5,5.4,5.7,5.4s5.4-2.4,5.4-5.4c0-0.4,0-0.7-0.1-1.1H8.5v2.1h3c-0.3,1.3-1.5,2.1-3,2.1
|
|
5963
|
-
c-1.9-0.1-3.4-1.7-3.2-3.4c0-1.9,1.5-3.2,3.2-3.2c0.8,0,1.5,0.3,2.1,0.9l1.5-1.5C11,10.2,9.7,9.6,8.4,9.6L8.4,9.6z M27,13.7H16.5
|
|
5964
|
-
v2.4H27c0,0,0.1,0,0.1-0.1v-2.1C27.2,13.7,27.2,13.7,27,13.7L27,13.7z M25.7,18.2h-9.1v2.4h9.1c-0.1,0,0.1-0.1,0.1-0.1v-2.1
|
|
5963
|
+
d: `M25.7,9.4h-9.1v2.4h9.1c-0.1,0,0.1,0,0.1-0.1V9.5C25.9,9.4,25.9,9.4,25.7,9.4L25.7,9.4z M8.4,9.6\r
|
|
5964
|
+
c-3,0-5.6,2.5-5.6,5.6c0,3,2.5,5.4,5.7,5.4s5.4-2.4,5.4-5.4c0-0.4,0-0.7-0.1-1.1H8.5v2.1h3c-0.3,1.3-1.5,2.1-3,2.1\r
|
|
5965
|
+
c-1.9-0.1-3.4-1.7-3.2-3.4c0-1.9,1.5-3.2,3.2-3.2c0.8,0,1.5,0.3,2.1,0.9l1.5-1.5C11,10.2,9.7,9.6,8.4,9.6L8.4,9.6z M27,13.7H16.5\r
|
|
5966
|
+
v2.4H27c0,0,0.1,0,0.1-0.1v-2.1C27.2,13.7,27.2,13.7,27,13.7L27,13.7z M25.7,18.2h-9.1v2.4h9.1c-0.1,0,0.1-0.1,0.1-0.1v-2.1\r
|
|
5965
5967
|
C25.9,18.2,25.9,18.2,25.7,18.2L25.7,18.2z`
|
|
5966
5968
|
}
|
|
5967
5969
|
)
|
|
@@ -6038,13 +6040,13 @@ const At = (e) => {
|
|
|
6038
6040
|
"path",
|
|
6039
6041
|
{
|
|
6040
6042
|
fill: "currentColor",
|
|
6041
|
-
d: `M12.6,24.9c-1.1,0-2.1-0.3-3.1-0.8c-1.7-0.9-2.8-2.5-3.2-4.3c-0.7-3.3,1.4-6.7,4.7-7.4
|
|
6042
|
-
c0.8-0.2,1.5-0.2,2.2-0.1c0.1,0,0.1,0,0.2,0l0.5,0.1l0.1,0.5v3.8l-0.8-0.2c-0.1,0-0.2,0-0.3-0.1c-1.2-0.2-2.3,0.6-2.5,1.8
|
|
6043
|
-
c-0.2,1.2,0.6,2.3,1.8,2.5c0.6,0.1,1.2,0,1.7-0.4c0.5-0.4,0.8-1,0.8-1.6c0-0.7,0-1.3,0-2l0-0.7l0-10.8h4.1L19,5.9
|
|
6044
|
-
c0,0.2,0,0.4,0.1,0.6c0.4,1.8,2,3.2,3.9,3.3c0.5,0,0.8,0.3,0.8,0.8c0,0.6,0,1.3,0,1.9v1.5l-0.6,0c-1.5,0-2.9-0.4-4.1-1.1l0,5.6
|
|
6045
|
-
c0,2.7-1.6,5-4,6C14.2,24.7,13.4,24.9,12.6,24.9z M12.7,13.4c-0.4,0-0.9,0.1-1.3,0.2c-2.7,0.6-4.4,3.4-3.9,6.1
|
|
6046
|
-
c0.3,1.5,1.3,2.8,2.6,3.5c1.4,0.7,3,0.8,4.5,0.3c2-0.8,3.3-2.7,3.3-4.9l0-7.8l0.9,0.7c1.2,0.9,2.4,1.3,3.8,1.5v-0.3
|
|
6047
|
-
c0-0.5,0-1.1,0-1.6C20.4,10.7,18.5,9,18,6.7c0-0.2-0.1-0.3-0.1-0.5H16l0,10.4c0,0.7,0,1.4,0,2.1c0,0.9-0.5,1.8-1.2,2.4
|
|
6043
|
+
d: `M12.6,24.9c-1.1,0-2.1-0.3-3.1-0.8c-1.7-0.9-2.8-2.5-3.2-4.3c-0.7-3.3,1.4-6.7,4.7-7.4\r
|
|
6044
|
+
c0.8-0.2,1.5-0.2,2.2-0.1c0.1,0,0.1,0,0.2,0l0.5,0.1l0.1,0.5v3.8l-0.8-0.2c-0.1,0-0.2,0-0.3-0.1c-1.2-0.2-2.3,0.6-2.5,1.8\r
|
|
6045
|
+
c-0.2,1.2,0.6,2.3,1.8,2.5c0.6,0.1,1.2,0,1.7-0.4c0.5-0.4,0.8-1,0.8-1.6c0-0.7,0-1.3,0-2l0-0.7l0-10.8h4.1L19,5.9\r
|
|
6046
|
+
c0,0.2,0,0.4,0.1,0.6c0.4,1.8,2,3.2,3.9,3.3c0.5,0,0.8,0.3,0.8,0.8c0,0.6,0,1.3,0,1.9v1.5l-0.6,0c-1.5,0-2.9-0.4-4.1-1.1l0,5.6\r
|
|
6047
|
+
c0,2.7-1.6,5-4,6C14.2,24.7,13.4,24.9,12.6,24.9z M12.7,13.4c-0.4,0-0.9,0.1-1.3,0.2c-2.7,0.6-4.4,3.4-3.9,6.1\r
|
|
6048
|
+
c0.3,1.5,1.3,2.8,2.6,3.5c1.4,0.7,3,0.8,4.5,0.3c2-0.8,3.3-2.7,3.3-4.9l0-7.8l0.9,0.7c1.2,0.9,2.4,1.3,3.8,1.5v-0.3\r
|
|
6049
|
+
c0-0.5,0-1.1,0-1.6C20.4,10.7,18.5,9,18,6.7c0-0.2-0.1-0.3-0.1-0.5H16l0,10.4c0,0.7,0,1.4,0,2.1c0,0.9-0.5,1.8-1.2,2.4\r
|
|
6048
6050
|
C14,21.8,13,22,12,21.8c-1.8-0.4-3-2-2.7-3.9c0.3-1.7,1.8-2.9,3.6-2.7v-1.9C12.9,13.4,12.8,13.4,12.7,13.4z`
|
|
6049
6051
|
}
|
|
6050
6052
|
) })
|
|
@@ -6067,13 +6069,13 @@ const At = (e) => {
|
|
|
6067
6069
|
"path",
|
|
6068
6070
|
{
|
|
6069
6071
|
fill: "currentColor",
|
|
6070
|
-
d: `M21.7,8.3c-1.8-1.8-4.2-2.8-6.7-2.8c-5.2,0-9.5,4.2-9.5,9.4c0,1.7,0.4,3.3,1.3,4.7l-1.3,4.9l5-1.3
|
|
6071
|
-
c1.4,0.7,2.9,1.1,4.5,1.1h0c5.2,0,9.5-4.2,9.5-9.4C24.5,12.4,23.5,10,21.7,8.3 M15,22.7L15,22.7c-1.4,0-2.8-0.4-4-1.1l-0.3-0.2
|
|
6072
|
-
l-3,0.8l0.8-2.9l-0.2-0.3c-0.8-1.2-1.2-2.7-1.2-4.2c0-4.3,3.5-7.8,7.9-7.8c2.1,0,4.1,0.8,5.6,2.3c1.5,1.5,2.3,3.4,2.3,5.5
|
|
6073
|
-
C22.9,19.2,19.4,22.7,15,22.7z M19.4,16.9c-0.2-0.1-1.4-0.7-1.6-0.8c-0.2-0.1-0.4-0.1-0.5,0.1c-0.2,0.2-0.6,0.8-0.7,0.9
|
|
6074
|
-
c-0.1,0.2-0.3,0.2-0.5,0.1c-0.2-0.1-1-0.4-1.9-1.2c-0.7-0.6-1.2-1.4-1.3-1.6c-0.1-0.2,0-0.4,0.1-0.5c0.1-0.1,0.2-0.3,0.4-0.4
|
|
6075
|
-
c0.1-0.1,0.2-0.2,0.2-0.4c0.1-0.2,0-0.3,0-0.4c-0.1-0.1-0.5-1.3-0.7-1.7c-0.2-0.5-0.4-0.4-0.5-0.4c-0.1,0-0.3,0-0.5,0
|
|
6076
|
-
c-0.2,0-0.4,0.1-0.6,0.3c-0.2,0.2-0.8,0.8-0.8,2c0,1.2,0.8,2.3,1,2.4c0.1,0.2,1.7,2.5,4,3.6c0.6,0.2,1,0.4,1.3,0.5
|
|
6072
|
+
d: `M21.7,8.3c-1.8-1.8-4.2-2.8-6.7-2.8c-5.2,0-9.5,4.2-9.5,9.4c0,1.7,0.4,3.3,1.3,4.7l-1.3,4.9l5-1.3\r
|
|
6073
|
+
c1.4,0.7,2.9,1.1,4.5,1.1h0c5.2,0,9.5-4.2,9.5-9.4C24.5,12.4,23.5,10,21.7,8.3 M15,22.7L15,22.7c-1.4,0-2.8-0.4-4-1.1l-0.3-0.2\r
|
|
6074
|
+
l-3,0.8l0.8-2.9l-0.2-0.3c-0.8-1.2-1.2-2.7-1.2-4.2c0-4.3,3.5-7.8,7.9-7.8c2.1,0,4.1,0.8,5.6,2.3c1.5,1.5,2.3,3.4,2.3,5.5\r
|
|
6075
|
+
C22.9,19.2,19.4,22.7,15,22.7z M19.4,16.9c-0.2-0.1-1.4-0.7-1.6-0.8c-0.2-0.1-0.4-0.1-0.5,0.1c-0.2,0.2-0.6,0.8-0.7,0.9\r
|
|
6076
|
+
c-0.1,0.2-0.3,0.2-0.5,0.1c-0.2-0.1-1-0.4-1.9-1.2c-0.7-0.6-1.2-1.4-1.3-1.6c-0.1-0.2,0-0.4,0.1-0.5c0.1-0.1,0.2-0.3,0.4-0.4\r
|
|
6077
|
+
c0.1-0.1,0.2-0.2,0.2-0.4c0.1-0.2,0-0.3,0-0.4c-0.1-0.1-0.5-1.3-0.7-1.7c-0.2-0.5-0.4-0.4-0.5-0.4c-0.1,0-0.3,0-0.5,0\r
|
|
6078
|
+
c-0.2,0-0.4,0.1-0.6,0.3c-0.2,0.2-0.8,0.8-0.8,2c0,1.2,0.8,2.3,1,2.4c0.1,0.2,1.7,2.5,4,3.6c0.6,0.2,1,0.4,1.3,0.5\r
|
|
6077
6079
|
c0.6,0.2,1.1,0.2,1.5,0.1c0.5-0.1,1.4-0.6,1.6-1.1c0.2-0.5,0.2-1,0.1-1.1C19.7,17.1,19.6,17,19.4,16.9`
|
|
6078
6080
|
}
|
|
6079
6081
|
) }) })
|
|
@@ -6097,9 +6099,9 @@ const At = (e) => {
|
|
|
6097
6099
|
"path",
|
|
6098
6100
|
{
|
|
6099
6101
|
fill: "currentColor",
|
|
6100
|
-
d: `M15,23.9c-0.7,0-7.3,0-9.2-0.6C4.6,23,3.7,22,3.2,20.8c-0.4-2-0.4-5.6-0.4-5.8c0-0.2,0-3.8,0.6-5.8C3.7,7.9,4.7,7,5.9,6.5c1.9-0.4,8.9-0.4,9.2-0.4c0.7,0,7.3,0,9.2,0.6C25.5,7,26.4,8,26.9,9.2c0,0,0,0,0,0.1c0.5,1.9,0.3,5.7,0.3,5.9
|
|
6101
|
-
c0,0.1,0,3.8-0.4,5.7c-0.4,1.3-1.3,2.2-2.6,2.6C22.2,23.9,15.3,23.9,15,23.9z M15.1,7.6c-2,0-7.4,0.1-8.8,0.4C6,8.1,5.1,8.5,4.8,9.5c-0.5,1.8-0.5,5.4-0.5,5.4s0,3.6,0.4,5.4c0.1,0.3,0.5,1.2,1.6,1.5c1.4,0.4,6.8,0.5,8.7,0.5c2,0,7.4-0.1,8.8-0.4
|
|
6102
|
-
c0.3-0.1,1.2-0.5,1.5-1.6c0.4-1.6,0.4-5.3,0.4-5.3c0-0.1,0.2-3.7-0.2-5.4c-0.1-0.4-0.5-1.3-1.6-1.6C22.5,7.7,17.1,7.6,15.1,7.6zM12.8,19.2c-0.1,0-0.3,0-0.4-0.1c-0.2-0.1-0.4-0.4-0.4-0.7v-6.9c0-0.3,0.1-0.5,0.4-0.6c0.2-0.1,0.5-0.1,0.7,0l5.9,3.4
|
|
6102
|
+
d: `M15,23.9c-0.7,0-7.3,0-9.2-0.6C4.6,23,3.7,22,3.2,20.8c-0.4-2-0.4-5.6-0.4-5.8c0-0.2,0-3.8,0.6-5.8C3.7,7.9,4.7,7,5.9,6.5c1.9-0.4,8.9-0.4,9.2-0.4c0.7,0,7.3,0,9.2,0.6C25.5,7,26.4,8,26.9,9.2c0,0,0,0,0,0.1c0.5,1.9,0.3,5.7,0.3,5.9\r
|
|
6103
|
+
c0,0.1,0,3.8-0.4,5.7c-0.4,1.3-1.3,2.2-2.6,2.6C22.2,23.9,15.3,23.9,15,23.9z M15.1,7.6c-2,0-7.4,0.1-8.8,0.4C6,8.1,5.1,8.5,4.8,9.5c-0.5,1.8-0.5,5.4-0.5,5.4s0,3.6,0.4,5.4c0.1,0.3,0.5,1.2,1.6,1.5c1.4,0.4,6.8,0.5,8.7,0.5c2,0,7.4-0.1,8.8-0.4\r
|
|
6104
|
+
c0.3-0.1,1.2-0.5,1.5-1.6c0.4-1.6,0.4-5.3,0.4-5.3c0-0.1,0.2-3.7-0.2-5.4c-0.1-0.4-0.5-1.3-1.6-1.6C22.5,7.7,17.1,7.6,15.1,7.6zM12.8,19.2c-0.1,0-0.3,0-0.4-0.1c-0.2-0.1-0.4-0.4-0.4-0.7v-6.9c0-0.3,0.1-0.5,0.4-0.6c0.2-0.1,0.5-0.1,0.7,0l5.9,3.4\r
|
|
6103
6105
|
c0.2,0.1,0.4,0.4,0.4,0.6c0,0.3-0.1,0.5-0.4,0.7l-5.9,3.5C13.1,19.1,12.9,19.2,12.8,19.2z M13.6,12.9v4.3l3.7-2.2L13.6,12.9z`
|
|
6104
6106
|
}
|
|
6105
6107
|
),
|
|
@@ -6116,7 +6118,7 @@ const At = (e) => {
|
|
|
6116
6118
|
gnews: (e) => /* @__PURE__ */ a(hc, { ...e }),
|
|
6117
6119
|
podcast: (e) => /* @__PURE__ */ a(fc, { ...e }),
|
|
6118
6120
|
telegram: (e) => /* @__PURE__ */ a(gc, { ...e })
|
|
6119
|
-
},
|
|
6121
|
+
}, G3 = (e) => {
|
|
6120
6122
|
const { freeZone: t, socials: n, menu: s, customBlock: o } = e;
|
|
6121
6123
|
return /* @__PURE__ */ m("footer", { className: le.content, children: [
|
|
6122
6124
|
/* @__PURE__ */ m("section", { className: le.brandContent, children: [
|
|
@@ -6159,7 +6161,7 @@ const At = (e) => {
|
|
|
6159
6161
|
r
|
|
6160
6162
|
)) })
|
|
6161
6163
|
] }),
|
|
6162
|
-
o && /* @__PURE__ */ a(
|
|
6164
|
+
o && /* @__PURE__ */ a(Q, { children: o }),
|
|
6163
6165
|
/* @__PURE__ */ m("section", { className: le.copyrigth, children: [
|
|
6164
6166
|
/* @__PURE__ */ a("p", { className: le.copyrigthText, children: e.copyrigth }),
|
|
6165
6167
|
/* @__PURE__ */ a(
|
|
@@ -6175,7 +6177,7 @@ const At = (e) => {
|
|
|
6175
6177
|
)
|
|
6176
6178
|
] })
|
|
6177
6179
|
] });
|
|
6178
|
-
}, Cc = "
|
|
6180
|
+
}, Cc = "_content_c2mo2_1", bc = "_imageContent_c2mo2_17", _c = "_width1Autor_c2mo2_35", vc = "_width2Autor_c2mo2_43", Nc = "_width3Autor_c2mo2_51", Sc = "_imageAutor_c2mo2_59", xc = "_imageStyled_c2mo2_137", Ec = "_contentIconStyled_c2mo2_139", Uc = "_avatarContent_c2mo2_173", kc = "_journalistSection_c2mo2_189", Ic = "_journalistInfo_c2mo2_205", Tc = "_journalistInfoLink_c2mo2_207", qc = "_socialNetworkSection_c2mo2_277", Bc = "_avatarStyled_c2mo2_301", Lc = "_article_c2mo2_311", Rc = "_socialButton_c2mo2_319", Dc = "_facebookStyled_c2mo2_351", Mc = "_emailStyled_c2mo2_359", Pc = "_xStyled_c2mo2_367", Oc = "_linkedinStyled_c2mo2_375", Qc = "_whatsappStyled_c2mo2_383", jc = "_whatsappLink_c2mo2_391", Gc = "_clipboardButton_c2mo2_423", Hc = "_googleProfileButton_c2mo2_495", ee = {
|
|
6179
6181
|
content: Cc,
|
|
6180
6182
|
imageContent: bc,
|
|
6181
6183
|
width1Autor: _c,
|
|
@@ -6196,11 +6198,11 @@ const At = (e) => {
|
|
|
6196
6198
|
emailStyled: Mc,
|
|
6197
6199
|
xStyled: Pc,
|
|
6198
6200
|
linkedinStyled: Oc,
|
|
6199
|
-
whatsappStyled:
|
|
6200
|
-
whatsappLink:
|
|
6201
|
+
whatsappStyled: Qc,
|
|
6202
|
+
whatsappLink: jc,
|
|
6201
6203
|
clipboardButton: Gc,
|
|
6202
|
-
googleProfileButton:
|
|
6203
|
-
},
|
|
6204
|
+
googleProfileButton: Hc
|
|
6205
|
+
}, zc = (e) => /* @__PURE__ */ a(
|
|
6204
6206
|
"svg",
|
|
6205
6207
|
{
|
|
6206
6208
|
width: "13",
|
|
@@ -6239,8 +6241,8 @@ const At = (e) => {
|
|
|
6239
6241
|
strokeLinecap: "round",
|
|
6240
6242
|
strokeLinejoin: "round",
|
|
6241
6243
|
strokeMiterlimit: "10",
|
|
6242
|
-
d: `M10.2,8.3c0,1.1-0.9,2.1-2.2,2.1l0,0c-1.3,0-2.1-0.9-2.1-2.1c0-1.1,0.9-2.1,2.2-2.1C9.4,6.3,10.2,7.1,10.2,8.3z M6.1,23.7H10V11.9
|
|
6243
|
-
H6.1V23.7z M19.6,11.7c-2.1,0-3.5,2-3.5,2v-1.7h-3.9v11.8H16v-6.6c0-0.3,0-0.7,0.1-0.9c0.3-0.7,0.9-1.4,2-1.4c1.4,0,2,1.1,2,2.7v6.3
|
|
6244
|
+
d: `M10.2,8.3c0,1.1-0.9,2.1-2.2,2.1l0,0c-1.3,0-2.1-0.9-2.1-2.1c0-1.1,0.9-2.1,2.2-2.1C9.4,6.3,10.2,7.1,10.2,8.3z M6.1,23.7H10V11.9\r
|
|
6245
|
+
H6.1V23.7z M19.6,11.7c-2.1,0-3.5,2-3.5,2v-1.7h-3.9v11.8H16v-6.6c0-0.3,0-0.7,0.1-0.9c0.3-0.7,0.9-1.4,2-1.4c1.4,0,2,1.1,2,2.7v6.3\r
|
|
6244
6246
|
h3.9V17C24.1,13.3,22.2,11.7,19.6,11.7z`
|
|
6245
6247
|
}
|
|
6246
6248
|
)
|
|
@@ -6338,7 +6340,7 @@ const At = (e) => {
|
|
|
6338
6340
|
url: (e) => `https://www.facebook.com/sharer/sharer.php?u=${encodeURIComponent(e)}`,
|
|
6339
6341
|
icon: {
|
|
6340
6342
|
outline: (e) => /* @__PURE__ */ a(Wc, { className: e }),
|
|
6341
|
-
solid: (e) => /* @__PURE__ */ a(
|
|
6343
|
+
solid: (e) => /* @__PURE__ */ a(zc, { className: e })
|
|
6342
6344
|
}
|
|
6343
6345
|
},
|
|
6344
6346
|
X: {
|
|
@@ -6414,7 +6416,7 @@ function Kc({ noteShare: e }) {
|
|
|
6414
6416
|
)
|
|
6415
6417
|
] }) : null;
|
|
6416
6418
|
}
|
|
6417
|
-
const Jc = "
|
|
6419
|
+
const Jc = "_content_xlsy2_1", Zc = "_videoContent_xlsy2_39", Xc = "_articleSection_xlsy2_53", ed = "_title_xlsy2_83", td = "_article_xlsy2_53", nd = "_correspondent_xlsy2_149", ad = "_iframeStyled_xlsy2_167", sd = "_contentFrame_xlsy2_187", Be = {
|
|
6418
6420
|
content: Jc,
|
|
6419
6421
|
videoContent: Zc,
|
|
6420
6422
|
articleSection: Xc,
|
|
@@ -6423,7 +6425,7 @@ const Jc = "_content_r1co8_1", Zc = "_videoContent_r1co8_20", Xc = "_articleSect
|
|
|
6423
6425
|
correspondent: nd,
|
|
6424
6426
|
iframeStyled: ad,
|
|
6425
6427
|
contentFrame: sd
|
|
6426
|
-
},
|
|
6428
|
+
}, H3 = (e) => {
|
|
6427
6429
|
const t = () => e?.video.main.author ? `${e?.video.main.author} - ${Te(
|
|
6428
6430
|
e.video.info.date.created
|
|
6429
6431
|
)}` : e?.video.main.author;
|
|
@@ -6459,7 +6461,7 @@ const Jc = "_content_r1co8_1", Zc = "_videoContent_r1co8_20", Xc = "_articleSect
|
|
|
6459
6461
|
/* @__PURE__ */ a("p", { className: Be.correspondent, children: t() })
|
|
6460
6462
|
] })
|
|
6461
6463
|
] }) }) });
|
|
6462
|
-
}, od = "
|
|
6464
|
+
}, od = "_content_79djq_1", id = "_linkStyled_79djq_17", En = {
|
|
6463
6465
|
content: od,
|
|
6464
6466
|
linkStyled: id
|
|
6465
6467
|
}, dn = (e) => {
|
|
@@ -6488,12 +6490,12 @@ const Jc = "_content_r1co8_1", Zc = "_videoContent_r1co8_20", Xc = "_articleSect
|
|
|
6488
6490
|
}
|
|
6489
6491
|
)
|
|
6490
6492
|
] });
|
|
6491
|
-
}, rd = "
|
|
6493
|
+
}, rd = "_content_1tki3_1", ld = "_contentGrid_1tki3_15", cd = "_contentGrid4_1tki3_33", dd = "_contentGrid3_1tki3_41", Vt = {
|
|
6492
6494
|
content: rd,
|
|
6493
6495
|
contentGrid: ld,
|
|
6494
6496
|
contentGrid4: cd,
|
|
6495
6497
|
contentGrid3: dd
|
|
6496
|
-
},
|
|
6498
|
+
}, zn = (e) => {
|
|
6497
6499
|
const { grid: t = 3 } = e;
|
|
6498
6500
|
return /* @__PURE__ */ m("section", { className: `${Vt.content}`, children: [
|
|
6499
6501
|
/* @__PURE__ */ a(
|
|
@@ -6503,13 +6505,13 @@ const Jc = "_content_r1co8_1", Zc = "_videoContent_r1co8_20", Xc = "_articleSect
|
|
|
6503
6505
|
children: e.children
|
|
6504
6506
|
}
|
|
6505
6507
|
),
|
|
6506
|
-
/* @__PURE__ */ a(
|
|
6508
|
+
/* @__PURE__ */ a(Q, { children: e.paginatorComponent })
|
|
6507
6509
|
] });
|
|
6508
|
-
}, ud = "
|
|
6510
|
+
}, ud = "_content_3pssn_1", md = "_newsDescription_3pssn_29", hd = "_image_3pssn_81", It = {
|
|
6509
6511
|
content: ud,
|
|
6510
6512
|
newsDescription: md,
|
|
6511
6513
|
image: hd
|
|
6512
|
-
},
|
|
6514
|
+
}, ze = (e) => {
|
|
6513
6515
|
const {
|
|
6514
6516
|
main: t,
|
|
6515
6517
|
authors: n,
|
|
@@ -6568,7 +6570,7 @@ const Jc = "_content_r1co8_1", Zc = "_videoContent_r1co8_20", Xc = "_articleSect
|
|
|
6568
6570
|
]
|
|
6569
6571
|
}
|
|
6570
6572
|
);
|
|
6571
|
-
}, fd = "
|
|
6573
|
+
}, fd = "_content_19jrz_1", gd = "_boxInformation_19jrz_23", pd = "_titleGradient_19jrz_59", Ad = "_sectionDescription_19jrz_115", wd = "_articule_19jrz_165", yd = "_linkStyled_19jrz_229", st = {
|
|
6572
6574
|
content: fd,
|
|
6573
6575
|
boxInformation: gd,
|
|
6574
6576
|
titleGradient: pd,
|
|
@@ -6630,17 +6632,17 @@ const Jc = "_content_r1co8_1", Zc = "_videoContent_r1co8_20", Xc = "_articleSect
|
|
|
6630
6632
|
}
|
|
6631
6633
|
)
|
|
6632
6634
|
] });
|
|
6633
|
-
}, Cd = "
|
|
6635
|
+
}, Cd = "_content_63xzh_1", bd = "_contentLayout_63xzh_9", Ba = {
|
|
6634
6636
|
content: Cd,
|
|
6635
6637
|
contentLayout: bd
|
|
6636
|
-
}, La = (e) => /* @__PURE__ */ a("div", { className: Ba.content, children: /* @__PURE__ */ a(Pt, { className: `${Ba.contentLayout} ${e.className}`, children: e.children }) }), _d = "
|
|
6638
|
+
}, La = (e) => /* @__PURE__ */ a("div", { className: Ba.content, children: /* @__PURE__ */ a(Pt, { className: `${Ba.contentLayout} ${e.className}`, children: e.children }) }), _d = "_content_1qewa_1", vd = "_before_1qewa_21", Nd = "_textContent_1qewa_43", Sd = "_title_1qewa_73", xd = "_description_1qewa_91", Ed = "_linkStyled_1qewa_113", ot = {
|
|
6637
6639
|
content: _d,
|
|
6638
6640
|
before: vd,
|
|
6639
6641
|
textContent: Nd,
|
|
6640
6642
|
title: Sd,
|
|
6641
6643
|
description: xd,
|
|
6642
6644
|
linkStyled: Ed
|
|
6643
|
-
},
|
|
6645
|
+
}, z3 = (e) => {
|
|
6644
6646
|
const t = e.logo;
|
|
6645
6647
|
return /* @__PURE__ */ m("section", { className: ot.content, children: [
|
|
6646
6648
|
e.backgroundImgURL && /* @__PURE__ */ a("img", { className: ot.before, src: e.backgroundImgURL, alt: "" }),
|
|
@@ -6651,25 +6653,25 @@ const Jc = "_content_r1co8_1", Zc = "_videoContent_r1co8_20", Xc = "_articleSect
|
|
|
6651
6653
|
/* @__PURE__ */ a(k, { className: ot.linkStyled, href: "/", children: e.buttonText ?? "Inicio" })
|
|
6652
6654
|
] })
|
|
6653
6655
|
] });
|
|
6654
|
-
}, Ud = "
|
|
6656
|
+
}, Ud = "_content_14eky_1", kd = "_contentLabel_14eky_15", Id = "_label_14eky_25", Td = "_required_14eky_43", qd = "_input_14eky_55", _t = {
|
|
6655
6657
|
content: Ud,
|
|
6656
6658
|
contentLabel: kd,
|
|
6657
6659
|
label: Id,
|
|
6658
6660
|
required: Td,
|
|
6659
6661
|
input: qd
|
|
6660
|
-
},
|
|
6662
|
+
}, V3 = (e) => /* @__PURE__ */ m("div", { className: _t.content, children: [
|
|
6661
6663
|
/* @__PURE__ */ m("div", { className: _t.contentLabel, children: [
|
|
6662
6664
|
/* @__PURE__ */ a("label", { className: _t.label, children: e.label }),
|
|
6663
6665
|
e.required && /* @__PURE__ */ a("span", { className: _t.required, children: "*" })
|
|
6664
6666
|
] }),
|
|
6665
6667
|
/* @__PURE__ */ a("input", { className: _t.input, ...e })
|
|
6666
|
-
] }), Bd = "
|
|
6668
|
+
] }), Bd = "_content_1ukl4_1", Ld = "_contentLabel_1ukl4_15", Rd = "_label_1ukl4_25", Dd = "_required_1ukl4_43", Md = "_input_1ukl4_55", vt = {
|
|
6667
6669
|
content: Bd,
|
|
6668
6670
|
contentLabel: Ld,
|
|
6669
6671
|
label: Rd,
|
|
6670
6672
|
required: Dd,
|
|
6671
6673
|
input: Md
|
|
6672
|
-
},
|
|
6674
|
+
}, F3 = (e) => /* @__PURE__ */ m("div", { className: vt.content, children: [
|
|
6673
6675
|
/* @__PURE__ */ m("div", { className: vt.contentLabel, children: [
|
|
6674
6676
|
/* @__PURE__ */ a("label", { className: vt.label, children: e.label }),
|
|
6675
6677
|
e.required && /* @__PURE__ */ a("span", { className: vt.required, children: "*" })
|
|
@@ -6678,23 +6680,23 @@ const Jc = "_content_r1co8_1", Zc = "_videoContent_r1co8_20", Xc = "_articleSect
|
|
|
6678
6680
|
/* @__PURE__ */ a("option", { value: "", children: "--Seleccione--" }),
|
|
6679
6681
|
e.options.map((t, n) => /* @__PURE__ */ a("option", { value: t.value, children: t.label }, n))
|
|
6680
6682
|
] })
|
|
6681
|
-
] }), Pd = "
|
|
6683
|
+
] }), Pd = "_content_ljg8f_1", Od = "_label_ljg8f_15", Qd = "_input_ljg8f_33", Un = {
|
|
6682
6684
|
content: Pd,
|
|
6683
6685
|
label: Od,
|
|
6684
|
-
input:
|
|
6685
|
-
},
|
|
6686
|
+
input: Qd
|
|
6687
|
+
}, W3 = (e) => /* @__PURE__ */ m("div", { className: Un.content, children: [
|
|
6686
6688
|
/* @__PURE__ */ a("label", { className: Un.label, children: e.label }),
|
|
6687
6689
|
/* @__PURE__ */ a("textarea", { className: Un.input, ...e })
|
|
6688
|
-
] }),
|
|
6689
|
-
boxInformation:
|
|
6690
|
+
] }), jd = "_boxInformation_1ah38_1", Gd = "_textBox_1ah38_59", Hd = "_contentBox_1ah38_79", zd = "_liveBox_1ah38_99", Vd = "_dot_1ah38_143", Fd = "_sectionDescription_1ah38_193", Wd = "_articule_1ah38_219", $d = "_description_1ah38_273", Fe = {
|
|
6691
|
+
boxInformation: jd,
|
|
6690
6692
|
textBox: Gd,
|
|
6691
|
-
contentBox:
|
|
6692
|
-
liveBox:
|
|
6693
|
+
contentBox: Hd,
|
|
6694
|
+
liveBox: zd,
|
|
6693
6695
|
dot: Vd,
|
|
6694
6696
|
sectionDescription: Fd,
|
|
6695
6697
|
articule: Wd,
|
|
6696
6698
|
description: $d
|
|
6697
|
-
}, Yd = "
|
|
6699
|
+
}, Yd = "_content_b83p0_1", Kd = "_description_b83p0_45", un = {
|
|
6698
6700
|
content: Yd,
|
|
6699
6701
|
description: Kd
|
|
6700
6702
|
}, Ls = (e) => {
|
|
@@ -6703,7 +6705,7 @@ const Jc = "_content_r1co8_1", Zc = "_videoContent_r1co8_20", Xc = "_articleSect
|
|
|
6703
6705
|
/* @__PURE__ */ a(be, { preview: e.preview, isLarge: !0, priorityHigh: !0 }),
|
|
6704
6706
|
t && /* @__PURE__ */ a("div", { className: un.description, children: t })
|
|
6705
6707
|
] });
|
|
6706
|
-
}, Jd = (e) => /* @__PURE__ */ a(
|
|
6708
|
+
}, Jd = (e) => /* @__PURE__ */ a(Q, { children: /* @__PURE__ */ m("div", { className: Fe.boxInformation, children: [
|
|
6707
6709
|
/* @__PURE__ */ a(Ls, { preview: e.preview }),
|
|
6708
6710
|
/* @__PURE__ */ m("div", { className: Fe.textBox, children: [
|
|
6709
6711
|
/* @__PURE__ */ m("div", { className: Fe.contentBox, children: [
|
|
@@ -6733,7 +6735,7 @@ const Jc = "_content_r1co8_1", Zc = "_videoContent_r1co8_20", Xc = "_articleSect
|
|
|
6733
6735
|
}
|
|
6734
6736
|
)
|
|
6735
6737
|
] })
|
|
6736
|
-
] }) }), Zd = "
|
|
6738
|
+
] }) }), Zd = "_content_35x7r_1", Xd = "_contentLine_35x7r_33", e1 = "_contentText_35x7r_47", t1 = "_dateLink_35x7r_73", Ft = {
|
|
6737
6739
|
content: Zd,
|
|
6738
6740
|
contentLine: Xd,
|
|
6739
6741
|
contentText: e1,
|
|
@@ -6741,7 +6743,7 @@ const Jc = "_content_r1co8_1", Zc = "_videoContent_r1co8_20", Xc = "_articleSect
|
|
|
6741
6743
|
}, n1 = (e) => /* @__PURE__ */ a("section", { className: Ft.content, children: e.itemList[0]?.list.items.map((t, n) => /* @__PURE__ */ m("div", { className: Ft.contentLine, children: [
|
|
6742
6744
|
/* @__PURE__ */ a(k, { className: Ft.dateLink, href: `#item-${n + 1}`, children: _o(t.date) }),
|
|
6743
6745
|
/* @__PURE__ */ a("div", { className: Ft.contentText, children: (e.itemList[0]?.list.integrated, t.title) })
|
|
6744
|
-
] }, n)) }), a1 = "
|
|
6746
|
+
] }, n)) }), a1 = "_content_1ti45_1", s1 = "_contentInfo_1ti45_21", o1 = "_imageStyled_1ti45_37", i1 = "_contentIconStyled_1ti45_59", r1 = "_name_1ti45_111", l1 = "_email_1ti45_129", c1 = "_description_1ti45_161", d1 = "_contenSocialNetwork_1ti45_185", u1 = "_socialIcon_1ti45_205", we = {
|
|
6745
6747
|
content: a1,
|
|
6746
6748
|
contentInfo: s1,
|
|
6747
6749
|
imageStyled: o1,
|
|
@@ -6812,7 +6814,7 @@ const Jc = "_content_r1co8_1", Zc = "_videoContent_r1co8_20", Xc = "_articleSect
|
|
|
6812
6814
|
] })
|
|
6813
6815
|
}
|
|
6814
6816
|
);
|
|
6815
|
-
}, h1 = "
|
|
6817
|
+
}, h1 = "_content_1ofcp_1", f1 = "_contentInfo_1ofcp_25", g1 = "_contentAuthor_1ofcp_51", p1 = "_imageStyled_1ofcp_65", A1 = "_contentIconStyled_1ofcp_83", w1 = "_name_1ofcp_127", y1 = "_email_1ofcp_143", C1 = "_description_1ofcp_163", b1 = "_contenSocialNetwork_1ofcp_185", _1 = "_socialIcon_1ofcp_205", fe = {
|
|
6816
6818
|
content: h1,
|
|
6817
6819
|
contentInfo: f1,
|
|
6818
6820
|
contentAuthor: g1,
|
|
@@ -6885,7 +6887,7 @@ const Jc = "_content_r1co8_1", Zc = "_videoContent_r1co8_20", Xc = "_articleSect
|
|
|
6885
6887
|
] })
|
|
6886
6888
|
] })
|
|
6887
6889
|
] }) });
|
|
6888
|
-
}, N1 = "
|
|
6890
|
+
}, N1 = "_content_1p4ec_1", S1 = "_bannerSection_1p4ec_49", Ra = {
|
|
6889
6891
|
content: N1,
|
|
6890
6892
|
bannerSection: S1
|
|
6891
6893
|
}, Rs = (e) => /* @__PURE__ */ m("section", { className: Ra.content, children: [
|
|
@@ -6908,7 +6910,7 @@ const Jc = "_content_r1co8_1", Zc = "_videoContent_r1co8_20", Xc = "_articleSect
|
|
|
6908
6910
|
),
|
|
6909
6911
|
e.banner
|
|
6910
6912
|
] })
|
|
6911
|
-
] }), x1 = "
|
|
6913
|
+
] }), x1 = "_content_udlpm_1", E1 = "_header_udlpm_41", U1 = "_videos_udlpm_91", k1 = "_videoContent_udlpm_105", I1 = "_articleSection_udlpm_119", T1 = "_contentLayoutVideoSection_udlpm_147", q1 = "_sectionVideoList_udlpm_163", B1 = "_iframeStyled_udlpm_309", L1 = "_contentFrame_udlpm_327", R1 = "_relatedTitle_udlpm_377", Se = {
|
|
6912
6914
|
content: x1,
|
|
6913
6915
|
header: E1,
|
|
6914
6916
|
videos: U1,
|
|
@@ -6919,7 +6921,7 @@ const Jc = "_content_r1co8_1", Zc = "_videoContent_r1co8_20", Xc = "_articleSect
|
|
|
6919
6921
|
iframeStyled: B1,
|
|
6920
6922
|
contentFrame: L1,
|
|
6921
6923
|
relatedTitle: R1
|
|
6922
|
-
}, D1 = "
|
|
6924
|
+
}, D1 = "_content_1ah8a_1", M1 = "_linkImage_1ah8a_23", P1 = "_playStyled_1ah8a_37", kn = {
|
|
6923
6925
|
content: D1,
|
|
6924
6926
|
linkImage: M1,
|
|
6925
6927
|
playStyled: P1
|
|
@@ -6950,7 +6952,7 @@ const Jc = "_content_r1co8_1", Zc = "_videoContent_r1co8_20", Xc = "_articleSect
|
|
|
6950
6952
|
),
|
|
6951
6953
|
/* @__PURE__ */ a("div", { children: /* @__PURE__ */ a(At, { ...t, paths: e.paths }) })
|
|
6952
6954
|
] }) : null;
|
|
6953
|
-
}, $
|
|
6955
|
+
}, $3 = (e) => /* @__PURE__ */ a("div", { className: Se.content, children: /* @__PURE__ */ m(Pt, { className: Se.contentLayoutVideoSection, children: [
|
|
6954
6956
|
/* @__PURE__ */ m("a", { className: Se.header, href: "/", children: [
|
|
6955
6957
|
/* @__PURE__ */ a(
|
|
6956
6958
|
"svg",
|
|
@@ -7038,12 +7040,12 @@ const Jc = "_content_r1co8_1", Zc = "_videoContent_r1co8_20", Xc = "_articleSect
|
|
|
7038
7040
|
}
|
|
7039
7041
|
)
|
|
7040
7042
|
] })
|
|
7041
|
-
] }) }),
|
|
7042
|
-
content:
|
|
7043
|
-
titleContent:
|
|
7043
|
+
] }) }), Q1 = "_content_17oas_1", j1 = "_titleContent_17oas_47", G1 = "_title_17oas_47", H1 = "_startLine_17oas_175", z1 = "_line_17oas_185", V1 = "_bottomLine_17oas_197", F1 = "_childrenContent_17oas_235", W1 = "_readMore_17oas_261", Le = {
|
|
7044
|
+
content: Q1,
|
|
7045
|
+
titleContent: j1,
|
|
7044
7046
|
title: G1,
|
|
7045
|
-
startLine:
|
|
7046
|
-
line:
|
|
7047
|
+
startLine: H1,
|
|
7048
|
+
line: z1,
|
|
7047
7049
|
bottomLine: V1,
|
|
7048
7050
|
childrenContent: F1,
|
|
7049
7051
|
readMore: W1
|
|
@@ -7110,7 +7112,7 @@ const Jc = "_content_r1co8_1", Zc = "_videoContent_r1co8_20", Xc = "_articleSect
|
|
|
7110
7112
|
}
|
|
7111
7113
|
)
|
|
7112
7114
|
}
|
|
7113
|
-
), $1 = "
|
|
7115
|
+
), $1 = "_drawerStyled_10dgc_1", Y1 = "_sidebarCustom_10dgc_11", K1 = "_accordionStyled_10dgc_47", J1 = "_accordionHeading_10dgc_69", Z1 = "_accordionSummeryStyled_10dgc_87", X1 = "_linkStyled_10dgc_141", eu = "_subLinkStyled_10dgc_181", tu = "_inputContent_10dgc_225", nu = "_buttonContent_10dgc_227", au = "_inputStyled_10dgc_247", su = "_buscar_10dgc_279", ou = "_buttonStyled_10dgc_297", iu = "_accordionDetailsStyled_10dgc_327", ru = "_footerSlider_10dgc_357", lu = "_socialMedia_10dgc_379", cu = "_copyRights_10dgc_417", du = "_icon_10dgc_439", X = {
|
|
7114
7116
|
drawerStyled: $1,
|
|
7115
7117
|
sidebarCustom: Y1,
|
|
7116
7118
|
accordionStyled: K1,
|
|
@@ -7276,7 +7278,7 @@ const Jc = "_content_r1co8_1", Zc = "_videoContent_r1co8_20", Xc = "_articleSect
|
|
|
7276
7278
|
)
|
|
7277
7279
|
]
|
|
7278
7280
|
}
|
|
7279
|
-
), mu = "
|
|
7281
|
+
), mu = "_content_ue3tp_1", hu = "_chipStyled_ue3tp_33", fu = "_headLine_ue3tp_33", gu = "_live_ue3tp_49", pu = "_closeLiveStyled_ue3tp_175", Nt = {
|
|
7280
7282
|
content: mu,
|
|
7281
7283
|
chipStyled: hu,
|
|
7282
7284
|
headLine: fu,
|
|
@@ -7293,7 +7295,7 @@ const Jc = "_content_r1co8_1", Zc = "_videoContent_r1co8_20", Xc = "_articleSect
|
|
|
7293
7295
|
children: t?.data[0]?.main?.title.home ?? ""
|
|
7294
7296
|
}
|
|
7295
7297
|
);
|
|
7296
|
-
return /* @__PURE__ */ m(
|
|
7298
|
+
return /* @__PURE__ */ m(Q, { children: [
|
|
7297
7299
|
/* @__PURE__ */ a(
|
|
7298
7300
|
"input",
|
|
7299
7301
|
{
|
|
@@ -7324,7 +7326,7 @@ const Jc = "_content_r1co8_1", Zc = "_videoContent_r1co8_20", Xc = "_articleSect
|
|
|
7324
7326
|
}
|
|
7325
7327
|
)
|
|
7326
7328
|
] });
|
|
7327
|
-
}, Au = "
|
|
7329
|
+
}, Au = "_content_1whi4_1", wu = "_linkStyled_1whi4_27", yu = "_linkSocialNetwork_1whi4_55", Cu = "_title_1whi4_97", bu = "_tabs_1whi4_119", _u = "_socialNetwork_1whi4_135", vu = "_icon_1whi4_155", Nu = "_facebook_1whi4_167", Su = "_youtube_1whi4_175", xu = "_x_1whi4_183", Eu = "_instagram_1whi4_191", Uu = "_gnews_1whi4_199", ku = "_tiktok_1whi4_207", Iu = "_whatsapp_1whi4_215", Re = {
|
|
7328
7330
|
content: Au,
|
|
7329
7331
|
linkStyled: wu,
|
|
7330
7332
|
linkSocialNetwork: yu,
|
|
@@ -7390,7 +7392,7 @@ const Jc = "_content_r1co8_1", Zc = "_videoContent_r1co8_20", Xc = "_articleSect
|
|
|
7390
7392
|
r
|
|
7391
7393
|
)) })
|
|
7392
7394
|
] });
|
|
7393
|
-
}, qu = "
|
|
7395
|
+
}, qu = "_headerStyled_5isjw_1", Bu = "_headerContent_5isjw_27", Lu = "_iconContent_5isjw_49", Ru = "_menuButton_5isjw_67", Du = "_logoStyled_5isjw_131", Mu = "_buttonSection_5isjw_187", Pu = "_buttonSectionSearch_5isjw_217", Ou = "_headLineContent_5isjw_259", Qu = "_headLineTitle_5isjw_285", ju = "_headLine_5isjw_259", Gu = "_hasAlertZone_5isjw_391", ye = {
|
|
7394
7396
|
headerStyled: qu,
|
|
7395
7397
|
headerContent: Bu,
|
|
7396
7398
|
iconContent: Lu,
|
|
@@ -7399,10 +7401,10 @@ const Jc = "_content_r1co8_1", Zc = "_videoContent_r1co8_20", Xc = "_articleSect
|
|
|
7399
7401
|
buttonSection: Mu,
|
|
7400
7402
|
buttonSectionSearch: Pu,
|
|
7401
7403
|
headLineContent: Ou,
|
|
7402
|
-
headLineTitle:
|
|
7403
|
-
headLine:
|
|
7404
|
+
headLineTitle: Qu,
|
|
7405
|
+
headLine: ju,
|
|
7404
7406
|
hasAlertZone: Gu
|
|
7405
|
-
},
|
|
7407
|
+
}, Hu = (e) => {
|
|
7406
7408
|
const { alertZone: t } = e;
|
|
7407
7409
|
return /* @__PURE__ */ m("header", { className: ye.headerStyled, children: [
|
|
7408
7410
|
e.socialIcons && /* @__PURE__ */ a(
|
|
@@ -7495,8 +7497,8 @@ const Jc = "_content_r1co8_1", Zc = "_videoContent_r1co8_20", Xc = "_articleSect
|
|
|
7495
7497
|
}
|
|
7496
7498
|
)
|
|
7497
7499
|
] });
|
|
7498
|
-
},
|
|
7499
|
-
ul:
|
|
7500
|
+
}, zu = "_ul_196it_1", Vu = "_li_196it_19", Fu = "_liBefore_196it_35", Wu = "_ulContent_196it_65", $u = "_contentModal_196it_87", Yu = "_linkStyled_196it_111", Ku = "_itemLink_196it_161", De = {
|
|
7501
|
+
ul: zu,
|
|
7500
7502
|
li: Vu,
|
|
7501
7503
|
liBefore: Fu,
|
|
7502
7504
|
ulContent: Wu,
|
|
@@ -7533,7 +7535,7 @@ const Jc = "_content_r1co8_1", Zc = "_videoContent_r1co8_20", Xc = "_articleSect
|
|
|
7533
7535
|
}
|
|
7534
7536
|
) }, i)) }) })
|
|
7535
7537
|
] }, s)) });
|
|
7536
|
-
}, Zu = "
|
|
7538
|
+
}, Zu = "_headerStyled_1hv7h_1", Xu = "_headerContent_1hv7h_45", em = "_menuButtonSection_1hv7h_65", tm = "_menuButton_1hv7h_65", nm = "_buttonSection_1hv7h_167", am = "_buttonSectionSearch_1hv7h_201", sm = "_hasAlertZone_1hv7h_221", om = "_buttonText_1hv7h_259", im = "_logoContent_1hv7h_279", rm = "_logoStyled_1hv7h_295", lm = "_headLineContent_1hv7h_343", cm = "_headLineTitle_1hv7h_373", dm = "_menuSection_1hv7h_405", um = "_headLine_1hv7h_343", mm = "_line_1hv7h_509", ce = {
|
|
7537
7539
|
headerStyled: Zu,
|
|
7538
7540
|
headerContent: Xu,
|
|
7539
7541
|
menuButtonSection: em,
|
|
@@ -7624,14 +7626,14 @@ const Jc = "_content_r1co8_1", Zc = "_videoContent_r1co8_20", Xc = "_articleSect
|
|
|
7624
7626
|
)
|
|
7625
7627
|
}
|
|
7626
7628
|
);
|
|
7627
|
-
}, fm = "
|
|
7629
|
+
}, fm = "_childrenContent_13giv_1", gm = "_childrenContentAux_13giv_23", pm = "_op2_13giv_49", In = {
|
|
7628
7630
|
childrenContent: fm,
|
|
7629
7631
|
childrenContentAux: gm,
|
|
7630
7632
|
op2: pm
|
|
7631
|
-
},
|
|
7633
|
+
}, Y3 = (e) => {
|
|
7632
7634
|
const { alertZone: t, children: n, sidebar: s } = e;
|
|
7633
|
-
return /* @__PURE__ */ m(
|
|
7634
|
-
/* @__PURE__ */ a(
|
|
7635
|
+
return /* @__PURE__ */ m(Q, { children: [
|
|
7636
|
+
/* @__PURE__ */ a(Hu, { ...e }),
|
|
7635
7637
|
!e.showOnlyStickyHeader && /* @__PURE__ */ a(hm, { ...e }),
|
|
7636
7638
|
/* @__PURE__ */ m(
|
|
7637
7639
|
"div",
|
|
@@ -7669,7 +7671,7 @@ const Jc = "_content_r1co8_1", Zc = "_videoContent_r1co8_20", Xc = "_articleSect
|
|
|
7669
7671
|
}
|
|
7670
7672
|
)
|
|
7671
7673
|
] });
|
|
7672
|
-
}, Am = "
|
|
7674
|
+
}, Am = "_content_1ntb2_1", wm = "_tags_1ntb2_19", ym = "_chipStyled_1ntb2_39", Cm = "_tagLink_1ntb2_93", bm = "_tagStyled_1ntb2_105", it = {
|
|
7673
7675
|
content: Am,
|
|
7674
7676
|
tags: wm,
|
|
7675
7677
|
chipStyled: ym,
|
|
@@ -7678,7 +7680,7 @@ const Jc = "_content_r1co8_1", Zc = "_videoContent_r1co8_20", Xc = "_articleSect
|
|
|
7678
7680
|
}, _m = (e) => /* @__PURE__ */ a("section", { className: it.content, children: Array.isArray(e.tags) && /* @__PURE__ */ m("div", { className: it.tags, children: [
|
|
7679
7681
|
/* @__PURE__ */ a("p", { className: it.tagStyled, children: e.title ? e.title : "Tags:" }),
|
|
7680
7682
|
e.tags.map((t, n) => t.approved ? /* @__PURE__ */ a(k, { href: as(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))
|
|
7681
|
-
] }) }), vm = "
|
|
7683
|
+
] }) }), vm = "_contentBox_horo3_1", Nm = "_content_horo3_1", Sm = "_imageStyled_horo3_31", xm = "_contentIconStyled_horo3_45", Em = "_avatarContent_horo3_85", Um = "_journalistSection_horo3_99", km = "_journalistInfo_horo3_111", Im = "_socialNetworkSection_horo3_139", Tm = "_article_horo3_165", ke = {
|
|
7682
7684
|
contentBox: vm,
|
|
7683
7685
|
content: Nm,
|
|
7684
7686
|
imageStyled: Sm,
|
|
@@ -7879,7 +7881,7 @@ const Jc = "_content_r1co8_1", Zc = "_videoContent_r1co8_20", Xc = "_articleSect
|
|
|
7879
7881
|
}
|
|
7880
7882
|
)
|
|
7881
7883
|
] }) });
|
|
7882
|
-
}, Bm = "
|
|
7884
|
+
}, Bm = "_content_1po76_1", Lm = "_imageStyled_1po76_39", Rm = "_contentIconStyled_1po76_41", Dm = "_contentCard_1po76_61", Mm = "_contentInfo_1po76_139", Pm = "_fullName_1po76_151", Om = "_LearnMoreLink_1po76_165", We = {
|
|
7883
7885
|
content: Bm,
|
|
7884
7886
|
imageStyled: Lm,
|
|
7885
7887
|
contentIconStyled: Rm,
|
|
@@ -7887,7 +7889,7 @@ const Jc = "_content_r1co8_1", Zc = "_videoContent_r1co8_20", Xc = "_articleSect
|
|
|
7887
7889
|
contentInfo: Mm,
|
|
7888
7890
|
fullName: Pm,
|
|
7889
7891
|
LearnMoreLink: Om
|
|
7890
|
-
},
|
|
7892
|
+
}, Qm = async (e) => {
|
|
7891
7893
|
const { news: t, texts: n } = e;
|
|
7892
7894
|
return t.config?.showauthor && /* @__PURE__ */ a("div", { className: We.content, children: Array.isArray(t.authors) && t.authors?.map(async (s) => /* @__PURE__ */ m(
|
|
7893
7895
|
"div",
|
|
@@ -7926,11 +7928,11 @@ const Jc = "_content_r1co8_1", Zc = "_videoContent_r1co8_20", Xc = "_articleSect
|
|
|
7926
7928
|
},
|
|
7927
7929
|
`author-${s.firstname}`
|
|
7928
7930
|
)) });
|
|
7929
|
-
},
|
|
7930
|
-
content:
|
|
7931
|
+
}, jm = "_content_qiw8s_1", Gm = "_contentNews_qiw8s_19", Hm = "_linkTitle_qiw8s_53", zm = "_tag_qiw8s_69", Vm = "_tagmx_qiw8s_109", Fm = "_titular_qiw8s_139", Wm = "_correspondent_qiw8s_169", $m = "_correspondentLink_qiw8s_191", Ym = "_description_qiw8s_213", Me = {
|
|
7932
|
+
content: jm,
|
|
7931
7933
|
contentNews: Gm,
|
|
7932
|
-
linkTitle:
|
|
7933
|
-
tag:
|
|
7934
|
+
linkTitle: Hm,
|
|
7935
|
+
tag: zm,
|
|
7934
7936
|
tagmx: Vm,
|
|
7935
7937
|
titular: Fm,
|
|
7936
7938
|
correspondent: Wm,
|
|
@@ -8017,7 +8019,7 @@ const Jc = "_content_r1co8_1", Zc = "_videoContent_r1co8_20", Xc = "_articleSect
|
|
|
8017
8019
|
}
|
|
8018
8020
|
}
|
|
8019
8021
|
),
|
|
8020
|
-
e?.config?.showtime && e.config?.showauthor && /* @__PURE__ */ a(
|
|
8022
|
+
e?.config?.showtime && e.config?.showauthor && /* @__PURE__ */ a(Q, { children: e.authors[0]?.internaluser ? /* @__PURE__ */ a(
|
|
8021
8023
|
k,
|
|
8022
8024
|
{
|
|
8023
8025
|
href: `/${e.paths?.autor ?? "autor"}/${e?.authors[0]?.name}`,
|
|
@@ -8062,7 +8064,7 @@ const Jc = "_content_r1co8_1", Zc = "_videoContent_r1co8_20", Xc = "_articleSect
|
|
|
8062
8064
|
)
|
|
8063
8065
|
}
|
|
8064
8066
|
) : /* @__PURE__ */ a(
|
|
8065
|
-
|
|
8067
|
+
ze,
|
|
8066
8068
|
{
|
|
8067
8069
|
...e,
|
|
8068
8070
|
main: t,
|
|
@@ -8093,7 +8095,7 @@ const Jc = "_content_r1co8_1", Zc = "_videoContent_r1co8_20", Xc = "_articleSect
|
|
|
8093
8095
|
}
|
|
8094
8096
|
)
|
|
8095
8097
|
] });
|
|
8096
|
-
}, Km = "
|
|
8098
|
+
}, Km = "_content_wuf93_1", Jm = "_firstSection_wuf93_19", Zm = "_secondSection_wuf93_31", Tn = {
|
|
8097
8099
|
content: Km,
|
|
8098
8100
|
firstSection: Jm,
|
|
8099
8101
|
secondSection: Zm
|
|
@@ -8127,7 +8129,7 @@ const Jc = "_content_r1co8_1", Zc = "_videoContent_r1co8_20", Xc = "_articleSect
|
|
|
8127
8129
|
}
|
|
8128
8130
|
)) })
|
|
8129
8131
|
] });
|
|
8130
|
-
}, eh = "
|
|
8132
|
+
}, eh = "_content_14pjb_1", th = "_firstSection_14pjb_15", Ma = {
|
|
8131
8133
|
content: eh,
|
|
8132
8134
|
firstSection: th
|
|
8133
8135
|
}, nh = ({
|
|
@@ -8164,7 +8166,7 @@ const Jc = "_content_r1co8_1", Zc = "_videoContent_r1co8_20", Xc = "_articleSect
|
|
|
8164
8166
|
heightImageOverwriteMobile: "270px",
|
|
8165
8167
|
paths: s
|
|
8166
8168
|
}
|
|
8167
|
-
) }, i)) }), ah = "
|
|
8169
|
+
) }, i)) }), ah = "_content_1bmoc_1", sh = "_sectionDescription_1bmoc_25", oh = "_title_1bmoc_65", ih = "_subtitle_1bmoc_93", rh = "_linkStyled_1bmoc_115", St = {
|
|
8168
8170
|
content: ah,
|
|
8169
8171
|
sectionDescription: sh,
|
|
8170
8172
|
title: oh,
|
|
@@ -8190,7 +8192,7 @@ const Jc = "_content_r1co8_1", Zc = "_videoContent_r1co8_20", Xc = "_articleSect
|
|
|
8190
8192
|
),
|
|
8191
8193
|
e?.mainNew?.main?.subtitle?.rendered && /* @__PURE__ */ a("p", { className: St.subtitle, children: e?.mainNew?.main?.subtitle?.striped }),
|
|
8192
8194
|
e.goTo && /* @__PURE__ */ a(k, { href: e.goTo.url, className: St.linkStyled, children: e.goTo.description })
|
|
8193
|
-
] }), lh = "
|
|
8195
|
+
] }), lh = "_headerSection_itzkx_1", ch = "_headerSectionLink_itzkx_23", dh = "_newsContent_itzkx_33", qn = {
|
|
8194
8196
|
headerSection: lh,
|
|
8195
8197
|
headerSectionLink: ch,
|
|
8196
8198
|
newsContent: dh
|
|
@@ -8234,7 +8236,7 @@ const Jc = "_content_r1co8_1", Zc = "_videoContent_r1co8_20", Xc = "_articleSect
|
|
|
8234
8236
|
}
|
|
8235
8237
|
};
|
|
8236
8238
|
return /* @__PURE__ */ a("div", { style: { order: c }, children: /* @__PURE__ */ a(
|
|
8237
|
-
|
|
8239
|
+
ze,
|
|
8238
8240
|
{
|
|
8239
8241
|
...u,
|
|
8240
8242
|
isVideo: s,
|
|
@@ -8244,7 +8246,7 @@ const Jc = "_content_r1co8_1", Zc = "_videoContent_r1co8_20", Xc = "_articleSect
|
|
|
8244
8246
|
})
|
|
8245
8247
|
] })
|
|
8246
8248
|
] });
|
|
8247
|
-
}, mh = "
|
|
8249
|
+
}, mh = "_content_1ubl0_1", hh = "_autorContent_1ubl0_15", fh = "_image_1ubl0_47", gh = "_contentIcon_1ubl0_49", ph = "_boxInformationContent_1ubl0_93", Ah = "_autorName_1ubl0_105", wh = "_time_1ubl0_169", yh = "_comment_1ubl0_195", Ch = "_title_1ubl0_213", Pe = {
|
|
8248
8250
|
content: mh,
|
|
8249
8251
|
autorContent: hh,
|
|
8250
8252
|
image: fh,
|
|
@@ -8290,7 +8292,7 @@ const Jc = "_content_r1co8_1", Zc = "_videoContent_r1co8_20", Xc = "_articleSect
|
|
|
8290
8292
|
/* @__PURE__ */ a("p", { className: Pe.comment, children: Ce(t?.main?.subtitle?.striped || "") })
|
|
8291
8293
|
] })
|
|
8292
8294
|
] });
|
|
8293
|
-
}, bh = "
|
|
8295
|
+
}, bh = "_content_1i9xs_1", _h = "_boxPosition_1i9xs_15", vh = "_contentFlex_1i9xs_41", Nh = "_bannerContent_1i9xs_57", Sh = "_bannerContentAux_1i9xs_79", rt = {
|
|
8294
8296
|
content: bh,
|
|
8295
8297
|
boxPosition: _h,
|
|
8296
8298
|
contentFlex: vh,
|
|
@@ -8303,7 +8305,7 @@ function xh(e) {
|
|
|
8303
8305
|
s % 2 === 0 ? t[Math.floor(s / 2)] = e[s] : t[n + Math.floor(s / 2)] = e[s];
|
|
8304
8306
|
return t;
|
|
8305
8307
|
}
|
|
8306
|
-
const
|
|
8308
|
+
const K3 = (e) => {
|
|
8307
8309
|
const { isOpinion: t = !1 } = e, n = (i) => /* @__PURE__ */ a(
|
|
8308
8310
|
"div",
|
|
8309
8311
|
{
|
|
@@ -8357,10 +8359,10 @@ const K9 = (e) => {
|
|
|
8357
8359
|
] })
|
|
8358
8360
|
}
|
|
8359
8361
|
) });
|
|
8360
|
-
}, Eh = "
|
|
8362
|
+
}, Eh = "_content_g09lr_1", Uh = "_title_g09lr_19", Pa = {
|
|
8361
8363
|
content: Eh,
|
|
8362
8364
|
title: Uh
|
|
8363
|
-
},
|
|
8365
|
+
}, J3 = (e) => {
|
|
8364
8366
|
const { showTitle: t = !0 } = e;
|
|
8365
8367
|
return /* @__PURE__ */ m("div", { className: Pa.content, children: [
|
|
8366
8368
|
t && /* @__PURE__ */ a("p", { className: Pa.title, children: "Editorial" }),
|
|
@@ -8379,13 +8381,13 @@ const K9 = (e) => {
|
|
|
8379
8381
|
}
|
|
8380
8382
|
)
|
|
8381
8383
|
] });
|
|
8382
|
-
}, kh = "
|
|
8384
|
+
}, kh = "_content_1hn45_1", Ih = "_newsContent_1hn45_15", Th = "_boxPosition_1hn45_33", qh = "_bannerContent_1hn45_45", Bh = "_bannerContentAux_1hn45_65", lt = {
|
|
8383
8385
|
content: kh,
|
|
8384
8386
|
newsContent: Ih,
|
|
8385
8387
|
boxPosition: Th,
|
|
8386
8388
|
bannerContent: qh,
|
|
8387
8389
|
bannerContentAux: Bh
|
|
8388
|
-
},
|
|
8390
|
+
}, Z3 = (e) => {
|
|
8389
8391
|
const { news: t } = e;
|
|
8390
8392
|
return Array.isArray(t) && /* @__PURE__ */ m("div", { className: lt.content, children: [
|
|
8391
8393
|
/* @__PURE__ */ m("div", { className: lt.newsContent, children: [
|
|
@@ -8413,17 +8415,17 @@ const K9 = (e) => {
|
|
|
8413
8415
|
{
|
|
8414
8416
|
className: lt.boxPosition,
|
|
8415
8417
|
style: { order: s },
|
|
8416
|
-
children: /* @__PURE__ */ a(
|
|
8418
|
+
children: /* @__PURE__ */ a(ze, { ...n, share: e.share, paths: e.paths })
|
|
8417
8419
|
},
|
|
8418
8420
|
s
|
|
8419
8421
|
))
|
|
8420
8422
|
] }),
|
|
8421
8423
|
/* @__PURE__ */ a("div", { className: lt.bannerContent, children: e.halfPageBanner })
|
|
8422
8424
|
] });
|
|
8423
|
-
},
|
|
8425
|
+
}, X3 = (e) => /* @__PURE__ */ m(Q, { children: [
|
|
8424
8426
|
/* @__PURE__ */ a(Ul, { className: "display-on-lower-900px", ...e }),
|
|
8425
|
-
/* @__PURE__ */ a(
|
|
8426
|
-
] }), Lh = "
|
|
8427
|
+
/* @__PURE__ */ a(jl, { ...e })
|
|
8428
|
+
] }), Lh = "_newsContent_smaec_1", Rh = "_newsContentWithLines_smaec_15", Dh = "_newsContentWithoutLines_smaec_25", Mh = "_contentSeparator_smaec_35", Wt = {
|
|
8427
8429
|
newsContent: Lh,
|
|
8428
8430
|
newsContentWithLines: Rh,
|
|
8429
8431
|
newsContentWithoutLines: Dh,
|
|
@@ -8463,7 +8465,7 @@ const K9 = (e) => {
|
|
|
8463
8465
|
};
|
|
8464
8466
|
s.push(
|
|
8465
8467
|
/* @__PURE__ */ a("section", { className: n(o), children: /* @__PURE__ */ a(
|
|
8466
|
-
|
|
8468
|
+
ze,
|
|
8467
8469
|
{
|
|
8468
8470
|
...u,
|
|
8469
8471
|
isVideo: e.isVideo,
|
|
@@ -8492,10 +8494,10 @@ const K9 = (e) => {
|
|
|
8492
8494
|
showVideoTime: e.showVideoTime,
|
|
8493
8495
|
showVideosubtitle: e.showVideosubtitle
|
|
8494
8496
|
}
|
|
8495
|
-
) }), Oh = "
|
|
8497
|
+
) }), Oh = "_newsContent_1ofh5_1", Qh = "_contentSeparator_1ofh5_15", Oa = {
|
|
8496
8498
|
newsContent: Oh,
|
|
8497
|
-
contentSeparator:
|
|
8498
|
-
},
|
|
8499
|
+
contentSeparator: Qh
|
|
8500
|
+
}, jh = (e) => {
|
|
8499
8501
|
const { content: t, title: n } = e;
|
|
8500
8502
|
if (!(!t || t.length === 0 || !Array.isArray(t)))
|
|
8501
8503
|
return /* @__PURE__ */ a(se, { title: n, titleUrl: e.titleUrl, children: /* @__PURE__ */ a(
|
|
@@ -8514,7 +8516,7 @@ const K9 = (e) => {
|
|
|
8514
8516
|
}
|
|
8515
8517
|
};
|
|
8516
8518
|
return /* @__PURE__ */ a("section", { children: /* @__PURE__ */ a(
|
|
8517
|
-
|
|
8519
|
+
ze,
|
|
8518
8520
|
{
|
|
8519
8521
|
...r,
|
|
8520
8522
|
share: e.share,
|
|
@@ -8524,10 +8526,10 @@ const K9 = (e) => {
|
|
|
8524
8526
|
})
|
|
8525
8527
|
}
|
|
8526
8528
|
) });
|
|
8527
|
-
}, Gh = "
|
|
8529
|
+
}, Gh = "_newsContent_1x5ie_1", Hh = "_contentSeparator_1x5ie_15", zh = "_newsContentWhitoutLine_1x5ie_57", Bn = {
|
|
8528
8530
|
newsContent: Gh,
|
|
8529
|
-
contentSeparator:
|
|
8530
|
-
newsContentWhitoutLine:
|
|
8531
|
+
contentSeparator: Hh,
|
|
8532
|
+
newsContentWhitoutLine: zh
|
|
8531
8533
|
}, Vh = (e) => {
|
|
8532
8534
|
const { content: t, title: n } = e;
|
|
8533
8535
|
if (!(!t || t.length === 0))
|
|
@@ -8547,7 +8549,7 @@ const K9 = (e) => {
|
|
|
8547
8549
|
}
|
|
8548
8550
|
};
|
|
8549
8551
|
return /* @__PURE__ */ a("section", { children: /* @__PURE__ */ a(
|
|
8550
|
-
|
|
8552
|
+
ze,
|
|
8551
8553
|
{
|
|
8552
8554
|
...r,
|
|
8553
8555
|
share: e.share,
|
|
@@ -8557,7 +8559,7 @@ const K9 = (e) => {
|
|
|
8557
8559
|
})
|
|
8558
8560
|
}
|
|
8559
8561
|
) });
|
|
8560
|
-
}, Fh = "
|
|
8562
|
+
}, Fh = "_headerSection_1qe16_5", Wh = "_headerSectionLink_1qe16_31", $h = "_newsContent_1qe16_57", Ln = {
|
|
8561
8563
|
headerSection: Fh,
|
|
8562
8564
|
headerSectionLink: Wh,
|
|
8563
8565
|
newsContent: $h
|
|
@@ -8603,7 +8605,7 @@ const K9 = (e) => {
|
|
|
8603
8605
|
}
|
|
8604
8606
|
};
|
|
8605
8607
|
return /* @__PURE__ */ a("div", { style: { order: c }, children: /* @__PURE__ */ ht(
|
|
8606
|
-
|
|
8608
|
+
ze,
|
|
8607
8609
|
{
|
|
8608
8610
|
...d,
|
|
8609
8611
|
isVideo: s,
|
|
@@ -8614,7 +8616,7 @@ const K9 = (e) => {
|
|
|
8614
8616
|
})
|
|
8615
8617
|
] })
|
|
8616
8618
|
] });
|
|
8617
|
-
}, Kh = "
|
|
8619
|
+
}, Kh = "_content_15xuj_1", Jh = "_linkImage_15xuj_59", Zh = "_sectionDescription_15xuj_83", Xh = "_dateText_15xuj_121", e2 = "_textContent_15xuj_143", xt = {
|
|
8618
8620
|
content: Kh,
|
|
8619
8621
|
linkImage: Jh,
|
|
8620
8622
|
sectionDescription: Zh,
|
|
@@ -8658,10 +8660,10 @@ const K9 = (e) => {
|
|
|
8658
8660
|
]
|
|
8659
8661
|
}
|
|
8660
8662
|
) : null;
|
|
8661
|
-
}, n2 = "
|
|
8663
|
+
}, n2 = "_content_1y9s7_1", a2 = "_contentSeparator_1y9s7_13", Qa = {
|
|
8662
8664
|
content: n2,
|
|
8663
8665
|
contentSeparator: a2
|
|
8664
|
-
}, s2 = "
|
|
8666
|
+
}, s2 = "_newsContent_f0o15_1", o2 = "_contentSeparator_f0o15_15", i2 = "_hasLinesBlock_f0o15_79", Vn = {
|
|
8665
8667
|
newsContent: s2,
|
|
8666
8668
|
contentSeparator: o2,
|
|
8667
8669
|
hasLinesBlock: i2
|
|
@@ -8671,7 +8673,7 @@ const K9 = (e) => {
|
|
|
8671
8673
|
return /* @__PURE__ */ a(se, { title: e.title, children: /* @__PURE__ */ a(
|
|
8672
8674
|
"div",
|
|
8673
8675
|
{
|
|
8674
|
-
className: `${
|
|
8676
|
+
className: `${Qa.content} ${e.hasLines ? Qa.contentSeparator : ""}`,
|
|
8675
8677
|
style: {
|
|
8676
8678
|
gap: e.hasLines ? "30px" : "0px"
|
|
8677
8679
|
},
|
|
@@ -8739,7 +8741,7 @@ const K9 = (e) => {
|
|
|
8739
8741
|
})
|
|
8740
8742
|
}
|
|
8741
8743
|
) });
|
|
8742
|
-
}, c2 = "
|
|
8744
|
+
}, c2 = "_content_e2a3d_1", d2 = "_imageStyled_e2a3d_27", u2 = "_contentIcon_e2a3d_45", m2 = "_boxInformation_e2a3d_87", h2 = "_comment_e2a3d_101", f2 = "_title_e2a3d_119", g2 = "_authorName_e2a3d_161", $e = {
|
|
8743
8745
|
content: c2,
|
|
8744
8746
|
imageStyled: d2,
|
|
8745
8747
|
contentIcon: u2,
|
|
@@ -8812,7 +8814,7 @@ const K9 = (e) => {
|
|
|
8812
8814
|
})
|
|
8813
8815
|
}
|
|
8814
8816
|
) });
|
|
8815
|
-
}, w2 = "
|
|
8817
|
+
}, w2 = "_content_nslah_1", y2 = "_newsContentSection_nslah_9", C2 = "_itemContent_nslah_19", b2 = "_ItemCustomContent_nslah_31", je = {
|
|
8816
8818
|
content: w2,
|
|
8817
8819
|
newsContentSection: y2,
|
|
8818
8820
|
itemContent: C2,
|
|
@@ -8821,9 +8823,9 @@ const K9 = (e) => {
|
|
|
8821
8823
|
const { item: t, option: n } = e;
|
|
8822
8824
|
switch (n) {
|
|
8823
8825
|
case "ediciones":
|
|
8824
|
-
return /* @__PURE__ */ a("div", { className:
|
|
8826
|
+
return /* @__PURE__ */ a("div", { className: je.ItemCustomContent });
|
|
8825
8827
|
case "columnistasnacionales":
|
|
8826
|
-
return /* @__PURE__ */ a("div", { className:
|
|
8828
|
+
return /* @__PURE__ */ a("div", { className: je.ItemCustomContent, children: /* @__PURE__ */ a(
|
|
8827
8829
|
sn,
|
|
8828
8830
|
{
|
|
8829
8831
|
data: t,
|
|
@@ -8832,7 +8834,7 @@ const K9 = (e) => {
|
|
|
8832
8834
|
}
|
|
8833
8835
|
) });
|
|
8834
8836
|
case "columnistaslocales":
|
|
8835
|
-
return /* @__PURE__ */ a("div", { className:
|
|
8837
|
+
return /* @__PURE__ */ a("div", { className: je.ItemCustomContent, children: /* @__PURE__ */ a(
|
|
8836
8838
|
sn,
|
|
8837
8839
|
{
|
|
8838
8840
|
data: t,
|
|
@@ -8841,7 +8843,7 @@ const K9 = (e) => {
|
|
|
8841
8843
|
}
|
|
8842
8844
|
) });
|
|
8843
8845
|
case "columnistas":
|
|
8844
|
-
return /* @__PURE__ */ a("div", { className:
|
|
8846
|
+
return /* @__PURE__ */ a("div", { className: je.ItemCustomContent, children: /* @__PURE__ */ a(
|
|
8845
8847
|
sn,
|
|
8846
8848
|
{
|
|
8847
8849
|
data: t,
|
|
@@ -8856,9 +8858,9 @@ const K9 = (e) => {
|
|
|
8856
8858
|
</div>
|
|
8857
8859
|
); */
|
|
8858
8860
|
default:
|
|
8859
|
-
return /* @__PURE__ */ a("div", { className:
|
|
8861
|
+
return /* @__PURE__ */ a("div", { className: je.ItemCustomContent, children: /* @__PURE__ */ a(ze, { ...t, paths: e.paths }) });
|
|
8860
8862
|
}
|
|
8861
|
-
},
|
|
8863
|
+
}, e9 = (e) => {
|
|
8862
8864
|
const {
|
|
8863
8865
|
data: t,
|
|
8864
8866
|
currentPage: n,
|
|
@@ -8882,10 +8884,10 @@ const K9 = (e) => {
|
|
|
8882
8884
|
paths: e.paths,
|
|
8883
8885
|
bannerTop: /* @__PURE__ */ a(ie, { banners: s ?? [], name: "right_1" }),
|
|
8884
8886
|
banner: /* @__PURE__ */ a(ie, { banners: s ?? [], name: "right_2" }),
|
|
8885
|
-
children: /* @__PURE__ */ a("section", { className:
|
|
8886
|
-
|
|
8887
|
+
children: /* @__PURE__ */ a("section", { className: je.content, children: t.length > 0 ? /* @__PURE__ */ a(
|
|
8888
|
+
zn,
|
|
8887
8889
|
{
|
|
8888
|
-
className: [
|
|
8890
|
+
className: [je.newsContentSection, "padding-0"].join(" "),
|
|
8889
8891
|
paginatorComponent: /* @__PURE__ */ a(
|
|
8890
8892
|
dn,
|
|
8891
8893
|
{
|
|
@@ -8898,7 +8900,7 @@ const K9 = (e) => {
|
|
|
8898
8900
|
}
|
|
8899
8901
|
),
|
|
8900
8902
|
children: Array.isArray(t) && t?.map((d, h) => /* @__PURE__ */ m(on, { children: [
|
|
8901
|
-
c.includes(h + 1) && /* @__PURE__ */ a("div", { className:
|
|
8903
|
+
c.includes(h + 1) && /* @__PURE__ */ a("div", { className: je.itemContent + " banner-context", children: /* @__PURE__ */ a(
|
|
8902
8904
|
ie,
|
|
8903
8905
|
{
|
|
8904
8906
|
banners: s ?? [],
|
|
@@ -8945,8 +8947,8 @@ const K9 = (e) => {
|
|
|
8945
8947
|
}
|
|
8946
8948
|
);
|
|
8947
8949
|
case "op2":
|
|
8948
|
-
return /* @__PURE__ */ a(
|
|
8949
|
-
|
|
8950
|
+
return /* @__PURE__ */ a(Q, { children: t.length > 0 ? /* @__PURE__ */ a(
|
|
8951
|
+
zn,
|
|
8950
8952
|
{
|
|
8951
8953
|
className: "padding-0",
|
|
8952
8954
|
paginatorComponent: /* @__PURE__ */ a(
|
|
@@ -8961,7 +8963,7 @@ const K9 = (e) => {
|
|
|
8961
8963
|
}
|
|
8962
8964
|
),
|
|
8963
8965
|
children: Array.isArray(t) && t?.map((d, h) => /* @__PURE__ */ m(on, { children: [
|
|
8964
|
-
c.includes(h + 1) && /* @__PURE__ */ a("div", { className:
|
|
8966
|
+
c.includes(h + 1) && /* @__PURE__ */ a("div", { className: je.itemContent, children: /* @__PURE__ */ a(
|
|
8965
8967
|
ie,
|
|
8966
8968
|
{
|
|
8967
8969
|
banners: s ?? [],
|
|
@@ -9006,28 +9008,28 @@ const K9 = (e) => {
|
|
|
9006
9008
|
}
|
|
9007
9009
|
) });
|
|
9008
9010
|
default:
|
|
9009
|
-
return /* @__PURE__ */ a(
|
|
9011
|
+
return /* @__PURE__ */ a(Q, {});
|
|
9010
9012
|
}
|
|
9011
|
-
}, _2 = "
|
|
9013
|
+
}, _2 = "_content_1oabr_1", v2 = "_contactInfoContent_1oabr_13", ja = {
|
|
9012
9014
|
content: _2,
|
|
9013
9015
|
contactInfoContent: v2
|
|
9014
|
-
},
|
|
9016
|
+
}, t9 = (e) => {
|
|
9015
9017
|
const { data: t } = e;
|
|
9016
|
-
return /* @__PURE__ */ a("section", { className:
|
|
9018
|
+
return /* @__PURE__ */ a("section", { className: ja.content, children: t.map((n, s) => /* @__PURE__ */ a(
|
|
9017
9019
|
"div",
|
|
9018
9020
|
{
|
|
9019
|
-
className:
|
|
9021
|
+
className: ja.contactInfoContent,
|
|
9020
9022
|
dangerouslySetInnerHTML: {
|
|
9021
9023
|
__html: n.body.rendered
|
|
9022
9024
|
}
|
|
9023
9025
|
},
|
|
9024
9026
|
s
|
|
9025
9027
|
)) });
|
|
9026
|
-
}, N2 = "
|
|
9028
|
+
}, N2 = "_tagContent_vps69_1", S2 = "_contentLayout2_vps69_17", x2 = "_contentHeader_vps69_83", Wn = {
|
|
9027
9029
|
tagContent: N2,
|
|
9028
9030
|
contentLayout2: S2,
|
|
9029
9031
|
contentHeader: x2
|
|
9030
|
-
}, E2 = "
|
|
9032
|
+
}, E2 = "_content_1noi7_1", U2 = {
|
|
9031
9033
|
content: E2
|
|
9032
9034
|
}, k2 = ({ children: e, className: t = "" }) => /* @__PURE__ */ a(
|
|
9033
9035
|
"div",
|
|
@@ -9035,7 +9037,7 @@ const K9 = (e) => {
|
|
|
9035
9037
|
className: `content-layout-2 ${U2.content} ${t}`,
|
|
9036
9038
|
children: e
|
|
9037
9039
|
}
|
|
9038
|
-
), I2 = "
|
|
9040
|
+
), I2 = "_container_14le6_1", T2 = "_note_14le6_19", q2 = "_commercial_14le6_99", B2 = "_commercialContent_14le6_133", L2 = "_complement_14le6_165", Et = {
|
|
9039
9041
|
container: I2,
|
|
9040
9042
|
note: T2,
|
|
9041
9043
|
commercial: q2,
|
|
@@ -9149,17 +9151,17 @@ const K9 = (e) => {
|
|
|
9149
9151
|
}
|
|
9150
9152
|
);
|
|
9151
9153
|
}
|
|
9152
|
-
}, M2 = "
|
|
9154
|
+
}, M2 = "_content_x3ugk_1", P2 = "_contentWithinCard_x3ugk_13", O2 = "_contentDate_x3ugk_25", Q2 = "_dateInfo_x3ugk_39", j2 = "_dot_x3ugk_59", G2 = "_contentTitle_x3ugk_75", H2 = "_contentTextList_x3ugk_93", z2 = "_contentButton_x3ugk_201", V2 = "_linkStyled_x3ugk_213", Oe = {
|
|
9153
9155
|
content: M2,
|
|
9154
9156
|
contentWithinCard: P2,
|
|
9155
9157
|
contentDate: O2,
|
|
9156
|
-
dateInfo:
|
|
9157
|
-
dot:
|
|
9158
|
+
dateInfo: Q2,
|
|
9159
|
+
dot: j2,
|
|
9158
9160
|
contentTitle: G2,
|
|
9159
|
-
contentTextList:
|
|
9160
|
-
contentButton:
|
|
9161
|
+
contentTextList: H2,
|
|
9162
|
+
contentButton: z2,
|
|
9161
9163
|
linkStyled: V2
|
|
9162
|
-
}, F2 = "
|
|
9164
|
+
}, F2 = "_content_12i3e_1", W2 = {
|
|
9163
9165
|
content: F2
|
|
9164
9166
|
}, $2 = (e) => /* @__PURE__ */ a("section", { className: W2.content, id: e.id, children: e.children }), Y2 = (e) => e.replace(/<p>(\s| )+<\/p>/g, ""), K2 = (e) => {
|
|
9165
9167
|
const t = /src="\/(.*?)"/g;
|
|
@@ -9378,12 +9380,12 @@ const t0 = () => /* @__PURE__ */ m("svg", { xmlns: "http://www.w3.org/2000/svg",
|
|
|
9378
9380
|
)
|
|
9379
9381
|
] })
|
|
9380
9382
|
] }) });
|
|
9381
|
-
}, a0 = "
|
|
9383
|
+
}, a0 = "_content_13o3k_1", s0 = "_journalistArticleContent_13o3k_29", o0 = "_contentNews_13o3k_69", i0 = "_noteSource_13o3k_783", $t = {
|
|
9382
9384
|
content: a0,
|
|
9383
9385
|
journalistArticleContent: s0,
|
|
9384
9386
|
contentNews: o0,
|
|
9385
9387
|
noteSource: i0
|
|
9386
|
-
}, r0 = "
|
|
9388
|
+
}, r0 = "_summaryContent_1pu0j_1", l0 = {
|
|
9387
9389
|
summaryContent: r0
|
|
9388
9390
|
}, c0 = async ({ summary: e }) => e && e.rendered && /* @__PURE__ */ a(
|
|
9389
9391
|
"section",
|
|
@@ -9509,7 +9511,7 @@ const m0 = (e) => /* @__PURE__ */ a(
|
|
|
9509
9511
|
), f0 = (e) => e.replace(
|
|
9510
9512
|
/<iframe(?![^>]*\btitle=)[^>]*>/gi,
|
|
9511
9513
|
(n) => n.replace("<iframe", '<iframe title="frame custom content"')
|
|
9512
|
-
),
|
|
9514
|
+
), Qs = async (e) => {
|
|
9513
9515
|
const t = /<img\b[^>]*\bsrc=["']([^"']+)["']/g, n = [...e.matchAll(t)], s = {};
|
|
9514
9516
|
for (const o of n) {
|
|
9515
9517
|
const i = o[1] ?? "", r = e.includes(i) ? { url: i } : null;
|
|
@@ -9615,7 +9617,7 @@ async function w0(e, t) {
|
|
|
9615
9617
|
frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen
|
|
9616
9618
|
style="position: relative!important;" src="https://www.youtube.com/embed/${h.data.data[0].main.code}"></iframe>` : g = h.data.data[0].main.code, w = `
|
|
9617
9619
|
<figure class="videoFigure" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen>
|
|
9618
|
-
<script type="application/ld+json">${
|
|
9620
|
+
<script type="application/ld+json">${Qs(
|
|
9619
9621
|
JSON.stringify(f.data.data) || ""
|
|
9620
9622
|
)}<\/script>
|
|
9621
9623
|
${g}
|
|
@@ -9638,10 +9640,7 @@ async function y0(e) {
|
|
|
9638
9640
|
getVideos: l
|
|
9639
9641
|
} = e;
|
|
9640
9642
|
let c = t?.body?.rendered ?? "";
|
|
9641
|
-
c = c.replace(
|
|
9642
|
-
/<script[^>]*src=["']https:\/\/platform\.twitter\.com\/widgets\.js["'][^>]*><\/script>/gi,
|
|
9643
|
-
""
|
|
9644
|
-
), c = c.replace(/ /g, ""), c = g0(c, n), c = p0(c), c = await js(c), c = await A0(
|
|
9643
|
+
c = c.replace(/ /g, ""), c = g0(c, n), c = p0(c), c = await Qs(c), c = await A0(
|
|
9645
9644
|
c,
|
|
9646
9645
|
e.texts,
|
|
9647
9646
|
s
|
|
@@ -9693,7 +9692,7 @@ async function y0(e) {
|
|
|
9693
9692
|
] })
|
|
9694
9693
|
] });
|
|
9695
9694
|
}
|
|
9696
|
-
const C0 = "
|
|
9695
|
+
const C0 = "_content_1kodm_1", b0 = "_title_1kodm_35", Ha = {
|
|
9697
9696
|
content: C0,
|
|
9698
9697
|
title: b0
|
|
9699
9698
|
}, _0 = async ({
|
|
@@ -9709,11 +9708,11 @@ const C0 = "_content_cu8lm_1", b0 = "_title_cu8lm_18", za = {
|
|
|
9709
9708
|
const o = s.data.data[0]?.videos.filter(
|
|
9710
9709
|
(i) => i.type === "video-embedded"
|
|
9711
9710
|
)[0];
|
|
9712
|
-
return /* @__PURE__ */ m("div", { className:
|
|
9711
|
+
return /* @__PURE__ */ m("div", { className: Ha.content, children: [
|
|
9713
9712
|
/* @__PURE__ */ a("div", { dangerouslySetInnerHTML: { __html: o?.code ?? "" } }),
|
|
9714
|
-
/* @__PURE__ */ a("p", { className:
|
|
9713
|
+
/* @__PURE__ */ a("p", { className: Ha.title, children: o?.title })
|
|
9715
9714
|
] });
|
|
9716
|
-
}, v0 = "
|
|
9715
|
+
}, v0 = "_content_1kodm_1", N0 = "_title_1kodm_35", Rn = {
|
|
9717
9716
|
content: v0,
|
|
9718
9717
|
title: N0
|
|
9719
9718
|
}, S0 = async ({
|
|
@@ -9741,7 +9740,7 @@ const C0 = "_content_cu8lm_1", b0 = "_title_cu8lm_18", za = {
|
|
|
9741
9740
|
),
|
|
9742
9741
|
/* @__PURE__ */ a("p", { className: Rn.title, children: o?.title })
|
|
9743
9742
|
] });
|
|
9744
|
-
}, x0 = "
|
|
9743
|
+
}, x0 = "_content_g44cu_1", E0 = {
|
|
9745
9744
|
content: x0
|
|
9746
9745
|
}, U0 = async ({
|
|
9747
9746
|
newsformated: e,
|
|
@@ -9761,7 +9760,7 @@ const C0 = "_content_cu8lm_1", b0 = "_title_cu8lm_18", za = {
|
|
|
9761
9760
|
dangerouslySetInnerHTML: { __html: o ?? "" }
|
|
9762
9761
|
}
|
|
9763
9762
|
);
|
|
9764
|
-
}, k0 = "
|
|
9763
|
+
}, k0 = "_content_15e7w_1", Dn = {
|
|
9765
9764
|
content: k0
|
|
9766
9765
|
}, I0 = (e) => {
|
|
9767
9766
|
if (e.news.config.articlepreview === "videoEmbedded")
|
|
@@ -9863,15 +9862,15 @@ const C0 = "_content_cu8lm_1", b0 = "_title_cu8lm_18", za = {
|
|
|
9863
9862
|
for (const n in e)
|
|
9864
9863
|
n.startsWith("--") && (t[n] = e[n]);
|
|
9865
9864
|
return t;
|
|
9866
|
-
}, L0 = "
|
|
9865
|
+
}, L0 = "_headerSection_nhjex_1", R0 = "_title_nhjex_21", D0 = "_subtitle_nhjex_45", M0 = "_newsContent_nhjex_71", P0 = "_containerCards_nhjex_87", O0 = "_image_nhjex_99", Q0 = "_blockHeadContainer_nhjex_111", Je = {
|
|
9867
9866
|
headerSection: L0,
|
|
9868
9867
|
title: R0,
|
|
9869
9868
|
subtitle: D0,
|
|
9870
9869
|
newsContent: M0,
|
|
9871
9870
|
containerCards: P0,
|
|
9872
9871
|
image: O0,
|
|
9873
|
-
blockHeadContainer:
|
|
9874
|
-
},
|
|
9872
|
+
blockHeadContainer: Q0
|
|
9873
|
+
}, j0 = (e) => {
|
|
9875
9874
|
const { content: t, title: n, isVideo: s } = e;
|
|
9876
9875
|
if (!t || t.length === 0) return;
|
|
9877
9876
|
const o = t[0], i = t.slice(1), r = e.slot_id && e.slot_id !== "Nota_1";
|
|
@@ -9906,7 +9905,7 @@ const C0 = "_content_cu8lm_1", b0 = "_title_cu8lm_18", za = {
|
|
|
9906
9905
|
}
|
|
9907
9906
|
};
|
|
9908
9907
|
return /* @__PURE__ */ a("div", { style: { order: c }, children: /* @__PURE__ */ a(
|
|
9909
|
-
|
|
9908
|
+
ze,
|
|
9910
9909
|
{
|
|
9911
9910
|
...u,
|
|
9912
9911
|
isVideo: s,
|
|
@@ -9916,14 +9915,14 @@ const C0 = "_content_cu8lm_1", b0 = "_title_cu8lm_18", za = {
|
|
|
9916
9915
|
}) })
|
|
9917
9916
|
] })
|
|
9918
9917
|
] });
|
|
9919
|
-
},
|
|
9918
|
+
}, za = {
|
|
9920
9919
|
banner: (e) => /* @__PURE__ */ a(ie, { ...e, name: e.slot_id.replace("Home", "block") }),
|
|
9921
9920
|
readest: (e) => /* @__PURE__ */ a(ea, { ...e }),
|
|
9922
9921
|
"Modulo 1x3": (e) => /* @__PURE__ */ a(Os, { ...e }),
|
|
9923
|
-
"Modulo 1x4": (e) => /* @__PURE__ */ a(
|
|
9922
|
+
"Modulo 1x4": (e) => /* @__PURE__ */ a(jh, { ...e }),
|
|
9924
9923
|
"Modulo 1x5": (e) => /* @__PURE__ */ a(Vh, { ...e }),
|
|
9925
9924
|
"Destacado noticias": (e) => /* @__PURE__ */ a(uh, { ...e }),
|
|
9926
|
-
"Destacado full width": (e) => /* @__PURE__ */ a(
|
|
9925
|
+
"Destacado full width": (e) => /* @__PURE__ */ a(j0, { ...e }),
|
|
9927
9926
|
"Destacado videos": (e) => /* @__PURE__ */ a(Yh, { ...e }),
|
|
9928
9927
|
"Carrusel card": (e) => /* @__PURE__ */ a(l2, { ...e }),
|
|
9929
9928
|
"Carrusel story": (e) => /* @__PURE__ */ a(T0, { ...e }),
|
|
@@ -9932,16 +9931,16 @@ const C0 = "_content_cu8lm_1", b0 = "_title_cu8lm_18", za = {
|
|
|
9932
9931
|
"Carrusel opinion": (e) => /* @__PURE__ */ a(A2, { ...e }),
|
|
9933
9932
|
"Modulo 1x3 card": (e) => /* @__PURE__ */ a(r2, { ...e })
|
|
9934
9933
|
};
|
|
9935
|
-
function
|
|
9934
|
+
function js({
|
|
9936
9935
|
component: e,
|
|
9937
9936
|
slot_id: t,
|
|
9938
9937
|
data: n,
|
|
9939
9938
|
banners: s
|
|
9940
9939
|
}) {
|
|
9941
9940
|
if (s)
|
|
9942
|
-
return
|
|
9941
|
+
return za[e] && /* @__PURE__ */ a("div", { className: "home-slot", style: oa(n), children: za[e]({ ...n, banners: s, slot_id: t }) });
|
|
9943
9942
|
}
|
|
9944
|
-
function
|
|
9943
|
+
function n9({
|
|
9945
9944
|
children: e,
|
|
9946
9945
|
stylesConfigEntry: t
|
|
9947
9946
|
}) {
|
|
@@ -10013,7 +10012,7 @@ const Va = {
|
|
|
10013
10012
|
...t,
|
|
10014
10013
|
rightOnlyBanner: s,
|
|
10015
10014
|
banners: n
|
|
10016
|
-
}) }),
|
|
10015
|
+
}) }), a9 = ({
|
|
10017
10016
|
slots: e,
|
|
10018
10017
|
DYNAMIC_SLOT_SUBINDEXES: t,
|
|
10019
10018
|
stylesConfig: n,
|
|
@@ -10033,7 +10032,7 @@ const Va = {
|
|
|
10033
10032
|
order: (d - 1) * c + (h - 1),
|
|
10034
10033
|
children: [
|
|
10035
10034
|
/* @__PURE__ */ a(
|
|
10036
|
-
|
|
10035
|
+
js,
|
|
10037
10036
|
{
|
|
10038
10037
|
component: e[f].blockSass[0].block,
|
|
10039
10038
|
banners: i,
|
|
@@ -10062,7 +10061,7 @@ const Va = {
|
|
|
10062
10061
|
);
|
|
10063
10062
|
}
|
|
10064
10063
|
return r;
|
|
10065
|
-
},
|
|
10064
|
+
}, s9 = ({
|
|
10066
10065
|
mainBlock: e,
|
|
10067
10066
|
StylesConfigMain: t,
|
|
10068
10067
|
config: n,
|
|
@@ -10076,7 +10075,7 @@ const Va = {
|
|
|
10076
10075
|
data: i.slice(0, c),
|
|
10077
10076
|
paths: n.paths
|
|
10078
10077
|
});
|
|
10079
|
-
return /* @__PURE__ */ m(
|
|
10078
|
+
return /* @__PURE__ */ m(Q, { children: [
|
|
10080
10079
|
/* @__PURE__ */ a(
|
|
10081
10080
|
Mn,
|
|
10082
10081
|
{
|
|
@@ -10105,7 +10104,7 @@ const Va = {
|
|
|
10105
10104
|
),
|
|
10106
10105
|
/* @__PURE__ */ a(tt, { children: /* @__PURE__ */ a(Ye, { banners: s, index: 1 }) })
|
|
10107
10106
|
] });
|
|
10108
|
-
},
|
|
10107
|
+
}, o9 = async (e) => {
|
|
10109
10108
|
const {
|
|
10110
10109
|
custom_complement: t,
|
|
10111
10110
|
ranking: n = [],
|
|
@@ -10118,7 +10117,7 @@ const Va = {
|
|
|
10118
10117
|
getVideos: u
|
|
10119
10118
|
} = e, d = e.slug === "liveblogs";
|
|
10120
10119
|
if (!(!i || !i[0]))
|
|
10121
|
-
return /* @__PURE__ */ a(
|
|
10120
|
+
return /* @__PURE__ */ a(Q, { children: /* @__PURE__ */ m(k2, { className: Wn.contentLayout2, children: [
|
|
10122
10121
|
/* @__PURE__ */ a(
|
|
10123
10122
|
D2,
|
|
10124
10123
|
{
|
|
@@ -10150,7 +10149,7 @@ const Va = {
|
|
|
10150
10149
|
}
|
|
10151
10150
|
),
|
|
10152
10151
|
i[0].authors.length > 1 && /* @__PURE__ */ a(
|
|
10153
|
-
|
|
10152
|
+
Qm,
|
|
10154
10153
|
{
|
|
10155
10154
|
news: i[0],
|
|
10156
10155
|
autorIcon: e.autorIcon,
|
|
@@ -10192,7 +10191,7 @@ const Va = {
|
|
|
10192
10191
|
),
|
|
10193
10192
|
/* @__PURE__ */ a(tt, { children: /* @__PURE__ */ a(Ye, { banners: s, index: 2 }) }),
|
|
10194
10193
|
/* @__PURE__ */ a(
|
|
10195
|
-
|
|
10194
|
+
js,
|
|
10196
10195
|
{
|
|
10197
10196
|
component: "Carrusel card",
|
|
10198
10197
|
banners: [],
|
|
@@ -10257,10 +10256,10 @@ const Va = {
|
|
|
10257
10256
|
}
|
|
10258
10257
|
)
|
|
10259
10258
|
] }) });
|
|
10260
|
-
}, G0 = "
|
|
10259
|
+
}, G0 = "_content_1mczt_1", H0 = "_contentInfo_1mczt_47", z0 = "_imageStyled_1mczt_81", V0 = "_name_1mczt_91", F0 = "_description_1mczt_101", W0 = "_contentInfoWithoutImg_1mczt_207", ct = {
|
|
10261
10260
|
content: G0,
|
|
10262
|
-
contentInfo:
|
|
10263
|
-
imageStyled:
|
|
10261
|
+
contentInfo: H0,
|
|
10262
|
+
imageStyled: z0,
|
|
10264
10263
|
name: V0,
|
|
10265
10264
|
description: F0,
|
|
10266
10265
|
contentInfoWithoutImg: W0
|
|
@@ -10293,7 +10292,7 @@ const Va = {
|
|
|
10293
10292
|
]
|
|
10294
10293
|
}
|
|
10295
10294
|
) });
|
|
10296
|
-
}, Y0 = "
|
|
10295
|
+
}, Y0 = "_content_1dk1v_1", K0 = "_contentInfo_1dk1v_45", J0 = "_name_1dk1v_67", Z0 = "_description_1dk1v_85", Yt = {
|
|
10297
10296
|
content: Y0,
|
|
10298
10297
|
contentInfo: K0,
|
|
10299
10298
|
name: J0,
|
|
@@ -10333,7 +10332,7 @@ const Va = {
|
|
|
10333
10332
|
)
|
|
10334
10333
|
] })
|
|
10335
10334
|
}
|
|
10336
|
-
),
|
|
10335
|
+
), i9 = (e) => {
|
|
10337
10336
|
const { option: t, entity: n } = e;
|
|
10338
10337
|
switch (t) {
|
|
10339
10338
|
case "op1":
|
|
@@ -10358,9 +10357,9 @@ const Va = {
|
|
|
10358
10357
|
}
|
|
10359
10358
|
);
|
|
10360
10359
|
default:
|
|
10361
|
-
return /* @__PURE__ */ a(
|
|
10360
|
+
return /* @__PURE__ */ a(Q, {});
|
|
10362
10361
|
}
|
|
10363
|
-
}, ef = "
|
|
10362
|
+
}, ef = "_content_yu4fr_1", tf = "_buttonStyled_yu4fr_17", nf = "_searchStyled_yu4fr_41", af = "_inputStyled_yu4fr_63", sf = "_inputStyledTest_yu4fr_101", Ut = {
|
|
10364
10363
|
content: ef,
|
|
10365
10364
|
buttonStyled: tf,
|
|
10366
10365
|
searchStyled: nf,
|
|
@@ -10385,7 +10384,7 @@ const Va = {
|
|
|
10385
10384
|
}
|
|
10386
10385
|
) })
|
|
10387
10386
|
}
|
|
10388
|
-
),
|
|
10387
|
+
), r9 = (e) => /* @__PURE__ */ a(
|
|
10389
10388
|
"form",
|
|
10390
10389
|
{
|
|
10391
10390
|
className: Ut.content,
|
|
@@ -10405,11 +10404,11 @@ const Va = {
|
|
|
10405
10404
|
/* @__PURE__ */ a("button", { className: Ut.buttonStyled, type: "submit", children: /* @__PURE__ */ a(of, { className: Ut.searchStyled }) })
|
|
10406
10405
|
] })
|
|
10407
10406
|
}
|
|
10408
|
-
), rf = "
|
|
10407
|
+
), rf = "_content_27x8l_1", lf = "_newsContentSection_27x8l_9", cf = "_itemContent_27x8l_19", Pn = {
|
|
10409
10408
|
content: rf,
|
|
10410
10409
|
newsContentSection: lf,
|
|
10411
10410
|
itemContent: cf
|
|
10412
|
-
},
|
|
10411
|
+
}, l9 = (e) => {
|
|
10413
10412
|
const {
|
|
10414
10413
|
data: t,
|
|
10415
10414
|
option: n,
|
|
@@ -10428,7 +10427,7 @@ const Va = {
|
|
|
10428
10427
|
};
|
|
10429
10428
|
switch (n) {
|
|
10430
10429
|
case "op1":
|
|
10431
|
-
return /* @__PURE__ */ a(
|
|
10430
|
+
return /* @__PURE__ */ a(Q, { children: /* @__PURE__ */ m(La, { children: [
|
|
10432
10431
|
/* @__PURE__ */ a(m1, { autor: s[0], autorIcon: e.autorIcon }),
|
|
10433
10432
|
/* @__PURE__ */ a(
|
|
10434
10433
|
Rs,
|
|
@@ -10439,7 +10438,7 @@ const Va = {
|
|
|
10439
10438
|
bannerTop: /* @__PURE__ */ a(ie, { banners: i ?? [], name: "right_1" }),
|
|
10440
10439
|
banner: /* @__PURE__ */ a(ie, { banners: i ?? [], name: "right_2" }),
|
|
10441
10440
|
children: /* @__PURE__ */ a("section", { className: Pn.content, children: t.length > 0 ? /* @__PURE__ */ a(
|
|
10442
|
-
|
|
10441
|
+
zn,
|
|
10443
10442
|
{
|
|
10444
10443
|
className: [Pn.newsContentSection, "padding-0"].join(
|
|
10445
10444
|
" "
|
|
@@ -10510,9 +10509,9 @@ const Va = {
|
|
|
10510
10509
|
)
|
|
10511
10510
|
] }) });
|
|
10512
10511
|
case "op2":
|
|
10513
|
-
return /* @__PURE__ */ a(
|
|
10512
|
+
return /* @__PURE__ */ a(Q, { children: /* @__PURE__ */ m(La, { children: [
|
|
10514
10513
|
/* @__PURE__ */ a(v1, { autor: s[0], autorIcon: e.autorIcon }),
|
|
10515
|
-
Array.isArray(t) ? /* @__PURE__ */ m(
|
|
10514
|
+
Array.isArray(t) ? /* @__PURE__ */ m(Q, { children: [
|
|
10516
10515
|
/* @__PURE__ */ a(
|
|
10517
10516
|
Os,
|
|
10518
10517
|
{
|
|
@@ -10563,12 +10562,12 @@ const Va = {
|
|
|
10563
10562
|
)
|
|
10564
10563
|
] }) });
|
|
10565
10564
|
default:
|
|
10566
|
-
return /* @__PURE__ */ a(
|
|
10565
|
+
return /* @__PURE__ */ a(Q, {});
|
|
10567
10566
|
}
|
|
10568
|
-
}, df = "
|
|
10567
|
+
}, df = "_content_ghncj_1", uf = "_videoContent_ghncj_17", Fa = {
|
|
10569
10568
|
content: df,
|
|
10570
10569
|
videoContent: uf
|
|
10571
|
-
}, mf = "
|
|
10570
|
+
}, mf = "_container_1wcps_1", hf = "_playStyled_1wcps_11", ff = "_imageStyled_1wcps_25", gf = "_longer_1wcps_51", pf = "_contentNews_1wcps_61", Af = "_tagContent_1wcps_101", wf = "_tag_1wcps_101", yf = "_titular_1wcps_135", Cf = "_small_1wcps_161", bf = "_figure_1wcps_173", _f = "_backDrop_1wcps_183", vf = "_backDropAux_1wcps_199", kt = {
|
|
10572
10571
|
container: mf,
|
|
10573
10572
|
playStyled: hf,
|
|
10574
10573
|
imageStyled: ff,
|
|
@@ -10626,7 +10625,7 @@ const Va = {
|
|
|
10626
10625
|
`video-small-${s}`
|
|
10627
10626
|
)) })
|
|
10628
10627
|
] }) }) }) });
|
|
10629
|
-
}, Sf = "
|
|
10628
|
+
}, Sf = "_content_quk50_1", xf = "_videoContent_quk50_17", Ef = "_articleSection_quk50_41", Uf = "_contentLatout_quk50_61", kf = "_title_quk50_71", If = "_article_quk50_41", Tf = "_correspondent_quk50_127", Ze = {
|
|
10630
10629
|
content: Sf,
|
|
10631
10630
|
videoContent: xf,
|
|
10632
10631
|
articleSection: Ef,
|
|
@@ -10634,7 +10633,7 @@ const Va = {
|
|
|
10634
10633
|
title: kf,
|
|
10635
10634
|
article: If,
|
|
10636
10635
|
correspondent: Tf
|
|
10637
|
-
}, qf = "
|
|
10636
|
+
}, qf = "_container_17w1m_1", Bf = "_playStyled_17w1m_17", $a = {
|
|
10638
10637
|
container: qf,
|
|
10639
10638
|
playStyled: Bf
|
|
10640
10639
|
}, Lf = (e) => {
|
|
@@ -10679,17 +10678,17 @@ const Va = {
|
|
|
10679
10678
|
/* @__PURE__ */ a("p", { className: Ze.correspondent, children: t() })
|
|
10680
10679
|
] })
|
|
10681
10680
|
] }) }) }) });
|
|
10682
|
-
},
|
|
10681
|
+
}, c9 = (e) => {
|
|
10683
10682
|
switch (e.option) {
|
|
10684
10683
|
case "op1":
|
|
10685
10684
|
return /* @__PURE__ */ a(Nf, { videos: e.data });
|
|
10686
10685
|
case "op2":
|
|
10687
10686
|
return /* @__PURE__ */ a(Rf, { video: e.data[0] });
|
|
10688
10687
|
default:
|
|
10689
|
-
return /* @__PURE__ */ a(
|
|
10688
|
+
return /* @__PURE__ */ a(Q, {});
|
|
10690
10689
|
}
|
|
10691
10690
|
};
|
|
10692
|
-
function
|
|
10691
|
+
function d9({ containerId: e, containerId2: t }) {
|
|
10693
10692
|
return Ie(() => {
|
|
10694
10693
|
try {
|
|
10695
10694
|
let n = function() {
|
|
@@ -10764,7 +10763,7 @@ const Df = (e) => {
|
|
|
10764
10763
|
}
|
|
10765
10764
|
}
|
|
10766
10765
|
),
|
|
10767
|
-
t && /* @__PURE__ */ m(
|
|
10766
|
+
t && /* @__PURE__ */ m(Q, { children: [
|
|
10768
10767
|
/* @__PURE__ */ a(
|
|
10769
10768
|
"div",
|
|
10770
10769
|
{
|
|
@@ -10868,7 +10867,7 @@ const Df = (e) => {
|
|
|
10868
10867
|
isVisible: s = !1,
|
|
10869
10868
|
stylesConfig: o
|
|
10870
10869
|
}) => {
|
|
10871
|
-
const [i, r] =
|
|
10870
|
+
const [i, r] = j({ data: Array.from({ length: Ya }, () => Pf) }), [l, c] = j(!1), u = ae(async () => {
|
|
10872
10871
|
if (!(l || !t?.info?.link?.internal)) {
|
|
10873
10872
|
c(!0);
|
|
10874
10873
|
try {
|
|
@@ -10891,7 +10890,7 @@ const Df = (e) => {
|
|
|
10891
10890
|
return Ie(() => {
|
|
10892
10891
|
s && u();
|
|
10893
10892
|
}, [s, i, u]), !i?.data || i.data.length === 0 ? null : /* @__PURE__ */ a(
|
|
10894
|
-
|
|
10893
|
+
Qf,
|
|
10895
10894
|
{
|
|
10896
10895
|
news: i.data,
|
|
10897
10896
|
title: "Más Noticias",
|
|
@@ -10903,7 +10902,7 @@ const Df = (e) => {
|
|
|
10903
10902
|
isVisible: s
|
|
10904
10903
|
}
|
|
10905
10904
|
);
|
|
10906
|
-
},
|
|
10905
|
+
}, Qf = (e) => {
|
|
10907
10906
|
const { news: t, hasLines: n = !1 } = e, s = (o) => n && (o + 1) % 3 !== 0 ? Vn.contentSeparator : "";
|
|
10908
10907
|
return /* @__PURE__ */ a(
|
|
10909
10908
|
"div",
|
|
@@ -10952,7 +10951,7 @@ const Df = (e) => {
|
|
|
10952
10951
|
}
|
|
10953
10952
|
),
|
|
10954
10953
|
/* @__PURE__ */ a("div", { className: It.newsDescription, children: /* @__PURE__ */ a(
|
|
10955
|
-
|
|
10954
|
+
jf,
|
|
10956
10955
|
{
|
|
10957
10956
|
main: r,
|
|
10958
10957
|
authors: l,
|
|
@@ -10973,7 +10972,7 @@ const Df = (e) => {
|
|
|
10973
10972
|
})
|
|
10974
10973
|
}
|
|
10975
10974
|
);
|
|
10976
|
-
},
|
|
10975
|
+
}, jf = (e) => {
|
|
10977
10976
|
const { share: t = !1, cutSubtitle: n = !0 } = e, o = (() => {
|
|
10978
10977
|
if (!e?.authors || e.authors.length === 0) return "";
|
|
10979
10978
|
const i = e.authors[0], r = Te(e.info?.date?.modified);
|
|
@@ -11017,7 +11016,7 @@ const Df = (e) => {
|
|
|
11017
11016
|
children: n ? Ce(e.main.subtitle.striped) : e.main.subtitle.striped
|
|
11018
11017
|
}
|
|
11019
11018
|
),
|
|
11020
|
-
(e?.config?.showtime || e.config?.showauthor) && o && /* @__PURE__ */ a(
|
|
11019
|
+
(e?.config?.showtime || e.config?.showauthor) && o && /* @__PURE__ */ a(Q, { children: e.authors?.[0]?.internaluser ? /* @__PURE__ */ a(
|
|
11021
11020
|
k,
|
|
11022
11021
|
{
|
|
11023
11022
|
className: $.correspondentLink,
|
|
@@ -11065,9 +11064,9 @@ const Df = (e) => {
|
|
|
11065
11064
|
/* @__PURE__ */ a("p", { className: "comment-text", children: n })
|
|
11066
11065
|
] })
|
|
11067
11066
|
] }) });
|
|
11068
|
-
},
|
|
11069
|
-
overlay:
|
|
11070
|
-
popup:
|
|
11067
|
+
}, Hf = "_overlay_1ng7z_5", zf = "_popup_1ng7z_33", Vf = "_title_1ng7z_79", Ff = "_optionsContainer_1ng7z_103", Wf = "_option_1ng7z_103", $f = "_radioInput_1ng7z_131", Yf = "_radioCustom_1ng7z_139", Kf = "_optionLabel_1ng7z_193", Jf = "_buttons_1ng7z_219", Zf = "_cancelButton_1ng7z_233", Xf = "_closeButton_1ng7z_235", eg = "_buttonAlone_1ng7z_273", tg = "_reportButton_1ng7z_285", ng = "_successContainer_1ng7z_325", ag = "_thumbsUp_1ng7z_341", sg = "_successMessage_1ng7z_353", og = "_errorMessage_1ng7z_435", ig = "_loadingContainer_1ng7z_461", te = {
|
|
11068
|
+
overlay: Hf,
|
|
11069
|
+
popup: zf,
|
|
11071
11070
|
title: Vf,
|
|
11072
11071
|
optionsContainer: Ff,
|
|
11073
11072
|
option: Wf,
|
|
@@ -11107,7 +11106,7 @@ const Df = (e) => {
|
|
|
11107
11106
|
return console.error("Error verificando reCAPTCHA Enterprise:", s), !1;
|
|
11108
11107
|
}
|
|
11109
11108
|
};
|
|
11110
|
-
async function
|
|
11109
|
+
async function u9({
|
|
11111
11110
|
publication: e,
|
|
11112
11111
|
username: t,
|
|
11113
11112
|
id: n,
|
|
@@ -11167,7 +11166,7 @@ async function u3({
|
|
|
11167
11166
|
throw f;
|
|
11168
11167
|
}
|
|
11169
11168
|
}
|
|
11170
|
-
const
|
|
11169
|
+
const Qe = {
|
|
11171
11170
|
spam: "Es spam o contenido comercial no deseado",
|
|
11172
11171
|
inappropriate: "Lenguaje inadecuado",
|
|
11173
11172
|
hate: "Discurso o símbolos de odio",
|
|
@@ -11176,8 +11175,8 @@ const je = {
|
|
|
11176
11175
|
intellectual: "Violación de propiedad intelectual",
|
|
11177
11176
|
bullying: "Bullying o acoso"
|
|
11178
11177
|
};
|
|
11179
|
-
function
|
|
11180
|
-
return
|
|
11178
|
+
function m9(e) {
|
|
11179
|
+
return Qe[e];
|
|
11181
11180
|
}
|
|
11182
11181
|
const at = 300, Ge = {
|
|
11183
11182
|
username: "anonimo",
|
|
@@ -11194,7 +11193,7 @@ const ia = (e, t) => {
|
|
|
11194
11193
|
if (!e || !e.current) return { boolean: !1, text: "" };
|
|
11195
11194
|
const n = e.current?.value || "", s = n.length > at, { PUBLIC_ENV: o } = J(), i = o === "local", r = n.trim() !== "" && (i || t !== "") && !s, l = s ? `No debes exceder el limite de ${at} caracteres.` : "Debes completar todos los campos para comentar.";
|
|
11196
11195
|
return { boolean: r, text: l };
|
|
11197
|
-
},
|
|
11196
|
+
}, Hs = (e) => {
|
|
11198
11197
|
const t = e.cookie.split("; ").find((n) => n.startsWith("reported="));
|
|
11199
11198
|
if (!t) return [];
|
|
11200
11199
|
try {
|
|
@@ -11203,7 +11202,7 @@ const ia = (e, t) => {
|
|
|
11203
11202
|
return [];
|
|
11204
11203
|
}
|
|
11205
11204
|
}, lg = (e, t) => {
|
|
11206
|
-
const n =
|
|
11205
|
+
const n = Hs(e);
|
|
11207
11206
|
n.includes(t) || (n.push(t), e.cookie = `reported=${encodeURIComponent(
|
|
11208
11207
|
JSON.stringify(n)
|
|
11209
11208
|
)}; path=/; max-age=${3600 * 24 * 1}`);
|
|
@@ -11219,7 +11218,7 @@ function cg(e) {
|
|
|
11219
11218
|
let l = "";
|
|
11220
11219
|
return i.length <= 2 ? l = i[0] + "*" : l = i[0] + "*".repeat(i.length - 2) + i[i.length - 1], `${s}@${l}${r}`;
|
|
11221
11220
|
}
|
|
11222
|
-
const dg = "
|
|
11221
|
+
const dg = "_overlay_1je20_1", ug = "_header_1je20_35", mg = "_logo_1je20_49", hg = "_card_1je20_63", fg = "_close_1je20_93", gg = "_form_1je20_141", pg = "_formUl_1je20_159", Ag = "_field_1je20_183", wg = "_label_1je20_197", yg = "_input_1je20_215", Cg = "_error_1je20_251", bg = "_primary_1je20_263", _g = "_divider_1je20_333", vg = "_google_1je20_385", Ng = "_googleIcon_1je20_445", Sg = "_spin_1je20_511", xg = "_checkboxRow_1je20_555", Eg = "_terms_1je20_629", Ug = "_message_1je20_691", kg = "_passwordChecker_1je20_701", Ig = "_valid_1je20_739", Tg = "_invalid_1je20_747", qg = "_forgotPassword_1je20_755", Bg = "_successContainer_1je20_793", Lg = "_thumbsUp_1je20_809", Rg = "_successMessage_1je20_821", v = {
|
|
11223
11222
|
overlay: dg,
|
|
11224
11223
|
header: ug,
|
|
11225
11224
|
logo: mg,
|
|
@@ -11237,7 +11236,7 @@ const dg = "_overlay_tlrod_1", ug = "_header_tlrod_18", mg = "_logo_tlrod_25", h
|
|
|
11237
11236
|
googleIcon: Ng,
|
|
11238
11237
|
spin: Sg,
|
|
11239
11238
|
checkboxRow: xg,
|
|
11240
|
-
switch: "
|
|
11239
|
+
switch: "_switch_1je20_613",
|
|
11241
11240
|
terms: Eg,
|
|
11242
11241
|
message: Ug,
|
|
11243
11242
|
passwordChecker: kg,
|
|
@@ -11247,7 +11246,7 @@ const dg = "_overlay_tlrod_1", ug = "_header_tlrod_18", mg = "_logo_tlrod_25", h
|
|
|
11247
11246
|
successContainer: Bg,
|
|
11248
11247
|
thumbsUp: Lg,
|
|
11249
11248
|
successMessage: Rg
|
|
11250
|
-
},
|
|
11249
|
+
}, He = () => /* @__PURE__ */ a(
|
|
11251
11250
|
"svg",
|
|
11252
11251
|
{
|
|
11253
11252
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -11265,28 +11264,28 @@ const dg = "_overlay_tlrod_1", ug = "_header_tlrod_18", mg = "_logo_tlrod_25", h
|
|
|
11265
11264
|
publication: s,
|
|
11266
11265
|
username: o
|
|
11267
11266
|
}) => {
|
|
11268
|
-
const [i, r] =
|
|
11267
|
+
const [i, r] = j("form"), [l, c] = j(
|
|
11269
11268
|
""
|
|
11270
|
-
), [u, d] =
|
|
11271
|
-
{ id: "spam", label:
|
|
11269
|
+
), [u, d] = j(""), [h] = j(""), f = [
|
|
11270
|
+
{ id: "spam", label: Qe.spam },
|
|
11272
11271
|
{
|
|
11273
11272
|
id: "inappropriate",
|
|
11274
|
-
label:
|
|
11273
|
+
label: Qe.inappropriate
|
|
11275
11274
|
},
|
|
11276
|
-
{ id: "hate", label:
|
|
11275
|
+
{ id: "hate", label: Qe.hate },
|
|
11277
11276
|
{
|
|
11278
11277
|
id: "misinformation",
|
|
11279
|
-
label:
|
|
11278
|
+
label: Qe.misinformation
|
|
11280
11279
|
},
|
|
11281
|
-
{ id: "terrorism", label:
|
|
11280
|
+
{ id: "terrorism", label: Qe.terrorism },
|
|
11282
11281
|
{
|
|
11283
11282
|
id: "intellectual",
|
|
11284
|
-
label:
|
|
11283
|
+
label: Qe.intellectual
|
|
11285
11284
|
},
|
|
11286
|
-
{ id: "bullying", label:
|
|
11285
|
+
{ id: "bullying", label: Qe.bullying }
|
|
11287
11286
|
], w = async () => {
|
|
11288
11287
|
if (!(!l || !n)) {
|
|
11289
|
-
if (
|
|
11288
|
+
if (Hs(document).includes(n)) {
|
|
11290
11289
|
d("Ya has reportado este comentario.");
|
|
11291
11290
|
return;
|
|
11292
11291
|
}
|
|
@@ -11302,7 +11301,7 @@ const dg = "_overlay_tlrod_1", ug = "_header_tlrod_18", mg = "_logo_tlrod_25", h
|
|
|
11302
11301
|
username: o,
|
|
11303
11302
|
id: n,
|
|
11304
11303
|
captchaToken: h,
|
|
11305
|
-
type:
|
|
11304
|
+
type: Qe[l]
|
|
11306
11305
|
// Enviamos el label completo
|
|
11307
11306
|
})
|
|
11308
11307
|
})).json();
|
|
@@ -11322,8 +11321,8 @@ const dg = "_overlay_tlrod_1", ug = "_header_tlrod_18", mg = "_logo_tlrod_25", h
|
|
|
11322
11321
|
return !e || !n || !o ? null : /* @__PURE__ */ a("div", { className: te.overlay, children: /* @__PURE__ */ m("div", { className: te.popup, children: [
|
|
11323
11322
|
/* @__PURE__ */ a("button", { className: "close-reply-form", onClick: g, children: /* @__PURE__ */ a(wt, {}) }),
|
|
11324
11323
|
/* @__PURE__ */ a("h2", { className: te.title, children: "Reportar Abuso" }),
|
|
11325
|
-
i === "loading" && /* @__PURE__ */ a("div", { className: te.loadingContainer, children: /* @__PURE__ */ a(
|
|
11326
|
-
i === "form" || i === "loading" ? /* @__PURE__ */ m(
|
|
11324
|
+
i === "loading" && /* @__PURE__ */ a("div", { className: te.loadingContainer, children: /* @__PURE__ */ a(He, {}) }),
|
|
11325
|
+
i === "form" || i === "loading" ? /* @__PURE__ */ m(Q, { children: [
|
|
11327
11326
|
/* @__PURE__ */ a("div", { className: te.optionsContainer, children: f.map((p) => /* @__PURE__ */ m("label", { className: te.option, children: [
|
|
11328
11327
|
/* @__PURE__ */ a(
|
|
11329
11328
|
"input",
|
|
@@ -11352,7 +11351,7 @@ const dg = "_overlay_tlrod_1", ug = "_header_tlrod_18", mg = "_logo_tlrod_25", h
|
|
|
11352
11351
|
}
|
|
11353
11352
|
)
|
|
11354
11353
|
] })
|
|
11355
|
-
] }) : /* @__PURE__ */ m(
|
|
11354
|
+
] }) : /* @__PURE__ */ m(Q, { children: [
|
|
11356
11355
|
/* @__PURE__ */ m("div", { className: te.successContainer, children: [
|
|
11357
11356
|
/* @__PURE__ */ a("div", { className: te.thumbsUp, children: /* @__PURE__ */ a(
|
|
11358
11357
|
"svg",
|
|
@@ -11438,7 +11437,7 @@ async function ra({
|
|
|
11438
11437
|
}
|
|
11439
11438
|
}
|
|
11440
11439
|
const { PUBLIC_PUBLICATION_ID: Mg } = J(), Pg = Mg, Og = (e) => {
|
|
11441
|
-
const [t, n] =
|
|
11440
|
+
const [t, n] = j(void 0);
|
|
11442
11441
|
return Ie(() => {
|
|
11443
11442
|
if (t) return;
|
|
11444
11443
|
(async () => {
|
|
@@ -11460,7 +11459,7 @@ const { PUBLIC_PUBLICATION_ID: Mg } = J(), Pg = Mg, Og = (e) => {
|
|
|
11460
11459
|
}
|
|
11461
11460
|
})();
|
|
11462
11461
|
}, [t]), { comments: t, setComments: n };
|
|
11463
|
-
},
|
|
11462
|
+
}, zs = ({ username: e, date: t }) => /* @__PURE__ */ m("div", { className: "comment-header", children: [
|
|
11464
11463
|
/* @__PURE__ */ a("span", { className: "comment-username", children: e }),
|
|
11465
11464
|
/* @__PURE__ */ a("span", { className: "comment-header-dot", children: "•" }),
|
|
11466
11465
|
/* @__PURE__ */ a("span", { className: "comment-date", children: rg(Te(Number(t))) })
|
|
@@ -11587,7 +11586,7 @@ const { PUBLIC_PUBLICATION_ID: Mg } = J(), Pg = Mg, Og = (e) => {
|
|
|
11587
11586
|
]
|
|
11588
11587
|
}
|
|
11589
11588
|
);
|
|
11590
|
-
}, { PUBLIC_PUBLICATION_ID:
|
|
11589
|
+
}, { PUBLIC_PUBLICATION_ID: Qg } = J(), jg = Qg, Ks = async ({
|
|
11591
11590
|
path: e,
|
|
11592
11591
|
ref: t,
|
|
11593
11592
|
captchaToken: n,
|
|
@@ -11606,7 +11605,7 @@ const { PUBLIC_PUBLICATION_ID: Mg } = J(), Pg = Mg, Og = (e) => {
|
|
|
11606
11605
|
method: "POST",
|
|
11607
11606
|
headers: { "Content-Type": "application/json" },
|
|
11608
11607
|
body: JSON.stringify({
|
|
11609
|
-
publication:
|
|
11608
|
+
publication: jg,
|
|
11610
11609
|
path: e,
|
|
11611
11610
|
id: i,
|
|
11612
11611
|
username: o.username,
|
|
@@ -11648,7 +11647,7 @@ const { PUBLIC_PUBLICATION_ID: Mg } = J(), Pg = Mg, Og = (e) => {
|
|
|
11648
11647
|
addReply: o,
|
|
11649
11648
|
closeForm: i
|
|
11650
11649
|
}) => {
|
|
11651
|
-
const [r, l] =
|
|
11650
|
+
const [r, l] = j(!0), [c, u] = j(""), d = () => {
|
|
11652
11651
|
t.current?.parentElement && (t.current.parentElement.dataset.text = `0/${at}`), l(!0), i();
|
|
11653
11652
|
};
|
|
11654
11653
|
return /* @__PURE__ */ m("div", { className: "comment-form reply-form", children: [
|
|
@@ -11691,13 +11690,13 @@ const { PUBLIC_PUBLICATION_ID: Mg } = J(), Pg = Mg, Og = (e) => {
|
|
|
11691
11690
|
}
|
|
11692
11691
|
)
|
|
11693
11692
|
] });
|
|
11694
|
-
},
|
|
11693
|
+
}, Hg = ({ reply: e, replyingTo: t, user: n, onFlag: s }) => {
|
|
11695
11694
|
const o = e.text;
|
|
11696
11695
|
let i = `${Ge.firstname} ${Ge.lastname}`, r = Ge.username;
|
|
11697
11696
|
return e.user && (i = `${e.user.firstname} ${e.user.lastname}`, r = e.user.username), /* @__PURE__ */ a("div", { className: "comment-item reply", children: /* @__PURE__ */ m("div", { className: "comment-header-container", children: [
|
|
11698
11697
|
/* @__PURE__ */ a(Vs, { user: e.user ? e.user : Ge }),
|
|
11699
11698
|
/* @__PURE__ */ m("div", { style: { flex: 1 }, children: [
|
|
11700
|
-
/* @__PURE__ */ a(
|
|
11699
|
+
/* @__PURE__ */ a(zs, { username: i, date: e.date.time }),
|
|
11701
11700
|
/* @__PURE__ */ m("div", { className: "comment-reply-to", children: [
|
|
11702
11701
|
"Respondiendo a ",
|
|
11703
11702
|
/* @__PURE__ */ a("strong", { children: t })
|
|
@@ -11707,8 +11706,8 @@ const { PUBLIC_PUBLICATION_ID: Mg } = J(), Pg = Mg, Og = (e) => {
|
|
|
11707
11706
|
/* @__PURE__ */ a(Fs, { isReply: !0, onFlag: () => s(e.id) })
|
|
11708
11707
|
] })
|
|
11709
11708
|
] }) });
|
|
11710
|
-
},
|
|
11711
|
-
const r = { morereply: e.morereply ?? !1, reply: e.reply ? e.reply : [] }, [l, c] =
|
|
11709
|
+
}, zg = ({ comment: e, replyingTo: t, path: n, user: s, handleReplyingTo: o, onFlag: i }) => {
|
|
11710
|
+
const r = { morereply: e.morereply ?? !1, reply: e.reply ? e.reply : [] }, [l, c] = j(r), [u, d] = pe.useState(!1), h = process.env.NEXT_PUBLIC_PUBLICATION_ID ?? "", f = e.text, w = pe.useRef(null);
|
|
11712
11711
|
let g = `${Ge.firstname} ${Ge.lastname}`, p = Ge.username;
|
|
11713
11712
|
e.user && (g = `${e.user.firstname} ${e.user.lastname}`, p = e.user.username);
|
|
11714
11713
|
const y = (C) => {
|
|
@@ -11722,7 +11721,7 @@ const { PUBLIC_PUBLICATION_ID: Mg } = J(), Pg = Mg, Og = (e) => {
|
|
|
11722
11721
|
children: [
|
|
11723
11722
|
/* @__PURE__ */ a(Vs, { user: e.user ? e.user : Ge }),
|
|
11724
11723
|
/* @__PURE__ */ m("div", { style: { flex: 1 }, children: [
|
|
11725
|
-
/* @__PURE__ */ a(
|
|
11724
|
+
/* @__PURE__ */ a(zs, { username: g, date: e.date.time }),
|
|
11726
11725
|
/* @__PURE__ */ a("p", { className: "comment-text", children: f }),
|
|
11727
11726
|
s?.username.toLowerCase() !== p.toLowerCase() && // No puedes responder ni reportar tus respuestas
|
|
11728
11727
|
/* @__PURE__ */ a(
|
|
@@ -11745,7 +11744,7 @@ const { PUBLIC_PUBLICATION_ID: Mg } = J(), Pg = Mg, Og = (e) => {
|
|
|
11745
11744
|
),
|
|
11746
11745
|
l.reply.length > 0 && /* @__PURE__ */ m("div", { className: "comment-replies", children: [
|
|
11747
11746
|
l.reply.map((C) => /* @__PURE__ */ a(
|
|
11748
|
-
|
|
11747
|
+
Hg,
|
|
11749
11748
|
{
|
|
11750
11749
|
user: s,
|
|
11751
11750
|
reply: C,
|
|
@@ -11754,7 +11753,7 @@ const { PUBLIC_PUBLICATION_ID: Mg } = J(), Pg = Mg, Og = (e) => {
|
|
|
11754
11753
|
},
|
|
11755
11754
|
C.id
|
|
11756
11755
|
)),
|
|
11757
|
-
u ? /* @__PURE__ */ a("div", { style: { marginLeft: "4rem", position: "relative" }, children: /* @__PURE__ */ a(
|
|
11756
|
+
u ? /* @__PURE__ */ a("div", { style: { marginLeft: "4rem", position: "relative" }, children: /* @__PURE__ */ a(He, {}) }) : l.morereply && /* @__PURE__ */ a(
|
|
11758
11757
|
"button",
|
|
11759
11758
|
{
|
|
11760
11759
|
className: "comment-replies-button reply-button",
|
|
@@ -11791,7 +11790,7 @@ const { PUBLIC_PUBLICATION_ID: Mg } = J(), Pg = Mg, Og = (e) => {
|
|
|
11791
11790
|
path: n,
|
|
11792
11791
|
addComment: s
|
|
11793
11792
|
}) => {
|
|
11794
|
-
const [o, i] =
|
|
11793
|
+
const [o, i] = j(!0), [r, l] = j("");
|
|
11795
11794
|
return /* @__PURE__ */ m("div", { className: "comment-form", children: [
|
|
11796
11795
|
/* @__PURE__ */ a(
|
|
11797
11796
|
Ws,
|
|
@@ -11837,9 +11836,9 @@ const { PUBLIC_PUBLICATION_ID: Mg } = J(), Pg = Mg, Og = (e) => {
|
|
|
11837
11836
|
handleLogout: s,
|
|
11838
11837
|
CAPTCHA_KEY_V2: o
|
|
11839
11838
|
}) => {
|
|
11840
|
-
const i = t.replaceAll("/", "|"), [r, l] =
|
|
11839
|
+
const i = t.replaceAll("/", "|"), [r, l] = j(
|
|
11841
11840
|
void 0
|
|
11842
|
-
), [c, u] =
|
|
11841
|
+
), [c, u] = j(""), { comments: d, setComments: h } = Og(i), [f, w] = pe.useState(!1), g = pe.useRef(null), p = (E) => {
|
|
11843
11842
|
u(c === E ? "" : E);
|
|
11844
11843
|
}, y = (E) => {
|
|
11845
11844
|
h(
|
|
@@ -11872,13 +11871,13 @@ const { PUBLIC_PUBLICATION_ID: Mg } = J(), Pg = Mg, Og = (e) => {
|
|
|
11872
11871
|
morecomment: F.morecomment ?? !1,
|
|
11873
11872
|
comments: [...d.comments, ...F.comments]
|
|
11874
11873
|
}), w(!1);
|
|
11875
|
-
} catch (
|
|
11876
|
-
throw w(!1), new Error(`Error al obtener comentarios: ${
|
|
11874
|
+
} catch (H) {
|
|
11875
|
+
throw w(!1), new Error(`Error al obtener comentarios: ${H}`);
|
|
11877
11876
|
}
|
|
11878
|
-
}, N = d?.comments && d.comments.length > 0, R = N ? "Comparte tu opinión de este artículo." : "Se el primero en compartir tu opinión de este artículo.", I = /* @__PURE__ */ a("div", { style: { display: "flex", width: "100%", justifyContent: "center" }, children: /* @__PURE__ */ a(
|
|
11879
|
-
return /* @__PURE__ */ m(
|
|
11880
|
-
/* @__PURE__ */ a("div", { className: "comments-container", children: /* @__PURE__ */ a(se, { title: N || e ? "COMENTARIOS" : !1, children: /* @__PURE__ */ m(
|
|
11881
|
-
/* @__PURE__ */ a("div", { className: "comments-header", children: e && n && /* @__PURE__ */ m(
|
|
11877
|
+
}, N = d?.comments && d.comments.length > 0, R = N ? "Comparte tu opinión de este artículo." : "Se el primero en compartir tu opinión de este artículo.", I = /* @__PURE__ */ a("div", { style: { display: "flex", width: "100%", justifyContent: "center" }, children: /* @__PURE__ */ a(He, {}) });
|
|
11878
|
+
return /* @__PURE__ */ m(Q, { children: [
|
|
11879
|
+
/* @__PURE__ */ a("div", { className: "comments-container", children: /* @__PURE__ */ a(se, { title: N || e ? "COMENTARIOS" : !1, children: /* @__PURE__ */ m(Q, { children: [
|
|
11880
|
+
/* @__PURE__ */ a("div", { className: "comments-header", children: e && n && /* @__PURE__ */ m(Q, { children: [
|
|
11882
11881
|
/* @__PURE__ */ a(
|
|
11883
11882
|
Gf,
|
|
11884
11883
|
{
|
|
@@ -11902,9 +11901,9 @@ const { PUBLIC_PUBLICATION_ID: Mg } = J(), Pg = Mg, Og = (e) => {
|
|
|
11902
11901
|
{
|
|
11903
11902
|
className: "comments-list",
|
|
11904
11903
|
"data-isauthenticated": `${e}`,
|
|
11905
|
-
children: d ? d.comments && d.comments.length > 0 ? /* @__PURE__ */ m(
|
|
11904
|
+
children: d ? d.comments && d.comments.length > 0 ? /* @__PURE__ */ m(Q, { children: [
|
|
11906
11905
|
d.comments.map((E) => /* @__PURE__ */ a(
|
|
11907
|
-
|
|
11906
|
+
zg,
|
|
11908
11907
|
{
|
|
11909
11908
|
comment: E,
|
|
11910
11909
|
replyingTo: c,
|
|
@@ -11988,7 +11987,7 @@ const { PUBLIC_PUBLICATION_ID: Mg } = J(), Pg = Mg, Og = (e) => {
|
|
|
11988
11987
|
}
|
|
11989
11988
|
];
|
|
11990
11989
|
function Yg({ goToLogin: e, handleGoogleLogin: t }) {
|
|
11991
|
-
const [n, s] =
|
|
11990
|
+
const [n, s] = j({}), [o, i] = j(!1), [r, l] = j(!1), [c, u] = j(null), [d, h] = j(
|
|
11992
11991
|
"register"
|
|
11993
11992
|
), f = (y, C) => {
|
|
11994
11993
|
s((U) => ({ ...U, [y]: C }));
|
|
@@ -12072,8 +12071,8 @@ function Yg({ goToLogin: e, handleGoogleLogin: t }) {
|
|
|
12072
12071
|
l(!1);
|
|
12073
12072
|
}
|
|
12074
12073
|
}, p = n.password || "";
|
|
12075
|
-
return /* @__PURE__ */ m(
|
|
12076
|
-
d === "register" && /* @__PURE__ */ m(
|
|
12074
|
+
return /* @__PURE__ */ m(Q, { children: [
|
|
12075
|
+
d === "register" && /* @__PURE__ */ m(Q, { children: [
|
|
12077
12076
|
/* @__PURE__ */ m("button", { onClick: t, className: v.google, children: [
|
|
12078
12077
|
/* @__PURE__ */ a(
|
|
12079
12078
|
"img",
|
|
@@ -12146,7 +12145,7 @@ function Yg({ goToLogin: e, handleGoogleLogin: t }) {
|
|
|
12146
12145
|
/* @__PURE__ */ a("a", { href: "/pages/politicas-de-privacidad.html", target: "_blank", children: "Términos y Condiciones" }),
|
|
12147
12146
|
"de nuestra comunidad"
|
|
12148
12147
|
] }),
|
|
12149
|
-
/* @__PURE__ */ a("button", { type: "submit", className: v.primary, disabled: r, children: r ? /* @__PURE__ */ a(
|
|
12148
|
+
/* @__PURE__ */ a("button", { type: "submit", className: v.primary, disabled: r, children: r ? /* @__PURE__ */ a(He, {}) : "Crear cuenta" })
|
|
12150
12149
|
]
|
|
12151
12150
|
}
|
|
12152
12151
|
)
|
|
@@ -12173,7 +12172,7 @@ function Yg({ goToLogin: e, handleGoogleLogin: t }) {
|
|
|
12173
12172
|
)
|
|
12174
12173
|
] }),
|
|
12175
12174
|
c && /* @__PURE__ */ a("p", { className: v.error, children: c }),
|
|
12176
|
-
/* @__PURE__ */ a("button", { type: "submit", className: v.primary, disabled: r, children: r ? /* @__PURE__ */ a(
|
|
12175
|
+
/* @__PURE__ */ a("button", { type: "submit", className: v.primary, disabled: r, children: r ? /* @__PURE__ */ a(He, {}) : "Confirmar cuenta" }),
|
|
12177
12176
|
/* @__PURE__ */ m("p", { className: v.switch, children: [
|
|
12178
12177
|
"¿Ya confirmaste antes?",
|
|
12179
12178
|
/* @__PURE__ */ a("button", { type: "button", onClick: e, children: "Iniciar sesión" })
|
|
@@ -12219,8 +12218,8 @@ function Kg({
|
|
|
12219
12218
|
handleGoogleLogin: s,
|
|
12220
12219
|
CAPTCHA_KEY: o
|
|
12221
12220
|
}) {
|
|
12222
|
-
const [i, r] =
|
|
12223
|
-
return /* @__PURE__ */ m(
|
|
12221
|
+
const [i, r] = j("login"), [l, c] = j(""), [u, d] = j(""), [h, f] = j(""), [w, g] = j(""), [p, y] = j(""), [C, U] = j(!1), [N, R] = j(!1), [I, E] = j(null);
|
|
12222
|
+
return /* @__PURE__ */ m(Q, { children: [
|
|
12224
12223
|
i === "login" && /* @__PURE__ */ a(
|
|
12225
12224
|
Jg,
|
|
12226
12225
|
{
|
|
@@ -12238,14 +12237,14 @@ function Kg({
|
|
|
12238
12237
|
try {
|
|
12239
12238
|
const T = await Js("comment_login", o);
|
|
12240
12239
|
if (!T) throw new Error("Captcha token no generado");
|
|
12241
|
-
const
|
|
12240
|
+
const z = await fetch("/api/auth/login-password", {
|
|
12242
12241
|
method: "POST",
|
|
12243
12242
|
headers: { "Content-Type": "application/json" },
|
|
12244
12243
|
credentials: "include",
|
|
12245
12244
|
body: JSON.stringify({ email: l, password: u, token: T })
|
|
12246
12245
|
});
|
|
12247
|
-
if (!
|
|
12248
|
-
const ne = await
|
|
12246
|
+
if (!z.ok) {
|
|
12247
|
+
const ne = await z.json().catch(() => ({}));
|
|
12249
12248
|
throw new Error(ne?.error || "Ha ocurrido un error");
|
|
12250
12249
|
}
|
|
12251
12250
|
e(), await t();
|
|
@@ -12280,8 +12279,8 @@ function Kg({
|
|
|
12280
12279
|
body: JSON.stringify({ email: l })
|
|
12281
12280
|
});
|
|
12282
12281
|
if (!T.ok) {
|
|
12283
|
-
const
|
|
12284
|
-
throw new Error(
|
|
12282
|
+
const z = await T.json().catch(() => ({}));
|
|
12283
|
+
throw new Error(z?.error || "Error al enviar código");
|
|
12285
12284
|
}
|
|
12286
12285
|
d(""), r("changePassword");
|
|
12287
12286
|
} catch (T) {
|
|
@@ -12317,25 +12316,25 @@ function Kg({
|
|
|
12317
12316
|
return;
|
|
12318
12317
|
}
|
|
12319
12318
|
if (hn.some(
|
|
12320
|
-
(
|
|
12319
|
+
(z) => !z.test(w)
|
|
12321
12320
|
)) {
|
|
12322
12321
|
E("La contraseña no cumple con los requisitos");
|
|
12323
12322
|
return;
|
|
12324
12323
|
}
|
|
12325
12324
|
E(null), R(!0);
|
|
12326
12325
|
try {
|
|
12327
|
-
const
|
|
12326
|
+
const z = await fetch("/api/auth/confirm-forgot-password", {
|
|
12328
12327
|
method: "POST",
|
|
12329
12328
|
headers: { "Content-Type": "application/json" },
|
|
12330
12329
|
body: JSON.stringify({ email: l, code: h, newPassword: w })
|
|
12331
12330
|
});
|
|
12332
|
-
if (!
|
|
12333
|
-
const ne = await
|
|
12331
|
+
if (!z.ok) {
|
|
12332
|
+
const ne = await z.json().catch(() => ({}));
|
|
12334
12333
|
throw new Error(ne?.error || "Error al cambiar contraseña");
|
|
12335
12334
|
}
|
|
12336
12335
|
r("feedback");
|
|
12337
|
-
} catch (
|
|
12338
|
-
E(
|
|
12336
|
+
} catch (z) {
|
|
12337
|
+
E(z?.message || "Error inesperado");
|
|
12339
12338
|
} finally {
|
|
12340
12339
|
R(!1);
|
|
12341
12340
|
}
|
|
@@ -12346,7 +12345,7 @@ function Kg({
|
|
|
12346
12345
|
}
|
|
12347
12346
|
),
|
|
12348
12347
|
i === "feedback" && /* @__PURE__ */ a(
|
|
12349
|
-
|
|
12348
|
+
e3,
|
|
12350
12349
|
{
|
|
12351
12350
|
onBackToLogin: () => {
|
|
12352
12351
|
E(null), r("login");
|
|
@@ -12369,7 +12368,7 @@ function Jg({
|
|
|
12369
12368
|
onRegister: d,
|
|
12370
12369
|
handleGoogleLogin: h
|
|
12371
12370
|
}) {
|
|
12372
|
-
return /* @__PURE__ */ m(
|
|
12371
|
+
return /* @__PURE__ */ m(Q, { children: [
|
|
12373
12372
|
/* @__PURE__ */ m("button", { onClick: h, className: v.google, children: [
|
|
12374
12373
|
/* @__PURE__ */ a(
|
|
12375
12374
|
"img",
|
|
@@ -12428,7 +12427,7 @@ function Jg({
|
|
|
12428
12427
|
] })
|
|
12429
12428
|
] }),
|
|
12430
12429
|
o && /* @__PURE__ */ a("p", { className: v.error, children: o }),
|
|
12431
|
-
/* @__PURE__ */ a("button", { type: "submit", className: v.primary, disabled: s, children: s ? /* @__PURE__ */ a(
|
|
12430
|
+
/* @__PURE__ */ a("button", { type: "submit", className: v.primary, disabled: s, children: s ? /* @__PURE__ */ a(He, {}) : "Iniciar Sesión" })
|
|
12432
12431
|
]
|
|
12433
12432
|
}
|
|
12434
12433
|
),
|
|
@@ -12478,7 +12477,7 @@ function Zg({
|
|
|
12478
12477
|
)
|
|
12479
12478
|
] }),
|
|
12480
12479
|
s && /* @__PURE__ */ a("p", { className: v.error, children: s }),
|
|
12481
|
-
/* @__PURE__ */ a("button", { type: "submit", className: v.primary, disabled: n, children: n ? /* @__PURE__ */ a(
|
|
12480
|
+
/* @__PURE__ */ a("button", { type: "submit", className: v.primary, disabled: n, children: n ? /* @__PURE__ */ a(He, {}) : "Enviar código" }),
|
|
12482
12481
|
/* @__PURE__ */ a("p", { className: v.switch, children: /* @__PURE__ */ a("button", { type: "button", onClick: i, children: "Volver" }) })
|
|
12483
12482
|
]
|
|
12484
12483
|
}
|
|
@@ -12587,7 +12586,7 @@ function Xg({
|
|
|
12587
12586
|
className: v.primary,
|
|
12588
12587
|
style: { maxWidth: i ? "revert-layer" : "fit-content" },
|
|
12589
12588
|
disabled: i,
|
|
12590
|
-
children: i ? /* @__PURE__ */ a(
|
|
12589
|
+
children: i ? /* @__PURE__ */ a(He, {}) : "Cambiar contraseña"
|
|
12591
12590
|
}
|
|
12592
12591
|
),
|
|
12593
12592
|
/* @__PURE__ */ a("p", { className: v.switch, children: /* @__PURE__ */ a("button", { type: "button", onClick: f, children: "Volver" }) })
|
|
@@ -12595,13 +12594,13 @@ function Xg({
|
|
|
12595
12594
|
}
|
|
12596
12595
|
);
|
|
12597
12596
|
}
|
|
12598
|
-
function
|
|
12597
|
+
function e3({ onBackToLogin: e }) {
|
|
12599
12598
|
return /* @__PURE__ */ m("div", { className: v.form, children: [
|
|
12600
12599
|
/* @__PURE__ */ a("p", { className: v.success, children: "La contraseña fue cambiada con éxito" }),
|
|
12601
12600
|
/* @__PURE__ */ a("button", { type: "button", className: v.primary, onClick: e, children: "Iniciar Sesión" })
|
|
12602
12601
|
] });
|
|
12603
12602
|
}
|
|
12604
|
-
function
|
|
12603
|
+
function t3({
|
|
12605
12604
|
loginUrl: e,
|
|
12606
12605
|
COGNITO_AUTH_PREFIX: t,
|
|
12607
12606
|
CAPTCHA_KEY: n,
|
|
@@ -12609,7 +12608,7 @@ function t9({
|
|
|
12609
12608
|
checkAuth: o,
|
|
12610
12609
|
icon: i
|
|
12611
12610
|
}) {
|
|
12612
|
-
const [r, l] =
|
|
12611
|
+
const [r, l] = j("login"), c = async () => {
|
|
12613
12612
|
if (!e) return;
|
|
12614
12613
|
const u = encodeURIComponent(window.location.pathname);
|
|
12615
12614
|
window.location.href = `/api/auth/login?redirect=${u}`;
|
|
@@ -12659,7 +12658,7 @@ function t9({
|
|
|
12659
12658
|
}
|
|
12660
12659
|
);
|
|
12661
12660
|
}
|
|
12662
|
-
function
|
|
12661
|
+
function n3({
|
|
12663
12662
|
isAuthenticated: e,
|
|
12664
12663
|
setIsAuthenticated: t,
|
|
12665
12664
|
loginUrl: n,
|
|
@@ -12678,9 +12677,9 @@ function n9({
|
|
|
12678
12677
|
}, f = async (w) => {
|
|
12679
12678
|
w.preventDefault(), n && d(!0);
|
|
12680
12679
|
};
|
|
12681
|
-
return /* @__PURE__ */ m(
|
|
12680
|
+
return /* @__PURE__ */ m(Q, { children: [
|
|
12682
12681
|
u && /* @__PURE__ */ a(
|
|
12683
|
-
|
|
12682
|
+
t3,
|
|
12684
12683
|
{
|
|
12685
12684
|
loginUrl: n,
|
|
12686
12685
|
COGNITO_AUTH_PREFIX: l,
|
|
@@ -12716,17 +12715,17 @@ function n9({
|
|
|
12716
12715
|
)
|
|
12717
12716
|
] });
|
|
12718
12717
|
}
|
|
12719
|
-
const
|
|
12720
|
-
function
|
|
12718
|
+
const a3 = "radioformula_";
|
|
12719
|
+
function s3({
|
|
12721
12720
|
isVisible: e,
|
|
12722
12721
|
path: t,
|
|
12723
12722
|
icon: n,
|
|
12724
12723
|
COGNITO_AUTH_PREFIX: s,
|
|
12725
12724
|
captchaVars: o
|
|
12726
12725
|
}) {
|
|
12727
|
-
const [i, r] =
|
|
12726
|
+
const [i, r] = j(null), [l, c] = j(null), u = async () => {
|
|
12728
12727
|
if (e) {
|
|
12729
|
-
if (document.cookie.search(
|
|
12728
|
+
if (document.cookie.search(a3 + "IS_AUTH=true") === -1) {
|
|
12730
12729
|
r(!1), c(null), console.log("user not logged");
|
|
12731
12730
|
return;
|
|
12732
12731
|
}
|
|
@@ -12749,9 +12748,9 @@ function s9({
|
|
|
12749
12748
|
}
|
|
12750
12749
|
f.gtag("set", { user_id: l.username }), console.log("username setted successfully");
|
|
12751
12750
|
}, [l, e]);
|
|
12752
|
-
const d = "/api/auth/login", h = /* @__PURE__ */ a("div", { style: { display: "flex", justifyContent: "center", alignItems: "center", minHeight: 310, position: "relative" }, children: /* @__PURE__ */ a(
|
|
12751
|
+
const d = "/api/auth/login", h = /* @__PURE__ */ a("div", { style: { display: "flex", justifyContent: "center", alignItems: "center", minHeight: 310, position: "relative" }, children: /* @__PURE__ */ a(He, {}) });
|
|
12753
12752
|
return i === null ? h : e ? /* @__PURE__ */ a(
|
|
12754
|
-
|
|
12753
|
+
n3,
|
|
12755
12754
|
{
|
|
12756
12755
|
COGNITO_AUTH_PREFIX: s,
|
|
12757
12756
|
captchaVars: o,
|
|
@@ -12765,7 +12764,7 @@ function s9({
|
|
|
12765
12764
|
}
|
|
12766
12765
|
) : h;
|
|
12767
12766
|
}
|
|
12768
|
-
const
|
|
12767
|
+
const h9 = ({
|
|
12769
12768
|
render: e,
|
|
12770
12769
|
internalPath: t,
|
|
12771
12770
|
section: n,
|
|
@@ -12802,7 +12801,7 @@ const h3 = ({
|
|
|
12802
12801
|
// />
|
|
12803
12802
|
// ),
|
|
12804
12803
|
comment: /* @__PURE__ */ a(
|
|
12805
|
-
|
|
12804
|
+
s3,
|
|
12806
12805
|
{
|
|
12807
12806
|
COGNITO_AUTH_PREFIX: r ?? "template_",
|
|
12808
12807
|
captchaVars: l,
|
|
@@ -12833,7 +12832,7 @@ const h3 = ({
|
|
|
12833
12832
|
}
|
|
12834
12833
|
);
|
|
12835
12834
|
};
|
|
12836
|
-
async function
|
|
12835
|
+
async function f9({
|
|
12837
12836
|
publication: e,
|
|
12838
12837
|
path: t,
|
|
12839
12838
|
username: n,
|
|
@@ -12940,7 +12939,7 @@ async function f3({
|
|
|
12940
12939
|
};
|
|
12941
12940
|
}
|
|
12942
12941
|
}
|
|
12943
|
-
const
|
|
12942
|
+
const g9 = async ({
|
|
12944
12943
|
token: e,
|
|
12945
12944
|
projectId: t,
|
|
12946
12945
|
captchaKey: n,
|
|
@@ -12976,139 +12975,139 @@ const g3 = async ({
|
|
|
12976
12975
|
};
|
|
12977
12976
|
export {
|
|
12978
12977
|
qo as AssetsPreconnect,
|
|
12979
|
-
|
|
12978
|
+
l9 as AutorComponent,
|
|
12980
12979
|
m1 as AutorHeader1,
|
|
12981
12980
|
v1 as AutorHeader2,
|
|
12982
12981
|
ie as BannerAdvertising,
|
|
12983
12982
|
Ye as BannerAdvertisingMiddle,
|
|
12984
|
-
|
|
12983
|
+
Q3 as CarrouselCSR,
|
|
12985
12984
|
pt as CarrouselIRS,
|
|
12986
12985
|
l2 as CarruselCard,
|
|
12987
12986
|
A2 as CarruselOpinion,
|
|
12988
12987
|
xe as CommonServices,
|
|
12989
12988
|
eo as Comscore,
|
|
12990
|
-
|
|
12991
|
-
|
|
12992
|
-
|
|
12993
|
-
|
|
12989
|
+
t9 as ContactInfoServer,
|
|
12990
|
+
V3 as ContactInput,
|
|
12991
|
+
F3 as ContactSelect,
|
|
12992
|
+
W3 as ContactTextarea,
|
|
12994
12993
|
Pt as ContentLayout1,
|
|
12995
12994
|
La as ContentLayoutTema,
|
|
12996
|
-
|
|
12995
|
+
s9 as DEBUG_MainSlots,
|
|
12997
12996
|
uh as DestacadoNoticias,
|
|
12998
12997
|
Yh as DestacadoVideos,
|
|
12999
12998
|
vr as DynamicBlockServices,
|
|
13000
|
-
|
|
12999
|
+
a9 as DynamicComponents,
|
|
13001
13000
|
Mn as DynamicMainSlot,
|
|
13002
|
-
|
|
13003
|
-
|
|
13004
|
-
|
|
13001
|
+
js as DynamicSlot,
|
|
13002
|
+
J3 as EditorialBlock,
|
|
13003
|
+
z3 as ErrorComponent,
|
|
13005
13004
|
Vo as Font,
|
|
13006
|
-
|
|
13005
|
+
G3 as Footer,
|
|
13007
13006
|
To as FormatAfterScripts,
|
|
13008
13007
|
ns as FormatScripts,
|
|
13009
13008
|
no as GA4,
|
|
13010
|
-
|
|
13009
|
+
r3 as GTM,
|
|
13011
13010
|
d0 as GalleryHeader,
|
|
13012
|
-
|
|
13013
|
-
|
|
13014
|
-
|
|
13011
|
+
P3 as GenerateBody,
|
|
13012
|
+
M3 as GenerateHead,
|
|
13013
|
+
Y3 as Header,
|
|
13015
13014
|
fl as ImageOffline,
|
|
13016
|
-
|
|
13017
|
-
|
|
13015
|
+
L3 as IssuuServices,
|
|
13016
|
+
Qo as ItemListSchema,
|
|
13018
13017
|
qm as JournalistArticule2,
|
|
13019
|
-
|
|
13018
|
+
Qm as JournalistGroup,
|
|
13020
13019
|
Rs as LayoutNewsComponent,
|
|
13021
|
-
|
|
13020
|
+
h9 as LazyLoader,
|
|
13022
13021
|
Jd as LiveBlogHeader,
|
|
13023
|
-
|
|
13024
|
-
|
|
13022
|
+
O3 as Location,
|
|
13023
|
+
g3 as MainComponentServices,
|
|
13025
13024
|
ao as Marfeel,
|
|
13026
13025
|
tt as MiddleSection,
|
|
13027
13026
|
Os as Modulo1x3,
|
|
13028
13027
|
r2 as Modulo1x3Card,
|
|
13029
|
-
|
|
13028
|
+
jh as Modulo1x4,
|
|
13030
13029
|
Vh as Modulo1x5,
|
|
13031
|
-
|
|
13030
|
+
Z3 as Modulo2Columnas,
|
|
13032
13031
|
Ph as Modulo3Columnas,
|
|
13033
|
-
|
|
13034
|
-
|
|
13032
|
+
X3 as ModuloNewsletter,
|
|
13033
|
+
K3 as ModuloOpinion,
|
|
13035
13034
|
Pf as NewListResponseDataPH,
|
|
13036
|
-
|
|
13037
|
-
|
|
13038
|
-
|
|
13035
|
+
jo as NewsArticle,
|
|
13036
|
+
o9 as NewsComponent,
|
|
13037
|
+
zn as NewsContent,
|
|
13039
13038
|
dn as NextPrev,
|
|
13040
13039
|
Go as OrgList,
|
|
13041
13040
|
ha as PreloadImages,
|
|
13042
|
-
|
|
13041
|
+
Qe as REPORT_REASONS,
|
|
13043
13042
|
ea as Readest,
|
|
13044
|
-
|
|
13045
|
-
|
|
13043
|
+
d9 as ScriptHydrator,
|
|
13044
|
+
r9 as SearchSection,
|
|
13046
13045
|
se as Section,
|
|
13047
|
-
|
|
13046
|
+
ze as SectionCard,
|
|
13048
13047
|
_n as SectionCard2,
|
|
13049
13048
|
Fn as SectionCardServerComponent,
|
|
13050
|
-
|
|
13049
|
+
e9 as SectionServerComponent,
|
|
13051
13050
|
Tr as ShowSection,
|
|
13052
13051
|
X2 as SocialNetworks,
|
|
13053
13052
|
Po as SpeculationRules,
|
|
13054
|
-
|
|
13053
|
+
n9 as StaticSlotWrapper,
|
|
13055
13054
|
Ul as SubscribeColumn,
|
|
13056
|
-
|
|
13057
|
-
|
|
13058
|
-
|
|
13055
|
+
jl as SubscribeRow,
|
|
13056
|
+
j3 as SubscribeWhatsAppColumn,
|
|
13057
|
+
i9 as TagComponent,
|
|
13059
13058
|
_m as TagSection,
|
|
13060
13059
|
n1 as TimeLine,
|
|
13061
|
-
|
|
13062
|
-
|
|
13063
|
-
$
|
|
13064
|
-
|
|
13065
|
-
|
|
13066
|
-
|
|
13067
|
-
|
|
13060
|
+
u3 as TrimPathname,
|
|
13061
|
+
H3 as VideoBlock3,
|
|
13062
|
+
$3 as VideoBlock4,
|
|
13063
|
+
c9 as VideoSection,
|
|
13064
|
+
zo as VideosSchemas,
|
|
13065
|
+
Ho as WebsiteList,
|
|
13066
|
+
f9 as addComment,
|
|
13068
13067
|
$n as bannersReplace,
|
|
13069
13068
|
qt as becomeVideoObject,
|
|
13070
13069
|
as as buildTagUrl,
|
|
13071
13070
|
yc as coloringByStrokeSVGs,
|
|
13072
13071
|
oa as compileStyleProps,
|
|
13073
13072
|
Ce as cutString,
|
|
13074
|
-
|
|
13073
|
+
d3 as extractRealtedNews,
|
|
13075
13074
|
Te as formatDate,
|
|
13076
|
-
|
|
13075
|
+
c3 as formatDateEdiciones,
|
|
13077
13076
|
es as formatDateJournalistArticule,
|
|
13078
13077
|
_o as formatDateTimeline,
|
|
13079
13078
|
xo as formatNewsMeta,
|
|
13080
13079
|
Lo as formatVideoData,
|
|
13081
|
-
|
|
13080
|
+
D3 as generalGetData,
|
|
13082
13081
|
Js as getCaptchaToken,
|
|
13083
13082
|
ra as getComments,
|
|
13084
13083
|
J as getConfig,
|
|
13085
|
-
|
|
13084
|
+
R3 as getDynamicSlots,
|
|
13086
13085
|
rn as getEnvironmentUrl,
|
|
13087
13086
|
So as getEnvironmentUrlFront,
|
|
13088
13087
|
re as getImageUrl,
|
|
13089
|
-
|
|
13088
|
+
Qt as getNextMeta,
|
|
13090
13089
|
Gt as getPage,
|
|
13091
|
-
|
|
13092
|
-
|
|
13093
|
-
|
|
13090
|
+
f3 as getPreloadImages,
|
|
13091
|
+
jt as getPrevMeta,
|
|
13092
|
+
m9 as getReportReasonLabel,
|
|
13094
13093
|
vo as getResponse,
|
|
13095
13094
|
No as getResponsePromise,
|
|
13096
13095
|
Yn as getSchemas,
|
|
13097
13096
|
os as getScriptReplaces,
|
|
13098
13097
|
Wo as getSlugs,
|
|
13099
|
-
|
|
13100
|
-
|
|
13101
|
-
|
|
13098
|
+
m3 as getTypeOfNews,
|
|
13099
|
+
h3 as getVideoRealPath,
|
|
13100
|
+
l3 as initLibrary,
|
|
13102
13101
|
Io as metadataToJSX,
|
|
13103
13102
|
Sr as metadata_defaults,
|
|
13104
13103
|
ts as parseTags,
|
|
13105
13104
|
Eo as pathnameSplit,
|
|
13106
13105
|
Fo as removePages,
|
|
13107
|
-
|
|
13106
|
+
u9 as reportComment,
|
|
13108
13107
|
Kc as shareButtons,
|
|
13109
13108
|
aa as socialIcons,
|
|
13110
13109
|
Do as speculationRules,
|
|
13111
13110
|
Ro as speculationRulesHome,
|
|
13112
13111
|
Uo as urlReplaces,
|
|
13113
|
-
|
|
13112
|
+
g9 as verifyCaptchaTokenEnterprise
|
|
13114
13113
|
};
|