sass-template-common 0.2.55 → 0.2.56
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.
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as a, jsxs as f, Fragment as J } from "react/jsx-runtime";
|
|
2
|
-
import * as
|
|
2
|
+
import * as La from "react";
|
|
3
3
|
import Te, { useState as K, useRef as Dr, useCallback as he, useEffect as De, createElement as ot, forwardRef as Mr, Fragment as pn, useMemo as Hs, Component as zs } from "react";
|
|
4
|
-
let
|
|
4
|
+
let ea = {
|
|
5
5
|
PUBLIC_API_HOST: "https://dev-saas.cms-medios.com",
|
|
6
6
|
PUBLIC_API_FRONT: "https://dev-lahora.cms-medios.com",
|
|
7
7
|
PUBLIC_API_PATH: void 0,
|
|
@@ -55,10 +55,10 @@ let Xn = {
|
|
|
55
55
|
SHOW_NEWS_RELATED_NEWS: !0
|
|
56
56
|
};
|
|
57
57
|
function A9(e = {}) {
|
|
58
|
-
|
|
58
|
+
ea = { ...ea, ...e };
|
|
59
59
|
}
|
|
60
60
|
function Y() {
|
|
61
|
-
return
|
|
61
|
+
return ea;
|
|
62
62
|
}
|
|
63
63
|
const Vs = () => {
|
|
64
64
|
const { ANALYTICS_comscore: e } = Y();
|
|
@@ -151,13 +151,13 @@ j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
|
|
|
151
151
|
function _t(e) {
|
|
152
152
|
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
|
153
153
|
}
|
|
154
|
-
var on = { exports: {} }, Ks = on.exports,
|
|
154
|
+
var on = { exports: {} }, Ks = on.exports, Ba;
|
|
155
155
|
function jr() {
|
|
156
|
-
return
|
|
156
|
+
return Ba || (Ba = 1, (function(e, t) {
|
|
157
157
|
(function(n, r) {
|
|
158
158
|
e.exports = r();
|
|
159
159
|
})(Ks, (function() {
|
|
160
|
-
var n = 1e3, r = 6e4, s = 36e5, o = "millisecond", i = "second", c = "minute", d = "hour", l = "day", u = "week", h = "month", m = "quarter", p = "year", g = "date", A = "Invalid Date",
|
|
160
|
+
var n = 1e3, r = 6e4, s = 36e5, o = "millisecond", i = "second", c = "minute", d = "hour", l = "day", u = "week", h = "month", m = "quarter", p = "year", g = "date", A = "Invalid Date", y = /^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/, v = /\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g, N = { name: "en", weekdays: "Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"), months: "January_February_March_April_May_June_July_August_September_October_November_December".split("_"), ordinal: function(M) {
|
|
161
161
|
var U = ["th", "st", "nd", "rd"], T = M % 100;
|
|
162
162
|
return "[" + M + (U[(T - 20) % 10] || U[T] || U[0]) + "]";
|
|
163
163
|
} }, _ = function(M, U, T) {
|
|
@@ -168,8 +168,8 @@ function jr() {
|
|
|
168
168
|
return (U <= 0 ? "+" : "-") + _(D, 2, "0") + ":" + _(I, 2, "0");
|
|
169
169
|
}, m: function M(U, T) {
|
|
170
170
|
if (U.date() < T.date()) return -M(T, U);
|
|
171
|
-
var D = 12 * (T.year() - U.year()) + (T.month() - U.month()), I = U.clone().add(D, h), z = T - I < 0,
|
|
172
|
-
return +(-(D + (T - I) / (z ? I -
|
|
171
|
+
var D = 12 * (T.year() - U.year()) + (T.month() - U.month()), I = U.clone().add(D, h), z = T - I < 0, w = U.clone().add(D + (z ? -1 : 1), h);
|
|
172
|
+
return +(-(D + (T - I) / (z ? I - w : w - I)) || 0);
|
|
173
173
|
}, a: function(M) {
|
|
174
174
|
return M < 0 ? Math.ceil(M) || 0 : Math.floor(M);
|
|
175
175
|
}, p: function(M) {
|
|
@@ -186,8 +186,8 @@ function jr() {
|
|
|
186
186
|
if (typeof U == "string") {
|
|
187
187
|
var z = U.toLowerCase();
|
|
188
188
|
E[z] && (I = z), T && (E[z] = T, I = z);
|
|
189
|
-
var
|
|
190
|
-
if (!I &&
|
|
189
|
+
var w = U.split("-");
|
|
190
|
+
if (!I && w.length > 1) return M(w[0]);
|
|
191
191
|
} else {
|
|
192
192
|
var S = U.name;
|
|
193
193
|
E[S] = U, I = S;
|
|
@@ -213,10 +213,10 @@ function jr() {
|
|
|
213
213
|
if (P.u(I)) return /* @__PURE__ */ new Date();
|
|
214
214
|
if (I instanceof Date) return new Date(I);
|
|
215
215
|
if (typeof I == "string" && !/Z$/i.test(I)) {
|
|
216
|
-
var
|
|
217
|
-
if (
|
|
218
|
-
var S =
|
|
219
|
-
return z ? new Date(Date.UTC(
|
|
216
|
+
var w = I.match(y);
|
|
217
|
+
if (w) {
|
|
218
|
+
var S = w[2] - 1 || 0, q = (w[7] || "0").substring(0, 3);
|
|
219
|
+
return z ? new Date(Date.UTC(w[1], S, w[3] || 1, w[4] || 0, w[5] || 0, w[6] || 0, q)) : new Date(w[1], S, w[3] || 1, w[4] || 0, w[5] || 0, w[6] || 0, q);
|
|
220
220
|
}
|
|
221
221
|
}
|
|
222
222
|
return new Date(I);
|
|
@@ -242,13 +242,13 @@ function jr() {
|
|
|
242
242
|
}, U.valueOf = function() {
|
|
243
243
|
return this.$d.getTime();
|
|
244
244
|
}, U.startOf = function(T, D) {
|
|
245
|
-
var I = this, z = !!P.u(D) || D,
|
|
245
|
+
var I = this, z = !!P.u(D) || D, w = P.p(T), S = function(X, $) {
|
|
246
246
|
var ie = P.w(I.$u ? Date.UTC(I.$y, $, X) : new Date(I.$y, $, X), I);
|
|
247
247
|
return z ? ie : ie.endOf(l);
|
|
248
248
|
}, q = function(X, $) {
|
|
249
249
|
return P.w(I.toDate()[X].apply(I.toDate("s"), (z ? [0, 0, 0, 0] : [23, 59, 59, 999]).slice($)), I);
|
|
250
250
|
}, j = this.$W, L = this.$M, H = this.$D, V = "set" + (this.$u ? "UTC" : "");
|
|
251
|
-
switch (
|
|
251
|
+
switch (w) {
|
|
252
252
|
case p:
|
|
253
253
|
return z ? S(1, 0) : S(31, 11);
|
|
254
254
|
case h:
|
|
@@ -271,7 +271,7 @@ function jr() {
|
|
|
271
271
|
}, U.endOf = function(T) {
|
|
272
272
|
return this.startOf(T, !1);
|
|
273
273
|
}, U.$set = function(T, D) {
|
|
274
|
-
var I, z = P.p(T),
|
|
274
|
+
var I, z = P.p(T), w = "set" + (this.$u ? "UTC" : ""), S = (I = {}, I[l] = w + "Date", I[g] = w + "Date", I[h] = w + "Month", I[p] = w + "FullYear", I[d] = w + "Hours", I[c] = w + "Minutes", I[i] = w + "Seconds", I[o] = w + "Milliseconds", I)[z], q = z === l ? this.$D + (D - this.$W) : D;
|
|
275
275
|
if (z === h || z === p) {
|
|
276
276
|
var j = this.clone().set(g, 1);
|
|
277
277
|
j.$d[S](q), j.init(), this.$d = j.set(g, Math.min(this.$D, j.daysInMonth())).$d;
|
|
@@ -284,28 +284,28 @@ function jr() {
|
|
|
284
284
|
}, U.add = function(T, D) {
|
|
285
285
|
var I, z = this;
|
|
286
286
|
T = Number(T);
|
|
287
|
-
var
|
|
287
|
+
var w = P.p(D), S = function(L) {
|
|
288
288
|
var H = G(z);
|
|
289
289
|
return P.w(H.date(H.date() + Math.round(L * T)), z);
|
|
290
290
|
};
|
|
291
|
-
if (
|
|
292
|
-
if (
|
|
293
|
-
if (
|
|
294
|
-
if (
|
|
295
|
-
var q = (I = {}, I[c] = r, I[d] = s, I[i] = n, I)[
|
|
291
|
+
if (w === h) return this.set(h, this.$M + T);
|
|
292
|
+
if (w === p) return this.set(p, this.$y + T);
|
|
293
|
+
if (w === l) return S(1);
|
|
294
|
+
if (w === u) return S(7);
|
|
295
|
+
var q = (I = {}, I[c] = r, I[d] = s, I[i] = n, I)[w] || 1, j = this.$d.getTime() + T * q;
|
|
296
296
|
return P.w(j, this);
|
|
297
297
|
}, U.subtract = function(T, D) {
|
|
298
298
|
return this.add(-1 * T, D);
|
|
299
299
|
}, U.format = function(T) {
|
|
300
300
|
var D = this, I = this.$locale();
|
|
301
301
|
if (!this.isValid()) return I.invalidDate || A;
|
|
302
|
-
var z = T || "YYYY-MM-DDTHH:mm:ssZ",
|
|
303
|
-
return $ && ($[ie] || $(D, z)) || R[ie].slice(0,
|
|
302
|
+
var z = T || "YYYY-MM-DDTHH:mm:ssZ", w = P.z(this), S = this.$H, q = this.$m, j = this.$M, L = I.weekdays, H = I.months, V = I.meridiem, F = function($, ie, R, ye) {
|
|
303
|
+
return $ && ($[ie] || $(D, z)) || R[ie].slice(0, ye);
|
|
304
304
|
}, Z = function($) {
|
|
305
305
|
return P.s(S % 12 || 12, $, "0");
|
|
306
306
|
}, X = V || function($, ie, R) {
|
|
307
|
-
var
|
|
308
|
-
return R ?
|
|
307
|
+
var ye = $ < 12 ? "AM" : "PM";
|
|
308
|
+
return R ? ye.toLowerCase() : ye;
|
|
309
309
|
};
|
|
310
310
|
return z.replace(v, (function($, ie) {
|
|
311
311
|
return ie || (function(R) {
|
|
@@ -357,16 +357,16 @@ function jr() {
|
|
|
357
357
|
case "SSS":
|
|
358
358
|
return P.s(D.$ms, 3, "0");
|
|
359
359
|
case "Z":
|
|
360
|
-
return
|
|
360
|
+
return w;
|
|
361
361
|
}
|
|
362
362
|
return null;
|
|
363
|
-
})($) ||
|
|
363
|
+
})($) || w.replace(":", "");
|
|
364
364
|
}));
|
|
365
365
|
}, U.utcOffset = function() {
|
|
366
366
|
return 15 * -Math.round(this.$d.getTimezoneOffset() / 15);
|
|
367
367
|
}, U.diff = function(T, D, I) {
|
|
368
|
-
var z,
|
|
369
|
-
return P.m(
|
|
368
|
+
var z, w = this, S = P.p(D), q = G(T), j = (q.utcOffset() - this.utcOffset()) * r, L = this - q, H = function() {
|
|
369
|
+
return P.m(w, q);
|
|
370
370
|
};
|
|
371
371
|
switch (S) {
|
|
372
372
|
case p:
|
|
@@ -431,9 +431,9 @@ function jr() {
|
|
|
431
431
|
}
|
|
432
432
|
var Js = jr();
|
|
433
433
|
const xe = /* @__PURE__ */ _t(Js);
|
|
434
|
-
var cn = { exports: {} }, Zs = cn.exports,
|
|
434
|
+
var cn = { exports: {} }, Zs = cn.exports, Oa;
|
|
435
435
|
function Xs() {
|
|
436
|
-
return
|
|
436
|
+
return Oa || (Oa = 1, (function(e, t) {
|
|
437
437
|
(function(n, r) {
|
|
438
438
|
e.exports = r();
|
|
439
439
|
})(Zs, (function() {
|
|
@@ -444,19 +444,19 @@ function Xs() {
|
|
|
444
444
|
return o.fromToBase(l, u, h, m);
|
|
445
445
|
}
|
|
446
446
|
s.en.relativeTime = i, o.fromToBase = function(l, u, h, m, p) {
|
|
447
|
-
for (var g, A,
|
|
447
|
+
for (var g, A, y, v = h.$locale().relativeTime || i, N = n.thresholds || [{ l: "s", r: 44, d: "second" }, { l: "m", r: 89 }, { l: "mm", r: 44, d: "minute" }, { l: "h", r: 89 }, { l: "hh", r: 21, d: "hour" }, { l: "d", r: 35 }, { l: "dd", r: 25, d: "day" }, { l: "M", r: 45 }, { l: "MM", r: 10, d: "month" }, { l: "y", r: 17 }, { l: "yy", d: "year" }], _ = N.length, x = 0; x < _; x += 1) {
|
|
448
448
|
var b = N[x];
|
|
449
449
|
b.d && (g = m ? s(l).diff(h, b.d, !0) : h.diff(l, b.d, !0));
|
|
450
450
|
var E = (n.rounding || Math.round)(Math.abs(g));
|
|
451
|
-
if (
|
|
451
|
+
if (y = g > 0, E <= b.r || !b.r) {
|
|
452
452
|
E <= 1 && x > 0 && (b = N[x - 1]);
|
|
453
453
|
var O = v[b.l];
|
|
454
|
-
p && (E = p("" + E)), A = typeof O == "string" ? O.replace("%d", E) : O(E, u, b.l,
|
|
454
|
+
p && (E = p("" + E)), A = typeof O == "string" ? O.replace("%d", E) : O(E, u, b.l, y);
|
|
455
455
|
break;
|
|
456
456
|
}
|
|
457
457
|
}
|
|
458
458
|
if (u) return A;
|
|
459
|
-
var Q =
|
|
459
|
+
var Q = y ? v.future : v.past;
|
|
460
460
|
return typeof Q == "function" ? Q(A) : Q.replace("%s", A);
|
|
461
461
|
}, o.to = function(l, u) {
|
|
462
462
|
return c(l, u, this, !0);
|
|
@@ -477,9 +477,9 @@ function Xs() {
|
|
|
477
477
|
}
|
|
478
478
|
var eo = Xs();
|
|
479
479
|
const to = /* @__PURE__ */ _t(eo);
|
|
480
|
-
var ln = { exports: {} }, no = ln.exports,
|
|
480
|
+
var ln = { exports: {} }, no = ln.exports, Pa;
|
|
481
481
|
function ao() {
|
|
482
|
-
return
|
|
482
|
+
return Pa || (Pa = 1, (function(e, t) {
|
|
483
483
|
(function(n, r) {
|
|
484
484
|
e.exports = r(jr());
|
|
485
485
|
})(no, (function(n) {
|
|
@@ -494,9 +494,9 @@ function ao() {
|
|
|
494
494
|
})(ln)), ln.exports;
|
|
495
495
|
}
|
|
496
496
|
ao();
|
|
497
|
-
var dn = { exports: {} }, ro = dn.exports,
|
|
497
|
+
var dn = { exports: {} }, ro = dn.exports, Da;
|
|
498
498
|
function so() {
|
|
499
|
-
return
|
|
499
|
+
return Da || (Da = 1, (function(e, t) {
|
|
500
500
|
(function(n, r) {
|
|
501
501
|
e.exports = r();
|
|
502
502
|
})(ro, (function() {
|
|
@@ -504,11 +504,11 @@ function so() {
|
|
|
504
504
|
return function(o, i, c) {
|
|
505
505
|
var d = i.prototype;
|
|
506
506
|
c.utc = function(A) {
|
|
507
|
-
var
|
|
508
|
-
return new i(
|
|
507
|
+
var y = { date: A, utc: !0, args: arguments };
|
|
508
|
+
return new i(y);
|
|
509
509
|
}, d.utc = function(A) {
|
|
510
|
-
var
|
|
511
|
-
return A ?
|
|
510
|
+
var y = c(this.toDate(), { locale: this.$L, utc: !0 });
|
|
511
|
+
return A ? y.add(this.utcOffset(), n) : y;
|
|
512
512
|
}, d.local = function() {
|
|
513
513
|
return c(this.toDate(), { locale: this.$L, utc: !1 });
|
|
514
514
|
};
|
|
@@ -524,7 +524,7 @@ function so() {
|
|
|
524
524
|
} else u.call(this);
|
|
525
525
|
};
|
|
526
526
|
var h = d.utcOffset;
|
|
527
|
-
d.utcOffset = function(A,
|
|
527
|
+
d.utcOffset = function(A, y) {
|
|
528
528
|
var v = this.$utils().u;
|
|
529
529
|
if (v(A)) return this.$u ? 0 : v(this.$offset) ? h.call(this) : this.$offset;
|
|
530
530
|
if (typeof A == "string" && (A = (function(b) {
|
|
@@ -535,16 +535,16 @@ function so() {
|
|
|
535
535
|
return te === 0 ? 0 : Q === "+" ? te : -te;
|
|
536
536
|
})(A), A === null)) return this;
|
|
537
537
|
var N = Math.abs(A) <= 16 ? 60 * A : A;
|
|
538
|
-
if (N === 0) return this.utc(
|
|
538
|
+
if (N === 0) return this.utc(y);
|
|
539
539
|
var _ = this.clone();
|
|
540
|
-
if (
|
|
540
|
+
if (y) return _.$offset = N, _.$u = !1, _;
|
|
541
541
|
var x = this.$u ? this.toDate().getTimezoneOffset() : -1 * this.utcOffset();
|
|
542
542
|
return (_ = this.local().add(N + x, n)).$offset = N, _.$x.$localOffset = x, _;
|
|
543
543
|
};
|
|
544
544
|
var m = d.format;
|
|
545
545
|
d.format = function(A) {
|
|
546
|
-
var
|
|
547
|
-
return m.call(this,
|
|
546
|
+
var y = A || (this.$u ? "YYYY-MM-DDTHH:mm:ss[Z]" : "");
|
|
547
|
+
return m.call(this, y);
|
|
548
548
|
}, d.valueOf = function() {
|
|
549
549
|
var A = this.$utils().u(this.$offset) ? 0 : this.$offset + (this.$x.$localOffset || this.$d.getTimezoneOffset());
|
|
550
550
|
return this.$d.valueOf() - 6e4 * A;
|
|
@@ -560,10 +560,10 @@ function so() {
|
|
|
560
560
|
return A === "s" && this.$offset ? c(this.format("YYYY-MM-DD HH:mm:ss:SSS")).toDate() : p.call(this);
|
|
561
561
|
};
|
|
562
562
|
var g = d.diff;
|
|
563
|
-
d.diff = function(A,
|
|
564
|
-
if (A && this.$u === A.$u) return g.call(this, A,
|
|
563
|
+
d.diff = function(A, y, v) {
|
|
564
|
+
if (A && this.$u === A.$u) return g.call(this, A, y, v);
|
|
565
565
|
var N = this.local(), _ = c(A).local();
|
|
566
|
-
return g.call(N, _,
|
|
566
|
+
return g.call(N, _, y, v);
|
|
567
567
|
};
|
|
568
568
|
};
|
|
569
569
|
}));
|
|
@@ -571,9 +571,9 @@ function so() {
|
|
|
571
571
|
}
|
|
572
572
|
var oo = so();
|
|
573
573
|
const io = /* @__PURE__ */ _t(oo);
|
|
574
|
-
var un = { exports: {} }, co = un.exports,
|
|
574
|
+
var un = { exports: {} }, co = un.exports, Ma;
|
|
575
575
|
function lo() {
|
|
576
|
-
return
|
|
576
|
+
return Ma || (Ma = 1, (function(e, t) {
|
|
577
577
|
(function(n, r) {
|
|
578
578
|
e.exports = r();
|
|
579
579
|
})(co, (function() {
|
|
@@ -581,15 +581,15 @@ function lo() {
|
|
|
581
581
|
return function(s, o, i) {
|
|
582
582
|
var c, d = function(m, p, g) {
|
|
583
583
|
g === void 0 && (g = {});
|
|
584
|
-
var A = new Date(m),
|
|
584
|
+
var A = new Date(m), y = (function(v, N) {
|
|
585
585
|
N === void 0 && (N = {});
|
|
586
586
|
var _ = N.timeZoneName || "short", x = v + "|" + _, b = r[x];
|
|
587
587
|
return b || (b = new Intl.DateTimeFormat("en-US", { hour12: !1, timeZone: v, year: "numeric", month: "2-digit", day: "2-digit", hour: "2-digit", minute: "2-digit", second: "2-digit", timeZoneName: _ }), r[x] = b), b;
|
|
588
588
|
})(p, g);
|
|
589
|
-
return
|
|
589
|
+
return y.formatToParts(A);
|
|
590
590
|
}, l = function(m, p) {
|
|
591
|
-
for (var g = d(m, p), A = [],
|
|
592
|
-
var v = g[
|
|
591
|
+
for (var g = d(m, p), A = [], y = 0; y < g.length; y += 1) {
|
|
592
|
+
var v = g[y], N = v.type, _ = v.value, x = n[N];
|
|
593
593
|
x >= 0 && (A[x] = parseInt(_, 10));
|
|
594
594
|
}
|
|
595
595
|
var b = A[3], E = b === 24 ? 0 : b, O = A[0] + "-" + A[1] + "-" + A[2] + " " + E + ":" + A[4] + ":" + A[5] + ":000", Q = +m;
|
|
@@ -597,7 +597,7 @@ function lo() {
|
|
|
597
597
|
}, u = o.prototype;
|
|
598
598
|
u.tz = function(m, p) {
|
|
599
599
|
m === void 0 && (m = c);
|
|
600
|
-
var g, A = this.utcOffset(),
|
|
600
|
+
var g, A = this.utcOffset(), y = this.toDate(), v = y.toLocaleString("en-US", { timeZone: m }), N = Math.round((y - new Date(v)) / 1e3 / 60), _ = 15 * -Math.round(y.getTimezoneOffset() / 15) - N;
|
|
601
601
|
if (!Number(_)) g = this.utcOffset(0, p);
|
|
602
602
|
else if (g = i(v, { locale: this.$L }).$set("millisecond", this.$ms).utcOffset(_, !0), p) {
|
|
603
603
|
var x = g.utcOffset();
|
|
@@ -616,15 +616,15 @@ function lo() {
|
|
|
616
616
|
var g = i(this.format("YYYY-MM-DD HH:mm:ss:SSS"), { locale: this.$L });
|
|
617
617
|
return h.call(g, m, p).tz(this.$x.$timezone, !0);
|
|
618
618
|
}, i.tz = function(m, p, g) {
|
|
619
|
-
var A = g && p,
|
|
620
|
-
if (typeof m != "string") return i(m).tz(
|
|
619
|
+
var A = g && p, y = g || p || c, v = l(+i(), y);
|
|
620
|
+
if (typeof m != "string") return i(m).tz(y);
|
|
621
621
|
var N = (function(E, O, Q) {
|
|
622
622
|
var te = E - 60 * O * 1e3, G = l(te, Q);
|
|
623
623
|
if (O === G) return [te, O];
|
|
624
624
|
var P = l(te -= 60 * (G - O) * 1e3, Q);
|
|
625
625
|
return G === P ? [te, G] : [E - 60 * Math.min(G, P) * 1e3, Math.max(G, P)];
|
|
626
|
-
})(i.utc(m, A).valueOf(), v,
|
|
627
|
-
return b.$x.$timezone =
|
|
626
|
+
})(i.utc(m, A).valueOf(), v, y), _ = N[0], x = N[1], b = i(_).utcOffset(x);
|
|
627
|
+
return b.$x.$timezone = y, b;
|
|
628
628
|
}, i.tz.guess = function() {
|
|
629
629
|
return Intl.DateTimeFormat().resolvedOptions().timeZone;
|
|
630
630
|
}, i.tz.setDefault = function(m) {
|
|
@@ -639,19 +639,19 @@ const ho = /* @__PURE__ */ _t(uo);
|
|
|
639
639
|
xe.extend(io);
|
|
640
640
|
xe.extend(ho);
|
|
641
641
|
xe.extend(to);
|
|
642
|
-
const
|
|
643
|
-
const { PUBLIC_LNG: t, DATE_TIMEZONE: n } = Y(), r =
|
|
642
|
+
const Nn = (e) => e === "en" ? "en" : "es", Me = (e) => {
|
|
643
|
+
const { PUBLIC_LNG: t, DATE_TIMEZONE: n } = Y(), r = Nn(t ?? "es");
|
|
644
644
|
return xe.tz(e, n).locale(r).format("DD MMMM YYYY");
|
|
645
645
|
}, Qr = (e) => {
|
|
646
|
-
const { PUBLIC_LNG: t, DATE_TIMEZONE: n } = Y(), r =
|
|
646
|
+
const { PUBLIC_LNG: t, DATE_TIMEZONE: n } = Y(), r = Nn(t ?? "es");
|
|
647
647
|
return xe.tz(e, n).locale(r).format(
|
|
648
648
|
r === "en" ? "MMMM DD YYYY [•] HH:mm [hs]" : "DD [de] MMMM YYYY [•] HH:mm [hs]"
|
|
649
649
|
);
|
|
650
650
|
}, mo = (e) => {
|
|
651
|
-
const { PUBLIC_LNG: t, DATE_TIMEZONE: n } = Y(), r =
|
|
651
|
+
const { PUBLIC_LNG: t, DATE_TIMEZONE: n } = Y(), r = Nn(t ?? "es");
|
|
652
652
|
return xe.tz(e, n).locale(r).format("MM/DD/YYYY [•] HH:mm [HS]");
|
|
653
|
-
},
|
|
654
|
-
const { PUBLIC_LNG: t, DATE_TIMEZONE: n } = Y(), r =
|
|
653
|
+
}, y9 = (e) => {
|
|
654
|
+
const { PUBLIC_LNG: t, DATE_TIMEZONE: n } = Y(), r = Nn(t ?? "es");
|
|
655
655
|
return xe.tz(e, n).locale(r).format("dddd DD [de] MMMM YYYY");
|
|
656
656
|
}, je = (e, t = 136) => e && e.length > t ? `${e.substring(0, t)}...` : e;
|
|
657
657
|
function Gr(e) {
|
|
@@ -660,7 +660,7 @@ function Gr(e) {
|
|
|
660
660
|
function fo(e) {
|
|
661
661
|
return e && e.status === "fulfilled" ? e.value : null;
|
|
662
662
|
}
|
|
663
|
-
const Dt = (e, t, n) => ({
|
|
663
|
+
const Dt = (e, t, n, r) => ({
|
|
664
664
|
authors: e.main.author ? [{
|
|
665
665
|
firstname: "",
|
|
666
666
|
lastname: "",
|
|
@@ -688,7 +688,7 @@ const Dt = (e, t, n) => ({
|
|
|
688
688
|
config: {
|
|
689
689
|
showtime: t,
|
|
690
690
|
showsubtitle: n,
|
|
691
|
-
showauthor: !!e.main.author
|
|
691
|
+
showauthor: !!(r && e.main.author)
|
|
692
692
|
},
|
|
693
693
|
main: {
|
|
694
694
|
title: {
|
|
@@ -704,7 +704,7 @@ const Dt = (e, t, n) => ({
|
|
|
704
704
|
tags: []
|
|
705
705
|
}
|
|
706
706
|
});
|
|
707
|
-
function
|
|
707
|
+
function w9(e) {
|
|
708
708
|
if (!e || !e.body || !e.body.rendered) return [];
|
|
709
709
|
const t = e?.body?.rendered, n = [], r = t.match(
|
|
710
710
|
/<div[^>]*class=["'][^"']*ck-related-news[^"']*["'][^>]*>[\s\S]*?<\/div>/gi
|
|
@@ -787,7 +787,7 @@ const v9 = async (e, t) => {
|
|
|
787
787
|
}, Hr = (e) => !e || !e?.tags || e?.tags?.length === 0 ? "" : e?.tags?.map((t) => t.name).join(", ").replaceAll('"', "'").replaceAll("`", "'"), Ao = (e) => {
|
|
788
788
|
const t = e?.match(/^\/(?:[^/]+\/)?([^/]+)\/([^/]+\.html)$/);
|
|
789
789
|
return t ? { slug: t[1] ?? "", path: t[2] ?? "" } : { slug: "", path: "" };
|
|
790
|
-
},
|
|
790
|
+
}, yo = (e) => e.replaceAll("/", "").replaceAll("_", "").replace(".html", ""), wo = {
|
|
791
791
|
description: { attr: "name", value: "description" },
|
|
792
792
|
robots: { attr: "name", value: "robots" },
|
|
793
793
|
keywords: { attr: "name", value: "keywords" },
|
|
@@ -806,7 +806,7 @@ const v9 = async (e, t) => {
|
|
|
806
806
|
const t = [];
|
|
807
807
|
let n = 0;
|
|
808
808
|
const r = (i) => t.push(i);
|
|
809
|
-
return e.title && typeof e.title == "string" && r(/* @__PURE__ */ a("title", { children: e.title }, `title-${n++}`)), Object.entries(
|
|
809
|
+
return e.title && typeof e.title == "string" && r(/* @__PURE__ */ a("title", { children: e.title }, `title-${n++}`)), Object.entries(wo).forEach(([i, c]) => {
|
|
810
810
|
const d = i.split(".").reduce((l, u) => l?.[u], e);
|
|
811
811
|
d && r(
|
|
812
812
|
/* @__PURE__ */ a(
|
|
@@ -924,13 +924,13 @@ const v9 = async (e, t) => {
|
|
|
924
924
|
)
|
|
925
925
|
);
|
|
926
926
|
}), t;
|
|
927
|
-
}, me = async (e) => `${Mt()}${e}`,
|
|
927
|
+
}, me = async (e) => `${Mt()}${e}`, fa = (e, t) => {
|
|
928
928
|
const n = e || "";
|
|
929
929
|
return t ? n.replaceAll("[section_replace]", t["[section_replace]"] ?? "").replaceAll("[tag_replace]", t["[tag_replace]"] ?? "").replaceAll("[url_replace]", t["[url_replace]"] ?? "").replaceAll("[author_replace]", t["[author_replace]"] ?? "") || "" : n || "";
|
|
930
930
|
}, zr = (e) => {
|
|
931
931
|
const t = e.banners.find((o) => o.key === e.name);
|
|
932
932
|
if (!t || !t.show) return null;
|
|
933
|
-
const n =
|
|
933
|
+
const n = fa(t.value || "", e.replaces), r = /<script([^>]*)>([\s\S]*?)<\/script\s*>/gi, s = [...n.matchAll(r)];
|
|
934
934
|
return /* @__PURE__ */ a(J, { children: s.map((o, i) => {
|
|
935
935
|
const c = o[1] || "", d = o[2]?.trim() || "", l = c.match(/src=["']([^"']+)["']/i);
|
|
936
936
|
if (l) {
|
|
@@ -949,7 +949,7 @@ const v9 = async (e, t) => {
|
|
|
949
949
|
}, bo = (e) => {
|
|
950
950
|
const t = e.banners.find((s) => s.key === e.name);
|
|
951
951
|
if (!t || !t.show) return null;
|
|
952
|
-
const r =
|
|
952
|
+
const r = fa(t.value || "", e.replaces).split(/(<script[\s\S]*?<\/script\s*>)/gi);
|
|
953
953
|
return /* @__PURE__ */ a(J, { children: r.map((s, o) => {
|
|
954
954
|
const i = s.match(
|
|
955
955
|
/<script([^>]*)>([\s\S]*?)<\/script\s*>/i
|
|
@@ -990,7 +990,7 @@ function b9(e) {
|
|
|
990
990
|
const Co = () => {
|
|
991
991
|
const { PUBLIC_ASSETS_URL: e } = Y();
|
|
992
992
|
return e && e !== "false" && /* @__PURE__ */ a("link", { rel: "preconnect", href: e, crossOrigin: "anonymous" });
|
|
993
|
-
}, { PUBLIC_ASSETS_URL:
|
|
993
|
+
}, { PUBLIC_ASSETS_URL: qn } = Y(), _o = qn && qn !== "false" ? qn : "", ja = ({ images: e }) => /* @__PURE__ */ a(J, { children: e.map(
|
|
994
994
|
(t, n) => t.href !== "" && /* @__PURE__ */ a(
|
|
995
995
|
"link",
|
|
996
996
|
{
|
|
@@ -1100,7 +1100,7 @@ const vt = (e, t) => {
|
|
|
1100
1100
|
__html: JSON.stringify(n ?? xo[t])
|
|
1101
1101
|
}
|
|
1102
1102
|
}
|
|
1103
|
-
),
|
|
1103
|
+
), ga = async (e, t, n) => {
|
|
1104
1104
|
if (n)
|
|
1105
1105
|
return n.get(`/schemas${t}`, { params: e }).catch((r) => {
|
|
1106
1106
|
console.log(`[/schemas${t}] Error: ${r.message}`);
|
|
@@ -1124,7 +1124,7 @@ const vt = (e, t) => {
|
|
|
1124
1124
|
...i && c ? { query: `${c}:('${i}')` } : {}
|
|
1125
1125
|
};
|
|
1126
1126
|
try {
|
|
1127
|
-
const l = await
|
|
1127
|
+
const l = await ga(d, "/news-list-summary", t);
|
|
1128
1128
|
l?.data?.data ? o = l.data.data : console.warn(
|
|
1129
1129
|
"getSchemas responded but did not contain expected data:",
|
|
1130
1130
|
l
|
|
@@ -1143,7 +1143,7 @@ const vt = (e, t) => {
|
|
|
1143
1143
|
}
|
|
1144
1144
|
);
|
|
1145
1145
|
};
|
|
1146
|
-
function
|
|
1146
|
+
function pa(e) {
|
|
1147
1147
|
const { PUBLIC_ASSETS_URL: t } = Y();
|
|
1148
1148
|
if (!t || t === "false") return e;
|
|
1149
1149
|
const n = t.replace(/\/+$/, ""), r = /https?:\/\/[^/\s]+\/(arte|__export)\//g;
|
|
@@ -1170,8 +1170,8 @@ const Uo = async ({
|
|
|
1170
1170
|
}, u = e.split("/")[1], h = u == "liveblogs" || u == "liveblog" ? ["/news", "/news-breadcrumb", "/news-liveblog"] : ["/news", "/news-breadcrumb"], m = t.paths.tema !== "" ? "/" + t.paths.tema : t.paths.tema, p = s !== "false" && o !== "false" ? "/" + s + m : m;
|
|
1171
1171
|
i = (await Promise.all(
|
|
1172
1172
|
h.map(async (A) => {
|
|
1173
|
-
const
|
|
1174
|
-
return await
|
|
1173
|
+
const y = A === "/news-breadcrumb" ? { ...l, prefixtag: p } : l;
|
|
1174
|
+
return await ga(y, A, r);
|
|
1175
1175
|
})
|
|
1176
1176
|
)).map((A) => A?.data?.data ?? []);
|
|
1177
1177
|
} catch (c) {
|
|
@@ -1182,7 +1182,7 @@ const Uo = async ({
|
|
|
1182
1182
|
{
|
|
1183
1183
|
type: "application/ld+json",
|
|
1184
1184
|
dangerouslySetInnerHTML: {
|
|
1185
|
-
__html:
|
|
1185
|
+
__html: pa(JSON.stringify(c))
|
|
1186
1186
|
}
|
|
1187
1187
|
},
|
|
1188
1188
|
d
|
|
@@ -1237,12 +1237,12 @@ const Uo = async ({
|
|
|
1237
1237
|
logow: t.socialBlockLogo?.width,
|
|
1238
1238
|
logoh: t.socialBlockLogo?.height,
|
|
1239
1239
|
authorurl: `${t.siteUrl}/autor/`
|
|
1240
|
-
}, o = (await
|
|
1240
|
+
}, o = (await ga(r, "/videos", n))?.data.data;
|
|
1241
1241
|
return o ? /* @__PURE__ */ a(
|
|
1242
1242
|
"script",
|
|
1243
1243
|
{
|
|
1244
1244
|
type: "application/ld+json",
|
|
1245
|
-
dangerouslySetInnerHTML: { __html:
|
|
1245
|
+
dangerouslySetInnerHTML: { __html: pa(JSON.stringify(o)) }
|
|
1246
1246
|
}
|
|
1247
1247
|
) : void 0;
|
|
1248
1248
|
} catch (r) {
|
|
@@ -1296,7 +1296,7 @@ const Uo = async ({
|
|
|
1296
1296
|
"[author_replace]": e.currentNew?.authors[0]?.name ?? "",
|
|
1297
1297
|
"[section_replace]": e.currentNew?.info?.section?.slug ?? "",
|
|
1298
1298
|
"[tag_replace]": Hr(e.currentNew?.keywords),
|
|
1299
|
-
"[url_replace]":
|
|
1299
|
+
"[url_replace]": yo(e.internalPath ?? "")
|
|
1300
1300
|
}),
|
|
1301
1301
|
seccion: (e) => ({
|
|
1302
1302
|
"[author_replace]": "",
|
|
@@ -1519,10 +1519,10 @@ function Fr(e, t) {
|
|
|
1519
1519
|
return e.apply(t, arguments);
|
|
1520
1520
|
};
|
|
1521
1521
|
}
|
|
1522
|
-
const { toString: Do } = Object.prototype, { getPrototypeOf:
|
|
1522
|
+
const { toString: Do } = Object.prototype, { getPrototypeOf: Aa } = Object, { iterator: Sn, toStringTag: $r } = Symbol, En = /* @__PURE__ */ ((e) => (t) => {
|
|
1523
1523
|
const n = Do.call(t);
|
|
1524
1524
|
return e[n] || (e[n] = n.slice(8, -1).toLowerCase());
|
|
1525
|
-
})(/* @__PURE__ */ Object.create(null)), Be = (e) => (e = e.toLowerCase(), (t) =>
|
|
1525
|
+
})(/* @__PURE__ */ Object.create(null)), Be = (e) => (e = e.toLowerCase(), (t) => En(t) === e), xn = (e) => (t) => typeof t === e, { isArray: Nt } = Array, bt = xn("undefined");
|
|
1526
1526
|
function Qt(e) {
|
|
1527
1527
|
return e !== null && !bt(e) && e.constructor !== null && !bt(e.constructor) && _e(e.constructor.isBuffer) && e.constructor.isBuffer(e);
|
|
1528
1528
|
}
|
|
@@ -1531,11 +1531,11 @@ function Mo(e) {
|
|
|
1531
1531
|
let t;
|
|
1532
1532
|
return typeof ArrayBuffer < "u" && ArrayBuffer.isView ? t = ArrayBuffer.isView(e) : t = e && e.buffer && Wr(e.buffer), t;
|
|
1533
1533
|
}
|
|
1534
|
-
const jo =
|
|
1535
|
-
if (
|
|
1534
|
+
const jo = xn("string"), _e = xn("function"), Yr = xn("number"), Gt = (e) => e !== null && typeof e == "object", Qo = (e) => e === !0 || e === !1, hn = (e) => {
|
|
1535
|
+
if (En(e) !== "object")
|
|
1536
1536
|
return !1;
|
|
1537
|
-
const t =
|
|
1538
|
-
return (t === null || t === Object.prototype || Object.getPrototypeOf(t) === null) && !($r in e) && !(
|
|
1537
|
+
const t = Aa(e);
|
|
1538
|
+
return (t === null || t === Object.prototype || Object.getPrototypeOf(t) === null) && !($r in e) && !(Sn in e);
|
|
1539
1539
|
}, Go = (e) => {
|
|
1540
1540
|
if (!Gt(e) || Qt(e))
|
|
1541
1541
|
return !1;
|
|
@@ -1546,7 +1546,7 @@ const jo = En("string"), _e = En("function"), Yr = En("number"), Gt = (e) => e !
|
|
|
1546
1546
|
}
|
|
1547
1547
|
}, Ho = Be("Date"), zo = Be("File"), Vo = Be("Blob"), Fo = Be("FileList"), $o = (e) => Gt(e) && _e(e.pipe), Wo = (e) => {
|
|
1548
1548
|
let t;
|
|
1549
|
-
return e && (typeof FormData == "function" && e instanceof FormData || _e(e.append) && ((t =
|
|
1549
|
+
return e && (typeof FormData == "function" && e instanceof FormData || _e(e.append) && ((t = En(e)) === "formdata" || // detect form-data instance
|
|
1550
1550
|
t === "object" && _e(e.toString) && e.toString() === "[object FormData]"));
|
|
1551
1551
|
}, Yo = Be("URLSearchParams"), [Ko, Jo, Zo, Xo] = ["ReadableStream", "Request", "Response", "Headers"].map(Be), ei = (e) => e.trim ? e.trim() : e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g, "");
|
|
1552
1552
|
function Ht(e, t, { allOwnKeys: n = !1 } = {}) {
|
|
@@ -1577,10 +1577,10 @@ function Kr(e, t) {
|
|
|
1577
1577
|
return null;
|
|
1578
1578
|
}
|
|
1579
1579
|
const dt = typeof globalThis < "u" ? globalThis : typeof self < "u" ? self : typeof window < "u" ? window : global, Jr = (e) => !bt(e) && e !== dt;
|
|
1580
|
-
function
|
|
1580
|
+
function ta() {
|
|
1581
1581
|
const { caseless: e, skipUndefined: t } = Jr(this) && this || {}, n = {}, r = (s, o) => {
|
|
1582
1582
|
const i = e && Kr(n, o) || o;
|
|
1583
|
-
hn(n[i]) && hn(s) ? n[i] =
|
|
1583
|
+
hn(n[i]) && hn(s) ? n[i] = ta(n[i], s) : hn(s) ? n[i] = ta({}, s) : Nt(s) ? n[i] = s.slice() : (!t || !bt(s)) && (n[i] = s);
|
|
1584
1584
|
};
|
|
1585
1585
|
for (let s = 0, o = arguments.length; s < o; s++)
|
|
1586
1586
|
arguments[s] && Ht(arguments[s], r);
|
|
@@ -1599,7 +1599,7 @@ const ti = (e, t, n, { allOwnKeys: r } = {}) => (Ht(t, (s, o) => {
|
|
|
1599
1599
|
do {
|
|
1600
1600
|
for (s = Object.getOwnPropertyNames(e), o = s.length; o-- > 0; )
|
|
1601
1601
|
i = s[o], (!r || r(i, e, t)) && !c[i] && (t[i] = e[i], c[i] = !0);
|
|
1602
|
-
e = n !== !1 &&
|
|
1602
|
+
e = n !== !1 && Aa(e);
|
|
1603
1603
|
} while (e && (!n || n(e, t)) && e !== Object.prototype);
|
|
1604
1604
|
return t;
|
|
1605
1605
|
}, si = (e, t, n) => {
|
|
@@ -1615,8 +1615,8 @@ const ti = (e, t, n, { allOwnKeys: r } = {}) => (Ht(t, (s, o) => {
|
|
|
1615
1615
|
for (; t-- > 0; )
|
|
1616
1616
|
n[t] = e[t];
|
|
1617
1617
|
return n;
|
|
1618
|
-
}, ii = /* @__PURE__ */ ((e) => (t) => e && t instanceof e)(typeof Uint8Array < "u" &&
|
|
1619
|
-
const r = (e && e[
|
|
1618
|
+
}, ii = /* @__PURE__ */ ((e) => (t) => e && t instanceof e)(typeof Uint8Array < "u" && Aa(Uint8Array)), ci = (e, t) => {
|
|
1619
|
+
const r = (e && e[Sn]).call(e);
|
|
1620
1620
|
let s;
|
|
1621
1621
|
for (; (s = r.next()) && !s.done; ) {
|
|
1622
1622
|
const o = s.value;
|
|
@@ -1633,7 +1633,7 @@ const ti = (e, t, n, { allOwnKeys: r } = {}) => (Ht(t, (s, o) => {
|
|
|
1633
1633
|
function(n, r, s) {
|
|
1634
1634
|
return r.toUpperCase() + s;
|
|
1635
1635
|
}
|
|
1636
|
-
),
|
|
1636
|
+
), Qa = (({ hasOwnProperty: e }) => (t, n) => e.call(t, n))(Object.prototype), hi = Be("RegExp"), Zr = (e, t) => {
|
|
1637
1637
|
const n = Object.getOwnPropertyDescriptors(e), r = {};
|
|
1638
1638
|
Ht(n, (s, o) => {
|
|
1639
1639
|
let i;
|
|
@@ -1664,9 +1664,9 @@ const ti = (e, t, n, { allOwnKeys: r } = {}) => (Ht(t, (s, o) => {
|
|
|
1664
1664
|
}, gi = () => {
|
|
1665
1665
|
}, pi = (e, t) => e != null && Number.isFinite(e = +e) ? e : t;
|
|
1666
1666
|
function Ai(e) {
|
|
1667
|
-
return !!(e && _e(e.append) && e[$r] === "FormData" && e[
|
|
1667
|
+
return !!(e && _e(e.append) && e[$r] === "FormData" && e[Sn]);
|
|
1668
1668
|
}
|
|
1669
|
-
const
|
|
1669
|
+
const yi = (e) => {
|
|
1670
1670
|
const t = new Array(10), n = (r, s) => {
|
|
1671
1671
|
if (Gt(r)) {
|
|
1672
1672
|
if (t.indexOf(r) >= 0)
|
|
@@ -1685,14 +1685,14 @@ const wi = (e) => {
|
|
|
1685
1685
|
return r;
|
|
1686
1686
|
};
|
|
1687
1687
|
return n(e, 0);
|
|
1688
|
-
},
|
|
1688
|
+
}, wi = Be("AsyncFunction"), vi = (e) => e && (Gt(e) || _e(e)) && _e(e.then) && _e(e.catch), Xr = ((e, t) => e ? setImmediate : t ? ((n, r) => (dt.addEventListener("message", ({ source: s, data: o }) => {
|
|
1689
1689
|
s === dt && o === n && r.length && r.shift()();
|
|
1690
1690
|
}, !1), (s) => {
|
|
1691
1691
|
r.push(s), dt.postMessage(n, "*");
|
|
1692
1692
|
}))(`axios@${Math.random()}`, []) : (n) => setTimeout(n))(
|
|
1693
1693
|
typeof setImmediate == "function",
|
|
1694
1694
|
_e(dt.postMessage)
|
|
1695
|
-
), bi = typeof queueMicrotask < "u" ? queueMicrotask.bind(dt) : typeof process < "u" && process.nextTick || Xr, Ci = (e) => e != null && _e(e[
|
|
1695
|
+
), bi = typeof queueMicrotask < "u" ? queueMicrotask.bind(dt) : typeof process < "u" && process.nextTick || Xr, Ci = (e) => e != null && _e(e[Sn]), C = {
|
|
1696
1696
|
isArray: Nt,
|
|
1697
1697
|
isArrayBuffer: Wr,
|
|
1698
1698
|
isBuffer: Qt,
|
|
@@ -1719,21 +1719,21 @@ const wi = (e) => {
|
|
|
1719
1719
|
isTypedArray: ii,
|
|
1720
1720
|
isFileList: Fo,
|
|
1721
1721
|
forEach: Ht,
|
|
1722
|
-
merge:
|
|
1722
|
+
merge: ta,
|
|
1723
1723
|
extend: ti,
|
|
1724
1724
|
trim: ei,
|
|
1725
1725
|
stripBOM: ni,
|
|
1726
1726
|
inherits: ai,
|
|
1727
1727
|
toFlatObject: ri,
|
|
1728
|
-
kindOf:
|
|
1728
|
+
kindOf: En,
|
|
1729
1729
|
kindOfTest: Be,
|
|
1730
1730
|
endsWith: si,
|
|
1731
1731
|
toArray: oi,
|
|
1732
1732
|
forEachEntry: ci,
|
|
1733
1733
|
matchAll: li,
|
|
1734
1734
|
isHTMLForm: di,
|
|
1735
|
-
hasOwnProperty:
|
|
1736
|
-
hasOwnProp:
|
|
1735
|
+
hasOwnProperty: Qa,
|
|
1736
|
+
hasOwnProp: Qa,
|
|
1737
1737
|
// an alias to avoid ESLint no-prototype-builtins detection
|
|
1738
1738
|
reduceDescriptors: Zr,
|
|
1739
1739
|
freezeMethods: mi,
|
|
@@ -1745,8 +1745,8 @@ const wi = (e) => {
|
|
|
1745
1745
|
global: dt,
|
|
1746
1746
|
isContextDefined: Jr,
|
|
1747
1747
|
isSpecCompliantForm: Ai,
|
|
1748
|
-
toJSONObject:
|
|
1749
|
-
isAsyncFn:
|
|
1748
|
+
toJSONObject: yi,
|
|
1749
|
+
isAsyncFn: wi,
|
|
1750
1750
|
isThenable: vi,
|
|
1751
1751
|
setImmediate: Xr,
|
|
1752
1752
|
asap: bi,
|
|
@@ -1805,32 +1805,32 @@ W.from = (e, t, n, r, s, o) => {
|
|
|
1805
1805
|
return W.call(i, c, d, n, r, s), e && i.cause == null && Object.defineProperty(i, "cause", { value: e, configurable: !0 }), i.name = e && e.name || "Error", o && Object.assign(i, o), i;
|
|
1806
1806
|
};
|
|
1807
1807
|
const _i = null;
|
|
1808
|
-
function
|
|
1808
|
+
function na(e) {
|
|
1809
1809
|
return C.isPlainObject(e) || C.isArray(e);
|
|
1810
1810
|
}
|
|
1811
1811
|
function ns(e) {
|
|
1812
1812
|
return C.endsWith(e, "[]") ? e.slice(0, -2) : e;
|
|
1813
1813
|
}
|
|
1814
|
-
function
|
|
1814
|
+
function Ga(e, t, n) {
|
|
1815
1815
|
return e ? e.concat(t).map(function(s, o) {
|
|
1816
1816
|
return s = ns(s), !n && o ? "[" + s + "]" : s;
|
|
1817
1817
|
}).join(n ? "." : "") : t;
|
|
1818
1818
|
}
|
|
1819
1819
|
function Ni(e) {
|
|
1820
|
-
return C.isArray(e) && !e.some(
|
|
1820
|
+
return C.isArray(e) && !e.some(na);
|
|
1821
1821
|
}
|
|
1822
1822
|
const Si = C.toFlatObject(C, {}, null, function(t) {
|
|
1823
1823
|
return /^is[A-Z]/.test(t);
|
|
1824
1824
|
});
|
|
1825
|
-
function
|
|
1825
|
+
function Tn(e, t, n) {
|
|
1826
1826
|
if (!C.isObject(e))
|
|
1827
1827
|
throw new TypeError("target must be an object");
|
|
1828
1828
|
t = t || new FormData(), n = C.toFlatObject(n, {
|
|
1829
1829
|
metaTokens: !0,
|
|
1830
1830
|
dots: !1,
|
|
1831
1831
|
indexes: !1
|
|
1832
|
-
}, !1, function(A,
|
|
1833
|
-
return !C.isUndefined(
|
|
1832
|
+
}, !1, function(A, y) {
|
|
1833
|
+
return !C.isUndefined(y[A]);
|
|
1834
1834
|
});
|
|
1835
1835
|
const r = n.metaTokens, s = n.visitor || u, o = n.dots, i = n.indexes, d = (n.Blob || typeof Blob < "u" && Blob) && C.isSpecCompliantForm(t);
|
|
1836
1836
|
if (!C.isFunction(s))
|
|
@@ -1845,26 +1845,26 @@ function xn(e, t, n) {
|
|
|
1845
1845
|
throw new W("Blob is not supported. Use a Buffer instead.");
|
|
1846
1846
|
return C.isArrayBuffer(g) || C.isTypedArray(g) ? d && typeof Blob == "function" ? new Blob([g]) : Buffer.from(g) : g;
|
|
1847
1847
|
}
|
|
1848
|
-
function u(g, A,
|
|
1848
|
+
function u(g, A, y) {
|
|
1849
1849
|
let v = g;
|
|
1850
|
-
if (g && !
|
|
1850
|
+
if (g && !y && typeof g == "object") {
|
|
1851
1851
|
if (C.endsWith(A, "{}"))
|
|
1852
1852
|
A = r ? A : A.slice(0, -2), g = JSON.stringify(g);
|
|
1853
1853
|
else if (C.isArray(g) && Ni(g) || (C.isFileList(g) || C.endsWith(A, "[]")) && (v = C.toArray(g)))
|
|
1854
1854
|
return A = ns(A), v.forEach(function(_, x) {
|
|
1855
1855
|
!(C.isUndefined(_) || _ === null) && t.append(
|
|
1856
1856
|
// eslint-disable-next-line no-nested-ternary
|
|
1857
|
-
i === !0 ?
|
|
1857
|
+
i === !0 ? Ga([A], x, o) : i === null ? A : A + "[]",
|
|
1858
1858
|
l(_)
|
|
1859
1859
|
);
|
|
1860
1860
|
}), !1;
|
|
1861
1861
|
}
|
|
1862
|
-
return
|
|
1862
|
+
return na(g) ? !0 : (t.append(Ga(y, A, o), l(g)), !1);
|
|
1863
1863
|
}
|
|
1864
1864
|
const h = [], m = Object.assign(Si, {
|
|
1865
1865
|
defaultVisitor: u,
|
|
1866
1866
|
convertValue: l,
|
|
1867
|
-
isVisitable:
|
|
1867
|
+
isVisitable: na
|
|
1868
1868
|
});
|
|
1869
1869
|
function p(g, A) {
|
|
1870
1870
|
if (!C.isUndefined(g)) {
|
|
@@ -1885,7 +1885,7 @@ function xn(e, t, n) {
|
|
|
1885
1885
|
throw new TypeError("data must be an object");
|
|
1886
1886
|
return p(e), t;
|
|
1887
1887
|
}
|
|
1888
|
-
function
|
|
1888
|
+
function Ha(e) {
|
|
1889
1889
|
const t = {
|
|
1890
1890
|
"!": "%21",
|
|
1891
1891
|
"'": "%27",
|
|
@@ -1899,17 +1899,17 @@ function Ga(e) {
|
|
|
1899
1899
|
return t[r];
|
|
1900
1900
|
});
|
|
1901
1901
|
}
|
|
1902
|
-
function
|
|
1903
|
-
this._pairs = [], e &&
|
|
1902
|
+
function ya(e, t) {
|
|
1903
|
+
this._pairs = [], e && Tn(e, this, t);
|
|
1904
1904
|
}
|
|
1905
|
-
const as =
|
|
1905
|
+
const as = ya.prototype;
|
|
1906
1906
|
as.append = function(t, n) {
|
|
1907
1907
|
this._pairs.push([t, n]);
|
|
1908
1908
|
};
|
|
1909
1909
|
as.toString = function(t) {
|
|
1910
1910
|
const n = t ? function(r) {
|
|
1911
|
-
return t.call(this, r,
|
|
1912
|
-
} :
|
|
1911
|
+
return t.call(this, r, Ha);
|
|
1912
|
+
} : Ha;
|
|
1913
1913
|
return this._pairs.map(function(s) {
|
|
1914
1914
|
return n(s[0]) + "=" + n(s[1]);
|
|
1915
1915
|
}, "").join("&");
|
|
@@ -1926,13 +1926,13 @@ function rs(e, t, n) {
|
|
|
1926
1926
|
});
|
|
1927
1927
|
const s = n && n.serialize;
|
|
1928
1928
|
let o;
|
|
1929
|
-
if (s ? o = s(t, n) : o = C.isURLSearchParams(t) ? t.toString() : new
|
|
1929
|
+
if (s ? o = s(t, n) : o = C.isURLSearchParams(t) ? t.toString() : new ya(t, n).toString(r), o) {
|
|
1930
1930
|
const i = e.indexOf("#");
|
|
1931
1931
|
i !== -1 && (e = e.slice(0, i)), e += (e.indexOf("?") === -1 ? "?" : "&") + o;
|
|
1932
1932
|
}
|
|
1933
1933
|
return e;
|
|
1934
1934
|
}
|
|
1935
|
-
class
|
|
1935
|
+
class za {
|
|
1936
1936
|
constructor() {
|
|
1937
1937
|
this.handlers = [];
|
|
1938
1938
|
}
|
|
@@ -1990,7 +1990,7 @@ const ss = {
|
|
|
1990
1990
|
silentJSONParsing: !0,
|
|
1991
1991
|
forcedJSONParsing: !0,
|
|
1992
1992
|
clarifyTimeoutError: !1
|
|
1993
|
-
}, xi = typeof URLSearchParams < "u" ? URLSearchParams :
|
|
1993
|
+
}, xi = typeof URLSearchParams < "u" ? URLSearchParams : ya, Ti = typeof FormData < "u" ? FormData : null, Ii = typeof Blob < "u" ? Blob : null, ki = {
|
|
1994
1994
|
isBrowser: !0,
|
|
1995
1995
|
classes: {
|
|
1996
1996
|
URLSearchParams: xi,
|
|
@@ -1998,20 +1998,20 @@ const ss = {
|
|
|
1998
1998
|
Blob: Ii
|
|
1999
1999
|
},
|
|
2000
2000
|
protocols: ["http", "https", "file", "blob", "url", "data"]
|
|
2001
|
-
}, wa = typeof window < "u" && typeof document < "u",
|
|
2001
|
+
}, wa = typeof window < "u" && typeof document < "u", aa = typeof navigator == "object" && navigator || void 0, Ui = wa && (!aa || ["ReactNative", "NativeScript", "NS"].indexOf(aa.product) < 0), qi = typeof WorkerGlobalScope < "u" && // eslint-disable-next-line no-undef
|
|
2002
2002
|
self instanceof WorkerGlobalScope && typeof self.importScripts == "function", Ri = wa && window.location.href || "http://localhost", Li = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2003
2003
|
__proto__: null,
|
|
2004
2004
|
hasBrowserEnv: wa,
|
|
2005
2005
|
hasStandardBrowserEnv: Ui,
|
|
2006
2006
|
hasStandardBrowserWebWorkerEnv: qi,
|
|
2007
|
-
navigator:
|
|
2007
|
+
navigator: aa,
|
|
2008
2008
|
origin: Ri
|
|
2009
2009
|
}, Symbol.toStringTag, { value: "Module" })), pe = {
|
|
2010
2010
|
...Li,
|
|
2011
2011
|
...ki
|
|
2012
2012
|
};
|
|
2013
2013
|
function Bi(e, t) {
|
|
2014
|
-
return
|
|
2014
|
+
return Tn(e, new pe.classes.URLSearchParams(), {
|
|
2015
2015
|
visitor: function(n, r, s, o) {
|
|
2016
2016
|
return pe.isNode && C.isBuffer(n) ? (this.append(r, n.toString("base64")), !1) : o.defaultVisitor.apply(this, arguments);
|
|
2017
2017
|
},
|
|
@@ -2074,7 +2074,7 @@ const zt = {
|
|
|
2074
2074
|
return Bi(t, this.formSerializer).toString();
|
|
2075
2075
|
if ((c = C.isFileList(t)) || r.indexOf("multipart/form-data") > -1) {
|
|
2076
2076
|
const d = this.env && this.env.FormData;
|
|
2077
|
-
return
|
|
2077
|
+
return Tn(
|
|
2078
2078
|
c ? { "files[]": t } : t,
|
|
2079
2079
|
d && new d(),
|
|
2080
2080
|
this.formSerializer
|
|
@@ -2149,7 +2149,7 @@ const Mi = C.toObjectSet([
|
|
|
2149
2149
|
`).forEach(function(i) {
|
|
2150
2150
|
s = i.indexOf(":"), n = i.substring(0, s).trim().toLowerCase(), r = i.substring(s + 1).trim(), !(!n || t[n] && Mi[n]) && (n === "set-cookie" ? t[n] ? t[n].push(r) : t[n] = [r] : t[n] = t[n] ? t[n] + ", " + r : r);
|
|
2151
2151
|
}), t;
|
|
2152
|
-
},
|
|
2152
|
+
}, Va = Symbol("internals");
|
|
2153
2153
|
function It(e) {
|
|
2154
2154
|
return e && String(e).trim().toLowerCase();
|
|
2155
2155
|
}
|
|
@@ -2164,7 +2164,7 @@ function Qi(e) {
|
|
|
2164
2164
|
return t;
|
|
2165
2165
|
}
|
|
2166
2166
|
const Gi = (e) => /^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(e.trim());
|
|
2167
|
-
function
|
|
2167
|
+
function Rn(e, t, n, r, s) {
|
|
2168
2168
|
if (C.isFunction(r))
|
|
2169
2169
|
return r.call(this, t, n);
|
|
2170
2170
|
if (s && (t = n), !!C.isString(t)) {
|
|
@@ -2238,7 +2238,7 @@ let Ne = class {
|
|
|
2238
2238
|
has(t, n) {
|
|
2239
2239
|
if (t = It(t), t) {
|
|
2240
2240
|
const r = C.findKey(this, t);
|
|
2241
|
-
return !!(r && this[r] !== void 0 && (!n ||
|
|
2241
|
+
return !!(r && this[r] !== void 0 && (!n || Rn(this, this[r], r, n)));
|
|
2242
2242
|
}
|
|
2243
2243
|
return !1;
|
|
2244
2244
|
}
|
|
@@ -2248,7 +2248,7 @@ let Ne = class {
|
|
|
2248
2248
|
function o(i) {
|
|
2249
2249
|
if (i = It(i), i) {
|
|
2250
2250
|
const c = C.findKey(r, i);
|
|
2251
|
-
c && (!n ||
|
|
2251
|
+
c && (!n || Rn(r, r[c], c, n)) && (delete r[c], s = !0);
|
|
2252
2252
|
}
|
|
2253
2253
|
}
|
|
2254
2254
|
return C.isArray(t) ? t.forEach(o) : o(t), s;
|
|
@@ -2258,7 +2258,7 @@ let Ne = class {
|
|
|
2258
2258
|
let r = n.length, s = !1;
|
|
2259
2259
|
for (; r--; ) {
|
|
2260
2260
|
const o = n[r];
|
|
2261
|
-
(!t ||
|
|
2261
|
+
(!t || Rn(this, this[o], o, t, !0)) && (delete this[o], s = !0);
|
|
2262
2262
|
}
|
|
2263
2263
|
return s;
|
|
2264
2264
|
}
|
|
@@ -2304,7 +2304,7 @@ let Ne = class {
|
|
|
2304
2304
|
return n.forEach((s) => r.set(s)), r;
|
|
2305
2305
|
}
|
|
2306
2306
|
static accessor(t) {
|
|
2307
|
-
const r = (this[
|
|
2307
|
+
const r = (this[Va] = this[Va] = {
|
|
2308
2308
|
accessors: {}
|
|
2309
2309
|
}).accessors, s = this.prototype;
|
|
2310
2310
|
function o(i) {
|
|
@@ -2325,7 +2325,7 @@ C.reduceDescriptors(Ne.prototype, ({ value: e }, t) => {
|
|
|
2325
2325
|
};
|
|
2326
2326
|
});
|
|
2327
2327
|
C.freezeMethods(Ne);
|
|
2328
|
-
function
|
|
2328
|
+
function Ln(e, t) {
|
|
2329
2329
|
const n = this || zt, r = t || n, s = Ne.from(r.headers);
|
|
2330
2330
|
let o = r.data;
|
|
2331
2331
|
return C.forEach(e, function(c) {
|
|
@@ -2402,14 +2402,14 @@ const An = (e, t, n = 3) => {
|
|
|
2402
2402
|
};
|
|
2403
2403
|
e(h);
|
|
2404
2404
|
}, n);
|
|
2405
|
-
},
|
|
2405
|
+
}, Fa = (e, t) => {
|
|
2406
2406
|
const n = e != null;
|
|
2407
2407
|
return [(r) => t[0]({
|
|
2408
2408
|
lengthComputable: n,
|
|
2409
2409
|
total: e,
|
|
2410
2410
|
loaded: r
|
|
2411
2411
|
}), t[1]];
|
|
2412
|
-
},
|
|
2412
|
+
}, $a = (e) => (...t) => C.asap(() => e(...t)), Wi = pe.hasStandardBrowserEnv ? /* @__PURE__ */ ((e, t) => (n) => (n = new URL(n, pe.origin), e.protocol === n.protocol && e.host === n.host && (t || e.port === n.port)))(
|
|
2413
2413
|
new URL(pe.origin),
|
|
2414
2414
|
pe.navigator && /(msie|trident)/i.test(pe.navigator.userAgent)
|
|
2415
2415
|
) : () => !0, Yi = pe.hasStandardBrowserEnv ? (
|
|
@@ -2451,7 +2451,7 @@ function ls(e, t, n) {
|
|
|
2451
2451
|
let r = !Ki(t);
|
|
2452
2452
|
return e && (r || n == !1) ? Ji(e, t) : t;
|
|
2453
2453
|
}
|
|
2454
|
-
const
|
|
2454
|
+
const Wa = (e) => e instanceof Ne ? { ...e } : e;
|
|
2455
2455
|
function mt(e, t) {
|
|
2456
2456
|
t = t || {};
|
|
2457
2457
|
const n = {};
|
|
@@ -2509,7 +2509,7 @@ function mt(e, t) {
|
|
|
2509
2509
|
socketPath: i,
|
|
2510
2510
|
responseEncoding: i,
|
|
2511
2511
|
validateStatus: c,
|
|
2512
|
-
headers: (l, u, h) => s(
|
|
2512
|
+
headers: (l, u, h) => s(Wa(l), Wa(u), h, !0)
|
|
2513
2513
|
};
|
|
2514
2514
|
return C.forEach(Object.keys({ ...e, ...t }), function(u) {
|
|
2515
2515
|
const h = d[u] || s, m = h(e[u], t[u], u);
|
|
@@ -2546,54 +2546,54 @@ const ds = (e) => {
|
|
|
2546
2546
|
function A() {
|
|
2547
2547
|
p && p(), g && g(), s.cancelToken && s.cancelToken.unsubscribe(u), s.signal && s.signal.removeEventListener("abort", u);
|
|
2548
2548
|
}
|
|
2549
|
-
let
|
|
2550
|
-
|
|
2549
|
+
let y = new XMLHttpRequest();
|
|
2550
|
+
y.open(s.method.toUpperCase(), s.url, !0), y.timeout = s.timeout;
|
|
2551
2551
|
function v() {
|
|
2552
|
-
if (!
|
|
2552
|
+
if (!y)
|
|
2553
2553
|
return;
|
|
2554
2554
|
const _ = Ne.from(
|
|
2555
|
-
"getAllResponseHeaders" in
|
|
2555
|
+
"getAllResponseHeaders" in y && y.getAllResponseHeaders()
|
|
2556
2556
|
), b = {
|
|
2557
|
-
data: !c || c === "text" || c === "json" ?
|
|
2558
|
-
status:
|
|
2559
|
-
statusText:
|
|
2557
|
+
data: !c || c === "text" || c === "json" ? y.responseText : y.response,
|
|
2558
|
+
status: y.status,
|
|
2559
|
+
statusText: y.statusText,
|
|
2560
2560
|
headers: _,
|
|
2561
2561
|
config: e,
|
|
2562
|
-
request:
|
|
2562
|
+
request: y
|
|
2563
2563
|
};
|
|
2564
2564
|
cs(function(O) {
|
|
2565
2565
|
n(O), A();
|
|
2566
2566
|
}, function(O) {
|
|
2567
2567
|
r(O), A();
|
|
2568
|
-
}, b),
|
|
2569
|
-
}
|
|
2570
|
-
"onloadend" in
|
|
2571
|
-
!
|
|
2572
|
-
},
|
|
2573
|
-
|
|
2574
|
-
},
|
|
2575
|
-
const b = x && x.message ? x.message : "Network Error", E = new W(b, W.ERR_NETWORK, e,
|
|
2576
|
-
E.event = x || null, r(E),
|
|
2577
|
-
},
|
|
2568
|
+
}, b), y = null;
|
|
2569
|
+
}
|
|
2570
|
+
"onloadend" in y ? y.onloadend = v : y.onreadystatechange = function() {
|
|
2571
|
+
!y || y.readyState !== 4 || y.status === 0 && !(y.responseURL && y.responseURL.indexOf("file:") === 0) || setTimeout(v);
|
|
2572
|
+
}, y.onabort = function() {
|
|
2573
|
+
y && (r(new W("Request aborted", W.ECONNABORTED, e, y)), y = null);
|
|
2574
|
+
}, y.onerror = function(x) {
|
|
2575
|
+
const b = x && x.message ? x.message : "Network Error", E = new W(b, W.ERR_NETWORK, e, y);
|
|
2576
|
+
E.event = x || null, r(E), y = null;
|
|
2577
|
+
}, y.ontimeout = function() {
|
|
2578
2578
|
let x = s.timeout ? "timeout of " + s.timeout + "ms exceeded" : "timeout exceeded";
|
|
2579
2579
|
const b = s.transitional || ss;
|
|
2580
2580
|
s.timeoutErrorMessage && (x = s.timeoutErrorMessage), r(new W(
|
|
2581
2581
|
x,
|
|
2582
2582
|
b.clarifyTimeoutError ? W.ETIMEDOUT : W.ECONNABORTED,
|
|
2583
2583
|
e,
|
|
2584
|
-
|
|
2585
|
-
)),
|
|
2586
|
-
}, o === void 0 && i.setContentType(null), "setRequestHeader" in
|
|
2587
|
-
|
|
2588
|
-
}), C.isUndefined(s.withCredentials) || (
|
|
2589
|
-
|
|
2584
|
+
y
|
|
2585
|
+
)), y = null;
|
|
2586
|
+
}, o === void 0 && i.setContentType(null), "setRequestHeader" in y && C.forEach(i.toJSON(), function(x, b) {
|
|
2587
|
+
y.setRequestHeader(b, x);
|
|
2588
|
+
}), C.isUndefined(s.withCredentials) || (y.withCredentials = !!s.withCredentials), c && c !== "json" && (y.responseType = s.responseType), l && ([m, g] = An(l, !0), y.addEventListener("progress", m)), d && y.upload && ([h, p] = An(d), y.upload.addEventListener("progress", h), y.upload.addEventListener("loadend", p)), (s.cancelToken || s.signal) && (u = (_) => {
|
|
2589
|
+
y && (r(!_ || _.type ? new St(null, e, y) : _), y.abort(), y = null);
|
|
2590
2590
|
}, s.cancelToken && s.cancelToken.subscribe(u), s.signal && (s.signal.aborted ? u() : s.signal.addEventListener("abort", u)));
|
|
2591
2591
|
const N = Vi(s.url);
|
|
2592
2592
|
if (N && pe.protocols.indexOf(N) === -1) {
|
|
2593
2593
|
r(new W("Unsupported protocol " + N + ":", W.ERR_BAD_REQUEST, e));
|
|
2594
2594
|
return;
|
|
2595
2595
|
}
|
|
2596
|
-
|
|
2596
|
+
y.send(o || null);
|
|
2597
2597
|
});
|
|
2598
2598
|
}, ec = (e, t) => {
|
|
2599
2599
|
const { length: n } = e = e ? e.filter(Boolean) : [];
|
|
@@ -2646,7 +2646,7 @@ const ds = (e) => {
|
|
|
2646
2646
|
} finally {
|
|
2647
2647
|
await t.cancel();
|
|
2648
2648
|
}
|
|
2649
|
-
},
|
|
2649
|
+
}, Ya = (e, t, n, r) => {
|
|
2650
2650
|
const s = nc(e, t);
|
|
2651
2651
|
let o = 0, i, c = (d) => {
|
|
2652
2652
|
i || (i = !0, r && r(d));
|
|
@@ -2675,13 +2675,13 @@ const ds = (e) => {
|
|
|
2675
2675
|
}, {
|
|
2676
2676
|
highWaterMark: 2
|
|
2677
2677
|
});
|
|
2678
|
-
},
|
|
2678
|
+
}, Ka = 64 * 1024, { isFunction: Kt } = C, rc = (({ Request: e, Response: t }) => ({
|
|
2679
2679
|
Request: e,
|
|
2680
2680
|
Response: t
|
|
2681
2681
|
}))(C.global), {
|
|
2682
|
-
ReadableStream:
|
|
2683
|
-
TextEncoder:
|
|
2684
|
-
} = C.global,
|
|
2682
|
+
ReadableStream: Ja,
|
|
2683
|
+
TextEncoder: Za
|
|
2684
|
+
} = C.global, Xa = (e, ...t) => {
|
|
2685
2685
|
try {
|
|
2686
2686
|
return !!e(...t);
|
|
2687
2687
|
} catch {
|
|
@@ -2694,25 +2694,25 @@ const ds = (e) => {
|
|
|
2694
2694
|
const { fetch: t, Request: n, Response: r } = e, s = t ? Kt(t) : typeof fetch == "function", o = Kt(n), i = Kt(r);
|
|
2695
2695
|
if (!s)
|
|
2696
2696
|
return !1;
|
|
2697
|
-
const c = s && Kt(
|
|
2697
|
+
const c = s && Kt(Ja), d = s && (typeof Za == "function" ? /* @__PURE__ */ ((g) => (A) => g.encode(A))(new Za()) : async (g) => new Uint8Array(await new n(g).arrayBuffer())), l = o && c && Xa(() => {
|
|
2698
2698
|
let g = !1;
|
|
2699
2699
|
const A = new n(pe.origin, {
|
|
2700
|
-
body: new
|
|
2700
|
+
body: new Ja(),
|
|
2701
2701
|
method: "POST",
|
|
2702
2702
|
get duplex() {
|
|
2703
2703
|
return g = !0, "half";
|
|
2704
2704
|
}
|
|
2705
2705
|
}).headers.has("Content-Type");
|
|
2706
2706
|
return g && !A;
|
|
2707
|
-
}), u = i && c &&
|
|
2707
|
+
}), u = i && c && Xa(() => C.isReadableStream(new r("").body)), h = {
|
|
2708
2708
|
stream: u && ((g) => g.body)
|
|
2709
2709
|
};
|
|
2710
2710
|
s && ["text", "arrayBuffer", "blob", "formData", "stream"].forEach((g) => {
|
|
2711
|
-
!h[g] && (h[g] = (A,
|
|
2711
|
+
!h[g] && (h[g] = (A, y) => {
|
|
2712
2712
|
let v = A && A[g];
|
|
2713
2713
|
if (v)
|
|
2714
2714
|
return v.call(A);
|
|
2715
|
-
throw new W(`Response type '${g}' is not supported`, W.ERR_NOT_SUPPORT,
|
|
2715
|
+
throw new W(`Response type '${g}' is not supported`, W.ERR_NOT_SUPPORT, y);
|
|
2716
2716
|
});
|
|
2717
2717
|
});
|
|
2718
2718
|
const m = async (g) => {
|
|
@@ -2730,13 +2730,13 @@ const ds = (e) => {
|
|
|
2730
2730
|
if (C.isURLSearchParams(g) && (g = g + ""), C.isString(g))
|
|
2731
2731
|
return (await d(g)).byteLength;
|
|
2732
2732
|
}, p = async (g, A) => {
|
|
2733
|
-
const
|
|
2734
|
-
return
|
|
2733
|
+
const y = C.toFiniteNumber(g.getContentLength());
|
|
2734
|
+
return y ?? m(A);
|
|
2735
2735
|
};
|
|
2736
2736
|
return async (g) => {
|
|
2737
2737
|
let {
|
|
2738
2738
|
url: A,
|
|
2739
|
-
method:
|
|
2739
|
+
method: y,
|
|
2740
2740
|
data: v,
|
|
2741
2741
|
signal: N,
|
|
2742
2742
|
cancelToken: _,
|
|
@@ -2755,25 +2755,25 @@ const ds = (e) => {
|
|
|
2755
2755
|
});
|
|
2756
2756
|
let U;
|
|
2757
2757
|
try {
|
|
2758
|
-
if (E && l &&
|
|
2758
|
+
if (E && l && y !== "get" && y !== "head" && (U = await p(Q, v)) !== 0) {
|
|
2759
2759
|
let S = new n(A, {
|
|
2760
2760
|
method: "POST",
|
|
2761
2761
|
body: v,
|
|
2762
2762
|
duplex: "half"
|
|
2763
2763
|
}), q;
|
|
2764
2764
|
if (C.isFormData(v) && (q = S.headers.get("content-type")) && Q.setContentType(q), S.body) {
|
|
2765
|
-
const [j, L] =
|
|
2765
|
+
const [j, L] = Fa(
|
|
2766
2766
|
U,
|
|
2767
|
-
An(
|
|
2767
|
+
An($a(E))
|
|
2768
2768
|
);
|
|
2769
|
-
v =
|
|
2769
|
+
v = Ya(S.body, Ka, j, L);
|
|
2770
2770
|
}
|
|
2771
2771
|
}
|
|
2772
2772
|
C.isString(te) || (te = te ? "include" : "omit");
|
|
2773
2773
|
const T = o && "credentials" in n.prototype, D = {
|
|
2774
2774
|
...G,
|
|
2775
2775
|
signal: ee,
|
|
2776
|
-
method:
|
|
2776
|
+
method: y.toUpperCase(),
|
|
2777
2777
|
headers: Q.normalize().toJSON(),
|
|
2778
2778
|
body: v,
|
|
2779
2779
|
duplex: "half",
|
|
@@ -2787,22 +2787,22 @@ const ds = (e) => {
|
|
|
2787
2787
|
["status", "statusText", "headers"].forEach((H) => {
|
|
2788
2788
|
S[H] = I[H];
|
|
2789
2789
|
});
|
|
2790
|
-
const q = C.toFiniteNumber(I.headers.get("content-length")), [j, L] = b &&
|
|
2790
|
+
const q = C.toFiniteNumber(I.headers.get("content-length")), [j, L] = b && Fa(
|
|
2791
2791
|
q,
|
|
2792
|
-
An(
|
|
2792
|
+
An($a(b), !0)
|
|
2793
2793
|
) || [];
|
|
2794
2794
|
I = new r(
|
|
2795
|
-
|
|
2795
|
+
Ya(I.body, Ka, j, () => {
|
|
2796
2796
|
L && L(), M && M();
|
|
2797
2797
|
}),
|
|
2798
2798
|
S
|
|
2799
2799
|
);
|
|
2800
2800
|
}
|
|
2801
2801
|
O = O || "text";
|
|
2802
|
-
let
|
|
2802
|
+
let w = await h[C.findKey(h, O) || "text"](I, g);
|
|
2803
2803
|
return !z && M && M(), await new Promise((S, q) => {
|
|
2804
2804
|
cs(S, q, {
|
|
2805
|
-
data:
|
|
2805
|
+
data: w,
|
|
2806
2806
|
headers: Ne.from(I.headers),
|
|
2807
2807
|
status: I.status,
|
|
2808
2808
|
statusText: I.statusText,
|
|
@@ -2832,14 +2832,14 @@ const ds = (e) => {
|
|
|
2832
2832
|
return l;
|
|
2833
2833
|
};
|
|
2834
2834
|
us();
|
|
2835
|
-
const
|
|
2835
|
+
const va = {
|
|
2836
2836
|
http: _i,
|
|
2837
2837
|
xhr: Xi,
|
|
2838
2838
|
fetch: {
|
|
2839
2839
|
get: us
|
|
2840
2840
|
}
|
|
2841
2841
|
};
|
|
2842
|
-
C.forEach(
|
|
2842
|
+
C.forEach(va, (e, t) => {
|
|
2843
2843
|
if (e) {
|
|
2844
2844
|
try {
|
|
2845
2845
|
Object.defineProperty(e, "name", { value: t });
|
|
@@ -2848,7 +2848,7 @@ C.forEach(ya, (e, t) => {
|
|
|
2848
2848
|
Object.defineProperty(e, "adapterName", { value: t });
|
|
2849
2849
|
}
|
|
2850
2850
|
});
|
|
2851
|
-
const
|
|
2851
|
+
const er = (e) => `- ${e}`, ic = (e) => C.isFunction(e) || e === null || e === !1;
|
|
2852
2852
|
function cc(e, t) {
|
|
2853
2853
|
e = C.isArray(e) ? e : [e];
|
|
2854
2854
|
const { length: n } = e;
|
|
@@ -2857,7 +2857,7 @@ function cc(e, t) {
|
|
|
2857
2857
|
for (let i = 0; i < n; i++) {
|
|
2858
2858
|
r = e[i];
|
|
2859
2859
|
let c;
|
|
2860
|
-
if (s = r, !ic(r) && (s =
|
|
2860
|
+
if (s = r, !ic(r) && (s = va[(c = String(r)).toLowerCase()], s === void 0))
|
|
2861
2861
|
throw new W(`Unknown adapter '${c}'`);
|
|
2862
2862
|
if (s && (C.isFunction(s) || (s = s.get(t))))
|
|
2863
2863
|
break;
|
|
@@ -2868,8 +2868,8 @@ function cc(e, t) {
|
|
|
2868
2868
|
([d, l]) => `adapter ${d} ` + (l === !1 ? "is not supported by the environment" : "is not available in the build")
|
|
2869
2869
|
);
|
|
2870
2870
|
let c = n ? i.length > 1 ? `since :
|
|
2871
|
-
` + i.map(
|
|
2872
|
-
`) : " " +
|
|
2871
|
+
` + i.map(er).join(`
|
|
2872
|
+
`) : " " + er(i[0]) : "as no adapter specified";
|
|
2873
2873
|
throw new W(
|
|
2874
2874
|
"There is no suitable adapter to dispatch the request " + c,
|
|
2875
2875
|
"ERR_NOT_SUPPORT"
|
|
@@ -2887,38 +2887,38 @@ const hs = {
|
|
|
2887
2887
|
* Exposes all known adapters
|
|
2888
2888
|
* @type {Object<string, Function|Object>}
|
|
2889
2889
|
*/
|
|
2890
|
-
adapters:
|
|
2890
|
+
adapters: va
|
|
2891
2891
|
};
|
|
2892
|
-
function
|
|
2892
|
+
function Bn(e) {
|
|
2893
2893
|
if (e.cancelToken && e.cancelToken.throwIfRequested(), e.signal && e.signal.aborted)
|
|
2894
2894
|
throw new St(null, e);
|
|
2895
2895
|
}
|
|
2896
|
-
function
|
|
2897
|
-
return
|
|
2896
|
+
function tr(e) {
|
|
2897
|
+
return Bn(e), e.headers = Ne.from(e.headers), e.data = Ln.call(
|
|
2898
2898
|
e,
|
|
2899
2899
|
e.transformRequest
|
|
2900
2900
|
), ["post", "put", "patch"].indexOf(e.method) !== -1 && e.headers.setContentType("application/x-www-form-urlencoded", !1), hs.getAdapter(e.adapter || zt.adapter, e)(e).then(function(r) {
|
|
2901
|
-
return
|
|
2901
|
+
return Bn(e), r.data = Ln.call(
|
|
2902
2902
|
e,
|
|
2903
2903
|
e.transformResponse,
|
|
2904
2904
|
r
|
|
2905
2905
|
), r.headers = Ne.from(r.headers), r;
|
|
2906
2906
|
}, function(r) {
|
|
2907
|
-
return is(r) || (
|
|
2907
|
+
return is(r) || (Bn(e), r && r.response && (r.response.data = Ln.call(
|
|
2908
2908
|
e,
|
|
2909
2909
|
e.transformResponse,
|
|
2910
2910
|
r.response
|
|
2911
2911
|
), r.response.headers = Ne.from(r.response.headers))), Promise.reject(r);
|
|
2912
2912
|
});
|
|
2913
2913
|
}
|
|
2914
|
-
const ms = "1.13.2",
|
|
2914
|
+
const ms = "1.13.2", In = {};
|
|
2915
2915
|
["object", "boolean", "number", "function", "string", "symbol"].forEach((e, t) => {
|
|
2916
|
-
|
|
2916
|
+
In[e] = function(r) {
|
|
2917
2917
|
return typeof r === e || "a" + (t < 1 ? "n " : " ") + e;
|
|
2918
2918
|
};
|
|
2919
2919
|
});
|
|
2920
|
-
const
|
|
2921
|
-
|
|
2920
|
+
const nr = {};
|
|
2921
|
+
In.transitional = function(t, n, r) {
|
|
2922
2922
|
function s(o, i) {
|
|
2923
2923
|
return "[Axios v" + ms + "] Transitional option '" + o + "'" + i + (r ? ". " + r : "");
|
|
2924
2924
|
}
|
|
@@ -2928,7 +2928,7 @@ Tn.transitional = function(t, n, r) {
|
|
|
2928
2928
|
s(i, " has been removed" + (n ? " in " + n : "")),
|
|
2929
2929
|
W.ERR_DEPRECATED
|
|
2930
2930
|
);
|
|
2931
|
-
return n && !
|
|
2931
|
+
return n && !nr[i] && (nr[i] = !0, console.warn(
|
|
2932
2932
|
s(
|
|
2933
2933
|
i,
|
|
2934
2934
|
" has been deprecated since v" + n + " and will be removed in the near future"
|
|
@@ -2936,7 +2936,7 @@ Tn.transitional = function(t, n, r) {
|
|
|
2936
2936
|
)), t ? t(o, i, c) : !0;
|
|
2937
2937
|
};
|
|
2938
2938
|
};
|
|
2939
|
-
|
|
2939
|
+
In.spelling = function(t) {
|
|
2940
2940
|
return (n, r) => (console.warn(`${r} is likely a misspelling of ${t}`), !0);
|
|
2941
2941
|
};
|
|
2942
2942
|
function lc(e, t, n) {
|
|
@@ -2958,13 +2958,13 @@ function lc(e, t, n) {
|
|
|
2958
2958
|
}
|
|
2959
2959
|
const fn = {
|
|
2960
2960
|
assertOptions: lc,
|
|
2961
|
-
validators:
|
|
2961
|
+
validators: In
|
|
2962
2962
|
}, Oe = fn.validators;
|
|
2963
2963
|
let ut = class {
|
|
2964
2964
|
constructor(t) {
|
|
2965
2965
|
this.defaults = t || {}, this.interceptors = {
|
|
2966
|
-
request: new
|
|
2967
|
-
response: new
|
|
2966
|
+
request: new za(),
|
|
2967
|
+
response: new za()
|
|
2968
2968
|
};
|
|
2969
2969
|
}
|
|
2970
2970
|
/**
|
|
@@ -3029,7 +3029,7 @@ let ut = class {
|
|
|
3029
3029
|
});
|
|
3030
3030
|
let u, h = 0, m;
|
|
3031
3031
|
if (!d) {
|
|
3032
|
-
const g = [
|
|
3032
|
+
const g = [tr.bind(this), void 0];
|
|
3033
3033
|
for (g.unshift(...c), g.push(...l), m = g.length, u = Promise.resolve(n); h < m; )
|
|
3034
3034
|
u = u.then(g[h++], g[h++]);
|
|
3035
3035
|
return u;
|
|
@@ -3040,13 +3040,13 @@ let ut = class {
|
|
|
3040
3040
|
const g = c[h++], A = c[h++];
|
|
3041
3041
|
try {
|
|
3042
3042
|
p = g(p);
|
|
3043
|
-
} catch (
|
|
3044
|
-
A.call(this,
|
|
3043
|
+
} catch (y) {
|
|
3044
|
+
A.call(this, y);
|
|
3045
3045
|
break;
|
|
3046
3046
|
}
|
|
3047
3047
|
}
|
|
3048
3048
|
try {
|
|
3049
|
-
u =
|
|
3049
|
+
u = tr.call(this, p);
|
|
3050
3050
|
} catch (g) {
|
|
3051
3051
|
return Promise.reject(g);
|
|
3052
3052
|
}
|
|
@@ -3165,7 +3165,7 @@ function uc(e) {
|
|
|
3165
3165
|
function hc(e) {
|
|
3166
3166
|
return C.isObject(e) && e.isAxiosError === !0;
|
|
3167
3167
|
}
|
|
3168
|
-
const
|
|
3168
|
+
const ra = {
|
|
3169
3169
|
Continue: 100,
|
|
3170
3170
|
SwitchingProtocols: 101,
|
|
3171
3171
|
Processing: 102,
|
|
@@ -3236,8 +3236,8 @@ const aa = {
|
|
|
3236
3236
|
SslHandshakeFailed: 525,
|
|
3237
3237
|
InvalidSslCertificate: 526
|
|
3238
3238
|
};
|
|
3239
|
-
Object.entries(
|
|
3240
|
-
|
|
3239
|
+
Object.entries(ra).forEach(([e, t]) => {
|
|
3240
|
+
ra[t] = e;
|
|
3241
3241
|
});
|
|
3242
3242
|
function gs(e) {
|
|
3243
3243
|
const t = new ut(e), n = Fr(ut.prototype.request, t);
|
|
@@ -3251,7 +3251,7 @@ se.CanceledError = St;
|
|
|
3251
3251
|
se.CancelToken = dc;
|
|
3252
3252
|
se.isCancel = is;
|
|
3253
3253
|
se.VERSION = ms;
|
|
3254
|
-
se.toFormData =
|
|
3254
|
+
se.toFormData = Tn;
|
|
3255
3255
|
se.AxiosError = W;
|
|
3256
3256
|
se.Cancel = se.CanceledError;
|
|
3257
3257
|
se.all = function(t) {
|
|
@@ -3263,7 +3263,7 @@ se.mergeConfig = mt;
|
|
|
3263
3263
|
se.AxiosHeaders = Ne;
|
|
3264
3264
|
se.formToJSON = (e) => os(C.isHTMLForm(e) ? new FormData(e) : e);
|
|
3265
3265
|
se.getAdapter = hs.getAdapter;
|
|
3266
|
-
se.HttpStatusCode =
|
|
3266
|
+
se.HttpStatusCode = ra;
|
|
3267
3267
|
se.default = se;
|
|
3268
3268
|
const {
|
|
3269
3269
|
Axios: I9,
|
|
@@ -3813,7 +3813,7 @@ async function W9({
|
|
|
3813
3813
|
socials: p,
|
|
3814
3814
|
speculationType: g = "Common",
|
|
3815
3815
|
preloadImageUrl: A,
|
|
3816
|
-
custom_Speculation:
|
|
3816
|
+
custom_Speculation: y,
|
|
3817
3817
|
custom_metadata: v,
|
|
3818
3818
|
custom_scriptReplaces: N,
|
|
3819
3819
|
head_custom_elements: _
|
|
@@ -3841,7 +3841,7 @@ async function W9({
|
|
|
3841
3841
|
/* @__PURE__ */ a(Co, {}),
|
|
3842
3842
|
t.ampConfig && m.ampOption && t.ampConfig_slugIsValid && /* @__PURE__ */ a("link", { rel: "amphtml", href: m.siteUrl + "/amp" + o }),
|
|
3843
3843
|
t.preloadImages && l && l.preview?.sizes && /* @__PURE__ */ a(
|
|
3844
|
-
|
|
3844
|
+
ja,
|
|
3845
3845
|
{
|
|
3846
3846
|
images: [
|
|
3847
3847
|
{
|
|
@@ -3855,7 +3855,7 @@ async function W9({
|
|
|
3855
3855
|
]
|
|
3856
3856
|
}
|
|
3857
3857
|
),
|
|
3858
|
-
t.preloadImages && A && /* @__PURE__ */ a(
|
|
3858
|
+
t.preloadImages && A && /* @__PURE__ */ a(ja, { images: A }),
|
|
3859
3859
|
/* @__PURE__ */ a(Bo, { config: m }),
|
|
3860
3860
|
/* @__PURE__ */ a(
|
|
3861
3861
|
zr,
|
|
@@ -3898,7 +3898,7 @@ async function W9({
|
|
|
3898
3898
|
{
|
|
3899
3899
|
type: g,
|
|
3900
3900
|
active: m.useSpeculationRules,
|
|
3901
|
-
customSpeculation:
|
|
3901
|
+
customSpeculation: y
|
|
3902
3902
|
}
|
|
3903
3903
|
),
|
|
3904
3904
|
_
|
|
@@ -3923,7 +3923,7 @@ const Y9 = ({
|
|
|
3923
3923
|
config: o,
|
|
3924
3924
|
currentNew: c,
|
|
3925
3925
|
internalPath: i
|
|
3926
|
-
}), p = l.before.active, g = l.after.active, A = p ? l.before.customData ? l.before.customData : m : void 0,
|
|
3926
|
+
}), p = l.before.active, g = l.after.active, A = p ? l.before.customData ? l.before.customData : m : void 0, y = g ? l.after.customData ? l.after.customData : m : void 0;
|
|
3927
3927
|
return /* @__PURE__ */ f(J, { children: [
|
|
3928
3928
|
/* @__PURE__ */ a(zr, { name: "bodybefore", banners: n, replaces: A }),
|
|
3929
3929
|
e,
|
|
@@ -3932,11 +3932,11 @@ const Y9 = ({
|
|
|
3932
3932
|
/* @__PURE__ */ a($s, { dimensionValues: h }),
|
|
3933
3933
|
/* @__PURE__ */ a(Ws, {}),
|
|
3934
3934
|
u,
|
|
3935
|
-
/* @__PURE__ */ a(bo, { name: "bodyafter", banners: n, replaces:
|
|
3935
|
+
/* @__PURE__ */ a(bo, { name: "bodyafter", banners: n, replaces: y })
|
|
3936
3936
|
] });
|
|
3937
3937
|
}, pc = "_content_1tvgz_1", Ac = {
|
|
3938
3938
|
content: pc
|
|
3939
|
-
},
|
|
3939
|
+
}, yc = () => /* @__PURE__ */ a(
|
|
3940
3940
|
"svg",
|
|
3941
3941
|
{
|
|
3942
3942
|
width: "31",
|
|
@@ -3952,12 +3952,12 @@ const Y9 = ({
|
|
|
3952
3952
|
}
|
|
3953
3953
|
)
|
|
3954
3954
|
}
|
|
3955
|
-
),
|
|
3956
|
-
content:
|
|
3955
|
+
), wc = "_content_19rc1_1", vc = "_location_19rc1_11", ar = {
|
|
3956
|
+
content: wc,
|
|
3957
3957
|
location: vc
|
|
3958
|
-
}, K9 = (e) => /* @__PURE__ */ f("div", { className:
|
|
3959
|
-
/* @__PURE__ */ a(
|
|
3960
|
-
/* @__PURE__ */ a("p", { className:
|
|
3958
|
+
}, K9 = (e) => /* @__PURE__ */ f("div", { className: ar.content, children: [
|
|
3959
|
+
/* @__PURE__ */ a(yc, {}),
|
|
3960
|
+
/* @__PURE__ */ a("p", { className: ar.location, children: e.place })
|
|
3961
3961
|
] }), Vt = ({
|
|
3962
3962
|
children: e,
|
|
3963
3963
|
className: t
|
|
@@ -3975,63 +3975,63 @@ function Cc({
|
|
|
3975
3975
|
enableDrag: o,
|
|
3976
3976
|
onIndexChange: i
|
|
3977
3977
|
}) {
|
|
3978
|
-
const [c, d] = K(!1), [l, u] = K(0), [h, m] = K(0), [p, g] = K(0), [A,
|
|
3978
|
+
const [c, d] = K(!1), [l, u] = K(0), [h, m] = K(0), [p, g] = K(0), [A, y] = K(0), [v, N] = K(null), _ = Dr(null), [x, b] = K(1), E = he(() => {
|
|
3979
3979
|
if (s) return 1;
|
|
3980
|
-
const
|
|
3980
|
+
const w = _.current?.offsetWidth || window.innerWidth, S = n + r, q = Math.floor(w / S);
|
|
3981
3981
|
return Math.max(1, q);
|
|
3982
3982
|
}, [s, n, r]);
|
|
3983
3983
|
De(() => {
|
|
3984
|
-
const
|
|
3984
|
+
const w = () => {
|
|
3985
3985
|
const S = E();
|
|
3986
3986
|
b(S);
|
|
3987
3987
|
};
|
|
3988
|
-
return
|
|
3988
|
+
return w(), window.addEventListener("resize", w), () => window.removeEventListener("resize", w);
|
|
3989
3989
|
}, [E]);
|
|
3990
3990
|
const Q = he(() => {
|
|
3991
|
-
const
|
|
3992
|
-
return Math.max(0, t -
|
|
3991
|
+
const w = E();
|
|
3992
|
+
return Math.max(0, t - w);
|
|
3993
3993
|
}, [t, E])(), te = he(() => {
|
|
3994
|
-
const
|
|
3995
|
-
return
|
|
3994
|
+
const w = E();
|
|
3995
|
+
return w === 1 ? 1 : Math.max(1, Math.ceil(w / 2));
|
|
3996
3996
|
}, [E]), G = he(
|
|
3997
|
-
(
|
|
3997
|
+
(w, S = 0) => {
|
|
3998
3998
|
if (s) {
|
|
3999
3999
|
const q = _.current?.offsetWidth || window.innerWidth;
|
|
4000
|
-
return -(
|
|
4000
|
+
return -(w * (100 + r)) + S / q * 100;
|
|
4001
4001
|
}
|
|
4002
|
-
return -(
|
|
4002
|
+
return -(w * (n + r)) + S;
|
|
4003
4003
|
},
|
|
4004
4004
|
[s, n, r]
|
|
4005
4005
|
), P = he(
|
|
4006
|
-
(
|
|
4006
|
+
(w) => {
|
|
4007
4007
|
const S = _.current?.offsetWidth || window.innerWidth, q = E(), j = te();
|
|
4008
4008
|
if (s)
|
|
4009
|
-
return Math.abs(
|
|
4009
|
+
return Math.abs(w) / S * 100 > 30 ? 1 : 0;
|
|
4010
4010
|
{
|
|
4011
|
-
const L = n + r, H = Math.abs(
|
|
4011
|
+
const L = n + r, H = Math.abs(w) / L;
|
|
4012
4012
|
return H >= (q === 1 ? 0.2 : 0.3) ? q === 1 ? 1 : Math.min(Math.round(H), j) : 0;
|
|
4013
4013
|
}
|
|
4014
4014
|
},
|
|
4015
4015
|
[s, n, r, E, te]
|
|
4016
4016
|
), ee = he(
|
|
4017
|
-
(
|
|
4018
|
-
o && (u(
|
|
4017
|
+
(w) => {
|
|
4018
|
+
o && (u(w), m(w), g(0), y(Date.now()), d(!0), document.body.classList.add("dragging"));
|
|
4019
4019
|
},
|
|
4020
4020
|
[o]
|
|
4021
4021
|
), ce = he(
|
|
4022
|
-
(
|
|
4022
|
+
(w) => {
|
|
4023
4023
|
if (!c || !o) return;
|
|
4024
|
-
const S =
|
|
4025
|
-
m(
|
|
4024
|
+
const S = w - l, q = (n + r) * 1.2, j = e === 0 && S > 0, L = e === Q && S < 0, H = j || L ? Math.sign(S) * Math.min(Math.abs(S), q) : S;
|
|
4025
|
+
m(w), g(H);
|
|
4026
4026
|
},
|
|
4027
4027
|
[c, l, o, e, Q, n, r]
|
|
4028
4028
|
), M = he(
|
|
4029
|
-
(
|
|
4030
|
-
ce(
|
|
4029
|
+
(w) => {
|
|
4030
|
+
ce(w.clientX);
|
|
4031
4031
|
},
|
|
4032
4032
|
[ce]
|
|
4033
4033
|
), U = he(
|
|
4034
|
-
(
|
|
4034
|
+
(w) => {
|
|
4035
4035
|
if (!c || !o) return;
|
|
4036
4036
|
const S = h - l, q = Date.now() - A, j = Math.abs(S) / Math.max(q, 1), L = P(S), V = j > 0.5 && Math.abs(S) > 50 ? Math.max(L, 1) : L;
|
|
4037
4037
|
if (V > 0)
|
|
@@ -4042,7 +4042,7 @@ function Cc({
|
|
|
4042
4042
|
const F = Math.min(Q, e + V);
|
|
4043
4043
|
i(F);
|
|
4044
4044
|
}
|
|
4045
|
-
d(!1), g(0), document.body.classList.remove("dragging"), document.removeEventListener("mousemove", M), document.removeEventListener("mouseup", U),
|
|
4045
|
+
d(!1), g(0), document.body.classList.remove("dragging"), document.removeEventListener("mousemove", M), document.removeEventListener("mouseup", U), w.clientX === l && v?.dispatchEvent(new PointerEvent("click"));
|
|
4046
4046
|
},
|
|
4047
4047
|
[
|
|
4048
4048
|
c,
|
|
@@ -4058,23 +4058,23 @@ function Cc({
|
|
|
4058
4058
|
v
|
|
4059
4059
|
]
|
|
4060
4060
|
), T = he(
|
|
4061
|
-
(
|
|
4062
|
-
|
|
4061
|
+
(w) => {
|
|
4062
|
+
w.preventDefault(), ["a", "span"].includes(w.target?.localName) && N(w.target), ee(w.clientX);
|
|
4063
4063
|
},
|
|
4064
4064
|
[ee]
|
|
4065
4065
|
), D = he(
|
|
4066
|
-
(
|
|
4067
|
-
ee(
|
|
4066
|
+
(w) => {
|
|
4067
|
+
ee(w.touches[0].clientX);
|
|
4068
4068
|
},
|
|
4069
4069
|
[ee]
|
|
4070
4070
|
), I = he(
|
|
4071
|
-
(
|
|
4072
|
-
c && (
|
|
4071
|
+
(w) => {
|
|
4072
|
+
c && (w.preventDefault(), ce(w.touches[0].clientX));
|
|
4073
4073
|
},
|
|
4074
4074
|
[c, ce]
|
|
4075
4075
|
), z = he(
|
|
4076
|
-
(
|
|
4077
|
-
U(
|
|
4076
|
+
(w) => {
|
|
4077
|
+
U(w);
|
|
4078
4078
|
},
|
|
4079
4079
|
[U]
|
|
4080
4080
|
);
|
|
@@ -4121,7 +4121,7 @@ function J9(e) {
|
|
|
4121
4121
|
const {
|
|
4122
4122
|
isDragging: g,
|
|
4123
4123
|
translateOffset: A,
|
|
4124
|
-
carrouselRef:
|
|
4124
|
+
carrouselRef: y,
|
|
4125
4125
|
maxIndex: v,
|
|
4126
4126
|
getTranslateValue: N,
|
|
4127
4127
|
actualVisibleItems: _,
|
|
@@ -4203,7 +4203,7 @@ function J9(e) {
|
|
|
4203
4203
|
/* @__PURE__ */ a(
|
|
4204
4204
|
"div",
|
|
4205
4205
|
{
|
|
4206
|
-
ref:
|
|
4206
|
+
ref: y,
|
|
4207
4207
|
className: "carrousel-ssr",
|
|
4208
4208
|
style: {
|
|
4209
4209
|
gap: o,
|
|
@@ -4332,7 +4332,7 @@ const Nc = "_content_3olxv_1", Sc = {
|
|
|
4332
4332
|
className: Tc.content + " banner-context",
|
|
4333
4333
|
suppressHydrationWarning: !0,
|
|
4334
4334
|
dangerouslySetInnerHTML: {
|
|
4335
|
-
__html: n ?
|
|
4335
|
+
__html: n ? fa(n.value) ?? "" : ""
|
|
4336
4336
|
}
|
|
4337
4337
|
},
|
|
4338
4338
|
n.key
|
|
@@ -4402,7 +4402,7 @@ const ps = (e) => /* @__PURE__ */ a(
|
|
|
4402
4402
|
}
|
|
4403
4403
|
)
|
|
4404
4404
|
}
|
|
4405
|
-
),
|
|
4405
|
+
), ys = (e) => /* @__PURE__ */ f(
|
|
4406
4406
|
"svg",
|
|
4407
4407
|
{
|
|
4408
4408
|
width: "24",
|
|
@@ -4445,7 +4445,7 @@ const ps = (e) => /* @__PURE__ */ a(
|
|
|
4445
4445
|
}
|
|
4446
4446
|
)
|
|
4447
4447
|
}
|
|
4448
|
-
),
|
|
4448
|
+
), rr = (e) => /* @__PURE__ */ a(
|
|
4449
4449
|
"svg",
|
|
4450
4450
|
{
|
|
4451
4451
|
width: "22",
|
|
@@ -4473,8 +4473,8 @@ const ps = (e) => /* @__PURE__ */ a(
|
|
|
4473
4473
|
Message: {
|
|
4474
4474
|
url: (e) => `${e}#comentarios`,
|
|
4475
4475
|
icon: {
|
|
4476
|
-
outline: (e) => /* @__PURE__ */ a(
|
|
4477
|
-
solid: (e) => /* @__PURE__ */ a(
|
|
4476
|
+
outline: (e) => /* @__PURE__ */ a(rr, { className: e }),
|
|
4477
|
+
solid: (e) => /* @__PURE__ */ a(rr, { className: e })
|
|
4478
4478
|
}
|
|
4479
4479
|
}
|
|
4480
4480
|
};
|
|
@@ -4515,7 +4515,7 @@ function zc({ noteShare: e }) {
|
|
|
4515
4515
|
"data-active": "false",
|
|
4516
4516
|
"aria-label": "copy",
|
|
4517
4517
|
className: [re.clipboardButton, "clipbtn-id"].join(" "),
|
|
4518
|
-
children: /* @__PURE__ */ a(
|
|
4518
|
+
children: /* @__PURE__ */ a(ys, {})
|
|
4519
4519
|
}
|
|
4520
4520
|
)
|
|
4521
4521
|
] }) : null;
|
|
@@ -4633,7 +4633,7 @@ const xt = (e) => {
|
|
|
4633
4633
|
playStyled: el,
|
|
4634
4634
|
imageLogoPlaceholder: tl,
|
|
4635
4635
|
imagePlaceholder: nl
|
|
4636
|
-
},
|
|
4636
|
+
}, ws = (e) => /* @__PURE__ */ f(
|
|
4637
4637
|
"svg",
|
|
4638
4638
|
{
|
|
4639
4639
|
width: "43",
|
|
@@ -4654,14 +4654,14 @@ const xt = (e) => {
|
|
|
4654
4654
|
]
|
|
4655
4655
|
}
|
|
4656
4656
|
);
|
|
4657
|
-
function
|
|
4658
|
-
return Y().COMPONENTS?.PlayIcon ||
|
|
4657
|
+
function ba() {
|
|
4658
|
+
return Y().COMPONENTS?.PlayIcon || ws;
|
|
4659
4659
|
}
|
|
4660
4660
|
function vs() {
|
|
4661
|
-
return Y().COMPONENTS?.PlayIcon ||
|
|
4661
|
+
return Y().COMPONENTS?.PlayIcon || ws;
|
|
4662
4662
|
}
|
|
4663
4663
|
const al = (e) => {
|
|
4664
|
-
const { isVideo: t = !1, isLarge: n = !1, priorityHigh: r = !1 } = e, s =
|
|
4664
|
+
const { isVideo: t = !1, isLarge: n = !1, priorityHigh: r = !1 } = e, s = ba(), o = e.preview.sizes;
|
|
4665
4665
|
return o ? o.length === 1 ? /* @__PURE__ */ a("figure", { className: oe.figure, children: /* @__PURE__ */ f("span", { className: oe.backdrop, children: [
|
|
4666
4666
|
/* @__PURE__ */ a("span", { className: oe.backdropAux }),
|
|
4667
4667
|
/* @__PURE__ */ f("picture", { children: [
|
|
@@ -4853,7 +4853,7 @@ const al = (e) => {
|
|
|
4853
4853
|
))
|
|
4854
4854
|
}
|
|
4855
4855
|
);
|
|
4856
|
-
}, sl = "_content_1cid4_1", ol = "_titulo_1cid4_12",
|
|
4856
|
+
}, sl = "_content_1cid4_1", ol = "_titulo_1cid4_12", sr = {
|
|
4857
4857
|
content: sl,
|
|
4858
4858
|
titulo: ol
|
|
4859
4859
|
}, il = {
|
|
@@ -5776,7 +5776,7 @@ const al = (e) => {
|
|
|
5776
5776
|
customfields: !1
|
|
5777
5777
|
}
|
|
5778
5778
|
]
|
|
5779
|
-
},
|
|
5779
|
+
}, or = {
|
|
5780
5780
|
zonehome: void 0,
|
|
5781
5781
|
priorityhome: "",
|
|
5782
5782
|
zonesection: "no_mostrar",
|
|
@@ -5788,22 +5788,22 @@ const al = (e) => {
|
|
|
5788
5788
|
showuppertitle: !1,
|
|
5789
5789
|
showsubtitle: !1,
|
|
5790
5790
|
showads: !1
|
|
5791
|
-
},
|
|
5791
|
+
}, Ca = (e) => {
|
|
5792
5792
|
let t = [];
|
|
5793
5793
|
const { PUBLIC_ENV: n, PUBLIC_IS_OFFLINE: r } = Y();
|
|
5794
5794
|
return e.content && e.content.length > 0 ? t = e.content.map((s) => ({
|
|
5795
5795
|
...s,
|
|
5796
|
-
config:
|
|
5796
|
+
config: or
|
|
5797
5797
|
})) : n === "local" && r === "false" && (t = il.data.map((s) => ({
|
|
5798
5798
|
...s,
|
|
5799
|
-
config:
|
|
5799
|
+
config: or
|
|
5800
5800
|
}))), Array.isArray(t) && t.length > 0 && /* @__PURE__ */ f(
|
|
5801
5801
|
"section",
|
|
5802
5802
|
{
|
|
5803
|
-
className:
|
|
5803
|
+
className: sr.content,
|
|
5804
5804
|
style: { "--aspect-ratio": "1 / 1" },
|
|
5805
5805
|
children: [
|
|
5806
|
-
/* @__PURE__ */ a("p", { className:
|
|
5806
|
+
/* @__PURE__ */ a("p", { className: sr.titulo, children: e.title ?? "" }),
|
|
5807
5807
|
/* @__PURE__ */ a(
|
|
5808
5808
|
bs,
|
|
5809
5809
|
{
|
|
@@ -5826,7 +5826,7 @@ const al = (e) => {
|
|
|
5826
5826
|
contentTerms: gl,
|
|
5827
5827
|
subscribeText: pl,
|
|
5828
5828
|
terms: Al
|
|
5829
|
-
},
|
|
5829
|
+
}, yl = (e) => /* @__PURE__ */ f("section", { className: [qe.content, e.className ?? ""].join(" "), children: [
|
|
5830
5830
|
/* @__PURE__ */ a("div", { className: qe.subscribeImage, children: e.image }),
|
|
5831
5831
|
/* @__PURE__ */ a("div", { className: qe.tag, children: e.texts.newsletterTag ?? "NEWS" }),
|
|
5832
5832
|
/* @__PURE__ */ f("div", { className: qe.contentTitle, children: [
|
|
@@ -5855,8 +5855,8 @@ const al = (e) => {
|
|
|
5855
5855
|
}
|
|
5856
5856
|
)
|
|
5857
5857
|
] })
|
|
5858
|
-
] }),
|
|
5859
|
-
content:
|
|
5858
|
+
] }), wl = "_content_1ms2y_1", vl = "_contentInfo_1ms2y_20", bl = "_subscribeImage_1ms2y_28", Cl = "_tag_1ms2y_42", _l = "_contentTitle_1ms2y_60", Nl = "_title_1ms2y_65", Sl = "_subTitle_1ms2y_70", El = "_inputStyled_1ms2y_79", xl = "_buttonStyled_1ms2y_118", Tl = "_contentTerms_1ms2y_131", Il = "_subscribeText_1ms2y_137", kl = "_terms_1ms2y_146", Ie = {
|
|
5859
|
+
content: wl,
|
|
5860
5860
|
contentInfo: vl,
|
|
5861
5861
|
subscribeImage: bl,
|
|
5862
5862
|
tag: Cl,
|
|
@@ -5868,7 +5868,7 @@ const al = (e) => {
|
|
|
5868
5868
|
contentTerms: Tl,
|
|
5869
5869
|
subscribeText: Il,
|
|
5870
5870
|
terms: kl
|
|
5871
|
-
},
|
|
5871
|
+
}, _a = (e) => {
|
|
5872
5872
|
const { uppercase: t = !1, style: n = {} } = e, r = { ...e, rounded: "", uppercase: "", full: "" }, s = {
|
|
5873
5873
|
...n,
|
|
5874
5874
|
textTransform: t ? "uppercase" : "unset",
|
|
@@ -5911,7 +5911,7 @@ const al = (e) => {
|
|
|
5911
5911
|
id: "newsletter-email"
|
|
5912
5912
|
}
|
|
5913
5913
|
),
|
|
5914
|
-
/* @__PURE__ */ a(
|
|
5914
|
+
/* @__PURE__ */ a(_a, { className: Ie.buttonStyled, size: "large", full: !0, children: e.texts.newsletterButtonText ?? "Suscribirme" })
|
|
5915
5915
|
] }),
|
|
5916
5916
|
/* @__PURE__ */ f("div", { className: Ie.contentTerms, children: [
|
|
5917
5917
|
/* @__PURE__ */ a("p", { className: Ie.subscribeText, children: e.texts.newsletterTermsText ?? "Suscribirte implica aceptar los" }),
|
|
@@ -6035,7 +6035,7 @@ const al = (e) => {
|
|
|
6035
6035
|
/* @__PURE__ */ a("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" })
|
|
6036
6036
|
]
|
|
6037
6037
|
}
|
|
6038
|
-
), Hl = "_content_1p7b9_1", zl = "_brandContent_1p7b9_10", Vl = "_socialMedia_1p7b9_21", Fl = "_linkSocialNetwoks_1p7b9_28", $l = "_sectionContent_1p7b9_42", Wl = "_section_1p7b9_42", Yl = "_menuItem_1p7b9_60", Kl = "_otherItems_1p7b9_73", Jl = "_copyrigth_1p7b9_87", Zl = "_copyrigthText_1p7b9_97", Xl = "_logoStyled_1p7b9_107", ed = "_socialNetworkIcon_1p7b9_118", td = "_socialInstagram_1p7b9_125", nd = "_socialNetworkIcon_stroke_1p7b9_133",
|
|
6038
|
+
), Hl = "_content_1p7b9_1", zl = "_brandContent_1p7b9_10", Vl = "_socialMedia_1p7b9_21", Fl = "_linkSocialNetwoks_1p7b9_28", $l = "_sectionContent_1p7b9_42", Wl = "_section_1p7b9_42", Yl = "_menuItem_1p7b9_60", Kl = "_otherItems_1p7b9_73", Jl = "_copyrigth_1p7b9_87", Zl = "_copyrigthText_1p7b9_97", Xl = "_logoStyled_1p7b9_107", ed = "_socialNetworkIcon_1p7b9_118", td = "_socialInstagram_1p7b9_125", nd = "_socialNetworkIcon_stroke_1p7b9_133", we = {
|
|
6039
6039
|
content: Hl,
|
|
6040
6040
|
brandContent: zl,
|
|
6041
6041
|
socialMedia: Vl,
|
|
@@ -6050,7 +6050,7 @@ const al = (e) => {
|
|
|
6050
6050
|
socialNetworkIcon: ed,
|
|
6051
6051
|
socialInstagram: td,
|
|
6052
6052
|
socialNetworkIcon_stroke: nd
|
|
6053
|
-
},
|
|
6053
|
+
}, Na = (e) => /* @__PURE__ */ a(
|
|
6054
6054
|
"svg",
|
|
6055
6055
|
{
|
|
6056
6056
|
id: "Layer_1",
|
|
@@ -6094,7 +6094,7 @@ const al = (e) => {
|
|
|
6094
6094
|
}
|
|
6095
6095
|
)
|
|
6096
6096
|
}
|
|
6097
|
-
),
|
|
6097
|
+
), Sa = (e) => {
|
|
6098
6098
|
const t = "currentColor";
|
|
6099
6099
|
return /* @__PURE__ */ f(
|
|
6100
6100
|
"svg",
|
|
@@ -6234,9 +6234,9 @@ const al = (e) => {
|
|
|
6234
6234
|
/* @__PURE__ */ a("path", { fill: "currentColor", d: "M12.8,18.6v-6.9l5.9,3.4L12.8,18.6z" })
|
|
6235
6235
|
]
|
|
6236
6236
|
}
|
|
6237
|
-
), ld = ["telegram"],
|
|
6238
|
-
facebook: (e) => /* @__PURE__ */ a(
|
|
6239
|
-
instagram: (e) => /* @__PURE__ */ a(
|
|
6237
|
+
), ld = ["telegram"], Ea = {
|
|
6238
|
+
facebook: (e) => /* @__PURE__ */ a(Na, { ...e }),
|
|
6239
|
+
instagram: (e) => /* @__PURE__ */ a(Sa, { ...e }),
|
|
6240
6240
|
whatsapp: (e) => /* @__PURE__ */ a(id, { ...e }),
|
|
6241
6241
|
tiktok: (e) => /* @__PURE__ */ a(od, { ...e }),
|
|
6242
6242
|
youtube: (e) => /* @__PURE__ */ a(cd, { ...e }),
|
|
@@ -6246,50 +6246,50 @@ const al = (e) => {
|
|
|
6246
6246
|
telegram: (e) => /* @__PURE__ */ a(sd, { ...e })
|
|
6247
6247
|
}, X9 = (e) => {
|
|
6248
6248
|
const { freeZone: t, socials: n, menu: r, customBlock: s } = e;
|
|
6249
|
-
return /* @__PURE__ */ f("footer", { className:
|
|
6250
|
-
/* @__PURE__ */ f("section", { className:
|
|
6251
|
-
/* @__PURE__ */ a(B, { href: "/", "aria-label": "Ir a la home", children: /* @__PURE__ */ a("span", { className:
|
|
6252
|
-
/* @__PURE__ */ a("div", { className:
|
|
6249
|
+
return /* @__PURE__ */ f("footer", { className: we.content, children: [
|
|
6250
|
+
/* @__PURE__ */ f("section", { className: we.brandContent, children: [
|
|
6251
|
+
/* @__PURE__ */ a(B, { href: "/", "aria-label": "Ir a la home", children: /* @__PURE__ */ a("span", { className: we.logoStyled, children: e.logo }) }),
|
|
6252
|
+
/* @__PURE__ */ a("div", { className: we.socialMedia, children: Object.keys(n).map((o) => n[o]?.show && /* @__PURE__ */ a(
|
|
6253
6253
|
"a",
|
|
6254
6254
|
{
|
|
6255
6255
|
target: "_blank",
|
|
6256
6256
|
rel: "noreferrer",
|
|
6257
6257
|
"aria-label": n[o].title + " link",
|
|
6258
|
-
className:
|
|
6258
|
+
className: we.linkSocialNetwoks,
|
|
6259
6259
|
href: n[o].url,
|
|
6260
|
-
children:
|
|
6261
|
-
className: `${ld.includes(o) ?
|
|
6260
|
+
children: Ea[o]({
|
|
6261
|
+
className: `${ld.includes(o) ? we.socialNetworkIcon_stroke : we.socialNetworkIcon} ${o === "instagram" ? we.socialInstagram : ""}`
|
|
6262
6262
|
})
|
|
6263
6263
|
},
|
|
6264
6264
|
o
|
|
6265
6265
|
)) })
|
|
6266
6266
|
] }),
|
|
6267
|
-
/* @__PURE__ */ f("section", { className:
|
|
6268
|
-
/* @__PURE__ */ a("div", { className:
|
|
6267
|
+
/* @__PURE__ */ f("section", { className: we.sectionContent, children: [
|
|
6268
|
+
/* @__PURE__ */ a("div", { className: we.section, children: r.filter((o) => !o.subitem).map((o, i) => /* @__PURE__ */ a(
|
|
6269
6269
|
B,
|
|
6270
6270
|
{
|
|
6271
6271
|
href: o.link ? o.link : void 0,
|
|
6272
6272
|
target: o.target,
|
|
6273
|
-
className: `${
|
|
6273
|
+
className: `${we.menuItem} footer-menu-item`,
|
|
6274
6274
|
"aria-label": o.description,
|
|
6275
6275
|
children: o.description
|
|
6276
6276
|
},
|
|
6277
6277
|
i
|
|
6278
6278
|
)) }),
|
|
6279
|
-
/* @__PURE__ */ a("div", { className:
|
|
6279
|
+
/* @__PURE__ */ a("div", { className: we.section, children: t && t.map((o, i) => /* @__PURE__ */ a(
|
|
6280
6280
|
B,
|
|
6281
6281
|
{
|
|
6282
6282
|
href: o.link ? o?.link : void 0,
|
|
6283
6283
|
target: o.target,
|
|
6284
|
-
className:
|
|
6284
|
+
className: we.otherItems,
|
|
6285
6285
|
children: o.description
|
|
6286
6286
|
},
|
|
6287
6287
|
i
|
|
6288
6288
|
)) })
|
|
6289
6289
|
] }),
|
|
6290
6290
|
s && /* @__PURE__ */ a(J, { children: s }),
|
|
6291
|
-
/* @__PURE__ */ f("section", { className:
|
|
6292
|
-
/* @__PURE__ */ a("p", { className:
|
|
6291
|
+
/* @__PURE__ */ f("section", { className: we.copyrigth, children: [
|
|
6292
|
+
/* @__PURE__ */ a("p", { className: we.copyrigthText, children: e.copyrigth }),
|
|
6293
6293
|
/* @__PURE__ */ a(
|
|
6294
6294
|
B,
|
|
6295
6295
|
{
|
|
@@ -6303,7 +6303,7 @@ const al = (e) => {
|
|
|
6303
6303
|
)
|
|
6304
6304
|
] })
|
|
6305
6305
|
] });
|
|
6306
|
-
}, dd = "_content_1qzgn_1", ud = "_imageContent_1qzgn_9", hd = "_width1Autor_1qzgn_18", md = "_width2Autor_1qzgn_22", fd = "_width3Autor_1qzgn_26", gd = "_imageAutor_1qzgn_30", pd = "_imageStyled_1qzgn_69", Ad = "_contentIconStyled_1qzgn_70",
|
|
6306
|
+
}, dd = "_content_1qzgn_1", ud = "_imageContent_1qzgn_9", hd = "_width1Autor_1qzgn_18", md = "_width2Autor_1qzgn_22", fd = "_width3Autor_1qzgn_26", gd = "_imageAutor_1qzgn_30", pd = "_imageStyled_1qzgn_69", Ad = "_contentIconStyled_1qzgn_70", yd = "_avatarContent_1qzgn_87", wd = "_journalistSection_1qzgn_95", vd = "_journalistInfo_1qzgn_103", bd = "_journalistInfoLink_1qzgn_104", Cd = "_socialNetworkSection_1qzgn_139", _d = "_avatarStyled_1qzgn_151", Nd = "_article_1qzgn_156", Sd = "_socialButton_1qzgn_160", Ed = "_facebookStyled_1qzgn_176", xd = "_emailStyled_1qzgn_180", Td = "_xStyled_1qzgn_184", Id = "_linkedinStyled_1qzgn_188", kd = "_whatsappStyled_1qzgn_192", Ud = "_whatsappLink_1qzgn_196", qd = "_clipboardButton_1qzgn_212", Rd = "_googleProfileButton_1qzgn_248", de = {
|
|
6307
6307
|
content: dd,
|
|
6308
6308
|
imageContent: ud,
|
|
6309
6309
|
width1Autor: hd,
|
|
@@ -6312,8 +6312,8 @@ const al = (e) => {
|
|
|
6312
6312
|
imageAutor: gd,
|
|
6313
6313
|
imageStyled: pd,
|
|
6314
6314
|
contentIconStyled: Ad,
|
|
6315
|
-
avatarContent:
|
|
6316
|
-
journalistSection:
|
|
6315
|
+
avatarContent: yd,
|
|
6316
|
+
journalistSection: wd,
|
|
6317
6317
|
journalistInfo: vd,
|
|
6318
6318
|
journalistInfoLink: bd,
|
|
6319
6319
|
socialNetworkSection: Cd,
|
|
@@ -6345,7 +6345,7 @@ const al = (e) => {
|
|
|
6345
6345
|
}
|
|
6346
6346
|
)
|
|
6347
6347
|
}
|
|
6348
|
-
),
|
|
6348
|
+
), yn = (e) => /* @__PURE__ */ a(
|
|
6349
6349
|
"svg",
|
|
6350
6350
|
{
|
|
6351
6351
|
version: "1.1",
|
|
@@ -6495,8 +6495,8 @@ const al = (e) => {
|
|
|
6495
6495
|
e
|
|
6496
6496
|
)}`,
|
|
6497
6497
|
icon: {
|
|
6498
|
-
outline: (e) => /* @__PURE__ */ a(
|
|
6499
|
-
solid: (e) => /* @__PURE__ */ a(
|
|
6498
|
+
outline: (e) => /* @__PURE__ */ a(yn, { className: e }),
|
|
6499
|
+
solid: (e) => /* @__PURE__ */ a(yn, { className: e })
|
|
6500
6500
|
}
|
|
6501
6501
|
}
|
|
6502
6502
|
};
|
|
@@ -6528,7 +6528,7 @@ function jd({ noteShare: e }) {
|
|
|
6528
6528
|
"data-active": "false",
|
|
6529
6529
|
"aria-label": "copy",
|
|
6530
6530
|
className: [de.clipboardButton, "clipbtn-id"].join(" "),
|
|
6531
|
-
children: /* @__PURE__ */ a(
|
|
6531
|
+
children: /* @__PURE__ */ a(ys, {})
|
|
6532
6532
|
}
|
|
6533
6533
|
),
|
|
6534
6534
|
/* @__PURE__ */ a(
|
|
@@ -6587,10 +6587,10 @@ const Qd = "_content_r1co8_1", Gd = "_videoContent_r1co8_20", Hd = "_articleSect
|
|
|
6587
6587
|
/* @__PURE__ */ a("p", { className: Ge.correspondent, children: t() })
|
|
6588
6588
|
] })
|
|
6589
6589
|
] }) }) });
|
|
6590
|
-
}, Yd = "_content_wxhkd_1", Kd = "_linkStyled_wxhkd_9",
|
|
6590
|
+
}, Yd = "_content_wxhkd_1", Kd = "_linkStyled_wxhkd_9", On = {
|
|
6591
6591
|
content: Yd,
|
|
6592
6592
|
linkStyled: Kd
|
|
6593
|
-
},
|
|
6593
|
+
}, wn = (e) => {
|
|
6594
6594
|
const { currentPage: t, showNext: n, maxPages: r, pathname: s, query: o } = e, i = (c, d, l) => {
|
|
6595
6595
|
let u = "";
|
|
6596
6596
|
const h = d.split("/");
|
|
@@ -6598,11 +6598,11 @@ const Qd = "_content_r1co8_1", Gd = "_videoContent_r1co8_20", Hd = "_articleSect
|
|
|
6598
6598
|
p !== 0 && (u += `/${m}`);
|
|
6599
6599
|
}), c === "next" ? u += `/page/${t + 1}${l ? `?query=${l}` : ""}` : u += `/page/${t - 1}${l ? `?query=${l}` : ""}`;
|
|
6600
6600
|
};
|
|
6601
|
-
return (t > 1 || n && t < r) && /* @__PURE__ */ f("section", { className:
|
|
6601
|
+
return (t > 1 || n && t < r) && /* @__PURE__ */ f("section", { className: On.content, children: [
|
|
6602
6602
|
t > 1 && /* @__PURE__ */ a(
|
|
6603
6603
|
B,
|
|
6604
6604
|
{
|
|
6605
|
-
className:
|
|
6605
|
+
className: On.linkStyled,
|
|
6606
6606
|
href: i("prev", s || "", o || ""),
|
|
6607
6607
|
children: e.texts.prevButtonText ?? "Anterior"
|
|
6608
6608
|
}
|
|
@@ -6610,7 +6610,7 @@ const Qd = "_content_r1co8_1", Gd = "_videoContent_r1co8_20", Hd = "_articleSect
|
|
|
6610
6610
|
n && t < r && /* @__PURE__ */ a(
|
|
6611
6611
|
B,
|
|
6612
6612
|
{
|
|
6613
|
-
className:
|
|
6613
|
+
className: On.linkStyled,
|
|
6614
6614
|
href: i("next", s || "", o || ""),
|
|
6615
6615
|
children: e.texts.nextButtonText ?? "Siguiente"
|
|
6616
6616
|
}
|
|
@@ -6621,7 +6621,7 @@ const Qd = "_content_r1co8_1", Gd = "_videoContent_r1co8_20", Hd = "_articleSect
|
|
|
6621
6621
|
contentGrid: Zd,
|
|
6622
6622
|
contentGrid4: Xd,
|
|
6623
6623
|
contentGrid3: e1
|
|
6624
|
-
},
|
|
6624
|
+
}, sa = (e) => {
|
|
6625
6625
|
const { grid: t = 3 } = e;
|
|
6626
6626
|
return /* @__PURE__ */ f("section", { className: `${Zt.content}`, children: [
|
|
6627
6627
|
/* @__PURE__ */ a(
|
|
@@ -6705,7 +6705,7 @@ const Qd = "_content_r1co8_1", Gd = "_videoContent_r1co8_20", Hd = "_articleSect
|
|
|
6705
6705
|
sectionDescription: i1,
|
|
6706
6706
|
articule: c1,
|
|
6707
6707
|
linkStyled: l1
|
|
6708
|
-
},
|
|
6708
|
+
}, kn = (e) => {
|
|
6709
6709
|
const {
|
|
6710
6710
|
isVideo: t,
|
|
6711
6711
|
info: n,
|
|
@@ -6773,10 +6773,10 @@ const Qd = "_content_r1co8_1", Gd = "_videoContent_r1co8_20", Hd = "_articleSect
|
|
|
6773
6773
|
}
|
|
6774
6774
|
)
|
|
6775
6775
|
] });
|
|
6776
|
-
}, d1 = "_content_kro73_1", u1 = "_contentLayout_kro73_5",
|
|
6776
|
+
}, d1 = "_content_kro73_1", u1 = "_contentLayout_kro73_5", ir = {
|
|
6777
6777
|
content: d1,
|
|
6778
6778
|
contentLayout: u1
|
|
6779
|
-
},
|
|
6779
|
+
}, cr = (e) => /* @__PURE__ */ a("div", { className: ir.content, children: /* @__PURE__ */ a(Vt, { className: `${ir.contentLayout} ${e.className}`, children: e.children }) }), h1 = "_content_1nqra_1", m1 = "_before_1nqra_11", f1 = "_textContent_1nqra_22", g1 = "_title_1nqra_37", p1 = "_description_1nqra_46", A1 = "_linkStyled_1nqra_57", gt = {
|
|
6780
6780
|
content: h1,
|
|
6781
6781
|
before: m1,
|
|
6782
6782
|
textContent: f1,
|
|
@@ -6794,9 +6794,9 @@ const Qd = "_content_r1co8_1", Gd = "_videoContent_r1co8_20", Hd = "_articleSect
|
|
|
6794
6794
|
/* @__PURE__ */ a(B, { className: gt.linkStyled, href: "/", children: e.buttonText ?? "Inicio" })
|
|
6795
6795
|
] })
|
|
6796
6796
|
] });
|
|
6797
|
-
},
|
|
6798
|
-
content:
|
|
6799
|
-
contentLabel:
|
|
6797
|
+
}, y1 = "_content_zxcog_1", w1 = "_contentLabel_zxcog_8", v1 = "_label_zxcog_13", b1 = "_required_zxcog_22", C1 = "_input_zxcog_28", kt = {
|
|
6798
|
+
content: y1,
|
|
6799
|
+
contentLabel: w1,
|
|
6800
6800
|
label: v1,
|
|
6801
6801
|
required: b1,
|
|
6802
6802
|
input: C1
|
|
@@ -6821,13 +6821,13 @@ const Qd = "_content_r1co8_1", Gd = "_videoContent_r1co8_20", Hd = "_articleSect
|
|
|
6821
6821
|
/* @__PURE__ */ a("option", { value: "", children: "--Seleccione--" }),
|
|
6822
6822
|
e.options.map((t, n) => /* @__PURE__ */ a("option", { value: t.value, children: t.label }, n))
|
|
6823
6823
|
] })
|
|
6824
|
-
] }), T1 = "_content_1mi9t_1", I1 = "_label_1mi9t_8", k1 = "_input_1mi9t_17",
|
|
6824
|
+
] }), T1 = "_content_1mi9t_1", I1 = "_label_1mi9t_8", k1 = "_input_1mi9t_17", Pn = {
|
|
6825
6825
|
content: T1,
|
|
6826
6826
|
label: I1,
|
|
6827
6827
|
input: k1
|
|
6828
|
-
}, r3 = (e) => /* @__PURE__ */ f("div", { className:
|
|
6829
|
-
/* @__PURE__ */ a("label", { className:
|
|
6830
|
-
/* @__PURE__ */ a("textarea", { className:
|
|
6828
|
+
}, r3 = (e) => /* @__PURE__ */ f("div", { className: Pn.content, children: [
|
|
6829
|
+
/* @__PURE__ */ a("label", { className: Pn.label, children: e.label }),
|
|
6830
|
+
/* @__PURE__ */ a("textarea", { className: Pn.input, ...e })
|
|
6831
6831
|
] }), U1 = "_boxInformation_achvw_1", q1 = "_textBox_achvw_30", R1 = "_contentBox_achvw_40", L1 = "_liveBox_achvw_50", B1 = "_dot_achvw_72", O1 = "_sectionDescription_achvw_97", P1 = "_articule_achvw_110", D1 = "_description_achvw_137", et = {
|
|
6832
6832
|
boxInformation: U1,
|
|
6833
6833
|
textBox: q1,
|
|
@@ -6935,7 +6935,7 @@ const Qd = "_content_r1co8_1", Gd = "_videoContent_r1co8_20", Hd = "_articleSect
|
|
|
6935
6935
|
target: "_blank",
|
|
6936
6936
|
className: fe.socialIconLink,
|
|
6937
6937
|
rel: "noreferrer",
|
|
6938
|
-
children: /* @__PURE__ */ a(
|
|
6938
|
+
children: /* @__PURE__ */ a(Na, { className: fe.socialIcon })
|
|
6939
6939
|
}
|
|
6940
6940
|
),
|
|
6941
6941
|
h && /* @__PURE__ */ a(
|
|
@@ -6945,7 +6945,7 @@ const Qd = "_content_r1co8_1", Gd = "_videoContent_r1co8_20", Hd = "_articleSect
|
|
|
6945
6945
|
target: "_blank",
|
|
6946
6946
|
className: fe.socialIconLink,
|
|
6947
6947
|
rel: "noreferrer",
|
|
6948
|
-
children: /* @__PURE__ */ a(
|
|
6948
|
+
children: /* @__PURE__ */ a(Sa, { className: fe.socialIcon })
|
|
6949
6949
|
}
|
|
6950
6950
|
),
|
|
6951
6951
|
m && /* @__PURE__ */ a(
|
|
@@ -6965,7 +6965,7 @@ const Qd = "_content_r1co8_1", Gd = "_videoContent_r1co8_20", Hd = "_articleSect
|
|
|
6965
6965
|
target: "_blank",
|
|
6966
6966
|
className: fe.socialIconLink,
|
|
6967
6967
|
rel: "noreferrer",
|
|
6968
|
-
children: /* @__PURE__ */ a(
|
|
6968
|
+
children: /* @__PURE__ */ a(yn, { className: fe.socialIcon })
|
|
6969
6969
|
}
|
|
6970
6970
|
)
|
|
6971
6971
|
] })
|
|
@@ -7006,7 +7006,7 @@ const Qd = "_content_r1co8_1", Gd = "_videoContent_r1co8_20", Hd = "_articleSect
|
|
|
7006
7006
|
href: u,
|
|
7007
7007
|
target: "_blank",
|
|
7008
7008
|
rel: "noreferrer",
|
|
7009
|
-
children: /* @__PURE__ */ a(
|
|
7009
|
+
children: /* @__PURE__ */ a(Na, { className: Se.socialIcon })
|
|
7010
7010
|
}
|
|
7011
7011
|
),
|
|
7012
7012
|
h && /* @__PURE__ */ a(
|
|
@@ -7016,7 +7016,7 @@ const Qd = "_content_r1co8_1", Gd = "_videoContent_r1co8_20", Hd = "_articleSect
|
|
|
7016
7016
|
target: "_blank",
|
|
7017
7017
|
rel: "noreferrer",
|
|
7018
7018
|
children: /* @__PURE__ */ a(
|
|
7019
|
-
|
|
7019
|
+
Sa,
|
|
7020
7020
|
{
|
|
7021
7021
|
className: Se.socialIcon,
|
|
7022
7022
|
style: { padding: "4px" }
|
|
@@ -7039,21 +7039,21 @@ const Qd = "_content_r1co8_1", Gd = "_videoContent_r1co8_20", Hd = "_articleSect
|
|
|
7039
7039
|
href: p,
|
|
7040
7040
|
target: "_blank",
|
|
7041
7041
|
rel: "noreferrer",
|
|
7042
|
-
children: /* @__PURE__ */ a(
|
|
7042
|
+
children: /* @__PURE__ */ a(yn, { className: Se.socialIcon })
|
|
7043
7043
|
}
|
|
7044
7044
|
)
|
|
7045
7045
|
] })
|
|
7046
7046
|
] })
|
|
7047
7047
|
] }) });
|
|
7048
|
-
}, pu = "_content_jg6i2_1", Au = "_bannerSection_jg6i2_25",
|
|
7048
|
+
}, pu = "_content_jg6i2_1", Au = "_bannerSection_jg6i2_25", lr = {
|
|
7049
7049
|
content: pu,
|
|
7050
7050
|
bannerSection: Au
|
|
7051
|
-
}, _s = (e) => /* @__PURE__ */ f("section", { className:
|
|
7051
|
+
}, _s = (e) => /* @__PURE__ */ f("section", { className: lr.content, children: [
|
|
7052
7052
|
e.children,
|
|
7053
|
-
/* @__PURE__ */ f("div", { className:
|
|
7053
|
+
/* @__PURE__ */ f("div", { className: lr.bannerSection, children: [
|
|
7054
7054
|
e.bannerTop,
|
|
7055
7055
|
/* @__PURE__ */ a(
|
|
7056
|
-
|
|
7056
|
+
Ca,
|
|
7057
7057
|
{
|
|
7058
7058
|
content: e.ranking,
|
|
7059
7059
|
title: e.readestTitle,
|
|
@@ -7068,9 +7068,9 @@ const Qd = "_content_r1co8_1", Gd = "_videoContent_r1co8_20", Hd = "_articleSect
|
|
|
7068
7068
|
),
|
|
7069
7069
|
e.banner
|
|
7070
7070
|
] })
|
|
7071
|
-
] }),
|
|
7072
|
-
content:
|
|
7073
|
-
header:
|
|
7071
|
+
] }), yu = "_content_7v98f_1", wu = "_header_7v98f_30", vu = "_videos_7v98f_56", bu = "_videoContent_7v98f_63", Cu = "_articleSection_7v98f_70", _u = "_contentLayoutVideoSection_7v98f_85", Nu = "_sectionVideoList_7v98f_93", Su = "_iframeStyled_7v98f_166", Eu = "_contentFrame_7v98f_172", Re = {
|
|
7072
|
+
content: yu,
|
|
7073
|
+
header: wu,
|
|
7074
7074
|
videos: vu,
|
|
7075
7075
|
videoContent: bu,
|
|
7076
7076
|
articleSection: Cu,
|
|
@@ -7078,12 +7078,12 @@ const Qd = "_content_r1co8_1", Gd = "_videoContent_r1co8_20", Hd = "_articleSect
|
|
|
7078
7078
|
sectionVideoList: Nu,
|
|
7079
7079
|
iframeStyled: Su,
|
|
7080
7080
|
contentFrame: Eu
|
|
7081
|
-
}, xu = "_content_1dj0q_1", Tu = "_linkImage_1dj0q_12", Iu = "_playStyled_1dj0q_19",
|
|
7081
|
+
}, xu = "_content_1dj0q_1", Tu = "_linkImage_1dj0q_12", Iu = "_playStyled_1dj0q_19", Dn = {
|
|
7082
7082
|
content: xu,
|
|
7083
7083
|
linkImage: Tu,
|
|
7084
7084
|
playStyled: Iu
|
|
7085
7085
|
}, ku = async (e) => {
|
|
7086
|
-
const t =
|
|
7086
|
+
const t = ba(), n = {
|
|
7087
7087
|
...e,
|
|
7088
7088
|
main: {
|
|
7089
7089
|
...e.main,
|
|
@@ -7093,17 +7093,17 @@ const Qd = "_content_r1co8_1", Gd = "_videoContent_r1co8_20", Hd = "_articleSect
|
|
|
7093
7093
|
}
|
|
7094
7094
|
}
|
|
7095
7095
|
};
|
|
7096
|
-
return e && e.info ? /* @__PURE__ */ f("section", { className:
|
|
7096
|
+
return e && e.info ? /* @__PURE__ */ f("section", { className: Dn.content, children: [
|
|
7097
7097
|
/* @__PURE__ */ a(
|
|
7098
7098
|
"a",
|
|
7099
7099
|
{
|
|
7100
|
-
className:
|
|
7100
|
+
className: Dn.linkImage,
|
|
7101
7101
|
target: e?.info?.link?.target,
|
|
7102
7102
|
title: e?.main?.title?.section,
|
|
7103
7103
|
href: e.info.link.url,
|
|
7104
7104
|
children: /* @__PURE__ */ f("div", { style: { position: "relative" }, children: [
|
|
7105
7105
|
/* @__PURE__ */ a("img", { src: await me(e.preview.sizes[0]?.url || "") }),
|
|
7106
|
-
/* @__PURE__ */ a(t, { className: `${
|
|
7106
|
+
/* @__PURE__ */ a(t, { className: `${Dn.playStyled} saas-image-play-icon` })
|
|
7107
7107
|
] })
|
|
7108
7108
|
}
|
|
7109
7109
|
),
|
|
@@ -7201,7 +7201,7 @@ const Qd = "_content_r1co8_1", Gd = "_videoContent_r1co8_20", Hd = "_articleSect
|
|
|
7201
7201
|
Array.isArray(e.videoList) && e.videoList.map((t, n) => /* @__PURE__ */ ot(
|
|
7202
7202
|
ku,
|
|
7203
7203
|
{
|
|
7204
|
-
...Dt(t, !0, !1),
|
|
7204
|
+
...Dt(t, !0, !1, !1),
|
|
7205
7205
|
key: n,
|
|
7206
7206
|
paths: e.paths
|
|
7207
7207
|
}
|
|
@@ -7244,7 +7244,7 @@ const Qd = "_content_r1co8_1", Gd = "_videoContent_r1co8_20", Hd = "_articleSect
|
|
|
7244
7244
|
e.title && /* @__PURE__ */ a("hr", { className: [He.bottomLine, e.className ?? ""].join(" ") }),
|
|
7245
7245
|
/* @__PURE__ */ a("div", { className: He.childrenContent, ref: t, children: e.children })
|
|
7246
7246
|
] });
|
|
7247
|
-
}),
|
|
7247
|
+
}), xa = (e) => /* @__PURE__ */ a(
|
|
7248
7248
|
"svg",
|
|
7249
7249
|
{
|
|
7250
7250
|
width: "24",
|
|
@@ -7326,7 +7326,7 @@ const Qd = "_content_r1co8_1", Gd = "_videoContent_r1co8_20", Hd = "_articleSect
|
|
|
7326
7326
|
outline: "none",
|
|
7327
7327
|
padding: 0,
|
|
7328
7328
|
margin: 0
|
|
7329
|
-
}, children: /* @__PURE__ */ a(
|
|
7329
|
+
}, children: /* @__PURE__ */ a(xa, { color: "var(--search-input-icons)" }) })
|
|
7330
7330
|
] }) }),
|
|
7331
7331
|
/* @__PURE__ */ f(
|
|
7332
7332
|
"div",
|
|
@@ -7413,7 +7413,7 @@ const Qd = "_content_r1co8_1", Gd = "_videoContent_r1co8_20", Hd = "_articleSect
|
|
|
7413
7413
|
"aria-label": t[o].title + " link",
|
|
7414
7414
|
className: le.linkSocialNetwork,
|
|
7415
7415
|
href: t[o].url,
|
|
7416
|
-
children:
|
|
7416
|
+
children: Ea[o]({ className: le.icon })
|
|
7417
7417
|
},
|
|
7418
7418
|
o
|
|
7419
7419
|
)) }),
|
|
@@ -7499,7 +7499,7 @@ const Qd = "_content_r1co8_1", Gd = "_videoContent_r1co8_20", Hd = "_articleSect
|
|
|
7499
7499
|
}
|
|
7500
7500
|
)
|
|
7501
7501
|
] });
|
|
7502
|
-
}, ch = "_content_18yq5_1", lh = "_linkStyled_18yq5_14", dh = "_linkSocialNetwork_18yq5_28", uh = "_title_18yq5_49", hh = "_tabs_18yq5_60", mh = "_socialNetwork_18yq5_68", fh = "_icon_18yq5_78", gh = "_facebook_18yq5_84", ph = "_youtube_18yq5_88", Ah = "_x_18yq5_92",
|
|
7502
|
+
}, ch = "_content_18yq5_1", lh = "_linkStyled_18yq5_14", dh = "_linkSocialNetwork_18yq5_28", uh = "_title_18yq5_49", hh = "_tabs_18yq5_60", mh = "_socialNetwork_18yq5_68", fh = "_icon_18yq5_78", gh = "_facebook_18yq5_84", ph = "_youtube_18yq5_88", Ah = "_x_18yq5_92", yh = "_instagram_18yq5_96", wh = "_gnews_18yq5_100", vh = "_tiktok_18yq5_104", bh = "_whatsapp_18yq5_108", ze = {
|
|
7503
7503
|
content: ch,
|
|
7504
7504
|
linkStyled: lh,
|
|
7505
7505
|
linkSocialNetwork: dh,
|
|
@@ -7510,8 +7510,8 @@ const Qd = "_content_r1co8_1", Gd = "_videoContent_r1co8_20", Hd = "_articleSect
|
|
|
7510
7510
|
facebook: gh,
|
|
7511
7511
|
youtube: ph,
|
|
7512
7512
|
x: Ah,
|
|
7513
|
-
instagram:
|
|
7514
|
-
gnews:
|
|
7513
|
+
instagram: yh,
|
|
7514
|
+
gnews: wh,
|
|
7515
7515
|
tiktok: vh,
|
|
7516
7516
|
whatsapp: bh
|
|
7517
7517
|
}, Es = (e) => {
|
|
@@ -7558,7 +7558,7 @@ const Qd = "_content_r1co8_1", Gd = "_videoContent_r1co8_20", Hd = "_articleSect
|
|
|
7558
7558
|
"aria-label": r[i].title + " link",
|
|
7559
7559
|
className: ze.linkSocialNetwork,
|
|
7560
7560
|
href: r[i].url,
|
|
7561
|
-
children:
|
|
7561
|
+
children: Ea[i]({
|
|
7562
7562
|
className: [ze.icon, ze[i] ?? ""].join(" ")
|
|
7563
7563
|
})
|
|
7564
7564
|
},
|
|
@@ -7591,7 +7591,7 @@ const Qd = "_content_r1co8_1", Gd = "_videoContent_r1co8_20", Hd = "_articleSect
|
|
|
7591
7591
|
),
|
|
7592
7592
|
/* @__PURE__ */ f("div", { className: `${ke.headerContent} center-mobile-header-icon`, children: [
|
|
7593
7593
|
/* @__PURE__ */ a(
|
|
7594
|
-
|
|
7594
|
+
_a,
|
|
7595
7595
|
{
|
|
7596
7596
|
id: "button-app",
|
|
7597
7597
|
className: ke.menuButton,
|
|
@@ -7654,7 +7654,7 @@ const Qd = "_content_r1co8_1", Gd = "_videoContent_r1co8_20", Hd = "_articleSect
|
|
|
7654
7654
|
"aria-label": e.searchKeyWord,
|
|
7655
7655
|
className: `${ke.buttonSectionSearch} search-button-icon`,
|
|
7656
7656
|
style: { display: "flex" },
|
|
7657
|
-
children: /* @__PURE__ */ a(
|
|
7657
|
+
children: /* @__PURE__ */ a(xa, { width: 28, height: 28, color: "currentColor" })
|
|
7658
7658
|
}
|
|
7659
7659
|
),
|
|
7660
7660
|
e.rightZone
|
|
@@ -7751,7 +7751,7 @@ const Qd = "_content_r1co8_1", Gd = "_videoContent_r1co8_20", Hd = "_articleSect
|
|
|
7751
7751
|
].join(" "),
|
|
7752
7752
|
children: [
|
|
7753
7753
|
/* @__PURE__ */ a("div", { className: ve.menuButtonSection, children: /* @__PURE__ */ f(
|
|
7754
|
-
|
|
7754
|
+
_a,
|
|
7755
7755
|
{
|
|
7756
7756
|
className: ve.menuButton,
|
|
7757
7757
|
id: "button-app",
|
|
@@ -7778,7 +7778,7 @@ const Qd = "_content_r1co8_1", Gd = "_videoContent_r1co8_20", Hd = "_articleSect
|
|
|
7778
7778
|
style: { display: "flex" },
|
|
7779
7779
|
className: ve.buttonSectionSearch,
|
|
7780
7780
|
"aria-label": e.searchKeyWord,
|
|
7781
|
-
children: /* @__PURE__ */ a(
|
|
7781
|
+
children: /* @__PURE__ */ a(xa, { width: 28, height: 28, color: "currentColor" })
|
|
7782
7782
|
}
|
|
7783
7783
|
),
|
|
7784
7784
|
e.rightZone
|
|
@@ -7810,7 +7810,7 @@ const Qd = "_content_r1co8_1", Gd = "_videoContent_r1co8_20", Hd = "_articleSect
|
|
|
7810
7810
|
]
|
|
7811
7811
|
}
|
|
7812
7812
|
);
|
|
7813
|
-
}, rm = "_childrenContent_wqlb4_1", sm = "_childrenContentAux_wqlb4_12", om = "_op2_wqlb4_25",
|
|
7813
|
+
}, rm = "_childrenContent_wqlb4_1", sm = "_childrenContentAux_wqlb4_12", om = "_op2_wqlb4_25", Mn = {
|
|
7814
7814
|
childrenContent: rm,
|
|
7815
7815
|
childrenContentAux: sm,
|
|
7816
7816
|
op2: om
|
|
@@ -7823,9 +7823,9 @@ const Qd = "_content_r1co8_1", Gd = "_videoContent_r1co8_20", Hd = "_articleSect
|
|
|
7823
7823
|
"div",
|
|
7824
7824
|
{
|
|
7825
7825
|
className: [
|
|
7826
|
-
|
|
7827
|
-
e.showAlertPop ?
|
|
7828
|
-
t?.data ?
|
|
7826
|
+
Mn.childrenContent,
|
|
7827
|
+
e.showAlertPop ? Mn.op2 : "",
|
|
7828
|
+
t?.data ? Mn.childrenContentAux : ""
|
|
7829
7829
|
].join(" "),
|
|
7830
7830
|
style: e.showOnlyStickyHeader ? {
|
|
7831
7831
|
"--hasAlertMargin": "3.6rem !important"
|
|
@@ -7864,14 +7864,14 @@ const Qd = "_content_r1co8_1", Gd = "_videoContent_r1co8_20", Hd = "_articleSect
|
|
|
7864
7864
|
}, hm = (e) => /* @__PURE__ */ a("section", { className: pt.content, children: Array.isArray(e.tags) && /* @__PURE__ */ f("div", { className: pt.tags, children: [
|
|
7865
7865
|
/* @__PURE__ */ a("p", { className: pt.tagStyled, children: e.title ? e.title : "Tags:" }),
|
|
7866
7866
|
e.tags.map((t, n) => t.approved ? /* @__PURE__ */ a(B, { href: vt(t, e.paths), children: /* @__PURE__ */ a("div", { className: `${pt.chipStyled} ${pt.tagLink}`, children: t.name }) }, n) : /* @__PURE__ */ a("div", { className: pt.chipStyled, children: t.name }, n))
|
|
7867
|
-
] }) }), mm = "_contentBox_1cum1_1", fm = "_content_1cum1_1", gm = "_imageStyled_1cum1_16", pm = "_contentIconStyled_1cum1_23", Am = "_avatarContent_1cum1_43",
|
|
7867
|
+
] }) }), mm = "_contentBox_1cum1_1", fm = "_content_1cum1_1", gm = "_imageStyled_1cum1_16", pm = "_contentIconStyled_1cum1_23", Am = "_avatarContent_1cum1_43", ym = "_journalistSection_1cum1_50", wm = "_journalistInfo_1cum1_56", vm = "_socialNetworkSection_1cum1_75", bm = "_article_1cum1_88", Pe = {
|
|
7868
7868
|
contentBox: mm,
|
|
7869
7869
|
content: fm,
|
|
7870
7870
|
imageStyled: gm,
|
|
7871
7871
|
contentIconStyled: pm,
|
|
7872
7872
|
avatarContent: Am,
|
|
7873
|
-
journalistSection:
|
|
7874
|
-
journalistInfo:
|
|
7873
|
+
journalistSection: ym,
|
|
7874
|
+
journalistInfo: wm,
|
|
7875
7875
|
socialNetworkSection: vm,
|
|
7876
7876
|
article: bm
|
|
7877
7877
|
}, Cm = async (e) => {
|
|
@@ -8284,7 +8284,7 @@ const Qd = "_content_r1co8_1", Gd = "_videoContent_r1co8_20", Hd = "_articleSect
|
|
|
8284
8284
|
}
|
|
8285
8285
|
)
|
|
8286
8286
|
] });
|
|
8287
|
-
},
|
|
8287
|
+
}, dr = (e) => {
|
|
8288
8288
|
const {
|
|
8289
8289
|
main: t,
|
|
8290
8290
|
authors: n,
|
|
@@ -8348,7 +8348,7 @@ const Qd = "_content_r1co8_1", Gd = "_videoContent_r1co8_20", Hd = "_articleSect
|
|
|
8348
8348
|
}
|
|
8349
8349
|
)
|
|
8350
8350
|
] });
|
|
8351
|
-
}, Fm = "_content_1dcf7_1", $m = "_firstSection_1dcf7_10", Wm = "_secondSection_1dcf7_16",
|
|
8351
|
+
}, Fm = "_content_1dcf7_1", $m = "_firstSection_1dcf7_10", Wm = "_secondSection_1dcf7_16", jn = {
|
|
8352
8352
|
content: Fm,
|
|
8353
8353
|
firstSection: $m,
|
|
8354
8354
|
secondSection: Wm
|
|
@@ -8359,8 +8359,8 @@ const Qd = "_content_r1co8_1", Gd = "_videoContent_r1co8_20", Hd = "_articleSect
|
|
|
8359
8359
|
paths: r
|
|
8360
8360
|
}) => {
|
|
8361
8361
|
const s = e[0];
|
|
8362
|
-
return Array.isArray(e) && e.length > 0 && s && /* @__PURE__ */ f("section", { className:
|
|
8363
|
-
/* @__PURE__ */ a("div", { style: t, className:
|
|
8362
|
+
return Array.isArray(e) && e.length > 0 && s && /* @__PURE__ */ f("section", { className: jn.content, children: [
|
|
8363
|
+
/* @__PURE__ */ a("div", { style: t, className: jn.firstSection, children: /* @__PURE__ */ a(
|
|
8364
8364
|
Ct,
|
|
8365
8365
|
{
|
|
8366
8366
|
...s,
|
|
@@ -8370,7 +8370,7 @@ const Qd = "_content_r1co8_1", Gd = "_videoContent_r1co8_20", Hd = "_articleSect
|
|
|
8370
8370
|
paths: r
|
|
8371
8371
|
}
|
|
8372
8372
|
) }),
|
|
8373
|
-
/* @__PURE__ */ a("div", { style: n, className:
|
|
8373
|
+
/* @__PURE__ */ a("div", { style: n, className: jn.secondSection, children: e.map((o, i) => i > 0 && /* @__PURE__ */ ot(
|
|
8374
8374
|
Ct,
|
|
8375
8375
|
{
|
|
8376
8376
|
...o,
|
|
@@ -8382,7 +8382,7 @@ const Qd = "_content_r1co8_1", Gd = "_videoContent_r1co8_20", Hd = "_articleSect
|
|
|
8382
8382
|
}
|
|
8383
8383
|
)) })
|
|
8384
8384
|
] });
|
|
8385
|
-
}, Km = "_content_wsx1m_1", Jm = "_firstSection_wsx1m_8",
|
|
8385
|
+
}, Km = "_content_wsx1m_1", Jm = "_firstSection_wsx1m_8", ur = {
|
|
8386
8386
|
content: Km,
|
|
8387
8387
|
firstSection: Jm
|
|
8388
8388
|
}, Zm = ({
|
|
@@ -8390,11 +8390,11 @@ const Qd = "_content_r1co8_1", Gd = "_videoContent_r1co8_20", Hd = "_articleSect
|
|
|
8390
8390
|
customLargeSection: t,
|
|
8391
8391
|
customSlimSection: n,
|
|
8392
8392
|
paths: r
|
|
8393
|
-
}) => Array.isArray(e) && e.length > 0 && /* @__PURE__ */ a("section", { className:
|
|
8393
|
+
}) => Array.isArray(e) && e.length > 0 && /* @__PURE__ */ a("section", { className: ur.content, children: e.map((s, o) => o === 0 ? /* @__PURE__ */ a(
|
|
8394
8394
|
"div",
|
|
8395
8395
|
{
|
|
8396
8396
|
style: t,
|
|
8397
|
-
className:
|
|
8397
|
+
className: ur.firstSection,
|
|
8398
8398
|
children: /* @__PURE__ */ a(
|
|
8399
8399
|
Ct,
|
|
8400
8400
|
{
|
|
@@ -8463,7 +8463,7 @@ const Qd = "_content_r1co8_1", Gd = "_videoContent_r1co8_20", Hd = "_articleSect
|
|
|
8463
8463
|
e?.mainNew?.main?.subtitle?.rendered && /* @__PURE__ */ a("p", { className: it.subtitle, children: e?.mainNew?.main?.subtitle?.striped }),
|
|
8464
8464
|
e.goTo && /* @__PURE__ */ a(B, { href: e.goTo.url, className: it.linkStyled, children: e.goTo.description })
|
|
8465
8465
|
] });
|
|
8466
|
-
}, rf = "_headerSection_drjnj_1", sf = "_headerSectionLink_drjnj_12", of = "_newsContent_drjnj_17",
|
|
8466
|
+
}, rf = "_headerSection_drjnj_1", sf = "_headerSectionLink_drjnj_12", of = "_newsContent_drjnj_17", Qn = {
|
|
8467
8467
|
headerSection: rf,
|
|
8468
8468
|
headerSectionLink: sf,
|
|
8469
8469
|
newsContent: of
|
|
@@ -8481,19 +8481,19 @@ const Qd = "_content_r1co8_1", Gd = "_videoContent_r1co8_20", Hd = "_articleSect
|
|
|
8481
8481
|
}
|
|
8482
8482
|
}, i = t.slice(1);
|
|
8483
8483
|
return o && i && /* @__PURE__ */ f(ge, { title: n, titleUrl: e.titleUrl, children: [
|
|
8484
|
-
/* @__PURE__ */ f("div", { className:
|
|
8484
|
+
/* @__PURE__ */ f("div", { className: Qn.headerSection, children: [
|
|
8485
8485
|
/* @__PURE__ */ a(xs, { mainNew: o, goTo: e.goTo, paths: e.paths }),
|
|
8486
8486
|
/* @__PURE__ */ a(
|
|
8487
8487
|
B,
|
|
8488
8488
|
{
|
|
8489
|
-
className:
|
|
8489
|
+
className: Qn.headerSectionLink,
|
|
8490
8490
|
href: o?.info?.link?.url,
|
|
8491
8491
|
target: o?.info?.link?.target,
|
|
8492
8492
|
children: /* @__PURE__ */ a(Ue, { preview: o.preview })
|
|
8493
8493
|
}
|
|
8494
8494
|
)
|
|
8495
8495
|
] }),
|
|
8496
|
-
/* @__PURE__ */ f("div", { className:
|
|
8496
|
+
/* @__PURE__ */ f("div", { className: Qn.newsContent, children: [
|
|
8497
8497
|
/* @__PURE__ */ a("div", { className: "banner-context", style: { order: 1 }, children: e.banner }),
|
|
8498
8498
|
Array.isArray(i) && i.map((c, d) => {
|
|
8499
8499
|
const l = {
|
|
@@ -8563,9 +8563,9 @@ const Qd = "_content_r1co8_1", Gd = "_videoContent_r1co8_20", Hd = "_articleSect
|
|
|
8563
8563
|
/* @__PURE__ */ a("p", { className: Fe.comment, children: je(t?.main?.subtitle?.striped || "") })
|
|
8564
8564
|
] })
|
|
8565
8565
|
] });
|
|
8566
|
-
},
|
|
8567
|
-
content:
|
|
8568
|
-
boxPosition:
|
|
8566
|
+
}, yf = "_content_1d7mg_1", wf = "_boxPosition_1d7mg_8", vf = "_contentFlex_1d7mg_21", bf = "_bannerContent_1d7mg_29", Cf = "_bannerContentAux_1d7mg_40", yt = {
|
|
8567
|
+
content: yf,
|
|
8568
|
+
boxPosition: wf,
|
|
8569
8569
|
contentFlex: vf,
|
|
8570
8570
|
bannerContent: bf,
|
|
8571
8571
|
bannerContentAux: Cf
|
|
@@ -8580,9 +8580,9 @@ const c3 = (e) => {
|
|
|
8580
8580
|
const { isOpinion: t = !1 } = e, n = (o) => /* @__PURE__ */ a(
|
|
8581
8581
|
"div",
|
|
8582
8582
|
{
|
|
8583
|
-
className:
|
|
8583
|
+
className: yt.boxPosition + " banner-context",
|
|
8584
8584
|
style: { order: 2 },
|
|
8585
|
-
children: /* @__PURE__ */ a("div", { className:
|
|
8585
|
+
children: /* @__PURE__ */ a("div", { className: yt.bannerContentAux, children: /* @__PURE__ */ a(
|
|
8586
8586
|
"div",
|
|
8587
8587
|
{
|
|
8588
8588
|
style: {
|
|
@@ -8602,7 +8602,7 @@ const c3 = (e) => {
|
|
|
8602
8602
|
/* @__PURE__ */ a(
|
|
8603
8603
|
"div",
|
|
8604
8604
|
{
|
|
8605
|
-
className:
|
|
8605
|
+
className: yt.boxPosition,
|
|
8606
8606
|
style: { order: o },
|
|
8607
8607
|
children: /* @__PURE__ */ a(
|
|
8608
8608
|
gn,
|
|
@@ -8624,19 +8624,19 @@ const c3 = (e) => {
|
|
|
8624
8624
|
title: e.title,
|
|
8625
8625
|
titleUrl: e.titleUrl,
|
|
8626
8626
|
isOpinion: t,
|
|
8627
|
-
children: /* @__PURE__ */ f("div", { className:
|
|
8628
|
-
/* @__PURE__ */ a("div", { className:
|
|
8629
|
-
/* @__PURE__ */ a("div", { className:
|
|
8627
|
+
children: /* @__PURE__ */ f("div", { className: yt.content, children: [
|
|
8628
|
+
/* @__PURE__ */ a("div", { className: yt.contentFlex, children: s }),
|
|
8629
|
+
/* @__PURE__ */ a("div", { className: yt.bannerContent, children: e.halfPageBanner })
|
|
8630
8630
|
] })
|
|
8631
8631
|
}
|
|
8632
8632
|
) });
|
|
8633
|
-
}, Nf = "_content_w9viv_1", Sf = "_title_w9viv_10",
|
|
8633
|
+
}, Nf = "_content_w9viv_1", Sf = "_title_w9viv_10", hr = {
|
|
8634
8634
|
content: Nf,
|
|
8635
8635
|
title: Sf
|
|
8636
8636
|
}, l3 = (e) => {
|
|
8637
8637
|
const { showTitle: t = !0 } = e;
|
|
8638
|
-
return /* @__PURE__ */ f("div", { className:
|
|
8639
|
-
t && /* @__PURE__ */ a("p", { className:
|
|
8638
|
+
return /* @__PURE__ */ f("div", { className: hr.content, children: [
|
|
8639
|
+
t && /* @__PURE__ */ a("p", { className: hr.title, children: "Editorial" }),
|
|
8640
8640
|
/* @__PURE__ */ a(
|
|
8641
8641
|
xt,
|
|
8642
8642
|
{
|
|
@@ -8652,7 +8652,7 @@ const c3 = (e) => {
|
|
|
8652
8652
|
}
|
|
8653
8653
|
)
|
|
8654
8654
|
] });
|
|
8655
|
-
}, Ef = "_content_1nd2h_1", xf = "_newsContent_1nd2h_8", Tf = "_boxPosition_1nd2h_17", If = "_bannerContent_1nd2h_23", kf = "_bannerContentAux_1nd2h_33",
|
|
8655
|
+
}, Ef = "_content_1nd2h_1", xf = "_newsContent_1nd2h_8", Tf = "_boxPosition_1nd2h_17", If = "_bannerContent_1nd2h_23", kf = "_bannerContentAux_1nd2h_33", wt = {
|
|
8656
8656
|
content: Ef,
|
|
8657
8657
|
newsContent: xf,
|
|
8658
8658
|
boxPosition: Tf,
|
|
@@ -8660,14 +8660,14 @@ const c3 = (e) => {
|
|
|
8660
8660
|
bannerContentAux: kf
|
|
8661
8661
|
}, d3 = (e) => {
|
|
8662
8662
|
const { news: t } = e;
|
|
8663
|
-
return Array.isArray(t) && /* @__PURE__ */ f("div", { className:
|
|
8664
|
-
/* @__PURE__ */ f("div", { className:
|
|
8663
|
+
return Array.isArray(t) && /* @__PURE__ */ f("div", { className: wt.content, children: [
|
|
8664
|
+
/* @__PURE__ */ f("div", { className: wt.newsContent, children: [
|
|
8665
8665
|
e.bannerArray && e.bannerArray.map((n, r) => /* @__PURE__ */ a(
|
|
8666
8666
|
"div",
|
|
8667
8667
|
{
|
|
8668
|
-
className:
|
|
8668
|
+
className: wt.boxPosition + " banner-context",
|
|
8669
8669
|
style: { order: 2 + 5 * r },
|
|
8670
|
-
children: /* @__PURE__ */ a("div", { className:
|
|
8670
|
+
children: /* @__PURE__ */ a("div", { className: wt.bannerContentAux, children: /* @__PURE__ */ a(
|
|
8671
8671
|
"div",
|
|
8672
8672
|
{
|
|
8673
8673
|
style: {
|
|
@@ -8684,18 +8684,18 @@ const c3 = (e) => {
|
|
|
8684
8684
|
t.map((n, r) => /* @__PURE__ */ a(
|
|
8685
8685
|
"div",
|
|
8686
8686
|
{
|
|
8687
|
-
className:
|
|
8687
|
+
className: wt.boxPosition,
|
|
8688
8688
|
style: { order: r },
|
|
8689
8689
|
children: /* @__PURE__ */ a(Ze, { ...n, share: e.share, paths: e.paths })
|
|
8690
8690
|
},
|
|
8691
8691
|
r
|
|
8692
8692
|
))
|
|
8693
8693
|
] }),
|
|
8694
|
-
/* @__PURE__ */ a("div", { className:
|
|
8694
|
+
/* @__PURE__ */ a("div", { className: wt.bannerContent, children: e.halfPageBanner })
|
|
8695
8695
|
] });
|
|
8696
8696
|
}, u3 = (e) => /* @__PURE__ */ f(J, { children: [
|
|
8697
8697
|
/* @__PURE__ */ a(
|
|
8698
|
-
|
|
8698
|
+
yl,
|
|
8699
8699
|
{
|
|
8700
8700
|
className: "display-on-lower-900px",
|
|
8701
8701
|
...e,
|
|
@@ -8773,7 +8773,7 @@ const c3 = (e) => {
|
|
|
8773
8773
|
showVideoTime: e.showVideoTime,
|
|
8774
8774
|
showVideosubtitle: e.showVideosubtitle
|
|
8775
8775
|
}
|
|
8776
|
-
) }), Of = "_newsContent_1sb62_1", Pf = "_contentSeparator_1sb62_8",
|
|
8776
|
+
) }), Of = "_newsContent_1sb62_1", Pf = "_contentSeparator_1sb62_8", mr = {
|
|
8777
8777
|
newsContent: Of,
|
|
8778
8778
|
contentSeparator: Pf
|
|
8779
8779
|
}, Df = (e) => {
|
|
@@ -8782,7 +8782,7 @@ const c3 = (e) => {
|
|
|
8782
8782
|
return /* @__PURE__ */ a(ge, { title: n, titleUrl: e.titleUrl, children: /* @__PURE__ */ a(
|
|
8783
8783
|
"div",
|
|
8784
8784
|
{
|
|
8785
|
-
className: `${
|
|
8785
|
+
className: `${mr.newsContent} ${e.hasLines ? mr.contentSeparator : ""}`,
|
|
8786
8786
|
children: t?.map((r, s) => {
|
|
8787
8787
|
const o = e.slot_id && e.slot_id !== "Nota_1", i = {
|
|
8788
8788
|
...r,
|
|
@@ -8805,7 +8805,7 @@ const c3 = (e) => {
|
|
|
8805
8805
|
})
|
|
8806
8806
|
}
|
|
8807
8807
|
) });
|
|
8808
|
-
}, Mf = "_newsContent_1gbse_1", jf = "_contentSeparator_1gbse_8", Qf = "_newsContentWhitoutLine_1gbse_29",
|
|
8808
|
+
}, Mf = "_newsContent_1gbse_1", jf = "_contentSeparator_1gbse_8", Qf = "_newsContentWhitoutLine_1gbse_29", Gn = {
|
|
8809
8809
|
newsContent: Mf,
|
|
8810
8810
|
contentSeparator: jf,
|
|
8811
8811
|
newsContentWhitoutLine: Qf
|
|
@@ -8815,7 +8815,7 @@ const c3 = (e) => {
|
|
|
8815
8815
|
return /* @__PURE__ */ a(ge, { title: n, titleUrl: e.titleUrl, children: /* @__PURE__ */ a(
|
|
8816
8816
|
"div",
|
|
8817
8817
|
{
|
|
8818
|
-
className: `${
|
|
8818
|
+
className: `${Gn.newsContent} ${e.hasLines ? Gn.contentSeparator : Gn.newsContentWhitoutLine}`,
|
|
8819
8819
|
children: t.map((r, s) => {
|
|
8820
8820
|
const o = e.slot_id && e.slot_id !== "Nota_1", i = {
|
|
8821
8821
|
...r,
|
|
@@ -8838,7 +8838,7 @@ const c3 = (e) => {
|
|
|
8838
8838
|
})
|
|
8839
8839
|
}
|
|
8840
8840
|
) });
|
|
8841
|
-
}, Hf = "_headerSection_1m1sp_3", zf = "_headerSectionLink_1m1sp_16", Vf = "_newsContent_1m1sp_29",
|
|
8841
|
+
}, Hf = "_headerSection_1m1sp_3", zf = "_headerSectionLink_1m1sp_16", Vf = "_newsContent_1m1sp_29", Hn = {
|
|
8842
8842
|
headerSection: Hf,
|
|
8843
8843
|
headerSectionLink: zf,
|
|
8844
8844
|
newsContent: Vf
|
|
@@ -8847,7 +8847,7 @@ const c3 = (e) => {
|
|
|
8847
8847
|
if (!t || t.length === 0) return;
|
|
8848
8848
|
const s = t[0], o = e.slot_id && e.slot_id !== "Nota_1", i = t.slice(1);
|
|
8849
8849
|
return s && i && /* @__PURE__ */ f(ge, { title: n, titleUrl: e.titleUrl, children: [
|
|
8850
|
-
/* @__PURE__ */ f("div", { className:
|
|
8850
|
+
/* @__PURE__ */ f("div", { className: Hn.headerSection, children: [
|
|
8851
8851
|
/* @__PURE__ */ a(
|
|
8852
8852
|
xs,
|
|
8853
8853
|
{
|
|
@@ -8859,7 +8859,7 @@ const c3 = (e) => {
|
|
|
8859
8859
|
/* @__PURE__ */ a(
|
|
8860
8860
|
B,
|
|
8861
8861
|
{
|
|
8862
|
-
className:
|
|
8862
|
+
className: Hn.headerSectionLink,
|
|
8863
8863
|
href: s?.info?.link.url,
|
|
8864
8864
|
target: s?.info?.link.target,
|
|
8865
8865
|
"aria-label": "Video",
|
|
@@ -8877,7 +8877,7 @@ const c3 = (e) => {
|
|
|
8877
8877
|
}
|
|
8878
8878
|
)
|
|
8879
8879
|
] }),
|
|
8880
|
-
/* @__PURE__ */ f("div", { className:
|
|
8880
|
+
/* @__PURE__ */ f("div", { className: Hn.newsContent, children: [
|
|
8881
8881
|
/* @__PURE__ */ a("div", { className: "banner-context", style: { order: 1 }, children: e.banner }),
|
|
8882
8882
|
Array.isArray(i) && i.map((c, d) => {
|
|
8883
8883
|
const l = Dt(c), u = {
|
|
@@ -8943,10 +8943,10 @@ const c3 = (e) => {
|
|
|
8943
8943
|
]
|
|
8944
8944
|
}
|
|
8945
8945
|
) : null;
|
|
8946
|
-
}, Xf = "_content_yx3zm_1", e2 = "_contentSeparator_yx3zm_7",
|
|
8946
|
+
}, Xf = "_content_yx3zm_1", e2 = "_contentSeparator_yx3zm_7", fr = {
|
|
8947
8947
|
content: Xf,
|
|
8948
8948
|
contentSeparator: e2
|
|
8949
|
-
}, t2 = "_newsContent_1uamf_1", n2 = "_contentSeparator_1uamf_8", a2 = "_hasLinesBlock_1uamf_40",
|
|
8949
|
+
}, t2 = "_newsContent_1uamf_1", n2 = "_contentSeparator_1uamf_8", a2 = "_hasLinesBlock_1uamf_40", oa = {
|
|
8950
8950
|
newsContent: t2,
|
|
8951
8951
|
contentSeparator: n2,
|
|
8952
8952
|
hasLinesBlock: a2
|
|
@@ -8956,7 +8956,7 @@ const c3 = (e) => {
|
|
|
8956
8956
|
return /* @__PURE__ */ a(ge, { title: e.title, children: /* @__PURE__ */ a(
|
|
8957
8957
|
"div",
|
|
8958
8958
|
{
|
|
8959
|
-
className: `${
|
|
8959
|
+
className: `${fr.content} ${e.hasLines ? fr.contentSeparator : ""}`,
|
|
8960
8960
|
style: {
|
|
8961
8961
|
gap: e.hasLines ? "30px" : "0px"
|
|
8962
8962
|
},
|
|
@@ -8974,7 +8974,7 @@ const c3 = (e) => {
|
|
|
8974
8974
|
return /* @__PURE__ */ a(
|
|
8975
8975
|
"section",
|
|
8976
8976
|
{
|
|
8977
|
-
className: e.hasLines ?
|
|
8977
|
+
className: e.hasLines ? oa.hasLinesBlock : "",
|
|
8978
8978
|
children: /* @__PURE__ */ ot(
|
|
8979
8979
|
Zf,
|
|
8980
8980
|
{
|
|
@@ -9017,7 +9017,7 @@ const c3 = (e) => {
|
|
|
9017
9017
|
"--heightImageOverwrite": e.heightImageOverwrite,
|
|
9018
9018
|
"--heightImageOverwriteMobile": e.heightImageOverwriteMobile
|
|
9019
9019
|
},
|
|
9020
|
-
children: /* @__PURE__ */ a(
|
|
9020
|
+
children: /* @__PURE__ */ a(kn, { ...c, paths: e.paths })
|
|
9021
9021
|
},
|
|
9022
9022
|
i
|
|
9023
9023
|
);
|
|
@@ -9097,12 +9097,12 @@ const c3 = (e) => {
|
|
|
9097
9097
|
})
|
|
9098
9098
|
}
|
|
9099
9099
|
) });
|
|
9100
|
-
}, g2 = "_content_1elhb_1", p2 = "_newsContentSection_1elhb_5", A2 = "_itemContent_1elhb_10",
|
|
9100
|
+
}, g2 = "_content_1elhb_1", p2 = "_newsContentSection_1elhb_5", A2 = "_itemContent_1elhb_10", y2 = "_ItemCustomContent_1elhb_16", Ye = {
|
|
9101
9101
|
content: g2,
|
|
9102
9102
|
newsContentSection: p2,
|
|
9103
9103
|
itemContent: A2,
|
|
9104
|
-
ItemCustomContent:
|
|
9105
|
-
},
|
|
9104
|
+
ItemCustomContent: y2
|
|
9105
|
+
}, ia = (e) => {
|
|
9106
9106
|
const { item: t, option: n } = e;
|
|
9107
9107
|
switch (n) {
|
|
9108
9108
|
case "ediciones":
|
|
@@ -9168,11 +9168,11 @@ const c3 = (e) => {
|
|
|
9168
9168
|
bannerTop: /* @__PURE__ */ a(Ae, { banners: r ?? [], name: "right_1" }),
|
|
9169
9169
|
banner: /* @__PURE__ */ a(Ae, { banners: r ?? [], name: "right_2" }),
|
|
9170
9170
|
children: /* @__PURE__ */ a("section", { className: Ye.content, children: t.length > 0 ? /* @__PURE__ */ a(
|
|
9171
|
-
|
|
9171
|
+
sa,
|
|
9172
9172
|
{
|
|
9173
9173
|
className: [Ye.newsContentSection, "padding-0"].join(" "),
|
|
9174
9174
|
paginatorComponent: /* @__PURE__ */ a(
|
|
9175
|
-
|
|
9175
|
+
wn,
|
|
9176
9176
|
{
|
|
9177
9177
|
texts: c,
|
|
9178
9178
|
pathname: i,
|
|
@@ -9191,7 +9191,7 @@ const c3 = (e) => {
|
|
|
9191
9191
|
}
|
|
9192
9192
|
) }),
|
|
9193
9193
|
/* @__PURE__ */ a(
|
|
9194
|
-
|
|
9194
|
+
ia,
|
|
9195
9195
|
{
|
|
9196
9196
|
autorIcon: e.autorIcon,
|
|
9197
9197
|
item: u,
|
|
@@ -9231,11 +9231,11 @@ const c3 = (e) => {
|
|
|
9231
9231
|
);
|
|
9232
9232
|
case "op2":
|
|
9233
9233
|
return /* @__PURE__ */ a(J, { children: t.length > 0 ? /* @__PURE__ */ a(
|
|
9234
|
-
|
|
9234
|
+
sa,
|
|
9235
9235
|
{
|
|
9236
9236
|
className: "padding-0",
|
|
9237
9237
|
paginatorComponent: /* @__PURE__ */ a(
|
|
9238
|
-
|
|
9238
|
+
wn,
|
|
9239
9239
|
{
|
|
9240
9240
|
texts: c,
|
|
9241
9241
|
pathname: i,
|
|
@@ -9254,7 +9254,7 @@ const c3 = (e) => {
|
|
|
9254
9254
|
}
|
|
9255
9255
|
) }),
|
|
9256
9256
|
/* @__PURE__ */ a(
|
|
9257
|
-
|
|
9257
|
+
ia,
|
|
9258
9258
|
{
|
|
9259
9259
|
autorIcon: e.autorIcon,
|
|
9260
9260
|
item: u,
|
|
@@ -9293,22 +9293,22 @@ const c3 = (e) => {
|
|
|
9293
9293
|
default:
|
|
9294
9294
|
return /* @__PURE__ */ a(J, {});
|
|
9295
9295
|
}
|
|
9296
|
-
},
|
|
9297
|
-
content:
|
|
9296
|
+
}, w2 = "_content_gwsqy_1", v2 = "_contactInfoContent_gwsqy_7", gr = {
|
|
9297
|
+
content: w2,
|
|
9298
9298
|
contactInfoContent: v2
|
|
9299
9299
|
}, m3 = (e) => {
|
|
9300
9300
|
const { data: t } = e;
|
|
9301
|
-
return /* @__PURE__ */ a("section", { className:
|
|
9301
|
+
return /* @__PURE__ */ a("section", { className: gr.content, children: t.map((n, r) => /* @__PURE__ */ a(
|
|
9302
9302
|
"div",
|
|
9303
9303
|
{
|
|
9304
|
-
className:
|
|
9304
|
+
className: gr.contactInfoContent,
|
|
9305
9305
|
dangerouslySetInnerHTML: {
|
|
9306
9306
|
__html: n.body.rendered
|
|
9307
9307
|
}
|
|
9308
9308
|
},
|
|
9309
9309
|
r
|
|
9310
9310
|
)) });
|
|
9311
|
-
}, b2 = "_tagContent_ee6yw_1", C2 = "_contentLayout2_ee6yw_9", _2 = "_contentHeader_ee6yw_42",
|
|
9311
|
+
}, b2 = "_tagContent_ee6yw_1", C2 = "_contentLayout2_ee6yw_9", _2 = "_contentHeader_ee6yw_42", ca = {
|
|
9312
9312
|
tagContent: b2,
|
|
9313
9313
|
contentLayout2: C2,
|
|
9314
9314
|
contentHeader: _2
|
|
@@ -9332,7 +9332,7 @@ const c3 = (e) => {
|
|
|
9332
9332
|
e.slug === "liveblogs" && /* @__PURE__ */ a(F1, { itemList: e.itemList }),
|
|
9333
9333
|
e.bannerTop,
|
|
9334
9334
|
/* @__PURE__ */ a(
|
|
9335
|
-
|
|
9335
|
+
Ca,
|
|
9336
9336
|
{
|
|
9337
9337
|
content: e.ranking,
|
|
9338
9338
|
title: e.texts.readestTitle,
|
|
@@ -9409,7 +9409,7 @@ const c3 = (e) => {
|
|
|
9409
9409
|
return /* @__PURE__ */ a(
|
|
9410
9410
|
"div",
|
|
9411
9411
|
{
|
|
9412
|
-
className:
|
|
9412
|
+
className: ca.contentHeader,
|
|
9413
9413
|
style: {
|
|
9414
9414
|
"--section-card-chip-padding": "0 0 0 6px",
|
|
9415
9415
|
"--uppertitle-display": "block",
|
|
@@ -9462,7 +9462,7 @@ const c3 = (e) => {
|
|
|
9462
9462
|
o = o.replace("ck-related-news", "ck-related-news-empty");
|
|
9463
9463
|
break;
|
|
9464
9464
|
}
|
|
9465
|
-
const u = l.preview?.sizes?.[0], h = u ? await me(u.url) : "", m = l.info.section?.url ?? "#", p = l.info.section?.name ?? "Sección", g = l.info.link?.url ?? "#", A = l.main?.title.article ?? "Título",
|
|
9465
|
+
const u = l.preview?.sizes?.[0], h = u ? await me(u.url) : "", m = l.info.section?.url ?? "#", p = l.info.section?.name ?? "Sección", g = l.info.link?.url ?? "#", A = l.main?.title.article ?? "Título", y = (await Promise.all(
|
|
9466
9466
|
l.preview?.sizes?.map(async (N) => {
|
|
9467
9467
|
const _ = await me(N.url);
|
|
9468
9468
|
return N.width < 200 ? `<source srcset="${_}" media="(width < 750px)"/>` : `<source srcset="${_}" media="(width >= 750px)"/>`;
|
|
@@ -9470,7 +9470,7 @@ const c3 = (e) => {
|
|
|
9470
9470
|
)).reduce((N, _) => N += _, ""), v = `
|
|
9471
9471
|
<span data-src="${d}">
|
|
9472
9472
|
<picture style='display: flex'>
|
|
9473
|
-
${
|
|
9473
|
+
${y}
|
|
9474
9474
|
<img fetchPriority='low' loading='lazy' src="${h}" alt="${t.noteRelatedImageAlt}" />
|
|
9475
9475
|
</picture>
|
|
9476
9476
|
<div>
|
|
@@ -9485,7 +9485,7 @@ const c3 = (e) => {
|
|
|
9485
9485
|
}, $2 = (e) => e.replace(/<p>(\s| )+<\/p>/g, ""), W2 = (e) => {
|
|
9486
9486
|
const t = /src="\/(.*?)"/g;
|
|
9487
9487
|
return e.replace(t, `src="${Mt()}/$1"`);
|
|
9488
|
-
},
|
|
9488
|
+
}, pr = {
|
|
9489
9489
|
2: 1,
|
|
9490
9490
|
4: 2,
|
|
9491
9491
|
7: 3,
|
|
@@ -9515,9 +9515,9 @@ async function K2(e, t) {
|
|
|
9515
9515
|
if (m && m.data) {
|
|
9516
9516
|
const g = m.data.data[0];
|
|
9517
9517
|
let A = "";
|
|
9518
|
-
const
|
|
9518
|
+
const y = d.match(
|
|
9519
9519
|
/<span\b[^>]*class=["']video__title["'][^>]*>([\s\S]*?)<\/span>/i
|
|
9520
|
-
), v =
|
|
9520
|
+
), v = y && y[1] ? y[1].trim() : "";
|
|
9521
9521
|
g.info && g.info.type === "video-youtube" ? A = `<iframe
|
|
9522
9522
|
loading="lazy"
|
|
9523
9523
|
frameborder="0"
|
|
@@ -9536,7 +9536,7 @@ async function K2(e, t) {
|
|
|
9536
9536
|
const N = v || g.main?.description || "";
|
|
9537
9537
|
h = `
|
|
9538
9538
|
<figure class="videoFigure">
|
|
9539
|
-
${p && p.data && p.data.data ? `<script type="application/ld+json">${
|
|
9539
|
+
${p && p.data && p.data.data ? `<script type="application/ld+json">${pa(
|
|
9540
9540
|
JSON.stringify(p.data.data)
|
|
9541
9541
|
)}<\/script>` : ""}
|
|
9542
9542
|
${A}
|
|
@@ -9628,11 +9628,11 @@ const Z2 = async ({
|
|
|
9628
9628
|
}
|
|
9629
9629
|
) })
|
|
9630
9630
|
] }) }, d),
|
|
9631
|
-
|
|
9631
|
+
pr[d] && /* @__PURE__ */ a(
|
|
9632
9632
|
Ae,
|
|
9633
9633
|
{
|
|
9634
9634
|
banners: n,
|
|
9635
|
-
name: "list_" +
|
|
9635
|
+
name: "list_" + pr[d]
|
|
9636
9636
|
},
|
|
9637
9637
|
d
|
|
9638
9638
|
)
|
|
@@ -9767,12 +9767,12 @@ const t0 = () => /* @__PURE__ */ f("svg", { xmlns: "http://www.w3.org/2000/svg",
|
|
|
9767
9767
|
)
|
|
9768
9768
|
] })
|
|
9769
9769
|
] }) });
|
|
9770
|
-
}, a0 = "
|
|
9770
|
+
}, a0 = "_content_pi7s8_1", r0 = "_journalistArticleContent_pi7s8_15", s0 = "_contentNews_pi7s8_35", o0 = "_noteSource_pi7s8_411", nn = {
|
|
9771
9771
|
content: a0,
|
|
9772
9772
|
journalistArticleContent: r0,
|
|
9773
9773
|
contentNews: s0,
|
|
9774
9774
|
noteSource: o0
|
|
9775
|
-
}, i0 = "
|
|
9775
|
+
}, i0 = "_summaryContent_8axw7_1", c0 = {
|
|
9776
9776
|
summaryContent: i0
|
|
9777
9777
|
}, l0 = async ({ summary: e }) => e && e.rendered && /* @__PURE__ */ a(
|
|
9778
9778
|
"section",
|
|
@@ -9923,24 +9923,24 @@ const u0 = (e) => /* @__PURE__ */ a(
|
|
|
9923
9923
|
const u = l[0], h = l[2] ?? "";
|
|
9924
9924
|
i.add(h);
|
|
9925
9925
|
const m = u.match(/<img\b[^>]*\balt=["']([^"']*)["']/), p = m ? m[1] : "imagen", g = h.match(/__scale=([^&"']+)/), A = g ? decodeURIComponent(g[1]) : null;
|
|
9926
|
-
let
|
|
9926
|
+
let y = 0, v = 0;
|
|
9927
9927
|
if (A) {
|
|
9928
9928
|
const E = A.match(/w:(\d+)/), O = A.match(/h:(\d+)/);
|
|
9929
|
-
|
|
9929
|
+
y = E ? parseInt(E[1]) : 0, v = O ? parseInt(O[1]) : 0;
|
|
9930
9930
|
}
|
|
9931
9931
|
const _ = {
|
|
9932
9932
|
preview: {
|
|
9933
9933
|
sizes: [
|
|
9934
9934
|
{
|
|
9935
|
-
scale: A || `w:${
|
|
9935
|
+
scale: A || `w:${y},h:${v},t:2`,
|
|
9936
9936
|
url: h,
|
|
9937
|
-
width:
|
|
9937
|
+
width: y,
|
|
9938
9938
|
height: v
|
|
9939
9939
|
}
|
|
9940
9940
|
],
|
|
9941
9941
|
original: {
|
|
9942
9942
|
url: h.split("?")[0],
|
|
9943
|
-
width:
|
|
9943
|
+
width: y,
|
|
9944
9944
|
height: v
|
|
9945
9945
|
},
|
|
9946
9946
|
copyright: !1,
|
|
@@ -9957,24 +9957,24 @@ const u0 = (e) => /* @__PURE__ */ a(
|
|
|
9957
9957
|
const u = l[0], h = l[1] ?? "";
|
|
9958
9958
|
if (i.has(h)) continue;
|
|
9959
9959
|
const m = u.match(/\balt=["']([^"']*)["']/), p = m ? m[1] : "imagen", g = h.match(/__scale=([^&"']+)/), A = g ? decodeURIComponent(g[1]) : null;
|
|
9960
|
-
let
|
|
9960
|
+
let y = 0, v = 0;
|
|
9961
9961
|
if (A) {
|
|
9962
9962
|
const E = A.match(/w:(\d+)/), O = A.match(/h:(\d+)/);
|
|
9963
|
-
|
|
9963
|
+
y = E ? parseInt(E[1]) : 0, v = O ? parseInt(O[1]) : 0;
|
|
9964
9964
|
}
|
|
9965
9965
|
const _ = {
|
|
9966
9966
|
preview: {
|
|
9967
9967
|
sizes: [
|
|
9968
9968
|
{
|
|
9969
|
-
scale: A || `w:${
|
|
9969
|
+
scale: A || `w:${y},h:${v},t:2`,
|
|
9970
9970
|
url: h,
|
|
9971
|
-
width:
|
|
9971
|
+
width: y,
|
|
9972
9972
|
height: v
|
|
9973
9973
|
}
|
|
9974
9974
|
],
|
|
9975
9975
|
original: {
|
|
9976
9976
|
url: h.split("?")[0],
|
|
9977
|
-
width:
|
|
9977
|
+
width: y,
|
|
9978
9978
|
height: v
|
|
9979
9979
|
},
|
|
9980
9980
|
copyright: !1,
|
|
@@ -10045,7 +10045,7 @@ const u0 = (e) => /* @__PURE__ */ a(
|
|
|
10045
10045
|
(N) => d.includes(N?.[0]?.info.link.internal || "")
|
|
10046
10046
|
);
|
|
10047
10047
|
if (!l || !l[0]) continue;
|
|
10048
|
-
const u = l[0].preview?.sizes?.[0], h = u ? await me(u.url) : "", m = l[0].info.section?.url ?? "#", p = l[0].info.section?.name ?? "Sección", g = l[0].info.link?.url ?? "#", A = l[0].main?.title.article ?? "Título",
|
|
10048
|
+
const u = l[0].preview?.sizes?.[0], h = u ? await me(u.url) : "", m = l[0].info.section?.url ?? "#", p = l[0].info.section?.name ?? "Sección", g = l[0].info.link?.url ?? "#", A = l[0].main?.title.article ?? "Título", y = (await Promise.all(
|
|
10049
10049
|
l[0].preview?.sizes?.map(async (N, _) => {
|
|
10050
10050
|
const x = await me(N.url);
|
|
10051
10051
|
return _ === 0 ? `<source srcset="${x}" media="(width >= 900px)"/>` : `<source srcset="${x}" media="(width < 900px)"/>`;
|
|
@@ -10053,7 +10053,7 @@ const u0 = (e) => /* @__PURE__ */ a(
|
|
|
10053
10053
|
)).reduce((N, _) => N += _, ""), v = `
|
|
10054
10054
|
<span data-src="${d}">
|
|
10055
10055
|
<picture style='display: flex'>
|
|
10056
|
-
${
|
|
10056
|
+
${y}
|
|
10057
10057
|
<img fetchPriority='low' loading='lazy' src="${h}" alt="${t.noteRelatedImageAlt}" />
|
|
10058
10058
|
</picture>
|
|
10059
10059
|
<div>
|
|
@@ -10066,7 +10066,7 @@ const u0 = (e) => /* @__PURE__ */ a(
|
|
|
10066
10066
|
}
|
|
10067
10067
|
return o;
|
|
10068
10068
|
};
|
|
10069
|
-
async function
|
|
10069
|
+
async function y0(e, t) {
|
|
10070
10070
|
let n = "", r = 0;
|
|
10071
10071
|
const s = /<div\b[^>]*\bclass=(["'])(?:(?!\1).)*\bck-video-player\b(?:(?!\1).)*\1[^>]*>/gi;
|
|
10072
10072
|
let o;
|
|
@@ -10107,7 +10107,7 @@ async function w0(e, t) {
|
|
|
10107
10107
|
N && (p = N[1] ?? "");
|
|
10108
10108
|
}
|
|
10109
10109
|
}
|
|
10110
|
-
let
|
|
10110
|
+
let y = "";
|
|
10111
10111
|
if (p)
|
|
10112
10112
|
try {
|
|
10113
10113
|
const v = await t.iframe({ path: p }), N = t.schema ? await t.schema(p) : null;
|
|
@@ -10133,7 +10133,7 @@ async function w0(e, t) {
|
|
|
10133
10133
|
style="position: relative!important;"
|
|
10134
10134
|
src="${_.main?.code || ""}"></iframe>` : x = _.main?.code || "";
|
|
10135
10135
|
const O = E || _.main?.description || "";
|
|
10136
|
-
|
|
10136
|
+
y = `
|
|
10137
10137
|
<figure class="videoFigure">
|
|
10138
10138
|
${N && N.data && N.data.data ? `<script type="application/ld+json">${ks(
|
|
10139
10139
|
JSON.stringify(N.data.data)
|
|
@@ -10144,15 +10144,15 @@ async function w0(e, t) {
|
|
|
10144
10144
|
`;
|
|
10145
10145
|
}
|
|
10146
10146
|
} catch (v) {
|
|
10147
|
-
console.error("insertVideos error for", p, v),
|
|
10147
|
+
console.error("insertVideos error for", p, v), y = "";
|
|
10148
10148
|
}
|
|
10149
10149
|
else
|
|
10150
|
-
|
|
10151
|
-
r = h, n +=
|
|
10150
|
+
y = m;
|
|
10151
|
+
r = h, n += y, s.lastIndex = h;
|
|
10152
10152
|
}
|
|
10153
10153
|
return n += e.slice(r), n = f0(n), n;
|
|
10154
10154
|
}
|
|
10155
|
-
async function
|
|
10155
|
+
async function w0(e) {
|
|
10156
10156
|
const {
|
|
10157
10157
|
news: t,
|
|
10158
10158
|
banners: n,
|
|
@@ -10168,7 +10168,7 @@ async function y0(e) {
|
|
|
10168
10168
|
l,
|
|
10169
10169
|
e.texts,
|
|
10170
10170
|
r
|
|
10171
|
-
), l = await
|
|
10171
|
+
), l = await y0(l, d), l = h0(l), l = m0(l);
|
|
10172
10172
|
const u = t.main.sources ?? [];
|
|
10173
10173
|
return /* @__PURE__ */ f("div", { className: nn.content, children: [
|
|
10174
10174
|
o !== "liveblogs" && e.showHeaderImage ? t.hascontent?.hasgalleryimages ? /* @__PURE__ */ a(
|
|
@@ -10217,7 +10217,7 @@ async function y0(e) {
|
|
|
10217
10217
|
] })
|
|
10218
10218
|
] });
|
|
10219
10219
|
}
|
|
10220
|
-
const v0 = "_content_cu8lm_1", b0 = "_title_cu8lm_18",
|
|
10220
|
+
const v0 = "_content_cu8lm_1", b0 = "_title_cu8lm_18", Ar = {
|
|
10221
10221
|
content: v0,
|
|
10222
10222
|
title: b0
|
|
10223
10223
|
}, C0 = async ({
|
|
@@ -10235,7 +10235,7 @@ const v0 = "_content_cu8lm_1", b0 = "_title_cu8lm_18", pr = {
|
|
|
10235
10235
|
const i = o[0], d = (Array.isArray(i?.videos) ? i.videos : []).find(
|
|
10236
10236
|
(l) => l?.type === "video-embedded"
|
|
10237
10237
|
);
|
|
10238
|
-
return d?.code ? /* @__PURE__ */ f("div", { className:
|
|
10238
|
+
return d?.code ? /* @__PURE__ */ f("div", { className: Ar.content, children: [
|
|
10239
10239
|
/* @__PURE__ */ a(
|
|
10240
10240
|
"div",
|
|
10241
10241
|
{
|
|
@@ -10244,12 +10244,12 @@ const v0 = "_content_cu8lm_1", b0 = "_title_cu8lm_18", pr = {
|
|
|
10244
10244
|
}
|
|
10245
10245
|
}
|
|
10246
10246
|
),
|
|
10247
|
-
d?.title && /* @__PURE__ */ a("p", { className:
|
|
10247
|
+
d?.title && /* @__PURE__ */ a("p", { className: Ar.title, children: d.title })
|
|
10248
10248
|
] }) : null;
|
|
10249
10249
|
} catch {
|
|
10250
10250
|
return null;
|
|
10251
10251
|
}
|
|
10252
|
-
}, _0 = "_content_cu8lm_1", N0 = "_title_cu8lm_18",
|
|
10252
|
+
}, _0 = "_content_cu8lm_1", N0 = "_title_cu8lm_18", zn = {
|
|
10253
10253
|
content: _0,
|
|
10254
10254
|
title: N0
|
|
10255
10255
|
}, S0 = async ({
|
|
@@ -10267,17 +10267,17 @@ const v0 = "_content_cu8lm_1", b0 = "_title_cu8lm_18", pr = {
|
|
|
10267
10267
|
const i = o[0], d = (Array.isArray(i?.videos) ? i.videos : []).find(
|
|
10268
10268
|
(l) => l?.type === "video-youtube"
|
|
10269
10269
|
);
|
|
10270
|
-
return !d?.code || typeof d.code != "string" ? null : /* @__PURE__ */ f("div", { className:
|
|
10270
|
+
return !d?.code || typeof d.code != "string" ? null : /* @__PURE__ */ f("div", { className: zn.content, children: [
|
|
10271
10271
|
/* @__PURE__ */ a(
|
|
10272
10272
|
"iframe",
|
|
10273
10273
|
{
|
|
10274
|
-
className:
|
|
10274
|
+
className: zn.iframeStyled,
|
|
10275
10275
|
src: `https://www.youtube.com/embed/${d.code}`,
|
|
10276
10276
|
frameBorder: "0",
|
|
10277
10277
|
allowFullScreen: !0
|
|
10278
10278
|
}
|
|
10279
10279
|
),
|
|
10280
|
-
d?.title && /* @__PURE__ */ a("p", { className:
|
|
10280
|
+
d?.title && /* @__PURE__ */ a("p", { className: zn.title, children: d.title })
|
|
10281
10281
|
] });
|
|
10282
10282
|
} catch {
|
|
10283
10283
|
return null;
|
|
@@ -10307,7 +10307,7 @@ const v0 = "_content_cu8lm_1", b0 = "_title_cu8lm_18", pr = {
|
|
|
10307
10307
|
} catch {
|
|
10308
10308
|
return null;
|
|
10309
10309
|
}
|
|
10310
|
-
}, I0 = "_content_156j7_1",
|
|
10310
|
+
}, I0 = "_content_156j7_1", yr = {
|
|
10311
10311
|
content: I0
|
|
10312
10312
|
}, st = {
|
|
10313
10313
|
videoEmbedded: "videoEmbedded",
|
|
@@ -10321,9 +10321,9 @@ const v0 = "_content_cu8lm_1", b0 = "_title_cu8lm_18", pr = {
|
|
|
10321
10321
|
}, U0 = ({ news: e, commonServices: t }) => {
|
|
10322
10322
|
const { config: n, hascontent: r, info: s } = e, o = n.articlepreview, i = s.link.internal, c = r?.hasgalleryimages;
|
|
10323
10323
|
if (o === st.fotoGaleria && c)
|
|
10324
|
-
return /* @__PURE__ */ a("div", { className:
|
|
10324
|
+
return /* @__PURE__ */ a("div", { className: yr.content, children: /* @__PURE__ */ a(Is, { newsformated: e, internal: i }) });
|
|
10325
10325
|
const d = o ? k0[o] : null;
|
|
10326
|
-
return d ? /* @__PURE__ */ a("div", { className:
|
|
10326
|
+
return d ? /* @__PURE__ */ a("div", { className: yr.content, children: /* @__PURE__ */ a(
|
|
10327
10327
|
d,
|
|
10328
10328
|
{
|
|
10329
10329
|
newsformated: e,
|
|
@@ -10339,7 +10339,7 @@ const v0 = "_content_cu8lm_1", b0 = "_title_cu8lm_18", pr = {
|
|
|
10339
10339
|
title: { ...o.main.title, section: s ? o.main.title.home : o.main.title.section }
|
|
10340
10340
|
} };
|
|
10341
10341
|
return /* @__PURE__ */ a(
|
|
10342
|
-
|
|
10342
|
+
kn,
|
|
10343
10343
|
{
|
|
10344
10344
|
...c,
|
|
10345
10345
|
titleGradient: !0,
|
|
@@ -10363,7 +10363,7 @@ const v0 = "_content_cu8lm_1", b0 = "_title_cu8lm_18", pr = {
|
|
|
10363
10363
|
title: { ...o.main.title, section: s ? o.main.title.home : o.main.title.section }
|
|
10364
10364
|
} };
|
|
10365
10365
|
return /* @__PURE__ */ a(
|
|
10366
|
-
|
|
10366
|
+
kn,
|
|
10367
10367
|
{
|
|
10368
10368
|
...c,
|
|
10369
10369
|
titleGradient: !0,
|
|
@@ -10390,7 +10390,7 @@ const v0 = "_content_cu8lm_1", b0 = "_title_cu8lm_18", pr = {
|
|
|
10390
10390
|
title: { ...o.main.title, section: s ? o.main.title.home : o.main.title.section }
|
|
10391
10391
|
} };
|
|
10392
10392
|
return /* @__PURE__ */ ot(
|
|
10393
|
-
|
|
10393
|
+
kn,
|
|
10394
10394
|
{
|
|
10395
10395
|
...c,
|
|
10396
10396
|
key: i,
|
|
@@ -10401,7 +10401,7 @@ const v0 = "_content_cu8lm_1", b0 = "_title_cu8lm_18", pr = {
|
|
|
10401
10401
|
})
|
|
10402
10402
|
}
|
|
10403
10403
|
) });
|
|
10404
|
-
},
|
|
10404
|
+
}, Ta = (e) => {
|
|
10405
10405
|
const t = {};
|
|
10406
10406
|
for (const n in e)
|
|
10407
10407
|
n.startsWith("--") && (t[n] = e[n]);
|
|
@@ -10461,7 +10461,7 @@ const v0 = "_content_cu8lm_1", b0 = "_title_cu8lm_18", pr = {
|
|
|
10461
10461
|
] });
|
|
10462
10462
|
}, wr = {
|
|
10463
10463
|
banner: (e) => /* @__PURE__ */ a(Ae, { ...e, name: e.slot_id.replace("Home", "block") }),
|
|
10464
|
-
readest: (e) => /* @__PURE__ */ a(
|
|
10464
|
+
readest: (e) => /* @__PURE__ */ a(Ca, { ...e }),
|
|
10465
10465
|
"Modulo 1x3": (e) => /* @__PURE__ */ a(Ts, { ...e }),
|
|
10466
10466
|
"Modulo 1x4": (e) => /* @__PURE__ */ a(Df, { ...e }),
|
|
10467
10467
|
"Modulo 1x5": (e) => /* @__PURE__ */ a(Gf, { ...e }),
|
|
@@ -10482,20 +10482,20 @@ function Us({
|
|
|
10482
10482
|
banners: r
|
|
10483
10483
|
}) {
|
|
10484
10484
|
if (r)
|
|
10485
|
-
return wr[e] && /* @__PURE__ */ a("div", { className: "home-slot", style:
|
|
10485
|
+
return wr[e] && /* @__PURE__ */ a("div", { className: "home-slot", style: Ta(n), children: wr[e]({ ...n, banners: r, slot_id: t }) });
|
|
10486
10486
|
}
|
|
10487
10487
|
function f3({
|
|
10488
10488
|
children: e,
|
|
10489
10489
|
stylesConfigEntry: t
|
|
10490
10490
|
}) {
|
|
10491
|
-
return /* @__PURE__ */ a("div", { className: "home-slot", style:
|
|
10491
|
+
return /* @__PURE__ */ a("div", { className: "home-slot", style: Ta(t), children: e });
|
|
10492
10492
|
}
|
|
10493
|
-
const
|
|
10493
|
+
const vr = {
|
|
10494
10494
|
Diario: (e) => {
|
|
10495
10495
|
if (!e?.data || e.data.length === 0) return;
|
|
10496
10496
|
const t = e.data.slice(1);
|
|
10497
10497
|
return /* @__PURE__ */ a(
|
|
10498
|
-
|
|
10498
|
+
dr,
|
|
10499
10499
|
{
|
|
10500
10500
|
...e.data[0],
|
|
10501
10501
|
itemReverseOrder: !0,
|
|
@@ -10514,7 +10514,7 @@ const yr = {
|
|
|
10514
10514
|
if (!e?.data || e.data.length === 0) return;
|
|
10515
10515
|
const t = e.data.slice(1);
|
|
10516
10516
|
return /* @__PURE__ */ a(
|
|
10517
|
-
|
|
10517
|
+
dr,
|
|
10518
10518
|
{
|
|
10519
10519
|
...e.data[0],
|
|
10520
10520
|
itemReverseOrder: !0,
|
|
@@ -10547,12 +10547,12 @@ const yr = {
|
|
|
10547
10547
|
paths: e.paths
|
|
10548
10548
|
}
|
|
10549
10549
|
)
|
|
10550
|
-
},
|
|
10550
|
+
}, Vn = ({
|
|
10551
10551
|
component: e,
|
|
10552
10552
|
data: t,
|
|
10553
10553
|
banners: n,
|
|
10554
10554
|
rightOnlyBanner: r
|
|
10555
|
-
}) => /* @__PURE__ */ a("div", { style:
|
|
10555
|
+
}) => /* @__PURE__ */ a("div", { style: Ta(t), children: vr[e] && vr[e]({
|
|
10556
10556
|
...t,
|
|
10557
10557
|
rightOnlyBanner: r,
|
|
10558
10558
|
banners: n
|
|
@@ -10623,7 +10623,7 @@ const yr = {
|
|
|
10623
10623
|
});
|
|
10624
10624
|
return /* @__PURE__ */ f(J, { children: [
|
|
10625
10625
|
/* @__PURE__ */ a(
|
|
10626
|
-
|
|
10626
|
+
Vn,
|
|
10627
10627
|
{
|
|
10628
10628
|
component: "Super",
|
|
10629
10629
|
data: i("Super", 1),
|
|
@@ -10632,7 +10632,7 @@ const yr = {
|
|
|
10632
10632
|
),
|
|
10633
10633
|
/* @__PURE__ */ a(ht, { children: /* @__PURE__ */ a(rt, { banners: r, index: 1 }) }),
|
|
10634
10634
|
/* @__PURE__ */ a(
|
|
10635
|
-
|
|
10635
|
+
Vn,
|
|
10636
10636
|
{
|
|
10637
10637
|
component: "3 notas verticales",
|
|
10638
10638
|
data: i("3 notas verticales", 3),
|
|
@@ -10641,7 +10641,7 @@ const yr = {
|
|
|
10641
10641
|
),
|
|
10642
10642
|
/* @__PURE__ */ a(ht, { children: /* @__PURE__ */ a(rt, { banners: r, index: 1 }) }),
|
|
10643
10643
|
/* @__PURE__ */ a(
|
|
10644
|
-
|
|
10644
|
+
Vn,
|
|
10645
10645
|
{
|
|
10646
10646
|
component: "3 notas horizontales",
|
|
10647
10647
|
data: i("3 notas horizontales", 3),
|
|
@@ -10671,7 +10671,7 @@ const yr = {
|
|
|
10671
10671
|
getVideos: u
|
|
10672
10672
|
} = e, h = e.slug === "liveblogs", { SHOW_NEWS_MORE_NEWS: m, SHOW_NEWS_RELATED_NEWS: p } = Y();
|
|
10673
10673
|
if (!(!o || !o[0]))
|
|
10674
|
-
return /* @__PURE__ */ a(J, { children: /* @__PURE__ */ f(E2, { className:
|
|
10674
|
+
return /* @__PURE__ */ a(J, { children: /* @__PURE__ */ f(E2, { className: ca.contentLayout2, children: [
|
|
10675
10675
|
/* @__PURE__ */ a(
|
|
10676
10676
|
R2,
|
|
10677
10677
|
{
|
|
@@ -10719,7 +10719,7 @@ const yr = {
|
|
|
10719
10719
|
texts: e.texts
|
|
10720
10720
|
}
|
|
10721
10721
|
),
|
|
10722
|
-
/* @__PURE__ */ a("div", { className:
|
|
10722
|
+
/* @__PURE__ */ a("div", { className: ca.tagContent, children: /* @__PURE__ */ a(
|
|
10723
10723
|
hm,
|
|
10724
10724
|
{
|
|
10725
10725
|
tags: o[0]?.keywords?.tags,
|
|
@@ -10799,7 +10799,7 @@ const yr = {
|
|
|
10799
10799
|
},
|
|
10800
10800
|
children: [
|
|
10801
10801
|
/* @__PURE__ */ a(
|
|
10802
|
-
|
|
10802
|
+
w0,
|
|
10803
10803
|
{
|
|
10804
10804
|
texts: e.texts,
|
|
10805
10805
|
autorIcon: e.autorIcon,
|
|
@@ -10848,7 +10848,7 @@ const yr = {
|
|
|
10848
10848
|
}
|
|
10849
10849
|
) })
|
|
10850
10850
|
}
|
|
10851
|
-
),
|
|
10851
|
+
), y3 = (e) => /* @__PURE__ */ a(
|
|
10852
10852
|
"form",
|
|
10853
10853
|
{
|
|
10854
10854
|
className: Bt.content,
|
|
@@ -10868,11 +10868,11 @@ const yr = {
|
|
|
10868
10868
|
/* @__PURE__ */ a("button", { className: Bt.buttonStyled, type: "submit", children: /* @__PURE__ */ a(Y0, { className: Bt.searchStyled }) })
|
|
10869
10869
|
] })
|
|
10870
10870
|
}
|
|
10871
|
-
), K0 = "_content_io3tv_1", J0 = "_newsContentSection_io3tv_5", Z0 = "_itemContent_io3tv_10",
|
|
10871
|
+
), K0 = "_content_io3tv_1", J0 = "_newsContentSection_io3tv_5", Z0 = "_itemContent_io3tv_10", Fn = {
|
|
10872
10872
|
content: K0,
|
|
10873
10873
|
newsContentSection: J0,
|
|
10874
10874
|
itemContent: Z0
|
|
10875
|
-
},
|
|
10875
|
+
}, w3 = (e) => {
|
|
10876
10876
|
const {
|
|
10877
10877
|
data: t,
|
|
10878
10878
|
option: n,
|
|
@@ -10891,7 +10891,7 @@ const yr = {
|
|
|
10891
10891
|
};
|
|
10892
10892
|
switch (n) {
|
|
10893
10893
|
case "op1":
|
|
10894
|
-
return /* @__PURE__ */ a(J, { children: /* @__PURE__ */ f(
|
|
10894
|
+
return /* @__PURE__ */ a(J, { children: /* @__PURE__ */ f(cr, { children: [
|
|
10895
10895
|
/* @__PURE__ */ a(ru, { autor: r[0], autorIcon: e.autorIcon }),
|
|
10896
10896
|
/* @__PURE__ */ a(
|
|
10897
10897
|
_s,
|
|
@@ -10901,14 +10901,14 @@ const yr = {
|
|
|
10901
10901
|
readestTitle: u.readestTitle ?? "",
|
|
10902
10902
|
bannerTop: /* @__PURE__ */ a(Ae, { banners: o ?? [], name: "right_1" }),
|
|
10903
10903
|
banner: /* @__PURE__ */ a(Ae, { banners: o ?? [], name: "right_2" }),
|
|
10904
|
-
children: /* @__PURE__ */ a("section", { className:
|
|
10905
|
-
|
|
10904
|
+
children: /* @__PURE__ */ a("section", { className: Fn.content, children: t.length > 0 ? /* @__PURE__ */ a(
|
|
10905
|
+
sa,
|
|
10906
10906
|
{
|
|
10907
|
-
className: [
|
|
10907
|
+
className: [Fn.newsContentSection, "padding-0"].join(
|
|
10908
10908
|
" "
|
|
10909
10909
|
),
|
|
10910
10910
|
paginatorComponent: /* @__PURE__ */ a(
|
|
10911
|
-
|
|
10911
|
+
wn,
|
|
10912
10912
|
{
|
|
10913
10913
|
texts: u,
|
|
10914
10914
|
pathname: i,
|
|
@@ -10922,7 +10922,7 @@ const yr = {
|
|
|
10922
10922
|
h.includes(g + 1) && /* @__PURE__ */ a(
|
|
10923
10923
|
"div",
|
|
10924
10924
|
{
|
|
10925
|
-
className:
|
|
10925
|
+
className: Fn.itemContent + " banner-context",
|
|
10926
10926
|
children: /* @__PURE__ */ a(
|
|
10927
10927
|
Ae,
|
|
10928
10928
|
{
|
|
@@ -10933,7 +10933,7 @@ const yr = {
|
|
|
10933
10933
|
}
|
|
10934
10934
|
),
|
|
10935
10935
|
/* @__PURE__ */ a(
|
|
10936
|
-
|
|
10936
|
+
ia,
|
|
10937
10937
|
{
|
|
10938
10938
|
autorIcon: e.autorIcon,
|
|
10939
10939
|
item: p,
|
|
@@ -10973,7 +10973,7 @@ const yr = {
|
|
|
10973
10973
|
)
|
|
10974
10974
|
] }) });
|
|
10975
10975
|
case "op2":
|
|
10976
|
-
return /* @__PURE__ */ a(J, { children: /* @__PURE__ */ f(
|
|
10976
|
+
return /* @__PURE__ */ a(J, { children: /* @__PURE__ */ f(cr, { children: [
|
|
10977
10977
|
/* @__PURE__ */ a(gu, { autor: r[0], autorIcon: e.autorIcon }),
|
|
10978
10978
|
Array.isArray(t) ? /* @__PURE__ */ f(J, { children: [
|
|
10979
10979
|
/* @__PURE__ */ a(
|
|
@@ -10989,7 +10989,7 @@ const yr = {
|
|
|
10989
10989
|
}
|
|
10990
10990
|
),
|
|
10991
10991
|
/* @__PURE__ */ a(
|
|
10992
|
-
|
|
10992
|
+
wn,
|
|
10993
10993
|
{
|
|
10994
10994
|
texts: u,
|
|
10995
10995
|
query: "",
|
|
@@ -11028,7 +11028,7 @@ const yr = {
|
|
|
11028
11028
|
default:
|
|
11029
11029
|
return /* @__PURE__ */ a(J, {});
|
|
11030
11030
|
}
|
|
11031
|
-
}, X0 = "_content_pq89v_1", eg = "_videoContent_pq89v_9",
|
|
11031
|
+
}, X0 = "_content_pq89v_1", eg = "_videoContent_pq89v_9", br = {
|
|
11032
11032
|
content: X0,
|
|
11033
11033
|
videoContent: eg
|
|
11034
11034
|
}, tg = "_container_1xr2t_1", ng = "_playStyled_1xr2t_6", ag = "_imageStyled_1xr2t_13", rg = "_longer_1xr2t_26", sg = "_contentNews_1xr2t_31", og = "_tagContent_1xr2t_51", ig = "_tag_1xr2t_51", cg = "_titular_1xr2t_68", lg = "_small_1xr2t_81", dg = "_figure_1xr2t_87", ug = "_backDrop_1xr2t_92", hg = "_backDropAux_1xr2t_100", Ot = {
|
|
@@ -11044,7 +11044,7 @@ const yr = {
|
|
|
11044
11044
|
figure: dg,
|
|
11045
11045
|
backDrop: ug,
|
|
11046
11046
|
backDropAux: hg
|
|
11047
|
-
},
|
|
11047
|
+
}, Cr = async (e) => {
|
|
11048
11048
|
const { size: t = "longer", video: n } = e, r = n.main.image.sizes[0]?.url ?? "";
|
|
11049
11049
|
return /* @__PURE__ */ a("figure", { className: Ot.figure, children: /* @__PURE__ */ f("span", { className: Ot.backdrop, children: [
|
|
11050
11050
|
/* @__PURE__ */ a("span", { className: Ot.backDropAux }),
|
|
@@ -11078,10 +11078,10 @@ const yr = {
|
|
|
11078
11078
|
] }) });
|
|
11079
11079
|
}, mg = (e) => {
|
|
11080
11080
|
const { videos: t } = e;
|
|
11081
|
-
return /* @__PURE__ */ a("div", { className:
|
|
11082
|
-
/* @__PURE__ */ a(
|
|
11081
|
+
return /* @__PURE__ */ a("div", { className: br.content, children: /* @__PURE__ */ a(Vt, { children: /* @__PURE__ */ a(ge, { title: "Videos", isTitle: !0, children: /* @__PURE__ */ f("div", { className: br.videoContent, children: [
|
|
11082
|
+
/* @__PURE__ */ a(Cr, { video: t[0] }),
|
|
11083
11083
|
/* @__PURE__ */ a("div", { style: { display: "flex", flexDirection: "column" }, children: t.slice(1).map((n, r) => /* @__PURE__ */ a(
|
|
11084
|
-
|
|
11084
|
+
Cr,
|
|
11085
11085
|
{
|
|
11086
11086
|
size: "small",
|
|
11087
11087
|
video: n
|
|
@@ -11089,25 +11089,25 @@ const yr = {
|
|
|
11089
11089
|
`video-small-${r}`
|
|
11090
11090
|
)) })
|
|
11091
11091
|
] }) }) }) });
|
|
11092
|
-
}, fg = "_content_ruy5q_1", gg = "_videoContent_ruy5q_9", pg = "_articleSection_ruy5q_21", Ag = "_contentLatout_ruy5q_31",
|
|
11092
|
+
}, fg = "_content_ruy5q_1", gg = "_videoContent_ruy5q_9", pg = "_articleSection_ruy5q_21", Ag = "_contentLatout_ruy5q_31", yg = "_title_ruy5q_36", wg = "_article_ruy5q_21", vg = "_correspondent_ruy5q_64", lt = {
|
|
11093
11093
|
content: fg,
|
|
11094
11094
|
videoContent: gg,
|
|
11095
11095
|
articleSection: pg,
|
|
11096
11096
|
contentLatout: Ag,
|
|
11097
|
-
title:
|
|
11098
|
-
article:
|
|
11097
|
+
title: yg,
|
|
11098
|
+
article: wg,
|
|
11099
11099
|
correspondent: vg
|
|
11100
|
-
}, bg = "_container_1rq2h_1", Cg = "_playStyled_1rq2h_9",
|
|
11100
|
+
}, bg = "_container_1rq2h_1", Cg = "_playStyled_1rq2h_9", _r = {
|
|
11101
11101
|
container: bg,
|
|
11102
11102
|
playStyled: Cg
|
|
11103
11103
|
}, _g = (e) => {
|
|
11104
|
-
const { video: t } = e, n =
|
|
11104
|
+
const { video: t } = e, n = ba();
|
|
11105
11105
|
return /* @__PURE__ */ a(
|
|
11106
11106
|
B,
|
|
11107
11107
|
{
|
|
11108
11108
|
href: t.info.link.url ? t.info.link.url : void 0,
|
|
11109
11109
|
target: t.info.link.target,
|
|
11110
|
-
children: /* @__PURE__ */ f("section", { className:
|
|
11110
|
+
children: /* @__PURE__ */ f("section", { className: _r.container, children: [
|
|
11111
11111
|
/* @__PURE__ */ a(
|
|
11112
11112
|
Ue,
|
|
11113
11113
|
{
|
|
@@ -11118,7 +11118,7 @@ const yr = {
|
|
|
11118
11118
|
}
|
|
11119
11119
|
}
|
|
11120
11120
|
),
|
|
11121
|
-
/* @__PURE__ */ a(n, { className:
|
|
11121
|
+
/* @__PURE__ */ a(n, { className: _r.playStyled })
|
|
11122
11122
|
] })
|
|
11123
11123
|
}
|
|
11124
11124
|
);
|
|
@@ -11324,14 +11324,14 @@ const Sg = (e) => {
|
|
|
11324
11324
|
}
|
|
11325
11325
|
],
|
|
11326
11326
|
preview: void 0
|
|
11327
|
-
},
|
|
11327
|
+
}, Nr = 6, Tg = ({
|
|
11328
11328
|
section: e,
|
|
11329
11329
|
currentNews: t,
|
|
11330
11330
|
banner: n,
|
|
11331
11331
|
isVisible: r = !1,
|
|
11332
11332
|
stylesConfig: s
|
|
11333
11333
|
}) => {
|
|
11334
|
-
const [o, i] = K({ data: Array.from({ length:
|
|
11334
|
+
const [o, i] = K({ data: Array.from({ length: Nr }, () => xg) }), [c, d] = K(!1), l = he(async () => {
|
|
11335
11335
|
if (!(c || !t?.info?.link?.internal)) {
|
|
11336
11336
|
d(!0);
|
|
11337
11337
|
try {
|
|
@@ -11344,7 +11344,7 @@ const Sg = (e) => {
|
|
|
11344
11344
|
const m = await h.json();
|
|
11345
11345
|
i({
|
|
11346
11346
|
...m,
|
|
11347
|
-
data: m.data.slice(0,
|
|
11347
|
+
data: m.data.slice(0, Nr)
|
|
11348
11348
|
});
|
|
11349
11349
|
} catch (u) {
|
|
11350
11350
|
console.error("[/api/get-more-news] Error:", u.message), i(void 0);
|
|
@@ -11367,11 +11367,11 @@ const Sg = (e) => {
|
|
|
11367
11367
|
}
|
|
11368
11368
|
);
|
|
11369
11369
|
}, Ig = (e) => {
|
|
11370
|
-
const { news: t, hasLines: n = !1 } = e, r = (s) => n && (s + 1) % 3 !== 0 ?
|
|
11370
|
+
const { news: t, hasLines: n = !1 } = e, r = (s) => n && (s + 1) % 3 !== 0 ? oa.contentSeparator : "";
|
|
11371
11371
|
return /* @__PURE__ */ a(
|
|
11372
11372
|
"div",
|
|
11373
11373
|
{
|
|
11374
|
-
className:
|
|
11374
|
+
className: oa.newsContent,
|
|
11375
11375
|
style: {
|
|
11376
11376
|
gap: n ? "30px" : "20px",
|
|
11377
11377
|
"--gridTemplateModlule": n ? "repeat(auto-fit, 343px);" : "repeat(auto-fit, 380px);"
|
|
@@ -11652,7 +11652,7 @@ function Kg(e) {
|
|
|
11652
11652
|
const [n, r, s] = t, o = r.charAt(0).toUpperCase() + r.slice(1).toLowerCase();
|
|
11653
11653
|
return `${n} ${o} ${s}`;
|
|
11654
11654
|
}
|
|
11655
|
-
const
|
|
11655
|
+
const Ia = (e, t) => {
|
|
11656
11656
|
if (!e || !e.current) return { boolean: !1, text: "" };
|
|
11657
11657
|
const n = e.current?.value || "", r = n.length > ft, { PUBLIC_ENV: s } = Y(), o = s === "local", i = n.trim() !== "" && (o || t !== "") && !r, c = r ? `No debes exceder el limite de ${ft} caracteres.` : "Debes completar todos los campos para comentar.";
|
|
11658
11658
|
return { boolean: i, text: c };
|
|
@@ -11682,11 +11682,11 @@ function Zg(e) {
|
|
|
11682
11682
|
return o.length <= 2 ? c = o[0] + "*" : c = o[0] + "*".repeat(o.length - 2) + o[o.length - 1], `${r}@${c}${i}`;
|
|
11683
11683
|
}
|
|
11684
11684
|
var an = { exports: {} }, rn = { exports: {} }, ne = {};
|
|
11685
|
-
var
|
|
11685
|
+
var Sr;
|
|
11686
11686
|
function Xg() {
|
|
11687
|
-
if (
|
|
11688
|
-
|
|
11689
|
-
var e = typeof Symbol == "function" && Symbol.for, t = e ? Symbol.for("react.element") : 60103, n = e ? Symbol.for("react.portal") : 60106, r = e ? Symbol.for("react.fragment") : 60107, s = e ? Symbol.for("react.strict_mode") : 60108, o = e ? Symbol.for("react.profiler") : 60114, i = e ? Symbol.for("react.provider") : 60109, c = e ? Symbol.for("react.context") : 60110, d = e ? Symbol.for("react.async_mode") : 60111, l = e ? Symbol.for("react.concurrent_mode") : 60111, u = e ? Symbol.for("react.forward_ref") : 60112, h = e ? Symbol.for("react.suspense") : 60113, m = 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,
|
|
11687
|
+
if (Sr) return ne;
|
|
11688
|
+
Sr = 1;
|
|
11689
|
+
var e = typeof Symbol == "function" && Symbol.for, t = e ? Symbol.for("react.element") : 60103, n = e ? Symbol.for("react.portal") : 60106, r = e ? Symbol.for("react.fragment") : 60107, s = e ? Symbol.for("react.strict_mode") : 60108, o = e ? Symbol.for("react.profiler") : 60114, i = e ? Symbol.for("react.provider") : 60109, c = e ? Symbol.for("react.context") : 60110, d = e ? Symbol.for("react.async_mode") : 60111, l = e ? Symbol.for("react.concurrent_mode") : 60111, u = e ? Symbol.for("react.forward_ref") : 60112, h = e ? Symbol.for("react.suspense") : 60113, m = 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, y = e ? Symbol.for("react.fundamental") : 60117, v = e ? Symbol.for("react.responder") : 60118, N = e ? Symbol.for("react.scope") : 60119;
|
|
11690
11690
|
function _(b) {
|
|
11691
11691
|
if (typeof b == "object" && b !== null) {
|
|
11692
11692
|
var E = b.$$typeof;
|
|
@@ -11745,22 +11745,22 @@ function Xg() {
|
|
|
11745
11745
|
}, ne.isSuspense = function(b) {
|
|
11746
11746
|
return _(b) === h;
|
|
11747
11747
|
}, ne.isValidElementType = function(b) {
|
|
11748
|
-
return typeof b == "string" || typeof b == "function" || b === r || b === l || b === o || b === s || b === h || b === m || typeof b == "object" && b !== null && (b.$$typeof === g || b.$$typeof === p || b.$$typeof === i || b.$$typeof === c || b.$$typeof === u || b.$$typeof ===
|
|
11748
|
+
return typeof b == "string" || typeof b == "function" || b === r || b === l || b === o || b === s || b === h || b === m || typeof b == "object" && b !== null && (b.$$typeof === g || b.$$typeof === p || b.$$typeof === i || b.$$typeof === c || b.$$typeof === u || b.$$typeof === y || b.$$typeof === v || b.$$typeof === N || b.$$typeof === A);
|
|
11749
11749
|
}, ne.typeOf = _, ne;
|
|
11750
11750
|
}
|
|
11751
11751
|
var ae = {};
|
|
11752
|
-
var
|
|
11752
|
+
var Er;
|
|
11753
11753
|
function ep() {
|
|
11754
|
-
return
|
|
11755
|
-
var e = typeof Symbol == "function" && Symbol.for, t = e ? Symbol.for("react.element") : 60103, n = e ? Symbol.for("react.portal") : 60106, r = e ? Symbol.for("react.fragment") : 60107, s = e ? Symbol.for("react.strict_mode") : 60108, o = e ? Symbol.for("react.profiler") : 60114, i = e ? Symbol.for("react.provider") : 60109, c = e ? Symbol.for("react.context") : 60110, d = e ? Symbol.for("react.async_mode") : 60111, l = e ? Symbol.for("react.concurrent_mode") : 60111, u = e ? Symbol.for("react.forward_ref") : 60112, h = e ? Symbol.for("react.suspense") : 60113, m = 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,
|
|
11754
|
+
return Er || (Er = 1, process.env.NODE_ENV !== "production" && (function() {
|
|
11755
|
+
var e = typeof Symbol == "function" && Symbol.for, t = e ? Symbol.for("react.element") : 60103, n = e ? Symbol.for("react.portal") : 60106, r = e ? Symbol.for("react.fragment") : 60107, s = e ? Symbol.for("react.strict_mode") : 60108, o = e ? Symbol.for("react.profiler") : 60114, i = e ? Symbol.for("react.provider") : 60109, c = e ? Symbol.for("react.context") : 60110, d = e ? Symbol.for("react.async_mode") : 60111, l = e ? Symbol.for("react.concurrent_mode") : 60111, u = e ? Symbol.for("react.forward_ref") : 60112, h = e ? Symbol.for("react.suspense") : 60113, m = 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, y = e ? Symbol.for("react.fundamental") : 60117, v = e ? Symbol.for("react.responder") : 60118, N = e ? Symbol.for("react.scope") : 60119;
|
|
11756
11756
|
function _(R) {
|
|
11757
11757
|
return typeof R == "string" || typeof R == "function" || // Note: its typeof might be other than 'symbol' or 'number' if it's a polyfill.
|
|
11758
|
-
R === r || R === l || R === o || R === s || R === h || R === m || typeof R == "object" && R !== null && (R.$$typeof === g || R.$$typeof === p || R.$$typeof === i || R.$$typeof === c || R.$$typeof === u || R.$$typeof ===
|
|
11758
|
+
R === r || R === l || R === o || R === s || R === h || R === m || typeof R == "object" && R !== null && (R.$$typeof === g || R.$$typeof === p || R.$$typeof === i || R.$$typeof === c || R.$$typeof === u || R.$$typeof === y || R.$$typeof === v || R.$$typeof === N || R.$$typeof === A);
|
|
11759
11759
|
}
|
|
11760
11760
|
function x(R) {
|
|
11761
11761
|
if (typeof R == "object" && R !== null) {
|
|
11762
|
-
var
|
|
11763
|
-
switch (
|
|
11762
|
+
var ye = R.$$typeof;
|
|
11763
|
+
switch (ye) {
|
|
11764
11764
|
case t:
|
|
11765
11765
|
var Ft = R.type;
|
|
11766
11766
|
switch (Ft) {
|
|
@@ -11772,28 +11772,28 @@ function ep() {
|
|
|
11772
11772
|
case h:
|
|
11773
11773
|
return Ft;
|
|
11774
11774
|
default:
|
|
11775
|
-
var
|
|
11776
|
-
switch (
|
|
11775
|
+
var Ra = Ft && Ft.$$typeof;
|
|
11776
|
+
switch (Ra) {
|
|
11777
11777
|
case c:
|
|
11778
11778
|
case u:
|
|
11779
11779
|
case g:
|
|
11780
11780
|
case p:
|
|
11781
11781
|
case i:
|
|
11782
|
-
return
|
|
11782
|
+
return Ra;
|
|
11783
11783
|
default:
|
|
11784
|
-
return
|
|
11784
|
+
return ye;
|
|
11785
11785
|
}
|
|
11786
11786
|
}
|
|
11787
11787
|
case n:
|
|
11788
|
-
return
|
|
11788
|
+
return ye;
|
|
11789
11789
|
}
|
|
11790
11790
|
}
|
|
11791
11791
|
}
|
|
11792
11792
|
var b = d, E = l, O = c, Q = i, te = t, G = u, P = r, ee = g, ce = p, M = n, U = o, T = s, D = h, I = !1;
|
|
11793
11793
|
function z(R) {
|
|
11794
|
-
return I || (I = !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.")),
|
|
11794
|
+
return I || (I = !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.")), w(R) || x(R) === d;
|
|
11795
11795
|
}
|
|
11796
|
-
function
|
|
11796
|
+
function w(R) {
|
|
11797
11797
|
return x(R) === l;
|
|
11798
11798
|
}
|
|
11799
11799
|
function S(R) {
|
|
@@ -11829,17 +11829,17 @@ function ep() {
|
|
|
11829
11829
|
function ie(R) {
|
|
11830
11830
|
return x(R) === h;
|
|
11831
11831
|
}
|
|
11832
|
-
ae.AsyncMode = b, ae.ConcurrentMode = E, ae.ContextConsumer = O, ae.ContextProvider = Q, ae.Element = te, ae.ForwardRef = G, ae.Fragment = P, ae.Lazy = ee, ae.Memo = ce, ae.Portal = M, ae.Profiler = U, ae.StrictMode = T, ae.Suspense = D, ae.isAsyncMode = z, ae.isConcurrentMode =
|
|
11832
|
+
ae.AsyncMode = b, ae.ConcurrentMode = E, ae.ContextConsumer = O, ae.ContextProvider = Q, ae.Element = te, ae.ForwardRef = G, ae.Fragment = P, ae.Lazy = ee, ae.Memo = ce, ae.Portal = M, ae.Profiler = U, ae.StrictMode = T, ae.Suspense = D, ae.isAsyncMode = z, ae.isConcurrentMode = w, ae.isContextConsumer = S, ae.isContextProvider = q, ae.isElement = j, ae.isForwardRef = L, ae.isFragment = H, ae.isLazy = V, ae.isMemo = F, ae.isPortal = Z, ae.isProfiler = X, ae.isStrictMode = $, ae.isSuspense = ie, ae.isValidElementType = _, ae.typeOf = x;
|
|
11833
11833
|
})()), ae;
|
|
11834
11834
|
}
|
|
11835
|
-
var
|
|
11836
|
-
function
|
|
11837
|
-
return
|
|
11835
|
+
var xr;
|
|
11836
|
+
function ka() {
|
|
11837
|
+
return xr || (xr = 1, process.env.NODE_ENV === "production" ? rn.exports = Xg() : rn.exports = ep()), rn.exports;
|
|
11838
11838
|
}
|
|
11839
|
-
var
|
|
11839
|
+
var $n, Tr;
|
|
11840
11840
|
function tp() {
|
|
11841
|
-
if (
|
|
11842
|
-
|
|
11841
|
+
if (Tr) return $n;
|
|
11842
|
+
Tr = 1;
|
|
11843
11843
|
var e = Object.getOwnPropertySymbols, t = Object.prototype.hasOwnProperty, n = Object.prototype.propertyIsEnumerable;
|
|
11844
11844
|
function r(o) {
|
|
11845
11845
|
if (o == null)
|
|
@@ -11868,7 +11868,7 @@ function tp() {
|
|
|
11868
11868
|
return !1;
|
|
11869
11869
|
}
|
|
11870
11870
|
}
|
|
11871
|
-
return
|
|
11871
|
+
return $n = s() ? Object.assign : function(o, i) {
|
|
11872
11872
|
for (var c, d = r(o), l, u = 1; u < arguments.length; u++) {
|
|
11873
11873
|
c = Object(arguments[u]);
|
|
11874
11874
|
for (var h in c)
|
|
@@ -11880,27 +11880,27 @@ function tp() {
|
|
|
11880
11880
|
}
|
|
11881
11881
|
}
|
|
11882
11882
|
return d;
|
|
11883
|
-
},
|
|
11883
|
+
}, $n;
|
|
11884
11884
|
}
|
|
11885
|
-
var
|
|
11886
|
-
function
|
|
11887
|
-
if (
|
|
11888
|
-
|
|
11885
|
+
var Wn, Ir;
|
|
11886
|
+
function Ua() {
|
|
11887
|
+
if (Ir) return Wn;
|
|
11888
|
+
Ir = 1;
|
|
11889
11889
|
var e = "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED";
|
|
11890
|
-
return
|
|
11890
|
+
return Wn = e, Wn;
|
|
11891
11891
|
}
|
|
11892
|
-
var
|
|
11892
|
+
var Yn, kr;
|
|
11893
11893
|
function Ls() {
|
|
11894
|
-
return
|
|
11894
|
+
return kr || (kr = 1, Yn = Function.call.bind(Object.prototype.hasOwnProperty)), Yn;
|
|
11895
11895
|
}
|
|
11896
|
-
var
|
|
11896
|
+
var Kn, Ur;
|
|
11897
11897
|
function np() {
|
|
11898
|
-
if (
|
|
11899
|
-
|
|
11898
|
+
if (Ur) return Kn;
|
|
11899
|
+
Ur = 1;
|
|
11900
11900
|
var e = function() {
|
|
11901
11901
|
};
|
|
11902
11902
|
if (process.env.NODE_ENV !== "production") {
|
|
11903
|
-
var t = /* @__PURE__ */
|
|
11903
|
+
var t = /* @__PURE__ */ Ua(), n = {}, r = /* @__PURE__ */ Ls();
|
|
11904
11904
|
e = function(o) {
|
|
11905
11905
|
var i = "Warning: " + o;
|
|
11906
11906
|
typeof console < "u" && console.error(i);
|
|
@@ -11940,13 +11940,13 @@ function np() {
|
|
|
11940
11940
|
}
|
|
11941
11941
|
return s.resetWarningCache = function() {
|
|
11942
11942
|
process.env.NODE_ENV !== "production" && (n = {});
|
|
11943
|
-
},
|
|
11943
|
+
}, Kn = s, Kn;
|
|
11944
11944
|
}
|
|
11945
|
-
var
|
|
11945
|
+
var Jn, qr;
|
|
11946
11946
|
function ap() {
|
|
11947
|
-
if (
|
|
11948
|
-
|
|
11949
|
-
var e =
|
|
11947
|
+
if (qr) return Jn;
|
|
11948
|
+
qr = 1;
|
|
11949
|
+
var e = ka(), t = tp(), n = /* @__PURE__ */ Ua(), r = /* @__PURE__ */ Ls(), s = /* @__PURE__ */ np(), o = function() {
|
|
11950
11950
|
};
|
|
11951
11951
|
process.env.NODE_ENV !== "production" && (o = function(c) {
|
|
11952
11952
|
var d = "Warning: " + c;
|
|
@@ -11959,10 +11959,10 @@ function ap() {
|
|
|
11959
11959
|
function i() {
|
|
11960
11960
|
return null;
|
|
11961
11961
|
}
|
|
11962
|
-
return
|
|
11962
|
+
return Jn = function(c, d) {
|
|
11963
11963
|
var l = typeof Symbol == "function" && Symbol.iterator, u = "@@iterator";
|
|
11964
|
-
function h(
|
|
11965
|
-
var S =
|
|
11964
|
+
function h(w) {
|
|
11965
|
+
var S = w && (l && w[l] || w[u]);
|
|
11966
11966
|
if (typeof S == "function")
|
|
11967
11967
|
return S;
|
|
11968
11968
|
}
|
|
@@ -11987,14 +11987,14 @@ function ap() {
|
|
|
11987
11987
|
shape: ee,
|
|
11988
11988
|
exact: ce
|
|
11989
11989
|
};
|
|
11990
|
-
function g(
|
|
11991
|
-
return
|
|
11990
|
+
function g(w, S) {
|
|
11991
|
+
return w === S ? w !== 0 || 1 / w === 1 / S : w !== w && S !== S;
|
|
11992
11992
|
}
|
|
11993
|
-
function A(
|
|
11994
|
-
this.message =
|
|
11993
|
+
function A(w, S) {
|
|
11994
|
+
this.message = w, this.data = S && typeof S == "object" ? S : {}, this.stack = "";
|
|
11995
11995
|
}
|
|
11996
11996
|
A.prototype = Error.prototype;
|
|
11997
|
-
function w
|
|
11997
|
+
function y(w) {
|
|
11998
11998
|
if (process.env.NODE_ENV !== "production")
|
|
11999
11999
|
var S = {}, q = 0;
|
|
12000
12000
|
function j(H, V, F, Z, X, $, ie) {
|
|
@@ -12005,38 +12005,38 @@ function ap() {
|
|
|
12005
12005
|
);
|
|
12006
12006
|
throw R.name = "Invariant Violation", R;
|
|
12007
12007
|
} else if (process.env.NODE_ENV !== "production" && typeof console < "u") {
|
|
12008
|
-
var
|
|
12009
|
-
!S[
|
|
12008
|
+
var ye = Z + ":" + F;
|
|
12009
|
+
!S[ye] && // Avoid spamming the console because they are often not actionable except for lib authors
|
|
12010
12010
|
q < 3 && (o(
|
|
12011
12011
|
"You are manually calling a React.PropTypes validation function for the `" + $ + "` prop on `" + Z + "`. This is deprecated and will throw in the standalone `prop-types` package. You may be seeing this warning due to a third-party PropTypes library. See https://fb.me/react-warning-dont-call-proptypes for details."
|
|
12012
|
-
), S[
|
|
12012
|
+
), S[ye] = !0, q++);
|
|
12013
12013
|
}
|
|
12014
12014
|
}
|
|
12015
|
-
return V[F] == null ? H ? V[F] === null ? new A("The " + X + " `" + $ + "` is marked as required " + ("in `" + Z + "`, but its value is `null`.")) : new A("The " + X + " `" + $ + "` is marked as required in " + ("`" + Z + "`, but its value is `undefined`.")) : null :
|
|
12015
|
+
return V[F] == null ? H ? V[F] === null ? new A("The " + X + " `" + $ + "` is marked as required " + ("in `" + Z + "`, but its value is `null`.")) : new A("The " + X + " `" + $ + "` is marked as required in " + ("`" + Z + "`, but its value is `undefined`.")) : null : w(V, F, Z, X, $);
|
|
12016
12016
|
}
|
|
12017
12017
|
var L = j.bind(null, !1);
|
|
12018
12018
|
return L.isRequired = j.bind(null, !0), L;
|
|
12019
12019
|
}
|
|
12020
|
-
function v(
|
|
12020
|
+
function v(w) {
|
|
12021
12021
|
function S(q, j, L, H, V, F) {
|
|
12022
12022
|
var Z = q[j], X = T(Z);
|
|
12023
|
-
if (X !==
|
|
12023
|
+
if (X !== w) {
|
|
12024
12024
|
var $ = D(Z);
|
|
12025
12025
|
return new A(
|
|
12026
|
-
"Invalid " + H + " `" + V + "` of type " + ("`" + $ + "` supplied to `" + L + "`, expected ") + ("`" +
|
|
12027
|
-
{ expectedType:
|
|
12026
|
+
"Invalid " + H + " `" + V + "` of type " + ("`" + $ + "` supplied to `" + L + "`, expected ") + ("`" + w + "`."),
|
|
12027
|
+
{ expectedType: w }
|
|
12028
12028
|
);
|
|
12029
12029
|
}
|
|
12030
12030
|
return null;
|
|
12031
12031
|
}
|
|
12032
|
-
return
|
|
12032
|
+
return y(S);
|
|
12033
12033
|
}
|
|
12034
12034
|
function N() {
|
|
12035
|
-
return
|
|
12035
|
+
return y(i);
|
|
12036
12036
|
}
|
|
12037
|
-
function _(
|
|
12037
|
+
function _(w) {
|
|
12038
12038
|
function S(q, j, L, H, V) {
|
|
12039
|
-
if (typeof
|
|
12039
|
+
if (typeof w != "function")
|
|
12040
12040
|
return new A("Property `" + V + "` of component `" + L + "` has invalid PropType notation inside arrayOf.");
|
|
12041
12041
|
var F = q[j];
|
|
12042
12042
|
if (!Array.isArray(F)) {
|
|
@@ -12044,16 +12044,16 @@ function ap() {
|
|
|
12044
12044
|
return new A("Invalid " + H + " `" + V + "` of type " + ("`" + Z + "` supplied to `" + L + "`, expected an array."));
|
|
12045
12045
|
}
|
|
12046
12046
|
for (var X = 0; X < F.length; X++) {
|
|
12047
|
-
var $ =
|
|
12047
|
+
var $ = w(F, X, L, H, V + "[" + X + "]", n);
|
|
12048
12048
|
if ($ instanceof Error)
|
|
12049
12049
|
return $;
|
|
12050
12050
|
}
|
|
12051
12051
|
return null;
|
|
12052
12052
|
}
|
|
12053
|
-
return
|
|
12053
|
+
return y(S);
|
|
12054
12054
|
}
|
|
12055
12055
|
function x() {
|
|
12056
|
-
function
|
|
12056
|
+
function w(S, q, j, L, H) {
|
|
12057
12057
|
var V = S[q];
|
|
12058
12058
|
if (!c(V)) {
|
|
12059
12059
|
var F = T(V);
|
|
@@ -12061,10 +12061,10 @@ function ap() {
|
|
|
12061
12061
|
}
|
|
12062
12062
|
return null;
|
|
12063
12063
|
}
|
|
12064
|
-
return w
|
|
12064
|
+
return y(w);
|
|
12065
12065
|
}
|
|
12066
12066
|
function b() {
|
|
12067
|
-
function
|
|
12067
|
+
function w(S, q, j, L, H) {
|
|
12068
12068
|
var V = S[q];
|
|
12069
12069
|
if (!e.isValidElementType(V)) {
|
|
12070
12070
|
var F = T(V);
|
|
@@ -12072,92 +12072,92 @@ function ap() {
|
|
|
12072
12072
|
}
|
|
12073
12073
|
return null;
|
|
12074
12074
|
}
|
|
12075
|
-
return w
|
|
12075
|
+
return y(w);
|
|
12076
12076
|
}
|
|
12077
|
-
function E(
|
|
12077
|
+
function E(w) {
|
|
12078
12078
|
function S(q, j, L, H, V) {
|
|
12079
|
-
if (!(q[j] instanceof
|
|
12080
|
-
var F =
|
|
12079
|
+
if (!(q[j] instanceof w)) {
|
|
12080
|
+
var F = w.name || m, Z = z(q[j]);
|
|
12081
12081
|
return new A("Invalid " + H + " `" + V + "` of type " + ("`" + Z + "` supplied to `" + L + "`, expected ") + ("instance of `" + F + "`."));
|
|
12082
12082
|
}
|
|
12083
12083
|
return null;
|
|
12084
12084
|
}
|
|
12085
|
-
return
|
|
12085
|
+
return y(S);
|
|
12086
12086
|
}
|
|
12087
|
-
function O(
|
|
12088
|
-
if (!Array.isArray(
|
|
12087
|
+
function O(w) {
|
|
12088
|
+
if (!Array.isArray(w))
|
|
12089
12089
|
return process.env.NODE_ENV !== "production" && (arguments.length > 1 ? o(
|
|
12090
12090
|
"Invalid arguments supplied to oneOf, expected an array, got " + arguments.length + " arguments. A common mistake is to write oneOf(x, y, z) instead of oneOf([x, y, z])."
|
|
12091
12091
|
) : o("Invalid argument supplied to oneOf, expected an array.")), i;
|
|
12092
12092
|
function S(q, j, L, H, V) {
|
|
12093
|
-
for (var F = q[j], Z = 0; Z <
|
|
12094
|
-
if (g(F,
|
|
12093
|
+
for (var F = q[j], Z = 0; Z < w.length; Z++)
|
|
12094
|
+
if (g(F, w[Z]))
|
|
12095
12095
|
return null;
|
|
12096
|
-
var X = JSON.stringify(
|
|
12097
|
-
var
|
|
12098
|
-
return
|
|
12096
|
+
var X = JSON.stringify(w, function(ie, R) {
|
|
12097
|
+
var ye = D(R);
|
|
12098
|
+
return ye === "symbol" ? String(R) : R;
|
|
12099
12099
|
});
|
|
12100
12100
|
return new A("Invalid " + H + " `" + V + "` of value `" + String(F) + "` " + ("supplied to `" + L + "`, expected one of " + X + "."));
|
|
12101
12101
|
}
|
|
12102
|
-
return
|
|
12102
|
+
return y(S);
|
|
12103
12103
|
}
|
|
12104
|
-
function Q(
|
|
12104
|
+
function Q(w) {
|
|
12105
12105
|
function S(q, j, L, H, V) {
|
|
12106
|
-
if (typeof
|
|
12106
|
+
if (typeof w != "function")
|
|
12107
12107
|
return new A("Property `" + V + "` of component `" + L + "` has invalid PropType notation inside objectOf.");
|
|
12108
12108
|
var F = q[j], Z = T(F);
|
|
12109
12109
|
if (Z !== "object")
|
|
12110
12110
|
return new A("Invalid " + H + " `" + V + "` of type " + ("`" + Z + "` supplied to `" + L + "`, expected an object."));
|
|
12111
12111
|
for (var X in F)
|
|
12112
12112
|
if (r(F, X)) {
|
|
12113
|
-
var $ =
|
|
12113
|
+
var $ = w(F, X, L, H, V + "." + X, n);
|
|
12114
12114
|
if ($ instanceof Error)
|
|
12115
12115
|
return $;
|
|
12116
12116
|
}
|
|
12117
12117
|
return null;
|
|
12118
12118
|
}
|
|
12119
|
-
return
|
|
12119
|
+
return y(S);
|
|
12120
12120
|
}
|
|
12121
|
-
function te(
|
|
12122
|
-
if (!Array.isArray(
|
|
12121
|
+
function te(w) {
|
|
12122
|
+
if (!Array.isArray(w))
|
|
12123
12123
|
return process.env.NODE_ENV !== "production" && o("Invalid argument supplied to oneOfType, expected an instance of array."), i;
|
|
12124
|
-
for (var S = 0; S <
|
|
12125
|
-
var q =
|
|
12124
|
+
for (var S = 0; S < w.length; S++) {
|
|
12125
|
+
var q = w[S];
|
|
12126
12126
|
if (typeof q != "function")
|
|
12127
12127
|
return o(
|
|
12128
12128
|
"Invalid argument supplied to oneOfType. Expected an array of check functions, but received " + I(q) + " at index " + S + "."
|
|
12129
12129
|
), i;
|
|
12130
12130
|
}
|
|
12131
12131
|
function j(L, H, V, F, Z) {
|
|
12132
|
-
for (var X = [], $ = 0; $ <
|
|
12133
|
-
var ie =
|
|
12132
|
+
for (var X = [], $ = 0; $ < w.length; $++) {
|
|
12133
|
+
var ie = w[$], R = ie(L, H, V, F, Z, n);
|
|
12134
12134
|
if (R == null)
|
|
12135
12135
|
return null;
|
|
12136
12136
|
R.data && r(R.data, "expectedType") && X.push(R.data.expectedType);
|
|
12137
12137
|
}
|
|
12138
|
-
var
|
|
12139
|
-
return new A("Invalid " + F + " `" + Z + "` supplied to " + ("`" + V + "`" +
|
|
12138
|
+
var ye = X.length > 0 ? ", expected one of type [" + X.join(", ") + "]" : "";
|
|
12139
|
+
return new A("Invalid " + F + " `" + Z + "` supplied to " + ("`" + V + "`" + ye + "."));
|
|
12140
12140
|
}
|
|
12141
|
-
return
|
|
12141
|
+
return y(j);
|
|
12142
12142
|
}
|
|
12143
12143
|
function G() {
|
|
12144
|
-
function
|
|
12144
|
+
function w(S, q, j, L, H) {
|
|
12145
12145
|
return M(S[q]) ? null : new A("Invalid " + L + " `" + H + "` supplied to " + ("`" + j + "`, expected a ReactNode."));
|
|
12146
12146
|
}
|
|
12147
|
-
return w
|
|
12147
|
+
return y(w);
|
|
12148
12148
|
}
|
|
12149
|
-
function P(
|
|
12149
|
+
function P(w, S, q, j, L) {
|
|
12150
12150
|
return new A(
|
|
12151
|
-
(
|
|
12151
|
+
(w || "React class") + ": " + S + " type `" + q + "." + j + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + L + "`."
|
|
12152
12152
|
);
|
|
12153
12153
|
}
|
|
12154
|
-
function ee(
|
|
12154
|
+
function ee(w) {
|
|
12155
12155
|
function S(q, j, L, H, V) {
|
|
12156
12156
|
var F = q[j], Z = T(F);
|
|
12157
12157
|
if (Z !== "object")
|
|
12158
12158
|
return new A("Invalid " + H + " `" + V + "` of type `" + Z + "` " + ("supplied to `" + L + "`, expected `object`."));
|
|
12159
|
-
for (var X in
|
|
12160
|
-
var $ =
|
|
12159
|
+
for (var X in w) {
|
|
12160
|
+
var $ = w[X];
|
|
12161
12161
|
if (typeof $ != "function")
|
|
12162
12162
|
return P(L, H, V, X, D($));
|
|
12163
12163
|
var ie = $(F, X, L, H, V + "." + X, n);
|
|
@@ -12166,22 +12166,22 @@ function ap() {
|
|
|
12166
12166
|
}
|
|
12167
12167
|
return null;
|
|
12168
12168
|
}
|
|
12169
|
-
return
|
|
12169
|
+
return y(S);
|
|
12170
12170
|
}
|
|
12171
|
-
function ce(
|
|
12171
|
+
function ce(w) {
|
|
12172
12172
|
function S(q, j, L, H, V) {
|
|
12173
12173
|
var F = q[j], Z = T(F);
|
|
12174
12174
|
if (Z !== "object")
|
|
12175
12175
|
return new A("Invalid " + H + " `" + V + "` of type `" + Z + "` " + ("supplied to `" + L + "`, expected `object`."));
|
|
12176
|
-
var X = t({}, q[j],
|
|
12176
|
+
var X = t({}, q[j], w);
|
|
12177
12177
|
for (var $ in X) {
|
|
12178
|
-
var ie =
|
|
12179
|
-
if (r(
|
|
12178
|
+
var ie = w[$];
|
|
12179
|
+
if (r(w, $) && typeof ie != "function")
|
|
12180
12180
|
return P(L, H, V, $, D(ie));
|
|
12181
12181
|
if (!ie)
|
|
12182
12182
|
return new A(
|
|
12183
12183
|
"Invalid " + H + " `" + V + "` key `" + $ + "` supplied to `" + L + "`.\nBad object: " + JSON.stringify(q[j], null, " ") + `
|
|
12184
|
-
Valid keys: ` + JSON.stringify(Object.keys(
|
|
12184
|
+
Valid keys: ` + JSON.stringify(Object.keys(w), null, " ")
|
|
12185
12185
|
);
|
|
12186
12186
|
var R = ie(F, $, L, H, V + "." + $, n);
|
|
12187
12187
|
if (R)
|
|
@@ -12189,25 +12189,25 @@ Valid keys: ` + JSON.stringify(Object.keys(y), null, " ")
|
|
|
12189
12189
|
}
|
|
12190
12190
|
return null;
|
|
12191
12191
|
}
|
|
12192
|
-
return
|
|
12192
|
+
return y(S);
|
|
12193
12193
|
}
|
|
12194
|
-
function M(
|
|
12195
|
-
switch (typeof
|
|
12194
|
+
function M(w) {
|
|
12195
|
+
switch (typeof w) {
|
|
12196
12196
|
case "number":
|
|
12197
12197
|
case "string":
|
|
12198
12198
|
case "undefined":
|
|
12199
12199
|
return !0;
|
|
12200
12200
|
case "boolean":
|
|
12201
|
-
return !
|
|
12201
|
+
return !w;
|
|
12202
12202
|
case "object":
|
|
12203
|
-
if (Array.isArray(
|
|
12204
|
-
return
|
|
12205
|
-
if (
|
|
12203
|
+
if (Array.isArray(w))
|
|
12204
|
+
return w.every(M);
|
|
12205
|
+
if (w === null || c(w))
|
|
12206
12206
|
return !0;
|
|
12207
|
-
var S = h(
|
|
12207
|
+
var S = h(w);
|
|
12208
12208
|
if (S) {
|
|
12209
|
-
var q = S.call(
|
|
12210
|
-
if (S !==
|
|
12209
|
+
var q = S.call(w), j;
|
|
12210
|
+
if (S !== w.entries) {
|
|
12211
12211
|
for (; !(j = q.next()).done; )
|
|
12212
12212
|
if (!M(j.value))
|
|
12213
12213
|
return !1;
|
|
@@ -12224,27 +12224,27 @@ Valid keys: ` + JSON.stringify(Object.keys(y), null, " ")
|
|
|
12224
12224
|
return !1;
|
|
12225
12225
|
}
|
|
12226
12226
|
}
|
|
12227
|
-
function U(
|
|
12228
|
-
return
|
|
12227
|
+
function U(w, S) {
|
|
12228
|
+
return w === "symbol" ? !0 : S ? S["@@toStringTag"] === "Symbol" || typeof Symbol == "function" && S instanceof Symbol : !1;
|
|
12229
12229
|
}
|
|
12230
|
-
function T(
|
|
12231
|
-
var S = typeof
|
|
12232
|
-
return Array.isArray(
|
|
12230
|
+
function T(w) {
|
|
12231
|
+
var S = typeof w;
|
|
12232
|
+
return Array.isArray(w) ? "array" : w instanceof RegExp ? "object" : U(S, w) ? "symbol" : S;
|
|
12233
12233
|
}
|
|
12234
|
-
function D(
|
|
12235
|
-
if (typeof
|
|
12236
|
-
return "" +
|
|
12237
|
-
var S = T(
|
|
12234
|
+
function D(w) {
|
|
12235
|
+
if (typeof w > "u" || w === null)
|
|
12236
|
+
return "" + w;
|
|
12237
|
+
var S = T(w);
|
|
12238
12238
|
if (S === "object") {
|
|
12239
|
-
if (
|
|
12239
|
+
if (w instanceof Date)
|
|
12240
12240
|
return "date";
|
|
12241
|
-
if (
|
|
12241
|
+
if (w instanceof RegExp)
|
|
12242
12242
|
return "regexp";
|
|
12243
12243
|
}
|
|
12244
12244
|
return S;
|
|
12245
12245
|
}
|
|
12246
|
-
function I(
|
|
12247
|
-
var S = D(
|
|
12246
|
+
function I(w) {
|
|
12247
|
+
var S = D(w);
|
|
12248
12248
|
switch (S) {
|
|
12249
12249
|
case "array":
|
|
12250
12250
|
case "object":
|
|
@@ -12257,22 +12257,22 @@ Valid keys: ` + JSON.stringify(Object.keys(y), null, " ")
|
|
|
12257
12257
|
return S;
|
|
12258
12258
|
}
|
|
12259
12259
|
}
|
|
12260
|
-
function z(
|
|
12261
|
-
return !
|
|
12260
|
+
function z(w) {
|
|
12261
|
+
return !w.constructor || !w.constructor.name ? m : w.constructor.name;
|
|
12262
12262
|
}
|
|
12263
12263
|
return p.checkPropTypes = s, p.resetWarningCache = s.resetWarningCache, p.PropTypes = p, p;
|
|
12264
|
-
},
|
|
12264
|
+
}, Jn;
|
|
12265
12265
|
}
|
|
12266
|
-
var
|
|
12266
|
+
var Zn, Rr;
|
|
12267
12267
|
function rp() {
|
|
12268
|
-
if (
|
|
12269
|
-
|
|
12270
|
-
var e = /* @__PURE__ */
|
|
12268
|
+
if (Rr) return Zn;
|
|
12269
|
+
Rr = 1;
|
|
12270
|
+
var e = /* @__PURE__ */ Ua();
|
|
12271
12271
|
function t() {
|
|
12272
12272
|
}
|
|
12273
12273
|
function n() {
|
|
12274
12274
|
}
|
|
12275
|
-
return n.resetWarningCache = t,
|
|
12275
|
+
return n.resetWarningCache = t, Zn = function() {
|
|
12276
12276
|
function r(i, c, d, l, u, h) {
|
|
12277
12277
|
if (h !== e) {
|
|
12278
12278
|
var m = new Error(
|
|
@@ -12309,13 +12309,13 @@ function rp() {
|
|
|
12309
12309
|
resetWarningCache: t
|
|
12310
12310
|
};
|
|
12311
12311
|
return o.PropTypes = o, o;
|
|
12312
|
-
},
|
|
12312
|
+
}, Zn;
|
|
12313
12313
|
}
|
|
12314
|
-
var
|
|
12314
|
+
var Lr;
|
|
12315
12315
|
function sp() {
|
|
12316
|
-
if (
|
|
12317
|
-
if (
|
|
12318
|
-
var e =
|
|
12316
|
+
if (Lr) return an.exports;
|
|
12317
|
+
if (Lr = 1, process.env.NODE_ENV !== "production") {
|
|
12318
|
+
var e = ka(), t = !0;
|
|
12319
12319
|
an.exports = /* @__PURE__ */ ap()(e.isElement, t);
|
|
12320
12320
|
} else
|
|
12321
12321
|
an.exports = /* @__PURE__ */ rp()();
|
|
@@ -12324,15 +12324,15 @@ function sp() {
|
|
|
12324
12324
|
var op = /* @__PURE__ */ sp();
|
|
12325
12325
|
const Ce = /* @__PURE__ */ _t(op);
|
|
12326
12326
|
var ip = ["sitekey", "onChange", "theme", "type", "tabindex", "onExpired", "onErrored", "size", "stoken", "grecaptcha", "badge", "hl", "isolated"];
|
|
12327
|
-
function
|
|
12328
|
-
return
|
|
12327
|
+
function la() {
|
|
12328
|
+
return la = Object.assign ? Object.assign.bind() : function(e) {
|
|
12329
12329
|
for (var t = 1; t < arguments.length; t++) {
|
|
12330
12330
|
var n = arguments[t];
|
|
12331
12331
|
for (var r in n)
|
|
12332
12332
|
Object.prototype.hasOwnProperty.call(n, r) && (e[r] = n[r]);
|
|
12333
12333
|
}
|
|
12334
12334
|
return e;
|
|
12335
|
-
},
|
|
12335
|
+
}, la.apply(this, arguments);
|
|
12336
12336
|
}
|
|
12337
12337
|
function cp(e, t) {
|
|
12338
12338
|
if (e == null) return {};
|
|
@@ -12347,14 +12347,14 @@ function sn(e) {
|
|
|
12347
12347
|
return e;
|
|
12348
12348
|
}
|
|
12349
12349
|
function lp(e, t) {
|
|
12350
|
-
e.prototype = Object.create(t.prototype), e.prototype.constructor = e,
|
|
12350
|
+
e.prototype = Object.create(t.prototype), e.prototype.constructor = e, da(e, t);
|
|
12351
12351
|
}
|
|
12352
|
-
function
|
|
12353
|
-
return
|
|
12352
|
+
function da(e, t) {
|
|
12353
|
+
return da = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function(r, s) {
|
|
12354
12354
|
return r.__proto__ = s, r;
|
|
12355
|
-
},
|
|
12355
|
+
}, da(e, t);
|
|
12356
12356
|
}
|
|
12357
|
-
var
|
|
12357
|
+
var Un = /* @__PURE__ */ (function(e) {
|
|
12358
12358
|
lp(t, e);
|
|
12359
12359
|
function t() {
|
|
12360
12360
|
var r;
|
|
@@ -12420,13 +12420,13 @@ var kn = /* @__PURE__ */ (function(e) {
|
|
|
12420
12420
|
var s = this.props;
|
|
12421
12421
|
s.sitekey, s.onChange, s.theme, s.type, s.tabindex, s.onExpired, s.onErrored, s.size, s.stoken, s.grecaptcha, s.badge, s.hl, s.isolated;
|
|
12422
12422
|
var o = cp(s, ip);
|
|
12423
|
-
return /* @__PURE__ */
|
|
12423
|
+
return /* @__PURE__ */ La.createElement("div", la({}, o, {
|
|
12424
12424
|
ref: this.handleRecaptchaRef
|
|
12425
12425
|
}));
|
|
12426
12426
|
}, t;
|
|
12427
|
-
})(
|
|
12428
|
-
|
|
12429
|
-
|
|
12427
|
+
})(La.Component);
|
|
12428
|
+
Un.displayName = "ReCAPTCHA";
|
|
12429
|
+
Un.propTypes = {
|
|
12430
12430
|
sitekey: Ce.string.isRequired,
|
|
12431
12431
|
onChange: Ce.func,
|
|
12432
12432
|
grecaptcha: Ce.object,
|
|
@@ -12441,7 +12441,7 @@ kn.propTypes = {
|
|
|
12441
12441
|
badge: Ce.oneOf(["bottomright", "bottomleft", "inline"]),
|
|
12442
12442
|
isolated: Ce.bool
|
|
12443
12443
|
};
|
|
12444
|
-
|
|
12444
|
+
Un.defaultProps = {
|
|
12445
12445
|
onChange: function() {
|
|
12446
12446
|
},
|
|
12447
12447
|
theme: "light",
|
|
@@ -12450,11 +12450,11 @@ kn.defaultProps = {
|
|
|
12450
12450
|
size: "normal",
|
|
12451
12451
|
badge: "bottomright"
|
|
12452
12452
|
};
|
|
12453
|
-
var
|
|
12453
|
+
var Xn, Br;
|
|
12454
12454
|
function dp() {
|
|
12455
|
-
if (
|
|
12456
|
-
|
|
12457
|
-
var e =
|
|
12455
|
+
if (Br) return Xn;
|
|
12456
|
+
Br = 1;
|
|
12457
|
+
var e = ka(), t = {
|
|
12458
12458
|
childContextTypes: !0,
|
|
12459
12459
|
contextType: !0,
|
|
12460
12460
|
contextTypes: !0,
|
|
@@ -12493,17 +12493,17 @@ function dp() {
|
|
|
12493
12493
|
return e.isMemo(g) ? s : o[g.$$typeof] || t;
|
|
12494
12494
|
}
|
|
12495
12495
|
var c = Object.defineProperty, d = Object.getOwnPropertyNames, l = Object.getOwnPropertySymbols, u = Object.getOwnPropertyDescriptor, h = Object.getPrototypeOf, m = Object.prototype;
|
|
12496
|
-
function p(g, A,
|
|
12496
|
+
function p(g, A, y) {
|
|
12497
12497
|
if (typeof A != "string") {
|
|
12498
12498
|
if (m) {
|
|
12499
12499
|
var v = h(A);
|
|
12500
|
-
v && v !== m && p(g, v,
|
|
12500
|
+
v && v !== m && p(g, v, y);
|
|
12501
12501
|
}
|
|
12502
12502
|
var N = d(A);
|
|
12503
12503
|
l && (N = N.concat(l(A)));
|
|
12504
12504
|
for (var _ = i(g), x = i(A), b = 0; b < N.length; ++b) {
|
|
12505
12505
|
var E = N[b];
|
|
12506
|
-
if (!n[E] && !(
|
|
12506
|
+
if (!n[E] && !(y && y[E]) && !(x && x[E]) && !(_ && _[E])) {
|
|
12507
12507
|
var O = u(A, E);
|
|
12508
12508
|
try {
|
|
12509
12509
|
c(g, E, O);
|
|
@@ -12514,19 +12514,19 @@ function dp() {
|
|
|
12514
12514
|
}
|
|
12515
12515
|
return g;
|
|
12516
12516
|
}
|
|
12517
|
-
return
|
|
12517
|
+
return Xn = p, Xn;
|
|
12518
12518
|
}
|
|
12519
12519
|
var up = dp();
|
|
12520
12520
|
const hp = /* @__PURE__ */ _t(up);
|
|
12521
|
-
function
|
|
12522
|
-
return
|
|
12521
|
+
function ua() {
|
|
12522
|
+
return ua = Object.assign || function(e) {
|
|
12523
12523
|
for (var t = 1; t < arguments.length; t++) {
|
|
12524
12524
|
var n = arguments[t];
|
|
12525
12525
|
for (var r in n)
|
|
12526
12526
|
Object.prototype.hasOwnProperty.call(n, r) && (e[r] = n[r]);
|
|
12527
12527
|
}
|
|
12528
12528
|
return e;
|
|
12529
|
-
},
|
|
12529
|
+
}, ua.apply(this, arguments);
|
|
12530
12530
|
}
|
|
12531
12531
|
function mp(e, t) {
|
|
12532
12532
|
if (e == null) return {};
|
|
@@ -12565,7 +12565,7 @@ function pp(e, t) {
|
|
|
12565
12565
|
h.observers[m](h);
|
|
12566
12566
|
delete window[t.callbackName];
|
|
12567
12567
|
}, l.componentDidMount = function() {
|
|
12568
|
-
var h = this, m = this.setupScriptURL(), p = this.asyncScriptLoaderGetScriptLoaderID(), g = t, A = g.globalName,
|
|
12568
|
+
var h = this, m = this.setupScriptURL(), p = this.asyncScriptLoaderGetScriptLoaderID(), g = t, A = g.globalName, y = g.callbackName, v = g.scriptId;
|
|
12569
12569
|
if (A && typeof window[A] < "u" && (Le[m] = {
|
|
12570
12570
|
loaded: !0,
|
|
12571
12571
|
observers: {}
|
|
@@ -12599,12 +12599,12 @@ function pp(e, t) {
|
|
|
12599
12599
|
Q(G[P]) && delete G[P];
|
|
12600
12600
|
}
|
|
12601
12601
|
};
|
|
12602
|
-
|
|
12602
|
+
y && typeof window < "u" && (window[y] = function() {
|
|
12603
12603
|
return h.asyncScriptLoaderTriggerOnScriptLoaded();
|
|
12604
12604
|
}), x.onload = function() {
|
|
12605
12605
|
var O = Le[m];
|
|
12606
12606
|
O && (O.loaded = !0, E(function(Q) {
|
|
12607
|
-
return
|
|
12607
|
+
return y ? !1 : (Q(O), !0);
|
|
12608
12608
|
}));
|
|
12609
12609
|
}, x.onerror = function() {
|
|
12610
12610
|
var O = Le[m];
|
|
@@ -12626,7 +12626,7 @@ function pp(e, t) {
|
|
|
12626
12626
|
return h && typeof window < "u" && (g[h] = typeof window[h] < "u" ? window[h] : void 0), g.ref = p, ot(r, g);
|
|
12627
12627
|
}, d;
|
|
12628
12628
|
})(zs), i = Mr(function(c, d) {
|
|
12629
|
-
return ot(o,
|
|
12629
|
+
return ot(o, ua({}, c, {
|
|
12630
12630
|
forwardedRef: d
|
|
12631
12631
|
}));
|
|
12632
12632
|
});
|
|
@@ -12635,22 +12635,22 @@ function pp(e, t) {
|
|
|
12635
12635
|
}, hp(i, r);
|
|
12636
12636
|
};
|
|
12637
12637
|
}
|
|
12638
|
-
var
|
|
12639
|
-
function
|
|
12638
|
+
var ha = "onloadcallback", Ap = "grecaptcha";
|
|
12639
|
+
function ma() {
|
|
12640
12640
|
return typeof window < "u" && window.recaptchaOptions || {};
|
|
12641
12641
|
}
|
|
12642
|
-
function
|
|
12643
|
-
var e =
|
|
12644
|
-
return e.enterprise ? "https://" + t + "/recaptcha/enterprise.js?onload=" +
|
|
12642
|
+
function yp() {
|
|
12643
|
+
var e = ma(), t = e.useRecaptchaNet ? "recaptcha.net" : "www.google.com";
|
|
12644
|
+
return e.enterprise ? "https://" + t + "/recaptcha/enterprise.js?onload=" + ha + "&render=explicit" : "https://" + t + "/recaptcha/api.js?onload=" + ha + "&render=explicit";
|
|
12645
12645
|
}
|
|
12646
|
-
const Bs = pp(
|
|
12647
|
-
callbackName:
|
|
12646
|
+
const Bs = pp(yp, {
|
|
12647
|
+
callbackName: ha,
|
|
12648
12648
|
globalName: Ap,
|
|
12649
|
-
attributes:
|
|
12650
|
-
nonce:
|
|
12649
|
+
attributes: ma().nonce ? {
|
|
12650
|
+
nonce: ma().nonce
|
|
12651
12651
|
} : {}
|
|
12652
|
-
})(
|
|
12653
|
-
overlay:
|
|
12652
|
+
})(Un), wp = "_overlay_18ksj_1", vp = "_header_18ksj_18", bp = "_logo_18ksj_25", Cp = "_card_18ksj_32", _p = "_close_18ksj_47", Np = "_form_18ksj_71", Sp = "_formUl_18ksj_80", Ep = "_field_18ksj_92", xp = "_label_18ksj_99", Tp = "_input_18ksj_108", Ip = "_error_18ksj_126", kp = "_primary_18ksj_132", Up = "_divider_18ksj_170", qp = "_google_18ksj_196", Rp = "_googleIcon_18ksj_226", Lp = "_spin_18ksj_259", Bp = "_checkboxRow_18ksj_281", Op = "_terms_18ksj_318", Pp = "_message_18ksj_349", Dp = "_passwordChecker_18ksj_354", Mp = "_valid_18ksj_373", jp = "_invalid_18ksj_377", Qp = "_forgotPassword_18ksj_381", Gp = "_successContainer_18ksj_400", Hp = "_thumbsUp_18ksj_408", zp = "_successMessage_18ksj_414", k = {
|
|
12653
|
+
overlay: wp,
|
|
12654
12654
|
header: vp,
|
|
12655
12655
|
logo: bp,
|
|
12656
12656
|
card: Cp,
|
|
@@ -12739,7 +12739,7 @@ const Bs = pp(wp, {
|
|
|
12739
12739
|
})).json();
|
|
12740
12740
|
if (N.type === "success")
|
|
12741
12741
|
Jg(document, n), c("success"), setTimeout(() => {
|
|
12742
|
-
|
|
12742
|
+
y();
|
|
12743
12743
|
}, 3e3);
|
|
12744
12744
|
else
|
|
12745
12745
|
throw new Error(N.message || "Error al reportar comentario");
|
|
@@ -12747,11 +12747,11 @@ const Bs = pp(wp, {
|
|
|
12747
12747
|
console.error("Error reporting comment:", v), h(v.message || "Error al reportar comentario"), c("form");
|
|
12748
12748
|
}
|
|
12749
12749
|
}
|
|
12750
|
-
},
|
|
12750
|
+
}, y = () => {
|
|
12751
12751
|
c("form"), l(""), h(""), t();
|
|
12752
12752
|
};
|
|
12753
12753
|
return !e || !n || !s ? null : /* @__PURE__ */ a("div", { className: ue.overlay, children: /* @__PURE__ */ f("div", { className: ue.popup, children: [
|
|
12754
|
-
/* @__PURE__ */ a("button", { className: "close-reply-form", onClick:
|
|
12754
|
+
/* @__PURE__ */ a("button", { className: "close-reply-form", onClick: y, children: /* @__PURE__ */ a(Tt, {}) }),
|
|
12755
12755
|
/* @__PURE__ */ a("h2", { className: ue.title, children: "Reportar Abuso" }),
|
|
12756
12756
|
i === "loading" && /* @__PURE__ */ a("div", { className: ue.loadingContainer, children: /* @__PURE__ */ a(Je, {}) }),
|
|
12757
12757
|
i === "form" || i === "loading" ? /* @__PURE__ */ f(J, { children: [
|
|
@@ -12782,7 +12782,7 @@ const Bs = pp(wp, {
|
|
|
12782
12782
|
}
|
|
12783
12783
|
),
|
|
12784
12784
|
/* @__PURE__ */ f("div", { className: ue.buttons, children: [
|
|
12785
|
-
/* @__PURE__ */ a("button", { onClick:
|
|
12785
|
+
/* @__PURE__ */ a("button", { onClick: y, className: ue.cancelButton, children: "Cancelar" }),
|
|
12786
12786
|
/* @__PURE__ */ a(
|
|
12787
12787
|
"button",
|
|
12788
12788
|
{
|
|
@@ -12816,7 +12816,7 @@ const Bs = pp(wp, {
|
|
|
12816
12816
|
/* @__PURE__ */ a("div", { className: ue.buttons, children: /* @__PURE__ */ a(
|
|
12817
12817
|
"button",
|
|
12818
12818
|
{
|
|
12819
|
-
onClick:
|
|
12819
|
+
onClick: y,
|
|
12820
12820
|
className: [ue.closeButton, ue.buttonAlone].join(" "),
|
|
12821
12821
|
children: "Cerrar"
|
|
12822
12822
|
}
|
|
@@ -12825,28 +12825,30 @@ const Bs = pp(wp, {
|
|
|
12825
12825
|
] }) });
|
|
12826
12826
|
};
|
|
12827
12827
|
function Fp(e) {
|
|
12828
|
-
const t = /^\[\[([^\]]+)\]\]
|
|
12828
|
+
const t = /^\[\[([^\]]+)\]\]/, n = e.match(t);
|
|
12829
12829
|
return n ? {
|
|
12830
|
-
|
|
12831
|
-
text: n[
|
|
12830
|
+
user: n[1],
|
|
12831
|
+
text: e.replace("[[" + n[1] + "]]", "")
|
|
12832
12832
|
} : {
|
|
12833
|
-
|
|
12833
|
+
user: !1,
|
|
12834
12834
|
text: e
|
|
12835
12835
|
};
|
|
12836
12836
|
}
|
|
12837
|
-
function
|
|
12837
|
+
function Cn(e) {
|
|
12838
12838
|
const t = e.comments.map((n) => {
|
|
12839
12839
|
if (n.user)
|
|
12840
12840
|
return {
|
|
12841
12841
|
...n,
|
|
12842
|
-
|
|
12843
|
-
text: n.text
|
|
12842
|
+
user: n.user,
|
|
12843
|
+
text: n.text,
|
|
12844
|
+
reply: n.reply ? Cn({ comments: n.reply }).comments : n.reply
|
|
12844
12845
|
};
|
|
12845
|
-
const {
|
|
12846
|
+
const { user: r, text: s } = Fp(n.text);
|
|
12846
12847
|
return {
|
|
12847
12848
|
...n,
|
|
12848
|
-
|
|
12849
|
-
text: s
|
|
12849
|
+
user: r || !1,
|
|
12850
|
+
text: s,
|
|
12851
|
+
reply: n.reply ? Cn({ comments: n.reply }).comments : n.reply
|
|
12850
12852
|
};
|
|
12851
12853
|
});
|
|
12852
12854
|
return {
|
|
@@ -12854,7 +12856,7 @@ function Br(e) {
|
|
|
12854
12856
|
comments: t
|
|
12855
12857
|
};
|
|
12856
12858
|
}
|
|
12857
|
-
async function
|
|
12859
|
+
async function qa({
|
|
12858
12860
|
publication: e,
|
|
12859
12861
|
path: t,
|
|
12860
12862
|
size: n = 5,
|
|
@@ -12876,13 +12878,13 @@ async function Ua({
|
|
|
12876
12878
|
state: i,
|
|
12877
12879
|
apiToken: c
|
|
12878
12880
|
});
|
|
12879
|
-
return
|
|
12881
|
+
return Cn(l[0]);
|
|
12880
12882
|
} else {
|
|
12881
12883
|
const l = await fetch(`/api/comments-get?publication=${e}&path=${t}&size=${n}&sizereply=${r}&lastid=${o}`);
|
|
12882
12884
|
if (!l.ok)
|
|
12883
12885
|
throw new Error(`Error al obtener comentarios: ${l.status}`);
|
|
12884
12886
|
const u = await l.json();
|
|
12885
|
-
return
|
|
12887
|
+
return Cn(u.data[0]);
|
|
12886
12888
|
}
|
|
12887
12889
|
}
|
|
12888
12890
|
async function $p({
|
|
@@ -12914,10 +12916,10 @@ async function $p({
|
|
|
12914
12916
|
state: i
|
|
12915
12917
|
});
|
|
12916
12918
|
s && A.append("id", s), o && A.append("lastid", o);
|
|
12917
|
-
const
|
|
12919
|
+
const y = `${g}${h}/newcomments/get?${A.toString()}`;
|
|
12918
12920
|
try {
|
|
12919
|
-
console.log("Fetching comments from:",
|
|
12920
|
-
const { data: v } = await se.get(
|
|
12921
|
+
console.log("Fetching comments from:", y);
|
|
12922
|
+
const { data: v } = await se.get(y, {
|
|
12921
12923
|
headers: {
|
|
12922
12924
|
"x-api-token": c,
|
|
12923
12925
|
"Cache-Control": "max-age=0, no-cache, no-store, must-revalidate",
|
|
@@ -12943,7 +12945,7 @@ const { PUBLIC_PUBLICATION_ID: Wp } = Y(), Yp = Wp, Kp = (e) => {
|
|
|
12943
12945
|
(async () => {
|
|
12944
12946
|
const { PUBLIC_X_SECURITY_TOKEN: s } = Y();
|
|
12945
12947
|
try {
|
|
12946
|
-
const o = await
|
|
12948
|
+
const o = await qa({
|
|
12947
12949
|
publication: Yp,
|
|
12948
12950
|
path: e ?? "",
|
|
12949
12951
|
size: 5,
|
|
@@ -13021,7 +13023,7 @@ const { PUBLIC_PUBLICATION_ID: Wp } = Y(), Yp = Wp, Kp = (e) => {
|
|
|
13021
13023
|
if (!r) return;
|
|
13022
13024
|
const s = () => {
|
|
13023
13025
|
const i = r.value.length;
|
|
13024
|
-
r.parentElement && (r.parentElement.dataset.text = `${i}/${ft}`), r.classList.toggle("over-limit", i > ft), n(!
|
|
13026
|
+
r.parentElement && (r.parentElement.dataset.text = `${i}/${ft}`), r.classList.toggle("over-limit", i > ft), n(!Ia(e, t).boolean);
|
|
13025
13027
|
};
|
|
13026
13028
|
return r.addEventListener("input", s), s(), () => r.removeEventListener("input", s);
|
|
13027
13029
|
}, [e, t, n]), /* @__PURE__ */ f("div", { children: [
|
|
@@ -13042,7 +13044,7 @@ const { PUBLIC_PUBLICATION_ID: Wp } = Y(), Yp = Wp, Kp = (e) => {
|
|
|
13042
13044
|
children: r,
|
|
13043
13045
|
CAPTCHA_KEY_V2: s
|
|
13044
13046
|
}) => {
|
|
13045
|
-
const o =
|
|
13047
|
+
const o = Ia(e, t);
|
|
13046
13048
|
return /* @__PURE__ */ f("div", { className: "form-actions", children: [
|
|
13047
13049
|
/* @__PURE__ */ a(
|
|
13048
13050
|
Bs,
|
|
@@ -13110,7 +13112,7 @@ const { PUBLIC_PUBLICATION_ID: Wp } = Y(), Yp = Wp, Kp = (e) => {
|
|
|
13110
13112
|
addComment: i
|
|
13111
13113
|
}) => {
|
|
13112
13114
|
const c = t.current?.value || "";
|
|
13113
|
-
if (!
|
|
13115
|
+
if (!Ia(t, n).boolean || !s) {
|
|
13114
13116
|
const d = r.nextElementSibling;
|
|
13115
13117
|
return d && (d.style.display = "block"), !1;
|
|
13116
13118
|
}
|
|
@@ -13224,8 +13226,8 @@ const { PUBLIC_PUBLICATION_ID: Wp } = Y(), Yp = Wp, Kp = (e) => {
|
|
|
13224
13226
|
] }) });
|
|
13225
13227
|
}, t9 = ({ comment: e, replyingTo: t, path: n, user: r, handleReplyingTo: s, onFlag: o, CAPTCHA_KEY_V2: i }) => {
|
|
13226
13228
|
const c = { morereply: e.morereply ?? !1, reply: e.reply ? e.reply : [] }, [d, l] = K(c), [u, h] = Te.useState(!1), { PUBLIC_PUBLICATION_ID: m, PUBLIC_X_SECURITY_TOKEN: p } = Y(), g = e.text, A = Te.useRef(null);
|
|
13227
|
-
let
|
|
13228
|
-
e.user && (
|
|
13229
|
+
let y = `${Ke.firstname} ${Ke.lastname}`, v = Ke.username;
|
|
13230
|
+
e.user && (y = `${e.user.firstname} ${e.user.lastname}`, v = e.user.username);
|
|
13229
13231
|
const N = (_) => {
|
|
13230
13232
|
l({ morereply: d.morereply, reply: [_, ...d.reply] });
|
|
13231
13233
|
};
|
|
@@ -13237,7 +13239,7 @@ const { PUBLIC_PUBLICATION_ID: Wp } = Y(), Yp = Wp, Kp = (e) => {
|
|
|
13237
13239
|
children: [
|
|
13238
13240
|
/* @__PURE__ */ a(Ps, { user: e.user ? e.user : Ke }),
|
|
13239
13241
|
/* @__PURE__ */ f("div", { style: { flex: 1 }, children: [
|
|
13240
|
-
/* @__PURE__ */ a(Os, { username:
|
|
13242
|
+
/* @__PURE__ */ a(Os, { username: y, date: e.date.time }),
|
|
13241
13243
|
/* @__PURE__ */ a("p", { className: "comment-text", children: g }),
|
|
13242
13244
|
r?.username.toLowerCase() !== v.toLowerCase() && // No puedes responder ni reportar tus respuestas
|
|
13243
13245
|
/* @__PURE__ */ a(
|
|
@@ -13265,7 +13267,7 @@ const { PUBLIC_PUBLICATION_ID: Wp } = Y(), Yp = Wp, Kp = (e) => {
|
|
|
13265
13267
|
{
|
|
13266
13268
|
user: r,
|
|
13267
13269
|
reply: _,
|
|
13268
|
-
replyingTo:
|
|
13270
|
+
replyingTo: y,
|
|
13269
13271
|
onFlag: o
|
|
13270
13272
|
},
|
|
13271
13273
|
_.id
|
|
@@ -13278,7 +13280,7 @@ const { PUBLIC_PUBLICATION_ID: Wp } = Y(), Yp = Wp, Kp = (e) => {
|
|
|
13278
13280
|
const _ = d.reply[d.reply.length - 1]?.id;
|
|
13279
13281
|
h(!0);
|
|
13280
13282
|
try {
|
|
13281
|
-
const b = await
|
|
13283
|
+
const b = await qa({
|
|
13282
13284
|
publication: m ?? "",
|
|
13283
13285
|
path: n ?? "",
|
|
13284
13286
|
size: 2,
|
|
@@ -13359,7 +13361,7 @@ const { PUBLIC_PUBLICATION_ID: Wp } = Y(), Yp = Wp, Kp = (e) => {
|
|
|
13359
13361
|
void 0
|
|
13360
13362
|
), [d, l] = K(""), { comments: u, setComments: h } = Kp(o), [m, p] = Te.useState(!1), g = Te.useRef(null), A = (E) => {
|
|
13361
13363
|
l(d === E ? "" : E);
|
|
13362
|
-
},
|
|
13364
|
+
}, y = (E) => {
|
|
13363
13365
|
h(
|
|
13364
13366
|
u ? {
|
|
13365
13367
|
...u,
|
|
@@ -13375,7 +13377,7 @@ const { PUBLIC_PUBLICATION_ID: Wp } = Y(), Yp = Wp, Kp = (e) => {
|
|
|
13375
13377
|
p(!0);
|
|
13376
13378
|
const O = E.id;
|
|
13377
13379
|
try {
|
|
13378
|
-
const Q = await
|
|
13380
|
+
const Q = await qa({
|
|
13379
13381
|
publication: Or,
|
|
13380
13382
|
path: o ?? "",
|
|
13381
13383
|
size: 5,
|
|
@@ -13409,7 +13411,7 @@ const { PUBLIC_PUBLICATION_ID: Wp } = Y(), Yp = Wp, Kp = (e) => {
|
|
|
13409
13411
|
{
|
|
13410
13412
|
commentRef: g,
|
|
13411
13413
|
user: n,
|
|
13412
|
-
addComment:
|
|
13414
|
+
addComment: y,
|
|
13413
13415
|
path: o,
|
|
13414
13416
|
CAPTCHA_KEY_V2: s.CAPTCHA_KEY_V2
|
|
13415
13417
|
}
|
|
@@ -13484,7 +13486,7 @@ const { PUBLIC_PUBLICATION_ID: Wp } = Y(), Yp = Wp, Kp = (e) => {
|
|
|
13484
13486
|
family_name: { label: "Apellido", required: !0 },
|
|
13485
13487
|
password: { label: "Contraseña", required: !0 },
|
|
13486
13488
|
confirmPassword: { label: "Confirmar contraseña", required: !0 }
|
|
13487
|
-
},
|
|
13489
|
+
}, _n = [
|
|
13488
13490
|
{
|
|
13489
13491
|
label: "La contraseña debe tener al menos 8 caracteres",
|
|
13490
13492
|
test: (e) => e.length >= 8
|
|
@@ -13524,7 +13526,7 @@ function o9({ goToLogin: e, handleGoogleLogin: t, CAPTCHA_KEY: n }) {
|
|
|
13524
13526
|
return;
|
|
13525
13527
|
}
|
|
13526
13528
|
const _ = r.password || "";
|
|
13527
|
-
if (
|
|
13529
|
+
if (_n.some(
|
|
13528
13530
|
(Q) => !Q.test(_)
|
|
13529
13531
|
)) {
|
|
13530
13532
|
u("La contraseña no es válida");
|
|
@@ -13585,7 +13587,7 @@ function o9({ goToLogin: e, handleGoogleLogin: t, CAPTCHA_KEY: n }) {
|
|
|
13585
13587
|
} finally {
|
|
13586
13588
|
d(!1);
|
|
13587
13589
|
}
|
|
13588
|
-
},
|
|
13590
|
+
}, y = r.password || "";
|
|
13589
13591
|
return /* @__PURE__ */ f(J, { children: [
|
|
13590
13592
|
h === "register" && /* @__PURE__ */ f(J, { children: [
|
|
13591
13593
|
/* @__PURE__ */ f("button", { onClick: t, className: k.google, children: [
|
|
@@ -13620,8 +13622,8 @@ function o9({ goToLogin: e, handleGoogleLogin: t, CAPTCHA_KEY: n }) {
|
|
|
13620
13622
|
placeholder: ""
|
|
13621
13623
|
}
|
|
13622
13624
|
),
|
|
13623
|
-
v === "password" && /* @__PURE__ */ a("div", { className: k.passwordChecker, children:
|
|
13624
|
-
const b = _.test(
|
|
13625
|
+
v === "password" && /* @__PURE__ */ a("div", { className: k.passwordChecker, children: _n.map((_, x) => {
|
|
13626
|
+
const b = _.test(y);
|
|
13625
13627
|
return /* @__PURE__ */ f(
|
|
13626
13628
|
"div",
|
|
13627
13629
|
{
|
|
@@ -13733,7 +13735,7 @@ function i9({
|
|
|
13733
13735
|
handleGoogleLogin: r,
|
|
13734
13736
|
CAPTCHA_KEY: s
|
|
13735
13737
|
}) {
|
|
13736
|
-
const [o, i] = K("login"), [c, d] = K(""), [l, u] = K(""), [h, m] = K(""), [p, g] = K(""), [A,
|
|
13738
|
+
const [o, i] = K("login"), [c, d] = K(""), [l, u] = K(""), [h, m] = K(""), [p, g] = K(""), [A, y] = K(""), [v, N] = K(!1), [_, x] = K(!1), [b, E] = K(null);
|
|
13737
13739
|
return console.log("CAPTCHA_KEY", s), /* @__PURE__ */ f(J, { children: [
|
|
13738
13740
|
o === "login" && /* @__PURE__ */ a(
|
|
13739
13741
|
c9,
|
|
@@ -13821,7 +13823,7 @@ function i9({
|
|
|
13821
13823
|
error: b,
|
|
13822
13824
|
setConfirmationCode: m,
|
|
13823
13825
|
setNewPassword: g,
|
|
13824
|
-
setConfirmNewPassword:
|
|
13826
|
+
setConfirmNewPassword: y,
|
|
13825
13827
|
setShowPassword: N,
|
|
13826
13828
|
onSubmit: async (G) => {
|
|
13827
13829
|
if (_) return;
|
|
@@ -13829,7 +13831,7 @@ function i9({
|
|
|
13829
13831
|
E("Las contraseñas no coinciden");
|
|
13830
13832
|
return;
|
|
13831
13833
|
}
|
|
13832
|
-
if (
|
|
13834
|
+
if (_n.some(
|
|
13833
13835
|
(ee) => !ee.test(p)
|
|
13834
13836
|
)) {
|
|
13835
13837
|
E("La contraseña no cumple con los requisitos");
|
|
@@ -14051,7 +14053,7 @@ function d9({
|
|
|
14051
14053
|
name: "password"
|
|
14052
14054
|
}
|
|
14053
14055
|
),
|
|
14054
|
-
/* @__PURE__ */ a("div", { className: k.passwordChecker, children:
|
|
14056
|
+
/* @__PURE__ */ a("div", { className: k.passwordChecker, children: _n.map((p, g) => {
|
|
14055
14057
|
const A = p.test(n);
|
|
14056
14058
|
return /* @__PURE__ */ f("div", { className: A ? k.valid : k.invalid, children: [
|
|
14057
14059
|
/* @__PURE__ */ a("div", { children: A ? "✔" : "○" }),
|
|
@@ -14419,10 +14421,10 @@ async function E3({
|
|
|
14419
14421
|
});
|
|
14420
14422
|
} catch (g) {
|
|
14421
14423
|
if (console.error("Error enviando comentario:", g), se.isAxiosError(g)) {
|
|
14422
|
-
const A = g.response?.status ?? 500,
|
|
14424
|
+
const A = g.response?.status ?? 500, y = g.response?.data;
|
|
14423
14425
|
return A === 400 ? {
|
|
14424
14426
|
type: "error",
|
|
14425
|
-
message:
|
|
14427
|
+
message: y?.message || "Solicitud inválida. Verifica que los campos sean correctos.",
|
|
14426
14428
|
status: 400
|
|
14427
14429
|
} : A === 403 ? {
|
|
14428
14430
|
type: "error",
|
|
@@ -14434,7 +14436,7 @@ async function E3({
|
|
|
14434
14436
|
status: 500
|
|
14435
14437
|
} : {
|
|
14436
14438
|
type: "error",
|
|
14437
|
-
message:
|
|
14439
|
+
message: y?.message || "No se pudo enviar el comentario.",
|
|
14438
14440
|
status: A
|
|
14439
14441
|
};
|
|
14440
14442
|
}
|
|
@@ -14481,7 +14483,7 @@ const x3 = async ({
|
|
|
14481
14483
|
};
|
|
14482
14484
|
export {
|
|
14483
14485
|
Co as AssetsPreconnect,
|
|
14484
|
-
|
|
14486
|
+
w3 as AutorComponent,
|
|
14485
14487
|
ru as AutorHeader1,
|
|
14486
14488
|
gu as AutorHeader2,
|
|
14487
14489
|
Ae as BannerAdvertising,
|
|
@@ -14497,13 +14499,13 @@ export {
|
|
|
14497
14499
|
a3 as ContactSelect,
|
|
14498
14500
|
r3 as ContactTextarea,
|
|
14499
14501
|
Vt as ContentLayout1,
|
|
14500
|
-
|
|
14502
|
+
cr as ContentLayoutTema,
|
|
14501
14503
|
p3 as DEBUG_MainSlots,
|
|
14502
14504
|
cf as DestacadoNoticias,
|
|
14503
14505
|
Ff as DestacadoVideos,
|
|
14504
14506
|
mc as DynamicBlockServices,
|
|
14505
14507
|
g3 as DynamicComponents,
|
|
14506
|
-
|
|
14508
|
+
Vn as DynamicMainSlot,
|
|
14507
14509
|
Us as DynamicSlot,
|
|
14508
14510
|
l3 as EditorialBlock,
|
|
14509
14511
|
t3 as ErrorComponent,
|
|
@@ -14544,25 +14546,25 @@ export {
|
|
|
14544
14546
|
xg as NewListResponseDataPH,
|
|
14545
14547
|
Uo as NewsArticle,
|
|
14546
14548
|
A3 as NewsComponent,
|
|
14547
|
-
|
|
14549
|
+
sa as NewsContent,
|
|
14548
14550
|
xt as NewsDescriptionComponent,
|
|
14549
|
-
|
|
14551
|
+
wn as NextPrev,
|
|
14550
14552
|
qo as OrgList,
|
|
14551
|
-
|
|
14553
|
+
ja as PreloadImages,
|
|
14552
14554
|
We as REPORT_REASONS,
|
|
14553
|
-
|
|
14555
|
+
Ca as Readest,
|
|
14554
14556
|
b3 as ScriptHydrator,
|
|
14555
|
-
|
|
14557
|
+
y3 as SearchSection,
|
|
14556
14558
|
ge as Section,
|
|
14557
14559
|
Ze as SectionCard,
|
|
14558
|
-
|
|
14559
|
-
|
|
14560
|
+
kn as SectionCard2,
|
|
14561
|
+
ia as SectionCardServerComponent,
|
|
14560
14562
|
h3 as SectionServerComponent,
|
|
14561
14563
|
bc as ShowSection,
|
|
14562
14564
|
X2 as SocialNetworks,
|
|
14563
14565
|
To as SpeculationRules,
|
|
14564
14566
|
f3 as StaticSlotWrapper,
|
|
14565
|
-
|
|
14567
|
+
yl as SubscribeColumn,
|
|
14566
14568
|
Ul as SubscribeRow,
|
|
14567
14569
|
Z9 as SubscribeWhatsAppColumn,
|
|
14568
14570
|
i3 as TagHeader,
|
|
@@ -14577,15 +14579,15 @@ export {
|
|
|
14577
14579
|
Lo as VideosSchemas,
|
|
14578
14580
|
Ro as WebsiteList,
|
|
14579
14581
|
E3 as addComment,
|
|
14580
|
-
|
|
14582
|
+
fa as bannersReplace,
|
|
14581
14583
|
Dt as becomeVideoObject,
|
|
14582
14584
|
vt as buildTagUrl,
|
|
14583
14585
|
ld as coloringByStrokeSVGs,
|
|
14584
|
-
|
|
14586
|
+
Ta as compileStyleProps,
|
|
14585
14587
|
je as cutString,
|
|
14586
|
-
|
|
14588
|
+
w9 as extractRealtedNews,
|
|
14587
14589
|
Me as formatDate,
|
|
14588
|
-
|
|
14590
|
+
y9 as formatDateEdiciones,
|
|
14589
14591
|
Qr as formatDateJournalistArticule,
|
|
14590
14592
|
mo as formatDateTimeline,
|
|
14591
14593
|
po as formatNewsMeta,
|
|
@@ -14601,18 +14603,18 @@ export {
|
|
|
14601
14603
|
me as getImageUrl,
|
|
14602
14604
|
$t as getNextMeta,
|
|
14603
14605
|
Yt as getPage,
|
|
14604
|
-
|
|
14606
|
+
ba as getPlayIcon,
|
|
14605
14607
|
S9 as getPreloadImages,
|
|
14606
14608
|
Wt as getPrevMeta,
|
|
14607
14609
|
_3 as getReportReasonLabel,
|
|
14608
14610
|
Gr as getResponse,
|
|
14609
14611
|
fo as getResponsePromise,
|
|
14610
|
-
|
|
14612
|
+
ga as getSchemas,
|
|
14611
14613
|
Vr as getScriptReplaces,
|
|
14612
14614
|
Po as getSlugs,
|
|
14613
14615
|
C9 as getTypeOfNews,
|
|
14614
14616
|
_9 as getVideoRealPath,
|
|
14615
|
-
|
|
14617
|
+
qa as handleGetComments,
|
|
14616
14618
|
A9 as initLibrary,
|
|
14617
14619
|
vo as metadataToJSX,
|
|
14618
14620
|
gc as metadata_defaults,
|
|
@@ -14622,10 +14624,10 @@ export {
|
|
|
14622
14624
|
Oo as removePages,
|
|
14623
14625
|
C3 as reportComment,
|
|
14624
14626
|
jd as shareButtons,
|
|
14625
|
-
|
|
14627
|
+
Ea as socialIcons,
|
|
14626
14628
|
Eo as speculationRules,
|
|
14627
14629
|
So as speculationRulesHome,
|
|
14628
|
-
|
|
14630
|
+
yo as urlReplaces,
|
|
14629
14631
|
vs as usePlayIcon,
|
|
14630
14632
|
x3 as verifyCaptchaTokenEnterprise
|
|
14631
14633
|
};
|