sass-template-common 0.2.11 → 0.2.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as a, jsxs as f, Fragment as K } from "react/jsx-runtime";
|
|
2
2
|
import * as Ra from "react";
|
|
3
|
-
import
|
|
3
|
+
import Te, { useState as J, useRef as Or, useCallback as he, useEffect as De, createElement as st, forwardRef as Pr, Fragment as gn, useMemo as Go, Component as Ho } from "react";
|
|
4
4
|
let ea = {
|
|
5
5
|
PUBLIC_API_HOST: "https://dev-saas.cms-medios.com",
|
|
6
6
|
PUBLIC_API_FRONT: "https://dev-lahora.cms-medios.com",
|
|
@@ -54,7 +54,7 @@ let ea = {
|
|
|
54
54
|
SHOW_NEWS_MORE_NEWS: !0,
|
|
55
55
|
SHOW_NEWS_RELATED_NEWS: !0
|
|
56
56
|
};
|
|
57
|
-
function
|
|
57
|
+
function A9(e = {}) {
|
|
58
58
|
ea = { ...ea, ...e };
|
|
59
59
|
}
|
|
60
60
|
function $() {
|
|
@@ -81,7 +81,7 @@ const zo = () => {
|
|
|
81
81
|
newsType: e?.info?.type ?? "",
|
|
82
82
|
publishDate: new Date(e?.info?.date?.firstpublish ?? "").toISOString().split("T")[0] ?? ""
|
|
83
83
|
} : void 0, Fo = ({ id: e, dimensionValues: t = {} }) => {
|
|
84
|
-
const n =
|
|
84
|
+
const n = Te.useMemo(() => {
|
|
85
85
|
const o = {};
|
|
86
86
|
return Object.keys(t).forEach((s) => {
|
|
87
87
|
o[s] = s;
|
|
@@ -430,7 +430,7 @@ function Dr() {
|
|
|
430
430
|
})(on)), on.exports;
|
|
431
431
|
}
|
|
432
432
|
var Ko = Dr();
|
|
433
|
-
const
|
|
433
|
+
const xe = /* @__PURE__ */ _t(Ko);
|
|
434
434
|
var sn = { exports: {} }, Jo = sn.exports, La;
|
|
435
435
|
function Zo() {
|
|
436
436
|
return La || (La = 1, (function(e, t) {
|
|
@@ -636,23 +636,23 @@ function cs() {
|
|
|
636
636
|
}
|
|
637
637
|
var ls = cs();
|
|
638
638
|
const ds = /* @__PURE__ */ _t(ls);
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
639
|
+
xe.extend(ss);
|
|
640
|
+
xe.extend(ds);
|
|
641
|
+
xe.extend(es);
|
|
642
642
|
const _n = (e) => e === "en" ? "en" : "es", Me = (e) => {
|
|
643
643
|
const { PUBLIC_LNG: t, DATE_TIMEZONE: n } = $(), r = _n(t ?? "es");
|
|
644
|
-
return
|
|
644
|
+
return xe.tz(e, n).locale(r).format("DD MMMM YYYY");
|
|
645
645
|
}, Mr = (e) => {
|
|
646
646
|
const { PUBLIC_LNG: t, DATE_TIMEZONE: n } = $(), r = _n(t ?? "es");
|
|
647
|
-
return
|
|
647
|
+
return xe.tz(e, n).locale(r).format(
|
|
648
648
|
r === "en" ? "MMMM DD YYYY [•] HH:mm [hs]" : "DD [de] MMMM YYYY [•] HH:mm [hs]"
|
|
649
649
|
);
|
|
650
650
|
}, us = (e) => {
|
|
651
651
|
const { PUBLIC_LNG: t, DATE_TIMEZONE: n } = $(), r = _n(t ?? "es");
|
|
652
|
-
return
|
|
653
|
-
},
|
|
652
|
+
return xe.tz(e, n).locale(r).format("MM/DD/YYYY [•] HH:mm [HS]");
|
|
653
|
+
}, y9 = (e) => {
|
|
654
654
|
const { PUBLIC_LNG: t, DATE_TIMEZONE: n } = $(), r = _n(t ?? "es");
|
|
655
|
-
return
|
|
655
|
+
return xe.tz(e, n).locale(r).format("dddd DD [de] MMMM YYYY");
|
|
656
656
|
}, je = (e, t = 136) => e && e.length > t ? `${e.substring(0, t)}...` : e;
|
|
657
657
|
function jr(e) {
|
|
658
658
|
return e && e.status === "fulfilled" ? e.value.data : null;
|
|
@@ -693,7 +693,7 @@ const Dt = (e, t, n) => ({
|
|
|
693
693
|
tags: []
|
|
694
694
|
}
|
|
695
695
|
});
|
|
696
|
-
function
|
|
696
|
+
function w9(e) {
|
|
697
697
|
if (!e || !e.body || !e.body.rendered) return [];
|
|
698
698
|
const t = e?.body?.rendered, n = [], r = t.match(
|
|
699
699
|
/<div[^>]*class=["'][^"']*ck-related-news[^"']*["'][^>]*>[\s\S]*?<\/div>/gi
|
|
@@ -710,7 +710,7 @@ function y9(e) {
|
|
|
710
710
|
}
|
|
711
711
|
return n;
|
|
712
712
|
}
|
|
713
|
-
const
|
|
713
|
+
const v9 = async (e, t) => {
|
|
714
714
|
const n = [];
|
|
715
715
|
return e.forEach((s) => {
|
|
716
716
|
s.forEach(async (i) => {
|
|
@@ -972,7 +972,7 @@ const w9 = async (e, t) => {
|
|
|
972
972
|
s > 0 && (r += `/${o}`);
|
|
973
973
|
}), `${r}/page/${n - 1}`;
|
|
974
974
|
};
|
|
975
|
-
function
|
|
975
|
+
function b9(e) {
|
|
976
976
|
const t = e.length;
|
|
977
977
|
return t > 1 && e.charCodeAt(t - 1) === 47 ? e.slice(0, t - 1) : e;
|
|
978
978
|
}
|
|
@@ -1031,40 +1031,40 @@ const vs = () => {
|
|
|
1031
1031
|
]
|
|
1032
1032
|
}
|
|
1033
1033
|
};
|
|
1034
|
-
},
|
|
1034
|
+
}, C9 = (e) => {
|
|
1035
1035
|
let t = "";
|
|
1036
1036
|
if (e.params.news.match(/.*t[0-9]*.html/g)) {
|
|
1037
1037
|
const n = e.params.news.split("-"), r = n[n.length - 1] ?? "", o = r.substring(1, 9), s = r.substring(9, 13);
|
|
1038
|
-
t = `/listas/${
|
|
1038
|
+
t = `/listas/${xe(o).format("YYYY/MM/DD")}/lista_${s}.html`;
|
|
1039
1039
|
} else if (e.params.news.match(/.*lb[0-9]*.html/g)) {
|
|
1040
1040
|
const n = e.params.news.split("-"), r = n[n.length - 1] ?? "", o = r.substring(2, 10), s = r.substring(10, 14);
|
|
1041
|
-
t = `/liveblog/${
|
|
1041
|
+
t = `/liveblog/${xe(o).format(
|
|
1042
1042
|
"YYYY/MM/DD"
|
|
1043
1043
|
)}/liveblog_${s}.html`;
|
|
1044
1044
|
} else {
|
|
1045
1045
|
const r = e.params.news.replace(/\.html$/g, "").split("-");
|
|
1046
|
-
Array.isArray(r) && (t = `/contenidos/${
|
|
1046
|
+
Array.isArray(r) && (t = `/contenidos/${xe(r[r.length - 2]).format(
|
|
1047
1047
|
"YYYY/MM/DD"
|
|
1048
1048
|
)}/noticia_${r[r.length - 1]}.html`);
|
|
1049
1049
|
}
|
|
1050
1050
|
return e.config.servicePrefix + t;
|
|
1051
1051
|
};
|
|
1052
|
-
function
|
|
1052
|
+
function _9(e) {
|
|
1053
1053
|
const t = e.split("-"), n = t[t.length - 1]?.split("."), r = n && n[0] ? n[0] : "", o = r.substring(0, 2), s = r.substring(2, 10), i = r.substring(10);
|
|
1054
1054
|
return { path: {
|
|
1055
|
-
vy: (d) => `/videos/video-youtube/${
|
|
1055
|
+
vy: (d) => `/videos/video-youtube/${xe(s).format(
|
|
1056
1056
|
"YYYY/MM/DD"
|
|
1057
1057
|
)}/videoYouTube_${d}.lnk`,
|
|
1058
|
-
ve: (d) => `/videos/video-embedded/${
|
|
1058
|
+
ve: (d) => `/videos/video-embedded/${xe(s).format(
|
|
1059
1059
|
"YYYY/MM/DD"
|
|
1060
1060
|
)}/videoEmbedded_${d}.lnk`,
|
|
1061
|
-
vf: (d) => `/videos/video-flash/${
|
|
1061
|
+
vf: (d) => `/videos/video-flash/${xe(s).format("YYYY/MM/DD")}/${t[0]}.${d}`
|
|
1062
1062
|
}[o]?.(i) ?? "", op: o };
|
|
1063
1063
|
}
|
|
1064
1064
|
const vt = (e, t) => {
|
|
1065
1065
|
const n = e.name.normalize("NFD").replace(/[\u0300-\u036f]/g, "").replace(/ñ/g, "n").replace(/Ñ/g, "n").replace(/[^\w\s]/gi, "").replaceAll(" ", "-").toLowerCase();
|
|
1066
1066
|
return t.tema ? `/${t.tema}/${n}-t${e.id}` : `/${n}-t${e.id}`;
|
|
1067
|
-
},
|
|
1067
|
+
}, N9 = (e) => {
|
|
1068
1068
|
const { AssetsPrefix: t = "", AssetsPath: n = "src", isDev: r = !1 } = e;
|
|
1069
1069
|
return r ? "src" : t + n;
|
|
1070
1070
|
}, _s = { prerender: [
|
|
@@ -1369,7 +1369,7 @@ const Is = async ({
|
|
|
1369
1369
|
}, $t = (e) => {
|
|
1370
1370
|
const t = e.split("/"), n = t[t.length - 1] ?? "1";
|
|
1371
1371
|
return Number(n) > 0 ? Number(n) : 1;
|
|
1372
|
-
},
|
|
1372
|
+
}, S9 = (e, t = 2) => {
|
|
1373
1373
|
if (!e || e.length === 0) return [];
|
|
1374
1374
|
const n = [];
|
|
1375
1375
|
for (let r = 0; r < t; r++) {
|
|
@@ -1382,7 +1382,7 @@ const Is = async ({
|
|
|
1382
1382
|
}
|
|
1383
1383
|
return n;
|
|
1384
1384
|
};
|
|
1385
|
-
class
|
|
1385
|
+
class E9 {
|
|
1386
1386
|
exclude = "keywords,gallery,related,relatedexternal,external,customfields";
|
|
1387
1387
|
config = {};
|
|
1388
1388
|
imgSizes = {};
|
|
@@ -3255,22 +3255,22 @@ oe.getAdapter = ho.getAdapter;
|
|
|
3255
3255
|
oe.HttpStatusCode = ra;
|
|
3256
3256
|
oe.default = oe;
|
|
3257
3257
|
const {
|
|
3258
|
-
Axios:
|
|
3259
|
-
AxiosError:
|
|
3260
|
-
CanceledError:
|
|
3261
|
-
isCancel:
|
|
3262
|
-
CancelToken:
|
|
3263
|
-
VERSION:
|
|
3264
|
-
all:
|
|
3265
|
-
Cancel:
|
|
3266
|
-
isAxiosError:
|
|
3267
|
-
spread:
|
|
3268
|
-
toFormData:
|
|
3269
|
-
AxiosHeaders:
|
|
3270
|
-
HttpStatusCode:
|
|
3271
|
-
formToJSON:
|
|
3272
|
-
getAdapter:
|
|
3273
|
-
mergeConfig:
|
|
3258
|
+
Axios: I9,
|
|
3259
|
+
AxiosError: k9,
|
|
3260
|
+
CanceledError: U9,
|
|
3261
|
+
isCancel: R9,
|
|
3262
|
+
CancelToken: q9,
|
|
3263
|
+
VERSION: L9,
|
|
3264
|
+
all: B9,
|
|
3265
|
+
Cancel: O9,
|
|
3266
|
+
isAxiosError: P9,
|
|
3267
|
+
spread: D9,
|
|
3268
|
+
toFormData: M9,
|
|
3269
|
+
AxiosHeaders: j9,
|
|
3270
|
+
HttpStatusCode: Q9,
|
|
3271
|
+
formToJSON: G9,
|
|
3272
|
+
getAdapter: H9,
|
|
3273
|
+
mergeConfig: z9
|
|
3274
3274
|
} = oe;
|
|
3275
3275
|
class at {
|
|
3276
3276
|
constructor(t) {
|
|
@@ -3416,7 +3416,7 @@ class uc extends at {
|
|
|
3416
3416
|
return { blockSass: n.data.data };
|
|
3417
3417
|
};
|
|
3418
3418
|
}
|
|
3419
|
-
class
|
|
3419
|
+
class V9 {
|
|
3420
3420
|
issuuApi = "https://api.issuu.com/v2";
|
|
3421
3421
|
api = void 0;
|
|
3422
3422
|
constructor(t) {
|
|
@@ -3452,7 +3452,7 @@ class z9 {
|
|
|
3452
3452
|
}
|
|
3453
3453
|
}
|
|
3454
3454
|
}
|
|
3455
|
-
const
|
|
3455
|
+
const F9 = async (e, t, n, r, o, s, i) => {
|
|
3456
3456
|
const c = new uc({
|
|
3457
3457
|
config: t,
|
|
3458
3458
|
imgSizes: n,
|
|
@@ -3482,7 +3482,7 @@ const V9 = async (e, t, n, r, o, s, i) => {
|
|
|
3482
3482
|
}, hc = (e) => {
|
|
3483
3483
|
const t = jr(e);
|
|
3484
3484
|
return t && t.data ? t.data : t;
|
|
3485
|
-
},
|
|
3485
|
+
}, W9 = async (e) => {
|
|
3486
3486
|
const t = await Promise.allSettled(
|
|
3487
3487
|
Object.values(e).map((o) => o.promise)
|
|
3488
3488
|
), n = Object.keys(e), r = {};
|
|
@@ -3781,7 +3781,7 @@ const V9 = async (e, t, n, r, o, s, i) => {
|
|
|
3781
3781
|
}
|
|
3782
3782
|
}
|
|
3783
3783
|
};
|
|
3784
|
-
async function
|
|
3784
|
+
async function $9({
|
|
3785
3785
|
axiosApi: e,
|
|
3786
3786
|
headConfig: t = {
|
|
3787
3787
|
ampConfig: !1,
|
|
@@ -3897,7 +3897,7 @@ async function W9({
|
|
|
3897
3897
|
_
|
|
3898
3898
|
] });
|
|
3899
3899
|
}
|
|
3900
|
-
const
|
|
3900
|
+
const Y9 = ({
|
|
3901
3901
|
children: e,
|
|
3902
3902
|
defaultRouteName: t,
|
|
3903
3903
|
banners: n,
|
|
@@ -3948,7 +3948,7 @@ const $9 = ({
|
|
|
3948
3948
|
), Ac = "_content_19rc1_1", yc = "_location_19rc1_11", tr = {
|
|
3949
3949
|
content: Ac,
|
|
3950
3950
|
location: yc
|
|
3951
|
-
},
|
|
3951
|
+
}, K9 = (e) => /* @__PURE__ */ f("div", { className: tr.content, children: [
|
|
3952
3952
|
/* @__PURE__ */ a(pc, {}),
|
|
3953
3953
|
/* @__PURE__ */ a("p", { className: tr.location, children: e.place })
|
|
3954
3954
|
] }), zt = ({
|
|
@@ -4095,7 +4095,7 @@ function vc({
|
|
|
4095
4095
|
}
|
|
4096
4096
|
};
|
|
4097
4097
|
}
|
|
4098
|
-
function
|
|
4098
|
+
function J9(e) {
|
|
4099
4099
|
const {
|
|
4100
4100
|
children: t,
|
|
4101
4101
|
slot_id: n,
|
|
@@ -4581,7 +4581,7 @@ const xt = (e) => {
|
|
|
4581
4581
|
}
|
|
4582
4582
|
),
|
|
4583
4583
|
/* @__PURE__ */ a(u, {}),
|
|
4584
|
-
|
|
4584
|
+
Te.createElement(
|
|
4585
4585
|
e.isTitle ? "h1" : "h2",
|
|
4586
4586
|
{
|
|
4587
4587
|
className: re.articule
|
|
@@ -4775,11 +4775,9 @@ const el = (e) => {
|
|
|
4775
4775
|
const s = vo(), [i, c] = J(void 0), d = t?.sizes;
|
|
4776
4776
|
return De(() => {
|
|
4777
4777
|
(async () => {
|
|
4778
|
-
console.log("image offline - effect")
|
|
4779
|
-
|
|
4780
|
-
|
|
4781
|
-
const h = await nl(d[0].url, e.cookies);
|
|
4782
|
-
c(h);
|
|
4778
|
+
if (console.log("image offline - effect"), d?.[0]?.url) {
|
|
4779
|
+
const u = await nl(d[0].url, e.cookies);
|
|
4780
|
+
c(u);
|
|
4783
4781
|
} else
|
|
4784
4782
|
c(d?.[0]?.url);
|
|
4785
4783
|
})();
|
|
@@ -5886,7 +5884,7 @@ const el = (e) => {
|
|
|
5886
5884
|
/* @__PURE__ */ a("p", { className: Re.subscribeText, children: e.texts.newsletterTermsText ?? "Suscribirte implica aceptar los" }),
|
|
5887
5885
|
/* @__PURE__ */ a(B, { className: Re.terms, href: e.termsLink, target: e.termsLinkTarget, children: e.texts.newsletterTermsAnchor ?? "Términos y condiciones" })
|
|
5888
5886
|
] })
|
|
5889
|
-
] }), yl = "_content_1ms2y_1", wl = "_contentInfo_1ms2y_20", vl = "_subscribeImage_1ms2y_28", bl = "_tag_1ms2y_42", Cl = "_contentTitle_1ms2y_60", _l = "_title_1ms2y_65", Nl = "_subTitle_1ms2y_70", Sl = "_inputStyled_1ms2y_79", El = "_buttonStyled_1ms2y_118", xl = "_contentTerms_1ms2y_131", Tl = "_subscribeText_1ms2y_137", Il = "_terms_1ms2y_146",
|
|
5887
|
+
] }), yl = "_content_1ms2y_1", wl = "_contentInfo_1ms2y_20", vl = "_subscribeImage_1ms2y_28", bl = "_tag_1ms2y_42", Cl = "_contentTitle_1ms2y_60", _l = "_title_1ms2y_65", Nl = "_subTitle_1ms2y_70", Sl = "_inputStyled_1ms2y_79", El = "_buttonStyled_1ms2y_118", xl = "_contentTerms_1ms2y_131", Tl = "_subscribeText_1ms2y_137", Il = "_terms_1ms2y_146", Ie = {
|
|
5890
5888
|
content: yl,
|
|
5891
5889
|
contentInfo: wl,
|
|
5892
5890
|
subscribeImage: vl,
|
|
@@ -5899,15 +5897,15 @@ const el = (e) => {
|
|
|
5899
5897
|
contentTerms: xl,
|
|
5900
5898
|
subscribeText: Tl,
|
|
5901
5899
|
terms: Il
|
|
5902
|
-
}, kl = (e) => /* @__PURE__ */ f("section", { className:
|
|
5903
|
-
/* @__PURE__ */ a("div", { className:
|
|
5904
|
-
/* @__PURE__ */ f("div", { className:
|
|
5905
|
-
/* @__PURE__ */ a("div", { className:
|
|
5906
|
-
/* @__PURE__ */ f("div", { className:
|
|
5907
|
-
/* @__PURE__ */ a("p", { className:
|
|
5908
|
-
/* @__PURE__ */ a("p", { className:
|
|
5900
|
+
}, kl = (e) => /* @__PURE__ */ f("section", { className: Ie.content, children: [
|
|
5901
|
+
/* @__PURE__ */ a("div", { className: Ie.subscribeImage, children: e.image }),
|
|
5902
|
+
/* @__PURE__ */ f("div", { className: Ie.contentInfo, children: [
|
|
5903
|
+
/* @__PURE__ */ a("div", { className: Ie.tag, children: e.texts.newsletterTag ?? "NEWS" }),
|
|
5904
|
+
/* @__PURE__ */ f("div", { className: Ie.contentTitle, children: [
|
|
5905
|
+
/* @__PURE__ */ a("p", { className: Ie.title, children: e.title }),
|
|
5906
|
+
/* @__PURE__ */ a("p", { className: Ie.subTitle, children: e.sibtitle })
|
|
5909
5907
|
] }),
|
|
5910
|
-
/* @__PURE__ */ f("div", { className:
|
|
5908
|
+
/* @__PURE__ */ f("div", { className: Ie.inputStyled, children: [
|
|
5911
5909
|
/* @__PURE__ */ a(
|
|
5912
5910
|
"input",
|
|
5913
5911
|
{
|
|
@@ -5916,11 +5914,11 @@ const el = (e) => {
|
|
|
5916
5914
|
id: "newsletter-email"
|
|
5917
5915
|
}
|
|
5918
5916
|
),
|
|
5919
|
-
/* @__PURE__ */ a(In, { className:
|
|
5917
|
+
/* @__PURE__ */ a(In, { className: Ie.buttonStyled, size: "large", full: !0, children: e.texts.newsletterButtonText ?? "Suscribirme" })
|
|
5920
5918
|
] }),
|
|
5921
|
-
/* @__PURE__ */ f("div", { className:
|
|
5922
|
-
/* @__PURE__ */ a("p", { className:
|
|
5923
|
-
/* @__PURE__ */ a(B, { className:
|
|
5919
|
+
/* @__PURE__ */ f("div", { className: Ie.contentTerms, children: [
|
|
5920
|
+
/* @__PURE__ */ a("p", { className: Ie.subscribeText, children: e.texts.newsletterTermsText ?? "Suscribirte implica aceptar los" }),
|
|
5921
|
+
/* @__PURE__ */ a(B, { className: Ie.terms, children: e.texts.newsletterTermsAnchor ?? "Términos y condiciones" })
|
|
5924
5922
|
] })
|
|
5925
5923
|
] })
|
|
5926
5924
|
] }), Ul = (e) => /* @__PURE__ */ f(
|
|
@@ -5974,7 +5972,7 @@ const el = (e) => {
|
|
|
5974
5972
|
whatsappLink: Dl,
|
|
5975
5973
|
subscribeText: Ml,
|
|
5976
5974
|
terms: jl
|
|
5977
|
-
},
|
|
5975
|
+
}, Z9 = (e) => /* @__PURE__ */ f("section", { className: Qe.content, children: [
|
|
5978
5976
|
/* @__PURE__ */ a(Ul, { className: Qe.subscribeImage }),
|
|
5979
5977
|
/* @__PURE__ */ f("div", { className: Qe.contentTitle, children: [
|
|
5980
5978
|
/* @__PURE__ */ a("p", { className: Qe.title, children: "Mantenete Informado" }),
|
|
@@ -6249,7 +6247,7 @@ const el = (e) => {
|
|
|
6249
6247
|
gnews: (e) => /* @__PURE__ */ a(nd, { ...e }),
|
|
6250
6248
|
podcast: (e) => /* @__PURE__ */ a(ad, { ...e }),
|
|
6251
6249
|
telegram: (e) => /* @__PURE__ */ a(rd, { ...e })
|
|
6252
|
-
},
|
|
6250
|
+
}, X9 = (e) => {
|
|
6253
6251
|
const { freeZone: t, socials: n, menu: r, customBlock: o } = e;
|
|
6254
6252
|
return /* @__PURE__ */ f("footer", { className: ye.content, children: [
|
|
6255
6253
|
/* @__PURE__ */ f("section", { className: ye.brandContent, children: [
|
|
@@ -6556,7 +6554,7 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
6556
6554
|
correspondent: Vd,
|
|
6557
6555
|
iframeStyled: Fd,
|
|
6558
6556
|
contentFrame: Wd
|
|
6559
|
-
},
|
|
6557
|
+
}, e3 = (e) => {
|
|
6560
6558
|
const t = () => e?.video.main.author ? `${e?.video.main.author} - ${Me(
|
|
6561
6559
|
e.video.info.date.created
|
|
6562
6560
|
)}` : e?.video.main.author;
|
|
@@ -6788,7 +6786,7 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
6788
6786
|
title: f1,
|
|
6789
6787
|
description: g1,
|
|
6790
6788
|
linkStyled: p1
|
|
6791
|
-
},
|
|
6789
|
+
}, t3 = (e) => {
|
|
6792
6790
|
const t = e.logo;
|
|
6793
6791
|
return /* @__PURE__ */ f("section", { className: gt.content, children: [
|
|
6794
6792
|
e.backgroundImgURL && /* @__PURE__ */ a("img", { className: gt.before, src: e.backgroundImgURL, alt: "" }),
|
|
@@ -6805,7 +6803,7 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
6805
6803
|
label: w1,
|
|
6806
6804
|
required: v1,
|
|
6807
6805
|
input: b1
|
|
6808
|
-
},
|
|
6806
|
+
}, n3 = (e) => /* @__PURE__ */ f("div", { className: kt.content, children: [
|
|
6809
6807
|
/* @__PURE__ */ f("div", { className: kt.contentLabel, children: [
|
|
6810
6808
|
/* @__PURE__ */ a("label", { className: kt.label, children: e.label }),
|
|
6811
6809
|
e.required && /* @__PURE__ */ a("span", { className: kt.required, children: "*" })
|
|
@@ -6817,7 +6815,7 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
6817
6815
|
label: N1,
|
|
6818
6816
|
required: S1,
|
|
6819
6817
|
input: E1
|
|
6820
|
-
},
|
|
6818
|
+
}, a3 = (e) => /* @__PURE__ */ f("div", { className: Ut.content, children: [
|
|
6821
6819
|
/* @__PURE__ */ f("div", { className: Ut.contentLabel, children: [
|
|
6822
6820
|
/* @__PURE__ */ a("label", { className: Ut.label, children: e.label }),
|
|
6823
6821
|
e.required && /* @__PURE__ */ a("span", { className: Ut.required, children: "*" })
|
|
@@ -6830,7 +6828,7 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
6830
6828
|
content: x1,
|
|
6831
6829
|
label: T1,
|
|
6832
6830
|
input: I1
|
|
6833
|
-
},
|
|
6831
|
+
}, r3 = (e) => /* @__PURE__ */ f("div", { className: Pn.content, children: [
|
|
6834
6832
|
/* @__PURE__ */ a("label", { className: Pn.label, children: e.label }),
|
|
6835
6833
|
/* @__PURE__ */ a("textarea", { className: Pn.input, ...e })
|
|
6836
6834
|
] }), k1 = "_boxInformation_achvw_1", U1 = "_textBox_achvw_30", R1 = "_contentBox_achvw_40", q1 = "_liveBox_achvw_50", L1 = "_dot_achvw_72", B1 = "_sectionDescription_achvw_97", O1 = "_articule_achvw_110", P1 = "_description_achvw_137", et = {
|
|
@@ -6889,50 +6887,51 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
6889
6887
|
}, V1 = (e) => /* @__PURE__ */ a("section", { className: Zt.content, children: e.itemList[0]?.list.items.map((t, n) => /* @__PURE__ */ f("div", { className: Zt.contentLine, children: [
|
|
6890
6888
|
/* @__PURE__ */ a(B, { className: Zt.dateLink, href: `#item-${n + 1}`, children: us(t.date) }),
|
|
6891
6889
|
/* @__PURE__ */ a("div", { className: Zt.contentText, children: (e.itemList[0]?.list.integrated, t.title) })
|
|
6892
|
-
] }, n)) }), F1 = "
|
|
6890
|
+
] }, n)) }), F1 = "_content_1rsue_1", W1 = "_contentInfo_1rsue_11", $1 = "_imageContainer_1rsue_19", Y1 = "_imageStyled_1rsue_28", K1 = "_contentIconStyled_1rsue_39", J1 = "_name_1rsue_65", Z1 = "_email_1rsue_74", X1 = "_description_1rsue_90", eu = "_contenSocialNetwork_1rsue_102", tu = "_socialIcon_1rsue_112", Ne = {
|
|
6893
6891
|
content: F1,
|
|
6894
6892
|
contentInfo: W1,
|
|
6895
|
-
|
|
6896
|
-
|
|
6897
|
-
|
|
6898
|
-
|
|
6899
|
-
|
|
6900
|
-
|
|
6901
|
-
|
|
6902
|
-
|
|
6893
|
+
imageContainer: $1,
|
|
6894
|
+
imageStyled: Y1,
|
|
6895
|
+
contentIconStyled: K1,
|
|
6896
|
+
name: J1,
|
|
6897
|
+
email: Z1,
|
|
6898
|
+
description: X1,
|
|
6899
|
+
contenSocialNetwork: eu,
|
|
6900
|
+
socialIcon: tu
|
|
6901
|
+
}, nu = async (e) => {
|
|
6903
6902
|
const { autor: t, autorIcon: n } = e, r = n;
|
|
6904
6903
|
return /* @__PURE__ */ a(
|
|
6905
6904
|
"section",
|
|
6906
6905
|
{
|
|
6907
|
-
className: `${
|
|
6908
|
-
children: /* @__PURE__ */ f("div", { className:
|
|
6909
|
-
t.info.image ? /* @__PURE__ */ a("div", { className:
|
|
6906
|
+
className: `${Ne.content} ${e.className ? e.className : null}`,
|
|
6907
|
+
children: /* @__PURE__ */ f("div", { className: Ne.contentInfo, children: [
|
|
6908
|
+
t.info.image ? /* @__PURE__ */ a("div", { className: `${Ne.imageContainer} sass-image-autor-wrapper`, children: /* @__PURE__ */ a(
|
|
6910
6909
|
"img",
|
|
6911
6910
|
{
|
|
6912
6911
|
fetchPriority: "low",
|
|
6913
6912
|
loading: "lazy",
|
|
6914
6913
|
alt: "",
|
|
6915
|
-
className:
|
|
6914
|
+
className: Ne.imageStyled,
|
|
6916
6915
|
src: await pe(t.info.image.sizes[0]?.url || "")
|
|
6917
6916
|
}
|
|
6918
6917
|
) }) : /* @__PURE__ */ a(
|
|
6919
6918
|
"div",
|
|
6920
6919
|
{
|
|
6921
|
-
className: `${
|
|
6920
|
+
className: `${Ne.contentIconStyled} sass-image-autor-wrapper`,
|
|
6922
6921
|
children: /* @__PURE__ */ a(r, {})
|
|
6923
6922
|
}
|
|
6924
6923
|
),
|
|
6925
|
-
/* @__PURE__ */ a("h1", { className:
|
|
6926
|
-
t.addtional.USER_SHOWEMAIL && /* @__PURE__ */ a("p", { className:
|
|
6927
|
-
t.addtional.USER_SHOWBIO && /* @__PURE__ */ a("p", { className:
|
|
6928
|
-
/* @__PURE__ */ f("div", { className:
|
|
6924
|
+
/* @__PURE__ */ a("h1", { className: Ne.name, children: t.info.fullname }),
|
|
6925
|
+
t.addtional.USER_SHOWEMAIL && /* @__PURE__ */ a("p", { className: Ne.email, children: t.info.email }),
|
|
6926
|
+
t.addtional.USER_SHOWBIO && /* @__PURE__ */ a("p", { className: Ne.description, children: t.addtional.USER_MIBIO }),
|
|
6927
|
+
/* @__PURE__ */ f("div", { className: Ne.contenSocialNetwork, children: [
|
|
6929
6928
|
t.addtional.USER_USERFB && /* @__PURE__ */ a(
|
|
6930
6929
|
"a",
|
|
6931
6930
|
{
|
|
6932
6931
|
href: t.addtional.USER_USERFB,
|
|
6933
6932
|
target: "_blank",
|
|
6934
6933
|
rel: "noreferrer",
|
|
6935
|
-
children: /* @__PURE__ */ a(Ca, { className:
|
|
6934
|
+
children: /* @__PURE__ */ a(Ca, { className: Ne.socialIcon })
|
|
6936
6935
|
}
|
|
6937
6936
|
),
|
|
6938
6937
|
t.addtional.USER_USERIG && /* @__PURE__ */ a(
|
|
@@ -6941,7 +6940,7 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
6941
6940
|
href: t.addtional.USER_USERIG,
|
|
6942
6941
|
target: "_blank",
|
|
6943
6942
|
rel: "noreferrer",
|
|
6944
|
-
children: /* @__PURE__ */ a(_a, { className:
|
|
6943
|
+
children: /* @__PURE__ */ a(_a, { className: Ne.socialIcon })
|
|
6945
6944
|
}
|
|
6946
6945
|
),
|
|
6947
6946
|
t.addtional.USER_USERTWT && /* @__PURE__ */ a(
|
|
@@ -6950,7 +6949,7 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
6950
6949
|
href: t.addtional.USER_USERTWT,
|
|
6951
6950
|
target: "_blank",
|
|
6952
6951
|
rel: "noreferrer",
|
|
6953
|
-
children: /* @__PURE__ */ a(Mt, { className:
|
|
6952
|
+
children: /* @__PURE__ */ a(Mt, { className: Ne.socialIcon })
|
|
6954
6953
|
}
|
|
6955
6954
|
),
|
|
6956
6955
|
t.addtional.USER_USERLIN && /* @__PURE__ */ a(
|
|
@@ -6959,48 +6958,48 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
6959
6958
|
href: t.addtional.USER_USERLIN,
|
|
6960
6959
|
target: "_blank",
|
|
6961
6960
|
rel: "noreferrer",
|
|
6962
|
-
children: /* @__PURE__ */ a(yn, { className:
|
|
6961
|
+
children: /* @__PURE__ */ a(yn, { className: Ne.socialIcon })
|
|
6963
6962
|
}
|
|
6964
6963
|
)
|
|
6965
6964
|
] })
|
|
6966
6965
|
] })
|
|
6967
6966
|
}
|
|
6968
6967
|
);
|
|
6969
|
-
},
|
|
6970
|
-
content:
|
|
6971
|
-
contentInfo:
|
|
6972
|
-
contentAuthor:
|
|
6973
|
-
imageStyled:
|
|
6974
|
-
contentIconStyled:
|
|
6975
|
-
name:
|
|
6976
|
-
email:
|
|
6977
|
-
description:
|
|
6978
|
-
contenSocialNetwork:
|
|
6979
|
-
socialIcon:
|
|
6980
|
-
},
|
|
6968
|
+
}, au = "_content_18ozj_1", ru = "_contentInfo_18ozj_13", ou = "_contentAuthor_18ozj_26", su = "_imageStyled_18ozj_33", iu = "_contentIconStyled_18ozj_42", cu = "_name_18ozj_64", lu = "_email_18ozj_72", du = "_description_18ozj_82", uu = "_contenSocialNetwork_18ozj_93", hu = "_socialIcon_18ozj_103", Se = {
|
|
6969
|
+
content: au,
|
|
6970
|
+
contentInfo: ru,
|
|
6971
|
+
contentAuthor: ou,
|
|
6972
|
+
imageStyled: su,
|
|
6973
|
+
contentIconStyled: iu,
|
|
6974
|
+
name: cu,
|
|
6975
|
+
email: lu,
|
|
6976
|
+
description: du,
|
|
6977
|
+
contenSocialNetwork: uu,
|
|
6978
|
+
socialIcon: hu
|
|
6979
|
+
}, mu = async (e) => {
|
|
6981
6980
|
const { autor: t, autorIcon: n } = e, r = n;
|
|
6982
|
-
return /* @__PURE__ */ a("section", { className:
|
|
6981
|
+
return /* @__PURE__ */ a("section", { className: Se.content, children: /* @__PURE__ */ f("div", { className: Se.contentInfo, children: [
|
|
6983
6982
|
t.info.image ? /* @__PURE__ */ a(
|
|
6984
6983
|
"img",
|
|
6985
6984
|
{
|
|
6986
6985
|
fetchPriority: "low",
|
|
6987
6986
|
loading: "lazy",
|
|
6988
|
-
className:
|
|
6987
|
+
className: Se.imageStyled,
|
|
6989
6988
|
src: await pe(t.info.image.sizes[0]?.url || "")
|
|
6990
6989
|
}
|
|
6991
|
-
) : /* @__PURE__ */ a("div", { className:
|
|
6992
|
-
/* @__PURE__ */ f("div", { className:
|
|
6993
|
-
/* @__PURE__ */ a("h1", { className:
|
|
6994
|
-
t.addtional.USER_SHOWEMAIL && /* @__PURE__ */ a("p", { className:
|
|
6995
|
-
t.addtional.USER_SHOWBIO && /* @__PURE__ */ a("p", { className:
|
|
6996
|
-
/* @__PURE__ */ f("div", { className:
|
|
6990
|
+
) : /* @__PURE__ */ a("div", { className: Se.contentIconStyled, children: /* @__PURE__ */ a(r, {}) }),
|
|
6991
|
+
/* @__PURE__ */ f("div", { className: Se.contentAuthor, children: [
|
|
6992
|
+
/* @__PURE__ */ a("h1", { className: Se.name, children: t.info.fullname }),
|
|
6993
|
+
t.addtional.USER_SHOWEMAIL && /* @__PURE__ */ a("p", { className: Se.email, children: t.info.email }),
|
|
6994
|
+
t.addtional.USER_SHOWBIO && /* @__PURE__ */ a("p", { className: Se.description, children: t.addtional.USER_MIBIO }),
|
|
6995
|
+
/* @__PURE__ */ f("div", { className: Se.contenSocialNetwork, children: [
|
|
6997
6996
|
t.addtional.USER_USERFB && /* @__PURE__ */ a(
|
|
6998
6997
|
"a",
|
|
6999
6998
|
{
|
|
7000
6999
|
href: t.addtional.USER_USERFB,
|
|
7001
7000
|
target: "_blank",
|
|
7002
7001
|
rel: "noreferrer",
|
|
7003
|
-
children: /* @__PURE__ */ a(Ca, { className:
|
|
7002
|
+
children: /* @__PURE__ */ a(Ca, { className: Se.socialIcon })
|
|
7004
7003
|
}
|
|
7005
7004
|
),
|
|
7006
7005
|
t.addtional.USER_USERIG && /* @__PURE__ */ a(
|
|
@@ -7012,7 +7011,7 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
7012
7011
|
children: /* @__PURE__ */ a(
|
|
7013
7012
|
_a,
|
|
7014
7013
|
{
|
|
7015
|
-
className:
|
|
7014
|
+
className: Se.socialIcon,
|
|
7016
7015
|
style: { padding: "4px" }
|
|
7017
7016
|
}
|
|
7018
7017
|
)
|
|
@@ -7024,7 +7023,7 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
7024
7023
|
href: t.addtional.USER_USERTWT,
|
|
7025
7024
|
target: "_blank",
|
|
7026
7025
|
rel: "noreferrer",
|
|
7027
|
-
children: /* @__PURE__ */ a(Mt, { className:
|
|
7026
|
+
children: /* @__PURE__ */ a(Mt, { className: Se.socialIcon })
|
|
7028
7027
|
}
|
|
7029
7028
|
),
|
|
7030
7029
|
t.addtional.USER_USERLIN && /* @__PURE__ */ a(
|
|
@@ -7033,15 +7032,15 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
7033
7032
|
href: t.addtional.USER_USERLIN,
|
|
7034
7033
|
target: "_blank",
|
|
7035
7034
|
rel: "noreferrer",
|
|
7036
|
-
children: /* @__PURE__ */ a(yn, { className:
|
|
7035
|
+
children: /* @__PURE__ */ a(yn, { className: Se.socialIcon })
|
|
7037
7036
|
}
|
|
7038
7037
|
)
|
|
7039
7038
|
] })
|
|
7040
7039
|
] })
|
|
7041
7040
|
] }) });
|
|
7042
|
-
},
|
|
7043
|
-
content:
|
|
7044
|
-
bannerSection:
|
|
7041
|
+
}, fu = "_content_jg6i2_1", gu = "_bannerSection_jg6i2_25", ir = {
|
|
7042
|
+
content: fu,
|
|
7043
|
+
bannerSection: gu
|
|
7045
7044
|
}, _o = (e) => /* @__PURE__ */ f("section", { className: ir.content, children: [
|
|
7046
7045
|
e.children,
|
|
7047
7046
|
/* @__PURE__ */ f("div", { className: ir.bannerSection, children: [
|
|
@@ -7062,21 +7061,21 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
7062
7061
|
),
|
|
7063
7062
|
e.banner
|
|
7064
7063
|
] })
|
|
7065
|
-
] }),
|
|
7066
|
-
content:
|
|
7067
|
-
header:
|
|
7068
|
-
videos:
|
|
7069
|
-
videoContent:
|
|
7070
|
-
articleSection:
|
|
7071
|
-
contentLayoutVideoSection:
|
|
7072
|
-
sectionVideoList:
|
|
7073
|
-
iframeStyled:
|
|
7074
|
-
contentFrame:
|
|
7075
|
-
},
|
|
7076
|
-
content:
|
|
7077
|
-
linkImage:
|
|
7078
|
-
playStyled:
|
|
7079
|
-
},
|
|
7064
|
+
] }), pu = "_content_7v98f_1", Au = "_header_7v98f_30", yu = "_videos_7v98f_56", wu = "_videoContent_7v98f_63", vu = "_articleSection_7v98f_70", bu = "_contentLayoutVideoSection_7v98f_85", Cu = "_sectionVideoList_7v98f_93", _u = "_iframeStyled_7v98f_166", Nu = "_contentFrame_7v98f_172", qe = {
|
|
7065
|
+
content: pu,
|
|
7066
|
+
header: Au,
|
|
7067
|
+
videos: yu,
|
|
7068
|
+
videoContent: wu,
|
|
7069
|
+
articleSection: vu,
|
|
7070
|
+
contentLayoutVideoSection: bu,
|
|
7071
|
+
sectionVideoList: Cu,
|
|
7072
|
+
iframeStyled: _u,
|
|
7073
|
+
contentFrame: Nu
|
|
7074
|
+
}, Su = "_content_1dj0q_1", Eu = "_linkImage_1dj0q_12", xu = "_playStyled_1dj0q_19", Dn = {
|
|
7075
|
+
content: Su,
|
|
7076
|
+
linkImage: Eu,
|
|
7077
|
+
playStyled: xu
|
|
7078
|
+
}, Tu = async (e) => {
|
|
7080
7079
|
const t = va(), n = {
|
|
7081
7080
|
...e,
|
|
7082
7081
|
main: {
|
|
@@ -7103,7 +7102,7 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
7103
7102
|
),
|
|
7104
7103
|
/* @__PURE__ */ a("div", { children: /* @__PURE__ */ a(xt, { ...n, paths: e.paths }) })
|
|
7105
7104
|
] }) : null;
|
|
7106
|
-
},
|
|
7105
|
+
}, o3 = (e) => /* @__PURE__ */ a("div", { className: qe.content, children: /* @__PURE__ */ f(zt, { className: qe.contentLayoutVideoSection, children: [
|
|
7107
7106
|
/* @__PURE__ */ f("a", { className: qe.header, href: e.goBackLink ?? "/videos", children: [
|
|
7108
7107
|
/* @__PURE__ */ a(
|
|
7109
7108
|
"svg",
|
|
@@ -7193,7 +7192,7 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
7193
7192
|
),
|
|
7194
7193
|
e.relatedName && /* @__PURE__ */ a("h2", { className: `${qe.relatedTitle} saas-video-related-title`, children: e.relatedName }),
|
|
7195
7194
|
Array.isArray(e.videoList) && e.videoList.map((t, n) => /* @__PURE__ */ st(
|
|
7196
|
-
|
|
7195
|
+
Tu,
|
|
7197
7196
|
{
|
|
7198
7197
|
...Dt(t, !0, !1),
|
|
7199
7198
|
key: n,
|
|
@@ -7204,15 +7203,15 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
7204
7203
|
}
|
|
7205
7204
|
)
|
|
7206
7205
|
] })
|
|
7207
|
-
] }) }),
|
|
7208
|
-
content:
|
|
7209
|
-
titleContent:
|
|
7210
|
-
title:
|
|
7211
|
-
startLine:
|
|
7212
|
-
line:
|
|
7213
|
-
bottomLine:
|
|
7214
|
-
childrenContent:
|
|
7215
|
-
readMore:
|
|
7206
|
+
] }) }), Iu = "_content_gcte1_1", ku = "_titleContent_gcte1_24", Uu = "_title_gcte1_24", Ru = "_startLine_gcte1_88", qu = "_line_gcte1_93", Lu = "_bottomLine_gcte1_99", Bu = "_childrenContent_gcte1_118", Ou = "_readMore_gcte1_131", He = {
|
|
7207
|
+
content: Iu,
|
|
7208
|
+
titleContent: ku,
|
|
7209
|
+
title: Uu,
|
|
7210
|
+
startLine: Ru,
|
|
7211
|
+
line: qu,
|
|
7212
|
+
bottomLine: Lu,
|
|
7213
|
+
childrenContent: Bu,
|
|
7214
|
+
readMore: Ou
|
|
7216
7215
|
}, me = Pr((e, t) => {
|
|
7217
7216
|
const { isTitle: n = !1, isOpinion: r = !1 } = e, o = n ? /* @__PURE__ */ a("h1", { className: He.title, children: e.title }) : /* @__PURE__ */ a("h2", { className: He.title, children: e.title });
|
|
7218
7217
|
return /* @__PURE__ */ f("section", { className: He.content, children: [
|
|
@@ -7276,25 +7275,25 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
7276
7275
|
}
|
|
7277
7276
|
)
|
|
7278
7277
|
}
|
|
7279
|
-
),
|
|
7280
|
-
drawerStyled:
|
|
7281
|
-
sidebarCustom:
|
|
7282
|
-
accordionStyled:
|
|
7283
|
-
accordionHeading:
|
|
7284
|
-
accordionSummeryStyled:
|
|
7285
|
-
linkStyled:
|
|
7286
|
-
subLinkStyled:
|
|
7287
|
-
inputContent:
|
|
7288
|
-
buttonContent:
|
|
7289
|
-
inputStyled:
|
|
7290
|
-
buscar:
|
|
7291
|
-
buttonStyled:
|
|
7292
|
-
accordionDetailsStyled:
|
|
7293
|
-
footerSlider:
|
|
7294
|
-
socialMedia:
|
|
7295
|
-
copyRights:
|
|
7296
|
-
icon:
|
|
7297
|
-
},
|
|
7278
|
+
), Pu = "_drawerStyled_xk2do_1", Du = "_sidebarCustom_xk2do_6", Mu = "_accordionStyled_xk2do_24", ju = "_accordionHeading_xk2do_35", Qu = "_accordionSummeryStyled_xk2do_44", Gu = "_linkStyled_xk2do_71", Hu = "_subLinkStyled_xk2do_91", zu = "_inputContent_xk2do_113", Vu = "_buttonContent_xk2do_114", Fu = "_inputStyled_xk2do_124", Wu = "_buscar_xk2do_140", $u = "_buttonStyled_xk2do_168", Yu = "_accordionDetailsStyled_xk2do_183", Ku = "_footerSlider_xk2do_198", Ju = "_socialMedia_xk2do_209", Zu = "_copyRights_xk2do_228", Xu = "_icon_xk2do_239", le = {
|
|
7279
|
+
drawerStyled: Pu,
|
|
7280
|
+
sidebarCustom: Du,
|
|
7281
|
+
accordionStyled: Mu,
|
|
7282
|
+
accordionHeading: ju,
|
|
7283
|
+
accordionSummeryStyled: Qu,
|
|
7284
|
+
linkStyled: Gu,
|
|
7285
|
+
subLinkStyled: Hu,
|
|
7286
|
+
inputContent: zu,
|
|
7287
|
+
buttonContent: Vu,
|
|
7288
|
+
inputStyled: Fu,
|
|
7289
|
+
buscar: Wu,
|
|
7290
|
+
buttonStyled: $u,
|
|
7291
|
+
accordionDetailsStyled: Yu,
|
|
7292
|
+
footerSlider: Ku,
|
|
7293
|
+
socialMedia: Ju,
|
|
7294
|
+
copyRights: Zu,
|
|
7295
|
+
icon: Xu
|
|
7296
|
+
}, eh = ({
|
|
7298
7297
|
sidebar: e,
|
|
7299
7298
|
socials: t,
|
|
7300
7299
|
copyrigth: n,
|
|
@@ -7445,12 +7444,12 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
7445
7444
|
)
|
|
7446
7445
|
]
|
|
7447
7446
|
}
|
|
7448
|
-
),
|
|
7449
|
-
content:
|
|
7450
|
-
chipStyled:
|
|
7451
|
-
headLine:
|
|
7452
|
-
live:
|
|
7453
|
-
closeLiveStyled:
|
|
7447
|
+
), th = "_content_1k52x_1", nh = "_chipStyled_1k52x_17", ah = "_headLine_1k52x_17", rh = "_live_1k52x_25", oh = "_closeLiveStyled_1k52x_88", Rt = {
|
|
7448
|
+
content: th,
|
|
7449
|
+
chipStyled: nh,
|
|
7450
|
+
headLine: ah,
|
|
7451
|
+
live: rh,
|
|
7452
|
+
closeLiveStyled: oh
|
|
7454
7453
|
}, So = (e) => {
|
|
7455
7454
|
const { alertZone: t, id: n = "close-alert" } = e, r = () => /* @__PURE__ */ a(
|
|
7456
7455
|
B,
|
|
@@ -7493,22 +7492,22 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
7493
7492
|
}
|
|
7494
7493
|
)
|
|
7495
7494
|
] });
|
|
7496
|
-
},
|
|
7497
|
-
content:
|
|
7498
|
-
linkStyled:
|
|
7499
|
-
linkSocialNetwork:
|
|
7500
|
-
title:
|
|
7501
|
-
tabs:
|
|
7502
|
-
socialNetwork:
|
|
7503
|
-
icon:
|
|
7504
|
-
facebook:
|
|
7505
|
-
youtube:
|
|
7506
|
-
x:
|
|
7507
|
-
instagram:
|
|
7508
|
-
gnews:
|
|
7509
|
-
tiktok:
|
|
7510
|
-
whatsapp:
|
|
7511
|
-
},
|
|
7495
|
+
}, sh = "_content_18yq5_1", ih = "_linkStyled_18yq5_14", ch = "_linkSocialNetwork_18yq5_28", lh = "_title_18yq5_49", dh = "_tabs_18yq5_60", uh = "_socialNetwork_18yq5_68", hh = "_icon_18yq5_78", mh = "_facebook_18yq5_84", fh = "_youtube_18yq5_88", gh = "_x_18yq5_92", ph = "_instagram_18yq5_96", Ah = "_gnews_18yq5_100", yh = "_tiktok_18yq5_104", wh = "_whatsapp_18yq5_108", ze = {
|
|
7496
|
+
content: sh,
|
|
7497
|
+
linkStyled: ih,
|
|
7498
|
+
linkSocialNetwork: ch,
|
|
7499
|
+
title: lh,
|
|
7500
|
+
tabs: dh,
|
|
7501
|
+
socialNetwork: uh,
|
|
7502
|
+
icon: hh,
|
|
7503
|
+
facebook: mh,
|
|
7504
|
+
youtube: fh,
|
|
7505
|
+
x: gh,
|
|
7506
|
+
instagram: ph,
|
|
7507
|
+
gnews: Ah,
|
|
7508
|
+
tiktok: yh,
|
|
7509
|
+
whatsapp: wh
|
|
7510
|
+
}, vh = (e) => {
|
|
7512
7511
|
const { cintillo: t, tapeTitle: n, socials: r } = e, o = "", s = t?.findIndex((i) => i.link === o) ?? 0;
|
|
7513
7512
|
return (Array.isArray(t) || e.socialIcons) && /* @__PURE__ */ f("section", { className: ze.content, children: [
|
|
7514
7513
|
Array.isArray(t) && /* @__PURE__ */ f("div", { className: `${ze.tabs} header-page-tape-content`, children: [
|
|
@@ -7559,23 +7558,23 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
7559
7558
|
i
|
|
7560
7559
|
)) })
|
|
7561
7560
|
] });
|
|
7562
|
-
},
|
|
7563
|
-
headerStyled:
|
|
7564
|
-
headerContent:
|
|
7565
|
-
iconContent:
|
|
7566
|
-
menuButton:
|
|
7567
|
-
logoStyled:
|
|
7568
|
-
buttonSection:
|
|
7569
|
-
buttonSectionSearch:
|
|
7570
|
-
headLineContent:
|
|
7571
|
-
headLineTitle:
|
|
7572
|
-
headLine:
|
|
7573
|
-
hasAlertZone:
|
|
7574
|
-
},
|
|
7561
|
+
}, bh = "_headerStyled_t61zq_1", Ch = "_headerContent_t61zq_14", _h = "_iconContent_t61zq_25", Nh = "_menuButton_t61zq_34", Sh = "_logoStyled_t61zq_66", Eh = "_buttonSection_t61zq_94", xh = "_buttonSectionSearch_t61zq_109", Th = "_headLineContent_t61zq_130", Ih = "_headLineTitle_t61zq_143", kh = "_headLine_t61zq_130", Uh = "_hasAlertZone_t61zq_196", ke = {
|
|
7562
|
+
headerStyled: bh,
|
|
7563
|
+
headerContent: Ch,
|
|
7564
|
+
iconContent: _h,
|
|
7565
|
+
menuButton: Nh,
|
|
7566
|
+
logoStyled: Sh,
|
|
7567
|
+
buttonSection: Eh,
|
|
7568
|
+
buttonSectionSearch: xh,
|
|
7569
|
+
headLineContent: Th,
|
|
7570
|
+
headLineTitle: Ih,
|
|
7571
|
+
headLine: kh,
|
|
7572
|
+
hasAlertZone: Uh
|
|
7573
|
+
}, Rh = (e) => {
|
|
7575
7574
|
const { alertZone: t } = e;
|
|
7576
7575
|
return /* @__PURE__ */ f("header", { className: ke.headerStyled, children: [
|
|
7577
7576
|
e.socialIcons && /* @__PURE__ */ a(
|
|
7578
|
-
|
|
7577
|
+
vh,
|
|
7579
7578
|
{
|
|
7580
7579
|
socialIcons: e.socialIcons,
|
|
7581
7580
|
cintillo: e.cintillo,
|
|
@@ -7611,7 +7610,7 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
7611
7610
|
"aria-label": "Home",
|
|
7612
7611
|
className: "icon header-logo-link-sticky",
|
|
7613
7612
|
style: { display: "flex" },
|
|
7614
|
-
children:
|
|
7613
|
+
children: Te.createElement(
|
|
7615
7614
|
"span",
|
|
7616
7615
|
{ className: ke.logoStyled },
|
|
7617
7616
|
e.icon
|
|
@@ -7664,15 +7663,15 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
7664
7663
|
}
|
|
7665
7664
|
)
|
|
7666
7665
|
] });
|
|
7667
|
-
},
|
|
7668
|
-
ul:
|
|
7669
|
-
li:
|
|
7670
|
-
liBefore:
|
|
7671
|
-
ulContent:
|
|
7672
|
-
contentModal:
|
|
7673
|
-
linkStyled:
|
|
7674
|
-
itemLink:
|
|
7675
|
-
},
|
|
7666
|
+
}, qh = "_ul_j3aqc_1", Lh = "_li_j3aqc_10", Bh = "_liBefore_j3aqc_18", Oh = "_ulContent_j3aqc_33", Ph = "_contentModal_j3aqc_44", Dh = "_linkStyled_j3aqc_56", Mh = "_itemLink_j3aqc_81", Ve = {
|
|
7667
|
+
ul: qh,
|
|
7668
|
+
li: Lh,
|
|
7669
|
+
liBefore: Bh,
|
|
7670
|
+
ulContent: Oh,
|
|
7671
|
+
contentModal: Ph,
|
|
7672
|
+
linkStyled: Dh,
|
|
7673
|
+
itemLink: Mh
|
|
7674
|
+
}, jh = (e) => {
|
|
7676
7675
|
const { items: t } = e;
|
|
7677
7676
|
return /* @__PURE__ */ a("ul", { className: Ve.ul, children: t.map((n, r) => /* @__PURE__ */ f("li", { className: `${Ve.liBefore} ${Ve.li}`, children: [
|
|
7678
7677
|
n.link ? /* @__PURE__ */ f(
|
|
@@ -7702,23 +7701,23 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
7702
7701
|
}
|
|
7703
7702
|
) }, s)) }) })
|
|
7704
7703
|
] }, r)) });
|
|
7705
|
-
},
|
|
7706
|
-
headerStyled:
|
|
7707
|
-
headerContent:
|
|
7708
|
-
menuButtonSection:
|
|
7709
|
-
menuButton:
|
|
7710
|
-
buttonSection:
|
|
7711
|
-
buttonSectionSearch:
|
|
7712
|
-
hasAlertZone:
|
|
7713
|
-
buttonText:
|
|
7714
|
-
logoContent:
|
|
7715
|
-
logoStyled:
|
|
7716
|
-
headLineContent:
|
|
7717
|
-
headLineTitle:
|
|
7718
|
-
menuSection:
|
|
7719
|
-
headLine:
|
|
7720
|
-
line:
|
|
7721
|
-
},
|
|
7704
|
+
}, Qh = "_headerStyled_ksxbt_1", Gh = "_headerContent_ksxbt_23", Hh = "_menuButtonSection_ksxbt_33", zh = "_menuButton_ksxbt_33", Vh = "_buttonSection_ksxbt_84", Fh = "_buttonSectionSearch_ksxbt_101", Wh = "_hasAlertZone_ksxbt_111", $h = "_buttonText_ksxbt_130", Yh = "_logoContent_ksxbt_140", Kh = "_logoStyled_ksxbt_148", Jh = "_headLineContent_ksxbt_172", Zh = "_headLineTitle_ksxbt_187", Xh = "_menuSection_ksxbt_203", em = "_headLine_ksxbt_172", tm = "_line_ksxbt_255", we = {
|
|
7705
|
+
headerStyled: Qh,
|
|
7706
|
+
headerContent: Gh,
|
|
7707
|
+
menuButtonSection: Hh,
|
|
7708
|
+
menuButton: zh,
|
|
7709
|
+
buttonSection: Vh,
|
|
7710
|
+
buttonSectionSearch: Fh,
|
|
7711
|
+
hasAlertZone: Wh,
|
|
7712
|
+
buttonText: $h,
|
|
7713
|
+
logoContent: Yh,
|
|
7714
|
+
logoStyled: Kh,
|
|
7715
|
+
headLineContent: Jh,
|
|
7716
|
+
headLineTitle: Zh,
|
|
7717
|
+
menuSection: Xh,
|
|
7718
|
+
headLine: em,
|
|
7719
|
+
line: tm
|
|
7720
|
+
}, nm = (e) => {
|
|
7722
7721
|
const { menu: t, alertZone: n } = e;
|
|
7723
7722
|
return /* @__PURE__ */ a(
|
|
7724
7723
|
"header",
|
|
@@ -7749,7 +7748,7 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
7749
7748
|
]
|
|
7750
7749
|
}
|
|
7751
7750
|
) }),
|
|
7752
|
-
/* @__PURE__ */ a("div", { className: we.logoContent, children: /* @__PURE__ */ a(B, { href: "/", "aria-label": "Home", className: "header-logo-link", children:
|
|
7751
|
+
/* @__PURE__ */ a("div", { className: we.logoContent, children: /* @__PURE__ */ a(B, { href: "/", "aria-label": "Home", className: "header-logo-link", children: Te.createElement(
|
|
7753
7752
|
"span",
|
|
7754
7753
|
{ className: `${we.logoStyled}` },
|
|
7755
7754
|
e.icon
|
|
@@ -7785,7 +7784,7 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
7785
7784
|
{
|
|
7786
7785
|
className: we.menuSection,
|
|
7787
7786
|
style: e.showAlertPop ? { "--showAlertPop": "0px" } : {},
|
|
7788
|
-
children: Array.isArray(t) && /* @__PURE__ */ a(
|
|
7787
|
+
children: Array.isArray(t) && /* @__PURE__ */ a(jh, { items: t })
|
|
7789
7788
|
}
|
|
7790
7789
|
)
|
|
7791
7790
|
]
|
|
@@ -7793,15 +7792,15 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
7793
7792
|
)
|
|
7794
7793
|
}
|
|
7795
7794
|
);
|
|
7796
|
-
},
|
|
7797
|
-
childrenContent:
|
|
7798
|
-
childrenContentAux:
|
|
7799
|
-
op2:
|
|
7800
|
-
},
|
|
7795
|
+
}, am = "_childrenContent_wqlb4_1", rm = "_childrenContentAux_wqlb4_12", om = "_op2_wqlb4_25", Mn = {
|
|
7796
|
+
childrenContent: am,
|
|
7797
|
+
childrenContentAux: rm,
|
|
7798
|
+
op2: om
|
|
7799
|
+
}, s3 = (e) => {
|
|
7801
7800
|
const { alertZone: t, children: n, sidebar: r } = e;
|
|
7802
7801
|
return /* @__PURE__ */ f(K, { children: [
|
|
7803
|
-
/* @__PURE__ */ a(
|
|
7804
|
-
!e.showOnlyStickyHeader && /* @__PURE__ */ a(
|
|
7802
|
+
/* @__PURE__ */ a(Rh, { ...e }),
|
|
7803
|
+
!e.showOnlyStickyHeader && /* @__PURE__ */ a(nm, { ...e }),
|
|
7805
7804
|
/* @__PURE__ */ f(
|
|
7806
7805
|
"div",
|
|
7807
7806
|
{
|
|
@@ -7828,7 +7827,7 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
7828
7827
|
}
|
|
7829
7828
|
),
|
|
7830
7829
|
/* @__PURE__ */ a(
|
|
7831
|
-
|
|
7830
|
+
eh,
|
|
7832
7831
|
{
|
|
7833
7832
|
sidebarExtra: e.sidebarExtra,
|
|
7834
7833
|
searchKeyWord: e.searchKeyWord,
|
|
@@ -7838,26 +7837,26 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
7838
7837
|
}
|
|
7839
7838
|
)
|
|
7840
7839
|
] });
|
|
7841
|
-
},
|
|
7842
|
-
content:
|
|
7843
|
-
tags:
|
|
7844
|
-
chipStyled:
|
|
7845
|
-
tagLink:
|
|
7846
|
-
tagStyled:
|
|
7847
|
-
},
|
|
7840
|
+
}, sm = "_content_16ydf_1", im = "_tags_16ydf_10", cm = "_chipStyled_16ydf_20", lm = "_tagLink_16ydf_47", dm = "_tagStyled_16ydf_53", pt = {
|
|
7841
|
+
content: sm,
|
|
7842
|
+
tags: im,
|
|
7843
|
+
chipStyled: cm,
|
|
7844
|
+
tagLink: lm,
|
|
7845
|
+
tagStyled: dm
|
|
7846
|
+
}, um = (e) => /* @__PURE__ */ a("section", { className: pt.content, children: Array.isArray(e.tags) && /* @__PURE__ */ f("div", { className: pt.tags, children: [
|
|
7848
7847
|
/* @__PURE__ */ a("p", { className: pt.tagStyled, children: e.title ? e.title : "Tags:" }),
|
|
7849
7848
|
e.tags.map((t, n) => t.approved ? /* @__PURE__ */ a(B, { href: vt(t, e.paths), children: /* @__PURE__ */ a("div", { className: `${pt.chipStyled} ${pt.tagLink}`, children: t.name }) }, n) : /* @__PURE__ */ a("div", { className: pt.chipStyled, children: t.name }, n))
|
|
7850
|
-
] }) }),
|
|
7851
|
-
contentBox:
|
|
7852
|
-
content:
|
|
7853
|
-
imageStyled:
|
|
7854
|
-
contentIconStyled:
|
|
7855
|
-
avatarContent:
|
|
7856
|
-
journalistSection:
|
|
7857
|
-
journalistInfo:
|
|
7858
|
-
socialNetworkSection:
|
|
7859
|
-
article:
|
|
7860
|
-
},
|
|
7849
|
+
] }) }), hm = "_contentBox_1rkkg_1", mm = "_content_1rkkg_1", fm = "_imageStyled_1rkkg_16", gm = "_contentIconStyled_1rkkg_23", pm = "_avatarContent_1rkkg_43", Am = "_journalistSection_1rkkg_50", ym = "_journalistInfo_1rkkg_56", wm = "_socialNetworkSection_1rkkg_70", vm = "_article_1rkkg_83", Pe = {
|
|
7850
|
+
contentBox: hm,
|
|
7851
|
+
content: mm,
|
|
7852
|
+
imageStyled: fm,
|
|
7853
|
+
contentIconStyled: gm,
|
|
7854
|
+
avatarContent: pm,
|
|
7855
|
+
journalistSection: Am,
|
|
7856
|
+
journalistInfo: ym,
|
|
7857
|
+
socialNetworkSection: wm,
|
|
7858
|
+
article: vm
|
|
7859
|
+
}, bm = async (e) => {
|
|
7861
7860
|
const { autor: t } = e;
|
|
7862
7861
|
return t.addtional.USER_SHOWBIO && /* @__PURE__ */ a("section", { className: Pe.contentBox, children: /* @__PURE__ */ f("div", { className: Pe.content, children: [
|
|
7863
7862
|
/* @__PURE__ */ f("div", { className: Pe.avatarContent, children: [
|
|
@@ -8048,15 +8047,15 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
8048
8047
|
}
|
|
8049
8048
|
)
|
|
8050
8049
|
] }) });
|
|
8051
|
-
},
|
|
8052
|
-
content:
|
|
8053
|
-
imageStyled:
|
|
8054
|
-
contentIconStyled:
|
|
8055
|
-
contentCard:
|
|
8056
|
-
contentInfo:
|
|
8057
|
-
fullName:
|
|
8058
|
-
LearnMoreLink:
|
|
8059
|
-
},
|
|
8050
|
+
}, Cm = "_content_vmnac_1", _m = "_imageStyled_vmnac_20", Nm = "_contentIconStyled_vmnac_21", Sm = "_contentCard_vmnac_31", Em = "_contentInfo_vmnac_70", xm = "_fullName_vmnac_76", Tm = "_LearnMoreLink_vmnac_83", tt = {
|
|
8051
|
+
content: Cm,
|
|
8052
|
+
imageStyled: _m,
|
|
8053
|
+
contentIconStyled: Nm,
|
|
8054
|
+
contentCard: Sm,
|
|
8055
|
+
contentInfo: Em,
|
|
8056
|
+
fullName: xm,
|
|
8057
|
+
LearnMoreLink: Tm
|
|
8058
|
+
}, Im = async (e) => {
|
|
8060
8059
|
const { news: t, texts: n } = e;
|
|
8061
8060
|
return t.config?.showauthor && /* @__PURE__ */ a("div", { className: tt.content, children: Array.isArray(t.authors) && t.authors?.map(async (r) => /* @__PURE__ */ f(
|
|
8062
8061
|
"div",
|
|
@@ -8095,16 +8094,16 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
8095
8094
|
},
|
|
8096
8095
|
`author-${r.firstname}`
|
|
8097
8096
|
)) });
|
|
8098
|
-
},
|
|
8099
|
-
content:
|
|
8100
|
-
contentNews:
|
|
8101
|
-
linkTitle:
|
|
8102
|
-
tag:
|
|
8103
|
-
tagmx:
|
|
8104
|
-
titular:
|
|
8105
|
-
correspondent:
|
|
8106
|
-
correspondentLink:
|
|
8107
|
-
description:
|
|
8097
|
+
}, km = "_content_1j0pj_1", Um = "_contentNews_1j0pj_10", Rm = "_linkTitle_1j0pj_27", qm = "_tag_1j0pj_35", Lm = "_tagmx_1j0pj_55", Bm = "_titular_1j0pj_70", Om = "_correspondent_1j0pj_85", Pm = "_correspondentLink_1j0pj_96", Dm = "_description_1j0pj_107", Ee = {
|
|
8098
|
+
content: km,
|
|
8099
|
+
contentNews: Um,
|
|
8100
|
+
linkTitle: Rm,
|
|
8101
|
+
tag: qm,
|
|
8102
|
+
tagmx: Lm,
|
|
8103
|
+
titular: Bm,
|
|
8104
|
+
correspondent: Om,
|
|
8105
|
+
correspondentLink: Pm,
|
|
8106
|
+
description: Dm
|
|
8108
8107
|
}, Ct = (e) => {
|
|
8109
8108
|
const { SHOW_TAG_BY_SECTION: t } = $(), n = () => {
|
|
8110
8109
|
if (e?.config?.showtime && e.config?.showauthor)
|
|
@@ -8124,14 +8123,14 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
8124
8123
|
B,
|
|
8125
8124
|
{
|
|
8126
8125
|
"aria-label": i,
|
|
8127
|
-
className:
|
|
8126
|
+
className: Ee.tagmx,
|
|
8128
8127
|
href: vt(s, e.paths),
|
|
8129
8128
|
children: i
|
|
8130
8129
|
}
|
|
8131
8130
|
)
|
|
8132
|
-
] }) : /* @__PURE__ */ a("div", { className:
|
|
8131
|
+
] }) : /* @__PURE__ */ a("div", { className: Ee.tagmx, children: i });
|
|
8133
8132
|
} else if (e.info?.section?.url)
|
|
8134
|
-
return /* @__PURE__ */ a("h3", { children: /* @__PURE__ */ a(B, { className:
|
|
8133
|
+
return /* @__PURE__ */ a("h3", { children: /* @__PURE__ */ a(B, { className: Ee.tagmx, href: e?.info?.section?.url, children: e?.info?.section?.name }) });
|
|
8135
8134
|
return null;
|
|
8136
8135
|
}, o = () => {
|
|
8137
8136
|
if (t && e.keywords?.tags?.length && e.keywords.tags.length > 0) {
|
|
@@ -8140,16 +8139,16 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
8140
8139
|
B,
|
|
8141
8140
|
{
|
|
8142
8141
|
"aria-label": i,
|
|
8143
|
-
className:
|
|
8142
|
+
className: Ee.tag,
|
|
8144
8143
|
href: vt(s, e.paths),
|
|
8145
8144
|
children: i
|
|
8146
8145
|
}
|
|
8147
|
-
) }) : /* @__PURE__ */ a("div", { className:
|
|
8146
|
+
) }) : /* @__PURE__ */ a("div", { className: Ee.tag, children: i });
|
|
8148
8147
|
} else if (e.info?.section?.url)
|
|
8149
|
-
return /* @__PURE__ */ a("h3", { children: /* @__PURE__ */ a(B, { className:
|
|
8148
|
+
return /* @__PURE__ */ a("h3", { children: /* @__PURE__ */ a(B, { className: Ee.tag, href: e?.info?.section?.url, children: e?.info?.section?.name }) });
|
|
8150
8149
|
return null;
|
|
8151
8150
|
};
|
|
8152
|
-
return /* @__PURE__ */ f("section", { className: `${
|
|
8151
|
+
return /* @__PURE__ */ f("section", { className: `${Ee.content} destacado-super-content`, children: [
|
|
8153
8152
|
/* @__PURE__ */ a(
|
|
8154
8153
|
B,
|
|
8155
8154
|
{
|
|
@@ -8175,7 +8174,7 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
8175
8174
|
/* @__PURE__ */ f(
|
|
8176
8175
|
"div",
|
|
8177
8176
|
{
|
|
8178
|
-
className:
|
|
8177
|
+
className: Ee.contentNews,
|
|
8179
8178
|
style: {
|
|
8180
8179
|
"--widthTextContent": e.textPosition === "start" ? "100%" : "80%"
|
|
8181
8180
|
},
|
|
@@ -8192,13 +8191,13 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
8192
8191
|
/* @__PURE__ */ a(
|
|
8193
8192
|
B,
|
|
8194
8193
|
{
|
|
8195
|
-
className:
|
|
8194
|
+
className: Ee.linkTitle,
|
|
8196
8195
|
href: e?.info?.link?.url,
|
|
8197
8196
|
target: e?.info?.link?.target,
|
|
8198
8197
|
children: /* @__PURE__ */ a(
|
|
8199
8198
|
"h1",
|
|
8200
8199
|
{
|
|
8201
|
-
className:
|
|
8200
|
+
className: Ee.titular,
|
|
8202
8201
|
style: {
|
|
8203
8202
|
"--titlePosition": e.textPosition === "start" ? "initial" : "center"
|
|
8204
8203
|
},
|
|
@@ -8213,7 +8212,7 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
8213
8212
|
e.config?.showsubtitle && /* @__PURE__ */ a(
|
|
8214
8213
|
"div",
|
|
8215
8214
|
{
|
|
8216
|
-
className:
|
|
8215
|
+
className: Ee.description,
|
|
8217
8216
|
dangerouslySetInnerHTML: {
|
|
8218
8217
|
__html: e.main.subtitle.striped
|
|
8219
8218
|
}
|
|
@@ -8223,10 +8222,10 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
8223
8222
|
B,
|
|
8224
8223
|
{
|
|
8225
8224
|
href: `/${e.paths?.autor ?? "autor"}/${e?.authors[0]?.name}`,
|
|
8226
|
-
className:
|
|
8225
|
+
className: Ee.correspondent,
|
|
8227
8226
|
children: n()
|
|
8228
8227
|
}
|
|
8229
|
-
) : /* @__PURE__ */ a("p", { className:
|
|
8228
|
+
) : /* @__PURE__ */ a("p", { className: Ee.correspondentLink, children: n() }) })
|
|
8230
8229
|
]
|
|
8231
8230
|
}
|
|
8232
8231
|
)
|
|
@@ -8295,11 +8294,11 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
8295
8294
|
}
|
|
8296
8295
|
)
|
|
8297
8296
|
] });
|
|
8298
|
-
},
|
|
8299
|
-
content:
|
|
8300
|
-
firstSection:
|
|
8301
|
-
secondSection:
|
|
8302
|
-
},
|
|
8297
|
+
}, Mm = "_content_1dcf7_1", jm = "_firstSection_1dcf7_10", Qm = "_secondSection_1dcf7_16", jn = {
|
|
8298
|
+
content: Mm,
|
|
8299
|
+
firstSection: jm,
|
|
8300
|
+
secondSection: Qm
|
|
8301
|
+
}, Gm = ({
|
|
8303
8302
|
content: e,
|
|
8304
8303
|
customLargeSection: t,
|
|
8305
8304
|
customSmallSection: n,
|
|
@@ -8329,10 +8328,10 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
8329
8328
|
}
|
|
8330
8329
|
)) })
|
|
8331
8330
|
] });
|
|
8332
|
-
},
|
|
8333
|
-
content:
|
|
8334
|
-
firstSection:
|
|
8335
|
-
},
|
|
8331
|
+
}, Hm = "_content_wsx1m_1", zm = "_firstSection_wsx1m_8", lr = {
|
|
8332
|
+
content: Hm,
|
|
8333
|
+
firstSection: zm
|
|
8334
|
+
}, Vm = ({
|
|
8336
8335
|
content: e,
|
|
8337
8336
|
customLargeSection: t,
|
|
8338
8337
|
customSlimSection: n,
|
|
@@ -8366,12 +8365,12 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
8366
8365
|
heightImageOverwriteMobile: "270px",
|
|
8367
8366
|
paths: r
|
|
8368
8367
|
}
|
|
8369
|
-
) }, s)) }),
|
|
8370
|
-
content:
|
|
8371
|
-
sectionDescription:
|
|
8372
|
-
title:
|
|
8373
|
-
subtitle:
|
|
8374
|
-
linkStyled:
|
|
8368
|
+
) }, s)) }), Fm = "_content_1n73e_1", Wm = "_sectionDescription_1n73e_13", $m = "_title_1n73e_33", Ym = "_subtitle_1n73e_47", Km = "_linkStyled_1n73e_58", it = {
|
|
8369
|
+
content: Fm,
|
|
8370
|
+
sectionDescription: Wm,
|
|
8371
|
+
title: $m,
|
|
8372
|
+
subtitle: Ym,
|
|
8373
|
+
linkStyled: Km
|
|
8375
8374
|
}, Eo = (e) => {
|
|
8376
8375
|
const { SHOW_TAG_BY_SECTION: t } = $(), n = () => {
|
|
8377
8376
|
if (t && e.mainNew.keywords?.tags?.length && e.mainNew.keywords.tags.length > 0) {
|
|
@@ -8410,11 +8409,11 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
8410
8409
|
e?.mainNew?.main?.subtitle?.rendered && /* @__PURE__ */ a("p", { className: it.subtitle, children: e?.mainNew?.main?.subtitle?.striped }),
|
|
8411
8410
|
e.goTo && /* @__PURE__ */ a(B, { href: e.goTo.url, className: it.linkStyled, children: e.goTo.description })
|
|
8412
8411
|
] });
|
|
8413
|
-
},
|
|
8414
|
-
headerSection:
|
|
8415
|
-
headerSectionLink:
|
|
8416
|
-
newsContent:
|
|
8417
|
-
},
|
|
8412
|
+
}, Jm = "_headerSection_drjnj_1", Zm = "_headerSectionLink_drjnj_12", Xm = "_newsContent_drjnj_17", Qn = {
|
|
8413
|
+
headerSection: Jm,
|
|
8414
|
+
headerSectionLink: Zm,
|
|
8415
|
+
newsContent: Xm
|
|
8416
|
+
}, ef = (e) => {
|
|
8418
8417
|
const { content: t, title: n, isVideo: r } = e;
|
|
8419
8418
|
if (!t || !t[0] || t.length === 0) return;
|
|
8420
8419
|
const o = e.slot_id && e.slot_id !== "Nota_1", s = {
|
|
@@ -8464,16 +8463,16 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
8464
8463
|
})
|
|
8465
8464
|
] })
|
|
8466
8465
|
] });
|
|
8467
|
-
},
|
|
8468
|
-
content:
|
|
8469
|
-
autorContent:
|
|
8470
|
-
image:
|
|
8471
|
-
contentIcon:
|
|
8472
|
-
boxInformationContent:
|
|
8473
|
-
autorName:
|
|
8474
|
-
time:
|
|
8475
|
-
comment:
|
|
8476
|
-
title:
|
|
8466
|
+
}, tf = "_content_1stvq_1", nf = "_autorContent_1stvq_8", af = "_image_1stvq_24", rf = "_contentIcon_1stvq_25", of = "_boxInformationContent_1stvq_47", sf = "_autorName_1stvq_53", cf = "_time_1stvq_85", lf = "_comment_1stvq_98", df = "_title_1stvq_107", Fe = {
|
|
8467
|
+
content: tf,
|
|
8468
|
+
autorContent: nf,
|
|
8469
|
+
image: af,
|
|
8470
|
+
contentIcon: rf,
|
|
8471
|
+
boxInformationContent: of,
|
|
8472
|
+
autorName: sf,
|
|
8473
|
+
time: cf,
|
|
8474
|
+
comment: lf,
|
|
8475
|
+
title: df
|
|
8477
8476
|
}, fn = async (e) => {
|
|
8478
8477
|
const { data: t, autorIcon: n } = e, r = n, o = () => t?.config?.showtime ? `${Me(t.info?.date?.modified)}` : "", s = /* @__PURE__ */ f("div", { className: Fe.autorContent, children: [
|
|
8479
8478
|
Array.isArray(t?.authors) && Array.isArray(t?.authors[0]?.image?.sizes) && t?.authors[0]?.image?.sizes?.length > 0 ? /* @__PURE__ */ a(
|
|
@@ -8510,20 +8509,20 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
8510
8509
|
/* @__PURE__ */ a("p", { className: Fe.comment, children: je(t?.main?.subtitle?.striped || "") })
|
|
8511
8510
|
] })
|
|
8512
8511
|
] });
|
|
8513
|
-
},
|
|
8514
|
-
content:
|
|
8515
|
-
boxPosition:
|
|
8516
|
-
contentFlex:
|
|
8517
|
-
bannerContent:
|
|
8518
|
-
bannerContentAux:
|
|
8512
|
+
}, uf = "_content_1d7mg_1", hf = "_boxPosition_1d7mg_8", mf = "_contentFlex_1d7mg_21", ff = "_bannerContent_1d7mg_29", gf = "_bannerContentAux_1d7mg_40", At = {
|
|
8513
|
+
content: uf,
|
|
8514
|
+
boxPosition: hf,
|
|
8515
|
+
contentFlex: mf,
|
|
8516
|
+
bannerContent: ff,
|
|
8517
|
+
bannerContentAux: gf
|
|
8519
8518
|
};
|
|
8520
|
-
function
|
|
8519
|
+
function pf(e) {
|
|
8521
8520
|
const t = new Array(e.length), n = e.length / 2;
|
|
8522
8521
|
for (let r = 0; r < e.length; r++)
|
|
8523
8522
|
r % 2 === 0 ? t[Math.floor(r / 2)] = e[r] : t[n + Math.floor(r / 2)] = e[r];
|
|
8524
8523
|
return t;
|
|
8525
8524
|
}
|
|
8526
|
-
const
|
|
8525
|
+
const i3 = (e) => {
|
|
8527
8526
|
const { isOpinion: t = !1 } = e, n = (s) => /* @__PURE__ */ a(
|
|
8528
8527
|
"div",
|
|
8529
8528
|
{
|
|
@@ -8564,7 +8563,7 @@ const s3 = (e) => {
|
|
|
8564
8563
|
)
|
|
8565
8564
|
);
|
|
8566
8565
|
}
|
|
8567
|
-
const o = r.length % 2 === 0 ?
|
|
8566
|
+
const o = r.length % 2 === 0 ? pf(r) : r;
|
|
8568
8567
|
return /* @__PURE__ */ a("section", { style: e.customStyles, children: /* @__PURE__ */ a(
|
|
8569
8568
|
me,
|
|
8570
8569
|
{
|
|
@@ -8577,10 +8576,10 @@ const s3 = (e) => {
|
|
|
8577
8576
|
] })
|
|
8578
8577
|
}
|
|
8579
8578
|
) });
|
|
8580
|
-
},
|
|
8581
|
-
content:
|
|
8582
|
-
title:
|
|
8583
|
-
},
|
|
8579
|
+
}, Af = "_content_w9viv_1", yf = "_title_w9viv_10", dr = {
|
|
8580
|
+
content: Af,
|
|
8581
|
+
title: yf
|
|
8582
|
+
}, c3 = (e) => {
|
|
8584
8583
|
const { showTitle: t = !0 } = e;
|
|
8585
8584
|
return /* @__PURE__ */ f("div", { className: dr.content, children: [
|
|
8586
8585
|
t && /* @__PURE__ */ a("p", { className: dr.title, children: "Editorial" }),
|
|
@@ -8599,13 +8598,13 @@ const s3 = (e) => {
|
|
|
8599
8598
|
}
|
|
8600
8599
|
)
|
|
8601
8600
|
] });
|
|
8602
|
-
},
|
|
8603
|
-
content:
|
|
8604
|
-
newsContent:
|
|
8605
|
-
boxPosition:
|
|
8606
|
-
bannerContent:
|
|
8607
|
-
bannerContentAux:
|
|
8608
|
-
},
|
|
8601
|
+
}, wf = "_content_1nd2h_1", vf = "_newsContent_1nd2h_8", bf = "_boxPosition_1nd2h_17", Cf = "_bannerContent_1nd2h_23", _f = "_bannerContentAux_1nd2h_33", yt = {
|
|
8602
|
+
content: wf,
|
|
8603
|
+
newsContent: vf,
|
|
8604
|
+
boxPosition: bf,
|
|
8605
|
+
bannerContent: Cf,
|
|
8606
|
+
bannerContentAux: _f
|
|
8607
|
+
}, l3 = (e) => {
|
|
8609
8608
|
const { news: t } = e;
|
|
8610
8609
|
return Array.isArray(t) && /* @__PURE__ */ f("div", { className: yt.content, children: [
|
|
8611
8610
|
/* @__PURE__ */ f("div", { className: yt.newsContent, children: [
|
|
@@ -8640,7 +8639,7 @@ const s3 = (e) => {
|
|
|
8640
8639
|
] }),
|
|
8641
8640
|
/* @__PURE__ */ a("div", { className: yt.bannerContent, children: e.halfPageBanner })
|
|
8642
8641
|
] });
|
|
8643
|
-
},
|
|
8642
|
+
}, d3 = (e) => /* @__PURE__ */ f(K, { children: [
|
|
8644
8643
|
/* @__PURE__ */ a(
|
|
8645
8644
|
Al,
|
|
8646
8645
|
{
|
|
@@ -8651,12 +8650,12 @@ const s3 = (e) => {
|
|
|
8651
8650
|
}
|
|
8652
8651
|
),
|
|
8653
8652
|
/* @__PURE__ */ a(kl, { ...e })
|
|
8654
|
-
] }),
|
|
8655
|
-
newsContent:
|
|
8656
|
-
newsContentWithLines:
|
|
8657
|
-
newsContentWithoutLines:
|
|
8658
|
-
contentSeparator:
|
|
8659
|
-
},
|
|
8653
|
+
] }), Nf = "_newsContent_gd57q_1", Sf = "_newsContentWithLines_gd57q_8", Ef = "_newsContentWithoutLines_gd57q_13", xf = "_contentSeparator_gd57q_18", Xt = {
|
|
8654
|
+
newsContent: Nf,
|
|
8655
|
+
newsContentWithLines: Sf,
|
|
8656
|
+
newsContentWithoutLines: Ef,
|
|
8657
|
+
contentSeparator: xf
|
|
8658
|
+
}, Tf = (e) => {
|
|
8660
8659
|
const { content: t } = e;
|
|
8661
8660
|
if (!t || t.length === 0) return;
|
|
8662
8661
|
const n = (i) => e.hasLines && (i + 1) % 3 !== 0 ? Xt.contentSeparator : "", r = [];
|
|
@@ -8708,7 +8707,7 @@ const s3 = (e) => {
|
|
|
8708
8707
|
}
|
|
8709
8708
|
);
|
|
8710
8709
|
}, xo = (e) => /* @__PURE__ */ a(me, { title: e.title, titleUrl: e.titleUrl, children: /* @__PURE__ */ a(
|
|
8711
|
-
|
|
8710
|
+
Tf,
|
|
8712
8711
|
{
|
|
8713
8712
|
content: e.content,
|
|
8714
8713
|
paths: e.paths,
|
|
@@ -8720,10 +8719,10 @@ const s3 = (e) => {
|
|
|
8720
8719
|
showVideoTime: e.showVideoTime,
|
|
8721
8720
|
showVideosubtitle: e.showVideosubtitle
|
|
8722
8721
|
}
|
|
8723
|
-
) }),
|
|
8724
|
-
newsContent:
|
|
8725
|
-
contentSeparator:
|
|
8726
|
-
},
|
|
8722
|
+
) }), If = "_newsContent_1sb62_1", kf = "_contentSeparator_1sb62_8", ur = {
|
|
8723
|
+
newsContent: If,
|
|
8724
|
+
contentSeparator: kf
|
|
8725
|
+
}, Uf = (e) => {
|
|
8727
8726
|
const { content: t, title: n } = e;
|
|
8728
8727
|
if (!(!t || t.length === 0 || !Array.isArray(t)))
|
|
8729
8728
|
return /* @__PURE__ */ a(me, { title: n, titleUrl: e.titleUrl, children: /* @__PURE__ */ a(
|
|
@@ -8752,11 +8751,11 @@ const s3 = (e) => {
|
|
|
8752
8751
|
})
|
|
8753
8752
|
}
|
|
8754
8753
|
) });
|
|
8755
|
-
},
|
|
8756
|
-
newsContent:
|
|
8757
|
-
contentSeparator:
|
|
8758
|
-
newsContentWhitoutLine:
|
|
8759
|
-
},
|
|
8754
|
+
}, Rf = "_newsContent_1gbse_1", qf = "_contentSeparator_1gbse_8", Lf = "_newsContentWhitoutLine_1gbse_29", Gn = {
|
|
8755
|
+
newsContent: Rf,
|
|
8756
|
+
contentSeparator: qf,
|
|
8757
|
+
newsContentWhitoutLine: Lf
|
|
8758
|
+
}, Bf = (e) => {
|
|
8760
8759
|
const { content: t, title: n } = e;
|
|
8761
8760
|
if (!(!t || t.length === 0))
|
|
8762
8761
|
return /* @__PURE__ */ a(me, { title: n, titleUrl: e.titleUrl, children: /* @__PURE__ */ a(
|
|
@@ -8785,11 +8784,11 @@ const s3 = (e) => {
|
|
|
8785
8784
|
})
|
|
8786
8785
|
}
|
|
8787
8786
|
) });
|
|
8788
|
-
},
|
|
8789
|
-
headerSection:
|
|
8790
|
-
headerSectionLink:
|
|
8791
|
-
newsContent:
|
|
8792
|
-
},
|
|
8787
|
+
}, Of = "_headerSection_1m1sp_3", Pf = "_headerSectionLink_1m1sp_16", Df = "_newsContent_1m1sp_29", Hn = {
|
|
8788
|
+
headerSection: Of,
|
|
8789
|
+
headerSectionLink: Pf,
|
|
8790
|
+
newsContent: Df
|
|
8791
|
+
}, Mf = (e) => {
|
|
8793
8792
|
const { content: t, title: n, isVideo: r = !0 } = e;
|
|
8794
8793
|
if (!t || t.length === 0) return;
|
|
8795
8794
|
const o = t[0], s = e.slot_id && e.slot_id !== "Nota_1", i = t.slice(1);
|
|
@@ -8849,13 +8848,13 @@ const s3 = (e) => {
|
|
|
8849
8848
|
})
|
|
8850
8849
|
] })
|
|
8851
8850
|
] });
|
|
8852
|
-
},
|
|
8853
|
-
content:
|
|
8854
|
-
linkImage:
|
|
8855
|
-
sectionDescription:
|
|
8856
|
-
dateText:
|
|
8857
|
-
textContent:
|
|
8858
|
-
},
|
|
8851
|
+
}, jf = "_content_1qdkl_1", Qf = "_linkImage_1qdkl_30", Gf = "_sectionDescription_1qdkl_42", Hf = "_dateText_1qdkl_62", zf = "_textContent_1qdkl_73", qt = {
|
|
8852
|
+
content: jf,
|
|
8853
|
+
linkImage: Qf,
|
|
8854
|
+
sectionDescription: Gf,
|
|
8855
|
+
dateText: Hf,
|
|
8856
|
+
textContent: zf
|
|
8857
|
+
}, Vf = async (e) => {
|
|
8859
8858
|
const { showNewsLikeTitle: t = !1 } = e;
|
|
8860
8859
|
return e && e.info ? /* @__PURE__ */ f(
|
|
8861
8860
|
"section",
|
|
@@ -8890,14 +8889,14 @@ const s3 = (e) => {
|
|
|
8890
8889
|
]
|
|
8891
8890
|
}
|
|
8892
8891
|
) : null;
|
|
8893
|
-
},
|
|
8894
|
-
content:
|
|
8895
|
-
contentSeparator:
|
|
8896
|
-
},
|
|
8897
|
-
newsContent:
|
|
8898
|
-
contentSeparator:
|
|
8899
|
-
hasLinesBlock:
|
|
8900
|
-
},
|
|
8892
|
+
}, Ff = "_content_yx3zm_1", Wf = "_contentSeparator_yx3zm_7", hr = {
|
|
8893
|
+
content: Ff,
|
|
8894
|
+
contentSeparator: Wf
|
|
8895
|
+
}, $f = "_newsContent_1uamf_1", Yf = "_contentSeparator_1uamf_8", Kf = "_hasLinesBlock_1uamf_40", sa = {
|
|
8896
|
+
newsContent: $f,
|
|
8897
|
+
contentSeparator: Yf,
|
|
8898
|
+
hasLinesBlock: Kf
|
|
8899
|
+
}, Jf = (e) => {
|
|
8901
8900
|
if (!e.content || e.content.length === 0) return;
|
|
8902
8901
|
const t = e.slot_id && e.slot_id !== "Nota_1";
|
|
8903
8902
|
return /* @__PURE__ */ a(me, { title: e.title, children: /* @__PURE__ */ a(
|
|
@@ -8923,7 +8922,7 @@ const s3 = (e) => {
|
|
|
8923
8922
|
{
|
|
8924
8923
|
className: e.hasLines ? sa.hasLinesBlock : "",
|
|
8925
8924
|
children: /* @__PURE__ */ st(
|
|
8926
|
-
|
|
8925
|
+
Vf,
|
|
8927
8926
|
{
|
|
8928
8927
|
...o,
|
|
8929
8928
|
key: r,
|
|
@@ -8936,7 +8935,7 @@ const s3 = (e) => {
|
|
|
8936
8935
|
})
|
|
8937
8936
|
}
|
|
8938
8937
|
) });
|
|
8939
|
-
},
|
|
8938
|
+
}, Zf = (e) => {
|
|
8940
8939
|
const { content: t, title: n, slot_id: r } = e, o = e.slot_id && e.slot_id !== "Nota_1";
|
|
8941
8940
|
return t && t.length !== 0 && /* @__PURE__ */ a(me, { title: n, titleUrl: e.titleUrl, children: /* @__PURE__ */ a(
|
|
8942
8941
|
Et,
|
|
@@ -8971,15 +8970,15 @@ const s3 = (e) => {
|
|
|
8971
8970
|
})
|
|
8972
8971
|
}
|
|
8973
8972
|
) });
|
|
8974
|
-
},
|
|
8975
|
-
content:
|
|
8976
|
-
imageStyled:
|
|
8977
|
-
contentIcon:
|
|
8978
|
-
boxInformation:
|
|
8979
|
-
comment:
|
|
8980
|
-
title:
|
|
8981
|
-
authorName:
|
|
8982
|
-
},
|
|
8973
|
+
}, Xf = "_content_1mj79_1", e2 = "_imageStyled_1mj79_14", t2 = "_contentIcon_1mj79_23", n2 = "_boxInformation_1mj79_44", a2 = "_comment_1mj79_51", r2 = "_title_1mj79_60", o2 = "_authorName_1mj79_81", nt = {
|
|
8974
|
+
content: Xf,
|
|
8975
|
+
imageStyled: e2,
|
|
8976
|
+
contentIcon: t2,
|
|
8977
|
+
boxInformation: n2,
|
|
8978
|
+
comment: a2,
|
|
8979
|
+
title: r2,
|
|
8980
|
+
authorName: o2
|
|
8981
|
+
}, s2 = async (e) => {
|
|
8983
8982
|
const { data: t } = e;
|
|
8984
8983
|
return /* @__PURE__ */ f("div", { className: nt.content, children: [
|
|
8985
8984
|
Array.isArray(t.authors) && t?.authors[0]?.image ? /* @__PURE__ */ a(
|
|
@@ -9012,7 +9011,7 @@ const s3 = (e) => {
|
|
|
9012
9011
|
/* @__PURE__ */ a("p", { className: nt.comment, children: t?.main?.subtitle?.striped })
|
|
9013
9012
|
] })
|
|
9014
9013
|
] });
|
|
9015
|
-
},
|
|
9014
|
+
}, i2 = (e) => {
|
|
9016
9015
|
const t = e.slot_id && e.slot_id !== "Nota_1";
|
|
9017
9016
|
return /* @__PURE__ */ a(me, { titleUrl: e.titleUrl, title: e.title, children: /* @__PURE__ */ a(
|
|
9018
9017
|
Et,
|
|
@@ -9033,7 +9032,7 @@ const s3 = (e) => {
|
|
|
9033
9032
|
}
|
|
9034
9033
|
};
|
|
9035
9034
|
return /* @__PURE__ */ a(
|
|
9036
|
-
|
|
9035
|
+
s2,
|
|
9037
9036
|
{
|
|
9038
9037
|
autorIcon: e.autorIcon,
|
|
9039
9038
|
data: o,
|
|
@@ -9044,11 +9043,11 @@ const s3 = (e) => {
|
|
|
9044
9043
|
})
|
|
9045
9044
|
}
|
|
9046
9045
|
) });
|
|
9047
|
-
},
|
|
9048
|
-
content:
|
|
9049
|
-
newsContentSection:
|
|
9050
|
-
itemContent:
|
|
9051
|
-
ItemCustomContent:
|
|
9046
|
+
}, c2 = "_content_1elhb_1", l2 = "_newsContentSection_1elhb_5", d2 = "_itemContent_1elhb_10", u2 = "_ItemCustomContent_1elhb_16", Ye = {
|
|
9047
|
+
content: c2,
|
|
9048
|
+
newsContentSection: l2,
|
|
9049
|
+
itemContent: d2,
|
|
9050
|
+
ItemCustomContent: u2
|
|
9052
9051
|
}, ia = (e) => {
|
|
9053
9052
|
const { item: t, option: n } = e;
|
|
9054
9053
|
switch (n) {
|
|
@@ -9090,7 +9089,7 @@ const s3 = (e) => {
|
|
|
9090
9089
|
default:
|
|
9091
9090
|
return /* @__PURE__ */ a("div", { className: Ye.ItemCustomContent, children: /* @__PURE__ */ a(Ze, { ...t, paths: e.paths }) });
|
|
9092
9091
|
}
|
|
9093
|
-
},
|
|
9092
|
+
}, u3 = (e) => {
|
|
9094
9093
|
const {
|
|
9095
9094
|
data: t,
|
|
9096
9095
|
currentPage: n,
|
|
@@ -9240,10 +9239,10 @@ const s3 = (e) => {
|
|
|
9240
9239
|
default:
|
|
9241
9240
|
return /* @__PURE__ */ a(K, {});
|
|
9242
9241
|
}
|
|
9243
|
-
},
|
|
9244
|
-
content:
|
|
9245
|
-
contactInfoContent:
|
|
9246
|
-
},
|
|
9242
|
+
}, h2 = "_content_gwsqy_1", m2 = "_contactInfoContent_gwsqy_7", mr = {
|
|
9243
|
+
content: h2,
|
|
9244
|
+
contactInfoContent: m2
|
|
9245
|
+
}, h3 = (e) => {
|
|
9247
9246
|
const { data: t } = e;
|
|
9248
9247
|
return /* @__PURE__ */ a("section", { className: mr.content, children: t.map((n, r) => /* @__PURE__ */ a(
|
|
9249
9248
|
"div",
|
|
@@ -9255,25 +9254,25 @@ const s3 = (e) => {
|
|
|
9255
9254
|
},
|
|
9256
9255
|
r
|
|
9257
9256
|
)) });
|
|
9258
|
-
},
|
|
9259
|
-
tagContent:
|
|
9260
|
-
contentLayout2:
|
|
9261
|
-
contentHeader:
|
|
9262
|
-
},
|
|
9263
|
-
content:
|
|
9264
|
-
},
|
|
9257
|
+
}, f2 = "_tagContent_ee6yw_1", g2 = "_contentLayout2_ee6yw_9", p2 = "_contentHeader_ee6yw_42", ca = {
|
|
9258
|
+
tagContent: f2,
|
|
9259
|
+
contentLayout2: g2,
|
|
9260
|
+
contentHeader: p2
|
|
9261
|
+
}, A2 = "_content_1rbrt_1", y2 = {
|
|
9262
|
+
content: A2
|
|
9263
|
+
}, w2 = ({ children: e, className: t = "" }) => /* @__PURE__ */ a(
|
|
9265
9264
|
"div",
|
|
9266
9265
|
{
|
|
9267
|
-
className: `content-layout-2 ${
|
|
9266
|
+
className: `content-layout-2 ${y2.content} ${t}`,
|
|
9268
9267
|
children: e
|
|
9269
9268
|
}
|
|
9270
|
-
),
|
|
9271
|
-
container:
|
|
9272
|
-
note:
|
|
9273
|
-
commercial:
|
|
9274
|
-
commercialContent:
|
|
9275
|
-
complement:
|
|
9276
|
-
},
|
|
9269
|
+
), v2 = "_container_1insg_1", b2 = "_note_1insg_10", C2 = "_commercial_1insg_50", _2 = "_commercialContent_1insg_67", N2 = "_complement_1insg_83", Lt = {
|
|
9270
|
+
container: v2,
|
|
9271
|
+
note: b2,
|
|
9272
|
+
commercial: C2,
|
|
9273
|
+
commercialContent: _2,
|
|
9274
|
+
complement: N2
|
|
9275
|
+
}, S2 = (e) => /* @__PURE__ */ f("section", { className: Lt.container, children: [
|
|
9277
9276
|
/* @__PURE__ */ a("div", { className: Lt.note, children: e.children }),
|
|
9278
9277
|
/* @__PURE__ */ a("div", { className: Lt.commercial, children: /* @__PURE__ */ f("div", { className: Lt.commercialContent, children: [
|
|
9279
9278
|
e.slug === "liveblogs" && /* @__PURE__ */ a(V1, { itemList: e.itemList }),
|
|
@@ -9295,7 +9294,7 @@ const s3 = (e) => {
|
|
|
9295
9294
|
/* @__PURE__ */ a("div", { style: { position: "sticky", top: "110px" }, children: e.banner })
|
|
9296
9295
|
] }) }),
|
|
9297
9296
|
/* @__PURE__ */ a("div", { className: Lt.complement, children: e.complement })
|
|
9298
|
-
] }),
|
|
9297
|
+
] }), E2 = (e) => {
|
|
9299
9298
|
const t = {
|
|
9300
9299
|
...e.news[0],
|
|
9301
9300
|
config: {
|
|
@@ -9381,19 +9380,19 @@ const s3 = (e) => {
|
|
|
9381
9380
|
}
|
|
9382
9381
|
);
|
|
9383
9382
|
}
|
|
9384
|
-
},
|
|
9385
|
-
content:
|
|
9386
|
-
contentWithinCard:
|
|
9387
|
-
contentDate:
|
|
9388
|
-
dateInfo:
|
|
9389
|
-
dot:
|
|
9390
|
-
contentTitle:
|
|
9391
|
-
contentTextList:
|
|
9392
|
-
contentButton:
|
|
9393
|
-
linkStyled:
|
|
9394
|
-
},
|
|
9395
|
-
content:
|
|
9396
|
-
},
|
|
9383
|
+
}, x2 = "_content_jrssz_1", T2 = "_contentWithinCard_jrssz_7", I2 = "_contentDate_jrssz_13", k2 = "_dateInfo_jrssz_20", U2 = "_dot_jrssz_30", R2 = "_contentTitle_jrssz_38", q2 = "_contentTextList_jrssz_47", L2 = "_contentButton_jrssz_101", B2 = "_linkStyled_jrssz_107", We = {
|
|
9384
|
+
content: x2,
|
|
9385
|
+
contentWithinCard: T2,
|
|
9386
|
+
contentDate: I2,
|
|
9387
|
+
dateInfo: k2,
|
|
9388
|
+
dot: U2,
|
|
9389
|
+
contentTitle: R2,
|
|
9390
|
+
contentTextList: q2,
|
|
9391
|
+
contentButton: L2,
|
|
9392
|
+
linkStyled: B2
|
|
9393
|
+
}, O2 = "_content_ifkxj_1", P2 = {
|
|
9394
|
+
content: O2
|
|
9395
|
+
}, D2 = (e) => /* @__PURE__ */ a("section", { className: P2.content, id: e.id, children: e.children }), M2 = (e) => e.replace(/<p>(\s| )+<\/p>/g, ""), j2 = (e) => {
|
|
9397
9396
|
const t = /src="\/(.*?)"/g;
|
|
9398
9397
|
return e.replace(t, `src="${pn()}/$1"`);
|
|
9399
9398
|
}, fr = {
|
|
@@ -9403,13 +9402,13 @@ const s3 = (e) => {
|
|
|
9403
9402
|
10: 4,
|
|
9404
9403
|
13: 5
|
|
9405
9404
|
};
|
|
9406
|
-
function
|
|
9405
|
+
function Q2(e) {
|
|
9407
9406
|
return e.replace(
|
|
9408
9407
|
/<script[^>]*src=["']https:\/\/platform\.twitter\.com\/widgets\.js["'][^>]*><\/script>/gi,
|
|
9409
9408
|
""
|
|
9410
9409
|
);
|
|
9411
9410
|
}
|
|
9412
|
-
const
|
|
9411
|
+
const G2 = async ({
|
|
9413
9412
|
itemList: e,
|
|
9414
9413
|
slug: t,
|
|
9415
9414
|
banners: n,
|
|
@@ -9417,9 +9416,9 @@ const Q2 = async ({
|
|
|
9417
9416
|
}) => {
|
|
9418
9417
|
if (!e || e.length === 0 || !e[0]) return;
|
|
9419
9418
|
const o = e[0].list?.items?.map((s) => {
|
|
9420
|
-
const i =
|
|
9421
|
-
let c =
|
|
9422
|
-
return c =
|
|
9419
|
+
const i = M2(s.body.rendered);
|
|
9420
|
+
let c = j2(i);
|
|
9421
|
+
return c = Q2(c), {
|
|
9423
9422
|
...s,
|
|
9424
9423
|
body: {
|
|
9425
9424
|
...s.body,
|
|
@@ -9428,7 +9427,7 @@ const Q2 = async ({
|
|
|
9428
9427
|
};
|
|
9429
9428
|
});
|
|
9430
9429
|
return /* @__PURE__ */ a("section", { className: We.content, id: "block-notes-list", children: o?.map((s, i) => /* @__PURE__ */ f(gn, { children: [
|
|
9431
|
-
/* @__PURE__ */ a(
|
|
9430
|
+
/* @__PURE__ */ a(D2, { id: `item-${i + 1}`, children: /* @__PURE__ */ f("div", { className: We.contentWithinCard, children: [
|
|
9432
9431
|
s.date > 0 && /* @__PURE__ */ f("div", { className: We.contentDate, children: [
|
|
9433
9432
|
/* @__PURE__ */ a(
|
|
9434
9433
|
"span",
|
|
@@ -9480,7 +9479,7 @@ const Q2 = async ({
|
|
|
9480
9479
|
i
|
|
9481
9480
|
)
|
|
9482
9481
|
] }, i)) });
|
|
9483
|
-
},
|
|
9482
|
+
}, H2 = {
|
|
9484
9483
|
FaceBook: "facebook",
|
|
9485
9484
|
Instagram: "instagram",
|
|
9486
9485
|
WhatsApp: "whatsapp",
|
|
@@ -9491,7 +9490,7 @@ const Q2 = async ({
|
|
|
9491
9490
|
Podcast: "podcast",
|
|
9492
9491
|
Telegram: "telegram"
|
|
9493
9492
|
};
|
|
9494
|
-
function
|
|
9493
|
+
function z2({ url: e }) {
|
|
9495
9494
|
return e && e !== "" && /* @__PURE__ */ f(B, { href: e, className: de.googleProfileButton, children: [
|
|
9496
9495
|
/* @__PURE__ */ a(
|
|
9497
9496
|
"svg",
|
|
@@ -9510,17 +9509,17 @@ function H2({ url: e }) {
|
|
|
9510
9509
|
}
|
|
9511
9510
|
),
|
|
9512
9511
|
"Síguenos en",
|
|
9513
|
-
/* @__PURE__ */ a(
|
|
9512
|
+
/* @__PURE__ */ a(V2, {})
|
|
9514
9513
|
] });
|
|
9515
9514
|
}
|
|
9516
|
-
const
|
|
9515
|
+
const V2 = () => /* @__PURE__ */ f("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 272 92", width: "272", height: "92", children: [
|
|
9517
9516
|
/* @__PURE__ */ a("path", { fill: "#EA4335", d: "M115.75 47.18c0 12.77-9.99 22.18-22.25 22.18s-22.25-9.41-22.25-22.18C71.25 34.32 81.24 25 93.5 25s22.25 9.32 22.25 22.18zm-9.74 0c0-7.98-5.79-13.44-12.51-13.44S80.99 39.2 80.99 47.18c0 7.9 5.79 13.44 12.51 13.44s12.51-5.55 12.51-13.44z" }),
|
|
9518
9517
|
/* @__PURE__ */ a("path", { fill: "#FBBC05", d: "M163.75 47.18c0 12.77-9.99 22.18-22.25 22.18s-22.25-9.41-22.25-22.18c0-12.85 9.99-22.18 22.25-22.18s22.25 9.32 22.25 22.18zm-9.74 0c0-7.98-5.79-13.44-12.51-13.44s-12.51 5.46-12.51 13.44c0 7.9 5.79 13.44 12.51 13.44s12.51-5.55 12.51-13.44z" }),
|
|
9519
9518
|
/* @__PURE__ */ a("path", { fill: "#4285F4", d: "M209.75 26.34v39.82c0 16.38-9.66 23.07-21.08 23.07-10.75 0-17.22-7.19-19.66-13.07l8.48-3.53c1.51 3.61 5.21 7.87 11.17 7.87 7.31 0 11.84-4.51 11.84-13v-3.19h-.34c-2.18 2.69-6.38 5.04-11.68 5.04-11.09 0-21.25-9.66-21.25-22.09 0-12.52 10.16-22.26 21.25-22.26 5.29 0 9.49 2.35 11.68 4.96h.34v-3.61h9.25zm-8.56 20.92c0-7.81-5.21-13.52-11.84-13.52-6.72 0-12.35 5.71-12.35 13.52 0 7.73 5.63 13.36 12.35 13.36 6.63 0 11.84-5.63 11.84-13.36z" }),
|
|
9520
9519
|
/* @__PURE__ */ a("path", { fill: "#34A853", d: "M225 3v65h-9.5V3h9.5z" }),
|
|
9521
9520
|
/* @__PURE__ */ a("path", { fill: "#EA4335", d: "M262.02 54.48l7.56 5.04c-2.44 3.61-8.32 9.83-18.48 9.83-12.6 0-22.01-9.74-22.01-22.18 0-13.19 9.49-22.18 20.92-22.18 11.51 0 17.14 9.16 18.98 14.11l1.01 2.52-29.65 12.28c2.27 4.45 5.8 6.72 10.75 6.72 4.96 0 8.4-2.44 10.92-6.14zm-23.27-7.98l19.82-8.23c-1.09-2.77-4.37-4.7-8.23-4.7-4.95 0-11.84 4.37-11.59 12.93z" }),
|
|
9522
9521
|
/* @__PURE__ */ a("path", { fill: "#4285F4", d: "M35.29 41.41V32H67c.31 1.64.47 3.58.47 5.68 0 7.06-1.93 15.79-8.15 22.01-6.05 6.3-13.78 9.66-24.02 9.66C16.32 69.35.36 53.89.36 34.91.36 15.93 16.32.47 35.3.47c10.5 0 17.98 4.12 23.6 9.49l-6.64 6.64c-4.03-3.78-9.49-6.72-16.97-6.72-13.86 0-24.7 11.17-24.7 25.03 0 13.86 10.84 25.03 24.7 25.03 8.99 0 14.11-3.61 17.39-6.89 2.66-2.66 4.41-6.46 5.1-11.65l-22.49.01z" })
|
|
9523
|
-
] }),
|
|
9522
|
+
] }), F2 = async (e) => {
|
|
9524
9523
|
if (!e.news || !e.news.authors) return null;
|
|
9525
9524
|
const { news: t, socials: n, texts: r } = e, o = t.authors.map(
|
|
9526
9525
|
(c) => c.internaluser ? `<a href="${`/${e.paths.autor}/${c.name}`}">${c.fullname}</a>` : c.fullname
|
|
@@ -9530,7 +9529,7 @@ const z2 = () => /* @__PURE__ */ f("svg", { xmlns: "http://www.w3.org/2000/svg",
|
|
|
9530
9529
|
"a",
|
|
9531
9530
|
{
|
|
9532
9531
|
className: de.whatsappLink,
|
|
9533
|
-
href: n[
|
|
9532
|
+
href: n[H2.WhatsApp].url,
|
|
9534
9533
|
rel: "noreferrer",
|
|
9535
9534
|
target: "_blank",
|
|
9536
9535
|
children: [
|
|
@@ -9568,7 +9567,7 @@ const z2 = () => /* @__PURE__ */ f("svg", { xmlns: "http://www.w3.org/2000/svg",
|
|
|
9568
9567
|
children: /* @__PURE__ */ a(Md, { noteShare: e.noteShare })
|
|
9569
9568
|
}
|
|
9570
9569
|
),
|
|
9571
|
-
/* @__PURE__ */ a(
|
|
9570
|
+
/* @__PURE__ */ a(z2, { url: e.noteShare?.googleProfile ?? "" }),
|
|
9572
9571
|
/* @__PURE__ */ f("section", { className: de.journalistSection, children: [
|
|
9573
9572
|
/* @__PURE__ */ a(
|
|
9574
9573
|
"div",
|
|
@@ -9610,17 +9609,17 @@ const z2 = () => /* @__PURE__ */ f("svg", { xmlns: "http://www.w3.org/2000/svg",
|
|
|
9610
9609
|
)
|
|
9611
9610
|
] })
|
|
9612
9611
|
] }) });
|
|
9613
|
-
},
|
|
9614
|
-
content:
|
|
9615
|
-
journalistArticleContent:
|
|
9616
|
-
contentNews:
|
|
9617
|
-
noteSource:
|
|
9618
|
-
},
|
|
9619
|
-
summaryContent:
|
|
9620
|
-
},
|
|
9612
|
+
}, W2 = "_content_zgckk_1", $2 = "_journalistArticleContent_zgckk_15", Y2 = "_contentNews_zgckk_35", K2 = "_noteSource_zgckk_392", en = {
|
|
9613
|
+
content: W2,
|
|
9614
|
+
journalistArticleContent: $2,
|
|
9615
|
+
contentNews: Y2,
|
|
9616
|
+
noteSource: K2
|
|
9617
|
+
}, J2 = "_summaryContent_wsypg_1", Z2 = {
|
|
9618
|
+
summaryContent: J2
|
|
9619
|
+
}, X2 = async ({ summary: e }) => e && e.rendered && /* @__PURE__ */ a(
|
|
9621
9620
|
"section",
|
|
9622
9621
|
{
|
|
9623
|
-
className:
|
|
9622
|
+
className: Z2.summaryContent,
|
|
9624
9623
|
dangerouslySetInnerHTML: {
|
|
9625
9624
|
__html: e.rendered
|
|
9626
9625
|
}
|
|
@@ -9649,7 +9648,7 @@ const z2 = () => /* @__PURE__ */ f("svg", { xmlns: "http://www.w3.org/2000/svg",
|
|
|
9649
9648
|
/* @__PURE__ */ a("div", { className: vn.description, children: s && s[0]?.description })
|
|
9650
9649
|
] });
|
|
9651
9650
|
};
|
|
9652
|
-
function
|
|
9651
|
+
function e0(e) {
|
|
9653
9652
|
const t = e.children, n = `${e.slot_id}-`, r = e.visibleItems, o = e.cardGap ?? 20;
|
|
9654
9653
|
function s(c) {
|
|
9655
9654
|
const d = [], l = [];
|
|
@@ -9719,7 +9718,7 @@ function X2(e) {
|
|
|
9719
9718
|
</div>
|
|
9720
9719
|
`;
|
|
9721
9720
|
}
|
|
9722
|
-
const
|
|
9721
|
+
const t0 = (e) => /* @__PURE__ */ a(
|
|
9723
9722
|
"svg",
|
|
9724
9723
|
{
|
|
9725
9724
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -9735,10 +9734,10 @@ const e0 = (e) => /* @__PURE__ */ a(
|
|
|
9735
9734
|
}
|
|
9736
9735
|
)
|
|
9737
9736
|
}
|
|
9738
|
-
),
|
|
9737
|
+
), n0 = (e) => e.replace(
|
|
9739
9738
|
/<iframe(?![^>]*\bloading=)[^>]*>/gi,
|
|
9740
9739
|
(n) => n.replace("<iframe", '<iframe loading="lazy"')
|
|
9741
|
-
),
|
|
9740
|
+
), a0 = (e) => e.replace(
|
|
9742
9741
|
/<iframe(?![^>]*\btitle=)[^>]*>/gi,
|
|
9743
9742
|
(n) => n.replace("<iframe", '<iframe title="frame custom content"')
|
|
9744
9743
|
), Io = async (e) => {
|
|
@@ -9827,7 +9826,7 @@ const e0 = (e) => /* @__PURE__ */ a(
|
|
|
9827
9826
|
r = r.replace(u, b);
|
|
9828
9827
|
}
|
|
9829
9828
|
return r;
|
|
9830
|
-
},
|
|
9829
|
+
}, r0 = (e, t) => {
|
|
9831
9830
|
const n = {
|
|
9832
9831
|
2: 1,
|
|
9833
9832
|
4: 2,
|
|
@@ -9857,7 +9856,7 @@ const e0 = (e) => /* @__PURE__ */ a(
|
|
|
9857
9856
|
return c;
|
|
9858
9857
|
}
|
|
9859
9858
|
), o;
|
|
9860
|
-
},
|
|
9859
|
+
}, o0 = (e) => {
|
|
9861
9860
|
const t = /<div class="ck-image-gallery"[^>]*?>([\s\S]*?)<\/div>/g, n = [...e.matchAll(t)];
|
|
9862
9861
|
let r = "", o = 0;
|
|
9863
9862
|
for (const s of n) {
|
|
@@ -9867,7 +9866,7 @@ const e0 = (e) => /* @__PURE__ */ a(
|
|
|
9867
9866
|
(g) => g[1]
|
|
9868
9867
|
).map(
|
|
9869
9868
|
(g) => `<img fetchPriority='low' loading='lazy' alt='imagen' src="${g}" class="carrusel-note-item" width="800" height="469"/>`
|
|
9870
|
-
), m = "gallery_embeded" + d.toString(), p =
|
|
9869
|
+
), m = "gallery_embeded" + d.toString(), p = e0({
|
|
9871
9870
|
slot_id: m,
|
|
9872
9871
|
children: h,
|
|
9873
9872
|
visibleItems: 1,
|
|
@@ -9876,7 +9875,7 @@ const e0 = (e) => /* @__PURE__ */ a(
|
|
|
9876
9875
|
r += p, o = l;
|
|
9877
9876
|
}
|
|
9878
9877
|
return r += e.slice(o), r;
|
|
9879
|
-
},
|
|
9878
|
+
}, s0 = async (e, t, n) => {
|
|
9880
9879
|
if (!n) return e;
|
|
9881
9880
|
const r = /<span data-src="(.*?)"><\/span>/g, o = [...e.matchAll(r)];
|
|
9882
9881
|
let s = e;
|
|
@@ -9906,7 +9905,7 @@ const e0 = (e) => /* @__PURE__ */ a(
|
|
|
9906
9905
|
}
|
|
9907
9906
|
return s;
|
|
9908
9907
|
};
|
|
9909
|
-
async function
|
|
9908
|
+
async function i0(e, t) {
|
|
9910
9909
|
let n = "", r = 0;
|
|
9911
9910
|
const o = /<div\b[^>]*\bclass=(["'])(?:(?!\1).)*\bck-video-player\b(?:(?!\1).)*\1[^>]*>/gi;
|
|
9912
9911
|
let s;
|
|
@@ -9992,7 +9991,7 @@ async function s0(e, t) {
|
|
|
9992
9991
|
}
|
|
9993
9992
|
return n += e.slice(r), n;
|
|
9994
9993
|
}
|
|
9995
|
-
async function
|
|
9994
|
+
async function c0(e) {
|
|
9996
9995
|
const {
|
|
9997
9996
|
news: t,
|
|
9998
9997
|
banners: n,
|
|
@@ -10003,11 +10002,11 @@ async function i0(e) {
|
|
|
10003
10002
|
getVideos: c
|
|
10004
10003
|
} = e;
|
|
10005
10004
|
let d = t?.body?.rendered ?? "";
|
|
10006
|
-
d = d.replace(/ /g, ""), d =
|
|
10005
|
+
d = d.replace(/ /g, ""), d = r0(d, n), d = o0(d), d = await Io(d), d = await s0(
|
|
10007
10006
|
d,
|
|
10008
10007
|
e.texts,
|
|
10009
10008
|
r
|
|
10010
|
-
), d = await
|
|
10009
|
+
), d = await i0(d, c), d = n0(d), d = a0(d);
|
|
10011
10010
|
const l = t.main.sources ?? [];
|
|
10012
10011
|
return /* @__PURE__ */ f("div", { className: en.content, children: [
|
|
10013
10012
|
o !== "liveblogs" && e.showHeaderImage ? t.hascontent?.hasgalleryimages ? /* @__PURE__ */ a(
|
|
@@ -10019,7 +10018,7 @@ async function i0(e) {
|
|
|
10019
10018
|
) : /* @__PURE__ */ a(Co, { preview: t.preview }) : null,
|
|
10020
10019
|
/* @__PURE__ */ a(ge, { banners: n, name: "block_1" }),
|
|
10021
10020
|
/* @__PURE__ */ a("div", { className: en.journalistArticleContent, children: /* @__PURE__ */ a(
|
|
10022
|
-
|
|
10021
|
+
F2,
|
|
10023
10022
|
{
|
|
10024
10023
|
autorIcon: e.autorIcon,
|
|
10025
10024
|
socials: i,
|
|
@@ -10029,7 +10028,7 @@ async function i0(e) {
|
|
|
10029
10028
|
paths: e.paths
|
|
10030
10029
|
}
|
|
10031
10030
|
) }),
|
|
10032
|
-
/* @__PURE__ */ a(
|
|
10031
|
+
/* @__PURE__ */ a(X2, { summary: t.main.summary }),
|
|
10033
10032
|
/* @__PURE__ */ a(
|
|
10034
10033
|
"div",
|
|
10035
10034
|
{
|
|
@@ -10040,7 +10039,7 @@ async function i0(e) {
|
|
|
10040
10039
|
}
|
|
10041
10040
|
),
|
|
10042
10041
|
/* @__PURE__ */ a(
|
|
10043
|
-
|
|
10042
|
+
G2,
|
|
10044
10043
|
{
|
|
10045
10044
|
texts: e.texts,
|
|
10046
10045
|
itemList: s,
|
|
@@ -10049,15 +10048,15 @@ async function i0(e) {
|
|
|
10049
10048
|
}
|
|
10050
10049
|
),
|
|
10051
10050
|
l.length > 0 && /* @__PURE__ */ f("div", { className: en.noteSource, children: [
|
|
10052
|
-
/* @__PURE__ */ a(
|
|
10051
|
+
/* @__PURE__ */ a(t0, {}),
|
|
10053
10052
|
/* @__PURE__ */ a("p", { children: e.texts.noteSource + (l.length === 1 ? "" : "s") + ": " + l.map((u) => u.name).join(", ") })
|
|
10054
10053
|
] })
|
|
10055
10054
|
] });
|
|
10056
10055
|
}
|
|
10057
|
-
const
|
|
10058
|
-
content:
|
|
10059
|
-
title:
|
|
10060
|
-
},
|
|
10056
|
+
const l0 = "_content_cu8lm_1", d0 = "_title_cu8lm_18", gr = {
|
|
10057
|
+
content: l0,
|
|
10058
|
+
title: d0
|
|
10059
|
+
}, u0 = async ({
|
|
10061
10060
|
newsformated: e,
|
|
10062
10061
|
internal: t,
|
|
10063
10062
|
commonServices: n
|
|
@@ -10086,10 +10085,10 @@ const c0 = "_content_cu8lm_1", l0 = "_title_cu8lm_18", gr = {
|
|
|
10086
10085
|
} catch {
|
|
10087
10086
|
return null;
|
|
10088
10087
|
}
|
|
10089
|
-
},
|
|
10090
|
-
content:
|
|
10091
|
-
title:
|
|
10092
|
-
},
|
|
10088
|
+
}, h0 = "_content_cu8lm_1", m0 = "_title_cu8lm_18", zn = {
|
|
10089
|
+
content: h0,
|
|
10090
|
+
title: m0
|
|
10091
|
+
}, f0 = async ({
|
|
10093
10092
|
newsformated: e,
|
|
10094
10093
|
internal: t,
|
|
10095
10094
|
commonServices: n
|
|
@@ -10119,9 +10118,9 @@ const c0 = "_content_cu8lm_1", l0 = "_title_cu8lm_18", gr = {
|
|
|
10119
10118
|
} catch {
|
|
10120
10119
|
return null;
|
|
10121
10120
|
}
|
|
10122
|
-
},
|
|
10123
|
-
content:
|
|
10124
|
-
},
|
|
10121
|
+
}, g0 = "_content_ezbiw_1", p0 = {
|
|
10122
|
+
content: g0
|
|
10123
|
+
}, A0 = async ({
|
|
10125
10124
|
newsformated: e,
|
|
10126
10125
|
internal: t,
|
|
10127
10126
|
commonServices: n
|
|
@@ -10137,29 +10136,29 @@ const c0 = "_content_cu8lm_1", l0 = "_title_cu8lm_18", gr = {
|
|
|
10137
10136
|
return typeof c != "string" || c.trim() === "" ? null : /* @__PURE__ */ a(
|
|
10138
10137
|
"div",
|
|
10139
10138
|
{
|
|
10140
|
-
className:
|
|
10139
|
+
className: p0.content,
|
|
10141
10140
|
dangerouslySetInnerHTML: { __html: c }
|
|
10142
10141
|
}
|
|
10143
10142
|
);
|
|
10144
10143
|
} catch {
|
|
10145
10144
|
return null;
|
|
10146
10145
|
}
|
|
10147
|
-
},
|
|
10148
|
-
content:
|
|
10146
|
+
}, y0 = "_content_156j7_1", pr = {
|
|
10147
|
+
content: y0
|
|
10149
10148
|
}, ot = {
|
|
10150
10149
|
imagen: "imagen",
|
|
10151
10150
|
videoEmbedded: "videoEmbedded",
|
|
10152
10151
|
videoYouTube: "videoYouTube",
|
|
10153
10152
|
iframe: "iframe"
|
|
10154
|
-
},
|
|
10155
|
-
[ot.videoEmbedded]:
|
|
10156
|
-
[ot.videoYouTube]:
|
|
10157
|
-
[ot.iframe]:
|
|
10158
|
-
},
|
|
10153
|
+
}, w0 = {
|
|
10154
|
+
[ot.videoEmbedded]: u0,
|
|
10155
|
+
[ot.videoYouTube]: f0,
|
|
10156
|
+
[ot.iframe]: A0
|
|
10157
|
+
}, v0 = ({ news: e, commonServices: t }) => {
|
|
10159
10158
|
const { config: n, hascontent: r, info: o } = e, s = n.articlepreview, i = o.link.internal, c = r?.hasgalleryimages;
|
|
10160
10159
|
if (s === ot.imagen && c)
|
|
10161
10160
|
return /* @__PURE__ */ a("div", { className: pr.content, children: /* @__PURE__ */ a(To, { newsformated: e, internal: i }) });
|
|
10162
|
-
const d = s ?
|
|
10161
|
+
const d = s ? w0[s] : null;
|
|
10163
10162
|
return console.log("PreviewComponent", d), d ? /* @__PURE__ */ a("div", { className: pr.content, children: /* @__PURE__ */ a(
|
|
10164
10163
|
d,
|
|
10165
10164
|
{
|
|
@@ -10168,7 +10167,7 @@ const c0 = "_content_cu8lm_1", l0 = "_title_cu8lm_18", gr = {
|
|
|
10168
10167
|
commonServices: t
|
|
10169
10168
|
}
|
|
10170
10169
|
) }) : null;
|
|
10171
|
-
},
|
|
10170
|
+
}, b0 = (e) => {
|
|
10172
10171
|
const { content: t, title: n, slot_id: r } = e, o = e.slot_id && e.slot_id !== "Nota_1";
|
|
10173
10172
|
return t && t.length !== 0 && /* @__PURE__ */ a(me, { title: n, titleUrl: e.titleUrl, children: /* @__PURE__ */ a(Et, { slot_id: r, cardWidth: 200, children: t.map((s, i) => {
|
|
10174
10173
|
const c = { ...s, main: {
|
|
@@ -10185,7 +10184,7 @@ const c0 = "_content_cu8lm_1", l0 = "_title_cu8lm_18", gr = {
|
|
|
10185
10184
|
i
|
|
10186
10185
|
);
|
|
10187
10186
|
}) }) });
|
|
10188
|
-
},
|
|
10187
|
+
}, C0 = (e) => {
|
|
10189
10188
|
const { content: t, title: n, slot_id: r } = e, o = e.slot_id && e.slot_id !== "Nota_1";
|
|
10190
10189
|
return t && t.length !== 0 && /* @__PURE__ */ a(me, { title: n, titleUrl: e.titleUrl, children: /* @__PURE__ */ a(
|
|
10191
10190
|
Et,
|
|
@@ -10211,7 +10210,7 @@ const c0 = "_content_cu8lm_1", l0 = "_title_cu8lm_18", gr = {
|
|
|
10211
10210
|
})
|
|
10212
10211
|
}
|
|
10213
10212
|
) });
|
|
10214
|
-
},
|
|
10213
|
+
}, _0 = (e) => {
|
|
10215
10214
|
const { content: t, title: n, slot_id: r } = e, o = e.slot_id && e.slot_id !== "Nota_1";
|
|
10216
10215
|
return t && t.length !== 0 && /* @__PURE__ */ a(me, { title: n, titleUrl: e.titleUrl, children: /* @__PURE__ */ a(
|
|
10217
10216
|
Et,
|
|
@@ -10243,15 +10242,15 @@ const c0 = "_content_cu8lm_1", l0 = "_title_cu8lm_18", gr = {
|
|
|
10243
10242
|
for (const n in e)
|
|
10244
10243
|
n.startsWith("--") && (t[n] = e[n]);
|
|
10245
10244
|
return t;
|
|
10246
|
-
},
|
|
10247
|
-
headerSection:
|
|
10248
|
-
title:
|
|
10249
|
-
subtitle:
|
|
10250
|
-
newsContent:
|
|
10251
|
-
containerCards:
|
|
10252
|
-
image:
|
|
10253
|
-
blockHeadContainer:
|
|
10254
|
-
},
|
|
10245
|
+
}, N0 = "_headerSection_1c69w_1", S0 = "_title_1c69w_11", E0 = "_subtitle_1c69w_23", x0 = "_newsContent_1c69w_36", T0 = "_containerCards_1c69w_44", I0 = "_image_1c69w_50", k0 = "_blockHeadContainer_1c69w_56", ct = {
|
|
10246
|
+
headerSection: N0,
|
|
10247
|
+
title: S0,
|
|
10248
|
+
subtitle: E0,
|
|
10249
|
+
newsContent: x0,
|
|
10250
|
+
containerCards: T0,
|
|
10251
|
+
image: I0,
|
|
10252
|
+
blockHeadContainer: k0
|
|
10253
|
+
}, U0 = (e) => {
|
|
10255
10254
|
const { content: t, title: n, isVideo: r } = e;
|
|
10256
10255
|
if (!t || t.length === 0) return;
|
|
10257
10256
|
const o = t[0], s = t.slice(1), i = e.slot_id && e.slot_id !== "Nota_1";
|
|
@@ -10300,17 +10299,17 @@ const c0 = "_content_cu8lm_1", l0 = "_title_cu8lm_18", gr = {
|
|
|
10300
10299
|
banner: (e) => /* @__PURE__ */ a(ge, { ...e, name: e.slot_id.replace("Home", "block") }),
|
|
10301
10300
|
readest: (e) => /* @__PURE__ */ a(ba, { ...e }),
|
|
10302
10301
|
"Modulo 1x3": (e) => /* @__PURE__ */ a(xo, { ...e }),
|
|
10303
|
-
"Modulo 1x4": (e) => /* @__PURE__ */ a(
|
|
10304
|
-
"Modulo 1x5": (e) => /* @__PURE__ */ a(
|
|
10305
|
-
"Destacado noticias": (e) => /* @__PURE__ */ a(
|
|
10306
|
-
"Destacado full width": (e) => /* @__PURE__ */ a(
|
|
10307
|
-
"Destacado videos": (e) => /* @__PURE__ */ a(
|
|
10308
|
-
"Carrusel card": (e) => /* @__PURE__ */ a(
|
|
10309
|
-
"Carrusel story": (e) => /* @__PURE__ */ a(
|
|
10310
|
-
"Carrusel owl": (e) => /* @__PURE__ */ a(
|
|
10311
|
-
"Modulo fotogaleria": (e) => /* @__PURE__ */ a(
|
|
10312
|
-
"Carrusel opinion": (e) => /* @__PURE__ */ a(
|
|
10313
|
-
"Modulo 1x3 card": (e) => /* @__PURE__ */ a(
|
|
10302
|
+
"Modulo 1x4": (e) => /* @__PURE__ */ a(Uf, { ...e }),
|
|
10303
|
+
"Modulo 1x5": (e) => /* @__PURE__ */ a(Bf, { ...e }),
|
|
10304
|
+
"Destacado noticias": (e) => /* @__PURE__ */ a(ef, { ...e }),
|
|
10305
|
+
"Destacado full width": (e) => /* @__PURE__ */ a(U0, { ...e }),
|
|
10306
|
+
"Destacado videos": (e) => /* @__PURE__ */ a(Mf, { ...e }),
|
|
10307
|
+
"Carrusel card": (e) => /* @__PURE__ */ a(Zf, { ...e }),
|
|
10308
|
+
"Carrusel story": (e) => /* @__PURE__ */ a(b0, { ...e }),
|
|
10309
|
+
"Carrusel owl": (e) => /* @__PURE__ */ a(C0, { ...e }),
|
|
10310
|
+
"Modulo fotogaleria": (e) => /* @__PURE__ */ a(_0, { ...e }),
|
|
10311
|
+
"Carrusel opinion": (e) => /* @__PURE__ */ a(i2, { ...e }),
|
|
10312
|
+
"Modulo 1x3 card": (e) => /* @__PURE__ */ a(Jf, { ...e })
|
|
10314
10313
|
};
|
|
10315
10314
|
function ko({
|
|
10316
10315
|
component: e,
|
|
@@ -10321,7 +10320,7 @@ function ko({
|
|
|
10321
10320
|
if (r)
|
|
10322
10321
|
return Ar[e] && /* @__PURE__ */ a("div", { className: "home-slot", style: Ea(n), children: Ar[e]({ ...n, banners: r, slot_id: t }) });
|
|
10323
10322
|
}
|
|
10324
|
-
function
|
|
10323
|
+
function m3({
|
|
10325
10324
|
children: e,
|
|
10326
10325
|
stylesConfigEntry: t
|
|
10327
10326
|
}) {
|
|
@@ -10367,7 +10366,7 @@ const yr = {
|
|
|
10367
10366
|
},
|
|
10368
10367
|
Super: (e) => /* @__PURE__ */ a(Ct, { ...e.data[0], paths: e.paths }),
|
|
10369
10368
|
"3 notas verticales": (e) => /* @__PURE__ */ a(
|
|
10370
|
-
|
|
10369
|
+
Vm,
|
|
10371
10370
|
{
|
|
10372
10371
|
content: e.data,
|
|
10373
10372
|
customLargeSection: e.customLargeSection,
|
|
@@ -10376,7 +10375,7 @@ const yr = {
|
|
|
10376
10375
|
}
|
|
10377
10376
|
),
|
|
10378
10377
|
"3 notas horizontales": (e) => /* @__PURE__ */ a(
|
|
10379
|
-
|
|
10378
|
+
Gm,
|
|
10380
10379
|
{
|
|
10381
10380
|
content: e.data,
|
|
10382
10381
|
customLargeSection: e.customLargeSection,
|
|
@@ -10393,7 +10392,7 @@ const yr = {
|
|
|
10393
10392
|
...t,
|
|
10394
10393
|
rightOnlyBanner: r,
|
|
10395
10394
|
banners: n
|
|
10396
|
-
}) }),
|
|
10395
|
+
}) }), f3 = ({
|
|
10397
10396
|
slots: e,
|
|
10398
10397
|
DYNAMIC_SLOT_SUBINDEXES: t,
|
|
10399
10398
|
stylesConfig: n,
|
|
@@ -10444,7 +10443,7 @@ const yr = {
|
|
|
10444
10443
|
);
|
|
10445
10444
|
}
|
|
10446
10445
|
return c;
|
|
10447
|
-
},
|
|
10446
|
+
}, g3 = ({
|
|
10448
10447
|
mainBlock: e,
|
|
10449
10448
|
StylesConfigMain: t,
|
|
10450
10449
|
config: n,
|
|
@@ -10487,14 +10486,14 @@ const yr = {
|
|
|
10487
10486
|
),
|
|
10488
10487
|
/* @__PURE__ */ a(ht, { children: /* @__PURE__ */ a(rt, { banners: r, index: 1 }) })
|
|
10489
10488
|
] });
|
|
10490
|
-
},
|
|
10489
|
+
}, R0 = (e) => {
|
|
10491
10490
|
const { config: t, hascontent: n } = e, r = t.articlepreview, o = [
|
|
10492
10491
|
ot.videoEmbedded,
|
|
10493
10492
|
ot.videoYouTube,
|
|
10494
10493
|
ot.iframe
|
|
10495
10494
|
];
|
|
10496
10495
|
return !!(r === ot.imagen && n?.hasgalleryimages || o.includes(r));
|
|
10497
|
-
},
|
|
10496
|
+
}, p3 = async (e) => {
|
|
10498
10497
|
const {
|
|
10499
10498
|
custom_complement: t,
|
|
10500
10499
|
ranking: n = [],
|
|
@@ -10507,9 +10506,9 @@ const yr = {
|
|
|
10507
10506
|
getVideos: l
|
|
10508
10507
|
} = e, u = e.slug === "liveblogs", { SHOW_NEWS_MORE_NEWS: h, SHOW_NEWS_RELATED_NEWS: m } = $();
|
|
10509
10508
|
if (!(!s || !s[0]))
|
|
10510
|
-
return /* @__PURE__ */ a(K, { children: /* @__PURE__ */ f(
|
|
10509
|
+
return /* @__PURE__ */ a(K, { children: /* @__PURE__ */ f(w2, { className: ca.contentLayout2, children: [
|
|
10511
10510
|
/* @__PURE__ */ a(
|
|
10512
|
-
|
|
10511
|
+
E2,
|
|
10513
10512
|
{
|
|
10514
10513
|
option: e.slug,
|
|
10515
10514
|
news: s,
|
|
@@ -10518,14 +10517,14 @@ const yr = {
|
|
|
10518
10517
|
),
|
|
10519
10518
|
/* @__PURE__ */ a(rt, { banners: r, index: 1 }),
|
|
10520
10519
|
!u && e.commonServices && /* @__PURE__ */ a(
|
|
10521
|
-
|
|
10520
|
+
v0,
|
|
10522
10521
|
{
|
|
10523
10522
|
news: s[0],
|
|
10524
10523
|
commonServices: e.commonServices
|
|
10525
10524
|
}
|
|
10526
10525
|
),
|
|
10527
10526
|
/* @__PURE__ */ a(
|
|
10528
|
-
|
|
10527
|
+
S2,
|
|
10529
10528
|
{
|
|
10530
10529
|
texts: e.texts,
|
|
10531
10530
|
paths: e.paths,
|
|
@@ -10536,7 +10535,7 @@ const yr = {
|
|
|
10536
10535
|
banner: /* @__PURE__ */ a(ge, { banners: r ?? [], name: "right_2" }),
|
|
10537
10536
|
complement: /* @__PURE__ */ f("div", { id: "comentarios", suppressHydrationWarning: !0, children: [
|
|
10538
10537
|
o.length > 0 && /* @__PURE__ */ a(
|
|
10539
|
-
|
|
10538
|
+
bm,
|
|
10540
10539
|
{
|
|
10541
10540
|
texts: e.texts,
|
|
10542
10541
|
autorIcon: e.autorIcon,
|
|
@@ -10545,7 +10544,7 @@ const yr = {
|
|
|
10545
10544
|
}
|
|
10546
10545
|
),
|
|
10547
10546
|
s[0].authors.length > 1 && /* @__PURE__ */ a(
|
|
10548
|
-
|
|
10547
|
+
Im,
|
|
10549
10548
|
{
|
|
10550
10549
|
news: s[0],
|
|
10551
10550
|
autorIcon: e.autorIcon,
|
|
@@ -10554,7 +10553,7 @@ const yr = {
|
|
|
10554
10553
|
}
|
|
10555
10554
|
),
|
|
10556
10555
|
/* @__PURE__ */ a("div", { className: ca.tagContent, children: /* @__PURE__ */ a(
|
|
10557
|
-
|
|
10556
|
+
um,
|
|
10558
10557
|
{
|
|
10559
10558
|
tags: s[0]?.keywords?.tags,
|
|
10560
10559
|
paths: e.paths
|
|
@@ -10633,7 +10632,7 @@ const yr = {
|
|
|
10633
10632
|
},
|
|
10634
10633
|
children: [
|
|
10635
10634
|
/* @__PURE__ */ a(
|
|
10636
|
-
|
|
10635
|
+
c0,
|
|
10637
10636
|
{
|
|
10638
10637
|
texts: e.texts,
|
|
10639
10638
|
autorIcon: e.autorIcon,
|
|
@@ -10646,7 +10645,7 @@ const yr = {
|
|
|
10646
10645
|
getVideos: l,
|
|
10647
10646
|
noteShare: e.noteShare,
|
|
10648
10647
|
paths: e.paths,
|
|
10649
|
-
showHeaderImage: !
|
|
10648
|
+
showHeaderImage: !R0(s[0])
|
|
10650
10649
|
}
|
|
10651
10650
|
),
|
|
10652
10651
|
/* @__PURE__ */ a(ge, { banners: r ?? [], name: "block_3" })
|
|
@@ -10656,14 +10655,14 @@ const yr = {
|
|
|
10656
10655
|
}
|
|
10657
10656
|
)
|
|
10658
10657
|
] }) });
|
|
10659
|
-
},
|
|
10660
|
-
content:
|
|
10661
|
-
contentInfo:
|
|
10662
|
-
imageStyled:
|
|
10663
|
-
name:
|
|
10664
|
-
description:
|
|
10665
|
-
contentInfoWithoutImg:
|
|
10666
|
-
},
|
|
10658
|
+
}, q0 = "_content_1tl6i_1", L0 = "_contentInfo_1tl6i_24", B0 = "_imageStyled_1tl6i_41", O0 = "_name_1tl6i_46", P0 = "_description_1tl6i_51", D0 = "_contentInfoWithoutImg_1tl6i_104", wt = {
|
|
10659
|
+
content: q0,
|
|
10660
|
+
contentInfo: L0,
|
|
10661
|
+
imageStyled: B0,
|
|
10662
|
+
name: O0,
|
|
10663
|
+
description: P0,
|
|
10664
|
+
contentInfoWithoutImg: D0
|
|
10665
|
+
}, M0 = async (e) => {
|
|
10667
10666
|
const t = e.img ? await pe(e.img) : "";
|
|
10668
10667
|
return /* @__PURE__ */ a("section", { className: wt.content, children: /* @__PURE__ */ f(
|
|
10669
10668
|
"div",
|
|
@@ -10692,12 +10691,12 @@ const yr = {
|
|
|
10692
10691
|
]
|
|
10693
10692
|
}
|
|
10694
10693
|
) });
|
|
10695
|
-
},
|
|
10696
|
-
content:
|
|
10697
|
-
contentInfo:
|
|
10698
|
-
name:
|
|
10699
|
-
description:
|
|
10700
|
-
},
|
|
10694
|
+
}, j0 = "_content_7wvro_1", Q0 = "_contentInfo_7wvro_23", G0 = "_name_7wvro_34", H0 = "_description_7wvro_43", tn = {
|
|
10695
|
+
content: j0,
|
|
10696
|
+
contentInfo: Q0,
|
|
10697
|
+
name: G0,
|
|
10698
|
+
description: H0
|
|
10699
|
+
}, z0 = (e) => /* @__PURE__ */ a(
|
|
10701
10700
|
"section",
|
|
10702
10701
|
{
|
|
10703
10702
|
className: tn.content,
|
|
@@ -10732,12 +10731,12 @@ const yr = {
|
|
|
10732
10731
|
)
|
|
10733
10732
|
] })
|
|
10734
10733
|
}
|
|
10735
|
-
),
|
|
10734
|
+
), A3 = (e) => {
|
|
10736
10735
|
const { option: t, entity: n } = e;
|
|
10737
10736
|
switch (t) {
|
|
10738
10737
|
case "op1":
|
|
10739
10738
|
return /* @__PURE__ */ a(
|
|
10740
|
-
|
|
10739
|
+
M0,
|
|
10741
10740
|
{
|
|
10742
10741
|
tag: n?.name ?? "",
|
|
10743
10742
|
img: n?.image?.url ?? "",
|
|
@@ -10746,7 +10745,7 @@ const yr = {
|
|
|
10746
10745
|
);
|
|
10747
10746
|
case "op2":
|
|
10748
10747
|
return /* @__PURE__ */ a(
|
|
10749
|
-
|
|
10748
|
+
z0,
|
|
10750
10749
|
{
|
|
10751
10750
|
tag: n?.name ?? "",
|
|
10752
10751
|
description: n?.description ? n?.description : "",
|
|
@@ -10759,13 +10758,13 @@ const yr = {
|
|
|
10759
10758
|
default:
|
|
10760
10759
|
return /* @__PURE__ */ a(K, {});
|
|
10761
10760
|
}
|
|
10762
|
-
},
|
|
10763
|
-
content:
|
|
10764
|
-
buttonStyled:
|
|
10765
|
-
searchStyled:
|
|
10766
|
-
inputStyled:
|
|
10767
|
-
inputStyledTest:
|
|
10768
|
-
},
|
|
10761
|
+
}, V0 = "_content_gxziw_1", F0 = "_buttonStyled_gxziw_9", W0 = "_searchStyled_gxziw_21", $0 = "_inputStyled_gxziw_32", Y0 = "_inputStyledTest_gxziw_51", Bt = {
|
|
10762
|
+
content: V0,
|
|
10763
|
+
buttonStyled: F0,
|
|
10764
|
+
searchStyled: W0,
|
|
10765
|
+
inputStyled: $0,
|
|
10766
|
+
inputStyledTest: Y0
|
|
10767
|
+
}, K0 = (e) => /* @__PURE__ */ a(
|
|
10769
10768
|
"svg",
|
|
10770
10769
|
{
|
|
10771
10770
|
width: "68",
|
|
@@ -10784,7 +10783,7 @@ const yr = {
|
|
|
10784
10783
|
}
|
|
10785
10784
|
) })
|
|
10786
10785
|
}
|
|
10787
|
-
),
|
|
10786
|
+
), y3 = (e) => /* @__PURE__ */ a(
|
|
10788
10787
|
"form",
|
|
10789
10788
|
{
|
|
10790
10789
|
className: Bt.content,
|
|
@@ -10801,14 +10800,14 @@ const yr = {
|
|
|
10801
10800
|
placeholder: e.texts.searchKeyWord + "..."
|
|
10802
10801
|
}
|
|
10803
10802
|
),
|
|
10804
|
-
/* @__PURE__ */ a("button", { className: Bt.buttonStyled, type: "submit", children: /* @__PURE__ */ a(
|
|
10803
|
+
/* @__PURE__ */ a("button", { className: Bt.buttonStyled, type: "submit", children: /* @__PURE__ */ a(K0, { className: Bt.searchStyled }) })
|
|
10805
10804
|
] })
|
|
10806
10805
|
}
|
|
10807
|
-
),
|
|
10808
|
-
content:
|
|
10809
|
-
newsContentSection:
|
|
10810
|
-
itemContent:
|
|
10811
|
-
},
|
|
10806
|
+
), J0 = "_content_io3tv_1", Z0 = "_newsContentSection_io3tv_5", X0 = "_itemContent_io3tv_10", Fn = {
|
|
10807
|
+
content: J0,
|
|
10808
|
+
newsContentSection: Z0,
|
|
10809
|
+
itemContent: X0
|
|
10810
|
+
}, w3 = (e) => {
|
|
10812
10811
|
const {
|
|
10813
10812
|
data: t,
|
|
10814
10813
|
option: n,
|
|
@@ -10828,7 +10827,7 @@ const yr = {
|
|
|
10828
10827
|
switch (n) {
|
|
10829
10828
|
case "op1":
|
|
10830
10829
|
return /* @__PURE__ */ a(K, { children: /* @__PURE__ */ f(sr, { children: [
|
|
10831
|
-
/* @__PURE__ */ a(
|
|
10830
|
+
/* @__PURE__ */ a(nu, { autor: r[0], autorIcon: e.autorIcon }),
|
|
10832
10831
|
/* @__PURE__ */ a(
|
|
10833
10832
|
_o,
|
|
10834
10833
|
{
|
|
@@ -10910,7 +10909,7 @@ const yr = {
|
|
|
10910
10909
|
] }) });
|
|
10911
10910
|
case "op2":
|
|
10912
10911
|
return /* @__PURE__ */ a(K, { children: /* @__PURE__ */ f(sr, { children: [
|
|
10913
|
-
/* @__PURE__ */ a(
|
|
10912
|
+
/* @__PURE__ */ a(mu, { autor: r[0], autorIcon: e.autorIcon }),
|
|
10914
10913
|
Array.isArray(t) ? /* @__PURE__ */ f(K, { children: [
|
|
10915
10914
|
/* @__PURE__ */ a(
|
|
10916
10915
|
xo,
|
|
@@ -10964,22 +10963,22 @@ const yr = {
|
|
|
10964
10963
|
default:
|
|
10965
10964
|
return /* @__PURE__ */ a(K, {});
|
|
10966
10965
|
}
|
|
10967
|
-
},
|
|
10968
|
-
content:
|
|
10969
|
-
videoContent:
|
|
10970
|
-
},
|
|
10971
|
-
container:
|
|
10972
|
-
playStyled:
|
|
10973
|
-
imageStyled:
|
|
10974
|
-
longer:
|
|
10975
|
-
contentNews:
|
|
10976
|
-
tagContent:
|
|
10977
|
-
tag:
|
|
10978
|
-
titular:
|
|
10979
|
-
small:
|
|
10980
|
-
figure:
|
|
10981
|
-
backDrop:
|
|
10982
|
-
backDropAux:
|
|
10966
|
+
}, eg = "_content_pq89v_1", tg = "_videoContent_pq89v_9", wr = {
|
|
10967
|
+
content: eg,
|
|
10968
|
+
videoContent: tg
|
|
10969
|
+
}, ng = "_container_1xr2t_1", ag = "_playStyled_1xr2t_6", rg = "_imageStyled_1xr2t_13", og = "_longer_1xr2t_26", sg = "_contentNews_1xr2t_31", ig = "_tagContent_1xr2t_51", cg = "_tag_1xr2t_51", lg = "_titular_1xr2t_68", dg = "_small_1xr2t_81", ug = "_figure_1xr2t_87", hg = "_backDrop_1xr2t_92", mg = "_backDropAux_1xr2t_100", Ot = {
|
|
10970
|
+
container: ng,
|
|
10971
|
+
playStyled: ag,
|
|
10972
|
+
imageStyled: rg,
|
|
10973
|
+
longer: og,
|
|
10974
|
+
contentNews: sg,
|
|
10975
|
+
tagContent: ig,
|
|
10976
|
+
tag: cg,
|
|
10977
|
+
titular: lg,
|
|
10978
|
+
small: dg,
|
|
10979
|
+
figure: ug,
|
|
10980
|
+
backDrop: hg,
|
|
10981
|
+
backDropAux: mg
|
|
10983
10982
|
}, vr = async (e) => {
|
|
10984
10983
|
const { size: t = "longer", video: n } = e, r = n.main.image.sizes[0]?.url ?? "";
|
|
10985
10984
|
return /* @__PURE__ */ a("figure", { className: Ot.figure, children: /* @__PURE__ */ f("span", { className: Ot.backdrop, children: [
|
|
@@ -11012,7 +11011,7 @@ const yr = {
|
|
|
11012
11011
|
)
|
|
11013
11012
|
] }) })
|
|
11014
11013
|
] }) });
|
|
11015
|
-
},
|
|
11014
|
+
}, fg = (e) => {
|
|
11016
11015
|
const { videos: t } = e;
|
|
11017
11016
|
return /* @__PURE__ */ a("div", { className: wr.content, children: /* @__PURE__ */ a(zt, { children: /* @__PURE__ */ a(me, { title: "Videos", isTitle: !0, children: /* @__PURE__ */ f("div", { className: wr.videoContent, children: [
|
|
11018
11017
|
/* @__PURE__ */ a(vr, { video: t[0] }),
|
|
@@ -11025,18 +11024,18 @@ const yr = {
|
|
|
11025
11024
|
`video-small-${r}`
|
|
11026
11025
|
)) })
|
|
11027
11026
|
] }) }) }) });
|
|
11028
|
-
},
|
|
11029
|
-
content:
|
|
11030
|
-
videoContent:
|
|
11031
|
-
articleSection:
|
|
11032
|
-
contentLatout:
|
|
11033
|
-
title:
|
|
11034
|
-
article:
|
|
11035
|
-
correspondent:
|
|
11036
|
-
},
|
|
11037
|
-
container:
|
|
11038
|
-
playStyled:
|
|
11039
|
-
},
|
|
11027
|
+
}, gg = "_content_ruy5q_1", pg = "_videoContent_ruy5q_9", Ag = "_articleSection_ruy5q_21", yg = "_contentLatout_ruy5q_31", wg = "_title_ruy5q_36", vg = "_article_ruy5q_21", bg = "_correspondent_ruy5q_64", lt = {
|
|
11028
|
+
content: gg,
|
|
11029
|
+
videoContent: pg,
|
|
11030
|
+
articleSection: Ag,
|
|
11031
|
+
contentLatout: yg,
|
|
11032
|
+
title: wg,
|
|
11033
|
+
article: vg,
|
|
11034
|
+
correspondent: bg
|
|
11035
|
+
}, Cg = "_container_1rq2h_1", _g = "_playStyled_1rq2h_9", br = {
|
|
11036
|
+
container: Cg,
|
|
11037
|
+
playStyled: _g
|
|
11038
|
+
}, Ng = (e) => {
|
|
11040
11039
|
const { video: t } = e, n = va();
|
|
11041
11040
|
return /* @__PURE__ */ a(
|
|
11042
11041
|
B,
|
|
@@ -11058,12 +11057,12 @@ const yr = {
|
|
|
11058
11057
|
] })
|
|
11059
11058
|
}
|
|
11060
11059
|
);
|
|
11061
|
-
},
|
|
11060
|
+
}, Sg = (e) => {
|
|
11062
11061
|
const t = () => e?.video.main.author ? `${e?.video.main.author} - ${Me(
|
|
11063
11062
|
e.video.info.date.created
|
|
11064
11063
|
)}` : e?.video.main.author;
|
|
11065
11064
|
return /* @__PURE__ */ a("div", { className: lt.content, children: /* @__PURE__ */ a(zt, { className: lt.contentLatout, children: /* @__PURE__ */ a(me, { title: "Videos", isTitle: !0, children: /* @__PURE__ */ f("div", { className: lt.videoContent, children: [
|
|
11066
|
-
/* @__PURE__ */ a(
|
|
11065
|
+
/* @__PURE__ */ a(Ng, { video: e.video }),
|
|
11067
11066
|
/* @__PURE__ */ f("div", { className: lt.articleSection, children: [
|
|
11068
11067
|
/* @__PURE__ */ a(
|
|
11069
11068
|
B,
|
|
@@ -11078,17 +11077,17 @@ const yr = {
|
|
|
11078
11077
|
/* @__PURE__ */ a("p", { className: lt.correspondent, children: t() })
|
|
11079
11078
|
] })
|
|
11080
11079
|
] }) }) }) });
|
|
11081
|
-
},
|
|
11080
|
+
}, v3 = (e) => {
|
|
11082
11081
|
switch (e.option) {
|
|
11083
11082
|
case "op1":
|
|
11084
|
-
return /* @__PURE__ */ a(
|
|
11083
|
+
return /* @__PURE__ */ a(fg, { videos: e.data });
|
|
11085
11084
|
case "op2":
|
|
11086
|
-
return /* @__PURE__ */ a(
|
|
11085
|
+
return /* @__PURE__ */ a(Sg, { video: e.data[0] });
|
|
11087
11086
|
default:
|
|
11088
11087
|
return /* @__PURE__ */ a(K, {});
|
|
11089
11088
|
}
|
|
11090
11089
|
};
|
|
11091
|
-
function
|
|
11090
|
+
function b3({ containerId: e, containerId2: t }) {
|
|
11092
11091
|
return De(() => {
|
|
11093
11092
|
try {
|
|
11094
11093
|
let n = function() {
|
|
@@ -11124,7 +11123,7 @@ function v3({ containerId: e, containerId2: t }) {
|
|
|
11124
11123
|
}
|
|
11125
11124
|
}, [e]), null;
|
|
11126
11125
|
}
|
|
11127
|
-
const
|
|
11126
|
+
const Eg = (e) => {
|
|
11128
11127
|
const {
|
|
11129
11128
|
//rounded = false,
|
|
11130
11129
|
isVideo: t = !1,
|
|
@@ -11186,7 +11185,7 @@ const Sg = (e) => {
|
|
|
11186
11185
|
] })
|
|
11187
11186
|
] })
|
|
11188
11187
|
] }) });
|
|
11189
|
-
},
|
|
11188
|
+
}, xg = (e) => /* @__PURE__ */ a(
|
|
11190
11189
|
"svg",
|
|
11191
11190
|
{
|
|
11192
11191
|
width: "41",
|
|
@@ -11203,7 +11202,7 @@ const Sg = (e) => {
|
|
|
11203
11202
|
}
|
|
11204
11203
|
)
|
|
11205
11204
|
}
|
|
11206
|
-
),
|
|
11205
|
+
), Tg = {
|
|
11207
11206
|
info: {
|
|
11208
11207
|
section: {
|
|
11209
11208
|
name: "",
|
|
@@ -11260,14 +11259,14 @@ const Sg = (e) => {
|
|
|
11260
11259
|
}
|
|
11261
11260
|
],
|
|
11262
11261
|
preview: void 0
|
|
11263
|
-
}, Cr = 6,
|
|
11262
|
+
}, Cr = 6, Ig = ({
|
|
11264
11263
|
section: e,
|
|
11265
11264
|
currentNews: t,
|
|
11266
11265
|
banner: n,
|
|
11267
11266
|
isVisible: r = !1,
|
|
11268
11267
|
stylesConfig: o
|
|
11269
11268
|
}) => {
|
|
11270
|
-
const [s, i] = J({ data: Array.from({ length: Cr }, () =>
|
|
11269
|
+
const [s, i] = J({ data: Array.from({ length: Cr }, () => Tg) }), [c, d] = J(!1), l = he(async () => {
|
|
11271
11270
|
if (!(c || !t?.info?.link?.internal)) {
|
|
11272
11271
|
d(!0);
|
|
11273
11272
|
try {
|
|
@@ -11290,7 +11289,7 @@ const Sg = (e) => {
|
|
|
11290
11289
|
return De(() => {
|
|
11291
11290
|
r && l();
|
|
11292
11291
|
}, [r, s, l]), !s?.data || s.data.length === 0 ? null : /* @__PURE__ */ a(
|
|
11293
|
-
|
|
11292
|
+
kg,
|
|
11294
11293
|
{
|
|
11295
11294
|
news: s.data,
|
|
11296
11295
|
title: "Más Noticias",
|
|
@@ -11302,7 +11301,7 @@ const Sg = (e) => {
|
|
|
11302
11301
|
isVisible: r
|
|
11303
11302
|
}
|
|
11304
11303
|
);
|
|
11305
|
-
},
|
|
11304
|
+
}, kg = (e) => {
|
|
11306
11305
|
const { news: t, hasLines: n = !1 } = e, r = (o) => n && (o + 1) % 3 !== 0 ? sa.contentSeparator : "";
|
|
11307
11306
|
return /* @__PURE__ */ a(
|
|
11308
11307
|
"div",
|
|
@@ -11338,7 +11337,7 @@ const Sg = (e) => {
|
|
|
11338
11337
|
"aria-label": i?.title?.section ?? "nota",
|
|
11339
11338
|
target: d?.link?.target,
|
|
11340
11339
|
children: /* @__PURE__ */ a(
|
|
11341
|
-
|
|
11340
|
+
Eg,
|
|
11342
11341
|
{
|
|
11343
11342
|
isVisible: e.isVisible,
|
|
11344
11343
|
preview: l,
|
|
@@ -11351,7 +11350,7 @@ const Sg = (e) => {
|
|
|
11351
11350
|
}
|
|
11352
11351
|
),
|
|
11353
11352
|
/* @__PURE__ */ a("div", { className: Pt.newsDescription, children: /* @__PURE__ */ a(
|
|
11354
|
-
|
|
11353
|
+
Ug,
|
|
11355
11354
|
{
|
|
11356
11355
|
main: i,
|
|
11357
11356
|
authors: c,
|
|
@@ -11372,14 +11371,14 @@ const Sg = (e) => {
|
|
|
11372
11371
|
})
|
|
11373
11372
|
}
|
|
11374
11373
|
);
|
|
11375
|
-
},
|
|
11374
|
+
}, Ug = (e) => {
|
|
11376
11375
|
const { share: t = !1, cutSubtitle: n = !0 } = e, o = (() => {
|
|
11377
11376
|
if (!e?.authors || e.authors.length === 0) return "";
|
|
11378
11377
|
const s = e.authors[0], i = Me(e.info?.date?.modified);
|
|
11379
11378
|
return s && e?.config?.showtime && e.config?.showauthor ? `${s.fullname} - ${i}` : s && e.config?.showauthor ? s.fullname : e?.config?.showtime ? i : "";
|
|
11380
11379
|
})();
|
|
11381
11380
|
return /* @__PURE__ */ f("div", { className: re.boxInformation, children: [
|
|
11382
|
-
t && /* @__PURE__ */ a(
|
|
11381
|
+
t && /* @__PURE__ */ a(xg, { className: re.dotStyles }),
|
|
11383
11382
|
e?.info?.section?.url && /* @__PURE__ */ f("div", { className: re.sectionDescriptionContainer, children: [
|
|
11384
11383
|
/* @__PURE__ */ a(
|
|
11385
11384
|
B,
|
|
@@ -11425,7 +11424,7 @@ const Sg = (e) => {
|
|
|
11425
11424
|
}
|
|
11426
11425
|
) : /* @__PURE__ */ a("div", { className: re.correspondent, children: o }) })
|
|
11427
11426
|
] });
|
|
11428
|
-
},
|
|
11427
|
+
}, Rg = ({
|
|
11429
11428
|
user: e,
|
|
11430
11429
|
handleLogout: t,
|
|
11431
11430
|
message: n
|
|
@@ -11464,25 +11463,25 @@ const Sg = (e) => {
|
|
|
11464
11463
|
/* @__PURE__ */ a("p", { className: "comment-text", children: n })
|
|
11465
11464
|
] })
|
|
11466
11465
|
] }) });
|
|
11467
|
-
},
|
|
11468
|
-
overlay:
|
|
11469
|
-
popup:
|
|
11470
|
-
title:
|
|
11471
|
-
optionsContainer:
|
|
11472
|
-
option:
|
|
11473
|
-
radioInput:
|
|
11474
|
-
radioCustom:
|
|
11475
|
-
optionLabel:
|
|
11476
|
-
buttons:
|
|
11477
|
-
cancelButton:
|
|
11478
|
-
closeButton:
|
|
11479
|
-
buttonAlone:
|
|
11480
|
-
reportButton:
|
|
11481
|
-
successContainer:
|
|
11482
|
-
thumbsUp:
|
|
11483
|
-
successMessage:
|
|
11484
|
-
errorMessage:
|
|
11485
|
-
loadingContainer:
|
|
11466
|
+
}, qg = "_overlay_qj491_3", Lg = "_popup_qj491_17", Bg = "_title_qj491_40", Og = "_optionsContainer_qj491_52", Pg = "_option_qj491_52", Dg = "_radioInput_qj491_66", Mg = "_radioCustom_qj491_70", jg = "_optionLabel_qj491_97", Qg = "_buttons_qj491_110", Gg = "_cancelButton_qj491_117", Hg = "_closeButton_qj491_118", zg = "_buttonAlone_qj491_137", Vg = "_reportButton_qj491_143", Fg = "_successContainer_qj491_163", Wg = "_thumbsUp_qj491_171", $g = "_successMessage_qj491_177", Yg = "_errorMessage_qj491_218", Kg = "_loadingContainer_qj491_231", ue = {
|
|
11467
|
+
overlay: qg,
|
|
11468
|
+
popup: Lg,
|
|
11469
|
+
title: Bg,
|
|
11470
|
+
optionsContainer: Og,
|
|
11471
|
+
option: Pg,
|
|
11472
|
+
radioInput: Dg,
|
|
11473
|
+
radioCustom: Mg,
|
|
11474
|
+
optionLabel: jg,
|
|
11475
|
+
buttons: Qg,
|
|
11476
|
+
cancelButton: Gg,
|
|
11477
|
+
closeButton: Hg,
|
|
11478
|
+
buttonAlone: zg,
|
|
11479
|
+
reportButton: Vg,
|
|
11480
|
+
successContainer: Fg,
|
|
11481
|
+
thumbsUp: Wg,
|
|
11482
|
+
successMessage: $g,
|
|
11483
|
+
errorMessage: Yg,
|
|
11484
|
+
loadingContainer: Kg
|
|
11486
11485
|
}, Uo = async (e, t) => {
|
|
11487
11486
|
const { PUBLIC_ENV: n } = $();
|
|
11488
11487
|
if (console.log(n, !0), n === "local") return !0;
|
|
@@ -11508,7 +11507,7 @@ const Sg = (e) => {
|
|
|
11508
11507
|
return console.error("Error verificando reCAPTCHA Enterprise:", i), !1;
|
|
11509
11508
|
}
|
|
11510
11509
|
};
|
|
11511
|
-
async function
|
|
11510
|
+
async function C3({
|
|
11512
11511
|
publication: e,
|
|
11513
11512
|
username: t,
|
|
11514
11513
|
id: n,
|
|
@@ -11577,7 +11576,7 @@ const $e = {
|
|
|
11577
11576
|
intellectual: "Violación de propiedad intelectual",
|
|
11578
11577
|
bullying: "Bullying o acoso"
|
|
11579
11578
|
};
|
|
11580
|
-
function
|
|
11579
|
+
function _3(e) {
|
|
11581
11580
|
return $e[e];
|
|
11582
11581
|
}
|
|
11583
11582
|
const ft = 300, Ke = {
|
|
@@ -11585,7 +11584,7 @@ const ft = 300, Ke = {
|
|
|
11585
11584
|
firstname: "Usuario",
|
|
11586
11585
|
lastname: "Anonimo"
|
|
11587
11586
|
};
|
|
11588
|
-
function
|
|
11587
|
+
function Jg(e) {
|
|
11589
11588
|
const t = e.split(" ");
|
|
11590
11589
|
if (t.length !== 3) return e;
|
|
11591
11590
|
const [n, r, o] = t, s = r.charAt(0).toUpperCase() + r.slice(1).toLowerCase();
|
|
@@ -11603,13 +11602,13 @@ const xa = (e, t) => {
|
|
|
11603
11602
|
} catch {
|
|
11604
11603
|
return [];
|
|
11605
11604
|
}
|
|
11606
|
-
},
|
|
11605
|
+
}, Zg = (e, t) => {
|
|
11607
11606
|
const n = Ro(e);
|
|
11608
11607
|
n.includes(t) || (n.push(t), e.cookie = `reported=${encodeURIComponent(
|
|
11609
11608
|
JSON.stringify(n)
|
|
11610
11609
|
)}; path=/; max-age=${3600 * 24 * 1}`);
|
|
11611
11610
|
};
|
|
11612
|
-
function
|
|
11611
|
+
function Xg(e) {
|
|
11613
11612
|
const [t, n] = e.split("@");
|
|
11614
11613
|
if (!t || !n) return e;
|
|
11615
11614
|
let r = "";
|
|
@@ -11622,7 +11621,7 @@ function Zg(e) {
|
|
|
11622
11621
|
}
|
|
11623
11622
|
var nn = { exports: {} }, an = { exports: {} }, ne = {};
|
|
11624
11623
|
var _r;
|
|
11625
|
-
function
|
|
11624
|
+
function ep() {
|
|
11626
11625
|
if (_r) return ne;
|
|
11627
11626
|
_r = 1;
|
|
11628
11627
|
var e = typeof Symbol == "function" && Symbol.for, t = e ? Symbol.for("react.element") : 60103, n = e ? Symbol.for("react.portal") : 60106, r = e ? Symbol.for("react.fragment") : 60107, o = e ? Symbol.for("react.strict_mode") : 60108, s = e ? Symbol.for("react.profiler") : 60114, i = e ? Symbol.for("react.provider") : 60109, c = e ? Symbol.for("react.context") : 60110, d = e ? Symbol.for("react.async_mode") : 60111, l = e ? Symbol.for("react.concurrent_mode") : 60111, u = e ? Symbol.for("react.forward_ref") : 60112, h = e ? Symbol.for("react.suspense") : 60113, m = e ? Symbol.for("react.suspense_list") : 60120, p = e ? Symbol.for("react.memo") : 60115, g = e ? Symbol.for("react.lazy") : 60116, A = e ? Symbol.for("react.block") : 60121, w = e ? Symbol.for("react.fundamental") : 60117, v = e ? Symbol.for("react.responder") : 60118, S = e ? Symbol.for("react.scope") : 60119;
|
|
@@ -11689,7 +11688,7 @@ function Xg() {
|
|
|
11689
11688
|
}
|
|
11690
11689
|
var ae = {};
|
|
11691
11690
|
var Nr;
|
|
11692
|
-
function
|
|
11691
|
+
function tp() {
|
|
11693
11692
|
return Nr || (Nr = 1, process.env.NODE_ENV !== "production" && (function() {
|
|
11694
11693
|
var e = typeof Symbol == "function" && Symbol.for, t = e ? Symbol.for("react.element") : 60103, n = e ? Symbol.for("react.portal") : 60106, r = e ? Symbol.for("react.fragment") : 60107, o = e ? Symbol.for("react.strict_mode") : 60108, s = e ? Symbol.for("react.profiler") : 60114, i = e ? Symbol.for("react.provider") : 60109, c = e ? Symbol.for("react.context") : 60110, d = e ? Symbol.for("react.async_mode") : 60111, l = e ? Symbol.for("react.concurrent_mode") : 60111, u = e ? Symbol.for("react.forward_ref") : 60112, h = e ? Symbol.for("react.suspense") : 60113, m = e ? Symbol.for("react.suspense_list") : 60120, p = e ? Symbol.for("react.memo") : 60115, g = e ? Symbol.for("react.lazy") : 60116, A = e ? Symbol.for("react.block") : 60121, w = e ? Symbol.for("react.fundamental") : 60117, v = e ? Symbol.for("react.responder") : 60118, S = e ? Symbol.for("react.scope") : 60119;
|
|
11695
11694
|
function _(q) {
|
|
@@ -11773,10 +11772,10 @@ function ep() {
|
|
|
11773
11772
|
}
|
|
11774
11773
|
var Sr;
|
|
11775
11774
|
function Ta() {
|
|
11776
|
-
return Sr || (Sr = 1, process.env.NODE_ENV === "production" ? an.exports =
|
|
11775
|
+
return Sr || (Sr = 1, process.env.NODE_ENV === "production" ? an.exports = ep() : an.exports = tp()), an.exports;
|
|
11777
11776
|
}
|
|
11778
11777
|
var Wn, Er;
|
|
11779
|
-
function
|
|
11778
|
+
function np() {
|
|
11780
11779
|
if (Er) return Wn;
|
|
11781
11780
|
Er = 1;
|
|
11782
11781
|
var e = Object.getOwnPropertySymbols, t = Object.prototype.hasOwnProperty, n = Object.prototype.propertyIsEnumerable;
|
|
@@ -11833,7 +11832,7 @@ function qo() {
|
|
|
11833
11832
|
return Tr || (Tr = 1, Yn = Function.call.bind(Object.prototype.hasOwnProperty)), Yn;
|
|
11834
11833
|
}
|
|
11835
11834
|
var Kn, Ir;
|
|
11836
|
-
function
|
|
11835
|
+
function ap() {
|
|
11837
11836
|
if (Ir) return Kn;
|
|
11838
11837
|
Ir = 1;
|
|
11839
11838
|
var e = function() {
|
|
@@ -11882,10 +11881,10 @@ function np() {
|
|
|
11882
11881
|
}, Kn = o, Kn;
|
|
11883
11882
|
}
|
|
11884
11883
|
var Jn, kr;
|
|
11885
|
-
function
|
|
11884
|
+
function rp() {
|
|
11886
11885
|
if (kr) return Jn;
|
|
11887
11886
|
kr = 1;
|
|
11888
|
-
var e = Ta(), t =
|
|
11887
|
+
var e = Ta(), t = np(), n = /* @__PURE__ */ Ia(), r = /* @__PURE__ */ qo(), o = /* @__PURE__ */ ap(), s = function() {
|
|
11889
11888
|
};
|
|
11890
11889
|
process.env.NODE_ENV !== "production" && (s = function(c) {
|
|
11891
11890
|
var d = "Warning: " + c;
|
|
@@ -12203,7 +12202,7 @@ Valid keys: ` + JSON.stringify(Object.keys(y), null, " ")
|
|
|
12203
12202
|
}, Jn;
|
|
12204
12203
|
}
|
|
12205
12204
|
var Zn, Ur;
|
|
12206
|
-
function
|
|
12205
|
+
function op() {
|
|
12207
12206
|
if (Ur) return Zn;
|
|
12208
12207
|
Ur = 1;
|
|
12209
12208
|
var e = /* @__PURE__ */ Ia();
|
|
@@ -12251,18 +12250,18 @@ function rp() {
|
|
|
12251
12250
|
}, Zn;
|
|
12252
12251
|
}
|
|
12253
12252
|
var Rr;
|
|
12254
|
-
function
|
|
12253
|
+
function sp() {
|
|
12255
12254
|
if (Rr) return nn.exports;
|
|
12256
12255
|
if (Rr = 1, process.env.NODE_ENV !== "production") {
|
|
12257
12256
|
var e = Ta(), t = !0;
|
|
12258
|
-
nn.exports = /* @__PURE__ */
|
|
12257
|
+
nn.exports = /* @__PURE__ */ rp()(e.isElement, t);
|
|
12259
12258
|
} else
|
|
12260
|
-
nn.exports = /* @__PURE__ */
|
|
12259
|
+
nn.exports = /* @__PURE__ */ op()();
|
|
12261
12260
|
return nn.exports;
|
|
12262
12261
|
}
|
|
12263
|
-
var
|
|
12264
|
-
const be = /* @__PURE__ */ _t(
|
|
12265
|
-
var
|
|
12262
|
+
var ip = /* @__PURE__ */ sp();
|
|
12263
|
+
const be = /* @__PURE__ */ _t(ip);
|
|
12264
|
+
var cp = ["sitekey", "onChange", "theme", "type", "tabindex", "onExpired", "onErrored", "size", "stoken", "grecaptcha", "badge", "hl", "isolated"];
|
|
12266
12265
|
function la() {
|
|
12267
12266
|
return la = Object.assign ? Object.assign.bind() : function(e) {
|
|
12268
12267
|
for (var t = 1; t < arguments.length; t++) {
|
|
@@ -12273,7 +12272,7 @@ function la() {
|
|
|
12273
12272
|
return e;
|
|
12274
12273
|
}, la.apply(this, arguments);
|
|
12275
12274
|
}
|
|
12276
|
-
function
|
|
12275
|
+
function lp(e, t) {
|
|
12277
12276
|
if (e == null) return {};
|
|
12278
12277
|
var n = {}, r = Object.keys(e), o, s;
|
|
12279
12278
|
for (s = 0; s < r.length; s++)
|
|
@@ -12285,7 +12284,7 @@ function rn(e) {
|
|
|
12285
12284
|
throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
|
|
12286
12285
|
return e;
|
|
12287
12286
|
}
|
|
12288
|
-
function
|
|
12287
|
+
function dp(e, t) {
|
|
12289
12288
|
e.prototype = Object.create(t.prototype), e.prototype.constructor = e, da(e, t);
|
|
12290
12289
|
}
|
|
12291
12290
|
function da(e, t) {
|
|
@@ -12294,7 +12293,7 @@ function da(e, t) {
|
|
|
12294
12293
|
}, da(e, t);
|
|
12295
12294
|
}
|
|
12296
12295
|
var Un = /* @__PURE__ */ (function(e) {
|
|
12297
|
-
|
|
12296
|
+
dp(t, e);
|
|
12298
12297
|
function t() {
|
|
12299
12298
|
var r;
|
|
12300
12299
|
return r = e.call(this) || this, r.handleExpired = r.handleExpired.bind(rn(r)), r.handleErrored = r.handleErrored.bind(rn(r)), r.handleChange = r.handleChange.bind(rn(r)), r.handleRecaptchaRef = r.handleRecaptchaRef.bind(rn(r)), r;
|
|
@@ -12358,7 +12357,7 @@ var Un = /* @__PURE__ */ (function(e) {
|
|
|
12358
12357
|
}, n.render = function() {
|
|
12359
12358
|
var o = this.props;
|
|
12360
12359
|
o.sitekey, o.onChange, o.theme, o.type, o.tabindex, o.onExpired, o.onErrored, o.size, o.stoken, o.grecaptcha, o.badge, o.hl, o.isolated;
|
|
12361
|
-
var s =
|
|
12360
|
+
var s = lp(o, cp);
|
|
12362
12361
|
return /* @__PURE__ */ Ra.createElement("div", la({}, s, {
|
|
12363
12362
|
ref: this.handleRecaptchaRef
|
|
12364
12363
|
}));
|
|
@@ -12390,7 +12389,7 @@ Un.defaultProps = {
|
|
|
12390
12389
|
badge: "bottomright"
|
|
12391
12390
|
};
|
|
12392
12391
|
var Xn, qr;
|
|
12393
|
-
function
|
|
12392
|
+
function up() {
|
|
12394
12393
|
if (qr) return Xn;
|
|
12395
12394
|
qr = 1;
|
|
12396
12395
|
var e = Ta(), t = {
|
|
@@ -12455,8 +12454,8 @@ function dp() {
|
|
|
12455
12454
|
}
|
|
12456
12455
|
return Xn = p, Xn;
|
|
12457
12456
|
}
|
|
12458
|
-
var
|
|
12459
|
-
const
|
|
12457
|
+
var hp = up();
|
|
12458
|
+
const mp = /* @__PURE__ */ _t(hp);
|
|
12460
12459
|
function ua() {
|
|
12461
12460
|
return ua = Object.assign || function(e) {
|
|
12462
12461
|
for (var t = 1; t < arguments.length; t++) {
|
|
@@ -12467,28 +12466,28 @@ function ua() {
|
|
|
12467
12466
|
return e;
|
|
12468
12467
|
}, ua.apply(this, arguments);
|
|
12469
12468
|
}
|
|
12470
|
-
function
|
|
12469
|
+
function fp(e, t) {
|
|
12471
12470
|
if (e == null) return {};
|
|
12472
12471
|
var n = {}, r = Object.keys(e), o, s;
|
|
12473
12472
|
for (s = 0; s < r.length; s++)
|
|
12474
12473
|
o = r[s], !(t.indexOf(o) >= 0) && (n[o] = e[o]);
|
|
12475
12474
|
return n;
|
|
12476
12475
|
}
|
|
12477
|
-
function
|
|
12476
|
+
function gp(e, t) {
|
|
12478
12477
|
e.prototype = Object.create(t.prototype), e.prototype.constructor = e, e.__proto__ = t;
|
|
12479
12478
|
}
|
|
12480
|
-
var Le = {},
|
|
12481
|
-
function
|
|
12479
|
+
var Le = {}, pp = 0;
|
|
12480
|
+
function Ap(e, t) {
|
|
12482
12481
|
return t = t || {}, function(r) {
|
|
12483
12482
|
var o = r.displayName || r.name || "Component", s = /* @__PURE__ */ (function(c) {
|
|
12484
|
-
|
|
12483
|
+
gp(d, c);
|
|
12485
12484
|
function d(u, h) {
|
|
12486
12485
|
var m;
|
|
12487
12486
|
return m = c.call(this, u, h) || this, m.state = {}, m.__scriptURL = "", m;
|
|
12488
12487
|
}
|
|
12489
12488
|
var l = d.prototype;
|
|
12490
12489
|
return l.asyncScriptLoaderGetScriptLoaderID = function() {
|
|
12491
|
-
return this.__scriptLoaderID || (this.__scriptLoaderID = "async-script-loader-" +
|
|
12490
|
+
return this.__scriptLoaderID || (this.__scriptLoaderID = "async-script-loader-" + pp++), this.__scriptLoaderID;
|
|
12492
12491
|
}, l.setupScriptURL = function() {
|
|
12493
12492
|
return this.__scriptURL = typeof e == "function" ? e() : e, this.__scriptURL;
|
|
12494
12493
|
}, l.asyncScriptLoaderHandleLoad = function(h) {
|
|
@@ -12561,7 +12560,7 @@ function pp(e, t) {
|
|
|
12561
12560
|
}, l.render = function() {
|
|
12562
12561
|
var h = t.globalName, m = this.props;
|
|
12563
12562
|
m.asyncScriptOnLoad;
|
|
12564
|
-
var p = m.forwardedRef, g =
|
|
12563
|
+
var p = m.forwardedRef, g = fp(m, ["asyncScriptOnLoad", "forwardedRef"]);
|
|
12565
12564
|
return h && typeof window < "u" && (g[h] = typeof window[h] < "u" ? window[h] : void 0), g.ref = p, st(r, g);
|
|
12566
12565
|
}, d;
|
|
12567
12566
|
})(Ho), i = Pr(function(c, d) {
|
|
@@ -12571,51 +12570,51 @@ function pp(e, t) {
|
|
|
12571
12570
|
});
|
|
12572
12571
|
return i.displayName = "AsyncScriptLoader(" + o + ")", i.propTypes = {
|
|
12573
12572
|
asyncScriptOnLoad: be.func
|
|
12574
|
-
},
|
|
12573
|
+
}, mp(i, r);
|
|
12575
12574
|
};
|
|
12576
12575
|
}
|
|
12577
|
-
var ha = "onloadcallback",
|
|
12576
|
+
var ha = "onloadcallback", yp = "grecaptcha";
|
|
12578
12577
|
function ma() {
|
|
12579
12578
|
return typeof window < "u" && window.recaptchaOptions || {};
|
|
12580
12579
|
}
|
|
12581
|
-
function
|
|
12580
|
+
function wp() {
|
|
12582
12581
|
var e = ma(), t = e.useRecaptchaNet ? "recaptcha.net" : "www.google.com";
|
|
12583
12582
|
return e.enterprise ? "https://" + t + "/recaptcha/enterprise.js?onload=" + ha + "&render=explicit" : "https://" + t + "/recaptcha/api.js?onload=" + ha + "&render=explicit";
|
|
12584
12583
|
}
|
|
12585
|
-
const Lo =
|
|
12584
|
+
const Lo = Ap(wp, {
|
|
12586
12585
|
callbackName: ha,
|
|
12587
|
-
globalName:
|
|
12586
|
+
globalName: yp,
|
|
12588
12587
|
attributes: ma().nonce ? {
|
|
12589
12588
|
nonce: ma().nonce
|
|
12590
12589
|
} : {}
|
|
12591
|
-
})(Un),
|
|
12592
|
-
overlay:
|
|
12593
|
-
header:
|
|
12594
|
-
logo:
|
|
12595
|
-
card:
|
|
12596
|
-
close:
|
|
12597
|
-
form:
|
|
12598
|
-
formUl:
|
|
12599
|
-
field:
|
|
12600
|
-
label:
|
|
12601
|
-
input:
|
|
12602
|
-
error:
|
|
12603
|
-
primary:
|
|
12604
|
-
divider:
|
|
12605
|
-
google:
|
|
12606
|
-
googleIcon:
|
|
12607
|
-
spin:
|
|
12608
|
-
checkboxRow:
|
|
12590
|
+
})(Un), vp = "_overlay_18ksj_1", bp = "_header_18ksj_18", Cp = "_logo_18ksj_25", _p = "_card_18ksj_32", Np = "_close_18ksj_47", Sp = "_form_18ksj_71", Ep = "_formUl_18ksj_80", xp = "_field_18ksj_92", Tp = "_label_18ksj_99", Ip = "_input_18ksj_108", kp = "_error_18ksj_126", Up = "_primary_18ksj_132", Rp = "_divider_18ksj_170", qp = "_google_18ksj_196", Lp = "_googleIcon_18ksj_226", Bp = "_spin_18ksj_259", Op = "_checkboxRow_18ksj_281", Pp = "_terms_18ksj_318", Dp = "_message_18ksj_349", Mp = "_passwordChecker_18ksj_354", jp = "_valid_18ksj_373", Qp = "_invalid_18ksj_377", Gp = "_forgotPassword_18ksj_381", Hp = "_successContainer_18ksj_400", zp = "_thumbsUp_18ksj_408", Vp = "_successMessage_18ksj_414", k = {
|
|
12591
|
+
overlay: vp,
|
|
12592
|
+
header: bp,
|
|
12593
|
+
logo: Cp,
|
|
12594
|
+
card: _p,
|
|
12595
|
+
close: Np,
|
|
12596
|
+
form: Sp,
|
|
12597
|
+
formUl: Ep,
|
|
12598
|
+
field: xp,
|
|
12599
|
+
label: Tp,
|
|
12600
|
+
input: Ip,
|
|
12601
|
+
error: kp,
|
|
12602
|
+
primary: Up,
|
|
12603
|
+
divider: Rp,
|
|
12604
|
+
google: qp,
|
|
12605
|
+
googleIcon: Lp,
|
|
12606
|
+
spin: Bp,
|
|
12607
|
+
checkboxRow: Op,
|
|
12609
12608
|
switch: "_switch_18ksj_310",
|
|
12610
|
-
terms:
|
|
12611
|
-
message:
|
|
12612
|
-
passwordChecker:
|
|
12613
|
-
valid:
|
|
12614
|
-
invalid:
|
|
12615
|
-
forgotPassword:
|
|
12616
|
-
successContainer:
|
|
12617
|
-
thumbsUp:
|
|
12618
|
-
successMessage:
|
|
12609
|
+
terms: Pp,
|
|
12610
|
+
message: Dp,
|
|
12611
|
+
passwordChecker: Mp,
|
|
12612
|
+
valid: jp,
|
|
12613
|
+
invalid: Qp,
|
|
12614
|
+
forgotPassword: Gp,
|
|
12615
|
+
successContainer: Hp,
|
|
12616
|
+
thumbsUp: zp,
|
|
12617
|
+
successMessage: Vp
|
|
12619
12618
|
}, Je = () => /* @__PURE__ */ a(
|
|
12620
12619
|
"svg",
|
|
12621
12620
|
{
|
|
@@ -12627,7 +12626,7 @@ const Lo = pp(yp, {
|
|
|
12627
12626
|
className: k.spin,
|
|
12628
12627
|
children: /* @__PURE__ */ a("path", { d: "M18,4.181v2.021c4.559,0.929,8,4.97,8,9.798c0,5.514-4.486,10-10,10S6,21.514,6,16c0-4.829,3.441-8.869,8-9.798V4.181 C8.334,5.137,4,10.066,4,16c0,6.617,5.383,12,12,12s12-5.383,12-12C28,10.066,23.666,5.137,18,4.181z" })
|
|
12629
12628
|
}
|
|
12630
|
-
),
|
|
12629
|
+
), Fp = ({
|
|
12631
12630
|
isOpen: e,
|
|
12632
12631
|
onClose: t,
|
|
12633
12632
|
commentId: n,
|
|
@@ -12677,7 +12676,7 @@ const Lo = pp(yp, {
|
|
|
12677
12676
|
})
|
|
12678
12677
|
})).json();
|
|
12679
12678
|
if (S.type === "success")
|
|
12680
|
-
|
|
12679
|
+
Zg(document, n), c("success"), setTimeout(() => {
|
|
12681
12680
|
w();
|
|
12682
12681
|
}, 3e3);
|
|
12683
12682
|
else
|
|
@@ -12775,7 +12774,7 @@ async function ka({
|
|
|
12775
12774
|
}) {
|
|
12776
12775
|
const { PUBLIC_ENV: d } = $();
|
|
12777
12776
|
if (d === "prod")
|
|
12778
|
-
return (await
|
|
12777
|
+
return (await Wp({
|
|
12779
12778
|
publication: e,
|
|
12780
12779
|
path: t,
|
|
12781
12780
|
size: n,
|
|
@@ -12792,7 +12791,7 @@ async function ka({
|
|
|
12792
12791
|
return (await l.json()).data[0];
|
|
12793
12792
|
}
|
|
12794
12793
|
}
|
|
12795
|
-
async function
|
|
12794
|
+
async function Wp({
|
|
12796
12795
|
publication: e,
|
|
12797
12796
|
path: t,
|
|
12798
12797
|
size: n = 5,
|
|
@@ -12843,7 +12842,7 @@ async function Fp({
|
|
|
12843
12842
|
throw v;
|
|
12844
12843
|
}
|
|
12845
12844
|
}
|
|
12846
|
-
const { PUBLIC_PUBLICATION_ID:
|
|
12845
|
+
const { PUBLIC_PUBLICATION_ID: $p } = $(), Yp = $p, Kp = (e) => {
|
|
12847
12846
|
const [t, n] = J(void 0);
|
|
12848
12847
|
return De(() => {
|
|
12849
12848
|
if (t) return;
|
|
@@ -12851,7 +12850,7 @@ const { PUBLIC_PUBLICATION_ID: Wp } = $(), $p = Wp, Yp = (e) => {
|
|
|
12851
12850
|
const { PUBLIC_X_SECURITY_TOKEN: o } = $();
|
|
12852
12851
|
try {
|
|
12853
12852
|
const s = await ka({
|
|
12854
|
-
publication:
|
|
12853
|
+
publication: Yp,
|
|
12855
12854
|
path: e ?? "",
|
|
12856
12855
|
size: 5,
|
|
12857
12856
|
sizereply: 2,
|
|
@@ -12869,7 +12868,7 @@ const { PUBLIC_PUBLICATION_ID: Wp } = $(), $p = Wp, Yp = (e) => {
|
|
|
12869
12868
|
}, Bo = ({ username: e, date: t }) => /* @__PURE__ */ f("div", { className: "comment-header", children: [
|
|
12870
12869
|
/* @__PURE__ */ a("span", { className: "comment-username", children: e }),
|
|
12871
12870
|
/* @__PURE__ */ a("span", { className: "comment-header-dot", children: "•" }),
|
|
12872
|
-
/* @__PURE__ */ a("span", { className: "comment-date", children:
|
|
12871
|
+
/* @__PURE__ */ a("span", { className: "comment-date", children: Jg(Me(Number(t))) })
|
|
12873
12872
|
] }), Oo = ({ user: e }) => /* @__PURE__ */ a("div", { className: "comment-avatar", children: e.picture ? /* @__PURE__ */ a(
|
|
12874
12873
|
"img",
|
|
12875
12874
|
{
|
|
@@ -12967,8 +12966,8 @@ const { PUBLIC_PUBLICATION_ID: Wp } = $(), $p = Wp, Yp = (e) => {
|
|
|
12967
12966
|
] })
|
|
12968
12967
|
] });
|
|
12969
12968
|
}, jo = ({ onClick: e, isDisabled: t }) => {
|
|
12970
|
-
const [n, r] =
|
|
12971
|
-
return
|
|
12969
|
+
const [n, r] = Te.useState(!1);
|
|
12970
|
+
return Te.useEffect(() => {
|
|
12972
12971
|
let o = null;
|
|
12973
12972
|
return n && (o = setTimeout(() => {
|
|
12974
12973
|
r(!1);
|
|
@@ -13007,7 +13006,7 @@ const { PUBLIC_PUBLICATION_ID: Wp } = $(), $p = Wp, Yp = (e) => {
|
|
|
13007
13006
|
]
|
|
13008
13007
|
}
|
|
13009
13008
|
);
|
|
13010
|
-
}, { PUBLIC_PUBLICATION_ID:
|
|
13009
|
+
}, { PUBLIC_PUBLICATION_ID: Jp } = $(), Zp = Jp, Qo = async ({
|
|
13011
13010
|
path: e,
|
|
13012
13011
|
ref: t,
|
|
13013
13012
|
captchaToken: n,
|
|
@@ -13026,7 +13025,7 @@ const { PUBLIC_PUBLICATION_ID: Wp } = $(), $p = Wp, Yp = (e) => {
|
|
|
13026
13025
|
method: "POST",
|
|
13027
13026
|
headers: { "Content-Type": "application/json" },
|
|
13028
13027
|
body: JSON.stringify({
|
|
13029
|
-
publication:
|
|
13028
|
+
publication: Zp,
|
|
13030
13029
|
path: e,
|
|
13031
13030
|
id: s,
|
|
13032
13031
|
username: o.username,
|
|
@@ -13060,7 +13059,7 @@ const { PUBLIC_PUBLICATION_ID: Wp } = $(), $p = Wp, Yp = (e) => {
|
|
|
13060
13059
|
} catch (d) {
|
|
13061
13060
|
return console.error("Error enviando comentario:", d), alert(d.message || "Error al enviar el comentario."), !1;
|
|
13062
13061
|
}
|
|
13063
|
-
},
|
|
13062
|
+
}, Xp = ({
|
|
13064
13063
|
replyingTo: e,
|
|
13065
13064
|
commentRef: t,
|
|
13066
13065
|
user: n,
|
|
@@ -13113,7 +13112,7 @@ const { PUBLIC_PUBLICATION_ID: Wp } = $(), $p = Wp, Yp = (e) => {
|
|
|
13113
13112
|
}
|
|
13114
13113
|
)
|
|
13115
13114
|
] });
|
|
13116
|
-
},
|
|
13115
|
+
}, e9 = ({ reply: e, replyingTo: t, user: n, onFlag: r }) => {
|
|
13117
13116
|
const o = e.text;
|
|
13118
13117
|
let s = `${Ke.firstname} ${Ke.lastname}`, i = Ke.username;
|
|
13119
13118
|
return e.user && (s = `${e.user.firstname} ${e.user.lastname}`, i = e.user.username), /* @__PURE__ */ a("div", { className: "comment-item reply", children: /* @__PURE__ */ f("div", { className: "comment-header-container", children: [
|
|
@@ -13129,8 +13128,8 @@ const { PUBLIC_PUBLICATION_ID: Wp } = $(), $p = Wp, Yp = (e) => {
|
|
|
13129
13128
|
/* @__PURE__ */ a(Po, { isReply: !0, onFlag: () => r(e.id) })
|
|
13130
13129
|
] })
|
|
13131
13130
|
] }) });
|
|
13132
|
-
},
|
|
13133
|
-
const c = { morereply: e.morereply ?? !1, reply: e.reply ? e.reply : [] }, [d, l] = J(c), [u, h] =
|
|
13131
|
+
}, t9 = ({ comment: e, replyingTo: t, path: n, user: r, handleReplyingTo: o, onFlag: s, CAPTCHA_KEY_V2: i }) => {
|
|
13132
|
+
const c = { morereply: e.morereply ?? !1, reply: e.reply ? e.reply : [] }, [d, l] = J(c), [u, h] = Te.useState(!1), { PUBLIC_PUBLICATION_ID: m, PUBLIC_X_SECURITY_TOKEN: p } = $(), g = e.text, A = Te.useRef(null);
|
|
13134
13133
|
let w = `${Ke.firstname} ${Ke.lastname}`, v = Ke.username;
|
|
13135
13134
|
e.user && (w = `${e.user.firstname} ${e.user.lastname}`, v = e.user.username);
|
|
13136
13135
|
const S = (_) => {
|
|
@@ -13155,7 +13154,7 @@ const { PUBLIC_PUBLICATION_ID: Wp } = $(), $p = Wp, Yp = (e) => {
|
|
|
13155
13154
|
}
|
|
13156
13155
|
),
|
|
13157
13156
|
t === e.id && r && /* @__PURE__ */ a(
|
|
13158
|
-
|
|
13157
|
+
Xp,
|
|
13159
13158
|
{
|
|
13160
13159
|
replyingTo: t,
|
|
13161
13160
|
commentRef: A,
|
|
@@ -13168,7 +13167,7 @@ const { PUBLIC_PUBLICATION_ID: Wp } = $(), $p = Wp, Yp = (e) => {
|
|
|
13168
13167
|
),
|
|
13169
13168
|
d.reply.length > 0 && /* @__PURE__ */ f("div", { className: "comment-replies", children: [
|
|
13170
13169
|
d.reply.map((_) => /* @__PURE__ */ a(
|
|
13171
|
-
|
|
13170
|
+
e9,
|
|
13172
13171
|
{
|
|
13173
13172
|
user: r,
|
|
13174
13173
|
reply: _,
|
|
@@ -13208,7 +13207,7 @@ const { PUBLIC_PUBLICATION_ID: Wp } = $(), $p = Wp, Yp = (e) => {
|
|
|
13208
13207
|
]
|
|
13209
13208
|
}
|
|
13210
13209
|
) });
|
|
13211
|
-
},
|
|
13210
|
+
}, n9 = ({
|
|
13212
13211
|
commentRef: e,
|
|
13213
13212
|
user: t,
|
|
13214
13213
|
path: n,
|
|
@@ -13255,7 +13254,7 @@ const { PUBLIC_PUBLICATION_ID: Wp } = $(), $p = Wp, Yp = (e) => {
|
|
|
13255
13254
|
}
|
|
13256
13255
|
)
|
|
13257
13256
|
] });
|
|
13258
|
-
}, { PUBLIC_PUBLICATION_ID:
|
|
13257
|
+
}, { PUBLIC_PUBLICATION_ID: a9, PUBLIC_X_SECURITY_TOKEN: r9 } = $(), Lr = a9 ?? "", o9 = ({
|
|
13259
13258
|
isAuthenticated: e,
|
|
13260
13259
|
path: t,
|
|
13261
13260
|
user: n,
|
|
@@ -13264,7 +13263,7 @@ const { PUBLIC_PUBLICATION_ID: Wp } = $(), $p = Wp, Yp = (e) => {
|
|
|
13264
13263
|
}) => {
|
|
13265
13264
|
const s = t.replaceAll("/", "|"), [i, c] = J(
|
|
13266
13265
|
void 0
|
|
13267
|
-
), [d, l] = J(""), { comments: u, setComments: h } =
|
|
13266
|
+
), [d, l] = J(""), { comments: u, setComments: h } = Kp(s), [m, p] = Te.useState(!1), g = Te.useRef(null), A = (E) => {
|
|
13268
13267
|
l(d === E ? "" : E);
|
|
13269
13268
|
}, w = (E) => {
|
|
13270
13269
|
h(
|
|
@@ -13290,7 +13289,7 @@ const { PUBLIC_PUBLICATION_ID: Wp } = $(), $p = Wp, Yp = (e) => {
|
|
|
13290
13289
|
id: void 0,
|
|
13291
13290
|
lastid: O,
|
|
13292
13291
|
state: "5,6",
|
|
13293
|
-
apiToken:
|
|
13292
|
+
apiToken: r9
|
|
13294
13293
|
});
|
|
13295
13294
|
h({
|
|
13296
13295
|
morecomment: Q.morecomment ?? !1,
|
|
@@ -13304,7 +13303,7 @@ const { PUBLIC_PUBLICATION_ID: Wp } = $(), $p = Wp, Yp = (e) => {
|
|
|
13304
13303
|
/* @__PURE__ */ a("div", { className: "comments-container", children: /* @__PURE__ */ a(me, { title: _ || e ? "COMENTARIOS" : !1, children: /* @__PURE__ */ f(K, { children: [
|
|
13305
13304
|
e && n && /* @__PURE__ */ f("div", { className: "comments-header", children: [
|
|
13306
13305
|
/* @__PURE__ */ a(
|
|
13307
|
-
|
|
13306
|
+
Rg,
|
|
13308
13307
|
{
|
|
13309
13308
|
user: n,
|
|
13310
13309
|
handleLogout: r,
|
|
@@ -13312,7 +13311,7 @@ const { PUBLIC_PUBLICATION_ID: Wp } = $(), $p = Wp, Yp = (e) => {
|
|
|
13312
13311
|
}
|
|
13313
13312
|
),
|
|
13314
13313
|
/* @__PURE__ */ a(
|
|
13315
|
-
|
|
13314
|
+
n9,
|
|
13316
13315
|
{
|
|
13317
13316
|
commentRef: g,
|
|
13318
13317
|
user: n,
|
|
@@ -13329,7 +13328,7 @@ const { PUBLIC_PUBLICATION_ID: Wp } = $(), $p = Wp, Yp = (e) => {
|
|
|
13329
13328
|
"data-isauthenticated": `${e}`,
|
|
13330
13329
|
children: [
|
|
13331
13330
|
u.comments.map((E) => /* @__PURE__ */ a(
|
|
13332
|
-
|
|
13331
|
+
t9,
|
|
13333
13332
|
{
|
|
13334
13333
|
comment: E,
|
|
13335
13334
|
replyingTo: d,
|
|
@@ -13355,7 +13354,7 @@ const { PUBLIC_PUBLICATION_ID: Wp } = $(), $p = Wp, Yp = (e) => {
|
|
|
13355
13354
|
)
|
|
13356
13355
|
] }) }) }),
|
|
13357
13356
|
/* @__PURE__ */ a(
|
|
13358
|
-
|
|
13357
|
+
Fp,
|
|
13359
13358
|
{
|
|
13360
13359
|
username: n?.username ?? void 0,
|
|
13361
13360
|
publication: Lr,
|
|
@@ -13366,7 +13365,7 @@ const { PUBLIC_PUBLICATION_ID: Wp } = $(), $p = Wp, Yp = (e) => {
|
|
|
13366
13365
|
}
|
|
13367
13366
|
)
|
|
13368
13367
|
] });
|
|
13369
|
-
},
|
|
13368
|
+
}, N3 = async (e, t) => {
|
|
13370
13369
|
if (!e) throw new Error("No action provided");
|
|
13371
13370
|
if (!t) throw new Error("No site key provided");
|
|
13372
13371
|
const n = window.grecaptcha;
|
|
@@ -13413,7 +13412,7 @@ const { PUBLIC_PUBLICATION_ID: Wp } = $(), $p = Wp, Yp = (e) => {
|
|
|
13413
13412
|
test: (e) => /[^A-Za-z0-9]/.test(e)
|
|
13414
13413
|
}
|
|
13415
13414
|
];
|
|
13416
|
-
function
|
|
13415
|
+
function s9({ goToLogin: e, handleGoogleLogin: t, CAPTCHA_KEY: n }) {
|
|
13417
13416
|
const [r, o] = J({}), [s, i] = J(!1), [c, d] = J(!1), [l, u] = J(null), [h, m] = J(
|
|
13418
13417
|
"register"
|
|
13419
13418
|
), p = (v, S) => {
|
|
@@ -13633,7 +13632,7 @@ function o9({ goToLogin: e, handleGoogleLogin: t, CAPTCHA_KEY: n }) {
|
|
|
13633
13632
|
] })
|
|
13634
13633
|
] });
|
|
13635
13634
|
}
|
|
13636
|
-
function
|
|
13635
|
+
function i9({
|
|
13637
13636
|
onClose: e,
|
|
13638
13637
|
checkAuth: t,
|
|
13639
13638
|
goToRegister: n,
|
|
@@ -13643,7 +13642,7 @@ function s9({
|
|
|
13643
13642
|
const [s, i] = J("login"), [c, d] = J(""), [l, u] = J(""), [h, m] = J(""), [p, g] = J(""), [A, w] = J(""), [v, S] = J(!1), [_, x] = J(!1), [b, E] = J(null);
|
|
13644
13643
|
return console.log("CAPTCHA_KEY", o), /* @__PURE__ */ f(K, { children: [
|
|
13645
13644
|
s === "login" && /* @__PURE__ */ a(
|
|
13646
|
-
|
|
13645
|
+
c9,
|
|
13647
13646
|
{
|
|
13648
13647
|
email: c,
|
|
13649
13648
|
password: l,
|
|
@@ -13684,7 +13683,7 @@ function s9({
|
|
|
13684
13683
|
}
|
|
13685
13684
|
),
|
|
13686
13685
|
s === "forgot" && /* @__PURE__ */ a(
|
|
13687
|
-
|
|
13686
|
+
l9,
|
|
13688
13687
|
{
|
|
13689
13688
|
email: c,
|
|
13690
13689
|
setEmail: d,
|
|
@@ -13717,7 +13716,7 @@ function s9({
|
|
|
13717
13716
|
}
|
|
13718
13717
|
),
|
|
13719
13718
|
s === "changePassword" && /* @__PURE__ */ a(
|
|
13720
|
-
|
|
13719
|
+
d9,
|
|
13721
13720
|
{
|
|
13722
13721
|
email: c,
|
|
13723
13722
|
confirmationCode: h,
|
|
@@ -13766,7 +13765,7 @@ function s9({
|
|
|
13766
13765
|
}
|
|
13767
13766
|
),
|
|
13768
13767
|
s === "feedback" && /* @__PURE__ */ a(
|
|
13769
|
-
|
|
13768
|
+
u9,
|
|
13770
13769
|
{
|
|
13771
13770
|
onBackToLogin: () => {
|
|
13772
13771
|
E(null), i("login");
|
|
@@ -13775,7 +13774,7 @@ function s9({
|
|
|
13775
13774
|
)
|
|
13776
13775
|
] });
|
|
13777
13776
|
}
|
|
13778
|
-
function
|
|
13777
|
+
function c9({
|
|
13779
13778
|
email: e,
|
|
13780
13779
|
password: t,
|
|
13781
13780
|
showPassword: n,
|
|
@@ -13867,7 +13866,7 @@ function i9({
|
|
|
13867
13866
|
)
|
|
13868
13867
|
] });
|
|
13869
13868
|
}
|
|
13870
|
-
function
|
|
13869
|
+
function l9({
|
|
13871
13870
|
email: e,
|
|
13872
13871
|
setEmail: t,
|
|
13873
13872
|
loading: n,
|
|
@@ -13904,7 +13903,7 @@ function c9({
|
|
|
13904
13903
|
}
|
|
13905
13904
|
);
|
|
13906
13905
|
}
|
|
13907
|
-
function
|
|
13906
|
+
function d9({
|
|
13908
13907
|
email: e,
|
|
13909
13908
|
confirmationCode: t,
|
|
13910
13909
|
newPassword: n,
|
|
@@ -13928,7 +13927,7 @@ function l9({
|
|
|
13928
13927
|
children: [
|
|
13929
13928
|
/* @__PURE__ */ f("p", { className: k.message, children: [
|
|
13930
13929
|
"Hemos enviado un código de restablecimiento de contraseña en un mensaje de Correo electrónico a ",
|
|
13931
|
-
|
|
13930
|
+
Xg(e),
|
|
13932
13931
|
". Ingrese el código y la contraseña nueva."
|
|
13933
13932
|
] }),
|
|
13934
13933
|
/* @__PURE__ */ f("ul", { className: k.formUl, children: [
|
|
@@ -14015,13 +14014,13 @@ function l9({
|
|
|
14015
14014
|
}
|
|
14016
14015
|
);
|
|
14017
14016
|
}
|
|
14018
|
-
function
|
|
14017
|
+
function u9({ onBackToLogin: e }) {
|
|
14019
14018
|
return /* @__PURE__ */ f("div", { className: k.form, children: [
|
|
14020
14019
|
/* @__PURE__ */ a("p", { className: k.success, children: "La contraseña fue cambiada con éxito" }),
|
|
14021
14020
|
/* @__PURE__ */ a("button", { type: "button", className: k.primary, onClick: e, children: "Iniciar Sesión" })
|
|
14022
14021
|
] });
|
|
14023
14022
|
}
|
|
14024
|
-
function
|
|
14023
|
+
function h9({
|
|
14025
14024
|
loginUrl: e,
|
|
14026
14025
|
onClose: t,
|
|
14027
14026
|
checkAuth: n,
|
|
@@ -14059,7 +14058,7 @@ function u9({
|
|
|
14059
14058
|
)
|
|
14060
14059
|
] }),
|
|
14061
14060
|
s === "login" && /* @__PURE__ */ a(
|
|
14062
|
-
|
|
14061
|
+
i9,
|
|
14063
14062
|
{
|
|
14064
14063
|
onClose: t,
|
|
14065
14064
|
checkAuth: n,
|
|
@@ -14069,7 +14068,7 @@ function u9({
|
|
|
14069
14068
|
}
|
|
14070
14069
|
),
|
|
14071
14070
|
s === "register" && /* @__PURE__ */ a(
|
|
14072
|
-
|
|
14071
|
+
s9,
|
|
14073
14072
|
{
|
|
14074
14073
|
handleGoogleLogin: c,
|
|
14075
14074
|
goToLogin: () => i("login"),
|
|
@@ -14080,7 +14079,7 @@ function u9({
|
|
|
14080
14079
|
}
|
|
14081
14080
|
);
|
|
14082
14081
|
}
|
|
14083
|
-
function
|
|
14082
|
+
function m9({
|
|
14084
14083
|
isAuthenticated: e,
|
|
14085
14084
|
setIsAuthenticated: t,
|
|
14086
14085
|
loginUrl: n,
|
|
@@ -14090,10 +14089,10 @@ function h9({
|
|
|
14090
14089
|
icon: i,
|
|
14091
14090
|
COMMENTS_VARS: c
|
|
14092
14091
|
}) {
|
|
14093
|
-
const [d, l] =
|
|
14092
|
+
const [d, l] = Te.useState(!1);
|
|
14094
14093
|
return /* @__PURE__ */ f(K, { children: [
|
|
14095
14094
|
d && /* @__PURE__ */ a(
|
|
14096
|
-
|
|
14095
|
+
h9,
|
|
14097
14096
|
{
|
|
14098
14097
|
loginUrl: n,
|
|
14099
14098
|
icon: i,
|
|
@@ -14119,7 +14118,7 @@ function h9({
|
|
|
14119
14118
|
)
|
|
14120
14119
|
] }),
|
|
14121
14120
|
/* @__PURE__ */ a(
|
|
14122
|
-
|
|
14121
|
+
o9,
|
|
14123
14122
|
{
|
|
14124
14123
|
isAuthenticated: e,
|
|
14125
14124
|
handleLogout: async () => {
|
|
@@ -14135,7 +14134,7 @@ function h9({
|
|
|
14135
14134
|
)
|
|
14136
14135
|
] });
|
|
14137
14136
|
}
|
|
14138
|
-
function
|
|
14137
|
+
function f9({
|
|
14139
14138
|
isVisible: e,
|
|
14140
14139
|
path: t,
|
|
14141
14140
|
icon: n,
|
|
@@ -14180,7 +14179,7 @@ function m9({
|
|
|
14180
14179
|
}
|
|
14181
14180
|
);
|
|
14182
14181
|
return o === null ? h : e ? /* @__PURE__ */ a(
|
|
14183
|
-
|
|
14182
|
+
m9,
|
|
14184
14183
|
{
|
|
14185
14184
|
icon: n,
|
|
14186
14185
|
isAuthenticated: o,
|
|
@@ -14193,7 +14192,7 @@ function m9({
|
|
|
14193
14192
|
}
|
|
14194
14193
|
) : h;
|
|
14195
14194
|
}
|
|
14196
|
-
const
|
|
14195
|
+
const S3 = ({
|
|
14197
14196
|
render: e,
|
|
14198
14197
|
internalPath: t,
|
|
14199
14198
|
section: n,
|
|
@@ -14203,8 +14202,8 @@ const N3 = ({
|
|
|
14203
14202
|
isVisibleDefault: i = !1,
|
|
14204
14203
|
COMMENTS_VARS: c
|
|
14205
14204
|
}) => {
|
|
14206
|
-
const d = Or(null), [l, u] =
|
|
14207
|
-
|
|
14205
|
+
const d = Or(null), [l, u] = Te.useState(i);
|
|
14206
|
+
Te.useEffect(() => {
|
|
14208
14207
|
if (i || l) return;
|
|
14209
14208
|
const m = new IntersectionObserver(
|
|
14210
14209
|
([p]) => {
|
|
@@ -14219,7 +14218,7 @@ const N3 = ({
|
|
|
14219
14218
|
}, []);
|
|
14220
14219
|
const h = {
|
|
14221
14220
|
comment: /* @__PURE__ */ a(
|
|
14222
|
-
|
|
14221
|
+
f9,
|
|
14223
14222
|
{
|
|
14224
14223
|
path: t,
|
|
14225
14224
|
icon: s,
|
|
@@ -14228,7 +14227,7 @@ const N3 = ({
|
|
|
14228
14227
|
}
|
|
14229
14228
|
),
|
|
14230
14229
|
more: /* @__PURE__ */ a(
|
|
14231
|
-
|
|
14230
|
+
Ig,
|
|
14232
14231
|
{
|
|
14233
14232
|
section: n,
|
|
14234
14233
|
currentNews: r,
|
|
@@ -14249,7 +14248,7 @@ const N3 = ({
|
|
|
14249
14248
|
}
|
|
14250
14249
|
);
|
|
14251
14250
|
};
|
|
14252
|
-
async function
|
|
14251
|
+
async function E3({
|
|
14253
14252
|
publication: e,
|
|
14254
14253
|
path: t,
|
|
14255
14254
|
username: n,
|
|
@@ -14353,7 +14352,7 @@ async function S3({
|
|
|
14353
14352
|
};
|
|
14354
14353
|
}
|
|
14355
14354
|
}
|
|
14356
|
-
const
|
|
14355
|
+
const x3 = async ({
|
|
14357
14356
|
token: e,
|
|
14358
14357
|
projectId: t,
|
|
14359
14358
|
captchaKey: n,
|
|
@@ -14389,69 +14388,69 @@ const E3 = async ({
|
|
|
14389
14388
|
};
|
|
14390
14389
|
export {
|
|
14391
14390
|
vs as AssetsPreconnect,
|
|
14392
|
-
|
|
14393
|
-
|
|
14394
|
-
|
|
14391
|
+
w3 as AutorComponent,
|
|
14392
|
+
nu as AutorHeader1,
|
|
14393
|
+
mu as AutorHeader2,
|
|
14395
14394
|
ge as BannerAdvertising,
|
|
14396
14395
|
rt as BannerAdvertisingMiddle,
|
|
14397
|
-
|
|
14396
|
+
J9 as CarrouselCSR,
|
|
14398
14397
|
Et as CarrouselIRS,
|
|
14399
|
-
|
|
14400
|
-
|
|
14398
|
+
Zf as CarruselCard,
|
|
14399
|
+
i2 as CarruselOpinion,
|
|
14401
14400
|
at as CommonServices,
|
|
14402
14401
|
zo as Comscore,
|
|
14403
|
-
|
|
14404
|
-
|
|
14405
|
-
|
|
14406
|
-
|
|
14402
|
+
h3 as ContactInfoServer,
|
|
14403
|
+
n3 as ContactInput,
|
|
14404
|
+
a3 as ContactSelect,
|
|
14405
|
+
r3 as ContactTextarea,
|
|
14407
14406
|
zt as ContentLayout1,
|
|
14408
14407
|
sr as ContentLayoutTema,
|
|
14409
|
-
|
|
14410
|
-
|
|
14411
|
-
|
|
14408
|
+
g3 as DEBUG_MainSlots,
|
|
14409
|
+
ef as DestacadoNoticias,
|
|
14410
|
+
Mf as DestacadoVideos,
|
|
14412
14411
|
uc as DynamicBlockServices,
|
|
14413
|
-
|
|
14412
|
+
f3 as DynamicComponents,
|
|
14414
14413
|
Vn as DynamicMainSlot,
|
|
14415
14414
|
ko as DynamicSlot,
|
|
14416
|
-
|
|
14417
|
-
|
|
14415
|
+
c3 as EditorialBlock,
|
|
14416
|
+
t3 as ErrorComponent,
|
|
14418
14417
|
qs as Font,
|
|
14419
|
-
|
|
14418
|
+
X9 as Footer,
|
|
14420
14419
|
ws as FormatAfterScripts,
|
|
14421
14420
|
Gr as FormatScripts,
|
|
14422
14421
|
Fo as GA4,
|
|
14423
14422
|
Wo as GTM,
|
|
14424
14423
|
To as GalleryHeader,
|
|
14425
|
-
|
|
14426
|
-
|
|
14427
|
-
|
|
14428
|
-
|
|
14424
|
+
Y9 as GenerateBody,
|
|
14425
|
+
$9 as GenerateHead,
|
|
14426
|
+
s3 as Header,
|
|
14427
|
+
A0 as IframeHeader,
|
|
14429
14428
|
al as ImageOffline,
|
|
14430
14429
|
Ue as ImageOnline,
|
|
14431
14430
|
el as ImageOnlineClient,
|
|
14432
|
-
|
|
14431
|
+
V9 as IssuuServices,
|
|
14433
14432
|
Ts as ItemListSchema,
|
|
14434
|
-
|
|
14435
|
-
|
|
14433
|
+
bm as JournalistArticule2,
|
|
14434
|
+
Im as JournalistGroup,
|
|
14436
14435
|
_o as LayoutNewsComponent,
|
|
14437
|
-
|
|
14436
|
+
S3 as LazyLoader,
|
|
14438
14437
|
B as LinkComponent,
|
|
14439
14438
|
j1 as LiveBlogHeader,
|
|
14440
|
-
|
|
14441
|
-
|
|
14439
|
+
K9 as Location,
|
|
14440
|
+
E9 as MainComponentServices,
|
|
14442
14441
|
$o as Marfeel,
|
|
14443
14442
|
ht as MiddleSection,
|
|
14444
14443
|
xo as Modulo1x3,
|
|
14445
|
-
|
|
14446
|
-
|
|
14447
|
-
|
|
14448
|
-
|
|
14449
|
-
|
|
14450
|
-
|
|
14451
|
-
|
|
14452
|
-
|
|
14444
|
+
Jf as Modulo1x3Card,
|
|
14445
|
+
Uf as Modulo1x4,
|
|
14446
|
+
Bf as Modulo1x5,
|
|
14447
|
+
l3 as Modulo2Columnas,
|
|
14448
|
+
Tf as Modulo3Columnas,
|
|
14449
|
+
d3 as ModuloNewsletter,
|
|
14450
|
+
i3 as ModuloOpinion,
|
|
14451
|
+
Tg as NewListResponseDataPH,
|
|
14453
14452
|
Is as NewsArticle,
|
|
14454
|
-
|
|
14453
|
+
p3 as NewsComponent,
|
|
14455
14454
|
oa as NewsContent,
|
|
14456
14455
|
xt as NewsDescriptionComponent,
|
|
14457
14456
|
wn as NextPrev,
|
|
@@ -14459,81 +14458,81 @@ export {
|
|
|
14459
14458
|
Da as PreloadImages,
|
|
14460
14459
|
$e as REPORT_REASONS,
|
|
14461
14460
|
ba as Readest,
|
|
14462
|
-
|
|
14463
|
-
|
|
14461
|
+
b3 as ScriptHydrator,
|
|
14462
|
+
y3 as SearchSection,
|
|
14464
14463
|
me as Section,
|
|
14465
14464
|
Ze as SectionCard,
|
|
14466
14465
|
kn as SectionCard2,
|
|
14467
14466
|
ia as SectionCardServerComponent,
|
|
14468
|
-
|
|
14467
|
+
u3 as SectionServerComponent,
|
|
14469
14468
|
wc as ShowSection,
|
|
14470
|
-
|
|
14469
|
+
H2 as SocialNetworks,
|
|
14471
14470
|
Es as SpeculationRules,
|
|
14472
|
-
|
|
14471
|
+
m3 as StaticSlotWrapper,
|
|
14473
14472
|
Al as SubscribeColumn,
|
|
14474
14473
|
kl as SubscribeRow,
|
|
14475
|
-
|
|
14476
|
-
|
|
14477
|
-
|
|
14474
|
+
Z9 as SubscribeWhatsAppColumn,
|
|
14475
|
+
A3 as TagComponent,
|
|
14476
|
+
um as TagSection,
|
|
14478
14477
|
V1 as TimeLine,
|
|
14479
|
-
|
|
14480
|
-
|
|
14481
|
-
|
|
14482
|
-
|
|
14483
|
-
|
|
14484
|
-
|
|
14478
|
+
b9 as TrimPathname,
|
|
14479
|
+
e3 as VideoBlock3,
|
|
14480
|
+
o3 as VideoBlock4,
|
|
14481
|
+
u0 as VideoEmbeddedHeader,
|
|
14482
|
+
v3 as VideoSection,
|
|
14483
|
+
f0 as VideoYoutubeHeader,
|
|
14485
14484
|
Rs as VideosSchemas,
|
|
14486
14485
|
Us as WebsiteList,
|
|
14487
|
-
|
|
14486
|
+
E3 as addComment,
|
|
14488
14487
|
fa as bannersReplace,
|
|
14489
14488
|
Dt as becomeVideoObject,
|
|
14490
14489
|
vt as buildTagUrl,
|
|
14491
14490
|
cd as coloringByStrokeSVGs,
|
|
14492
14491
|
Ea as compileStyleProps,
|
|
14493
14492
|
je as cutString,
|
|
14494
|
-
|
|
14493
|
+
w9 as extractRealtedNews,
|
|
14495
14494
|
Me as formatDate,
|
|
14496
|
-
|
|
14495
|
+
y9 as formatDateEdiciones,
|
|
14497
14496
|
Mr as formatDateJournalistArticule,
|
|
14498
14497
|
us as formatDateTimeline,
|
|
14499
14498
|
fs as formatNewsMeta,
|
|
14500
14499
|
Cs as formatVideoData,
|
|
14501
|
-
|
|
14502
|
-
|
|
14503
|
-
|
|
14500
|
+
W9 as generalGetData,
|
|
14501
|
+
N3 as getCaptchaToken,
|
|
14502
|
+
Wp as getComments,
|
|
14504
14503
|
$ as getConfig,
|
|
14505
|
-
|
|
14504
|
+
F9 as getDynamicSlots,
|
|
14506
14505
|
pn as getEnvironmentUrl,
|
|
14507
14506
|
ms as getEnvironmentUrlFront,
|
|
14508
|
-
|
|
14507
|
+
N9 as getHydratorPath,
|
|
14509
14508
|
pe as getImageUrl,
|
|
14510
14509
|
Ft as getNextMeta,
|
|
14511
14510
|
$t as getPage,
|
|
14512
14511
|
va as getPlayIcon,
|
|
14513
|
-
|
|
14512
|
+
S9 as getPreloadImages,
|
|
14514
14513
|
Wt as getPrevMeta,
|
|
14515
|
-
|
|
14514
|
+
_3 as getReportReasonLabel,
|
|
14516
14515
|
jr as getResponse,
|
|
14517
14516
|
hs as getResponsePromise,
|
|
14518
14517
|
ga as getSchemas,
|
|
14519
14518
|
zr as getScriptReplaces,
|
|
14520
14519
|
Bs as getSlugs,
|
|
14521
|
-
|
|
14522
|
-
|
|
14520
|
+
C9 as getTypeOfNews,
|
|
14521
|
+
_9 as getVideoRealPath,
|
|
14523
14522
|
ka as handleGetComments,
|
|
14524
|
-
|
|
14523
|
+
A9 as initLibrary,
|
|
14525
14524
|
ys as metadataToJSX,
|
|
14526
14525
|
mc as metadata_defaults,
|
|
14527
14526
|
Qr as parseTags,
|
|
14528
14527
|
gs as pathnameSplit,
|
|
14529
|
-
|
|
14528
|
+
v9 as processExtractedRelatedNews,
|
|
14530
14529
|
Ls as removePages,
|
|
14531
|
-
|
|
14530
|
+
C3 as reportComment,
|
|
14532
14531
|
Md as shareButtons,
|
|
14533
14532
|
Na as socialIcons,
|
|
14534
14533
|
Ns as speculationRules,
|
|
14535
14534
|
_s as speculationRulesHome,
|
|
14536
14535
|
ps as urlReplaces,
|
|
14537
14536
|
vo as usePlayIcon,
|
|
14538
|
-
|
|
14537
|
+
x3 as verifyCaptchaTokenEnterprise
|
|
14539
14538
|
};
|