sass-template-common 0.1.64 → 0.1.65
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as a, jsxs as m, Fragment as J } from "react/jsx-runtime";
|
|
2
2
|
import * as qa from "react";
|
|
3
|
-
import Ee, { useState as Y, useRef as Or, useCallback as he, useEffect as Me, createElement as
|
|
3
|
+
import Ee, { useState as Y, useRef as Or, useCallback as he, useEffect as Me, createElement as ot, forwardRef as Pr, Fragment as pn, useMemo as jo, Component as Qo } from "react";
|
|
4
4
|
let ta = {
|
|
5
5
|
PUBLIC_API_HOST: "https://dev-saas.cms-medios.com",
|
|
6
6
|
PUBLIC_API_FRONT: "https://dev-lahora.cms-medios.com",
|
|
@@ -51,7 +51,7 @@ let ta = {
|
|
|
51
51
|
/// originaly => NEXT_PUBLIC_CAPTCHA_KEY_V2
|
|
52
52
|
SHOW_TAG_BY_SECTION: !1
|
|
53
53
|
};
|
|
54
|
-
function
|
|
54
|
+
function p9(e = {}) {
|
|
55
55
|
ta = { ...ta, ...e };
|
|
56
56
|
}
|
|
57
57
|
function $() {
|
|
@@ -647,7 +647,7 @@ const Nn = (e) => e === "en" ? "en" : "es", je = (e) => {
|
|
|
647
647
|
}, ls = (e) => {
|
|
648
648
|
const { PUBLIC_LNG: t, DATE_TIMEZONE: n } = $(), r = Nn(t ?? "es");
|
|
649
649
|
return Se.tz(e, n).locale(r).format("MM/DD/YYYY [•] HH:mm [HS]");
|
|
650
|
-
},
|
|
650
|
+
}, A9 = (e) => {
|
|
651
651
|
const { PUBLIC_LNG: t, DATE_TIMEZONE: n } = $(), r = Nn(t ?? "es");
|
|
652
652
|
return Se.tz(e, n).locale(r).format("dddd DD [de] MMMM YYYY");
|
|
653
653
|
}, Qe = (e, t = 136) => e && e.length > t ? `${e.substring(0, t)}...` : e;
|
|
@@ -690,7 +690,7 @@ const Mt = (e, t, n) => ({
|
|
|
690
690
|
tags: []
|
|
691
691
|
}
|
|
692
692
|
});
|
|
693
|
-
function
|
|
693
|
+
function w9(e) {
|
|
694
694
|
const t = [], n = e.match(
|
|
695
695
|
/<div[^>]*class=["'][^"']*ck-related-news[^"']*["'][^>]*>[\s\S]*?<\/div>/gi
|
|
696
696
|
);
|
|
@@ -954,7 +954,7 @@ const An = () => {
|
|
|
954
954
|
s > 0 && (r += `/${o}`);
|
|
955
955
|
}), `${r}/page/${n - 1}`;
|
|
956
956
|
};
|
|
957
|
-
function
|
|
957
|
+
function y9(e) {
|
|
958
958
|
const t = e.length;
|
|
959
959
|
return t > 1 && e.charCodeAt(t - 1) === 47 ? e.slice(0, t - 1) : e;
|
|
960
960
|
}
|
|
@@ -1013,7 +1013,7 @@ const ys = () => {
|
|
|
1013
1013
|
]
|
|
1014
1014
|
}
|
|
1015
1015
|
};
|
|
1016
|
-
},
|
|
1016
|
+
}, v9 = (e) => {
|
|
1017
1017
|
let t = "";
|
|
1018
1018
|
if (e.params.news.match(/.*t[0-9]*.html/g)) {
|
|
1019
1019
|
const n = e.params.news.split("-"), r = n[n.length - 1] ?? "", o = r.substring(1, 9), s = r.substring(9, 13);
|
|
@@ -1031,7 +1031,7 @@ const ys = () => {
|
|
|
1031
1031
|
}
|
|
1032
1032
|
return e.config.servicePrefix + t;
|
|
1033
1033
|
};
|
|
1034
|
-
function
|
|
1034
|
+
function b9(e) {
|
|
1035
1035
|
const t = e.split("-"), n = t[t.length - 1]?.split("."), r = n && n[0] ? n[0] : "", o = r.substring(0, 2), s = r.substring(2, 10), i = r.substring(10);
|
|
1036
1036
|
return { path: {
|
|
1037
1037
|
vy: (d) => `/videos/video-youtube/${Se(s).format(
|
|
@@ -1046,7 +1046,7 @@ function v9(e) {
|
|
|
1046
1046
|
const vt = (e, t) => {
|
|
1047
1047
|
const n = e.name.normalize("NFD").replace(/[\u0300-\u036f]/g, "").replace(/ñ/g, "n").replace(/Ñ/g, "n").replace(/[^\w\s]/gi, "").replaceAll(" ", "-").toLowerCase();
|
|
1048
1048
|
return t.tema ? `/${t.tema}/${n}-t${e.id}` : `/${n}-t${e.id}`;
|
|
1049
|
-
},
|
|
1049
|
+
}, C9 = (e) => {
|
|
1050
1050
|
const { AssetsPrefix: t = "", AssetsPath: n = "src", isDev: r = !1 } = e;
|
|
1051
1051
|
return r ? "src" : t + n;
|
|
1052
1052
|
}, Cs = { prerender: [
|
|
@@ -1351,7 +1351,7 @@ const Ts = async ({
|
|
|
1351
1351
|
}, Yt = (e) => {
|
|
1352
1352
|
const t = e.split("/"), n = t[t.length - 1] ?? "1";
|
|
1353
1353
|
return Number(n) > 0 ? Number(n) : 1;
|
|
1354
|
-
},
|
|
1354
|
+
}, _9 = (e, t = 2) => {
|
|
1355
1355
|
if (!e || e.length === 0) return [];
|
|
1356
1356
|
const n = [];
|
|
1357
1357
|
for (let r = 0; r < t; r++) {
|
|
@@ -1364,7 +1364,7 @@ const Ts = async ({
|
|
|
1364
1364
|
}
|
|
1365
1365
|
return n;
|
|
1366
1366
|
};
|
|
1367
|
-
class
|
|
1367
|
+
class N9 {
|
|
1368
1368
|
exclude = "keywords,gallery,related,relatedexternal,external,customfields";
|
|
1369
1369
|
config = {};
|
|
1370
1370
|
imgSizes = {};
|
|
@@ -3237,22 +3237,22 @@ oe.getAdapter = uo.getAdapter;
|
|
|
3237
3237
|
oe.HttpStatusCode = oa;
|
|
3238
3238
|
oe.default = oe;
|
|
3239
3239
|
const {
|
|
3240
|
-
Axios:
|
|
3241
|
-
AxiosError:
|
|
3242
|
-
CanceledError:
|
|
3243
|
-
isCancel:
|
|
3244
|
-
CancelToken:
|
|
3245
|
-
VERSION:
|
|
3246
|
-
all:
|
|
3247
|
-
Cancel:
|
|
3248
|
-
isAxiosError:
|
|
3249
|
-
spread:
|
|
3250
|
-
toFormData:
|
|
3251
|
-
AxiosHeaders:
|
|
3252
|
-
HttpStatusCode:
|
|
3253
|
-
formToJSON:
|
|
3254
|
-
getAdapter:
|
|
3255
|
-
mergeConfig:
|
|
3240
|
+
Axios: x9,
|
|
3241
|
+
AxiosError: T9,
|
|
3242
|
+
CanceledError: I9,
|
|
3243
|
+
isCancel: k9,
|
|
3244
|
+
CancelToken: U9,
|
|
3245
|
+
VERSION: q9,
|
|
3246
|
+
all: R9,
|
|
3247
|
+
Cancel: L9,
|
|
3248
|
+
isAxiosError: B9,
|
|
3249
|
+
spread: O9,
|
|
3250
|
+
toFormData: P9,
|
|
3251
|
+
AxiosHeaders: D9,
|
|
3252
|
+
HttpStatusCode: M9,
|
|
3253
|
+
formToJSON: j9,
|
|
3254
|
+
getAdapter: Q9,
|
|
3255
|
+
mergeConfig: G9
|
|
3256
3256
|
} = oe;
|
|
3257
3257
|
class Be {
|
|
3258
3258
|
constructor(t) {
|
|
@@ -3398,7 +3398,7 @@ class dc extends Be {
|
|
|
3398
3398
|
return { blockSass: n.data.data };
|
|
3399
3399
|
};
|
|
3400
3400
|
}
|
|
3401
|
-
class
|
|
3401
|
+
class z9 {
|
|
3402
3402
|
issuuApi = "https://api.issuu.com/v2";
|
|
3403
3403
|
api = void 0;
|
|
3404
3404
|
constructor(t) {
|
|
@@ -3434,7 +3434,7 @@ class G9 {
|
|
|
3434
3434
|
}
|
|
3435
3435
|
}
|
|
3436
3436
|
}
|
|
3437
|
-
const
|
|
3437
|
+
const H9 = async (e, t, n, r, o, s, i) => {
|
|
3438
3438
|
const c = new dc({
|
|
3439
3439
|
config: t,
|
|
3440
3440
|
imgSizes: n,
|
|
@@ -3464,7 +3464,7 @@ const z9 = async (e, t, n, r, o, s, i) => {
|
|
|
3464
3464
|
}, uc = (e) => {
|
|
3465
3465
|
const t = ds(e);
|
|
3466
3466
|
return t && t.data ? t.data : t;
|
|
3467
|
-
},
|
|
3467
|
+
}, V9 = async (e) => {
|
|
3468
3468
|
const t = await Promise.allSettled(
|
|
3469
3469
|
Object.values(e).map((o) => o.promise)
|
|
3470
3470
|
), n = Object.keys(e), r = {};
|
|
@@ -3763,7 +3763,7 @@ const z9 = async (e, t, n, r, o, s, i) => {
|
|
|
3763
3763
|
}
|
|
3764
3764
|
}
|
|
3765
3765
|
};
|
|
3766
|
-
async function
|
|
3766
|
+
async function F9({
|
|
3767
3767
|
axiosApi: e,
|
|
3768
3768
|
headConfig: t = {
|
|
3769
3769
|
ampConfig: !1,
|
|
@@ -3879,7 +3879,7 @@ async function V9({
|
|
|
3879
3879
|
N
|
|
3880
3880
|
] });
|
|
3881
3881
|
}
|
|
3882
|
-
const
|
|
3882
|
+
const W9 = ({
|
|
3883
3883
|
children: e,
|
|
3884
3884
|
defaultRouteName: t,
|
|
3885
3885
|
banners: n,
|
|
@@ -3930,7 +3930,7 @@ const F9 = ({
|
|
|
3930
3930
|
), pc = "_content_19rc1_1", Ac = "_location_19rc1_11", tr = {
|
|
3931
3931
|
content: pc,
|
|
3932
3932
|
location: Ac
|
|
3933
|
-
},
|
|
3933
|
+
}, $9 = (e) => /* @__PURE__ */ m("div", { className: tr.content, children: [
|
|
3934
3934
|
/* @__PURE__ */ a(gc, {}),
|
|
3935
3935
|
/* @__PURE__ */ a("p", { className: tr.location, children: e.place })
|
|
3936
3936
|
] }), Vt = ({
|
|
@@ -4077,7 +4077,7 @@ function yc({
|
|
|
4077
4077
|
}
|
|
4078
4078
|
};
|
|
4079
4079
|
}
|
|
4080
|
-
function
|
|
4080
|
+
function Y9(e) {
|
|
4081
4081
|
const {
|
|
4082
4082
|
children: t,
|
|
4083
4083
|
slot_id: n,
|
|
@@ -4283,7 +4283,7 @@ function xt(e) {
|
|
|
4283
4283
|
}
|
|
4284
4284
|
const bc = "_content_3olxv_1", Cc = {
|
|
4285
4285
|
content: bc
|
|
4286
|
-
}, ut = (e) => /* @__PURE__ */ a("div", { className: Cc.content, children: e.children }), _c = (e) => (e || "").replaceAll("[section_replace]", "").replaceAll("[tags_replace]", "").replaceAll("[url_replace]", "").replaceAll("[creator_replace]", ""),
|
|
4286
|
+
}, ut = (e) => /* @__PURE__ */ a("div", { className: Cc.content, children: e.children }), _c = (e) => (e || "").replaceAll("[section_replace]", "").replaceAll("[tags_replace]", "").replaceAll("[url_replace]", "").replaceAll("[creator_replace]", ""), at = ({ banners: e, index: t }) => {
|
|
4287
4287
|
if (!e || e.length === 0) return null;
|
|
4288
4288
|
const n = e.find((r) => r.key === `middle_${t}`);
|
|
4289
4289
|
return n?.value && n.show ? /* @__PURE__ */ a(
|
|
@@ -5949,7 +5949,7 @@ const Tt = (e) => {
|
|
|
5949
5949
|
whatsappLink: Pl,
|
|
5950
5950
|
subscribeText: Dl,
|
|
5951
5951
|
terms: Ml
|
|
5952
|
-
},
|
|
5952
|
+
}, K9 = (e) => /* @__PURE__ */ m("section", { className: Ge.content, children: [
|
|
5953
5953
|
/* @__PURE__ */ a(kl, { className: Ge.subscribeImage }),
|
|
5954
5954
|
/* @__PURE__ */ m("div", { className: Ge.contentTitle, children: [
|
|
5955
5955
|
/* @__PURE__ */ a("p", { className: Ge.title, children: "Mantenete Informado" }),
|
|
@@ -6224,7 +6224,7 @@ const Tt = (e) => {
|
|
|
6224
6224
|
gnews: (e) => /* @__PURE__ */ a(td, { ...e }),
|
|
6225
6225
|
podcast: (e) => /* @__PURE__ */ a(nd, { ...e }),
|
|
6226
6226
|
telegram: (e) => /* @__PURE__ */ a(ad, { ...e })
|
|
6227
|
-
},
|
|
6227
|
+
}, J9 = (e) => {
|
|
6228
6228
|
const { freeZone: t, socials: n, menu: r, customBlock: o } = e;
|
|
6229
6229
|
return /* @__PURE__ */ m("footer", { className: we.content, children: [
|
|
6230
6230
|
/* @__PURE__ */ m("section", { className: we.brandContent, children: [
|
|
@@ -6531,7 +6531,7 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
|
|
|
6531
6531
|
correspondent: Hd,
|
|
6532
6532
|
iframeStyled: Vd,
|
|
6533
6533
|
contentFrame: Fd
|
|
6534
|
-
},
|
|
6534
|
+
}, Z9 = (e) => {
|
|
6535
6535
|
const t = () => e?.video.main.author ? `${e?.video.main.author} - ${je(
|
|
6536
6536
|
e.video.info.date.created
|
|
6537
6537
|
)}` : e?.video.main.author;
|
|
@@ -6617,7 +6617,7 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
|
|
|
6617
6617
|
content: Xd,
|
|
6618
6618
|
newsDescription: e1,
|
|
6619
6619
|
image: t1
|
|
6620
|
-
},
|
|
6620
|
+
}, Xe = (e) => {
|
|
6621
6621
|
const {
|
|
6622
6622
|
main: t,
|
|
6623
6623
|
authors: n,
|
|
@@ -6678,12 +6678,13 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
|
|
|
6678
6678
|
]
|
|
6679
6679
|
}
|
|
6680
6680
|
);
|
|
6681
|
-
}, n1 = "_content_14xk9_1", a1 = "_boxInformation_14xk9_12", r1 = "_titleGradient_14xk9_30", o1 = "
|
|
6681
|
+
}, n1 = "_content_14xk9_1", a1 = "_boxInformation_14xk9_12", r1 = "_titleGradient_14xk9_30", o1 = "_sectionDescription_14xk9_58", s1 = "_articule_14xk9_83", i1 = "_linkStyled_14xk9_116", st = {
|
|
6682
6682
|
content: n1,
|
|
6683
6683
|
boxInformation: a1,
|
|
6684
6684
|
titleGradient: r1,
|
|
6685
|
-
|
|
6686
|
-
|
|
6685
|
+
sectionDescription: o1,
|
|
6686
|
+
articule: s1,
|
|
6687
|
+
linkStyled: i1
|
|
6687
6688
|
}, Un = (e) => {
|
|
6688
6689
|
const {
|
|
6689
6690
|
isVideo: t,
|
|
@@ -6694,28 +6695,28 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
|
|
|
6694
6695
|
} = e, { SHOW_TAG_BY_SECTION: i } = $(), c = () => {
|
|
6695
6696
|
if (i && e.keywords?.tags?.length && e.keywords.tags.length > 0) {
|
|
6696
6697
|
const d = e.keywords.tags[0], l = d.name;
|
|
6697
|
-
return /* @__PURE__ */ a(
|
|
6698
|
+
return /* @__PURE__ */ a(
|
|
6698
6699
|
L,
|
|
6699
6700
|
{
|
|
6700
6701
|
"aria-label": l,
|
|
6701
|
-
className:
|
|
6702
|
+
className: st.sectionDescription,
|
|
6702
6703
|
href: vt(d, e.paths),
|
|
6703
6704
|
children: l
|
|
6704
6705
|
}
|
|
6705
|
-
)
|
|
6706
|
+
);
|
|
6706
6707
|
} else if (e.info?.section?.url)
|
|
6707
|
-
return /* @__PURE__ */ a(
|
|
6708
|
+
return /* @__PURE__ */ a(
|
|
6708
6709
|
L,
|
|
6709
6710
|
{
|
|
6710
|
-
className:
|
|
6711
|
+
className: st.sectionDescription,
|
|
6711
6712
|
href: e?.info?.link?.url,
|
|
6712
6713
|
target: e?.info?.link?.target,
|
|
6713
6714
|
children: e.main?.title?.section
|
|
6714
6715
|
}
|
|
6715
|
-
)
|
|
6716
|
+
);
|
|
6716
6717
|
return null;
|
|
6717
6718
|
};
|
|
6718
|
-
return /* @__PURE__ */ m("section", { className:
|
|
6719
|
+
return /* @__PURE__ */ m("section", { className: st.content, children: [
|
|
6719
6720
|
/* @__PURE__ */ a(
|
|
6720
6721
|
L,
|
|
6721
6722
|
{
|
|
@@ -6729,8 +6730,8 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
|
|
|
6729
6730
|
"div",
|
|
6730
6731
|
{
|
|
6731
6732
|
className: [
|
|
6732
|
-
|
|
6733
|
-
s ?
|
|
6733
|
+
st.boxInformation,
|
|
6734
|
+
s ? st.titleGradient : ""
|
|
6734
6735
|
].join(" "),
|
|
6735
6736
|
style: {
|
|
6736
6737
|
width: o !== "default" ? "90%" : "",
|
|
@@ -6739,10 +6740,10 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
|
|
|
6739
6740
|
},
|
|
6740
6741
|
children: [
|
|
6741
6742
|
/* @__PURE__ */ a(c, {}),
|
|
6742
|
-
/* @__PURE__ */ a("h2", { className:
|
|
6743
|
+
/* @__PURE__ */ a("h2", { className: st.articule, children: /* @__PURE__ */ a(
|
|
6743
6744
|
L,
|
|
6744
6745
|
{
|
|
6745
|
-
className:
|
|
6746
|
+
className: st.linkStyled,
|
|
6746
6747
|
href: e?.info?.link?.url,
|
|
6747
6748
|
target: e?.info?.link?.target,
|
|
6748
6749
|
children: e.main?.title?.section
|
|
@@ -6752,17 +6753,17 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
|
|
|
6752
6753
|
}
|
|
6753
6754
|
)
|
|
6754
6755
|
] });
|
|
6755
|
-
},
|
|
6756
|
-
content:
|
|
6757
|
-
contentLayout:
|
|
6758
|
-
}, sr = (e) => /* @__PURE__ */ a("div", { className: or.content, children: /* @__PURE__ */ a(Vt, { className: `${or.contentLayout} ${e.className}`, children: e.children }) }),
|
|
6759
|
-
content:
|
|
6760
|
-
before:
|
|
6761
|
-
textContent:
|
|
6762
|
-
title:
|
|
6763
|
-
description:
|
|
6764
|
-
linkStyled:
|
|
6765
|
-
},
|
|
6756
|
+
}, c1 = "_content_kro73_1", l1 = "_contentLayout_kro73_5", or = {
|
|
6757
|
+
content: c1,
|
|
6758
|
+
contentLayout: l1
|
|
6759
|
+
}, sr = (e) => /* @__PURE__ */ a("div", { className: or.content, children: /* @__PURE__ */ a(Vt, { className: `${or.contentLayout} ${e.className}`, children: e.children }) }), d1 = "_content_1nqra_1", u1 = "_before_1nqra_11", h1 = "_textContent_1nqra_22", m1 = "_title_1nqra_37", f1 = "_description_1nqra_46", g1 = "_linkStyled_1nqra_57", ft = {
|
|
6760
|
+
content: d1,
|
|
6761
|
+
before: u1,
|
|
6762
|
+
textContent: h1,
|
|
6763
|
+
title: m1,
|
|
6764
|
+
description: f1,
|
|
6765
|
+
linkStyled: g1
|
|
6766
|
+
}, X9 = (e) => {
|
|
6766
6767
|
const t = e.logo;
|
|
6767
6768
|
return /* @__PURE__ */ m("section", { className: ft.content, children: [
|
|
6768
6769
|
e.backgroundImgURL && /* @__PURE__ */ a("img", { className: ft.before, src: e.backgroundImgURL, alt: "" }),
|
|
@@ -6773,25 +6774,25 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
|
|
|
6773
6774
|
/* @__PURE__ */ a(L, { className: ft.linkStyled, href: "/", children: e.buttonText ?? "Inicio" })
|
|
6774
6775
|
] })
|
|
6775
6776
|
] });
|
|
6776
|
-
},
|
|
6777
|
-
content:
|
|
6778
|
-
contentLabel:
|
|
6779
|
-
label:
|
|
6780
|
-
required:
|
|
6781
|
-
input:
|
|
6782
|
-
},
|
|
6777
|
+
}, p1 = "_content_zxcog_1", A1 = "_contentLabel_zxcog_8", w1 = "_label_zxcog_13", y1 = "_required_zxcog_22", v1 = "_input_zxcog_28", Ut = {
|
|
6778
|
+
content: p1,
|
|
6779
|
+
contentLabel: A1,
|
|
6780
|
+
label: w1,
|
|
6781
|
+
required: y1,
|
|
6782
|
+
input: v1
|
|
6783
|
+
}, e3 = (e) => /* @__PURE__ */ m("div", { className: Ut.content, children: [
|
|
6783
6784
|
/* @__PURE__ */ m("div", { className: Ut.contentLabel, children: [
|
|
6784
6785
|
/* @__PURE__ */ a("label", { className: Ut.label, children: e.label }),
|
|
6785
6786
|
e.required && /* @__PURE__ */ a("span", { className: Ut.required, children: "*" })
|
|
6786
6787
|
] }),
|
|
6787
6788
|
/* @__PURE__ */ a("input", { className: Ut.input, ...e })
|
|
6788
|
-
] }),
|
|
6789
|
-
content:
|
|
6790
|
-
contentLabel:
|
|
6791
|
-
label:
|
|
6792
|
-
required:
|
|
6793
|
-
input:
|
|
6794
|
-
},
|
|
6789
|
+
] }), b1 = "_content_zgx5w_1", C1 = "_contentLabel_zgx5w_8", _1 = "_label_zgx5w_13", N1 = "_required_zgx5w_22", S1 = "_input_zgx5w_28", qt = {
|
|
6790
|
+
content: b1,
|
|
6791
|
+
contentLabel: C1,
|
|
6792
|
+
label: _1,
|
|
6793
|
+
required: N1,
|
|
6794
|
+
input: S1
|
|
6795
|
+
}, t3 = (e) => /* @__PURE__ */ m("div", { className: qt.content, children: [
|
|
6795
6796
|
/* @__PURE__ */ m("div", { className: qt.contentLabel, children: [
|
|
6796
6797
|
/* @__PURE__ */ a("label", { className: qt.label, children: e.label }),
|
|
6797
6798
|
e.required && /* @__PURE__ */ a("span", { className: qt.required, children: "*" })
|
|
@@ -6800,53 +6801,53 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
|
|
|
6800
6801
|
/* @__PURE__ */ a("option", { value: "", children: "--Seleccione--" }),
|
|
6801
6802
|
e.options.map((t, n) => /* @__PURE__ */ a("option", { value: t.value, children: t.label }, n))
|
|
6802
6803
|
] })
|
|
6803
|
-
] }),
|
|
6804
|
-
content:
|
|
6805
|
-
label:
|
|
6806
|
-
input:
|
|
6807
|
-
},
|
|
6804
|
+
] }), E1 = "_content_1mi9t_1", x1 = "_label_1mi9t_8", T1 = "_input_1mi9t_17", Dn = {
|
|
6805
|
+
content: E1,
|
|
6806
|
+
label: x1,
|
|
6807
|
+
input: T1
|
|
6808
|
+
}, n3 = (e) => /* @__PURE__ */ m("div", { className: Dn.content, children: [
|
|
6808
6809
|
/* @__PURE__ */ a("label", { className: Dn.label, children: e.label }),
|
|
6809
6810
|
/* @__PURE__ */ a("textarea", { className: Dn.input, ...e })
|
|
6810
|
-
] }),
|
|
6811
|
-
boxInformation:
|
|
6812
|
-
textBox:
|
|
6813
|
-
contentBox:
|
|
6814
|
-
liveBox:
|
|
6815
|
-
dot:
|
|
6816
|
-
sectionDescription:
|
|
6817
|
-
articule:
|
|
6818
|
-
description:
|
|
6819
|
-
},
|
|
6820
|
-
content:
|
|
6821
|
-
description:
|
|
6811
|
+
] }), I1 = "_boxInformation_achvw_1", k1 = "_textBox_achvw_30", U1 = "_contentBox_achvw_40", q1 = "_liveBox_achvw_50", R1 = "_dot_achvw_72", L1 = "_sectionDescription_achvw_97", B1 = "_articule_achvw_110", O1 = "_description_achvw_137", et = {
|
|
6812
|
+
boxInformation: I1,
|
|
6813
|
+
textBox: k1,
|
|
6814
|
+
contentBox: U1,
|
|
6815
|
+
liveBox: q1,
|
|
6816
|
+
dot: R1,
|
|
6817
|
+
sectionDescription: L1,
|
|
6818
|
+
articule: B1,
|
|
6819
|
+
description: O1
|
|
6820
|
+
}, P1 = "_content_8ehij_1", D1 = "_description_8ehij_23", bn = {
|
|
6821
|
+
content: P1,
|
|
6822
|
+
description: D1
|
|
6822
6823
|
}, yo = (e) => {
|
|
6823
6824
|
let t = "";
|
|
6824
6825
|
return e.preview.description && (t = e.preview.description), e.preview.copyright && (t = `${t} ${e.preview.copyright}`), e.preview.photographer && (t = `${t} ${e.preview.photographer}`), /* @__PURE__ */ m("div", { className: bn.content, children: [
|
|
6825
6826
|
/* @__PURE__ */ a(ke, { preview: e.preview, isLarge: !0, priorityHigh: !0 }),
|
|
6826
6827
|
t && /* @__PURE__ */ a("div", { className: bn.description, children: t })
|
|
6827
6828
|
] });
|
|
6828
|
-
},
|
|
6829
|
+
}, M1 = (e) => /* @__PURE__ */ a(J, { children: /* @__PURE__ */ m("div", { className: et.boxInformation, children: [
|
|
6829
6830
|
/* @__PURE__ */ a(yo, { preview: e.preview }),
|
|
6830
|
-
/* @__PURE__ */ m("div", { className:
|
|
6831
|
-
/* @__PURE__ */ m("div", { className:
|
|
6831
|
+
/* @__PURE__ */ m("div", { className: et.textBox, children: [
|
|
6832
|
+
/* @__PURE__ */ m("div", { className: et.contentBox, children: [
|
|
6832
6833
|
e?.info?.section && /* @__PURE__ */ a(
|
|
6833
6834
|
L,
|
|
6834
6835
|
{
|
|
6835
|
-
className:
|
|
6836
|
+
className: et.sectionDescription,
|
|
6836
6837
|
href: e?.info?.section?.url,
|
|
6837
6838
|
children: e?.info?.section?.name
|
|
6838
6839
|
}
|
|
6839
6840
|
),
|
|
6840
|
-
/* @__PURE__ */ m("div", { className:
|
|
6841
|
-
/* @__PURE__ */ a("span", { className:
|
|
6841
|
+
/* @__PURE__ */ m("div", { className: et.liveBox, children: [
|
|
6842
|
+
/* @__PURE__ */ a("span", { className: et.dot }),
|
|
6842
6843
|
/* @__PURE__ */ a("p", { children: "EN VIVO" })
|
|
6843
6844
|
] })
|
|
6844
6845
|
] }),
|
|
6845
|
-
/* @__PURE__ */ a("h1", { className:
|
|
6846
|
+
/* @__PURE__ */ a("h1", { className: et.articule, children: e.main?.title?.section }),
|
|
6846
6847
|
e.config?.showsubtitle && /* @__PURE__ */ a(
|
|
6847
6848
|
"div",
|
|
6848
6849
|
{
|
|
6849
|
-
className:
|
|
6850
|
+
className: et.description,
|
|
6850
6851
|
style: {
|
|
6851
6852
|
"--fontSizeSubTitle": e.fontSizeSubTitle,
|
|
6852
6853
|
"--lineHeightSubTitle": e.lineHeightSubTitle
|
|
@@ -6855,25 +6856,25 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
|
|
|
6855
6856
|
}
|
|
6856
6857
|
)
|
|
6857
6858
|
] })
|
|
6858
|
-
] }) }),
|
|
6859
|
-
content:
|
|
6860
|
-
contentLine:
|
|
6861
|
-
contentText:
|
|
6862
|
-
dateLink:
|
|
6863
|
-
},
|
|
6859
|
+
] }) }), j1 = "_content_oipiy_1", Q1 = "_contentLine_oipiy_17", G1 = "_contentText_oipiy_24", z1 = "_dateLink_oipiy_37", Xt = {
|
|
6860
|
+
content: j1,
|
|
6861
|
+
contentLine: Q1,
|
|
6862
|
+
contentText: G1,
|
|
6863
|
+
dateLink: z1
|
|
6864
|
+
}, H1 = (e) => /* @__PURE__ */ a("section", { className: Xt.content, children: e.itemList[0]?.list.items.map((t, n) => /* @__PURE__ */ m("div", { className: Xt.contentLine, children: [
|
|
6864
6865
|
/* @__PURE__ */ a(L, { className: Xt.dateLink, href: `#item-${n + 1}`, children: ls(t.date) }),
|
|
6865
6866
|
/* @__PURE__ */ a("div", { className: Xt.contentText, children: (e.itemList[0]?.list.integrated, t.title) })
|
|
6866
|
-
] }, n)) }),
|
|
6867
|
-
content:
|
|
6868
|
-
contentInfo:
|
|
6869
|
-
imageStyled:
|
|
6870
|
-
contentIconStyled:
|
|
6871
|
-
name:
|
|
6872
|
-
email:
|
|
6873
|
-
description:
|
|
6874
|
-
contenSocialNetwork:
|
|
6875
|
-
socialIcon:
|
|
6876
|
-
},
|
|
6867
|
+
] }, n)) }), V1 = "_content_w8a84_1", F1 = "_contentInfo_w8a84_11", W1 = "_imageStyled_w8a84_19", $1 = "_contentIconStyled_w8a84_30", Y1 = "_name_w8a84_56", K1 = "_email_w8a84_65", J1 = "_description_w8a84_81", Z1 = "_contenSocialNetwork_w8a84_93", X1 = "_socialIcon_w8a84_103", Te = {
|
|
6868
|
+
content: V1,
|
|
6869
|
+
contentInfo: F1,
|
|
6870
|
+
imageStyled: W1,
|
|
6871
|
+
contentIconStyled: $1,
|
|
6872
|
+
name: Y1,
|
|
6873
|
+
email: K1,
|
|
6874
|
+
description: J1,
|
|
6875
|
+
contenSocialNetwork: Z1,
|
|
6876
|
+
socialIcon: X1
|
|
6877
|
+
}, eu = async (e) => {
|
|
6877
6878
|
const { autor: t, autorIcon: n } = e, r = n;
|
|
6878
6879
|
return /* @__PURE__ */ a(
|
|
6879
6880
|
"section",
|
|
@@ -6934,18 +6935,18 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
|
|
|
6934
6935
|
] })
|
|
6935
6936
|
}
|
|
6936
6937
|
);
|
|
6937
|
-
},
|
|
6938
|
-
content:
|
|
6939
|
-
contentInfo:
|
|
6940
|
-
contentAuthor:
|
|
6941
|
-
imageStyled:
|
|
6942
|
-
contentIconStyled:
|
|
6943
|
-
name:
|
|
6944
|
-
email:
|
|
6945
|
-
description:
|
|
6946
|
-
contenSocialNetwork:
|
|
6947
|
-
socialIcon:
|
|
6948
|
-
},
|
|
6938
|
+
}, tu = "_content_18ozj_1", nu = "_contentInfo_18ozj_13", au = "_contentAuthor_18ozj_26", ru = "_imageStyled_18ozj_33", ou = "_contentIconStyled_18ozj_42", su = "_name_18ozj_64", iu = "_email_18ozj_72", cu = "_description_18ozj_82", lu = "_contenSocialNetwork_18ozj_93", du = "_socialIcon_18ozj_103", Ne = {
|
|
6939
|
+
content: tu,
|
|
6940
|
+
contentInfo: nu,
|
|
6941
|
+
contentAuthor: au,
|
|
6942
|
+
imageStyled: ru,
|
|
6943
|
+
contentIconStyled: ou,
|
|
6944
|
+
name: su,
|
|
6945
|
+
email: iu,
|
|
6946
|
+
description: cu,
|
|
6947
|
+
contenSocialNetwork: lu,
|
|
6948
|
+
socialIcon: du
|
|
6949
|
+
}, uu = async (e) => {
|
|
6949
6950
|
const { autor: t, autorIcon: n } = e, r = n;
|
|
6950
6951
|
return /* @__PURE__ */ a("section", { className: Ne.content, children: /* @__PURE__ */ m("div", { className: Ne.contentInfo, children: [
|
|
6951
6952
|
t.info.image ? /* @__PURE__ */ a(
|
|
@@ -7007,9 +7008,9 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
|
|
|
7007
7008
|
] })
|
|
7008
7009
|
] })
|
|
7009
7010
|
] }) });
|
|
7010
|
-
},
|
|
7011
|
-
content:
|
|
7012
|
-
bannerSection:
|
|
7011
|
+
}, hu = "_content_jg6i2_1", mu = "_bannerSection_jg6i2_25", ir = {
|
|
7012
|
+
content: hu,
|
|
7013
|
+
bannerSection: mu
|
|
7013
7014
|
}, vo = (e) => /* @__PURE__ */ m("section", { className: ir.content, children: [
|
|
7014
7015
|
e.children,
|
|
7015
7016
|
/* @__PURE__ */ m("div", { className: ir.bannerSection, children: [
|
|
@@ -7030,22 +7031,22 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
|
|
|
7030
7031
|
),
|
|
7031
7032
|
e.banner
|
|
7032
7033
|
] })
|
|
7033
|
-
] }),
|
|
7034
|
-
content:
|
|
7035
|
-
header:
|
|
7036
|
-
videos:
|
|
7037
|
-
videoContent:
|
|
7038
|
-
articleSection:
|
|
7039
|
-
contentLayoutVideoSection:
|
|
7040
|
-
sectionVideoList:
|
|
7041
|
-
iframeStyled:
|
|
7042
|
-
contentFrame:
|
|
7043
|
-
relatedTitle:
|
|
7044
|
-
},
|
|
7045
|
-
content:
|
|
7046
|
-
linkImage:
|
|
7047
|
-
playStyled:
|
|
7048
|
-
},
|
|
7034
|
+
] }), fu = "_content_1jqwg_1", gu = "_header_1jqwg_21", pu = "_videos_1jqwg_46", Au = "_videoContent_1jqwg_53", wu = "_articleSection_1jqwg_60", yu = "_contentLayoutVideoSection_1jqwg_74", vu = "_sectionVideoList_1jqwg_82", bu = "_iframeStyled_1jqwg_155", Cu = "_contentFrame_1jqwg_164", _u = "_relatedTitle_1jqwg_189", qe = {
|
|
7035
|
+
content: fu,
|
|
7036
|
+
header: gu,
|
|
7037
|
+
videos: pu,
|
|
7038
|
+
videoContent: Au,
|
|
7039
|
+
articleSection: wu,
|
|
7040
|
+
contentLayoutVideoSection: yu,
|
|
7041
|
+
sectionVideoList: vu,
|
|
7042
|
+
iframeStyled: bu,
|
|
7043
|
+
contentFrame: Cu,
|
|
7044
|
+
relatedTitle: _u
|
|
7045
|
+
}, Nu = "_content_1dj0q_1", Su = "_linkImage_1dj0q_12", Eu = "_playStyled_1dj0q_19", Mn = {
|
|
7046
|
+
content: Nu,
|
|
7047
|
+
linkImage: Su,
|
|
7048
|
+
playStyled: Eu
|
|
7049
|
+
}, xu = async (e) => {
|
|
7049
7050
|
const t = {
|
|
7050
7051
|
...e,
|
|
7051
7052
|
main: {
|
|
@@ -7072,7 +7073,7 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
|
|
|
7072
7073
|
),
|
|
7073
7074
|
/* @__PURE__ */ a("div", { children: /* @__PURE__ */ a(Tt, { ...t, paths: e.paths }) })
|
|
7074
7075
|
] }) : null;
|
|
7075
|
-
},
|
|
7076
|
+
}, a3 = (e) => /* @__PURE__ */ a("div", { className: qe.content, children: /* @__PURE__ */ m(Vt, { className: qe.contentLayoutVideoSection, children: [
|
|
7076
7077
|
/* @__PURE__ */ m("a", { className: qe.header, href: "/", children: [
|
|
7077
7078
|
/* @__PURE__ */ a(
|
|
7078
7079
|
"svg",
|
|
@@ -7148,8 +7149,8 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
|
|
|
7148
7149
|
}
|
|
7149
7150
|
),
|
|
7150
7151
|
e.relatedName && /* @__PURE__ */ a("h2", { className: qe.relatedTitle, children: e.relatedName }),
|
|
7151
|
-
Array.isArray(e.videoList) && e.videoList.map((t, n) => /* @__PURE__ */
|
|
7152
|
-
|
|
7152
|
+
Array.isArray(e.videoList) && e.videoList.map((t, n) => /* @__PURE__ */ ot(
|
|
7153
|
+
xu,
|
|
7153
7154
|
{
|
|
7154
7155
|
...Mt(t, !0, !1),
|
|
7155
7156
|
key: n,
|
|
@@ -7160,39 +7161,39 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
|
|
|
7160
7161
|
}
|
|
7161
7162
|
)
|
|
7162
7163
|
] })
|
|
7163
|
-
] }) }),
|
|
7164
|
-
content:
|
|
7165
|
-
titleContent:
|
|
7166
|
-
title:
|
|
7167
|
-
startLine:
|
|
7168
|
-
line:
|
|
7169
|
-
bottomLine:
|
|
7170
|
-
childrenContent:
|
|
7171
|
-
readMore:
|
|
7164
|
+
] }) }), Tu = "_content_gcte1_1", Iu = "_titleContent_gcte1_24", ku = "_title_gcte1_24", Uu = "_startLine_gcte1_88", qu = "_line_gcte1_93", Ru = "_bottomLine_gcte1_99", Lu = "_childrenContent_gcte1_118", Bu = "_readMore_gcte1_131", He = {
|
|
7165
|
+
content: Tu,
|
|
7166
|
+
titleContent: Iu,
|
|
7167
|
+
title: ku,
|
|
7168
|
+
startLine: Uu,
|
|
7169
|
+
line: qu,
|
|
7170
|
+
bottomLine: Ru,
|
|
7171
|
+
childrenContent: Lu,
|
|
7172
|
+
readMore: Bu
|
|
7172
7173
|
}, me = Pr((e, t) => {
|
|
7173
|
-
const { isTitle: n = !1, isOpinion: r = !1 } = e, o = n ? /* @__PURE__ */ a("h1", { className:
|
|
7174
|
-
return /* @__PURE__ */ m("section", { className:
|
|
7174
|
+
const { isTitle: n = !1, isOpinion: r = !1 } = e, o = n ? /* @__PURE__ */ a("h1", { className: He.title, children: e.title }) : /* @__PURE__ */ a("h2", { className: He.title, children: e.title });
|
|
7175
|
+
return /* @__PURE__ */ m("section", { className: He.content, children: [
|
|
7175
7176
|
e.title && /* @__PURE__ */ m(
|
|
7176
7177
|
"div",
|
|
7177
7178
|
{
|
|
7178
|
-
className: [
|
|
7179
|
+
className: [He.titleContent, e.className ?? ""].join(" "),
|
|
7179
7180
|
"data-after": `${r}`,
|
|
7180
7181
|
children: [
|
|
7181
|
-
/* @__PURE__ */ a("hr", { className:
|
|
7182
|
+
/* @__PURE__ */ a("hr", { className: He.startLine }),
|
|
7182
7183
|
e.titleUrl ? /* @__PURE__ */ a(L, { href: e.titleUrl, children: o }) : o,
|
|
7183
|
-
/* @__PURE__ */ a("hr", { className:
|
|
7184
|
+
/* @__PURE__ */ a("hr", { className: He.line }),
|
|
7184
7185
|
e.titleUrl && /* @__PURE__ */ a(
|
|
7185
7186
|
L,
|
|
7186
7187
|
{
|
|
7187
|
-
className:
|
|
7188
|
+
className: He.readMore,
|
|
7188
7189
|
href: e.titleUrl?.toString() ?? ""
|
|
7189
7190
|
}
|
|
7190
7191
|
)
|
|
7191
7192
|
]
|
|
7192
7193
|
}
|
|
7193
7194
|
),
|
|
7194
|
-
e.title && /* @__PURE__ */ a("hr", { className: [
|
|
7195
|
-
/* @__PURE__ */ a("div", { className:
|
|
7195
|
+
e.title && /* @__PURE__ */ a("hr", { className: [He.bottomLine, e.className ?? ""].join(" ") }),
|
|
7196
|
+
/* @__PURE__ */ a("div", { className: He.childrenContent, ref: t, children: e.children })
|
|
7196
7197
|
] });
|
|
7197
7198
|
}), Sa = (e) => /* @__PURE__ */ a(
|
|
7198
7199
|
"svg",
|
|
@@ -7232,25 +7233,25 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
|
|
|
7232
7233
|
}
|
|
7233
7234
|
)
|
|
7234
7235
|
}
|
|
7235
|
-
),
|
|
7236
|
-
drawerStyled:
|
|
7237
|
-
sidebarCustom:
|
|
7238
|
-
accordionStyled:
|
|
7239
|
-
accordionHeading:
|
|
7240
|
-
accordionSummeryStyled:
|
|
7241
|
-
linkStyled:
|
|
7242
|
-
subLinkStyled:
|
|
7243
|
-
inputContent:
|
|
7244
|
-
buttonContent:
|
|
7245
|
-
inputStyled:
|
|
7246
|
-
buscar:
|
|
7247
|
-
buttonStyled:
|
|
7248
|
-
accordionDetailsStyled:
|
|
7249
|
-
footerSlider:
|
|
7250
|
-
socialMedia:
|
|
7251
|
-
copyRights:
|
|
7252
|
-
icon:
|
|
7253
|
-
},
|
|
7236
|
+
), Ou = "_drawerStyled_1dhzk_1", Pu = "_sidebarCustom_1dhzk_6", Du = "_accordionStyled_1dhzk_24", Mu = "_accordionHeading_1dhzk_35", ju = "_accordionSummeryStyled_1dhzk_44", Qu = "_linkStyled_1dhzk_71", Gu = "_subLinkStyled_1dhzk_91", zu = "_inputContent_1dhzk_113", Hu = "_buttonContent_1dhzk_114", Vu = "_inputStyled_1dhzk_124", Fu = "_buscar_1dhzk_140", Wu = "_buttonStyled_1dhzk_149", $u = "_accordionDetailsStyled_1dhzk_164", Yu = "_footerSlider_1dhzk_179", Ku = "_socialMedia_1dhzk_190", Ju = "_copyRights_1dhzk_209", Zu = "_icon_1dhzk_220", le = {
|
|
7237
|
+
drawerStyled: Ou,
|
|
7238
|
+
sidebarCustom: Pu,
|
|
7239
|
+
accordionStyled: Du,
|
|
7240
|
+
accordionHeading: Mu,
|
|
7241
|
+
accordionSummeryStyled: ju,
|
|
7242
|
+
linkStyled: Qu,
|
|
7243
|
+
subLinkStyled: Gu,
|
|
7244
|
+
inputContent: zu,
|
|
7245
|
+
buttonContent: Hu,
|
|
7246
|
+
inputStyled: Vu,
|
|
7247
|
+
buscar: Fu,
|
|
7248
|
+
buttonStyled: Wu,
|
|
7249
|
+
accordionDetailsStyled: $u,
|
|
7250
|
+
footerSlider: Yu,
|
|
7251
|
+
socialMedia: Ku,
|
|
7252
|
+
copyRights: Ju,
|
|
7253
|
+
icon: Zu
|
|
7254
|
+
}, Xu = ({
|
|
7254
7255
|
sidebar: e,
|
|
7255
7256
|
socials: t,
|
|
7256
7257
|
copyrigth: n,
|
|
@@ -7398,12 +7399,12 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
|
|
|
7398
7399
|
)
|
|
7399
7400
|
]
|
|
7400
7401
|
}
|
|
7401
|
-
),
|
|
7402
|
-
content:
|
|
7403
|
-
chipStyled:
|
|
7404
|
-
headLine:
|
|
7405
|
-
live:
|
|
7406
|
-
closeLiveStyled:
|
|
7402
|
+
), eh = "_content_1k52x_1", th = "_chipStyled_1k52x_17", nh = "_headLine_1k52x_17", ah = "_live_1k52x_25", rh = "_closeLiveStyled_1k52x_88", Rt = {
|
|
7403
|
+
content: eh,
|
|
7404
|
+
chipStyled: th,
|
|
7405
|
+
headLine: nh,
|
|
7406
|
+
live: ah,
|
|
7407
|
+
closeLiveStyled: rh
|
|
7407
7408
|
}, Co = (e) => {
|
|
7408
7409
|
const { alertZone: t, id: n = "close-alert" } = e, r = () => /* @__PURE__ */ a(
|
|
7409
7410
|
L,
|
|
@@ -7446,30 +7447,30 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
|
|
|
7446
7447
|
}
|
|
7447
7448
|
)
|
|
7448
7449
|
] });
|
|
7449
|
-
},
|
|
7450
|
-
content:
|
|
7451
|
-
linkStyled:
|
|
7452
|
-
linkSocialNetwork:
|
|
7453
|
-
title:
|
|
7454
|
-
tabs:
|
|
7455
|
-
socialNetwork:
|
|
7456
|
-
icon:
|
|
7457
|
-
facebook:
|
|
7458
|
-
youtube:
|
|
7459
|
-
x:
|
|
7460
|
-
instagram:
|
|
7461
|
-
gnews:
|
|
7462
|
-
tiktok:
|
|
7463
|
-
whatsapp:
|
|
7464
|
-
},
|
|
7450
|
+
}, oh = "_content_18yq5_1", sh = "_linkStyled_18yq5_14", ih = "_linkSocialNetwork_18yq5_28", ch = "_title_18yq5_49", lh = "_tabs_18yq5_60", dh = "_socialNetwork_18yq5_68", uh = "_icon_18yq5_78", hh = "_facebook_18yq5_84", mh = "_youtube_18yq5_88", fh = "_x_18yq5_92", gh = "_instagram_18yq5_96", ph = "_gnews_18yq5_100", Ah = "_tiktok_18yq5_104", wh = "_whatsapp_18yq5_108", Ve = {
|
|
7451
|
+
content: oh,
|
|
7452
|
+
linkStyled: sh,
|
|
7453
|
+
linkSocialNetwork: ih,
|
|
7454
|
+
title: ch,
|
|
7455
|
+
tabs: lh,
|
|
7456
|
+
socialNetwork: dh,
|
|
7457
|
+
icon: uh,
|
|
7458
|
+
facebook: hh,
|
|
7459
|
+
youtube: mh,
|
|
7460
|
+
x: fh,
|
|
7461
|
+
instagram: gh,
|
|
7462
|
+
gnews: ph,
|
|
7463
|
+
tiktok: Ah,
|
|
7464
|
+
whatsapp: wh
|
|
7465
|
+
}, yh = (e) => {
|
|
7465
7466
|
const { cintillo: t, tapeTitle: n, socials: r } = e, o = "", s = t?.findIndex((i) => i.link === o) ?? 0;
|
|
7466
|
-
return (Array.isArray(t) || e.socialIcons) && /* @__PURE__ */ m("section", { className:
|
|
7467
|
-
Array.isArray(t) && /* @__PURE__ */ m("div", { className: `${
|
|
7468
|
-
n !== "" && /* @__PURE__ */ a("p", { className:
|
|
7467
|
+
return (Array.isArray(t) || e.socialIcons) && /* @__PURE__ */ m("section", { className: Ve.content, children: [
|
|
7468
|
+
Array.isArray(t) && /* @__PURE__ */ m("div", { className: `${Ve.tabs} header-page-tape-content`, children: [
|
|
7469
|
+
n !== "" && /* @__PURE__ */ a("p", { className: Ve.title, children: `${n}` }),
|
|
7469
7470
|
t && t[s] && /* @__PURE__ */ a(
|
|
7470
7471
|
L,
|
|
7471
7472
|
{
|
|
7472
|
-
className:
|
|
7473
|
+
className: Ve.linkStyled,
|
|
7473
7474
|
target: t[s]?.target,
|
|
7474
7475
|
href: t[s]?.link,
|
|
7475
7476
|
style: {
|
|
@@ -7485,7 +7486,7 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
|
|
|
7485
7486
|
return /* @__PURE__ */ a(
|
|
7486
7487
|
L,
|
|
7487
7488
|
{
|
|
7488
|
-
className:
|
|
7489
|
+
className: Ve.linkStyled,
|
|
7489
7490
|
href: i?.link,
|
|
7490
7491
|
style: {
|
|
7491
7492
|
color: i?.link === o ? "var(--header-tape-active-link)" : "var(--header-tape-color)",
|
|
@@ -7497,38 +7498,38 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
|
|
|
7497
7498
|
);
|
|
7498
7499
|
})
|
|
7499
7500
|
] }),
|
|
7500
|
-
/* @__PURE__ */ a("div", { className:
|
|
7501
|
+
/* @__PURE__ */ a("div", { className: Ve.socialNetwork, children: Object.keys(r).map((i) => r[i]?.show && /* @__PURE__ */ a(
|
|
7501
7502
|
"a",
|
|
7502
7503
|
{
|
|
7503
7504
|
target: "_blank",
|
|
7504
7505
|
rel: "noreferrer",
|
|
7505
7506
|
"aria-label": r[i].title + " link",
|
|
7506
|
-
className:
|
|
7507
|
+
className: Ve.linkSocialNetwork,
|
|
7507
7508
|
href: r[i].url,
|
|
7508
7509
|
children: Na[i]({
|
|
7509
|
-
className: [
|
|
7510
|
+
className: [Ve.icon, Ve[i] ?? ""].join(" ")
|
|
7510
7511
|
})
|
|
7511
7512
|
},
|
|
7512
7513
|
i
|
|
7513
7514
|
)) })
|
|
7514
7515
|
] });
|
|
7515
|
-
},
|
|
7516
|
-
headerStyled:
|
|
7517
|
-
headerContent:
|
|
7518
|
-
iconContent:
|
|
7519
|
-
menuButton:
|
|
7520
|
-
logoStyled:
|
|
7521
|
-
buttonSection:
|
|
7522
|
-
buttonSectionSearch:
|
|
7523
|
-
headLineContent:
|
|
7524
|
-
headLineTitle:
|
|
7525
|
-
headLine:
|
|
7526
|
-
hasAlertZone:
|
|
7527
|
-
},
|
|
7516
|
+
}, vh = "_headerStyled_t61zq_1", bh = "_headerContent_t61zq_14", Ch = "_iconContent_t61zq_25", _h = "_menuButton_t61zq_34", Nh = "_logoStyled_t61zq_66", Sh = "_buttonSection_t61zq_94", Eh = "_buttonSectionSearch_t61zq_109", xh = "_headLineContent_t61zq_130", Th = "_headLineTitle_t61zq_143", Ih = "_headLine_t61zq_130", kh = "_hasAlertZone_t61zq_196", Ie = {
|
|
7517
|
+
headerStyled: vh,
|
|
7518
|
+
headerContent: bh,
|
|
7519
|
+
iconContent: Ch,
|
|
7520
|
+
menuButton: _h,
|
|
7521
|
+
logoStyled: Nh,
|
|
7522
|
+
buttonSection: Sh,
|
|
7523
|
+
buttonSectionSearch: Eh,
|
|
7524
|
+
headLineContent: xh,
|
|
7525
|
+
headLineTitle: Th,
|
|
7526
|
+
headLine: Ih,
|
|
7527
|
+
hasAlertZone: kh
|
|
7528
|
+
}, Uh = (e) => {
|
|
7528
7529
|
const { alertZone: t } = e;
|
|
7529
7530
|
return /* @__PURE__ */ m("header", { className: Ie.headerStyled, children: [
|
|
7530
7531
|
e.socialIcons && /* @__PURE__ */ a(
|
|
7531
|
-
|
|
7532
|
+
yh,
|
|
7532
7533
|
{
|
|
7533
7534
|
socialIcons: e.socialIcons,
|
|
7534
7535
|
cintillo: e.cintillo,
|
|
@@ -7617,22 +7618,22 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
|
|
|
7617
7618
|
}
|
|
7618
7619
|
)
|
|
7619
7620
|
] });
|
|
7620
|
-
},
|
|
7621
|
-
ul:
|
|
7622
|
-
li:
|
|
7623
|
-
liBefore:
|
|
7624
|
-
ulContent:
|
|
7625
|
-
contentModal:
|
|
7626
|
-
linkStyled:
|
|
7627
|
-
itemLink:
|
|
7628
|
-
},
|
|
7621
|
+
}, qh = "_ul_j3aqc_1", Rh = "_li_j3aqc_10", Lh = "_liBefore_j3aqc_18", Bh = "_ulContent_j3aqc_33", Oh = "_contentModal_j3aqc_44", Ph = "_linkStyled_j3aqc_56", Dh = "_itemLink_j3aqc_81", Fe = {
|
|
7622
|
+
ul: qh,
|
|
7623
|
+
li: Rh,
|
|
7624
|
+
liBefore: Lh,
|
|
7625
|
+
ulContent: Bh,
|
|
7626
|
+
contentModal: Oh,
|
|
7627
|
+
linkStyled: Ph,
|
|
7628
|
+
itemLink: Dh
|
|
7629
|
+
}, Mh = (e) => {
|
|
7629
7630
|
const { items: t } = e;
|
|
7630
|
-
return /* @__PURE__ */ a("ul", { className:
|
|
7631
|
+
return /* @__PURE__ */ a("ul", { className: Fe.ul, children: t.map((n, r) => /* @__PURE__ */ m("li", { className: `${Fe.liBefore} ${Fe.li}`, children: [
|
|
7631
7632
|
n.link ? /* @__PURE__ */ m(
|
|
7632
7633
|
L,
|
|
7633
7634
|
{
|
|
7634
7635
|
"aria-label": n.description,
|
|
7635
|
-
className:
|
|
7636
|
+
className: Fe.linkStyled,
|
|
7636
7637
|
href: n.link ? n.link : void 0,
|
|
7637
7638
|
target: n.target,
|
|
7638
7639
|
children: [
|
|
@@ -7640,14 +7641,14 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
|
|
|
7640
7641
|
Array.isArray(n.subitem) && /* @__PURE__ */ a(Cn, {})
|
|
7641
7642
|
]
|
|
7642
7643
|
}
|
|
7643
|
-
) : /* @__PURE__ */ m("span", { "aria-label": n.description, className:
|
|
7644
|
+
) : /* @__PURE__ */ m("span", { "aria-label": n.description, className: Fe.linkStyled, children: [
|
|
7644
7645
|
n.description,
|
|
7645
7646
|
Array.isArray(n.subitem) && /* @__PURE__ */ a(Cn, {})
|
|
7646
7647
|
] }),
|
|
7647
|
-
Array.isArray(n.subitem) && /* @__PURE__ */ a("ul", { className:
|
|
7648
|
+
Array.isArray(n.subitem) && /* @__PURE__ */ a("ul", { className: Fe.ulContent, children: /* @__PURE__ */ a("div", { className: Fe.contentModal, children: n.subitem.map((o, s) => /* @__PURE__ */ a("li", { className: Fe.li, children: /* @__PURE__ */ a(
|
|
7648
7649
|
L,
|
|
7649
7650
|
{
|
|
7650
|
-
className:
|
|
7651
|
+
className: Fe.itemLink,
|
|
7651
7652
|
"aria-label": o.description,
|
|
7652
7653
|
href: o.link ? o.link : void 0,
|
|
7653
7654
|
target: o.target,
|
|
@@ -7655,23 +7656,23 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
|
|
|
7655
7656
|
}
|
|
7656
7657
|
) }, s)) }) })
|
|
7657
7658
|
] }, r)) });
|
|
7658
|
-
},
|
|
7659
|
-
headerStyled:
|
|
7660
|
-
headerContent:
|
|
7661
|
-
menuButtonSection:
|
|
7662
|
-
menuButton:
|
|
7663
|
-
buttonSection:
|
|
7664
|
-
buttonSectionSearch:
|
|
7665
|
-
hasAlertZone:
|
|
7666
|
-
buttonText:
|
|
7667
|
-
logoContent:
|
|
7668
|
-
logoStyled:
|
|
7669
|
-
headLineContent:
|
|
7670
|
-
headLineTitle:
|
|
7671
|
-
menuSection:
|
|
7672
|
-
headLine:
|
|
7673
|
-
line:
|
|
7674
|
-
},
|
|
7659
|
+
}, jh = "_headerStyled_ksxbt_1", Qh = "_headerContent_ksxbt_23", Gh = "_menuButtonSection_ksxbt_33", zh = "_menuButton_ksxbt_33", Hh = "_buttonSection_ksxbt_84", Vh = "_buttonSectionSearch_ksxbt_101", Fh = "_hasAlertZone_ksxbt_111", Wh = "_buttonText_ksxbt_130", $h = "_logoContent_ksxbt_140", Yh = "_logoStyled_ksxbt_148", Kh = "_headLineContent_ksxbt_172", Jh = "_headLineTitle_ksxbt_187", Zh = "_menuSection_ksxbt_203", Xh = "_headLine_ksxbt_172", em = "_line_ksxbt_255", ye = {
|
|
7660
|
+
headerStyled: jh,
|
|
7661
|
+
headerContent: Qh,
|
|
7662
|
+
menuButtonSection: Gh,
|
|
7663
|
+
menuButton: zh,
|
|
7664
|
+
buttonSection: Hh,
|
|
7665
|
+
buttonSectionSearch: Vh,
|
|
7666
|
+
hasAlertZone: Fh,
|
|
7667
|
+
buttonText: Wh,
|
|
7668
|
+
logoContent: $h,
|
|
7669
|
+
logoStyled: Yh,
|
|
7670
|
+
headLineContent: Kh,
|
|
7671
|
+
headLineTitle: Jh,
|
|
7672
|
+
menuSection: Zh,
|
|
7673
|
+
headLine: Xh,
|
|
7674
|
+
line: em
|
|
7675
|
+
}, tm = (e) => {
|
|
7675
7676
|
const { menu: t, alertZone: n } = e;
|
|
7676
7677
|
return /* @__PURE__ */ a(
|
|
7677
7678
|
"header",
|
|
@@ -7738,7 +7739,7 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
|
|
|
7738
7739
|
{
|
|
7739
7740
|
className: ye.menuSection,
|
|
7740
7741
|
style: e.showAlertPop ? { "--showAlertPop": "0px" } : {},
|
|
7741
|
-
children: Array.isArray(t) && /* @__PURE__ */ a(
|
|
7742
|
+
children: Array.isArray(t) && /* @__PURE__ */ a(Mh, { items: t })
|
|
7742
7743
|
}
|
|
7743
7744
|
)
|
|
7744
7745
|
]
|
|
@@ -7746,15 +7747,15 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
|
|
|
7746
7747
|
)
|
|
7747
7748
|
}
|
|
7748
7749
|
);
|
|
7749
|
-
},
|
|
7750
|
-
childrenContent:
|
|
7751
|
-
childrenContentAux:
|
|
7752
|
-
op2:
|
|
7753
|
-
},
|
|
7750
|
+
}, nm = "_childrenContent_wqlb4_1", am = "_childrenContentAux_wqlb4_12", rm = "_op2_wqlb4_25", jn = {
|
|
7751
|
+
childrenContent: nm,
|
|
7752
|
+
childrenContentAux: am,
|
|
7753
|
+
op2: rm
|
|
7754
|
+
}, r3 = (e) => {
|
|
7754
7755
|
const { alertZone: t, children: n, sidebar: r } = e;
|
|
7755
7756
|
return /* @__PURE__ */ m(J, { children: [
|
|
7756
|
-
/* @__PURE__ */ a(
|
|
7757
|
-
!e.showOnlyStickyHeader && /* @__PURE__ */ a(
|
|
7757
|
+
/* @__PURE__ */ a(Uh, { ...e }),
|
|
7758
|
+
!e.showOnlyStickyHeader && /* @__PURE__ */ a(tm, { ...e }),
|
|
7758
7759
|
/* @__PURE__ */ m(
|
|
7759
7760
|
"div",
|
|
7760
7761
|
{
|
|
@@ -7781,7 +7782,7 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
|
|
|
7781
7782
|
}
|
|
7782
7783
|
),
|
|
7783
7784
|
/* @__PURE__ */ a(
|
|
7784
|
-
|
|
7785
|
+
Xu,
|
|
7785
7786
|
{
|
|
7786
7787
|
sidebarExtra: e.sidebarExtra,
|
|
7787
7788
|
searchKeyWord: e.searchKeyWord,
|
|
@@ -7791,26 +7792,26 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
|
|
|
7791
7792
|
}
|
|
7792
7793
|
)
|
|
7793
7794
|
] });
|
|
7794
|
-
},
|
|
7795
|
-
content:
|
|
7796
|
-
tags:
|
|
7797
|
-
chipStyled:
|
|
7798
|
-
tagLink:
|
|
7799
|
-
tagStyled:
|
|
7800
|
-
},
|
|
7795
|
+
}, om = "_content_16ydf_1", sm = "_tags_16ydf_10", im = "_chipStyled_16ydf_20", cm = "_tagLink_16ydf_47", lm = "_tagStyled_16ydf_53", gt = {
|
|
7796
|
+
content: om,
|
|
7797
|
+
tags: sm,
|
|
7798
|
+
chipStyled: im,
|
|
7799
|
+
tagLink: cm,
|
|
7800
|
+
tagStyled: lm
|
|
7801
|
+
}, dm = (e) => /* @__PURE__ */ a("section", { className: gt.content, children: Array.isArray(e.tags) && /* @__PURE__ */ m("div", { className: gt.tags, children: [
|
|
7801
7802
|
/* @__PURE__ */ a("p", { className: gt.tagStyled, children: e.title ? e.title : "Tags:" }),
|
|
7802
7803
|
e.tags.map((t, n) => t.approved ? /* @__PURE__ */ a(L, { href: vt(t, e.paths), children: /* @__PURE__ */ a("div", { className: `${gt.chipStyled} ${gt.tagLink}`, children: t.name }) }, n) : /* @__PURE__ */ a("div", { className: gt.chipStyled, children: t.name }, n))
|
|
7803
|
-
] }) }),
|
|
7804
|
-
contentBox:
|
|
7805
|
-
content:
|
|
7806
|
-
imageStyled:
|
|
7807
|
-
contentIconStyled:
|
|
7808
|
-
avatarContent:
|
|
7809
|
-
journalistSection:
|
|
7810
|
-
journalistInfo:
|
|
7811
|
-
socialNetworkSection:
|
|
7812
|
-
article:
|
|
7813
|
-
},
|
|
7804
|
+
] }) }), um = "_contentBox_1rkkg_1", hm = "_content_1rkkg_1", mm = "_imageStyled_1rkkg_16", fm = "_contentIconStyled_1rkkg_23", gm = "_avatarContent_1rkkg_43", pm = "_journalistSection_1rkkg_50", Am = "_journalistInfo_1rkkg_56", wm = "_socialNetworkSection_1rkkg_70", ym = "_article_1rkkg_83", De = {
|
|
7805
|
+
contentBox: um,
|
|
7806
|
+
content: hm,
|
|
7807
|
+
imageStyled: mm,
|
|
7808
|
+
contentIconStyled: fm,
|
|
7809
|
+
avatarContent: gm,
|
|
7810
|
+
journalistSection: pm,
|
|
7811
|
+
journalistInfo: Am,
|
|
7812
|
+
socialNetworkSection: wm,
|
|
7813
|
+
article: ym
|
|
7814
|
+
}, vm = async (e) => {
|
|
7814
7815
|
const { autor: t } = e;
|
|
7815
7816
|
return t.addtional.USER_SHOWBIO && /* @__PURE__ */ a("section", { className: De.contentBox, children: /* @__PURE__ */ m("div", { className: De.content, children: [
|
|
7816
7817
|
/* @__PURE__ */ m("div", { className: De.avatarContent, children: [
|
|
@@ -8001,44 +8002,44 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
|
|
|
8001
8002
|
}
|
|
8002
8003
|
)
|
|
8003
8004
|
] }) });
|
|
8004
|
-
},
|
|
8005
|
-
content:
|
|
8006
|
-
imageStyled:
|
|
8007
|
-
contentIconStyled:
|
|
8008
|
-
contentCard:
|
|
8009
|
-
contentInfo:
|
|
8010
|
-
fullName:
|
|
8011
|
-
LearnMoreLink:
|
|
8012
|
-
},
|
|
8005
|
+
}, bm = "_content_vmnac_1", Cm = "_imageStyled_vmnac_20", _m = "_contentIconStyled_vmnac_21", Nm = "_contentCard_vmnac_31", Sm = "_contentInfo_vmnac_70", Em = "_fullName_vmnac_76", xm = "_LearnMoreLink_vmnac_83", tt = {
|
|
8006
|
+
content: bm,
|
|
8007
|
+
imageStyled: Cm,
|
|
8008
|
+
contentIconStyled: _m,
|
|
8009
|
+
contentCard: Nm,
|
|
8010
|
+
contentInfo: Sm,
|
|
8011
|
+
fullName: Em,
|
|
8012
|
+
LearnMoreLink: xm
|
|
8013
|
+
}, Tm = async (e) => {
|
|
8013
8014
|
const { news: t, texts: n } = e;
|
|
8014
|
-
return t.config?.showauthor && /* @__PURE__ */ a("div", { className:
|
|
8015
|
+
return t.config?.showauthor && /* @__PURE__ */ a("div", { className: tt.content, children: Array.isArray(t.authors) && t.authors?.map(async (r) => /* @__PURE__ */ m(
|
|
8015
8016
|
"div",
|
|
8016
8017
|
{
|
|
8017
|
-
className:
|
|
8018
|
+
className: tt.contentCard,
|
|
8018
8019
|
children: [
|
|
8019
8020
|
r.image ? /* @__PURE__ */ a(
|
|
8020
8021
|
"img",
|
|
8021
8022
|
{
|
|
8022
8023
|
fetchPriority: "low",
|
|
8023
8024
|
loading: "lazy",
|
|
8024
|
-
className:
|
|
8025
|
+
className: tt.imageStyled,
|
|
8025
8026
|
src: await pe(r.image.sizes[0]?.url || "")
|
|
8026
8027
|
},
|
|
8027
8028
|
r.fullname
|
|
8028
|
-
) : /* @__PURE__ */ a("div", { className:
|
|
8029
|
-
/* @__PURE__ */ m("div", { className:
|
|
8029
|
+
) : /* @__PURE__ */ a("div", { className: tt.contentIconStyled, children: e.autorIcon }, r.fullname),
|
|
8030
|
+
/* @__PURE__ */ m("div", { className: tt.contentInfo, children: [
|
|
8030
8031
|
r.internaluser ? /* @__PURE__ */ a(
|
|
8031
8032
|
"a",
|
|
8032
8033
|
{
|
|
8033
|
-
className:
|
|
8034
|
+
className: tt.fullName,
|
|
8034
8035
|
href: `/${e.paths.autor}/${r.name}`,
|
|
8035
8036
|
children: r.fullname
|
|
8036
8037
|
}
|
|
8037
|
-
) : /* @__PURE__ */ a("p", { className:
|
|
8038
|
+
) : /* @__PURE__ */ a("p", { className: tt.fullName, children: r.fullname }),
|
|
8038
8039
|
r.internaluser && /* @__PURE__ */ a(
|
|
8039
8040
|
"a",
|
|
8040
8041
|
{
|
|
8041
|
-
className:
|
|
8042
|
+
className: tt.LearnMoreLink,
|
|
8042
8043
|
href: `/${e.paths.autor}/${r.name}`,
|
|
8043
8044
|
children: n.JournalistGroupLink
|
|
8044
8045
|
}
|
|
@@ -8048,16 +8049,16 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
|
|
|
8048
8049
|
},
|
|
8049
8050
|
`author-${r.firstname}`
|
|
8050
8051
|
)) });
|
|
8051
|
-
},
|
|
8052
|
-
content:
|
|
8053
|
-
contentNews:
|
|
8054
|
-
linkTitle:
|
|
8055
|
-
tag:
|
|
8056
|
-
tagmx:
|
|
8057
|
-
titular:
|
|
8058
|
-
correspondent:
|
|
8059
|
-
correspondentLink:
|
|
8060
|
-
description:
|
|
8052
|
+
}, Im = "_content_1j0pj_1", km = "_contentNews_1j0pj_10", Um = "_linkTitle_1j0pj_27", qm = "_tag_1j0pj_35", Rm = "_tagmx_1j0pj_55", Lm = "_titular_1j0pj_70", Bm = "_correspondent_1j0pj_85", Om = "_correspondentLink_1j0pj_96", Pm = "_description_1j0pj_107", Re = {
|
|
8053
|
+
content: Im,
|
|
8054
|
+
contentNews: km,
|
|
8055
|
+
linkTitle: Um,
|
|
8056
|
+
tag: qm,
|
|
8057
|
+
tagmx: Rm,
|
|
8058
|
+
titular: Lm,
|
|
8059
|
+
correspondent: Bm,
|
|
8060
|
+
correspondentLink: Om,
|
|
8061
|
+
description: Pm
|
|
8061
8062
|
}, _t = (e) => {
|
|
8062
8063
|
const { SHOW_TAG_BY_SECTION: t } = $(), n = () => {
|
|
8063
8064
|
if (e?.config?.showtime && e.config?.showauthor)
|
|
@@ -8214,7 +8215,7 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
|
|
|
8214
8215
|
)
|
|
8215
8216
|
}
|
|
8216
8217
|
) : /* @__PURE__ */ a(
|
|
8217
|
-
|
|
8218
|
+
Xe,
|
|
8218
8219
|
{
|
|
8219
8220
|
...e,
|
|
8220
8221
|
main: t,
|
|
@@ -8245,11 +8246,11 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
|
|
|
8245
8246
|
}
|
|
8246
8247
|
)
|
|
8247
8248
|
] });
|
|
8248
|
-
},
|
|
8249
|
-
content:
|
|
8250
|
-
firstSection:
|
|
8251
|
-
secondSection:
|
|
8252
|
-
},
|
|
8249
|
+
}, Dm = "_content_1dcf7_1", Mm = "_firstSection_1dcf7_10", jm = "_secondSection_1dcf7_16", Qn = {
|
|
8250
|
+
content: Dm,
|
|
8251
|
+
firstSection: Mm,
|
|
8252
|
+
secondSection: jm
|
|
8253
|
+
}, Qm = ({
|
|
8253
8254
|
content: e,
|
|
8254
8255
|
customLargeSection: t,
|
|
8255
8256
|
customSmallSection: n,
|
|
@@ -8267,7 +8268,7 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
|
|
|
8267
8268
|
paths: r
|
|
8268
8269
|
}
|
|
8269
8270
|
) }),
|
|
8270
|
-
/* @__PURE__ */ a("div", { style: n, className: Qn.secondSection, children: e.map((s, i) => i > 0 && /* @__PURE__ */
|
|
8271
|
+
/* @__PURE__ */ a("div", { style: n, className: Qn.secondSection, children: e.map((s, i) => i > 0 && /* @__PURE__ */ ot(
|
|
8271
8272
|
_t,
|
|
8272
8273
|
{
|
|
8273
8274
|
...s,
|
|
@@ -8279,10 +8280,10 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
|
|
|
8279
8280
|
}
|
|
8280
8281
|
)) })
|
|
8281
8282
|
] });
|
|
8282
|
-
},
|
|
8283
|
-
content:
|
|
8284
|
-
firstSection:
|
|
8285
|
-
},
|
|
8283
|
+
}, Gm = "_content_wsx1m_1", zm = "_firstSection_wsx1m_8", lr = {
|
|
8284
|
+
content: Gm,
|
|
8285
|
+
firstSection: zm
|
|
8286
|
+
}, Hm = ({
|
|
8286
8287
|
content: e,
|
|
8287
8288
|
customLargeSection: t,
|
|
8288
8289
|
customSlimSection: n,
|
|
@@ -8305,7 +8306,7 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
|
|
|
8305
8306
|
)
|
|
8306
8307
|
},
|
|
8307
8308
|
s
|
|
8308
|
-
) : /* @__PURE__ */ a("section", { style: n, children: /* @__PURE__ */
|
|
8309
|
+
) : /* @__PURE__ */ a("section", { style: n, children: /* @__PURE__ */ ot(
|
|
8309
8310
|
_t,
|
|
8310
8311
|
{
|
|
8311
8312
|
...o,
|
|
@@ -8316,12 +8317,12 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
|
|
|
8316
8317
|
heightImageOverwriteMobile: "270px",
|
|
8317
8318
|
paths: r
|
|
8318
8319
|
}
|
|
8319
|
-
) }, s)) }),
|
|
8320
|
-
content:
|
|
8321
|
-
sectionDescription:
|
|
8322
|
-
title:
|
|
8323
|
-
subtitle:
|
|
8324
|
-
linkStyled:
|
|
8320
|
+
) }, s)) }), Vm = "_content_1n73e_1", Fm = "_sectionDescription_1n73e_13", Wm = "_title_1n73e_33", $m = "_subtitle_1n73e_47", Ym = "_linkStyled_1n73e_58", pt = {
|
|
8321
|
+
content: Vm,
|
|
8322
|
+
sectionDescription: Fm,
|
|
8323
|
+
title: Wm,
|
|
8324
|
+
subtitle: $m,
|
|
8325
|
+
linkStyled: Ym
|
|
8325
8326
|
}, _o = (e) => {
|
|
8326
8327
|
const { SHOW_TAG_BY_SECTION: t } = $(), n = () => {
|
|
8327
8328
|
if (t && e.mainNew.keywords?.tags?.length && e.mainNew.keywords.tags.length > 0) {
|
|
@@ -8360,11 +8361,11 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
|
|
|
8360
8361
|
e?.mainNew?.main?.subtitle?.rendered && /* @__PURE__ */ a("p", { className: pt.subtitle, children: e?.mainNew?.main?.subtitle?.striped }),
|
|
8361
8362
|
e.goTo && /* @__PURE__ */ a(L, { href: e.goTo.url, className: pt.linkStyled, children: e.goTo.description })
|
|
8362
8363
|
] });
|
|
8363
|
-
},
|
|
8364
|
-
headerSection:
|
|
8365
|
-
headerSectionLink:
|
|
8366
|
-
newsContent:
|
|
8367
|
-
},
|
|
8364
|
+
}, Km = "_headerSection_drjnj_1", Jm = "_headerSectionLink_drjnj_12", Zm = "_newsContent_drjnj_17", Gn = {
|
|
8365
|
+
headerSection: Km,
|
|
8366
|
+
headerSectionLink: Jm,
|
|
8367
|
+
newsContent: Zm
|
|
8368
|
+
}, Xm = (e) => {
|
|
8368
8369
|
const { content: t, title: n, isVideo: r } = e;
|
|
8369
8370
|
if (!t || !t[0] || t.length === 0) return;
|
|
8370
8371
|
const o = e.slot_id && e.slot_id !== "Nota_1", s = {
|
|
@@ -8404,7 +8405,7 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
|
|
|
8404
8405
|
}
|
|
8405
8406
|
};
|
|
8406
8407
|
return /* @__PURE__ */ a("div", { style: { order: d }, children: /* @__PURE__ */ a(
|
|
8407
|
-
|
|
8408
|
+
Xe,
|
|
8408
8409
|
{
|
|
8409
8410
|
...l,
|
|
8410
8411
|
isVideo: r,
|
|
@@ -8414,32 +8415,32 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
|
|
|
8414
8415
|
})
|
|
8415
8416
|
] })
|
|
8416
8417
|
] });
|
|
8417
|
-
},
|
|
8418
|
-
content:
|
|
8419
|
-
autorContent:
|
|
8420
|
-
image:
|
|
8421
|
-
contentIcon:
|
|
8422
|
-
boxInformationContent:
|
|
8423
|
-
autorName:
|
|
8424
|
-
time:
|
|
8425
|
-
comment:
|
|
8426
|
-
title:
|
|
8418
|
+
}, e2 = "_content_1stvq_1", t2 = "_autorContent_1stvq_8", n2 = "_image_1stvq_24", a2 = "_contentIcon_1stvq_25", r2 = "_boxInformationContent_1stvq_47", o2 = "_autorName_1stvq_53", s2 = "_time_1stvq_85", i2 = "_comment_1stvq_98", c2 = "_title_1stvq_107", We = {
|
|
8419
|
+
content: e2,
|
|
8420
|
+
autorContent: t2,
|
|
8421
|
+
image: n2,
|
|
8422
|
+
contentIcon: a2,
|
|
8423
|
+
boxInformationContent: r2,
|
|
8424
|
+
autorName: o2,
|
|
8425
|
+
time: s2,
|
|
8426
|
+
comment: i2,
|
|
8427
|
+
title: c2
|
|
8427
8428
|
}, gn = async (e) => {
|
|
8428
|
-
const { data: t, autorIcon: n } = e, r = n, o = () => t?.config?.showtime ? `${je(t.info?.date?.modified)}` : "", s = /* @__PURE__ */ m("div", { className:
|
|
8429
|
+
const { data: t, autorIcon: n } = e, r = n, o = () => t?.config?.showtime ? `${je(t.info?.date?.modified)}` : "", s = /* @__PURE__ */ m("div", { className: We.autorContent, children: [
|
|
8429
8430
|
Array.isArray(t?.authors) && Array.isArray(t?.authors[0]?.image?.sizes) && t?.authors[0]?.image?.sizes?.length > 0 ? /* @__PURE__ */ a(
|
|
8430
8431
|
"img",
|
|
8431
8432
|
{
|
|
8432
8433
|
fetchPriority: "low",
|
|
8433
8434
|
loading: "lazy",
|
|
8434
|
-
className:
|
|
8435
|
+
className: We.image,
|
|
8435
8436
|
src: await pe(t?.authors[0]?.image?.sizes[0]?.url || ""),
|
|
8436
8437
|
alt: t?.authors[0]?.fullname
|
|
8437
8438
|
}
|
|
8438
|
-
) : /* @__PURE__ */ a("div", { className:
|
|
8439
|
-
/* @__PURE__ */ a("p", { className:
|
|
8440
|
-
/* @__PURE__ */ a("p", { className:
|
|
8439
|
+
) : /* @__PURE__ */ a("div", { className: We.contentIcon, children: /* @__PURE__ */ a(r, {}) }),
|
|
8440
|
+
/* @__PURE__ */ a("p", { className: We.autorName, children: Qe(t?.authors[0]?.fullname ?? "Redacción", 18) }),
|
|
8441
|
+
/* @__PURE__ */ a("p", { className: We.time, children: o() })
|
|
8441
8442
|
] });
|
|
8442
|
-
return /* @__PURE__ */ m("div", { className:
|
|
8443
|
+
return /* @__PURE__ */ m("div", { className: We.content, children: [
|
|
8443
8444
|
t?.authors[0]?.internaluser ? /* @__PURE__ */ a(
|
|
8444
8445
|
L,
|
|
8445
8446
|
{
|
|
@@ -8447,33 +8448,33 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
|
|
|
8447
8448
|
children: s
|
|
8448
8449
|
}
|
|
8449
8450
|
) : s,
|
|
8450
|
-
/* @__PURE__ */ m("div", { className:
|
|
8451
|
+
/* @__PURE__ */ m("div", { className: We.boxInformationContent, children: [
|
|
8451
8452
|
/* @__PURE__ */ a(
|
|
8452
8453
|
L,
|
|
8453
8454
|
{
|
|
8454
|
-
className:
|
|
8455
|
+
className: We.title,
|
|
8455
8456
|
href: t?.info?.link?.url,
|
|
8456
8457
|
target: t?.info?.link?.target,
|
|
8457
8458
|
children: t?.main?.title?.home
|
|
8458
8459
|
}
|
|
8459
8460
|
),
|
|
8460
|
-
/* @__PURE__ */ a("p", { className:
|
|
8461
|
+
/* @__PURE__ */ a("p", { className: We.comment, children: Qe(t?.main?.subtitle?.striped || "") })
|
|
8461
8462
|
] })
|
|
8462
8463
|
] });
|
|
8463
|
-
},
|
|
8464
|
-
content:
|
|
8465
|
-
boxPosition:
|
|
8466
|
-
contentFlex:
|
|
8467
|
-
bannerContent:
|
|
8468
|
-
bannerContentAux:
|
|
8464
|
+
}, l2 = "_content_1d7mg_1", d2 = "_boxPosition_1d7mg_8", u2 = "_contentFlex_1d7mg_21", h2 = "_bannerContent_1d7mg_29", m2 = "_bannerContentAux_1d7mg_40", At = {
|
|
8465
|
+
content: l2,
|
|
8466
|
+
boxPosition: d2,
|
|
8467
|
+
contentFlex: u2,
|
|
8468
|
+
bannerContent: h2,
|
|
8469
|
+
bannerContentAux: m2
|
|
8469
8470
|
};
|
|
8470
|
-
function
|
|
8471
|
+
function f2(e) {
|
|
8471
8472
|
const t = new Array(e.length), n = e.length / 2;
|
|
8472
8473
|
for (let r = 0; r < e.length; r++)
|
|
8473
8474
|
r % 2 === 0 ? t[Math.floor(r / 2)] = e[r] : t[n + Math.floor(r / 2)] = e[r];
|
|
8474
8475
|
return t;
|
|
8475
8476
|
}
|
|
8476
|
-
const
|
|
8477
|
+
const o3 = (e) => {
|
|
8477
8478
|
const { isOpinion: t = !1 } = e, n = (s) => /* @__PURE__ */ a(
|
|
8478
8479
|
"div",
|
|
8479
8480
|
{
|
|
@@ -8514,7 +8515,7 @@ const r3 = (e) => {
|
|
|
8514
8515
|
)
|
|
8515
8516
|
);
|
|
8516
8517
|
}
|
|
8517
|
-
const o = r.length % 2 === 0 ?
|
|
8518
|
+
const o = r.length % 2 === 0 ? f2(r) : r;
|
|
8518
8519
|
return /* @__PURE__ */ a("section", { style: e.customStyles, children: /* @__PURE__ */ a(
|
|
8519
8520
|
me,
|
|
8520
8521
|
{
|
|
@@ -8527,10 +8528,10 @@ const r3 = (e) => {
|
|
|
8527
8528
|
] })
|
|
8528
8529
|
}
|
|
8529
8530
|
) });
|
|
8530
|
-
},
|
|
8531
|
-
content:
|
|
8532
|
-
title:
|
|
8533
|
-
},
|
|
8531
|
+
}, g2 = "_content_w9viv_1", p2 = "_title_w9viv_10", dr = {
|
|
8532
|
+
content: g2,
|
|
8533
|
+
title: p2
|
|
8534
|
+
}, s3 = (e) => {
|
|
8534
8535
|
const { showTitle: t = !0 } = e;
|
|
8535
8536
|
return /* @__PURE__ */ m("div", { className: dr.content, children: [
|
|
8536
8537
|
t && /* @__PURE__ */ a("p", { className: dr.title, children: "Editorial" }),
|
|
@@ -8549,13 +8550,13 @@ const r3 = (e) => {
|
|
|
8549
8550
|
}
|
|
8550
8551
|
)
|
|
8551
8552
|
] });
|
|
8552
|
-
},
|
|
8553
|
-
content:
|
|
8554
|
-
newsContent:
|
|
8555
|
-
boxPosition:
|
|
8556
|
-
bannerContent:
|
|
8557
|
-
bannerContentAux:
|
|
8558
|
-
},
|
|
8553
|
+
}, A2 = "_content_1nd2h_1", w2 = "_newsContent_1nd2h_8", y2 = "_boxPosition_1nd2h_17", v2 = "_bannerContent_1nd2h_23", b2 = "_bannerContentAux_1nd2h_33", wt = {
|
|
8554
|
+
content: A2,
|
|
8555
|
+
newsContent: w2,
|
|
8556
|
+
boxPosition: y2,
|
|
8557
|
+
bannerContent: v2,
|
|
8558
|
+
bannerContentAux: b2
|
|
8559
|
+
}, i3 = (e) => {
|
|
8559
8560
|
const { news: t } = e;
|
|
8560
8561
|
return Array.isArray(t) && /* @__PURE__ */ m("div", { className: wt.content, children: [
|
|
8561
8562
|
/* @__PURE__ */ m("div", { className: wt.newsContent, children: [
|
|
@@ -8583,22 +8584,22 @@ const r3 = (e) => {
|
|
|
8583
8584
|
{
|
|
8584
8585
|
className: wt.boxPosition,
|
|
8585
8586
|
style: { order: r },
|
|
8586
|
-
children: /* @__PURE__ */ a(
|
|
8587
|
+
children: /* @__PURE__ */ a(Xe, { ...n, share: e.share, paths: e.paths })
|
|
8587
8588
|
},
|
|
8588
8589
|
r
|
|
8589
8590
|
))
|
|
8590
8591
|
] }),
|
|
8591
8592
|
/* @__PURE__ */ a("div", { className: wt.bannerContent, children: e.halfPageBanner })
|
|
8592
8593
|
] });
|
|
8593
|
-
},
|
|
8594
|
+
}, c3 = (e) => /* @__PURE__ */ m(J, { children: [
|
|
8594
8595
|
/* @__PURE__ */ a(pl, { className: "display-on-lower-900px", ...e }),
|
|
8595
8596
|
/* @__PURE__ */ a(Il, { ...e })
|
|
8596
|
-
] }),
|
|
8597
|
-
newsContent:
|
|
8598
|
-
newsContentWithLines:
|
|
8599
|
-
newsContentWithoutLines:
|
|
8600
|
-
contentSeparator:
|
|
8601
|
-
},
|
|
8597
|
+
] }), C2 = "_newsContent_gd57q_1", _2 = "_newsContentWithLines_gd57q_8", N2 = "_newsContentWithoutLines_gd57q_13", S2 = "_contentSeparator_gd57q_18", en = {
|
|
8598
|
+
newsContent: C2,
|
|
8599
|
+
newsContentWithLines: _2,
|
|
8600
|
+
newsContentWithoutLines: N2,
|
|
8601
|
+
contentSeparator: S2
|
|
8602
|
+
}, E2 = (e) => {
|
|
8602
8603
|
const { content: t } = e;
|
|
8603
8604
|
if (!t || t.length === 0) return;
|
|
8604
8605
|
const n = (i) => e.hasLines && (i + 1) % 3 !== 0 ? en.contentSeparator : "", r = [];
|
|
@@ -8633,7 +8634,7 @@ const r3 = (e) => {
|
|
|
8633
8634
|
};
|
|
8634
8635
|
r.push(
|
|
8635
8636
|
/* @__PURE__ */ a("section", { className: n(o), children: /* @__PURE__ */ a(
|
|
8636
|
-
|
|
8637
|
+
Xe,
|
|
8637
8638
|
{
|
|
8638
8639
|
...l,
|
|
8639
8640
|
isVideo: e.isVideo,
|
|
@@ -8650,7 +8651,7 @@ const r3 = (e) => {
|
|
|
8650
8651
|
}
|
|
8651
8652
|
);
|
|
8652
8653
|
}, No = (e) => /* @__PURE__ */ a(me, { title: e.title, titleUrl: e.titleUrl, children: /* @__PURE__ */ a(
|
|
8653
|
-
|
|
8654
|
+
E2,
|
|
8654
8655
|
{
|
|
8655
8656
|
content: e.content,
|
|
8656
8657
|
paths: e.paths,
|
|
@@ -8662,10 +8663,10 @@ const r3 = (e) => {
|
|
|
8662
8663
|
showVideoTime: e.showVideoTime,
|
|
8663
8664
|
showVideosubtitle: e.showVideosubtitle
|
|
8664
8665
|
}
|
|
8665
|
-
) }),
|
|
8666
|
-
newsContent:
|
|
8667
|
-
contentSeparator:
|
|
8668
|
-
},
|
|
8666
|
+
) }), x2 = "_newsContent_1sb62_1", T2 = "_contentSeparator_1sb62_8", ur = {
|
|
8667
|
+
newsContent: x2,
|
|
8668
|
+
contentSeparator: T2
|
|
8669
|
+
}, I2 = (e) => {
|
|
8669
8670
|
const { content: t, title: n } = e;
|
|
8670
8671
|
if (!(!t || t.length === 0 || !Array.isArray(t)))
|
|
8671
8672
|
return /* @__PURE__ */ a(me, { title: n, titleUrl: e.titleUrl, children: /* @__PURE__ */ a(
|
|
@@ -8684,7 +8685,7 @@ const r3 = (e) => {
|
|
|
8684
8685
|
}
|
|
8685
8686
|
};
|
|
8686
8687
|
return /* @__PURE__ */ a("section", { children: /* @__PURE__ */ a(
|
|
8687
|
-
|
|
8688
|
+
Xe,
|
|
8688
8689
|
{
|
|
8689
8690
|
...i,
|
|
8690
8691
|
share: e.share,
|
|
@@ -8694,11 +8695,11 @@ const r3 = (e) => {
|
|
|
8694
8695
|
})
|
|
8695
8696
|
}
|
|
8696
8697
|
) });
|
|
8697
|
-
},
|
|
8698
|
-
newsContent:
|
|
8699
|
-
contentSeparator:
|
|
8700
|
-
newsContentWhitoutLine:
|
|
8701
|
-
},
|
|
8698
|
+
}, k2 = "_newsContent_1gbse_1", U2 = "_contentSeparator_1gbse_8", q2 = "_newsContentWhitoutLine_1gbse_29", zn = {
|
|
8699
|
+
newsContent: k2,
|
|
8700
|
+
contentSeparator: U2,
|
|
8701
|
+
newsContentWhitoutLine: q2
|
|
8702
|
+
}, R2 = (e) => {
|
|
8702
8703
|
const { content: t, title: n } = e;
|
|
8703
8704
|
if (!(!t || t.length === 0))
|
|
8704
8705
|
return /* @__PURE__ */ a(me, { title: n, titleUrl: e.titleUrl, children: /* @__PURE__ */ a(
|
|
@@ -8717,7 +8718,7 @@ const r3 = (e) => {
|
|
|
8717
8718
|
}
|
|
8718
8719
|
};
|
|
8719
8720
|
return /* @__PURE__ */ a("section", { children: /* @__PURE__ */ a(
|
|
8720
|
-
|
|
8721
|
+
Xe,
|
|
8721
8722
|
{
|
|
8722
8723
|
...i,
|
|
8723
8724
|
share: e.share,
|
|
@@ -8727,11 +8728,11 @@ const r3 = (e) => {
|
|
|
8727
8728
|
})
|
|
8728
8729
|
}
|
|
8729
8730
|
) });
|
|
8730
|
-
},
|
|
8731
|
-
headerSection:
|
|
8732
|
-
headerSectionLink:
|
|
8733
|
-
newsContent:
|
|
8734
|
-
},
|
|
8731
|
+
}, L2 = "_headerSection_1m1sp_3", B2 = "_headerSectionLink_1m1sp_16", O2 = "_newsContent_1m1sp_29", Hn = {
|
|
8732
|
+
headerSection: L2,
|
|
8733
|
+
headerSectionLink: B2,
|
|
8734
|
+
newsContent: O2
|
|
8735
|
+
}, P2 = (e) => {
|
|
8735
8736
|
const { content: t, title: n, isVideo: r = !0 } = e;
|
|
8736
8737
|
if (!t || t.length === 0) return;
|
|
8737
8738
|
const o = t[0], s = e.slot_id && e.slot_id !== "Nota_1", i = t.slice(1);
|
|
@@ -8779,8 +8780,8 @@ const r3 = (e) => {
|
|
|
8779
8780
|
}
|
|
8780
8781
|
}
|
|
8781
8782
|
};
|
|
8782
|
-
return /* @__PURE__ */ a("div", { style: { order: d }, children: /* @__PURE__ */
|
|
8783
|
-
|
|
8783
|
+
return /* @__PURE__ */ a("div", { style: { order: d }, children: /* @__PURE__ */ ot(
|
|
8784
|
+
Xe,
|
|
8784
8785
|
{
|
|
8785
8786
|
...u,
|
|
8786
8787
|
isVideo: r,
|
|
@@ -8791,13 +8792,13 @@ const r3 = (e) => {
|
|
|
8791
8792
|
})
|
|
8792
8793
|
] })
|
|
8793
8794
|
] });
|
|
8794
|
-
},
|
|
8795
|
-
content:
|
|
8796
|
-
linkImage:
|
|
8797
|
-
sectionDescription:
|
|
8798
|
-
dateText:
|
|
8799
|
-
textContent:
|
|
8800
|
-
},
|
|
8795
|
+
}, D2 = "_content_1qdkl_1", M2 = "_linkImage_1qdkl_30", j2 = "_sectionDescription_1qdkl_42", Q2 = "_dateText_1qdkl_62", G2 = "_textContent_1qdkl_73", Lt = {
|
|
8796
|
+
content: D2,
|
|
8797
|
+
linkImage: M2,
|
|
8798
|
+
sectionDescription: j2,
|
|
8799
|
+
dateText: Q2,
|
|
8800
|
+
textContent: G2
|
|
8801
|
+
}, z2 = async (e) => {
|
|
8801
8802
|
const { showNewsLikeTitle: t = !1 } = e;
|
|
8802
8803
|
return e && e.info ? /* @__PURE__ */ m(
|
|
8803
8804
|
"section",
|
|
@@ -8832,14 +8833,14 @@ const r3 = (e) => {
|
|
|
8832
8833
|
]
|
|
8833
8834
|
}
|
|
8834
8835
|
) : null;
|
|
8835
|
-
},
|
|
8836
|
-
content:
|
|
8837
|
-
contentSeparator:
|
|
8838
|
-
},
|
|
8839
|
-
newsContent:
|
|
8840
|
-
contentSeparator:
|
|
8841
|
-
hasLinesBlock:
|
|
8842
|
-
},
|
|
8836
|
+
}, H2 = "_content_yx3zm_1", V2 = "_contentSeparator_yx3zm_7", hr = {
|
|
8837
|
+
content: H2,
|
|
8838
|
+
contentSeparator: V2
|
|
8839
|
+
}, F2 = "_newsContent_1uamf_1", W2 = "_contentSeparator_1uamf_8", $2 = "_hasLinesBlock_1uamf_40", ia = {
|
|
8840
|
+
newsContent: F2,
|
|
8841
|
+
contentSeparator: W2,
|
|
8842
|
+
hasLinesBlock: $2
|
|
8843
|
+
}, Y2 = (e) => {
|
|
8843
8844
|
if (!e.content || e.content.length === 0) return;
|
|
8844
8845
|
const t = e.slot_id && e.slot_id !== "Nota_1";
|
|
8845
8846
|
return /* @__PURE__ */ a(me, { title: e.title, children: /* @__PURE__ */ a(
|
|
@@ -8864,8 +8865,8 @@ const r3 = (e) => {
|
|
|
8864
8865
|
"section",
|
|
8865
8866
|
{
|
|
8866
8867
|
className: e.hasLines ? ia.hasLinesBlock : "",
|
|
8867
|
-
children: /* @__PURE__ */
|
|
8868
|
-
|
|
8868
|
+
children: /* @__PURE__ */ ot(
|
|
8869
|
+
z2,
|
|
8869
8870
|
{
|
|
8870
8871
|
...o,
|
|
8871
8872
|
key: r,
|
|
@@ -8878,7 +8879,7 @@ const r3 = (e) => {
|
|
|
8878
8879
|
})
|
|
8879
8880
|
}
|
|
8880
8881
|
) });
|
|
8881
|
-
},
|
|
8882
|
+
}, K2 = (e) => {
|
|
8882
8883
|
const { content: t, title: n, slot_id: r } = e, o = e.slot_id && e.slot_id !== "Nota_1";
|
|
8883
8884
|
return t && t.length !== 0 && /* @__PURE__ */ a(me, { title: n, titleUrl: e.titleUrl, children: /* @__PURE__ */ a(
|
|
8884
8885
|
xt,
|
|
@@ -8913,48 +8914,48 @@ const r3 = (e) => {
|
|
|
8913
8914
|
})
|
|
8914
8915
|
}
|
|
8915
8916
|
) });
|
|
8916
|
-
},
|
|
8917
|
-
content:
|
|
8918
|
-
imageStyled:
|
|
8919
|
-
contentIcon:
|
|
8920
|
-
boxInformation:
|
|
8921
|
-
comment:
|
|
8922
|
-
title:
|
|
8923
|
-
authorName:
|
|
8924
|
-
},
|
|
8917
|
+
}, J2 = "_content_1mj79_1", Z2 = "_imageStyled_1mj79_14", X2 = "_contentIcon_1mj79_23", ef = "_boxInformation_1mj79_44", tf = "_comment_1mj79_51", nf = "_title_1mj79_60", af = "_authorName_1mj79_81", nt = {
|
|
8918
|
+
content: J2,
|
|
8919
|
+
imageStyled: Z2,
|
|
8920
|
+
contentIcon: X2,
|
|
8921
|
+
boxInformation: ef,
|
|
8922
|
+
comment: tf,
|
|
8923
|
+
title: nf,
|
|
8924
|
+
authorName: af
|
|
8925
|
+
}, rf = async (e) => {
|
|
8925
8926
|
const { data: t } = e;
|
|
8926
|
-
return /* @__PURE__ */ m("div", { className:
|
|
8927
|
+
return /* @__PURE__ */ m("div", { className: nt.content, children: [
|
|
8927
8928
|
Array.isArray(t.authors) && t?.authors[0]?.image ? /* @__PURE__ */ a(
|
|
8928
8929
|
"img",
|
|
8929
8930
|
{
|
|
8930
8931
|
fetchPriority: "low",
|
|
8931
8932
|
loading: "lazy",
|
|
8932
|
-
className:
|
|
8933
|
+
className: nt.imageStyled,
|
|
8933
8934
|
src: await pe(t?.authors[0]?.image?.sizes[0]?.url || ""),
|
|
8934
8935
|
alt: t?.authors[0]?.fullname
|
|
8935
8936
|
}
|
|
8936
|
-
) : /* @__PURE__ */ a("div", { className:
|
|
8937
|
-
/* @__PURE__ */ m("div", { className:
|
|
8938
|
-
/* @__PURE__ */ a("p", { className:
|
|
8937
|
+
) : /* @__PURE__ */ a("div", { className: nt.contentIcon, children: e.autorIcon }),
|
|
8938
|
+
/* @__PURE__ */ m("div", { className: nt.boxInformation, children: [
|
|
8939
|
+
/* @__PURE__ */ a("p", { className: nt.authorName, children: t?.authors[0]?.internaluser ? /* @__PURE__ */ a(
|
|
8939
8940
|
L,
|
|
8940
8941
|
{
|
|
8941
8942
|
href: t.authors[0]?.internaluser ? `/${e.paths.autor}/${t?.authors[0]?.name}` : "#",
|
|
8942
8943
|
children: t?.authors[0]?.fullname ?? "Redacción"
|
|
8943
8944
|
}
|
|
8944
8945
|
) : t?.authors[0]?.fullname ?? "Redacción" }),
|
|
8945
|
-
/* @__PURE__ */ a("p", { className:
|
|
8946
|
+
/* @__PURE__ */ a("p", { className: nt.title, children: /* @__PURE__ */ a(
|
|
8946
8947
|
L,
|
|
8947
8948
|
{
|
|
8948
|
-
className:
|
|
8949
|
+
className: nt.linkStyled,
|
|
8949
8950
|
href: t?.info?.link?.url,
|
|
8950
8951
|
target: t?.info?.link?.target,
|
|
8951
8952
|
children: Qe(t?.main?.title?.home, 40)
|
|
8952
8953
|
}
|
|
8953
8954
|
) }),
|
|
8954
|
-
/* @__PURE__ */ a("p", { className:
|
|
8955
|
+
/* @__PURE__ */ a("p", { className: nt.comment, children: t?.main?.subtitle?.striped })
|
|
8955
8956
|
] })
|
|
8956
8957
|
] });
|
|
8957
|
-
},
|
|
8958
|
+
}, of = (e) => {
|
|
8958
8959
|
const t = e.slot_id && e.slot_id !== "Nota_1";
|
|
8959
8960
|
return /* @__PURE__ */ a(me, { titleUrl: e.titleUrl, title: e.title, children: /* @__PURE__ */ a(
|
|
8960
8961
|
xt,
|
|
@@ -8975,7 +8976,7 @@ const r3 = (e) => {
|
|
|
8975
8976
|
}
|
|
8976
8977
|
};
|
|
8977
8978
|
return /* @__PURE__ */ a(
|
|
8978
|
-
|
|
8979
|
+
rf,
|
|
8979
8980
|
{
|
|
8980
8981
|
autorIcon: e.autorIcon,
|
|
8981
8982
|
data: o,
|
|
@@ -8986,18 +8987,18 @@ const r3 = (e) => {
|
|
|
8986
8987
|
})
|
|
8987
8988
|
}
|
|
8988
8989
|
) });
|
|
8989
|
-
},
|
|
8990
|
-
content:
|
|
8991
|
-
newsContentSection:
|
|
8992
|
-
itemContent:
|
|
8993
|
-
ItemCustomContent:
|
|
8990
|
+
}, sf = "_content_1elhb_1", cf = "_newsContentSection_1elhb_5", lf = "_itemContent_1elhb_10", df = "_ItemCustomContent_1elhb_16", Ke = {
|
|
8991
|
+
content: sf,
|
|
8992
|
+
newsContentSection: cf,
|
|
8993
|
+
itemContent: lf,
|
|
8994
|
+
ItemCustomContent: df
|
|
8994
8995
|
}, ca = (e) => {
|
|
8995
8996
|
const { item: t, option: n } = e;
|
|
8996
8997
|
switch (n) {
|
|
8997
8998
|
case "ediciones":
|
|
8998
|
-
return /* @__PURE__ */ a("div", { className:
|
|
8999
|
+
return /* @__PURE__ */ a("div", { className: Ke.ItemCustomContent });
|
|
8999
9000
|
case "columnistasnacionales":
|
|
9000
|
-
return /* @__PURE__ */ a("div", { className:
|
|
9001
|
+
return /* @__PURE__ */ a("div", { className: Ke.ItemCustomContent, children: /* @__PURE__ */ a(
|
|
9001
9002
|
gn,
|
|
9002
9003
|
{
|
|
9003
9004
|
data: t,
|
|
@@ -9006,7 +9007,7 @@ const r3 = (e) => {
|
|
|
9006
9007
|
}
|
|
9007
9008
|
) });
|
|
9008
9009
|
case "columnistaslocales":
|
|
9009
|
-
return /* @__PURE__ */ a("div", { className:
|
|
9010
|
+
return /* @__PURE__ */ a("div", { className: Ke.ItemCustomContent, children: /* @__PURE__ */ a(
|
|
9010
9011
|
gn,
|
|
9011
9012
|
{
|
|
9012
9013
|
data: t,
|
|
@@ -9015,7 +9016,7 @@ const r3 = (e) => {
|
|
|
9015
9016
|
}
|
|
9016
9017
|
) });
|
|
9017
9018
|
case "columnistas":
|
|
9018
|
-
return /* @__PURE__ */ a("div", { className:
|
|
9019
|
+
return /* @__PURE__ */ a("div", { className: Ke.ItemCustomContent, children: /* @__PURE__ */ a(
|
|
9019
9020
|
gn,
|
|
9020
9021
|
{
|
|
9021
9022
|
data: t,
|
|
@@ -9030,9 +9031,9 @@ const r3 = (e) => {
|
|
|
9030
9031
|
</div>
|
|
9031
9032
|
); */
|
|
9032
9033
|
default:
|
|
9033
|
-
return /* @__PURE__ */ a("div", { className:
|
|
9034
|
+
return /* @__PURE__ */ a("div", { className: Ke.ItemCustomContent, children: /* @__PURE__ */ a(Xe, { ...t, paths: e.paths }) });
|
|
9034
9035
|
}
|
|
9035
|
-
},
|
|
9036
|
+
}, l3 = (e) => {
|
|
9036
9037
|
const {
|
|
9037
9038
|
data: t,
|
|
9038
9039
|
currentPage: n,
|
|
@@ -9056,10 +9057,10 @@ const r3 = (e) => {
|
|
|
9056
9057
|
paths: e.paths,
|
|
9057
9058
|
bannerTop: /* @__PURE__ */ a(ge, { banners: r ?? [], name: "right_1" }),
|
|
9058
9059
|
banner: /* @__PURE__ */ a(ge, { banners: r ?? [], name: "right_2" }),
|
|
9059
|
-
children: /* @__PURE__ */ a("section", { className:
|
|
9060
|
+
children: /* @__PURE__ */ a("section", { className: Ke.content, children: t.length > 0 ? /* @__PURE__ */ a(
|
|
9060
9061
|
sa,
|
|
9061
9062
|
{
|
|
9062
|
-
className: [
|
|
9063
|
+
className: [Ke.newsContentSection, "padding-0"].join(" "),
|
|
9063
9064
|
paginatorComponent: /* @__PURE__ */ a(
|
|
9064
9065
|
vn,
|
|
9065
9066
|
{
|
|
@@ -9072,7 +9073,7 @@ const r3 = (e) => {
|
|
|
9072
9073
|
}
|
|
9073
9074
|
),
|
|
9074
9075
|
children: Array.isArray(t) && t?.map((u, h) => /* @__PURE__ */ m(pn, { children: [
|
|
9075
|
-
d.includes(h + 1) && /* @__PURE__ */ a("div", { className:
|
|
9076
|
+
d.includes(h + 1) && /* @__PURE__ */ a("div", { className: Ke.itemContent + " banner-context", children: /* @__PURE__ */ a(
|
|
9076
9077
|
ge,
|
|
9077
9078
|
{
|
|
9078
9079
|
banners: r ?? [],
|
|
@@ -9135,7 +9136,7 @@ const r3 = (e) => {
|
|
|
9135
9136
|
}
|
|
9136
9137
|
),
|
|
9137
9138
|
children: Array.isArray(t) && t?.map((u, h) => /* @__PURE__ */ m(pn, { children: [
|
|
9138
|
-
d.includes(h + 1) && /* @__PURE__ */ a("div", { className:
|
|
9139
|
+
d.includes(h + 1) && /* @__PURE__ */ a("div", { className: Ke.itemContent, children: /* @__PURE__ */ a(
|
|
9139
9140
|
ge,
|
|
9140
9141
|
{
|
|
9141
9142
|
banners: r ?? [],
|
|
@@ -9182,10 +9183,10 @@ const r3 = (e) => {
|
|
|
9182
9183
|
default:
|
|
9183
9184
|
return /* @__PURE__ */ a(J, {});
|
|
9184
9185
|
}
|
|
9185
|
-
},
|
|
9186
|
-
content:
|
|
9187
|
-
contactInfoContent:
|
|
9188
|
-
},
|
|
9186
|
+
}, uf = "_content_gwsqy_1", hf = "_contactInfoContent_gwsqy_7", mr = {
|
|
9187
|
+
content: uf,
|
|
9188
|
+
contactInfoContent: hf
|
|
9189
|
+
}, d3 = (e) => {
|
|
9189
9190
|
const { data: t } = e;
|
|
9190
9191
|
return /* @__PURE__ */ a("section", { className: mr.content, children: t.map((n, r) => /* @__PURE__ */ a(
|
|
9191
9192
|
"div",
|
|
@@ -9197,28 +9198,28 @@ const r3 = (e) => {
|
|
|
9197
9198
|
},
|
|
9198
9199
|
r
|
|
9199
9200
|
)) });
|
|
9200
|
-
},
|
|
9201
|
-
tagContent:
|
|
9202
|
-
contentLayout2:
|
|
9203
|
-
contentHeader:
|
|
9204
|
-
},
|
|
9205
|
-
content:
|
|
9206
|
-
},
|
|
9201
|
+
}, mf = "_tagContent_ee6yw_1", ff = "_contentLayout2_ee6yw_9", gf = "_contentHeader_ee6yw_42", la = {
|
|
9202
|
+
tagContent: mf,
|
|
9203
|
+
contentLayout2: ff,
|
|
9204
|
+
contentHeader: gf
|
|
9205
|
+
}, pf = "_content_1rbrt_1", Af = {
|
|
9206
|
+
content: pf
|
|
9207
|
+
}, wf = ({ children: e, className: t = "" }) => /* @__PURE__ */ a(
|
|
9207
9208
|
"div",
|
|
9208
9209
|
{
|
|
9209
|
-
className: `content-layout-2 ${
|
|
9210
|
+
className: `content-layout-2 ${Af.content} ${t}`,
|
|
9210
9211
|
children: e
|
|
9211
9212
|
}
|
|
9212
|
-
),
|
|
9213
|
-
container:
|
|
9214
|
-
note:
|
|
9215
|
-
commercial:
|
|
9216
|
-
commercialContent:
|
|
9217
|
-
complement:
|
|
9218
|
-
},
|
|
9213
|
+
), yf = "_container_1insg_1", vf = "_note_1insg_10", bf = "_commercial_1insg_50", Cf = "_commercialContent_1insg_67", _f = "_complement_1insg_83", Bt = {
|
|
9214
|
+
container: yf,
|
|
9215
|
+
note: vf,
|
|
9216
|
+
commercial: bf,
|
|
9217
|
+
commercialContent: Cf,
|
|
9218
|
+
complement: _f
|
|
9219
|
+
}, Nf = (e) => /* @__PURE__ */ m("section", { className: Bt.container, children: [
|
|
9219
9220
|
/* @__PURE__ */ a("div", { className: Bt.note, children: e.children }),
|
|
9220
9221
|
/* @__PURE__ */ a("div", { className: Bt.commercial, children: /* @__PURE__ */ m("div", { className: Bt.commercialContent, children: [
|
|
9221
|
-
e.slug === "liveblogs" && /* @__PURE__ */ a(
|
|
9222
|
+
e.slug === "liveblogs" && /* @__PURE__ */ a(H1, { itemList: e.itemList }),
|
|
9222
9223
|
e.bannerTop,
|
|
9223
9224
|
/* @__PURE__ */ a(
|
|
9224
9225
|
ba,
|
|
@@ -9237,7 +9238,7 @@ const r3 = (e) => {
|
|
|
9237
9238
|
/* @__PURE__ */ a("div", { style: { position: "sticky", top: "110px" }, children: e.banner })
|
|
9238
9239
|
] }) }),
|
|
9239
9240
|
/* @__PURE__ */ a("div", { className: Bt.complement, children: e.complement })
|
|
9240
|
-
] }),
|
|
9241
|
+
] }), Sf = (e) => {
|
|
9241
9242
|
const t = {
|
|
9242
9243
|
...e.news[0],
|
|
9243
9244
|
config: {
|
|
@@ -9283,7 +9284,7 @@ const r3 = (e) => {
|
|
|
9283
9284
|
"--news-image-description-display": "none"
|
|
9284
9285
|
},
|
|
9285
9286
|
children: /* @__PURE__ */ a(
|
|
9286
|
-
|
|
9287
|
+
M1,
|
|
9287
9288
|
{
|
|
9288
9289
|
...t,
|
|
9289
9290
|
fontSizeSubTitle: "18px",
|
|
@@ -9323,19 +9324,19 @@ const r3 = (e) => {
|
|
|
9323
9324
|
}
|
|
9324
9325
|
);
|
|
9325
9326
|
}
|
|
9326
|
-
},
|
|
9327
|
-
content:
|
|
9328
|
-
contentWithinCard:
|
|
9329
|
-
contentDate:
|
|
9330
|
-
dateInfo:
|
|
9331
|
-
dot:
|
|
9332
|
-
contentTitle:
|
|
9333
|
-
contentTextList:
|
|
9334
|
-
contentButton:
|
|
9335
|
-
linkStyled:
|
|
9336
|
-
},
|
|
9337
|
-
content:
|
|
9338
|
-
},
|
|
9327
|
+
}, Ef = "_content_jrssz_1", xf = "_contentWithinCard_jrssz_7", Tf = "_contentDate_jrssz_13", If = "_dateInfo_jrssz_20", kf = "_dot_jrssz_30", Uf = "_contentTitle_jrssz_38", qf = "_contentTextList_jrssz_47", Rf = "_contentButton_jrssz_101", Lf = "_linkStyled_jrssz_107", $e = {
|
|
9328
|
+
content: Ef,
|
|
9329
|
+
contentWithinCard: xf,
|
|
9330
|
+
contentDate: Tf,
|
|
9331
|
+
dateInfo: If,
|
|
9332
|
+
dot: kf,
|
|
9333
|
+
contentTitle: Uf,
|
|
9334
|
+
contentTextList: qf,
|
|
9335
|
+
contentButton: Rf,
|
|
9336
|
+
linkStyled: Lf
|
|
9337
|
+
}, Bf = "_content_ifkxj_1", Of = {
|
|
9338
|
+
content: Bf
|
|
9339
|
+
}, Pf = (e) => /* @__PURE__ */ a("section", { className: Of.content, id: e.id, children: e.children }), Df = (e) => e.replace(/<p>(\s| )+<\/p>/g, ""), Mf = (e) => {
|
|
9339
9340
|
const t = /src="\/(.*?)"/g;
|
|
9340
9341
|
return e.replace(t, `src="${An()}/$1"`);
|
|
9341
9342
|
}, fr = {
|
|
@@ -9345,13 +9346,13 @@ const r3 = (e) => {
|
|
|
9345
9346
|
10: 4,
|
|
9346
9347
|
13: 5
|
|
9347
9348
|
};
|
|
9348
|
-
function
|
|
9349
|
+
function jf(e) {
|
|
9349
9350
|
return e.replace(
|
|
9350
9351
|
/<script[^>]*src=["']https:\/\/platform\.twitter\.com\/widgets\.js["'][^>]*><\/script>/gi,
|
|
9351
9352
|
""
|
|
9352
9353
|
);
|
|
9353
9354
|
}
|
|
9354
|
-
const
|
|
9355
|
+
const Qf = async ({
|
|
9355
9356
|
itemList: e,
|
|
9356
9357
|
slug: t,
|
|
9357
9358
|
banners: n,
|
|
@@ -9359,9 +9360,9 @@ const jf = async ({
|
|
|
9359
9360
|
}) => {
|
|
9360
9361
|
if (!e || e.length === 0 || !e[0]) return;
|
|
9361
9362
|
const o = e[0].list?.items?.map((s) => {
|
|
9362
|
-
const i =
|
|
9363
|
-
let c =
|
|
9364
|
-
return c =
|
|
9363
|
+
const i = Df(s.body.rendered);
|
|
9364
|
+
let c = Mf(i);
|
|
9365
|
+
return c = jf(c), {
|
|
9365
9366
|
...s,
|
|
9366
9367
|
body: {
|
|
9367
9368
|
...s.body,
|
|
@@ -9369,13 +9370,13 @@ const jf = async ({
|
|
|
9369
9370
|
}
|
|
9370
9371
|
};
|
|
9371
9372
|
});
|
|
9372
|
-
return /* @__PURE__ */ a("section", { className:
|
|
9373
|
-
/* @__PURE__ */ a(
|
|
9374
|
-
s.date > 0 && /* @__PURE__ */ m("div", { className:
|
|
9373
|
+
return /* @__PURE__ */ a("section", { className: $e.content, id: "block-notes-list", children: o?.map((s, i) => /* @__PURE__ */ m(pn, { children: [
|
|
9374
|
+
/* @__PURE__ */ a(Pf, { id: `item-${i + 1}`, children: /* @__PURE__ */ m("div", { className: $e.contentWithinCard, children: [
|
|
9375
|
+
s.date > 0 && /* @__PURE__ */ m("div", { className: $e.contentDate, children: [
|
|
9375
9376
|
/* @__PURE__ */ a(
|
|
9376
9377
|
"span",
|
|
9377
9378
|
{
|
|
9378
|
-
className:
|
|
9379
|
+
className: $e.dot,
|
|
9379
9380
|
style: {
|
|
9380
9381
|
background: t === "liveblogs" ? "var(--news-liveblog-timeline-datelink-dot-color)" : "var(--common-black)"
|
|
9381
9382
|
}
|
|
@@ -9384,7 +9385,7 @@ const jf = async ({
|
|
|
9384
9385
|
/* @__PURE__ */ a(
|
|
9385
9386
|
"p",
|
|
9386
9387
|
{
|
|
9387
|
-
className:
|
|
9388
|
+
className: $e.dateInfo,
|
|
9388
9389
|
style: {
|
|
9389
9390
|
color: t === "liveblogs" ? "var(--news-liveblog-timeline-datelink-color)" : "var(--common-black)"
|
|
9390
9391
|
},
|
|
@@ -9392,21 +9393,21 @@ const jf = async ({
|
|
|
9392
9393
|
}
|
|
9393
9394
|
)
|
|
9394
9395
|
] }),
|
|
9395
|
-
/* @__PURE__ */ a("p", { className:
|
|
9396
|
+
/* @__PURE__ */ a("p", { className: $e.contentTitle, children: e[0]?.list.integrated ? s.title : `${s.index}. ${s.title}` }),
|
|
9396
9397
|
s.image && /* @__PURE__ */ a(ke, { preview: s.image, isLarge: !0 }),
|
|
9397
9398
|
/* @__PURE__ */ a(
|
|
9398
9399
|
"div",
|
|
9399
9400
|
{
|
|
9400
|
-
className:
|
|
9401
|
+
className: $e.contentTextList,
|
|
9401
9402
|
dangerouslySetInnerHTML: {
|
|
9402
9403
|
__html: s.body.rendered
|
|
9403
9404
|
}
|
|
9404
9405
|
}
|
|
9405
9406
|
),
|
|
9406
|
-
s.related && /* @__PURE__ */ a("div", { className:
|
|
9407
|
+
s.related && /* @__PURE__ */ a("div", { className: $e.contentButton, children: /* @__PURE__ */ a(
|
|
9407
9408
|
"a",
|
|
9408
9409
|
{
|
|
9409
|
-
className:
|
|
9410
|
+
className: $e.linkStyled,
|
|
9410
9411
|
href: s.related ?? "",
|
|
9411
9412
|
target: "”_blank",
|
|
9412
9413
|
children: r.blockNoteList_readMore ?? "Leer Más"
|
|
@@ -9422,7 +9423,7 @@ const jf = async ({
|
|
|
9422
9423
|
i
|
|
9423
9424
|
)
|
|
9424
9425
|
] }, i)) });
|
|
9425
|
-
},
|
|
9426
|
+
}, Gf = {
|
|
9426
9427
|
FaceBook: "facebook",
|
|
9427
9428
|
Instagram: "instagram",
|
|
9428
9429
|
WhatsApp: "whatsapp",
|
|
@@ -9433,7 +9434,7 @@ const jf = async ({
|
|
|
9433
9434
|
Podcast: "podcast",
|
|
9434
9435
|
Telegram: "telegram"
|
|
9435
9436
|
};
|
|
9436
|
-
function
|
|
9437
|
+
function zf({ url: e }) {
|
|
9437
9438
|
return e && e !== "" && /* @__PURE__ */ m(L, { href: e, className: de.googleProfileButton, children: [
|
|
9438
9439
|
/* @__PURE__ */ a(
|
|
9439
9440
|
"svg",
|
|
@@ -9452,17 +9453,17 @@ function Gf({ url: e }) {
|
|
|
9452
9453
|
}
|
|
9453
9454
|
),
|
|
9454
9455
|
"Síguenos en",
|
|
9455
|
-
/* @__PURE__ */ a(
|
|
9456
|
+
/* @__PURE__ */ a(Hf, {})
|
|
9456
9457
|
] });
|
|
9457
9458
|
}
|
|
9458
|
-
const
|
|
9459
|
+
const Hf = () => /* @__PURE__ */ m("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 272 92", width: "272", height: "92", children: [
|
|
9459
9460
|
/* @__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" }),
|
|
9460
9461
|
/* @__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" }),
|
|
9461
9462
|
/* @__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" }),
|
|
9462
9463
|
/* @__PURE__ */ a("path", { fill: "#34A853", d: "M225 3v65h-9.5V3h9.5z" }),
|
|
9463
9464
|
/* @__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" }),
|
|
9464
9465
|
/* @__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" })
|
|
9465
|
-
] }),
|
|
9466
|
+
] }), Vf = async (e) => {
|
|
9466
9467
|
if (!e.news || !e.news.authors) return null;
|
|
9467
9468
|
const { news: t, socials: n, texts: r } = e, o = t.authors.map(
|
|
9468
9469
|
(c) => c.internaluser ? `<a href="${`/${e.paths.autor}/${c.name}`}">${c.fullname}</a>` : c.fullname
|
|
@@ -9472,7 +9473,7 @@ const zf = () => /* @__PURE__ */ m("svg", { xmlns: "http://www.w3.org/2000/svg",
|
|
|
9472
9473
|
"a",
|
|
9473
9474
|
{
|
|
9474
9475
|
className: de.whatsappLink,
|
|
9475
|
-
href: n[
|
|
9476
|
+
href: n[Gf.WhatsApp].url,
|
|
9476
9477
|
rel: "noreferrer",
|
|
9477
9478
|
target: "_blank",
|
|
9478
9479
|
children: [
|
|
@@ -9510,7 +9511,7 @@ const zf = () => /* @__PURE__ */ m("svg", { xmlns: "http://www.w3.org/2000/svg",
|
|
|
9510
9511
|
children: /* @__PURE__ */ a(Dd, { noteShare: e.noteShare })
|
|
9511
9512
|
}
|
|
9512
9513
|
),
|
|
9513
|
-
/* @__PURE__ */ a(
|
|
9514
|
+
/* @__PURE__ */ a(zf, { url: e.noteShare?.googleProfile ?? "" }),
|
|
9514
9515
|
/* @__PURE__ */ m("section", { className: de.journalistSection, children: [
|
|
9515
9516
|
/* @__PURE__ */ a(
|
|
9516
9517
|
"div",
|
|
@@ -9552,17 +9553,17 @@ const zf = () => /* @__PURE__ */ m("svg", { xmlns: "http://www.w3.org/2000/svg",
|
|
|
9552
9553
|
)
|
|
9553
9554
|
] })
|
|
9554
9555
|
] }) });
|
|
9555
|
-
},
|
|
9556
|
-
content:
|
|
9557
|
-
journalistArticleContent:
|
|
9558
|
-
contentNews:
|
|
9559
|
-
noteSource:
|
|
9560
|
-
},
|
|
9561
|
-
summaryContent:
|
|
9562
|
-
},
|
|
9556
|
+
}, Ff = "_content_opb3u_1", Wf = "_journalistArticleContent_opb3u_15", $f = "_contentNews_opb3u_35", Yf = "_noteSource_opb3u_392", tn = {
|
|
9557
|
+
content: Ff,
|
|
9558
|
+
journalistArticleContent: Wf,
|
|
9559
|
+
contentNews: $f,
|
|
9560
|
+
noteSource: Yf
|
|
9561
|
+
}, Kf = "_summaryContent_wsypg_1", Jf = {
|
|
9562
|
+
summaryContent: Kf
|
|
9563
|
+
}, Zf = async ({ summary: e }) => e && e.rendered && /* @__PURE__ */ a(
|
|
9563
9564
|
"section",
|
|
9564
9565
|
{
|
|
9565
|
-
className:
|
|
9566
|
+
className: Jf.summaryContent,
|
|
9566
9567
|
dangerouslySetInnerHTML: {
|
|
9567
9568
|
__html: e.rendered
|
|
9568
9569
|
}
|
|
@@ -9591,7 +9592,7 @@ const zf = () => /* @__PURE__ */ m("svg", { xmlns: "http://www.w3.org/2000/svg",
|
|
|
9591
9592
|
/* @__PURE__ */ a("div", { className: bn.description, children: s && s[0]?.description })
|
|
9592
9593
|
] });
|
|
9593
9594
|
};
|
|
9594
|
-
function
|
|
9595
|
+
function Xf(e) {
|
|
9595
9596
|
const t = e.children, n = `${e.slot_id}-`, r = e.visibleItems, o = e.cardGap ?? 20;
|
|
9596
9597
|
function s(c) {
|
|
9597
9598
|
const d = [], l = [];
|
|
@@ -9661,7 +9662,7 @@ function Zf(e) {
|
|
|
9661
9662
|
</div>
|
|
9662
9663
|
`;
|
|
9663
9664
|
}
|
|
9664
|
-
const
|
|
9665
|
+
const e0 = (e) => /* @__PURE__ */ a(
|
|
9665
9666
|
"svg",
|
|
9666
9667
|
{
|
|
9667
9668
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -9677,10 +9678,10 @@ const Xf = (e) => /* @__PURE__ */ a(
|
|
|
9677
9678
|
}
|
|
9678
9679
|
)
|
|
9679
9680
|
}
|
|
9680
|
-
),
|
|
9681
|
+
), t0 = (e) => e.replace(
|
|
9681
9682
|
/<iframe(?![^>]*\bloading=)[^>]*>/gi,
|
|
9682
9683
|
(n) => n.replace("<iframe", '<iframe loading="lazy"')
|
|
9683
|
-
),
|
|
9684
|
+
), n0 = (e) => e.replace(
|
|
9684
9685
|
/<iframe(?![^>]*\btitle=)[^>]*>/gi,
|
|
9685
9686
|
(n) => n.replace("<iframe", '<iframe title="frame custom content"')
|
|
9686
9687
|
), Eo = async (e) => {
|
|
@@ -9696,7 +9697,7 @@ const Xf = (e) => /* @__PURE__ */ a(
|
|
|
9696
9697
|
t,
|
|
9697
9698
|
(o, s) => `<img fetchPriority='low' loading='lazy' alt='imagen' src="${r[s] || s}"`
|
|
9698
9699
|
);
|
|
9699
|
-
},
|
|
9700
|
+
}, a0 = (e, t) => {
|
|
9700
9701
|
const n = {
|
|
9701
9702
|
2: 1,
|
|
9702
9703
|
4: 2,
|
|
@@ -9726,7 +9727,7 @@ const Xf = (e) => /* @__PURE__ */ a(
|
|
|
9726
9727
|
return c;
|
|
9727
9728
|
}
|
|
9728
9729
|
), o;
|
|
9729
|
-
},
|
|
9730
|
+
}, r0 = (e) => {
|
|
9730
9731
|
const t = /<div class="ck-image-gallery"[^>]*?>([\s\S]*?)<\/div>/g, n = [...e.matchAll(t)];
|
|
9731
9732
|
let r = "", o = 0;
|
|
9732
9733
|
for (const s of n) {
|
|
@@ -9736,7 +9737,7 @@ const Xf = (e) => /* @__PURE__ */ a(
|
|
|
9736
9737
|
(g) => g[1]
|
|
9737
9738
|
).map(
|
|
9738
9739
|
(g) => `<img fetchPriority='low' loading='lazy' alt='imagen' src="${g}" class="carrusel-note-item" width="800" height="469"/>`
|
|
9739
|
-
), f = "gallery_embeded" + d.toString(), A =
|
|
9740
|
+
), f = "gallery_embeded" + d.toString(), A = Xf({
|
|
9740
9741
|
slot_id: f,
|
|
9741
9742
|
children: h,
|
|
9742
9743
|
visibleItems: 1,
|
|
@@ -9745,7 +9746,7 @@ const Xf = (e) => /* @__PURE__ */ a(
|
|
|
9745
9746
|
r += A, o = l;
|
|
9746
9747
|
}
|
|
9747
9748
|
return r += e.slice(o), r;
|
|
9748
|
-
},
|
|
9749
|
+
}, o0 = async (e, t, n) => {
|
|
9749
9750
|
if (!n) return e;
|
|
9750
9751
|
const r = /<span data-src="(.*?)"><\/span>/g, o = [...e.matchAll(r)];
|
|
9751
9752
|
let s = e;
|
|
@@ -9775,7 +9776,7 @@ const Xf = (e) => /* @__PURE__ */ a(
|
|
|
9775
9776
|
}
|
|
9776
9777
|
return s;
|
|
9777
9778
|
};
|
|
9778
|
-
async function
|
|
9779
|
+
async function s0(e, t) {
|
|
9779
9780
|
const n = /<div class="ck-video-player"[^>]*?>[\s\S]*?<span[^>]*data-src="([^"]+)"[^>]*data-type="video"[^>]*><\/span>[\s\S]*?<\/div>/g, r = [...e.matchAll(n)];
|
|
9780
9781
|
let o = "", s = 0;
|
|
9781
9782
|
for (const i of r) {
|
|
@@ -9810,7 +9811,7 @@ async function o0(e, t) {
|
|
|
9810
9811
|
}
|
|
9811
9812
|
return o += e.slice(s), o;
|
|
9812
9813
|
}
|
|
9813
|
-
async function
|
|
9814
|
+
async function i0(e) {
|
|
9814
9815
|
const {
|
|
9815
9816
|
news: t,
|
|
9816
9817
|
banners: n,
|
|
@@ -9821,11 +9822,11 @@ async function s0(e) {
|
|
|
9821
9822
|
getVideos: c
|
|
9822
9823
|
} = e;
|
|
9823
9824
|
let d = t?.body?.rendered ?? "";
|
|
9824
|
-
d = d.replace(/ /g, ""), d =
|
|
9825
|
+
d = d.replace(/ /g, ""), d = a0(d, n), d = r0(d), d = await Eo(d), d = await o0(
|
|
9825
9826
|
d,
|
|
9826
9827
|
e.texts,
|
|
9827
9828
|
r
|
|
9828
|
-
), d = await
|
|
9829
|
+
), d = await s0(d, c), d = t0(d), d = n0(d);
|
|
9829
9830
|
const l = t.main.sources ?? [];
|
|
9830
9831
|
return /* @__PURE__ */ m("div", { className: tn.content, children: [
|
|
9831
9832
|
o !== "liveblogs" && e.showHeaderImage ? t.hascontent?.hasgalleryimages ? /* @__PURE__ */ a(
|
|
@@ -9837,7 +9838,7 @@ async function s0(e) {
|
|
|
9837
9838
|
) : /* @__PURE__ */ a(yo, { preview: t.preview }) : null,
|
|
9838
9839
|
/* @__PURE__ */ a(ge, { banners: n, name: "block_1" }),
|
|
9839
9840
|
/* @__PURE__ */ a("div", { className: tn.journalistArticleContent, children: /* @__PURE__ */ a(
|
|
9840
|
-
|
|
9841
|
+
Vf,
|
|
9841
9842
|
{
|
|
9842
9843
|
autorIcon: e.autorIcon,
|
|
9843
9844
|
socials: i,
|
|
@@ -9847,7 +9848,7 @@ async function s0(e) {
|
|
|
9847
9848
|
paths: e.paths
|
|
9848
9849
|
}
|
|
9849
9850
|
) }),
|
|
9850
|
-
/* @__PURE__ */ a(
|
|
9851
|
+
/* @__PURE__ */ a(Zf, { summary: t.main.summary }),
|
|
9851
9852
|
/* @__PURE__ */ a(
|
|
9852
9853
|
"div",
|
|
9853
9854
|
{
|
|
@@ -9858,7 +9859,7 @@ async function s0(e) {
|
|
|
9858
9859
|
}
|
|
9859
9860
|
),
|
|
9860
9861
|
/* @__PURE__ */ a(
|
|
9861
|
-
|
|
9862
|
+
Qf,
|
|
9862
9863
|
{
|
|
9863
9864
|
texts: e.texts,
|
|
9864
9865
|
itemList: s,
|
|
@@ -9867,15 +9868,15 @@ async function s0(e) {
|
|
|
9867
9868
|
}
|
|
9868
9869
|
),
|
|
9869
9870
|
l.length > 0 && /* @__PURE__ */ m("div", { className: tn.noteSource, children: [
|
|
9870
|
-
/* @__PURE__ */ a(
|
|
9871
|
+
/* @__PURE__ */ a(e0, {}),
|
|
9871
9872
|
/* @__PURE__ */ a("p", { children: e.texts.noteSource + (l.length === 1 ? "" : "s") + ": " + l.map((u) => u.name).join(", ") })
|
|
9872
9873
|
] })
|
|
9873
9874
|
] });
|
|
9874
9875
|
}
|
|
9875
|
-
const
|
|
9876
|
-
content:
|
|
9877
|
-
title:
|
|
9878
|
-
},
|
|
9876
|
+
const c0 = "_content_cu8lm_1", l0 = "_title_cu8lm_18", gr = {
|
|
9877
|
+
content: c0,
|
|
9878
|
+
title: l0
|
|
9879
|
+
}, d0 = async ({
|
|
9879
9880
|
newsformated: e,
|
|
9880
9881
|
internal: t
|
|
9881
9882
|
}) => {
|
|
@@ -9892,10 +9893,10 @@ const i0 = "_content_cu8lm_1", c0 = "_title_cu8lm_18", gr = {
|
|
|
9892
9893
|
/* @__PURE__ */ a("div", { dangerouslySetInnerHTML: { __html: o?.code ?? "" } }),
|
|
9893
9894
|
/* @__PURE__ */ a("p", { className: gr.title, children: o?.title })
|
|
9894
9895
|
] });
|
|
9895
|
-
},
|
|
9896
|
-
content:
|
|
9897
|
-
title:
|
|
9898
|
-
},
|
|
9896
|
+
}, u0 = "_content_cu8lm_1", h0 = "_title_cu8lm_18", Vn = {
|
|
9897
|
+
content: u0,
|
|
9898
|
+
title: h0
|
|
9899
|
+
}, m0 = async ({
|
|
9899
9900
|
newsformated: e,
|
|
9900
9901
|
internal: t
|
|
9901
9902
|
}) => {
|
|
@@ -9920,9 +9921,9 @@ const i0 = "_content_cu8lm_1", c0 = "_title_cu8lm_18", gr = {
|
|
|
9920
9921
|
),
|
|
9921
9922
|
/* @__PURE__ */ a("p", { className: Vn.title, children: o?.title })
|
|
9922
9923
|
] });
|
|
9923
|
-
},
|
|
9924
|
-
content:
|
|
9925
|
-
},
|
|
9924
|
+
}, f0 = "_content_ezbiw_1", g0 = {
|
|
9925
|
+
content: f0
|
|
9926
|
+
}, p0 = async ({
|
|
9926
9927
|
newsformated: e,
|
|
9927
9928
|
internal: t
|
|
9928
9929
|
}) => {
|
|
@@ -9936,28 +9937,28 @@ const i0 = "_content_cu8lm_1", c0 = "_title_cu8lm_18", gr = {
|
|
|
9936
9937
|
return /* @__PURE__ */ a(
|
|
9937
9938
|
"div",
|
|
9938
9939
|
{
|
|
9939
|
-
className:
|
|
9940
|
+
className: g0.content,
|
|
9940
9941
|
dangerouslySetInnerHTML: { __html: o ?? "" }
|
|
9941
9942
|
}
|
|
9942
9943
|
);
|
|
9943
|
-
},
|
|
9944
|
-
content:
|
|
9945
|
-
},
|
|
9944
|
+
}, A0 = "_content_156j7_1", pr = {
|
|
9945
|
+
content: A0
|
|
9946
|
+
}, rt = {
|
|
9946
9947
|
imagen: "imagen",
|
|
9947
9948
|
videoEmbedded: "videoEmbedded",
|
|
9948
9949
|
videoYouTube: "videoYouTube",
|
|
9949
9950
|
iframe: "iframe"
|
|
9950
|
-
},
|
|
9951
|
-
[
|
|
9952
|
-
[
|
|
9953
|
-
[
|
|
9954
|
-
},
|
|
9951
|
+
}, w0 = {
|
|
9952
|
+
[rt.videoEmbedded]: d0,
|
|
9953
|
+
[rt.videoYouTube]: m0,
|
|
9954
|
+
[rt.iframe]: p0
|
|
9955
|
+
}, y0 = ({ news: e }) => {
|
|
9955
9956
|
const { config: t, hascontent: n, info: r } = e, o = t.articlepreview, s = r.link.internal, i = n?.hasgalleryimages;
|
|
9956
|
-
if (o ===
|
|
9957
|
+
if (o === rt.imagen && i)
|
|
9957
9958
|
return /* @__PURE__ */ a("div", { className: pr.content, children: /* @__PURE__ */ a(So, { newsformated: e, internal: s }) });
|
|
9958
|
-
const c = o ?
|
|
9959
|
+
const c = o ? w0[o] : null;
|
|
9959
9960
|
return c ? /* @__PURE__ */ a("div", { className: pr.content, children: /* @__PURE__ */ a(c, { newsformated: e, internal: s }) }) : null;
|
|
9960
|
-
},
|
|
9961
|
+
}, v0 = (e) => {
|
|
9961
9962
|
const { content: t, title: n, slot_id: r } = e, o = e.slot_id && e.slot_id !== "Nota_1";
|
|
9962
9963
|
return t && t.length !== 0 && /* @__PURE__ */ a(me, { title: n, titleUrl: e.titleUrl, children: /* @__PURE__ */ a(xt, { slot_id: r, cardWidth: 200, children: t.map((s, i) => {
|
|
9963
9964
|
const c = { ...s, main: {
|
|
@@ -9974,7 +9975,7 @@ const i0 = "_content_cu8lm_1", c0 = "_title_cu8lm_18", gr = {
|
|
|
9974
9975
|
i
|
|
9975
9976
|
);
|
|
9976
9977
|
}) }) });
|
|
9977
|
-
},
|
|
9978
|
+
}, b0 = (e) => {
|
|
9978
9979
|
const { content: t, title: n, slot_id: r } = e, o = e.slot_id && e.slot_id !== "Nota_1";
|
|
9979
9980
|
return t && t.length !== 0 && /* @__PURE__ */ a(me, { title: n, titleUrl: e.titleUrl, children: /* @__PURE__ */ a(
|
|
9980
9981
|
xt,
|
|
@@ -10000,7 +10001,7 @@ const i0 = "_content_cu8lm_1", c0 = "_title_cu8lm_18", gr = {
|
|
|
10000
10001
|
})
|
|
10001
10002
|
}
|
|
10002
10003
|
) });
|
|
10003
|
-
},
|
|
10004
|
+
}, C0 = (e) => {
|
|
10004
10005
|
const { content: t, title: n, slot_id: r } = e, o = e.slot_id && e.slot_id !== "Nota_1";
|
|
10005
10006
|
return t && t.length !== 0 && /* @__PURE__ */ a(me, { title: n, titleUrl: e.titleUrl, children: /* @__PURE__ */ a(
|
|
10006
10007
|
xt,
|
|
@@ -10015,7 +10016,7 @@ const i0 = "_content_cu8lm_1", c0 = "_title_cu8lm_18", gr = {
|
|
|
10015
10016
|
...s.main,
|
|
10016
10017
|
title: { ...s.main.title, section: o ? s.main.title.home : s.main.title.section }
|
|
10017
10018
|
} };
|
|
10018
|
-
return /* @__PURE__ */
|
|
10019
|
+
return /* @__PURE__ */ ot(
|
|
10019
10020
|
Un,
|
|
10020
10021
|
{
|
|
10021
10022
|
...c,
|
|
@@ -10032,15 +10033,15 @@ const i0 = "_content_cu8lm_1", c0 = "_title_cu8lm_18", gr = {
|
|
|
10032
10033
|
for (const n in e)
|
|
10033
10034
|
n.startsWith("--") && (t[n] = e[n]);
|
|
10034
10035
|
return t;
|
|
10035
|
-
},
|
|
10036
|
-
headerSection:
|
|
10037
|
-
title:
|
|
10038
|
-
subtitle:
|
|
10039
|
-
newsContent:
|
|
10040
|
-
containerCards:
|
|
10041
|
-
image:
|
|
10042
|
-
blockHeadContainer:
|
|
10043
|
-
},
|
|
10036
|
+
}, _0 = "_headerSection_1c69w_1", N0 = "_title_1c69w_11", S0 = "_subtitle_1c69w_23", E0 = "_newsContent_1c69w_36", x0 = "_containerCards_1c69w_44", T0 = "_image_1c69w_50", I0 = "_blockHeadContainer_1c69w_56", it = {
|
|
10037
|
+
headerSection: _0,
|
|
10038
|
+
title: N0,
|
|
10039
|
+
subtitle: S0,
|
|
10040
|
+
newsContent: E0,
|
|
10041
|
+
containerCards: x0,
|
|
10042
|
+
image: T0,
|
|
10043
|
+
blockHeadContainer: I0
|
|
10044
|
+
}, k0 = (e) => {
|
|
10044
10045
|
const { content: t, title: n, isVideo: r } = e;
|
|
10045
10046
|
if (!t || t.length === 0) return;
|
|
10046
10047
|
const o = t[0], s = t.slice(1), i = e.slot_id && e.slot_id !== "Nota_1";
|
|
@@ -10075,7 +10076,7 @@ const i0 = "_content_cu8lm_1", c0 = "_title_cu8lm_18", gr = {
|
|
|
10075
10076
|
}
|
|
10076
10077
|
};
|
|
10077
10078
|
return /* @__PURE__ */ a("div", { style: { order: d }, children: /* @__PURE__ */ a(
|
|
10078
|
-
|
|
10079
|
+
Xe,
|
|
10079
10080
|
{
|
|
10080
10081
|
...l,
|
|
10081
10082
|
isVideo: r,
|
|
@@ -10089,17 +10090,17 @@ const i0 = "_content_cu8lm_1", c0 = "_title_cu8lm_18", gr = {
|
|
|
10089
10090
|
banner: (e) => /* @__PURE__ */ a(ge, { ...e, name: e.slot_id.replace("Home", "block") }),
|
|
10090
10091
|
readest: (e) => /* @__PURE__ */ a(ba, { ...e }),
|
|
10091
10092
|
"Modulo 1x3": (e) => /* @__PURE__ */ a(No, { ...e }),
|
|
10092
|
-
"Modulo 1x4": (e) => /* @__PURE__ */ a(
|
|
10093
|
-
"Modulo 1x5": (e) => /* @__PURE__ */ a(
|
|
10094
|
-
"Destacado noticias": (e) => /* @__PURE__ */ a(
|
|
10095
|
-
"Destacado full width": (e) => /* @__PURE__ */ a(
|
|
10096
|
-
"Destacado videos": (e) => /* @__PURE__ */ a(
|
|
10097
|
-
"Carrusel card": (e) => /* @__PURE__ */ a(
|
|
10098
|
-
"Carrusel story": (e) => /* @__PURE__ */ a(
|
|
10099
|
-
"Carrusel owl": (e) => /* @__PURE__ */ a(
|
|
10100
|
-
"Modulo fotogaleria": (e) => /* @__PURE__ */ a(
|
|
10101
|
-
"Carrusel opinion": (e) => /* @__PURE__ */ a(
|
|
10102
|
-
"Modulo 1x3 card": (e) => /* @__PURE__ */ a(
|
|
10093
|
+
"Modulo 1x4": (e) => /* @__PURE__ */ a(I2, { ...e }),
|
|
10094
|
+
"Modulo 1x5": (e) => /* @__PURE__ */ a(R2, { ...e }),
|
|
10095
|
+
"Destacado noticias": (e) => /* @__PURE__ */ a(Xm, { ...e }),
|
|
10096
|
+
"Destacado full width": (e) => /* @__PURE__ */ a(k0, { ...e }),
|
|
10097
|
+
"Destacado videos": (e) => /* @__PURE__ */ a(P2, { ...e }),
|
|
10098
|
+
"Carrusel card": (e) => /* @__PURE__ */ a(K2, { ...e }),
|
|
10099
|
+
"Carrusel story": (e) => /* @__PURE__ */ a(v0, { ...e }),
|
|
10100
|
+
"Carrusel owl": (e) => /* @__PURE__ */ a(b0, { ...e }),
|
|
10101
|
+
"Modulo fotogaleria": (e) => /* @__PURE__ */ a(C0, { ...e }),
|
|
10102
|
+
"Carrusel opinion": (e) => /* @__PURE__ */ a(of, { ...e }),
|
|
10103
|
+
"Modulo 1x3 card": (e) => /* @__PURE__ */ a(Y2, { ...e })
|
|
10103
10104
|
};
|
|
10104
10105
|
function xo({
|
|
10105
10106
|
component: e,
|
|
@@ -10110,7 +10111,7 @@ function xo({
|
|
|
10110
10111
|
if (r)
|
|
10111
10112
|
return Ar[e] && /* @__PURE__ */ a("div", { className: "home-slot", style: Ea(n), children: Ar[e]({ ...n, banners: r, slot_id: t }) });
|
|
10112
10113
|
}
|
|
10113
|
-
function
|
|
10114
|
+
function u3({
|
|
10114
10115
|
children: e,
|
|
10115
10116
|
stylesConfigEntry: t
|
|
10116
10117
|
}) {
|
|
@@ -10156,7 +10157,7 @@ const wr = {
|
|
|
10156
10157
|
},
|
|
10157
10158
|
Super: (e) => /* @__PURE__ */ a(_t, { ...e.data[0], paths: e.paths }),
|
|
10158
10159
|
"3 notas verticales": (e) => /* @__PURE__ */ a(
|
|
10159
|
-
|
|
10160
|
+
Hm,
|
|
10160
10161
|
{
|
|
10161
10162
|
content: e.data,
|
|
10162
10163
|
customLargeSection: e.customLargeSection,
|
|
@@ -10165,7 +10166,7 @@ const wr = {
|
|
|
10165
10166
|
}
|
|
10166
10167
|
),
|
|
10167
10168
|
"3 notas horizontales": (e) => /* @__PURE__ */ a(
|
|
10168
|
-
|
|
10169
|
+
Qm,
|
|
10169
10170
|
{
|
|
10170
10171
|
content: e.data,
|
|
10171
10172
|
customLargeSection: e.customLargeSection,
|
|
@@ -10182,7 +10183,7 @@ const wr = {
|
|
|
10182
10183
|
...t,
|
|
10183
10184
|
rightOnlyBanner: r,
|
|
10184
10185
|
banners: n
|
|
10185
|
-
}) }),
|
|
10186
|
+
}) }), h3 = ({
|
|
10186
10187
|
slots: e,
|
|
10187
10188
|
DYNAMIC_SLOT_SUBINDEXES: t,
|
|
10188
10189
|
stylesConfig: n,
|
|
@@ -10220,7 +10221,7 @@ const wr = {
|
|
|
10220
10221
|
}
|
|
10221
10222
|
),
|
|
10222
10223
|
/* @__PURE__ */ a(ut, { children: /* @__PURE__ */ a(
|
|
10223
|
-
|
|
10224
|
+
at,
|
|
10224
10225
|
{
|
|
10225
10226
|
banners: s,
|
|
10226
10227
|
index: "dynamic_" + h + "_" + f
|
|
@@ -10233,7 +10234,7 @@ const wr = {
|
|
|
10233
10234
|
);
|
|
10234
10235
|
}
|
|
10235
10236
|
return c;
|
|
10236
|
-
},
|
|
10237
|
+
}, m3 = ({
|
|
10237
10238
|
mainBlock: e,
|
|
10238
10239
|
StylesConfigMain: t,
|
|
10239
10240
|
config: n,
|
|
@@ -10256,7 +10257,7 @@ const wr = {
|
|
|
10256
10257
|
banners: r
|
|
10257
10258
|
}
|
|
10258
10259
|
),
|
|
10259
|
-
/* @__PURE__ */ a(ut, { children: /* @__PURE__ */ a(
|
|
10260
|
+
/* @__PURE__ */ a(ut, { children: /* @__PURE__ */ a(at, { banners: r, index: 1 }) }),
|
|
10260
10261
|
/* @__PURE__ */ a(
|
|
10261
10262
|
Fn,
|
|
10262
10263
|
{
|
|
@@ -10265,7 +10266,7 @@ const wr = {
|
|
|
10265
10266
|
banners: r
|
|
10266
10267
|
}
|
|
10267
10268
|
),
|
|
10268
|
-
/* @__PURE__ */ a(ut, { children: /* @__PURE__ */ a(
|
|
10269
|
+
/* @__PURE__ */ a(ut, { children: /* @__PURE__ */ a(at, { banners: r, index: 1 }) }),
|
|
10269
10270
|
/* @__PURE__ */ a(
|
|
10270
10271
|
Fn,
|
|
10271
10272
|
{
|
|
@@ -10274,16 +10275,16 @@ const wr = {
|
|
|
10274
10275
|
banners: r
|
|
10275
10276
|
}
|
|
10276
10277
|
),
|
|
10277
|
-
/* @__PURE__ */ a(ut, { children: /* @__PURE__ */ a(
|
|
10278
|
+
/* @__PURE__ */ a(ut, { children: /* @__PURE__ */ a(at, { banners: r, index: 1 }) })
|
|
10278
10279
|
] });
|
|
10279
|
-
},
|
|
10280
|
+
}, U0 = (e) => {
|
|
10280
10281
|
const { config: t, hascontent: n } = e, r = t.articlepreview, o = [
|
|
10281
|
-
|
|
10282
|
-
|
|
10283
|
-
|
|
10282
|
+
rt.videoEmbedded,
|
|
10283
|
+
rt.videoYouTube,
|
|
10284
|
+
rt.iframe
|
|
10284
10285
|
];
|
|
10285
|
-
return !!(r ===
|
|
10286
|
-
},
|
|
10286
|
+
return !!(r === rt.imagen && n?.hasgalleryimages || o.includes(r));
|
|
10287
|
+
}, f3 = async (e) => {
|
|
10287
10288
|
const {
|
|
10288
10289
|
custom_complement: t,
|
|
10289
10290
|
ranking: n = [],
|
|
@@ -10296,19 +10297,19 @@ const wr = {
|
|
|
10296
10297
|
getVideos: l
|
|
10297
10298
|
} = e, u = e.slug === "liveblogs";
|
|
10298
10299
|
if (!(!s || !s[0]))
|
|
10299
|
-
return /* @__PURE__ */ a(J, { children: /* @__PURE__ */ m(
|
|
10300
|
+
return /* @__PURE__ */ a(J, { children: /* @__PURE__ */ m(wf, { className: la.contentLayout2, children: [
|
|
10300
10301
|
/* @__PURE__ */ a(
|
|
10301
|
-
|
|
10302
|
+
Sf,
|
|
10302
10303
|
{
|
|
10303
10304
|
option: e.slug,
|
|
10304
10305
|
news: s,
|
|
10305
10306
|
paths: e.paths
|
|
10306
10307
|
}
|
|
10307
10308
|
),
|
|
10308
|
-
/* @__PURE__ */ a(
|
|
10309
|
-
!u && /* @__PURE__ */ a(
|
|
10309
|
+
/* @__PURE__ */ a(at, { banners: r, index: 1 }),
|
|
10310
|
+
!u && /* @__PURE__ */ a(y0, { news: s[0] }),
|
|
10310
10311
|
/* @__PURE__ */ a(
|
|
10311
|
-
|
|
10312
|
+
Nf,
|
|
10312
10313
|
{
|
|
10313
10314
|
texts: e.texts,
|
|
10314
10315
|
paths: e.paths,
|
|
@@ -10319,7 +10320,7 @@ const wr = {
|
|
|
10319
10320
|
banner: /* @__PURE__ */ a(ge, { banners: r ?? [], name: "right_2" }),
|
|
10320
10321
|
complement: t ? t() : /* @__PURE__ */ m("div", { id: "comentarios", suppressHydrationWarning: !0, children: [
|
|
10321
10322
|
o.length > 0 && /* @__PURE__ */ a(
|
|
10322
|
-
|
|
10323
|
+
vm,
|
|
10323
10324
|
{
|
|
10324
10325
|
texts: e.texts,
|
|
10325
10326
|
autorIcon: e.autorIcon,
|
|
@@ -10328,7 +10329,7 @@ const wr = {
|
|
|
10328
10329
|
}
|
|
10329
10330
|
),
|
|
10330
10331
|
s[0].authors.length > 1 && /* @__PURE__ */ a(
|
|
10331
|
-
|
|
10332
|
+
Tm,
|
|
10332
10333
|
{
|
|
10333
10334
|
news: s[0],
|
|
10334
10335
|
autorIcon: e.autorIcon,
|
|
@@ -10337,7 +10338,7 @@ const wr = {
|
|
|
10337
10338
|
}
|
|
10338
10339
|
),
|
|
10339
10340
|
/* @__PURE__ */ a("div", { className: la.tagContent, children: /* @__PURE__ */ a(
|
|
10340
|
-
|
|
10341
|
+
dm,
|
|
10341
10342
|
{
|
|
10342
10343
|
tags: s[0]?.keywords?.tags,
|
|
10343
10344
|
paths: e.paths
|
|
@@ -10366,7 +10367,7 @@ const wr = {
|
|
|
10366
10367
|
)
|
|
10367
10368
|
}
|
|
10368
10369
|
),
|
|
10369
|
-
/* @__PURE__ */ a(ut, { children: /* @__PURE__ */ a(
|
|
10370
|
+
/* @__PURE__ */ a(ut, { children: /* @__PURE__ */ a(at, { banners: r, index: 2 }) }),
|
|
10370
10371
|
/* @__PURE__ */ a(
|
|
10371
10372
|
xo,
|
|
10372
10373
|
{
|
|
@@ -10381,7 +10382,7 @@ const wr = {
|
|
|
10381
10382
|
}
|
|
10382
10383
|
}
|
|
10383
10384
|
),
|
|
10384
|
-
/* @__PURE__ */ a(ut, { children: /* @__PURE__ */ a(
|
|
10385
|
+
/* @__PURE__ */ a(ut, { children: /* @__PURE__ */ a(at, { banners: r, index: 3 }) }),
|
|
10385
10386
|
/* @__PURE__ */ a(me, { title: e.texts.moreNewsTitle, children: /* @__PURE__ */ a(
|
|
10386
10387
|
"div",
|
|
10387
10388
|
{
|
|
@@ -10397,7 +10398,7 @@ const wr = {
|
|
|
10397
10398
|
)
|
|
10398
10399
|
}
|
|
10399
10400
|
) }),
|
|
10400
|
-
/* @__PURE__ */ a(ut, { children: /* @__PURE__ */ a(
|
|
10401
|
+
/* @__PURE__ */ a(ut, { children: /* @__PURE__ */ a(at, { banners: r, index: 4 }) })
|
|
10401
10402
|
]
|
|
10402
10403
|
}
|
|
10403
10404
|
)
|
|
@@ -10410,7 +10411,7 @@ const wr = {
|
|
|
10410
10411
|
},
|
|
10411
10412
|
children: [
|
|
10412
10413
|
/* @__PURE__ */ a(
|
|
10413
|
-
|
|
10414
|
+
i0,
|
|
10414
10415
|
{
|
|
10415
10416
|
texts: e.texts,
|
|
10416
10417
|
autorIcon: e.autorIcon,
|
|
@@ -10423,7 +10424,7 @@ const wr = {
|
|
|
10423
10424
|
getVideos: l,
|
|
10424
10425
|
noteShare: e.noteShare,
|
|
10425
10426
|
paths: e.paths,
|
|
10426
|
-
showHeaderImage: !
|
|
10427
|
+
showHeaderImage: !U0(s[0])
|
|
10427
10428
|
}
|
|
10428
10429
|
),
|
|
10429
10430
|
/* @__PURE__ */ a(ge, { banners: r ?? [], name: "block_3" })
|
|
@@ -10433,14 +10434,14 @@ const wr = {
|
|
|
10433
10434
|
}
|
|
10434
10435
|
)
|
|
10435
10436
|
] }) });
|
|
10436
|
-
},
|
|
10437
|
-
content:
|
|
10438
|
-
contentInfo:
|
|
10439
|
-
imageStyled:
|
|
10440
|
-
name:
|
|
10441
|
-
description:
|
|
10442
|
-
contentInfoWithoutImg:
|
|
10443
|
-
},
|
|
10437
|
+
}, q0 = "_content_1tl6i_1", R0 = "_contentInfo_1tl6i_24", L0 = "_imageStyled_1tl6i_41", B0 = "_name_1tl6i_46", O0 = "_description_1tl6i_51", P0 = "_contentInfoWithoutImg_1tl6i_104", yt = {
|
|
10438
|
+
content: q0,
|
|
10439
|
+
contentInfo: R0,
|
|
10440
|
+
imageStyled: L0,
|
|
10441
|
+
name: B0,
|
|
10442
|
+
description: O0,
|
|
10443
|
+
contentInfoWithoutImg: P0
|
|
10444
|
+
}, D0 = async (e) => {
|
|
10444
10445
|
const t = e.img ? await pe(e.img) : "";
|
|
10445
10446
|
return /* @__PURE__ */ a("section", { className: yt.content, children: /* @__PURE__ */ m(
|
|
10446
10447
|
"div",
|
|
@@ -10469,12 +10470,12 @@ const wr = {
|
|
|
10469
10470
|
]
|
|
10470
10471
|
}
|
|
10471
10472
|
) });
|
|
10472
|
-
},
|
|
10473
|
-
content:
|
|
10474
|
-
contentInfo:
|
|
10475
|
-
name:
|
|
10476
|
-
description:
|
|
10477
|
-
},
|
|
10473
|
+
}, M0 = "_content_7wvro_1", j0 = "_contentInfo_7wvro_23", Q0 = "_name_7wvro_34", G0 = "_description_7wvro_43", nn = {
|
|
10474
|
+
content: M0,
|
|
10475
|
+
contentInfo: j0,
|
|
10476
|
+
name: Q0,
|
|
10477
|
+
description: G0
|
|
10478
|
+
}, z0 = (e) => /* @__PURE__ */ a(
|
|
10478
10479
|
"section",
|
|
10479
10480
|
{
|
|
10480
10481
|
className: nn.content,
|
|
@@ -10509,12 +10510,12 @@ const wr = {
|
|
|
10509
10510
|
)
|
|
10510
10511
|
] })
|
|
10511
10512
|
}
|
|
10512
|
-
),
|
|
10513
|
+
), g3 = (e) => {
|
|
10513
10514
|
const { option: t, entity: n } = e;
|
|
10514
10515
|
switch (t) {
|
|
10515
10516
|
case "op1":
|
|
10516
10517
|
return /* @__PURE__ */ a(
|
|
10517
|
-
|
|
10518
|
+
D0,
|
|
10518
10519
|
{
|
|
10519
10520
|
tag: n?.name ?? "",
|
|
10520
10521
|
img: n?.image?.url ?? "",
|
|
@@ -10523,7 +10524,7 @@ const wr = {
|
|
|
10523
10524
|
);
|
|
10524
10525
|
case "op2":
|
|
10525
10526
|
return /* @__PURE__ */ a(
|
|
10526
|
-
|
|
10527
|
+
z0,
|
|
10527
10528
|
{
|
|
10528
10529
|
tag: n?.name ?? "",
|
|
10529
10530
|
description: n?.description ? n?.description : "",
|
|
@@ -10536,13 +10537,13 @@ const wr = {
|
|
|
10536
10537
|
default:
|
|
10537
10538
|
return /* @__PURE__ */ a(J, {});
|
|
10538
10539
|
}
|
|
10539
|
-
},
|
|
10540
|
-
content:
|
|
10541
|
-
buttonStyled:
|
|
10542
|
-
searchStyled:
|
|
10543
|
-
inputStyled:
|
|
10544
|
-
inputStyledTest:
|
|
10545
|
-
},
|
|
10540
|
+
}, H0 = "_content_gxziw_1", V0 = "_buttonStyled_gxziw_9", F0 = "_searchStyled_gxziw_21", W0 = "_inputStyled_gxziw_32", $0 = "_inputStyledTest_gxziw_51", Ot = {
|
|
10541
|
+
content: H0,
|
|
10542
|
+
buttonStyled: V0,
|
|
10543
|
+
searchStyled: F0,
|
|
10544
|
+
inputStyled: W0,
|
|
10545
|
+
inputStyledTest: $0
|
|
10546
|
+
}, Y0 = (e) => /* @__PURE__ */ a(
|
|
10546
10547
|
"svg",
|
|
10547
10548
|
{
|
|
10548
10549
|
width: "68",
|
|
@@ -10561,7 +10562,7 @@ const wr = {
|
|
|
10561
10562
|
}
|
|
10562
10563
|
) })
|
|
10563
10564
|
}
|
|
10564
|
-
),
|
|
10565
|
+
), p3 = (e) => /* @__PURE__ */ a(
|
|
10565
10566
|
"form",
|
|
10566
10567
|
{
|
|
10567
10568
|
className: Ot.content,
|
|
@@ -10578,14 +10579,14 @@ const wr = {
|
|
|
10578
10579
|
placeholder: e.texts.searchKeyWord + "..."
|
|
10579
10580
|
}
|
|
10580
10581
|
),
|
|
10581
|
-
/* @__PURE__ */ a("button", { className: Ot.buttonStyled, type: "submit", children: /* @__PURE__ */ a(
|
|
10582
|
+
/* @__PURE__ */ a("button", { className: Ot.buttonStyled, type: "submit", children: /* @__PURE__ */ a(Y0, { className: Ot.searchStyled }) })
|
|
10582
10583
|
] })
|
|
10583
10584
|
}
|
|
10584
|
-
),
|
|
10585
|
-
content:
|
|
10586
|
-
newsContentSection:
|
|
10587
|
-
itemContent:
|
|
10588
|
-
},
|
|
10585
|
+
), K0 = "_content_io3tv_1", J0 = "_newsContentSection_io3tv_5", Z0 = "_itemContent_io3tv_10", Wn = {
|
|
10586
|
+
content: K0,
|
|
10587
|
+
newsContentSection: J0,
|
|
10588
|
+
itemContent: Z0
|
|
10589
|
+
}, A3 = (e) => {
|
|
10589
10590
|
const {
|
|
10590
10591
|
data: t,
|
|
10591
10592
|
option: n,
|
|
@@ -10605,7 +10606,7 @@ const wr = {
|
|
|
10605
10606
|
switch (n) {
|
|
10606
10607
|
case "op1":
|
|
10607
10608
|
return /* @__PURE__ */ a(J, { children: /* @__PURE__ */ m(sr, { children: [
|
|
10608
|
-
/* @__PURE__ */ a(
|
|
10609
|
+
/* @__PURE__ */ a(eu, { autor: r[0], autorIcon: e.autorIcon }),
|
|
10609
10610
|
/* @__PURE__ */ a(
|
|
10610
10611
|
vo,
|
|
10611
10612
|
{
|
|
@@ -10687,7 +10688,7 @@ const wr = {
|
|
|
10687
10688
|
] }) });
|
|
10688
10689
|
case "op2":
|
|
10689
10690
|
return /* @__PURE__ */ a(J, { children: /* @__PURE__ */ m(sr, { children: [
|
|
10690
|
-
/* @__PURE__ */ a(
|
|
10691
|
+
/* @__PURE__ */ a(uu, { autor: r[0], autorIcon: e.autorIcon }),
|
|
10691
10692
|
Array.isArray(t) ? /* @__PURE__ */ m(J, { children: [
|
|
10692
10693
|
/* @__PURE__ */ a(
|
|
10693
10694
|
No,
|
|
@@ -10741,22 +10742,22 @@ const wr = {
|
|
|
10741
10742
|
default:
|
|
10742
10743
|
return /* @__PURE__ */ a(J, {});
|
|
10743
10744
|
}
|
|
10744
|
-
},
|
|
10745
|
-
content:
|
|
10746
|
-
videoContent:
|
|
10747
|
-
},
|
|
10748
|
-
container:
|
|
10749
|
-
playStyled:
|
|
10750
|
-
imageStyled:
|
|
10751
|
-
longer:
|
|
10752
|
-
contentNews:
|
|
10753
|
-
tagContent:
|
|
10754
|
-
tag:
|
|
10755
|
-
titular:
|
|
10756
|
-
small:
|
|
10757
|
-
figure:
|
|
10758
|
-
backDrop:
|
|
10759
|
-
backDropAux:
|
|
10745
|
+
}, X0 = "_content_pq89v_1", eg = "_videoContent_pq89v_9", yr = {
|
|
10746
|
+
content: X0,
|
|
10747
|
+
videoContent: eg
|
|
10748
|
+
}, tg = "_container_1xr2t_1", ng = "_playStyled_1xr2t_6", ag = "_imageStyled_1xr2t_13", rg = "_longer_1xr2t_26", og = "_contentNews_1xr2t_31", sg = "_tagContent_1xr2t_51", ig = "_tag_1xr2t_51", cg = "_titular_1xr2t_68", lg = "_small_1xr2t_81", dg = "_figure_1xr2t_87", ug = "_backDrop_1xr2t_92", hg = "_backDropAux_1xr2t_100", Pt = {
|
|
10749
|
+
container: tg,
|
|
10750
|
+
playStyled: ng,
|
|
10751
|
+
imageStyled: ag,
|
|
10752
|
+
longer: rg,
|
|
10753
|
+
contentNews: og,
|
|
10754
|
+
tagContent: sg,
|
|
10755
|
+
tag: ig,
|
|
10756
|
+
titular: cg,
|
|
10757
|
+
small: lg,
|
|
10758
|
+
figure: dg,
|
|
10759
|
+
backDrop: ug,
|
|
10760
|
+
backDropAux: hg
|
|
10760
10761
|
}, vr = async (e) => {
|
|
10761
10762
|
const { size: t = "longer", video: n } = e, r = n.main.image.sizes[0]?.url ?? "";
|
|
10762
10763
|
return /* @__PURE__ */ a("figure", { className: Pt.figure, children: /* @__PURE__ */ m("span", { className: Pt.backdrop, children: [
|
|
@@ -10789,7 +10790,7 @@ const wr = {
|
|
|
10789
10790
|
)
|
|
10790
10791
|
] }) })
|
|
10791
10792
|
] }) });
|
|
10792
|
-
},
|
|
10793
|
+
}, mg = (e) => {
|
|
10793
10794
|
const { videos: t } = e;
|
|
10794
10795
|
return /* @__PURE__ */ a("div", { className: yr.content, children: /* @__PURE__ */ a(Vt, { children: /* @__PURE__ */ a(me, { title: "Videos", isTitle: !0, children: /* @__PURE__ */ m("div", { className: yr.videoContent, children: [
|
|
10795
10796
|
/* @__PURE__ */ a(vr, { video: t[0] }),
|
|
@@ -10802,18 +10803,18 @@ const wr = {
|
|
|
10802
10803
|
`video-small-${r}`
|
|
10803
10804
|
)) })
|
|
10804
10805
|
] }) }) }) });
|
|
10805
|
-
},
|
|
10806
|
-
content:
|
|
10807
|
-
videoContent:
|
|
10808
|
-
articleSection:
|
|
10809
|
-
contentLatout:
|
|
10810
|
-
title:
|
|
10811
|
-
article:
|
|
10812
|
-
correspondent:
|
|
10813
|
-
},
|
|
10814
|
-
container:
|
|
10815
|
-
playStyled:
|
|
10816
|
-
},
|
|
10806
|
+
}, fg = "_content_ruy5q_1", gg = "_videoContent_ruy5q_9", pg = "_articleSection_ruy5q_21", Ag = "_contentLatout_ruy5q_31", wg = "_title_ruy5q_36", yg = "_article_ruy5q_21", vg = "_correspondent_ruy5q_64", ct = {
|
|
10807
|
+
content: fg,
|
|
10808
|
+
videoContent: gg,
|
|
10809
|
+
articleSection: pg,
|
|
10810
|
+
contentLatout: Ag,
|
|
10811
|
+
title: wg,
|
|
10812
|
+
article: yg,
|
|
10813
|
+
correspondent: vg
|
|
10814
|
+
}, bg = "_container_1rq2h_1", Cg = "_playStyled_1rq2h_9", br = {
|
|
10815
|
+
container: bg,
|
|
10816
|
+
playStyled: Cg
|
|
10817
|
+
}, _g = (e) => {
|
|
10817
10818
|
const { video: t } = e;
|
|
10818
10819
|
return /* @__PURE__ */ a(
|
|
10819
10820
|
L,
|
|
@@ -10835,12 +10836,12 @@ const wr = {
|
|
|
10835
10836
|
] })
|
|
10836
10837
|
}
|
|
10837
10838
|
);
|
|
10838
|
-
},
|
|
10839
|
+
}, Ng = (e) => {
|
|
10839
10840
|
const t = () => e?.video.main.author ? `${e?.video.main.author} - ${je(
|
|
10840
10841
|
e.video.info.date.created
|
|
10841
10842
|
)}` : e?.video.main.author;
|
|
10842
10843
|
return /* @__PURE__ */ a("div", { className: ct.content, children: /* @__PURE__ */ a(Vt, { className: ct.contentLatout, children: /* @__PURE__ */ a(me, { title: "Videos", isTitle: !0, children: /* @__PURE__ */ m("div", { className: ct.videoContent, children: [
|
|
10843
|
-
/* @__PURE__ */ a(
|
|
10844
|
+
/* @__PURE__ */ a(_g, { video: e.video }),
|
|
10844
10845
|
/* @__PURE__ */ m("div", { className: ct.articleSection, children: [
|
|
10845
10846
|
/* @__PURE__ */ a(
|
|
10846
10847
|
L,
|
|
@@ -10855,17 +10856,17 @@ const wr = {
|
|
|
10855
10856
|
/* @__PURE__ */ a("p", { className: ct.correspondent, children: t() })
|
|
10856
10857
|
] })
|
|
10857
10858
|
] }) }) }) });
|
|
10858
|
-
},
|
|
10859
|
+
}, w3 = (e) => {
|
|
10859
10860
|
switch (e.option) {
|
|
10860
10861
|
case "op1":
|
|
10861
|
-
return /* @__PURE__ */ a(
|
|
10862
|
+
return /* @__PURE__ */ a(mg, { videos: e.data });
|
|
10862
10863
|
case "op2":
|
|
10863
|
-
return /* @__PURE__ */ a(
|
|
10864
|
+
return /* @__PURE__ */ a(Ng, { video: e.data[0] });
|
|
10864
10865
|
default:
|
|
10865
10866
|
return /* @__PURE__ */ a(J, {});
|
|
10866
10867
|
}
|
|
10867
10868
|
};
|
|
10868
|
-
function
|
|
10869
|
+
function y3({ containerId: e, containerId2: t }) {
|
|
10869
10870
|
return Me(() => {
|
|
10870
10871
|
try {
|
|
10871
10872
|
let n = function() {
|
|
@@ -10901,7 +10902,7 @@ function w3({ containerId: e, containerId2: t }) {
|
|
|
10901
10902
|
}
|
|
10902
10903
|
}, [e]), null;
|
|
10903
10904
|
}
|
|
10904
|
-
const
|
|
10905
|
+
const Sg = (e) => {
|
|
10905
10906
|
const {
|
|
10906
10907
|
//rounded = false,
|
|
10907
10908
|
isVideo: t = !1,
|
|
@@ -10963,7 +10964,7 @@ const Ng = (e) => {
|
|
|
10963
10964
|
] })
|
|
10964
10965
|
] })
|
|
10965
10966
|
] }) });
|
|
10966
|
-
},
|
|
10967
|
+
}, Eg = (e) => /* @__PURE__ */ a(
|
|
10967
10968
|
"svg",
|
|
10968
10969
|
{
|
|
10969
10970
|
width: "41",
|
|
@@ -10980,7 +10981,7 @@ const Ng = (e) => {
|
|
|
10980
10981
|
}
|
|
10981
10982
|
)
|
|
10982
10983
|
}
|
|
10983
|
-
),
|
|
10984
|
+
), xg = {
|
|
10984
10985
|
info: {
|
|
10985
10986
|
section: {
|
|
10986
10987
|
name: "",
|
|
@@ -11037,14 +11038,14 @@ const Ng = (e) => {
|
|
|
11037
11038
|
}
|
|
11038
11039
|
],
|
|
11039
11040
|
preview: void 0
|
|
11040
|
-
}, Cr = 6,
|
|
11041
|
+
}, Cr = 6, Tg = ({
|
|
11041
11042
|
section: e,
|
|
11042
11043
|
currentNews: t,
|
|
11043
11044
|
banner: n,
|
|
11044
11045
|
isVisible: r = !1,
|
|
11045
11046
|
stylesConfig: o
|
|
11046
11047
|
}) => {
|
|
11047
|
-
const [s, i] = Y({ data: Array.from({ length: Cr }, () =>
|
|
11048
|
+
const [s, i] = Y({ data: Array.from({ length: Cr }, () => xg) }), [c, d] = Y(!1), l = he(async () => {
|
|
11048
11049
|
if (!(c || !t?.info?.link?.internal)) {
|
|
11049
11050
|
d(!0);
|
|
11050
11051
|
try {
|
|
@@ -11067,7 +11068,7 @@ const Ng = (e) => {
|
|
|
11067
11068
|
return Me(() => {
|
|
11068
11069
|
r && l();
|
|
11069
11070
|
}, [r, s, l]), !s?.data || s.data.length === 0 ? null : /* @__PURE__ */ a(
|
|
11070
|
-
|
|
11071
|
+
Ig,
|
|
11071
11072
|
{
|
|
11072
11073
|
news: s.data,
|
|
11073
11074
|
title: "Más Noticias",
|
|
@@ -11079,7 +11080,7 @@ const Ng = (e) => {
|
|
|
11079
11080
|
isVisible: r
|
|
11080
11081
|
}
|
|
11081
11082
|
);
|
|
11082
|
-
},
|
|
11083
|
+
}, Ig = (e) => {
|
|
11083
11084
|
const { news: t, hasLines: n = !1 } = e, r = (o) => n && (o + 1) % 3 !== 0 ? ia.contentSeparator : "";
|
|
11084
11085
|
return /* @__PURE__ */ a(
|
|
11085
11086
|
"div",
|
|
@@ -11115,7 +11116,7 @@ const Ng = (e) => {
|
|
|
11115
11116
|
"aria-label": i?.title?.section ?? "nota",
|
|
11116
11117
|
target: d?.link?.target,
|
|
11117
11118
|
children: /* @__PURE__ */ a(
|
|
11118
|
-
|
|
11119
|
+
Sg,
|
|
11119
11120
|
{
|
|
11120
11121
|
isVisible: e.isVisible,
|
|
11121
11122
|
preview: l,
|
|
@@ -11128,7 +11129,7 @@ const Ng = (e) => {
|
|
|
11128
11129
|
}
|
|
11129
11130
|
),
|
|
11130
11131
|
/* @__PURE__ */ a("div", { className: Dt.newsDescription, children: /* @__PURE__ */ a(
|
|
11131
|
-
|
|
11132
|
+
kg,
|
|
11132
11133
|
{
|
|
11133
11134
|
main: i,
|
|
11134
11135
|
authors: c,
|
|
@@ -11149,14 +11150,14 @@ const Ng = (e) => {
|
|
|
11149
11150
|
})
|
|
11150
11151
|
}
|
|
11151
11152
|
);
|
|
11152
|
-
},
|
|
11153
|
+
}, kg = (e) => {
|
|
11153
11154
|
const { share: t = !1, cutSubtitle: n = !0 } = e, o = (() => {
|
|
11154
11155
|
if (!e?.authors || e.authors.length === 0) return "";
|
|
11155
11156
|
const s = e.authors[0], i = je(e.info?.date?.modified);
|
|
11156
11157
|
return s && e?.config?.showtime && e.config?.showauthor ? `${s.fullname} - ${i}` : s && e.config?.showauthor ? s.fullname : e?.config?.showtime ? i : "";
|
|
11157
11158
|
})();
|
|
11158
11159
|
return /* @__PURE__ */ m("div", { className: re.boxInformation, children: [
|
|
11159
|
-
t && /* @__PURE__ */ a(
|
|
11160
|
+
t && /* @__PURE__ */ a(Eg, { className: re.dotStyles }),
|
|
11160
11161
|
e?.info?.section?.url && /* @__PURE__ */ m("div", { className: re.sectionDescriptionContainer, children: [
|
|
11161
11162
|
/* @__PURE__ */ a(
|
|
11162
11163
|
L,
|
|
@@ -11202,7 +11203,7 @@ const Ng = (e) => {
|
|
|
11202
11203
|
}
|
|
11203
11204
|
) : /* @__PURE__ */ a("div", { className: re.correspondent, children: o }) })
|
|
11204
11205
|
] });
|
|
11205
|
-
},
|
|
11206
|
+
}, Ug = ({
|
|
11206
11207
|
user: e,
|
|
11207
11208
|
handleLogout: t,
|
|
11208
11209
|
message: n
|
|
@@ -11241,25 +11242,25 @@ const Ng = (e) => {
|
|
|
11241
11242
|
/* @__PURE__ */ a("p", { className: "comment-text", children: n })
|
|
11242
11243
|
] })
|
|
11243
11244
|
] }) });
|
|
11244
|
-
},
|
|
11245
|
-
overlay:
|
|
11246
|
-
popup:
|
|
11247
|
-
title:
|
|
11248
|
-
optionsContainer:
|
|
11249
|
-
option:
|
|
11250
|
-
radioInput:
|
|
11251
|
-
radioCustom:
|
|
11252
|
-
optionLabel:
|
|
11253
|
-
buttons:
|
|
11254
|
-
cancelButton:
|
|
11255
|
-
closeButton:
|
|
11256
|
-
buttonAlone:
|
|
11257
|
-
reportButton:
|
|
11258
|
-
successContainer:
|
|
11259
|
-
thumbsUp:
|
|
11260
|
-
successMessage:
|
|
11261
|
-
errorMessage:
|
|
11262
|
-
loadingContainer:
|
|
11245
|
+
}, qg = "_overlay_qj491_3", Rg = "_popup_qj491_17", Lg = "_title_qj491_40", Bg = "_optionsContainer_qj491_52", Og = "_option_qj491_52", Pg = "_radioInput_qj491_66", Dg = "_radioCustom_qj491_70", Mg = "_optionLabel_qj491_97", jg = "_buttons_qj491_110", Qg = "_cancelButton_qj491_117", Gg = "_closeButton_qj491_118", zg = "_buttonAlone_qj491_137", Hg = "_reportButton_qj491_143", Vg = "_successContainer_qj491_163", Fg = "_thumbsUp_qj491_171", Wg = "_successMessage_qj491_177", $g = "_errorMessage_qj491_218", Yg = "_loadingContainer_qj491_231", ue = {
|
|
11246
|
+
overlay: qg,
|
|
11247
|
+
popup: Rg,
|
|
11248
|
+
title: Lg,
|
|
11249
|
+
optionsContainer: Bg,
|
|
11250
|
+
option: Og,
|
|
11251
|
+
radioInput: Pg,
|
|
11252
|
+
radioCustom: Dg,
|
|
11253
|
+
optionLabel: Mg,
|
|
11254
|
+
buttons: jg,
|
|
11255
|
+
cancelButton: Qg,
|
|
11256
|
+
closeButton: Gg,
|
|
11257
|
+
buttonAlone: zg,
|
|
11258
|
+
reportButton: Hg,
|
|
11259
|
+
successContainer: Vg,
|
|
11260
|
+
thumbsUp: Fg,
|
|
11261
|
+
successMessage: Wg,
|
|
11262
|
+
errorMessage: $g,
|
|
11263
|
+
loadingContainer: Yg
|
|
11263
11264
|
}, To = async (e) => {
|
|
11264
11265
|
const { PUBLIC_ENV: t } = $();
|
|
11265
11266
|
if (t === "local") return !0;
|
|
@@ -11284,7 +11285,7 @@ const Ng = (e) => {
|
|
|
11284
11285
|
return console.error("Error verificando reCAPTCHA Enterprise:", s), !1;
|
|
11285
11286
|
}
|
|
11286
11287
|
};
|
|
11287
|
-
async function
|
|
11288
|
+
async function v3({
|
|
11288
11289
|
publication: e,
|
|
11289
11290
|
username: t,
|
|
11290
11291
|
id: n,
|
|
@@ -11343,7 +11344,7 @@ async function y3({
|
|
|
11343
11344
|
throw h;
|
|
11344
11345
|
}
|
|
11345
11346
|
}
|
|
11346
|
-
const
|
|
11347
|
+
const Ye = {
|
|
11347
11348
|
spam: "Es spam o contenido comercial no deseado",
|
|
11348
11349
|
inappropriate: "Lenguaje inadecuado",
|
|
11349
11350
|
hate: "Discurso o símbolos de odio",
|
|
@@ -11352,15 +11353,15 @@ const Ke = {
|
|
|
11352
11353
|
intellectual: "Violación de propiedad intelectual",
|
|
11353
11354
|
bullying: "Bullying o acoso"
|
|
11354
11355
|
};
|
|
11355
|
-
function
|
|
11356
|
-
return
|
|
11356
|
+
function b3(e) {
|
|
11357
|
+
return Ye[e];
|
|
11357
11358
|
}
|
|
11358
|
-
const mt = 300,
|
|
11359
|
+
const mt = 300, Je = {
|
|
11359
11360
|
username: "anonimo",
|
|
11360
11361
|
firstname: "Usuario",
|
|
11361
11362
|
lastname: "Anonimo"
|
|
11362
11363
|
};
|
|
11363
|
-
function
|
|
11364
|
+
function Kg(e) {
|
|
11364
11365
|
const t = e.split(" ");
|
|
11365
11366
|
if (t.length !== 3) return e;
|
|
11366
11367
|
const [n, r, o] = t, s = r.charAt(0).toUpperCase() + r.slice(1).toLowerCase();
|
|
@@ -11378,13 +11379,13 @@ const xa = (e, t) => {
|
|
|
11378
11379
|
} catch {
|
|
11379
11380
|
return [];
|
|
11380
11381
|
}
|
|
11381
|
-
},
|
|
11382
|
+
}, Jg = (e, t) => {
|
|
11382
11383
|
const n = Io(e);
|
|
11383
11384
|
n.includes(t) || (n.push(t), e.cookie = `reported=${encodeURIComponent(
|
|
11384
11385
|
JSON.stringify(n)
|
|
11385
11386
|
)}; path=/; max-age=${3600 * 24 * 1}`);
|
|
11386
11387
|
};
|
|
11387
|
-
function
|
|
11388
|
+
function Zg(e) {
|
|
11388
11389
|
const [t, n] = e.split("@");
|
|
11389
11390
|
if (!t || !n) return e;
|
|
11390
11391
|
let r = "";
|
|
@@ -11397,7 +11398,7 @@ function Jg(e) {
|
|
|
11397
11398
|
}
|
|
11398
11399
|
var an = { exports: {} }, rn = { exports: {} }, ne = {};
|
|
11399
11400
|
var _r;
|
|
11400
|
-
function
|
|
11401
|
+
function Xg() {
|
|
11401
11402
|
if (_r) return ne;
|
|
11402
11403
|
_r = 1;
|
|
11403
11404
|
var e = typeof Symbol == "function" && Symbol.for, t = e ? Symbol.for("react.element") : 60103, n = e ? Symbol.for("react.portal") : 60106, r = e ? Symbol.for("react.fragment") : 60107, o = e ? Symbol.for("react.strict_mode") : 60108, s = e ? Symbol.for("react.profiler") : 60114, i = e ? Symbol.for("react.provider") : 60109, c = e ? Symbol.for("react.context") : 60110, d = e ? Symbol.for("react.async_mode") : 60111, l = e ? Symbol.for("react.concurrent_mode") : 60111, u = e ? Symbol.for("react.forward_ref") : 60112, h = e ? Symbol.for("react.suspense") : 60113, f = e ? Symbol.for("react.suspense_list") : 60120, A = e ? Symbol.for("react.memo") : 60115, g = e ? Symbol.for("react.lazy") : 60116, p = e ? Symbol.for("react.block") : 60121, w = e ? Symbol.for("react.fundamental") : 60117, _ = e ? Symbol.for("react.responder") : 60118, S = e ? Symbol.for("react.scope") : 60119;
|
|
@@ -11464,7 +11465,7 @@ function Zg() {
|
|
|
11464
11465
|
}
|
|
11465
11466
|
var ae = {};
|
|
11466
11467
|
var Nr;
|
|
11467
|
-
function
|
|
11468
|
+
function ep() {
|
|
11468
11469
|
return Nr || (Nr = 1, process.env.NODE_ENV !== "production" && (function() {
|
|
11469
11470
|
var e = typeof Symbol == "function" && Symbol.for, t = e ? Symbol.for("react.element") : 60103, n = e ? Symbol.for("react.portal") : 60106, r = e ? Symbol.for("react.fragment") : 60107, o = e ? Symbol.for("react.strict_mode") : 60108, s = e ? Symbol.for("react.profiler") : 60114, i = e ? Symbol.for("react.provider") : 60109, c = e ? Symbol.for("react.context") : 60110, d = e ? Symbol.for("react.async_mode") : 60111, l = e ? Symbol.for("react.concurrent_mode") : 60111, u = e ? Symbol.for("react.forward_ref") : 60112, h = e ? Symbol.for("react.suspense") : 60113, f = e ? Symbol.for("react.suspense_list") : 60120, A = e ? Symbol.for("react.memo") : 60115, g = e ? Symbol.for("react.lazy") : 60116, p = e ? Symbol.for("react.block") : 60121, w = e ? Symbol.for("react.fundamental") : 60117, _ = e ? Symbol.for("react.responder") : 60118, S = e ? Symbol.for("react.scope") : 60119;
|
|
11470
11471
|
function N(q) {
|
|
@@ -11548,10 +11549,10 @@ function Xg() {
|
|
|
11548
11549
|
}
|
|
11549
11550
|
var Sr;
|
|
11550
11551
|
function Ta() {
|
|
11551
|
-
return Sr || (Sr = 1, process.env.NODE_ENV === "production" ? rn.exports =
|
|
11552
|
+
return Sr || (Sr = 1, process.env.NODE_ENV === "production" ? rn.exports = Xg() : rn.exports = ep()), rn.exports;
|
|
11552
11553
|
}
|
|
11553
11554
|
var $n, Er;
|
|
11554
|
-
function
|
|
11555
|
+
function tp() {
|
|
11555
11556
|
if (Er) return $n;
|
|
11556
11557
|
Er = 1;
|
|
11557
11558
|
var e = Object.getOwnPropertySymbols, t = Object.prototype.hasOwnProperty, n = Object.prototype.propertyIsEnumerable;
|
|
@@ -11608,7 +11609,7 @@ function ko() {
|
|
|
11608
11609
|
return Tr || (Tr = 1, Kn = Function.call.bind(Object.prototype.hasOwnProperty)), Kn;
|
|
11609
11610
|
}
|
|
11610
11611
|
var Jn, Ir;
|
|
11611
|
-
function
|
|
11612
|
+
function np() {
|
|
11612
11613
|
if (Ir) return Jn;
|
|
11613
11614
|
Ir = 1;
|
|
11614
11615
|
var e = function() {
|
|
@@ -11657,10 +11658,10 @@ function tp() {
|
|
|
11657
11658
|
}, Jn = o, Jn;
|
|
11658
11659
|
}
|
|
11659
11660
|
var Zn, kr;
|
|
11660
|
-
function
|
|
11661
|
+
function ap() {
|
|
11661
11662
|
if (kr) return Zn;
|
|
11662
11663
|
kr = 1;
|
|
11663
|
-
var e = Ta(), t =
|
|
11664
|
+
var e = Ta(), t = tp(), n = /* @__PURE__ */ Ia(), r = /* @__PURE__ */ ko(), o = /* @__PURE__ */ np(), s = function() {
|
|
11664
11665
|
};
|
|
11665
11666
|
process.env.NODE_ENV !== "production" && (s = function(c) {
|
|
11666
11667
|
var d = "Warning: " + c;
|
|
@@ -11978,7 +11979,7 @@ Valid keys: ` + JSON.stringify(Object.keys(y), null, " ")
|
|
|
11978
11979
|
}, Zn;
|
|
11979
11980
|
}
|
|
11980
11981
|
var Xn, Ur;
|
|
11981
|
-
function
|
|
11982
|
+
function rp() {
|
|
11982
11983
|
if (Ur) return Xn;
|
|
11983
11984
|
Ur = 1;
|
|
11984
11985
|
var e = /* @__PURE__ */ Ia();
|
|
@@ -12026,18 +12027,18 @@ function ap() {
|
|
|
12026
12027
|
}, Xn;
|
|
12027
12028
|
}
|
|
12028
12029
|
var qr;
|
|
12029
|
-
function
|
|
12030
|
+
function op() {
|
|
12030
12031
|
if (qr) return an.exports;
|
|
12031
12032
|
if (qr = 1, process.env.NODE_ENV !== "production") {
|
|
12032
12033
|
var e = Ta(), t = !0;
|
|
12033
|
-
an.exports = /* @__PURE__ */
|
|
12034
|
+
an.exports = /* @__PURE__ */ ap()(e.isElement, t);
|
|
12034
12035
|
} else
|
|
12035
|
-
an.exports = /* @__PURE__ */
|
|
12036
|
+
an.exports = /* @__PURE__ */ rp()();
|
|
12036
12037
|
return an.exports;
|
|
12037
12038
|
}
|
|
12038
|
-
var
|
|
12039
|
-
const be = /* @__PURE__ */ Nt(
|
|
12040
|
-
var
|
|
12039
|
+
var sp = /* @__PURE__ */ op();
|
|
12040
|
+
const be = /* @__PURE__ */ Nt(sp);
|
|
12041
|
+
var ip = ["sitekey", "onChange", "theme", "type", "tabindex", "onExpired", "onErrored", "size", "stoken", "grecaptcha", "badge", "hl", "isolated"];
|
|
12041
12042
|
function da() {
|
|
12042
12043
|
return da = Object.assign ? Object.assign.bind() : function(e) {
|
|
12043
12044
|
for (var t = 1; t < arguments.length; t++) {
|
|
@@ -12048,7 +12049,7 @@ function da() {
|
|
|
12048
12049
|
return e;
|
|
12049
12050
|
}, da.apply(this, arguments);
|
|
12050
12051
|
}
|
|
12051
|
-
function
|
|
12052
|
+
function cp(e, t) {
|
|
12052
12053
|
if (e == null) return {};
|
|
12053
12054
|
var n = {}, r = Object.keys(e), o, s;
|
|
12054
12055
|
for (s = 0; s < r.length; s++)
|
|
@@ -12060,7 +12061,7 @@ function on(e) {
|
|
|
12060
12061
|
throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
|
|
12061
12062
|
return e;
|
|
12062
12063
|
}
|
|
12063
|
-
function
|
|
12064
|
+
function lp(e, t) {
|
|
12064
12065
|
e.prototype = Object.create(t.prototype), e.prototype.constructor = e, ua(e, t);
|
|
12065
12066
|
}
|
|
12066
12067
|
function ua(e, t) {
|
|
@@ -12069,7 +12070,7 @@ function ua(e, t) {
|
|
|
12069
12070
|
}, ua(e, t);
|
|
12070
12071
|
}
|
|
12071
12072
|
var qn = /* @__PURE__ */ (function(e) {
|
|
12072
|
-
|
|
12073
|
+
lp(t, e);
|
|
12073
12074
|
function t() {
|
|
12074
12075
|
var r;
|
|
12075
12076
|
return r = e.call(this) || this, r.handleExpired = r.handleExpired.bind(on(r)), r.handleErrored = r.handleErrored.bind(on(r)), r.handleChange = r.handleChange.bind(on(r)), r.handleRecaptchaRef = r.handleRecaptchaRef.bind(on(r)), r;
|
|
@@ -12133,7 +12134,7 @@ var qn = /* @__PURE__ */ (function(e) {
|
|
|
12133
12134
|
}, n.render = function() {
|
|
12134
12135
|
var o = this.props;
|
|
12135
12136
|
o.sitekey, o.onChange, o.theme, o.type, o.tabindex, o.onExpired, o.onErrored, o.size, o.stoken, o.grecaptcha, o.badge, o.hl, o.isolated;
|
|
12136
|
-
var s =
|
|
12137
|
+
var s = cp(o, ip);
|
|
12137
12138
|
return /* @__PURE__ */ qa.createElement("div", da({}, s, {
|
|
12138
12139
|
ref: this.handleRecaptchaRef
|
|
12139
12140
|
}));
|
|
@@ -12165,7 +12166,7 @@ qn.defaultProps = {
|
|
|
12165
12166
|
badge: "bottomright"
|
|
12166
12167
|
};
|
|
12167
12168
|
var ea, Rr;
|
|
12168
|
-
function
|
|
12169
|
+
function dp() {
|
|
12169
12170
|
if (Rr) return ea;
|
|
12170
12171
|
Rr = 1;
|
|
12171
12172
|
var e = Ta(), t = {
|
|
@@ -12230,8 +12231,8 @@ function lp() {
|
|
|
12230
12231
|
}
|
|
12231
12232
|
return ea = A, ea;
|
|
12232
12233
|
}
|
|
12233
|
-
var
|
|
12234
|
-
const
|
|
12234
|
+
var up = dp();
|
|
12235
|
+
const hp = /* @__PURE__ */ Nt(up);
|
|
12235
12236
|
function ha() {
|
|
12236
12237
|
return ha = Object.assign || function(e) {
|
|
12237
12238
|
for (var t = 1; t < arguments.length; t++) {
|
|
@@ -12242,28 +12243,28 @@ function ha() {
|
|
|
12242
12243
|
return e;
|
|
12243
12244
|
}, ha.apply(this, arguments);
|
|
12244
12245
|
}
|
|
12245
|
-
function
|
|
12246
|
+
function mp(e, t) {
|
|
12246
12247
|
if (e == null) return {};
|
|
12247
12248
|
var n = {}, r = Object.keys(e), o, s;
|
|
12248
12249
|
for (s = 0; s < r.length; s++)
|
|
12249
12250
|
o = r[s], !(t.indexOf(o) >= 0) && (n[o] = e[o]);
|
|
12250
12251
|
return n;
|
|
12251
12252
|
}
|
|
12252
|
-
function
|
|
12253
|
+
function fp(e, t) {
|
|
12253
12254
|
e.prototype = Object.create(t.prototype), e.prototype.constructor = e, e.__proto__ = t;
|
|
12254
12255
|
}
|
|
12255
|
-
var Le = {},
|
|
12256
|
-
function
|
|
12256
|
+
var Le = {}, gp = 0;
|
|
12257
|
+
function pp(e, t) {
|
|
12257
12258
|
return t = t || {}, function(r) {
|
|
12258
12259
|
var o = r.displayName || r.name || "Component", s = /* @__PURE__ */ (function(c) {
|
|
12259
|
-
|
|
12260
|
+
fp(d, c);
|
|
12260
12261
|
function d(u, h) {
|
|
12261
12262
|
var f;
|
|
12262
12263
|
return f = c.call(this, u, h) || this, f.state = {}, f.__scriptURL = "", f;
|
|
12263
12264
|
}
|
|
12264
12265
|
var l = d.prototype;
|
|
12265
12266
|
return l.asyncScriptLoaderGetScriptLoaderID = function() {
|
|
12266
|
-
return this.__scriptLoaderID || (this.__scriptLoaderID = "async-script-loader-" +
|
|
12267
|
+
return this.__scriptLoaderID || (this.__scriptLoaderID = "async-script-loader-" + gp++), this.__scriptLoaderID;
|
|
12267
12268
|
}, l.setupScriptURL = function() {
|
|
12268
12269
|
return this.__scriptURL = typeof e == "function" ? e() : e, this.__scriptURL;
|
|
12269
12270
|
}, l.asyncScriptLoaderHandleLoad = function(h) {
|
|
@@ -12336,62 +12337,62 @@ function gp(e, t) {
|
|
|
12336
12337
|
}, l.render = function() {
|
|
12337
12338
|
var h = t.globalName, f = this.props;
|
|
12338
12339
|
f.asyncScriptOnLoad;
|
|
12339
|
-
var A = f.forwardedRef, g =
|
|
12340
|
-
return h && typeof window < "u" && (g[h] = typeof window[h] < "u" ? window[h] : void 0), g.ref = A,
|
|
12340
|
+
var A = f.forwardedRef, g = mp(f, ["asyncScriptOnLoad", "forwardedRef"]);
|
|
12341
|
+
return h && typeof window < "u" && (g[h] = typeof window[h] < "u" ? window[h] : void 0), g.ref = A, ot(r, g);
|
|
12341
12342
|
}, d;
|
|
12342
12343
|
})(Qo), i = Pr(function(c, d) {
|
|
12343
|
-
return
|
|
12344
|
+
return ot(s, ha({}, c, {
|
|
12344
12345
|
forwardedRef: d
|
|
12345
12346
|
}));
|
|
12346
12347
|
});
|
|
12347
12348
|
return i.displayName = "AsyncScriptLoader(" + o + ")", i.propTypes = {
|
|
12348
12349
|
asyncScriptOnLoad: be.func
|
|
12349
|
-
},
|
|
12350
|
+
}, hp(i, r);
|
|
12350
12351
|
};
|
|
12351
12352
|
}
|
|
12352
|
-
var ma = "onloadcallback",
|
|
12353
|
+
var ma = "onloadcallback", Ap = "grecaptcha";
|
|
12353
12354
|
function fa() {
|
|
12354
12355
|
return typeof window < "u" && window.recaptchaOptions || {};
|
|
12355
12356
|
}
|
|
12356
|
-
function
|
|
12357
|
+
function wp() {
|
|
12357
12358
|
var e = fa(), t = e.useRecaptchaNet ? "recaptcha.net" : "www.google.com";
|
|
12358
12359
|
return e.enterprise ? "https://" + t + "/recaptcha/enterprise.js?onload=" + ma + "&render=explicit" : "https://" + t + "/recaptcha/api.js?onload=" + ma + "&render=explicit";
|
|
12359
12360
|
}
|
|
12360
|
-
const Uo =
|
|
12361
|
+
const Uo = pp(wp, {
|
|
12361
12362
|
callbackName: ma,
|
|
12362
|
-
globalName:
|
|
12363
|
+
globalName: Ap,
|
|
12363
12364
|
attributes: fa().nonce ? {
|
|
12364
12365
|
nonce: fa().nonce
|
|
12365
12366
|
} : {}
|
|
12366
|
-
})(qn),
|
|
12367
|
-
overlay:
|
|
12368
|
-
header:
|
|
12369
|
-
logo:
|
|
12370
|
-
card:
|
|
12371
|
-
close:
|
|
12372
|
-
form:
|
|
12373
|
-
formUl:
|
|
12374
|
-
field:
|
|
12375
|
-
label:
|
|
12376
|
-
input:
|
|
12377
|
-
error:
|
|
12378
|
-
primary:
|
|
12379
|
-
divider:
|
|
12380
|
-
google:
|
|
12381
|
-
googleIcon:
|
|
12382
|
-
spin:
|
|
12383
|
-
checkboxRow:
|
|
12367
|
+
})(qn), yp = "_overlay_tlrod_1", vp = "_header_tlrod_18", bp = "_logo_tlrod_25", Cp = "_card_tlrod_32", _p = "_close_tlrod_47", Np = "_form_tlrod_71", Sp = "_formUl_tlrod_80", Ep = "_field_tlrod_92", xp = "_label_tlrod_99", Tp = "_input_tlrod_108", Ip = "_error_tlrod_126", kp = "_primary_tlrod_132", Up = "_divider_tlrod_167", qp = "_google_tlrod_193", Rp = "_googleIcon_tlrod_223", Lp = "_spin_tlrod_256", Bp = "_checkboxRow_tlrod_278", Op = "_terms_tlrod_315", Pp = "_message_tlrod_346", Dp = "_passwordChecker_tlrod_351", Mp = "_valid_tlrod_370", jp = "_invalid_tlrod_374", Qp = "_forgotPassword_tlrod_378", Gp = "_successContainer_tlrod_397", zp = "_thumbsUp_tlrod_405", Hp = "_successMessage_tlrod_411", I = {
|
|
12368
|
+
overlay: yp,
|
|
12369
|
+
header: vp,
|
|
12370
|
+
logo: bp,
|
|
12371
|
+
card: Cp,
|
|
12372
|
+
close: _p,
|
|
12373
|
+
form: Np,
|
|
12374
|
+
formUl: Sp,
|
|
12375
|
+
field: Ep,
|
|
12376
|
+
label: xp,
|
|
12377
|
+
input: Tp,
|
|
12378
|
+
error: Ip,
|
|
12379
|
+
primary: kp,
|
|
12380
|
+
divider: Up,
|
|
12381
|
+
google: qp,
|
|
12382
|
+
googleIcon: Rp,
|
|
12383
|
+
spin: Lp,
|
|
12384
|
+
checkboxRow: Bp,
|
|
12384
12385
|
switch: "_switch_tlrod_307",
|
|
12385
|
-
terms:
|
|
12386
|
-
message:
|
|
12387
|
-
passwordChecker:
|
|
12388
|
-
valid:
|
|
12389
|
-
invalid:
|
|
12390
|
-
forgotPassword:
|
|
12391
|
-
successContainer:
|
|
12392
|
-
thumbsUp:
|
|
12393
|
-
successMessage:
|
|
12394
|
-
},
|
|
12386
|
+
terms: Op,
|
|
12387
|
+
message: Pp,
|
|
12388
|
+
passwordChecker: Dp,
|
|
12389
|
+
valid: Mp,
|
|
12390
|
+
invalid: jp,
|
|
12391
|
+
forgotPassword: Qp,
|
|
12392
|
+
successContainer: Gp,
|
|
12393
|
+
thumbsUp: zp,
|
|
12394
|
+
successMessage: Hp
|
|
12395
|
+
}, Ze = () => /* @__PURE__ */ a(
|
|
12395
12396
|
"svg",
|
|
12396
12397
|
{
|
|
12397
12398
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -12402,7 +12403,7 @@ const Uo = gp(Ap, {
|
|
|
12402
12403
|
className: I.spin,
|
|
12403
12404
|
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" })
|
|
12404
12405
|
}
|
|
12405
|
-
),
|
|
12406
|
+
), Vp = ({
|
|
12406
12407
|
isOpen: e,
|
|
12407
12408
|
onClose: t,
|
|
12408
12409
|
commentId: n,
|
|
@@ -12412,22 +12413,22 @@ const Uo = gp(Ap, {
|
|
|
12412
12413
|
const [s, i] = Y("form"), [c, d] = Y(
|
|
12413
12414
|
""
|
|
12414
12415
|
), [l, u] = Y(""), [h, f] = Y(""), A = [
|
|
12415
|
-
{ id: "spam", label:
|
|
12416
|
+
{ id: "spam", label: Ye.spam },
|
|
12416
12417
|
{
|
|
12417
12418
|
id: "inappropriate",
|
|
12418
|
-
label:
|
|
12419
|
+
label: Ye.inappropriate
|
|
12419
12420
|
},
|
|
12420
|
-
{ id: "hate", label:
|
|
12421
|
+
{ id: "hate", label: Ye.hate },
|
|
12421
12422
|
{
|
|
12422
12423
|
id: "misinformation",
|
|
12423
|
-
label:
|
|
12424
|
+
label: Ye.misinformation
|
|
12424
12425
|
},
|
|
12425
|
-
{ id: "terrorism", label:
|
|
12426
|
+
{ id: "terrorism", label: Ye.terrorism },
|
|
12426
12427
|
{
|
|
12427
12428
|
id: "intellectual",
|
|
12428
|
-
label:
|
|
12429
|
+
label: Ye.intellectual
|
|
12429
12430
|
},
|
|
12430
|
-
{ id: "bullying", label:
|
|
12431
|
+
{ id: "bullying", label: Ye.bullying }
|
|
12431
12432
|
], g = async () => {
|
|
12432
12433
|
if (!(!c || !n)) {
|
|
12433
12434
|
if (Io(document).includes(n)) {
|
|
@@ -12446,12 +12447,12 @@ const Uo = gp(Ap, {
|
|
|
12446
12447
|
username: o,
|
|
12447
12448
|
id: n,
|
|
12448
12449
|
captchaToken: h,
|
|
12449
|
-
type:
|
|
12450
|
+
type: Ye[c]
|
|
12450
12451
|
// Enviamos el label completo
|
|
12451
12452
|
})
|
|
12452
12453
|
})).json();
|
|
12453
12454
|
if (_.type === "success")
|
|
12454
|
-
|
|
12455
|
+
Jg(document, n), i("success"), setTimeout(() => {
|
|
12455
12456
|
p();
|
|
12456
12457
|
}, 3e3);
|
|
12457
12458
|
else
|
|
@@ -12466,7 +12467,7 @@ const Uo = gp(Ap, {
|
|
|
12466
12467
|
return !e || !n || !o ? null : /* @__PURE__ */ a("div", { className: ue.overlay, children: /* @__PURE__ */ m("div", { className: ue.popup, children: [
|
|
12467
12468
|
/* @__PURE__ */ a("button", { className: "close-reply-form", onClick: p, children: /* @__PURE__ */ a(It, {}) }),
|
|
12468
12469
|
/* @__PURE__ */ a("h2", { className: ue.title, children: "Reportar Abuso" }),
|
|
12469
|
-
s === "loading" && /* @__PURE__ */ a("div", { className: ue.loadingContainer, children: /* @__PURE__ */ a(
|
|
12470
|
+
s === "loading" && /* @__PURE__ */ a("div", { className: ue.loadingContainer, children: /* @__PURE__ */ a(Ze, {}) }),
|
|
12470
12471
|
s === "form" || s === "loading" ? /* @__PURE__ */ m(J, { children: [
|
|
12471
12472
|
/* @__PURE__ */ a("div", { className: ue.optionsContainer, children: A.map((w) => /* @__PURE__ */ m("label", { className: ue.option, children: [
|
|
12472
12473
|
/* @__PURE__ */ a(
|
|
@@ -12549,7 +12550,7 @@ async function ka({
|
|
|
12549
12550
|
}) {
|
|
12550
12551
|
const { PUBLIC_ENV: d } = $();
|
|
12551
12552
|
if (d === "prod")
|
|
12552
|
-
return (await
|
|
12553
|
+
return (await Fp({
|
|
12553
12554
|
publication: e,
|
|
12554
12555
|
path: t,
|
|
12555
12556
|
size: n,
|
|
@@ -12566,7 +12567,7 @@ async function ka({
|
|
|
12566
12567
|
return (await l.json()).data[0];
|
|
12567
12568
|
}
|
|
12568
12569
|
}
|
|
12569
|
-
async function
|
|
12570
|
+
async function Fp({
|
|
12570
12571
|
publication: e,
|
|
12571
12572
|
path: t,
|
|
12572
12573
|
size: n = 5,
|
|
@@ -12617,7 +12618,7 @@ async function Vp({
|
|
|
12617
12618
|
throw _;
|
|
12618
12619
|
}
|
|
12619
12620
|
}
|
|
12620
|
-
const { PUBLIC_PUBLICATION_ID:
|
|
12621
|
+
const { PUBLIC_PUBLICATION_ID: Wp } = $(), $p = Wp, Yp = (e) => {
|
|
12621
12622
|
const [t, n] = Y(void 0);
|
|
12622
12623
|
return Me(() => {
|
|
12623
12624
|
if (t) return;
|
|
@@ -12625,7 +12626,7 @@ const { PUBLIC_PUBLICATION_ID: Fp } = $(), Wp = Fp, $p = (e) => {
|
|
|
12625
12626
|
const { PUBLIC_X_SECURITY_TOKEN: o } = $();
|
|
12626
12627
|
try {
|
|
12627
12628
|
const s = await ka({
|
|
12628
|
-
publication:
|
|
12629
|
+
publication: $p,
|
|
12629
12630
|
path: e ?? "",
|
|
12630
12631
|
size: 5,
|
|
12631
12632
|
sizereply: 2,
|
|
@@ -12643,7 +12644,7 @@ const { PUBLIC_PUBLICATION_ID: Fp } = $(), Wp = Fp, $p = (e) => {
|
|
|
12643
12644
|
}, qo = ({ username: e, date: t }) => /* @__PURE__ */ m("div", { className: "comment-header", children: [
|
|
12644
12645
|
/* @__PURE__ */ a("span", { className: "comment-username", children: e }),
|
|
12645
12646
|
/* @__PURE__ */ a("span", { className: "comment-header-dot", children: "•" }),
|
|
12646
|
-
/* @__PURE__ */ a("span", { className: "comment-date", children:
|
|
12647
|
+
/* @__PURE__ */ a("span", { className: "comment-date", children: Kg(je(Number(t))) })
|
|
12647
12648
|
] }), Ro = ({ user: e }) => /* @__PURE__ */ a("div", { className: "comment-avatar", children: e.picture ? /* @__PURE__ */ a(
|
|
12648
12649
|
"img",
|
|
12649
12650
|
{
|
|
@@ -12780,7 +12781,7 @@ const { PUBLIC_PUBLICATION_ID: Fp } = $(), Wp = Fp, $p = (e) => {
|
|
|
12780
12781
|
]
|
|
12781
12782
|
}
|
|
12782
12783
|
);
|
|
12783
|
-
}, { PUBLIC_PUBLICATION_ID:
|
|
12784
|
+
}, { PUBLIC_PUBLICATION_ID: Kp } = $(), Jp = Kp, Do = async ({
|
|
12784
12785
|
path: e,
|
|
12785
12786
|
ref: t,
|
|
12786
12787
|
captchaToken: n,
|
|
@@ -12799,7 +12800,7 @@ const { PUBLIC_PUBLICATION_ID: Fp } = $(), Wp = Fp, $p = (e) => {
|
|
|
12799
12800
|
method: "POST",
|
|
12800
12801
|
headers: { "Content-Type": "application/json" },
|
|
12801
12802
|
body: JSON.stringify({
|
|
12802
|
-
publication:
|
|
12803
|
+
publication: Jp,
|
|
12803
12804
|
path: e,
|
|
12804
12805
|
id: s,
|
|
12805
12806
|
username: o.username,
|
|
@@ -12833,7 +12834,7 @@ const { PUBLIC_PUBLICATION_ID: Fp } = $(), Wp = Fp, $p = (e) => {
|
|
|
12833
12834
|
} catch (d) {
|
|
12834
12835
|
return console.error("Error enviando comentario:", d), alert(d.message || "Error al enviar el comentario."), !1;
|
|
12835
12836
|
}
|
|
12836
|
-
},
|
|
12837
|
+
}, Zp = ({
|
|
12837
12838
|
replyingTo: e,
|
|
12838
12839
|
commentRef: t,
|
|
12839
12840
|
user: n,
|
|
@@ -12884,11 +12885,11 @@ const { PUBLIC_PUBLICATION_ID: Fp } = $(), Wp = Fp, $p = (e) => {
|
|
|
12884
12885
|
}
|
|
12885
12886
|
)
|
|
12886
12887
|
] });
|
|
12887
|
-
},
|
|
12888
|
+
}, Xp = ({ reply: e, replyingTo: t, user: n, onFlag: r }) => {
|
|
12888
12889
|
const o = e.text;
|
|
12889
|
-
let s = `${
|
|
12890
|
+
let s = `${Je.firstname} ${Je.lastname}`, i = Je.username;
|
|
12890
12891
|
return e.user && (s = `${e.user.firstname} ${e.user.lastname}`, i = e.user.username), /* @__PURE__ */ a("div", { className: "comment-item reply", children: /* @__PURE__ */ m("div", { className: "comment-header-container", children: [
|
|
12891
|
-
/* @__PURE__ */ a(Ro, { user: e.user ? e.user :
|
|
12892
|
+
/* @__PURE__ */ a(Ro, { user: e.user ? e.user : Je }),
|
|
12892
12893
|
/* @__PURE__ */ m("div", { style: { flex: 1 }, children: [
|
|
12893
12894
|
/* @__PURE__ */ a(qo, { username: s, date: e.date.time }),
|
|
12894
12895
|
/* @__PURE__ */ m("div", { className: "comment-reply-to", children: [
|
|
@@ -12900,9 +12901,9 @@ const { PUBLIC_PUBLICATION_ID: Fp } = $(), Wp = Fp, $p = (e) => {
|
|
|
12900
12901
|
/* @__PURE__ */ a(Lo, { isReply: !0, onFlag: () => r(e.id) })
|
|
12901
12902
|
] })
|
|
12902
12903
|
] }) });
|
|
12903
|
-
},
|
|
12904
|
+
}, e9 = ({ comment: e, replyingTo: t, path: n, user: r, handleReplyingTo: o, onFlag: s }) => {
|
|
12904
12905
|
const i = { morereply: e.morereply ?? !1, reply: e.reply ? e.reply : [] }, [c, d] = Y(i), [l, u] = Ee.useState(!1), h = process.env.PUBLIC_PUBLICATION_ID ?? "", f = e.text, A = Ee.useRef(null);
|
|
12905
|
-
let g = `${
|
|
12906
|
+
let g = `${Je.firstname} ${Je.lastname}`, p = Je.username;
|
|
12906
12907
|
e.user && (g = `${e.user.firstname} ${e.user.lastname}`, p = e.user.username);
|
|
12907
12908
|
const w = (_) => {
|
|
12908
12909
|
d({ morereply: c.morereply, reply: [_, ...c.reply] });
|
|
@@ -12913,7 +12914,7 @@ const { PUBLIC_PUBLICATION_ID: Fp } = $(), Wp = Fp, $p = (e) => {
|
|
|
12913
12914
|
className: "comment-header-container",
|
|
12914
12915
|
"data-hasreplies": c.reply.length > 0 ? "true" : "false",
|
|
12915
12916
|
children: [
|
|
12916
|
-
/* @__PURE__ */ a(Ro, { user: e.user ? e.user :
|
|
12917
|
+
/* @__PURE__ */ a(Ro, { user: e.user ? e.user : Je }),
|
|
12917
12918
|
/* @__PURE__ */ m("div", { style: { flex: 1 }, children: [
|
|
12918
12919
|
/* @__PURE__ */ a(qo, { username: g, date: e.date.time }),
|
|
12919
12920
|
/* @__PURE__ */ a("p", { className: "comment-text", children: f }),
|
|
@@ -12926,7 +12927,7 @@ const { PUBLIC_PUBLICATION_ID: Fp } = $(), Wp = Fp, $p = (e) => {
|
|
|
12926
12927
|
}
|
|
12927
12928
|
),
|
|
12928
12929
|
t === e.id && r && /* @__PURE__ */ a(
|
|
12929
|
-
|
|
12930
|
+
Zp,
|
|
12930
12931
|
{
|
|
12931
12932
|
replyingTo: t,
|
|
12932
12933
|
commentRef: A,
|
|
@@ -12938,7 +12939,7 @@ const { PUBLIC_PUBLICATION_ID: Fp } = $(), Wp = Fp, $p = (e) => {
|
|
|
12938
12939
|
),
|
|
12939
12940
|
c.reply.length > 0 && /* @__PURE__ */ m("div", { className: "comment-replies", children: [
|
|
12940
12941
|
c.reply.map((_) => /* @__PURE__ */ a(
|
|
12941
|
-
|
|
12942
|
+
Xp,
|
|
12942
12943
|
{
|
|
12943
12944
|
user: r,
|
|
12944
12945
|
reply: _,
|
|
@@ -12947,7 +12948,7 @@ const { PUBLIC_PUBLICATION_ID: Fp } = $(), Wp = Fp, $p = (e) => {
|
|
|
12947
12948
|
},
|
|
12948
12949
|
_.id
|
|
12949
12950
|
)),
|
|
12950
|
-
l ? /* @__PURE__ */ a("div", { style: { marginLeft: "4rem", position: "relative" }, children: /* @__PURE__ */ a(
|
|
12951
|
+
l ? /* @__PURE__ */ a("div", { style: { marginLeft: "4rem", position: "relative" }, children: /* @__PURE__ */ a(Ze, {}) }) : c.morereply && /* @__PURE__ */ a(
|
|
12951
12952
|
"button",
|
|
12952
12953
|
{
|
|
12953
12954
|
className: "comment-replies-button reply-button",
|
|
@@ -12978,7 +12979,7 @@ const { PUBLIC_PUBLICATION_ID: Fp } = $(), Wp = Fp, $p = (e) => {
|
|
|
12978
12979
|
]
|
|
12979
12980
|
}
|
|
12980
12981
|
) });
|
|
12981
|
-
},
|
|
12982
|
+
}, t9 = ({
|
|
12982
12983
|
commentRef: e,
|
|
12983
12984
|
user: t,
|
|
12984
12985
|
path: n,
|
|
@@ -13023,7 +13024,7 @@ const { PUBLIC_PUBLICATION_ID: Fp } = $(), Wp = Fp, $p = (e) => {
|
|
|
13023
13024
|
}
|
|
13024
13025
|
)
|
|
13025
13026
|
] });
|
|
13026
|
-
}, { PUBLIC_PUBLICATION_ID:
|
|
13027
|
+
}, { PUBLIC_PUBLICATION_ID: n9, PUBLIC_X_SECURITY_TOKEN: a9 } = $(), Lr = n9 ?? "", r9 = ({
|
|
13027
13028
|
isAuthenticated: e,
|
|
13028
13029
|
path: t,
|
|
13029
13030
|
user: n,
|
|
@@ -13031,7 +13032,7 @@ const { PUBLIC_PUBLICATION_ID: Fp } = $(), Wp = Fp, $p = (e) => {
|
|
|
13031
13032
|
}) => {
|
|
13032
13033
|
const o = t.replaceAll("/", "|"), [s, i] = Y(
|
|
13033
13034
|
void 0
|
|
13034
|
-
), [c, d] = Y(""), { comments: l, setComments: u } =
|
|
13035
|
+
), [c, d] = Y(""), { comments: l, setComments: u } = Yp(o), [h, f] = Ee.useState(!1), A = Ee.useRef(null), g = (v) => {
|
|
13035
13036
|
d(c === v ? "" : v);
|
|
13036
13037
|
}, p = (v) => {
|
|
13037
13038
|
u(
|
|
@@ -13057,7 +13058,7 @@ const { PUBLIC_PUBLICATION_ID: Fp } = $(), Wp = Fp, $p = (e) => {
|
|
|
13057
13058
|
id: void 0,
|
|
13058
13059
|
lastid: O,
|
|
13059
13060
|
state: "5,6",
|
|
13060
|
-
apiToken:
|
|
13061
|
+
apiToken: a9
|
|
13061
13062
|
});
|
|
13062
13063
|
u({
|
|
13063
13064
|
morecomment: R.morecomment ?? !1,
|
|
@@ -13066,12 +13067,12 @@ const { PUBLIC_PUBLICATION_ID: Fp } = $(), Wp = Fp, $p = (e) => {
|
|
|
13066
13067
|
} catch (R) {
|
|
13067
13068
|
throw f(!1), new Error(`Error al obtener comentarios: ${R}`);
|
|
13068
13069
|
}
|
|
13069
|
-
}, S = l?.comments && l.comments.length > 0, N = S ? "Comparte tu opinión de este artículo." : "Se el primero en compartir tu opinión de este artículo.", x = /* @__PURE__ */ a("div", { style: { display: "flex", width: "100%", justifyContent: "center" }, children: /* @__PURE__ */ a(
|
|
13070
|
+
}, S = l?.comments && l.comments.length > 0, N = S ? "Comparte tu opinión de este artículo." : "Se el primero en compartir tu opinión de este artículo.", x = /* @__PURE__ */ a("div", { style: { display: "flex", width: "100%", justifyContent: "center" }, children: /* @__PURE__ */ a(Ze, {}) });
|
|
13070
13071
|
return /* @__PURE__ */ m(J, { children: [
|
|
13071
13072
|
/* @__PURE__ */ a("div", { className: "comments-container", children: /* @__PURE__ */ a(me, { title: S || e ? "COMENTARIOS" : !1, children: /* @__PURE__ */ m(J, { children: [
|
|
13072
13073
|
e && n && /* @__PURE__ */ m("div", { className: "comments-header", children: [
|
|
13073
13074
|
/* @__PURE__ */ a(
|
|
13074
|
-
|
|
13075
|
+
Ug,
|
|
13075
13076
|
{
|
|
13076
13077
|
user: n,
|
|
13077
13078
|
handleLogout: r,
|
|
@@ -13079,7 +13080,7 @@ const { PUBLIC_PUBLICATION_ID: Fp } = $(), Wp = Fp, $p = (e) => {
|
|
|
13079
13080
|
}
|
|
13080
13081
|
),
|
|
13081
13082
|
/* @__PURE__ */ a(
|
|
13082
|
-
|
|
13083
|
+
t9,
|
|
13083
13084
|
{
|
|
13084
13085
|
commentRef: A,
|
|
13085
13086
|
user: n,
|
|
@@ -13095,13 +13096,13 @@ const { PUBLIC_PUBLICATION_ID: Fp } = $(), Wp = Fp, $p = (e) => {
|
|
|
13095
13096
|
"data-isauthenticated": `${e}`,
|
|
13096
13097
|
children: [
|
|
13097
13098
|
l.comments.map((v) => /* @__PURE__ */ a(
|
|
13098
|
-
|
|
13099
|
+
e9,
|
|
13099
13100
|
{
|
|
13100
13101
|
comment: v,
|
|
13101
13102
|
replyingTo: c,
|
|
13102
13103
|
handleReplyingTo: g,
|
|
13103
13104
|
onFlag: w,
|
|
13104
|
-
user: n ??
|
|
13105
|
+
user: n ?? Je,
|
|
13105
13106
|
path: o
|
|
13106
13107
|
},
|
|
13107
13108
|
v.id
|
|
@@ -13120,7 +13121,7 @@ const { PUBLIC_PUBLICATION_ID: Fp } = $(), Wp = Fp, $p = (e) => {
|
|
|
13120
13121
|
)
|
|
13121
13122
|
] }) }) }),
|
|
13122
13123
|
/* @__PURE__ */ a(
|
|
13123
|
-
|
|
13124
|
+
Vp,
|
|
13124
13125
|
{
|
|
13125
13126
|
username: n?.username ?? void 0,
|
|
13126
13127
|
publication: Lr,
|
|
@@ -13177,7 +13178,7 @@ const { PUBLIC_PUBLICATION_ID: Fp } = $(), Wp = Fp, $p = (e) => {
|
|
|
13177
13178
|
test: (e) => /[^A-Za-z0-9]/.test(e)
|
|
13178
13179
|
}
|
|
13179
13180
|
];
|
|
13180
|
-
function
|
|
13181
|
+
function o9({ goToLogin: e, handleGoogleLogin: t }) {
|
|
13181
13182
|
const [n, r] = Y({}), [o, s] = Y(!1), [i, c] = Y(!1), [d, l] = Y(null), [u, h] = Y(
|
|
13182
13183
|
"register"
|
|
13183
13184
|
), f = (w, _) => {
|
|
@@ -13336,7 +13337,7 @@ function r9({ goToLogin: e, handleGoogleLogin: t }) {
|
|
|
13336
13337
|
/* @__PURE__ */ a("a", { href: "/pages/politicas-de-privacidad.html", target: "_blank", children: "Términos y Condiciones" }),
|
|
13337
13338
|
"de nuestra comunidad"
|
|
13338
13339
|
] }),
|
|
13339
|
-
/* @__PURE__ */ a("button", { type: "submit", className: I.primary, disabled: i, children: i ? /* @__PURE__ */ a(
|
|
13340
|
+
/* @__PURE__ */ a("button", { type: "submit", className: I.primary, disabled: i, children: i ? /* @__PURE__ */ a(Ze, {}) : "Crear cuenta" })
|
|
13340
13341
|
]
|
|
13341
13342
|
}
|
|
13342
13343
|
)
|
|
@@ -13363,7 +13364,7 @@ function r9({ goToLogin: e, handleGoogleLogin: t }) {
|
|
|
13363
13364
|
)
|
|
13364
13365
|
] }),
|
|
13365
13366
|
d && /* @__PURE__ */ a("p", { className: I.error, children: d }),
|
|
13366
|
-
/* @__PURE__ */ a("button", { type: "submit", className: I.primary, disabled: i, children: i ? /* @__PURE__ */ a(
|
|
13367
|
+
/* @__PURE__ */ a("button", { type: "submit", className: I.primary, disabled: i, children: i ? /* @__PURE__ */ a(Ze, {}) : "Confirmar cuenta" }),
|
|
13367
13368
|
/* @__PURE__ */ m("p", { className: I.switch, children: [
|
|
13368
13369
|
"¿Ya confirmaste antes?",
|
|
13369
13370
|
/* @__PURE__ */ a("button", { type: "button", onClick: e, children: "Iniciar sesión" })
|
|
@@ -13402,7 +13403,7 @@ function r9({ goToLogin: e, handleGoogleLogin: t }) {
|
|
|
13402
13403
|
] })
|
|
13403
13404
|
] });
|
|
13404
13405
|
}
|
|
13405
|
-
function
|
|
13406
|
+
function s9({
|
|
13406
13407
|
onClose: e,
|
|
13407
13408
|
checkAuth: t,
|
|
13408
13409
|
goToRegister: n,
|
|
@@ -13411,7 +13412,7 @@ function o9({
|
|
|
13411
13412
|
const [o, s] = Y("login"), [i, c] = Y(""), [d, l] = Y(""), [u, h] = Y(""), [f, A] = Y(""), [g, p] = Y(""), [w, _] = Y(!1), [S, N] = Y(!1), [x, v] = Y(null), { CAPTCHA_KEY: O } = $();
|
|
13412
13413
|
return /* @__PURE__ */ m(J, { children: [
|
|
13413
13414
|
o === "login" && /* @__PURE__ */ a(
|
|
13414
|
-
|
|
13415
|
+
i9,
|
|
13415
13416
|
{
|
|
13416
13417
|
email: i,
|
|
13417
13418
|
password: d,
|
|
@@ -13453,7 +13454,7 @@ function o9({
|
|
|
13453
13454
|
}
|
|
13454
13455
|
),
|
|
13455
13456
|
o === "forgot" && /* @__PURE__ */ a(
|
|
13456
|
-
|
|
13457
|
+
c9,
|
|
13457
13458
|
{
|
|
13458
13459
|
email: i,
|
|
13459
13460
|
setEmail: c,
|
|
@@ -13486,7 +13487,7 @@ function o9({
|
|
|
13486
13487
|
}
|
|
13487
13488
|
),
|
|
13488
13489
|
o === "changePassword" && /* @__PURE__ */ a(
|
|
13489
|
-
|
|
13490
|
+
l9,
|
|
13490
13491
|
{
|
|
13491
13492
|
email: i,
|
|
13492
13493
|
confirmationCode: u,
|
|
@@ -13535,7 +13536,7 @@ function o9({
|
|
|
13535
13536
|
}
|
|
13536
13537
|
),
|
|
13537
13538
|
o === "feedback" && /* @__PURE__ */ a(
|
|
13538
|
-
|
|
13539
|
+
d9,
|
|
13539
13540
|
{
|
|
13540
13541
|
onBackToLogin: () => {
|
|
13541
13542
|
v(null), s("login");
|
|
@@ -13544,7 +13545,7 @@ function o9({
|
|
|
13544
13545
|
)
|
|
13545
13546
|
] });
|
|
13546
13547
|
}
|
|
13547
|
-
function
|
|
13548
|
+
function i9({
|
|
13548
13549
|
email: e,
|
|
13549
13550
|
password: t,
|
|
13550
13551
|
showPassword: n,
|
|
@@ -13617,7 +13618,7 @@ function s9({
|
|
|
13617
13618
|
] })
|
|
13618
13619
|
] }),
|
|
13619
13620
|
o && /* @__PURE__ */ a("p", { className: I.error, children: o }),
|
|
13620
|
-
/* @__PURE__ */ a("button", { type: "submit", className: I.primary, disabled: r, children: r ? /* @__PURE__ */ a(
|
|
13621
|
+
/* @__PURE__ */ a("button", { type: "submit", className: I.primary, disabled: r, children: r ? /* @__PURE__ */ a(Ze, {}) : "Iniciar Sesión" })
|
|
13621
13622
|
]
|
|
13622
13623
|
}
|
|
13623
13624
|
),
|
|
@@ -13636,7 +13637,7 @@ function s9({
|
|
|
13636
13637
|
)
|
|
13637
13638
|
] });
|
|
13638
13639
|
}
|
|
13639
|
-
function
|
|
13640
|
+
function c9({
|
|
13640
13641
|
email: e,
|
|
13641
13642
|
setEmail: t,
|
|
13642
13643
|
loading: n,
|
|
@@ -13667,13 +13668,13 @@ function i9({
|
|
|
13667
13668
|
)
|
|
13668
13669
|
] }),
|
|
13669
13670
|
r && /* @__PURE__ */ a("p", { className: I.error, children: r }),
|
|
13670
|
-
/* @__PURE__ */ a("button", { type: "submit", className: I.primary, disabled: n, children: n ? /* @__PURE__ */ a(
|
|
13671
|
+
/* @__PURE__ */ a("button", { type: "submit", className: I.primary, disabled: n, children: n ? /* @__PURE__ */ a(Ze, {}) : "Enviar código" }),
|
|
13671
13672
|
/* @__PURE__ */ a("p", { className: I.switch, children: /* @__PURE__ */ a("button", { type: "button", onClick: s, children: "Volver" }) })
|
|
13672
13673
|
]
|
|
13673
13674
|
}
|
|
13674
13675
|
);
|
|
13675
13676
|
}
|
|
13676
|
-
function
|
|
13677
|
+
function l9({
|
|
13677
13678
|
email: e,
|
|
13678
13679
|
confirmationCode: t,
|
|
13679
13680
|
newPassword: n,
|
|
@@ -13697,7 +13698,7 @@ function c9({
|
|
|
13697
13698
|
children: [
|
|
13698
13699
|
/* @__PURE__ */ m("p", { className: I.message, children: [
|
|
13699
13700
|
"Hemos enviado un código de restablecimiento de contraseña en un mensaje de Correo electrónico a ",
|
|
13700
|
-
|
|
13701
|
+
Zg(e),
|
|
13701
13702
|
". Ingrese el código y la contraseña nueva."
|
|
13702
13703
|
] }),
|
|
13703
13704
|
/* @__PURE__ */ m("ul", { className: I.formUl, children: [
|
|
@@ -13776,7 +13777,7 @@ function c9({
|
|
|
13776
13777
|
className: I.primary,
|
|
13777
13778
|
style: { maxWidth: s ? "revert-layer" : "fit-content" },
|
|
13778
13779
|
disabled: s,
|
|
13779
|
-
children: s ? /* @__PURE__ */ a(
|
|
13780
|
+
children: s ? /* @__PURE__ */ a(Ze, {}) : "Cambiar contraseña"
|
|
13780
13781
|
}
|
|
13781
13782
|
),
|
|
13782
13783
|
/* @__PURE__ */ a("p", { className: I.switch, children: /* @__PURE__ */ a("button", { type: "button", onClick: f, children: "Volver" }) })
|
|
@@ -13784,13 +13785,13 @@ function c9({
|
|
|
13784
13785
|
}
|
|
13785
13786
|
);
|
|
13786
13787
|
}
|
|
13787
|
-
function
|
|
13788
|
+
function d9({ onBackToLogin: e }) {
|
|
13788
13789
|
return /* @__PURE__ */ m("div", { className: I.form, children: [
|
|
13789
13790
|
/* @__PURE__ */ a("p", { className: I.success, children: "La contraseña fue cambiada con éxito" }),
|
|
13790
13791
|
/* @__PURE__ */ a("button", { type: "button", className: I.primary, onClick: e, children: "Iniciar Sesión" })
|
|
13791
13792
|
] });
|
|
13792
13793
|
}
|
|
13793
|
-
function
|
|
13794
|
+
function u9({
|
|
13794
13795
|
loginUrl: e,
|
|
13795
13796
|
onClose: t,
|
|
13796
13797
|
checkAuth: n,
|
|
@@ -13827,7 +13828,7 @@ function d9({
|
|
|
13827
13828
|
)
|
|
13828
13829
|
] }),
|
|
13829
13830
|
o === "login" && /* @__PURE__ */ a(
|
|
13830
|
-
|
|
13831
|
+
s9,
|
|
13831
13832
|
{
|
|
13832
13833
|
onClose: t,
|
|
13833
13834
|
checkAuth: n,
|
|
@@ -13836,7 +13837,7 @@ function d9({
|
|
|
13836
13837
|
}
|
|
13837
13838
|
),
|
|
13838
13839
|
o === "register" && /* @__PURE__ */ a(
|
|
13839
|
-
|
|
13840
|
+
o9,
|
|
13840
13841
|
{
|
|
13841
13842
|
handleGoogleLogin: i,
|
|
13842
13843
|
goToLogin: () => s("login")
|
|
@@ -13846,7 +13847,7 @@ function d9({
|
|
|
13846
13847
|
}
|
|
13847
13848
|
);
|
|
13848
13849
|
}
|
|
13849
|
-
function
|
|
13850
|
+
function h9({
|
|
13850
13851
|
isAuthenticated: e,
|
|
13851
13852
|
setIsAuthenticated: t,
|
|
13852
13853
|
loginUrl: n,
|
|
@@ -13858,7 +13859,7 @@ function u9({
|
|
|
13858
13859
|
const [c, d] = Ee.useState(!1);
|
|
13859
13860
|
return /* @__PURE__ */ m(J, { children: [
|
|
13860
13861
|
c && /* @__PURE__ */ a(
|
|
13861
|
-
|
|
13862
|
+
u9,
|
|
13862
13863
|
{
|
|
13863
13864
|
loginUrl: n,
|
|
13864
13865
|
icon: i,
|
|
@@ -13883,7 +13884,7 @@ function u9({
|
|
|
13883
13884
|
)
|
|
13884
13885
|
] }),
|
|
13885
13886
|
/* @__PURE__ */ a(
|
|
13886
|
-
|
|
13887
|
+
r9,
|
|
13887
13888
|
{
|
|
13888
13889
|
isAuthenticated: e,
|
|
13889
13890
|
handleLogout: async () => {
|
|
@@ -13898,7 +13899,7 @@ function u9({
|
|
|
13898
13899
|
)
|
|
13899
13900
|
] });
|
|
13900
13901
|
}
|
|
13901
|
-
function
|
|
13902
|
+
function m9({
|
|
13902
13903
|
isVisible: e,
|
|
13903
13904
|
path: t,
|
|
13904
13905
|
icon: n
|
|
@@ -13938,11 +13939,11 @@ function h9({
|
|
|
13938
13939
|
minHeight: 310,
|
|
13939
13940
|
position: "relative"
|
|
13940
13941
|
},
|
|
13941
|
-
children: /* @__PURE__ */ a(
|
|
13942
|
+
children: /* @__PURE__ */ a(Ze, {})
|
|
13942
13943
|
}
|
|
13943
13944
|
);
|
|
13944
13945
|
return r === null ? u : e ? /* @__PURE__ */ a(
|
|
13945
|
-
|
|
13946
|
+
h9,
|
|
13946
13947
|
{
|
|
13947
13948
|
icon: n,
|
|
13948
13949
|
isAuthenticated: r,
|
|
@@ -13954,7 +13955,7 @@ function h9({
|
|
|
13954
13955
|
}
|
|
13955
13956
|
) : u;
|
|
13956
13957
|
}
|
|
13957
|
-
const
|
|
13958
|
+
const C3 = ({
|
|
13958
13959
|
render: e,
|
|
13959
13960
|
internalPath: t,
|
|
13960
13961
|
section: n,
|
|
@@ -13979,7 +13980,7 @@ const b3 = ({
|
|
|
13979
13980
|
}, []);
|
|
13980
13981
|
const u = {
|
|
13981
13982
|
comment: /* @__PURE__ */ a(
|
|
13982
|
-
|
|
13983
|
+
m9,
|
|
13983
13984
|
{
|
|
13984
13985
|
path: t,
|
|
13985
13986
|
icon: s,
|
|
@@ -13987,7 +13988,7 @@ const b3 = ({
|
|
|
13987
13988
|
}
|
|
13988
13989
|
),
|
|
13989
13990
|
more: /* @__PURE__ */ a(
|
|
13990
|
-
|
|
13991
|
+
Tg,
|
|
13991
13992
|
{
|
|
13992
13993
|
section: n,
|
|
13993
13994
|
currentNews: r,
|
|
@@ -14008,7 +14009,7 @@ const b3 = ({
|
|
|
14008
14009
|
}
|
|
14009
14010
|
);
|
|
14010
14011
|
};
|
|
14011
|
-
async function
|
|
14012
|
+
async function _3({
|
|
14012
14013
|
publication: e,
|
|
14013
14014
|
path: t,
|
|
14014
14015
|
username: n,
|
|
@@ -14111,7 +14112,7 @@ async function C3({
|
|
|
14111
14112
|
};
|
|
14112
14113
|
}
|
|
14113
14114
|
}
|
|
14114
|
-
const
|
|
14115
|
+
const N3 = async ({
|
|
14115
14116
|
token: e,
|
|
14116
14117
|
projectId: t,
|
|
14117
14118
|
captchaKey: n,
|
|
@@ -14147,141 +14148,141 @@ const _3 = async ({
|
|
|
14147
14148
|
};
|
|
14148
14149
|
export {
|
|
14149
14150
|
ys as AssetsPreconnect,
|
|
14150
|
-
|
|
14151
|
-
|
|
14152
|
-
|
|
14151
|
+
A3 as AutorComponent,
|
|
14152
|
+
eu as AutorHeader1,
|
|
14153
|
+
uu as AutorHeader2,
|
|
14153
14154
|
ge as BannerAdvertising,
|
|
14154
|
-
|
|
14155
|
-
|
|
14155
|
+
at as BannerAdvertisingMiddle,
|
|
14156
|
+
Y9 as CarrouselCSR,
|
|
14156
14157
|
xt as CarrouselIRS,
|
|
14157
|
-
|
|
14158
|
-
|
|
14158
|
+
K2 as CarruselCard,
|
|
14159
|
+
of as CarruselOpinion,
|
|
14159
14160
|
Be as CommonServices,
|
|
14160
14161
|
Go as Comscore,
|
|
14161
|
-
|
|
14162
|
-
|
|
14163
|
-
|
|
14164
|
-
|
|
14162
|
+
d3 as ContactInfoServer,
|
|
14163
|
+
e3 as ContactInput,
|
|
14164
|
+
t3 as ContactSelect,
|
|
14165
|
+
n3 as ContactTextarea,
|
|
14165
14166
|
Vt as ContentLayout1,
|
|
14166
14167
|
sr as ContentLayoutTema,
|
|
14167
|
-
|
|
14168
|
-
|
|
14169
|
-
|
|
14168
|
+
m3 as DEBUG_MainSlots,
|
|
14169
|
+
Xm as DestacadoNoticias,
|
|
14170
|
+
P2 as DestacadoVideos,
|
|
14170
14171
|
dc as DynamicBlockServices,
|
|
14171
|
-
|
|
14172
|
+
h3 as DynamicComponents,
|
|
14172
14173
|
Fn as DynamicMainSlot,
|
|
14173
14174
|
xo as DynamicSlot,
|
|
14174
|
-
|
|
14175
|
-
|
|
14175
|
+
s3 as EditorialBlock,
|
|
14176
|
+
X9 as ErrorComponent,
|
|
14176
14177
|
qs as Font,
|
|
14177
|
-
|
|
14178
|
+
J9 as Footer,
|
|
14178
14179
|
ws as FormatAfterScripts,
|
|
14179
14180
|
Qr as FormatScripts,
|
|
14180
14181
|
Ho as GA4,
|
|
14181
14182
|
Vo as GTM,
|
|
14182
14183
|
So as GalleryHeader,
|
|
14183
|
-
|
|
14184
|
-
|
|
14185
|
-
|
|
14184
|
+
W9 as GenerateBody,
|
|
14185
|
+
F9 as GenerateHead,
|
|
14186
|
+
r3 as Header,
|
|
14186
14187
|
nl as ImageOffline,
|
|
14187
|
-
|
|
14188
|
+
z9 as IssuuServices,
|
|
14188
14189
|
xs as ItemListSchema,
|
|
14189
|
-
|
|
14190
|
-
|
|
14190
|
+
vm as JournalistArticule2,
|
|
14191
|
+
Tm as JournalistGroup,
|
|
14191
14192
|
vo as LayoutNewsComponent,
|
|
14192
|
-
|
|
14193
|
-
|
|
14194
|
-
|
|
14195
|
-
|
|
14193
|
+
C3 as LazyLoader,
|
|
14194
|
+
M1 as LiveBlogHeader,
|
|
14195
|
+
$9 as Location,
|
|
14196
|
+
N9 as MainComponentServices,
|
|
14196
14197
|
Fo as Marfeel,
|
|
14197
14198
|
ut as MiddleSection,
|
|
14198
14199
|
No as Modulo1x3,
|
|
14199
|
-
|
|
14200
|
-
|
|
14201
|
-
|
|
14202
|
-
|
|
14203
|
-
|
|
14204
|
-
|
|
14205
|
-
|
|
14206
|
-
|
|
14200
|
+
Y2 as Modulo1x3Card,
|
|
14201
|
+
I2 as Modulo1x4,
|
|
14202
|
+
R2 as Modulo1x5,
|
|
14203
|
+
i3 as Modulo2Columnas,
|
|
14204
|
+
E2 as Modulo3Columnas,
|
|
14205
|
+
c3 as ModuloNewsletter,
|
|
14206
|
+
o3 as ModuloOpinion,
|
|
14207
|
+
xg as NewListResponseDataPH,
|
|
14207
14208
|
Ts as NewsArticle,
|
|
14208
|
-
|
|
14209
|
+
f3 as NewsComponent,
|
|
14209
14210
|
sa as NewsContent,
|
|
14210
14211
|
vn as NextPrev,
|
|
14211
14212
|
Is as OrgList,
|
|
14212
14213
|
Da as PreloadImages,
|
|
14213
|
-
|
|
14214
|
+
Ye as REPORT_REASONS,
|
|
14214
14215
|
ba as Readest,
|
|
14215
|
-
|
|
14216
|
-
|
|
14216
|
+
y3 as ScriptHydrator,
|
|
14217
|
+
p3 as SearchSection,
|
|
14217
14218
|
me as Section,
|
|
14218
|
-
|
|
14219
|
+
Xe as SectionCard,
|
|
14219
14220
|
Un as SectionCard2,
|
|
14220
14221
|
ca as SectionCardServerComponent,
|
|
14221
|
-
|
|
14222
|
+
l3 as SectionServerComponent,
|
|
14222
14223
|
wc as ShowSection,
|
|
14223
|
-
|
|
14224
|
+
Gf as SocialNetworks,
|
|
14224
14225
|
Ss as SpeculationRules,
|
|
14225
|
-
|
|
14226
|
+
u3 as StaticSlotWrapper,
|
|
14226
14227
|
pl as SubscribeColumn,
|
|
14227
14228
|
Il as SubscribeRow,
|
|
14228
|
-
|
|
14229
|
-
|
|
14230
|
-
|
|
14231
|
-
|
|
14232
|
-
|
|
14233
|
-
|
|
14234
|
-
|
|
14235
|
-
|
|
14229
|
+
K9 as SubscribeWhatsAppColumn,
|
|
14230
|
+
g3 as TagComponent,
|
|
14231
|
+
dm as TagSection,
|
|
14232
|
+
H1 as TimeLine,
|
|
14233
|
+
y9 as TrimPathname,
|
|
14234
|
+
Z9 as VideoBlock3,
|
|
14235
|
+
a3 as VideoBlock4,
|
|
14236
|
+
w3 as VideoSection,
|
|
14236
14237
|
Us as VideosSchemas,
|
|
14237
14238
|
ks as WebsiteList,
|
|
14238
|
-
|
|
14239
|
+
_3 as addComment,
|
|
14239
14240
|
ga as bannersReplace,
|
|
14240
14241
|
Mt as becomeVideoObject,
|
|
14241
14242
|
vt as buildTagUrl,
|
|
14242
14243
|
id as coloringByStrokeSVGs,
|
|
14243
14244
|
Ea as compileStyleProps,
|
|
14244
14245
|
Qe as cutString,
|
|
14245
|
-
|
|
14246
|
+
w9 as extractRealtedNews,
|
|
14246
14247
|
je as formatDate,
|
|
14247
|
-
|
|
14248
|
+
A9 as formatDateEdiciones,
|
|
14248
14249
|
Mr as formatDateJournalistArticule,
|
|
14249
14250
|
ls as formatDateTimeline,
|
|
14250
14251
|
ms as formatNewsMeta,
|
|
14251
14252
|
bs as formatVideoData,
|
|
14252
|
-
|
|
14253
|
+
V9 as generalGetData,
|
|
14253
14254
|
Mo as getCaptchaToken,
|
|
14254
|
-
|
|
14255
|
+
Fp as getComments,
|
|
14255
14256
|
$ as getConfig,
|
|
14256
|
-
|
|
14257
|
+
H9 as getDynamicSlots,
|
|
14257
14258
|
An as getEnvironmentUrl,
|
|
14258
14259
|
hs as getEnvironmentUrlFront,
|
|
14259
|
-
|
|
14260
|
+
C9 as getHydratorPath,
|
|
14260
14261
|
pe as getImageUrl,
|
|
14261
14262
|
Wt as getNextMeta,
|
|
14262
14263
|
Yt as getPage,
|
|
14263
|
-
|
|
14264
|
+
_9 as getPreloadImages,
|
|
14264
14265
|
$t as getPrevMeta,
|
|
14265
|
-
|
|
14266
|
+
b3 as getReportReasonLabel,
|
|
14266
14267
|
ds as getResponse,
|
|
14267
14268
|
us as getResponsePromise,
|
|
14268
14269
|
pa as getSchemas,
|
|
14269
14270
|
zr as getScriptReplaces,
|
|
14270
14271
|
Ls as getSlugs,
|
|
14271
|
-
|
|
14272
|
-
|
|
14272
|
+
v9 as getTypeOfNews,
|
|
14273
|
+
b9 as getVideoRealPath,
|
|
14273
14274
|
ka as handleGetComments,
|
|
14274
|
-
|
|
14275
|
+
p9 as initLibrary,
|
|
14275
14276
|
As as metadataToJSX,
|
|
14276
14277
|
hc as metadata_defaults,
|
|
14277
14278
|
jr as parseTags,
|
|
14278
14279
|
fs as pathnameSplit,
|
|
14279
14280
|
Rs as removePages,
|
|
14280
|
-
|
|
14281
|
+
v3 as reportComment,
|
|
14281
14282
|
Dd as shareButtons,
|
|
14282
14283
|
Na as socialIcons,
|
|
14283
14284
|
_s as speculationRules,
|
|
14284
14285
|
Cs as speculationRulesHome,
|
|
14285
14286
|
gs as urlReplaces,
|
|
14286
|
-
|
|
14287
|
+
N3 as verifyCaptchaTokenEnterprise
|
|
14287
14288
|
};
|