sass-template-common 0.2.69 → 0.2.70
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.
|
@@ -54,7 +54,7 @@ let ta = {
|
|
|
54
54
|
SHOW_NEWS_MORE_NEWS: !0,
|
|
55
55
|
SHOW_NEWS_RELATED_NEWS: !0
|
|
56
56
|
};
|
|
57
|
-
function
|
|
57
|
+
function w9(e = {}) {
|
|
58
58
|
ta = { ...ta, ...e };
|
|
59
59
|
}
|
|
60
60
|
function Y() {
|
|
@@ -157,7 +157,7 @@ function Ms() {
|
|
|
157
157
|
(function(n, s) {
|
|
158
158
|
e.exports = s();
|
|
159
159
|
})($r, (function() {
|
|
160
|
-
var n = 1e3, s = 6e4, r = 36e5, o = "millisecond", i = "second", c = "minute", d = "hour", l = "day", u = "week", m = "month", h = "quarter", p = "year", g = "date", A = "Invalid Date",
|
|
160
|
+
var n = 1e3, s = 6e4, r = 36e5, o = "millisecond", i = "second", c = "minute", d = "hour", l = "day", u = "week", m = "month", h = "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"], x = M % 100;
|
|
162
162
|
return "[" + M + (U[(x - 20) % 10] || U[x] || U[0]) + "]";
|
|
163
163
|
} }, _ = function(M, U, x) {
|
|
@@ -168,8 +168,8 @@ function Ms() {
|
|
|
168
168
|
return (U <= 0 ? "+" : "-") + _(D, 2, "0") + ":" + _(I, 2, "0");
|
|
169
169
|
}, m: function M(U, x) {
|
|
170
170
|
if (U.date() < x.date()) return -M(x, U);
|
|
171
|
-
var D = 12 * (x.year() - U.year()) + (x.month() - U.month()), I = U.clone().add(D, m), z = x - I < 0,
|
|
172
|
-
return +(-(D + (x - I) / (z ? I -
|
|
171
|
+
var D = 12 * (x.year() - U.year()) + (x.month() - U.month()), I = U.clone().add(D, m), z = x - I < 0, w = U.clone().add(D + (z ? -1 : 1), m);
|
|
172
|
+
return +(-(D + (x - 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 Ms() {
|
|
|
186
186
|
if (typeof U == "string") {
|
|
187
187
|
var z = U.toLowerCase();
|
|
188
188
|
T[z] && (I = z), x && (T[z] = x, 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
|
T[S] = U, I = S;
|
|
@@ -213,10 +213,10 @@ function Ms() {
|
|
|
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, R = (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, R)) : new Date(w[1], S, w[3] || 1, w[4] || 0, w[5] || 0, w[6] || 0, R);
|
|
220
220
|
}
|
|
221
221
|
}
|
|
222
222
|
return new Date(I);
|
|
@@ -242,13 +242,13 @@ function Ms() {
|
|
|
242
242
|
}, U.valueOf = function() {
|
|
243
243
|
return this.$d.getTime();
|
|
244
244
|
}, U.startOf = function(x, D) {
|
|
245
|
-
var I = this, z = !!P.u(D) || D,
|
|
245
|
+
var I = this, z = !!P.u(D) || D, w = P.p(x), 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
|
}, R = 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, B = 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 m:
|
|
@@ -271,7 +271,7 @@ function Ms() {
|
|
|
271
271
|
}, U.endOf = function(x) {
|
|
272
272
|
return this.startOf(x, !1);
|
|
273
273
|
}, U.$set = function(x, D) {
|
|
274
|
-
var I, z = P.p(x),
|
|
274
|
+
var I, z = P.p(x), w = "set" + (this.$u ? "UTC" : ""), S = (I = {}, I[l] = w + "Date", I[g] = w + "Date", I[m] = w + "Month", I[p] = w + "FullYear", I[d] = w + "Hours", I[c] = w + "Minutes", I[i] = w + "Seconds", I[o] = w + "Milliseconds", I)[z], R = z === l ? this.$D + (D - this.$W) : D;
|
|
275
275
|
if (z === m || z === p) {
|
|
276
276
|
var j = this.clone().set(g, 1);
|
|
277
277
|
j.$d[S](R), j.init(), this.$d = j.set(g, Math.min(this.$D, j.daysInMonth())).$d;
|
|
@@ -284,28 +284,28 @@ function Ms() {
|
|
|
284
284
|
}, U.add = function(x, D) {
|
|
285
285
|
var I, z = this;
|
|
286
286
|
x = Number(x);
|
|
287
|
-
var
|
|
287
|
+
var w = P.p(D), S = function(B) {
|
|
288
288
|
var H = G(z);
|
|
289
289
|
return P.w(H.date(H.date() + Math.round(B * x)), z);
|
|
290
290
|
};
|
|
291
|
-
if (
|
|
292
|
-
if (
|
|
293
|
-
if (
|
|
294
|
-
if (
|
|
295
|
-
var R = (I = {}, I[c] = s, I[d] = r, I[i] = n, I)[
|
|
291
|
+
if (w === m) return this.set(m, this.$M + x);
|
|
292
|
+
if (w === p) return this.set(p, this.$y + x);
|
|
293
|
+
if (w === l) return S(1);
|
|
294
|
+
if (w === u) return S(7);
|
|
295
|
+
var R = (I = {}, I[c] = s, I[d] = r, I[i] = n, I)[w] || 1, j = this.$d.getTime() + x * R;
|
|
296
296
|
return P.w(j, this);
|
|
297
297
|
}, U.subtract = function(x, D) {
|
|
298
298
|
return this.add(-1 * x, D);
|
|
299
299
|
}, U.format = function(x) {
|
|
300
300
|
var D = this, I = this.$locale();
|
|
301
301
|
if (!this.isValid()) return I.invalidDate || A;
|
|
302
|
-
var z = x || "YYYY-MM-DDTHH:mm:ssZ",
|
|
303
|
-
return $ && ($[ie] || $(D, z)) || L[ie].slice(0,
|
|
302
|
+
var z = x || "YYYY-MM-DDTHH:mm:ssZ", w = P.z(this), S = this.$H, R = this.$m, j = this.$M, B = I.weekdays, H = I.months, V = I.meridiem, F = function($, ie, L, ye) {
|
|
303
|
+
return $ && ($[ie] || $(D, z)) || L[ie].slice(0, ye);
|
|
304
304
|
}, Z = function($) {
|
|
305
305
|
return P.s(S % 12 || 12, $, "0");
|
|
306
306
|
}, X = V || function($, ie, L) {
|
|
307
|
-
var
|
|
308
|
-
return L ?
|
|
307
|
+
var ye = $ < 12 ? "AM" : "PM";
|
|
308
|
+
return L ? ye.toLowerCase() : ye;
|
|
309
309
|
};
|
|
310
310
|
return z.replace(v, (function($, ie) {
|
|
311
311
|
return ie || (function(L) {
|
|
@@ -357,16 +357,16 @@ function Ms() {
|
|
|
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(x, D, I) {
|
|
368
|
-
var z,
|
|
369
|
-
return P.m(
|
|
368
|
+
var z, w = this, S = P.p(D), R = G(x), j = (R.utcOffset() - this.utcOffset()) * s, B = this - R, H = function() {
|
|
369
|
+
return P.m(w, R);
|
|
370
370
|
};
|
|
371
371
|
switch (S) {
|
|
372
372
|
case p:
|
|
@@ -444,19 +444,19 @@ function Kr() {
|
|
|
444
444
|
return o.fromToBase(l, u, m, h);
|
|
445
445
|
}
|
|
446
446
|
r.en.relativeTime = i, o.fromToBase = function(l, u, m, h, p) {
|
|
447
|
-
for (var g, A,
|
|
447
|
+
for (var g, A, y, v = m.$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, E = 0; E < _; E += 1) {
|
|
448
448
|
var b = N[E];
|
|
449
449
|
b.d && (g = h ? r(l).diff(m, b.d, !0) : m.diff(l, b.d, !0));
|
|
450
450
|
var T = (n.rounding || Math.round)(Math.abs(g));
|
|
451
|
-
if (
|
|
451
|
+
if (y = g > 0, T <= b.r || !b.r) {
|
|
452
452
|
T <= 1 && E > 0 && (b = N[E - 1]);
|
|
453
453
|
var q = v[b.l];
|
|
454
|
-
p && (T = p("" + T)), A = typeof q == "string" ? q.replace("%d", T) : q(T, u, b.l,
|
|
454
|
+
p && (T = p("" + T)), A = typeof q == "string" ? q.replace("%d", T) : q(T, 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);
|
|
@@ -504,11 +504,11 @@ function no() {
|
|
|
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 no() {
|
|
|
524
524
|
} else u.call(this);
|
|
525
525
|
};
|
|
526
526
|
var m = 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) ? m.call(this) : this.$offset;
|
|
530
530
|
if (typeof A == "string" && (A = (function(b) {
|
|
@@ -535,16 +535,16 @@ function no() {
|
|
|
535
535
|
return ee === 0 ? 0 : Q === "+" ? ee : -ee;
|
|
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 E = this.$u ? this.toDate().getTimezoneOffset() : -1 * this.utcOffset();
|
|
542
542
|
return (_ = this.local().add(N + E, n)).$offset = N, _.$x.$localOffset = E, _;
|
|
543
543
|
};
|
|
544
544
|
var h = d.format;
|
|
545
545
|
d.format = function(A) {
|
|
546
|
-
var
|
|
547
|
-
return h.call(this,
|
|
546
|
+
var y = A || (this.$u ? "YYYY-MM-DDTHH:mm:ss[Z]" : "");
|
|
547
|
+
return h.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 no() {
|
|
|
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
|
}));
|
|
@@ -581,15 +581,15 @@ function oo() {
|
|
|
581
581
|
return function(r, o, i) {
|
|
582
582
|
var c, d = function(h, p, g) {
|
|
583
583
|
g === void 0 && (g = {});
|
|
584
|
-
var A = new Date(h),
|
|
584
|
+
var A = new Date(h), y = (function(v, N) {
|
|
585
585
|
N === void 0 && (N = {});
|
|
586
586
|
var _ = N.timeZoneName || "short", E = v + "|" + _, b = s[E];
|
|
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: _ }), s[E] = b), b;
|
|
588
588
|
})(p, g);
|
|
589
|
-
return
|
|
589
|
+
return y.formatToParts(A);
|
|
590
590
|
}, l = function(h, p) {
|
|
591
|
-
for (var g = d(h, p), A = [],
|
|
592
|
-
var v = g[
|
|
591
|
+
for (var g = d(h, p), A = [], y = 0; y < g.length; y += 1) {
|
|
592
|
+
var v = g[y], N = v.type, _ = v.value, E = n[N];
|
|
593
593
|
E >= 0 && (A[E] = parseInt(_, 10));
|
|
594
594
|
}
|
|
595
595
|
var b = A[3], T = b === 24 ? 0 : b, q = A[0] + "-" + A[1] + "-" + A[2] + " " + T + ":" + A[4] + ":" + A[5] + ":000", Q = +h;
|
|
@@ -597,7 +597,7 @@ function oo() {
|
|
|
597
597
|
}, u = o.prototype;
|
|
598
598
|
u.tz = function(h, p) {
|
|
599
599
|
h === void 0 && (h = c);
|
|
600
|
-
var g, A = this.utcOffset(),
|
|
600
|
+
var g, A = this.utcOffset(), y = this.toDate(), v = y.toLocaleString("en-US", { timeZone: h }), 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 E = g.utcOffset();
|
|
@@ -616,15 +616,15 @@ function oo() {
|
|
|
616
616
|
var g = i(this.format("YYYY-MM-DD HH:mm:ss:SSS"), { locale: this.$L });
|
|
617
617
|
return m.call(g, h, p).tz(this.$x.$timezone, !0);
|
|
618
618
|
}, i.tz = function(h, p, g) {
|
|
619
|
-
var A = g && p,
|
|
620
|
-
if (typeof h != "string") return i(h).tz(
|
|
619
|
+
var A = g && p, y = g || p || c, v = l(+i(), y);
|
|
620
|
+
if (typeof h != "string") return i(h).tz(y);
|
|
621
621
|
var N = (function(T, q, Q) {
|
|
622
622
|
var ee = T - 60 * q * 1e3, G = l(ee, Q);
|
|
623
623
|
if (q === G) return [ee, q];
|
|
624
624
|
var P = l(ee -= 60 * (G - q) * 1e3, Q);
|
|
625
625
|
return G === P ? [ee, G] : [T - 60 * Math.min(G, P) * 1e3, Math.max(G, P)];
|
|
626
|
-
})(i.utc(h, A).valueOf(), v,
|
|
627
|
-
return b.$x.$timezone =
|
|
626
|
+
})(i.utc(h, A).valueOf(), v, y), _ = N[0], E = N[1], b = i(_).utcOffset(E);
|
|
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(h) {
|
|
@@ -946,7 +946,7 @@ const C9 = async (e, t) => {
|
|
|
946
946
|
i
|
|
947
947
|
);
|
|
948
948
|
}) });
|
|
949
|
-
},
|
|
949
|
+
}, yo = (e) => {
|
|
950
950
|
const t = e.banners.find((r) => r.key === e.name);
|
|
951
951
|
if (!t || !t.show) return null;
|
|
952
952
|
const s = ga(t.value || "", e.replaces).split(/(<script[\s\S]*?<\/script\s*>)/gi);
|
|
@@ -987,7 +987,7 @@ function _9(e) {
|
|
|
987
987
|
const t = e.length;
|
|
988
988
|
return t > 1 && e.charCodeAt(t - 1) === 47 ? e.slice(0, t - 1) : e;
|
|
989
989
|
}
|
|
990
|
-
const
|
|
990
|
+
const wo = () => {
|
|
991
991
|
const { PUBLIC_ASSETS_URL: e } = Y();
|
|
992
992
|
return e && e !== "false" && /* @__PURE__ */ a("link", { rel: "preconnect", href: e, crossOrigin: "anonymous" });
|
|
993
993
|
}, { PUBLIC_ASSETS_URL: Rn } = Y(), vo = Rn && Rn !== "false" ? Rn : "", ja = ({ images: e }) => /* @__PURE__ */ a(J, { children: e.map(
|
|
@@ -1170,8 +1170,8 @@ const To = async ({
|
|
|
1170
1170
|
}, u = e.split("/")[1], m = u == "liveblogs" || u == "liveblog" ? ["/news", "/news-breadcrumb", "/news-liveblog"] : ["/news", "/news-breadcrumb"], h = t.paths.tema !== "" ? "/" + t.paths.tema : t.paths.tema, p = r !== "false" && o !== "false" ? "/" + r + h : h;
|
|
1171
1171
|
i = (await Promise.all(
|
|
1172
1172
|
m.map(async (A) => {
|
|
1173
|
-
const
|
|
1174
|
-
return await pa(
|
|
1173
|
+
const y = A === "/news-breadcrumb" ? { ...l, prefixtag: p } : l;
|
|
1174
|
+
return await pa(y, A, s);
|
|
1175
1175
|
})
|
|
1176
1176
|
)).map((A) => A?.data?.data ?? []);
|
|
1177
1177
|
} catch (c) {
|
|
@@ -1692,7 +1692,7 @@ const gi = (e) => {
|
|
|
1692
1692
|
}))(`axios@${Math.random()}`, []) : (n) => setTimeout(n))(
|
|
1693
1693
|
typeof setImmediate == "function",
|
|
1694
1694
|
_e(dt.postMessage)
|
|
1695
|
-
),
|
|
1695
|
+
), yi = typeof queueMicrotask < "u" ? queueMicrotask.bind(dt) : typeof process < "u" && process.nextTick || Zs, wi = (e) => e != null && _e(e[En]), C = {
|
|
1696
1696
|
isArray: Nt,
|
|
1697
1697
|
isArrayBuffer: $s,
|
|
1698
1698
|
isBuffer: Qt,
|
|
@@ -1749,8 +1749,8 @@ const gi = (e) => {
|
|
|
1749
1749
|
isAsyncFn: pi,
|
|
1750
1750
|
isThenable: Ai,
|
|
1751
1751
|
setImmediate: Zs,
|
|
1752
|
-
asap:
|
|
1753
|
-
isIterable:
|
|
1752
|
+
asap: yi,
|
|
1753
|
+
isIterable: wi
|
|
1754
1754
|
};
|
|
1755
1755
|
function W(e, t, n, s, r) {
|
|
1756
1756
|
Error.call(this), Error.captureStackTrace ? Error.captureStackTrace(this, this.constructor) : this.stack = new Error().stack, this.message = e, this.name = "AxiosError", t && (this.code = t), n && (this.config = n), s && (this.request = s), r && (this.response = r, this.status = r.status ? r.status : null);
|
|
@@ -1829,8 +1829,8 @@ function In(e, t, 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 s = n.metaTokens, r = n.visitor || u, o = n.dots, i = n.indexes, d = (n.Blob || typeof Blob < "u" && Blob) && C.isSpecCompliantForm(t);
|
|
1836
1836
|
if (!C.isFunction(r))
|
|
@@ -1845,9 +1845,9 @@ function In(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 = s ? A : A.slice(0, -2), g = JSON.stringify(g);
|
|
1853
1853
|
else if (C.isArray(g) && bi(g) || (C.isFileList(g) || C.endsWith(A, "[]")) && (v = C.toArray(g)))
|
|
@@ -1859,7 +1859,7 @@ function In(e, t, n) {
|
|
|
1859
1859
|
);
|
|
1860
1860
|
}), !1;
|
|
1861
1861
|
}
|
|
1862
|
-
return aa(g) ? !0 : (t.append(Ga(
|
|
1862
|
+
return aa(g) ? !0 : (t.append(Ga(y, A, o), l(g)), !1);
|
|
1863
1863
|
}
|
|
1864
1864
|
const m = [], h = Object.assign(Ci, {
|
|
1865
1865
|
defaultVisitor: u,
|
|
@@ -1899,10 +1899,10 @@ function Ha(e) {
|
|
|
1899
1899
|
return t[s];
|
|
1900
1900
|
});
|
|
1901
1901
|
}
|
|
1902
|
-
function
|
|
1902
|
+
function ya(e, t) {
|
|
1903
1903
|
this._pairs = [], e && In(e, this, t);
|
|
1904
1904
|
}
|
|
1905
|
-
const nr =
|
|
1905
|
+
const nr = ya.prototype;
|
|
1906
1906
|
nr.append = function(t, n) {
|
|
1907
1907
|
this._pairs.push([t, n]);
|
|
1908
1908
|
};
|
|
@@ -1926,7 +1926,7 @@ function ar(e, t, n) {
|
|
|
1926
1926
|
});
|
|
1927
1927
|
const r = n && n.serialize;
|
|
1928
1928
|
let o;
|
|
1929
|
-
if (r ? o = r(t, n) : o = C.isURLSearchParams(t) ? t.toString() : new
|
|
1929
|
+
if (r ? o = r(t, n) : o = C.isURLSearchParams(t) ? t.toString() : new ya(t, n).toString(s), o) {
|
|
1930
1930
|
const i = e.indexOf("#");
|
|
1931
1931
|
i !== -1 && (e = e.slice(0, i)), e += (e.indexOf("?") === -1 ? "?" : "&") + o;
|
|
1932
1932
|
}
|
|
@@ -1990,7 +1990,7 @@ const sr = {
|
|
|
1990
1990
|
silentJSONParsing: !0,
|
|
1991
1991
|
forcedJSONParsing: !0,
|
|
1992
1992
|
clarifyTimeoutError: !1
|
|
1993
|
-
}, Ni = typeof URLSearchParams < "u" ? URLSearchParams :
|
|
1993
|
+
}, Ni = typeof URLSearchParams < "u" ? URLSearchParams : ya, Si = typeof FormData < "u" ? FormData : null, Ei = typeof Blob < "u" ? Blob : null, xi = {
|
|
1994
1994
|
isBrowser: !0,
|
|
1995
1995
|
classes: {
|
|
1996
1996
|
URLSearchParams: Ni,
|
|
@@ -1998,10 +1998,10 @@ const sr = {
|
|
|
1998
1998
|
Blob: Ei
|
|
1999
1999
|
},
|
|
2000
2000
|
protocols: ["http", "https", "file", "blob", "url", "data"]
|
|
2001
|
-
},
|
|
2002
|
-
self instanceof WorkerGlobalScope && typeof self.importScripts == "function", ki =
|
|
2001
|
+
}, wa = typeof window < "u" && typeof document < "u", sa = typeof navigator == "object" && navigator || void 0, Ti = wa && (!sa || ["ReactNative", "NativeScript", "NS"].indexOf(sa.product) < 0), Ii = typeof WorkerGlobalScope < "u" && // eslint-disable-next-line no-undef
|
|
2002
|
+
self instanceof WorkerGlobalScope && typeof self.importScripts == "function", ki = wa && window.location.href || "http://localhost", Ui = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2003
2003
|
__proto__: null,
|
|
2004
|
-
hasBrowserEnv:
|
|
2004
|
+
hasBrowserEnv: wa,
|
|
2005
2005
|
hasStandardBrowserEnv: Ti,
|
|
2006
2006
|
hasStandardBrowserWebWorkerEnv: Ii,
|
|
2007
2007
|
navigator: sa,
|
|
@@ -2546,54 +2546,54 @@ const lr = (e) => {
|
|
|
2546
2546
|
function A() {
|
|
2547
2547
|
p && p(), g && g(), r.cancelToken && r.cancelToken.unsubscribe(u), r.signal && r.signal.removeEventListener("abort", u);
|
|
2548
2548
|
}
|
|
2549
|
-
let
|
|
2550
|
-
|
|
2549
|
+
let y = new XMLHttpRequest();
|
|
2550
|
+
y.open(r.method.toUpperCase(), r.url, !0), y.timeout = r.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
|
ir(function(q) {
|
|
2565
2565
|
n(q), A();
|
|
2566
2566
|
}, function(q) {
|
|
2567
2567
|
s(q), A();
|
|
2568
|
-
}, b),
|
|
2569
|
-
}
|
|
2570
|
-
"onloadend" in
|
|
2571
|
-
!
|
|
2572
|
-
},
|
|
2573
|
-
|
|
2574
|
-
},
|
|
2575
|
-
const b = E && E.message ? E.message : "Network Error", T = new W(b, W.ERR_NETWORK, e,
|
|
2576
|
-
T.event = E || null, s(T),
|
|
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 && (s(new W("Request aborted", W.ECONNABORTED, e, y)), y = null);
|
|
2574
|
+
}, y.onerror = function(E) {
|
|
2575
|
+
const b = E && E.message ? E.message : "Network Error", T = new W(b, W.ERR_NETWORK, e, y);
|
|
2576
|
+
T.event = E || null, s(T), y = null;
|
|
2577
|
+
}, y.ontimeout = function() {
|
|
2578
2578
|
let E = r.timeout ? "timeout of " + r.timeout + "ms exceeded" : "timeout exceeded";
|
|
2579
2579
|
const b = r.transitional || sr;
|
|
2580
2580
|
r.timeoutErrorMessage && (E = r.timeoutErrorMessage), s(new W(
|
|
2581
2581
|
E,
|
|
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(r.withCredentials) || (
|
|
2589
|
-
|
|
2584
|
+
y
|
|
2585
|
+
)), y = null;
|
|
2586
|
+
}, o === void 0 && i.setContentType(null), "setRequestHeader" in y && C.forEach(i.toJSON(), function(E, b) {
|
|
2587
|
+
y.setRequestHeader(b, E);
|
|
2588
|
+
}), C.isUndefined(r.withCredentials) || (y.withCredentials = !!r.withCredentials), c && c !== "json" && (y.responseType = r.responseType), l && ([h, g] = An(l, !0), y.addEventListener("progress", h)), d && y.upload && ([m, p] = An(d), y.upload.addEventListener("progress", m), y.upload.addEventListener("loadend", p)), (r.cancelToken || r.signal) && (u = (_) => {
|
|
2589
|
+
y && (s(!_ || _.type ? new St(null, e, y) : _), y.abort(), y = null);
|
|
2590
2590
|
}, r.cancelToken && r.cancelToken.subscribe(u), r.signal && (r.signal.aborted ? u() : r.signal.addEventListener("abort", u)));
|
|
2591
2591
|
const N = Gi(r.url);
|
|
2592
2592
|
if (N && pe.protocols.indexOf(N) === -1) {
|
|
2593
2593
|
s(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
|
}, Ji = (e, t) => {
|
|
2599
2599
|
const { length: n } = e = e ? e.filter(Boolean) : [];
|
|
@@ -2708,11 +2708,11 @@ const lr = (e) => {
|
|
|
2708
2708
|
stream: u && ((g) => g.body)
|
|
2709
2709
|
};
|
|
2710
2710
|
r && ["text", "arrayBuffer", "blob", "formData", "stream"].forEach((g) => {
|
|
2711
|
-
!m[g] && (m[g] = (A,
|
|
2711
|
+
!m[g] && (m[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 h = async (g) => {
|
|
@@ -2730,13 +2730,13 @@ const lr = (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 ?? h(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,7 +2755,7 @@ const lr = (e) => {
|
|
|
2755
2755
|
});
|
|
2756
2756
|
let U;
|
|
2757
2757
|
try {
|
|
2758
|
-
if (T && l &&
|
|
2758
|
+
if (T && 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,
|
|
@@ -2773,7 +2773,7 @@ const lr = (e) => {
|
|
|
2773
2773
|
const x = o && "credentials" in n.prototype, D = {
|
|
2774
2774
|
...G,
|
|
2775
2775
|
signal: te,
|
|
2776
|
-
method:
|
|
2776
|
+
method: y.toUpperCase(),
|
|
2777
2777
|
headers: Q.normalize().toJSON(),
|
|
2778
2778
|
body: v,
|
|
2779
2779
|
duplex: "half",
|
|
@@ -2799,10 +2799,10 @@ const lr = (e) => {
|
|
|
2799
2799
|
);
|
|
2800
2800
|
}
|
|
2801
2801
|
q = q || "text";
|
|
2802
|
-
let
|
|
2802
|
+
let w = await m[C.findKey(m, q) || "text"](I, g);
|
|
2803
2803
|
return !z && M && M(), await new Promise((S, R) => {
|
|
2804
2804
|
ir(S, R, {
|
|
2805
|
-
data:
|
|
2805
|
+
data: w,
|
|
2806
2806
|
headers: Ne.from(I.headers),
|
|
2807
2807
|
status: I.status,
|
|
2808
2808
|
statusText: I.statusText,
|
|
@@ -3040,8 +3040,8 @@ let ut = class {
|
|
|
3040
3040
|
const g = c[m++], A = c[m++];
|
|
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
|
}
|
|
@@ -3813,7 +3813,7 @@ async function K9({
|
|
|
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: _
|
|
@@ -3838,7 +3838,7 @@ async function K9({
|
|
|
3838
3838
|
/* @__PURE__ */ a("meta", { charSet: "utf-8" }),
|
|
3839
3839
|
/* @__PURE__ */ a("meta", { name: "viewport", content: "width=device-width" }),
|
|
3840
3840
|
b,
|
|
3841
|
-
/* @__PURE__ */ a(
|
|
3841
|
+
/* @__PURE__ */ a(wo, {}),
|
|
3842
3842
|
t.ampConfig && h.ampOption && t.ampConfig_slugIsValid && /* @__PURE__ */ a("link", { rel: "amphtml", href: h.siteUrl + "/amp" + o }),
|
|
3843
3843
|
t.preloadImages && l && l.preview?.sizes && /* @__PURE__ */ a(
|
|
3844
3844
|
ja,
|
|
@@ -3898,7 +3898,7 @@ async function K9({
|
|
|
3898
3898
|
{
|
|
3899
3899
|
type: g,
|
|
3900
3900
|
active: h.useSpeculationRules,
|
|
3901
|
-
customSpeculation:
|
|
3901
|
+
customSpeculation: y
|
|
3902
3902
|
}
|
|
3903
3903
|
),
|
|
3904
3904
|
_
|
|
@@ -3923,7 +3923,7 @@ const J9 = ({
|
|
|
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 : h : void 0,
|
|
3926
|
+
}), p = l.before.active, g = l.after.active, A = p ? l.before.customData ? l.before.customData : h : void 0, y = g ? l.after.customData ? l.after.customData : h : void 0;
|
|
3927
3927
|
return /* @__PURE__ */ f(J, { children: [
|
|
3928
3928
|
/* @__PURE__ */ a(Hs, { name: "bodybefore", banners: n, replaces: A }),
|
|
3929
3929
|
e,
|
|
@@ -3932,7 +3932,7 @@ const J9 = ({
|
|
|
3932
3932
|
/* @__PURE__ */ a(zr, { dimensionValues: m }),
|
|
3933
3933
|
/* @__PURE__ */ a(Vr, {}),
|
|
3934
3934
|
u,
|
|
3935
|
-
/* @__PURE__ */ a(
|
|
3935
|
+
/* @__PURE__ */ a(yo, { name: "bodyafter", banners: n, replaces: y })
|
|
3936
3936
|
] });
|
|
3937
3937
|
}, hc = "_content_1tvgz_1", fc = {
|
|
3938
3938
|
content: hc
|
|
@@ -3962,11 +3962,11 @@ const J9 = ({
|
|
|
3962
3962
|
children: e,
|
|
3963
3963
|
className: t
|
|
3964
3964
|
// desktopWidth = '1185px'
|
|
3965
|
-
}) => /* @__PURE__ */ a("div", { className: `content-layout-1 ${t || ""}`, children: e }),
|
|
3965
|
+
}) => /* @__PURE__ */ a("div", { className: `content-layout-1 ${t || ""}`, children: e }), yc = (e) => {
|
|
3966
3966
|
const { children: t, show: n, order: s = 0 } = e;
|
|
3967
3967
|
return n && /* @__PURE__ */ a("div", { style: { order: s }, children: t });
|
|
3968
3968
|
};
|
|
3969
|
-
function
|
|
3969
|
+
function wc({
|
|
3970
3970
|
currentIndex: e,
|
|
3971
3971
|
totalItems: t,
|
|
3972
3972
|
cardWidth: n,
|
|
@@ -3975,63 +3975,63 @@ function yc({
|
|
|
3975
3975
|
enableDrag: o,
|
|
3976
3976
|
onIndexChange: i
|
|
3977
3977
|
}) {
|
|
3978
|
-
const [c, d] = K(!1), [l, u] = K(0), [m, h] = K(0), [p, g] = K(0), [A,
|
|
3978
|
+
const [c, d] = K(!1), [l, u] = K(0), [m, h] = K(0), [p, g] = K(0), [A, y] = K(0), [v, N] = K(null), _ = Ps(null), [E, b] = K(1), T = me(() => {
|
|
3979
3979
|
if (r) return 1;
|
|
3980
|
-
const
|
|
3980
|
+
const w = _.current?.offsetWidth || window.innerWidth, S = n + s, R = Math.floor(w / S);
|
|
3981
3981
|
return Math.max(1, R);
|
|
3982
3982
|
}, [r, n, s]);
|
|
3983
3983
|
De(() => {
|
|
3984
|
-
const
|
|
3984
|
+
const w = () => {
|
|
3985
3985
|
const S = T();
|
|
3986
3986
|
b(S);
|
|
3987
3987
|
};
|
|
3988
|
-
return
|
|
3988
|
+
return w(), window.addEventListener("resize", w), () => window.removeEventListener("resize", w);
|
|
3989
3989
|
}, [T]);
|
|
3990
3990
|
const Q = me(() => {
|
|
3991
|
-
const
|
|
3992
|
-
return Math.max(0, t -
|
|
3991
|
+
const w = T();
|
|
3992
|
+
return Math.max(0, t - w);
|
|
3993
3993
|
}, [t, T])(), ee = me(() => {
|
|
3994
|
-
const
|
|
3995
|
-
return
|
|
3994
|
+
const w = T();
|
|
3995
|
+
return w === 1 ? 1 : Math.max(1, Math.ceil(w / 2));
|
|
3996
3996
|
}, [T]), G = me(
|
|
3997
|
-
(
|
|
3997
|
+
(w, S = 0) => {
|
|
3998
3998
|
if (r) {
|
|
3999
3999
|
const R = _.current?.offsetWidth || window.innerWidth;
|
|
4000
|
-
return -(
|
|
4000
|
+
return -(w * (100 + s)) + S / R * 100;
|
|
4001
4001
|
}
|
|
4002
|
-
return -(
|
|
4002
|
+
return -(w * (n + s)) + S;
|
|
4003
4003
|
},
|
|
4004
4004
|
[r, n, s]
|
|
4005
4005
|
), P = me(
|
|
4006
|
-
(
|
|
4006
|
+
(w) => {
|
|
4007
4007
|
const S = _.current?.offsetWidth || window.innerWidth, R = T(), j = ee();
|
|
4008
4008
|
if (r)
|
|
4009
|
-
return Math.abs(
|
|
4009
|
+
return Math.abs(w) / S * 100 > 30 ? 1 : 0;
|
|
4010
4010
|
{
|
|
4011
|
-
const B = n + s, H = Math.abs(
|
|
4011
|
+
const B = n + s, H = Math.abs(w) / B;
|
|
4012
4012
|
return H >= (R === 1 ? 0.2 : 0.3) ? R === 1 ? 1 : Math.min(Math.round(H), j) : 0;
|
|
4013
4013
|
}
|
|
4014
4014
|
},
|
|
4015
4015
|
[r, n, s, T, ee]
|
|
4016
4016
|
), te = me(
|
|
4017
|
-
(
|
|
4018
|
-
o && (u(
|
|
4017
|
+
(w) => {
|
|
4018
|
+
o && (u(w), h(w), g(0), y(Date.now()), d(!0), document.body.classList.add("dragging"));
|
|
4019
4019
|
},
|
|
4020
4020
|
[o]
|
|
4021
4021
|
), ce = me(
|
|
4022
|
-
(
|
|
4022
|
+
(w) => {
|
|
4023
4023
|
if (!c || !o) return;
|
|
4024
|
-
const S =
|
|
4025
|
-
h(
|
|
4024
|
+
const S = w - l, R = (n + s) * 1.2, j = e === 0 && S > 0, B = e === Q && S < 0, H = j || B ? Math.sign(S) * Math.min(Math.abs(S), R) : S;
|
|
4025
|
+
h(w), g(H);
|
|
4026
4026
|
},
|
|
4027
4027
|
[c, l, o, e, Q, n, s]
|
|
4028
4028
|
), M = me(
|
|
4029
|
-
(
|
|
4030
|
-
ce(
|
|
4029
|
+
(w) => {
|
|
4030
|
+
ce(w.clientX);
|
|
4031
4031
|
},
|
|
4032
4032
|
[ce]
|
|
4033
4033
|
), U = me(
|
|
4034
|
-
(
|
|
4034
|
+
(w) => {
|
|
4035
4035
|
if (!c || !o) return;
|
|
4036
4036
|
const S = m - l, R = Date.now() - A, j = Math.abs(S) / Math.max(R, 1), B = P(S), V = j > 0.5 && Math.abs(S) > 50 ? Math.max(B, 1) : B;
|
|
4037
4037
|
if (V > 0)
|
|
@@ -4042,7 +4042,7 @@ function yc({
|
|
|
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 yc({
|
|
|
4058
4058
|
v
|
|
4059
4059
|
]
|
|
4060
4060
|
), x = me(
|
|
4061
|
-
(
|
|
4062
|
-
|
|
4061
|
+
(w) => {
|
|
4062
|
+
w.preventDefault(), ["a", "span"].includes(w.target?.localName) && N(w.target), te(w.clientX);
|
|
4063
4063
|
},
|
|
4064
4064
|
[te]
|
|
4065
4065
|
), D = me(
|
|
4066
|
-
(
|
|
4067
|
-
te(
|
|
4066
|
+
(w) => {
|
|
4067
|
+
te(w.touches[0].clientX);
|
|
4068
4068
|
},
|
|
4069
4069
|
[te]
|
|
4070
4070
|
), I = me(
|
|
4071
|
-
(
|
|
4072
|
-
c && (
|
|
4071
|
+
(w) => {
|
|
4072
|
+
c && (w.preventDefault(), ce(w.touches[0].clientX));
|
|
4073
4073
|
},
|
|
4074
4074
|
[c, ce]
|
|
4075
4075
|
), z = me(
|
|
4076
|
-
(
|
|
4077
|
-
U(
|
|
4076
|
+
(w) => {
|
|
4077
|
+
U(w);
|
|
4078
4078
|
},
|
|
4079
4079
|
[U]
|
|
4080
4080
|
);
|
|
@@ -4121,12 +4121,12 @@ function X9(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: _,
|
|
4128
4128
|
dragHandlers: E
|
|
4129
|
-
} =
|
|
4129
|
+
} = wc({
|
|
4130
4130
|
currentIndex: u,
|
|
4131
4131
|
totalItems: l.length,
|
|
4132
4132
|
cardWidth: r,
|
|
@@ -4203,7 +4203,7 @@ function X9(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,
|
|
@@ -4617,7 +4617,7 @@ const xt = (e) => {
|
|
|
4617
4617
|
playStyled: Zc,
|
|
4618
4618
|
imageLogoPlaceholder: Xc,
|
|
4619
4619
|
imagePlaceholder: el
|
|
4620
|
-
},
|
|
4620
|
+
}, yr = (e) => /* @__PURE__ */ f(
|
|
4621
4621
|
"svg",
|
|
4622
4622
|
{
|
|
4623
4623
|
width: "43",
|
|
@@ -4639,10 +4639,10 @@ const xt = (e) => {
|
|
|
4639
4639
|
}
|
|
4640
4640
|
);
|
|
4641
4641
|
function ba() {
|
|
4642
|
-
return Y().COMPONENTS?.PlayIcon ||
|
|
4642
|
+
return Y().COMPONENTS?.PlayIcon || yr;
|
|
4643
4643
|
}
|
|
4644
|
-
function
|
|
4645
|
-
return Y().COMPONENTS?.PlayIcon ||
|
|
4644
|
+
function wr() {
|
|
4645
|
+
return Y().COMPONENTS?.PlayIcon || yr;
|
|
4646
4646
|
}
|
|
4647
4647
|
const tl = (e) => {
|
|
4648
4648
|
const { isVideo: t = !1, isLarge: n = !1, priorityHigh: s = !1 } = e, r = ba(), o = e.preview.sizes;
|
|
@@ -4739,7 +4739,7 @@ const tl = (e) => {
|
|
|
4739
4739
|
priorityHigh: r = !1
|
|
4740
4740
|
} = e;
|
|
4741
4741
|
console.log("image offline");
|
|
4742
|
-
const o =
|
|
4742
|
+
const o = wr(), [i, c] = K(void 0), d = t?.sizes;
|
|
4743
4743
|
return De(() => {
|
|
4744
4744
|
(async () => {
|
|
4745
4745
|
console.log("image offline - effect"), d?.[0]?.url ? c(
|
|
@@ -5839,10 +5839,10 @@ const tl = (e) => {
|
|
|
5839
5839
|
}
|
|
5840
5840
|
)
|
|
5841
5841
|
] })
|
|
5842
|
-
] }), Al = "_content_1ms2y_1",
|
|
5842
|
+
] }), Al = "_content_1ms2y_1", yl = "_contentInfo_1ms2y_20", wl = "_subscribeImage_1ms2y_28", vl = "_tag_1ms2y_42", bl = "_contentTitle_1ms2y_60", Cl = "_title_1ms2y_65", _l = "_subTitle_1ms2y_70", Nl = "_inputStyled_1ms2y_79", Sl = "_buttonStyled_1ms2y_118", El = "_contentTerms_1ms2y_131", xl = "_subscribeText_1ms2y_137", Tl = "_terms_1ms2y_146", Ie = {
|
|
5843
5843
|
content: Al,
|
|
5844
|
-
contentInfo:
|
|
5845
|
-
subscribeImage:
|
|
5844
|
+
contentInfo: yl,
|
|
5845
|
+
subscribeImage: wl,
|
|
5846
5846
|
tag: vl,
|
|
5847
5847
|
contentTitle: bl,
|
|
5848
5848
|
title: Cl,
|
|
@@ -6019,7 +6019,7 @@ const tl = (e) => {
|
|
|
6019
6019
|
/* @__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" })
|
|
6020
6020
|
]
|
|
6021
6021
|
}
|
|
6022
|
-
), Ql = "_content_1p7b9_1", Gl = "_brandContent_1p7b9_10", Hl = "_socialMedia_1p7b9_21", zl = "_linkSocialNetwoks_1p7b9_28", Vl = "_sectionContent_1p7b9_42", Fl = "_section_1p7b9_42", $l = "_menuItem_1p7b9_60", Wl = "_otherItems_1p7b9_73", Yl = "_copyrigth_1p7b9_87", Kl = "_copyrigthText_1p7b9_97", Jl = "_logoStyled_1p7b9_107", Zl = "_socialNetworkIcon_1p7b9_118", Xl = "_socialInstagram_1p7b9_125", ed = "_socialNetworkIcon_stroke_1p7b9_133",
|
|
6022
|
+
), Ql = "_content_1p7b9_1", Gl = "_brandContent_1p7b9_10", Hl = "_socialMedia_1p7b9_21", zl = "_linkSocialNetwoks_1p7b9_28", Vl = "_sectionContent_1p7b9_42", Fl = "_section_1p7b9_42", $l = "_menuItem_1p7b9_60", Wl = "_otherItems_1p7b9_73", Yl = "_copyrigth_1p7b9_87", Kl = "_copyrigthText_1p7b9_97", Jl = "_logoStyled_1p7b9_107", Zl = "_socialNetworkIcon_1p7b9_118", Xl = "_socialInstagram_1p7b9_125", ed = "_socialNetworkIcon_stroke_1p7b9_133", we = {
|
|
6023
6023
|
content: Ql,
|
|
6024
6024
|
brandContent: Gl,
|
|
6025
6025
|
socialMedia: Hl,
|
|
@@ -6230,50 +6230,50 @@ const tl = (e) => {
|
|
|
6230
6230
|
telegram: (e) => /* @__PURE__ */ a(ad, { ...e })
|
|
6231
6231
|
}, t3 = (e) => {
|
|
6232
6232
|
const { freeZone: t, socials: n, menu: s, customBlock: r } = e;
|
|
6233
|
-
return /* @__PURE__ */ f("footer", { className:
|
|
6234
|
-
/* @__PURE__ */ f("section", { className:
|
|
6235
|
-
/* @__PURE__ */ a(O, { href: "/", "aria-label": "Ir a la home", children: /* @__PURE__ */ a("span", { className:
|
|
6236
|
-
/* @__PURE__ */ a("div", { className:
|
|
6233
|
+
return /* @__PURE__ */ f("footer", { className: we.content, children: [
|
|
6234
|
+
/* @__PURE__ */ f("section", { className: we.brandContent, children: [
|
|
6235
|
+
/* @__PURE__ */ a(O, { href: "/", "aria-label": "Ir a la home", children: /* @__PURE__ */ a("span", { className: we.logoStyled, children: e.logo }) }),
|
|
6236
|
+
/* @__PURE__ */ a("div", { className: we.socialMedia, children: Object.keys(n).map((o) => n[o]?.show && /* @__PURE__ */ a(
|
|
6237
6237
|
"a",
|
|
6238
6238
|
{
|
|
6239
6239
|
target: "_blank",
|
|
6240
6240
|
rel: "noreferrer",
|
|
6241
6241
|
"aria-label": n[o].title + " link",
|
|
6242
|
-
className:
|
|
6242
|
+
className: we.linkSocialNetwoks,
|
|
6243
6243
|
href: n[o].url,
|
|
6244
6244
|
children: Ea[o]({
|
|
6245
|
-
className: `${id.includes(o) ?
|
|
6245
|
+
className: `${id.includes(o) ? we.socialNetworkIcon_stroke : we.socialNetworkIcon} ${o === "instagram" ? we.socialInstagram : ""}`
|
|
6246
6246
|
})
|
|
6247
6247
|
},
|
|
6248
6248
|
o
|
|
6249
6249
|
)) })
|
|
6250
6250
|
] }),
|
|
6251
|
-
/* @__PURE__ */ f("section", { className:
|
|
6252
|
-
/* @__PURE__ */ a("div", { className:
|
|
6251
|
+
/* @__PURE__ */ f("section", { className: we.sectionContent, children: [
|
|
6252
|
+
/* @__PURE__ */ a("div", { className: we.section, children: s.filter((o) => !o.subitem).map((o, i) => /* @__PURE__ */ a(
|
|
6253
6253
|
O,
|
|
6254
6254
|
{
|
|
6255
6255
|
href: o.link ? o.link : void 0,
|
|
6256
6256
|
target: o.target,
|
|
6257
|
-
className: `${
|
|
6257
|
+
className: `${we.menuItem} footer-menu-item`,
|
|
6258
6258
|
"aria-label": o.description,
|
|
6259
6259
|
children: o.description
|
|
6260
6260
|
},
|
|
6261
6261
|
i
|
|
6262
6262
|
)) }),
|
|
6263
|
-
/* @__PURE__ */ a("div", { className:
|
|
6263
|
+
/* @__PURE__ */ a("div", { className: we.section, children: t && t.map((o, i) => /* @__PURE__ */ a(
|
|
6264
6264
|
O,
|
|
6265
6265
|
{
|
|
6266
6266
|
href: o.link ? o?.link : void 0,
|
|
6267
6267
|
target: o.target,
|
|
6268
|
-
className:
|
|
6268
|
+
className: we.otherItems,
|
|
6269
6269
|
children: o.description
|
|
6270
6270
|
},
|
|
6271
6271
|
i
|
|
6272
6272
|
)) })
|
|
6273
6273
|
] }),
|
|
6274
6274
|
r && /* @__PURE__ */ a(J, { children: r }),
|
|
6275
|
-
/* @__PURE__ */ f("section", { className:
|
|
6276
|
-
/* @__PURE__ */ a("p", { className:
|
|
6275
|
+
/* @__PURE__ */ f("section", { className: we.copyrigth, children: [
|
|
6276
|
+
/* @__PURE__ */ a("p", { className: we.copyrigthText, children: e.copyrigth }),
|
|
6277
6277
|
/* @__PURE__ */ a(
|
|
6278
6278
|
O,
|
|
6279
6279
|
{
|
|
@@ -6287,7 +6287,7 @@ const tl = (e) => {
|
|
|
6287
6287
|
)
|
|
6288
6288
|
] })
|
|
6289
6289
|
] });
|
|
6290
|
-
}, cd = "_content_1msij_1", ld = "_imageContent_1msij_9", dd = "_width1Autor_1msij_18", ud = "_width2Autor_1msij_22", md = "_width3Autor_1msij_26", hd = "_imageAutor_1msij_30", fd = "_imageStyled_1msij_69", gd = "_contentIconStyled_1msij_70", pd = "_avatarContent_1msij_87", Ad = "_journalistSection_1msij_101",
|
|
6290
|
+
}, cd = "_content_1msij_1", ld = "_imageContent_1msij_9", dd = "_width1Autor_1msij_18", ud = "_width2Autor_1msij_22", md = "_width3Autor_1msij_26", hd = "_imageAutor_1msij_30", fd = "_imageStyled_1msij_69", gd = "_contentIconStyled_1msij_70", pd = "_avatarContent_1msij_87", Ad = "_journalistSection_1msij_101", yd = "_journalistInfo_1msij_109", wd = "_journalistInfoLink_1msij_110", vd = "_socialNetworkSection_1msij_146", bd = "_avatarStyled_1msij_158", Cd = "_article_1msij_163", _d = "_socialButton_1msij_167", Nd = "_facebookStyled_1msij_183", Sd = "_emailStyled_1msij_187", Ed = "_xStyled_1msij_191", xd = "_linkedinStyled_1msij_195", Td = "_whatsappStyled_1msij_199", Id = "_whatsappLink_1msij_203", kd = "_clipboardButton_1msij_219", Ud = "_googleProfileButton_1msij_255", de = {
|
|
6291
6291
|
content: cd,
|
|
6292
6292
|
imageContent: ld,
|
|
6293
6293
|
width1Autor: dd,
|
|
@@ -6298,8 +6298,8 @@ const tl = (e) => {
|
|
|
6298
6298
|
contentIconStyled: gd,
|
|
6299
6299
|
avatarContent: pd,
|
|
6300
6300
|
journalistSection: Ad,
|
|
6301
|
-
journalistInfo:
|
|
6302
|
-
journalistInfoLink:
|
|
6301
|
+
journalistInfo: yd,
|
|
6302
|
+
journalistInfoLink: wd,
|
|
6303
6303
|
socialNetworkSection: vd,
|
|
6304
6304
|
avatarStyled: bd,
|
|
6305
6305
|
article: Cd,
|
|
@@ -6329,7 +6329,7 @@ const tl = (e) => {
|
|
|
6329
6329
|
}
|
|
6330
6330
|
)
|
|
6331
6331
|
}
|
|
6332
|
-
),
|
|
6332
|
+
), yn = (e) => /* @__PURE__ */ a(
|
|
6333
6333
|
"svg",
|
|
6334
6334
|
{
|
|
6335
6335
|
version: "1.1",
|
|
@@ -6479,8 +6479,8 @@ const tl = (e) => {
|
|
|
6479
6479
|
e
|
|
6480
6480
|
)}`,
|
|
6481
6481
|
icon: {
|
|
6482
|
-
outline: (e) => /* @__PURE__ */ a(
|
|
6483
|
-
solid: (e) => /* @__PURE__ */ a(
|
|
6482
|
+
outline: (e) => /* @__PURE__ */ a(yn, { className: e }),
|
|
6483
|
+
solid: (e) => /* @__PURE__ */ a(yn, { className: e })
|
|
6484
6484
|
}
|
|
6485
6485
|
}
|
|
6486
6486
|
};
|
|
@@ -6574,7 +6574,7 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
|
|
|
6574
6574
|
}, $d = "_content_wxhkd_1", Wd = "_linkStyled_wxhkd_9", Pn = {
|
|
6575
6575
|
content: $d,
|
|
6576
6576
|
linkStyled: Wd
|
|
6577
|
-
},
|
|
6577
|
+
}, wn = (e) => {
|
|
6578
6578
|
const { currentPage: t, showNext: n, maxPages: s, pathname: r, query: o } = e, i = (c, d, l) => {
|
|
6579
6579
|
let u = "";
|
|
6580
6580
|
const m = d.split("/");
|
|
@@ -6778,11 +6778,11 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
|
|
|
6778
6778
|
/* @__PURE__ */ a(O, { className: pt.linkStyled, href: "/", children: e.buttonText ?? "Inicio" })
|
|
6779
6779
|
] })
|
|
6780
6780
|
] });
|
|
6781
|
-
}, p1 = "_content_zxcog_1", A1 = "_contentLabel_zxcog_8",
|
|
6781
|
+
}, p1 = "_content_zxcog_1", A1 = "_contentLabel_zxcog_8", y1 = "_label_zxcog_13", w1 = "_required_zxcog_22", v1 = "_input_zxcog_28", kt = {
|
|
6782
6782
|
content: p1,
|
|
6783
6783
|
contentLabel: A1,
|
|
6784
|
-
label:
|
|
6785
|
-
required:
|
|
6784
|
+
label: y1,
|
|
6785
|
+
required: w1,
|
|
6786
6786
|
input: v1
|
|
6787
6787
|
}, s3 = (e) => /* @__PURE__ */ f("div", { className: kt.content, children: [
|
|
6788
6788
|
/* @__PURE__ */ f("div", { className: kt.contentLabel, children: [
|
|
@@ -6949,7 +6949,7 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
|
|
|
6949
6949
|
target: "_blank",
|
|
6950
6950
|
className: fe.socialIconLink,
|
|
6951
6951
|
rel: "noreferrer",
|
|
6952
|
-
children: /* @__PURE__ */ a(
|
|
6952
|
+
children: /* @__PURE__ */ a(yn, { className: fe.socialIcon })
|
|
6953
6953
|
}
|
|
6954
6954
|
)
|
|
6955
6955
|
] })
|
|
@@ -7023,7 +7023,7 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
|
|
|
7023
7023
|
href: p,
|
|
7024
7024
|
target: "_blank",
|
|
7025
7025
|
rel: "noreferrer",
|
|
7026
|
-
children: /* @__PURE__ */ a(
|
|
7026
|
+
children: /* @__PURE__ */ a(yn, { className: Se.socialIcon })
|
|
7027
7027
|
}
|
|
7028
7028
|
)
|
|
7029
7029
|
] })
|
|
@@ -7052,11 +7052,11 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
|
|
|
7052
7052
|
),
|
|
7053
7053
|
e.banner
|
|
7054
7054
|
] })
|
|
7055
|
-
] }), pu = "_content_kmqba_1", Au = "_header_kmqba_30",
|
|
7055
|
+
] }), pu = "_content_kmqba_1", Au = "_header_kmqba_30", yu = "_videos_kmqba_56", wu = "_videoContent_kmqba_63", vu = "_articleSection_kmqba_70", bu = "_contentLayoutVideoSection_kmqba_85", Cu = "_sectionVideoList_kmqba_93", _u = "_iframeStyled_kmqba_166", Nu = "_contentFrame_kmqba_172", Re = {
|
|
7056
7056
|
content: pu,
|
|
7057
7057
|
header: Au,
|
|
7058
|
-
videos:
|
|
7059
|
-
videoContent:
|
|
7058
|
+
videos: yu,
|
|
7059
|
+
videoContent: wu,
|
|
7060
7060
|
articleSection: vu,
|
|
7061
7061
|
contentLayoutVideoSection: bu,
|
|
7062
7062
|
sectionVideoList: Cu,
|
|
@@ -7483,7 +7483,7 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
|
|
|
7483
7483
|
}
|
|
7484
7484
|
)
|
|
7485
7485
|
] });
|
|
7486
|
-
}, om = "_content_18yq5_1", im = "_linkStyled_18yq5_14", cm = "_linkSocialNetwork_18yq5_28", lm = "_title_18yq5_49", dm = "_tabs_18yq5_60", um = "_socialNetwork_18yq5_68", mm = "_icon_18yq5_78", hm = "_facebook_18yq5_84", fm = "_youtube_18yq5_88", gm = "_x_18yq5_92", pm = "_instagram_18yq5_96", Am = "_gnews_18yq5_100",
|
|
7486
|
+
}, om = "_content_18yq5_1", im = "_linkStyled_18yq5_14", cm = "_linkSocialNetwork_18yq5_28", lm = "_title_18yq5_49", dm = "_tabs_18yq5_60", um = "_socialNetwork_18yq5_68", mm = "_icon_18yq5_78", hm = "_facebook_18yq5_84", fm = "_youtube_18yq5_88", gm = "_x_18yq5_92", pm = "_instagram_18yq5_96", Am = "_gnews_18yq5_100", ym = "_tiktok_18yq5_104", wm = "_whatsapp_18yq5_108", ze = {
|
|
7487
7487
|
content: om,
|
|
7488
7488
|
linkStyled: im,
|
|
7489
7489
|
linkSocialNetwork: cm,
|
|
@@ -7496,8 +7496,8 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
|
|
|
7496
7496
|
x: gm,
|
|
7497
7497
|
instagram: pm,
|
|
7498
7498
|
gnews: Am,
|
|
7499
|
-
tiktok:
|
|
7500
|
-
whatsapp:
|
|
7499
|
+
tiktok: ym,
|
|
7500
|
+
whatsapp: wm
|
|
7501
7501
|
}, Sr = (e) => {
|
|
7502
7502
|
const { cintillo: t, tapeTitle: n, socials: s } = e, r = "", o = t?.findIndex((i) => i.link === r) ?? 0;
|
|
7503
7503
|
return (Array.isArray(t) || e.socialIcons) && /* @__PURE__ */ f("section", { className: ze.content, children: [
|
|
@@ -7848,7 +7848,7 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
|
|
|
7848
7848
|
}, dh = (e) => /* @__PURE__ */ a("section", { className: At.content, children: Array.isArray(e.tags) && /* @__PURE__ */ f("div", { className: At.tags, children: [
|
|
7849
7849
|
/* @__PURE__ */ a("p", { className: At.tagStyled, children: e.title ? e.title : "Tags:" }),
|
|
7850
7850
|
e.tags.map((t, n) => t.approved ? /* @__PURE__ */ a(O, { href: vt(t, e.paths), children: /* @__PURE__ */ a("div", { className: `${At.chipStyled} ${At.tagLink}`, children: t.name }) }, n) : /* @__PURE__ */ a("div", { className: At.chipStyled, children: t.name }, n))
|
|
7851
|
-
] }) }), uh = "_contentBox_1cum1_1", mh = "_content_1cum1_1", hh = "_imageStyled_1cum1_16", fh = "_contentIconStyled_1cum1_23", gh = "_avatarContent_1cum1_43", ph = "_journalistSection_1cum1_50", Ah = "_journalistInfo_1cum1_56",
|
|
7851
|
+
] }) }), uh = "_contentBox_1cum1_1", mh = "_content_1cum1_1", hh = "_imageStyled_1cum1_16", fh = "_contentIconStyled_1cum1_23", gh = "_avatarContent_1cum1_43", ph = "_journalistSection_1cum1_50", Ah = "_journalistInfo_1cum1_56", yh = "_socialNetworkSection_1cum1_75", wh = "_article_1cum1_88", Pe = {
|
|
7852
7852
|
contentBox: uh,
|
|
7853
7853
|
content: mh,
|
|
7854
7854
|
imageStyled: hh,
|
|
@@ -7856,8 +7856,8 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
|
|
|
7856
7856
|
avatarContent: gh,
|
|
7857
7857
|
journalistSection: ph,
|
|
7858
7858
|
journalistInfo: Ah,
|
|
7859
|
-
socialNetworkSection:
|
|
7860
|
-
article:
|
|
7859
|
+
socialNetworkSection: yh,
|
|
7860
|
+
article: wh
|
|
7861
7861
|
}, vh = async (e) => {
|
|
7862
7862
|
const { autor: t } = e, n = t?.addtional?.USER_SHOWBIO ?? !1, s = t?.info?.name ?? "", r = t?.info?.fullname ?? "", o = t?.info?.image?.sizes?.[0]?.url ?? "", i = t?.addtional?.USER_MIBIO ?? "", c = t?.addtional?.USER_USERFB ?? "", d = t?.addtional?.USER_USERIG ?? "", l = t?.addtional?.USER_USERTWT ?? "", u = t?.addtional?.USER_USERLIN ?? "";
|
|
7863
7863
|
return n && /* @__PURE__ */ a("section", { className: Pe.contentBox, children: /* @__PURE__ */ f("div", { className: Pe.content, children: [
|
|
@@ -8548,10 +8548,10 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
|
|
|
8548
8548
|
/* @__PURE__ */ a("p", { className: Fe.comment, children: je(t?.main?.subtitle?.striped || "") })
|
|
8549
8549
|
] })
|
|
8550
8550
|
] });
|
|
8551
|
-
}, Af = "_content_1d7mg_1",
|
|
8551
|
+
}, Af = "_content_1d7mg_1", yf = "_boxPosition_1d7mg_8", wf = "_contentFlex_1d7mg_21", vf = "_bannerContent_1d7mg_29", bf = "_bannerContentAux_1d7mg_40", yt = {
|
|
8552
8552
|
content: Af,
|
|
8553
|
-
boxPosition:
|
|
8554
|
-
contentFlex:
|
|
8553
|
+
boxPosition: yf,
|
|
8554
|
+
contentFlex: wf,
|
|
8555
8555
|
bannerContent: vf,
|
|
8556
8556
|
bannerContentAux: bf
|
|
8557
8557
|
};
|
|
@@ -8565,9 +8565,9 @@ const d3 = (e) => {
|
|
|
8565
8565
|
const { isOpinion: t = !1 } = e, n = (o) => /* @__PURE__ */ a(
|
|
8566
8566
|
"div",
|
|
8567
8567
|
{
|
|
8568
|
-
className:
|
|
8568
|
+
className: yt.boxPosition + " banner-context",
|
|
8569
8569
|
style: { order: 2 },
|
|
8570
|
-
children: /* @__PURE__ */ a("div", { className:
|
|
8570
|
+
children: /* @__PURE__ */ a("div", { className: yt.bannerContentAux, children: /* @__PURE__ */ a(
|
|
8571
8571
|
"div",
|
|
8572
8572
|
{
|
|
8573
8573
|
style: {
|
|
@@ -8587,7 +8587,7 @@ const d3 = (e) => {
|
|
|
8587
8587
|
/* @__PURE__ */ a(
|
|
8588
8588
|
"div",
|
|
8589
8589
|
{
|
|
8590
|
-
className:
|
|
8590
|
+
className: yt.boxPosition,
|
|
8591
8591
|
style: { order: o },
|
|
8592
8592
|
children: /* @__PURE__ */ a(
|
|
8593
8593
|
gn,
|
|
@@ -8609,9 +8609,9 @@ const d3 = (e) => {
|
|
|
8609
8609
|
title: e.title,
|
|
8610
8610
|
titleUrl: e.titleUrl,
|
|
8611
8611
|
isOpinion: t,
|
|
8612
|
-
children: /* @__PURE__ */ f("div", { className:
|
|
8613
|
-
/* @__PURE__ */ a("div", { className:
|
|
8614
|
-
/* @__PURE__ */ a("div", { className:
|
|
8612
|
+
children: /* @__PURE__ */ f("div", { className: yt.content, children: [
|
|
8613
|
+
/* @__PURE__ */ a("div", { className: yt.contentFlex, children: r }),
|
|
8614
|
+
/* @__PURE__ */ a("div", { className: yt.bannerContent, children: e.halfPageBanner })
|
|
8615
8615
|
] })
|
|
8616
8616
|
}
|
|
8617
8617
|
) });
|
|
@@ -8637,7 +8637,7 @@ const d3 = (e) => {
|
|
|
8637
8637
|
}
|
|
8638
8638
|
)
|
|
8639
8639
|
] });
|
|
8640
|
-
}, Sf = "_content_1nd2h_1", Ef = "_newsContent_1nd2h_8", xf = "_boxPosition_1nd2h_17", Tf = "_bannerContent_1nd2h_23", If = "_bannerContentAux_1nd2h_33",
|
|
8640
|
+
}, Sf = "_content_1nd2h_1", Ef = "_newsContent_1nd2h_8", xf = "_boxPosition_1nd2h_17", Tf = "_bannerContent_1nd2h_23", If = "_bannerContentAux_1nd2h_33", wt = {
|
|
8641
8641
|
content: Sf,
|
|
8642
8642
|
newsContent: Ef,
|
|
8643
8643
|
boxPosition: xf,
|
|
@@ -8645,14 +8645,14 @@ const d3 = (e) => {
|
|
|
8645
8645
|
bannerContentAux: If
|
|
8646
8646
|
}, m3 = (e) => {
|
|
8647
8647
|
const { news: t } = e;
|
|
8648
|
-
return Array.isArray(t) && /* @__PURE__ */ f("div", { className:
|
|
8649
|
-
/* @__PURE__ */ f("div", { className:
|
|
8648
|
+
return Array.isArray(t) && /* @__PURE__ */ f("div", { className: wt.content, children: [
|
|
8649
|
+
/* @__PURE__ */ f("div", { className: wt.newsContent, children: [
|
|
8650
8650
|
e.bannerArray && e.bannerArray.map((n, s) => /* @__PURE__ */ a(
|
|
8651
8651
|
"div",
|
|
8652
8652
|
{
|
|
8653
|
-
className:
|
|
8653
|
+
className: wt.boxPosition + " banner-context",
|
|
8654
8654
|
style: { order: 2 + 5 * s },
|
|
8655
|
-
children: /* @__PURE__ */ a("div", { className:
|
|
8655
|
+
children: /* @__PURE__ */ a("div", { className: wt.bannerContentAux, children: /* @__PURE__ */ a(
|
|
8656
8656
|
"div",
|
|
8657
8657
|
{
|
|
8658
8658
|
style: {
|
|
@@ -8669,14 +8669,14 @@ const d3 = (e) => {
|
|
|
8669
8669
|
t.map((n, s) => /* @__PURE__ */ a(
|
|
8670
8670
|
"div",
|
|
8671
8671
|
{
|
|
8672
|
-
className:
|
|
8672
|
+
className: wt.boxPosition,
|
|
8673
8673
|
style: { order: s },
|
|
8674
8674
|
children: /* @__PURE__ */ a(Ze, { ...n, share: e.share, paths: e.paths })
|
|
8675
8675
|
},
|
|
8676
8676
|
s
|
|
8677
8677
|
))
|
|
8678
8678
|
] }),
|
|
8679
|
-
/* @__PURE__ */ a("div", { className:
|
|
8679
|
+
/* @__PURE__ */ a("div", { className: wt.bannerContent, children: e.halfPageBanner })
|
|
8680
8680
|
] });
|
|
8681
8681
|
}, h3 = (e) => /* @__PURE__ */ f(J, { children: [
|
|
8682
8682
|
/* @__PURE__ */ a(
|
|
@@ -9157,7 +9157,7 @@ const d3 = (e) => {
|
|
|
9157
9157
|
{
|
|
9158
9158
|
className: [Ye.newsContentSection, "padding-0"].join(" "),
|
|
9159
9159
|
paginatorComponent: /* @__PURE__ */ a(
|
|
9160
|
-
|
|
9160
|
+
wn,
|
|
9161
9161
|
{
|
|
9162
9162
|
texts: c,
|
|
9163
9163
|
pathname: i,
|
|
@@ -9220,7 +9220,7 @@ const d3 = (e) => {
|
|
|
9220
9220
|
{
|
|
9221
9221
|
className: "padding-0",
|
|
9222
9222
|
paginatorComponent: /* @__PURE__ */ a(
|
|
9223
|
-
|
|
9223
|
+
wn,
|
|
9224
9224
|
{
|
|
9225
9225
|
texts: c,
|
|
9226
9226
|
pathname: i,
|
|
@@ -9278,9 +9278,9 @@ const d3 = (e) => {
|
|
|
9278
9278
|
default:
|
|
9279
9279
|
return /* @__PURE__ */ a(J, {});
|
|
9280
9280
|
}
|
|
9281
|
-
},
|
|
9282
|
-
content:
|
|
9283
|
-
contactInfoContent:
|
|
9281
|
+
}, y2 = "_content_gwsqy_1", w2 = "_contactInfoContent_gwsqy_7", gs = {
|
|
9282
|
+
content: y2,
|
|
9283
|
+
contactInfoContent: w2
|
|
9284
9284
|
}, g3 = (e) => {
|
|
9285
9285
|
const { data: t } = e;
|
|
9286
9286
|
return /* @__PURE__ */ a("section", { className: gs.content, children: t.map((n, s) => /* @__PURE__ */ a(
|
|
@@ -9447,7 +9447,7 @@ const d3 = (e) => {
|
|
|
9447
9447
|
o = o.replace("ck-related-news", "ck-related-news-empty");
|
|
9448
9448
|
break;
|
|
9449
9449
|
}
|
|
9450
|
-
const u = l.preview?.sizes?.[0], m = u ? await he(u.url) : "", h = l.info.section?.url ?? "#", p = l.info.section?.name ?? "Sección", g = l.info.link?.url ?? "#", A = l.main?.title.article ?? "Título",
|
|
9450
|
+
const u = l.preview?.sizes?.[0], m = u ? await he(u.url) : "", h = 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(
|
|
9451
9451
|
l.preview?.sizes?.map(async (N) => {
|
|
9452
9452
|
const _ = await he(N.url);
|
|
9453
9453
|
return N.width < 200 ? `<source srcset="${_}" media="(width < 750px)"/>` : `<source srcset="${_}" media="(width >= 750px)"/>`;
|
|
@@ -9455,7 +9455,7 @@ const d3 = (e) => {
|
|
|
9455
9455
|
)).reduce((N, _) => N += _, ""), v = `
|
|
9456
9456
|
<span data-src="${d}">
|
|
9457
9457
|
<picture style='display: flex'>
|
|
9458
|
-
${
|
|
9458
|
+
${y}
|
|
9459
9459
|
<img fetchPriority='low' loading='lazy' src="${m}" alt="${t.noteRelatedImageAlt}" />
|
|
9460
9460
|
</picture>
|
|
9461
9461
|
<div>
|
|
@@ -9500,9 +9500,9 @@ async function Y2(e, t) {
|
|
|
9500
9500
|
if (h && h.data) {
|
|
9501
9501
|
const g = h.data.data[0];
|
|
9502
9502
|
let A = "";
|
|
9503
|
-
const
|
|
9503
|
+
const y = d.match(
|
|
9504
9504
|
/<span\b[^>]*class=["']video__title["'][^>]*>([\s\S]*?)<\/span>/i
|
|
9505
|
-
), v =
|
|
9505
|
+
), v = y && y[1] ? y[1].trim() : "";
|
|
9506
9506
|
g.info && g.info.type === "video-youtube" ? A = `<iframe
|
|
9507
9507
|
loading="lazy"
|
|
9508
9508
|
frameborder="0"
|
|
@@ -9942,8 +9942,8 @@ const u0 = (e) => /* @__PURE__ */ a(
|
|
|
9942
9942
|
} catch {
|
|
9943
9943
|
return null;
|
|
9944
9944
|
}
|
|
9945
|
-
},
|
|
9946
|
-
content:
|
|
9945
|
+
}, y0 = "_content_ezbiw_1", w0 = {
|
|
9946
|
+
content: y0
|
|
9947
9947
|
}, v0 = async ({
|
|
9948
9948
|
newsformated: e,
|
|
9949
9949
|
internal: t,
|
|
@@ -9960,7 +9960,7 @@ const u0 = (e) => /* @__PURE__ */ a(
|
|
|
9960
9960
|
return typeof c != "string" || c.trim() === "" ? null : /* @__PURE__ */ a(
|
|
9961
9961
|
"div",
|
|
9962
9962
|
{
|
|
9963
|
-
className:
|
|
9963
|
+
className: w0.content,
|
|
9964
9964
|
dangerouslySetInnerHTML: { __html: c }
|
|
9965
9965
|
}
|
|
9966
9966
|
);
|
|
@@ -10019,24 +10019,24 @@ const u0 = (e) => /* @__PURE__ */ a(
|
|
|
10019
10019
|
const u = l[0], m = l[2] ?? "";
|
|
10020
10020
|
i.add(m);
|
|
10021
10021
|
const h = u.match(/<img\b[^>]*\balt=["']([^"']*)["']/), p = h ? h[1] : "imagen", g = m.match(/__scale=([^&"']+)/), A = g ? decodeURIComponent(g[1]) : null;
|
|
10022
|
-
let
|
|
10022
|
+
let y = 0, v = 0;
|
|
10023
10023
|
if (A) {
|
|
10024
10024
|
const T = A.match(/w:(\d+)/), q = A.match(/h:(\d+)/);
|
|
10025
|
-
|
|
10025
|
+
y = T ? parseInt(T[1]) : 0, v = q ? parseInt(q[1]) : 0;
|
|
10026
10026
|
}
|
|
10027
10027
|
const _ = {
|
|
10028
10028
|
preview: {
|
|
10029
10029
|
sizes: [
|
|
10030
10030
|
{
|
|
10031
|
-
scale: A || `w:${
|
|
10031
|
+
scale: A || `w:${y},h:${v},t:2`,
|
|
10032
10032
|
url: m,
|
|
10033
|
-
width:
|
|
10033
|
+
width: y,
|
|
10034
10034
|
height: v
|
|
10035
10035
|
}
|
|
10036
10036
|
],
|
|
10037
10037
|
original: {
|
|
10038
10038
|
url: m.split("?")[0],
|
|
10039
|
-
width:
|
|
10039
|
+
width: y,
|
|
10040
10040
|
height: v
|
|
10041
10041
|
},
|
|
10042
10042
|
copyright: !1,
|
|
@@ -10053,24 +10053,24 @@ const u0 = (e) => /* @__PURE__ */ a(
|
|
|
10053
10053
|
const u = l[0], m = l[1] ?? "";
|
|
10054
10054
|
if (i.has(m)) continue;
|
|
10055
10055
|
const h = u.match(/\balt=["']([^"']*)["']/), p = h ? h[1] : "imagen", g = m.match(/__scale=([^&"']+)/), A = g ? decodeURIComponent(g[1]) : null;
|
|
10056
|
-
let
|
|
10056
|
+
let y = 0, v = 0;
|
|
10057
10057
|
if (A) {
|
|
10058
10058
|
const T = A.match(/w:(\d+)/), q = A.match(/h:(\d+)/);
|
|
10059
|
-
|
|
10059
|
+
y = T ? parseInt(T[1]) : 0, v = q ? parseInt(q[1]) : 0;
|
|
10060
10060
|
}
|
|
10061
10061
|
const _ = {
|
|
10062
10062
|
preview: {
|
|
10063
10063
|
sizes: [
|
|
10064
10064
|
{
|
|
10065
|
-
scale: A || `w:${
|
|
10065
|
+
scale: A || `w:${y},h:${v},t:2`,
|
|
10066
10066
|
url: m,
|
|
10067
|
-
width:
|
|
10067
|
+
width: y,
|
|
10068
10068
|
height: v
|
|
10069
10069
|
}
|
|
10070
10070
|
],
|
|
10071
10071
|
original: {
|
|
10072
10072
|
url: m.split("?")[0],
|
|
10073
|
-
width:
|
|
10073
|
+
width: y,
|
|
10074
10074
|
height: v
|
|
10075
10075
|
},
|
|
10076
10076
|
copyright: !1,
|
|
@@ -10141,7 +10141,7 @@ const u0 = (e) => /* @__PURE__ */ a(
|
|
|
10141
10141
|
(N) => d.includes(N?.[0]?.info.link.internal || "")
|
|
10142
10142
|
);
|
|
10143
10143
|
if (!l || !l[0]) continue;
|
|
10144
|
-
const u = l[0].preview?.sizes?.[0], m = u ? await he(u.url) : "", h = 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",
|
|
10144
|
+
const u = l[0].preview?.sizes?.[0], m = u ? await he(u.url) : "", h = 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(
|
|
10145
10145
|
l[0].preview?.sizes?.map(async (N, _) => {
|
|
10146
10146
|
const E = await he(N.url);
|
|
10147
10147
|
return _ === 0 ? `<source srcset="${E}" media="(width >= 900px)"/>` : `<source srcset="${E}" media="(width < 900px)"/>`;
|
|
@@ -10149,7 +10149,7 @@ const u0 = (e) => /* @__PURE__ */ a(
|
|
|
10149
10149
|
)).reduce((N, _) => N += _, ""), v = `
|
|
10150
10150
|
<span data-src="${d}">
|
|
10151
10151
|
<picture style='display: flex'>
|
|
10152
|
-
${
|
|
10152
|
+
${y}
|
|
10153
10153
|
<img fetchPriority='low' loading='lazy' src="${m}" alt="${t.noteRelatedImageAlt}" />
|
|
10154
10154
|
</picture>
|
|
10155
10155
|
<div>
|
|
@@ -10203,7 +10203,7 @@ async function q0(e, t) {
|
|
|
10203
10203
|
N && (p = N[1] ?? "");
|
|
10204
10204
|
}
|
|
10205
10205
|
}
|
|
10206
|
-
let
|
|
10206
|
+
let y = "";
|
|
10207
10207
|
if (p)
|
|
10208
10208
|
try {
|
|
10209
10209
|
const v = await t.iframe({ path: p }), N = t.schema ? await t.schema(p) : null;
|
|
@@ -10229,7 +10229,7 @@ async function q0(e, t) {
|
|
|
10229
10229
|
style="position: relative!important;"
|
|
10230
10230
|
src="${_.main?.code || ""}"></iframe>` : E = _.main?.code || "";
|
|
10231
10231
|
const q = T || _.main?.description || "";
|
|
10232
|
-
|
|
10232
|
+
y = `
|
|
10233
10233
|
<figure class="videoFigure">
|
|
10234
10234
|
${N && N.data && N.data.data ? `<script type="application/ld+json">${Sn(
|
|
10235
10235
|
JSON.stringify(N.data.data)
|
|
@@ -10240,11 +10240,11 @@ async function q0(e, t) {
|
|
|
10240
10240
|
`;
|
|
10241
10241
|
}
|
|
10242
10242
|
} catch (v) {
|
|
10243
|
-
console.error("insertVideos error for", p, v),
|
|
10243
|
+
console.error("insertVideos error for", p, v), y = "";
|
|
10244
10244
|
}
|
|
10245
10245
|
else
|
|
10246
|
-
|
|
10247
|
-
s = m, n +=
|
|
10246
|
+
y = h;
|
|
10247
|
+
s = m, n += y, r.lastIndex = m;
|
|
10248
10248
|
}
|
|
10249
10249
|
return n += e.slice(s), n = x0(n), n;
|
|
10250
10250
|
}
|
|
@@ -10443,7 +10443,7 @@ const L0 = (e) => {
|
|
|
10443
10443
|
}) })
|
|
10444
10444
|
] })
|
|
10445
10445
|
] });
|
|
10446
|
-
},
|
|
10446
|
+
}, ys = {
|
|
10447
10447
|
banner: (e) => /* @__PURE__ */ a(Ae, { ...e, name: e.slot_id.replace("Home", "block") }),
|
|
10448
10448
|
readest: (e) => /* @__PURE__ */ a(Ca, { ...e }),
|
|
10449
10449
|
"Modulo 1x3": (e) => /* @__PURE__ */ a(xr, { ...e }),
|
|
@@ -10466,7 +10466,7 @@ function Tr({
|
|
|
10466
10466
|
banners: s
|
|
10467
10467
|
}) {
|
|
10468
10468
|
if (s)
|
|
10469
|
-
return
|
|
10469
|
+
return ys[e] && /* @__PURE__ */ a("div", { className: "home-slot", style: Ta(n), children: ys[e]({ ...n, banners: s, slot_id: t }) });
|
|
10470
10470
|
}
|
|
10471
10471
|
function p3({
|
|
10472
10472
|
children: e,
|
|
@@ -10474,7 +10474,7 @@ function p3({
|
|
|
10474
10474
|
}) {
|
|
10475
10475
|
return /* @__PURE__ */ a("div", { className: "home-slot", style: Ta(t), children: e });
|
|
10476
10476
|
}
|
|
10477
|
-
const
|
|
10477
|
+
const ws = {
|
|
10478
10478
|
Diario: (e) => {
|
|
10479
10479
|
if (!e?.data || e.data.length === 0) return;
|
|
10480
10480
|
const t = e.data.slice(1);
|
|
@@ -10536,7 +10536,7 @@ const ys = {
|
|
|
10536
10536
|
data: t,
|
|
10537
10537
|
banners: n,
|
|
10538
10538
|
rightOnlyBanner: s
|
|
10539
|
-
}) => /* @__PURE__ */ a("div", { style: Ta(t), children:
|
|
10539
|
+
}) => /* @__PURE__ */ a("div", { style: Ta(t), children: ws[e] && ws[e]({
|
|
10540
10540
|
...t,
|
|
10541
10541
|
rightOnlyBanner: s,
|
|
10542
10542
|
banners: n
|
|
@@ -10555,7 +10555,7 @@ const ys = {
|
|
|
10555
10555
|
const p = "Home_" + m + "_" + h;
|
|
10556
10556
|
!e[p] || !e[p].blockSass || !e[p].blockSass[0] || !e[p].blockSass[0].value || !e[p].blockSass[0].block || e[p].blockSass[0].block === "No Mostrar" || c.push(
|
|
10557
10557
|
/* @__PURE__ */ f(
|
|
10558
|
-
|
|
10558
|
+
yc,
|
|
10559
10559
|
{
|
|
10560
10560
|
show: !!e[p].content?.data,
|
|
10561
10561
|
order: (m - 1) * l + (h - 1),
|
|
@@ -10591,7 +10591,7 @@ const ys = {
|
|
|
10591
10591
|
);
|
|
10592
10592
|
}
|
|
10593
10593
|
return c;
|
|
10594
|
-
},
|
|
10594
|
+
}, y3 = ({
|
|
10595
10595
|
mainBlock: e,
|
|
10596
10596
|
StylesConfigMain: t,
|
|
10597
10597
|
config: n,
|
|
@@ -10641,7 +10641,7 @@ const ys = {
|
|
|
10641
10641
|
ht.videoYouTube,
|
|
10642
10642
|
ht.iframe
|
|
10643
10643
|
].includes(n);
|
|
10644
|
-
},
|
|
10644
|
+
}, w3 = async (e) => {
|
|
10645
10645
|
const {
|
|
10646
10646
|
custom_complement: t,
|
|
10647
10647
|
ranking: n = [],
|
|
@@ -10809,7 +10809,7 @@ const ys = {
|
|
|
10809
10809
|
}
|
|
10810
10810
|
)
|
|
10811
10811
|
] }) });
|
|
10812
|
-
}, F0 = "
|
|
10812
|
+
}, F0 = "_content_ady6b_1", $0 = "_buttonStyled_ady6b_10", W0 = "_searchStyled_ady6b_21", Y0 = "_inputStyled_ady6b_37", K0 = "_inputStyledTest_ady6b_56", Bt = {
|
|
10813
10813
|
content: F0,
|
|
10814
10814
|
buttonStyled: $0,
|
|
10815
10815
|
searchStyled: W0,
|
|
@@ -10838,9 +10838,6 @@ const ys = {
|
|
|
10838
10838
|
"form",
|
|
10839
10839
|
{
|
|
10840
10840
|
className: Bt.content,
|
|
10841
|
-
style: {
|
|
10842
|
-
height: e.hasContent ? "218px" : "50vh"
|
|
10843
|
-
},
|
|
10844
10841
|
children: /* @__PURE__ */ f("div", { className: `${Bt.inputStyled} sass-buscar-form`, children: [
|
|
10845
10842
|
/* @__PURE__ */ a(
|
|
10846
10843
|
"input",
|
|
@@ -10894,7 +10891,7 @@ const ys = {
|
|
|
10894
10891
|
" "
|
|
10895
10892
|
),
|
|
10896
10893
|
paginatorComponent: /* @__PURE__ */ a(
|
|
10897
|
-
|
|
10894
|
+
wn,
|
|
10898
10895
|
{
|
|
10899
10896
|
texts: u,
|
|
10900
10897
|
pathname: i,
|
|
@@ -10975,7 +10972,7 @@ const ys = {
|
|
|
10975
10972
|
}
|
|
10976
10973
|
),
|
|
10977
10974
|
/* @__PURE__ */ a(
|
|
10978
|
-
|
|
10975
|
+
wn,
|
|
10979
10976
|
{
|
|
10980
10977
|
texts: u,
|
|
10981
10978
|
query: "",
|
|
@@ -11075,11 +11072,11 @@ const ys = {
|
|
|
11075
11072
|
`video-small-${s}`
|
|
11076
11073
|
)) })
|
|
11077
11074
|
] }) }) }) });
|
|
11078
|
-
}, pg = "_content_ruy5q_1", Ag = "_videoContent_ruy5q_9",
|
|
11075
|
+
}, pg = "_content_ruy5q_1", Ag = "_videoContent_ruy5q_9", yg = "_articleSection_ruy5q_21", wg = "_contentLatout_ruy5q_31", vg = "_title_ruy5q_36", bg = "_article_ruy5q_21", Cg = "_correspondent_ruy5q_64", ct = {
|
|
11079
11076
|
content: pg,
|
|
11080
11077
|
videoContent: Ag,
|
|
11081
|
-
articleSection:
|
|
11082
|
-
contentLatout:
|
|
11078
|
+
articleSection: yg,
|
|
11079
|
+
contentLatout: wg,
|
|
11083
11080
|
title: vg,
|
|
11084
11081
|
article: bg,
|
|
11085
11082
|
correspondent: Cg
|
|
@@ -11182,7 +11179,7 @@ const xg = (e) => {
|
|
|
11182
11179
|
hasShadow: s = !1,
|
|
11183
11180
|
BackDropAuxHeigthMobile: r
|
|
11184
11181
|
//isVisible,
|
|
11185
|
-
} = e, o =
|
|
11182
|
+
} = e, o = wr(), i = jr(
|
|
11186
11183
|
() => e?.preview?.sizes || [],
|
|
11187
11184
|
[e?.preview?.sizes]
|
|
11188
11185
|
);
|
|
@@ -11672,7 +11669,7 @@ var Ns;
|
|
|
11672
11669
|
function tp() {
|
|
11673
11670
|
if (Ns) return ne;
|
|
11674
11671
|
Ns = 1;
|
|
11675
|
-
var e = typeof Symbol == "function" && Symbol.for, t = e ? Symbol.for("react.element") : 60103, n = e ? Symbol.for("react.portal") : 60106, s = e ? Symbol.for("react.fragment") : 60107, r = e ? Symbol.for("react.strict_mode") : 60108, o = e ? Symbol.for("react.profiler") : 60114, i = e ? Symbol.for("react.provider") : 60109, c = e ? Symbol.for("react.context") : 60110, d = e ? Symbol.for("react.async_mode") : 60111, l = e ? Symbol.for("react.concurrent_mode") : 60111, u = e ? Symbol.for("react.forward_ref") : 60112, m = e ? Symbol.for("react.suspense") : 60113, h = e ? Symbol.for("react.suspense_list") : 60120, p = e ? Symbol.for("react.memo") : 60115, g = e ? Symbol.for("react.lazy") : 60116, A = e ? Symbol.for("react.block") : 60121,
|
|
11672
|
+
var e = typeof Symbol == "function" && Symbol.for, t = e ? Symbol.for("react.element") : 60103, n = e ? Symbol.for("react.portal") : 60106, s = e ? Symbol.for("react.fragment") : 60107, r = e ? Symbol.for("react.strict_mode") : 60108, o = e ? Symbol.for("react.profiler") : 60114, i = e ? Symbol.for("react.provider") : 60109, c = e ? Symbol.for("react.context") : 60110, d = e ? Symbol.for("react.async_mode") : 60111, l = e ? Symbol.for("react.concurrent_mode") : 60111, u = e ? Symbol.for("react.forward_ref") : 60112, m = e ? Symbol.for("react.suspense") : 60113, h = e ? Symbol.for("react.suspense_list") : 60120, p = e ? Symbol.for("react.memo") : 60115, g = e ? Symbol.for("react.lazy") : 60116, A = e ? Symbol.for("react.block") : 60121, y = e ? Symbol.for("react.fundamental") : 60117, v = e ? Symbol.for("react.responder") : 60118, N = e ? Symbol.for("react.scope") : 60119;
|
|
11676
11673
|
function _(b) {
|
|
11677
11674
|
if (typeof b == "object" && b !== null) {
|
|
11678
11675
|
var T = b.$$typeof;
|
|
@@ -11731,22 +11728,22 @@ function tp() {
|
|
|
11731
11728
|
}, ne.isSuspense = function(b) {
|
|
11732
11729
|
return _(b) === m;
|
|
11733
11730
|
}, ne.isValidElementType = function(b) {
|
|
11734
|
-
return typeof b == "string" || typeof b == "function" || b === s || b === l || b === o || b === r || b === m || b === h || typeof b == "object" && b !== null && (b.$$typeof === g || b.$$typeof === p || b.$$typeof === i || b.$$typeof === c || b.$$typeof === u || b.$$typeof ===
|
|
11731
|
+
return typeof b == "string" || typeof b == "function" || b === s || b === l || b === o || b === r || b === m || b === h || 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);
|
|
11735
11732
|
}, ne.typeOf = _, ne;
|
|
11736
11733
|
}
|
|
11737
11734
|
var ae = {};
|
|
11738
11735
|
var Ss;
|
|
11739
11736
|
function np() {
|
|
11740
11737
|
return Ss || (Ss = 1, process.env.NODE_ENV !== "production" && (function() {
|
|
11741
|
-
var e = typeof Symbol == "function" && Symbol.for, t = e ? Symbol.for("react.element") : 60103, n = e ? Symbol.for("react.portal") : 60106, s = e ? Symbol.for("react.fragment") : 60107, r = e ? Symbol.for("react.strict_mode") : 60108, o = e ? Symbol.for("react.profiler") : 60114, i = e ? Symbol.for("react.provider") : 60109, c = e ? Symbol.for("react.context") : 60110, d = e ? Symbol.for("react.async_mode") : 60111, l = e ? Symbol.for("react.concurrent_mode") : 60111, u = e ? Symbol.for("react.forward_ref") : 60112, m = e ? Symbol.for("react.suspense") : 60113, h = e ? Symbol.for("react.suspense_list") : 60120, p = e ? Symbol.for("react.memo") : 60115, g = e ? Symbol.for("react.lazy") : 60116, A = e ? Symbol.for("react.block") : 60121,
|
|
11738
|
+
var e = typeof Symbol == "function" && Symbol.for, t = e ? Symbol.for("react.element") : 60103, n = e ? Symbol.for("react.portal") : 60106, s = e ? Symbol.for("react.fragment") : 60107, r = e ? Symbol.for("react.strict_mode") : 60108, o = e ? Symbol.for("react.profiler") : 60114, i = e ? Symbol.for("react.provider") : 60109, c = e ? Symbol.for("react.context") : 60110, d = e ? Symbol.for("react.async_mode") : 60111, l = e ? Symbol.for("react.concurrent_mode") : 60111, u = e ? Symbol.for("react.forward_ref") : 60112, m = e ? Symbol.for("react.suspense") : 60113, h = e ? Symbol.for("react.suspense_list") : 60120, p = e ? Symbol.for("react.memo") : 60115, g = e ? Symbol.for("react.lazy") : 60116, A = e ? Symbol.for("react.block") : 60121, y = e ? Symbol.for("react.fundamental") : 60117, v = e ? Symbol.for("react.responder") : 60118, N = e ? Symbol.for("react.scope") : 60119;
|
|
11742
11739
|
function _(L) {
|
|
11743
11740
|
return typeof L == "string" || typeof L == "function" || // Note: its typeof might be other than 'symbol' or 'number' if it's a polyfill.
|
|
11744
|
-
L === s || L === l || L === o || L === r || L === m || L === h || typeof L == "object" && L !== null && (L.$$typeof === g || L.$$typeof === p || L.$$typeof === i || L.$$typeof === c || L.$$typeof === u || L.$$typeof ===
|
|
11741
|
+
L === s || L === l || L === o || L === r || L === m || L === h || typeof L == "object" && L !== null && (L.$$typeof === g || L.$$typeof === p || L.$$typeof === i || L.$$typeof === c || L.$$typeof === u || L.$$typeof === y || L.$$typeof === v || L.$$typeof === N || L.$$typeof === A);
|
|
11745
11742
|
}
|
|
11746
11743
|
function E(L) {
|
|
11747
11744
|
if (typeof L == "object" && L !== null) {
|
|
11748
|
-
var
|
|
11749
|
-
switch (
|
|
11745
|
+
var ye = L.$$typeof;
|
|
11746
|
+
switch (ye) {
|
|
11750
11747
|
case t:
|
|
11751
11748
|
var Ft = L.type;
|
|
11752
11749
|
switch (Ft) {
|
|
@@ -11767,19 +11764,19 @@ function np() {
|
|
|
11767
11764
|
case i:
|
|
11768
11765
|
return Ra;
|
|
11769
11766
|
default:
|
|
11770
|
-
return
|
|
11767
|
+
return ye;
|
|
11771
11768
|
}
|
|
11772
11769
|
}
|
|
11773
11770
|
case n:
|
|
11774
|
-
return
|
|
11771
|
+
return ye;
|
|
11775
11772
|
}
|
|
11776
11773
|
}
|
|
11777
11774
|
}
|
|
11778
11775
|
var b = d, T = l, q = c, Q = i, ee = t, G = u, P = s, te = g, ce = p, M = n, U = o, x = r, D = m, I = !1;
|
|
11779
11776
|
function z(L) {
|
|
11780
|
-
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.")),
|
|
11777
|
+
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(L) || E(L) === d;
|
|
11781
11778
|
}
|
|
11782
|
-
function
|
|
11779
|
+
function w(L) {
|
|
11783
11780
|
return E(L) === l;
|
|
11784
11781
|
}
|
|
11785
11782
|
function S(L) {
|
|
@@ -11815,7 +11812,7 @@ function np() {
|
|
|
11815
11812
|
function ie(L) {
|
|
11816
11813
|
return E(L) === m;
|
|
11817
11814
|
}
|
|
11818
|
-
ae.AsyncMode = b, ae.ConcurrentMode = T, ae.ContextConsumer = q, ae.ContextProvider = Q, ae.Element = ee, ae.ForwardRef = G, ae.Fragment = P, ae.Lazy = te, ae.Memo = ce, ae.Portal = M, ae.Profiler = U, ae.StrictMode = x, ae.Suspense = D, ae.isAsyncMode = z, ae.isConcurrentMode =
|
|
11815
|
+
ae.AsyncMode = b, ae.ConcurrentMode = T, ae.ContextConsumer = q, ae.ContextProvider = Q, ae.Element = ee, ae.ForwardRef = G, ae.Fragment = P, ae.Lazy = te, ae.Memo = ce, ae.Portal = M, ae.Profiler = U, ae.StrictMode = x, ae.Suspense = D, ae.isAsyncMode = z, ae.isConcurrentMode = w, ae.isContextConsumer = S, ae.isContextProvider = R, ae.isElement = j, ae.isForwardRef = B, ae.isFragment = H, ae.isLazy = V, ae.isMemo = F, ae.isPortal = Z, ae.isProfiler = X, ae.isStrictMode = $, ae.isSuspense = ie, ae.isValidElementType = _, ae.typeOf = E;
|
|
11819
11816
|
})()), ae;
|
|
11820
11817
|
}
|
|
11821
11818
|
var Es;
|
|
@@ -11947,8 +11944,8 @@ function rp() {
|
|
|
11947
11944
|
}
|
|
11948
11945
|
return Zn = function(c, d) {
|
|
11949
11946
|
var l = typeof Symbol == "function" && Symbol.iterator, u = "@@iterator";
|
|
11950
|
-
function m(
|
|
11951
|
-
var S =
|
|
11947
|
+
function m(w) {
|
|
11948
|
+
var S = w && (l && w[l] || w[u]);
|
|
11952
11949
|
if (typeof S == "function")
|
|
11953
11950
|
return S;
|
|
11954
11951
|
}
|
|
@@ -11973,14 +11970,14 @@ function rp() {
|
|
|
11973
11970
|
shape: te,
|
|
11974
11971
|
exact: ce
|
|
11975
11972
|
};
|
|
11976
|
-
function g(
|
|
11977
|
-
return
|
|
11973
|
+
function g(w, S) {
|
|
11974
|
+
return w === S ? w !== 0 || 1 / w === 1 / S : w !== w && S !== S;
|
|
11978
11975
|
}
|
|
11979
|
-
function A(
|
|
11980
|
-
this.message =
|
|
11976
|
+
function A(w, S) {
|
|
11977
|
+
this.message = w, this.data = S && typeof S == "object" ? S : {}, this.stack = "";
|
|
11981
11978
|
}
|
|
11982
11979
|
A.prototype = Error.prototype;
|
|
11983
|
-
function w
|
|
11980
|
+
function y(w) {
|
|
11984
11981
|
if (process.env.NODE_ENV !== "production")
|
|
11985
11982
|
var S = {}, R = 0;
|
|
11986
11983
|
function j(H, V, F, Z, X, $, ie) {
|
|
@@ -11991,38 +11988,38 @@ function rp() {
|
|
|
11991
11988
|
);
|
|
11992
11989
|
throw L.name = "Invariant Violation", L;
|
|
11993
11990
|
} else if (process.env.NODE_ENV !== "production" && typeof console < "u") {
|
|
11994
|
-
var
|
|
11995
|
-
!S[
|
|
11991
|
+
var ye = Z + ":" + F;
|
|
11992
|
+
!S[ye] && // Avoid spamming the console because they are often not actionable except for lib authors
|
|
11996
11993
|
R < 3 && (o(
|
|
11997
11994
|
"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."
|
|
11998
|
-
), S[
|
|
11995
|
+
), S[ye] = !0, R++);
|
|
11999
11996
|
}
|
|
12000
11997
|
}
|
|
12001
|
-
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 :
|
|
11998
|
+
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, $);
|
|
12002
11999
|
}
|
|
12003
12000
|
var B = j.bind(null, !1);
|
|
12004
12001
|
return B.isRequired = j.bind(null, !0), B;
|
|
12005
12002
|
}
|
|
12006
|
-
function v(
|
|
12003
|
+
function v(w) {
|
|
12007
12004
|
function S(R, j, B, H, V, F) {
|
|
12008
12005
|
var Z = R[j], X = x(Z);
|
|
12009
|
-
if (X !==
|
|
12006
|
+
if (X !== w) {
|
|
12010
12007
|
var $ = D(Z);
|
|
12011
12008
|
return new A(
|
|
12012
|
-
"Invalid " + H + " `" + V + "` of type " + ("`" + $ + "` supplied to `" + B + "`, expected ") + ("`" +
|
|
12013
|
-
{ expectedType:
|
|
12009
|
+
"Invalid " + H + " `" + V + "` of type " + ("`" + $ + "` supplied to `" + B + "`, expected ") + ("`" + w + "`."),
|
|
12010
|
+
{ expectedType: w }
|
|
12014
12011
|
);
|
|
12015
12012
|
}
|
|
12016
12013
|
return null;
|
|
12017
12014
|
}
|
|
12018
|
-
return
|
|
12015
|
+
return y(S);
|
|
12019
12016
|
}
|
|
12020
12017
|
function N() {
|
|
12021
|
-
return
|
|
12018
|
+
return y(i);
|
|
12022
12019
|
}
|
|
12023
|
-
function _(
|
|
12020
|
+
function _(w) {
|
|
12024
12021
|
function S(R, j, B, H, V) {
|
|
12025
|
-
if (typeof
|
|
12022
|
+
if (typeof w != "function")
|
|
12026
12023
|
return new A("Property `" + V + "` of component `" + B + "` has invalid PropType notation inside arrayOf.");
|
|
12027
12024
|
var F = R[j];
|
|
12028
12025
|
if (!Array.isArray(F)) {
|
|
@@ -12030,16 +12027,16 @@ function rp() {
|
|
|
12030
12027
|
return new A("Invalid " + H + " `" + V + "` of type " + ("`" + Z + "` supplied to `" + B + "`, expected an array."));
|
|
12031
12028
|
}
|
|
12032
12029
|
for (var X = 0; X < F.length; X++) {
|
|
12033
|
-
var $ =
|
|
12030
|
+
var $ = w(F, X, B, H, V + "[" + X + "]", n);
|
|
12034
12031
|
if ($ instanceof Error)
|
|
12035
12032
|
return $;
|
|
12036
12033
|
}
|
|
12037
12034
|
return null;
|
|
12038
12035
|
}
|
|
12039
|
-
return
|
|
12036
|
+
return y(S);
|
|
12040
12037
|
}
|
|
12041
12038
|
function E() {
|
|
12042
|
-
function
|
|
12039
|
+
function w(S, R, j, B, H) {
|
|
12043
12040
|
var V = S[R];
|
|
12044
12041
|
if (!c(V)) {
|
|
12045
12042
|
var F = x(V);
|
|
@@ -12047,10 +12044,10 @@ function rp() {
|
|
|
12047
12044
|
}
|
|
12048
12045
|
return null;
|
|
12049
12046
|
}
|
|
12050
|
-
return w
|
|
12047
|
+
return y(w);
|
|
12051
12048
|
}
|
|
12052
12049
|
function b() {
|
|
12053
|
-
function
|
|
12050
|
+
function w(S, R, j, B, H) {
|
|
12054
12051
|
var V = S[R];
|
|
12055
12052
|
if (!e.isValidElementType(V)) {
|
|
12056
12053
|
var F = x(V);
|
|
@@ -12058,92 +12055,92 @@ function rp() {
|
|
|
12058
12055
|
}
|
|
12059
12056
|
return null;
|
|
12060
12057
|
}
|
|
12061
|
-
return w
|
|
12058
|
+
return y(w);
|
|
12062
12059
|
}
|
|
12063
|
-
function T(
|
|
12060
|
+
function T(w) {
|
|
12064
12061
|
function S(R, j, B, H, V) {
|
|
12065
|
-
if (!(R[j] instanceof
|
|
12066
|
-
var F =
|
|
12062
|
+
if (!(R[j] instanceof w)) {
|
|
12063
|
+
var F = w.name || h, Z = z(R[j]);
|
|
12067
12064
|
return new A("Invalid " + H + " `" + V + "` of type " + ("`" + Z + "` supplied to `" + B + "`, expected ") + ("instance of `" + F + "`."));
|
|
12068
12065
|
}
|
|
12069
12066
|
return null;
|
|
12070
12067
|
}
|
|
12071
|
-
return
|
|
12068
|
+
return y(S);
|
|
12072
12069
|
}
|
|
12073
|
-
function q(
|
|
12074
|
-
if (!Array.isArray(
|
|
12070
|
+
function q(w) {
|
|
12071
|
+
if (!Array.isArray(w))
|
|
12075
12072
|
return process.env.NODE_ENV !== "production" && (arguments.length > 1 ? o(
|
|
12076
12073
|
"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])."
|
|
12077
12074
|
) : o("Invalid argument supplied to oneOf, expected an array.")), i;
|
|
12078
12075
|
function S(R, j, B, H, V) {
|
|
12079
|
-
for (var F = R[j], Z = 0; Z <
|
|
12080
|
-
if (g(F,
|
|
12076
|
+
for (var F = R[j], Z = 0; Z < w.length; Z++)
|
|
12077
|
+
if (g(F, w[Z]))
|
|
12081
12078
|
return null;
|
|
12082
|
-
var X = JSON.stringify(
|
|
12083
|
-
var
|
|
12084
|
-
return
|
|
12079
|
+
var X = JSON.stringify(w, function(ie, L) {
|
|
12080
|
+
var ye = D(L);
|
|
12081
|
+
return ye === "symbol" ? String(L) : L;
|
|
12085
12082
|
});
|
|
12086
12083
|
return new A("Invalid " + H + " `" + V + "` of value `" + String(F) + "` " + ("supplied to `" + B + "`, expected one of " + X + "."));
|
|
12087
12084
|
}
|
|
12088
|
-
return
|
|
12085
|
+
return y(S);
|
|
12089
12086
|
}
|
|
12090
|
-
function Q(
|
|
12087
|
+
function Q(w) {
|
|
12091
12088
|
function S(R, j, B, H, V) {
|
|
12092
|
-
if (typeof
|
|
12089
|
+
if (typeof w != "function")
|
|
12093
12090
|
return new A("Property `" + V + "` of component `" + B + "` has invalid PropType notation inside objectOf.");
|
|
12094
12091
|
var F = R[j], Z = x(F);
|
|
12095
12092
|
if (Z !== "object")
|
|
12096
12093
|
return new A("Invalid " + H + " `" + V + "` of type " + ("`" + Z + "` supplied to `" + B + "`, expected an object."));
|
|
12097
12094
|
for (var X in F)
|
|
12098
12095
|
if (s(F, X)) {
|
|
12099
|
-
var $ =
|
|
12096
|
+
var $ = w(F, X, B, H, V + "." + X, n);
|
|
12100
12097
|
if ($ instanceof Error)
|
|
12101
12098
|
return $;
|
|
12102
12099
|
}
|
|
12103
12100
|
return null;
|
|
12104
12101
|
}
|
|
12105
|
-
return
|
|
12102
|
+
return y(S);
|
|
12106
12103
|
}
|
|
12107
|
-
function ee(
|
|
12108
|
-
if (!Array.isArray(
|
|
12104
|
+
function ee(w) {
|
|
12105
|
+
if (!Array.isArray(w))
|
|
12109
12106
|
return process.env.NODE_ENV !== "production" && o("Invalid argument supplied to oneOfType, expected an instance of array."), i;
|
|
12110
|
-
for (var S = 0; S <
|
|
12111
|
-
var R =
|
|
12107
|
+
for (var S = 0; S < w.length; S++) {
|
|
12108
|
+
var R = w[S];
|
|
12112
12109
|
if (typeof R != "function")
|
|
12113
12110
|
return o(
|
|
12114
12111
|
"Invalid argument supplied to oneOfType. Expected an array of check functions, but received " + I(R) + " at index " + S + "."
|
|
12115
12112
|
), i;
|
|
12116
12113
|
}
|
|
12117
12114
|
function j(B, H, V, F, Z) {
|
|
12118
|
-
for (var X = [], $ = 0; $ <
|
|
12119
|
-
var ie =
|
|
12115
|
+
for (var X = [], $ = 0; $ < w.length; $++) {
|
|
12116
|
+
var ie = w[$], L = ie(B, H, V, F, Z, n);
|
|
12120
12117
|
if (L == null)
|
|
12121
12118
|
return null;
|
|
12122
12119
|
L.data && s(L.data, "expectedType") && X.push(L.data.expectedType);
|
|
12123
12120
|
}
|
|
12124
|
-
var
|
|
12125
|
-
return new A("Invalid " + F + " `" + Z + "` supplied to " + ("`" + V + "`" +
|
|
12121
|
+
var ye = X.length > 0 ? ", expected one of type [" + X.join(", ") + "]" : "";
|
|
12122
|
+
return new A("Invalid " + F + " `" + Z + "` supplied to " + ("`" + V + "`" + ye + "."));
|
|
12126
12123
|
}
|
|
12127
|
-
return
|
|
12124
|
+
return y(j);
|
|
12128
12125
|
}
|
|
12129
12126
|
function G() {
|
|
12130
|
-
function
|
|
12127
|
+
function w(S, R, j, B, H) {
|
|
12131
12128
|
return M(S[R]) ? null : new A("Invalid " + B + " `" + H + "` supplied to " + ("`" + j + "`, expected a ReactNode."));
|
|
12132
12129
|
}
|
|
12133
|
-
return w
|
|
12130
|
+
return y(w);
|
|
12134
12131
|
}
|
|
12135
|
-
function P(
|
|
12132
|
+
function P(w, S, R, j, B) {
|
|
12136
12133
|
return new A(
|
|
12137
|
-
(
|
|
12134
|
+
(w || "React class") + ": " + S + " type `" + R + "." + j + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + B + "`."
|
|
12138
12135
|
);
|
|
12139
12136
|
}
|
|
12140
|
-
function te(
|
|
12137
|
+
function te(w) {
|
|
12141
12138
|
function S(R, j, B, H, V) {
|
|
12142
12139
|
var F = R[j], Z = x(F);
|
|
12143
12140
|
if (Z !== "object")
|
|
12144
12141
|
return new A("Invalid " + H + " `" + V + "` of type `" + Z + "` " + ("supplied to `" + B + "`, expected `object`."));
|
|
12145
|
-
for (var X in
|
|
12146
|
-
var $ =
|
|
12142
|
+
for (var X in w) {
|
|
12143
|
+
var $ = w[X];
|
|
12147
12144
|
if (typeof $ != "function")
|
|
12148
12145
|
return P(B, H, V, X, D($));
|
|
12149
12146
|
var ie = $(F, X, B, H, V + "." + X, n);
|
|
@@ -12152,22 +12149,22 @@ function rp() {
|
|
|
12152
12149
|
}
|
|
12153
12150
|
return null;
|
|
12154
12151
|
}
|
|
12155
|
-
return
|
|
12152
|
+
return y(S);
|
|
12156
12153
|
}
|
|
12157
|
-
function ce(
|
|
12154
|
+
function ce(w) {
|
|
12158
12155
|
function S(R, j, B, H, V) {
|
|
12159
12156
|
var F = R[j], Z = x(F);
|
|
12160
12157
|
if (Z !== "object")
|
|
12161
12158
|
return new A("Invalid " + H + " `" + V + "` of type `" + Z + "` " + ("supplied to `" + B + "`, expected `object`."));
|
|
12162
|
-
var X = t({}, R[j],
|
|
12159
|
+
var X = t({}, R[j], w);
|
|
12163
12160
|
for (var $ in X) {
|
|
12164
|
-
var ie =
|
|
12165
|
-
if (s(
|
|
12161
|
+
var ie = w[$];
|
|
12162
|
+
if (s(w, $) && typeof ie != "function")
|
|
12166
12163
|
return P(B, H, V, $, D(ie));
|
|
12167
12164
|
if (!ie)
|
|
12168
12165
|
return new A(
|
|
12169
12166
|
"Invalid " + H + " `" + V + "` key `" + $ + "` supplied to `" + B + "`.\nBad object: " + JSON.stringify(R[j], null, " ") + `
|
|
12170
|
-
Valid keys: ` + JSON.stringify(Object.keys(
|
|
12167
|
+
Valid keys: ` + JSON.stringify(Object.keys(w), null, " ")
|
|
12171
12168
|
);
|
|
12172
12169
|
var L = ie(F, $, B, H, V + "." + $, n);
|
|
12173
12170
|
if (L)
|
|
@@ -12175,25 +12172,25 @@ Valid keys: ` + JSON.stringify(Object.keys(y), null, " ")
|
|
|
12175
12172
|
}
|
|
12176
12173
|
return null;
|
|
12177
12174
|
}
|
|
12178
|
-
return
|
|
12175
|
+
return y(S);
|
|
12179
12176
|
}
|
|
12180
|
-
function M(
|
|
12181
|
-
switch (typeof
|
|
12177
|
+
function M(w) {
|
|
12178
|
+
switch (typeof w) {
|
|
12182
12179
|
case "number":
|
|
12183
12180
|
case "string":
|
|
12184
12181
|
case "undefined":
|
|
12185
12182
|
return !0;
|
|
12186
12183
|
case "boolean":
|
|
12187
|
-
return !
|
|
12184
|
+
return !w;
|
|
12188
12185
|
case "object":
|
|
12189
|
-
if (Array.isArray(
|
|
12190
|
-
return
|
|
12191
|
-
if (
|
|
12186
|
+
if (Array.isArray(w))
|
|
12187
|
+
return w.every(M);
|
|
12188
|
+
if (w === null || c(w))
|
|
12192
12189
|
return !0;
|
|
12193
|
-
var S = m(
|
|
12190
|
+
var S = m(w);
|
|
12194
12191
|
if (S) {
|
|
12195
|
-
var R = S.call(
|
|
12196
|
-
if (S !==
|
|
12192
|
+
var R = S.call(w), j;
|
|
12193
|
+
if (S !== w.entries) {
|
|
12197
12194
|
for (; !(j = R.next()).done; )
|
|
12198
12195
|
if (!M(j.value))
|
|
12199
12196
|
return !1;
|
|
@@ -12210,27 +12207,27 @@ Valid keys: ` + JSON.stringify(Object.keys(y), null, " ")
|
|
|
12210
12207
|
return !1;
|
|
12211
12208
|
}
|
|
12212
12209
|
}
|
|
12213
|
-
function U(
|
|
12214
|
-
return
|
|
12210
|
+
function U(w, S) {
|
|
12211
|
+
return w === "symbol" ? !0 : S ? S["@@toStringTag"] === "Symbol" || typeof Symbol == "function" && S instanceof Symbol : !1;
|
|
12215
12212
|
}
|
|
12216
|
-
function x(
|
|
12217
|
-
var S = typeof
|
|
12218
|
-
return Array.isArray(
|
|
12213
|
+
function x(w) {
|
|
12214
|
+
var S = typeof w;
|
|
12215
|
+
return Array.isArray(w) ? "array" : w instanceof RegExp ? "object" : U(S, w) ? "symbol" : S;
|
|
12219
12216
|
}
|
|
12220
|
-
function D(
|
|
12221
|
-
if (typeof
|
|
12222
|
-
return "" +
|
|
12223
|
-
var S = x(
|
|
12217
|
+
function D(w) {
|
|
12218
|
+
if (typeof w > "u" || w === null)
|
|
12219
|
+
return "" + w;
|
|
12220
|
+
var S = x(w);
|
|
12224
12221
|
if (S === "object") {
|
|
12225
|
-
if (
|
|
12222
|
+
if (w instanceof Date)
|
|
12226
12223
|
return "date";
|
|
12227
|
-
if (
|
|
12224
|
+
if (w instanceof RegExp)
|
|
12228
12225
|
return "regexp";
|
|
12229
12226
|
}
|
|
12230
12227
|
return S;
|
|
12231
12228
|
}
|
|
12232
|
-
function I(
|
|
12233
|
-
var S = D(
|
|
12229
|
+
function I(w) {
|
|
12230
|
+
var S = D(w);
|
|
12234
12231
|
switch (S) {
|
|
12235
12232
|
case "array":
|
|
12236
12233
|
case "object":
|
|
@@ -12243,8 +12240,8 @@ Valid keys: ` + JSON.stringify(Object.keys(y), null, " ")
|
|
|
12243
12240
|
return S;
|
|
12244
12241
|
}
|
|
12245
12242
|
}
|
|
12246
|
-
function z(
|
|
12247
|
-
return !
|
|
12243
|
+
function z(w) {
|
|
12244
|
+
return !w.constructor || !w.constructor.name ? h : w.constructor.name;
|
|
12248
12245
|
}
|
|
12249
12246
|
return p.checkPropTypes = r, p.resetWarningCache = r.resetWarningCache, p.PropTypes = p, p;
|
|
12250
12247
|
}, Zn;
|
|
@@ -12479,17 +12476,17 @@ function mp() {
|
|
|
12479
12476
|
return e.isMemo(g) ? r : o[g.$$typeof] || t;
|
|
12480
12477
|
}
|
|
12481
12478
|
var c = Object.defineProperty, d = Object.getOwnPropertyNames, l = Object.getOwnPropertySymbols, u = Object.getOwnPropertyDescriptor, m = Object.getPrototypeOf, h = Object.prototype;
|
|
12482
|
-
function p(g, A,
|
|
12479
|
+
function p(g, A, y) {
|
|
12483
12480
|
if (typeof A != "string") {
|
|
12484
12481
|
if (h) {
|
|
12485
12482
|
var v = m(A);
|
|
12486
|
-
v && v !== h && p(g, v,
|
|
12483
|
+
v && v !== h && p(g, v, y);
|
|
12487
12484
|
}
|
|
12488
12485
|
var N = d(A);
|
|
12489
12486
|
l && (N = N.concat(l(A)));
|
|
12490
12487
|
for (var _ = i(g), E = i(A), b = 0; b < N.length; ++b) {
|
|
12491
12488
|
var T = N[b];
|
|
12492
|
-
if (!n[T] && !(
|
|
12489
|
+
if (!n[T] && !(y && y[T]) && !(E && E[T]) && !(_ && _[T])) {
|
|
12493
12490
|
var q = u(A, T);
|
|
12494
12491
|
try {
|
|
12495
12492
|
c(g, T, q);
|
|
@@ -12525,7 +12522,7 @@ function pp(e, t) {
|
|
|
12525
12522
|
e.prototype = Object.create(t.prototype), e.prototype.constructor = e, e.__proto__ = t;
|
|
12526
12523
|
}
|
|
12527
12524
|
var Le = {}, Ap = 0;
|
|
12528
|
-
function
|
|
12525
|
+
function yp(e, t) {
|
|
12529
12526
|
return t = t || {}, function(s) {
|
|
12530
12527
|
var r = s.displayName || s.name || "Component", o = /* @__PURE__ */ (function(c) {
|
|
12531
12528
|
pp(d, c);
|
|
@@ -12551,7 +12548,7 @@ function wp(e, t) {
|
|
|
12551
12548
|
m.observers[h](m);
|
|
12552
12549
|
delete window[t.callbackName];
|
|
12553
12550
|
}, l.componentDidMount = function() {
|
|
12554
|
-
var m = this, h = this.setupScriptURL(), p = this.asyncScriptLoaderGetScriptLoaderID(), g = t, A = g.globalName,
|
|
12551
|
+
var m = this, h = this.setupScriptURL(), p = this.asyncScriptLoaderGetScriptLoaderID(), g = t, A = g.globalName, y = g.callbackName, v = g.scriptId;
|
|
12555
12552
|
if (A && typeof window[A] < "u" && (Le[h] = {
|
|
12556
12553
|
loaded: !0,
|
|
12557
12554
|
observers: {}
|
|
@@ -12585,12 +12582,12 @@ function wp(e, t) {
|
|
|
12585
12582
|
Q(G[P]) && delete G[P];
|
|
12586
12583
|
}
|
|
12587
12584
|
};
|
|
12588
|
-
|
|
12585
|
+
y && typeof window < "u" && (window[y] = function() {
|
|
12589
12586
|
return m.asyncScriptLoaderTriggerOnScriptLoaded();
|
|
12590
12587
|
}), E.onload = function() {
|
|
12591
12588
|
var q = Le[h];
|
|
12592
12589
|
q && (q.loaded = !0, T(function(Q) {
|
|
12593
|
-
return
|
|
12590
|
+
return y ? !1 : (Q(q), !0);
|
|
12594
12591
|
}));
|
|
12595
12592
|
}, E.onerror = function() {
|
|
12596
12593
|
var q = Le[h];
|
|
@@ -12621,7 +12618,7 @@ function wp(e, t) {
|
|
|
12621
12618
|
}, fp(i, s);
|
|
12622
12619
|
};
|
|
12623
12620
|
}
|
|
12624
|
-
var ha = "onloadcallback",
|
|
12621
|
+
var ha = "onloadcallback", wp = "grecaptcha";
|
|
12625
12622
|
function fa() {
|
|
12626
12623
|
return typeof window < "u" && window.recaptchaOptions || {};
|
|
12627
12624
|
}
|
|
@@ -12629,9 +12626,9 @@ function vp() {
|
|
|
12629
12626
|
var e = fa(), t = e.useRecaptchaNet ? "recaptcha.net" : "www.google.com";
|
|
12630
12627
|
return e.enterprise ? "https://" + t + "/recaptcha/enterprise.js?onload=" + ha + "&render=explicit" : "https://" + t + "/recaptcha/api.js?onload=" + ha + "&render=explicit";
|
|
12631
12628
|
}
|
|
12632
|
-
const qr =
|
|
12629
|
+
const qr = yp(vp, {
|
|
12633
12630
|
callbackName: ha,
|
|
12634
|
-
globalName:
|
|
12631
|
+
globalName: wp,
|
|
12635
12632
|
attributes: fa().nonce ? {
|
|
12636
12633
|
nonce: fa().nonce
|
|
12637
12634
|
} : {}
|
|
@@ -12725,7 +12722,7 @@ const qr = wp(vp, {
|
|
|
12725
12722
|
})).json();
|
|
12726
12723
|
if (N.type === "success")
|
|
12727
12724
|
Xg(document, n), c("success"), setTimeout(() => {
|
|
12728
|
-
|
|
12725
|
+
y();
|
|
12729
12726
|
}, 3e3);
|
|
12730
12727
|
else
|
|
12731
12728
|
throw new Error(N.message || "Error al reportar comentario");
|
|
@@ -12733,11 +12730,11 @@ const qr = wp(vp, {
|
|
|
12733
12730
|
console.error("Error reporting comment:", v), m(v.message || "Error al reportar comentario"), c("form");
|
|
12734
12731
|
}
|
|
12735
12732
|
}
|
|
12736
|
-
},
|
|
12733
|
+
}, y = () => {
|
|
12737
12734
|
c("form"), l(""), m(""), t();
|
|
12738
12735
|
};
|
|
12739
12736
|
return !e || !n || !r ? null : /* @__PURE__ */ a("div", { className: ue.overlay, children: /* @__PURE__ */ f("div", { className: ue.popup, children: [
|
|
12740
|
-
/* @__PURE__ */ a("button", { className: "close-reply-form", onClick:
|
|
12737
|
+
/* @__PURE__ */ a("button", { className: "close-reply-form", onClick: y, children: /* @__PURE__ */ a(Tt, {}) }),
|
|
12741
12738
|
/* @__PURE__ */ a("h2", { className: ue.title, children: "Reportar Abuso" }),
|
|
12742
12739
|
i === "loading" && /* @__PURE__ */ a("div", { className: ue.loadingContainer, children: /* @__PURE__ */ a(Je, {}) }),
|
|
12743
12740
|
i === "form" || i === "loading" ? /* @__PURE__ */ f(J, { children: [
|
|
@@ -12768,7 +12765,7 @@ const qr = wp(vp, {
|
|
|
12768
12765
|
}
|
|
12769
12766
|
),
|
|
12770
12767
|
/* @__PURE__ */ f("div", { className: ue.buttons, children: [
|
|
12771
|
-
/* @__PURE__ */ a("button", { onClick:
|
|
12768
|
+
/* @__PURE__ */ a("button", { onClick: y, className: ue.cancelButton, children: "Cancelar" }),
|
|
12772
12769
|
/* @__PURE__ */ a(
|
|
12773
12770
|
"button",
|
|
12774
12771
|
{
|
|
@@ -12802,7 +12799,7 @@ const qr = wp(vp, {
|
|
|
12802
12799
|
/* @__PURE__ */ a("div", { className: ue.buttons, children: /* @__PURE__ */ a(
|
|
12803
12800
|
"button",
|
|
12804
12801
|
{
|
|
12805
|
-
onClick:
|
|
12802
|
+
onClick: y,
|
|
12806
12803
|
className: [ue.closeButton, ue.buttonAlone].join(" "),
|
|
12807
12804
|
children: "Cerrar"
|
|
12808
12805
|
}
|
|
@@ -12905,10 +12902,10 @@ async function Yp({
|
|
|
12905
12902
|
state: i
|
|
12906
12903
|
});
|
|
12907
12904
|
r && A.append("id", r), o && A.append("lastid", o);
|
|
12908
|
-
const
|
|
12905
|
+
const y = `${g}${m}/newcomments/get?${A.toString()}`;
|
|
12909
12906
|
try {
|
|
12910
|
-
console.log("Fetching comments from:",
|
|
12911
|
-
const { data: v } = await re.get(
|
|
12907
|
+
console.log("Fetching comments from:", y);
|
|
12908
|
+
const { data: v } = await re.get(y, {
|
|
12912
12909
|
headers: {
|
|
12913
12910
|
"x-api-token": c,
|
|
12914
12911
|
"Cache-Control": "max-age=0, no-cache, no-store, must-revalidate",
|
|
@@ -13214,7 +13211,7 @@ const { PUBLIC_PUBLICATION_ID: Kp } = Y(), Jp = Kp, Zp = (e) => {
|
|
|
13214
13211
|
] })
|
|
13215
13212
|
] }) });
|
|
13216
13213
|
}, a9 = ({ comment: e, replyingTo: t, path: n, user: s, handleReplyingTo: r, onFlag: o, CAPTCHA_KEY_V2: i, DATE_CONFIG: c }) => {
|
|
13217
|
-
const d = { morereply: e.morereply ?? !1, reply: e.reply ? e.reply : [] }, [l, u] = K(d), [m, h] = Te.useState(!1), { PUBLIC_PUBLICATION_ID: p, PUBLIC_X_SECURITY_TOKEN: g } = Y(), A = e.text,
|
|
13214
|
+
const d = { morereply: e.morereply ?? !1, reply: e.reply ? e.reply : [] }, [l, u] = K(d), [m, h] = Te.useState(!1), { PUBLIC_PUBLICATION_ID: p, PUBLIC_X_SECURITY_TOKEN: g } = Y(), A = e.text, y = Te.useRef(null);
|
|
13218
13215
|
let v = `${Ke.firstname} ${Ke.lastname}`, N = Ke.username;
|
|
13219
13216
|
e.user && (v = `${e.user.firstname} ${e.user.lastname}`, N = e.user.username);
|
|
13220
13217
|
const _ = (E) => {
|
|
@@ -13242,7 +13239,7 @@ const { PUBLIC_PUBLICATION_ID: Kp } = Y(), Jp = Kp, Zp = (e) => {
|
|
|
13242
13239
|
t9,
|
|
13243
13240
|
{
|
|
13244
13241
|
replyingTo: t,
|
|
13245
|
-
commentRef:
|
|
13242
|
+
commentRef: y,
|
|
13246
13243
|
addReply: _,
|
|
13247
13244
|
user: s,
|
|
13248
13245
|
path: n,
|
|
@@ -13350,7 +13347,7 @@ const { PUBLIC_PUBLICATION_ID: Kp } = Y(), Jp = Kp, Zp = (e) => {
|
|
|
13350
13347
|
}) => {
|
|
13351
13348
|
const i = t.replaceAll("/", "|"), [c, d] = K(
|
|
13352
13349
|
void 0
|
|
13353
|
-
), [l, u] = K(""), { comments: m, setComments: h } = Zp(i), [p, g] = Te.useState(!1), A = Te.useRef(null),
|
|
13350
|
+
), [l, u] = K(""), { comments: m, setComments: h } = Zp(i), [p, g] = Te.useState(!1), A = Te.useRef(null), y = (q) => {
|
|
13354
13351
|
u(l === q ? "" : q);
|
|
13355
13352
|
}, v = (q) => {
|
|
13356
13353
|
h(
|
|
@@ -13419,7 +13416,7 @@ const { PUBLIC_PUBLICATION_ID: Kp } = Y(), Jp = Kp, Zp = (e) => {
|
|
|
13419
13416
|
{
|
|
13420
13417
|
comment: q,
|
|
13421
13418
|
replyingTo: l,
|
|
13422
|
-
handleReplyingTo:
|
|
13419
|
+
handleReplyingTo: y,
|
|
13423
13420
|
onFlag: N,
|
|
13424
13421
|
user: n ?? Ke,
|
|
13425
13422
|
path: i,
|
|
@@ -13579,7 +13576,7 @@ function c9({ goToLogin: e, handleGoogleLogin: t, CAPTCHA_KEY: n }) {
|
|
|
13579
13576
|
} finally {
|
|
13580
13577
|
d(!1);
|
|
13581
13578
|
}
|
|
13582
|
-
},
|
|
13579
|
+
}, y = s.password || "";
|
|
13583
13580
|
return /* @__PURE__ */ f(J, { children: [
|
|
13584
13581
|
m === "register" && /* @__PURE__ */ f(J, { children: [
|
|
13585
13582
|
/* @__PURE__ */ f("button", { onClick: t, className: k.google, children: [
|
|
@@ -13615,7 +13612,7 @@ function c9({ goToLogin: e, handleGoogleLogin: t, CAPTCHA_KEY: n }) {
|
|
|
13615
13612
|
}
|
|
13616
13613
|
),
|
|
13617
13614
|
v === "password" && /* @__PURE__ */ a("div", { className: k.passwordChecker, children: _n.map((_, E) => {
|
|
13618
|
-
const b = _.test(
|
|
13615
|
+
const b = _.test(y);
|
|
13619
13616
|
return /* @__PURE__ */ f(
|
|
13620
13617
|
"div",
|
|
13621
13618
|
{
|
|
@@ -13727,7 +13724,7 @@ function l9({
|
|
|
13727
13724
|
handleGoogleLogin: s,
|
|
13728
13725
|
CAPTCHA_KEY: r
|
|
13729
13726
|
}) {
|
|
13730
|
-
const [o, i] = K("login"), [c, d] = K(""), [l, u] = K(""), [m, h] = K(""), [p, g] = K(""), [A,
|
|
13727
|
+
const [o, i] = K("login"), [c, d] = K(""), [l, u] = K(""), [m, h] = K(""), [p, g] = K(""), [A, y] = K(""), [v, N] = K(!1), [_, E] = K(!1), [b, T] = K(null);
|
|
13731
13728
|
return console.log("CAPTCHA_KEY", r), /* @__PURE__ */ f(J, { children: [
|
|
13732
13729
|
o === "login" && /* @__PURE__ */ a(
|
|
13733
13730
|
d9,
|
|
@@ -13815,7 +13812,7 @@ function l9({
|
|
|
13815
13812
|
error: b,
|
|
13816
13813
|
setConfirmationCode: h,
|
|
13817
13814
|
setNewPassword: g,
|
|
13818
|
-
setConfirmNewPassword:
|
|
13815
|
+
setConfirmNewPassword: y,
|
|
13819
13816
|
setShowPassword: N,
|
|
13820
13817
|
onSubmit: async (G) => {
|
|
13821
13818
|
if (_) return;
|
|
@@ -14419,10 +14416,10 @@ async function T3({
|
|
|
14419
14416
|
});
|
|
14420
14417
|
} catch (g) {
|
|
14421
14418
|
if (console.error("Error enviando comentario:", g), re.isAxiosError(g)) {
|
|
14422
|
-
const A = g.response?.status ?? 500,
|
|
14419
|
+
const A = g.response?.status ?? 500, y = g.response?.data;
|
|
14423
14420
|
return A === 400 ? {
|
|
14424
14421
|
type: "error",
|
|
14425
|
-
message:
|
|
14422
|
+
message: y?.message || "Solicitud inválida. Verifica que los campos sean correctos.",
|
|
14426
14423
|
status: 400
|
|
14427
14424
|
} : A === 403 ? {
|
|
14428
14425
|
type: "error",
|
|
@@ -14434,7 +14431,7 @@ async function T3({
|
|
|
14434
14431
|
status: 500
|
|
14435
14432
|
} : {
|
|
14436
14433
|
type: "error",
|
|
14437
|
-
message:
|
|
14434
|
+
message: y?.message || "No se pudo enviar el comentario.",
|
|
14438
14435
|
status: A
|
|
14439
14436
|
};
|
|
14440
14437
|
}
|
|
@@ -14480,7 +14477,7 @@ const I3 = async ({
|
|
|
14480
14477
|
}
|
|
14481
14478
|
};
|
|
14482
14479
|
export {
|
|
14483
|
-
|
|
14480
|
+
wo as AssetsPreconnect,
|
|
14484
14481
|
b3 as AutorComponent,
|
|
14485
14482
|
nu as AutorHeader1,
|
|
14486
14483
|
hu as AutorHeader2,
|
|
@@ -14498,7 +14495,7 @@ export {
|
|
|
14498
14495
|
o3 as ContactTextarea,
|
|
14499
14496
|
Vt as ContentLayout1,
|
|
14500
14497
|
cs as ContentLayoutTema,
|
|
14501
|
-
|
|
14498
|
+
y3 as DEBUG_MainSlots,
|
|
14502
14499
|
of as DestacadoNoticias,
|
|
14503
14500
|
Vf as DestacadoVideos,
|
|
14504
14501
|
dc as DynamicBlockServices,
|
|
@@ -14509,7 +14506,7 @@ export {
|
|
|
14509
14506
|
a3 as ErrorComponent,
|
|
14510
14507
|
qo as Font,
|
|
14511
14508
|
t3 as Footer,
|
|
14512
|
-
|
|
14509
|
+
yo as FormatAfterScripts,
|
|
14513
14510
|
Hs as FormatScripts,
|
|
14514
14511
|
zr as GA4,
|
|
14515
14512
|
Vr as GTM,
|
|
@@ -14543,10 +14540,10 @@ export {
|
|
|
14543
14540
|
d3 as ModuloOpinion,
|
|
14544
14541
|
Ig as NewListResponseDataPH,
|
|
14545
14542
|
To as NewsArticle,
|
|
14546
|
-
|
|
14543
|
+
w3 as NewsComponent,
|
|
14547
14544
|
oa as NewsContent,
|
|
14548
14545
|
xt as NewsDescriptionComponent,
|
|
14549
|
-
|
|
14546
|
+
wn as NextPrev,
|
|
14550
14547
|
Io as OrgList,
|
|
14551
14548
|
ja as PreloadImages,
|
|
14552
14549
|
We as REPORT_REASONS,
|
|
@@ -14558,7 +14555,7 @@ export {
|
|
|
14558
14555
|
Un as SectionCard2,
|
|
14559
14556
|
ca as SectionCardServerComponent,
|
|
14560
14557
|
f3 as SectionServerComponent,
|
|
14561
|
-
|
|
14558
|
+
yc as ShowSection,
|
|
14562
14559
|
Z2 as SocialNetworks,
|
|
14563
14560
|
So as SpeculationRules,
|
|
14564
14561
|
p3 as StaticSlotWrapper,
|
|
@@ -14613,7 +14610,7 @@ export {
|
|
|
14613
14610
|
N9 as getTypeOfNews,
|
|
14614
14611
|
S9 as getVideoRealPath,
|
|
14615
14612
|
qa as handleGetComments,
|
|
14616
|
-
|
|
14613
|
+
w9 as initLibrary,
|
|
14617
14614
|
Ao as metadataToJSX,
|
|
14618
14615
|
mc as metadata_defaults,
|
|
14619
14616
|
Gs as parseTags,
|
|
@@ -14626,6 +14623,6 @@ export {
|
|
|
14626
14623
|
_o as speculationRules,
|
|
14627
14624
|
Co as speculationRulesHome,
|
|
14628
14625
|
go as urlReplaces,
|
|
14629
|
-
|
|
14626
|
+
wr as usePlayIcon,
|
|
14630
14627
|
I3 as verifyCaptchaTokenEnterprise
|
|
14631
14628
|
};
|