sass-template-common 0.2.89 → 0.2.91
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -55,7 +55,7 @@ let sa = {
|
|
|
55
55
|
SHOW_NEWS_MORE_NEWS: !0,
|
|
56
56
|
SHOW_NEWS_RELATED_NEWS: !0
|
|
57
57
|
};
|
|
58
|
-
function
|
|
58
|
+
function k9(e = {}) {
|
|
59
59
|
sa = { ...sa, ...e };
|
|
60
60
|
}
|
|
61
61
|
function Y() {
|
|
@@ -216,8 +216,8 @@ function js() {
|
|
|
216
216
|
if (typeof T == "string" && !/Z$/i.test(T)) {
|
|
217
217
|
var y = T.match(w);
|
|
218
218
|
if (y) {
|
|
219
|
-
var S = y[2] - 1 || 0,
|
|
220
|
-
return z ? new Date(Date.UTC(y[1], S, y[3] || 1, y[4] || 0, y[5] || 0, y[6] || 0,
|
|
219
|
+
var S = y[2] - 1 || 0, R = (y[7] || "0").substring(0, 3);
|
|
220
|
+
return z ? new Date(Date.UTC(y[1], S, y[3] || 1, y[4] || 0, y[5] || 0, y[6] || 0, R)) : new Date(y[1], S, y[3] || 1, y[4] || 0, y[5] || 0, y[6] || 0, R);
|
|
221
221
|
}
|
|
222
222
|
}
|
|
223
223
|
return new Date(T);
|
|
@@ -246,7 +246,7 @@ function js() {
|
|
|
246
246
|
var T = this, z = !!P.u(D) || D, y = P.p(x), S = function(X, $) {
|
|
247
247
|
var ie = P.w(T.$u ? Date.UTC(T.$y, $, X) : new Date(T.$y, $, X), T);
|
|
248
248
|
return z ? ie : ie.endOf(l);
|
|
249
|
-
},
|
|
249
|
+
}, R = function(X, $) {
|
|
250
250
|
return P.w(T.toDate()[X].apply(T.toDate("s"), (z ? [0, 0, 0, 0] : [23, 59, 59, 999]).slice($)), T);
|
|
251
251
|
}, j = this.$W, B = this.$M, H = this.$D, V = "set" + (this.$u ? "UTC" : "");
|
|
252
252
|
switch (y) {
|
|
@@ -259,24 +259,24 @@ function js() {
|
|
|
259
259
|
return S(z ? H - Z : H + (6 - Z), B);
|
|
260
260
|
case l:
|
|
261
261
|
case g:
|
|
262
|
-
return
|
|
262
|
+
return R(V + "Hours", 0);
|
|
263
263
|
case d:
|
|
264
|
-
return
|
|
264
|
+
return R(V + "Minutes", 1);
|
|
265
265
|
case c:
|
|
266
|
-
return
|
|
266
|
+
return R(V + "Seconds", 2);
|
|
267
267
|
case i:
|
|
268
|
-
return
|
|
268
|
+
return R(V + "Milliseconds", 3);
|
|
269
269
|
default:
|
|
270
270
|
return this.clone();
|
|
271
271
|
}
|
|
272
272
|
}, U.endOf = function(x) {
|
|
273
273
|
return this.startOf(x, !1);
|
|
274
274
|
}, U.$set = function(x, D) {
|
|
275
|
-
var T, z = P.p(x), y = "set" + (this.$u ? "UTC" : ""), S = (T = {}, T[l] = y + "Date", T[g] = y + "Date", T[m] = y + "Month", T[p] = y + "FullYear", T[d] = y + "Hours", T[c] = y + "Minutes", T[i] = y + "Seconds", T[o] = y + "Milliseconds", T)[z],
|
|
275
|
+
var T, z = P.p(x), y = "set" + (this.$u ? "UTC" : ""), S = (T = {}, T[l] = y + "Date", T[g] = y + "Date", T[m] = y + "Month", T[p] = y + "FullYear", T[d] = y + "Hours", T[c] = y + "Minutes", T[i] = y + "Seconds", T[o] = y + "Milliseconds", T)[z], R = z === l ? this.$D + (D - this.$W) : D;
|
|
276
276
|
if (z === m || z === p) {
|
|
277
277
|
var j = this.clone().set(g, 1);
|
|
278
|
-
j.$d[S](
|
|
279
|
-
} else S && this.$d[S](
|
|
278
|
+
j.$d[S](R), j.init(), this.$d = j.set(g, Math.min(this.$D, j.daysInMonth())).$d;
|
|
279
|
+
} else S && this.$d[S](R);
|
|
280
280
|
return this.init(), this;
|
|
281
281
|
}, U.set = function(x, D) {
|
|
282
282
|
return this.clone().$set(x, D);
|
|
@@ -293,24 +293,24 @@ function js() {
|
|
|
293
293
|
if (y === p) return this.set(p, this.$y + x);
|
|
294
294
|
if (y === l) return S(1);
|
|
295
295
|
if (y === u) return S(7);
|
|
296
|
-
var
|
|
296
|
+
var R = (T = {}, T[c] = s, T[d] = r, T[i] = n, T)[y] || 1, j = this.$d.getTime() + x * R;
|
|
297
297
|
return P.w(j, this);
|
|
298
298
|
}, U.subtract = function(x, D) {
|
|
299
299
|
return this.add(-1 * x, D);
|
|
300
300
|
}, U.format = function(x) {
|
|
301
301
|
var D = this, T = this.$locale();
|
|
302
302
|
if (!this.isValid()) return T.invalidDate || A;
|
|
303
|
-
var z = x || "YYYY-MM-DDTHH:mm:ssZ", y = P.z(this), S = this.$H,
|
|
304
|
-
return $ && ($[ie] || $(D, z)) ||
|
|
303
|
+
var z = x || "YYYY-MM-DDTHH:mm:ssZ", y = P.z(this), S = this.$H, R = this.$m, j = this.$M, B = T.weekdays, H = T.months, V = T.meridiem, F = function($, ie, L, ye) {
|
|
304
|
+
return $ && ($[ie] || $(D, z)) || L[ie].slice(0, ye);
|
|
305
305
|
}, Z = function($) {
|
|
306
306
|
return P.s(S % 12 || 12, $, "0");
|
|
307
|
-
}, X = V || function($, ie,
|
|
307
|
+
}, X = V || function($, ie, L) {
|
|
308
308
|
var ye = $ < 12 ? "AM" : "PM";
|
|
309
|
-
return
|
|
309
|
+
return L ? ye.toLowerCase() : ye;
|
|
310
310
|
};
|
|
311
311
|
return z.replace(v, (function($, ie) {
|
|
312
|
-
return ie || (function(
|
|
313
|
-
switch (
|
|
312
|
+
return ie || (function(L) {
|
|
313
|
+
switch (L) {
|
|
314
314
|
case "YY":
|
|
315
315
|
return String(D.$y).slice(-2);
|
|
316
316
|
case "YYYY":
|
|
@@ -344,13 +344,13 @@ function js() {
|
|
|
344
344
|
case "hh":
|
|
345
345
|
return Z(2);
|
|
346
346
|
case "a":
|
|
347
|
-
return X(S,
|
|
347
|
+
return X(S, R, !0);
|
|
348
348
|
case "A":
|
|
349
|
-
return X(S,
|
|
349
|
+
return X(S, R, !1);
|
|
350
350
|
case "m":
|
|
351
|
-
return String(
|
|
351
|
+
return String(R);
|
|
352
352
|
case "mm":
|
|
353
|
-
return P.s(
|
|
353
|
+
return P.s(R, 2, "0");
|
|
354
354
|
case "s":
|
|
355
355
|
return String(D.$s);
|
|
356
356
|
case "ss":
|
|
@@ -366,8 +366,8 @@ function js() {
|
|
|
366
366
|
}, U.utcOffset = function() {
|
|
367
367
|
return 15 * -Math.round(this.$d.getTimezoneOffset() / 15);
|
|
368
368
|
}, U.diff = function(x, D, T) {
|
|
369
|
-
var z, y = this, S = P.p(D),
|
|
370
|
-
return P.m(y,
|
|
369
|
+
var z, y = this, S = P.p(D), R = G(x), j = (R.utcOffset() - this.utcOffset()) * s, B = this - R, H = function() {
|
|
370
|
+
return P.m(y, R);
|
|
371
371
|
};
|
|
372
372
|
switch (S) {
|
|
373
373
|
case p:
|
|
@@ -651,7 +651,7 @@ const Sn = (e) => e === "en" ? "en" : "es", je = (e, t) => {
|
|
|
651
651
|
}, uo = (e) => {
|
|
652
652
|
const { PUBLIC_LNG: t, DATE_TIMEZONE: n } = Y(), s = Sn(t ?? "es");
|
|
653
653
|
return Ie.tz(e, n).locale(s).format("MM/DD/YYYY [•] HH:mm [HS]");
|
|
654
|
-
},
|
|
654
|
+
}, U9 = (e) => {
|
|
655
655
|
const { PUBLIC_LNG: t, DATE_TIMEZONE: n } = Y(), s = Sn(t ?? "es");
|
|
656
656
|
return Ie.tz(e, n).locale(s).format("dddd DD [de] MMMM YYYY");
|
|
657
657
|
}, Qe = (e, t = 136) => e && e.length > t ? `${e.substring(0, t)}...` : e;
|
|
@@ -705,7 +705,7 @@ const Mt = (e, t, n, s) => ({
|
|
|
705
705
|
tags: []
|
|
706
706
|
}
|
|
707
707
|
});
|
|
708
|
-
function
|
|
708
|
+
function q9(e) {
|
|
709
709
|
if (!e || !e.body || !e.body.rendered) return [];
|
|
710
710
|
const t = e?.body?.rendered, n = [], s = t.match(
|
|
711
711
|
/<div[^>]*class=["'][^"']*ck-related-news[^"']*["'][^>]*>[\s\S]*?<\/div>/gi
|
|
@@ -722,7 +722,7 @@ function I9(e) {
|
|
|
722
722
|
}
|
|
723
723
|
return n;
|
|
724
724
|
}
|
|
725
|
-
const
|
|
725
|
+
const R9 = async (e, t) => {
|
|
726
726
|
const n = [];
|
|
727
727
|
return e.forEach((o) => {
|
|
728
728
|
o.forEach(async (i) => {
|
|
@@ -984,7 +984,7 @@ const T9 = async (e, t) => {
|
|
|
984
984
|
o > 0 && (s += `/${r}`);
|
|
985
985
|
}), `${s}/page/${n - 1}`;
|
|
986
986
|
};
|
|
987
|
-
function
|
|
987
|
+
function L9(e) {
|
|
988
988
|
const t = e.length;
|
|
989
989
|
return t > 1 && e.charCodeAt(t - 1) === 47 ? e.slice(0, t - 1) : e;
|
|
990
990
|
}
|
|
@@ -1043,7 +1043,7 @@ const vo = () => {
|
|
|
1043
1043
|
]
|
|
1044
1044
|
}
|
|
1045
1045
|
};
|
|
1046
|
-
},
|
|
1046
|
+
}, B9 = (e) => {
|
|
1047
1047
|
let t = "";
|
|
1048
1048
|
if (e.params.news.match(/.*t[0-9]*.html/g)) {
|
|
1049
1049
|
const n = e.params.news.split("-"), s = n[n.length - 1] ?? "", r = s.substring(1, 9), o = s.substring(9, 13);
|
|
@@ -1061,7 +1061,7 @@ const vo = () => {
|
|
|
1061
1061
|
}
|
|
1062
1062
|
return e.config.servicePrefix + t;
|
|
1063
1063
|
};
|
|
1064
|
-
function
|
|
1064
|
+
function O9(e) {
|
|
1065
1065
|
const t = e.split("-"), n = t[t.length - 1]?.split("."), s = n && n[0] ? n[0] : "", r = s.substring(0, 2), o = s.substring(2, 10), i = s.substring(10);
|
|
1066
1066
|
return { path: {
|
|
1067
1067
|
vy: (d) => `/videos/video-youtube/${Ie(o).format(
|
|
@@ -1076,7 +1076,7 @@ function q9(e) {
|
|
|
1076
1076
|
const vt = (e, t) => {
|
|
1077
1077
|
const n = e.name.normalize("NFD").replace(/[\u0300-\u036f]/g, "").replace(/ñ/g, "n").replace(/Ñ/g, "n").replace(/[^\w\s]/gi, "").replaceAll(" ", "-").toLowerCase();
|
|
1078
1078
|
return t.tema ? `/${t.tema}/${n}-t${e.id}` : `/${n}-t${e.id}`;
|
|
1079
|
-
},
|
|
1079
|
+
}, P9 = (e) => {
|
|
1080
1080
|
const { AssetsPrefix: t = "", AssetsPath: n = "src", isDev: s = !1 } = e;
|
|
1081
1081
|
return s ? "src" : t + n;
|
|
1082
1082
|
}, _o = { prerender: [
|
|
@@ -1119,7 +1119,7 @@ const vt = (e, t) => {
|
|
|
1119
1119
|
}) => {
|
|
1120
1120
|
const { PUBLIC_PUBLICATION_ID: r = "" } = Y();
|
|
1121
1121
|
let o = [];
|
|
1122
|
-
const i = n === "/" || n === "/index.html" ? void 0 :
|
|
1122
|
+
const i = n === "/" || n === "/index.html" ? void 0 : Lo(Bo[s]({ pathname: n, config: e })), c = xo[s] ?? void 0, d = {
|
|
1123
1123
|
newstype: e.newsType,
|
|
1124
1124
|
publication: Number(r),
|
|
1125
1125
|
...i && c ? { query: `${c}:('${i}')` } : {}
|
|
@@ -1249,7 +1249,7 @@ const To = async ({
|
|
|
1249
1249
|
} catch (s) {
|
|
1250
1250
|
return console.error("Error fetching video schemas:", s), null;
|
|
1251
1251
|
}
|
|
1252
|
-
},
|
|
1252
|
+
}, Ro = ({ config: e }) => {
|
|
1253
1253
|
const t = `@font-face {
|
|
1254
1254
|
font-family: '${e.fontName}';
|
|
1255
1255
|
font-style: normal;
|
|
@@ -1359,7 +1359,7 @@ const To = async ({
|
|
|
1359
1359
|
"[tag_replace]": "",
|
|
1360
1360
|
"[url_replace]": ""
|
|
1361
1361
|
})
|
|
1362
|
-
},
|
|
1362
|
+
}, Lo = (e) => {
|
|
1363
1363
|
if (e.search("/page/") === -1) return e.replace("/", "");
|
|
1364
1364
|
const t = e.split("/"), n = t.indexOf("page") - 1;
|
|
1365
1365
|
return n < 0 ? e : (t[n] ?? "").replace("/", "");
|
|
@@ -1381,7 +1381,7 @@ const To = async ({
|
|
|
1381
1381
|
}, Kt = (e) => {
|
|
1382
1382
|
const t = e.split("/"), n = t[t.length - 1] ?? "1";
|
|
1383
1383
|
return Number(n) > 0 ? Number(n) : 1;
|
|
1384
|
-
},
|
|
1384
|
+
}, D9 = (e, t = 2) => {
|
|
1385
1385
|
if (!e || e.length === 0) return [];
|
|
1386
1386
|
const n = [];
|
|
1387
1387
|
for (let s = 0; s < t; s++) {
|
|
@@ -1394,7 +1394,7 @@ const To = async ({
|
|
|
1394
1394
|
}
|
|
1395
1395
|
return n;
|
|
1396
1396
|
};
|
|
1397
|
-
class
|
|
1397
|
+
class M9 {
|
|
1398
1398
|
exclude = "keywords,gallery,related,relatedexternal,external,customfields";
|
|
1399
1399
|
config = {};
|
|
1400
1400
|
imgSizes = {};
|
|
@@ -2011,7 +2011,7 @@ self instanceof WorkerGlobalScope && typeof self.importScripts == "function", Ui
|
|
|
2011
2011
|
...qi,
|
|
2012
2012
|
...Ii
|
|
2013
2013
|
};
|
|
2014
|
-
function
|
|
2014
|
+
function Ri(e, t) {
|
|
2015
2015
|
return kn(e, new Ae.classes.URLSearchParams(), {
|
|
2016
2016
|
visitor: function(n, s, r, o) {
|
|
2017
2017
|
return Ae.isNode && C.isBuffer(n) ? (this.append(s, n.toString("base64")), !1) : o.defaultVisitor.apply(this, arguments);
|
|
@@ -2019,7 +2019,7 @@ function Li(e, t) {
|
|
|
2019
2019
|
...t
|
|
2020
2020
|
});
|
|
2021
2021
|
}
|
|
2022
|
-
function
|
|
2022
|
+
function Li(e) {
|
|
2023
2023
|
return C.matchAll(/\w+|\[(\w*)]/g, e).map((t) => t[0] === "[]" ? "" : t[1] || t[0]);
|
|
2024
2024
|
}
|
|
2025
2025
|
function Bi(e) {
|
|
@@ -2041,7 +2041,7 @@ function or(e) {
|
|
|
2041
2041
|
if (C.isFormData(e) && C.isFunction(e.entries)) {
|
|
2042
2042
|
const n = {};
|
|
2043
2043
|
return C.forEachEntry(e, (s, r) => {
|
|
2044
|
-
t(
|
|
2044
|
+
t(Li(s), r, n, 0);
|
|
2045
2045
|
}), n;
|
|
2046
2046
|
}
|
|
2047
2047
|
return null;
|
|
@@ -2072,7 +2072,7 @@ const Vt = {
|
|
|
2072
2072
|
let c;
|
|
2073
2073
|
if (o) {
|
|
2074
2074
|
if (s.indexOf("application/x-www-form-urlencoded") > -1)
|
|
2075
|
-
return
|
|
2075
|
+
return Ri(t, this.formSerializer).toString();
|
|
2076
2076
|
if ((c = C.isFileList(t)) || s.indexOf("multipart/form-data") > -1) {
|
|
2077
2077
|
const d = this.env && this.env.FormData;
|
|
2078
2078
|
return kn(
|
|
@@ -2761,8 +2761,8 @@ const dr = (e) => {
|
|
|
2761
2761
|
method: "POST",
|
|
2762
2762
|
body: v,
|
|
2763
2763
|
duplex: "half"
|
|
2764
|
-
}),
|
|
2765
|
-
if (C.isFormData(v) && (
|
|
2764
|
+
}), R;
|
|
2765
|
+
if (C.isFormData(v) && (R = S.headers.get("content-type")) && Q.setContentType(R), S.body) {
|
|
2766
2766
|
const [j, B] = $a(
|
|
2767
2767
|
U,
|
|
2768
2768
|
yn(Wa(I))
|
|
@@ -2788,8 +2788,8 @@ const dr = (e) => {
|
|
|
2788
2788
|
["status", "statusText", "headers"].forEach((H) => {
|
|
2789
2789
|
S[H] = T[H];
|
|
2790
2790
|
});
|
|
2791
|
-
const
|
|
2792
|
-
|
|
2791
|
+
const R = C.toFiniteNumber(T.headers.get("content-length")), [j, B] = b && $a(
|
|
2792
|
+
R,
|
|
2793
2793
|
yn(Wa(b), !0)
|
|
2794
2794
|
) || [];
|
|
2795
2795
|
T = new s(
|
|
@@ -2801,8 +2801,8 @@ const dr = (e) => {
|
|
|
2801
2801
|
}
|
|
2802
2802
|
q = q || "text";
|
|
2803
2803
|
let y = await m[C.findKey(m, q) || "text"](T, g);
|
|
2804
|
-
return !z && M && M(), await new Promise((S,
|
|
2805
|
-
cr(S,
|
|
2804
|
+
return !z && M && M(), await new Promise((S, R) => {
|
|
2805
|
+
cr(S, R, {
|
|
2806
2806
|
data: y,
|
|
2807
2807
|
headers: Se.from(T.headers),
|
|
2808
2808
|
status: T.status,
|
|
@@ -3267,22 +3267,22 @@ re.getAdapter = mr.getAdapter;
|
|
|
3267
3267
|
re.HttpStatusCode = ca;
|
|
3268
3268
|
re.default = re;
|
|
3269
3269
|
const {
|
|
3270
|
-
Axios:
|
|
3271
|
-
AxiosError:
|
|
3272
|
-
CanceledError:
|
|
3273
|
-
isCancel:
|
|
3274
|
-
CancelToken:
|
|
3275
|
-
VERSION:
|
|
3276
|
-
all:
|
|
3277
|
-
Cancel:
|
|
3278
|
-
isAxiosError:
|
|
3279
|
-
spread:
|
|
3280
|
-
toFormData:
|
|
3281
|
-
AxiosHeaders:
|
|
3282
|
-
HttpStatusCode:
|
|
3283
|
-
formToJSON:
|
|
3284
|
-
getAdapter:
|
|
3285
|
-
mergeConfig:
|
|
3270
|
+
Axios: G9,
|
|
3271
|
+
AxiosError: H9,
|
|
3272
|
+
CanceledError: z9,
|
|
3273
|
+
isCancel: V9,
|
|
3274
|
+
CancelToken: F9,
|
|
3275
|
+
VERSION: $9,
|
|
3276
|
+
all: W9,
|
|
3277
|
+
Cancel: Y9,
|
|
3278
|
+
isAxiosError: K9,
|
|
3279
|
+
spread: J9,
|
|
3280
|
+
toFormData: Z9,
|
|
3281
|
+
AxiosHeaders: X9,
|
|
3282
|
+
HttpStatusCode: e3,
|
|
3283
|
+
formToJSON: t3,
|
|
3284
|
+
getAdapter: n3,
|
|
3285
|
+
mergeConfig: a3
|
|
3286
3286
|
} = re;
|
|
3287
3287
|
class lt {
|
|
3288
3288
|
constructor(t) {
|
|
@@ -3424,7 +3424,7 @@ class uc extends lt {
|
|
|
3424
3424
|
return { blockSass: n.data.data };
|
|
3425
3425
|
};
|
|
3426
3426
|
}
|
|
3427
|
-
class
|
|
3427
|
+
class s3 {
|
|
3428
3428
|
issuuApi = "https://api.issuu.com/v2";
|
|
3429
3429
|
api = void 0;
|
|
3430
3430
|
constructor(t) {
|
|
@@ -3460,7 +3460,7 @@ class e3 {
|
|
|
3460
3460
|
}
|
|
3461
3461
|
}
|
|
3462
3462
|
}
|
|
3463
|
-
const
|
|
3463
|
+
const r3 = async (e, t, n, s, r, o, i) => {
|
|
3464
3464
|
const c = new uc({
|
|
3465
3465
|
config: t,
|
|
3466
3466
|
imgSizes: n,
|
|
@@ -3490,7 +3490,7 @@ const t3 = async (e, t, n, s, r, o, i) => {
|
|
|
3490
3490
|
}, mc = (e) => {
|
|
3491
3491
|
const t = Gs(e);
|
|
3492
3492
|
return t && t.data ? t.data : t;
|
|
3493
|
-
},
|
|
3493
|
+
}, o3 = async (e) => {
|
|
3494
3494
|
const t = await Promise.allSettled(
|
|
3495
3495
|
Object.values(e).map((r) => r.promise)
|
|
3496
3496
|
), n = Object.keys(e), s = {};
|
|
@@ -3789,7 +3789,7 @@ const t3 = async (e, t, n, s, r, o, i) => {
|
|
|
3789
3789
|
}
|
|
3790
3790
|
}
|
|
3791
3791
|
};
|
|
3792
|
-
async function
|
|
3792
|
+
async function i3({
|
|
3793
3793
|
axiosApi: e,
|
|
3794
3794
|
headConfig: t = {
|
|
3795
3795
|
ampConfig: !1,
|
|
@@ -3857,7 +3857,7 @@ async function a3({
|
|
|
3857
3857
|
}
|
|
3858
3858
|
),
|
|
3859
3859
|
t.preloadImages && A && /* @__PURE__ */ a(Qa, { images: A }),
|
|
3860
|
-
/* @__PURE__ */ a(
|
|
3860
|
+
/* @__PURE__ */ a(Ro, { config: h }),
|
|
3861
3861
|
/* @__PURE__ */ a(
|
|
3862
3862
|
zs,
|
|
3863
3863
|
{
|
|
@@ -3905,7 +3905,7 @@ async function a3({
|
|
|
3905
3905
|
_
|
|
3906
3906
|
] });
|
|
3907
3907
|
}
|
|
3908
|
-
const
|
|
3908
|
+
const c3 = ({
|
|
3909
3909
|
children: e,
|
|
3910
3910
|
defaultRouteName: t,
|
|
3911
3911
|
banners: n,
|
|
@@ -3956,7 +3956,7 @@ const s3 = ({
|
|
|
3956
3956
|
), Ac = "_content_19rc1_1", wc = "_location_19rc1_11", ss = {
|
|
3957
3957
|
content: Ac,
|
|
3958
3958
|
location: wc
|
|
3959
|
-
},
|
|
3959
|
+
}, l3 = (e) => /* @__PURE__ */ f("div", { className: ss.content, children: [
|
|
3960
3960
|
/* @__PURE__ */ a(pc, {}),
|
|
3961
3961
|
/* @__PURE__ */ a("p", { className: ss.location, children: e.place })
|
|
3962
3962
|
] }), Ft = ({
|
|
@@ -3978,8 +3978,8 @@ function vc({
|
|
|
3978
3978
|
}) {
|
|
3979
3979
|
const [c, d] = K(!1), [l, u] = K(0), [m, h] = K(0), [p, g] = K(0), [A, w] = K(0), [v, N] = K(null), _ = Ds(null), [E, b] = K(1), I = fe(() => {
|
|
3980
3980
|
if (r) return 1;
|
|
3981
|
-
const y = _.current?.offsetWidth || window.innerWidth, S = n + s,
|
|
3982
|
-
return Math.max(1,
|
|
3981
|
+
const y = _.current?.offsetWidth || window.innerWidth, S = n + s, R = Math.floor(y / S);
|
|
3982
|
+
return Math.max(1, R);
|
|
3983
3983
|
}, [r, n, s]);
|
|
3984
3984
|
Me(() => {
|
|
3985
3985
|
const y = () => {
|
|
@@ -3997,20 +3997,20 @@ function vc({
|
|
|
3997
3997
|
}, [I]), G = fe(
|
|
3998
3998
|
(y, S = 0) => {
|
|
3999
3999
|
if (r) {
|
|
4000
|
-
const
|
|
4001
|
-
return -(y * (100 + s)) + S /
|
|
4000
|
+
const R = _.current?.offsetWidth || window.innerWidth;
|
|
4001
|
+
return -(y * (100 + s)) + S / R * 100;
|
|
4002
4002
|
}
|
|
4003
4003
|
return -(y * (n + s)) + S;
|
|
4004
4004
|
},
|
|
4005
4005
|
[r, n, s]
|
|
4006
4006
|
), P = fe(
|
|
4007
4007
|
(y) => {
|
|
4008
|
-
const S = _.current?.offsetWidth || window.innerWidth,
|
|
4008
|
+
const S = _.current?.offsetWidth || window.innerWidth, R = I(), j = ee();
|
|
4009
4009
|
if (r)
|
|
4010
4010
|
return Math.abs(y) / S * 100 > 30 ? 1 : 0;
|
|
4011
4011
|
{
|
|
4012
4012
|
const B = n + s, H = Math.abs(y) / B;
|
|
4013
|
-
return H >= (
|
|
4013
|
+
return H >= (R === 1 ? 0.2 : 0.3) ? R === 1 ? 1 : Math.min(Math.round(H), j) : 0;
|
|
4014
4014
|
}
|
|
4015
4015
|
},
|
|
4016
4016
|
[r, n, s, I, ee]
|
|
@@ -4022,7 +4022,7 @@ function vc({
|
|
|
4022
4022
|
), ce = fe(
|
|
4023
4023
|
(y) => {
|
|
4024
4024
|
if (!c || !o) return;
|
|
4025
|
-
const S = y - l,
|
|
4025
|
+
const S = y - l, R = (n + s) * 1.2, j = e === 0 && S > 0, B = e === Q && S < 0, H = j || B ? Math.sign(S) * Math.min(Math.abs(S), R) : S;
|
|
4026
4026
|
h(y), g(H);
|
|
4027
4027
|
},
|
|
4028
4028
|
[c, l, o, e, Q, n, s]
|
|
@@ -4034,7 +4034,7 @@ function vc({
|
|
|
4034
4034
|
), U = fe(
|
|
4035
4035
|
(y) => {
|
|
4036
4036
|
if (!c || !o) return;
|
|
4037
|
-
const S = m - l,
|
|
4037
|
+
const S = m - l, R = Date.now() - A, j = Math.abs(S) / Math.max(R, 1), B = P(S), V = j > 0.5 && Math.abs(S) > 50 ? Math.max(B, 1) : B;
|
|
4038
4038
|
if (V > 0)
|
|
4039
4039
|
if (S > 0) {
|
|
4040
4040
|
const F = Math.max(0, e - V);
|
|
@@ -4103,7 +4103,7 @@ function vc({
|
|
|
4103
4103
|
}
|
|
4104
4104
|
};
|
|
4105
4105
|
}
|
|
4106
|
-
function
|
|
4106
|
+
function d3(e) {
|
|
4107
4107
|
const {
|
|
4108
4108
|
children: t,
|
|
4109
4109
|
slot_id: n,
|
|
@@ -4338,15 +4338,15 @@ const Cc = "_content_3olxv_1", _c = {
|
|
|
4338
4338
|
},
|
|
4339
4339
|
n.key
|
|
4340
4340
|
);
|
|
4341
|
-
}, xc = "_boxInformation_9dzet_1", Ic = "_sectionDescriptionContainer_9dzet_9", Tc = "_uppertitle_9dzet_26", kc = "_sectionDescription_9dzet_9", Uc = "_articule_9dzet_80", qc = "_linkStyled_9dzet_94",
|
|
4341
|
+
}, xc = "_boxInformation_9dzet_1", Ic = "_sectionDescriptionContainer_9dzet_9", Tc = "_uppertitle_9dzet_26", kc = "_sectionDescription_9dzet_9", Uc = "_articule_9dzet_80", qc = "_linkStyled_9dzet_94", Rc = "_description_9dzet_105", Lc = "_correspondent_9dzet_133", Bc = "_correspondentLink_9dzet_145", Oc = "_dotStyles_9dzet_157", Pc = "_clipboardButton_9dzet_165", Dc = "_messageButton_9dzet_181", Mc = "_socialNetworkSection_9dzet_185", jc = "_whatsappButton_9dzet_193", se = {
|
|
4342
4342
|
boxInformation: xc,
|
|
4343
4343
|
sectionDescriptionContainer: Ic,
|
|
4344
4344
|
uppertitle: Tc,
|
|
4345
4345
|
sectionDescription: kc,
|
|
4346
4346
|
articule: Uc,
|
|
4347
4347
|
linkStyled: qc,
|
|
4348
|
-
description:
|
|
4349
|
-
correspondent:
|
|
4348
|
+
description: Rc,
|
|
4349
|
+
correspondent: Lc,
|
|
4350
4350
|
correspondentLink: Bc,
|
|
4351
4351
|
dotStyles: Oc,
|
|
4352
4352
|
clipboardButton: Pc,
|
|
@@ -5798,7 +5798,7 @@ const nl = (e) => {
|
|
|
5798
5798
|
]
|
|
5799
5799
|
}
|
|
5800
5800
|
);
|
|
5801
|
-
}, il = "_content_6azvz_1", cl = "_subscribeImage_6azvz_22", ll = "_tag_6azvz_32", dl = "_contentTitle_6azvz_50", ul = "_title_6azvz_55", ml = "_inputStyled_6azvz_72", hl = "_buttonStyled_6azvz_112", fl = "_contentTerms_6azvz_123", gl = "_subscribeText_6azvz_128", pl = "_terms_6azvz_138",
|
|
5801
|
+
}, il = "_content_6azvz_1", cl = "_subscribeImage_6azvz_22", ll = "_tag_6azvz_32", dl = "_contentTitle_6azvz_50", ul = "_title_6azvz_55", ml = "_inputStyled_6azvz_72", hl = "_buttonStyled_6azvz_112", fl = "_contentTerms_6azvz_123", gl = "_subscribeText_6azvz_128", pl = "_terms_6azvz_138", Re = {
|
|
5802
5802
|
content: il,
|
|
5803
5803
|
subscribeImage: cl,
|
|
5804
5804
|
tag: ll,
|
|
@@ -5809,14 +5809,14 @@ const nl = (e) => {
|
|
|
5809
5809
|
contentTerms: fl,
|
|
5810
5810
|
subscribeText: gl,
|
|
5811
5811
|
terms: pl
|
|
5812
|
-
}, Al = (e) => /* @__PURE__ */ f("section", { className: [
|
|
5813
|
-
/* @__PURE__ */ a("div", { className:
|
|
5814
|
-
/* @__PURE__ */ a("div", { className:
|
|
5815
|
-
/* @__PURE__ */ f("div", { className:
|
|
5816
|
-
/* @__PURE__ */ a("p", { className:
|
|
5817
|
-
/* @__PURE__ */ a("p", { className:
|
|
5812
|
+
}, Al = (e) => /* @__PURE__ */ f("section", { className: [Re.content, e.className ?? ""].join(" "), children: [
|
|
5813
|
+
/* @__PURE__ */ a("div", { className: Re.subscribeImage, children: e.image }),
|
|
5814
|
+
/* @__PURE__ */ a("div", { className: Re.tag, children: e.texts.newsletterTag ?? "NEWS" }),
|
|
5815
|
+
/* @__PURE__ */ f("div", { className: Re.contentTitle, children: [
|
|
5816
|
+
/* @__PURE__ */ a("p", { className: Re.title, children: e.title }),
|
|
5817
|
+
/* @__PURE__ */ a("p", { className: Re.subTitle, children: e.sibtitle })
|
|
5818
5818
|
] }),
|
|
5819
|
-
/* @__PURE__ */ a("div", { className:
|
|
5819
|
+
/* @__PURE__ */ a("div", { className: Re.inputStyled, children: /* @__PURE__ */ a(
|
|
5820
5820
|
"input",
|
|
5821
5821
|
{
|
|
5822
5822
|
type: "email",
|
|
@@ -5825,13 +5825,13 @@ const nl = (e) => {
|
|
|
5825
5825
|
}
|
|
5826
5826
|
) }),
|
|
5827
5827
|
/* @__PURE__ */ a("span", { id: "newsletter-message" }),
|
|
5828
|
-
/* @__PURE__ */ a("button", { id: "newsletter-button", className:
|
|
5829
|
-
/* @__PURE__ */ f("div", { className:
|
|
5830
|
-
/* @__PURE__ */ a("p", { className:
|
|
5828
|
+
/* @__PURE__ */ a("button", { id: "newsletter-button", className: Re.buttonStyled, children: e.texts.newsletterButtonText ?? "Suscribirme" }),
|
|
5829
|
+
/* @__PURE__ */ f("div", { className: Re.contentTerms, children: [
|
|
5830
|
+
/* @__PURE__ */ a("p", { className: Re.subscribeText, children: e.texts.newsletterTermsText ?? "Suscribirte implica aceptar los" }),
|
|
5831
5831
|
/* @__PURE__ */ a(
|
|
5832
5832
|
O,
|
|
5833
5833
|
{
|
|
5834
|
-
className:
|
|
5834
|
+
className: Re.terms,
|
|
5835
5835
|
href: e.termsLink,
|
|
5836
5836
|
target: e.termsLinkTarget,
|
|
5837
5837
|
children: e.texts.newsletterTermsAnchor ?? "Términos y condiciones"
|
|
@@ -5942,17 +5942,17 @@ const nl = (e) => {
|
|
|
5942
5942
|
] })
|
|
5943
5943
|
]
|
|
5944
5944
|
}
|
|
5945
|
-
), ql = "_content_qzaly_1",
|
|
5945
|
+
), ql = "_content_qzaly_1", Rl = "_subscribeImage_qzaly_16", Ll = "_contentTitle_qzaly_22", Bl = "_title_qzaly_33", Ol = "_subTitle_qzaly_40", Pl = "_contentTerms_qzaly_60", Dl = "_whatsappLink_qzaly_65", Ml = "_subscribeText_qzaly_82", jl = "_terms_qzaly_92", Ge = {
|
|
5946
5946
|
content: ql,
|
|
5947
|
-
subscribeImage:
|
|
5948
|
-
contentTitle:
|
|
5947
|
+
subscribeImage: Rl,
|
|
5948
|
+
contentTitle: Ll,
|
|
5949
5949
|
title: Bl,
|
|
5950
5950
|
subTitle: Ol,
|
|
5951
5951
|
contentTerms: Pl,
|
|
5952
5952
|
whatsappLink: Dl,
|
|
5953
5953
|
subscribeText: Ml,
|
|
5954
5954
|
terms: jl
|
|
5955
|
-
},
|
|
5955
|
+
}, u3 = (e) => /* @__PURE__ */ f("section", { className: Ge.content, children: [
|
|
5956
5956
|
/* @__PURE__ */ a(Ul, { className: Ge.subscribeImage }),
|
|
5957
5957
|
/* @__PURE__ */ f("div", { className: Ge.contentTitle, children: [
|
|
5958
5958
|
/* @__PURE__ */ a("p", { className: Ge.title, children: "Mantenete Informado" }),
|
|
@@ -6059,7 +6059,7 @@ const nl = (e) => {
|
|
|
6059
6059
|
}
|
|
6060
6060
|
)
|
|
6061
6061
|
}
|
|
6062
|
-
),
|
|
6062
|
+
), Rn = (e) => {
|
|
6063
6063
|
const t = "currentColor";
|
|
6064
6064
|
return /* @__PURE__ */ f(
|
|
6065
6065
|
"svg",
|
|
@@ -6201,7 +6201,7 @@ const nl = (e) => {
|
|
|
6201
6201
|
}
|
|
6202
6202
|
), cd = ["telegram"], xa = {
|
|
6203
6203
|
facebook: (e) => /* @__PURE__ */ a(qn, { ...e }),
|
|
6204
|
-
instagram: (e) => /* @__PURE__ */ a(
|
|
6204
|
+
instagram: (e) => /* @__PURE__ */ a(Rn, { ...e }),
|
|
6205
6205
|
whatsapp: (e) => /* @__PURE__ */ a(od, { ...e }),
|
|
6206
6206
|
tiktok: (e) => /* @__PURE__ */ a(rd, { ...e }),
|
|
6207
6207
|
youtube: (e) => /* @__PURE__ */ a(id, { ...e }),
|
|
@@ -6209,7 +6209,7 @@ const nl = (e) => {
|
|
|
6209
6209
|
gnews: (e) => /* @__PURE__ */ a(nd, { ...e }),
|
|
6210
6210
|
podcast: (e) => /* @__PURE__ */ a(ad, { ...e }),
|
|
6211
6211
|
telegram: (e) => /* @__PURE__ */ a(sd, { ...e })
|
|
6212
|
-
},
|
|
6212
|
+
}, m3 = (e) => {
|
|
6213
6213
|
const { freeZone: t, socials: n, menu: s, customBlock: r } = e;
|
|
6214
6214
|
return /* @__PURE__ */ f("footer", { className: ve.content, children: [
|
|
6215
6215
|
/* @__PURE__ */ f("section", { className: ve.brandContent, children: [
|
|
@@ -6293,7 +6293,7 @@ const nl = (e) => {
|
|
|
6293
6293
|
whatsappLink: kd,
|
|
6294
6294
|
clipboardButton: Ud,
|
|
6295
6295
|
googleProfileButton: qd
|
|
6296
|
-
},
|
|
6296
|
+
}, Rd = (e) => /* @__PURE__ */ a(
|
|
6297
6297
|
"svg",
|
|
6298
6298
|
{
|
|
6299
6299
|
width: "13",
|
|
@@ -6314,7 +6314,7 @@ const nl = (e) => {
|
|
|
6314
6314
|
/* @__PURE__ */ a("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: "#162950", stroke: "#162950", "stroke-width": "0.5" }),
|
|
6315
6315
|
/* @__PURE__ */ a("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: "#162950", stroke: "#162950", "stroke-width": "0.5" }),
|
|
6316
6316
|
/* @__PURE__ */ a("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: "#162950", stroke: "#162950", "stroke-width": "0.5" })
|
|
6317
|
-
] }),
|
|
6317
|
+
] }), Ld = (e) => /* @__PURE__ */ f(
|
|
6318
6318
|
"svg",
|
|
6319
6319
|
{
|
|
6320
6320
|
width: "25",
|
|
@@ -6407,7 +6407,7 @@ const nl = (e) => {
|
|
|
6407
6407
|
url: (e) => `https://www.facebook.com/sharer/sharer.php?u=${encodeURIComponent(e)}`,
|
|
6408
6408
|
icon: {
|
|
6409
6409
|
outline: (e) => /* @__PURE__ */ a(Od, { className: e }),
|
|
6410
|
-
solid: (e) => /* @__PURE__ */ a(
|
|
6410
|
+
solid: (e) => /* @__PURE__ */ a(Rd, { className: e })
|
|
6411
6411
|
}
|
|
6412
6412
|
},
|
|
6413
6413
|
X: {
|
|
@@ -6427,7 +6427,7 @@ const nl = (e) => {
|
|
|
6427
6427
|
Email: {
|
|
6428
6428
|
url: (e) => `mailto:?body=${encodeURIComponent(e)}`,
|
|
6429
6429
|
icon: {
|
|
6430
|
-
outline: (e) => /* @__PURE__ */ a(
|
|
6430
|
+
outline: (e) => /* @__PURE__ */ a(Ld, { className: e }),
|
|
6431
6431
|
solid: (e) => /* @__PURE__ */ a(Bd, { className: e })
|
|
6432
6432
|
}
|
|
6433
6433
|
},
|
|
@@ -6492,7 +6492,7 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
6492
6492
|
correspondent: Vd,
|
|
6493
6493
|
iframeStyled: Fd,
|
|
6494
6494
|
contentFrame: $d
|
|
6495
|
-
},
|
|
6495
|
+
}, h3 = (e) => {
|
|
6496
6496
|
const t = () => e?.video.main.author ? `${e?.video.main.author} - ${je(
|
|
6497
6497
|
e.video.info.date.created
|
|
6498
6498
|
)}` : e?.video.main.author;
|
|
@@ -6646,7 +6646,7 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
6646
6646
|
sectionDescription: o1,
|
|
6647
6647
|
articule: i1,
|
|
6648
6648
|
linkStyled: c1
|
|
6649
|
-
},
|
|
6649
|
+
}, Ln = (e) => {
|
|
6650
6650
|
const {
|
|
6651
6651
|
isVideo: t,
|
|
6652
6652
|
info: n,
|
|
@@ -6724,7 +6724,7 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
6724
6724
|
title: f1,
|
|
6725
6725
|
description: g1,
|
|
6726
6726
|
linkStyled: p1
|
|
6727
|
-
},
|
|
6727
|
+
}, f3 = (e) => {
|
|
6728
6728
|
const t = e.logo;
|
|
6729
6729
|
return /* @__PURE__ */ f("section", { className: pt.content, children: [
|
|
6730
6730
|
e.backgroundImgURL && /* @__PURE__ */ a("img", { className: pt.before, src: e.backgroundImgURL, alt: "" }),
|
|
@@ -6741,7 +6741,7 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
6741
6741
|
label: y1,
|
|
6742
6742
|
required: v1,
|
|
6743
6743
|
input: b1
|
|
6744
|
-
},
|
|
6744
|
+
}, g3 = (e) => /* @__PURE__ */ f("div", { className: Ut.content, children: [
|
|
6745
6745
|
/* @__PURE__ */ f("div", { className: Ut.contentLabel, children: [
|
|
6746
6746
|
/* @__PURE__ */ a("label", { className: Ut.label, children: e.label }),
|
|
6747
6747
|
e.required && /* @__PURE__ */ a("span", { className: Ut.required, children: "*" })
|
|
@@ -6753,7 +6753,7 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
6753
6753
|
label: N1,
|
|
6754
6754
|
required: S1,
|
|
6755
6755
|
input: E1
|
|
6756
|
-
},
|
|
6756
|
+
}, p3 = (e) => /* @__PURE__ */ f("div", { className: qt.content, children: [
|
|
6757
6757
|
/* @__PURE__ */ f("div", { className: qt.contentLabel, children: [
|
|
6758
6758
|
/* @__PURE__ */ a("label", { className: qt.label, children: e.label }),
|
|
6759
6759
|
e.required && /* @__PURE__ */ a("span", { className: qt.required, children: "*" })
|
|
@@ -6766,15 +6766,15 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
6766
6766
|
content: x1,
|
|
6767
6767
|
label: I1,
|
|
6768
6768
|
input: T1
|
|
6769
|
-
},
|
|
6769
|
+
}, A3 = (e) => /* @__PURE__ */ f("div", { className: Qn.content, children: [
|
|
6770
6770
|
/* @__PURE__ */ a("label", { className: Qn.label, children: e.label }),
|
|
6771
6771
|
/* @__PURE__ */ a("textarea", { className: Qn.input, ...e })
|
|
6772
|
-
] }), k1 = "_boxInformation_achvw_1", U1 = "_textBox_achvw_30", q1 = "_contentBox_achvw_40",
|
|
6772
|
+
] }), k1 = "_boxInformation_achvw_1", U1 = "_textBox_achvw_30", q1 = "_contentBox_achvw_40", R1 = "_liveBox_achvw_50", L1 = "_dot_achvw_72", B1 = "_sectionDescription_achvw_97", O1 = "_articule_achvw_110", P1 = "_description_achvw_137", tt = {
|
|
6773
6773
|
boxInformation: k1,
|
|
6774
6774
|
textBox: U1,
|
|
6775
6775
|
contentBox: q1,
|
|
6776
|
-
liveBox:
|
|
6777
|
-
dot:
|
|
6776
|
+
liveBox: R1,
|
|
6777
|
+
dot: L1,
|
|
6778
6778
|
sectionDescription: B1,
|
|
6779
6779
|
articule: O1,
|
|
6780
6780
|
description: P1
|
|
@@ -6825,7 +6825,7 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
6825
6825
|
}, V1 = (e) => /* @__PURE__ */ a("section", { className: en.content, children: e.itemList[0]?.list.items.map((t, n) => /* @__PURE__ */ f("div", { className: en.contentLine, children: [
|
|
6826
6826
|
/* @__PURE__ */ a(O, { className: en.dateLink, href: `#item-${n + 1}`, children: uo(t.date) }),
|
|
6827
6827
|
/* @__PURE__ */ a("div", { className: en.contentText, children: (e.itemList[0]?.list.integrated, t.title) })
|
|
6828
|
-
] }, n)) }), F1 = "
|
|
6828
|
+
] }, n)) }), F1 = "_content_1gtqm_1", $1 = "_contentInfo_1gtqm_11", W1 = "_imageContainer_1gtqm_19", Y1 = "_imageStyled_1gtqm_28", K1 = "_contentIconStyled_1gtqm_39", J1 = "_name_1gtqm_65", Z1 = "_email_1gtqm_74", X1 = "_description_1gtqm_90", eu = "_contenSocialNetwork_1gtqm_102", tu = "_socialIcon_1gtqm_112", nu = "_faceBookIcon_1gtqm_117", au = "_socialFacebookIcon_1gtqm_122", su = "_socialIconLink_1gtqm_126", ru = "_socialIconStroke_1gtqm_130", ue = {
|
|
6829
6829
|
content: F1,
|
|
6830
6830
|
contentInfo: $1,
|
|
6831
6831
|
imageContainer: W1,
|
|
@@ -6836,48 +6836,50 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
6836
6836
|
description: X1,
|
|
6837
6837
|
contenSocialNetwork: eu,
|
|
6838
6838
|
socialIcon: tu,
|
|
6839
|
-
|
|
6840
|
-
|
|
6839
|
+
faceBookIcon: nu,
|
|
6840
|
+
socialFacebookIcon: au,
|
|
6841
|
+
socialIconLink: su,
|
|
6842
|
+
socialIconStroke: ru
|
|
6841
6843
|
}, tn = (e) => {
|
|
6842
6844
|
if (!e || e.trim() === "")
|
|
6843
6845
|
return e;
|
|
6844
6846
|
const t = e.trim();
|
|
6845
6847
|
return t.startsWith("http://") || t.startsWith("https://") ? t : `https://${t}`;
|
|
6846
|
-
},
|
|
6848
|
+
}, ou = async (e) => {
|
|
6847
6849
|
const { autor: t, autorIcon: n } = e, s = n, r = t?.info?.image?.sizes?.[0]?.url ?? "", o = t?.info?.fullname ?? "", i = t?.info?.email ?? "", c = t?.addtional?.USER_SHOWEMAIL ?? !1, d = t?.addtional?.USER_SHOWBIO ?? !1, l = t?.addtional?.USER_MIBIO ?? "", u = tn(t?.addtional?.USER_USERFB ?? ""), m = tn(t?.addtional?.USER_USERIG ?? ""), h = tn(t?.addtional?.USER_USERTWT ?? ""), p = tn(t?.addtional?.USER_USERLIN ?? "");
|
|
6848
6850
|
return /* @__PURE__ */ a(
|
|
6849
6851
|
"section",
|
|
6850
6852
|
{
|
|
6851
|
-
className: `${
|
|
6852
|
-
children: /* @__PURE__ */ f("div", { className:
|
|
6853
|
-
r ? /* @__PURE__ */ a("div", { className: `${
|
|
6853
|
+
className: `${ue.content} ${e.className ? e.className : ""}`,
|
|
6854
|
+
children: /* @__PURE__ */ f("div", { className: ue.contentInfo, children: [
|
|
6855
|
+
r ? /* @__PURE__ */ a("div", { className: `${ue.imageContainer} sass-image-autor-wrapper`, children: /* @__PURE__ */ a(
|
|
6854
6856
|
"img",
|
|
6855
6857
|
{
|
|
6856
6858
|
fetchPriority: "low",
|
|
6857
6859
|
loading: "lazy",
|
|
6858
6860
|
alt: "",
|
|
6859
|
-
className:
|
|
6861
|
+
className: ue.imageStyled,
|
|
6860
6862
|
src: await ge(r)
|
|
6861
6863
|
}
|
|
6862
6864
|
) }) : /* @__PURE__ */ a(
|
|
6863
6865
|
"div",
|
|
6864
6866
|
{
|
|
6865
|
-
className: `${
|
|
6867
|
+
className: `${ue.contentIconStyled} sass-image-autor-wrapper`,
|
|
6866
6868
|
children: /* @__PURE__ */ a(s, {})
|
|
6867
6869
|
}
|
|
6868
6870
|
),
|
|
6869
|
-
/* @__PURE__ */ a("h1", { className:
|
|
6870
|
-
c && /* @__PURE__ */ a("p", { className:
|
|
6871
|
-
d && /* @__PURE__ */ a("p", { className:
|
|
6872
|
-
/* @__PURE__ */ f("div", { className:
|
|
6871
|
+
/* @__PURE__ */ a("h1", { className: ue.name, children: o }),
|
|
6872
|
+
c && /* @__PURE__ */ a("p", { className: ue.email, children: i }),
|
|
6873
|
+
d && /* @__PURE__ */ a("p", { className: ue.description, children: l }),
|
|
6874
|
+
/* @__PURE__ */ f("div", { className: ue.contenSocialNetwork, children: [
|
|
6873
6875
|
u && /* @__PURE__ */ a(
|
|
6874
6876
|
"a",
|
|
6875
6877
|
{
|
|
6876
6878
|
href: u,
|
|
6877
6879
|
target: "_blank",
|
|
6878
|
-
className:
|
|
6880
|
+
className: `${ue.socialFacebookIcon} ${ue.socialIconStroke}`,
|
|
6879
6881
|
rel: "noreferrer",
|
|
6880
|
-
children: /* @__PURE__ */ a(qn, { className:
|
|
6882
|
+
children: /* @__PURE__ */ a(qn, { className: ue.faceBookIcon })
|
|
6881
6883
|
}
|
|
6882
6884
|
),
|
|
6883
6885
|
m && /* @__PURE__ */ a(
|
|
@@ -6885,9 +6887,9 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
6885
6887
|
{
|
|
6886
6888
|
href: m,
|
|
6887
6889
|
target: "_blank",
|
|
6888
|
-
className:
|
|
6890
|
+
className: ue.socialIconLink,
|
|
6889
6891
|
rel: "noreferrer",
|
|
6890
|
-
children: /* @__PURE__ */ a(
|
|
6892
|
+
children: /* @__PURE__ */ a(Rn, { className: ue.socialIcon })
|
|
6891
6893
|
}
|
|
6892
6894
|
),
|
|
6893
6895
|
h && /* @__PURE__ */ a(
|
|
@@ -6895,9 +6897,9 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
6895
6897
|
{
|
|
6896
6898
|
href: h,
|
|
6897
6899
|
target: "_blank",
|
|
6898
|
-
className:
|
|
6900
|
+
className: ue.socialIconLink,
|
|
6899
6901
|
rel: "noreferrer",
|
|
6900
|
-
children: /* @__PURE__ */ a(Ct, { className:
|
|
6902
|
+
children: /* @__PURE__ */ a(Ct, { className: ue.socialIcon })
|
|
6901
6903
|
}
|
|
6902
6904
|
),
|
|
6903
6905
|
p && /* @__PURE__ */ a(
|
|
@@ -6905,27 +6907,27 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
6905
6907
|
{
|
|
6906
6908
|
href: p,
|
|
6907
6909
|
target: "_blank",
|
|
6908
|
-
className: `${
|
|
6910
|
+
className: `${ue.socialIconLink} ${ue.socialIconStroke}`,
|
|
6909
6911
|
rel: "noreferrer",
|
|
6910
|
-
children: /* @__PURE__ */ a(Qt, { className:
|
|
6912
|
+
children: /* @__PURE__ */ a(Qt, { className: ue.socialIcon })
|
|
6911
6913
|
}
|
|
6912
6914
|
)
|
|
6913
6915
|
] })
|
|
6914
6916
|
] })
|
|
6915
6917
|
}
|
|
6916
6918
|
);
|
|
6917
|
-
},
|
|
6918
|
-
content:
|
|
6919
|
-
contentInfo:
|
|
6920
|
-
contentAuthor:
|
|
6921
|
-
imageStyled:
|
|
6922
|
-
contentIconStyled:
|
|
6923
|
-
name:
|
|
6924
|
-
email:
|
|
6925
|
-
description:
|
|
6926
|
-
contenSocialNetwork:
|
|
6927
|
-
socialIcon:
|
|
6928
|
-
},
|
|
6919
|
+
}, iu = "_content_18ozj_1", cu = "_contentInfo_18ozj_13", lu = "_contentAuthor_18ozj_26", du = "_imageStyled_18ozj_33", uu = "_contentIconStyled_18ozj_42", mu = "_name_18ozj_64", hu = "_email_18ozj_72", fu = "_description_18ozj_82", gu = "_contenSocialNetwork_18ozj_93", pu = "_socialIcon_18ozj_103", Ee = {
|
|
6920
|
+
content: iu,
|
|
6921
|
+
contentInfo: cu,
|
|
6922
|
+
contentAuthor: lu,
|
|
6923
|
+
imageStyled: du,
|
|
6924
|
+
contentIconStyled: uu,
|
|
6925
|
+
name: mu,
|
|
6926
|
+
email: hu,
|
|
6927
|
+
description: fu,
|
|
6928
|
+
contenSocialNetwork: gu,
|
|
6929
|
+
socialIcon: pu
|
|
6930
|
+
}, Au = async (e) => {
|
|
6929
6931
|
const { autor: t, autorIcon: n } = e, s = n, r = t?.info?.image?.sizes?.[0]?.url ?? "", o = t?.info?.fullname ?? "", i = t?.info?.email ?? "", c = t?.addtional?.USER_SHOWEMAIL ?? !1, d = t?.addtional?.USER_SHOWBIO ?? !1, l = t?.addtional?.USER_MIBIO ?? "", u = t?.addtional?.USER_USERFB ?? "", m = t?.addtional?.USER_USERIG ?? "", h = t?.addtional?.USER_USERTWT ?? "", p = t?.addtional?.USER_USERLIN ?? "";
|
|
6930
6932
|
return /* @__PURE__ */ a("section", { className: Ee.content, children: /* @__PURE__ */ f("div", { className: Ee.contentInfo, children: [
|
|
6931
6933
|
r ? /* @__PURE__ */ a(
|
|
@@ -6958,7 +6960,7 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
6958
6960
|
target: "_blank",
|
|
6959
6961
|
rel: "noreferrer",
|
|
6960
6962
|
children: /* @__PURE__ */ a(
|
|
6961
|
-
|
|
6963
|
+
Rn,
|
|
6962
6964
|
{
|
|
6963
6965
|
className: Ee.socialIcon,
|
|
6964
6966
|
style: { padding: "4px" }
|
|
@@ -6987,9 +6989,9 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
6987
6989
|
] })
|
|
6988
6990
|
] })
|
|
6989
6991
|
] }) });
|
|
6990
|
-
},
|
|
6991
|
-
content:
|
|
6992
|
-
bannerSection:
|
|
6992
|
+
}, wu = "_content_jg6i2_1", yu = "_bannerSection_jg6i2_25", ds = {
|
|
6993
|
+
content: wu,
|
|
6994
|
+
bannerSection: yu
|
|
6993
6995
|
}, _r = (e) => /* @__PURE__ */ f("section", { className: ds.content, children: [
|
|
6994
6996
|
e.children,
|
|
6995
6997
|
/* @__PURE__ */ f("div", { className: ds.bannerSection, children: [
|
|
@@ -7010,21 +7012,21 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
7010
7012
|
),
|
|
7011
7013
|
e.banner
|
|
7012
7014
|
] })
|
|
7013
|
-
] }),
|
|
7014
|
-
content:
|
|
7015
|
-
header:
|
|
7016
|
-
videos:
|
|
7017
|
-
videoContent:
|
|
7018
|
-
articleSection:
|
|
7019
|
-
contentLayoutVideoSection:
|
|
7020
|
-
sectionVideoList:
|
|
7021
|
-
iframeStyled:
|
|
7022
|
-
contentFrame:
|
|
7023
|
-
},
|
|
7024
|
-
content:
|
|
7025
|
-
linkImage:
|
|
7026
|
-
playStyled:
|
|
7027
|
-
},
|
|
7015
|
+
] }), vu = "_content_1bw8m_1", bu = "_header_1bw8m_30", Cu = "_videos_1bw8m_56", _u = "_videoContent_1bw8m_63", Nu = "_articleSection_1bw8m_70", Su = "_contentLayoutVideoSection_1bw8m_85", Eu = "_sectionVideoList_1bw8m_93", xu = "_iframeStyled_1bw8m_166", Iu = "_contentFrame_1bw8m_172", Le = {
|
|
7016
|
+
content: vu,
|
|
7017
|
+
header: bu,
|
|
7018
|
+
videos: Cu,
|
|
7019
|
+
videoContent: _u,
|
|
7020
|
+
articleSection: Nu,
|
|
7021
|
+
contentLayoutVideoSection: Su,
|
|
7022
|
+
sectionVideoList: Eu,
|
|
7023
|
+
iframeStyled: xu,
|
|
7024
|
+
contentFrame: Iu
|
|
7025
|
+
}, Tu = "_content_1dj0q_1", ku = "_linkImage_1dj0q_12", Uu = "_playStyled_1dj0q_19", Gn = {
|
|
7026
|
+
content: Tu,
|
|
7027
|
+
linkImage: ku,
|
|
7028
|
+
playStyled: Uu
|
|
7029
|
+
}, qu = async (e) => {
|
|
7028
7030
|
const t = Na(), n = {
|
|
7029
7031
|
...e,
|
|
7030
7032
|
main: {
|
|
@@ -7051,8 +7053,8 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
7051
7053
|
),
|
|
7052
7054
|
/* @__PURE__ */ a("div", { children: /* @__PURE__ */ a(It, { ...n, paths: e.paths }) })
|
|
7053
7055
|
] }) : null;
|
|
7054
|
-
},
|
|
7055
|
-
/* @__PURE__ */ f("a", { className:
|
|
7056
|
+
}, w3 = (e) => /* @__PURE__ */ a("div", { className: Le.content, children: /* @__PURE__ */ f(Ft, { className: Le.contentLayoutVideoSection, children: [
|
|
7057
|
+
/* @__PURE__ */ f("a", { className: Le.header, href: e.goBackLink ?? "/videos", children: [
|
|
7056
7058
|
/* @__PURE__ */ a(
|
|
7057
7059
|
"svg",
|
|
7058
7060
|
{
|
|
@@ -7074,12 +7076,12 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
7074
7076
|
),
|
|
7075
7077
|
e.titleGoBack ?? "VOLVER A VIDEOS"
|
|
7076
7078
|
] }),
|
|
7077
|
-
/* @__PURE__ */ f("div", { className:
|
|
7078
|
-
/* @__PURE__ */ f("div", { className:
|
|
7079
|
+
/* @__PURE__ */ f("div", { className: Le.videos, children: [
|
|
7080
|
+
/* @__PURE__ */ f("div", { className: Le.videoContent, style: e.mainVideoStyles, children: [
|
|
7079
7081
|
e.type === "vy" && /* @__PURE__ */ a(
|
|
7080
7082
|
"iframe",
|
|
7081
7083
|
{
|
|
7082
|
-
className:
|
|
7084
|
+
className: Le.iframeStyled,
|
|
7083
7085
|
src: `https://www.youtube.com/embed/${e.video?.main?.code}`,
|
|
7084
7086
|
frameBorder: "0",
|
|
7085
7087
|
allowFullScreen: !0
|
|
@@ -7088,7 +7090,7 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
7088
7090
|
e.type === "vf" && /* @__PURE__ */ a(
|
|
7089
7091
|
"iframe",
|
|
7090
7092
|
{
|
|
7091
|
-
className:
|
|
7093
|
+
className: Le.iframeStyled,
|
|
7092
7094
|
src: e.video?.main?.code,
|
|
7093
7095
|
frameBorder: "0",
|
|
7094
7096
|
allowFullScreen: !0
|
|
@@ -7097,13 +7099,13 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
7097
7099
|
e.type === "ve" && /* @__PURE__ */ a(
|
|
7098
7100
|
"div",
|
|
7099
7101
|
{
|
|
7100
|
-
className:
|
|
7102
|
+
className: Le.contentFrame,
|
|
7101
7103
|
dangerouslySetInnerHTML: {
|
|
7102
7104
|
__html: e.video?.main?.code ?? ""
|
|
7103
7105
|
}
|
|
7104
7106
|
}
|
|
7105
7107
|
),
|
|
7106
|
-
/* @__PURE__ */ a("div", { className:
|
|
7108
|
+
/* @__PURE__ */ a("div", { className: Le.articleSection, children: /* @__PURE__ */ a(
|
|
7107
7109
|
It,
|
|
7108
7110
|
{
|
|
7109
7111
|
isTitle: !0,
|
|
@@ -7130,7 +7132,7 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
7130
7132
|
/* @__PURE__ */ f(
|
|
7131
7133
|
"div",
|
|
7132
7134
|
{
|
|
7133
|
-
className:
|
|
7135
|
+
className: Le.sectionVideoList,
|
|
7134
7136
|
style: e.listVideoStyles,
|
|
7135
7137
|
children: [
|
|
7136
7138
|
e.banner && /* @__PURE__ */ a(
|
|
@@ -7140,9 +7142,9 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
7140
7142
|
name: e.banner.bannerName
|
|
7141
7143
|
}
|
|
7142
7144
|
),
|
|
7143
|
-
e.relatedName && /* @__PURE__ */ a("h2", { className: `${
|
|
7145
|
+
e.relatedName && /* @__PURE__ */ a("h2", { className: `${Le.relatedTitle} saas-video-related-title`, children: e.relatedName }),
|
|
7144
7146
|
Array.isArray(e.videoList) && e.videoList.map((t, n) => /* @__PURE__ */ rt(
|
|
7145
|
-
|
|
7147
|
+
qu,
|
|
7146
7148
|
{
|
|
7147
7149
|
...Mt(t, !0, !1, !1),
|
|
7148
7150
|
key: n,
|
|
@@ -7153,15 +7155,15 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
7153
7155
|
}
|
|
7154
7156
|
)
|
|
7155
7157
|
] })
|
|
7156
|
-
] }) }),
|
|
7157
|
-
content:
|
|
7158
|
-
titleContent:
|
|
7159
|
-
title:
|
|
7160
|
-
startLine:
|
|
7161
|
-
line:
|
|
7162
|
-
bottomLine:
|
|
7163
|
-
childrenContent:
|
|
7164
|
-
readMore:
|
|
7158
|
+
] }) }), Ru = "_content_gcte1_1", Lu = "_titleContent_gcte1_24", Bu = "_title_gcte1_24", Ou = "_startLine_gcte1_88", Pu = "_line_gcte1_93", Du = "_bottomLine_gcte1_99", Mu = "_childrenContent_gcte1_118", ju = "_readMore_gcte1_131", ze = {
|
|
7159
|
+
content: Ru,
|
|
7160
|
+
titleContent: Lu,
|
|
7161
|
+
title: Bu,
|
|
7162
|
+
startLine: Ou,
|
|
7163
|
+
line: Pu,
|
|
7164
|
+
bottomLine: Du,
|
|
7165
|
+
childrenContent: Mu,
|
|
7166
|
+
readMore: ju
|
|
7165
7167
|
}, pe = Ms((e, t) => {
|
|
7166
7168
|
const { isTitle: n = !1, isOpinion: s = !1 } = e, r = n ? /* @__PURE__ */ a("h1", { className: ze.title, children: e.title }) : /* @__PURE__ */ a("h2", { className: ze.title, children: e.title });
|
|
7167
7169
|
return /* @__PURE__ */ f("section", { className: ze.content, children: [
|
|
@@ -7225,25 +7227,25 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
7225
7227
|
}
|
|
7226
7228
|
)
|
|
7227
7229
|
}
|
|
7228
|
-
),
|
|
7229
|
-
drawerStyled:
|
|
7230
|
-
sidebarCustom:
|
|
7231
|
-
accordionStyled:
|
|
7232
|
-
accordionHeading:
|
|
7233
|
-
accordionSummeryStyled:
|
|
7234
|
-
linkStyled:
|
|
7235
|
-
subLinkStyled:
|
|
7236
|
-
inputContent:
|
|
7237
|
-
buttonContent:
|
|
7238
|
-
inputStyled:
|
|
7239
|
-
buscar:
|
|
7240
|
-
buttonStyled:
|
|
7241
|
-
accordionDetailsStyled:
|
|
7242
|
-
footerSlider:
|
|
7243
|
-
socialMedia:
|
|
7244
|
-
copyRights:
|
|
7245
|
-
icon:
|
|
7246
|
-
},
|
|
7230
|
+
), Qu = "_drawerStyled_tm61w_1", Gu = "_sidebarCustom_tm61w_6", Hu = "_accordionStyled_tm61w_24", zu = "_accordionHeading_tm61w_35", Vu = "_accordionSummeryStyled_tm61w_44", Fu = "_linkStyled_tm61w_72", $u = "_subLinkStyled_tm61w_92", Wu = "_inputContent_tm61w_114", Yu = "_buttonContent_tm61w_115", Ku = "_inputStyled_tm61w_125", Ju = "_buscar_tm61w_141", Zu = "_buttonStyled_tm61w_170", Xu = "_accordionDetailsStyled_tm61w_185", em = "_footerSlider_tm61w_200", tm = "_socialMedia_tm61w_211", nm = "_copyRights_tm61w_230", am = "_icon_tm61w_241", le = {
|
|
7231
|
+
drawerStyled: Qu,
|
|
7232
|
+
sidebarCustom: Gu,
|
|
7233
|
+
accordionStyled: Hu,
|
|
7234
|
+
accordionHeading: zu,
|
|
7235
|
+
accordionSummeryStyled: Vu,
|
|
7236
|
+
linkStyled: Fu,
|
|
7237
|
+
subLinkStyled: $u,
|
|
7238
|
+
inputContent: Wu,
|
|
7239
|
+
buttonContent: Yu,
|
|
7240
|
+
inputStyled: Ku,
|
|
7241
|
+
buscar: Ju,
|
|
7242
|
+
buttonStyled: Zu,
|
|
7243
|
+
accordionDetailsStyled: Xu,
|
|
7244
|
+
footerSlider: em,
|
|
7245
|
+
socialMedia: tm,
|
|
7246
|
+
copyRights: nm,
|
|
7247
|
+
icon: am
|
|
7248
|
+
}, sm = ({
|
|
7247
7249
|
sidebar: e,
|
|
7248
7250
|
socials: t,
|
|
7249
7251
|
copyrigth: n,
|
|
@@ -7394,17 +7396,17 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
7394
7396
|
)
|
|
7395
7397
|
]
|
|
7396
7398
|
}
|
|
7397
|
-
),
|
|
7398
|
-
content:
|
|
7399
|
-
chipStyled:
|
|
7400
|
-
headLine:
|
|
7401
|
-
live:
|
|
7402
|
-
closeLiveStyled:
|
|
7399
|
+
), rm = "_content_y5b1f_1", om = "_chipStyled_y5b1f_17", im = "_headLine_y5b1f_17", cm = "_live_y5b1f_25", lm = "_closeLiveStyled_y5b1f_87", Rt = {
|
|
7400
|
+
content: rm,
|
|
7401
|
+
chipStyled: om,
|
|
7402
|
+
headLine: im,
|
|
7403
|
+
live: cm,
|
|
7404
|
+
closeLiveStyled: lm
|
|
7403
7405
|
}, Sr = (e) => {
|
|
7404
7406
|
const { alertZone: t, id: n = "close-alert" } = e, s = () => /* @__PURE__ */ a(
|
|
7405
7407
|
O,
|
|
7406
7408
|
{
|
|
7407
|
-
className:
|
|
7409
|
+
className: Rt.headLine,
|
|
7408
7410
|
href: t?.data[0]?.info.link.url,
|
|
7409
7411
|
target: t?.data[0]?.info.link.target,
|
|
7410
7412
|
title: t?.data[0]?.main.title.home,
|
|
@@ -7425,38 +7427,38 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
7425
7427
|
"div",
|
|
7426
7428
|
{
|
|
7427
7429
|
id: "alert-chip",
|
|
7428
|
-
className:
|
|
7430
|
+
className: Rt.content,
|
|
7429
7431
|
style: e.forceShow ? {
|
|
7430
7432
|
display: "flex",
|
|
7431
7433
|
position: "sticky",
|
|
7432
7434
|
top: 100
|
|
7433
7435
|
} : {},
|
|
7434
7436
|
children: [
|
|
7435
|
-
/* @__PURE__ */ f("div", { className:
|
|
7436
|
-
/* @__PURE__ */ a("div", { className:
|
|
7437
|
+
/* @__PURE__ */ f("div", { className: Rt.live, children: [
|
|
7438
|
+
/* @__PURE__ */ a("div", { className: Rt.chipStyled, children: t?.entity?.description }),
|
|
7437
7439
|
e.forceShow && /* @__PURE__ */ a(s, {}),
|
|
7438
|
-
/* @__PURE__ */ a("label", { htmlFor: n, children: /* @__PURE__ */ a(Tt, { className:
|
|
7440
|
+
/* @__PURE__ */ a("label", { htmlFor: n, children: /* @__PURE__ */ a(Tt, { className: Rt.closeLiveStyled }) })
|
|
7439
7441
|
] }),
|
|
7440
7442
|
/* @__PURE__ */ a(s, {})
|
|
7441
7443
|
]
|
|
7442
7444
|
}
|
|
7443
7445
|
)
|
|
7444
7446
|
] });
|
|
7445
|
-
},
|
|
7446
|
-
content:
|
|
7447
|
-
linkStyled:
|
|
7448
|
-
linkSocialNetwork:
|
|
7449
|
-
title:
|
|
7450
|
-
tabs:
|
|
7451
|
-
socialNetwork:
|
|
7452
|
-
icon:
|
|
7453
|
-
facebook:
|
|
7454
|
-
youtube:
|
|
7455
|
-
x:
|
|
7456
|
-
instagram:
|
|
7457
|
-
gnews:
|
|
7458
|
-
tiktok:
|
|
7459
|
-
whatsapp:
|
|
7447
|
+
}, dm = "_content_18yq5_1", um = "_linkStyled_18yq5_14", mm = "_linkSocialNetwork_18yq5_28", hm = "_title_18yq5_49", fm = "_tabs_18yq5_60", gm = "_socialNetwork_18yq5_68", pm = "_icon_18yq5_78", Am = "_facebook_18yq5_84", wm = "_youtube_18yq5_88", ym = "_x_18yq5_92", vm = "_instagram_18yq5_96", bm = "_gnews_18yq5_100", Cm = "_tiktok_18yq5_104", _m = "_whatsapp_18yq5_108", Ve = {
|
|
7448
|
+
content: dm,
|
|
7449
|
+
linkStyled: um,
|
|
7450
|
+
linkSocialNetwork: mm,
|
|
7451
|
+
title: hm,
|
|
7452
|
+
tabs: fm,
|
|
7453
|
+
socialNetwork: gm,
|
|
7454
|
+
icon: pm,
|
|
7455
|
+
facebook: Am,
|
|
7456
|
+
youtube: wm,
|
|
7457
|
+
x: ym,
|
|
7458
|
+
instagram: vm,
|
|
7459
|
+
gnews: bm,
|
|
7460
|
+
tiktok: Cm,
|
|
7461
|
+
whatsapp: _m
|
|
7460
7462
|
}, Er = (e) => {
|
|
7461
7463
|
const { cintillo: t, tapeTitle: n, socials: s } = e, r = "", o = t?.findIndex((i) => i.link === r) ?? 0;
|
|
7462
7464
|
return (Array.isArray(t) || e.socialIcons) && /* @__PURE__ */ f("section", { className: Ve.content, children: [
|
|
@@ -7508,19 +7510,19 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
7508
7510
|
i
|
|
7509
7511
|
)) })
|
|
7510
7512
|
] });
|
|
7511
|
-
},
|
|
7512
|
-
headerStyled:
|
|
7513
|
-
headerContent:
|
|
7514
|
-
iconContent:
|
|
7515
|
-
menuButton:
|
|
7516
|
-
logoStyled:
|
|
7517
|
-
buttonSection:
|
|
7518
|
-
buttonSectionSearch:
|
|
7519
|
-
headLineContent:
|
|
7520
|
-
headLineTitle:
|
|
7521
|
-
headLine:
|
|
7522
|
-
hasAlertZone:
|
|
7523
|
-
},
|
|
7513
|
+
}, Nm = "_headerStyled_6yw62_1", Sm = "_headerContent_6yw62_14", Em = "_iconContent_6yw62_25", xm = "_menuButton_6yw62_34", Im = "_logoStyled_6yw62_66", Tm = "_buttonSection_6yw62_94", km = "_buttonSectionSearch_6yw62_109", Um = "_headLineContent_6yw62_131", qm = "_headLineTitle_6yw62_144", Rm = "_headLine_6yw62_131", Lm = "_hasAlertZone_6yw62_197", Ue = {
|
|
7514
|
+
headerStyled: Nm,
|
|
7515
|
+
headerContent: Sm,
|
|
7516
|
+
iconContent: Em,
|
|
7517
|
+
menuButton: xm,
|
|
7518
|
+
logoStyled: Im,
|
|
7519
|
+
buttonSection: Tm,
|
|
7520
|
+
buttonSectionSearch: km,
|
|
7521
|
+
headLineContent: Um,
|
|
7522
|
+
headLineTitle: qm,
|
|
7523
|
+
headLine: Rm,
|
|
7524
|
+
hasAlertZone: Lm
|
|
7525
|
+
}, Bm = (e) => {
|
|
7524
7526
|
const { alertZone: t } = e;
|
|
7525
7527
|
return /* @__PURE__ */ f("header", { className: Ue.headerStyled, children: [
|
|
7526
7528
|
e.socialIcons && e.headerTape?.sticky && /* @__PURE__ */ a(
|
|
@@ -7613,15 +7615,15 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
7613
7615
|
}
|
|
7614
7616
|
)
|
|
7615
7617
|
] });
|
|
7616
|
-
},
|
|
7617
|
-
ul:
|
|
7618
|
-
li:
|
|
7619
|
-
liBefore:
|
|
7620
|
-
ulContent:
|
|
7621
|
-
contentModal:
|
|
7622
|
-
linkStyled:
|
|
7623
|
-
itemLink:
|
|
7624
|
-
},
|
|
7618
|
+
}, Om = "_ul_oit7k_1", Pm = "_li_oit7k_10", Dm = "_liBefore_oit7k_18", Mm = "_ulContent_oit7k_29", jm = "_contentModal_oit7k_56", Qm = "_linkStyled_oit7k_68", Gm = "_itemLink_oit7k_93", Fe = {
|
|
7619
|
+
ul: Om,
|
|
7620
|
+
li: Pm,
|
|
7621
|
+
liBefore: Dm,
|
|
7622
|
+
ulContent: Mm,
|
|
7623
|
+
contentModal: jm,
|
|
7624
|
+
linkStyled: Qm,
|
|
7625
|
+
itemLink: Gm
|
|
7626
|
+
}, Hm = (e) => {
|
|
7625
7627
|
const { items: t } = e;
|
|
7626
7628
|
return /* @__PURE__ */ a("ul", { className: Fe.ul, children: t.map((n, s) => /* @__PURE__ */ f("li", { className: `${Fe.liBefore} ${Fe.li}`, children: [
|
|
7627
7629
|
n.link ? /* @__PURE__ */ f(
|
|
@@ -7651,23 +7653,23 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
7651
7653
|
}
|
|
7652
7654
|
) }, o)) }) })
|
|
7653
7655
|
] }, s)) });
|
|
7654
|
-
},
|
|
7655
|
-
headerStyled:
|
|
7656
|
-
headerContent:
|
|
7657
|
-
menuButtonSection:
|
|
7658
|
-
menuButton:
|
|
7659
|
-
buttonSection:
|
|
7660
|
-
buttonSectionSearch:
|
|
7661
|
-
hasAlertZone:
|
|
7662
|
-
buttonText:
|
|
7663
|
-
logoContent:
|
|
7664
|
-
logoStyled:
|
|
7665
|
-
headLineContent:
|
|
7666
|
-
headLineTitle:
|
|
7667
|
-
menuSection:
|
|
7668
|
-
headLine:
|
|
7669
|
-
line:
|
|
7670
|
-
},
|
|
7656
|
+
}, zm = "_headerStyled_q9qvi_1", Vm = "_headerContent_q9qvi_23", Fm = "_menuButtonSection_q9qvi_33", $m = "_menuButton_q9qvi_33", Wm = "_buttonSection_q9qvi_84", Ym = "_buttonSectionSearch_q9qvi_101", Km = "_hasAlertZone_q9qvi_112", Jm = "_buttonText_q9qvi_131", Zm = "_logoContent_q9qvi_141", Xm = "_logoStyled_q9qvi_149", eh = "_headLineContent_q9qvi_173", th = "_headLineTitle_q9qvi_188", nh = "_menuSection_q9qvi_204", ah = "_headLine_q9qvi_173", sh = "_line_q9qvi_256", be = {
|
|
7657
|
+
headerStyled: zm,
|
|
7658
|
+
headerContent: Vm,
|
|
7659
|
+
menuButtonSection: Fm,
|
|
7660
|
+
menuButton: $m,
|
|
7661
|
+
buttonSection: Wm,
|
|
7662
|
+
buttonSectionSearch: Ym,
|
|
7663
|
+
hasAlertZone: Km,
|
|
7664
|
+
buttonText: Jm,
|
|
7665
|
+
logoContent: Zm,
|
|
7666
|
+
logoStyled: Xm,
|
|
7667
|
+
headLineContent: eh,
|
|
7668
|
+
headLineTitle: th,
|
|
7669
|
+
menuSection: nh,
|
|
7670
|
+
headLine: ah,
|
|
7671
|
+
line: sh
|
|
7672
|
+
}, rh = (e) => {
|
|
7671
7673
|
const { menu: t, alertZone: n } = e;
|
|
7672
7674
|
return /* @__PURE__ */ f(
|
|
7673
7675
|
"header",
|
|
@@ -7743,7 +7745,7 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
7743
7745
|
{
|
|
7744
7746
|
className: be.menuSection,
|
|
7745
7747
|
style: e.showAlertPop ? { "--showAlertPop": "0px" } : {},
|
|
7746
|
-
children: Array.isArray(t) && /* @__PURE__ */ a(
|
|
7748
|
+
children: Array.isArray(t) && /* @__PURE__ */ a(Hm, { items: t })
|
|
7747
7749
|
}
|
|
7748
7750
|
)
|
|
7749
7751
|
]
|
|
@@ -7752,15 +7754,15 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
7752
7754
|
]
|
|
7753
7755
|
}
|
|
7754
7756
|
);
|
|
7755
|
-
},
|
|
7756
|
-
childrenContent:
|
|
7757
|
-
childrenContentAux:
|
|
7758
|
-
op2:
|
|
7759
|
-
},
|
|
7757
|
+
}, oh = "_childrenContent_wqlb4_1", ih = "_childrenContentAux_wqlb4_12", ch = "_op2_wqlb4_25", Hn = {
|
|
7758
|
+
childrenContent: oh,
|
|
7759
|
+
childrenContentAux: ih,
|
|
7760
|
+
op2: ch
|
|
7761
|
+
}, y3 = (e) => {
|
|
7760
7762
|
const { alertZone: t, children: n, sidebar: s } = e;
|
|
7761
7763
|
return /* @__PURE__ */ f(J, { children: [
|
|
7762
|
-
/* @__PURE__ */ a(
|
|
7763
|
-
!e.showOnlyStickyHeader && /* @__PURE__ */ a(
|
|
7764
|
+
/* @__PURE__ */ a(Bm, { ...e }),
|
|
7765
|
+
!e.showOnlyStickyHeader && /* @__PURE__ */ a(rh, { ...e }),
|
|
7764
7766
|
/* @__PURE__ */ f(
|
|
7765
7767
|
"div",
|
|
7766
7768
|
{
|
|
@@ -7787,7 +7789,7 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
7787
7789
|
}
|
|
7788
7790
|
),
|
|
7789
7791
|
/* @__PURE__ */ a(
|
|
7790
|
-
|
|
7792
|
+
sm,
|
|
7791
7793
|
{
|
|
7792
7794
|
sidebarExtra: e.sidebarExtra,
|
|
7793
7795
|
searchKeyWord: e.searchKeyWord,
|
|
@@ -7797,26 +7799,26 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
7797
7799
|
}
|
|
7798
7800
|
)
|
|
7799
7801
|
] });
|
|
7800
|
-
},
|
|
7801
|
-
content:
|
|
7802
|
-
tags:
|
|
7803
|
-
chipStyled:
|
|
7804
|
-
tagLink:
|
|
7805
|
-
tagStyled:
|
|
7806
|
-
},
|
|
7802
|
+
}, lh = "_content_16ydf_1", dh = "_tags_16ydf_10", uh = "_chipStyled_16ydf_20", mh = "_tagLink_16ydf_47", hh = "_tagStyled_16ydf_53", At = {
|
|
7803
|
+
content: lh,
|
|
7804
|
+
tags: dh,
|
|
7805
|
+
chipStyled: uh,
|
|
7806
|
+
tagLink: mh,
|
|
7807
|
+
tagStyled: hh
|
|
7808
|
+
}, fh = (e) => /* @__PURE__ */ a("section", { className: At.content, children: Array.isArray(e.tags) && /* @__PURE__ */ f("div", { className: At.tags, children: [
|
|
7807
7809
|
/* @__PURE__ */ a("p", { className: At.tagStyled, children: e.title ? e.title : "Tags:" }),
|
|
7808
7810
|
e.tags.map((t, n) => t.approved ? /* @__PURE__ */ a(O, { href: vt(t, e.paths), children: /* @__PURE__ */ a("div", { className: `${At.chipStyled} ${At.tagLink}`, children: t.name }) }, n) : /* @__PURE__ */ a("div", { className: At.chipStyled, children: t.name }, n))
|
|
7809
|
-
] }) }),
|
|
7810
|
-
contentBox:
|
|
7811
|
-
content:
|
|
7812
|
-
imageStyled:
|
|
7813
|
-
contentIconStyled:
|
|
7814
|
-
avatarContent:
|
|
7815
|
-
journalistSection:
|
|
7816
|
-
journalistInfo:
|
|
7817
|
-
socialNetworkSection:
|
|
7818
|
-
article:
|
|
7819
|
-
},
|
|
7811
|
+
] }) }), gh = "_contentBox_1cum1_1", ph = "_content_1cum1_1", Ah = "_imageStyled_1cum1_16", wh = "_contentIconStyled_1cum1_23", yh = "_avatarContent_1cum1_43", vh = "_journalistSection_1cum1_50", bh = "_journalistInfo_1cum1_56", Ch = "_socialNetworkSection_1cum1_75", _h = "_article_1cum1_88", De = {
|
|
7812
|
+
contentBox: gh,
|
|
7813
|
+
content: ph,
|
|
7814
|
+
imageStyled: Ah,
|
|
7815
|
+
contentIconStyled: wh,
|
|
7816
|
+
avatarContent: yh,
|
|
7817
|
+
journalistSection: vh,
|
|
7818
|
+
journalistInfo: bh,
|
|
7819
|
+
socialNetworkSection: Ch,
|
|
7820
|
+
article: _h
|
|
7821
|
+
}, Nh = async (e) => {
|
|
7820
7822
|
const { autor: t } = e, n = t?.addtional?.USER_SHOWBIO ?? !1, s = t?.info?.name ?? "", r = t?.info?.fullname ?? "", o = t?.info?.image?.sizes?.[0]?.url ?? "", i = t?.addtional?.USER_MIBIO ?? "", c = t?.addtional?.USER_USERFB ?? "", d = t?.addtional?.USER_USERIG ?? "", l = t?.addtional?.USER_USERTWT ?? "", u = t?.addtional?.USER_USERLIN ?? "";
|
|
7821
7823
|
return n && /* @__PURE__ */ a("section", { className: De.contentBox, children: /* @__PURE__ */ f("div", { className: De.content, children: [
|
|
7822
7824
|
/* @__PURE__ */ f("div", { className: De.avatarContent, children: [
|
|
@@ -8007,15 +8009,15 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
8007
8009
|
}
|
|
8008
8010
|
)
|
|
8009
8011
|
] }) });
|
|
8010
|
-
},
|
|
8011
|
-
content:
|
|
8012
|
-
imageStyled:
|
|
8013
|
-
contentIconStyled:
|
|
8014
|
-
contentCard:
|
|
8015
|
-
contentInfo:
|
|
8016
|
-
fullName:
|
|
8017
|
-
LearnMoreLink:
|
|
8018
|
-
},
|
|
8012
|
+
}, Sh = "_content_vmnac_1", Eh = "_imageStyled_vmnac_20", xh = "_contentIconStyled_vmnac_21", Ih = "_contentCard_vmnac_31", Th = "_contentInfo_vmnac_70", kh = "_fullName_vmnac_76", Uh = "_LearnMoreLink_vmnac_83", nt = {
|
|
8013
|
+
content: Sh,
|
|
8014
|
+
imageStyled: Eh,
|
|
8015
|
+
contentIconStyled: xh,
|
|
8016
|
+
contentCard: Ih,
|
|
8017
|
+
contentInfo: Th,
|
|
8018
|
+
fullName: kh,
|
|
8019
|
+
LearnMoreLink: Uh
|
|
8020
|
+
}, qh = async (e) => {
|
|
8019
8021
|
const { news: t, texts: n } = e;
|
|
8020
8022
|
return t.config?.showauthor && /* @__PURE__ */ a("div", { className: nt.content, children: Array.isArray(t.authors) && t.authors?.map(async (s) => /* @__PURE__ */ f(
|
|
8021
8023
|
"div",
|
|
@@ -8054,60 +8056,62 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
8054
8056
|
},
|
|
8055
8057
|
`author-${s.firstname}`
|
|
8056
8058
|
)) });
|
|
8057
|
-
},
|
|
8058
|
-
content:
|
|
8059
|
-
urlTag:
|
|
8060
|
-
contentInfo:
|
|
8061
|
-
imageStyled:
|
|
8062
|
-
name:
|
|
8063
|
-
description:
|
|
8064
|
-
imageContainer:
|
|
8065
|
-
contenSocialNetwork:
|
|
8066
|
-
socialIcon:
|
|
8067
|
-
|
|
8068
|
-
|
|
8069
|
-
|
|
8059
|
+
}, Rh = "_content_mtpw9_1", Lh = "_urlTag_mtpw9_12", Bh = "_contentInfo_mtpw9_38", Oh = "_imageStyled_mtpw9_55", Ph = "_name_mtpw9_60", Dh = "_description_mtpw9_65", Mh = "_imageContainer_mtpw9_78", jh = "_contenSocialNetwork_mtpw9_149", Qh = "_socialIcon_mtpw9_159", Gh = "_faceBookIcon_mtpw9_164", Hh = "_socialFacebookIcon_mtpw9_169", zh = "_socialIconLink_mtpw9_173", Vh = "_socialIconStroke_mtpw9_177", Fh = "_contentInfoWithoutImg_mtpw9_181", me = {
|
|
8060
|
+
content: Rh,
|
|
8061
|
+
urlTag: Lh,
|
|
8062
|
+
contentInfo: Bh,
|
|
8063
|
+
imageStyled: Oh,
|
|
8064
|
+
name: Ph,
|
|
8065
|
+
description: Dh,
|
|
8066
|
+
imageContainer: Mh,
|
|
8067
|
+
contenSocialNetwork: jh,
|
|
8068
|
+
socialIcon: Qh,
|
|
8069
|
+
faceBookIcon: Gh,
|
|
8070
|
+
socialFacebookIcon: Hh,
|
|
8071
|
+
socialIconLink: zh,
|
|
8072
|
+
socialIconStroke: Vh,
|
|
8073
|
+
contentInfoWithoutImg: Fh
|
|
8070
8074
|
}, nn = (e) => {
|
|
8071
8075
|
if (!e || e.trim() === "")
|
|
8072
8076
|
return e;
|
|
8073
8077
|
const t = e.trim();
|
|
8074
8078
|
return t.startsWith("http://") || t.startsWith("https://") ? t : `https://${t}`;
|
|
8075
|
-
},
|
|
8079
|
+
}, v3 = async (e) => {
|
|
8076
8080
|
const t = e.img ? await ge(e.img) : "", n = nn(e.social?.facebook ?? ""), s = nn(e.social?.instagram ?? ""), r = nn(e.social?.twitter ?? ""), o = nn(e.social?.linkedin ?? "");
|
|
8077
|
-
return /* @__PURE__ */ a("section", { className: `${
|
|
8081
|
+
return /* @__PURE__ */ a("section", { className: `${me.content} ${e.className}`, children: /* @__PURE__ */ f(
|
|
8078
8082
|
"div",
|
|
8079
8083
|
{
|
|
8080
|
-
className: `${
|
|
8084
|
+
className: `${me.contentInfo} ${t ? "" : me.contentInfoWithoutImg}`,
|
|
8081
8085
|
children: [
|
|
8082
|
-
e.img && /* @__PURE__ */ a("div", { className: `${
|
|
8086
|
+
e.img && /* @__PURE__ */ a("div", { className: `${me.imageContainer} sass-image-tag-wrapper`, children: /* @__PURE__ */ a(
|
|
8083
8087
|
"img",
|
|
8084
8088
|
{
|
|
8085
8089
|
fetchPriority: "low",
|
|
8086
8090
|
loading: "lazy",
|
|
8087
|
-
className:
|
|
8091
|
+
className: me.imageStyled,
|
|
8088
8092
|
src: t
|
|
8089
8093
|
}
|
|
8090
8094
|
) }),
|
|
8091
|
-
/* @__PURE__ */ a("h1", { className:
|
|
8095
|
+
/* @__PURE__ */ a("h1", { className: me.name, children: e.tag }),
|
|
8092
8096
|
e.description && /* @__PURE__ */ a(
|
|
8093
8097
|
"div",
|
|
8094
8098
|
{
|
|
8095
|
-
className:
|
|
8099
|
+
className: me.description,
|
|
8096
8100
|
dangerouslySetInnerHTML: {
|
|
8097
8101
|
__html: e.description
|
|
8098
8102
|
}
|
|
8099
8103
|
}
|
|
8100
8104
|
),
|
|
8101
|
-
e.url && /* @__PURE__ */ a("a", { className:
|
|
8102
|
-
/* @__PURE__ */ f("div", { className:
|
|
8105
|
+
e.url && /* @__PURE__ */ a("a", { className: me.urlTag, href: e.url, children: e.url }),
|
|
8106
|
+
/* @__PURE__ */ f("div", { className: me.contenSocialNetwork, children: [
|
|
8103
8107
|
n && /* @__PURE__ */ a(
|
|
8104
8108
|
"a",
|
|
8105
8109
|
{
|
|
8106
8110
|
href: n,
|
|
8107
8111
|
target: "_blank",
|
|
8108
|
-
className:
|
|
8112
|
+
className: `${me.socialFacebookIcon} ${me.socialIconStroke}`,
|
|
8109
8113
|
rel: "noreferrer",
|
|
8110
|
-
children: /* @__PURE__ */ a(qn, { className:
|
|
8114
|
+
children: /* @__PURE__ */ a(qn, { className: me.faceBookIcon })
|
|
8111
8115
|
}
|
|
8112
8116
|
),
|
|
8113
8117
|
s && /* @__PURE__ */ a(
|
|
@@ -8115,9 +8119,9 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
8115
8119
|
{
|
|
8116
8120
|
href: s,
|
|
8117
8121
|
target: "_blank",
|
|
8118
|
-
className:
|
|
8122
|
+
className: me.socialIconLink,
|
|
8119
8123
|
rel: "noreferrer",
|
|
8120
|
-
children: /* @__PURE__ */ a(
|
|
8124
|
+
children: /* @__PURE__ */ a(Rn, { className: me.socialIcon })
|
|
8121
8125
|
}
|
|
8122
8126
|
),
|
|
8123
8127
|
r && /* @__PURE__ */ a(
|
|
@@ -8125,9 +8129,9 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
8125
8129
|
{
|
|
8126
8130
|
href: r,
|
|
8127
8131
|
target: "_blank",
|
|
8128
|
-
className:
|
|
8132
|
+
className: me.socialIconLink,
|
|
8129
8133
|
rel: "noreferrer",
|
|
8130
|
-
children: /* @__PURE__ */ a(Ct, { className:
|
|
8134
|
+
children: /* @__PURE__ */ a(Ct, { className: me.socialIcon })
|
|
8131
8135
|
}
|
|
8132
8136
|
),
|
|
8133
8137
|
o && /* @__PURE__ */ a(
|
|
@@ -8135,25 +8139,25 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
8135
8139
|
{
|
|
8136
8140
|
href: o,
|
|
8137
8141
|
target: "_blank",
|
|
8138
|
-
className: `${
|
|
8142
|
+
className: `${me.socialIconLink} ${me.socialIconStroke}`,
|
|
8139
8143
|
rel: "noreferrer",
|
|
8140
|
-
children: /* @__PURE__ */ a(Qt, { className:
|
|
8144
|
+
children: /* @__PURE__ */ a(Qt, { className: me.socialIcon })
|
|
8141
8145
|
}
|
|
8142
8146
|
)
|
|
8143
8147
|
] })
|
|
8144
8148
|
]
|
|
8145
8149
|
}
|
|
8146
8150
|
) });
|
|
8147
|
-
},
|
|
8148
|
-
content:
|
|
8149
|
-
contentNews:
|
|
8150
|
-
linkTitle:
|
|
8151
|
-
tag:
|
|
8152
|
-
tagmx:
|
|
8153
|
-
titular:
|
|
8154
|
-
correspondent:
|
|
8155
|
-
correspondentLink:
|
|
8156
|
-
description:
|
|
8151
|
+
}, $h = "_content_1j0pj_1", Wh = "_contentNews_1j0pj_10", Yh = "_linkTitle_1j0pj_27", Kh = "_tag_1j0pj_35", Jh = "_tagmx_1j0pj_55", Zh = "_titular_1j0pj_70", Xh = "_correspondent_1j0pj_85", e2 = "_correspondentLink_1j0pj_96", t2 = "_description_1j0pj_107", xe = {
|
|
8152
|
+
content: $h,
|
|
8153
|
+
contentNews: Wh,
|
|
8154
|
+
linkTitle: Yh,
|
|
8155
|
+
tag: Kh,
|
|
8156
|
+
tagmx: Jh,
|
|
8157
|
+
titular: Zh,
|
|
8158
|
+
correspondent: Xh,
|
|
8159
|
+
correspondentLink: e2,
|
|
8160
|
+
description: t2
|
|
8157
8161
|
}, _t = (e) => {
|
|
8158
8162
|
const { SHOW_TAG_BY_SECTION: t } = Y(), n = () => {
|
|
8159
8163
|
if (e?.config?.showtime && e.config?.showauthor)
|
|
@@ -8344,11 +8348,11 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
8344
8348
|
}
|
|
8345
8349
|
)
|
|
8346
8350
|
] });
|
|
8347
|
-
},
|
|
8348
|
-
content:
|
|
8349
|
-
firstSection:
|
|
8350
|
-
secondSection:
|
|
8351
|
-
},
|
|
8351
|
+
}, n2 = "_content_1dcf7_1", a2 = "_firstSection_1dcf7_10", s2 = "_secondSection_1dcf7_16", zn = {
|
|
8352
|
+
content: n2,
|
|
8353
|
+
firstSection: a2,
|
|
8354
|
+
secondSection: s2
|
|
8355
|
+
}, r2 = ({
|
|
8352
8356
|
content: e,
|
|
8353
8357
|
customLargeSection: t,
|
|
8354
8358
|
customSmallSection: n,
|
|
@@ -8378,10 +8382,10 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
8378
8382
|
}
|
|
8379
8383
|
)) })
|
|
8380
8384
|
] });
|
|
8381
|
-
},
|
|
8382
|
-
content:
|
|
8383
|
-
firstSection:
|
|
8384
|
-
},
|
|
8385
|
+
}, o2 = "_content_wsx1m_1", i2 = "_firstSection_wsx1m_8", ms = {
|
|
8386
|
+
content: o2,
|
|
8387
|
+
firstSection: i2
|
|
8388
|
+
}, c2 = ({
|
|
8385
8389
|
content: e,
|
|
8386
8390
|
customLargeSection: t,
|
|
8387
8391
|
customSlimSection: n,
|
|
@@ -8415,12 +8419,12 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
8415
8419
|
heightImageOverwriteMobile: "270px",
|
|
8416
8420
|
paths: s
|
|
8417
8421
|
}
|
|
8418
|
-
) }, o)) }),
|
|
8419
|
-
content:
|
|
8420
|
-
sectionDescription:
|
|
8421
|
-
title:
|
|
8422
|
-
subtitle:
|
|
8423
|
-
linkStyled:
|
|
8422
|
+
) }, o)) }), l2 = "_content_1n73e_1", d2 = "_sectionDescription_1n73e_13", u2 = "_title_1n73e_33", m2 = "_subtitle_1n73e_47", h2 = "_linkStyled_1n73e_58", ot = {
|
|
8423
|
+
content: l2,
|
|
8424
|
+
sectionDescription: d2,
|
|
8425
|
+
title: u2,
|
|
8426
|
+
subtitle: m2,
|
|
8427
|
+
linkStyled: h2
|
|
8424
8428
|
}, xr = (e) => {
|
|
8425
8429
|
const { SHOW_TAG_BY_SECTION: t } = Y(), n = () => {
|
|
8426
8430
|
if (t && e.mainNew.keywords?.tags?.length && e.mainNew.keywords.tags.length > 0) {
|
|
@@ -8459,11 +8463,11 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
8459
8463
|
e?.mainNew?.main?.subtitle?.rendered && /* @__PURE__ */ a("p", { className: ot.subtitle, children: e?.mainNew?.main?.subtitle?.striped }),
|
|
8460
8464
|
e.goTo && /* @__PURE__ */ a(O, { href: e.goTo.url, className: ot.linkStyled, children: e.goTo.description })
|
|
8461
8465
|
] });
|
|
8462
|
-
},
|
|
8463
|
-
headerSection:
|
|
8464
|
-
headerSectionLink:
|
|
8465
|
-
newsContent:
|
|
8466
|
-
},
|
|
8466
|
+
}, f2 = "_headerSection_drjnj_1", g2 = "_headerSectionLink_drjnj_12", p2 = "_newsContent_drjnj_17", Vn = {
|
|
8467
|
+
headerSection: f2,
|
|
8468
|
+
headerSectionLink: g2,
|
|
8469
|
+
newsContent: p2
|
|
8470
|
+
}, A2 = (e) => {
|
|
8467
8471
|
const { content: t, title: n, isVideo: s } = e;
|
|
8468
8472
|
if (!t || !t[0] || t.length === 0) return;
|
|
8469
8473
|
const r = e.slot_id && e.slot_id !== "Nota_1", o = {
|
|
@@ -8513,16 +8517,16 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
8513
8517
|
})
|
|
8514
8518
|
] })
|
|
8515
8519
|
] });
|
|
8516
|
-
},
|
|
8517
|
-
content:
|
|
8518
|
-
autorContent:
|
|
8519
|
-
image:
|
|
8520
|
-
contentIcon:
|
|
8521
|
-
boxInformationContent:
|
|
8522
|
-
autorName:
|
|
8523
|
-
time:
|
|
8524
|
-
comment:
|
|
8525
|
-
title:
|
|
8520
|
+
}, w2 = "_content_1stvq_1", y2 = "_autorContent_1stvq_8", v2 = "_image_1stvq_24", b2 = "_contentIcon_1stvq_25", C2 = "_boxInformationContent_1stvq_47", _2 = "_autorName_1stvq_53", N2 = "_time_1stvq_85", S2 = "_comment_1stvq_98", E2 = "_title_1stvq_107", $e = {
|
|
8521
|
+
content: w2,
|
|
8522
|
+
autorContent: y2,
|
|
8523
|
+
image: v2,
|
|
8524
|
+
contentIcon: b2,
|
|
8525
|
+
boxInformationContent: C2,
|
|
8526
|
+
autorName: _2,
|
|
8527
|
+
time: N2,
|
|
8528
|
+
comment: S2,
|
|
8529
|
+
title: E2
|
|
8526
8530
|
}, An = async (e) => {
|
|
8527
8531
|
const { data: t, autorIcon: n } = e, s = n, r = () => t?.config?.showtime ? `${je(t.info?.date?.modified)}` : "", o = /* @__PURE__ */ f("div", { className: $e.autorContent, children: [
|
|
8528
8532
|
Array.isArray(t?.authors) && Array.isArray(t?.authors[0]?.image?.sizes) && t?.authors[0]?.image?.sizes?.length > 0 ? /* @__PURE__ */ a(
|
|
@@ -8559,20 +8563,20 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
8559
8563
|
/* @__PURE__ */ a("p", { className: $e.comment, children: Qe(t?.main?.subtitle?.striped || "") })
|
|
8560
8564
|
] })
|
|
8561
8565
|
] });
|
|
8562
|
-
},
|
|
8563
|
-
content:
|
|
8564
|
-
boxPosition:
|
|
8565
|
-
contentFlex:
|
|
8566
|
-
bannerContent:
|
|
8567
|
-
bannerContentAux:
|
|
8566
|
+
}, x2 = "_content_1d7mg_1", I2 = "_boxPosition_1d7mg_8", T2 = "_contentFlex_1d7mg_21", k2 = "_bannerContent_1d7mg_29", U2 = "_bannerContentAux_1d7mg_40", wt = {
|
|
8567
|
+
content: x2,
|
|
8568
|
+
boxPosition: I2,
|
|
8569
|
+
contentFlex: T2,
|
|
8570
|
+
bannerContent: k2,
|
|
8571
|
+
bannerContentAux: U2
|
|
8568
8572
|
};
|
|
8569
|
-
function
|
|
8573
|
+
function q2(e) {
|
|
8570
8574
|
const t = new Array(e.length), n = e.length / 2;
|
|
8571
8575
|
for (let s = 0; s < e.length; s++)
|
|
8572
8576
|
s % 2 === 0 ? t[Math.floor(s / 2)] = e[s] : t[n + Math.floor(s / 2)] = e[s];
|
|
8573
8577
|
return t;
|
|
8574
8578
|
}
|
|
8575
|
-
const
|
|
8579
|
+
const b3 = (e) => {
|
|
8576
8580
|
const { isOpinion: t = !1 } = e, n = (o) => /* @__PURE__ */ a(
|
|
8577
8581
|
"div",
|
|
8578
8582
|
{
|
|
@@ -8613,7 +8617,7 @@ const A3 = (e) => {
|
|
|
8613
8617
|
)
|
|
8614
8618
|
);
|
|
8615
8619
|
}
|
|
8616
|
-
const r = s.length % 2 === 0 ?
|
|
8620
|
+
const r = s.length % 2 === 0 ? q2(s) : s;
|
|
8617
8621
|
return /* @__PURE__ */ a("section", { style: e.customStyles, children: /* @__PURE__ */ a(
|
|
8618
8622
|
pe,
|
|
8619
8623
|
{
|
|
@@ -8626,10 +8630,10 @@ const A3 = (e) => {
|
|
|
8626
8630
|
] })
|
|
8627
8631
|
}
|
|
8628
8632
|
) });
|
|
8629
|
-
},
|
|
8630
|
-
content:
|
|
8631
|
-
title:
|
|
8632
|
-
},
|
|
8633
|
+
}, R2 = "_content_w9viv_1", L2 = "_title_w9viv_10", hs = {
|
|
8634
|
+
content: R2,
|
|
8635
|
+
title: L2
|
|
8636
|
+
}, C3 = (e) => {
|
|
8633
8637
|
const { showTitle: t = !0 } = e;
|
|
8634
8638
|
return /* @__PURE__ */ f("div", { className: hs.content, children: [
|
|
8635
8639
|
t && /* @__PURE__ */ a("p", { className: hs.title, children: "Editorial" }),
|
|
@@ -8648,13 +8652,13 @@ const A3 = (e) => {
|
|
|
8648
8652
|
}
|
|
8649
8653
|
)
|
|
8650
8654
|
] });
|
|
8651
|
-
},
|
|
8652
|
-
content:
|
|
8653
|
-
newsContent:
|
|
8654
|
-
boxPosition:
|
|
8655
|
-
bannerContent:
|
|
8656
|
-
bannerContentAux:
|
|
8657
|
-
},
|
|
8655
|
+
}, B2 = "_content_1nd2h_1", O2 = "_newsContent_1nd2h_8", P2 = "_boxPosition_1nd2h_17", D2 = "_bannerContent_1nd2h_23", M2 = "_bannerContentAux_1nd2h_33", yt = {
|
|
8656
|
+
content: B2,
|
|
8657
|
+
newsContent: O2,
|
|
8658
|
+
boxPosition: P2,
|
|
8659
|
+
bannerContent: D2,
|
|
8660
|
+
bannerContentAux: M2
|
|
8661
|
+
}, _3 = (e) => {
|
|
8658
8662
|
const { news: t } = e;
|
|
8659
8663
|
return Array.isArray(t) && /* @__PURE__ */ f("div", { className: yt.content, children: [
|
|
8660
8664
|
/* @__PURE__ */ f("div", { className: yt.newsContent, children: [
|
|
@@ -8689,7 +8693,7 @@ const A3 = (e) => {
|
|
|
8689
8693
|
] }),
|
|
8690
8694
|
/* @__PURE__ */ a("div", { className: yt.bannerContent, children: e.halfPageBanner })
|
|
8691
8695
|
] });
|
|
8692
|
-
},
|
|
8696
|
+
}, N3 = (e) => /* @__PURE__ */ f(J, { children: [
|
|
8693
8697
|
/* @__PURE__ */ a(
|
|
8694
8698
|
Al,
|
|
8695
8699
|
{
|
|
@@ -8700,12 +8704,12 @@ const A3 = (e) => {
|
|
|
8700
8704
|
}
|
|
8701
8705
|
),
|
|
8702
8706
|
/* @__PURE__ */ a(kl, { ...e })
|
|
8703
|
-
] }),
|
|
8704
|
-
newsContent:
|
|
8705
|
-
newsContentWithLines:
|
|
8706
|
-
newsContentWithoutLines:
|
|
8707
|
-
contentSeparator:
|
|
8708
|
-
},
|
|
8707
|
+
] }), j2 = "_newsContent_gd57q_1", Q2 = "_newsContentWithLines_gd57q_8", G2 = "_newsContentWithoutLines_gd57q_13", H2 = "_contentSeparator_gd57q_18", an = {
|
|
8708
|
+
newsContent: j2,
|
|
8709
|
+
newsContentWithLines: Q2,
|
|
8710
|
+
newsContentWithoutLines: G2,
|
|
8711
|
+
contentSeparator: H2
|
|
8712
|
+
}, z2 = (e) => {
|
|
8709
8713
|
const { content: t } = e;
|
|
8710
8714
|
if (!t || t.length === 0) return;
|
|
8711
8715
|
const n = (i) => e.hasLines && (i + 1) % 3 !== 0 ? an.contentSeparator : "", s = [];
|
|
@@ -8757,7 +8761,7 @@ const A3 = (e) => {
|
|
|
8757
8761
|
}
|
|
8758
8762
|
);
|
|
8759
8763
|
}, Ir = (e) => /* @__PURE__ */ a(pe, { title: e.title, titleUrl: e.titleUrl, children: /* @__PURE__ */ a(
|
|
8760
|
-
|
|
8764
|
+
z2,
|
|
8761
8765
|
{
|
|
8762
8766
|
content: e.content,
|
|
8763
8767
|
paths: e.paths,
|
|
@@ -8769,10 +8773,10 @@ const A3 = (e) => {
|
|
|
8769
8773
|
showVideoTime: e.showVideoTime,
|
|
8770
8774
|
showVideosubtitle: e.showVideosubtitle
|
|
8771
8775
|
}
|
|
8772
|
-
) }),
|
|
8773
|
-
newsContent:
|
|
8774
|
-
contentSeparator:
|
|
8775
|
-
},
|
|
8776
|
+
) }), V2 = "_newsContent_1sb62_1", F2 = "_contentSeparator_1sb62_8", fs = {
|
|
8777
|
+
newsContent: V2,
|
|
8778
|
+
contentSeparator: F2
|
|
8779
|
+
}, $2 = (e) => {
|
|
8776
8780
|
const { content: t, title: n } = e;
|
|
8777
8781
|
if (!(!t || t.length === 0 || !Array.isArray(t)))
|
|
8778
8782
|
return /* @__PURE__ */ a(pe, { title: n, titleUrl: e.titleUrl, children: /* @__PURE__ */ a(
|
|
@@ -8801,11 +8805,11 @@ const A3 = (e) => {
|
|
|
8801
8805
|
})
|
|
8802
8806
|
}
|
|
8803
8807
|
) });
|
|
8804
|
-
},
|
|
8805
|
-
newsContent:
|
|
8806
|
-
contentSeparator:
|
|
8807
|
-
newsContentWhitoutLine:
|
|
8808
|
-
},
|
|
8808
|
+
}, W2 = "_newsContent_1gbse_1", Y2 = "_contentSeparator_1gbse_8", K2 = "_newsContentWhitoutLine_1gbse_29", Fn = {
|
|
8809
|
+
newsContent: W2,
|
|
8810
|
+
contentSeparator: Y2,
|
|
8811
|
+
newsContentWhitoutLine: K2
|
|
8812
|
+
}, J2 = (e) => {
|
|
8809
8813
|
const { content: t, title: n } = e;
|
|
8810
8814
|
if (!(!t || t.length === 0))
|
|
8811
8815
|
return /* @__PURE__ */ a(pe, { title: n, titleUrl: e.titleUrl, children: /* @__PURE__ */ a(
|
|
@@ -8834,11 +8838,11 @@ const A3 = (e) => {
|
|
|
8834
8838
|
})
|
|
8835
8839
|
}
|
|
8836
8840
|
) });
|
|
8837
|
-
},
|
|
8838
|
-
headerSection:
|
|
8839
|
-
headerSectionLink:
|
|
8840
|
-
newsContent:
|
|
8841
|
-
},
|
|
8841
|
+
}, Z2 = "_headerSection_1m1sp_3", X2 = "_headerSectionLink_1m1sp_16", ef = "_newsContent_1m1sp_29", $n = {
|
|
8842
|
+
headerSection: Z2,
|
|
8843
|
+
headerSectionLink: X2,
|
|
8844
|
+
newsContent: ef
|
|
8845
|
+
}, tf = (e) => {
|
|
8842
8846
|
const { content: t, title: n, isVideo: s = !0 } = e;
|
|
8843
8847
|
if (!t || t.length === 0) return;
|
|
8844
8848
|
const r = t[0], o = e.slot_id && e.slot_id !== "Nota_1", i = t.slice(1);
|
|
@@ -8898,18 +8902,18 @@ const A3 = (e) => {
|
|
|
8898
8902
|
})
|
|
8899
8903
|
] })
|
|
8900
8904
|
] });
|
|
8901
|
-
},
|
|
8902
|
-
content:
|
|
8903
|
-
linkImage:
|
|
8904
|
-
sectionDescription:
|
|
8905
|
-
dateText:
|
|
8906
|
-
textContent:
|
|
8907
|
-
},
|
|
8905
|
+
}, nf = "_content_1qdkl_1", af = "_linkImage_1qdkl_30", sf = "_sectionDescription_1qdkl_42", rf = "_dateText_1qdkl_62", of = "_textContent_1qdkl_73", Lt = {
|
|
8906
|
+
content: nf,
|
|
8907
|
+
linkImage: af,
|
|
8908
|
+
sectionDescription: sf,
|
|
8909
|
+
dateText: rf,
|
|
8910
|
+
textContent: of
|
|
8911
|
+
}, cf = async (e) => {
|
|
8908
8912
|
const { showNewsLikeTitle: t = !1 } = e;
|
|
8909
8913
|
return e && e.info ? /* @__PURE__ */ f(
|
|
8910
8914
|
"section",
|
|
8911
8915
|
{
|
|
8912
|
-
className:
|
|
8916
|
+
className: Lt.content,
|
|
8913
8917
|
style: {
|
|
8914
8918
|
"--heightImageOverwrite": "100%"
|
|
8915
8919
|
},
|
|
@@ -8917,36 +8921,36 @@ const A3 = (e) => {
|
|
|
8917
8921
|
/* @__PURE__ */ a(
|
|
8918
8922
|
O,
|
|
8919
8923
|
{
|
|
8920
|
-
className:
|
|
8924
|
+
className: Lt.linkImage,
|
|
8921
8925
|
target: e?.info?.link?.target,
|
|
8922
8926
|
title: e.main?.title?.section,
|
|
8923
8927
|
href: t ? e.info.link.url : e?.info?.section?.url,
|
|
8924
8928
|
children: /* @__PURE__ */ a(qe, { preview: e.preview })
|
|
8925
8929
|
}
|
|
8926
8930
|
),
|
|
8927
|
-
/* @__PURE__ */ f("div", { className:
|
|
8931
|
+
/* @__PURE__ */ f("div", { className: Lt.textContent, children: [
|
|
8928
8932
|
/* @__PURE__ */ a(
|
|
8929
8933
|
O,
|
|
8930
8934
|
{
|
|
8931
|
-
className:
|
|
8935
|
+
className: Lt.sectionDescription,
|
|
8932
8936
|
target: e?.info?.link?.target,
|
|
8933
8937
|
href: t ? e.info.link.url : e?.info?.section?.url,
|
|
8934
8938
|
children: (t ? e?.main?.title?.section : e?.info?.section?.name) ?? ""
|
|
8935
8939
|
}
|
|
8936
8940
|
),
|
|
8937
|
-
/* @__PURE__ */ a("p", { className:
|
|
8941
|
+
/* @__PURE__ */ a("p", { className: Lt.dateText, children: je(e?.info?.date?.modified) })
|
|
8938
8942
|
] })
|
|
8939
8943
|
]
|
|
8940
8944
|
}
|
|
8941
8945
|
) : null;
|
|
8942
|
-
},
|
|
8943
|
-
content:
|
|
8944
|
-
contentSeparator:
|
|
8945
|
-
},
|
|
8946
|
-
newsContent:
|
|
8947
|
-
contentSeparator:
|
|
8948
|
-
hasLinesBlock:
|
|
8949
|
-
},
|
|
8946
|
+
}, lf = "_content_yx3zm_1", df = "_contentSeparator_yx3zm_7", gs = {
|
|
8947
|
+
content: lf,
|
|
8948
|
+
contentSeparator: df
|
|
8949
|
+
}, uf = "_newsContent_1uamf_1", mf = "_contentSeparator_1uamf_8", hf = "_hasLinesBlock_1uamf_40", da = {
|
|
8950
|
+
newsContent: uf,
|
|
8951
|
+
contentSeparator: mf,
|
|
8952
|
+
hasLinesBlock: hf
|
|
8953
|
+
}, ff = (e) => {
|
|
8950
8954
|
if (!e.content || e.content.length === 0) return;
|
|
8951
8955
|
const t = e.slot_id && e.slot_id !== "Nota_1";
|
|
8952
8956
|
return /* @__PURE__ */ a(pe, { title: e.title, children: /* @__PURE__ */ a(
|
|
@@ -8972,7 +8976,7 @@ const A3 = (e) => {
|
|
|
8972
8976
|
{
|
|
8973
8977
|
className: e.hasLines ? da.hasLinesBlock : "",
|
|
8974
8978
|
children: /* @__PURE__ */ rt(
|
|
8975
|
-
|
|
8979
|
+
cf,
|
|
8976
8980
|
{
|
|
8977
8981
|
...r,
|
|
8978
8982
|
key: s,
|
|
@@ -8985,7 +8989,7 @@ const A3 = (e) => {
|
|
|
8985
8989
|
})
|
|
8986
8990
|
}
|
|
8987
8991
|
) });
|
|
8988
|
-
},
|
|
8992
|
+
}, gf = (e) => {
|
|
8989
8993
|
const { content: t, title: n, slot_id: s } = e, r = e.slot_id && e.slot_id !== "Nota_1";
|
|
8990
8994
|
return t && t.length !== 0 && /* @__PURE__ */ a(pe, { title: n, titleUrl: e.titleUrl, children: /* @__PURE__ */ a(
|
|
8991
8995
|
xt,
|
|
@@ -9013,22 +9017,22 @@ const A3 = (e) => {
|
|
|
9013
9017
|
"--heightImageOverwrite": e.heightImageOverwrite,
|
|
9014
9018
|
"--heightImageOverwriteMobile": e.heightImageOverwriteMobile
|
|
9015
9019
|
},
|
|
9016
|
-
children: /* @__PURE__ */ a(
|
|
9020
|
+
children: /* @__PURE__ */ a(Ln, { ...c, paths: e.paths })
|
|
9017
9021
|
},
|
|
9018
9022
|
i
|
|
9019
9023
|
);
|
|
9020
9024
|
})
|
|
9021
9025
|
}
|
|
9022
9026
|
) });
|
|
9023
|
-
},
|
|
9024
|
-
content:
|
|
9025
|
-
imageStyled:
|
|
9026
|
-
contentIcon:
|
|
9027
|
-
boxInformation:
|
|
9028
|
-
comment:
|
|
9029
|
-
title:
|
|
9030
|
-
authorName:
|
|
9031
|
-
},
|
|
9027
|
+
}, pf = "_content_1mj79_1", Af = "_imageStyled_1mj79_14", wf = "_contentIcon_1mj79_23", yf = "_boxInformation_1mj79_44", vf = "_comment_1mj79_51", bf = "_title_1mj79_60", Cf = "_authorName_1mj79_81", at = {
|
|
9028
|
+
content: pf,
|
|
9029
|
+
imageStyled: Af,
|
|
9030
|
+
contentIcon: wf,
|
|
9031
|
+
boxInformation: yf,
|
|
9032
|
+
comment: vf,
|
|
9033
|
+
title: bf,
|
|
9034
|
+
authorName: Cf
|
|
9035
|
+
}, _f = async (e) => {
|
|
9032
9036
|
const { data: t } = e;
|
|
9033
9037
|
return /* @__PURE__ */ f("div", { className: at.content, children: [
|
|
9034
9038
|
Array.isArray(t.authors) && t?.authors[0]?.image ? /* @__PURE__ */ a(
|
|
@@ -9061,7 +9065,7 @@ const A3 = (e) => {
|
|
|
9061
9065
|
/* @__PURE__ */ a("p", { className: at.comment, children: t?.main?.subtitle?.striped })
|
|
9062
9066
|
] })
|
|
9063
9067
|
] });
|
|
9064
|
-
},
|
|
9068
|
+
}, Nf = (e) => {
|
|
9065
9069
|
const t = e.slot_id && e.slot_id !== "Nota_1";
|
|
9066
9070
|
return /* @__PURE__ */ a(pe, { titleUrl: e.titleUrl, title: e.title, children: /* @__PURE__ */ a(
|
|
9067
9071
|
xt,
|
|
@@ -9082,7 +9086,7 @@ const A3 = (e) => {
|
|
|
9082
9086
|
}
|
|
9083
9087
|
};
|
|
9084
9088
|
return /* @__PURE__ */ a(
|
|
9085
|
-
|
|
9089
|
+
_f,
|
|
9086
9090
|
{
|
|
9087
9091
|
autorIcon: e.autorIcon,
|
|
9088
9092
|
data: r,
|
|
@@ -9093,11 +9097,11 @@ const A3 = (e) => {
|
|
|
9093
9097
|
})
|
|
9094
9098
|
}
|
|
9095
9099
|
) });
|
|
9096
|
-
},
|
|
9097
|
-
content:
|
|
9098
|
-
newsContentSection:
|
|
9099
|
-
itemContent:
|
|
9100
|
-
ItemCustomContent:
|
|
9100
|
+
}, Sf = "_content_1elhb_1", Ef = "_newsContentSection_1elhb_5", xf = "_itemContent_1elhb_10", If = "_ItemCustomContent_1elhb_16", Ke = {
|
|
9101
|
+
content: Sf,
|
|
9102
|
+
newsContentSection: Ef,
|
|
9103
|
+
itemContent: xf,
|
|
9104
|
+
ItemCustomContent: If
|
|
9101
9105
|
}, ua = (e) => {
|
|
9102
9106
|
const { item: t, option: n } = e;
|
|
9103
9107
|
switch (n) {
|
|
@@ -9139,7 +9143,7 @@ const A3 = (e) => {
|
|
|
9139
9143
|
default:
|
|
9140
9144
|
return /* @__PURE__ */ a("div", { className: Ke.ItemCustomContent, children: /* @__PURE__ */ a(Xe, { ...t, paths: e.paths }) });
|
|
9141
9145
|
}
|
|
9142
|
-
},
|
|
9146
|
+
}, S3 = (e) => {
|
|
9143
9147
|
const {
|
|
9144
9148
|
data: t,
|
|
9145
9149
|
currentPage: n,
|
|
@@ -9289,10 +9293,10 @@ const A3 = (e) => {
|
|
|
9289
9293
|
default:
|
|
9290
9294
|
return /* @__PURE__ */ a(J, {});
|
|
9291
9295
|
}
|
|
9292
|
-
},
|
|
9293
|
-
content:
|
|
9294
|
-
contactInfoContent:
|
|
9295
|
-
},
|
|
9296
|
+
}, Tf = "_content_gwsqy_1", kf = "_contactInfoContent_gwsqy_7", ps = {
|
|
9297
|
+
content: Tf,
|
|
9298
|
+
contactInfoContent: kf
|
|
9299
|
+
}, E3 = (e) => {
|
|
9296
9300
|
const { data: t } = e;
|
|
9297
9301
|
return /* @__PURE__ */ a("section", { className: ps.content, children: t.map((n, s) => /* @__PURE__ */ a(
|
|
9298
9302
|
"div",
|
|
@@ -9304,25 +9308,25 @@ const A3 = (e) => {
|
|
|
9304
9308
|
},
|
|
9305
9309
|
s
|
|
9306
9310
|
)) });
|
|
9307
|
-
},
|
|
9308
|
-
tagContent:
|
|
9309
|
-
contentLayout2:
|
|
9310
|
-
contentHeader:
|
|
9311
|
-
},
|
|
9312
|
-
content:
|
|
9313
|
-
},
|
|
9311
|
+
}, Uf = "_tagContent_ee6yw_1", qf = "_contentLayout2_ee6yw_9", Rf = "_contentHeader_ee6yw_42", ma = {
|
|
9312
|
+
tagContent: Uf,
|
|
9313
|
+
contentLayout2: qf,
|
|
9314
|
+
contentHeader: Rf
|
|
9315
|
+
}, Lf = "_content_1rbrt_1", Bf = {
|
|
9316
|
+
content: Lf
|
|
9317
|
+
}, Of = ({ children: e, className: t = "" }) => /* @__PURE__ */ a(
|
|
9314
9318
|
"div",
|
|
9315
9319
|
{
|
|
9316
|
-
className: `content-layout-2 ${
|
|
9320
|
+
className: `content-layout-2 ${Bf.content} ${t}`,
|
|
9317
9321
|
children: e
|
|
9318
9322
|
}
|
|
9319
|
-
),
|
|
9320
|
-
container:
|
|
9321
|
-
note:
|
|
9322
|
-
commercial:
|
|
9323
|
-
commercialContent:
|
|
9324
|
-
complement:
|
|
9325
|
-
},
|
|
9323
|
+
), Pf = "_container_8w9ca_1", Df = "_note_8w9ca_9", Mf = "_commercial_8w9ca_49", jf = "_commercialContent_8w9ca_66", Qf = "_complement_8w9ca_82", Bt = {
|
|
9324
|
+
container: Pf,
|
|
9325
|
+
note: Df,
|
|
9326
|
+
commercial: Mf,
|
|
9327
|
+
commercialContent: jf,
|
|
9328
|
+
complement: Qf
|
|
9329
|
+
}, Gf = (e) => /* @__PURE__ */ f("section", { className: Bt.container, children: [
|
|
9326
9330
|
/* @__PURE__ */ a("div", { className: Bt.note, children: e.children }),
|
|
9327
9331
|
/* @__PURE__ */ a("div", { className: Bt.commercial, children: /* @__PURE__ */ f("div", { className: Bt.commercialContent, children: [
|
|
9328
9332
|
e.slug === "liveblogs" && /* @__PURE__ */ a(V1, { itemList: e.itemList }),
|
|
@@ -9345,7 +9349,7 @@ const A3 = (e) => {
|
|
|
9345
9349
|
/* @__PURE__ */ a("div", { style: { position: "sticky", top: "110px" }, children: e.banner })
|
|
9346
9350
|
] }) }),
|
|
9347
9351
|
/* @__PURE__ */ a("div", { className: Bt.complement, children: e.complement })
|
|
9348
|
-
] }),
|
|
9352
|
+
] }), Hf = (e) => {
|
|
9349
9353
|
const t = {
|
|
9350
9354
|
...e.news[0],
|
|
9351
9355
|
config: {
|
|
@@ -9431,19 +9435,19 @@ const A3 = (e) => {
|
|
|
9431
9435
|
}
|
|
9432
9436
|
);
|
|
9433
9437
|
}
|
|
9434
|
-
},
|
|
9435
|
-
content:
|
|
9436
|
-
contentWithinCard:
|
|
9437
|
-
contentDate:
|
|
9438
|
-
dateInfo:
|
|
9439
|
-
dot:
|
|
9440
|
-
contentTitle:
|
|
9441
|
-
contentTextList:
|
|
9442
|
-
contentButton:
|
|
9443
|
-
linkStyled:
|
|
9444
|
-
},
|
|
9445
|
-
content:
|
|
9446
|
-
},
|
|
9438
|
+
}, zf = "_content_g403b_1", Vf = "_contentWithinCard_g403b_7", Ff = "_contentDate_g403b_13", $f = "_dateInfo_g403b_20", Wf = "_dot_g403b_30", Yf = "_contentTitle_g403b_38", Kf = "_contentTextList_g403b_47", Jf = "_contentButton_g403b_65", Zf = "_linkStyled_g403b_71", We = {
|
|
9439
|
+
content: zf,
|
|
9440
|
+
contentWithinCard: Vf,
|
|
9441
|
+
contentDate: Ff,
|
|
9442
|
+
dateInfo: $f,
|
|
9443
|
+
dot: Wf,
|
|
9444
|
+
contentTitle: Yf,
|
|
9445
|
+
contentTextList: Kf,
|
|
9446
|
+
contentButton: Jf,
|
|
9447
|
+
linkStyled: Zf
|
|
9448
|
+
}, Xf = "_content_ifkxj_1", e0 = {
|
|
9449
|
+
content: Xf
|
|
9450
|
+
}, t0 = (e) => /* @__PURE__ */ a("section", { className: e0.content, id: e.id, children: e.children }), n0 = async (e, t, n) => {
|
|
9447
9451
|
if (!n) return e;
|
|
9448
9452
|
const s = /<span data-src="(.*?)"><\/span>/g, r = [...e.matchAll(s)];
|
|
9449
9453
|
let o = e;
|
|
@@ -9478,7 +9482,7 @@ const A3 = (e) => {
|
|
|
9478
9482
|
o = o.replace(c, v);
|
|
9479
9483
|
}
|
|
9480
9484
|
return o;
|
|
9481
|
-
},
|
|
9485
|
+
}, a0 = (e) => e.replace(/<p>(\s| )+<\/p>/g, ""), s0 = (e) => {
|
|
9482
9486
|
const t = /src="\/(.*?)"/g;
|
|
9483
9487
|
return e.replace(t, `src="${jt()}/$1"`);
|
|
9484
9488
|
}, As = {
|
|
@@ -9488,12 +9492,12 @@ const A3 = (e) => {
|
|
|
9488
9492
|
10: 4,
|
|
9489
9493
|
13: 5
|
|
9490
9494
|
};
|
|
9491
|
-
function
|
|
9495
|
+
function r0(e) {
|
|
9492
9496
|
if (!e) return e;
|
|
9493
9497
|
const t = e.indexOf("/video");
|
|
9494
9498
|
return t === -1 ? e : e.substring(t);
|
|
9495
9499
|
}
|
|
9496
|
-
async function
|
|
9500
|
+
async function o0(e, t) {
|
|
9497
9501
|
let n = "", s = 0;
|
|
9498
9502
|
const r = /<span\b[^>]*data-src=["']([^"']+)["'][^>]*>[\s\S]*?<\/span>/gi;
|
|
9499
9503
|
let o;
|
|
@@ -9502,7 +9506,7 @@ async function n0(e, t) {
|
|
|
9502
9506
|
n += e.slice(s, i);
|
|
9503
9507
|
const d = o[0];
|
|
9504
9508
|
let l = o[1] ?? "";
|
|
9505
|
-
l && (l =
|
|
9509
|
+
l && (l = r0(l));
|
|
9506
9510
|
const u = /data-type\s*=\s*["']?video["']?/i.test(d) || /video-type\s*=\s*["']?embedded["']?/i.test(d);
|
|
9507
9511
|
let m = d;
|
|
9508
9512
|
if (u && l)
|
|
@@ -9547,13 +9551,13 @@ async function n0(e, t) {
|
|
|
9547
9551
|
}
|
|
9548
9552
|
return n += e.slice(s), n;
|
|
9549
9553
|
}
|
|
9550
|
-
function
|
|
9554
|
+
function i0(e) {
|
|
9551
9555
|
return e.replace(
|
|
9552
9556
|
/<script[^>]*src=["']https:\/\/platform\.twitter\.com\/widgets\.js["'][^>]*><\/script>/gi,
|
|
9553
9557
|
""
|
|
9554
9558
|
);
|
|
9555
9559
|
}
|
|
9556
|
-
const
|
|
9560
|
+
const c0 = async ({
|
|
9557
9561
|
itemList: e,
|
|
9558
9562
|
slug: t,
|
|
9559
9563
|
banners: n,
|
|
@@ -9563,9 +9567,9 @@ const s0 = async ({
|
|
|
9563
9567
|
}) => {
|
|
9564
9568
|
if (!e || e.length === 0 || !e[0]) return;
|
|
9565
9569
|
const i = e[0].list?.items?.map(async (c) => {
|
|
9566
|
-
const d =
|
|
9567
|
-
let l =
|
|
9568
|
-
return l =
|
|
9570
|
+
const d = a0(c.body.rendered);
|
|
9571
|
+
let l = s0(d);
|
|
9572
|
+
return l = i0(l), l = await o0(
|
|
9569
9573
|
l,
|
|
9570
9574
|
r
|
|
9571
9575
|
), {
|
|
@@ -9577,7 +9581,7 @@ const s0 = async ({
|
|
|
9577
9581
|
};
|
|
9578
9582
|
});
|
|
9579
9583
|
return /* @__PURE__ */ a("section", { className: We.content, id: "block-notes-list", children: i?.map(async (c, d) => /* @__PURE__ */ f(wn, { children: [
|
|
9580
|
-
/* @__PURE__ */ a(
|
|
9584
|
+
/* @__PURE__ */ a(t0, { id: `item-${d + 1}`, children: /* @__PURE__ */ f("div", { className: We.contentWithinCard, children: [
|
|
9581
9585
|
(await c).date > 0 && /* @__PURE__ */ f("div", { className: We.contentDate, children: [
|
|
9582
9586
|
/* @__PURE__ */ a(
|
|
9583
9587
|
"span",
|
|
@@ -9606,7 +9610,7 @@ const s0 = async ({
|
|
|
9606
9610
|
{
|
|
9607
9611
|
className: `contentTextList ${We.contentTextList}`,
|
|
9608
9612
|
dangerouslySetInnerHTML: {
|
|
9609
|
-
__html: await
|
|
9613
|
+
__html: await n0(
|
|
9610
9614
|
(await c).body.rendered.replace(/ /g, ""),
|
|
9611
9615
|
s,
|
|
9612
9616
|
o
|
|
@@ -9633,7 +9637,7 @@ const s0 = async ({
|
|
|
9633
9637
|
d
|
|
9634
9638
|
)
|
|
9635
9639
|
] }, d)) });
|
|
9636
|
-
},
|
|
9640
|
+
}, l0 = {
|
|
9637
9641
|
FaceBook: "facebook",
|
|
9638
9642
|
Instagram: "instagram",
|
|
9639
9643
|
WhatsApp: "whatsapp",
|
|
@@ -9644,7 +9648,7 @@ const s0 = async ({
|
|
|
9644
9648
|
Podcast: "podcast",
|
|
9645
9649
|
Telegram: "telegram"
|
|
9646
9650
|
};
|
|
9647
|
-
function
|
|
9651
|
+
function d0({ url: e }) {
|
|
9648
9652
|
return e && e !== "" && /* @__PURE__ */ f(O, { href: e, className: de.googleProfileButton, children: [
|
|
9649
9653
|
/* @__PURE__ */ a(
|
|
9650
9654
|
"svg",
|
|
@@ -9662,17 +9666,17 @@ function o0({ url: e }) {
|
|
|
9662
9666
|
}
|
|
9663
9667
|
),
|
|
9664
9668
|
"Síguenos en",
|
|
9665
|
-
/* @__PURE__ */ a(
|
|
9669
|
+
/* @__PURE__ */ a(u0, {})
|
|
9666
9670
|
] });
|
|
9667
9671
|
}
|
|
9668
|
-
const
|
|
9672
|
+
const u0 = () => /* @__PURE__ */ f("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 272 92", width: "272", height: "92", children: [
|
|
9669
9673
|
/* @__PURE__ */ a("path", { fill: "#EA4335", d: "M115.75 47.18c0 12.77-9.99 22.18-22.25 22.18s-22.25-9.41-22.25-22.18C71.25 34.32 81.24 25 93.5 25s22.25 9.32 22.25 22.18zm-9.74 0c0-7.98-5.79-13.44-12.51-13.44S80.99 39.2 80.99 47.18c0 7.9 5.79 13.44 12.51 13.44s12.51-5.55 12.51-13.44z" }),
|
|
9670
9674
|
/* @__PURE__ */ a("path", { fill: "#FBBC05", d: "M163.75 47.18c0 12.77-9.99 22.18-22.25 22.18s-22.25-9.41-22.25-22.18c0-12.85 9.99-22.18 22.25-22.18s22.25 9.32 22.25 22.18zm-9.74 0c0-7.98-5.79-13.44-12.51-13.44s-12.51 5.46-12.51 13.44c0 7.9 5.79 13.44 12.51 13.44s12.51-5.55 12.51-13.44z" }),
|
|
9671
9675
|
/* @__PURE__ */ a("path", { fill: "#4285F4", d: "M209.75 26.34v39.82c0 16.38-9.66 23.07-21.08 23.07-10.75 0-17.22-7.19-19.66-13.07l8.48-3.53c1.51 3.61 5.21 7.87 11.17 7.87 7.31 0 11.84-4.51 11.84-13v-3.19h-.34c-2.18 2.69-6.38 5.04-11.68 5.04-11.09 0-21.25-9.66-21.25-22.09 0-12.52 10.16-22.26 21.25-22.26 5.29 0 9.49 2.35 11.68 4.96h.34v-3.61h9.25zm-8.56 20.92c0-7.81-5.21-13.52-11.84-13.52-6.72 0-12.35 5.71-12.35 13.52 0 7.73 5.63 13.36 12.35 13.36 6.63 0 11.84-5.63 11.84-13.36z" }),
|
|
9672
9676
|
/* @__PURE__ */ a("path", { fill: "#34A853", d: "M225 3v65h-9.5V3h9.5z" }),
|
|
9673
9677
|
/* @__PURE__ */ a("path", { fill: "#EA4335", d: "M262.02 54.48l7.56 5.04c-2.44 3.61-8.32 9.83-18.48 9.83-12.6 0-22.01-9.74-22.01-22.18 0-13.19 9.49-22.18 20.92-22.18 11.51 0 17.14 9.16 18.98 14.11l1.01 2.52-29.65 12.28c2.27 4.45 5.8 6.72 10.75 6.72 4.96 0 8.4-2.44 10.92-6.14zm-23.27-7.98l19.82-8.23c-1.09-2.77-4.37-4.7-8.23-4.7-4.95 0-11.84 4.37-11.59 12.93z" }),
|
|
9674
9678
|
/* @__PURE__ */ a("path", { fill: "#4285F4", d: "M35.29 41.41V32H67c.31 1.64.47 3.58.47 5.68 0 7.06-1.93 15.79-8.15 22.01-6.05 6.3-13.78 9.66-24.02 9.66C16.32 69.35.36 53.89.36 34.91.36 15.93 16.32.47 35.3.47c10.5 0 17.98 4.12 23.6 9.49l-6.64 6.64c-4.03-3.78-9.49-6.72-16.97-6.72-13.86 0-24.7 11.17-24.7 25.03 0 13.86 10.84 25.03 24.7 25.03 8.99 0 14.11-3.61 17.39-6.89 2.66-2.66 4.41-6.46 5.1-11.65l-22.49.01z" })
|
|
9675
|
-
] }),
|
|
9679
|
+
] }), m0 = async (e) => {
|
|
9676
9680
|
if (!e.news || !e.news.authors) return null;
|
|
9677
9681
|
const { news: t, socials: n, texts: s } = e, r = t.authors.map(
|
|
9678
9682
|
(c) => c.internaluser ? `<a href="${`/${e.paths.autor}/${c.name}`}">${c.fullname}</a>` : c.fullname
|
|
@@ -9682,7 +9686,7 @@ const i0 = () => /* @__PURE__ */ f("svg", { xmlns: "http://www.w3.org/2000/svg",
|
|
|
9682
9686
|
"a",
|
|
9683
9687
|
{
|
|
9684
9688
|
className: de.whatsappLink,
|
|
9685
|
-
href: n[
|
|
9689
|
+
href: n[l0.WhatsApp].url,
|
|
9686
9690
|
rel: "noreferrer",
|
|
9687
9691
|
target: "_blank",
|
|
9688
9692
|
children: [
|
|
@@ -9720,7 +9724,7 @@ const i0 = () => /* @__PURE__ */ f("svg", { xmlns: "http://www.w3.org/2000/svg",
|
|
|
9720
9724
|
children: /* @__PURE__ */ a(Md, { noteShare: e.noteShare })
|
|
9721
9725
|
}
|
|
9722
9726
|
),
|
|
9723
|
-
/* @__PURE__ */ a(
|
|
9727
|
+
/* @__PURE__ */ a(d0, { url: e.noteShare?.googleProfile ?? "" }),
|
|
9724
9728
|
/* @__PURE__ */ f("section", { className: de.journalistSection, children: [
|
|
9725
9729
|
/* @__PURE__ */ a(
|
|
9726
9730
|
"div",
|
|
@@ -9762,22 +9766,22 @@ const i0 = () => /* @__PURE__ */ f("svg", { xmlns: "http://www.w3.org/2000/svg",
|
|
|
9762
9766
|
)
|
|
9763
9767
|
] })
|
|
9764
9768
|
] }) });
|
|
9765
|
-
},
|
|
9766
|
-
content:
|
|
9767
|
-
journalistArticleContent:
|
|
9768
|
-
contentNews:
|
|
9769
|
-
noteSource:
|
|
9770
|
-
},
|
|
9771
|
-
summaryContent:
|
|
9772
|
-
},
|
|
9769
|
+
}, h0 = "_content_1a2qt_1", f0 = "_journalistArticleContent_1a2qt_15", g0 = "_contentNews_1a2qt_35", p0 = "_noteSource_1a2qt_422", sn = {
|
|
9770
|
+
content: h0,
|
|
9771
|
+
journalistArticleContent: f0,
|
|
9772
|
+
contentNews: g0,
|
|
9773
|
+
noteSource: p0
|
|
9774
|
+
}, A0 = "_summaryContent_zuvmo_1", w0 = {
|
|
9775
|
+
summaryContent: A0
|
|
9776
|
+
}, y0 = async ({ summary: e }) => e && e.rendered && /* @__PURE__ */ a(
|
|
9773
9777
|
"section",
|
|
9774
9778
|
{
|
|
9775
|
-
className: `${
|
|
9779
|
+
className: `${w0.summaryContent} sass-summary-content`,
|
|
9776
9780
|
dangerouslySetInnerHTML: {
|
|
9777
9781
|
__html: e.rendered
|
|
9778
9782
|
}
|
|
9779
9783
|
}
|
|
9780
|
-
),
|
|
9784
|
+
), v0 = async ({
|
|
9781
9785
|
newsformated: e,
|
|
9782
9786
|
internal: t,
|
|
9783
9787
|
commonServices: n
|
|
@@ -9802,7 +9806,7 @@ const i0 = () => /* @__PURE__ */ f("svg", { xmlns: "http://www.w3.org/2000/svg",
|
|
|
9802
9806
|
/* @__PURE__ */ a("div", { className: bn.description, children: o && o[0]?.description })
|
|
9803
9807
|
] });
|
|
9804
9808
|
};
|
|
9805
|
-
function
|
|
9809
|
+
function b0(e) {
|
|
9806
9810
|
const t = e.children, n = `${e.slot_id}-`, s = e.visibleItems, r = e.cardGap ?? 20;
|
|
9807
9811
|
function o(c) {
|
|
9808
9812
|
const d = [], l = [];
|
|
@@ -9872,7 +9876,7 @@ function A0(e) {
|
|
|
9872
9876
|
</div>
|
|
9873
9877
|
`;
|
|
9874
9878
|
}
|
|
9875
|
-
const
|
|
9879
|
+
const C0 = (e) => /* @__PURE__ */ a(
|
|
9876
9880
|
"svg",
|
|
9877
9881
|
{
|
|
9878
9882
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -9888,10 +9892,10 @@ const w0 = (e) => /* @__PURE__ */ a(
|
|
|
9888
9892
|
}
|
|
9889
9893
|
)
|
|
9890
9894
|
}
|
|
9891
|
-
),
|
|
9892
|
-
content:
|
|
9893
|
-
title:
|
|
9894
|
-
},
|
|
9895
|
+
), _0 = "_content_cu8lm_1", N0 = "_title_cu8lm_18", ws = {
|
|
9896
|
+
content: _0,
|
|
9897
|
+
title: N0
|
|
9898
|
+
}, S0 = async ({
|
|
9895
9899
|
newsformated: e,
|
|
9896
9900
|
internal: t,
|
|
9897
9901
|
commonServices: n
|
|
@@ -9920,10 +9924,10 @@ const w0 = (e) => /* @__PURE__ */ a(
|
|
|
9920
9924
|
} catch {
|
|
9921
9925
|
return null;
|
|
9922
9926
|
}
|
|
9923
|
-
},
|
|
9924
|
-
content:
|
|
9925
|
-
title:
|
|
9926
|
-
},
|
|
9927
|
+
}, E0 = "_content_cu8lm_1", x0 = "_title_cu8lm_18", Wn = {
|
|
9928
|
+
content: E0,
|
|
9929
|
+
title: x0
|
|
9930
|
+
}, I0 = async ({
|
|
9927
9931
|
newsformated: e,
|
|
9928
9932
|
internal: t,
|
|
9929
9933
|
commonServices: n
|
|
@@ -9953,9 +9957,9 @@ const w0 = (e) => /* @__PURE__ */ a(
|
|
|
9953
9957
|
} catch {
|
|
9954
9958
|
return null;
|
|
9955
9959
|
}
|
|
9956
|
-
},
|
|
9957
|
-
content:
|
|
9958
|
-
},
|
|
9960
|
+
}, T0 = "_content_ezbiw_1", k0 = {
|
|
9961
|
+
content: T0
|
|
9962
|
+
}, U0 = async ({
|
|
9959
9963
|
newsformated: e,
|
|
9960
9964
|
internal: t,
|
|
9961
9965
|
commonServices: n
|
|
@@ -9971,27 +9975,27 @@ const w0 = (e) => /* @__PURE__ */ a(
|
|
|
9971
9975
|
return typeof c != "string" || c.trim() === "" ? null : /* @__PURE__ */ a(
|
|
9972
9976
|
"div",
|
|
9973
9977
|
{
|
|
9974
|
-
className:
|
|
9978
|
+
className: k0.content,
|
|
9975
9979
|
dangerouslySetInnerHTML: { __html: c }
|
|
9976
9980
|
}
|
|
9977
9981
|
);
|
|
9978
9982
|
} catch {
|
|
9979
9983
|
return null;
|
|
9980
9984
|
}
|
|
9981
|
-
},
|
|
9982
|
-
content:
|
|
9985
|
+
}, q0 = "_content_156j7_1", R0 = {
|
|
9986
|
+
content: q0
|
|
9983
9987
|
}, ht = {
|
|
9984
9988
|
videoEmbedded: "videoEmbedded",
|
|
9985
9989
|
videoYouTube: "videoYouTube",
|
|
9986
9990
|
iframe: "iframe",
|
|
9987
9991
|
fotoGaleria: "fotogaleria"
|
|
9988
|
-
},
|
|
9989
|
-
[ht.videoEmbedded]:
|
|
9990
|
-
[ht.videoYouTube]:
|
|
9991
|
-
[ht.iframe]:
|
|
9992
|
-
},
|
|
9993
|
-
const { config: n, info: s } = e, r = n.articlepreview, o = s.link.internal, i = r ?
|
|
9994
|
-
return i ? /* @__PURE__ */ a("div", { className:
|
|
9992
|
+
}, L0 = {
|
|
9993
|
+
[ht.videoEmbedded]: S0,
|
|
9994
|
+
[ht.videoYouTube]: I0,
|
|
9995
|
+
[ht.iframe]: U0
|
|
9996
|
+
}, B0 = ({ news: e, commonServices: t }) => {
|
|
9997
|
+
const { config: n, info: s } = e, r = n.articlepreview, o = s.link.internal, i = r ? L0[r] : null;
|
|
9998
|
+
return i ? /* @__PURE__ */ a("div", { className: R0.content, children: /* @__PURE__ */ a(
|
|
9995
9999
|
i,
|
|
9996
10000
|
{
|
|
9997
10001
|
newsformated: e,
|
|
@@ -9999,16 +10003,16 @@ const w0 = (e) => /* @__PURE__ */ a(
|
|
|
9999
10003
|
commonServices: t
|
|
10000
10004
|
}
|
|
10001
10005
|
) }) : null;
|
|
10002
|
-
},
|
|
10006
|
+
}, O0 = (e) => e.replace(
|
|
10003
10007
|
/<iframe(?![^>]*\bloading=)[^>]*>/gi,
|
|
10004
10008
|
(n) => n.replace("<iframe", '<iframe loading="lazy"')
|
|
10005
|
-
),
|
|
10009
|
+
), P0 = (e) => e.replace(
|
|
10006
10010
|
/<iframe(?![^>]*\btitle=)[^>]*>/gi,
|
|
10007
10011
|
(n) => n.replace("<iframe", '<iframe title="frame custom content"')
|
|
10008
|
-
),
|
|
10012
|
+
), D0 = (e) => e.replace(
|
|
10009
10013
|
/<span\b[^>]*class=["'][^"']*video__title[^"']*["'][^>]*>[\s\S]*?<\/span>/gi,
|
|
10010
10014
|
""
|
|
10011
|
-
),
|
|
10015
|
+
), M0 = async (e) => {
|
|
10012
10016
|
const { PUBLIC_IS_OFFLINE: t } = Y();
|
|
10013
10017
|
if (!(t === "true")) {
|
|
10014
10018
|
const l = /<img\b[^>]*\bsrc=["']([^"']+)["']/g, u = [...e.matchAll(l)], m = {};
|
|
@@ -10094,7 +10098,7 @@ const w0 = (e) => /* @__PURE__ */ a(
|
|
|
10094
10098
|
s = s.replace(u, b);
|
|
10095
10099
|
}
|
|
10096
10100
|
return s;
|
|
10097
|
-
},
|
|
10101
|
+
}, j0 = (e, t) => {
|
|
10098
10102
|
const n = {
|
|
10099
10103
|
2: 1,
|
|
10100
10104
|
4: 2,
|
|
@@ -10124,7 +10128,7 @@ const w0 = (e) => /* @__PURE__ */ a(
|
|
|
10124
10128
|
return c;
|
|
10125
10129
|
}
|
|
10126
10130
|
), r;
|
|
10127
|
-
},
|
|
10131
|
+
}, Q0 = (e) => {
|
|
10128
10132
|
const t = /<div class="ck-image-gallery"[^>]*?>([\s\S]*?)<\/div>/g, n = [...e.matchAll(t)];
|
|
10129
10133
|
let s = "", r = 0;
|
|
10130
10134
|
for (const o of n) {
|
|
@@ -10134,7 +10138,7 @@ const w0 = (e) => /* @__PURE__ */ a(
|
|
|
10134
10138
|
(g) => g[1]
|
|
10135
10139
|
).map(
|
|
10136
10140
|
(g) => `<img fetchPriority='low' loading='lazy' alt='imagen' src="${g}" class="carrusel-note-item" width="800" height="469"/>`
|
|
10137
|
-
), h = "gallery_embeded" + d.toString(), p =
|
|
10141
|
+
), h = "gallery_embeded" + d.toString(), p = b0({
|
|
10138
10142
|
slot_id: h,
|
|
10139
10143
|
children: m,
|
|
10140
10144
|
visibleItems: 1,
|
|
@@ -10143,7 +10147,7 @@ const w0 = (e) => /* @__PURE__ */ a(
|
|
|
10143
10147
|
s += p, r = l;
|
|
10144
10148
|
}
|
|
10145
10149
|
return s += e.slice(r), s;
|
|
10146
|
-
},
|
|
10150
|
+
}, G0 = async (e, t, n) => {
|
|
10147
10151
|
if (!n) return e;
|
|
10148
10152
|
const s = /<span data-src="(.*?)"><\/span>/g, r = [...e.matchAll(s)];
|
|
10149
10153
|
let o = e;
|
|
@@ -10173,7 +10177,7 @@ const w0 = (e) => /* @__PURE__ */ a(
|
|
|
10173
10177
|
}
|
|
10174
10178
|
return o;
|
|
10175
10179
|
};
|
|
10176
|
-
async function
|
|
10180
|
+
async function H0(e, t) {
|
|
10177
10181
|
let n = "", s = 0;
|
|
10178
10182
|
const r = /<div\b[^>]*\bclass=(["'])(?:(?!\1).)*\bck-video-player\b(?:(?!\1).)*\1[^>]*>/gi;
|
|
10179
10183
|
let o;
|
|
@@ -10257,9 +10261,9 @@ async function M0(e, t) {
|
|
|
10257
10261
|
w = h;
|
|
10258
10262
|
s = m, n += w, r.lastIndex = m;
|
|
10259
10263
|
}
|
|
10260
|
-
return n += e.slice(s), n =
|
|
10264
|
+
return n += e.slice(s), n = D0(n), n;
|
|
10261
10265
|
}
|
|
10262
|
-
async function
|
|
10266
|
+
async function z0(e) {
|
|
10263
10267
|
const {
|
|
10264
10268
|
news: t,
|
|
10265
10269
|
banners: n,
|
|
@@ -10272,15 +10276,15 @@ async function j0(e) {
|
|
|
10272
10276
|
commonServices: l
|
|
10273
10277
|
} = e;
|
|
10274
10278
|
let u = t?.body?.rendered ?? "";
|
|
10275
|
-
u = u.replace(/ /g, ""), u =
|
|
10279
|
+
u = u.replace(/ /g, ""), u = j0(u, n), u = Q0(u), u = await M0(u), u = await G0(
|
|
10276
10280
|
u,
|
|
10277
10281
|
e.texts,
|
|
10278
10282
|
s
|
|
10279
|
-
), u = await
|
|
10283
|
+
), u = await H0(u, d), u = O0(u), u = P0(u);
|
|
10280
10284
|
const m = t.main.sources ?? [], h = t.config.articlepreview === ht.fotoGaleria && t.hascontent?.hasgalleryimages;
|
|
10281
10285
|
return /* @__PURE__ */ f("div", { className: sn.content, children: [
|
|
10282
10286
|
o !== "liveblogs" && e.showHeaderImage ? h ? /* @__PURE__ */ a(
|
|
10283
|
-
|
|
10287
|
+
v0,
|
|
10284
10288
|
{
|
|
10285
10289
|
commonServices: l,
|
|
10286
10290
|
newsformated: t,
|
|
@@ -10289,7 +10293,7 @@ async function j0(e) {
|
|
|
10289
10293
|
) : /* @__PURE__ */ a(Cr, { preview: t.preview }) : null,
|
|
10290
10294
|
/* @__PURE__ */ a(we, { banners: n, name: "block_1" }),
|
|
10291
10295
|
/* @__PURE__ */ a("div", { className: sn.journalistArticleContent, children: /* @__PURE__ */ a(
|
|
10292
|
-
|
|
10296
|
+
m0,
|
|
10293
10297
|
{
|
|
10294
10298
|
autorIcon: e.autorIcon,
|
|
10295
10299
|
socials: c,
|
|
@@ -10299,7 +10303,7 @@ async function j0(e) {
|
|
|
10299
10303
|
paths: e.paths
|
|
10300
10304
|
}
|
|
10301
10305
|
) }),
|
|
10302
|
-
/* @__PURE__ */ a(
|
|
10306
|
+
/* @__PURE__ */ a(y0, { summary: t.main.summary }),
|
|
10303
10307
|
/* @__PURE__ */ a(
|
|
10304
10308
|
"div",
|
|
10305
10309
|
{
|
|
@@ -10310,7 +10314,7 @@ async function j0(e) {
|
|
|
10310
10314
|
}
|
|
10311
10315
|
),
|
|
10312
10316
|
/* @__PURE__ */ a(
|
|
10313
|
-
|
|
10317
|
+
c0,
|
|
10314
10318
|
{
|
|
10315
10319
|
texts: e.texts,
|
|
10316
10320
|
itemList: i,
|
|
@@ -10321,12 +10325,12 @@ async function j0(e) {
|
|
|
10321
10325
|
}
|
|
10322
10326
|
),
|
|
10323
10327
|
m.length > 0 && /* @__PURE__ */ f("div", { className: sn.noteSource, children: [
|
|
10324
|
-
/* @__PURE__ */ a(
|
|
10328
|
+
/* @__PURE__ */ a(C0, {}),
|
|
10325
10329
|
/* @__PURE__ */ a("p", { children: e.texts.noteSource + (m.length === 1 ? "" : "s") + ": " + m.map((p) => p.name).join(", ") })
|
|
10326
10330
|
] })
|
|
10327
10331
|
] });
|
|
10328
10332
|
}
|
|
10329
|
-
const
|
|
10333
|
+
const V0 = (e) => {
|
|
10330
10334
|
const { content: t, title: n, slot_id: s } = e, r = e.slot_id && e.slot_id !== "Nota_1";
|
|
10331
10335
|
return t && t.length !== 0 && /* @__PURE__ */ a(pe, { title: n, titleUrl: e.titleUrl, children: /* @__PURE__ */ a(xt, { slot_id: s, cardWidth: 200, children: t.map((o, i) => {
|
|
10332
10336
|
const c = { ...o, main: {
|
|
@@ -10334,7 +10338,7 @@ const Q0 = (e) => {
|
|
|
10334
10338
|
title: { ...o.main.title, section: r ? o.main.title.home : o.main.title.section }
|
|
10335
10339
|
} };
|
|
10336
10340
|
return /* @__PURE__ */ a(
|
|
10337
|
-
|
|
10341
|
+
Ln,
|
|
10338
10342
|
{
|
|
10339
10343
|
...c,
|
|
10340
10344
|
titleGradient: !0,
|
|
@@ -10343,7 +10347,7 @@ const Q0 = (e) => {
|
|
|
10343
10347
|
i
|
|
10344
10348
|
);
|
|
10345
10349
|
}) }) });
|
|
10346
|
-
},
|
|
10350
|
+
}, F0 = (e) => {
|
|
10347
10351
|
const { content: t, title: n, slot_id: s } = e, r = e.slot_id && e.slot_id !== "Nota_1";
|
|
10348
10352
|
return t && t.length !== 0 && /* @__PURE__ */ a(pe, { title: n, titleUrl: e.titleUrl, children: /* @__PURE__ */ a(
|
|
10349
10353
|
xt,
|
|
@@ -10358,7 +10362,7 @@ const Q0 = (e) => {
|
|
|
10358
10362
|
title: { ...o.main.title, section: r ? o.main.title.home : o.main.title.section }
|
|
10359
10363
|
} };
|
|
10360
10364
|
return /* @__PURE__ */ a(
|
|
10361
|
-
|
|
10365
|
+
Ln,
|
|
10362
10366
|
{
|
|
10363
10367
|
...c,
|
|
10364
10368
|
titleGradient: !0,
|
|
@@ -10369,7 +10373,7 @@ const Q0 = (e) => {
|
|
|
10369
10373
|
})
|
|
10370
10374
|
}
|
|
10371
10375
|
) });
|
|
10372
|
-
},
|
|
10376
|
+
}, $0 = (e) => {
|
|
10373
10377
|
const { content: t, title: n, slot_id: s } = e, r = e.slot_id && e.slot_id !== "Nota_1";
|
|
10374
10378
|
return t && t.length !== 0 && /* @__PURE__ */ a(pe, { title: n, titleUrl: e.titleUrl, children: /* @__PURE__ */ a(
|
|
10375
10379
|
xt,
|
|
@@ -10385,7 +10389,7 @@ const Q0 = (e) => {
|
|
|
10385
10389
|
title: { ...o.main.title, section: r ? o.main.title.home : o.main.title.section }
|
|
10386
10390
|
} };
|
|
10387
10391
|
return /* @__PURE__ */ rt(
|
|
10388
|
-
|
|
10392
|
+
Ln,
|
|
10389
10393
|
{
|
|
10390
10394
|
...c,
|
|
10391
10395
|
key: i,
|
|
@@ -10401,15 +10405,15 @@ const Q0 = (e) => {
|
|
|
10401
10405
|
for (const n in e)
|
|
10402
10406
|
n.startsWith("--") && (t[n] = e[n]);
|
|
10403
10407
|
return t;
|
|
10404
|
-
},
|
|
10405
|
-
headerSection:
|
|
10406
|
-
title:
|
|
10407
|
-
subtitle:
|
|
10408
|
-
newsContent:
|
|
10409
|
-
containerCards:
|
|
10410
|
-
image:
|
|
10411
|
-
blockHeadContainer:
|
|
10412
|
-
},
|
|
10408
|
+
}, W0 = "_headerSection_1c69w_1", Y0 = "_title_1c69w_11", K0 = "_subtitle_1c69w_23", J0 = "_newsContent_1c69w_36", Z0 = "_containerCards_1c69w_44", X0 = "_image_1c69w_50", eg = "_blockHeadContainer_1c69w_56", it = {
|
|
10409
|
+
headerSection: W0,
|
|
10410
|
+
title: Y0,
|
|
10411
|
+
subtitle: K0,
|
|
10412
|
+
newsContent: J0,
|
|
10413
|
+
containerCards: Z0,
|
|
10414
|
+
image: X0,
|
|
10415
|
+
blockHeadContainer: eg
|
|
10416
|
+
}, tg = (e) => {
|
|
10413
10417
|
const { content: t, title: n, isVideo: s } = e;
|
|
10414
10418
|
if (!t || t.length === 0) return;
|
|
10415
10419
|
const r = t[0], o = t.slice(1), i = e.slot_id && e.slot_id !== "Nota_1";
|
|
@@ -10458,17 +10462,17 @@ const Q0 = (e) => {
|
|
|
10458
10462
|
banner: (e) => /* @__PURE__ */ a(we, { ...e, name: e.slot_id.replace("Home", "block") }),
|
|
10459
10463
|
readest: (e) => /* @__PURE__ */ a(Sa, { ...e }),
|
|
10460
10464
|
"Modulo 1x3": (e) => /* @__PURE__ */ a(Ir, { ...e }),
|
|
10461
|
-
"Modulo 1x4": (e) => /* @__PURE__ */ a(
|
|
10462
|
-
"Modulo 1x5": (e) => /* @__PURE__ */ a(
|
|
10463
|
-
"Destacado noticias": (e) => /* @__PURE__ */ a(
|
|
10464
|
-
"Destacado full width": (e) => /* @__PURE__ */ a(
|
|
10465
|
-
"Destacado videos": (e) => /* @__PURE__ */ a(
|
|
10466
|
-
"Carrusel card": (e) => /* @__PURE__ */ a(
|
|
10467
|
-
"Carrusel story": (e) => /* @__PURE__ */ a(
|
|
10468
|
-
"Carrusel owl": (e) => /* @__PURE__ */ a(
|
|
10469
|
-
"Modulo fotogaleria": (e) => /* @__PURE__ */ a(
|
|
10470
|
-
"Carrusel opinion": (e) => /* @__PURE__ */ a(
|
|
10471
|
-
"Modulo 1x3 card": (e) => /* @__PURE__ */ a(
|
|
10465
|
+
"Modulo 1x4": (e) => /* @__PURE__ */ a($2, { ...e }),
|
|
10466
|
+
"Modulo 1x5": (e) => /* @__PURE__ */ a(J2, { ...e }),
|
|
10467
|
+
"Destacado noticias": (e) => /* @__PURE__ */ a(A2, { ...e }),
|
|
10468
|
+
"Destacado full width": (e) => /* @__PURE__ */ a(tg, { ...e }),
|
|
10469
|
+
"Destacado videos": (e) => /* @__PURE__ */ a(tf, { ...e }),
|
|
10470
|
+
"Carrusel card": (e) => /* @__PURE__ */ a(gf, { ...e }),
|
|
10471
|
+
"Carrusel story": (e) => /* @__PURE__ */ a(V0, { ...e }),
|
|
10472
|
+
"Carrusel owl": (e) => /* @__PURE__ */ a(F0, { ...e }),
|
|
10473
|
+
"Modulo fotogaleria": (e) => /* @__PURE__ */ a($0, { ...e }),
|
|
10474
|
+
"Carrusel opinion": (e) => /* @__PURE__ */ a(Nf, { ...e }),
|
|
10475
|
+
"Modulo 1x3 card": (e) => /* @__PURE__ */ a(ff, { ...e })
|
|
10472
10476
|
};
|
|
10473
10477
|
function Tr({
|
|
10474
10478
|
component: e,
|
|
@@ -10479,7 +10483,7 @@ function Tr({
|
|
|
10479
10483
|
if (s)
|
|
10480
10484
|
return ys[e] && /* @__PURE__ */ a("div", { className: "home-slot", style: Ta(n), children: ys[e]({ ...n, banners: s, slot_id: t }) });
|
|
10481
10485
|
}
|
|
10482
|
-
function
|
|
10486
|
+
function x3({
|
|
10483
10487
|
children: e,
|
|
10484
10488
|
stylesConfigEntry: t
|
|
10485
10489
|
}) {
|
|
@@ -10525,7 +10529,7 @@ const vs = {
|
|
|
10525
10529
|
},
|
|
10526
10530
|
Super: (e) => /* @__PURE__ */ a(_t, { ...e.data[0], paths: e.paths }),
|
|
10527
10531
|
"3 notas verticales": (e) => /* @__PURE__ */ a(
|
|
10528
|
-
|
|
10532
|
+
c2,
|
|
10529
10533
|
{
|
|
10530
10534
|
content: e.data,
|
|
10531
10535
|
customLargeSection: e.customLargeSection,
|
|
@@ -10534,7 +10538,7 @@ const vs = {
|
|
|
10534
10538
|
}
|
|
10535
10539
|
),
|
|
10536
10540
|
"3 notas horizontales": (e) => /* @__PURE__ */ a(
|
|
10537
|
-
|
|
10541
|
+
r2,
|
|
10538
10542
|
{
|
|
10539
10543
|
content: e.data,
|
|
10540
10544
|
customLargeSection: e.customLargeSection,
|
|
@@ -10551,7 +10555,7 @@ const vs = {
|
|
|
10551
10555
|
...t,
|
|
10552
10556
|
rightOnlyBanner: s,
|
|
10553
10557
|
banners: n
|
|
10554
|
-
}) }),
|
|
10558
|
+
}) }), I3 = ({
|
|
10555
10559
|
slots: e,
|
|
10556
10560
|
DYNAMIC_SLOT_SUBINDEXES: t,
|
|
10557
10561
|
stylesConfig: n,
|
|
@@ -10602,7 +10606,7 @@ const vs = {
|
|
|
10602
10606
|
);
|
|
10603
10607
|
}
|
|
10604
10608
|
return c;
|
|
10605
|
-
},
|
|
10609
|
+
}, T3 = ({
|
|
10606
10610
|
mainBlock: e,
|
|
10607
10611
|
StylesConfigMain: t,
|
|
10608
10612
|
config: n,
|
|
@@ -10645,14 +10649,14 @@ const vs = {
|
|
|
10645
10649
|
),
|
|
10646
10650
|
/* @__PURE__ */ a(mt, { children: /* @__PURE__ */ a(st, { banners: s, index: 1 }) })
|
|
10647
10651
|
] });
|
|
10648
|
-
},
|
|
10652
|
+
}, ng = (e) => {
|
|
10649
10653
|
const { config: t } = e, n = t.articlepreview;
|
|
10650
10654
|
return !![
|
|
10651
10655
|
ht.videoEmbedded,
|
|
10652
10656
|
ht.videoYouTube,
|
|
10653
10657
|
ht.iframe
|
|
10654
10658
|
].includes(n);
|
|
10655
|
-
},
|
|
10659
|
+
}, k3 = async (e) => {
|
|
10656
10660
|
const {
|
|
10657
10661
|
custom_complement: t,
|
|
10658
10662
|
ranking: n = [],
|
|
@@ -10666,9 +10670,9 @@ const vs = {
|
|
|
10666
10670
|
getVideos: u
|
|
10667
10671
|
} = e, m = e.slug === "liveblogs", { SHOW_NEWS_MORE_NEWS: h, SHOW_NEWS_RELATED_NEWS: p } = Y();
|
|
10668
10672
|
if (!(!o || !o[0]))
|
|
10669
|
-
return /* @__PURE__ */ a(J, { children: /* @__PURE__ */ f(
|
|
10673
|
+
return /* @__PURE__ */ a(J, { children: /* @__PURE__ */ f(Of, { className: ma.contentLayout2, children: [
|
|
10670
10674
|
/* @__PURE__ */ a(
|
|
10671
|
-
|
|
10675
|
+
Hf,
|
|
10672
10676
|
{
|
|
10673
10677
|
option: e.slug,
|
|
10674
10678
|
news: o,
|
|
@@ -10678,14 +10682,14 @@ const vs = {
|
|
|
10678
10682
|
),
|
|
10679
10683
|
/* @__PURE__ */ a(st, { banners: s, index: 1 }),
|
|
10680
10684
|
!m && e.commonServices && /* @__PURE__ */ a(
|
|
10681
|
-
|
|
10685
|
+
B0,
|
|
10682
10686
|
{
|
|
10683
10687
|
news: o[0],
|
|
10684
10688
|
commonServices: e.commonServices
|
|
10685
10689
|
}
|
|
10686
10690
|
),
|
|
10687
10691
|
/* @__PURE__ */ a(
|
|
10688
|
-
|
|
10692
|
+
Gf,
|
|
10689
10693
|
{
|
|
10690
10694
|
texts: e.texts,
|
|
10691
10695
|
paths: e.paths,
|
|
@@ -10697,7 +10701,7 @@ const vs = {
|
|
|
10697
10701
|
banner: /* @__PURE__ */ a(we, { banners: s ?? [], name: "right_2" }),
|
|
10698
10702
|
complement: /* @__PURE__ */ f("div", { id: "comentarios", suppressHydrationWarning: !0, children: [
|
|
10699
10703
|
r.length > 0 && /* @__PURE__ */ a(
|
|
10700
|
-
|
|
10704
|
+
Nh,
|
|
10701
10705
|
{
|
|
10702
10706
|
texts: e.texts,
|
|
10703
10707
|
autorIcon: e.autorIcon,
|
|
@@ -10706,7 +10710,7 @@ const vs = {
|
|
|
10706
10710
|
}
|
|
10707
10711
|
),
|
|
10708
10712
|
o[0].authors.length > 1 && /* @__PURE__ */ a(
|
|
10709
|
-
|
|
10713
|
+
qh,
|
|
10710
10714
|
{
|
|
10711
10715
|
news: o[0],
|
|
10712
10716
|
autorIcon: e.autorIcon,
|
|
@@ -10715,7 +10719,7 @@ const vs = {
|
|
|
10715
10719
|
}
|
|
10716
10720
|
),
|
|
10717
10721
|
/* @__PURE__ */ a("div", { className: ma.tagContent, children: /* @__PURE__ */ a(
|
|
10718
|
-
|
|
10722
|
+
fh,
|
|
10719
10723
|
{
|
|
10720
10724
|
tags: o[0]?.keywords?.tags,
|
|
10721
10725
|
paths: e.paths
|
|
@@ -10795,7 +10799,7 @@ const vs = {
|
|
|
10795
10799
|
},
|
|
10796
10800
|
children: [
|
|
10797
10801
|
/* @__PURE__ */ a(
|
|
10798
|
-
|
|
10802
|
+
z0,
|
|
10799
10803
|
{
|
|
10800
10804
|
texts: e.texts,
|
|
10801
10805
|
autorIcon: e.autorIcon,
|
|
@@ -10809,7 +10813,7 @@ const vs = {
|
|
|
10809
10813
|
getVideos: u,
|
|
10810
10814
|
noteShare: e.noteShare,
|
|
10811
10815
|
paths: e.paths,
|
|
10812
|
-
showHeaderImage: !
|
|
10816
|
+
showHeaderImage: !ng(o[0]),
|
|
10813
10817
|
commonServices: e.commonServices
|
|
10814
10818
|
}
|
|
10815
10819
|
),
|
|
@@ -10820,13 +10824,13 @@ const vs = {
|
|
|
10820
10824
|
}
|
|
10821
10825
|
)
|
|
10822
10826
|
] }) });
|
|
10823
|
-
},
|
|
10824
|
-
content:
|
|
10825
|
-
buttonStyled:
|
|
10826
|
-
searchStyled:
|
|
10827
|
-
inputStyled:
|
|
10828
|
-
inputStyledTest:
|
|
10829
|
-
},
|
|
10827
|
+
}, ag = "_content_1046n_1", sg = "_buttonStyled_1046n_9", rg = "_searchStyled_1046n_20", og = "_inputStyled_1046n_36", ig = "_inputStyledTest_1046n_55", Ot = {
|
|
10828
|
+
content: ag,
|
|
10829
|
+
buttonStyled: sg,
|
|
10830
|
+
searchStyled: rg,
|
|
10831
|
+
inputStyled: og,
|
|
10832
|
+
inputStyledTest: ig
|
|
10833
|
+
}, cg = (e) => /* @__PURE__ */ a(
|
|
10830
10834
|
"svg",
|
|
10831
10835
|
{
|
|
10832
10836
|
width: "68",
|
|
@@ -10845,7 +10849,7 @@ const vs = {
|
|
|
10845
10849
|
}
|
|
10846
10850
|
) })
|
|
10847
10851
|
}
|
|
10848
|
-
),
|
|
10852
|
+
), U3 = (e) => /* @__PURE__ */ a(
|
|
10849
10853
|
"form",
|
|
10850
10854
|
{
|
|
10851
10855
|
className: Ot.content,
|
|
@@ -10859,14 +10863,14 @@ const vs = {
|
|
|
10859
10863
|
placeholder: e.texts.searchKeyWord + "..."
|
|
10860
10864
|
}
|
|
10861
10865
|
),
|
|
10862
|
-
/* @__PURE__ */ a("button", { className: Ot.buttonStyled, type: "submit", children: /* @__PURE__ */ a(
|
|
10866
|
+
/* @__PURE__ */ a("button", { className: Ot.buttonStyled, type: "submit", children: /* @__PURE__ */ a(cg, { className: Ot.searchStyled }) })
|
|
10863
10867
|
] })
|
|
10864
10868
|
}
|
|
10865
|
-
),
|
|
10866
|
-
content:
|
|
10867
|
-
newsContentSection:
|
|
10868
|
-
itemContent:
|
|
10869
|
-
},
|
|
10869
|
+
), lg = "_content_io3tv_1", dg = "_newsContentSection_io3tv_5", ug = "_itemContent_io3tv_10", Kn = {
|
|
10870
|
+
content: lg,
|
|
10871
|
+
newsContentSection: dg,
|
|
10872
|
+
itemContent: ug
|
|
10873
|
+
}, q3 = (e) => {
|
|
10870
10874
|
const {
|
|
10871
10875
|
data: t,
|
|
10872
10876
|
option: n,
|
|
@@ -10886,7 +10890,7 @@ const vs = {
|
|
|
10886
10890
|
switch (n) {
|
|
10887
10891
|
case "op1":
|
|
10888
10892
|
return /* @__PURE__ */ a(J, { children: /* @__PURE__ */ f(ls, { children: [
|
|
10889
|
-
/* @__PURE__ */ a(
|
|
10893
|
+
/* @__PURE__ */ a(ou, { autor: s[0], autorIcon: e.autorIcon }),
|
|
10890
10894
|
/* @__PURE__ */ a(
|
|
10891
10895
|
_r,
|
|
10892
10896
|
{
|
|
@@ -10968,7 +10972,7 @@ const vs = {
|
|
|
10968
10972
|
] }) });
|
|
10969
10973
|
case "op2":
|
|
10970
10974
|
return /* @__PURE__ */ a(J, { children: /* @__PURE__ */ f(ls, { children: [
|
|
10971
|
-
/* @__PURE__ */ a(
|
|
10975
|
+
/* @__PURE__ */ a(Au, { autor: s[0], autorIcon: e.autorIcon }),
|
|
10972
10976
|
Array.isArray(t) ? /* @__PURE__ */ f(J, { children: [
|
|
10973
10977
|
/* @__PURE__ */ a(
|
|
10974
10978
|
Ir,
|
|
@@ -11022,22 +11026,22 @@ const vs = {
|
|
|
11022
11026
|
default:
|
|
11023
11027
|
return /* @__PURE__ */ a(J, {});
|
|
11024
11028
|
}
|
|
11025
|
-
},
|
|
11026
|
-
content:
|
|
11027
|
-
videoContent:
|
|
11028
|
-
},
|
|
11029
|
-
container:
|
|
11030
|
-
playStyled:
|
|
11031
|
-
imageStyled:
|
|
11032
|
-
longer:
|
|
11033
|
-
contentNews:
|
|
11034
|
-
tagContent:
|
|
11035
|
-
tag:
|
|
11036
|
-
titular:
|
|
11037
|
-
small:
|
|
11038
|
-
figure:
|
|
11039
|
-
backDrop:
|
|
11040
|
-
backDropAux:
|
|
11029
|
+
}, mg = "_content_pq89v_1", hg = "_videoContent_pq89v_9", bs = {
|
|
11030
|
+
content: mg,
|
|
11031
|
+
videoContent: hg
|
|
11032
|
+
}, fg = "_container_1xr2t_1", gg = "_playStyled_1xr2t_6", pg = "_imageStyled_1xr2t_13", Ag = "_longer_1xr2t_26", wg = "_contentNews_1xr2t_31", yg = "_tagContent_1xr2t_51", vg = "_tag_1xr2t_51", bg = "_titular_1xr2t_68", Cg = "_small_1xr2t_81", _g = "_figure_1xr2t_87", Ng = "_backDrop_1xr2t_92", Sg = "_backDropAux_1xr2t_100", Pt = {
|
|
11033
|
+
container: fg,
|
|
11034
|
+
playStyled: gg,
|
|
11035
|
+
imageStyled: pg,
|
|
11036
|
+
longer: Ag,
|
|
11037
|
+
contentNews: wg,
|
|
11038
|
+
tagContent: yg,
|
|
11039
|
+
tag: vg,
|
|
11040
|
+
titular: bg,
|
|
11041
|
+
small: Cg,
|
|
11042
|
+
figure: _g,
|
|
11043
|
+
backDrop: Ng,
|
|
11044
|
+
backDropAux: Sg
|
|
11041
11045
|
}, Cs = async (e) => {
|
|
11042
11046
|
const { size: t = "longer", video: n } = e, s = n.main.image.sizes[0]?.url ?? "";
|
|
11043
11047
|
return /* @__PURE__ */ a("figure", { className: Pt.figure, children: /* @__PURE__ */ f("span", { className: Pt.backdrop, children: [
|
|
@@ -11070,7 +11074,7 @@ const vs = {
|
|
|
11070
11074
|
)
|
|
11071
11075
|
] }) })
|
|
11072
11076
|
] }) });
|
|
11073
|
-
},
|
|
11077
|
+
}, Eg = (e) => {
|
|
11074
11078
|
const { videos: t } = e;
|
|
11075
11079
|
return /* @__PURE__ */ a("div", { className: bs.content, children: /* @__PURE__ */ a(Ft, { children: /* @__PURE__ */ a(pe, { title: "Videos", isTitle: !0, children: /* @__PURE__ */ f("div", { className: bs.videoContent, children: [
|
|
11076
11080
|
/* @__PURE__ */ a(Cs, { video: t[0] }),
|
|
@@ -11083,18 +11087,18 @@ const vs = {
|
|
|
11083
11087
|
`video-small-${s}`
|
|
11084
11088
|
)) })
|
|
11085
11089
|
] }) }) }) });
|
|
11086
|
-
},
|
|
11087
|
-
content:
|
|
11088
|
-
videoContent:
|
|
11089
|
-
articleSection:
|
|
11090
|
-
contentLatout:
|
|
11091
|
-
title:
|
|
11092
|
-
article:
|
|
11093
|
-
correspondent:
|
|
11094
|
-
},
|
|
11095
|
-
container:
|
|
11096
|
-
playStyled:
|
|
11097
|
-
},
|
|
11090
|
+
}, xg = "_content_ruy5q_1", Ig = "_videoContent_ruy5q_9", Tg = "_articleSection_ruy5q_21", kg = "_contentLatout_ruy5q_31", Ug = "_title_ruy5q_36", qg = "_article_ruy5q_21", Rg = "_correspondent_ruy5q_64", ct = {
|
|
11091
|
+
content: xg,
|
|
11092
|
+
videoContent: Ig,
|
|
11093
|
+
articleSection: Tg,
|
|
11094
|
+
contentLatout: kg,
|
|
11095
|
+
title: Ug,
|
|
11096
|
+
article: qg,
|
|
11097
|
+
correspondent: Rg
|
|
11098
|
+
}, Lg = "_container_1rq2h_1", Bg = "_playStyled_1rq2h_9", _s = {
|
|
11099
|
+
container: Lg,
|
|
11100
|
+
playStyled: Bg
|
|
11101
|
+
}, Og = (e) => {
|
|
11098
11102
|
const { video: t } = e, n = Na();
|
|
11099
11103
|
return /* @__PURE__ */ a(
|
|
11100
11104
|
O,
|
|
@@ -11116,12 +11120,12 @@ const vs = {
|
|
|
11116
11120
|
] })
|
|
11117
11121
|
}
|
|
11118
11122
|
);
|
|
11119
|
-
},
|
|
11123
|
+
}, Pg = (e) => {
|
|
11120
11124
|
const t = () => e?.video.main.author ? `${e?.video.main.author} - ${je(
|
|
11121
11125
|
e.video.info.date.created
|
|
11122
11126
|
)}` : e?.video.main.author;
|
|
11123
11127
|
return /* @__PURE__ */ a("div", { className: ct.content, children: /* @__PURE__ */ a(Ft, { className: ct.contentLatout, children: /* @__PURE__ */ a(pe, { title: "Videos", isTitle: !0, children: /* @__PURE__ */ f("div", { className: ct.videoContent, children: [
|
|
11124
|
-
/* @__PURE__ */ a(
|
|
11128
|
+
/* @__PURE__ */ a(Og, { video: e.video }),
|
|
11125
11129
|
/* @__PURE__ */ f("div", { className: ct.articleSection, children: [
|
|
11126
11130
|
/* @__PURE__ */ a(
|
|
11127
11131
|
O,
|
|
@@ -11136,17 +11140,17 @@ const vs = {
|
|
|
11136
11140
|
/* @__PURE__ */ a("p", { className: ct.correspondent, children: t() })
|
|
11137
11141
|
] })
|
|
11138
11142
|
] }) }) }) });
|
|
11139
|
-
},
|
|
11143
|
+
}, R3 = (e) => {
|
|
11140
11144
|
switch (e.option) {
|
|
11141
11145
|
case "op1":
|
|
11142
|
-
return /* @__PURE__ */ a(
|
|
11146
|
+
return /* @__PURE__ */ a(Eg, { videos: e.data });
|
|
11143
11147
|
case "op2":
|
|
11144
|
-
return /* @__PURE__ */ a(
|
|
11148
|
+
return /* @__PURE__ */ a(Pg, { video: e.data[0] });
|
|
11145
11149
|
default:
|
|
11146
11150
|
return /* @__PURE__ */ a(J, {});
|
|
11147
11151
|
}
|
|
11148
11152
|
};
|
|
11149
|
-
function
|
|
11153
|
+
function L3({ containerId: e, containerId2: t }) {
|
|
11150
11154
|
return Me(() => {
|
|
11151
11155
|
try {
|
|
11152
11156
|
let n = function() {
|
|
@@ -11182,7 +11186,7 @@ function k3({ containerId: e, containerId2: t }) {
|
|
|
11182
11186
|
}
|
|
11183
11187
|
}, [e]), null;
|
|
11184
11188
|
}
|
|
11185
|
-
const
|
|
11189
|
+
const Dg = (e) => {
|
|
11186
11190
|
const {
|
|
11187
11191
|
//rounded = false,
|
|
11188
11192
|
isVideo: t = !1,
|
|
@@ -11244,7 +11248,7 @@ const Rg = (e) => {
|
|
|
11244
11248
|
] })
|
|
11245
11249
|
] })
|
|
11246
11250
|
] }) });
|
|
11247
|
-
},
|
|
11251
|
+
}, Mg = (e) => /* @__PURE__ */ a(
|
|
11248
11252
|
"svg",
|
|
11249
11253
|
{
|
|
11250
11254
|
width: "41",
|
|
@@ -11261,7 +11265,7 @@ const Rg = (e) => {
|
|
|
11261
11265
|
}
|
|
11262
11266
|
)
|
|
11263
11267
|
}
|
|
11264
|
-
),
|
|
11268
|
+
), jg = {
|
|
11265
11269
|
info: {
|
|
11266
11270
|
section: {
|
|
11267
11271
|
name: "",
|
|
@@ -11318,14 +11322,14 @@ const Rg = (e) => {
|
|
|
11318
11322
|
}
|
|
11319
11323
|
],
|
|
11320
11324
|
preview: void 0
|
|
11321
|
-
}, Ns = 6,
|
|
11325
|
+
}, Ns = 6, Qg = ({
|
|
11322
11326
|
section: e,
|
|
11323
11327
|
currentNews: t,
|
|
11324
11328
|
banner: n,
|
|
11325
11329
|
isVisible: s = !1,
|
|
11326
11330
|
stylesConfig: r
|
|
11327
11331
|
}) => {
|
|
11328
|
-
const [o, i] = K({ data: Array.from({ length: Ns }, () =>
|
|
11332
|
+
const [o, i] = K({ data: Array.from({ length: Ns }, () => jg) }), [c, d] = K(!1), l = fe(async () => {
|
|
11329
11333
|
if (!(c || !t?.info?.link?.internal)) {
|
|
11330
11334
|
d(!0);
|
|
11331
11335
|
try {
|
|
@@ -11348,7 +11352,7 @@ const Rg = (e) => {
|
|
|
11348
11352
|
return Me(() => {
|
|
11349
11353
|
s && l();
|
|
11350
11354
|
}, [s, o, l]), !o?.data || o.data.length === 0 ? null : /* @__PURE__ */ a(
|
|
11351
|
-
|
|
11355
|
+
Gg,
|
|
11352
11356
|
{
|
|
11353
11357
|
news: o.data,
|
|
11354
11358
|
title: "Más Noticias",
|
|
@@ -11360,7 +11364,7 @@ const Rg = (e) => {
|
|
|
11360
11364
|
isVisible: s
|
|
11361
11365
|
}
|
|
11362
11366
|
);
|
|
11363
|
-
},
|
|
11367
|
+
}, Gg = (e) => {
|
|
11364
11368
|
const { news: t, hasLines: n = !1 } = e, s = (r) => n && (r + 1) % 3 !== 0 ? da.contentSeparator : "";
|
|
11365
11369
|
return /* @__PURE__ */ a(
|
|
11366
11370
|
"div",
|
|
@@ -11396,7 +11400,7 @@ const Rg = (e) => {
|
|
|
11396
11400
|
"aria-label": i?.title?.section ?? "nota",
|
|
11397
11401
|
target: d?.link?.target,
|
|
11398
11402
|
children: /* @__PURE__ */ a(
|
|
11399
|
-
|
|
11403
|
+
Dg,
|
|
11400
11404
|
{
|
|
11401
11405
|
isVisible: e.isVisible,
|
|
11402
11406
|
preview: l,
|
|
@@ -11409,7 +11413,7 @@ const Rg = (e) => {
|
|
|
11409
11413
|
}
|
|
11410
11414
|
),
|
|
11411
11415
|
/* @__PURE__ */ a("div", { className: Dt.newsDescription, children: /* @__PURE__ */ a(
|
|
11412
|
-
|
|
11416
|
+
Hg,
|
|
11413
11417
|
{
|
|
11414
11418
|
main: i,
|
|
11415
11419
|
authors: c,
|
|
@@ -11430,14 +11434,14 @@ const Rg = (e) => {
|
|
|
11430
11434
|
})
|
|
11431
11435
|
}
|
|
11432
11436
|
);
|
|
11433
|
-
},
|
|
11437
|
+
}, Hg = (e) => {
|
|
11434
11438
|
const { share: t = !1, cutSubtitle: n = !0 } = e, r = (() => {
|
|
11435
11439
|
if (!e?.authors || e.authors.length === 0) return "";
|
|
11436
11440
|
const o = e.authors[0], i = je(e.info?.date?.modified);
|
|
11437
11441
|
return o && e?.config?.showtime && e.config?.showauthor ? `${o.fullname} - ${i}` : o && e.config?.showauthor ? o.fullname : e?.config?.showtime ? i : "";
|
|
11438
11442
|
})();
|
|
11439
11443
|
return /* @__PURE__ */ f("div", { className: se.boxInformation, children: [
|
|
11440
|
-
t && /* @__PURE__ */ a(
|
|
11444
|
+
t && /* @__PURE__ */ a(Mg, { className: se.dotStyles }),
|
|
11441
11445
|
e?.info?.section?.url && /* @__PURE__ */ f("div", { className: se.sectionDescriptionContainer, children: [
|
|
11442
11446
|
/* @__PURE__ */ a(
|
|
11443
11447
|
O,
|
|
@@ -11483,7 +11487,7 @@ const Rg = (e) => {
|
|
|
11483
11487
|
}
|
|
11484
11488
|
) : /* @__PURE__ */ a("div", { className: se.correspondent, children: r }) })
|
|
11485
11489
|
] });
|
|
11486
|
-
},
|
|
11490
|
+
}, zg = ({
|
|
11487
11491
|
user: e,
|
|
11488
11492
|
handleLogout: t,
|
|
11489
11493
|
message: n
|
|
@@ -11522,25 +11526,25 @@ const Rg = (e) => {
|
|
|
11522
11526
|
/* @__PURE__ */ a("p", { className: "comment-text", children: n })
|
|
11523
11527
|
] })
|
|
11524
11528
|
] }) });
|
|
11525
|
-
},
|
|
11526
|
-
overlay:
|
|
11527
|
-
popup:
|
|
11528
|
-
title:
|
|
11529
|
-
optionsContainer:
|
|
11530
|
-
option:
|
|
11531
|
-
radioInput:
|
|
11532
|
-
radioCustom:
|
|
11533
|
-
optionLabel:
|
|
11534
|
-
buttons:
|
|
11535
|
-
cancelButton:
|
|
11536
|
-
closeButton:
|
|
11537
|
-
buttonAlone:
|
|
11538
|
-
reportButton:
|
|
11539
|
-
successContainer:
|
|
11540
|
-
thumbsUp:
|
|
11541
|
-
successMessage:
|
|
11542
|
-
errorMessage:
|
|
11543
|
-
loadingContainer:
|
|
11529
|
+
}, Vg = "_overlay_qj491_3", Fg = "_popup_qj491_17", $g = "_title_qj491_40", Wg = "_optionsContainer_qj491_52", Yg = "_option_qj491_52", Kg = "_radioInput_qj491_66", Jg = "_radioCustom_qj491_70", Zg = "_optionLabel_qj491_97", Xg = "_buttons_qj491_110", ep = "_cancelButton_qj491_117", tp = "_closeButton_qj491_118", np = "_buttonAlone_qj491_137", ap = "_reportButton_qj491_143", sp = "_successContainer_qj491_163", rp = "_thumbsUp_qj491_171", op = "_successMessage_qj491_177", ip = "_errorMessage_qj491_218", cp = "_loadingContainer_qj491_231", he = {
|
|
11530
|
+
overlay: Vg,
|
|
11531
|
+
popup: Fg,
|
|
11532
|
+
title: $g,
|
|
11533
|
+
optionsContainer: Wg,
|
|
11534
|
+
option: Yg,
|
|
11535
|
+
radioInput: Kg,
|
|
11536
|
+
radioCustom: Jg,
|
|
11537
|
+
optionLabel: Zg,
|
|
11538
|
+
buttons: Xg,
|
|
11539
|
+
cancelButton: ep,
|
|
11540
|
+
closeButton: tp,
|
|
11541
|
+
buttonAlone: np,
|
|
11542
|
+
reportButton: ap,
|
|
11543
|
+
successContainer: sp,
|
|
11544
|
+
thumbsUp: rp,
|
|
11545
|
+
successMessage: op,
|
|
11546
|
+
errorMessage: ip,
|
|
11547
|
+
loadingContainer: cp
|
|
11544
11548
|
}, kr = async (e, t) => {
|
|
11545
11549
|
if (!e) return !1;
|
|
11546
11550
|
const { CAPTCHA_PROJECT: n, CAPTCHA_KEY_V2: s, COMMENTS_CAPTCHA_API_KEY: r } = t;
|
|
@@ -11563,7 +11567,7 @@ const Rg = (e) => {
|
|
|
11563
11567
|
return console.error("Error verificando reCAPTCHA Enterprise:", o), !1;
|
|
11564
11568
|
}
|
|
11565
11569
|
};
|
|
11566
|
-
async function
|
|
11570
|
+
async function B3({
|
|
11567
11571
|
publication: e,
|
|
11568
11572
|
username: t,
|
|
11569
11573
|
id: n,
|
|
@@ -11632,7 +11636,7 @@ const Ye = {
|
|
|
11632
11636
|
intellectual: "Violación de propiedad intelectual",
|
|
11633
11637
|
bullying: "Bullying o acoso"
|
|
11634
11638
|
};
|
|
11635
|
-
function
|
|
11639
|
+
function O3(e) {
|
|
11636
11640
|
return Ye[e];
|
|
11637
11641
|
}
|
|
11638
11642
|
const gt = 300, Je = {
|
|
@@ -11640,7 +11644,7 @@ const gt = 300, Je = {
|
|
|
11640
11644
|
firstname: "Usuario",
|
|
11641
11645
|
lastname: "Anonimo"
|
|
11642
11646
|
};
|
|
11643
|
-
function
|
|
11647
|
+
function lp(e) {
|
|
11644
11648
|
const t = e.split(" ");
|
|
11645
11649
|
if (t.length !== 3) return e;
|
|
11646
11650
|
const [n, s, r] = t, o = s.charAt(0).toUpperCase() + s.slice(1).toLowerCase();
|
|
@@ -11658,13 +11662,13 @@ const ka = (e, t) => {
|
|
|
11658
11662
|
} catch {
|
|
11659
11663
|
return [];
|
|
11660
11664
|
}
|
|
11661
|
-
},
|
|
11665
|
+
}, dp = (e, t) => {
|
|
11662
11666
|
const n = Ur(e);
|
|
11663
11667
|
n.includes(t) || (n.push(t), e.cookie = `reported=${encodeURIComponent(
|
|
11664
11668
|
JSON.stringify(n)
|
|
11665
11669
|
)}; path=/; max-age=${3600 * 24 * 1}`);
|
|
11666
11670
|
};
|
|
11667
|
-
function
|
|
11671
|
+
function up(e) {
|
|
11668
11672
|
const [t, n] = e.split("@");
|
|
11669
11673
|
if (!t || !n) return e;
|
|
11670
11674
|
let s = "";
|
|
@@ -11677,7 +11681,7 @@ function ip(e) {
|
|
|
11677
11681
|
}
|
|
11678
11682
|
var rn = { exports: {} }, on = { exports: {} }, ne = {};
|
|
11679
11683
|
var Ss;
|
|
11680
|
-
function
|
|
11684
|
+
function mp() {
|
|
11681
11685
|
if (Ss) return ne;
|
|
11682
11686
|
Ss = 1;
|
|
11683
11687
|
var e = typeof Symbol == "function" && Symbol.for, t = e ? Symbol.for("react.element") : 60103, n = e ? Symbol.for("react.portal") : 60106, s = e ? Symbol.for("react.fragment") : 60107, r = e ? Symbol.for("react.strict_mode") : 60108, o = e ? Symbol.for("react.profiler") : 60114, i = e ? Symbol.for("react.provider") : 60109, c = e ? Symbol.for("react.context") : 60110, d = e ? Symbol.for("react.async_mode") : 60111, l = e ? Symbol.for("react.concurrent_mode") : 60111, u = e ? Symbol.for("react.forward_ref") : 60112, m = e ? Symbol.for("react.suspense") : 60113, h = e ? Symbol.for("react.suspense_list") : 60120, p = e ? Symbol.for("react.memo") : 60115, g = e ? Symbol.for("react.lazy") : 60116, A = e ? Symbol.for("react.block") : 60121, w = e ? Symbol.for("react.fundamental") : 60117, v = e ? Symbol.for("react.responder") : 60118, N = e ? Symbol.for("react.scope") : 60119;
|
|
@@ -11744,19 +11748,19 @@ function cp() {
|
|
|
11744
11748
|
}
|
|
11745
11749
|
var ae = {};
|
|
11746
11750
|
var Es;
|
|
11747
|
-
function
|
|
11751
|
+
function hp() {
|
|
11748
11752
|
return Es || (Es = 1, process.env.NODE_ENV !== "production" && (function() {
|
|
11749
11753
|
var e = typeof Symbol == "function" && Symbol.for, t = e ? Symbol.for("react.element") : 60103, n = e ? Symbol.for("react.portal") : 60106, s = e ? Symbol.for("react.fragment") : 60107, r = e ? Symbol.for("react.strict_mode") : 60108, o = e ? Symbol.for("react.profiler") : 60114, i = e ? Symbol.for("react.provider") : 60109, c = e ? Symbol.for("react.context") : 60110, d = e ? Symbol.for("react.async_mode") : 60111, l = e ? Symbol.for("react.concurrent_mode") : 60111, u = e ? Symbol.for("react.forward_ref") : 60112, m = e ? Symbol.for("react.suspense") : 60113, h = e ? Symbol.for("react.suspense_list") : 60120, p = e ? Symbol.for("react.memo") : 60115, g = e ? Symbol.for("react.lazy") : 60116, A = e ? Symbol.for("react.block") : 60121, w = e ? Symbol.for("react.fundamental") : 60117, v = e ? Symbol.for("react.responder") : 60118, N = e ? Symbol.for("react.scope") : 60119;
|
|
11750
|
-
function _(
|
|
11751
|
-
return typeof
|
|
11752
|
-
|
|
11754
|
+
function _(L) {
|
|
11755
|
+
return typeof L == "string" || typeof L == "function" || // Note: its typeof might be other than 'symbol' or 'number' if it's a polyfill.
|
|
11756
|
+
L === s || L === l || L === o || L === r || L === m || L === h || typeof L == "object" && L !== null && (L.$$typeof === g || L.$$typeof === p || L.$$typeof === i || L.$$typeof === c || L.$$typeof === u || L.$$typeof === w || L.$$typeof === v || L.$$typeof === N || L.$$typeof === A);
|
|
11753
11757
|
}
|
|
11754
|
-
function E(
|
|
11755
|
-
if (typeof
|
|
11756
|
-
var ye =
|
|
11758
|
+
function E(L) {
|
|
11759
|
+
if (typeof L == "object" && L !== null) {
|
|
11760
|
+
var ye = L.$$typeof;
|
|
11757
11761
|
switch (ye) {
|
|
11758
11762
|
case t:
|
|
11759
|
-
var $t =
|
|
11763
|
+
var $t = L.type;
|
|
11760
11764
|
switch ($t) {
|
|
11761
11765
|
case d:
|
|
11762
11766
|
case l:
|
|
@@ -11766,14 +11770,14 @@ function lp() {
|
|
|
11766
11770
|
case m:
|
|
11767
11771
|
return $t;
|
|
11768
11772
|
default:
|
|
11769
|
-
var
|
|
11770
|
-
switch (
|
|
11773
|
+
var La = $t && $t.$$typeof;
|
|
11774
|
+
switch (La) {
|
|
11771
11775
|
case c:
|
|
11772
11776
|
case u:
|
|
11773
11777
|
case g:
|
|
11774
11778
|
case p:
|
|
11775
11779
|
case i:
|
|
11776
|
-
return
|
|
11780
|
+
return La;
|
|
11777
11781
|
default:
|
|
11778
11782
|
return ye;
|
|
11779
11783
|
}
|
|
@@ -11784,54 +11788,54 @@ function lp() {
|
|
|
11784
11788
|
}
|
|
11785
11789
|
}
|
|
11786
11790
|
var b = d, I = l, q = c, Q = i, ee = t, G = u, P = s, te = g, ce = p, M = n, U = o, x = r, D = m, T = !1;
|
|
11787
|
-
function z(
|
|
11788
|
-
return T || (T = !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(
|
|
11791
|
+
function z(L) {
|
|
11792
|
+
return T || (T = !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(L) || E(L) === d;
|
|
11789
11793
|
}
|
|
11790
|
-
function y(
|
|
11791
|
-
return E(
|
|
11794
|
+
function y(L) {
|
|
11795
|
+
return E(L) === l;
|
|
11792
11796
|
}
|
|
11793
|
-
function S(
|
|
11794
|
-
return E(
|
|
11797
|
+
function S(L) {
|
|
11798
|
+
return E(L) === c;
|
|
11795
11799
|
}
|
|
11796
|
-
function L
|
|
11797
|
-
return E(
|
|
11800
|
+
function R(L) {
|
|
11801
|
+
return E(L) === i;
|
|
11798
11802
|
}
|
|
11799
|
-
function j(
|
|
11800
|
-
return typeof
|
|
11803
|
+
function j(L) {
|
|
11804
|
+
return typeof L == "object" && L !== null && L.$$typeof === t;
|
|
11801
11805
|
}
|
|
11802
|
-
function B(
|
|
11803
|
-
return E(
|
|
11806
|
+
function B(L) {
|
|
11807
|
+
return E(L) === u;
|
|
11804
11808
|
}
|
|
11805
|
-
function H(
|
|
11806
|
-
return E(
|
|
11809
|
+
function H(L) {
|
|
11810
|
+
return E(L) === s;
|
|
11807
11811
|
}
|
|
11808
|
-
function V(
|
|
11809
|
-
return E(
|
|
11812
|
+
function V(L) {
|
|
11813
|
+
return E(L) === g;
|
|
11810
11814
|
}
|
|
11811
|
-
function F(
|
|
11812
|
-
return E(
|
|
11815
|
+
function F(L) {
|
|
11816
|
+
return E(L) === p;
|
|
11813
11817
|
}
|
|
11814
|
-
function Z(
|
|
11815
|
-
return E(
|
|
11818
|
+
function Z(L) {
|
|
11819
|
+
return E(L) === n;
|
|
11816
11820
|
}
|
|
11817
|
-
function X(
|
|
11818
|
-
return E(
|
|
11821
|
+
function X(L) {
|
|
11822
|
+
return E(L) === o;
|
|
11819
11823
|
}
|
|
11820
|
-
function $(
|
|
11821
|
-
return E(
|
|
11824
|
+
function $(L) {
|
|
11825
|
+
return E(L) === r;
|
|
11822
11826
|
}
|
|
11823
|
-
function ie(
|
|
11824
|
-
return E(
|
|
11827
|
+
function ie(L) {
|
|
11828
|
+
return E(L) === m;
|
|
11825
11829
|
}
|
|
11826
|
-
ae.AsyncMode = b, ae.ConcurrentMode = I, ae.ContextConsumer = q, ae.ContextProvider = Q, ae.Element = ee, ae.ForwardRef = G, ae.Fragment = P, ae.Lazy = te, ae.Memo = ce, ae.Portal = M, ae.Profiler = U, ae.StrictMode = x, ae.Suspense = D, ae.isAsyncMode = z, ae.isConcurrentMode = y, ae.isContextConsumer = S, ae.isContextProvider =
|
|
11830
|
+
ae.AsyncMode = b, ae.ConcurrentMode = I, ae.ContextConsumer = q, ae.ContextProvider = Q, ae.Element = ee, ae.ForwardRef = G, ae.Fragment = P, ae.Lazy = te, ae.Memo = ce, ae.Portal = M, ae.Profiler = U, ae.StrictMode = x, ae.Suspense = D, ae.isAsyncMode = z, ae.isConcurrentMode = y, ae.isContextConsumer = S, ae.isContextProvider = R, ae.isElement = j, ae.isForwardRef = B, ae.isFragment = H, ae.isLazy = V, ae.isMemo = F, ae.isPortal = Z, ae.isProfiler = X, ae.isStrictMode = $, ae.isSuspense = ie, ae.isValidElementType = _, ae.typeOf = E;
|
|
11827
11831
|
})()), ae;
|
|
11828
11832
|
}
|
|
11829
11833
|
var xs;
|
|
11830
11834
|
function Ua() {
|
|
11831
|
-
return xs || (xs = 1, process.env.NODE_ENV === "production" ? on.exports =
|
|
11835
|
+
return xs || (xs = 1, process.env.NODE_ENV === "production" ? on.exports = mp() : on.exports = hp()), on.exports;
|
|
11832
11836
|
}
|
|
11833
11837
|
var Jn, Is;
|
|
11834
|
-
function
|
|
11838
|
+
function fp() {
|
|
11835
11839
|
if (Is) return Jn;
|
|
11836
11840
|
Is = 1;
|
|
11837
11841
|
var e = Object.getOwnPropertySymbols, t = Object.prototype.hasOwnProperty, n = Object.prototype.propertyIsEnumerable;
|
|
@@ -11888,7 +11892,7 @@ function qr() {
|
|
|
11888
11892
|
return ks || (ks = 1, Xn = Function.call.bind(Object.prototype.hasOwnProperty)), Xn;
|
|
11889
11893
|
}
|
|
11890
11894
|
var ea, Us;
|
|
11891
|
-
function
|
|
11895
|
+
function gp() {
|
|
11892
11896
|
if (Us) return ea;
|
|
11893
11897
|
Us = 1;
|
|
11894
11898
|
var e = function() {
|
|
@@ -11937,10 +11941,10 @@ function up() {
|
|
|
11937
11941
|
}, ea = r, ea;
|
|
11938
11942
|
}
|
|
11939
11943
|
var ta, qs;
|
|
11940
|
-
function
|
|
11944
|
+
function pp() {
|
|
11941
11945
|
if (qs) return ta;
|
|
11942
11946
|
qs = 1;
|
|
11943
|
-
var e = Ua(), t =
|
|
11947
|
+
var e = Ua(), t = fp(), n = /* @__PURE__ */ qa(), s = /* @__PURE__ */ qr(), r = /* @__PURE__ */ gp(), o = function() {
|
|
11944
11948
|
};
|
|
11945
11949
|
process.env.NODE_ENV !== "production" && (o = function(c) {
|
|
11946
11950
|
var d = "Warning: " + c;
|
|
@@ -11990,20 +11994,20 @@ function mp() {
|
|
|
11990
11994
|
A.prototype = Error.prototype;
|
|
11991
11995
|
function w(y) {
|
|
11992
11996
|
if (process.env.NODE_ENV !== "production")
|
|
11993
|
-
var S = {},
|
|
11997
|
+
var S = {}, R = 0;
|
|
11994
11998
|
function j(H, V, F, Z, X, $, ie) {
|
|
11995
11999
|
if (Z = Z || h, $ = $ || F, ie !== n) {
|
|
11996
12000
|
if (d) {
|
|
11997
|
-
var
|
|
12001
|
+
var L = new Error(
|
|
11998
12002
|
"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"
|
|
11999
12003
|
);
|
|
12000
|
-
throw
|
|
12004
|
+
throw L.name = "Invariant Violation", L;
|
|
12001
12005
|
} else if (process.env.NODE_ENV !== "production" && typeof console < "u") {
|
|
12002
12006
|
var ye = Z + ":" + F;
|
|
12003
12007
|
!S[ye] && // Avoid spamming the console because they are often not actionable except for lib authors
|
|
12004
|
-
|
|
12008
|
+
R < 3 && (o(
|
|
12005
12009
|
"You are manually calling a React.PropTypes validation function for the `" + $ + "` prop on `" + Z + "`. 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."
|
|
12006
|
-
), S[ye] = !0,
|
|
12010
|
+
), S[ye] = !0, R++);
|
|
12007
12011
|
}
|
|
12008
12012
|
}
|
|
12009
12013
|
return V[F] == null ? H ? V[F] === null ? new A("The " + X + " `" + $ + "` is marked as required " + ("in `" + Z + "`, but its value is `null`.")) : new A("The " + X + " `" + $ + "` is marked as required in " + ("`" + Z + "`, but its value is `undefined`.")) : null : y(V, F, Z, X, $);
|
|
@@ -12012,8 +12016,8 @@ function mp() {
|
|
|
12012
12016
|
return B.isRequired = j.bind(null, !0), B;
|
|
12013
12017
|
}
|
|
12014
12018
|
function v(y) {
|
|
12015
|
-
function S(
|
|
12016
|
-
var Z =
|
|
12019
|
+
function S(R, j, B, H, V, F) {
|
|
12020
|
+
var Z = R[j], X = x(Z);
|
|
12017
12021
|
if (X !== y) {
|
|
12018
12022
|
var $ = D(Z);
|
|
12019
12023
|
return new A(
|
|
@@ -12029,10 +12033,10 @@ function mp() {
|
|
|
12029
12033
|
return w(i);
|
|
12030
12034
|
}
|
|
12031
12035
|
function _(y) {
|
|
12032
|
-
function S(
|
|
12036
|
+
function S(R, j, B, H, V) {
|
|
12033
12037
|
if (typeof y != "function")
|
|
12034
12038
|
return new A("Property `" + V + "` of component `" + B + "` has invalid PropType notation inside arrayOf.");
|
|
12035
|
-
var F =
|
|
12039
|
+
var F = R[j];
|
|
12036
12040
|
if (!Array.isArray(F)) {
|
|
12037
12041
|
var Z = x(F);
|
|
12038
12042
|
return new A("Invalid " + H + " `" + V + "` of type " + ("`" + Z + "` supplied to `" + B + "`, expected an array."));
|
|
@@ -12047,8 +12051,8 @@ function mp() {
|
|
|
12047
12051
|
return w(S);
|
|
12048
12052
|
}
|
|
12049
12053
|
function E() {
|
|
12050
|
-
function y(S,
|
|
12051
|
-
var V = S[
|
|
12054
|
+
function y(S, R, j, B, H) {
|
|
12055
|
+
var V = S[R];
|
|
12052
12056
|
if (!c(V)) {
|
|
12053
12057
|
var F = x(V);
|
|
12054
12058
|
return new A("Invalid " + B + " `" + H + "` of type " + ("`" + F + "` supplied to `" + j + "`, expected a single ReactElement."));
|
|
@@ -12058,8 +12062,8 @@ function mp() {
|
|
|
12058
12062
|
return w(y);
|
|
12059
12063
|
}
|
|
12060
12064
|
function b() {
|
|
12061
|
-
function y(S,
|
|
12062
|
-
var V = S[
|
|
12065
|
+
function y(S, R, j, B, H) {
|
|
12066
|
+
var V = S[R];
|
|
12063
12067
|
if (!e.isValidElementType(V)) {
|
|
12064
12068
|
var F = x(V);
|
|
12065
12069
|
return new A("Invalid " + B + " `" + H + "` of type " + ("`" + F + "` supplied to `" + j + "`, expected a single ReactElement type."));
|
|
@@ -12069,9 +12073,9 @@ function mp() {
|
|
|
12069
12073
|
return w(y);
|
|
12070
12074
|
}
|
|
12071
12075
|
function I(y) {
|
|
12072
|
-
function S(
|
|
12073
|
-
if (!(
|
|
12074
|
-
var F = y.name || h, Z = z(
|
|
12076
|
+
function S(R, j, B, H, V) {
|
|
12077
|
+
if (!(R[j] instanceof y)) {
|
|
12078
|
+
var F = y.name || h, Z = z(R[j]);
|
|
12075
12079
|
return new A("Invalid " + H + " `" + V + "` of type " + ("`" + Z + "` supplied to `" + B + "`, expected ") + ("instance of `" + F + "`."));
|
|
12076
12080
|
}
|
|
12077
12081
|
return null;
|
|
@@ -12083,23 +12087,23 @@ function mp() {
|
|
|
12083
12087
|
return process.env.NODE_ENV !== "production" && (arguments.length > 1 ? o(
|
|
12084
12088
|
"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])."
|
|
12085
12089
|
) : o("Invalid argument supplied to oneOf, expected an array.")), i;
|
|
12086
|
-
function S(
|
|
12087
|
-
for (var F =
|
|
12090
|
+
function S(R, j, B, H, V) {
|
|
12091
|
+
for (var F = R[j], Z = 0; Z < y.length; Z++)
|
|
12088
12092
|
if (g(F, y[Z]))
|
|
12089
12093
|
return null;
|
|
12090
|
-
var X = JSON.stringify(y, function(ie,
|
|
12091
|
-
var ye = D(
|
|
12092
|
-
return ye === "symbol" ? String(
|
|
12094
|
+
var X = JSON.stringify(y, function(ie, L) {
|
|
12095
|
+
var ye = D(L);
|
|
12096
|
+
return ye === "symbol" ? String(L) : L;
|
|
12093
12097
|
});
|
|
12094
12098
|
return new A("Invalid " + H + " `" + V + "` of value `" + String(F) + "` " + ("supplied to `" + B + "`, expected one of " + X + "."));
|
|
12095
12099
|
}
|
|
12096
12100
|
return w(S);
|
|
12097
12101
|
}
|
|
12098
12102
|
function Q(y) {
|
|
12099
|
-
function S(
|
|
12103
|
+
function S(R, j, B, H, V) {
|
|
12100
12104
|
if (typeof y != "function")
|
|
12101
12105
|
return new A("Property `" + V + "` of component `" + B + "` has invalid PropType notation inside objectOf.");
|
|
12102
|
-
var F =
|
|
12106
|
+
var F = R[j], Z = x(F);
|
|
12103
12107
|
if (Z !== "object")
|
|
12104
12108
|
return new A("Invalid " + H + " `" + V + "` of type " + ("`" + Z + "` supplied to `" + B + "`, expected an object."));
|
|
12105
12109
|
for (var X in F)
|
|
@@ -12116,18 +12120,18 @@ function mp() {
|
|
|
12116
12120
|
if (!Array.isArray(y))
|
|
12117
12121
|
return process.env.NODE_ENV !== "production" && o("Invalid argument supplied to oneOfType, expected an instance of array."), i;
|
|
12118
12122
|
for (var S = 0; S < y.length; S++) {
|
|
12119
|
-
var
|
|
12120
|
-
if (typeof
|
|
12123
|
+
var R = y[S];
|
|
12124
|
+
if (typeof R != "function")
|
|
12121
12125
|
return o(
|
|
12122
|
-
"Invalid argument supplied to oneOfType. Expected an array of check functions, but received " + T(
|
|
12126
|
+
"Invalid argument supplied to oneOfType. Expected an array of check functions, but received " + T(R) + " at index " + S + "."
|
|
12123
12127
|
), i;
|
|
12124
12128
|
}
|
|
12125
12129
|
function j(B, H, V, F, Z) {
|
|
12126
12130
|
for (var X = [], $ = 0; $ < y.length; $++) {
|
|
12127
|
-
var ie = y[$],
|
|
12128
|
-
if (
|
|
12131
|
+
var ie = y[$], L = ie(B, H, V, F, Z, n);
|
|
12132
|
+
if (L == null)
|
|
12129
12133
|
return null;
|
|
12130
|
-
|
|
12134
|
+
L.data && s(L.data, "expectedType") && X.push(L.data.expectedType);
|
|
12131
12135
|
}
|
|
12132
12136
|
var ye = X.length > 0 ? ", expected one of type [" + X.join(", ") + "]" : "";
|
|
12133
12137
|
return new A("Invalid " + F + " `" + Z + "` supplied to " + ("`" + V + "`" + ye + "."));
|
|
@@ -12135,19 +12139,19 @@ function mp() {
|
|
|
12135
12139
|
return w(j);
|
|
12136
12140
|
}
|
|
12137
12141
|
function G() {
|
|
12138
|
-
function y(S,
|
|
12139
|
-
return M(S[
|
|
12142
|
+
function y(S, R, j, B, H) {
|
|
12143
|
+
return M(S[R]) ? null : new A("Invalid " + B + " `" + H + "` supplied to " + ("`" + j + "`, expected a ReactNode."));
|
|
12140
12144
|
}
|
|
12141
12145
|
return w(y);
|
|
12142
12146
|
}
|
|
12143
|
-
function P(y, S,
|
|
12147
|
+
function P(y, S, R, j, B) {
|
|
12144
12148
|
return new A(
|
|
12145
|
-
(y || "React class") + ": " + S + " type `" +
|
|
12149
|
+
(y || "React class") + ": " + S + " type `" + R + "." + j + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + B + "`."
|
|
12146
12150
|
);
|
|
12147
12151
|
}
|
|
12148
12152
|
function te(y) {
|
|
12149
|
-
function S(
|
|
12150
|
-
var F =
|
|
12153
|
+
function S(R, j, B, H, V) {
|
|
12154
|
+
var F = R[j], Z = x(F);
|
|
12151
12155
|
if (Z !== "object")
|
|
12152
12156
|
return new A("Invalid " + H + " `" + V + "` of type `" + Z + "` " + ("supplied to `" + B + "`, expected `object`."));
|
|
12153
12157
|
for (var X in y) {
|
|
@@ -12163,23 +12167,23 @@ function mp() {
|
|
|
12163
12167
|
return w(S);
|
|
12164
12168
|
}
|
|
12165
12169
|
function ce(y) {
|
|
12166
|
-
function S(
|
|
12167
|
-
var F =
|
|
12170
|
+
function S(R, j, B, H, V) {
|
|
12171
|
+
var F = R[j], Z = x(F);
|
|
12168
12172
|
if (Z !== "object")
|
|
12169
12173
|
return new A("Invalid " + H + " `" + V + "` of type `" + Z + "` " + ("supplied to `" + B + "`, expected `object`."));
|
|
12170
|
-
var X = t({},
|
|
12174
|
+
var X = t({}, R[j], y);
|
|
12171
12175
|
for (var $ in X) {
|
|
12172
12176
|
var ie = y[$];
|
|
12173
12177
|
if (s(y, $) && typeof ie != "function")
|
|
12174
12178
|
return P(B, H, V, $, D(ie));
|
|
12175
12179
|
if (!ie)
|
|
12176
12180
|
return new A(
|
|
12177
|
-
"Invalid " + H + " `" + V + "` key `" + $ + "` supplied to `" + B + "`.\nBad object: " + JSON.stringify(
|
|
12181
|
+
"Invalid " + H + " `" + V + "` key `" + $ + "` supplied to `" + B + "`.\nBad object: " + JSON.stringify(R[j], null, " ") + `
|
|
12178
12182
|
Valid keys: ` + JSON.stringify(Object.keys(y), null, " ")
|
|
12179
12183
|
);
|
|
12180
|
-
var
|
|
12181
|
-
if (
|
|
12182
|
-
return
|
|
12184
|
+
var L = ie(F, $, B, H, V + "." + $, n);
|
|
12185
|
+
if (L)
|
|
12186
|
+
return L;
|
|
12183
12187
|
}
|
|
12184
12188
|
return null;
|
|
12185
12189
|
}
|
|
@@ -12200,13 +12204,13 @@ Valid keys: ` + JSON.stringify(Object.keys(y), null, " ")
|
|
|
12200
12204
|
return !0;
|
|
12201
12205
|
var S = m(y);
|
|
12202
12206
|
if (S) {
|
|
12203
|
-
var
|
|
12207
|
+
var R = S.call(y), j;
|
|
12204
12208
|
if (S !== y.entries) {
|
|
12205
|
-
for (; !(j =
|
|
12209
|
+
for (; !(j = R.next()).done; )
|
|
12206
12210
|
if (!M(j.value))
|
|
12207
12211
|
return !1;
|
|
12208
12212
|
} else
|
|
12209
|
-
for (; !(j =
|
|
12213
|
+
for (; !(j = R.next()).done; ) {
|
|
12210
12214
|
var B = j.value;
|
|
12211
12215
|
if (B && !M(B[1]))
|
|
12212
12216
|
return !1;
|
|
@@ -12257,10 +12261,10 @@ Valid keys: ` + JSON.stringify(Object.keys(y), null, " ")
|
|
|
12257
12261
|
return p.checkPropTypes = r, p.resetWarningCache = r.resetWarningCache, p.PropTypes = p, p;
|
|
12258
12262
|
}, ta;
|
|
12259
12263
|
}
|
|
12260
|
-
var na,
|
|
12261
|
-
function
|
|
12262
|
-
if (
|
|
12263
|
-
|
|
12264
|
+
var na, Rs;
|
|
12265
|
+
function Ap() {
|
|
12266
|
+
if (Rs) return na;
|
|
12267
|
+
Rs = 1;
|
|
12264
12268
|
var e = /* @__PURE__ */ qa();
|
|
12265
12269
|
function t() {
|
|
12266
12270
|
}
|
|
@@ -12305,19 +12309,19 @@ function hp() {
|
|
|
12305
12309
|
return o.PropTypes = o, o;
|
|
12306
12310
|
}, na;
|
|
12307
12311
|
}
|
|
12308
|
-
var
|
|
12309
|
-
function
|
|
12310
|
-
if (
|
|
12311
|
-
if (
|
|
12312
|
+
var Ls;
|
|
12313
|
+
function wp() {
|
|
12314
|
+
if (Ls) return rn.exports;
|
|
12315
|
+
if (Ls = 1, process.env.NODE_ENV !== "production") {
|
|
12312
12316
|
var e = Ua(), t = !0;
|
|
12313
|
-
rn.exports = /* @__PURE__ */
|
|
12317
|
+
rn.exports = /* @__PURE__ */ pp()(e.isElement, t);
|
|
12314
12318
|
} else
|
|
12315
|
-
rn.exports = /* @__PURE__ */
|
|
12319
|
+
rn.exports = /* @__PURE__ */ Ap()();
|
|
12316
12320
|
return rn.exports;
|
|
12317
12321
|
}
|
|
12318
|
-
var
|
|
12319
|
-
const _e = /* @__PURE__ */ Nt(
|
|
12320
|
-
var
|
|
12322
|
+
var yp = /* @__PURE__ */ wp();
|
|
12323
|
+
const _e = /* @__PURE__ */ Nt(yp);
|
|
12324
|
+
var vp = ["sitekey", "onChange", "theme", "type", "tabindex", "onExpired", "onErrored", "size", "stoken", "grecaptcha", "badge", "hl", "isolated"];
|
|
12321
12325
|
function ha() {
|
|
12322
12326
|
return ha = Object.assign ? Object.assign.bind() : function(e) {
|
|
12323
12327
|
for (var t = 1; t < arguments.length; t++) {
|
|
@@ -12328,7 +12332,7 @@ function ha() {
|
|
|
12328
12332
|
return e;
|
|
12329
12333
|
}, ha.apply(this, arguments);
|
|
12330
12334
|
}
|
|
12331
|
-
function
|
|
12335
|
+
function bp(e, t) {
|
|
12332
12336
|
if (e == null) return {};
|
|
12333
12337
|
var n = {}, s = Object.keys(e), r, o;
|
|
12334
12338
|
for (o = 0; o < s.length; o++)
|
|
@@ -12340,7 +12344,7 @@ function cn(e) {
|
|
|
12340
12344
|
throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
|
|
12341
12345
|
return e;
|
|
12342
12346
|
}
|
|
12343
|
-
function
|
|
12347
|
+
function Cp(e, t) {
|
|
12344
12348
|
e.prototype = Object.create(t.prototype), e.prototype.constructor = e, fa(e, t);
|
|
12345
12349
|
}
|
|
12346
12350
|
function fa(e, t) {
|
|
@@ -12349,7 +12353,7 @@ function fa(e, t) {
|
|
|
12349
12353
|
}, fa(e, t);
|
|
12350
12354
|
}
|
|
12351
12355
|
var Bn = /* @__PURE__ */ (function(e) {
|
|
12352
|
-
|
|
12356
|
+
Cp(t, e);
|
|
12353
12357
|
function t() {
|
|
12354
12358
|
var s;
|
|
12355
12359
|
return s = e.call(this) || this, s.handleExpired = s.handleExpired.bind(cn(s)), s.handleErrored = s.handleErrored.bind(cn(s)), s.handleChange = s.handleChange.bind(cn(s)), s.handleRecaptchaRef = s.handleRecaptchaRef.bind(cn(s)), s;
|
|
@@ -12413,7 +12417,7 @@ var Bn = /* @__PURE__ */ (function(e) {
|
|
|
12413
12417
|
}, n.render = function() {
|
|
12414
12418
|
var r = this.props;
|
|
12415
12419
|
r.sitekey, r.onChange, r.theme, r.type, r.tabindex, r.onExpired, r.onErrored, r.size, r.stoken, r.grecaptcha, r.badge, r.hl, r.isolated;
|
|
12416
|
-
var o =
|
|
12420
|
+
var o = bp(r, vp);
|
|
12417
12421
|
return /* @__PURE__ */ Ba.createElement("div", ha({}, o, {
|
|
12418
12422
|
ref: this.handleRecaptchaRef
|
|
12419
12423
|
}));
|
|
@@ -12445,7 +12449,7 @@ Bn.defaultProps = {
|
|
|
12445
12449
|
badge: "bottomright"
|
|
12446
12450
|
};
|
|
12447
12451
|
var aa, Bs;
|
|
12448
|
-
function
|
|
12452
|
+
function _p() {
|
|
12449
12453
|
if (Bs) return aa;
|
|
12450
12454
|
Bs = 1;
|
|
12451
12455
|
var e = Ua(), t = {
|
|
@@ -12510,8 +12514,8 @@ function yp() {
|
|
|
12510
12514
|
}
|
|
12511
12515
|
return aa = p, aa;
|
|
12512
12516
|
}
|
|
12513
|
-
var
|
|
12514
|
-
const
|
|
12517
|
+
var Np = _p();
|
|
12518
|
+
const Sp = /* @__PURE__ */ Nt(Np);
|
|
12515
12519
|
function ga() {
|
|
12516
12520
|
return ga = Object.assign || function(e) {
|
|
12517
12521
|
for (var t = 1; t < arguments.length; t++) {
|
|
@@ -12522,28 +12526,28 @@ function ga() {
|
|
|
12522
12526
|
return e;
|
|
12523
12527
|
}, ga.apply(this, arguments);
|
|
12524
12528
|
}
|
|
12525
|
-
function
|
|
12529
|
+
function Ep(e, t) {
|
|
12526
12530
|
if (e == null) return {};
|
|
12527
12531
|
var n = {}, s = Object.keys(e), r, o;
|
|
12528
12532
|
for (o = 0; o < s.length; o++)
|
|
12529
12533
|
r = s[o], !(t.indexOf(r) >= 0) && (n[r] = e[r]);
|
|
12530
12534
|
return n;
|
|
12531
12535
|
}
|
|
12532
|
-
function
|
|
12536
|
+
function xp(e, t) {
|
|
12533
12537
|
e.prototype = Object.create(t.prototype), e.prototype.constructor = e, e.__proto__ = t;
|
|
12534
12538
|
}
|
|
12535
|
-
var Be = {},
|
|
12536
|
-
function
|
|
12539
|
+
var Be = {}, Ip = 0;
|
|
12540
|
+
function Tp(e, t) {
|
|
12537
12541
|
return t = t || {}, function(s) {
|
|
12538
12542
|
var r = s.displayName || s.name || "Component", o = /* @__PURE__ */ (function(c) {
|
|
12539
|
-
|
|
12543
|
+
xp(d, c);
|
|
12540
12544
|
function d(u, m) {
|
|
12541
12545
|
var h;
|
|
12542
12546
|
return h = c.call(this, u, m) || this, h.state = {}, h.__scriptURL = "", h;
|
|
12543
12547
|
}
|
|
12544
12548
|
var l = d.prototype;
|
|
12545
12549
|
return l.asyncScriptLoaderGetScriptLoaderID = function() {
|
|
12546
|
-
return this.__scriptLoaderID || (this.__scriptLoaderID = "async-script-loader-" +
|
|
12550
|
+
return this.__scriptLoaderID || (this.__scriptLoaderID = "async-script-loader-" + Ip++), this.__scriptLoaderID;
|
|
12547
12551
|
}, l.setupScriptURL = function() {
|
|
12548
12552
|
return this.__scriptURL = typeof e == "function" ? e() : e, this.__scriptURL;
|
|
12549
12553
|
}, l.asyncScriptLoaderHandleLoad = function(m) {
|
|
@@ -12616,7 +12620,7 @@ function Sp(e, t) {
|
|
|
12616
12620
|
}, l.render = function() {
|
|
12617
12621
|
var m = t.globalName, h = this.props;
|
|
12618
12622
|
h.asyncScriptOnLoad;
|
|
12619
|
-
var p = h.forwardedRef, g =
|
|
12623
|
+
var p = h.forwardedRef, g = Ep(h, ["asyncScriptOnLoad", "forwardedRef"]);
|
|
12620
12624
|
return m && typeof window < "u" && (g[m] = typeof window[m] < "u" ? window[m] : void 0), g.ref = p, rt(s, g);
|
|
12621
12625
|
}, d;
|
|
12622
12626
|
})(Gr), i = Ms(function(c, d) {
|
|
@@ -12626,51 +12630,51 @@ function Sp(e, t) {
|
|
|
12626
12630
|
});
|
|
12627
12631
|
return i.displayName = "AsyncScriptLoader(" + r + ")", i.propTypes = {
|
|
12628
12632
|
asyncScriptOnLoad: _e.func
|
|
12629
|
-
},
|
|
12633
|
+
}, Sp(i, s);
|
|
12630
12634
|
};
|
|
12631
12635
|
}
|
|
12632
|
-
var pa = "onloadcallback",
|
|
12636
|
+
var pa = "onloadcallback", kp = "grecaptcha";
|
|
12633
12637
|
function Aa() {
|
|
12634
12638
|
return typeof window < "u" && window.recaptchaOptions || {};
|
|
12635
12639
|
}
|
|
12636
|
-
function
|
|
12640
|
+
function Up() {
|
|
12637
12641
|
var e = Aa(), t = e.useRecaptchaNet ? "recaptcha.net" : "www.google.com";
|
|
12638
12642
|
return e.enterprise ? "https://" + t + "/recaptcha/enterprise.js?onload=" + pa + "&render=explicit" : "https://" + t + "/recaptcha/api.js?onload=" + pa + "&render=explicit";
|
|
12639
12643
|
}
|
|
12640
|
-
const
|
|
12644
|
+
const Rr = Tp(Up, {
|
|
12641
12645
|
callbackName: pa,
|
|
12642
|
-
globalName:
|
|
12646
|
+
globalName: kp,
|
|
12643
12647
|
attributes: Aa().nonce ? {
|
|
12644
12648
|
nonce: Aa().nonce
|
|
12645
12649
|
} : {}
|
|
12646
|
-
})(Bn),
|
|
12647
|
-
overlay:
|
|
12648
|
-
header:
|
|
12649
|
-
logo:
|
|
12650
|
-
card:
|
|
12651
|
-
close:
|
|
12652
|
-
form:
|
|
12653
|
-
formUl:
|
|
12654
|
-
field:
|
|
12655
|
-
label:
|
|
12656
|
-
input:
|
|
12657
|
-
error:
|
|
12658
|
-
primary:
|
|
12659
|
-
divider:
|
|
12660
|
-
google:
|
|
12661
|
-
googleIcon:
|
|
12662
|
-
spin:
|
|
12663
|
-
checkboxRow:
|
|
12650
|
+
})(Bn), qp = "_overlay_18ksj_1", Rp = "_header_18ksj_18", Lp = "_logo_18ksj_25", Bp = "_card_18ksj_32", Op = "_close_18ksj_47", Pp = "_form_18ksj_71", Dp = "_formUl_18ksj_80", Mp = "_field_18ksj_92", jp = "_label_18ksj_99", Qp = "_input_18ksj_108", Gp = "_error_18ksj_126", Hp = "_primary_18ksj_132", zp = "_divider_18ksj_170", Vp = "_google_18ksj_196", Fp = "_googleIcon_18ksj_226", $p = "_spin_18ksj_259", Wp = "_checkboxRow_18ksj_281", Yp = "_terms_18ksj_318", Kp = "_message_18ksj_349", Jp = "_passwordChecker_18ksj_354", Zp = "_valid_18ksj_373", Xp = "_invalid_18ksj_377", e9 = "_forgotPassword_18ksj_381", t9 = "_successContainer_18ksj_400", n9 = "_thumbsUp_18ksj_408", a9 = "_successMessage_18ksj_414", k = {
|
|
12651
|
+
overlay: qp,
|
|
12652
|
+
header: Rp,
|
|
12653
|
+
logo: Lp,
|
|
12654
|
+
card: Bp,
|
|
12655
|
+
close: Op,
|
|
12656
|
+
form: Pp,
|
|
12657
|
+
formUl: Dp,
|
|
12658
|
+
field: Mp,
|
|
12659
|
+
label: jp,
|
|
12660
|
+
input: Qp,
|
|
12661
|
+
error: Gp,
|
|
12662
|
+
primary: Hp,
|
|
12663
|
+
divider: zp,
|
|
12664
|
+
google: Vp,
|
|
12665
|
+
googleIcon: Fp,
|
|
12666
|
+
spin: $p,
|
|
12667
|
+
checkboxRow: Wp,
|
|
12664
12668
|
switch: "_switch_18ksj_310",
|
|
12665
|
-
terms:
|
|
12666
|
-
message:
|
|
12667
|
-
passwordChecker:
|
|
12668
|
-
valid:
|
|
12669
|
-
invalid:
|
|
12670
|
-
forgotPassword:
|
|
12671
|
-
successContainer:
|
|
12672
|
-
thumbsUp:
|
|
12673
|
-
successMessage:
|
|
12669
|
+
terms: Yp,
|
|
12670
|
+
message: Kp,
|
|
12671
|
+
passwordChecker: Jp,
|
|
12672
|
+
valid: Zp,
|
|
12673
|
+
invalid: Xp,
|
|
12674
|
+
forgotPassword: e9,
|
|
12675
|
+
successContainer: t9,
|
|
12676
|
+
thumbsUp: n9,
|
|
12677
|
+
successMessage: a9
|
|
12674
12678
|
}, Ze = () => /* @__PURE__ */ a(
|
|
12675
12679
|
"svg",
|
|
12676
12680
|
{
|
|
@@ -12682,7 +12686,7 @@ const Lr = Sp(xp, {
|
|
|
12682
12686
|
className: k.spin,
|
|
12683
12687
|
children: /* @__PURE__ */ a("path", { d: "M18,4.181v2.021c4.559,0.929,8,4.97,8,9.798c0,5.514-4.486,10-10,10S6,21.514,6,16c0-4.829,3.441-8.869,8-9.798V4.181 C8.334,5.137,4,10.066,4,16c0,6.617,5.383,12,12,12s12-5.383,12-12C28,10.066,23.666,5.137,18,4.181z" })
|
|
12684
12688
|
}
|
|
12685
|
-
),
|
|
12689
|
+
), s9 = ({
|
|
12686
12690
|
isOpen: e,
|
|
12687
12691
|
onClose: t,
|
|
12688
12692
|
commentId: n,
|
|
@@ -12732,7 +12736,7 @@ const Lr = Sp(xp, {
|
|
|
12732
12736
|
})
|
|
12733
12737
|
})).json();
|
|
12734
12738
|
if (N.type === "success")
|
|
12735
|
-
|
|
12739
|
+
dp(document, n), c("success"), setTimeout(() => {
|
|
12736
12740
|
w();
|
|
12737
12741
|
}, 3e3);
|
|
12738
12742
|
else
|
|
@@ -12744,12 +12748,12 @@ const Lr = Sp(xp, {
|
|
|
12744
12748
|
}, w = () => {
|
|
12745
12749
|
c("form"), l(""), m(""), t();
|
|
12746
12750
|
};
|
|
12747
|
-
return !e || !n || !r ? null : /* @__PURE__ */ a("div", { className:
|
|
12751
|
+
return !e || !n || !r ? null : /* @__PURE__ */ a("div", { className: he.overlay, children: /* @__PURE__ */ f("div", { className: he.popup, children: [
|
|
12748
12752
|
/* @__PURE__ */ a("button", { className: "close-reply-form", onClick: w, children: /* @__PURE__ */ a(Tt, {}) }),
|
|
12749
|
-
/* @__PURE__ */ a("h2", { className:
|
|
12750
|
-
i === "loading" && /* @__PURE__ */ a("div", { className:
|
|
12753
|
+
/* @__PURE__ */ a("h2", { className: he.title, children: "Reportar Abuso" }),
|
|
12754
|
+
i === "loading" && /* @__PURE__ */ a("div", { className: he.loadingContainer, children: /* @__PURE__ */ a(Ze, {}) }),
|
|
12751
12755
|
i === "form" || i === "loading" ? /* @__PURE__ */ f(J, { children: [
|
|
12752
|
-
/* @__PURE__ */ a("div", { className:
|
|
12756
|
+
/* @__PURE__ */ a("div", { className: he.optionsContainer, children: g.map((v) => /* @__PURE__ */ f("label", { className: he.option, children: [
|
|
12753
12757
|
/* @__PURE__ */ a(
|
|
12754
12758
|
"input",
|
|
12755
12759
|
{
|
|
@@ -12758,15 +12762,15 @@ const Lr = Sp(xp, {
|
|
|
12758
12762
|
value: v.id,
|
|
12759
12763
|
checked: d === v.id,
|
|
12760
12764
|
onChange: (N) => l(N.target.value),
|
|
12761
|
-
className:
|
|
12765
|
+
className: he.radioInput
|
|
12762
12766
|
}
|
|
12763
12767
|
),
|
|
12764
|
-
/* @__PURE__ */ a("span", { className:
|
|
12765
|
-
/* @__PURE__ */ a("span", { className:
|
|
12768
|
+
/* @__PURE__ */ a("span", { className: he.radioCustom }),
|
|
12769
|
+
/* @__PURE__ */ a("span", { className: he.optionLabel, children: v.label })
|
|
12766
12770
|
] }, v.id)) }),
|
|
12767
|
-
u && /* @__PURE__ */ a("div", { className:
|
|
12771
|
+
u && /* @__PURE__ */ a("div", { className: he.errorMessage, children: u }),
|
|
12768
12772
|
/* @__PURE__ */ a(
|
|
12769
|
-
|
|
12773
|
+
Rr,
|
|
12770
12774
|
{
|
|
12771
12775
|
sitekey: o,
|
|
12772
12776
|
theme: "light",
|
|
@@ -12775,21 +12779,21 @@ const Lr = Sp(xp, {
|
|
|
12775
12779
|
onExpired: () => p("")
|
|
12776
12780
|
}
|
|
12777
12781
|
),
|
|
12778
|
-
/* @__PURE__ */ f("div", { className:
|
|
12779
|
-
/* @__PURE__ */ a("button", { onClick: w, className:
|
|
12782
|
+
/* @__PURE__ */ f("div", { className: he.buttons, children: [
|
|
12783
|
+
/* @__PURE__ */ a("button", { onClick: w, className: he.cancelButton, children: "Cancelar" }),
|
|
12780
12784
|
/* @__PURE__ */ a(
|
|
12781
12785
|
"button",
|
|
12782
12786
|
{
|
|
12783
12787
|
onClick: A,
|
|
12784
12788
|
disabled: !d,
|
|
12785
|
-
className:
|
|
12789
|
+
className: he.reportButton,
|
|
12786
12790
|
children: "Reportar"
|
|
12787
12791
|
}
|
|
12788
12792
|
)
|
|
12789
12793
|
] })
|
|
12790
12794
|
] }) : /* @__PURE__ */ f(J, { children: [
|
|
12791
|
-
/* @__PURE__ */ f("div", { className:
|
|
12792
|
-
/* @__PURE__ */ a("div", { className:
|
|
12795
|
+
/* @__PURE__ */ f("div", { className: he.successContainer, children: [
|
|
12796
|
+
/* @__PURE__ */ a("div", { className: he.thumbsUp, children: /* @__PURE__ */ a(
|
|
12793
12797
|
"svg",
|
|
12794
12798
|
{
|
|
12795
12799
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -12805,20 +12809,20 @@ const Lr = Sp(xp, {
|
|
|
12805
12809
|
)
|
|
12806
12810
|
}
|
|
12807
12811
|
) }),
|
|
12808
|
-
/* @__PURE__ */ a("p", { className:
|
|
12812
|
+
/* @__PURE__ */ a("p", { className: he.successMessage, children: "¡Gracias por reportar!" })
|
|
12809
12813
|
] }),
|
|
12810
|
-
/* @__PURE__ */ a("div", { className:
|
|
12814
|
+
/* @__PURE__ */ a("div", { className: he.buttons, children: /* @__PURE__ */ a(
|
|
12811
12815
|
"button",
|
|
12812
12816
|
{
|
|
12813
12817
|
onClick: w,
|
|
12814
|
-
className: [
|
|
12818
|
+
className: [he.closeButton, he.buttonAlone].join(" "),
|
|
12815
12819
|
children: "Cerrar"
|
|
12816
12820
|
}
|
|
12817
12821
|
) })
|
|
12818
12822
|
] })
|
|
12819
12823
|
] }) });
|
|
12820
12824
|
};
|
|
12821
|
-
function
|
|
12825
|
+
function r9(e) {
|
|
12822
12826
|
const t = /^\[\[([^\]]+)\]\]/, n = e.match(t);
|
|
12823
12827
|
return n ? {
|
|
12824
12828
|
user: {
|
|
@@ -12841,7 +12845,7 @@ function _n(e) {
|
|
|
12841
12845
|
text: n.text,
|
|
12842
12846
|
reply: n.reply ? _n({ comments: n.reply }).comments : n.reply
|
|
12843
12847
|
};
|
|
12844
|
-
const { user: s, text: r } =
|
|
12848
|
+
const { user: s, text: r } = r9(n.text);
|
|
12845
12849
|
return {
|
|
12846
12850
|
...n,
|
|
12847
12851
|
user: s || !1,
|
|
@@ -12854,7 +12858,7 @@ function _n(e) {
|
|
|
12854
12858
|
comments: t
|
|
12855
12859
|
};
|
|
12856
12860
|
}
|
|
12857
|
-
async function
|
|
12861
|
+
async function Ra({
|
|
12858
12862
|
publication: e,
|
|
12859
12863
|
path: t,
|
|
12860
12864
|
size: n = 5,
|
|
@@ -12866,7 +12870,7 @@ async function La({
|
|
|
12866
12870
|
}) {
|
|
12867
12871
|
const { PUBLIC_ENV: d } = Y();
|
|
12868
12872
|
if (d === "prod") {
|
|
12869
|
-
const l = await
|
|
12873
|
+
const l = await o9({
|
|
12870
12874
|
publication: e,
|
|
12871
12875
|
path: t,
|
|
12872
12876
|
size: n,
|
|
@@ -12885,7 +12889,7 @@ async function La({
|
|
|
12885
12889
|
return _n(u.data[0]);
|
|
12886
12890
|
}
|
|
12887
12891
|
}
|
|
12888
|
-
async function
|
|
12892
|
+
async function o9({
|
|
12889
12893
|
publication: e,
|
|
12890
12894
|
path: t,
|
|
12891
12895
|
size: n = 5,
|
|
@@ -12936,15 +12940,15 @@ async function n9({
|
|
|
12936
12940
|
throw v;
|
|
12937
12941
|
}
|
|
12938
12942
|
}
|
|
12939
|
-
const { PUBLIC_PUBLICATION_ID:
|
|
12943
|
+
const { PUBLIC_PUBLICATION_ID: i9 } = Y(), c9 = i9, l9 = (e) => {
|
|
12940
12944
|
const [t, n] = K(void 0);
|
|
12941
12945
|
return Me(() => {
|
|
12942
12946
|
if (t) return;
|
|
12943
12947
|
(async () => {
|
|
12944
12948
|
const { PUBLIC_X_SECURITY_TOKEN: r } = Y();
|
|
12945
12949
|
try {
|
|
12946
|
-
const o = await
|
|
12947
|
-
publication:
|
|
12950
|
+
const o = await Ra({
|
|
12951
|
+
publication: c9,
|
|
12948
12952
|
path: e ?? "",
|
|
12949
12953
|
size: 5,
|
|
12950
12954
|
sizereply: 2,
|
|
@@ -12959,10 +12963,10 @@ const { PUBLIC_PUBLICATION_ID: a9 } = Y(), s9 = a9, r9 = (e) => {
|
|
|
12959
12963
|
}
|
|
12960
12964
|
})();
|
|
12961
12965
|
}, [t]), { comments: t, setComments: n };
|
|
12962
|
-
},
|
|
12966
|
+
}, Lr = ({ username: e, date: t, DATE_CONFIG: n }) => /* @__PURE__ */ f("div", { className: "comment-header", children: [
|
|
12963
12967
|
/* @__PURE__ */ a("span", { className: "comment-username", children: e }),
|
|
12964
12968
|
/* @__PURE__ */ a("span", { className: "comment-header-dot", children: "•" }),
|
|
12965
|
-
/* @__PURE__ */ a("span", { className: "comment-date", children:
|
|
12969
|
+
/* @__PURE__ */ a("span", { className: "comment-date", children: lp(je(Number(t), n)) })
|
|
12966
12970
|
] }), Br = ({ user: e }) => /* @__PURE__ */ a("div", { className: "comment-avatar", children: e.picture ? /* @__PURE__ */ a(
|
|
12967
12971
|
"img",
|
|
12968
12972
|
{
|
|
@@ -13045,7 +13049,7 @@ const { PUBLIC_PUBLICATION_ID: a9 } = Y(), s9 = a9, r9 = (e) => {
|
|
|
13045
13049
|
const o = ka(e, t);
|
|
13046
13050
|
return /* @__PURE__ */ f("div", { className: "form-actions", children: [
|
|
13047
13051
|
/* @__PURE__ */ a(
|
|
13048
|
-
|
|
13052
|
+
Rr,
|
|
13049
13053
|
{
|
|
13050
13054
|
sitekey: r,
|
|
13051
13055
|
theme: "light",
|
|
@@ -13100,7 +13104,7 @@ const { PUBLIC_PUBLICATION_ID: a9 } = Y(), s9 = a9, r9 = (e) => {
|
|
|
13100
13104
|
]
|
|
13101
13105
|
}
|
|
13102
13106
|
);
|
|
13103
|
-
}, { PUBLIC_PUBLICATION_ID:
|
|
13107
|
+
}, { PUBLIC_PUBLICATION_ID: d9 } = Y(), u9 = d9, jr = async ({
|
|
13104
13108
|
path: e,
|
|
13105
13109
|
ref: t,
|
|
13106
13110
|
captchaToken: n,
|
|
@@ -13119,7 +13123,7 @@ const { PUBLIC_PUBLICATION_ID: a9 } = Y(), s9 = a9, r9 = (e) => {
|
|
|
13119
13123
|
method: "POST",
|
|
13120
13124
|
headers: { "Content-Type": "application/json" },
|
|
13121
13125
|
body: JSON.stringify({
|
|
13122
|
-
publication:
|
|
13126
|
+
publication: u9,
|
|
13123
13127
|
path: e,
|
|
13124
13128
|
id: o,
|
|
13125
13129
|
username: r.username,
|
|
@@ -13153,7 +13157,7 @@ const { PUBLIC_PUBLICATION_ID: a9 } = Y(), s9 = a9, r9 = (e) => {
|
|
|
13153
13157
|
} catch (d) {
|
|
13154
13158
|
return console.error("Error enviando comentario:", d), alert(d.message || "Error al enviar el comentario."), !1;
|
|
13155
13159
|
}
|
|
13156
|
-
},
|
|
13160
|
+
}, m9 = ({
|
|
13157
13161
|
replyingTo: e,
|
|
13158
13162
|
commentRef: t,
|
|
13159
13163
|
user: n,
|
|
@@ -13206,13 +13210,13 @@ const { PUBLIC_PUBLICATION_ID: a9 } = Y(), s9 = a9, r9 = (e) => {
|
|
|
13206
13210
|
}
|
|
13207
13211
|
)
|
|
13208
13212
|
] });
|
|
13209
|
-
},
|
|
13213
|
+
}, h9 = ({ reply: e, replyingTo: t, user: n, onFlag: s, DATE_CONFIG: r }) => {
|
|
13210
13214
|
const o = e.text;
|
|
13211
13215
|
let i = `${Je.firstname} ${Je.lastname ?? ""}`, c = Je.username;
|
|
13212
13216
|
return e.user && (i = `${e.user.firstname} ${e.user.lastname ?? ""}`, c = e.user.username), /* @__PURE__ */ a("div", { className: "comment-item reply", children: /* @__PURE__ */ f("div", { className: "comment-header-container", children: [
|
|
13213
13217
|
/* @__PURE__ */ a(Br, { user: e.user ? e.user : Je }),
|
|
13214
13218
|
/* @__PURE__ */ f("div", { style: { flex: 1 }, children: [
|
|
13215
|
-
/* @__PURE__ */ a(
|
|
13219
|
+
/* @__PURE__ */ a(Lr, { username: i, date: e.date.time, DATE_CONFIG: r }),
|
|
13216
13220
|
/* @__PURE__ */ f("div", { className: "comment-reply-to", children: [
|
|
13217
13221
|
"Respondiendo a ",
|
|
13218
13222
|
/* @__PURE__ */ a("strong", { children: t })
|
|
@@ -13222,7 +13226,7 @@ const { PUBLIC_PUBLICATION_ID: a9 } = Y(), s9 = a9, r9 = (e) => {
|
|
|
13222
13226
|
/* @__PURE__ */ a(Or, { isReply: !0, onFlag: () => s(e.id) })
|
|
13223
13227
|
] })
|
|
13224
13228
|
] }) });
|
|
13225
|
-
},
|
|
13229
|
+
}, f9 = ({ comment: e, replyingTo: t, path: n, user: s, handleReplyingTo: r, onFlag: o, CAPTCHA_KEY_V2: i, DATE_CONFIG: c }) => {
|
|
13226
13230
|
const d = { morereply: e.morereply ?? !1, reply: e.reply ? e.reply : [] }, [l, u] = K(d), [m, h] = Te.useState(!1), { PUBLIC_PUBLICATION_ID: p, PUBLIC_X_SECURITY_TOKEN: g } = Y(), A = e.text, w = Te.useRef(null);
|
|
13227
13231
|
let v = `${Je.firstname} ${Je.lastname ?? ""}`, N = Je.username;
|
|
13228
13232
|
e.user && (v = `${e.user.firstname} ${e.user.lastname ?? ""}`, N = e.user.username);
|
|
@@ -13237,7 +13241,7 @@ const { PUBLIC_PUBLICATION_ID: a9 } = Y(), s9 = a9, r9 = (e) => {
|
|
|
13237
13241
|
children: [
|
|
13238
13242
|
/* @__PURE__ */ a(Br, { user: e.user ? e.user : Je }),
|
|
13239
13243
|
/* @__PURE__ */ f("div", { style: { flex: 1 }, children: [
|
|
13240
|
-
/* @__PURE__ */ a(
|
|
13244
|
+
/* @__PURE__ */ a(Lr, { username: v, date: e.date.time, DATE_CONFIG: c }),
|
|
13241
13245
|
/* @__PURE__ */ a("p", { className: "comment-text", children: A }),
|
|
13242
13246
|
s?.username.toLowerCase() !== N.toLowerCase() && // No puedes responder ni reportar tus respuestas
|
|
13243
13247
|
/* @__PURE__ */ a(
|
|
@@ -13248,7 +13252,7 @@ const { PUBLIC_PUBLICATION_ID: a9 } = Y(), s9 = a9, r9 = (e) => {
|
|
|
13248
13252
|
}
|
|
13249
13253
|
),
|
|
13250
13254
|
t === e.id && s && /* @__PURE__ */ a(
|
|
13251
|
-
|
|
13255
|
+
m9,
|
|
13252
13256
|
{
|
|
13253
13257
|
replyingTo: t,
|
|
13254
13258
|
commentRef: w,
|
|
@@ -13261,7 +13265,7 @@ const { PUBLIC_PUBLICATION_ID: a9 } = Y(), s9 = a9, r9 = (e) => {
|
|
|
13261
13265
|
),
|
|
13262
13266
|
l.reply.length > 0 && /* @__PURE__ */ f("div", { className: "comment-replies", children: [
|
|
13263
13267
|
l.reply.map((E) => /* @__PURE__ */ a(
|
|
13264
|
-
|
|
13268
|
+
h9,
|
|
13265
13269
|
{
|
|
13266
13270
|
user: s,
|
|
13267
13271
|
reply: E,
|
|
@@ -13279,7 +13283,7 @@ const { PUBLIC_PUBLICATION_ID: a9 } = Y(), s9 = a9, r9 = (e) => {
|
|
|
13279
13283
|
const E = l.reply[l.reply.length - 1]?.id;
|
|
13280
13284
|
h(!0);
|
|
13281
13285
|
try {
|
|
13282
|
-
const I = await
|
|
13286
|
+
const I = await Ra({
|
|
13283
13287
|
publication: p ?? "",
|
|
13284
13288
|
path: n ?? "",
|
|
13285
13289
|
size: 2,
|
|
@@ -13302,7 +13306,7 @@ const { PUBLIC_PUBLICATION_ID: a9 } = Y(), s9 = a9, r9 = (e) => {
|
|
|
13302
13306
|
]
|
|
13303
13307
|
}
|
|
13304
13308
|
) });
|
|
13305
|
-
},
|
|
13309
|
+
}, g9 = ({
|
|
13306
13310
|
commentRef: e,
|
|
13307
13311
|
user: t,
|
|
13308
13312
|
path: n,
|
|
@@ -13349,7 +13353,7 @@ const { PUBLIC_PUBLICATION_ID: a9 } = Y(), s9 = a9, r9 = (e) => {
|
|
|
13349
13353
|
}
|
|
13350
13354
|
)
|
|
13351
13355
|
] });
|
|
13352
|
-
}, { PUBLIC_PUBLICATION_ID:
|
|
13356
|
+
}, { PUBLIC_PUBLICATION_ID: p9, PUBLIC_X_SECURITY_TOKEN: A9 } = Y(), Os = p9 ?? "", w9 = ({
|
|
13353
13357
|
isAuthenticated: e,
|
|
13354
13358
|
path: t,
|
|
13355
13359
|
user: n,
|
|
@@ -13359,7 +13363,7 @@ const { PUBLIC_PUBLICATION_ID: a9 } = Y(), s9 = a9, r9 = (e) => {
|
|
|
13359
13363
|
}) => {
|
|
13360
13364
|
const i = t.replaceAll("/", "|"), [c, d] = K(
|
|
13361
13365
|
void 0
|
|
13362
|
-
), [l, u] = K(""), { comments: m, setComments: h } =
|
|
13366
|
+
), [l, u] = K(""), { comments: m, setComments: h } = l9(i), [p, g] = Te.useState(!1), A = Te.useRef(null), w = (q) => {
|
|
13363
13367
|
u(l === q ? "" : q);
|
|
13364
13368
|
}, v = (q) => {
|
|
13365
13369
|
h(
|
|
@@ -13377,7 +13381,7 @@ const { PUBLIC_PUBLICATION_ID: a9 } = Y(), s9 = a9, r9 = (e) => {
|
|
|
13377
13381
|
g(!0);
|
|
13378
13382
|
const Q = q.id;
|
|
13379
13383
|
try {
|
|
13380
|
-
const ee = await
|
|
13384
|
+
const ee = await Ra({
|
|
13381
13385
|
publication: Os,
|
|
13382
13386
|
path: i ?? "",
|
|
13383
13387
|
size: 5,
|
|
@@ -13385,7 +13389,7 @@ const { PUBLIC_PUBLICATION_ID: a9 } = Y(), s9 = a9, r9 = (e) => {
|
|
|
13385
13389
|
id: void 0,
|
|
13386
13390
|
lastid: Q,
|
|
13387
13391
|
state: "5,6",
|
|
13388
|
-
apiToken:
|
|
13392
|
+
apiToken: A9
|
|
13389
13393
|
});
|
|
13390
13394
|
h({
|
|
13391
13395
|
morecomment: ee.morecomment ?? !1,
|
|
@@ -13399,7 +13403,7 @@ const { PUBLIC_PUBLICATION_ID: a9 } = Y(), s9 = a9, r9 = (e) => {
|
|
|
13399
13403
|
/* @__PURE__ */ a("div", { className: "comments-container", children: /* @__PURE__ */ a(pe, { title: E || e ? "COMENTARIOS" : !1, children: /* @__PURE__ */ f(J, { children: [
|
|
13400
13404
|
e && n && /* @__PURE__ */ f("div", { className: "comments-header", children: [
|
|
13401
13405
|
/* @__PURE__ */ a(
|
|
13402
|
-
|
|
13406
|
+
zg,
|
|
13403
13407
|
{
|
|
13404
13408
|
user: n,
|
|
13405
13409
|
handleLogout: s,
|
|
@@ -13407,7 +13411,7 @@ const { PUBLIC_PUBLICATION_ID: a9 } = Y(), s9 = a9, r9 = (e) => {
|
|
|
13407
13411
|
}
|
|
13408
13412
|
),
|
|
13409
13413
|
/* @__PURE__ */ a(
|
|
13410
|
-
|
|
13414
|
+
g9,
|
|
13411
13415
|
{
|
|
13412
13416
|
commentRef: A,
|
|
13413
13417
|
user: n,
|
|
@@ -13424,7 +13428,7 @@ const { PUBLIC_PUBLICATION_ID: a9 } = Y(), s9 = a9, r9 = (e) => {
|
|
|
13424
13428
|
"data-isauthenticated": `${e}`,
|
|
13425
13429
|
children: [
|
|
13426
13430
|
m.comments.map((q) => /* @__PURE__ */ a(
|
|
13427
|
-
|
|
13431
|
+
f9,
|
|
13428
13432
|
{
|
|
13429
13433
|
comment: q,
|
|
13430
13434
|
replyingTo: l,
|
|
@@ -13451,7 +13455,7 @@ const { PUBLIC_PUBLICATION_ID: a9 } = Y(), s9 = a9, r9 = (e) => {
|
|
|
13451
13455
|
)
|
|
13452
13456
|
] }) }) }),
|
|
13453
13457
|
/* @__PURE__ */ a(
|
|
13454
|
-
|
|
13458
|
+
s9,
|
|
13455
13459
|
{
|
|
13456
13460
|
username: n?.username ?? void 0,
|
|
13457
13461
|
publication: Os,
|
|
@@ -13462,7 +13466,7 @@ const { PUBLIC_PUBLICATION_ID: a9 } = Y(), s9 = a9, r9 = (e) => {
|
|
|
13462
13466
|
}
|
|
13463
13467
|
)
|
|
13464
13468
|
] });
|
|
13465
|
-
},
|
|
13469
|
+
}, P3 = async (e, t) => {
|
|
13466
13470
|
if (!e) throw new Error("No action provided");
|
|
13467
13471
|
if (!t) throw new Error("No site key provided");
|
|
13468
13472
|
const n = window.grecaptcha;
|
|
@@ -13509,7 +13513,7 @@ const { PUBLIC_PUBLICATION_ID: a9 } = Y(), s9 = a9, r9 = (e) => {
|
|
|
13509
13513
|
test: (e) => /[^A-Za-z0-9]/.test(e)
|
|
13510
13514
|
}
|
|
13511
13515
|
];
|
|
13512
|
-
function
|
|
13516
|
+
function y9({ goToLogin: e, handleGoogleLogin: t, CAPTCHA_KEY: n }) {
|
|
13513
13517
|
const [s, r] = K({}), [o, i] = K(!1), [c, d] = K(!1), [l, u] = K(null), [m, h] = K(
|
|
13514
13518
|
"register"
|
|
13515
13519
|
), p = (v, N) => {
|
|
@@ -13729,7 +13733,7 @@ function g9({ goToLogin: e, handleGoogleLogin: t, CAPTCHA_KEY: n }) {
|
|
|
13729
13733
|
] })
|
|
13730
13734
|
] });
|
|
13731
13735
|
}
|
|
13732
|
-
function
|
|
13736
|
+
function v9({
|
|
13733
13737
|
onClose: e,
|
|
13734
13738
|
checkAuth: t,
|
|
13735
13739
|
goToRegister: n,
|
|
@@ -13739,7 +13743,7 @@ function p9({
|
|
|
13739
13743
|
const [o, i] = K("login"), [c, d] = K(""), [l, u] = K(""), [m, h] = K(""), [p, g] = K(""), [A, w] = K(""), [v, N] = K(!1), [_, E] = K(!1), [b, I] = K(null);
|
|
13740
13744
|
return console.log("CAPTCHA_KEY", r), /* @__PURE__ */ f(J, { children: [
|
|
13741
13745
|
o === "login" && /* @__PURE__ */ a(
|
|
13742
|
-
|
|
13746
|
+
b9,
|
|
13743
13747
|
{
|
|
13744
13748
|
email: c,
|
|
13745
13749
|
password: l,
|
|
@@ -13780,7 +13784,7 @@ function p9({
|
|
|
13780
13784
|
}
|
|
13781
13785
|
),
|
|
13782
13786
|
o === "forgot" && /* @__PURE__ */ a(
|
|
13783
|
-
|
|
13787
|
+
C9,
|
|
13784
13788
|
{
|
|
13785
13789
|
email: c,
|
|
13786
13790
|
setEmail: d,
|
|
@@ -13813,7 +13817,7 @@ function p9({
|
|
|
13813
13817
|
}
|
|
13814
13818
|
),
|
|
13815
13819
|
o === "changePassword" && /* @__PURE__ */ a(
|
|
13816
|
-
|
|
13820
|
+
_9,
|
|
13817
13821
|
{
|
|
13818
13822
|
email: c,
|
|
13819
13823
|
confirmationCode: m,
|
|
@@ -13862,7 +13866,7 @@ function p9({
|
|
|
13862
13866
|
}
|
|
13863
13867
|
),
|
|
13864
13868
|
o === "feedback" && /* @__PURE__ */ a(
|
|
13865
|
-
|
|
13869
|
+
N9,
|
|
13866
13870
|
{
|
|
13867
13871
|
onBackToLogin: () => {
|
|
13868
13872
|
I(null), i("login");
|
|
@@ -13871,7 +13875,7 @@ function p9({
|
|
|
13871
13875
|
)
|
|
13872
13876
|
] });
|
|
13873
13877
|
}
|
|
13874
|
-
function
|
|
13878
|
+
function b9({
|
|
13875
13879
|
email: e,
|
|
13876
13880
|
password: t,
|
|
13877
13881
|
showPassword: n,
|
|
@@ -13963,7 +13967,7 @@ function A9({
|
|
|
13963
13967
|
)
|
|
13964
13968
|
] });
|
|
13965
13969
|
}
|
|
13966
|
-
function
|
|
13970
|
+
function C9({
|
|
13967
13971
|
email: e,
|
|
13968
13972
|
setEmail: t,
|
|
13969
13973
|
loading: n,
|
|
@@ -14000,7 +14004,7 @@ function w9({
|
|
|
14000
14004
|
}
|
|
14001
14005
|
);
|
|
14002
14006
|
}
|
|
14003
|
-
function
|
|
14007
|
+
function _9({
|
|
14004
14008
|
email: e,
|
|
14005
14009
|
confirmationCode: t,
|
|
14006
14010
|
newPassword: n,
|
|
@@ -14024,7 +14028,7 @@ function y9({
|
|
|
14024
14028
|
children: [
|
|
14025
14029
|
/* @__PURE__ */ f("p", { className: k.message, children: [
|
|
14026
14030
|
"Hemos enviado un código de restablecimiento de contraseña en un mensaje de Correo electrónico a ",
|
|
14027
|
-
|
|
14031
|
+
up(e),
|
|
14028
14032
|
". Ingrese el código y la contraseña nueva."
|
|
14029
14033
|
] }),
|
|
14030
14034
|
/* @__PURE__ */ f("ul", { className: k.formUl, children: [
|
|
@@ -14111,13 +14115,13 @@ function y9({
|
|
|
14111
14115
|
}
|
|
14112
14116
|
);
|
|
14113
14117
|
}
|
|
14114
|
-
function
|
|
14118
|
+
function N9({ onBackToLogin: e }) {
|
|
14115
14119
|
return /* @__PURE__ */ f("div", { className: k.form, children: [
|
|
14116
14120
|
/* @__PURE__ */ a("p", { className: k.success, children: "La contraseña fue cambiada con éxito" }),
|
|
14117
14121
|
/* @__PURE__ */ a("button", { type: "button", className: k.primary, onClick: e, children: "Iniciar Sesión" })
|
|
14118
14122
|
] });
|
|
14119
14123
|
}
|
|
14120
|
-
function
|
|
14124
|
+
function S9({
|
|
14121
14125
|
loginUrl: e,
|
|
14122
14126
|
onClose: t,
|
|
14123
14127
|
checkAuth: n,
|
|
@@ -14154,7 +14158,7 @@ function b9({
|
|
|
14154
14158
|
)
|
|
14155
14159
|
] }),
|
|
14156
14160
|
o === "login" && /* @__PURE__ */ a(
|
|
14157
|
-
|
|
14161
|
+
v9,
|
|
14158
14162
|
{
|
|
14159
14163
|
onClose: t,
|
|
14160
14164
|
checkAuth: n,
|
|
@@ -14164,7 +14168,7 @@ function b9({
|
|
|
14164
14168
|
}
|
|
14165
14169
|
),
|
|
14166
14170
|
o === "register" && /* @__PURE__ */ a(
|
|
14167
|
-
|
|
14171
|
+
y9,
|
|
14168
14172
|
{
|
|
14169
14173
|
handleGoogleLogin: c,
|
|
14170
14174
|
goToLogin: () => i("login"),
|
|
@@ -14175,7 +14179,7 @@ function b9({
|
|
|
14175
14179
|
}
|
|
14176
14180
|
);
|
|
14177
14181
|
}
|
|
14178
|
-
function
|
|
14182
|
+
function E9({
|
|
14179
14183
|
isAuthenticated: e,
|
|
14180
14184
|
setIsAuthenticated: t,
|
|
14181
14185
|
loginUrl: n,
|
|
@@ -14189,7 +14193,7 @@ function C9({
|
|
|
14189
14193
|
const [l, u] = Te.useState(!1);
|
|
14190
14194
|
return /* @__PURE__ */ f(J, { children: [
|
|
14191
14195
|
l && /* @__PURE__ */ a(
|
|
14192
|
-
|
|
14196
|
+
S9,
|
|
14193
14197
|
{
|
|
14194
14198
|
loginUrl: n,
|
|
14195
14199
|
icon: i,
|
|
@@ -14215,7 +14219,7 @@ function C9({
|
|
|
14215
14219
|
)
|
|
14216
14220
|
] }),
|
|
14217
14221
|
/* @__PURE__ */ a(
|
|
14218
|
-
|
|
14222
|
+
w9,
|
|
14219
14223
|
{
|
|
14220
14224
|
isAuthenticated: e,
|
|
14221
14225
|
handleLogout: async () => {
|
|
@@ -14232,7 +14236,7 @@ function C9({
|
|
|
14232
14236
|
)
|
|
14233
14237
|
] });
|
|
14234
14238
|
}
|
|
14235
|
-
function
|
|
14239
|
+
function x9({
|
|
14236
14240
|
isVisible: e,
|
|
14237
14241
|
path: t,
|
|
14238
14242
|
icon: n,
|
|
@@ -14278,7 +14282,7 @@ function _9({
|
|
|
14278
14282
|
}
|
|
14279
14283
|
);
|
|
14280
14284
|
return o === null ? h : e ? /* @__PURE__ */ a(
|
|
14281
|
-
|
|
14285
|
+
E9,
|
|
14282
14286
|
{
|
|
14283
14287
|
icon: n,
|
|
14284
14288
|
isAuthenticated: o,
|
|
@@ -14292,7 +14296,7 @@ function _9({
|
|
|
14292
14296
|
}
|
|
14293
14297
|
) : h;
|
|
14294
14298
|
}
|
|
14295
|
-
const
|
|
14299
|
+
const D3 = ({
|
|
14296
14300
|
render: e,
|
|
14297
14301
|
internalPath: t,
|
|
14298
14302
|
section: n,
|
|
@@ -14319,7 +14323,7 @@ const R3 = ({
|
|
|
14319
14323
|
}, []);
|
|
14320
14324
|
const h = {
|
|
14321
14325
|
comment: /* @__PURE__ */ a(
|
|
14322
|
-
|
|
14326
|
+
x9,
|
|
14323
14327
|
{
|
|
14324
14328
|
path: t,
|
|
14325
14329
|
icon: o,
|
|
@@ -14329,7 +14333,7 @@ const R3 = ({
|
|
|
14329
14333
|
}
|
|
14330
14334
|
),
|
|
14331
14335
|
more: /* @__PURE__ */ a(
|
|
14332
|
-
|
|
14336
|
+
Qg,
|
|
14333
14337
|
{
|
|
14334
14338
|
section: n,
|
|
14335
14339
|
currentNews: s,
|
|
@@ -14350,7 +14354,7 @@ const R3 = ({
|
|
|
14350
14354
|
}
|
|
14351
14355
|
);
|
|
14352
14356
|
};
|
|
14353
|
-
async function
|
|
14357
|
+
async function M3({
|
|
14354
14358
|
publication: e,
|
|
14355
14359
|
path: t,
|
|
14356
14360
|
username: n,
|
|
@@ -14454,7 +14458,7 @@ async function B3({
|
|
|
14454
14458
|
};
|
|
14455
14459
|
}
|
|
14456
14460
|
}
|
|
14457
|
-
const
|
|
14461
|
+
const j3 = async ({
|
|
14458
14462
|
token: e,
|
|
14459
14463
|
projectId: t,
|
|
14460
14464
|
captchaKey: n,
|
|
@@ -14490,69 +14494,69 @@ const O3 = async ({
|
|
|
14490
14494
|
};
|
|
14491
14495
|
export {
|
|
14492
14496
|
vo as AssetsPreconnect,
|
|
14493
|
-
|
|
14494
|
-
|
|
14495
|
-
|
|
14497
|
+
q3 as AutorComponent,
|
|
14498
|
+
ou as AutorHeader1,
|
|
14499
|
+
Au as AutorHeader2,
|
|
14496
14500
|
we as BannerAdvertising,
|
|
14497
14501
|
st as BannerAdvertisingMiddle,
|
|
14498
|
-
|
|
14502
|
+
d3 as CarrouselCSR,
|
|
14499
14503
|
xt as CarrouselIRS,
|
|
14500
|
-
|
|
14501
|
-
|
|
14504
|
+
gf as CarruselCard,
|
|
14505
|
+
Nf as CarruselOpinion,
|
|
14502
14506
|
lt as CommonServices,
|
|
14503
14507
|
Hr as Comscore,
|
|
14504
|
-
|
|
14505
|
-
|
|
14506
|
-
|
|
14507
|
-
|
|
14508
|
+
E3 as ContactInfoServer,
|
|
14509
|
+
g3 as ContactInput,
|
|
14510
|
+
p3 as ContactSelect,
|
|
14511
|
+
A3 as ContactTextarea,
|
|
14508
14512
|
Ft as ContentLayout1,
|
|
14509
14513
|
ls as ContentLayoutTema,
|
|
14510
|
-
|
|
14511
|
-
|
|
14512
|
-
|
|
14514
|
+
T3 as DEBUG_MainSlots,
|
|
14515
|
+
A2 as DestacadoNoticias,
|
|
14516
|
+
tf as DestacadoVideos,
|
|
14513
14517
|
uc as DynamicBlockServices,
|
|
14514
|
-
|
|
14518
|
+
I3 as DynamicComponents,
|
|
14515
14519
|
Yn as DynamicMainSlot,
|
|
14516
14520
|
Tr as DynamicSlot,
|
|
14517
|
-
|
|
14518
|
-
|
|
14519
|
-
|
|
14520
|
-
|
|
14521
|
+
C3 as EditorialBlock,
|
|
14522
|
+
f3 as ErrorComponent,
|
|
14523
|
+
Ro as Font,
|
|
14524
|
+
m3 as Footer,
|
|
14521
14525
|
yo as FormatAfterScripts,
|
|
14522
14526
|
zs as FormatScripts,
|
|
14523
14527
|
Vr as GA4,
|
|
14524
14528
|
Fr as GTM,
|
|
14525
|
-
|
|
14526
|
-
|
|
14527
|
-
|
|
14528
|
-
|
|
14529
|
-
|
|
14529
|
+
v0 as GalleryHeader,
|
|
14530
|
+
c3 as GenerateBody,
|
|
14531
|
+
i3 as GenerateHead,
|
|
14532
|
+
y3 as Header,
|
|
14533
|
+
U0 as IframeHeader,
|
|
14530
14534
|
al as ImageOffline,
|
|
14531
14535
|
qe as ImageOnline,
|
|
14532
14536
|
nl as ImageOnlineClient,
|
|
14533
|
-
|
|
14537
|
+
s3 as IssuuServices,
|
|
14534
14538
|
Io as ItemListSchema,
|
|
14535
|
-
|
|
14536
|
-
|
|
14539
|
+
Nh as JournalistArticule2,
|
|
14540
|
+
qh as JournalistGroup,
|
|
14537
14541
|
_r as LayoutNewsComponent,
|
|
14538
|
-
|
|
14542
|
+
D3 as LazyLoader,
|
|
14539
14543
|
O as LinkComponent,
|
|
14540
14544
|
j1 as LiveBlogHeader,
|
|
14541
|
-
|
|
14542
|
-
|
|
14545
|
+
l3 as Location,
|
|
14546
|
+
M9 as MainComponentServices,
|
|
14543
14547
|
$r as Marfeel,
|
|
14544
14548
|
mt as MiddleSection,
|
|
14545
14549
|
Ir as Modulo1x3,
|
|
14546
|
-
|
|
14547
|
-
|
|
14548
|
-
|
|
14549
|
-
|
|
14550
|
-
|
|
14551
|
-
|
|
14552
|
-
|
|
14553
|
-
|
|
14550
|
+
ff as Modulo1x3Card,
|
|
14551
|
+
$2 as Modulo1x4,
|
|
14552
|
+
J2 as Modulo1x5,
|
|
14553
|
+
_3 as Modulo2Columnas,
|
|
14554
|
+
z2 as Modulo3Columnas,
|
|
14555
|
+
N3 as ModuloNewsletter,
|
|
14556
|
+
b3 as ModuloOpinion,
|
|
14557
|
+
jg as NewListResponseDataPH,
|
|
14554
14558
|
To as NewsArticle,
|
|
14555
|
-
|
|
14559
|
+
k3 as NewsComponent,
|
|
14556
14560
|
la as NewsContent,
|
|
14557
14561
|
It as NewsDescriptionComponent,
|
|
14558
14562
|
vn as NextPrev,
|
|
@@ -14560,81 +14564,81 @@ export {
|
|
|
14560
14564
|
Qa as PreloadImages,
|
|
14561
14565
|
Ye as REPORT_REASONS,
|
|
14562
14566
|
Sa as Readest,
|
|
14563
|
-
|
|
14564
|
-
|
|
14567
|
+
L3 as ScriptHydrator,
|
|
14568
|
+
U3 as SearchSection,
|
|
14565
14569
|
pe as Section,
|
|
14566
14570
|
Xe as SectionCard,
|
|
14567
|
-
|
|
14571
|
+
Ln as SectionCard2,
|
|
14568
14572
|
ua as SectionCardServerComponent,
|
|
14569
|
-
|
|
14573
|
+
S3 as SectionServerComponent,
|
|
14570
14574
|
yc as ShowSection,
|
|
14571
|
-
|
|
14575
|
+
l0 as SocialNetworks,
|
|
14572
14576
|
Eo as SpeculationRules,
|
|
14573
|
-
|
|
14577
|
+
x3 as StaticSlotWrapper,
|
|
14574
14578
|
Al as SubscribeColumn,
|
|
14575
14579
|
kl as SubscribeRow,
|
|
14576
|
-
|
|
14577
|
-
|
|
14578
|
-
|
|
14580
|
+
u3 as SubscribeWhatsAppColumn,
|
|
14581
|
+
v3 as TagHeader,
|
|
14582
|
+
fh as TagSection,
|
|
14579
14583
|
V1 as TimeLine,
|
|
14580
|
-
|
|
14581
|
-
|
|
14582
|
-
|
|
14583
|
-
|
|
14584
|
-
|
|
14585
|
-
|
|
14584
|
+
L9 as TrimPathname,
|
|
14585
|
+
h3 as VideoBlock3,
|
|
14586
|
+
w3 as VideoBlock4,
|
|
14587
|
+
S0 as VideoEmbeddedHeader,
|
|
14588
|
+
R3 as VideoSection,
|
|
14589
|
+
I0 as VideoYoutubeHeader,
|
|
14586
14590
|
qo as VideosSchemas,
|
|
14587
14591
|
Uo as WebsiteList,
|
|
14588
|
-
|
|
14592
|
+
M3 as addComment,
|
|
14589
14593
|
wa as bannersReplace,
|
|
14590
14594
|
Mt as becomeVideoObject,
|
|
14591
14595
|
vt as buildTagUrl,
|
|
14592
14596
|
cd as coloringByStrokeSVGs,
|
|
14593
14597
|
Ta as compileStyleProps,
|
|
14594
14598
|
Qe as cutString,
|
|
14595
|
-
|
|
14599
|
+
q9 as extractRealtedNews,
|
|
14596
14600
|
je as formatDate,
|
|
14597
|
-
|
|
14601
|
+
U9 as formatDateEdiciones,
|
|
14598
14602
|
Qs as formatDateJournalistArticule,
|
|
14599
14603
|
uo as formatDateTimeline,
|
|
14600
14604
|
fo as formatNewsMeta,
|
|
14601
14605
|
Co as formatVideoData,
|
|
14602
|
-
|
|
14603
|
-
|
|
14604
|
-
|
|
14606
|
+
o3 as generalGetData,
|
|
14607
|
+
P3 as getCaptchaToken,
|
|
14608
|
+
o9 as getComments,
|
|
14605
14609
|
Y as getConfig,
|
|
14606
|
-
|
|
14610
|
+
r3 as getDynamicSlots,
|
|
14607
14611
|
jt as getEnvironmentUrl,
|
|
14608
14612
|
ho as getEnvironmentUrlFront,
|
|
14609
|
-
|
|
14613
|
+
P9 as getHydratorPath,
|
|
14610
14614
|
ge as getImageUrl,
|
|
14611
14615
|
Wt as getNextMeta,
|
|
14612
14616
|
Kt as getPage,
|
|
14613
14617
|
Na as getPlayIcon,
|
|
14614
|
-
|
|
14618
|
+
D9 as getPreloadImages,
|
|
14615
14619
|
Yt as getPrevMeta,
|
|
14616
|
-
|
|
14620
|
+
O3 as getReportReasonLabel,
|
|
14617
14621
|
Gs as getResponse,
|
|
14618
14622
|
mo as getResponsePromise,
|
|
14619
14623
|
ya as getSchemas,
|
|
14620
14624
|
Vs as getScriptReplaces,
|
|
14621
14625
|
Bo as getSlugs,
|
|
14622
|
-
|
|
14623
|
-
|
|
14624
|
-
|
|
14625
|
-
|
|
14626
|
+
B9 as getTypeOfNews,
|
|
14627
|
+
O9 as getVideoRealPath,
|
|
14628
|
+
Ra as handleGetComments,
|
|
14629
|
+
k9 as initLibrary,
|
|
14626
14630
|
wo as metadataToJSX,
|
|
14627
14631
|
hc as metadata_defaults,
|
|
14628
14632
|
Hs as parseTags,
|
|
14629
14633
|
go as pathnameSplit,
|
|
14630
|
-
|
|
14631
|
-
|
|
14632
|
-
|
|
14634
|
+
R9 as processExtractedRelatedNews,
|
|
14635
|
+
Lo as removePages,
|
|
14636
|
+
B3 as reportComment,
|
|
14633
14637
|
Md as shareButtons,
|
|
14634
14638
|
xa as socialIcons,
|
|
14635
14639
|
No as speculationRules,
|
|
14636
14640
|
_o as speculationRulesHome,
|
|
14637
14641
|
po as urlReplaces,
|
|
14638
14642
|
vr as usePlayIcon,
|
|
14639
|
-
|
|
14643
|
+
j3 as verifyCaptchaTokenEnterprise
|
|
14640
14644
|
};
|