sass-template-common 0.2.89 → 0.2.90
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 I9(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
|
+
}, T9 = (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 k9(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 U9 = 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 q9(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
|
+
}, R9 = (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 L9(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
|
+
}, B9 = (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
|
+
}, O9 = (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 P9 {
|
|
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: j9,
|
|
3271
|
+
AxiosError: Q9,
|
|
3272
|
+
CanceledError: G9,
|
|
3273
|
+
isCancel: H9,
|
|
3274
|
+
CancelToken: z9,
|
|
3275
|
+
VERSION: V9,
|
|
3276
|
+
all: F9,
|
|
3277
|
+
Cancel: $9,
|
|
3278
|
+
isAxiosError: W9,
|
|
3279
|
+
spread: Y9,
|
|
3280
|
+
toFormData: K9,
|
|
3281
|
+
AxiosHeaders: J9,
|
|
3282
|
+
HttpStatusCode: Z9,
|
|
3283
|
+
formToJSON: X9,
|
|
3284
|
+
getAdapter: e3,
|
|
3285
|
+
mergeConfig: t3
|
|
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 n3 {
|
|
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 a3 = 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
|
+
}, s3 = 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 r3({
|
|
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 o3 = ({
|
|
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
|
+
}, i3 = (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 c3(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
|
+
}, l3 = (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
|
+
}, d3 = (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
|
+
}, u3 = (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
|
+
}, m3 = (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
|
+
}, h3 = (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
|
+
}, f3 = (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
|
+
}, g3 = (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_1128j_1", $1 = "_contentInfo_1128j_11", W1 = "_imageContainer_1128j_19", Y1 = "_imageStyled_1128j_28", K1 = "_contentIconStyled_1128j_39", J1 = "_name_1128j_65", Z1 = "_email_1128j_74", X1 = "_description_1128j_90", eu = "_contenSocialNetwork_1128j_102", tu = "_socialIcon_1128j_112", nu = "_faceBookIcon_1128j_117", au = "_socialIconLink_1128j_122", su = "_socialIconStroke_1128j_126", ue = {
|
|
6829
6829
|
content: F1,
|
|
6830
6830
|
contentInfo: $1,
|
|
6831
6831
|
imageContainer: W1,
|
|
@@ -6836,48 +6836,49 @@ 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
|
+
socialIconLink: au,
|
|
6841
|
+
socialIconStroke: su
|
|
6841
6842
|
}, tn = (e) => {
|
|
6842
6843
|
if (!e || e.trim() === "")
|
|
6843
6844
|
return e;
|
|
6844
6845
|
const t = e.trim();
|
|
6845
6846
|
return t.startsWith("http://") || t.startsWith("https://") ? t : `https://${t}`;
|
|
6846
|
-
},
|
|
6847
|
+
}, ru = async (e) => {
|
|
6847
6848
|
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
6849
|
return /* @__PURE__ */ a(
|
|
6849
6850
|
"section",
|
|
6850
6851
|
{
|
|
6851
|
-
className: `${
|
|
6852
|
-
children: /* @__PURE__ */ f("div", { className:
|
|
6853
|
-
r ? /* @__PURE__ */ a("div", { className: `${
|
|
6852
|
+
className: `${ue.content} ${e.className ? e.className : ""}`,
|
|
6853
|
+
children: /* @__PURE__ */ f("div", { className: ue.contentInfo, children: [
|
|
6854
|
+
r ? /* @__PURE__ */ a("div", { className: `${ue.imageContainer} sass-image-autor-wrapper`, children: /* @__PURE__ */ a(
|
|
6854
6855
|
"img",
|
|
6855
6856
|
{
|
|
6856
6857
|
fetchPriority: "low",
|
|
6857
6858
|
loading: "lazy",
|
|
6858
6859
|
alt: "",
|
|
6859
|
-
className:
|
|
6860
|
+
className: ue.imageStyled,
|
|
6860
6861
|
src: await ge(r)
|
|
6861
6862
|
}
|
|
6862
6863
|
) }) : /* @__PURE__ */ a(
|
|
6863
6864
|
"div",
|
|
6864
6865
|
{
|
|
6865
|
-
className: `${
|
|
6866
|
+
className: `${ue.contentIconStyled} sass-image-autor-wrapper`,
|
|
6866
6867
|
children: /* @__PURE__ */ a(s, {})
|
|
6867
6868
|
}
|
|
6868
6869
|
),
|
|
6869
|
-
/* @__PURE__ */ a("h1", { className:
|
|
6870
|
-
c && /* @__PURE__ */ a("p", { className:
|
|
6871
|
-
d && /* @__PURE__ */ a("p", { className:
|
|
6872
|
-
/* @__PURE__ */ f("div", { className:
|
|
6870
|
+
/* @__PURE__ */ a("h1", { className: ue.name, children: o }),
|
|
6871
|
+
c && /* @__PURE__ */ a("p", { className: ue.email, children: i }),
|
|
6872
|
+
d && /* @__PURE__ */ a("p", { className: ue.description, children: l }),
|
|
6873
|
+
/* @__PURE__ */ f("div", { className: ue.contenSocialNetwork, children: [
|
|
6873
6874
|
u && /* @__PURE__ */ a(
|
|
6874
6875
|
"a",
|
|
6875
6876
|
{
|
|
6876
6877
|
href: u,
|
|
6877
6878
|
target: "_blank",
|
|
6878
|
-
className:
|
|
6879
|
+
className: `${ue.socialIconLink} ${ue.socialIconStroke}`,
|
|
6879
6880
|
rel: "noreferrer",
|
|
6880
|
-
children: /* @__PURE__ */ a(qn, { className:
|
|
6881
|
+
children: /* @__PURE__ */ a(qn, { className: ue.faceBookIcon })
|
|
6881
6882
|
}
|
|
6882
6883
|
),
|
|
6883
6884
|
m && /* @__PURE__ */ a(
|
|
@@ -6885,9 +6886,9 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
6885
6886
|
{
|
|
6886
6887
|
href: m,
|
|
6887
6888
|
target: "_blank",
|
|
6888
|
-
className:
|
|
6889
|
+
className: ue.socialIconLink,
|
|
6889
6890
|
rel: "noreferrer",
|
|
6890
|
-
children: /* @__PURE__ */ a(
|
|
6891
|
+
children: /* @__PURE__ */ a(Rn, { className: ue.socialIcon })
|
|
6891
6892
|
}
|
|
6892
6893
|
),
|
|
6893
6894
|
h && /* @__PURE__ */ a(
|
|
@@ -6895,9 +6896,9 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
6895
6896
|
{
|
|
6896
6897
|
href: h,
|
|
6897
6898
|
target: "_blank",
|
|
6898
|
-
className:
|
|
6899
|
+
className: ue.socialIconLink,
|
|
6899
6900
|
rel: "noreferrer",
|
|
6900
|
-
children: /* @__PURE__ */ a(Ct, { className:
|
|
6901
|
+
children: /* @__PURE__ */ a(Ct, { className: ue.socialIcon })
|
|
6901
6902
|
}
|
|
6902
6903
|
),
|
|
6903
6904
|
p && /* @__PURE__ */ a(
|
|
@@ -6905,27 +6906,27 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
6905
6906
|
{
|
|
6906
6907
|
href: p,
|
|
6907
6908
|
target: "_blank",
|
|
6908
|
-
className: `${
|
|
6909
|
+
className: `${ue.socialIconLink} ${ue.socialIconStroke}`,
|
|
6909
6910
|
rel: "noreferrer",
|
|
6910
|
-
children: /* @__PURE__ */ a(Qt, { className:
|
|
6911
|
+
children: /* @__PURE__ */ a(Qt, { className: ue.socialIcon })
|
|
6911
6912
|
}
|
|
6912
6913
|
)
|
|
6913
6914
|
] })
|
|
6914
6915
|
] })
|
|
6915
6916
|
}
|
|
6916
6917
|
);
|
|
6917
|
-
},
|
|
6918
|
-
content:
|
|
6919
|
-
contentInfo:
|
|
6920
|
-
contentAuthor:
|
|
6921
|
-
imageStyled:
|
|
6922
|
-
contentIconStyled:
|
|
6923
|
-
name:
|
|
6924
|
-
email:
|
|
6925
|
-
description:
|
|
6926
|
-
contenSocialNetwork:
|
|
6927
|
-
socialIcon:
|
|
6928
|
-
},
|
|
6918
|
+
}, ou = "_content_18ozj_1", iu = "_contentInfo_18ozj_13", cu = "_contentAuthor_18ozj_26", lu = "_imageStyled_18ozj_33", du = "_contentIconStyled_18ozj_42", uu = "_name_18ozj_64", mu = "_email_18ozj_72", hu = "_description_18ozj_82", fu = "_contenSocialNetwork_18ozj_93", gu = "_socialIcon_18ozj_103", Ee = {
|
|
6919
|
+
content: ou,
|
|
6920
|
+
contentInfo: iu,
|
|
6921
|
+
contentAuthor: cu,
|
|
6922
|
+
imageStyled: lu,
|
|
6923
|
+
contentIconStyled: du,
|
|
6924
|
+
name: uu,
|
|
6925
|
+
email: mu,
|
|
6926
|
+
description: hu,
|
|
6927
|
+
contenSocialNetwork: fu,
|
|
6928
|
+
socialIcon: gu
|
|
6929
|
+
}, pu = async (e) => {
|
|
6929
6930
|
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
6931
|
return /* @__PURE__ */ a("section", { className: Ee.content, children: /* @__PURE__ */ f("div", { className: Ee.contentInfo, children: [
|
|
6931
6932
|
r ? /* @__PURE__ */ a(
|
|
@@ -6958,7 +6959,7 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
6958
6959
|
target: "_blank",
|
|
6959
6960
|
rel: "noreferrer",
|
|
6960
6961
|
children: /* @__PURE__ */ a(
|
|
6961
|
-
|
|
6962
|
+
Rn,
|
|
6962
6963
|
{
|
|
6963
6964
|
className: Ee.socialIcon,
|
|
6964
6965
|
style: { padding: "4px" }
|
|
@@ -6987,9 +6988,9 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
6987
6988
|
] })
|
|
6988
6989
|
] })
|
|
6989
6990
|
] }) });
|
|
6990
|
-
},
|
|
6991
|
-
content:
|
|
6992
|
-
bannerSection:
|
|
6991
|
+
}, Au = "_content_jg6i2_1", wu = "_bannerSection_jg6i2_25", ds = {
|
|
6992
|
+
content: Au,
|
|
6993
|
+
bannerSection: wu
|
|
6993
6994
|
}, _r = (e) => /* @__PURE__ */ f("section", { className: ds.content, children: [
|
|
6994
6995
|
e.children,
|
|
6995
6996
|
/* @__PURE__ */ f("div", { className: ds.bannerSection, children: [
|
|
@@ -7010,21 +7011,21 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
7010
7011
|
),
|
|
7011
7012
|
e.banner
|
|
7012
7013
|
] })
|
|
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
|
-
},
|
|
7014
|
+
] }), yu = "_content_1bw8m_1", vu = "_header_1bw8m_30", bu = "_videos_1bw8m_56", Cu = "_videoContent_1bw8m_63", _u = "_articleSection_1bw8m_70", Nu = "_contentLayoutVideoSection_1bw8m_85", Su = "_sectionVideoList_1bw8m_93", Eu = "_iframeStyled_1bw8m_166", xu = "_contentFrame_1bw8m_172", Le = {
|
|
7015
|
+
content: yu,
|
|
7016
|
+
header: vu,
|
|
7017
|
+
videos: bu,
|
|
7018
|
+
videoContent: Cu,
|
|
7019
|
+
articleSection: _u,
|
|
7020
|
+
contentLayoutVideoSection: Nu,
|
|
7021
|
+
sectionVideoList: Su,
|
|
7022
|
+
iframeStyled: Eu,
|
|
7023
|
+
contentFrame: xu
|
|
7024
|
+
}, Iu = "_content_1dj0q_1", Tu = "_linkImage_1dj0q_12", ku = "_playStyled_1dj0q_19", Gn = {
|
|
7025
|
+
content: Iu,
|
|
7026
|
+
linkImage: Tu,
|
|
7027
|
+
playStyled: ku
|
|
7028
|
+
}, Uu = async (e) => {
|
|
7028
7029
|
const t = Na(), n = {
|
|
7029
7030
|
...e,
|
|
7030
7031
|
main: {
|
|
@@ -7051,8 +7052,8 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
7051
7052
|
),
|
|
7052
7053
|
/* @__PURE__ */ a("div", { children: /* @__PURE__ */ a(It, { ...n, paths: e.paths }) })
|
|
7053
7054
|
] }) : null;
|
|
7054
|
-
},
|
|
7055
|
-
/* @__PURE__ */ f("a", { className:
|
|
7055
|
+
}, p3 = (e) => /* @__PURE__ */ a("div", { className: Le.content, children: /* @__PURE__ */ f(Ft, { className: Le.contentLayoutVideoSection, children: [
|
|
7056
|
+
/* @__PURE__ */ f("a", { className: Le.header, href: e.goBackLink ?? "/videos", children: [
|
|
7056
7057
|
/* @__PURE__ */ a(
|
|
7057
7058
|
"svg",
|
|
7058
7059
|
{
|
|
@@ -7074,12 +7075,12 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
7074
7075
|
),
|
|
7075
7076
|
e.titleGoBack ?? "VOLVER A VIDEOS"
|
|
7076
7077
|
] }),
|
|
7077
|
-
/* @__PURE__ */ f("div", { className:
|
|
7078
|
-
/* @__PURE__ */ f("div", { className:
|
|
7078
|
+
/* @__PURE__ */ f("div", { className: Le.videos, children: [
|
|
7079
|
+
/* @__PURE__ */ f("div", { className: Le.videoContent, style: e.mainVideoStyles, children: [
|
|
7079
7080
|
e.type === "vy" && /* @__PURE__ */ a(
|
|
7080
7081
|
"iframe",
|
|
7081
7082
|
{
|
|
7082
|
-
className:
|
|
7083
|
+
className: Le.iframeStyled,
|
|
7083
7084
|
src: `https://www.youtube.com/embed/${e.video?.main?.code}`,
|
|
7084
7085
|
frameBorder: "0",
|
|
7085
7086
|
allowFullScreen: !0
|
|
@@ -7088,7 +7089,7 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
7088
7089
|
e.type === "vf" && /* @__PURE__ */ a(
|
|
7089
7090
|
"iframe",
|
|
7090
7091
|
{
|
|
7091
|
-
className:
|
|
7092
|
+
className: Le.iframeStyled,
|
|
7092
7093
|
src: e.video?.main?.code,
|
|
7093
7094
|
frameBorder: "0",
|
|
7094
7095
|
allowFullScreen: !0
|
|
@@ -7097,13 +7098,13 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
7097
7098
|
e.type === "ve" && /* @__PURE__ */ a(
|
|
7098
7099
|
"div",
|
|
7099
7100
|
{
|
|
7100
|
-
className:
|
|
7101
|
+
className: Le.contentFrame,
|
|
7101
7102
|
dangerouslySetInnerHTML: {
|
|
7102
7103
|
__html: e.video?.main?.code ?? ""
|
|
7103
7104
|
}
|
|
7104
7105
|
}
|
|
7105
7106
|
),
|
|
7106
|
-
/* @__PURE__ */ a("div", { className:
|
|
7107
|
+
/* @__PURE__ */ a("div", { className: Le.articleSection, children: /* @__PURE__ */ a(
|
|
7107
7108
|
It,
|
|
7108
7109
|
{
|
|
7109
7110
|
isTitle: !0,
|
|
@@ -7130,7 +7131,7 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
7130
7131
|
/* @__PURE__ */ f(
|
|
7131
7132
|
"div",
|
|
7132
7133
|
{
|
|
7133
|
-
className:
|
|
7134
|
+
className: Le.sectionVideoList,
|
|
7134
7135
|
style: e.listVideoStyles,
|
|
7135
7136
|
children: [
|
|
7136
7137
|
e.banner && /* @__PURE__ */ a(
|
|
@@ -7140,9 +7141,9 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
7140
7141
|
name: e.banner.bannerName
|
|
7141
7142
|
}
|
|
7142
7143
|
),
|
|
7143
|
-
e.relatedName && /* @__PURE__ */ a("h2", { className: `${
|
|
7144
|
+
e.relatedName && /* @__PURE__ */ a("h2", { className: `${Le.relatedTitle} saas-video-related-title`, children: e.relatedName }),
|
|
7144
7145
|
Array.isArray(e.videoList) && e.videoList.map((t, n) => /* @__PURE__ */ rt(
|
|
7145
|
-
|
|
7146
|
+
Uu,
|
|
7146
7147
|
{
|
|
7147
7148
|
...Mt(t, !0, !1, !1),
|
|
7148
7149
|
key: n,
|
|
@@ -7153,15 +7154,15 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
7153
7154
|
}
|
|
7154
7155
|
)
|
|
7155
7156
|
] })
|
|
7156
|
-
] }) }),
|
|
7157
|
-
content:
|
|
7158
|
-
titleContent:
|
|
7157
|
+
] }) }), qu = "_content_gcte1_1", Ru = "_titleContent_gcte1_24", Lu = "_title_gcte1_24", Bu = "_startLine_gcte1_88", Ou = "_line_gcte1_93", Pu = "_bottomLine_gcte1_99", Du = "_childrenContent_gcte1_118", Mu = "_readMore_gcte1_131", ze = {
|
|
7158
|
+
content: qu,
|
|
7159
|
+
titleContent: Ru,
|
|
7159
7160
|
title: Lu,
|
|
7160
|
-
startLine:
|
|
7161
|
-
line:
|
|
7162
|
-
bottomLine:
|
|
7163
|
-
childrenContent:
|
|
7164
|
-
readMore:
|
|
7161
|
+
startLine: Bu,
|
|
7162
|
+
line: Ou,
|
|
7163
|
+
bottomLine: Pu,
|
|
7164
|
+
childrenContent: Du,
|
|
7165
|
+
readMore: Mu
|
|
7165
7166
|
}, pe = Ms((e, t) => {
|
|
7166
7167
|
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
7168
|
return /* @__PURE__ */ f("section", { className: ze.content, children: [
|
|
@@ -7225,25 +7226,25 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
7225
7226
|
}
|
|
7226
7227
|
)
|
|
7227
7228
|
}
|
|
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
|
-
},
|
|
7229
|
+
), ju = "_drawerStyled_tm61w_1", Qu = "_sidebarCustom_tm61w_6", Gu = "_accordionStyled_tm61w_24", Hu = "_accordionHeading_tm61w_35", zu = "_accordionSummeryStyled_tm61w_44", Vu = "_linkStyled_tm61w_72", Fu = "_subLinkStyled_tm61w_92", $u = "_inputContent_tm61w_114", Wu = "_buttonContent_tm61w_115", Yu = "_inputStyled_tm61w_125", Ku = "_buscar_tm61w_141", Ju = "_buttonStyled_tm61w_170", Zu = "_accordionDetailsStyled_tm61w_185", Xu = "_footerSlider_tm61w_200", em = "_socialMedia_tm61w_211", tm = "_copyRights_tm61w_230", nm = "_icon_tm61w_241", le = {
|
|
7230
|
+
drawerStyled: ju,
|
|
7231
|
+
sidebarCustom: Qu,
|
|
7232
|
+
accordionStyled: Gu,
|
|
7233
|
+
accordionHeading: Hu,
|
|
7234
|
+
accordionSummeryStyled: zu,
|
|
7235
|
+
linkStyled: Vu,
|
|
7236
|
+
subLinkStyled: Fu,
|
|
7237
|
+
inputContent: $u,
|
|
7238
|
+
buttonContent: Wu,
|
|
7239
|
+
inputStyled: Yu,
|
|
7240
|
+
buscar: Ku,
|
|
7241
|
+
buttonStyled: Ju,
|
|
7242
|
+
accordionDetailsStyled: Zu,
|
|
7243
|
+
footerSlider: Xu,
|
|
7244
|
+
socialMedia: em,
|
|
7245
|
+
copyRights: tm,
|
|
7246
|
+
icon: nm
|
|
7247
|
+
}, am = ({
|
|
7247
7248
|
sidebar: e,
|
|
7248
7249
|
socials: t,
|
|
7249
7250
|
copyrigth: n,
|
|
@@ -7394,17 +7395,17 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
7394
7395
|
)
|
|
7395
7396
|
]
|
|
7396
7397
|
}
|
|
7397
|
-
),
|
|
7398
|
-
content:
|
|
7399
|
-
chipStyled:
|
|
7400
|
-
headLine:
|
|
7401
|
-
live:
|
|
7402
|
-
closeLiveStyled:
|
|
7398
|
+
), sm = "_content_y5b1f_1", rm = "_chipStyled_y5b1f_17", om = "_headLine_y5b1f_17", im = "_live_y5b1f_25", cm = "_closeLiveStyled_y5b1f_87", Rt = {
|
|
7399
|
+
content: sm,
|
|
7400
|
+
chipStyled: rm,
|
|
7401
|
+
headLine: om,
|
|
7402
|
+
live: im,
|
|
7403
|
+
closeLiveStyled: cm
|
|
7403
7404
|
}, Sr = (e) => {
|
|
7404
7405
|
const { alertZone: t, id: n = "close-alert" } = e, s = () => /* @__PURE__ */ a(
|
|
7405
7406
|
O,
|
|
7406
7407
|
{
|
|
7407
|
-
className:
|
|
7408
|
+
className: Rt.headLine,
|
|
7408
7409
|
href: t?.data[0]?.info.link.url,
|
|
7409
7410
|
target: t?.data[0]?.info.link.target,
|
|
7410
7411
|
title: t?.data[0]?.main.title.home,
|
|
@@ -7425,38 +7426,38 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
7425
7426
|
"div",
|
|
7426
7427
|
{
|
|
7427
7428
|
id: "alert-chip",
|
|
7428
|
-
className:
|
|
7429
|
+
className: Rt.content,
|
|
7429
7430
|
style: e.forceShow ? {
|
|
7430
7431
|
display: "flex",
|
|
7431
7432
|
position: "sticky",
|
|
7432
7433
|
top: 100
|
|
7433
7434
|
} : {},
|
|
7434
7435
|
children: [
|
|
7435
|
-
/* @__PURE__ */ f("div", { className:
|
|
7436
|
-
/* @__PURE__ */ a("div", { className:
|
|
7436
|
+
/* @__PURE__ */ f("div", { className: Rt.live, children: [
|
|
7437
|
+
/* @__PURE__ */ a("div", { className: Rt.chipStyled, children: t?.entity?.description }),
|
|
7437
7438
|
e.forceShow && /* @__PURE__ */ a(s, {}),
|
|
7438
|
-
/* @__PURE__ */ a("label", { htmlFor: n, children: /* @__PURE__ */ a(Tt, { className:
|
|
7439
|
+
/* @__PURE__ */ a("label", { htmlFor: n, children: /* @__PURE__ */ a(Tt, { className: Rt.closeLiveStyled }) })
|
|
7439
7440
|
] }),
|
|
7440
7441
|
/* @__PURE__ */ a(s, {})
|
|
7441
7442
|
]
|
|
7442
7443
|
}
|
|
7443
7444
|
)
|
|
7444
7445
|
] });
|
|
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:
|
|
7446
|
+
}, lm = "_content_18yq5_1", dm = "_linkStyled_18yq5_14", um = "_linkSocialNetwork_18yq5_28", mm = "_title_18yq5_49", hm = "_tabs_18yq5_60", fm = "_socialNetwork_18yq5_68", gm = "_icon_18yq5_78", pm = "_facebook_18yq5_84", Am = "_youtube_18yq5_88", wm = "_x_18yq5_92", ym = "_instagram_18yq5_96", vm = "_gnews_18yq5_100", bm = "_tiktok_18yq5_104", Cm = "_whatsapp_18yq5_108", Ve = {
|
|
7447
|
+
content: lm,
|
|
7448
|
+
linkStyled: dm,
|
|
7449
|
+
linkSocialNetwork: um,
|
|
7450
|
+
title: mm,
|
|
7451
|
+
tabs: hm,
|
|
7452
|
+
socialNetwork: fm,
|
|
7453
|
+
icon: gm,
|
|
7454
|
+
facebook: pm,
|
|
7455
|
+
youtube: Am,
|
|
7456
|
+
x: wm,
|
|
7457
|
+
instagram: ym,
|
|
7458
|
+
gnews: vm,
|
|
7459
|
+
tiktok: bm,
|
|
7460
|
+
whatsapp: Cm
|
|
7460
7461
|
}, Er = (e) => {
|
|
7461
7462
|
const { cintillo: t, tapeTitle: n, socials: s } = e, r = "", o = t?.findIndex((i) => i.link === r) ?? 0;
|
|
7462
7463
|
return (Array.isArray(t) || e.socialIcons) && /* @__PURE__ */ f("section", { className: Ve.content, children: [
|
|
@@ -7508,18 +7509,18 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
7508
7509
|
i
|
|
7509
7510
|
)) })
|
|
7510
7511
|
] });
|
|
7511
|
-
},
|
|
7512
|
-
headerStyled:
|
|
7513
|
-
headerContent:
|
|
7514
|
-
iconContent:
|
|
7515
|
-
menuButton:
|
|
7516
|
-
logoStyled:
|
|
7517
|
-
buttonSection:
|
|
7518
|
-
buttonSectionSearch:
|
|
7519
|
-
headLineContent:
|
|
7520
|
-
headLineTitle:
|
|
7521
|
-
headLine:
|
|
7522
|
-
hasAlertZone:
|
|
7512
|
+
}, _m = "_headerStyled_6yw62_1", Nm = "_headerContent_6yw62_14", Sm = "_iconContent_6yw62_25", Em = "_menuButton_6yw62_34", xm = "_logoStyled_6yw62_66", Im = "_buttonSection_6yw62_94", Tm = "_buttonSectionSearch_6yw62_109", km = "_headLineContent_6yw62_131", Um = "_headLineTitle_6yw62_144", qm = "_headLine_6yw62_131", Rm = "_hasAlertZone_6yw62_197", Ue = {
|
|
7513
|
+
headerStyled: _m,
|
|
7514
|
+
headerContent: Nm,
|
|
7515
|
+
iconContent: Sm,
|
|
7516
|
+
menuButton: Em,
|
|
7517
|
+
logoStyled: xm,
|
|
7518
|
+
buttonSection: Im,
|
|
7519
|
+
buttonSectionSearch: Tm,
|
|
7520
|
+
headLineContent: km,
|
|
7521
|
+
headLineTitle: Um,
|
|
7522
|
+
headLine: qm,
|
|
7523
|
+
hasAlertZone: Rm
|
|
7523
7524
|
}, Lm = (e) => {
|
|
7524
7525
|
const { alertZone: t } = e;
|
|
7525
7526
|
return /* @__PURE__ */ f("header", { className: Ue.headerStyled, children: [
|
|
@@ -7613,15 +7614,15 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
7613
7614
|
}
|
|
7614
7615
|
)
|
|
7615
7616
|
] });
|
|
7616
|
-
},
|
|
7617
|
-
ul:
|
|
7618
|
-
li:
|
|
7619
|
-
liBefore:
|
|
7620
|
-
ulContent:
|
|
7621
|
-
contentModal:
|
|
7622
|
-
linkStyled:
|
|
7623
|
-
itemLink:
|
|
7624
|
-
},
|
|
7617
|
+
}, Bm = "_ul_oit7k_1", Om = "_li_oit7k_10", Pm = "_liBefore_oit7k_18", Dm = "_ulContent_oit7k_29", Mm = "_contentModal_oit7k_56", jm = "_linkStyled_oit7k_68", Qm = "_itemLink_oit7k_93", Fe = {
|
|
7618
|
+
ul: Bm,
|
|
7619
|
+
li: Om,
|
|
7620
|
+
liBefore: Pm,
|
|
7621
|
+
ulContent: Dm,
|
|
7622
|
+
contentModal: Mm,
|
|
7623
|
+
linkStyled: jm,
|
|
7624
|
+
itemLink: Qm
|
|
7625
|
+
}, Gm = (e) => {
|
|
7625
7626
|
const { items: t } = e;
|
|
7626
7627
|
return /* @__PURE__ */ a("ul", { className: Fe.ul, children: t.map((n, s) => /* @__PURE__ */ f("li", { className: `${Fe.liBefore} ${Fe.li}`, children: [
|
|
7627
7628
|
n.link ? /* @__PURE__ */ f(
|
|
@@ -7651,23 +7652,23 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
7651
7652
|
}
|
|
7652
7653
|
) }, o)) }) })
|
|
7653
7654
|
] }, 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
|
-
},
|
|
7655
|
+
}, Hm = "_headerStyled_q9qvi_1", zm = "_headerContent_q9qvi_23", Vm = "_menuButtonSection_q9qvi_33", Fm = "_menuButton_q9qvi_33", $m = "_buttonSection_q9qvi_84", Wm = "_buttonSectionSearch_q9qvi_101", Ym = "_hasAlertZone_q9qvi_112", Km = "_buttonText_q9qvi_131", Jm = "_logoContent_q9qvi_141", Zm = "_logoStyled_q9qvi_149", Xm = "_headLineContent_q9qvi_173", eh = "_headLineTitle_q9qvi_188", th = "_menuSection_q9qvi_204", nh = "_headLine_q9qvi_173", ah = "_line_q9qvi_256", be = {
|
|
7656
|
+
headerStyled: Hm,
|
|
7657
|
+
headerContent: zm,
|
|
7658
|
+
menuButtonSection: Vm,
|
|
7659
|
+
menuButton: Fm,
|
|
7660
|
+
buttonSection: $m,
|
|
7661
|
+
buttonSectionSearch: Wm,
|
|
7662
|
+
hasAlertZone: Ym,
|
|
7663
|
+
buttonText: Km,
|
|
7664
|
+
logoContent: Jm,
|
|
7665
|
+
logoStyled: Zm,
|
|
7666
|
+
headLineContent: Xm,
|
|
7667
|
+
headLineTitle: eh,
|
|
7668
|
+
menuSection: th,
|
|
7669
|
+
headLine: nh,
|
|
7670
|
+
line: ah
|
|
7671
|
+
}, sh = (e) => {
|
|
7671
7672
|
const { menu: t, alertZone: n } = e;
|
|
7672
7673
|
return /* @__PURE__ */ f(
|
|
7673
7674
|
"header",
|
|
@@ -7743,7 +7744,7 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
7743
7744
|
{
|
|
7744
7745
|
className: be.menuSection,
|
|
7745
7746
|
style: e.showAlertPop ? { "--showAlertPop": "0px" } : {},
|
|
7746
|
-
children: Array.isArray(t) && /* @__PURE__ */ a(
|
|
7747
|
+
children: Array.isArray(t) && /* @__PURE__ */ a(Gm, { items: t })
|
|
7747
7748
|
}
|
|
7748
7749
|
)
|
|
7749
7750
|
]
|
|
@@ -7752,15 +7753,15 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
7752
7753
|
]
|
|
7753
7754
|
}
|
|
7754
7755
|
);
|
|
7755
|
-
},
|
|
7756
|
-
childrenContent:
|
|
7757
|
-
childrenContentAux:
|
|
7758
|
-
op2:
|
|
7759
|
-
},
|
|
7756
|
+
}, rh = "_childrenContent_wqlb4_1", oh = "_childrenContentAux_wqlb4_12", ih = "_op2_wqlb4_25", Hn = {
|
|
7757
|
+
childrenContent: rh,
|
|
7758
|
+
childrenContentAux: oh,
|
|
7759
|
+
op2: ih
|
|
7760
|
+
}, A3 = (e) => {
|
|
7760
7761
|
const { alertZone: t, children: n, sidebar: s } = e;
|
|
7761
7762
|
return /* @__PURE__ */ f(J, { children: [
|
|
7762
7763
|
/* @__PURE__ */ a(Lm, { ...e }),
|
|
7763
|
-
!e.showOnlyStickyHeader && /* @__PURE__ */ a(
|
|
7764
|
+
!e.showOnlyStickyHeader && /* @__PURE__ */ a(sh, { ...e }),
|
|
7764
7765
|
/* @__PURE__ */ f(
|
|
7765
7766
|
"div",
|
|
7766
7767
|
{
|
|
@@ -7787,7 +7788,7 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
7787
7788
|
}
|
|
7788
7789
|
),
|
|
7789
7790
|
/* @__PURE__ */ a(
|
|
7790
|
-
|
|
7791
|
+
am,
|
|
7791
7792
|
{
|
|
7792
7793
|
sidebarExtra: e.sidebarExtra,
|
|
7793
7794
|
searchKeyWord: e.searchKeyWord,
|
|
@@ -7797,26 +7798,26 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
7797
7798
|
}
|
|
7798
7799
|
)
|
|
7799
7800
|
] });
|
|
7800
|
-
},
|
|
7801
|
-
content:
|
|
7802
|
-
tags:
|
|
7803
|
-
chipStyled:
|
|
7804
|
-
tagLink:
|
|
7805
|
-
tagStyled:
|
|
7806
|
-
},
|
|
7801
|
+
}, ch = "_content_16ydf_1", lh = "_tags_16ydf_10", dh = "_chipStyled_16ydf_20", uh = "_tagLink_16ydf_47", mh = "_tagStyled_16ydf_53", At = {
|
|
7802
|
+
content: ch,
|
|
7803
|
+
tags: lh,
|
|
7804
|
+
chipStyled: dh,
|
|
7805
|
+
tagLink: uh,
|
|
7806
|
+
tagStyled: mh
|
|
7807
|
+
}, hh = (e) => /* @__PURE__ */ a("section", { className: At.content, children: Array.isArray(e.tags) && /* @__PURE__ */ f("div", { className: At.tags, children: [
|
|
7807
7808
|
/* @__PURE__ */ a("p", { className: At.tagStyled, children: e.title ? e.title : "Tags:" }),
|
|
7808
7809
|
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
|
-
},
|
|
7810
|
+
] }) }), fh = "_contentBox_1cum1_1", gh = "_content_1cum1_1", ph = "_imageStyled_1cum1_16", Ah = "_contentIconStyled_1cum1_23", wh = "_avatarContent_1cum1_43", yh = "_journalistSection_1cum1_50", vh = "_journalistInfo_1cum1_56", bh = "_socialNetworkSection_1cum1_75", Ch = "_article_1cum1_88", De = {
|
|
7811
|
+
contentBox: fh,
|
|
7812
|
+
content: gh,
|
|
7813
|
+
imageStyled: ph,
|
|
7814
|
+
contentIconStyled: Ah,
|
|
7815
|
+
avatarContent: wh,
|
|
7816
|
+
journalistSection: yh,
|
|
7817
|
+
journalistInfo: vh,
|
|
7818
|
+
socialNetworkSection: bh,
|
|
7819
|
+
article: Ch
|
|
7820
|
+
}, _h = async (e) => {
|
|
7820
7821
|
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
7822
|
return n && /* @__PURE__ */ a("section", { className: De.contentBox, children: /* @__PURE__ */ f("div", { className: De.content, children: [
|
|
7822
7823
|
/* @__PURE__ */ f("div", { className: De.avatarContent, children: [
|
|
@@ -8007,15 +8008,15 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
8007
8008
|
}
|
|
8008
8009
|
)
|
|
8009
8010
|
] }) });
|
|
8010
|
-
},
|
|
8011
|
-
content:
|
|
8012
|
-
imageStyled:
|
|
8013
|
-
contentIconStyled:
|
|
8014
|
-
contentCard:
|
|
8015
|
-
contentInfo:
|
|
8016
|
-
fullName:
|
|
8017
|
-
LearnMoreLink:
|
|
8018
|
-
},
|
|
8011
|
+
}, Nh = "_content_vmnac_1", Sh = "_imageStyled_vmnac_20", Eh = "_contentIconStyled_vmnac_21", xh = "_contentCard_vmnac_31", Ih = "_contentInfo_vmnac_70", Th = "_fullName_vmnac_76", kh = "_LearnMoreLink_vmnac_83", nt = {
|
|
8012
|
+
content: Nh,
|
|
8013
|
+
imageStyled: Sh,
|
|
8014
|
+
contentIconStyled: Eh,
|
|
8015
|
+
contentCard: xh,
|
|
8016
|
+
contentInfo: Ih,
|
|
8017
|
+
fullName: Th,
|
|
8018
|
+
LearnMoreLink: kh
|
|
8019
|
+
}, Uh = async (e) => {
|
|
8019
8020
|
const { news: t, texts: n } = e;
|
|
8020
8021
|
return t.config?.showauthor && /* @__PURE__ */ a("div", { className: nt.content, children: Array.isArray(t.authors) && t.authors?.map(async (s) => /* @__PURE__ */ f(
|
|
8021
8022
|
"div",
|
|
@@ -8054,60 +8055,61 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
8054
8055
|
},
|
|
8055
8056
|
`author-${s.firstname}`
|
|
8056
8057
|
)) });
|
|
8057
|
-
},
|
|
8058
|
-
content:
|
|
8059
|
-
urlTag:
|
|
8058
|
+
}, qh = "_content_ogs5x_1", Rh = "_urlTag_ogs5x_12", Lh = "_contentInfo_ogs5x_38", Bh = "_imageStyled_ogs5x_55", Oh = "_name_ogs5x_60", Ph = "_description_ogs5x_65", Dh = "_imageContainer_ogs5x_78", Mh = "_contenSocialNetwork_ogs5x_149", jh = "_socialIcon_ogs5x_159", Qh = "_faceBookIcon_ogs5x_164", Gh = "_socialIconLink_ogs5x_169", Hh = "_socialIconStroke_ogs5x_173", zh = "_contentInfoWithoutImg_ogs5x_177", me = {
|
|
8059
|
+
content: qh,
|
|
8060
|
+
urlTag: Rh,
|
|
8060
8061
|
contentInfo: Lh,
|
|
8061
|
-
imageStyled:
|
|
8062
|
-
name:
|
|
8063
|
-
description:
|
|
8064
|
-
imageContainer:
|
|
8065
|
-
contenSocialNetwork:
|
|
8066
|
-
socialIcon:
|
|
8067
|
-
|
|
8068
|
-
|
|
8069
|
-
|
|
8062
|
+
imageStyled: Bh,
|
|
8063
|
+
name: Oh,
|
|
8064
|
+
description: Ph,
|
|
8065
|
+
imageContainer: Dh,
|
|
8066
|
+
contenSocialNetwork: Mh,
|
|
8067
|
+
socialIcon: jh,
|
|
8068
|
+
faceBookIcon: Qh,
|
|
8069
|
+
socialIconLink: Gh,
|
|
8070
|
+
socialIconStroke: Hh,
|
|
8071
|
+
contentInfoWithoutImg: zh
|
|
8070
8072
|
}, nn = (e) => {
|
|
8071
8073
|
if (!e || e.trim() === "")
|
|
8072
8074
|
return e;
|
|
8073
8075
|
const t = e.trim();
|
|
8074
8076
|
return t.startsWith("http://") || t.startsWith("https://") ? t : `https://${t}`;
|
|
8075
|
-
},
|
|
8077
|
+
}, w3 = async (e) => {
|
|
8076
8078
|
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: `${
|
|
8079
|
+
return /* @__PURE__ */ a("section", { className: `${me.content} ${e.className}`, children: /* @__PURE__ */ f(
|
|
8078
8080
|
"div",
|
|
8079
8081
|
{
|
|
8080
|
-
className: `${
|
|
8082
|
+
className: `${me.contentInfo} ${t ? "" : me.contentInfoWithoutImg}`,
|
|
8081
8083
|
children: [
|
|
8082
|
-
e.img && /* @__PURE__ */ a("div", { className: `${
|
|
8084
|
+
e.img && /* @__PURE__ */ a("div", { className: `${me.imageContainer} sass-image-tag-wrapper`, children: /* @__PURE__ */ a(
|
|
8083
8085
|
"img",
|
|
8084
8086
|
{
|
|
8085
8087
|
fetchPriority: "low",
|
|
8086
8088
|
loading: "lazy",
|
|
8087
|
-
className:
|
|
8089
|
+
className: me.imageStyled,
|
|
8088
8090
|
src: t
|
|
8089
8091
|
}
|
|
8090
8092
|
) }),
|
|
8091
|
-
/* @__PURE__ */ a("h1", { className:
|
|
8093
|
+
/* @__PURE__ */ a("h1", { className: me.name, children: e.tag }),
|
|
8092
8094
|
e.description && /* @__PURE__ */ a(
|
|
8093
8095
|
"div",
|
|
8094
8096
|
{
|
|
8095
|
-
className:
|
|
8097
|
+
className: me.description,
|
|
8096
8098
|
dangerouslySetInnerHTML: {
|
|
8097
8099
|
__html: e.description
|
|
8098
8100
|
}
|
|
8099
8101
|
}
|
|
8100
8102
|
),
|
|
8101
|
-
e.url && /* @__PURE__ */ a("a", { className:
|
|
8102
|
-
/* @__PURE__ */ f("div", { className:
|
|
8103
|
+
e.url && /* @__PURE__ */ a("a", { className: me.urlTag, href: e.url, children: e.url }),
|
|
8104
|
+
/* @__PURE__ */ f("div", { className: me.contenSocialNetwork, children: [
|
|
8103
8105
|
n && /* @__PURE__ */ a(
|
|
8104
8106
|
"a",
|
|
8105
8107
|
{
|
|
8106
8108
|
href: n,
|
|
8107
8109
|
target: "_blank",
|
|
8108
|
-
className:
|
|
8110
|
+
className: `${me.socialIconLink} ${me.socialIconStroke}`,
|
|
8109
8111
|
rel: "noreferrer",
|
|
8110
|
-
children: /* @__PURE__ */ a(qn, { className:
|
|
8112
|
+
children: /* @__PURE__ */ a(qn, { className: me.faceBookIcon })
|
|
8111
8113
|
}
|
|
8112
8114
|
),
|
|
8113
8115
|
s && /* @__PURE__ */ a(
|
|
@@ -8115,9 +8117,9 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
8115
8117
|
{
|
|
8116
8118
|
href: s,
|
|
8117
8119
|
target: "_blank",
|
|
8118
|
-
className:
|
|
8120
|
+
className: me.socialIconLink,
|
|
8119
8121
|
rel: "noreferrer",
|
|
8120
|
-
children: /* @__PURE__ */ a(
|
|
8122
|
+
children: /* @__PURE__ */ a(Rn, { className: me.socialIcon })
|
|
8121
8123
|
}
|
|
8122
8124
|
),
|
|
8123
8125
|
r && /* @__PURE__ */ a(
|
|
@@ -8125,9 +8127,9 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
8125
8127
|
{
|
|
8126
8128
|
href: r,
|
|
8127
8129
|
target: "_blank",
|
|
8128
|
-
className:
|
|
8130
|
+
className: me.socialIconLink,
|
|
8129
8131
|
rel: "noreferrer",
|
|
8130
|
-
children: /* @__PURE__ */ a(Ct, { className:
|
|
8132
|
+
children: /* @__PURE__ */ a(Ct, { className: me.socialIcon })
|
|
8131
8133
|
}
|
|
8132
8134
|
),
|
|
8133
8135
|
o && /* @__PURE__ */ a(
|
|
@@ -8135,25 +8137,25 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
8135
8137
|
{
|
|
8136
8138
|
href: o,
|
|
8137
8139
|
target: "_blank",
|
|
8138
|
-
className: `${
|
|
8140
|
+
className: `${me.socialIconLink} ${me.socialIconStroke}`,
|
|
8139
8141
|
rel: "noreferrer",
|
|
8140
|
-
children: /* @__PURE__ */ a(Qt, { className:
|
|
8142
|
+
children: /* @__PURE__ */ a(Qt, { className: me.socialIcon })
|
|
8141
8143
|
}
|
|
8142
8144
|
)
|
|
8143
8145
|
] })
|
|
8144
8146
|
]
|
|
8145
8147
|
}
|
|
8146
8148
|
) });
|
|
8147
|
-
},
|
|
8148
|
-
content:
|
|
8149
|
-
contentNews:
|
|
8150
|
-
linkTitle:
|
|
8151
|
-
tag:
|
|
8152
|
-
tagmx:
|
|
8153
|
-
titular:
|
|
8154
|
-
correspondent:
|
|
8155
|
-
correspondentLink:
|
|
8156
|
-
description:
|
|
8149
|
+
}, Vh = "_content_1j0pj_1", Fh = "_contentNews_1j0pj_10", $h = "_linkTitle_1j0pj_27", Wh = "_tag_1j0pj_35", Yh = "_tagmx_1j0pj_55", Kh = "_titular_1j0pj_70", Jh = "_correspondent_1j0pj_85", Zh = "_correspondentLink_1j0pj_96", Xh = "_description_1j0pj_107", xe = {
|
|
8150
|
+
content: Vh,
|
|
8151
|
+
contentNews: Fh,
|
|
8152
|
+
linkTitle: $h,
|
|
8153
|
+
tag: Wh,
|
|
8154
|
+
tagmx: Yh,
|
|
8155
|
+
titular: Kh,
|
|
8156
|
+
correspondent: Jh,
|
|
8157
|
+
correspondentLink: Zh,
|
|
8158
|
+
description: Xh
|
|
8157
8159
|
}, _t = (e) => {
|
|
8158
8160
|
const { SHOW_TAG_BY_SECTION: t } = Y(), n = () => {
|
|
8159
8161
|
if (e?.config?.showtime && e.config?.showauthor)
|
|
@@ -8344,11 +8346,11 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
8344
8346
|
}
|
|
8345
8347
|
)
|
|
8346
8348
|
] });
|
|
8347
|
-
},
|
|
8348
|
-
content:
|
|
8349
|
-
firstSection:
|
|
8350
|
-
secondSection:
|
|
8351
|
-
},
|
|
8349
|
+
}, e2 = "_content_1dcf7_1", t2 = "_firstSection_1dcf7_10", n2 = "_secondSection_1dcf7_16", zn = {
|
|
8350
|
+
content: e2,
|
|
8351
|
+
firstSection: t2,
|
|
8352
|
+
secondSection: n2
|
|
8353
|
+
}, a2 = ({
|
|
8352
8354
|
content: e,
|
|
8353
8355
|
customLargeSection: t,
|
|
8354
8356
|
customSmallSection: n,
|
|
@@ -8378,10 +8380,10 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
8378
8380
|
}
|
|
8379
8381
|
)) })
|
|
8380
8382
|
] });
|
|
8381
|
-
},
|
|
8382
|
-
content:
|
|
8383
|
-
firstSection:
|
|
8384
|
-
},
|
|
8383
|
+
}, s2 = "_content_wsx1m_1", r2 = "_firstSection_wsx1m_8", ms = {
|
|
8384
|
+
content: s2,
|
|
8385
|
+
firstSection: r2
|
|
8386
|
+
}, o2 = ({
|
|
8385
8387
|
content: e,
|
|
8386
8388
|
customLargeSection: t,
|
|
8387
8389
|
customSlimSection: n,
|
|
@@ -8415,12 +8417,12 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
8415
8417
|
heightImageOverwriteMobile: "270px",
|
|
8416
8418
|
paths: s
|
|
8417
8419
|
}
|
|
8418
|
-
) }, o)) }),
|
|
8419
|
-
content:
|
|
8420
|
-
sectionDescription:
|
|
8421
|
-
title:
|
|
8422
|
-
subtitle:
|
|
8423
|
-
linkStyled:
|
|
8420
|
+
) }, o)) }), i2 = "_content_1n73e_1", c2 = "_sectionDescription_1n73e_13", l2 = "_title_1n73e_33", d2 = "_subtitle_1n73e_47", u2 = "_linkStyled_1n73e_58", ot = {
|
|
8421
|
+
content: i2,
|
|
8422
|
+
sectionDescription: c2,
|
|
8423
|
+
title: l2,
|
|
8424
|
+
subtitle: d2,
|
|
8425
|
+
linkStyled: u2
|
|
8424
8426
|
}, xr = (e) => {
|
|
8425
8427
|
const { SHOW_TAG_BY_SECTION: t } = Y(), n = () => {
|
|
8426
8428
|
if (t && e.mainNew.keywords?.tags?.length && e.mainNew.keywords.tags.length > 0) {
|
|
@@ -8459,11 +8461,11 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
8459
8461
|
e?.mainNew?.main?.subtitle?.rendered && /* @__PURE__ */ a("p", { className: ot.subtitle, children: e?.mainNew?.main?.subtitle?.striped }),
|
|
8460
8462
|
e.goTo && /* @__PURE__ */ a(O, { href: e.goTo.url, className: ot.linkStyled, children: e.goTo.description })
|
|
8461
8463
|
] });
|
|
8462
|
-
},
|
|
8463
|
-
headerSection:
|
|
8464
|
-
headerSectionLink:
|
|
8465
|
-
newsContent:
|
|
8466
|
-
},
|
|
8464
|
+
}, m2 = "_headerSection_drjnj_1", h2 = "_headerSectionLink_drjnj_12", f2 = "_newsContent_drjnj_17", Vn = {
|
|
8465
|
+
headerSection: m2,
|
|
8466
|
+
headerSectionLink: h2,
|
|
8467
|
+
newsContent: f2
|
|
8468
|
+
}, g2 = (e) => {
|
|
8467
8469
|
const { content: t, title: n, isVideo: s } = e;
|
|
8468
8470
|
if (!t || !t[0] || t.length === 0) return;
|
|
8469
8471
|
const r = e.slot_id && e.slot_id !== "Nota_1", o = {
|
|
@@ -8513,16 +8515,16 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
8513
8515
|
})
|
|
8514
8516
|
] })
|
|
8515
8517
|
] });
|
|
8516
|
-
},
|
|
8517
|
-
content:
|
|
8518
|
-
autorContent:
|
|
8519
|
-
image:
|
|
8520
|
-
contentIcon:
|
|
8521
|
-
boxInformationContent:
|
|
8522
|
-
autorName:
|
|
8523
|
-
time:
|
|
8524
|
-
comment:
|
|
8525
|
-
title:
|
|
8518
|
+
}, p2 = "_content_1stvq_1", A2 = "_autorContent_1stvq_8", w2 = "_image_1stvq_24", y2 = "_contentIcon_1stvq_25", v2 = "_boxInformationContent_1stvq_47", b2 = "_autorName_1stvq_53", C2 = "_time_1stvq_85", _2 = "_comment_1stvq_98", N2 = "_title_1stvq_107", $e = {
|
|
8519
|
+
content: p2,
|
|
8520
|
+
autorContent: A2,
|
|
8521
|
+
image: w2,
|
|
8522
|
+
contentIcon: y2,
|
|
8523
|
+
boxInformationContent: v2,
|
|
8524
|
+
autorName: b2,
|
|
8525
|
+
time: C2,
|
|
8526
|
+
comment: _2,
|
|
8527
|
+
title: N2
|
|
8526
8528
|
}, An = async (e) => {
|
|
8527
8529
|
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
8530
|
Array.isArray(t?.authors) && Array.isArray(t?.authors[0]?.image?.sizes) && t?.authors[0]?.image?.sizes?.length > 0 ? /* @__PURE__ */ a(
|
|
@@ -8559,20 +8561,20 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
8559
8561
|
/* @__PURE__ */ a("p", { className: $e.comment, children: Qe(t?.main?.subtitle?.striped || "") })
|
|
8560
8562
|
] })
|
|
8561
8563
|
] });
|
|
8562
|
-
},
|
|
8563
|
-
content:
|
|
8564
|
-
boxPosition:
|
|
8565
|
-
contentFlex:
|
|
8566
|
-
bannerContent:
|
|
8567
|
-
bannerContentAux:
|
|
8564
|
+
}, S2 = "_content_1d7mg_1", E2 = "_boxPosition_1d7mg_8", x2 = "_contentFlex_1d7mg_21", I2 = "_bannerContent_1d7mg_29", T2 = "_bannerContentAux_1d7mg_40", wt = {
|
|
8565
|
+
content: S2,
|
|
8566
|
+
boxPosition: E2,
|
|
8567
|
+
contentFlex: x2,
|
|
8568
|
+
bannerContent: I2,
|
|
8569
|
+
bannerContentAux: T2
|
|
8568
8570
|
};
|
|
8569
|
-
function
|
|
8571
|
+
function k2(e) {
|
|
8570
8572
|
const t = new Array(e.length), n = e.length / 2;
|
|
8571
8573
|
for (let s = 0; s < e.length; s++)
|
|
8572
8574
|
s % 2 === 0 ? t[Math.floor(s / 2)] = e[s] : t[n + Math.floor(s / 2)] = e[s];
|
|
8573
8575
|
return t;
|
|
8574
8576
|
}
|
|
8575
|
-
const
|
|
8577
|
+
const y3 = (e) => {
|
|
8576
8578
|
const { isOpinion: t = !1 } = e, n = (o) => /* @__PURE__ */ a(
|
|
8577
8579
|
"div",
|
|
8578
8580
|
{
|
|
@@ -8613,7 +8615,7 @@ const A3 = (e) => {
|
|
|
8613
8615
|
)
|
|
8614
8616
|
);
|
|
8615
8617
|
}
|
|
8616
|
-
const r = s.length % 2 === 0 ?
|
|
8618
|
+
const r = s.length % 2 === 0 ? k2(s) : s;
|
|
8617
8619
|
return /* @__PURE__ */ a("section", { style: e.customStyles, children: /* @__PURE__ */ a(
|
|
8618
8620
|
pe,
|
|
8619
8621
|
{
|
|
@@ -8626,10 +8628,10 @@ const A3 = (e) => {
|
|
|
8626
8628
|
] })
|
|
8627
8629
|
}
|
|
8628
8630
|
) });
|
|
8629
|
-
},
|
|
8630
|
-
content:
|
|
8631
|
-
title:
|
|
8632
|
-
},
|
|
8631
|
+
}, U2 = "_content_w9viv_1", q2 = "_title_w9viv_10", hs = {
|
|
8632
|
+
content: U2,
|
|
8633
|
+
title: q2
|
|
8634
|
+
}, v3 = (e) => {
|
|
8633
8635
|
const { showTitle: t = !0 } = e;
|
|
8634
8636
|
return /* @__PURE__ */ f("div", { className: hs.content, children: [
|
|
8635
8637
|
t && /* @__PURE__ */ a("p", { className: hs.title, children: "Editorial" }),
|
|
@@ -8648,13 +8650,13 @@ const A3 = (e) => {
|
|
|
8648
8650
|
}
|
|
8649
8651
|
)
|
|
8650
8652
|
] });
|
|
8651
|
-
},
|
|
8652
|
-
content:
|
|
8653
|
-
newsContent:
|
|
8654
|
-
boxPosition:
|
|
8655
|
-
bannerContent:
|
|
8656
|
-
bannerContentAux:
|
|
8657
|
-
},
|
|
8653
|
+
}, R2 = "_content_1nd2h_1", L2 = "_newsContent_1nd2h_8", B2 = "_boxPosition_1nd2h_17", O2 = "_bannerContent_1nd2h_23", P2 = "_bannerContentAux_1nd2h_33", yt = {
|
|
8654
|
+
content: R2,
|
|
8655
|
+
newsContent: L2,
|
|
8656
|
+
boxPosition: B2,
|
|
8657
|
+
bannerContent: O2,
|
|
8658
|
+
bannerContentAux: P2
|
|
8659
|
+
}, b3 = (e) => {
|
|
8658
8660
|
const { news: t } = e;
|
|
8659
8661
|
return Array.isArray(t) && /* @__PURE__ */ f("div", { className: yt.content, children: [
|
|
8660
8662
|
/* @__PURE__ */ f("div", { className: yt.newsContent, children: [
|
|
@@ -8689,7 +8691,7 @@ const A3 = (e) => {
|
|
|
8689
8691
|
] }),
|
|
8690
8692
|
/* @__PURE__ */ a("div", { className: yt.bannerContent, children: e.halfPageBanner })
|
|
8691
8693
|
] });
|
|
8692
|
-
},
|
|
8694
|
+
}, C3 = (e) => /* @__PURE__ */ f(J, { children: [
|
|
8693
8695
|
/* @__PURE__ */ a(
|
|
8694
8696
|
Al,
|
|
8695
8697
|
{
|
|
@@ -8700,12 +8702,12 @@ const A3 = (e) => {
|
|
|
8700
8702
|
}
|
|
8701
8703
|
),
|
|
8702
8704
|
/* @__PURE__ */ a(kl, { ...e })
|
|
8703
|
-
] }),
|
|
8704
|
-
newsContent:
|
|
8705
|
-
newsContentWithLines:
|
|
8706
|
-
newsContentWithoutLines:
|
|
8707
|
-
contentSeparator:
|
|
8708
|
-
},
|
|
8705
|
+
] }), D2 = "_newsContent_gd57q_1", M2 = "_newsContentWithLines_gd57q_8", j2 = "_newsContentWithoutLines_gd57q_13", Q2 = "_contentSeparator_gd57q_18", an = {
|
|
8706
|
+
newsContent: D2,
|
|
8707
|
+
newsContentWithLines: M2,
|
|
8708
|
+
newsContentWithoutLines: j2,
|
|
8709
|
+
contentSeparator: Q2
|
|
8710
|
+
}, G2 = (e) => {
|
|
8709
8711
|
const { content: t } = e;
|
|
8710
8712
|
if (!t || t.length === 0) return;
|
|
8711
8713
|
const n = (i) => e.hasLines && (i + 1) % 3 !== 0 ? an.contentSeparator : "", s = [];
|
|
@@ -8757,7 +8759,7 @@ const A3 = (e) => {
|
|
|
8757
8759
|
}
|
|
8758
8760
|
);
|
|
8759
8761
|
}, Ir = (e) => /* @__PURE__ */ a(pe, { title: e.title, titleUrl: e.titleUrl, children: /* @__PURE__ */ a(
|
|
8760
|
-
|
|
8762
|
+
G2,
|
|
8761
8763
|
{
|
|
8762
8764
|
content: e.content,
|
|
8763
8765
|
paths: e.paths,
|
|
@@ -8769,10 +8771,10 @@ const A3 = (e) => {
|
|
|
8769
8771
|
showVideoTime: e.showVideoTime,
|
|
8770
8772
|
showVideosubtitle: e.showVideosubtitle
|
|
8771
8773
|
}
|
|
8772
|
-
) }),
|
|
8773
|
-
newsContent:
|
|
8774
|
-
contentSeparator:
|
|
8775
|
-
},
|
|
8774
|
+
) }), H2 = "_newsContent_1sb62_1", z2 = "_contentSeparator_1sb62_8", fs = {
|
|
8775
|
+
newsContent: H2,
|
|
8776
|
+
contentSeparator: z2
|
|
8777
|
+
}, V2 = (e) => {
|
|
8776
8778
|
const { content: t, title: n } = e;
|
|
8777
8779
|
if (!(!t || t.length === 0 || !Array.isArray(t)))
|
|
8778
8780
|
return /* @__PURE__ */ a(pe, { title: n, titleUrl: e.titleUrl, children: /* @__PURE__ */ a(
|
|
@@ -8801,11 +8803,11 @@ const A3 = (e) => {
|
|
|
8801
8803
|
})
|
|
8802
8804
|
}
|
|
8803
8805
|
) });
|
|
8804
|
-
},
|
|
8805
|
-
newsContent:
|
|
8806
|
-
contentSeparator:
|
|
8807
|
-
newsContentWhitoutLine:
|
|
8808
|
-
},
|
|
8806
|
+
}, F2 = "_newsContent_1gbse_1", $2 = "_contentSeparator_1gbse_8", W2 = "_newsContentWhitoutLine_1gbse_29", Fn = {
|
|
8807
|
+
newsContent: F2,
|
|
8808
|
+
contentSeparator: $2,
|
|
8809
|
+
newsContentWhitoutLine: W2
|
|
8810
|
+
}, Y2 = (e) => {
|
|
8809
8811
|
const { content: t, title: n } = e;
|
|
8810
8812
|
if (!(!t || t.length === 0))
|
|
8811
8813
|
return /* @__PURE__ */ a(pe, { title: n, titleUrl: e.titleUrl, children: /* @__PURE__ */ a(
|
|
@@ -8834,11 +8836,11 @@ const A3 = (e) => {
|
|
|
8834
8836
|
})
|
|
8835
8837
|
}
|
|
8836
8838
|
) });
|
|
8837
|
-
},
|
|
8838
|
-
headerSection:
|
|
8839
|
-
headerSectionLink:
|
|
8840
|
-
newsContent:
|
|
8841
|
-
},
|
|
8839
|
+
}, K2 = "_headerSection_1m1sp_3", J2 = "_headerSectionLink_1m1sp_16", Z2 = "_newsContent_1m1sp_29", $n = {
|
|
8840
|
+
headerSection: K2,
|
|
8841
|
+
headerSectionLink: J2,
|
|
8842
|
+
newsContent: Z2
|
|
8843
|
+
}, X2 = (e) => {
|
|
8842
8844
|
const { content: t, title: n, isVideo: s = !0 } = e;
|
|
8843
8845
|
if (!t || t.length === 0) return;
|
|
8844
8846
|
const r = t[0], o = e.slot_id && e.slot_id !== "Nota_1", i = t.slice(1);
|
|
@@ -8898,18 +8900,18 @@ const A3 = (e) => {
|
|
|
8898
8900
|
})
|
|
8899
8901
|
] })
|
|
8900
8902
|
] });
|
|
8901
|
-
},
|
|
8902
|
-
content:
|
|
8903
|
-
linkImage:
|
|
8904
|
-
sectionDescription:
|
|
8905
|
-
dateText:
|
|
8906
|
-
textContent:
|
|
8907
|
-
},
|
|
8903
|
+
}, ef = "_content_1qdkl_1", tf = "_linkImage_1qdkl_30", nf = "_sectionDescription_1qdkl_42", af = "_dateText_1qdkl_62", sf = "_textContent_1qdkl_73", Lt = {
|
|
8904
|
+
content: ef,
|
|
8905
|
+
linkImage: tf,
|
|
8906
|
+
sectionDescription: nf,
|
|
8907
|
+
dateText: af,
|
|
8908
|
+
textContent: sf
|
|
8909
|
+
}, rf = async (e) => {
|
|
8908
8910
|
const { showNewsLikeTitle: t = !1 } = e;
|
|
8909
8911
|
return e && e.info ? /* @__PURE__ */ f(
|
|
8910
8912
|
"section",
|
|
8911
8913
|
{
|
|
8912
|
-
className:
|
|
8914
|
+
className: Lt.content,
|
|
8913
8915
|
style: {
|
|
8914
8916
|
"--heightImageOverwrite": "100%"
|
|
8915
8917
|
},
|
|
@@ -8917,36 +8919,36 @@ const A3 = (e) => {
|
|
|
8917
8919
|
/* @__PURE__ */ a(
|
|
8918
8920
|
O,
|
|
8919
8921
|
{
|
|
8920
|
-
className:
|
|
8922
|
+
className: Lt.linkImage,
|
|
8921
8923
|
target: e?.info?.link?.target,
|
|
8922
8924
|
title: e.main?.title?.section,
|
|
8923
8925
|
href: t ? e.info.link.url : e?.info?.section?.url,
|
|
8924
8926
|
children: /* @__PURE__ */ a(qe, { preview: e.preview })
|
|
8925
8927
|
}
|
|
8926
8928
|
),
|
|
8927
|
-
/* @__PURE__ */ f("div", { className:
|
|
8929
|
+
/* @__PURE__ */ f("div", { className: Lt.textContent, children: [
|
|
8928
8930
|
/* @__PURE__ */ a(
|
|
8929
8931
|
O,
|
|
8930
8932
|
{
|
|
8931
|
-
className:
|
|
8933
|
+
className: Lt.sectionDescription,
|
|
8932
8934
|
target: e?.info?.link?.target,
|
|
8933
8935
|
href: t ? e.info.link.url : e?.info?.section?.url,
|
|
8934
8936
|
children: (t ? e?.main?.title?.section : e?.info?.section?.name) ?? ""
|
|
8935
8937
|
}
|
|
8936
8938
|
),
|
|
8937
|
-
/* @__PURE__ */ a("p", { className:
|
|
8939
|
+
/* @__PURE__ */ a("p", { className: Lt.dateText, children: je(e?.info?.date?.modified) })
|
|
8938
8940
|
] })
|
|
8939
8941
|
]
|
|
8940
8942
|
}
|
|
8941
8943
|
) : null;
|
|
8942
|
-
},
|
|
8943
|
-
content:
|
|
8944
|
-
contentSeparator:
|
|
8945
|
-
},
|
|
8946
|
-
newsContent:
|
|
8947
|
-
contentSeparator:
|
|
8948
|
-
hasLinesBlock:
|
|
8949
|
-
},
|
|
8944
|
+
}, of = "_content_yx3zm_1", cf = "_contentSeparator_yx3zm_7", gs = {
|
|
8945
|
+
content: of,
|
|
8946
|
+
contentSeparator: cf
|
|
8947
|
+
}, lf = "_newsContent_1uamf_1", df = "_contentSeparator_1uamf_8", uf = "_hasLinesBlock_1uamf_40", da = {
|
|
8948
|
+
newsContent: lf,
|
|
8949
|
+
contentSeparator: df,
|
|
8950
|
+
hasLinesBlock: uf
|
|
8951
|
+
}, mf = (e) => {
|
|
8950
8952
|
if (!e.content || e.content.length === 0) return;
|
|
8951
8953
|
const t = e.slot_id && e.slot_id !== "Nota_1";
|
|
8952
8954
|
return /* @__PURE__ */ a(pe, { title: e.title, children: /* @__PURE__ */ a(
|
|
@@ -8972,7 +8974,7 @@ const A3 = (e) => {
|
|
|
8972
8974
|
{
|
|
8973
8975
|
className: e.hasLines ? da.hasLinesBlock : "",
|
|
8974
8976
|
children: /* @__PURE__ */ rt(
|
|
8975
|
-
|
|
8977
|
+
rf,
|
|
8976
8978
|
{
|
|
8977
8979
|
...r,
|
|
8978
8980
|
key: s,
|
|
@@ -8985,7 +8987,7 @@ const A3 = (e) => {
|
|
|
8985
8987
|
})
|
|
8986
8988
|
}
|
|
8987
8989
|
) });
|
|
8988
|
-
},
|
|
8990
|
+
}, hf = (e) => {
|
|
8989
8991
|
const { content: t, title: n, slot_id: s } = e, r = e.slot_id && e.slot_id !== "Nota_1";
|
|
8990
8992
|
return t && t.length !== 0 && /* @__PURE__ */ a(pe, { title: n, titleUrl: e.titleUrl, children: /* @__PURE__ */ a(
|
|
8991
8993
|
xt,
|
|
@@ -9013,22 +9015,22 @@ const A3 = (e) => {
|
|
|
9013
9015
|
"--heightImageOverwrite": e.heightImageOverwrite,
|
|
9014
9016
|
"--heightImageOverwriteMobile": e.heightImageOverwriteMobile
|
|
9015
9017
|
},
|
|
9016
|
-
children: /* @__PURE__ */ a(
|
|
9018
|
+
children: /* @__PURE__ */ a(Ln, { ...c, paths: e.paths })
|
|
9017
9019
|
},
|
|
9018
9020
|
i
|
|
9019
9021
|
);
|
|
9020
9022
|
})
|
|
9021
9023
|
}
|
|
9022
9024
|
) });
|
|
9023
|
-
},
|
|
9024
|
-
content:
|
|
9025
|
-
imageStyled:
|
|
9026
|
-
contentIcon:
|
|
9027
|
-
boxInformation:
|
|
9028
|
-
comment:
|
|
9029
|
-
title:
|
|
9030
|
-
authorName:
|
|
9031
|
-
},
|
|
9025
|
+
}, ff = "_content_1mj79_1", gf = "_imageStyled_1mj79_14", pf = "_contentIcon_1mj79_23", Af = "_boxInformation_1mj79_44", wf = "_comment_1mj79_51", yf = "_title_1mj79_60", vf = "_authorName_1mj79_81", at = {
|
|
9026
|
+
content: ff,
|
|
9027
|
+
imageStyled: gf,
|
|
9028
|
+
contentIcon: pf,
|
|
9029
|
+
boxInformation: Af,
|
|
9030
|
+
comment: wf,
|
|
9031
|
+
title: yf,
|
|
9032
|
+
authorName: vf
|
|
9033
|
+
}, bf = async (e) => {
|
|
9032
9034
|
const { data: t } = e;
|
|
9033
9035
|
return /* @__PURE__ */ f("div", { className: at.content, children: [
|
|
9034
9036
|
Array.isArray(t.authors) && t?.authors[0]?.image ? /* @__PURE__ */ a(
|
|
@@ -9061,7 +9063,7 @@ const A3 = (e) => {
|
|
|
9061
9063
|
/* @__PURE__ */ a("p", { className: at.comment, children: t?.main?.subtitle?.striped })
|
|
9062
9064
|
] })
|
|
9063
9065
|
] });
|
|
9064
|
-
},
|
|
9066
|
+
}, Cf = (e) => {
|
|
9065
9067
|
const t = e.slot_id && e.slot_id !== "Nota_1";
|
|
9066
9068
|
return /* @__PURE__ */ a(pe, { titleUrl: e.titleUrl, title: e.title, children: /* @__PURE__ */ a(
|
|
9067
9069
|
xt,
|
|
@@ -9082,7 +9084,7 @@ const A3 = (e) => {
|
|
|
9082
9084
|
}
|
|
9083
9085
|
};
|
|
9084
9086
|
return /* @__PURE__ */ a(
|
|
9085
|
-
|
|
9087
|
+
bf,
|
|
9086
9088
|
{
|
|
9087
9089
|
autorIcon: e.autorIcon,
|
|
9088
9090
|
data: r,
|
|
@@ -9093,11 +9095,11 @@ const A3 = (e) => {
|
|
|
9093
9095
|
})
|
|
9094
9096
|
}
|
|
9095
9097
|
) });
|
|
9096
|
-
},
|
|
9097
|
-
content:
|
|
9098
|
-
newsContentSection:
|
|
9099
|
-
itemContent:
|
|
9100
|
-
ItemCustomContent:
|
|
9098
|
+
}, _f = "_content_1elhb_1", Nf = "_newsContentSection_1elhb_5", Sf = "_itemContent_1elhb_10", Ef = "_ItemCustomContent_1elhb_16", Ke = {
|
|
9099
|
+
content: _f,
|
|
9100
|
+
newsContentSection: Nf,
|
|
9101
|
+
itemContent: Sf,
|
|
9102
|
+
ItemCustomContent: Ef
|
|
9101
9103
|
}, ua = (e) => {
|
|
9102
9104
|
const { item: t, option: n } = e;
|
|
9103
9105
|
switch (n) {
|
|
@@ -9139,7 +9141,7 @@ const A3 = (e) => {
|
|
|
9139
9141
|
default:
|
|
9140
9142
|
return /* @__PURE__ */ a("div", { className: Ke.ItemCustomContent, children: /* @__PURE__ */ a(Xe, { ...t, paths: e.paths }) });
|
|
9141
9143
|
}
|
|
9142
|
-
},
|
|
9144
|
+
}, _3 = (e) => {
|
|
9143
9145
|
const {
|
|
9144
9146
|
data: t,
|
|
9145
9147
|
currentPage: n,
|
|
@@ -9289,10 +9291,10 @@ const A3 = (e) => {
|
|
|
9289
9291
|
default:
|
|
9290
9292
|
return /* @__PURE__ */ a(J, {});
|
|
9291
9293
|
}
|
|
9292
|
-
},
|
|
9293
|
-
content:
|
|
9294
|
-
contactInfoContent:
|
|
9295
|
-
},
|
|
9294
|
+
}, xf = "_content_gwsqy_1", If = "_contactInfoContent_gwsqy_7", ps = {
|
|
9295
|
+
content: xf,
|
|
9296
|
+
contactInfoContent: If
|
|
9297
|
+
}, N3 = (e) => {
|
|
9296
9298
|
const { data: t } = e;
|
|
9297
9299
|
return /* @__PURE__ */ a("section", { className: ps.content, children: t.map((n, s) => /* @__PURE__ */ a(
|
|
9298
9300
|
"div",
|
|
@@ -9304,25 +9306,25 @@ const A3 = (e) => {
|
|
|
9304
9306
|
},
|
|
9305
9307
|
s
|
|
9306
9308
|
)) });
|
|
9307
|
-
},
|
|
9308
|
-
tagContent:
|
|
9309
|
-
contentLayout2:
|
|
9310
|
-
contentHeader:
|
|
9311
|
-
},
|
|
9312
|
-
content:
|
|
9313
|
-
},
|
|
9309
|
+
}, Tf = "_tagContent_ee6yw_1", kf = "_contentLayout2_ee6yw_9", Uf = "_contentHeader_ee6yw_42", ma = {
|
|
9310
|
+
tagContent: Tf,
|
|
9311
|
+
contentLayout2: kf,
|
|
9312
|
+
contentHeader: Uf
|
|
9313
|
+
}, qf = "_content_1rbrt_1", Rf = {
|
|
9314
|
+
content: qf
|
|
9315
|
+
}, Lf = ({ children: e, className: t = "" }) => /* @__PURE__ */ a(
|
|
9314
9316
|
"div",
|
|
9315
9317
|
{
|
|
9316
|
-
className: `content-layout-2 ${
|
|
9318
|
+
className: `content-layout-2 ${Rf.content} ${t}`,
|
|
9317
9319
|
children: e
|
|
9318
9320
|
}
|
|
9319
|
-
),
|
|
9320
|
-
container:
|
|
9321
|
-
note:
|
|
9322
|
-
commercial:
|
|
9323
|
-
commercialContent:
|
|
9324
|
-
complement:
|
|
9325
|
-
},
|
|
9321
|
+
), Bf = "_container_8w9ca_1", Of = "_note_8w9ca_9", Pf = "_commercial_8w9ca_49", Df = "_commercialContent_8w9ca_66", Mf = "_complement_8w9ca_82", Bt = {
|
|
9322
|
+
container: Bf,
|
|
9323
|
+
note: Of,
|
|
9324
|
+
commercial: Pf,
|
|
9325
|
+
commercialContent: Df,
|
|
9326
|
+
complement: Mf
|
|
9327
|
+
}, jf = (e) => /* @__PURE__ */ f("section", { className: Bt.container, children: [
|
|
9326
9328
|
/* @__PURE__ */ a("div", { className: Bt.note, children: e.children }),
|
|
9327
9329
|
/* @__PURE__ */ a("div", { className: Bt.commercial, children: /* @__PURE__ */ f("div", { className: Bt.commercialContent, children: [
|
|
9328
9330
|
e.slug === "liveblogs" && /* @__PURE__ */ a(V1, { itemList: e.itemList }),
|
|
@@ -9345,7 +9347,7 @@ const A3 = (e) => {
|
|
|
9345
9347
|
/* @__PURE__ */ a("div", { style: { position: "sticky", top: "110px" }, children: e.banner })
|
|
9346
9348
|
] }) }),
|
|
9347
9349
|
/* @__PURE__ */ a("div", { className: Bt.complement, children: e.complement })
|
|
9348
|
-
] }),
|
|
9350
|
+
] }), Qf = (e) => {
|
|
9349
9351
|
const t = {
|
|
9350
9352
|
...e.news[0],
|
|
9351
9353
|
config: {
|
|
@@ -9431,19 +9433,19 @@ const A3 = (e) => {
|
|
|
9431
9433
|
}
|
|
9432
9434
|
);
|
|
9433
9435
|
}
|
|
9434
|
-
},
|
|
9435
|
-
content:
|
|
9436
|
-
contentWithinCard:
|
|
9437
|
-
contentDate:
|
|
9438
|
-
dateInfo:
|
|
9439
|
-
dot:
|
|
9440
|
-
contentTitle:
|
|
9441
|
-
contentTextList:
|
|
9442
|
-
contentButton:
|
|
9443
|
-
linkStyled:
|
|
9444
|
-
},
|
|
9445
|
-
content:
|
|
9446
|
-
},
|
|
9436
|
+
}, Gf = "_content_g403b_1", Hf = "_contentWithinCard_g403b_7", zf = "_contentDate_g403b_13", Vf = "_dateInfo_g403b_20", Ff = "_dot_g403b_30", $f = "_contentTitle_g403b_38", Wf = "_contentTextList_g403b_47", Yf = "_contentButton_g403b_65", Kf = "_linkStyled_g403b_71", We = {
|
|
9437
|
+
content: Gf,
|
|
9438
|
+
contentWithinCard: Hf,
|
|
9439
|
+
contentDate: zf,
|
|
9440
|
+
dateInfo: Vf,
|
|
9441
|
+
dot: Ff,
|
|
9442
|
+
contentTitle: $f,
|
|
9443
|
+
contentTextList: Wf,
|
|
9444
|
+
contentButton: Yf,
|
|
9445
|
+
linkStyled: Kf
|
|
9446
|
+
}, Jf = "_content_ifkxj_1", Zf = {
|
|
9447
|
+
content: Jf
|
|
9448
|
+
}, Xf = (e) => /* @__PURE__ */ a("section", { className: Zf.content, id: e.id, children: e.children }), e0 = async (e, t, n) => {
|
|
9447
9449
|
if (!n) return e;
|
|
9448
9450
|
const s = /<span data-src="(.*?)"><\/span>/g, r = [...e.matchAll(s)];
|
|
9449
9451
|
let o = e;
|
|
@@ -9478,7 +9480,7 @@ const A3 = (e) => {
|
|
|
9478
9480
|
o = o.replace(c, v);
|
|
9479
9481
|
}
|
|
9480
9482
|
return o;
|
|
9481
|
-
},
|
|
9483
|
+
}, t0 = (e) => e.replace(/<p>(\s| )+<\/p>/g, ""), n0 = (e) => {
|
|
9482
9484
|
const t = /src="\/(.*?)"/g;
|
|
9483
9485
|
return e.replace(t, `src="${jt()}/$1"`);
|
|
9484
9486
|
}, As = {
|
|
@@ -9488,12 +9490,12 @@ const A3 = (e) => {
|
|
|
9488
9490
|
10: 4,
|
|
9489
9491
|
13: 5
|
|
9490
9492
|
};
|
|
9491
|
-
function
|
|
9493
|
+
function a0(e) {
|
|
9492
9494
|
if (!e) return e;
|
|
9493
9495
|
const t = e.indexOf("/video");
|
|
9494
9496
|
return t === -1 ? e : e.substring(t);
|
|
9495
9497
|
}
|
|
9496
|
-
async function
|
|
9498
|
+
async function s0(e, t) {
|
|
9497
9499
|
let n = "", s = 0;
|
|
9498
9500
|
const r = /<span\b[^>]*data-src=["']([^"']+)["'][^>]*>[\s\S]*?<\/span>/gi;
|
|
9499
9501
|
let o;
|
|
@@ -9502,7 +9504,7 @@ async function n0(e, t) {
|
|
|
9502
9504
|
n += e.slice(s, i);
|
|
9503
9505
|
const d = o[0];
|
|
9504
9506
|
let l = o[1] ?? "";
|
|
9505
|
-
l && (l =
|
|
9507
|
+
l && (l = a0(l));
|
|
9506
9508
|
const u = /data-type\s*=\s*["']?video["']?/i.test(d) || /video-type\s*=\s*["']?embedded["']?/i.test(d);
|
|
9507
9509
|
let m = d;
|
|
9508
9510
|
if (u && l)
|
|
@@ -9547,13 +9549,13 @@ async function n0(e, t) {
|
|
|
9547
9549
|
}
|
|
9548
9550
|
return n += e.slice(s), n;
|
|
9549
9551
|
}
|
|
9550
|
-
function
|
|
9552
|
+
function r0(e) {
|
|
9551
9553
|
return e.replace(
|
|
9552
9554
|
/<script[^>]*src=["']https:\/\/platform\.twitter\.com\/widgets\.js["'][^>]*><\/script>/gi,
|
|
9553
9555
|
""
|
|
9554
9556
|
);
|
|
9555
9557
|
}
|
|
9556
|
-
const
|
|
9558
|
+
const o0 = async ({
|
|
9557
9559
|
itemList: e,
|
|
9558
9560
|
slug: t,
|
|
9559
9561
|
banners: n,
|
|
@@ -9563,9 +9565,9 @@ const s0 = async ({
|
|
|
9563
9565
|
}) => {
|
|
9564
9566
|
if (!e || e.length === 0 || !e[0]) return;
|
|
9565
9567
|
const i = e[0].list?.items?.map(async (c) => {
|
|
9566
|
-
const d =
|
|
9567
|
-
let l =
|
|
9568
|
-
return l =
|
|
9568
|
+
const d = t0(c.body.rendered);
|
|
9569
|
+
let l = n0(d);
|
|
9570
|
+
return l = r0(l), l = await s0(
|
|
9569
9571
|
l,
|
|
9570
9572
|
r
|
|
9571
9573
|
), {
|
|
@@ -9577,7 +9579,7 @@ const s0 = async ({
|
|
|
9577
9579
|
};
|
|
9578
9580
|
});
|
|
9579
9581
|
return /* @__PURE__ */ a("section", { className: We.content, id: "block-notes-list", children: i?.map(async (c, d) => /* @__PURE__ */ f(wn, { children: [
|
|
9580
|
-
/* @__PURE__ */ a(
|
|
9582
|
+
/* @__PURE__ */ a(Xf, { id: `item-${d + 1}`, children: /* @__PURE__ */ f("div", { className: We.contentWithinCard, children: [
|
|
9581
9583
|
(await c).date > 0 && /* @__PURE__ */ f("div", { className: We.contentDate, children: [
|
|
9582
9584
|
/* @__PURE__ */ a(
|
|
9583
9585
|
"span",
|
|
@@ -9606,7 +9608,7 @@ const s0 = async ({
|
|
|
9606
9608
|
{
|
|
9607
9609
|
className: `contentTextList ${We.contentTextList}`,
|
|
9608
9610
|
dangerouslySetInnerHTML: {
|
|
9609
|
-
__html: await
|
|
9611
|
+
__html: await e0(
|
|
9610
9612
|
(await c).body.rendered.replace(/ /g, ""),
|
|
9611
9613
|
s,
|
|
9612
9614
|
o
|
|
@@ -9633,7 +9635,7 @@ const s0 = async ({
|
|
|
9633
9635
|
d
|
|
9634
9636
|
)
|
|
9635
9637
|
] }, d)) });
|
|
9636
|
-
},
|
|
9638
|
+
}, i0 = {
|
|
9637
9639
|
FaceBook: "facebook",
|
|
9638
9640
|
Instagram: "instagram",
|
|
9639
9641
|
WhatsApp: "whatsapp",
|
|
@@ -9644,7 +9646,7 @@ const s0 = async ({
|
|
|
9644
9646
|
Podcast: "podcast",
|
|
9645
9647
|
Telegram: "telegram"
|
|
9646
9648
|
};
|
|
9647
|
-
function
|
|
9649
|
+
function c0({ url: e }) {
|
|
9648
9650
|
return e && e !== "" && /* @__PURE__ */ f(O, { href: e, className: de.googleProfileButton, children: [
|
|
9649
9651
|
/* @__PURE__ */ a(
|
|
9650
9652
|
"svg",
|
|
@@ -9662,17 +9664,17 @@ function o0({ url: e }) {
|
|
|
9662
9664
|
}
|
|
9663
9665
|
),
|
|
9664
9666
|
"Síguenos en",
|
|
9665
|
-
/* @__PURE__ */ a(
|
|
9667
|
+
/* @__PURE__ */ a(l0, {})
|
|
9666
9668
|
] });
|
|
9667
9669
|
}
|
|
9668
|
-
const
|
|
9670
|
+
const l0 = () => /* @__PURE__ */ f("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 272 92", width: "272", height: "92", children: [
|
|
9669
9671
|
/* @__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
9672
|
/* @__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
9673
|
/* @__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
9674
|
/* @__PURE__ */ a("path", { fill: "#34A853", d: "M225 3v65h-9.5V3h9.5z" }),
|
|
9673
9675
|
/* @__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
9676
|
/* @__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
|
-
] }),
|
|
9677
|
+
] }), d0 = async (e) => {
|
|
9676
9678
|
if (!e.news || !e.news.authors) return null;
|
|
9677
9679
|
const { news: t, socials: n, texts: s } = e, r = t.authors.map(
|
|
9678
9680
|
(c) => c.internaluser ? `<a href="${`/${e.paths.autor}/${c.name}`}">${c.fullname}</a>` : c.fullname
|
|
@@ -9682,7 +9684,7 @@ const i0 = () => /* @__PURE__ */ f("svg", { xmlns: "http://www.w3.org/2000/svg",
|
|
|
9682
9684
|
"a",
|
|
9683
9685
|
{
|
|
9684
9686
|
className: de.whatsappLink,
|
|
9685
|
-
href: n[
|
|
9687
|
+
href: n[i0.WhatsApp].url,
|
|
9686
9688
|
rel: "noreferrer",
|
|
9687
9689
|
target: "_blank",
|
|
9688
9690
|
children: [
|
|
@@ -9720,7 +9722,7 @@ const i0 = () => /* @__PURE__ */ f("svg", { xmlns: "http://www.w3.org/2000/svg",
|
|
|
9720
9722
|
children: /* @__PURE__ */ a(Md, { noteShare: e.noteShare })
|
|
9721
9723
|
}
|
|
9722
9724
|
),
|
|
9723
|
-
/* @__PURE__ */ a(
|
|
9725
|
+
/* @__PURE__ */ a(c0, { url: e.noteShare?.googleProfile ?? "" }),
|
|
9724
9726
|
/* @__PURE__ */ f("section", { className: de.journalistSection, children: [
|
|
9725
9727
|
/* @__PURE__ */ a(
|
|
9726
9728
|
"div",
|
|
@@ -9762,22 +9764,22 @@ const i0 = () => /* @__PURE__ */ f("svg", { xmlns: "http://www.w3.org/2000/svg",
|
|
|
9762
9764
|
)
|
|
9763
9765
|
] })
|
|
9764
9766
|
] }) });
|
|
9765
|
-
},
|
|
9766
|
-
content:
|
|
9767
|
-
journalistArticleContent:
|
|
9768
|
-
contentNews:
|
|
9769
|
-
noteSource:
|
|
9770
|
-
},
|
|
9771
|
-
summaryContent:
|
|
9772
|
-
},
|
|
9767
|
+
}, u0 = "_content_1a2qt_1", m0 = "_journalistArticleContent_1a2qt_15", h0 = "_contentNews_1a2qt_35", f0 = "_noteSource_1a2qt_422", sn = {
|
|
9768
|
+
content: u0,
|
|
9769
|
+
journalistArticleContent: m0,
|
|
9770
|
+
contentNews: h0,
|
|
9771
|
+
noteSource: f0
|
|
9772
|
+
}, g0 = "_summaryContent_zuvmo_1", p0 = {
|
|
9773
|
+
summaryContent: g0
|
|
9774
|
+
}, A0 = async ({ summary: e }) => e && e.rendered && /* @__PURE__ */ a(
|
|
9773
9775
|
"section",
|
|
9774
9776
|
{
|
|
9775
|
-
className: `${
|
|
9777
|
+
className: `${p0.summaryContent} sass-summary-content`,
|
|
9776
9778
|
dangerouslySetInnerHTML: {
|
|
9777
9779
|
__html: e.rendered
|
|
9778
9780
|
}
|
|
9779
9781
|
}
|
|
9780
|
-
),
|
|
9782
|
+
), w0 = async ({
|
|
9781
9783
|
newsformated: e,
|
|
9782
9784
|
internal: t,
|
|
9783
9785
|
commonServices: n
|
|
@@ -9802,7 +9804,7 @@ const i0 = () => /* @__PURE__ */ f("svg", { xmlns: "http://www.w3.org/2000/svg",
|
|
|
9802
9804
|
/* @__PURE__ */ a("div", { className: bn.description, children: o && o[0]?.description })
|
|
9803
9805
|
] });
|
|
9804
9806
|
};
|
|
9805
|
-
function
|
|
9807
|
+
function y0(e) {
|
|
9806
9808
|
const t = e.children, n = `${e.slot_id}-`, s = e.visibleItems, r = e.cardGap ?? 20;
|
|
9807
9809
|
function o(c) {
|
|
9808
9810
|
const d = [], l = [];
|
|
@@ -9872,7 +9874,7 @@ function A0(e) {
|
|
|
9872
9874
|
</div>
|
|
9873
9875
|
`;
|
|
9874
9876
|
}
|
|
9875
|
-
const
|
|
9877
|
+
const v0 = (e) => /* @__PURE__ */ a(
|
|
9876
9878
|
"svg",
|
|
9877
9879
|
{
|
|
9878
9880
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -9888,10 +9890,10 @@ const w0 = (e) => /* @__PURE__ */ a(
|
|
|
9888
9890
|
}
|
|
9889
9891
|
)
|
|
9890
9892
|
}
|
|
9891
|
-
),
|
|
9892
|
-
content:
|
|
9893
|
-
title:
|
|
9894
|
-
},
|
|
9893
|
+
), b0 = "_content_cu8lm_1", C0 = "_title_cu8lm_18", ws = {
|
|
9894
|
+
content: b0,
|
|
9895
|
+
title: C0
|
|
9896
|
+
}, _0 = async ({
|
|
9895
9897
|
newsformated: e,
|
|
9896
9898
|
internal: t,
|
|
9897
9899
|
commonServices: n
|
|
@@ -9920,10 +9922,10 @@ const w0 = (e) => /* @__PURE__ */ a(
|
|
|
9920
9922
|
} catch {
|
|
9921
9923
|
return null;
|
|
9922
9924
|
}
|
|
9923
|
-
},
|
|
9924
|
-
content:
|
|
9925
|
-
title:
|
|
9926
|
-
},
|
|
9925
|
+
}, N0 = "_content_cu8lm_1", S0 = "_title_cu8lm_18", Wn = {
|
|
9926
|
+
content: N0,
|
|
9927
|
+
title: S0
|
|
9928
|
+
}, E0 = async ({
|
|
9927
9929
|
newsformated: e,
|
|
9928
9930
|
internal: t,
|
|
9929
9931
|
commonServices: n
|
|
@@ -9953,9 +9955,9 @@ const w0 = (e) => /* @__PURE__ */ a(
|
|
|
9953
9955
|
} catch {
|
|
9954
9956
|
return null;
|
|
9955
9957
|
}
|
|
9956
|
-
},
|
|
9957
|
-
content:
|
|
9958
|
-
},
|
|
9958
|
+
}, x0 = "_content_ezbiw_1", I0 = {
|
|
9959
|
+
content: x0
|
|
9960
|
+
}, T0 = async ({
|
|
9959
9961
|
newsformated: e,
|
|
9960
9962
|
internal: t,
|
|
9961
9963
|
commonServices: n
|
|
@@ -9971,27 +9973,27 @@ const w0 = (e) => /* @__PURE__ */ a(
|
|
|
9971
9973
|
return typeof c != "string" || c.trim() === "" ? null : /* @__PURE__ */ a(
|
|
9972
9974
|
"div",
|
|
9973
9975
|
{
|
|
9974
|
-
className:
|
|
9976
|
+
className: I0.content,
|
|
9975
9977
|
dangerouslySetInnerHTML: { __html: c }
|
|
9976
9978
|
}
|
|
9977
9979
|
);
|
|
9978
9980
|
} catch {
|
|
9979
9981
|
return null;
|
|
9980
9982
|
}
|
|
9981
|
-
},
|
|
9982
|
-
content:
|
|
9983
|
+
}, k0 = "_content_156j7_1", U0 = {
|
|
9984
|
+
content: k0
|
|
9983
9985
|
}, ht = {
|
|
9984
9986
|
videoEmbedded: "videoEmbedded",
|
|
9985
9987
|
videoYouTube: "videoYouTube",
|
|
9986
9988
|
iframe: "iframe",
|
|
9987
9989
|
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:
|
|
9990
|
+
}, q0 = {
|
|
9991
|
+
[ht.videoEmbedded]: _0,
|
|
9992
|
+
[ht.videoYouTube]: E0,
|
|
9993
|
+
[ht.iframe]: T0
|
|
9994
|
+
}, R0 = ({ news: e, commonServices: t }) => {
|
|
9995
|
+
const { config: n, info: s } = e, r = n.articlepreview, o = s.link.internal, i = r ? q0[r] : null;
|
|
9996
|
+
return i ? /* @__PURE__ */ a("div", { className: U0.content, children: /* @__PURE__ */ a(
|
|
9995
9997
|
i,
|
|
9996
9998
|
{
|
|
9997
9999
|
newsformated: e,
|
|
@@ -9999,16 +10001,16 @@ const w0 = (e) => /* @__PURE__ */ a(
|
|
|
9999
10001
|
commonServices: t
|
|
10000
10002
|
}
|
|
10001
10003
|
) }) : null;
|
|
10002
|
-
},
|
|
10004
|
+
}, L0 = (e) => e.replace(
|
|
10003
10005
|
/<iframe(?![^>]*\bloading=)[^>]*>/gi,
|
|
10004
10006
|
(n) => n.replace("<iframe", '<iframe loading="lazy"')
|
|
10005
|
-
),
|
|
10007
|
+
), B0 = (e) => e.replace(
|
|
10006
10008
|
/<iframe(?![^>]*\btitle=)[^>]*>/gi,
|
|
10007
10009
|
(n) => n.replace("<iframe", '<iframe title="frame custom content"')
|
|
10008
|
-
),
|
|
10010
|
+
), O0 = (e) => e.replace(
|
|
10009
10011
|
/<span\b[^>]*class=["'][^"']*video__title[^"']*["'][^>]*>[\s\S]*?<\/span>/gi,
|
|
10010
10012
|
""
|
|
10011
|
-
),
|
|
10013
|
+
), P0 = async (e) => {
|
|
10012
10014
|
const { PUBLIC_IS_OFFLINE: t } = Y();
|
|
10013
10015
|
if (!(t === "true")) {
|
|
10014
10016
|
const l = /<img\b[^>]*\bsrc=["']([^"']+)["']/g, u = [...e.matchAll(l)], m = {};
|
|
@@ -10094,7 +10096,7 @@ const w0 = (e) => /* @__PURE__ */ a(
|
|
|
10094
10096
|
s = s.replace(u, b);
|
|
10095
10097
|
}
|
|
10096
10098
|
return s;
|
|
10097
|
-
},
|
|
10099
|
+
}, D0 = (e, t) => {
|
|
10098
10100
|
const n = {
|
|
10099
10101
|
2: 1,
|
|
10100
10102
|
4: 2,
|
|
@@ -10124,7 +10126,7 @@ const w0 = (e) => /* @__PURE__ */ a(
|
|
|
10124
10126
|
return c;
|
|
10125
10127
|
}
|
|
10126
10128
|
), r;
|
|
10127
|
-
},
|
|
10129
|
+
}, M0 = (e) => {
|
|
10128
10130
|
const t = /<div class="ck-image-gallery"[^>]*?>([\s\S]*?)<\/div>/g, n = [...e.matchAll(t)];
|
|
10129
10131
|
let s = "", r = 0;
|
|
10130
10132
|
for (const o of n) {
|
|
@@ -10134,7 +10136,7 @@ const w0 = (e) => /* @__PURE__ */ a(
|
|
|
10134
10136
|
(g) => g[1]
|
|
10135
10137
|
).map(
|
|
10136
10138
|
(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 =
|
|
10139
|
+
), h = "gallery_embeded" + d.toString(), p = y0({
|
|
10138
10140
|
slot_id: h,
|
|
10139
10141
|
children: m,
|
|
10140
10142
|
visibleItems: 1,
|
|
@@ -10143,7 +10145,7 @@ const w0 = (e) => /* @__PURE__ */ a(
|
|
|
10143
10145
|
s += p, r = l;
|
|
10144
10146
|
}
|
|
10145
10147
|
return s += e.slice(r), s;
|
|
10146
|
-
},
|
|
10148
|
+
}, j0 = async (e, t, n) => {
|
|
10147
10149
|
if (!n) return e;
|
|
10148
10150
|
const s = /<span data-src="(.*?)"><\/span>/g, r = [...e.matchAll(s)];
|
|
10149
10151
|
let o = e;
|
|
@@ -10173,7 +10175,7 @@ const w0 = (e) => /* @__PURE__ */ a(
|
|
|
10173
10175
|
}
|
|
10174
10176
|
return o;
|
|
10175
10177
|
};
|
|
10176
|
-
async function
|
|
10178
|
+
async function Q0(e, t) {
|
|
10177
10179
|
let n = "", s = 0;
|
|
10178
10180
|
const r = /<div\b[^>]*\bclass=(["'])(?:(?!\1).)*\bck-video-player\b(?:(?!\1).)*\1[^>]*>/gi;
|
|
10179
10181
|
let o;
|
|
@@ -10257,9 +10259,9 @@ async function M0(e, t) {
|
|
|
10257
10259
|
w = h;
|
|
10258
10260
|
s = m, n += w, r.lastIndex = m;
|
|
10259
10261
|
}
|
|
10260
|
-
return n += e.slice(s), n =
|
|
10262
|
+
return n += e.slice(s), n = O0(n), n;
|
|
10261
10263
|
}
|
|
10262
|
-
async function
|
|
10264
|
+
async function G0(e) {
|
|
10263
10265
|
const {
|
|
10264
10266
|
news: t,
|
|
10265
10267
|
banners: n,
|
|
@@ -10272,15 +10274,15 @@ async function j0(e) {
|
|
|
10272
10274
|
commonServices: l
|
|
10273
10275
|
} = e;
|
|
10274
10276
|
let u = t?.body?.rendered ?? "";
|
|
10275
|
-
u = u.replace(/ /g, ""), u =
|
|
10277
|
+
u = u.replace(/ /g, ""), u = D0(u, n), u = M0(u), u = await P0(u), u = await j0(
|
|
10276
10278
|
u,
|
|
10277
10279
|
e.texts,
|
|
10278
10280
|
s
|
|
10279
|
-
), u = await
|
|
10281
|
+
), u = await Q0(u, d), u = L0(u), u = B0(u);
|
|
10280
10282
|
const m = t.main.sources ?? [], h = t.config.articlepreview === ht.fotoGaleria && t.hascontent?.hasgalleryimages;
|
|
10281
10283
|
return /* @__PURE__ */ f("div", { className: sn.content, children: [
|
|
10282
10284
|
o !== "liveblogs" && e.showHeaderImage ? h ? /* @__PURE__ */ a(
|
|
10283
|
-
|
|
10285
|
+
w0,
|
|
10284
10286
|
{
|
|
10285
10287
|
commonServices: l,
|
|
10286
10288
|
newsformated: t,
|
|
@@ -10289,7 +10291,7 @@ async function j0(e) {
|
|
|
10289
10291
|
) : /* @__PURE__ */ a(Cr, { preview: t.preview }) : null,
|
|
10290
10292
|
/* @__PURE__ */ a(we, { banners: n, name: "block_1" }),
|
|
10291
10293
|
/* @__PURE__ */ a("div", { className: sn.journalistArticleContent, children: /* @__PURE__ */ a(
|
|
10292
|
-
|
|
10294
|
+
d0,
|
|
10293
10295
|
{
|
|
10294
10296
|
autorIcon: e.autorIcon,
|
|
10295
10297
|
socials: c,
|
|
@@ -10299,7 +10301,7 @@ async function j0(e) {
|
|
|
10299
10301
|
paths: e.paths
|
|
10300
10302
|
}
|
|
10301
10303
|
) }),
|
|
10302
|
-
/* @__PURE__ */ a(
|
|
10304
|
+
/* @__PURE__ */ a(A0, { summary: t.main.summary }),
|
|
10303
10305
|
/* @__PURE__ */ a(
|
|
10304
10306
|
"div",
|
|
10305
10307
|
{
|
|
@@ -10310,7 +10312,7 @@ async function j0(e) {
|
|
|
10310
10312
|
}
|
|
10311
10313
|
),
|
|
10312
10314
|
/* @__PURE__ */ a(
|
|
10313
|
-
|
|
10315
|
+
o0,
|
|
10314
10316
|
{
|
|
10315
10317
|
texts: e.texts,
|
|
10316
10318
|
itemList: i,
|
|
@@ -10321,12 +10323,12 @@ async function j0(e) {
|
|
|
10321
10323
|
}
|
|
10322
10324
|
),
|
|
10323
10325
|
m.length > 0 && /* @__PURE__ */ f("div", { className: sn.noteSource, children: [
|
|
10324
|
-
/* @__PURE__ */ a(
|
|
10326
|
+
/* @__PURE__ */ a(v0, {}),
|
|
10325
10327
|
/* @__PURE__ */ a("p", { children: e.texts.noteSource + (m.length === 1 ? "" : "s") + ": " + m.map((p) => p.name).join(", ") })
|
|
10326
10328
|
] })
|
|
10327
10329
|
] });
|
|
10328
10330
|
}
|
|
10329
|
-
const
|
|
10331
|
+
const H0 = (e) => {
|
|
10330
10332
|
const { content: t, title: n, slot_id: s } = e, r = e.slot_id && e.slot_id !== "Nota_1";
|
|
10331
10333
|
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
10334
|
const c = { ...o, main: {
|
|
@@ -10334,7 +10336,7 @@ const Q0 = (e) => {
|
|
|
10334
10336
|
title: { ...o.main.title, section: r ? o.main.title.home : o.main.title.section }
|
|
10335
10337
|
} };
|
|
10336
10338
|
return /* @__PURE__ */ a(
|
|
10337
|
-
|
|
10339
|
+
Ln,
|
|
10338
10340
|
{
|
|
10339
10341
|
...c,
|
|
10340
10342
|
titleGradient: !0,
|
|
@@ -10343,7 +10345,7 @@ const Q0 = (e) => {
|
|
|
10343
10345
|
i
|
|
10344
10346
|
);
|
|
10345
10347
|
}) }) });
|
|
10346
|
-
},
|
|
10348
|
+
}, z0 = (e) => {
|
|
10347
10349
|
const { content: t, title: n, slot_id: s } = e, r = e.slot_id && e.slot_id !== "Nota_1";
|
|
10348
10350
|
return t && t.length !== 0 && /* @__PURE__ */ a(pe, { title: n, titleUrl: e.titleUrl, children: /* @__PURE__ */ a(
|
|
10349
10351
|
xt,
|
|
@@ -10358,7 +10360,7 @@ const Q0 = (e) => {
|
|
|
10358
10360
|
title: { ...o.main.title, section: r ? o.main.title.home : o.main.title.section }
|
|
10359
10361
|
} };
|
|
10360
10362
|
return /* @__PURE__ */ a(
|
|
10361
|
-
|
|
10363
|
+
Ln,
|
|
10362
10364
|
{
|
|
10363
10365
|
...c,
|
|
10364
10366
|
titleGradient: !0,
|
|
@@ -10369,7 +10371,7 @@ const Q0 = (e) => {
|
|
|
10369
10371
|
})
|
|
10370
10372
|
}
|
|
10371
10373
|
) });
|
|
10372
|
-
},
|
|
10374
|
+
}, V0 = (e) => {
|
|
10373
10375
|
const { content: t, title: n, slot_id: s } = e, r = e.slot_id && e.slot_id !== "Nota_1";
|
|
10374
10376
|
return t && t.length !== 0 && /* @__PURE__ */ a(pe, { title: n, titleUrl: e.titleUrl, children: /* @__PURE__ */ a(
|
|
10375
10377
|
xt,
|
|
@@ -10385,7 +10387,7 @@ const Q0 = (e) => {
|
|
|
10385
10387
|
title: { ...o.main.title, section: r ? o.main.title.home : o.main.title.section }
|
|
10386
10388
|
} };
|
|
10387
10389
|
return /* @__PURE__ */ rt(
|
|
10388
|
-
|
|
10390
|
+
Ln,
|
|
10389
10391
|
{
|
|
10390
10392
|
...c,
|
|
10391
10393
|
key: i,
|
|
@@ -10401,15 +10403,15 @@ const Q0 = (e) => {
|
|
|
10401
10403
|
for (const n in e)
|
|
10402
10404
|
n.startsWith("--") && (t[n] = e[n]);
|
|
10403
10405
|
return t;
|
|
10404
|
-
},
|
|
10405
|
-
headerSection:
|
|
10406
|
-
title:
|
|
10407
|
-
subtitle:
|
|
10408
|
-
newsContent:
|
|
10409
|
-
containerCards:
|
|
10410
|
-
image:
|
|
10411
|
-
blockHeadContainer:
|
|
10412
|
-
},
|
|
10406
|
+
}, F0 = "_headerSection_1c69w_1", $0 = "_title_1c69w_11", W0 = "_subtitle_1c69w_23", Y0 = "_newsContent_1c69w_36", K0 = "_containerCards_1c69w_44", J0 = "_image_1c69w_50", Z0 = "_blockHeadContainer_1c69w_56", it = {
|
|
10407
|
+
headerSection: F0,
|
|
10408
|
+
title: $0,
|
|
10409
|
+
subtitle: W0,
|
|
10410
|
+
newsContent: Y0,
|
|
10411
|
+
containerCards: K0,
|
|
10412
|
+
image: J0,
|
|
10413
|
+
blockHeadContainer: Z0
|
|
10414
|
+
}, X0 = (e) => {
|
|
10413
10415
|
const { content: t, title: n, isVideo: s } = e;
|
|
10414
10416
|
if (!t || t.length === 0) return;
|
|
10415
10417
|
const r = t[0], o = t.slice(1), i = e.slot_id && e.slot_id !== "Nota_1";
|
|
@@ -10458,17 +10460,17 @@ const Q0 = (e) => {
|
|
|
10458
10460
|
banner: (e) => /* @__PURE__ */ a(we, { ...e, name: e.slot_id.replace("Home", "block") }),
|
|
10459
10461
|
readest: (e) => /* @__PURE__ */ a(Sa, { ...e }),
|
|
10460
10462
|
"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(
|
|
10463
|
+
"Modulo 1x4": (e) => /* @__PURE__ */ a(V2, { ...e }),
|
|
10464
|
+
"Modulo 1x5": (e) => /* @__PURE__ */ a(Y2, { ...e }),
|
|
10465
|
+
"Destacado noticias": (e) => /* @__PURE__ */ a(g2, { ...e }),
|
|
10466
|
+
"Destacado full width": (e) => /* @__PURE__ */ a(X0, { ...e }),
|
|
10467
|
+
"Destacado videos": (e) => /* @__PURE__ */ a(X2, { ...e }),
|
|
10468
|
+
"Carrusel card": (e) => /* @__PURE__ */ a(hf, { ...e }),
|
|
10469
|
+
"Carrusel story": (e) => /* @__PURE__ */ a(H0, { ...e }),
|
|
10470
|
+
"Carrusel owl": (e) => /* @__PURE__ */ a(z0, { ...e }),
|
|
10471
|
+
"Modulo fotogaleria": (e) => /* @__PURE__ */ a(V0, { ...e }),
|
|
10472
|
+
"Carrusel opinion": (e) => /* @__PURE__ */ a(Cf, { ...e }),
|
|
10473
|
+
"Modulo 1x3 card": (e) => /* @__PURE__ */ a(mf, { ...e })
|
|
10472
10474
|
};
|
|
10473
10475
|
function Tr({
|
|
10474
10476
|
component: e,
|
|
@@ -10479,7 +10481,7 @@ function Tr({
|
|
|
10479
10481
|
if (s)
|
|
10480
10482
|
return ys[e] && /* @__PURE__ */ a("div", { className: "home-slot", style: Ta(n), children: ys[e]({ ...n, banners: s, slot_id: t }) });
|
|
10481
10483
|
}
|
|
10482
|
-
function
|
|
10484
|
+
function S3({
|
|
10483
10485
|
children: e,
|
|
10484
10486
|
stylesConfigEntry: t
|
|
10485
10487
|
}) {
|
|
@@ -10525,7 +10527,7 @@ const vs = {
|
|
|
10525
10527
|
},
|
|
10526
10528
|
Super: (e) => /* @__PURE__ */ a(_t, { ...e.data[0], paths: e.paths }),
|
|
10527
10529
|
"3 notas verticales": (e) => /* @__PURE__ */ a(
|
|
10528
|
-
|
|
10530
|
+
o2,
|
|
10529
10531
|
{
|
|
10530
10532
|
content: e.data,
|
|
10531
10533
|
customLargeSection: e.customLargeSection,
|
|
@@ -10534,7 +10536,7 @@ const vs = {
|
|
|
10534
10536
|
}
|
|
10535
10537
|
),
|
|
10536
10538
|
"3 notas horizontales": (e) => /* @__PURE__ */ a(
|
|
10537
|
-
|
|
10539
|
+
a2,
|
|
10538
10540
|
{
|
|
10539
10541
|
content: e.data,
|
|
10540
10542
|
customLargeSection: e.customLargeSection,
|
|
@@ -10551,7 +10553,7 @@ const vs = {
|
|
|
10551
10553
|
...t,
|
|
10552
10554
|
rightOnlyBanner: s,
|
|
10553
10555
|
banners: n
|
|
10554
|
-
}) }),
|
|
10556
|
+
}) }), E3 = ({
|
|
10555
10557
|
slots: e,
|
|
10556
10558
|
DYNAMIC_SLOT_SUBINDEXES: t,
|
|
10557
10559
|
stylesConfig: n,
|
|
@@ -10602,7 +10604,7 @@ const vs = {
|
|
|
10602
10604
|
);
|
|
10603
10605
|
}
|
|
10604
10606
|
return c;
|
|
10605
|
-
},
|
|
10607
|
+
}, x3 = ({
|
|
10606
10608
|
mainBlock: e,
|
|
10607
10609
|
StylesConfigMain: t,
|
|
10608
10610
|
config: n,
|
|
@@ -10645,14 +10647,14 @@ const vs = {
|
|
|
10645
10647
|
),
|
|
10646
10648
|
/* @__PURE__ */ a(mt, { children: /* @__PURE__ */ a(st, { banners: s, index: 1 }) })
|
|
10647
10649
|
] });
|
|
10648
|
-
},
|
|
10650
|
+
}, eg = (e) => {
|
|
10649
10651
|
const { config: t } = e, n = t.articlepreview;
|
|
10650
10652
|
return !![
|
|
10651
10653
|
ht.videoEmbedded,
|
|
10652
10654
|
ht.videoYouTube,
|
|
10653
10655
|
ht.iframe
|
|
10654
10656
|
].includes(n);
|
|
10655
|
-
},
|
|
10657
|
+
}, I3 = async (e) => {
|
|
10656
10658
|
const {
|
|
10657
10659
|
custom_complement: t,
|
|
10658
10660
|
ranking: n = [],
|
|
@@ -10666,9 +10668,9 @@ const vs = {
|
|
|
10666
10668
|
getVideos: u
|
|
10667
10669
|
} = e, m = e.slug === "liveblogs", { SHOW_NEWS_MORE_NEWS: h, SHOW_NEWS_RELATED_NEWS: p } = Y();
|
|
10668
10670
|
if (!(!o || !o[0]))
|
|
10669
|
-
return /* @__PURE__ */ a(J, { children: /* @__PURE__ */ f(
|
|
10671
|
+
return /* @__PURE__ */ a(J, { children: /* @__PURE__ */ f(Lf, { className: ma.contentLayout2, children: [
|
|
10670
10672
|
/* @__PURE__ */ a(
|
|
10671
|
-
|
|
10673
|
+
Qf,
|
|
10672
10674
|
{
|
|
10673
10675
|
option: e.slug,
|
|
10674
10676
|
news: o,
|
|
@@ -10678,14 +10680,14 @@ const vs = {
|
|
|
10678
10680
|
),
|
|
10679
10681
|
/* @__PURE__ */ a(st, { banners: s, index: 1 }),
|
|
10680
10682
|
!m && e.commonServices && /* @__PURE__ */ a(
|
|
10681
|
-
|
|
10683
|
+
R0,
|
|
10682
10684
|
{
|
|
10683
10685
|
news: o[0],
|
|
10684
10686
|
commonServices: e.commonServices
|
|
10685
10687
|
}
|
|
10686
10688
|
),
|
|
10687
10689
|
/* @__PURE__ */ a(
|
|
10688
|
-
|
|
10690
|
+
jf,
|
|
10689
10691
|
{
|
|
10690
10692
|
texts: e.texts,
|
|
10691
10693
|
paths: e.paths,
|
|
@@ -10697,7 +10699,7 @@ const vs = {
|
|
|
10697
10699
|
banner: /* @__PURE__ */ a(we, { banners: s ?? [], name: "right_2" }),
|
|
10698
10700
|
complement: /* @__PURE__ */ f("div", { id: "comentarios", suppressHydrationWarning: !0, children: [
|
|
10699
10701
|
r.length > 0 && /* @__PURE__ */ a(
|
|
10700
|
-
|
|
10702
|
+
_h,
|
|
10701
10703
|
{
|
|
10702
10704
|
texts: e.texts,
|
|
10703
10705
|
autorIcon: e.autorIcon,
|
|
@@ -10706,7 +10708,7 @@ const vs = {
|
|
|
10706
10708
|
}
|
|
10707
10709
|
),
|
|
10708
10710
|
o[0].authors.length > 1 && /* @__PURE__ */ a(
|
|
10709
|
-
|
|
10711
|
+
Uh,
|
|
10710
10712
|
{
|
|
10711
10713
|
news: o[0],
|
|
10712
10714
|
autorIcon: e.autorIcon,
|
|
@@ -10715,7 +10717,7 @@ const vs = {
|
|
|
10715
10717
|
}
|
|
10716
10718
|
),
|
|
10717
10719
|
/* @__PURE__ */ a("div", { className: ma.tagContent, children: /* @__PURE__ */ a(
|
|
10718
|
-
|
|
10720
|
+
hh,
|
|
10719
10721
|
{
|
|
10720
10722
|
tags: o[0]?.keywords?.tags,
|
|
10721
10723
|
paths: e.paths
|
|
@@ -10795,7 +10797,7 @@ const vs = {
|
|
|
10795
10797
|
},
|
|
10796
10798
|
children: [
|
|
10797
10799
|
/* @__PURE__ */ a(
|
|
10798
|
-
|
|
10800
|
+
G0,
|
|
10799
10801
|
{
|
|
10800
10802
|
texts: e.texts,
|
|
10801
10803
|
autorIcon: e.autorIcon,
|
|
@@ -10809,7 +10811,7 @@ const vs = {
|
|
|
10809
10811
|
getVideos: u,
|
|
10810
10812
|
noteShare: e.noteShare,
|
|
10811
10813
|
paths: e.paths,
|
|
10812
|
-
showHeaderImage: !
|
|
10814
|
+
showHeaderImage: !eg(o[0]),
|
|
10813
10815
|
commonServices: e.commonServices
|
|
10814
10816
|
}
|
|
10815
10817
|
),
|
|
@@ -10820,13 +10822,13 @@ const vs = {
|
|
|
10820
10822
|
}
|
|
10821
10823
|
)
|
|
10822
10824
|
] }) });
|
|
10823
|
-
},
|
|
10824
|
-
content:
|
|
10825
|
-
buttonStyled:
|
|
10826
|
-
searchStyled:
|
|
10827
|
-
inputStyled:
|
|
10828
|
-
inputStyledTest:
|
|
10829
|
-
},
|
|
10825
|
+
}, tg = "_content_1046n_1", ng = "_buttonStyled_1046n_9", ag = "_searchStyled_1046n_20", sg = "_inputStyled_1046n_36", rg = "_inputStyledTest_1046n_55", Ot = {
|
|
10826
|
+
content: tg,
|
|
10827
|
+
buttonStyled: ng,
|
|
10828
|
+
searchStyled: ag,
|
|
10829
|
+
inputStyled: sg,
|
|
10830
|
+
inputStyledTest: rg
|
|
10831
|
+
}, og = (e) => /* @__PURE__ */ a(
|
|
10830
10832
|
"svg",
|
|
10831
10833
|
{
|
|
10832
10834
|
width: "68",
|
|
@@ -10845,7 +10847,7 @@ const vs = {
|
|
|
10845
10847
|
}
|
|
10846
10848
|
) })
|
|
10847
10849
|
}
|
|
10848
|
-
),
|
|
10850
|
+
), T3 = (e) => /* @__PURE__ */ a(
|
|
10849
10851
|
"form",
|
|
10850
10852
|
{
|
|
10851
10853
|
className: Ot.content,
|
|
@@ -10859,14 +10861,14 @@ const vs = {
|
|
|
10859
10861
|
placeholder: e.texts.searchKeyWord + "..."
|
|
10860
10862
|
}
|
|
10861
10863
|
),
|
|
10862
|
-
/* @__PURE__ */ a("button", { className: Ot.buttonStyled, type: "submit", children: /* @__PURE__ */ a(
|
|
10864
|
+
/* @__PURE__ */ a("button", { className: Ot.buttonStyled, type: "submit", children: /* @__PURE__ */ a(og, { className: Ot.searchStyled }) })
|
|
10863
10865
|
] })
|
|
10864
10866
|
}
|
|
10865
|
-
),
|
|
10866
|
-
content:
|
|
10867
|
-
newsContentSection:
|
|
10868
|
-
itemContent:
|
|
10869
|
-
},
|
|
10867
|
+
), ig = "_content_io3tv_1", cg = "_newsContentSection_io3tv_5", lg = "_itemContent_io3tv_10", Kn = {
|
|
10868
|
+
content: ig,
|
|
10869
|
+
newsContentSection: cg,
|
|
10870
|
+
itemContent: lg
|
|
10871
|
+
}, k3 = (e) => {
|
|
10870
10872
|
const {
|
|
10871
10873
|
data: t,
|
|
10872
10874
|
option: n,
|
|
@@ -10886,7 +10888,7 @@ const vs = {
|
|
|
10886
10888
|
switch (n) {
|
|
10887
10889
|
case "op1":
|
|
10888
10890
|
return /* @__PURE__ */ a(J, { children: /* @__PURE__ */ f(ls, { children: [
|
|
10889
|
-
/* @__PURE__ */ a(
|
|
10891
|
+
/* @__PURE__ */ a(ru, { autor: s[0], autorIcon: e.autorIcon }),
|
|
10890
10892
|
/* @__PURE__ */ a(
|
|
10891
10893
|
_r,
|
|
10892
10894
|
{
|
|
@@ -10968,7 +10970,7 @@ const vs = {
|
|
|
10968
10970
|
] }) });
|
|
10969
10971
|
case "op2":
|
|
10970
10972
|
return /* @__PURE__ */ a(J, { children: /* @__PURE__ */ f(ls, { children: [
|
|
10971
|
-
/* @__PURE__ */ a(
|
|
10973
|
+
/* @__PURE__ */ a(pu, { autor: s[0], autorIcon: e.autorIcon }),
|
|
10972
10974
|
Array.isArray(t) ? /* @__PURE__ */ f(J, { children: [
|
|
10973
10975
|
/* @__PURE__ */ a(
|
|
10974
10976
|
Ir,
|
|
@@ -11022,22 +11024,22 @@ const vs = {
|
|
|
11022
11024
|
default:
|
|
11023
11025
|
return /* @__PURE__ */ a(J, {});
|
|
11024
11026
|
}
|
|
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:
|
|
11027
|
+
}, dg = "_content_pq89v_1", ug = "_videoContent_pq89v_9", bs = {
|
|
11028
|
+
content: dg,
|
|
11029
|
+
videoContent: ug
|
|
11030
|
+
}, mg = "_container_1xr2t_1", hg = "_playStyled_1xr2t_6", fg = "_imageStyled_1xr2t_13", gg = "_longer_1xr2t_26", pg = "_contentNews_1xr2t_31", Ag = "_tagContent_1xr2t_51", wg = "_tag_1xr2t_51", yg = "_titular_1xr2t_68", vg = "_small_1xr2t_81", bg = "_figure_1xr2t_87", Cg = "_backDrop_1xr2t_92", _g = "_backDropAux_1xr2t_100", Pt = {
|
|
11031
|
+
container: mg,
|
|
11032
|
+
playStyled: hg,
|
|
11033
|
+
imageStyled: fg,
|
|
11034
|
+
longer: gg,
|
|
11035
|
+
contentNews: pg,
|
|
11036
|
+
tagContent: Ag,
|
|
11037
|
+
tag: wg,
|
|
11038
|
+
titular: yg,
|
|
11039
|
+
small: vg,
|
|
11040
|
+
figure: bg,
|
|
11041
|
+
backDrop: Cg,
|
|
11042
|
+
backDropAux: _g
|
|
11041
11043
|
}, Cs = async (e) => {
|
|
11042
11044
|
const { size: t = "longer", video: n } = e, s = n.main.image.sizes[0]?.url ?? "";
|
|
11043
11045
|
return /* @__PURE__ */ a("figure", { className: Pt.figure, children: /* @__PURE__ */ f("span", { className: Pt.backdrop, children: [
|
|
@@ -11070,7 +11072,7 @@ const vs = {
|
|
|
11070
11072
|
)
|
|
11071
11073
|
] }) })
|
|
11072
11074
|
] }) });
|
|
11073
|
-
},
|
|
11075
|
+
}, Ng = (e) => {
|
|
11074
11076
|
const { videos: t } = e;
|
|
11075
11077
|
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
11078
|
/* @__PURE__ */ a(Cs, { video: t[0] }),
|
|
@@ -11083,18 +11085,18 @@ const vs = {
|
|
|
11083
11085
|
`video-small-${s}`
|
|
11084
11086
|
)) })
|
|
11085
11087
|
] }) }) }) });
|
|
11086
|
-
},
|
|
11087
|
-
content:
|
|
11088
|
-
videoContent:
|
|
11089
|
-
articleSection:
|
|
11090
|
-
contentLatout:
|
|
11091
|
-
title:
|
|
11092
|
-
article:
|
|
11093
|
-
correspondent:
|
|
11094
|
-
},
|
|
11095
|
-
container:
|
|
11096
|
-
playStyled:
|
|
11097
|
-
},
|
|
11088
|
+
}, Sg = "_content_ruy5q_1", Eg = "_videoContent_ruy5q_9", xg = "_articleSection_ruy5q_21", Ig = "_contentLatout_ruy5q_31", Tg = "_title_ruy5q_36", kg = "_article_ruy5q_21", Ug = "_correspondent_ruy5q_64", ct = {
|
|
11089
|
+
content: Sg,
|
|
11090
|
+
videoContent: Eg,
|
|
11091
|
+
articleSection: xg,
|
|
11092
|
+
contentLatout: Ig,
|
|
11093
|
+
title: Tg,
|
|
11094
|
+
article: kg,
|
|
11095
|
+
correspondent: Ug
|
|
11096
|
+
}, qg = "_container_1rq2h_1", Rg = "_playStyled_1rq2h_9", _s = {
|
|
11097
|
+
container: qg,
|
|
11098
|
+
playStyled: Rg
|
|
11099
|
+
}, Lg = (e) => {
|
|
11098
11100
|
const { video: t } = e, n = Na();
|
|
11099
11101
|
return /* @__PURE__ */ a(
|
|
11100
11102
|
O,
|
|
@@ -11116,12 +11118,12 @@ const vs = {
|
|
|
11116
11118
|
] })
|
|
11117
11119
|
}
|
|
11118
11120
|
);
|
|
11119
|
-
},
|
|
11121
|
+
}, Bg = (e) => {
|
|
11120
11122
|
const t = () => e?.video.main.author ? `${e?.video.main.author} - ${je(
|
|
11121
11123
|
e.video.info.date.created
|
|
11122
11124
|
)}` : e?.video.main.author;
|
|
11123
11125
|
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(
|
|
11126
|
+
/* @__PURE__ */ a(Lg, { video: e.video }),
|
|
11125
11127
|
/* @__PURE__ */ f("div", { className: ct.articleSection, children: [
|
|
11126
11128
|
/* @__PURE__ */ a(
|
|
11127
11129
|
O,
|
|
@@ -11136,17 +11138,17 @@ const vs = {
|
|
|
11136
11138
|
/* @__PURE__ */ a("p", { className: ct.correspondent, children: t() })
|
|
11137
11139
|
] })
|
|
11138
11140
|
] }) }) }) });
|
|
11139
|
-
},
|
|
11141
|
+
}, U3 = (e) => {
|
|
11140
11142
|
switch (e.option) {
|
|
11141
11143
|
case "op1":
|
|
11142
|
-
return /* @__PURE__ */ a(
|
|
11144
|
+
return /* @__PURE__ */ a(Ng, { videos: e.data });
|
|
11143
11145
|
case "op2":
|
|
11144
|
-
return /* @__PURE__ */ a(
|
|
11146
|
+
return /* @__PURE__ */ a(Bg, { video: e.data[0] });
|
|
11145
11147
|
default:
|
|
11146
11148
|
return /* @__PURE__ */ a(J, {});
|
|
11147
11149
|
}
|
|
11148
11150
|
};
|
|
11149
|
-
function
|
|
11151
|
+
function q3({ containerId: e, containerId2: t }) {
|
|
11150
11152
|
return Me(() => {
|
|
11151
11153
|
try {
|
|
11152
11154
|
let n = function() {
|
|
@@ -11182,7 +11184,7 @@ function k3({ containerId: e, containerId2: t }) {
|
|
|
11182
11184
|
}
|
|
11183
11185
|
}, [e]), null;
|
|
11184
11186
|
}
|
|
11185
|
-
const
|
|
11187
|
+
const Og = (e) => {
|
|
11186
11188
|
const {
|
|
11187
11189
|
//rounded = false,
|
|
11188
11190
|
isVideo: t = !1,
|
|
@@ -11244,7 +11246,7 @@ const Rg = (e) => {
|
|
|
11244
11246
|
] })
|
|
11245
11247
|
] })
|
|
11246
11248
|
] }) });
|
|
11247
|
-
},
|
|
11249
|
+
}, Pg = (e) => /* @__PURE__ */ a(
|
|
11248
11250
|
"svg",
|
|
11249
11251
|
{
|
|
11250
11252
|
width: "41",
|
|
@@ -11261,7 +11263,7 @@ const Rg = (e) => {
|
|
|
11261
11263
|
}
|
|
11262
11264
|
)
|
|
11263
11265
|
}
|
|
11264
|
-
),
|
|
11266
|
+
), Dg = {
|
|
11265
11267
|
info: {
|
|
11266
11268
|
section: {
|
|
11267
11269
|
name: "",
|
|
@@ -11318,14 +11320,14 @@ const Rg = (e) => {
|
|
|
11318
11320
|
}
|
|
11319
11321
|
],
|
|
11320
11322
|
preview: void 0
|
|
11321
|
-
}, Ns = 6,
|
|
11323
|
+
}, Ns = 6, Mg = ({
|
|
11322
11324
|
section: e,
|
|
11323
11325
|
currentNews: t,
|
|
11324
11326
|
banner: n,
|
|
11325
11327
|
isVisible: s = !1,
|
|
11326
11328
|
stylesConfig: r
|
|
11327
11329
|
}) => {
|
|
11328
|
-
const [o, i] = K({ data: Array.from({ length: Ns }, () =>
|
|
11330
|
+
const [o, i] = K({ data: Array.from({ length: Ns }, () => Dg) }), [c, d] = K(!1), l = fe(async () => {
|
|
11329
11331
|
if (!(c || !t?.info?.link?.internal)) {
|
|
11330
11332
|
d(!0);
|
|
11331
11333
|
try {
|
|
@@ -11348,7 +11350,7 @@ const Rg = (e) => {
|
|
|
11348
11350
|
return Me(() => {
|
|
11349
11351
|
s && l();
|
|
11350
11352
|
}, [s, o, l]), !o?.data || o.data.length === 0 ? null : /* @__PURE__ */ a(
|
|
11351
|
-
|
|
11353
|
+
jg,
|
|
11352
11354
|
{
|
|
11353
11355
|
news: o.data,
|
|
11354
11356
|
title: "Más Noticias",
|
|
@@ -11360,7 +11362,7 @@ const Rg = (e) => {
|
|
|
11360
11362
|
isVisible: s
|
|
11361
11363
|
}
|
|
11362
11364
|
);
|
|
11363
|
-
},
|
|
11365
|
+
}, jg = (e) => {
|
|
11364
11366
|
const { news: t, hasLines: n = !1 } = e, s = (r) => n && (r + 1) % 3 !== 0 ? da.contentSeparator : "";
|
|
11365
11367
|
return /* @__PURE__ */ a(
|
|
11366
11368
|
"div",
|
|
@@ -11396,7 +11398,7 @@ const Rg = (e) => {
|
|
|
11396
11398
|
"aria-label": i?.title?.section ?? "nota",
|
|
11397
11399
|
target: d?.link?.target,
|
|
11398
11400
|
children: /* @__PURE__ */ a(
|
|
11399
|
-
|
|
11401
|
+
Og,
|
|
11400
11402
|
{
|
|
11401
11403
|
isVisible: e.isVisible,
|
|
11402
11404
|
preview: l,
|
|
@@ -11409,7 +11411,7 @@ const Rg = (e) => {
|
|
|
11409
11411
|
}
|
|
11410
11412
|
),
|
|
11411
11413
|
/* @__PURE__ */ a("div", { className: Dt.newsDescription, children: /* @__PURE__ */ a(
|
|
11412
|
-
|
|
11414
|
+
Qg,
|
|
11413
11415
|
{
|
|
11414
11416
|
main: i,
|
|
11415
11417
|
authors: c,
|
|
@@ -11430,14 +11432,14 @@ const Rg = (e) => {
|
|
|
11430
11432
|
})
|
|
11431
11433
|
}
|
|
11432
11434
|
);
|
|
11433
|
-
},
|
|
11435
|
+
}, Qg = (e) => {
|
|
11434
11436
|
const { share: t = !1, cutSubtitle: n = !0 } = e, r = (() => {
|
|
11435
11437
|
if (!e?.authors || e.authors.length === 0) return "";
|
|
11436
11438
|
const o = e.authors[0], i = je(e.info?.date?.modified);
|
|
11437
11439
|
return o && e?.config?.showtime && e.config?.showauthor ? `${o.fullname} - ${i}` : o && e.config?.showauthor ? o.fullname : e?.config?.showtime ? i : "";
|
|
11438
11440
|
})();
|
|
11439
11441
|
return /* @__PURE__ */ f("div", { className: se.boxInformation, children: [
|
|
11440
|
-
t && /* @__PURE__ */ a(
|
|
11442
|
+
t && /* @__PURE__ */ a(Pg, { className: se.dotStyles }),
|
|
11441
11443
|
e?.info?.section?.url && /* @__PURE__ */ f("div", { className: se.sectionDescriptionContainer, children: [
|
|
11442
11444
|
/* @__PURE__ */ a(
|
|
11443
11445
|
O,
|
|
@@ -11483,7 +11485,7 @@ const Rg = (e) => {
|
|
|
11483
11485
|
}
|
|
11484
11486
|
) : /* @__PURE__ */ a("div", { className: se.correspondent, children: r }) })
|
|
11485
11487
|
] });
|
|
11486
|
-
},
|
|
11488
|
+
}, Gg = ({
|
|
11487
11489
|
user: e,
|
|
11488
11490
|
handleLogout: t,
|
|
11489
11491
|
message: n
|
|
@@ -11522,25 +11524,25 @@ const Rg = (e) => {
|
|
|
11522
11524
|
/* @__PURE__ */ a("p", { className: "comment-text", children: n })
|
|
11523
11525
|
] })
|
|
11524
11526
|
] }) });
|
|
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:
|
|
11527
|
+
}, Hg = "_overlay_qj491_3", zg = "_popup_qj491_17", Vg = "_title_qj491_40", Fg = "_optionsContainer_qj491_52", $g = "_option_qj491_52", Wg = "_radioInput_qj491_66", Yg = "_radioCustom_qj491_70", Kg = "_optionLabel_qj491_97", Jg = "_buttons_qj491_110", Zg = "_cancelButton_qj491_117", Xg = "_closeButton_qj491_118", ep = "_buttonAlone_qj491_137", tp = "_reportButton_qj491_143", np = "_successContainer_qj491_163", ap = "_thumbsUp_qj491_171", sp = "_successMessage_qj491_177", rp = "_errorMessage_qj491_218", op = "_loadingContainer_qj491_231", he = {
|
|
11528
|
+
overlay: Hg,
|
|
11529
|
+
popup: zg,
|
|
11530
|
+
title: Vg,
|
|
11531
|
+
optionsContainer: Fg,
|
|
11532
|
+
option: $g,
|
|
11533
|
+
radioInput: Wg,
|
|
11534
|
+
radioCustom: Yg,
|
|
11535
|
+
optionLabel: Kg,
|
|
11536
|
+
buttons: Jg,
|
|
11537
|
+
cancelButton: Zg,
|
|
11538
|
+
closeButton: Xg,
|
|
11539
|
+
buttonAlone: ep,
|
|
11540
|
+
reportButton: tp,
|
|
11541
|
+
successContainer: np,
|
|
11542
|
+
thumbsUp: ap,
|
|
11543
|
+
successMessage: sp,
|
|
11544
|
+
errorMessage: rp,
|
|
11545
|
+
loadingContainer: op
|
|
11544
11546
|
}, kr = async (e, t) => {
|
|
11545
11547
|
if (!e) return !1;
|
|
11546
11548
|
const { CAPTCHA_PROJECT: n, CAPTCHA_KEY_V2: s, COMMENTS_CAPTCHA_API_KEY: r } = t;
|
|
@@ -11563,7 +11565,7 @@ const Rg = (e) => {
|
|
|
11563
11565
|
return console.error("Error verificando reCAPTCHA Enterprise:", o), !1;
|
|
11564
11566
|
}
|
|
11565
11567
|
};
|
|
11566
|
-
async function
|
|
11568
|
+
async function R3({
|
|
11567
11569
|
publication: e,
|
|
11568
11570
|
username: t,
|
|
11569
11571
|
id: n,
|
|
@@ -11632,7 +11634,7 @@ const Ye = {
|
|
|
11632
11634
|
intellectual: "Violación de propiedad intelectual",
|
|
11633
11635
|
bullying: "Bullying o acoso"
|
|
11634
11636
|
};
|
|
11635
|
-
function
|
|
11637
|
+
function L3(e) {
|
|
11636
11638
|
return Ye[e];
|
|
11637
11639
|
}
|
|
11638
11640
|
const gt = 300, Je = {
|
|
@@ -11640,7 +11642,7 @@ const gt = 300, Je = {
|
|
|
11640
11642
|
firstname: "Usuario",
|
|
11641
11643
|
lastname: "Anonimo"
|
|
11642
11644
|
};
|
|
11643
|
-
function
|
|
11645
|
+
function ip(e) {
|
|
11644
11646
|
const t = e.split(" ");
|
|
11645
11647
|
if (t.length !== 3) return e;
|
|
11646
11648
|
const [n, s, r] = t, o = s.charAt(0).toUpperCase() + s.slice(1).toLowerCase();
|
|
@@ -11658,13 +11660,13 @@ const ka = (e, t) => {
|
|
|
11658
11660
|
} catch {
|
|
11659
11661
|
return [];
|
|
11660
11662
|
}
|
|
11661
|
-
},
|
|
11663
|
+
}, cp = (e, t) => {
|
|
11662
11664
|
const n = Ur(e);
|
|
11663
11665
|
n.includes(t) || (n.push(t), e.cookie = `reported=${encodeURIComponent(
|
|
11664
11666
|
JSON.stringify(n)
|
|
11665
11667
|
)}; path=/; max-age=${3600 * 24 * 1}`);
|
|
11666
11668
|
};
|
|
11667
|
-
function
|
|
11669
|
+
function lp(e) {
|
|
11668
11670
|
const [t, n] = e.split("@");
|
|
11669
11671
|
if (!t || !n) return e;
|
|
11670
11672
|
let s = "";
|
|
@@ -11677,7 +11679,7 @@ function ip(e) {
|
|
|
11677
11679
|
}
|
|
11678
11680
|
var rn = { exports: {} }, on = { exports: {} }, ne = {};
|
|
11679
11681
|
var Ss;
|
|
11680
|
-
function
|
|
11682
|
+
function dp() {
|
|
11681
11683
|
if (Ss) return ne;
|
|
11682
11684
|
Ss = 1;
|
|
11683
11685
|
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 +11746,19 @@ function cp() {
|
|
|
11744
11746
|
}
|
|
11745
11747
|
var ae = {};
|
|
11746
11748
|
var Es;
|
|
11747
|
-
function
|
|
11749
|
+
function up() {
|
|
11748
11750
|
return Es || (Es = 1, process.env.NODE_ENV !== "production" && (function() {
|
|
11749
11751
|
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
|
-
|
|
11752
|
+
function _(L) {
|
|
11753
|
+
return typeof L == "string" || typeof L == "function" || // Note: its typeof might be other than 'symbol' or 'number' if it's a polyfill.
|
|
11754
|
+
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
11755
|
}
|
|
11754
|
-
function E(
|
|
11755
|
-
if (typeof
|
|
11756
|
-
var ye =
|
|
11756
|
+
function E(L) {
|
|
11757
|
+
if (typeof L == "object" && L !== null) {
|
|
11758
|
+
var ye = L.$$typeof;
|
|
11757
11759
|
switch (ye) {
|
|
11758
11760
|
case t:
|
|
11759
|
-
var $t =
|
|
11761
|
+
var $t = L.type;
|
|
11760
11762
|
switch ($t) {
|
|
11761
11763
|
case d:
|
|
11762
11764
|
case l:
|
|
@@ -11766,14 +11768,14 @@ function lp() {
|
|
|
11766
11768
|
case m:
|
|
11767
11769
|
return $t;
|
|
11768
11770
|
default:
|
|
11769
|
-
var
|
|
11770
|
-
switch (
|
|
11771
|
+
var La = $t && $t.$$typeof;
|
|
11772
|
+
switch (La) {
|
|
11771
11773
|
case c:
|
|
11772
11774
|
case u:
|
|
11773
11775
|
case g:
|
|
11774
11776
|
case p:
|
|
11775
11777
|
case i:
|
|
11776
|
-
return
|
|
11778
|
+
return La;
|
|
11777
11779
|
default:
|
|
11778
11780
|
return ye;
|
|
11779
11781
|
}
|
|
@@ -11784,54 +11786,54 @@ function lp() {
|
|
|
11784
11786
|
}
|
|
11785
11787
|
}
|
|
11786
11788
|
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(
|
|
11789
|
+
function z(L) {
|
|
11790
|
+
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
11791
|
}
|
|
11790
|
-
function y(
|
|
11791
|
-
return E(
|
|
11792
|
+
function y(L) {
|
|
11793
|
+
return E(L) === l;
|
|
11792
11794
|
}
|
|
11793
|
-
function S(
|
|
11794
|
-
return E(
|
|
11795
|
+
function S(L) {
|
|
11796
|
+
return E(L) === c;
|
|
11795
11797
|
}
|
|
11796
|
-
function L
|
|
11797
|
-
return E(
|
|
11798
|
+
function R(L) {
|
|
11799
|
+
return E(L) === i;
|
|
11798
11800
|
}
|
|
11799
|
-
function j(
|
|
11800
|
-
return typeof
|
|
11801
|
+
function j(L) {
|
|
11802
|
+
return typeof L == "object" && L !== null && L.$$typeof === t;
|
|
11801
11803
|
}
|
|
11802
|
-
function B(
|
|
11803
|
-
return E(
|
|
11804
|
+
function B(L) {
|
|
11805
|
+
return E(L) === u;
|
|
11804
11806
|
}
|
|
11805
|
-
function H(
|
|
11806
|
-
return E(
|
|
11807
|
+
function H(L) {
|
|
11808
|
+
return E(L) === s;
|
|
11807
11809
|
}
|
|
11808
|
-
function V(
|
|
11809
|
-
return E(
|
|
11810
|
+
function V(L) {
|
|
11811
|
+
return E(L) === g;
|
|
11810
11812
|
}
|
|
11811
|
-
function F(
|
|
11812
|
-
return E(
|
|
11813
|
+
function F(L) {
|
|
11814
|
+
return E(L) === p;
|
|
11813
11815
|
}
|
|
11814
|
-
function Z(
|
|
11815
|
-
return E(
|
|
11816
|
+
function Z(L) {
|
|
11817
|
+
return E(L) === n;
|
|
11816
11818
|
}
|
|
11817
|
-
function X(
|
|
11818
|
-
return E(
|
|
11819
|
+
function X(L) {
|
|
11820
|
+
return E(L) === o;
|
|
11819
11821
|
}
|
|
11820
|
-
function $(
|
|
11821
|
-
return E(
|
|
11822
|
+
function $(L) {
|
|
11823
|
+
return E(L) === r;
|
|
11822
11824
|
}
|
|
11823
|
-
function ie(
|
|
11824
|
-
return E(
|
|
11825
|
+
function ie(L) {
|
|
11826
|
+
return E(L) === m;
|
|
11825
11827
|
}
|
|
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 =
|
|
11828
|
+
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
11829
|
})()), ae;
|
|
11828
11830
|
}
|
|
11829
11831
|
var xs;
|
|
11830
11832
|
function Ua() {
|
|
11831
|
-
return xs || (xs = 1, process.env.NODE_ENV === "production" ? on.exports =
|
|
11833
|
+
return xs || (xs = 1, process.env.NODE_ENV === "production" ? on.exports = dp() : on.exports = up()), on.exports;
|
|
11832
11834
|
}
|
|
11833
11835
|
var Jn, Is;
|
|
11834
|
-
function
|
|
11836
|
+
function mp() {
|
|
11835
11837
|
if (Is) return Jn;
|
|
11836
11838
|
Is = 1;
|
|
11837
11839
|
var e = Object.getOwnPropertySymbols, t = Object.prototype.hasOwnProperty, n = Object.prototype.propertyIsEnumerable;
|
|
@@ -11888,7 +11890,7 @@ function qr() {
|
|
|
11888
11890
|
return ks || (ks = 1, Xn = Function.call.bind(Object.prototype.hasOwnProperty)), Xn;
|
|
11889
11891
|
}
|
|
11890
11892
|
var ea, Us;
|
|
11891
|
-
function
|
|
11893
|
+
function hp() {
|
|
11892
11894
|
if (Us) return ea;
|
|
11893
11895
|
Us = 1;
|
|
11894
11896
|
var e = function() {
|
|
@@ -11937,10 +11939,10 @@ function up() {
|
|
|
11937
11939
|
}, ea = r, ea;
|
|
11938
11940
|
}
|
|
11939
11941
|
var ta, qs;
|
|
11940
|
-
function
|
|
11942
|
+
function fp() {
|
|
11941
11943
|
if (qs) return ta;
|
|
11942
11944
|
qs = 1;
|
|
11943
|
-
var e = Ua(), t =
|
|
11945
|
+
var e = Ua(), t = mp(), n = /* @__PURE__ */ qa(), s = /* @__PURE__ */ qr(), r = /* @__PURE__ */ hp(), o = function() {
|
|
11944
11946
|
};
|
|
11945
11947
|
process.env.NODE_ENV !== "production" && (o = function(c) {
|
|
11946
11948
|
var d = "Warning: " + c;
|
|
@@ -11990,20 +11992,20 @@ function mp() {
|
|
|
11990
11992
|
A.prototype = Error.prototype;
|
|
11991
11993
|
function w(y) {
|
|
11992
11994
|
if (process.env.NODE_ENV !== "production")
|
|
11993
|
-
var S = {},
|
|
11995
|
+
var S = {}, R = 0;
|
|
11994
11996
|
function j(H, V, F, Z, X, $, ie) {
|
|
11995
11997
|
if (Z = Z || h, $ = $ || F, ie !== n) {
|
|
11996
11998
|
if (d) {
|
|
11997
|
-
var
|
|
11999
|
+
var L = new Error(
|
|
11998
12000
|
"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
12001
|
);
|
|
12000
|
-
throw
|
|
12002
|
+
throw L.name = "Invariant Violation", L;
|
|
12001
12003
|
} else if (process.env.NODE_ENV !== "production" && typeof console < "u") {
|
|
12002
12004
|
var ye = Z + ":" + F;
|
|
12003
12005
|
!S[ye] && // Avoid spamming the console because they are often not actionable except for lib authors
|
|
12004
|
-
|
|
12006
|
+
R < 3 && (o(
|
|
12005
12007
|
"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,
|
|
12008
|
+
), S[ye] = !0, R++);
|
|
12007
12009
|
}
|
|
12008
12010
|
}
|
|
12009
12011
|
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 +12014,8 @@ function mp() {
|
|
|
12012
12014
|
return B.isRequired = j.bind(null, !0), B;
|
|
12013
12015
|
}
|
|
12014
12016
|
function v(y) {
|
|
12015
|
-
function S(
|
|
12016
|
-
var Z =
|
|
12017
|
+
function S(R, j, B, H, V, F) {
|
|
12018
|
+
var Z = R[j], X = x(Z);
|
|
12017
12019
|
if (X !== y) {
|
|
12018
12020
|
var $ = D(Z);
|
|
12019
12021
|
return new A(
|
|
@@ -12029,10 +12031,10 @@ function mp() {
|
|
|
12029
12031
|
return w(i);
|
|
12030
12032
|
}
|
|
12031
12033
|
function _(y) {
|
|
12032
|
-
function S(
|
|
12034
|
+
function S(R, j, B, H, V) {
|
|
12033
12035
|
if (typeof y != "function")
|
|
12034
12036
|
return new A("Property `" + V + "` of component `" + B + "` has invalid PropType notation inside arrayOf.");
|
|
12035
|
-
var F =
|
|
12037
|
+
var F = R[j];
|
|
12036
12038
|
if (!Array.isArray(F)) {
|
|
12037
12039
|
var Z = x(F);
|
|
12038
12040
|
return new A("Invalid " + H + " `" + V + "` of type " + ("`" + Z + "` supplied to `" + B + "`, expected an array."));
|
|
@@ -12047,8 +12049,8 @@ function mp() {
|
|
|
12047
12049
|
return w(S);
|
|
12048
12050
|
}
|
|
12049
12051
|
function E() {
|
|
12050
|
-
function y(S,
|
|
12051
|
-
var V = S[
|
|
12052
|
+
function y(S, R, j, B, H) {
|
|
12053
|
+
var V = S[R];
|
|
12052
12054
|
if (!c(V)) {
|
|
12053
12055
|
var F = x(V);
|
|
12054
12056
|
return new A("Invalid " + B + " `" + H + "` of type " + ("`" + F + "` supplied to `" + j + "`, expected a single ReactElement."));
|
|
@@ -12058,8 +12060,8 @@ function mp() {
|
|
|
12058
12060
|
return w(y);
|
|
12059
12061
|
}
|
|
12060
12062
|
function b() {
|
|
12061
|
-
function y(S,
|
|
12062
|
-
var V = S[
|
|
12063
|
+
function y(S, R, j, B, H) {
|
|
12064
|
+
var V = S[R];
|
|
12063
12065
|
if (!e.isValidElementType(V)) {
|
|
12064
12066
|
var F = x(V);
|
|
12065
12067
|
return new A("Invalid " + B + " `" + H + "` of type " + ("`" + F + "` supplied to `" + j + "`, expected a single ReactElement type."));
|
|
@@ -12069,9 +12071,9 @@ function mp() {
|
|
|
12069
12071
|
return w(y);
|
|
12070
12072
|
}
|
|
12071
12073
|
function I(y) {
|
|
12072
|
-
function S(
|
|
12073
|
-
if (!(
|
|
12074
|
-
var F = y.name || h, Z = z(
|
|
12074
|
+
function S(R, j, B, H, V) {
|
|
12075
|
+
if (!(R[j] instanceof y)) {
|
|
12076
|
+
var F = y.name || h, Z = z(R[j]);
|
|
12075
12077
|
return new A("Invalid " + H + " `" + V + "` of type " + ("`" + Z + "` supplied to `" + B + "`, expected ") + ("instance of `" + F + "`."));
|
|
12076
12078
|
}
|
|
12077
12079
|
return null;
|
|
@@ -12083,23 +12085,23 @@ function mp() {
|
|
|
12083
12085
|
return process.env.NODE_ENV !== "production" && (arguments.length > 1 ? o(
|
|
12084
12086
|
"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
12087
|
) : o("Invalid argument supplied to oneOf, expected an array.")), i;
|
|
12086
|
-
function S(
|
|
12087
|
-
for (var F =
|
|
12088
|
+
function S(R, j, B, H, V) {
|
|
12089
|
+
for (var F = R[j], Z = 0; Z < y.length; Z++)
|
|
12088
12090
|
if (g(F, y[Z]))
|
|
12089
12091
|
return null;
|
|
12090
|
-
var X = JSON.stringify(y, function(ie,
|
|
12091
|
-
var ye = D(
|
|
12092
|
-
return ye === "symbol" ? String(
|
|
12092
|
+
var X = JSON.stringify(y, function(ie, L) {
|
|
12093
|
+
var ye = D(L);
|
|
12094
|
+
return ye === "symbol" ? String(L) : L;
|
|
12093
12095
|
});
|
|
12094
12096
|
return new A("Invalid " + H + " `" + V + "` of value `" + String(F) + "` " + ("supplied to `" + B + "`, expected one of " + X + "."));
|
|
12095
12097
|
}
|
|
12096
12098
|
return w(S);
|
|
12097
12099
|
}
|
|
12098
12100
|
function Q(y) {
|
|
12099
|
-
function S(
|
|
12101
|
+
function S(R, j, B, H, V) {
|
|
12100
12102
|
if (typeof y != "function")
|
|
12101
12103
|
return new A("Property `" + V + "` of component `" + B + "` has invalid PropType notation inside objectOf.");
|
|
12102
|
-
var F =
|
|
12104
|
+
var F = R[j], Z = x(F);
|
|
12103
12105
|
if (Z !== "object")
|
|
12104
12106
|
return new A("Invalid " + H + " `" + V + "` of type " + ("`" + Z + "` supplied to `" + B + "`, expected an object."));
|
|
12105
12107
|
for (var X in F)
|
|
@@ -12116,18 +12118,18 @@ function mp() {
|
|
|
12116
12118
|
if (!Array.isArray(y))
|
|
12117
12119
|
return process.env.NODE_ENV !== "production" && o("Invalid argument supplied to oneOfType, expected an instance of array."), i;
|
|
12118
12120
|
for (var S = 0; S < y.length; S++) {
|
|
12119
|
-
var
|
|
12120
|
-
if (typeof
|
|
12121
|
+
var R = y[S];
|
|
12122
|
+
if (typeof R != "function")
|
|
12121
12123
|
return o(
|
|
12122
|
-
"Invalid argument supplied to oneOfType. Expected an array of check functions, but received " + T(
|
|
12124
|
+
"Invalid argument supplied to oneOfType. Expected an array of check functions, but received " + T(R) + " at index " + S + "."
|
|
12123
12125
|
), i;
|
|
12124
12126
|
}
|
|
12125
12127
|
function j(B, H, V, F, Z) {
|
|
12126
12128
|
for (var X = [], $ = 0; $ < y.length; $++) {
|
|
12127
|
-
var ie = y[$],
|
|
12128
|
-
if (
|
|
12129
|
+
var ie = y[$], L = ie(B, H, V, F, Z, n);
|
|
12130
|
+
if (L == null)
|
|
12129
12131
|
return null;
|
|
12130
|
-
|
|
12132
|
+
L.data && s(L.data, "expectedType") && X.push(L.data.expectedType);
|
|
12131
12133
|
}
|
|
12132
12134
|
var ye = X.length > 0 ? ", expected one of type [" + X.join(", ") + "]" : "";
|
|
12133
12135
|
return new A("Invalid " + F + " `" + Z + "` supplied to " + ("`" + V + "`" + ye + "."));
|
|
@@ -12135,19 +12137,19 @@ function mp() {
|
|
|
12135
12137
|
return w(j);
|
|
12136
12138
|
}
|
|
12137
12139
|
function G() {
|
|
12138
|
-
function y(S,
|
|
12139
|
-
return M(S[
|
|
12140
|
+
function y(S, R, j, B, H) {
|
|
12141
|
+
return M(S[R]) ? null : new A("Invalid " + B + " `" + H + "` supplied to " + ("`" + j + "`, expected a ReactNode."));
|
|
12140
12142
|
}
|
|
12141
12143
|
return w(y);
|
|
12142
12144
|
}
|
|
12143
|
-
function P(y, S,
|
|
12145
|
+
function P(y, S, R, j, B) {
|
|
12144
12146
|
return new A(
|
|
12145
|
-
(y || "React class") + ": " + S + " type `" +
|
|
12147
|
+
(y || "React class") + ": " + S + " type `" + R + "." + j + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + B + "`."
|
|
12146
12148
|
);
|
|
12147
12149
|
}
|
|
12148
12150
|
function te(y) {
|
|
12149
|
-
function S(
|
|
12150
|
-
var F =
|
|
12151
|
+
function S(R, j, B, H, V) {
|
|
12152
|
+
var F = R[j], Z = x(F);
|
|
12151
12153
|
if (Z !== "object")
|
|
12152
12154
|
return new A("Invalid " + H + " `" + V + "` of type `" + Z + "` " + ("supplied to `" + B + "`, expected `object`."));
|
|
12153
12155
|
for (var X in y) {
|
|
@@ -12163,23 +12165,23 @@ function mp() {
|
|
|
12163
12165
|
return w(S);
|
|
12164
12166
|
}
|
|
12165
12167
|
function ce(y) {
|
|
12166
|
-
function S(
|
|
12167
|
-
var F =
|
|
12168
|
+
function S(R, j, B, H, V) {
|
|
12169
|
+
var F = R[j], Z = x(F);
|
|
12168
12170
|
if (Z !== "object")
|
|
12169
12171
|
return new A("Invalid " + H + " `" + V + "` of type `" + Z + "` " + ("supplied to `" + B + "`, expected `object`."));
|
|
12170
|
-
var X = t({},
|
|
12172
|
+
var X = t({}, R[j], y);
|
|
12171
12173
|
for (var $ in X) {
|
|
12172
12174
|
var ie = y[$];
|
|
12173
12175
|
if (s(y, $) && typeof ie != "function")
|
|
12174
12176
|
return P(B, H, V, $, D(ie));
|
|
12175
12177
|
if (!ie)
|
|
12176
12178
|
return new A(
|
|
12177
|
-
"Invalid " + H + " `" + V + "` key `" + $ + "` supplied to `" + B + "`.\nBad object: " + JSON.stringify(
|
|
12179
|
+
"Invalid " + H + " `" + V + "` key `" + $ + "` supplied to `" + B + "`.\nBad object: " + JSON.stringify(R[j], null, " ") + `
|
|
12178
12180
|
Valid keys: ` + JSON.stringify(Object.keys(y), null, " ")
|
|
12179
12181
|
);
|
|
12180
|
-
var
|
|
12181
|
-
if (
|
|
12182
|
-
return
|
|
12182
|
+
var L = ie(F, $, B, H, V + "." + $, n);
|
|
12183
|
+
if (L)
|
|
12184
|
+
return L;
|
|
12183
12185
|
}
|
|
12184
12186
|
return null;
|
|
12185
12187
|
}
|
|
@@ -12200,13 +12202,13 @@ Valid keys: ` + JSON.stringify(Object.keys(y), null, " ")
|
|
|
12200
12202
|
return !0;
|
|
12201
12203
|
var S = m(y);
|
|
12202
12204
|
if (S) {
|
|
12203
|
-
var
|
|
12205
|
+
var R = S.call(y), j;
|
|
12204
12206
|
if (S !== y.entries) {
|
|
12205
|
-
for (; !(j =
|
|
12207
|
+
for (; !(j = R.next()).done; )
|
|
12206
12208
|
if (!M(j.value))
|
|
12207
12209
|
return !1;
|
|
12208
12210
|
} else
|
|
12209
|
-
for (; !(j =
|
|
12211
|
+
for (; !(j = R.next()).done; ) {
|
|
12210
12212
|
var B = j.value;
|
|
12211
12213
|
if (B && !M(B[1]))
|
|
12212
12214
|
return !1;
|
|
@@ -12257,10 +12259,10 @@ Valid keys: ` + JSON.stringify(Object.keys(y), null, " ")
|
|
|
12257
12259
|
return p.checkPropTypes = r, p.resetWarningCache = r.resetWarningCache, p.PropTypes = p, p;
|
|
12258
12260
|
}, ta;
|
|
12259
12261
|
}
|
|
12260
|
-
var na,
|
|
12261
|
-
function
|
|
12262
|
-
if (
|
|
12263
|
-
|
|
12262
|
+
var na, Rs;
|
|
12263
|
+
function gp() {
|
|
12264
|
+
if (Rs) return na;
|
|
12265
|
+
Rs = 1;
|
|
12264
12266
|
var e = /* @__PURE__ */ qa();
|
|
12265
12267
|
function t() {
|
|
12266
12268
|
}
|
|
@@ -12305,19 +12307,19 @@ function hp() {
|
|
|
12305
12307
|
return o.PropTypes = o, o;
|
|
12306
12308
|
}, na;
|
|
12307
12309
|
}
|
|
12308
|
-
var
|
|
12309
|
-
function
|
|
12310
|
-
if (
|
|
12311
|
-
if (
|
|
12310
|
+
var Ls;
|
|
12311
|
+
function pp() {
|
|
12312
|
+
if (Ls) return rn.exports;
|
|
12313
|
+
if (Ls = 1, process.env.NODE_ENV !== "production") {
|
|
12312
12314
|
var e = Ua(), t = !0;
|
|
12313
|
-
rn.exports = /* @__PURE__ */
|
|
12315
|
+
rn.exports = /* @__PURE__ */ fp()(e.isElement, t);
|
|
12314
12316
|
} else
|
|
12315
|
-
rn.exports = /* @__PURE__ */
|
|
12317
|
+
rn.exports = /* @__PURE__ */ gp()();
|
|
12316
12318
|
return rn.exports;
|
|
12317
12319
|
}
|
|
12318
|
-
var
|
|
12319
|
-
const _e = /* @__PURE__ */ Nt(
|
|
12320
|
-
var
|
|
12320
|
+
var Ap = /* @__PURE__ */ pp();
|
|
12321
|
+
const _e = /* @__PURE__ */ Nt(Ap);
|
|
12322
|
+
var wp = ["sitekey", "onChange", "theme", "type", "tabindex", "onExpired", "onErrored", "size", "stoken", "grecaptcha", "badge", "hl", "isolated"];
|
|
12321
12323
|
function ha() {
|
|
12322
12324
|
return ha = Object.assign ? Object.assign.bind() : function(e) {
|
|
12323
12325
|
for (var t = 1; t < arguments.length; t++) {
|
|
@@ -12328,7 +12330,7 @@ function ha() {
|
|
|
12328
12330
|
return e;
|
|
12329
12331
|
}, ha.apply(this, arguments);
|
|
12330
12332
|
}
|
|
12331
|
-
function
|
|
12333
|
+
function yp(e, t) {
|
|
12332
12334
|
if (e == null) return {};
|
|
12333
12335
|
var n = {}, s = Object.keys(e), r, o;
|
|
12334
12336
|
for (o = 0; o < s.length; o++)
|
|
@@ -12340,7 +12342,7 @@ function cn(e) {
|
|
|
12340
12342
|
throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
|
|
12341
12343
|
return e;
|
|
12342
12344
|
}
|
|
12343
|
-
function
|
|
12345
|
+
function vp(e, t) {
|
|
12344
12346
|
e.prototype = Object.create(t.prototype), e.prototype.constructor = e, fa(e, t);
|
|
12345
12347
|
}
|
|
12346
12348
|
function fa(e, t) {
|
|
@@ -12349,7 +12351,7 @@ function fa(e, t) {
|
|
|
12349
12351
|
}, fa(e, t);
|
|
12350
12352
|
}
|
|
12351
12353
|
var Bn = /* @__PURE__ */ (function(e) {
|
|
12352
|
-
|
|
12354
|
+
vp(t, e);
|
|
12353
12355
|
function t() {
|
|
12354
12356
|
var s;
|
|
12355
12357
|
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 +12415,7 @@ var Bn = /* @__PURE__ */ (function(e) {
|
|
|
12413
12415
|
}, n.render = function() {
|
|
12414
12416
|
var r = this.props;
|
|
12415
12417
|
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 =
|
|
12418
|
+
var o = yp(r, wp);
|
|
12417
12419
|
return /* @__PURE__ */ Ba.createElement("div", ha({}, o, {
|
|
12418
12420
|
ref: this.handleRecaptchaRef
|
|
12419
12421
|
}));
|
|
@@ -12445,7 +12447,7 @@ Bn.defaultProps = {
|
|
|
12445
12447
|
badge: "bottomright"
|
|
12446
12448
|
};
|
|
12447
12449
|
var aa, Bs;
|
|
12448
|
-
function
|
|
12450
|
+
function bp() {
|
|
12449
12451
|
if (Bs) return aa;
|
|
12450
12452
|
Bs = 1;
|
|
12451
12453
|
var e = Ua(), t = {
|
|
@@ -12510,8 +12512,8 @@ function yp() {
|
|
|
12510
12512
|
}
|
|
12511
12513
|
return aa = p, aa;
|
|
12512
12514
|
}
|
|
12513
|
-
var
|
|
12514
|
-
const
|
|
12515
|
+
var Cp = bp();
|
|
12516
|
+
const _p = /* @__PURE__ */ Nt(Cp);
|
|
12515
12517
|
function ga() {
|
|
12516
12518
|
return ga = Object.assign || function(e) {
|
|
12517
12519
|
for (var t = 1; t < arguments.length; t++) {
|
|
@@ -12522,28 +12524,28 @@ function ga() {
|
|
|
12522
12524
|
return e;
|
|
12523
12525
|
}, ga.apply(this, arguments);
|
|
12524
12526
|
}
|
|
12525
|
-
function
|
|
12527
|
+
function Np(e, t) {
|
|
12526
12528
|
if (e == null) return {};
|
|
12527
12529
|
var n = {}, s = Object.keys(e), r, o;
|
|
12528
12530
|
for (o = 0; o < s.length; o++)
|
|
12529
12531
|
r = s[o], !(t.indexOf(r) >= 0) && (n[r] = e[r]);
|
|
12530
12532
|
return n;
|
|
12531
12533
|
}
|
|
12532
|
-
function
|
|
12534
|
+
function Sp(e, t) {
|
|
12533
12535
|
e.prototype = Object.create(t.prototype), e.prototype.constructor = e, e.__proto__ = t;
|
|
12534
12536
|
}
|
|
12535
|
-
var Be = {},
|
|
12536
|
-
function
|
|
12537
|
+
var Be = {}, Ep = 0;
|
|
12538
|
+
function xp(e, t) {
|
|
12537
12539
|
return t = t || {}, function(s) {
|
|
12538
12540
|
var r = s.displayName || s.name || "Component", o = /* @__PURE__ */ (function(c) {
|
|
12539
|
-
|
|
12541
|
+
Sp(d, c);
|
|
12540
12542
|
function d(u, m) {
|
|
12541
12543
|
var h;
|
|
12542
12544
|
return h = c.call(this, u, m) || this, h.state = {}, h.__scriptURL = "", h;
|
|
12543
12545
|
}
|
|
12544
12546
|
var l = d.prototype;
|
|
12545
12547
|
return l.asyncScriptLoaderGetScriptLoaderID = function() {
|
|
12546
|
-
return this.__scriptLoaderID || (this.__scriptLoaderID = "async-script-loader-" +
|
|
12548
|
+
return this.__scriptLoaderID || (this.__scriptLoaderID = "async-script-loader-" + Ep++), this.__scriptLoaderID;
|
|
12547
12549
|
}, l.setupScriptURL = function() {
|
|
12548
12550
|
return this.__scriptURL = typeof e == "function" ? e() : e, this.__scriptURL;
|
|
12549
12551
|
}, l.asyncScriptLoaderHandleLoad = function(m) {
|
|
@@ -12616,7 +12618,7 @@ function Sp(e, t) {
|
|
|
12616
12618
|
}, l.render = function() {
|
|
12617
12619
|
var m = t.globalName, h = this.props;
|
|
12618
12620
|
h.asyncScriptOnLoad;
|
|
12619
|
-
var p = h.forwardedRef, g =
|
|
12621
|
+
var p = h.forwardedRef, g = Np(h, ["asyncScriptOnLoad", "forwardedRef"]);
|
|
12620
12622
|
return m && typeof window < "u" && (g[m] = typeof window[m] < "u" ? window[m] : void 0), g.ref = p, rt(s, g);
|
|
12621
12623
|
}, d;
|
|
12622
12624
|
})(Gr), i = Ms(function(c, d) {
|
|
@@ -12626,51 +12628,51 @@ function Sp(e, t) {
|
|
|
12626
12628
|
});
|
|
12627
12629
|
return i.displayName = "AsyncScriptLoader(" + r + ")", i.propTypes = {
|
|
12628
12630
|
asyncScriptOnLoad: _e.func
|
|
12629
|
-
},
|
|
12631
|
+
}, _p(i, s);
|
|
12630
12632
|
};
|
|
12631
12633
|
}
|
|
12632
|
-
var pa = "onloadcallback",
|
|
12634
|
+
var pa = "onloadcallback", Ip = "grecaptcha";
|
|
12633
12635
|
function Aa() {
|
|
12634
12636
|
return typeof window < "u" && window.recaptchaOptions || {};
|
|
12635
12637
|
}
|
|
12636
|
-
function
|
|
12638
|
+
function Tp() {
|
|
12637
12639
|
var e = Aa(), t = e.useRecaptchaNet ? "recaptcha.net" : "www.google.com";
|
|
12638
12640
|
return e.enterprise ? "https://" + t + "/recaptcha/enterprise.js?onload=" + pa + "&render=explicit" : "https://" + t + "/recaptcha/api.js?onload=" + pa + "&render=explicit";
|
|
12639
12641
|
}
|
|
12640
|
-
const
|
|
12642
|
+
const Rr = xp(Tp, {
|
|
12641
12643
|
callbackName: pa,
|
|
12642
|
-
globalName:
|
|
12644
|
+
globalName: Ip,
|
|
12643
12645
|
attributes: Aa().nonce ? {
|
|
12644
12646
|
nonce: Aa().nonce
|
|
12645
12647
|
} : {}
|
|
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:
|
|
12648
|
+
})(Bn), kp = "_overlay_18ksj_1", Up = "_header_18ksj_18", qp = "_logo_18ksj_25", Rp = "_card_18ksj_32", Lp = "_close_18ksj_47", Bp = "_form_18ksj_71", Op = "_formUl_18ksj_80", Pp = "_field_18ksj_92", Dp = "_label_18ksj_99", Mp = "_input_18ksj_108", jp = "_error_18ksj_126", Qp = "_primary_18ksj_132", Gp = "_divider_18ksj_170", Hp = "_google_18ksj_196", zp = "_googleIcon_18ksj_226", Vp = "_spin_18ksj_259", Fp = "_checkboxRow_18ksj_281", $p = "_terms_18ksj_318", Wp = "_message_18ksj_349", Yp = "_passwordChecker_18ksj_354", Kp = "_valid_18ksj_373", Jp = "_invalid_18ksj_377", Zp = "_forgotPassword_18ksj_381", Xp = "_successContainer_18ksj_400", e9 = "_thumbsUp_18ksj_408", t9 = "_successMessage_18ksj_414", k = {
|
|
12649
|
+
overlay: kp,
|
|
12650
|
+
header: Up,
|
|
12651
|
+
logo: qp,
|
|
12652
|
+
card: Rp,
|
|
12653
|
+
close: Lp,
|
|
12654
|
+
form: Bp,
|
|
12655
|
+
formUl: Op,
|
|
12656
|
+
field: Pp,
|
|
12657
|
+
label: Dp,
|
|
12658
|
+
input: Mp,
|
|
12659
|
+
error: jp,
|
|
12660
|
+
primary: Qp,
|
|
12661
|
+
divider: Gp,
|
|
12662
|
+
google: Hp,
|
|
12663
|
+
googleIcon: zp,
|
|
12664
|
+
spin: Vp,
|
|
12665
|
+
checkboxRow: Fp,
|
|
12664
12666
|
switch: "_switch_18ksj_310",
|
|
12665
|
-
terms:
|
|
12666
|
-
message:
|
|
12667
|
-
passwordChecker:
|
|
12668
|
-
valid:
|
|
12669
|
-
invalid:
|
|
12670
|
-
forgotPassword:
|
|
12671
|
-
successContainer:
|
|
12672
|
-
thumbsUp:
|
|
12673
|
-
successMessage:
|
|
12667
|
+
terms: $p,
|
|
12668
|
+
message: Wp,
|
|
12669
|
+
passwordChecker: Yp,
|
|
12670
|
+
valid: Kp,
|
|
12671
|
+
invalid: Jp,
|
|
12672
|
+
forgotPassword: Zp,
|
|
12673
|
+
successContainer: Xp,
|
|
12674
|
+
thumbsUp: e9,
|
|
12675
|
+
successMessage: t9
|
|
12674
12676
|
}, Ze = () => /* @__PURE__ */ a(
|
|
12675
12677
|
"svg",
|
|
12676
12678
|
{
|
|
@@ -12682,7 +12684,7 @@ const Lr = Sp(xp, {
|
|
|
12682
12684
|
className: k.spin,
|
|
12683
12685
|
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
12686
|
}
|
|
12685
|
-
),
|
|
12687
|
+
), n9 = ({
|
|
12686
12688
|
isOpen: e,
|
|
12687
12689
|
onClose: t,
|
|
12688
12690
|
commentId: n,
|
|
@@ -12732,7 +12734,7 @@ const Lr = Sp(xp, {
|
|
|
12732
12734
|
})
|
|
12733
12735
|
})).json();
|
|
12734
12736
|
if (N.type === "success")
|
|
12735
|
-
|
|
12737
|
+
cp(document, n), c("success"), setTimeout(() => {
|
|
12736
12738
|
w();
|
|
12737
12739
|
}, 3e3);
|
|
12738
12740
|
else
|
|
@@ -12744,12 +12746,12 @@ const Lr = Sp(xp, {
|
|
|
12744
12746
|
}, w = () => {
|
|
12745
12747
|
c("form"), l(""), m(""), t();
|
|
12746
12748
|
};
|
|
12747
|
-
return !e || !n || !r ? null : /* @__PURE__ */ a("div", { className:
|
|
12749
|
+
return !e || !n || !r ? null : /* @__PURE__ */ a("div", { className: he.overlay, children: /* @__PURE__ */ f("div", { className: he.popup, children: [
|
|
12748
12750
|
/* @__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:
|
|
12751
|
+
/* @__PURE__ */ a("h2", { className: he.title, children: "Reportar Abuso" }),
|
|
12752
|
+
i === "loading" && /* @__PURE__ */ a("div", { className: he.loadingContainer, children: /* @__PURE__ */ a(Ze, {}) }),
|
|
12751
12753
|
i === "form" || i === "loading" ? /* @__PURE__ */ f(J, { children: [
|
|
12752
|
-
/* @__PURE__ */ a("div", { className:
|
|
12754
|
+
/* @__PURE__ */ a("div", { className: he.optionsContainer, children: g.map((v) => /* @__PURE__ */ f("label", { className: he.option, children: [
|
|
12753
12755
|
/* @__PURE__ */ a(
|
|
12754
12756
|
"input",
|
|
12755
12757
|
{
|
|
@@ -12758,15 +12760,15 @@ const Lr = Sp(xp, {
|
|
|
12758
12760
|
value: v.id,
|
|
12759
12761
|
checked: d === v.id,
|
|
12760
12762
|
onChange: (N) => l(N.target.value),
|
|
12761
|
-
className:
|
|
12763
|
+
className: he.radioInput
|
|
12762
12764
|
}
|
|
12763
12765
|
),
|
|
12764
|
-
/* @__PURE__ */ a("span", { className:
|
|
12765
|
-
/* @__PURE__ */ a("span", { className:
|
|
12766
|
+
/* @__PURE__ */ a("span", { className: he.radioCustom }),
|
|
12767
|
+
/* @__PURE__ */ a("span", { className: he.optionLabel, children: v.label })
|
|
12766
12768
|
] }, v.id)) }),
|
|
12767
|
-
u && /* @__PURE__ */ a("div", { className:
|
|
12769
|
+
u && /* @__PURE__ */ a("div", { className: he.errorMessage, children: u }),
|
|
12768
12770
|
/* @__PURE__ */ a(
|
|
12769
|
-
|
|
12771
|
+
Rr,
|
|
12770
12772
|
{
|
|
12771
12773
|
sitekey: o,
|
|
12772
12774
|
theme: "light",
|
|
@@ -12775,21 +12777,21 @@ const Lr = Sp(xp, {
|
|
|
12775
12777
|
onExpired: () => p("")
|
|
12776
12778
|
}
|
|
12777
12779
|
),
|
|
12778
|
-
/* @__PURE__ */ f("div", { className:
|
|
12779
|
-
/* @__PURE__ */ a("button", { onClick: w, className:
|
|
12780
|
+
/* @__PURE__ */ f("div", { className: he.buttons, children: [
|
|
12781
|
+
/* @__PURE__ */ a("button", { onClick: w, className: he.cancelButton, children: "Cancelar" }),
|
|
12780
12782
|
/* @__PURE__ */ a(
|
|
12781
12783
|
"button",
|
|
12782
12784
|
{
|
|
12783
12785
|
onClick: A,
|
|
12784
12786
|
disabled: !d,
|
|
12785
|
-
className:
|
|
12787
|
+
className: he.reportButton,
|
|
12786
12788
|
children: "Reportar"
|
|
12787
12789
|
}
|
|
12788
12790
|
)
|
|
12789
12791
|
] })
|
|
12790
12792
|
] }) : /* @__PURE__ */ f(J, { children: [
|
|
12791
|
-
/* @__PURE__ */ f("div", { className:
|
|
12792
|
-
/* @__PURE__ */ a("div", { className:
|
|
12793
|
+
/* @__PURE__ */ f("div", { className: he.successContainer, children: [
|
|
12794
|
+
/* @__PURE__ */ a("div", { className: he.thumbsUp, children: /* @__PURE__ */ a(
|
|
12793
12795
|
"svg",
|
|
12794
12796
|
{
|
|
12795
12797
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -12805,20 +12807,20 @@ const Lr = Sp(xp, {
|
|
|
12805
12807
|
)
|
|
12806
12808
|
}
|
|
12807
12809
|
) }),
|
|
12808
|
-
/* @__PURE__ */ a("p", { className:
|
|
12810
|
+
/* @__PURE__ */ a("p", { className: he.successMessage, children: "¡Gracias por reportar!" })
|
|
12809
12811
|
] }),
|
|
12810
|
-
/* @__PURE__ */ a("div", { className:
|
|
12812
|
+
/* @__PURE__ */ a("div", { className: he.buttons, children: /* @__PURE__ */ a(
|
|
12811
12813
|
"button",
|
|
12812
12814
|
{
|
|
12813
12815
|
onClick: w,
|
|
12814
|
-
className: [
|
|
12816
|
+
className: [he.closeButton, he.buttonAlone].join(" "),
|
|
12815
12817
|
children: "Cerrar"
|
|
12816
12818
|
}
|
|
12817
12819
|
) })
|
|
12818
12820
|
] })
|
|
12819
12821
|
] }) });
|
|
12820
12822
|
};
|
|
12821
|
-
function
|
|
12823
|
+
function a9(e) {
|
|
12822
12824
|
const t = /^\[\[([^\]]+)\]\]/, n = e.match(t);
|
|
12823
12825
|
return n ? {
|
|
12824
12826
|
user: {
|
|
@@ -12841,7 +12843,7 @@ function _n(e) {
|
|
|
12841
12843
|
text: n.text,
|
|
12842
12844
|
reply: n.reply ? _n({ comments: n.reply }).comments : n.reply
|
|
12843
12845
|
};
|
|
12844
|
-
const { user: s, text: r } =
|
|
12846
|
+
const { user: s, text: r } = a9(n.text);
|
|
12845
12847
|
return {
|
|
12846
12848
|
...n,
|
|
12847
12849
|
user: s || !1,
|
|
@@ -12854,7 +12856,7 @@ function _n(e) {
|
|
|
12854
12856
|
comments: t
|
|
12855
12857
|
};
|
|
12856
12858
|
}
|
|
12857
|
-
async function
|
|
12859
|
+
async function Ra({
|
|
12858
12860
|
publication: e,
|
|
12859
12861
|
path: t,
|
|
12860
12862
|
size: n = 5,
|
|
@@ -12866,7 +12868,7 @@ async function La({
|
|
|
12866
12868
|
}) {
|
|
12867
12869
|
const { PUBLIC_ENV: d } = Y();
|
|
12868
12870
|
if (d === "prod") {
|
|
12869
|
-
const l = await
|
|
12871
|
+
const l = await s9({
|
|
12870
12872
|
publication: e,
|
|
12871
12873
|
path: t,
|
|
12872
12874
|
size: n,
|
|
@@ -12885,7 +12887,7 @@ async function La({
|
|
|
12885
12887
|
return _n(u.data[0]);
|
|
12886
12888
|
}
|
|
12887
12889
|
}
|
|
12888
|
-
async function
|
|
12890
|
+
async function s9({
|
|
12889
12891
|
publication: e,
|
|
12890
12892
|
path: t,
|
|
12891
12893
|
size: n = 5,
|
|
@@ -12936,15 +12938,15 @@ async function n9({
|
|
|
12936
12938
|
throw v;
|
|
12937
12939
|
}
|
|
12938
12940
|
}
|
|
12939
|
-
const { PUBLIC_PUBLICATION_ID:
|
|
12941
|
+
const { PUBLIC_PUBLICATION_ID: r9 } = Y(), o9 = r9, i9 = (e) => {
|
|
12940
12942
|
const [t, n] = K(void 0);
|
|
12941
12943
|
return Me(() => {
|
|
12942
12944
|
if (t) return;
|
|
12943
12945
|
(async () => {
|
|
12944
12946
|
const { PUBLIC_X_SECURITY_TOKEN: r } = Y();
|
|
12945
12947
|
try {
|
|
12946
|
-
const o = await
|
|
12947
|
-
publication:
|
|
12948
|
+
const o = await Ra({
|
|
12949
|
+
publication: o9,
|
|
12948
12950
|
path: e ?? "",
|
|
12949
12951
|
size: 5,
|
|
12950
12952
|
sizereply: 2,
|
|
@@ -12959,10 +12961,10 @@ const { PUBLIC_PUBLICATION_ID: a9 } = Y(), s9 = a9, r9 = (e) => {
|
|
|
12959
12961
|
}
|
|
12960
12962
|
})();
|
|
12961
12963
|
}, [t]), { comments: t, setComments: n };
|
|
12962
|
-
},
|
|
12964
|
+
}, Lr = ({ username: e, date: t, DATE_CONFIG: n }) => /* @__PURE__ */ f("div", { className: "comment-header", children: [
|
|
12963
12965
|
/* @__PURE__ */ a("span", { className: "comment-username", children: e }),
|
|
12964
12966
|
/* @__PURE__ */ a("span", { className: "comment-header-dot", children: "•" }),
|
|
12965
|
-
/* @__PURE__ */ a("span", { className: "comment-date", children:
|
|
12967
|
+
/* @__PURE__ */ a("span", { className: "comment-date", children: ip(je(Number(t), n)) })
|
|
12966
12968
|
] }), Br = ({ user: e }) => /* @__PURE__ */ a("div", { className: "comment-avatar", children: e.picture ? /* @__PURE__ */ a(
|
|
12967
12969
|
"img",
|
|
12968
12970
|
{
|
|
@@ -13045,7 +13047,7 @@ const { PUBLIC_PUBLICATION_ID: a9 } = Y(), s9 = a9, r9 = (e) => {
|
|
|
13045
13047
|
const o = ka(e, t);
|
|
13046
13048
|
return /* @__PURE__ */ f("div", { className: "form-actions", children: [
|
|
13047
13049
|
/* @__PURE__ */ a(
|
|
13048
|
-
|
|
13050
|
+
Rr,
|
|
13049
13051
|
{
|
|
13050
13052
|
sitekey: r,
|
|
13051
13053
|
theme: "light",
|
|
@@ -13100,7 +13102,7 @@ const { PUBLIC_PUBLICATION_ID: a9 } = Y(), s9 = a9, r9 = (e) => {
|
|
|
13100
13102
|
]
|
|
13101
13103
|
}
|
|
13102
13104
|
);
|
|
13103
|
-
}, { PUBLIC_PUBLICATION_ID:
|
|
13105
|
+
}, { PUBLIC_PUBLICATION_ID: c9 } = Y(), l9 = c9, jr = async ({
|
|
13104
13106
|
path: e,
|
|
13105
13107
|
ref: t,
|
|
13106
13108
|
captchaToken: n,
|
|
@@ -13119,7 +13121,7 @@ const { PUBLIC_PUBLICATION_ID: a9 } = Y(), s9 = a9, r9 = (e) => {
|
|
|
13119
13121
|
method: "POST",
|
|
13120
13122
|
headers: { "Content-Type": "application/json" },
|
|
13121
13123
|
body: JSON.stringify({
|
|
13122
|
-
publication:
|
|
13124
|
+
publication: l9,
|
|
13123
13125
|
path: e,
|
|
13124
13126
|
id: o,
|
|
13125
13127
|
username: r.username,
|
|
@@ -13153,7 +13155,7 @@ const { PUBLIC_PUBLICATION_ID: a9 } = Y(), s9 = a9, r9 = (e) => {
|
|
|
13153
13155
|
} catch (d) {
|
|
13154
13156
|
return console.error("Error enviando comentario:", d), alert(d.message || "Error al enviar el comentario."), !1;
|
|
13155
13157
|
}
|
|
13156
|
-
},
|
|
13158
|
+
}, d9 = ({
|
|
13157
13159
|
replyingTo: e,
|
|
13158
13160
|
commentRef: t,
|
|
13159
13161
|
user: n,
|
|
@@ -13206,13 +13208,13 @@ const { PUBLIC_PUBLICATION_ID: a9 } = Y(), s9 = a9, r9 = (e) => {
|
|
|
13206
13208
|
}
|
|
13207
13209
|
)
|
|
13208
13210
|
] });
|
|
13209
|
-
},
|
|
13211
|
+
}, u9 = ({ reply: e, replyingTo: t, user: n, onFlag: s, DATE_CONFIG: r }) => {
|
|
13210
13212
|
const o = e.text;
|
|
13211
13213
|
let i = `${Je.firstname} ${Je.lastname ?? ""}`, c = Je.username;
|
|
13212
13214
|
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
13215
|
/* @__PURE__ */ a(Br, { user: e.user ? e.user : Je }),
|
|
13214
13216
|
/* @__PURE__ */ f("div", { style: { flex: 1 }, children: [
|
|
13215
|
-
/* @__PURE__ */ a(
|
|
13217
|
+
/* @__PURE__ */ a(Lr, { username: i, date: e.date.time, DATE_CONFIG: r }),
|
|
13216
13218
|
/* @__PURE__ */ f("div", { className: "comment-reply-to", children: [
|
|
13217
13219
|
"Respondiendo a ",
|
|
13218
13220
|
/* @__PURE__ */ a("strong", { children: t })
|
|
@@ -13222,7 +13224,7 @@ const { PUBLIC_PUBLICATION_ID: a9 } = Y(), s9 = a9, r9 = (e) => {
|
|
|
13222
13224
|
/* @__PURE__ */ a(Or, { isReply: !0, onFlag: () => s(e.id) })
|
|
13223
13225
|
] })
|
|
13224
13226
|
] }) });
|
|
13225
|
-
},
|
|
13227
|
+
}, m9 = ({ comment: e, replyingTo: t, path: n, user: s, handleReplyingTo: r, onFlag: o, CAPTCHA_KEY_V2: i, DATE_CONFIG: c }) => {
|
|
13226
13228
|
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
13229
|
let v = `${Je.firstname} ${Je.lastname ?? ""}`, N = Je.username;
|
|
13228
13230
|
e.user && (v = `${e.user.firstname} ${e.user.lastname ?? ""}`, N = e.user.username);
|
|
@@ -13237,7 +13239,7 @@ const { PUBLIC_PUBLICATION_ID: a9 } = Y(), s9 = a9, r9 = (e) => {
|
|
|
13237
13239
|
children: [
|
|
13238
13240
|
/* @__PURE__ */ a(Br, { user: e.user ? e.user : Je }),
|
|
13239
13241
|
/* @__PURE__ */ f("div", { style: { flex: 1 }, children: [
|
|
13240
|
-
/* @__PURE__ */ a(
|
|
13242
|
+
/* @__PURE__ */ a(Lr, { username: v, date: e.date.time, DATE_CONFIG: c }),
|
|
13241
13243
|
/* @__PURE__ */ a("p", { className: "comment-text", children: A }),
|
|
13242
13244
|
s?.username.toLowerCase() !== N.toLowerCase() && // No puedes responder ni reportar tus respuestas
|
|
13243
13245
|
/* @__PURE__ */ a(
|
|
@@ -13248,7 +13250,7 @@ const { PUBLIC_PUBLICATION_ID: a9 } = Y(), s9 = a9, r9 = (e) => {
|
|
|
13248
13250
|
}
|
|
13249
13251
|
),
|
|
13250
13252
|
t === e.id && s && /* @__PURE__ */ a(
|
|
13251
|
-
|
|
13253
|
+
d9,
|
|
13252
13254
|
{
|
|
13253
13255
|
replyingTo: t,
|
|
13254
13256
|
commentRef: w,
|
|
@@ -13261,7 +13263,7 @@ const { PUBLIC_PUBLICATION_ID: a9 } = Y(), s9 = a9, r9 = (e) => {
|
|
|
13261
13263
|
),
|
|
13262
13264
|
l.reply.length > 0 && /* @__PURE__ */ f("div", { className: "comment-replies", children: [
|
|
13263
13265
|
l.reply.map((E) => /* @__PURE__ */ a(
|
|
13264
|
-
|
|
13266
|
+
u9,
|
|
13265
13267
|
{
|
|
13266
13268
|
user: s,
|
|
13267
13269
|
reply: E,
|
|
@@ -13279,7 +13281,7 @@ const { PUBLIC_PUBLICATION_ID: a9 } = Y(), s9 = a9, r9 = (e) => {
|
|
|
13279
13281
|
const E = l.reply[l.reply.length - 1]?.id;
|
|
13280
13282
|
h(!0);
|
|
13281
13283
|
try {
|
|
13282
|
-
const I = await
|
|
13284
|
+
const I = await Ra({
|
|
13283
13285
|
publication: p ?? "",
|
|
13284
13286
|
path: n ?? "",
|
|
13285
13287
|
size: 2,
|
|
@@ -13302,7 +13304,7 @@ const { PUBLIC_PUBLICATION_ID: a9 } = Y(), s9 = a9, r9 = (e) => {
|
|
|
13302
13304
|
]
|
|
13303
13305
|
}
|
|
13304
13306
|
) });
|
|
13305
|
-
},
|
|
13307
|
+
}, h9 = ({
|
|
13306
13308
|
commentRef: e,
|
|
13307
13309
|
user: t,
|
|
13308
13310
|
path: n,
|
|
@@ -13349,7 +13351,7 @@ const { PUBLIC_PUBLICATION_ID: a9 } = Y(), s9 = a9, r9 = (e) => {
|
|
|
13349
13351
|
}
|
|
13350
13352
|
)
|
|
13351
13353
|
] });
|
|
13352
|
-
}, { PUBLIC_PUBLICATION_ID:
|
|
13354
|
+
}, { PUBLIC_PUBLICATION_ID: f9, PUBLIC_X_SECURITY_TOKEN: g9 } = Y(), Os = f9 ?? "", p9 = ({
|
|
13353
13355
|
isAuthenticated: e,
|
|
13354
13356
|
path: t,
|
|
13355
13357
|
user: n,
|
|
@@ -13359,7 +13361,7 @@ const { PUBLIC_PUBLICATION_ID: a9 } = Y(), s9 = a9, r9 = (e) => {
|
|
|
13359
13361
|
}) => {
|
|
13360
13362
|
const i = t.replaceAll("/", "|"), [c, d] = K(
|
|
13361
13363
|
void 0
|
|
13362
|
-
), [l, u] = K(""), { comments: m, setComments: h } =
|
|
13364
|
+
), [l, u] = K(""), { comments: m, setComments: h } = i9(i), [p, g] = Te.useState(!1), A = Te.useRef(null), w = (q) => {
|
|
13363
13365
|
u(l === q ? "" : q);
|
|
13364
13366
|
}, v = (q) => {
|
|
13365
13367
|
h(
|
|
@@ -13377,7 +13379,7 @@ const { PUBLIC_PUBLICATION_ID: a9 } = Y(), s9 = a9, r9 = (e) => {
|
|
|
13377
13379
|
g(!0);
|
|
13378
13380
|
const Q = q.id;
|
|
13379
13381
|
try {
|
|
13380
|
-
const ee = await
|
|
13382
|
+
const ee = await Ra({
|
|
13381
13383
|
publication: Os,
|
|
13382
13384
|
path: i ?? "",
|
|
13383
13385
|
size: 5,
|
|
@@ -13385,7 +13387,7 @@ const { PUBLIC_PUBLICATION_ID: a9 } = Y(), s9 = a9, r9 = (e) => {
|
|
|
13385
13387
|
id: void 0,
|
|
13386
13388
|
lastid: Q,
|
|
13387
13389
|
state: "5,6",
|
|
13388
|
-
apiToken:
|
|
13390
|
+
apiToken: g9
|
|
13389
13391
|
});
|
|
13390
13392
|
h({
|
|
13391
13393
|
morecomment: ee.morecomment ?? !1,
|
|
@@ -13399,7 +13401,7 @@ const { PUBLIC_PUBLICATION_ID: a9 } = Y(), s9 = a9, r9 = (e) => {
|
|
|
13399
13401
|
/* @__PURE__ */ a("div", { className: "comments-container", children: /* @__PURE__ */ a(pe, { title: E || e ? "COMENTARIOS" : !1, children: /* @__PURE__ */ f(J, { children: [
|
|
13400
13402
|
e && n && /* @__PURE__ */ f("div", { className: "comments-header", children: [
|
|
13401
13403
|
/* @__PURE__ */ a(
|
|
13402
|
-
|
|
13404
|
+
Gg,
|
|
13403
13405
|
{
|
|
13404
13406
|
user: n,
|
|
13405
13407
|
handleLogout: s,
|
|
@@ -13407,7 +13409,7 @@ const { PUBLIC_PUBLICATION_ID: a9 } = Y(), s9 = a9, r9 = (e) => {
|
|
|
13407
13409
|
}
|
|
13408
13410
|
),
|
|
13409
13411
|
/* @__PURE__ */ a(
|
|
13410
|
-
|
|
13412
|
+
h9,
|
|
13411
13413
|
{
|
|
13412
13414
|
commentRef: A,
|
|
13413
13415
|
user: n,
|
|
@@ -13424,7 +13426,7 @@ const { PUBLIC_PUBLICATION_ID: a9 } = Y(), s9 = a9, r9 = (e) => {
|
|
|
13424
13426
|
"data-isauthenticated": `${e}`,
|
|
13425
13427
|
children: [
|
|
13426
13428
|
m.comments.map((q) => /* @__PURE__ */ a(
|
|
13427
|
-
|
|
13429
|
+
m9,
|
|
13428
13430
|
{
|
|
13429
13431
|
comment: q,
|
|
13430
13432
|
replyingTo: l,
|
|
@@ -13451,7 +13453,7 @@ const { PUBLIC_PUBLICATION_ID: a9 } = Y(), s9 = a9, r9 = (e) => {
|
|
|
13451
13453
|
)
|
|
13452
13454
|
] }) }) }),
|
|
13453
13455
|
/* @__PURE__ */ a(
|
|
13454
|
-
|
|
13456
|
+
n9,
|
|
13455
13457
|
{
|
|
13456
13458
|
username: n?.username ?? void 0,
|
|
13457
13459
|
publication: Os,
|
|
@@ -13462,7 +13464,7 @@ const { PUBLIC_PUBLICATION_ID: a9 } = Y(), s9 = a9, r9 = (e) => {
|
|
|
13462
13464
|
}
|
|
13463
13465
|
)
|
|
13464
13466
|
] });
|
|
13465
|
-
},
|
|
13467
|
+
}, B3 = async (e, t) => {
|
|
13466
13468
|
if (!e) throw new Error("No action provided");
|
|
13467
13469
|
if (!t) throw new Error("No site key provided");
|
|
13468
13470
|
const n = window.grecaptcha;
|
|
@@ -13509,7 +13511,7 @@ const { PUBLIC_PUBLICATION_ID: a9 } = Y(), s9 = a9, r9 = (e) => {
|
|
|
13509
13511
|
test: (e) => /[^A-Za-z0-9]/.test(e)
|
|
13510
13512
|
}
|
|
13511
13513
|
];
|
|
13512
|
-
function
|
|
13514
|
+
function A9({ goToLogin: e, handleGoogleLogin: t, CAPTCHA_KEY: n }) {
|
|
13513
13515
|
const [s, r] = K({}), [o, i] = K(!1), [c, d] = K(!1), [l, u] = K(null), [m, h] = K(
|
|
13514
13516
|
"register"
|
|
13515
13517
|
), p = (v, N) => {
|
|
@@ -13729,7 +13731,7 @@ function g9({ goToLogin: e, handleGoogleLogin: t, CAPTCHA_KEY: n }) {
|
|
|
13729
13731
|
] })
|
|
13730
13732
|
] });
|
|
13731
13733
|
}
|
|
13732
|
-
function
|
|
13734
|
+
function w9({
|
|
13733
13735
|
onClose: e,
|
|
13734
13736
|
checkAuth: t,
|
|
13735
13737
|
goToRegister: n,
|
|
@@ -13739,7 +13741,7 @@ function p9({
|
|
|
13739
13741
|
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
13742
|
return console.log("CAPTCHA_KEY", r), /* @__PURE__ */ f(J, { children: [
|
|
13741
13743
|
o === "login" && /* @__PURE__ */ a(
|
|
13742
|
-
|
|
13744
|
+
y9,
|
|
13743
13745
|
{
|
|
13744
13746
|
email: c,
|
|
13745
13747
|
password: l,
|
|
@@ -13780,7 +13782,7 @@ function p9({
|
|
|
13780
13782
|
}
|
|
13781
13783
|
),
|
|
13782
13784
|
o === "forgot" && /* @__PURE__ */ a(
|
|
13783
|
-
|
|
13785
|
+
v9,
|
|
13784
13786
|
{
|
|
13785
13787
|
email: c,
|
|
13786
13788
|
setEmail: d,
|
|
@@ -13813,7 +13815,7 @@ function p9({
|
|
|
13813
13815
|
}
|
|
13814
13816
|
),
|
|
13815
13817
|
o === "changePassword" && /* @__PURE__ */ a(
|
|
13816
|
-
|
|
13818
|
+
b9,
|
|
13817
13819
|
{
|
|
13818
13820
|
email: c,
|
|
13819
13821
|
confirmationCode: m,
|
|
@@ -13862,7 +13864,7 @@ function p9({
|
|
|
13862
13864
|
}
|
|
13863
13865
|
),
|
|
13864
13866
|
o === "feedback" && /* @__PURE__ */ a(
|
|
13865
|
-
|
|
13867
|
+
C9,
|
|
13866
13868
|
{
|
|
13867
13869
|
onBackToLogin: () => {
|
|
13868
13870
|
I(null), i("login");
|
|
@@ -13871,7 +13873,7 @@ function p9({
|
|
|
13871
13873
|
)
|
|
13872
13874
|
] });
|
|
13873
13875
|
}
|
|
13874
|
-
function
|
|
13876
|
+
function y9({
|
|
13875
13877
|
email: e,
|
|
13876
13878
|
password: t,
|
|
13877
13879
|
showPassword: n,
|
|
@@ -13963,7 +13965,7 @@ function A9({
|
|
|
13963
13965
|
)
|
|
13964
13966
|
] });
|
|
13965
13967
|
}
|
|
13966
|
-
function
|
|
13968
|
+
function v9({
|
|
13967
13969
|
email: e,
|
|
13968
13970
|
setEmail: t,
|
|
13969
13971
|
loading: n,
|
|
@@ -14000,7 +14002,7 @@ function w9({
|
|
|
14000
14002
|
}
|
|
14001
14003
|
);
|
|
14002
14004
|
}
|
|
14003
|
-
function
|
|
14005
|
+
function b9({
|
|
14004
14006
|
email: e,
|
|
14005
14007
|
confirmationCode: t,
|
|
14006
14008
|
newPassword: n,
|
|
@@ -14024,7 +14026,7 @@ function y9({
|
|
|
14024
14026
|
children: [
|
|
14025
14027
|
/* @__PURE__ */ f("p", { className: k.message, children: [
|
|
14026
14028
|
"Hemos enviado un código de restablecimiento de contraseña en un mensaje de Correo electrónico a ",
|
|
14027
|
-
|
|
14029
|
+
lp(e),
|
|
14028
14030
|
". Ingrese el código y la contraseña nueva."
|
|
14029
14031
|
] }),
|
|
14030
14032
|
/* @__PURE__ */ f("ul", { className: k.formUl, children: [
|
|
@@ -14111,13 +14113,13 @@ function y9({
|
|
|
14111
14113
|
}
|
|
14112
14114
|
);
|
|
14113
14115
|
}
|
|
14114
|
-
function
|
|
14116
|
+
function C9({ onBackToLogin: e }) {
|
|
14115
14117
|
return /* @__PURE__ */ f("div", { className: k.form, children: [
|
|
14116
14118
|
/* @__PURE__ */ a("p", { className: k.success, children: "La contraseña fue cambiada con éxito" }),
|
|
14117
14119
|
/* @__PURE__ */ a("button", { type: "button", className: k.primary, onClick: e, children: "Iniciar Sesión" })
|
|
14118
14120
|
] });
|
|
14119
14121
|
}
|
|
14120
|
-
function
|
|
14122
|
+
function _9({
|
|
14121
14123
|
loginUrl: e,
|
|
14122
14124
|
onClose: t,
|
|
14123
14125
|
checkAuth: n,
|
|
@@ -14154,7 +14156,7 @@ function b9({
|
|
|
14154
14156
|
)
|
|
14155
14157
|
] }),
|
|
14156
14158
|
o === "login" && /* @__PURE__ */ a(
|
|
14157
|
-
|
|
14159
|
+
w9,
|
|
14158
14160
|
{
|
|
14159
14161
|
onClose: t,
|
|
14160
14162
|
checkAuth: n,
|
|
@@ -14164,7 +14166,7 @@ function b9({
|
|
|
14164
14166
|
}
|
|
14165
14167
|
),
|
|
14166
14168
|
o === "register" && /* @__PURE__ */ a(
|
|
14167
|
-
|
|
14169
|
+
A9,
|
|
14168
14170
|
{
|
|
14169
14171
|
handleGoogleLogin: c,
|
|
14170
14172
|
goToLogin: () => i("login"),
|
|
@@ -14175,7 +14177,7 @@ function b9({
|
|
|
14175
14177
|
}
|
|
14176
14178
|
);
|
|
14177
14179
|
}
|
|
14178
|
-
function
|
|
14180
|
+
function N9({
|
|
14179
14181
|
isAuthenticated: e,
|
|
14180
14182
|
setIsAuthenticated: t,
|
|
14181
14183
|
loginUrl: n,
|
|
@@ -14189,7 +14191,7 @@ function C9({
|
|
|
14189
14191
|
const [l, u] = Te.useState(!1);
|
|
14190
14192
|
return /* @__PURE__ */ f(J, { children: [
|
|
14191
14193
|
l && /* @__PURE__ */ a(
|
|
14192
|
-
|
|
14194
|
+
_9,
|
|
14193
14195
|
{
|
|
14194
14196
|
loginUrl: n,
|
|
14195
14197
|
icon: i,
|
|
@@ -14215,7 +14217,7 @@ function C9({
|
|
|
14215
14217
|
)
|
|
14216
14218
|
] }),
|
|
14217
14219
|
/* @__PURE__ */ a(
|
|
14218
|
-
|
|
14220
|
+
p9,
|
|
14219
14221
|
{
|
|
14220
14222
|
isAuthenticated: e,
|
|
14221
14223
|
handleLogout: async () => {
|
|
@@ -14232,7 +14234,7 @@ function C9({
|
|
|
14232
14234
|
)
|
|
14233
14235
|
] });
|
|
14234
14236
|
}
|
|
14235
|
-
function
|
|
14237
|
+
function S9({
|
|
14236
14238
|
isVisible: e,
|
|
14237
14239
|
path: t,
|
|
14238
14240
|
icon: n,
|
|
@@ -14278,7 +14280,7 @@ function _9({
|
|
|
14278
14280
|
}
|
|
14279
14281
|
);
|
|
14280
14282
|
return o === null ? h : e ? /* @__PURE__ */ a(
|
|
14281
|
-
|
|
14283
|
+
N9,
|
|
14282
14284
|
{
|
|
14283
14285
|
icon: n,
|
|
14284
14286
|
isAuthenticated: o,
|
|
@@ -14292,7 +14294,7 @@ function _9({
|
|
|
14292
14294
|
}
|
|
14293
14295
|
) : h;
|
|
14294
14296
|
}
|
|
14295
|
-
const
|
|
14297
|
+
const O3 = ({
|
|
14296
14298
|
render: e,
|
|
14297
14299
|
internalPath: t,
|
|
14298
14300
|
section: n,
|
|
@@ -14319,7 +14321,7 @@ const R3 = ({
|
|
|
14319
14321
|
}, []);
|
|
14320
14322
|
const h = {
|
|
14321
14323
|
comment: /* @__PURE__ */ a(
|
|
14322
|
-
|
|
14324
|
+
S9,
|
|
14323
14325
|
{
|
|
14324
14326
|
path: t,
|
|
14325
14327
|
icon: o,
|
|
@@ -14329,7 +14331,7 @@ const R3 = ({
|
|
|
14329
14331
|
}
|
|
14330
14332
|
),
|
|
14331
14333
|
more: /* @__PURE__ */ a(
|
|
14332
|
-
|
|
14334
|
+
Mg,
|
|
14333
14335
|
{
|
|
14334
14336
|
section: n,
|
|
14335
14337
|
currentNews: s,
|
|
@@ -14350,7 +14352,7 @@ const R3 = ({
|
|
|
14350
14352
|
}
|
|
14351
14353
|
);
|
|
14352
14354
|
};
|
|
14353
|
-
async function
|
|
14355
|
+
async function P3({
|
|
14354
14356
|
publication: e,
|
|
14355
14357
|
path: t,
|
|
14356
14358
|
username: n,
|
|
@@ -14454,7 +14456,7 @@ async function B3({
|
|
|
14454
14456
|
};
|
|
14455
14457
|
}
|
|
14456
14458
|
}
|
|
14457
|
-
const
|
|
14459
|
+
const D3 = async ({
|
|
14458
14460
|
token: e,
|
|
14459
14461
|
projectId: t,
|
|
14460
14462
|
captchaKey: n,
|
|
@@ -14490,69 +14492,69 @@ const O3 = async ({
|
|
|
14490
14492
|
};
|
|
14491
14493
|
export {
|
|
14492
14494
|
vo as AssetsPreconnect,
|
|
14493
|
-
|
|
14494
|
-
|
|
14495
|
-
|
|
14495
|
+
k3 as AutorComponent,
|
|
14496
|
+
ru as AutorHeader1,
|
|
14497
|
+
pu as AutorHeader2,
|
|
14496
14498
|
we as BannerAdvertising,
|
|
14497
14499
|
st as BannerAdvertisingMiddle,
|
|
14498
|
-
|
|
14500
|
+
c3 as CarrouselCSR,
|
|
14499
14501
|
xt as CarrouselIRS,
|
|
14500
|
-
|
|
14501
|
-
|
|
14502
|
+
hf as CarruselCard,
|
|
14503
|
+
Cf as CarruselOpinion,
|
|
14502
14504
|
lt as CommonServices,
|
|
14503
14505
|
Hr as Comscore,
|
|
14504
|
-
|
|
14505
|
-
|
|
14506
|
-
|
|
14507
|
-
|
|
14506
|
+
N3 as ContactInfoServer,
|
|
14507
|
+
h3 as ContactInput,
|
|
14508
|
+
f3 as ContactSelect,
|
|
14509
|
+
g3 as ContactTextarea,
|
|
14508
14510
|
Ft as ContentLayout1,
|
|
14509
14511
|
ls as ContentLayoutTema,
|
|
14510
|
-
|
|
14511
|
-
|
|
14512
|
-
|
|
14512
|
+
x3 as DEBUG_MainSlots,
|
|
14513
|
+
g2 as DestacadoNoticias,
|
|
14514
|
+
X2 as DestacadoVideos,
|
|
14513
14515
|
uc as DynamicBlockServices,
|
|
14514
|
-
|
|
14516
|
+
E3 as DynamicComponents,
|
|
14515
14517
|
Yn as DynamicMainSlot,
|
|
14516
14518
|
Tr as DynamicSlot,
|
|
14517
|
-
|
|
14518
|
-
|
|
14519
|
-
|
|
14520
|
-
|
|
14519
|
+
v3 as EditorialBlock,
|
|
14520
|
+
m3 as ErrorComponent,
|
|
14521
|
+
Ro as Font,
|
|
14522
|
+
d3 as Footer,
|
|
14521
14523
|
yo as FormatAfterScripts,
|
|
14522
14524
|
zs as FormatScripts,
|
|
14523
14525
|
Vr as GA4,
|
|
14524
14526
|
Fr as GTM,
|
|
14525
|
-
|
|
14526
|
-
|
|
14527
|
-
|
|
14528
|
-
|
|
14529
|
-
|
|
14527
|
+
w0 as GalleryHeader,
|
|
14528
|
+
o3 as GenerateBody,
|
|
14529
|
+
r3 as GenerateHead,
|
|
14530
|
+
A3 as Header,
|
|
14531
|
+
T0 as IframeHeader,
|
|
14530
14532
|
al as ImageOffline,
|
|
14531
14533
|
qe as ImageOnline,
|
|
14532
14534
|
nl as ImageOnlineClient,
|
|
14533
|
-
|
|
14535
|
+
n3 as IssuuServices,
|
|
14534
14536
|
Io as ItemListSchema,
|
|
14535
|
-
|
|
14536
|
-
|
|
14537
|
+
_h as JournalistArticule2,
|
|
14538
|
+
Uh as JournalistGroup,
|
|
14537
14539
|
_r as LayoutNewsComponent,
|
|
14538
|
-
|
|
14540
|
+
O3 as LazyLoader,
|
|
14539
14541
|
O as LinkComponent,
|
|
14540
14542
|
j1 as LiveBlogHeader,
|
|
14541
|
-
|
|
14542
|
-
|
|
14543
|
+
i3 as Location,
|
|
14544
|
+
P9 as MainComponentServices,
|
|
14543
14545
|
$r as Marfeel,
|
|
14544
14546
|
mt as MiddleSection,
|
|
14545
14547
|
Ir as Modulo1x3,
|
|
14546
|
-
|
|
14547
|
-
|
|
14548
|
-
|
|
14549
|
-
|
|
14550
|
-
|
|
14551
|
-
|
|
14552
|
-
|
|
14553
|
-
|
|
14548
|
+
mf as Modulo1x3Card,
|
|
14549
|
+
V2 as Modulo1x4,
|
|
14550
|
+
Y2 as Modulo1x5,
|
|
14551
|
+
b3 as Modulo2Columnas,
|
|
14552
|
+
G2 as Modulo3Columnas,
|
|
14553
|
+
C3 as ModuloNewsletter,
|
|
14554
|
+
y3 as ModuloOpinion,
|
|
14555
|
+
Dg as NewListResponseDataPH,
|
|
14554
14556
|
To as NewsArticle,
|
|
14555
|
-
|
|
14557
|
+
I3 as NewsComponent,
|
|
14556
14558
|
la as NewsContent,
|
|
14557
14559
|
It as NewsDescriptionComponent,
|
|
14558
14560
|
vn as NextPrev,
|
|
@@ -14560,81 +14562,81 @@ export {
|
|
|
14560
14562
|
Qa as PreloadImages,
|
|
14561
14563
|
Ye as REPORT_REASONS,
|
|
14562
14564
|
Sa as Readest,
|
|
14563
|
-
|
|
14564
|
-
|
|
14565
|
+
q3 as ScriptHydrator,
|
|
14566
|
+
T3 as SearchSection,
|
|
14565
14567
|
pe as Section,
|
|
14566
14568
|
Xe as SectionCard,
|
|
14567
|
-
|
|
14569
|
+
Ln as SectionCard2,
|
|
14568
14570
|
ua as SectionCardServerComponent,
|
|
14569
|
-
|
|
14571
|
+
_3 as SectionServerComponent,
|
|
14570
14572
|
yc as ShowSection,
|
|
14571
|
-
|
|
14573
|
+
i0 as SocialNetworks,
|
|
14572
14574
|
Eo as SpeculationRules,
|
|
14573
|
-
|
|
14575
|
+
S3 as StaticSlotWrapper,
|
|
14574
14576
|
Al as SubscribeColumn,
|
|
14575
14577
|
kl as SubscribeRow,
|
|
14576
|
-
|
|
14577
|
-
|
|
14578
|
-
|
|
14578
|
+
l3 as SubscribeWhatsAppColumn,
|
|
14579
|
+
w3 as TagHeader,
|
|
14580
|
+
hh as TagSection,
|
|
14579
14581
|
V1 as TimeLine,
|
|
14580
|
-
|
|
14581
|
-
|
|
14582
|
-
|
|
14583
|
-
|
|
14584
|
-
|
|
14585
|
-
|
|
14582
|
+
q9 as TrimPathname,
|
|
14583
|
+
u3 as VideoBlock3,
|
|
14584
|
+
p3 as VideoBlock4,
|
|
14585
|
+
_0 as VideoEmbeddedHeader,
|
|
14586
|
+
U3 as VideoSection,
|
|
14587
|
+
E0 as VideoYoutubeHeader,
|
|
14586
14588
|
qo as VideosSchemas,
|
|
14587
14589
|
Uo as WebsiteList,
|
|
14588
|
-
|
|
14590
|
+
P3 as addComment,
|
|
14589
14591
|
wa as bannersReplace,
|
|
14590
14592
|
Mt as becomeVideoObject,
|
|
14591
14593
|
vt as buildTagUrl,
|
|
14592
14594
|
cd as coloringByStrokeSVGs,
|
|
14593
14595
|
Ta as compileStyleProps,
|
|
14594
14596
|
Qe as cutString,
|
|
14595
|
-
|
|
14597
|
+
k9 as extractRealtedNews,
|
|
14596
14598
|
je as formatDate,
|
|
14597
|
-
|
|
14599
|
+
T9 as formatDateEdiciones,
|
|
14598
14600
|
Qs as formatDateJournalistArticule,
|
|
14599
14601
|
uo as formatDateTimeline,
|
|
14600
14602
|
fo as formatNewsMeta,
|
|
14601
14603
|
Co as formatVideoData,
|
|
14602
|
-
|
|
14603
|
-
|
|
14604
|
-
|
|
14604
|
+
s3 as generalGetData,
|
|
14605
|
+
B3 as getCaptchaToken,
|
|
14606
|
+
s9 as getComments,
|
|
14605
14607
|
Y as getConfig,
|
|
14606
|
-
|
|
14608
|
+
a3 as getDynamicSlots,
|
|
14607
14609
|
jt as getEnvironmentUrl,
|
|
14608
14610
|
ho as getEnvironmentUrlFront,
|
|
14609
|
-
|
|
14611
|
+
B9 as getHydratorPath,
|
|
14610
14612
|
ge as getImageUrl,
|
|
14611
14613
|
Wt as getNextMeta,
|
|
14612
14614
|
Kt as getPage,
|
|
14613
14615
|
Na as getPlayIcon,
|
|
14614
|
-
|
|
14616
|
+
O9 as getPreloadImages,
|
|
14615
14617
|
Yt as getPrevMeta,
|
|
14616
|
-
|
|
14618
|
+
L3 as getReportReasonLabel,
|
|
14617
14619
|
Gs as getResponse,
|
|
14618
14620
|
mo as getResponsePromise,
|
|
14619
14621
|
ya as getSchemas,
|
|
14620
14622
|
Vs as getScriptReplaces,
|
|
14621
14623
|
Bo as getSlugs,
|
|
14622
|
-
|
|
14623
|
-
|
|
14624
|
-
|
|
14625
|
-
|
|
14624
|
+
R9 as getTypeOfNews,
|
|
14625
|
+
L9 as getVideoRealPath,
|
|
14626
|
+
Ra as handleGetComments,
|
|
14627
|
+
I9 as initLibrary,
|
|
14626
14628
|
wo as metadataToJSX,
|
|
14627
14629
|
hc as metadata_defaults,
|
|
14628
14630
|
Hs as parseTags,
|
|
14629
14631
|
go as pathnameSplit,
|
|
14630
|
-
|
|
14631
|
-
|
|
14632
|
-
|
|
14632
|
+
U9 as processExtractedRelatedNews,
|
|
14633
|
+
Lo as removePages,
|
|
14634
|
+
R3 as reportComment,
|
|
14633
14635
|
Md as shareButtons,
|
|
14634
14636
|
xa as socialIcons,
|
|
14635
14637
|
No as speculationRules,
|
|
14636
14638
|
_o as speculationRulesHome,
|
|
14637
14639
|
po as urlReplaces,
|
|
14638
14640
|
vr as usePlayIcon,
|
|
14639
|
-
|
|
14641
|
+
D3 as verifyCaptchaTokenEnterprise
|
|
14640
14642
|
};
|