sass-template-common 0.2.96 → 0.2.98
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.
|
@@ -55,7 +55,7 @@ let sa = {
|
|
|
55
55
|
SHOW_NEWS_MORE_NEWS: !0,
|
|
56
56
|
SHOW_NEWS_RELATED_NEWS: !0
|
|
57
57
|
};
|
|
58
|
-
function
|
|
58
|
+
function I9(e = {}) {
|
|
59
59
|
sa = { ...sa, ...e };
|
|
60
60
|
}
|
|
61
61
|
function Y() {
|
|
@@ -651,7 +651,7 @@ const Sn = (e) => e === "en" ? "en" : "es", je = (e, t) => {
|
|
|
651
651
|
}, uo = (e) => {
|
|
652
652
|
const { PUBLIC_LNG: t, DATE_TIMEZONE: n } = Y(), s = Sn(t ?? "es");
|
|
653
653
|
return Ie.tz(e, n).locale(s).format("MM/DD/YYYY [•] HH:mm [HS]");
|
|
654
|
-
},
|
|
654
|
+
}, T9 = (e) => {
|
|
655
655
|
const { PUBLIC_LNG: t, DATE_TIMEZONE: n } = Y(), s = Sn(t ?? "es");
|
|
656
656
|
return Ie.tz(e, n).locale(s).format("dddd DD [de] MMMM YYYY");
|
|
657
657
|
}, Qe = (e, t = 136) => e && e.length > t ? `${e.substring(0, t)}...` : e;
|
|
@@ -705,7 +705,7 @@ const Mt = (e, t, n, s) => ({
|
|
|
705
705
|
tags: []
|
|
706
706
|
}
|
|
707
707
|
});
|
|
708
|
-
function
|
|
708
|
+
function k9(e) {
|
|
709
709
|
if (!e || !e.body || !e.body.rendered) return [];
|
|
710
710
|
const t = e?.body?.rendered, n = [], s = t.match(
|
|
711
711
|
/<div[^>]*class=["'][^"']*ck-related-news[^"']*["'][^>]*>[\s\S]*?<\/div>/gi
|
|
@@ -722,7 +722,7 @@ function T9(e) {
|
|
|
722
722
|
}
|
|
723
723
|
return n;
|
|
724
724
|
}
|
|
725
|
-
const
|
|
725
|
+
const U9 = async (e, t) => {
|
|
726
726
|
const n = [];
|
|
727
727
|
return e.forEach((o) => {
|
|
728
728
|
o.forEach(async (i) => {
|
|
@@ -984,7 +984,7 @@ const k9 = async (e, t) => {
|
|
|
984
984
|
o > 0 && (s += `/${r}`);
|
|
985
985
|
}), `${s}/page/${n - 1}`;
|
|
986
986
|
};
|
|
987
|
-
function
|
|
987
|
+
function q9(e) {
|
|
988
988
|
const t = e.length;
|
|
989
989
|
return t > 1 && e.charCodeAt(t - 1) === 47 ? e.slice(0, t - 1) : e;
|
|
990
990
|
}
|
|
@@ -1043,7 +1043,7 @@ const vo = () => {
|
|
|
1043
1043
|
]
|
|
1044
1044
|
}
|
|
1045
1045
|
};
|
|
1046
|
-
},
|
|
1046
|
+
}, R9 = (e) => {
|
|
1047
1047
|
let t = "";
|
|
1048
1048
|
if (e.params.news.match(/.*t[0-9]*.html/g)) {
|
|
1049
1049
|
const n = e.params.news.split("-"), s = n[n.length - 1] ?? "", r = s.substring(1, 9), o = s.substring(9, 13);
|
|
@@ -1061,7 +1061,7 @@ const vo = () => {
|
|
|
1061
1061
|
}
|
|
1062
1062
|
return e.config.servicePrefix + t;
|
|
1063
1063
|
};
|
|
1064
|
-
function
|
|
1064
|
+
function L9(e) {
|
|
1065
1065
|
const t = e.lastIndexOf("-"), n = t >= 0 ? [e.slice(0, t), e.slice(t + 1)] : [e], s = n[n.length - 1]?.split("."), r = s && s[0] ? s[0] : "", o = r.substring(0, 2), i = r.substring(2, 10), c = r.substring(10);
|
|
1066
1066
|
return { path: {
|
|
1067
1067
|
vy: (l) => `/videos/video-youtube/${Ie(i).format(
|
|
@@ -1076,7 +1076,7 @@ function R9(e) {
|
|
|
1076
1076
|
const vt = (e, t) => {
|
|
1077
1077
|
const n = e.name.normalize("NFD").replace(/[\u0300-\u036f]/g, "").replace(/ñ/g, "n").replace(/Ñ/g, "n").replace(/[^\w\s]/gi, "").replaceAll(" ", "-").toLowerCase();
|
|
1078
1078
|
return t.tema ? `/${t.tema}/${n}-t${e.id}` : `/${n}-t${e.id}`;
|
|
1079
|
-
},
|
|
1079
|
+
}, B9 = (e) => {
|
|
1080
1080
|
const { AssetsPrefix: t = "", AssetsPath: n = "src", isDev: s = !1 } = e;
|
|
1081
1081
|
return s ? "src" : t + n;
|
|
1082
1082
|
}, _o = { prerender: [
|
|
@@ -1381,7 +1381,7 @@ const To = async ({
|
|
|
1381
1381
|
}, Kt = (e) => {
|
|
1382
1382
|
const t = e.split("/"), n = t[t.length - 1] ?? "1";
|
|
1383
1383
|
return Number(n) > 0 ? Number(n) : 1;
|
|
1384
|
-
},
|
|
1384
|
+
}, O9 = (e, t = 2) => {
|
|
1385
1385
|
if (!e || e.length === 0) return [];
|
|
1386
1386
|
const n = [];
|
|
1387
1387
|
for (let s = 0; s < t; s++) {
|
|
@@ -1394,7 +1394,7 @@ const To = async ({
|
|
|
1394
1394
|
}
|
|
1395
1395
|
return n;
|
|
1396
1396
|
};
|
|
1397
|
-
class
|
|
1397
|
+
class P9 {
|
|
1398
1398
|
exclude = "keywords,gallery,related,relatedexternal,external,customfields";
|
|
1399
1399
|
config = {};
|
|
1400
1400
|
imgSizes = {};
|
|
@@ -3267,22 +3267,22 @@ re.getAdapter = mr.getAdapter;
|
|
|
3267
3267
|
re.HttpStatusCode = ca;
|
|
3268
3268
|
re.default = re;
|
|
3269
3269
|
const {
|
|
3270
|
-
Axios:
|
|
3271
|
-
AxiosError:
|
|
3272
|
-
CanceledError:
|
|
3273
|
-
isCancel:
|
|
3274
|
-
CancelToken:
|
|
3275
|
-
VERSION:
|
|
3276
|
-
all:
|
|
3277
|
-
Cancel:
|
|
3278
|
-
isAxiosError:
|
|
3279
|
-
spread:
|
|
3280
|
-
toFormData:
|
|
3281
|
-
AxiosHeaders:
|
|
3282
|
-
HttpStatusCode:
|
|
3283
|
-
formToJSON:
|
|
3284
|
-
getAdapter:
|
|
3285
|
-
mergeConfig:
|
|
3270
|
+
Axios: j9,
|
|
3271
|
+
AxiosError: Q9,
|
|
3272
|
+
CanceledError: G9,
|
|
3273
|
+
isCancel: H9,
|
|
3274
|
+
CancelToken: z9,
|
|
3275
|
+
VERSION: V9,
|
|
3276
|
+
all: F9,
|
|
3277
|
+
Cancel: $9,
|
|
3278
|
+
isAxiosError: W9,
|
|
3279
|
+
spread: Y9,
|
|
3280
|
+
toFormData: K9,
|
|
3281
|
+
AxiosHeaders: J9,
|
|
3282
|
+
HttpStatusCode: Z9,
|
|
3283
|
+
formToJSON: X9,
|
|
3284
|
+
getAdapter: e3,
|
|
3285
|
+
mergeConfig: t3
|
|
3286
3286
|
} = re;
|
|
3287
3287
|
class lt {
|
|
3288
3288
|
constructor(t) {
|
|
@@ -3424,7 +3424,7 @@ class uc extends lt {
|
|
|
3424
3424
|
return { blockSass: n.data.data };
|
|
3425
3425
|
};
|
|
3426
3426
|
}
|
|
3427
|
-
class
|
|
3427
|
+
class n3 {
|
|
3428
3428
|
issuuApi = "https://api.issuu.com/v2";
|
|
3429
3429
|
api = void 0;
|
|
3430
3430
|
constructor(t) {
|
|
@@ -3460,7 +3460,7 @@ class t3 {
|
|
|
3460
3460
|
}
|
|
3461
3461
|
}
|
|
3462
3462
|
}
|
|
3463
|
-
const
|
|
3463
|
+
const a3 = async (e, t, n, s, r, o, i) => {
|
|
3464
3464
|
const c = new uc({
|
|
3465
3465
|
config: t,
|
|
3466
3466
|
imgSizes: n,
|
|
@@ -3490,7 +3490,7 @@ const n3 = async (e, t, n, s, r, o, i) => {
|
|
|
3490
3490
|
}, mc = (e) => {
|
|
3491
3491
|
const t = Gs(e);
|
|
3492
3492
|
return t && t.data ? t.data : t;
|
|
3493
|
-
},
|
|
3493
|
+
}, s3 = async (e) => {
|
|
3494
3494
|
const t = await Promise.allSettled(
|
|
3495
3495
|
Object.values(e).map((r) => r.promise)
|
|
3496
3496
|
), n = Object.keys(e), s = {};
|
|
@@ -3789,7 +3789,7 @@ const n3 = async (e, t, n, s, r, o, i) => {
|
|
|
3789
3789
|
}
|
|
3790
3790
|
}
|
|
3791
3791
|
};
|
|
3792
|
-
async function
|
|
3792
|
+
async function r3({
|
|
3793
3793
|
axiosApi: e,
|
|
3794
3794
|
headConfig: t = {
|
|
3795
3795
|
ampConfig: !1,
|
|
@@ -3905,7 +3905,7 @@ async function s3({
|
|
|
3905
3905
|
_
|
|
3906
3906
|
] });
|
|
3907
3907
|
}
|
|
3908
|
-
const
|
|
3908
|
+
const o3 = ({
|
|
3909
3909
|
children: e,
|
|
3910
3910
|
defaultRouteName: t,
|
|
3911
3911
|
banners: n,
|
|
@@ -3956,7 +3956,7 @@ const r3 = ({
|
|
|
3956
3956
|
), Ac = "_content_19rc1_1", wc = "_location_19rc1_11", ss = {
|
|
3957
3957
|
content: Ac,
|
|
3958
3958
|
location: wc
|
|
3959
|
-
},
|
|
3959
|
+
}, i3 = (e) => /* @__PURE__ */ f("div", { className: ss.content, children: [
|
|
3960
3960
|
/* @__PURE__ */ a(pc, {}),
|
|
3961
3961
|
/* @__PURE__ */ a("p", { className: ss.location, children: e.place })
|
|
3962
3962
|
] }), Ft = ({
|
|
@@ -4103,7 +4103,7 @@ function vc({
|
|
|
4103
4103
|
}
|
|
4104
4104
|
};
|
|
4105
4105
|
}
|
|
4106
|
-
function
|
|
4106
|
+
function c3(e) {
|
|
4107
4107
|
const {
|
|
4108
4108
|
children: t,
|
|
4109
4109
|
slot_id: n,
|
|
@@ -5952,7 +5952,7 @@ const nl = (e) => {
|
|
|
5952
5952
|
whatsappLink: Dl,
|
|
5953
5953
|
subscribeText: Ml,
|
|
5954
5954
|
terms: jl
|
|
5955
|
-
},
|
|
5955
|
+
}, l3 = (e) => /* @__PURE__ */ f("section", { className: Ge.content, children: [
|
|
5956
5956
|
/* @__PURE__ */ a(Ul, { className: Ge.subscribeImage }),
|
|
5957
5957
|
/* @__PURE__ */ f("div", { className: Ge.contentTitle, children: [
|
|
5958
5958
|
/* @__PURE__ */ a("p", { className: Ge.title, children: "Mantenete Informado" }),
|
|
@@ -6197,7 +6197,7 @@ const nl = (e) => {
|
|
|
6197
6197
|
/* @__PURE__ */ a("path", { fill: "currentColor", d: "M12.8,18.6v-6.9l5.9,3.4L12.8,18.6z" })
|
|
6198
6198
|
]
|
|
6199
6199
|
}
|
|
6200
|
-
),
|
|
6200
|
+
), d3 = ["telegram"], xa = {
|
|
6201
6201
|
facebook: (e) => /* @__PURE__ */ a(qn, { ...e }),
|
|
6202
6202
|
instagram: (e) => /* @__PURE__ */ a(Rn, { ...e }),
|
|
6203
6203
|
whatsapp: (e) => /* @__PURE__ */ a(sd, { ...e }),
|
|
@@ -6207,7 +6207,7 @@ const nl = (e) => {
|
|
|
6207
6207
|
gnews: (e) => /* @__PURE__ */ a(ed, { ...e }),
|
|
6208
6208
|
podcast: (e) => /* @__PURE__ */ a(td, { ...e }),
|
|
6209
6209
|
telegram: (e) => /* @__PURE__ */ a(nd, { ...e })
|
|
6210
|
-
},
|
|
6210
|
+
}, u3 = (e) => {
|
|
6211
6211
|
const { freeZone: t, socials: n, menu: s, customBlock: r } = e;
|
|
6212
6212
|
return /* @__PURE__ */ f("footer", { className: Se.content, children: [
|
|
6213
6213
|
/* @__PURE__ */ f("section", { className: Se.brandContent, children: [
|
|
@@ -6490,7 +6490,7 @@ const Pd = "_content_r1co8_1", Dd = "_videoContent_r1co8_20", Md = "_articleSect
|
|
|
6490
6490
|
correspondent: Gd,
|
|
6491
6491
|
iframeStyled: Hd,
|
|
6492
6492
|
contentFrame: zd
|
|
6493
|
-
},
|
|
6493
|
+
}, m3 = (e) => {
|
|
6494
6494
|
const t = () => e?.video.main.author ? `${e?.video.main.author} - ${je(
|
|
6495
6495
|
e.video.info.date.created
|
|
6496
6496
|
)}` : e?.video.main.author;
|
|
@@ -6722,7 +6722,7 @@ const Pd = "_content_r1co8_1", Dd = "_videoContent_r1co8_20", Md = "_articleSect
|
|
|
6722
6722
|
title: u1,
|
|
6723
6723
|
description: m1,
|
|
6724
6724
|
linkStyled: h1
|
|
6725
|
-
},
|
|
6725
|
+
}, h3 = (e) => {
|
|
6726
6726
|
const t = e.logo;
|
|
6727
6727
|
return /* @__PURE__ */ f("section", { className: pt.content, children: [
|
|
6728
6728
|
e.backgroundImgURL && /* @__PURE__ */ a("img", { className: pt.before, src: e.backgroundImgURL, alt: "" }),
|
|
@@ -6739,7 +6739,7 @@ const Pd = "_content_r1co8_1", Dd = "_videoContent_r1co8_20", Md = "_articleSect
|
|
|
6739
6739
|
label: p1,
|
|
6740
6740
|
required: A1,
|
|
6741
6741
|
input: w1
|
|
6742
|
-
},
|
|
6742
|
+
}, f3 = (e) => /* @__PURE__ */ f("div", { className: Ut.content, children: [
|
|
6743
6743
|
/* @__PURE__ */ f("div", { className: Ut.contentLabel, children: [
|
|
6744
6744
|
/* @__PURE__ */ a("label", { className: Ut.label, children: e.label }),
|
|
6745
6745
|
e.required && /* @__PURE__ */ a("span", { className: Ut.required, children: "*" })
|
|
@@ -6751,7 +6751,7 @@ const Pd = "_content_r1co8_1", Dd = "_videoContent_r1co8_20", Md = "_articleSect
|
|
|
6751
6751
|
label: b1,
|
|
6752
6752
|
required: C1,
|
|
6753
6753
|
input: _1
|
|
6754
|
-
},
|
|
6754
|
+
}, g3 = (e) => /* @__PURE__ */ f("div", { className: qt.content, children: [
|
|
6755
6755
|
/* @__PURE__ */ f("div", { className: qt.contentLabel, children: [
|
|
6756
6756
|
/* @__PURE__ */ a("label", { className: qt.label, children: e.label }),
|
|
6757
6757
|
e.required && /* @__PURE__ */ a("span", { className: qt.required, children: "*" })
|
|
@@ -6764,7 +6764,7 @@ const Pd = "_content_r1co8_1", Dd = "_videoContent_r1co8_20", Md = "_articleSect
|
|
|
6764
6764
|
content: N1,
|
|
6765
6765
|
label: S1,
|
|
6766
6766
|
input: E1
|
|
6767
|
-
},
|
|
6767
|
+
}, p3 = (e) => /* @__PURE__ */ f("div", { className: Qn.content, children: [
|
|
6768
6768
|
/* @__PURE__ */ a("label", { className: Qn.label, children: e.label }),
|
|
6769
6769
|
/* @__PURE__ */ a("textarea", { className: Qn.input, ...e })
|
|
6770
6770
|
] }), x1 = "_boxInformation_achvw_1", I1 = "_textBox_achvw_30", T1 = "_contentBox_achvw_40", k1 = "_liveBox_achvw_50", U1 = "_dot_achvw_72", q1 = "_sectionDescription_achvw_97", R1 = "_articule_achvw_110", L1 = "_description_achvw_137", tt = {
|
|
@@ -6823,7 +6823,7 @@ const Pd = "_content_r1co8_1", Dd = "_videoContent_r1co8_20", Md = "_articleSect
|
|
|
6823
6823
|
}, G1 = (e) => /* @__PURE__ */ a("section", { className: en.content, children: e.itemList[0]?.list.items.map((t, n) => /* @__PURE__ */ f("div", { className: en.contentLine, children: [
|
|
6824
6824
|
/* @__PURE__ */ a(O, { className: en.dateLink, href: `#item-${n + 1}`, children: uo(t.date) }),
|
|
6825
6825
|
/* @__PURE__ */ a("div", { className: en.contentText, children: (e.itemList[0]?.list.integrated, t.title) })
|
|
6826
|
-
] }, n)) }), H1 = "
|
|
6826
|
+
] }, n)) }), H1 = "_content_hvy9a_1", z1 = "_contentInfo_hvy9a_11", V1 = "_imageContainer_hvy9a_19", F1 = "_imageStyled_hvy9a_28", $1 = "_contentIconStyled_hvy9a_39", W1 = "_name_hvy9a_65", Y1 = "_email_hvy9a_74", K1 = "_description_hvy9a_104", J1 = "_contenSocialNetwork_hvy9a_116", Z1 = "_socialIcon_hvy9a_126", X1 = "_faceBookIcon_hvy9a_131", eu = "_socialFacebookIcon_hvy9a_136", tu = "_socialIconLink_hvy9a_140", nu = "_socialIconStroke_hvy9a_144", ue = {
|
|
6827
6827
|
content: H1,
|
|
6828
6828
|
contentInfo: z1,
|
|
6829
6829
|
imageContainer: V1,
|
|
@@ -6843,8 +6843,8 @@ const Pd = "_content_r1co8_1", Dd = "_videoContent_r1co8_20", Md = "_articleSect
|
|
|
6843
6843
|
return e;
|
|
6844
6844
|
const t = e.trim();
|
|
6845
6845
|
return t.startsWith("http://") || t.startsWith("https://") ? t : `https://${t}`;
|
|
6846
|
-
}, au = async (e) => {
|
|
6847
|
-
const { autor: t, autorIcon: n } = e, s = n, r = t?.info?.image?.sizes?.[0]?.url ?? "", o = t?.info?.fullname ?? "", i = t?.info?.email ?? "", c = t?.addtional?.USER_SHOWEMAIL ?? !1, d = t?.addtional?.USER_SHOWBIO ?? !1, l = t?.addtional?.USER_MIBIO ?? "", u = tn(t?.addtional?.USER_USERFB ?? ""), m = tn(t?.addtional?.USER_USERIG ?? ""), h = tn(t?.addtional?.USER_USERTWT ?? ""), p = tn(t?.addtional?.USER_USERLIN ?? "")
|
|
6846
|
+
}, au = (e) => !e || e.trim() === "" ? !1 : /^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(e.trim()), su = async (e) => {
|
|
6847
|
+
const { autor: t, autorIcon: n } = e, s = n, r = t?.info?.image?.sizes?.[0]?.url ?? "", o = t?.info?.fullname ?? "", i = t?.info?.email ?? "", c = t?.addtional?.USER_SHOWEMAIL ?? !1, d = t?.addtional?.USER_SHOWBIO ?? !1, l = t?.addtional?.USER_MIBIO ?? "", u = tn(t?.addtional?.USER_USERFB ?? ""), m = tn(t?.addtional?.USER_USERIG ?? ""), h = tn(t?.addtional?.USER_USERTWT ?? ""), p = tn(t?.addtional?.USER_USERLIN ?? ""), g = () => !c || !i || i.trim() === "" ? !1 : au(i), A = (w) => `mailto:${encodeURIComponent(w.trim())}`;
|
|
6848
6848
|
return /* @__PURE__ */ a(
|
|
6849
6849
|
"section",
|
|
6850
6850
|
{
|
|
@@ -6867,7 +6867,16 @@ const Pd = "_content_r1co8_1", Dd = "_videoContent_r1co8_20", Md = "_articleSect
|
|
|
6867
6867
|
}
|
|
6868
6868
|
),
|
|
6869
6869
|
/* @__PURE__ */ a("h1", { className: ue.name, children: o }),
|
|
6870
|
-
|
|
6870
|
+
g() && /* @__PURE__ */ a(
|
|
6871
|
+
"a",
|
|
6872
|
+
{
|
|
6873
|
+
href: A(i),
|
|
6874
|
+
className: ue.email,
|
|
6875
|
+
"aria-label": `Enviar correo electrónico a ${i}`,
|
|
6876
|
+
title: `Enviar correo a ${i}`,
|
|
6877
|
+
children: i
|
|
6878
|
+
}
|
|
6879
|
+
),
|
|
6871
6880
|
d && /* @__PURE__ */ a("p", { className: ue.description, children: l }),
|
|
6872
6881
|
/* @__PURE__ */ f("div", { className: ue.contenSocialNetwork, children: [
|
|
6873
6882
|
u && /* @__PURE__ */ a(
|
|
@@ -6914,18 +6923,18 @@ const Pd = "_content_r1co8_1", Dd = "_videoContent_r1co8_20", Md = "_articleSect
|
|
|
6914
6923
|
] })
|
|
6915
6924
|
}
|
|
6916
6925
|
);
|
|
6917
|
-
},
|
|
6918
|
-
content:
|
|
6919
|
-
contentInfo:
|
|
6920
|
-
contentAuthor:
|
|
6921
|
-
imageStyled:
|
|
6922
|
-
contentIconStyled:
|
|
6923
|
-
name:
|
|
6924
|
-
email:
|
|
6925
|
-
description:
|
|
6926
|
-
contenSocialNetwork:
|
|
6927
|
-
socialIcon:
|
|
6928
|
-
},
|
|
6926
|
+
}, ru = "_content_18ozj_1", ou = "_contentInfo_18ozj_13", iu = "_contentAuthor_18ozj_26", cu = "_imageStyled_18ozj_33", lu = "_contentIconStyled_18ozj_42", du = "_name_18ozj_64", uu = "_email_18ozj_72", mu = "_description_18ozj_82", hu = "_contenSocialNetwork_18ozj_93", fu = "_socialIcon_18ozj_103", Ee = {
|
|
6927
|
+
content: ru,
|
|
6928
|
+
contentInfo: ou,
|
|
6929
|
+
contentAuthor: iu,
|
|
6930
|
+
imageStyled: cu,
|
|
6931
|
+
contentIconStyled: lu,
|
|
6932
|
+
name: du,
|
|
6933
|
+
email: uu,
|
|
6934
|
+
description: mu,
|
|
6935
|
+
contenSocialNetwork: hu,
|
|
6936
|
+
socialIcon: fu
|
|
6937
|
+
}, gu = async (e) => {
|
|
6929
6938
|
const { autor: t, autorIcon: n } = e, s = n, r = t?.info?.image?.sizes?.[0]?.url ?? "", o = t?.info?.fullname ?? "", i = t?.info?.email ?? "", c = t?.addtional?.USER_SHOWEMAIL ?? !1, d = t?.addtional?.USER_SHOWBIO ?? !1, l = t?.addtional?.USER_MIBIO ?? "", u = t?.addtional?.USER_USERFB ?? "", m = t?.addtional?.USER_USERIG ?? "", h = t?.addtional?.USER_USERTWT ?? "", p = t?.addtional?.USER_USERLIN ?? "";
|
|
6930
6939
|
return /* @__PURE__ */ a("section", { className: Ee.content, children: /* @__PURE__ */ f("div", { className: Ee.contentInfo, children: [
|
|
6931
6940
|
r ? /* @__PURE__ */ a(
|
|
@@ -6987,9 +6996,9 @@ const Pd = "_content_r1co8_1", Dd = "_videoContent_r1co8_20", Md = "_articleSect
|
|
|
6987
6996
|
] })
|
|
6988
6997
|
] })
|
|
6989
6998
|
] }) });
|
|
6990
|
-
},
|
|
6991
|
-
content:
|
|
6992
|
-
bannerSection:
|
|
6999
|
+
}, pu = "_content_jg6i2_1", Au = "_bannerSection_jg6i2_25", ds = {
|
|
7000
|
+
content: pu,
|
|
7001
|
+
bannerSection: Au
|
|
6993
7002
|
}, _r = (e) => /* @__PURE__ */ f("section", { className: ds.content, children: [
|
|
6994
7003
|
e.children,
|
|
6995
7004
|
/* @__PURE__ */ f("div", { className: ds.bannerSection, children: [
|
|
@@ -7010,21 +7019,21 @@ const Pd = "_content_r1co8_1", Dd = "_videoContent_r1co8_20", Md = "_articleSect
|
|
|
7010
7019
|
),
|
|
7011
7020
|
e.banner
|
|
7012
7021
|
] })
|
|
7013
|
-
] }),
|
|
7014
|
-
content:
|
|
7015
|
-
header:
|
|
7016
|
-
videos:
|
|
7017
|
-
videoContent:
|
|
7018
|
-
articleSection:
|
|
7019
|
-
contentLayoutVideoSection:
|
|
7020
|
-
sectionVideoList:
|
|
7021
|
-
iframeStyled:
|
|
7022
|
-
contentFrame:
|
|
7023
|
-
},
|
|
7024
|
-
content:
|
|
7025
|
-
linkImage:
|
|
7026
|
-
playStyled:
|
|
7027
|
-
},
|
|
7022
|
+
] }), wu = "_content_1bw8m_1", yu = "_header_1bw8m_30", vu = "_videos_1bw8m_56", bu = "_videoContent_1bw8m_63", Cu = "_articleSection_1bw8m_70", _u = "_contentLayoutVideoSection_1bw8m_85", Nu = "_sectionVideoList_1bw8m_93", Su = "_iframeStyled_1bw8m_166", Eu = "_contentFrame_1bw8m_172", Le = {
|
|
7023
|
+
content: wu,
|
|
7024
|
+
header: yu,
|
|
7025
|
+
videos: vu,
|
|
7026
|
+
videoContent: bu,
|
|
7027
|
+
articleSection: Cu,
|
|
7028
|
+
contentLayoutVideoSection: _u,
|
|
7029
|
+
sectionVideoList: Nu,
|
|
7030
|
+
iframeStyled: Su,
|
|
7031
|
+
contentFrame: Eu
|
|
7032
|
+
}, xu = "_content_1dj0q_1", Iu = "_linkImage_1dj0q_12", Tu = "_playStyled_1dj0q_19", Gn = {
|
|
7033
|
+
content: xu,
|
|
7034
|
+
linkImage: Iu,
|
|
7035
|
+
playStyled: Tu
|
|
7036
|
+
}, ku = async (e) => {
|
|
7028
7037
|
const t = Na(), n = {
|
|
7029
7038
|
...e,
|
|
7030
7039
|
main: {
|
|
@@ -7051,7 +7060,7 @@ const Pd = "_content_r1co8_1", Dd = "_videoContent_r1co8_20", Md = "_articleSect
|
|
|
7051
7060
|
),
|
|
7052
7061
|
/* @__PURE__ */ a("div", { children: /* @__PURE__ */ a(It, { ...n, paths: e.paths }) })
|
|
7053
7062
|
] }) : null;
|
|
7054
|
-
},
|
|
7063
|
+
}, A3 = (e) => /* @__PURE__ */ a("div", { className: Le.content, children: /* @__PURE__ */ f(Ft, { className: Le.contentLayoutVideoSection, children: [
|
|
7055
7064
|
/* @__PURE__ */ f("a", { className: Le.header, href: e.goBackLink ?? "/videos", children: [
|
|
7056
7065
|
/* @__PURE__ */ a(
|
|
7057
7066
|
"svg",
|
|
@@ -7142,7 +7151,7 @@ const Pd = "_content_r1co8_1", Dd = "_videoContent_r1co8_20", Md = "_articleSect
|
|
|
7142
7151
|
),
|
|
7143
7152
|
e.relatedName && /* @__PURE__ */ a("h2", { className: `${Le.relatedTitle} saas-video-related-title`, children: e.relatedName }),
|
|
7144
7153
|
Array.isArray(e.videoList) && e.videoList.map((t, n) => /* @__PURE__ */ rt(
|
|
7145
|
-
|
|
7154
|
+
ku,
|
|
7146
7155
|
{
|
|
7147
7156
|
...Mt(t, !0, !1, !1),
|
|
7148
7157
|
key: n,
|
|
@@ -7153,15 +7162,15 @@ const Pd = "_content_r1co8_1", Dd = "_videoContent_r1co8_20", Md = "_articleSect
|
|
|
7153
7162
|
}
|
|
7154
7163
|
)
|
|
7155
7164
|
] })
|
|
7156
|
-
] }) }),
|
|
7157
|
-
content:
|
|
7158
|
-
titleContent:
|
|
7159
|
-
title:
|
|
7160
|
-
startLine:
|
|
7161
|
-
line:
|
|
7162
|
-
bottomLine:
|
|
7163
|
-
childrenContent:
|
|
7164
|
-
readMore:
|
|
7165
|
+
] }) }), Uu = "_content_gcte1_1", qu = "_titleContent_gcte1_24", Ru = "_title_gcte1_24", Lu = "_startLine_gcte1_88", Bu = "_line_gcte1_93", Ou = "_bottomLine_gcte1_99", Pu = "_childrenContent_gcte1_118", Du = "_readMore_gcte1_131", ze = {
|
|
7166
|
+
content: Uu,
|
|
7167
|
+
titleContent: qu,
|
|
7168
|
+
title: Ru,
|
|
7169
|
+
startLine: Lu,
|
|
7170
|
+
line: Bu,
|
|
7171
|
+
bottomLine: Ou,
|
|
7172
|
+
childrenContent: Pu,
|
|
7173
|
+
readMore: Du
|
|
7165
7174
|
}, pe = Ms((e, t) => {
|
|
7166
7175
|
const { isTitle: n = !1, isOpinion: s = !1 } = e, r = n ? /* @__PURE__ */ a("h1", { className: ze.title, children: e.title }) : /* @__PURE__ */ a("h2", { className: ze.title, children: e.title });
|
|
7167
7176
|
return /* @__PURE__ */ f("section", { className: ze.content, children: [
|
|
@@ -7225,25 +7234,25 @@ const Pd = "_content_r1co8_1", Dd = "_videoContent_r1co8_20", Md = "_articleSect
|
|
|
7225
7234
|
}
|
|
7226
7235
|
)
|
|
7227
7236
|
}
|
|
7228
|
-
),
|
|
7229
|
-
drawerStyled:
|
|
7230
|
-
sidebarCustom:
|
|
7231
|
-
accordionStyled:
|
|
7232
|
-
accordionHeading:
|
|
7233
|
-
accordionSummeryStyled:
|
|
7234
|
-
linkStyled:
|
|
7235
|
-
subLinkStyled:
|
|
7236
|
-
inputContent:
|
|
7237
|
-
buttonContent:
|
|
7238
|
-
inputStyled:
|
|
7239
|
-
buscar:
|
|
7240
|
-
buttonStyled:
|
|
7241
|
-
accordionDetailsStyled:
|
|
7242
|
-
footerSlider:
|
|
7243
|
-
socialMedia:
|
|
7244
|
-
copyRights:
|
|
7245
|
-
icon:
|
|
7246
|
-
},
|
|
7237
|
+
), Mu = "_drawerStyled_tm61w_1", ju = "_sidebarCustom_tm61w_6", Qu = "_accordionStyled_tm61w_24", Gu = "_accordionHeading_tm61w_35", Hu = "_accordionSummeryStyled_tm61w_44", zu = "_linkStyled_tm61w_72", Vu = "_subLinkStyled_tm61w_92", Fu = "_inputContent_tm61w_114", $u = "_buttonContent_tm61w_115", Wu = "_inputStyled_tm61w_125", Yu = "_buscar_tm61w_141", Ku = "_buttonStyled_tm61w_170", Ju = "_accordionDetailsStyled_tm61w_185", Zu = "_footerSlider_tm61w_200", Xu = "_socialMedia_tm61w_211", em = "_copyRights_tm61w_230", tm = "_icon_tm61w_241", le = {
|
|
7238
|
+
drawerStyled: Mu,
|
|
7239
|
+
sidebarCustom: ju,
|
|
7240
|
+
accordionStyled: Qu,
|
|
7241
|
+
accordionHeading: Gu,
|
|
7242
|
+
accordionSummeryStyled: Hu,
|
|
7243
|
+
linkStyled: zu,
|
|
7244
|
+
subLinkStyled: Vu,
|
|
7245
|
+
inputContent: Fu,
|
|
7246
|
+
buttonContent: $u,
|
|
7247
|
+
inputStyled: Wu,
|
|
7248
|
+
buscar: Yu,
|
|
7249
|
+
buttonStyled: Ku,
|
|
7250
|
+
accordionDetailsStyled: Ju,
|
|
7251
|
+
footerSlider: Zu,
|
|
7252
|
+
socialMedia: Xu,
|
|
7253
|
+
copyRights: em,
|
|
7254
|
+
icon: tm
|
|
7255
|
+
}, nm = ({
|
|
7247
7256
|
sidebar: e,
|
|
7248
7257
|
socials: t,
|
|
7249
7258
|
copyrigth: n,
|
|
@@ -7394,12 +7403,12 @@ const Pd = "_content_r1co8_1", Dd = "_videoContent_r1co8_20", Md = "_articleSect
|
|
|
7394
7403
|
)
|
|
7395
7404
|
]
|
|
7396
7405
|
}
|
|
7397
|
-
),
|
|
7398
|
-
content:
|
|
7399
|
-
chipStyled:
|
|
7400
|
-
headLine:
|
|
7401
|
-
live:
|
|
7402
|
-
closeLiveStyled:
|
|
7406
|
+
), am = "_content_y5b1f_1", sm = "_chipStyled_y5b1f_17", rm = "_headLine_y5b1f_17", om = "_live_y5b1f_25", im = "_closeLiveStyled_y5b1f_87", Rt = {
|
|
7407
|
+
content: am,
|
|
7408
|
+
chipStyled: sm,
|
|
7409
|
+
headLine: rm,
|
|
7410
|
+
live: om,
|
|
7411
|
+
closeLiveStyled: im
|
|
7403
7412
|
}, Sr = (e) => {
|
|
7404
7413
|
const { alertZone: t, id: n = "close-alert" } = e, s = () => /* @__PURE__ */ a(
|
|
7405
7414
|
O,
|
|
@@ -7442,21 +7451,21 @@ const Pd = "_content_r1co8_1", Dd = "_videoContent_r1co8_20", Md = "_articleSect
|
|
|
7442
7451
|
}
|
|
7443
7452
|
)
|
|
7444
7453
|
] });
|
|
7445
|
-
},
|
|
7446
|
-
content:
|
|
7447
|
-
linkStyled:
|
|
7448
|
-
linkSocialNetwork:
|
|
7449
|
-
title:
|
|
7450
|
-
tabs:
|
|
7451
|
-
socialNetwork:
|
|
7452
|
-
icon:
|
|
7453
|
-
facebook:
|
|
7454
|
-
youtube:
|
|
7455
|
-
x:
|
|
7456
|
-
instagram:
|
|
7457
|
-
gnews:
|
|
7458
|
-
tiktok:
|
|
7459
|
-
whatsapp:
|
|
7454
|
+
}, cm = "_content_18yq5_1", lm = "_linkStyled_18yq5_14", dm = "_linkSocialNetwork_18yq5_28", um = "_title_18yq5_49", mm = "_tabs_18yq5_60", hm = "_socialNetwork_18yq5_68", fm = "_icon_18yq5_78", gm = "_facebook_18yq5_84", pm = "_youtube_18yq5_88", Am = "_x_18yq5_92", wm = "_instagram_18yq5_96", ym = "_gnews_18yq5_100", vm = "_tiktok_18yq5_104", bm = "_whatsapp_18yq5_108", Ve = {
|
|
7455
|
+
content: cm,
|
|
7456
|
+
linkStyled: lm,
|
|
7457
|
+
linkSocialNetwork: dm,
|
|
7458
|
+
title: um,
|
|
7459
|
+
tabs: mm,
|
|
7460
|
+
socialNetwork: hm,
|
|
7461
|
+
icon: fm,
|
|
7462
|
+
facebook: gm,
|
|
7463
|
+
youtube: pm,
|
|
7464
|
+
x: Am,
|
|
7465
|
+
instagram: wm,
|
|
7466
|
+
gnews: ym,
|
|
7467
|
+
tiktok: vm,
|
|
7468
|
+
whatsapp: bm
|
|
7460
7469
|
}, Er = (e) => {
|
|
7461
7470
|
const { cintillo: t, tapeTitle: n, socials: s } = e, r = "", o = t?.findIndex((i) => i.link === r) ?? 0;
|
|
7462
7471
|
return (Array.isArray(t) || e.socialIcons) && /* @__PURE__ */ f("section", { className: Ve.content, children: [
|
|
@@ -7508,19 +7517,19 @@ const Pd = "_content_r1co8_1", Dd = "_videoContent_r1co8_20", Md = "_articleSect
|
|
|
7508
7517
|
i
|
|
7509
7518
|
)) })
|
|
7510
7519
|
] });
|
|
7511
|
-
},
|
|
7512
|
-
headerStyled:
|
|
7513
|
-
headerContent:
|
|
7514
|
-
iconContent:
|
|
7515
|
-
menuButton:
|
|
7516
|
-
logoStyled:
|
|
7517
|
-
buttonSection:
|
|
7518
|
-
buttonSectionSearch:
|
|
7519
|
-
headLineContent:
|
|
7520
|
-
headLineTitle:
|
|
7521
|
-
headLine:
|
|
7522
|
-
hasAlertZone:
|
|
7523
|
-
},
|
|
7520
|
+
}, Cm = "_headerStyled_6yw62_1", _m = "_headerContent_6yw62_14", Nm = "_iconContent_6yw62_25", Sm = "_menuButton_6yw62_34", Em = "_logoStyled_6yw62_66", xm = "_buttonSection_6yw62_94", Im = "_buttonSectionSearch_6yw62_109", Tm = "_headLineContent_6yw62_131", km = "_headLineTitle_6yw62_144", Um = "_headLine_6yw62_131", qm = "_hasAlertZone_6yw62_197", Ue = {
|
|
7521
|
+
headerStyled: Cm,
|
|
7522
|
+
headerContent: _m,
|
|
7523
|
+
iconContent: Nm,
|
|
7524
|
+
menuButton: Sm,
|
|
7525
|
+
logoStyled: Em,
|
|
7526
|
+
buttonSection: xm,
|
|
7527
|
+
buttonSectionSearch: Im,
|
|
7528
|
+
headLineContent: Tm,
|
|
7529
|
+
headLineTitle: km,
|
|
7530
|
+
headLine: Um,
|
|
7531
|
+
hasAlertZone: qm
|
|
7532
|
+
}, Rm = (e) => {
|
|
7524
7533
|
const { alertZone: t } = e;
|
|
7525
7534
|
return /* @__PURE__ */ f("header", { className: Ue.headerStyled, children: [
|
|
7526
7535
|
e.socialIcons && e.headerTape?.sticky && /* @__PURE__ */ a(
|
|
@@ -7613,15 +7622,15 @@ const Pd = "_content_r1co8_1", Dd = "_videoContent_r1co8_20", Md = "_articleSect
|
|
|
7613
7622
|
}
|
|
7614
7623
|
)
|
|
7615
7624
|
] });
|
|
7616
|
-
},
|
|
7617
|
-
ul:
|
|
7618
|
-
li:
|
|
7619
|
-
liBefore:
|
|
7620
|
-
ulContent:
|
|
7621
|
-
contentModal:
|
|
7622
|
-
linkStyled:
|
|
7623
|
-
itemLink:
|
|
7624
|
-
},
|
|
7625
|
+
}, Lm = "_ul_oit7k_1", Bm = "_li_oit7k_10", Om = "_liBefore_oit7k_18", Pm = "_ulContent_oit7k_29", Dm = "_contentModal_oit7k_56", Mm = "_linkStyled_oit7k_68", jm = "_itemLink_oit7k_93", Fe = {
|
|
7626
|
+
ul: Lm,
|
|
7627
|
+
li: Bm,
|
|
7628
|
+
liBefore: Om,
|
|
7629
|
+
ulContent: Pm,
|
|
7630
|
+
contentModal: Dm,
|
|
7631
|
+
linkStyled: Mm,
|
|
7632
|
+
itemLink: jm
|
|
7633
|
+
}, Qm = (e) => {
|
|
7625
7634
|
const { items: t } = e;
|
|
7626
7635
|
return /* @__PURE__ */ a("ul", { className: Fe.ul, children: t.map((n, s) => /* @__PURE__ */ f("li", { className: `${Fe.liBefore} ${Fe.li}`, children: [
|
|
7627
7636
|
n.link ? /* @__PURE__ */ f(
|
|
@@ -7651,23 +7660,23 @@ const Pd = "_content_r1co8_1", Dd = "_videoContent_r1co8_20", Md = "_articleSect
|
|
|
7651
7660
|
}
|
|
7652
7661
|
) }, o)) }) })
|
|
7653
7662
|
] }, s)) });
|
|
7654
|
-
},
|
|
7655
|
-
headerStyled:
|
|
7656
|
-
headerContent:
|
|
7657
|
-
menuButtonSection:
|
|
7658
|
-
menuButton:
|
|
7659
|
-
buttonSection:
|
|
7660
|
-
buttonSectionSearch:
|
|
7661
|
-
hasAlertZone:
|
|
7662
|
-
buttonText:
|
|
7663
|
-
logoContent:
|
|
7664
|
-
logoStyled:
|
|
7665
|
-
headLineContent:
|
|
7666
|
-
headLineTitle:
|
|
7667
|
-
menuSection:
|
|
7668
|
-
headLine:
|
|
7669
|
-
line:
|
|
7670
|
-
},
|
|
7663
|
+
}, Gm = "_headerStyled_q9qvi_1", Hm = "_headerContent_q9qvi_23", zm = "_menuButtonSection_q9qvi_33", Vm = "_menuButton_q9qvi_33", Fm = "_buttonSection_q9qvi_84", $m = "_buttonSectionSearch_q9qvi_101", Wm = "_hasAlertZone_q9qvi_112", Ym = "_buttonText_q9qvi_131", Km = "_logoContent_q9qvi_141", Jm = "_logoStyled_q9qvi_149", Zm = "_headLineContent_q9qvi_173", Xm = "_headLineTitle_q9qvi_188", eh = "_menuSection_q9qvi_204", th = "_headLine_q9qvi_173", nh = "_line_q9qvi_256", ve = {
|
|
7664
|
+
headerStyled: Gm,
|
|
7665
|
+
headerContent: Hm,
|
|
7666
|
+
menuButtonSection: zm,
|
|
7667
|
+
menuButton: Vm,
|
|
7668
|
+
buttonSection: Fm,
|
|
7669
|
+
buttonSectionSearch: $m,
|
|
7670
|
+
hasAlertZone: Wm,
|
|
7671
|
+
buttonText: Ym,
|
|
7672
|
+
logoContent: Km,
|
|
7673
|
+
logoStyled: Jm,
|
|
7674
|
+
headLineContent: Zm,
|
|
7675
|
+
headLineTitle: Xm,
|
|
7676
|
+
menuSection: eh,
|
|
7677
|
+
headLine: th,
|
|
7678
|
+
line: nh
|
|
7679
|
+
}, ah = (e) => {
|
|
7671
7680
|
const { menu: t, alertZone: n } = e;
|
|
7672
7681
|
return /* @__PURE__ */ f(
|
|
7673
7682
|
"header",
|
|
@@ -7743,7 +7752,7 @@ const Pd = "_content_r1co8_1", Dd = "_videoContent_r1co8_20", Md = "_articleSect
|
|
|
7743
7752
|
{
|
|
7744
7753
|
className: ve.menuSection,
|
|
7745
7754
|
style: e.showAlertPop ? { "--showAlertPop": "0px" } : {},
|
|
7746
|
-
children: Array.isArray(t) && /* @__PURE__ */ a(
|
|
7755
|
+
children: Array.isArray(t) && /* @__PURE__ */ a(Qm, { items: t })
|
|
7747
7756
|
}
|
|
7748
7757
|
)
|
|
7749
7758
|
]
|
|
@@ -7752,15 +7761,15 @@ const Pd = "_content_r1co8_1", Dd = "_videoContent_r1co8_20", Md = "_articleSect
|
|
|
7752
7761
|
]
|
|
7753
7762
|
}
|
|
7754
7763
|
);
|
|
7755
|
-
},
|
|
7756
|
-
childrenContent:
|
|
7757
|
-
childrenContentAux:
|
|
7758
|
-
op2:
|
|
7759
|
-
},
|
|
7764
|
+
}, sh = "_childrenContent_wqlb4_1", rh = "_childrenContentAux_wqlb4_12", oh = "_op2_wqlb4_25", Hn = {
|
|
7765
|
+
childrenContent: sh,
|
|
7766
|
+
childrenContentAux: rh,
|
|
7767
|
+
op2: oh
|
|
7768
|
+
}, w3 = (e) => {
|
|
7760
7769
|
const { alertZone: t, children: n, sidebar: s } = e;
|
|
7761
7770
|
return /* @__PURE__ */ f(J, { children: [
|
|
7762
|
-
/* @__PURE__ */ a(
|
|
7763
|
-
!e.showOnlyStickyHeader && /* @__PURE__ */ a(
|
|
7771
|
+
/* @__PURE__ */ a(Rm, { ...e }),
|
|
7772
|
+
!e.showOnlyStickyHeader && /* @__PURE__ */ a(ah, { ...e }),
|
|
7764
7773
|
/* @__PURE__ */ f(
|
|
7765
7774
|
"div",
|
|
7766
7775
|
{
|
|
@@ -7787,7 +7796,7 @@ const Pd = "_content_r1co8_1", Dd = "_videoContent_r1co8_20", Md = "_articleSect
|
|
|
7787
7796
|
}
|
|
7788
7797
|
),
|
|
7789
7798
|
/* @__PURE__ */ a(
|
|
7790
|
-
|
|
7799
|
+
nm,
|
|
7791
7800
|
{
|
|
7792
7801
|
sidebarExtra: e.sidebarExtra,
|
|
7793
7802
|
searchKeyWord: e.searchKeyWord,
|
|
@@ -7797,26 +7806,26 @@ const Pd = "_content_r1co8_1", Dd = "_videoContent_r1co8_20", Md = "_articleSect
|
|
|
7797
7806
|
}
|
|
7798
7807
|
)
|
|
7799
7808
|
] });
|
|
7800
|
-
},
|
|
7801
|
-
content:
|
|
7802
|
-
tags:
|
|
7803
|
-
chipStyled:
|
|
7804
|
-
tagLink:
|
|
7805
|
-
tagStyled:
|
|
7806
|
-
},
|
|
7809
|
+
}, ih = "_content_16ydf_1", ch = "_tags_16ydf_10", lh = "_chipStyled_16ydf_20", dh = "_tagLink_16ydf_47", uh = "_tagStyled_16ydf_53", At = {
|
|
7810
|
+
content: ih,
|
|
7811
|
+
tags: ch,
|
|
7812
|
+
chipStyled: lh,
|
|
7813
|
+
tagLink: dh,
|
|
7814
|
+
tagStyled: uh
|
|
7815
|
+
}, mh = (e) => /* @__PURE__ */ a("section", { className: At.content, children: Array.isArray(e.tags) && /* @__PURE__ */ f("div", { className: At.tags, children: [
|
|
7807
7816
|
/* @__PURE__ */ a("p", { className: At.tagStyled, children: e.title ? e.title : "Tags:" }),
|
|
7808
7817
|
e.tags.map((t, n) => t.approved ? /* @__PURE__ */ a(O, { href: vt(t, e.paths), children: /* @__PURE__ */ a("div", { className: `${At.chipStyled} ${At.tagLink}`, children: t.name }) }, n) : /* @__PURE__ */ a("div", { className: At.chipStyled, children: t.name }, n))
|
|
7809
|
-
] }) }),
|
|
7810
|
-
contentBox:
|
|
7811
|
-
content:
|
|
7812
|
-
imageStyled:
|
|
7813
|
-
contentIconStyled:
|
|
7814
|
-
avatarContent:
|
|
7815
|
-
journalistSection:
|
|
7816
|
-
journalistInfo:
|
|
7817
|
-
socialNetworkSection:
|
|
7818
|
-
article:
|
|
7819
|
-
},
|
|
7818
|
+
] }) }), hh = "_contentBox_1cum1_1", fh = "_content_1cum1_1", gh = "_imageStyled_1cum1_16", ph = "_contentIconStyled_1cum1_23", Ah = "_avatarContent_1cum1_43", wh = "_journalistSection_1cum1_50", yh = "_journalistInfo_1cum1_56", vh = "_socialNetworkSection_1cum1_75", bh = "_article_1cum1_88", De = {
|
|
7819
|
+
contentBox: hh,
|
|
7820
|
+
content: fh,
|
|
7821
|
+
imageStyled: gh,
|
|
7822
|
+
contentIconStyled: ph,
|
|
7823
|
+
avatarContent: Ah,
|
|
7824
|
+
journalistSection: wh,
|
|
7825
|
+
journalistInfo: yh,
|
|
7826
|
+
socialNetworkSection: vh,
|
|
7827
|
+
article: bh
|
|
7828
|
+
}, Ch = async (e) => {
|
|
7820
7829
|
const { autor: t } = e, n = t?.addtional?.USER_SHOWBIO ?? !1, s = t?.info?.name ?? "", r = t?.info?.fullname ?? "", o = t?.info?.image?.sizes?.[0]?.url ?? "", i = t?.addtional?.USER_MIBIO ?? "", c = t?.addtional?.USER_USERFB ?? "", d = t?.addtional?.USER_USERIG ?? "", l = t?.addtional?.USER_USERTWT ?? "", u = t?.addtional?.USER_USERLIN ?? "";
|
|
7821
7830
|
return n && /* @__PURE__ */ a("section", { className: De.contentBox, children: /* @__PURE__ */ f("div", { className: De.content, children: [
|
|
7822
7831
|
/* @__PURE__ */ f("div", { className: De.avatarContent, children: [
|
|
@@ -8007,15 +8016,15 @@ const Pd = "_content_r1co8_1", Dd = "_videoContent_r1co8_20", Md = "_articleSect
|
|
|
8007
8016
|
}
|
|
8008
8017
|
)
|
|
8009
8018
|
] }) });
|
|
8010
|
-
},
|
|
8011
|
-
content:
|
|
8012
|
-
imageStyled:
|
|
8013
|
-
contentIconStyled:
|
|
8014
|
-
contentCard:
|
|
8015
|
-
contentInfo:
|
|
8016
|
-
fullName:
|
|
8017
|
-
LearnMoreLink:
|
|
8018
|
-
},
|
|
8019
|
+
}, _h = "_content_vmnac_1", Nh = "_imageStyled_vmnac_20", Sh = "_contentIconStyled_vmnac_21", Eh = "_contentCard_vmnac_31", xh = "_contentInfo_vmnac_70", Ih = "_fullName_vmnac_76", Th = "_LearnMoreLink_vmnac_83", nt = {
|
|
8020
|
+
content: _h,
|
|
8021
|
+
imageStyled: Nh,
|
|
8022
|
+
contentIconStyled: Sh,
|
|
8023
|
+
contentCard: Eh,
|
|
8024
|
+
contentInfo: xh,
|
|
8025
|
+
fullName: Ih,
|
|
8026
|
+
LearnMoreLink: Th
|
|
8027
|
+
}, kh = async (e) => {
|
|
8019
8028
|
const { news: t, texts: n } = e;
|
|
8020
8029
|
return t.config?.showauthor && /* @__PURE__ */ a("div", { className: nt.content, children: Array.isArray(t.authors) && t.authors?.map(async (s) => /* @__PURE__ */ f(
|
|
8021
8030
|
"div",
|
|
@@ -8054,27 +8063,27 @@ const Pd = "_content_r1co8_1", Dd = "_videoContent_r1co8_20", Md = "_articleSect
|
|
|
8054
8063
|
},
|
|
8055
8064
|
`author-${s.firstname}`
|
|
8056
8065
|
)) });
|
|
8057
|
-
},
|
|
8058
|
-
content:
|
|
8059
|
-
urlTag:
|
|
8060
|
-
contentInfo:
|
|
8061
|
-
imageStyled:
|
|
8062
|
-
name:
|
|
8063
|
-
description:
|
|
8064
|
-
imageContainer:
|
|
8065
|
-
contenSocialNetwork:
|
|
8066
|
-
socialIcon:
|
|
8067
|
-
faceBookIcon:
|
|
8068
|
-
socialFacebookIcon:
|
|
8069
|
-
socialIconLink:
|
|
8070
|
-
socialIconStroke:
|
|
8071
|
-
contentInfoWithoutImg:
|
|
8066
|
+
}, Uh = "_content_mtpw9_1", qh = "_urlTag_mtpw9_12", Rh = "_contentInfo_mtpw9_38", Lh = "_imageStyled_mtpw9_55", Bh = "_name_mtpw9_60", Oh = "_description_mtpw9_65", Ph = "_imageContainer_mtpw9_78", Dh = "_contenSocialNetwork_mtpw9_149", Mh = "_socialIcon_mtpw9_159", jh = "_faceBookIcon_mtpw9_164", Qh = "_socialFacebookIcon_mtpw9_169", Gh = "_socialIconLink_mtpw9_173", Hh = "_socialIconStroke_mtpw9_177", zh = "_contentInfoWithoutImg_mtpw9_181", me = {
|
|
8067
|
+
content: Uh,
|
|
8068
|
+
urlTag: qh,
|
|
8069
|
+
contentInfo: Rh,
|
|
8070
|
+
imageStyled: Lh,
|
|
8071
|
+
name: Bh,
|
|
8072
|
+
description: Oh,
|
|
8073
|
+
imageContainer: Ph,
|
|
8074
|
+
contenSocialNetwork: Dh,
|
|
8075
|
+
socialIcon: Mh,
|
|
8076
|
+
faceBookIcon: jh,
|
|
8077
|
+
socialFacebookIcon: Qh,
|
|
8078
|
+
socialIconLink: Gh,
|
|
8079
|
+
socialIconStroke: Hh,
|
|
8080
|
+
contentInfoWithoutImg: zh
|
|
8072
8081
|
}, nn = (e) => {
|
|
8073
8082
|
if (!e || e.trim() === "")
|
|
8074
8083
|
return e;
|
|
8075
8084
|
const t = e.trim();
|
|
8076
8085
|
return t.startsWith("http://") || t.startsWith("https://") ? t : `https://${t}`;
|
|
8077
|
-
},
|
|
8086
|
+
}, y3 = async (e) => {
|
|
8078
8087
|
const t = e.img ? await ge(e.img) : "", n = nn(e.social?.facebook ?? ""), s = nn(e.social?.instagram ?? ""), r = nn(e.social?.twitter ?? ""), o = nn(e.social?.linkedin ?? "");
|
|
8079
8088
|
return /* @__PURE__ */ a("section", { className: `${me.content} ${e.className}`, children: /* @__PURE__ */ f(
|
|
8080
8089
|
"div",
|
|
@@ -8146,16 +8155,16 @@ const Pd = "_content_r1co8_1", Dd = "_videoContent_r1co8_20", Md = "_articleSect
|
|
|
8146
8155
|
]
|
|
8147
8156
|
}
|
|
8148
8157
|
) });
|
|
8149
|
-
},
|
|
8150
|
-
content:
|
|
8151
|
-
contentNews:
|
|
8152
|
-
linkTitle:
|
|
8153
|
-
tag:
|
|
8154
|
-
tagmx:
|
|
8155
|
-
titular:
|
|
8156
|
-
correspondent:
|
|
8157
|
-
correspondentLink:
|
|
8158
|
-
description:
|
|
8158
|
+
}, Vh = "_content_1j0pj_1", Fh = "_contentNews_1j0pj_10", $h = "_linkTitle_1j0pj_27", Wh = "_tag_1j0pj_35", Yh = "_tagmx_1j0pj_55", Kh = "_titular_1j0pj_70", Jh = "_correspondent_1j0pj_85", Zh = "_correspondentLink_1j0pj_96", Xh = "_description_1j0pj_107", xe = {
|
|
8159
|
+
content: Vh,
|
|
8160
|
+
contentNews: Fh,
|
|
8161
|
+
linkTitle: $h,
|
|
8162
|
+
tag: Wh,
|
|
8163
|
+
tagmx: Yh,
|
|
8164
|
+
titular: Kh,
|
|
8165
|
+
correspondent: Jh,
|
|
8166
|
+
correspondentLink: Zh,
|
|
8167
|
+
description: Xh
|
|
8159
8168
|
}, _t = (e) => {
|
|
8160
8169
|
const { SHOW_TAG_BY_SECTION: t } = Y(), n = () => {
|
|
8161
8170
|
if (e?.config?.showtime && e.config?.showauthor)
|
|
@@ -8346,11 +8355,11 @@ const Pd = "_content_r1co8_1", Dd = "_videoContent_r1co8_20", Md = "_articleSect
|
|
|
8346
8355
|
}
|
|
8347
8356
|
)
|
|
8348
8357
|
] });
|
|
8349
|
-
},
|
|
8350
|
-
content:
|
|
8351
|
-
firstSection:
|
|
8352
|
-
secondSection:
|
|
8353
|
-
},
|
|
8358
|
+
}, e2 = "_content_1dcf7_1", t2 = "_firstSection_1dcf7_10", n2 = "_secondSection_1dcf7_16", zn = {
|
|
8359
|
+
content: e2,
|
|
8360
|
+
firstSection: t2,
|
|
8361
|
+
secondSection: n2
|
|
8362
|
+
}, a2 = ({
|
|
8354
8363
|
content: e,
|
|
8355
8364
|
customLargeSection: t,
|
|
8356
8365
|
customSmallSection: n,
|
|
@@ -8380,10 +8389,10 @@ const Pd = "_content_r1co8_1", Dd = "_videoContent_r1co8_20", Md = "_articleSect
|
|
|
8380
8389
|
}
|
|
8381
8390
|
)) })
|
|
8382
8391
|
] });
|
|
8383
|
-
},
|
|
8384
|
-
content:
|
|
8385
|
-
firstSection:
|
|
8386
|
-
},
|
|
8392
|
+
}, s2 = "_content_wsx1m_1", r2 = "_firstSection_wsx1m_8", ms = {
|
|
8393
|
+
content: s2,
|
|
8394
|
+
firstSection: r2
|
|
8395
|
+
}, o2 = ({
|
|
8387
8396
|
content: e,
|
|
8388
8397
|
customLargeSection: t,
|
|
8389
8398
|
customSlimSection: n,
|
|
@@ -8417,12 +8426,12 @@ const Pd = "_content_r1co8_1", Dd = "_videoContent_r1co8_20", Md = "_articleSect
|
|
|
8417
8426
|
heightImageOverwriteMobile: "270px",
|
|
8418
8427
|
paths: s
|
|
8419
8428
|
}
|
|
8420
|
-
) }, o)) }),
|
|
8421
|
-
content:
|
|
8422
|
-
sectionDescription:
|
|
8423
|
-
title:
|
|
8424
|
-
subtitle:
|
|
8425
|
-
linkStyled:
|
|
8429
|
+
) }, o)) }), i2 = "_content_1n73e_1", c2 = "_sectionDescription_1n73e_13", l2 = "_title_1n73e_33", d2 = "_subtitle_1n73e_47", u2 = "_linkStyled_1n73e_58", ot = {
|
|
8430
|
+
content: i2,
|
|
8431
|
+
sectionDescription: c2,
|
|
8432
|
+
title: l2,
|
|
8433
|
+
subtitle: d2,
|
|
8434
|
+
linkStyled: u2
|
|
8426
8435
|
}, xr = (e) => {
|
|
8427
8436
|
const { SHOW_TAG_BY_SECTION: t } = Y(), n = () => {
|
|
8428
8437
|
if (t && e.mainNew.keywords?.tags?.length && e.mainNew.keywords.tags.length > 0) {
|
|
@@ -8461,11 +8470,11 @@ const Pd = "_content_r1co8_1", Dd = "_videoContent_r1co8_20", Md = "_articleSect
|
|
|
8461
8470
|
e?.mainNew?.main?.subtitle?.rendered && /* @__PURE__ */ a("p", { className: ot.subtitle, children: e?.mainNew?.main?.subtitle?.striped }),
|
|
8462
8471
|
e.goTo && /* @__PURE__ */ a(O, { href: e.goTo.url, className: ot.linkStyled, children: e.goTo.description })
|
|
8463
8472
|
] });
|
|
8464
|
-
},
|
|
8465
|
-
headerSection:
|
|
8466
|
-
headerSectionLink:
|
|
8467
|
-
newsContent:
|
|
8468
|
-
},
|
|
8473
|
+
}, m2 = "_headerSection_drjnj_1", h2 = "_headerSectionLink_drjnj_12", f2 = "_newsContent_drjnj_17", Vn = {
|
|
8474
|
+
headerSection: m2,
|
|
8475
|
+
headerSectionLink: h2,
|
|
8476
|
+
newsContent: f2
|
|
8477
|
+
}, g2 = (e) => {
|
|
8469
8478
|
const { content: t, title: n, isVideo: s } = e;
|
|
8470
8479
|
if (!t || !t[0] || t.length === 0) return;
|
|
8471
8480
|
const r = e.slot_id && e.slot_id !== "Nota_1", o = {
|
|
@@ -8515,16 +8524,16 @@ const Pd = "_content_r1co8_1", Dd = "_videoContent_r1co8_20", Md = "_articleSect
|
|
|
8515
8524
|
})
|
|
8516
8525
|
] })
|
|
8517
8526
|
] });
|
|
8518
|
-
},
|
|
8519
|
-
content:
|
|
8520
|
-
autorContent:
|
|
8521
|
-
image:
|
|
8522
|
-
contentIcon:
|
|
8523
|
-
boxInformationContent:
|
|
8524
|
-
autorName:
|
|
8525
|
-
time:
|
|
8526
|
-
comment:
|
|
8527
|
-
title:
|
|
8527
|
+
}, p2 = "_content_1stvq_1", A2 = "_autorContent_1stvq_8", w2 = "_image_1stvq_24", y2 = "_contentIcon_1stvq_25", v2 = "_boxInformationContent_1stvq_47", b2 = "_autorName_1stvq_53", C2 = "_time_1stvq_85", _2 = "_comment_1stvq_98", N2 = "_title_1stvq_107", $e = {
|
|
8528
|
+
content: p2,
|
|
8529
|
+
autorContent: A2,
|
|
8530
|
+
image: w2,
|
|
8531
|
+
contentIcon: y2,
|
|
8532
|
+
boxInformationContent: v2,
|
|
8533
|
+
autorName: b2,
|
|
8534
|
+
time: C2,
|
|
8535
|
+
comment: _2,
|
|
8536
|
+
title: N2
|
|
8528
8537
|
}, An = async (e) => {
|
|
8529
8538
|
const { data: t, autorIcon: n } = e, s = n, r = () => t?.config?.showtime ? `${je(t.info?.date?.modified)}` : "", o = /* @__PURE__ */ f("div", { className: $e.autorContent, children: [
|
|
8530
8539
|
Array.isArray(t?.authors) && Array.isArray(t?.authors[0]?.image?.sizes) && t?.authors[0]?.image?.sizes?.length > 0 ? /* @__PURE__ */ a(
|
|
@@ -8561,20 +8570,20 @@ const Pd = "_content_r1co8_1", Dd = "_videoContent_r1co8_20", Md = "_articleSect
|
|
|
8561
8570
|
/* @__PURE__ */ a("p", { className: $e.comment, children: Qe(t?.main?.subtitle?.striped || "") })
|
|
8562
8571
|
] })
|
|
8563
8572
|
] });
|
|
8564
|
-
},
|
|
8565
|
-
content:
|
|
8566
|
-
boxPosition:
|
|
8567
|
-
contentFlex:
|
|
8568
|
-
bannerContent:
|
|
8569
|
-
bannerContentAux:
|
|
8573
|
+
}, S2 = "_content_1d7mg_1", E2 = "_boxPosition_1d7mg_8", x2 = "_contentFlex_1d7mg_21", I2 = "_bannerContent_1d7mg_29", T2 = "_bannerContentAux_1d7mg_40", wt = {
|
|
8574
|
+
content: S2,
|
|
8575
|
+
boxPosition: E2,
|
|
8576
|
+
contentFlex: x2,
|
|
8577
|
+
bannerContent: I2,
|
|
8578
|
+
bannerContentAux: T2
|
|
8570
8579
|
};
|
|
8571
|
-
function
|
|
8580
|
+
function k2(e) {
|
|
8572
8581
|
const t = new Array(e.length), n = e.length / 2;
|
|
8573
8582
|
for (let s = 0; s < e.length; s++)
|
|
8574
8583
|
s % 2 === 0 ? t[Math.floor(s / 2)] = e[s] : t[n + Math.floor(s / 2)] = e[s];
|
|
8575
8584
|
return t;
|
|
8576
8585
|
}
|
|
8577
|
-
const
|
|
8586
|
+
const v3 = (e) => {
|
|
8578
8587
|
const { isOpinion: t = !1 } = e, n = (o) => /* @__PURE__ */ a(
|
|
8579
8588
|
"div",
|
|
8580
8589
|
{
|
|
@@ -8615,7 +8624,7 @@ const y3 = (e) => {
|
|
|
8615
8624
|
)
|
|
8616
8625
|
);
|
|
8617
8626
|
}
|
|
8618
|
-
const r = s.length % 2 === 0 ?
|
|
8627
|
+
const r = s.length % 2 === 0 ? k2(s) : s;
|
|
8619
8628
|
return /* @__PURE__ */ a("section", { style: e.customStyles, children: /* @__PURE__ */ a(
|
|
8620
8629
|
pe,
|
|
8621
8630
|
{
|
|
@@ -8628,10 +8637,10 @@ const y3 = (e) => {
|
|
|
8628
8637
|
] })
|
|
8629
8638
|
}
|
|
8630
8639
|
) });
|
|
8631
|
-
},
|
|
8632
|
-
content:
|
|
8633
|
-
title:
|
|
8634
|
-
},
|
|
8640
|
+
}, U2 = "_content_w9viv_1", q2 = "_title_w9viv_10", hs = {
|
|
8641
|
+
content: U2,
|
|
8642
|
+
title: q2
|
|
8643
|
+
}, b3 = (e) => {
|
|
8635
8644
|
const { showTitle: t = !0 } = e;
|
|
8636
8645
|
return /* @__PURE__ */ f("div", { className: hs.content, children: [
|
|
8637
8646
|
t && /* @__PURE__ */ a("p", { className: hs.title, children: "Editorial" }),
|
|
@@ -8650,13 +8659,13 @@ const y3 = (e) => {
|
|
|
8650
8659
|
}
|
|
8651
8660
|
)
|
|
8652
8661
|
] });
|
|
8653
|
-
},
|
|
8654
|
-
content:
|
|
8655
|
-
newsContent:
|
|
8656
|
-
boxPosition:
|
|
8657
|
-
bannerContent:
|
|
8658
|
-
bannerContentAux:
|
|
8659
|
-
},
|
|
8662
|
+
}, R2 = "_content_1nd2h_1", L2 = "_newsContent_1nd2h_8", B2 = "_boxPosition_1nd2h_17", O2 = "_bannerContent_1nd2h_23", P2 = "_bannerContentAux_1nd2h_33", yt = {
|
|
8663
|
+
content: R2,
|
|
8664
|
+
newsContent: L2,
|
|
8665
|
+
boxPosition: B2,
|
|
8666
|
+
bannerContent: O2,
|
|
8667
|
+
bannerContentAux: P2
|
|
8668
|
+
}, C3 = (e) => {
|
|
8660
8669
|
const { news: t } = e;
|
|
8661
8670
|
return Array.isArray(t) && /* @__PURE__ */ f("div", { className: yt.content, children: [
|
|
8662
8671
|
/* @__PURE__ */ f("div", { className: yt.newsContent, children: [
|
|
@@ -8691,7 +8700,7 @@ const y3 = (e) => {
|
|
|
8691
8700
|
] }),
|
|
8692
8701
|
/* @__PURE__ */ a("div", { className: yt.bannerContent, children: e.halfPageBanner })
|
|
8693
8702
|
] });
|
|
8694
|
-
},
|
|
8703
|
+
}, _3 = (e) => /* @__PURE__ */ f(J, { children: [
|
|
8695
8704
|
/* @__PURE__ */ a(
|
|
8696
8705
|
Al,
|
|
8697
8706
|
{
|
|
@@ -8702,12 +8711,12 @@ const y3 = (e) => {
|
|
|
8702
8711
|
}
|
|
8703
8712
|
),
|
|
8704
8713
|
/* @__PURE__ */ a(kl, { ...e })
|
|
8705
|
-
] }),
|
|
8706
|
-
newsContent:
|
|
8707
|
-
newsContentWithLines:
|
|
8708
|
-
newsContentWithoutLines:
|
|
8709
|
-
contentSeparator:
|
|
8710
|
-
},
|
|
8714
|
+
] }), D2 = "_newsContent_gd57q_1", M2 = "_newsContentWithLines_gd57q_8", j2 = "_newsContentWithoutLines_gd57q_13", Q2 = "_contentSeparator_gd57q_18", an = {
|
|
8715
|
+
newsContent: D2,
|
|
8716
|
+
newsContentWithLines: M2,
|
|
8717
|
+
newsContentWithoutLines: j2,
|
|
8718
|
+
contentSeparator: Q2
|
|
8719
|
+
}, G2 = (e) => {
|
|
8711
8720
|
const { content: t } = e;
|
|
8712
8721
|
if (!t || t.length === 0) return;
|
|
8713
8722
|
const n = (i) => e.hasLines && (i + 1) % 3 !== 0 ? an.contentSeparator : "", s = [];
|
|
@@ -8759,7 +8768,7 @@ const y3 = (e) => {
|
|
|
8759
8768
|
}
|
|
8760
8769
|
);
|
|
8761
8770
|
}, Ir = (e) => /* @__PURE__ */ a(pe, { title: e.title, titleUrl: e.titleUrl, children: /* @__PURE__ */ a(
|
|
8762
|
-
|
|
8771
|
+
G2,
|
|
8763
8772
|
{
|
|
8764
8773
|
content: e.content,
|
|
8765
8774
|
paths: e.paths,
|
|
@@ -8771,10 +8780,10 @@ const y3 = (e) => {
|
|
|
8771
8780
|
showVideoTime: e.showVideoTime,
|
|
8772
8781
|
showVideosubtitle: e.showVideosubtitle
|
|
8773
8782
|
}
|
|
8774
|
-
) }),
|
|
8775
|
-
newsContent:
|
|
8776
|
-
contentSeparator:
|
|
8777
|
-
},
|
|
8783
|
+
) }), H2 = "_newsContent_1sb62_1", z2 = "_contentSeparator_1sb62_8", fs = {
|
|
8784
|
+
newsContent: H2,
|
|
8785
|
+
contentSeparator: z2
|
|
8786
|
+
}, V2 = (e) => {
|
|
8778
8787
|
const { content: t, title: n } = e;
|
|
8779
8788
|
if (!(!t || t.length === 0 || !Array.isArray(t)))
|
|
8780
8789
|
return /* @__PURE__ */ a(pe, { title: n, titleUrl: e.titleUrl, children: /* @__PURE__ */ a(
|
|
@@ -8803,11 +8812,11 @@ const y3 = (e) => {
|
|
|
8803
8812
|
})
|
|
8804
8813
|
}
|
|
8805
8814
|
) });
|
|
8806
|
-
},
|
|
8807
|
-
newsContent:
|
|
8808
|
-
contentSeparator:
|
|
8809
|
-
newsContentWhitoutLine:
|
|
8810
|
-
},
|
|
8815
|
+
}, F2 = "_newsContent_1gbse_1", $2 = "_contentSeparator_1gbse_8", W2 = "_newsContentWhitoutLine_1gbse_29", Fn = {
|
|
8816
|
+
newsContent: F2,
|
|
8817
|
+
contentSeparator: $2,
|
|
8818
|
+
newsContentWhitoutLine: W2
|
|
8819
|
+
}, Y2 = (e) => {
|
|
8811
8820
|
const { content: t, title: n } = e;
|
|
8812
8821
|
if (!(!t || t.length === 0))
|
|
8813
8822
|
return /* @__PURE__ */ a(pe, { title: n, titleUrl: e.titleUrl, children: /* @__PURE__ */ a(
|
|
@@ -8836,11 +8845,11 @@ const y3 = (e) => {
|
|
|
8836
8845
|
})
|
|
8837
8846
|
}
|
|
8838
8847
|
) });
|
|
8839
|
-
},
|
|
8840
|
-
headerSection:
|
|
8841
|
-
headerSectionLink:
|
|
8842
|
-
newsContent:
|
|
8843
|
-
},
|
|
8848
|
+
}, K2 = "_headerSection_1m1sp_3", J2 = "_headerSectionLink_1m1sp_16", Z2 = "_newsContent_1m1sp_29", $n = {
|
|
8849
|
+
headerSection: K2,
|
|
8850
|
+
headerSectionLink: J2,
|
|
8851
|
+
newsContent: Z2
|
|
8852
|
+
}, X2 = (e) => {
|
|
8844
8853
|
const { content: t, title: n, isVideo: s = !0 } = e;
|
|
8845
8854
|
if (!t || t.length === 0) return;
|
|
8846
8855
|
const r = t[0], o = e.slot_id && e.slot_id !== "Nota_1", i = t.slice(1);
|
|
@@ -8900,13 +8909,13 @@ const y3 = (e) => {
|
|
|
8900
8909
|
})
|
|
8901
8910
|
] })
|
|
8902
8911
|
] });
|
|
8903
|
-
},
|
|
8904
|
-
content:
|
|
8905
|
-
linkImage:
|
|
8906
|
-
sectionDescription:
|
|
8907
|
-
dateText:
|
|
8908
|
-
textContent:
|
|
8909
|
-
},
|
|
8912
|
+
}, ef = "_content_1qdkl_1", tf = "_linkImage_1qdkl_30", nf = "_sectionDescription_1qdkl_42", af = "_dateText_1qdkl_62", sf = "_textContent_1qdkl_73", Lt = {
|
|
8913
|
+
content: ef,
|
|
8914
|
+
linkImage: tf,
|
|
8915
|
+
sectionDescription: nf,
|
|
8916
|
+
dateText: af,
|
|
8917
|
+
textContent: sf
|
|
8918
|
+
}, rf = async (e) => {
|
|
8910
8919
|
const { showNewsLikeTitle: t = !1 } = e;
|
|
8911
8920
|
return e && e.info ? /* @__PURE__ */ f(
|
|
8912
8921
|
"section",
|
|
@@ -8941,14 +8950,14 @@ const y3 = (e) => {
|
|
|
8941
8950
|
]
|
|
8942
8951
|
}
|
|
8943
8952
|
) : null;
|
|
8944
|
-
},
|
|
8945
|
-
content:
|
|
8946
|
-
contentSeparator:
|
|
8947
|
-
},
|
|
8948
|
-
newsContent:
|
|
8949
|
-
contentSeparator:
|
|
8950
|
-
hasLinesBlock:
|
|
8951
|
-
},
|
|
8953
|
+
}, of = "_content_yx3zm_1", cf = "_contentSeparator_yx3zm_7", gs = {
|
|
8954
|
+
content: of,
|
|
8955
|
+
contentSeparator: cf
|
|
8956
|
+
}, lf = "_newsContent_1uamf_1", df = "_contentSeparator_1uamf_8", uf = "_hasLinesBlock_1uamf_40", da = {
|
|
8957
|
+
newsContent: lf,
|
|
8958
|
+
contentSeparator: df,
|
|
8959
|
+
hasLinesBlock: uf
|
|
8960
|
+
}, mf = (e) => {
|
|
8952
8961
|
if (!e.content || e.content.length === 0) return;
|
|
8953
8962
|
const t = e.slot_id && e.slot_id !== "Nota_1";
|
|
8954
8963
|
return /* @__PURE__ */ a(pe, { title: e.title, children: /* @__PURE__ */ a(
|
|
@@ -8974,7 +8983,7 @@ const y3 = (e) => {
|
|
|
8974
8983
|
{
|
|
8975
8984
|
className: e.hasLines ? da.hasLinesBlock : "",
|
|
8976
8985
|
children: /* @__PURE__ */ rt(
|
|
8977
|
-
|
|
8986
|
+
rf,
|
|
8978
8987
|
{
|
|
8979
8988
|
...r,
|
|
8980
8989
|
key: s,
|
|
@@ -8987,7 +8996,7 @@ const y3 = (e) => {
|
|
|
8987
8996
|
})
|
|
8988
8997
|
}
|
|
8989
8998
|
) });
|
|
8990
|
-
},
|
|
8999
|
+
}, hf = (e) => {
|
|
8991
9000
|
const { content: t, title: n, slot_id: s } = e, r = e.slot_id && e.slot_id !== "Nota_1";
|
|
8992
9001
|
return t && t.length !== 0 && /* @__PURE__ */ a(pe, { title: n, titleUrl: e.titleUrl, children: /* @__PURE__ */ a(
|
|
8993
9002
|
xt,
|
|
@@ -9022,15 +9031,15 @@ const y3 = (e) => {
|
|
|
9022
9031
|
})
|
|
9023
9032
|
}
|
|
9024
9033
|
) });
|
|
9025
|
-
},
|
|
9026
|
-
content:
|
|
9027
|
-
imageStyled:
|
|
9028
|
-
contentIcon:
|
|
9029
|
-
boxInformation:
|
|
9030
|
-
comment:
|
|
9031
|
-
title:
|
|
9032
|
-
authorName:
|
|
9033
|
-
},
|
|
9034
|
+
}, ff = "_content_1mj79_1", gf = "_imageStyled_1mj79_14", pf = "_contentIcon_1mj79_23", Af = "_boxInformation_1mj79_44", wf = "_comment_1mj79_51", yf = "_title_1mj79_60", vf = "_authorName_1mj79_81", at = {
|
|
9035
|
+
content: ff,
|
|
9036
|
+
imageStyled: gf,
|
|
9037
|
+
contentIcon: pf,
|
|
9038
|
+
boxInformation: Af,
|
|
9039
|
+
comment: wf,
|
|
9040
|
+
title: yf,
|
|
9041
|
+
authorName: vf
|
|
9042
|
+
}, bf = async (e) => {
|
|
9034
9043
|
const { data: t } = e;
|
|
9035
9044
|
return /* @__PURE__ */ f("div", { className: at.content, children: [
|
|
9036
9045
|
Array.isArray(t.authors) && t?.authors[0]?.image ? /* @__PURE__ */ a(
|
|
@@ -9063,7 +9072,7 @@ const y3 = (e) => {
|
|
|
9063
9072
|
/* @__PURE__ */ a("p", { className: at.comment, children: t?.main?.subtitle?.striped })
|
|
9064
9073
|
] })
|
|
9065
9074
|
] });
|
|
9066
|
-
},
|
|
9075
|
+
}, Cf = (e) => {
|
|
9067
9076
|
const t = e.slot_id && e.slot_id !== "Nota_1";
|
|
9068
9077
|
return /* @__PURE__ */ a(pe, { titleUrl: e.titleUrl, title: e.title, children: /* @__PURE__ */ a(
|
|
9069
9078
|
xt,
|
|
@@ -9084,7 +9093,7 @@ const y3 = (e) => {
|
|
|
9084
9093
|
}
|
|
9085
9094
|
};
|
|
9086
9095
|
return /* @__PURE__ */ a(
|
|
9087
|
-
|
|
9096
|
+
bf,
|
|
9088
9097
|
{
|
|
9089
9098
|
autorIcon: e.autorIcon,
|
|
9090
9099
|
data: r,
|
|
@@ -9095,11 +9104,11 @@ const y3 = (e) => {
|
|
|
9095
9104
|
})
|
|
9096
9105
|
}
|
|
9097
9106
|
) });
|
|
9098
|
-
},
|
|
9099
|
-
content:
|
|
9100
|
-
newsContentSection:
|
|
9101
|
-
itemContent:
|
|
9102
|
-
ItemCustomContent:
|
|
9107
|
+
}, _f = "_content_1elhb_1", Nf = "_newsContentSection_1elhb_5", Sf = "_itemContent_1elhb_10", Ef = "_ItemCustomContent_1elhb_16", Ke = {
|
|
9108
|
+
content: _f,
|
|
9109
|
+
newsContentSection: Nf,
|
|
9110
|
+
itemContent: Sf,
|
|
9111
|
+
ItemCustomContent: Ef
|
|
9103
9112
|
}, ua = (e) => {
|
|
9104
9113
|
const { item: t, option: n } = e;
|
|
9105
9114
|
switch (n) {
|
|
@@ -9141,7 +9150,7 @@ const y3 = (e) => {
|
|
|
9141
9150
|
default:
|
|
9142
9151
|
return /* @__PURE__ */ a("div", { className: Ke.ItemCustomContent, children: /* @__PURE__ */ a(Xe, { ...t, paths: e.paths }) });
|
|
9143
9152
|
}
|
|
9144
|
-
},
|
|
9153
|
+
}, N3 = (e) => {
|
|
9145
9154
|
const {
|
|
9146
9155
|
data: t,
|
|
9147
9156
|
currentPage: n,
|
|
@@ -9291,10 +9300,10 @@ const y3 = (e) => {
|
|
|
9291
9300
|
default:
|
|
9292
9301
|
return /* @__PURE__ */ a(J, {});
|
|
9293
9302
|
}
|
|
9294
|
-
},
|
|
9295
|
-
content:
|
|
9296
|
-
contactInfoContent:
|
|
9297
|
-
},
|
|
9303
|
+
}, xf = "_content_gwsqy_1", If = "_contactInfoContent_gwsqy_7", ps = {
|
|
9304
|
+
content: xf,
|
|
9305
|
+
contactInfoContent: If
|
|
9306
|
+
}, S3 = (e) => {
|
|
9298
9307
|
const { data: t } = e;
|
|
9299
9308
|
return /* @__PURE__ */ a("section", { className: ps.content, children: t.map((n, s) => /* @__PURE__ */ a(
|
|
9300
9309
|
"div",
|
|
@@ -9306,25 +9315,25 @@ const y3 = (e) => {
|
|
|
9306
9315
|
},
|
|
9307
9316
|
s
|
|
9308
9317
|
)) });
|
|
9309
|
-
},
|
|
9310
|
-
tagContent:
|
|
9311
|
-
contentLayout2:
|
|
9312
|
-
contentHeader:
|
|
9313
|
-
},
|
|
9314
|
-
content:
|
|
9315
|
-
},
|
|
9318
|
+
}, Tf = "_tagContent_ee6yw_1", kf = "_contentLayout2_ee6yw_9", Uf = "_contentHeader_ee6yw_42", ma = {
|
|
9319
|
+
tagContent: Tf,
|
|
9320
|
+
contentLayout2: kf,
|
|
9321
|
+
contentHeader: Uf
|
|
9322
|
+
}, qf = "_content_1rbrt_1", Rf = {
|
|
9323
|
+
content: qf
|
|
9324
|
+
}, Lf = ({ children: e, className: t = "" }) => /* @__PURE__ */ a(
|
|
9316
9325
|
"div",
|
|
9317
9326
|
{
|
|
9318
|
-
className: `content-layout-2 ${
|
|
9327
|
+
className: `content-layout-2 ${Rf.content} ${t}`,
|
|
9319
9328
|
children: e
|
|
9320
9329
|
}
|
|
9321
|
-
),
|
|
9322
|
-
container:
|
|
9323
|
-
note:
|
|
9324
|
-
commercial:
|
|
9325
|
-
commercialContent:
|
|
9326
|
-
complement:
|
|
9327
|
-
},
|
|
9330
|
+
), Bf = "_container_8w9ca_1", Of = "_note_8w9ca_9", Pf = "_commercial_8w9ca_49", Df = "_commercialContent_8w9ca_66", Mf = "_complement_8w9ca_82", Bt = {
|
|
9331
|
+
container: Bf,
|
|
9332
|
+
note: Of,
|
|
9333
|
+
commercial: Pf,
|
|
9334
|
+
commercialContent: Df,
|
|
9335
|
+
complement: Mf
|
|
9336
|
+
}, jf = (e) => /* @__PURE__ */ f("section", { className: Bt.container, children: [
|
|
9328
9337
|
/* @__PURE__ */ a("div", { className: Bt.note, children: e.children }),
|
|
9329
9338
|
/* @__PURE__ */ a("div", { className: Bt.commercial, children: /* @__PURE__ */ f("div", { className: Bt.commercialContent, children: [
|
|
9330
9339
|
e.slug === "liveblogs" && /* @__PURE__ */ a(G1, { itemList: e.itemList }),
|
|
@@ -9347,7 +9356,7 @@ const y3 = (e) => {
|
|
|
9347
9356
|
/* @__PURE__ */ a("div", { style: { position: "sticky", top: "110px" }, children: e.banner })
|
|
9348
9357
|
] }) }),
|
|
9349
9358
|
/* @__PURE__ */ a("div", { className: Bt.complement, children: e.complement })
|
|
9350
|
-
] }),
|
|
9359
|
+
] }), Qf = (e) => {
|
|
9351
9360
|
const t = {
|
|
9352
9361
|
...e.news[0],
|
|
9353
9362
|
config: {
|
|
@@ -9433,19 +9442,19 @@ const y3 = (e) => {
|
|
|
9433
9442
|
}
|
|
9434
9443
|
);
|
|
9435
9444
|
}
|
|
9436
|
-
},
|
|
9437
|
-
content:
|
|
9438
|
-
contentWithinCard:
|
|
9439
|
-
contentDate:
|
|
9440
|
-
dateInfo:
|
|
9441
|
-
dot:
|
|
9442
|
-
contentTitle:
|
|
9443
|
-
contentTextList:
|
|
9444
|
-
contentButton:
|
|
9445
|
-
linkStyled:
|
|
9446
|
-
},
|
|
9447
|
-
content:
|
|
9448
|
-
},
|
|
9445
|
+
}, Gf = "_content_g403b_1", Hf = "_contentWithinCard_g403b_7", zf = "_contentDate_g403b_13", Vf = "_dateInfo_g403b_20", Ff = "_dot_g403b_30", $f = "_contentTitle_g403b_38", Wf = "_contentTextList_g403b_47", Yf = "_contentButton_g403b_65", Kf = "_linkStyled_g403b_71", We = {
|
|
9446
|
+
content: Gf,
|
|
9447
|
+
contentWithinCard: Hf,
|
|
9448
|
+
contentDate: zf,
|
|
9449
|
+
dateInfo: Vf,
|
|
9450
|
+
dot: Ff,
|
|
9451
|
+
contentTitle: $f,
|
|
9452
|
+
contentTextList: Wf,
|
|
9453
|
+
contentButton: Yf,
|
|
9454
|
+
linkStyled: Kf
|
|
9455
|
+
}, Jf = "_content_ifkxj_1", Zf = {
|
|
9456
|
+
content: Jf
|
|
9457
|
+
}, Xf = (e) => /* @__PURE__ */ a("section", { className: Zf.content, id: e.id, children: e.children }), e0 = async (e, t, n) => {
|
|
9449
9458
|
if (!n) return e;
|
|
9450
9459
|
const s = /<span data-src="(.*?)"><\/span>/g, r = [...e.matchAll(s)];
|
|
9451
9460
|
let o = e;
|
|
@@ -9480,7 +9489,7 @@ const y3 = (e) => {
|
|
|
9480
9489
|
o = o.replace(c, v);
|
|
9481
9490
|
}
|
|
9482
9491
|
return o;
|
|
9483
|
-
},
|
|
9492
|
+
}, t0 = (e) => e.replace(/<p>(\s| )+<\/p>/g, ""), n0 = (e) => {
|
|
9484
9493
|
const t = /src="\/(.*?)"/g;
|
|
9485
9494
|
return e.replace(t, `src="${jt()}/$1"`);
|
|
9486
9495
|
}, As = {
|
|
@@ -9490,12 +9499,12 @@ const y3 = (e) => {
|
|
|
9490
9499
|
10: 4,
|
|
9491
9500
|
13: 5
|
|
9492
9501
|
};
|
|
9493
|
-
function
|
|
9502
|
+
function a0(e) {
|
|
9494
9503
|
if (!e) return e;
|
|
9495
9504
|
const t = e.indexOf("/video");
|
|
9496
9505
|
return t === -1 ? e : e.substring(t);
|
|
9497
9506
|
}
|
|
9498
|
-
async function
|
|
9507
|
+
async function s0(e, t) {
|
|
9499
9508
|
let n = "", s = 0;
|
|
9500
9509
|
const r = /<span\b[^>]*data-src=["']([^"']+)["'][^>]*>[\s\S]*?<\/span>/gi;
|
|
9501
9510
|
let o;
|
|
@@ -9504,7 +9513,7 @@ async function a0(e, t) {
|
|
|
9504
9513
|
n += e.slice(s, i);
|
|
9505
9514
|
const d = o[0];
|
|
9506
9515
|
let l = o[1] ?? "";
|
|
9507
|
-
l && (l =
|
|
9516
|
+
l && (l = a0(l));
|
|
9508
9517
|
const u = /data-type\s*=\s*["']?video["']?/i.test(d) || /video-type\s*=\s*["']?embedded["']?/i.test(d);
|
|
9509
9518
|
let m = d;
|
|
9510
9519
|
if (u && l)
|
|
@@ -9549,13 +9558,13 @@ async function a0(e, t) {
|
|
|
9549
9558
|
}
|
|
9550
9559
|
return n += e.slice(s), n;
|
|
9551
9560
|
}
|
|
9552
|
-
function
|
|
9561
|
+
function r0(e) {
|
|
9553
9562
|
return e.replace(
|
|
9554
9563
|
/<script[^>]*src=["']https:\/\/platform\.twitter\.com\/widgets\.js["'][^>]*><\/script>/gi,
|
|
9555
9564
|
""
|
|
9556
9565
|
);
|
|
9557
9566
|
}
|
|
9558
|
-
const
|
|
9567
|
+
const o0 = async ({
|
|
9559
9568
|
itemList: e,
|
|
9560
9569
|
slug: t,
|
|
9561
9570
|
banners: n,
|
|
@@ -9565,9 +9574,9 @@ const r0 = async ({
|
|
|
9565
9574
|
}) => {
|
|
9566
9575
|
if (!e || e.length === 0 || !e[0]) return;
|
|
9567
9576
|
const i = e[0].list?.items?.map(async (c) => {
|
|
9568
|
-
const d =
|
|
9569
|
-
let l =
|
|
9570
|
-
return l =
|
|
9577
|
+
const d = t0(c.body.rendered);
|
|
9578
|
+
let l = n0(d);
|
|
9579
|
+
return l = r0(l), l = await s0(
|
|
9571
9580
|
l,
|
|
9572
9581
|
r
|
|
9573
9582
|
), {
|
|
@@ -9579,7 +9588,7 @@ const r0 = async ({
|
|
|
9579
9588
|
};
|
|
9580
9589
|
});
|
|
9581
9590
|
return /* @__PURE__ */ a("section", { className: We.content, id: "block-notes-list", children: i?.map(async (c, d) => /* @__PURE__ */ f(wn, { children: [
|
|
9582
|
-
/* @__PURE__ */ a(
|
|
9591
|
+
/* @__PURE__ */ a(Xf, { id: `item-${d + 1}`, children: /* @__PURE__ */ f("div", { className: We.contentWithinCard, children: [
|
|
9583
9592
|
(await c).date > 0 && /* @__PURE__ */ f("div", { className: We.contentDate, children: [
|
|
9584
9593
|
/* @__PURE__ */ a(
|
|
9585
9594
|
"span",
|
|
@@ -9608,7 +9617,7 @@ const r0 = async ({
|
|
|
9608
9617
|
{
|
|
9609
9618
|
className: `contentTextList ${We.contentTextList}`,
|
|
9610
9619
|
dangerouslySetInnerHTML: {
|
|
9611
|
-
__html: await
|
|
9620
|
+
__html: await e0(
|
|
9612
9621
|
(await c).body.rendered.replace(/ /g, ""),
|
|
9613
9622
|
s,
|
|
9614
9623
|
o
|
|
@@ -9635,7 +9644,7 @@ const r0 = async ({
|
|
|
9635
9644
|
d
|
|
9636
9645
|
)
|
|
9637
9646
|
] }, d)) });
|
|
9638
|
-
},
|
|
9647
|
+
}, i0 = {
|
|
9639
9648
|
FaceBook: "facebook",
|
|
9640
9649
|
Instagram: "instagram",
|
|
9641
9650
|
WhatsApp: "whatsapp",
|
|
@@ -9646,7 +9655,7 @@ const r0 = async ({
|
|
|
9646
9655
|
Podcast: "podcast",
|
|
9647
9656
|
Telegram: "telegram"
|
|
9648
9657
|
};
|
|
9649
|
-
function
|
|
9658
|
+
function c0({ url: e }) {
|
|
9650
9659
|
return e && e !== "" && /* @__PURE__ */ f(O, { href: e, className: de.googleProfileButton, children: [
|
|
9651
9660
|
/* @__PURE__ */ a(
|
|
9652
9661
|
"svg",
|
|
@@ -9664,17 +9673,17 @@ function i0({ url: e }) {
|
|
|
9664
9673
|
}
|
|
9665
9674
|
),
|
|
9666
9675
|
"Síguenos en",
|
|
9667
|
-
/* @__PURE__ */ a(
|
|
9676
|
+
/* @__PURE__ */ a(l0, {})
|
|
9668
9677
|
] });
|
|
9669
9678
|
}
|
|
9670
|
-
const
|
|
9679
|
+
const l0 = () => /* @__PURE__ */ f("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 272 92", width: "272", height: "92", children: [
|
|
9671
9680
|
/* @__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" }),
|
|
9672
9681
|
/* @__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" }),
|
|
9673
9682
|
/* @__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" }),
|
|
9674
9683
|
/* @__PURE__ */ a("path", { fill: "#34A853", d: "M225 3v65h-9.5V3h9.5z" }),
|
|
9675
9684
|
/* @__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" }),
|
|
9676
9685
|
/* @__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" })
|
|
9677
|
-
] }),
|
|
9686
|
+
] }), d0 = async (e) => {
|
|
9678
9687
|
if (!e.news || !e.news.authors) return null;
|
|
9679
9688
|
const { news: t, socials: n, texts: s } = e, r = t.authors.map(
|
|
9680
9689
|
(c) => c.internaluser ? `<a href="${`/${e.paths.autor}/${c.name}`}">${c.fullname}</a>` : c.fullname
|
|
@@ -9684,7 +9693,7 @@ const c0 = () => /* @__PURE__ */ f("svg", { xmlns: "http://www.w3.org/2000/svg",
|
|
|
9684
9693
|
"a",
|
|
9685
9694
|
{
|
|
9686
9695
|
className: de.whatsappLink,
|
|
9687
|
-
href: n[
|
|
9696
|
+
href: n[i0.WhatsApp].url,
|
|
9688
9697
|
rel: "noreferrer",
|
|
9689
9698
|
target: "_blank",
|
|
9690
9699
|
children: [
|
|
@@ -9722,7 +9731,7 @@ const c0 = () => /* @__PURE__ */ f("svg", { xmlns: "http://www.w3.org/2000/svg",
|
|
|
9722
9731
|
children: /* @__PURE__ */ a(Od, { noteShare: e.noteShare })
|
|
9723
9732
|
}
|
|
9724
9733
|
),
|
|
9725
|
-
/* @__PURE__ */ a(
|
|
9734
|
+
/* @__PURE__ */ a(c0, { url: e.noteShare?.googleProfile ?? "" }),
|
|
9726
9735
|
/* @__PURE__ */ f("section", { className: de.journalistSection, children: [
|
|
9727
9736
|
/* @__PURE__ */ a(
|
|
9728
9737
|
"div",
|
|
@@ -9764,22 +9773,22 @@ const c0 = () => /* @__PURE__ */ f("svg", { xmlns: "http://www.w3.org/2000/svg",
|
|
|
9764
9773
|
)
|
|
9765
9774
|
] })
|
|
9766
9775
|
] }) });
|
|
9767
|
-
},
|
|
9768
|
-
content:
|
|
9769
|
-
journalistArticleContent:
|
|
9770
|
-
contentNews:
|
|
9771
|
-
noteSource:
|
|
9772
|
-
},
|
|
9773
|
-
summaryContent:
|
|
9774
|
-
},
|
|
9776
|
+
}, u0 = "_content_1a2qt_1", m0 = "_journalistArticleContent_1a2qt_15", h0 = "_contentNews_1a2qt_35", f0 = "_noteSource_1a2qt_422", sn = {
|
|
9777
|
+
content: u0,
|
|
9778
|
+
journalistArticleContent: m0,
|
|
9779
|
+
contentNews: h0,
|
|
9780
|
+
noteSource: f0
|
|
9781
|
+
}, g0 = "_summaryContent_zuvmo_1", p0 = {
|
|
9782
|
+
summaryContent: g0
|
|
9783
|
+
}, A0 = async ({ summary: e }) => e && e.rendered && /* @__PURE__ */ a(
|
|
9775
9784
|
"section",
|
|
9776
9785
|
{
|
|
9777
|
-
className: `${
|
|
9786
|
+
className: `${p0.summaryContent} sass-summary-content`,
|
|
9778
9787
|
dangerouslySetInnerHTML: {
|
|
9779
9788
|
__html: e.rendered
|
|
9780
9789
|
}
|
|
9781
9790
|
}
|
|
9782
|
-
),
|
|
9791
|
+
), w0 = async ({
|
|
9783
9792
|
newsformated: e,
|
|
9784
9793
|
internal: t,
|
|
9785
9794
|
commonServices: n
|
|
@@ -9804,7 +9813,7 @@ const c0 = () => /* @__PURE__ */ f("svg", { xmlns: "http://www.w3.org/2000/svg",
|
|
|
9804
9813
|
/* @__PURE__ */ a("div", { className: bn.description, children: o && o[0]?.description })
|
|
9805
9814
|
] });
|
|
9806
9815
|
};
|
|
9807
|
-
function
|
|
9816
|
+
function y0(e) {
|
|
9808
9817
|
const t = e.children, n = `${e.slot_id}-`, s = e.visibleItems, r = e.cardGap ?? 20;
|
|
9809
9818
|
function o(c) {
|
|
9810
9819
|
const d = [], l = [];
|
|
@@ -9874,7 +9883,7 @@ function w0(e) {
|
|
|
9874
9883
|
</div>
|
|
9875
9884
|
`;
|
|
9876
9885
|
}
|
|
9877
|
-
const
|
|
9886
|
+
const v0 = (e) => /* @__PURE__ */ a(
|
|
9878
9887
|
"svg",
|
|
9879
9888
|
{
|
|
9880
9889
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -9890,10 +9899,10 @@ const y0 = (e) => /* @__PURE__ */ a(
|
|
|
9890
9899
|
}
|
|
9891
9900
|
)
|
|
9892
9901
|
}
|
|
9893
|
-
),
|
|
9894
|
-
content:
|
|
9895
|
-
title:
|
|
9896
|
-
},
|
|
9902
|
+
), b0 = "_content_cu8lm_1", C0 = "_title_cu8lm_18", ws = {
|
|
9903
|
+
content: b0,
|
|
9904
|
+
title: C0
|
|
9905
|
+
}, _0 = async ({
|
|
9897
9906
|
newsformated: e,
|
|
9898
9907
|
internal: t,
|
|
9899
9908
|
commonServices: n
|
|
@@ -9922,10 +9931,10 @@ const y0 = (e) => /* @__PURE__ */ a(
|
|
|
9922
9931
|
} catch {
|
|
9923
9932
|
return null;
|
|
9924
9933
|
}
|
|
9925
|
-
},
|
|
9926
|
-
content:
|
|
9927
|
-
title:
|
|
9928
|
-
},
|
|
9934
|
+
}, N0 = "_content_cu8lm_1", S0 = "_title_cu8lm_18", Wn = {
|
|
9935
|
+
content: N0,
|
|
9936
|
+
title: S0
|
|
9937
|
+
}, E0 = async ({
|
|
9929
9938
|
newsformated: e,
|
|
9930
9939
|
internal: t,
|
|
9931
9940
|
commonServices: n
|
|
@@ -9955,9 +9964,9 @@ const y0 = (e) => /* @__PURE__ */ a(
|
|
|
9955
9964
|
} catch {
|
|
9956
9965
|
return null;
|
|
9957
9966
|
}
|
|
9958
|
-
},
|
|
9959
|
-
content:
|
|
9960
|
-
},
|
|
9967
|
+
}, x0 = "_content_ezbiw_1", I0 = {
|
|
9968
|
+
content: x0
|
|
9969
|
+
}, T0 = async ({
|
|
9961
9970
|
newsformated: e,
|
|
9962
9971
|
internal: t,
|
|
9963
9972
|
commonServices: n
|
|
@@ -9973,27 +9982,27 @@ const y0 = (e) => /* @__PURE__ */ a(
|
|
|
9973
9982
|
return typeof c != "string" || c.trim() === "" ? null : /* @__PURE__ */ a(
|
|
9974
9983
|
"div",
|
|
9975
9984
|
{
|
|
9976
|
-
className:
|
|
9985
|
+
className: I0.content,
|
|
9977
9986
|
dangerouslySetInnerHTML: { __html: c }
|
|
9978
9987
|
}
|
|
9979
9988
|
);
|
|
9980
9989
|
} catch {
|
|
9981
9990
|
return null;
|
|
9982
9991
|
}
|
|
9983
|
-
},
|
|
9984
|
-
content:
|
|
9992
|
+
}, k0 = "_content_156j7_1", U0 = {
|
|
9993
|
+
content: k0
|
|
9985
9994
|
}, ht = {
|
|
9986
9995
|
videoEmbedded: "videoEmbedded",
|
|
9987
9996
|
videoYouTube: "videoYouTube",
|
|
9988
9997
|
iframe: "iframe",
|
|
9989
9998
|
fotoGaleria: "fotogaleria"
|
|
9990
|
-
},
|
|
9991
|
-
[ht.videoEmbedded]:
|
|
9992
|
-
[ht.videoYouTube]:
|
|
9993
|
-
[ht.iframe]:
|
|
9994
|
-
},
|
|
9995
|
-
const { config: n, info: s } = e, r = n.articlepreview, o = s.link.internal, i = r ?
|
|
9996
|
-
return i ? /* @__PURE__ */ a("div", { className:
|
|
9999
|
+
}, q0 = {
|
|
10000
|
+
[ht.videoEmbedded]: _0,
|
|
10001
|
+
[ht.videoYouTube]: E0,
|
|
10002
|
+
[ht.iframe]: T0
|
|
10003
|
+
}, R0 = ({ news: e, commonServices: t }) => {
|
|
10004
|
+
const { config: n, info: s } = e, r = n.articlepreview, o = s.link.internal, i = r ? q0[r] : null;
|
|
10005
|
+
return i ? /* @__PURE__ */ a("div", { className: U0.content, children: /* @__PURE__ */ a(
|
|
9997
10006
|
i,
|
|
9998
10007
|
{
|
|
9999
10008
|
newsformated: e,
|
|
@@ -10001,16 +10010,16 @@ const y0 = (e) => /* @__PURE__ */ a(
|
|
|
10001
10010
|
commonServices: t
|
|
10002
10011
|
}
|
|
10003
10012
|
) }) : null;
|
|
10004
|
-
},
|
|
10013
|
+
}, L0 = (e) => e.replace(
|
|
10005
10014
|
/<iframe(?![^>]*\bloading=)[^>]*>/gi,
|
|
10006
10015
|
(n) => n.replace("<iframe", '<iframe loading="lazy"')
|
|
10007
|
-
),
|
|
10016
|
+
), B0 = (e) => e.replace(
|
|
10008
10017
|
/<iframe(?![^>]*\btitle=)[^>]*>/gi,
|
|
10009
10018
|
(n) => n.replace("<iframe", '<iframe title="frame custom content"')
|
|
10010
|
-
),
|
|
10019
|
+
), O0 = (e) => e.replace(
|
|
10011
10020
|
/<span\b[^>]*class=["'][^"']*video__title[^"']*["'][^>]*>[\s\S]*?<\/span>/gi,
|
|
10012
10021
|
""
|
|
10013
|
-
),
|
|
10022
|
+
), P0 = async (e) => {
|
|
10014
10023
|
const { PUBLIC_IS_OFFLINE: t } = Y();
|
|
10015
10024
|
if (!(t === "true")) {
|
|
10016
10025
|
const l = /<img\b[^>]*\bsrc=["']([^"']+)["']/g, u = [...e.matchAll(l)], m = {};
|
|
@@ -10096,7 +10105,7 @@ const y0 = (e) => /* @__PURE__ */ a(
|
|
|
10096
10105
|
s = s.replace(u, b);
|
|
10097
10106
|
}
|
|
10098
10107
|
return s;
|
|
10099
|
-
},
|
|
10108
|
+
}, D0 = (e, t) => {
|
|
10100
10109
|
const n = {
|
|
10101
10110
|
2: 1,
|
|
10102
10111
|
4: 2,
|
|
@@ -10126,7 +10135,7 @@ const y0 = (e) => /* @__PURE__ */ a(
|
|
|
10126
10135
|
return c;
|
|
10127
10136
|
}
|
|
10128
10137
|
), r;
|
|
10129
|
-
},
|
|
10138
|
+
}, M0 = (e) => {
|
|
10130
10139
|
const t = /<div class="ck-image-gallery"[^>]*?>([\s\S]*?)<\/div>/g, n = [...e.matchAll(t)];
|
|
10131
10140
|
let s = "", r = 0;
|
|
10132
10141
|
for (const o of n) {
|
|
@@ -10136,7 +10145,7 @@ const y0 = (e) => /* @__PURE__ */ a(
|
|
|
10136
10145
|
(g) => g[1]
|
|
10137
10146
|
).map(
|
|
10138
10147
|
(g) => `<img fetchPriority='low' loading='lazy' alt='imagen' src="${g}" class="carrusel-note-item" width="800" height="469"/>`
|
|
10139
|
-
), h = "gallery_embeded" + d.toString(), p =
|
|
10148
|
+
), h = "gallery_embeded" + d.toString(), p = y0({
|
|
10140
10149
|
slot_id: h,
|
|
10141
10150
|
children: m,
|
|
10142
10151
|
visibleItems: 1,
|
|
@@ -10145,7 +10154,7 @@ const y0 = (e) => /* @__PURE__ */ a(
|
|
|
10145
10154
|
s += p, r = l;
|
|
10146
10155
|
}
|
|
10147
10156
|
return s += e.slice(r), s;
|
|
10148
|
-
},
|
|
10157
|
+
}, j0 = async (e, t, n) => {
|
|
10149
10158
|
if (!n) return e;
|
|
10150
10159
|
const s = /<span data-src="(.*?)"><\/span>/g, r = [...e.matchAll(s)];
|
|
10151
10160
|
let o = e;
|
|
@@ -10175,7 +10184,7 @@ const y0 = (e) => /* @__PURE__ */ a(
|
|
|
10175
10184
|
}
|
|
10176
10185
|
return o;
|
|
10177
10186
|
};
|
|
10178
|
-
async function
|
|
10187
|
+
async function Q0(e, t) {
|
|
10179
10188
|
let n = "", s = 0;
|
|
10180
10189
|
const r = /<div\b[^>]*\bclass=(["'])(?:(?!\1).)*\bck-video-player\b(?:(?!\1).)*\1[^>]*>/gi;
|
|
10181
10190
|
let o;
|
|
@@ -10259,9 +10268,9 @@ async function j0(e, t) {
|
|
|
10259
10268
|
w = h;
|
|
10260
10269
|
s = m, n += w, r.lastIndex = m;
|
|
10261
10270
|
}
|
|
10262
|
-
return n += e.slice(s), n =
|
|
10271
|
+
return n += e.slice(s), n = O0(n), n;
|
|
10263
10272
|
}
|
|
10264
|
-
async function
|
|
10273
|
+
async function G0(e) {
|
|
10265
10274
|
const {
|
|
10266
10275
|
news: t,
|
|
10267
10276
|
banners: n,
|
|
@@ -10274,15 +10283,15 @@ async function Q0(e) {
|
|
|
10274
10283
|
commonServices: l
|
|
10275
10284
|
} = e;
|
|
10276
10285
|
let u = t?.body?.rendered ?? "";
|
|
10277
|
-
u = u.replace(/ /g, ""), u =
|
|
10286
|
+
u = u.replace(/ /g, ""), u = D0(u, n), u = M0(u), u = await P0(u), u = await j0(
|
|
10278
10287
|
u,
|
|
10279
10288
|
e.texts,
|
|
10280
10289
|
s
|
|
10281
|
-
), u = await
|
|
10290
|
+
), u = await Q0(u, d), u = L0(u), u = B0(u);
|
|
10282
10291
|
const m = t.main.sources ?? [], h = t.config.articlepreview === ht.fotoGaleria && t.hascontent?.hasgalleryimages;
|
|
10283
10292
|
return /* @__PURE__ */ f("div", { className: sn.content, children: [
|
|
10284
10293
|
o !== "liveblogs" && e.showHeaderImage ? h ? /* @__PURE__ */ a(
|
|
10285
|
-
|
|
10294
|
+
w0,
|
|
10286
10295
|
{
|
|
10287
10296
|
commonServices: l,
|
|
10288
10297
|
newsformated: t,
|
|
@@ -10291,7 +10300,7 @@ async function Q0(e) {
|
|
|
10291
10300
|
) : /* @__PURE__ */ a(Cr, { preview: t.preview }) : null,
|
|
10292
10301
|
/* @__PURE__ */ a(we, { banners: n, name: "block_1" }),
|
|
10293
10302
|
/* @__PURE__ */ a("div", { className: sn.journalistArticleContent, children: /* @__PURE__ */ a(
|
|
10294
|
-
|
|
10303
|
+
d0,
|
|
10295
10304
|
{
|
|
10296
10305
|
autorIcon: e.autorIcon,
|
|
10297
10306
|
socials: c,
|
|
@@ -10301,7 +10310,7 @@ async function Q0(e) {
|
|
|
10301
10310
|
paths: e.paths
|
|
10302
10311
|
}
|
|
10303
10312
|
) }),
|
|
10304
|
-
/* @__PURE__ */ a(
|
|
10313
|
+
/* @__PURE__ */ a(A0, { summary: t.main.summary }),
|
|
10305
10314
|
/* @__PURE__ */ a(
|
|
10306
10315
|
"div",
|
|
10307
10316
|
{
|
|
@@ -10312,7 +10321,7 @@ async function Q0(e) {
|
|
|
10312
10321
|
}
|
|
10313
10322
|
),
|
|
10314
10323
|
/* @__PURE__ */ a(
|
|
10315
|
-
|
|
10324
|
+
o0,
|
|
10316
10325
|
{
|
|
10317
10326
|
texts: e.texts,
|
|
10318
10327
|
itemList: i,
|
|
@@ -10323,12 +10332,12 @@ async function Q0(e) {
|
|
|
10323
10332
|
}
|
|
10324
10333
|
),
|
|
10325
10334
|
m.length > 0 && /* @__PURE__ */ f("div", { className: sn.noteSource, children: [
|
|
10326
|
-
/* @__PURE__ */ a(
|
|
10335
|
+
/* @__PURE__ */ a(v0, {}),
|
|
10327
10336
|
/* @__PURE__ */ a("p", { children: e.texts.noteSource + (m.length === 1 ? "" : "s") + ": " + m.map((p) => p.name).join(", ") })
|
|
10328
10337
|
] })
|
|
10329
10338
|
] });
|
|
10330
10339
|
}
|
|
10331
|
-
const
|
|
10340
|
+
const H0 = (e) => {
|
|
10332
10341
|
const { content: t, title: n, slot_id: s } = e, r = e.slot_id && e.slot_id !== "Nota_1";
|
|
10333
10342
|
return t && t.length !== 0 && /* @__PURE__ */ a(pe, { title: n, titleUrl: e.titleUrl, children: /* @__PURE__ */ a(xt, { slot_id: s, cardWidth: 200, children: t.map((o, i) => {
|
|
10334
10343
|
const c = { ...o, main: {
|
|
@@ -10345,7 +10354,7 @@ const G0 = (e) => {
|
|
|
10345
10354
|
i
|
|
10346
10355
|
);
|
|
10347
10356
|
}) }) });
|
|
10348
|
-
},
|
|
10357
|
+
}, z0 = (e) => {
|
|
10349
10358
|
const { content: t, title: n, slot_id: s } = e, r = e.slot_id && e.slot_id !== "Nota_1";
|
|
10350
10359
|
return t && t.length !== 0 && /* @__PURE__ */ a(pe, { title: n, titleUrl: e.titleUrl, children: /* @__PURE__ */ a(
|
|
10351
10360
|
xt,
|
|
@@ -10371,7 +10380,7 @@ const G0 = (e) => {
|
|
|
10371
10380
|
})
|
|
10372
10381
|
}
|
|
10373
10382
|
) });
|
|
10374
|
-
},
|
|
10383
|
+
}, V0 = (e) => {
|
|
10375
10384
|
const { content: t, title: n, slot_id: s } = e, r = e.slot_id && e.slot_id !== "Nota_1";
|
|
10376
10385
|
return t && t.length !== 0 && /* @__PURE__ */ a(pe, { title: n, titleUrl: e.titleUrl, children: /* @__PURE__ */ a(
|
|
10377
10386
|
xt,
|
|
@@ -10403,15 +10412,15 @@ const G0 = (e) => {
|
|
|
10403
10412
|
for (const n in e)
|
|
10404
10413
|
n.startsWith("--") && (t[n] = e[n]);
|
|
10405
10414
|
return t;
|
|
10406
|
-
},
|
|
10407
|
-
headerSection:
|
|
10408
|
-
title:
|
|
10409
|
-
subtitle:
|
|
10410
|
-
newsContent:
|
|
10411
|
-
containerCards:
|
|
10412
|
-
image:
|
|
10413
|
-
blockHeadContainer:
|
|
10414
|
-
},
|
|
10415
|
+
}, F0 = "_headerSection_1c69w_1", $0 = "_title_1c69w_11", W0 = "_subtitle_1c69w_23", Y0 = "_newsContent_1c69w_36", K0 = "_containerCards_1c69w_44", J0 = "_image_1c69w_50", Z0 = "_blockHeadContainer_1c69w_56", it = {
|
|
10416
|
+
headerSection: F0,
|
|
10417
|
+
title: $0,
|
|
10418
|
+
subtitle: W0,
|
|
10419
|
+
newsContent: Y0,
|
|
10420
|
+
containerCards: K0,
|
|
10421
|
+
image: J0,
|
|
10422
|
+
blockHeadContainer: Z0
|
|
10423
|
+
}, X0 = (e) => {
|
|
10415
10424
|
const { content: t, title: n, isVideo: s } = e;
|
|
10416
10425
|
if (!t || t.length === 0) return;
|
|
10417
10426
|
const r = t[0], o = t.slice(1), i = e.slot_id && e.slot_id !== "Nota_1";
|
|
@@ -10460,17 +10469,17 @@ const G0 = (e) => {
|
|
|
10460
10469
|
banner: (e) => /* @__PURE__ */ a(we, { ...e, name: e.slot_id.replace("Home", "block") }),
|
|
10461
10470
|
readest: (e) => /* @__PURE__ */ a(Sa, { ...e }),
|
|
10462
10471
|
"Modulo 1x3": (e) => /* @__PURE__ */ a(Ir, { ...e }),
|
|
10463
|
-
"Modulo 1x4": (e) => /* @__PURE__ */ a(
|
|
10464
|
-
"Modulo 1x5": (e) => /* @__PURE__ */ a(
|
|
10465
|
-
"Destacado noticias": (e) => /* @__PURE__ */ a(
|
|
10466
|
-
"Destacado full width": (e) => /* @__PURE__ */ a(
|
|
10467
|
-
"Destacado videos": (e) => /* @__PURE__ */ a(
|
|
10468
|
-
"Carrusel card": (e) => /* @__PURE__ */ a(
|
|
10469
|
-
"Carrusel story": (e) => /* @__PURE__ */ a(
|
|
10470
|
-
"Carrusel owl": (e) => /* @__PURE__ */ a(
|
|
10471
|
-
"Modulo fotogaleria": (e) => /* @__PURE__ */ a(
|
|
10472
|
-
"Carrusel opinion": (e) => /* @__PURE__ */ a(
|
|
10473
|
-
"Modulo 1x3 card": (e) => /* @__PURE__ */ a(
|
|
10472
|
+
"Modulo 1x4": (e) => /* @__PURE__ */ a(V2, { ...e }),
|
|
10473
|
+
"Modulo 1x5": (e) => /* @__PURE__ */ a(Y2, { ...e }),
|
|
10474
|
+
"Destacado noticias": (e) => /* @__PURE__ */ a(g2, { ...e }),
|
|
10475
|
+
"Destacado full width": (e) => /* @__PURE__ */ a(X0, { ...e }),
|
|
10476
|
+
"Destacado videos": (e) => /* @__PURE__ */ a(X2, { ...e }),
|
|
10477
|
+
"Carrusel card": (e) => /* @__PURE__ */ a(hf, { ...e }),
|
|
10478
|
+
"Carrusel story": (e) => /* @__PURE__ */ a(H0, { ...e }),
|
|
10479
|
+
"Carrusel owl": (e) => /* @__PURE__ */ a(z0, { ...e }),
|
|
10480
|
+
"Modulo fotogaleria": (e) => /* @__PURE__ */ a(V0, { ...e }),
|
|
10481
|
+
"Carrusel opinion": (e) => /* @__PURE__ */ a(Cf, { ...e }),
|
|
10482
|
+
"Modulo 1x3 card": (e) => /* @__PURE__ */ a(mf, { ...e })
|
|
10474
10483
|
};
|
|
10475
10484
|
function Tr({
|
|
10476
10485
|
component: e,
|
|
@@ -10481,7 +10490,7 @@ function Tr({
|
|
|
10481
10490
|
if (s)
|
|
10482
10491
|
return ys[e] && /* @__PURE__ */ a("div", { className: "home-slot", style: Ta(n), children: ys[e]({ ...n, banners: s, slot_id: t }) });
|
|
10483
10492
|
}
|
|
10484
|
-
function
|
|
10493
|
+
function E3({
|
|
10485
10494
|
children: e,
|
|
10486
10495
|
stylesConfigEntry: t
|
|
10487
10496
|
}) {
|
|
@@ -10527,7 +10536,7 @@ const vs = {
|
|
|
10527
10536
|
},
|
|
10528
10537
|
Super: (e) => /* @__PURE__ */ a(_t, { ...e.data[0], paths: e.paths }),
|
|
10529
10538
|
"3 notas verticales": (e) => /* @__PURE__ */ a(
|
|
10530
|
-
|
|
10539
|
+
o2,
|
|
10531
10540
|
{
|
|
10532
10541
|
content: e.data,
|
|
10533
10542
|
customLargeSection: e.customLargeSection,
|
|
@@ -10536,7 +10545,7 @@ const vs = {
|
|
|
10536
10545
|
}
|
|
10537
10546
|
),
|
|
10538
10547
|
"3 notas horizontales": (e) => /* @__PURE__ */ a(
|
|
10539
|
-
|
|
10548
|
+
a2,
|
|
10540
10549
|
{
|
|
10541
10550
|
content: e.data,
|
|
10542
10551
|
customLargeSection: e.customLargeSection,
|
|
@@ -10553,7 +10562,7 @@ const vs = {
|
|
|
10553
10562
|
...t,
|
|
10554
10563
|
rightOnlyBanner: s,
|
|
10555
10564
|
banners: n
|
|
10556
|
-
}) }),
|
|
10565
|
+
}) }), x3 = ({
|
|
10557
10566
|
slots: e,
|
|
10558
10567
|
DYNAMIC_SLOT_SUBINDEXES: t,
|
|
10559
10568
|
stylesConfig: n,
|
|
@@ -10604,7 +10613,7 @@ const vs = {
|
|
|
10604
10613
|
);
|
|
10605
10614
|
}
|
|
10606
10615
|
return c;
|
|
10607
|
-
},
|
|
10616
|
+
}, I3 = ({
|
|
10608
10617
|
mainBlock: e,
|
|
10609
10618
|
StylesConfigMain: t,
|
|
10610
10619
|
config: n,
|
|
@@ -10647,14 +10656,14 @@ const vs = {
|
|
|
10647
10656
|
),
|
|
10648
10657
|
/* @__PURE__ */ a(mt, { children: /* @__PURE__ */ a(st, { banners: s, index: 1 }) })
|
|
10649
10658
|
] });
|
|
10650
|
-
},
|
|
10659
|
+
}, eg = (e) => {
|
|
10651
10660
|
const { config: t } = e, n = t.articlepreview;
|
|
10652
10661
|
return !![
|
|
10653
10662
|
ht.videoEmbedded,
|
|
10654
10663
|
ht.videoYouTube,
|
|
10655
10664
|
ht.iframe
|
|
10656
10665
|
].includes(n);
|
|
10657
|
-
},
|
|
10666
|
+
}, T3 = async (e) => {
|
|
10658
10667
|
const {
|
|
10659
10668
|
custom_complement: t,
|
|
10660
10669
|
ranking: n = [],
|
|
@@ -10668,9 +10677,9 @@ const vs = {
|
|
|
10668
10677
|
getVideos: u
|
|
10669
10678
|
} = e, m = e.slug === "liveblogs", { SHOW_NEWS_MORE_NEWS: h, SHOW_NEWS_RELATED_NEWS: p } = Y();
|
|
10670
10679
|
if (!(!o || !o[0]))
|
|
10671
|
-
return /* @__PURE__ */ a(J, { children: /* @__PURE__ */ f(
|
|
10680
|
+
return /* @__PURE__ */ a(J, { children: /* @__PURE__ */ f(Lf, { className: ma.contentLayout2, children: [
|
|
10672
10681
|
/* @__PURE__ */ a(
|
|
10673
|
-
|
|
10682
|
+
Qf,
|
|
10674
10683
|
{
|
|
10675
10684
|
option: e.slug,
|
|
10676
10685
|
news: o,
|
|
@@ -10680,14 +10689,14 @@ const vs = {
|
|
|
10680
10689
|
),
|
|
10681
10690
|
/* @__PURE__ */ a(st, { banners: s, index: 1 }),
|
|
10682
10691
|
!m && e.commonServices && /* @__PURE__ */ a(
|
|
10683
|
-
|
|
10692
|
+
R0,
|
|
10684
10693
|
{
|
|
10685
10694
|
news: o[0],
|
|
10686
10695
|
commonServices: e.commonServices
|
|
10687
10696
|
}
|
|
10688
10697
|
),
|
|
10689
10698
|
/* @__PURE__ */ a(
|
|
10690
|
-
|
|
10699
|
+
jf,
|
|
10691
10700
|
{
|
|
10692
10701
|
texts: e.texts,
|
|
10693
10702
|
paths: e.paths,
|
|
@@ -10699,7 +10708,7 @@ const vs = {
|
|
|
10699
10708
|
banner: /* @__PURE__ */ a(we, { banners: s ?? [], name: "right_2" }),
|
|
10700
10709
|
complement: /* @__PURE__ */ f("div", { id: "comentarios", suppressHydrationWarning: !0, children: [
|
|
10701
10710
|
r.length > 0 && /* @__PURE__ */ a(
|
|
10702
|
-
|
|
10711
|
+
Ch,
|
|
10703
10712
|
{
|
|
10704
10713
|
texts: e.texts,
|
|
10705
10714
|
autorIcon: e.autorIcon,
|
|
@@ -10708,7 +10717,7 @@ const vs = {
|
|
|
10708
10717
|
}
|
|
10709
10718
|
),
|
|
10710
10719
|
o[0].authors.length > 1 && /* @__PURE__ */ a(
|
|
10711
|
-
|
|
10720
|
+
kh,
|
|
10712
10721
|
{
|
|
10713
10722
|
news: o[0],
|
|
10714
10723
|
autorIcon: e.autorIcon,
|
|
@@ -10717,7 +10726,7 @@ const vs = {
|
|
|
10717
10726
|
}
|
|
10718
10727
|
),
|
|
10719
10728
|
/* @__PURE__ */ a("div", { className: ma.tagContent, children: /* @__PURE__ */ a(
|
|
10720
|
-
|
|
10729
|
+
mh,
|
|
10721
10730
|
{
|
|
10722
10731
|
tags: o[0]?.keywords?.tags,
|
|
10723
10732
|
paths: e.paths
|
|
@@ -10797,7 +10806,7 @@ const vs = {
|
|
|
10797
10806
|
},
|
|
10798
10807
|
children: [
|
|
10799
10808
|
/* @__PURE__ */ a(
|
|
10800
|
-
|
|
10809
|
+
G0,
|
|
10801
10810
|
{
|
|
10802
10811
|
texts: e.texts,
|
|
10803
10812
|
autorIcon: e.autorIcon,
|
|
@@ -10811,7 +10820,7 @@ const vs = {
|
|
|
10811
10820
|
getVideos: u,
|
|
10812
10821
|
noteShare: e.noteShare,
|
|
10813
10822
|
paths: e.paths,
|
|
10814
|
-
showHeaderImage: !
|
|
10823
|
+
showHeaderImage: !eg(o[0]),
|
|
10815
10824
|
commonServices: e.commonServices
|
|
10816
10825
|
}
|
|
10817
10826
|
),
|
|
@@ -10822,13 +10831,13 @@ const vs = {
|
|
|
10822
10831
|
}
|
|
10823
10832
|
)
|
|
10824
10833
|
] }) });
|
|
10825
|
-
},
|
|
10826
|
-
content:
|
|
10827
|
-
buttonStyled:
|
|
10828
|
-
searchStyled:
|
|
10829
|
-
inputStyled:
|
|
10830
|
-
inputStyledTest:
|
|
10831
|
-
},
|
|
10834
|
+
}, tg = "_content_1046n_1", ng = "_buttonStyled_1046n_9", ag = "_searchStyled_1046n_20", sg = "_inputStyled_1046n_36", rg = "_inputStyledTest_1046n_55", Ot = {
|
|
10835
|
+
content: tg,
|
|
10836
|
+
buttonStyled: ng,
|
|
10837
|
+
searchStyled: ag,
|
|
10838
|
+
inputStyled: sg,
|
|
10839
|
+
inputStyledTest: rg
|
|
10840
|
+
}, og = (e) => /* @__PURE__ */ a(
|
|
10832
10841
|
"svg",
|
|
10833
10842
|
{
|
|
10834
10843
|
width: "68",
|
|
@@ -10847,7 +10856,7 @@ const vs = {
|
|
|
10847
10856
|
}
|
|
10848
10857
|
) })
|
|
10849
10858
|
}
|
|
10850
|
-
),
|
|
10859
|
+
), k3 = (e) => /* @__PURE__ */ a(
|
|
10851
10860
|
"form",
|
|
10852
10861
|
{
|
|
10853
10862
|
className: Ot.content,
|
|
@@ -10861,14 +10870,14 @@ const vs = {
|
|
|
10861
10870
|
placeholder: e.texts.searchKeyWord + "..."
|
|
10862
10871
|
}
|
|
10863
10872
|
),
|
|
10864
|
-
/* @__PURE__ */ a("button", { className: Ot.buttonStyled, type: "submit", children: /* @__PURE__ */ a(
|
|
10873
|
+
/* @__PURE__ */ a("button", { className: Ot.buttonStyled, type: "submit", children: /* @__PURE__ */ a(og, { className: Ot.searchStyled }) })
|
|
10865
10874
|
] })
|
|
10866
10875
|
}
|
|
10867
|
-
),
|
|
10868
|
-
content:
|
|
10869
|
-
newsContentSection:
|
|
10870
|
-
itemContent:
|
|
10871
|
-
},
|
|
10876
|
+
), ig = "_content_io3tv_1", cg = "_newsContentSection_io3tv_5", lg = "_itemContent_io3tv_10", Kn = {
|
|
10877
|
+
content: ig,
|
|
10878
|
+
newsContentSection: cg,
|
|
10879
|
+
itemContent: lg
|
|
10880
|
+
}, U3 = (e) => {
|
|
10872
10881
|
const {
|
|
10873
10882
|
data: t,
|
|
10874
10883
|
option: n,
|
|
@@ -10888,7 +10897,7 @@ const vs = {
|
|
|
10888
10897
|
switch (n) {
|
|
10889
10898
|
case "op1":
|
|
10890
10899
|
return /* @__PURE__ */ a(J, { children: /* @__PURE__ */ f(ls, { children: [
|
|
10891
|
-
/* @__PURE__ */ a(
|
|
10900
|
+
/* @__PURE__ */ a(su, { autor: s[0], autorIcon: e.autorIcon }),
|
|
10892
10901
|
/* @__PURE__ */ a(
|
|
10893
10902
|
_r,
|
|
10894
10903
|
{
|
|
@@ -10970,7 +10979,7 @@ const vs = {
|
|
|
10970
10979
|
] }) });
|
|
10971
10980
|
case "op2":
|
|
10972
10981
|
return /* @__PURE__ */ a(J, { children: /* @__PURE__ */ f(ls, { children: [
|
|
10973
|
-
/* @__PURE__ */ a(
|
|
10982
|
+
/* @__PURE__ */ a(gu, { autor: s[0], autorIcon: e.autorIcon }),
|
|
10974
10983
|
Array.isArray(t) ? /* @__PURE__ */ f(J, { children: [
|
|
10975
10984
|
/* @__PURE__ */ a(
|
|
10976
10985
|
Ir,
|
|
@@ -11024,22 +11033,22 @@ const vs = {
|
|
|
11024
11033
|
default:
|
|
11025
11034
|
return /* @__PURE__ */ a(J, {});
|
|
11026
11035
|
}
|
|
11027
|
-
},
|
|
11028
|
-
content:
|
|
11029
|
-
videoContent:
|
|
11030
|
-
},
|
|
11031
|
-
container:
|
|
11032
|
-
playStyled:
|
|
11033
|
-
imageStyled:
|
|
11034
|
-
longer:
|
|
11035
|
-
contentNews:
|
|
11036
|
-
tagContent:
|
|
11037
|
-
tag:
|
|
11038
|
-
titular:
|
|
11039
|
-
small:
|
|
11040
|
-
figure:
|
|
11041
|
-
backDrop:
|
|
11042
|
-
backDropAux:
|
|
11036
|
+
}, dg = "_content_pq89v_1", ug = "_videoContent_pq89v_9", bs = {
|
|
11037
|
+
content: dg,
|
|
11038
|
+
videoContent: ug
|
|
11039
|
+
}, mg = "_container_1xr2t_1", hg = "_playStyled_1xr2t_6", fg = "_imageStyled_1xr2t_13", gg = "_longer_1xr2t_26", pg = "_contentNews_1xr2t_31", Ag = "_tagContent_1xr2t_51", wg = "_tag_1xr2t_51", yg = "_titular_1xr2t_68", vg = "_small_1xr2t_81", bg = "_figure_1xr2t_87", Cg = "_backDrop_1xr2t_92", _g = "_backDropAux_1xr2t_100", Pt = {
|
|
11040
|
+
container: mg,
|
|
11041
|
+
playStyled: hg,
|
|
11042
|
+
imageStyled: fg,
|
|
11043
|
+
longer: gg,
|
|
11044
|
+
contentNews: pg,
|
|
11045
|
+
tagContent: Ag,
|
|
11046
|
+
tag: wg,
|
|
11047
|
+
titular: yg,
|
|
11048
|
+
small: vg,
|
|
11049
|
+
figure: bg,
|
|
11050
|
+
backDrop: Cg,
|
|
11051
|
+
backDropAux: _g
|
|
11043
11052
|
}, Cs = async (e) => {
|
|
11044
11053
|
const { size: t = "longer", video: n } = e, s = n.main.image.sizes[0]?.url ?? "";
|
|
11045
11054
|
return /* @__PURE__ */ a("figure", { className: Pt.figure, children: /* @__PURE__ */ f("span", { className: Pt.backdrop, children: [
|
|
@@ -11072,7 +11081,7 @@ const vs = {
|
|
|
11072
11081
|
)
|
|
11073
11082
|
] }) })
|
|
11074
11083
|
] }) });
|
|
11075
|
-
},
|
|
11084
|
+
}, Ng = (e) => {
|
|
11076
11085
|
const { videos: t } = e;
|
|
11077
11086
|
return /* @__PURE__ */ a("div", { className: bs.content, children: /* @__PURE__ */ a(Ft, { children: /* @__PURE__ */ a(pe, { title: "Videos", isTitle: !0, children: /* @__PURE__ */ f("div", { className: bs.videoContent, children: [
|
|
11078
11087
|
/* @__PURE__ */ a(Cs, { video: t[0] }),
|
|
@@ -11085,18 +11094,18 @@ const vs = {
|
|
|
11085
11094
|
`video-small-${s}`
|
|
11086
11095
|
)) })
|
|
11087
11096
|
] }) }) }) });
|
|
11088
|
-
},
|
|
11089
|
-
content:
|
|
11090
|
-
videoContent:
|
|
11091
|
-
articleSection:
|
|
11092
|
-
contentLatout:
|
|
11093
|
-
title:
|
|
11094
|
-
article:
|
|
11095
|
-
correspondent:
|
|
11096
|
-
},
|
|
11097
|
-
container:
|
|
11098
|
-
playStyled:
|
|
11099
|
-
},
|
|
11097
|
+
}, Sg = "_content_ruy5q_1", Eg = "_videoContent_ruy5q_9", xg = "_articleSection_ruy5q_21", Ig = "_contentLatout_ruy5q_31", Tg = "_title_ruy5q_36", kg = "_article_ruy5q_21", Ug = "_correspondent_ruy5q_64", ct = {
|
|
11098
|
+
content: Sg,
|
|
11099
|
+
videoContent: Eg,
|
|
11100
|
+
articleSection: xg,
|
|
11101
|
+
contentLatout: Ig,
|
|
11102
|
+
title: Tg,
|
|
11103
|
+
article: kg,
|
|
11104
|
+
correspondent: Ug
|
|
11105
|
+
}, qg = "_container_1rq2h_1", Rg = "_playStyled_1rq2h_9", _s = {
|
|
11106
|
+
container: qg,
|
|
11107
|
+
playStyled: Rg
|
|
11108
|
+
}, Lg = (e) => {
|
|
11100
11109
|
const { video: t } = e, n = Na();
|
|
11101
11110
|
return /* @__PURE__ */ a(
|
|
11102
11111
|
O,
|
|
@@ -11118,12 +11127,12 @@ const vs = {
|
|
|
11118
11127
|
] })
|
|
11119
11128
|
}
|
|
11120
11129
|
);
|
|
11121
|
-
},
|
|
11130
|
+
}, Bg = (e) => {
|
|
11122
11131
|
const t = () => e?.video.main.author ? `${e?.video.main.author} - ${je(
|
|
11123
11132
|
e.video.info.date.created
|
|
11124
11133
|
)}` : e?.video.main.author;
|
|
11125
11134
|
return /* @__PURE__ */ a("div", { className: ct.content, children: /* @__PURE__ */ a(Ft, { className: ct.contentLatout, children: /* @__PURE__ */ a(pe, { title: "Videos", isTitle: !0, children: /* @__PURE__ */ f("div", { className: ct.videoContent, children: [
|
|
11126
|
-
/* @__PURE__ */ a(
|
|
11135
|
+
/* @__PURE__ */ a(Lg, { video: e.video }),
|
|
11127
11136
|
/* @__PURE__ */ f("div", { className: ct.articleSection, children: [
|
|
11128
11137
|
/* @__PURE__ */ a(
|
|
11129
11138
|
O,
|
|
@@ -11138,17 +11147,17 @@ const vs = {
|
|
|
11138
11147
|
/* @__PURE__ */ a("p", { className: ct.correspondent, children: t() })
|
|
11139
11148
|
] })
|
|
11140
11149
|
] }) }) }) });
|
|
11141
|
-
},
|
|
11150
|
+
}, q3 = (e) => {
|
|
11142
11151
|
switch (e.option) {
|
|
11143
11152
|
case "op1":
|
|
11144
|
-
return /* @__PURE__ */ a(
|
|
11153
|
+
return /* @__PURE__ */ a(Ng, { videos: e.data });
|
|
11145
11154
|
case "op2":
|
|
11146
|
-
return /* @__PURE__ */ a(
|
|
11155
|
+
return /* @__PURE__ */ a(Bg, { video: e.data[0] });
|
|
11147
11156
|
default:
|
|
11148
11157
|
return /* @__PURE__ */ a(J, {});
|
|
11149
11158
|
}
|
|
11150
11159
|
};
|
|
11151
|
-
function
|
|
11160
|
+
function R3({ containerId: e, containerId2: t }) {
|
|
11152
11161
|
return Me(() => {
|
|
11153
11162
|
try {
|
|
11154
11163
|
let n = function() {
|
|
@@ -11184,7 +11193,7 @@ function q3({ containerId: e, containerId2: t }) {
|
|
|
11184
11193
|
}
|
|
11185
11194
|
}, [e]), null;
|
|
11186
11195
|
}
|
|
11187
|
-
const
|
|
11196
|
+
const Og = (e) => {
|
|
11188
11197
|
const {
|
|
11189
11198
|
//rounded = false,
|
|
11190
11199
|
isVideo: t = !1,
|
|
@@ -11246,7 +11255,7 @@ const Bg = (e) => {
|
|
|
11246
11255
|
] })
|
|
11247
11256
|
] })
|
|
11248
11257
|
] }) });
|
|
11249
|
-
},
|
|
11258
|
+
}, Pg = (e) => /* @__PURE__ */ a(
|
|
11250
11259
|
"svg",
|
|
11251
11260
|
{
|
|
11252
11261
|
width: "41",
|
|
@@ -11263,7 +11272,7 @@ const Bg = (e) => {
|
|
|
11263
11272
|
}
|
|
11264
11273
|
)
|
|
11265
11274
|
}
|
|
11266
|
-
),
|
|
11275
|
+
), Dg = {
|
|
11267
11276
|
info: {
|
|
11268
11277
|
section: {
|
|
11269
11278
|
name: "",
|
|
@@ -11320,14 +11329,14 @@ const Bg = (e) => {
|
|
|
11320
11329
|
}
|
|
11321
11330
|
],
|
|
11322
11331
|
preview: void 0
|
|
11323
|
-
}, Ns = 6,
|
|
11332
|
+
}, Ns = 6, Mg = ({
|
|
11324
11333
|
section: e,
|
|
11325
11334
|
currentNews: t,
|
|
11326
11335
|
banner: n,
|
|
11327
11336
|
isVisible: s = !1,
|
|
11328
11337
|
stylesConfig: r
|
|
11329
11338
|
}) => {
|
|
11330
|
-
const [o, i] = K({ data: Array.from({ length: Ns }, () =>
|
|
11339
|
+
const [o, i] = K({ data: Array.from({ length: Ns }, () => Dg) }), [c, d] = K(!1), l = fe(async () => {
|
|
11331
11340
|
if (!(c || !t?.info?.link?.internal)) {
|
|
11332
11341
|
d(!0);
|
|
11333
11342
|
try {
|
|
@@ -11350,7 +11359,7 @@ const Bg = (e) => {
|
|
|
11350
11359
|
return Me(() => {
|
|
11351
11360
|
s && l();
|
|
11352
11361
|
}, [s, o, l]), !o?.data || o.data.length === 0 ? null : /* @__PURE__ */ a(
|
|
11353
|
-
|
|
11362
|
+
jg,
|
|
11354
11363
|
{
|
|
11355
11364
|
news: o.data,
|
|
11356
11365
|
title: "Más Noticias",
|
|
@@ -11362,7 +11371,7 @@ const Bg = (e) => {
|
|
|
11362
11371
|
isVisible: s
|
|
11363
11372
|
}
|
|
11364
11373
|
);
|
|
11365
|
-
},
|
|
11374
|
+
}, jg = (e) => {
|
|
11366
11375
|
const { news: t, hasLines: n = !1 } = e, s = (r) => n && (r + 1) % 3 !== 0 ? da.contentSeparator : "";
|
|
11367
11376
|
return /* @__PURE__ */ a(
|
|
11368
11377
|
"div",
|
|
@@ -11398,7 +11407,7 @@ const Bg = (e) => {
|
|
|
11398
11407
|
"aria-label": i?.title?.section ?? "nota",
|
|
11399
11408
|
target: d?.link?.target,
|
|
11400
11409
|
children: /* @__PURE__ */ a(
|
|
11401
|
-
|
|
11410
|
+
Og,
|
|
11402
11411
|
{
|
|
11403
11412
|
isVisible: e.isVisible,
|
|
11404
11413
|
preview: l,
|
|
@@ -11411,7 +11420,7 @@ const Bg = (e) => {
|
|
|
11411
11420
|
}
|
|
11412
11421
|
),
|
|
11413
11422
|
/* @__PURE__ */ a("div", { className: Dt.newsDescription, children: /* @__PURE__ */ a(
|
|
11414
|
-
|
|
11423
|
+
Qg,
|
|
11415
11424
|
{
|
|
11416
11425
|
main: i,
|
|
11417
11426
|
authors: c,
|
|
@@ -11432,14 +11441,14 @@ const Bg = (e) => {
|
|
|
11432
11441
|
})
|
|
11433
11442
|
}
|
|
11434
11443
|
);
|
|
11435
|
-
},
|
|
11444
|
+
}, Qg = (e) => {
|
|
11436
11445
|
const { share: t = !1, cutSubtitle: n = !0 } = e, r = (() => {
|
|
11437
11446
|
if (!e?.authors || e.authors.length === 0) return "";
|
|
11438
11447
|
const o = e.authors[0], i = je(e.info?.date?.modified);
|
|
11439
11448
|
return o && e?.config?.showtime && e.config?.showauthor ? `${o.fullname} - ${i}` : o && e.config?.showauthor ? o.fullname : e?.config?.showtime ? i : "";
|
|
11440
11449
|
})();
|
|
11441
11450
|
return /* @__PURE__ */ f("div", { className: se.boxInformation, children: [
|
|
11442
|
-
t && /* @__PURE__ */ a(
|
|
11451
|
+
t && /* @__PURE__ */ a(Pg, { className: se.dotStyles }),
|
|
11443
11452
|
e?.info?.section?.url && /* @__PURE__ */ f("div", { className: se.sectionDescriptionContainer, children: [
|
|
11444
11453
|
/* @__PURE__ */ a(
|
|
11445
11454
|
O,
|
|
@@ -11485,7 +11494,7 @@ const Bg = (e) => {
|
|
|
11485
11494
|
}
|
|
11486
11495
|
) : /* @__PURE__ */ a("div", { className: se.correspondent, children: r }) })
|
|
11487
11496
|
] });
|
|
11488
|
-
},
|
|
11497
|
+
}, Gg = ({
|
|
11489
11498
|
user: e,
|
|
11490
11499
|
handleLogout: t,
|
|
11491
11500
|
message: n
|
|
@@ -11524,25 +11533,25 @@ const Bg = (e) => {
|
|
|
11524
11533
|
/* @__PURE__ */ a("p", { className: "comment-text", children: n })
|
|
11525
11534
|
] })
|
|
11526
11535
|
] }) });
|
|
11527
|
-
},
|
|
11528
|
-
overlay:
|
|
11529
|
-
popup:
|
|
11530
|
-
title:
|
|
11531
|
-
optionsContainer:
|
|
11532
|
-
option:
|
|
11533
|
-
radioInput:
|
|
11534
|
-
radioCustom:
|
|
11535
|
-
optionLabel:
|
|
11536
|
-
buttons:
|
|
11537
|
-
cancelButton:
|
|
11538
|
-
closeButton:
|
|
11539
|
-
buttonAlone:
|
|
11540
|
-
reportButton:
|
|
11541
|
-
successContainer:
|
|
11542
|
-
thumbsUp:
|
|
11543
|
-
successMessage:
|
|
11544
|
-
errorMessage:
|
|
11545
|
-
loadingContainer:
|
|
11536
|
+
}, Hg = "_overlay_qj491_3", zg = "_popup_qj491_17", Vg = "_title_qj491_40", Fg = "_optionsContainer_qj491_52", $g = "_option_qj491_52", Wg = "_radioInput_qj491_66", Yg = "_radioCustom_qj491_70", Kg = "_optionLabel_qj491_97", Jg = "_buttons_qj491_110", Zg = "_cancelButton_qj491_117", Xg = "_closeButton_qj491_118", ep = "_buttonAlone_qj491_137", tp = "_reportButton_qj491_143", np = "_successContainer_qj491_163", ap = "_thumbsUp_qj491_171", sp = "_successMessage_qj491_177", rp = "_errorMessage_qj491_218", op = "_loadingContainer_qj491_231", he = {
|
|
11537
|
+
overlay: Hg,
|
|
11538
|
+
popup: zg,
|
|
11539
|
+
title: Vg,
|
|
11540
|
+
optionsContainer: Fg,
|
|
11541
|
+
option: $g,
|
|
11542
|
+
radioInput: Wg,
|
|
11543
|
+
radioCustom: Yg,
|
|
11544
|
+
optionLabel: Kg,
|
|
11545
|
+
buttons: Jg,
|
|
11546
|
+
cancelButton: Zg,
|
|
11547
|
+
closeButton: Xg,
|
|
11548
|
+
buttonAlone: ep,
|
|
11549
|
+
reportButton: tp,
|
|
11550
|
+
successContainer: np,
|
|
11551
|
+
thumbsUp: ap,
|
|
11552
|
+
successMessage: sp,
|
|
11553
|
+
errorMessage: rp,
|
|
11554
|
+
loadingContainer: op
|
|
11546
11555
|
}, kr = async (e, t) => {
|
|
11547
11556
|
if (!e) return !1;
|
|
11548
11557
|
const { CAPTCHA_PROJECT: n, CAPTCHA_KEY_V2: s, COMMENTS_CAPTCHA_API_KEY: r } = t;
|
|
@@ -11565,7 +11574,7 @@ const Bg = (e) => {
|
|
|
11565
11574
|
return console.error("Error verificando reCAPTCHA Enterprise:", o), !1;
|
|
11566
11575
|
}
|
|
11567
11576
|
};
|
|
11568
|
-
async function
|
|
11577
|
+
async function L3({
|
|
11569
11578
|
publication: e,
|
|
11570
11579
|
username: t,
|
|
11571
11580
|
id: n,
|
|
@@ -11634,7 +11643,7 @@ const Ye = {
|
|
|
11634
11643
|
intellectual: "Violación de propiedad intelectual",
|
|
11635
11644
|
bullying: "Bullying o acoso"
|
|
11636
11645
|
};
|
|
11637
|
-
function
|
|
11646
|
+
function B3(e) {
|
|
11638
11647
|
return Ye[e];
|
|
11639
11648
|
}
|
|
11640
11649
|
const gt = 300, Je = {
|
|
@@ -11642,7 +11651,7 @@ const gt = 300, Je = {
|
|
|
11642
11651
|
firstname: "Usuario",
|
|
11643
11652
|
lastname: "Anonimo"
|
|
11644
11653
|
};
|
|
11645
|
-
function
|
|
11654
|
+
function ip(e) {
|
|
11646
11655
|
const t = e.split(" ");
|
|
11647
11656
|
if (t.length !== 3) return e;
|
|
11648
11657
|
const [n, s, r] = t, o = s.charAt(0).toUpperCase() + s.slice(1).toLowerCase();
|
|
@@ -11660,13 +11669,13 @@ const ka = (e, t) => {
|
|
|
11660
11669
|
} catch {
|
|
11661
11670
|
return [];
|
|
11662
11671
|
}
|
|
11663
|
-
},
|
|
11672
|
+
}, cp = (e, t) => {
|
|
11664
11673
|
const n = Ur(e);
|
|
11665
11674
|
n.includes(t) || (n.push(t), e.cookie = `reported=${encodeURIComponent(
|
|
11666
11675
|
JSON.stringify(n)
|
|
11667
11676
|
)}; path=/; max-age=${3600 * 24 * 1}`);
|
|
11668
11677
|
};
|
|
11669
|
-
function
|
|
11678
|
+
function lp(e) {
|
|
11670
11679
|
const [t, n] = e.split("@");
|
|
11671
11680
|
if (!t || !n) return e;
|
|
11672
11681
|
let s = "";
|
|
@@ -11679,7 +11688,7 @@ function cp(e) {
|
|
|
11679
11688
|
}
|
|
11680
11689
|
var rn = { exports: {} }, on = { exports: {} }, ne = {};
|
|
11681
11690
|
var Ss;
|
|
11682
|
-
function
|
|
11691
|
+
function dp() {
|
|
11683
11692
|
if (Ss) return ne;
|
|
11684
11693
|
Ss = 1;
|
|
11685
11694
|
var e = typeof Symbol == "function" && Symbol.for, t = e ? Symbol.for("react.element") : 60103, n = e ? Symbol.for("react.portal") : 60106, s = e ? Symbol.for("react.fragment") : 60107, r = e ? Symbol.for("react.strict_mode") : 60108, o = e ? Symbol.for("react.profiler") : 60114, i = e ? Symbol.for("react.provider") : 60109, c = e ? Symbol.for("react.context") : 60110, d = e ? Symbol.for("react.async_mode") : 60111, l = e ? Symbol.for("react.concurrent_mode") : 60111, u = e ? Symbol.for("react.forward_ref") : 60112, m = e ? Symbol.for("react.suspense") : 60113, h = e ? Symbol.for("react.suspense_list") : 60120, p = e ? Symbol.for("react.memo") : 60115, g = e ? Symbol.for("react.lazy") : 60116, A = e ? Symbol.for("react.block") : 60121, w = e ? Symbol.for("react.fundamental") : 60117, v = e ? Symbol.for("react.responder") : 60118, N = e ? Symbol.for("react.scope") : 60119;
|
|
@@ -11746,7 +11755,7 @@ function lp() {
|
|
|
11746
11755
|
}
|
|
11747
11756
|
var ae = {};
|
|
11748
11757
|
var Es;
|
|
11749
|
-
function
|
|
11758
|
+
function up() {
|
|
11750
11759
|
return Es || (Es = 1, process.env.NODE_ENV !== "production" && (function() {
|
|
11751
11760
|
var e = typeof Symbol == "function" && Symbol.for, t = e ? Symbol.for("react.element") : 60103, n = e ? Symbol.for("react.portal") : 60106, s = e ? Symbol.for("react.fragment") : 60107, r = e ? Symbol.for("react.strict_mode") : 60108, o = e ? Symbol.for("react.profiler") : 60114, i = e ? Symbol.for("react.provider") : 60109, c = e ? Symbol.for("react.context") : 60110, d = e ? Symbol.for("react.async_mode") : 60111, l = e ? Symbol.for("react.concurrent_mode") : 60111, u = e ? Symbol.for("react.forward_ref") : 60112, m = e ? Symbol.for("react.suspense") : 60113, h = e ? Symbol.for("react.suspense_list") : 60120, p = e ? Symbol.for("react.memo") : 60115, g = e ? Symbol.for("react.lazy") : 60116, A = e ? Symbol.for("react.block") : 60121, w = e ? Symbol.for("react.fundamental") : 60117, v = e ? Symbol.for("react.responder") : 60118, N = e ? Symbol.for("react.scope") : 60119;
|
|
11752
11761
|
function _(L) {
|
|
@@ -11830,10 +11839,10 @@ function dp() {
|
|
|
11830
11839
|
}
|
|
11831
11840
|
var xs;
|
|
11832
11841
|
function Ua() {
|
|
11833
|
-
return xs || (xs = 1, process.env.NODE_ENV === "production" ? on.exports =
|
|
11842
|
+
return xs || (xs = 1, process.env.NODE_ENV === "production" ? on.exports = dp() : on.exports = up()), on.exports;
|
|
11834
11843
|
}
|
|
11835
11844
|
var Jn, Is;
|
|
11836
|
-
function
|
|
11845
|
+
function mp() {
|
|
11837
11846
|
if (Is) return Jn;
|
|
11838
11847
|
Is = 1;
|
|
11839
11848
|
var e = Object.getOwnPropertySymbols, t = Object.prototype.hasOwnProperty, n = Object.prototype.propertyIsEnumerable;
|
|
@@ -11890,7 +11899,7 @@ function qr() {
|
|
|
11890
11899
|
return ks || (ks = 1, Xn = Function.call.bind(Object.prototype.hasOwnProperty)), Xn;
|
|
11891
11900
|
}
|
|
11892
11901
|
var ea, Us;
|
|
11893
|
-
function
|
|
11902
|
+
function hp() {
|
|
11894
11903
|
if (Us) return ea;
|
|
11895
11904
|
Us = 1;
|
|
11896
11905
|
var e = function() {
|
|
@@ -11939,10 +11948,10 @@ function mp() {
|
|
|
11939
11948
|
}, ea = r, ea;
|
|
11940
11949
|
}
|
|
11941
11950
|
var ta, qs;
|
|
11942
|
-
function
|
|
11951
|
+
function fp() {
|
|
11943
11952
|
if (qs) return ta;
|
|
11944
11953
|
qs = 1;
|
|
11945
|
-
var e = Ua(), t =
|
|
11954
|
+
var e = Ua(), t = mp(), n = /* @__PURE__ */ qa(), s = /* @__PURE__ */ qr(), r = /* @__PURE__ */ hp(), o = function() {
|
|
11946
11955
|
};
|
|
11947
11956
|
process.env.NODE_ENV !== "production" && (o = function(c) {
|
|
11948
11957
|
var d = "Warning: " + c;
|
|
@@ -12260,7 +12269,7 @@ Valid keys: ` + JSON.stringify(Object.keys(y), null, " ")
|
|
|
12260
12269
|
}, ta;
|
|
12261
12270
|
}
|
|
12262
12271
|
var na, Rs;
|
|
12263
|
-
function
|
|
12272
|
+
function gp() {
|
|
12264
12273
|
if (Rs) return na;
|
|
12265
12274
|
Rs = 1;
|
|
12266
12275
|
var e = /* @__PURE__ */ qa();
|
|
@@ -12308,18 +12317,18 @@ function fp() {
|
|
|
12308
12317
|
}, na;
|
|
12309
12318
|
}
|
|
12310
12319
|
var Ls;
|
|
12311
|
-
function
|
|
12320
|
+
function pp() {
|
|
12312
12321
|
if (Ls) return rn.exports;
|
|
12313
12322
|
if (Ls = 1, process.env.NODE_ENV !== "production") {
|
|
12314
12323
|
var e = Ua(), t = !0;
|
|
12315
|
-
rn.exports = /* @__PURE__ */
|
|
12324
|
+
rn.exports = /* @__PURE__ */ fp()(e.isElement, t);
|
|
12316
12325
|
} else
|
|
12317
|
-
rn.exports = /* @__PURE__ */
|
|
12326
|
+
rn.exports = /* @__PURE__ */ gp()();
|
|
12318
12327
|
return rn.exports;
|
|
12319
12328
|
}
|
|
12320
|
-
var
|
|
12321
|
-
const Ce = /* @__PURE__ */ Nt(
|
|
12322
|
-
var
|
|
12329
|
+
var Ap = /* @__PURE__ */ pp();
|
|
12330
|
+
const Ce = /* @__PURE__ */ Nt(Ap);
|
|
12331
|
+
var wp = ["sitekey", "onChange", "theme", "type", "tabindex", "onExpired", "onErrored", "size", "stoken", "grecaptcha", "badge", "hl", "isolated"];
|
|
12323
12332
|
function ha() {
|
|
12324
12333
|
return ha = Object.assign ? Object.assign.bind() : function(e) {
|
|
12325
12334
|
for (var t = 1; t < arguments.length; t++) {
|
|
@@ -12330,7 +12339,7 @@ function ha() {
|
|
|
12330
12339
|
return e;
|
|
12331
12340
|
}, ha.apply(this, arguments);
|
|
12332
12341
|
}
|
|
12333
|
-
function
|
|
12342
|
+
function yp(e, t) {
|
|
12334
12343
|
if (e == null) return {};
|
|
12335
12344
|
var n = {}, s = Object.keys(e), r, o;
|
|
12336
12345
|
for (o = 0; o < s.length; o++)
|
|
@@ -12342,7 +12351,7 @@ function cn(e) {
|
|
|
12342
12351
|
throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
|
|
12343
12352
|
return e;
|
|
12344
12353
|
}
|
|
12345
|
-
function
|
|
12354
|
+
function vp(e, t) {
|
|
12346
12355
|
e.prototype = Object.create(t.prototype), e.prototype.constructor = e, fa(e, t);
|
|
12347
12356
|
}
|
|
12348
12357
|
function fa(e, t) {
|
|
@@ -12351,7 +12360,7 @@ function fa(e, t) {
|
|
|
12351
12360
|
}, fa(e, t);
|
|
12352
12361
|
}
|
|
12353
12362
|
var Bn = /* @__PURE__ */ (function(e) {
|
|
12354
|
-
|
|
12363
|
+
vp(t, e);
|
|
12355
12364
|
function t() {
|
|
12356
12365
|
var s;
|
|
12357
12366
|
return s = e.call(this) || this, s.handleExpired = s.handleExpired.bind(cn(s)), s.handleErrored = s.handleErrored.bind(cn(s)), s.handleChange = s.handleChange.bind(cn(s)), s.handleRecaptchaRef = s.handleRecaptchaRef.bind(cn(s)), s;
|
|
@@ -12415,7 +12424,7 @@ var Bn = /* @__PURE__ */ (function(e) {
|
|
|
12415
12424
|
}, n.render = function() {
|
|
12416
12425
|
var r = this.props;
|
|
12417
12426
|
r.sitekey, r.onChange, r.theme, r.type, r.tabindex, r.onExpired, r.onErrored, r.size, r.stoken, r.grecaptcha, r.badge, r.hl, r.isolated;
|
|
12418
|
-
var o =
|
|
12427
|
+
var o = yp(r, wp);
|
|
12419
12428
|
return /* @__PURE__ */ Ba.createElement("div", ha({}, o, {
|
|
12420
12429
|
ref: this.handleRecaptchaRef
|
|
12421
12430
|
}));
|
|
@@ -12447,7 +12456,7 @@ Bn.defaultProps = {
|
|
|
12447
12456
|
badge: "bottomright"
|
|
12448
12457
|
};
|
|
12449
12458
|
var aa, Bs;
|
|
12450
|
-
function
|
|
12459
|
+
function bp() {
|
|
12451
12460
|
if (Bs) return aa;
|
|
12452
12461
|
Bs = 1;
|
|
12453
12462
|
var e = Ua(), t = {
|
|
@@ -12512,8 +12521,8 @@ function vp() {
|
|
|
12512
12521
|
}
|
|
12513
12522
|
return aa = p, aa;
|
|
12514
12523
|
}
|
|
12515
|
-
var
|
|
12516
|
-
const
|
|
12524
|
+
var Cp = bp();
|
|
12525
|
+
const _p = /* @__PURE__ */ Nt(Cp);
|
|
12517
12526
|
function ga() {
|
|
12518
12527
|
return ga = Object.assign || function(e) {
|
|
12519
12528
|
for (var t = 1; t < arguments.length; t++) {
|
|
@@ -12524,28 +12533,28 @@ function ga() {
|
|
|
12524
12533
|
return e;
|
|
12525
12534
|
}, ga.apply(this, arguments);
|
|
12526
12535
|
}
|
|
12527
|
-
function
|
|
12536
|
+
function Np(e, t) {
|
|
12528
12537
|
if (e == null) return {};
|
|
12529
12538
|
var n = {}, s = Object.keys(e), r, o;
|
|
12530
12539
|
for (o = 0; o < s.length; o++)
|
|
12531
12540
|
r = s[o], !(t.indexOf(r) >= 0) && (n[r] = e[r]);
|
|
12532
12541
|
return n;
|
|
12533
12542
|
}
|
|
12534
|
-
function
|
|
12543
|
+
function Sp(e, t) {
|
|
12535
12544
|
e.prototype = Object.create(t.prototype), e.prototype.constructor = e, e.__proto__ = t;
|
|
12536
12545
|
}
|
|
12537
|
-
var Be = {},
|
|
12538
|
-
function
|
|
12546
|
+
var Be = {}, Ep = 0;
|
|
12547
|
+
function xp(e, t) {
|
|
12539
12548
|
return t = t || {}, function(s) {
|
|
12540
12549
|
var r = s.displayName || s.name || "Component", o = /* @__PURE__ */ (function(c) {
|
|
12541
|
-
|
|
12550
|
+
Sp(d, c);
|
|
12542
12551
|
function d(u, m) {
|
|
12543
12552
|
var h;
|
|
12544
12553
|
return h = c.call(this, u, m) || this, h.state = {}, h.__scriptURL = "", h;
|
|
12545
12554
|
}
|
|
12546
12555
|
var l = d.prototype;
|
|
12547
12556
|
return l.asyncScriptLoaderGetScriptLoaderID = function() {
|
|
12548
|
-
return this.__scriptLoaderID || (this.__scriptLoaderID = "async-script-loader-" +
|
|
12557
|
+
return this.__scriptLoaderID || (this.__scriptLoaderID = "async-script-loader-" + Ep++), this.__scriptLoaderID;
|
|
12549
12558
|
}, l.setupScriptURL = function() {
|
|
12550
12559
|
return this.__scriptURL = typeof e == "function" ? e() : e, this.__scriptURL;
|
|
12551
12560
|
}, l.asyncScriptLoaderHandleLoad = function(m) {
|
|
@@ -12618,7 +12627,7 @@ function Ep(e, t) {
|
|
|
12618
12627
|
}, l.render = function() {
|
|
12619
12628
|
var m = t.globalName, h = this.props;
|
|
12620
12629
|
h.asyncScriptOnLoad;
|
|
12621
|
-
var p = h.forwardedRef, g =
|
|
12630
|
+
var p = h.forwardedRef, g = Np(h, ["asyncScriptOnLoad", "forwardedRef"]);
|
|
12622
12631
|
return m && typeof window < "u" && (g[m] = typeof window[m] < "u" ? window[m] : void 0), g.ref = p, rt(s, g);
|
|
12623
12632
|
}, d;
|
|
12624
12633
|
})(Gr), i = Ms(function(c, d) {
|
|
@@ -12628,51 +12637,51 @@ function Ep(e, t) {
|
|
|
12628
12637
|
});
|
|
12629
12638
|
return i.displayName = "AsyncScriptLoader(" + r + ")", i.propTypes = {
|
|
12630
12639
|
asyncScriptOnLoad: Ce.func
|
|
12631
|
-
},
|
|
12640
|
+
}, _p(i, s);
|
|
12632
12641
|
};
|
|
12633
12642
|
}
|
|
12634
|
-
var pa = "onloadcallback",
|
|
12643
|
+
var pa = "onloadcallback", Ip = "grecaptcha";
|
|
12635
12644
|
function Aa() {
|
|
12636
12645
|
return typeof window < "u" && window.recaptchaOptions || {};
|
|
12637
12646
|
}
|
|
12638
|
-
function
|
|
12647
|
+
function Tp() {
|
|
12639
12648
|
var e = Aa(), t = e.useRecaptchaNet ? "recaptcha.net" : "www.google.com";
|
|
12640
12649
|
return e.enterprise ? "https://" + t + "/recaptcha/enterprise.js?onload=" + pa + "&render=explicit" : "https://" + t + "/recaptcha/api.js?onload=" + pa + "&render=explicit";
|
|
12641
12650
|
}
|
|
12642
|
-
const Rr =
|
|
12651
|
+
const Rr = xp(Tp, {
|
|
12643
12652
|
callbackName: pa,
|
|
12644
|
-
globalName:
|
|
12653
|
+
globalName: Ip,
|
|
12645
12654
|
attributes: Aa().nonce ? {
|
|
12646
12655
|
nonce: Aa().nonce
|
|
12647
12656
|
} : {}
|
|
12648
|
-
})(Bn),
|
|
12649
|
-
overlay:
|
|
12650
|
-
header:
|
|
12651
|
-
logo:
|
|
12652
|
-
card:
|
|
12653
|
-
close:
|
|
12654
|
-
form:
|
|
12655
|
-
formUl:
|
|
12656
|
-
field:
|
|
12657
|
-
label:
|
|
12658
|
-
input:
|
|
12659
|
-
error:
|
|
12660
|
-
primary:
|
|
12661
|
-
divider:
|
|
12662
|
-
google:
|
|
12663
|
-
googleIcon:
|
|
12664
|
-
spin:
|
|
12665
|
-
checkboxRow:
|
|
12657
|
+
})(Bn), kp = "_overlay_18ksj_1", Up = "_header_18ksj_18", qp = "_logo_18ksj_25", Rp = "_card_18ksj_32", Lp = "_close_18ksj_47", Bp = "_form_18ksj_71", Op = "_formUl_18ksj_80", Pp = "_field_18ksj_92", Dp = "_label_18ksj_99", Mp = "_input_18ksj_108", jp = "_error_18ksj_126", Qp = "_primary_18ksj_132", Gp = "_divider_18ksj_170", Hp = "_google_18ksj_196", zp = "_googleIcon_18ksj_226", Vp = "_spin_18ksj_259", Fp = "_checkboxRow_18ksj_281", $p = "_terms_18ksj_318", Wp = "_message_18ksj_349", Yp = "_passwordChecker_18ksj_354", Kp = "_valid_18ksj_373", Jp = "_invalid_18ksj_377", Zp = "_forgotPassword_18ksj_381", Xp = "_successContainer_18ksj_400", e9 = "_thumbsUp_18ksj_408", t9 = "_successMessage_18ksj_414", k = {
|
|
12658
|
+
overlay: kp,
|
|
12659
|
+
header: Up,
|
|
12660
|
+
logo: qp,
|
|
12661
|
+
card: Rp,
|
|
12662
|
+
close: Lp,
|
|
12663
|
+
form: Bp,
|
|
12664
|
+
formUl: Op,
|
|
12665
|
+
field: Pp,
|
|
12666
|
+
label: Dp,
|
|
12667
|
+
input: Mp,
|
|
12668
|
+
error: jp,
|
|
12669
|
+
primary: Qp,
|
|
12670
|
+
divider: Gp,
|
|
12671
|
+
google: Hp,
|
|
12672
|
+
googleIcon: zp,
|
|
12673
|
+
spin: Vp,
|
|
12674
|
+
checkboxRow: Fp,
|
|
12666
12675
|
switch: "_switch_18ksj_310",
|
|
12667
|
-
terms:
|
|
12668
|
-
message:
|
|
12669
|
-
passwordChecker:
|
|
12670
|
-
valid:
|
|
12671
|
-
invalid:
|
|
12672
|
-
forgotPassword:
|
|
12673
|
-
successContainer:
|
|
12674
|
-
thumbsUp:
|
|
12675
|
-
successMessage:
|
|
12676
|
+
terms: $p,
|
|
12677
|
+
message: Wp,
|
|
12678
|
+
passwordChecker: Yp,
|
|
12679
|
+
valid: Kp,
|
|
12680
|
+
invalid: Jp,
|
|
12681
|
+
forgotPassword: Zp,
|
|
12682
|
+
successContainer: Xp,
|
|
12683
|
+
thumbsUp: e9,
|
|
12684
|
+
successMessage: t9
|
|
12676
12685
|
}, Ze = () => /* @__PURE__ */ a(
|
|
12677
12686
|
"svg",
|
|
12678
12687
|
{
|
|
@@ -12684,7 +12693,7 @@ const Rr = Ep(Ip, {
|
|
|
12684
12693
|
className: k.spin,
|
|
12685
12694
|
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" })
|
|
12686
12695
|
}
|
|
12687
|
-
),
|
|
12696
|
+
), n9 = ({
|
|
12688
12697
|
isOpen: e,
|
|
12689
12698
|
onClose: t,
|
|
12690
12699
|
commentId: n,
|
|
@@ -12734,7 +12743,7 @@ const Rr = Ep(Ip, {
|
|
|
12734
12743
|
})
|
|
12735
12744
|
})).json();
|
|
12736
12745
|
if (N.type === "success")
|
|
12737
|
-
|
|
12746
|
+
cp(document, n), c("success"), setTimeout(() => {
|
|
12738
12747
|
w();
|
|
12739
12748
|
}, 3e3);
|
|
12740
12749
|
else
|
|
@@ -12820,7 +12829,7 @@ const Rr = Ep(Ip, {
|
|
|
12820
12829
|
] })
|
|
12821
12830
|
] }) });
|
|
12822
12831
|
};
|
|
12823
|
-
function
|
|
12832
|
+
function a9(e) {
|
|
12824
12833
|
const t = /^\[\[([^\]]+)\]\]/, n = e.match(t);
|
|
12825
12834
|
return n ? {
|
|
12826
12835
|
user: {
|
|
@@ -12843,7 +12852,7 @@ function _n(e) {
|
|
|
12843
12852
|
text: n.text,
|
|
12844
12853
|
reply: n.reply ? _n({ comments: n.reply }).comments : n.reply
|
|
12845
12854
|
};
|
|
12846
|
-
const { user: s, text: r } =
|
|
12855
|
+
const { user: s, text: r } = a9(n.text);
|
|
12847
12856
|
return {
|
|
12848
12857
|
...n,
|
|
12849
12858
|
user: s || !1,
|
|
@@ -12868,7 +12877,7 @@ async function Ra({
|
|
|
12868
12877
|
}) {
|
|
12869
12878
|
const { PUBLIC_ENV: d } = Y();
|
|
12870
12879
|
if (d === "prod") {
|
|
12871
|
-
const l = await
|
|
12880
|
+
const l = await s9({
|
|
12872
12881
|
publication: e,
|
|
12873
12882
|
path: t,
|
|
12874
12883
|
size: n,
|
|
@@ -12887,7 +12896,7 @@ async function Ra({
|
|
|
12887
12896
|
return _n(u.data[0]);
|
|
12888
12897
|
}
|
|
12889
12898
|
}
|
|
12890
|
-
async function
|
|
12899
|
+
async function s9({
|
|
12891
12900
|
publication: e,
|
|
12892
12901
|
path: t,
|
|
12893
12902
|
size: n = 5,
|
|
@@ -12938,7 +12947,7 @@ async function a9({
|
|
|
12938
12947
|
throw v;
|
|
12939
12948
|
}
|
|
12940
12949
|
}
|
|
12941
|
-
const { PUBLIC_PUBLICATION_ID:
|
|
12950
|
+
const { PUBLIC_PUBLICATION_ID: r9 } = Y(), o9 = r9, i9 = (e) => {
|
|
12942
12951
|
const [t, n] = K(void 0);
|
|
12943
12952
|
return Me(() => {
|
|
12944
12953
|
if (t) return;
|
|
@@ -12946,7 +12955,7 @@ const { PUBLIC_PUBLICATION_ID: s9 } = Y(), r9 = s9, o9 = (e) => {
|
|
|
12946
12955
|
const { PUBLIC_X_SECURITY_TOKEN: r } = Y();
|
|
12947
12956
|
try {
|
|
12948
12957
|
const o = await Ra({
|
|
12949
|
-
publication:
|
|
12958
|
+
publication: o9,
|
|
12950
12959
|
path: e ?? "",
|
|
12951
12960
|
size: 5,
|
|
12952
12961
|
sizereply: 2,
|
|
@@ -12964,7 +12973,7 @@ const { PUBLIC_PUBLICATION_ID: s9 } = Y(), r9 = s9, o9 = (e) => {
|
|
|
12964
12973
|
}, Lr = ({ username: e, date: t, DATE_CONFIG: n }) => /* @__PURE__ */ f("div", { className: "comment-header", children: [
|
|
12965
12974
|
/* @__PURE__ */ a("span", { className: "comment-username", children: e }),
|
|
12966
12975
|
/* @__PURE__ */ a("span", { className: "comment-header-dot", children: "•" }),
|
|
12967
|
-
/* @__PURE__ */ a("span", { className: "comment-date", children:
|
|
12976
|
+
/* @__PURE__ */ a("span", { className: "comment-date", children: ip(je(Number(t), n)) })
|
|
12968
12977
|
] }), Br = ({ user: e }) => /* @__PURE__ */ a("div", { className: "comment-avatar", children: e.picture ? /* @__PURE__ */ a(
|
|
12969
12978
|
"img",
|
|
12970
12979
|
{
|
|
@@ -13102,7 +13111,7 @@ const { PUBLIC_PUBLICATION_ID: s9 } = Y(), r9 = s9, o9 = (e) => {
|
|
|
13102
13111
|
]
|
|
13103
13112
|
}
|
|
13104
13113
|
);
|
|
13105
|
-
}, { PUBLIC_PUBLICATION_ID:
|
|
13114
|
+
}, { PUBLIC_PUBLICATION_ID: c9 } = Y(), l9 = c9, jr = async ({
|
|
13106
13115
|
path: e,
|
|
13107
13116
|
ref: t,
|
|
13108
13117
|
captchaToken: n,
|
|
@@ -13121,7 +13130,7 @@ const { PUBLIC_PUBLICATION_ID: s9 } = Y(), r9 = s9, o9 = (e) => {
|
|
|
13121
13130
|
method: "POST",
|
|
13122
13131
|
headers: { "Content-Type": "application/json" },
|
|
13123
13132
|
body: JSON.stringify({
|
|
13124
|
-
publication:
|
|
13133
|
+
publication: l9,
|
|
13125
13134
|
path: e,
|
|
13126
13135
|
id: o,
|
|
13127
13136
|
username: r.username,
|
|
@@ -13155,7 +13164,7 @@ const { PUBLIC_PUBLICATION_ID: s9 } = Y(), r9 = s9, o9 = (e) => {
|
|
|
13155
13164
|
} catch (d) {
|
|
13156
13165
|
return console.error("Error enviando comentario:", d), alert(d.message || "Error al enviar el comentario."), !1;
|
|
13157
13166
|
}
|
|
13158
|
-
},
|
|
13167
|
+
}, d9 = ({
|
|
13159
13168
|
replyingTo: e,
|
|
13160
13169
|
commentRef: t,
|
|
13161
13170
|
user: n,
|
|
@@ -13208,7 +13217,7 @@ const { PUBLIC_PUBLICATION_ID: s9 } = Y(), r9 = s9, o9 = (e) => {
|
|
|
13208
13217
|
}
|
|
13209
13218
|
)
|
|
13210
13219
|
] });
|
|
13211
|
-
},
|
|
13220
|
+
}, u9 = ({ reply: e, replyingTo: t, user: n, onFlag: s, DATE_CONFIG: r }) => {
|
|
13212
13221
|
const o = e.text;
|
|
13213
13222
|
let i = `${Je.firstname} ${Je.lastname ?? ""}`, c = Je.username;
|
|
13214
13223
|
return e.user && (i = `${e.user.firstname} ${e.user.lastname ?? ""}`, c = e.user.username), /* @__PURE__ */ a("div", { className: "comment-item reply", children: /* @__PURE__ */ f("div", { className: "comment-header-container", children: [
|
|
@@ -13224,7 +13233,7 @@ const { PUBLIC_PUBLICATION_ID: s9 } = Y(), r9 = s9, o9 = (e) => {
|
|
|
13224
13233
|
/* @__PURE__ */ a(Or, { isReply: !0, onFlag: () => s(e.id) })
|
|
13225
13234
|
] })
|
|
13226
13235
|
] }) });
|
|
13227
|
-
},
|
|
13236
|
+
}, m9 = ({ comment: e, replyingTo: t, path: n, user: s, handleReplyingTo: r, onFlag: o, CAPTCHA_KEY_V2: i, DATE_CONFIG: c }) => {
|
|
13228
13237
|
const d = { morereply: e.morereply ?? !1, reply: e.reply ? e.reply : [] }, [l, u] = K(d), [m, h] = Te.useState(!1), { PUBLIC_PUBLICATION_ID: p, PUBLIC_X_SECURITY_TOKEN: g } = Y(), A = e.text, w = Te.useRef(null);
|
|
13229
13238
|
let v = `${Je.firstname} ${Je.lastname ?? ""}`, N = Je.username;
|
|
13230
13239
|
e.user && (v = `${e.user.firstname} ${e.user.lastname ?? ""}`, N = e.user.username);
|
|
@@ -13250,7 +13259,7 @@ const { PUBLIC_PUBLICATION_ID: s9 } = Y(), r9 = s9, o9 = (e) => {
|
|
|
13250
13259
|
}
|
|
13251
13260
|
),
|
|
13252
13261
|
t === e.id && s && /* @__PURE__ */ a(
|
|
13253
|
-
|
|
13262
|
+
d9,
|
|
13254
13263
|
{
|
|
13255
13264
|
replyingTo: t,
|
|
13256
13265
|
commentRef: w,
|
|
@@ -13263,7 +13272,7 @@ const { PUBLIC_PUBLICATION_ID: s9 } = Y(), r9 = s9, o9 = (e) => {
|
|
|
13263
13272
|
),
|
|
13264
13273
|
l.reply.length > 0 && /* @__PURE__ */ f("div", { className: "comment-replies", children: [
|
|
13265
13274
|
l.reply.map((E) => /* @__PURE__ */ a(
|
|
13266
|
-
|
|
13275
|
+
u9,
|
|
13267
13276
|
{
|
|
13268
13277
|
user: s,
|
|
13269
13278
|
reply: E,
|
|
@@ -13304,7 +13313,7 @@ const { PUBLIC_PUBLICATION_ID: s9 } = Y(), r9 = s9, o9 = (e) => {
|
|
|
13304
13313
|
]
|
|
13305
13314
|
}
|
|
13306
13315
|
) });
|
|
13307
|
-
},
|
|
13316
|
+
}, h9 = ({
|
|
13308
13317
|
commentRef: e,
|
|
13309
13318
|
user: t,
|
|
13310
13319
|
path: n,
|
|
@@ -13351,7 +13360,7 @@ const { PUBLIC_PUBLICATION_ID: s9 } = Y(), r9 = s9, o9 = (e) => {
|
|
|
13351
13360
|
}
|
|
13352
13361
|
)
|
|
13353
13362
|
] });
|
|
13354
|
-
}, { PUBLIC_PUBLICATION_ID:
|
|
13363
|
+
}, { PUBLIC_PUBLICATION_ID: f9, PUBLIC_X_SECURITY_TOKEN: g9 } = Y(), Os = f9 ?? "", p9 = ({
|
|
13355
13364
|
isAuthenticated: e,
|
|
13356
13365
|
path: t,
|
|
13357
13366
|
user: n,
|
|
@@ -13361,7 +13370,7 @@ const { PUBLIC_PUBLICATION_ID: s9 } = Y(), r9 = s9, o9 = (e) => {
|
|
|
13361
13370
|
}) => {
|
|
13362
13371
|
const i = t.replaceAll("/", "|"), [c, d] = K(
|
|
13363
13372
|
void 0
|
|
13364
|
-
), [l, u] = K(""), { comments: m, setComments: h } =
|
|
13373
|
+
), [l, u] = K(""), { comments: m, setComments: h } = i9(i), [p, g] = Te.useState(!1), A = Te.useRef(null), w = (q) => {
|
|
13365
13374
|
u(l === q ? "" : q);
|
|
13366
13375
|
}, v = (q) => {
|
|
13367
13376
|
h(
|
|
@@ -13387,7 +13396,7 @@ const { PUBLIC_PUBLICATION_ID: s9 } = Y(), r9 = s9, o9 = (e) => {
|
|
|
13387
13396
|
id: void 0,
|
|
13388
13397
|
lastid: Q,
|
|
13389
13398
|
state: "5,6",
|
|
13390
|
-
apiToken:
|
|
13399
|
+
apiToken: g9
|
|
13391
13400
|
});
|
|
13392
13401
|
h({
|
|
13393
13402
|
morecomment: ee.morecomment ?? !1,
|
|
@@ -13401,7 +13410,7 @@ const { PUBLIC_PUBLICATION_ID: s9 } = Y(), r9 = s9, o9 = (e) => {
|
|
|
13401
13410
|
/* @__PURE__ */ a("div", { className: "comments-container", children: /* @__PURE__ */ a(pe, { title: E || e ? "COMENTARIOS" : !1, children: /* @__PURE__ */ f(J, { children: [
|
|
13402
13411
|
e && n && /* @__PURE__ */ f("div", { className: "comments-header", children: [
|
|
13403
13412
|
/* @__PURE__ */ a(
|
|
13404
|
-
|
|
13413
|
+
Gg,
|
|
13405
13414
|
{
|
|
13406
13415
|
user: n,
|
|
13407
13416
|
handleLogout: s,
|
|
@@ -13409,7 +13418,7 @@ const { PUBLIC_PUBLICATION_ID: s9 } = Y(), r9 = s9, o9 = (e) => {
|
|
|
13409
13418
|
}
|
|
13410
13419
|
),
|
|
13411
13420
|
/* @__PURE__ */ a(
|
|
13412
|
-
|
|
13421
|
+
h9,
|
|
13413
13422
|
{
|
|
13414
13423
|
commentRef: A,
|
|
13415
13424
|
user: n,
|
|
@@ -13426,7 +13435,7 @@ const { PUBLIC_PUBLICATION_ID: s9 } = Y(), r9 = s9, o9 = (e) => {
|
|
|
13426
13435
|
"data-isauthenticated": `${e}`,
|
|
13427
13436
|
children: [
|
|
13428
13437
|
m.comments.map((q) => /* @__PURE__ */ a(
|
|
13429
|
-
|
|
13438
|
+
m9,
|
|
13430
13439
|
{
|
|
13431
13440
|
comment: q,
|
|
13432
13441
|
replyingTo: l,
|
|
@@ -13453,7 +13462,7 @@ const { PUBLIC_PUBLICATION_ID: s9 } = Y(), r9 = s9, o9 = (e) => {
|
|
|
13453
13462
|
)
|
|
13454
13463
|
] }) }) }),
|
|
13455
13464
|
/* @__PURE__ */ a(
|
|
13456
|
-
|
|
13465
|
+
n9,
|
|
13457
13466
|
{
|
|
13458
13467
|
username: n?.username ?? void 0,
|
|
13459
13468
|
publication: Os,
|
|
@@ -13464,7 +13473,7 @@ const { PUBLIC_PUBLICATION_ID: s9 } = Y(), r9 = s9, o9 = (e) => {
|
|
|
13464
13473
|
}
|
|
13465
13474
|
)
|
|
13466
13475
|
] });
|
|
13467
|
-
},
|
|
13476
|
+
}, O3 = async (e, t) => {
|
|
13468
13477
|
if (!e) throw new Error("No action provided");
|
|
13469
13478
|
if (!t) throw new Error("No site key provided");
|
|
13470
13479
|
const n = window.grecaptcha;
|
|
@@ -13511,7 +13520,7 @@ const { PUBLIC_PUBLICATION_ID: s9 } = Y(), r9 = s9, o9 = (e) => {
|
|
|
13511
13520
|
test: (e) => /[^A-Za-z0-9]/.test(e)
|
|
13512
13521
|
}
|
|
13513
13522
|
];
|
|
13514
|
-
function
|
|
13523
|
+
function A9({ goToLogin: e, handleGoogleLogin: t, CAPTCHA_KEY: n }) {
|
|
13515
13524
|
const [s, r] = K({}), [o, i] = K(!1), [c, d] = K(!1), [l, u] = K(null), [m, h] = K(
|
|
13516
13525
|
"register"
|
|
13517
13526
|
), p = (v, N) => {
|
|
@@ -13731,7 +13740,7 @@ function p9({ goToLogin: e, handleGoogleLogin: t, CAPTCHA_KEY: n }) {
|
|
|
13731
13740
|
] })
|
|
13732
13741
|
] });
|
|
13733
13742
|
}
|
|
13734
|
-
function
|
|
13743
|
+
function w9({
|
|
13735
13744
|
onClose: e,
|
|
13736
13745
|
checkAuth: t,
|
|
13737
13746
|
goToRegister: n,
|
|
@@ -13741,7 +13750,7 @@ function A9({
|
|
|
13741
13750
|
const [o, i] = K("login"), [c, d] = K(""), [l, u] = K(""), [m, h] = K(""), [p, g] = K(""), [A, w] = K(""), [v, N] = K(!1), [_, E] = K(!1), [b, I] = K(null);
|
|
13742
13751
|
return console.log("CAPTCHA_KEY", r), /* @__PURE__ */ f(J, { children: [
|
|
13743
13752
|
o === "login" && /* @__PURE__ */ a(
|
|
13744
|
-
|
|
13753
|
+
y9,
|
|
13745
13754
|
{
|
|
13746
13755
|
email: c,
|
|
13747
13756
|
password: l,
|
|
@@ -13782,7 +13791,7 @@ function A9({
|
|
|
13782
13791
|
}
|
|
13783
13792
|
),
|
|
13784
13793
|
o === "forgot" && /* @__PURE__ */ a(
|
|
13785
|
-
|
|
13794
|
+
v9,
|
|
13786
13795
|
{
|
|
13787
13796
|
email: c,
|
|
13788
13797
|
setEmail: d,
|
|
@@ -13815,7 +13824,7 @@ function A9({
|
|
|
13815
13824
|
}
|
|
13816
13825
|
),
|
|
13817
13826
|
o === "changePassword" && /* @__PURE__ */ a(
|
|
13818
|
-
|
|
13827
|
+
b9,
|
|
13819
13828
|
{
|
|
13820
13829
|
email: c,
|
|
13821
13830
|
confirmationCode: m,
|
|
@@ -13864,7 +13873,7 @@ function A9({
|
|
|
13864
13873
|
}
|
|
13865
13874
|
),
|
|
13866
13875
|
o === "feedback" && /* @__PURE__ */ a(
|
|
13867
|
-
|
|
13876
|
+
C9,
|
|
13868
13877
|
{
|
|
13869
13878
|
onBackToLogin: () => {
|
|
13870
13879
|
I(null), i("login");
|
|
@@ -13873,7 +13882,7 @@ function A9({
|
|
|
13873
13882
|
)
|
|
13874
13883
|
] });
|
|
13875
13884
|
}
|
|
13876
|
-
function
|
|
13885
|
+
function y9({
|
|
13877
13886
|
email: e,
|
|
13878
13887
|
password: t,
|
|
13879
13888
|
showPassword: n,
|
|
@@ -13965,7 +13974,7 @@ function w9({
|
|
|
13965
13974
|
)
|
|
13966
13975
|
] });
|
|
13967
13976
|
}
|
|
13968
|
-
function
|
|
13977
|
+
function v9({
|
|
13969
13978
|
email: e,
|
|
13970
13979
|
setEmail: t,
|
|
13971
13980
|
loading: n,
|
|
@@ -14002,7 +14011,7 @@ function y9({
|
|
|
14002
14011
|
}
|
|
14003
14012
|
);
|
|
14004
14013
|
}
|
|
14005
|
-
function
|
|
14014
|
+
function b9({
|
|
14006
14015
|
email: e,
|
|
14007
14016
|
confirmationCode: t,
|
|
14008
14017
|
newPassword: n,
|
|
@@ -14026,7 +14035,7 @@ function v9({
|
|
|
14026
14035
|
children: [
|
|
14027
14036
|
/* @__PURE__ */ f("p", { className: k.message, children: [
|
|
14028
14037
|
"Hemos enviado un código de restablecimiento de contraseña en un mensaje de Correo electrónico a ",
|
|
14029
|
-
|
|
14038
|
+
lp(e),
|
|
14030
14039
|
". Ingrese el código y la contraseña nueva."
|
|
14031
14040
|
] }),
|
|
14032
14041
|
/* @__PURE__ */ f("ul", { className: k.formUl, children: [
|
|
@@ -14113,13 +14122,13 @@ function v9({
|
|
|
14113
14122
|
}
|
|
14114
14123
|
);
|
|
14115
14124
|
}
|
|
14116
|
-
function
|
|
14125
|
+
function C9({ onBackToLogin: e }) {
|
|
14117
14126
|
return /* @__PURE__ */ f("div", { className: k.form, children: [
|
|
14118
14127
|
/* @__PURE__ */ a("p", { className: k.success, children: "La contraseña fue cambiada con éxito" }),
|
|
14119
14128
|
/* @__PURE__ */ a("button", { type: "button", className: k.primary, onClick: e, children: "Iniciar Sesión" })
|
|
14120
14129
|
] });
|
|
14121
14130
|
}
|
|
14122
|
-
function
|
|
14131
|
+
function _9({
|
|
14123
14132
|
loginUrl: e,
|
|
14124
14133
|
onClose: t,
|
|
14125
14134
|
checkAuth: n,
|
|
@@ -14156,7 +14165,7 @@ function C9({
|
|
|
14156
14165
|
)
|
|
14157
14166
|
] }),
|
|
14158
14167
|
o === "login" && /* @__PURE__ */ a(
|
|
14159
|
-
|
|
14168
|
+
w9,
|
|
14160
14169
|
{
|
|
14161
14170
|
onClose: t,
|
|
14162
14171
|
checkAuth: n,
|
|
@@ -14166,7 +14175,7 @@ function C9({
|
|
|
14166
14175
|
}
|
|
14167
14176
|
),
|
|
14168
14177
|
o === "register" && /* @__PURE__ */ a(
|
|
14169
|
-
|
|
14178
|
+
A9,
|
|
14170
14179
|
{
|
|
14171
14180
|
handleGoogleLogin: c,
|
|
14172
14181
|
goToLogin: () => i("login"),
|
|
@@ -14177,7 +14186,7 @@ function C9({
|
|
|
14177
14186
|
}
|
|
14178
14187
|
);
|
|
14179
14188
|
}
|
|
14180
|
-
function
|
|
14189
|
+
function N9({
|
|
14181
14190
|
isAuthenticated: e,
|
|
14182
14191
|
setIsAuthenticated: t,
|
|
14183
14192
|
loginUrl: n,
|
|
@@ -14191,7 +14200,7 @@ function _9({
|
|
|
14191
14200
|
const [l, u] = Te.useState(!1);
|
|
14192
14201
|
return /* @__PURE__ */ f(J, { children: [
|
|
14193
14202
|
l && /* @__PURE__ */ a(
|
|
14194
|
-
|
|
14203
|
+
_9,
|
|
14195
14204
|
{
|
|
14196
14205
|
loginUrl: n,
|
|
14197
14206
|
icon: i,
|
|
@@ -14217,7 +14226,7 @@ function _9({
|
|
|
14217
14226
|
)
|
|
14218
14227
|
] }),
|
|
14219
14228
|
/* @__PURE__ */ a(
|
|
14220
|
-
|
|
14229
|
+
p9,
|
|
14221
14230
|
{
|
|
14222
14231
|
isAuthenticated: e,
|
|
14223
14232
|
handleLogout: async () => {
|
|
@@ -14234,7 +14243,7 @@ function _9({
|
|
|
14234
14243
|
)
|
|
14235
14244
|
] });
|
|
14236
14245
|
}
|
|
14237
|
-
function
|
|
14246
|
+
function S9({
|
|
14238
14247
|
isVisible: e,
|
|
14239
14248
|
path: t,
|
|
14240
14249
|
icon: n,
|
|
@@ -14280,7 +14289,7 @@ function N9({
|
|
|
14280
14289
|
}
|
|
14281
14290
|
);
|
|
14282
14291
|
return o === null ? h : e ? /* @__PURE__ */ a(
|
|
14283
|
-
|
|
14292
|
+
N9,
|
|
14284
14293
|
{
|
|
14285
14294
|
icon: n,
|
|
14286
14295
|
isAuthenticated: o,
|
|
@@ -14294,7 +14303,7 @@ function N9({
|
|
|
14294
14303
|
}
|
|
14295
14304
|
) : h;
|
|
14296
14305
|
}
|
|
14297
|
-
const
|
|
14306
|
+
const P3 = ({
|
|
14298
14307
|
render: e,
|
|
14299
14308
|
internalPath: t,
|
|
14300
14309
|
section: n,
|
|
@@ -14321,7 +14330,7 @@ const O3 = ({
|
|
|
14321
14330
|
}, []);
|
|
14322
14331
|
const h = {
|
|
14323
14332
|
comment: /* @__PURE__ */ a(
|
|
14324
|
-
|
|
14333
|
+
S9,
|
|
14325
14334
|
{
|
|
14326
14335
|
path: t,
|
|
14327
14336
|
icon: o,
|
|
@@ -14331,7 +14340,7 @@ const O3 = ({
|
|
|
14331
14340
|
}
|
|
14332
14341
|
),
|
|
14333
14342
|
more: /* @__PURE__ */ a(
|
|
14334
|
-
|
|
14343
|
+
Mg,
|
|
14335
14344
|
{
|
|
14336
14345
|
section: n,
|
|
14337
14346
|
currentNews: s,
|
|
@@ -14352,7 +14361,7 @@ const O3 = ({
|
|
|
14352
14361
|
}
|
|
14353
14362
|
);
|
|
14354
14363
|
};
|
|
14355
|
-
async function
|
|
14364
|
+
async function D3({
|
|
14356
14365
|
publication: e,
|
|
14357
14366
|
path: t,
|
|
14358
14367
|
username: n,
|
|
@@ -14456,7 +14465,7 @@ async function P3({
|
|
|
14456
14465
|
};
|
|
14457
14466
|
}
|
|
14458
14467
|
}
|
|
14459
|
-
const
|
|
14468
|
+
const M3 = async ({
|
|
14460
14469
|
token: e,
|
|
14461
14470
|
projectId: t,
|
|
14462
14471
|
captchaKey: n,
|
|
@@ -14492,69 +14501,69 @@ const D3 = async ({
|
|
|
14492
14501
|
};
|
|
14493
14502
|
export {
|
|
14494
14503
|
vo as AssetsPreconnect,
|
|
14495
|
-
|
|
14496
|
-
|
|
14497
|
-
|
|
14504
|
+
U3 as AutorComponent,
|
|
14505
|
+
su as AutorHeader1,
|
|
14506
|
+
gu as AutorHeader2,
|
|
14498
14507
|
we as BannerAdvertising,
|
|
14499
14508
|
st as BannerAdvertisingMiddle,
|
|
14500
|
-
|
|
14509
|
+
c3 as CarrouselCSR,
|
|
14501
14510
|
xt as CarrouselIRS,
|
|
14502
|
-
|
|
14503
|
-
|
|
14511
|
+
hf as CarruselCard,
|
|
14512
|
+
Cf as CarruselOpinion,
|
|
14504
14513
|
lt as CommonServices,
|
|
14505
14514
|
Hr as Comscore,
|
|
14506
|
-
|
|
14507
|
-
|
|
14508
|
-
|
|
14509
|
-
|
|
14515
|
+
S3 as ContactInfoServer,
|
|
14516
|
+
f3 as ContactInput,
|
|
14517
|
+
g3 as ContactSelect,
|
|
14518
|
+
p3 as ContactTextarea,
|
|
14510
14519
|
Ft as ContentLayout1,
|
|
14511
14520
|
ls as ContentLayoutTema,
|
|
14512
|
-
|
|
14513
|
-
|
|
14514
|
-
|
|
14521
|
+
I3 as DEBUG_MainSlots,
|
|
14522
|
+
g2 as DestacadoNoticias,
|
|
14523
|
+
X2 as DestacadoVideos,
|
|
14515
14524
|
uc as DynamicBlockServices,
|
|
14516
|
-
|
|
14525
|
+
x3 as DynamicComponents,
|
|
14517
14526
|
Yn as DynamicMainSlot,
|
|
14518
14527
|
Tr as DynamicSlot,
|
|
14519
|
-
|
|
14520
|
-
|
|
14528
|
+
b3 as EditorialBlock,
|
|
14529
|
+
h3 as ErrorComponent,
|
|
14521
14530
|
Ro as Font,
|
|
14522
|
-
|
|
14531
|
+
u3 as Footer,
|
|
14523
14532
|
yo as FormatAfterScripts,
|
|
14524
14533
|
zs as FormatScripts,
|
|
14525
14534
|
Vr as GA4,
|
|
14526
14535
|
Fr as GTM,
|
|
14527
|
-
|
|
14528
|
-
|
|
14529
|
-
|
|
14530
|
-
|
|
14531
|
-
|
|
14536
|
+
w0 as GalleryHeader,
|
|
14537
|
+
o3 as GenerateBody,
|
|
14538
|
+
r3 as GenerateHead,
|
|
14539
|
+
w3 as Header,
|
|
14540
|
+
T0 as IframeHeader,
|
|
14532
14541
|
al as ImageOffline,
|
|
14533
14542
|
qe as ImageOnline,
|
|
14534
14543
|
nl as ImageOnlineClient,
|
|
14535
|
-
|
|
14544
|
+
n3 as IssuuServices,
|
|
14536
14545
|
Io as ItemListSchema,
|
|
14537
|
-
|
|
14538
|
-
|
|
14546
|
+
Ch as JournalistArticule2,
|
|
14547
|
+
kh as JournalistGroup,
|
|
14539
14548
|
_r as LayoutNewsComponent,
|
|
14540
|
-
|
|
14549
|
+
P3 as LazyLoader,
|
|
14541
14550
|
O as LinkComponent,
|
|
14542
14551
|
P1 as LiveBlogHeader,
|
|
14543
|
-
|
|
14544
|
-
|
|
14552
|
+
i3 as Location,
|
|
14553
|
+
P9 as MainComponentServices,
|
|
14545
14554
|
$r as Marfeel,
|
|
14546
14555
|
mt as MiddleSection,
|
|
14547
14556
|
Ir as Modulo1x3,
|
|
14548
|
-
|
|
14549
|
-
|
|
14550
|
-
|
|
14551
|
-
|
|
14552
|
-
|
|
14553
|
-
|
|
14554
|
-
|
|
14555
|
-
|
|
14557
|
+
mf as Modulo1x3Card,
|
|
14558
|
+
V2 as Modulo1x4,
|
|
14559
|
+
Y2 as Modulo1x5,
|
|
14560
|
+
C3 as Modulo2Columnas,
|
|
14561
|
+
G2 as Modulo3Columnas,
|
|
14562
|
+
_3 as ModuloNewsletter,
|
|
14563
|
+
v3 as ModuloOpinion,
|
|
14564
|
+
Dg as NewListResponseDataPH,
|
|
14556
14565
|
To as NewsArticle,
|
|
14557
|
-
|
|
14566
|
+
T3 as NewsComponent,
|
|
14558
14567
|
la as NewsContent,
|
|
14559
14568
|
It as NewsDescriptionComponent,
|
|
14560
14569
|
vn as NextPrev,
|
|
@@ -14562,81 +14571,81 @@ export {
|
|
|
14562
14571
|
Qa as PreloadImages,
|
|
14563
14572
|
Ye as REPORT_REASONS,
|
|
14564
14573
|
Sa as Readest,
|
|
14565
|
-
|
|
14566
|
-
|
|
14574
|
+
R3 as ScriptHydrator,
|
|
14575
|
+
k3 as SearchSection,
|
|
14567
14576
|
pe as Section,
|
|
14568
14577
|
Xe as SectionCard,
|
|
14569
14578
|
Ln as SectionCard2,
|
|
14570
14579
|
ua as SectionCardServerComponent,
|
|
14571
|
-
|
|
14580
|
+
N3 as SectionServerComponent,
|
|
14572
14581
|
yc as ShowSection,
|
|
14573
|
-
|
|
14582
|
+
i0 as SocialNetworks,
|
|
14574
14583
|
Eo as SpeculationRules,
|
|
14575
|
-
|
|
14584
|
+
E3 as StaticSlotWrapper,
|
|
14576
14585
|
Al as SubscribeColumn,
|
|
14577
14586
|
kl as SubscribeRow,
|
|
14578
|
-
|
|
14579
|
-
|
|
14580
|
-
|
|
14587
|
+
l3 as SubscribeWhatsAppColumn,
|
|
14588
|
+
y3 as TagHeader,
|
|
14589
|
+
mh as TagSection,
|
|
14581
14590
|
G1 as TimeLine,
|
|
14582
|
-
|
|
14583
|
-
|
|
14584
|
-
|
|
14585
|
-
|
|
14586
|
-
|
|
14587
|
-
|
|
14591
|
+
q9 as TrimPathname,
|
|
14592
|
+
m3 as VideoBlock3,
|
|
14593
|
+
A3 as VideoBlock4,
|
|
14594
|
+
_0 as VideoEmbeddedHeader,
|
|
14595
|
+
q3 as VideoSection,
|
|
14596
|
+
E0 as VideoYoutubeHeader,
|
|
14588
14597
|
qo as VideosSchemas,
|
|
14589
14598
|
Uo as WebsiteList,
|
|
14590
|
-
|
|
14599
|
+
D3 as addComment,
|
|
14591
14600
|
wa as bannersReplace,
|
|
14592
14601
|
Mt as becomeVideoObject,
|
|
14593
14602
|
vt as buildTagUrl,
|
|
14594
|
-
|
|
14603
|
+
d3 as coloringByStrokeSVGs,
|
|
14595
14604
|
Ta as compileStyleProps,
|
|
14596
14605
|
Qe as cutString,
|
|
14597
|
-
|
|
14606
|
+
k9 as extractRealtedNews,
|
|
14598
14607
|
je as formatDate,
|
|
14599
|
-
|
|
14608
|
+
T9 as formatDateEdiciones,
|
|
14600
14609
|
Qs as formatDateJournalistArticule,
|
|
14601
14610
|
uo as formatDateTimeline,
|
|
14602
14611
|
fo as formatNewsMeta,
|
|
14603
14612
|
Co as formatVideoData,
|
|
14604
|
-
|
|
14605
|
-
|
|
14606
|
-
|
|
14613
|
+
s3 as generalGetData,
|
|
14614
|
+
O3 as getCaptchaToken,
|
|
14615
|
+
s9 as getComments,
|
|
14607
14616
|
Y as getConfig,
|
|
14608
|
-
|
|
14617
|
+
a3 as getDynamicSlots,
|
|
14609
14618
|
jt as getEnvironmentUrl,
|
|
14610
14619
|
ho as getEnvironmentUrlFront,
|
|
14611
|
-
|
|
14620
|
+
B9 as getHydratorPath,
|
|
14612
14621
|
ge as getImageUrl,
|
|
14613
14622
|
Wt as getNextMeta,
|
|
14614
14623
|
Kt as getPage,
|
|
14615
14624
|
Na as getPlayIcon,
|
|
14616
|
-
|
|
14625
|
+
O9 as getPreloadImages,
|
|
14617
14626
|
Yt as getPrevMeta,
|
|
14618
|
-
|
|
14627
|
+
B3 as getReportReasonLabel,
|
|
14619
14628
|
Gs as getResponse,
|
|
14620
14629
|
mo as getResponsePromise,
|
|
14621
14630
|
ya as getSchemas,
|
|
14622
14631
|
Vs as getScriptReplaces,
|
|
14623
14632
|
Bo as getSlugs,
|
|
14624
|
-
|
|
14625
|
-
|
|
14633
|
+
R9 as getTypeOfNews,
|
|
14634
|
+
L9 as getVideoRealPath,
|
|
14626
14635
|
Ra as handleGetComments,
|
|
14627
|
-
|
|
14636
|
+
I9 as initLibrary,
|
|
14628
14637
|
wo as metadataToJSX,
|
|
14629
14638
|
hc as metadata_defaults,
|
|
14630
14639
|
Hs as parseTags,
|
|
14631
14640
|
go as pathnameSplit,
|
|
14632
|
-
|
|
14641
|
+
U9 as processExtractedRelatedNews,
|
|
14633
14642
|
Lo as removePages,
|
|
14634
|
-
|
|
14643
|
+
L3 as reportComment,
|
|
14635
14644
|
Od as shareButtons,
|
|
14636
14645
|
xa as socialIcons,
|
|
14637
14646
|
No as speculationRules,
|
|
14638
14647
|
_o as speculationRulesHome,
|
|
14639
14648
|
po as urlReplaces,
|
|
14640
14649
|
vr as usePlayIcon,
|
|
14641
|
-
|
|
14650
|
+
M3 as verifyCaptchaTokenEnterprise
|
|
14642
14651
|
};
|