sass-template-common 0.4.4 → 0.4.5
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.
- package/README.md +36 -36
- package/dist/sass-template-common.css +1 -1
- package/dist/sass-template-common.js +843 -843
- package/dist/sass-template-common.umd.cjs +50 -50
- package/package.json +64 -64
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { jsx as s, jsxs as f, Fragment as
|
|
1
|
+
import { jsx as s, jsxs as f, Fragment as J } from "react/jsx-runtime";
|
|
2
2
|
import * as Fs from "react";
|
|
3
|
-
import Te, { useState as
|
|
3
|
+
import Te, { useState as Z, useRef as Za, useCallback as fe, useEffect as Qe, createElement as lt, forwardRef as Xa, Fragment as Cn, useMemo as oi, Component as ii } from "react";
|
|
4
4
|
let us = {
|
|
5
5
|
PUBLIC_API_HOST: "",
|
|
6
6
|
PUBLIC_API_FRONT: "",
|
|
@@ -61,7 +61,7 @@ let us = {
|
|
|
61
61
|
FETCH_TAG_BASED_RELATED_NEWS: !0,
|
|
62
62
|
MULTIPUBLICATION_FETCHES: void 0
|
|
63
63
|
};
|
|
64
|
-
function
|
|
64
|
+
function U9(e = {}) {
|
|
65
65
|
us = { ...us, ...e };
|
|
66
66
|
}
|
|
67
67
|
function $() {
|
|
@@ -94,7 +94,7 @@ const ri = () => {
|
|
|
94
94
|
o[i] = i;
|
|
95
95
|
}), o;
|
|
96
96
|
}, [t]), { ANALYTICS_ga4: a } = $();
|
|
97
|
-
return a && /* @__PURE__ */ f(
|
|
97
|
+
return a && /* @__PURE__ */ f(J, { children: [
|
|
98
98
|
/* @__PURE__ */ s("script", { defer: !0, src: "https://www.googletagmanager.com/gtag/js?" + a }),
|
|
99
99
|
/* @__PURE__ */ s(
|
|
100
100
|
"script",
|
|
@@ -117,7 +117,7 @@ const ri = () => {
|
|
|
117
117
|
] });
|
|
118
118
|
}, di = () => {
|
|
119
119
|
const { ANALYTICS_gtm: e } = $();
|
|
120
|
-
return e && /* @__PURE__ */ f(
|
|
120
|
+
return e && /* @__PURE__ */ f(J, { children: [
|
|
121
121
|
/* @__PURE__ */ s(
|
|
122
122
|
"script",
|
|
123
123
|
{
|
|
@@ -156,7 +156,7 @@ j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
|
|
|
156
156
|
);
|
|
157
157
|
}, mi = ({ defaultRouteName: e }) => {
|
|
158
158
|
const { CAPTCHA_KEY: t, CONFIG_comments: n = !1 } = $();
|
|
159
|
-
return t && t !== "" && (e === "news" && n || e === "anuncia" || e === "contacto") && /* @__PURE__ */ s(
|
|
159
|
+
return t && t !== "" && (e === "news" && n || e === "anuncia" || e === "contacto") && /* @__PURE__ */ s(J, { children: /* @__PURE__ */ s(
|
|
160
160
|
"script",
|
|
161
161
|
{
|
|
162
162
|
src: `https://www.google.com/recaptcha/enterprise.js?render=${t}`,
|
|
@@ -164,9 +164,9 @@ j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
|
|
|
164
164
|
defer: !0,
|
|
165
165
|
"data-name": "packages-body"
|
|
166
166
|
}
|
|
167
|
-
);
|
|
167
|
+
) });
|
|
168
168
|
};
|
|
169
|
-
function
|
|
169
|
+
function xt(e) {
|
|
170
170
|
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
|
171
171
|
}
|
|
172
172
|
var fn = { exports: {} }, hi = fn.exports, $s;
|
|
@@ -182,12 +182,12 @@ function eo() {
|
|
|
182
182
|
var D = String(M);
|
|
183
183
|
return !D || D.length >= U ? M : "" + Array(U + 1 - D.length).join(T) + M;
|
|
184
184
|
}, I = { s: _, z: function(M) {
|
|
185
|
-
var U = -M.utcOffset(), T = Math.abs(U), D = Math.floor(T / 60),
|
|
186
|
-
return (U <= 0 ? "+" : "-") + _(D, 2, "0") + ":" + _(
|
|
185
|
+
var U = -M.utcOffset(), T = Math.abs(U), D = Math.floor(T / 60), x = T % 60;
|
|
186
|
+
return (U <= 0 ? "+" : "-") + _(D, 2, "0") + ":" + _(x, 2, "0");
|
|
187
187
|
}, m: function M(U, T) {
|
|
188
188
|
if (U.date() < T.date()) return -M(T, U);
|
|
189
|
-
var D = 12 * (T.year() - U.year()) + (T.month() - U.month()),
|
|
190
|
-
return +(-(D + (T -
|
|
189
|
+
var D = 12 * (T.year() - U.year()) + (T.month() - U.month()), x = U.clone().add(D, m), z = T - x < 0, v = U.clone().add(D + (z ? -1 : 1), m);
|
|
190
|
+
return +(-(D + (T - x) / (z ? x - v : v - x)) || 0);
|
|
191
191
|
}, a: function(M) {
|
|
192
192
|
return M < 0 ? Math.ceil(M) || 0 : Math.floor(M);
|
|
193
193
|
}, p: function(M) {
|
|
@@ -199,24 +199,24 @@ function eo() {
|
|
|
199
199
|
var O = "$isDayjsObject", G = function(M) {
|
|
200
200
|
return M instanceof ne || !(!M || !M[O]);
|
|
201
201
|
}, Y = function M(U, T, D) {
|
|
202
|
-
var
|
|
202
|
+
var x;
|
|
203
203
|
if (!U) return b;
|
|
204
204
|
if (typeof U == "string") {
|
|
205
205
|
var z = U.toLowerCase();
|
|
206
|
-
E[z] && (
|
|
206
|
+
E[z] && (x = z), T && (E[z] = T, x = z);
|
|
207
207
|
var v = U.split("-");
|
|
208
|
-
if (!
|
|
208
|
+
if (!x && v.length > 1) return M(v[0]);
|
|
209
209
|
} else {
|
|
210
210
|
var N = U.name;
|
|
211
|
-
E[N] = U,
|
|
211
|
+
E[N] = U, x = N;
|
|
212
212
|
}
|
|
213
|
-
return !D &&
|
|
213
|
+
return !D && x && (b = x), x || !D && b;
|
|
214
214
|
}, Q = function(M, U) {
|
|
215
215
|
if (G(M)) return M.clone();
|
|
216
216
|
var T = typeof U == "object" ? U : {};
|
|
217
217
|
return T.date = M, T.args = arguments, new ne(T);
|
|
218
|
-
},
|
|
219
|
-
|
|
218
|
+
}, B = I;
|
|
219
|
+
B.l = Y, B.i = G, B.w = function(M, U) {
|
|
220
220
|
return Q(M, { locale: U.$L, utc: U.$u, x: U.$x, $offset: U.$offset });
|
|
221
221
|
};
|
|
222
222
|
var ne = (function() {
|
|
@@ -226,45 +226,45 @@ function eo() {
|
|
|
226
226
|
var U = M.prototype;
|
|
227
227
|
return U.parse = function(T) {
|
|
228
228
|
this.$d = (function(D) {
|
|
229
|
-
var
|
|
230
|
-
if (
|
|
231
|
-
if (
|
|
232
|
-
if (
|
|
233
|
-
if (typeof
|
|
234
|
-
var v =
|
|
229
|
+
var x = D.date, z = D.utc;
|
|
230
|
+
if (x === null) return /* @__PURE__ */ new Date(NaN);
|
|
231
|
+
if (B.u(x)) return /* @__PURE__ */ new Date();
|
|
232
|
+
if (x instanceof Date) return new Date(x);
|
|
233
|
+
if (typeof x == "string" && !/Z$/i.test(x)) {
|
|
234
|
+
var v = x.match(w);
|
|
235
235
|
if (v) {
|
|
236
236
|
var N = v[2] - 1 || 0, L = (v[7] || "0").substring(0, 3);
|
|
237
237
|
return z ? new Date(Date.UTC(v[1], N, v[3] || 1, v[4] || 0, v[5] || 0, v[6] || 0, L)) : new Date(v[1], N, v[3] || 1, v[4] || 0, v[5] || 0, v[6] || 0, L);
|
|
238
238
|
}
|
|
239
239
|
}
|
|
240
|
-
return new Date(
|
|
240
|
+
return new Date(x);
|
|
241
241
|
})(T), this.init();
|
|
242
242
|
}, U.init = function() {
|
|
243
243
|
var T = this.$d;
|
|
244
244
|
this.$y = T.getFullYear(), this.$M = T.getMonth(), this.$D = T.getDate(), this.$W = T.getDay(), this.$H = T.getHours(), this.$m = T.getMinutes(), this.$s = T.getSeconds(), this.$ms = T.getMilliseconds();
|
|
245
245
|
}, U.$utils = function() {
|
|
246
|
-
return
|
|
246
|
+
return B;
|
|
247
247
|
}, U.isValid = function() {
|
|
248
248
|
return this.$d.toString() !== A;
|
|
249
249
|
}, U.isSame = function(T, D) {
|
|
250
|
-
var
|
|
251
|
-
return this.startOf(D) <=
|
|
250
|
+
var x = Q(T);
|
|
251
|
+
return this.startOf(D) <= x && x <= this.endOf(D);
|
|
252
252
|
}, U.isAfter = function(T, D) {
|
|
253
253
|
return Q(T) < this.startOf(D);
|
|
254
254
|
}, U.isBefore = function(T, D) {
|
|
255
255
|
return this.endOf(D) < Q(T);
|
|
256
|
-
}, U.$g = function(T, D,
|
|
257
|
-
return
|
|
256
|
+
}, U.$g = function(T, D, x) {
|
|
257
|
+
return B.u(T) ? this[D] : this.set(x, T);
|
|
258
258
|
}, U.unix = function() {
|
|
259
259
|
return Math.floor(this.valueOf() / 1e3);
|
|
260
260
|
}, U.valueOf = function() {
|
|
261
261
|
return this.$d.getTime();
|
|
262
262
|
}, U.startOf = function(T, D) {
|
|
263
|
-
var
|
|
264
|
-
var le =
|
|
263
|
+
var x = this, z = !!B.u(D) || D, v = B.p(T), N = function(te, W) {
|
|
264
|
+
var le = B.w(x.$u ? Date.UTC(x.$y, W, te) : new Date(x.$y, W, te), x);
|
|
265
265
|
return z ? le : le.endOf(l);
|
|
266
266
|
}, L = function(te, W) {
|
|
267
|
-
return
|
|
267
|
+
return B.w(x.toDate()[te].apply(x.toDate("s"), (z ? [0, 0, 0, 0] : [23, 59, 59, 999]).slice(W)), x);
|
|
268
268
|
}, j = this.$W, P = this.$M, H = this.$D, F = "set" + (this.$u ? "UTC" : "");
|
|
269
269
|
switch (v) {
|
|
270
270
|
case p:
|
|
@@ -289,7 +289,7 @@ function eo() {
|
|
|
289
289
|
}, U.endOf = function(T) {
|
|
290
290
|
return this.startOf(T, !1);
|
|
291
291
|
}, U.$set = function(T, D) {
|
|
292
|
-
var
|
|
292
|
+
var x, z = B.p(T), v = "set" + (this.$u ? "UTC" : ""), N = (x = {}, x[l] = v + "Date", x[g] = v + "Date", x[m] = v + "Month", x[p] = v + "FullYear", x[u] = v + "Hours", x[c] = v + "Minutes", x[r] = v + "Seconds", x[i] = v + "Milliseconds", x)[z], L = z === l ? this.$D + (D - this.$W) : D;
|
|
293
293
|
if (z === m || z === p) {
|
|
294
294
|
var j = this.clone().set(g, 1);
|
|
295
295
|
j.$d[N](L), j.init(), this.$d = j.set(g, Math.min(this.$D, j.daysInMonth())).$d;
|
|
@@ -298,64 +298,64 @@ function eo() {
|
|
|
298
298
|
}, U.set = function(T, D) {
|
|
299
299
|
return this.clone().$set(T, D);
|
|
300
300
|
}, U.get = function(T) {
|
|
301
|
-
return this[
|
|
301
|
+
return this[B.p(T)]();
|
|
302
302
|
}, U.add = function(T, D) {
|
|
303
|
-
var
|
|
303
|
+
var x, z = this;
|
|
304
304
|
T = Number(T);
|
|
305
|
-
var v =
|
|
305
|
+
var v = B.p(D), N = function(P) {
|
|
306
306
|
var H = Q(z);
|
|
307
|
-
return
|
|
307
|
+
return B.w(H.date(H.date() + Math.round(P * T)), z);
|
|
308
308
|
};
|
|
309
309
|
if (v === m) return this.set(m, this.$M + T);
|
|
310
310
|
if (v === p) return this.set(p, this.$y + T);
|
|
311
311
|
if (v === l) return N(1);
|
|
312
312
|
if (v === d) return N(7);
|
|
313
|
-
var L = (
|
|
314
|
-
return
|
|
313
|
+
var L = (x = {}, x[c] = a, x[u] = o, x[r] = n, x)[v] || 1, j = this.$d.getTime() + T * L;
|
|
314
|
+
return B.w(j, this);
|
|
315
315
|
}, U.subtract = function(T, D) {
|
|
316
316
|
return this.add(-1 * T, D);
|
|
317
317
|
}, U.format = function(T) {
|
|
318
|
-
var D = this,
|
|
319
|
-
if (!this.isValid()) return
|
|
320
|
-
var z = T || "YYYY-MM-DDTHH:mm:ssZ", v =
|
|
321
|
-
return W && (W[le] || W(D, z)) ||
|
|
318
|
+
var D = this, x = this.$locale();
|
|
319
|
+
if (!this.isValid()) return x.invalidDate || A;
|
|
320
|
+
var z = T || "YYYY-MM-DDTHH:mm:ssZ", v = B.z(this), N = this.$H, L = this.$m, j = this.$M, P = x.weekdays, H = x.months, F = x.meridiem, V = function(W, le, q, _e) {
|
|
321
|
+
return W && (W[le] || W(D, z)) || q[le].slice(0, _e);
|
|
322
322
|
}, X = function(W) {
|
|
323
|
-
return
|
|
324
|
-
}, te = F || function(W, le,
|
|
323
|
+
return B.s(N % 12 || 12, W, "0");
|
|
324
|
+
}, te = F || function(W, le, q) {
|
|
325
325
|
var _e = W < 12 ? "AM" : "PM";
|
|
326
|
-
return
|
|
326
|
+
return q ? _e.toLowerCase() : _e;
|
|
327
327
|
};
|
|
328
328
|
return z.replace(y, (function(W, le) {
|
|
329
|
-
return le || (function(
|
|
330
|
-
switch (
|
|
329
|
+
return le || (function(q) {
|
|
330
|
+
switch (q) {
|
|
331
331
|
case "YY":
|
|
332
332
|
return String(D.$y).slice(-2);
|
|
333
333
|
case "YYYY":
|
|
334
|
-
return
|
|
334
|
+
return B.s(D.$y, 4, "0");
|
|
335
335
|
case "M":
|
|
336
336
|
return j + 1;
|
|
337
337
|
case "MM":
|
|
338
|
-
return
|
|
338
|
+
return B.s(j + 1, 2, "0");
|
|
339
339
|
case "MMM":
|
|
340
|
-
return V(
|
|
340
|
+
return V(x.monthsShort, j, H, 3);
|
|
341
341
|
case "MMMM":
|
|
342
342
|
return V(H, j);
|
|
343
343
|
case "D":
|
|
344
344
|
return D.$D;
|
|
345
345
|
case "DD":
|
|
346
|
-
return
|
|
346
|
+
return B.s(D.$D, 2, "0");
|
|
347
347
|
case "d":
|
|
348
348
|
return String(D.$W);
|
|
349
349
|
case "dd":
|
|
350
|
-
return V(
|
|
350
|
+
return V(x.weekdaysMin, D.$W, P, 2);
|
|
351
351
|
case "ddd":
|
|
352
|
-
return V(
|
|
352
|
+
return V(x.weekdaysShort, D.$W, P, 3);
|
|
353
353
|
case "dddd":
|
|
354
354
|
return P[D.$W];
|
|
355
355
|
case "H":
|
|
356
356
|
return String(N);
|
|
357
357
|
case "HH":
|
|
358
|
-
return
|
|
358
|
+
return B.s(N, 2, "0");
|
|
359
359
|
case "h":
|
|
360
360
|
return X(1);
|
|
361
361
|
case "hh":
|
|
@@ -367,13 +367,13 @@ function eo() {
|
|
|
367
367
|
case "m":
|
|
368
368
|
return String(L);
|
|
369
369
|
case "mm":
|
|
370
|
-
return
|
|
370
|
+
return B.s(L, 2, "0");
|
|
371
371
|
case "s":
|
|
372
372
|
return String(D.$s);
|
|
373
373
|
case "ss":
|
|
374
|
-
return
|
|
374
|
+
return B.s(D.$s, 2, "0");
|
|
375
375
|
case "SSS":
|
|
376
|
-
return
|
|
376
|
+
return B.s(D.$ms, 3, "0");
|
|
377
377
|
case "Z":
|
|
378
378
|
return v;
|
|
379
379
|
}
|
|
@@ -382,9 +382,9 @@ function eo() {
|
|
|
382
382
|
}));
|
|
383
383
|
}, U.utcOffset = function() {
|
|
384
384
|
return 15 * -Math.round(this.$d.getTimezoneOffset() / 15);
|
|
385
|
-
}, U.diff = function(T, D,
|
|
386
|
-
var z, v = this, N =
|
|
387
|
-
return
|
|
385
|
+
}, U.diff = function(T, D, x) {
|
|
386
|
+
var z, v = this, N = B.p(D), L = Q(T), j = (L.utcOffset() - this.utcOffset()) * a, P = this - L, H = function() {
|
|
387
|
+
return B.m(v, L);
|
|
388
388
|
};
|
|
389
389
|
switch (N) {
|
|
390
390
|
case p:
|
|
@@ -414,17 +414,17 @@ function eo() {
|
|
|
414
414
|
default:
|
|
415
415
|
z = P;
|
|
416
416
|
}
|
|
417
|
-
return
|
|
417
|
+
return x ? z : B.a(z);
|
|
418
418
|
}, U.daysInMonth = function() {
|
|
419
419
|
return this.endOf(m).$D;
|
|
420
420
|
}, U.$locale = function() {
|
|
421
421
|
return E[this.$L];
|
|
422
422
|
}, U.locale = function(T, D) {
|
|
423
423
|
if (!T) return this.$L;
|
|
424
|
-
var
|
|
425
|
-
return z && (
|
|
424
|
+
var x = this.clone(), z = Y(T, D, !0);
|
|
425
|
+
return z && (x.$L = z), x;
|
|
426
426
|
}, U.clone = function() {
|
|
427
|
-
return
|
|
427
|
+
return B.w(this.$d, this);
|
|
428
428
|
}, U.toDate = function() {
|
|
429
429
|
return new Date(this.valueOf());
|
|
430
430
|
}, U.toJSON = function() {
|
|
@@ -448,7 +448,7 @@ function eo() {
|
|
|
448
448
|
})(fn)), fn.exports;
|
|
449
449
|
}
|
|
450
450
|
var fi = eo();
|
|
451
|
-
const Le = /* @__PURE__ */
|
|
451
|
+
const Le = /* @__PURE__ */ xt(fi);
|
|
452
452
|
var gn = { exports: {} }, gi = gn.exports, Vs;
|
|
453
453
|
function pi() {
|
|
454
454
|
return Vs || (Vs = 1, (function(e, t) {
|
|
@@ -494,7 +494,7 @@ function pi() {
|
|
|
494
494
|
})(gn)), gn.exports;
|
|
495
495
|
}
|
|
496
496
|
var Ai = pi();
|
|
497
|
-
const wi = /* @__PURE__ */
|
|
497
|
+
const wi = /* @__PURE__ */ xt(Ai);
|
|
498
498
|
var pn = { exports: {} }, yi = pn.exports, Ws;
|
|
499
499
|
function vi() {
|
|
500
500
|
return Ws || (Ws = 1, (function(e, t) {
|
|
@@ -588,7 +588,7 @@ function _i() {
|
|
|
588
588
|
})(An)), An.exports;
|
|
589
589
|
}
|
|
590
590
|
var Ci = _i();
|
|
591
|
-
const Si = /* @__PURE__ */
|
|
591
|
+
const Si = /* @__PURE__ */ xt(Ci);
|
|
592
592
|
var wn = { exports: {} }, Ni = wn.exports, Ks;
|
|
593
593
|
function Ii() {
|
|
594
594
|
return Ks || (Ks = 1, (function(e, t) {
|
|
@@ -639,8 +639,8 @@ function Ii() {
|
|
|
639
639
|
var S = (function(E, O, G) {
|
|
640
640
|
var Y = E - 60 * O * 1e3, Q = l(Y, G);
|
|
641
641
|
if (O === Q) return [Y, O];
|
|
642
|
-
var
|
|
643
|
-
return Q ===
|
|
642
|
+
var B = l(Y -= 60 * (Q - O) * 1e3, G);
|
|
643
|
+
return Q === B ? [Y, Q] : [E - 60 * Math.min(Q, B) * 1e3, Math.max(Q, B)];
|
|
644
644
|
})(r.utc(h, A).valueOf(), y, w), _ = S[0], I = S[1], b = r(_).utcOffset(I);
|
|
645
645
|
return b.$x.$timezone = w, b;
|
|
646
646
|
}, r.tz.guess = function() {
|
|
@@ -653,7 +653,7 @@ function Ii() {
|
|
|
653
653
|
})(wn)), wn.exports;
|
|
654
654
|
}
|
|
655
655
|
var Ei = Ii();
|
|
656
|
-
const Ti = /* @__PURE__ */
|
|
656
|
+
const Ti = /* @__PURE__ */ xt(Ei);
|
|
657
657
|
Le.extend(Si);
|
|
658
658
|
Le.extend(Ti);
|
|
659
659
|
Le.extend(wi);
|
|
@@ -665,17 +665,17 @@ const Ln = (e) => e === "en" ? "en" : "es", He = (e, t) => {
|
|
|
665
665
|
return Le.tz(e, n).locale(a).format(
|
|
666
666
|
a === "en" ? "MMMM DD YYYY [•] HH:mm [hs]" : "DD [de] MMMM YYYY [•] HH:mm [hs]"
|
|
667
667
|
);
|
|
668
|
-
},
|
|
668
|
+
}, xi = (e) => {
|
|
669
669
|
const { PUBLIC_LNG: t, DATE_TIMEZONE: n } = $(), a = Ln(t ?? "es");
|
|
670
670
|
return Le.tz(e, n).locale(a).format("MM/DD/YYYY [•] HH:mm [HS]");
|
|
671
|
-
},
|
|
671
|
+
}, L9 = (e) => {
|
|
672
672
|
const { PUBLIC_LNG: t, DATE_TIMEZONE: n } = $(), a = Ln(t ?? "es");
|
|
673
673
|
return Le.tz(e, n).locale(a).format("dddd DD [de] MMMM YYYY");
|
|
674
674
|
}, ze = (e, t = 136) => e && e.length > t ? `${e.substring(0, t)}...` : e;
|
|
675
675
|
function It(e) {
|
|
676
676
|
return e && e.status === "fulfilled" ? e.value.data : null;
|
|
677
677
|
}
|
|
678
|
-
function
|
|
678
|
+
function ki(e) {
|
|
679
679
|
return e && e.status === "fulfilled" ? e.value : null;
|
|
680
680
|
}
|
|
681
681
|
const Ui = { url: "", target: "_self", canonical: !1, internal: "" }, Li = {
|
|
@@ -744,7 +744,7 @@ function Js(e) {
|
|
|
744
744
|
}
|
|
745
745
|
return n;
|
|
746
746
|
}
|
|
747
|
-
const
|
|
747
|
+
const qi = async (e, t) => {
|
|
748
748
|
const n = [];
|
|
749
749
|
return e.forEach((i) => {
|
|
750
750
|
i.forEach((r) => {
|
|
@@ -761,10 +761,10 @@ const Bi = async (e, t) => {
|
|
|
761
761
|
}, Sn = () => {
|
|
762
762
|
const { PUBLIC_ENV: e, PUBLIC_API_HOST: t, PUBLIC_ASSETS_URL: n } = $();
|
|
763
763
|
return e == "local" ? t : n && n !== "false" ? n : "";
|
|
764
|
-
},
|
|
764
|
+
}, R9 = () => {
|
|
765
765
|
const { PUBLIC_ENV: e, PUBLIC_API_FRONT: t } = $();
|
|
766
766
|
return e === "local" ? t : "";
|
|
767
|
-
},
|
|
767
|
+
}, Bi = (e) => {
|
|
768
768
|
if (!e?.preview?.length) return null;
|
|
769
769
|
const t = e.preview;
|
|
770
770
|
return t.find((n) => n.format === "1.91:1") ?? t[t.length - 1];
|
|
@@ -785,7 +785,7 @@ const Bi = async (e, t) => {
|
|
|
785
785
|
height: i
|
|
786
786
|
}, Pi = (e, t, n) => {
|
|
787
787
|
if (!e) return {};
|
|
788
|
-
const { PUBLIC_ASSETS_URL: a, PUBLIC_API_FRONT: o } = $(), i = to(e.keywords) ?? "", r = e?.preview?.sizes ? e?.preview?.sizes[0]?.url : "", c = (a !== "false" ? a : o) ?? "", u =
|
|
788
|
+
const { PUBLIC_ASSETS_URL: a, PUBLIC_API_FRONT: o } = $(), i = to(e.keywords) ?? "", r = e?.preview?.sizes ? e?.preview?.sizes[0]?.url : "", c = (a !== "false" ? a : o) ?? "", u = Bi(n), l = Zs({
|
|
789
789
|
schemaImage: u,
|
|
790
790
|
socialImage: e?.social?.images?.facebook,
|
|
791
791
|
fallbackImage: r,
|
|
@@ -1051,7 +1051,7 @@ const Bi = async (e, t) => {
|
|
|
1051
1051
|
t.value || "",
|
|
1052
1052
|
e.replaces
|
|
1053
1053
|
), a = Hi(n);
|
|
1054
|
-
return /* @__PURE__ */ s(
|
|
1054
|
+
return /* @__PURE__ */ s(J, { children: a.map((o, i) => {
|
|
1055
1055
|
const r = o[1] || o[3] || "", c = o[2]?.trim() || "";
|
|
1056
1056
|
return no(r, c, i, e.name);
|
|
1057
1057
|
}) });
|
|
@@ -1066,7 +1066,7 @@ const Bi = async (e, t) => {
|
|
|
1066
1066
|
).split(
|
|
1067
1067
|
/(<script\b[\s\S]*?<\/script\s*>|<script\b[^>]*\/?>)/gi
|
|
1068
1068
|
);
|
|
1069
|
-
return /* @__PURE__ */ s(
|
|
1069
|
+
return /* @__PURE__ */ s(J, { children: a.map((o, i) => {
|
|
1070
1070
|
const r = o.match(
|
|
1071
1071
|
/<script\b([^>]*)>([\s\S]*?)<\/script\s*>|<script\b([^>]*)\/?>/i
|
|
1072
1072
|
);
|
|
@@ -1093,14 +1093,14 @@ const Bi = async (e, t) => {
|
|
|
1093
1093
|
i > 0 && (a += `/${o}`);
|
|
1094
1094
|
}), `${a}/page/${n - 1}`;
|
|
1095
1095
|
};
|
|
1096
|
-
function
|
|
1096
|
+
function q9(e) {
|
|
1097
1097
|
const t = e.length;
|
|
1098
1098
|
return t > 1 && e.charCodeAt(t - 1) === 47 ? e.slice(0, t - 1) : e;
|
|
1099
1099
|
}
|
|
1100
1100
|
const Fi = () => {
|
|
1101
1101
|
const { PUBLIC_ASSETS_URL: e } = $();
|
|
1102
1102
|
return e && e !== "false" && /* @__PURE__ */ s("link", { rel: "preconnect", href: e, crossOrigin: "anonymous" });
|
|
1103
|
-
}, { PUBLIC_ASSETS_URL: zn } = $(), $i = zn && zn !== "false" ? zn : "", Xs = ({ images: e }) => /* @__PURE__ */ s(
|
|
1103
|
+
}, { PUBLIC_ASSETS_URL: zn } = $(), $i = zn && zn !== "false" ? zn : "", Xs = ({ images: e }) => /* @__PURE__ */ s(J, { children: e.map(
|
|
1104
1104
|
(t, n) => t.href !== "" && /* @__PURE__ */ s(
|
|
1105
1105
|
"link",
|
|
1106
1106
|
{
|
|
@@ -1152,7 +1152,7 @@ const Fi = () => {
|
|
|
1152
1152
|
]
|
|
1153
1153
|
}
|
|
1154
1154
|
};
|
|
1155
|
-
},
|
|
1155
|
+
}, B9 = (e) => {
|
|
1156
1156
|
let t = "";
|
|
1157
1157
|
if (e.params.news.match(/.*t[0-9]*.html/g)) {
|
|
1158
1158
|
const n = e.params.news.split("-"), a = n[n.length - 1] ?? "", o = a.substring(1, 9), i = a.substring(9, 13);
|
|
@@ -1170,7 +1170,7 @@ const Fi = () => {
|
|
|
1170
1170
|
}
|
|
1171
1171
|
return e.config.servicePrefix + t;
|
|
1172
1172
|
};
|
|
1173
|
-
function
|
|
1173
|
+
function P9(e) {
|
|
1174
1174
|
const t = e.lastIndexOf("-"), n = t >= 0 ? [e.slice(0, t), e.slice(t + 1)] : [e], a = n[n.length - 1]?.split("."), o = a && a[0] ? a[0] : "", i = o.substring(0, 2), r = o.substring(2, 10), c = o.substring(10);
|
|
1175
1175
|
return { path: {
|
|
1176
1176
|
vy: (l) => `/videos/video-youtube/${Le(r).format(
|
|
@@ -1185,10 +1185,10 @@ function P3(e) {
|
|
|
1185
1185
|
const wt = (e, t) => {
|
|
1186
1186
|
const n = e.name.normalize("NFD").replace(/[\u0300-\u036f]/g, "").replace(/ñ/g, "n").replace(/Ñ/g, "n").replace(/[^\w\s]/gi, "").replaceAll(" ", "-").toLowerCase();
|
|
1187
1187
|
return t?.tema ? `/${t.tema}/${n}-t${e.id}` : `/${n}-t${e.id}`;
|
|
1188
|
-
},
|
|
1188
|
+
}, O9 = (e) => {
|
|
1189
1189
|
const { AssetsPrefix: t = "", AssetsPath: n = "src", isDev: a = !1 } = e;
|
|
1190
1190
|
return a ? "src" : t + n;
|
|
1191
|
-
},
|
|
1191
|
+
}, D9 = async (e, t, n, a) => {
|
|
1192
1192
|
const { FETCH_TAG_BASED_RELATED_NEWS: o = !1, FETCH_SIZE_RELATED_NEWS: i = 10 } = $();
|
|
1193
1193
|
if (!e) return [];
|
|
1194
1194
|
try {
|
|
@@ -1217,7 +1217,7 @@ const wt = (e, t) => {
|
|
|
1217
1217
|
} catch (r) {
|
|
1218
1218
|
console.log(r);
|
|
1219
1219
|
}
|
|
1220
|
-
}, Wi = "https://recaptchaenterprise.googleapis.com/v1/projects",
|
|
1220
|
+
}, Wi = "https://recaptchaenterprise.googleapis.com/v1/projects", M9 = async ({
|
|
1221
1221
|
projectID: e,
|
|
1222
1222
|
recaptchaKey: t,
|
|
1223
1223
|
token: n,
|
|
@@ -1468,7 +1468,7 @@ const tr = async ({
|
|
|
1468
1468
|
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
1469
1469
|
}
|
|
1470
1470
|
`;
|
|
1471
|
-
return /* @__PURE__ */ s(
|
|
1471
|
+
return /* @__PURE__ */ s(J, { children: e.useS3Font ? /* @__PURE__ */ f(J, { children: [
|
|
1472
1472
|
/* @__PURE__ */ s(
|
|
1473
1473
|
"link",
|
|
1474
1474
|
{
|
|
@@ -1573,28 +1573,28 @@ const tr = async ({
|
|
|
1573
1573
|
if (e.search("/page/") === -1) return e.replace("/", "");
|
|
1574
1574
|
const t = e.split("/"), n = t.indexOf("page") - 1;
|
|
1575
1575
|
return n < 0 ? e : (t[n] ?? "").replace("/", "");
|
|
1576
|
-
},
|
|
1576
|
+
}, Be = (e) => {
|
|
1577
1577
|
const n = e.replace(/^\/|\/$/g, "").split("/"), a = n.indexOf("page");
|
|
1578
1578
|
return a > 0 ? `${n[a - 1] ?? ""}` : `${n[n.length - 1] ?? ""}`;
|
|
1579
1579
|
}, rr = {
|
|
1580
1580
|
404: () => "404",
|
|
1581
1581
|
home: () => "home",
|
|
1582
|
-
slug: (e) =>
|
|
1582
|
+
slug: (e) => Be(e.pathname),
|
|
1583
1583
|
news: (e) => Oi(e.pathname)?.slug,
|
|
1584
|
-
seccion: (e) =>
|
|
1585
|
-
tema: (e) =>
|
|
1586
|
-
pages: (e) =>
|
|
1587
|
-
buscar: (e) =>
|
|
1588
|
-
"ultimas-noticias": (e) =>
|
|
1589
|
-
anuncia: (e) =>
|
|
1590
|
-
contacto: (e) =>
|
|
1591
|
-
autor: (e) =>
|
|
1592
|
-
video: (e) =>
|
|
1593
|
-
videos: (e) =>
|
|
1584
|
+
seccion: (e) => Be(e.pathname),
|
|
1585
|
+
tema: (e) => Be(e.pathname),
|
|
1586
|
+
pages: (e) => Be(e.pathname),
|
|
1587
|
+
buscar: (e) => Be(e.pathname),
|
|
1588
|
+
"ultimas-noticias": (e) => Be(e.pathname),
|
|
1589
|
+
anuncia: (e) => Be(e.pathname),
|
|
1590
|
+
contacto: (e) => Be(e.pathname),
|
|
1591
|
+
autor: (e) => Be(e.pathname),
|
|
1592
|
+
video: (e) => Be(e.pathname),
|
|
1593
|
+
videos: (e) => Be(e.pathname)
|
|
1594
1594
|
}, en = (e) => {
|
|
1595
1595
|
const t = e.split("/"), n = t[t.length - 1] ?? "1";
|
|
1596
1596
|
return Number(n) > 0 ? Number(n) : 1;
|
|
1597
|
-
},
|
|
1597
|
+
}, j9 = (e, t = 2) => {
|
|
1598
1598
|
if (!e || e.length === 0) return [];
|
|
1599
1599
|
const n = [];
|
|
1600
1600
|
for (let a = 0; a < t; a++) {
|
|
@@ -1734,7 +1734,7 @@ const tr = async ({
|
|
|
1734
1734
|
}
|
|
1735
1735
|
console.error("[SERVICE_DEBUG] Service error report (HTML):"), console.error(n);
|
|
1736
1736
|
};
|
|
1737
|
-
class
|
|
1737
|
+
class G9 {
|
|
1738
1738
|
exclude = "keywords,gallery,related,relatedexternal,external,customfields";
|
|
1739
1739
|
config = {};
|
|
1740
1740
|
imgSizes = {};
|
|
@@ -1964,10 +1964,10 @@ function oo(e, t) {
|
|
|
1964
1964
|
return e.apply(t, arguments);
|
|
1965
1965
|
};
|
|
1966
1966
|
}
|
|
1967
|
-
const { toString: dr } = Object.prototype, { getPrototypeOf: Es } = Object, { iterator:
|
|
1967
|
+
const { toString: dr } = Object.prototype, { getPrototypeOf: Es } = Object, { iterator: qn, toStringTag: io } = Symbol, Bn = /* @__PURE__ */ ((e) => (t) => {
|
|
1968
1968
|
const n = dr.call(t);
|
|
1969
1969
|
return e[n] || (e[n] = n.slice(8, -1).toLowerCase());
|
|
1970
|
-
})(/* @__PURE__ */ Object.create(null)), Me = (e) => (e = e.toLowerCase(), (t) =>
|
|
1970
|
+
})(/* @__PURE__ */ Object.create(null)), Me = (e) => (e = e.toLowerCase(), (t) => Bn(t) === e), Pn = (e) => (t) => typeof t === e, { isArray: kt } = Array, Et = Pn("undefined");
|
|
1971
1971
|
function $t(e) {
|
|
1972
1972
|
return e !== null && !Et(e) && e.constructor !== null && !Et(e.constructor) && Ie(e.constructor.isBuffer) && e.constructor.isBuffer(e);
|
|
1973
1973
|
}
|
|
@@ -1977,10 +1977,10 @@ function ur(e) {
|
|
|
1977
1977
|
return typeof ArrayBuffer < "u" && ArrayBuffer.isView ? t = ArrayBuffer.isView(e) : t = e && e.buffer && ro(e.buffer), t;
|
|
1978
1978
|
}
|
|
1979
1979
|
const mr = Pn("string"), Ie = Pn("function"), co = Pn("number"), Vt = (e) => e !== null && typeof e == "object", hr = (e) => e === !0 || e === !1, yn = (e) => {
|
|
1980
|
-
if (
|
|
1980
|
+
if (Bn(e) !== "object")
|
|
1981
1981
|
return !1;
|
|
1982
1982
|
const t = Es(e);
|
|
1983
|
-
return (t === null || t === Object.prototype || Object.getPrototypeOf(t) === null) && !(io in e) && !(
|
|
1983
|
+
return (t === null || t === Object.prototype || Object.getPrototypeOf(t) === null) && !(io in e) && !(qn in e);
|
|
1984
1984
|
}, fr = (e) => {
|
|
1985
1985
|
if (!Vt(e) || $t(e))
|
|
1986
1986
|
return !1;
|
|
@@ -1991,14 +1991,14 @@ const mr = Pn("string"), Ie = Pn("function"), co = Pn("number"), Vt = (e) => e !
|
|
|
1991
1991
|
}
|
|
1992
1992
|
}, gr = Me("Date"), pr = Me("File"), Ar = Me("Blob"), wr = Me("FileList"), yr = (e) => Vt(e) && Ie(e.pipe), vr = (e) => {
|
|
1993
1993
|
let t;
|
|
1994
|
-
return e && (typeof FormData == "function" && e instanceof FormData || Ie(e.append) && ((t =
|
|
1994
|
+
return e && (typeof FormData == "function" && e instanceof FormData || Ie(e.append) && ((t = Bn(e)) === "formdata" || // detect form-data instance
|
|
1995
1995
|
t === "object" && Ie(e.toString) && e.toString() === "[object FormData]"));
|
|
1996
1996
|
}, br = Me("URLSearchParams"), [_r, Cr, Sr, Nr] = ["ReadableStream", "Request", "Response", "Headers"].map(Me), Ir = (e) => e.trim ? e.trim() : e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g, "");
|
|
1997
1997
|
function Wt(e, t, { allOwnKeys: n = !1 } = {}) {
|
|
1998
1998
|
if (e === null || typeof e > "u")
|
|
1999
1999
|
return;
|
|
2000
2000
|
let a, o;
|
|
2001
|
-
if (typeof e != "object" && (e = [e]),
|
|
2001
|
+
if (typeof e != "object" && (e = [e]), kt(e))
|
|
2002
2002
|
for (a = 0, o = e.length; a < o; a++)
|
|
2003
2003
|
t.call(null, e[a], a, e);
|
|
2004
2004
|
else {
|
|
@@ -2025,7 +2025,7 @@ const gt = typeof globalThis < "u" ? globalThis : typeof self < "u" ? self : typ
|
|
|
2025
2025
|
function ms() {
|
|
2026
2026
|
const { caseless: e, skipUndefined: t } = uo(this) && this || {}, n = {}, a = (o, i) => {
|
|
2027
2027
|
const r = e && lo(n, i) || i;
|
|
2028
|
-
yn(n[r]) && yn(o) ? n[r] = ms(n[r], o) : yn(o) ? n[r] = ms({}, o) :
|
|
2028
|
+
yn(n[r]) && yn(o) ? n[r] = ms(n[r], o) : yn(o) ? n[r] = ms({}, o) : kt(o) ? n[r] = o.slice() : (!t || !Et(o)) && (n[r] = o);
|
|
2029
2029
|
};
|
|
2030
2030
|
for (let o = 0, i = arguments.length; o < i; o++)
|
|
2031
2031
|
arguments[o] && Wt(arguments[o], a);
|
|
@@ -2033,11 +2033,11 @@ function ms() {
|
|
|
2033
2033
|
}
|
|
2034
2034
|
const Er = (e, t, n, { allOwnKeys: a } = {}) => (Wt(t, (o, i) => {
|
|
2035
2035
|
n && Ie(o) ? e[i] = oo(o, n) : e[i] = o;
|
|
2036
|
-
}, { allOwnKeys: a }), e), Tr = (e) => (e.charCodeAt(0) === 65279 && (e = e.slice(1)), e),
|
|
2036
|
+
}, { allOwnKeys: a }), e), Tr = (e) => (e.charCodeAt(0) === 65279 && (e = e.slice(1)), e), xr = (e, t, n, a) => {
|
|
2037
2037
|
e.prototype = Object.create(t.prototype, a), e.prototype.constructor = e, Object.defineProperty(e, "super", {
|
|
2038
2038
|
value: t.prototype
|
|
2039
2039
|
}), n && Object.assign(e.prototype, n);
|
|
2040
|
-
},
|
|
2040
|
+
}, kr = (e, t, n, a) => {
|
|
2041
2041
|
let o, i, r;
|
|
2042
2042
|
const c = {};
|
|
2043
2043
|
if (t = t || {}, e == null) return t;
|
|
@@ -2053,21 +2053,21 @@ const Er = (e, t, n, { allOwnKeys: a } = {}) => (Wt(t, (o, i) => {
|
|
|
2053
2053
|
return a !== -1 && a === n;
|
|
2054
2054
|
}, Lr = (e) => {
|
|
2055
2055
|
if (!e) return null;
|
|
2056
|
-
if (
|
|
2056
|
+
if (kt(e)) return e;
|
|
2057
2057
|
let t = e.length;
|
|
2058
2058
|
if (!co(t)) return null;
|
|
2059
2059
|
const n = new Array(t);
|
|
2060
2060
|
for (; t-- > 0; )
|
|
2061
2061
|
n[t] = e[t];
|
|
2062
2062
|
return n;
|
|
2063
|
-
}, Rr = /* @__PURE__ */ ((e) => (t) => e && t instanceof e)(typeof Uint8Array < "u" && Es(Uint8Array)),
|
|
2064
|
-
const a = (e && e[
|
|
2063
|
+
}, Rr = /* @__PURE__ */ ((e) => (t) => e && t instanceof e)(typeof Uint8Array < "u" && Es(Uint8Array)), qr = (e, t) => {
|
|
2064
|
+
const a = (e && e[qn]).call(e);
|
|
2065
2065
|
let o;
|
|
2066
2066
|
for (; (o = a.next()) && !o.done; ) {
|
|
2067
2067
|
const i = o.value;
|
|
2068
2068
|
t.call(e, i[0], i[1]);
|
|
2069
2069
|
}
|
|
2070
|
-
},
|
|
2070
|
+
}, Br = (e, t) => {
|
|
2071
2071
|
let n;
|
|
2072
2072
|
const a = [];
|
|
2073
2073
|
for (; (n = e.exec(t)) !== null; )
|
|
@@ -2105,11 +2105,11 @@ const Er = (e, t, n, { allOwnKeys: a } = {}) => (Wt(t, (o, i) => {
|
|
|
2105
2105
|
n[i] = !0;
|
|
2106
2106
|
});
|
|
2107
2107
|
};
|
|
2108
|
-
return
|
|
2108
|
+
return kt(e) ? a(e) : a(String(e).split(t)), n;
|
|
2109
2109
|
}, Gr = () => {
|
|
2110
2110
|
}, Qr = (e, t) => e != null && Number.isFinite(e = +e) ? e : t;
|
|
2111
2111
|
function Hr(e) {
|
|
2112
|
-
return !!(e && Ie(e.append) && e[io] === "FormData" && e[
|
|
2112
|
+
return !!(e && Ie(e.append) && e[io] === "FormData" && e[qn]);
|
|
2113
2113
|
}
|
|
2114
2114
|
const zr = (e) => {
|
|
2115
2115
|
const t = new Array(10), n = (a, o) => {
|
|
@@ -2120,7 +2120,7 @@ const zr = (e) => {
|
|
|
2120
2120
|
return a;
|
|
2121
2121
|
if (!("toJSON" in a)) {
|
|
2122
2122
|
t[o] = a;
|
|
2123
|
-
const i =
|
|
2123
|
+
const i = kt(a) ? [] : {};
|
|
2124
2124
|
return Wt(a, (r, c) => {
|
|
2125
2125
|
const u = n(r, o + 1);
|
|
2126
2126
|
!Et(u) && (i[c] = u);
|
|
@@ -2137,8 +2137,8 @@ const zr = (e) => {
|
|
|
2137
2137
|
}))(`axios@${Math.random()}`, []) : (n) => setTimeout(n))(
|
|
2138
2138
|
typeof setImmediate == "function",
|
|
2139
2139
|
Ie(gt.postMessage)
|
|
2140
|
-
), Vr = typeof queueMicrotask < "u" ? queueMicrotask.bind(gt) : typeof process < "u" && process.nextTick || ho, Wr = (e) => e != null && Ie(e[
|
|
2141
|
-
isArray:
|
|
2140
|
+
), Vr = typeof queueMicrotask < "u" ? queueMicrotask.bind(gt) : typeof process < "u" && process.nextTick || ho, Wr = (e) => e != null && Ie(e[qn]), C = {
|
|
2141
|
+
isArray: kt,
|
|
2142
2142
|
isArrayBuffer: ro,
|
|
2143
2143
|
isBuffer: $t,
|
|
2144
2144
|
isFormData: vr,
|
|
@@ -2168,14 +2168,14 @@ const zr = (e) => {
|
|
|
2168
2168
|
extend: Er,
|
|
2169
2169
|
trim: Ir,
|
|
2170
2170
|
stripBOM: Tr,
|
|
2171
|
-
inherits:
|
|
2172
|
-
toFlatObject:
|
|
2173
|
-
kindOf:
|
|
2171
|
+
inherits: xr,
|
|
2172
|
+
toFlatObject: kr,
|
|
2173
|
+
kindOf: Bn,
|
|
2174
2174
|
kindOfTest: Me,
|
|
2175
2175
|
endsWith: Ur,
|
|
2176
2176
|
toArray: Lr,
|
|
2177
|
-
forEachEntry:
|
|
2178
|
-
matchAll:
|
|
2177
|
+
forEachEntry: qr,
|
|
2178
|
+
matchAll: Br,
|
|
2179
2179
|
isHTMLForm: Pr,
|
|
2180
2180
|
hasOwnProperty: na,
|
|
2181
2181
|
hasOwnProp: na,
|
|
@@ -2443,10 +2443,10 @@ const yo = {
|
|
|
2443
2443
|
Blob: tc
|
|
2444
2444
|
},
|
|
2445
2445
|
protocols: ["http", "https", "file", "blob", "url", "data"]
|
|
2446
|
-
},
|
|
2447
|
-
self instanceof WorkerGlobalScope && typeof self.importScripts == "function", oc =
|
|
2446
|
+
}, xs = typeof window < "u" && typeof document < "u", fs = typeof navigator == "object" && navigator || void 0, sc = xs && (!fs || ["ReactNative", "NativeScript", "NS"].indexOf(fs.product) < 0), ac = typeof WorkerGlobalScope < "u" && // eslint-disable-next-line no-undef
|
|
2447
|
+
self instanceof WorkerGlobalScope && typeof self.importScripts == "function", oc = xs && window.location.href || "http://localhost", ic = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2448
2448
|
__proto__: null,
|
|
2449
|
-
hasBrowserEnv:
|
|
2449
|
+
hasBrowserEnv: xs,
|
|
2450
2450
|
hasStandardBrowserEnv: sc,
|
|
2451
2451
|
hasStandardBrowserWebWorkerEnv: ac,
|
|
2452
2452
|
navigator: fs,
|
|
@@ -2595,7 +2595,7 @@ const uc = C.toObjectSet([
|
|
|
2595
2595
|
o = r.indexOf(":"), n = r.substring(0, o).trim().toLowerCase(), a = r.substring(o + 1).trim(), !(!n || t[n] && uc[n]) && (n === "set-cookie" ? t[n] ? t[n].push(a) : t[n] = [a] : t[n] = t[n] ? t[n] + ", " + a : a);
|
|
2596
2596
|
}), t;
|
|
2597
2597
|
}, ia = Symbol("internals");
|
|
2598
|
-
function
|
|
2598
|
+
function Bt(e) {
|
|
2599
2599
|
return e && String(e).trim().toLowerCase();
|
|
2600
2600
|
}
|
|
2601
2601
|
function vn(e) {
|
|
@@ -2640,7 +2640,7 @@ let Ee = class {
|
|
|
2640
2640
|
set(t, n, a) {
|
|
2641
2641
|
const o = this;
|
|
2642
2642
|
function i(c, u, l) {
|
|
2643
|
-
const d =
|
|
2643
|
+
const d = Bt(u);
|
|
2644
2644
|
if (!d)
|
|
2645
2645
|
throw new Error("header name must be a non-empty string");
|
|
2646
2646
|
const m = C.findKey(o, d);
|
|
@@ -2664,7 +2664,7 @@ let Ee = class {
|
|
|
2664
2664
|
return this;
|
|
2665
2665
|
}
|
|
2666
2666
|
get(t, n) {
|
|
2667
|
-
if (t =
|
|
2667
|
+
if (t = Bt(t), t) {
|
|
2668
2668
|
const a = C.findKey(this, t);
|
|
2669
2669
|
if (a) {
|
|
2670
2670
|
const o = this[a];
|
|
@@ -2681,7 +2681,7 @@ let Ee = class {
|
|
|
2681
2681
|
}
|
|
2682
2682
|
}
|
|
2683
2683
|
has(t, n) {
|
|
2684
|
-
if (t =
|
|
2684
|
+
if (t = Bt(t), t) {
|
|
2685
2685
|
const a = C.findKey(this, t);
|
|
2686
2686
|
return !!(a && this[a] !== void 0 && (!n || Fn(this, this[a], a, n)));
|
|
2687
2687
|
}
|
|
@@ -2691,7 +2691,7 @@ let Ee = class {
|
|
|
2691
2691
|
const a = this;
|
|
2692
2692
|
let o = !1;
|
|
2693
2693
|
function i(r) {
|
|
2694
|
-
if (r =
|
|
2694
|
+
if (r = Bt(r), r) {
|
|
2695
2695
|
const c = C.findKey(a, r);
|
|
2696
2696
|
c && (!n || Fn(a, a[c], c, n)) && (delete a[c], o = !0);
|
|
2697
2697
|
}
|
|
@@ -2753,7 +2753,7 @@ let Ee = class {
|
|
|
2753
2753
|
accessors: {}
|
|
2754
2754
|
}).accessors, o = this.prototype;
|
|
2755
2755
|
function i(r) {
|
|
2756
|
-
const c =
|
|
2756
|
+
const c = Bt(r);
|
|
2757
2757
|
a[c] || (pc(o, r), a[c] = !0);
|
|
2758
2758
|
}
|
|
2759
2759
|
return C.isArray(t) ? t.forEach(i) : i(t), this;
|
|
@@ -3073,9 +3073,9 @@ const So = (e) => {
|
|
|
3073
3073
|
for (; a < n; )
|
|
3074
3074
|
o = a + t, yield e.slice(a, o), a = o;
|
|
3075
3075
|
}, Tc = async function* (e, t) {
|
|
3076
|
-
for await (const n of
|
|
3076
|
+
for await (const n of xc(e))
|
|
3077
3077
|
yield* Ec(n, t);
|
|
3078
|
-
},
|
|
3078
|
+
}, xc = async function* (e) {
|
|
3079
3079
|
if (e[Symbol.asyncIterator]) {
|
|
3080
3080
|
yield* e;
|
|
3081
3081
|
return;
|
|
@@ -3120,7 +3120,7 @@ const So = (e) => {
|
|
|
3120
3120
|
}, {
|
|
3121
3121
|
highWaterMark: 2
|
|
3122
3122
|
});
|
|
3123
|
-
}, ua = 64 * 1024, { isFunction: tn } = C,
|
|
3123
|
+
}, ua = 64 * 1024, { isFunction: tn } = C, kc = (({ Request: e, Response: t }) => ({
|
|
3124
3124
|
Request: e,
|
|
3125
3125
|
Response: t
|
|
3126
3126
|
}))(C.global), {
|
|
@@ -3135,7 +3135,7 @@ const So = (e) => {
|
|
|
3135
3135
|
}, Uc = (e) => {
|
|
3136
3136
|
e = C.merge.call({
|
|
3137
3137
|
skipUndefined: !0
|
|
3138
|
-
},
|
|
3138
|
+
}, kc, e);
|
|
3139
3139
|
const { fetch: t, Request: n, Response: a } = e, o = t ? tn(t) : typeof fetch == "function", i = tn(n), r = tn(a);
|
|
3140
3140
|
if (!o)
|
|
3141
3141
|
return !1;
|
|
@@ -3192,7 +3192,7 @@ const So = (e) => {
|
|
|
3192
3192
|
headers: G,
|
|
3193
3193
|
withCredentials: Y = "same-origin",
|
|
3194
3194
|
fetchOptions: Q
|
|
3195
|
-
} = So(g),
|
|
3195
|
+
} = So(g), B = t || fetch;
|
|
3196
3196
|
O = O ? (O + "").toLowerCase() : "text";
|
|
3197
3197
|
let ne = Ic([S, _ && _.toAbortSignal()], I), ue = null;
|
|
3198
3198
|
const M = ne && ne.unsubscribe && (() => {
|
|
@@ -3225,32 +3225,32 @@ const So = (e) => {
|
|
|
3225
3225
|
credentials: T ? Y : void 0
|
|
3226
3226
|
};
|
|
3227
3227
|
ue = i && new n(A, D);
|
|
3228
|
-
let
|
|
3228
|
+
let x = await (i ? B(ue, Q) : B(A, D));
|
|
3229
3229
|
const z = d && (O === "stream" || O === "response");
|
|
3230
3230
|
if (d && (b || z && M)) {
|
|
3231
3231
|
const N = {};
|
|
3232
3232
|
["status", "statusText", "headers"].forEach((H) => {
|
|
3233
|
-
N[H] =
|
|
3233
|
+
N[H] = x[H];
|
|
3234
3234
|
});
|
|
3235
|
-
const L = C.toFiniteNumber(
|
|
3235
|
+
const L = C.toFiniteNumber(x.headers.get("content-length")), [j, P] = b && ra(
|
|
3236
3236
|
L,
|
|
3237
3237
|
Nn(ca(b), !0)
|
|
3238
3238
|
) || [];
|
|
3239
|
-
|
|
3240
|
-
da(
|
|
3239
|
+
x = new a(
|
|
3240
|
+
da(x.body, ua, j, () => {
|
|
3241
3241
|
P && P(), M && M();
|
|
3242
3242
|
}),
|
|
3243
3243
|
N
|
|
3244
3244
|
);
|
|
3245
3245
|
}
|
|
3246
3246
|
O = O || "text";
|
|
3247
|
-
let v = await m[C.findKey(m, O) || "text"](
|
|
3247
|
+
let v = await m[C.findKey(m, O) || "text"](x, g);
|
|
3248
3248
|
return !z && M && M(), await new Promise((N, L) => {
|
|
3249
3249
|
_o(N, L, {
|
|
3250
3250
|
data: v,
|
|
3251
|
-
headers: Ee.from(
|
|
3252
|
-
status:
|
|
3253
|
-
statusText:
|
|
3251
|
+
headers: Ee.from(x.headers),
|
|
3252
|
+
status: x.status,
|
|
3253
|
+
statusText: x.statusText,
|
|
3254
3254
|
config: g,
|
|
3255
3255
|
request: ue
|
|
3256
3256
|
});
|
|
@@ -3277,14 +3277,14 @@ const So = (e) => {
|
|
|
3277
3277
|
return l;
|
|
3278
3278
|
};
|
|
3279
3279
|
No();
|
|
3280
|
-
const
|
|
3280
|
+
const ks = {
|
|
3281
3281
|
http: Yr,
|
|
3282
3282
|
xhr: Nc,
|
|
3283
3283
|
fetch: {
|
|
3284
3284
|
get: No
|
|
3285
3285
|
}
|
|
3286
3286
|
};
|
|
3287
|
-
C.forEach(
|
|
3287
|
+
C.forEach(ks, (e, t) => {
|
|
3288
3288
|
if (e) {
|
|
3289
3289
|
try {
|
|
3290
3290
|
Object.defineProperty(e, "name", { value: t });
|
|
@@ -3294,7 +3294,7 @@ C.forEach(xs, (e, t) => {
|
|
|
3294
3294
|
}
|
|
3295
3295
|
});
|
|
3296
3296
|
const ga = (e) => `- ${e}`, Rc = (e) => C.isFunction(e) || e === null || e === !1;
|
|
3297
|
-
function
|
|
3297
|
+
function qc(e, t) {
|
|
3298
3298
|
e = C.isArray(e) ? e : [e];
|
|
3299
3299
|
const { length: n } = e;
|
|
3300
3300
|
let a, o;
|
|
@@ -3302,7 +3302,7 @@ function Bc(e, t) {
|
|
|
3302
3302
|
for (let r = 0; r < n; r++) {
|
|
3303
3303
|
a = e[r];
|
|
3304
3304
|
let c;
|
|
3305
|
-
if (o = a, !Rc(a) && (o =
|
|
3305
|
+
if (o = a, !Rc(a) && (o = ks[(c = String(a)).toLowerCase()], o === void 0))
|
|
3306
3306
|
throw new K(`Unknown adapter '${c}'`);
|
|
3307
3307
|
if (o && (C.isFunction(o) || (o = o.get(t))))
|
|
3308
3308
|
break;
|
|
@@ -3327,12 +3327,12 @@ const Io = {
|
|
|
3327
3327
|
* Resolve an adapter from a list of adapter names or functions.
|
|
3328
3328
|
* @type {Function}
|
|
3329
3329
|
*/
|
|
3330
|
-
getAdapter:
|
|
3330
|
+
getAdapter: qc,
|
|
3331
3331
|
/**
|
|
3332
3332
|
* Exposes all known adapters
|
|
3333
3333
|
* @type {Object<string, Function|Object>}
|
|
3334
3334
|
*/
|
|
3335
|
-
adapters:
|
|
3335
|
+
adapters: ks
|
|
3336
3336
|
};
|
|
3337
3337
|
function Vn(e) {
|
|
3338
3338
|
if (e.cancelToken && e.cancelToken.throwIfRequested(), e.signal && e.signal.aborted)
|
|
@@ -3384,7 +3384,7 @@ Dn.transitional = function(t, n, a) {
|
|
|
3384
3384
|
Dn.spelling = function(t) {
|
|
3385
3385
|
return (n, a) => (console.warn(`${a} is likely a misspelling of ${t}`), !0);
|
|
3386
3386
|
};
|
|
3387
|
-
function
|
|
3387
|
+
function Bc(e, t, n) {
|
|
3388
3388
|
if (typeof e != "object")
|
|
3389
3389
|
throw new K("options must be an object", K.ERR_BAD_OPTION_VALUE);
|
|
3390
3390
|
const a = Object.keys(e);
|
|
@@ -3402,7 +3402,7 @@ function qc(e, t, n) {
|
|
|
3402
3402
|
}
|
|
3403
3403
|
}
|
|
3404
3404
|
const bn = {
|
|
3405
|
-
assertOptions:
|
|
3405
|
+
assertOptions: Bc,
|
|
3406
3406
|
validators: Dn
|
|
3407
3407
|
}, je = bn.validators;
|
|
3408
3408
|
let pt = class {
|
|
@@ -3684,13 +3684,13 @@ const gs = {
|
|
|
3684
3684
|
Object.entries(gs).forEach(([e, t]) => {
|
|
3685
3685
|
gs[t] = e;
|
|
3686
3686
|
});
|
|
3687
|
-
function
|
|
3687
|
+
function xo(e) {
|
|
3688
3688
|
const t = new pt(e), n = oo(pt.prototype.request, t);
|
|
3689
3689
|
return C.extend(n, pt.prototype, t, { allOwnKeys: !0 }), C.extend(n, t, null, { allOwnKeys: !0 }), n.create = function(o) {
|
|
3690
|
-
return
|
|
3690
|
+
return xo(yt(e, o));
|
|
3691
3691
|
}, n;
|
|
3692
3692
|
}
|
|
3693
|
-
const ie =
|
|
3693
|
+
const ie = xo(Yt);
|
|
3694
3694
|
ie.Axios = pt;
|
|
3695
3695
|
ie.CanceledError = Ut;
|
|
3696
3696
|
ie.CancelToken = Pc;
|
|
@@ -3711,22 +3711,22 @@ ie.getAdapter = Io.getAdapter;
|
|
|
3711
3711
|
ie.HttpStatusCode = gs;
|
|
3712
3712
|
ie.default = ie;
|
|
3713
3713
|
const {
|
|
3714
|
-
Axios:
|
|
3715
|
-
AxiosError:
|
|
3716
|
-
CanceledError: $
|
|
3717
|
-
isCancel:
|
|
3718
|
-
CancelToken:
|
|
3719
|
-
VERSION:
|
|
3720
|
-
all:
|
|
3721
|
-
Cancel:
|
|
3722
|
-
isAxiosError:
|
|
3723
|
-
spread:
|
|
3724
|
-
toFormData:
|
|
3725
|
-
AxiosHeaders:
|
|
3726
|
-
HttpStatusCode:
|
|
3727
|
-
formToJSON:
|
|
3728
|
-
getAdapter:
|
|
3729
|
-
mergeConfig:
|
|
3714
|
+
Axios: z9,
|
|
3715
|
+
AxiosError: F9,
|
|
3716
|
+
CanceledError: $9,
|
|
3717
|
+
isCancel: V9,
|
|
3718
|
+
CancelToken: W9,
|
|
3719
|
+
VERSION: Y9,
|
|
3720
|
+
all: K9,
|
|
3721
|
+
Cancel: J9,
|
|
3722
|
+
isAxiosError: Z9,
|
|
3723
|
+
spread: X9,
|
|
3724
|
+
toFormData: e5,
|
|
3725
|
+
AxiosHeaders: t5,
|
|
3726
|
+
HttpStatusCode: n5,
|
|
3727
|
+
formToJSON: s5,
|
|
3728
|
+
getAdapter: a5,
|
|
3729
|
+
mergeConfig: o5
|
|
3730
3730
|
} = ie;
|
|
3731
3731
|
class ft {
|
|
3732
3732
|
constructor(t) {
|
|
@@ -4067,7 +4067,7 @@ class ft {
|
|
|
4067
4067
|
...h
|
|
4068
4068
|
])).map(
|
|
4069
4069
|
(y) => It(y)?.data
|
|
4070
|
-
), A = await
|
|
4070
|
+
), A = await qi(
|
|
4071
4071
|
l,
|
|
4072
4072
|
this.getNews
|
|
4073
4073
|
);
|
|
@@ -4211,7 +4211,7 @@ class Mc extends ft {
|
|
|
4211
4211
|
return { blockSass: n.data.data };
|
|
4212
4212
|
};
|
|
4213
4213
|
}
|
|
4214
|
-
class
|
|
4214
|
+
class i5 {
|
|
4215
4215
|
issuuApi = "https://api.issuu.com/v2";
|
|
4216
4216
|
api = void 0;
|
|
4217
4217
|
q = "";
|
|
@@ -4248,7 +4248,7 @@ class i6 {
|
|
|
4248
4248
|
}
|
|
4249
4249
|
}
|
|
4250
4250
|
}
|
|
4251
|
-
const
|
|
4251
|
+
const r5 = async (e, t, n, a, o, i, r) => {
|
|
4252
4252
|
const c = new Mc({
|
|
4253
4253
|
config: t,
|
|
4254
4254
|
imgSizes: n,
|
|
@@ -4268,7 +4268,7 @@ const r6 = async (e, t, n, a, o, i, r) => {
|
|
|
4268
4268
|
return (() => {
|
|
4269
4269
|
const m = {};
|
|
4270
4270
|
for (let h = 0; h < l.length; h++) {
|
|
4271
|
-
const p =
|
|
4271
|
+
const p = ki(
|
|
4272
4272
|
l[h]
|
|
4273
4273
|
), g = "Home_" + (Math.floor(h / i) + 1) + "_" + (Math.floor(h % i) + 1);
|
|
4274
4274
|
p && (m[g] = { ...p });
|
|
@@ -4278,7 +4278,7 @@ const r6 = async (e, t, n, a, o, i, r) => {
|
|
|
4278
4278
|
}, jc = (e) => {
|
|
4279
4279
|
const t = It(e);
|
|
4280
4280
|
return t && t.data ? t.data : t;
|
|
4281
|
-
},
|
|
4281
|
+
}, c5 = async (e) => {
|
|
4282
4282
|
const t = await Promise.allSettled(
|
|
4283
4283
|
Object.values(e).map((o) => o.promise)
|
|
4284
4284
|
), n = Object.keys(e), a = {};
|
|
@@ -4620,7 +4620,7 @@ const r6 = async (e, t, n, a, o, i, r) => {
|
|
|
4620
4620
|
};
|
|
4621
4621
|
return u && (d.dateCreated = u), c && (d.dateModified = c), e?.addtional?.USER_SHOWEMAIL && (d.mainEntity.email = e.info.email), /* @__PURE__ */ s("script", { type: "application/ld+json", children: JSON.stringify(d) });
|
|
4622
4622
|
};
|
|
4623
|
-
async function
|
|
4623
|
+
async function l5({
|
|
4624
4624
|
axiosApi: e,
|
|
4625
4625
|
headConfig: t = {
|
|
4626
4626
|
ampConfig: !1,
|
|
@@ -4673,7 +4673,7 @@ async function l6({
|
|
|
4673
4673
|
currentNew: m,
|
|
4674
4674
|
internalPath: g
|
|
4675
4675
|
});
|
|
4676
|
-
return /* @__PURE__ */ f(
|
|
4676
|
+
return /* @__PURE__ */ f(J, { children: [
|
|
4677
4677
|
/* @__PURE__ */ s("meta", { charSet: "utf-8" }),
|
|
4678
4678
|
/* @__PURE__ */ s("meta", { name: "viewport", content: "width=device-width" }),
|
|
4679
4679
|
G,
|
|
@@ -4751,7 +4751,7 @@ async function l6({
|
|
|
4751
4751
|
E
|
|
4752
4752
|
] });
|
|
4753
4753
|
}
|
|
4754
|
-
const
|
|
4754
|
+
const d5 = ({
|
|
4755
4755
|
children: e,
|
|
4756
4756
|
defaultRouteName: t,
|
|
4757
4757
|
banners: n,
|
|
@@ -4771,18 +4771,18 @@ const d6 = ({
|
|
|
4771
4771
|
currentNew: c,
|
|
4772
4772
|
internalPath: r
|
|
4773
4773
|
}), p = l.before.active, g = l.after.active, A = p ? l.before.customData ? l.before.customData : h : void 0, w = g ? l.after.customData ? l.after.customData : h : void 0;
|
|
4774
|
-
return /* @__PURE__ */ f(
|
|
4774
|
+
return /* @__PURE__ */ f(J, { children: [
|
|
4775
4775
|
/* @__PURE__ */ s(so, { name: "bodybefore", banners: n, replaces: A }),
|
|
4776
4776
|
e,
|
|
4777
4777
|
/* @__PURE__ */ s(ui, {}),
|
|
4778
4778
|
/* @__PURE__ */ s(ri, {}),
|
|
4779
4779
|
/* @__PURE__ */ s(li, { dimensionValues: m }),
|
|
4780
4780
|
/* @__PURE__ */ s(di, {}),
|
|
4781
|
-
/* @__PURE__ */ s(mi, { defaultRouteName: t }),
|
|
4782
4781
|
d,
|
|
4783
|
-
/* @__PURE__ */ s(zi, { name: "bodyafter", banners: n, replaces: w })
|
|
4782
|
+
/* @__PURE__ */ s(zi, { name: "bodyafter", banners: n, replaces: w }),
|
|
4783
|
+
/* @__PURE__ */ s(mi, { defaultRouteName: t })
|
|
4784
4784
|
] });
|
|
4785
|
-
}, Fc = "
|
|
4785
|
+
}, Fc = "_content_v0dac_1", $c = {
|
|
4786
4786
|
content: Fc
|
|
4787
4787
|
}, Vc = () => /* @__PURE__ */ s(
|
|
4788
4788
|
"svg",
|
|
@@ -4800,10 +4800,10 @@ const d6 = ({
|
|
|
4800
4800
|
}
|
|
4801
4801
|
)
|
|
4802
4802
|
}
|
|
4803
|
-
), Wc = "
|
|
4803
|
+
), Wc = "_content_701km_1", Yc = "_location_701km_21", ya = {
|
|
4804
4804
|
content: Wc,
|
|
4805
4805
|
location: Yc
|
|
4806
|
-
},
|
|
4806
|
+
}, u5 = (e) => /* @__PURE__ */ f("div", { className: ya.content, children: [
|
|
4807
4807
|
/* @__PURE__ */ s(Vc, {}),
|
|
4808
4808
|
/* @__PURE__ */ s("p", { className: ya.location, children: e.place })
|
|
4809
4809
|
] }), Kt = ({
|
|
@@ -4823,7 +4823,7 @@ function Kc({
|
|
|
4823
4823
|
enableDrag: i,
|
|
4824
4824
|
onIndexChange: r
|
|
4825
4825
|
}) {
|
|
4826
|
-
const [c, u] =
|
|
4826
|
+
const [c, u] = Z(!1), [l, d] = Z(0), [m, h] = Z(0), [p, g] = Z(0), [A, w] = Z(0), [y, S] = Z(null), _ = Za(null), [I, b] = Z(1), E = fe(() => {
|
|
4827
4827
|
if (o) return 1;
|
|
4828
4828
|
const v = _.current?.offsetWidth || window.innerWidth, N = n + a, L = Math.floor(v / N);
|
|
4829
4829
|
return Math.max(1, L);
|
|
@@ -4850,7 +4850,7 @@ function Kc({
|
|
|
4850
4850
|
return -(v * (n + a)) + N;
|
|
4851
4851
|
},
|
|
4852
4852
|
[o, n, a]
|
|
4853
|
-
),
|
|
4853
|
+
), B = fe(
|
|
4854
4854
|
(v) => {
|
|
4855
4855
|
const N = _.current?.offsetWidth || window.innerWidth, L = E(), j = Y();
|
|
4856
4856
|
if (o)
|
|
@@ -4881,7 +4881,7 @@ function Kc({
|
|
|
4881
4881
|
), U = fe(
|
|
4882
4882
|
(v) => {
|
|
4883
4883
|
if (!c || !i) return;
|
|
4884
|
-
const N = m - l, L = Date.now() - A, j = Math.abs(N) / Math.max(L, 1), P =
|
|
4884
|
+
const N = m - l, L = Date.now() - A, j = Math.abs(N) / Math.max(L, 1), P = B(N), F = j > 0.5 && Math.abs(N) > 50 ? Math.max(P, 1) : P;
|
|
4885
4885
|
if (F > 0)
|
|
4886
4886
|
if (N > 0) {
|
|
4887
4887
|
const V = Math.max(0, e - F);
|
|
@@ -4901,7 +4901,7 @@ function Kc({
|
|
|
4901
4901
|
G,
|
|
4902
4902
|
i,
|
|
4903
4903
|
r,
|
|
4904
|
-
|
|
4904
|
+
B,
|
|
4905
4905
|
M,
|
|
4906
4906
|
y
|
|
4907
4907
|
]
|
|
@@ -4915,7 +4915,7 @@ function Kc({
|
|
|
4915
4915
|
ne(v.touches[0].clientX);
|
|
4916
4916
|
},
|
|
4917
4917
|
[ne]
|
|
4918
|
-
),
|
|
4918
|
+
), x = fe(
|
|
4919
4919
|
(v) => {
|
|
4920
4920
|
c && (v.preventDefault(), ue(v.touches[0].clientX));
|
|
4921
4921
|
},
|
|
@@ -4944,13 +4944,13 @@ function Kc({
|
|
|
4944
4944
|
dragHandlers: {
|
|
4945
4945
|
onMouseDown: T,
|
|
4946
4946
|
onTouchStart: D,
|
|
4947
|
-
onTouchMove:
|
|
4947
|
+
onTouchMove: x,
|
|
4948
4948
|
onTouchEnd: z,
|
|
4949
4949
|
onMouseLeave: U
|
|
4950
4950
|
}
|
|
4951
4951
|
};
|
|
4952
4952
|
}
|
|
4953
|
-
function
|
|
4953
|
+
function m5(e) {
|
|
4954
4954
|
const {
|
|
4955
4955
|
children: t,
|
|
4956
4956
|
slot_id: n,
|
|
@@ -4960,7 +4960,7 @@ function m6(e) {
|
|
|
4960
4960
|
fullPageWidth: r = !1,
|
|
4961
4961
|
pagination: c = !1,
|
|
4962
4962
|
enableDrag: u = !0
|
|
4963
|
-
} = e, l = Array.isArray(t) ? t : t?.props?.value?.split('<div style="display:none;">SPLITING</div>'), [d, m] =
|
|
4963
|
+
} = e, l = Array.isArray(t) ? t : t?.props?.value?.split('<div style="display:none;">SPLITING</div>'), [d, m] = Z(0), [h, p] = Z(!1);
|
|
4964
4964
|
Qe(() => {
|
|
4965
4965
|
p(!0);
|
|
4966
4966
|
const Q = document.getElementById("ssr-dummy_" + n);
|
|
@@ -4984,8 +4984,8 @@ function m6(e) {
|
|
|
4984
4984
|
onIndexChange: m
|
|
4985
4985
|
}), b = fe(
|
|
4986
4986
|
(Q) => {
|
|
4987
|
-
const
|
|
4988
|
-
m(
|
|
4987
|
+
const B = Math.max(0, Math.min(Q, y));
|
|
4988
|
+
m(B);
|
|
4989
4989
|
},
|
|
4990
4990
|
[y]
|
|
4991
4991
|
), E = fe(() => {
|
|
@@ -5060,7 +5060,7 @@ function m6(e) {
|
|
|
5060
5060
|
justifyContent: "start !important"
|
|
5061
5061
|
},
|
|
5062
5062
|
...I,
|
|
5063
|
-
children: l && l.map((Q,
|
|
5063
|
+
children: l && l.map((Q, B) => typeof Q == "string" ? /* @__PURE__ */ s(
|
|
5064
5064
|
"section",
|
|
5065
5065
|
{
|
|
5066
5066
|
className: "card",
|
|
@@ -5074,7 +5074,7 @@ function m6(e) {
|
|
|
5074
5074
|
},
|
|
5075
5075
|
dangerouslySetInnerHTML: { __html: Q }
|
|
5076
5076
|
},
|
|
5077
|
-
|
|
5077
|
+
B
|
|
5078
5078
|
) : /* @__PURE__ */ s(
|
|
5079
5079
|
"section",
|
|
5080
5080
|
{
|
|
@@ -5089,25 +5089,25 @@ function m6(e) {
|
|
|
5089
5089
|
},
|
|
5090
5090
|
children: Q
|
|
5091
5091
|
},
|
|
5092
|
-
|
|
5092
|
+
B
|
|
5093
5093
|
))
|
|
5094
5094
|
}
|
|
5095
5095
|
),
|
|
5096
5096
|
c && /* @__PURE__ */ s("nav", { className: "carrousel-pagination", children: Array.from(
|
|
5097
5097
|
{ length: Math.ceil(l.length / _) },
|
|
5098
|
-
(Q,
|
|
5099
|
-
const ne = Math.floor(d / _) ===
|
|
5098
|
+
(Q, B) => {
|
|
5099
|
+
const ne = Math.floor(d / _) === B;
|
|
5100
5100
|
return /* @__PURE__ */ s(
|
|
5101
5101
|
"li",
|
|
5102
5102
|
{
|
|
5103
5103
|
className: ne ? "active" : "",
|
|
5104
|
-
onClick: () => b(
|
|
5104
|
+
onClick: () => b(B * _),
|
|
5105
5105
|
style: {
|
|
5106
5106
|
cursor: "pointer",
|
|
5107
5107
|
backgroundColor: ne ? "var(--carrousel-pagination-background-color)" : "var(--carrousel-pagination-background-color-white)"
|
|
5108
5108
|
}
|
|
5109
5109
|
},
|
|
5110
|
-
|
|
5110
|
+
B
|
|
5111
5111
|
);
|
|
5112
5112
|
}
|
|
5113
5113
|
) })
|
|
@@ -5155,7 +5155,7 @@ function Lt(e) {
|
|
|
5155
5155
|
}
|
|
5156
5156
|
);
|
|
5157
5157
|
}
|
|
5158
|
-
const Zc = "
|
|
5158
|
+
const Zc = "_content_1gcxd_1", Xc = {
|
|
5159
5159
|
content: Zc
|
|
5160
5160
|
}, ct = (e) => /* @__PURE__ */ s("div", { className: Xc.content, children: e.children }), el = (e) => (e || "").replaceAll("[section_replace]", "").replaceAll("[tags_replace]", "").replaceAll("[url_replace]", "").replaceAll("[creator_replace]", ""), et = ({ banners: e, index: t }) => {
|
|
5161
5161
|
if (!e || e.length === 0) return null;
|
|
@@ -5170,7 +5170,7 @@ const Zc = "_content_3olxv_1", Xc = {
|
|
|
5170
5170
|
}
|
|
5171
5171
|
}
|
|
5172
5172
|
) : null;
|
|
5173
|
-
}, tl = "
|
|
5173
|
+
}, tl = "_content_45avd_1", nl = {
|
|
5174
5174
|
content: tl
|
|
5175
5175
|
}, be = ({ banners: e, name: t }) => {
|
|
5176
5176
|
if (!e || e.length === 0) return null;
|
|
@@ -5186,7 +5186,7 @@ const Zc = "_content_3olxv_1", Xc = {
|
|
|
5186
5186
|
},
|
|
5187
5187
|
n.key
|
|
5188
5188
|
);
|
|
5189
|
-
}, sl = "
|
|
5189
|
+
}, sl = "_boxInformation_12080_1", al = "_sectionDescriptionContainer_12080_17", ol = "_uppertitle_12080_51", il = "_sectionDescription_12080_17", rl = "_articule_12080_159", cl = "_linkStyled_12080_187", ll = "_description_12080_209", dl = "_correspondent_12080_265", ul = "_correspondentLink_12080_289", ml = "_dotStyles_12080_313", hl = "_clipboardButton_12080_329", fl = "_messageButton_12080_361", gl = "_socialNetworkSection_12080_369", pl = "_whatsappButton_12080_385", se = {
|
|
5190
5190
|
boxInformation: sl,
|
|
5191
5191
|
sectionDescriptionContainer: al,
|
|
5192
5192
|
uppertitle: ol,
|
|
@@ -5443,7 +5443,7 @@ const Rt = (e) => {
|
|
|
5443
5443
|
) : e.main?.title?.section
|
|
5444
5444
|
),
|
|
5445
5445
|
e.config?.showsubtitle && /* @__PURE__ */ s(l, {}),
|
|
5446
|
-
(e?.config?.showtime || e.config?.showauthor) && /* @__PURE__ */ s(
|
|
5446
|
+
(e?.config?.showtime || e.config?.showauthor) && /* @__PURE__ */ s(J, { children: e.authors[0]?.internaluser ? /* @__PURE__ */ s("h3", { children: /* @__PURE__ */ s(
|
|
5447
5447
|
R,
|
|
5448
5448
|
{
|
|
5449
5449
|
block_subPublication: c?.autor,
|
|
@@ -5454,21 +5454,21 @@ const Rt = (e) => {
|
|
|
5454
5454
|
}
|
|
5455
5455
|
) }) : /* @__PURE__ */ s("h3", { className: se.correspondent, children: u() }) })
|
|
5456
5456
|
] });
|
|
5457
|
-
}, bl = "
|
|
5457
|
+
}, bl = "_content_veayf_1", _l = "_contentNew_veayf_41", Cl = "_imageBox_veayf_57", Sl = "_numberTag_veayf_87", nn = {
|
|
5458
5458
|
content: bl,
|
|
5459
5459
|
contentNew: _l,
|
|
5460
5460
|
imageBox: Cl,
|
|
5461
5461
|
numberTag: Sl
|
|
5462
|
-
}, Nl = "
|
|
5462
|
+
}, Nl = "_figure_unw0t_1", Il = "_backdrop_unw0t_11", El = "_backdropAux_unw0t_31", Tl = "_imageStyled_unw0t_73", xl = "_boxPlayIcon_unw0t_101", kl = "_playStyled_unw0t_121", Ul = "_imageLogoPlaceholder_unw0t_155", Ll = "_imagePlaceholder_unw0t_197", re = {
|
|
5463
5463
|
figure: Nl,
|
|
5464
5464
|
backdrop: Il,
|
|
5465
5465
|
backdropAux: El,
|
|
5466
5466
|
imageStyled: Tl,
|
|
5467
|
-
boxPlayIcon:
|
|
5468
|
-
playStyled:
|
|
5467
|
+
boxPlayIcon: xl,
|
|
5468
|
+
playStyled: kl,
|
|
5469
5469
|
imageLogoPlaceholder: Ul,
|
|
5470
5470
|
imagePlaceholder: Ll
|
|
5471
|
-
},
|
|
5471
|
+
}, ko = (e) => /* @__PURE__ */ f(
|
|
5472
5472
|
"svg",
|
|
5473
5473
|
{
|
|
5474
5474
|
width: "43",
|
|
@@ -5489,14 +5489,14 @@ const Rt = (e) => {
|
|
|
5489
5489
|
]
|
|
5490
5490
|
}
|
|
5491
5491
|
);
|
|
5492
|
-
function
|
|
5493
|
-
return $().COMPONENTS?.PlayIcon ||
|
|
5492
|
+
function qs() {
|
|
5493
|
+
return $().COMPONENTS?.PlayIcon || ko;
|
|
5494
5494
|
}
|
|
5495
5495
|
function Uo() {
|
|
5496
|
-
return $().COMPONENTS?.PlayIcon ||
|
|
5496
|
+
return $().COMPONENTS?.PlayIcon || ko;
|
|
5497
5497
|
}
|
|
5498
5498
|
const Rl = (e) => {
|
|
5499
|
-
const { isVideo: t = !1, priorityHigh: n = !1 } = e, a =
|
|
5499
|
+
const { isVideo: t = !1, priorityHigh: n = !1 } = e, a = qs(), o = e.preview.sizes;
|
|
5500
5500
|
return o ? o.length === 1 ? /* @__PURE__ */ s("figure", { className: re.figure, children: /* @__PURE__ */ f("span", { className: re.backdrop, children: [
|
|
5501
5501
|
/* @__PURE__ */ s("span", { className: re.backdropAux }),
|
|
5502
5502
|
/* @__PURE__ */ f("picture", { children: [
|
|
@@ -5510,7 +5510,7 @@ const Rl = (e) => {
|
|
|
5510
5510
|
src: o[0]?.url ? o[0]?.url : void 0
|
|
5511
5511
|
}
|
|
5512
5512
|
),
|
|
5513
|
-
t && /* @__PURE__ */ f(
|
|
5513
|
+
t && /* @__PURE__ */ f(J, { children: [
|
|
5514
5514
|
/* @__PURE__ */ s(
|
|
5515
5515
|
"div",
|
|
5516
5516
|
{
|
|
@@ -5561,7 +5561,7 @@ const Rl = (e) => {
|
|
|
5561
5561
|
src: o[0]?.url ? o[0]?.url : ""
|
|
5562
5562
|
}
|
|
5563
5563
|
),
|
|
5564
|
-
t && /* @__PURE__ */ f(
|
|
5564
|
+
t && /* @__PURE__ */ f(J, { children: [
|
|
5565
5565
|
/* @__PURE__ */ s(
|
|
5566
5566
|
"div",
|
|
5567
5567
|
{
|
|
@@ -5577,16 +5577,16 @@ const Rl = (e) => {
|
|
|
5577
5577
|
] })
|
|
5578
5578
|
] })
|
|
5579
5579
|
] }) }) : null;
|
|
5580
|
-
},
|
|
5580
|
+
}, qt = (e) => /* @__PURE__ */ f("svg", { width: "28", height: "28", viewBox: "0 0 28 28", ...e, xmlns: "http://www.w3.org/2000/svg", children: [
|
|
5581
5581
|
/* @__PURE__ */ s("g", { clipPath: "url(#clip0_2503_6565)", children: /* @__PURE__ */ s("path", { d: "M22.1668 7.47825L20.5218 5.83325L14.0002 12.3549L7.4785 5.83325L5.8335 7.47825L12.3552 13.9999L5.8335 20.5216L7.4785 22.1666L14.0002 15.6449L20.5218 22.1666L22.1668 20.5216L15.6452 13.9999L22.1668 7.47825Z", fill: "currentColor" }) }),
|
|
5582
5582
|
/* @__PURE__ */ s("defs", { children: /* @__PURE__ */ s("clipPath", { id: "clip0_2503_6565", children: /* @__PURE__ */ s("rect", { width: "28", height: "28", fill: "currentColor" }) }) })
|
|
5583
|
-
] }),
|
|
5583
|
+
] }), ql = (e) => {
|
|
5584
5584
|
const {
|
|
5585
5585
|
preview: t,
|
|
5586
5586
|
isVideo: n = !1,
|
|
5587
5587
|
hasShadow: a = !1,
|
|
5588
5588
|
priorityHigh: o = !1
|
|
5589
|
-
} = e, i = Uo(), [r, c] =
|
|
5589
|
+
} = e, i = Uo(), [r, c] = Z(void 0), u = t?.sizes;
|
|
5590
5590
|
return Qe(() => {
|
|
5591
5591
|
(async () => {
|
|
5592
5592
|
u?.[0]?.url ? c(
|
|
@@ -5611,7 +5611,7 @@ const Rl = (e) => {
|
|
|
5611
5611
|
),
|
|
5612
5612
|
n && /* @__PURE__ */ s("div", { className: re.playWrapper, children: /* @__PURE__ */ s(i, {}) })
|
|
5613
5613
|
] })
|
|
5614
|
-
] }) }) : r === "invalidURL" ? /* @__PURE__ */ s("div", { className: re.imageLogoPlaceholder, children: /* @__PURE__ */ s(
|
|
5614
|
+
] }) }) : r === "invalidURL" ? /* @__PURE__ */ s("div", { className: re.imageLogoPlaceholder, children: /* @__PURE__ */ s(qt, { style: { color: "var(--grey-100)" } }) }) : /* @__PURE__ */ s(
|
|
5615
5615
|
"div",
|
|
5616
5616
|
{
|
|
5617
5617
|
"data-hydrate": "ImageOffline",
|
|
@@ -5621,14 +5621,14 @@ const Rl = (e) => {
|
|
|
5621
5621
|
children: /* @__PURE__ */ s("div", { className: re.imagePlaceholder })
|
|
5622
5622
|
}
|
|
5623
5623
|
);
|
|
5624
|
-
},
|
|
5624
|
+
}, qe = async (e) => {
|
|
5625
5625
|
const { preview: t } = e;
|
|
5626
5626
|
if (!t?.sizes || t.sizes.length === 0 || t.sizes.some((i) => !i.url))
|
|
5627
5627
|
return /* @__PURE__ */ s("div", { className: re.imageLogoPlaceholder });
|
|
5628
5628
|
const { PUBLIC_IS_OFFLINE: n } = $();
|
|
5629
5629
|
if (n === "true")
|
|
5630
5630
|
return /* @__PURE__ */ s(
|
|
5631
|
-
|
|
5631
|
+
ql,
|
|
5632
5632
|
{
|
|
5633
5633
|
...e,
|
|
5634
5634
|
PUBLIC_API_HOST: "https://dev-saas.cms-medios.com",
|
|
@@ -5673,7 +5673,7 @@ const Rl = (e) => {
|
|
|
5673
5673
|
},
|
|
5674
5674
|
children: [
|
|
5675
5675
|
/* @__PURE__ */ s("div", { className: nn.numberTag, children: a + 1 }),
|
|
5676
|
-
n.main.title.home && /* @__PURE__ */ s(
|
|
5676
|
+
n.main.title.home && /* @__PURE__ */ s(qe, { preview: n.preview, priorityHigh: e.priorityHigh })
|
|
5677
5677
|
]
|
|
5678
5678
|
}
|
|
5679
5679
|
),
|
|
@@ -5684,8 +5684,8 @@ const Rl = (e) => {
|
|
|
5684
5684
|
))
|
|
5685
5685
|
}
|
|
5686
5686
|
);
|
|
5687
|
-
},
|
|
5688
|
-
content:
|
|
5687
|
+
}, Bl = "_content_196hz_1", Pl = "_titulo_196hz_23", _a = {
|
|
5688
|
+
content: Bl,
|
|
5689
5689
|
titulo: Pl
|
|
5690
5690
|
}, Ol = {
|
|
5691
5691
|
data: [
|
|
@@ -6619,7 +6619,7 @@ const Rl = (e) => {
|
|
|
6619
6619
|
showuppertitle: !1,
|
|
6620
6620
|
showsubtitle: !1,
|
|
6621
6621
|
showads: !1
|
|
6622
|
-
},
|
|
6622
|
+
}, Bs = (e) => {
|
|
6623
6623
|
let t = [];
|
|
6624
6624
|
const { PUBLIC_ENV: n, PUBLIC_IS_OFFLINE: a, SHOW_DEV_RANKING: o } = $();
|
|
6625
6625
|
return e.content && e.content.length > 0 ? t = e.content.map((i) => ({
|
|
@@ -6646,7 +6646,7 @@ const Rl = (e) => {
|
|
|
6646
6646
|
]
|
|
6647
6647
|
}
|
|
6648
6648
|
);
|
|
6649
|
-
}, Dl = "
|
|
6649
|
+
}, Dl = "_content_dzkrz_1", Ml = "_subscribeImage_dzkrz_43", jl = "_tag_dzkrz_63", Gl = "_contentTitle_dzkrz_99", Ql = "_title_dzkrz_109", Hl = "_inputStyled_dzkrz_143", zl = "_buttonStyled_dzkrz_223", Fl = "_contentTerms_dzkrz_245", $l = "_subscribeText_dzkrz_255", Vl = "_terms_dzkrz_275", Pe = {
|
|
6650
6650
|
content: Dl,
|
|
6651
6651
|
subscribeImage: Ml,
|
|
6652
6652
|
tag: jl,
|
|
@@ -6686,7 +6686,7 @@ const Rl = (e) => {
|
|
|
6686
6686
|
}
|
|
6687
6687
|
)
|
|
6688
6688
|
] })
|
|
6689
|
-
] }), Yl = "
|
|
6689
|
+
] }), Yl = "_content_19eag_1", Kl = "_contentInfo_19eag_39", Jl = "_subscribeImage_19eag_55", Zl = "_tag_19eag_83", Xl = "_contentTitle_19eag_119", ed = "_title_19eag_129", td = "_subTitle_19eag_139", nd = "_inputStyled_19eag_157", sd = "_buttonStyled_19eag_235", ad = "_contentTerms_19eag_261", od = "_subscribeText_19eag_273", id = "_terms_19eag_291", Re = {
|
|
6690
6690
|
content: Yl,
|
|
6691
6691
|
contentInfo: Kl,
|
|
6692
6692
|
subscribeImage: Jl,
|
|
@@ -6790,7 +6790,7 @@ const Rl = (e) => {
|
|
|
6790
6790
|
] })
|
|
6791
6791
|
]
|
|
6792
6792
|
}
|
|
6793
|
-
), ld = "
|
|
6793
|
+
), ld = "_content_1rb7n_1", dd = "_subscribeImage_1rb7n_31", ud = "_contentTitle_1rb7n_43", md = "_title_1rb7n_65", hd = "_subTitle_1rb7n_79", fd = "_contentTerms_1rb7n_119", gd = "_whatsappLink_1rb7n_129", pd = "_subscribeText_1rb7n_163", Ad = "_terms_1rb7n_183", Fe = {
|
|
6794
6794
|
content: ld,
|
|
6795
6795
|
subscribeImage: dd,
|
|
6796
6796
|
contentTitle: ud,
|
|
@@ -6800,7 +6800,7 @@ const Rl = (e) => {
|
|
|
6800
6800
|
whatsappLink: gd,
|
|
6801
6801
|
subscribeText: pd,
|
|
6802
6802
|
terms: Ad
|
|
6803
|
-
},
|
|
6803
|
+
}, h5 = (e) => /* @__PURE__ */ f("section", { className: Fe.content, children: [
|
|
6804
6804
|
/* @__PURE__ */ s(cd, { className: Fe.subscribeImage }),
|
|
6805
6805
|
/* @__PURE__ */ f("div", { className: Fe.contentTitle, children: [
|
|
6806
6806
|
/* @__PURE__ */ s("p", { className: Fe.title, children: "Mantenete Informado" }),
|
|
@@ -6866,7 +6866,7 @@ const Rl = (e) => {
|
|
|
6866
6866
|
/* @__PURE__ */ s("path", { d: "M0,0v19.74h74.3V0H0ZM62.2,4.7h2v5.8l3-3h2.4l-1.1,1.2-6.3,6.2V4.7ZM69.8,15h-2.4l-1.6-2.1,1.4-1.4,2.6,3.5ZM40.3,7.7h1v-1.8h2v1.8h1.8v1.7h-1.8v3c0,.3.1.6.2.7.2.2.4.3.6.3.3,0,.6-.1.8-.3l.5,1.5c-.2.2-.5.3-.7.4-.3.1-.6.1-.9.1-.8,0-1.4-.2-1.9-.6-.5-.5-.7-1.1-.7-2v-3.1h-1v-1.7h.1ZM37.7,12.3c-.2-.1-.4-.2-.6-.2-.3,0-.5-.1-.8-.1s-.6-.1-.9-.2c-.3-.1-.6-.2-.8-.4-.3-.2-.5-.4-.6-.6-.2-.3-.2-.6-.2-1,0-.5.1-.9.4-1.2.3-.4.6-.6,1.1-.8s1-.3,1.7-.3c.5,0,1,.1,1.4.2.5.1.9.3,1.2.5l-.6,1.6c-.3-.2-.6-.4-1-.4-.3-.1-.6-.1-1-.1-.5,0-.8.1-1,.2-.2.1-.3.3-.3.5s.1.3.2.4c.2.1.4.2.6.2.3.1.5.1.8.1s.6.1.9.2c.3.1.6.2.8.4s.4.4.6.6c.2.3.2.6.2,1,0,.5-.1.9-.4,1.2-.3.4-.6.6-1.1.8-.4.2-1,.3-1.7.3-.6,0-1.2-.1-1.7-.2-.6-.2-1-.3-1.3-.6l.6-1.6c.3.2.7.4,1.1.5.4.1.8.2,1.3.2s.8-.1,1-.2c.2-.1.3-.3.3-.5,0-.2,0-.3-.2-.5ZM6.7,14.3l1.1-1.1c.2.1.4.1.6.1.3,0,.6-.1.9-.3.3-.2.5-.4.6-.7.2-.3.2-.7.2-1.1s0-.8-.1-1.1c-.2-.3-.4-.6-.6-.7-.3-.2-.6-.3-.9-.3s-.6.1-.9.3-.5.4-.6.7c-.2.3-.2.7-.2,1.1s.1.8.2,1.1c-.1.1,0,.1,0,.2l-2.3,2.3V4.7h1.9v3.6c.2-.2.4-.3.6-.5.5-.3.9-.4,1.5-.4s1.2.2,1.8.5c.5.3,1,.8,1.2,1.3.3.6.5,1.3.5,2.1s-.2,1.5-.5,2c-.3.6-.7,1-1.2,1.4-.5.3-1.1.5-1.8.5-.6,0-1.1-.2-1.6-.4-.1-.2-.3-.4-.4-.5ZM13.6,4.7h2v10.3h-2V4.7ZM17.7,13.6c-.3-.5-.4-1.1-.4-1.9v-4.2h2v3.9c0,.6.1,1.1.4,1.4.2.3.6.4,1,.4.3,0,.6-.1.8-.2s.4-.4.6-.6c.1-.3.2-.7.2-1.1v-3.8h2v7.5h-1.8v-.9c-.2.2-.4.5-.6.6-.5.2-1,.3-1.5.3-.6,0-1.1-.1-1.6-.4-.5-.1-.8-.5-1.1-1ZM33,11.5v.3h-5.3c0,.2.1.4.2.6.2.3.4.6.7.7.3.2.6.2,1.1.2.4,0,.7-.1,1-.2.3-.1.5-.3.8-.5l1,1.2c-.3.4-.7.7-1.2.9-.5.2-1,.3-1.6.3-.8,0-1.5-.2-2.1-.5s-1-.8-1.4-1.4c-.3-.6-.5-1.2-.5-2s.2-1.4.5-2,.8-1,1.3-1.4c.5-.1,1.2-.3,1.9-.3s1.3.2,1.8.5c.6.3,1,.8,1.3,1.3.3.6.5,1.3.5,2.1,0,0,0,.1,0,.2ZM47.4,14.8c-.4-.2-.7-.5-.9-.8s-.3-.7-.3-1.2c0-.4.1-.8.3-1.2.2-.3.5-.6,1-.8.4-.2,1-.3,1.7-.3h1.6c0-.4-.1-.8-.4-1-.3-.3-.6-.4-1.2-.4-.4,0-.7.1-1.1.2s-.6.3-.9.5l-.7-1.5c.4-.3.8-.5,1.4-.6.5-.2,1.1-.3,1.6-.3,1,0,1.9.3,2.5.8s.9,1.4.9,2.5v4.2h-1.9v-1.1c-.2.3-.4.6-.7.8-.4.3-.8.4-1.4.4-.6.1-1.1,0-1.5-.2ZM56,14.6c-.6-.3-1-.8-1.4-1.4-.3-.6-.5-1.2-.5-2s.2-1.4.5-2,.8-1,1.4-1.4c.6-.2,1.3-.4,2-.4s1.4.2,1.9.5,1,.8,1.2,1.4l-1.6.9c-.2-.4-.4-.6-.7-.8s-.6-.3-.9-.3-.6.1-.9.3c-.3.2-.5.4-.6.7-.2.3-.2.7-.2,1.1s.1.8.2,1.1c.2.3.4.5.6.7.3.2.6.3.9.3s.6-.1.9-.2c.3-.2.5-.4.7-.8l1.6.9c-.3.6-.6,1-1.2,1.4-.6.3-1.2.5-1.9.5s-1.4-.2-2-.5Z" })
|
|
6867
6867
|
]
|
|
6868
6868
|
}
|
|
6869
|
-
), yd = "
|
|
6869
|
+
), yd = "_content_hsrgo_1", vd = "_brandContent_hsrgo_19", bd = "_socialMedia_hsrgo_41", _d = "_linkSocialNetwoks_hsrgo_55", Cd = "_sectionContent_hsrgo_97", Sd = "_section_hsrgo_97", Nd = "_menuItem_hsrgo_133", Id = "_otherItems_hsrgo_159", Ed = "_copyrigth_hsrgo_187", Td = "_copyrigthText_hsrgo_207", xd = "_logoStyled_hsrgo_227", kd = "_socialInstagram_hsrgo_263", xe = {
|
|
6870
6870
|
content: yd,
|
|
6871
6871
|
brandContent: vd,
|
|
6872
6872
|
socialMedia: bd,
|
|
@@ -6877,8 +6877,8 @@ const Rl = (e) => {
|
|
|
6877
6877
|
otherItems: Id,
|
|
6878
6878
|
copyrigth: Ed,
|
|
6879
6879
|
copyrigthText: Td,
|
|
6880
|
-
logoStyled:
|
|
6881
|
-
socialInstagram:
|
|
6880
|
+
logoStyled: xd,
|
|
6881
|
+
socialInstagram: kd
|
|
6882
6882
|
}, Mn = (e) => /* @__PURE__ */ s("svg", { width: "40", height: "40", viewBox: "0 0 40 40", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e, children: /* @__PURE__ */ s("path", { stroke: "currentColor", d: "M27.5444 6H23.9083C19.8444 6 17.1708 8.67176 17.1708 12.9466V16.1527H13.5347C13.2139 16.1527 13 16.3664 13 16.687V21.2824C13 21.6031 13.2139 21.8168 13.5347 21.8168H17.1708V33.4656C17.1708 33.7863 17.3847 34 17.7055 34H22.518C22.8389 34 23.0527 33.7863 23.0527 33.4656V21.8168H27.3305C27.6513 21.8168 27.8652 21.6031 27.8652 21.2824V16.687C27.8652 16.5802 27.7583 16.3664 27.6513 16.2595C27.5444 16.1527 27.4375 16.0458 27.2236 16.0458H22.9458V13.374C22.9458 12.0916 23.2666 11.4504 24.9777 11.4504H27.4375C27.7583 11.4504 27.9722 11.2366 27.9722 10.916V6.64122C28.0791 6.21374 27.8652 6 27.5444 6Z", "stroke-width": "1.6" }) }), Ud = (e) => /* @__PURE__ */ s(
|
|
6883
6883
|
"svg",
|
|
6884
6884
|
{
|
|
@@ -6897,10 +6897,10 @@ const Rl = (e) => {
|
|
|
6897
6897
|
"path",
|
|
6898
6898
|
{
|
|
6899
6899
|
fill: "currentColor",
|
|
6900
|
-
d: `M25.7,9.4h-9.1v2.4h9.1c-0.1,0,0.1,0,0.1-0.1V9.5C25.9,9.4,25.9,9.4,25.7,9.4L25.7,9.4z M8.4,9.6
|
|
6901
|
-
c-3,0-5.6,2.5-5.6,5.6c0,3,2.5,5.4,5.7,5.4s5.4-2.4,5.4-5.4c0-0.4,0-0.7-0.1-1.1H8.5v2.1h3c-0.3,1.3-1.5,2.1-3,2.1
|
|
6902
|
-
c-1.9-0.1-3.4-1.7-3.2-3.4c0-1.9,1.5-3.2,3.2-3.2c0.8,0,1.5,0.3,2.1,0.9l1.5-1.5C11,10.2,9.7,9.6,8.4,9.6L8.4,9.6z M27,13.7H16.5
|
|
6903
|
-
v2.4H27c0,0,0.1,0,0.1-0.1v-2.1C27.2,13.7,27.2,13.7,27,13.7L27,13.7z M25.7,18.2h-9.1v2.4h9.1c-0.1,0,0.1-0.1,0.1-0.1v-2.1
|
|
6900
|
+
d: `M25.7,9.4h-9.1v2.4h9.1c-0.1,0,0.1,0,0.1-0.1V9.5C25.9,9.4,25.9,9.4,25.7,9.4L25.7,9.4z M8.4,9.6\r
|
|
6901
|
+
c-3,0-5.6,2.5-5.6,5.6c0,3,2.5,5.4,5.7,5.4s5.4-2.4,5.4-5.4c0-0.4,0-0.7-0.1-1.1H8.5v2.1h3c-0.3,1.3-1.5,2.1-3,2.1\r
|
|
6902
|
+
c-1.9-0.1-3.4-1.7-3.2-3.4c0-1.9,1.5-3.2,3.2-3.2c0.8,0,1.5,0.3,2.1,0.9l1.5-1.5C11,10.2,9.7,9.6,8.4,9.6L8.4,9.6z M27,13.7H16.5\r
|
|
6903
|
+
v2.4H27c0,0,0.1,0,0.1-0.1v-2.1C27.2,13.7,27.2,13.7,27,13.7L27,13.7z M25.7,18.2h-9.1v2.4h9.1c-0.1,0,0.1-0.1,0.1-0.1v-2.1\r
|
|
6904
6904
|
C25.9,18.2,25.9,18.2,25.7,18.2L25.7,18.2z`
|
|
6905
6905
|
}
|
|
6906
6906
|
)
|
|
@@ -6923,7 +6923,7 @@ const Rl = (e) => {
|
|
|
6923
6923
|
}
|
|
6924
6924
|
)
|
|
6925
6925
|
}
|
|
6926
|
-
),
|
|
6926
|
+
), qd = (e) => /* @__PURE__ */ s(
|
|
6927
6927
|
"svg",
|
|
6928
6928
|
{
|
|
6929
6929
|
version: "1.1",
|
|
@@ -6941,18 +6941,18 @@ const Rl = (e) => {
|
|
|
6941
6941
|
"path",
|
|
6942
6942
|
{
|
|
6943
6943
|
fill: "currentColor",
|
|
6944
|
-
d: `M12.6,24.9c-1.1,0-2.1-0.3-3.1-0.8c-1.7-0.9-2.8-2.5-3.2-4.3c-0.7-3.3,1.4-6.7,4.7-7.4
|
|
6945
|
-
c0.8-0.2,1.5-0.2,2.2-0.1c0.1,0,0.1,0,0.2,0l0.5,0.1l0.1,0.5v3.8l-0.8-0.2c-0.1,0-0.2,0-0.3-0.1c-1.2-0.2-2.3,0.6-2.5,1.8
|
|
6946
|
-
c-0.2,1.2,0.6,2.3,1.8,2.5c0.6,0.1,1.2,0,1.7-0.4c0.5-0.4,0.8-1,0.8-1.6c0-0.7,0-1.3,0-2l0-0.7l0-10.8h4.1L19,5.9
|
|
6947
|
-
c0,0.2,0,0.4,0.1,0.6c0.4,1.8,2,3.2,3.9,3.3c0.5,0,0.8,0.3,0.8,0.8c0,0.6,0,1.3,0,1.9v1.5l-0.6,0c-1.5,0-2.9-0.4-4.1-1.1l0,5.6
|
|
6948
|
-
c0,2.7-1.6,5-4,6C14.2,24.7,13.4,24.9,12.6,24.9z M12.7,13.4c-0.4,0-0.9,0.1-1.3,0.2c-2.7,0.6-4.4,3.4-3.9,6.1
|
|
6949
|
-
c0.3,1.5,1.3,2.8,2.6,3.5c1.4,0.7,3,0.8,4.5,0.3c2-0.8,3.3-2.7,3.3-4.9l0-7.8l0.9,0.7c1.2,0.9,2.4,1.3,3.8,1.5v-0.3
|
|
6950
|
-
c0-0.5,0-1.1,0-1.6C20.4,10.7,18.5,9,18,6.7c0-0.2-0.1-0.3-0.1-0.5H16l0,10.4c0,0.7,0,1.4,0,2.1c0,0.9-0.5,1.8-1.2,2.4
|
|
6944
|
+
d: `M12.6,24.9c-1.1,0-2.1-0.3-3.1-0.8c-1.7-0.9-2.8-2.5-3.2-4.3c-0.7-3.3,1.4-6.7,4.7-7.4\r
|
|
6945
|
+
c0.8-0.2,1.5-0.2,2.2-0.1c0.1,0,0.1,0,0.2,0l0.5,0.1l0.1,0.5v3.8l-0.8-0.2c-0.1,0-0.2,0-0.3-0.1c-1.2-0.2-2.3,0.6-2.5,1.8\r
|
|
6946
|
+
c-0.2,1.2,0.6,2.3,1.8,2.5c0.6,0.1,1.2,0,1.7-0.4c0.5-0.4,0.8-1,0.8-1.6c0-0.7,0-1.3,0-2l0-0.7l0-10.8h4.1L19,5.9\r
|
|
6947
|
+
c0,0.2,0,0.4,0.1,0.6c0.4,1.8,2,3.2,3.9,3.3c0.5,0,0.8,0.3,0.8,0.8c0,0.6,0,1.3,0,1.9v1.5l-0.6,0c-1.5,0-2.9-0.4-4.1-1.1l0,5.6\r
|
|
6948
|
+
c0,2.7-1.6,5-4,6C14.2,24.7,13.4,24.9,12.6,24.9z M12.7,13.4c-0.4,0-0.9,0.1-1.3,0.2c-2.7,0.6-4.4,3.4-3.9,6.1\r
|
|
6949
|
+
c0.3,1.5,1.3,2.8,2.6,3.5c1.4,0.7,3,0.8,4.5,0.3c2-0.8,3.3-2.7,3.3-4.9l0-7.8l0.9,0.7c1.2,0.9,2.4,1.3,3.8,1.5v-0.3\r
|
|
6950
|
+
c0-0.5,0-1.1,0-1.6C20.4,10.7,18.5,9,18,6.7c0-0.2-0.1-0.3-0.1-0.5H16l0,10.4c0,0.7,0,1.4,0,2.1c0,0.9-0.5,1.8-1.2,2.4\r
|
|
6951
6951
|
C14,21.8,13,22,12,21.8c-1.8-0.4-3-2-2.7-3.9c0.3-1.7,1.8-2.9,3.6-2.7v-1.9C12.9,13.4,12.8,13.4,12.7,13.4z`
|
|
6952
6952
|
}
|
|
6953
6953
|
) })
|
|
6954
6954
|
}
|
|
6955
|
-
),
|
|
6955
|
+
), Bd = (e) => /* @__PURE__ */ s(
|
|
6956
6956
|
"svg",
|
|
6957
6957
|
{
|
|
6958
6958
|
version: "1.1",
|
|
@@ -6970,13 +6970,13 @@ const Rl = (e) => {
|
|
|
6970
6970
|
"path",
|
|
6971
6971
|
{
|
|
6972
6972
|
fill: "currentColor",
|
|
6973
|
-
d: `M21.7,8.3c-1.8-1.8-4.2-2.8-6.7-2.8c-5.2,0-9.5,4.2-9.5,9.4c0,1.7,0.4,3.3,1.3,4.7l-1.3,4.9l5-1.3
|
|
6974
|
-
c1.4,0.7,2.9,1.1,4.5,1.1h0c5.2,0,9.5-4.2,9.5-9.4C24.5,12.4,23.5,10,21.7,8.3 M15,22.7L15,22.7c-1.4,0-2.8-0.4-4-1.1l-0.3-0.2
|
|
6975
|
-
l-3,0.8l0.8-2.9l-0.2-0.3c-0.8-1.2-1.2-2.7-1.2-4.2c0-4.3,3.5-7.8,7.9-7.8c2.1,0,4.1,0.8,5.6,2.3c1.5,1.5,2.3,3.4,2.3,5.5
|
|
6976
|
-
C22.9,19.2,19.4,22.7,15,22.7z M19.4,16.9c-0.2-0.1-1.4-0.7-1.6-0.8c-0.2-0.1-0.4-0.1-0.5,0.1c-0.2,0.2-0.6,0.8-0.7,0.9
|
|
6977
|
-
c-0.1,0.2-0.3,0.2-0.5,0.1c-0.2-0.1-1-0.4-1.9-1.2c-0.7-0.6-1.2-1.4-1.3-1.6c-0.1-0.2,0-0.4,0.1-0.5c0.1-0.1,0.2-0.3,0.4-0.4
|
|
6978
|
-
c0.1-0.1,0.2-0.2,0.2-0.4c0.1-0.2,0-0.3,0-0.4c-0.1-0.1-0.5-1.3-0.7-1.7c-0.2-0.5-0.4-0.4-0.5-0.4c-0.1,0-0.3,0-0.5,0
|
|
6979
|
-
c-0.2,0-0.4,0.1-0.6,0.3c-0.2,0.2-0.8,0.8-0.8,2c0,1.2,0.8,2.3,1,2.4c0.1,0.2,1.7,2.5,4,3.6c0.6,0.2,1,0.4,1.3,0.5
|
|
6973
|
+
d: `M21.7,8.3c-1.8-1.8-4.2-2.8-6.7-2.8c-5.2,0-9.5,4.2-9.5,9.4c0,1.7,0.4,3.3,1.3,4.7l-1.3,4.9l5-1.3\r
|
|
6974
|
+
c1.4,0.7,2.9,1.1,4.5,1.1h0c5.2,0,9.5-4.2,9.5-9.4C24.5,12.4,23.5,10,21.7,8.3 M15,22.7L15,22.7c-1.4,0-2.8-0.4-4-1.1l-0.3-0.2\r
|
|
6975
|
+
l-3,0.8l0.8-2.9l-0.2-0.3c-0.8-1.2-1.2-2.7-1.2-4.2c0-4.3,3.5-7.8,7.9-7.8c2.1,0,4.1,0.8,5.6,2.3c1.5,1.5,2.3,3.4,2.3,5.5\r
|
|
6976
|
+
C22.9,19.2,19.4,22.7,15,22.7z M19.4,16.9c-0.2-0.1-1.4-0.7-1.6-0.8c-0.2-0.1-0.4-0.1-0.5,0.1c-0.2,0.2-0.6,0.8-0.7,0.9\r
|
|
6977
|
+
c-0.1,0.2-0.3,0.2-0.5,0.1c-0.2-0.1-1-0.4-1.9-1.2c-0.7-0.6-1.2-1.4-1.3-1.6c-0.1-0.2,0-0.4,0.1-0.5c0.1-0.1,0.2-0.3,0.4-0.4\r
|
|
6978
|
+
c0.1-0.1,0.2-0.2,0.2-0.4c0.1-0.2,0-0.3,0-0.4c-0.1-0.1-0.5-1.3-0.7-1.7c-0.2-0.5-0.4-0.4-0.5-0.4c-0.1,0-0.3,0-0.5,0\r
|
|
6979
|
+
c-0.2,0-0.4,0.1-0.6,0.3c-0.2,0.2-0.8,0.8-0.8,2c0,1.2,0.8,2.3,1,2.4c0.1,0.2,1.7,2.5,4,3.6c0.6,0.2,1,0.4,1.3,0.5\r
|
|
6980
6980
|
c0.6,0.2,1.1,0.2,1.5,0.1c0.5-0.1,1.4-0.6,1.6-1.1c0.2-0.5,0.2-1,0.1-1.1C19.7,17.1,19.6,17,19.4,16.9`
|
|
6981
6981
|
}
|
|
6982
6982
|
) }) })
|
|
@@ -7000,73 +7000,73 @@ const Rl = (e) => {
|
|
|
7000
7000
|
"path",
|
|
7001
7001
|
{
|
|
7002
7002
|
fill: "currentColor",
|
|
7003
|
-
d: `M15,23.9c-0.7,0-7.3,0-9.2-0.6C4.6,23,3.7,22,3.2,20.8c-0.4-2-0.4-5.6-0.4-5.8c0-0.2,0-3.8,0.6-5.8C3.7,7.9,4.7,7,5.9,6.5c1.9-0.4,8.9-0.4,9.2-0.4c0.7,0,7.3,0,9.2,0.6C25.5,7,26.4,8,26.9,9.2c0,0,0,0,0,0.1c0.5,1.9,0.3,5.7,0.3,5.9
|
|
7004
|
-
c0,0.1,0,3.8-0.4,5.7c-0.4,1.3-1.3,2.2-2.6,2.6C22.2,23.9,15.3,23.9,15,23.9z M15.1,7.6c-2,0-7.4,0.1-8.8,0.4C6,8.1,5.1,8.5,4.8,9.5c-0.5,1.8-0.5,5.4-0.5,5.4s0,3.6,0.4,5.4c0.1,0.3,0.5,1.2,1.6,1.5c1.4,0.4,6.8,0.5,8.7,0.5c2,0,7.4-0.1,8.8-0.4
|
|
7005
|
-
c0.3-0.1,1.2-0.5,1.5-1.6c0.4-1.6,0.4-5.3,0.4-5.3c0-0.1,0.2-3.7-0.2-5.4c-0.1-0.4-0.5-1.3-1.6-1.6C22.5,7.7,17.1,7.6,15.1,7.6zM12.8,19.2c-0.1,0-0.3,0-0.4-0.1c-0.2-0.1-0.4-0.4-0.4-0.7v-6.9c0-0.3,0.1-0.5,0.4-0.6c0.2-0.1,0.5-0.1,0.7,0l5.9,3.4
|
|
7003
|
+
d: `M15,23.9c-0.7,0-7.3,0-9.2-0.6C4.6,23,3.7,22,3.2,20.8c-0.4-2-0.4-5.6-0.4-5.8c0-0.2,0-3.8,0.6-5.8C3.7,7.9,4.7,7,5.9,6.5c1.9-0.4,8.9-0.4,9.2-0.4c0.7,0,7.3,0,9.2,0.6C25.5,7,26.4,8,26.9,9.2c0,0,0,0,0,0.1c0.5,1.9,0.3,5.7,0.3,5.9\r
|
|
7004
|
+
c0,0.1,0,3.8-0.4,5.7c-0.4,1.3-1.3,2.2-2.6,2.6C22.2,23.9,15.3,23.9,15,23.9z M15.1,7.6c-2,0-7.4,0.1-8.8,0.4C6,8.1,5.1,8.5,4.8,9.5c-0.5,1.8-0.5,5.4-0.5,5.4s0,3.6,0.4,5.4c0.1,0.3,0.5,1.2,1.6,1.5c1.4,0.4,6.8,0.5,8.7,0.5c2,0,7.4-0.1,8.8-0.4\r
|
|
7005
|
+
c0.3-0.1,1.2-0.5,1.5-1.6c0.4-1.6,0.4-5.3,0.4-5.3c0-0.1,0.2-3.7-0.2-5.4c-0.1-0.4-0.5-1.3-1.6-1.6C22.5,7.7,17.1,7.6,15.1,7.6zM12.8,19.2c-0.1,0-0.3,0-0.4-0.1c-0.2-0.1-0.4-0.4-0.4-0.7v-6.9c0-0.3,0.1-0.5,0.4-0.6c0.2-0.1,0.5-0.1,0.7,0l5.9,3.4\r
|
|
7006
7006
|
c0.2,0.1,0.4,0.4,0.4,0.6c0,0.3-0.1,0.5-0.4,0.7l-5.9,3.5C13.1,19.1,12.9,19.2,12.8,19.2z M13.6,12.9v4.3l3.7-2.2L13.6,12.9z`
|
|
7007
7007
|
}
|
|
7008
7008
|
),
|
|
7009
7009
|
/* @__PURE__ */ s("path", { fill: "currentColor", d: "M12.8,18.6v-6.9l5.9,3.4L12.8,18.6z" })
|
|
7010
7010
|
]
|
|
7011
7011
|
}
|
|
7012
|
-
),
|
|
7012
|
+
), f5 = ["telegram"], Os = {
|
|
7013
7013
|
facebook: (e) => /* @__PURE__ */ s(Mn, { ...e }),
|
|
7014
7014
|
instagram: (e) => /* @__PURE__ */ s(jn, { ...e }),
|
|
7015
|
-
whatsapp: (e) => /* @__PURE__ */ s(
|
|
7016
|
-
tiktok: (e) => /* @__PURE__ */ s(
|
|
7015
|
+
whatsapp: (e) => /* @__PURE__ */ s(Bd, { ...e }),
|
|
7016
|
+
tiktok: (e) => /* @__PURE__ */ s(qd, { ...e }),
|
|
7017
7017
|
youtube: (e) => /* @__PURE__ */ s(Pd, { ...e }),
|
|
7018
7018
|
x: (e) => /* @__PURE__ */ s(dt, { ...e }),
|
|
7019
7019
|
gnews: (e) => /* @__PURE__ */ s(Ud, { ...e }),
|
|
7020
7020
|
podcast: (e) => /* @__PURE__ */ s(Ld, { ...e }),
|
|
7021
7021
|
telegram: (e) => /* @__PURE__ */ s(Rd, { ...e })
|
|
7022
|
-
},
|
|
7022
|
+
}, g5 = (e) => {
|
|
7023
7023
|
const { freeZone: t, socials: n, menu: a, customBlock: o, custom_styles: i = {} } = e;
|
|
7024
|
-
return /* @__PURE__ */ f("footer", { className:
|
|
7025
|
-
/* @__PURE__ */ f("section", { className:
|
|
7026
|
-
/* @__PURE__ */ s(R, { href: "/", "aria-label": "Ir a la home", children: /* @__PURE__ */ s("span", { className:
|
|
7027
|
-
/* @__PURE__ */ s("div", { className:
|
|
7024
|
+
return /* @__PURE__ */ f("footer", { className: xe.content, style: i, children: [
|
|
7025
|
+
/* @__PURE__ */ f("section", { className: xe.brandContent, children: [
|
|
7026
|
+
/* @__PURE__ */ s(R, { href: "/", "aria-label": "Ir a la home", children: /* @__PURE__ */ s("span", { className: xe.logoStyled, children: e.logo }) }),
|
|
7027
|
+
/* @__PURE__ */ s("div", { className: xe.socialMedia, children: Object.keys(n).map((r) => n[r]?.show && /* @__PURE__ */ s(
|
|
7028
7028
|
"a",
|
|
7029
7029
|
{
|
|
7030
7030
|
target: "_blank",
|
|
7031
7031
|
rel: "noreferrer",
|
|
7032
7032
|
"aria-label": n[r].title + " link",
|
|
7033
|
-
className:
|
|
7033
|
+
className: xe.linkSocialNetwoks,
|
|
7034
7034
|
href: n[r].url,
|
|
7035
7035
|
children: Os[r]({
|
|
7036
|
-
className: `${r === "instagram" ?
|
|
7036
|
+
className: `${r === "instagram" ? xe.socialInstagram : ""}`
|
|
7037
7037
|
})
|
|
7038
7038
|
},
|
|
7039
7039
|
r
|
|
7040
7040
|
)) })
|
|
7041
7041
|
] }),
|
|
7042
|
-
/* @__PURE__ */ f("section", { className:
|
|
7043
|
-
/* @__PURE__ */ s("div", { className:
|
|
7042
|
+
/* @__PURE__ */ f("section", { className: xe.sectionContent, children: [
|
|
7043
|
+
/* @__PURE__ */ s("div", { className: xe.section, children: a.filter((r) => !r.subitem).map((r, c) => /* @__PURE__ */ s(
|
|
7044
7044
|
R,
|
|
7045
7045
|
{
|
|
7046
7046
|
block_subPublication: !0,
|
|
7047
7047
|
href: r.link ? r.link : void 0,
|
|
7048
7048
|
target: r.target,
|
|
7049
|
-
className: `${
|
|
7049
|
+
className: `${xe.menuItem} footer-menu-item`,
|
|
7050
7050
|
"aria-label": r.description,
|
|
7051
7051
|
children: r.description
|
|
7052
7052
|
},
|
|
7053
7053
|
c
|
|
7054
7054
|
)) }),
|
|
7055
|
-
/* @__PURE__ */ s("div", { className:
|
|
7055
|
+
/* @__PURE__ */ s("div", { className: xe.section, children: t && t.map((r, c) => /* @__PURE__ */ s(
|
|
7056
7056
|
R,
|
|
7057
7057
|
{
|
|
7058
7058
|
block_subPublication: !0,
|
|
7059
7059
|
href: r.link ? r?.link : void 0,
|
|
7060
7060
|
target: r.target,
|
|
7061
|
-
className:
|
|
7061
|
+
className: xe.otherItems,
|
|
7062
7062
|
children: r.description
|
|
7063
7063
|
},
|
|
7064
7064
|
c
|
|
7065
7065
|
)) })
|
|
7066
7066
|
] }),
|
|
7067
|
-
o && /* @__PURE__ */ s(
|
|
7068
|
-
/* @__PURE__ */ f("section", { className:
|
|
7069
|
-
/* @__PURE__ */ s("p", { className:
|
|
7067
|
+
o && /* @__PURE__ */ s(J, { children: o }),
|
|
7068
|
+
/* @__PURE__ */ f("section", { className: xe.copyrigth, children: [
|
|
7069
|
+
/* @__PURE__ */ s("p", { className: xe.copyrigthText, children: e.copyrigth }),
|
|
7070
7070
|
/* @__PURE__ */ s(
|
|
7071
7071
|
R,
|
|
7072
7072
|
{
|
|
@@ -7080,7 +7080,7 @@ const Rl = (e) => {
|
|
|
7080
7080
|
)
|
|
7081
7081
|
] })
|
|
7082
7082
|
] });
|
|
7083
|
-
}, Od = "
|
|
7083
|
+
}, Od = "_content_pnyq2_1", Dd = "_imageContent_pnyq2_17", Md = "_width1Autor_pnyq2_35", jd = "_width2Autor_pnyq2_43", Gd = "_width3Autor_pnyq2_51", Qd = "_imageAutor_pnyq2_59", Hd = "_imageStyled_pnyq2_137", zd = "_contentIconStyled_pnyq2_139", Fd = "_avatarContent_pnyq2_173", $d = "_journalistSection_pnyq2_201", Vd = "_journalistInfo_pnyq2_217", Wd = "_journalistInfoLink_pnyq2_219", Yd = "_socialNetworkSection_pnyq2_291", Kd = "_avatarStyled_pnyq2_315", Jd = "_article_pnyq2_325", Zd = "_socialButton_pnyq2_333", Xd = "_facebookStyled_pnyq2_365", e1 = "_emailStyled_pnyq2_373", t1 = "_xStyled_pnyq2_381", n1 = "_linkedinStyled_pnyq2_389", s1 = "_whatsappStyled_pnyq2_397", a1 = "_whatsappLink_pnyq2_405", o1 = "_clipboardButton_pnyq2_437", i1 = "_googleProfileButton_pnyq2_509", ge = {
|
|
7084
7084
|
content: Od,
|
|
7085
7085
|
imageContent: Dd,
|
|
7086
7086
|
width1Autor: Md,
|
|
@@ -7153,7 +7153,7 @@ const Rl = (e) => {
|
|
|
7153
7153
|
)
|
|
7154
7154
|
]
|
|
7155
7155
|
}
|
|
7156
|
-
),
|
|
7156
|
+
), qo = (e) => /* @__PURE__ */ f(
|
|
7157
7157
|
"svg",
|
|
7158
7158
|
{
|
|
7159
7159
|
width: "24",
|
|
@@ -7179,7 +7179,7 @@ const Rl = (e) => {
|
|
|
7179
7179
|
)
|
|
7180
7180
|
]
|
|
7181
7181
|
}
|
|
7182
|
-
),
|
|
7182
|
+
), Bo = (e) => /* @__PURE__ */ s(
|
|
7183
7183
|
"svg",
|
|
7184
7184
|
{
|
|
7185
7185
|
width: "13",
|
|
@@ -7218,7 +7218,7 @@ const Rl = (e) => {
|
|
|
7218
7218
|
FaceBook: {
|
|
7219
7219
|
url: (e) => `https://www.facebook.com/sharer/sharer.php?u=${encodeURIComponent(e)}`,
|
|
7220
7220
|
icon: {
|
|
7221
|
-
outline: (e) => /* @__PURE__ */ s(
|
|
7221
|
+
outline: (e) => /* @__PURE__ */ s(Bo, { className: e }),
|
|
7222
7222
|
solid: (e) => /* @__PURE__ */ s(Gn, { className: e })
|
|
7223
7223
|
}
|
|
7224
7224
|
},
|
|
@@ -7240,7 +7240,7 @@ const Rl = (e) => {
|
|
|
7240
7240
|
url: (e) => `mailto:?body=${encodeURIComponent(e)}`,
|
|
7241
7241
|
icon: {
|
|
7242
7242
|
outline: (e) => /* @__PURE__ */ s(Ro, { className: e }),
|
|
7243
|
-
solid: (e) => /* @__PURE__ */ s(
|
|
7243
|
+
solid: (e) => /* @__PURE__ */ s(qo, { className: e })
|
|
7244
7244
|
}
|
|
7245
7245
|
},
|
|
7246
7246
|
LinkedIn: {
|
|
@@ -7295,7 +7295,7 @@ function c1({ noteShare: e }) {
|
|
|
7295
7295
|
)
|
|
7296
7296
|
] }) : null;
|
|
7297
7297
|
}
|
|
7298
|
-
const l1 = "
|
|
7298
|
+
const l1 = "_content_xlsy2_1", d1 = "_videoContent_xlsy2_39", u1 = "_articleSection_xlsy2_53", m1 = "_title_xlsy2_83", h1 = "_article_xlsy2_53", f1 = "_correspondent_xlsy2_149", g1 = "_iframeStyled_xlsy2_167", p1 = "_contentFrame_xlsy2_187", $e = {
|
|
7299
7299
|
content: l1,
|
|
7300
7300
|
videoContent: d1,
|
|
7301
7301
|
articleSection: u1,
|
|
@@ -7304,7 +7304,7 @@ const l1 = "_content_r1co8_1", d1 = "_videoContent_r1co8_20", u1 = "_articleSect
|
|
|
7304
7304
|
correspondent: f1,
|
|
7305
7305
|
iframeStyled: g1,
|
|
7306
7306
|
contentFrame: p1
|
|
7307
|
-
},
|
|
7307
|
+
}, p5 = (e) => {
|
|
7308
7308
|
const t = () => e?.video.main.author ? `${e?.video.main.author} - ${He(
|
|
7309
7309
|
e.video.info.date.created
|
|
7310
7310
|
)}` : e?.video.main.author;
|
|
@@ -7340,7 +7340,7 @@ const l1 = "_content_r1co8_1", d1 = "_videoContent_r1co8_20", u1 = "_articleSect
|
|
|
7340
7340
|
/* @__PURE__ */ s("p", { className: $e.correspondent, children: t() })
|
|
7341
7341
|
] })
|
|
7342
7342
|
] }) }) });
|
|
7343
|
-
}, A1 = "
|
|
7343
|
+
}, A1 = "_content_79djq_1", w1 = "_linkStyled_79djq_17", Wn = {
|
|
7344
7344
|
content: A1,
|
|
7345
7345
|
linkStyled: w1
|
|
7346
7346
|
}, In = (e) => {
|
|
@@ -7371,7 +7371,7 @@ const l1 = "_content_r1co8_1", d1 = "_videoContent_r1co8_20", u1 = "_articleSect
|
|
|
7371
7371
|
}
|
|
7372
7372
|
)
|
|
7373
7373
|
] });
|
|
7374
|
-
}, y1 = "
|
|
7374
|
+
}, y1 = "_content_1tki3_1", v1 = "_contentGrid_1tki3_15", b1 = "_contentGrid4_1tki3_33", _1 = "_contentGrid3_1tki3_41", sn = {
|
|
7375
7375
|
content: y1,
|
|
7376
7376
|
contentGrid: v1,
|
|
7377
7377
|
contentGrid4: b1,
|
|
@@ -7386,9 +7386,9 @@ const l1 = "_content_r1co8_1", d1 = "_videoContent_r1co8_20", u1 = "_articleSect
|
|
|
7386
7386
|
children: e.children
|
|
7387
7387
|
}
|
|
7388
7388
|
),
|
|
7389
|
-
/* @__PURE__ */ s(
|
|
7389
|
+
/* @__PURE__ */ s(J, { children: e.paginatorComponent })
|
|
7390
7390
|
] });
|
|
7391
|
-
}, C1 = "
|
|
7391
|
+
}, C1 = "_content_3pssn_1", S1 = "_newsDescription_3pssn_29", N1 = "_image_3pssn_81", zt = {
|
|
7392
7392
|
content: C1,
|
|
7393
7393
|
newsDescription: S1,
|
|
7394
7394
|
image: N1
|
|
@@ -7425,7 +7425,7 @@ const l1 = "_content_r1co8_1", d1 = "_videoContent_r1co8_20", u1 = "_articleSect
|
|
|
7425
7425
|
href: a?.link?.url,
|
|
7426
7426
|
target: a?.link?.target,
|
|
7427
7427
|
children: /* @__PURE__ */ s(
|
|
7428
|
-
|
|
7428
|
+
qe,
|
|
7429
7429
|
{
|
|
7430
7430
|
preview: o,
|
|
7431
7431
|
isVideo: r,
|
|
@@ -7453,12 +7453,12 @@ const l1 = "_content_r1co8_1", d1 = "_videoContent_r1co8_20", u1 = "_articleSect
|
|
|
7453
7453
|
]
|
|
7454
7454
|
}
|
|
7455
7455
|
);
|
|
7456
|
-
}, I1 = "
|
|
7456
|
+
}, I1 = "_content_1afla_1", E1 = "_boxInformation_1afla_23", T1 = "_titleGradient_1afla_59", x1 = "_sectionDescription_1afla_115", k1 = "_articule_1afla_165", U1 = "_linkStyled_1afla_231", at = {
|
|
7457
7457
|
content: I1,
|
|
7458
7458
|
boxInformation: E1,
|
|
7459
7459
|
titleGradient: T1,
|
|
7460
|
-
sectionDescription:
|
|
7461
|
-
articule:
|
|
7460
|
+
sectionDescription: x1,
|
|
7461
|
+
articule: k1,
|
|
7462
7462
|
linkStyled: U1
|
|
7463
7463
|
}, Qn = (e) => {
|
|
7464
7464
|
const {
|
|
@@ -7499,7 +7499,7 @@ const l1 = "_content_r1co8_1", d1 = "_videoContent_r1co8_20", u1 = "_articleSect
|
|
|
7499
7499
|
title: a?.title?.section,
|
|
7500
7500
|
href: n.link.url,
|
|
7501
7501
|
target: n.link.target,
|
|
7502
|
-
children: /* @__PURE__ */ s(
|
|
7502
|
+
children: /* @__PURE__ */ s(qe, { preview: e.preview, isVideo: t })
|
|
7503
7503
|
}
|
|
7504
7504
|
),
|
|
7505
7505
|
/* @__PURE__ */ f(
|
|
@@ -7529,17 +7529,17 @@ const l1 = "_content_r1co8_1", d1 = "_videoContent_r1co8_20", u1 = "_articleSect
|
|
|
7529
7529
|
}
|
|
7530
7530
|
)
|
|
7531
7531
|
] });
|
|
7532
|
-
}, L1 = "
|
|
7532
|
+
}, L1 = "_content_63xzh_1", R1 = "_contentLayout_63xzh_9", Sa = {
|
|
7533
7533
|
content: L1,
|
|
7534
7534
|
contentLayout: R1
|
|
7535
|
-
}, Na = (e) => /* @__PURE__ */ s("div", { className: Sa.content, children: /* @__PURE__ */ s(Kt, { className: `${Sa.contentLayout} ${e.className}`, children: e.children }) }),
|
|
7536
|
-
content:
|
|
7537
|
-
before:
|
|
7535
|
+
}, Na = (e) => /* @__PURE__ */ s("div", { className: Sa.content, children: /* @__PURE__ */ s(Kt, { className: `${Sa.contentLayout} ${e.className}`, children: e.children }) }), q1 = "_content_1qewa_1", B1 = "_before_1qewa_21", P1 = "_textContent_1qewa_43", O1 = "_title_1qewa_73", D1 = "_description_1qewa_91", M1 = "_linkStyled_1qewa_113", _t = {
|
|
7536
|
+
content: q1,
|
|
7537
|
+
before: B1,
|
|
7538
7538
|
textContent: P1,
|
|
7539
7539
|
title: O1,
|
|
7540
7540
|
description: D1,
|
|
7541
7541
|
linkStyled: M1
|
|
7542
|
-
},
|
|
7542
|
+
}, A5 = (e) => {
|
|
7543
7543
|
const t = e.logo;
|
|
7544
7544
|
return /* @__PURE__ */ f("section", { className: _t.content, children: [
|
|
7545
7545
|
e.backgroundImgURL && /* @__PURE__ */ s("img", { className: _t.before, src: e.backgroundImgURL, alt: "" }),
|
|
@@ -7550,25 +7550,25 @@ const l1 = "_content_r1co8_1", d1 = "_videoContent_r1co8_20", u1 = "_articleSect
|
|
|
7550
7550
|
/* @__PURE__ */ s(R, { className: _t.linkStyled, href: "/", children: e.buttonText ?? "Inicio" })
|
|
7551
7551
|
] })
|
|
7552
7552
|
] });
|
|
7553
|
-
}, j1 = "
|
|
7553
|
+
}, j1 = "_content_14eky_1", G1 = "_contentLabel_14eky_15", Q1 = "_label_14eky_25", H1 = "_required_14eky_43", z1 = "_input_14eky_55", Pt = {
|
|
7554
7554
|
content: j1,
|
|
7555
7555
|
contentLabel: G1,
|
|
7556
7556
|
label: Q1,
|
|
7557
7557
|
required: H1,
|
|
7558
7558
|
input: z1
|
|
7559
|
-
},
|
|
7559
|
+
}, w5 = (e) => /* @__PURE__ */ f("div", { className: Pt.content, children: [
|
|
7560
7560
|
/* @__PURE__ */ f("div", { className: Pt.contentLabel, children: [
|
|
7561
7561
|
/* @__PURE__ */ s("label", { className: Pt.label, children: e.label }),
|
|
7562
7562
|
e.required && /* @__PURE__ */ s("span", { className: Pt.required, children: "*" })
|
|
7563
7563
|
] }),
|
|
7564
7564
|
/* @__PURE__ */ s("input", { className: Pt.input, ...e })
|
|
7565
|
-
] }), F1 = "
|
|
7565
|
+
] }), F1 = "_content_1ukl4_1", $1 = "_contentLabel_1ukl4_15", V1 = "_label_1ukl4_25", W1 = "_required_1ukl4_43", Y1 = "_input_1ukl4_55", Ot = {
|
|
7566
7566
|
content: F1,
|
|
7567
7567
|
contentLabel: $1,
|
|
7568
7568
|
label: V1,
|
|
7569
7569
|
required: W1,
|
|
7570
7570
|
input: Y1
|
|
7571
|
-
},
|
|
7571
|
+
}, y5 = (e) => /* @__PURE__ */ f("div", { className: Ot.content, children: [
|
|
7572
7572
|
/* @__PURE__ */ f("div", { className: Ot.contentLabel, children: [
|
|
7573
7573
|
/* @__PURE__ */ s("label", { className: Ot.label, children: e.label }),
|
|
7574
7574
|
e.required && /* @__PURE__ */ s("span", { className: Ot.required, children: "*" })
|
|
@@ -7577,14 +7577,14 @@ const l1 = "_content_r1co8_1", d1 = "_videoContent_r1co8_20", u1 = "_articleSect
|
|
|
7577
7577
|
/* @__PURE__ */ s("option", { value: "", children: "--Seleccione--" }),
|
|
7578
7578
|
e.options.map((t, n) => /* @__PURE__ */ s("option", { value: t.value, children: t.label }, n))
|
|
7579
7579
|
] })
|
|
7580
|
-
] }), K1 = "
|
|
7580
|
+
] }), K1 = "_content_ljg8f_1", J1 = "_label_ljg8f_15", Z1 = "_input_ljg8f_33", Yn = {
|
|
7581
7581
|
content: K1,
|
|
7582
7582
|
label: J1,
|
|
7583
7583
|
input: Z1
|
|
7584
|
-
},
|
|
7584
|
+
}, v5 = (e) => /* @__PURE__ */ f("div", { className: Yn.content, children: [
|
|
7585
7585
|
/* @__PURE__ */ s("label", { className: Yn.label, children: e.label }),
|
|
7586
7586
|
/* @__PURE__ */ s("textarea", { className: Yn.input, ...e })
|
|
7587
|
-
] }), X1 = "
|
|
7587
|
+
] }), X1 = "_boxInformation_1ah38_1", eu = "_textBox_1ah38_59", tu = "_contentBox_1ah38_79", nu = "_liveBox_1ah38_99", su = "_dot_1ah38_143", au = "_sectionDescription_1ah38_193", ou = "_articule_1ah38_219", iu = "_description_1ah38_273", ot = {
|
|
7588
7588
|
boxInformation: X1,
|
|
7589
7589
|
textBox: eu,
|
|
7590
7590
|
contentBox: tu,
|
|
@@ -7593,16 +7593,16 @@ const l1 = "_content_r1co8_1", d1 = "_videoContent_r1co8_20", u1 = "_articleSect
|
|
|
7593
7593
|
sectionDescription: au,
|
|
7594
7594
|
articule: ou,
|
|
7595
7595
|
description: iu
|
|
7596
|
-
}, ru = "
|
|
7596
|
+
}, ru = "_content_va67u_1", cu = "_description_va67u_45", En = {
|
|
7597
7597
|
content: ru,
|
|
7598
7598
|
description: cu
|
|
7599
7599
|
}, Oo = (e) => {
|
|
7600
7600
|
let t = "";
|
|
7601
7601
|
return e.preview.description && (t = e.preview.description), e.preview.copyright && (t = `${t} ${e.preview.copyright}`), e.preview.photographer && (t = `${t} ${e.preview.photographer}`), /* @__PURE__ */ f("div", { className: En.content, children: [
|
|
7602
|
-
/* @__PURE__ */ s(
|
|
7602
|
+
/* @__PURE__ */ s(qe, { preview: e.preview, isLarge: !0, priorityHigh: !0 }),
|
|
7603
7603
|
t && /* @__PURE__ */ s("div", { className: En.description, children: t })
|
|
7604
7604
|
] });
|
|
7605
|
-
}, lu = (e) => /* @__PURE__ */ s(
|
|
7605
|
+
}, lu = (e) => /* @__PURE__ */ s(J, { children: /* @__PURE__ */ f("div", { className: `${ot.boxInformation} sass-liveblog-header`, children: [
|
|
7606
7606
|
/* @__PURE__ */ s(Oo, { preview: e.preview }),
|
|
7607
7607
|
/* @__PURE__ */ f("div", { className: ot.textBox, children: [
|
|
7608
7608
|
/* @__PURE__ */ f("div", { className: ot.contentBox, children: [
|
|
@@ -7632,15 +7632,15 @@ const l1 = "_content_r1co8_1", d1 = "_videoContent_r1co8_20", u1 = "_articleSect
|
|
|
7632
7632
|
}
|
|
7633
7633
|
)
|
|
7634
7634
|
] })
|
|
7635
|
-
] }) }), du = "
|
|
7635
|
+
] }) }), du = "_content_35x7r_1", uu = "_contentLine_35x7r_33", mu = "_contentText_35x7r_47", hu = "_dateLink_35x7r_73", an = {
|
|
7636
7636
|
content: du,
|
|
7637
7637
|
contentLine: uu,
|
|
7638
7638
|
contentText: mu,
|
|
7639
7639
|
dateLink: hu
|
|
7640
7640
|
}, fu = (e) => /* @__PURE__ */ s("section", { className: an.content, children: e.itemList[0]?.list.items.map((t, n) => /* @__PURE__ */ f("div", { className: an.contentLine, children: [
|
|
7641
|
-
/* @__PURE__ */ s(R, { className: an.dateLink, href: `#item-${n + 1}`, children:
|
|
7641
|
+
/* @__PURE__ */ s(R, { className: an.dateLink, href: `#item-${n + 1}`, children: xi(t.date) }),
|
|
7642
7642
|
/* @__PURE__ */ s("div", { className: an.contentText, children: (e.itemList[0]?.list.integrated, t.title) })
|
|
7643
|
-
] }, n)) }), gu = "
|
|
7643
|
+
] }, n)) }), gu = "_content_1qe2s_1", pu = "_contentInfo_1qe2s_21", Au = "_imageContainer_1qe2s_37", wu = "_imageStyled_1qe2s_55", yu = "_contentIconStyled_1qe2s_77", vu = "_name_1qe2s_129", bu = "_email_1qe2s_147", _u = "_description_1qe2s_179", Cu = "_contenSocialNetwork_1qe2s_203", Su = "_socialIcon_1qe2s_223", Nu = "_socialIconFilled_1qe2s_233", Iu = "_faceBookIcon_1qe2s_249", Eu = "_socialIconLink_1qe2s_267", Tu = "_socialIconStroke_1qe2s_283", de = {
|
|
7644
7644
|
content: gu,
|
|
7645
7645
|
contentInfo: pu,
|
|
7646
7646
|
imageContainer: Au,
|
|
@@ -7677,8 +7677,8 @@ const l1 = "_content_r1co8_1", d1 = "_videoContent_r1co8_20", u1 = "_articleSect
|
|
|
7677
7677
|
strokeLinecap: "round",
|
|
7678
7678
|
strokeLinejoin: "round",
|
|
7679
7679
|
strokeMiterlimit: "10",
|
|
7680
|
-
d: `M10.2,8.3c0,1.1-0.9,2.1-2.2,2.1l0,0c-1.3,0-2.1-0.9-2.1-2.1c0-1.1,0.9-2.1,2.2-2.1C9.4,6.3,10.2,7.1,10.2,8.3z M6.1,23.7H10V11.9
|
|
7681
|
-
H6.1V23.7z M19.6,11.7c-2.1,0-3.5,2-3.5,2v-1.7h-3.9v11.8H16v-6.6c0-0.3,0-0.7,0.1-0.9c0.3-0.7,0.9-1.4,2-1.4c1.4,0,2,1.1,2,2.7v6.3
|
|
7680
|
+
d: `M10.2,8.3c0,1.1-0.9,2.1-2.2,2.1l0,0c-1.3,0-2.1-0.9-2.1-2.1c0-1.1,0.9-2.1,2.2-2.1C9.4,6.3,10.2,7.1,10.2,8.3z M6.1,23.7H10V11.9\r
|
|
7681
|
+
H6.1V23.7z M19.6,11.7c-2.1,0-3.5,2-3.5,2v-1.7h-3.9v11.8H16v-6.6c0-0.3,0-0.7,0.1-0.9c0.3-0.7,0.9-1.4,2-1.4c1.4,0,2,1.1,2,2.7v6.3\r
|
|
7682
7682
|
h3.9V17C24.1,13.3,22.2,11.7,19.6,11.7z`
|
|
7683
7683
|
}
|
|
7684
7684
|
)
|
|
@@ -7688,8 +7688,8 @@ const l1 = "_content_r1co8_1", d1 = "_videoContent_r1co8_20", u1 = "_articleSect
|
|
|
7688
7688
|
return e;
|
|
7689
7689
|
const t = e.trim();
|
|
7690
7690
|
return t.startsWith("http://") || t.startsWith("https://") ? t : `https://${t}`;
|
|
7691
|
-
},
|
|
7692
|
-
const { autor: t, autorIcon: n, socialIconsFilled: a = !1 } = e, o = n, i = t?.info?.image?.sizes?.[0]?.url ?? "", r = t?.info?.fullname ?? "", c = t?.info?.email ?? "", u = t?.addtional?.USER_SHOWEMAIL ?? !1, l = t?.addtional?.USER_SHOWBIO ?? !1, d = t?.addtional?.USER_MIBIO ?? "", m = on(t?.addtional?.USER_USERFB ?? ""), h = on(t?.addtional?.USER_USERIG ?? ""), p = on(t?.addtional?.USER_USERTWT ?? ""), g = on(t?.addtional?.USER_USERLIN ?? ""), A = () => !u || !c || c.trim() === "" ? !1 :
|
|
7691
|
+
}, xu = (e) => !e || e.trim() === "" ? !1 : /^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(e.trim()), ku = async (e) => {
|
|
7692
|
+
const { autor: t, autorIcon: n, socialIconsFilled: a = !1 } = e, o = n, i = t?.info?.image?.sizes?.[0]?.url ?? "", r = t?.info?.fullname ?? "", c = t?.info?.email ?? "", u = t?.addtional?.USER_SHOWEMAIL ?? !1, l = t?.addtional?.USER_SHOWBIO ?? !1, d = t?.addtional?.USER_MIBIO ?? "", m = on(t?.addtional?.USER_USERFB ?? ""), h = on(t?.addtional?.USER_USERIG ?? ""), p = on(t?.addtional?.USER_USERTWT ?? ""), g = on(t?.addtional?.USER_USERLIN ?? ""), A = () => !u || !c || c.trim() === "" ? !1 : xu(c), w = (y) => `mailto:${y.trim()}`;
|
|
7693
7693
|
return /* @__PURE__ */ s(
|
|
7694
7694
|
"section",
|
|
7695
7695
|
{
|
|
@@ -7768,12 +7768,12 @@ const l1 = "_content_r1co8_1", d1 = "_videoContent_r1co8_20", u1 = "_articleSect
|
|
|
7768
7768
|
] })
|
|
7769
7769
|
}
|
|
7770
7770
|
);
|
|
7771
|
-
}, Uu = "
|
|
7771
|
+
}, Uu = "_content_hzla8_1", Lu = "_contentInfo_hzla8_25", Ru = "_contentAuthor_hzla8_51", qu = "_imageStyled_hzla8_65", Bu = "_contentIconStyled_hzla8_83", Pu = "_name_hzla8_127", Ou = "_email_hzla8_143", Du = "_description_hzla8_163", Mu = "_contenSocialNetwork_hzla8_185", ju = "_socialIcon_hzla8_205", Gu = "_socialIconFilled_hzla8_223", Qu = "_socialIconStroke_hzla8_247", Hu = "_blackIconFaceBook_hzla8_263", he = {
|
|
7772
7772
|
content: Uu,
|
|
7773
7773
|
contentInfo: Lu,
|
|
7774
7774
|
contentAuthor: Ru,
|
|
7775
|
-
imageStyled:
|
|
7776
|
-
contentIconStyled:
|
|
7775
|
+
imageStyled: qu,
|
|
7776
|
+
contentIconStyled: Bu,
|
|
7777
7777
|
name: Pu,
|
|
7778
7778
|
email: Ou,
|
|
7779
7779
|
description: Du,
|
|
@@ -7845,7 +7845,7 @@ const l1 = "_content_r1co8_1", d1 = "_videoContent_r1co8_20", u1 = "_articleSect
|
|
|
7845
7845
|
] })
|
|
7846
7846
|
] })
|
|
7847
7847
|
] }) });
|
|
7848
|
-
}, Fu = "
|
|
7848
|
+
}, Fu = "_content_1p4ec_1", $u = "_bannerSection_1p4ec_49", Ia = {
|
|
7849
7849
|
content: Fu,
|
|
7850
7850
|
bannerSection: $u
|
|
7851
7851
|
}, Mo = (e) => /* @__PURE__ */ f("section", { className: Ia.content, children: [
|
|
@@ -7853,7 +7853,7 @@ const l1 = "_content_r1co8_1", d1 = "_videoContent_r1co8_20", u1 = "_articleSect
|
|
|
7853
7853
|
/* @__PURE__ */ f("div", { className: Ia.bannerSection, children: [
|
|
7854
7854
|
e.bannerTop,
|
|
7855
7855
|
/* @__PURE__ */ s(
|
|
7856
|
-
|
|
7856
|
+
Bs,
|
|
7857
7857
|
{
|
|
7858
7858
|
content: e.ranking,
|
|
7859
7859
|
title: e.readestTitle,
|
|
@@ -7868,7 +7868,7 @@ const l1 = "_content_r1co8_1", d1 = "_videoContent_r1co8_20", u1 = "_articleSect
|
|
|
7868
7868
|
),
|
|
7869
7869
|
e.banner
|
|
7870
7870
|
] })
|
|
7871
|
-
] }), Vu = "
|
|
7871
|
+
] }), Vu = "_content_a632w_1", Wu = "_header_a632w_59", Yu = "_videos_a632w_111", Ku = "_videoContent_a632w_125", Ju = "_articleSection_a632w_139", Zu = "_contentLayoutVideoSection_a632w_169", Xu = "_sectionVideoList_a632w_185", em = "_iframeStyled_a632w_331", tm = "_contentFrame_a632w_343", Oe = {
|
|
7872
7872
|
content: Vu,
|
|
7873
7873
|
header: Wu,
|
|
7874
7874
|
videos: Yu,
|
|
@@ -7878,13 +7878,13 @@ const l1 = "_content_r1co8_1", d1 = "_videoContent_r1co8_20", u1 = "_articleSect
|
|
|
7878
7878
|
sectionVideoList: Xu,
|
|
7879
7879
|
iframeStyled: em,
|
|
7880
7880
|
contentFrame: tm
|
|
7881
|
-
}, nm = "
|
|
7881
|
+
}, nm = "_content_1s9as_1", sm = "_linkImage_1s9as_23", am = "_playStyled_1s9as_37", om = "_newsDescription_1s9as_73", rn = {
|
|
7882
7882
|
content: nm,
|
|
7883
7883
|
linkImage: sm,
|
|
7884
7884
|
playStyled: am,
|
|
7885
7885
|
newsDescription: om
|
|
7886
7886
|
}, im = async (e) => {
|
|
7887
|
-
const t =
|
|
7887
|
+
const t = qs(), n = {
|
|
7888
7888
|
...e,
|
|
7889
7889
|
main: {
|
|
7890
7890
|
...e.main,
|
|
@@ -7910,7 +7910,7 @@ const l1 = "_content_r1co8_1", d1 = "_videoContent_r1co8_20", u1 = "_articleSect
|
|
|
7910
7910
|
),
|
|
7911
7911
|
/* @__PURE__ */ s("div", { className: rn.newsDescription, children: /* @__PURE__ */ s(Rt, { ...n, paths: e.paths }) })
|
|
7912
7912
|
] }) : null;
|
|
7913
|
-
},
|
|
7913
|
+
}, b5 = (e) => {
|
|
7914
7914
|
let t = [];
|
|
7915
7915
|
return e.videoList && e.videoList.length > 0 && (t = e.videoList?.filter((n) => n.info.path !== e.video.info.path) ?? []), /* @__PURE__ */ s("div", { className: Oe.content, children: /* @__PURE__ */ f(Kt, { className: Oe.contentLayoutVideoSection, children: [
|
|
7916
7916
|
/* @__PURE__ */ f("a", { className: Oe.header, href: e.goBackLink ?? "/videos", children: [
|
|
@@ -8017,7 +8017,7 @@ const l1 = "_content_r1co8_1", d1 = "_videoContent_r1co8_20", u1 = "_articleSect
|
|
|
8017
8017
|
)
|
|
8018
8018
|
] })
|
|
8019
8019
|
] }) });
|
|
8020
|
-
}, rm = "
|
|
8020
|
+
}, rm = "_content_17oas_1", cm = "_titleContent_17oas_47", lm = "_title_17oas_47", dm = "_startLine_17oas_175", um = "_line_17oas_185", mm = "_bottomLine_17oas_197", hm = "_childrenContent_17oas_235", fm = "_readMore_17oas_261", Ve = {
|
|
8021
8021
|
content: rm,
|
|
8022
8022
|
titleContent: cm,
|
|
8023
8023
|
title: lm,
|
|
@@ -8089,7 +8089,7 @@ const l1 = "_content_r1co8_1", d1 = "_videoContent_r1co8_20", u1 = "_articleSect
|
|
|
8089
8089
|
}
|
|
8090
8090
|
)
|
|
8091
8091
|
}
|
|
8092
|
-
), gm = "
|
|
8092
|
+
), gm = "_drawerStyled_19j18_1", pm = "_sidebarCustom_19j18_11", Am = "_accordionStyled_19j18_47", wm = "_accordionHeading_19j18_69", ym = "_accordionSummeryStyled_19j18_87", vm = "_linkStyled_19j18_143", bm = "_subLinkStyled_19j18_191", _m = "_inputContent_19j18_235", Cm = "_buttonContent_19j18_237", Sm = "_inputStyled_19j18_257", Nm = "_buscar_19j18_289", Im = "_buttonStyled_19j18_347", Em = "_accordionDetailsStyled_19j18_377", Tm = "_footerSlider_19j18_407", xm = "_socialMedia_19j18_429", km = "_copyRights_19j18_469", Um = "_icon_19j18_491", me = {
|
|
8093
8093
|
drawerStyled: gm,
|
|
8094
8094
|
sidebarCustom: pm,
|
|
8095
8095
|
accordionStyled: Am,
|
|
@@ -8104,8 +8104,8 @@ const l1 = "_content_r1co8_1", d1 = "_videoContent_r1co8_20", u1 = "_articleSect
|
|
|
8104
8104
|
buttonStyled: Im,
|
|
8105
8105
|
accordionDetailsStyled: Em,
|
|
8106
8106
|
footerSlider: Tm,
|
|
8107
|
-
socialMedia:
|
|
8108
|
-
copyRights:
|
|
8107
|
+
socialMedia: xm,
|
|
8108
|
+
copyRights: km,
|
|
8109
8109
|
icon: Um
|
|
8110
8110
|
}, Lm = ({
|
|
8111
8111
|
sidebar: e,
|
|
@@ -8128,7 +8128,7 @@ const l1 = "_content_r1co8_1", d1 = "_videoContent_r1co8_20", u1 = "_articleSect
|
|
|
8128
8128
|
children: [
|
|
8129
8129
|
/* @__PURE__ */ s("input", { type: "checkbox", id: "side-bar-state" }),
|
|
8130
8130
|
/* @__PURE__ */ f("section", { className: me.sidebarCustom, children: [
|
|
8131
|
-
/* @__PURE__ */ s("div", { className: me.buttonContent, children: /* @__PURE__ */ s("label", { className: me.buttonStyled, htmlFor: "side-bar-state", children: /* @__PURE__ */ s(
|
|
8131
|
+
/* @__PURE__ */ s("div", { className: me.buttonContent, children: /* @__PURE__ */ s("label", { className: me.buttonStyled, htmlFor: "side-bar-state", children: /* @__PURE__ */ s(qt, { className: me.icon }) }) }),
|
|
8132
8132
|
/* @__PURE__ */ s("div", { className: me.inputContent, children: /* @__PURE__ */ f("form", { className: me.inputStyled, action: l + "/buscar", method: "GET", children: [
|
|
8133
8133
|
/* @__PURE__ */ s("input", { className: me.buscar, type: "text", name: "query", placeholder: o + "..." }),
|
|
8134
8134
|
/* @__PURE__ */ s("button", { type: "submit", style: {
|
|
@@ -8240,10 +8240,10 @@ const l1 = "_content_r1co8_1", d1 = "_videoContent_r1co8_20", u1 = "_articleSect
|
|
|
8240
8240
|
]
|
|
8241
8241
|
}
|
|
8242
8242
|
);
|
|
8243
|
-
}, jo = (e) => /* @__PURE__ */ s("svg", { width: "27", height: "18", viewBox: "0 0 27 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e, children: /* @__PURE__ */ s("path", { d: "M1.5 18H25.5C26.325 18 27 17.325 27 16.5C27 15.675 26.325 15 25.5 15H1.5C0.675 15 0 15.675 0 16.5C0 17.325 0.675 18 1.5 18ZM1.5 10.5H25.5C26.325 10.5 27 9.825 27 9C27 8.175 26.325 7.5 25.5 7.5H1.5C0.675 7.5 0 8.175 0 9C0 9.825 0.675 10.5 1.5 10.5ZM0 1.5C0 2.325 0.675 3 1.5 3H25.5C26.325 3 27 2.325 27 1.5C27 0.675 26.325 0 25.5 0H1.5C0.675 0 0 0.675 0 1.5Z", fill: e.color }) }), Rm = "
|
|
8243
|
+
}, jo = (e) => /* @__PURE__ */ s("svg", { width: "27", height: "18", viewBox: "0 0 27 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e, children: /* @__PURE__ */ s("path", { d: "M1.5 18H25.5C26.325 18 27 17.325 27 16.5C27 15.675 26.325 15 25.5 15H1.5C0.675 15 0 15.675 0 16.5C0 17.325 0.675 18 1.5 18ZM1.5 10.5H25.5C26.325 10.5 27 9.825 27 9C27 8.175 26.325 7.5 25.5 7.5H1.5C0.675 7.5 0 8.175 0 9C0 9.825 0.675 10.5 1.5 10.5ZM0 1.5C0 2.325 0.675 3 1.5 3H25.5C26.325 3 27 2.325 27 1.5C27 0.675 26.325 0 25.5 0H1.5C0.675 0 0 0.675 0 1.5Z", fill: e.color }) }), Rm = "_content_3cj5t_1", qm = "_chipStyled_3cj5t_33", Bm = "_headLine_3cj5t_33", Pm = "_live_3cj5t_49", Om = "_closeLiveStyled_3cj5t_173", Dt = {
|
|
8244
8244
|
content: Rm,
|
|
8245
|
-
chipStyled:
|
|
8246
|
-
headLine:
|
|
8245
|
+
chipStyled: qm,
|
|
8246
|
+
headLine: Bm,
|
|
8247
8247
|
live: Pm,
|
|
8248
8248
|
closeLiveStyled: Om
|
|
8249
8249
|
}, Go = (e) => {
|
|
@@ -8257,7 +8257,7 @@ const l1 = "_content_r1co8_1", d1 = "_videoContent_r1co8_20", u1 = "_articleSect
|
|
|
8257
8257
|
children: t?.data[0]?.main?.title.home ?? ""
|
|
8258
8258
|
}
|
|
8259
8259
|
);
|
|
8260
|
-
return /* @__PURE__ */ f(
|
|
8260
|
+
return /* @__PURE__ */ f(J, { children: [
|
|
8261
8261
|
/* @__PURE__ */ s(
|
|
8262
8262
|
"input",
|
|
8263
8263
|
{
|
|
@@ -8281,14 +8281,14 @@ const l1 = "_content_r1co8_1", d1 = "_videoContent_r1co8_20", u1 = "_articleSect
|
|
|
8281
8281
|
/* @__PURE__ */ f("div", { className: Dt.live, children: [
|
|
8282
8282
|
/* @__PURE__ */ s("div", { className: Dt.chipStyled, children: t?.entity?.description }),
|
|
8283
8283
|
e.forceShow && /* @__PURE__ */ s(a, {}),
|
|
8284
|
-
/* @__PURE__ */ s("label", { htmlFor: n, children: /* @__PURE__ */ s(
|
|
8284
|
+
/* @__PURE__ */ s("label", { htmlFor: n, children: /* @__PURE__ */ s(qt, { className: Dt.closeLiveStyled }) })
|
|
8285
8285
|
] }),
|
|
8286
8286
|
/* @__PURE__ */ s(a, {})
|
|
8287
8287
|
]
|
|
8288
8288
|
}
|
|
8289
8289
|
)
|
|
8290
8290
|
] });
|
|
8291
|
-
}, Dm = "
|
|
8291
|
+
}, Dm = "_content_5xbcx_1", Mm = "_linkStyled_5xbcx_27", jm = "_linkSocialNetwork_5xbcx_55", Gm = "_title_5xbcx_107", Qm = "_tabs_5xbcx_129", Hm = "_socialNetwork_5xbcx_145", zm = "_icon_5xbcx_165", Fm = "_facebook_5xbcx_177", $m = "_youtube_5xbcx_185", Vm = "_x_5xbcx_193", Wm = "_instagram_5xbcx_201", Ym = "_gnews_5xbcx_209", Km = "_tiktok_5xbcx_217", Jm = "_whatsapp_5xbcx_225", We = {
|
|
8292
8292
|
content: Dm,
|
|
8293
8293
|
linkStyled: Mm,
|
|
8294
8294
|
linkSocialNetwork: jm,
|
|
@@ -8356,7 +8356,7 @@ const l1 = "_content_r1co8_1", d1 = "_videoContent_r1co8_20", u1 = "_articleSect
|
|
|
8356
8356
|
r
|
|
8357
8357
|
)) })
|
|
8358
8358
|
] });
|
|
8359
|
-
}, Zm = "
|
|
8359
|
+
}, Zm = "_headerStyled_16ogi_1", Xm = "_headerContent_16ogi_27", eh = "_iconContent_16ogi_49", th = "_menuButton_16ogi_67", nh = "_logoStyled_16ogi_131", sh = "_buttonSection_16ogi_187", ah = "_buttonSectionSearch_16ogi_217", oh = "_headLineContent_16ogi_261", ih = "_headLineTitle_16ogi_287", rh = "_headLine_16ogi_261", ch = "_hasAlertZone_16ogi_393", ke = {
|
|
8360
8360
|
headerStyled: Zm,
|
|
8361
8361
|
headerContent: Xm,
|
|
8362
8362
|
iconContent: eh,
|
|
@@ -8370,7 +8370,7 @@ const l1 = "_content_r1co8_1", d1 = "_videoContent_r1co8_20", u1 = "_articleSect
|
|
|
8370
8370
|
hasAlertZone: ch
|
|
8371
8371
|
}, lh = (e) => {
|
|
8372
8372
|
const { alertZone: t, custom_styles: n = {} } = e, { SUB_PUBLICATION_PREFIX_IN_ROUTES: a } = $();
|
|
8373
|
-
return /* @__PURE__ */ f("header", { className:
|
|
8373
|
+
return /* @__PURE__ */ f("header", { className: ke.headerStyled, style: n, children: [
|
|
8374
8374
|
e.socialIcons && e.headerTape?.sticky && /* @__PURE__ */ s(
|
|
8375
8375
|
Qo,
|
|
8376
8376
|
{
|
|
@@ -8380,12 +8380,12 @@ const l1 = "_content_r1co8_1", d1 = "_videoContent_r1co8_20", u1 = "_articleSect
|
|
|
8380
8380
|
socials: e.socials
|
|
8381
8381
|
}
|
|
8382
8382
|
),
|
|
8383
|
-
/* @__PURE__ */ f("div", { className: `${
|
|
8383
|
+
/* @__PURE__ */ f("div", { className: `${ke.headerContent} center-mobile-header-icon`, children: [
|
|
8384
8384
|
/* @__PURE__ */ s(
|
|
8385
8385
|
Ps,
|
|
8386
8386
|
{
|
|
8387
8387
|
id: "button-app",
|
|
8388
|
-
className:
|
|
8388
|
+
className: ke.menuButton,
|
|
8389
8389
|
toggledrawerevent: "true",
|
|
8390
8390
|
"aria-label": "menu",
|
|
8391
8391
|
"aria-labelledby": "menu",
|
|
@@ -8393,7 +8393,7 @@ const l1 = "_content_r1co8_1", d1 = "_videoContent_r1co8_20", u1 = "_articleSect
|
|
|
8393
8393
|
children: /* @__PURE__ */ s(
|
|
8394
8394
|
jo,
|
|
8395
8395
|
{
|
|
8396
|
-
className:
|
|
8396
|
+
className: ke.startIcon,
|
|
8397
8397
|
color: "var(--header-menu-icon-color, var(--header-icons))",
|
|
8398
8398
|
width: 27,
|
|
8399
8399
|
height: 27
|
|
@@ -8401,7 +8401,7 @@ const l1 = "_content_r1co8_1", d1 = "_videoContent_r1co8_20", u1 = "_articleSect
|
|
|
8401
8401
|
)
|
|
8402
8402
|
}
|
|
8403
8403
|
),
|
|
8404
|
-
/* @__PURE__ */ f("div", { className:
|
|
8404
|
+
/* @__PURE__ */ f("div", { className: ke.iconContent, children: [
|
|
8405
8405
|
/* @__PURE__ */ s(
|
|
8406
8406
|
R,
|
|
8407
8407
|
{
|
|
@@ -8411,7 +8411,7 @@ const l1 = "_content_r1co8_1", d1 = "_videoContent_r1co8_20", u1 = "_articleSect
|
|
|
8411
8411
|
style: { display: "flex" },
|
|
8412
8412
|
children: Te.createElement(
|
|
8413
8413
|
"span",
|
|
8414
|
-
{ className:
|
|
8414
|
+
{ className: ke.logoStyled },
|
|
8415
8415
|
e.icon
|
|
8416
8416
|
)
|
|
8417
8417
|
}
|
|
@@ -8425,18 +8425,18 @@ const l1 = "_content_r1co8_1", d1 = "_videoContent_r1co8_20", u1 = "_articleSect
|
|
|
8425
8425
|
style: { display: "flex" },
|
|
8426
8426
|
children: Te.createElement(
|
|
8427
8427
|
"span",
|
|
8428
|
-
{ className:
|
|
8428
|
+
{ className: ke.logoStyled },
|
|
8429
8429
|
e.mobileIcon()
|
|
8430
8430
|
)
|
|
8431
8431
|
}
|
|
8432
8432
|
) : null
|
|
8433
8433
|
] }),
|
|
8434
|
-
!e.showAlertPop && t?.data && /* @__PURE__ */ f("div", { className:
|
|
8435
|
-
/* @__PURE__ */ s("div", { className: `${
|
|
8434
|
+
!e.showAlertPop && t?.data && /* @__PURE__ */ f("div", { className: ke.headLineContent, children: [
|
|
8435
|
+
/* @__PURE__ */ s("div", { className: `${ke.headLineTitle} headLineTitle`, children: t.entity.description ? `${t.entity.description}` : "" }),
|
|
8436
8436
|
/* @__PURE__ */ s(
|
|
8437
8437
|
R,
|
|
8438
8438
|
{
|
|
8439
|
-
className:
|
|
8439
|
+
className: ke.headLine,
|
|
8440
8440
|
href: t.data[0]?.info.link.url,
|
|
8441
8441
|
target: t.data[0]?.info.link.target,
|
|
8442
8442
|
title: t.data[0]?.main.title.home,
|
|
@@ -8449,8 +8449,8 @@ const l1 = "_content_r1co8_1", d1 = "_videoContent_r1co8_20", u1 = "_articleSect
|
|
|
8449
8449
|
{
|
|
8450
8450
|
style: e.showAlertPop ? { marginLeft: "auto" } : {},
|
|
8451
8451
|
className: [
|
|
8452
|
-
|
|
8453
|
-
t?.data ?
|
|
8452
|
+
ke.buttonSection,
|
|
8453
|
+
t?.data ? ke.hasAlertZone : "",
|
|
8454
8454
|
"search-button"
|
|
8455
8455
|
].join(" "),
|
|
8456
8456
|
children: [
|
|
@@ -8460,7 +8460,7 @@ const l1 = "_content_r1co8_1", d1 = "_videoContent_r1co8_20", u1 = "_articleSect
|
|
|
8460
8460
|
block_subPublication: a?.buscar,
|
|
8461
8461
|
href: e.searchLink ? e.searchLink : "/buscar",
|
|
8462
8462
|
"aria-label": e.searchKeyWord,
|
|
8463
|
-
className: `${
|
|
8463
|
+
className: `${ke.buttonSectionSearch} search-button-icon`,
|
|
8464
8464
|
style: { display: "flex" },
|
|
8465
8465
|
children: /* @__PURE__ */ s(Ds, { width: 28, height: 28, color: "currentColor" })
|
|
8466
8466
|
}
|
|
@@ -8478,7 +8478,7 @@ const l1 = "_content_r1co8_1", d1 = "_videoContent_r1co8_20", u1 = "_articleSect
|
|
|
8478
8478
|
}
|
|
8479
8479
|
)
|
|
8480
8480
|
] });
|
|
8481
|
-
}, dh = "
|
|
8481
|
+
}, dh = "_ul_dtv5r_1", uh = "_li_dtv5r_19", mh = "_liBefore_dtv5r_35", hh = "_ulContent_dtv5r_57", fh = "_contentModal_dtv5r_111", gh = "_linkStyled_dtv5r_135", ph = "_itemLink_dtv5r_185", Ye = {
|
|
8482
8482
|
ul: dh,
|
|
8483
8483
|
li: uh,
|
|
8484
8484
|
liBefore: mh,
|
|
@@ -8518,7 +8518,7 @@ const l1 = "_content_r1co8_1", d1 = "_videoContent_r1co8_20", u1 = "_articleSect
|
|
|
8518
8518
|
}
|
|
8519
8519
|
) }, i)) }) })
|
|
8520
8520
|
] }, a)) });
|
|
8521
|
-
}, wh = "
|
|
8521
|
+
}, wh = "_headerStyled_1yeov_1", yh = "_headerContent_1yeov_45", vh = "_menuButtonSection_1yeov_65", bh = "_menuButton_1yeov_65", _h = "_buttonSection_1yeov_167", Ch = "_buttonSectionSearch_1yeov_201", Sh = "_hasAlertZone_1yeov_223", Nh = "_buttonText_1yeov_261", Ih = "_logoContent_1yeov_281", Eh = "_logoStyled_1yeov_297", Th = "_headLineContent_1yeov_345", xh = "_headLineTitle_1yeov_375", kh = "_menuSection_1yeov_407", Uh = "_headLine_1yeov_345", Lh = "_line_1yeov_511", Ce = {
|
|
8522
8522
|
headerStyled: wh,
|
|
8523
8523
|
headerContent: yh,
|
|
8524
8524
|
menuButtonSection: vh,
|
|
@@ -8530,8 +8530,8 @@ const l1 = "_content_r1co8_1", d1 = "_videoContent_r1co8_20", u1 = "_articleSect
|
|
|
8530
8530
|
logoContent: Ih,
|
|
8531
8531
|
logoStyled: Eh,
|
|
8532
8532
|
headLineContent: Th,
|
|
8533
|
-
headLineTitle:
|
|
8534
|
-
menuSection:
|
|
8533
|
+
headLineTitle: xh,
|
|
8534
|
+
menuSection: kh,
|
|
8535
8535
|
headLine: Uh,
|
|
8536
8536
|
line: Lh
|
|
8537
8537
|
}, Rh = (e) => {
|
|
@@ -8620,13 +8620,13 @@ const l1 = "_content_r1co8_1", d1 = "_videoContent_r1co8_20", u1 = "_articleSect
|
|
|
8620
8620
|
]
|
|
8621
8621
|
}
|
|
8622
8622
|
);
|
|
8623
|
-
},
|
|
8624
|
-
childrenContent:
|
|
8625
|
-
childrenContentAux:
|
|
8623
|
+
}, qh = "_childrenContent_13giv_1", Bh = "_childrenContentAux_13giv_23", Ph = "_op2_13giv_49", Kn = {
|
|
8624
|
+
childrenContent: qh,
|
|
8625
|
+
childrenContentAux: Bh,
|
|
8626
8626
|
op2: Ph
|
|
8627
|
-
},
|
|
8627
|
+
}, _5 = (e) => {
|
|
8628
8628
|
const { alertZone: t, children: n, sidebar: a, custom_styles: o = {} } = e;
|
|
8629
|
-
return /* @__PURE__ */ f(
|
|
8629
|
+
return /* @__PURE__ */ f(J, { children: [
|
|
8630
8630
|
/* @__PURE__ */ s(lh, { ...e }),
|
|
8631
8631
|
!e.showOnlyStickyHeader && /* @__PURE__ */ s(Rh, { ...e }),
|
|
8632
8632
|
/* @__PURE__ */ f(
|
|
@@ -8667,7 +8667,7 @@ const l1 = "_content_r1co8_1", d1 = "_videoContent_r1co8_20", u1 = "_articleSect
|
|
|
8667
8667
|
}
|
|
8668
8668
|
)
|
|
8669
8669
|
] });
|
|
8670
|
-
}, Oh = "
|
|
8670
|
+
}, Oh = "_content_1ntb2_1", Dh = "_tags_1ntb2_19", Mh = "_chipStyled_1ntb2_39", jh = "_tagLink_1ntb2_93", Gh = "_tagStyled_1ntb2_105", Ct = {
|
|
8671
8671
|
content: Oh,
|
|
8672
8672
|
tags: Dh,
|
|
8673
8673
|
chipStyled: Mh,
|
|
@@ -8687,7 +8687,7 @@ const l1 = "_content_r1co8_1", d1 = "_videoContent_r1co8_20", u1 = "_articleSect
|
|
|
8687
8687
|
a
|
|
8688
8688
|
) : /* @__PURE__ */ s("div", { className: Ct.chipStyled, children: n.name }, a))
|
|
8689
8689
|
] }) });
|
|
8690
|
-
}, Hh = "
|
|
8690
|
+
}, Hh = "_contentBox_75ed7_1", zh = "_content_75ed7_1", Fh = "_imageStyled_75ed7_43", $h = "_contentIconStyled_75ed7_57", Vh = "_avatarContent_75ed7_97", Wh = "_journalistSection_75ed7_111", Yh = "_journalistInfo_75ed7_123", Kh = "_socialNetworkSection_75ed7_161", Jh = "_article_75ed7_187", Ge = {
|
|
8691
8691
|
contentBox: Hh,
|
|
8692
8692
|
content: zh,
|
|
8693
8693
|
imageStyled: Fh,
|
|
@@ -8896,7 +8896,7 @@ const l1 = "_content_r1co8_1", d1 = "_videoContent_r1co8_20", u1 = "_articleSect
|
|
|
8896
8896
|
}
|
|
8897
8897
|
)
|
|
8898
8898
|
] }) });
|
|
8899
|
-
}, Xh = "
|
|
8899
|
+
}, Xh = "_content_1po76_1", e2 = "_imageStyled_1po76_39", t2 = "_contentIconStyled_1po76_41", n2 = "_contentCard_1po76_61", s2 = "_contentInfo_1po76_139", a2 = "_fullName_1po76_151", o2 = "_LearnMoreLink_1po76_165", it = {
|
|
8900
8900
|
content: Xh,
|
|
8901
8901
|
imageStyled: e2,
|
|
8902
8902
|
contentIconStyled: t2,
|
|
@@ -8943,7 +8943,7 @@ const l1 = "_content_r1co8_1", d1 = "_videoContent_r1co8_20", u1 = "_articleSect
|
|
|
8943
8943
|
},
|
|
8944
8944
|
`author-${a.firstname}`
|
|
8945
8945
|
)) });
|
|
8946
|
-
}, r2 = "
|
|
8946
|
+
}, r2 = "_content_1xbot_1", c2 = "_urlTag_1xbot_23", l2 = "_contentInfo_1xbot_75", d2 = "_imageStyled_1xbot_109", u2 = "_name_1xbot_119", m2 = "_description_1xbot_129", h2 = "_imageContainer_1xbot_155", f2 = "_contenSocialNetwork_1xbot_297", g2 = "_socialIcon_1xbot_317", p2 = "_faceBookIcon_1xbot_327", A2 = "_socialFacebookIcon_1xbot_337", w2 = "_socialIconLink_1xbot_345", y2 = "_socialIconStroke_1xbot_353", v2 = "_contentInfoWithoutImg_1xbot_361", pe = {
|
|
8947
8947
|
content: r2,
|
|
8948
8948
|
urlTag: c2,
|
|
8949
8949
|
contentInfo: l2,
|
|
@@ -8963,7 +8963,7 @@ const l1 = "_content_r1co8_1", d1 = "_videoContent_r1co8_20", u1 = "_articleSect
|
|
|
8963
8963
|
return e;
|
|
8964
8964
|
const t = e.trim();
|
|
8965
8965
|
return t.startsWith("http://") || t.startsWith("https://") ? t : `https://${t}`;
|
|
8966
|
-
},
|
|
8966
|
+
}, C5 = async (e) => {
|
|
8967
8967
|
const t = e.img ? await we(e.img) : "", n = cn(e.social?.facebook ?? ""), a = cn(e.social?.instagram ?? ""), o = cn(e.social?.twitter ?? ""), i = cn(e.social?.linkedin ?? "");
|
|
8968
8968
|
return /* @__PURE__ */ s("section", { className: `${pe.content} ${e.className}`, children: /* @__PURE__ */ f(
|
|
8969
8969
|
"div",
|
|
@@ -9035,7 +9035,7 @@ const l1 = "_content_r1co8_1", d1 = "_videoContent_r1co8_20", u1 = "_articleSect
|
|
|
9035
9035
|
]
|
|
9036
9036
|
}
|
|
9037
9037
|
) });
|
|
9038
|
-
}, b2 = "
|
|
9038
|
+
}, b2 = "_content_qiw8s_1", _2 = "_contentNews_qiw8s_19", C2 = "_linkTitle_qiw8s_53", S2 = "_tag_qiw8s_69", N2 = "_tagmx_qiw8s_109", I2 = "_titular_qiw8s_139", E2 = "_correspondent_qiw8s_169", T2 = "_correspondentLink_qiw8s_191", x2 = "_description_qiw8s_213", Ue = {
|
|
9039
9039
|
content: b2,
|
|
9040
9040
|
contentNews: _2,
|
|
9041
9041
|
linkTitle: C2,
|
|
@@ -9044,7 +9044,7 @@ const l1 = "_content_r1co8_1", d1 = "_videoContent_r1co8_20", u1 = "_articleSect
|
|
|
9044
9044
|
titular: I2,
|
|
9045
9045
|
correspondent: E2,
|
|
9046
9046
|
correspondentLink: T2,
|
|
9047
|
-
description:
|
|
9047
|
+
description: x2
|
|
9048
9048
|
}, Tt = (e) => {
|
|
9049
9049
|
const { SHOW_TAG_BY_SECTION: t, SUB_PUBLICATION_PREFIX_IN_ROUTES: n } = $(), a = () => {
|
|
9050
9050
|
if (e?.config?.showtime && e.config?.showauthor)
|
|
@@ -9104,7 +9104,7 @@ const l1 = "_content_r1co8_1", d1 = "_videoContent_r1co8_20", u1 = "_articleSect
|
|
|
9104
9104
|
"--lineHeightImageNewsTitleMobile": e.isVertical ? "26px" : "36px"
|
|
9105
9105
|
},
|
|
9106
9106
|
children: /* @__PURE__ */ s(
|
|
9107
|
-
|
|
9107
|
+
qe,
|
|
9108
9108
|
{
|
|
9109
9109
|
preview: e.preview,
|
|
9110
9110
|
isLarge: !0,
|
|
@@ -9161,7 +9161,7 @@ const l1 = "_content_r1co8_1", d1 = "_videoContent_r1co8_20", u1 = "_articleSect
|
|
|
9161
9161
|
}
|
|
9162
9162
|
}
|
|
9163
9163
|
),
|
|
9164
|
-
e?.config?.showtime && e.config?.showauthor && /* @__PURE__ */ s(
|
|
9164
|
+
e?.config?.showtime && e.config?.showauthor && /* @__PURE__ */ s(J, { children: e.authors[0]?.internaluser ? /* @__PURE__ */ s(
|
|
9165
9165
|
R,
|
|
9166
9166
|
{
|
|
9167
9167
|
block_subPublication: n?.autor,
|
|
@@ -9238,8 +9238,8 @@ const l1 = "_content_r1co8_1", d1 = "_videoContent_r1co8_20", u1 = "_articleSect
|
|
|
9238
9238
|
}
|
|
9239
9239
|
)
|
|
9240
9240
|
] });
|
|
9241
|
-
},
|
|
9242
|
-
content:
|
|
9241
|
+
}, k2 = "_content_wuf93_1", U2 = "_firstSection_wuf93_19", L2 = "_secondSection_wuf93_31", Jn = {
|
|
9242
|
+
content: k2,
|
|
9243
9243
|
firstSection: U2,
|
|
9244
9244
|
secondSection: L2
|
|
9245
9245
|
}, R2 = ({
|
|
@@ -9272,9 +9272,9 @@ const l1 = "_content_r1co8_1", d1 = "_videoContent_r1co8_20", u1 = "_articleSect
|
|
|
9272
9272
|
}
|
|
9273
9273
|
)) })
|
|
9274
9274
|
] });
|
|
9275
|
-
},
|
|
9276
|
-
content:
|
|
9277
|
-
firstSection:
|
|
9275
|
+
}, q2 = "_content_14pjb_1", B2 = "_firstSection_14pjb_15", Ta = {
|
|
9276
|
+
content: q2,
|
|
9277
|
+
firstSection: B2
|
|
9278
9278
|
}, P2 = ({
|
|
9279
9279
|
content: e,
|
|
9280
9280
|
customLargeSection: t,
|
|
@@ -9309,7 +9309,7 @@ const l1 = "_content_r1co8_1", d1 = "_videoContent_r1co8_20", u1 = "_articleSect
|
|
|
9309
9309
|
heightImageOverwriteMobile: "270px",
|
|
9310
9310
|
paths: a
|
|
9311
9311
|
}
|
|
9312
|
-
) }, i)) }), O2 = "
|
|
9312
|
+
) }, i)) }), O2 = "_content_1ko3z_1", D2 = "_sectionDescription_1ko3z_25", M2 = "_title_1ko3z_65", j2 = "_subtitle_1ko3z_105", G2 = "_linkStyled_1ko3z_145", ut = {
|
|
9313
9313
|
content: O2,
|
|
9314
9314
|
sectionDescription: D2,
|
|
9315
9315
|
title: M2,
|
|
@@ -9354,7 +9354,7 @@ const l1 = "_content_r1co8_1", d1 = "_videoContent_r1co8_20", u1 = "_articleSect
|
|
|
9354
9354
|
e?.mainNew?.main?.subtitle?.rendered && /* @__PURE__ */ s("p", { className: ut.subtitle, children: e?.mainNew?.main?.subtitle?.striped }),
|
|
9355
9355
|
e.goTo && /* @__PURE__ */ s(R, { href: e.goTo.url, className: ut.linkStyled, children: e.goTo.description })
|
|
9356
9356
|
] });
|
|
9357
|
-
}, Q2 = "
|
|
9357
|
+
}, Q2 = "_headerSection_itzkx_1", H2 = "_headerSectionLink_itzkx_23", z2 = "_newsContent_itzkx_33", Zn = {
|
|
9358
9358
|
headerSection: Q2,
|
|
9359
9359
|
headerSectionLink: H2,
|
|
9360
9360
|
newsContent: z2
|
|
@@ -9380,7 +9380,7 @@ const l1 = "_content_r1co8_1", d1 = "_videoContent_r1co8_20", u1 = "_articleSect
|
|
|
9380
9380
|
className: Zn.headerSectionLink,
|
|
9381
9381
|
href: i?.info?.link?.url,
|
|
9382
9382
|
target: i?.info?.link?.target,
|
|
9383
|
-
children: /* @__PURE__ */ s(
|
|
9383
|
+
children: /* @__PURE__ */ s(qe, { preview: i.preview })
|
|
9384
9384
|
}
|
|
9385
9385
|
)
|
|
9386
9386
|
] }),
|
|
@@ -9408,7 +9408,7 @@ const l1 = "_content_r1co8_1", d1 = "_videoContent_r1co8_20", u1 = "_articleSect
|
|
|
9408
9408
|
})
|
|
9409
9409
|
] })
|
|
9410
9410
|
] });
|
|
9411
|
-
}, $2 = "
|
|
9411
|
+
}, $2 = "_content_1ubl0_1", V2 = "_autorContent_1ubl0_15", W2 = "_image_1ubl0_47", Y2 = "_contentIcon_1ubl0_49", K2 = "_boxInformationContent_1ubl0_93", J2 = "_autorName_1ubl0_105", Z2 = "_time_1ubl0_169", X2 = "_comment_1ubl0_195", ef = "_title_1ubl0_213", Ke = {
|
|
9412
9412
|
content: $2,
|
|
9413
9413
|
autorContent: V2,
|
|
9414
9414
|
image: W2,
|
|
@@ -9455,7 +9455,7 @@ const l1 = "_content_r1co8_1", d1 = "_videoContent_r1co8_20", u1 = "_articleSect
|
|
|
9455
9455
|
/* @__PURE__ */ s("p", { className: Ke.comment, children: ze(t?.main?.subtitle?.striped || "") })
|
|
9456
9456
|
] })
|
|
9457
9457
|
] });
|
|
9458
|
-
}, tf = "
|
|
9458
|
+
}, tf = "_content_1i9xs_1", nf = "_boxPosition_1i9xs_15", sf = "_contentFlex_1i9xs_41", af = "_bannerContent_1i9xs_57", of = "_bannerContentAux_1i9xs_79", St = {
|
|
9459
9459
|
content: tf,
|
|
9460
9460
|
boxPosition: nf,
|
|
9461
9461
|
contentFlex: sf,
|
|
@@ -9468,7 +9468,7 @@ function rf(e) {
|
|
|
9468
9468
|
a % 2 === 0 ? t[Math.floor(a / 2)] = e[a] : t[n + Math.floor(a / 2)] = e[a];
|
|
9469
9469
|
return t;
|
|
9470
9470
|
}
|
|
9471
|
-
const
|
|
9471
|
+
const S5 = (e) => {
|
|
9472
9472
|
const { isOpinion: t = !1 } = e, n = (i) => /* @__PURE__ */ s(
|
|
9473
9473
|
"div",
|
|
9474
9474
|
{
|
|
@@ -9522,13 +9522,13 @@ const S6 = (e) => {
|
|
|
9522
9522
|
] })
|
|
9523
9523
|
}
|
|
9524
9524
|
) });
|
|
9525
|
-
}, cf = "
|
|
9525
|
+
}, cf = "_content_g09lr_1", lf = "_title_g09lr_19", xa = {
|
|
9526
9526
|
content: cf,
|
|
9527
9527
|
title: lf
|
|
9528
|
-
},
|
|
9528
|
+
}, N5 = (e) => {
|
|
9529
9529
|
const { showTitle: t = !0 } = e;
|
|
9530
|
-
return /* @__PURE__ */ f("div", { className:
|
|
9531
|
-
t && /* @__PURE__ */ s("p", { className:
|
|
9530
|
+
return /* @__PURE__ */ f("div", { className: xa.content, children: [
|
|
9531
|
+
t && /* @__PURE__ */ s("p", { className: xa.title, children: "Editorial" }),
|
|
9532
9532
|
/* @__PURE__ */ s(
|
|
9533
9533
|
Rt,
|
|
9534
9534
|
{
|
|
@@ -9544,13 +9544,13 @@ const S6 = (e) => {
|
|
|
9544
9544
|
}
|
|
9545
9545
|
)
|
|
9546
9546
|
] });
|
|
9547
|
-
}, df = "
|
|
9547
|
+
}, df = "_content_1hn45_1", uf = "_newsContent_1hn45_15", mf = "_boxPosition_1hn45_33", hf = "_bannerContent_1hn45_45", ff = "_bannerContentAux_1hn45_65", Nt = {
|
|
9548
9548
|
content: df,
|
|
9549
9549
|
newsContent: uf,
|
|
9550
9550
|
boxPosition: mf,
|
|
9551
9551
|
bannerContent: hf,
|
|
9552
9552
|
bannerContentAux: ff
|
|
9553
|
-
},
|
|
9553
|
+
}, I5 = (e) => {
|
|
9554
9554
|
const { news: t } = e;
|
|
9555
9555
|
return Array.isArray(t) && /* @__PURE__ */ f("div", { className: Nt.content, children: [
|
|
9556
9556
|
/* @__PURE__ */ f("div", { className: Nt.newsContent, children: [
|
|
@@ -9585,7 +9585,7 @@ const S6 = (e) => {
|
|
|
9585
9585
|
] }),
|
|
9586
9586
|
/* @__PURE__ */ s("div", { className: Nt.bannerContent, children: e.halfPageBanner })
|
|
9587
9587
|
] });
|
|
9588
|
-
},
|
|
9588
|
+
}, E5 = (e) => /* @__PURE__ */ f(J, { children: [
|
|
9589
9589
|
/* @__PURE__ */ s(
|
|
9590
9590
|
Wl,
|
|
9591
9591
|
{
|
|
@@ -9596,7 +9596,7 @@ const S6 = (e) => {
|
|
|
9596
9596
|
}
|
|
9597
9597
|
),
|
|
9598
9598
|
/* @__PURE__ */ s(rd, { ...e })
|
|
9599
|
-
] }), gf = "
|
|
9599
|
+
] }), gf = "_newsContent_smaec_1", pf = "_newsContentWithLines_smaec_15", Af = "_newsContentWithoutLines_smaec_25", wf = "_contentSeparator_smaec_35", ln = {
|
|
9600
9600
|
newsContent: gf,
|
|
9601
9601
|
newsContentWithLines: pf,
|
|
9602
9602
|
newsContentWithoutLines: Af,
|
|
@@ -9666,7 +9666,7 @@ const S6 = (e) => {
|
|
|
9666
9666
|
showVideoTime: e.showVideoTime,
|
|
9667
9667
|
showVideosubtitle: e.showVideosubtitle
|
|
9668
9668
|
}
|
|
9669
|
-
) }), vf = "
|
|
9669
|
+
) }), vf = "_newsContent_1ofh5_1", bf = "_contentSeparator_1ofh5_15", ka = {
|
|
9670
9670
|
newsContent: vf,
|
|
9671
9671
|
contentSeparator: bf
|
|
9672
9672
|
}, _f = (e) => {
|
|
@@ -9675,7 +9675,7 @@ const S6 = (e) => {
|
|
|
9675
9675
|
return /* @__PURE__ */ s(ye, { title: n, titleUrl: e.titleUrl, children: /* @__PURE__ */ s(
|
|
9676
9676
|
"div",
|
|
9677
9677
|
{
|
|
9678
|
-
className: `${
|
|
9678
|
+
className: `${ka.newsContent} ${e.hasLines ? ka.contentSeparator : ""}`,
|
|
9679
9679
|
children: t?.map((a, o) => {
|
|
9680
9680
|
const i = e.slot_id && e.slot_id !== "Nota_1", r = {
|
|
9681
9681
|
...a,
|
|
@@ -9698,7 +9698,7 @@ const S6 = (e) => {
|
|
|
9698
9698
|
})
|
|
9699
9699
|
}
|
|
9700
9700
|
) });
|
|
9701
|
-
}, Cf = "
|
|
9701
|
+
}, Cf = "_newsContent_1x5ie_1", Sf = "_contentSeparator_1x5ie_15", Nf = "_newsContentWhitoutLine_1x5ie_57", Xn = {
|
|
9702
9702
|
newsContent: Cf,
|
|
9703
9703
|
contentSeparator: Sf,
|
|
9704
9704
|
newsContentWhitoutLine: Nf
|
|
@@ -9731,11 +9731,11 @@ const S6 = (e) => {
|
|
|
9731
9731
|
})
|
|
9732
9732
|
}
|
|
9733
9733
|
) });
|
|
9734
|
-
}, Ef = "
|
|
9734
|
+
}, Ef = "_headerSection_1qe16_5", Tf = "_headerSectionLink_1qe16_31", xf = "_newsContent_1qe16_57", es = {
|
|
9735
9735
|
headerSection: Ef,
|
|
9736
9736
|
headerSectionLink: Tf,
|
|
9737
|
-
newsContent:
|
|
9738
|
-
},
|
|
9737
|
+
newsContent: xf
|
|
9738
|
+
}, kf = (e) => {
|
|
9739
9739
|
const { content: t, title: n, isVideo: a = !0 } = e;
|
|
9740
9740
|
if (!t || t.length === 0) return;
|
|
9741
9741
|
const o = t[0], i = e.slot_id && e.slot_id !== "Nota_1", r = t.slice(1);
|
|
@@ -9757,7 +9757,7 @@ const S6 = (e) => {
|
|
|
9757
9757
|
target: o?.info?.link.target,
|
|
9758
9758
|
"aria-label": "Video",
|
|
9759
9759
|
children: /* @__PURE__ */ s(
|
|
9760
|
-
|
|
9760
|
+
qe,
|
|
9761
9761
|
{
|
|
9762
9762
|
preview: {
|
|
9763
9763
|
sizes: o?.main?.image.sizes,
|
|
@@ -9795,12 +9795,12 @@ const S6 = (e) => {
|
|
|
9795
9795
|
})
|
|
9796
9796
|
] })
|
|
9797
9797
|
] });
|
|
9798
|
-
}, Uf = "
|
|
9798
|
+
}, Uf = "_content_gxvaq_1", Lf = "_linkImage_gxvaq_59", Rf = "_sectionDescription_gxvaq_83", qf = "_dateText_gxvaq_123", Bf = "_textContent_gxvaq_145", Mt = {
|
|
9799
9799
|
content: Uf,
|
|
9800
9800
|
linkImage: Lf,
|
|
9801
9801
|
sectionDescription: Rf,
|
|
9802
|
-
dateText:
|
|
9803
|
-
textContent:
|
|
9802
|
+
dateText: qf,
|
|
9803
|
+
textContent: Bf
|
|
9804
9804
|
}, Pf = async (e) => {
|
|
9805
9805
|
const { showNewsLikeTitle: t = !1 } = e;
|
|
9806
9806
|
return e && e.info ? /* @__PURE__ */ f(
|
|
@@ -9818,7 +9818,7 @@ const S6 = (e) => {
|
|
|
9818
9818
|
target: e?.info?.link?.target,
|
|
9819
9819
|
title: e.main?.title?.section,
|
|
9820
9820
|
href: t ? e.info.link.url : e?.info?.section?.url,
|
|
9821
|
-
children: /* @__PURE__ */ s(
|
|
9821
|
+
children: /* @__PURE__ */ s(qe, { preview: e.preview })
|
|
9822
9822
|
}
|
|
9823
9823
|
),
|
|
9824
9824
|
/* @__PURE__ */ f("div", { className: Mt.textContent, children: [
|
|
@@ -9836,10 +9836,10 @@ const S6 = (e) => {
|
|
|
9836
9836
|
]
|
|
9837
9837
|
}
|
|
9838
9838
|
) : null;
|
|
9839
|
-
}, Of = "
|
|
9839
|
+
}, Of = "_content_1y9s7_1", Df = "_contentSeparator_1y9s7_13", Ua = {
|
|
9840
9840
|
content: Of,
|
|
9841
9841
|
contentSeparator: Df
|
|
9842
|
-
}, Mf = "
|
|
9842
|
+
}, Mf = "_newsContent_f0o15_1", jf = "_contentSeparator_f0o15_15", Gf = "_hasLinesBlock_f0o15_79", As = {
|
|
9843
9843
|
newsContent: Mf,
|
|
9844
9844
|
contentSeparator: jf,
|
|
9845
9845
|
hasLinesBlock: Gf
|
|
@@ -9917,7 +9917,7 @@ const S6 = (e) => {
|
|
|
9917
9917
|
})
|
|
9918
9918
|
}
|
|
9919
9919
|
) });
|
|
9920
|
-
}, zf = "
|
|
9920
|
+
}, zf = "_content_10utx_1", Ff = "_imageStyled_10utx_27", $f = "_contentIcon_10utx_45", Vf = "_boxInformation_10utx_87", Wf = "_comment_10utx_101", Yf = "_title_10utx_131", Kf = "_authorName_10utx_173", rt = {
|
|
9921
9921
|
content: zf,
|
|
9922
9922
|
imageStyled: Ff,
|
|
9923
9923
|
contentIcon: $f,
|
|
@@ -9991,7 +9991,7 @@ const S6 = (e) => {
|
|
|
9991
9991
|
})
|
|
9992
9992
|
}
|
|
9993
9993
|
) });
|
|
9994
|
-
}, Xf = "
|
|
9994
|
+
}, Xf = "_content_nslah_1", e0 = "_newsContentSection_nslah_9", t0 = "_itemContent_nslah_19", n0 = "_ItemCustomContent_nslah_31", Xe = {
|
|
9995
9995
|
content: Xf,
|
|
9996
9996
|
newsContentSection: e0,
|
|
9997
9997
|
itemContent: t0,
|
|
@@ -10037,7 +10037,7 @@ const S6 = (e) => {
|
|
|
10037
10037
|
default:
|
|
10038
10038
|
return /* @__PURE__ */ s("div", { className: Xe.ItemCustomContent, children: /* @__PURE__ */ s(st, { ...t, paths: e.paths }) });
|
|
10039
10039
|
}
|
|
10040
|
-
},
|
|
10040
|
+
}, T5 = (e) => {
|
|
10041
10041
|
const {
|
|
10042
10042
|
data: t,
|
|
10043
10043
|
currentPage: n,
|
|
@@ -10124,7 +10124,7 @@ const S6 = (e) => {
|
|
|
10124
10124
|
}
|
|
10125
10125
|
);
|
|
10126
10126
|
case "op2":
|
|
10127
|
-
return /* @__PURE__ */ s(
|
|
10127
|
+
return /* @__PURE__ */ s(J, { children: t.length > 0 ? /* @__PURE__ */ s(
|
|
10128
10128
|
ps,
|
|
10129
10129
|
{
|
|
10130
10130
|
className: "padding-0",
|
|
@@ -10185,12 +10185,12 @@ const S6 = (e) => {
|
|
|
10185
10185
|
}
|
|
10186
10186
|
) });
|
|
10187
10187
|
default:
|
|
10188
|
-
return /* @__PURE__ */ s(
|
|
10188
|
+
return /* @__PURE__ */ s(J, {});
|
|
10189
10189
|
}
|
|
10190
|
-
}, s0 = "
|
|
10190
|
+
}, s0 = "_content_1oabr_1", a0 = "_contactInfoContent_1oabr_13", La = {
|
|
10191
10191
|
content: s0,
|
|
10192
10192
|
contactInfoContent: a0
|
|
10193
|
-
},
|
|
10193
|
+
}, x5 = (e) => {
|
|
10194
10194
|
const { data: t } = e;
|
|
10195
10195
|
return /* @__PURE__ */ s("section", { className: La.content, children: t.map((n, a) => /* @__PURE__ */ s(
|
|
10196
10196
|
"div",
|
|
@@ -10202,13 +10202,13 @@ const S6 = (e) => {
|
|
|
10202
10202
|
},
|
|
10203
10203
|
a
|
|
10204
10204
|
)) });
|
|
10205
|
-
}, o0 = "
|
|
10205
|
+
}, o0 = "_tagContent_biapt_1", i0 = "_contentLayout2_biapt_19", r0 = "_complementContent_biapt_35", c0 = "_commentsSeparator_biapt_47", l0 = "_contentHeader_biapt_107", Ht = {
|
|
10206
10206
|
tagContent: o0,
|
|
10207
10207
|
contentLayout2: i0,
|
|
10208
10208
|
complementContent: r0,
|
|
10209
10209
|
commentsSeparator: c0,
|
|
10210
10210
|
contentHeader: l0
|
|
10211
|
-
}, d0 = "
|
|
10211
|
+
}, d0 = "_content_1noi7_1", u0 = {
|
|
10212
10212
|
content: d0
|
|
10213
10213
|
}, m0 = ({ children: e, className: t = "" }) => /* @__PURE__ */ s(
|
|
10214
10214
|
"div",
|
|
@@ -10216,7 +10216,7 @@ const S6 = (e) => {
|
|
|
10216
10216
|
className: `content-layout-2 ${u0.content} ${t}`,
|
|
10217
10217
|
children: e
|
|
10218
10218
|
}
|
|
10219
|
-
), h0 = "
|
|
10219
|
+
), h0 = "_container_1b383_1", f0 = "_note_1b383_17", g0 = "_commercial_1b383_97", p0 = "_commercialContent_1b383_131", A0 = "_complement_1b383_163", jt = {
|
|
10220
10220
|
container: h0,
|
|
10221
10221
|
note: f0,
|
|
10222
10222
|
commercial: g0,
|
|
@@ -10228,7 +10228,7 @@ const S6 = (e) => {
|
|
|
10228
10228
|
e.slug === "liveblogs" && /* @__PURE__ */ s(fu, { itemList: e.itemList }),
|
|
10229
10229
|
e.bannerTop,
|
|
10230
10230
|
/* @__PURE__ */ s(
|
|
10231
|
-
|
|
10231
|
+
Bs,
|
|
10232
10232
|
{
|
|
10233
10233
|
content: e.ranking,
|
|
10234
10234
|
title: e.texts.readestTitle,
|
|
@@ -10331,7 +10331,7 @@ const S6 = (e) => {
|
|
|
10331
10331
|
}
|
|
10332
10332
|
);
|
|
10333
10333
|
}
|
|
10334
|
-
}, v0 = "
|
|
10334
|
+
}, v0 = "_content_1tboy_1", b0 = "_contentWithinCard_1tboy_13", _0 = "_contentDate_1tboy_25", C0 = "_dateInfo_1tboy_39", S0 = "_dot_1tboy_59", N0 = "_contentTitle_1tboy_75", I0 = "_contentTextList_1tboy_93", E0 = "_contentButton_1tboy_129", T0 = "_linkStyled_1tboy_141", Je = {
|
|
10335
10335
|
content: v0,
|
|
10336
10336
|
contentWithinCard: b0,
|
|
10337
10337
|
contentDate: _0,
|
|
@@ -10341,9 +10341,9 @@ const S6 = (e) => {
|
|
|
10341
10341
|
contentTextList: I0,
|
|
10342
10342
|
contentButton: E0,
|
|
10343
10343
|
linkStyled: T0
|
|
10344
|
-
},
|
|
10345
|
-
content:
|
|
10346
|
-
}, U0 = (e) => /* @__PURE__ */ s("section", { className:
|
|
10344
|
+
}, x0 = "_content_12i3e_1", k0 = {
|
|
10345
|
+
content: x0
|
|
10346
|
+
}, U0 = (e) => /* @__PURE__ */ s("section", { className: k0.content, id: e.id, children: e.children }), L0 = async (e, t, n) => {
|
|
10347
10347
|
if (!n) return e;
|
|
10348
10348
|
const a = /(<div[^>]*class=["'][^"']*ck-related-news[^"']*["'][^>]*>[\s\S]*?<span\b[^>]*data-src="([^"]+)"[^>]*>[\s\S]*?<\/span>[\s\S]*?<\/div>\s*<\/div>)/g, o = [...e.matchAll(a)];
|
|
10349
10349
|
let i = e;
|
|
@@ -10380,7 +10380,7 @@ const S6 = (e) => {
|
|
|
10380
10380
|
i = i.replace(c, I);
|
|
10381
10381
|
}
|
|
10382
10382
|
return i;
|
|
10383
|
-
}, R0 = (e) => e.replace(/<p>(\s| )+<\/p>/g, ""),
|
|
10383
|
+
}, R0 = (e) => e.replace(/<p>(\s| )+<\/p>/g, ""), q0 = (e) => {
|
|
10384
10384
|
const t = /\ssrc="\/(?!\/)(.*?)"/g;
|
|
10385
10385
|
return e.replace(t, ` src="${Sn()}/$1"`);
|
|
10386
10386
|
}, Ra = {
|
|
@@ -10390,7 +10390,7 @@ const S6 = (e) => {
|
|
|
10390
10390
|
10: 4,
|
|
10391
10391
|
13: 5
|
|
10392
10392
|
};
|
|
10393
|
-
function
|
|
10393
|
+
function B0(e) {
|
|
10394
10394
|
if (!e) return e;
|
|
10395
10395
|
const t = e.indexOf("/video");
|
|
10396
10396
|
return t === -1 ? e : e.substring(t);
|
|
@@ -10404,7 +10404,7 @@ async function P0(e, t) {
|
|
|
10404
10404
|
n += e.slice(a, r);
|
|
10405
10405
|
const u = i[0];
|
|
10406
10406
|
let l = i[1] ?? "";
|
|
10407
|
-
l && (l =
|
|
10407
|
+
l && (l = B0(l));
|
|
10408
10408
|
const d = /data-type\s*=\s*["']?video["']?/i.test(u) || /video-type\s*=\s*["']?embedded["']?/i.test(u);
|
|
10409
10409
|
let m = u;
|
|
10410
10410
|
if (d && l)
|
|
@@ -10466,7 +10466,7 @@ const D0 = async ({
|
|
|
10466
10466
|
if (!e || e.length === 0 || !e[0]) return;
|
|
10467
10467
|
const r = e[0].list?.items?.map(async (c) => {
|
|
10468
10468
|
const u = R0(c.body.rendered);
|
|
10469
|
-
let l =
|
|
10469
|
+
let l = q0(u);
|
|
10470
10470
|
return l = O0(l), l = await P0(
|
|
10471
10471
|
l,
|
|
10472
10472
|
o
|
|
@@ -10502,7 +10502,7 @@ const D0 = async ({
|
|
|
10502
10502
|
)
|
|
10503
10503
|
] }),
|
|
10504
10504
|
/* @__PURE__ */ s("h2", { className: Je.contentTitle, children: e[0]?.list.integrated ? (await c).title : `${(await c).index}. ${(await c).title}` }),
|
|
10505
|
-
(await c).image && /* @__PURE__ */ s(
|
|
10505
|
+
(await c).image && /* @__PURE__ */ s(qe, { preview: (await c).image, isLarge: !0 }),
|
|
10506
10506
|
/* @__PURE__ */ s(
|
|
10507
10507
|
"div",
|
|
10508
10508
|
{
|
|
@@ -10664,12 +10664,12 @@ const j0 = () => /* @__PURE__ */ f("svg", { xmlns: "http://www.w3.org/2000/svg",
|
|
|
10664
10664
|
)
|
|
10665
10665
|
] })
|
|
10666
10666
|
] }) });
|
|
10667
|
-
}, Q0 = "
|
|
10667
|
+
}, Q0 = "_content_1ga0l_1", H0 = "_journalistArticleContent_1ga0l_29", z0 = "_contentNews_1ga0l_69", F0 = "_noteSource_1ga0l_867", dn = {
|
|
10668
10668
|
content: Q0,
|
|
10669
10669
|
journalistArticleContent: H0,
|
|
10670
10670
|
contentNews: z0,
|
|
10671
10671
|
noteSource: F0
|
|
10672
|
-
}, $0 = "
|
|
10672
|
+
}, $0 = "_summaryContent_paxav_1", V0 = {
|
|
10673
10673
|
summaryContent: $0
|
|
10674
10674
|
}, W0 = async ({ summary: e }) => e && e.rendered && /* @__PURE__ */ s(
|
|
10675
10675
|
"section",
|
|
@@ -10698,7 +10698,7 @@ const j0 = () => /* @__PURE__ */ f("svg", { xmlns: "http://www.w3.org/2000/svg",
|
|
|
10698
10698
|
visibleItems: 1,
|
|
10699
10699
|
pagination: !0,
|
|
10700
10700
|
cardGap: 0,
|
|
10701
|
-
children: i && i.map((r, c) => /* @__PURE__ */ s(
|
|
10701
|
+
children: i && i.map((r, c) => /* @__PURE__ */ s(qe, { preview: r, priorityHigh: !0 }, c))
|
|
10702
10702
|
}
|
|
10703
10703
|
),
|
|
10704
10704
|
/* @__PURE__ */ s("div", { className: En.description, children: i && i[0]?.description })
|
|
@@ -10790,7 +10790,7 @@ const J0 = (e) => /* @__PURE__ */ s(
|
|
|
10790
10790
|
}
|
|
10791
10791
|
)
|
|
10792
10792
|
}
|
|
10793
|
-
), Z0 = "
|
|
10793
|
+
), Z0 = "_content_1kodm_1", X0 = "_title_1kodm_35", qa = {
|
|
10794
10794
|
content: Z0,
|
|
10795
10795
|
title: X0
|
|
10796
10796
|
}, eg = async ({
|
|
@@ -10808,7 +10808,7 @@ const J0 = (e) => /* @__PURE__ */ s(
|
|
|
10808
10808
|
const r = i[0], u = (Array.isArray(r?.videos) ? r.videos : []).find(
|
|
10809
10809
|
(l) => l?.type === "video-embedded"
|
|
10810
10810
|
);
|
|
10811
|
-
return u?.code ? /* @__PURE__ */ f("div", { className:
|
|
10811
|
+
return u?.code ? /* @__PURE__ */ f("div", { className: qa.content, children: [
|
|
10812
10812
|
/* @__PURE__ */ s(
|
|
10813
10813
|
"div",
|
|
10814
10814
|
{
|
|
@@ -10817,12 +10817,12 @@ const J0 = (e) => /* @__PURE__ */ s(
|
|
|
10817
10817
|
}
|
|
10818
10818
|
}
|
|
10819
10819
|
),
|
|
10820
|
-
u?.title && /* @__PURE__ */ s("p", { className:
|
|
10820
|
+
u?.title && /* @__PURE__ */ s("p", { className: qa.title, children: u.title })
|
|
10821
10821
|
] }) : null;
|
|
10822
10822
|
} catch {
|
|
10823
10823
|
return null;
|
|
10824
10824
|
}
|
|
10825
|
-
}, tg = "
|
|
10825
|
+
}, tg = "_content_1kodm_1", ng = "_title_1kodm_35", ts = {
|
|
10826
10826
|
content: tg,
|
|
10827
10827
|
title: ng
|
|
10828
10828
|
}, sg = async ({
|
|
@@ -10855,7 +10855,7 @@ const J0 = (e) => /* @__PURE__ */ s(
|
|
|
10855
10855
|
} catch {
|
|
10856
10856
|
return null;
|
|
10857
10857
|
}
|
|
10858
|
-
}, ag = "
|
|
10858
|
+
}, ag = "_content_g44cu_1", og = {
|
|
10859
10859
|
content: ag
|
|
10860
10860
|
}, ig = async ({
|
|
10861
10861
|
newsformated: e,
|
|
@@ -10880,7 +10880,7 @@ const J0 = (e) => /* @__PURE__ */ s(
|
|
|
10880
10880
|
} catch {
|
|
10881
10881
|
return null;
|
|
10882
10882
|
}
|
|
10883
|
-
}, rg = "
|
|
10883
|
+
}, rg = "_content_15e7w_1", cg = {
|
|
10884
10884
|
content: rg
|
|
10885
10885
|
}, At = {
|
|
10886
10886
|
videoEmbedded: "videoEmbedded",
|
|
@@ -10901,7 +10901,7 @@ const J0 = (e) => /* @__PURE__ */ s(
|
|
|
10901
10901
|
commonServices: t
|
|
10902
10902
|
}
|
|
10903
10903
|
) }) : null;
|
|
10904
|
-
}, ug = "
|
|
10904
|
+
}, ug = "_content_x1f6o_1", mg = "_imageContent_x1f6o_17", hg = "_width1Autor_x1f6o_35", fg = "_width2Autor_x1f6o_43", gg = "_width3Autor_x1f6o_51", pg = "_imageAutor_x1f6o_59", Ag = "_imageStyled_x1f6o_137", wg = "_contentIconStyled_x1f6o_139", yg = "_avatarContent_x1f6o_173", vg = "_socialActionsRow_x1f6o_189", bg = "_journalistSection_x1f6o_235", _g = "_authorsInfoRow_x1f6o_253", Cg = "_journalistInfo_x1f6o_283", Sg = "_journalistInfoLink_x1f6o_285", Ng = "_journalistInfoDate_x1f6o_319", Ig = "_socialNetworkSection_x1f6o_383", Eg = "_avatarStyled_x1f6o_419", Tg = "_article_x1f6o_429", xg = "_socialButton_x1f6o_437", kg = "_facebookStyled_x1f6o_469", Ug = "_emailStyled_x1f6o_477", Lg = "_xStyled_x1f6o_485", Rg = "_linkedinStyled_x1f6o_493", qg = "_whatsappStyled_x1f6o_501", Bg = "_socialActionLink_x1f6o_509", Pg = "_socialActionLinkGoogleMobile_x1f6o_557", Og = "_clipboardButton_x1f6o_635", Dg = "_googleProfileButton_x1f6o_707", ce = {
|
|
10905
10905
|
content: ug,
|
|
10906
10906
|
imageContent: mg,
|
|
10907
10907
|
width1Autor: hg,
|
|
@@ -10920,13 +10920,13 @@ const J0 = (e) => /* @__PURE__ */ s(
|
|
|
10920
10920
|
socialNetworkSection: Ig,
|
|
10921
10921
|
avatarStyled: Eg,
|
|
10922
10922
|
article: Tg,
|
|
10923
|
-
socialButton:
|
|
10924
|
-
facebookStyled:
|
|
10923
|
+
socialButton: xg,
|
|
10924
|
+
facebookStyled: kg,
|
|
10925
10925
|
emailStyled: Ug,
|
|
10926
10926
|
xStyled: Lg,
|
|
10927
10927
|
linkedinStyled: Rg,
|
|
10928
|
-
whatsappStyled:
|
|
10929
|
-
socialActionLink:
|
|
10928
|
+
whatsappStyled: qg,
|
|
10929
|
+
socialActionLink: Bg,
|
|
10930
10930
|
socialActionLinkGoogleMobile: Pg,
|
|
10931
10931
|
clipboardButton: Og,
|
|
10932
10932
|
googleProfileButton: Dg
|
|
@@ -10939,7 +10939,7 @@ const J0 = (e) => /* @__PURE__ */ s(
|
|
|
10939
10939
|
FaceBook: {
|
|
10940
10940
|
url: (e) => `https://www.facebook.com/sharer/sharer.php?u=${encodeURIComponent(e)}`,
|
|
10941
10941
|
icon: {
|
|
10942
|
-
outline: (e) => /* @__PURE__ */ s(
|
|
10942
|
+
outline: (e) => /* @__PURE__ */ s(Bo, { className: e }),
|
|
10943
10943
|
solid: (e) => /* @__PURE__ */ s(Gn, { className: e })
|
|
10944
10944
|
}
|
|
10945
10945
|
},
|
|
@@ -10961,7 +10961,7 @@ const J0 = (e) => /* @__PURE__ */ s(
|
|
|
10961
10961
|
url: (e) => `mailto:?body=${encodeURIComponent(e)}`,
|
|
10962
10962
|
icon: {
|
|
10963
10963
|
outline: (e) => /* @__PURE__ */ s(Ro, { className: e }),
|
|
10964
|
-
solid: (e) => /* @__PURE__ */ s(
|
|
10964
|
+
solid: (e) => /* @__PURE__ */ s(qo, { className: e })
|
|
10965
10965
|
}
|
|
10966
10966
|
},
|
|
10967
10967
|
LinkedIn: {
|
|
@@ -11572,7 +11572,7 @@ const Jg = (e) => {
|
|
|
11572
11572
|
for (const n in e)
|
|
11573
11573
|
n.startsWith("--") && (t[n] = e[n]);
|
|
11574
11574
|
return t;
|
|
11575
|
-
}, ep = "
|
|
11575
|
+
}, ep = "_headerSection_nhjex_1", tp = "_title_nhjex_21", np = "_subtitle_nhjex_45", sp = "_newsContent_nhjex_71", ap = "_containerCards_nhjex_87", op = "_image_nhjex_99", ip = "_blockHeadContainer_nhjex_111", mt = {
|
|
11576
11576
|
headerSection: ep,
|
|
11577
11577
|
title: tp,
|
|
11578
11578
|
subtitle: np,
|
|
@@ -11597,7 +11597,7 @@ const Jg = (e) => {
|
|
|
11597
11597
|
/* @__PURE__ */ s("p", { className: mt.title, children: o?.main?.title.home }),
|
|
11598
11598
|
o?.main?.subtitle?.rendered && /* @__PURE__ */ s("p", { className: mt.subtitle, children: o?.main?.subtitle?.striped })
|
|
11599
11599
|
] }),
|
|
11600
|
-
/* @__PURE__ */ s(
|
|
11600
|
+
/* @__PURE__ */ s(qe, { preview: o.preview })
|
|
11601
11601
|
]
|
|
11602
11602
|
}
|
|
11603
11603
|
) }),
|
|
@@ -11633,15 +11633,15 @@ const Jg = (e) => {
|
|
|
11633
11633
|
__html: e || ""
|
|
11634
11634
|
}
|
|
11635
11635
|
}
|
|
11636
|
-
) }),
|
|
11636
|
+
) }), Ba = {
|
|
11637
11637
|
banner: (e) => /* @__PURE__ */ s(be, { ...e, name: e.slot_id.replace("Home", "block") }),
|
|
11638
|
-
readest: (e) => /* @__PURE__ */ s(
|
|
11638
|
+
readest: (e) => /* @__PURE__ */ s(Bs, { ...e }),
|
|
11639
11639
|
"Modulo 1x3": (e) => /* @__PURE__ */ s(zo, { ...e }),
|
|
11640
11640
|
"Modulo 1x4": (e) => /* @__PURE__ */ s(_f, { ...e }),
|
|
11641
11641
|
"Modulo 1x5": (e) => /* @__PURE__ */ s(If, { ...e }),
|
|
11642
11642
|
"Destacado noticias": (e) => /* @__PURE__ */ s(F2, { ...e }),
|
|
11643
11643
|
"Destacado full width": (e) => /* @__PURE__ */ s(rp, { ...e }),
|
|
11644
|
-
"Destacado videos": (e) => /* @__PURE__ */ s(
|
|
11644
|
+
"Destacado videos": (e) => /* @__PURE__ */ s(kf, { ...e }),
|
|
11645
11645
|
"Carrusel card": (e) => /* @__PURE__ */ s(Hf, { ...e }),
|
|
11646
11646
|
"Carrusel story": (e) => /* @__PURE__ */ s(Jg, { ...e }),
|
|
11647
11647
|
"Carrusel owl": (e) => /* @__PURE__ */ s(Zg, { ...e }),
|
|
@@ -11650,16 +11650,16 @@ const Jg = (e) => {
|
|
|
11650
11650
|
"Modulo 1x3 card": (e) => /* @__PURE__ */ s(Qf, { ...e }),
|
|
11651
11651
|
"Modulo iframe": (e) => /* @__PURE__ */ s(cp, { ...e })
|
|
11652
11652
|
};
|
|
11653
|
-
function
|
|
11653
|
+
function xn({
|
|
11654
11654
|
component: e,
|
|
11655
11655
|
slot_id: t,
|
|
11656
11656
|
data: n,
|
|
11657
11657
|
banners: a
|
|
11658
11658
|
}) {
|
|
11659
11659
|
if (a)
|
|
11660
|
-
return
|
|
11660
|
+
return Ba[e] && /* @__PURE__ */ s("div", { className: "home-slot", style: Ms(n), children: Ba[e]({ ...n, banners: a, slot_id: t }) });
|
|
11661
11661
|
}
|
|
11662
|
-
function
|
|
11662
|
+
function k5({
|
|
11663
11663
|
children: e,
|
|
11664
11664
|
stylesConfigEntry: t
|
|
11665
11665
|
}) {
|
|
@@ -11731,7 +11731,7 @@ const Pa = {
|
|
|
11731
11731
|
...t,
|
|
11732
11732
|
rightOnlyBanner: a,
|
|
11733
11733
|
banners: n
|
|
11734
|
-
}) }),
|
|
11734
|
+
}) }), U5 = ({
|
|
11735
11735
|
slots: e,
|
|
11736
11736
|
DYNAMIC_SLOT_SUBINDEXES: t,
|
|
11737
11737
|
stylesConfig: n,
|
|
@@ -11753,7 +11753,7 @@ const Pa = {
|
|
|
11753
11753
|
order: (m - 1) * l + (h - 1),
|
|
11754
11754
|
children: [
|
|
11755
11755
|
/* @__PURE__ */ s(
|
|
11756
|
-
|
|
11756
|
+
xn,
|
|
11757
11757
|
{
|
|
11758
11758
|
component: e[p].blockSass[0].block,
|
|
11759
11759
|
banners: i,
|
|
@@ -11785,7 +11785,7 @@ const Pa = {
|
|
|
11785
11785
|
order: (m - 1) * l + (h - 1),
|
|
11786
11786
|
children: [
|
|
11787
11787
|
/* @__PURE__ */ s(
|
|
11788
|
-
|
|
11788
|
+
xn,
|
|
11789
11789
|
{
|
|
11790
11790
|
component: e[p].blockSass[0].block,
|
|
11791
11791
|
banners: i,
|
|
@@ -11815,7 +11815,7 @@ const Pa = {
|
|
|
11815
11815
|
));
|
|
11816
11816
|
}
|
|
11817
11817
|
return c;
|
|
11818
|
-
},
|
|
11818
|
+
}, L5 = ({
|
|
11819
11819
|
mainBlock: e,
|
|
11820
11820
|
StylesConfigMain: t,
|
|
11821
11821
|
config: n,
|
|
@@ -11829,7 +11829,7 @@ const Pa = {
|
|
|
11829
11829
|
data: i.slice(0, u),
|
|
11830
11830
|
paths: n.paths
|
|
11831
11831
|
});
|
|
11832
|
-
return /* @__PURE__ */ f(
|
|
11832
|
+
return /* @__PURE__ */ f(J, { children: [
|
|
11833
11833
|
/* @__PURE__ */ s(
|
|
11834
11834
|
ns,
|
|
11835
11835
|
{
|
|
@@ -11865,7 +11865,7 @@ const Pa = {
|
|
|
11865
11865
|
At.videoYouTube,
|
|
11866
11866
|
At.iframe
|
|
11867
11867
|
].includes(n);
|
|
11868
|
-
},
|
|
11868
|
+
}, R5 = async (e) => {
|
|
11869
11869
|
const {
|
|
11870
11870
|
custom_complement: t,
|
|
11871
11871
|
ranking: n = [],
|
|
@@ -11879,7 +11879,7 @@ const Pa = {
|
|
|
11879
11879
|
getVideos: d
|
|
11880
11880
|
} = e, m = e.slug === "liveblogs", { SHOW_NEWS_MORE_NEWS: h, SHOW_NEWS_RELATED_NEWS: p, MORE_NEWS_SSR: g } = $();
|
|
11881
11881
|
if (!(!i || !i[0]))
|
|
11882
|
-
return /* @__PURE__ */ s(
|
|
11882
|
+
return /* @__PURE__ */ s(J, { children: /* @__PURE__ */ f(m0, { className: Ht.contentLayout2, children: [
|
|
11883
11883
|
/* @__PURE__ */ s(
|
|
11884
11884
|
y0,
|
|
11885
11885
|
{
|
|
@@ -11960,9 +11960,9 @@ const Pa = {
|
|
|
11960
11960
|
}
|
|
11961
11961
|
),
|
|
11962
11962
|
/* @__PURE__ */ s(ct, { children: /* @__PURE__ */ s(et, { banners: a, index: 2 }) }),
|
|
11963
|
-
p && /* @__PURE__ */ f(
|
|
11963
|
+
p && /* @__PURE__ */ f(J, { children: [
|
|
11964
11964
|
/* @__PURE__ */ s(
|
|
11965
|
-
|
|
11965
|
+
xn,
|
|
11966
11966
|
{
|
|
11967
11967
|
component: "Carrusel card",
|
|
11968
11968
|
banners: [],
|
|
@@ -11978,9 +11978,9 @@ const Pa = {
|
|
|
11978
11978
|
),
|
|
11979
11979
|
/* @__PURE__ */ s(ct, { children: /* @__PURE__ */ s(et, { banners: a, index: 3 }) })
|
|
11980
11980
|
] }),
|
|
11981
|
-
h && /* @__PURE__ */ f(
|
|
11981
|
+
h && /* @__PURE__ */ f(J, { children: [
|
|
11982
11982
|
g ? /* @__PURE__ */ s(
|
|
11983
|
-
|
|
11983
|
+
xn,
|
|
11984
11984
|
{
|
|
11985
11985
|
component: "Modulo 1x3",
|
|
11986
11986
|
banners: [],
|
|
@@ -12051,7 +12051,7 @@ const Pa = {
|
|
|
12051
12051
|
}
|
|
12052
12052
|
)
|
|
12053
12053
|
] }) });
|
|
12054
|
-
}, dp = "
|
|
12054
|
+
}, dp = "_content_lu444_1", up = "_buttonStyled_lu444_17", mp = "_searchStyled_lu444_39", hp = "_inputStyled_lu444_71", fp = "_inputStyledTest_lu444_109", Gt = {
|
|
12055
12055
|
content: dp,
|
|
12056
12056
|
buttonStyled: up,
|
|
12057
12057
|
searchStyled: mp,
|
|
@@ -12076,7 +12076,7 @@ const Pa = {
|
|
|
12076
12076
|
}
|
|
12077
12077
|
) })
|
|
12078
12078
|
}
|
|
12079
|
-
),
|
|
12079
|
+
), q5 = (e) => /* @__PURE__ */ s(
|
|
12080
12080
|
"form",
|
|
12081
12081
|
{
|
|
12082
12082
|
className: Gt.content,
|
|
@@ -12093,11 +12093,11 @@ const Pa = {
|
|
|
12093
12093
|
/* @__PURE__ */ s("button", { className: Gt.buttonStyled, type: "submit", children: /* @__PURE__ */ s(gp, { className: Gt.searchStyled }) })
|
|
12094
12094
|
] })
|
|
12095
12095
|
}
|
|
12096
|
-
), pp = "
|
|
12096
|
+
), pp = "_content_27x8l_1", Ap = "_newsContentSection_27x8l_9", wp = "_itemContent_27x8l_19", ss = {
|
|
12097
12097
|
content: pp,
|
|
12098
12098
|
newsContentSection: Ap,
|
|
12099
12099
|
itemContent: wp
|
|
12100
|
-
},
|
|
12100
|
+
}, B5 = (e) => {
|
|
12101
12101
|
const {
|
|
12102
12102
|
data: t,
|
|
12103
12103
|
option: n,
|
|
@@ -12117,8 +12117,8 @@ const Pa = {
|
|
|
12117
12117
|
};
|
|
12118
12118
|
switch (n) {
|
|
12119
12119
|
case "op1":
|
|
12120
|
-
return /* @__PURE__ */ s(
|
|
12121
|
-
/* @__PURE__ */ s(
|
|
12120
|
+
return /* @__PURE__ */ s(J, { children: /* @__PURE__ */ f(Na, { children: [
|
|
12121
|
+
/* @__PURE__ */ s(ku, { autor: a[0], autorIcon: e.autorIcon, socialIconsFilled: m }),
|
|
12122
12122
|
/* @__PURE__ */ s(
|
|
12123
12123
|
Mo,
|
|
12124
12124
|
{
|
|
@@ -12200,9 +12200,9 @@ const Pa = {
|
|
|
12200
12200
|
)
|
|
12201
12201
|
] }) });
|
|
12202
12202
|
case "op2":
|
|
12203
|
-
return /* @__PURE__ */ s(
|
|
12203
|
+
return /* @__PURE__ */ s(J, { children: /* @__PURE__ */ f(Na, { children: [
|
|
12204
12204
|
/* @__PURE__ */ s(zu, { autor: a[0], autorIcon: e.autorIcon, socialIconsFilled: m }),
|
|
12205
|
-
Array.isArray(t) ? /* @__PURE__ */ f(
|
|
12205
|
+
Array.isArray(t) ? /* @__PURE__ */ f(J, { children: [
|
|
12206
12206
|
/* @__PURE__ */ s(
|
|
12207
12207
|
zo,
|
|
12208
12208
|
{
|
|
@@ -12254,9 +12254,9 @@ const Pa = {
|
|
|
12254
12254
|
)
|
|
12255
12255
|
] }) });
|
|
12256
12256
|
default:
|
|
12257
|
-
return /* @__PURE__ */ s(
|
|
12257
|
+
return /* @__PURE__ */ s(J, {});
|
|
12258
12258
|
}
|
|
12259
|
-
}, yp = "
|
|
12259
|
+
}, yp = "_overlay_1lkqq_1", vp = "_header_1lkqq_35", bp = "_logo_1lkqq_49", _p = "_card_1lkqq_63", Cp = "_close_1lkqq_93", Sp = "_form_1lkqq_141", Np = "_formUl_1lkqq_159", Ip = "_field_1lkqq_183", Ep = "_label_1lkqq_197", Tp = "_input_1lkqq_215", xp = "_error_1lkqq_251", kp = "_primary_1lkqq_263", Up = "_divider_1lkqq_339", Lp = "_google_1lkqq_391", Rp = "_googleIcon_1lkqq_451", qp = "_spin_1lkqq_517", Bp = "_checkboxRow_1lkqq_561", Pp = "_terms_1lkqq_635", Op = "_message_1lkqq_697", Dp = "_passwordChecker_1lkqq_707", Mp = "_valid_1lkqq_745", jp = "_invalid_1lkqq_753", Gp = "_forgotPassword_1lkqq_761", Qp = "_successContainer_1lkqq_799", Hp = "_thumbsUp_1lkqq_815", zp = "_successMessage_1lkqq_827", k = {
|
|
12260
12260
|
overlay: yp,
|
|
12261
12261
|
header: vp,
|
|
12262
12262
|
logo: bp,
|
|
@@ -12267,14 +12267,14 @@ const Pa = {
|
|
|
12267
12267
|
field: Ip,
|
|
12268
12268
|
label: Ep,
|
|
12269
12269
|
input: Tp,
|
|
12270
|
-
error:
|
|
12271
|
-
primary:
|
|
12270
|
+
error: xp,
|
|
12271
|
+
primary: kp,
|
|
12272
12272
|
divider: Up,
|
|
12273
12273
|
google: Lp,
|
|
12274
12274
|
googleIcon: Rp,
|
|
12275
|
-
spin:
|
|
12276
|
-
checkboxRow:
|
|
12277
|
-
switch: "
|
|
12275
|
+
spin: qp,
|
|
12276
|
+
checkboxRow: Bp,
|
|
12277
|
+
switch: "_switch_1lkqq_619",
|
|
12278
12278
|
terms: Pp,
|
|
12279
12279
|
message: Op,
|
|
12280
12280
|
passwordChecker: Dp,
|
|
@@ -12311,7 +12311,7 @@ const Pa = {
|
|
|
12311
12311
|
width: "24",
|
|
12312
12312
|
height: "24",
|
|
12313
12313
|
viewBox: "0 0 32 32",
|
|
12314
|
-
className:
|
|
12314
|
+
className: k.spin,
|
|
12315
12315
|
children: /* @__PURE__ */ s("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" })
|
|
12316
12316
|
}
|
|
12317
12317
|
), Oa = {
|
|
@@ -12320,7 +12320,7 @@ const Pa = {
|
|
|
12320
12320
|
family_name: { label: "Apellido", required: !0 },
|
|
12321
12321
|
password: { label: "Contraseña", required: !0 },
|
|
12322
12322
|
confirmPassword: { label: "Confirmar contraseña", required: !0 }
|
|
12323
|
-
},
|
|
12323
|
+
}, kn = [
|
|
12324
12324
|
{
|
|
12325
12325
|
label: "La contraseña debe tener al menos 8 caracteres",
|
|
12326
12326
|
test: (e) => e.length >= 8
|
|
@@ -12343,7 +12343,7 @@ const Pa = {
|
|
|
12343
12343
|
}
|
|
12344
12344
|
];
|
|
12345
12345
|
function Fp({ goToLogin: e, handleGoogleLogin: t, API_ENV: n }) {
|
|
12346
|
-
const [a, o] =
|
|
12346
|
+
const [a, o] = Z({}), [i, r] = Z(!1), [c, u] = Z(!1), [l, d] = Z(null), [m, h] = Z(
|
|
12347
12347
|
"register"
|
|
12348
12348
|
), p = (y, S) => {
|
|
12349
12349
|
o((_) => ({ ..._, [y]: S }));
|
|
@@ -12360,7 +12360,7 @@ function Fp({ goToLogin: e, handleGoogleLogin: t, API_ENV: n }) {
|
|
|
12360
12360
|
return;
|
|
12361
12361
|
}
|
|
12362
12362
|
const _ = a.password || "";
|
|
12363
|
-
if (
|
|
12363
|
+
if (kn.some(
|
|
12364
12364
|
(G) => !G.test(_)
|
|
12365
12365
|
)) {
|
|
12366
12366
|
d("La contraseña no es válida");
|
|
@@ -12427,29 +12427,29 @@ function Fp({ goToLogin: e, handleGoogleLogin: t, API_ENV: n }) {
|
|
|
12427
12427
|
u(!1);
|
|
12428
12428
|
}
|
|
12429
12429
|
}, w = a.password || "";
|
|
12430
|
-
return /* @__PURE__ */ f(
|
|
12431
|
-
m === "register" && /* @__PURE__ */ f(
|
|
12432
|
-
/* @__PURE__ */ f("button", { onClick: t, className:
|
|
12430
|
+
return /* @__PURE__ */ f(J, { children: [
|
|
12431
|
+
m === "register" && /* @__PURE__ */ f(J, { children: [
|
|
12432
|
+
/* @__PURE__ */ f("button", { onClick: t, className: k.google, children: [
|
|
12433
12433
|
/* @__PURE__ */ s(
|
|
12434
12434
|
"img",
|
|
12435
12435
|
{
|
|
12436
12436
|
src: "https://www.gstatic.com/firebasejs/ui/2.0.0/images/auth/google.svg",
|
|
12437
12437
|
alt: "",
|
|
12438
|
-
className:
|
|
12438
|
+
className: k.googleIcon
|
|
12439
12439
|
}
|
|
12440
12440
|
),
|
|
12441
12441
|
/* @__PURE__ */ s("span", { children: "Continuar con Google" })
|
|
12442
12442
|
] }),
|
|
12443
|
-
/* @__PURE__ */ s("div", { className:
|
|
12443
|
+
/* @__PURE__ */ s("div", { className: k.divider, children: /* @__PURE__ */ s("span", { children: "o" }) }),
|
|
12444
12444
|
/* @__PURE__ */ f(
|
|
12445
12445
|
"form",
|
|
12446
12446
|
{
|
|
12447
12447
|
onSubmit: g,
|
|
12448
|
-
className:
|
|
12448
|
+
className: k.form,
|
|
12449
12449
|
"data-error": l ? "true" : "false",
|
|
12450
12450
|
children: [
|
|
12451
|
-
/* @__PURE__ */ s("ul", { className:
|
|
12452
|
-
/* @__PURE__ */ s("label", { className:
|
|
12451
|
+
/* @__PURE__ */ s("ul", { className: k.formUl, children: Object.entries(Oa).map(([y, { label: S }]) => /* @__PURE__ */ f("div", { className: k.field, children: [
|
|
12452
|
+
/* @__PURE__ */ s("label", { className: k.label, children: S }),
|
|
12453
12453
|
/* @__PURE__ */ s(
|
|
12454
12454
|
"input",
|
|
12455
12455
|
{
|
|
@@ -12457,16 +12457,16 @@ function Fp({ goToLogin: e, handleGoogleLogin: t, API_ENV: n }) {
|
|
|
12457
12457
|
name: y,
|
|
12458
12458
|
value: a[y] || "",
|
|
12459
12459
|
onChange: (_) => p(y, _.target.value),
|
|
12460
|
-
className:
|
|
12460
|
+
className: k.input,
|
|
12461
12461
|
placeholder: ""
|
|
12462
12462
|
}
|
|
12463
12463
|
),
|
|
12464
|
-
y === "password" && /* @__PURE__ */ s("div", { className:
|
|
12464
|
+
y === "password" && /* @__PURE__ */ s("div", { className: k.passwordChecker, children: kn.map((_, I) => {
|
|
12465
12465
|
const b = _.test(w);
|
|
12466
12466
|
return /* @__PURE__ */ f(
|
|
12467
12467
|
"div",
|
|
12468
12468
|
{
|
|
12469
|
-
className: b ?
|
|
12469
|
+
className: b ? k.valid : k.invalid,
|
|
12470
12470
|
children: [
|
|
12471
12471
|
/* @__PURE__ */ s("div", { children: b ? "✔" : "○" }),
|
|
12472
12472
|
/* @__PURE__ */ s("div", { children: _.label })
|
|
@@ -12475,7 +12475,7 @@ function Fp({ goToLogin: e, handleGoogleLogin: t, API_ENV: n }) {
|
|
|
12475
12475
|
I
|
|
12476
12476
|
);
|
|
12477
12477
|
}) }),
|
|
12478
|
-
y === "confirmPassword" && /* @__PURE__ */ f("div", { className:
|
|
12478
|
+
y === "confirmPassword" && /* @__PURE__ */ f("div", { className: k.checkboxRow, children: [
|
|
12479
12479
|
/* @__PURE__ */ s(
|
|
12480
12480
|
"input",
|
|
12481
12481
|
{
|
|
@@ -12489,19 +12489,19 @@ function Fp({ goToLogin: e, handleGoogleLogin: t, API_ENV: n }) {
|
|
|
12489
12489
|
"label",
|
|
12490
12490
|
{
|
|
12491
12491
|
htmlFor: "showPasswordRegister",
|
|
12492
|
-
className:
|
|
12492
|
+
className: k.checkboxLabel,
|
|
12493
12493
|
children: "Mostrar contraseñas"
|
|
12494
12494
|
}
|
|
12495
12495
|
)
|
|
12496
12496
|
] })
|
|
12497
12497
|
] }, y)) }),
|
|
12498
|
-
l && /* @__PURE__ */ s("p", { className:
|
|
12499
|
-
/* @__PURE__ */ f("p", { className:
|
|
12498
|
+
l && /* @__PURE__ */ s("p", { className: k.error, children: l }),
|
|
12499
|
+
/* @__PURE__ */ f("p", { className: k.terms, children: [
|
|
12500
12500
|
"Al continuar, confirmo que he leído y aceptado los",
|
|
12501
12501
|
/* @__PURE__ */ s("a", { href: "/pages/politicas-de-privacidad.html", target: "_blank", children: "Términos y Condiciones" }),
|
|
12502
12502
|
"de nuestra comunidad"
|
|
12503
12503
|
] }),
|
|
12504
|
-
/* @__PURE__ */ s("button", { type: "submit", className:
|
|
12504
|
+
/* @__PURE__ */ s("button", { type: "submit", className: k.primary, disabled: c, children: c ? /* @__PURE__ */ s(nt, {}) : "Crear cuenta" })
|
|
12505
12505
|
]
|
|
12506
12506
|
}
|
|
12507
12507
|
)
|
|
@@ -12510,11 +12510,11 @@ function Fp({ goToLogin: e, handleGoogleLogin: t, API_ENV: n }) {
|
|
|
12510
12510
|
"form",
|
|
12511
12511
|
{
|
|
12512
12512
|
onSubmit: A,
|
|
12513
|
-
className:
|
|
12513
|
+
className: k.form,
|
|
12514
12514
|
"data-error": l ? "true" : "false",
|
|
12515
12515
|
children: [
|
|
12516
|
-
/* @__PURE__ */ f("div", { className:
|
|
12517
|
-
/* @__PURE__ */ s("label", { className:
|
|
12516
|
+
/* @__PURE__ */ f("div", { className: k.field, children: [
|
|
12517
|
+
/* @__PURE__ */ s("label", { className: k.label, children: "Código de verificación" }),
|
|
12518
12518
|
/* @__PURE__ */ s(
|
|
12519
12519
|
"input",
|
|
12520
12520
|
{
|
|
@@ -12522,23 +12522,23 @@ function Fp({ goToLogin: e, handleGoogleLogin: t, API_ENV: n }) {
|
|
|
12522
12522
|
name: "confirmationCode",
|
|
12523
12523
|
value: a.confirmationCode || "",
|
|
12524
12524
|
onChange: (y) => p("confirmationCode", y.target.value),
|
|
12525
|
-
className:
|
|
12525
|
+
className: k.input,
|
|
12526
12526
|
required: !0
|
|
12527
12527
|
}
|
|
12528
12528
|
)
|
|
12529
12529
|
] }),
|
|
12530
|
-
l && /* @__PURE__ */ s("p", { className:
|
|
12531
|
-
/* @__PURE__ */ s("button", { type: "submit", className:
|
|
12532
|
-
/* @__PURE__ */ f("p", { className:
|
|
12530
|
+
l && /* @__PURE__ */ s("p", { className: k.error, children: l }),
|
|
12531
|
+
/* @__PURE__ */ s("button", { type: "submit", className: k.primary, disabled: c, children: c ? /* @__PURE__ */ s(nt, {}) : "Confirmar cuenta" }),
|
|
12532
|
+
/* @__PURE__ */ f("p", { className: k.switch, children: [
|
|
12533
12533
|
"¿Ya confirmaste antes?",
|
|
12534
12534
|
/* @__PURE__ */ s("button", { type: "button", onClick: e, children: "Iniciar sesión" })
|
|
12535
12535
|
] })
|
|
12536
12536
|
]
|
|
12537
12537
|
}
|
|
12538
12538
|
),
|
|
12539
|
-
m === "success" && /* @__PURE__ */ f("form", { className:
|
|
12540
|
-
/* @__PURE__ */ f("div", { className:
|
|
12541
|
-
/* @__PURE__ */ s("div", { className:
|
|
12539
|
+
m === "success" && /* @__PURE__ */ f("form", { className: k.form, children: [
|
|
12540
|
+
/* @__PURE__ */ f("div", { className: k.successContainer, children: [
|
|
12541
|
+
/* @__PURE__ */ s("div", { className: k.thumbsUp, children: /* @__PURE__ */ s(
|
|
12542
12542
|
"svg",
|
|
12543
12543
|
{
|
|
12544
12544
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -12554,14 +12554,14 @@ function Fp({ goToLogin: e, handleGoogleLogin: t, API_ENV: n }) {
|
|
|
12554
12554
|
)
|
|
12555
12555
|
}
|
|
12556
12556
|
) }),
|
|
12557
|
-
/* @__PURE__ */ f("div", { className:
|
|
12557
|
+
/* @__PURE__ */ f("div", { className: k.successMessage, children: [
|
|
12558
12558
|
/* @__PURE__ */ s("p", { children: "Confirmación completa." }),
|
|
12559
12559
|
/* @__PURE__ */ s("p", { children: "Ya eres parte de la comunidad!" })
|
|
12560
12560
|
] })
|
|
12561
12561
|
] }),
|
|
12562
|
-
/* @__PURE__ */ s("button", { onClick: e, className:
|
|
12562
|
+
/* @__PURE__ */ s("button", { onClick: e, className: k.primary, children: "Iniciar sesión" })
|
|
12563
12563
|
] }),
|
|
12564
|
-
m === "register" && /* @__PURE__ */ f("p", { className:
|
|
12564
|
+
m === "register" && /* @__PURE__ */ f("p", { className: k.switch, children: [
|
|
12565
12565
|
"¿Ya tenés cuenta?",
|
|
12566
12566
|
/* @__PURE__ */ s("button", { type: "button", onClick: e, children: "Iniciar sesión" })
|
|
12567
12567
|
] })
|
|
@@ -12614,8 +12614,8 @@ function Yp({
|
|
|
12614
12614
|
handleGoogleLogin: a,
|
|
12615
12615
|
API_ENV: o
|
|
12616
12616
|
}) {
|
|
12617
|
-
const [i, r] =
|
|
12618
|
-
return /* @__PURE__ */ f(
|
|
12617
|
+
const [i, r] = Z("login"), [c, u] = Z(""), [l, d] = Z(""), [m, h] = Z(""), [p, g] = Z(""), [A, w] = Z(""), [y, S] = Z(!1), [_, I] = Z(!1), [b, E] = Z(null);
|
|
12618
|
+
return /* @__PURE__ */ f(J, { children: [
|
|
12619
12619
|
i === "login" && /* @__PURE__ */ s(
|
|
12620
12620
|
Kp,
|
|
12621
12621
|
{
|
|
@@ -12631,21 +12631,21 @@ function Yp({
|
|
|
12631
12631
|
if (!_) {
|
|
12632
12632
|
Q.preventDefault(), E(null), I(!0);
|
|
12633
12633
|
try {
|
|
12634
|
-
const
|
|
12635
|
-
if (!
|
|
12634
|
+
const B = o.PUBLIC_ENV === "local" ? "token" : await Vo("comment_login", o.CAPTCHA_KEY || "");
|
|
12635
|
+
if (!B) throw new Error("Captcha token no generado");
|
|
12636
12636
|
const ne = await fetch("/api/auth/login-password", {
|
|
12637
12637
|
method: "POST",
|
|
12638
12638
|
headers: { "Content-Type": "application/json" },
|
|
12639
12639
|
credentials: "include",
|
|
12640
|
-
body: JSON.stringify({ email: c, password: l, token:
|
|
12640
|
+
body: JSON.stringify({ email: c, password: l, token: B })
|
|
12641
12641
|
});
|
|
12642
12642
|
if (!ne.ok) {
|
|
12643
12643
|
const ue = await ne.json().catch(() => ({}));
|
|
12644
12644
|
throw new Error(ue?.error || "Ha ocurrido un error");
|
|
12645
12645
|
}
|
|
12646
12646
|
e(), await t();
|
|
12647
|
-
} catch (
|
|
12648
|
-
E(
|
|
12647
|
+
} catch (B) {
|
|
12648
|
+
E(B?.message || "Error inesperado");
|
|
12649
12649
|
} finally {
|
|
12650
12650
|
I(!1);
|
|
12651
12651
|
}
|
|
@@ -12669,18 +12669,18 @@ function Yp({
|
|
|
12669
12669
|
if (!_) {
|
|
12670
12670
|
Q.preventDefault(), E(null), I(!0);
|
|
12671
12671
|
try {
|
|
12672
|
-
const
|
|
12672
|
+
const B = await fetch("/api/auth/forgot-password", {
|
|
12673
12673
|
method: "POST",
|
|
12674
12674
|
headers: { "Content-Type": "application/json" },
|
|
12675
12675
|
body: JSON.stringify({ email: c })
|
|
12676
12676
|
});
|
|
12677
|
-
if (!
|
|
12678
|
-
const ne = await
|
|
12677
|
+
if (!B.ok) {
|
|
12678
|
+
const ne = await B.json().catch(() => ({}));
|
|
12679
12679
|
throw new Error(ne?.error || "Error al enviar código");
|
|
12680
12680
|
}
|
|
12681
12681
|
d(""), r("changePassword");
|
|
12682
|
-
} catch (
|
|
12683
|
-
E(
|
|
12682
|
+
} catch (B) {
|
|
12683
|
+
E(B?.message || "Error inesperado");
|
|
12684
12684
|
} finally {
|
|
12685
12685
|
I(!1);
|
|
12686
12686
|
}
|
|
@@ -12711,7 +12711,7 @@ function Yp({
|
|
|
12711
12711
|
E("Las contraseñas no coinciden");
|
|
12712
12712
|
return;
|
|
12713
12713
|
}
|
|
12714
|
-
if (
|
|
12714
|
+
if (kn.some(
|
|
12715
12715
|
(ne) => !ne.test(p)
|
|
12716
12716
|
)) {
|
|
12717
12717
|
E("La contraseña no cumple con los requisitos");
|
|
@@ -12764,52 +12764,52 @@ function Kp({
|
|
|
12764
12764
|
onRegister: d,
|
|
12765
12765
|
handleGoogleLogin: m
|
|
12766
12766
|
}) {
|
|
12767
|
-
return /* @__PURE__ */ f(
|
|
12768
|
-
/* @__PURE__ */ f("button", { onClick: m, className:
|
|
12767
|
+
return /* @__PURE__ */ f(J, { children: [
|
|
12768
|
+
/* @__PURE__ */ f("button", { onClick: m, className: k.google, children: [
|
|
12769
12769
|
/* @__PURE__ */ s(
|
|
12770
12770
|
"img",
|
|
12771
12771
|
{
|
|
12772
12772
|
src: "https://www.gstatic.com/firebasejs/ui/2.0.0/images/auth/google.svg",
|
|
12773
12773
|
alt: "",
|
|
12774
|
-
className:
|
|
12774
|
+
className: k.googleIcon
|
|
12775
12775
|
}
|
|
12776
12776
|
),
|
|
12777
12777
|
/* @__PURE__ */ s("span", { children: "Continuar con Google" })
|
|
12778
12778
|
] }),
|
|
12779
|
-
/* @__PURE__ */ s("div", { className:
|
|
12779
|
+
/* @__PURE__ */ s("div", { className: k.divider, children: /* @__PURE__ */ s("span", { children: "o" }) }),
|
|
12780
12780
|
/* @__PURE__ */ f(
|
|
12781
12781
|
"form",
|
|
12782
12782
|
{
|
|
12783
12783
|
onSubmit: u,
|
|
12784
|
-
className:
|
|
12784
|
+
className: k.form,
|
|
12785
12785
|
"data-error": o ? "true" : "false",
|
|
12786
12786
|
children: [
|
|
12787
|
-
/* @__PURE__ */ f("div", { className:
|
|
12788
|
-
/* @__PURE__ */ s("label", { className:
|
|
12787
|
+
/* @__PURE__ */ f("div", { className: k.field, children: [
|
|
12788
|
+
/* @__PURE__ */ s("label", { className: k.label, children: "Email" }),
|
|
12789
12789
|
/* @__PURE__ */ s(
|
|
12790
12790
|
"input",
|
|
12791
12791
|
{
|
|
12792
12792
|
type: "email",
|
|
12793
12793
|
value: e,
|
|
12794
12794
|
onChange: (h) => i(h.target.value),
|
|
12795
|
-
className:
|
|
12795
|
+
className: k.input,
|
|
12796
12796
|
placeholder: ""
|
|
12797
12797
|
}
|
|
12798
12798
|
)
|
|
12799
12799
|
] }),
|
|
12800
|
-
/* @__PURE__ */ f("div", { className:
|
|
12801
|
-
/* @__PURE__ */ s("label", { className:
|
|
12800
|
+
/* @__PURE__ */ f("div", { className: k.field, children: [
|
|
12801
|
+
/* @__PURE__ */ s("label", { className: k.label, children: "Contraseña" }),
|
|
12802
12802
|
/* @__PURE__ */ s(
|
|
12803
12803
|
"input",
|
|
12804
12804
|
{
|
|
12805
12805
|
type: n ? "text" : "password",
|
|
12806
12806
|
value: t,
|
|
12807
12807
|
onChange: (h) => r(h.target.value),
|
|
12808
|
-
className:
|
|
12808
|
+
className: k.input,
|
|
12809
12809
|
placeholder: ""
|
|
12810
12810
|
}
|
|
12811
12811
|
),
|
|
12812
|
-
/* @__PURE__ */ f("div", { className:
|
|
12812
|
+
/* @__PURE__ */ f("div", { className: k.checkboxRow, children: [
|
|
12813
12813
|
/* @__PURE__ */ s(
|
|
12814
12814
|
"input",
|
|
12815
12815
|
{
|
|
@@ -12819,15 +12819,15 @@ function Kp({
|
|
|
12819
12819
|
onChange: (h) => c(h.target.checked)
|
|
12820
12820
|
}
|
|
12821
12821
|
),
|
|
12822
|
-
/* @__PURE__ */ s("label", { htmlFor: "showPasswordLogin", className:
|
|
12822
|
+
/* @__PURE__ */ s("label", { htmlFor: "showPasswordLogin", className: k.checkboxLabel, children: "Mostrar contraseña" })
|
|
12823
12823
|
] })
|
|
12824
12824
|
] }),
|
|
12825
|
-
o && /* @__PURE__ */ s("p", { className:
|
|
12826
|
-
/* @__PURE__ */ s("button", { type: "submit", className:
|
|
12825
|
+
o && /* @__PURE__ */ s("p", { className: k.error, children: o }),
|
|
12826
|
+
/* @__PURE__ */ s("button", { type: "submit", className: k.primary, disabled: a, children: a ? /* @__PURE__ */ s(nt, {}) : "Iniciar Sesión" })
|
|
12827
12827
|
]
|
|
12828
12828
|
}
|
|
12829
12829
|
),
|
|
12830
|
-
/* @__PURE__ */ f("p", { className:
|
|
12830
|
+
/* @__PURE__ */ f("p", { className: k.switch, children: [
|
|
12831
12831
|
"¿No tenés cuenta?",
|
|
12832
12832
|
/* @__PURE__ */ s("button", { type: "button", onClick: d, children: "Registrate" })
|
|
12833
12833
|
] }),
|
|
@@ -12835,7 +12835,7 @@ function Kp({
|
|
|
12835
12835
|
"button",
|
|
12836
12836
|
{
|
|
12837
12837
|
type: "button",
|
|
12838
|
-
className:
|
|
12838
|
+
className: k.forgotPassword,
|
|
12839
12839
|
onClick: l,
|
|
12840
12840
|
children: "Olvidé mi contraseña"
|
|
12841
12841
|
}
|
|
@@ -12854,12 +12854,12 @@ function Jp({
|
|
|
12854
12854
|
"form",
|
|
12855
12855
|
{
|
|
12856
12856
|
onSubmit: o,
|
|
12857
|
-
className:
|
|
12857
|
+
className: k.form,
|
|
12858
12858
|
"data-error": a ? "true" : "false",
|
|
12859
12859
|
children: [
|
|
12860
|
-
/* @__PURE__ */ s("p", { className:
|
|
12861
|
-
/* @__PURE__ */ f("div", { className:
|
|
12862
|
-
/* @__PURE__ */ s("label", { className:
|
|
12860
|
+
/* @__PURE__ */ s("p", { className: k.message, children: "Ingrese su dirección de correo electrónico. Le enviaremos un mensaje con un código para restablecer la contraseña." }),
|
|
12861
|
+
/* @__PURE__ */ f("div", { className: k.field, children: [
|
|
12862
|
+
/* @__PURE__ */ s("label", { className: k.label, children: "Email" }),
|
|
12863
12863
|
/* @__PURE__ */ s(
|
|
12864
12864
|
"input",
|
|
12865
12865
|
{
|
|
@@ -12867,14 +12867,14 @@ function Jp({
|
|
|
12867
12867
|
value: e,
|
|
12868
12868
|
name: "email",
|
|
12869
12869
|
onChange: (r) => t(r.target.value),
|
|
12870
|
-
className:
|
|
12870
|
+
className: k.input,
|
|
12871
12871
|
placeholder: ""
|
|
12872
12872
|
}
|
|
12873
12873
|
)
|
|
12874
12874
|
] }),
|
|
12875
|
-
a && /* @__PURE__ */ s("p", { className:
|
|
12876
|
-
/* @__PURE__ */ s("button", { type: "submit", className:
|
|
12877
|
-
/* @__PURE__ */ s("p", { className:
|
|
12875
|
+
a && /* @__PURE__ */ s("p", { className: k.error, children: a }),
|
|
12876
|
+
/* @__PURE__ */ s("button", { type: "submit", className: k.primary, disabled: n, children: n ? /* @__PURE__ */ s(nt, {}) : "Enviar código" }),
|
|
12877
|
+
/* @__PURE__ */ s("p", { className: k.switch, children: /* @__PURE__ */ s("button", { type: "button", onClick: i, children: "Volver" }) })
|
|
12878
12878
|
]
|
|
12879
12879
|
}
|
|
12880
12880
|
);
|
|
@@ -12898,62 +12898,62 @@ function Zp({
|
|
|
12898
12898
|
"form",
|
|
12899
12899
|
{
|
|
12900
12900
|
onSubmit: m,
|
|
12901
|
-
className:
|
|
12901
|
+
className: k.form,
|
|
12902
12902
|
"data-error": r ? "true" : "false",
|
|
12903
12903
|
children: [
|
|
12904
|
-
/* @__PURE__ */ f("p", { className:
|
|
12904
|
+
/* @__PURE__ */ f("p", { className: k.message, children: [
|
|
12905
12905
|
"Hemos enviado un código de restablecimiento de contraseña en un mensaje de Correo electrónico a ",
|
|
12906
12906
|
Wp(e),
|
|
12907
12907
|
". Ingrese el código y la contraseña nueva."
|
|
12908
12908
|
] }),
|
|
12909
|
-
/* @__PURE__ */ f("ul", { className:
|
|
12910
|
-
/* @__PURE__ */ f("div", { className:
|
|
12911
|
-
/* @__PURE__ */ s("label", { className:
|
|
12909
|
+
/* @__PURE__ */ f("ul", { className: k.formUl, children: [
|
|
12910
|
+
/* @__PURE__ */ f("div", { className: k.field, children: [
|
|
12911
|
+
/* @__PURE__ */ s("label", { className: k.label, children: "Código de verificación" }),
|
|
12912
12912
|
/* @__PURE__ */ s(
|
|
12913
12913
|
"input",
|
|
12914
12914
|
{
|
|
12915
12915
|
type: "text",
|
|
12916
12916
|
value: t,
|
|
12917
12917
|
onChange: (p) => c(p.target.value),
|
|
12918
|
-
className:
|
|
12918
|
+
className: k.input,
|
|
12919
12919
|
placeholder: ""
|
|
12920
12920
|
}
|
|
12921
12921
|
)
|
|
12922
12922
|
] }),
|
|
12923
|
-
/* @__PURE__ */ f("div", { className:
|
|
12924
|
-
/* @__PURE__ */ s("label", { className:
|
|
12923
|
+
/* @__PURE__ */ f("div", { className: k.field, children: [
|
|
12924
|
+
/* @__PURE__ */ s("label", { className: k.label, children: "Nueva contraseña" }),
|
|
12925
12925
|
/* @__PURE__ */ s(
|
|
12926
12926
|
"input",
|
|
12927
12927
|
{
|
|
12928
12928
|
type: o ? "text" : "password",
|
|
12929
12929
|
value: n,
|
|
12930
12930
|
onChange: (p) => u(p.target.value),
|
|
12931
|
-
className:
|
|
12931
|
+
className: k.input,
|
|
12932
12932
|
placeholder: "",
|
|
12933
12933
|
name: "password"
|
|
12934
12934
|
}
|
|
12935
12935
|
),
|
|
12936
|
-
/* @__PURE__ */ s("div", { className:
|
|
12936
|
+
/* @__PURE__ */ s("div", { className: k.passwordChecker, children: kn.map((p, g) => {
|
|
12937
12937
|
const A = p.test(n);
|
|
12938
|
-
return /* @__PURE__ */ f("div", { className: A ?
|
|
12938
|
+
return /* @__PURE__ */ f("div", { className: A ? k.valid : k.invalid, children: [
|
|
12939
12939
|
/* @__PURE__ */ s("div", { children: A ? "✔" : "○" }),
|
|
12940
12940
|
/* @__PURE__ */ s("div", { children: p.label })
|
|
12941
12941
|
] }, g);
|
|
12942
12942
|
}) })
|
|
12943
12943
|
] }),
|
|
12944
|
-
/* @__PURE__ */ f("div", { className:
|
|
12945
|
-
/* @__PURE__ */ s("label", { className:
|
|
12944
|
+
/* @__PURE__ */ f("div", { className: k.field, children: [
|
|
12945
|
+
/* @__PURE__ */ s("label", { className: k.label, children: "Confirmar contraseña" }),
|
|
12946
12946
|
/* @__PURE__ */ s(
|
|
12947
12947
|
"input",
|
|
12948
12948
|
{
|
|
12949
12949
|
type: o ? "text" : "password",
|
|
12950
12950
|
value: a,
|
|
12951
12951
|
onChange: (p) => l(p.target.value),
|
|
12952
|
-
className:
|
|
12952
|
+
className: k.input,
|
|
12953
12953
|
placeholder: ""
|
|
12954
12954
|
}
|
|
12955
12955
|
),
|
|
12956
|
-
/* @__PURE__ */ f("div", { className:
|
|
12956
|
+
/* @__PURE__ */ f("div", { className: k.checkboxRow, children: [
|
|
12957
12957
|
/* @__PURE__ */ s(
|
|
12958
12958
|
"input",
|
|
12959
12959
|
{
|
|
@@ -12967,43 +12967,43 @@ function Zp({
|
|
|
12967
12967
|
"label",
|
|
12968
12968
|
{
|
|
12969
12969
|
htmlFor: "showPasswordForgot",
|
|
12970
|
-
className:
|
|
12970
|
+
className: k.checkboxLabel,
|
|
12971
12971
|
children: "Mostrar contraseñas"
|
|
12972
12972
|
}
|
|
12973
12973
|
)
|
|
12974
12974
|
] })
|
|
12975
12975
|
] })
|
|
12976
12976
|
] }),
|
|
12977
|
-
r && /* @__PURE__ */ s("p", { className:
|
|
12977
|
+
r && /* @__PURE__ */ s("p", { className: k.error, children: r }),
|
|
12978
12978
|
/* @__PURE__ */ s(
|
|
12979
12979
|
"button",
|
|
12980
12980
|
{
|
|
12981
12981
|
type: "submit",
|
|
12982
|
-
className:
|
|
12982
|
+
className: k.primary,
|
|
12983
12983
|
style: { maxWidth: i ? "revert-layer" : "fit-content" },
|
|
12984
12984
|
disabled: i,
|
|
12985
12985
|
children: i ? /* @__PURE__ */ s(nt, {}) : "Cambiar contraseña"
|
|
12986
12986
|
}
|
|
12987
12987
|
),
|
|
12988
|
-
/* @__PURE__ */ s("p", { className:
|
|
12988
|
+
/* @__PURE__ */ s("p", { className: k.switch, children: /* @__PURE__ */ s("button", { type: "button", onClick: h, children: "Volver" }) })
|
|
12989
12989
|
]
|
|
12990
12990
|
}
|
|
12991
12991
|
);
|
|
12992
12992
|
}
|
|
12993
12993
|
function Xp({ onBackToLogin: e }) {
|
|
12994
|
-
return /* @__PURE__ */ f("div", { className:
|
|
12995
|
-
/* @__PURE__ */ s("p", { className:
|
|
12996
|
-
/* @__PURE__ */ s("button", { type: "button", className:
|
|
12994
|
+
return /* @__PURE__ */ f("div", { className: k.form, children: [
|
|
12995
|
+
/* @__PURE__ */ s("p", { className: k.success, children: "La contraseña fue cambiada con éxito" }),
|
|
12996
|
+
/* @__PURE__ */ s("button", { type: "button", className: k.primary, onClick: e, children: "Iniciar Sesión" })
|
|
12997
12997
|
] });
|
|
12998
12998
|
}
|
|
12999
|
-
function
|
|
12999
|
+
function e3({
|
|
13000
13000
|
loginUrl: e,
|
|
13001
13001
|
onClose: t,
|
|
13002
13002
|
checkAuth: n,
|
|
13003
13003
|
icon: a,
|
|
13004
13004
|
API_ENV: o
|
|
13005
13005
|
}) {
|
|
13006
|
-
const [i, r] =
|
|
13006
|
+
const [i, r] = Z("login"), c = async () => {
|
|
13007
13007
|
if (o.PUBLIC_ENV === "local") {
|
|
13008
13008
|
await fetch("/api/auth/debug-login", { method: "GET", credentials: "include" }), localStorage.setItem("cognito-login", "success:" + Date.now()), t(), n();
|
|
13009
13009
|
return;
|
|
@@ -13015,7 +13015,7 @@ function e9({
|
|
|
13015
13015
|
return /* @__PURE__ */ s(
|
|
13016
13016
|
"div",
|
|
13017
13017
|
{
|
|
13018
|
-
className:
|
|
13018
|
+
className: k.overlay,
|
|
13019
13019
|
role: "dialog",
|
|
13020
13020
|
"aria-modal": "true",
|
|
13021
13021
|
id: "pop-overlay",
|
|
@@ -13023,16 +13023,16 @@ function e9({
|
|
|
13023
13023
|
const l = u.target;
|
|
13024
13024
|
l && l.id === "pop-overlay" && t();
|
|
13025
13025
|
},
|
|
13026
|
-
children: /* @__PURE__ */ f("div", { className:
|
|
13027
|
-
/* @__PURE__ */ f("header", { className:
|
|
13028
|
-
/* @__PURE__ */ s("div", { className:
|
|
13026
|
+
children: /* @__PURE__ */ f("div", { className: k.card, children: [
|
|
13027
|
+
/* @__PURE__ */ f("header", { className: k.header, children: [
|
|
13028
|
+
/* @__PURE__ */ s("div", { className: k.logo, children: a ? a() : null }),
|
|
13029
13029
|
/* @__PURE__ */ s(
|
|
13030
13030
|
"button",
|
|
13031
13031
|
{
|
|
13032
13032
|
onClick: t,
|
|
13033
|
-
className:
|
|
13033
|
+
className: k.close,
|
|
13034
13034
|
"aria-label": "Cerrar",
|
|
13035
|
-
children: /* @__PURE__ */ s(
|
|
13035
|
+
children: /* @__PURE__ */ s(qt, {})
|
|
13036
13036
|
}
|
|
13037
13037
|
)
|
|
13038
13038
|
] }),
|
|
@@ -13058,22 +13058,22 @@ function e9({
|
|
|
13058
13058
|
}
|
|
13059
13059
|
);
|
|
13060
13060
|
}
|
|
13061
|
-
const
|
|
13062
|
-
content:
|
|
13063
|
-
videoContent:
|
|
13064
|
-
},
|
|
13065
|
-
container:
|
|
13066
|
-
playStyled:
|
|
13067
|
-
imageStyled:
|
|
13068
|
-
longer:
|
|
13069
|
-
contentNews:
|
|
13070
|
-
tagContent:
|
|
13071
|
-
tag:
|
|
13072
|
-
titular:
|
|
13073
|
-
small:
|
|
13074
|
-
figure:
|
|
13075
|
-
backDrop:
|
|
13076
|
-
backDropAux:
|
|
13061
|
+
const t3 = "_content_ghncj_1", n3 = "_videoContent_ghncj_17", Da = {
|
|
13062
|
+
content: t3,
|
|
13063
|
+
videoContent: n3
|
|
13064
|
+
}, s3 = "_container_1wcps_1", a3 = "_playStyled_1wcps_11", o3 = "_imageStyled_1wcps_25", i3 = "_longer_1wcps_51", r3 = "_contentNews_1wcps_61", c3 = "_tagContent_1wcps_101", l3 = "_tag_1wcps_101", d3 = "_titular_1wcps_135", u3 = "_small_1wcps_161", m3 = "_figure_1wcps_173", h3 = "_backDrop_1wcps_183", f3 = "_backDropAux_1wcps_199", Qt = {
|
|
13065
|
+
container: s3,
|
|
13066
|
+
playStyled: a3,
|
|
13067
|
+
imageStyled: o3,
|
|
13068
|
+
longer: i3,
|
|
13069
|
+
contentNews: r3,
|
|
13070
|
+
tagContent: c3,
|
|
13071
|
+
tag: l3,
|
|
13072
|
+
titular: d3,
|
|
13073
|
+
small: u3,
|
|
13074
|
+
figure: m3,
|
|
13075
|
+
backDrop: h3,
|
|
13076
|
+
backDropAux: f3
|
|
13077
13077
|
}, Ma = async (e) => {
|
|
13078
13078
|
const { size: t = "longer", video: n } = e, a = n.main.image.sizes[0]?.url ?? "";
|
|
13079
13079
|
return /* @__PURE__ */ s("figure", { className: Qt.figure, children: /* @__PURE__ */ f("span", { className: Qt.backdrop, children: [
|
|
@@ -13106,7 +13106,7 @@ const t9 = "_content_pq89v_1", n9 = "_videoContent_pq89v_9", Da = {
|
|
|
13106
13106
|
)
|
|
13107
13107
|
] }) })
|
|
13108
13108
|
] }) });
|
|
13109
|
-
},
|
|
13109
|
+
}, g3 = (e) => {
|
|
13110
13110
|
const { videos: t } = e;
|
|
13111
13111
|
return /* @__PURE__ */ s("div", { className: Da.content, children: /* @__PURE__ */ s(Kt, { children: /* @__PURE__ */ s(ye, { title: "Videos", isTitle: !0, children: /* @__PURE__ */ f("div", { className: Da.videoContent, children: [
|
|
13112
13112
|
/* @__PURE__ */ s(Ma, { video: t[0] }),
|
|
@@ -13119,19 +13119,19 @@ const t9 = "_content_pq89v_1", n9 = "_videoContent_pq89v_9", Da = {
|
|
|
13119
13119
|
`video-small-${a}`
|
|
13120
13120
|
)) })
|
|
13121
13121
|
] }) }) }) });
|
|
13122
|
-
},
|
|
13123
|
-
content:
|
|
13124
|
-
videoContent:
|
|
13125
|
-
articleSection:
|
|
13126
|
-
contentLatout:
|
|
13127
|
-
title:
|
|
13128
|
-
article:
|
|
13129
|
-
correspondent:
|
|
13130
|
-
},
|
|
13131
|
-
container:
|
|
13132
|
-
playStyled:
|
|
13133
|
-
},
|
|
13134
|
-
const { video: t } = e, n =
|
|
13122
|
+
}, p3 = "_content_quk50_1", A3 = "_videoContent_quk50_17", w3 = "_articleSection_quk50_41", y3 = "_contentLatout_quk50_61", v3 = "_title_quk50_71", b3 = "_article_quk50_41", _3 = "_correspondent_quk50_127", ht = {
|
|
13123
|
+
content: p3,
|
|
13124
|
+
videoContent: A3,
|
|
13125
|
+
articleSection: w3,
|
|
13126
|
+
contentLatout: y3,
|
|
13127
|
+
title: v3,
|
|
13128
|
+
article: b3,
|
|
13129
|
+
correspondent: _3
|
|
13130
|
+
}, C3 = "_container_17w1m_1", S3 = "_playStyled_17w1m_17", ja = {
|
|
13131
|
+
container: C3,
|
|
13132
|
+
playStyled: S3
|
|
13133
|
+
}, N3 = (e) => {
|
|
13134
|
+
const { video: t } = e, n = qs();
|
|
13135
13135
|
return /* @__PURE__ */ s(
|
|
13136
13136
|
R,
|
|
13137
13137
|
{
|
|
@@ -13139,7 +13139,7 @@ const t9 = "_content_pq89v_1", n9 = "_videoContent_pq89v_9", Da = {
|
|
|
13139
13139
|
target: t.info.link.target,
|
|
13140
13140
|
children: /* @__PURE__ */ f("section", { className: ja.container, children: [
|
|
13141
13141
|
/* @__PURE__ */ s(
|
|
13142
|
-
|
|
13142
|
+
qe,
|
|
13143
13143
|
{
|
|
13144
13144
|
isLarge: !0,
|
|
13145
13145
|
preview: {
|
|
@@ -13152,12 +13152,12 @@ const t9 = "_content_pq89v_1", n9 = "_videoContent_pq89v_9", Da = {
|
|
|
13152
13152
|
] })
|
|
13153
13153
|
}
|
|
13154
13154
|
);
|
|
13155
|
-
},
|
|
13155
|
+
}, I3 = (e) => {
|
|
13156
13156
|
const t = () => e?.video.main.author ? `${e?.video.main.author} - ${He(
|
|
13157
13157
|
e.video.info.date.created
|
|
13158
13158
|
)}` : e?.video.main.author;
|
|
13159
13159
|
return /* @__PURE__ */ s("div", { className: ht.content, children: /* @__PURE__ */ s(Kt, { className: ht.contentLatout, children: /* @__PURE__ */ s(ye, { title: "Videos", isTitle: !0, children: /* @__PURE__ */ f("div", { className: ht.videoContent, children: [
|
|
13160
|
-
/* @__PURE__ */ s(
|
|
13160
|
+
/* @__PURE__ */ s(N3, { video: e.video }),
|
|
13161
13161
|
/* @__PURE__ */ f("div", { className: ht.articleSection, children: [
|
|
13162
13162
|
/* @__PURE__ */ s(
|
|
13163
13163
|
R,
|
|
@@ -13172,17 +13172,17 @@ const t9 = "_content_pq89v_1", n9 = "_videoContent_pq89v_9", Da = {
|
|
|
13172
13172
|
/* @__PURE__ */ s("p", { className: ht.correspondent, children: t() })
|
|
13173
13173
|
] })
|
|
13174
13174
|
] }) }) }) });
|
|
13175
|
-
},
|
|
13175
|
+
}, P5 = (e) => {
|
|
13176
13176
|
switch (e.option) {
|
|
13177
13177
|
case "op1":
|
|
13178
|
-
return /* @__PURE__ */ s(
|
|
13178
|
+
return /* @__PURE__ */ s(g3, { videos: e.data });
|
|
13179
13179
|
case "op2":
|
|
13180
|
-
return /* @__PURE__ */ s(
|
|
13180
|
+
return /* @__PURE__ */ s(I3, { video: e.data[0] });
|
|
13181
13181
|
default:
|
|
13182
|
-
return /* @__PURE__ */ s(
|
|
13182
|
+
return /* @__PURE__ */ s(J, {});
|
|
13183
13183
|
}
|
|
13184
13184
|
};
|
|
13185
|
-
function
|
|
13185
|
+
function O5({ containerId: e, containerId2: t }) {
|
|
13186
13186
|
return Qe(() => {
|
|
13187
13187
|
try {
|
|
13188
13188
|
let n = function() {
|
|
@@ -13218,7 +13218,7 @@ function O6({ containerId: e, containerId2: t }) {
|
|
|
13218
13218
|
}
|
|
13219
13219
|
}, [e]), null;
|
|
13220
13220
|
}
|
|
13221
|
-
const
|
|
13221
|
+
const E3 = (e) => {
|
|
13222
13222
|
const {
|
|
13223
13223
|
//rounded = false,
|
|
13224
13224
|
isVideo: t = !1,
|
|
@@ -13259,7 +13259,7 @@ const E9 = (e) => {
|
|
|
13259
13259
|
}
|
|
13260
13260
|
}
|
|
13261
13261
|
),
|
|
13262
|
-
t && /* @__PURE__ */ f(
|
|
13262
|
+
t && /* @__PURE__ */ f(J, { children: [
|
|
13263
13263
|
/* @__PURE__ */ s(
|
|
13264
13264
|
"div",
|
|
13265
13265
|
{
|
|
@@ -13282,7 +13282,7 @@ const E9 = (e) => {
|
|
|
13282
13282
|
] })
|
|
13283
13283
|
] })
|
|
13284
13284
|
] }) });
|
|
13285
|
-
},
|
|
13285
|
+
}, T3 = (e) => /* @__PURE__ */ s(
|
|
13286
13286
|
"svg",
|
|
13287
13287
|
{
|
|
13288
13288
|
width: "41",
|
|
@@ -13299,7 +13299,7 @@ const E9 = (e) => {
|
|
|
13299
13299
|
}
|
|
13300
13300
|
)
|
|
13301
13301
|
}
|
|
13302
|
-
),
|
|
13302
|
+
), x3 = {
|
|
13303
13303
|
info: {
|
|
13304
13304
|
section: {
|
|
13305
13305
|
name: "",
|
|
@@ -13356,7 +13356,7 @@ const E9 = (e) => {
|
|
|
13356
13356
|
}
|
|
13357
13357
|
],
|
|
13358
13358
|
preview: void 0
|
|
13359
|
-
},
|
|
13359
|
+
}, k3 = ({
|
|
13360
13360
|
section: e,
|
|
13361
13361
|
internalPath: t,
|
|
13362
13362
|
banner: n,
|
|
@@ -13366,7 +13366,7 @@ const E9 = (e) => {
|
|
|
13366
13366
|
fetchConfig: r,
|
|
13367
13367
|
paths: c
|
|
13368
13368
|
}) => {
|
|
13369
|
-
const u = i.FETCH_SIZE_MORE_NEWS ?? 6, [l, d] =
|
|
13369
|
+
const u = i.FETCH_SIZE_MORE_NEWS ?? 6, [l, d] = Z({ data: Array.from({ length: u }, () => x3) }), [m, h] = Z(!1), p = fe(async () => {
|
|
13370
13370
|
if (!t) return;
|
|
13371
13371
|
const w = new URLSearchParams({
|
|
13372
13372
|
section: e,
|
|
@@ -13429,7 +13429,7 @@ const E9 = (e) => {
|
|
|
13429
13429
|
return Qe(() => {
|
|
13430
13430
|
a && A();
|
|
13431
13431
|
}, [a, A]), !l?.data || l.data.length === 0 ? null : /* @__PURE__ */ s(
|
|
13432
|
-
|
|
13432
|
+
U3,
|
|
13433
13433
|
{
|
|
13434
13434
|
news: l.data,
|
|
13435
13435
|
title: "Más Noticias",
|
|
@@ -13443,7 +13443,7 @@ const E9 = (e) => {
|
|
|
13443
13443
|
isVisible: a
|
|
13444
13444
|
}
|
|
13445
13445
|
);
|
|
13446
|
-
},
|
|
13446
|
+
}, U3 = (e) => {
|
|
13447
13447
|
const { news: t, hasLines: n = !1, API_ENV: a } = e, o = (i) => n && (i + 1) % 3 !== 0 ? As.contentSeparator : "";
|
|
13448
13448
|
return /* @__PURE__ */ s(
|
|
13449
13449
|
"div",
|
|
@@ -13480,7 +13480,7 @@ const E9 = (e) => {
|
|
|
13480
13480
|
"aria-label": c?.title?.section ?? "nota",
|
|
13481
13481
|
target: l?.link?.target,
|
|
13482
13482
|
children: /* @__PURE__ */ s(
|
|
13483
|
-
|
|
13483
|
+
E3,
|
|
13484
13484
|
{
|
|
13485
13485
|
isVisible: e.isVisible,
|
|
13486
13486
|
preview: d,
|
|
@@ -13494,7 +13494,7 @@ const E9 = (e) => {
|
|
|
13494
13494
|
}
|
|
13495
13495
|
),
|
|
13496
13496
|
/* @__PURE__ */ s("div", { className: zt.newsDescription, children: /* @__PURE__ */ s(
|
|
13497
|
-
|
|
13497
|
+
L3,
|
|
13498
13498
|
{
|
|
13499
13499
|
main: c,
|
|
13500
13500
|
SHOW_TAG_BY_SECTION: a.SHOW_TAG_BY_SECTION,
|
|
@@ -13518,7 +13518,7 @@ const E9 = (e) => {
|
|
|
13518
13518
|
})
|
|
13519
13519
|
}
|
|
13520
13520
|
);
|
|
13521
|
-
},
|
|
13521
|
+
}, L3 = (e) => {
|
|
13522
13522
|
const { share: t = !1, cutSubtitle: n = !0, SHOW_TAG_BY_SECTION: a, keywords: o, info: i } = e, c = (() => {
|
|
13523
13523
|
if (!e?.authors || e.authors.length === 0) return "";
|
|
13524
13524
|
const d = e.authors[0], m = He(e.info?.date?.modified, e.DATE_CONFIG);
|
|
@@ -13557,7 +13557,7 @@ const E9 = (e) => {
|
|
|
13557
13557
|
return null;
|
|
13558
13558
|
};
|
|
13559
13559
|
return /* @__PURE__ */ f("div", { className: se.boxInformation, children: [
|
|
13560
|
-
t && /* @__PURE__ */ s(
|
|
13560
|
+
t && /* @__PURE__ */ s(T3, { className: se.dotStyles }),
|
|
13561
13561
|
/* @__PURE__ */ s(l, {}),
|
|
13562
13562
|
/* @__PURE__ */ s("h2", { className: se.articule, children: /* @__PURE__ */ s(
|
|
13563
13563
|
R,
|
|
@@ -13584,7 +13584,7 @@ const E9 = (e) => {
|
|
|
13584
13584
|
children: n ? ze(e.main.subtitle.striped) : e.main.subtitle.striped
|
|
13585
13585
|
}
|
|
13586
13586
|
),
|
|
13587
|
-
(e?.config?.showtime || e.config?.showauthor) && c && /* @__PURE__ */ s(
|
|
13587
|
+
(e?.config?.showtime || e.config?.showauthor) && c && /* @__PURE__ */ s(J, { children: e.authors?.[0]?.internaluser ? /* @__PURE__ */ s(
|
|
13588
13588
|
R,
|
|
13589
13589
|
{
|
|
13590
13590
|
block_subPublication: e.DATE_CONFIG?.SUB_PUBLICATION_PREFIX_IN_ROUTES?.autor,
|
|
@@ -13594,7 +13594,7 @@ const E9 = (e) => {
|
|
|
13594
13594
|
}
|
|
13595
13595
|
) : /* @__PURE__ */ s("div", { className: se.correspondent, children: c }) })
|
|
13596
13596
|
] });
|
|
13597
|
-
},
|
|
13597
|
+
}, R3 = ({
|
|
13598
13598
|
user: e,
|
|
13599
13599
|
handleLogout: t,
|
|
13600
13600
|
message: n
|
|
@@ -13633,25 +13633,25 @@ const E9 = (e) => {
|
|
|
13633
13633
|
/* @__PURE__ */ s("p", { className: "comment-text", children: n })
|
|
13634
13634
|
] })
|
|
13635
13635
|
] }) });
|
|
13636
|
-
},
|
|
13637
|
-
overlay:
|
|
13638
|
-
popup:
|
|
13639
|
-
title:
|
|
13640
|
-
optionsContainer:
|
|
13641
|
-
option:
|
|
13642
|
-
radioInput:
|
|
13643
|
-
radioCustom:
|
|
13644
|
-
optionLabel:
|
|
13645
|
-
buttons:
|
|
13646
|
-
cancelButton:
|
|
13647
|
-
closeButton:
|
|
13648
|
-
buttonAlone:
|
|
13649
|
-
reportButton: $
|
|
13650
|
-
successContainer:
|
|
13651
|
-
thumbsUp:
|
|
13652
|
-
successMessage:
|
|
13653
|
-
errorMessage:
|
|
13654
|
-
loadingContainer:
|
|
13636
|
+
}, q3 = "_overlay_1ng7z_5", B3 = "_popup_1ng7z_33", P3 = "_title_1ng7z_79", O3 = "_optionsContainer_1ng7z_103", D3 = "_option_1ng7z_103", M3 = "_radioInput_1ng7z_131", j3 = "_radioCustom_1ng7z_139", G3 = "_optionLabel_1ng7z_193", Q3 = "_buttons_1ng7z_219", H3 = "_cancelButton_1ng7z_233", z3 = "_closeButton_1ng7z_235", F3 = "_buttonAlone_1ng7z_273", $3 = "_reportButton_1ng7z_285", V3 = "_successContainer_1ng7z_325", W3 = "_thumbsUp_1ng7z_341", Y3 = "_successMessage_1ng7z_353", K3 = "_errorMessage_1ng7z_435", J3 = "_loadingContainer_1ng7z_461", Ae = {
|
|
13637
|
+
overlay: q3,
|
|
13638
|
+
popup: B3,
|
|
13639
|
+
title: P3,
|
|
13640
|
+
optionsContainer: O3,
|
|
13641
|
+
option: D3,
|
|
13642
|
+
radioInput: M3,
|
|
13643
|
+
radioCustom: j3,
|
|
13644
|
+
optionLabel: G3,
|
|
13645
|
+
buttons: Q3,
|
|
13646
|
+
cancelButton: H3,
|
|
13647
|
+
closeButton: z3,
|
|
13648
|
+
buttonAlone: F3,
|
|
13649
|
+
reportButton: $3,
|
|
13650
|
+
successContainer: V3,
|
|
13651
|
+
thumbsUp: W3,
|
|
13652
|
+
successMessage: Y3,
|
|
13653
|
+
errorMessage: K3,
|
|
13654
|
+
loadingContainer: J3
|
|
13655
13655
|
}, Yo = async (e, t) => {
|
|
13656
13656
|
if (!e) return !1;
|
|
13657
13657
|
const { CAPTCHA_PROJECT: n, CAPTCHA_KEY_V2: a, COMMENTS_CAPTCHA_API_KEY: o } = t;
|
|
@@ -13674,7 +13674,7 @@ const E9 = (e) => {
|
|
|
13674
13674
|
return console.error("Error verificando reCAPTCHA Enterprise:", i), !1;
|
|
13675
13675
|
}
|
|
13676
13676
|
};
|
|
13677
|
-
async function
|
|
13677
|
+
async function D5({
|
|
13678
13678
|
publication: e,
|
|
13679
13679
|
username: t,
|
|
13680
13680
|
id: n,
|
|
@@ -13745,12 +13745,12 @@ const Ze = {
|
|
|
13745
13745
|
intellectual: "Violación de propiedad intelectual",
|
|
13746
13746
|
bullying: "Bullying o acoso"
|
|
13747
13747
|
};
|
|
13748
|
-
function
|
|
13748
|
+
function M5(e) {
|
|
13749
13749
|
return Ze[e];
|
|
13750
13750
|
}
|
|
13751
13751
|
var un = { exports: {} }, mn = { exports: {} }, ae = {};
|
|
13752
13752
|
var Ga;
|
|
13753
|
-
function
|
|
13753
|
+
function Z3() {
|
|
13754
13754
|
if (Ga) return ae;
|
|
13755
13755
|
Ga = 1;
|
|
13756
13756
|
var e = typeof Symbol == "function" && Symbol.for, t = e ? Symbol.for("react.element") : 60103, n = e ? Symbol.for("react.portal") : 60106, a = e ? Symbol.for("react.fragment") : 60107, o = e ? Symbol.for("react.strict_mode") : 60108, i = e ? Symbol.for("react.profiler") : 60114, r = e ? Symbol.for("react.provider") : 60109, c = e ? Symbol.for("react.context") : 60110, u = e ? Symbol.for("react.async_mode") : 60111, l = e ? Symbol.for("react.concurrent_mode") : 60111, d = e ? Symbol.for("react.forward_ref") : 60112, m = e ? Symbol.for("react.suspense") : 60113, h = e ? Symbol.for("react.suspense_list") : 60120, 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, y = e ? Symbol.for("react.responder") : 60118, S = e ? Symbol.for("react.scope") : 60119;
|
|
@@ -13817,19 +13817,19 @@ function Z9() {
|
|
|
13817
13817
|
}
|
|
13818
13818
|
var oe = {};
|
|
13819
13819
|
var Qa;
|
|
13820
|
-
function
|
|
13820
|
+
function X3() {
|
|
13821
13821
|
return Qa || (Qa = 1, process.env.NODE_ENV !== "production" && (function() {
|
|
13822
13822
|
var e = typeof Symbol == "function" && Symbol.for, t = e ? Symbol.for("react.element") : 60103, n = e ? Symbol.for("react.portal") : 60106, a = e ? Symbol.for("react.fragment") : 60107, o = e ? Symbol.for("react.strict_mode") : 60108, i = e ? Symbol.for("react.profiler") : 60114, r = e ? Symbol.for("react.provider") : 60109, c = e ? Symbol.for("react.context") : 60110, u = e ? Symbol.for("react.async_mode") : 60111, l = e ? Symbol.for("react.concurrent_mode") : 60111, d = e ? Symbol.for("react.forward_ref") : 60112, m = e ? Symbol.for("react.suspense") : 60113, h = e ? Symbol.for("react.suspense_list") : 60120, 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, y = e ? Symbol.for("react.responder") : 60118, S = e ? Symbol.for("react.scope") : 60119;
|
|
13823
|
-
function _(
|
|
13824
|
-
return typeof
|
|
13825
|
-
|
|
13823
|
+
function _(q) {
|
|
13824
|
+
return typeof q == "string" || typeof q == "function" || // Note: its typeof might be other than 'symbol' or 'number' if it's a polyfill.
|
|
13825
|
+
q === a || q === l || q === i || q === o || q === m || q === h || typeof q == "object" && q !== null && (q.$$typeof === g || q.$$typeof === p || q.$$typeof === r || q.$$typeof === c || q.$$typeof === d || q.$$typeof === w || q.$$typeof === y || q.$$typeof === S || q.$$typeof === A);
|
|
13826
13826
|
}
|
|
13827
|
-
function I(
|
|
13828
|
-
if (typeof
|
|
13829
|
-
var _e =
|
|
13827
|
+
function I(q) {
|
|
13828
|
+
if (typeof q == "object" && q !== null) {
|
|
13829
|
+
var _e = q.$$typeof;
|
|
13830
13830
|
switch (_e) {
|
|
13831
13831
|
case t:
|
|
13832
|
-
var Jt =
|
|
13832
|
+
var Jt = q.type;
|
|
13833
13833
|
switch (Jt) {
|
|
13834
13834
|
case u:
|
|
13835
13835
|
case l:
|
|
@@ -13856,55 +13856,55 @@ function X9() {
|
|
|
13856
13856
|
}
|
|
13857
13857
|
}
|
|
13858
13858
|
}
|
|
13859
|
-
var b = u, E = l, O = c, G = r, Y = t, Q = d,
|
|
13860
|
-
function z(
|
|
13861
|
-
return
|
|
13859
|
+
var b = u, E = l, O = c, G = r, Y = t, Q = d, B = a, ne = g, ue = p, M = n, U = i, T = o, D = m, x = !1;
|
|
13860
|
+
function z(q) {
|
|
13861
|
+
return x || (x = !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.")), v(q) || I(q) === u;
|
|
13862
13862
|
}
|
|
13863
|
-
function v(
|
|
13864
|
-
return I(
|
|
13863
|
+
function v(q) {
|
|
13864
|
+
return I(q) === l;
|
|
13865
13865
|
}
|
|
13866
|
-
function N(
|
|
13867
|
-
return I(
|
|
13866
|
+
function N(q) {
|
|
13867
|
+
return I(q) === c;
|
|
13868
13868
|
}
|
|
13869
|
-
function L(
|
|
13870
|
-
return I(
|
|
13869
|
+
function L(q) {
|
|
13870
|
+
return I(q) === r;
|
|
13871
13871
|
}
|
|
13872
|
-
function j(
|
|
13873
|
-
return typeof
|
|
13872
|
+
function j(q) {
|
|
13873
|
+
return typeof q == "object" && q !== null && q.$$typeof === t;
|
|
13874
13874
|
}
|
|
13875
|
-
function P(
|
|
13876
|
-
return I(
|
|
13875
|
+
function P(q) {
|
|
13876
|
+
return I(q) === d;
|
|
13877
13877
|
}
|
|
13878
|
-
function H(
|
|
13879
|
-
return I(
|
|
13878
|
+
function H(q) {
|
|
13879
|
+
return I(q) === a;
|
|
13880
13880
|
}
|
|
13881
|
-
function F(
|
|
13882
|
-
return I(
|
|
13881
|
+
function F(q) {
|
|
13882
|
+
return I(q) === g;
|
|
13883
13883
|
}
|
|
13884
|
-
function V(
|
|
13885
|
-
return I(
|
|
13884
|
+
function V(q) {
|
|
13885
|
+
return I(q) === p;
|
|
13886
13886
|
}
|
|
13887
|
-
function X(
|
|
13888
|
-
return I(
|
|
13887
|
+
function X(q) {
|
|
13888
|
+
return I(q) === n;
|
|
13889
13889
|
}
|
|
13890
|
-
function te(
|
|
13891
|
-
return I(
|
|
13890
|
+
function te(q) {
|
|
13891
|
+
return I(q) === i;
|
|
13892
13892
|
}
|
|
13893
|
-
function W(
|
|
13894
|
-
return I(
|
|
13893
|
+
function W(q) {
|
|
13894
|
+
return I(q) === o;
|
|
13895
13895
|
}
|
|
13896
|
-
function le(
|
|
13897
|
-
return I(
|
|
13896
|
+
function le(q) {
|
|
13897
|
+
return I(q) === m;
|
|
13898
13898
|
}
|
|
13899
|
-
oe.AsyncMode = b, oe.ConcurrentMode = E, oe.ContextConsumer = O, oe.ContextProvider = G, oe.Element = Y, oe.ForwardRef = Q, oe.Fragment =
|
|
13899
|
+
oe.AsyncMode = b, oe.ConcurrentMode = E, oe.ContextConsumer = O, oe.ContextProvider = G, oe.Element = Y, oe.ForwardRef = Q, oe.Fragment = B, oe.Lazy = ne, oe.Memo = ue, oe.Portal = M, oe.Profiler = U, oe.StrictMode = T, oe.Suspense = D, oe.isAsyncMode = z, oe.isConcurrentMode = v, oe.isContextConsumer = N, oe.isContextProvider = L, oe.isElement = j, oe.isForwardRef = P, oe.isFragment = H, oe.isLazy = F, oe.isMemo = V, oe.isPortal = X, oe.isProfiler = te, oe.isStrictMode = W, oe.isSuspense = le, oe.isValidElementType = _, oe.typeOf = I;
|
|
13900
13900
|
})()), oe;
|
|
13901
13901
|
}
|
|
13902
13902
|
var Ha;
|
|
13903
13903
|
function Gs() {
|
|
13904
|
-
return Ha || (Ha = 1, process.env.NODE_ENV === "production" ? mn.exports =
|
|
13904
|
+
return Ha || (Ha = 1, process.env.NODE_ENV === "production" ? mn.exports = Z3() : mn.exports = X3()), mn.exports;
|
|
13905
13905
|
}
|
|
13906
13906
|
var as, za;
|
|
13907
|
-
function
|
|
13907
|
+
function e9() {
|
|
13908
13908
|
if (za) return as;
|
|
13909
13909
|
za = 1;
|
|
13910
13910
|
var e = Object.getOwnPropertySymbols, t = Object.prototype.hasOwnProperty, n = Object.prototype.propertyIsEnumerable;
|
|
@@ -13961,7 +13961,7 @@ function Ko() {
|
|
|
13961
13961
|
return $a || ($a = 1, is = Function.call.bind(Object.prototype.hasOwnProperty)), is;
|
|
13962
13962
|
}
|
|
13963
13963
|
var rs, Va;
|
|
13964
|
-
function
|
|
13964
|
+
function t9() {
|
|
13965
13965
|
if (Va) return rs;
|
|
13966
13966
|
Va = 1;
|
|
13967
13967
|
var e = function() {
|
|
@@ -14010,10 +14010,10 @@ function t3() {
|
|
|
14010
14010
|
}, rs = o, rs;
|
|
14011
14011
|
}
|
|
14012
14012
|
var cs, Wa;
|
|
14013
|
-
function
|
|
14013
|
+
function n9() {
|
|
14014
14014
|
if (Wa) return cs;
|
|
14015
14015
|
Wa = 1;
|
|
14016
|
-
var e = Gs(), t =
|
|
14016
|
+
var e = Gs(), t = e9(), n = /* @__PURE__ */ Qs(), a = /* @__PURE__ */ Ko(), o = /* @__PURE__ */ t9(), i = function() {
|
|
14017
14017
|
};
|
|
14018
14018
|
process.env.NODE_ENV !== "production" && (i = function(c) {
|
|
14019
14019
|
var u = "Warning: " + c;
|
|
@@ -14067,10 +14067,10 @@ function n3() {
|
|
|
14067
14067
|
function j(H, F, V, X, te, W, le) {
|
|
14068
14068
|
if (X = X || h, W = W || V, le !== n) {
|
|
14069
14069
|
if (u) {
|
|
14070
|
-
var
|
|
14070
|
+
var q = new Error(
|
|
14071
14071
|
"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"
|
|
14072
14072
|
);
|
|
14073
|
-
throw
|
|
14073
|
+
throw q.name = "Invariant Violation", q;
|
|
14074
14074
|
} else if (process.env.NODE_ENV !== "production" && typeof console < "u") {
|
|
14075
14075
|
var _e = X + ":" + V;
|
|
14076
14076
|
!N[_e] && // Avoid spamming the console because they are often not actionable except for lib authors
|
|
@@ -14160,9 +14160,9 @@ function n3() {
|
|
|
14160
14160
|
for (var V = L[j], X = 0; X < v.length; X++)
|
|
14161
14161
|
if (g(V, v[X]))
|
|
14162
14162
|
return null;
|
|
14163
|
-
var te = JSON.stringify(v, function(le,
|
|
14164
|
-
var _e = D(
|
|
14165
|
-
return _e === "symbol" ? String(
|
|
14163
|
+
var te = JSON.stringify(v, function(le, q) {
|
|
14164
|
+
var _e = D(q);
|
|
14165
|
+
return _e === "symbol" ? String(q) : q;
|
|
14166
14166
|
});
|
|
14167
14167
|
return new A("Invalid " + H + " `" + F + "` of value `" + String(V) + "` " + ("supplied to `" + P + "`, expected one of " + te + "."));
|
|
14168
14168
|
}
|
|
@@ -14192,15 +14192,15 @@ function n3() {
|
|
|
14192
14192
|
var L = v[N];
|
|
14193
14193
|
if (typeof L != "function")
|
|
14194
14194
|
return i(
|
|
14195
|
-
"Invalid argument supplied to oneOfType. Expected an array of check functions, but received " +
|
|
14195
|
+
"Invalid argument supplied to oneOfType. Expected an array of check functions, but received " + x(L) + " at index " + N + "."
|
|
14196
14196
|
), r;
|
|
14197
14197
|
}
|
|
14198
14198
|
function j(P, H, F, V, X) {
|
|
14199
14199
|
for (var te = [], W = 0; W < v.length; W++) {
|
|
14200
|
-
var le = v[W],
|
|
14201
|
-
if (
|
|
14200
|
+
var le = v[W], q = le(P, H, F, V, X, n);
|
|
14201
|
+
if (q == null)
|
|
14202
14202
|
return null;
|
|
14203
|
-
|
|
14203
|
+
q.data && a(q.data, "expectedType") && te.push(q.data.expectedType);
|
|
14204
14204
|
}
|
|
14205
14205
|
var _e = te.length > 0 ? ", expected one of type [" + te.join(", ") + "]" : "";
|
|
14206
14206
|
return new A("Invalid " + V + " `" + X + "` supplied to " + ("`" + F + "`" + _e + "."));
|
|
@@ -14213,7 +14213,7 @@ function n3() {
|
|
|
14213
14213
|
}
|
|
14214
14214
|
return w(v);
|
|
14215
14215
|
}
|
|
14216
|
-
function
|
|
14216
|
+
function B(v, N, L, j, P) {
|
|
14217
14217
|
return new A(
|
|
14218
14218
|
(v || "React class") + ": " + N + " type `" + L + "." + j + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + P + "`."
|
|
14219
14219
|
);
|
|
@@ -14226,7 +14226,7 @@ function n3() {
|
|
|
14226
14226
|
for (var te in v) {
|
|
14227
14227
|
var W = v[te];
|
|
14228
14228
|
if (typeof W != "function")
|
|
14229
|
-
return
|
|
14229
|
+
return B(P, H, F, te, D(W));
|
|
14230
14230
|
var le = W(V, te, P, H, F + "." + te, n);
|
|
14231
14231
|
if (le)
|
|
14232
14232
|
return le;
|
|
@@ -14244,15 +14244,15 @@ function n3() {
|
|
|
14244
14244
|
for (var W in te) {
|
|
14245
14245
|
var le = v[W];
|
|
14246
14246
|
if (a(v, W) && typeof le != "function")
|
|
14247
|
-
return
|
|
14247
|
+
return B(P, H, F, W, D(le));
|
|
14248
14248
|
if (!le)
|
|
14249
14249
|
return new A(
|
|
14250
14250
|
"Invalid " + H + " `" + F + "` key `" + W + "` supplied to `" + P + "`.\nBad object: " + JSON.stringify(L[j], null, " ") + `
|
|
14251
14251
|
Valid keys: ` + JSON.stringify(Object.keys(v), null, " ")
|
|
14252
14252
|
);
|
|
14253
|
-
var
|
|
14254
|
-
if (
|
|
14255
|
-
return
|
|
14253
|
+
var q = le(V, W, P, H, F + "." + W, n);
|
|
14254
|
+
if (q)
|
|
14255
|
+
return q;
|
|
14256
14256
|
}
|
|
14257
14257
|
return null;
|
|
14258
14258
|
}
|
|
@@ -14310,7 +14310,7 @@ Valid keys: ` + JSON.stringify(Object.keys(v), null, " ")
|
|
|
14310
14310
|
}
|
|
14311
14311
|
return N;
|
|
14312
14312
|
}
|
|
14313
|
-
function
|
|
14313
|
+
function x(v) {
|
|
14314
14314
|
var N = D(v);
|
|
14315
14315
|
switch (N) {
|
|
14316
14316
|
case "array":
|
|
@@ -14331,7 +14331,7 @@ Valid keys: ` + JSON.stringify(Object.keys(v), null, " ")
|
|
|
14331
14331
|
}, cs;
|
|
14332
14332
|
}
|
|
14333
14333
|
var ls, Ya;
|
|
14334
|
-
function
|
|
14334
|
+
function s9() {
|
|
14335
14335
|
if (Ya) return ls;
|
|
14336
14336
|
Ya = 1;
|
|
14337
14337
|
var e = /* @__PURE__ */ Qs();
|
|
@@ -14379,18 +14379,18 @@ function s3() {
|
|
|
14379
14379
|
}, ls;
|
|
14380
14380
|
}
|
|
14381
14381
|
var Ka;
|
|
14382
|
-
function
|
|
14382
|
+
function a9() {
|
|
14383
14383
|
if (Ka) return un.exports;
|
|
14384
14384
|
if (Ka = 1, process.env.NODE_ENV !== "production") {
|
|
14385
14385
|
var e = Gs(), t = !0;
|
|
14386
|
-
un.exports = /* @__PURE__ */
|
|
14386
|
+
un.exports = /* @__PURE__ */ n9()(e.isElement, t);
|
|
14387
14387
|
} else
|
|
14388
|
-
un.exports = /* @__PURE__ */
|
|
14388
|
+
un.exports = /* @__PURE__ */ s9()();
|
|
14389
14389
|
return un.exports;
|
|
14390
14390
|
}
|
|
14391
|
-
var
|
|
14392
|
-
const Ne = /* @__PURE__ */
|
|
14393
|
-
var
|
|
14391
|
+
var o9 = /* @__PURE__ */ a9();
|
|
14392
|
+
const Ne = /* @__PURE__ */ xt(o9);
|
|
14393
|
+
var i9 = ["sitekey", "onChange", "theme", "type", "tabindex", "onExpired", "onErrored", "size", "stoken", "grecaptcha", "badge", "hl", "isolated"];
|
|
14394
14394
|
function ys() {
|
|
14395
14395
|
return ys = Object.assign ? Object.assign.bind() : function(e) {
|
|
14396
14396
|
for (var t = 1; t < arguments.length; t++) {
|
|
@@ -14401,7 +14401,7 @@ function ys() {
|
|
|
14401
14401
|
return e;
|
|
14402
14402
|
}, ys.apply(this, arguments);
|
|
14403
14403
|
}
|
|
14404
|
-
function
|
|
14404
|
+
function r9(e, t) {
|
|
14405
14405
|
if (e == null) return {};
|
|
14406
14406
|
var n = {}, a = Object.keys(e), o, i;
|
|
14407
14407
|
for (i = 0; i < a.length; i++)
|
|
@@ -14413,7 +14413,7 @@ function hn(e) {
|
|
|
14413
14413
|
throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
|
|
14414
14414
|
return e;
|
|
14415
14415
|
}
|
|
14416
|
-
function
|
|
14416
|
+
function c9(e, t) {
|
|
14417
14417
|
e.prototype = Object.create(t.prototype), e.prototype.constructor = e, vs(e, t);
|
|
14418
14418
|
}
|
|
14419
14419
|
function vs(e, t) {
|
|
@@ -14422,7 +14422,7 @@ function vs(e, t) {
|
|
|
14422
14422
|
}, vs(e, t);
|
|
14423
14423
|
}
|
|
14424
14424
|
var Hn = /* @__PURE__ */ (function(e) {
|
|
14425
|
-
|
|
14425
|
+
c9(t, e);
|
|
14426
14426
|
function t() {
|
|
14427
14427
|
var a;
|
|
14428
14428
|
return a = e.call(this) || this, a.handleExpired = a.handleExpired.bind(hn(a)), a.handleErrored = a.handleErrored.bind(hn(a)), a.handleChange = a.handleChange.bind(hn(a)), a.handleRecaptchaRef = a.handleRecaptchaRef.bind(hn(a)), a;
|
|
@@ -14486,7 +14486,7 @@ var Hn = /* @__PURE__ */ (function(e) {
|
|
|
14486
14486
|
}, n.render = function() {
|
|
14487
14487
|
var o = this.props;
|
|
14488
14488
|
o.sitekey, o.onChange, o.theme, o.type, o.tabindex, o.onExpired, o.onErrored, o.size, o.stoken, o.grecaptcha, o.badge, o.hl, o.isolated;
|
|
14489
|
-
var i =
|
|
14489
|
+
var i = r9(o, i9);
|
|
14490
14490
|
return /* @__PURE__ */ Fs.createElement("div", ys({}, i, {
|
|
14491
14491
|
ref: this.handleRecaptchaRef
|
|
14492
14492
|
}));
|
|
@@ -14518,7 +14518,7 @@ Hn.defaultProps = {
|
|
|
14518
14518
|
badge: "bottomright"
|
|
14519
14519
|
};
|
|
14520
14520
|
var ds, Ja;
|
|
14521
|
-
function
|
|
14521
|
+
function l9() {
|
|
14522
14522
|
if (Ja) return ds;
|
|
14523
14523
|
Ja = 1;
|
|
14524
14524
|
var e = Gs(), t = {
|
|
@@ -14583,8 +14583,8 @@ function l3() {
|
|
|
14583
14583
|
}
|
|
14584
14584
|
return ds = p, ds;
|
|
14585
14585
|
}
|
|
14586
|
-
var
|
|
14587
|
-
const
|
|
14586
|
+
var d9 = l9();
|
|
14587
|
+
const u9 = /* @__PURE__ */ xt(d9);
|
|
14588
14588
|
function bs() {
|
|
14589
14589
|
return bs = Object.assign || function(e) {
|
|
14590
14590
|
for (var t = 1; t < arguments.length; t++) {
|
|
@@ -14595,28 +14595,28 @@ function bs() {
|
|
|
14595
14595
|
return e;
|
|
14596
14596
|
}, bs.apply(this, arguments);
|
|
14597
14597
|
}
|
|
14598
|
-
function
|
|
14598
|
+
function m9(e, t) {
|
|
14599
14599
|
if (e == null) return {};
|
|
14600
14600
|
var n = {}, a = Object.keys(e), o, i;
|
|
14601
14601
|
for (i = 0; i < a.length; i++)
|
|
14602
14602
|
o = a[i], !(t.indexOf(o) >= 0) && (n[o] = e[o]);
|
|
14603
14603
|
return n;
|
|
14604
14604
|
}
|
|
14605
|
-
function
|
|
14605
|
+
function h9(e, t) {
|
|
14606
14606
|
e.prototype = Object.create(t.prototype), e.prototype.constructor = e, e.__proto__ = t;
|
|
14607
14607
|
}
|
|
14608
|
-
var De = {},
|
|
14609
|
-
function
|
|
14608
|
+
var De = {}, f9 = 0;
|
|
14609
|
+
function g9(e, t) {
|
|
14610
14610
|
return t = t || {}, function(a) {
|
|
14611
14611
|
var o = a.displayName || a.name || "Component", i = /* @__PURE__ */ (function(c) {
|
|
14612
|
-
|
|
14612
|
+
h9(u, c);
|
|
14613
14613
|
function u(d, m) {
|
|
14614
14614
|
var h;
|
|
14615
14615
|
return h = c.call(this, d, m) || this, h.state = {}, h.__scriptURL = "", h;
|
|
14616
14616
|
}
|
|
14617
14617
|
var l = u.prototype;
|
|
14618
14618
|
return l.asyncScriptLoaderGetScriptLoaderID = function() {
|
|
14619
|
-
return this.__scriptLoaderID || (this.__scriptLoaderID = "async-script-loader-" +
|
|
14619
|
+
return this.__scriptLoaderID || (this.__scriptLoaderID = "async-script-loader-" + f9++), this.__scriptLoaderID;
|
|
14620
14620
|
}, l.setupScriptURL = function() {
|
|
14621
14621
|
return this.__scriptURL = typeof e == "function" ? e() : e, this.__scriptURL;
|
|
14622
14622
|
}, l.asyncScriptLoaderHandleLoad = function(m) {
|
|
@@ -14662,8 +14662,8 @@ function g3(e, t) {
|
|
|
14662
14662
|
var E = function(G) {
|
|
14663
14663
|
if (De[h]) {
|
|
14664
14664
|
var Y = De[h], Q = Y.observers;
|
|
14665
|
-
for (var
|
|
14666
|
-
G(Q[
|
|
14665
|
+
for (var B in Q)
|
|
14666
|
+
G(Q[B]) && delete Q[B];
|
|
14667
14667
|
}
|
|
14668
14668
|
};
|
|
14669
14669
|
w && typeof window < "u" && (window[w] = function() {
|
|
@@ -14689,7 +14689,7 @@ function g3(e, t) {
|
|
|
14689
14689
|
}, l.render = function() {
|
|
14690
14690
|
var m = t.globalName, h = this.props;
|
|
14691
14691
|
h.asyncScriptOnLoad;
|
|
14692
|
-
var p = h.forwardedRef, g =
|
|
14692
|
+
var p = h.forwardedRef, g = m9(h, ["asyncScriptOnLoad", "forwardedRef"]);
|
|
14693
14693
|
return m && typeof window < "u" && (g[m] = typeof window[m] < "u" ? window[m] : void 0), g.ref = p, lt(a, g);
|
|
14694
14694
|
}, u;
|
|
14695
14695
|
})(ii), r = Xa(function(c, u) {
|
|
@@ -14699,24 +14699,24 @@ function g3(e, t) {
|
|
|
14699
14699
|
});
|
|
14700
14700
|
return r.displayName = "AsyncScriptLoader(" + o + ")", r.propTypes = {
|
|
14701
14701
|
asyncScriptOnLoad: Ne.func
|
|
14702
|
-
},
|
|
14702
|
+
}, u9(r, a);
|
|
14703
14703
|
};
|
|
14704
14704
|
}
|
|
14705
|
-
var _s = "onloadcallback",
|
|
14705
|
+
var _s = "onloadcallback", p9 = "grecaptcha";
|
|
14706
14706
|
function Cs() {
|
|
14707
14707
|
return typeof window < "u" && window.recaptchaOptions || {};
|
|
14708
14708
|
}
|
|
14709
|
-
function
|
|
14709
|
+
function A9() {
|
|
14710
14710
|
var e = Cs(), t = e.useRecaptchaNet ? "recaptcha.net" : "www.google.com";
|
|
14711
14711
|
return e.enterprise ? "https://" + t + "/recaptcha/enterprise.js?onload=" + _s + "&render=explicit" : "https://" + t + "/recaptcha/api.js?onload=" + _s + "&render=explicit";
|
|
14712
14712
|
}
|
|
14713
|
-
const Jo =
|
|
14713
|
+
const Jo = g9(A9, {
|
|
14714
14714
|
callbackName: _s,
|
|
14715
|
-
globalName:
|
|
14715
|
+
globalName: p9,
|
|
14716
14716
|
attributes: Cs().nonce ? {
|
|
14717
14717
|
nonce: Cs().nonce
|
|
14718
14718
|
} : {}
|
|
14719
|
-
})(Hn),
|
|
14719
|
+
})(Hn), w9 = ({
|
|
14720
14720
|
isOpen: e,
|
|
14721
14721
|
onClose: t,
|
|
14722
14722
|
commentId: n,
|
|
@@ -14724,9 +14724,9 @@ const Jo = g3(A3, {
|
|
|
14724
14724
|
username: o,
|
|
14725
14725
|
CAPTCHA_KEY_V2: i
|
|
14726
14726
|
}) => {
|
|
14727
|
-
const [r, c] =
|
|
14727
|
+
const [r, c] = Z("form"), [u, l] = Z(
|
|
14728
14728
|
""
|
|
14729
|
-
), [d, m] =
|
|
14729
|
+
), [d, m] = Z(""), [h, p] = Z(""), g = [
|
|
14730
14730
|
{ id: "spam", label: Ze.spam },
|
|
14731
14731
|
{
|
|
14732
14732
|
id: "inappropriate",
|
|
@@ -14779,10 +14779,10 @@ const Jo = g3(A3, {
|
|
|
14779
14779
|
c("form"), l(""), m(""), t();
|
|
14780
14780
|
};
|
|
14781
14781
|
return !e || !n || !o ? null : /* @__PURE__ */ s("div", { className: Ae.overlay, children: /* @__PURE__ */ f("div", { className: Ae.popup, children: [
|
|
14782
|
-
/* @__PURE__ */ s("button", { className: "close-reply-form", onClick: w, children: /* @__PURE__ */ s(
|
|
14782
|
+
/* @__PURE__ */ s("button", { className: "close-reply-form", onClick: w, children: /* @__PURE__ */ s(qt, {}) }),
|
|
14783
14783
|
/* @__PURE__ */ s("h2", { className: Ae.title, children: "Reportar Abuso" }),
|
|
14784
14784
|
r === "loading" && /* @__PURE__ */ s("div", { className: Ae.loadingContainer, children: /* @__PURE__ */ s(nt, {}) }),
|
|
14785
|
-
r === "form" || r === "loading" ? /* @__PURE__ */ f(
|
|
14785
|
+
r === "form" || r === "loading" ? /* @__PURE__ */ f(J, { children: [
|
|
14786
14786
|
/* @__PURE__ */ s("div", { className: Ae.optionsContainer, children: g.map((y) => /* @__PURE__ */ f("label", { className: Ae.option, children: [
|
|
14787
14787
|
/* @__PURE__ */ s(
|
|
14788
14788
|
"input",
|
|
@@ -14821,7 +14821,7 @@ const Jo = g3(A3, {
|
|
|
14821
14821
|
}
|
|
14822
14822
|
)
|
|
14823
14823
|
] })
|
|
14824
|
-
] }) : /* @__PURE__ */ f(
|
|
14824
|
+
] }) : /* @__PURE__ */ f(J, { children: [
|
|
14825
14825
|
/* @__PURE__ */ f("div", { className: Ae.successContainer, children: [
|
|
14826
14826
|
/* @__PURE__ */ s("div", { className: Ae.thumbsUp, children: /* @__PURE__ */ s(
|
|
14827
14827
|
"svg",
|
|
@@ -14852,7 +14852,7 @@ const Jo = g3(A3, {
|
|
|
14852
14852
|
] })
|
|
14853
14853
|
] }) });
|
|
14854
14854
|
};
|
|
14855
|
-
function
|
|
14855
|
+
function y9(e) {
|
|
14856
14856
|
const t = /^\[\[([^\]]+)\]\]/, n = e.match(t);
|
|
14857
14857
|
return n ? {
|
|
14858
14858
|
user: {
|
|
@@ -14875,7 +14875,7 @@ function Un(e) {
|
|
|
14875
14875
|
text: n.text,
|
|
14876
14876
|
reply: n.reply ? Un({ comments: n.reply }).comments : n.reply
|
|
14877
14877
|
};
|
|
14878
|
-
const { user: a, text: o } =
|
|
14878
|
+
const { user: a, text: o } = y9(n.text);
|
|
14879
14879
|
return {
|
|
14880
14880
|
...n,
|
|
14881
14881
|
user: a || !1,
|
|
@@ -14901,7 +14901,7 @@ async function Hs({
|
|
|
14901
14901
|
}) {
|
|
14902
14902
|
const { PUBLIC_ENV: l } = u;
|
|
14903
14903
|
if (l === "prod") {
|
|
14904
|
-
const d = await
|
|
14904
|
+
const d = await v9({
|
|
14905
14905
|
publication: e,
|
|
14906
14906
|
path: t,
|
|
14907
14907
|
size: n,
|
|
@@ -14921,7 +14921,7 @@ async function Hs({
|
|
|
14921
14921
|
return Un(m.data[0]);
|
|
14922
14922
|
}
|
|
14923
14923
|
}
|
|
14924
|
-
async function
|
|
14924
|
+
async function v9({
|
|
14925
14925
|
publication: e,
|
|
14926
14926
|
path: t,
|
|
14927
14927
|
size: n = 5,
|
|
@@ -14973,8 +14973,8 @@ async function v3({
|
|
|
14973
14973
|
throw S;
|
|
14974
14974
|
}
|
|
14975
14975
|
}
|
|
14976
|
-
const
|
|
14977
|
-
const [n, a] =
|
|
14976
|
+
const b9 = (e, t) => {
|
|
14977
|
+
const [n, a] = Z(void 0), { PUBLIC_PUBLICATION_ID: o } = t, i = o;
|
|
14978
14978
|
return Qe(() => {
|
|
14979
14979
|
if (n) return;
|
|
14980
14980
|
(async () => {
|
|
@@ -15194,7 +15194,7 @@ const b3 = (e, t) => {
|
|
|
15194
15194
|
} catch (m) {
|
|
15195
15195
|
return console.error("Error enviando comentario:", m), alert(m.message || "Error al enviar el comentario."), !1;
|
|
15196
15196
|
}
|
|
15197
|
-
},
|
|
15197
|
+
}, _9 = ({
|
|
15198
15198
|
replyingTo: e,
|
|
15199
15199
|
commentRef: t,
|
|
15200
15200
|
user: n,
|
|
@@ -15203,11 +15203,11 @@ const b3 = (e, t) => {
|
|
|
15203
15203
|
closeForm: i,
|
|
15204
15204
|
API_ENV: r
|
|
15205
15205
|
}) => {
|
|
15206
|
-
const [c, u] =
|
|
15206
|
+
const [c, u] = Z(!0), [l, d] = Z(""), m = () => {
|
|
15207
15207
|
t.current?.parentElement && (t.current.parentElement.dataset.text = `0/${bt}`), u(!0), i();
|
|
15208
15208
|
};
|
|
15209
15209
|
return /* @__PURE__ */ f("div", { className: "comment-form reply-form", children: [
|
|
15210
|
-
/* @__PURE__ */ s("button", { className: "close-reply-form", onClick: m, children: /* @__PURE__ */ s(
|
|
15210
|
+
/* @__PURE__ */ s("button", { className: "close-reply-form", onClick: m, children: /* @__PURE__ */ s(qt, {}) }),
|
|
15211
15211
|
/* @__PURE__ */ s(
|
|
15212
15212
|
ti,
|
|
15213
15213
|
{
|
|
@@ -15250,7 +15250,7 @@ const b3 = (e, t) => {
|
|
|
15250
15250
|
}
|
|
15251
15251
|
)
|
|
15252
15252
|
] });
|
|
15253
|
-
},
|
|
15253
|
+
}, C9 = ({ reply: e, replyingTo: t, user: n, onFlag: a, DATE_CONFIG: o }) => {
|
|
15254
15254
|
const i = e.text;
|
|
15255
15255
|
let r = `${tt.firstname} ${tt.lastname ?? ""}`, c = tt.username;
|
|
15256
15256
|
return e.user && (r = `${e.user.firstname} ${e.user.lastname ?? ""}`, c = e.user.username), /* @__PURE__ */ s("div", { className: "comment-item reply", children: /* @__PURE__ */ f("div", { className: "comment-header-container", children: [
|
|
@@ -15266,8 +15266,8 @@ const b3 = (e, t) => {
|
|
|
15266
15266
|
/* @__PURE__ */ s(ei, { isReply: !0, onFlag: () => a(e.id) })
|
|
15267
15267
|
] })
|
|
15268
15268
|
] }) });
|
|
15269
|
-
},
|
|
15270
|
-
const c = { morereply: e.morereply ?? !1, reply: e.reply ? e.reply : [] }, [u, l] =
|
|
15269
|
+
}, S9 = ({ comment: e, replyingTo: t, path: n, user: a, handleReplyingTo: o, onFlag: i, API_ENV: r }) => {
|
|
15270
|
+
const c = { morereply: e.morereply ?? !1, reply: e.reply ? e.reply : [] }, [u, l] = Z(c), [d, m] = Te.useState(!1), { PUBLIC_PUBLICATION_ID: h, PUBLIC_X_SECURITY_TOKEN: p } = r, g = e.text, A = Te.useRef(null);
|
|
15271
15271
|
let w = `${tt.firstname} ${tt.lastname ?? ""}`, y = tt.username;
|
|
15272
15272
|
e.user && (w = `${e.user.firstname} ${e.user.lastname ?? ""}`, y = e.user.username);
|
|
15273
15273
|
const S = (_) => {
|
|
@@ -15292,7 +15292,7 @@ const b3 = (e, t) => {
|
|
|
15292
15292
|
}
|
|
15293
15293
|
),
|
|
15294
15294
|
t === e.id && a && /* @__PURE__ */ s(
|
|
15295
|
-
|
|
15295
|
+
_9,
|
|
15296
15296
|
{
|
|
15297
15297
|
replyingTo: t,
|
|
15298
15298
|
commentRef: A,
|
|
@@ -15305,7 +15305,7 @@ const b3 = (e, t) => {
|
|
|
15305
15305
|
),
|
|
15306
15306
|
u.reply.length > 0 && /* @__PURE__ */ f("div", { className: "comment-replies", children: [
|
|
15307
15307
|
u.reply.map((_) => /* @__PURE__ */ s(
|
|
15308
|
-
|
|
15308
|
+
C9,
|
|
15309
15309
|
{
|
|
15310
15310
|
user: a,
|
|
15311
15311
|
reply: _,
|
|
@@ -15347,14 +15347,14 @@ const b3 = (e, t) => {
|
|
|
15347
15347
|
]
|
|
15348
15348
|
}
|
|
15349
15349
|
) });
|
|
15350
|
-
},
|
|
15350
|
+
}, N9 = ({
|
|
15351
15351
|
commentRef: e,
|
|
15352
15352
|
user: t,
|
|
15353
15353
|
path: n,
|
|
15354
15354
|
addComment: a,
|
|
15355
15355
|
API_ENV: o
|
|
15356
15356
|
}) => {
|
|
15357
|
-
const [i, r] =
|
|
15357
|
+
const [i, r] = Z(!0), [c, u] = Z("");
|
|
15358
15358
|
return /* @__PURE__ */ f("div", { className: "comment-form", children: [
|
|
15359
15359
|
/* @__PURE__ */ s(
|
|
15360
15360
|
ti,
|
|
@@ -15397,16 +15397,16 @@ const b3 = (e, t) => {
|
|
|
15397
15397
|
}
|
|
15398
15398
|
)
|
|
15399
15399
|
] });
|
|
15400
|
-
},
|
|
15400
|
+
}, I9 = ({
|
|
15401
15401
|
isAuthenticated: e,
|
|
15402
15402
|
path: t,
|
|
15403
15403
|
user: n,
|
|
15404
15404
|
handleLogout: a,
|
|
15405
15405
|
API_ENV: o
|
|
15406
15406
|
}) => {
|
|
15407
|
-
const { PUBLIC_PUBLICATION_ID: i, PUBLIC_X_SECURITY_TOKEN: r } = o, c = i ?? "", u = t.replaceAll("/", "|"), [l, d] =
|
|
15407
|
+
const { PUBLIC_PUBLICATION_ID: i, PUBLIC_X_SECURITY_TOKEN: r } = o, c = i ?? "", u = t.replaceAll("/", "|"), [l, d] = Z(
|
|
15408
15408
|
void 0
|
|
15409
|
-
), [m, h] =
|
|
15409
|
+
), [m, h] = Z(""), { comments: p, setComments: g } = b9(u, o), [A, w] = Te.useState(!1), y = Te.useRef(null), S = (Y) => {
|
|
15410
15410
|
h(m === Y ? "" : Y);
|
|
15411
15411
|
}, _ = (Y) => {
|
|
15412
15412
|
g(
|
|
@@ -15424,7 +15424,7 @@ const b3 = (e, t) => {
|
|
|
15424
15424
|
w(!0);
|
|
15425
15425
|
const Q = Y.id;
|
|
15426
15426
|
try {
|
|
15427
|
-
const
|
|
15427
|
+
const B = await Hs({
|
|
15428
15428
|
publication: c,
|
|
15429
15429
|
path: u ?? "",
|
|
15430
15430
|
size: 5,
|
|
@@ -15436,18 +15436,18 @@ const b3 = (e, t) => {
|
|
|
15436
15436
|
API_ENV: o
|
|
15437
15437
|
});
|
|
15438
15438
|
g({
|
|
15439
|
-
morecomment:
|
|
15440
|
-
comments: [...p.comments, ...
|
|
15439
|
+
morecomment: B.morecomment ?? !1,
|
|
15440
|
+
comments: [...p.comments, ...B.comments]
|
|
15441
15441
|
}), w(!1);
|
|
15442
|
-
} catch (
|
|
15443
|
-
throw w(!1), new Error(`Error al obtener comentarios: ${
|
|
15442
|
+
} catch (B) {
|
|
15443
|
+
throw w(!1), new Error(`Error al obtener comentarios: ${B}`);
|
|
15444
15444
|
}
|
|
15445
15445
|
}, E = p?.comments && p.comments.length > 0, O = E ? "Comparte tu opinión de este artículo." : "Se el primero en compartir tu opinión de este artículo.", G = /* @__PURE__ */ s("div", { style: { display: "flex", width: "100%", justifyContent: "center" }, children: /* @__PURE__ */ s(nt, {}) });
|
|
15446
|
-
return /* @__PURE__ */ f(
|
|
15447
|
-
/* @__PURE__ */ s("div", { className: "comments-container", children: /* @__PURE__ */ s(ye, { title: E || e ? "COMENTARIOS" : !1, children: /* @__PURE__ */ f(
|
|
15446
|
+
return /* @__PURE__ */ f(J, { children: [
|
|
15447
|
+
/* @__PURE__ */ s("div", { className: "comments-container", children: /* @__PURE__ */ s(ye, { title: E || e ? "COMENTARIOS" : !1, children: /* @__PURE__ */ f(J, { children: [
|
|
15448
15448
|
e && n && /* @__PURE__ */ f("div", { className: "comments-header", children: [
|
|
15449
15449
|
/* @__PURE__ */ s(
|
|
15450
|
-
|
|
15450
|
+
R3,
|
|
15451
15451
|
{
|
|
15452
15452
|
user: n,
|
|
15453
15453
|
handleLogout: a,
|
|
@@ -15455,7 +15455,7 @@ const b3 = (e, t) => {
|
|
|
15455
15455
|
}
|
|
15456
15456
|
),
|
|
15457
15457
|
/* @__PURE__ */ s(
|
|
15458
|
-
|
|
15458
|
+
N9,
|
|
15459
15459
|
{
|
|
15460
15460
|
commentRef: y,
|
|
15461
15461
|
user: n,
|
|
@@ -15472,7 +15472,7 @@ const b3 = (e, t) => {
|
|
|
15472
15472
|
"data-isauthenticated": `${e}`,
|
|
15473
15473
|
children: [
|
|
15474
15474
|
p.comments.map((Y) => /* @__PURE__ */ s(
|
|
15475
|
-
|
|
15475
|
+
S9,
|
|
15476
15476
|
{
|
|
15477
15477
|
comment: Y,
|
|
15478
15478
|
replyingTo: m,
|
|
@@ -15498,7 +15498,7 @@ const b3 = (e, t) => {
|
|
|
15498
15498
|
)
|
|
15499
15499
|
] }) }) }),
|
|
15500
15500
|
/* @__PURE__ */ s(
|
|
15501
|
-
|
|
15501
|
+
w9,
|
|
15502
15502
|
{
|
|
15503
15503
|
username: n?.username ?? void 0,
|
|
15504
15504
|
publication: c,
|
|
@@ -15510,7 +15510,7 @@ const b3 = (e, t) => {
|
|
|
15510
15510
|
)
|
|
15511
15511
|
] });
|
|
15512
15512
|
};
|
|
15513
|
-
function
|
|
15513
|
+
function E9({
|
|
15514
15514
|
isAuthenticated: e,
|
|
15515
15515
|
setIsAuthenticated: t,
|
|
15516
15516
|
loginUrl: n,
|
|
@@ -15522,9 +15522,9 @@ function E3({
|
|
|
15522
15522
|
commentLabel: u
|
|
15523
15523
|
}) {
|
|
15524
15524
|
const [l, d] = Te.useState(!1);
|
|
15525
|
-
return /* @__PURE__ */ f(
|
|
15525
|
+
return /* @__PURE__ */ f(J, { children: [
|
|
15526
15526
|
l && /* @__PURE__ */ s(
|
|
15527
|
-
|
|
15527
|
+
e3,
|
|
15528
15528
|
{
|
|
15529
15529
|
loginUrl: n,
|
|
15530
15530
|
icon: r,
|
|
@@ -15550,7 +15550,7 @@ function E3({
|
|
|
15550
15550
|
)
|
|
15551
15551
|
] }),
|
|
15552
15552
|
/* @__PURE__ */ s(
|
|
15553
|
-
|
|
15553
|
+
I9,
|
|
15554
15554
|
{
|
|
15555
15555
|
isAuthenticated: e,
|
|
15556
15556
|
handleLogout: async () => {
|
|
@@ -15571,14 +15571,14 @@ function E3({
|
|
|
15571
15571
|
)
|
|
15572
15572
|
] });
|
|
15573
15573
|
}
|
|
15574
|
-
function
|
|
15574
|
+
function T9({
|
|
15575
15575
|
isVisible: e,
|
|
15576
15576
|
path: t,
|
|
15577
15577
|
icon: n,
|
|
15578
15578
|
API_ENV: a,
|
|
15579
15579
|
commentLabel: o
|
|
15580
15580
|
}) {
|
|
15581
|
-
const [i, r] =
|
|
15581
|
+
const [i, r] = Z(null), [c, u] = Z(null), l = a?.COGNITO_AUTH_PREFIX ?? "ASTRO_", d = fe(async () => {
|
|
15582
15582
|
if (e) {
|
|
15583
15583
|
if (document.cookie.search(l + "IS_AUTH=true") === -1) {
|
|
15584
15584
|
r(!1), u(null);
|
|
@@ -15617,7 +15617,7 @@ function T3({
|
|
|
15617
15617
|
}
|
|
15618
15618
|
);
|
|
15619
15619
|
return i === null ? h : e ? /* @__PURE__ */ s(
|
|
15620
|
-
|
|
15620
|
+
E9,
|
|
15621
15621
|
{
|
|
15622
15622
|
icon: n,
|
|
15623
15623
|
isAuthenticated: i,
|
|
@@ -15631,7 +15631,7 @@ function T3({
|
|
|
15631
15631
|
}
|
|
15632
15632
|
) : h;
|
|
15633
15633
|
}
|
|
15634
|
-
const
|
|
15634
|
+
const j5 = ({
|
|
15635
15635
|
render: e,
|
|
15636
15636
|
internalPath: t,
|
|
15637
15637
|
section: n,
|
|
@@ -15659,7 +15659,7 @@ const j6 = ({
|
|
|
15659
15659
|
}, []);
|
|
15660
15660
|
const p = {
|
|
15661
15661
|
comment: /* @__PURE__ */ s(
|
|
15662
|
-
|
|
15662
|
+
T9,
|
|
15663
15663
|
{
|
|
15664
15664
|
path: t,
|
|
15665
15665
|
icon: o,
|
|
@@ -15669,7 +15669,7 @@ const j6 = ({
|
|
|
15669
15669
|
}
|
|
15670
15670
|
),
|
|
15671
15671
|
more: /* @__PURE__ */ s(
|
|
15672
|
-
|
|
15672
|
+
k3,
|
|
15673
15673
|
{
|
|
15674
15674
|
section: n,
|
|
15675
15675
|
internalPath: t,
|
|
@@ -15693,7 +15693,7 @@ const j6 = ({
|
|
|
15693
15693
|
}
|
|
15694
15694
|
);
|
|
15695
15695
|
};
|
|
15696
|
-
async function
|
|
15696
|
+
async function G5({
|
|
15697
15697
|
publication: e,
|
|
15698
15698
|
path: t,
|
|
15699
15699
|
username: n,
|
|
@@ -15797,7 +15797,7 @@ async function G6({
|
|
|
15797
15797
|
};
|
|
15798
15798
|
}
|
|
15799
15799
|
}
|
|
15800
|
-
const
|
|
15800
|
+
const Q5 = async ({
|
|
15801
15801
|
token: e,
|
|
15802
15802
|
projectId: t,
|
|
15803
15803
|
captchaKey: n,
|
|
@@ -15833,70 +15833,70 @@ const Q6 = async ({
|
|
|
15833
15833
|
};
|
|
15834
15834
|
export {
|
|
15835
15835
|
Fi as AssetsPreconnect,
|
|
15836
|
-
|
|
15837
|
-
|
|
15836
|
+
B5 as AutorComponent,
|
|
15837
|
+
ku as AutorHeader1,
|
|
15838
15838
|
zu as AutorHeader2,
|
|
15839
15839
|
be as BannerAdvertising,
|
|
15840
15840
|
et as BannerAdvertisingMiddle,
|
|
15841
|
-
|
|
15841
|
+
m5 as CarrouselCSR,
|
|
15842
15842
|
Lt as CarrouselIRS,
|
|
15843
15843
|
Hf as CarruselCard,
|
|
15844
15844
|
Zf as CarruselOpinion,
|
|
15845
15845
|
ft as CommonServices,
|
|
15846
15846
|
ri as Comscore,
|
|
15847
|
-
|
|
15848
|
-
|
|
15849
|
-
|
|
15850
|
-
|
|
15847
|
+
x5 as ContactInfoServer,
|
|
15848
|
+
w5 as ContactInput,
|
|
15849
|
+
y5 as ContactSelect,
|
|
15850
|
+
v5 as ContactTextarea,
|
|
15851
15851
|
Kt as ContentLayout1,
|
|
15852
15852
|
Na as ContentLayoutTema,
|
|
15853
|
-
|
|
15853
|
+
L5 as DEBUG_MainSlots,
|
|
15854
15854
|
F2 as DestacadoNoticias,
|
|
15855
|
-
|
|
15855
|
+
kf as DestacadoVideos,
|
|
15856
15856
|
Mc as DynamicBlockServices,
|
|
15857
|
-
|
|
15857
|
+
U5 as DynamicComponents,
|
|
15858
15858
|
ns as DynamicMainSlot,
|
|
15859
|
-
|
|
15860
|
-
|
|
15861
|
-
|
|
15859
|
+
xn as DynamicSlot,
|
|
15860
|
+
N5 as EditorialBlock,
|
|
15861
|
+
A5 as ErrorComponent,
|
|
15862
15862
|
or as Font,
|
|
15863
|
-
|
|
15863
|
+
g5 as Footer,
|
|
15864
15864
|
zi as FormatAfterScripts,
|
|
15865
15865
|
so as FormatScripts,
|
|
15866
15866
|
li as GA4,
|
|
15867
15867
|
di as GTM,
|
|
15868
15868
|
Y0 as GalleryHeader,
|
|
15869
|
-
|
|
15870
|
-
|
|
15871
|
-
|
|
15869
|
+
d5 as GenerateBody,
|
|
15870
|
+
l5 as GenerateHead,
|
|
15871
|
+
_5 as Header,
|
|
15872
15872
|
ig as IframeHeader,
|
|
15873
|
-
|
|
15874
|
-
|
|
15873
|
+
ql as ImageOffline,
|
|
15874
|
+
qe as ImageOnline,
|
|
15875
15875
|
Rl as ImageOnlineClient,
|
|
15876
|
-
|
|
15876
|
+
i5 as IssuuServices,
|
|
15877
15877
|
er as ItemListSchema,
|
|
15878
15878
|
Zh as JournalistArticule2,
|
|
15879
15879
|
i2 as JournalistGroup,
|
|
15880
15880
|
Mo as LayoutNewsComponent,
|
|
15881
|
-
|
|
15881
|
+
j5 as LazyLoader,
|
|
15882
15882
|
R as LinkComponent,
|
|
15883
15883
|
lu as LiveBlogHeader,
|
|
15884
|
-
|
|
15885
|
-
|
|
15886
|
-
|
|
15884
|
+
u5 as Location,
|
|
15885
|
+
e3 as LoginPopUp,
|
|
15886
|
+
G9 as MainComponentServices,
|
|
15887
15887
|
ui as Marfeel,
|
|
15888
15888
|
ct as MiddleSection,
|
|
15889
15889
|
zo as Modulo1x3,
|
|
15890
15890
|
Qf as Modulo1x3Card,
|
|
15891
15891
|
_f as Modulo1x4,
|
|
15892
15892
|
If as Modulo1x5,
|
|
15893
|
-
|
|
15893
|
+
I5 as Modulo2Columnas,
|
|
15894
15894
|
yf as Modulo3Columnas,
|
|
15895
|
-
|
|
15896
|
-
|
|
15897
|
-
|
|
15895
|
+
E5 as ModuloNewsletter,
|
|
15896
|
+
S5 as ModuloOpinion,
|
|
15897
|
+
x3 as NewListResponseDataPH,
|
|
15898
15898
|
tr as NewsArticle,
|
|
15899
|
-
|
|
15899
|
+
R5 as NewsComponent,
|
|
15900
15900
|
ps as NewsContent,
|
|
15901
15901
|
Rt as NewsDescriptionComponent,
|
|
15902
15902
|
In as NextPrev,
|
|
@@ -15904,87 +15904,87 @@ export {
|
|
|
15904
15904
|
Xs as PreloadImages,
|
|
15905
15905
|
Ze as REPORT_REASONS,
|
|
15906
15906
|
mi as ReCaptchaRender,
|
|
15907
|
-
|
|
15908
|
-
|
|
15909
|
-
|
|
15907
|
+
Bs as Readest,
|
|
15908
|
+
O5 as ScriptHydrator,
|
|
15909
|
+
q5 as SearchSection,
|
|
15910
15910
|
ye as Section,
|
|
15911
15911
|
st as SectionCard,
|
|
15912
15912
|
Qn as SectionCard2,
|
|
15913
15913
|
ws as SectionCardServerComponent,
|
|
15914
|
-
|
|
15914
|
+
T5 as SectionServerComponent,
|
|
15915
15915
|
va as ShowSection,
|
|
15916
15916
|
Fo as SocialNetworks,
|
|
15917
15917
|
Zi as SpeculationRules,
|
|
15918
|
-
|
|
15918
|
+
k5 as StaticSlotWrapper,
|
|
15919
15919
|
Wl as SubscribeColumn,
|
|
15920
15920
|
rd as SubscribeRow,
|
|
15921
|
-
|
|
15922
|
-
|
|
15921
|
+
h5 as SubscribeWhatsAppColumn,
|
|
15922
|
+
C5 as TagHeader,
|
|
15923
15923
|
Qh as TagSection,
|
|
15924
15924
|
fu as TimeLine,
|
|
15925
|
-
|
|
15926
|
-
|
|
15927
|
-
|
|
15925
|
+
q9 as TrimPathname,
|
|
15926
|
+
p5 as VideoBlock3,
|
|
15927
|
+
b5 as VideoBlock4,
|
|
15928
15928
|
eg as VideoEmbeddedHeader,
|
|
15929
|
-
|
|
15929
|
+
P5 as VideoSection,
|
|
15930
15930
|
sg as VideoYoutubeHeader,
|
|
15931
15931
|
ar as VideosSchemas,
|
|
15932
15932
|
sr as WebsiteList,
|
|
15933
|
-
|
|
15933
|
+
G5 as addComment,
|
|
15934
15934
|
Ns as bannersReplace,
|
|
15935
15935
|
Ft as becomeVideoObject,
|
|
15936
15936
|
wt as buildTagUrl,
|
|
15937
|
-
|
|
15937
|
+
f5 as coloringByStrokeSVGs,
|
|
15938
15938
|
Ms as compileStyleProps,
|
|
15939
|
-
|
|
15939
|
+
M9 as createAssessment,
|
|
15940
15940
|
ze as cutString,
|
|
15941
15941
|
ta as decodeApiEnv,
|
|
15942
15942
|
ea as encodeApiEnv,
|
|
15943
|
-
|
|
15943
|
+
Be as extractMainSlug,
|
|
15944
15944
|
Js as extractRealtedNews,
|
|
15945
15945
|
He as formatDate,
|
|
15946
|
-
|
|
15946
|
+
L9 as formatDateEdiciones,
|
|
15947
15947
|
Ss as formatDateJournalistArticule,
|
|
15948
|
-
|
|
15948
|
+
xi as formatDateTimeline,
|
|
15949
15949
|
Pi as formatNewsMeta,
|
|
15950
15950
|
Vi as formatVideoData,
|
|
15951
|
-
|
|
15951
|
+
c5 as generalGetData,
|
|
15952
15952
|
Vo as getCaptchaToken,
|
|
15953
|
-
|
|
15953
|
+
v9 as getComments,
|
|
15954
15954
|
$ as getConfig,
|
|
15955
|
-
|
|
15955
|
+
r5 as getDynamicSlots,
|
|
15956
15956
|
Sn as getEnvironmentUrl,
|
|
15957
|
-
|
|
15958
|
-
|
|
15957
|
+
R9 as getEnvironmentUrlFront,
|
|
15958
|
+
O9 as getHydratorPath,
|
|
15959
15959
|
we as getImageUrl,
|
|
15960
15960
|
Zt as getNextMeta,
|
|
15961
15961
|
en as getPage,
|
|
15962
|
-
|
|
15963
|
-
|
|
15962
|
+
qs as getPlayIcon,
|
|
15963
|
+
j9 as getPreloadImages,
|
|
15964
15964
|
Xt as getPrevMeta,
|
|
15965
|
-
|
|
15966
|
-
|
|
15965
|
+
D9 as getRelatedNewsCarrousel,
|
|
15966
|
+
M5 as getReportReasonLabel,
|
|
15967
15967
|
It as getResponse,
|
|
15968
|
-
|
|
15968
|
+
ki as getResponsePromise,
|
|
15969
15969
|
Is as getSchemas,
|
|
15970
15970
|
ao as getScriptReplaces,
|
|
15971
15971
|
rr as getSlugs,
|
|
15972
|
-
|
|
15973
|
-
|
|
15972
|
+
B9 as getTypeOfNews,
|
|
15973
|
+
P9 as getVideoRealPath,
|
|
15974
15974
|
Hs as handleGetComments,
|
|
15975
|
-
|
|
15975
|
+
U9 as initLibrary,
|
|
15976
15976
|
ji as metadataToJSX,
|
|
15977
15977
|
Qc as metadata_defaults,
|
|
15978
15978
|
to as parseTags,
|
|
15979
15979
|
Oi as pathnameSplit,
|
|
15980
|
-
|
|
15980
|
+
qi as processExtractedRelatedNews,
|
|
15981
15981
|
ir as removePages,
|
|
15982
|
-
|
|
15982
|
+
D5 as reportComment,
|
|
15983
15983
|
c1 as shareButtons,
|
|
15984
15984
|
Os as socialIcons,
|
|
15985
15985
|
Ki as speculationRules,
|
|
15986
15986
|
Yi as speculationRulesHome,
|
|
15987
15987
|
Di as urlReplaces,
|
|
15988
15988
|
Uo as usePlayIcon,
|
|
15989
|
-
|
|
15989
|
+
Q5 as verifyCaptchaTokenEnterprise
|
|
15990
15990
|
};
|