sass-template-common 0.2.88 → 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 e5 {
|
|
|
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 t5 = 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 t5 = 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 a5({
|
|
|
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 a5({
|
|
|
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 s5 = ({
|
|
|
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" }),
|
|
@@ -6033,26 +6033,7 @@ const nl = (e) => {
|
|
|
6033
6033
|
socialNetworkIcon: Xl,
|
|
6034
6034
|
socialInstagram: ed,
|
|
6035
6035
|
socialNetworkIcon_stroke: td
|
|
6036
|
-
}, qn = (e) => /* @__PURE__ */ a(
|
|
6037
|
-
"svg",
|
|
6038
|
-
{
|
|
6039
|
-
width: "13",
|
|
6040
|
-
height: "22",
|
|
6041
|
-
viewBox: "0 0 13 22",
|
|
6042
|
-
fill: "none",
|
|
6043
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
6044
|
-
...e,
|
|
6045
|
-
children: /* @__PURE__ */ a(
|
|
6046
|
-
"path",
|
|
6047
|
-
{
|
|
6048
|
-
className: e.className,
|
|
6049
|
-
d: "M11.6659 1H8.99942C6.01924 1 4.0586 2.9084 4.0586 5.96183V8.25191H1.39213C1.15685 8.25191 1 8.40458 1 8.63359V11.916C1 12.145 1.15685 12.2977 1.39213 12.2977H4.0586V20.6183C4.0586 20.8473 4.21545 21 4.45073 21H7.97989C8.21516 21 8.37202 20.8473 8.37202 20.6183V12.2977H11.509C11.7443 12.2977 11.9012 12.145 11.9012 11.916V8.63359C11.9012 8.55725 11.8227 8.40458 11.7443 8.32824C11.6659 8.25191 11.5875 8.17557 11.4306 8.17557H8.29359V6.26718C8.29359 5.35115 8.52887 4.89313 9.78368 4.89313H11.5875C11.8227 4.89313 11.9796 4.74046 11.9796 4.51145V1.45802C12.058 1.15267 11.9012 1 11.6659 1Z",
|
|
6050
|
-
stroke: "black",
|
|
6051
|
-
strokeWidth: "1.6"
|
|
6052
|
-
}
|
|
6053
|
-
)
|
|
6054
|
-
}
|
|
6055
|
-
), nd = (e) => /* @__PURE__ */ a(
|
|
6036
|
+
}, qn = (e) => /* @__PURE__ */ a("svg", { width: "40", height: "40", viewBox: "0 0 40 40", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e, children: /* @__PURE__ */ a("path", { d: "M27.5444 6H23.9083C19.8444 6 17.1708 8.67176 17.1708 12.9466V16.1527H13.5347C13.2139 16.1527 13 16.3664 13 16.687V21.2824C13 21.6031 13.2139 21.8168 13.5347 21.8168H17.1708V33.4656C17.1708 33.7863 17.3847 34 17.7055 34H22.518C22.8389 34 23.0527 33.7863 23.0527 33.4656V21.8168H27.3305C27.6513 21.8168 27.8652 21.6031 27.8652 21.2824V16.687C27.8652 16.5802 27.7583 16.3664 27.6513 16.2595C27.5444 16.1527 27.4375 16.0458 27.2236 16.0458H22.9458V13.374C22.9458 12.0916 23.2666 11.4504 24.9777 11.4504H27.4375C27.7583 11.4504 27.9722 11.2366 27.9722 10.916V6.64122C28.0791 6.21374 27.8652 6 27.5444 6Z", stroke: "#162950", "stroke-width": "1.6" }) }), nd = (e) => /* @__PURE__ */ a(
|
|
6056
6037
|
"svg",
|
|
6057
6038
|
{
|
|
6058
6039
|
...e,
|
|
@@ -6078,7 +6059,7 @@ const nl = (e) => {
|
|
|
6078
6059
|
}
|
|
6079
6060
|
)
|
|
6080
6061
|
}
|
|
6081
|
-
),
|
|
6062
|
+
), Rn = (e) => {
|
|
6082
6063
|
const t = "currentColor";
|
|
6083
6064
|
return /* @__PURE__ */ f(
|
|
6084
6065
|
"svg",
|
|
@@ -6220,7 +6201,7 @@ const nl = (e) => {
|
|
|
6220
6201
|
}
|
|
6221
6202
|
), cd = ["telegram"], xa = {
|
|
6222
6203
|
facebook: (e) => /* @__PURE__ */ a(qn, { ...e }),
|
|
6223
|
-
instagram: (e) => /* @__PURE__ */ a(
|
|
6204
|
+
instagram: (e) => /* @__PURE__ */ a(Rn, { ...e }),
|
|
6224
6205
|
whatsapp: (e) => /* @__PURE__ */ a(od, { ...e }),
|
|
6225
6206
|
tiktok: (e) => /* @__PURE__ */ a(rd, { ...e }),
|
|
6226
6207
|
youtube: (e) => /* @__PURE__ */ a(id, { ...e }),
|
|
@@ -6228,7 +6209,7 @@ const nl = (e) => {
|
|
|
6228
6209
|
gnews: (e) => /* @__PURE__ */ a(nd, { ...e }),
|
|
6229
6210
|
podcast: (e) => /* @__PURE__ */ a(ad, { ...e }),
|
|
6230
6211
|
telegram: (e) => /* @__PURE__ */ a(sd, { ...e })
|
|
6231
|
-
},
|
|
6212
|
+
}, d3 = (e) => {
|
|
6232
6213
|
const { freeZone: t, socials: n, menu: s, customBlock: r } = e;
|
|
6233
6214
|
return /* @__PURE__ */ f("footer", { className: ve.content, children: [
|
|
6234
6215
|
/* @__PURE__ */ f("section", { className: ve.brandContent, children: [
|
|
@@ -6312,7 +6293,7 @@ const nl = (e) => {
|
|
|
6312
6293
|
whatsappLink: kd,
|
|
6313
6294
|
clipboardButton: Ud,
|
|
6314
6295
|
googleProfileButton: qd
|
|
6315
|
-
},
|
|
6296
|
+
}, Rd = (e) => /* @__PURE__ */ a(
|
|
6316
6297
|
"svg",
|
|
6317
6298
|
{
|
|
6318
6299
|
width: "13",
|
|
@@ -6333,7 +6314,7 @@ const nl = (e) => {
|
|
|
6333
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" }),
|
|
6334
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" }),
|
|
6335
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" })
|
|
6336
|
-
] }),
|
|
6317
|
+
] }), Ld = (e) => /* @__PURE__ */ f(
|
|
6337
6318
|
"svg",
|
|
6338
6319
|
{
|
|
6339
6320
|
width: "25",
|
|
@@ -6426,7 +6407,7 @@ const nl = (e) => {
|
|
|
6426
6407
|
url: (e) => `https://www.facebook.com/sharer/sharer.php?u=${encodeURIComponent(e)}`,
|
|
6427
6408
|
icon: {
|
|
6428
6409
|
outline: (e) => /* @__PURE__ */ a(Od, { className: e }),
|
|
6429
|
-
solid: (e) => /* @__PURE__ */ a(
|
|
6410
|
+
solid: (e) => /* @__PURE__ */ a(Rd, { className: e })
|
|
6430
6411
|
}
|
|
6431
6412
|
},
|
|
6432
6413
|
X: {
|
|
@@ -6446,7 +6427,7 @@ const nl = (e) => {
|
|
|
6446
6427
|
Email: {
|
|
6447
6428
|
url: (e) => `mailto:?body=${encodeURIComponent(e)}`,
|
|
6448
6429
|
icon: {
|
|
6449
|
-
outline: (e) => /* @__PURE__ */ a(
|
|
6430
|
+
outline: (e) => /* @__PURE__ */ a(Ld, { className: e }),
|
|
6450
6431
|
solid: (e) => /* @__PURE__ */ a(Bd, { className: e })
|
|
6451
6432
|
}
|
|
6452
6433
|
},
|
|
@@ -6511,7 +6492,7 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
6511
6492
|
correspondent: Vd,
|
|
6512
6493
|
iframeStyled: Fd,
|
|
6513
6494
|
contentFrame: $d
|
|
6514
|
-
},
|
|
6495
|
+
}, u3 = (e) => {
|
|
6515
6496
|
const t = () => e?.video.main.author ? `${e?.video.main.author} - ${je(
|
|
6516
6497
|
e.video.info.date.created
|
|
6517
6498
|
)}` : e?.video.main.author;
|
|
@@ -6665,7 +6646,7 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
6665
6646
|
sectionDescription: o1,
|
|
6666
6647
|
articule: i1,
|
|
6667
6648
|
linkStyled: c1
|
|
6668
|
-
},
|
|
6649
|
+
}, Ln = (e) => {
|
|
6669
6650
|
const {
|
|
6670
6651
|
isVideo: t,
|
|
6671
6652
|
info: n,
|
|
@@ -6743,7 +6724,7 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
6743
6724
|
title: f1,
|
|
6744
6725
|
description: g1,
|
|
6745
6726
|
linkStyled: p1
|
|
6746
|
-
},
|
|
6727
|
+
}, m3 = (e) => {
|
|
6747
6728
|
const t = e.logo;
|
|
6748
6729
|
return /* @__PURE__ */ f("section", { className: pt.content, children: [
|
|
6749
6730
|
e.backgroundImgURL && /* @__PURE__ */ a("img", { className: pt.before, src: e.backgroundImgURL, alt: "" }),
|
|
@@ -6760,7 +6741,7 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
6760
6741
|
label: y1,
|
|
6761
6742
|
required: v1,
|
|
6762
6743
|
input: b1
|
|
6763
|
-
},
|
|
6744
|
+
}, h3 = (e) => /* @__PURE__ */ f("div", { className: Ut.content, children: [
|
|
6764
6745
|
/* @__PURE__ */ f("div", { className: Ut.contentLabel, children: [
|
|
6765
6746
|
/* @__PURE__ */ a("label", { className: Ut.label, children: e.label }),
|
|
6766
6747
|
e.required && /* @__PURE__ */ a("span", { className: Ut.required, children: "*" })
|
|
@@ -6772,7 +6753,7 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
6772
6753
|
label: N1,
|
|
6773
6754
|
required: S1,
|
|
6774
6755
|
input: E1
|
|
6775
|
-
},
|
|
6756
|
+
}, f3 = (e) => /* @__PURE__ */ f("div", { className: qt.content, children: [
|
|
6776
6757
|
/* @__PURE__ */ f("div", { className: qt.contentLabel, children: [
|
|
6777
6758
|
/* @__PURE__ */ a("label", { className: qt.label, children: e.label }),
|
|
6778
6759
|
e.required && /* @__PURE__ */ a("span", { className: qt.required, children: "*" })
|
|
@@ -6785,15 +6766,15 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
6785
6766
|
content: x1,
|
|
6786
6767
|
label: I1,
|
|
6787
6768
|
input: T1
|
|
6788
|
-
},
|
|
6769
|
+
}, g3 = (e) => /* @__PURE__ */ f("div", { className: Qn.content, children: [
|
|
6789
6770
|
/* @__PURE__ */ a("label", { className: Qn.label, children: e.label }),
|
|
6790
6771
|
/* @__PURE__ */ a("textarea", { className: Qn.input, ...e })
|
|
6791
|
-
] }), 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 = {
|
|
6792
6773
|
boxInformation: k1,
|
|
6793
6774
|
textBox: U1,
|
|
6794
6775
|
contentBox: q1,
|
|
6795
|
-
liveBox:
|
|
6796
|
-
dot:
|
|
6776
|
+
liveBox: R1,
|
|
6777
|
+
dot: L1,
|
|
6797
6778
|
sectionDescription: B1,
|
|
6798
6779
|
articule: O1,
|
|
6799
6780
|
description: P1
|
|
@@ -6844,7 +6825,7 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
6844
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: [
|
|
6845
6826
|
/* @__PURE__ */ a(O, { className: en.dateLink, href: `#item-${n + 1}`, children: uo(t.date) }),
|
|
6846
6827
|
/* @__PURE__ */ a("div", { className: en.contentText, children: (e.itemList[0]?.list.integrated, t.title) })
|
|
6847
|
-
] }, 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 = {
|
|
6848
6829
|
content: F1,
|
|
6849
6830
|
contentInfo: $1,
|
|
6850
6831
|
imageContainer: W1,
|
|
@@ -6855,48 +6836,49 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
6855
6836
|
description: X1,
|
|
6856
6837
|
contenSocialNetwork: eu,
|
|
6857
6838
|
socialIcon: tu,
|
|
6858
|
-
|
|
6859
|
-
|
|
6839
|
+
faceBookIcon: nu,
|
|
6840
|
+
socialIconLink: au,
|
|
6841
|
+
socialIconStroke: su
|
|
6860
6842
|
}, tn = (e) => {
|
|
6861
6843
|
if (!e || e.trim() === "")
|
|
6862
6844
|
return e;
|
|
6863
6845
|
const t = e.trim();
|
|
6864
6846
|
return t.startsWith("http://") || t.startsWith("https://") ? t : `https://${t}`;
|
|
6865
|
-
},
|
|
6847
|
+
}, ru = async (e) => {
|
|
6866
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 ?? "");
|
|
6867
6849
|
return /* @__PURE__ */ a(
|
|
6868
6850
|
"section",
|
|
6869
6851
|
{
|
|
6870
|
-
className: `${
|
|
6871
|
-
children: /* @__PURE__ */ f("div", { className:
|
|
6872
|
-
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(
|
|
6873
6855
|
"img",
|
|
6874
6856
|
{
|
|
6875
6857
|
fetchPriority: "low",
|
|
6876
6858
|
loading: "lazy",
|
|
6877
6859
|
alt: "",
|
|
6878
|
-
className:
|
|
6860
|
+
className: ue.imageStyled,
|
|
6879
6861
|
src: await ge(r)
|
|
6880
6862
|
}
|
|
6881
6863
|
) }) : /* @__PURE__ */ a(
|
|
6882
6864
|
"div",
|
|
6883
6865
|
{
|
|
6884
|
-
className: `${
|
|
6866
|
+
className: `${ue.contentIconStyled} sass-image-autor-wrapper`,
|
|
6885
6867
|
children: /* @__PURE__ */ a(s, {})
|
|
6886
6868
|
}
|
|
6887
6869
|
),
|
|
6888
|
-
/* @__PURE__ */ a("h1", { className:
|
|
6889
|
-
c && /* @__PURE__ */ a("p", { className:
|
|
6890
|
-
d && /* @__PURE__ */ a("p", { className:
|
|
6891
|
-
/* @__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: [
|
|
6892
6874
|
u && /* @__PURE__ */ a(
|
|
6893
6875
|
"a",
|
|
6894
6876
|
{
|
|
6895
6877
|
href: u,
|
|
6896
6878
|
target: "_blank",
|
|
6897
|
-
className:
|
|
6879
|
+
className: `${ue.socialIconLink} ${ue.socialIconStroke}`,
|
|
6898
6880
|
rel: "noreferrer",
|
|
6899
|
-
children: /* @__PURE__ */ a(qn, { className:
|
|
6881
|
+
children: /* @__PURE__ */ a(qn, { className: ue.faceBookIcon })
|
|
6900
6882
|
}
|
|
6901
6883
|
),
|
|
6902
6884
|
m && /* @__PURE__ */ a(
|
|
@@ -6904,9 +6886,9 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
6904
6886
|
{
|
|
6905
6887
|
href: m,
|
|
6906
6888
|
target: "_blank",
|
|
6907
|
-
className:
|
|
6889
|
+
className: ue.socialIconLink,
|
|
6908
6890
|
rel: "noreferrer",
|
|
6909
|
-
children: /* @__PURE__ */ a(
|
|
6891
|
+
children: /* @__PURE__ */ a(Rn, { className: ue.socialIcon })
|
|
6910
6892
|
}
|
|
6911
6893
|
),
|
|
6912
6894
|
h && /* @__PURE__ */ a(
|
|
@@ -6914,9 +6896,9 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
6914
6896
|
{
|
|
6915
6897
|
href: h,
|
|
6916
6898
|
target: "_blank",
|
|
6917
|
-
className:
|
|
6899
|
+
className: ue.socialIconLink,
|
|
6918
6900
|
rel: "noreferrer",
|
|
6919
|
-
children: /* @__PURE__ */ a(Ct, { className:
|
|
6901
|
+
children: /* @__PURE__ */ a(Ct, { className: ue.socialIcon })
|
|
6920
6902
|
}
|
|
6921
6903
|
),
|
|
6922
6904
|
p && /* @__PURE__ */ a(
|
|
@@ -6924,27 +6906,27 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
6924
6906
|
{
|
|
6925
6907
|
href: p,
|
|
6926
6908
|
target: "_blank",
|
|
6927
|
-
className: `${
|
|
6909
|
+
className: `${ue.socialIconLink} ${ue.socialIconStroke}`,
|
|
6928
6910
|
rel: "noreferrer",
|
|
6929
|
-
children: /* @__PURE__ */ a(Qt, { className:
|
|
6911
|
+
children: /* @__PURE__ */ a(Qt, { className: ue.socialIcon })
|
|
6930
6912
|
}
|
|
6931
6913
|
)
|
|
6932
6914
|
] })
|
|
6933
6915
|
] })
|
|
6934
6916
|
}
|
|
6935
6917
|
);
|
|
6936
|
-
},
|
|
6937
|
-
content:
|
|
6938
|
-
contentInfo:
|
|
6939
|
-
contentAuthor:
|
|
6940
|
-
imageStyled:
|
|
6941
|
-
contentIconStyled:
|
|
6942
|
-
name:
|
|
6943
|
-
email:
|
|
6944
|
-
description:
|
|
6945
|
-
contenSocialNetwork:
|
|
6946
|
-
socialIcon:
|
|
6947
|
-
},
|
|
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) => {
|
|
6948
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 ?? "";
|
|
6949
6931
|
return /* @__PURE__ */ a("section", { className: Ee.content, children: /* @__PURE__ */ f("div", { className: Ee.contentInfo, children: [
|
|
6950
6932
|
r ? /* @__PURE__ */ a(
|
|
@@ -6977,7 +6959,7 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
6977
6959
|
target: "_blank",
|
|
6978
6960
|
rel: "noreferrer",
|
|
6979
6961
|
children: /* @__PURE__ */ a(
|
|
6980
|
-
|
|
6962
|
+
Rn,
|
|
6981
6963
|
{
|
|
6982
6964
|
className: Ee.socialIcon,
|
|
6983
6965
|
style: { padding: "4px" }
|
|
@@ -7006,9 +6988,9 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
7006
6988
|
] })
|
|
7007
6989
|
] })
|
|
7008
6990
|
] }) });
|
|
7009
|
-
},
|
|
7010
|
-
content:
|
|
7011
|
-
bannerSection:
|
|
6991
|
+
}, Au = "_content_jg6i2_1", wu = "_bannerSection_jg6i2_25", ds = {
|
|
6992
|
+
content: Au,
|
|
6993
|
+
bannerSection: wu
|
|
7012
6994
|
}, _r = (e) => /* @__PURE__ */ f("section", { className: ds.content, children: [
|
|
7013
6995
|
e.children,
|
|
7014
6996
|
/* @__PURE__ */ f("div", { className: ds.bannerSection, children: [
|
|
@@ -7029,21 +7011,21 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
7029
7011
|
),
|
|
7030
7012
|
e.banner
|
|
7031
7013
|
] })
|
|
7032
|
-
] }),
|
|
7033
|
-
content:
|
|
7034
|
-
header:
|
|
7035
|
-
videos:
|
|
7036
|
-
videoContent:
|
|
7037
|
-
articleSection:
|
|
7038
|
-
contentLayoutVideoSection:
|
|
7039
|
-
sectionVideoList:
|
|
7040
|
-
iframeStyled:
|
|
7041
|
-
contentFrame:
|
|
7042
|
-
},
|
|
7043
|
-
content:
|
|
7044
|
-
linkImage:
|
|
7045
|
-
playStyled:
|
|
7046
|
-
},
|
|
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) => {
|
|
7047
7029
|
const t = Na(), n = {
|
|
7048
7030
|
...e,
|
|
7049
7031
|
main: {
|
|
@@ -7070,8 +7052,8 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
7070
7052
|
),
|
|
7071
7053
|
/* @__PURE__ */ a("div", { children: /* @__PURE__ */ a(It, { ...n, paths: e.paths }) })
|
|
7072
7054
|
] }) : null;
|
|
7073
|
-
},
|
|
7074
|
-
/* @__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: [
|
|
7075
7057
|
/* @__PURE__ */ a(
|
|
7076
7058
|
"svg",
|
|
7077
7059
|
{
|
|
@@ -7093,12 +7075,12 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
7093
7075
|
),
|
|
7094
7076
|
e.titleGoBack ?? "VOLVER A VIDEOS"
|
|
7095
7077
|
] }),
|
|
7096
|
-
/* @__PURE__ */ f("div", { className:
|
|
7097
|
-
/* @__PURE__ */ f("div", { className:
|
|
7078
|
+
/* @__PURE__ */ f("div", { className: Le.videos, children: [
|
|
7079
|
+
/* @__PURE__ */ f("div", { className: Le.videoContent, style: e.mainVideoStyles, children: [
|
|
7098
7080
|
e.type === "vy" && /* @__PURE__ */ a(
|
|
7099
7081
|
"iframe",
|
|
7100
7082
|
{
|
|
7101
|
-
className:
|
|
7083
|
+
className: Le.iframeStyled,
|
|
7102
7084
|
src: `https://www.youtube.com/embed/${e.video?.main?.code}`,
|
|
7103
7085
|
frameBorder: "0",
|
|
7104
7086
|
allowFullScreen: !0
|
|
@@ -7107,7 +7089,7 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
7107
7089
|
e.type === "vf" && /* @__PURE__ */ a(
|
|
7108
7090
|
"iframe",
|
|
7109
7091
|
{
|
|
7110
|
-
className:
|
|
7092
|
+
className: Le.iframeStyled,
|
|
7111
7093
|
src: e.video?.main?.code,
|
|
7112
7094
|
frameBorder: "0",
|
|
7113
7095
|
allowFullScreen: !0
|
|
@@ -7116,13 +7098,13 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
7116
7098
|
e.type === "ve" && /* @__PURE__ */ a(
|
|
7117
7099
|
"div",
|
|
7118
7100
|
{
|
|
7119
|
-
className:
|
|
7101
|
+
className: Le.contentFrame,
|
|
7120
7102
|
dangerouslySetInnerHTML: {
|
|
7121
7103
|
__html: e.video?.main?.code ?? ""
|
|
7122
7104
|
}
|
|
7123
7105
|
}
|
|
7124
7106
|
),
|
|
7125
|
-
/* @__PURE__ */ a("div", { className:
|
|
7107
|
+
/* @__PURE__ */ a("div", { className: Le.articleSection, children: /* @__PURE__ */ a(
|
|
7126
7108
|
It,
|
|
7127
7109
|
{
|
|
7128
7110
|
isTitle: !0,
|
|
@@ -7149,7 +7131,7 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
7149
7131
|
/* @__PURE__ */ f(
|
|
7150
7132
|
"div",
|
|
7151
7133
|
{
|
|
7152
|
-
className:
|
|
7134
|
+
className: Le.sectionVideoList,
|
|
7153
7135
|
style: e.listVideoStyles,
|
|
7154
7136
|
children: [
|
|
7155
7137
|
e.banner && /* @__PURE__ */ a(
|
|
@@ -7159,9 +7141,9 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
7159
7141
|
name: e.banner.bannerName
|
|
7160
7142
|
}
|
|
7161
7143
|
),
|
|
7162
|
-
e.relatedName && /* @__PURE__ */ a("h2", { className: `${
|
|
7144
|
+
e.relatedName && /* @__PURE__ */ a("h2", { className: `${Le.relatedTitle} saas-video-related-title`, children: e.relatedName }),
|
|
7163
7145
|
Array.isArray(e.videoList) && e.videoList.map((t, n) => /* @__PURE__ */ rt(
|
|
7164
|
-
|
|
7146
|
+
Uu,
|
|
7165
7147
|
{
|
|
7166
7148
|
...Mt(t, !0, !1, !1),
|
|
7167
7149
|
key: n,
|
|
@@ -7172,15 +7154,15 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
7172
7154
|
}
|
|
7173
7155
|
)
|
|
7174
7156
|
] })
|
|
7175
|
-
] }) }),
|
|
7176
|
-
content:
|
|
7177
|
-
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,
|
|
7178
7160
|
title: Lu,
|
|
7179
|
-
startLine:
|
|
7180
|
-
line:
|
|
7181
|
-
bottomLine:
|
|
7182
|
-
childrenContent:
|
|
7183
|
-
readMore:
|
|
7161
|
+
startLine: Bu,
|
|
7162
|
+
line: Ou,
|
|
7163
|
+
bottomLine: Pu,
|
|
7164
|
+
childrenContent: Du,
|
|
7165
|
+
readMore: Mu
|
|
7184
7166
|
}, pe = Ms((e, t) => {
|
|
7185
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 });
|
|
7186
7168
|
return /* @__PURE__ */ f("section", { className: ze.content, children: [
|
|
@@ -7244,25 +7226,25 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
7244
7226
|
}
|
|
7245
7227
|
)
|
|
7246
7228
|
}
|
|
7247
|
-
),
|
|
7248
|
-
drawerStyled:
|
|
7249
|
-
sidebarCustom:
|
|
7250
|
-
accordionStyled:
|
|
7251
|
-
accordionHeading:
|
|
7252
|
-
accordionSummeryStyled:
|
|
7253
|
-
linkStyled:
|
|
7254
|
-
subLinkStyled:
|
|
7255
|
-
inputContent:
|
|
7256
|
-
buttonContent:
|
|
7257
|
-
inputStyled:
|
|
7258
|
-
buscar:
|
|
7259
|
-
buttonStyled:
|
|
7260
|
-
accordionDetailsStyled:
|
|
7261
|
-
footerSlider:
|
|
7262
|
-
socialMedia:
|
|
7263
|
-
copyRights:
|
|
7264
|
-
icon:
|
|
7265
|
-
},
|
|
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 = ({
|
|
7266
7248
|
sidebar: e,
|
|
7267
7249
|
socials: t,
|
|
7268
7250
|
copyrigth: n,
|
|
@@ -7413,17 +7395,17 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
7413
7395
|
)
|
|
7414
7396
|
]
|
|
7415
7397
|
}
|
|
7416
|
-
),
|
|
7417
|
-
content:
|
|
7418
|
-
chipStyled:
|
|
7419
|
-
headLine:
|
|
7420
|
-
live:
|
|
7421
|
-
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
|
|
7422
7404
|
}, Sr = (e) => {
|
|
7423
7405
|
const { alertZone: t, id: n = "close-alert" } = e, s = () => /* @__PURE__ */ a(
|
|
7424
7406
|
O,
|
|
7425
7407
|
{
|
|
7426
|
-
className:
|
|
7408
|
+
className: Rt.headLine,
|
|
7427
7409
|
href: t?.data[0]?.info.link.url,
|
|
7428
7410
|
target: t?.data[0]?.info.link.target,
|
|
7429
7411
|
title: t?.data[0]?.main.title.home,
|
|
@@ -7444,38 +7426,38 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
7444
7426
|
"div",
|
|
7445
7427
|
{
|
|
7446
7428
|
id: "alert-chip",
|
|
7447
|
-
className:
|
|
7429
|
+
className: Rt.content,
|
|
7448
7430
|
style: e.forceShow ? {
|
|
7449
7431
|
display: "flex",
|
|
7450
7432
|
position: "sticky",
|
|
7451
7433
|
top: 100
|
|
7452
7434
|
} : {},
|
|
7453
7435
|
children: [
|
|
7454
|
-
/* @__PURE__ */ f("div", { className:
|
|
7455
|
-
/* @__PURE__ */ a("div", { className:
|
|
7436
|
+
/* @__PURE__ */ f("div", { className: Rt.live, children: [
|
|
7437
|
+
/* @__PURE__ */ a("div", { className: Rt.chipStyled, children: t?.entity?.description }),
|
|
7456
7438
|
e.forceShow && /* @__PURE__ */ a(s, {}),
|
|
7457
|
-
/* @__PURE__ */ a("label", { htmlFor: n, children: /* @__PURE__ */ a(Tt, { className:
|
|
7439
|
+
/* @__PURE__ */ a("label", { htmlFor: n, children: /* @__PURE__ */ a(Tt, { className: Rt.closeLiveStyled }) })
|
|
7458
7440
|
] }),
|
|
7459
7441
|
/* @__PURE__ */ a(s, {})
|
|
7460
7442
|
]
|
|
7461
7443
|
}
|
|
7462
7444
|
)
|
|
7463
7445
|
] });
|
|
7464
|
-
},
|
|
7465
|
-
content:
|
|
7466
|
-
linkStyled:
|
|
7467
|
-
linkSocialNetwork:
|
|
7468
|
-
title:
|
|
7469
|
-
tabs:
|
|
7470
|
-
socialNetwork:
|
|
7471
|
-
icon:
|
|
7472
|
-
facebook:
|
|
7473
|
-
youtube:
|
|
7474
|
-
x:
|
|
7475
|
-
instagram:
|
|
7476
|
-
gnews:
|
|
7477
|
-
tiktok:
|
|
7478
|
-
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
|
|
7479
7461
|
}, Er = (e) => {
|
|
7480
7462
|
const { cintillo: t, tapeTitle: n, socials: s } = e, r = "", o = t?.findIndex((i) => i.link === r) ?? 0;
|
|
7481
7463
|
return (Array.isArray(t) || e.socialIcons) && /* @__PURE__ */ f("section", { className: Ve.content, children: [
|
|
@@ -7527,18 +7509,18 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
7527
7509
|
i
|
|
7528
7510
|
)) })
|
|
7529
7511
|
] });
|
|
7530
|
-
},
|
|
7531
|
-
headerStyled:
|
|
7532
|
-
headerContent:
|
|
7533
|
-
iconContent:
|
|
7534
|
-
menuButton:
|
|
7535
|
-
logoStyled:
|
|
7536
|
-
buttonSection:
|
|
7537
|
-
buttonSectionSearch:
|
|
7538
|
-
headLineContent:
|
|
7539
|
-
headLineTitle:
|
|
7540
|
-
headLine:
|
|
7541
|
-
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
|
|
7542
7524
|
}, Lm = (e) => {
|
|
7543
7525
|
const { alertZone: t } = e;
|
|
7544
7526
|
return /* @__PURE__ */ f("header", { className: Ue.headerStyled, children: [
|
|
@@ -7632,15 +7614,15 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
7632
7614
|
}
|
|
7633
7615
|
)
|
|
7634
7616
|
] });
|
|
7635
|
-
},
|
|
7636
|
-
ul:
|
|
7637
|
-
li:
|
|
7638
|
-
liBefore:
|
|
7639
|
-
ulContent:
|
|
7640
|
-
contentModal:
|
|
7641
|
-
linkStyled:
|
|
7642
|
-
itemLink:
|
|
7643
|
-
},
|
|
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) => {
|
|
7644
7626
|
const { items: t } = e;
|
|
7645
7627
|
return /* @__PURE__ */ a("ul", { className: Fe.ul, children: t.map((n, s) => /* @__PURE__ */ f("li", { className: `${Fe.liBefore} ${Fe.li}`, children: [
|
|
7646
7628
|
n.link ? /* @__PURE__ */ f(
|
|
@@ -7670,23 +7652,23 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
7670
7652
|
}
|
|
7671
7653
|
) }, o)) }) })
|
|
7672
7654
|
] }, s)) });
|
|
7673
|
-
},
|
|
7674
|
-
headerStyled:
|
|
7675
|
-
headerContent:
|
|
7676
|
-
menuButtonSection:
|
|
7677
|
-
menuButton:
|
|
7678
|
-
buttonSection:
|
|
7679
|
-
buttonSectionSearch:
|
|
7680
|
-
hasAlertZone:
|
|
7681
|
-
buttonText:
|
|
7682
|
-
logoContent:
|
|
7683
|
-
logoStyled:
|
|
7684
|
-
headLineContent:
|
|
7685
|
-
headLineTitle:
|
|
7686
|
-
menuSection:
|
|
7687
|
-
headLine:
|
|
7688
|
-
line:
|
|
7689
|
-
},
|
|
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) => {
|
|
7690
7672
|
const { menu: t, alertZone: n } = e;
|
|
7691
7673
|
return /* @__PURE__ */ f(
|
|
7692
7674
|
"header",
|
|
@@ -7762,7 +7744,7 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
7762
7744
|
{
|
|
7763
7745
|
className: be.menuSection,
|
|
7764
7746
|
style: e.showAlertPop ? { "--showAlertPop": "0px" } : {},
|
|
7765
|
-
children: Array.isArray(t) && /* @__PURE__ */ a(
|
|
7747
|
+
children: Array.isArray(t) && /* @__PURE__ */ a(Gm, { items: t })
|
|
7766
7748
|
}
|
|
7767
7749
|
)
|
|
7768
7750
|
]
|
|
@@ -7771,15 +7753,15 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
7771
7753
|
]
|
|
7772
7754
|
}
|
|
7773
7755
|
);
|
|
7774
|
-
},
|
|
7775
|
-
childrenContent:
|
|
7776
|
-
childrenContentAux:
|
|
7777
|
-
op2:
|
|
7778
|
-
},
|
|
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) => {
|
|
7779
7761
|
const { alertZone: t, children: n, sidebar: s } = e;
|
|
7780
7762
|
return /* @__PURE__ */ f(J, { children: [
|
|
7781
7763
|
/* @__PURE__ */ a(Lm, { ...e }),
|
|
7782
|
-
!e.showOnlyStickyHeader && /* @__PURE__ */ a(
|
|
7764
|
+
!e.showOnlyStickyHeader && /* @__PURE__ */ a(sh, { ...e }),
|
|
7783
7765
|
/* @__PURE__ */ f(
|
|
7784
7766
|
"div",
|
|
7785
7767
|
{
|
|
@@ -7806,7 +7788,7 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
7806
7788
|
}
|
|
7807
7789
|
),
|
|
7808
7790
|
/* @__PURE__ */ a(
|
|
7809
|
-
|
|
7791
|
+
am,
|
|
7810
7792
|
{
|
|
7811
7793
|
sidebarExtra: e.sidebarExtra,
|
|
7812
7794
|
searchKeyWord: e.searchKeyWord,
|
|
@@ -7816,26 +7798,26 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
7816
7798
|
}
|
|
7817
7799
|
)
|
|
7818
7800
|
] });
|
|
7819
|
-
},
|
|
7820
|
-
content:
|
|
7821
|
-
tags:
|
|
7822
|
-
chipStyled:
|
|
7823
|
-
tagLink:
|
|
7824
|
-
tagStyled:
|
|
7825
|
-
},
|
|
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: [
|
|
7826
7808
|
/* @__PURE__ */ a("p", { className: At.tagStyled, children: e.title ? e.title : "Tags:" }),
|
|
7827
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))
|
|
7828
|
-
] }) }),
|
|
7829
|
-
contentBox:
|
|
7830
|
-
content:
|
|
7831
|
-
imageStyled:
|
|
7832
|
-
contentIconStyled:
|
|
7833
|
-
avatarContent:
|
|
7834
|
-
journalistSection:
|
|
7835
|
-
journalistInfo:
|
|
7836
|
-
socialNetworkSection:
|
|
7837
|
-
article:
|
|
7838
|
-
},
|
|
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) => {
|
|
7839
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 ?? "";
|
|
7840
7822
|
return n && /* @__PURE__ */ a("section", { className: De.contentBox, children: /* @__PURE__ */ f("div", { className: De.content, children: [
|
|
7841
7823
|
/* @__PURE__ */ f("div", { className: De.avatarContent, children: [
|
|
@@ -8026,15 +8008,15 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
8026
8008
|
}
|
|
8027
8009
|
)
|
|
8028
8010
|
] }) });
|
|
8029
|
-
},
|
|
8030
|
-
content:
|
|
8031
|
-
imageStyled:
|
|
8032
|
-
contentIconStyled:
|
|
8033
|
-
contentCard:
|
|
8034
|
-
contentInfo:
|
|
8035
|
-
fullName:
|
|
8036
|
-
LearnMoreLink:
|
|
8037
|
-
},
|
|
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) => {
|
|
8038
8020
|
const { news: t, texts: n } = e;
|
|
8039
8021
|
return t.config?.showauthor && /* @__PURE__ */ a("div", { className: nt.content, children: Array.isArray(t.authors) && t.authors?.map(async (s) => /* @__PURE__ */ f(
|
|
8040
8022
|
"div",
|
|
@@ -8073,60 +8055,61 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
8073
8055
|
},
|
|
8074
8056
|
`author-${s.firstname}`
|
|
8075
8057
|
)) });
|
|
8076
|
-
},
|
|
8077
|
-
content:
|
|
8078
|
-
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,
|
|
8079
8061
|
contentInfo: Lh,
|
|
8080
|
-
imageStyled:
|
|
8081
|
-
name:
|
|
8082
|
-
description:
|
|
8083
|
-
imageContainer:
|
|
8084
|
-
contenSocialNetwork:
|
|
8085
|
-
socialIcon:
|
|
8086
|
-
|
|
8087
|
-
|
|
8088
|
-
|
|
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
|
|
8089
8072
|
}, nn = (e) => {
|
|
8090
8073
|
if (!e || e.trim() === "")
|
|
8091
8074
|
return e;
|
|
8092
8075
|
const t = e.trim();
|
|
8093
8076
|
return t.startsWith("http://") || t.startsWith("https://") ? t : `https://${t}`;
|
|
8094
|
-
},
|
|
8077
|
+
}, w3 = async (e) => {
|
|
8095
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 ?? "");
|
|
8096
|
-
return /* @__PURE__ */ a("section", { className: `${
|
|
8079
|
+
return /* @__PURE__ */ a("section", { className: `${me.content} ${e.className}`, children: /* @__PURE__ */ f(
|
|
8097
8080
|
"div",
|
|
8098
8081
|
{
|
|
8099
|
-
className: `${
|
|
8082
|
+
className: `${me.contentInfo} ${t ? "" : me.contentInfoWithoutImg}`,
|
|
8100
8083
|
children: [
|
|
8101
|
-
e.img && /* @__PURE__ */ a("div", { className: `${
|
|
8084
|
+
e.img && /* @__PURE__ */ a("div", { className: `${me.imageContainer} sass-image-tag-wrapper`, children: /* @__PURE__ */ a(
|
|
8102
8085
|
"img",
|
|
8103
8086
|
{
|
|
8104
8087
|
fetchPriority: "low",
|
|
8105
8088
|
loading: "lazy",
|
|
8106
|
-
className:
|
|
8089
|
+
className: me.imageStyled,
|
|
8107
8090
|
src: t
|
|
8108
8091
|
}
|
|
8109
8092
|
) }),
|
|
8110
|
-
/* @__PURE__ */ a("h1", { className:
|
|
8093
|
+
/* @__PURE__ */ a("h1", { className: me.name, children: e.tag }),
|
|
8111
8094
|
e.description && /* @__PURE__ */ a(
|
|
8112
8095
|
"div",
|
|
8113
8096
|
{
|
|
8114
|
-
className:
|
|
8097
|
+
className: me.description,
|
|
8115
8098
|
dangerouslySetInnerHTML: {
|
|
8116
8099
|
__html: e.description
|
|
8117
8100
|
}
|
|
8118
8101
|
}
|
|
8119
8102
|
),
|
|
8120
|
-
e.url && /* @__PURE__ */ a("a", { className:
|
|
8121
|
-
/* @__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: [
|
|
8122
8105
|
n && /* @__PURE__ */ a(
|
|
8123
8106
|
"a",
|
|
8124
8107
|
{
|
|
8125
8108
|
href: n,
|
|
8126
8109
|
target: "_blank",
|
|
8127
|
-
className:
|
|
8110
|
+
className: `${me.socialIconLink} ${me.socialIconStroke}`,
|
|
8128
8111
|
rel: "noreferrer",
|
|
8129
|
-
children: /* @__PURE__ */ a(qn, { className:
|
|
8112
|
+
children: /* @__PURE__ */ a(qn, { className: me.faceBookIcon })
|
|
8130
8113
|
}
|
|
8131
8114
|
),
|
|
8132
8115
|
s && /* @__PURE__ */ a(
|
|
@@ -8134,9 +8117,9 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
8134
8117
|
{
|
|
8135
8118
|
href: s,
|
|
8136
8119
|
target: "_blank",
|
|
8137
|
-
className:
|
|
8120
|
+
className: me.socialIconLink,
|
|
8138
8121
|
rel: "noreferrer",
|
|
8139
|
-
children: /* @__PURE__ */ a(
|
|
8122
|
+
children: /* @__PURE__ */ a(Rn, { className: me.socialIcon })
|
|
8140
8123
|
}
|
|
8141
8124
|
),
|
|
8142
8125
|
r && /* @__PURE__ */ a(
|
|
@@ -8144,9 +8127,9 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
8144
8127
|
{
|
|
8145
8128
|
href: r,
|
|
8146
8129
|
target: "_blank",
|
|
8147
|
-
className:
|
|
8130
|
+
className: me.socialIconLink,
|
|
8148
8131
|
rel: "noreferrer",
|
|
8149
|
-
children: /* @__PURE__ */ a(Ct, { className:
|
|
8132
|
+
children: /* @__PURE__ */ a(Ct, { className: me.socialIcon })
|
|
8150
8133
|
}
|
|
8151
8134
|
),
|
|
8152
8135
|
o && /* @__PURE__ */ a(
|
|
@@ -8154,25 +8137,25 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
8154
8137
|
{
|
|
8155
8138
|
href: o,
|
|
8156
8139
|
target: "_blank",
|
|
8157
|
-
className: `${
|
|
8140
|
+
className: `${me.socialIconLink} ${me.socialIconStroke}`,
|
|
8158
8141
|
rel: "noreferrer",
|
|
8159
|
-
children: /* @__PURE__ */ a(Qt, { className:
|
|
8142
|
+
children: /* @__PURE__ */ a(Qt, { className: me.socialIcon })
|
|
8160
8143
|
}
|
|
8161
8144
|
)
|
|
8162
8145
|
] })
|
|
8163
8146
|
]
|
|
8164
8147
|
}
|
|
8165
8148
|
) });
|
|
8166
|
-
},
|
|
8167
|
-
content:
|
|
8168
|
-
contentNews:
|
|
8169
|
-
linkTitle:
|
|
8170
|
-
tag:
|
|
8171
|
-
tagmx:
|
|
8172
|
-
titular:
|
|
8173
|
-
correspondent:
|
|
8174
|
-
correspondentLink:
|
|
8175
|
-
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
|
|
8176
8159
|
}, _t = (e) => {
|
|
8177
8160
|
const { SHOW_TAG_BY_SECTION: t } = Y(), n = () => {
|
|
8178
8161
|
if (e?.config?.showtime && e.config?.showauthor)
|
|
@@ -8363,11 +8346,11 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
8363
8346
|
}
|
|
8364
8347
|
)
|
|
8365
8348
|
] });
|
|
8366
|
-
},
|
|
8367
|
-
content:
|
|
8368
|
-
firstSection:
|
|
8369
|
-
secondSection:
|
|
8370
|
-
},
|
|
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 = ({
|
|
8371
8354
|
content: e,
|
|
8372
8355
|
customLargeSection: t,
|
|
8373
8356
|
customSmallSection: n,
|
|
@@ -8397,10 +8380,10 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
8397
8380
|
}
|
|
8398
8381
|
)) })
|
|
8399
8382
|
] });
|
|
8400
|
-
},
|
|
8401
|
-
content:
|
|
8402
|
-
firstSection:
|
|
8403
|
-
},
|
|
8383
|
+
}, s2 = "_content_wsx1m_1", r2 = "_firstSection_wsx1m_8", ms = {
|
|
8384
|
+
content: s2,
|
|
8385
|
+
firstSection: r2
|
|
8386
|
+
}, o2 = ({
|
|
8404
8387
|
content: e,
|
|
8405
8388
|
customLargeSection: t,
|
|
8406
8389
|
customSlimSection: n,
|
|
@@ -8434,12 +8417,12 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
8434
8417
|
heightImageOverwriteMobile: "270px",
|
|
8435
8418
|
paths: s
|
|
8436
8419
|
}
|
|
8437
|
-
) }, o)) }),
|
|
8438
|
-
content:
|
|
8439
|
-
sectionDescription:
|
|
8440
|
-
title:
|
|
8441
|
-
subtitle:
|
|
8442
|
-
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
|
|
8443
8426
|
}, xr = (e) => {
|
|
8444
8427
|
const { SHOW_TAG_BY_SECTION: t } = Y(), n = () => {
|
|
8445
8428
|
if (t && e.mainNew.keywords?.tags?.length && e.mainNew.keywords.tags.length > 0) {
|
|
@@ -8478,11 +8461,11 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
8478
8461
|
e?.mainNew?.main?.subtitle?.rendered && /* @__PURE__ */ a("p", { className: ot.subtitle, children: e?.mainNew?.main?.subtitle?.striped }),
|
|
8479
8462
|
e.goTo && /* @__PURE__ */ a(O, { href: e.goTo.url, className: ot.linkStyled, children: e.goTo.description })
|
|
8480
8463
|
] });
|
|
8481
|
-
},
|
|
8482
|
-
headerSection:
|
|
8483
|
-
headerSectionLink:
|
|
8484
|
-
newsContent:
|
|
8485
|
-
},
|
|
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) => {
|
|
8486
8469
|
const { content: t, title: n, isVideo: s } = e;
|
|
8487
8470
|
if (!t || !t[0] || t.length === 0) return;
|
|
8488
8471
|
const r = e.slot_id && e.slot_id !== "Nota_1", o = {
|
|
@@ -8532,16 +8515,16 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
8532
8515
|
})
|
|
8533
8516
|
] })
|
|
8534
8517
|
] });
|
|
8535
|
-
},
|
|
8536
|
-
content:
|
|
8537
|
-
autorContent:
|
|
8538
|
-
image:
|
|
8539
|
-
contentIcon:
|
|
8540
|
-
boxInformationContent:
|
|
8541
|
-
autorName:
|
|
8542
|
-
time:
|
|
8543
|
-
comment:
|
|
8544
|
-
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
|
|
8545
8528
|
}, An = async (e) => {
|
|
8546
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: [
|
|
8547
8530
|
Array.isArray(t?.authors) && Array.isArray(t?.authors[0]?.image?.sizes) && t?.authors[0]?.image?.sizes?.length > 0 ? /* @__PURE__ */ a(
|
|
@@ -8578,20 +8561,20 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
8578
8561
|
/* @__PURE__ */ a("p", { className: $e.comment, children: Qe(t?.main?.subtitle?.striped || "") })
|
|
8579
8562
|
] })
|
|
8580
8563
|
] });
|
|
8581
|
-
},
|
|
8582
|
-
content:
|
|
8583
|
-
boxPosition:
|
|
8584
|
-
contentFlex:
|
|
8585
|
-
bannerContent:
|
|
8586
|
-
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
|
|
8587
8570
|
};
|
|
8588
|
-
function
|
|
8571
|
+
function k2(e) {
|
|
8589
8572
|
const t = new Array(e.length), n = e.length / 2;
|
|
8590
8573
|
for (let s = 0; s < e.length; s++)
|
|
8591
8574
|
s % 2 === 0 ? t[Math.floor(s / 2)] = e[s] : t[n + Math.floor(s / 2)] = e[s];
|
|
8592
8575
|
return t;
|
|
8593
8576
|
}
|
|
8594
|
-
const
|
|
8577
|
+
const y3 = (e) => {
|
|
8595
8578
|
const { isOpinion: t = !1 } = e, n = (o) => /* @__PURE__ */ a(
|
|
8596
8579
|
"div",
|
|
8597
8580
|
{
|
|
@@ -8632,7 +8615,7 @@ const A5 = (e) => {
|
|
|
8632
8615
|
)
|
|
8633
8616
|
);
|
|
8634
8617
|
}
|
|
8635
|
-
const r = s.length % 2 === 0 ?
|
|
8618
|
+
const r = s.length % 2 === 0 ? k2(s) : s;
|
|
8636
8619
|
return /* @__PURE__ */ a("section", { style: e.customStyles, children: /* @__PURE__ */ a(
|
|
8637
8620
|
pe,
|
|
8638
8621
|
{
|
|
@@ -8645,10 +8628,10 @@ const A5 = (e) => {
|
|
|
8645
8628
|
] })
|
|
8646
8629
|
}
|
|
8647
8630
|
) });
|
|
8648
|
-
},
|
|
8649
|
-
content:
|
|
8650
|
-
title:
|
|
8651
|
-
},
|
|
8631
|
+
}, U2 = "_content_w9viv_1", q2 = "_title_w9viv_10", hs = {
|
|
8632
|
+
content: U2,
|
|
8633
|
+
title: q2
|
|
8634
|
+
}, v3 = (e) => {
|
|
8652
8635
|
const { showTitle: t = !0 } = e;
|
|
8653
8636
|
return /* @__PURE__ */ f("div", { className: hs.content, children: [
|
|
8654
8637
|
t && /* @__PURE__ */ a("p", { className: hs.title, children: "Editorial" }),
|
|
@@ -8667,13 +8650,13 @@ const A5 = (e) => {
|
|
|
8667
8650
|
}
|
|
8668
8651
|
)
|
|
8669
8652
|
] });
|
|
8670
|
-
},
|
|
8671
|
-
content:
|
|
8672
|
-
newsContent:
|
|
8673
|
-
boxPosition:
|
|
8674
|
-
bannerContent:
|
|
8675
|
-
bannerContentAux:
|
|
8676
|
-
},
|
|
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) => {
|
|
8677
8660
|
const { news: t } = e;
|
|
8678
8661
|
return Array.isArray(t) && /* @__PURE__ */ f("div", { className: yt.content, children: [
|
|
8679
8662
|
/* @__PURE__ */ f("div", { className: yt.newsContent, children: [
|
|
@@ -8708,7 +8691,7 @@ const A5 = (e) => {
|
|
|
8708
8691
|
] }),
|
|
8709
8692
|
/* @__PURE__ */ a("div", { className: yt.bannerContent, children: e.halfPageBanner })
|
|
8710
8693
|
] });
|
|
8711
|
-
},
|
|
8694
|
+
}, C3 = (e) => /* @__PURE__ */ f(J, { children: [
|
|
8712
8695
|
/* @__PURE__ */ a(
|
|
8713
8696
|
Al,
|
|
8714
8697
|
{
|
|
@@ -8719,12 +8702,12 @@ const A5 = (e) => {
|
|
|
8719
8702
|
}
|
|
8720
8703
|
),
|
|
8721
8704
|
/* @__PURE__ */ a(kl, { ...e })
|
|
8722
|
-
] }),
|
|
8723
|
-
newsContent:
|
|
8724
|
-
newsContentWithLines:
|
|
8725
|
-
newsContentWithoutLines:
|
|
8726
|
-
contentSeparator:
|
|
8727
|
-
},
|
|
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) => {
|
|
8728
8711
|
const { content: t } = e;
|
|
8729
8712
|
if (!t || t.length === 0) return;
|
|
8730
8713
|
const n = (i) => e.hasLines && (i + 1) % 3 !== 0 ? an.contentSeparator : "", s = [];
|
|
@@ -8776,7 +8759,7 @@ const A5 = (e) => {
|
|
|
8776
8759
|
}
|
|
8777
8760
|
);
|
|
8778
8761
|
}, Ir = (e) => /* @__PURE__ */ a(pe, { title: e.title, titleUrl: e.titleUrl, children: /* @__PURE__ */ a(
|
|
8779
|
-
|
|
8762
|
+
G2,
|
|
8780
8763
|
{
|
|
8781
8764
|
content: e.content,
|
|
8782
8765
|
paths: e.paths,
|
|
@@ -8788,10 +8771,10 @@ const A5 = (e) => {
|
|
|
8788
8771
|
showVideoTime: e.showVideoTime,
|
|
8789
8772
|
showVideosubtitle: e.showVideosubtitle
|
|
8790
8773
|
}
|
|
8791
|
-
) }),
|
|
8792
|
-
newsContent:
|
|
8793
|
-
contentSeparator:
|
|
8794
|
-
},
|
|
8774
|
+
) }), H2 = "_newsContent_1sb62_1", z2 = "_contentSeparator_1sb62_8", fs = {
|
|
8775
|
+
newsContent: H2,
|
|
8776
|
+
contentSeparator: z2
|
|
8777
|
+
}, V2 = (e) => {
|
|
8795
8778
|
const { content: t, title: n } = e;
|
|
8796
8779
|
if (!(!t || t.length === 0 || !Array.isArray(t)))
|
|
8797
8780
|
return /* @__PURE__ */ a(pe, { title: n, titleUrl: e.titleUrl, children: /* @__PURE__ */ a(
|
|
@@ -8820,11 +8803,11 @@ const A5 = (e) => {
|
|
|
8820
8803
|
})
|
|
8821
8804
|
}
|
|
8822
8805
|
) });
|
|
8823
|
-
},
|
|
8824
|
-
newsContent:
|
|
8825
|
-
contentSeparator:
|
|
8826
|
-
newsContentWhitoutLine:
|
|
8827
|
-
},
|
|
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) => {
|
|
8828
8811
|
const { content: t, title: n } = e;
|
|
8829
8812
|
if (!(!t || t.length === 0))
|
|
8830
8813
|
return /* @__PURE__ */ a(pe, { title: n, titleUrl: e.titleUrl, children: /* @__PURE__ */ a(
|
|
@@ -8853,11 +8836,11 @@ const A5 = (e) => {
|
|
|
8853
8836
|
})
|
|
8854
8837
|
}
|
|
8855
8838
|
) });
|
|
8856
|
-
},
|
|
8857
|
-
headerSection:
|
|
8858
|
-
headerSectionLink:
|
|
8859
|
-
newsContent:
|
|
8860
|
-
},
|
|
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) => {
|
|
8861
8844
|
const { content: t, title: n, isVideo: s = !0 } = e;
|
|
8862
8845
|
if (!t || t.length === 0) return;
|
|
8863
8846
|
const r = t[0], o = e.slot_id && e.slot_id !== "Nota_1", i = t.slice(1);
|
|
@@ -8917,18 +8900,18 @@ const A5 = (e) => {
|
|
|
8917
8900
|
})
|
|
8918
8901
|
] })
|
|
8919
8902
|
] });
|
|
8920
|
-
},
|
|
8921
|
-
content:
|
|
8922
|
-
linkImage:
|
|
8923
|
-
sectionDescription:
|
|
8924
|
-
dateText:
|
|
8925
|
-
textContent:
|
|
8926
|
-
},
|
|
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) => {
|
|
8927
8910
|
const { showNewsLikeTitle: t = !1 } = e;
|
|
8928
8911
|
return e && e.info ? /* @__PURE__ */ f(
|
|
8929
8912
|
"section",
|
|
8930
8913
|
{
|
|
8931
|
-
className:
|
|
8914
|
+
className: Lt.content,
|
|
8932
8915
|
style: {
|
|
8933
8916
|
"--heightImageOverwrite": "100%"
|
|
8934
8917
|
},
|
|
@@ -8936,36 +8919,36 @@ const A5 = (e) => {
|
|
|
8936
8919
|
/* @__PURE__ */ a(
|
|
8937
8920
|
O,
|
|
8938
8921
|
{
|
|
8939
|
-
className:
|
|
8922
|
+
className: Lt.linkImage,
|
|
8940
8923
|
target: e?.info?.link?.target,
|
|
8941
8924
|
title: e.main?.title?.section,
|
|
8942
8925
|
href: t ? e.info.link.url : e?.info?.section?.url,
|
|
8943
8926
|
children: /* @__PURE__ */ a(qe, { preview: e.preview })
|
|
8944
8927
|
}
|
|
8945
8928
|
),
|
|
8946
|
-
/* @__PURE__ */ f("div", { className:
|
|
8929
|
+
/* @__PURE__ */ f("div", { className: Lt.textContent, children: [
|
|
8947
8930
|
/* @__PURE__ */ a(
|
|
8948
8931
|
O,
|
|
8949
8932
|
{
|
|
8950
|
-
className:
|
|
8933
|
+
className: Lt.sectionDescription,
|
|
8951
8934
|
target: e?.info?.link?.target,
|
|
8952
8935
|
href: t ? e.info.link.url : e?.info?.section?.url,
|
|
8953
8936
|
children: (t ? e?.main?.title?.section : e?.info?.section?.name) ?? ""
|
|
8954
8937
|
}
|
|
8955
8938
|
),
|
|
8956
|
-
/* @__PURE__ */ a("p", { className:
|
|
8939
|
+
/* @__PURE__ */ a("p", { className: Lt.dateText, children: je(e?.info?.date?.modified) })
|
|
8957
8940
|
] })
|
|
8958
8941
|
]
|
|
8959
8942
|
}
|
|
8960
8943
|
) : null;
|
|
8961
|
-
},
|
|
8962
|
-
content:
|
|
8963
|
-
contentSeparator:
|
|
8964
|
-
},
|
|
8965
|
-
newsContent:
|
|
8966
|
-
contentSeparator:
|
|
8967
|
-
hasLinesBlock:
|
|
8968
|
-
},
|
|
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) => {
|
|
8969
8952
|
if (!e.content || e.content.length === 0) return;
|
|
8970
8953
|
const t = e.slot_id && e.slot_id !== "Nota_1";
|
|
8971
8954
|
return /* @__PURE__ */ a(pe, { title: e.title, children: /* @__PURE__ */ a(
|
|
@@ -8991,7 +8974,7 @@ const A5 = (e) => {
|
|
|
8991
8974
|
{
|
|
8992
8975
|
className: e.hasLines ? da.hasLinesBlock : "",
|
|
8993
8976
|
children: /* @__PURE__ */ rt(
|
|
8994
|
-
|
|
8977
|
+
rf,
|
|
8995
8978
|
{
|
|
8996
8979
|
...r,
|
|
8997
8980
|
key: s,
|
|
@@ -9004,7 +8987,7 @@ const A5 = (e) => {
|
|
|
9004
8987
|
})
|
|
9005
8988
|
}
|
|
9006
8989
|
) });
|
|
9007
|
-
},
|
|
8990
|
+
}, hf = (e) => {
|
|
9008
8991
|
const { content: t, title: n, slot_id: s } = e, r = e.slot_id && e.slot_id !== "Nota_1";
|
|
9009
8992
|
return t && t.length !== 0 && /* @__PURE__ */ a(pe, { title: n, titleUrl: e.titleUrl, children: /* @__PURE__ */ a(
|
|
9010
8993
|
xt,
|
|
@@ -9032,22 +9015,22 @@ const A5 = (e) => {
|
|
|
9032
9015
|
"--heightImageOverwrite": e.heightImageOverwrite,
|
|
9033
9016
|
"--heightImageOverwriteMobile": e.heightImageOverwriteMobile
|
|
9034
9017
|
},
|
|
9035
|
-
children: /* @__PURE__ */ a(
|
|
9018
|
+
children: /* @__PURE__ */ a(Ln, { ...c, paths: e.paths })
|
|
9036
9019
|
},
|
|
9037
9020
|
i
|
|
9038
9021
|
);
|
|
9039
9022
|
})
|
|
9040
9023
|
}
|
|
9041
9024
|
) });
|
|
9042
|
-
},
|
|
9043
|
-
content:
|
|
9044
|
-
imageStyled:
|
|
9045
|
-
contentIcon:
|
|
9046
|
-
boxInformation:
|
|
9047
|
-
comment:
|
|
9048
|
-
title:
|
|
9049
|
-
authorName:
|
|
9050
|
-
},
|
|
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) => {
|
|
9051
9034
|
const { data: t } = e;
|
|
9052
9035
|
return /* @__PURE__ */ f("div", { className: at.content, children: [
|
|
9053
9036
|
Array.isArray(t.authors) && t?.authors[0]?.image ? /* @__PURE__ */ a(
|
|
@@ -9080,7 +9063,7 @@ const A5 = (e) => {
|
|
|
9080
9063
|
/* @__PURE__ */ a("p", { className: at.comment, children: t?.main?.subtitle?.striped })
|
|
9081
9064
|
] })
|
|
9082
9065
|
] });
|
|
9083
|
-
},
|
|
9066
|
+
}, Cf = (e) => {
|
|
9084
9067
|
const t = e.slot_id && e.slot_id !== "Nota_1";
|
|
9085
9068
|
return /* @__PURE__ */ a(pe, { titleUrl: e.titleUrl, title: e.title, children: /* @__PURE__ */ a(
|
|
9086
9069
|
xt,
|
|
@@ -9101,7 +9084,7 @@ const A5 = (e) => {
|
|
|
9101
9084
|
}
|
|
9102
9085
|
};
|
|
9103
9086
|
return /* @__PURE__ */ a(
|
|
9104
|
-
|
|
9087
|
+
bf,
|
|
9105
9088
|
{
|
|
9106
9089
|
autorIcon: e.autorIcon,
|
|
9107
9090
|
data: r,
|
|
@@ -9112,11 +9095,11 @@ const A5 = (e) => {
|
|
|
9112
9095
|
})
|
|
9113
9096
|
}
|
|
9114
9097
|
) });
|
|
9115
|
-
},
|
|
9116
|
-
content:
|
|
9117
|
-
newsContentSection:
|
|
9118
|
-
itemContent:
|
|
9119
|
-
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
|
|
9120
9103
|
}, ua = (e) => {
|
|
9121
9104
|
const { item: t, option: n } = e;
|
|
9122
9105
|
switch (n) {
|
|
@@ -9158,7 +9141,7 @@ const A5 = (e) => {
|
|
|
9158
9141
|
default:
|
|
9159
9142
|
return /* @__PURE__ */ a("div", { className: Ke.ItemCustomContent, children: /* @__PURE__ */ a(Xe, { ...t, paths: e.paths }) });
|
|
9160
9143
|
}
|
|
9161
|
-
},
|
|
9144
|
+
}, _3 = (e) => {
|
|
9162
9145
|
const {
|
|
9163
9146
|
data: t,
|
|
9164
9147
|
currentPage: n,
|
|
@@ -9308,10 +9291,10 @@ const A5 = (e) => {
|
|
|
9308
9291
|
default:
|
|
9309
9292
|
return /* @__PURE__ */ a(J, {});
|
|
9310
9293
|
}
|
|
9311
|
-
},
|
|
9312
|
-
content:
|
|
9313
|
-
contactInfoContent:
|
|
9314
|
-
},
|
|
9294
|
+
}, xf = "_content_gwsqy_1", If = "_contactInfoContent_gwsqy_7", ps = {
|
|
9295
|
+
content: xf,
|
|
9296
|
+
contactInfoContent: If
|
|
9297
|
+
}, N3 = (e) => {
|
|
9315
9298
|
const { data: t } = e;
|
|
9316
9299
|
return /* @__PURE__ */ a("section", { className: ps.content, children: t.map((n, s) => /* @__PURE__ */ a(
|
|
9317
9300
|
"div",
|
|
@@ -9323,25 +9306,25 @@ const A5 = (e) => {
|
|
|
9323
9306
|
},
|
|
9324
9307
|
s
|
|
9325
9308
|
)) });
|
|
9326
|
-
},
|
|
9327
|
-
tagContent:
|
|
9328
|
-
contentLayout2:
|
|
9329
|
-
contentHeader:
|
|
9330
|
-
},
|
|
9331
|
-
content:
|
|
9332
|
-
},
|
|
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(
|
|
9333
9316
|
"div",
|
|
9334
9317
|
{
|
|
9335
|
-
className: `content-layout-2 ${
|
|
9318
|
+
className: `content-layout-2 ${Rf.content} ${t}`,
|
|
9336
9319
|
children: e
|
|
9337
9320
|
}
|
|
9338
|
-
),
|
|
9339
|
-
container:
|
|
9340
|
-
note:
|
|
9341
|
-
commercial:
|
|
9342
|
-
commercialContent:
|
|
9343
|
-
complement:
|
|
9344
|
-
},
|
|
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: [
|
|
9345
9328
|
/* @__PURE__ */ a("div", { className: Bt.note, children: e.children }),
|
|
9346
9329
|
/* @__PURE__ */ a("div", { className: Bt.commercial, children: /* @__PURE__ */ f("div", { className: Bt.commercialContent, children: [
|
|
9347
9330
|
e.slug === "liveblogs" && /* @__PURE__ */ a(V1, { itemList: e.itemList }),
|
|
@@ -9364,7 +9347,7 @@ const A5 = (e) => {
|
|
|
9364
9347
|
/* @__PURE__ */ a("div", { style: { position: "sticky", top: "110px" }, children: e.banner })
|
|
9365
9348
|
] }) }),
|
|
9366
9349
|
/* @__PURE__ */ a("div", { className: Bt.complement, children: e.complement })
|
|
9367
|
-
] }),
|
|
9350
|
+
] }), Qf = (e) => {
|
|
9368
9351
|
const t = {
|
|
9369
9352
|
...e.news[0],
|
|
9370
9353
|
config: {
|
|
@@ -9450,19 +9433,19 @@ const A5 = (e) => {
|
|
|
9450
9433
|
}
|
|
9451
9434
|
);
|
|
9452
9435
|
}
|
|
9453
|
-
},
|
|
9454
|
-
content:
|
|
9455
|
-
contentWithinCard:
|
|
9456
|
-
contentDate:
|
|
9457
|
-
dateInfo:
|
|
9458
|
-
dot:
|
|
9459
|
-
contentTitle:
|
|
9460
|
-
contentTextList:
|
|
9461
|
-
contentButton:
|
|
9462
|
-
linkStyled:
|
|
9463
|
-
},
|
|
9464
|
-
content:
|
|
9465
|
-
},
|
|
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) => {
|
|
9466
9449
|
if (!n) return e;
|
|
9467
9450
|
const s = /<span data-src="(.*?)"><\/span>/g, r = [...e.matchAll(s)];
|
|
9468
9451
|
let o = e;
|
|
@@ -9497,7 +9480,7 @@ const A5 = (e) => {
|
|
|
9497
9480
|
o = o.replace(c, v);
|
|
9498
9481
|
}
|
|
9499
9482
|
return o;
|
|
9500
|
-
},
|
|
9483
|
+
}, t0 = (e) => e.replace(/<p>(\s| )+<\/p>/g, ""), n0 = (e) => {
|
|
9501
9484
|
const t = /src="\/(.*?)"/g;
|
|
9502
9485
|
return e.replace(t, `src="${jt()}/$1"`);
|
|
9503
9486
|
}, As = {
|
|
@@ -9507,12 +9490,12 @@ const A5 = (e) => {
|
|
|
9507
9490
|
10: 4,
|
|
9508
9491
|
13: 5
|
|
9509
9492
|
};
|
|
9510
|
-
function
|
|
9493
|
+
function a0(e) {
|
|
9511
9494
|
if (!e) return e;
|
|
9512
9495
|
const t = e.indexOf("/video");
|
|
9513
9496
|
return t === -1 ? e : e.substring(t);
|
|
9514
9497
|
}
|
|
9515
|
-
async function
|
|
9498
|
+
async function s0(e, t) {
|
|
9516
9499
|
let n = "", s = 0;
|
|
9517
9500
|
const r = /<span\b[^>]*data-src=["']([^"']+)["'][^>]*>[\s\S]*?<\/span>/gi;
|
|
9518
9501
|
let o;
|
|
@@ -9521,7 +9504,7 @@ async function n0(e, t) {
|
|
|
9521
9504
|
n += e.slice(s, i);
|
|
9522
9505
|
const d = o[0];
|
|
9523
9506
|
let l = o[1] ?? "";
|
|
9524
|
-
l && (l =
|
|
9507
|
+
l && (l = a0(l));
|
|
9525
9508
|
const u = /data-type\s*=\s*["']?video["']?/i.test(d) || /video-type\s*=\s*["']?embedded["']?/i.test(d);
|
|
9526
9509
|
let m = d;
|
|
9527
9510
|
if (u && l)
|
|
@@ -9566,13 +9549,13 @@ async function n0(e, t) {
|
|
|
9566
9549
|
}
|
|
9567
9550
|
return n += e.slice(s), n;
|
|
9568
9551
|
}
|
|
9569
|
-
function
|
|
9552
|
+
function r0(e) {
|
|
9570
9553
|
return e.replace(
|
|
9571
9554
|
/<script[^>]*src=["']https:\/\/platform\.twitter\.com\/widgets\.js["'][^>]*><\/script>/gi,
|
|
9572
9555
|
""
|
|
9573
9556
|
);
|
|
9574
9557
|
}
|
|
9575
|
-
const
|
|
9558
|
+
const o0 = async ({
|
|
9576
9559
|
itemList: e,
|
|
9577
9560
|
slug: t,
|
|
9578
9561
|
banners: n,
|
|
@@ -9582,9 +9565,9 @@ const s0 = async ({
|
|
|
9582
9565
|
}) => {
|
|
9583
9566
|
if (!e || e.length === 0 || !e[0]) return;
|
|
9584
9567
|
const i = e[0].list?.items?.map(async (c) => {
|
|
9585
|
-
const d =
|
|
9586
|
-
let l =
|
|
9587
|
-
return l =
|
|
9568
|
+
const d = t0(c.body.rendered);
|
|
9569
|
+
let l = n0(d);
|
|
9570
|
+
return l = r0(l), l = await s0(
|
|
9588
9571
|
l,
|
|
9589
9572
|
r
|
|
9590
9573
|
), {
|
|
@@ -9596,7 +9579,7 @@ const s0 = async ({
|
|
|
9596
9579
|
};
|
|
9597
9580
|
});
|
|
9598
9581
|
return /* @__PURE__ */ a("section", { className: We.content, id: "block-notes-list", children: i?.map(async (c, d) => /* @__PURE__ */ f(wn, { children: [
|
|
9599
|
-
/* @__PURE__ */ a(
|
|
9582
|
+
/* @__PURE__ */ a(Xf, { id: `item-${d + 1}`, children: /* @__PURE__ */ f("div", { className: We.contentWithinCard, children: [
|
|
9600
9583
|
(await c).date > 0 && /* @__PURE__ */ f("div", { className: We.contentDate, children: [
|
|
9601
9584
|
/* @__PURE__ */ a(
|
|
9602
9585
|
"span",
|
|
@@ -9625,7 +9608,7 @@ const s0 = async ({
|
|
|
9625
9608
|
{
|
|
9626
9609
|
className: `contentTextList ${We.contentTextList}`,
|
|
9627
9610
|
dangerouslySetInnerHTML: {
|
|
9628
|
-
__html: await
|
|
9611
|
+
__html: await e0(
|
|
9629
9612
|
(await c).body.rendered.replace(/ /g, ""),
|
|
9630
9613
|
s,
|
|
9631
9614
|
o
|
|
@@ -9652,7 +9635,7 @@ const s0 = async ({
|
|
|
9652
9635
|
d
|
|
9653
9636
|
)
|
|
9654
9637
|
] }, d)) });
|
|
9655
|
-
},
|
|
9638
|
+
}, i0 = {
|
|
9656
9639
|
FaceBook: "facebook",
|
|
9657
9640
|
Instagram: "instagram",
|
|
9658
9641
|
WhatsApp: "whatsapp",
|
|
@@ -9663,7 +9646,7 @@ const s0 = async ({
|
|
|
9663
9646
|
Podcast: "podcast",
|
|
9664
9647
|
Telegram: "telegram"
|
|
9665
9648
|
};
|
|
9666
|
-
function
|
|
9649
|
+
function c0({ url: e }) {
|
|
9667
9650
|
return e && e !== "" && /* @__PURE__ */ f(O, { href: e, className: de.googleProfileButton, children: [
|
|
9668
9651
|
/* @__PURE__ */ a(
|
|
9669
9652
|
"svg",
|
|
@@ -9681,17 +9664,17 @@ function o0({ url: e }) {
|
|
|
9681
9664
|
}
|
|
9682
9665
|
),
|
|
9683
9666
|
"Síguenos en",
|
|
9684
|
-
/* @__PURE__ */ a(
|
|
9667
|
+
/* @__PURE__ */ a(l0, {})
|
|
9685
9668
|
] });
|
|
9686
9669
|
}
|
|
9687
|
-
const
|
|
9670
|
+
const l0 = () => /* @__PURE__ */ f("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 272 92", width: "272", height: "92", children: [
|
|
9688
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" }),
|
|
9689
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" }),
|
|
9690
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" }),
|
|
9691
9674
|
/* @__PURE__ */ a("path", { fill: "#34A853", d: "M225 3v65h-9.5V3h9.5z" }),
|
|
9692
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" }),
|
|
9693
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" })
|
|
9694
|
-
] }),
|
|
9677
|
+
] }), d0 = async (e) => {
|
|
9695
9678
|
if (!e.news || !e.news.authors) return null;
|
|
9696
9679
|
const { news: t, socials: n, texts: s } = e, r = t.authors.map(
|
|
9697
9680
|
(c) => c.internaluser ? `<a href="${`/${e.paths.autor}/${c.name}`}">${c.fullname}</a>` : c.fullname
|
|
@@ -9701,7 +9684,7 @@ const i0 = () => /* @__PURE__ */ f("svg", { xmlns: "http://www.w3.org/2000/svg",
|
|
|
9701
9684
|
"a",
|
|
9702
9685
|
{
|
|
9703
9686
|
className: de.whatsappLink,
|
|
9704
|
-
href: n[
|
|
9687
|
+
href: n[i0.WhatsApp].url,
|
|
9705
9688
|
rel: "noreferrer",
|
|
9706
9689
|
target: "_blank",
|
|
9707
9690
|
children: [
|
|
@@ -9739,7 +9722,7 @@ const i0 = () => /* @__PURE__ */ f("svg", { xmlns: "http://www.w3.org/2000/svg",
|
|
|
9739
9722
|
children: /* @__PURE__ */ a(Md, { noteShare: e.noteShare })
|
|
9740
9723
|
}
|
|
9741
9724
|
),
|
|
9742
|
-
/* @__PURE__ */ a(
|
|
9725
|
+
/* @__PURE__ */ a(c0, { url: e.noteShare?.googleProfile ?? "" }),
|
|
9743
9726
|
/* @__PURE__ */ f("section", { className: de.journalistSection, children: [
|
|
9744
9727
|
/* @__PURE__ */ a(
|
|
9745
9728
|
"div",
|
|
@@ -9781,22 +9764,22 @@ const i0 = () => /* @__PURE__ */ f("svg", { xmlns: "http://www.w3.org/2000/svg",
|
|
|
9781
9764
|
)
|
|
9782
9765
|
] })
|
|
9783
9766
|
] }) });
|
|
9784
|
-
},
|
|
9785
|
-
content:
|
|
9786
|
-
journalistArticleContent:
|
|
9787
|
-
contentNews:
|
|
9788
|
-
noteSource:
|
|
9789
|
-
},
|
|
9790
|
-
summaryContent:
|
|
9791
|
-
},
|
|
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(
|
|
9792
9775
|
"section",
|
|
9793
9776
|
{
|
|
9794
|
-
className: `${
|
|
9777
|
+
className: `${p0.summaryContent} sass-summary-content`,
|
|
9795
9778
|
dangerouslySetInnerHTML: {
|
|
9796
9779
|
__html: e.rendered
|
|
9797
9780
|
}
|
|
9798
9781
|
}
|
|
9799
|
-
),
|
|
9782
|
+
), w0 = async ({
|
|
9800
9783
|
newsformated: e,
|
|
9801
9784
|
internal: t,
|
|
9802
9785
|
commonServices: n
|
|
@@ -9821,7 +9804,7 @@ const i0 = () => /* @__PURE__ */ f("svg", { xmlns: "http://www.w3.org/2000/svg",
|
|
|
9821
9804
|
/* @__PURE__ */ a("div", { className: bn.description, children: o && o[0]?.description })
|
|
9822
9805
|
] });
|
|
9823
9806
|
};
|
|
9824
|
-
function
|
|
9807
|
+
function y0(e) {
|
|
9825
9808
|
const t = e.children, n = `${e.slot_id}-`, s = e.visibleItems, r = e.cardGap ?? 20;
|
|
9826
9809
|
function o(c) {
|
|
9827
9810
|
const d = [], l = [];
|
|
@@ -9891,7 +9874,7 @@ function A0(e) {
|
|
|
9891
9874
|
</div>
|
|
9892
9875
|
`;
|
|
9893
9876
|
}
|
|
9894
|
-
const
|
|
9877
|
+
const v0 = (e) => /* @__PURE__ */ a(
|
|
9895
9878
|
"svg",
|
|
9896
9879
|
{
|
|
9897
9880
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -9907,10 +9890,10 @@ const w0 = (e) => /* @__PURE__ */ a(
|
|
|
9907
9890
|
}
|
|
9908
9891
|
)
|
|
9909
9892
|
}
|
|
9910
|
-
),
|
|
9911
|
-
content:
|
|
9912
|
-
title:
|
|
9913
|
-
},
|
|
9893
|
+
), b0 = "_content_cu8lm_1", C0 = "_title_cu8lm_18", ws = {
|
|
9894
|
+
content: b0,
|
|
9895
|
+
title: C0
|
|
9896
|
+
}, _0 = async ({
|
|
9914
9897
|
newsformated: e,
|
|
9915
9898
|
internal: t,
|
|
9916
9899
|
commonServices: n
|
|
@@ -9939,10 +9922,10 @@ const w0 = (e) => /* @__PURE__ */ a(
|
|
|
9939
9922
|
} catch {
|
|
9940
9923
|
return null;
|
|
9941
9924
|
}
|
|
9942
|
-
},
|
|
9943
|
-
content:
|
|
9944
|
-
title:
|
|
9945
|
-
},
|
|
9925
|
+
}, N0 = "_content_cu8lm_1", S0 = "_title_cu8lm_18", Wn = {
|
|
9926
|
+
content: N0,
|
|
9927
|
+
title: S0
|
|
9928
|
+
}, E0 = async ({
|
|
9946
9929
|
newsformated: e,
|
|
9947
9930
|
internal: t,
|
|
9948
9931
|
commonServices: n
|
|
@@ -9972,9 +9955,9 @@ const w0 = (e) => /* @__PURE__ */ a(
|
|
|
9972
9955
|
} catch {
|
|
9973
9956
|
return null;
|
|
9974
9957
|
}
|
|
9975
|
-
},
|
|
9976
|
-
content:
|
|
9977
|
-
},
|
|
9958
|
+
}, x0 = "_content_ezbiw_1", I0 = {
|
|
9959
|
+
content: x0
|
|
9960
|
+
}, T0 = async ({
|
|
9978
9961
|
newsformated: e,
|
|
9979
9962
|
internal: t,
|
|
9980
9963
|
commonServices: n
|
|
@@ -9990,27 +9973,27 @@ const w0 = (e) => /* @__PURE__ */ a(
|
|
|
9990
9973
|
return typeof c != "string" || c.trim() === "" ? null : /* @__PURE__ */ a(
|
|
9991
9974
|
"div",
|
|
9992
9975
|
{
|
|
9993
|
-
className:
|
|
9976
|
+
className: I0.content,
|
|
9994
9977
|
dangerouslySetInnerHTML: { __html: c }
|
|
9995
9978
|
}
|
|
9996
9979
|
);
|
|
9997
9980
|
} catch {
|
|
9998
9981
|
return null;
|
|
9999
9982
|
}
|
|
10000
|
-
},
|
|
10001
|
-
content:
|
|
9983
|
+
}, k0 = "_content_156j7_1", U0 = {
|
|
9984
|
+
content: k0
|
|
10002
9985
|
}, ht = {
|
|
10003
9986
|
videoEmbedded: "videoEmbedded",
|
|
10004
9987
|
videoYouTube: "videoYouTube",
|
|
10005
9988
|
iframe: "iframe",
|
|
10006
9989
|
fotoGaleria: "fotogaleria"
|
|
10007
|
-
},
|
|
10008
|
-
[ht.videoEmbedded]:
|
|
10009
|
-
[ht.videoYouTube]:
|
|
10010
|
-
[ht.iframe]:
|
|
10011
|
-
},
|
|
10012
|
-
const { config: n, info: s } = e, r = n.articlepreview, o = s.link.internal, i = r ?
|
|
10013
|
-
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(
|
|
10014
9997
|
i,
|
|
10015
9998
|
{
|
|
10016
9999
|
newsformated: e,
|
|
@@ -10018,16 +10001,16 @@ const w0 = (e) => /* @__PURE__ */ a(
|
|
|
10018
10001
|
commonServices: t
|
|
10019
10002
|
}
|
|
10020
10003
|
) }) : null;
|
|
10021
|
-
},
|
|
10004
|
+
}, L0 = (e) => e.replace(
|
|
10022
10005
|
/<iframe(?![^>]*\bloading=)[^>]*>/gi,
|
|
10023
10006
|
(n) => n.replace("<iframe", '<iframe loading="lazy"')
|
|
10024
|
-
),
|
|
10007
|
+
), B0 = (e) => e.replace(
|
|
10025
10008
|
/<iframe(?![^>]*\btitle=)[^>]*>/gi,
|
|
10026
10009
|
(n) => n.replace("<iframe", '<iframe title="frame custom content"')
|
|
10027
|
-
),
|
|
10010
|
+
), O0 = (e) => e.replace(
|
|
10028
10011
|
/<span\b[^>]*class=["'][^"']*video__title[^"']*["'][^>]*>[\s\S]*?<\/span>/gi,
|
|
10029
10012
|
""
|
|
10030
|
-
),
|
|
10013
|
+
), P0 = async (e) => {
|
|
10031
10014
|
const { PUBLIC_IS_OFFLINE: t } = Y();
|
|
10032
10015
|
if (!(t === "true")) {
|
|
10033
10016
|
const l = /<img\b[^>]*\bsrc=["']([^"']+)["']/g, u = [...e.matchAll(l)], m = {};
|
|
@@ -10113,7 +10096,7 @@ const w0 = (e) => /* @__PURE__ */ a(
|
|
|
10113
10096
|
s = s.replace(u, b);
|
|
10114
10097
|
}
|
|
10115
10098
|
return s;
|
|
10116
|
-
},
|
|
10099
|
+
}, D0 = (e, t) => {
|
|
10117
10100
|
const n = {
|
|
10118
10101
|
2: 1,
|
|
10119
10102
|
4: 2,
|
|
@@ -10143,7 +10126,7 @@ const w0 = (e) => /* @__PURE__ */ a(
|
|
|
10143
10126
|
return c;
|
|
10144
10127
|
}
|
|
10145
10128
|
), r;
|
|
10146
|
-
},
|
|
10129
|
+
}, M0 = (e) => {
|
|
10147
10130
|
const t = /<div class="ck-image-gallery"[^>]*?>([\s\S]*?)<\/div>/g, n = [...e.matchAll(t)];
|
|
10148
10131
|
let s = "", r = 0;
|
|
10149
10132
|
for (const o of n) {
|
|
@@ -10153,7 +10136,7 @@ const w0 = (e) => /* @__PURE__ */ a(
|
|
|
10153
10136
|
(g) => g[1]
|
|
10154
10137
|
).map(
|
|
10155
10138
|
(g) => `<img fetchPriority='low' loading='lazy' alt='imagen' src="${g}" class="carrusel-note-item" width="800" height="469"/>`
|
|
10156
|
-
), h = "gallery_embeded" + d.toString(), p =
|
|
10139
|
+
), h = "gallery_embeded" + d.toString(), p = y0({
|
|
10157
10140
|
slot_id: h,
|
|
10158
10141
|
children: m,
|
|
10159
10142
|
visibleItems: 1,
|
|
@@ -10162,7 +10145,7 @@ const w0 = (e) => /* @__PURE__ */ a(
|
|
|
10162
10145
|
s += p, r = l;
|
|
10163
10146
|
}
|
|
10164
10147
|
return s += e.slice(r), s;
|
|
10165
|
-
},
|
|
10148
|
+
}, j0 = async (e, t, n) => {
|
|
10166
10149
|
if (!n) return e;
|
|
10167
10150
|
const s = /<span data-src="(.*?)"><\/span>/g, r = [...e.matchAll(s)];
|
|
10168
10151
|
let o = e;
|
|
@@ -10192,7 +10175,7 @@ const w0 = (e) => /* @__PURE__ */ a(
|
|
|
10192
10175
|
}
|
|
10193
10176
|
return o;
|
|
10194
10177
|
};
|
|
10195
|
-
async function
|
|
10178
|
+
async function Q0(e, t) {
|
|
10196
10179
|
let n = "", s = 0;
|
|
10197
10180
|
const r = /<div\b[^>]*\bclass=(["'])(?:(?!\1).)*\bck-video-player\b(?:(?!\1).)*\1[^>]*>/gi;
|
|
10198
10181
|
let o;
|
|
@@ -10276,9 +10259,9 @@ async function M0(e, t) {
|
|
|
10276
10259
|
w = h;
|
|
10277
10260
|
s = m, n += w, r.lastIndex = m;
|
|
10278
10261
|
}
|
|
10279
|
-
return n += e.slice(s), n =
|
|
10262
|
+
return n += e.slice(s), n = O0(n), n;
|
|
10280
10263
|
}
|
|
10281
|
-
async function
|
|
10264
|
+
async function G0(e) {
|
|
10282
10265
|
const {
|
|
10283
10266
|
news: t,
|
|
10284
10267
|
banners: n,
|
|
@@ -10291,15 +10274,15 @@ async function j0(e) {
|
|
|
10291
10274
|
commonServices: l
|
|
10292
10275
|
} = e;
|
|
10293
10276
|
let u = t?.body?.rendered ?? "";
|
|
10294
|
-
u = u.replace(/ /g, ""), u =
|
|
10277
|
+
u = u.replace(/ /g, ""), u = D0(u, n), u = M0(u), u = await P0(u), u = await j0(
|
|
10295
10278
|
u,
|
|
10296
10279
|
e.texts,
|
|
10297
10280
|
s
|
|
10298
|
-
), u = await
|
|
10281
|
+
), u = await Q0(u, d), u = L0(u), u = B0(u);
|
|
10299
10282
|
const m = t.main.sources ?? [], h = t.config.articlepreview === ht.fotoGaleria && t.hascontent?.hasgalleryimages;
|
|
10300
10283
|
return /* @__PURE__ */ f("div", { className: sn.content, children: [
|
|
10301
10284
|
o !== "liveblogs" && e.showHeaderImage ? h ? /* @__PURE__ */ a(
|
|
10302
|
-
|
|
10285
|
+
w0,
|
|
10303
10286
|
{
|
|
10304
10287
|
commonServices: l,
|
|
10305
10288
|
newsformated: t,
|
|
@@ -10308,7 +10291,7 @@ async function j0(e) {
|
|
|
10308
10291
|
) : /* @__PURE__ */ a(Cr, { preview: t.preview }) : null,
|
|
10309
10292
|
/* @__PURE__ */ a(we, { banners: n, name: "block_1" }),
|
|
10310
10293
|
/* @__PURE__ */ a("div", { className: sn.journalistArticleContent, children: /* @__PURE__ */ a(
|
|
10311
|
-
|
|
10294
|
+
d0,
|
|
10312
10295
|
{
|
|
10313
10296
|
autorIcon: e.autorIcon,
|
|
10314
10297
|
socials: c,
|
|
@@ -10318,7 +10301,7 @@ async function j0(e) {
|
|
|
10318
10301
|
paths: e.paths
|
|
10319
10302
|
}
|
|
10320
10303
|
) }),
|
|
10321
|
-
/* @__PURE__ */ a(
|
|
10304
|
+
/* @__PURE__ */ a(A0, { summary: t.main.summary }),
|
|
10322
10305
|
/* @__PURE__ */ a(
|
|
10323
10306
|
"div",
|
|
10324
10307
|
{
|
|
@@ -10329,7 +10312,7 @@ async function j0(e) {
|
|
|
10329
10312
|
}
|
|
10330
10313
|
),
|
|
10331
10314
|
/* @__PURE__ */ a(
|
|
10332
|
-
|
|
10315
|
+
o0,
|
|
10333
10316
|
{
|
|
10334
10317
|
texts: e.texts,
|
|
10335
10318
|
itemList: i,
|
|
@@ -10340,12 +10323,12 @@ async function j0(e) {
|
|
|
10340
10323
|
}
|
|
10341
10324
|
),
|
|
10342
10325
|
m.length > 0 && /* @__PURE__ */ f("div", { className: sn.noteSource, children: [
|
|
10343
|
-
/* @__PURE__ */ a(
|
|
10326
|
+
/* @__PURE__ */ a(v0, {}),
|
|
10344
10327
|
/* @__PURE__ */ a("p", { children: e.texts.noteSource + (m.length === 1 ? "" : "s") + ": " + m.map((p) => p.name).join(", ") })
|
|
10345
10328
|
] })
|
|
10346
10329
|
] });
|
|
10347
10330
|
}
|
|
10348
|
-
const
|
|
10331
|
+
const H0 = (e) => {
|
|
10349
10332
|
const { content: t, title: n, slot_id: s } = e, r = e.slot_id && e.slot_id !== "Nota_1";
|
|
10350
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) => {
|
|
10351
10334
|
const c = { ...o, main: {
|
|
@@ -10353,7 +10336,7 @@ const Q0 = (e) => {
|
|
|
10353
10336
|
title: { ...o.main.title, section: r ? o.main.title.home : o.main.title.section }
|
|
10354
10337
|
} };
|
|
10355
10338
|
return /* @__PURE__ */ a(
|
|
10356
|
-
|
|
10339
|
+
Ln,
|
|
10357
10340
|
{
|
|
10358
10341
|
...c,
|
|
10359
10342
|
titleGradient: !0,
|
|
@@ -10362,7 +10345,7 @@ const Q0 = (e) => {
|
|
|
10362
10345
|
i
|
|
10363
10346
|
);
|
|
10364
10347
|
}) }) });
|
|
10365
|
-
},
|
|
10348
|
+
}, z0 = (e) => {
|
|
10366
10349
|
const { content: t, title: n, slot_id: s } = e, r = e.slot_id && e.slot_id !== "Nota_1";
|
|
10367
10350
|
return t && t.length !== 0 && /* @__PURE__ */ a(pe, { title: n, titleUrl: e.titleUrl, children: /* @__PURE__ */ a(
|
|
10368
10351
|
xt,
|
|
@@ -10377,7 +10360,7 @@ const Q0 = (e) => {
|
|
|
10377
10360
|
title: { ...o.main.title, section: r ? o.main.title.home : o.main.title.section }
|
|
10378
10361
|
} };
|
|
10379
10362
|
return /* @__PURE__ */ a(
|
|
10380
|
-
|
|
10363
|
+
Ln,
|
|
10381
10364
|
{
|
|
10382
10365
|
...c,
|
|
10383
10366
|
titleGradient: !0,
|
|
@@ -10388,7 +10371,7 @@ const Q0 = (e) => {
|
|
|
10388
10371
|
})
|
|
10389
10372
|
}
|
|
10390
10373
|
) });
|
|
10391
|
-
},
|
|
10374
|
+
}, V0 = (e) => {
|
|
10392
10375
|
const { content: t, title: n, slot_id: s } = e, r = e.slot_id && e.slot_id !== "Nota_1";
|
|
10393
10376
|
return t && t.length !== 0 && /* @__PURE__ */ a(pe, { title: n, titleUrl: e.titleUrl, children: /* @__PURE__ */ a(
|
|
10394
10377
|
xt,
|
|
@@ -10404,7 +10387,7 @@ const Q0 = (e) => {
|
|
|
10404
10387
|
title: { ...o.main.title, section: r ? o.main.title.home : o.main.title.section }
|
|
10405
10388
|
} };
|
|
10406
10389
|
return /* @__PURE__ */ rt(
|
|
10407
|
-
|
|
10390
|
+
Ln,
|
|
10408
10391
|
{
|
|
10409
10392
|
...c,
|
|
10410
10393
|
key: i,
|
|
@@ -10420,15 +10403,15 @@ const Q0 = (e) => {
|
|
|
10420
10403
|
for (const n in e)
|
|
10421
10404
|
n.startsWith("--") && (t[n] = e[n]);
|
|
10422
10405
|
return t;
|
|
10423
|
-
},
|
|
10424
|
-
headerSection:
|
|
10425
|
-
title:
|
|
10426
|
-
subtitle:
|
|
10427
|
-
newsContent:
|
|
10428
|
-
containerCards:
|
|
10429
|
-
image:
|
|
10430
|
-
blockHeadContainer:
|
|
10431
|
-
},
|
|
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) => {
|
|
10432
10415
|
const { content: t, title: n, isVideo: s } = e;
|
|
10433
10416
|
if (!t || t.length === 0) return;
|
|
10434
10417
|
const r = t[0], o = t.slice(1), i = e.slot_id && e.slot_id !== "Nota_1";
|
|
@@ -10477,17 +10460,17 @@ const Q0 = (e) => {
|
|
|
10477
10460
|
banner: (e) => /* @__PURE__ */ a(we, { ...e, name: e.slot_id.replace("Home", "block") }),
|
|
10478
10461
|
readest: (e) => /* @__PURE__ */ a(Sa, { ...e }),
|
|
10479
10462
|
"Modulo 1x3": (e) => /* @__PURE__ */ a(Ir, { ...e }),
|
|
10480
|
-
"Modulo 1x4": (e) => /* @__PURE__ */ a(
|
|
10481
|
-
"Modulo 1x5": (e) => /* @__PURE__ */ a(
|
|
10482
|
-
"Destacado noticias": (e) => /* @__PURE__ */ a(
|
|
10483
|
-
"Destacado full width": (e) => /* @__PURE__ */ a(
|
|
10484
|
-
"Destacado videos": (e) => /* @__PURE__ */ a(
|
|
10485
|
-
"Carrusel card": (e) => /* @__PURE__ */ a(
|
|
10486
|
-
"Carrusel story": (e) => /* @__PURE__ */ a(
|
|
10487
|
-
"Carrusel owl": (e) => /* @__PURE__ */ a(
|
|
10488
|
-
"Modulo fotogaleria": (e) => /* @__PURE__ */ a(
|
|
10489
|
-
"Carrusel opinion": (e) => /* @__PURE__ */ a(
|
|
10490
|
-
"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 })
|
|
10491
10474
|
};
|
|
10492
10475
|
function Tr({
|
|
10493
10476
|
component: e,
|
|
@@ -10498,7 +10481,7 @@ function Tr({
|
|
|
10498
10481
|
if (s)
|
|
10499
10482
|
return ys[e] && /* @__PURE__ */ a("div", { className: "home-slot", style: Ta(n), children: ys[e]({ ...n, banners: s, slot_id: t }) });
|
|
10500
10483
|
}
|
|
10501
|
-
function
|
|
10484
|
+
function S3({
|
|
10502
10485
|
children: e,
|
|
10503
10486
|
stylesConfigEntry: t
|
|
10504
10487
|
}) {
|
|
@@ -10544,7 +10527,7 @@ const vs = {
|
|
|
10544
10527
|
},
|
|
10545
10528
|
Super: (e) => /* @__PURE__ */ a(_t, { ...e.data[0], paths: e.paths }),
|
|
10546
10529
|
"3 notas verticales": (e) => /* @__PURE__ */ a(
|
|
10547
|
-
|
|
10530
|
+
o2,
|
|
10548
10531
|
{
|
|
10549
10532
|
content: e.data,
|
|
10550
10533
|
customLargeSection: e.customLargeSection,
|
|
@@ -10553,7 +10536,7 @@ const vs = {
|
|
|
10553
10536
|
}
|
|
10554
10537
|
),
|
|
10555
10538
|
"3 notas horizontales": (e) => /* @__PURE__ */ a(
|
|
10556
|
-
|
|
10539
|
+
a2,
|
|
10557
10540
|
{
|
|
10558
10541
|
content: e.data,
|
|
10559
10542
|
customLargeSection: e.customLargeSection,
|
|
@@ -10570,7 +10553,7 @@ const vs = {
|
|
|
10570
10553
|
...t,
|
|
10571
10554
|
rightOnlyBanner: s,
|
|
10572
10555
|
banners: n
|
|
10573
|
-
}) }),
|
|
10556
|
+
}) }), E3 = ({
|
|
10574
10557
|
slots: e,
|
|
10575
10558
|
DYNAMIC_SLOT_SUBINDEXES: t,
|
|
10576
10559
|
stylesConfig: n,
|
|
@@ -10621,7 +10604,7 @@ const vs = {
|
|
|
10621
10604
|
);
|
|
10622
10605
|
}
|
|
10623
10606
|
return c;
|
|
10624
|
-
},
|
|
10607
|
+
}, x3 = ({
|
|
10625
10608
|
mainBlock: e,
|
|
10626
10609
|
StylesConfigMain: t,
|
|
10627
10610
|
config: n,
|
|
@@ -10664,14 +10647,14 @@ const vs = {
|
|
|
10664
10647
|
),
|
|
10665
10648
|
/* @__PURE__ */ a(mt, { children: /* @__PURE__ */ a(st, { banners: s, index: 1 }) })
|
|
10666
10649
|
] });
|
|
10667
|
-
},
|
|
10650
|
+
}, eg = (e) => {
|
|
10668
10651
|
const { config: t } = e, n = t.articlepreview;
|
|
10669
10652
|
return !![
|
|
10670
10653
|
ht.videoEmbedded,
|
|
10671
10654
|
ht.videoYouTube,
|
|
10672
10655
|
ht.iframe
|
|
10673
10656
|
].includes(n);
|
|
10674
|
-
},
|
|
10657
|
+
}, I3 = async (e) => {
|
|
10675
10658
|
const {
|
|
10676
10659
|
custom_complement: t,
|
|
10677
10660
|
ranking: n = [],
|
|
@@ -10685,9 +10668,9 @@ const vs = {
|
|
|
10685
10668
|
getVideos: u
|
|
10686
10669
|
} = e, m = e.slug === "liveblogs", { SHOW_NEWS_MORE_NEWS: h, SHOW_NEWS_RELATED_NEWS: p } = Y();
|
|
10687
10670
|
if (!(!o || !o[0]))
|
|
10688
|
-
return /* @__PURE__ */ a(J, { children: /* @__PURE__ */ f(
|
|
10671
|
+
return /* @__PURE__ */ a(J, { children: /* @__PURE__ */ f(Lf, { className: ma.contentLayout2, children: [
|
|
10689
10672
|
/* @__PURE__ */ a(
|
|
10690
|
-
|
|
10673
|
+
Qf,
|
|
10691
10674
|
{
|
|
10692
10675
|
option: e.slug,
|
|
10693
10676
|
news: o,
|
|
@@ -10697,14 +10680,14 @@ const vs = {
|
|
|
10697
10680
|
),
|
|
10698
10681
|
/* @__PURE__ */ a(st, { banners: s, index: 1 }),
|
|
10699
10682
|
!m && e.commonServices && /* @__PURE__ */ a(
|
|
10700
|
-
|
|
10683
|
+
R0,
|
|
10701
10684
|
{
|
|
10702
10685
|
news: o[0],
|
|
10703
10686
|
commonServices: e.commonServices
|
|
10704
10687
|
}
|
|
10705
10688
|
),
|
|
10706
10689
|
/* @__PURE__ */ a(
|
|
10707
|
-
|
|
10690
|
+
jf,
|
|
10708
10691
|
{
|
|
10709
10692
|
texts: e.texts,
|
|
10710
10693
|
paths: e.paths,
|
|
@@ -10716,7 +10699,7 @@ const vs = {
|
|
|
10716
10699
|
banner: /* @__PURE__ */ a(we, { banners: s ?? [], name: "right_2" }),
|
|
10717
10700
|
complement: /* @__PURE__ */ f("div", { id: "comentarios", suppressHydrationWarning: !0, children: [
|
|
10718
10701
|
r.length > 0 && /* @__PURE__ */ a(
|
|
10719
|
-
|
|
10702
|
+
_h,
|
|
10720
10703
|
{
|
|
10721
10704
|
texts: e.texts,
|
|
10722
10705
|
autorIcon: e.autorIcon,
|
|
@@ -10725,7 +10708,7 @@ const vs = {
|
|
|
10725
10708
|
}
|
|
10726
10709
|
),
|
|
10727
10710
|
o[0].authors.length > 1 && /* @__PURE__ */ a(
|
|
10728
|
-
|
|
10711
|
+
Uh,
|
|
10729
10712
|
{
|
|
10730
10713
|
news: o[0],
|
|
10731
10714
|
autorIcon: e.autorIcon,
|
|
@@ -10734,7 +10717,7 @@ const vs = {
|
|
|
10734
10717
|
}
|
|
10735
10718
|
),
|
|
10736
10719
|
/* @__PURE__ */ a("div", { className: ma.tagContent, children: /* @__PURE__ */ a(
|
|
10737
|
-
|
|
10720
|
+
hh,
|
|
10738
10721
|
{
|
|
10739
10722
|
tags: o[0]?.keywords?.tags,
|
|
10740
10723
|
paths: e.paths
|
|
@@ -10814,7 +10797,7 @@ const vs = {
|
|
|
10814
10797
|
},
|
|
10815
10798
|
children: [
|
|
10816
10799
|
/* @__PURE__ */ a(
|
|
10817
|
-
|
|
10800
|
+
G0,
|
|
10818
10801
|
{
|
|
10819
10802
|
texts: e.texts,
|
|
10820
10803
|
autorIcon: e.autorIcon,
|
|
@@ -10828,7 +10811,7 @@ const vs = {
|
|
|
10828
10811
|
getVideos: u,
|
|
10829
10812
|
noteShare: e.noteShare,
|
|
10830
10813
|
paths: e.paths,
|
|
10831
|
-
showHeaderImage: !
|
|
10814
|
+
showHeaderImage: !eg(o[0]),
|
|
10832
10815
|
commonServices: e.commonServices
|
|
10833
10816
|
}
|
|
10834
10817
|
),
|
|
@@ -10839,13 +10822,13 @@ const vs = {
|
|
|
10839
10822
|
}
|
|
10840
10823
|
)
|
|
10841
10824
|
] }) });
|
|
10842
|
-
},
|
|
10843
|
-
content:
|
|
10844
|
-
buttonStyled:
|
|
10845
|
-
searchStyled:
|
|
10846
|
-
inputStyled:
|
|
10847
|
-
inputStyledTest:
|
|
10848
|
-
},
|
|
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(
|
|
10849
10832
|
"svg",
|
|
10850
10833
|
{
|
|
10851
10834
|
width: "68",
|
|
@@ -10864,7 +10847,7 @@ const vs = {
|
|
|
10864
10847
|
}
|
|
10865
10848
|
) })
|
|
10866
10849
|
}
|
|
10867
|
-
),
|
|
10850
|
+
), T3 = (e) => /* @__PURE__ */ a(
|
|
10868
10851
|
"form",
|
|
10869
10852
|
{
|
|
10870
10853
|
className: Ot.content,
|
|
@@ -10878,14 +10861,14 @@ const vs = {
|
|
|
10878
10861
|
placeholder: e.texts.searchKeyWord + "..."
|
|
10879
10862
|
}
|
|
10880
10863
|
),
|
|
10881
|
-
/* @__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 }) })
|
|
10882
10865
|
] })
|
|
10883
10866
|
}
|
|
10884
|
-
),
|
|
10885
|
-
content:
|
|
10886
|
-
newsContentSection:
|
|
10887
|
-
itemContent:
|
|
10888
|
-
},
|
|
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) => {
|
|
10889
10872
|
const {
|
|
10890
10873
|
data: t,
|
|
10891
10874
|
option: n,
|
|
@@ -10905,7 +10888,7 @@ const vs = {
|
|
|
10905
10888
|
switch (n) {
|
|
10906
10889
|
case "op1":
|
|
10907
10890
|
return /* @__PURE__ */ a(J, { children: /* @__PURE__ */ f(ls, { children: [
|
|
10908
|
-
/* @__PURE__ */ a(
|
|
10891
|
+
/* @__PURE__ */ a(ru, { autor: s[0], autorIcon: e.autorIcon }),
|
|
10909
10892
|
/* @__PURE__ */ a(
|
|
10910
10893
|
_r,
|
|
10911
10894
|
{
|
|
@@ -10987,7 +10970,7 @@ const vs = {
|
|
|
10987
10970
|
] }) });
|
|
10988
10971
|
case "op2":
|
|
10989
10972
|
return /* @__PURE__ */ a(J, { children: /* @__PURE__ */ f(ls, { children: [
|
|
10990
|
-
/* @__PURE__ */ a(
|
|
10973
|
+
/* @__PURE__ */ a(pu, { autor: s[0], autorIcon: e.autorIcon }),
|
|
10991
10974
|
Array.isArray(t) ? /* @__PURE__ */ f(J, { children: [
|
|
10992
10975
|
/* @__PURE__ */ a(
|
|
10993
10976
|
Ir,
|
|
@@ -11041,22 +11024,22 @@ const vs = {
|
|
|
11041
11024
|
default:
|
|
11042
11025
|
return /* @__PURE__ */ a(J, {});
|
|
11043
11026
|
}
|
|
11044
|
-
},
|
|
11045
|
-
content:
|
|
11046
|
-
videoContent:
|
|
11047
|
-
},
|
|
11048
|
-
container:
|
|
11049
|
-
playStyled:
|
|
11050
|
-
imageStyled:
|
|
11051
|
-
longer:
|
|
11052
|
-
contentNews:
|
|
11053
|
-
tagContent:
|
|
11054
|
-
tag:
|
|
11055
|
-
titular:
|
|
11056
|
-
small:
|
|
11057
|
-
figure:
|
|
11058
|
-
backDrop:
|
|
11059
|
-
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
|
|
11060
11043
|
}, Cs = async (e) => {
|
|
11061
11044
|
const { size: t = "longer", video: n } = e, s = n.main.image.sizes[0]?.url ?? "";
|
|
11062
11045
|
return /* @__PURE__ */ a("figure", { className: Pt.figure, children: /* @__PURE__ */ f("span", { className: Pt.backdrop, children: [
|
|
@@ -11089,7 +11072,7 @@ const vs = {
|
|
|
11089
11072
|
)
|
|
11090
11073
|
] }) })
|
|
11091
11074
|
] }) });
|
|
11092
|
-
},
|
|
11075
|
+
}, Ng = (e) => {
|
|
11093
11076
|
const { videos: t } = e;
|
|
11094
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: [
|
|
11095
11078
|
/* @__PURE__ */ a(Cs, { video: t[0] }),
|
|
@@ -11102,18 +11085,18 @@ const vs = {
|
|
|
11102
11085
|
`video-small-${s}`
|
|
11103
11086
|
)) })
|
|
11104
11087
|
] }) }) }) });
|
|
11105
|
-
},
|
|
11106
|
-
content:
|
|
11107
|
-
videoContent:
|
|
11108
|
-
articleSection:
|
|
11109
|
-
contentLatout:
|
|
11110
|
-
title:
|
|
11111
|
-
article:
|
|
11112
|
-
correspondent:
|
|
11113
|
-
},
|
|
11114
|
-
container:
|
|
11115
|
-
playStyled:
|
|
11116
|
-
},
|
|
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) => {
|
|
11117
11100
|
const { video: t } = e, n = Na();
|
|
11118
11101
|
return /* @__PURE__ */ a(
|
|
11119
11102
|
O,
|
|
@@ -11135,12 +11118,12 @@ const vs = {
|
|
|
11135
11118
|
] })
|
|
11136
11119
|
}
|
|
11137
11120
|
);
|
|
11138
|
-
},
|
|
11121
|
+
}, Bg = (e) => {
|
|
11139
11122
|
const t = () => e?.video.main.author ? `${e?.video.main.author} - ${je(
|
|
11140
11123
|
e.video.info.date.created
|
|
11141
11124
|
)}` : e?.video.main.author;
|
|
11142
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: [
|
|
11143
|
-
/* @__PURE__ */ a(
|
|
11126
|
+
/* @__PURE__ */ a(Lg, { video: e.video }),
|
|
11144
11127
|
/* @__PURE__ */ f("div", { className: ct.articleSection, children: [
|
|
11145
11128
|
/* @__PURE__ */ a(
|
|
11146
11129
|
O,
|
|
@@ -11155,17 +11138,17 @@ const vs = {
|
|
|
11155
11138
|
/* @__PURE__ */ a("p", { className: ct.correspondent, children: t() })
|
|
11156
11139
|
] })
|
|
11157
11140
|
] }) }) }) });
|
|
11158
|
-
},
|
|
11141
|
+
}, U3 = (e) => {
|
|
11159
11142
|
switch (e.option) {
|
|
11160
11143
|
case "op1":
|
|
11161
|
-
return /* @__PURE__ */ a(
|
|
11144
|
+
return /* @__PURE__ */ a(Ng, { videos: e.data });
|
|
11162
11145
|
case "op2":
|
|
11163
|
-
return /* @__PURE__ */ a(
|
|
11146
|
+
return /* @__PURE__ */ a(Bg, { video: e.data[0] });
|
|
11164
11147
|
default:
|
|
11165
11148
|
return /* @__PURE__ */ a(J, {});
|
|
11166
11149
|
}
|
|
11167
11150
|
};
|
|
11168
|
-
function
|
|
11151
|
+
function q3({ containerId: e, containerId2: t }) {
|
|
11169
11152
|
return Me(() => {
|
|
11170
11153
|
try {
|
|
11171
11154
|
let n = function() {
|
|
@@ -11201,7 +11184,7 @@ function k5({ containerId: e, containerId2: t }) {
|
|
|
11201
11184
|
}
|
|
11202
11185
|
}, [e]), null;
|
|
11203
11186
|
}
|
|
11204
|
-
const
|
|
11187
|
+
const Og = (e) => {
|
|
11205
11188
|
const {
|
|
11206
11189
|
//rounded = false,
|
|
11207
11190
|
isVideo: t = !1,
|
|
@@ -11263,7 +11246,7 @@ const Rg = (e) => {
|
|
|
11263
11246
|
] })
|
|
11264
11247
|
] })
|
|
11265
11248
|
] }) });
|
|
11266
|
-
},
|
|
11249
|
+
}, Pg = (e) => /* @__PURE__ */ a(
|
|
11267
11250
|
"svg",
|
|
11268
11251
|
{
|
|
11269
11252
|
width: "41",
|
|
@@ -11280,7 +11263,7 @@ const Rg = (e) => {
|
|
|
11280
11263
|
}
|
|
11281
11264
|
)
|
|
11282
11265
|
}
|
|
11283
|
-
),
|
|
11266
|
+
), Dg = {
|
|
11284
11267
|
info: {
|
|
11285
11268
|
section: {
|
|
11286
11269
|
name: "",
|
|
@@ -11337,14 +11320,14 @@ const Rg = (e) => {
|
|
|
11337
11320
|
}
|
|
11338
11321
|
],
|
|
11339
11322
|
preview: void 0
|
|
11340
|
-
}, Ns = 6,
|
|
11323
|
+
}, Ns = 6, Mg = ({
|
|
11341
11324
|
section: e,
|
|
11342
11325
|
currentNews: t,
|
|
11343
11326
|
banner: n,
|
|
11344
11327
|
isVisible: s = !1,
|
|
11345
11328
|
stylesConfig: r
|
|
11346
11329
|
}) => {
|
|
11347
|
-
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 () => {
|
|
11348
11331
|
if (!(c || !t?.info?.link?.internal)) {
|
|
11349
11332
|
d(!0);
|
|
11350
11333
|
try {
|
|
@@ -11367,7 +11350,7 @@ const Rg = (e) => {
|
|
|
11367
11350
|
return Me(() => {
|
|
11368
11351
|
s && l();
|
|
11369
11352
|
}, [s, o, l]), !o?.data || o.data.length === 0 ? null : /* @__PURE__ */ a(
|
|
11370
|
-
|
|
11353
|
+
jg,
|
|
11371
11354
|
{
|
|
11372
11355
|
news: o.data,
|
|
11373
11356
|
title: "Más Noticias",
|
|
@@ -11379,7 +11362,7 @@ const Rg = (e) => {
|
|
|
11379
11362
|
isVisible: s
|
|
11380
11363
|
}
|
|
11381
11364
|
);
|
|
11382
|
-
},
|
|
11365
|
+
}, jg = (e) => {
|
|
11383
11366
|
const { news: t, hasLines: n = !1 } = e, s = (r) => n && (r + 1) % 3 !== 0 ? da.contentSeparator : "";
|
|
11384
11367
|
return /* @__PURE__ */ a(
|
|
11385
11368
|
"div",
|
|
@@ -11415,7 +11398,7 @@ const Rg = (e) => {
|
|
|
11415
11398
|
"aria-label": i?.title?.section ?? "nota",
|
|
11416
11399
|
target: d?.link?.target,
|
|
11417
11400
|
children: /* @__PURE__ */ a(
|
|
11418
|
-
|
|
11401
|
+
Og,
|
|
11419
11402
|
{
|
|
11420
11403
|
isVisible: e.isVisible,
|
|
11421
11404
|
preview: l,
|
|
@@ -11428,7 +11411,7 @@ const Rg = (e) => {
|
|
|
11428
11411
|
}
|
|
11429
11412
|
),
|
|
11430
11413
|
/* @__PURE__ */ a("div", { className: Dt.newsDescription, children: /* @__PURE__ */ a(
|
|
11431
|
-
|
|
11414
|
+
Qg,
|
|
11432
11415
|
{
|
|
11433
11416
|
main: i,
|
|
11434
11417
|
authors: c,
|
|
@@ -11449,14 +11432,14 @@ const Rg = (e) => {
|
|
|
11449
11432
|
})
|
|
11450
11433
|
}
|
|
11451
11434
|
);
|
|
11452
|
-
},
|
|
11435
|
+
}, Qg = (e) => {
|
|
11453
11436
|
const { share: t = !1, cutSubtitle: n = !0 } = e, r = (() => {
|
|
11454
11437
|
if (!e?.authors || e.authors.length === 0) return "";
|
|
11455
11438
|
const o = e.authors[0], i = je(e.info?.date?.modified);
|
|
11456
11439
|
return o && e?.config?.showtime && e.config?.showauthor ? `${o.fullname} - ${i}` : o && e.config?.showauthor ? o.fullname : e?.config?.showtime ? i : "";
|
|
11457
11440
|
})();
|
|
11458
11441
|
return /* @__PURE__ */ f("div", { className: se.boxInformation, children: [
|
|
11459
|
-
t && /* @__PURE__ */ a(
|
|
11442
|
+
t && /* @__PURE__ */ a(Pg, { className: se.dotStyles }),
|
|
11460
11443
|
e?.info?.section?.url && /* @__PURE__ */ f("div", { className: se.sectionDescriptionContainer, children: [
|
|
11461
11444
|
/* @__PURE__ */ a(
|
|
11462
11445
|
O,
|
|
@@ -11502,7 +11485,7 @@ const Rg = (e) => {
|
|
|
11502
11485
|
}
|
|
11503
11486
|
) : /* @__PURE__ */ a("div", { className: se.correspondent, children: r }) })
|
|
11504
11487
|
] });
|
|
11505
|
-
},
|
|
11488
|
+
}, Gg = ({
|
|
11506
11489
|
user: e,
|
|
11507
11490
|
handleLogout: t,
|
|
11508
11491
|
message: n
|
|
@@ -11541,25 +11524,25 @@ const Rg = (e) => {
|
|
|
11541
11524
|
/* @__PURE__ */ a("p", { className: "comment-text", children: n })
|
|
11542
11525
|
] })
|
|
11543
11526
|
] }) });
|
|
11544
|
-
},
|
|
11545
|
-
overlay:
|
|
11546
|
-
popup:
|
|
11547
|
-
title:
|
|
11548
|
-
optionsContainer:
|
|
11549
|
-
option:
|
|
11550
|
-
radioInput:
|
|
11551
|
-
radioCustom:
|
|
11552
|
-
optionLabel:
|
|
11553
|
-
buttons:
|
|
11554
|
-
cancelButton:
|
|
11555
|
-
closeButton:
|
|
11556
|
-
buttonAlone:
|
|
11557
|
-
reportButton:
|
|
11558
|
-
successContainer:
|
|
11559
|
-
thumbsUp:
|
|
11560
|
-
successMessage:
|
|
11561
|
-
errorMessage:
|
|
11562
|
-
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
|
|
11563
11546
|
}, kr = async (e, t) => {
|
|
11564
11547
|
if (!e) return !1;
|
|
11565
11548
|
const { CAPTCHA_PROJECT: n, CAPTCHA_KEY_V2: s, COMMENTS_CAPTCHA_API_KEY: r } = t;
|
|
@@ -11582,7 +11565,7 @@ const Rg = (e) => {
|
|
|
11582
11565
|
return console.error("Error verificando reCAPTCHA Enterprise:", o), !1;
|
|
11583
11566
|
}
|
|
11584
11567
|
};
|
|
11585
|
-
async function
|
|
11568
|
+
async function R3({
|
|
11586
11569
|
publication: e,
|
|
11587
11570
|
username: t,
|
|
11588
11571
|
id: n,
|
|
@@ -11651,7 +11634,7 @@ const Ye = {
|
|
|
11651
11634
|
intellectual: "Violación de propiedad intelectual",
|
|
11652
11635
|
bullying: "Bullying o acoso"
|
|
11653
11636
|
};
|
|
11654
|
-
function
|
|
11637
|
+
function L3(e) {
|
|
11655
11638
|
return Ye[e];
|
|
11656
11639
|
}
|
|
11657
11640
|
const gt = 300, Je = {
|
|
@@ -11659,7 +11642,7 @@ const gt = 300, Je = {
|
|
|
11659
11642
|
firstname: "Usuario",
|
|
11660
11643
|
lastname: "Anonimo"
|
|
11661
11644
|
};
|
|
11662
|
-
function
|
|
11645
|
+
function ip(e) {
|
|
11663
11646
|
const t = e.split(" ");
|
|
11664
11647
|
if (t.length !== 3) return e;
|
|
11665
11648
|
const [n, s, r] = t, o = s.charAt(0).toUpperCase() + s.slice(1).toLowerCase();
|
|
@@ -11677,13 +11660,13 @@ const ka = (e, t) => {
|
|
|
11677
11660
|
} catch {
|
|
11678
11661
|
return [];
|
|
11679
11662
|
}
|
|
11680
|
-
},
|
|
11663
|
+
}, cp = (e, t) => {
|
|
11681
11664
|
const n = Ur(e);
|
|
11682
11665
|
n.includes(t) || (n.push(t), e.cookie = `reported=${encodeURIComponent(
|
|
11683
11666
|
JSON.stringify(n)
|
|
11684
11667
|
)}; path=/; max-age=${3600 * 24 * 1}`);
|
|
11685
11668
|
};
|
|
11686
|
-
function
|
|
11669
|
+
function lp(e) {
|
|
11687
11670
|
const [t, n] = e.split("@");
|
|
11688
11671
|
if (!t || !n) return e;
|
|
11689
11672
|
let s = "";
|
|
@@ -11696,7 +11679,7 @@ function ip(e) {
|
|
|
11696
11679
|
}
|
|
11697
11680
|
var rn = { exports: {} }, on = { exports: {} }, ne = {};
|
|
11698
11681
|
var Ss;
|
|
11699
|
-
function
|
|
11682
|
+
function dp() {
|
|
11700
11683
|
if (Ss) return ne;
|
|
11701
11684
|
Ss = 1;
|
|
11702
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;
|
|
@@ -11763,19 +11746,19 @@ function cp() {
|
|
|
11763
11746
|
}
|
|
11764
11747
|
var ae = {};
|
|
11765
11748
|
var Es;
|
|
11766
|
-
function
|
|
11749
|
+
function up() {
|
|
11767
11750
|
return Es || (Es = 1, process.env.NODE_ENV !== "production" && (function() {
|
|
11768
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;
|
|
11769
|
-
function _(
|
|
11770
|
-
return typeof
|
|
11771
|
-
|
|
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);
|
|
11772
11755
|
}
|
|
11773
|
-
function E(
|
|
11774
|
-
if (typeof
|
|
11775
|
-
var ye =
|
|
11756
|
+
function E(L) {
|
|
11757
|
+
if (typeof L == "object" && L !== null) {
|
|
11758
|
+
var ye = L.$$typeof;
|
|
11776
11759
|
switch (ye) {
|
|
11777
11760
|
case t:
|
|
11778
|
-
var $t =
|
|
11761
|
+
var $t = L.type;
|
|
11779
11762
|
switch ($t) {
|
|
11780
11763
|
case d:
|
|
11781
11764
|
case l:
|
|
@@ -11785,14 +11768,14 @@ function lp() {
|
|
|
11785
11768
|
case m:
|
|
11786
11769
|
return $t;
|
|
11787
11770
|
default:
|
|
11788
|
-
var
|
|
11789
|
-
switch (
|
|
11771
|
+
var La = $t && $t.$$typeof;
|
|
11772
|
+
switch (La) {
|
|
11790
11773
|
case c:
|
|
11791
11774
|
case u:
|
|
11792
11775
|
case g:
|
|
11793
11776
|
case p:
|
|
11794
11777
|
case i:
|
|
11795
|
-
return
|
|
11778
|
+
return La;
|
|
11796
11779
|
default:
|
|
11797
11780
|
return ye;
|
|
11798
11781
|
}
|
|
@@ -11803,54 +11786,54 @@ function lp() {
|
|
|
11803
11786
|
}
|
|
11804
11787
|
}
|
|
11805
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;
|
|
11806
|
-
function z(
|
|
11807
|
-
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;
|
|
11808
11791
|
}
|
|
11809
|
-
function y(
|
|
11810
|
-
return E(
|
|
11792
|
+
function y(L) {
|
|
11793
|
+
return E(L) === l;
|
|
11811
11794
|
}
|
|
11812
|
-
function S(
|
|
11813
|
-
return E(
|
|
11795
|
+
function S(L) {
|
|
11796
|
+
return E(L) === c;
|
|
11814
11797
|
}
|
|
11815
|
-
function L
|
|
11816
|
-
return E(
|
|
11798
|
+
function R(L) {
|
|
11799
|
+
return E(L) === i;
|
|
11817
11800
|
}
|
|
11818
|
-
function j(
|
|
11819
|
-
return typeof
|
|
11801
|
+
function j(L) {
|
|
11802
|
+
return typeof L == "object" && L !== null && L.$$typeof === t;
|
|
11820
11803
|
}
|
|
11821
|
-
function B(
|
|
11822
|
-
return E(
|
|
11804
|
+
function B(L) {
|
|
11805
|
+
return E(L) === u;
|
|
11823
11806
|
}
|
|
11824
|
-
function H(
|
|
11825
|
-
return E(
|
|
11807
|
+
function H(L) {
|
|
11808
|
+
return E(L) === s;
|
|
11826
11809
|
}
|
|
11827
|
-
function V(
|
|
11828
|
-
return E(
|
|
11810
|
+
function V(L) {
|
|
11811
|
+
return E(L) === g;
|
|
11829
11812
|
}
|
|
11830
|
-
function F(
|
|
11831
|
-
return E(
|
|
11813
|
+
function F(L) {
|
|
11814
|
+
return E(L) === p;
|
|
11832
11815
|
}
|
|
11833
|
-
function Z(
|
|
11834
|
-
return E(
|
|
11816
|
+
function Z(L) {
|
|
11817
|
+
return E(L) === n;
|
|
11835
11818
|
}
|
|
11836
|
-
function X(
|
|
11837
|
-
return E(
|
|
11819
|
+
function X(L) {
|
|
11820
|
+
return E(L) === o;
|
|
11838
11821
|
}
|
|
11839
|
-
function $(
|
|
11840
|
-
return E(
|
|
11822
|
+
function $(L) {
|
|
11823
|
+
return E(L) === r;
|
|
11841
11824
|
}
|
|
11842
|
-
function ie(
|
|
11843
|
-
return E(
|
|
11825
|
+
function ie(L) {
|
|
11826
|
+
return E(L) === m;
|
|
11844
11827
|
}
|
|
11845
|
-
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;
|
|
11846
11829
|
})()), ae;
|
|
11847
11830
|
}
|
|
11848
11831
|
var xs;
|
|
11849
11832
|
function Ua() {
|
|
11850
|
-
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;
|
|
11851
11834
|
}
|
|
11852
11835
|
var Jn, Is;
|
|
11853
|
-
function
|
|
11836
|
+
function mp() {
|
|
11854
11837
|
if (Is) return Jn;
|
|
11855
11838
|
Is = 1;
|
|
11856
11839
|
var e = Object.getOwnPropertySymbols, t = Object.prototype.hasOwnProperty, n = Object.prototype.propertyIsEnumerable;
|
|
@@ -11907,7 +11890,7 @@ function qr() {
|
|
|
11907
11890
|
return ks || (ks = 1, Xn = Function.call.bind(Object.prototype.hasOwnProperty)), Xn;
|
|
11908
11891
|
}
|
|
11909
11892
|
var ea, Us;
|
|
11910
|
-
function
|
|
11893
|
+
function hp() {
|
|
11911
11894
|
if (Us) return ea;
|
|
11912
11895
|
Us = 1;
|
|
11913
11896
|
var e = function() {
|
|
@@ -11956,10 +11939,10 @@ function up() {
|
|
|
11956
11939
|
}, ea = r, ea;
|
|
11957
11940
|
}
|
|
11958
11941
|
var ta, qs;
|
|
11959
|
-
function
|
|
11942
|
+
function fp() {
|
|
11960
11943
|
if (qs) return ta;
|
|
11961
11944
|
qs = 1;
|
|
11962
|
-
var e = Ua(), t =
|
|
11945
|
+
var e = Ua(), t = mp(), n = /* @__PURE__ */ qa(), s = /* @__PURE__ */ qr(), r = /* @__PURE__ */ hp(), o = function() {
|
|
11963
11946
|
};
|
|
11964
11947
|
process.env.NODE_ENV !== "production" && (o = function(c) {
|
|
11965
11948
|
var d = "Warning: " + c;
|
|
@@ -12009,20 +11992,20 @@ function mp() {
|
|
|
12009
11992
|
A.prototype = Error.prototype;
|
|
12010
11993
|
function w(y) {
|
|
12011
11994
|
if (process.env.NODE_ENV !== "production")
|
|
12012
|
-
var S = {},
|
|
11995
|
+
var S = {}, R = 0;
|
|
12013
11996
|
function j(H, V, F, Z, X, $, ie) {
|
|
12014
11997
|
if (Z = Z || h, $ = $ || F, ie !== n) {
|
|
12015
11998
|
if (d) {
|
|
12016
|
-
var
|
|
11999
|
+
var L = new Error(
|
|
12017
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"
|
|
12018
12001
|
);
|
|
12019
|
-
throw
|
|
12002
|
+
throw L.name = "Invariant Violation", L;
|
|
12020
12003
|
} else if (process.env.NODE_ENV !== "production" && typeof console < "u") {
|
|
12021
12004
|
var ye = Z + ":" + F;
|
|
12022
12005
|
!S[ye] && // Avoid spamming the console because they are often not actionable except for lib authors
|
|
12023
|
-
|
|
12006
|
+
R < 3 && (o(
|
|
12024
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."
|
|
12025
|
-
), S[ye] = !0,
|
|
12008
|
+
), S[ye] = !0, R++);
|
|
12026
12009
|
}
|
|
12027
12010
|
}
|
|
12028
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, $);
|
|
@@ -12031,8 +12014,8 @@ function mp() {
|
|
|
12031
12014
|
return B.isRequired = j.bind(null, !0), B;
|
|
12032
12015
|
}
|
|
12033
12016
|
function v(y) {
|
|
12034
|
-
function S(
|
|
12035
|
-
var Z =
|
|
12017
|
+
function S(R, j, B, H, V, F) {
|
|
12018
|
+
var Z = R[j], X = x(Z);
|
|
12036
12019
|
if (X !== y) {
|
|
12037
12020
|
var $ = D(Z);
|
|
12038
12021
|
return new A(
|
|
@@ -12048,10 +12031,10 @@ function mp() {
|
|
|
12048
12031
|
return w(i);
|
|
12049
12032
|
}
|
|
12050
12033
|
function _(y) {
|
|
12051
|
-
function S(
|
|
12034
|
+
function S(R, j, B, H, V) {
|
|
12052
12035
|
if (typeof y != "function")
|
|
12053
12036
|
return new A("Property `" + V + "` of component `" + B + "` has invalid PropType notation inside arrayOf.");
|
|
12054
|
-
var F =
|
|
12037
|
+
var F = R[j];
|
|
12055
12038
|
if (!Array.isArray(F)) {
|
|
12056
12039
|
var Z = x(F);
|
|
12057
12040
|
return new A("Invalid " + H + " `" + V + "` of type " + ("`" + Z + "` supplied to `" + B + "`, expected an array."));
|
|
@@ -12066,8 +12049,8 @@ function mp() {
|
|
|
12066
12049
|
return w(S);
|
|
12067
12050
|
}
|
|
12068
12051
|
function E() {
|
|
12069
|
-
function y(S,
|
|
12070
|
-
var V = S[
|
|
12052
|
+
function y(S, R, j, B, H) {
|
|
12053
|
+
var V = S[R];
|
|
12071
12054
|
if (!c(V)) {
|
|
12072
12055
|
var F = x(V);
|
|
12073
12056
|
return new A("Invalid " + B + " `" + H + "` of type " + ("`" + F + "` supplied to `" + j + "`, expected a single ReactElement."));
|
|
@@ -12077,8 +12060,8 @@ function mp() {
|
|
|
12077
12060
|
return w(y);
|
|
12078
12061
|
}
|
|
12079
12062
|
function b() {
|
|
12080
|
-
function y(S,
|
|
12081
|
-
var V = S[
|
|
12063
|
+
function y(S, R, j, B, H) {
|
|
12064
|
+
var V = S[R];
|
|
12082
12065
|
if (!e.isValidElementType(V)) {
|
|
12083
12066
|
var F = x(V);
|
|
12084
12067
|
return new A("Invalid " + B + " `" + H + "` of type " + ("`" + F + "` supplied to `" + j + "`, expected a single ReactElement type."));
|
|
@@ -12088,9 +12071,9 @@ function mp() {
|
|
|
12088
12071
|
return w(y);
|
|
12089
12072
|
}
|
|
12090
12073
|
function I(y) {
|
|
12091
|
-
function S(
|
|
12092
|
-
if (!(
|
|
12093
|
-
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]);
|
|
12094
12077
|
return new A("Invalid " + H + " `" + V + "` of type " + ("`" + Z + "` supplied to `" + B + "`, expected ") + ("instance of `" + F + "`."));
|
|
12095
12078
|
}
|
|
12096
12079
|
return null;
|
|
@@ -12102,23 +12085,23 @@ function mp() {
|
|
|
12102
12085
|
return process.env.NODE_ENV !== "production" && (arguments.length > 1 ? o(
|
|
12103
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])."
|
|
12104
12087
|
) : o("Invalid argument supplied to oneOf, expected an array.")), i;
|
|
12105
|
-
function S(
|
|
12106
|
-
for (var F =
|
|
12088
|
+
function S(R, j, B, H, V) {
|
|
12089
|
+
for (var F = R[j], Z = 0; Z < y.length; Z++)
|
|
12107
12090
|
if (g(F, y[Z]))
|
|
12108
12091
|
return null;
|
|
12109
|
-
var X = JSON.stringify(y, function(ie,
|
|
12110
|
-
var ye = D(
|
|
12111
|
-
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;
|
|
12112
12095
|
});
|
|
12113
12096
|
return new A("Invalid " + H + " `" + V + "` of value `" + String(F) + "` " + ("supplied to `" + B + "`, expected one of " + X + "."));
|
|
12114
12097
|
}
|
|
12115
12098
|
return w(S);
|
|
12116
12099
|
}
|
|
12117
12100
|
function Q(y) {
|
|
12118
|
-
function S(
|
|
12101
|
+
function S(R, j, B, H, V) {
|
|
12119
12102
|
if (typeof y != "function")
|
|
12120
12103
|
return new A("Property `" + V + "` of component `" + B + "` has invalid PropType notation inside objectOf.");
|
|
12121
|
-
var F =
|
|
12104
|
+
var F = R[j], Z = x(F);
|
|
12122
12105
|
if (Z !== "object")
|
|
12123
12106
|
return new A("Invalid " + H + " `" + V + "` of type " + ("`" + Z + "` supplied to `" + B + "`, expected an object."));
|
|
12124
12107
|
for (var X in F)
|
|
@@ -12135,18 +12118,18 @@ function mp() {
|
|
|
12135
12118
|
if (!Array.isArray(y))
|
|
12136
12119
|
return process.env.NODE_ENV !== "production" && o("Invalid argument supplied to oneOfType, expected an instance of array."), i;
|
|
12137
12120
|
for (var S = 0; S < y.length; S++) {
|
|
12138
|
-
var
|
|
12139
|
-
if (typeof
|
|
12121
|
+
var R = y[S];
|
|
12122
|
+
if (typeof R != "function")
|
|
12140
12123
|
return o(
|
|
12141
|
-
"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 + "."
|
|
12142
12125
|
), i;
|
|
12143
12126
|
}
|
|
12144
12127
|
function j(B, H, V, F, Z) {
|
|
12145
12128
|
for (var X = [], $ = 0; $ < y.length; $++) {
|
|
12146
|
-
var ie = y[$],
|
|
12147
|
-
if (
|
|
12129
|
+
var ie = y[$], L = ie(B, H, V, F, Z, n);
|
|
12130
|
+
if (L == null)
|
|
12148
12131
|
return null;
|
|
12149
|
-
|
|
12132
|
+
L.data && s(L.data, "expectedType") && X.push(L.data.expectedType);
|
|
12150
12133
|
}
|
|
12151
12134
|
var ye = X.length > 0 ? ", expected one of type [" + X.join(", ") + "]" : "";
|
|
12152
12135
|
return new A("Invalid " + F + " `" + Z + "` supplied to " + ("`" + V + "`" + ye + "."));
|
|
@@ -12154,19 +12137,19 @@ function mp() {
|
|
|
12154
12137
|
return w(j);
|
|
12155
12138
|
}
|
|
12156
12139
|
function G() {
|
|
12157
|
-
function y(S,
|
|
12158
|
-
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."));
|
|
12159
12142
|
}
|
|
12160
12143
|
return w(y);
|
|
12161
12144
|
}
|
|
12162
|
-
function P(y, S,
|
|
12145
|
+
function P(y, S, R, j, B) {
|
|
12163
12146
|
return new A(
|
|
12164
|
-
(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 + "`."
|
|
12165
12148
|
);
|
|
12166
12149
|
}
|
|
12167
12150
|
function te(y) {
|
|
12168
|
-
function S(
|
|
12169
|
-
var F =
|
|
12151
|
+
function S(R, j, B, H, V) {
|
|
12152
|
+
var F = R[j], Z = x(F);
|
|
12170
12153
|
if (Z !== "object")
|
|
12171
12154
|
return new A("Invalid " + H + " `" + V + "` of type `" + Z + "` " + ("supplied to `" + B + "`, expected `object`."));
|
|
12172
12155
|
for (var X in y) {
|
|
@@ -12182,23 +12165,23 @@ function mp() {
|
|
|
12182
12165
|
return w(S);
|
|
12183
12166
|
}
|
|
12184
12167
|
function ce(y) {
|
|
12185
|
-
function S(
|
|
12186
|
-
var F =
|
|
12168
|
+
function S(R, j, B, H, V) {
|
|
12169
|
+
var F = R[j], Z = x(F);
|
|
12187
12170
|
if (Z !== "object")
|
|
12188
12171
|
return new A("Invalid " + H + " `" + V + "` of type `" + Z + "` " + ("supplied to `" + B + "`, expected `object`."));
|
|
12189
|
-
var X = t({},
|
|
12172
|
+
var X = t({}, R[j], y);
|
|
12190
12173
|
for (var $ in X) {
|
|
12191
12174
|
var ie = y[$];
|
|
12192
12175
|
if (s(y, $) && typeof ie != "function")
|
|
12193
12176
|
return P(B, H, V, $, D(ie));
|
|
12194
12177
|
if (!ie)
|
|
12195
12178
|
return new A(
|
|
12196
|
-
"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, " ") + `
|
|
12197
12180
|
Valid keys: ` + JSON.stringify(Object.keys(y), null, " ")
|
|
12198
12181
|
);
|
|
12199
|
-
var
|
|
12200
|
-
if (
|
|
12201
|
-
return
|
|
12182
|
+
var L = ie(F, $, B, H, V + "." + $, n);
|
|
12183
|
+
if (L)
|
|
12184
|
+
return L;
|
|
12202
12185
|
}
|
|
12203
12186
|
return null;
|
|
12204
12187
|
}
|
|
@@ -12219,13 +12202,13 @@ Valid keys: ` + JSON.stringify(Object.keys(y), null, " ")
|
|
|
12219
12202
|
return !0;
|
|
12220
12203
|
var S = m(y);
|
|
12221
12204
|
if (S) {
|
|
12222
|
-
var
|
|
12205
|
+
var R = S.call(y), j;
|
|
12223
12206
|
if (S !== y.entries) {
|
|
12224
|
-
for (; !(j =
|
|
12207
|
+
for (; !(j = R.next()).done; )
|
|
12225
12208
|
if (!M(j.value))
|
|
12226
12209
|
return !1;
|
|
12227
12210
|
} else
|
|
12228
|
-
for (; !(j =
|
|
12211
|
+
for (; !(j = R.next()).done; ) {
|
|
12229
12212
|
var B = j.value;
|
|
12230
12213
|
if (B && !M(B[1]))
|
|
12231
12214
|
return !1;
|
|
@@ -12276,10 +12259,10 @@ Valid keys: ` + JSON.stringify(Object.keys(y), null, " ")
|
|
|
12276
12259
|
return p.checkPropTypes = r, p.resetWarningCache = r.resetWarningCache, p.PropTypes = p, p;
|
|
12277
12260
|
}, ta;
|
|
12278
12261
|
}
|
|
12279
|
-
var na,
|
|
12280
|
-
function
|
|
12281
|
-
if (
|
|
12282
|
-
|
|
12262
|
+
var na, Rs;
|
|
12263
|
+
function gp() {
|
|
12264
|
+
if (Rs) return na;
|
|
12265
|
+
Rs = 1;
|
|
12283
12266
|
var e = /* @__PURE__ */ qa();
|
|
12284
12267
|
function t() {
|
|
12285
12268
|
}
|
|
@@ -12324,19 +12307,19 @@ function hp() {
|
|
|
12324
12307
|
return o.PropTypes = o, o;
|
|
12325
12308
|
}, na;
|
|
12326
12309
|
}
|
|
12327
|
-
var
|
|
12328
|
-
function
|
|
12329
|
-
if (
|
|
12330
|
-
if (
|
|
12310
|
+
var Ls;
|
|
12311
|
+
function pp() {
|
|
12312
|
+
if (Ls) return rn.exports;
|
|
12313
|
+
if (Ls = 1, process.env.NODE_ENV !== "production") {
|
|
12331
12314
|
var e = Ua(), t = !0;
|
|
12332
|
-
rn.exports = /* @__PURE__ */
|
|
12315
|
+
rn.exports = /* @__PURE__ */ fp()(e.isElement, t);
|
|
12333
12316
|
} else
|
|
12334
|
-
rn.exports = /* @__PURE__ */
|
|
12317
|
+
rn.exports = /* @__PURE__ */ gp()();
|
|
12335
12318
|
return rn.exports;
|
|
12336
12319
|
}
|
|
12337
|
-
var
|
|
12338
|
-
const _e = /* @__PURE__ */ Nt(
|
|
12339
|
-
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"];
|
|
12340
12323
|
function ha() {
|
|
12341
12324
|
return ha = Object.assign ? Object.assign.bind() : function(e) {
|
|
12342
12325
|
for (var t = 1; t < arguments.length; t++) {
|
|
@@ -12347,7 +12330,7 @@ function ha() {
|
|
|
12347
12330
|
return e;
|
|
12348
12331
|
}, ha.apply(this, arguments);
|
|
12349
12332
|
}
|
|
12350
|
-
function
|
|
12333
|
+
function yp(e, t) {
|
|
12351
12334
|
if (e == null) return {};
|
|
12352
12335
|
var n = {}, s = Object.keys(e), r, o;
|
|
12353
12336
|
for (o = 0; o < s.length; o++)
|
|
@@ -12359,7 +12342,7 @@ function cn(e) {
|
|
|
12359
12342
|
throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
|
|
12360
12343
|
return e;
|
|
12361
12344
|
}
|
|
12362
|
-
function
|
|
12345
|
+
function vp(e, t) {
|
|
12363
12346
|
e.prototype = Object.create(t.prototype), e.prototype.constructor = e, fa(e, t);
|
|
12364
12347
|
}
|
|
12365
12348
|
function fa(e, t) {
|
|
@@ -12368,7 +12351,7 @@ function fa(e, t) {
|
|
|
12368
12351
|
}, fa(e, t);
|
|
12369
12352
|
}
|
|
12370
12353
|
var Bn = /* @__PURE__ */ (function(e) {
|
|
12371
|
-
|
|
12354
|
+
vp(t, e);
|
|
12372
12355
|
function t() {
|
|
12373
12356
|
var s;
|
|
12374
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;
|
|
@@ -12432,7 +12415,7 @@ var Bn = /* @__PURE__ */ (function(e) {
|
|
|
12432
12415
|
}, n.render = function() {
|
|
12433
12416
|
var r = this.props;
|
|
12434
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;
|
|
12435
|
-
var o =
|
|
12418
|
+
var o = yp(r, wp);
|
|
12436
12419
|
return /* @__PURE__ */ Ba.createElement("div", ha({}, o, {
|
|
12437
12420
|
ref: this.handleRecaptchaRef
|
|
12438
12421
|
}));
|
|
@@ -12464,7 +12447,7 @@ Bn.defaultProps = {
|
|
|
12464
12447
|
badge: "bottomright"
|
|
12465
12448
|
};
|
|
12466
12449
|
var aa, Bs;
|
|
12467
|
-
function
|
|
12450
|
+
function bp() {
|
|
12468
12451
|
if (Bs) return aa;
|
|
12469
12452
|
Bs = 1;
|
|
12470
12453
|
var e = Ua(), t = {
|
|
@@ -12529,8 +12512,8 @@ function yp() {
|
|
|
12529
12512
|
}
|
|
12530
12513
|
return aa = p, aa;
|
|
12531
12514
|
}
|
|
12532
|
-
var
|
|
12533
|
-
const
|
|
12515
|
+
var Cp = bp();
|
|
12516
|
+
const _p = /* @__PURE__ */ Nt(Cp);
|
|
12534
12517
|
function ga() {
|
|
12535
12518
|
return ga = Object.assign || function(e) {
|
|
12536
12519
|
for (var t = 1; t < arguments.length; t++) {
|
|
@@ -12541,28 +12524,28 @@ function ga() {
|
|
|
12541
12524
|
return e;
|
|
12542
12525
|
}, ga.apply(this, arguments);
|
|
12543
12526
|
}
|
|
12544
|
-
function
|
|
12527
|
+
function Np(e, t) {
|
|
12545
12528
|
if (e == null) return {};
|
|
12546
12529
|
var n = {}, s = Object.keys(e), r, o;
|
|
12547
12530
|
for (o = 0; o < s.length; o++)
|
|
12548
12531
|
r = s[o], !(t.indexOf(r) >= 0) && (n[r] = e[r]);
|
|
12549
12532
|
return n;
|
|
12550
12533
|
}
|
|
12551
|
-
function
|
|
12534
|
+
function Sp(e, t) {
|
|
12552
12535
|
e.prototype = Object.create(t.prototype), e.prototype.constructor = e, e.__proto__ = t;
|
|
12553
12536
|
}
|
|
12554
|
-
var Be = {},
|
|
12555
|
-
function
|
|
12537
|
+
var Be = {}, Ep = 0;
|
|
12538
|
+
function xp(e, t) {
|
|
12556
12539
|
return t = t || {}, function(s) {
|
|
12557
12540
|
var r = s.displayName || s.name || "Component", o = /* @__PURE__ */ (function(c) {
|
|
12558
|
-
|
|
12541
|
+
Sp(d, c);
|
|
12559
12542
|
function d(u, m) {
|
|
12560
12543
|
var h;
|
|
12561
12544
|
return h = c.call(this, u, m) || this, h.state = {}, h.__scriptURL = "", h;
|
|
12562
12545
|
}
|
|
12563
12546
|
var l = d.prototype;
|
|
12564
12547
|
return l.asyncScriptLoaderGetScriptLoaderID = function() {
|
|
12565
|
-
return this.__scriptLoaderID || (this.__scriptLoaderID = "async-script-loader-" +
|
|
12548
|
+
return this.__scriptLoaderID || (this.__scriptLoaderID = "async-script-loader-" + Ep++), this.__scriptLoaderID;
|
|
12566
12549
|
}, l.setupScriptURL = function() {
|
|
12567
12550
|
return this.__scriptURL = typeof e == "function" ? e() : e, this.__scriptURL;
|
|
12568
12551
|
}, l.asyncScriptLoaderHandleLoad = function(m) {
|
|
@@ -12635,7 +12618,7 @@ function Sp(e, t) {
|
|
|
12635
12618
|
}, l.render = function() {
|
|
12636
12619
|
var m = t.globalName, h = this.props;
|
|
12637
12620
|
h.asyncScriptOnLoad;
|
|
12638
|
-
var p = h.forwardedRef, g =
|
|
12621
|
+
var p = h.forwardedRef, g = Np(h, ["asyncScriptOnLoad", "forwardedRef"]);
|
|
12639
12622
|
return m && typeof window < "u" && (g[m] = typeof window[m] < "u" ? window[m] : void 0), g.ref = p, rt(s, g);
|
|
12640
12623
|
}, d;
|
|
12641
12624
|
})(Gr), i = Ms(function(c, d) {
|
|
@@ -12645,51 +12628,51 @@ function Sp(e, t) {
|
|
|
12645
12628
|
});
|
|
12646
12629
|
return i.displayName = "AsyncScriptLoader(" + r + ")", i.propTypes = {
|
|
12647
12630
|
asyncScriptOnLoad: _e.func
|
|
12648
|
-
},
|
|
12631
|
+
}, _p(i, s);
|
|
12649
12632
|
};
|
|
12650
12633
|
}
|
|
12651
|
-
var pa = "onloadcallback",
|
|
12634
|
+
var pa = "onloadcallback", Ip = "grecaptcha";
|
|
12652
12635
|
function Aa() {
|
|
12653
12636
|
return typeof window < "u" && window.recaptchaOptions || {};
|
|
12654
12637
|
}
|
|
12655
|
-
function
|
|
12638
|
+
function Tp() {
|
|
12656
12639
|
var e = Aa(), t = e.useRecaptchaNet ? "recaptcha.net" : "www.google.com";
|
|
12657
12640
|
return e.enterprise ? "https://" + t + "/recaptcha/enterprise.js?onload=" + pa + "&render=explicit" : "https://" + t + "/recaptcha/api.js?onload=" + pa + "&render=explicit";
|
|
12658
12641
|
}
|
|
12659
|
-
const
|
|
12642
|
+
const Rr = xp(Tp, {
|
|
12660
12643
|
callbackName: pa,
|
|
12661
|
-
globalName:
|
|
12644
|
+
globalName: Ip,
|
|
12662
12645
|
attributes: Aa().nonce ? {
|
|
12663
12646
|
nonce: Aa().nonce
|
|
12664
12647
|
} : {}
|
|
12665
|
-
})(Bn),
|
|
12666
|
-
overlay:
|
|
12667
|
-
header:
|
|
12668
|
-
logo:
|
|
12669
|
-
card:
|
|
12670
|
-
close:
|
|
12671
|
-
form:
|
|
12672
|
-
formUl:
|
|
12673
|
-
field:
|
|
12674
|
-
label:
|
|
12675
|
-
input:
|
|
12676
|
-
error:
|
|
12677
|
-
primary:
|
|
12678
|
-
divider:
|
|
12679
|
-
google:
|
|
12680
|
-
googleIcon:
|
|
12681
|
-
spin:
|
|
12682
|
-
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,
|
|
12683
12666
|
switch: "_switch_18ksj_310",
|
|
12684
|
-
terms:
|
|
12685
|
-
message:
|
|
12686
|
-
passwordChecker:
|
|
12687
|
-
valid:
|
|
12688
|
-
invalid:
|
|
12689
|
-
forgotPassword:
|
|
12690
|
-
successContainer:
|
|
12691
|
-
thumbsUp:
|
|
12692
|
-
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
|
|
12693
12676
|
}, Ze = () => /* @__PURE__ */ a(
|
|
12694
12677
|
"svg",
|
|
12695
12678
|
{
|
|
@@ -12701,7 +12684,7 @@ const Lr = Sp(xp, {
|
|
|
12701
12684
|
className: k.spin,
|
|
12702
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" })
|
|
12703
12686
|
}
|
|
12704
|
-
),
|
|
12687
|
+
), n9 = ({
|
|
12705
12688
|
isOpen: e,
|
|
12706
12689
|
onClose: t,
|
|
12707
12690
|
commentId: n,
|
|
@@ -12751,7 +12734,7 @@ const Lr = Sp(xp, {
|
|
|
12751
12734
|
})
|
|
12752
12735
|
})).json();
|
|
12753
12736
|
if (N.type === "success")
|
|
12754
|
-
|
|
12737
|
+
cp(document, n), c("success"), setTimeout(() => {
|
|
12755
12738
|
w();
|
|
12756
12739
|
}, 3e3);
|
|
12757
12740
|
else
|
|
@@ -12763,12 +12746,12 @@ const Lr = Sp(xp, {
|
|
|
12763
12746
|
}, w = () => {
|
|
12764
12747
|
c("form"), l(""), m(""), t();
|
|
12765
12748
|
};
|
|
12766
|
-
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: [
|
|
12767
12750
|
/* @__PURE__ */ a("button", { className: "close-reply-form", onClick: w, children: /* @__PURE__ */ a(Tt, {}) }),
|
|
12768
|
-
/* @__PURE__ */ a("h2", { className:
|
|
12769
|
-
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, {}) }),
|
|
12770
12753
|
i === "form" || i === "loading" ? /* @__PURE__ */ f(J, { children: [
|
|
12771
|
-
/* @__PURE__ */ a("div", { className:
|
|
12754
|
+
/* @__PURE__ */ a("div", { className: he.optionsContainer, children: g.map((v) => /* @__PURE__ */ f("label", { className: he.option, children: [
|
|
12772
12755
|
/* @__PURE__ */ a(
|
|
12773
12756
|
"input",
|
|
12774
12757
|
{
|
|
@@ -12777,15 +12760,15 @@ const Lr = Sp(xp, {
|
|
|
12777
12760
|
value: v.id,
|
|
12778
12761
|
checked: d === v.id,
|
|
12779
12762
|
onChange: (N) => l(N.target.value),
|
|
12780
|
-
className:
|
|
12763
|
+
className: he.radioInput
|
|
12781
12764
|
}
|
|
12782
12765
|
),
|
|
12783
|
-
/* @__PURE__ */ a("span", { className:
|
|
12784
|
-
/* @__PURE__ */ a("span", { className:
|
|
12766
|
+
/* @__PURE__ */ a("span", { className: he.radioCustom }),
|
|
12767
|
+
/* @__PURE__ */ a("span", { className: he.optionLabel, children: v.label })
|
|
12785
12768
|
] }, v.id)) }),
|
|
12786
|
-
u && /* @__PURE__ */ a("div", { className:
|
|
12769
|
+
u && /* @__PURE__ */ a("div", { className: he.errorMessage, children: u }),
|
|
12787
12770
|
/* @__PURE__ */ a(
|
|
12788
|
-
|
|
12771
|
+
Rr,
|
|
12789
12772
|
{
|
|
12790
12773
|
sitekey: o,
|
|
12791
12774
|
theme: "light",
|
|
@@ -12794,21 +12777,21 @@ const Lr = Sp(xp, {
|
|
|
12794
12777
|
onExpired: () => p("")
|
|
12795
12778
|
}
|
|
12796
12779
|
),
|
|
12797
|
-
/* @__PURE__ */ f("div", { className:
|
|
12798
|
-
/* @__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" }),
|
|
12799
12782
|
/* @__PURE__ */ a(
|
|
12800
12783
|
"button",
|
|
12801
12784
|
{
|
|
12802
12785
|
onClick: A,
|
|
12803
12786
|
disabled: !d,
|
|
12804
|
-
className:
|
|
12787
|
+
className: he.reportButton,
|
|
12805
12788
|
children: "Reportar"
|
|
12806
12789
|
}
|
|
12807
12790
|
)
|
|
12808
12791
|
] })
|
|
12809
12792
|
] }) : /* @__PURE__ */ f(J, { children: [
|
|
12810
|
-
/* @__PURE__ */ f("div", { className:
|
|
12811
|
-
/* @__PURE__ */ a("div", { className:
|
|
12793
|
+
/* @__PURE__ */ f("div", { className: he.successContainer, children: [
|
|
12794
|
+
/* @__PURE__ */ a("div", { className: he.thumbsUp, children: /* @__PURE__ */ a(
|
|
12812
12795
|
"svg",
|
|
12813
12796
|
{
|
|
12814
12797
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -12824,20 +12807,20 @@ const Lr = Sp(xp, {
|
|
|
12824
12807
|
)
|
|
12825
12808
|
}
|
|
12826
12809
|
) }),
|
|
12827
|
-
/* @__PURE__ */ a("p", { className:
|
|
12810
|
+
/* @__PURE__ */ a("p", { className: he.successMessage, children: "¡Gracias por reportar!" })
|
|
12828
12811
|
] }),
|
|
12829
|
-
/* @__PURE__ */ a("div", { className:
|
|
12812
|
+
/* @__PURE__ */ a("div", { className: he.buttons, children: /* @__PURE__ */ a(
|
|
12830
12813
|
"button",
|
|
12831
12814
|
{
|
|
12832
12815
|
onClick: w,
|
|
12833
|
-
className: [
|
|
12816
|
+
className: [he.closeButton, he.buttonAlone].join(" "),
|
|
12834
12817
|
children: "Cerrar"
|
|
12835
12818
|
}
|
|
12836
12819
|
) })
|
|
12837
12820
|
] })
|
|
12838
12821
|
] }) });
|
|
12839
12822
|
};
|
|
12840
|
-
function
|
|
12823
|
+
function a9(e) {
|
|
12841
12824
|
const t = /^\[\[([^\]]+)\]\]/, n = e.match(t);
|
|
12842
12825
|
return n ? {
|
|
12843
12826
|
user: {
|
|
@@ -12860,7 +12843,7 @@ function _n(e) {
|
|
|
12860
12843
|
text: n.text,
|
|
12861
12844
|
reply: n.reply ? _n({ comments: n.reply }).comments : n.reply
|
|
12862
12845
|
};
|
|
12863
|
-
const { user: s, text: r } =
|
|
12846
|
+
const { user: s, text: r } = a9(n.text);
|
|
12864
12847
|
return {
|
|
12865
12848
|
...n,
|
|
12866
12849
|
user: s || !1,
|
|
@@ -12873,7 +12856,7 @@ function _n(e) {
|
|
|
12873
12856
|
comments: t
|
|
12874
12857
|
};
|
|
12875
12858
|
}
|
|
12876
|
-
async function
|
|
12859
|
+
async function Ra({
|
|
12877
12860
|
publication: e,
|
|
12878
12861
|
path: t,
|
|
12879
12862
|
size: n = 5,
|
|
@@ -12885,7 +12868,7 @@ async function La({
|
|
|
12885
12868
|
}) {
|
|
12886
12869
|
const { PUBLIC_ENV: d } = Y();
|
|
12887
12870
|
if (d === "prod") {
|
|
12888
|
-
const l = await
|
|
12871
|
+
const l = await s9({
|
|
12889
12872
|
publication: e,
|
|
12890
12873
|
path: t,
|
|
12891
12874
|
size: n,
|
|
@@ -12904,7 +12887,7 @@ async function La({
|
|
|
12904
12887
|
return _n(u.data[0]);
|
|
12905
12888
|
}
|
|
12906
12889
|
}
|
|
12907
|
-
async function
|
|
12890
|
+
async function s9({
|
|
12908
12891
|
publication: e,
|
|
12909
12892
|
path: t,
|
|
12910
12893
|
size: n = 5,
|
|
@@ -12955,15 +12938,15 @@ async function n9({
|
|
|
12955
12938
|
throw v;
|
|
12956
12939
|
}
|
|
12957
12940
|
}
|
|
12958
|
-
const { PUBLIC_PUBLICATION_ID:
|
|
12941
|
+
const { PUBLIC_PUBLICATION_ID: r9 } = Y(), o9 = r9, i9 = (e) => {
|
|
12959
12942
|
const [t, n] = K(void 0);
|
|
12960
12943
|
return Me(() => {
|
|
12961
12944
|
if (t) return;
|
|
12962
12945
|
(async () => {
|
|
12963
12946
|
const { PUBLIC_X_SECURITY_TOKEN: r } = Y();
|
|
12964
12947
|
try {
|
|
12965
|
-
const o = await
|
|
12966
|
-
publication:
|
|
12948
|
+
const o = await Ra({
|
|
12949
|
+
publication: o9,
|
|
12967
12950
|
path: e ?? "",
|
|
12968
12951
|
size: 5,
|
|
12969
12952
|
sizereply: 2,
|
|
@@ -12978,10 +12961,10 @@ const { PUBLIC_PUBLICATION_ID: a9 } = Y(), s9 = a9, r9 = (e) => {
|
|
|
12978
12961
|
}
|
|
12979
12962
|
})();
|
|
12980
12963
|
}, [t]), { comments: t, setComments: n };
|
|
12981
|
-
},
|
|
12964
|
+
}, Lr = ({ username: e, date: t, DATE_CONFIG: n }) => /* @__PURE__ */ f("div", { className: "comment-header", children: [
|
|
12982
12965
|
/* @__PURE__ */ a("span", { className: "comment-username", children: e }),
|
|
12983
12966
|
/* @__PURE__ */ a("span", { className: "comment-header-dot", children: "•" }),
|
|
12984
|
-
/* @__PURE__ */ a("span", { className: "comment-date", children:
|
|
12967
|
+
/* @__PURE__ */ a("span", { className: "comment-date", children: ip(je(Number(t), n)) })
|
|
12985
12968
|
] }), Br = ({ user: e }) => /* @__PURE__ */ a("div", { className: "comment-avatar", children: e.picture ? /* @__PURE__ */ a(
|
|
12986
12969
|
"img",
|
|
12987
12970
|
{
|
|
@@ -13064,7 +13047,7 @@ const { PUBLIC_PUBLICATION_ID: a9 } = Y(), s9 = a9, r9 = (e) => {
|
|
|
13064
13047
|
const o = ka(e, t);
|
|
13065
13048
|
return /* @__PURE__ */ f("div", { className: "form-actions", children: [
|
|
13066
13049
|
/* @__PURE__ */ a(
|
|
13067
|
-
|
|
13050
|
+
Rr,
|
|
13068
13051
|
{
|
|
13069
13052
|
sitekey: r,
|
|
13070
13053
|
theme: "light",
|
|
@@ -13119,7 +13102,7 @@ const { PUBLIC_PUBLICATION_ID: a9 } = Y(), s9 = a9, r9 = (e) => {
|
|
|
13119
13102
|
]
|
|
13120
13103
|
}
|
|
13121
13104
|
);
|
|
13122
|
-
}, { PUBLIC_PUBLICATION_ID:
|
|
13105
|
+
}, { PUBLIC_PUBLICATION_ID: c9 } = Y(), l9 = c9, jr = async ({
|
|
13123
13106
|
path: e,
|
|
13124
13107
|
ref: t,
|
|
13125
13108
|
captchaToken: n,
|
|
@@ -13138,7 +13121,7 @@ const { PUBLIC_PUBLICATION_ID: a9 } = Y(), s9 = a9, r9 = (e) => {
|
|
|
13138
13121
|
method: "POST",
|
|
13139
13122
|
headers: { "Content-Type": "application/json" },
|
|
13140
13123
|
body: JSON.stringify({
|
|
13141
|
-
publication:
|
|
13124
|
+
publication: l9,
|
|
13142
13125
|
path: e,
|
|
13143
13126
|
id: o,
|
|
13144
13127
|
username: r.username,
|
|
@@ -13172,7 +13155,7 @@ const { PUBLIC_PUBLICATION_ID: a9 } = Y(), s9 = a9, r9 = (e) => {
|
|
|
13172
13155
|
} catch (d) {
|
|
13173
13156
|
return console.error("Error enviando comentario:", d), alert(d.message || "Error al enviar el comentario."), !1;
|
|
13174
13157
|
}
|
|
13175
|
-
},
|
|
13158
|
+
}, d9 = ({
|
|
13176
13159
|
replyingTo: e,
|
|
13177
13160
|
commentRef: t,
|
|
13178
13161
|
user: n,
|
|
@@ -13225,13 +13208,13 @@ const { PUBLIC_PUBLICATION_ID: a9 } = Y(), s9 = a9, r9 = (e) => {
|
|
|
13225
13208
|
}
|
|
13226
13209
|
)
|
|
13227
13210
|
] });
|
|
13228
|
-
},
|
|
13211
|
+
}, u9 = ({ reply: e, replyingTo: t, user: n, onFlag: s, DATE_CONFIG: r }) => {
|
|
13229
13212
|
const o = e.text;
|
|
13230
13213
|
let i = `${Je.firstname} ${Je.lastname ?? ""}`, c = Je.username;
|
|
13231
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: [
|
|
13232
13215
|
/* @__PURE__ */ a(Br, { user: e.user ? e.user : Je }),
|
|
13233
13216
|
/* @__PURE__ */ f("div", { style: { flex: 1 }, children: [
|
|
13234
|
-
/* @__PURE__ */ a(
|
|
13217
|
+
/* @__PURE__ */ a(Lr, { username: i, date: e.date.time, DATE_CONFIG: r }),
|
|
13235
13218
|
/* @__PURE__ */ f("div", { className: "comment-reply-to", children: [
|
|
13236
13219
|
"Respondiendo a ",
|
|
13237
13220
|
/* @__PURE__ */ a("strong", { children: t })
|
|
@@ -13241,7 +13224,7 @@ const { PUBLIC_PUBLICATION_ID: a9 } = Y(), s9 = a9, r9 = (e) => {
|
|
|
13241
13224
|
/* @__PURE__ */ a(Or, { isReply: !0, onFlag: () => s(e.id) })
|
|
13242
13225
|
] })
|
|
13243
13226
|
] }) });
|
|
13244
|
-
},
|
|
13227
|
+
}, m9 = ({ comment: e, replyingTo: t, path: n, user: s, handleReplyingTo: r, onFlag: o, CAPTCHA_KEY_V2: i, DATE_CONFIG: c }) => {
|
|
13245
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);
|
|
13246
13229
|
let v = `${Je.firstname} ${Je.lastname ?? ""}`, N = Je.username;
|
|
13247
13230
|
e.user && (v = `${e.user.firstname} ${e.user.lastname ?? ""}`, N = e.user.username);
|
|
@@ -13256,7 +13239,7 @@ const { PUBLIC_PUBLICATION_ID: a9 } = Y(), s9 = a9, r9 = (e) => {
|
|
|
13256
13239
|
children: [
|
|
13257
13240
|
/* @__PURE__ */ a(Br, { user: e.user ? e.user : Je }),
|
|
13258
13241
|
/* @__PURE__ */ f("div", { style: { flex: 1 }, children: [
|
|
13259
|
-
/* @__PURE__ */ a(
|
|
13242
|
+
/* @__PURE__ */ a(Lr, { username: v, date: e.date.time, DATE_CONFIG: c }),
|
|
13260
13243
|
/* @__PURE__ */ a("p", { className: "comment-text", children: A }),
|
|
13261
13244
|
s?.username.toLowerCase() !== N.toLowerCase() && // No puedes responder ni reportar tus respuestas
|
|
13262
13245
|
/* @__PURE__ */ a(
|
|
@@ -13267,7 +13250,7 @@ const { PUBLIC_PUBLICATION_ID: a9 } = Y(), s9 = a9, r9 = (e) => {
|
|
|
13267
13250
|
}
|
|
13268
13251
|
),
|
|
13269
13252
|
t === e.id && s && /* @__PURE__ */ a(
|
|
13270
|
-
|
|
13253
|
+
d9,
|
|
13271
13254
|
{
|
|
13272
13255
|
replyingTo: t,
|
|
13273
13256
|
commentRef: w,
|
|
@@ -13280,7 +13263,7 @@ const { PUBLIC_PUBLICATION_ID: a9 } = Y(), s9 = a9, r9 = (e) => {
|
|
|
13280
13263
|
),
|
|
13281
13264
|
l.reply.length > 0 && /* @__PURE__ */ f("div", { className: "comment-replies", children: [
|
|
13282
13265
|
l.reply.map((E) => /* @__PURE__ */ a(
|
|
13283
|
-
|
|
13266
|
+
u9,
|
|
13284
13267
|
{
|
|
13285
13268
|
user: s,
|
|
13286
13269
|
reply: E,
|
|
@@ -13298,7 +13281,7 @@ const { PUBLIC_PUBLICATION_ID: a9 } = Y(), s9 = a9, r9 = (e) => {
|
|
|
13298
13281
|
const E = l.reply[l.reply.length - 1]?.id;
|
|
13299
13282
|
h(!0);
|
|
13300
13283
|
try {
|
|
13301
|
-
const I = await
|
|
13284
|
+
const I = await Ra({
|
|
13302
13285
|
publication: p ?? "",
|
|
13303
13286
|
path: n ?? "",
|
|
13304
13287
|
size: 2,
|
|
@@ -13321,7 +13304,7 @@ const { PUBLIC_PUBLICATION_ID: a9 } = Y(), s9 = a9, r9 = (e) => {
|
|
|
13321
13304
|
]
|
|
13322
13305
|
}
|
|
13323
13306
|
) });
|
|
13324
|
-
},
|
|
13307
|
+
}, h9 = ({
|
|
13325
13308
|
commentRef: e,
|
|
13326
13309
|
user: t,
|
|
13327
13310
|
path: n,
|
|
@@ -13368,7 +13351,7 @@ const { PUBLIC_PUBLICATION_ID: a9 } = Y(), s9 = a9, r9 = (e) => {
|
|
|
13368
13351
|
}
|
|
13369
13352
|
)
|
|
13370
13353
|
] });
|
|
13371
|
-
}, { PUBLIC_PUBLICATION_ID:
|
|
13354
|
+
}, { PUBLIC_PUBLICATION_ID: f9, PUBLIC_X_SECURITY_TOKEN: g9 } = Y(), Os = f9 ?? "", p9 = ({
|
|
13372
13355
|
isAuthenticated: e,
|
|
13373
13356
|
path: t,
|
|
13374
13357
|
user: n,
|
|
@@ -13378,7 +13361,7 @@ const { PUBLIC_PUBLICATION_ID: a9 } = Y(), s9 = a9, r9 = (e) => {
|
|
|
13378
13361
|
}) => {
|
|
13379
13362
|
const i = t.replaceAll("/", "|"), [c, d] = K(
|
|
13380
13363
|
void 0
|
|
13381
|
-
), [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) => {
|
|
13382
13365
|
u(l === q ? "" : q);
|
|
13383
13366
|
}, v = (q) => {
|
|
13384
13367
|
h(
|
|
@@ -13396,7 +13379,7 @@ const { PUBLIC_PUBLICATION_ID: a9 } = Y(), s9 = a9, r9 = (e) => {
|
|
|
13396
13379
|
g(!0);
|
|
13397
13380
|
const Q = q.id;
|
|
13398
13381
|
try {
|
|
13399
|
-
const ee = await
|
|
13382
|
+
const ee = await Ra({
|
|
13400
13383
|
publication: Os,
|
|
13401
13384
|
path: i ?? "",
|
|
13402
13385
|
size: 5,
|
|
@@ -13404,7 +13387,7 @@ const { PUBLIC_PUBLICATION_ID: a9 } = Y(), s9 = a9, r9 = (e) => {
|
|
|
13404
13387
|
id: void 0,
|
|
13405
13388
|
lastid: Q,
|
|
13406
13389
|
state: "5,6",
|
|
13407
|
-
apiToken:
|
|
13390
|
+
apiToken: g9
|
|
13408
13391
|
});
|
|
13409
13392
|
h({
|
|
13410
13393
|
morecomment: ee.morecomment ?? !1,
|
|
@@ -13418,7 +13401,7 @@ const { PUBLIC_PUBLICATION_ID: a9 } = Y(), s9 = a9, r9 = (e) => {
|
|
|
13418
13401
|
/* @__PURE__ */ a("div", { className: "comments-container", children: /* @__PURE__ */ a(pe, { title: E || e ? "COMENTARIOS" : !1, children: /* @__PURE__ */ f(J, { children: [
|
|
13419
13402
|
e && n && /* @__PURE__ */ f("div", { className: "comments-header", children: [
|
|
13420
13403
|
/* @__PURE__ */ a(
|
|
13421
|
-
|
|
13404
|
+
Gg,
|
|
13422
13405
|
{
|
|
13423
13406
|
user: n,
|
|
13424
13407
|
handleLogout: s,
|
|
@@ -13426,7 +13409,7 @@ const { PUBLIC_PUBLICATION_ID: a9 } = Y(), s9 = a9, r9 = (e) => {
|
|
|
13426
13409
|
}
|
|
13427
13410
|
),
|
|
13428
13411
|
/* @__PURE__ */ a(
|
|
13429
|
-
|
|
13412
|
+
h9,
|
|
13430
13413
|
{
|
|
13431
13414
|
commentRef: A,
|
|
13432
13415
|
user: n,
|
|
@@ -13443,7 +13426,7 @@ const { PUBLIC_PUBLICATION_ID: a9 } = Y(), s9 = a9, r9 = (e) => {
|
|
|
13443
13426
|
"data-isauthenticated": `${e}`,
|
|
13444
13427
|
children: [
|
|
13445
13428
|
m.comments.map((q) => /* @__PURE__ */ a(
|
|
13446
|
-
|
|
13429
|
+
m9,
|
|
13447
13430
|
{
|
|
13448
13431
|
comment: q,
|
|
13449
13432
|
replyingTo: l,
|
|
@@ -13470,7 +13453,7 @@ const { PUBLIC_PUBLICATION_ID: a9 } = Y(), s9 = a9, r9 = (e) => {
|
|
|
13470
13453
|
)
|
|
13471
13454
|
] }) }) }),
|
|
13472
13455
|
/* @__PURE__ */ a(
|
|
13473
|
-
|
|
13456
|
+
n9,
|
|
13474
13457
|
{
|
|
13475
13458
|
username: n?.username ?? void 0,
|
|
13476
13459
|
publication: Os,
|
|
@@ -13481,7 +13464,7 @@ const { PUBLIC_PUBLICATION_ID: a9 } = Y(), s9 = a9, r9 = (e) => {
|
|
|
13481
13464
|
}
|
|
13482
13465
|
)
|
|
13483
13466
|
] });
|
|
13484
|
-
},
|
|
13467
|
+
}, B3 = async (e, t) => {
|
|
13485
13468
|
if (!e) throw new Error("No action provided");
|
|
13486
13469
|
if (!t) throw new Error("No site key provided");
|
|
13487
13470
|
const n = window.grecaptcha;
|
|
@@ -13528,7 +13511,7 @@ const { PUBLIC_PUBLICATION_ID: a9 } = Y(), s9 = a9, r9 = (e) => {
|
|
|
13528
13511
|
test: (e) => /[^A-Za-z0-9]/.test(e)
|
|
13529
13512
|
}
|
|
13530
13513
|
];
|
|
13531
|
-
function
|
|
13514
|
+
function A9({ goToLogin: e, handleGoogleLogin: t, CAPTCHA_KEY: n }) {
|
|
13532
13515
|
const [s, r] = K({}), [o, i] = K(!1), [c, d] = K(!1), [l, u] = K(null), [m, h] = K(
|
|
13533
13516
|
"register"
|
|
13534
13517
|
), p = (v, N) => {
|
|
@@ -13748,7 +13731,7 @@ function g9({ goToLogin: e, handleGoogleLogin: t, CAPTCHA_KEY: n }) {
|
|
|
13748
13731
|
] })
|
|
13749
13732
|
] });
|
|
13750
13733
|
}
|
|
13751
|
-
function
|
|
13734
|
+
function w9({
|
|
13752
13735
|
onClose: e,
|
|
13753
13736
|
checkAuth: t,
|
|
13754
13737
|
goToRegister: n,
|
|
@@ -13758,7 +13741,7 @@ function p9({
|
|
|
13758
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);
|
|
13759
13742
|
return console.log("CAPTCHA_KEY", r), /* @__PURE__ */ f(J, { children: [
|
|
13760
13743
|
o === "login" && /* @__PURE__ */ a(
|
|
13761
|
-
|
|
13744
|
+
y9,
|
|
13762
13745
|
{
|
|
13763
13746
|
email: c,
|
|
13764
13747
|
password: l,
|
|
@@ -13799,7 +13782,7 @@ function p9({
|
|
|
13799
13782
|
}
|
|
13800
13783
|
),
|
|
13801
13784
|
o === "forgot" && /* @__PURE__ */ a(
|
|
13802
|
-
|
|
13785
|
+
v9,
|
|
13803
13786
|
{
|
|
13804
13787
|
email: c,
|
|
13805
13788
|
setEmail: d,
|
|
@@ -13832,7 +13815,7 @@ function p9({
|
|
|
13832
13815
|
}
|
|
13833
13816
|
),
|
|
13834
13817
|
o === "changePassword" && /* @__PURE__ */ a(
|
|
13835
|
-
|
|
13818
|
+
b9,
|
|
13836
13819
|
{
|
|
13837
13820
|
email: c,
|
|
13838
13821
|
confirmationCode: m,
|
|
@@ -13881,7 +13864,7 @@ function p9({
|
|
|
13881
13864
|
}
|
|
13882
13865
|
),
|
|
13883
13866
|
o === "feedback" && /* @__PURE__ */ a(
|
|
13884
|
-
|
|
13867
|
+
C9,
|
|
13885
13868
|
{
|
|
13886
13869
|
onBackToLogin: () => {
|
|
13887
13870
|
I(null), i("login");
|
|
@@ -13890,7 +13873,7 @@ function p9({
|
|
|
13890
13873
|
)
|
|
13891
13874
|
] });
|
|
13892
13875
|
}
|
|
13893
|
-
function
|
|
13876
|
+
function y9({
|
|
13894
13877
|
email: e,
|
|
13895
13878
|
password: t,
|
|
13896
13879
|
showPassword: n,
|
|
@@ -13982,7 +13965,7 @@ function A9({
|
|
|
13982
13965
|
)
|
|
13983
13966
|
] });
|
|
13984
13967
|
}
|
|
13985
|
-
function
|
|
13968
|
+
function v9({
|
|
13986
13969
|
email: e,
|
|
13987
13970
|
setEmail: t,
|
|
13988
13971
|
loading: n,
|
|
@@ -14019,7 +14002,7 @@ function w9({
|
|
|
14019
14002
|
}
|
|
14020
14003
|
);
|
|
14021
14004
|
}
|
|
14022
|
-
function
|
|
14005
|
+
function b9({
|
|
14023
14006
|
email: e,
|
|
14024
14007
|
confirmationCode: t,
|
|
14025
14008
|
newPassword: n,
|
|
@@ -14043,7 +14026,7 @@ function y9({
|
|
|
14043
14026
|
children: [
|
|
14044
14027
|
/* @__PURE__ */ f("p", { className: k.message, children: [
|
|
14045
14028
|
"Hemos enviado un código de restablecimiento de contraseña en un mensaje de Correo electrónico a ",
|
|
14046
|
-
|
|
14029
|
+
lp(e),
|
|
14047
14030
|
". Ingrese el código y la contraseña nueva."
|
|
14048
14031
|
] }),
|
|
14049
14032
|
/* @__PURE__ */ f("ul", { className: k.formUl, children: [
|
|
@@ -14130,13 +14113,13 @@ function y9({
|
|
|
14130
14113
|
}
|
|
14131
14114
|
);
|
|
14132
14115
|
}
|
|
14133
|
-
function
|
|
14116
|
+
function C9({ onBackToLogin: e }) {
|
|
14134
14117
|
return /* @__PURE__ */ f("div", { className: k.form, children: [
|
|
14135
14118
|
/* @__PURE__ */ a("p", { className: k.success, children: "La contraseña fue cambiada con éxito" }),
|
|
14136
14119
|
/* @__PURE__ */ a("button", { type: "button", className: k.primary, onClick: e, children: "Iniciar Sesión" })
|
|
14137
14120
|
] });
|
|
14138
14121
|
}
|
|
14139
|
-
function
|
|
14122
|
+
function _9({
|
|
14140
14123
|
loginUrl: e,
|
|
14141
14124
|
onClose: t,
|
|
14142
14125
|
checkAuth: n,
|
|
@@ -14173,7 +14156,7 @@ function b9({
|
|
|
14173
14156
|
)
|
|
14174
14157
|
] }),
|
|
14175
14158
|
o === "login" && /* @__PURE__ */ a(
|
|
14176
|
-
|
|
14159
|
+
w9,
|
|
14177
14160
|
{
|
|
14178
14161
|
onClose: t,
|
|
14179
14162
|
checkAuth: n,
|
|
@@ -14183,7 +14166,7 @@ function b9({
|
|
|
14183
14166
|
}
|
|
14184
14167
|
),
|
|
14185
14168
|
o === "register" && /* @__PURE__ */ a(
|
|
14186
|
-
|
|
14169
|
+
A9,
|
|
14187
14170
|
{
|
|
14188
14171
|
handleGoogleLogin: c,
|
|
14189
14172
|
goToLogin: () => i("login"),
|
|
@@ -14194,7 +14177,7 @@ function b9({
|
|
|
14194
14177
|
}
|
|
14195
14178
|
);
|
|
14196
14179
|
}
|
|
14197
|
-
function
|
|
14180
|
+
function N9({
|
|
14198
14181
|
isAuthenticated: e,
|
|
14199
14182
|
setIsAuthenticated: t,
|
|
14200
14183
|
loginUrl: n,
|
|
@@ -14208,7 +14191,7 @@ function C9({
|
|
|
14208
14191
|
const [l, u] = Te.useState(!1);
|
|
14209
14192
|
return /* @__PURE__ */ f(J, { children: [
|
|
14210
14193
|
l && /* @__PURE__ */ a(
|
|
14211
|
-
|
|
14194
|
+
_9,
|
|
14212
14195
|
{
|
|
14213
14196
|
loginUrl: n,
|
|
14214
14197
|
icon: i,
|
|
@@ -14234,7 +14217,7 @@ function C9({
|
|
|
14234
14217
|
)
|
|
14235
14218
|
] }),
|
|
14236
14219
|
/* @__PURE__ */ a(
|
|
14237
|
-
|
|
14220
|
+
p9,
|
|
14238
14221
|
{
|
|
14239
14222
|
isAuthenticated: e,
|
|
14240
14223
|
handleLogout: async () => {
|
|
@@ -14251,7 +14234,7 @@ function C9({
|
|
|
14251
14234
|
)
|
|
14252
14235
|
] });
|
|
14253
14236
|
}
|
|
14254
|
-
function
|
|
14237
|
+
function S9({
|
|
14255
14238
|
isVisible: e,
|
|
14256
14239
|
path: t,
|
|
14257
14240
|
icon: n,
|
|
@@ -14297,7 +14280,7 @@ function _9({
|
|
|
14297
14280
|
}
|
|
14298
14281
|
);
|
|
14299
14282
|
return o === null ? h : e ? /* @__PURE__ */ a(
|
|
14300
|
-
|
|
14283
|
+
N9,
|
|
14301
14284
|
{
|
|
14302
14285
|
icon: n,
|
|
14303
14286
|
isAuthenticated: o,
|
|
@@ -14311,7 +14294,7 @@ function _9({
|
|
|
14311
14294
|
}
|
|
14312
14295
|
) : h;
|
|
14313
14296
|
}
|
|
14314
|
-
const
|
|
14297
|
+
const O3 = ({
|
|
14315
14298
|
render: e,
|
|
14316
14299
|
internalPath: t,
|
|
14317
14300
|
section: n,
|
|
@@ -14338,7 +14321,7 @@ const R5 = ({
|
|
|
14338
14321
|
}, []);
|
|
14339
14322
|
const h = {
|
|
14340
14323
|
comment: /* @__PURE__ */ a(
|
|
14341
|
-
|
|
14324
|
+
S9,
|
|
14342
14325
|
{
|
|
14343
14326
|
path: t,
|
|
14344
14327
|
icon: o,
|
|
@@ -14348,7 +14331,7 @@ const R5 = ({
|
|
|
14348
14331
|
}
|
|
14349
14332
|
),
|
|
14350
14333
|
more: /* @__PURE__ */ a(
|
|
14351
|
-
|
|
14334
|
+
Mg,
|
|
14352
14335
|
{
|
|
14353
14336
|
section: n,
|
|
14354
14337
|
currentNews: s,
|
|
@@ -14369,7 +14352,7 @@ const R5 = ({
|
|
|
14369
14352
|
}
|
|
14370
14353
|
);
|
|
14371
14354
|
};
|
|
14372
|
-
async function
|
|
14355
|
+
async function P3({
|
|
14373
14356
|
publication: e,
|
|
14374
14357
|
path: t,
|
|
14375
14358
|
username: n,
|
|
@@ -14473,7 +14456,7 @@ async function B5({
|
|
|
14473
14456
|
};
|
|
14474
14457
|
}
|
|
14475
14458
|
}
|
|
14476
|
-
const
|
|
14459
|
+
const D3 = async ({
|
|
14477
14460
|
token: e,
|
|
14478
14461
|
projectId: t,
|
|
14479
14462
|
captchaKey: n,
|
|
@@ -14509,69 +14492,69 @@ const O5 = async ({
|
|
|
14509
14492
|
};
|
|
14510
14493
|
export {
|
|
14511
14494
|
vo as AssetsPreconnect,
|
|
14512
|
-
|
|
14513
|
-
|
|
14514
|
-
|
|
14495
|
+
k3 as AutorComponent,
|
|
14496
|
+
ru as AutorHeader1,
|
|
14497
|
+
pu as AutorHeader2,
|
|
14515
14498
|
we as BannerAdvertising,
|
|
14516
14499
|
st as BannerAdvertisingMiddle,
|
|
14517
|
-
|
|
14500
|
+
c3 as CarrouselCSR,
|
|
14518
14501
|
xt as CarrouselIRS,
|
|
14519
|
-
|
|
14520
|
-
|
|
14502
|
+
hf as CarruselCard,
|
|
14503
|
+
Cf as CarruselOpinion,
|
|
14521
14504
|
lt as CommonServices,
|
|
14522
14505
|
Hr as Comscore,
|
|
14523
|
-
|
|
14524
|
-
|
|
14525
|
-
|
|
14526
|
-
|
|
14506
|
+
N3 as ContactInfoServer,
|
|
14507
|
+
h3 as ContactInput,
|
|
14508
|
+
f3 as ContactSelect,
|
|
14509
|
+
g3 as ContactTextarea,
|
|
14527
14510
|
Ft as ContentLayout1,
|
|
14528
14511
|
ls as ContentLayoutTema,
|
|
14529
|
-
|
|
14530
|
-
|
|
14531
|
-
|
|
14512
|
+
x3 as DEBUG_MainSlots,
|
|
14513
|
+
g2 as DestacadoNoticias,
|
|
14514
|
+
X2 as DestacadoVideos,
|
|
14532
14515
|
uc as DynamicBlockServices,
|
|
14533
|
-
|
|
14516
|
+
E3 as DynamicComponents,
|
|
14534
14517
|
Yn as DynamicMainSlot,
|
|
14535
14518
|
Tr as DynamicSlot,
|
|
14536
|
-
|
|
14537
|
-
|
|
14538
|
-
|
|
14539
|
-
|
|
14519
|
+
v3 as EditorialBlock,
|
|
14520
|
+
m3 as ErrorComponent,
|
|
14521
|
+
Ro as Font,
|
|
14522
|
+
d3 as Footer,
|
|
14540
14523
|
yo as FormatAfterScripts,
|
|
14541
14524
|
zs as FormatScripts,
|
|
14542
14525
|
Vr as GA4,
|
|
14543
14526
|
Fr as GTM,
|
|
14544
|
-
|
|
14545
|
-
|
|
14546
|
-
|
|
14547
|
-
|
|
14548
|
-
|
|
14527
|
+
w0 as GalleryHeader,
|
|
14528
|
+
o3 as GenerateBody,
|
|
14529
|
+
r3 as GenerateHead,
|
|
14530
|
+
A3 as Header,
|
|
14531
|
+
T0 as IframeHeader,
|
|
14549
14532
|
al as ImageOffline,
|
|
14550
14533
|
qe as ImageOnline,
|
|
14551
14534
|
nl as ImageOnlineClient,
|
|
14552
|
-
|
|
14535
|
+
n3 as IssuuServices,
|
|
14553
14536
|
Io as ItemListSchema,
|
|
14554
|
-
|
|
14555
|
-
|
|
14537
|
+
_h as JournalistArticule2,
|
|
14538
|
+
Uh as JournalistGroup,
|
|
14556
14539
|
_r as LayoutNewsComponent,
|
|
14557
|
-
|
|
14540
|
+
O3 as LazyLoader,
|
|
14558
14541
|
O as LinkComponent,
|
|
14559
14542
|
j1 as LiveBlogHeader,
|
|
14560
|
-
|
|
14561
|
-
|
|
14543
|
+
i3 as Location,
|
|
14544
|
+
P9 as MainComponentServices,
|
|
14562
14545
|
$r as Marfeel,
|
|
14563
14546
|
mt as MiddleSection,
|
|
14564
14547
|
Ir as Modulo1x3,
|
|
14565
|
-
|
|
14566
|
-
|
|
14567
|
-
|
|
14568
|
-
|
|
14569
|
-
|
|
14570
|
-
|
|
14571
|
-
|
|
14572
|
-
|
|
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,
|
|
14573
14556
|
To as NewsArticle,
|
|
14574
|
-
|
|
14557
|
+
I3 as NewsComponent,
|
|
14575
14558
|
la as NewsContent,
|
|
14576
14559
|
It as NewsDescriptionComponent,
|
|
14577
14560
|
vn as NextPrev,
|
|
@@ -14579,81 +14562,81 @@ export {
|
|
|
14579
14562
|
Qa as PreloadImages,
|
|
14580
14563
|
Ye as REPORT_REASONS,
|
|
14581
14564
|
Sa as Readest,
|
|
14582
|
-
|
|
14583
|
-
|
|
14565
|
+
q3 as ScriptHydrator,
|
|
14566
|
+
T3 as SearchSection,
|
|
14584
14567
|
pe as Section,
|
|
14585
14568
|
Xe as SectionCard,
|
|
14586
|
-
|
|
14569
|
+
Ln as SectionCard2,
|
|
14587
14570
|
ua as SectionCardServerComponent,
|
|
14588
|
-
|
|
14571
|
+
_3 as SectionServerComponent,
|
|
14589
14572
|
yc as ShowSection,
|
|
14590
|
-
|
|
14573
|
+
i0 as SocialNetworks,
|
|
14591
14574
|
Eo as SpeculationRules,
|
|
14592
|
-
|
|
14575
|
+
S3 as StaticSlotWrapper,
|
|
14593
14576
|
Al as SubscribeColumn,
|
|
14594
14577
|
kl as SubscribeRow,
|
|
14595
|
-
|
|
14596
|
-
|
|
14597
|
-
|
|
14578
|
+
l3 as SubscribeWhatsAppColumn,
|
|
14579
|
+
w3 as TagHeader,
|
|
14580
|
+
hh as TagSection,
|
|
14598
14581
|
V1 as TimeLine,
|
|
14599
|
-
|
|
14600
|
-
|
|
14601
|
-
|
|
14602
|
-
|
|
14603
|
-
|
|
14604
|
-
|
|
14582
|
+
q9 as TrimPathname,
|
|
14583
|
+
u3 as VideoBlock3,
|
|
14584
|
+
p3 as VideoBlock4,
|
|
14585
|
+
_0 as VideoEmbeddedHeader,
|
|
14586
|
+
U3 as VideoSection,
|
|
14587
|
+
E0 as VideoYoutubeHeader,
|
|
14605
14588
|
qo as VideosSchemas,
|
|
14606
14589
|
Uo as WebsiteList,
|
|
14607
|
-
|
|
14590
|
+
P3 as addComment,
|
|
14608
14591
|
wa as bannersReplace,
|
|
14609
14592
|
Mt as becomeVideoObject,
|
|
14610
14593
|
vt as buildTagUrl,
|
|
14611
14594
|
cd as coloringByStrokeSVGs,
|
|
14612
14595
|
Ta as compileStyleProps,
|
|
14613
14596
|
Qe as cutString,
|
|
14614
|
-
|
|
14597
|
+
k9 as extractRealtedNews,
|
|
14615
14598
|
je as formatDate,
|
|
14616
|
-
|
|
14599
|
+
T9 as formatDateEdiciones,
|
|
14617
14600
|
Qs as formatDateJournalistArticule,
|
|
14618
14601
|
uo as formatDateTimeline,
|
|
14619
14602
|
fo as formatNewsMeta,
|
|
14620
14603
|
Co as formatVideoData,
|
|
14621
|
-
|
|
14622
|
-
|
|
14623
|
-
|
|
14604
|
+
s3 as generalGetData,
|
|
14605
|
+
B3 as getCaptchaToken,
|
|
14606
|
+
s9 as getComments,
|
|
14624
14607
|
Y as getConfig,
|
|
14625
|
-
|
|
14608
|
+
a3 as getDynamicSlots,
|
|
14626
14609
|
jt as getEnvironmentUrl,
|
|
14627
14610
|
ho as getEnvironmentUrlFront,
|
|
14628
|
-
|
|
14611
|
+
B9 as getHydratorPath,
|
|
14629
14612
|
ge as getImageUrl,
|
|
14630
14613
|
Wt as getNextMeta,
|
|
14631
14614
|
Kt as getPage,
|
|
14632
14615
|
Na as getPlayIcon,
|
|
14633
|
-
|
|
14616
|
+
O9 as getPreloadImages,
|
|
14634
14617
|
Yt as getPrevMeta,
|
|
14635
|
-
|
|
14618
|
+
L3 as getReportReasonLabel,
|
|
14636
14619
|
Gs as getResponse,
|
|
14637
14620
|
mo as getResponsePromise,
|
|
14638
14621
|
ya as getSchemas,
|
|
14639
14622
|
Vs as getScriptReplaces,
|
|
14640
14623
|
Bo as getSlugs,
|
|
14641
|
-
|
|
14642
|
-
|
|
14643
|
-
|
|
14644
|
-
|
|
14624
|
+
R9 as getTypeOfNews,
|
|
14625
|
+
L9 as getVideoRealPath,
|
|
14626
|
+
Ra as handleGetComments,
|
|
14627
|
+
I9 as initLibrary,
|
|
14645
14628
|
wo as metadataToJSX,
|
|
14646
14629
|
hc as metadata_defaults,
|
|
14647
14630
|
Hs as parseTags,
|
|
14648
14631
|
go as pathnameSplit,
|
|
14649
|
-
|
|
14650
|
-
|
|
14651
|
-
|
|
14632
|
+
U9 as processExtractedRelatedNews,
|
|
14633
|
+
Lo as removePages,
|
|
14634
|
+
R3 as reportComment,
|
|
14652
14635
|
Md as shareButtons,
|
|
14653
14636
|
xa as socialIcons,
|
|
14654
14637
|
No as speculationRules,
|
|
14655
14638
|
_o as speculationRulesHome,
|
|
14656
14639
|
po as urlReplaces,
|
|
14657
14640
|
vr as usePlayIcon,
|
|
14658
|
-
|
|
14641
|
+
D3 as verifyCaptchaTokenEnterprise
|
|
14659
14642
|
};
|