sass-template-common 0.0.45 → 0.0.47
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
|
},
|
|
@@ -8362,29 +8362,38 @@ const F8 = (e) => {
|
|
|
8362
8362
|
] });
|
|
8363
8363
|
}, Ac = (e) => {
|
|
8364
8364
|
const { content: t, title: a, slot_id: s } = e, i = e.slot_id && e.slot_id !== "Nota_1";
|
|
8365
|
-
return t && t.length !== 0 && /* @__PURE__ */ n(ne, { title: a, titleUrl: e.titleUrl, children: /* @__PURE__ */ n(
|
|
8366
|
-
|
|
8367
|
-
|
|
8368
|
-
|
|
8369
|
-
|
|
8370
|
-
|
|
8371
|
-
|
|
8372
|
-
|
|
8373
|
-
|
|
8374
|
-
|
|
8375
|
-
|
|
8376
|
-
|
|
8377
|
-
|
|
8378
|
-
|
|
8379
|
-
|
|
8380
|
-
|
|
8381
|
-
|
|
8382
|
-
}
|
|
8383
|
-
|
|
8384
|
-
|
|
8385
|
-
|
|
8386
|
-
|
|
8387
|
-
|
|
8365
|
+
return t && t.length !== 0 && /* @__PURE__ */ n(ne, { title: a, titleUrl: e.titleUrl, children: /* @__PURE__ */ n(
|
|
8366
|
+
pt,
|
|
8367
|
+
{
|
|
8368
|
+
slot_id: s,
|
|
8369
|
+
cardWidth: e.cardWidth,
|
|
8370
|
+
cardGap: e.cardGap,
|
|
8371
|
+
pagination: e.pagination,
|
|
8372
|
+
children: t.map((o, r) => {
|
|
8373
|
+
const l = {
|
|
8374
|
+
...o,
|
|
8375
|
+
main: {
|
|
8376
|
+
...o.main,
|
|
8377
|
+
title: {
|
|
8378
|
+
...o.main.title,
|
|
8379
|
+
section: i ? o.main.title.home : o.main.title.section
|
|
8380
|
+
}
|
|
8381
|
+
}
|
|
8382
|
+
};
|
|
8383
|
+
return /* @__PURE__ */ n(
|
|
8384
|
+
"div",
|
|
8385
|
+
{
|
|
8386
|
+
style: {
|
|
8387
|
+
"--heightImageOverwrite": e.heightImageOverwrite,
|
|
8388
|
+
"--heightImageOverwriteMobile": e.heightImageOverwriteMobile
|
|
8389
|
+
},
|
|
8390
|
+
children: /* @__PURE__ */ n(v1, { ...l, paths: e.paths })
|
|
8391
|
+
},
|
|
8392
|
+
r
|
|
8393
|
+
);
|
|
8394
|
+
})
|
|
8395
|
+
}
|
|
8396
|
+
) });
|
|
8388
8397
|
}, wc = "_content_1mj79_1", yc = "_imageStyled_1mj79_14", bc = "_contentIcon_1mj79_23", vc = "_boxInformation_1mj79_44", _c = "_comment_1mj79_51", Nc = "_title_1mj79_60", Sc = "_authorName_1mj79_81", We = {
|
|
8389
8398
|
content: wc,
|
|
8390
8399
|
imageStyled: yc,
|
|
@@ -8496,7 +8505,7 @@ const F8 = (e) => {
|
|
|
8496
8505
|
}
|
|
8497
8506
|
)
|
|
8498
8507
|
}
|
|
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",
|
|
8508
|
+
), 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
8509
|
drawerStyled: Ec,
|
|
8501
8510
|
sidebarCustom: qc,
|
|
8502
8511
|
accordionStyled: Uc,
|
|
@@ -8508,8 +8517,8 @@ const F8 = (e) => {
|
|
|
8508
8517
|
buttonContent: Dc,
|
|
8509
8518
|
inputStyled: Rc,
|
|
8510
8519
|
buscar: Hc,
|
|
8511
|
-
buttonStyled:
|
|
8512
|
-
accordionDetailsStyled:
|
|
8520
|
+
buttonStyled: Vc,
|
|
8521
|
+
accordionDetailsStyled: jc,
|
|
8513
8522
|
footerSlider: Oc,
|
|
8514
8523
|
socialMedia: Qc,
|
|
8515
8524
|
copyRights: Pc,
|
|
@@ -8668,7 +8677,7 @@ const F8 = (e) => {
|
|
|
8668
8677
|
headLine: Zc,
|
|
8669
8678
|
live: $c,
|
|
8670
8679
|
closeLiveStyled: Yc
|
|
8671
|
-
},
|
|
8680
|
+
}, Va = (e) => {
|
|
8672
8681
|
const { alertZone: t, id: a = "close-alert" } = e, s = () => /* @__PURE__ */ n(
|
|
8673
8682
|
q,
|
|
8674
8683
|
{
|
|
@@ -8679,7 +8688,7 @@ const F8 = (e) => {
|
|
|
8679
8688
|
children: t?.data[0]?.main?.title.home ?? ""
|
|
8680
8689
|
}
|
|
8681
8690
|
);
|
|
8682
|
-
return /* @__PURE__ */ h(
|
|
8691
|
+
return /* @__PURE__ */ h(V, { children: [
|
|
8683
8692
|
/* @__PURE__ */ n(
|
|
8684
8693
|
"input",
|
|
8685
8694
|
{
|
|
@@ -8874,7 +8883,7 @@ const F8 = (e) => {
|
|
|
8874
8883
|
)
|
|
8875
8884
|
] }),
|
|
8876
8885
|
!e.showAlertPop && /* @__PURE__ */ n(
|
|
8877
|
-
|
|
8886
|
+
Va,
|
|
8878
8887
|
{
|
|
8879
8888
|
alertZone: t,
|
|
8880
8889
|
forceShow: e.showAlertPop
|
|
@@ -8919,7 +8928,7 @@ const F8 = (e) => {
|
|
|
8919
8928
|
}
|
|
8920
8929
|
) }, o)) }) })
|
|
8921
8930
|
] }, 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",
|
|
8931
|
+
}, 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
8932
|
headerStyled: L5,
|
|
8924
8933
|
headerContent: I5,
|
|
8925
8934
|
menuButtonSection: M5,
|
|
@@ -8927,8 +8936,8 @@ const F8 = (e) => {
|
|
|
8927
8936
|
buttonSection: D5,
|
|
8928
8937
|
buttonSectionSearch: R5,
|
|
8929
8938
|
hasAlertZone: H5,
|
|
8930
|
-
buttonText:
|
|
8931
|
-
logoContent:
|
|
8939
|
+
buttonText: V5,
|
|
8940
|
+
logoContent: j5,
|
|
8932
8941
|
logoStyled: O5,
|
|
8933
8942
|
headLineContent: Q5,
|
|
8934
8943
|
headLineTitle: P5,
|
|
@@ -9016,7 +9025,7 @@ const F8 = (e) => {
|
|
|
9016
9025
|
op2: Y5
|
|
9017
9026
|
}, M1 = (e) => {
|
|
9018
9027
|
const { alertZone: t, children: a, sidebar: s } = e;
|
|
9019
|
-
return /* @__PURE__ */ h(
|
|
9028
|
+
return /* @__PURE__ */ h(V, { children: [
|
|
9020
9029
|
/* @__PURE__ */ n(_5, { ...e }),
|
|
9021
9030
|
!e.showOnlyStickyHeader && /* @__PURE__ */ n(W5, { ...e }),
|
|
9022
9031
|
/* @__PURE__ */ h(
|
|
@@ -9033,7 +9042,7 @@ const F8 = (e) => {
|
|
|
9033
9042
|
id: "content-layout",
|
|
9034
9043
|
children: [
|
|
9035
9044
|
e.showAlertPop && /* @__PURE__ */ n(
|
|
9036
|
-
|
|
9045
|
+
Va,
|
|
9037
9046
|
{
|
|
9038
9047
|
alertZone: t,
|
|
9039
9048
|
forceShow: e.showAlertPop,
|
|
@@ -9221,7 +9230,7 @@ const F8 = (e) => {
|
|
|
9221
9230
|
socials: c,
|
|
9222
9231
|
searchLink: g,
|
|
9223
9232
|
sidebarExtra: m,
|
|
9224
|
-
rightZone: /* @__PURE__ */ h(
|
|
9233
|
+
rightZone: /* @__PURE__ */ h(V, { children: [
|
|
9225
9234
|
/* @__PURE__ */ h(
|
|
9226
9235
|
ht,
|
|
9227
9236
|
{
|
|
@@ -9260,7 +9269,7 @@ const F8 = (e) => {
|
|
|
9260
9269
|
case "op2":
|
|
9261
9270
|
return /* @__PURE__ */ n(Xr, { ...e });
|
|
9262
9271
|
default:
|
|
9263
|
-
return /* @__PURE__ */ n(
|
|
9272
|
+
return /* @__PURE__ */ n(V, {});
|
|
9264
9273
|
}
|
|
9265
9274
|
}, X5 = "_content_1elhb_1", e9 = "_newsContentSection_1elhb_5", t9 = "_itemContent_1elhb_10", n9 = "_ItemCustomContent_1elhb_16", Oe = {
|
|
9266
9275
|
content: X5,
|
|
@@ -9395,7 +9404,7 @@ const F8 = (e) => {
|
|
|
9395
9404
|
}
|
|
9396
9405
|
);
|
|
9397
9406
|
case "op2":
|
|
9398
|
-
return /* @__PURE__ */ n(
|
|
9407
|
+
return /* @__PURE__ */ n(V, { children: t.length > 0 ? /* @__PURE__ */ n(
|
|
9399
9408
|
P1,
|
|
9400
9409
|
{
|
|
9401
9410
|
className: "padding-0",
|
|
@@ -9456,7 +9465,7 @@ const F8 = (e) => {
|
|
|
9456
9465
|
}
|
|
9457
9466
|
) });
|
|
9458
9467
|
default:
|
|
9459
|
-
return /* @__PURE__ */ n(
|
|
9468
|
+
return /* @__PURE__ */ n(V, {});
|
|
9460
9469
|
}
|
|
9461
9470
|
}, a9 = "_content_gwsqy_1", s9 = "_contactInfoContent_gwsqy_7", On = {
|
|
9462
9471
|
content: a9,
|
|
@@ -9810,14 +9819,14 @@ const F8 = (e) => {
|
|
|
9810
9819
|
}
|
|
9811
9820
|
)
|
|
9812
9821
|
] }) });
|
|
9813
|
-
}, M9 = "_content_jrssz_1", B9 = "_contentWithinCard_jrssz_7", D9 = "_contentDate_jrssz_13", R9 = "_dateInfo_jrssz_20", H9 = "_dot_jrssz_30",
|
|
9822
|
+
}, 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
9823
|
content: M9,
|
|
9815
9824
|
contentWithinCard: B9,
|
|
9816
9825
|
contentDate: D9,
|
|
9817
9826
|
dateInfo: R9,
|
|
9818
9827
|
dot: H9,
|
|
9819
|
-
contentTitle:
|
|
9820
|
-
contentTextList:
|
|
9828
|
+
contentTitle: V9,
|
|
9829
|
+
contentTextList: j9,
|
|
9821
9830
|
contentButton: O9,
|
|
9822
9831
|
linkStyled: Q9
|
|
9823
9832
|
}, P9 = "_content_ifkxj_1", G9 = {
|
|
@@ -9856,13 +9865,13 @@ const $9 = async ({
|
|
|
9856
9865
|
}
|
|
9857
9866
|
};
|
|
9858
9867
|
});
|
|
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:
|
|
9868
|
+
return /* @__PURE__ */ n("section", { className: Ve.content, id: "block-notes-list", children: i?.map((o, r) => /* @__PURE__ */ h(i1, { children: [
|
|
9869
|
+
/* @__PURE__ */ n(z9, { id: `item-${r + 1}`, children: /* @__PURE__ */ h("div", { className: Ve.contentWithinCard, children: [
|
|
9870
|
+
o.date > 0 && /* @__PURE__ */ h("div", { className: Ve.contentDate, children: [
|
|
9862
9871
|
/* @__PURE__ */ n(
|
|
9863
9872
|
"span",
|
|
9864
9873
|
{
|
|
9865
|
-
className:
|
|
9874
|
+
className: Ve.dot,
|
|
9866
9875
|
style: {
|
|
9867
9876
|
background: t === "liveblogs" ? "var(--news-liveblog-timeline-datelink-dot-color)" : "var(--common-black)"
|
|
9868
9877
|
}
|
|
@@ -9871,7 +9880,7 @@ const $9 = async ({
|
|
|
9871
9880
|
/* @__PURE__ */ n(
|
|
9872
9881
|
"p",
|
|
9873
9882
|
{
|
|
9874
|
-
className:
|
|
9883
|
+
className: Ve.dateInfo,
|
|
9875
9884
|
style: {
|
|
9876
9885
|
color: t === "liveblogs" ? "var(--news-liveblog-timeline-datelink-color)" : "var(--common-black)"
|
|
9877
9886
|
},
|
|
@@ -9879,21 +9888,21 @@ const $9 = async ({
|
|
|
9879
9888
|
}
|
|
9880
9889
|
)
|
|
9881
9890
|
] }),
|
|
9882
|
-
/* @__PURE__ */ n("p", { className:
|
|
9891
|
+
/* @__PURE__ */ n("p", { className: Ve.contentTitle, children: e[0]?.list.integrated ? o.title : `${o.index}. ${o.title}` }),
|
|
9883
9892
|
o.image && /* @__PURE__ */ n(ye, { preview: o.image, isLarge: !0 }),
|
|
9884
9893
|
/* @__PURE__ */ n(
|
|
9885
9894
|
"div",
|
|
9886
9895
|
{
|
|
9887
|
-
className:
|
|
9896
|
+
className: Ve.contentTextList,
|
|
9888
9897
|
dangerouslySetInnerHTML: {
|
|
9889
9898
|
__html: o.body.rendered
|
|
9890
9899
|
}
|
|
9891
9900
|
}
|
|
9892
9901
|
),
|
|
9893
|
-
o.related && /* @__PURE__ */ n("div", { className:
|
|
9902
|
+
o.related && /* @__PURE__ */ n("div", { className: Ve.contentButton, children: /* @__PURE__ */ n(
|
|
9894
9903
|
"a",
|
|
9895
9904
|
{
|
|
9896
|
-
className:
|
|
9905
|
+
className: Ve.linkStyled,
|
|
9897
9906
|
href: o.related ?? "",
|
|
9898
9907
|
target: "”_blank",
|
|
9899
9908
|
children: s.blockNoteList_readMore ?? "Leer Más"
|
|
@@ -10172,7 +10181,7 @@ const c0 = (e) => /* @__PURE__ */ n(
|
|
|
10172
10181
|
}
|
|
10173
10182
|
)
|
|
10174
10183
|
}
|
|
10175
|
-
),
|
|
10184
|
+
), ja = async (e) => {
|
|
10176
10185
|
const t = /<img\b[^>]*\bsrc=["']([^"']+)["']/g, a = [...e.matchAll(t)], s = {};
|
|
10177
10186
|
for (const i of a) {
|
|
10178
10187
|
const o = i[1] ?? "", r = e.includes(o) ? { url: o } : null;
|
|
@@ -10278,7 +10287,7 @@ async function m0(e, t) {
|
|
|
10278
10287
|
frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen
|
|
10279
10288
|
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
10289
|
<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">${
|
|
10290
|
+
<script type="application/ld+json">${ja(JSON.stringify(m.data.data) || "")}<\/script>
|
|
10282
10291
|
${f}
|
|
10283
10292
|
<figcaption>${C.data.data[0].main.description || ""}</figcaption>
|
|
10284
10293
|
</figure>
|
|
@@ -10302,7 +10311,7 @@ async function C0(e) {
|
|
|
10302
10311
|
d = d.replace(
|
|
10303
10312
|
/<script[^>]*src=["']https:\/\/platform\.twitter\.com\/widgets\.js["'][^>]*><\/script>/gi,
|
|
10304
10313
|
""
|
|
10305
|
-
), d = d.replace(/ /g, ""), d = d0(d, a), d = u0(d), d = await
|
|
10314
|
+
), d = d.replace(/ /g, ""), d = d0(d, a), d = u0(d), d = await ja(d), d = await h0(
|
|
10306
10315
|
d,
|
|
10307
10316
|
e.texts,
|
|
10308
10317
|
s
|
|
@@ -10640,7 +10649,7 @@ const Gn = {
|
|
|
10640
10649
|
data: i.slice(0, l),
|
|
10641
10650
|
paths: a.paths
|
|
10642
10651
|
});
|
|
10643
|
-
return /* @__PURE__ */ h(
|
|
10652
|
+
return /* @__PURE__ */ h(V, { children: [
|
|
10644
10653
|
/* @__PURE__ */ n(
|
|
10645
10654
|
B1,
|
|
10646
10655
|
{
|
|
@@ -10739,7 +10748,7 @@ const Gn = {
|
|
|
10739
10748
|
}, R0 = "_content_cu8lm_1", H0 = "_title_cu8lm_18", D1 = {
|
|
10740
10749
|
content: R0,
|
|
10741
10750
|
title: H0
|
|
10742
|
-
},
|
|
10751
|
+
}, V0 = async ({
|
|
10743
10752
|
newsformated: e,
|
|
10744
10753
|
internal: t
|
|
10745
10754
|
}) => {
|
|
@@ -10764,8 +10773,8 @@ const Gn = {
|
|
|
10764
10773
|
),
|
|
10765
10774
|
/* @__PURE__ */ n("p", { className: D1.title, children: i?.title })
|
|
10766
10775
|
] });
|
|
10767
|
-
},
|
|
10768
|
-
content:
|
|
10776
|
+
}, j0 = "_content_ezbiw_1", O0 = {
|
|
10777
|
+
content: j0
|
|
10769
10778
|
}, Q0 = async ({
|
|
10770
10779
|
newsformated: e,
|
|
10771
10780
|
internal: t
|
|
@@ -10797,7 +10806,7 @@ const Gn = {
|
|
|
10797
10806
|
) });
|
|
10798
10807
|
if (e.news.config.articlepreview === "videoYouTube")
|
|
10799
10808
|
return /* @__PURE__ */ n("div", { className: R1.content, children: /* @__PURE__ */ n(
|
|
10800
|
-
|
|
10809
|
+
V0,
|
|
10801
10810
|
{
|
|
10802
10811
|
newsformated: e.news,
|
|
10803
10812
|
internal: e.news.info.link.internal
|
|
@@ -10823,7 +10832,7 @@ const Gn = {
|
|
|
10823
10832
|
getVideos: d
|
|
10824
10833
|
} = e, c = e.slug === "liveblogs";
|
|
10825
10834
|
if (!(!s || !s[0]))
|
|
10826
|
-
return /* @__PURE__ */ n(
|
|
10835
|
+
return /* @__PURE__ */ n(V, { children: /* @__PURE__ */ h(d9, { className: F1.contentLayout2, children: [
|
|
10827
10836
|
/* @__PURE__ */ n(
|
|
10828
10837
|
p9,
|
|
10829
10838
|
{
|
|
@@ -11063,7 +11072,7 @@ const Gn = {
|
|
|
11063
11072
|
}
|
|
11064
11073
|
);
|
|
11065
11074
|
default:
|
|
11066
|
-
return /* @__PURE__ */ n(
|
|
11075
|
+
return /* @__PURE__ */ n(V, {});
|
|
11067
11076
|
}
|
|
11068
11077
|
}, a6 = "_content_gxziw_1", s6 = "_buttonStyled_gxziw_9", i6 = "_searchStyled_gxziw_21", o6 = "_inputStyled_gxziw_32", r6 = "_inputStyledTest_gxziw_51", qt = {
|
|
11069
11078
|
content: a6,
|
|
@@ -11133,7 +11142,7 @@ const Gn = {
|
|
|
11133
11142
|
};
|
|
11134
11143
|
switch (a) {
|
|
11135
11144
|
case "op1":
|
|
11136
|
-
return /* @__PURE__ */ n(
|
|
11145
|
+
return /* @__PURE__ */ n(V, { children: /* @__PURE__ */ h(Mn, { children: [
|
|
11137
11146
|
/* @__PURE__ */ n(c4, { autor: s[0], autorIcon: e.autorIcon }),
|
|
11138
11147
|
/* @__PURE__ */ n(
|
|
11139
11148
|
Ba,
|
|
@@ -11215,9 +11224,9 @@ const Gn = {
|
|
|
11215
11224
|
)
|
|
11216
11225
|
] }) });
|
|
11217
11226
|
case "op2":
|
|
11218
|
-
return /* @__PURE__ */ n(
|
|
11227
|
+
return /* @__PURE__ */ n(V, { children: /* @__PURE__ */ h(Mn, { children: [
|
|
11219
11228
|
/* @__PURE__ */ n(y4, { autor: s[0], autorIcon: e.autorIcon }),
|
|
11220
|
-
Array.isArray(t) ? /* @__PURE__ */ h(
|
|
11229
|
+
Array.isArray(t) ? /* @__PURE__ */ h(V, { children: [
|
|
11221
11230
|
/* @__PURE__ */ n(
|
|
11222
11231
|
Ra,
|
|
11223
11232
|
{
|
|
@@ -11268,7 +11277,7 @@ const Gn = {
|
|
|
11268
11277
|
)
|
|
11269
11278
|
] }) });
|
|
11270
11279
|
default:
|
|
11271
|
-
return /* @__PURE__ */ n(
|
|
11280
|
+
return /* @__PURE__ */ n(V, {});
|
|
11272
11281
|
}
|
|
11273
11282
|
}, h6 = "_content_pq89v_1", m6 = "_videoContent_pq89v_9", Fn = {
|
|
11274
11283
|
content: h6,
|
|
@@ -11391,7 +11400,7 @@ const Gn = {
|
|
|
11391
11400
|
case "op2":
|
|
11392
11401
|
return /* @__PURE__ */ n(R6, { video: e.data[0] });
|
|
11393
11402
|
default:
|
|
11394
|
-
return /* @__PURE__ */ n(
|
|
11403
|
+
return /* @__PURE__ */ n(V, {});
|
|
11395
11404
|
}
|
|
11396
11405
|
};
|
|
11397
11406
|
function ld({ containerId: e, containerId2: t }) {
|
|
@@ -11466,7 +11475,7 @@ const H6 = (e) => {
|
|
|
11466
11475
|
}
|
|
11467
11476
|
}
|
|
11468
11477
|
),
|
|
11469
|
-
t && /* @__PURE__ */ h(
|
|
11478
|
+
t && /* @__PURE__ */ h(V, { children: [
|
|
11470
11479
|
/* @__PURE__ */ n(
|
|
11471
11480
|
"div",
|
|
11472
11481
|
{
|
|
@@ -11489,7 +11498,7 @@ const H6 = (e) => {
|
|
|
11489
11498
|
] })
|
|
11490
11499
|
] })
|
|
11491
11500
|
] }) });
|
|
11492
|
-
},
|
|
11501
|
+
}, V6 = (e) => /* @__PURE__ */ n(
|
|
11493
11502
|
"svg",
|
|
11494
11503
|
{
|
|
11495
11504
|
width: "41",
|
|
@@ -11506,7 +11515,7 @@ const H6 = (e) => {
|
|
|
11506
11515
|
}
|
|
11507
11516
|
)
|
|
11508
11517
|
}
|
|
11509
|
-
),
|
|
11518
|
+
), j6 = {
|
|
11510
11519
|
info: {
|
|
11511
11520
|
section: {
|
|
11512
11521
|
name: "",
|
|
@@ -11570,7 +11579,7 @@ const H6 = (e) => {
|
|
|
11570
11579
|
isVisible: s = !1,
|
|
11571
11580
|
stylesConfig: i
|
|
11572
11581
|
}) => {
|
|
11573
|
-
const [o, r] =
|
|
11582
|
+
const [o, r] = j({ data: Array.from({ length: $n }, () => j6) }), [l, d] = j(!1), c = te(async () => {
|
|
11574
11583
|
if (!(l || !t?.info?.link?.internal)) {
|
|
11575
11584
|
d(!0);
|
|
11576
11585
|
try {
|
|
@@ -11682,7 +11691,7 @@ const H6 = (e) => {
|
|
|
11682
11691
|
return o && e?.config?.showtime && e.config?.showauthor ? `${o.fullname} - ${r}` : o && e.config?.showauthor ? o.fullname : e?.config?.showtime ? r : "";
|
|
11683
11692
|
})();
|
|
11684
11693
|
return /* @__PURE__ */ h("div", { className: Y.boxInformation, children: [
|
|
11685
|
-
t && /* @__PURE__ */ n(
|
|
11694
|
+
t && /* @__PURE__ */ n(V6, { className: Y.dotStyles }),
|
|
11686
11695
|
e?.info?.section?.url && /* @__PURE__ */ h("div", { className: Y.sectionDescriptionContainer, children: [
|
|
11687
11696
|
/* @__PURE__ */ n(
|
|
11688
11697
|
q,
|
|
@@ -11719,7 +11728,7 @@ const H6 = (e) => {
|
|
|
11719
11728
|
children: a ? we(e.main.subtitle.striped) : e.main.subtitle.striped
|
|
11720
11729
|
}
|
|
11721
11730
|
),
|
|
11722
|
-
(e?.config?.showtime || e.config?.showauthor) && i && /* @__PURE__ */ n(
|
|
11731
|
+
(e?.config?.showtime || e.config?.showauthor) && i && /* @__PURE__ */ n(V, { children: e.authors?.[0]?.internaluser ? /* @__PURE__ */ n(
|
|
11723
11732
|
q,
|
|
11724
11733
|
{
|
|
11725
11734
|
className: Y.correspondentLink,
|
|
@@ -11847,7 +11856,7 @@ async function cd({
|
|
|
11847
11856
|
throw m;
|
|
11848
11857
|
}
|
|
11849
11858
|
}
|
|
11850
|
-
const
|
|
11859
|
+
const je = {
|
|
11851
11860
|
spam: "Es spam o contenido comercial no deseado",
|
|
11852
11861
|
inappropriate: "Lenguaje inadecuado",
|
|
11853
11862
|
hate: "Discurso o símbolos de odio",
|
|
@@ -11857,7 +11866,7 @@ const Ve = {
|
|
|
11857
11866
|
bullying: "Bullying o acoso"
|
|
11858
11867
|
};
|
|
11859
11868
|
function dd(e) {
|
|
11860
|
-
return
|
|
11869
|
+
return je[e];
|
|
11861
11870
|
}
|
|
11862
11871
|
const at = 300, Qe = {
|
|
11863
11872
|
username: "anonimo",
|
|
@@ -11943,25 +11952,25 @@ const h7 = "_overlay_tlrod_1", m7 = "_header_tlrod_18", C7 = "_logo_tlrod_25", f
|
|
|
11943
11952
|
publication: s,
|
|
11944
11953
|
username: i
|
|
11945
11954
|
}) => {
|
|
11946
|
-
const [o, r] =
|
|
11955
|
+
const [o, r] = j("form"), [l, d] = j(
|
|
11947
11956
|
""
|
|
11948
|
-
), [c, u] =
|
|
11949
|
-
{ id: "spam", label:
|
|
11957
|
+
), [c, u] = j(""), [C] = j(""), m = [
|
|
11958
|
+
{ id: "spam", label: je.spam },
|
|
11950
11959
|
{
|
|
11951
11960
|
id: "inappropriate",
|
|
11952
|
-
label:
|
|
11961
|
+
label: je.inappropriate
|
|
11953
11962
|
},
|
|
11954
|
-
{ id: "hate", label:
|
|
11963
|
+
{ id: "hate", label: je.hate },
|
|
11955
11964
|
{
|
|
11956
11965
|
id: "misinformation",
|
|
11957
|
-
label:
|
|
11966
|
+
label: je.misinformation
|
|
11958
11967
|
},
|
|
11959
|
-
{ id: "terrorism", label:
|
|
11968
|
+
{ id: "terrorism", label: je.terrorism },
|
|
11960
11969
|
{
|
|
11961
11970
|
id: "intellectual",
|
|
11962
|
-
label:
|
|
11971
|
+
label: je.intellectual
|
|
11963
11972
|
},
|
|
11964
|
-
{ id: "bullying", label:
|
|
11973
|
+
{ id: "bullying", label: je.bullying }
|
|
11965
11974
|
], A = async () => {
|
|
11966
11975
|
if (!(!l || !a)) {
|
|
11967
11976
|
if (Pa(document).includes(a)) {
|
|
@@ -11980,7 +11989,7 @@ const h7 = "_overlay_tlrod_1", m7 = "_header_tlrod_18", C7 = "_logo_tlrod_25", f
|
|
|
11980
11989
|
username: i,
|
|
11981
11990
|
id: a,
|
|
11982
11991
|
captchaToken: C,
|
|
11983
|
-
type:
|
|
11992
|
+
type: je[l]
|
|
11984
11993
|
// Enviamos el label completo
|
|
11985
11994
|
})
|
|
11986
11995
|
})).json();
|
|
@@ -12001,7 +12010,7 @@ const h7 = "_overlay_tlrod_1", m7 = "_header_tlrod_18", C7 = "_logo_tlrod_25", f
|
|
|
12001
12010
|
/* @__PURE__ */ n("button", { className: "close-reply-form", onClick: f, children: /* @__PURE__ */ n(wt, {}) }),
|
|
12002
12011
|
/* @__PURE__ */ n("h2", { className: X.title, children: "Reportar Abuso" }),
|
|
12003
12012
|
o === "loading" && /* @__PURE__ */ n("div", { className: X.loadingContainer, children: /* @__PURE__ */ n(Pe, {}) }),
|
|
12004
|
-
o === "form" || o === "loading" ? /* @__PURE__ */ h(
|
|
12013
|
+
o === "form" || o === "loading" ? /* @__PURE__ */ h(V, { children: [
|
|
12005
12014
|
/* @__PURE__ */ n("div", { className: X.optionsContainer, children: m.map((g) => /* @__PURE__ */ h("label", { className: X.option, children: [
|
|
12006
12015
|
/* @__PURE__ */ n(
|
|
12007
12016
|
"input",
|
|
@@ -12030,7 +12039,7 @@ const h7 = "_overlay_tlrod_1", m7 = "_header_tlrod_18", C7 = "_logo_tlrod_25", f
|
|
|
12030
12039
|
}
|
|
12031
12040
|
)
|
|
12032
12041
|
] })
|
|
12033
|
-
] }) : /* @__PURE__ */ h(
|
|
12042
|
+
] }) : /* @__PURE__ */ h(V, { children: [
|
|
12034
12043
|
/* @__PURE__ */ h("div", { className: X.successContainer, children: [
|
|
12035
12044
|
/* @__PURE__ */ n("div", { className: X.thumbsUp, children: /* @__PURE__ */ n(
|
|
12036
12045
|
"svg",
|
|
@@ -12115,14 +12124,14 @@ async function on({
|
|
|
12115
12124
|
throw A;
|
|
12116
12125
|
}
|
|
12117
12126
|
}
|
|
12118
|
-
const
|
|
12119
|
-
const [t, a] =
|
|
12127
|
+
const V7 = "35", j7 = (e) => {
|
|
12128
|
+
const [t, a] = j(void 0);
|
|
12120
12129
|
return ke(() => {
|
|
12121
12130
|
if (t) return;
|
|
12122
12131
|
(async () => {
|
|
12123
12132
|
try {
|
|
12124
12133
|
const i = await on({
|
|
12125
|
-
publication:
|
|
12134
|
+
publication: V7,
|
|
12126
12135
|
path: e ?? "",
|
|
12127
12136
|
size: 5,
|
|
12128
12137
|
sizereply: 2,
|
|
@@ -12325,7 +12334,7 @@ const j7 = "35", V7 = (e) => {
|
|
|
12325
12334
|
addReply: i,
|
|
12326
12335
|
closeForm: o
|
|
12327
12336
|
}) => {
|
|
12328
|
-
const [r, l] =
|
|
12337
|
+
const [r, l] = j(!0), [d, c] = j(""), u = () => {
|
|
12329
12338
|
t.current?.parentElement && (t.current.parentElement.dataset.text = `0/${at}`), l(!0), o();
|
|
12330
12339
|
};
|
|
12331
12340
|
return /* @__PURE__ */ h("div", { className: "comment-form reply-form", children: [
|
|
@@ -12385,7 +12394,7 @@ const j7 = "35", V7 = (e) => {
|
|
|
12385
12394
|
] })
|
|
12386
12395
|
] }) });
|
|
12387
12396
|
}, 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] =
|
|
12397
|
+
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
12398
|
let f = `${Qe.firstname} ${Qe.lastname}`, g = Qe.username;
|
|
12390
12399
|
e.user && (f = `${e.user.firstname} ${e.user.lastname}`, g = e.user.username);
|
|
12391
12400
|
const w = (b) => {
|
|
@@ -12468,7 +12477,7 @@ const j7 = "35", V7 = (e) => {
|
|
|
12468
12477
|
path: a,
|
|
12469
12478
|
addComment: s
|
|
12470
12479
|
}) => {
|
|
12471
|
-
const [i, o] =
|
|
12480
|
+
const [i, o] = j(!0), [r, l] = j("");
|
|
12472
12481
|
return /* @__PURE__ */ h("div", { className: "comment-form", children: [
|
|
12473
12482
|
/* @__PURE__ */ n(
|
|
12474
12483
|
Wa,
|
|
@@ -12514,7 +12523,7 @@ const j7 = "35", V7 = (e) => {
|
|
|
12514
12523
|
handleLogout: s,
|
|
12515
12524
|
CAPTCHA_KEY_V2: i
|
|
12516
12525
|
}) => {
|
|
12517
|
-
const o = t.replaceAll("/", "|"), [r, l] =
|
|
12526
|
+
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
12527
|
c(d === E ? "" : E);
|
|
12519
12528
|
}, w = (E) => {
|
|
12520
12529
|
C(
|
|
@@ -12550,9 +12559,9 @@ const j7 = "35", V7 = (e) => {
|
|
|
12550
12559
|
throw A(!1), new Error(`Error al obtener comentarios: ${G}`);
|
|
12551
12560
|
}
|
|
12552
12561
|
}, 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(
|
|
12562
|
+
return /* @__PURE__ */ h(V, { children: [
|
|
12563
|
+
/* @__PURE__ */ n("div", { className: "comments-container", children: /* @__PURE__ */ n(ne, { title: N || e ? "COMENTARIOS" : !1, children: /* @__PURE__ */ h(V, { children: [
|
|
12564
|
+
/* @__PURE__ */ n("div", { className: "comments-header", children: e && a && /* @__PURE__ */ h(V, { children: [
|
|
12556
12565
|
/* @__PURE__ */ n(
|
|
12557
12566
|
G6,
|
|
12558
12567
|
{
|
|
@@ -12571,7 +12580,7 @@ const j7 = "35", V7 = (e) => {
|
|
|
12571
12580
|
}
|
|
12572
12581
|
)
|
|
12573
12582
|
] }) }),
|
|
12574
|
-
/* @__PURE__ */ n("div", { className: "comments-list", "data-isauthenticated": `${e}`, children: u ? u.comments && u.comments.length > 0 ? /* @__PURE__ */ h(
|
|
12583
|
+
/* @__PURE__ */ n("div", { className: "comments-list", "data-isauthenticated": `${e}`, children: u ? u.comments && u.comments.length > 0 ? /* @__PURE__ */ h(V, { children: [
|
|
12575
12584
|
u.comments.map((E) => /* @__PURE__ */ n(
|
|
12576
12585
|
G7,
|
|
12577
12586
|
{
|
|
@@ -12655,7 +12664,7 @@ const j7 = "35", V7 = (e) => {
|
|
|
12655
12664
|
}
|
|
12656
12665
|
];
|
|
12657
12666
|
function W7({ goToLogin: e, handleGoogleLogin: t }) {
|
|
12658
|
-
const [a, s] =
|
|
12667
|
+
const [a, s] = j({}), [i, o] = j(!1), [r, l] = j(!1), [d, c] = j(null), [u, C] = j(
|
|
12659
12668
|
"register"
|
|
12660
12669
|
), m = (w, b) => {
|
|
12661
12670
|
s((k) => ({ ...k, [w]: b }));
|
|
@@ -12739,8 +12748,8 @@ function W7({ goToLogin: e, handleGoogleLogin: t }) {
|
|
|
12739
12748
|
l(!1);
|
|
12740
12749
|
}
|
|
12741
12750
|
}, g = a.password || "";
|
|
12742
|
-
return /* @__PURE__ */ h(
|
|
12743
|
-
u === "register" && /* @__PURE__ */ h(
|
|
12751
|
+
return /* @__PURE__ */ h(V, { children: [
|
|
12752
|
+
u === "register" && /* @__PURE__ */ h(V, { children: [
|
|
12744
12753
|
/* @__PURE__ */ h("button", { onClick: t, className: _.google, children: [
|
|
12745
12754
|
/* @__PURE__ */ n(
|
|
12746
12755
|
"img",
|
|
@@ -12886,8 +12895,8 @@ function Z7({
|
|
|
12886
12895
|
handleGoogleLogin: s,
|
|
12887
12896
|
CAPTCHA_KEY: i
|
|
12888
12897
|
}) {
|
|
12889
|
-
const [o, r] =
|
|
12890
|
-
return /* @__PURE__ */ h(
|
|
12898
|
+
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);
|
|
12899
|
+
return /* @__PURE__ */ h(V, { children: [
|
|
12891
12900
|
o === "login" && /* @__PURE__ */ n(
|
|
12892
12901
|
$7,
|
|
12893
12902
|
{
|
|
@@ -13036,7 +13045,7 @@ function $7({
|
|
|
13036
13045
|
onRegister: u,
|
|
13037
13046
|
handleGoogleLogin: C
|
|
13038
13047
|
}) {
|
|
13039
|
-
return /* @__PURE__ */ h(
|
|
13048
|
+
return /* @__PURE__ */ h(V, { children: [
|
|
13040
13049
|
/* @__PURE__ */ h("button", { onClick: C, className: _.google, children: [
|
|
13041
13050
|
/* @__PURE__ */ n(
|
|
13042
13051
|
"img",
|
|
@@ -13276,7 +13285,7 @@ function X7({
|
|
|
13276
13285
|
checkAuth: i,
|
|
13277
13286
|
icon: o
|
|
13278
13287
|
}) {
|
|
13279
|
-
const [r, l] =
|
|
13288
|
+
const [r, l] = j("login"), d = async () => {
|
|
13280
13289
|
if (!e) return;
|
|
13281
13290
|
const c = encodeURIComponent(window.location.pathname);
|
|
13282
13291
|
window.location.href = `/api/auth/login?redirect=${c}`;
|
|
@@ -13345,7 +13354,7 @@ function e8({
|
|
|
13345
13354
|
}, m = async (A) => {
|
|
13346
13355
|
A.preventDefault(), a && u(!0);
|
|
13347
13356
|
};
|
|
13348
|
-
return /* @__PURE__ */ h(
|
|
13357
|
+
return /* @__PURE__ */ h(V, { children: [
|
|
13349
13358
|
c && /* @__PURE__ */ n(
|
|
13350
13359
|
X7,
|
|
13351
13360
|
{
|
|
@@ -13391,7 +13400,7 @@ function n8({
|
|
|
13391
13400
|
COGNITO_AUTH_PREFIX: s,
|
|
13392
13401
|
captchaVars: i
|
|
13393
13402
|
}) {
|
|
13394
|
-
const [o, r] =
|
|
13403
|
+
const [o, r] = j(null), [l, d] = j(null), c = async () => {
|
|
13395
13404
|
if (e) {
|
|
13396
13405
|
if (document.cookie.search(t8 + "IS_AUTH=true") === -1) {
|
|
13397
13406
|
r(!1), d(null), console.log("user not logged");
|
|
@@ -13445,7 +13454,7 @@ const ud = ({
|
|
|
13445
13454
|
CAPTCHA_KEY: "invalidKey"
|
|
13446
13455
|
}
|
|
13447
13456
|
}) => {
|
|
13448
|
-
const d = Jn(null), [c, u] =
|
|
13457
|
+
const d = Jn(null), [c, u] = j(!1);
|
|
13449
13458
|
ke(() => {
|
|
13450
13459
|
const m = new IntersectionObserver(
|
|
13451
13460
|
([A]) => {
|
|
@@ -13696,14 +13705,14 @@ export {
|
|
|
13696
13705
|
Ql as Modulo3Columnas,
|
|
13697
13706
|
$8 as ModuloNewsletter,
|
|
13698
13707
|
F8 as ModuloOpinion,
|
|
13699
|
-
|
|
13700
|
-
|
|
13708
|
+
j6 as NewListResponseDataPH,
|
|
13709
|
+
V2 as NewsArticle,
|
|
13701
13710
|
ad as NewsComponent,
|
|
13702
13711
|
P1 as NewsContent,
|
|
13703
13712
|
c1 as NextPrev,
|
|
13704
|
-
|
|
13713
|
+
j2 as OrgList,
|
|
13705
13714
|
hn as PreloadImages,
|
|
13706
|
-
|
|
13715
|
+
je as REPORT_REASONS,
|
|
13707
13716
|
X1 as Readest,
|
|
13708
13717
|
ld as ScriptHydrator,
|
|
13709
13718
|
id as SearchSection,
|
|
@@ -13717,11 +13726,11 @@ export {
|
|
|
13717
13726
|
ed as StaticSlotWrapper,
|
|
13718
13727
|
No as SubscribeColumn,
|
|
13719
13728
|
Ro as SubscribeRow,
|
|
13720
|
-
|
|
13729
|
+
V8 as SubscribeWhatsAppColumn,
|
|
13721
13730
|
sd as TagComponent,
|
|
13722
13731
|
X3 as TimeLine,
|
|
13723
13732
|
l8 as TrimPathname,
|
|
13724
|
-
|
|
13733
|
+
j8 as VideoBlock3,
|
|
13725
13734
|
z8 as VideoBlock4,
|
|
13726
13735
|
rd as VideoSection,
|
|
13727
13736
|
Q2 as VideosSchemas,
|
|
@@ -13745,7 +13754,7 @@ export {
|
|
|
13745
13754
|
o1 as getEnvironmentUrl,
|
|
13746
13755
|
_2 as getEnvironmentUrlFront,
|
|
13747
13756
|
ie as getImageUrl,
|
|
13748
|
-
|
|
13757
|
+
jt as getNextMeta,
|
|
13749
13758
|
Qt as getPage,
|
|
13750
13759
|
u8 as getPreloadImages,
|
|
13751
13760
|
Ot as getPrevMeta,
|