sass-template-common 0.8.3 → 0.8.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { jsx as a, jsxs as f, Fragment as
|
|
1
|
+
import { jsx as a, jsxs as f, Fragment as V } from "react/jsx-runtime";
|
|
2
2
|
import * as as from "react";
|
|
3
|
-
import
|
|
3
|
+
import Ae, { useState as F, useRef as lo, useCallback as ge, useEffect as $e, createElement as mt, forwardRef as uo, Fragment as kn, useMemo as Kt, Component as hr } from "react";
|
|
4
4
|
let wa = {
|
|
5
5
|
PUBLIC_API_HOST: "",
|
|
6
6
|
PUBLIC_API_FRONT: "",
|
|
@@ -90,13 +90,13 @@ const fr = () => {
|
|
|
90
90
|
newsType: e?.info?.type ?? "",
|
|
91
91
|
publishDate: new Date(e?.info?.date?.firstpublish ?? "").toISOString().split("T")[0] ?? ""
|
|
92
92
|
} : void 0, pr = ({ id: e, dimensionValues: t = {} }) => {
|
|
93
|
-
const n =
|
|
93
|
+
const n = Ae.useMemo(() => {
|
|
94
94
|
const o = {};
|
|
95
95
|
return Object.keys(t).forEach((r) => {
|
|
96
96
|
o[r] = r;
|
|
97
97
|
}), o;
|
|
98
98
|
}, [t]), { ANALYTICS_ga4: s } = K();
|
|
99
|
-
return s && /* @__PURE__ */ f(
|
|
99
|
+
return s && /* @__PURE__ */ f(V, { children: [
|
|
100
100
|
/* @__PURE__ */ a("script", { defer: !0, src: "https://www.googletagmanager.com/gtag/js?" + s }),
|
|
101
101
|
/* @__PURE__ */ a(
|
|
102
102
|
"script",
|
|
@@ -119,7 +119,7 @@ const fr = () => {
|
|
|
119
119
|
] });
|
|
120
120
|
}, Ar = () => {
|
|
121
121
|
const { ANALYTICS_gtm: e } = K();
|
|
122
|
-
return e && /* @__PURE__ */ f(
|
|
122
|
+
return e && /* @__PURE__ */ f(V, { children: [
|
|
123
123
|
/* @__PURE__ */ a(
|
|
124
124
|
"script",
|
|
125
125
|
{
|
|
@@ -177,18 +177,18 @@ function mo() {
|
|
|
177
177
|
e.exports = s();
|
|
178
178
|
})(yr, (function() {
|
|
179
179
|
var n = 1e3, s = 6e4, o = 36e5, r = "millisecond", i = "second", c = "minute", u = "hour", l = "day", d = "week", m = "month", h = "quarter", p = "year", g = "date", A = "Invalid Date", w = /^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/, b = /\[([^\]]+)]|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, S = { 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(R) {
|
|
180
|
-
var x = ["th", "st", "nd", "rd"],
|
|
181
|
-
return "[" + R + (x[(
|
|
182
|
-
} }, N = function(R, x,
|
|
180
|
+
var x = ["th", "st", "nd", "rd"], E = R % 100;
|
|
181
|
+
return "[" + R + (x[(E - 20) % 10] || x[E] || x[0]) + "]";
|
|
182
|
+
} }, N = function(R, x, E) {
|
|
183
183
|
var D = String(R);
|
|
184
|
-
return !D || D.length >= x ? R : "" + Array(x + 1 - D.length).join(
|
|
184
|
+
return !D || D.length >= x ? R : "" + Array(x + 1 - D.length).join(E) + R;
|
|
185
185
|
}, _ = { s: N, z: function(R) {
|
|
186
|
-
var x = -R.utcOffset(),
|
|
186
|
+
var x = -R.utcOffset(), E = Math.abs(x), D = Math.floor(E / 60), B = E % 60;
|
|
187
187
|
return (x <= 0 ? "+" : "-") + N(D, 2, "0") + ":" + N(B, 2, "0");
|
|
188
|
-
}, m: function R(x,
|
|
189
|
-
if (x.date() <
|
|
190
|
-
var D = 12 * (
|
|
191
|
-
return +(-(D + (
|
|
188
|
+
}, m: function R(x, E) {
|
|
189
|
+
if (x.date() < E.date()) return -R(E, x);
|
|
190
|
+
var D = 12 * (E.year() - x.year()) + (E.month() - x.month()), B = x.clone().add(D, m), W = E - B < 0, v = x.clone().add(D + (W ? -1 : 1), m);
|
|
191
|
+
return +(-(D + (E - B) / (W ? B - v : v - B)) || 0);
|
|
192
192
|
}, a: function(R) {
|
|
193
193
|
return R < 0 ? Math.ceil(R) || 0 : Math.floor(R);
|
|
194
194
|
}, p: function(R) {
|
|
@@ -199,82 +199,82 @@ function mo() {
|
|
|
199
199
|
I[y] = S;
|
|
200
200
|
var L = "$isDayjsObject", G = function(R) {
|
|
201
201
|
return R instanceof $ || !(!R || !R[L]);
|
|
202
|
-
}, X = function R(x,
|
|
202
|
+
}, X = function R(x, E, D) {
|
|
203
203
|
var B;
|
|
204
204
|
if (!x) return y;
|
|
205
205
|
if (typeof x == "string") {
|
|
206
|
-
var
|
|
207
|
-
I[
|
|
206
|
+
var W = x.toLowerCase();
|
|
207
|
+
I[W] && (B = W), E && (I[W] = E, B = W);
|
|
208
208
|
var v = x.split("-");
|
|
209
209
|
if (!B && v.length > 1) return R(v[0]);
|
|
210
210
|
} else {
|
|
211
|
-
var
|
|
212
|
-
I[
|
|
211
|
+
var T = x.name;
|
|
212
|
+
I[T] = x, B = T;
|
|
213
213
|
}
|
|
214
214
|
return !D && B && (y = B), B || !D && y;
|
|
215
215
|
}, H = function(R, x) {
|
|
216
216
|
if (G(R)) return R.clone();
|
|
217
|
-
var
|
|
218
|
-
return
|
|
217
|
+
var E = typeof x == "object" ? x : {};
|
|
218
|
+
return E.date = R, E.args = arguments, new $(E);
|
|
219
219
|
}, U = _;
|
|
220
220
|
U.l = X, U.i = G, U.w = function(R, x) {
|
|
221
221
|
return H(R, { locale: x.$L, utc: x.$u, x: x.$x, $offset: x.$offset });
|
|
222
222
|
};
|
|
223
223
|
var $ = (function() {
|
|
224
|
-
function R(
|
|
225
|
-
this.$L = X(
|
|
224
|
+
function R(E) {
|
|
225
|
+
this.$L = X(E.locale, null, !0), this.parse(E), this.$x = this.$x || E.x || {}, this[L] = !0;
|
|
226
226
|
}
|
|
227
227
|
var x = R.prototype;
|
|
228
|
-
return x.parse = function(
|
|
228
|
+
return x.parse = function(E) {
|
|
229
229
|
this.$d = (function(D) {
|
|
230
|
-
var B = D.date,
|
|
230
|
+
var B = D.date, W = D.utc;
|
|
231
231
|
if (B === null) return /* @__PURE__ */ new Date(NaN);
|
|
232
232
|
if (U.u(B)) return /* @__PURE__ */ new Date();
|
|
233
233
|
if (B instanceof Date) return new Date(B);
|
|
234
234
|
if (typeof B == "string" && !/Z$/i.test(B)) {
|
|
235
235
|
var v = B.match(w);
|
|
236
236
|
if (v) {
|
|
237
|
-
var
|
|
238
|
-
return
|
|
237
|
+
var T = v[2] - 1 || 0, O = (v[7] || "0").substring(0, 3);
|
|
238
|
+
return W ? new Date(Date.UTC(v[1], T, v[3] || 1, v[4] || 0, v[5] || 0, v[6] || 0, O)) : new Date(v[1], T, v[3] || 1, v[4] || 0, v[5] || 0, v[6] || 0, O);
|
|
239
239
|
}
|
|
240
240
|
}
|
|
241
241
|
return new Date(B);
|
|
242
|
-
})(
|
|
242
|
+
})(E), this.init();
|
|
243
243
|
}, x.init = function() {
|
|
244
|
-
var
|
|
245
|
-
this.$y =
|
|
244
|
+
var E = this.$d;
|
|
245
|
+
this.$y = E.getFullYear(), this.$M = E.getMonth(), this.$D = E.getDate(), this.$W = E.getDay(), this.$H = E.getHours(), this.$m = E.getMinutes(), this.$s = E.getSeconds(), this.$ms = E.getMilliseconds();
|
|
246
246
|
}, x.$utils = function() {
|
|
247
247
|
return U;
|
|
248
248
|
}, x.isValid = function() {
|
|
249
249
|
return this.$d.toString() !== A;
|
|
250
|
-
}, x.isSame = function(
|
|
251
|
-
var B = H(
|
|
250
|
+
}, x.isSame = function(E, D) {
|
|
251
|
+
var B = H(E);
|
|
252
252
|
return this.startOf(D) <= B && B <= this.endOf(D);
|
|
253
|
-
}, x.isAfter = function(
|
|
254
|
-
return H(
|
|
255
|
-
}, x.isBefore = function(
|
|
256
|
-
return this.endOf(D) < H(
|
|
257
|
-
}, x.$g = function(
|
|
258
|
-
return U.u(
|
|
253
|
+
}, x.isAfter = function(E, D) {
|
|
254
|
+
return H(E) < this.startOf(D);
|
|
255
|
+
}, x.isBefore = function(E, D) {
|
|
256
|
+
return this.endOf(D) < H(E);
|
|
257
|
+
}, x.$g = function(E, D, B) {
|
|
258
|
+
return U.u(E) ? this[D] : this.set(B, E);
|
|
259
259
|
}, x.unix = function() {
|
|
260
260
|
return Math.floor(this.valueOf() / 1e3);
|
|
261
261
|
}, x.valueOf = function() {
|
|
262
262
|
return this.$d.getTime();
|
|
263
|
-
}, x.startOf = function(
|
|
264
|
-
var B = this,
|
|
263
|
+
}, x.startOf = function(E, D) {
|
|
264
|
+
var B = this, W = !!U.u(D) || D, v = U.p(E), T = function(se, Z) {
|
|
265
265
|
var ue = U.w(B.$u ? Date.UTC(B.$y, Z, se) : new Date(B.$y, Z, se), B);
|
|
266
|
-
return
|
|
266
|
+
return W ? ue : ue.endOf(l);
|
|
267
267
|
}, O = function(se, Z) {
|
|
268
|
-
return U.w(B.toDate()[se].apply(B.toDate("s"), (
|
|
268
|
+
return U.w(B.toDate()[se].apply(B.toDate("s"), (W ? [0, 0, 0, 0] : [23, 59, 59, 999]).slice(Z)), B);
|
|
269
269
|
}, Q = this.$W, j = this.$M, z = this.$D, Y = "set" + (this.$u ? "UTC" : "");
|
|
270
270
|
switch (v) {
|
|
271
271
|
case p:
|
|
272
|
-
return
|
|
272
|
+
return W ? T(1, 0) : T(31, 11);
|
|
273
273
|
case m:
|
|
274
|
-
return
|
|
274
|
+
return W ? T(1, j) : T(0, j + 1);
|
|
275
275
|
case d:
|
|
276
276
|
var J = this.$locale().weekStart || 0, ne = (Q < J ? Q + 7 : Q) - J;
|
|
277
|
-
return
|
|
277
|
+
return T(W ? z - ne : z + (6 - ne), j);
|
|
278
278
|
case l:
|
|
279
279
|
case g:
|
|
280
280
|
return O(Y + "Hours", 0);
|
|
@@ -287,46 +287,46 @@ function mo() {
|
|
|
287
287
|
default:
|
|
288
288
|
return this.clone();
|
|
289
289
|
}
|
|
290
|
-
}, x.endOf = function(
|
|
291
|
-
return this.startOf(
|
|
292
|
-
}, x.$set = function(
|
|
293
|
-
var B,
|
|
294
|
-
if (
|
|
290
|
+
}, x.endOf = function(E) {
|
|
291
|
+
return this.startOf(E, !1);
|
|
292
|
+
}, x.$set = function(E, D) {
|
|
293
|
+
var B, W = U.p(E), v = "set" + (this.$u ? "UTC" : ""), T = (B = {}, B[l] = v + "Date", B[g] = v + "Date", B[m] = v + "Month", B[p] = v + "FullYear", B[u] = v + "Hours", B[c] = v + "Minutes", B[i] = v + "Seconds", B[r] = v + "Milliseconds", B)[W], O = W === l ? this.$D + (D - this.$W) : D;
|
|
294
|
+
if (W === m || W === p) {
|
|
295
295
|
var Q = this.clone().set(g, 1);
|
|
296
|
-
Q.$d[
|
|
297
|
-
} else
|
|
296
|
+
Q.$d[T](O), Q.init(), this.$d = Q.set(g, Math.min(this.$D, Q.daysInMonth())).$d;
|
|
297
|
+
} else T && this.$d[T](O);
|
|
298
298
|
return this.init(), this;
|
|
299
|
-
}, x.set = function(
|
|
300
|
-
return this.clone().$set(
|
|
301
|
-
}, x.get = function(
|
|
302
|
-
return this[U.p(
|
|
303
|
-
}, x.add = function(
|
|
304
|
-
var B,
|
|
305
|
-
|
|
306
|
-
var v = U.p(D),
|
|
307
|
-
var z = H(
|
|
308
|
-
return U.w(z.date(z.date() + Math.round(j *
|
|
299
|
+
}, x.set = function(E, D) {
|
|
300
|
+
return this.clone().$set(E, D);
|
|
301
|
+
}, x.get = function(E) {
|
|
302
|
+
return this[U.p(E)]();
|
|
303
|
+
}, x.add = function(E, D) {
|
|
304
|
+
var B, W = this;
|
|
305
|
+
E = Number(E);
|
|
306
|
+
var v = U.p(D), T = function(j) {
|
|
307
|
+
var z = H(W);
|
|
308
|
+
return U.w(z.date(z.date() + Math.round(j * E)), W);
|
|
309
309
|
};
|
|
310
|
-
if (v === m) return this.set(m, this.$M +
|
|
311
|
-
if (v === p) return this.set(p, this.$y +
|
|
312
|
-
if (v === l) return
|
|
313
|
-
if (v === d) return
|
|
314
|
-
var O = (B = {}, B[c] = s, B[u] = o, B[i] = n, B)[v] || 1, Q = this.$d.getTime() +
|
|
310
|
+
if (v === m) return this.set(m, this.$M + E);
|
|
311
|
+
if (v === p) return this.set(p, this.$y + E);
|
|
312
|
+
if (v === l) return T(1);
|
|
313
|
+
if (v === d) return T(7);
|
|
314
|
+
var O = (B = {}, B[c] = s, B[u] = o, B[i] = n, B)[v] || 1, Q = this.$d.getTime() + E * O;
|
|
315
315
|
return U.w(Q, this);
|
|
316
|
-
}, x.subtract = function(
|
|
317
|
-
return this.add(-1 *
|
|
318
|
-
}, x.format = function(
|
|
316
|
+
}, x.subtract = function(E, D) {
|
|
317
|
+
return this.add(-1 * E, D);
|
|
318
|
+
}, x.format = function(E) {
|
|
319
319
|
var D = this, B = this.$locale();
|
|
320
320
|
if (!this.isValid()) return B.invalidDate || A;
|
|
321
|
-
var
|
|
322
|
-
return Z && (Z[ue] || Z(D,
|
|
321
|
+
var W = E || "YYYY-MM-DDTHH:mm:ssZ", v = U.z(this), T = this.$H, O = this.$m, Q = this.$M, j = B.weekdays, z = B.months, Y = B.meridiem, J = function(Z, ue, M, Ne) {
|
|
322
|
+
return Z && (Z[ue] || Z(D, W)) || M[ue].slice(0, Ne);
|
|
323
323
|
}, ne = function(Z) {
|
|
324
|
-
return U.s(
|
|
324
|
+
return U.s(T % 12 || 12, Z, "0");
|
|
325
325
|
}, se = Y || function(Z, ue, M) {
|
|
326
326
|
var Ne = Z < 12 ? "AM" : "PM";
|
|
327
327
|
return M ? Ne.toLowerCase() : Ne;
|
|
328
328
|
};
|
|
329
|
-
return
|
|
329
|
+
return W.replace(b, (function(Z, ue) {
|
|
330
330
|
return ue || (function(M) {
|
|
331
331
|
switch (M) {
|
|
332
332
|
case "YY":
|
|
@@ -354,17 +354,17 @@ function mo() {
|
|
|
354
354
|
case "dddd":
|
|
355
355
|
return j[D.$W];
|
|
356
356
|
case "H":
|
|
357
|
-
return String(
|
|
357
|
+
return String(T);
|
|
358
358
|
case "HH":
|
|
359
|
-
return U.s(
|
|
359
|
+
return U.s(T, 2, "0");
|
|
360
360
|
case "h":
|
|
361
361
|
return ne(1);
|
|
362
362
|
case "hh":
|
|
363
363
|
return ne(2);
|
|
364
364
|
case "a":
|
|
365
|
-
return se(
|
|
365
|
+
return se(T, O, !0);
|
|
366
366
|
case "A":
|
|
367
|
-
return se(
|
|
367
|
+
return se(T, O, !1);
|
|
368
368
|
case "m":
|
|
369
369
|
return String(O);
|
|
370
370
|
case "mm":
|
|
@@ -383,47 +383,47 @@ function mo() {
|
|
|
383
383
|
}));
|
|
384
384
|
}, x.utcOffset = function() {
|
|
385
385
|
return 15 * -Math.round(this.$d.getTimezoneOffset() / 15);
|
|
386
|
-
}, x.diff = function(
|
|
387
|
-
var
|
|
386
|
+
}, x.diff = function(E, D, B) {
|
|
387
|
+
var W, v = this, T = U.p(D), O = H(E), Q = (O.utcOffset() - this.utcOffset()) * s, j = this - O, z = function() {
|
|
388
388
|
return U.m(v, O);
|
|
389
389
|
};
|
|
390
|
-
switch (
|
|
390
|
+
switch (T) {
|
|
391
391
|
case p:
|
|
392
|
-
|
|
392
|
+
W = z() / 12;
|
|
393
393
|
break;
|
|
394
394
|
case m:
|
|
395
|
-
|
|
395
|
+
W = z();
|
|
396
396
|
break;
|
|
397
397
|
case h:
|
|
398
|
-
|
|
398
|
+
W = z() / 3;
|
|
399
399
|
break;
|
|
400
400
|
case d:
|
|
401
|
-
|
|
401
|
+
W = (j - Q) / 6048e5;
|
|
402
402
|
break;
|
|
403
403
|
case l:
|
|
404
|
-
|
|
404
|
+
W = (j - Q) / 864e5;
|
|
405
405
|
break;
|
|
406
406
|
case u:
|
|
407
|
-
|
|
407
|
+
W = j / o;
|
|
408
408
|
break;
|
|
409
409
|
case c:
|
|
410
|
-
|
|
410
|
+
W = j / s;
|
|
411
411
|
break;
|
|
412
412
|
case i:
|
|
413
|
-
|
|
413
|
+
W = j / n;
|
|
414
414
|
break;
|
|
415
415
|
default:
|
|
416
|
-
|
|
416
|
+
W = j;
|
|
417
417
|
}
|
|
418
|
-
return B ?
|
|
418
|
+
return B ? W : U.a(W);
|
|
419
419
|
}, x.daysInMonth = function() {
|
|
420
420
|
return this.endOf(m).$D;
|
|
421
421
|
}, x.$locale = function() {
|
|
422
422
|
return I[this.$L];
|
|
423
|
-
}, x.locale = function(
|
|
424
|
-
if (!
|
|
425
|
-
var B = this.clone(),
|
|
426
|
-
return
|
|
423
|
+
}, x.locale = function(E, D) {
|
|
424
|
+
if (!E) return this.$L;
|
|
425
|
+
var B = this.clone(), W = X(E, D, !0);
|
|
426
|
+
return W && (B.$L = W), B;
|
|
427
427
|
}, x.clone = function() {
|
|
428
428
|
return U.w(this.$d, this);
|
|
429
429
|
}, x.toDate = function() {
|
|
@@ -513,12 +513,12 @@ function Ir() {
|
|
|
513
513
|
})(Cn)), Cn.exports;
|
|
514
514
|
}
|
|
515
515
|
Ir();
|
|
516
|
-
var Nn = { exports: {} },
|
|
517
|
-
function
|
|
516
|
+
var Nn = { exports: {} }, Tr = Nn.exports, is;
|
|
517
|
+
function Er() {
|
|
518
518
|
return is || (is = 1, (function(e, t) {
|
|
519
519
|
(function(n, s) {
|
|
520
520
|
e.exports = s();
|
|
521
|
-
})(
|
|
521
|
+
})(Tr, (function() {
|
|
522
522
|
var n = "minute", s = /[+-]\d\d(?::?\d\d)?/g, o = /([+-]|\d\d)/g;
|
|
523
523
|
return function(r, i, c) {
|
|
524
524
|
var u = i.prototype;
|
|
@@ -588,7 +588,7 @@ function Tr() {
|
|
|
588
588
|
}));
|
|
589
589
|
})(Nn)), Nn.exports;
|
|
590
590
|
}
|
|
591
|
-
var xr =
|
|
591
|
+
var xr = Er();
|
|
592
592
|
const kr = /* @__PURE__ */ Rt(xr);
|
|
593
593
|
var Sn = { exports: {} }, Ur = Sn.exports, cs;
|
|
594
594
|
function Lr() {
|
|
@@ -669,7 +669,7 @@ const qn = (e) => e === "en" ? "en" : "es", ze = (e, t) => {
|
|
|
669
669
|
}, Pr = (e) => {
|
|
670
670
|
const { PUBLIC_LNG: t, DATE_TIMEZONE: n } = K(), s = qn(t ?? "es");
|
|
671
671
|
return Re.tz(e, n).locale(s).format("MM/DD/YYYY [•] HH:mm [HS]");
|
|
672
|
-
},
|
|
672
|
+
}, T5 = (e) => {
|
|
673
673
|
const { PUBLIC_LNG: t, DATE_TIMEZONE: n } = K(), s = qn(t ?? "es");
|
|
674
674
|
return Re.tz(e, n).locale(s).format("dddd DD [de] MMMM YYYY");
|
|
675
675
|
}, kt = (e, t) => {
|
|
@@ -779,7 +779,7 @@ const jr = async (e, t) => {
|
|
|
779
779
|
}, Un = () => {
|
|
780
780
|
const { PUBLIC_ENV: e, PUBLIC_API_HOST: t, PUBLIC_ASSETS_URL: n } = K();
|
|
781
781
|
return e == "local" ? t : n && n !== "false" ? n : "";
|
|
782
|
-
},
|
|
782
|
+
}, E5 = () => {
|
|
783
783
|
const { PUBLIC_ENV: e, PUBLIC_API_FRONT: t } = K();
|
|
784
784
|
return e === "local" ? t : "";
|
|
785
785
|
}, Gr = (e) => {
|
|
@@ -1056,7 +1056,7 @@ const jr = async (e, t) => {
|
|
|
1056
1056
|
)
|
|
1057
1057
|
);
|
|
1058
1058
|
}), t;
|
|
1059
|
-
},
|
|
1059
|
+
}, be = async (e) => {
|
|
1060
1060
|
const t = Un() ?? "", n = e;
|
|
1061
1061
|
return n?.startsWith("http") || n?.includes(t) || t === "" ? n : t + n;
|
|
1062
1062
|
}, Ba = (e, t) => {
|
|
@@ -1113,7 +1113,7 @@ const jr = async (e, t) => {
|
|
|
1113
1113
|
t.value || "",
|
|
1114
1114
|
e.replaces
|
|
1115
1115
|
), s = Yr(n);
|
|
1116
|
-
return /* @__PURE__ */ a(
|
|
1116
|
+
return /* @__PURE__ */ a(V, { children: s.map((o, r) => {
|
|
1117
1117
|
const i = o[1] || o[3] || "", c = o[2]?.trim() || "";
|
|
1118
1118
|
return fo(i, c, r, e.name);
|
|
1119
1119
|
}) });
|
|
@@ -1128,7 +1128,7 @@ const jr = async (e, t) => {
|
|
|
1128
1128
|
).split(
|
|
1129
1129
|
/(<script\b[\s\S]*?<\/script\s*>|<script\b[^>]*\/?>)/gi
|
|
1130
1130
|
);
|
|
1131
|
-
return /* @__PURE__ */ a(
|
|
1131
|
+
return /* @__PURE__ */ a(V, { children: s.map((o, r) => {
|
|
1132
1132
|
const i = o.match(
|
|
1133
1133
|
/<script\b([^>]*)>([\s\S]*?)<\/script\s*>|<script\b([^>]*)\/?>/i
|
|
1134
1134
|
);
|
|
@@ -1162,7 +1162,7 @@ function x5(e) {
|
|
|
1162
1162
|
const Jr = () => {
|
|
1163
1163
|
const { PUBLIC_ASSETS_URL: e } = K();
|
|
1164
1164
|
return e && e !== "false" && /* @__PURE__ */ a("link", { rel: "preconnect", href: e, crossOrigin: "anonymous" });
|
|
1165
|
-
}, { PUBLIC_ASSETS_URL: Jn } = K(), Zr = Jn && Jn !== "false" ? Jn : "", us = ({ images: e }) => /* @__PURE__ */ a(
|
|
1165
|
+
}, { PUBLIC_ASSETS_URL: Jn } = K(), Zr = Jn && Jn !== "false" ? Jn : "", us = ({ images: e }) => /* @__PURE__ */ a(V, { children: e.map(
|
|
1166
1166
|
(t, n) => t.href !== "" && /* @__PURE__ */ a(
|
|
1167
1167
|
"link",
|
|
1168
1168
|
{
|
|
@@ -1531,7 +1531,7 @@ const ii = async ({
|
|
|
1531
1531
|
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
1532
1532
|
}
|
|
1533
1533
|
`;
|
|
1534
|
-
return /* @__PURE__ */ a(
|
|
1534
|
+
return /* @__PURE__ */ a(V, { children: e.useS3Font ? /* @__PURE__ */ f(V, { children: [
|
|
1535
1535
|
/* @__PURE__ */ a(
|
|
1536
1536
|
"link",
|
|
1537
1537
|
{
|
|
@@ -2039,14 +2039,14 @@ const { toString: pi } = Object.prototype, { getPrototypeOf: Oa } = Object, { it
|
|
|
2039
2039
|
return e[n] || (e[n] = n.slice(8, -1).toLowerCase());
|
|
2040
2040
|
})(/* @__PURE__ */ Object.create(null)), je = (e) => (e = e.toLowerCase(), (t) => jn(t) === e), Gn = (e) => (t) => typeof t === e, { isArray: Bt } = Array, Ut = Gn("undefined");
|
|
2041
2041
|
function Xt(e) {
|
|
2042
|
-
return e !== null && !Ut(e) && e.constructor !== null && !Ut(e.constructor) &&
|
|
2042
|
+
return e !== null && !Ut(e) && e.constructor !== null && !Ut(e.constructor) && Ee(e.constructor.isBuffer) && e.constructor.isBuffer(e);
|
|
2043
2043
|
}
|
|
2044
2044
|
const yo = je("ArrayBuffer");
|
|
2045
2045
|
function Ai(e) {
|
|
2046
2046
|
let t;
|
|
2047
2047
|
return typeof ArrayBuffer < "u" && ArrayBuffer.isView ? t = ArrayBuffer.isView(e) : t = e && e.buffer && yo(e.buffer), t;
|
|
2048
2048
|
}
|
|
2049
|
-
const wi = Gn("string"),
|
|
2049
|
+
const wi = Gn("string"), Ee = Gn("function"), bo = Gn("number"), en = (e) => e !== null && typeof e == "object", yi = (e) => e === !0 || e === !1, In = (e) => {
|
|
2050
2050
|
if (jn(e) !== "object")
|
|
2051
2051
|
return !1;
|
|
2052
2052
|
const t = Oa(e);
|
|
@@ -2059,11 +2059,11 @@ const wi = Gn("string"), Te = Gn("function"), bo = Gn("number"), en = (e) => e !
|
|
|
2059
2059
|
} catch {
|
|
2060
2060
|
return !1;
|
|
2061
2061
|
}
|
|
2062
|
-
}, vi = je("Date"), _i = je("File"), Ci = je("Blob"), Ni = je("FileList"), Si = (e) => en(e) &&
|
|
2062
|
+
}, vi = je("Date"), _i = je("File"), Ci = je("Blob"), Ni = je("FileList"), Si = (e) => en(e) && Ee(e.pipe), Ii = (e) => {
|
|
2063
2063
|
let t;
|
|
2064
|
-
return e && (typeof FormData == "function" && e instanceof FormData ||
|
|
2065
|
-
t === "object" &&
|
|
2066
|
-
},
|
|
2064
|
+
return e && (typeof FormData == "function" && e instanceof FormData || Ee(e.append) && ((t = jn(e)) === "formdata" || // detect form-data instance
|
|
2065
|
+
t === "object" && Ee(e.toString) && e.toString() === "[object FormData]"));
|
|
2066
|
+
}, Ti = je("URLSearchParams"), [Ei, xi, ki, Ui] = ["ReadableStream", "Request", "Response", "Headers"].map(je), Li = (e) => e.trim ? e.trim() : e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g, "");
|
|
2067
2067
|
function tn(e, t, { allOwnKeys: n = !1 } = {}) {
|
|
2068
2068
|
if (e === null || typeof e > "u")
|
|
2069
2069
|
return;
|
|
@@ -2102,7 +2102,7 @@ function ya() {
|
|
|
2102
2102
|
return n;
|
|
2103
2103
|
}
|
|
2104
2104
|
const Ri = (e, t, n, { allOwnKeys: s } = {}) => (tn(t, (o, r) => {
|
|
2105
|
-
n &&
|
|
2105
|
+
n && Ee(o) ? e[r] = Ao(o, n) : e[r] = o;
|
|
2106
2106
|
}, { allOwnKeys: s }), e), Bi = (e) => (e.charCodeAt(0) === 65279 && (e = e.slice(1)), e), Pi = (e, t, n, s) => {
|
|
2107
2107
|
e.prototype = Object.create(t.prototype, s), e.prototype.constructor = e, Object.defineProperty(e, "super", {
|
|
2108
2108
|
value: t.prototype
|
|
@@ -2156,10 +2156,10 @@ const Ri = (e, t, n, { allOwnKeys: s } = {}) => (tn(t, (o, r) => {
|
|
|
2156
2156
|
}), Object.defineProperties(e, s);
|
|
2157
2157
|
}, $i = (e) => {
|
|
2158
2158
|
Co(e, (t, n) => {
|
|
2159
|
-
if (
|
|
2159
|
+
if (Ee(e) && ["arguments", "caller", "callee"].indexOf(n) !== -1)
|
|
2160
2160
|
return !1;
|
|
2161
2161
|
const s = e[n];
|
|
2162
|
-
if (
|
|
2162
|
+
if (Ee(s)) {
|
|
2163
2163
|
if (t.enumerable = !1, "writable" in t) {
|
|
2164
2164
|
t.writable = !1;
|
|
2165
2165
|
return;
|
|
@@ -2179,7 +2179,7 @@ const Ri = (e, t, n, { allOwnKeys: s } = {}) => (tn(t, (o, r) => {
|
|
|
2179
2179
|
}, Vi = () => {
|
|
2180
2180
|
}, Wi = (e, t) => e != null && Number.isFinite(e = +e) ? e : t;
|
|
2181
2181
|
function Yi(e) {
|
|
2182
|
-
return !!(e &&
|
|
2182
|
+
return !!(e && Ee(e.append) && e[wo] === "FormData" && e[Dn]);
|
|
2183
2183
|
}
|
|
2184
2184
|
const Ki = (e) => {
|
|
2185
2185
|
const t = new Array(10), n = (s, o) => {
|
|
@@ -2200,14 +2200,14 @@ const Ki = (e) => {
|
|
|
2200
2200
|
return s;
|
|
2201
2201
|
};
|
|
2202
2202
|
return n(e, 0);
|
|
2203
|
-
}, Ji = je("AsyncFunction"), Zi = (e) => e && (en(e) ||
|
|
2203
|
+
}, Ji = je("AsyncFunction"), Zi = (e) => e && (en(e) || Ee(e)) && Ee(e.then) && Ee(e.catch), No = ((e, t) => e ? setImmediate : t ? ((n, s) => (wt.addEventListener("message", ({ source: o, data: r }) => {
|
|
2204
2204
|
o === wt && r === n && s.length && s.shift()();
|
|
2205
2205
|
}, !1), (o) => {
|
|
2206
2206
|
s.push(o), wt.postMessage(n, "*");
|
|
2207
2207
|
}))(`axios@${Math.random()}`, []) : (n) => setTimeout(n))(
|
|
2208
2208
|
typeof setImmediate == "function",
|
|
2209
|
-
|
|
2210
|
-
), Xi = typeof queueMicrotask < "u" ? queueMicrotask.bind(wt) : typeof process < "u" && process.nextTick || No, ec = (e) => e != null &&
|
|
2209
|
+
Ee(wt.postMessage)
|
|
2210
|
+
), Xi = typeof queueMicrotask < "u" ? queueMicrotask.bind(wt) : typeof process < "u" && process.nextTick || No, ec = (e) => e != null && Ee(e[Dn]), C = {
|
|
2211
2211
|
isArray: Bt,
|
|
2212
2212
|
isArrayBuffer: yo,
|
|
2213
2213
|
isBuffer: Xt,
|
|
@@ -2219,7 +2219,7 @@ const Ki = (e) => {
|
|
|
2219
2219
|
isObject: en,
|
|
2220
2220
|
isPlainObject: In,
|
|
2221
2221
|
isEmptyObject: bi,
|
|
2222
|
-
isReadableStream:
|
|
2222
|
+
isReadableStream: Ei,
|
|
2223
2223
|
isRequest: xi,
|
|
2224
2224
|
isResponse: ki,
|
|
2225
2225
|
isHeaders: Ui,
|
|
@@ -2228,9 +2228,9 @@ const Ki = (e) => {
|
|
|
2228
2228
|
isFile: _i,
|
|
2229
2229
|
isBlob: Ci,
|
|
2230
2230
|
isRegExp: Fi,
|
|
2231
|
-
isFunction:
|
|
2231
|
+
isFunction: Ee,
|
|
2232
2232
|
isStream: Si,
|
|
2233
|
-
isURLSearchParams:
|
|
2233
|
+
isURLSearchParams: Ti,
|
|
2234
2234
|
isTypedArray: Di,
|
|
2235
2235
|
isFileList: Ni,
|
|
2236
2236
|
forEach: tn,
|
|
@@ -2323,12 +2323,12 @@ const tc = null;
|
|
|
2323
2323
|
function ba(e) {
|
|
2324
2324
|
return C.isPlainObject(e) || C.isArray(e);
|
|
2325
2325
|
}
|
|
2326
|
-
function
|
|
2326
|
+
function To(e) {
|
|
2327
2327
|
return C.endsWith(e, "[]") ? e.slice(0, -2) : e;
|
|
2328
2328
|
}
|
|
2329
2329
|
function gs(e, t, n) {
|
|
2330
2330
|
return e ? e.concat(t).map(function(o, r) {
|
|
2331
|
-
return o =
|
|
2331
|
+
return o = To(o), !n && r ? "[" + o + "]" : o;
|
|
2332
2332
|
}).join(n ? "." : "") : t;
|
|
2333
2333
|
}
|
|
2334
2334
|
function nc(e) {
|
|
@@ -2366,7 +2366,7 @@ function Qn(e, t, n) {
|
|
|
2366
2366
|
if (C.endsWith(A, "{}"))
|
|
2367
2367
|
A = s ? A : A.slice(0, -2), g = JSON.stringify(g);
|
|
2368
2368
|
else if (C.isArray(g) && nc(g) || (C.isFileList(g) || C.endsWith(A, "[]")) && (b = C.toArray(g)))
|
|
2369
|
-
return A =
|
|
2369
|
+
return A = To(A), b.forEach(function(N, _) {
|
|
2370
2370
|
!(C.isUndefined(N) || N === null) && t.append(
|
|
2371
2371
|
// eslint-disable-next-line no-nested-ternary
|
|
2372
2372
|
i === !0 ? gs([A], _, r) : i === null ? A : A + "[]",
|
|
@@ -2417,11 +2417,11 @@ function ps(e) {
|
|
|
2417
2417
|
function qa(e, t) {
|
|
2418
2418
|
this._pairs = [], e && Qn(e, this, t);
|
|
2419
2419
|
}
|
|
2420
|
-
const
|
|
2421
|
-
|
|
2420
|
+
const Eo = qa.prototype;
|
|
2421
|
+
Eo.append = function(t, n) {
|
|
2422
2422
|
this._pairs.push([t, n]);
|
|
2423
2423
|
};
|
|
2424
|
-
|
|
2424
|
+
Eo.toString = function(t) {
|
|
2425
2425
|
const n = t ? function(s) {
|
|
2426
2426
|
return t.call(this, s, ps);
|
|
2427
2427
|
} : ps;
|
|
@@ -2668,8 +2668,8 @@ const Ac = C.toObjectSet([
|
|
|
2668
2668
|
function Mt(e) {
|
|
2669
2669
|
return e && String(e).trim().toLowerCase();
|
|
2670
2670
|
}
|
|
2671
|
-
function
|
|
2672
|
-
return e === !1 || e == null ? e : C.isArray(e) ? e.map(
|
|
2671
|
+
function Tn(e) {
|
|
2672
|
+
return e === !1 || e == null ? e : C.isArray(e) ? e.map(Tn) : String(e);
|
|
2673
2673
|
}
|
|
2674
2674
|
function yc(e) {
|
|
2675
2675
|
const t = /* @__PURE__ */ Object.create(null), n = /([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;
|
|
@@ -2714,7 +2714,7 @@ let xe = class {
|
|
|
2714
2714
|
if (!d)
|
|
2715
2715
|
throw new Error("header name must be a non-empty string");
|
|
2716
2716
|
const m = C.findKey(o, d);
|
|
2717
|
-
(!m || o[m] === void 0 || l === !0 || l === void 0 && o[m] !== !1) && (o[m || u] =
|
|
2717
|
+
(!m || o[m] === void 0 || l === !0 || l === void 0 && o[m] !== !1) && (o[m || u] = Tn(c));
|
|
2718
2718
|
}
|
|
2719
2719
|
const i = (c, u) => C.forEach(c, (l, d) => r(l, d, u));
|
|
2720
2720
|
if (C.isPlainObject(t) || t instanceof this.constructor)
|
|
@@ -2782,11 +2782,11 @@ let xe = class {
|
|
|
2782
2782
|
return C.forEach(this, (o, r) => {
|
|
2783
2783
|
const i = C.findKey(s, r);
|
|
2784
2784
|
if (i) {
|
|
2785
|
-
n[i] =
|
|
2785
|
+
n[i] = Tn(o), delete n[r];
|
|
2786
2786
|
return;
|
|
2787
2787
|
}
|
|
2788
2788
|
const c = t ? vc(r) : String(r).trim();
|
|
2789
|
-
c !== r && delete n[r], n[c] =
|
|
2789
|
+
c !== r && delete n[r], n[c] = Tn(o), s[c] = !0;
|
|
2790
2790
|
}), this;
|
|
2791
2791
|
}
|
|
2792
2792
|
concat(...t) {
|
|
@@ -2927,7 +2927,7 @@ const Ln = (e, t, n = 3) => {
|
|
|
2927
2927
|
}, bs = (e) => (...t) => C.asap(() => e(...t)), Ic = _e.hasStandardBrowserEnv ? /* @__PURE__ */ ((e, t) => (n) => (n = new URL(n, _e.origin), e.protocol === n.protocol && e.host === n.host && (t || e.port === n.port)))(
|
|
2928
2928
|
new URL(_e.origin),
|
|
2929
2929
|
_e.navigator && /(msie|trident)/i.test(_e.navigator.userAgent)
|
|
2930
|
-
) : () => !0,
|
|
2930
|
+
) : () => !0, Tc = _e.hasStandardBrowserEnv ? (
|
|
2931
2931
|
// Standard browser envs support document.cookie
|
|
2932
2932
|
{
|
|
2933
2933
|
write(e, t, n, s, o, r, i) {
|
|
@@ -2956,14 +2956,14 @@ const Ln = (e, t, n = 3) => {
|
|
|
2956
2956
|
}
|
|
2957
2957
|
}
|
|
2958
2958
|
);
|
|
2959
|
-
function
|
|
2959
|
+
function Ec(e) {
|
|
2960
2960
|
return /^([a-z][a-z\d+\-.]*:)?\/\//i.test(e);
|
|
2961
2961
|
}
|
|
2962
2962
|
function xc(e, t) {
|
|
2963
2963
|
return t ? e.replace(/\/?\/$/, "") + "/" + t.replace(/^\/+/, "") : e;
|
|
2964
2964
|
}
|
|
2965
2965
|
function Bo(e, t, n) {
|
|
2966
|
-
let s = !
|
|
2966
|
+
let s = !Ec(t);
|
|
2967
2967
|
return e && (s || n == !1) ? xc(e, t) : t;
|
|
2968
2968
|
}
|
|
2969
2969
|
const vs = (e) => e instanceof xe ? { ...e } : e;
|
|
@@ -3048,7 +3048,7 @@ const Po = (e) => {
|
|
|
3048
3048
|
}
|
|
3049
3049
|
}
|
|
3050
3050
|
if (_e.hasStandardBrowserEnv && (s && C.isFunction(s) && (s = s(t)), s || s !== !1 && Ic(t.url))) {
|
|
3051
|
-
const u = o && r &&
|
|
3051
|
+
const u = o && r && Tc.read(r);
|
|
3052
3052
|
u && i.set(o, u);
|
|
3053
3053
|
}
|
|
3054
3054
|
return t;
|
|
@@ -3271,36 +3271,36 @@ const Po = (e) => {
|
|
|
3271
3271
|
let x;
|
|
3272
3272
|
try {
|
|
3273
3273
|
if (I && l && w !== "get" && w !== "head" && (x = await p(G, b)) !== 0) {
|
|
3274
|
-
let
|
|
3274
|
+
let T = new n(A, {
|
|
3275
3275
|
method: "POST",
|
|
3276
3276
|
body: b,
|
|
3277
3277
|
duplex: "half"
|
|
3278
3278
|
}), O;
|
|
3279
|
-
if (C.isFormData(b) && (O =
|
|
3279
|
+
if (C.isFormData(b) && (O = T.headers.get("content-type")) && G.setContentType(O), T.body) {
|
|
3280
3280
|
const [Q, j] = ys(
|
|
3281
3281
|
x,
|
|
3282
3282
|
Ln(bs(I))
|
|
3283
3283
|
);
|
|
3284
|
-
b = _s(
|
|
3284
|
+
b = _s(T.body, Cs, Q, j);
|
|
3285
3285
|
}
|
|
3286
3286
|
}
|
|
3287
3287
|
C.isString(X) || (X = X ? "include" : "omit");
|
|
3288
|
-
const
|
|
3288
|
+
const E = r && "credentials" in n.prototype, D = {
|
|
3289
3289
|
...H,
|
|
3290
3290
|
signal: $,
|
|
3291
3291
|
method: w.toUpperCase(),
|
|
3292
3292
|
headers: G.normalize().toJSON(),
|
|
3293
3293
|
body: b,
|
|
3294
3294
|
duplex: "half",
|
|
3295
|
-
credentials:
|
|
3295
|
+
credentials: E ? X : void 0
|
|
3296
3296
|
};
|
|
3297
3297
|
ee = r && new n(A, D);
|
|
3298
3298
|
let B = await (r ? U(ee, H) : U(A, D));
|
|
3299
|
-
const
|
|
3300
|
-
if (d && (y ||
|
|
3301
|
-
const
|
|
3299
|
+
const W = d && (L === "stream" || L === "response");
|
|
3300
|
+
if (d && (y || W && R)) {
|
|
3301
|
+
const T = {};
|
|
3302
3302
|
["status", "statusText", "headers"].forEach((z) => {
|
|
3303
|
-
|
|
3303
|
+
T[z] = B[z];
|
|
3304
3304
|
});
|
|
3305
3305
|
const O = C.toFiniteNumber(B.headers.get("content-length")), [Q, j] = y && ys(
|
|
3306
3306
|
O,
|
|
@@ -3310,13 +3310,13 @@ const Po = (e) => {
|
|
|
3310
3310
|
_s(B.body, Cs, Q, () => {
|
|
3311
3311
|
j && j(), R && R();
|
|
3312
3312
|
}),
|
|
3313
|
-
|
|
3313
|
+
T
|
|
3314
3314
|
);
|
|
3315
3315
|
}
|
|
3316
3316
|
L = L || "text";
|
|
3317
3317
|
let v = await m[C.findKey(m, L) || "text"](B, g);
|
|
3318
|
-
return !
|
|
3319
|
-
Ro(
|
|
3318
|
+
return !W && R && R(), await new Promise((T, O) => {
|
|
3319
|
+
Ro(T, O, {
|
|
3320
3320
|
data: v,
|
|
3321
3321
|
headers: xe.from(B.headers),
|
|
3322
3322
|
status: B.status,
|
|
@@ -3325,13 +3325,13 @@ const Po = (e) => {
|
|
|
3325
3325
|
request: ee
|
|
3326
3326
|
});
|
|
3327
3327
|
});
|
|
3328
|
-
} catch (
|
|
3329
|
-
throw R && R(),
|
|
3328
|
+
} catch (E) {
|
|
3329
|
+
throw R && R(), E && E.name === "TypeError" && /Load failed|fetch/i.test(E.message) ? Object.assign(
|
|
3330
3330
|
new te("Network Error", te.ERR_NETWORK, g, ee),
|
|
3331
3331
|
{
|
|
3332
|
-
cause:
|
|
3332
|
+
cause: E.cause || E
|
|
3333
3333
|
}
|
|
3334
|
-
) : te.from(
|
|
3334
|
+
) : te.from(E, E && E.code, g, ee);
|
|
3335
3335
|
}
|
|
3336
3336
|
};
|
|
3337
3337
|
}, Mc = /* @__PURE__ */ new Map(), Oo = (e) => {
|
|
@@ -3363,7 +3363,7 @@ C.forEach(Da, (e, t) => {
|
|
|
3363
3363
|
Object.defineProperty(e, "adapterName", { value: t });
|
|
3364
3364
|
}
|
|
3365
3365
|
});
|
|
3366
|
-
const
|
|
3366
|
+
const Ts = (e) => `- ${e}`, Dc = (e) => C.isFunction(e) || e === null || e === !1;
|
|
3367
3367
|
function jc(e, t) {
|
|
3368
3368
|
e = C.isArray(e) ? e : [e];
|
|
3369
3369
|
const { length: n } = e;
|
|
@@ -3383,8 +3383,8 @@ function jc(e, t) {
|
|
|
3383
3383
|
([u, l]) => `adapter ${u} ` + (l === !1 ? "is not supported by the environment" : "is not available in the build")
|
|
3384
3384
|
);
|
|
3385
3385
|
let c = n ? i.length > 1 ? `since :
|
|
3386
|
-
` + i.map(
|
|
3387
|
-
`) : " " +
|
|
3386
|
+
` + i.map(Ts).join(`
|
|
3387
|
+
`) : " " + Ts(i[0]) : "as no adapter specified";
|
|
3388
3388
|
throw new te(
|
|
3389
3389
|
"There is no suitable adapter to dispatch the request " + c,
|
|
3390
3390
|
"ERR_NOT_SUPPORT"
|
|
@@ -3408,7 +3408,7 @@ function ea(e) {
|
|
|
3408
3408
|
if (e.cancelToken && e.cancelToken.throwIfRequested(), e.signal && e.signal.aborted)
|
|
3409
3409
|
throw new Pt(null, e);
|
|
3410
3410
|
}
|
|
3411
|
-
function
|
|
3411
|
+
function Es(e) {
|
|
3412
3412
|
return ea(e), e.headers = xe.from(e.headers), e.data = Xn.call(
|
|
3413
3413
|
e,
|
|
3414
3414
|
e.transformRequest
|
|
@@ -3471,10 +3471,10 @@ function Gc(e, t, n) {
|
|
|
3471
3471
|
throw new te("Unknown option " + r, te.ERR_BAD_OPTION);
|
|
3472
3472
|
}
|
|
3473
3473
|
}
|
|
3474
|
-
const
|
|
3474
|
+
const En = {
|
|
3475
3475
|
assertOptions: Gc,
|
|
3476
3476
|
validators: Hn
|
|
3477
|
-
}, Ge =
|
|
3477
|
+
}, Ge = En.validators;
|
|
3478
3478
|
let yt = class {
|
|
3479
3479
|
constructor(t) {
|
|
3480
3480
|
this.defaults = t || {}, this.interceptors = {
|
|
@@ -3510,16 +3510,16 @@ let yt = class {
|
|
|
3510
3510
|
_request(t, n) {
|
|
3511
3511
|
typeof t == "string" ? (n = n || {}, n.url = t) : n = t || {}, n = _t(this.defaults, n);
|
|
3512
3512
|
const { transitional: s, paramsSerializer: o, headers: r } = n;
|
|
3513
|
-
s !== void 0 &&
|
|
3513
|
+
s !== void 0 && En.assertOptions(s, {
|
|
3514
3514
|
silentJSONParsing: Ge.transitional(Ge.boolean),
|
|
3515
3515
|
forcedJSONParsing: Ge.transitional(Ge.boolean),
|
|
3516
3516
|
clarifyTimeoutError: Ge.transitional(Ge.boolean)
|
|
3517
3517
|
}, !1), o != null && (C.isFunction(o) ? n.paramsSerializer = {
|
|
3518
3518
|
serialize: o
|
|
3519
|
-
} :
|
|
3519
|
+
} : En.assertOptions(o, {
|
|
3520
3520
|
encode: Ge.function,
|
|
3521
3521
|
serialize: Ge.function
|
|
3522
|
-
}, !0)), n.allowAbsoluteUrls !== void 0 || (this.defaults.allowAbsoluteUrls !== void 0 ? n.allowAbsoluteUrls = this.defaults.allowAbsoluteUrls : n.allowAbsoluteUrls = !0),
|
|
3522
|
+
}, !0)), n.allowAbsoluteUrls !== void 0 || (this.defaults.allowAbsoluteUrls !== void 0 ? n.allowAbsoluteUrls = this.defaults.allowAbsoluteUrls : n.allowAbsoluteUrls = !0), En.assertOptions(n, {
|
|
3523
3523
|
baseUrl: Ge.spelling("baseURL"),
|
|
3524
3524
|
withXsrfToken: Ge.spelling("withXSRFToken")
|
|
3525
3525
|
}, !0), n.method = (n.method || this.defaults.method || "get").toLowerCase();
|
|
@@ -3544,7 +3544,7 @@ let yt = class {
|
|
|
3544
3544
|
});
|
|
3545
3545
|
let d, m = 0, h;
|
|
3546
3546
|
if (!u) {
|
|
3547
|
-
const g = [
|
|
3547
|
+
const g = [Es.bind(this), void 0];
|
|
3548
3548
|
for (g.unshift(...c), g.push(...l), h = g.length, d = Promise.resolve(n); m < h; )
|
|
3549
3549
|
d = d.then(g[m++], g[m++]);
|
|
3550
3550
|
return d;
|
|
@@ -3561,7 +3561,7 @@ let yt = class {
|
|
|
3561
3561
|
}
|
|
3562
3562
|
}
|
|
3563
3563
|
try {
|
|
3564
|
-
d =
|
|
3564
|
+
d = Es.call(this, p);
|
|
3565
3565
|
} catch (g) {
|
|
3566
3566
|
return Promise.reject(g);
|
|
3567
3567
|
}
|
|
@@ -4744,7 +4744,7 @@ async function s6({
|
|
|
4744
4744
|
currentNew: m,
|
|
4745
4745
|
internalPath: g
|
|
4746
4746
|
});
|
|
4747
|
-
return /* @__PURE__ */ f(
|
|
4747
|
+
return /* @__PURE__ */ f(V, { children: [
|
|
4748
4748
|
/* @__PURE__ */ a("meta", { charSet: "utf-8" }),
|
|
4749
4749
|
/* @__PURE__ */ a("meta", { name: "viewport", content: "width=device-width, initial-scale=1" }),
|
|
4750
4750
|
X,
|
|
@@ -4842,7 +4842,7 @@ const o6 = ({
|
|
|
4842
4842
|
currentNew: c,
|
|
4843
4843
|
internalPath: i
|
|
4844
4844
|
}), p = l.before.active, g = l.after.active, A = p ? l.before.customData ? l.before.customData : h : void 0, w = g ? l.after.customData ? l.after.customData : h : void 0;
|
|
4845
|
-
return /* @__PURE__ */ f(
|
|
4845
|
+
return /* @__PURE__ */ f(V, { children: [
|
|
4846
4846
|
/* @__PURE__ */ a(go, { name: "bodybefore", banners: n, replaces: A }),
|
|
4847
4847
|
e,
|
|
4848
4848
|
/* @__PURE__ */ a(wr, {}),
|
|
@@ -4895,13 +4895,13 @@ function tl({
|
|
|
4895
4895
|
}) {
|
|
4896
4896
|
const [c, u] = F(!1), [l, d] = F(0), [m, h] = F(0), [p, g] = F(0), [A, w] = F(0), [b, S] = F(null), N = lo(null), [_, y] = F(1), I = ge(() => {
|
|
4897
4897
|
if (o) return 1;
|
|
4898
|
-
const v = N.current?.offsetWidth || window.innerWidth,
|
|
4898
|
+
const v = N.current?.offsetWidth || window.innerWidth, T = n + s, O = Math.floor(v / T);
|
|
4899
4899
|
return Math.max(1, O);
|
|
4900
4900
|
}, [o, n, s]);
|
|
4901
4901
|
$e(() => {
|
|
4902
4902
|
const v = () => {
|
|
4903
|
-
const
|
|
4904
|
-
y(
|
|
4903
|
+
const T = I();
|
|
4904
|
+
y(T);
|
|
4905
4905
|
};
|
|
4906
4906
|
return v(), window.addEventListener("resize", v), () => window.removeEventListener("resize", v);
|
|
4907
4907
|
}, [I]);
|
|
@@ -4912,19 +4912,19 @@ function tl({
|
|
|
4912
4912
|
const v = I();
|
|
4913
4913
|
return v === 1 ? 1 : Math.max(1, Math.ceil(v / 2));
|
|
4914
4914
|
}, [I]), H = ge(
|
|
4915
|
-
(v,
|
|
4915
|
+
(v, T = 0) => {
|
|
4916
4916
|
if (o) {
|
|
4917
4917
|
const O = N.current?.offsetWidth || window.innerWidth;
|
|
4918
|
-
return -(v * (100 + s)) +
|
|
4918
|
+
return -(v * (100 + s)) + T / O * 100;
|
|
4919
4919
|
}
|
|
4920
|
-
return -(v * (n + s)) +
|
|
4920
|
+
return -(v * (n + s)) + T;
|
|
4921
4921
|
},
|
|
4922
4922
|
[o, n, s]
|
|
4923
4923
|
), U = ge(
|
|
4924
4924
|
(v) => {
|
|
4925
|
-
const
|
|
4925
|
+
const T = N.current?.offsetWidth || window.innerWidth, O = I(), Q = X();
|
|
4926
4926
|
if (o)
|
|
4927
|
-
return Math.abs(v) /
|
|
4927
|
+
return Math.abs(v) / T * 100 > 30 ? 1 : 0;
|
|
4928
4928
|
{
|
|
4929
4929
|
const j = n + s, z = Math.abs(v) / j;
|
|
4930
4930
|
return z >= (O === 1 ? 0.2 : 0.3) ? O === 1 ? 1 : Math.min(Math.round(z), Q) : 0;
|
|
@@ -4939,7 +4939,7 @@ function tl({
|
|
|
4939
4939
|
), ee = ge(
|
|
4940
4940
|
(v) => {
|
|
4941
4941
|
if (!c || !r) return;
|
|
4942
|
-
const
|
|
4942
|
+
const T = v - l, O = (n + s) * 1.2, Q = e === 0 && T > 0, j = e === G && T < 0, z = Q || j ? Math.sign(T) * Math.min(Math.abs(T), O) : T;
|
|
4943
4943
|
h(v), g(z);
|
|
4944
4944
|
},
|
|
4945
4945
|
[c, l, r, e, G, n, s]
|
|
@@ -4951,9 +4951,9 @@ function tl({
|
|
|
4951
4951
|
), x = ge(
|
|
4952
4952
|
(v) => {
|
|
4953
4953
|
if (!c || !r) return;
|
|
4954
|
-
const
|
|
4954
|
+
const T = m - l, O = Date.now() - A, Q = Math.abs(T) / Math.max(O, 1), j = U(T), Y = Q > 0.5 && Math.abs(T) > 50 ? Math.max(j, 1) : j;
|
|
4955
4955
|
if (Y > 0)
|
|
4956
|
-
if (
|
|
4956
|
+
if (T > 0) {
|
|
4957
4957
|
const J = Math.max(0, e - Y);
|
|
4958
4958
|
i(J);
|
|
4959
4959
|
} else {
|
|
@@ -4975,7 +4975,7 @@ function tl({
|
|
|
4975
4975
|
R,
|
|
4976
4976
|
b
|
|
4977
4977
|
]
|
|
4978
|
-
),
|
|
4978
|
+
), E = ge(
|
|
4979
4979
|
(v) => {
|
|
4980
4980
|
v.preventDefault(), ["a", "span"].includes(v.target?.localName) && S(v.target), $(v.clientX);
|
|
4981
4981
|
},
|
|
@@ -4990,7 +4990,7 @@ function tl({
|
|
|
4990
4990
|
c && (v.preventDefault(), ee(v.touches[0].clientX));
|
|
4991
4991
|
},
|
|
4992
4992
|
[c, ee]
|
|
4993
|
-
),
|
|
4993
|
+
), W = ge(
|
|
4994
4994
|
(v) => {
|
|
4995
4995
|
x(v);
|
|
4996
4996
|
},
|
|
@@ -5012,10 +5012,10 @@ function tl({
|
|
|
5012
5012
|
getTranslateValue: H,
|
|
5013
5013
|
actualVisibleItems: _,
|
|
5014
5014
|
dragHandlers: {
|
|
5015
|
-
onMouseDown:
|
|
5015
|
+
onMouseDown: E,
|
|
5016
5016
|
onTouchStart: D,
|
|
5017
5017
|
onTouchMove: B,
|
|
5018
|
-
onTouchEnd:
|
|
5018
|
+
onTouchEnd: W,
|
|
5019
5019
|
onMouseLeave: x
|
|
5020
5020
|
}
|
|
5021
5021
|
};
|
|
@@ -5452,7 +5452,7 @@ const qt = (e) => {
|
|
|
5452
5452
|
}, m = () => e.main.uppertitle ? /* @__PURE__ */ a("p", { className: oe.uppertitle, title: e.main.uppertitle, children: e.main.uppertitle }) : null, h = () => {
|
|
5453
5453
|
if (c && s?.tags?.length && s.tags.length > 0) {
|
|
5454
5454
|
const p = s.tags[0], g = p.name;
|
|
5455
|
-
return
|
|
5455
|
+
return Ae.createElement(i, { className: `${oe.sectionDescriptionContainer} section` }, /* @__PURE__ */ f(V, { children: [
|
|
5456
5456
|
p.approved ? /* @__PURE__ */ a(
|
|
5457
5457
|
q,
|
|
5458
5458
|
{
|
|
@@ -5467,7 +5467,7 @@ const qt = (e) => {
|
|
|
5467
5467
|
] }));
|
|
5468
5468
|
} else if (o?.section?.url) {
|
|
5469
5469
|
const p = o.section.name;
|
|
5470
|
-
return
|
|
5470
|
+
return Ae.createElement(i, { className: `${oe.sectionDescriptionContainer} section` }, /* @__PURE__ */ f(V, { children: [
|
|
5471
5471
|
/* @__PURE__ */ a(
|
|
5472
5472
|
q,
|
|
5473
5473
|
{
|
|
@@ -5493,7 +5493,7 @@ const qt = (e) => {
|
|
|
5493
5493
|
}
|
|
5494
5494
|
),
|
|
5495
5495
|
/* @__PURE__ */ a(h, {}),
|
|
5496
|
-
|
|
5496
|
+
Ae.createElement(
|
|
5497
5497
|
e.isTitle ? "h1" : "h2",
|
|
5498
5498
|
{
|
|
5499
5499
|
className: oe.articule
|
|
@@ -5513,7 +5513,7 @@ const qt = (e) => {
|
|
|
5513
5513
|
) : e.main?.title?.section
|
|
5514
5514
|
),
|
|
5515
5515
|
e.config?.showsubtitle && /* @__PURE__ */ a(d, {}),
|
|
5516
|
-
(e?.config?.showtime || e.config?.showauthor) && /* @__PURE__ */ a(
|
|
5516
|
+
(e?.config?.showtime || e.config?.showauthor) && /* @__PURE__ */ a(V, { children: e.authors[0]?.internaluser ? /* @__PURE__ */ a("h3", { children: /* @__PURE__ */ a(
|
|
5517
5517
|
q,
|
|
5518
5518
|
{
|
|
5519
5519
|
block_subPublication: u?.autor,
|
|
@@ -5524,10 +5524,10 @@ const qt = (e) => {
|
|
|
5524
5524
|
}
|
|
5525
5525
|
) }) : /* @__PURE__ */ a("h3", { className: oe.correspondent, children: l() }) })
|
|
5526
5526
|
] });
|
|
5527
|
-
}, Il = "_content_veayf_1",
|
|
5527
|
+
}, Il = "_content_veayf_1", Tl = "_contentNew_veayf_41", El = "_imageBox_veayf_57", xl = "_numberTag_veayf_87", dn = {
|
|
5528
5528
|
content: Il,
|
|
5529
|
-
contentNew:
|
|
5530
|
-
imageBox:
|
|
5529
|
+
contentNew: Tl,
|
|
5530
|
+
imageBox: El,
|
|
5531
5531
|
numberTag: xl
|
|
5532
5532
|
}, kl = "_figure_unw0t_1", Ul = "_backdrop_unw0t_11", Ll = "_backdropAux_unw0t_31", Rl = "_imageStyled_unw0t_73", Bl = "_boxPlayIcon_unw0t_101", Pl = "_playStyled_unw0t_121", Ol = "_imageLogoPlaceholder_unw0t_155", ql = "_imagePlaceholder_unw0t_197", le = {
|
|
5533
5533
|
figure: kl,
|
|
@@ -5581,7 +5581,7 @@ const Ml = (e) => {
|
|
|
5581
5581
|
src: o[0]?.url ? o[0]?.url : void 0
|
|
5582
5582
|
}
|
|
5583
5583
|
),
|
|
5584
|
-
t && /* @__PURE__ */ f(
|
|
5584
|
+
t && /* @__PURE__ */ f(V, { children: [
|
|
5585
5585
|
/* @__PURE__ */ a(
|
|
5586
5586
|
"div",
|
|
5587
5587
|
{
|
|
@@ -5635,7 +5635,7 @@ const Ml = (e) => {
|
|
|
5635
5635
|
src: o[0]?.url ? o[0]?.url : ""
|
|
5636
5636
|
}
|
|
5637
5637
|
),
|
|
5638
|
-
t && /* @__PURE__ */ f(
|
|
5638
|
+
t && /* @__PURE__ */ f(V, { children: [
|
|
5639
5639
|
/* @__PURE__ */ a(
|
|
5640
5640
|
"div",
|
|
5641
5641
|
{
|
|
@@ -5715,7 +5715,7 @@ const Ml = (e) => {
|
|
|
5715
5715
|
t.sizes.map(
|
|
5716
5716
|
async (r) => ({
|
|
5717
5717
|
...r,
|
|
5718
|
-
url: await
|
|
5718
|
+
url: await be(r.url)
|
|
5719
5719
|
})
|
|
5720
5720
|
)
|
|
5721
5721
|
), o = {
|
|
@@ -6942,12 +6942,12 @@ const Ml = (e) => {
|
|
|
6942
6942
|
/* @__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" })
|
|
6943
6943
|
]
|
|
6944
6944
|
}
|
|
6945
|
-
), Nd = "_content_hsrgo_1", Sd = "_brandContent_hsrgo_19", Id = "_socialMedia_hsrgo_41",
|
|
6945
|
+
), Nd = "_content_hsrgo_1", Sd = "_brandContent_hsrgo_19", Id = "_socialMedia_hsrgo_41", Td = "_linkSocialNetwoks_hsrgo_55", Ed = "_sectionContent_hsrgo_97", xd = "_section_hsrgo_97", kd = "_menuItem_hsrgo_133", Ud = "_otherItems_hsrgo_159", Ld = "_copyrigth_hsrgo_187", Rd = "_copyrigthText_hsrgo_207", Bd = "_logoStyled_hsrgo_227", Pd = "_socialInstagram_hsrgo_263", ke = {
|
|
6946
6946
|
content: Nd,
|
|
6947
6947
|
brandContent: Sd,
|
|
6948
6948
|
socialMedia: Id,
|
|
6949
|
-
linkSocialNetwoks:
|
|
6950
|
-
sectionContent:
|
|
6949
|
+
linkSocialNetwoks: Td,
|
|
6950
|
+
sectionContent: Ed,
|
|
6951
6951
|
section: xd,
|
|
6952
6952
|
menuItem: kd,
|
|
6953
6953
|
otherItems: Ud,
|
|
@@ -7140,7 +7140,7 @@ const Ml = (e) => {
|
|
|
7140
7140
|
c
|
|
7141
7141
|
)) })
|
|
7142
7142
|
] }),
|
|
7143
|
-
o && /* @__PURE__ */ a(
|
|
7143
|
+
o && /* @__PURE__ */ a(V, { children: o }),
|
|
7144
7144
|
/* @__PURE__ */ f("section", { className: ke.copyrigth, children: [
|
|
7145
7145
|
/* @__PURE__ */ a("p", { className: ke.copyrigthText, children: e.copyrigth }),
|
|
7146
7146
|
/* @__PURE__ */ a(
|
|
@@ -7447,11 +7447,11 @@ const f1 = "_content_xlsy2_1", g1 = "_videoContent_xlsy2_39", p1 = "_articleSect
|
|
|
7447
7447
|
}
|
|
7448
7448
|
)
|
|
7449
7449
|
] });
|
|
7450
|
-
}, N1 = "_content_1tki3_1", S1 = "_contentGrid_1tki3_15", I1 = "_contentGrid4_1tki3_33",
|
|
7450
|
+
}, N1 = "_content_1tki3_1", S1 = "_contentGrid_1tki3_15", I1 = "_contentGrid4_1tki3_33", T1 = "_contentGrid3_1tki3_41", un = {
|
|
7451
7451
|
content: N1,
|
|
7452
7452
|
contentGrid: S1,
|
|
7453
7453
|
contentGrid4: I1,
|
|
7454
|
-
contentGrid3:
|
|
7454
|
+
contentGrid3: T1
|
|
7455
7455
|
}, Ca = (e) => {
|
|
7456
7456
|
const { grid: t = 3 } = e;
|
|
7457
7457
|
return /* @__PURE__ */ f("section", { className: `${un.content}`, children: [
|
|
@@ -7462,10 +7462,10 @@ const f1 = "_content_xlsy2_1", g1 = "_videoContent_xlsy2_39", p1 = "_articleSect
|
|
|
7462
7462
|
children: e.children
|
|
7463
7463
|
}
|
|
7464
7464
|
),
|
|
7465
|
-
/* @__PURE__ */ a(
|
|
7465
|
+
/* @__PURE__ */ a(V, { children: e.paginatorComponent })
|
|
7466
7466
|
] });
|
|
7467
|
-
},
|
|
7468
|
-
content:
|
|
7467
|
+
}, E1 = "_content_3pssn_1", x1 = "_newsDescription_3pssn_29", k1 = "_image_3pssn_81", Yt = {
|
|
7468
|
+
content: E1,
|
|
7469
7469
|
newsDescription: x1,
|
|
7470
7470
|
image: k1
|
|
7471
7471
|
}, rt = (e) => {
|
|
@@ -7674,7 +7674,7 @@ const f1 = "_content_xlsy2_1", g1 = "_videoContent_xlsy2_39", p1 = "_articleSect
|
|
|
7674
7674
|
}, Wo = (e) => {
|
|
7675
7675
|
let t = "";
|
|
7676
7676
|
return e.preview.description && (t = e.preview.description), e.preview.copyright && (t = `${t} ${e.preview.copyright}`), e.preview.photographer && (t = `${t} ${e.preview.photographer}`), /* @__PURE__ */ a("div", { className: Na.content, children: /* @__PURE__ */ a(Oe, { preview: e.preview, isLarge: !0, priorityHigh: !0, figCaption: t }) });
|
|
7677
|
-
}, hu = (e) => /* @__PURE__ */ a(
|
|
7677
|
+
}, hu = (e) => /* @__PURE__ */ a(V, { children: /* @__PURE__ */ f("div", { className: `${ct.boxInformation} sass-liveblog-header`, children: [
|
|
7678
7678
|
/* @__PURE__ */ a(Wo, { preview: e.preview }),
|
|
7679
7679
|
/* @__PURE__ */ f("div", { className: ct.textBox, children: [
|
|
7680
7680
|
/* @__PURE__ */ f("div", { className: ct.contentBox, children: [
|
|
@@ -7712,7 +7712,7 @@ const f1 = "_content_xlsy2_1", g1 = "_videoContent_xlsy2_39", p1 = "_articleSect
|
|
|
7712
7712
|
}, wu = (e) => /* @__PURE__ */ a("section", { className: `${mn.content} sass-liveblog-time-line`, children: e.itemList[0]?.list.items.map((t, n) => /* @__PURE__ */ f("div", { className: mn.contentLine, children: [
|
|
7713
7713
|
/* @__PURE__ */ a(q, { className: mn.dateLink, href: `#item-${n + 1}`, children: Pr(t.date) }),
|
|
7714
7714
|
/* @__PURE__ */ a("div", { className: mn.contentText, children: (e.itemList[0]?.list.integrated, t.title) })
|
|
7715
|
-
] }, n)) }), yu = "_content_1qe2s_1", bu = "_contentInfo_1qe2s_21", vu = "_imageContainer_1qe2s_37", _u = "_imageStyled_1qe2s_55", Cu = "_contentIconStyled_1qe2s_77", Nu = "_name_1qe2s_129", Su = "_email_1qe2s_147", Iu = "_description_1qe2s_179",
|
|
7715
|
+
] }, n)) }), yu = "_content_1qe2s_1", bu = "_contentInfo_1qe2s_21", vu = "_imageContainer_1qe2s_37", _u = "_imageStyled_1qe2s_55", Cu = "_contentIconStyled_1qe2s_77", Nu = "_name_1qe2s_129", Su = "_email_1qe2s_147", Iu = "_description_1qe2s_179", Tu = "_contenSocialNetwork_1qe2s_203", Eu = "_socialIcon_1qe2s_223", xu = "_socialIconFilled_1qe2s_233", ku = "_faceBookIcon_1qe2s_249", Uu = "_socialIconLink_1qe2s_267", Lu = "_socialIconStroke_1qe2s_283", me = {
|
|
7716
7716
|
content: yu,
|
|
7717
7717
|
contentInfo: bu,
|
|
7718
7718
|
imageContainer: vu,
|
|
@@ -7721,8 +7721,8 @@ const f1 = "_content_xlsy2_1", g1 = "_videoContent_xlsy2_39", p1 = "_articleSect
|
|
|
7721
7721
|
name: Nu,
|
|
7722
7722
|
email: Su,
|
|
7723
7723
|
description: Iu,
|
|
7724
|
-
contenSocialNetwork:
|
|
7725
|
-
socialIcon:
|
|
7724
|
+
contenSocialNetwork: Tu,
|
|
7725
|
+
socialIcon: Eu,
|
|
7726
7726
|
socialIconFilled: xu,
|
|
7727
7727
|
faceBookIcon: ku,
|
|
7728
7728
|
socialIconLink: Uu,
|
|
@@ -7774,7 +7774,7 @@ const f1 = "_content_xlsy2_1", g1 = "_videoContent_xlsy2_39", p1 = "_articleSect
|
|
|
7774
7774
|
loading: "lazy",
|
|
7775
7775
|
alt: "",
|
|
7776
7776
|
className: me.imageStyled,
|
|
7777
|
-
src: await
|
|
7777
|
+
src: await be(r)
|
|
7778
7778
|
}
|
|
7779
7779
|
) }) : /* @__PURE__ */ a(
|
|
7780
7780
|
"div",
|
|
@@ -7863,7 +7863,7 @@ const f1 = "_content_xlsy2_1", g1 = "_videoContent_xlsy2_39", p1 = "_articleSect
|
|
|
7863
7863
|
fetchPriority: "low",
|
|
7864
7864
|
loading: "lazy",
|
|
7865
7865
|
className: fe.imageStyled,
|
|
7866
|
-
src: await
|
|
7866
|
+
src: await be(r)
|
|
7867
7867
|
}
|
|
7868
7868
|
) : /* @__PURE__ */ a("div", { className: fe.contentIconStyled, children: /* @__PURE__ */ a(o, {}) }),
|
|
7869
7869
|
/* @__PURE__ */ f("div", { className: fe.contentAuthor, children: [
|
|
@@ -7975,7 +7975,7 @@ const f1 = "_content_xlsy2_1", g1 = "_videoContent_xlsy2_39", p1 = "_articleSect
|
|
|
7975
7975
|
title: e?.main?.title?.section,
|
|
7976
7976
|
href: e.info.link.url,
|
|
7977
7977
|
children: /* @__PURE__ */ f("div", { style: { position: "relative" }, children: [
|
|
7978
|
-
/* @__PURE__ */ a("img", { src: await
|
|
7978
|
+
/* @__PURE__ */ a("img", { src: await be(e.preview.sizes[0]?.url || "") }),
|
|
7979
7979
|
/* @__PURE__ */ a(t, { className: `${fn.playStyled} saas-image-play-icon` })
|
|
7980
7980
|
] })
|
|
7981
7981
|
}
|
|
@@ -8161,7 +8161,7 @@ const f1 = "_content_xlsy2_1", g1 = "_videoContent_xlsy2_39", p1 = "_articleSect
|
|
|
8161
8161
|
}
|
|
8162
8162
|
)
|
|
8163
8163
|
}
|
|
8164
|
-
), ym = "_drawerStyled_19j18_1", bm = "_sidebarCustom_19j18_11", vm = "_accordionStyled_19j18_47", _m = "_accordionHeading_19j18_69", Cm = "_accordionSummeryStyled_19j18_87", Nm = "_linkStyled_19j18_143", Sm = "_subLinkStyled_19j18_191", Im = "_inputContent_19j18_235",
|
|
8164
|
+
), ym = "_drawerStyled_19j18_1", bm = "_sidebarCustom_19j18_11", vm = "_accordionStyled_19j18_47", _m = "_accordionHeading_19j18_69", Cm = "_accordionSummeryStyled_19j18_87", Nm = "_linkStyled_19j18_143", Sm = "_subLinkStyled_19j18_191", Im = "_inputContent_19j18_235", Tm = "_buttonContent_19j18_237", Em = "_inputStyled_19j18_257", xm = "_buscar_19j18_289", km = "_buttonStyled_19j18_347", Um = "_accordionDetailsStyled_19j18_377", Lm = "_footerSlider_19j18_407", Rm = "_socialMedia_19j18_429", Bm = "_copyRights_19j18_469", Pm = "_icon_19j18_491", he = {
|
|
8165
8165
|
drawerStyled: ym,
|
|
8166
8166
|
sidebarCustom: bm,
|
|
8167
8167
|
accordionStyled: vm,
|
|
@@ -8170,8 +8170,8 @@ const f1 = "_content_xlsy2_1", g1 = "_videoContent_xlsy2_39", p1 = "_articleSect
|
|
|
8170
8170
|
linkStyled: Nm,
|
|
8171
8171
|
subLinkStyled: Sm,
|
|
8172
8172
|
inputContent: Im,
|
|
8173
|
-
buttonContent:
|
|
8174
|
-
inputStyled:
|
|
8173
|
+
buttonContent: Tm,
|
|
8174
|
+
inputStyled: Em,
|
|
8175
8175
|
buscar: xm,
|
|
8176
8176
|
buttonStyled: km,
|
|
8177
8177
|
accordionDetailsStyled: Um,
|
|
@@ -8329,7 +8329,7 @@ const f1 = "_content_xlsy2_1", g1 = "_videoContent_xlsy2_39", p1 = "_articleSect
|
|
|
8329
8329
|
children: t?.data[0]?.main?.title.home ?? ""
|
|
8330
8330
|
}
|
|
8331
8331
|
);
|
|
8332
|
-
return /* @__PURE__ */ f(
|
|
8332
|
+
return /* @__PURE__ */ f(V, { children: [
|
|
8333
8333
|
/* @__PURE__ */ a(
|
|
8334
8334
|
"input",
|
|
8335
8335
|
{
|
|
@@ -8481,7 +8481,7 @@ const f1 = "_content_xlsy2_1", g1 = "_videoContent_xlsy2_39", p1 = "_articleSect
|
|
|
8481
8481
|
"aria-label": "Home",
|
|
8482
8482
|
className: "icon header-logo-link-sticky",
|
|
8483
8483
|
style: { display: "flex" },
|
|
8484
|
-
children:
|
|
8484
|
+
children: Ae.createElement(
|
|
8485
8485
|
"span",
|
|
8486
8486
|
{ className: Ue.logoStyled },
|
|
8487
8487
|
e.icon
|
|
@@ -8495,7 +8495,7 @@ const f1 = "_content_xlsy2_1", g1 = "_videoContent_xlsy2_39", p1 = "_articleSect
|
|
|
8495
8495
|
"aria-label": "Home",
|
|
8496
8496
|
className: "icon header-logo-link-sticky header-mobile-icon",
|
|
8497
8497
|
style: { display: "flex" },
|
|
8498
|
-
children:
|
|
8498
|
+
children: Ae.createElement(
|
|
8499
8499
|
"span",
|
|
8500
8500
|
{ className: Ue.logoStyled },
|
|
8501
8501
|
e.mobileIcon()
|
|
@@ -8590,14 +8590,14 @@ const f1 = "_content_xlsy2_1", g1 = "_videoContent_xlsy2_39", p1 = "_articleSect
|
|
|
8590
8590
|
}
|
|
8591
8591
|
) }, r)) }) })
|
|
8592
8592
|
] }, s)) });
|
|
8593
|
-
}, _h = "_headerStyled_1yeov_1", Ch = "_headerContent_1yeov_45", Nh = "_menuButtonSection_1yeov_65", Sh = "_menuButton_1yeov_65", Ih = "_buttonSection_1yeov_167",
|
|
8593
|
+
}, _h = "_headerStyled_1yeov_1", Ch = "_headerContent_1yeov_45", Nh = "_menuButtonSection_1yeov_65", Sh = "_menuButton_1yeov_65", Ih = "_buttonSection_1yeov_167", Th = "_buttonSectionSearch_1yeov_201", Eh = "_hasAlertZone_1yeov_223", xh = "_buttonText_1yeov_261", kh = "_logoContent_1yeov_281", Uh = "_logoStyled_1yeov_297", Lh = "_headLineContent_1yeov_345", Rh = "_headLineTitle_1yeov_375", Bh = "_menuSection_1yeov_407", Ph = "_headLine_1yeov_345", Oh = "_line_1yeov_511", Se = {
|
|
8594
8594
|
headerStyled: _h,
|
|
8595
8595
|
headerContent: Ch,
|
|
8596
8596
|
menuButtonSection: Nh,
|
|
8597
8597
|
menuButton: Sh,
|
|
8598
8598
|
buttonSection: Ih,
|
|
8599
|
-
buttonSectionSearch:
|
|
8600
|
-
hasAlertZone:
|
|
8599
|
+
buttonSectionSearch: Th,
|
|
8600
|
+
hasAlertZone: Eh,
|
|
8601
8601
|
buttonText: xh,
|
|
8602
8602
|
logoContent: kh,
|
|
8603
8603
|
logoStyled: Uh,
|
|
@@ -8648,7 +8648,7 @@ const f1 = "_content_xlsy2_1", g1 = "_videoContent_xlsy2_39", p1 = "_articleSect
|
|
|
8648
8648
|
]
|
|
8649
8649
|
}
|
|
8650
8650
|
) }),
|
|
8651
|
-
/* @__PURE__ */ a("div", { className: Se.logoContent, children: /* @__PURE__ */ a(q, { href: "/", "aria-label": "Home", className: "header-logo-link", children:
|
|
8651
|
+
/* @__PURE__ */ a("div", { className: Se.logoContent, children: /* @__PURE__ */ a(q, { href: "/", "aria-label": "Home", className: "header-logo-link", children: Ae.createElement(
|
|
8652
8652
|
"span",
|
|
8653
8653
|
{ className: `${Se.logoStyled}` },
|
|
8654
8654
|
e.icon
|
|
@@ -8724,7 +8724,7 @@ const f1 = "_content_xlsy2_1", g1 = "_videoContent_xlsy2_39", p1 = "_articleSect
|
|
|
8724
8724
|
]
|
|
8725
8725
|
}
|
|
8726
8726
|
);
|
|
8727
|
-
return /* @__PURE__ */ f(
|
|
8727
|
+
return /* @__PURE__ */ f(V, { children: [
|
|
8728
8728
|
e.childrenContentPosition === "before-headers" && i,
|
|
8729
8729
|
/* @__PURE__ */ a(hh, { ...e }),
|
|
8730
8730
|
!e.showOnlyStickyHeader && /* @__PURE__ */ a(qh, { ...e }),
|
|
@@ -8788,7 +8788,7 @@ const f1 = "_content_xlsy2_1", g1 = "_videoContent_xlsy2_39", p1 = "_articleSect
|
|
|
8788
8788
|
loading: "lazy",
|
|
8789
8789
|
alt: "autor-image",
|
|
8790
8790
|
className: Qe.imageStyled,
|
|
8791
|
-
src: await
|
|
8791
|
+
src: await be(i)
|
|
8792
8792
|
}
|
|
8793
8793
|
) : /* @__PURE__ */ a("div", { className: Qe.contentIconStyled, children: e.autorIcon })
|
|
8794
8794
|
}
|
|
@@ -8991,7 +8991,7 @@ const f1 = "_content_xlsy2_1", g1 = "_videoContent_xlsy2_39", p1 = "_articleSect
|
|
|
8991
8991
|
fetchPriority: "low",
|
|
8992
8992
|
loading: "lazy",
|
|
8993
8993
|
className: lt.imageStyled,
|
|
8994
|
-
src: await
|
|
8994
|
+
src: await be(s.image.sizes[0]?.url || "")
|
|
8995
8995
|
},
|
|
8996
8996
|
s.fullname
|
|
8997
8997
|
) : /* @__PURE__ */ a("div", { className: lt.contentIconStyled, children: e.autorIcon }, s.fullname),
|
|
@@ -9017,7 +9017,7 @@ const f1 = "_content_xlsy2_1", g1 = "_videoContent_xlsy2_39", p1 = "_articleSect
|
|
|
9017
9017
|
},
|
|
9018
9018
|
`author-${s.firstname}`
|
|
9019
9019
|
)) });
|
|
9020
|
-
}, mf = "_content_1xbot_1", hf = "_urlTag_1xbot_23", ff = "_contentInfo_1xbot_75", gf = "_imageStyled_1xbot_109", pf = "_name_1xbot_119", Af = "_description_1xbot_129", wf = "_imageContainer_1xbot_155", yf = "_contenSocialNetwork_1xbot_297", bf = "_socialIcon_1xbot_317", vf = "_faceBookIcon_1xbot_327", _f = "_socialFacebookIcon_1xbot_337", Cf = "_socialIconLink_1xbot_345", Nf = "_socialIconStroke_1xbot_353", Sf = "_contentInfoWithoutImg_1xbot_361",
|
|
9020
|
+
}, mf = "_content_1xbot_1", hf = "_urlTag_1xbot_23", ff = "_contentInfo_1xbot_75", gf = "_imageStyled_1xbot_109", pf = "_name_1xbot_119", Af = "_description_1xbot_129", wf = "_imageContainer_1xbot_155", yf = "_contenSocialNetwork_1xbot_297", bf = "_socialIcon_1xbot_317", vf = "_faceBookIcon_1xbot_327", _f = "_socialFacebookIcon_1xbot_337", Cf = "_socialIconLink_1xbot_345", Nf = "_socialIconStroke_1xbot_353", Sf = "_contentInfoWithoutImg_1xbot_361", we = {
|
|
9021
9021
|
content: mf,
|
|
9022
9022
|
urlTag: hf,
|
|
9023
9023
|
contentInfo: ff,
|
|
@@ -9038,41 +9038,41 @@ const f1 = "_content_xlsy2_1", g1 = "_videoContent_xlsy2_39", p1 = "_articleSect
|
|
|
9038
9038
|
const t = e.trim();
|
|
9039
9039
|
return t.startsWith("http://") || t.startsWith("https://") ? t : `https://${t}`;
|
|
9040
9040
|
}, w6 = async (e) => {
|
|
9041
|
-
const t = e.img ? await
|
|
9042
|
-
return /* @__PURE__ */ a("section", { className: `${
|
|
9041
|
+
const t = e.img ? await be(e.img) : "", n = gn(e.social?.facebook ?? ""), s = gn(e.social?.instagram ?? ""), o = gn(e.social?.twitter ?? ""), r = gn(e.social?.linkedin ?? "");
|
|
9042
|
+
return /* @__PURE__ */ a("section", { className: `${we.content} ${e.className}`, children: /* @__PURE__ */ f(
|
|
9043
9043
|
"div",
|
|
9044
9044
|
{
|
|
9045
|
-
className: `${
|
|
9045
|
+
className: `${we.contentInfo} ${t ? "" : we.contentInfoWithoutImg}`,
|
|
9046
9046
|
children: [
|
|
9047
|
-
e.img && /* @__PURE__ */ a("div", { className: `${
|
|
9047
|
+
e.img && /* @__PURE__ */ a("div", { className: `${we.imageContainer} sass-image-tag-wrapper`, children: /* @__PURE__ */ a(
|
|
9048
9048
|
"img",
|
|
9049
9049
|
{
|
|
9050
9050
|
fetchPriority: "low",
|
|
9051
9051
|
loading: "lazy",
|
|
9052
|
-
className:
|
|
9052
|
+
className: we.imageStyled,
|
|
9053
9053
|
src: t
|
|
9054
9054
|
}
|
|
9055
9055
|
) }),
|
|
9056
|
-
/* @__PURE__ */ a("h1", { className:
|
|
9056
|
+
/* @__PURE__ */ a("h1", { className: we.name, children: e.tag }),
|
|
9057
9057
|
e.description && /* @__PURE__ */ a(
|
|
9058
9058
|
"div",
|
|
9059
9059
|
{
|
|
9060
|
-
className:
|
|
9060
|
+
className: we.description,
|
|
9061
9061
|
dangerouslySetInnerHTML: {
|
|
9062
9062
|
__html: e.description
|
|
9063
9063
|
}
|
|
9064
9064
|
}
|
|
9065
9065
|
),
|
|
9066
|
-
e.url && /* @__PURE__ */ a("a", { className:
|
|
9067
|
-
/* @__PURE__ */ f("div", { className:
|
|
9066
|
+
e.url && /* @__PURE__ */ a("a", { className: we.urlTag, href: e.url, children: e.url }),
|
|
9067
|
+
/* @__PURE__ */ f("div", { className: we.contenSocialNetwork, children: [
|
|
9068
9068
|
n && /* @__PURE__ */ a(
|
|
9069
9069
|
"a",
|
|
9070
9070
|
{
|
|
9071
9071
|
href: n,
|
|
9072
9072
|
target: "_blank",
|
|
9073
|
-
className: `${
|
|
9073
|
+
className: `${we.socialFacebookIcon} ${we.socialIconStroke}`,
|
|
9074
9074
|
rel: "noreferrer",
|
|
9075
|
-
children: /* @__PURE__ */ a(Fn, { className:
|
|
9075
|
+
children: /* @__PURE__ */ a(Fn, { className: we.faceBookIcon })
|
|
9076
9076
|
}
|
|
9077
9077
|
),
|
|
9078
9078
|
s && /* @__PURE__ */ a(
|
|
@@ -9080,9 +9080,9 @@ const f1 = "_content_xlsy2_1", g1 = "_videoContent_xlsy2_39", p1 = "_articleSect
|
|
|
9080
9080
|
{
|
|
9081
9081
|
href: s,
|
|
9082
9082
|
target: "_blank",
|
|
9083
|
-
className:
|
|
9083
|
+
className: we.socialIconLink,
|
|
9084
9084
|
rel: "noreferrer",
|
|
9085
|
-
children: /* @__PURE__ */ a($n, { className:
|
|
9085
|
+
children: /* @__PURE__ */ a($n, { className: we.socialIcon })
|
|
9086
9086
|
}
|
|
9087
9087
|
),
|
|
9088
9088
|
o && /* @__PURE__ */ a(
|
|
@@ -9090,9 +9090,9 @@ const f1 = "_content_xlsy2_1", g1 = "_videoContent_xlsy2_39", p1 = "_articleSect
|
|
|
9090
9090
|
{
|
|
9091
9091
|
href: o,
|
|
9092
9092
|
target: "_blank",
|
|
9093
|
-
className:
|
|
9093
|
+
className: we.socialIconLink,
|
|
9094
9094
|
rel: "noreferrer",
|
|
9095
|
-
children: /* @__PURE__ */ a(ht, { className:
|
|
9095
|
+
children: /* @__PURE__ */ a(ht, { className: we.socialIcon })
|
|
9096
9096
|
}
|
|
9097
9097
|
),
|
|
9098
9098
|
r && /* @__PURE__ */ a(
|
|
@@ -9100,19 +9100,19 @@ const f1 = "_content_xlsy2_1", g1 = "_videoContent_xlsy2_39", p1 = "_articleSect
|
|
|
9100
9100
|
{
|
|
9101
9101
|
href: r,
|
|
9102
9102
|
target: "_blank",
|
|
9103
|
-
className: `${
|
|
9103
|
+
className: `${we.socialIconLink} ${we.socialIconStroke}`,
|
|
9104
9104
|
rel: "noreferrer",
|
|
9105
|
-
children: /* @__PURE__ */ a(Ct, { className:
|
|
9105
|
+
children: /* @__PURE__ */ a(Ct, { className: we.socialIcon })
|
|
9106
9106
|
}
|
|
9107
9107
|
)
|
|
9108
9108
|
] })
|
|
9109
9109
|
]
|
|
9110
9110
|
}
|
|
9111
9111
|
) });
|
|
9112
|
-
}, If = "_content_qiw8s_1",
|
|
9112
|
+
}, If = "_content_qiw8s_1", Tf = "_contentNews_qiw8s_19", Ef = "_linkTitle_qiw8s_53", xf = "_tag_qiw8s_69", kf = "_tagmx_qiw8s_109", Uf = "_titular_qiw8s_139", Lf = "_correspondent_qiw8s_169", Rf = "_correspondentLink_qiw8s_191", Bf = "_description_qiw8s_213", Le = {
|
|
9113
9113
|
content: If,
|
|
9114
|
-
contentNews:
|
|
9115
|
-
linkTitle:
|
|
9114
|
+
contentNews: Tf,
|
|
9115
|
+
linkTitle: Ef,
|
|
9116
9116
|
tag: xf,
|
|
9117
9117
|
tagmx: kf,
|
|
9118
9118
|
titular: Uf,
|
|
@@ -9235,7 +9235,7 @@ const f1 = "_content_xlsy2_1", g1 = "_videoContent_xlsy2_39", p1 = "_articleSect
|
|
|
9235
9235
|
}
|
|
9236
9236
|
}
|
|
9237
9237
|
),
|
|
9238
|
-
e?.config?.showtime && e.config?.showauthor && /* @__PURE__ */ a(
|
|
9238
|
+
e?.config?.showtime && e.config?.showauthor && /* @__PURE__ */ a(V, { children: e.authors[0]?.internaluser ? /* @__PURE__ */ a(
|
|
9239
9239
|
q,
|
|
9240
9240
|
{
|
|
9241
9241
|
block_subPublication: n?.autor,
|
|
@@ -9500,7 +9500,7 @@ const f1 = "_content_xlsy2_1", g1 = "_videoContent_xlsy2_39", p1 = "_articleSect
|
|
|
9500
9500
|
fetchPriority: "low",
|
|
9501
9501
|
loading: "lazy",
|
|
9502
9502
|
className: Xe.image,
|
|
9503
|
-
src: await
|
|
9503
|
+
src: await be(t?.authors[0]?.image?.sizes[0]?.url || ""),
|
|
9504
9504
|
alt: t?.authors[0]?.fullname
|
|
9505
9505
|
}
|
|
9506
9506
|
) : /* @__PURE__ */ a("div", { className: Xe.contentIcon, children: /* @__PURE__ */ a(o, {}) }),
|
|
@@ -9529,7 +9529,7 @@ const f1 = "_content_xlsy2_1", g1 = "_videoContent_xlsy2_39", p1 = "_articleSect
|
|
|
9529
9529
|
/* @__PURE__ */ a("p", { className: Xe.comment, children: Ve(t?.main?.subtitle?.striped || "") })
|
|
9530
9530
|
] })
|
|
9531
9531
|
] });
|
|
9532
|
-
}, r2 = "_content_1i9xs_1", i2 = "_boxPosition_1i9xs_15", c2 = "_contentFlex_1i9xs_41", l2 = "_bannerContent_1i9xs_57", d2 = "_bannerContentAux_1i9xs_79",
|
|
9532
|
+
}, r2 = "_content_1i9xs_1", i2 = "_boxPosition_1i9xs_15", c2 = "_contentFlex_1i9xs_41", l2 = "_bannerContent_1i9xs_57", d2 = "_bannerContentAux_1i9xs_79", Tt = {
|
|
9533
9533
|
content: r2,
|
|
9534
9534
|
boxPosition: i2,
|
|
9535
9535
|
contentFlex: c2,
|
|
@@ -9546,9 +9546,9 @@ const y6 = (e) => {
|
|
|
9546
9546
|
const { isOpinion: t = !1 } = e, n = (r) => /* @__PURE__ */ a(
|
|
9547
9547
|
"div",
|
|
9548
9548
|
{
|
|
9549
|
-
className:
|
|
9549
|
+
className: Tt.boxPosition + " banner-context",
|
|
9550
9550
|
style: { order: 2 },
|
|
9551
|
-
children: /* @__PURE__ */ a("div", { className:
|
|
9551
|
+
children: /* @__PURE__ */ a("div", { className: Tt.bannerContentAux, children: /* @__PURE__ */ a(
|
|
9552
9552
|
"div",
|
|
9553
9553
|
{
|
|
9554
9554
|
style: {
|
|
@@ -9568,7 +9568,7 @@ const y6 = (e) => {
|
|
|
9568
9568
|
/* @__PURE__ */ a(
|
|
9569
9569
|
"div",
|
|
9570
9570
|
{
|
|
9571
|
-
className:
|
|
9571
|
+
className: Tt.boxPosition,
|
|
9572
9572
|
style: { order: r },
|
|
9573
9573
|
children: /* @__PURE__ */ a(
|
|
9574
9574
|
xn,
|
|
@@ -9590,9 +9590,9 @@ const y6 = (e) => {
|
|
|
9590
9590
|
title: e.title,
|
|
9591
9591
|
titleUrl: e.titleUrl,
|
|
9592
9592
|
isOpinion: t,
|
|
9593
|
-
children: /* @__PURE__ */ f("div", { className:
|
|
9594
|
-
/* @__PURE__ */ a("div", { className:
|
|
9595
|
-
/* @__PURE__ */ a("div", { className:
|
|
9593
|
+
children: /* @__PURE__ */ f("div", { className: Tt.content, children: [
|
|
9594
|
+
/* @__PURE__ */ a("div", { className: Tt.contentFlex, children: o }),
|
|
9595
|
+
/* @__PURE__ */ a("div", { className: Tt.bannerContent, children: e.halfPageBanner })
|
|
9596
9596
|
] })
|
|
9597
9597
|
}
|
|
9598
9598
|
) });
|
|
@@ -9618,7 +9618,7 @@ const y6 = (e) => {
|
|
|
9618
9618
|
}
|
|
9619
9619
|
)
|
|
9620
9620
|
] });
|
|
9621
|
-
}, f2 = "_content_1hn45_1", g2 = "_newsContent_1hn45_15", p2 = "_boxPosition_1hn45_33", A2 = "_bannerContent_1hn45_45", w2 = "_bannerContentAux_1hn45_65",
|
|
9621
|
+
}, f2 = "_content_1hn45_1", g2 = "_newsContent_1hn45_15", p2 = "_boxPosition_1hn45_33", A2 = "_bannerContent_1hn45_45", w2 = "_bannerContentAux_1hn45_65", Et = {
|
|
9622
9622
|
content: f2,
|
|
9623
9623
|
newsContent: g2,
|
|
9624
9624
|
boxPosition: p2,
|
|
@@ -9626,14 +9626,14 @@ const y6 = (e) => {
|
|
|
9626
9626
|
bannerContentAux: w2
|
|
9627
9627
|
}, v6 = (e) => {
|
|
9628
9628
|
const { news: t } = e;
|
|
9629
|
-
return Array.isArray(t) && /* @__PURE__ */ f("div", { className:
|
|
9630
|
-
/* @__PURE__ */ f("div", { className:
|
|
9629
|
+
return Array.isArray(t) && /* @__PURE__ */ f("div", { className: Et.content, children: [
|
|
9630
|
+
/* @__PURE__ */ f("div", { className: Et.newsContent, children: [
|
|
9631
9631
|
e.bannerArray && e.bannerArray.map((n, s) => /* @__PURE__ */ a(
|
|
9632
9632
|
"div",
|
|
9633
9633
|
{
|
|
9634
|
-
className:
|
|
9634
|
+
className: Et.boxPosition + " banner-context",
|
|
9635
9635
|
style: { order: 2 + 5 * s },
|
|
9636
|
-
children: /* @__PURE__ */ a("div", { className:
|
|
9636
|
+
children: /* @__PURE__ */ a("div", { className: Et.bannerContentAux, children: /* @__PURE__ */ a(
|
|
9637
9637
|
"div",
|
|
9638
9638
|
{
|
|
9639
9639
|
style: {
|
|
@@ -9650,16 +9650,16 @@ const y6 = (e) => {
|
|
|
9650
9650
|
t.map((n, s) => /* @__PURE__ */ a(
|
|
9651
9651
|
"div",
|
|
9652
9652
|
{
|
|
9653
|
-
className:
|
|
9653
|
+
className: Et.boxPosition,
|
|
9654
9654
|
style: { order: s },
|
|
9655
9655
|
children: /* @__PURE__ */ a(rt, { ...n, share: e.share, paths: e.paths })
|
|
9656
9656
|
},
|
|
9657
9657
|
s
|
|
9658
9658
|
))
|
|
9659
9659
|
] }),
|
|
9660
|
-
/* @__PURE__ */ a("div", { className:
|
|
9660
|
+
/* @__PURE__ */ a("div", { className: Et.bannerContent, children: e.halfPageBanner })
|
|
9661
9661
|
] });
|
|
9662
|
-
}, _6 = (e) => /* @__PURE__ */ f(
|
|
9662
|
+
}, _6 = (e) => /* @__PURE__ */ f(V, { children: [
|
|
9663
9663
|
/* @__PURE__ */ a(
|
|
9664
9664
|
Xl,
|
|
9665
9665
|
{
|
|
@@ -9772,9 +9772,9 @@ const y6 = (e) => {
|
|
|
9772
9772
|
})
|
|
9773
9773
|
}
|
|
9774
9774
|
) });
|
|
9775
|
-
},
|
|
9776
|
-
newsContent:
|
|
9777
|
-
contentSeparator:
|
|
9775
|
+
}, T2 = "_newsContent_1x5ie_1", E2 = "_contentSeparator_1x5ie_15", x2 = "_newsContentWhitoutLine_1x5ie_57", ra = {
|
|
9776
|
+
newsContent: T2,
|
|
9777
|
+
contentSeparator: E2,
|
|
9778
9778
|
newsContentWhitoutLine: x2
|
|
9779
9779
|
}, k2 = (e) => {
|
|
9780
9780
|
const { content: t, title: n } = e;
|
|
@@ -10008,7 +10008,7 @@ const y6 = (e) => {
|
|
|
10008
10008
|
fetchPriority: "low",
|
|
10009
10009
|
loading: "lazy",
|
|
10010
10010
|
className: dt.imageStyled,
|
|
10011
|
-
src: await
|
|
10011
|
+
src: await be(n?.authors[0]?.image?.sizes[0]?.url || ""),
|
|
10012
10012
|
alt: n?.authors[0]?.fullname
|
|
10013
10013
|
}
|
|
10014
10014
|
) : /* @__PURE__ */ a("div", { className: dt.contentIcon, children: e.autorIcon }),
|
|
@@ -10198,7 +10198,7 @@ const y6 = (e) => {
|
|
|
10198
10198
|
}
|
|
10199
10199
|
);
|
|
10200
10200
|
case "op2":
|
|
10201
|
-
return /* @__PURE__ */ a(
|
|
10201
|
+
return /* @__PURE__ */ a(V, { children: t.length > 0 ? /* @__PURE__ */ a(
|
|
10202
10202
|
Ca,
|
|
10203
10203
|
{
|
|
10204
10204
|
className: "padding-0",
|
|
@@ -10259,7 +10259,7 @@ const y6 = (e) => {
|
|
|
10259
10259
|
}
|
|
10260
10260
|
) });
|
|
10261
10261
|
default:
|
|
10262
|
-
return /* @__PURE__ */ a(
|
|
10262
|
+
return /* @__PURE__ */ a(V, {});
|
|
10263
10263
|
}
|
|
10264
10264
|
}, i0 = "_content_1oabr_1", c0 = "_contactInfoContent_1oabr_13", Fs = {
|
|
10265
10265
|
content: i0,
|
|
@@ -10406,12 +10406,12 @@ const y6 = (e) => {
|
|
|
10406
10406
|
}
|
|
10407
10407
|
);
|
|
10408
10408
|
}
|
|
10409
|
-
}, N0 = "_content_1tboy_1", S0 = "_contentWithinCard_1tboy_13", I0 = "_contentDate_1tboy_25",
|
|
10409
|
+
}, N0 = "_content_1tboy_1", S0 = "_contentWithinCard_1tboy_13", I0 = "_contentDate_1tboy_25", T0 = "_dateInfo_1tboy_39", E0 = "_dot_1tboy_59", x0 = "_contentTitle_1tboy_75", k0 = "_contentTextList_1tboy_93", U0 = "_contentButton_1tboy_129", L0 = "_linkStyled_1tboy_141", et = {
|
|
10410
10410
|
content: N0,
|
|
10411
10411
|
contentWithinCard: S0,
|
|
10412
10412
|
contentDate: I0,
|
|
10413
|
-
dateInfo:
|
|
10414
|
-
dot:
|
|
10413
|
+
dateInfo: T0,
|
|
10414
|
+
dot: E0,
|
|
10415
10415
|
contentTitle: x0,
|
|
10416
10416
|
contentTextList: k0,
|
|
10417
10417
|
contentButton: U0,
|
|
@@ -10435,9 +10435,9 @@ const y6 = (e) => {
|
|
|
10435
10435
|
r = r.replace(c, y);
|
|
10436
10436
|
continue;
|
|
10437
10437
|
}
|
|
10438
|
-
const d = l.preview?.sizes?.[0], m = d ? await
|
|
10438
|
+
const d = l.preview?.sizes?.[0], m = d ? await be(d.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", w = (await Promise.all(
|
|
10439
10439
|
l.preview?.sizes?.map(async (y) => {
|
|
10440
|
-
const I = await
|
|
10440
|
+
const I = await be(y.url);
|
|
10441
10441
|
return y.width < 200 ? `<source srcset="${I}" media="(width < 750px)"/>` : `<source srcset="${I}" media="(width >= 750px)"/>`;
|
|
10442
10442
|
}) || []
|
|
10443
10443
|
)).reduce((y, I) => y += I, ""), b = c.match(/<span\b[^>]*data-src="[^"]+"[^>]*>[\s\S]*?<\/span>/), S = b ? b[0] : "", N = `
|
|
@@ -10714,7 +10714,7 @@ const F0 = () => /* @__PURE__ */ f("svg", { xmlns: "http://www.w3.org/2000/svg",
|
|
|
10714
10714
|
loading: "lazy",
|
|
10715
10715
|
alt: "autor",
|
|
10716
10716
|
className: `${pe.imageStyled} ${pe.imageAutor} `,
|
|
10717
|
-
src: await
|
|
10717
|
+
src: await be(u.image.sizes[0]?.url || "")
|
|
10718
10718
|
},
|
|
10719
10719
|
u.fullname
|
|
10720
10720
|
) : /* @__PURE__ */ a(
|
|
@@ -10976,7 +10976,7 @@ const tg = (e) => /* @__PURE__ */ a(
|
|
|
10976
10976
|
commonServices: t
|
|
10977
10977
|
}
|
|
10978
10978
|
) }) : null;
|
|
10979
|
-
}, gg = "_content_1oiah_1", pg = "_imageContent_1oiah_17", Ag = "_width1Autor_1oiah_35", wg = "_width2Autor_1oiah_43", yg = "_width3Autor_1oiah_51", bg = "_imageAutor_1oiah_59", vg = "_imageStyled_1oiah_137", _g = "_contentIconStyled_1oiah_139", Cg = "_avatarContent_1oiah_173", Ng = "_socialActionsRow_1oiah_189", Sg = "_journalistSection_1oiah_235", Ig = "_authorsInfoRow_1oiah_253",
|
|
10979
|
+
}, gg = "_content_1oiah_1", pg = "_imageContent_1oiah_17", Ag = "_width1Autor_1oiah_35", wg = "_width2Autor_1oiah_43", yg = "_width3Autor_1oiah_51", bg = "_imageAutor_1oiah_59", vg = "_imageStyled_1oiah_137", _g = "_contentIconStyled_1oiah_139", Cg = "_avatarContent_1oiah_173", Ng = "_socialActionsRow_1oiah_189", Sg = "_journalistSection_1oiah_235", Ig = "_authorsInfoRow_1oiah_253", Tg = "_journalistInfo_1oiah_283", Eg = "_journalistInfoLink_1oiah_285", xg = "_journalistInfoDate_1oiah_319", kg = "_socialNetworkSection_1oiah_383", Ug = "_avatarStyled_1oiah_419", Lg = "_article_1oiah_429", Rg = "_socialButton_1oiah_437", Bg = "_facebookStyled_1oiah_469", Pg = "_emailStyled_1oiah_477", Og = "_xStyled_1oiah_485", qg = "_linkedinStyled_1oiah_493", Mg = "_whatsappStyled_1oiah_501", Dg = "_socialActionLink_1oiah_509", jg = "_socialActionLinkGoogleMobile_1oiah_557", Gg = "_clipboardButton_1oiah_617", Qg = "_googleProfileButton_1oiah_689", de = {
|
|
10980
10980
|
content: gg,
|
|
10981
10981
|
imageContent: pg,
|
|
10982
10982
|
width1Autor: Ag,
|
|
@@ -10989,8 +10989,8 @@ const tg = (e) => /* @__PURE__ */ a(
|
|
|
10989
10989
|
socialActionsRow: Ng,
|
|
10990
10990
|
journalistSection: Sg,
|
|
10991
10991
|
authorsInfoRow: Ig,
|
|
10992
|
-
journalistInfo:
|
|
10993
|
-
journalistInfoLink:
|
|
10992
|
+
journalistInfo: Tg,
|
|
10993
|
+
journalistInfoLink: Eg,
|
|
10994
10994
|
journalistInfoDate: xg,
|
|
10995
10995
|
socialNetworkSection: kg,
|
|
10996
10996
|
avatarStyled: Ug,
|
|
@@ -11200,7 +11200,7 @@ const $g = async (e) => {
|
|
|
11200
11200
|
loading: "lazy",
|
|
11201
11201
|
alt: "autor",
|
|
11202
11202
|
className: `${de.imageStyled} ${de.imageAutor} `,
|
|
11203
|
-
src: await
|
|
11203
|
+
src: await be(u.image.sizes[0]?.url || "")
|
|
11204
11204
|
},
|
|
11205
11205
|
u.fullname
|
|
11206
11206
|
) : /* @__PURE__ */ a(
|
|
@@ -11243,7 +11243,7 @@ const $g = async (e) => {
|
|
|
11243
11243
|
for (const h of d) {
|
|
11244
11244
|
const p = h[1] ?? "", g = e.includes(p) ? { url: p } : null;
|
|
11245
11245
|
if (g) {
|
|
11246
|
-
const A = await
|
|
11246
|
+
const A = await be(g.url) || "";
|
|
11247
11247
|
m[p] = A;
|
|
11248
11248
|
}
|
|
11249
11249
|
}
|
|
@@ -11384,9 +11384,9 @@ const $g = async (e) => {
|
|
|
11384
11384
|
(S) => u.includes(S?.[0]?.info.link.internal || "")
|
|
11385
11385
|
);
|
|
11386
11386
|
if (!l || !l[0]) continue;
|
|
11387
|
-
const d = l[0].preview?.sizes?.[0], m = d ? await
|
|
11387
|
+
const d = l[0].preview?.sizes?.[0], m = d ? await be(d.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", w = (await Promise.all(
|
|
11388
11388
|
l[0].preview?.sizes?.map(async (S, N) => {
|
|
11389
|
-
const _ = await
|
|
11389
|
+
const _ = await be(S.url);
|
|
11390
11390
|
return N === 0 ? `<source srcset="${_}" media="(width >= 900px)"/>` : `<source srcset="${_}" media="(width < 900px)"/>`;
|
|
11391
11391
|
})
|
|
11392
11392
|
)).reduce((S, N) => S += N, ""), b = `
|
|
@@ -11772,6 +11772,7 @@ const Ws = {
|
|
|
11772
11772
|
showSuper: e.showSuper,
|
|
11773
11773
|
block: t,
|
|
11774
11774
|
banners: e.banners,
|
|
11775
|
+
rightOnlyBanner: e.rightOnlyBanner,
|
|
11775
11776
|
customSectionCardStyles: e.customSectionCardStyles,
|
|
11776
11777
|
customNewsDescriptionStyles: e.customNewsDescriptionStyles,
|
|
11777
11778
|
paths: e.paths
|
|
@@ -11890,7 +11891,7 @@ const Ws = {
|
|
|
11890
11891
|
));
|
|
11891
11892
|
}
|
|
11892
11893
|
return c;
|
|
11893
|
-
},
|
|
11894
|
+
}, T6 = ({
|
|
11894
11895
|
mainBlock: e,
|
|
11895
11896
|
StylesConfigMain: t,
|
|
11896
11897
|
config: n,
|
|
@@ -11904,7 +11905,7 @@ const Ws = {
|
|
|
11904
11905
|
data: r.slice(0, u),
|
|
11905
11906
|
paths: n.paths
|
|
11906
11907
|
});
|
|
11907
|
-
return /* @__PURE__ */ f(
|
|
11908
|
+
return /* @__PURE__ */ f(V, { children: [
|
|
11908
11909
|
/* @__PURE__ */ a(
|
|
11909
11910
|
la,
|
|
11910
11911
|
{
|
|
@@ -11940,7 +11941,7 @@ const Ws = {
|
|
|
11940
11941
|
bt.videoYouTube,
|
|
11941
11942
|
bt.iframe
|
|
11942
11943
|
].includes(n);
|
|
11943
|
-
},
|
|
11944
|
+
}, E6 = async (e) => {
|
|
11944
11945
|
const {
|
|
11945
11946
|
custom_complement: t,
|
|
11946
11947
|
ranking: n = [],
|
|
@@ -11954,7 +11955,7 @@ const Ws = {
|
|
|
11954
11955
|
getVideos: d
|
|
11955
11956
|
} = e, m = e.slug === "liveblogs", { SHOW_NEWS_MORE_NEWS: h, SHOW_NEWS_RELATED_NEWS: p, MORE_NEWS_SSR: g } = K();
|
|
11956
11957
|
if (!(!r || !r[0]))
|
|
11957
|
-
return /* @__PURE__ */ a(
|
|
11958
|
+
return /* @__PURE__ */ a(V, { children: /* @__PURE__ */ f(p0, { className: Wt.contentLayout2, children: [
|
|
11958
11959
|
/* @__PURE__ */ a(
|
|
11959
11960
|
C0,
|
|
11960
11961
|
{
|
|
@@ -12037,7 +12038,7 @@ const Ws = {
|
|
|
12037
12038
|
}
|
|
12038
12039
|
),
|
|
12039
12040
|
/* @__PURE__ */ a(ut, { children: /* @__PURE__ */ a(nt, { banners: s, index: 2 }) }),
|
|
12040
|
-
p && /* @__PURE__ */ f(
|
|
12041
|
+
p && /* @__PURE__ */ f(V, { children: [
|
|
12041
12042
|
/* @__PURE__ */ a(
|
|
12042
12043
|
Pn,
|
|
12043
12044
|
{
|
|
@@ -12055,7 +12056,7 @@ const Ws = {
|
|
|
12055
12056
|
),
|
|
12056
12057
|
/* @__PURE__ */ a(ut, { children: /* @__PURE__ */ a(nt, { banners: s, index: 3 }) })
|
|
12057
12058
|
] }),
|
|
12058
|
-
h && /* @__PURE__ */ f(
|
|
12059
|
+
h && /* @__PURE__ */ f(V, { children: [
|
|
12059
12060
|
g ? /* @__PURE__ */ a(
|
|
12060
12061
|
Pn,
|
|
12061
12062
|
{
|
|
@@ -12194,7 +12195,7 @@ const Ws = {
|
|
|
12194
12195
|
};
|
|
12195
12196
|
switch (n) {
|
|
12196
12197
|
case "op1":
|
|
12197
|
-
return /* @__PURE__ */ a(
|
|
12198
|
+
return /* @__PURE__ */ a(V, { children: /* @__PURE__ */ f(qs, { children: [
|
|
12198
12199
|
/* @__PURE__ */ a(Bu, { autor: s[0], autorIcon: e.autorIcon, socialIconsFilled: m }),
|
|
12199
12200
|
/* @__PURE__ */ a(
|
|
12200
12201
|
Ko,
|
|
@@ -12277,9 +12278,9 @@ const Ws = {
|
|
|
12277
12278
|
)
|
|
12278
12279
|
] }) });
|
|
12279
12280
|
case "op2":
|
|
12280
|
-
return /* @__PURE__ */ a(
|
|
12281
|
+
return /* @__PURE__ */ a(V, { children: /* @__PURE__ */ f(qs, { children: [
|
|
12281
12282
|
/* @__PURE__ */ a(Wu, { autor: s[0], autorIcon: e.autorIcon, socialIconsFilled: m }),
|
|
12282
|
-
Array.isArray(t) ? /* @__PURE__ */ f(
|
|
12283
|
+
Array.isArray(t) ? /* @__PURE__ */ f(V, { children: [
|
|
12283
12284
|
/* @__PURE__ */ a(
|
|
12284
12285
|
tr,
|
|
12285
12286
|
{
|
|
@@ -12331,15 +12332,15 @@ const Ws = {
|
|
|
12331
12332
|
)
|
|
12332
12333
|
] }) });
|
|
12333
12334
|
default:
|
|
12334
|
-
return /* @__PURE__ */ a(
|
|
12335
|
+
return /* @__PURE__ */ a(V, {});
|
|
12335
12336
|
}
|
|
12336
|
-
}, Cp = "_form_16zye_133", Np = "_formUl_16zye_151", Sp = "_field_16zye_175", Ip = "_label_16zye_189",
|
|
12337
|
+
}, Cp = "_form_16zye_133", Np = "_formUl_16zye_151", Sp = "_field_16zye_175", Ip = "_label_16zye_189", Tp = "_input_16zye_207", Ep = "_error_16zye_243", xp = "_primary_16zye_255", kp = "_divider_16zye_329", Up = "_google_16zye_381", Lp = "_googleIcon_16zye_441", Rp = "_spin_16zye_507", Bp = "_checkboxRow_16zye_551", Pp = "_terms_16zye_625", Op = "_message_16zye_689", qp = "_passwordChecker_16zye_699", Mp = "_valid_16zye_737", Dp = "_invalid_16zye_745", jp = "_forgotPassword_16zye_753", Gp = "_toRegister_16zye_789", Qp = "_successContainer_16zye_805", Hp = "_thumbsUp_16zye_821", Fp = "_successMessage_16zye_833", P = {
|
|
12337
12338
|
form: Cp,
|
|
12338
12339
|
formUl: Np,
|
|
12339
12340
|
field: Sp,
|
|
12340
12341
|
label: Ip,
|
|
12341
|
-
input:
|
|
12342
|
-
error:
|
|
12342
|
+
input: Tp,
|
|
12343
|
+
error: Ep,
|
|
12343
12344
|
primary: xp,
|
|
12344
12345
|
divider: kp,
|
|
12345
12346
|
google: Up,
|
|
@@ -12526,8 +12527,8 @@ function U6({ texts: e, API_ENV: t }) {
|
|
|
12526
12527
|
d(!1);
|
|
12527
12528
|
}
|
|
12528
12529
|
}, N = r.password || "";
|
|
12529
|
-
return /* @__PURE__ */ f(
|
|
12530
|
-
p === "register" && /* @__PURE__ */ f(
|
|
12530
|
+
return /* @__PURE__ */ f(V, { children: [
|
|
12531
|
+
p === "register" && /* @__PURE__ */ f(V, { children: [
|
|
12531
12532
|
/* @__PURE__ */ f("button", { onClick: A, className: P.google, children: [
|
|
12532
12533
|
/* @__PURE__ */ a(
|
|
12533
12534
|
"img",
|
|
@@ -12697,7 +12698,7 @@ function L6({
|
|
|
12697
12698
|
texts: t
|
|
12698
12699
|
}) {
|
|
12699
12700
|
const n = { ...Vp, ...t?.comentarios }, [s, o] = F("login"), [r, i] = F(""), [c, u] = F(""), [l, d] = F(""), [m, h] = F(""), [p, g] = F(""), [A, w] = F(!1), [b, S] = F(!1), [N, _] = F(null);
|
|
12700
|
-
|
|
12701
|
+
Ae.useEffect(() => {
|
|
12701
12702
|
if (typeof window > "u") return;
|
|
12702
12703
|
window.location.hash.includes("forgot") && s === "login" && o("forgot"), s === "login" && I();
|
|
12703
12704
|
});
|
|
@@ -12708,7 +12709,7 @@ function L6({
|
|
|
12708
12709
|
U && U !== "" ? (document.cookie = "redirect_after_login=; Max-Age=0; path=/", window.location.pathname = U, window.location.hash = "comentarios") : window.location.pathname = "/auth/success";
|
|
12709
12710
|
}
|
|
12710
12711
|
};
|
|
12711
|
-
return /* @__PURE__ */ f(
|
|
12712
|
+
return /* @__PURE__ */ f(V, { children: [
|
|
12712
12713
|
s === "login" && /* @__PURE__ */ a(
|
|
12713
12714
|
Wp,
|
|
12714
12715
|
{
|
|
@@ -12872,7 +12873,7 @@ function Wp({
|
|
|
12872
12873
|
handleGoogleLogin: d,
|
|
12873
12874
|
t: m
|
|
12874
12875
|
}) {
|
|
12875
|
-
return /* @__PURE__ */ f(
|
|
12876
|
+
return /* @__PURE__ */ f(V, { children: [
|
|
12876
12877
|
/* @__PURE__ */ f("button", { onClick: d, className: P.google, children: [
|
|
12877
12878
|
/* @__PURE__ */ a(
|
|
12878
12879
|
"img",
|
|
@@ -13117,7 +13118,7 @@ function Zp({
|
|
|
13117
13118
|
/* @__PURE__ */ a("button", { type: "button", className: P.primary, onClick: e, children: t.loginButtonText })
|
|
13118
13119
|
] });
|
|
13119
13120
|
}
|
|
13120
|
-
const Xp = "_overlay_1t390_1", e3 = "_header_1t390_35", t3 = "_logo_1t390_49", n3 = "_anonimusWrapper_1t390_63", a3 = "_anonimus_1t390_63", s3 = "_anonimusImage_1t390_115", o3 = "_card_1t390_131", r3 = "_close_1t390_161", i3 = "_form_1t390_209", c3 = "_formUl_1t390_227", l3 = "_field_1t390_251", d3 = "_label_1t390_265", u3 = "_input_1t390_283", m3 = "_error_1t390_319", h3 = "_primary_1t390_331", f3 = "_divider_1t390_407", g3 = "_google_1t390_459", p3 = "_googleIcon_1t390_519", A3 = "_spin_1t390_585", w3 = "_checkboxRow_1t390_629", y3 = "_terms_1t390_703", b3 = "_message_1t390_769", v3 = "_passwordChecker_1t390_779", _3 = "_valid_1t390_817", C3 = "_invalid_1t390_825", N3 = "_forgotPassword_1t390_833", S3 = "_successContainer_1t390_871", I3 = "_thumbsUp_1t390_887",
|
|
13121
|
+
const Xp = "_overlay_1t390_1", e3 = "_header_1t390_35", t3 = "_logo_1t390_49", n3 = "_anonimusWrapper_1t390_63", a3 = "_anonimus_1t390_63", s3 = "_anonimusImage_1t390_115", o3 = "_card_1t390_131", r3 = "_close_1t390_161", i3 = "_form_1t390_209", c3 = "_formUl_1t390_227", l3 = "_field_1t390_251", d3 = "_label_1t390_265", u3 = "_input_1t390_283", m3 = "_error_1t390_319", h3 = "_primary_1t390_331", f3 = "_divider_1t390_407", g3 = "_google_1t390_459", p3 = "_googleIcon_1t390_519", A3 = "_spin_1t390_585", w3 = "_checkboxRow_1t390_629", y3 = "_terms_1t390_703", b3 = "_message_1t390_769", v3 = "_passwordChecker_1t390_779", _3 = "_valid_1t390_817", C3 = "_invalid_1t390_825", N3 = "_forgotPassword_1t390_833", S3 = "_successContainer_1t390_871", I3 = "_thumbsUp_1t390_887", T3 = "_successMessage_1t390_899", k = {
|
|
13121
13122
|
overlay: Xp,
|
|
13122
13123
|
header: e3,
|
|
13123
13124
|
logo: t3,
|
|
@@ -13147,7 +13148,7 @@ const Xp = "_overlay_1t390_1", e3 = "_header_1t390_35", t3 = "_logo_1t390_49", n
|
|
|
13147
13148
|
forgotPassword: N3,
|
|
13148
13149
|
successContainer: S3,
|
|
13149
13150
|
thumbsUp: I3,
|
|
13150
|
-
successMessage:
|
|
13151
|
+
successMessage: T3
|
|
13151
13152
|
}, Wn = async (e, t) => {
|
|
13152
13153
|
if (!e) throw new Error("No action provided");
|
|
13153
13154
|
if (!t) throw new Error("No site key provided");
|
|
@@ -13178,7 +13179,7 @@ const Xp = "_overlay_1t390_1", e3 = "_header_1t390_35", t3 = "_logo_1t390_49", n
|
|
|
13178
13179
|
className: k.spin,
|
|
13179
13180
|
children: /* @__PURE__ */ a("path", { d: "M18,4.181v2.021c4.559,0.929,8,4.97,8,9.798c0,5.514-4.486,10-10,10S6,21.514,6,16c0-4.829,3.441-8.869,8-9.798V4.181 C8.334,5.137,4,10.066,4,16c0,6.617,5.383,12,12,12s12-5.383,12-12C28,10.066,23.666,5.137,18,4.181z" })
|
|
13180
13181
|
}
|
|
13181
|
-
),
|
|
13182
|
+
), E3 = {
|
|
13182
13183
|
GoogleButtonText: "Continuar con Google",
|
|
13183
13184
|
loginButtonText: "Iniciar sesión",
|
|
13184
13185
|
noAccountText: "¿Ya tenés cuenta?",
|
|
@@ -13233,7 +13234,7 @@ const Fe = [
|
|
|
13233
13234
|
{ label: "Usa un símbolo", test: Fe[4] }
|
|
13234
13235
|
];
|
|
13235
13236
|
function k3({ goToLogin: e, handleGoogleLogin: t, API_ENV: n, texts: s }) {
|
|
13236
|
-
const o = { ...
|
|
13237
|
+
const o = { ...E3, ...s?.comentarios }, r = Kt(
|
|
13237
13238
|
() => x3(s?.comentarios?.registerForm),
|
|
13238
13239
|
[s?.comentarios?.registerForm]
|
|
13239
13240
|
), i = Kt(
|
|
@@ -13329,8 +13330,8 @@ function k3({ goToLogin: e, handleGoogleLogin: t, API_ENV: n, texts: s }) {
|
|
|
13329
13330
|
h(!1);
|
|
13330
13331
|
}
|
|
13331
13332
|
}, _ = c.password || "";
|
|
13332
|
-
return /* @__PURE__ */ f(
|
|
13333
|
-
A === "register" && /* @__PURE__ */ f(
|
|
13333
|
+
return /* @__PURE__ */ f(V, { children: [
|
|
13334
|
+
A === "register" && /* @__PURE__ */ f(V, { children: [
|
|
13334
13335
|
/* @__PURE__ */ f("button", { onClick: t, className: k.google, children: [
|
|
13335
13336
|
/* @__PURE__ */ a(
|
|
13336
13337
|
"img",
|
|
@@ -13544,7 +13545,7 @@ function P3({
|
|
|
13544
13545
|
texts: r
|
|
13545
13546
|
}) {
|
|
13546
13547
|
const i = { ...B3, ...r?.comentarios }, [c, u] = F("login"), [l, d] = F(""), [m, h] = F(""), [p, g] = F(""), [A, w] = F(""), [b, S] = F(""), [N, _] = F(!1), [y, I] = F(!1), [L, G] = F(null);
|
|
13547
|
-
return /* @__PURE__ */ f(
|
|
13548
|
+
return /* @__PURE__ */ f(V, { children: [
|
|
13548
13549
|
c === "login" && /* @__PURE__ */ a(
|
|
13549
13550
|
O3,
|
|
13550
13551
|
{
|
|
@@ -13698,7 +13699,7 @@ function O3({
|
|
|
13698
13699
|
handleGoogleLogin: m,
|
|
13699
13700
|
t: h
|
|
13700
13701
|
}) {
|
|
13701
|
-
return /* @__PURE__ */ f(
|
|
13702
|
+
return /* @__PURE__ */ f(V, { children: [
|
|
13702
13703
|
/* @__PURE__ */ f("button", { onClick: m, className: k.google, children: [
|
|
13703
13704
|
/* @__PURE__ */ a(
|
|
13704
13705
|
"img",
|
|
@@ -14014,14 +14015,14 @@ const G3 = "_content_ghncj_1", Q3 = "_videoContent_ghncj_17", Ys = {
|
|
|
14014
14015
|
"source",
|
|
14015
14016
|
{
|
|
14016
14017
|
media: "(width >=900px)",
|
|
14017
|
-
srcSet: await
|
|
14018
|
+
srcSet: await be(o.url)
|
|
14018
14019
|
},
|
|
14019
14020
|
r
|
|
14020
14021
|
) : /* @__PURE__ */ a(
|
|
14021
14022
|
"source",
|
|
14022
14023
|
{
|
|
14023
14024
|
media: "(width <900px)",
|
|
14024
|
-
srcSet: await
|
|
14025
|
+
srcSet: await be(o.url)
|
|
14025
14026
|
},
|
|
14026
14027
|
r
|
|
14027
14028
|
)),
|
|
@@ -14032,7 +14033,7 @@ const G3 = "_content_ghncj_1", Q3 = "_videoContent_ghncj_17", Ys = {
|
|
|
14032
14033
|
loading: "lazy",
|
|
14033
14034
|
className: [Vt.imageStyled, Vt[t]].join(" "),
|
|
14034
14035
|
alt: "",
|
|
14035
|
-
src: s ? await
|
|
14036
|
+
src: s ? await be(s) : ""
|
|
14036
14037
|
}
|
|
14037
14038
|
)
|
|
14038
14039
|
] }) })
|
|
@@ -14110,7 +14111,7 @@ const G3 = "_content_ghncj_1", Q3 = "_videoContent_ghncj_17", Ys = {
|
|
|
14110
14111
|
case "op2":
|
|
14111
14112
|
return /* @__PURE__ */ a(m9, { video: e.data[0] });
|
|
14112
14113
|
default:
|
|
14113
|
-
return /* @__PURE__ */ a(
|
|
14114
|
+
return /* @__PURE__ */ a(V, {});
|
|
14114
14115
|
}
|
|
14115
14116
|
};
|
|
14116
14117
|
function B6({ containerId: e, containerId2: t }) {
|
|
@@ -14190,7 +14191,7 @@ const P6 = ({ currentNew: e }) => e && e?.hascontent?.hasembeddedtwitter && /* @
|
|
|
14190
14191
|
}
|
|
14191
14192
|
}
|
|
14192
14193
|
),
|
|
14193
|
-
t && /* @__PURE__ */ f(
|
|
14194
|
+
t && /* @__PURE__ */ f(V, { children: [
|
|
14194
14195
|
/* @__PURE__ */ a(
|
|
14195
14196
|
"div",
|
|
14196
14197
|
{
|
|
@@ -14515,7 +14516,7 @@ const P6 = ({ currentNew: e }) => e && e?.hascontent?.hasembeddedtwitter && /* @
|
|
|
14515
14516
|
children: n ? Ve(e.main.subtitle.striped) : e.main.subtitle.striped
|
|
14516
14517
|
}
|
|
14517
14518
|
),
|
|
14518
|
-
(e?.config?.showtime || e.config?.showauthor) && c && /* @__PURE__ */ a(
|
|
14519
|
+
(e?.config?.showtime || e.config?.showauthor) && c && /* @__PURE__ */ a(V, { children: e.authors?.[0]?.internaluser ? /* @__PURE__ */ a(
|
|
14519
14520
|
q,
|
|
14520
14521
|
{
|
|
14521
14522
|
block_subPublication: e.DATE_CONFIG?.SUB_PUBLICATION_PREFIX_IN_ROUTES?.autor,
|
|
@@ -14564,7 +14565,7 @@ const P6 = ({ currentNew: e }) => e && e?.hascontent?.hasembeddedtwitter && /* @
|
|
|
14564
14565
|
/* @__PURE__ */ a("p", { className: "comment-text", children: n })
|
|
14565
14566
|
] })
|
|
14566
14567
|
] }) });
|
|
14567
|
-
}, b9 = "_overlay_1ng7z_5", v9 = "_popup_1ng7z_33", _9 = "_title_1ng7z_79", C9 = "_optionsContainer_1ng7z_103", N9 = "_option_1ng7z_103", S9 = "_radioInput_1ng7z_131", I9 = "_radioCustom_1ng7z_139",
|
|
14568
|
+
}, b9 = "_overlay_1ng7z_5", v9 = "_popup_1ng7z_33", _9 = "_title_1ng7z_79", C9 = "_optionsContainer_1ng7z_103", N9 = "_option_1ng7z_103", S9 = "_radioInput_1ng7z_131", I9 = "_radioCustom_1ng7z_139", T9 = "_optionLabel_1ng7z_193", E9 = "_buttons_1ng7z_219", x9 = "_cancelButton_1ng7z_233", k9 = "_closeButton_1ng7z_235", U9 = "_buttonAlone_1ng7z_273", L9 = "_reportButton_1ng7z_285", R9 = "_successContainer_1ng7z_325", B9 = "_thumbsUp_1ng7z_341", P9 = "_successMessage_1ng7z_353", O9 = "_errorMessage_1ng7z_435", q9 = "_loadingContainer_1ng7z_461", ye = {
|
|
14568
14569
|
overlay: b9,
|
|
14569
14570
|
popup: v9,
|
|
14570
14571
|
title: _9,
|
|
@@ -14572,8 +14573,8 @@ const P6 = ({ currentNew: e }) => e && e?.hascontent?.hasembeddedtwitter && /* @
|
|
|
14572
14573
|
option: N9,
|
|
14573
14574
|
radioInput: S9,
|
|
14574
14575
|
radioCustom: I9,
|
|
14575
|
-
optionLabel:
|
|
14576
|
-
buttons:
|
|
14576
|
+
optionLabel: T9,
|
|
14577
|
+
buttons: E9,
|
|
14577
14578
|
cancelButton: x9,
|
|
14578
14579
|
closeButton: k9,
|
|
14579
14580
|
buttonAlone: U9,
|
|
@@ -14667,7 +14668,7 @@ async function O6({
|
|
|
14667
14668
|
throw p;
|
|
14668
14669
|
}
|
|
14669
14670
|
}
|
|
14670
|
-
const
|
|
14671
|
+
const Ta = {
|
|
14671
14672
|
spam: "Es spam o contenido comercial no deseado",
|
|
14672
14673
|
inappropriate: "Lenguaje inadecuado",
|
|
14673
14674
|
hate: "Discurso o símbolos de odio",
|
|
@@ -14677,7 +14678,7 @@ const Ea = {
|
|
|
14677
14678
|
bullying: "Bullying o acoso"
|
|
14678
14679
|
};
|
|
14679
14680
|
function q6(e) {
|
|
14680
|
-
return
|
|
14681
|
+
return Ta[e];
|
|
14681
14682
|
}
|
|
14682
14683
|
var wn = { exports: {} }, yn = { exports: {} }, re = {};
|
|
14683
14684
|
var Zs;
|
|
@@ -14787,14 +14788,14 @@ function D9() {
|
|
|
14787
14788
|
}
|
|
14788
14789
|
}
|
|
14789
14790
|
}
|
|
14790
|
-
var y = u, I = l, L = c, G = i, X = t, H = d, U = s, $ = g, ee = p, R = n, x = r,
|
|
14791
|
-
function
|
|
14791
|
+
var y = u, I = l, L = c, G = i, X = t, H = d, U = s, $ = g, ee = p, R = n, x = r, E = o, D = m, B = !1;
|
|
14792
|
+
function W(M) {
|
|
14792
14793
|
return B || (B = !0, console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 17+. Update your code to use ReactIs.isConcurrentMode() instead. It has the exact same API.")), v(M) || _(M) === u;
|
|
14793
14794
|
}
|
|
14794
14795
|
function v(M) {
|
|
14795
14796
|
return _(M) === l;
|
|
14796
14797
|
}
|
|
14797
|
-
function
|
|
14798
|
+
function T(M) {
|
|
14798
14799
|
return _(M) === c;
|
|
14799
14800
|
}
|
|
14800
14801
|
function O(M) {
|
|
@@ -14827,7 +14828,7 @@ function D9() {
|
|
|
14827
14828
|
function ue(M) {
|
|
14828
14829
|
return _(M) === m;
|
|
14829
14830
|
}
|
|
14830
|
-
ie.AsyncMode = y, ie.ConcurrentMode = I, ie.ContextConsumer = L, ie.ContextProvider = G, ie.Element = X, ie.ForwardRef = H, ie.Fragment = U, ie.Lazy = $, ie.Memo = ee, ie.Portal = R, ie.Profiler = x, ie.StrictMode =
|
|
14831
|
+
ie.AsyncMode = y, ie.ConcurrentMode = I, ie.ContextConsumer = L, ie.ContextProvider = G, ie.Element = X, ie.ForwardRef = H, ie.Fragment = U, ie.Lazy = $, ie.Memo = ee, ie.Portal = R, ie.Profiler = x, ie.StrictMode = E, ie.Suspense = D, ie.isAsyncMode = W, ie.isConcurrentMode = v, ie.isContextConsumer = T, ie.isContextProvider = O, ie.isElement = Q, ie.isForwardRef = j, ie.isFragment = z, ie.isLazy = Y, ie.isMemo = J, ie.isPortal = ne, ie.isProfiler = se, ie.isStrictMode = Z, ie.isSuspense = ue, ie.isValidElementType = N, ie.typeOf = _;
|
|
14831
14832
|
})()), ie;
|
|
14832
14833
|
}
|
|
14833
14834
|
var eo;
|
|
@@ -14960,9 +14961,9 @@ function Q9() {
|
|
|
14960
14961
|
return ga = function(c, u) {
|
|
14961
14962
|
var l = typeof Symbol == "function" && Symbol.iterator, d = "@@iterator";
|
|
14962
14963
|
function m(v) {
|
|
14963
|
-
var
|
|
14964
|
-
if (typeof
|
|
14965
|
-
return
|
|
14964
|
+
var T = v && (l && v[l] || v[d]);
|
|
14965
|
+
if (typeof T == "function")
|
|
14966
|
+
return T;
|
|
14966
14967
|
}
|
|
14967
14968
|
var h = "<<anonymous>>", p = {
|
|
14968
14969
|
array: b("array"),
|
|
@@ -14985,16 +14986,16 @@ function Q9() {
|
|
|
14985
14986
|
shape: $,
|
|
14986
14987
|
exact: ee
|
|
14987
14988
|
};
|
|
14988
|
-
function g(v,
|
|
14989
|
-
return v ===
|
|
14989
|
+
function g(v, T) {
|
|
14990
|
+
return v === T ? v !== 0 || 1 / v === 1 / T : v !== v && T !== T;
|
|
14990
14991
|
}
|
|
14991
|
-
function A(v,
|
|
14992
|
-
this.message = v, this.data =
|
|
14992
|
+
function A(v, T) {
|
|
14993
|
+
this.message = v, this.data = T && typeof T == "object" ? T : {}, this.stack = "";
|
|
14993
14994
|
}
|
|
14994
14995
|
A.prototype = Error.prototype;
|
|
14995
14996
|
function w(v) {
|
|
14996
14997
|
if (process.env.NODE_ENV !== "production")
|
|
14997
|
-
var
|
|
14998
|
+
var T = {}, O = 0;
|
|
14998
14999
|
function Q(z, Y, J, ne, se, Z, ue) {
|
|
14999
15000
|
if (ne = ne || h, Z = Z || J, ue !== n) {
|
|
15000
15001
|
if (u) {
|
|
@@ -15004,10 +15005,10 @@ function Q9() {
|
|
|
15004
15005
|
throw M.name = "Invariant Violation", M;
|
|
15005
15006
|
} else if (process.env.NODE_ENV !== "production" && typeof console < "u") {
|
|
15006
15007
|
var Ne = ne + ":" + J;
|
|
15007
|
-
!
|
|
15008
|
+
!T[Ne] && // Avoid spamming the console because they are often not actionable except for lib authors
|
|
15008
15009
|
O < 3 && (r(
|
|
15009
15010
|
"You are manually calling a React.PropTypes validation function for the `" + Z + "` prop on `" + ne + "`. 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."
|
|
15010
|
-
),
|
|
15011
|
+
), T[Ne] = !0, O++);
|
|
15011
15012
|
}
|
|
15012
15013
|
}
|
|
15013
15014
|
return Y[J] == null ? z ? Y[J] === null ? new A("The " + se + " `" + Z + "` is marked as required " + ("in `" + ne + "`, but its value is `null`.")) : new A("The " + se + " `" + Z + "` is marked as required in " + ("`" + ne + "`, but its value is `undefined`.")) : null : v(Y, J, ne, se, Z);
|
|
@@ -15016,8 +15017,8 @@ function Q9() {
|
|
|
15016
15017
|
return j.isRequired = Q.bind(null, !0), j;
|
|
15017
15018
|
}
|
|
15018
15019
|
function b(v) {
|
|
15019
|
-
function
|
|
15020
|
-
var ne = O[Q], se =
|
|
15020
|
+
function T(O, Q, j, z, Y, J) {
|
|
15021
|
+
var ne = O[Q], se = E(ne);
|
|
15021
15022
|
if (se !== v) {
|
|
15022
15023
|
var Z = D(ne);
|
|
15023
15024
|
return new A(
|
|
@@ -15027,18 +15028,18 @@ function Q9() {
|
|
|
15027
15028
|
}
|
|
15028
15029
|
return null;
|
|
15029
15030
|
}
|
|
15030
|
-
return w(
|
|
15031
|
+
return w(T);
|
|
15031
15032
|
}
|
|
15032
15033
|
function S() {
|
|
15033
15034
|
return w(i);
|
|
15034
15035
|
}
|
|
15035
15036
|
function N(v) {
|
|
15036
|
-
function
|
|
15037
|
+
function T(O, Q, j, z, Y) {
|
|
15037
15038
|
if (typeof v != "function")
|
|
15038
15039
|
return new A("Property `" + Y + "` of component `" + j + "` has invalid PropType notation inside arrayOf.");
|
|
15039
15040
|
var J = O[Q];
|
|
15040
15041
|
if (!Array.isArray(J)) {
|
|
15041
|
-
var ne =
|
|
15042
|
+
var ne = E(J);
|
|
15042
15043
|
return new A("Invalid " + z + " `" + Y + "` of type " + ("`" + ne + "` supplied to `" + j + "`, expected an array."));
|
|
15043
15044
|
}
|
|
15044
15045
|
for (var se = 0; se < J.length; se++) {
|
|
@@ -15048,13 +15049,13 @@ function Q9() {
|
|
|
15048
15049
|
}
|
|
15049
15050
|
return null;
|
|
15050
15051
|
}
|
|
15051
|
-
return w(
|
|
15052
|
+
return w(T);
|
|
15052
15053
|
}
|
|
15053
15054
|
function _() {
|
|
15054
|
-
function v(
|
|
15055
|
-
var Y =
|
|
15055
|
+
function v(T, O, Q, j, z) {
|
|
15056
|
+
var Y = T[O];
|
|
15056
15057
|
if (!c(Y)) {
|
|
15057
|
-
var J =
|
|
15058
|
+
var J = E(Y);
|
|
15058
15059
|
return new A("Invalid " + j + " `" + z + "` of type " + ("`" + J + "` supplied to `" + Q + "`, expected a single ReactElement."));
|
|
15059
15060
|
}
|
|
15060
15061
|
return null;
|
|
@@ -15062,10 +15063,10 @@ function Q9() {
|
|
|
15062
15063
|
return w(v);
|
|
15063
15064
|
}
|
|
15064
15065
|
function y() {
|
|
15065
|
-
function v(
|
|
15066
|
-
var Y =
|
|
15066
|
+
function v(T, O, Q, j, z) {
|
|
15067
|
+
var Y = T[O];
|
|
15067
15068
|
if (!e.isValidElementType(Y)) {
|
|
15068
|
-
var J =
|
|
15069
|
+
var J = E(Y);
|
|
15069
15070
|
return new A("Invalid " + j + " `" + z + "` of type " + ("`" + J + "` supplied to `" + Q + "`, expected a single ReactElement type."));
|
|
15070
15071
|
}
|
|
15071
15072
|
return null;
|
|
@@ -15073,21 +15074,21 @@ function Q9() {
|
|
|
15073
15074
|
return w(v);
|
|
15074
15075
|
}
|
|
15075
15076
|
function I(v) {
|
|
15076
|
-
function
|
|
15077
|
+
function T(O, Q, j, z, Y) {
|
|
15077
15078
|
if (!(O[Q] instanceof v)) {
|
|
15078
|
-
var J = v.name || h, ne =
|
|
15079
|
+
var J = v.name || h, ne = W(O[Q]);
|
|
15079
15080
|
return new A("Invalid " + z + " `" + Y + "` of type " + ("`" + ne + "` supplied to `" + j + "`, expected ") + ("instance of `" + J + "`."));
|
|
15080
15081
|
}
|
|
15081
15082
|
return null;
|
|
15082
15083
|
}
|
|
15083
|
-
return w(
|
|
15084
|
+
return w(T);
|
|
15084
15085
|
}
|
|
15085
15086
|
function L(v) {
|
|
15086
15087
|
if (!Array.isArray(v))
|
|
15087
15088
|
return process.env.NODE_ENV !== "production" && (arguments.length > 1 ? r(
|
|
15088
15089
|
"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])."
|
|
15089
15090
|
) : r("Invalid argument supplied to oneOf, expected an array.")), i;
|
|
15090
|
-
function
|
|
15091
|
+
function T(O, Q, j, z, Y) {
|
|
15091
15092
|
for (var J = O[Q], ne = 0; ne < v.length; ne++)
|
|
15092
15093
|
if (g(J, v[ne]))
|
|
15093
15094
|
return null;
|
|
@@ -15097,13 +15098,13 @@ function Q9() {
|
|
|
15097
15098
|
});
|
|
15098
15099
|
return new A("Invalid " + z + " `" + Y + "` of value `" + String(J) + "` " + ("supplied to `" + j + "`, expected one of " + se + "."));
|
|
15099
15100
|
}
|
|
15100
|
-
return w(
|
|
15101
|
+
return w(T);
|
|
15101
15102
|
}
|
|
15102
15103
|
function G(v) {
|
|
15103
|
-
function
|
|
15104
|
+
function T(O, Q, j, z, Y) {
|
|
15104
15105
|
if (typeof v != "function")
|
|
15105
15106
|
return new A("Property `" + Y + "` of component `" + j + "` has invalid PropType notation inside objectOf.");
|
|
15106
|
-
var J = O[Q], ne =
|
|
15107
|
+
var J = O[Q], ne = E(J);
|
|
15107
15108
|
if (ne !== "object")
|
|
15108
15109
|
return new A("Invalid " + z + " `" + Y + "` of type " + ("`" + ne + "` supplied to `" + j + "`, expected an object."));
|
|
15109
15110
|
for (var se in J)
|
|
@@ -15114,16 +15115,16 @@ function Q9() {
|
|
|
15114
15115
|
}
|
|
15115
15116
|
return null;
|
|
15116
15117
|
}
|
|
15117
|
-
return w(
|
|
15118
|
+
return w(T);
|
|
15118
15119
|
}
|
|
15119
15120
|
function X(v) {
|
|
15120
15121
|
if (!Array.isArray(v))
|
|
15121
15122
|
return process.env.NODE_ENV !== "production" && r("Invalid argument supplied to oneOfType, expected an instance of array."), i;
|
|
15122
|
-
for (var
|
|
15123
|
-
var O = v[
|
|
15123
|
+
for (var T = 0; T < v.length; T++) {
|
|
15124
|
+
var O = v[T];
|
|
15124
15125
|
if (typeof O != "function")
|
|
15125
15126
|
return r(
|
|
15126
|
-
"Invalid argument supplied to oneOfType. Expected an array of check functions, but received " + B(O) + " at index " +
|
|
15127
|
+
"Invalid argument supplied to oneOfType. Expected an array of check functions, but received " + B(O) + " at index " + T + "."
|
|
15127
15128
|
), i;
|
|
15128
15129
|
}
|
|
15129
15130
|
function Q(j, z, Y, J, ne) {
|
|
@@ -15139,19 +15140,19 @@ function Q9() {
|
|
|
15139
15140
|
return w(Q);
|
|
15140
15141
|
}
|
|
15141
15142
|
function H() {
|
|
15142
|
-
function v(
|
|
15143
|
-
return R(
|
|
15143
|
+
function v(T, O, Q, j, z) {
|
|
15144
|
+
return R(T[O]) ? null : new A("Invalid " + j + " `" + z + "` supplied to " + ("`" + Q + "`, expected a ReactNode."));
|
|
15144
15145
|
}
|
|
15145
15146
|
return w(v);
|
|
15146
15147
|
}
|
|
15147
|
-
function U(v,
|
|
15148
|
+
function U(v, T, O, Q, j) {
|
|
15148
15149
|
return new A(
|
|
15149
|
-
(v || "React class") + ": " +
|
|
15150
|
+
(v || "React class") + ": " + T + " type `" + O + "." + Q + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + j + "`."
|
|
15150
15151
|
);
|
|
15151
15152
|
}
|
|
15152
15153
|
function $(v) {
|
|
15153
|
-
function
|
|
15154
|
-
var J = O[Q], ne =
|
|
15154
|
+
function T(O, Q, j, z, Y) {
|
|
15155
|
+
var J = O[Q], ne = E(J);
|
|
15155
15156
|
if (ne !== "object")
|
|
15156
15157
|
return new A("Invalid " + z + " `" + Y + "` of type `" + ne + "` " + ("supplied to `" + j + "`, expected `object`."));
|
|
15157
15158
|
for (var se in v) {
|
|
@@ -15164,11 +15165,11 @@ function Q9() {
|
|
|
15164
15165
|
}
|
|
15165
15166
|
return null;
|
|
15166
15167
|
}
|
|
15167
|
-
return w(
|
|
15168
|
+
return w(T);
|
|
15168
15169
|
}
|
|
15169
15170
|
function ee(v) {
|
|
15170
|
-
function
|
|
15171
|
-
var J = O[Q], ne =
|
|
15171
|
+
function T(O, Q, j, z, Y) {
|
|
15172
|
+
var J = O[Q], ne = E(J);
|
|
15172
15173
|
if (ne !== "object")
|
|
15173
15174
|
return new A("Invalid " + z + " `" + Y + "` of type `" + ne + "` " + ("supplied to `" + j + "`, expected `object`."));
|
|
15174
15175
|
var se = t({}, O[Q], v);
|
|
@@ -15187,7 +15188,7 @@ Valid keys: ` + JSON.stringify(Object.keys(v), null, " ")
|
|
|
15187
15188
|
}
|
|
15188
15189
|
return null;
|
|
15189
15190
|
}
|
|
15190
|
-
return w(
|
|
15191
|
+
return w(T);
|
|
15191
15192
|
}
|
|
15192
15193
|
function R(v) {
|
|
15193
15194
|
switch (typeof v) {
|
|
@@ -15202,10 +15203,10 @@ Valid keys: ` + JSON.stringify(Object.keys(v), null, " ")
|
|
|
15202
15203
|
return v.every(R);
|
|
15203
15204
|
if (v === null || c(v))
|
|
15204
15205
|
return !0;
|
|
15205
|
-
var
|
|
15206
|
-
if (
|
|
15207
|
-
var O =
|
|
15208
|
-
if (
|
|
15206
|
+
var T = m(v);
|
|
15207
|
+
if (T) {
|
|
15208
|
+
var O = T.call(v), Q;
|
|
15209
|
+
if (T !== v.entries) {
|
|
15209
15210
|
for (; !(Q = O.next()).done; )
|
|
15210
15211
|
if (!R(Q.value))
|
|
15211
15212
|
return !1;
|
|
@@ -15222,40 +15223,40 @@ Valid keys: ` + JSON.stringify(Object.keys(v), null, " ")
|
|
|
15222
15223
|
return !1;
|
|
15223
15224
|
}
|
|
15224
15225
|
}
|
|
15225
|
-
function x(v,
|
|
15226
|
-
return v === "symbol" ? !0 :
|
|
15226
|
+
function x(v, T) {
|
|
15227
|
+
return v === "symbol" ? !0 : T ? T["@@toStringTag"] === "Symbol" || typeof Symbol == "function" && T instanceof Symbol : !1;
|
|
15227
15228
|
}
|
|
15228
|
-
function
|
|
15229
|
-
var
|
|
15230
|
-
return Array.isArray(v) ? "array" : v instanceof RegExp ? "object" : x(
|
|
15229
|
+
function E(v) {
|
|
15230
|
+
var T = typeof v;
|
|
15231
|
+
return Array.isArray(v) ? "array" : v instanceof RegExp ? "object" : x(T, v) ? "symbol" : T;
|
|
15231
15232
|
}
|
|
15232
15233
|
function D(v) {
|
|
15233
15234
|
if (typeof v > "u" || v === null)
|
|
15234
15235
|
return "" + v;
|
|
15235
|
-
var
|
|
15236
|
-
if (
|
|
15236
|
+
var T = E(v);
|
|
15237
|
+
if (T === "object") {
|
|
15237
15238
|
if (v instanceof Date)
|
|
15238
15239
|
return "date";
|
|
15239
15240
|
if (v instanceof RegExp)
|
|
15240
15241
|
return "regexp";
|
|
15241
15242
|
}
|
|
15242
|
-
return
|
|
15243
|
+
return T;
|
|
15243
15244
|
}
|
|
15244
15245
|
function B(v) {
|
|
15245
|
-
var
|
|
15246
|
-
switch (
|
|
15246
|
+
var T = D(v);
|
|
15247
|
+
switch (T) {
|
|
15247
15248
|
case "array":
|
|
15248
15249
|
case "object":
|
|
15249
|
-
return "an " +
|
|
15250
|
+
return "an " + T;
|
|
15250
15251
|
case "boolean":
|
|
15251
15252
|
case "date":
|
|
15252
15253
|
case "regexp":
|
|
15253
|
-
return "a " +
|
|
15254
|
+
return "a " + T;
|
|
15254
15255
|
default:
|
|
15255
|
-
return
|
|
15256
|
+
return T;
|
|
15256
15257
|
}
|
|
15257
15258
|
}
|
|
15258
|
-
function
|
|
15259
|
+
function W(v) {
|
|
15259
15260
|
return !v.constructor || !v.constructor.name ? h : v.constructor.name;
|
|
15260
15261
|
}
|
|
15261
15262
|
return p.checkPropTypes = o, p.resetWarningCache = o.resetWarningCache, p.PropTypes = p, p;
|
|
@@ -15320,17 +15321,17 @@ function F9() {
|
|
|
15320
15321
|
return wn.exports;
|
|
15321
15322
|
}
|
|
15322
15323
|
var $9 = /* @__PURE__ */ F9();
|
|
15323
|
-
const
|
|
15324
|
+
const Te = /* @__PURE__ */ Rt($9);
|
|
15324
15325
|
var z9 = ["sitekey", "onChange", "theme", "type", "tabindex", "onExpired", "onErrored", "size", "stoken", "grecaptcha", "badge", "hl", "isolated"];
|
|
15325
|
-
function
|
|
15326
|
-
return
|
|
15326
|
+
function Ea() {
|
|
15327
|
+
return Ea = Object.assign ? Object.assign.bind() : function(e) {
|
|
15327
15328
|
for (var t = 1; t < arguments.length; t++) {
|
|
15328
15329
|
var n = arguments[t];
|
|
15329
15330
|
for (var s in n)
|
|
15330
15331
|
Object.prototype.hasOwnProperty.call(n, s) && (e[s] = n[s]);
|
|
15331
15332
|
}
|
|
15332
15333
|
return e;
|
|
15333
|
-
},
|
|
15334
|
+
}, Ea.apply(this, arguments);
|
|
15334
15335
|
}
|
|
15335
15336
|
function V9(e, t) {
|
|
15336
15337
|
if (e == null) return {};
|
|
@@ -15418,26 +15419,26 @@ var Kn = /* @__PURE__ */ (function(e) {
|
|
|
15418
15419
|
var o = this.props;
|
|
15419
15420
|
o.sitekey, o.onChange, o.theme, o.type, o.tabindex, o.onExpired, o.onErrored, o.size, o.stoken, o.grecaptcha, o.badge, o.hl, o.isolated;
|
|
15420
15421
|
var r = V9(o, z9);
|
|
15421
|
-
return /* @__PURE__ */ as.createElement("div",
|
|
15422
|
+
return /* @__PURE__ */ as.createElement("div", Ea({}, r, {
|
|
15422
15423
|
ref: this.handleRecaptchaRef
|
|
15423
15424
|
}));
|
|
15424
15425
|
}, t;
|
|
15425
15426
|
})(as.Component);
|
|
15426
15427
|
Kn.displayName = "ReCAPTCHA";
|
|
15427
15428
|
Kn.propTypes = {
|
|
15428
|
-
sitekey:
|
|
15429
|
-
onChange:
|
|
15430
|
-
grecaptcha:
|
|
15431
|
-
theme:
|
|
15432
|
-
type:
|
|
15433
|
-
tabindex:
|
|
15434
|
-
onExpired:
|
|
15435
|
-
onErrored:
|
|
15436
|
-
size:
|
|
15437
|
-
stoken:
|
|
15438
|
-
hl:
|
|
15439
|
-
badge:
|
|
15440
|
-
isolated:
|
|
15429
|
+
sitekey: Te.string.isRequired,
|
|
15430
|
+
onChange: Te.func,
|
|
15431
|
+
grecaptcha: Te.object,
|
|
15432
|
+
theme: Te.oneOf(["dark", "light"]),
|
|
15433
|
+
type: Te.oneOf(["image", "audio"]),
|
|
15434
|
+
tabindex: Te.number,
|
|
15435
|
+
onExpired: Te.func,
|
|
15436
|
+
onErrored: Te.func,
|
|
15437
|
+
size: Te.oneOf(["compact", "normal", "invisible"]),
|
|
15438
|
+
stoken: Te.string,
|
|
15439
|
+
hl: Te.string,
|
|
15440
|
+
badge: Te.oneOf(["bottomright", "bottomleft", "inline"]),
|
|
15441
|
+
isolated: Te.bool
|
|
15441
15442
|
};
|
|
15442
15443
|
Kn.defaultProps = {
|
|
15443
15444
|
onChange: function() {
|
|
@@ -15629,7 +15630,7 @@ function t5(e, t) {
|
|
|
15629
15630
|
}));
|
|
15630
15631
|
});
|
|
15631
15632
|
return i.displayName = "AsyncScriptLoader(" + o + ")", i.propTypes = {
|
|
15632
|
-
asyncScriptOnLoad:
|
|
15633
|
+
asyncScriptOnLoad: Te.func
|
|
15633
15634
|
}, J9(i, s);
|
|
15634
15635
|
};
|
|
15635
15636
|
}
|
|
@@ -15664,7 +15665,7 @@ const lr = t5(a5, {
|
|
|
15664
15665
|
CAPTCHA_KEY_V2: r,
|
|
15665
15666
|
texts: i
|
|
15666
15667
|
}) => {
|
|
15667
|
-
const c = { ...s5, ...i?.comentarios }, u = { ...
|
|
15668
|
+
const c = { ...s5, ...i?.comentarios }, u = { ...Ta, ...c.reportReasons ?? {} }, [l, d] = F("form"), [m, h] = F(
|
|
15668
15669
|
""
|
|
15669
15670
|
), [p, g] = F(""), [A, w] = F(""), b = [
|
|
15670
15671
|
{ id: "spam", label: u.spam },
|
|
@@ -15692,7 +15693,7 @@ const lr = t5(a5, {
|
|
|
15692
15693
|
username: o,
|
|
15693
15694
|
id: n,
|
|
15694
15695
|
captchaToken: A,
|
|
15695
|
-
type:
|
|
15696
|
+
type: Ta[m]
|
|
15696
15697
|
// Enviamos el label completo
|
|
15697
15698
|
})
|
|
15698
15699
|
})).json();
|
|
@@ -15709,12 +15710,12 @@ const lr = t5(a5, {
|
|
|
15709
15710
|
}, N = () => {
|
|
15710
15711
|
d("form"), h(""), g(""), t();
|
|
15711
15712
|
};
|
|
15712
|
-
return !e || !n || !o ? null : /* @__PURE__ */ a("div", { className:
|
|
15713
|
+
return !e || !n || !o ? null : /* @__PURE__ */ a("div", { className: ye.overlay, children: /* @__PURE__ */ f("div", { className: ye.popup, children: [
|
|
15713
15714
|
/* @__PURE__ */ a("button", { className: "close-reply-form", onClick: N, children: /* @__PURE__ */ a(Nt, {}) }),
|
|
15714
|
-
/* @__PURE__ */ a("h2", { className:
|
|
15715
|
-
l === "loading" && /* @__PURE__ */ a("div", { className:
|
|
15716
|
-
l === "form" || l === "loading" ? /* @__PURE__ */ f(
|
|
15717
|
-
/* @__PURE__ */ a("div", { className:
|
|
15715
|
+
/* @__PURE__ */ a("h2", { className: ye.title, children: c.reportAbuseTitle }),
|
|
15716
|
+
l === "loading" && /* @__PURE__ */ a("div", { className: ye.loadingContainer, children: /* @__PURE__ */ a(st, {}) }),
|
|
15717
|
+
l === "form" || l === "loading" ? /* @__PURE__ */ f(V, { children: [
|
|
15718
|
+
/* @__PURE__ */ a("div", { className: ye.optionsContainer, children: b.map((_) => /* @__PURE__ */ f("label", { className: ye.option, children: [
|
|
15718
15719
|
/* @__PURE__ */ a(
|
|
15719
15720
|
"input",
|
|
15720
15721
|
{
|
|
@@ -15723,13 +15724,13 @@ const lr = t5(a5, {
|
|
|
15723
15724
|
value: _.id,
|
|
15724
15725
|
checked: m === _.id,
|
|
15725
15726
|
onChange: (y) => h(y.target.value),
|
|
15726
|
-
className:
|
|
15727
|
+
className: ye.radioInput
|
|
15727
15728
|
}
|
|
15728
15729
|
),
|
|
15729
|
-
/* @__PURE__ */ a("span", { className:
|
|
15730
|
-
/* @__PURE__ */ a("span", { className:
|
|
15730
|
+
/* @__PURE__ */ a("span", { className: ye.radioCustom }),
|
|
15731
|
+
/* @__PURE__ */ a("span", { className: ye.optionLabel, children: _.label })
|
|
15731
15732
|
] }, _.id)) }),
|
|
15732
|
-
p && /* @__PURE__ */ a("div", { className:
|
|
15733
|
+
p && /* @__PURE__ */ a("div", { className: ye.errorMessage, children: p }),
|
|
15733
15734
|
/* @__PURE__ */ a(
|
|
15734
15735
|
lr,
|
|
15735
15736
|
{
|
|
@@ -15740,21 +15741,21 @@ const lr = t5(a5, {
|
|
|
15740
15741
|
onExpired: () => w("")
|
|
15741
15742
|
}
|
|
15742
15743
|
),
|
|
15743
|
-
/* @__PURE__ */ f("div", { className:
|
|
15744
|
-
/* @__PURE__ */ a("button", { onClick: N, className:
|
|
15744
|
+
/* @__PURE__ */ f("div", { className: ye.buttons, children: [
|
|
15745
|
+
/* @__PURE__ */ a("button", { onClick: N, className: ye.cancelButton, children: c.cancelButton }),
|
|
15745
15746
|
/* @__PURE__ */ a(
|
|
15746
15747
|
"button",
|
|
15747
15748
|
{
|
|
15748
15749
|
onClick: S,
|
|
15749
15750
|
disabled: !m,
|
|
15750
|
-
className:
|
|
15751
|
+
className: ye.reportButton,
|
|
15751
15752
|
children: c.reportButton
|
|
15752
15753
|
}
|
|
15753
15754
|
)
|
|
15754
15755
|
] })
|
|
15755
|
-
] }) : /* @__PURE__ */ f(
|
|
15756
|
-
/* @__PURE__ */ f("div", { className:
|
|
15757
|
-
/* @__PURE__ */ a("div", { className:
|
|
15756
|
+
] }) : /* @__PURE__ */ f(V, { children: [
|
|
15757
|
+
/* @__PURE__ */ f("div", { className: ye.successContainer, children: [
|
|
15758
|
+
/* @__PURE__ */ a("div", { className: ye.thumbsUp, children: /* @__PURE__ */ a(
|
|
15758
15759
|
"svg",
|
|
15759
15760
|
{
|
|
15760
15761
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -15770,13 +15771,13 @@ const lr = t5(a5, {
|
|
|
15770
15771
|
)
|
|
15771
15772
|
}
|
|
15772
15773
|
) }),
|
|
15773
|
-
/* @__PURE__ */ a("p", { className:
|
|
15774
|
+
/* @__PURE__ */ a("p", { className: ye.successMessage, children: c.reportSuccessMessage })
|
|
15774
15775
|
] }),
|
|
15775
|
-
/* @__PURE__ */ a("div", { className:
|
|
15776
|
+
/* @__PURE__ */ a("div", { className: ye.buttons, children: /* @__PURE__ */ a(
|
|
15776
15777
|
"button",
|
|
15777
15778
|
{
|
|
15778
15779
|
onClick: N,
|
|
15779
|
-
className: [
|
|
15780
|
+
className: [ye.closeButton, ye.buttonAlone].join(" "),
|
|
15780
15781
|
children: c.reportCloseButton
|
|
15781
15782
|
}
|
|
15782
15783
|
) })
|
|
@@ -16027,54 +16028,164 @@ const c5 = (e, t) => {
|
|
|
16027
16028
|
!r.boolean && /* @__PURE__ */ a("p", { className: "submit-warning", children: r.text })
|
|
16028
16029
|
] })
|
|
16029
16030
|
] });
|
|
16030
|
-
},
|
|
16031
|
-
|
|
16032
|
-
|
|
16033
|
-
|
|
16034
|
-
|
|
16035
|
-
|
|
16036
|
-
|
|
16037
|
-
|
|
16038
|
-
|
|
16039
|
-
|
|
16040
|
-
|
|
16041
|
-
|
|
16042
|
-
|
|
16043
|
-
|
|
16044
|
-
|
|
16045
|
-
|
|
16046
|
-
|
|
16031
|
+
}, l5 = {
|
|
16032
|
+
title: "",
|
|
16033
|
+
button: "",
|
|
16034
|
+
commentPromptMessage: "Súmate a la comunidad para dejar tu comentario",
|
|
16035
|
+
email: "Email",
|
|
16036
|
+
password: "Contraseña",
|
|
16037
|
+
showPassword: "Mostrar contraseña",
|
|
16038
|
+
loginButtonText: "Iniciar Sesión",
|
|
16039
|
+
backButton: "Volver",
|
|
16040
|
+
GoogleButtonText: "Continuar con GOOGLE",
|
|
16041
|
+
noAccountText: "¿No tienes cuenta?",
|
|
16042
|
+
alreadyHasAccountText: "¿Ya tienes cuenta?",
|
|
16043
|
+
registerButtonText: "Registrate",
|
|
16044
|
+
forgotPasswordText: "Olvidé mi contraseña",
|
|
16045
|
+
forgotMessage: "Ingrese su dirección de correo electrónico. Le enviaremos un mensaje con un código para restablecer la contraseña.",
|
|
16046
|
+
sendCodeButton: "Enviar código",
|
|
16047
|
+
changePasswordMessage: "Hemos enviado un código de restablecimiento de contraseña en un mensaje de Correo electrónico a {{email}}. Ingrese el código y la contraseña nueva.",
|
|
16048
|
+
verificationCodeLabel: "Código de verificación",
|
|
16049
|
+
newPasswordLabel: "Nueva contraseña",
|
|
16050
|
+
confirmPasswordLabel: "Confirmar contraseña",
|
|
16051
|
+
showPasswordsLabel: "Mostrar contraseñas",
|
|
16052
|
+
changePasswordButton: "Cambiar contraseña",
|
|
16053
|
+
feedbackSuccessMessage: "La contraseña fue cambiada con éxito"
|
|
16054
|
+
};
|
|
16055
|
+
function d5({
|
|
16056
|
+
onClose: e,
|
|
16057
|
+
handleGoogleLogin: t,
|
|
16058
|
+
icon: n,
|
|
16059
|
+
texts: s,
|
|
16060
|
+
API_ENV: o
|
|
16061
|
+
}) {
|
|
16062
|
+
const r = { ...l5, ...s?.comentarios }, i = (h) => {
|
|
16063
|
+
!window || !window.location || (document.cookie = `redirect_after_login=${window.location.pathname}; path=/; max-age=300`, window.location.pathname = "/auth/login" + (h ? "#forgot" : ""));
|
|
16064
|
+
}, c = () => {
|
|
16065
|
+
!window || !window.location || (document.cookie = `redirect_after_login=${window.location.pathname}; path=/; max-age=300`, window.location.pathname = "/auth/register");
|
|
16066
|
+
}, { S3_ID_DIR: u = "", PUBLIC_ENV: l, PUBLIC_ASSETS_URL: d } = o, m = l == "local" ? "" : d && d !== "false" ? d : "";
|
|
16067
|
+
return /* @__PURE__ */ a(
|
|
16068
|
+
"div",
|
|
16047
16069
|
{
|
|
16048
|
-
|
|
16049
|
-
|
|
16050
|
-
|
|
16070
|
+
className: k.overlay,
|
|
16071
|
+
role: "dialog",
|
|
16072
|
+
"aria-modal": "true",
|
|
16073
|
+
id: "pop-overlay",
|
|
16074
|
+
onClick: (h) => {
|
|
16075
|
+
const p = h.target;
|
|
16076
|
+
p && p.id === "pop-overlay" && e();
|
|
16051
16077
|
},
|
|
16052
|
-
|
|
16053
|
-
|
|
16054
|
-
|
|
16055
|
-
|
|
16056
|
-
|
|
16078
|
+
children: /* @__PURE__ */ f("div", { className: k.card, children: [
|
|
16079
|
+
/* @__PURE__ */ f("header", { className: k.header, children: [
|
|
16080
|
+
/* @__PURE__ */ a("div", { className: k.logo, children: n ? n() : null }),
|
|
16081
|
+
/* @__PURE__ */ a(
|
|
16082
|
+
"button",
|
|
16083
|
+
{
|
|
16084
|
+
onClick: () => {
|
|
16085
|
+
e();
|
|
16086
|
+
},
|
|
16087
|
+
className: k.close,
|
|
16088
|
+
"aria-label": "Cerrar",
|
|
16089
|
+
children: /* @__PURE__ */ a(Nt, {})
|
|
16090
|
+
}
|
|
16091
|
+
)
|
|
16092
|
+
] }),
|
|
16093
|
+
/* @__PURE__ */ f("div", { className: k.anonimusWrapper, children: [
|
|
16094
|
+
/* @__PURE__ */ a("img", { className: k.anonimusImage, src: m + (m !== "" ? "/arte/" + u : "") + "/anonimus-img.png", alt: "Imagen incognito" }),
|
|
16095
|
+
/* @__PURE__ */ a("button", { onClick: () => {
|
|
16096
|
+
e(!0);
|
|
16097
|
+
}, className: k.anonimus, children: /* @__PURE__ */ a("span", { children: "Continuar de forma anónima" }) })
|
|
16098
|
+
] }),
|
|
16099
|
+
/* @__PURE__ */ a("div", { className: k.divider, children: /* @__PURE__ */ a("span", { children: "o" }) }),
|
|
16100
|
+
/* @__PURE__ */ f("button", { onClick: t, className: k.google, children: [
|
|
16101
|
+
/* @__PURE__ */ a(
|
|
16102
|
+
"img",
|
|
16103
|
+
{
|
|
16104
|
+
src: "https://www.gstatic.com/firebasejs/ui/2.0.0/images/auth/google.svg",
|
|
16105
|
+
alt: "",
|
|
16106
|
+
className: k.googleIcon
|
|
16107
|
+
}
|
|
16108
|
+
),
|
|
16109
|
+
/* @__PURE__ */ a("span", { children: r.GoogleButtonText })
|
|
16110
|
+
] }),
|
|
16111
|
+
/* @__PURE__ */ a("button", { type: "submit", className: k.primary, onClick: () => {
|
|
16112
|
+
i(!1);
|
|
16113
|
+
}, children: r.loginButtonText }),
|
|
16114
|
+
/* @__PURE__ */ f("p", { className: k.switch, children: [
|
|
16115
|
+
r.noAccountText,
|
|
16116
|
+
/* @__PURE__ */ a("button", { type: "button", onClick: c, children: r.registerButtonText })
|
|
16117
|
+
] }),
|
|
16057
16118
|
/* @__PURE__ */ a(
|
|
16058
|
-
"
|
|
16119
|
+
"button",
|
|
16059
16120
|
{
|
|
16060
|
-
|
|
16061
|
-
|
|
16062
|
-
|
|
16063
|
-
|
|
16064
|
-
|
|
16065
|
-
|
|
16066
|
-
children: /* @__PURE__ */ a(
|
|
16067
|
-
"path",
|
|
16068
|
-
{
|
|
16069
|
-
d: "M1.39258 8.99997H12.5626L7.68258 13.88C7.29258 14.27 7.29258 14.91 7.68258 15.3C8.07258 15.69 8.70258 15.69 9.09258 15.3L15.6826 8.70997C16.0726 8.31997 16.0726 7.68997 15.6826 7.29997L9.10258 0.699971C8.71258 0.309971 8.08258 0.309971 7.69258 0.699971C7.30258 1.08997 7.30258 1.71997 7.69258 2.10997L12.5626 6.99997H1.39258C0.842578 6.99997 0.392578 7.44997 0.392578 7.99997C0.392578 8.54997 0.842578 8.99997 1.39258 8.99997Z",
|
|
16070
|
-
fill: "currentColor"
|
|
16071
|
-
}
|
|
16072
|
-
)
|
|
16121
|
+
type: "button",
|
|
16122
|
+
className: k.forgotPassword,
|
|
16123
|
+
onClick: () => {
|
|
16124
|
+
i(!0);
|
|
16125
|
+
},
|
|
16126
|
+
children: r.forgotPasswordText
|
|
16073
16127
|
}
|
|
16074
16128
|
)
|
|
16075
|
-
]
|
|
16129
|
+
] })
|
|
16076
16130
|
}
|
|
16077
16131
|
);
|
|
16132
|
+
}
|
|
16133
|
+
const es = ({ onClick: e, isDisabled: t, API_ENV: n, icon: s, handleGoogleLogin: o }) => {
|
|
16134
|
+
const [r, i] = Ae.useState(!1), { S3_ID_DIR: c = "", PUBLIC_ENV: u, PUBLIC_API_HOST: l = "", PUBLIC_ASSETS_URL: d } = n, [m, h] = Ae.useState(!1), [p, g] = Ae.useState(!1);
|
|
16135
|
+
Ae.useEffect(() => {
|
|
16136
|
+
let w = null;
|
|
16137
|
+
return r && (w = setTimeout(() => {
|
|
16138
|
+
i(!1);
|
|
16139
|
+
}, 2400)), () => {
|
|
16140
|
+
w && clearTimeout(w);
|
|
16141
|
+
};
|
|
16142
|
+
}, [r]), Ae.useEffect(() => {
|
|
16143
|
+
if (!m || !n.CONFIG_commentsV2 || !document) return;
|
|
16144
|
+
const w = document.getElementById("comment-button");
|
|
16145
|
+
w && (console.log("trigger3", { el: w }), w.click());
|
|
16146
|
+
});
|
|
16147
|
+
const A = u == "local" ? l : d && d !== "false" ? d : "";
|
|
16148
|
+
return r ? /* @__PURE__ */ a("div", { className: "success-gif-container", children: /* @__PURE__ */ a("img", { className: "success-gif", src: A + "/arte/" + c + "/Success.gif" }) }) : /* @__PURE__ */ f(V, { children: [
|
|
16149
|
+
p && n.CONFIG_commentsV2 && /* @__PURE__ */ a(d5, { API_ENV: n, icon: s, handleGoogleLogin: o, onClose: (w) => {
|
|
16150
|
+
w && h(!0), g(!1);
|
|
16151
|
+
} }),
|
|
16152
|
+
/* @__PURE__ */ f(
|
|
16153
|
+
"button",
|
|
16154
|
+
{
|
|
16155
|
+
type: "button",
|
|
16156
|
+
onClick: async (w) => {
|
|
16157
|
+
if (!m && n.CONFIG_commentsV2) {
|
|
16158
|
+
g(!0), console.log("open popup");
|
|
16159
|
+
return;
|
|
16160
|
+
}
|
|
16161
|
+
await e(w) && (n.CONFIG_commentsV2 && h(!1), i(!0));
|
|
16162
|
+
},
|
|
16163
|
+
id: "comment-button",
|
|
16164
|
+
className: `submit-btn ${t ? "disabled" : "active"}`,
|
|
16165
|
+
children: [
|
|
16166
|
+
"Enviar Comentario",
|
|
16167
|
+
/* @__PURE__ */ a(
|
|
16168
|
+
"svg",
|
|
16169
|
+
{
|
|
16170
|
+
style: { minWidth: 16 },
|
|
16171
|
+
width: "16",
|
|
16172
|
+
height: "16",
|
|
16173
|
+
viewBox: "0 0 16 16",
|
|
16174
|
+
fill: "none",
|
|
16175
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
16176
|
+
children: /* @__PURE__ */ a(
|
|
16177
|
+
"path",
|
|
16178
|
+
{
|
|
16179
|
+
d: "M1.39258 8.99997H12.5626L7.68258 13.88C7.29258 14.27 7.29258 14.91 7.68258 15.3C8.07258 15.69 8.70258 15.69 9.09258 15.3L15.6826 8.70997C16.0726 8.31997 16.0726 7.68997 15.6826 7.29997L9.10258 0.699971C8.71258 0.309971 8.08258 0.309971 7.69258 0.699971C7.30258 1.08997 7.30258 1.71997 7.69258 2.10997L12.5626 6.99997H1.39258C0.842578 6.99997 0.392578 7.44997 0.392578 7.99997C0.392578 8.54997 0.842578 8.99997 1.39258 8.99997Z",
|
|
16180
|
+
fill: "currentColor"
|
|
16181
|
+
}
|
|
16182
|
+
)
|
|
16183
|
+
}
|
|
16184
|
+
)
|
|
16185
|
+
]
|
|
16186
|
+
}
|
|
16187
|
+
)
|
|
16188
|
+
] });
|
|
16078
16189
|
}, ts = async ({
|
|
16079
16190
|
path: e,
|
|
16080
16191
|
ref: t,
|
|
@@ -16133,7 +16244,7 @@ const c5 = (e, t) => {
|
|
|
16133
16244
|
} catch (p) {
|
|
16134
16245
|
return console.error("Error enviando comentario:", p), alert(p.message || "Error al enviar el comentario."), !1;
|
|
16135
16246
|
}
|
|
16136
|
-
},
|
|
16247
|
+
}, u5 = ({
|
|
16137
16248
|
replyingTo: e,
|
|
16138
16249
|
commentRef: t,
|
|
16139
16250
|
user: n,
|
|
@@ -16189,7 +16300,7 @@ const c5 = (e, t) => {
|
|
|
16189
16300
|
}
|
|
16190
16301
|
)
|
|
16191
16302
|
] });
|
|
16192
|
-
},
|
|
16303
|
+
}, m5 = ({ reply: e, replyingTo: t, user: n, onFlag: s, DATE_CONFIG: o }) => {
|
|
16193
16304
|
const r = e.text;
|
|
16194
16305
|
let i = `${at.firstname} ${at.lastname ?? ""}`, c = at.username;
|
|
16195
16306
|
return e.user && (i = `${e.user.firstname} ${e.user.lastname ?? ""}`, c = e.user.username), /* @__PURE__ */ a("div", { className: "comment-item reply", children: /* @__PURE__ */ f("div", { className: "comment-header-container", children: [
|
|
@@ -16205,10 +16316,10 @@ const c5 = (e, t) => {
|
|
|
16205
16316
|
/* @__PURE__ */ a(mr, { isReply: !0, onFlag: () => s(e.id) })
|
|
16206
16317
|
] })
|
|
16207
16318
|
] }) });
|
|
16208
|
-
},
|
|
16319
|
+
}, h5 = {
|
|
16209
16320
|
moreRepliesButton: "Más Respuestas"
|
|
16210
|
-
},
|
|
16211
|
-
const u = { ...
|
|
16321
|
+
}, f5 = ({ comment: e, replyingTo: t, path: n, user: s, handleReplyingTo: o, onFlag: r, API_ENV: i, texts: c }) => {
|
|
16322
|
+
const u = { ...h5, ...c?.comentarios }, l = { morereply: e.morereply ?? !1, reply: e.reply ? e.reply : [] }, [d, m] = F(l), [h, p] = Ae.useState(!1), { PUBLIC_PUBLICATION_ID: g, PUBLIC_X_SECURITY_TOKEN: A } = i, w = e.text, b = Ae.useRef(null);
|
|
16212
16323
|
let S = `${at.firstname} ${at.lastname ?? ""}`, N = at.username;
|
|
16213
16324
|
e.user && (S = `${e.user.firstname} ${e.user.lastname ?? ""}`, N = e.user.username);
|
|
16214
16325
|
const _ = (y) => {
|
|
@@ -16233,7 +16344,7 @@ const c5 = (e, t) => {
|
|
|
16233
16344
|
}
|
|
16234
16345
|
),
|
|
16235
16346
|
t === e.id && s && /* @__PURE__ */ a(
|
|
16236
|
-
|
|
16347
|
+
u5,
|
|
16237
16348
|
{
|
|
16238
16349
|
replyingTo: t,
|
|
16239
16350
|
commentRef: b,
|
|
@@ -16246,7 +16357,7 @@ const c5 = (e, t) => {
|
|
|
16246
16357
|
),
|
|
16247
16358
|
d.reply.length > 0 && /* @__PURE__ */ f("div", { className: "comment-replies", children: [
|
|
16248
16359
|
d.reply.map((y) => /* @__PURE__ */ a(
|
|
16249
|
-
|
|
16360
|
+
m5,
|
|
16250
16361
|
{
|
|
16251
16362
|
user: s,
|
|
16252
16363
|
reply: y,
|
|
@@ -16288,7 +16399,7 @@ const c5 = (e, t) => {
|
|
|
16288
16399
|
]
|
|
16289
16400
|
}
|
|
16290
16401
|
) });
|
|
16291
|
-
},
|
|
16402
|
+
}, g5 = ({
|
|
16292
16403
|
commentRef: e,
|
|
16293
16404
|
user: t,
|
|
16294
16405
|
path: n,
|
|
@@ -16338,7 +16449,7 @@ const c5 = (e, t) => {
|
|
|
16338
16449
|
}
|
|
16339
16450
|
)
|
|
16340
16451
|
] });
|
|
16341
|
-
},
|
|
16452
|
+
}, p5 = ({ usernameRef: e }) => /* @__PURE__ */ f("div", { className: "comment-username", children: [
|
|
16342
16453
|
/* @__PURE__ */ a("label", { className: "comment-input-label", children: "Nombre" }),
|
|
16343
16454
|
/* @__PURE__ */ a(
|
|
16344
16455
|
"input",
|
|
@@ -16348,109 +16459,7 @@ const c5 = (e, t) => {
|
|
|
16348
16459
|
placeholder: "Ingresa tu nombre"
|
|
16349
16460
|
}
|
|
16350
16461
|
)
|
|
16351
|
-
] }),
|
|
16352
|
-
title: "",
|
|
16353
|
-
button: "",
|
|
16354
|
-
commentPromptMessage: "Súmate a la comunidad para dejar tu comentario",
|
|
16355
|
-
email: "Email",
|
|
16356
|
-
password: "Contraseña",
|
|
16357
|
-
showPassword: "Mostrar contraseña",
|
|
16358
|
-
loginButtonText: "Iniciar Sesión",
|
|
16359
|
-
backButton: "Volver",
|
|
16360
|
-
GoogleButtonText: "Continuar con GOOGLE",
|
|
16361
|
-
noAccountText: "¿No tienes cuenta?",
|
|
16362
|
-
alreadyHasAccountText: "¿Ya tienes cuenta?",
|
|
16363
|
-
registerButtonText: "Registrate",
|
|
16364
|
-
forgotPasswordText: "Olvidé mi contraseña",
|
|
16365
|
-
forgotMessage: "Ingrese su dirección de correo electrónico. Le enviaremos un mensaje con un código para restablecer la contraseña.",
|
|
16366
|
-
sendCodeButton: "Enviar código",
|
|
16367
|
-
changePasswordMessage: "Hemos enviado un código de restablecimiento de contraseña en un mensaje de Correo electrónico a {{email}}. Ingrese el código y la contraseña nueva.",
|
|
16368
|
-
verificationCodeLabel: "Código de verificación",
|
|
16369
|
-
newPasswordLabel: "Nueva contraseña",
|
|
16370
|
-
confirmPasswordLabel: "Confirmar contraseña",
|
|
16371
|
-
showPasswordsLabel: "Mostrar contraseñas",
|
|
16372
|
-
changePasswordButton: "Cambiar contraseña",
|
|
16373
|
-
feedbackSuccessMessage: "La contraseña fue cambiada con éxito"
|
|
16374
|
-
};
|
|
16375
|
-
function p5({
|
|
16376
|
-
onClose: e,
|
|
16377
|
-
handleGoogleLogin: t,
|
|
16378
|
-
icon: n,
|
|
16379
|
-
texts: s,
|
|
16380
|
-
API_ENV: o
|
|
16381
|
-
}) {
|
|
16382
|
-
const r = { ...g5, ...s?.comentarios }, i = (h) => {
|
|
16383
|
-
!window || !window.location || (document.cookie = `redirect_after_login=${window.location.pathname}; path=/; max-age=300`, window.location.pathname = "/auth/login" + (h ? "#forgot" : ""));
|
|
16384
|
-
}, c = () => {
|
|
16385
|
-
!window || !window.location || (document.cookie = `redirect_after_login=${window.location.pathname}; path=/; max-age=300`, window.location.pathname = "/auth/register");
|
|
16386
|
-
}, { S3_ID_DIR: u = "", PUBLIC_ENV: l, PUBLIC_ASSETS_URL: d } = o, m = l == "local" ? "" : d && d !== "false" ? d : "";
|
|
16387
|
-
return /* @__PURE__ */ a(
|
|
16388
|
-
"div",
|
|
16389
|
-
{
|
|
16390
|
-
className: k.overlay,
|
|
16391
|
-
role: "dialog",
|
|
16392
|
-
"aria-modal": "true",
|
|
16393
|
-
id: "pop-overlay",
|
|
16394
|
-
onClick: (h) => {
|
|
16395
|
-
const p = h.target;
|
|
16396
|
-
p && p.id === "pop-overlay" && e();
|
|
16397
|
-
},
|
|
16398
|
-
children: /* @__PURE__ */ f("div", { className: k.card, children: [
|
|
16399
|
-
/* @__PURE__ */ f("header", { className: k.header, children: [
|
|
16400
|
-
/* @__PURE__ */ a("div", { className: k.logo, children: n ? n() : null }),
|
|
16401
|
-
/* @__PURE__ */ a(
|
|
16402
|
-
"button",
|
|
16403
|
-
{
|
|
16404
|
-
onClick: () => {
|
|
16405
|
-
e();
|
|
16406
|
-
},
|
|
16407
|
-
className: k.close,
|
|
16408
|
-
"aria-label": "Cerrar",
|
|
16409
|
-
children: /* @__PURE__ */ a(Nt, {})
|
|
16410
|
-
}
|
|
16411
|
-
)
|
|
16412
|
-
] }),
|
|
16413
|
-
/* @__PURE__ */ f("div", { className: k.anonimusWrapper, children: [
|
|
16414
|
-
/* @__PURE__ */ a("img", { className: k.anonimusImage, src: m + (m !== "" ? "/arte/" + u : "") + "/anonimus-img.png", alt: "Imagen incognito" }),
|
|
16415
|
-
/* @__PURE__ */ a("button", { onClick: () => {
|
|
16416
|
-
e(!0);
|
|
16417
|
-
}, className: k.anonimus, children: /* @__PURE__ */ a("span", { children: "Continuar de forma anónima" }) })
|
|
16418
|
-
] }),
|
|
16419
|
-
/* @__PURE__ */ a("div", { className: k.divider, children: /* @__PURE__ */ a("span", { children: "o" }) }),
|
|
16420
|
-
/* @__PURE__ */ f("button", { onClick: t, className: k.google, children: [
|
|
16421
|
-
/* @__PURE__ */ a(
|
|
16422
|
-
"img",
|
|
16423
|
-
{
|
|
16424
|
-
src: "https://www.gstatic.com/firebasejs/ui/2.0.0/images/auth/google.svg",
|
|
16425
|
-
alt: "",
|
|
16426
|
-
className: k.googleIcon
|
|
16427
|
-
}
|
|
16428
|
-
),
|
|
16429
|
-
/* @__PURE__ */ a("span", { children: r.GoogleButtonText })
|
|
16430
|
-
] }),
|
|
16431
|
-
/* @__PURE__ */ a("button", { type: "submit", className: k.primary, onClick: () => {
|
|
16432
|
-
i(!1);
|
|
16433
|
-
}, children: r.loginButtonText }),
|
|
16434
|
-
/* @__PURE__ */ f("p", { className: k.switch, children: [
|
|
16435
|
-
r.noAccountText,
|
|
16436
|
-
/* @__PURE__ */ a("button", { type: "button", onClick: c, children: r.registerButtonText })
|
|
16437
|
-
] }),
|
|
16438
|
-
/* @__PURE__ */ a(
|
|
16439
|
-
"button",
|
|
16440
|
-
{
|
|
16441
|
-
type: "button",
|
|
16442
|
-
className: k.forgotPassword,
|
|
16443
|
-
onClick: () => {
|
|
16444
|
-
i(!0);
|
|
16445
|
-
},
|
|
16446
|
-
children: r.forgotPasswordText
|
|
16447
|
-
}
|
|
16448
|
-
)
|
|
16449
|
-
] })
|
|
16450
|
-
}
|
|
16451
|
-
);
|
|
16452
|
-
}
|
|
16453
|
-
const A5 = ({
|
|
16462
|
+
] }), A5 = ({
|
|
16454
16463
|
usernameRef: e,
|
|
16455
16464
|
commentRef: t,
|
|
16456
16465
|
path: n,
|
|
@@ -16459,73 +16468,65 @@ const A5 = ({
|
|
|
16459
16468
|
addComment: r,
|
|
16460
16469
|
API_ENV: i
|
|
16461
16470
|
}) => {
|
|
16462
|
-
const [c, u] = F(!0), [l, d] = F("")
|
|
16463
|
-
return /* @__PURE__ */ f(
|
|
16464
|
-
|
|
16465
|
-
|
|
16466
|
-
|
|
16467
|
-
|
|
16468
|
-
|
|
16469
|
-
|
|
16470
|
-
|
|
16471
|
-
|
|
16472
|
-
|
|
16473
|
-
|
|
16474
|
-
|
|
16475
|
-
|
|
16476
|
-
|
|
16477
|
-
|
|
16478
|
-
|
|
16479
|
-
|
|
16480
|
-
|
|
16481
|
-
|
|
16482
|
-
|
|
16483
|
-
|
|
16484
|
-
|
|
16485
|
-
|
|
16486
|
-
|
|
16487
|
-
|
|
16488
|
-
|
|
16489
|
-
|
|
16490
|
-
|
|
16491
|
-
|
|
16492
|
-
|
|
16493
|
-
|
|
16494
|
-
|
|
16495
|
-
|
|
16496
|
-
|
|
16497
|
-
|
|
16498
|
-
|
|
16499
|
-
|
|
16500
|
-
|
|
16501
|
-
|
|
16502
|
-
|
|
16503
|
-
|
|
16504
|
-
|
|
16505
|
-
|
|
16506
|
-
|
|
16507
|
-
|
|
16508
|
-
|
|
16509
|
-
|
|
16510
|
-
|
|
16511
|
-
|
|
16512
|
-
|
|
16513
|
-
|
|
16514
|
-
|
|
16515
|
-
|
|
16516
|
-
|
|
16517
|
-
|
|
16518
|
-
|
|
16519
|
-
|
|
16520
|
-
|
|
16521
|
-
API_ENV: i,
|
|
16522
|
-
instantTrigger: p
|
|
16523
|
-
}
|
|
16524
|
-
)
|
|
16525
|
-
}
|
|
16526
|
-
)
|
|
16527
|
-
] })
|
|
16528
|
-
] });
|
|
16471
|
+
const [c, u] = F(!0), [l, d] = F("");
|
|
16472
|
+
return /* @__PURE__ */ a(V, { children: /* @__PURE__ */ f("div", { className: "comment-form anoninus-form", children: [
|
|
16473
|
+
/* @__PURE__ */ a(
|
|
16474
|
+
p5,
|
|
16475
|
+
{
|
|
16476
|
+
usernameRef: e
|
|
16477
|
+
}
|
|
16478
|
+
),
|
|
16479
|
+
/* @__PURE__ */ a(
|
|
16480
|
+
Za,
|
|
16481
|
+
{
|
|
16482
|
+
commentRef: t,
|
|
16483
|
+
captchaToken: l,
|
|
16484
|
+
setIsDisabled: u,
|
|
16485
|
+
API_ENV: i
|
|
16486
|
+
}
|
|
16487
|
+
),
|
|
16488
|
+
/* @__PURE__ */ a(
|
|
16489
|
+
Xa,
|
|
16490
|
+
{
|
|
16491
|
+
API_ENV: i,
|
|
16492
|
+
commentRef: t,
|
|
16493
|
+
captchaToken: l,
|
|
16494
|
+
setCaptchaToken: d,
|
|
16495
|
+
children: /* @__PURE__ */ a(
|
|
16496
|
+
es,
|
|
16497
|
+
{
|
|
16498
|
+
onClick: async (h) => {
|
|
16499
|
+
if (c) {
|
|
16500
|
+
console.log("error");
|
|
16501
|
+
return;
|
|
16502
|
+
}
|
|
16503
|
+
if (!Yn(t, l, i).boolean) {
|
|
16504
|
+
console.log("invalidForm");
|
|
16505
|
+
return;
|
|
16506
|
+
}
|
|
16507
|
+
const p = e.current.value, g = await ts({
|
|
16508
|
+
path: n,
|
|
16509
|
+
ref: t,
|
|
16510
|
+
captchaToken: l,
|
|
16511
|
+
button: h.currentTarget,
|
|
16512
|
+
user: void 0,
|
|
16513
|
+
addComment: r,
|
|
16514
|
+
API_ENV: i,
|
|
16515
|
+
anonimusUser: p
|
|
16516
|
+
});
|
|
16517
|
+
return d(""), g && typeof g == "number" ? (t.current?.parentElement && (t.current.parentElement.dataset.text = `0/${ot}`), u(!0), setTimeout(() => {
|
|
16518
|
+
t.current?.parentElement && (t.current.parentElement.dataset.text = `0/${ot}`), u(!0);
|
|
16519
|
+
}, g), !0) : !1;
|
|
16520
|
+
},
|
|
16521
|
+
isDisabled: c,
|
|
16522
|
+
API_ENV: i,
|
|
16523
|
+
handleGoogleLogin: o,
|
|
16524
|
+
icon: s
|
|
16525
|
+
}
|
|
16526
|
+
)
|
|
16527
|
+
}
|
|
16528
|
+
)
|
|
16529
|
+
] }) });
|
|
16529
16530
|
}, w5 = {
|
|
16530
16531
|
commentsSectionTitle: "COMENTARIOS",
|
|
16531
16532
|
commentHeaderMessageEmpty: "Se el primero en compartir tu opinión de este artículo.",
|
|
@@ -16545,7 +16546,7 @@ const A5 = ({
|
|
|
16545
16546
|
}) => {
|
|
16546
16547
|
const u = { ...w5, ...c?.comentarios }, { PUBLIC_PUBLICATION_ID: l, PUBLIC_X_SECURITY_TOKEN: d } = i, m = l ?? "", h = t.replaceAll("/", "|"), [p, g] = F(
|
|
16547
16548
|
void 0
|
|
16548
|
-
), [A, w] = F(""), { comments: b, setComments: S } = c5(h, i), [N, _] =
|
|
16549
|
+
), [A, w] = F(""), { comments: b, setComments: S } = c5(h, i), [N, _] = Ae.useState(!1), y = Ae.useRef(null), I = Ae.useRef(null), L = (x) => {
|
|
16549
16550
|
w(A === x ? "" : x);
|
|
16550
16551
|
}, G = (x) => {
|
|
16551
16552
|
S(
|
|
@@ -16561,7 +16562,7 @@ const A5 = ({
|
|
|
16561
16562
|
const x = b.comments[b.comments.length - 1];
|
|
16562
16563
|
if (!x) return;
|
|
16563
16564
|
_(!0);
|
|
16564
|
-
const
|
|
16565
|
+
const E = x.id;
|
|
16565
16566
|
try {
|
|
16566
16567
|
const D = await Ja({
|
|
16567
16568
|
publication: m,
|
|
@@ -16569,7 +16570,7 @@ const A5 = ({
|
|
|
16569
16570
|
size: 5,
|
|
16570
16571
|
sizereply: 2,
|
|
16571
16572
|
id: void 0,
|
|
16572
|
-
lastid:
|
|
16573
|
+
lastid: E,
|
|
16573
16574
|
state: "5,6",
|
|
16574
16575
|
apiToken: d,
|
|
16575
16576
|
API_ENV: i
|
|
@@ -16584,9 +16585,9 @@ const A5 = ({
|
|
|
16584
16585
|
}, U = b?.comments && b.comments.length > 0, $ = U ? u.commentHeaderMessageWithComments : u.commentHeaderMessageEmpty, ee = /* @__PURE__ */ a("div", { style: { display: "flex", width: "100%", justifyContent: "center" }, children: /* @__PURE__ */ a(st, {}) }), R = () => {
|
|
16585
16586
|
!window || !window.location || (document.cookie = `redirect_after_login=${window.location.pathname}; path=/; max-age=300`, window.location.pathname = "/auth/login");
|
|
16586
16587
|
};
|
|
16587
|
-
return /* @__PURE__ */ f(
|
|
16588
|
-
/* @__PURE__ */ a("div", { className: "comments-container", children: /* @__PURE__ */ a(ve, { title: i.CONFIG_commentsV2 || U || e ? u.commentsSectionTitle : !1, children: /* @__PURE__ */ f(
|
|
16589
|
-
/* @__PURE__ */ a("div", { className: "comments-header", children: e && n ? /* @__PURE__ */ f(
|
|
16588
|
+
return /* @__PURE__ */ f(V, { children: [
|
|
16589
|
+
/* @__PURE__ */ a("div", { className: "comments-container", children: /* @__PURE__ */ a(ve, { title: i.CONFIG_commentsV2 || U || e ? u.commentsSectionTitle : !1, children: /* @__PURE__ */ f(V, { children: [
|
|
16590
|
+
/* @__PURE__ */ a("div", { className: "comments-header", children: e && n ? /* @__PURE__ */ f(V, { children: [
|
|
16590
16591
|
/* @__PURE__ */ a(
|
|
16591
16592
|
y9,
|
|
16592
16593
|
{
|
|
@@ -16596,7 +16597,7 @@ const A5 = ({
|
|
|
16596
16597
|
}
|
|
16597
16598
|
),
|
|
16598
16599
|
/* @__PURE__ */ a(
|
|
16599
|
-
|
|
16600
|
+
g5,
|
|
16600
16601
|
{
|
|
16601
16602
|
commentRef: y,
|
|
16602
16603
|
user: n,
|
|
@@ -16605,7 +16606,7 @@ const A5 = ({
|
|
|
16605
16606
|
API_ENV: i
|
|
16606
16607
|
}
|
|
16607
16608
|
)
|
|
16608
|
-
] }) : i.CONFIG_commentsV2 ? /* @__PURE__ */ f(
|
|
16609
|
+
] }) : i.CONFIG_commentsV2 ? /* @__PURE__ */ f(V, { children: [
|
|
16609
16610
|
/* @__PURE__ */ f("p", { className: "anonimus-message", children: [
|
|
16610
16611
|
"¿Querés debatir con otros lectores? Comentá ahora de forma anónima o ",
|
|
16611
16612
|
/* @__PURE__ */ a("button", { onClick: R, children: "INICIA SESIÓN AQUÍ" }),
|
|
@@ -16631,7 +16632,7 @@ const A5 = ({
|
|
|
16631
16632
|
"data-isauthenticated": `${e}`,
|
|
16632
16633
|
children: [
|
|
16633
16634
|
b.comments.map((x) => /* @__PURE__ */ a(
|
|
16634
|
-
|
|
16635
|
+
f5,
|
|
16635
16636
|
{
|
|
16636
16637
|
comment: x,
|
|
16637
16638
|
replyingTo: A,
|
|
@@ -16706,7 +16707,7 @@ function v5({
|
|
|
16706
16707
|
const w = encodeURIComponent(window.location.pathname);
|
|
16707
16708
|
window.location.href = `/api/auth/login?redirect=${w}`;
|
|
16708
16709
|
};
|
|
16709
|
-
return /* @__PURE__ */ f(
|
|
16710
|
+
return /* @__PURE__ */ f(V, { children: [
|
|
16710
16711
|
l && !c.CONFIG_commentsV2 && /* @__PURE__ */ a(
|
|
16711
16712
|
j3,
|
|
16712
16713
|
{
|
|
@@ -16820,8 +16821,8 @@ const M6 = ({
|
|
|
16820
16821
|
fetchConfig: u,
|
|
16821
16822
|
texts: l
|
|
16822
16823
|
}) => {
|
|
16823
|
-
const d = lo(null), [m, h] =
|
|
16824
|
-
|
|
16824
|
+
const d = lo(null), [m, h] = Ae.useState(r);
|
|
16825
|
+
Ae.useEffect(() => {
|
|
16825
16826
|
if (r || m) return;
|
|
16826
16827
|
const g = new IntersectionObserver(
|
|
16827
16828
|
([A]) => {
|
|
@@ -17021,7 +17022,7 @@ export {
|
|
|
17021
17022
|
g6 as ContactTextarea,
|
|
17022
17023
|
an as ContentLayout1,
|
|
17023
17024
|
qs as ContentLayoutTema,
|
|
17024
|
-
|
|
17025
|
+
T6 as DEBUG_MainSlots,
|
|
17025
17026
|
Kf as DestacadoNoticias,
|
|
17026
17027
|
B2 as DestacadoVideos,
|
|
17027
17028
|
$c as DynamicBlockServices,
|
|
@@ -17068,13 +17069,13 @@ export {
|
|
|
17068
17069
|
y6 as ModuloOpinion,
|
|
17069
17070
|
g9 as NewListResponseDataPH,
|
|
17070
17071
|
ii as NewsArticle,
|
|
17071
|
-
|
|
17072
|
+
E6 as NewsComponent,
|
|
17072
17073
|
Ca as NewsContent,
|
|
17073
17074
|
qt as NewsDescriptionComponent,
|
|
17074
17075
|
Rn as NextPrev,
|
|
17075
17076
|
ci as OrgList,
|
|
17076
17077
|
us as PreloadImages,
|
|
17077
|
-
|
|
17078
|
+
Ta as REPORT_REASONS,
|
|
17078
17079
|
I5 as ReCaptchaRender,
|
|
17079
17080
|
Fa as Readest,
|
|
17080
17081
|
U6 as RegisterForm,
|
|
@@ -17118,7 +17119,7 @@ export {
|
|
|
17118
17119
|
Be as extractMainSlug,
|
|
17119
17120
|
ls as extractRealtedNews,
|
|
17120
17121
|
ze as formatDate,
|
|
17121
|
-
|
|
17122
|
+
T5 as formatDateEdiciones,
|
|
17122
17123
|
Ra as formatDateJournalistArticule,
|
|
17123
17124
|
Pr as formatDateTimeline,
|
|
17124
17125
|
Qr as formatNewsMeta,
|
|
@@ -17129,9 +17130,9 @@ export {
|
|
|
17129
17130
|
K as getConfig,
|
|
17130
17131
|
n6 as getDynamicSlots,
|
|
17131
17132
|
Un as getEnvironmentUrl,
|
|
17132
|
-
|
|
17133
|
+
E5 as getEnvironmentUrlFront,
|
|
17133
17134
|
L5 as getHydratorPath,
|
|
17134
|
-
|
|
17135
|
+
be as getImageUrl,
|
|
17135
17136
|
on as getNextMeta,
|
|
17136
17137
|
cn as getPage,
|
|
17137
17138
|
Ha as getPlayIcon,
|