sass-template-common 0.0.45 → 0.0.46
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { jsx as n, jsxs as h, Fragment as
|
|
2
|
-
import xe, { useState as
|
|
1
|
+
import { jsx as n, jsxs as h, Fragment as V } from "react/jsx-runtime";
|
|
2
|
+
import xe, { useState as j, useRef as Jn, useCallback as te, useEffect as ke, createElement as Ct, forwardRef as Ja, Fragment as i1, useMemo as Xa } from "react";
|
|
3
3
|
const e2 = ({ id: e }) => e && /* @__PURE__ */ n(
|
|
4
4
|
"script",
|
|
5
5
|
{
|
|
@@ -24,7 +24,7 @@ const e2 = ({ id: e }) => e && /* @__PURE__ */ n(
|
|
|
24
24
|
s[i] = i;
|
|
25
25
|
}), s;
|
|
26
26
|
}, [t]);
|
|
27
|
-
return e && /* @__PURE__ */ h(
|
|
27
|
+
return e && /* @__PURE__ */ h(V, { children: [
|
|
28
28
|
/* @__PURE__ */ n(
|
|
29
29
|
"script",
|
|
30
30
|
{
|
|
@@ -49,7 +49,7 @@ const e2 = ({ id: e }) => e && /* @__PURE__ */ n(
|
|
|
49
49
|
}
|
|
50
50
|
)
|
|
51
51
|
] });
|
|
52
|
-
}, i8 = ({ id: e }) => /* @__PURE__ */ h(
|
|
52
|
+
}, i8 = ({ id: e }) => /* @__PURE__ */ h(V, { children: [
|
|
53
53
|
/* @__PURE__ */ n(
|
|
54
54
|
"script",
|
|
55
55
|
{
|
|
@@ -234,13 +234,13 @@ function Xn() {
|
|
|
234
234
|
}, x.format = function(y) {
|
|
235
235
|
var L = this, S = this.$locale();
|
|
236
236
|
if (!this.isValid()) return S.invalidDate || g;
|
|
237
|
-
var R = y || "YYYY-MM-DDTHH:mm:ssZ", v = B.z(this), M = this.$H, Q = this.$m, F = this.$M, z = S.weekdays, K = S.months, be = S.meridiem, ve = function(ce, ze, bt,
|
|
238
|
-
return ce && (ce[ze] || ce(L, R)) || bt[ze].slice(0,
|
|
237
|
+
var R = y || "YYYY-MM-DDTHH:mm:ssZ", v = B.z(this), M = this.$H, Q = this.$m, F = this.$M, z = S.weekdays, K = S.months, be = S.meridiem, ve = function(ce, ze, bt, Vt) {
|
|
238
|
+
return ce && (ce[ze] || ce(L, R)) || bt[ze].slice(0, Vt);
|
|
239
239
|
}, yt = function(ce) {
|
|
240
240
|
return B.s(M % 12 || 12, ce, "0");
|
|
241
241
|
}, Ye = be || function(ce, ze, bt) {
|
|
242
|
-
var
|
|
243
|
-
return bt ?
|
|
242
|
+
var Vt = ce < 12 ? "AM" : "PM";
|
|
243
|
+
return bt ? Vt.toLowerCase() : Vt;
|
|
244
244
|
};
|
|
245
245
|
return R.replace(b, (function(ce, ze) {
|
|
246
246
|
return ze || (function(bt) {
|
|
@@ -575,8 +575,8 @@ fe.extend(f2);
|
|
|
575
575
|
fe.extend(w2);
|
|
576
576
|
fe.extend(c2);
|
|
577
577
|
const C1 = "America/Mexico_City", f1 = "en", Te = (e) => fe.tz(e, C1).locale(f1).format("DD MMMM YYYY"), ea = (e) => fe.tz(e, C1).locale(f1).format(
|
|
578
|
-
"MMMM DD YYYY [•]
|
|
579
|
-
), y2 = (e) => fe.tz(e, C1).locale(f1).format("MM/DD/YYYY [•]
|
|
578
|
+
"MMMM DD YYYY [•] HH:mm [hs]"
|
|
579
|
+
), y2 = (e) => fe.tz(e, C1).locale(f1).format("MM/DD/YYYY [•] HH:mm [HS]"), o8 = (e) => fe.tz(e, C1).locale(f1).format("dddd DD [de] MMMM YYYY"), we = (e, t = 136) => e && e.length > t ? `${e.substring(0, t)}...` : e;
|
|
580
580
|
function b2(e) {
|
|
581
581
|
return e && e.status === "fulfilled" ? e.value.data : null;
|
|
582
582
|
}
|
|
@@ -822,7 +822,7 @@ const o1 = () => "https://dev-saas.cms-medios.com", _2 = () => "https://dev-laho
|
|
|
822
822
|
const t = e.banners.find((o) => o.key === e.name);
|
|
823
823
|
if (!t || !t.show) return null;
|
|
824
824
|
const a = W1(t.value || "", e.replaces), s = /<script([^>]*)>([\s\S]*?)<\/script\s*>/gi, i = [...a.matchAll(s)];
|
|
825
|
-
return /* @__PURE__ */ n(
|
|
825
|
+
return /* @__PURE__ */ n(V, { children: i.map((o, r) => {
|
|
826
826
|
const l = o[1] || "", d = o[2]?.trim() || "", c = l.match(/src=["']([^"']+)["']/i);
|
|
827
827
|
if (c) {
|
|
828
828
|
const u = c[1];
|
|
@@ -841,7 +841,7 @@ const o1 = () => "https://dev-saas.cms-medios.com", _2 = () => "https://dev-laho
|
|
|
841
841
|
const t = e.banners.find((i) => i.key === e.name);
|
|
842
842
|
if (!t || !t.show) return null;
|
|
843
843
|
const s = W1(t.value || "", e.replaces).split(/(<script[\s\S]*?<\/script\s*>)/gi);
|
|
844
|
-
return /* @__PURE__ */ n(
|
|
844
|
+
return /* @__PURE__ */ n(V, { children: s.map((i, o) => {
|
|
845
845
|
const r = i.match(
|
|
846
846
|
/<script([^>]*)>([\s\S]*?)<\/script\s*>/i
|
|
847
847
|
);
|
|
@@ -863,7 +863,7 @@ const o1 = () => "https://dev-saas.cms-medios.com", _2 = () => "https://dev-laho
|
|
|
863
863
|
return /* @__PURE__ */ n("div", { dangerouslySetInnerHTML: { __html: i } }, o);
|
|
864
864
|
return null;
|
|
865
865
|
}) });
|
|
866
|
-
},
|
|
866
|
+
}, jt = (e, t, a) => {
|
|
867
867
|
let s = e.siteUrl;
|
|
868
868
|
return t.forEach((i, o) => {
|
|
869
869
|
o > 0 && (s += `/${i}`);
|
|
@@ -878,7 +878,7 @@ function l8(e) {
|
|
|
878
878
|
const t = e.length;
|
|
879
879
|
return t > 1 && e.charCodeAt(t - 1) === 47 ? e.slice(0, t - 1) : e;
|
|
880
880
|
}
|
|
881
|
-
const U2 = () => !1, T2 = "", hn = ({ images: e }) => /* @__PURE__ */ n(
|
|
881
|
+
const U2 = () => !1, T2 = "", hn = ({ images: e }) => /* @__PURE__ */ n(V, { children: e.map((t, a) => t.href !== "" && /* @__PURE__ */ n(
|
|
882
882
|
"link",
|
|
883
883
|
{
|
|
884
884
|
rel: "preload",
|
|
@@ -1019,7 +1019,7 @@ const I2 = { prerender: [
|
|
|
1019
1019
|
}
|
|
1020
1020
|
);
|
|
1021
1021
|
};
|
|
1022
|
-
const
|
|
1022
|
+
const V2 = async ({
|
|
1023
1023
|
realPath: e,
|
|
1024
1024
|
config: t,
|
|
1025
1025
|
BASE_URL: a,
|
|
@@ -1053,7 +1053,7 @@ const j2 = async ({
|
|
|
1053
1053
|
},
|
|
1054
1054
|
r
|
|
1055
1055
|
));
|
|
1056
|
-
},
|
|
1056
|
+
}, j2 = ({ config: e, socials: t }) => {
|
|
1057
1057
|
const a = {
|
|
1058
1058
|
"@context": "https://schema.org",
|
|
1059
1059
|
"@type": "NewsMediaOrganization",
|
|
@@ -1124,7 +1124,7 @@ const j2 = async ({
|
|
|
1124
1124
|
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
1125
1125
|
}
|
|
1126
1126
|
`;
|
|
1127
|
-
return /* @__PURE__ */ n(
|
|
1127
|
+
return /* @__PURE__ */ n(V, { children: e.useS3Font ? /* @__PURE__ */ h(V, { children: [
|
|
1128
1128
|
/* @__PURE__ */ n(
|
|
1129
1129
|
"link",
|
|
1130
1130
|
{
|
|
@@ -1246,9 +1246,9 @@ const j2 = async ({
|
|
|
1246
1246
|
}, Qt = (e) => {
|
|
1247
1247
|
const t = e.split("/"), a = t[t.length - 1] ?? "1";
|
|
1248
1248
|
return Number(a) > 0 ? Number(a) : 1;
|
|
1249
|
-
}, u8 = (e) => {
|
|
1249
|
+
}, u8 = (e, t = 2) => {
|
|
1250
1250
|
if (!e || e.length === 0) return [];
|
|
1251
|
-
const
|
|
1251
|
+
const a = [];
|
|
1252
1252
|
for (let s = 0; s < t; s++) {
|
|
1253
1253
|
if (!e[s]) continue;
|
|
1254
1254
|
const i = e[s].preview.sizes;
|
|
@@ -1436,10 +1436,10 @@ function la(e, t) {
|
|
|
1436
1436
|
return null;
|
|
1437
1437
|
}
|
|
1438
1438
|
const Xe = typeof globalThis < "u" ? globalThis : typeof self < "u" ? self : typeof window < "u" ? window : global, ca = (e) => !dt(e) && e !== Xe;
|
|
1439
|
-
function
|
|
1439
|
+
function V1() {
|
|
1440
1440
|
const { caseless: e, skipUndefined: t } = ca(this) && this || {}, a = {}, s = (i, o) => {
|
|
1441
1441
|
const r = e && la(a, o) || o;
|
|
1442
|
-
t1(a[r]) && t1(i) ? a[r] =
|
|
1442
|
+
t1(a[r]) && t1(i) ? a[r] = V1(a[r], i) : t1(i) ? a[r] = V1({}, i) : ft(i) ? a[r] = i.slice() : (!t || !dt(i)) && (a[r] = i);
|
|
1443
1443
|
};
|
|
1444
1444
|
for (let i = 0, o = arguments.length; i < o; i++)
|
|
1445
1445
|
arguments[i] && Dt(arguments[i], s);
|
|
@@ -1578,7 +1578,7 @@ const xs = (e) => {
|
|
|
1578
1578
|
isTypedArray: fs,
|
|
1579
1579
|
isFileList: es,
|
|
1580
1580
|
forEach: Dt,
|
|
1581
|
-
merge:
|
|
1581
|
+
merge: V1,
|
|
1582
1582
|
extend: cs,
|
|
1583
1583
|
trim: ls,
|
|
1584
1584
|
stripBOM: ds,
|
|
@@ -1664,7 +1664,7 @@ O.from = (e, t, a, s, i, o) => {
|
|
|
1664
1664
|
return O.call(r, l, d, a, s, i), e && r.cause == null && Object.defineProperty(r, "cause", { value: e, configurable: !0 }), r.name = e && e.name || "Error", o && Object.assign(r, o), r;
|
|
1665
1665
|
};
|
|
1666
1666
|
const Ts = null;
|
|
1667
|
-
function
|
|
1667
|
+
function j1(e) {
|
|
1668
1668
|
return p.isPlainObject(e) || p.isArray(e);
|
|
1669
1669
|
}
|
|
1670
1670
|
function Ca(e) {
|
|
@@ -1676,7 +1676,7 @@ function Cn(e, t, a) {
|
|
|
1676
1676
|
}).join(a ? "." : "") : t;
|
|
1677
1677
|
}
|
|
1678
1678
|
function Ls(e) {
|
|
1679
|
-
return p.isArray(e) && !e.some(
|
|
1679
|
+
return p.isArray(e) && !e.some(j1);
|
|
1680
1680
|
}
|
|
1681
1681
|
const Is = p.toFlatObject(p, {}, null, function(t) {
|
|
1682
1682
|
return /^is[A-Z]/.test(t);
|
|
@@ -1718,12 +1718,12 @@ function w1(e, t, a) {
|
|
|
1718
1718
|
);
|
|
1719
1719
|
}), !1;
|
|
1720
1720
|
}
|
|
1721
|
-
return
|
|
1721
|
+
return j1(f) ? !0 : (t.append(Cn(w, g, o), c(f)), !1);
|
|
1722
1722
|
}
|
|
1723
1723
|
const C = [], m = Object.assign(Is, {
|
|
1724
1724
|
defaultVisitor: u,
|
|
1725
1725
|
convertValue: c,
|
|
1726
|
-
isVisitable:
|
|
1726
|
+
isVisitable: j1
|
|
1727
1727
|
});
|
|
1728
1728
|
function A(f, g) {
|
|
1729
1729
|
if (!p.isUndefined(f)) {
|
|
@@ -1857,12 +1857,12 @@ const pa = {
|
|
|
1857
1857
|
Blob: Rs
|
|
1858
1858
|
},
|
|
1859
1859
|
protocols: ["http", "https", "file", "blob", "url", "data"]
|
|
1860
|
-
}, K1 = typeof window < "u" && typeof document < "u", O1 = typeof navigator == "object" && navigator || void 0,
|
|
1860
|
+
}, K1 = typeof window < "u" && typeof document < "u", O1 = typeof navigator == "object" && navigator || void 0, Vs = K1 && (!O1 || ["ReactNative", "NativeScript", "NS"].indexOf(O1.product) < 0), js = typeof WorkerGlobalScope < "u" && // eslint-disable-next-line no-undef
|
|
1861
1861
|
self instanceof WorkerGlobalScope && typeof self.importScripts == "function", Os = K1 && window.location.href || "http://localhost", Qs = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
1862
1862
|
__proto__: null,
|
|
1863
1863
|
hasBrowserEnv: K1,
|
|
1864
|
-
hasStandardBrowserEnv:
|
|
1865
|
-
hasStandardBrowserWebWorkerEnv:
|
|
1864
|
+
hasStandardBrowserEnv: Vs,
|
|
1865
|
+
hasStandardBrowserWebWorkerEnv: js,
|
|
1866
1866
|
navigator: O1,
|
|
1867
1867
|
origin: Os
|
|
1868
1868
|
}, Symbol.toStringTag, { value: "Module" })), ae = {
|
|
@@ -3390,7 +3390,7 @@ const L8 = async (e, t, a, s, i, o) => {
|
|
|
3390
3390
|
});
|
|
3391
3391
|
if (!u) return de(t);
|
|
3392
3392
|
const C = u.data.data, m = C[0];
|
|
3393
|
-
return C.length < c || l.push({ rel: "next", url:
|
|
3393
|
+
return C.length < c || l.push({ rel: "next", url: jt(a, r, d) }), d > 1 && l.push({ rel: "prev", url: Ot(a, r, d) }), {
|
|
3394
3394
|
...t,
|
|
3395
3395
|
title: `Últimas Noticias de ${m.info.section?.name} | ${a.name}`,
|
|
3396
3396
|
description: `Todas las últimas noticias de ${m.info.section?.name} en ${a.name}`,
|
|
@@ -3437,7 +3437,7 @@ const L8 = async (e, t, a, s, i, o) => {
|
|
|
3437
3437
|
const A = m.data.entity;
|
|
3438
3438
|
return A ? (m.data.data?.length < c || l.push({
|
|
3439
3439
|
rel: "next",
|
|
3440
|
-
url:
|
|
3440
|
+
url: jt(a, r, d)
|
|
3441
3441
|
}), d > 1 && l.push({
|
|
3442
3442
|
rel: "prev",
|
|
3443
3443
|
url: Ot(a, r, d)
|
|
@@ -3506,7 +3506,7 @@ const L8 = async (e, t, a, s, i, o) => {
|
|
|
3506
3506
|
});
|
|
3507
3507
|
return d ? (d.data.data.length < Number(a.newsListLimit) || r.push({
|
|
3508
3508
|
rel: "next",
|
|
3509
|
-
url:
|
|
3509
|
+
url: jt(a, o, l)
|
|
3510
3510
|
}), l > 1 && r.push({
|
|
3511
3511
|
rel: "prev",
|
|
3512
3512
|
url: Ot(a, o, l)
|
|
@@ -3604,7 +3604,7 @@ const L8 = async (e, t, a, s, i, o) => {
|
|
|
3604
3604
|
});
|
|
3605
3605
|
return C ? (C.data.data.length < Number(a.newsListLimit) || d.push({
|
|
3606
3606
|
rel: "next",
|
|
3607
|
-
url:
|
|
3607
|
+
url: jt(a, l, c)
|
|
3608
3608
|
}), c > 1 && d.push({
|
|
3609
3609
|
rel: "prev",
|
|
3610
3610
|
url: Ot(a, l, c)
|
|
@@ -3676,7 +3676,7 @@ async function M8({
|
|
|
3676
3676
|
currentNew: c,
|
|
3677
3677
|
internalPath: C
|
|
3678
3678
|
});
|
|
3679
|
-
return /* @__PURE__ */ h(
|
|
3679
|
+
return /* @__PURE__ */ h(V, { children: [
|
|
3680
3680
|
/* @__PURE__ */ n("meta", { charSet: "utf-8" }),
|
|
3681
3681
|
/* @__PURE__ */ n("meta", { name: "viewport", content: "width=device-width" }),
|
|
3682
3682
|
I,
|
|
@@ -3708,7 +3708,7 @@ async function M8({
|
|
|
3708
3708
|
}
|
|
3709
3709
|
),
|
|
3710
3710
|
t.schemas_NewsArticle && C && /* @__PURE__ */ n(
|
|
3711
|
-
|
|
3711
|
+
V2,
|
|
3712
3712
|
{
|
|
3713
3713
|
BASE_URL: m.siteUrl,
|
|
3714
3714
|
config: m,
|
|
@@ -3716,7 +3716,7 @@ async function M8({
|
|
|
3716
3716
|
axiosApi: e
|
|
3717
3717
|
}
|
|
3718
3718
|
),
|
|
3719
|
-
/* @__PURE__ */ n(
|
|
3719
|
+
/* @__PURE__ */ n(j2, { config: m, socials: A }),
|
|
3720
3720
|
t.schemas_Videos && C && /* @__PURE__ */ n(
|
|
3721
3721
|
Q2,
|
|
3722
3722
|
{
|
|
@@ -3767,7 +3767,7 @@ const B8 = ({
|
|
|
3767
3767
|
currentNew: d,
|
|
3768
3768
|
internalPath: r
|
|
3769
3769
|
}), f = u.before.active, g = u.after.active, w = f ? u.before.customData ? u.before.customData : A : void 0, b = g ? u.after.customData ? u.after.customData : A : void 0;
|
|
3770
|
-
return /* @__PURE__ */ h(
|
|
3770
|
+
return /* @__PURE__ */ h(V, { children: [
|
|
3771
3771
|
/* @__PURE__ */ n(na, { name: "bodybefore", banners: a, replaces: w }),
|
|
3772
3772
|
e,
|
|
3773
3773
|
/* @__PURE__ */ n(a2, { id: l.marfeel }),
|
|
@@ -3817,7 +3817,7 @@ function Ui({
|
|
|
3817
3817
|
enableDrag: o,
|
|
3818
3818
|
onIndexChange: r
|
|
3819
3819
|
}) {
|
|
3820
|
-
const [l, d] =
|
|
3820
|
+
const [l, d] = j(!1), [c, u] = j(0), [C, m] = j(0), [A, f] = j(0), [g, w] = j(0), [b, k] = j(null), N = Jn(null), [U, I] = j(1), E = te(() => {
|
|
3821
3821
|
if (i) return 1;
|
|
3822
3822
|
const v = N.current?.offsetWidth || window.innerWidth, M = a + s, Q = Math.floor(v / M);
|
|
3823
3823
|
return Math.max(1, Q);
|
|
@@ -3954,7 +3954,7 @@ function R8(e) {
|
|
|
3954
3954
|
fullPageWidth: r = !1,
|
|
3955
3955
|
pagination: l = !1,
|
|
3956
3956
|
enableDrag: d = !0
|
|
3957
|
-
} = e, [c, u] =
|
|
3957
|
+
} = e, [c, u] = j(0), [C, m] = j(!1);
|
|
3958
3958
|
ke(() => {
|
|
3959
3959
|
m(!0);
|
|
3960
3960
|
const P = document.getElementById("ssr-dummy_" + a);
|
|
@@ -4164,11 +4164,11 @@ const Li = "_content_3olxv_1", Ii = {
|
|
|
4164
4164
|
},
|
|
4165
4165
|
a.key
|
|
4166
4166
|
);
|
|
4167
|
-
}, Ri = "_boxInformation_10v0r_1", Hi = "_sectionDescriptionContainer_10v0r_9",
|
|
4167
|
+
}, Ri = "_boxInformation_10v0r_1", Hi = "_sectionDescriptionContainer_10v0r_9", Vi = "_uppertitle_10v0r_20", ji = "_sectionDescription_10v0r_9", Oi = "_articule_10v0r_60", Qi = "_linkStyled_10v0r_74", Pi = "_description_10v0r_85", Gi = "_correspondent_10v0r_113", zi = "_correspondentLink_10v0r_125", Fi = "_dotStyles_10v0r_137", Wi = "_clipboardButton_10v0r_144", Zi = "_socialNetworkSection_10v0r_158", Y = {
|
|
4168
4168
|
boxInformation: Ri,
|
|
4169
4169
|
sectionDescriptionContainer: Hi,
|
|
4170
|
-
uppertitle:
|
|
4171
|
-
sectionDescription:
|
|
4170
|
+
uppertitle: Vi,
|
|
4171
|
+
sectionDescription: ji,
|
|
4172
4172
|
articule: Oi,
|
|
4173
4173
|
linkStyled: Qi,
|
|
4174
4174
|
description: Pi,
|
|
@@ -4361,7 +4361,7 @@ const At = (e) => {
|
|
|
4361
4361
|
) : e.main?.title?.section
|
|
4362
4362
|
),
|
|
4363
4363
|
e.config?.showsubtitle && /* @__PURE__ */ n(i, {}),
|
|
4364
|
-
(e?.config?.showtime || e.config?.showauthor) && /* @__PURE__ */ n(
|
|
4364
|
+
(e?.config?.showtime || e.config?.showauthor) && /* @__PURE__ */ n(V, { children: e.authors[0]?.internaluser ? /* @__PURE__ */ n("h3", { children: /* @__PURE__ */ n(
|
|
4365
4365
|
q,
|
|
4366
4366
|
{
|
|
4367
4367
|
className: Y.correspondentLink,
|
|
@@ -4419,7 +4419,7 @@ const At = (e) => {
|
|
|
4419
4419
|
src: i[0]?.url ? i[0]?.url : void 0
|
|
4420
4420
|
}
|
|
4421
4421
|
),
|
|
4422
|
-
t && /* @__PURE__ */ h(
|
|
4422
|
+
t && /* @__PURE__ */ h(V, { children: [
|
|
4423
4423
|
/* @__PURE__ */ n(
|
|
4424
4424
|
"div",
|
|
4425
4425
|
{
|
|
@@ -4477,7 +4477,7 @@ const At = (e) => {
|
|
|
4477
4477
|
src: i[0]?.url ? i[0]?.url : ""
|
|
4478
4478
|
}
|
|
4479
4479
|
),
|
|
4480
|
-
t && /* @__PURE__ */ h(
|
|
4480
|
+
t && /* @__PURE__ */ h(V, { children: [
|
|
4481
4481
|
/* @__PURE__ */ n(
|
|
4482
4482
|
"div",
|
|
4483
4483
|
{
|
|
@@ -4508,7 +4508,7 @@ const At = (e) => {
|
|
|
4508
4508
|
isVideo: a = !1,
|
|
4509
4509
|
hasShadow: s = !1,
|
|
4510
4510
|
priorityHigh: i = !1
|
|
4511
|
-
} = e, [o, r] =
|
|
4511
|
+
} = e, [o, r] = j(void 0), l = t?.sizes;
|
|
4512
4512
|
return ke(() => {
|
|
4513
4513
|
(async () => {
|
|
4514
4514
|
r(l?.[0]?.url);
|
|
@@ -5691,9 +5691,9 @@ const At = (e) => {
|
|
|
5691
5691
|
] })
|
|
5692
5692
|
]
|
|
5693
5693
|
}
|
|
5694
|
-
),
|
|
5695
|
-
content:
|
|
5696
|
-
subscribeImage:
|
|
5694
|
+
), Vo = "_content_qzaly_1", jo = "_subscribeImage_qzaly_16", Oo = "_contentTitle_qzaly_22", Qo = "_title_qzaly_33", Po = "_subTitle_qzaly_40", Go = "_contentTerms_qzaly_60", zo = "_whatsappLink_qzaly_65", Fo = "_subscribeText_qzaly_82", Wo = "_terms_qzaly_92", Le = {
|
|
5695
|
+
content: Vo,
|
|
5696
|
+
subscribeImage: jo,
|
|
5697
5697
|
contentTitle: Oo,
|
|
5698
5698
|
title: Qo,
|
|
5699
5699
|
subTitle: Po,
|
|
@@ -5701,7 +5701,7 @@ const At = (e) => {
|
|
|
5701
5701
|
whatsappLink: zo,
|
|
5702
5702
|
subscribeText: Fo,
|
|
5703
5703
|
terms: Wo
|
|
5704
|
-
},
|
|
5704
|
+
}, V8 = (e) => /* @__PURE__ */ h("section", { className: Le.content, children: [
|
|
5705
5705
|
/* @__PURE__ */ n(Ho, { className: Le.subscribeImage }),
|
|
5706
5706
|
/* @__PURE__ */ h("div", { className: Le.contentTitle, children: [
|
|
5707
5707
|
/* @__PURE__ */ n("p", { className: Le.title, children: "Mantenete Informado" }),
|
|
@@ -6851,9 +6851,9 @@ function Hr({ noteShare: e }) {
|
|
|
6851
6851
|
)
|
|
6852
6852
|
] }) : null;
|
|
6853
6853
|
}
|
|
6854
|
-
const
|
|
6855
|
-
content:
|
|
6856
|
-
brandContent:
|
|
6854
|
+
const Vr = "_content_1dzh4_1", jr = "_brandContent_1dzh4_10", Or = "_socialMedia_1dzh4_21", Qr = "_linkSocialNetwoks_1dzh4_28", Pr = "_sectionContent_1dzh4_42", Gr = "_section_1dzh4_42", zr = "_menuItem_1dzh4_60", Fr = "_otherItems_1dzh4_73", Wr = "_copyrigth_1dzh4_87", Zr = "_copyrigthText_1dzh4_97", $r = "_logoStyled_1dzh4_107", Yr = "_socialNetworkIcon_1dzh4_118", Kr = "_socialInstagram_1dzh4_125", Jr = "_socialNetworkIcon_stroke_1dzh4_133", oe = {
|
|
6855
|
+
content: Vr,
|
|
6856
|
+
brandContent: jr,
|
|
6857
6857
|
socialMedia: Or,
|
|
6858
6858
|
linkSocialNetwoks: Qr,
|
|
6859
6859
|
sectionContent: Pr,
|
|
@@ -6909,7 +6909,7 @@ const jr = "_content_1dzh4_1", Vr = "_brandContent_1dzh4_10", Or = "_socialMedia
|
|
|
6909
6909
|
r
|
|
6910
6910
|
)) })
|
|
6911
6911
|
] }),
|
|
6912
|
-
i && /* @__PURE__ */ n(
|
|
6912
|
+
i && /* @__PURE__ */ n(V, { children: i }),
|
|
6913
6913
|
/* @__PURE__ */ h("section", { className: oe.copyrigth, children: [
|
|
6914
6914
|
/* @__PURE__ */ n("p", { className: oe.copyrigthText, children: e.copyrigth }),
|
|
6915
6915
|
/* @__PURE__ */ n(
|
|
@@ -6934,7 +6934,7 @@ const jr = "_content_1dzh4_1", Vr = "_brandContent_1dzh4_10", Or = "_socialMedia
|
|
|
6934
6934
|
correspondent: i3,
|
|
6935
6935
|
iframeStyled: o3,
|
|
6936
6936
|
contentFrame: r3
|
|
6937
|
-
},
|
|
6937
|
+
}, j8 = (e) => {
|
|
6938
6938
|
const t = () => e?.video.main.author ? `${e?.video.main.author} - ${Te(
|
|
6939
6939
|
e.video.info.date.created
|
|
6940
6940
|
)}` : e?.video.main.author;
|
|
@@ -7014,7 +7014,7 @@ const jr = "_content_1dzh4_1", Vr = "_brandContent_1dzh4_10", Or = "_socialMedia
|
|
|
7014
7014
|
children: e.children
|
|
7015
7015
|
}
|
|
7016
7016
|
),
|
|
7017
|
-
/* @__PURE__ */ n(
|
|
7017
|
+
/* @__PURE__ */ n(V, { children: e.paginatorComponent })
|
|
7018
7018
|
] });
|
|
7019
7019
|
}, C3 = "_content_15x47_1", f3 = "_newsDescription_15x47_15", g3 = "_image_15x47_41", Tt = {
|
|
7020
7020
|
content: C3,
|
|
@@ -7133,10 +7133,10 @@ const jr = "_content_1dzh4_1", Vr = "_brandContent_1dzh4_10", Or = "_socialMedia
|
|
|
7133
7133
|
}, G8 = (e) => /* @__PURE__ */ h("div", { className: k1.content, children: [
|
|
7134
7134
|
/* @__PURE__ */ n("label", { className: k1.label, children: e.label }),
|
|
7135
7135
|
/* @__PURE__ */ n("textarea", { className: k1.input, ...e })
|
|
7136
|
-
] }), H3 = "_boxInformation_achvw_1",
|
|
7136
|
+
] }), H3 = "_boxInformation_achvw_1", V3 = "_textBox_achvw_30", j3 = "_contentBox_achvw_40", O3 = "_liveBox_achvw_50", Q3 = "_dot_achvw_72", P3 = "_sectionDescription_achvw_97", G3 = "_articule_achvw_110", z3 = "_description_achvw_137", Fe = {
|
|
7137
7137
|
boxInformation: H3,
|
|
7138
|
-
textBox:
|
|
7139
|
-
contentBox:
|
|
7138
|
+
textBox: V3,
|
|
7139
|
+
contentBox: j3,
|
|
7140
7140
|
liveBox: O3,
|
|
7141
7141
|
dot: Q3,
|
|
7142
7142
|
sectionDescription: P3,
|
|
@@ -7151,7 +7151,7 @@ const jr = "_content_1dzh4_1", Vr = "_brandContent_1dzh4_10", Or = "_socialMedia
|
|
|
7151
7151
|
/* @__PURE__ */ n(ye, { preview: e.preview, isLarge: !0, priorityHigh: !0 }),
|
|
7152
7152
|
t && /* @__PURE__ */ n("div", { className: d1.description, children: t })
|
|
7153
7153
|
] });
|
|
7154
|
-
}, Z3 = (e) => /* @__PURE__ */ n(
|
|
7154
|
+
}, Z3 = (e) => /* @__PURE__ */ n(V, { children: /* @__PURE__ */ h("div", { className: Fe.boxInformation, children: [
|
|
7155
7155
|
/* @__PURE__ */ n(Ma, { preview: e.preview }),
|
|
7156
7156
|
/* @__PURE__ */ h("div", { className: Fe.textBox, children: [
|
|
7157
7157
|
/* @__PURE__ */ h("div", { className: Fe.contentBox, children: [
|
|
@@ -7486,11 +7486,11 @@ const jr = "_content_1dzh4_1", Vr = "_brandContent_1dzh4_10", Or = "_socialMedia
|
|
|
7486
7486
|
}
|
|
7487
7487
|
)
|
|
7488
7488
|
] })
|
|
7489
|
-
] }) }), R4 = "
|
|
7489
|
+
] }) }), R4 = "_content_erhc9_1", H4 = "_titleContent_erhc9_24", V4 = "_title_erhc9_24", j4 = "_startLine_erhc9_88", O4 = "_line_erhc9_93", Q4 = "_bottomLine_erhc9_99", P4 = "_childrenContent_erhc9_118", G4 = "_readMore_erhc9_128", Me = {
|
|
7490
7490
|
content: R4,
|
|
7491
7491
|
titleContent: H4,
|
|
7492
|
-
title:
|
|
7493
|
-
startLine:
|
|
7492
|
+
title: V4,
|
|
7493
|
+
startLine: j4,
|
|
7494
7494
|
line: O4,
|
|
7495
7495
|
bottomLine: Q4,
|
|
7496
7496
|
childrenContent: P4,
|
|
@@ -7611,7 +7611,7 @@ const jr = "_content_1dzh4_1", Vr = "_brandContent_1dzh4_10", Or = "_socialMedia
|
|
|
7611
7611
|
}
|
|
7612
7612
|
}
|
|
7613
7613
|
),
|
|
7614
|
-
e?.config?.showtime && e.config?.showauthor && /* @__PURE__ */ n(
|
|
7614
|
+
e?.config?.showtime && e.config?.showauthor && /* @__PURE__ */ n(V, { children: e.authors[0]?.internaluser ? /* @__PURE__ */ n(
|
|
7615
7615
|
q,
|
|
7616
7616
|
{
|
|
7617
7617
|
href: `/${e.paths?.autor ?? "autor"}/${e?.authors[0]?.name}`,
|
|
@@ -8014,13 +8014,13 @@ const F8 = (e) => {
|
|
|
8014
8014
|
] }),
|
|
8015
8015
|
/* @__PURE__ */ n("div", { className: ot.bannerContent, children: e.halfPageBanner })
|
|
8016
8016
|
] });
|
|
8017
|
-
}, $8 = (e) => /* @__PURE__ */ h(
|
|
8017
|
+
}, $8 = (e) => /* @__PURE__ */ h(V, { children: [
|
|
8018
8018
|
/* @__PURE__ */ n(No, { className: "display-on-lower-900px", ...e }),
|
|
8019
8019
|
/* @__PURE__ */ n(Ro, { ...e })
|
|
8020
|
-
] }), Hl = "_newsContent_gd57q_1",
|
|
8020
|
+
] }), Hl = "_newsContent_gd57q_1", Vl = "_newsContentWithLines_gd57q_8", jl = "_newsContentWithoutLines_gd57q_13", Ol = "_contentSeparator_gd57q_18", Wt = {
|
|
8021
8021
|
newsContent: Hl,
|
|
8022
|
-
newsContentWithLines:
|
|
8023
|
-
newsContentWithoutLines:
|
|
8022
|
+
newsContentWithLines: Vl,
|
|
8023
|
+
newsContentWithoutLines: jl,
|
|
8024
8024
|
contentSeparator: Ol
|
|
8025
8025
|
}, Ql = (e) => {
|
|
8026
8026
|
const { content: t } = e;
|
|
@@ -8086,7 +8086,7 @@ const F8 = (e) => {
|
|
|
8086
8086
|
showVideoTime: e.showVideoTime,
|
|
8087
8087
|
showVideosubtitle: e.showVideosubtitle
|
|
8088
8088
|
}
|
|
8089
|
-
) }), Pl = "_newsContent_1sb62_1", Gl = "_contentSeparator_1sb62_8",
|
|
8089
|
+
) }), Pl = "_newsContent_1sb62_1", Gl = "_contentSeparator_1sb62_8", Vn = {
|
|
8090
8090
|
newsContent: Pl,
|
|
8091
8091
|
contentSeparator: Gl
|
|
8092
8092
|
}, zl = (e) => {
|
|
@@ -8095,7 +8095,7 @@ const F8 = (e) => {
|
|
|
8095
8095
|
return /* @__PURE__ */ n(ne, { title: a, titleUrl: e.titleUrl, children: /* @__PURE__ */ n(
|
|
8096
8096
|
"div",
|
|
8097
8097
|
{
|
|
8098
|
-
className: `${
|
|
8098
|
+
className: `${Vn.newsContent} ${e.hasLines ? Vn.contentSeparator : ""}`,
|
|
8099
8099
|
children: t?.map((s, i) => {
|
|
8100
8100
|
const o = e.slot_id && e.slot_id !== "Nota_1", r = {
|
|
8101
8101
|
...s,
|
|
@@ -8252,7 +8252,7 @@ const F8 = (e) => {
|
|
|
8252
8252
|
]
|
|
8253
8253
|
}
|
|
8254
8254
|
) : null;
|
|
8255
|
-
}, oc = "_content_yx3zm_1", rc = "_contentSeparator_yx3zm_7",
|
|
8255
|
+
}, oc = "_content_yx3zm_1", rc = "_contentSeparator_yx3zm_7", jn = {
|
|
8256
8256
|
content: oc,
|
|
8257
8257
|
contentSeparator: rc
|
|
8258
8258
|
}, lc = "_newsContent_1uamf_1", cc = "_contentSeparator_1uamf_8", dc = "_hasLinesBlock_1uamf_40", G1 = {
|
|
@@ -8265,7 +8265,7 @@ const F8 = (e) => {
|
|
|
8265
8265
|
return /* @__PURE__ */ n(ne, { title: e.title, children: /* @__PURE__ */ n(
|
|
8266
8266
|
"div",
|
|
8267
8267
|
{
|
|
8268
|
-
className: `${
|
|
8268
|
+
className: `${jn.content} ${e.hasLines ? jn.contentSeparator : ""}`,
|
|
8269
8269
|
style: {
|
|
8270
8270
|
gap: e.hasLines ? "30px" : "0px"
|
|
8271
8271
|
},
|
|
@@ -8496,7 +8496,7 @@ const F8 = (e) => {
|
|
|
8496
8496
|
}
|
|
8497
8497
|
)
|
|
8498
8498
|
}
|
|
8499
|
-
), Ec = "_drawerStyled_1dhzk_1", qc = "_sidebarCustom_1dhzk_6", Uc = "_accordionStyled_1dhzk_24", Tc = "_accordionHeading_1dhzk_35", Lc = "_accordionSummeryStyled_1dhzk_44", Ic = "_linkStyled_1dhzk_71", Mc = "_subLinkStyled_1dhzk_91", Bc = "_inputContent_1dhzk_113", Dc = "_buttonContent_1dhzk_114", Rc = "_inputStyled_1dhzk_124", Hc = "_buscar_1dhzk_140",
|
|
8499
|
+
), Ec = "_drawerStyled_1dhzk_1", qc = "_sidebarCustom_1dhzk_6", Uc = "_accordionStyled_1dhzk_24", Tc = "_accordionHeading_1dhzk_35", Lc = "_accordionSummeryStyled_1dhzk_44", Ic = "_linkStyled_1dhzk_71", Mc = "_subLinkStyled_1dhzk_91", Bc = "_inputContent_1dhzk_113", Dc = "_buttonContent_1dhzk_114", Rc = "_inputStyled_1dhzk_124", Hc = "_buscar_1dhzk_140", Vc = "_buttonStyled_1dhzk_149", jc = "_accordionDetailsStyled_1dhzk_164", Oc = "_footerSlider_1dhzk_179", Qc = "_socialMedia_1dhzk_190", Pc = "_copyRights_1dhzk_209", Gc = "_icon_1dhzk_220", J = {
|
|
8500
8500
|
drawerStyled: Ec,
|
|
8501
8501
|
sidebarCustom: qc,
|
|
8502
8502
|
accordionStyled: Uc,
|
|
@@ -8508,8 +8508,8 @@ const F8 = (e) => {
|
|
|
8508
8508
|
buttonContent: Dc,
|
|
8509
8509
|
inputStyled: Rc,
|
|
8510
8510
|
buscar: Hc,
|
|
8511
|
-
buttonStyled:
|
|
8512
|
-
accordionDetailsStyled:
|
|
8511
|
+
buttonStyled: Vc,
|
|
8512
|
+
accordionDetailsStyled: jc,
|
|
8513
8513
|
footerSlider: Oc,
|
|
8514
8514
|
socialMedia: Qc,
|
|
8515
8515
|
copyRights: Pc,
|
|
@@ -8668,7 +8668,7 @@ const F8 = (e) => {
|
|
|
8668
8668
|
headLine: Zc,
|
|
8669
8669
|
live: $c,
|
|
8670
8670
|
closeLiveStyled: Yc
|
|
8671
|
-
},
|
|
8671
|
+
}, Va = (e) => {
|
|
8672
8672
|
const { alertZone: t, id: a = "close-alert" } = e, s = () => /* @__PURE__ */ n(
|
|
8673
8673
|
q,
|
|
8674
8674
|
{
|
|
@@ -8679,7 +8679,7 @@ const F8 = (e) => {
|
|
|
8679
8679
|
children: t?.data[0]?.main?.title.home ?? ""
|
|
8680
8680
|
}
|
|
8681
8681
|
);
|
|
8682
|
-
return /* @__PURE__ */ h(
|
|
8682
|
+
return /* @__PURE__ */ h(V, { children: [
|
|
8683
8683
|
/* @__PURE__ */ n(
|
|
8684
8684
|
"input",
|
|
8685
8685
|
{
|
|
@@ -8874,7 +8874,7 @@ const F8 = (e) => {
|
|
|
8874
8874
|
)
|
|
8875
8875
|
] }),
|
|
8876
8876
|
!e.showAlertPop && /* @__PURE__ */ n(
|
|
8877
|
-
|
|
8877
|
+
Va,
|
|
8878
8878
|
{
|
|
8879
8879
|
alertZone: t,
|
|
8880
8880
|
forceShow: e.showAlertPop
|
|
@@ -8919,7 +8919,7 @@ const F8 = (e) => {
|
|
|
8919
8919
|
}
|
|
8920
8920
|
) }, o)) }) })
|
|
8921
8921
|
] }, s)) });
|
|
8922
|
-
}, L5 = "_headerStyled_ksxbt_1", I5 = "_headerContent_ksxbt_23", M5 = "_menuButtonSection_ksxbt_33", B5 = "_menuButton_ksxbt_33", D5 = "_buttonSection_ksxbt_84", R5 = "_buttonSectionSearch_ksxbt_101", H5 = "_hasAlertZone_ksxbt_111",
|
|
8922
|
+
}, L5 = "_headerStyled_ksxbt_1", I5 = "_headerContent_ksxbt_23", M5 = "_menuButtonSection_ksxbt_33", B5 = "_menuButton_ksxbt_33", D5 = "_buttonSection_ksxbt_84", R5 = "_buttonSectionSearch_ksxbt_101", H5 = "_hasAlertZone_ksxbt_111", V5 = "_buttonText_ksxbt_130", j5 = "_logoContent_ksxbt_140", O5 = "_logoStyled_ksxbt_148", Q5 = "_headLineContent_ksxbt_172", P5 = "_headLineTitle_ksxbt_187", G5 = "_menuSection_ksxbt_203", z5 = "_headLine_ksxbt_172", F5 = "_line_ksxbt_255", re = {
|
|
8923
8923
|
headerStyled: L5,
|
|
8924
8924
|
headerContent: I5,
|
|
8925
8925
|
menuButtonSection: M5,
|
|
@@ -8927,8 +8927,8 @@ const F8 = (e) => {
|
|
|
8927
8927
|
buttonSection: D5,
|
|
8928
8928
|
buttonSectionSearch: R5,
|
|
8929
8929
|
hasAlertZone: H5,
|
|
8930
|
-
buttonText:
|
|
8931
|
-
logoContent:
|
|
8930
|
+
buttonText: V5,
|
|
8931
|
+
logoContent: j5,
|
|
8932
8932
|
logoStyled: O5,
|
|
8933
8933
|
headLineContent: Q5,
|
|
8934
8934
|
headLineTitle: P5,
|
|
@@ -9016,7 +9016,7 @@ const F8 = (e) => {
|
|
|
9016
9016
|
op2: Y5
|
|
9017
9017
|
}, M1 = (e) => {
|
|
9018
9018
|
const { alertZone: t, children: a, sidebar: s } = e;
|
|
9019
|
-
return /* @__PURE__ */ h(
|
|
9019
|
+
return /* @__PURE__ */ h(V, { children: [
|
|
9020
9020
|
/* @__PURE__ */ n(_5, { ...e }),
|
|
9021
9021
|
!e.showOnlyStickyHeader && /* @__PURE__ */ n(W5, { ...e }),
|
|
9022
9022
|
/* @__PURE__ */ h(
|
|
@@ -9033,7 +9033,7 @@ const F8 = (e) => {
|
|
|
9033
9033
|
id: "content-layout",
|
|
9034
9034
|
children: [
|
|
9035
9035
|
e.showAlertPop && /* @__PURE__ */ n(
|
|
9036
|
-
|
|
9036
|
+
Va,
|
|
9037
9037
|
{
|
|
9038
9038
|
alertZone: t,
|
|
9039
9039
|
forceShow: e.showAlertPop,
|
|
@@ -9221,7 +9221,7 @@ const F8 = (e) => {
|
|
|
9221
9221
|
socials: c,
|
|
9222
9222
|
searchLink: g,
|
|
9223
9223
|
sidebarExtra: m,
|
|
9224
|
-
rightZone: /* @__PURE__ */ h(
|
|
9224
|
+
rightZone: /* @__PURE__ */ h(V, { children: [
|
|
9225
9225
|
/* @__PURE__ */ h(
|
|
9226
9226
|
ht,
|
|
9227
9227
|
{
|
|
@@ -9260,7 +9260,7 @@ const F8 = (e) => {
|
|
|
9260
9260
|
case "op2":
|
|
9261
9261
|
return /* @__PURE__ */ n(Xr, { ...e });
|
|
9262
9262
|
default:
|
|
9263
|
-
return /* @__PURE__ */ n(
|
|
9263
|
+
return /* @__PURE__ */ n(V, {});
|
|
9264
9264
|
}
|
|
9265
9265
|
}, X5 = "_content_1elhb_1", e9 = "_newsContentSection_1elhb_5", t9 = "_itemContent_1elhb_10", n9 = "_ItemCustomContent_1elhb_16", Oe = {
|
|
9266
9266
|
content: X5,
|
|
@@ -9395,7 +9395,7 @@ const F8 = (e) => {
|
|
|
9395
9395
|
}
|
|
9396
9396
|
);
|
|
9397
9397
|
case "op2":
|
|
9398
|
-
return /* @__PURE__ */ n(
|
|
9398
|
+
return /* @__PURE__ */ n(V, { children: t.length > 0 ? /* @__PURE__ */ n(
|
|
9399
9399
|
P1,
|
|
9400
9400
|
{
|
|
9401
9401
|
className: "padding-0",
|
|
@@ -9456,7 +9456,7 @@ const F8 = (e) => {
|
|
|
9456
9456
|
}
|
|
9457
9457
|
) });
|
|
9458
9458
|
default:
|
|
9459
|
-
return /* @__PURE__ */ n(
|
|
9459
|
+
return /* @__PURE__ */ n(V, {});
|
|
9460
9460
|
}
|
|
9461
9461
|
}, a9 = "_content_gwsqy_1", s9 = "_contactInfoContent_gwsqy_7", On = {
|
|
9462
9462
|
content: a9,
|
|
@@ -9810,14 +9810,14 @@ const F8 = (e) => {
|
|
|
9810
9810
|
}
|
|
9811
9811
|
)
|
|
9812
9812
|
] }) });
|
|
9813
|
-
}, M9 = "_content_jrssz_1", B9 = "_contentWithinCard_jrssz_7", D9 = "_contentDate_jrssz_13", R9 = "_dateInfo_jrssz_20", H9 = "_dot_jrssz_30",
|
|
9813
|
+
}, M9 = "_content_jrssz_1", B9 = "_contentWithinCard_jrssz_7", D9 = "_contentDate_jrssz_13", R9 = "_dateInfo_jrssz_20", H9 = "_dot_jrssz_30", V9 = "_contentTitle_jrssz_38", j9 = "_contentTextList_jrssz_47", O9 = "_contentButton_jrssz_101", Q9 = "_linkStyled_jrssz_107", Ve = {
|
|
9814
9814
|
content: M9,
|
|
9815
9815
|
contentWithinCard: B9,
|
|
9816
9816
|
contentDate: D9,
|
|
9817
9817
|
dateInfo: R9,
|
|
9818
9818
|
dot: H9,
|
|
9819
|
-
contentTitle:
|
|
9820
|
-
contentTextList:
|
|
9819
|
+
contentTitle: V9,
|
|
9820
|
+
contentTextList: j9,
|
|
9821
9821
|
contentButton: O9,
|
|
9822
9822
|
linkStyled: Q9
|
|
9823
9823
|
}, P9 = "_content_ifkxj_1", G9 = {
|
|
@@ -9856,13 +9856,13 @@ const $9 = async ({
|
|
|
9856
9856
|
}
|
|
9857
9857
|
};
|
|
9858
9858
|
});
|
|
9859
|
-
return /* @__PURE__ */ n("section", { className:
|
|
9860
|
-
/* @__PURE__ */ n(z9, { id: `item-${r + 1}`, children: /* @__PURE__ */ h("div", { className:
|
|
9861
|
-
o.date > 0 && /* @__PURE__ */ h("div", { className:
|
|
9859
|
+
return /* @__PURE__ */ n("section", { className: Ve.content, id: "block-notes-list", children: i?.map((o, r) => /* @__PURE__ */ h(i1, { children: [
|
|
9860
|
+
/* @__PURE__ */ n(z9, { id: `item-${r + 1}`, children: /* @__PURE__ */ h("div", { className: Ve.contentWithinCard, children: [
|
|
9861
|
+
o.date > 0 && /* @__PURE__ */ h("div", { className: Ve.contentDate, children: [
|
|
9862
9862
|
/* @__PURE__ */ n(
|
|
9863
9863
|
"span",
|
|
9864
9864
|
{
|
|
9865
|
-
className:
|
|
9865
|
+
className: Ve.dot,
|
|
9866
9866
|
style: {
|
|
9867
9867
|
background: t === "liveblogs" ? "var(--news-liveblog-timeline-datelink-dot-color)" : "var(--common-black)"
|
|
9868
9868
|
}
|
|
@@ -9871,7 +9871,7 @@ const $9 = async ({
|
|
|
9871
9871
|
/* @__PURE__ */ n(
|
|
9872
9872
|
"p",
|
|
9873
9873
|
{
|
|
9874
|
-
className:
|
|
9874
|
+
className: Ve.dateInfo,
|
|
9875
9875
|
style: {
|
|
9876
9876
|
color: t === "liveblogs" ? "var(--news-liveblog-timeline-datelink-color)" : "var(--common-black)"
|
|
9877
9877
|
},
|
|
@@ -9879,21 +9879,21 @@ const $9 = async ({
|
|
|
9879
9879
|
}
|
|
9880
9880
|
)
|
|
9881
9881
|
] }),
|
|
9882
|
-
/* @__PURE__ */ n("p", { className:
|
|
9882
|
+
/* @__PURE__ */ n("p", { className: Ve.contentTitle, children: e[0]?.list.integrated ? o.title : `${o.index}. ${o.title}` }),
|
|
9883
9883
|
o.image && /* @__PURE__ */ n(ye, { preview: o.image, isLarge: !0 }),
|
|
9884
9884
|
/* @__PURE__ */ n(
|
|
9885
9885
|
"div",
|
|
9886
9886
|
{
|
|
9887
|
-
className:
|
|
9887
|
+
className: Ve.contentTextList,
|
|
9888
9888
|
dangerouslySetInnerHTML: {
|
|
9889
9889
|
__html: o.body.rendered
|
|
9890
9890
|
}
|
|
9891
9891
|
}
|
|
9892
9892
|
),
|
|
9893
|
-
o.related && /* @__PURE__ */ n("div", { className:
|
|
9893
|
+
o.related && /* @__PURE__ */ n("div", { className: Ve.contentButton, children: /* @__PURE__ */ n(
|
|
9894
9894
|
"a",
|
|
9895
9895
|
{
|
|
9896
|
-
className:
|
|
9896
|
+
className: Ve.linkStyled,
|
|
9897
9897
|
href: o.related ?? "",
|
|
9898
9898
|
target: "”_blank",
|
|
9899
9899
|
children: s.blockNoteList_readMore ?? "Leer Más"
|
|
@@ -10172,7 +10172,7 @@ const c0 = (e) => /* @__PURE__ */ n(
|
|
|
10172
10172
|
}
|
|
10173
10173
|
)
|
|
10174
10174
|
}
|
|
10175
|
-
),
|
|
10175
|
+
), ja = async (e) => {
|
|
10176
10176
|
const t = /<img\b[^>]*\bsrc=["']([^"']+)["']/g, a = [...e.matchAll(t)], s = {};
|
|
10177
10177
|
for (const i of a) {
|
|
10178
10178
|
const o = i[1] ?? "", r = e.includes(o) ? { url: o } : null;
|
|
@@ -10278,7 +10278,7 @@ async function m0(e, t) {
|
|
|
10278
10278
|
frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen
|
|
10279
10279
|
style="position: relative!important;" src="https://www.youtube.com/embed/${C.data.data[0].main.code}"></iframe>` : f = C.data.data[0].main.code, A = `
|
|
10280
10280
|
<figure class="videoFigure" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen>
|
|
10281
|
-
<script type="application/ld+json">${
|
|
10281
|
+
<script type="application/ld+json">${ja(JSON.stringify(m.data.data) || "")}<\/script>
|
|
10282
10282
|
${f}
|
|
10283
10283
|
<figcaption>${C.data.data[0].main.description || ""}</figcaption>
|
|
10284
10284
|
</figure>
|
|
@@ -10302,7 +10302,7 @@ async function C0(e) {
|
|
|
10302
10302
|
d = d.replace(
|
|
10303
10303
|
/<script[^>]*src=["']https:\/\/platform\.twitter\.com\/widgets\.js["'][^>]*><\/script>/gi,
|
|
10304
10304
|
""
|
|
10305
|
-
), d = d.replace(/ /g, ""), d = d0(d, a), d = u0(d), d = await
|
|
10305
|
+
), d = d.replace(/ /g, ""), d = d0(d, a), d = u0(d), d = await ja(d), d = await h0(
|
|
10306
10306
|
d,
|
|
10307
10307
|
e.texts,
|
|
10308
10308
|
s
|
|
@@ -10640,7 +10640,7 @@ const Gn = {
|
|
|
10640
10640
|
data: i.slice(0, l),
|
|
10641
10641
|
paths: a.paths
|
|
10642
10642
|
});
|
|
10643
|
-
return /* @__PURE__ */ h(
|
|
10643
|
+
return /* @__PURE__ */ h(V, { children: [
|
|
10644
10644
|
/* @__PURE__ */ n(
|
|
10645
10645
|
B1,
|
|
10646
10646
|
{
|
|
@@ -10739,7 +10739,7 @@ const Gn = {
|
|
|
10739
10739
|
}, R0 = "_content_cu8lm_1", H0 = "_title_cu8lm_18", D1 = {
|
|
10740
10740
|
content: R0,
|
|
10741
10741
|
title: H0
|
|
10742
|
-
},
|
|
10742
|
+
}, V0 = async ({
|
|
10743
10743
|
newsformated: e,
|
|
10744
10744
|
internal: t
|
|
10745
10745
|
}) => {
|
|
@@ -10764,8 +10764,8 @@ const Gn = {
|
|
|
10764
10764
|
),
|
|
10765
10765
|
/* @__PURE__ */ n("p", { className: D1.title, children: i?.title })
|
|
10766
10766
|
] });
|
|
10767
|
-
},
|
|
10768
|
-
content:
|
|
10767
|
+
}, j0 = "_content_ezbiw_1", O0 = {
|
|
10768
|
+
content: j0
|
|
10769
10769
|
}, Q0 = async ({
|
|
10770
10770
|
newsformated: e,
|
|
10771
10771
|
internal: t
|
|
@@ -10797,7 +10797,7 @@ const Gn = {
|
|
|
10797
10797
|
) });
|
|
10798
10798
|
if (e.news.config.articlepreview === "videoYouTube")
|
|
10799
10799
|
return /* @__PURE__ */ n("div", { className: R1.content, children: /* @__PURE__ */ n(
|
|
10800
|
-
|
|
10800
|
+
V0,
|
|
10801
10801
|
{
|
|
10802
10802
|
newsformated: e.news,
|
|
10803
10803
|
internal: e.news.info.link.internal
|
|
@@ -10823,7 +10823,7 @@ const Gn = {
|
|
|
10823
10823
|
getVideos: d
|
|
10824
10824
|
} = e, c = e.slug === "liveblogs";
|
|
10825
10825
|
if (!(!s || !s[0]))
|
|
10826
|
-
return /* @__PURE__ */ n(
|
|
10826
|
+
return /* @__PURE__ */ n(V, { children: /* @__PURE__ */ h(d9, { className: F1.contentLayout2, children: [
|
|
10827
10827
|
/* @__PURE__ */ n(
|
|
10828
10828
|
p9,
|
|
10829
10829
|
{
|
|
@@ -11063,7 +11063,7 @@ const Gn = {
|
|
|
11063
11063
|
}
|
|
11064
11064
|
);
|
|
11065
11065
|
default:
|
|
11066
|
-
return /* @__PURE__ */ n(
|
|
11066
|
+
return /* @__PURE__ */ n(V, {});
|
|
11067
11067
|
}
|
|
11068
11068
|
}, a6 = "_content_gxziw_1", s6 = "_buttonStyled_gxziw_9", i6 = "_searchStyled_gxziw_21", o6 = "_inputStyled_gxziw_32", r6 = "_inputStyledTest_gxziw_51", qt = {
|
|
11069
11069
|
content: a6,
|
|
@@ -11133,7 +11133,7 @@ const Gn = {
|
|
|
11133
11133
|
};
|
|
11134
11134
|
switch (a) {
|
|
11135
11135
|
case "op1":
|
|
11136
|
-
return /* @__PURE__ */ n(
|
|
11136
|
+
return /* @__PURE__ */ n(V, { children: /* @__PURE__ */ h(Mn, { children: [
|
|
11137
11137
|
/* @__PURE__ */ n(c4, { autor: s[0], autorIcon: e.autorIcon }),
|
|
11138
11138
|
/* @__PURE__ */ n(
|
|
11139
11139
|
Ba,
|
|
@@ -11215,9 +11215,9 @@ const Gn = {
|
|
|
11215
11215
|
)
|
|
11216
11216
|
] }) });
|
|
11217
11217
|
case "op2":
|
|
11218
|
-
return /* @__PURE__ */ n(
|
|
11218
|
+
return /* @__PURE__ */ n(V, { children: /* @__PURE__ */ h(Mn, { children: [
|
|
11219
11219
|
/* @__PURE__ */ n(y4, { autor: s[0], autorIcon: e.autorIcon }),
|
|
11220
|
-
Array.isArray(t) ? /* @__PURE__ */ h(
|
|
11220
|
+
Array.isArray(t) ? /* @__PURE__ */ h(V, { children: [
|
|
11221
11221
|
/* @__PURE__ */ n(
|
|
11222
11222
|
Ra,
|
|
11223
11223
|
{
|
|
@@ -11268,7 +11268,7 @@ const Gn = {
|
|
|
11268
11268
|
)
|
|
11269
11269
|
] }) });
|
|
11270
11270
|
default:
|
|
11271
|
-
return /* @__PURE__ */ n(
|
|
11271
|
+
return /* @__PURE__ */ n(V, {});
|
|
11272
11272
|
}
|
|
11273
11273
|
}, h6 = "_content_pq89v_1", m6 = "_videoContent_pq89v_9", Fn = {
|
|
11274
11274
|
content: h6,
|
|
@@ -11391,7 +11391,7 @@ const Gn = {
|
|
|
11391
11391
|
case "op2":
|
|
11392
11392
|
return /* @__PURE__ */ n(R6, { video: e.data[0] });
|
|
11393
11393
|
default:
|
|
11394
|
-
return /* @__PURE__ */ n(
|
|
11394
|
+
return /* @__PURE__ */ n(V, {});
|
|
11395
11395
|
}
|
|
11396
11396
|
};
|
|
11397
11397
|
function ld({ containerId: e, containerId2: t }) {
|
|
@@ -11466,7 +11466,7 @@ const H6 = (e) => {
|
|
|
11466
11466
|
}
|
|
11467
11467
|
}
|
|
11468
11468
|
),
|
|
11469
|
-
t && /* @__PURE__ */ h(
|
|
11469
|
+
t && /* @__PURE__ */ h(V, { children: [
|
|
11470
11470
|
/* @__PURE__ */ n(
|
|
11471
11471
|
"div",
|
|
11472
11472
|
{
|
|
@@ -11489,7 +11489,7 @@ const H6 = (e) => {
|
|
|
11489
11489
|
] })
|
|
11490
11490
|
] })
|
|
11491
11491
|
] }) });
|
|
11492
|
-
},
|
|
11492
|
+
}, V6 = (e) => /* @__PURE__ */ n(
|
|
11493
11493
|
"svg",
|
|
11494
11494
|
{
|
|
11495
11495
|
width: "41",
|
|
@@ -11506,7 +11506,7 @@ const H6 = (e) => {
|
|
|
11506
11506
|
}
|
|
11507
11507
|
)
|
|
11508
11508
|
}
|
|
11509
|
-
),
|
|
11509
|
+
), j6 = {
|
|
11510
11510
|
info: {
|
|
11511
11511
|
section: {
|
|
11512
11512
|
name: "",
|
|
@@ -11570,7 +11570,7 @@ const H6 = (e) => {
|
|
|
11570
11570
|
isVisible: s = !1,
|
|
11571
11571
|
stylesConfig: i
|
|
11572
11572
|
}) => {
|
|
11573
|
-
const [o, r] =
|
|
11573
|
+
const [o, r] = j({ data: Array.from({ length: $n }, () => j6) }), [l, d] = j(!1), c = te(async () => {
|
|
11574
11574
|
if (!(l || !t?.info?.link?.internal)) {
|
|
11575
11575
|
d(!0);
|
|
11576
11576
|
try {
|
|
@@ -11682,7 +11682,7 @@ const H6 = (e) => {
|
|
|
11682
11682
|
return o && e?.config?.showtime && e.config?.showauthor ? `${o.fullname} - ${r}` : o && e.config?.showauthor ? o.fullname : e?.config?.showtime ? r : "";
|
|
11683
11683
|
})();
|
|
11684
11684
|
return /* @__PURE__ */ h("div", { className: Y.boxInformation, children: [
|
|
11685
|
-
t && /* @__PURE__ */ n(
|
|
11685
|
+
t && /* @__PURE__ */ n(V6, { className: Y.dotStyles }),
|
|
11686
11686
|
e?.info?.section?.url && /* @__PURE__ */ h("div", { className: Y.sectionDescriptionContainer, children: [
|
|
11687
11687
|
/* @__PURE__ */ n(
|
|
11688
11688
|
q,
|
|
@@ -11719,7 +11719,7 @@ const H6 = (e) => {
|
|
|
11719
11719
|
children: a ? we(e.main.subtitle.striped) : e.main.subtitle.striped
|
|
11720
11720
|
}
|
|
11721
11721
|
),
|
|
11722
|
-
(e?.config?.showtime || e.config?.showauthor) && i && /* @__PURE__ */ n(
|
|
11722
|
+
(e?.config?.showtime || e.config?.showauthor) && i && /* @__PURE__ */ n(V, { children: e.authors?.[0]?.internaluser ? /* @__PURE__ */ n(
|
|
11723
11723
|
q,
|
|
11724
11724
|
{
|
|
11725
11725
|
className: Y.correspondentLink,
|
|
@@ -11847,7 +11847,7 @@ async function cd({
|
|
|
11847
11847
|
throw m;
|
|
11848
11848
|
}
|
|
11849
11849
|
}
|
|
11850
|
-
const
|
|
11850
|
+
const je = {
|
|
11851
11851
|
spam: "Es spam o contenido comercial no deseado",
|
|
11852
11852
|
inappropriate: "Lenguaje inadecuado",
|
|
11853
11853
|
hate: "Discurso o símbolos de odio",
|
|
@@ -11857,7 +11857,7 @@ const Ve = {
|
|
|
11857
11857
|
bullying: "Bullying o acoso"
|
|
11858
11858
|
};
|
|
11859
11859
|
function dd(e) {
|
|
11860
|
-
return
|
|
11860
|
+
return je[e];
|
|
11861
11861
|
}
|
|
11862
11862
|
const at = 300, Qe = {
|
|
11863
11863
|
username: "anonimo",
|
|
@@ -11943,25 +11943,25 @@ const h7 = "_overlay_tlrod_1", m7 = "_header_tlrod_18", C7 = "_logo_tlrod_25", f
|
|
|
11943
11943
|
publication: s,
|
|
11944
11944
|
username: i
|
|
11945
11945
|
}) => {
|
|
11946
|
-
const [o, r] =
|
|
11946
|
+
const [o, r] = j("form"), [l, d] = j(
|
|
11947
11947
|
""
|
|
11948
|
-
), [c, u] =
|
|
11949
|
-
{ id: "spam", label:
|
|
11948
|
+
), [c, u] = j(""), [C] = j(""), m = [
|
|
11949
|
+
{ id: "spam", label: je.spam },
|
|
11950
11950
|
{
|
|
11951
11951
|
id: "inappropriate",
|
|
11952
|
-
label:
|
|
11952
|
+
label: je.inappropriate
|
|
11953
11953
|
},
|
|
11954
|
-
{ id: "hate", label:
|
|
11954
|
+
{ id: "hate", label: je.hate },
|
|
11955
11955
|
{
|
|
11956
11956
|
id: "misinformation",
|
|
11957
|
-
label:
|
|
11957
|
+
label: je.misinformation
|
|
11958
11958
|
},
|
|
11959
|
-
{ id: "terrorism", label:
|
|
11959
|
+
{ id: "terrorism", label: je.terrorism },
|
|
11960
11960
|
{
|
|
11961
11961
|
id: "intellectual",
|
|
11962
|
-
label:
|
|
11962
|
+
label: je.intellectual
|
|
11963
11963
|
},
|
|
11964
|
-
{ id: "bullying", label:
|
|
11964
|
+
{ id: "bullying", label: je.bullying }
|
|
11965
11965
|
], A = async () => {
|
|
11966
11966
|
if (!(!l || !a)) {
|
|
11967
11967
|
if (Pa(document).includes(a)) {
|
|
@@ -11980,7 +11980,7 @@ const h7 = "_overlay_tlrod_1", m7 = "_header_tlrod_18", C7 = "_logo_tlrod_25", f
|
|
|
11980
11980
|
username: i,
|
|
11981
11981
|
id: a,
|
|
11982
11982
|
captchaToken: C,
|
|
11983
|
-
type:
|
|
11983
|
+
type: je[l]
|
|
11984
11984
|
// Enviamos el label completo
|
|
11985
11985
|
})
|
|
11986
11986
|
})).json();
|
|
@@ -12001,7 +12001,7 @@ const h7 = "_overlay_tlrod_1", m7 = "_header_tlrod_18", C7 = "_logo_tlrod_25", f
|
|
|
12001
12001
|
/* @__PURE__ */ n("button", { className: "close-reply-form", onClick: f, children: /* @__PURE__ */ n(wt, {}) }),
|
|
12002
12002
|
/* @__PURE__ */ n("h2", { className: X.title, children: "Reportar Abuso" }),
|
|
12003
12003
|
o === "loading" && /* @__PURE__ */ n("div", { className: X.loadingContainer, children: /* @__PURE__ */ n(Pe, {}) }),
|
|
12004
|
-
o === "form" || o === "loading" ? /* @__PURE__ */ h(
|
|
12004
|
+
o === "form" || o === "loading" ? /* @__PURE__ */ h(V, { children: [
|
|
12005
12005
|
/* @__PURE__ */ n("div", { className: X.optionsContainer, children: m.map((g) => /* @__PURE__ */ h("label", { className: X.option, children: [
|
|
12006
12006
|
/* @__PURE__ */ n(
|
|
12007
12007
|
"input",
|
|
@@ -12030,7 +12030,7 @@ const h7 = "_overlay_tlrod_1", m7 = "_header_tlrod_18", C7 = "_logo_tlrod_25", f
|
|
|
12030
12030
|
}
|
|
12031
12031
|
)
|
|
12032
12032
|
] })
|
|
12033
|
-
] }) : /* @__PURE__ */ h(
|
|
12033
|
+
] }) : /* @__PURE__ */ h(V, { children: [
|
|
12034
12034
|
/* @__PURE__ */ h("div", { className: X.successContainer, children: [
|
|
12035
12035
|
/* @__PURE__ */ n("div", { className: X.thumbsUp, children: /* @__PURE__ */ n(
|
|
12036
12036
|
"svg",
|
|
@@ -12115,14 +12115,14 @@ async function on({
|
|
|
12115
12115
|
throw A;
|
|
12116
12116
|
}
|
|
12117
12117
|
}
|
|
12118
|
-
const
|
|
12119
|
-
const [t, a] =
|
|
12118
|
+
const V7 = "35", j7 = (e) => {
|
|
12119
|
+
const [t, a] = j(void 0);
|
|
12120
12120
|
return ke(() => {
|
|
12121
12121
|
if (t) return;
|
|
12122
12122
|
(async () => {
|
|
12123
12123
|
try {
|
|
12124
12124
|
const i = await on({
|
|
12125
|
-
publication:
|
|
12125
|
+
publication: V7,
|
|
12126
12126
|
path: e ?? "",
|
|
12127
12127
|
size: 5,
|
|
12128
12128
|
sizereply: 2,
|
|
@@ -12325,7 +12325,7 @@ const j7 = "35", V7 = (e) => {
|
|
|
12325
12325
|
addReply: i,
|
|
12326
12326
|
closeForm: o
|
|
12327
12327
|
}) => {
|
|
12328
|
-
const [r, l] =
|
|
12328
|
+
const [r, l] = j(!0), [d, c] = j(""), u = () => {
|
|
12329
12329
|
t.current?.parentElement && (t.current.parentElement.dataset.text = `0/${at}`), l(!0), o();
|
|
12330
12330
|
};
|
|
12331
12331
|
return /* @__PURE__ */ h("div", { className: "comment-form reply-form", children: [
|
|
@@ -12385,7 +12385,7 @@ const j7 = "35", V7 = (e) => {
|
|
|
12385
12385
|
] })
|
|
12386
12386
|
] }) });
|
|
12387
12387
|
}, G7 = ({ comment: e, replyingTo: t, path: a, user: s, handleReplyingTo: i, onFlag: o }) => {
|
|
12388
|
-
const r = { morereply: e.morereply ?? !1, reply: e.reply ? e.reply : [] }, [l, d] =
|
|
12388
|
+
const r = { morereply: e.morereply ?? !1, reply: e.reply ? e.reply : [] }, [l, d] = j(r), [c, u] = xe.useState(!1), C = process.env.NEXT_PUBLIC_PUBLICATION_ID ?? "", m = e.text, A = xe.useRef(null);
|
|
12389
12389
|
let f = `${Qe.firstname} ${Qe.lastname}`, g = Qe.username;
|
|
12390
12390
|
e.user && (f = `${e.user.firstname} ${e.user.lastname}`, g = e.user.username);
|
|
12391
12391
|
const w = (b) => {
|
|
@@ -12468,7 +12468,7 @@ const j7 = "35", V7 = (e) => {
|
|
|
12468
12468
|
path: a,
|
|
12469
12469
|
addComment: s
|
|
12470
12470
|
}) => {
|
|
12471
|
-
const [i, o] =
|
|
12471
|
+
const [i, o] = j(!0), [r, l] = j("");
|
|
12472
12472
|
return /* @__PURE__ */ h("div", { className: "comment-form", children: [
|
|
12473
12473
|
/* @__PURE__ */ n(
|
|
12474
12474
|
Wa,
|
|
@@ -12514,7 +12514,7 @@ const j7 = "35", V7 = (e) => {
|
|
|
12514
12514
|
handleLogout: s,
|
|
12515
12515
|
CAPTCHA_KEY_V2: i
|
|
12516
12516
|
}) => {
|
|
12517
|
-
const o = t.replaceAll("/", "|"), [r, l] =
|
|
12517
|
+
const o = t.replaceAll("/", "|"), [r, l] = j(void 0), [d, c] = j(""), { comments: u, setComments: C } = j7(o), [m, A] = xe.useState(!1), f = xe.useRef(null), g = (E) => {
|
|
12518
12518
|
c(d === E ? "" : E);
|
|
12519
12519
|
}, w = (E) => {
|
|
12520
12520
|
C(
|
|
@@ -12550,9 +12550,9 @@ const j7 = "35", V7 = (e) => {
|
|
|
12550
12550
|
throw A(!1), new Error(`Error al obtener comentarios: ${G}`);
|
|
12551
12551
|
}
|
|
12552
12552
|
}, N = u?.comments && u.comments.length > 0, U = N ? "Comparte tu opinión de este artículo." : "Se el primero en compartir tu opinión de este artículo.", I = /* @__PURE__ */ n("div", { style: { display: "flex", width: "100%", justifyContent: "center" }, children: /* @__PURE__ */ n(Pe, {}) });
|
|
12553
|
-
return /* @__PURE__ */ h(
|
|
12554
|
-
/* @__PURE__ */ n("div", { className: "comments-container", children: /* @__PURE__ */ n(ne, { title: N || e ? "COMENTARIOS" : !1, children: /* @__PURE__ */ h(
|
|
12555
|
-
/* @__PURE__ */ n("div", { className: "comments-header", children: e && a && /* @__PURE__ */ h(
|
|
12553
|
+
return /* @__PURE__ */ h(V, { children: [
|
|
12554
|
+
/* @__PURE__ */ n("div", { className: "comments-container", children: /* @__PURE__ */ n(ne, { title: N || e ? "COMENTARIOS" : !1, children: /* @__PURE__ */ h(V, { children: [
|
|
12555
|
+
/* @__PURE__ */ n("div", { className: "comments-header", children: e && a && /* @__PURE__ */ h(V, { children: [
|
|
12556
12556
|
/* @__PURE__ */ n(
|
|
12557
12557
|
G6,
|
|
12558
12558
|
{
|
|
@@ -12571,7 +12571,7 @@ const j7 = "35", V7 = (e) => {
|
|
|
12571
12571
|
}
|
|
12572
12572
|
)
|
|
12573
12573
|
] }) }),
|
|
12574
|
-
/* @__PURE__ */ n("div", { className: "comments-list", "data-isauthenticated": `${e}`, children: u ? u.comments && u.comments.length > 0 ? /* @__PURE__ */ h(
|
|
12574
|
+
/* @__PURE__ */ n("div", { className: "comments-list", "data-isauthenticated": `${e}`, children: u ? u.comments && u.comments.length > 0 ? /* @__PURE__ */ h(V, { children: [
|
|
12575
12575
|
u.comments.map((E) => /* @__PURE__ */ n(
|
|
12576
12576
|
G7,
|
|
12577
12577
|
{
|
|
@@ -12655,7 +12655,7 @@ const j7 = "35", V7 = (e) => {
|
|
|
12655
12655
|
}
|
|
12656
12656
|
];
|
|
12657
12657
|
function W7({ goToLogin: e, handleGoogleLogin: t }) {
|
|
12658
|
-
const [a, s] =
|
|
12658
|
+
const [a, s] = j({}), [i, o] = j(!1), [r, l] = j(!1), [d, c] = j(null), [u, C] = j(
|
|
12659
12659
|
"register"
|
|
12660
12660
|
), m = (w, b) => {
|
|
12661
12661
|
s((k) => ({ ...k, [w]: b }));
|
|
@@ -12739,8 +12739,8 @@ function W7({ goToLogin: e, handleGoogleLogin: t }) {
|
|
|
12739
12739
|
l(!1);
|
|
12740
12740
|
}
|
|
12741
12741
|
}, g = a.password || "";
|
|
12742
|
-
return /* @__PURE__ */ h(
|
|
12743
|
-
u === "register" && /* @__PURE__ */ h(
|
|
12742
|
+
return /* @__PURE__ */ h(V, { children: [
|
|
12743
|
+
u === "register" && /* @__PURE__ */ h(V, { children: [
|
|
12744
12744
|
/* @__PURE__ */ h("button", { onClick: t, className: _.google, children: [
|
|
12745
12745
|
/* @__PURE__ */ n(
|
|
12746
12746
|
"img",
|
|
@@ -12886,8 +12886,8 @@ function Z7({
|
|
|
12886
12886
|
handleGoogleLogin: s,
|
|
12887
12887
|
CAPTCHA_KEY: i
|
|
12888
12888
|
}) {
|
|
12889
|
-
const [o, r] =
|
|
12890
|
-
return /* @__PURE__ */ h(
|
|
12889
|
+
const [o, r] = j("login"), [l, d] = j(""), [c, u] = j(""), [C, m] = j(""), [A, f] = j(""), [g, w] = j(""), [b, k] = j(!1), [N, U] = j(!1), [I, E] = j(null);
|
|
12890
|
+
return /* @__PURE__ */ h(V, { children: [
|
|
12891
12891
|
o === "login" && /* @__PURE__ */ n(
|
|
12892
12892
|
$7,
|
|
12893
12893
|
{
|
|
@@ -13036,7 +13036,7 @@ function $7({
|
|
|
13036
13036
|
onRegister: u,
|
|
13037
13037
|
handleGoogleLogin: C
|
|
13038
13038
|
}) {
|
|
13039
|
-
return /* @__PURE__ */ h(
|
|
13039
|
+
return /* @__PURE__ */ h(V, { children: [
|
|
13040
13040
|
/* @__PURE__ */ h("button", { onClick: C, className: _.google, children: [
|
|
13041
13041
|
/* @__PURE__ */ n(
|
|
13042
13042
|
"img",
|
|
@@ -13276,7 +13276,7 @@ function X7({
|
|
|
13276
13276
|
checkAuth: i,
|
|
13277
13277
|
icon: o
|
|
13278
13278
|
}) {
|
|
13279
|
-
const [r, l] =
|
|
13279
|
+
const [r, l] = j("login"), d = async () => {
|
|
13280
13280
|
if (!e) return;
|
|
13281
13281
|
const c = encodeURIComponent(window.location.pathname);
|
|
13282
13282
|
window.location.href = `/api/auth/login?redirect=${c}`;
|
|
@@ -13345,7 +13345,7 @@ function e8({
|
|
|
13345
13345
|
}, m = async (A) => {
|
|
13346
13346
|
A.preventDefault(), a && u(!0);
|
|
13347
13347
|
};
|
|
13348
|
-
return /* @__PURE__ */ h(
|
|
13348
|
+
return /* @__PURE__ */ h(V, { children: [
|
|
13349
13349
|
c && /* @__PURE__ */ n(
|
|
13350
13350
|
X7,
|
|
13351
13351
|
{
|
|
@@ -13391,7 +13391,7 @@ function n8({
|
|
|
13391
13391
|
COGNITO_AUTH_PREFIX: s,
|
|
13392
13392
|
captchaVars: i
|
|
13393
13393
|
}) {
|
|
13394
|
-
const [o, r] =
|
|
13394
|
+
const [o, r] = j(null), [l, d] = j(null), c = async () => {
|
|
13395
13395
|
if (e) {
|
|
13396
13396
|
if (document.cookie.search(t8 + "IS_AUTH=true") === -1) {
|
|
13397
13397
|
r(!1), d(null), console.log("user not logged");
|
|
@@ -13445,7 +13445,7 @@ const ud = ({
|
|
|
13445
13445
|
CAPTCHA_KEY: "invalidKey"
|
|
13446
13446
|
}
|
|
13447
13447
|
}) => {
|
|
13448
|
-
const d = Jn(null), [c, u] =
|
|
13448
|
+
const d = Jn(null), [c, u] = j(!1);
|
|
13449
13449
|
ke(() => {
|
|
13450
13450
|
const m = new IntersectionObserver(
|
|
13451
13451
|
([A]) => {
|
|
@@ -13696,14 +13696,14 @@ export {
|
|
|
13696
13696
|
Ql as Modulo3Columnas,
|
|
13697
13697
|
$8 as ModuloNewsletter,
|
|
13698
13698
|
F8 as ModuloOpinion,
|
|
13699
|
-
|
|
13700
|
-
|
|
13699
|
+
j6 as NewListResponseDataPH,
|
|
13700
|
+
V2 as NewsArticle,
|
|
13701
13701
|
ad as NewsComponent,
|
|
13702
13702
|
P1 as NewsContent,
|
|
13703
13703
|
c1 as NextPrev,
|
|
13704
|
-
|
|
13704
|
+
j2 as OrgList,
|
|
13705
13705
|
hn as PreloadImages,
|
|
13706
|
-
|
|
13706
|
+
je as REPORT_REASONS,
|
|
13707
13707
|
X1 as Readest,
|
|
13708
13708
|
ld as ScriptHydrator,
|
|
13709
13709
|
id as SearchSection,
|
|
@@ -13717,11 +13717,11 @@ export {
|
|
|
13717
13717
|
ed as StaticSlotWrapper,
|
|
13718
13718
|
No as SubscribeColumn,
|
|
13719
13719
|
Ro as SubscribeRow,
|
|
13720
|
-
|
|
13720
|
+
V8 as SubscribeWhatsAppColumn,
|
|
13721
13721
|
sd as TagComponent,
|
|
13722
13722
|
X3 as TimeLine,
|
|
13723
13723
|
l8 as TrimPathname,
|
|
13724
|
-
|
|
13724
|
+
j8 as VideoBlock3,
|
|
13725
13725
|
z8 as VideoBlock4,
|
|
13726
13726
|
rd as VideoSection,
|
|
13727
13727
|
Q2 as VideosSchemas,
|
|
@@ -13745,7 +13745,7 @@ export {
|
|
|
13745
13745
|
o1 as getEnvironmentUrl,
|
|
13746
13746
|
_2 as getEnvironmentUrlFront,
|
|
13747
13747
|
ie as getImageUrl,
|
|
13748
|
-
|
|
13748
|
+
jt as getNextMeta,
|
|
13749
13749
|
Qt as getPage,
|
|
13750
13750
|
u8 as getPreloadImages,
|
|
13751
13751
|
Ot as getPrevMeta,
|