sass-template-common 0.9.77 → 0.9.79
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.
|
@@ -67,11 +67,11 @@ let ns = {
|
|
|
67
67
|
function Cd(e = {}) {
|
|
68
68
|
ns = { ...ns, ...e };
|
|
69
69
|
}
|
|
70
|
-
function
|
|
70
|
+
function q() {
|
|
71
71
|
return ns;
|
|
72
72
|
}
|
|
73
73
|
const _a = () => {
|
|
74
|
-
const { ANALYTICS_comscore: e } =
|
|
74
|
+
const { ANALYTICS_comscore: e } = q();
|
|
75
75
|
return e && /* @__PURE__ */ n(
|
|
76
76
|
"script",
|
|
77
77
|
{
|
|
@@ -96,7 +96,7 @@ const _a = () => {
|
|
|
96
96
|
return Object.keys(t).forEach((i) => {
|
|
97
97
|
r[i] = i;
|
|
98
98
|
}), r;
|
|
99
|
-
}, [t]), { ANALYTICS_ga4: a } =
|
|
99
|
+
}, [t]), { ANALYTICS_ga4: a } = q();
|
|
100
100
|
return a && /* @__PURE__ */ p(J, { children: [
|
|
101
101
|
/* @__PURE__ */ n("script", { defer: !0, src: "https://www.googletagmanager.com/gtag/js?" + a }),
|
|
102
102
|
/* @__PURE__ */ n(
|
|
@@ -119,7 +119,7 @@ const _a = () => {
|
|
|
119
119
|
)
|
|
120
120
|
] });
|
|
121
121
|
}, Qa = () => {
|
|
122
|
-
const { ANALYTICS_gtm: e } =
|
|
122
|
+
const { ANALYTICS_gtm: e } = q();
|
|
123
123
|
return e && /* @__PURE__ */ p(J, { children: [
|
|
124
124
|
/* @__PURE__ */ n(
|
|
125
125
|
"script",
|
|
@@ -147,7 +147,7 @@ j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
|
|
|
147
147
|
) })
|
|
148
148
|
] });
|
|
149
149
|
}, Ha = () => {
|
|
150
|
-
const { ANALYTICS_marfeel: e } =
|
|
150
|
+
const { ANALYTICS_marfeel: e } = q();
|
|
151
151
|
return e && /* @__PURE__ */ n(
|
|
152
152
|
"script",
|
|
153
153
|
{
|
|
@@ -158,7 +158,7 @@ j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
|
|
|
158
158
|
}
|
|
159
159
|
);
|
|
160
160
|
}, Nd = ({ defaultRouteName: e }) => {
|
|
161
|
-
const { CAPTCHA_KEY: t, CONFIG_comments: s = !1, CONFIG_commentsV2: a = !1 } =
|
|
161
|
+
const { CAPTCHA_KEY: t, CONFIG_comments: s = !1, CONFIG_commentsV2: a = !1 } = q();
|
|
162
162
|
return t && t !== "" && (e === "video" && s && !a || e === "news" && s && !a || e === "auth" || e === "anuncia" || e === "contacto") && /* @__PURE__ */ n(
|
|
163
163
|
"script",
|
|
164
164
|
{
|
|
@@ -235,8 +235,8 @@ function qn() {
|
|
|
235
235
|
if (typeof k == "string" && !/Z$/i.test(k)) {
|
|
236
236
|
var y = k.match(w);
|
|
237
237
|
if (y) {
|
|
238
|
-
var T = y[2] - 1 || 0,
|
|
239
|
-
return F ? new Date(Date.UTC(y[1], T, y[3] || 1, y[4] || 0, y[5] || 0, y[6] || 0,
|
|
238
|
+
var T = y[2] - 1 || 0, P = (y[7] || "0").substring(0, 3);
|
|
239
|
+
return F ? new Date(Date.UTC(y[1], T, y[3] || 1, y[4] || 0, y[5] || 0, y[6] || 0, P)) : new Date(y[1], T, y[3] || 1, y[4] || 0, y[5] || 0, y[6] || 0, P);
|
|
240
240
|
}
|
|
241
241
|
}
|
|
242
242
|
return new Date(k);
|
|
@@ -265,7 +265,7 @@ function qn() {
|
|
|
265
265
|
var k = this, F = !!L.u(D) || D, y = L.p(U), T = function(te, K) {
|
|
266
266
|
var ie = L.w(k.$u ? Date.UTC(k.$y, K, te) : new Date(k.$y, K, te), k);
|
|
267
267
|
return F ? ie : ie.endOf(l);
|
|
268
|
-
},
|
|
268
|
+
}, P = function(te, K) {
|
|
269
269
|
return L.w(k.toDate()[te].apply(k.toDate("s"), (F ? [0, 0, 0, 0] : [23, 59, 59, 999]).slice(K)), k);
|
|
270
270
|
}, G = this.$W, _ = this.$M, V = this.$D, z = "set" + (this.$u ? "UTC" : "");
|
|
271
271
|
switch (y) {
|
|
@@ -278,24 +278,24 @@ function qn() {
|
|
|
278
278
|
return T(F ? V - ee : V + (6 - ee), _);
|
|
279
279
|
case l:
|
|
280
280
|
case f:
|
|
281
|
-
return
|
|
281
|
+
return P(z + "Hours", 0);
|
|
282
282
|
case u:
|
|
283
|
-
return
|
|
283
|
+
return P(z + "Minutes", 1);
|
|
284
284
|
case c:
|
|
285
|
-
return
|
|
285
|
+
return P(z + "Seconds", 2);
|
|
286
286
|
case o:
|
|
287
|
-
return
|
|
287
|
+
return P(z + "Milliseconds", 3);
|
|
288
288
|
default:
|
|
289
289
|
return this.clone();
|
|
290
290
|
}
|
|
291
291
|
}, x.endOf = function(U) {
|
|
292
292
|
return this.startOf(U, !1);
|
|
293
293
|
}, x.$set = function(U, D) {
|
|
294
|
-
var k, F = L.p(U), y = "set" + (this.$u ? "UTC" : ""), T = (k = {}, k[l] = y + "Date", k[f] = y + "Date", k[m] = y + "Month", k[A] = y + "FullYear", k[u] = y + "Hours", k[c] = y + "Minutes", k[o] = y + "Seconds", k[i] = y + "Milliseconds", k)[F],
|
|
294
|
+
var k, F = L.p(U), y = "set" + (this.$u ? "UTC" : ""), T = (k = {}, k[l] = y + "Date", k[f] = y + "Date", k[m] = y + "Month", k[A] = y + "FullYear", k[u] = y + "Hours", k[c] = y + "Minutes", k[o] = y + "Seconds", k[i] = y + "Milliseconds", k)[F], P = F === l ? this.$D + (D - this.$W) : D;
|
|
295
295
|
if (F === m || F === A) {
|
|
296
296
|
var G = this.clone().set(f, 1);
|
|
297
|
-
G.$d[T](
|
|
298
|
-
} else T && this.$d[T](
|
|
297
|
+
G.$d[T](P), G.init(), this.$d = G.set(f, Math.min(this.$D, G.daysInMonth())).$d;
|
|
298
|
+
} else T && this.$d[T](P);
|
|
299
299
|
return this.init(), this;
|
|
300
300
|
}, x.set = function(U, D) {
|
|
301
301
|
return this.clone().$set(U, D);
|
|
@@ -312,24 +312,24 @@ function qn() {
|
|
|
312
312
|
if (y === A) return this.set(A, this.$y + U);
|
|
313
313
|
if (y === l) return T(1);
|
|
314
314
|
if (y === d) return T(7);
|
|
315
|
-
var
|
|
315
|
+
var P = (k = {}, k[c] = a, k[u] = r, k[o] = s, k)[y] || 1, G = this.$d.getTime() + U * P;
|
|
316
316
|
return L.w(G, this);
|
|
317
317
|
}, x.subtract = function(U, D) {
|
|
318
318
|
return this.add(-1 * U, D);
|
|
319
319
|
}, x.format = function(U) {
|
|
320
320
|
var D = this, k = this.$locale();
|
|
321
321
|
if (!this.isValid()) return k.invalidDate || g;
|
|
322
|
-
var F = U || "YYYY-MM-DDTHH:mm:ssZ", y = L.z(this), T = this.$H,
|
|
323
|
-
return K && (K[ie] || K(D, F)) ||
|
|
322
|
+
var F = U || "YYYY-MM-DDTHH:mm:ssZ", y = L.z(this), T = this.$H, P = this.$m, G = this.$M, _ = k.weekdays, V = k.months, z = k.meridiem, Y = function(K, ie, B, me) {
|
|
323
|
+
return K && (K[ie] || K(D, F)) || B[ie].slice(0, me);
|
|
324
324
|
}, ee = function(K) {
|
|
325
325
|
return L.s(T % 12 || 12, K, "0");
|
|
326
|
-
}, te = z || function(K, ie,
|
|
326
|
+
}, te = z || function(K, ie, B) {
|
|
327
327
|
var me = K < 12 ? "AM" : "PM";
|
|
328
|
-
return
|
|
328
|
+
return B ? me.toLowerCase() : me;
|
|
329
329
|
};
|
|
330
330
|
return F.replace(v, (function(K, ie) {
|
|
331
|
-
return ie || (function(
|
|
332
|
-
switch (
|
|
331
|
+
return ie || (function(B) {
|
|
332
|
+
switch (B) {
|
|
333
333
|
case "YY":
|
|
334
334
|
return String(D.$y).slice(-2);
|
|
335
335
|
case "YYYY":
|
|
@@ -363,13 +363,13 @@ function qn() {
|
|
|
363
363
|
case "hh":
|
|
364
364
|
return ee(2);
|
|
365
365
|
case "a":
|
|
366
|
-
return te(T,
|
|
366
|
+
return te(T, P, !0);
|
|
367
367
|
case "A":
|
|
368
|
-
return te(T,
|
|
368
|
+
return te(T, P, !1);
|
|
369
369
|
case "m":
|
|
370
|
-
return String(
|
|
370
|
+
return String(P);
|
|
371
371
|
case "mm":
|
|
372
|
-
return L.s(
|
|
372
|
+
return L.s(P, 2, "0");
|
|
373
373
|
case "s":
|
|
374
374
|
return String(D.$s);
|
|
375
375
|
case "ss":
|
|
@@ -385,8 +385,8 @@ function qn() {
|
|
|
385
385
|
}, x.utcOffset = function() {
|
|
386
386
|
return 15 * -Math.round(this.$d.getTimezoneOffset() / 15);
|
|
387
387
|
}, x.diff = function(U, D, k) {
|
|
388
|
-
var F, y = this, T = L.p(D),
|
|
389
|
-
return L.m(y,
|
|
388
|
+
var F, y = this, T = L.p(D), P = j(U), G = (P.utcOffset() - this.utcOffset()) * a, _ = this - P, V = function() {
|
|
389
|
+
return L.m(y, P);
|
|
390
390
|
};
|
|
391
391
|
switch (T) {
|
|
392
392
|
case A:
|
|
@@ -660,18 +660,18 @@ be.extend(tr);
|
|
|
660
660
|
be.extend(rr);
|
|
661
661
|
be.extend(Ka);
|
|
662
662
|
const Rt = (e) => e === "en" ? "en" : "es", Ue = (e, t) => {
|
|
663
|
-
const { PUBLIC_LNG: s, DATE_TIMEZONE: a } = t ||
|
|
663
|
+
const { PUBLIC_LNG: s, DATE_TIMEZONE: a } = t || q(), r = Rt(s ?? "es");
|
|
664
664
|
return be.tz(e, a).locale(r).format("DD MMMM YYYY");
|
|
665
665
|
}, gs = (e) => {
|
|
666
|
-
const { PUBLIC_LNG: t, DATE_TIMEZONE: s } =
|
|
666
|
+
const { PUBLIC_LNG: t, DATE_TIMEZONE: s } = q(), a = Rt(t ?? "es");
|
|
667
667
|
return be.tz(e, s).locale(a).format(
|
|
668
668
|
a === "en" ? "MMMM DD YYYY [•] HH:mm [hs]" : "DD [de] MMMM YYYY [•] HH:mm [hs]"
|
|
669
669
|
);
|
|
670
670
|
}, ir = (e) => {
|
|
671
|
-
const { PUBLIC_LNG: t, DATE_TIMEZONE: s } =
|
|
671
|
+
const { PUBLIC_LNG: t, DATE_TIMEZONE: s } = q(), a = Rt(t ?? "es");
|
|
672
672
|
return be.tz(e, s).locale(a).format("MM/DD/YYYY [•] HH:mm [HS]");
|
|
673
673
|
}, Sd = (e) => {
|
|
674
|
-
const { PUBLIC_LNG: t, DATE_TIMEZONE: s } =
|
|
674
|
+
const { PUBLIC_LNG: t, DATE_TIMEZONE: s } = q(), a = Rt(t ?? "es");
|
|
675
675
|
return be.tz(e, s).locale(a).format("dddd DD [de] MMMM YYYY");
|
|
676
676
|
}, Fe = (e, t) => {
|
|
677
677
|
if (!e) return "";
|
|
@@ -794,10 +794,10 @@ const Ed = as, ur = async (e, t) => {
|
|
|
794
794
|
(i) => He(i)?.data
|
|
795
795
|
);
|
|
796
796
|
}, st = () => {
|
|
797
|
-
const { PUBLIC_ENV: e, PUBLIC_API_HOST: t, PUBLIC_ASSETS_URL: s } =
|
|
797
|
+
const { PUBLIC_ENV: e, PUBLIC_API_HOST: t, PUBLIC_ASSETS_URL: s } = q();
|
|
798
798
|
return e == "local" ? t : s && s !== "false" ? s : "";
|
|
799
799
|
}, Td = () => {
|
|
800
|
-
const { PUBLIC_ENV: e, PUBLIC_API_FRONT: t } =
|
|
800
|
+
const { PUBLIC_ENV: e, PUBLIC_API_FRONT: t } = q();
|
|
801
801
|
return e === "local" ? t : "";
|
|
802
802
|
}, mr = (e) => {
|
|
803
803
|
if (!e?.preview?.length) return null;
|
|
@@ -827,7 +827,7 @@ const Ed = as, ur = async (e, t) => {
|
|
|
827
827
|
PUBLIC_ASSETS_URL: r,
|
|
828
828
|
PUBLIC_API_FRONT: i,
|
|
829
829
|
DATE_TIMEZONE: o = "America/Mexico_City"
|
|
830
|
-
} =
|
|
830
|
+
} = q(), c = Mn(t.keywords) ?? "", u = t?.preview?.sizes ? t?.preview?.sizes[0]?.url : "", l = (r !== "false" ? r : i) ?? "", d = mr(a), m = t.main.title.article, h = Ws({
|
|
831
831
|
schemaImage: d,
|
|
832
832
|
socialImage: t?.social?.images?.facebook,
|
|
833
833
|
fallbackImage: u,
|
|
@@ -1177,9 +1177,9 @@ function Id(e) {
|
|
|
1177
1177
|
return t > 1 && e.charCodeAt(t - 1) === 47 ? e.slice(0, t - 1) : e;
|
|
1178
1178
|
}
|
|
1179
1179
|
const Cr = () => {
|
|
1180
|
-
const { PUBLIC_ASSETS_URL: e } =
|
|
1180
|
+
const { PUBLIC_ASSETS_URL: e } = q();
|
|
1181
1181
|
return e && e !== "false" && /* @__PURE__ */ n("link", { rel: "preconnect", href: e, crossOrigin: "anonymous" });
|
|
1182
|
-
}, { PUBLIC_ASSETS_URL: Ht } =
|
|
1182
|
+
}, { PUBLIC_ASSETS_URL: Ht } = q(), Nr = Ht && Ht !== "false" ? Ht : "", Ys = ({ images: e }) => /* @__PURE__ */ n(J, { children: e.map(
|
|
1183
1183
|
(t, s) => t.href !== "" && /* @__PURE__ */ n(
|
|
1184
1184
|
"link",
|
|
1185
1185
|
{
|
|
@@ -1193,7 +1193,7 @@ const Cr = () => {
|
|
|
1193
1193
|
)
|
|
1194
1194
|
) }), Sr = (e, t, s) => {
|
|
1195
1195
|
if (!t) return {};
|
|
1196
|
-
const { PUBLIC_API_FRONT: a } =
|
|
1196
|
+
const { PUBLIC_API_FRONT: a } = q();
|
|
1197
1197
|
return {
|
|
1198
1198
|
title: t?.main?.title + " | " + s.name,
|
|
1199
1199
|
robots: "index, follow, max-image-preview:large",
|
|
@@ -1269,7 +1269,7 @@ const De = (e, t) => {
|
|
|
1269
1269
|
const { AssetsPrefix: t = "", AssetsPath: s = "src", isDev: a = !1 } = e;
|
|
1270
1270
|
return a ? "src" : t + s;
|
|
1271
1271
|
}, kd = async (e, t, s, a) => {
|
|
1272
|
-
const { FETCH_TAG_BASED_RELATED_NEWS: r = !1, FETCH_SIZE_RELATED_NEWS: i = 10 } =
|
|
1272
|
+
const { FETCH_TAG_BASED_RELATED_NEWS: r = !1, FETCH_SIZE_RELATED_NEWS: i = 10 } = q();
|
|
1273
1273
|
if (!e) return [];
|
|
1274
1274
|
try {
|
|
1275
1275
|
if (e.related && e.related?.automatic === !1 && e.related?.news && e.related?.news.length > 0)
|
|
@@ -1578,7 +1578,7 @@ const qd = async (e, t, s) => {
|
|
|
1578
1578
|
pathname: s,
|
|
1579
1579
|
ROUTE: a
|
|
1580
1580
|
}) => {
|
|
1581
|
-
const { PUBLIC_PUBLICATION_ID: r = "" } =
|
|
1581
|
+
const { PUBLIC_PUBLICATION_ID: r = "" } = q();
|
|
1582
1582
|
let i = [];
|
|
1583
1583
|
const o = s === "/" || s === "/index.html" ? void 0 : _r(Gr[a]({ pathname: s, config: e })), c = Lr[a] ?? void 0, u = {
|
|
1584
1584
|
newstype: e.newsType,
|
|
@@ -1606,7 +1606,7 @@ const qd = async (e, t, s) => {
|
|
|
1606
1606
|
);
|
|
1607
1607
|
};
|
|
1608
1608
|
function kt(e) {
|
|
1609
|
-
const { PUBLIC_ASSETS_URL: t } =
|
|
1609
|
+
const { PUBLIC_ASSETS_URL: t } = q();
|
|
1610
1610
|
if (!t || t === "false") return e;
|
|
1611
1611
|
const s = t.replace(/\/+$/, ""), a = /https?:\/\/[^/\s]+\/(arte|__export)\//g;
|
|
1612
1612
|
return e.replace(a, (r, i) => `${s}/${i}/`);
|
|
@@ -1617,7 +1617,7 @@ const Br = async ({
|
|
|
1617
1617
|
BASE_URL: s,
|
|
1618
1618
|
axiosApi: a
|
|
1619
1619
|
}) => {
|
|
1620
|
-
const { PUBLIC_SERVICE_PREFIX: r, PUBLIC_IS_SUB_PUBLICATION: i } =
|
|
1620
|
+
const { PUBLIC_SERVICE_PREFIX: r, PUBLIC_IS_SUB_PUBLICATION: i } = q();
|
|
1621
1621
|
let o = [];
|
|
1622
1622
|
try {
|
|
1623
1623
|
const c = t.socialBlockLogo?.url ? new URL(t.socialBlockLogo.url).pathname : void 0, u = t.landscapeLogo?.url ? new URL(t.landscapeLogo.url).pathname : void 0, l = {
|
|
@@ -1628,8 +1628,11 @@ const Br = async ({
|
|
|
1628
1628
|
name: t.name,
|
|
1629
1629
|
logow: t.socialBlockLogo?.width,
|
|
1630
1630
|
logoh: t.socialBlockLogo?.height,
|
|
1631
|
-
authorurl: s + "/autor/"
|
|
1632
|
-
|
|
1631
|
+
authorurl: s + "/autor/",
|
|
1632
|
+
lang: t.lang
|
|
1633
|
+
};
|
|
1634
|
+
console.log("Fetching schemas with params:", l);
|
|
1635
|
+
const d = e.split("/")[1], m = d == "liveblogs" || d == "liveblog" ? ["/news", "/news-breadcrumb", "/news-liveblog"] : ["/news", "/news-breadcrumb"], h = t.paths.tema !== "" ? "/" + t.paths.tema : t.paths.tema, A = r !== "false" && i !== "false" ? "/" + r + h : h;
|
|
1633
1636
|
o = (await Promise.all(
|
|
1634
1637
|
m.map(async (g) => {
|
|
1635
1638
|
const w = g === "/news-breadcrumb" ? { ...l, prefixtag: A } : g === "/news" && t.schemasNewsParams ? { ...l, ...t.schemasNewsParams } : l;
|
|
@@ -1639,7 +1642,7 @@ const Br = async ({
|
|
|
1639
1642
|
} catch (c) {
|
|
1640
1643
|
console.log("Error fetching schemas:", c);
|
|
1641
1644
|
}
|
|
1642
|
-
return o.map((c, u) => /* @__PURE__ */ n(
|
|
1645
|
+
return console.log("Schemas fetched:", o), o.map((c, u) => /* @__PURE__ */ n(
|
|
1643
1646
|
"script",
|
|
1644
1647
|
{
|
|
1645
1648
|
type: "application/ld+json",
|
|
@@ -1658,6 +1661,7 @@ const Br = async ({
|
|
|
1658
1661
|
email: e.email,
|
|
1659
1662
|
url: e.siteUrl,
|
|
1660
1663
|
logo: e.squareLogo.url,
|
|
1664
|
+
inLanguage: e.lang,
|
|
1661
1665
|
sameAs: Object.keys(t).filter((a) => t[a]?.show).map((a) => t[a]?.url)
|
|
1662
1666
|
};
|
|
1663
1667
|
return (!e.description || e.description === "") && delete s.description, /* @__PURE__ */ n(
|
|
@@ -1877,7 +1881,7 @@ const Br = async ({
|
|
|
1877
1881
|
PUBLIC_API_HOST: s,
|
|
1878
1882
|
PUBLIC_ENV: a,
|
|
1879
1883
|
PUBLIC_PUBLICATION_ID: r
|
|
1880
|
-
} =
|
|
1884
|
+
} = q(), i = (/* @__PURE__ */ new Date()).toISOString(), o = t?.projectName ?? "";
|
|
1881
1885
|
return `<!doctype html>
|
|
1882
1886
|
<html lang="es">
|
|
1883
1887
|
<head>
|
|
@@ -1980,7 +1984,7 @@ const Br = async ({
|
|
|
1980
1984
|
</body>
|
|
1981
1985
|
</html>`;
|
|
1982
1986
|
}, X = async (e) => {
|
|
1983
|
-
const { SERVICE_DEBUG: t } =
|
|
1987
|
+
const { SERVICE_DEBUG: t } = q();
|
|
1984
1988
|
if (!t?.enabled)
|
|
1985
1989
|
return;
|
|
1986
1990
|
const s = Qr(e);
|
|
@@ -3464,8 +3468,8 @@ const ia = (e) => {
|
|
|
3464
3468
|
method: "POST",
|
|
3465
3469
|
body: v,
|
|
3466
3470
|
duplex: "half"
|
|
3467
|
-
}),
|
|
3468
|
-
if (C.isFormData(v) && (
|
|
3471
|
+
}), P;
|
|
3472
|
+
if (C.isFormData(v) && (P = T.headers.get("content-type")) && Q.setContentType(P), T.body) {
|
|
3469
3473
|
const [G, _] = en(
|
|
3470
3474
|
x,
|
|
3471
3475
|
It(tn(I))
|
|
@@ -3491,8 +3495,8 @@ const ia = (e) => {
|
|
|
3491
3495
|
["status", "statusText", "headers"].forEach((V) => {
|
|
3492
3496
|
T[V] = k[V];
|
|
3493
3497
|
});
|
|
3494
|
-
const
|
|
3495
|
-
|
|
3498
|
+
const P = C.toFiniteNumber(k.headers.get("content-length")), [G, _] = b && en(
|
|
3499
|
+
P,
|
|
3496
3500
|
It(tn(b), !0)
|
|
3497
3501
|
) || [];
|
|
3498
3502
|
k = new a(
|
|
@@ -3504,8 +3508,8 @@ const ia = (e) => {
|
|
|
3504
3508
|
}
|
|
3505
3509
|
R = R || "text";
|
|
3506
3510
|
let y = await m[C.findKey(m, R) || "text"](k, f);
|
|
3507
|
-
return !F && M && M(), await new Promise((T,
|
|
3508
|
-
aa(T,
|
|
3511
|
+
return !F && M && M(), await new Promise((T, P) => {
|
|
3512
|
+
aa(T, P, {
|
|
3509
3513
|
data: y,
|
|
3510
3514
|
headers: Ae.from(k.headers),
|
|
3511
3515
|
status: k.status,
|
|
@@ -3998,7 +4002,7 @@ class Be {
|
|
|
3998
4002
|
PUBLIC_IS_OFFLINE: s,
|
|
3999
4003
|
PUBLIC_USERNAME_OFFLINE: a,
|
|
4000
4004
|
PUBLIC_PASSWORD_OFFLINE: r
|
|
4001
|
-
} =
|
|
4005
|
+
} = q();
|
|
4002
4006
|
if (s === "true")
|
|
4003
4007
|
try {
|
|
4004
4008
|
return (await this.props?.axiosApi.get("/auth", {
|
|
@@ -4373,7 +4377,7 @@ class bo extends Be {
|
|
|
4373
4377
|
IS_MULTIPUBLICATION;
|
|
4374
4378
|
constructor(t) {
|
|
4375
4379
|
super(t);
|
|
4376
|
-
const { MULTIPUBLICATION_FETCHES: s, PUBLIC_PUBLICATION_ID: a } =
|
|
4380
|
+
const { MULTIPUBLICATION_FETCHES: s, PUBLIC_PUBLICATION_ID: a } = q();
|
|
4377
4381
|
this.MULTIPUBLICATION_FETCHES = s, this.PUBLIC_PUBLICATION_ID = a, this.IS_MULTIPUBLICATION = s != null && s !== "" || a != null && a !== "";
|
|
4378
4382
|
}
|
|
4379
4383
|
getBlockSass = async (t) => {
|
|
@@ -4424,7 +4428,7 @@ class bo extends Be {
|
|
|
4424
4428
|
}
|
|
4425
4429
|
},
|
|
4426
4430
|
tag: async () => {
|
|
4427
|
-
const { USE_QUOTE_IN_QUERY_TAG_HOME: l } =
|
|
4431
|
+
const { USE_QUOTE_IN_QUERY_TAG_HOME: l } = q(), d = {
|
|
4428
4432
|
query: l ? 'claves:("' + o + '")' : "claves:(" + o + ")",
|
|
4429
4433
|
size: this.props?.imgSizes[c]?.size ?? 3,
|
|
4430
4434
|
newstype: this.props?.config?.newsType,
|
|
@@ -4621,7 +4625,7 @@ const au = async (e, t, s, a, r, i, o) => {
|
|
|
4621
4625
|
return i ? { ...t, ...i } : fe(t);
|
|
4622
4626
|
},
|
|
4623
4627
|
seccion: async (e) => {
|
|
4624
|
-
const { meta: t, config: s, pathname: a, slug: r, axiosApi: i } = e, o = new Be({ config: s, axiosApi: i }), c = a.split("/"), u = [], l = ut(a), d = Number(s.newsListLimit) ?? 0, m =
|
|
4628
|
+
const { meta: t, config: s, pathname: a, slug: r, axiosApi: i } = e, o = new Be({ config: s, axiosApi: i }), c = a.split("/"), u = [], l = ut(a), d = Number(s.newsListLimit) ?? 0, m = q().PUBLIC_LNG === "en";
|
|
4625
4629
|
try {
|
|
4626
4630
|
const h = await o.getNewsListSection({
|
|
4627
4631
|
section: r,
|
|
@@ -4667,7 +4671,7 @@ const au = async (e, t, s, a, r, i, o) => {
|
|
|
4667
4671
|
}
|
|
4668
4672
|
},
|
|
4669
4673
|
tema: async (e) => {
|
|
4670
|
-
const { meta: t, config: s, pathname: a, slug: r, axiosApi: i } = e, o = new Be({ config: s, axiosApi: i }), c = a.split("/"), u = [], l = ut(a), d = Number(s.newsListLimit) ?? 0, m = /([t][0-9]{4})\w+/.exec(r || ""), h = m && m?.length > 0 ? m[0].replace("t", "") : "", { PUBLIC_TAG_TYPE: A, PUBLIC_LNG: f } =
|
|
4674
|
+
const { meta: t, config: s, pathname: a, slug: r, axiosApi: i } = e, o = new Be({ config: s, axiosApi: i }), c = a.split("/"), u = [], l = ut(a), d = Number(s.newsListLimit) ?? 0, m = /([t][0-9]{4})\w+/.exec(r || ""), h = m && m?.length > 0 ? m[0].replace("t", "") : "", { PUBLIC_TAG_TYPE: A, PUBLIC_LNG: f } = q(), g = f === "en";
|
|
4671
4675
|
try {
|
|
4672
4676
|
const w = await o.getNewsListTags({
|
|
4673
4677
|
tagid: h,
|
|
@@ -4798,7 +4802,7 @@ const au = async (e, t, s, a, r, i, o) => {
|
|
|
4798
4802
|
}
|
|
4799
4803
|
},
|
|
4800
4804
|
contacto: (e) => {
|
|
4801
|
-
const { meta: t, config: s, pathname: a } = e, r =
|
|
4805
|
+
const { meta: t, config: s, pathname: a } = e, r = q().PUBLIC_LNG === "en";
|
|
4802
4806
|
return {
|
|
4803
4807
|
...t,
|
|
4804
4808
|
title: `${s.name} | ${r ? "Contact" : "Contacto"}`,
|
|
@@ -4809,7 +4813,7 @@ const au = async (e, t, s, a, r, i, o) => {
|
|
|
4809
4813
|
};
|
|
4810
4814
|
},
|
|
4811
4815
|
anuncia: (e) => {
|
|
4812
|
-
const { meta: t, config: s, pathname: a } = e, r =
|
|
4816
|
+
const { meta: t, config: s, pathname: a } = e, r = q().PUBLIC_LNG === "en";
|
|
4813
4817
|
return {
|
|
4814
4818
|
...t,
|
|
4815
4819
|
title: `${s.name} | ${r ? "Advertise" : "Anuncia"}`,
|
|
@@ -4838,7 +4842,7 @@ const au = async (e, t, s, a, r, i, o) => {
|
|
|
4838
4842
|
};
|
|
4839
4843
|
},
|
|
4840
4844
|
autor: async (e) => {
|
|
4841
|
-
const { meta: t, config: s, pathname: a, imgSizes: r, slug: i, axiosApi: o } = e, c = new Be({ config: s, axiosApi: o, imgSizes: r }), u = a.split("/"), l = [], d = ut(a), m =
|
|
4845
|
+
const { meta: t, config: s, pathname: a, imgSizes: r, slug: i, axiosApi: o } = e, c = new Be({ config: s, axiosApi: o, imgSizes: r }), u = a.split("/"), l = [], d = ut(a), m = q().PUBLIC_LNG === "en";
|
|
4842
4846
|
try {
|
|
4843
4847
|
const h = await c.getAutorInfo({
|
|
4844
4848
|
user: i,
|
|
@@ -4884,7 +4888,7 @@ const au = async (e, t, s, a, r, i, o) => {
|
|
|
4884
4888
|
listAutor: t,
|
|
4885
4889
|
config: s
|
|
4886
4890
|
}) => {
|
|
4887
|
-
const a = t?.[0] ?? null, { DATE_TIMEZONE: r = "America/Mexico_City", PUBLIC_ASSETS_URL: i } =
|
|
4891
|
+
const a = t?.[0] ?? null, { DATE_TIMEZONE: r = "America/Mexico_City", PUBLIC_ASSETS_URL: i } = q(), o = r, c = a?.info?.date?.modified ? Fe(a.info.date.modified, o) : void 0, u = e.addtional?.USER_JOBSTART ? Fe(e.addtional.USER_JOBSTART, o) : void 0, l = i && i !== "false" ? i : "", d = {
|
|
4888
4892
|
"@context": "https://schema.org",
|
|
4889
4893
|
"@type": "ProfilePage",
|
|
4890
4894
|
mainEntity: {
|
|
@@ -5105,8 +5109,8 @@ function Eo({
|
|
|
5105
5109
|
}) {
|
|
5106
5110
|
const [c, u] = $(!1), [l, d] = $(0), [m, h] = $(0), [A, f] = $(0), [g, w] = $(0), [v, E] = $(null), N = Ma(null), [S, b] = $(1), I = ce(() => {
|
|
5107
5111
|
if (r) return 1;
|
|
5108
|
-
const y = N.current?.offsetWidth || window.innerWidth, T = s + a,
|
|
5109
|
-
return Math.max(1,
|
|
5112
|
+
const y = N.current?.offsetWidth || window.innerWidth, T = s + a, P = Math.floor(y / T);
|
|
5113
|
+
return Math.max(1, P);
|
|
5110
5114
|
}, [r, s, a]);
|
|
5111
5115
|
Te(() => {
|
|
5112
5116
|
const y = () => {
|
|
@@ -5124,20 +5128,20 @@ function Eo({
|
|
|
5124
5128
|
}, [I]), j = ce(
|
|
5125
5129
|
(y, T = 0) => {
|
|
5126
5130
|
if (r) {
|
|
5127
|
-
const
|
|
5128
|
-
return -(y * (100 + a)) + T /
|
|
5131
|
+
const P = N.current?.offsetWidth || window.innerWidth;
|
|
5132
|
+
return -(y * (100 + a)) + T / P * 100;
|
|
5129
5133
|
}
|
|
5130
5134
|
return -(y * (s + a)) + T;
|
|
5131
5135
|
},
|
|
5132
5136
|
[r, s, a]
|
|
5133
5137
|
), L = ce(
|
|
5134
5138
|
(y) => {
|
|
5135
|
-
const T = N.current?.offsetWidth || window.innerWidth,
|
|
5139
|
+
const T = N.current?.offsetWidth || window.innerWidth, P = I(), G = W();
|
|
5136
5140
|
if (r)
|
|
5137
5141
|
return Math.abs(y) / T * 100 > 30 ? 1 : 0;
|
|
5138
5142
|
{
|
|
5139
5143
|
const _ = s + a, V = Math.abs(y) / _;
|
|
5140
|
-
return V >= (
|
|
5144
|
+
return V >= (P === 1 ? 0.2 : 0.3) ? P === 1 ? 1 : Math.min(Math.round(V), G) : 0;
|
|
5141
5145
|
}
|
|
5142
5146
|
},
|
|
5143
5147
|
[r, s, a, I, W]
|
|
@@ -5149,7 +5153,7 @@ function Eo({
|
|
|
5149
5153
|
), se = ce(
|
|
5150
5154
|
(y) => {
|
|
5151
5155
|
if (!c || !i) return;
|
|
5152
|
-
const T = y - l,
|
|
5156
|
+
const T = y - l, P = (s + a) * 1.2, G = e === 0 && T > 0, _ = e === Q && T < 0, V = G || _ ? Math.sign(T) * Math.min(Math.abs(T), P) : T;
|
|
5153
5157
|
h(y), f(V);
|
|
5154
5158
|
},
|
|
5155
5159
|
[c, l, i, e, Q, s, a]
|
|
@@ -5161,7 +5165,7 @@ function Eo({
|
|
|
5161
5165
|
), x = ce(
|
|
5162
5166
|
(y) => {
|
|
5163
5167
|
if (!c || !i) return;
|
|
5164
|
-
const T = m - l,
|
|
5168
|
+
const T = m - l, P = Date.now() - g, G = Math.abs(T) / Math.max(P, 1), _ = L(T), z = G > 0.5 && Math.abs(T) > 50 ? Math.max(_, 1) : _;
|
|
5165
5169
|
if (z > 0)
|
|
5166
5170
|
if (T > 0) {
|
|
5167
5171
|
const Y = Math.max(0, e - z);
|
|
@@ -5470,8 +5474,8 @@ const et = (e) => /* @__PURE__ */ n("div", { className: "su-flex su-flex-col sas
|
|
|
5470
5474
|
}
|
|
5471
5475
|
);
|
|
5472
5476
|
};
|
|
5473
|
-
function
|
|
5474
|
-
const { PUBLIC_SERVICE_PREFIX: t, PUBLIC_IS_SUB_PUBLICATION: s, SUB_PUBLICATION_PREFIX_IN_ROUTES: a } =
|
|
5477
|
+
function O(e) {
|
|
5478
|
+
const { PUBLIC_SERVICE_PREFIX: t, PUBLIC_IS_SUB_PUBLICATION: s, SUB_PUBLICATION_PREFIX_IN_ROUTES: a } = q(), { block_subPublication: r } = e, i = xo(e.href), o = e.hasOwnProperty("href") && e.href ? (e.href ?? "").includes("/buscar") : !1, c = a?.tema && i, u = a?.buscar && o, l = !r && !c && !u && t !== "false" && s !== "false" ? "/" + t : "", d = /^(https?:)?\/\//.test(e.href) || /^[a-zA-Z][a-zA-Z\d+\-.]*:/.test(e.href), m = e.href?.split("/")[1] === l.replace("/", ""), h = {
|
|
5475
5479
|
...e,
|
|
5476
5480
|
href: (!d && !m ? l : "") + (l && e.href === "/" ? "" : e.href ?? "")
|
|
5477
5481
|
};
|
|
@@ -5486,10 +5490,10 @@ function q(e) {
|
|
|
5486
5490
|
) : /* @__PURE__ */ n("a", { ...h, children: e.children });
|
|
5487
5491
|
}
|
|
5488
5492
|
const xo = (e) => !!/([t][0-9]{4})\w+/.exec(e || ""), oe = (e) => {
|
|
5489
|
-
const { PUBLIC_ASSETS_URL: t, PUBLIC_ENV: s, PUBLIC_SERVICE_PREFIX: a, PUBLIC_IS_SUB_PUBLICATION: r } =
|
|
5493
|
+
const { PUBLIC_ASSETS_URL: t, PUBLIC_ENV: s, PUBLIC_SERVICE_PREFIX: a, PUBLIC_IS_SUB_PUBLICATION: r } = q(), i = a && a !== "false" ? a : "", c = r && r !== "false" && i && s === "local" ? `/${i}` : "", u = t;
|
|
5490
5494
|
return (u && u !== "false" ? u : "") + c + "/versions/images" + e;
|
|
5491
5495
|
}, Ns = (e) => {
|
|
5492
|
-
const { PUBLIC_ENV: t } =
|
|
5496
|
+
const { PUBLIC_ENV: t } = q(), s = oe("/whatsapp-black.svg");
|
|
5493
5497
|
return t !== "" && !e.forceSVG ? /* @__PURE__ */ n("img", { fetchPriority: "low", loading: "lazy", src: s, alt: "", ...e }) : /* @__PURE__ */ n(
|
|
5494
5498
|
"svg",
|
|
5495
5499
|
{
|
|
@@ -5509,7 +5513,7 @@ const xo = (e) => !!/([t][0-9]{4})\w+/.exec(e || ""), oe = (e) => {
|
|
|
5509
5513
|
}
|
|
5510
5514
|
);
|
|
5511
5515
|
}, Ss = (e) => {
|
|
5512
|
-
const { PUBLIC_ENV: t } =
|
|
5516
|
+
const { PUBLIC_ENV: t } = q(), s = oe("/whatsapp-note.svg");
|
|
5513
5517
|
return t !== "" && !e.forceSVG ? /* @__PURE__ */ n("img", { fetchPriority: "low", loading: "lazy", src: s, alt: "", ...e }) : /* @__PURE__ */ n(
|
|
5514
5518
|
"svg",
|
|
5515
5519
|
{
|
|
@@ -5530,7 +5534,7 @@ const xo = (e) => !!/([t][0-9]{4})\w+/.exec(e || ""), oe = (e) => {
|
|
|
5530
5534
|
}
|
|
5531
5535
|
);
|
|
5532
5536
|
}, Es = (e) => {
|
|
5533
|
-
const { PUBLIC_ENV: t } =
|
|
5537
|
+
const { PUBLIC_ENV: t } = q(), s = oe("/clipboard.svg");
|
|
5534
5538
|
return t !== "" && !e.forceSVG ? /* @__PURE__ */ n("img", { fetchPriority: "low", loading: "lazy", src: s, alt: "", ...e }) : /* @__PURE__ */ p(
|
|
5535
5539
|
"svg",
|
|
5536
5540
|
{
|
|
@@ -5559,7 +5563,7 @@ const xo = (e) => !!/([t][0-9]{4})\w+/.exec(e || ""), oe = (e) => {
|
|
|
5559
5563
|
}
|
|
5560
5564
|
);
|
|
5561
5565
|
}, Ro = (e) => {
|
|
5562
|
-
const { PUBLIC_ENV: t } =
|
|
5566
|
+
const { PUBLIC_ENV: t } = q(), s = oe("/send.svg");
|
|
5563
5567
|
return t !== "" && !e.forceSVG ? /* @__PURE__ */ n("img", { fetchPriority: "low", loading: "lazy", src: s, alt: "", ...e }) : /* @__PURE__ */ n(
|
|
5564
5568
|
"svg",
|
|
5565
5569
|
{
|
|
@@ -5579,7 +5583,7 @@ const xo = (e) => !!/([t][0-9]{4})\w+/.exec(e || ""), oe = (e) => {
|
|
|
5579
5583
|
}
|
|
5580
5584
|
);
|
|
5581
5585
|
}, fn = (e) => {
|
|
5582
|
-
const { PUBLIC_ENV: t } =
|
|
5586
|
+
const { PUBLIC_ENV: t } = q(), s = oe("/message.svg");
|
|
5583
5587
|
return t !== "" && !e.forceSVG ? /* @__PURE__ */ n("img", { fetchPriority: "low", loading: "lazy", src: s, alt: "", ...e }) : /* @__PURE__ */ n("svg", { width: "30", height: "30", viewBox: "0 0 30 30", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e, children: /* @__PURE__ */ n("path", { d: "M15 4C21.0751 4 26 8.92487 26 15C26 16.2691 25.5577 17.9814 24.6729 20.1367L24.502 20.5459L25.5459 24.8428C25.5943 25.042 25.5804 25.2514 25.5059 25.4424C25.3194 25.92 24.8065 26.1738 24.3223 26.0469L24.2109 26.0107L20.4648 24.5488C18.1478 25.5163 16.326 26 15 26C8.92487 26 4 21.0751 4 15C4 8.92487 8.92487 4 15 4ZM15 5.5C9.75329 5.5 5.5 9.75329 5.5 15C5.5 20.2467 9.75329 24.5 15 24.5C16.0245 24.5 17.5449 24.1124 19.5127 23.3184L20.4453 22.9316L23.8623 24.2637L22.9268 20.417L23.2715 19.6006C24.0971 17.5954 24.5 16.0455 24.5 15C24.5 9.75329 20.2467 5.5 15 5.5Z", fill: "#162950" }) });
|
|
5584
5588
|
}, ko = {
|
|
5585
5589
|
Whatsapp: {
|
|
@@ -5605,7 +5609,7 @@ function Lo({ noteShare: e }) {
|
|
|
5605
5609
|
if (!a) return null;
|
|
5606
5610
|
const r = e.variant === "outline" ? a.icon.outline : a.icon.solid, i = a.url(t);
|
|
5607
5611
|
return /* @__PURE__ */ n(
|
|
5608
|
-
|
|
5612
|
+
O,
|
|
5609
5613
|
{
|
|
5610
5614
|
href: i,
|
|
5611
5615
|
target: "_blank",
|
|
@@ -5648,7 +5652,7 @@ const Qe = (e) => {
|
|
|
5648
5652
|
paths: i,
|
|
5649
5653
|
newsDescriptionSectionTag: o = "h3",
|
|
5650
5654
|
speculationPrerenderClass: c
|
|
5651
|
-
} = e, { SHOW_TAG_BY_SECTION: u, SUB_PUBLICATION_PREFIX_IN_ROUTES: l } =
|
|
5655
|
+
} = e, { SHOW_TAG_BY_SECTION: u, SUB_PUBLICATION_PREFIX_IN_ROUTES: l } = q(), d = () => {
|
|
5652
5656
|
if (e?.config?.showtime && e.config?.showauthor)
|
|
5653
5657
|
return `${e?.authors[0]?.fullname ?? "Redacción"} - ${Ue(
|
|
5654
5658
|
e.info?.date?.modified
|
|
@@ -5681,7 +5685,7 @@ const Qe = (e) => {
|
|
|
5681
5685
|
{ className: "sass-com-nd-sectionDescriptionContainer section" },
|
|
5682
5686
|
/* @__PURE__ */ p(J, { children: [
|
|
5683
5687
|
f.approved ? /* @__PURE__ */ n(
|
|
5684
|
-
|
|
5688
|
+
O,
|
|
5685
5689
|
{
|
|
5686
5690
|
block_subPublication: l?.tema,
|
|
5687
5691
|
"aria-label": g,
|
|
@@ -5700,7 +5704,7 @@ const Qe = (e) => {
|
|
|
5700
5704
|
{ className: "sass-com-nd-sectionDescriptionContainer section" },
|
|
5701
5705
|
/* @__PURE__ */ p(J, { children: [
|
|
5702
5706
|
/* @__PURE__ */ n(
|
|
5703
|
-
|
|
5707
|
+
O,
|
|
5704
5708
|
{
|
|
5705
5709
|
"aria-label": f,
|
|
5706
5710
|
className: "sass-com-nd-sectionDescription",
|
|
@@ -5731,7 +5735,7 @@ const Qe = (e) => {
|
|
|
5731
5735
|
className: "sass-com-nd-articule"
|
|
5732
5736
|
},
|
|
5733
5737
|
e?.info?.link?.url ? /* @__PURE__ */ n(
|
|
5734
|
-
|
|
5738
|
+
O,
|
|
5735
5739
|
{
|
|
5736
5740
|
"aria-label": e.main?.title?.section,
|
|
5737
5741
|
className: c ? `${c} sass-com-nd-linkStyled su-no-underline` : "sass-com-nd-linkStyled su-no-underline",
|
|
@@ -5746,7 +5750,7 @@ const Qe = (e) => {
|
|
|
5746
5750
|
),
|
|
5747
5751
|
e.config?.showsubtitle && /* @__PURE__ */ n(m, {}),
|
|
5748
5752
|
(e?.config?.showtime || e.config?.showauthor) && /* @__PURE__ */ n(J, { children: e.authors[0]?.internaluser ? /* @__PURE__ */ n("h3", { children: /* @__PURE__ */ n(
|
|
5749
|
-
|
|
5753
|
+
O,
|
|
5750
5754
|
{
|
|
5751
5755
|
block_subPublication: l?.autor,
|
|
5752
5756
|
"aria-label": d(),
|
|
@@ -5778,10 +5782,10 @@ const Qe = (e) => {
|
|
|
5778
5782
|
}
|
|
5779
5783
|
);
|
|
5780
5784
|
function ha() {
|
|
5781
|
-
return
|
|
5785
|
+
return q().COMPONENTS?.PlayIcon || ma;
|
|
5782
5786
|
}
|
|
5783
5787
|
function fa() {
|
|
5784
|
-
return
|
|
5788
|
+
return q().COMPONENTS?.PlayIcon || ma;
|
|
5785
5789
|
}
|
|
5786
5790
|
const Po = (e) => {
|
|
5787
5791
|
const { isVideo: t = !1, priorityHigh: s = !1 } = e, a = ha(), r = e.preview.sizes;
|
|
@@ -5919,7 +5923,7 @@ const Po = (e) => {
|
|
|
5919
5923
|
const { preview: t } = e;
|
|
5920
5924
|
if (!t?.sizes || t.sizes.length === 0 || t.sizes.some((i) => !i.url))
|
|
5921
5925
|
return /* @__PURE__ */ n("div", { className: "sass-com-img-imageLogoPlaceholder su-flex-center" });
|
|
5922
|
-
const { PUBLIC_IS_OFFLINE: s } =
|
|
5926
|
+
const { PUBLIC_IS_OFFLINE: s } = q();
|
|
5923
5927
|
if (s === "true")
|
|
5924
5928
|
return /* @__PURE__ */ n(
|
|
5925
5929
|
Bo,
|
|
@@ -6919,7 +6923,7 @@ const Po = (e) => {
|
|
|
6919
6923
|
showads: !1
|
|
6920
6924
|
}, Ts = (e) => {
|
|
6921
6925
|
let t = [];
|
|
6922
|
-
const { PUBLIC_ENV: s, PUBLIC_IS_OFFLINE: a, SHOW_DEV_RANKING: r } =
|
|
6926
|
+
const { PUBLIC_ENV: s, PUBLIC_IS_OFFLINE: a, SHOW_DEV_RANKING: r } = q();
|
|
6923
6927
|
return e.content && e.content.length > 0 ? t = e.content.map((i) => ({
|
|
6924
6928
|
...i,
|
|
6925
6929
|
config: gn
|
|
@@ -6964,7 +6968,7 @@ const Po = (e) => {
|
|
|
6964
6968
|
/* @__PURE__ */ p("div", { className: "sass-com-subc-contentTerms", children: [
|
|
6965
6969
|
/* @__PURE__ */ n("p", { className: "sass-com-subc-subscribeText", children: String(e.texts.newsletterTermsText ?? "Suscribirte implica aceptar los") }),
|
|
6966
6970
|
/* @__PURE__ */ n(
|
|
6967
|
-
|
|
6971
|
+
O,
|
|
6968
6972
|
{
|
|
6969
6973
|
className: "sass-com-subc-terms",
|
|
6970
6974
|
href: e.termsLink,
|
|
@@ -6998,7 +7002,7 @@ const Po = (e) => {
|
|
|
6998
7002
|
style: r,
|
|
6999
7003
|
htmlFor: e?.toggledrawerevent === "true" ? "side-bar-state" : ""
|
|
7000
7004
|
}
|
|
7001
|
-
) : /* @__PURE__ */ n(
|
|
7005
|
+
) : /* @__PURE__ */ n(O, { ...a, style: r });
|
|
7002
7006
|
}, Mo = (e) => /* @__PURE__ */ p("section", { className: "sass-com-subr-content", children: [
|
|
7003
7007
|
/* @__PURE__ */ n("div", { className: "sass-com-subr-subscribeImage", children: e.image }),
|
|
7004
7008
|
/* @__PURE__ */ p("div", { className: "sass-com-subr-contentInfo", children: [
|
|
@@ -7020,7 +7024,7 @@ const Po = (e) => {
|
|
|
7020
7024
|
] }),
|
|
7021
7025
|
/* @__PURE__ */ p("div", { className: "sass-com-subr-contentTerms", children: [
|
|
7022
7026
|
/* @__PURE__ */ n("p", { className: "sass-com-subr-subscribeText", children: String(e.texts.newsletterTermsText ?? "Suscribirte implica aceptar los") }),
|
|
7023
|
-
/* @__PURE__ */ n(
|
|
7027
|
+
/* @__PURE__ */ n(O, { className: "sass-com-subr-terms", children: String(e.texts.newsletterTermsAnchor ?? "Términos y condiciones") })
|
|
7024
7028
|
] })
|
|
7025
7029
|
] })
|
|
7026
7030
|
] }), Do = (e) => /* @__PURE__ */ p(
|
|
@@ -7111,10 +7115,10 @@ const Po = (e) => {
|
|
|
7111
7115
|
),
|
|
7112
7116
|
/* @__PURE__ */ p("div", { className: "sass-com-subw-contentTerms", children: [
|
|
7113
7117
|
/* @__PURE__ */ n("p", { className: "sass-com-subw-subscribeText", children: "Suscribirte implica aceptar los" }),
|
|
7114
|
-
/* @__PURE__ */ n(
|
|
7118
|
+
/* @__PURE__ */ n(O, { className: "sass-com-subw-terms", href: e.terms, target: "_blank", children: "Términos y condiciones" })
|
|
7115
7119
|
] })
|
|
7116
7120
|
] }), _o = (e) => {
|
|
7117
|
-
const { PUBLIC_ENV: t } =
|
|
7121
|
+
const { PUBLIC_ENV: t } = q(), s = oe("/bluestack.svg");
|
|
7118
7122
|
return t !== "" && !e.forceSVG ? /* @__PURE__ */ n("img", { fetchPriority: "low", loading: "lazy", src: s, alt: "BlueStack logo", ...e }) : /* @__PURE__ */ p(
|
|
7119
7123
|
"svg",
|
|
7120
7124
|
{
|
|
@@ -7134,10 +7138,10 @@ const Po = (e) => {
|
|
|
7134
7138
|
}
|
|
7135
7139
|
);
|
|
7136
7140
|
}, Mt = (e) => {
|
|
7137
|
-
const { PUBLIC_ENV: t } =
|
|
7141
|
+
const { PUBLIC_ENV: t } = q(), s = oe("/facebook.svg");
|
|
7138
7142
|
return t !== "" && !e.forceSVG ? /* @__PURE__ */ n("img", { fetchPriority: "low", loading: "lazy", width: 17, height: 23, src: s, alt: "", ...e }) : /* @__PURE__ */ n("svg", { width: "40", height: "40", viewBox: "0 0 40 40", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e, children: /* @__PURE__ */ n("path", { stroke: "currentColor", d: "M27.5444 6H23.9083C19.8444 6 17.1708 8.67176 17.1708 12.9466V16.1527H13.5347C13.2139 16.1527 13 16.3664 13 16.687V21.2824C13 21.6031 13.2139 21.8168 13.5347 21.8168H17.1708V33.4656C17.1708 33.7863 17.3847 34 17.7055 34H22.518C22.8389 34 23.0527 33.7863 23.0527 33.4656V21.8168H27.3305C27.6513 21.8168 27.8652 21.6031 27.8652 21.2824V16.687C27.8652 16.5802 27.7583 16.3664 27.6513 16.2595C27.5444 16.1527 27.4375 16.0458 27.2236 16.0458H22.9458V13.374C22.9458 12.0916 23.2666 11.4504 24.9777 11.4504H27.4375C27.7583 11.4504 27.9722 11.2366 27.9722 10.916V6.64122C28.0791 6.21374 27.8652 6 27.5444 6Z", "stroke-width": "1.6" }) });
|
|
7139
7143
|
}, Go = (e) => {
|
|
7140
|
-
const { PUBLIC_ENV: t } =
|
|
7144
|
+
const { PUBLIC_ENV: t } = q(), s = oe("/gnews.svg");
|
|
7141
7145
|
return t !== "" && !e.forceSVG ? /* @__PURE__ */ n("img", { fetchPriority: "low", loading: "lazy", width: 31, height: 40, src: s, alt: "", ...e }) : /* @__PURE__ */ n(
|
|
7142
7146
|
"svg",
|
|
7143
7147
|
{
|
|
@@ -7166,10 +7170,10 @@ const Po = (e) => {
|
|
|
7166
7170
|
}
|
|
7167
7171
|
);
|
|
7168
7172
|
}, Dt = (e) => {
|
|
7169
|
-
const { PUBLIC_ENV: t } =
|
|
7173
|
+
const { PUBLIC_ENV: t } = q(), s = oe("/instagram.svg");
|
|
7170
7174
|
return t !== "" && !e.forceSVG ? /* @__PURE__ */ n("img", { fetchPriority: "low", loading: "lazy", width: 23, height: 23, src: s, alt: "", ...e }) : /* @__PURE__ */ n("svg", { width: "40", height: "40", viewBox: "0 0 40 40", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e, children: /* @__PURE__ */ n("path", { d: "M25.3 6.5H15.3C10.7 6.5 7 10.2 7 14.8V24.8C7 29.4 10.7 33.1 15.3 33.1H25.3C29.9 33.1 33.6 29.4 33.6 24.8V14.8C33.6 10.2 29.9 6.5 25.3 6.5ZM31.1 24.6C31.1 27.8 28.5 30.4 25.3 30.4H15.3C12.1 30.4 9.5 27.8 9.5 24.6V14.6C9.5 11.4 12.1 8.8 15.3 8.8H25.3C28.5 8.8 31.1 11.4 31.1 14.6V24.6ZM20.4 13.1C16.8 13.1 13.8 16.1 13.8 19.7C13.8 23.3 16.8 26.3 20.4 26.3C24 26.3 27 23.3 27 19.7C27 16.1 24.1 13.1 20.5 13.1H20.4ZM20.4 23.8C18.1 23.8 16.3 22 16.3 19.7C16.3 17.4 18.1 15.6 20.4 15.6C22.7 15.6 24.5 17.4 24.5 19.7C24.6 21.9 22.8 23.7 20.6 23.8H20.4ZM27.5 11.7C28 11.7 28.4 12.1 28.4 12.6C28.4 13.1 28 13.5 27.5 13.5C27 13.5 26.6 13.1 26.6 12.6C26.6 12.1 27 11.7 27.5 11.7Z", fill: "currentColor" }) });
|
|
7171
7175
|
}, jo = (e) => {
|
|
7172
|
-
const { PUBLIC_ENV: t } =
|
|
7176
|
+
const { PUBLIC_ENV: t } = q(), s = oe("/podcast.svg");
|
|
7173
7177
|
return t !== "" && !e.forceSVG ? /* @__PURE__ */ n(
|
|
7174
7178
|
"img",
|
|
7175
7179
|
{
|
|
@@ -7200,7 +7204,7 @@ const Po = (e) => {
|
|
|
7200
7204
|
}
|
|
7201
7205
|
);
|
|
7202
7206
|
}, Qo = (e) => {
|
|
7203
|
-
const { PUBLIC_ENV: t } =
|
|
7207
|
+
const { PUBLIC_ENV: t } = q(), s = oe("/telegram.svg");
|
|
7204
7208
|
return t !== "" && !e.forceSVG ? /* @__PURE__ */ n("img", { fetchPriority: "low", loading: "lazy", src: s, alt: "", ...e }) : /* @__PURE__ */ n(
|
|
7205
7209
|
"svg",
|
|
7206
7210
|
{
|
|
@@ -7221,7 +7225,7 @@ const Po = (e) => {
|
|
|
7221
7225
|
}
|
|
7222
7226
|
);
|
|
7223
7227
|
}, Ho = (e) => {
|
|
7224
|
-
const { PUBLIC_ENV: t } =
|
|
7228
|
+
const { PUBLIC_ENV: t } = q(), s = oe("/tiktok.svg");
|
|
7225
7229
|
return t !== "" && !e.forceSVG ? /* @__PURE__ */ n(
|
|
7226
7230
|
"img",
|
|
7227
7231
|
{
|
|
@@ -7264,7 +7268,7 @@ const Po = (e) => {
|
|
|
7264
7268
|
}
|
|
7265
7269
|
);
|
|
7266
7270
|
}, Vo = (e) => {
|
|
7267
|
-
const { PUBLIC_ENV: t } =
|
|
7271
|
+
const { PUBLIC_ENV: t } = q(), s = oe("/whatsapp.svg");
|
|
7268
7272
|
return t !== "" && !e.forceSVG ? /* @__PURE__ */ n("img", { fetchPriority: "low", loading: "lazy", width: 23, height: 23, src: s, alt: "", ...e }) : /* @__PURE__ */ n(
|
|
7269
7273
|
"svg",
|
|
7270
7274
|
{
|
|
@@ -7296,10 +7300,10 @@ const Po = (e) => {
|
|
|
7296
7300
|
}
|
|
7297
7301
|
);
|
|
7298
7302
|
}, Pe = (e) => {
|
|
7299
|
-
const { PUBLIC_ENV: t } =
|
|
7303
|
+
const { PUBLIC_ENV: t } = q(), s = oe("/x.svg");
|
|
7300
7304
|
return t !== "" && !e.forceSVG ? /* @__PURE__ */ n("img", { fetchPriority: "low", loading: "lazy", src: s, alt: "", width: 23, height: 23, ...e }) : /* @__PURE__ */ n("svg", { ...e, width: 28, height: 28, version: "1.1", baseProfile: "tiny", id: "Layer_1", xmlns: "http://www.w3.org/2000/svg", xmlnsXlink: "http://www.w3.org/1999/xlink", x: "0px", y: "0px", viewBox: "0 0 30 30", overflow: "visible", xmlSpace: "preserve", children: /* @__PURE__ */ n("path", { fill: "currentColor", d: "M5.9,6.1l7.1,9.8l-7.1,7.9h1.6l6.2-7l5,7h5.4l-7.5-10.3l6.6-7.4h-1.6L16,12.5l-4.6-6.4L5.9,6.1L5.9,6.1zM8.2,7.4h2.5l11,15.3h-2.5L8.2,7.4z" }) });
|
|
7301
7305
|
}, Fo = (e) => {
|
|
7302
|
-
const { PUBLIC_ENV: t } =
|
|
7306
|
+
const { PUBLIC_ENV: t } = q(), s = oe("/youtube.svg");
|
|
7303
7307
|
return t !== "" && !e.forceSVG ? /* @__PURE__ */ n("img", { fetchPriority: "low", loading: "lazy", width: 32, height: 20, src: s, alt: "", ...e }) : /* @__PURE__ */ p(
|
|
7304
7308
|
"svg",
|
|
7305
7309
|
{
|
|
@@ -7352,7 +7356,7 @@ const Po = (e) => {
|
|
|
7352
7356
|
{
|
|
7353
7357
|
className: "su-flex su-items-center su-gap-8 sass-com-ft-brandContent",
|
|
7354
7358
|
children: [
|
|
7355
|
-
/* @__PURE__ */ n(
|
|
7359
|
+
/* @__PURE__ */ n(O, { href: "/", "aria-label": "Ir a la home", children: /* @__PURE__ */ n("span", { className: "sass-com-ft-logoStyled", children: e.logo }) }),
|
|
7356
7360
|
/* @__PURE__ */ n("div", { className: "su-flex-center su-gap-4 sass-com-ft-socialMedia", children: Object.keys(s).map((o) => s[o]?.show && /* @__PURE__ */ n(
|
|
7357
7361
|
"a",
|
|
7358
7362
|
{
|
|
@@ -7372,7 +7376,7 @@ const Po = (e) => {
|
|
|
7372
7376
|
),
|
|
7373
7377
|
/* @__PURE__ */ p("section", { className: "sass-com-ft-sectionContent", children: [
|
|
7374
7378
|
/* @__PURE__ */ n("div", { className: "sass-com-ft-section", children: a.filter((o) => !o.subitem).map((o, c) => /* @__PURE__ */ n(
|
|
7375
|
-
|
|
7379
|
+
O,
|
|
7376
7380
|
{
|
|
7377
7381
|
block_subPublication: !0,
|
|
7378
7382
|
href: o.link ? o.link : void 0,
|
|
@@ -7384,7 +7388,7 @@ const Po = (e) => {
|
|
|
7384
7388
|
c
|
|
7385
7389
|
)) }),
|
|
7386
7390
|
/* @__PURE__ */ n("div", { className: "sass-com-ft-section", children: t && t.map((o, c) => /* @__PURE__ */ n(
|
|
7387
|
-
|
|
7391
|
+
O,
|
|
7388
7392
|
{
|
|
7389
7393
|
block_subPublication: !0,
|
|
7390
7394
|
href: o.link ? o?.link : void 0,
|
|
@@ -7399,7 +7403,7 @@ const Po = (e) => {
|
|
|
7399
7403
|
/* @__PURE__ */ p("section", { className: "sass-com-ft-copyrigth", children: [
|
|
7400
7404
|
/* @__PURE__ */ n("p", { className: "sass-com-ft-copyrigthText", children: e.copyrigth }),
|
|
7401
7405
|
/* @__PURE__ */ n(
|
|
7402
|
-
|
|
7406
|
+
O,
|
|
7403
7407
|
{
|
|
7404
7408
|
"aria-label": "Bluestack link",
|
|
7405
7409
|
href: "https://www.bluestack.la",
|
|
@@ -7414,7 +7418,7 @@ const Po = (e) => {
|
|
|
7414
7418
|
}
|
|
7415
7419
|
);
|
|
7416
7420
|
}, _t = (e) => {
|
|
7417
|
-
const { PUBLIC_ENV: t } =
|
|
7421
|
+
const { PUBLIC_ENV: t } = q(), s = oe("/facebook-black.svg");
|
|
7418
7422
|
return t !== "" && !e.forceSVG ? /* @__PURE__ */ n("img", { fetchPriority: "low", loading: "lazy", width: 17, height: 23, src: s, alt: "", ...e }) : /* @__PURE__ */ n(
|
|
7419
7423
|
"svg",
|
|
7420
7424
|
{
|
|
@@ -7434,14 +7438,14 @@ const Po = (e) => {
|
|
|
7434
7438
|
}
|
|
7435
7439
|
);
|
|
7436
7440
|
}, Ge = (e) => {
|
|
7437
|
-
const { PUBLIC_ENV: t } =
|
|
7441
|
+
const { PUBLIC_ENV: t } = q(), s = oe("/linkedin.svg");
|
|
7438
7442
|
return t !== "" && !e.forceSVG ? /* @__PURE__ */ n("img", { fetchPriority: "low", loading: "lazy", src: s, alt: "", ...e }) : /* @__PURE__ */ p("svg", { width: "40", height: "40", viewBox: "0 0 40 40", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e, children: [
|
|
7439
7443
|
/* @__PURE__ */ n("path", { d: "M23.9693 19.7768C22.9443 20.1795 22.3065 21.1785 22.3043 22.2887L22.278 32.7258C22.278 33.1474 21.8 33.4956 21.4127 33.4956H16.1736C15.7995 33.4956 15.293 33.1629 15.293 32.7302V14.8898C15.293 14.4081 15.7995 14.0455 16.2229 14.0466L20.9335 14.051C21.3842 14.051 21.7814 14.5105 21.8065 14.9254L21.8481 15.6185C22.9082 14.4994 24.2166 13.803 25.7055 13.6316C26.5599 13.5338 27.3957 13.5326 28.2555 13.625C31.5769 13.9821 34 16.8678 34 20.2318V32.5678C34 33.0283 33.5602 33.4911 33.1216 33.4911L28.3792 33.4945C27.9295 33.4945 27.4766 33.0484 27.4766 32.57L27.4646 22.2298C27.4646 21.7247 27.3847 21.1908 27.1101 20.7769C26.445 19.7735 25.1169 19.3263 23.9704 19.7757L23.9693 19.7768ZM23.5788 18.9414C25.118 18.2683 26.9143 18.8068 27.8606 20.1751C28.261 20.7536 28.3452 21.4099 28.4021 22.1107L28.4481 32.5522H33.0712V20.3442C33.0898 17.3717 30.9664 14.7964 28.0455 14.5539C27.2742 14.4905 26.5347 14.4816 25.7799 14.585C24.3621 14.7775 23.1084 15.5262 22.266 16.6764L20.9423 18.0125L20.9292 14.9911L16.2677 15V32.5522L21.4007 32.5544L21.4028 22.2342C21.4794 20.7858 22.2441 19.5254 23.5777 18.9414H23.5788Z", fill: "currentColor", stroke: "currentColor", "stroke-width": "0.5" }),
|
|
7440
7444
|
/* @__PURE__ */ n("path", { d: "M11.6141 33.4944L7.91316 33.5011C7.09486 33.5022 6.46473 32.847 6.46582 32.006L6.46801 15.4505C6.46801 14.6384 7.09158 14.0432 7.85627 14.0432L11.5211 14.041C12.3689 14.041 13.0023 14.6885 13.0023 15.5595L12.9925 32.1773C12.9925 32.9026 12.2978 33.4922 11.6152 33.4944H11.6141ZM11.6283 32.5544C11.8952 32.4932 12.067 32.3453 12.067 32.0605V15.5106C12.067 15.1835 11.8099 14.991 11.5233 14.991H7.85846C7.59809 14.9922 7.43728 15.1791 7.39789 15.4516V32.006C7.39789 32.2986 7.597 32.5511 7.88034 32.5511L11.6272 32.5555L11.6283 32.5544Z", fill: "currentColor", stroke: "currentColor", "stroke-width": "0.5" }),
|
|
7441
7445
|
/* @__PURE__ */ n("path", { d: "M13.4654 9.03032C13.5595 10.9582 12.2708 12.6836 10.4296 13.0318C9.25798 13.2532 8.14212 12.9372 7.26804 12.1385C6.08982 11.0639 5.67082 9.39631 6.27142 7.88227C6.82716 6.48392 8.16072 5.51164 9.71855 5.4994C10.8103 5.4905 11.7829 5.93103 12.5038 6.75536C13.0628 7.3939 13.4206 8.12701 13.4654 9.03032ZM11.5094 11.5022C12.9447 10.2807 12.8058 8.12256 11.4645 7.05572C10.7119 6.45611 9.73058 6.29925 8.80289 6.61519C7.48464 7.06573 6.74621 8.42403 6.98141 9.82461C7.19255 11.0861 8.2012 11.9661 9.44068 12.1218C10.2097 12.2186 10.9022 12.0184 11.5094 11.5022Z", fill: "currentColor", stroke: "currentColor", "stroke-width": "0.5" })
|
|
7442
7446
|
] });
|
|
7443
7447
|
}, pa = (e) => {
|
|
7444
|
-
const { PUBLIC_ENV: t } =
|
|
7448
|
+
const { PUBLIC_ENV: t } = q(), s = oe("/email.svg");
|
|
7445
7449
|
return t !== "" && !e.forceSVG ? /* @__PURE__ */ n("img", { fetchPriority: "low", loading: "lazy", src: s, alt: "", ...e }) : /* @__PURE__ */ p(
|
|
7446
7450
|
"svg",
|
|
7447
7451
|
{
|
|
@@ -7471,7 +7475,7 @@ const Po = (e) => {
|
|
|
7471
7475
|
}
|
|
7472
7476
|
);
|
|
7473
7477
|
}, Aa = (e) => {
|
|
7474
|
-
const { PUBLIC_ENV: t } =
|
|
7478
|
+
const { PUBLIC_ENV: t } = q(), s = oe("/email-black.svg");
|
|
7475
7479
|
return t !== "" && !e.forceSVG ? /* @__PURE__ */ n("img", { fetchPriority: "low", loading: "lazy", src: s, alt: "", ...e }) : /* @__PURE__ */ p(
|
|
7476
7480
|
"svg",
|
|
7477
7481
|
{
|
|
@@ -7500,7 +7504,7 @@ const Po = (e) => {
|
|
|
7500
7504
|
}
|
|
7501
7505
|
);
|
|
7502
7506
|
}, wa = (e) => {
|
|
7503
|
-
const { PUBLIC_ENV: t } =
|
|
7507
|
+
const { PUBLIC_ENV: t } = q(), s = oe("/facebook-note.svg");
|
|
7504
7508
|
return t !== "" && !e.forceSVG ? /* @__PURE__ */ n("img", { fetchPriority: "low", loading: "lazy", width: 17, height: 23, src: s, alt: "", ...e }) : /* @__PURE__ */ n(
|
|
7505
7509
|
"svg",
|
|
7506
7510
|
{
|
|
@@ -7584,7 +7588,7 @@ function Wo({ noteShare: e }) {
|
|
|
7584
7588
|
if (!a) return null;
|
|
7585
7589
|
const r = e.variant === "outline" ? a.icon.outline : a.icon.solid, i = a.url(t);
|
|
7586
7590
|
return /* @__PURE__ */ n(
|
|
7587
|
-
|
|
7591
|
+
O,
|
|
7588
7592
|
{
|
|
7589
7593
|
href: i,
|
|
7590
7594
|
target: "_blank",
|
|
@@ -7664,7 +7668,7 @@ const hu = (e) => {
|
|
|
7664
7668
|
};
|
|
7665
7669
|
return (t > 1 || s && t < a) && /* @__PURE__ */ p("section", { className: "sass-com-np-content", children: [
|
|
7666
7670
|
t > 1 && /* @__PURE__ */ n(
|
|
7667
|
-
|
|
7671
|
+
O,
|
|
7668
7672
|
{
|
|
7669
7673
|
block_subPublication: o,
|
|
7670
7674
|
className: "sass-com-np-linkStyled",
|
|
@@ -7673,7 +7677,7 @@ const hu = (e) => {
|
|
|
7673
7677
|
}
|
|
7674
7678
|
),
|
|
7675
7679
|
s && t < a && /* @__PURE__ */ n(
|
|
7676
|
-
|
|
7680
|
+
O,
|
|
7677
7681
|
{
|
|
7678
7682
|
block_subPublication: o,
|
|
7679
7683
|
className: "sass-com-np-linkStyled",
|
|
@@ -7720,7 +7724,7 @@ const hu = (e) => {
|
|
|
7720
7724
|
},
|
|
7721
7725
|
children: [
|
|
7722
7726
|
/* @__PURE__ */ n(
|
|
7723
|
-
|
|
7727
|
+
O,
|
|
7724
7728
|
{
|
|
7725
7729
|
"aria-label": e.main?.title?.section,
|
|
7726
7730
|
className: f ? `${f} sass-com-sc1-image` : "sass-com-sc1-image",
|
|
@@ -7763,11 +7767,11 @@ const hu = (e) => {
|
|
|
7763
7767
|
main: a,
|
|
7764
7768
|
overImage: r = "default",
|
|
7765
7769
|
titleGradient: i = !1
|
|
7766
|
-
} = e, { SHOW_TAG_BY_SECTION: o, SUB_PUBLICATION_PREFIX_IN_ROUTES: c } =
|
|
7770
|
+
} = e, { SHOW_TAG_BY_SECTION: o, SUB_PUBLICATION_PREFIX_IN_ROUTES: c } = q(), u = () => {
|
|
7767
7771
|
if (o && e.keywords?.tags?.length && e.keywords.tags.length > 0) {
|
|
7768
7772
|
const l = e.keywords.tags[0], d = l.name;
|
|
7769
7773
|
return l.approved ? /* @__PURE__ */ n("h3", { children: /* @__PURE__ */ n(
|
|
7770
|
-
|
|
7774
|
+
O,
|
|
7771
7775
|
{
|
|
7772
7776
|
"aria-label": d,
|
|
7773
7777
|
block_subPublication: c?.tema,
|
|
@@ -7778,7 +7782,7 @@ const hu = (e) => {
|
|
|
7778
7782
|
) }) : /* @__PURE__ */ n("div", { className: "sass-com-sc2-sectionDescription", children: d });
|
|
7779
7783
|
} else if (e.info?.section?.url)
|
|
7780
7784
|
return /* @__PURE__ */ n("h3", { children: /* @__PURE__ */ n(
|
|
7781
|
-
|
|
7785
|
+
O,
|
|
7782
7786
|
{
|
|
7783
7787
|
className: "sass-com-sc2-sectionDescription",
|
|
7784
7788
|
href: e?.info?.link?.url,
|
|
@@ -7790,7 +7794,7 @@ const hu = (e) => {
|
|
|
7790
7794
|
};
|
|
7791
7795
|
return /* @__PURE__ */ p("section", { className: "sass-com-sc2-content", children: [
|
|
7792
7796
|
/* @__PURE__ */ n(
|
|
7793
|
-
|
|
7797
|
+
O,
|
|
7794
7798
|
{
|
|
7795
7799
|
title: a?.title?.section,
|
|
7796
7800
|
href: s.link.url,
|
|
@@ -7813,7 +7817,7 @@ const hu = (e) => {
|
|
|
7813
7817
|
children: [
|
|
7814
7818
|
/* @__PURE__ */ n(u, {}),
|
|
7815
7819
|
/* @__PURE__ */ n("h2", { className: "sass-com-sc2-articule", children: /* @__PURE__ */ n(
|
|
7816
|
-
|
|
7820
|
+
O,
|
|
7817
7821
|
{
|
|
7818
7822
|
className: "sass-com-sc2-linkStyled",
|
|
7819
7823
|
href: e?.info?.link?.url,
|
|
@@ -7840,7 +7844,7 @@ const hu = (e) => {
|
|
|
7840
7844
|
/* @__PURE__ */ n(t, {}),
|
|
7841
7845
|
/* @__PURE__ */ n("p", { className: "sass-com-err-title", children: e.title }),
|
|
7842
7846
|
/* @__PURE__ */ n("p", { className: "sass-com-err-description", children: e.description }),
|
|
7843
|
-
/* @__PURE__ */ n(
|
|
7847
|
+
/* @__PURE__ */ n(O, { className: "sass-com-err-linkStyled su-no-underline su-flex-center", href: "/", children: e.buttonText ?? "Inicio" })
|
|
7844
7848
|
] })
|
|
7845
7849
|
] });
|
|
7846
7850
|
}, pu = (e) => /* @__PURE__ */ p("div", { className: "sass-com-cin-content", children: [
|
|
@@ -7869,7 +7873,7 @@ const hu = (e) => {
|
|
|
7869
7873
|
/* @__PURE__ */ p("div", { className: "sass-com-lbh-textBox", children: [
|
|
7870
7874
|
/* @__PURE__ */ p("div", { className: "sass-com-lbh-contentBox", children: [
|
|
7871
7875
|
e?.info?.section && /* @__PURE__ */ n(
|
|
7872
|
-
|
|
7876
|
+
O,
|
|
7873
7877
|
{
|
|
7874
7878
|
className: "sass-com-lbh-sectionDescription",
|
|
7875
7879
|
href: e?.info?.section?.url,
|
|
@@ -7895,10 +7899,10 @@ const hu = (e) => {
|
|
|
7895
7899
|
)
|
|
7896
7900
|
] })
|
|
7897
7901
|
] }) }), Ko = (e) => /* @__PURE__ */ n("section", { className: "sass-com-tl-content sass-liveblog-time-line", children: e.itemList[0]?.list.items.map((t, s) => /* @__PURE__ */ p("div", { className: "sass-com-tl-contentLine", children: [
|
|
7898
|
-
/* @__PURE__ */ n(
|
|
7902
|
+
/* @__PURE__ */ n(O, { className: "sass-com-tl-dateLink", href: `#item-${s + 1}`, children: ir(t.date) }),
|
|
7899
7903
|
/* @__PURE__ */ n("div", { className: "sass-com-tl-contentText", children: (e.itemList[0]?.list.integrated, t.title) })
|
|
7900
7904
|
] }, s)) }), ya = (e) => {
|
|
7901
|
-
const { PUBLIC_ENV: t } =
|
|
7905
|
+
const { PUBLIC_ENV: t } = q(), s = oe("/linkedin-black.svg");
|
|
7902
7906
|
return t !== "" && !e.forceSVG ? /* @__PURE__ */ n("img", { fetchPriority: "low", loading: "lazy", src: s, alt: "", ...e }) : /* @__PURE__ */ n(
|
|
7903
7907
|
"svg",
|
|
7904
7908
|
{
|
|
@@ -8265,10 +8269,10 @@ const hu = (e) => {
|
|
|
8265
8269
|
"data-after": `${a}`,
|
|
8266
8270
|
children: [
|
|
8267
8271
|
/* @__PURE__ */ n("hr", { className: "sass-com-sec-startLine" }),
|
|
8268
|
-
e.titleUrl ? /* @__PURE__ */ n(
|
|
8272
|
+
e.titleUrl ? /* @__PURE__ */ n(O, { href: e.titleUrl, children: r }) : r,
|
|
8269
8273
|
/* @__PURE__ */ n("hr", { className: "sass-com-sec-line" }),
|
|
8270
8274
|
e.titleUrl && /* @__PURE__ */ n(
|
|
8271
|
-
|
|
8275
|
+
O,
|
|
8272
8276
|
{
|
|
8273
8277
|
className: "sass-com-sec-readMore",
|
|
8274
8278
|
href: e.titleUrl?.toString() ?? ""
|
|
@@ -8335,7 +8339,7 @@ const hu = (e) => {
|
|
|
8335
8339
|
/* @__PURE__ */ n("input", { type: "checkbox", id: s, style: { display: "none" } }),
|
|
8336
8340
|
/* @__PURE__ */ n("h3", { className: "sass-com-sb-accordionHeading", children: a ? /* @__PURE__ */ p("label", { className: "sass-com-sb-accordionSummeryStyled", htmlFor: s, children: [
|
|
8337
8341
|
e.link ? /* @__PURE__ */ n(
|
|
8338
|
-
|
|
8342
|
+
O,
|
|
8339
8343
|
{
|
|
8340
8344
|
block_subPublication: !0,
|
|
8341
8345
|
className: "sass-com-sb-linkStyled",
|
|
@@ -8346,7 +8350,7 @@ const hu = (e) => {
|
|
|
8346
8350
|
) : /* @__PURE__ */ n("div", { children: e.description }),
|
|
8347
8351
|
/* @__PURE__ */ n(Ut, { width: 13, height: 13, fill: "var(--side-bar-arrow-color)" })
|
|
8348
8352
|
] }) : /* @__PURE__ */ n(
|
|
8349
|
-
|
|
8353
|
+
O,
|
|
8350
8354
|
{
|
|
8351
8355
|
block_subPublication: !0,
|
|
8352
8356
|
className: "sass-com-sb-linkStyled",
|
|
@@ -8361,7 +8365,7 @@ const hu = (e) => {
|
|
|
8361
8365
|
className: "sass-com-sb-accordionDetailsStyled",
|
|
8362
8366
|
style: { "--max-height": `${e.subitem.length * 45}px` },
|
|
8363
8367
|
children: e.subitem.map((r, i) => /* @__PURE__ */ n(
|
|
8364
|
-
|
|
8368
|
+
O,
|
|
8365
8369
|
{
|
|
8366
8370
|
block_subPublication: !0,
|
|
8367
8371
|
className: "sass-com-sb-subLinkStyled",
|
|
@@ -8399,7 +8403,7 @@ const hu = (e) => {
|
|
|
8399
8403
|
searchLink: i,
|
|
8400
8404
|
custom_styles: o = {}
|
|
8401
8405
|
}) => {
|
|
8402
|
-
const { PUBLIC_SERVICE_PREFIX: c, PUBLIC_IS_SUB_PUBLICATION: u, SUB_PUBLICATION_PREFIX_IN_ROUTES: l } =
|
|
8406
|
+
const { PUBLIC_SERVICE_PREFIX: c, PUBLIC_IS_SUB_PUBLICATION: u, SUB_PUBLICATION_PREFIX_IN_ROUTES: l } = q(), d = l?.buscar && c !== "false" && u !== "false" ? `/${c}` : "";
|
|
8403
8407
|
return /* @__PURE__ */ p(
|
|
8404
8408
|
"aside",
|
|
8405
8409
|
{
|
|
@@ -8430,7 +8434,7 @@ const hu = (e) => {
|
|
|
8430
8434
|
);
|
|
8431
8435
|
}, Ca = (e) => /* @__PURE__ */ n("svg", { width: "27", height: "18", viewBox: "0 0 27 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e, children: /* @__PURE__ */ n("path", { d: "M1.5 18H25.5C26.325 18 27 17.325 27 16.5C27 15.675 26.325 15 25.5 15H1.5C0.675 15 0 15.675 0 16.5C0 17.325 0.675 18 1.5 18ZM1.5 10.5H25.5C26.325 10.5 27 9.825 27 9C27 8.175 26.325 7.5 25.5 7.5H1.5C0.675 7.5 0 8.175 0 9C0 9.825 0.675 10.5 1.5 10.5ZM0 1.5C0 2.325 0.675 3 1.5 3H25.5C26.325 3 27 2.325 27 1.5C27 0.675 26.325 0 25.5 0H1.5C0.675 0 0 0.675 0 1.5Z", fill: e.color }) }), Na = (e) => {
|
|
8432
8436
|
const { alertZone: t, id: s = "close-alert" } = e, a = () => /* @__PURE__ */ n(
|
|
8433
|
-
|
|
8437
|
+
O,
|
|
8434
8438
|
{
|
|
8435
8439
|
className: "sass-com-hlm-headLine",
|
|
8436
8440
|
href: t?.data[0]?.info.link.url,
|
|
@@ -8476,7 +8480,7 @@ const hu = (e) => {
|
|
|
8476
8480
|
Array.isArray(t) && /* @__PURE__ */ p("div", { className: "sass-com-htape-tabs header-page-tape-content", children: [
|
|
8477
8481
|
s !== "" && /* @__PURE__ */ n("p", { className: "sass-com-htape-title", children: `${s}` }),
|
|
8478
8482
|
t && t[i] && /* @__PURE__ */ n(
|
|
8479
|
-
|
|
8483
|
+
O,
|
|
8480
8484
|
{
|
|
8481
8485
|
block_subPublication: !0,
|
|
8482
8486
|
className: "sass-com-htape-linkStyled",
|
|
@@ -8493,7 +8497,7 @@ const hu = (e) => {
|
|
|
8493
8497
|
t && t.map((o, c) => {
|
|
8494
8498
|
if (c !== i)
|
|
8495
8499
|
return /* @__PURE__ */ n(
|
|
8496
|
-
|
|
8500
|
+
O,
|
|
8497
8501
|
{
|
|
8498
8502
|
block_subPublication: !0,
|
|
8499
8503
|
className: "sass-com-htape-linkStyled",
|
|
@@ -8527,7 +8531,7 @@ const hu = (e) => {
|
|
|
8527
8531
|
)) })
|
|
8528
8532
|
] });
|
|
8529
8533
|
}, ac = (e) => {
|
|
8530
|
-
const { alertZone: t, custom_styles: s = {} } = e, { SUB_PUBLICATION_PREFIX_IN_ROUTES: a } =
|
|
8534
|
+
const { alertZone: t, custom_styles: s = {} } = e, { SUB_PUBLICATION_PREFIX_IN_ROUTES: a } = q();
|
|
8531
8535
|
return /* @__PURE__ */ p("header", { className: "sass-com-h1sk-headerStyled", style: s, id: "saas-header-sticky", children: [
|
|
8532
8536
|
e.socialIcons && e.headerTape?.sticky && /* @__PURE__ */ n(
|
|
8533
8537
|
Sa,
|
|
@@ -8561,7 +8565,7 @@ const hu = (e) => {
|
|
|
8561
8565
|
),
|
|
8562
8566
|
/* @__PURE__ */ p("div", { className: "sass-com-h1sk-iconContent", children: [
|
|
8563
8567
|
/* @__PURE__ */ n(
|
|
8564
|
-
|
|
8568
|
+
O,
|
|
8565
8569
|
{
|
|
8566
8570
|
href: "/",
|
|
8567
8571
|
"aria-label": "Home",
|
|
@@ -8575,7 +8579,7 @@ const hu = (e) => {
|
|
|
8575
8579
|
}
|
|
8576
8580
|
),
|
|
8577
8581
|
e.mobileIcon ? /* @__PURE__ */ n(
|
|
8578
|
-
|
|
8582
|
+
O,
|
|
8579
8583
|
{
|
|
8580
8584
|
href: "/",
|
|
8581
8585
|
"aria-label": "Home",
|
|
@@ -8592,7 +8596,7 @@ const hu = (e) => {
|
|
|
8592
8596
|
!e.showAlertPop && t?.data && /* @__PURE__ */ p("div", { className: "sass-com-h1sk-headLineContent", children: [
|
|
8593
8597
|
/* @__PURE__ */ n("div", { className: "sass-com-h1sk-headLineTitle headLineTitle", children: t.entity.description ? `${t.entity.description}` : "" }),
|
|
8594
8598
|
/* @__PURE__ */ n(
|
|
8595
|
-
|
|
8599
|
+
O,
|
|
8596
8600
|
{
|
|
8597
8601
|
className: "sass-com-h1sk-headLine",
|
|
8598
8602
|
href: t.data[0]?.info.link.url,
|
|
@@ -8613,7 +8617,7 @@ const hu = (e) => {
|
|
|
8613
8617
|
].join(" "),
|
|
8614
8618
|
children: [
|
|
8615
8619
|
/* @__PURE__ */ n(
|
|
8616
|
-
|
|
8620
|
+
O,
|
|
8617
8621
|
{
|
|
8618
8622
|
block_subPublication: a?.buscar,
|
|
8619
8623
|
href: e.searchLink ? e.searchLink : "/buscar",
|
|
@@ -8640,7 +8644,7 @@ const hu = (e) => {
|
|
|
8640
8644
|
const { items: t } = e;
|
|
8641
8645
|
return /* @__PURE__ */ n("ul", { className: "sass-com-mopt-ul", children: t.map((s, a) => /* @__PURE__ */ p("li", { className: "sass-com-mopt-liBefore sass-com-mopt-li", children: [
|
|
8642
8646
|
s.link ? /* @__PURE__ */ p(
|
|
8643
|
-
|
|
8647
|
+
O,
|
|
8644
8648
|
{
|
|
8645
8649
|
block_subPublication: !0,
|
|
8646
8650
|
"aria-label": s.description,
|
|
@@ -8657,7 +8661,7 @@ const hu = (e) => {
|
|
|
8657
8661
|
Array.isArray(s.subitem) && /* @__PURE__ */ n(Ut, {})
|
|
8658
8662
|
] }),
|
|
8659
8663
|
Array.isArray(s.subitem) && /* @__PURE__ */ n("ul", { className: "sass-com-mopt-ulContent", children: /* @__PURE__ */ n("div", { className: "sass-com-mopt-contentModal", children: s.subitem.map((r, i) => /* @__PURE__ */ n("li", { className: "sass-com-mopt-li", children: /* @__PURE__ */ n(
|
|
8660
|
-
|
|
8664
|
+
O,
|
|
8661
8665
|
{
|
|
8662
8666
|
block_subPublication: !0,
|
|
8663
8667
|
className: "sass-com-mopt-itemLink",
|
|
@@ -8669,7 +8673,7 @@ const hu = (e) => {
|
|
|
8669
8673
|
) }, i)) }) })
|
|
8670
8674
|
] }, a)) });
|
|
8671
8675
|
}, ic = (e) => {
|
|
8672
|
-
const { menu: t, alertZone: s, custom_styles: a = {}, prerender_classes: r } = e, { SUB_PUBLICATION_PREFIX_IN_ROUTES: i } =
|
|
8676
|
+
const { menu: t, alertZone: s, custom_styles: a = {}, prerender_classes: r } = e, { SUB_PUBLICATION_PREFIX_IN_ROUTES: i } = q();
|
|
8673
8677
|
return /* @__PURE__ */ p(
|
|
8674
8678
|
"header",
|
|
8675
8679
|
{
|
|
@@ -8726,7 +8730,7 @@ const hu = (e) => {
|
|
|
8726
8730
|
)
|
|
8727
8731
|
}
|
|
8728
8732
|
),
|
|
8729
|
-
/* @__PURE__ */ n("div", { className: "sass-com-h1st-logoContent", children: /* @__PURE__ */ n(
|
|
8733
|
+
/* @__PURE__ */ n("div", { className: "sass-com-h1st-logoContent", children: /* @__PURE__ */ n(O, { href: "/", "aria-label": "Home", className: "header-logo-link", children: le.createElement(
|
|
8730
8734
|
"span",
|
|
8731
8735
|
{ className: "sass-com-h1st-logoStyled" },
|
|
8732
8736
|
e.icon
|
|
@@ -8737,7 +8741,7 @@ const hu = (e) => {
|
|
|
8737
8741
|
className: "sass-com-h1st-buttonSection sass-header-right-button-section",
|
|
8738
8742
|
children: [
|
|
8739
8743
|
/* @__PURE__ */ n(
|
|
8740
|
-
|
|
8744
|
+
O,
|
|
8741
8745
|
{
|
|
8742
8746
|
block_subPublication: i?.buscar,
|
|
8743
8747
|
href: e.searchLink ? e.searchLink : "/buscar",
|
|
@@ -8753,7 +8757,7 @@ const hu = (e) => {
|
|
|
8753
8757
|
!e.showAlertPop && s?.data ? /* @__PURE__ */ p("div", { className: "sass-com-h1st-headLineContent", children: [
|
|
8754
8758
|
/* @__PURE__ */ n("p", { className: "sass-com-h1st-headLineTitle headLineTitle", children: s.entity.description ? `${s.entity.description}` : "" }),
|
|
8755
8759
|
/* @__PURE__ */ n(
|
|
8756
|
-
|
|
8760
|
+
O,
|
|
8757
8761
|
{
|
|
8758
8762
|
className: `sass-com-h1st-headLine ${r?.alert}`,
|
|
8759
8763
|
href: s.data[0]?.info.link.url,
|
|
@@ -8823,11 +8827,11 @@ const hu = (e) => {
|
|
|
8823
8827
|
)
|
|
8824
8828
|
] });
|
|
8825
8829
|
}, oc = (e) => {
|
|
8826
|
-
const { SUB_PUBLICATION_PREFIX_IN_ROUTES: t } =
|
|
8830
|
+
const { SUB_PUBLICATION_PREFIX_IN_ROUTES: t } = q();
|
|
8827
8831
|
return e?.tags && e?.tags?.length > 0 && /* @__PURE__ */ n("section", { className: "sass-com-ts-content", children: Array.isArray(e.tags) && /* @__PURE__ */ p("div", { className: "sass-com-ts-tags", children: [
|
|
8828
8832
|
/* @__PURE__ */ n("p", { className: "sass-com-ts-tagStyled", children: e.title ? e.title : "Tags:" }),
|
|
8829
8833
|
e.tags.map((s, a) => s.approved ? /* @__PURE__ */ n(
|
|
8830
|
-
|
|
8834
|
+
O,
|
|
8831
8835
|
{
|
|
8832
8836
|
block_subPublication: t?.tema,
|
|
8833
8837
|
href: De(s, e.paths),
|
|
@@ -8837,15 +8841,15 @@ const hu = (e) => {
|
|
|
8837
8841
|
) : /* @__PURE__ */ n("div", { className: "sass-com-ts-chipStyled", children: s.name }, a))
|
|
8838
8842
|
] }) });
|
|
8839
8843
|
}, cc = async (e) => {
|
|
8840
|
-
const { autor: t } = e, { SUB_PUBLICATION_PREFIX_IN_ROUTES: s, PUBLIC_SERVICE_PREFIX: a } =
|
|
8844
|
+
const { autor: t } = e, { SUB_PUBLICATION_PREFIX_IN_ROUTES: s, PUBLIC_SERVICE_PREFIX: a } = q(), r = t?.addtional?.USER_SHOWBIO ?? !1, i = t?.info?.name ?? "", o = t?.info?.fullname ?? "", c = t?.info?.image?.sizes?.[0]?.url ?? "", u = t?.addtional?.USER_MIBIO ?? "", l = t?.addtional?.USER_USERFB ?? "", d = t?.addtional?.USER_USERIG ?? "", m = t?.addtional?.USER_USERTWT ?? "", h = t?.addtional?.USER_USERLIN ?? "", A = a ? `/${a}/${e.paths.autor}/${i}` : `/${e.paths.autor}/${i}`;
|
|
8841
8845
|
return r && !!t && /* @__PURE__ */ n("section", { className: "sass-com-ja2-contentBox", children: /* @__PURE__ */ p("div", { className: "sass-com-ja2-content", children: [
|
|
8842
8846
|
/* @__PURE__ */ p("div", { className: "sass-com-ja2-avatarContent", children: [
|
|
8843
8847
|
/* @__PURE__ */ n(
|
|
8844
|
-
|
|
8848
|
+
O,
|
|
8845
8849
|
{
|
|
8846
8850
|
block_subPublication: s?.autor,
|
|
8847
8851
|
className: "sass-com-ja2-journalistInfo su-no-underline",
|
|
8848
|
-
href:
|
|
8852
|
+
href: A,
|
|
8849
8853
|
children: c ? /* @__PURE__ */ n(
|
|
8850
8854
|
"img",
|
|
8851
8855
|
{
|
|
@@ -8860,11 +8864,11 @@ const hu = (e) => {
|
|
|
8860
8864
|
),
|
|
8861
8865
|
/* @__PURE__ */ p("section", { className: "sass-com-ja2-journalistSection", children: [
|
|
8862
8866
|
/* @__PURE__ */ n("h3", { className: "sass-com-ja2-journalistInfo", children: /* @__PURE__ */ n(
|
|
8863
|
-
|
|
8867
|
+
O,
|
|
8864
8868
|
{
|
|
8865
8869
|
block_subPublication: s?.autor,
|
|
8866
8870
|
className: "su-no-underline",
|
|
8867
|
-
href:
|
|
8871
|
+
href: A,
|
|
8868
8872
|
children: o
|
|
8869
8873
|
}
|
|
8870
8874
|
) }),
|
|
@@ -9176,7 +9180,7 @@ function Su(e) {
|
|
|
9176
9180
|
overImage: m,
|
|
9177
9181
|
isTitle: h,
|
|
9178
9182
|
paths: A
|
|
9179
|
-
} = e, { CONFIG_videoClipUrl: f } =
|
|
9183
|
+
} = e, { CONFIG_videoClipUrl: f } = q(), g = i?.homepreview ?? "imagen", w = () => {
|
|
9180
9184
|
const b = e.videos?.[0]?.clip;
|
|
9181
9185
|
return b ? /* @__PURE__ */ n("div", { className: "homeCardVideoClipContainer", children: /* @__PURE__ */ n("video", { autoPlay: !0, loop: !0, muted: !0, playsInline: !0, width: "480", height: "535", children: /* @__PURE__ */ n("source", { src: `${f}${b}`, type: "video/mp4" }) }) }) : null;
|
|
9182
9186
|
}, v = () => {
|
|
@@ -9225,7 +9229,7 @@ function Su(e) {
|
|
|
9225
9229
|
children: I.map((R, Q) => {
|
|
9226
9230
|
const W = R?.url || R?.id || `gallery-${Q}`;
|
|
9227
9231
|
return /* @__PURE__ */ n(
|
|
9228
|
-
|
|
9232
|
+
O,
|
|
9229
9233
|
{
|
|
9230
9234
|
"aria-label": e.main?.title?.section,
|
|
9231
9235
|
className: "homeCardImage",
|
|
@@ -9273,7 +9277,7 @@ function Su(e) {
|
|
|
9273
9277
|
break;
|
|
9274
9278
|
default:
|
|
9275
9279
|
S = /* @__PURE__ */ n(
|
|
9276
|
-
|
|
9280
|
+
O,
|
|
9277
9281
|
{
|
|
9278
9282
|
"aria-label": e?.main?.title?.section,
|
|
9279
9283
|
className: "homeCardImage",
|
|
@@ -9322,7 +9326,7 @@ function Su(e) {
|
|
|
9322
9326
|
);
|
|
9323
9327
|
}
|
|
9324
9328
|
const We = (e) => {
|
|
9325
|
-
const { SHOW_TAG_BY_SECTION: t, SUB_PUBLICATION_PREFIX_IN_ROUTES: s } =
|
|
9329
|
+
const { SHOW_TAG_BY_SECTION: t, SUB_PUBLICATION_PREFIX_IN_ROUTES: s } = q(), a = () => {
|
|
9326
9330
|
if (e?.config?.showtime && e.config?.showauthor)
|
|
9327
9331
|
return `${e?.authors[0]?.fullname} - ${Ue(
|
|
9328
9332
|
e.info?.date?.modified
|
|
@@ -9337,7 +9341,7 @@ const We = (e) => {
|
|
|
9337
9341
|
return o.approved ? /* @__PURE__ */ p("h3", { children: [
|
|
9338
9342
|
" ",
|
|
9339
9343
|
/* @__PURE__ */ n(
|
|
9340
|
-
|
|
9344
|
+
O,
|
|
9341
9345
|
{
|
|
9342
9346
|
"aria-label": c,
|
|
9343
9347
|
className: "sass-bmd-sup-tagmx",
|
|
@@ -9349,7 +9353,7 @@ const We = (e) => {
|
|
|
9349
9353
|
] }) : /* @__PURE__ */ n("div", { className: "sass-bmd-sup-tagmx", children: c });
|
|
9350
9354
|
} else if (e.info?.section?.url)
|
|
9351
9355
|
return /* @__PURE__ */ n("h3", { children: /* @__PURE__ */ n(
|
|
9352
|
-
|
|
9356
|
+
O,
|
|
9353
9357
|
{
|
|
9354
9358
|
className: "sass-bmd-sup-tagmx",
|
|
9355
9359
|
href: e?.info?.section?.url,
|
|
@@ -9361,7 +9365,7 @@ const We = (e) => {
|
|
|
9361
9365
|
if (t && e.keywords?.tags?.length && e.keywords.tags.length > 0) {
|
|
9362
9366
|
const o = e.keywords.tags[0], c = o.name;
|
|
9363
9367
|
return o.approved ? /* @__PURE__ */ n("h3", { children: /* @__PURE__ */ n(
|
|
9364
|
-
|
|
9368
|
+
O,
|
|
9365
9369
|
{
|
|
9366
9370
|
"aria-label": c,
|
|
9367
9371
|
className: "sass-bmd-sup-tag",
|
|
@@ -9371,12 +9375,12 @@ const We = (e) => {
|
|
|
9371
9375
|
}
|
|
9372
9376
|
) }) : /* @__PURE__ */ n("div", { className: "sass-bmd-sup-tag", children: c });
|
|
9373
9377
|
} else if (e.info?.section?.url)
|
|
9374
|
-
return /* @__PURE__ */ n("h3", { children: /* @__PURE__ */ n(
|
|
9378
|
+
return /* @__PURE__ */ n("h3", { children: /* @__PURE__ */ n(O, { className: "sass-bmd-sup-tag", href: e?.info?.section?.url, children: e?.info?.section?.name }) });
|
|
9375
9379
|
return null;
|
|
9376
9380
|
};
|
|
9377
9381
|
return /* @__PURE__ */ p("section", { className: "sass-bmd-sup-content destacado-super-content", children: [
|
|
9378
9382
|
/* @__PURE__ */ n(
|
|
9379
|
-
|
|
9383
|
+
O,
|
|
9380
9384
|
{
|
|
9381
9385
|
className: e.speculationPrerenderClass,
|
|
9382
9386
|
href: e?.info?.link?.url,
|
|
@@ -9416,7 +9420,7 @@ const We = (e) => {
|
|
|
9416
9420
|
children: [
|
|
9417
9421
|
/* @__PURE__ */ n(i, {}),
|
|
9418
9422
|
/* @__PURE__ */ n(
|
|
9419
|
-
|
|
9423
|
+
O,
|
|
9420
9424
|
{
|
|
9421
9425
|
className: "sass-bmd-sup-linkTitle",
|
|
9422
9426
|
href: e?.info?.link?.url,
|
|
@@ -9446,7 +9450,7 @@ const We = (e) => {
|
|
|
9446
9450
|
}
|
|
9447
9451
|
),
|
|
9448
9452
|
e?.config?.showtime && e.config?.showauthor && /* @__PURE__ */ n(J, { children: e.authors[0]?.internaluser ? /* @__PURE__ */ n(
|
|
9449
|
-
|
|
9453
|
+
O,
|
|
9450
9454
|
{
|
|
9451
9455
|
block_subPublication: s?.autor,
|
|
9452
9456
|
href: `/${e.paths?.autor ?? "autor"}/${e?.authors[0]?.name}`,
|
|
@@ -9616,13 +9620,13 @@ const We = (e) => {
|
|
|
9616
9620
|
speculationPrerenderClass: r
|
|
9617
9621
|
}
|
|
9618
9622
|
) }, o)) }), Ea = (e) => {
|
|
9619
|
-
const { SHOW_TAG_BY_SECTION: t, SUB_PUBLICATION_PREFIX_IN_ROUTES: s } =
|
|
9623
|
+
const { SHOW_TAG_BY_SECTION: t, SUB_PUBLICATION_PREFIX_IN_ROUTES: s } = q();
|
|
9620
9624
|
return /* @__PURE__ */ p("div", { className: "sass-com-bh-content", children: [
|
|
9621
9625
|
/* @__PURE__ */ n(() => {
|
|
9622
9626
|
if (t && e.mainNew.keywords?.tags?.length && e.mainNew.keywords.tags.length > 0) {
|
|
9623
9627
|
const r = e.mainNew.keywords.tags[0], i = r.name;
|
|
9624
9628
|
return r.approved ? /* @__PURE__ */ n("h3", { className: "sass-com-bh-section", children: /* @__PURE__ */ n(
|
|
9625
|
-
|
|
9629
|
+
O,
|
|
9626
9630
|
{
|
|
9627
9631
|
"aria-label": i,
|
|
9628
9632
|
className: "sass-com-bh-sectionDescription",
|
|
@@ -9633,7 +9637,7 @@ const We = (e) => {
|
|
|
9633
9637
|
) }) : /* @__PURE__ */ n("div", { className: "sass-com-bh-sectionDescription", children: i });
|
|
9634
9638
|
} else if (e.mainNew.info?.section?.url)
|
|
9635
9639
|
return /* @__PURE__ */ n("h3", { className: "sass-com-bh-section", children: /* @__PURE__ */ n(
|
|
9636
|
-
|
|
9640
|
+
O,
|
|
9637
9641
|
{
|
|
9638
9642
|
className: "sass-com-bh-sectionDescription",
|
|
9639
9643
|
href: e?.mainNew?.info?.section?.url,
|
|
@@ -9643,7 +9647,7 @@ const We = (e) => {
|
|
|
9643
9647
|
return null;
|
|
9644
9648
|
}, {}),
|
|
9645
9649
|
/* @__PURE__ */ n(
|
|
9646
|
-
|
|
9650
|
+
O,
|
|
9647
9651
|
{
|
|
9648
9652
|
className: "sass-com-bh-title",
|
|
9649
9653
|
href: e?.mainNew?.info?.link?.url,
|
|
@@ -9652,7 +9656,7 @@ const We = (e) => {
|
|
|
9652
9656
|
}
|
|
9653
9657
|
),
|
|
9654
9658
|
e?.mainNew?.main?.subtitle?.rendered && /* @__PURE__ */ n("p", { className: "sass-com-bh-subtitle", children: e?.mainNew?.main?.subtitle?.striped }),
|
|
9655
|
-
e.goTo && /* @__PURE__ */ n(
|
|
9659
|
+
e.goTo && /* @__PURE__ */ n(O, { href: e.goTo.url, className: "sass-com-bh-linkStyled", children: e.goTo.description })
|
|
9656
9660
|
] });
|
|
9657
9661
|
}, mc = (e) => {
|
|
9658
9662
|
const { content: t, title: s, isVideo: a } = e;
|
|
@@ -9675,7 +9679,7 @@ const We = (e) => {
|
|
|
9675
9679
|
children: [
|
|
9676
9680
|
/* @__PURE__ */ n(Ea, { mainNew: i, goTo: e.goTo, paths: e.paths }),
|
|
9677
9681
|
/* @__PURE__ */ n(
|
|
9678
|
-
|
|
9682
|
+
O,
|
|
9679
9683
|
{
|
|
9680
9684
|
className: "sass-bd-dn-headerSectionLink",
|
|
9681
9685
|
href: i?.info?.link?.url,
|
|
@@ -9717,7 +9721,7 @@ const We = (e) => {
|
|
|
9717
9721
|
)
|
|
9718
9722
|
] });
|
|
9719
9723
|
}, Tt = async (e) => {
|
|
9720
|
-
const { data: t, autorIcon: s, speculationPrerenderClass: a } = e, { SUB_PUBLICATION_PREFIX_IN_ROUTES: r } =
|
|
9724
|
+
const { data: t, autorIcon: s, speculationPrerenderClass: a } = e, { SUB_PUBLICATION_PREFIX_IN_ROUTES: r } = q(), i = s, o = () => t?.config?.showtime ? `${Ue(t.info?.date?.modified)}` : "", c = /* @__PURE__ */ p("div", { className: "sass-com-oc2-autorContent", children: [
|
|
9721
9725
|
Array.isArray(t?.authors) && Array.isArray(t?.authors[0]?.image?.sizes) && t?.authors[0]?.image?.sizes?.length > 0 ? /* @__PURE__ */ n(
|
|
9722
9726
|
"img",
|
|
9723
9727
|
{
|
|
@@ -9733,7 +9737,7 @@ const We = (e) => {
|
|
|
9733
9737
|
] });
|
|
9734
9738
|
return /* @__PURE__ */ p("div", { className: "sass-com-oc2-content", children: [
|
|
9735
9739
|
t?.authors[0]?.internaluser ? /* @__PURE__ */ n(
|
|
9736
|
-
|
|
9740
|
+
O,
|
|
9737
9741
|
{
|
|
9738
9742
|
block_subPublication: r?.autor,
|
|
9739
9743
|
href: t.authors[0]?.internaluser ? `/${e.paths.autor}/${t?.authors[0]?.name}` : "#",
|
|
@@ -9742,7 +9746,7 @@ const We = (e) => {
|
|
|
9742
9746
|
) : c,
|
|
9743
9747
|
/* @__PURE__ */ p("div", { className: "sass-com-oc2-boxInformationContent", children: [
|
|
9744
9748
|
/* @__PURE__ */ n(
|
|
9745
|
-
|
|
9749
|
+
O,
|
|
9746
9750
|
{
|
|
9747
9751
|
className: a ? `${a} sass-com-oc2-title` : "sass-com-oc2-title",
|
|
9748
9752
|
href: t?.info?.link?.url,
|
|
@@ -10019,7 +10023,7 @@ const Eu = (e) => {
|
|
|
10019
10023
|
}
|
|
10020
10024
|
),
|
|
10021
10025
|
/* @__PURE__ */ n(
|
|
10022
|
-
|
|
10026
|
+
O,
|
|
10023
10027
|
{
|
|
10024
10028
|
className: "sass-bd-dv-headerSectionLink",
|
|
10025
10029
|
href: r?.info?.link.url,
|
|
@@ -10075,7 +10079,7 @@ const Eu = (e) => {
|
|
|
10075
10079
|
},
|
|
10076
10080
|
children: [
|
|
10077
10081
|
/* @__PURE__ */ n(
|
|
10078
|
-
|
|
10082
|
+
O,
|
|
10079
10083
|
{
|
|
10080
10084
|
className: "sass-com-sc6-linkImage",
|
|
10081
10085
|
target: e?.info?.link?.target,
|
|
@@ -10086,7 +10090,7 @@ const Eu = (e) => {
|
|
|
10086
10090
|
),
|
|
10087
10091
|
/* @__PURE__ */ p("div", { className: "sass-com-sc6-textContent", children: [
|
|
10088
10092
|
/* @__PURE__ */ n(
|
|
10089
|
-
|
|
10093
|
+
O,
|
|
10090
10094
|
{
|
|
10091
10095
|
className: "sass-com-sc6-sectionDescription",
|
|
10092
10096
|
target: e?.info?.link?.target,
|
|
@@ -10174,7 +10178,7 @@ const Eu = (e) => {
|
|
|
10174
10178
|
}
|
|
10175
10179
|
) });
|
|
10176
10180
|
}, Cc = async (e) => {
|
|
10177
|
-
const { SUB_PUBLICATION_PREFIX_IN_ROUTES: t } =
|
|
10181
|
+
const { SUB_PUBLICATION_PREFIX_IN_ROUTES: t } = q(), { data: s } = e;
|
|
10178
10182
|
return /* @__PURE__ */ p("div", { className: "sass-com-opt1-content", children: [
|
|
10179
10183
|
Array.isArray(s.authors) && s?.authors[0]?.image ? /* @__PURE__ */ n(
|
|
10180
10184
|
"img",
|
|
@@ -10188,7 +10192,7 @@ const Eu = (e) => {
|
|
|
10188
10192
|
) : /* @__PURE__ */ n("div", { className: "sass-com-opt1-contentIcon", children: e.autorIcon }),
|
|
10189
10193
|
/* @__PURE__ */ p("div", { className: "sass-com-opt1-boxInformation", children: [
|
|
10190
10194
|
/* @__PURE__ */ n("p", { className: "sass-com-opt1-authorName", children: s?.authors[0]?.internaluser ? /* @__PURE__ */ n(
|
|
10191
|
-
|
|
10195
|
+
O,
|
|
10192
10196
|
{
|
|
10193
10197
|
block_subPublication: t?.autor,
|
|
10194
10198
|
href: s.authors[0]?.internaluser ? `/${e.paths.autor}/${s?.authors[0]?.name}` : "#",
|
|
@@ -10196,7 +10200,7 @@ const Eu = (e) => {
|
|
|
10196
10200
|
}
|
|
10197
10201
|
) : s?.authors[0]?.fullname ?? "Redacción" }),
|
|
10198
10202
|
/* @__PURE__ */ n("p", { className: "sass-com-opt1-title", children: /* @__PURE__ */ n(
|
|
10199
|
-
|
|
10203
|
+
O,
|
|
10200
10204
|
{
|
|
10201
10205
|
className: "sass-com-opt1-linkStyled",
|
|
10202
10206
|
href: s?.info?.link?.url,
|
|
@@ -10890,7 +10894,7 @@ const Dc = async ({
|
|
|
10890
10894
|
Telegram: "telegram"
|
|
10891
10895
|
};
|
|
10892
10896
|
function _c({ url: e }) {
|
|
10893
|
-
return e && e !== "" && /* @__PURE__ */ p(
|
|
10897
|
+
return e && e !== "" && /* @__PURE__ */ p(O, { href: e, className: "sass-com-ja3-googleProfileButton", children: [
|
|
10894
10898
|
/* @__PURE__ */ n(
|
|
10895
10899
|
"svg",
|
|
10896
10900
|
{
|
|
@@ -10919,11 +10923,15 @@ const Gc = () => /* @__PURE__ */ p("svg", { xmlns: "http://www.w3.org/2000/svg",
|
|
|
10919
10923
|
/* @__PURE__ */ n("path", { fill: "#4285F4", d: "M35.29 41.41V32H67c.31 1.64.47 3.58.47 5.68 0 7.06-1.93 15.79-8.15 22.01-6.05 6.3-13.78 9.66-24.02 9.66C16.32 69.35.36 53.89.36 34.91.36 15.93 16.32.47 35.3.47c10.5 0 17.98 4.12 23.6 9.49l-6.64 6.64c-4.03-3.78-9.49-6.72-16.97-6.72-13.86 0-24.7 11.17-24.7 25.03 0 13.86 10.84 25.03 24.7 25.03 8.99 0 14.11-3.61 17.39-6.89 2.66-2.66 4.41-6.46 5.1-11.65l-22.49.01z" })
|
|
10920
10924
|
] }), jc = async (e) => {
|
|
10921
10925
|
if (!e.news || !e.news.authors) return null;
|
|
10922
|
-
const { news: t, socials: s, texts: a } = e, {
|
|
10923
|
-
|
|
10924
|
-
|
|
10926
|
+
const { news: t, socials: s, texts: a } = e, {
|
|
10927
|
+
DATE_TIMEZONE: r = "America/Mexico_City",
|
|
10928
|
+
CONFIG_shareOnlyWhatsApp: i,
|
|
10929
|
+
PUBLIC_SERVICE_PREFIX: o
|
|
10930
|
+
} = q(), c = (d) => o ? `/${o}/${e.paths.autor}/${d}` : `/${e.paths.autor}/${d}`, u = t.authors.map(
|
|
10931
|
+
(d) => d.internaluser ? `<a href="${c(d.name)}">${d.fullname}</a>` : d.fullname
|
|
10932
|
+
).join(", "), l = () => t.authors.length === 1 ? "sass-com-ja3-width1Autor" : t.authors.length === 2 ? "sass-com-ja3-width2Autor" : t.authors.length === 3 ? "sass-com-ja3-width3Autor" : "";
|
|
10925
10933
|
return t.config?.showauthor && /* @__PURE__ */ n("div", { className: "sass-com-ja3-content", children: /* @__PURE__ */ p("div", { className: "sass-com-ja3-avatarContent", children: [
|
|
10926
|
-
|
|
10934
|
+
i ? /* @__PURE__ */ p(
|
|
10927
10935
|
"a",
|
|
10928
10936
|
{
|
|
10929
10937
|
className: "sass-com-ja3-whatsappLink",
|
|
@@ -10975,7 +10983,7 @@ const Gc = () => /* @__PURE__ */ p("svg", { xmlns: "http://www.w3.org/2000/svg",
|
|
|
10975
10983
|
/* @__PURE__ */ n(
|
|
10976
10984
|
"div",
|
|
10977
10985
|
{
|
|
10978
|
-
className: `sass-com-ja3-imageContent ${
|
|
10986
|
+
className: `sass-com-ja3-imageContent ${l()}`,
|
|
10979
10987
|
style: {
|
|
10980
10988
|
width: `${t.authors?.length > 2 ? t.authors?.length * 30 : t.authors?.length * 35}px`
|
|
10981
10989
|
},
|
|
@@ -11001,12 +11009,12 @@ const Gc = () => /* @__PURE__ */ p("svg", { xmlns: "http://www.w3.org/2000/svg",
|
|
|
11001
11009
|
)
|
|
11002
11010
|
}
|
|
11003
11011
|
),
|
|
11004
|
-
|
|
11012
|
+
u && /* @__PURE__ */ n(
|
|
11005
11013
|
"div",
|
|
11006
11014
|
{
|
|
11007
11015
|
className: "sass-com-ja3-journalistInfoLink",
|
|
11008
11016
|
dangerouslySetInnerHTML: {
|
|
11009
|
-
__html: `${a.JournalistPrefix} <h3 style="padding:0px;">${
|
|
11017
|
+
__html: `${a.JournalistPrefix} <h3 style="padding:0px;">${u ?? "Redaccion"}${t.config?.showtime && ","}</h3> <time datetime="${Fe(t.info.date.modified, r)}">${t.config?.showtime ? gs(t.info.date.modified) : null}`
|
|
11010
11018
|
}
|
|
11011
11019
|
}
|
|
11012
11020
|
)
|
|
@@ -11183,7 +11191,7 @@ function Wc({ noteShare: e }) {
|
|
|
11183
11191
|
if (!a) return null;
|
|
11184
11192
|
const r = e.variant === "outline" ? a.icon.outline : a.icon.solid, i = a.url(t);
|
|
11185
11193
|
return /* @__PURE__ */ n(
|
|
11186
|
-
|
|
11194
|
+
O,
|
|
11187
11195
|
{
|
|
11188
11196
|
href: i,
|
|
11189
11197
|
target: "_blank",
|
|
@@ -11215,7 +11223,7 @@ function Wc({ noteShare: e }) {
|
|
|
11215
11223
|
children: /* @__PURE__ */ n(ba, {})
|
|
11216
11224
|
}
|
|
11217
11225
|
),
|
|
11218
|
-
e?.googleProfile && e?.googleProfile.likeSocial && e?.googleProfile.url !== "" && /* @__PURE__ */ p(
|
|
11226
|
+
e?.googleProfile && e?.googleProfile.likeSocial && e?.googleProfile.url !== "" && /* @__PURE__ */ p(O, { href: e?.googleProfile.url ?? "", className: "sass-com-ja4-socialActionLink sass-com-ja4-socialActionLinkGoogleMobile", "aria-label": "Follow on Google", children: [
|
|
11219
11227
|
/* @__PURE__ */ n(
|
|
11220
11228
|
"svg",
|
|
11221
11229
|
{
|
|
@@ -11238,17 +11246,18 @@ function Wc({ noteShare: e }) {
|
|
|
11238
11246
|
}
|
|
11239
11247
|
const Yc = async (e) => {
|
|
11240
11248
|
if (!e.news || !e.news.authors) return null;
|
|
11241
|
-
const { news: t, socials: s, texts: a } = e, {
|
|
11242
|
-
|
|
11243
|
-
|
|
11244
|
-
|
|
11245
|
-
|
|
11246
|
-
|
|
11247
|
-
|
|
11249
|
+
const { news: t, socials: s, texts: a } = e, {
|
|
11250
|
+
CONFIG_shareOnlyWhatsApp: r,
|
|
11251
|
+
DATE_TIMEZONE: i = "America/Mexico_City",
|
|
11252
|
+
CONFIG_commentsV2: o,
|
|
11253
|
+
PUBLIC_SERVICE_PREFIX: c
|
|
11254
|
+
} = q(), u = (m) => c ? `/${c}/${e.paths.autor}/${m}` : `/${e.paths.autor}/${m}`, l = t.authors.map(
|
|
11255
|
+
(m) => m.internaluser ? `<a href="${u(m.name)}">${m.fullname}</a>` : m.fullname
|
|
11256
|
+
).join(", "), d = () => t.authors.length === 1 ? "sass-com-ja4-width1Autor" : t.authors.length === 2 ? "sass-com-ja4-width2Autor" : t.authors.length === 3 ? "sass-com-ja4-width3Autor" : "";
|
|
11248
11257
|
return t.config?.showauthor && /* @__PURE__ */ n("div", { className: "sass-com-ja4-content sass-journalist-articule-4", children: /* @__PURE__ */ p("div", { className: "sass-com-ja4-avatarContent", children: [
|
|
11249
11258
|
/* @__PURE__ */ p("div", { className: "sass-com-ja4-socialActionsRow", children: [
|
|
11250
11259
|
/* @__PURE__ */ p("div", { style: { display: "flex", gap: "10px", alignItems: "center" }, children: [
|
|
11251
|
-
|
|
11260
|
+
r && /* @__PURE__ */ p(
|
|
11252
11261
|
"a",
|
|
11253
11262
|
{
|
|
11254
11263
|
className: "sass-com-ja4-socialActionLink",
|
|
@@ -11281,7 +11290,7 @@ const Yc = async (e) => {
|
|
|
11281
11290
|
}
|
|
11282
11291
|
),
|
|
11283
11292
|
e.noteShare?.googleProfile && !e.noteShare?.googleProfile.likeSocial && e.noteShare?.googleProfile.url !== "" && /* @__PURE__ */ p(
|
|
11284
|
-
|
|
11293
|
+
O,
|
|
11285
11294
|
{
|
|
11286
11295
|
href: e.noteShare?.googleProfile.url ?? "",
|
|
11287
11296
|
className: "sass-com-ja4-socialActionLink sass-journalist-articule-google-profile-button",
|
|
@@ -11302,7 +11311,7 @@ const Yc = async (e) => {
|
|
|
11302
11311
|
]
|
|
11303
11312
|
}
|
|
11304
11313
|
),
|
|
11305
|
-
e.noteShare?.customButton && (
|
|
11314
|
+
e.noteShare?.customButton && (o ? /* @__PURE__ */ n(
|
|
11306
11315
|
"a",
|
|
11307
11316
|
{
|
|
11308
11317
|
href: "#comentarios",
|
|
@@ -11336,7 +11345,7 @@ const Yc = async (e) => {
|
|
|
11336
11345
|
/* @__PURE__ */ n(
|
|
11337
11346
|
"div",
|
|
11338
11347
|
{
|
|
11339
|
-
className: `sass-com-ja4-imageContent ${
|
|
11348
|
+
className: `sass-com-ja4-imageContent ${d()}`,
|
|
11340
11349
|
style: {
|
|
11341
11350
|
width: `${t.authors?.length > 2 ? t.authors?.length * 30 : t.authors?.length * 40}px`
|
|
11342
11351
|
},
|
|
@@ -11369,7 +11378,7 @@ const Yc = async (e) => {
|
|
|
11369
11378
|
{
|
|
11370
11379
|
className: "sass-com-ja4-journalistInfoLink",
|
|
11371
11380
|
dangerouslySetInnerHTML: {
|
|
11372
|
-
__html: `${a.JournalistPrefix} <h3 style="padding:0px;">${
|
|
11381
|
+
__html: `${a.JournalistPrefix} <h3 style="padding:0px;">${l ?? "Redaccion"}</h3>`
|
|
11373
11382
|
}
|
|
11374
11383
|
}
|
|
11375
11384
|
)
|
|
@@ -11380,7 +11389,7 @@ const Yc = async (e) => {
|
|
|
11380
11389
|
className: "sass-com-ja4-journalistInfoDate",
|
|
11381
11390
|
dateTime: Fe(
|
|
11382
11391
|
t.info.date.modified,
|
|
11383
|
-
|
|
11392
|
+
i
|
|
11384
11393
|
),
|
|
11385
11394
|
children: gs(t.info.date.modified)
|
|
11386
11395
|
}
|
|
@@ -11397,7 +11406,7 @@ const Yc = async (e) => {
|
|
|
11397
11406
|
/<span\b[^>]*class=["'][^"']*video__title[^"']*["'][^>]*>[\s\S]*?<\/span>/gi,
|
|
11398
11407
|
""
|
|
11399
11408
|
), Zc = async (e) => {
|
|
11400
|
-
const { PUBLIC_IS_OFFLINE: t } =
|
|
11409
|
+
const { PUBLIC_IS_OFFLINE: t } = q();
|
|
11401
11410
|
if (!(t === "true")) {
|
|
11402
11411
|
const l = /<img\b[^>]*\bsrc=["']([^"']+)["']/g, d = [...e.matchAll(l)], m = {};
|
|
11403
11412
|
for (const h of d) {
|
|
@@ -11675,7 +11684,7 @@ async function al(e) {
|
|
|
11675
11684
|
e.texts,
|
|
11676
11685
|
a
|
|
11677
11686
|
), d = await nl(d, u), d = Kc(d), d = Jc(d);
|
|
11678
|
-
const m = t.main.sources ?? [], { NEWS_JOURNALIST_COMPONENT: h, CONFIG_blockDefaultTwitterHydrator: A } =
|
|
11687
|
+
const m = t.main.sources ?? [], { NEWS_JOURNALIST_COMPONENT: h, CONFIG_blockDefaultTwitterHydrator: A } = q(), f = t.config.articlepreview === Me.fotoGaleria && t.hascontent?.hasgalleryimages;
|
|
11679
11688
|
return /* @__PURE__ */ p(J, { children: [
|
|
11680
11689
|
i !== "liveblogs" && e.showHeaderImage ? f ? /* @__PURE__ */ n(
|
|
11681
11690
|
Hc,
|
|
@@ -12954,7 +12963,7 @@ const qu = ({ currentNew: e }) => e && e?.hascontent?.hasembeddedtwitter && /* @
|
|
|
12954
12963
|
style: { order: o },
|
|
12955
12964
|
children: /* @__PURE__ */ p("section", { className: "sass-com-sc1-content", children: [
|
|
12956
12965
|
/* @__PURE__ */ n(
|
|
12957
|
-
|
|
12966
|
+
O,
|
|
12958
12967
|
{
|
|
12959
12968
|
title: c?.title?.section,
|
|
12960
12969
|
href: l?.link?.url ?? "invalidUrl",
|
|
@@ -13012,7 +13021,7 @@ const qu = ({ currentNew: e }) => e && e?.hascontent?.hasembeddedtwitter && /* @
|
|
|
13012
13021
|
const d = r.tags[0], m = d.name;
|
|
13013
13022
|
return /* @__PURE__ */ p("h3", { className: "sass-com-nd-sectionDescriptionContainer", children: [
|
|
13014
13023
|
d.approved ? /* @__PURE__ */ n(
|
|
13015
|
-
|
|
13024
|
+
O,
|
|
13016
13025
|
{
|
|
13017
13026
|
"aria-label": m,
|
|
13018
13027
|
block_subPublication: e.DATE_CONFIG?.SUB_PUBLICATION_PREFIX_IN_ROUTES?.tema,
|
|
@@ -13027,7 +13036,7 @@ const qu = ({ currentNew: e }) => e && e?.hascontent?.hasembeddedtwitter && /* @
|
|
|
13027
13036
|
const d = i.section.name;
|
|
13028
13037
|
return /* @__PURE__ */ p("h3", { className: "sass-com-nd-sectionDescriptionContainer", children: [
|
|
13029
13038
|
/* @__PURE__ */ n(
|
|
13030
|
-
|
|
13039
|
+
O,
|
|
13031
13040
|
{
|
|
13032
13041
|
"aria-label": d,
|
|
13033
13042
|
className: "sass-com-nd-sectionDescription",
|
|
@@ -13041,7 +13050,7 @@ const qu = ({ currentNew: e }) => e && e?.hascontent?.hasembeddedtwitter && /* @
|
|
|
13041
13050
|
return null;
|
|
13042
13051
|
}, {}),
|
|
13043
13052
|
/* @__PURE__ */ n("h2", { className: "sass-com-nd-articule", children: /* @__PURE__ */ n(
|
|
13044
|
-
|
|
13053
|
+
O,
|
|
13045
13054
|
{
|
|
13046
13055
|
className: "sass-com-nd-linkStyled",
|
|
13047
13056
|
style: {
|
|
@@ -13066,7 +13075,7 @@ const qu = ({ currentNew: e }) => e && e?.hascontent?.hasembeddedtwitter && /* @
|
|
|
13066
13075
|
}
|
|
13067
13076
|
),
|
|
13068
13077
|
(e?.config?.showtime || e.config?.showauthor) && c && /* @__PURE__ */ n(J, { children: e.authors?.[0]?.internaluser ? /* @__PURE__ */ n(
|
|
13069
|
-
|
|
13078
|
+
O,
|
|
13070
13079
|
{
|
|
13071
13080
|
block_subPublication: e.DATE_CONFIG?.SUB_PUBLICATION_PREFIX_IN_ROUTES?.autor,
|
|
13072
13081
|
className: "sass-com-nd-correspondentLink",
|
|
@@ -13312,16 +13321,16 @@ var Cn;
|
|
|
13312
13321
|
function Il() {
|
|
13313
13322
|
return Cn || (Cn = 1, process.env.NODE_ENV !== "production" && (function() {
|
|
13314
13323
|
var e = typeof Symbol == "function" && Symbol.for, t = e ? Symbol.for("react.element") : 60103, s = e ? Symbol.for("react.portal") : 60106, a = e ? Symbol.for("react.fragment") : 60107, r = e ? Symbol.for("react.strict_mode") : 60108, i = e ? Symbol.for("react.profiler") : 60114, o = e ? Symbol.for("react.provider") : 60109, c = e ? Symbol.for("react.context") : 60110, u = e ? Symbol.for("react.async_mode") : 60111, l = e ? Symbol.for("react.concurrent_mode") : 60111, d = e ? Symbol.for("react.forward_ref") : 60112, m = e ? Symbol.for("react.suspense") : 60113, h = e ? Symbol.for("react.suspense_list") : 60120, A = e ? Symbol.for("react.memo") : 60115, f = e ? Symbol.for("react.lazy") : 60116, g = e ? Symbol.for("react.block") : 60121, w = e ? Symbol.for("react.fundamental") : 60117, v = e ? Symbol.for("react.responder") : 60118, E = e ? Symbol.for("react.scope") : 60119;
|
|
13315
|
-
function N(
|
|
13316
|
-
return typeof
|
|
13317
|
-
|
|
13324
|
+
function N(B) {
|
|
13325
|
+
return typeof B == "string" || typeof B == "function" || // Note: its typeof might be other than 'symbol' or 'number' if it's a polyfill.
|
|
13326
|
+
B === a || B === l || B === i || B === r || B === m || B === h || typeof B == "object" && B !== null && (B.$$typeof === f || B.$$typeof === A || B.$$typeof === o || B.$$typeof === c || B.$$typeof === d || B.$$typeof === w || B.$$typeof === v || B.$$typeof === E || B.$$typeof === g);
|
|
13318
13327
|
}
|
|
13319
|
-
function S(
|
|
13320
|
-
if (typeof
|
|
13321
|
-
var me =
|
|
13328
|
+
function S(B) {
|
|
13329
|
+
if (typeof B == "object" && B !== null) {
|
|
13330
|
+
var me = B.$$typeof;
|
|
13322
13331
|
switch (me) {
|
|
13323
13332
|
case t:
|
|
13324
|
-
var ct =
|
|
13333
|
+
var ct = B.type;
|
|
13325
13334
|
switch (ct) {
|
|
13326
13335
|
case u:
|
|
13327
13336
|
case l:
|
|
@@ -13349,46 +13358,46 @@ function Il() {
|
|
|
13349
13358
|
}
|
|
13350
13359
|
}
|
|
13351
13360
|
var b = u, I = l, R = c, Q = o, W = t, j = d, L = a, H = f, se = A, M = s, x = i, U = r, D = m, k = !1;
|
|
13352
|
-
function F(
|
|
13353
|
-
return k || (k = !0, console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 17+. Update your code to use ReactIs.isConcurrentMode() instead. It has the exact same API.")), y(
|
|
13361
|
+
function F(B) {
|
|
13362
|
+
return k || (k = !0, console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 17+. Update your code to use ReactIs.isConcurrentMode() instead. It has the exact same API.")), y(B) || S(B) === u;
|
|
13354
13363
|
}
|
|
13355
|
-
function y(
|
|
13356
|
-
return S(
|
|
13364
|
+
function y(B) {
|
|
13365
|
+
return S(B) === l;
|
|
13357
13366
|
}
|
|
13358
|
-
function T(
|
|
13359
|
-
return S(
|
|
13367
|
+
function T(B) {
|
|
13368
|
+
return S(B) === c;
|
|
13360
13369
|
}
|
|
13361
|
-
function B
|
|
13362
|
-
return S(
|
|
13370
|
+
function P(B) {
|
|
13371
|
+
return S(B) === o;
|
|
13363
13372
|
}
|
|
13364
|
-
function G(
|
|
13365
|
-
return typeof
|
|
13373
|
+
function G(B) {
|
|
13374
|
+
return typeof B == "object" && B !== null && B.$$typeof === t;
|
|
13366
13375
|
}
|
|
13367
|
-
function _(
|
|
13368
|
-
return S(
|
|
13376
|
+
function _(B) {
|
|
13377
|
+
return S(B) === d;
|
|
13369
13378
|
}
|
|
13370
|
-
function V(
|
|
13371
|
-
return S(
|
|
13379
|
+
function V(B) {
|
|
13380
|
+
return S(B) === a;
|
|
13372
13381
|
}
|
|
13373
|
-
function z(
|
|
13374
|
-
return S(
|
|
13382
|
+
function z(B) {
|
|
13383
|
+
return S(B) === f;
|
|
13375
13384
|
}
|
|
13376
|
-
function Y(
|
|
13377
|
-
return S(
|
|
13385
|
+
function Y(B) {
|
|
13386
|
+
return S(B) === A;
|
|
13378
13387
|
}
|
|
13379
|
-
function ee(
|
|
13380
|
-
return S(
|
|
13388
|
+
function ee(B) {
|
|
13389
|
+
return S(B) === s;
|
|
13381
13390
|
}
|
|
13382
|
-
function te(
|
|
13383
|
-
return S(
|
|
13391
|
+
function te(B) {
|
|
13392
|
+
return S(B) === i;
|
|
13384
13393
|
}
|
|
13385
|
-
function K(
|
|
13386
|
-
return S(
|
|
13394
|
+
function K(B) {
|
|
13395
|
+
return S(B) === r;
|
|
13387
13396
|
}
|
|
13388
|
-
function ie(
|
|
13389
|
-
return S(
|
|
13397
|
+
function ie(B) {
|
|
13398
|
+
return S(B) === m;
|
|
13390
13399
|
}
|
|
13391
|
-
ae.AsyncMode = b, ae.ConcurrentMode = I, ae.ContextConsumer = R, ae.ContextProvider = Q, ae.Element = W, ae.ForwardRef = j, ae.Fragment = L, ae.Lazy = H, ae.Memo = se, ae.Portal = M, ae.Profiler = x, ae.StrictMode = U, ae.Suspense = D, ae.isAsyncMode = F, ae.isConcurrentMode = y, ae.isContextConsumer = T, ae.isContextProvider =
|
|
13400
|
+
ae.AsyncMode = b, ae.ConcurrentMode = I, ae.ContextConsumer = R, ae.ContextProvider = Q, ae.Element = W, ae.ForwardRef = j, ae.Fragment = L, ae.Lazy = H, ae.Memo = se, ae.Portal = M, ae.Profiler = x, ae.StrictMode = U, ae.Suspense = D, ae.isAsyncMode = F, ae.isConcurrentMode = y, ae.isContextConsumer = T, ae.isContextProvider = P, ae.isElement = G, ae.isForwardRef = _, ae.isFragment = V, ae.isLazy = z, ae.isMemo = Y, ae.isPortal = ee, ae.isProfiler = te, ae.isStrictMode = K, ae.isSuspense = ie, ae.isValidElementType = N, ae.typeOf = S;
|
|
13392
13401
|
})()), ae;
|
|
13393
13402
|
}
|
|
13394
13403
|
var Nn;
|
|
@@ -13555,20 +13564,20 @@ function Rl() {
|
|
|
13555
13564
|
g.prototype = Error.prototype;
|
|
13556
13565
|
function w(y) {
|
|
13557
13566
|
if (process.env.NODE_ENV !== "production")
|
|
13558
|
-
var T = {},
|
|
13567
|
+
var T = {}, P = 0;
|
|
13559
13568
|
function G(V, z, Y, ee, te, K, ie) {
|
|
13560
13569
|
if (ee = ee || h, K = K || Y, ie !== s) {
|
|
13561
13570
|
if (u) {
|
|
13562
|
-
var
|
|
13571
|
+
var B = new Error(
|
|
13563
13572
|
"Calling PropTypes validators directly is not supported by the `prop-types` package. Use `PropTypes.checkPropTypes()` to call them. Read more at http://fb.me/use-check-prop-types"
|
|
13564
13573
|
);
|
|
13565
|
-
throw
|
|
13574
|
+
throw B.name = "Invariant Violation", B;
|
|
13566
13575
|
} else if (process.env.NODE_ENV !== "production" && typeof console < "u") {
|
|
13567
13576
|
var me = ee + ":" + Y;
|
|
13568
13577
|
!T[me] && // Avoid spamming the console because they are often not actionable except for lib authors
|
|
13569
|
-
|
|
13578
|
+
P < 3 && (i(
|
|
13570
13579
|
"You are manually calling a React.PropTypes validation function for the `" + K + "` prop on `" + ee + "`. This is deprecated and will throw in the standalone `prop-types` package. You may be seeing this warning due to a third-party PropTypes library. See https://fb.me/react-warning-dont-call-proptypes for details."
|
|
13571
|
-
), T[me] = !0,
|
|
13580
|
+
), T[me] = !0, P++);
|
|
13572
13581
|
}
|
|
13573
13582
|
}
|
|
13574
13583
|
return z[Y] == null ? V ? z[Y] === null ? new g("The " + te + " `" + K + "` is marked as required " + ("in `" + ee + "`, but its value is `null`.")) : new g("The " + te + " `" + K + "` is marked as required in " + ("`" + ee + "`, but its value is `undefined`.")) : null : y(z, Y, ee, te, K);
|
|
@@ -13577,8 +13586,8 @@ function Rl() {
|
|
|
13577
13586
|
return _.isRequired = G.bind(null, !0), _;
|
|
13578
13587
|
}
|
|
13579
13588
|
function v(y) {
|
|
13580
|
-
function T(
|
|
13581
|
-
var ee =
|
|
13589
|
+
function T(P, G, _, V, z, Y) {
|
|
13590
|
+
var ee = P[G], te = U(ee);
|
|
13582
13591
|
if (te !== y) {
|
|
13583
13592
|
var K = D(ee);
|
|
13584
13593
|
return new g(
|
|
@@ -13594,10 +13603,10 @@ function Rl() {
|
|
|
13594
13603
|
return w(o);
|
|
13595
13604
|
}
|
|
13596
13605
|
function N(y) {
|
|
13597
|
-
function T(
|
|
13606
|
+
function T(P, G, _, V, z) {
|
|
13598
13607
|
if (typeof y != "function")
|
|
13599
13608
|
return new g("Property `" + z + "` of component `" + _ + "` has invalid PropType notation inside arrayOf.");
|
|
13600
|
-
var Y =
|
|
13609
|
+
var Y = P[G];
|
|
13601
13610
|
if (!Array.isArray(Y)) {
|
|
13602
13611
|
var ee = U(Y);
|
|
13603
13612
|
return new g("Invalid " + V + " `" + z + "` of type " + ("`" + ee + "` supplied to `" + _ + "`, expected an array."));
|
|
@@ -13612,8 +13621,8 @@ function Rl() {
|
|
|
13612
13621
|
return w(T);
|
|
13613
13622
|
}
|
|
13614
13623
|
function S() {
|
|
13615
|
-
function y(T,
|
|
13616
|
-
var z = T[
|
|
13624
|
+
function y(T, P, G, _, V) {
|
|
13625
|
+
var z = T[P];
|
|
13617
13626
|
if (!c(z)) {
|
|
13618
13627
|
var Y = U(z);
|
|
13619
13628
|
return new g("Invalid " + _ + " `" + V + "` of type " + ("`" + Y + "` supplied to `" + G + "`, expected a single ReactElement."));
|
|
@@ -13623,8 +13632,8 @@ function Rl() {
|
|
|
13623
13632
|
return w(y);
|
|
13624
13633
|
}
|
|
13625
13634
|
function b() {
|
|
13626
|
-
function y(T,
|
|
13627
|
-
var z = T[
|
|
13635
|
+
function y(T, P, G, _, V) {
|
|
13636
|
+
var z = T[P];
|
|
13628
13637
|
if (!e.isValidElementType(z)) {
|
|
13629
13638
|
var Y = U(z);
|
|
13630
13639
|
return new g("Invalid " + _ + " `" + V + "` of type " + ("`" + Y + "` supplied to `" + G + "`, expected a single ReactElement type."));
|
|
@@ -13634,9 +13643,9 @@ function Rl() {
|
|
|
13634
13643
|
return w(y);
|
|
13635
13644
|
}
|
|
13636
13645
|
function I(y) {
|
|
13637
|
-
function T(
|
|
13638
|
-
if (!(
|
|
13639
|
-
var Y = y.name || h, ee = F(
|
|
13646
|
+
function T(P, G, _, V, z) {
|
|
13647
|
+
if (!(P[G] instanceof y)) {
|
|
13648
|
+
var Y = y.name || h, ee = F(P[G]);
|
|
13640
13649
|
return new g("Invalid " + V + " `" + z + "` of type " + ("`" + ee + "` supplied to `" + _ + "`, expected ") + ("instance of `" + Y + "`."));
|
|
13641
13650
|
}
|
|
13642
13651
|
return null;
|
|
@@ -13648,23 +13657,23 @@ function Rl() {
|
|
|
13648
13657
|
return process.env.NODE_ENV !== "production" && (arguments.length > 1 ? i(
|
|
13649
13658
|
"Invalid arguments supplied to oneOf, expected an array, got " + arguments.length + " arguments. A common mistake is to write oneOf(x, y, z) instead of oneOf([x, y, z])."
|
|
13650
13659
|
) : i("Invalid argument supplied to oneOf, expected an array.")), o;
|
|
13651
|
-
function T(
|
|
13652
|
-
for (var Y =
|
|
13660
|
+
function T(P, G, _, V, z) {
|
|
13661
|
+
for (var Y = P[G], ee = 0; ee < y.length; ee++)
|
|
13653
13662
|
if (f(Y, y[ee]))
|
|
13654
13663
|
return null;
|
|
13655
|
-
var te = JSON.stringify(y, function(ie,
|
|
13656
|
-
var me = D(
|
|
13657
|
-
return me === "symbol" ? String(
|
|
13664
|
+
var te = JSON.stringify(y, function(ie, B) {
|
|
13665
|
+
var me = D(B);
|
|
13666
|
+
return me === "symbol" ? String(B) : B;
|
|
13658
13667
|
});
|
|
13659
13668
|
return new g("Invalid " + V + " `" + z + "` of value `" + String(Y) + "` " + ("supplied to `" + _ + "`, expected one of " + te + "."));
|
|
13660
13669
|
}
|
|
13661
13670
|
return w(T);
|
|
13662
13671
|
}
|
|
13663
13672
|
function Q(y) {
|
|
13664
|
-
function T(
|
|
13673
|
+
function T(P, G, _, V, z) {
|
|
13665
13674
|
if (typeof y != "function")
|
|
13666
13675
|
return new g("Property `" + z + "` of component `" + _ + "` has invalid PropType notation inside objectOf.");
|
|
13667
|
-
var Y =
|
|
13676
|
+
var Y = P[G], ee = U(Y);
|
|
13668
13677
|
if (ee !== "object")
|
|
13669
13678
|
return new g("Invalid " + V + " `" + z + "` of type " + ("`" + ee + "` supplied to `" + _ + "`, expected an object."));
|
|
13670
13679
|
for (var te in Y)
|
|
@@ -13681,18 +13690,18 @@ function Rl() {
|
|
|
13681
13690
|
if (!Array.isArray(y))
|
|
13682
13691
|
return process.env.NODE_ENV !== "production" && i("Invalid argument supplied to oneOfType, expected an instance of array."), o;
|
|
13683
13692
|
for (var T = 0; T < y.length; T++) {
|
|
13684
|
-
var
|
|
13685
|
-
if (typeof
|
|
13693
|
+
var P = y[T];
|
|
13694
|
+
if (typeof P != "function")
|
|
13686
13695
|
return i(
|
|
13687
|
-
"Invalid argument supplied to oneOfType. Expected an array of check functions, but received " + k(
|
|
13696
|
+
"Invalid argument supplied to oneOfType. Expected an array of check functions, but received " + k(P) + " at index " + T + "."
|
|
13688
13697
|
), o;
|
|
13689
13698
|
}
|
|
13690
13699
|
function G(_, V, z, Y, ee) {
|
|
13691
13700
|
for (var te = [], K = 0; K < y.length; K++) {
|
|
13692
|
-
var ie = y[K],
|
|
13693
|
-
if (
|
|
13701
|
+
var ie = y[K], B = ie(_, V, z, Y, ee, s);
|
|
13702
|
+
if (B == null)
|
|
13694
13703
|
return null;
|
|
13695
|
-
|
|
13704
|
+
B.data && a(B.data, "expectedType") && te.push(B.data.expectedType);
|
|
13696
13705
|
}
|
|
13697
13706
|
var me = te.length > 0 ? ", expected one of type [" + te.join(", ") + "]" : "";
|
|
13698
13707
|
return new g("Invalid " + Y + " `" + ee + "` supplied to " + ("`" + z + "`" + me + "."));
|
|
@@ -13700,19 +13709,19 @@ function Rl() {
|
|
|
13700
13709
|
return w(G);
|
|
13701
13710
|
}
|
|
13702
13711
|
function j() {
|
|
13703
|
-
function y(T,
|
|
13704
|
-
return M(T[
|
|
13712
|
+
function y(T, P, G, _, V) {
|
|
13713
|
+
return M(T[P]) ? null : new g("Invalid " + _ + " `" + V + "` supplied to " + ("`" + G + "`, expected a ReactNode."));
|
|
13705
13714
|
}
|
|
13706
13715
|
return w(y);
|
|
13707
13716
|
}
|
|
13708
|
-
function L(y, T,
|
|
13717
|
+
function L(y, T, P, G, _) {
|
|
13709
13718
|
return new g(
|
|
13710
|
-
(y || "React class") + ": " + T + " type `" +
|
|
13719
|
+
(y || "React class") + ": " + T + " type `" + P + "." + G + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + _ + "`."
|
|
13711
13720
|
);
|
|
13712
13721
|
}
|
|
13713
13722
|
function H(y) {
|
|
13714
|
-
function T(
|
|
13715
|
-
var Y =
|
|
13723
|
+
function T(P, G, _, V, z) {
|
|
13724
|
+
var Y = P[G], ee = U(Y);
|
|
13716
13725
|
if (ee !== "object")
|
|
13717
13726
|
return new g("Invalid " + V + " `" + z + "` of type `" + ee + "` " + ("supplied to `" + _ + "`, expected `object`."));
|
|
13718
13727
|
for (var te in y) {
|
|
@@ -13728,23 +13737,23 @@ function Rl() {
|
|
|
13728
13737
|
return w(T);
|
|
13729
13738
|
}
|
|
13730
13739
|
function se(y) {
|
|
13731
|
-
function T(
|
|
13732
|
-
var Y =
|
|
13740
|
+
function T(P, G, _, V, z) {
|
|
13741
|
+
var Y = P[G], ee = U(Y);
|
|
13733
13742
|
if (ee !== "object")
|
|
13734
13743
|
return new g("Invalid " + V + " `" + z + "` of type `" + ee + "` " + ("supplied to `" + _ + "`, expected `object`."));
|
|
13735
|
-
var te = t({},
|
|
13744
|
+
var te = t({}, P[G], y);
|
|
13736
13745
|
for (var K in te) {
|
|
13737
13746
|
var ie = y[K];
|
|
13738
13747
|
if (a(y, K) && typeof ie != "function")
|
|
13739
13748
|
return L(_, V, z, K, D(ie));
|
|
13740
13749
|
if (!ie)
|
|
13741
13750
|
return new g(
|
|
13742
|
-
"Invalid " + V + " `" + z + "` key `" + K + "` supplied to `" + _ + "`.\nBad object: " + JSON.stringify(
|
|
13751
|
+
"Invalid " + V + " `" + z + "` key `" + K + "` supplied to `" + _ + "`.\nBad object: " + JSON.stringify(P[G], null, " ") + `
|
|
13743
13752
|
Valid keys: ` + JSON.stringify(Object.keys(y), null, " ")
|
|
13744
13753
|
);
|
|
13745
|
-
var
|
|
13746
|
-
if (
|
|
13747
|
-
return
|
|
13754
|
+
var B = ie(Y, K, _, V, z + "." + K, s);
|
|
13755
|
+
if (B)
|
|
13756
|
+
return B;
|
|
13748
13757
|
}
|
|
13749
13758
|
return null;
|
|
13750
13759
|
}
|
|
@@ -13765,13 +13774,13 @@ Valid keys: ` + JSON.stringify(Object.keys(y), null, " ")
|
|
|
13765
13774
|
return !0;
|
|
13766
13775
|
var T = m(y);
|
|
13767
13776
|
if (T) {
|
|
13768
|
-
var
|
|
13777
|
+
var P = T.call(y), G;
|
|
13769
13778
|
if (T !== y.entries) {
|
|
13770
|
-
for (; !(G =
|
|
13779
|
+
for (; !(G = P.next()).done; )
|
|
13771
13780
|
if (!M(G.value))
|
|
13772
13781
|
return !1;
|
|
13773
13782
|
} else
|
|
13774
|
-
for (; !(G =
|
|
13783
|
+
for (; !(G = P.next()).done; ) {
|
|
13775
13784
|
var _ = G.value;
|
|
13776
13785
|
if (_ && !M(_[1]))
|
|
13777
13786
|
return !1;
|
|
@@ -15915,7 +15924,7 @@ const Bn = {
|
|
|
15915
15924
|
config: s,
|
|
15916
15925
|
banners: a
|
|
15917
15926
|
}) => {
|
|
15918
|
-
const { PUBLIC_ENV: r } =
|
|
15927
|
+
const { PUBLIC_ENV: r } = q();
|
|
15919
15928
|
if (r !== "local") return null;
|
|
15920
15929
|
const i = e?.news?.data || [], o = (c, u) => ({
|
|
15921
15930
|
...e?.news,
|
|
@@ -16002,7 +16011,7 @@ export {
|
|
|
16002
16011
|
cc as JournalistArticule2,
|
|
16003
16012
|
lc as JournalistGroup,
|
|
16004
16013
|
$o as LayoutNewsComponent,
|
|
16005
|
-
|
|
16014
|
+
O as LinkComponent,
|
|
16006
16015
|
Yo as LiveBlogHeader,
|
|
16007
16016
|
cu as Location,
|
|
16008
16017
|
Bu as LoginForm,
|
|
@@ -16079,7 +16088,7 @@ export {
|
|
|
16079
16088
|
ru as generalGetData,
|
|
16080
16089
|
qa as getCaptchaToken,
|
|
16081
16090
|
Kl as getComments,
|
|
16082
|
-
|
|
16091
|
+
q as getConfig,
|
|
16083
16092
|
au as getDynamicSlots,
|
|
16084
16093
|
st as getEnvironmentUrl,
|
|
16085
16094
|
Td as getEnvironmentUrlFront,
|